# WordPress MySQL database migration
# From aazk.org to aecetia.net/gws/aazk
#
# Generated: Tuesday 19. August 2014 22:44 UTC
# Hostname: localhost
# Database: `aazook_wordpress`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_also_bought_product`
# --------------------------------------------------------


#
# Delete any existing table `wp_also_bought_product`
#

DROP TABLE IF EXISTS `wp_also_bought_product`;


#
# Table structure of table `wp_also_bought_product`
#

CREATE TABLE `wp_also_bought_product` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `selected_product` bigint(20) unsigned NOT NULL DEFAULT '0',
  `associated_product` bigint(20) unsigned NOT NULL DEFAULT '0',
  `quantity` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_also_bought_product`
#

#
# End of data contents of table `wp_also_bought_product`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_cart_contents`
# --------------------------------------------------------


#
# Delete any existing table `wp_cart_contents`
#

DROP TABLE IF EXISTS `wp_cart_contents`;


#
# Table structure of table `wp_cart_contents`
#

CREATE TABLE `wp_cart_contents` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `prodid` bigint(20) unsigned NOT NULL DEFAULT '0',
  `purchaseid` bigint(20) unsigned NOT NULL DEFAULT '0',
  `price` varchar(128) NOT NULL DEFAULT '0',
  `pnp` varchar(128) NOT NULL DEFAULT '0',
  `gst` varchar(128) NOT NULL DEFAULT '0',
  `quantity` int(10) unsigned NOT NULL DEFAULT '0',
  `donation` varchar(1) NOT NULL DEFAULT '0',
  `no_shipping` varchar(1) NOT NULL DEFAULT '0',
  `files` text NOT NULL,
  `meta` longtext,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_cart_contents`
#

#
# End of data contents of table `wp_cart_contents`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_cart_item_extras`
# --------------------------------------------------------


#
# Delete any existing table `wp_cart_item_extras`
#

DROP TABLE IF EXISTS `wp_cart_item_extras`;


#
# Table structure of table `wp_cart_item_extras`
#

CREATE TABLE `wp_cart_item_extras` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `cart_id` int(11) NOT NULL DEFAULT '0',
  `extra_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED ;

#
# Data contents of table `wp_cart_item_extras`
#

#
# End of data contents of table `wp_cart_item_extras`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_cart_item_variations`
# --------------------------------------------------------


#
# Delete any existing table `wp_cart_item_variations`
#

DROP TABLE IF EXISTS `wp_cart_item_variations`;


#
# Table structure of table `wp_cart_item_variations`
#

CREATE TABLE `wp_cart_item_variations` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `cart_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `variation_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `value_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=947 DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED ;

#
# Data contents of table `wp_cart_item_variations`
#
 
INSERT INTO `wp_cart_item_variations` VALUES (1, 8, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (2, 9, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (3, 10, 2, 5) ; 
INSERT INTO `wp_cart_item_variations` VALUES (4, 11, 1, 3) ; 
INSERT INTO `wp_cart_item_variations` VALUES (5, 13, 1, 2) ; 
INSERT INTO `wp_cart_item_variations` VALUES (6, 15, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (7, 16, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (8, 17, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (9, 18, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (10, 19, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (11, 20, 1, 4) ; 
INSERT INTO `wp_cart_item_variations` VALUES (12, 23, 1, 2) ; 
INSERT INTO `wp_cart_item_variations` VALUES (13, 24, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (14, 25, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (15, 26, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (16, 27, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (17, 28, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (18, 29, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (19, 30, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (20, 31, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (21, 32, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (22, 33, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (23, 34, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (24, 35, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (25, 36, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (26, 37, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (27, 38, 2, 5) ; 
INSERT INTO `wp_cart_item_variations` VALUES (28, 39, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (29, 43, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (30, 44, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (31, 45, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (32, 47, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (33, 48, 1, 1) ; 
INSERT INTO `wp_cart_item_variations` VALUES (34, 51, 2, 5) ; 
INSERT INTO `wp_cart_item_variations` VALUES (35, 52, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (36, 53, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (37, 54, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (38, 55, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (39, 56, 2, 5) ; 
INSERT INTO `wp_cart_item_variations` VALUES (40, 57, 2, 5) ; 
INSERT INTO `wp_cart_item_variations` VALUES (41, 59, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (42, 60, 2, 5) ; 
INSERT INTO `wp_cart_item_variations` VALUES (43, 61, 1, 8) ; 
INSERT INTO `wp_cart_item_variations` VALUES (44, 64, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (45, 65, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (46, 66, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (47, 67, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (48, 68, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (49, 69, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (50, 70, 2, 5) ; 
INSERT INTO `wp_cart_item_variations` VALUES (51, 73, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (52, 74, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (53, 75, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (54, 78, 2, 5) ; 
INSERT INTO `wp_cart_item_variations` VALUES (55, 79, 2, 5) ; 
INSERT INTO `wp_cart_item_variations` VALUES (56, 80, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (57, 81, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (58, 82, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (59, 83, 2, 5) ; 
INSERT INTO `wp_cart_item_variations` VALUES (60, 90, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (61, 91, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (62, 92, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (63, 93, 2, 5) ; 
INSERT INTO `wp_cart_item_variations` VALUES (64, 94, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (65, 95, 1, 7) ; 
INSERT INTO `wp_cart_item_variations` VALUES (66, 96, 1, 1) ; 
INSERT INTO `wp_cart_item_variations` VALUES (67, 99, 1, 1) ; 
INSERT INTO `wp_cart_item_variations` VALUES (68, 102, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (69, 103, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (70, 110, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (71, 111, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (72, 112, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (73, 113, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (74, 114, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (75, 118, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (76, 119, 1, 2) ; 
INSERT INTO `wp_cart_item_variations` VALUES (77, 120, 1, 2) ; 
INSERT INTO `wp_cart_item_variations` VALUES (78, 121, 1, 3) ; 
INSERT INTO `wp_cart_item_variations` VALUES (79, 122, 1, 2) ; 
INSERT INTO `wp_cart_item_variations` VALUES (80, 123, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (81, 124, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (82, 125, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (83, 126, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (84, 127, 1, 2) ; 
INSERT INTO `wp_cart_item_variations` VALUES (85, 128, 1, 2) ; 
INSERT INTO `wp_cart_item_variations` VALUES (86, 129, 1, 3) ; 
INSERT INTO `wp_cart_item_variations` VALUES (87, 130, 1, 2) ; 
INSERT INTO `wp_cart_item_variations` VALUES (88, 131, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (89, 132, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (90, 133, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (91, 138, 2, 5) ; 
INSERT INTO `wp_cart_item_variations` VALUES (92, 139, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (93, 140, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (94, 141, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (95, 146, 1, 3) ; 
INSERT INTO `wp_cart_item_variations` VALUES (96, 151, 1, 3) ; 
INSERT INTO `wp_cart_item_variations` VALUES (97, 155, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (98, 156, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (99, 157, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (100, 165, 1, 3) ; 
INSERT INTO `wp_cart_item_variations` VALUES (101, 170, 1, 3) ; 
INSERT INTO `wp_cart_item_variations` VALUES (102, 172, 1, 1) ; 
INSERT INTO `wp_cart_item_variations` VALUES (103, 173, 1, 1) ; 
INSERT INTO `wp_cart_item_variations` VALUES (104, 175, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (105, 177, 2, 5) ; 
INSERT INTO `wp_cart_item_variations` VALUES (106, 178, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (107, 179, 2, 5) ; 
INSERT INTO `wp_cart_item_variations` VALUES (108, 180, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (109, 184, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (110, 185, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (111, 186, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (112, 188, 1, 3) ; 
INSERT INTO `wp_cart_item_variations` VALUES (113, 189, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (114, 190, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (115, 196, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (116, 199, 1, 3) ; 
INSERT INTO `wp_cart_item_variations` VALUES (117, 200, 1, 1) ; 
INSERT INTO `wp_cart_item_variations` VALUES (118, 202, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (119, 205, 1, 4) ; 
INSERT INTO `wp_cart_item_variations` VALUES (120, 207, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (121, 208, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (122, 209, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (123, 211, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (124, 212, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (125, 213, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (126, 214, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (127, 215, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (128, 216, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (129, 217, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (130, 218, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (131, 219, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (132, 220, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (133, 221, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (134, 222, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (135, 223, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (136, 224, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (137, 227, 1, 3) ; 
INSERT INTO `wp_cart_item_variations` VALUES (138, 228, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (139, 230, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (140, 231, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (141, 232, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (142, 233, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (143, 234, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (144, 236, 2, 5) ; 
INSERT INTO `wp_cart_item_variations` VALUES (145, 237, 2, 5) ; 
INSERT INTO `wp_cart_item_variations` VALUES (146, 238, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (147, 239, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (148, 242, 2, 5) ; 
INSERT INTO `wp_cart_item_variations` VALUES (149, 245, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (150, 246, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (151, 250, 1, 3) ; 
INSERT INTO `wp_cart_item_variations` VALUES (152, 255, 1, 2) ; 
INSERT INTO `wp_cart_item_variations` VALUES (153, 258, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (154, 259, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (155, 260, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (156, 261, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (157, 262, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (158, 263, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (159, 264, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (160, 265, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (161, 267, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (162, 268, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (163, 269, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (164, 270, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (165, 272, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (166, 273, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (167, 274, 1, 2) ; 
INSERT INTO `wp_cart_item_variations` VALUES (168, 277, 1, 3) ; 
INSERT INTO `wp_cart_item_variations` VALUES (169, 279, 1, 2) ; 
INSERT INTO `wp_cart_item_variations` VALUES (170, 282, 1, 3) ; 
INSERT INTO `wp_cart_item_variations` VALUES (171, 289, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (172, 290, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (173, 292, 1, 4) ; 
INSERT INTO `wp_cart_item_variations` VALUES (174, 305, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (175, 308, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (176, 309, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (177, 310, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (178, 316, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (179, 317, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (180, 318, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (181, 319, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (182, 323, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (183, 324, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (184, 325, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (185, 326, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (186, 329, 2, 5) ; 
INSERT INTO `wp_cart_item_variations` VALUES (187, 330, 2, 5) ; 
INSERT INTO `wp_cart_item_variations` VALUES (188, 331, 2, 5) ; 
INSERT INTO `wp_cart_item_variations` VALUES (189, 332, 2, 5) ; 
INSERT INTO `wp_cart_item_variations` VALUES (190, 337, 2, 5) ; 
INSERT INTO `wp_cart_item_variations` VALUES (191, 339, 1, 1) ; 
INSERT INTO `wp_cart_item_variations` VALUES (192, 340, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (193, 341, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (194, 343, 2, 5) ; 
INSERT INTO `wp_cart_item_variations` VALUES (195, 344, 1, 3) ; 
INSERT INTO `wp_cart_item_variations` VALUES (196, 348, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (197, 349, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (198, 350, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (199, 351, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (200, 352, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (201, 353, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (202, 354, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (203, 355, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (204, 356, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (205, 357, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (206, 358, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (207, 359, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (208, 360, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (209, 361, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (210, 362, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (211, 363, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (212, 364, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (213, 365, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (214, 366, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (215, 367, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (216, 368, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (217, 369, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (218, 370, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (219, 371, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (220, 373, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (221, 374, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (222, 376, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (223, 377, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (224, 381, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (225, 382, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (226, 383, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (227, 384, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (228, 385, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (229, 386, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (230, 387, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (231, 388, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (232, 389, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (233, 390, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (234, 391, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (235, 392, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (236, 393, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (237, 394, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (238, 395, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (239, 396, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (240, 399, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (241, 400, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (242, 401, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (243, 402, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (244, 403, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (245, 404, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (246, 405, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (247, 406, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (248, 407, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (249, 410, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (250, 411, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (251, 412, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (252, 413, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (253, 414, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (254, 415, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (255, 416, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (256, 417, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (257, 418, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (258, 421, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (259, 422, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (260, 423, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (261, 424, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (262, 425, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (263, 426, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (264, 427, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (265, 428, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (266, 429, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (267, 432, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (268, 433, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (269, 434, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (270, 435, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (271, 436, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (272, 437, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (273, 438, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (274, 439, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (275, 440, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (276, 443, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (277, 444, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (278, 445, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (279, 446, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (280, 449, 1, 3) ; 
INSERT INTO `wp_cart_item_variations` VALUES (281, 450, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (282, 458, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (283, 462, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (284, 467, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (285, 468, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (286, 469, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (287, 470, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (288, 473, 1, 4) ; 
INSERT INTO `wp_cart_item_variations` VALUES (289, 479, 1, 2) ; 
INSERT INTO `wp_cart_item_variations` VALUES (290, 482, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (291, 486, 1, 1) ; 
INSERT INTO `wp_cart_item_variations` VALUES (292, 491, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (293, 492, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (294, 504, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (295, 507, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (296, 508, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (297, 513, 1, 2) ; 
INSERT INTO `wp_cart_item_variations` VALUES (298, 517, 1, 1) ; 
INSERT INTO `wp_cart_item_variations` VALUES (299, 520, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (300, 521, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (301, 522, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (302, 526, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (303, 527, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (304, 528, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (305, 529, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (306, 530, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (307, 531, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (308, 534, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (309, 535, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (310, 536, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (311, 537, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (312, 538, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (313, 539, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (314, 540, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (315, 541, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (316, 546, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (317, 547, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (318, 548, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (319, 549, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (320, 550, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (321, 551, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (322, 552, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (323, 553, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (324, 554, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (325, 555, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (326, 556, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (327, 557, 4, 12) ; 
INSERT INTO `wp_cart_item_variations` VALUES (328, 569, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (329, 570, 4, 14) ; 
INSERT INTO `wp_cart_item_variations` VALUES (330, 572, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (331, 573, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (332, 574, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (333, 575, 4, 12) ; 
INSERT INTO `wp_cart_item_variations` VALUES (334, 582, 4, 12) ; 
INSERT INTO `wp_cart_item_variations` VALUES (335, 589, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (336, 590, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (337, 591, 4, 12) ; 
INSERT INTO `wp_cart_item_variations` VALUES (338, 595, 7, 20) ; 
INSERT INTO `wp_cart_item_variations` VALUES (339, 595, 1, 8) ; 
INSERT INTO `wp_cart_item_variations` VALUES (340, 598, 4, 12) ; 
INSERT INTO `wp_cart_item_variations` VALUES (341, 599, 13, 71) ; 
INSERT INTO `wp_cart_item_variations` VALUES (342, 600, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (343, 601, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (344, 602, 7, 83) ; 
INSERT INTO `wp_cart_item_variations` VALUES (345, 605, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (346, 606, 13, 79) ; 
INSERT INTO `wp_cart_item_variations` VALUES (347, 607, 13, 79) ; 
INSERT INTO `wp_cart_item_variations` VALUES (348, 608, 13, 79) ; 
INSERT INTO `wp_cart_item_variations` VALUES (349, 609, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (350, 610, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (351, 611, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (352, 612, 13, 55) ; 
INSERT INTO `wp_cart_item_variations` VALUES (353, 613, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (354, 614, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (355, 615, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (356, 616, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (357, 619, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (358, 620, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (359, 621, 4, 12) ; 
INSERT INTO `wp_cart_item_variations` VALUES (360, 622, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (361, 624, 13, 69) ; 
INSERT INTO `wp_cart_item_variations` VALUES (362, 626, 13, 69) ; 
INSERT INTO `wp_cart_item_variations` VALUES (363, 627, 13, 67) ; 
INSERT INTO `wp_cart_item_variations` VALUES (364, 628, 4, 12) ; 
INSERT INTO `wp_cart_item_variations` VALUES (365, 630, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (366, 631, 7, 84) ; 
INSERT INTO `wp_cart_item_variations` VALUES (367, 634, 13, 81) ; 
INSERT INTO `wp_cart_item_variations` VALUES (368, 635, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (369, 636, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (370, 638, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (371, 639, 1, 2) ; 
INSERT INTO `wp_cart_item_variations` VALUES (372, 640, 1, 2) ; 
INSERT INTO `wp_cart_item_variations` VALUES (373, 642, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (374, 650, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (375, 650, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (376, 656, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (377, 658, 7, 44) ; 
INSERT INTO `wp_cart_item_variations` VALUES (378, 659, 7, 44) ; 
INSERT INTO `wp_cart_item_variations` VALUES (379, 660, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (380, 661, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (381, 662, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (382, 663, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (383, 664, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (384, 665, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (385, 666, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (386, 667, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (387, 668, 7, 44) ; 
INSERT INTO `wp_cart_item_variations` VALUES (388, 670, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (389, 671, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (390, 672, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (391, 673, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (392, 674, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (393, 675, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (394, 676, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (395, 677, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (396, 678, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (397, 679, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (398, 680, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (399, 684, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (400, 685, 16, 93) ; 
INSERT INTO `wp_cart_item_variations` VALUES (401, 685, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (402, 686, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (403, 687, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (404, 688, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (405, 688, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (406, 689, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (407, 690, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (408, 691, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (409, 692, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (410, 694, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (411, 694, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (412, 696, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (413, 696, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (414, 697, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (415, 697, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (416, 698, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (417, 699, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (418, 699, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (419, 700, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (420, 701, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (421, 702, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (422, 702, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (423, 705, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (424, 706, 4, 12) ; 
INSERT INTO `wp_cart_item_variations` VALUES (425, 708, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (426, 709, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (427, 710, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (428, 711, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (429, 712, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (430, 714, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (431, 715, 7, 84) ; 
INSERT INTO `wp_cart_item_variations` VALUES (432, 716, 7, 44) ; 
INSERT INTO `wp_cart_item_variations` VALUES (433, 719, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (434, 721, 13, 70) ; 
INSERT INTO `wp_cart_item_variations` VALUES (435, 723, 16, 93) ; 
INSERT INTO `wp_cart_item_variations` VALUES (436, 723, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (437, 724, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (438, 724, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (439, 725, 13, 69) ; 
INSERT INTO `wp_cart_item_variations` VALUES (440, 731, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (441, 732, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (442, 733, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (443, 733, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (444, 741, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (445, 742, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (446, 747, 13, 55) ; 
INSERT INTO `wp_cart_item_variations` VALUES (447, 748, 7, 44) ; 
INSERT INTO `wp_cart_item_variations` VALUES (448, 749, 17, 94) ; 
INSERT INTO `wp_cart_item_variations` VALUES (449, 750, 16, 93) ; 
INSERT INTO `wp_cart_item_variations` VALUES (450, 750, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (451, 751, 16, 93) ; 
INSERT INTO `wp_cart_item_variations` VALUES (452, 751, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (453, 753, 7, 44) ; 
INSERT INTO `wp_cart_item_variations` VALUES (454, 754, 1, 2) ; 
INSERT INTO `wp_cart_item_variations` VALUES (455, 755, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (456, 757, 1, 3) ; 
INSERT INTO `wp_cart_item_variations` VALUES (457, 758, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (458, 759, 7, 43) ; 
INSERT INTO `wp_cart_item_variations` VALUES (459, 760, 13, 54) ; 
INSERT INTO `wp_cart_item_variations` VALUES (460, 763, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (461, 764, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (462, 765, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (463, 771, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (464, 772, 4, 13) ; 
INSERT INTO `wp_cart_item_variations` VALUES (465, 774, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (466, 775, 1, 2) ; 
INSERT INTO `wp_cart_item_variations` VALUES (467, 776, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (468, 777, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (469, 778, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (470, 779, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (471, 782, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (472, 782, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (473, 783, 4, 13) ; 
INSERT INTO `wp_cart_item_variations` VALUES (474, 790, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (475, 793, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (476, 794, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (477, 795, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (478, 796, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (479, 799, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (480, 799, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (481, 800, 4, 12) ; 
INSERT INTO `wp_cart_item_variations` VALUES (482, 806, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (483, 809, 16, 93) ; 
INSERT INTO `wp_cart_item_variations` VALUES (484, 809, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (485, 811, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (486, 811, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (487, 813, 4, 14) ; 
INSERT INTO `wp_cart_item_variations` VALUES (488, 816, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (489, 817, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (490, 818, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (491, 819, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (492, 820, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (493, 821, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (494, 822, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (495, 823, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (496, 824, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (497, 825, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (498, 826, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (499, 827, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (500, 828, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (501, 833, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (502, 834, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (503, 835, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (504, 835, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (505, 836, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (506, 838, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (507, 839, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (508, 842, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (509, 843, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (510, 843, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (511, 844, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (512, 844, 16, 93) ; 
INSERT INTO `wp_cart_item_variations` VALUES (513, 845, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (514, 846, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (515, 846, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (516, 847, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (517, 856, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (518, 857, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (519, 858, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (520, 863, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (521, 863, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (522, 864, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (523, 865, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (524, 866, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (525, 866, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (526, 867, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (527, 867, 16, 93) ; 
INSERT INTO `wp_cart_item_variations` VALUES (528, 868, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (529, 869, 7, 85) ; 
INSERT INTO `wp_cart_item_variations` VALUES (530, 870, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (531, 873, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (532, 873, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (533, 874, 13, 69) ; 
INSERT INTO `wp_cart_item_variations` VALUES (534, 876, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (535, 877, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (536, 877, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (537, 879, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (538, 880, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (539, 881, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (540, 882, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (541, 883, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (542, 884, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (543, 886, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (544, 886, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (545, 888, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (546, 888, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (547, 889, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (548, 890, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (549, 890, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (550, 891, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (551, 891, 16, 93) ; 
INSERT INTO `wp_cart_item_variations` VALUES (552, 892, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (553, 893, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (554, 894, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (555, 895, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (556, 896, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (557, 897, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (558, 898, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (559, 899, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (560, 900, 13, 68) ; 
INSERT INTO `wp_cart_item_variations` VALUES (561, 901, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (562, 901, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (563, 902, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (564, 903, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (565, 904, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (566, 905, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (567, 905, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (568, 906, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (569, 907, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (570, 909, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (571, 909, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (572, 910, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (573, 910, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (574, 912, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (575, 913, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (576, 914, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (577, 915, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (578, 916, 4, 13) ; 
INSERT INTO `wp_cart_item_variations` VALUES (579, 919, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (580, 920, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (581, 921, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (582, 922, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (583, 922, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (584, 923, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (585, 923, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (586, 924, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (587, 926, 4, 12) ; 
INSERT INTO `wp_cart_item_variations` VALUES (588, 928, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (589, 929, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (590, 931, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (591, 932, 1, 3) ; 
INSERT INTO `wp_cart_item_variations` VALUES (592, 933, 1, 3) ; 
INSERT INTO `wp_cart_item_variations` VALUES (593, 934, 1, 3) ; 
INSERT INTO `wp_cart_item_variations` VALUES (594, 935, 1, 3) ; 
INSERT INTO `wp_cart_item_variations` VALUES (595, 936, 1, 3) ; 
INSERT INTO `wp_cart_item_variations` VALUES (596, 942, 4, 13) ; 
INSERT INTO `wp_cart_item_variations` VALUES (597, 943, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (598, 944, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (599, 945, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (600, 946, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (601, 949, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (602, 949, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (603, 950, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (604, 951, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (605, 952, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (606, 953, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (607, 954, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (608, 955, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (609, 956, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (610, 957, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (611, 957, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (612, 958, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (613, 959, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (614, 960, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (615, 961, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (616, 962, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (617, 968, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (618, 969, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (619, 970, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (620, 970, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (621, 971, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (622, 972, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (623, 973, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (624, 974, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (625, 975, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (626, 976, 4, 14) ; 
INSERT INTO `wp_cart_item_variations` VALUES (627, 980, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (628, 980, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (629, 981, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (630, 984, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (631, 986, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (632, 986, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (633, 987, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (634, 988, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (635, 989, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (636, 990, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (637, 991, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (638, 996, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (639, 996, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (640, 998, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (641, 999, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (642, 999, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (643, 1000, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (644, 1004, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (645, 1005, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (646, 1006, 7, 43) ; 
INSERT INTO `wp_cart_item_variations` VALUES (647, 1007, 16, 93) ; 
INSERT INTO `wp_cart_item_variations` VALUES (648, 1007, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (649, 1008, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (650, 1008, 16, 93) ; 
INSERT INTO `wp_cart_item_variations` VALUES (651, 1009, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (652, 1009, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (653, 1010, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (654, 1010, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (655, 1011, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (656, 1012, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (657, 1013, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (658, 1013, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (659, 1014, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (660, 1014, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (661, 1015, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (662, 1016, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (663, 1017, 1, 4) ; 
INSERT INTO `wp_cart_item_variations` VALUES (664, 1023, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (665, 1024, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (666, 1025, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (667, 1026, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (668, 1033, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (669, 1033, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (670, 1034, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (671, 1036, 4, 12) ; 
INSERT INTO `wp_cart_item_variations` VALUES (672, 1037, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (673, 1038, 4, 12) ; 
INSERT INTO `wp_cart_item_variations` VALUES (674, 1040, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (675, 1044, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (676, 1045, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (677, 1046, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (678, 1047, 4, 13) ; 
INSERT INTO `wp_cart_item_variations` VALUES (679, 1054, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (680, 1055, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (681, 1056, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (682, 1057, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (683, 1058, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (684, 1058, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (685, 1061, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (686, 1066, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (687, 1070, 4, 12) ; 
INSERT INTO `wp_cart_item_variations` VALUES (688, 1073, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (689, 1074, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (690, 1075, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (691, 1075, 16, 93) ; 
INSERT INTO `wp_cart_item_variations` VALUES (692, 1076, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (693, 1076, 16, 93) ; 
INSERT INTO `wp_cart_item_variations` VALUES (694, 1082, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (695, 1083, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (696, 1083, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (697, 1090, 1, 3) ; 
INSERT INTO `wp_cart_item_variations` VALUES (698, 1092, 4, 12) ; 
INSERT INTO `wp_cart_item_variations` VALUES (699, 1095, 4, 14) ; 
INSERT INTO `wp_cart_item_variations` VALUES (700, 1098, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (701, 1098, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (702, 1099, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (703, 1105, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (704, 1105, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (705, 1106, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (706, 1108, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (707, 1108, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (708, 1109, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (709, 1110, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (710, 1113, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (711, 1114, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (712, 1114, 16, 93) ; 
INSERT INTO `wp_cart_item_variations` VALUES (713, 1115, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (714, 1116, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (715, 1117, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (716, 1118, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (717, 1125, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (718, 1126, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (719, 1126, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (720, 1127, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (721, 1128, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (722, 1131, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (723, 1132, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (724, 1132, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (725, 1133, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (726, 1134, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (727, 1139, 4, 14) ; 
INSERT INTO `wp_cart_item_variations` VALUES (728, 1140, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (729, 1140, 16, 93) ; 
INSERT INTO `wp_cart_item_variations` VALUES (730, 1141, 16, 93) ; 
INSERT INTO `wp_cart_item_variations` VALUES (731, 1141, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (732, 1142, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (733, 1143, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (734, 1146, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (735, 1147, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (736, 1148, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (737, 1149, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (738, 1149, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (739, 1150, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (740, 1151, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (741, 1152, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (742, 1152, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (743, 1156, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (744, 1156, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (745, 1158, 4, 12) ; 
INSERT INTO `wp_cart_item_variations` VALUES (746, 1159, 4, 12) ; 
INSERT INTO `wp_cart_item_variations` VALUES (747, 1162, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (748, 1162, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (749, 1163, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (750, 1164, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (751, 1167, 16, 93) ; 
INSERT INTO `wp_cart_item_variations` VALUES (752, 1167, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (753, 1168, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (754, 1169, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (755, 1170, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (756, 1171, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (757, 1172, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (758, 1173, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (759, 1174, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (760, 1174, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (761, 1175, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (762, 1176, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (763, 1181, 13, 52) ; 
INSERT INTO `wp_cart_item_variations` VALUES (764, 1182, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (765, 1183, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (766, 1184, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (767, 1185, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (768, 1191, 16, 93) ; 
INSERT INTO `wp_cart_item_variations` VALUES (769, 1191, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (770, 1192, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (771, 1193, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (772, 1197, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (773, 1199, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (774, 1200, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (775, 1201, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (776, 1202, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (777, 1203, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (778, 1204, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (779, 1204, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (780, 1205, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (781, 1205, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (782, 1215, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (783, 1216, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (784, 1217, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (785, 1218, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (786, 1219, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (787, 1220, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (788, 1220, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (789, 1221, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (790, 1221, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (791, 1222, 4, 12) ; 
INSERT INTO `wp_cart_item_variations` VALUES (792, 1229, 4, 12) ; 
INSERT INTO `wp_cart_item_variations` VALUES (793, 1232, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (794, 1232, 16, 93) ; 
INSERT INTO `wp_cart_item_variations` VALUES (795, 1233, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (796, 1234, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (797, 1235, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (798, 1236, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (799, 1236, 16, 93) ; 
INSERT INTO `wp_cart_item_variations` VALUES (800, 1237, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (801, 1241, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (802, 1241, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (803, 1242, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (804, 1243, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (805, 1244, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (806, 1245, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (807, 1245, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (808, 1246, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (809, 1247, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (810, 1248, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (811, 1248, 16, 93) ; 
INSERT INTO `wp_cart_item_variations` VALUES (812, 1249, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (813, 1249, 16, 93) ; 
INSERT INTO `wp_cart_item_variations` VALUES (814, 1250, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (815, 1255, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (816, 1255, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (817, 1259, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (818, 1259, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (819, 1260, 1, 4) ; 
INSERT INTO `wp_cart_item_variations` VALUES (820, 1262, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (821, 1262, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (822, 1263, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (823, 1264, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (824, 1264, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (825, 1268, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (826, 1268, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (827, 1269, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (828, 1270, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (829, 1271, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (830, 1272, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (831, 1273, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (832, 1275, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (833, 1275, 16, 93) ; 
INSERT INTO `wp_cart_item_variations` VALUES (834, 1276, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (835, 1276, 16, 93) ; 
INSERT INTO `wp_cart_item_variations` VALUES (836, 1282, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (837, 1282, 16, 93) ; 
INSERT INTO `wp_cart_item_variations` VALUES (838, 1284, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (839, 1284, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (840, 1286, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (841, 1286, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (842, 1288, 1, 3) ; 
INSERT INTO `wp_cart_item_variations` VALUES (843, 1289, 1, 3) ; 
INSERT INTO `wp_cart_item_variations` VALUES (844, 1294, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (845, 1294, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (846, 1295, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (847, 1296, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (848, 1298, 16, 93) ; 
INSERT INTO `wp_cart_item_variations` VALUES (849, 1298, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (850, 1299, 4, 12) ; 
INSERT INTO `wp_cart_item_variations` VALUES (851, 1300, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (852, 1301, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (853, 1302, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (854, 1303, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (855, 1303, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (856, 1304, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (857, 1304, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (858, 1307, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (859, 1307, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (860, 1308, 4, 12) ; 
INSERT INTO `wp_cart_item_variations` VALUES (861, 1310, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (862, 1311, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (863, 1312, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (864, 1313, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (865, 1314, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (866, 1315, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (867, 1316, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (868, 1317, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (869, 1318, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (870, 1319, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (871, 1321, 1, 7) ; 
INSERT INTO `wp_cart_item_variations` VALUES (872, 1322, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (873, 1322, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (874, 1323, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (875, 1323, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (876, 1324, 4, 12) ; 
INSERT INTO `wp_cart_item_variations` VALUES (877, 1327, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (878, 1329, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (879, 1329, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (880, 1330, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (881, 1333, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (882, 1333, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (883, 1335, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (884, 1336, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (885, 1337, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (886, 1338, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (887, 1338, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (888, 1339, 4, 14) ; 
INSERT INTO `wp_cart_item_variations` VALUES (889, 1341, 7, 43) ; 
INSERT INTO `wp_cart_item_variations` VALUES (890, 1342, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (891, 1342, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (892, 1343, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (893, 1345, 13, 80) ; 
INSERT INTO `wp_cart_item_variations` VALUES (894, 1346, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (895, 1349, 7, 43) ; 
INSERT INTO `wp_cart_item_variations` VALUES (896, 1350, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (897, 1351, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (898, 1352, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (899, 1354, 4, 12) ; 
INSERT INTO `wp_cart_item_variations` VALUES (900, 1356, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (901, 1357, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (902, 1368, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (903, 1368, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (904, 1369, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (905, 1369, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (906, 1370, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (907, 1370, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (908, 1371, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (909, 1372, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (910, 1375, 1, 3) ; 
INSERT INTO `wp_cart_item_variations` VALUES (911, 1376, 4, 12) ; 
INSERT INTO `wp_cart_item_variations` VALUES (912, 1378, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (913, 1380, 4, 12) ; 
INSERT INTO `wp_cart_item_variations` VALUES (914, 1381, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (915, 1381, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (916, 1382, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (917, 1382, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (918, 1383, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (919, 1383, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (920, 1384, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (921, 1384, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (922, 1385, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (923, 1389, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (924, 1389, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (925, 1390, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (926, 1391, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (927, 1391, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (928, 1392, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (929, 1396, 4, 12) ; 
INSERT INTO `wp_cart_item_variations` VALUES (930, 1401, 4, 12) ; 
INSERT INTO `wp_cart_item_variations` VALUES (931, 1403, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (932, 1403, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (933, 1404, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (934, 1409, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (935, 1412, 4, 12) ; 
INSERT INTO `wp_cart_item_variations` VALUES (936, 1414, 13, 74) ; 
INSERT INTO `wp_cart_item_variations` VALUES (937, 1415, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (938, 1415, 16, 92) ; 
INSERT INTO `wp_cart_item_variations` VALUES (939, 1419, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (940, 1420, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (941, 1421, 7, 44) ; 
INSERT INTO `wp_cart_item_variations` VALUES (942, 1423, 7, 84) ; 
INSERT INTO `wp_cart_item_variations` VALUES (943, 1426, 3, 10) ; 
INSERT INTO `wp_cart_item_variations` VALUES (944, 1426, 16, 93) ; 
INSERT INTO `wp_cart_item_variations` VALUES (945, 1427, 3, 9) ; 
INSERT INTO `wp_cart_item_variations` VALUES (946, 1428, 4, 14) ;
#
# End of data contents of table `wp_cart_item_variations`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_collect_data_forms`
# --------------------------------------------------------


#
# Delete any existing table `wp_collect_data_forms`
#

DROP TABLE IF EXISTS `wp_collect_data_forms`;


#
# Table structure of table `wp_collect_data_forms`
#

CREATE TABLE `wp_collect_data_forms` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `type` varchar(64) NOT NULL DEFAULT '',
  `mandatory` varchar(1) NOT NULL DEFAULT '0',
  `display_log` char(1) NOT NULL DEFAULT '0',
  `default` varchar(128) NOT NULL DEFAULT '0',
  `active` varchar(1) NOT NULL DEFAULT '1',
  `order` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `order` (`order`)
) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_collect_data_forms`
#
 
INSERT INTO `wp_collect_data_forms` VALUES (1, '1. Your billing/contact details', 'heading', '0', '0', '', '1', 1) ; 
INSERT INTO `wp_collect_data_forms` VALUES (2, 'First Name', 'text', '1', '1', '', '1', 2) ; 
INSERT INTO `wp_collect_data_forms` VALUES (3, 'Last Name', 'text', '1', '1', '', '1', 3) ; 
INSERT INTO `wp_collect_data_forms` VALUES (4, 'Address', 'address', '1', '0', '', '1', 4) ; 
INSERT INTO `wp_collect_data_forms` VALUES (5, 'City', 'city', '1', '0', '', '1', 5) ; 
INSERT INTO `wp_collect_data_forms` VALUES (6, 'Country', 'country', '1', '0', '', '1', 7) ; 
INSERT INTO `wp_collect_data_forms` VALUES (7, 'Postal Code', 'text', '0', '0', '', '1', 8) ; 
INSERT INTO `wp_collect_data_forms` VALUES (8, 'Email', 'email', '1', '1', '', '1', 9) ; 
INSERT INTO `wp_collect_data_forms` VALUES (9, '2. Shipping details', 'heading', '0', '0', '', '1', 10) ; 
INSERT INTO `wp_collect_data_forms` VALUES (10, 'First Name', 'text', '0', '0', '', '1', 11) ; 
INSERT INTO `wp_collect_data_forms` VALUES (11, 'Last Name', 'text', '0', '0', '', '1', 12) ; 
INSERT INTO `wp_collect_data_forms` VALUES (12, 'Address', 'address', '0', '0', '', '1', 13) ; 
INSERT INTO `wp_collect_data_forms` VALUES (13, 'City', 'city', '0', '0', '', '1', 14) ; 
INSERT INTO `wp_collect_data_forms` VALUES (14, 'State', 'text', '0', '0', '', '1', 15) ; 
INSERT INTO `wp_collect_data_forms` VALUES (15, 'Country', 'delivery_country', '0', '0', '', '1', 16) ; 
INSERT INTO `wp_collect_data_forms` VALUES (16, 'Postal Code', 'text', '0', '0', '', '1', 17) ; 
INSERT INTO `wp_collect_data_forms` VALUES (17, 'Phone', 'text', '1', '0', '', '1', 8) ;
#
# End of data contents of table `wp_collect_data_forms`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_commentmeta`
# --------------------------------------------------------


#
# Delete any existing table `wp_commentmeta`
#

DROP TABLE IF EXISTS `wp_commentmeta`;


#
# Table structure of table `wp_commentmeta`
#

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`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_commentmeta`
#

#
# End of data contents of table `wp_commentmeta`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_comments`
# --------------------------------------------------------


#
# Delete any existing table `wp_comments`
#

DROP TABLE IF EXISTS `wp_comments`;


#
# Table structure of table `wp_comments`
#

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`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC ;

#
# Data contents of table `wp_comments`
#

#
# End of data contents of table `wp_comments`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_currency_list`
# --------------------------------------------------------


#
# Delete any existing table `wp_currency_list`
#

DROP TABLE IF EXISTS `wp_currency_list`;


#
# Table structure of table `wp_currency_list`
#

CREATE TABLE `wp_currency_list` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `country` varchar(255) NOT NULL DEFAULT '',
  `isocode` char(2) DEFAULT '',
  `currency` varchar(255) NOT NULL DEFAULT '',
  `symbol` varchar(10) NOT NULL DEFAULT '',
  `symbol_html` varchar(10) NOT NULL DEFAULT '',
  `code` char(3) NOT NULL DEFAULT '',
  `has_regions` char(1) NOT NULL DEFAULT '0',
  `tax` varchar(8) NOT NULL DEFAULT '',
  `continent` varchar(20) NOT NULL DEFAULT '',
  `visible` varchar(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=243 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_currency_list`
#
 
INSERT INTO `wp_currency_list` VALUES (1, 'Mauritania', 'MR', 'Mauritanian Ouguiya', '', '', 'MRO', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (2, 'Martinique (French)', 'MQ', 'Euro', '€', '&#8364;', 'EUR', '0', '0', 'southamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (3, 'Malta', 'MT', 'Maltese Lira', '', '', 'MTL', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (4, 'Marshall Islands', 'MH', 'US Dollar', '$', '&#036;', 'USD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (5, 'Mali', 'ML', 'CFA Franc BCEAO', '', '', 'XOF', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (6, 'Maldives', 'MV', 'Maldive Rufiyaa', '', '', 'MVR', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (7, 'Malaysia', 'MY', 'Malaysian Ringgit', '', '', 'MYR', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (8, 'Malawi', 'MW', 'Malawi Kwacha', '', '', 'MWK', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (9, 'Madagascar', 'MG', 'Malagasy Franc', '', '', 'MGF', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (10, 'Macau', 'MO', 'Macau Pataca', '', '', 'MOP', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (11, 'Macedonia', 'MK', 'Denar', '', '', 'MKD', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (12, 'Luxembourg', 'LU', 'Euro', '€', '&#8364;', 'EUR', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (13, 'Lithuania', 'LT', 'Lithuanian Litas', '', '', 'LTL', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (14, 'Liechtenstein', 'LI', 'Swiss Franc', '', '', 'CHF', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (15, 'Libya', 'LY', 'Libyan Dinar', '', '', 'LYD', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (16, 'Liberia', 'LR', 'Liberian Dollar', '$', '&#036;', 'LRD', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (17, 'Lesotho', 'LS', 'Lesotho Loti', '', '', 'LSL', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (18, 'Lebanon', 'LB', 'Lebanese Pound', '', '', 'LBP', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (19, 'Latvia', 'LV', 'Latvian Lats', '', '', 'LVL', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (20, 'Laos', 'LA', 'Lao Kip', '', '', 'LAK', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (21, 'Kyrgyzstan', 'KG', 'Som', '', '', 'KGS', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (22, 'Kuwait', 'KW', 'Kuwaiti Dinar', '', '', 'KWD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (23, 'Korea, South', 'KR', 'Korean Won', '', '', 'KRW', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (24, 'Korea, North', 'KP', 'North Korean Won', '', '', 'KPW', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (25, 'Kiribati', 'KI', 'Australian Dollar', '$', '&#036;', 'AUD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (26, 'Kenya', 'KE', 'Kenyan Shilling', '', '', 'KES', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (27, 'Kazakhstan', 'KZ', 'Kazakhstan Tenge', '', '', 'KZT', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (28, 'Jordan', 'JO', 'Jordanian Dinar', '', '', 'JOD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (29, 'Jersey', 'JE', 'Pound Sterling', '£', '&#163;', 'GBP', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (30, 'Japan', 'JP', 'Japanese Yen', '¥', '&#165;', 'JPY', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (31, 'Jamaica', 'JM', 'Jamaican Dollar', '$', '&#036;', 'JMD', '0', '0', 'southamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (32, 'Ivory Coast', 'CI', 'CFA Franc BCEAO', '', '', 'XOF', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (33, 'Italy', 'IT', 'Euro', '€', '&#8364;', 'EUR', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (34, 'Isle of Man', 'IM', 'Pound Sterling', '£', '&#163;', 'GBP', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (35, 'Israel', 'IL', 'Israeli New Shekel', '', '', 'ILS', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (36, 'Ireland', 'IE', 'Euro', '€', '&#8364;', 'EUR', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (37, 'Iraq', 'IQ', 'Iraqi Dinar', '', '', 'IQD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (38, 'Indonesia', 'ID', 'Indonesian Rupiah', '', '', 'IDR', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (39, 'Iran', 'IR', 'Iranian Rial', '', '', 'IRR', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (40, 'India', 'IN', 'Indian Rupee', '', '', 'INR', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (41, 'Iceland', 'IS', 'Iceland Krona', '', '', 'ISK', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (42, 'Hungary', 'HU', 'Hungarian Forint', '', '', 'HUF', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (43, 'Hong Kong', 'HK', 'Hong Kong Dollar', '$', '&#036;', 'HKD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (44, 'Honduras', 'HN', 'Honduran Lempira', '', '', 'HNL', '0', '0', 'southamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (45, 'Heard Island and McDonald Islands', 'HM', 'Australian Dollar', '$', '&#036;', 'AUD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (46, 'Haiti', 'HT', 'Haitian Gourde', '', '', 'HTG', '0', '0', 'southamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (47, 'Guyana', 'GY', 'Guyana Dollar', '$', '&#036;', 'GYD', '0', '0', 'southamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (48, 'Guinea Bissau', 'GW', 'Guinea-Bissau Peso', '', '', 'GWP', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (49, 'Guinea', 'GN', 'Guinea Franc', '', '', 'GNF', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (50, 'Guernsey', 'GF', 'Pound Sterling', '£', '&#163;', 'GBP', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (51, 'Guatemala', 'GT', 'Guatemalan Quetzal', '', '', 'QTQ', '0', '0', 'southamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (52, 'Guam (USA)', 'GU', 'US Dollar', '$', '&#036;', 'USD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (53, 'Grenada', 'GD', 'East Carribean Dollar', '$', '&#036;', 'XCD', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (54, 'Guadeloupe (French)', 'GP', 'Euro', '€', '&#8364;', 'EUR', '0', '0', 'southamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (55, 'Greenland', 'GL', 'Danish Krone', '', '', 'DKK', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (56, 'Greece', 'GR', 'Euro', '€', '&#8364;', 'EUR', '0', '19', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (57, 'Gibraltar', 'GI', 'Gibraltar Pound', '', '', 'GIP', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (58, 'Ghana', 'GH', 'Ghanaian Cedi', '', '', 'GHC', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (59, 'Germany', 'DE', 'Euro', '€', '&#8364;', 'EUR', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (60, 'Georgia', 'GE', 'Georgian Lari', '', '', 'GEL', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (61, 'Gambia', 'GM', 'Gambian Dalasi', '', '', 'GMD', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (62, 'Gabon', 'GA', 'CFA Franc BEAC', '', '', 'XAF', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (63, 'French Southern Territories', 'TF', 'Euro', '€', '&#8364;', 'EUR', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (64, 'France', 'FR', 'Euro', '€', '&#8364;', 'EUR', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (65, 'Finland', 'FI', 'Euro', '€', '&#8364;', 'EUR', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (66, 'Fiji', 'FJ', 'Fiji Dollar', '$', '&#036;', 'FJD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (67, 'Faroe Islands', 'FO', 'Danish Krone', '', '', 'DKK', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (68, 'Falkland Islands', 'FK', 'Falkland Islands Pound', '', '', 'FKP', '0', '0', 'southamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (69, 'Ethiopia', 'ET', 'Ethiopian Birr', '', '', 'ETB', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (70, 'Estonia', 'EE', 'Estonian Kroon', '', '', 'EEK', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (71, 'Eritrea', 'ER', 'Eritrean Nakfa', '', '', 'ERN', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (72, 'Equatorial Guinea', 'GQ', 'CFA Franc BEAC', '', '', 'XAF', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (73, 'El Salvador', 'SV', 'El Salvador Colon', '', '', 'SVC', '0', '0', 'southamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (74, 'Egypt', 'EG', 'Egyptian Pound', '', '', 'EGP', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (75, 'Ecuador', 'EC', 'Ecuador Sucre', '', '', 'ECS', '0', '0', 'southamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (76, 'East Timor', 'TP', 'Timor Escudo', '', '', 'TPE', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (77, 'Dominican Republic', 'DO', 'Dominican Peso', '', '', 'DOP', '0', '0', 'southamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (78, 'Dominica', 'DM', 'East Caribbean Dollar', '$', '&#036;', 'XCD', '0', '0', 'southamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (79, 'Djibouti', 'DJ', 'Djibouti Franc', '', '', 'DJF', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (80, 'Denmark', 'DK', 'Danish Krone', '', '', 'DKK', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (81, 'Democratic Republic of Congo', 'CD', 'Francs', '', '', 'CDF', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (82, 'Czech Rep.', 'CZ', 'Czech Koruna', '', '', 'CZK', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (83, 'Cyprus', 'CY', 'Cyprus Pound', '', '', 'CYP', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (84, 'Cuba', 'CU', 'Cuban Peso', '', '', 'CUP', '0', '0', 'northamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (85, 'Croatia', 'HR', 'Croatian Kuna', '', '', 'HRK', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (86, 'Costa Rica', 'CR', 'Costa Rican Colon', '', '', 'CRC', '0', '0', 'southamrica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (87, 'Cook Islands', 'CK', 'New Zealand Dollar', '$', '&#036;', 'NZD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (88, 'Congo', 'CG', 'CFA Franc BEAC', '', '', 'XAF', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (89, 'Comoros', 'KM', 'Comoros Franc', '', '', 'KMF', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (90, 'Colombia', 'CO', 'Colombian Peso', '', '', 'COP', '0', '0', 'southamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (91, 'Cocos (Keeling) Islands', 'CC', 'Australian Dollar', '$', '&#036;', 'AUD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (92, 'Christmas Island', 'CX', 'Australian Dollar', '$', '&#036;', 'AUD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (93, 'Chile', 'CL', 'Chilean Peso', '', '', 'CLP', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (94, 'China', 'CN', 'Yuan Renminbi', '', '', 'CNY', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (95, 'Chad', 'TD', 'CFA Franc BEAC', '', '', 'XAF', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (96, 'Central African Republic', 'CF', 'CFA Franc BEAC', '', '', 'XAF', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (97, 'Cayman Islands', 'KY', 'Cayman Islands Dollar', '$', '&#036;', 'KYD', '0', '0', 'northamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (98, 'Cape Verde', 'CV', 'Cape Verde Escudo', '', '', 'CVE', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (99, 'Cameroon', 'CM', 'CFA Franc BEAC', '', '', 'XAF', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (100, 'Canada', 'CA', 'Canadian Dollar', '$', '&#036;', 'CAD', '1', '', 'northamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (101, 'Cambodia', 'KH', 'Kampuchean Riel', '', '', 'KHR', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (102, 'Burundi', 'BI', 'Burundi Franc', '', '', 'BIF', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (103, 'Burkina Faso', 'BF', 'CFA Franc BCEAO', '', '', 'XOF', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (104, 'Bulgaria', 'BG', 'Bulgarian Lev', '', '', 'BGL', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (105, 'Brunei Darussalam', 'BN', 'Brunei Dollar', '$', '&#036;', 'BND', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (106, 'British Indian Ocean Territory', 'IO', 'US Dollar', '$', '&#036;', 'USD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (107, 'Brazil', 'BR', 'Brazilian Real', '', '', 'BRL', '0', '0', 'southamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (108, 'Bouvet Island', 'BV', 'Norwegian Krone', '', '', 'NOK', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (109, 'Botswana', 'BW', 'Botswana Pula', '', '', 'BWP', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (110, 'Bosnia-Herzegovina', 'BA', 'Marka', '', '', 'BAM', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (111, 'Bolivia', 'BO', 'Boliviano', '', '', 'BOB', '0', '0', 'southamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (112, 'Bhutan', 'BT', 'Bhutan Ngultrum', '', '', 'BTN', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (113, 'Bermuda', 'BM', 'Bermudian Dollar', '$', '&#036;', 'BMD', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (114, 'Benin', 'BJ', 'CFA Franc BCEAO', '', '', 'XOF', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (115, 'Belize', 'BZ', 'Belize Dollar', '$', '&#036;', 'BZD', '0', '0', 'northamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (116, 'Belgium', 'BE', 'Euro', '€', '&#8364;', 'EUR', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (117, 'Belarus', 'BY', 'Belarussian Ruble', '', '', 'BYB', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (118, 'Barbados', 'BB', 'Barbados Dollar', '$', '&#036;', 'BBD', '0', '0', 'southamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (119, 'Bangladesh', 'BD', 'Bangladeshi Taka', '', '', 'BDT', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (120, 'Bahrain', 'BH', 'Bahraini Dinar', '', '', 'BHD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (121, 'Bahamas', 'BS', 'Bahamian Dollar', '$', '&#036;', 'BSD', '0', '0', 'northamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (122, 'Azerbaijan', 'AZ', 'Azerbaijanian Manat', '', '', 'AZM', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (123, 'Austria', 'AT', 'Euro', '€', '&#8364;', 'EUR', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (124, 'Aruba', 'AW', 'Aruban Guilder', '', '', 'AWG', '0', '0', 'southamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (125, 'Armenia', 'AM', 'Armenian Dram', '', '', 'AMD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (126, 'Argentina', 'AR', 'Argentine Peso', '', '', 'ARS', '0', '0', 'southamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (127, 'Antigua and Barbuda', 'AG', 'East Caribbean Dollar', '$', '&#036;', 'XCD', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (128, 'Antarctica', 'AQ', 'Dollar', '$', '&#036;', 'ATA', '0', '0', 'antarctica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (129, 'Anguilla', 'AI', 'East Caribbean Dollar', '$', '&#036;', 'XCD', '0', '0', 'northamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (130, 'Angola', 'AO', 'Angolan New Kwanza', '', '', 'AON', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (131, 'Andorra', 'AD', 'Euro', '€', '&#8364;', 'EUR', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (132, 'American Samoa', 'AS', 'US Dollar', '$', '&#036;', 'USD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (133, 'Algeria', 'DZ', 'Algerian Dinar', '', '', 'DZD', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (134, 'Albania', 'AL', 'Albanian Lek', '', '', 'ALL', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (135, 'Afghanistan', 'AF', 'Afghanistan Afghani', '', '', 'AFA', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (136, 'USA', 'US', 'US Dollar', '$', '&#036;', 'USD', '1', '', 'northamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (137, 'Australia', 'AU', 'Australian Dollar', '$', '&#036;', 'AUD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (138, 'Great Britain', 'GB', 'Pound Sterling', '£', '&#163;', 'GBP', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (139, 'Mauritius', 'MU', 'Mauritius Rupee', '', '', 'MUR', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (140, 'Mayotte', 'YT', 'Euro', '€', '&#8364;', 'EUR', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (141, 'Mexico', 'MX', 'Mexican Nuevo Peso', '', '', 'MXN', '0', '0', 'northamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (142, 'Micronesia', 'FM', 'US Dollar', '$', '&#036;', 'USD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (143, 'Moldova', 'MD', 'Moldovan Leu', '', '', 'MDL', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (144, 'Monaco', 'MC', 'Euro', '€', '&#8364;', 'EUR', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (145, 'Mongolia', 'MN', 'Mongolian Tugrik', '', '', 'MNT', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (146, 'Montserrat', 'MS', 'East Caribbean Dollar', '$', '&#036;', 'XCD', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (147, 'Morocco', 'MA', 'Moroccan Dirham', '', '', 'MAD', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (148, 'Mozambique', 'MZ', 'Mozambique Metical', '', '', 'MZM', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (149, 'Myanmar', 'MM', 'Myanmar Kyat', '', '', 'MMK', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (150, 'Namibia', 'NA', 'Namibian Dollar', '$', '&#036;', 'NAD', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (151, 'Nauru', 'NR', 'Australian Dollar', '$', '&#036;', 'AUD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (152, 'Nepal', 'NP', 'Nepalese Rupee', '', '', 'NPR', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (153, 'Netherlands', 'NL', 'Euro', '€', '&#8364;', 'EUR', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (154, 'Netherlands Antilles', 'AN', 'Netherlands Antillean Guilder', '', '', 'ANG', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (155, 'New Caledonia (French)', 'NC', 'CFP Franc', '', '', 'XPF', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (156, 'New Zealand', 'NZ', 'New Zealand Dollar', '$', '&#036;', 'NZD', '0', '12.5', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (157, 'Nicaragua', 'NI', 'Nicaraguan Cordoba Oro', '', '', 'NIC', '0', '0', 'northamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (158, 'Niger', 'NE', 'CFA Franc BCEAO', '', '', 'XOF', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (159, 'Nigeria', 'NG', 'Nigerian Naira', '', '', 'NGN', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (160, 'Niue', 'NU', 'New Zealand Dollar', '$', '&#036;', 'NZD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (161, 'Norfolk Island', 'NF', 'Australian Dollar', '$', '&#036;', 'AUD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (162, 'Northern Mariana Islands', 'MP', 'US Dollar', '$', '&#036;', 'USD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (163, 'Norway', 'NO', 'Norwegian Krone', '', '', 'NOK', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (164, 'Oman', 'OM', 'Omani Rial', '', '', 'OMR', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (165, 'Pakistan', 'PK', 'Pakistan Rupee', '', '', 'PKR', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (166, 'Palau', 'PW', 'US Dollar', '$', '&#036;', 'USD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (167, 'Panama', 'PA', 'Panamanian Balboa', '', '', 'PAB', '0', '0', 'southamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (168, 'Papua New Guinea', 'PG', 'Papua New Guinea Kina', '', '', 'PGK', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (169, 'Paraguay', 'PY', 'Paraguay Guarani', '', '', 'PYG', '0', '0', 'southamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (170, 'Peru', 'PE', 'Peruvian Nuevo Sol', '', '', 'PEN', '0', '0', 'southamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (171, 'Philippines', 'PH', 'Philippine Peso', '', '', 'PHP', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (172, 'Pitcairn Island', 'PN', 'New Zealand Dollar', '$', '&#036;', 'NZD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (173, 'Poland', 'PL', 'Polish Zloty', '', '', 'PLZ', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (174, 'Polynesia (French)', 'PF', 'CFP Franc', '', '', 'XPF', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (175, 'Portugal', 'PT', 'Euro', '€', '&#8364;', 'EUR', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (176, 'Puerto Rico', 'PR', 'US Dollar', '$', '&#036;', 'USD', '0', '0', 'northamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (177, 'Qatar', 'QA', 'Qatari Rial', '', '', 'QAR', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (178, 'Reunion (French)', 'RE', 'Euro', '€', '&#8364;', 'EUR', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (179, 'Romania', 'RO', 'Romanian Leu', '', '', 'ROL', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (180, 'Russia', 'RU', 'Russian Ruble', '', '', 'RUR', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (181, 'Rwanda', 'RW', 'Rwanda Franc', '', '', 'RWF', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (182, 'Saint Helena', 'SH', 'St. Helena Pound', '', '', 'SHP', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (183, 'Saint Kitts & Nevis Anguilla', 'KN', 'East Caribbean Dollar', '$', '&#036;', 'XCD', '0', '0', 'northamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (184, 'Saint Lucia', 'LC', 'East Caribbean Dollar', '$', '&#036;', 'XCD', '0', '0', 'northamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (185, 'Saint Pierre and Miquelon', 'PM', 'Euro', '€', '&#8364;', 'EUR', '0', '0', 'northamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (186, 'Saint Vincent & Grenadines', 'VC', 'East Caribbean Dollar', '$', '&#036;', 'XCD', '0', '0', 'northamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (187, 'Samoa', 'WS', 'Samoan Tala', '', '', 'WST', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (188, 'San Marino', 'SM', 'Italian Lira', '', '', 'ITL', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (189, 'Sao Tome and Principe', 'ST', 'Dobra', '', '', 'STD', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (190, 'Saudi Arabia', 'SA', 'Saudi Riyal', '', '', 'SAR', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (191, 'Senegal', 'SN', 'CFA Franc BCEAO', '', '', 'XOF', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (192, 'Seychelles', 'SC', 'Seychelles Rupee', '', '', 'SCR', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (193, 'Sierra Leone', 'SL', 'Sierra Leone Leone', '', '', 'SLL', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (194, 'Singapore', 'SG', 'Singapore Dollar', '$', '&#036;', 'SGD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (195, 'Slovakia', 'SK', 'Slovak Koruna', '', '', 'SKK', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (196, 'Slovenia', 'SI', 'Slovenian Tolar', '', '', 'SIT', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (197, 'Solomon Islands', 'SB', 'Solomon Islands Dollar', '$', '&#036;', 'SBD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (198, 'Somalia', 'SO', 'Somali Shilling', '', '', 'SOD', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (199, 'South Africa', 'ZA', 'South African Rand', '', '', 'ZAR', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (200, 'South Georgia & South Sandwich Islands', 'GS', 'Pound Sterling', '£', '&#163;', 'GBP', '0', '0', 'southamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (201, 'Spain', 'ES', 'Euro', '€', '&#8364;', 'EUR', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (202, 'Sri Lanka', 'LK', 'Sri Lanka Rupee', '', '', 'LKR', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (203, 'Sudan', 'SD', 'Sudanese Dinar', '', '', 'SDD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (204, 'Suriname', 'SR', 'Surinam Guilder', '', '', 'SRG', '0', '0', 'southamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (205, 'Svalbard and Jan Mayen Islands', 'SJ', 'Norwegian Krone', '', '', 'NOK', '0', '0', '', '1') ; 
INSERT INTO `wp_currency_list` VALUES (206, 'Swaziland', 'SZ', 'Swaziland Lilangeni', '', '', 'SZL', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (207, 'Sweden', 'SE', 'Swedish Krona', '', '', 'SEK', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (208, 'Switzerland', 'CH', 'Swiss Franc', '', '', 'CHF', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (209, 'Syria', 'SY', 'Syrian Pound', '', '', 'SYP', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (210, 'Taiwan', 'TW', 'Taiwan Dollar', '$', '&#036;', 'TWD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (211, 'Tajikistan', 'TJ', 'Tajik Ruble', '', '', 'TJR', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (212, 'Tanzania', 'TZ', 'Tanzanian Shilling', '', '', 'TZS', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (213, 'Thailand', 'TH', 'Thai Baht', '', '', 'THB', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (214, 'Togo', 'TG', 'CFA Franc BCEAO', '', '', 'XOF', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (215, 'Tokelau', 'TK', 'New Zealand Dollar', '$', '&#036;', 'NZD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (216, 'Tonga', 'TO', 'Tongan Pa&#699;anga', '', '', 'TOP', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (217, 'Trinidad and Tobago', 'TT', 'Trinidad and Tobago Dollar', '$', '&#036;', 'TTD', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (218, 'Tunisia', 'TN', 'Tunisian Dollar', '$', '&#036;', 'TND', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (219, 'Turkey', 'TR', 'Turkish Lira', '', '', 'TRL', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (220, 'Turkmenistan', 'TM', 'Manat', '', '', 'TMM', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (221, 'Turks and Caicos Islands', 'TC', 'US Dollar', '$', '&#036;', 'USD', '0', '0', 'northamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (222, 'Tuvalu', 'TV', 'Australian Dollar', '$', '&#036;', 'AUD', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (223, 'U.K.', 'UK', 'Pound Sterling', '£', '&#163;', 'GBP', '0', '17.5', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (224, 'Uganda', 'UG', 'Uganda Shilling', '', '', 'UGS', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (225, 'Ukraine', 'UA', 'Ukraine Hryvnia', '', '', 'UAG', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (226, 'United Arab Emirates', 'AE', 'Arab Emirates Dirham', '', '', 'AED', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (227, 'Uruguay', 'UY', 'Uruguayan Peso', '', '', 'UYP', '0', '0', 'southamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (228, 'USA Minor Outlying Islands', 'UM', 'US Dollar', '$', '&#036;', 'USD', '0', '0', '', '1') ; 
INSERT INTO `wp_currency_list` VALUES (229, 'Uzbekistan', 'UZ', 'Uzbekistan Sum', '', '', 'UZS', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (230, 'Vanuatu', 'VU', 'Vanuatu Vatu', '', '', 'VUV', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (231, 'Vatican', 'VA', 'Euro', '€', '&#8364;', 'EUR', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (232, 'Venezuela', 'VE', 'Venezuelan Bolivar', '', '', 'VUB', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (233, 'Vietnam', 'VN', 'Vietnamese Dong', '', '', 'VND', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (234, 'Virgin Islands (British)', 'VG', 'US Dollar', '$', '&#036;', 'USD', '0', '0', 'northamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (235, 'Virgin Islands (USA)', 'VI', 'US Dollar', '$', '&#036;', 'USD', '0', '0', 'northamerica', '1') ; 
INSERT INTO `wp_currency_list` VALUES (236, 'Wallis and Futuna Islands', 'WF', 'CFP Franc', '', '', 'XPF', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (237, 'Western Sahara', 'EH', 'Moroccan Dirham', '', '', 'MAD', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (238, 'Yemen', 'YE', 'Yemeni Rial', '', '', 'YER', '0', '0', 'asiapacific', '1') ; 
INSERT INTO `wp_currency_list` VALUES (239, 'Yugoslavia', 'YU', 'Yugoslav New Dinar', '', '', 'YUN', '0', '0', 'europe', '1') ; 
INSERT INTO `wp_currency_list` VALUES (240, 'Zambia', 'ZM', 'Zambian Kwacha', '', '', 'ZMK', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (241, 'Zimbabwe', 'ZW', 'Zimbabwe Dollar', '$', '&#036;', 'ZWD', '0', '0', 'africa', '1') ; 
INSERT INTO `wp_currency_list` VALUES (242, 'Deutschland', 'DE', 'Euro', '€', '&#8364;', 'EUR', '0', '0', 'europe', '1') ;
#
# End of data contents of table `wp_currency_list`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_download_status`
# --------------------------------------------------------


#
# Delete any existing table `wp_download_status`
#

DROP TABLE IF EXISTS `wp_download_status`;


#
# Table structure of table `wp_download_status`
#

CREATE TABLE `wp_download_status` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `fileid` bigint(20) unsigned NOT NULL DEFAULT '0',
  `purchid` bigint(20) unsigned NOT NULL DEFAULT '0',
  `cartid` bigint(20) unsigned DEFAULT NULL,
  `uniqueid` varchar(64) DEFAULT '',
  `downloads` int(11) NOT NULL DEFAULT '0',
  `ip_number` varchar(255) NOT NULL DEFAULT '',
  `active` varchar(1) NOT NULL DEFAULT '0',
  `datetime` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `uniqueid` (`uniqueid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_download_status`
#

#
# End of data contents of table `wp_download_status`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_eme_answers`
# --------------------------------------------------------


#
# Delete any existing table `wp_eme_answers`
#

DROP TABLE IF EXISTS `wp_eme_answers`;


#
# Table structure of table `wp_eme_answers`
#

CREATE TABLE `wp_eme_answers` (
  `booking_id` mediumint(9) NOT NULL,
  `field_name` tinytext NOT NULL,
  `answer` text NOT NULL,
  KEY `booking_id` (`booking_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_eme_answers`
#

#
# End of data contents of table `wp_eme_answers`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_eme_bookings`
# --------------------------------------------------------


#
# Delete any existing table `wp_eme_bookings`
#

DROP TABLE IF EXISTS `wp_eme_bookings`;


#
# Table structure of table `wp_eme_bookings`
#

CREATE TABLE `wp_eme_bookings` (
  `booking_id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `event_id` mediumint(9) NOT NULL,
  `person_id` mediumint(9) NOT NULL,
  `booking_seats` mediumint(9) NOT NULL,
  `booking_seats_mp` varchar(250) DEFAULT NULL,
  `booking_approved` tinyint(1) DEFAULT '0',
  `booking_comment` text,
  `booking_price` text,
  `creation_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `creation_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modif_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modif_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `booking_payed` tinyint(1) DEFAULT '0',
  `transfer_nbr_be97` varchar(20) DEFAULT NULL,
  `wp_id` bigint(20) unsigned DEFAULT NULL,
  `lang` varchar(10) DEFAULT '',
  UNIQUE KEY `booking_id` (`booking_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_eme_bookings`
#

#
# End of data contents of table `wp_eme_bookings`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_eme_categories`
# --------------------------------------------------------


#
# Delete any existing table `wp_eme_categories`
#

DROP TABLE IF EXISTS `wp_eme_categories`;


#
# Table structure of table `wp_eme_categories`
#

CREATE TABLE `wp_eme_categories` (
  `category_id` int(11) NOT NULL AUTO_INCREMENT,
  `category_name` tinytext NOT NULL,
  UNIQUE KEY `category_id` (`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_eme_categories`
#

#
# End of data contents of table `wp_eme_categories`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_eme_events`
# --------------------------------------------------------


#
# Delete any existing table `wp_eme_events`
#

DROP TABLE IF EXISTS `wp_eme_events`;


#
# Table structure of table `wp_eme_events`
#

CREATE TABLE `wp_eme_events` (
  `event_id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `event_status` mediumint(9) DEFAULT '1',
  `event_author` mediumint(9) DEFAULT '0',
  `event_name` text NOT NULL,
  `event_slug` text,
  `event_url` text,
  `event_start_time` time NOT NULL,
  `event_end_time` time NOT NULL,
  `event_start_date` date NOT NULL,
  `event_end_date` date DEFAULT NULL,
  `creation_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `creation_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modif_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modif_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `event_notes` longtext,
  `event_rsvp` tinyint(1) DEFAULT '0',
  `use_paypal` tinyint(1) DEFAULT '0',
  `use_google` tinyint(1) DEFAULT '0',
  `use_2co` tinyint(1) DEFAULT '0',
  `use_webmoney` tinyint(1) DEFAULT '0',
  `price` text,
  `currency` text,
  `rsvp_number_days` tinyint(3) unsigned DEFAULT '0',
  `rsvp_number_hours` tinyint(3) unsigned DEFAULT '0',
  `event_seats` text,
  `event_contactperson_id` mediumint(9) DEFAULT '0',
  `location_id` mediumint(9) DEFAULT '0',
  `recurrence_id` mediumint(9) DEFAULT '0',
  `event_category_ids` text,
  `event_attributes` text,
  `event_page_title_format` text,
  `event_single_event_format` text,
  `event_contactperson_email_body` text,
  `event_respondent_email_body` text,
  `event_registration_recorded_ok_html` text,
  `event_registration_pending_email_body` text,
  `event_registration_form_format` text,
  `registration_requires_approval` tinyint(1) DEFAULT '0',
  `registration_wp_users_only` tinyint(1) DEFAULT '0',
  `event_image_url` text,
  `event_image_id` mediumint(9) NOT NULL DEFAULT '0',
  `use_fdgg` tinyint(1) DEFAULT '0',
  `event_properties` text,
  `event_registration_updated_email_body` text,
  `event_cancel_form_format` text,
  `event_external_ref` text,
  UNIQUE KEY `event_id` (`event_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_eme_events`
#
 
INSERT INTO `wp_eme_events` VALUES (1, 1, 0, '2013 AAZK National Conference', 'orality-in-james-joyce-conference/', 'http://www.ncaazk.com/2013nationalconference.htm', '16:00:00', '18:00:00', '2013-10-11', '2013-10-11', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2013-10-07 17:13:02', '2013-10-07 22:13:02', '', 0, 0, 0, 0, 0, '0', 'EUR', 0, 0, '0', -1, 4, 0, '', 'a:0:{}', '', '', '', '', '', '', '', 0, 0, '', 0, 0, NULL, NULL, NULL, NULL) ; 
INSERT INTO `wp_eme_events` VALUES (2, 1, 0, 'Disney\'s Animal Kingdom', 'disneys-animal-kingdom/', 'http://www.greaterorlandoaecetia.net/gws/aazk/', '20:00:00', '22:00:00', '2014-09-08', '2014-09-12', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2014-03-12 12:44:17', '2014-03-12 17:44:17', '', 0, 0, 0, 0, 0, '0', 'EUR', 0, 0, '0', -1, 6, 0, '', 'a:0:{}', '', '', '', '', '', '', '', 0, 0, '', 0, 0, 'a:5:{s:12:"auto_approve";i:0;s:14:"ignore_pending";i:0;s:7:"all_day";i:0;s:11:"min_allowed";s:1:"1";s:11:"max_allowed";s:2:"10";}', NULL, NULL, NULL) ; 
INSERT INTO `wp_eme_events` VALUES (3, 1, 0, 'St. Louis Zoo', 'st-louis-zoo/', '#NO_LINK', '22:00:00', '00:00:00', '2015-09-27', '2015-10-01', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2014-03-12 16:14:43', '2014-03-12 21:14:43', '', 0, 0, 0, 0, 0, '0', 'EUR', 0, 0, '0', -1, 7, 0, '', 'a:0:{}', '', '', '', '', '', '', '', 0, 0, '', 0, 0, 'a:5:{s:12:"auto_approve";i:0;s:14:"ignore_pending";i:0;s:7:"all_day";i:0;s:11:"min_allowed";s:1:"1";s:11:"max_allowed";s:2:"10";}', NULL, NULL, NULL) ;
#
# End of data contents of table `wp_eme_events`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_eme_fieldtypes`
# --------------------------------------------------------


#
# Delete any existing table `wp_eme_fieldtypes`
#

DROP TABLE IF EXISTS `wp_eme_fieldtypes`;


#
# Table structure of table `wp_eme_fieldtypes`
#

CREATE TABLE `wp_eme_fieldtypes` (
  `type_id` int(11) NOT NULL,
  `type_info` tinytext NOT NULL,
  `is_multi` int(1) DEFAULT '0',
  UNIQUE KEY `type_id` (`type_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_eme_fieldtypes`
#
 
INSERT INTO `wp_eme_fieldtypes` VALUES (1, 'Text', 0) ; 
INSERT INTO `wp_eme_fieldtypes` VALUES (2, 'DropDown', 1) ; 
INSERT INTO `wp_eme_fieldtypes` VALUES (3, 'TextArea', 0) ; 
INSERT INTO `wp_eme_fieldtypes` VALUES (4, 'RadioBox', 1) ; 
INSERT INTO `wp_eme_fieldtypes` VALUES (5, 'RadioBox (Vertical)', 1) ; 
INSERT INTO `wp_eme_fieldtypes` VALUES (6, 'CheckBox', 1) ; 
INSERT INTO `wp_eme_fieldtypes` VALUES (7, 'CheckBox (Vertical)', 1) ;
#
# End of data contents of table `wp_eme_fieldtypes`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_eme_formfields`
# --------------------------------------------------------


#
# Delete any existing table `wp_eme_formfields`
#

DROP TABLE IF EXISTS `wp_eme_formfields`;


#
# Table structure of table `wp_eme_formfields`
#

CREATE TABLE `wp_eme_formfields` (
  `field_id` int(11) NOT NULL AUTO_INCREMENT,
  `field_type` mediumint(9) NOT NULL,
  `field_name` tinytext NOT NULL,
  `field_info` text NOT NULL,
  `field_tags` text,
  UNIQUE KEY `field_id` (`field_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_eme_formfields`
#

#
# End of data contents of table `wp_eme_formfields`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_eme_locations`
# --------------------------------------------------------


#
# Delete any existing table `wp_eme_locations`
#

DROP TABLE IF EXISTS `wp_eme_locations`;


#
# Table structure of table `wp_eme_locations`
#

CREATE TABLE `wp_eme_locations` (
  `location_id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `location_name` text NOT NULL,
  `location_slug` text,
  `location_url` text,
  `location_address` tinytext NOT NULL,
  `location_town` tinytext NOT NULL,
  `location_latitude` float DEFAULT NULL,
  `location_longitude` float DEFAULT NULL,
  `location_description` text,
  `location_author` mediumint(9) DEFAULT '0',
  `location_category_ids` text,
  `location_creation_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `location_creation_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `location_modif_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `location_modif_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `location_image_url` text,
  `location_image_id` mediumint(9) NOT NULL DEFAULT '0',
  `location_attributes` text,
  `location_properties` text,
  `location_external_ref` text,
  UNIQUE KEY `location_id` (`location_id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_eme_locations`
#
 
INSERT INTO `wp_eme_locations` VALUES (1, 'Arts Millenium Building', NULL, NULL, 'Newcastle Road', 'Galway', '53.275', '-9.06532', NULL, 0, NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 0, NULL, NULL, NULL) ; 
INSERT INTO `wp_eme_locations` VALUES (2, 'The Crane Bar', NULL, NULL, '2, Sea Road', 'Galway', '53.2683', '-9.06262', NULL, 0, NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 0, NULL, NULL, NULL) ; 
INSERT INTO `wp_eme_locations` VALUES (3, 'Taaffes Bar', NULL, NULL, '19 Shop Street', 'Galway', '53.2725', '-9.05321', NULL, 0, NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 0, NULL, NULL, NULL) ; 
INSERT INTO `wp_eme_locations` VALUES (4, 'Greensboro, NC', '', '', 'Newcastle Road', 'Galway', '53.275', '-9.06532', '', 1, '', '2013-10-07 13:12:12', '2013-10-07 18:12:12', '2013-10-07 13:12:12', '2013-10-07 18:12:12', '', 0, NULL, NULL, NULL) ; 
INSERT INTO `wp_eme_locations` VALUES (5, 'Orlando, FL', '', '', '2, Sea Road', 'Galway', '53.2683', '-9.06262', '', 1, '', '2013-10-07 13:12:47', '2013-10-07 18:12:47', '2013-10-07 13:12:47', '2013-10-07 18:12:47', '', 0, NULL, NULL, NULL) ; 
INSERT INTO `wp_eme_locations` VALUES (6, 'Orlando, FL', '', '', '', '', '28.6623', '-81.5344', '', 1, '', '2013-11-05 15:43:27', '2013-11-05 20:43:27', '2013-11-05 15:43:27', '2013-11-05 20:43:27', '', 0, NULL, NULL, NULL) ; 
INSERT INTO `wp_eme_locations` VALUES (7, 'St Louis, MO', '', '', '', '', '53.2706', '-9.05667', '', 1, '', '2013-11-05 15:43:44', '2013-11-05 20:43:44', '2013-11-05 15:43:44', '2013-11-05 20:43:44', '', 0, NULL, NULL, NULL) ;
#
# End of data contents of table `wp_eme_locations`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_eme_people`
# --------------------------------------------------------


#
# Delete any existing table `wp_eme_people`
#

DROP TABLE IF EXISTS `wp_eme_people`;


#
# Table structure of table `wp_eme_people`
#

CREATE TABLE `wp_eme_people` (
  `person_id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `person_name` tinytext NOT NULL,
  `person_email` tinytext NOT NULL,
  `person_phone` tinytext,
  `wp_id` bigint(20) unsigned DEFAULT NULL,
  `lang` varchar(10) DEFAULT '',
  UNIQUE KEY `person_id` (`person_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_eme_people`
#

#
# End of data contents of table `wp_eme_people`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_eme_recurrence`
# --------------------------------------------------------


#
# Delete any existing table `wp_eme_recurrence`
#

DROP TABLE IF EXISTS `wp_eme_recurrence`;


#
# Table structure of table `wp_eme_recurrence`
#

CREATE TABLE `wp_eme_recurrence` (
  `recurrence_id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `recurrence_start_date` date NOT NULL,
  `recurrence_end_date` date NOT NULL,
  `creation_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `creation_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modif_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modif_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `recurrence_interval` tinyint(4) NOT NULL,
  `recurrence_freq` tinytext NOT NULL,
  `recurrence_byday` tinytext NOT NULL,
  `recurrence_byweekno` tinyint(4) NOT NULL,
  `recurrence_specific_days` text,
  UNIQUE KEY `recurrence_id` (`recurrence_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_eme_recurrence`
#

#
# End of data contents of table `wp_eme_recurrence`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_eme_templates`
# --------------------------------------------------------


#
# Delete any existing table `wp_eme_templates`
#

DROP TABLE IF EXISTS `wp_eme_templates`;


#
# Table structure of table `wp_eme_templates`
#

CREATE TABLE `wp_eme_templates` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `description` text,
  `format` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_eme_templates`
#

#
# End of data contents of table `wp_eme_templates`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_eo_events`
# --------------------------------------------------------


#
# Delete any existing table `wp_eo_events`
#

DROP TABLE IF EXISTS `wp_eo_events`;


#
# Table structure of table `wp_eo_events`
#

CREATE TABLE `wp_eo_events` (
  `event_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) NOT NULL,
  `StartDate` date NOT NULL,
  `EndDate` date NOT NULL,
  `StartTime` time NOT NULL,
  `FinishTime` time NOT NULL,
  `event_occurrence` bigint(20) NOT NULL,
  PRIMARY KEY (`event_id`),
  KEY `StartDate` (`StartDate`),
  KEY `EndDate` (`EndDate`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_eo_events`
#
 
INSERT INTO `wp_eo_events` VALUES (1, 3055, '2013-10-03', '2013-10-03', '11:58:00', '12:58:00', 0) ;
#
# End of data contents of table `wp_eo_events`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_eo_venuemeta`
# --------------------------------------------------------


#
# Delete any existing table `wp_eo_venuemeta`
#

DROP TABLE IF EXISTS `wp_eo_venuemeta`;


#
# Table structure of table `wp_eo_venuemeta`
#

CREATE TABLE `wp_eo_venuemeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `eo_venue_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `eo_venue_id` (`eo_venue_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_eo_venuemeta`
#

#
# End of data contents of table `wp_eo_venuemeta`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_flutter_layout`
# --------------------------------------------------------


#
# Delete any existing table `wp_flutter_layout`
#

DROP TABLE IF EXISTS `wp_flutter_layout`;


#
# Table structure of table `wp_flutter_layout`
#

CREATE TABLE `wp_flutter_layout` (
  `block_id` int(11) NOT NULL AUTO_INCREMENT,
  `module_id` int(11) NOT NULL,
  `theme` tinytext NOT NULL,
  `page` text NOT NULL,
  `position` tinytext NOT NULL,
  `template_name` text NOT NULL,
  `template_size` text NOT NULL,
  `duplicate_id` int(11) NOT NULL,
  PRIMARY KEY (`block_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC ;

#
# Data contents of table `wp_flutter_layout`
#
 
INSERT INTO `wp_flutter_layout` VALUES (1, -1, 'default', '-', '', '', '', 0) ; 
INSERT INTO `wp_flutter_layout` VALUES (2, -1, 'aazk_v2', '-', '', '', '', 0) ;
#
# End of data contents of table `wp_flutter_layout`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_flutter_layout_settings`
# --------------------------------------------------------


#
# Delete any existing table `wp_flutter_layout_settings`
#

DROP TABLE IF EXISTS `wp_flutter_layout_settings`;


#
# Table structure of table `wp_flutter_layout_settings`
#

CREATE TABLE `wp_flutter_layout_settings` (
  `settings_id` int(11) NOT NULL AUTO_INCREMENT,
  `theme` tinytext NOT NULL,
  `page` text NOT NULL,
  `settings` text NOT NULL,
  PRIMARY KEY (`settings_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC ;

#
# Data contents of table `wp_flutter_layout_settings`
#

#
# End of data contents of table `wp_flutter_layout_settings`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_flutter_layout_vars`
# --------------------------------------------------------


#
# Delete any existing table `wp_flutter_layout_vars`
#

DROP TABLE IF EXISTS `wp_flutter_layout_vars`;


#
# Table structure of table `wp_flutter_layout_vars`
#

CREATE TABLE `wp_flutter_layout_vars` (
  `variable_id` int(11) NOT NULL AUTO_INCREMENT,
  `variable_name` text NOT NULL,
  `parent` int(11) NOT NULL,
  `type` text NOT NULL,
  `value` text NOT NULL,
  `default_value` text NOT NULL,
  `description` text NOT NULL,
  `options` text NOT NULL,
  PRIMARY KEY (`variable_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC ;

#
# Data contents of table `wp_flutter_layout_vars`
#

#
# End of data contents of table `wp_flutter_layout_vars`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_item_category_associations`
# --------------------------------------------------------


#
# Delete any existing table `wp_item_category_associations`
#

DROP TABLE IF EXISTS `wp_item_category_associations`;


#
# Table structure of table `wp_item_category_associations`
#

CREATE TABLE `wp_item_category_associations` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `product_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `category_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `product_id` (`product_id`,`category_id`)
) ENGINE=MyISAM AUTO_INCREMENT=78 DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED ;

#
# Data contents of table `wp_item_category_associations`
#
 
INSERT INTO `wp_item_category_associations` VALUES (38, 33, 1) ; 
INSERT INTO `wp_item_category_associations` VALUES (61, 40, 3) ; 
INSERT INTO `wp_item_category_associations` VALUES (40, 34, 1) ; 
INSERT INTO `wp_item_category_associations` VALUES (47, 37, 3) ; 
INSERT INTO `wp_item_category_associations` VALUES (41, 35, 1) ; 
INSERT INTO `wp_item_category_associations` VALUES (30, 6, 1) ; 
INSERT INTO `wp_item_category_associations` VALUES (7, 7, 1) ; 
INSERT INTO `wp_item_category_associations` VALUES (48, 3, 1) ; 
INSERT INTO `wp_item_category_associations` VALUES (9, 9, 1) ; 
INSERT INTO `wp_item_category_associations` VALUES (10, 10, 1) ; 
INSERT INTO `wp_item_category_associations` VALUES (11, 11, 1) ; 
INSERT INTO `wp_item_category_associations` VALUES (12, 12, 1) ; 
INSERT INTO `wp_item_category_associations` VALUES (13, 13, 3) ; 
INSERT INTO `wp_item_category_associations` VALUES (14, 14, 3) ; 
INSERT INTO `wp_item_category_associations` VALUES (72, 28, 1) ; 
INSERT INTO `wp_item_category_associations` VALUES (16, 16, 3) ; 
INSERT INTO `wp_item_category_associations` VALUES (17, 17, 3) ; 
INSERT INTO `wp_item_category_associations` VALUES (18, 18, 3) ; 
INSERT INTO `wp_item_category_associations` VALUES (76, 34, 5) ; 
INSERT INTO `wp_item_category_associations` VALUES (20, 20, 3) ; 
INSERT INTO `wp_item_category_associations` VALUES (21, 21, 4) ; 
INSERT INTO `wp_item_category_associations` VALUES (22, 22, 4) ; 
INSERT INTO `wp_item_category_associations` VALUES (23, 23, 4) ; 
INSERT INTO `wp_item_category_associations` VALUES (24, 24, 1) ; 
INSERT INTO `wp_item_category_associations` VALUES (25, 25, 1) ; 
INSERT INTO `wp_item_category_associations` VALUES (26, 26, 1) ; 
INSERT INTO `wp_item_category_associations` VALUES (27, 27, 1) ; 
INSERT INTO `wp_item_category_associations` VALUES (75, 35, 5) ; 
INSERT INTO `wp_item_category_associations` VALUES (29, 29, 3) ; 
INSERT INTO `wp_item_category_associations` VALUES (31, 30, 3) ; 
INSERT INTO `wp_item_category_associations` VALUES (62, 36, 3) ; 
INSERT INTO `wp_item_category_associations` VALUES (68, 41, 3) ; 
INSERT INTO `wp_item_category_associations` VALUES (35, 32, 1) ; 
INSERT INTO `wp_item_category_associations` VALUES (56, 39, 3) ; 
INSERT INTO `wp_item_category_associations` VALUES (77, 2, 1) ;
#
# End of data contents of table `wp_item_category_associations`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_jdttempdata`
# --------------------------------------------------------


#
# Delete any existing table `wp_jdttempdata`
#

DROP TABLE IF EXISTS `wp_jdttempdata`;


#
# Table structure of table `wp_jdttempdata`
#

CREATE TABLE `wp_jdttempdata` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `date_time` datetime NOT NULL,
  `post_id` int(11) DEFAULT NULL,
  `post_content` text,
  PRIMARY KEY (`ID`)
) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=latin1 ;

#
# Data contents of table `wp_jdttempdata`
#
 
INSERT INTO `wp_jdttempdata` VALUES (12, '0000-00-00 00:00:00', 14, '<h4>Grants Offered</h4>\r\n<strong>Deadlines for all grants is March 1st of every year.</strong>\r\n\r\n<h6>The AAZK Professional Development Grant</h6>\r\nThe AAZK Professional Development Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.\r\n\r\n<h6>The AAZK Conservation, Preservation and Restoration Grant</h6>\r\nThe purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.\r\n\r\n<h6>The AAZK Research Grant</h6>\r\nThe purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Qualifications</h4>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Restrictions</h4>\r\nThe Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.\r\n\r\nThe purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.\r\n\r\n<i class="left icon-download"></i> <a target="_blank" href="http://www.aecetia.net/gws/aazk/wp-content/uploads/research_grant_database.pdf">Research Grant Database</a>\r\n\r\n<pre>The Research Grant Database is in Adobe PDF format. If you do not have Adobe Acrobat Reader, please download the free software <a href="http://get.adobe.com/reader/" target="_blank">here</a>.</pre>\r\n\r\n\r\n<h4>Examples of Past Grants</h4>\r\nExamples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.\r\n\r\n<h6>Research Grants</h6>\r\n<i class="left icon-download"></i> <a target="_blank" href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_blood_typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a>\r\n<i class="left icon-download"></i> <a target="_blank" href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_project_penguin.pdf">Project Penguin: Semen Collection</a>\r\n\r\n<h6>Conservation, Restoration, and Preservation Grants</h6>\r\n<i class="left icon-download"></i> <a target="_blank" href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_river_otter_survey.pdf">North American River Otter Latrine Site Survey</a>\r\n\r\n<h6>Travel Grants</h6>\r\n<i class="left icon-download"></i> <a target="_blank" href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_amphibian_keeper_course.pdf">Amphibians, their current status, and an important AZA course for any amphibian keeper</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Past Recipients</h4>\r\n<i class="left icon-download"></i> <a target="_blank" href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_awards-_2008.pdf">2008 Grant Awards [PDF]</a>\r\n<i class="left icon-download"></i> <a target="_blank" href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_awards2012.pdf">2012 Grant Awards [PDF]</a>\r\n\r\n<div id="inner-links"></div>') ; 
INSERT INTO `wp_jdttempdata` VALUES (13, '0000-00-00 00:00:00', 10, '<strong>"Zoo keeper"</strong> is a term used to describe an individual who cares for animals in zoological parks or aquariums. A career as a zoo keeper offers a unique opportunity in the specialized and demanding profession of maintaining captive exotic animals for conservation, research, public education and recreation.\r\n\r\nZoo keepers care for a diverse collection of animals from mammals and birds to reptiles and amphibians to fish and invertebrates. Some keepers become highly specialized, such as those who work in animal hospitals or who concentrate on a specific group of animals such as exotic birds, great apes, elephants or reptiles.\r\n\r\nIf you are interested in becoming a zoo keeper a comprehensive document has been compiled which will give you a better idea of what this profession entails and will give you more information to start you on the road to making this a career. You can access the information by clicking on the link below.  <a href="/wp-content/uploads/keeper_information.pdf"></a>\r\n\r\n<a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/keeper_information.pdf">So You Want to be a Keeper, Trainer, or Aquarist?</a>') ; 
INSERT INTO `wp_jdttempdata` VALUES (14, '0000-00-00 00:00:00', 12, '<h3>Committees</h3>\r\nDedicated to professional animal care, the vision of AAZK is to provide resources for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function please log in to the Members Only Page and open the Committees and Program tab.\r\n<div class="first sixcol">\r\n<h4><i class="left icon-trophy"></i> Awards Committee</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards’ criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award’s recipients each year at the National Conference.\r\n</a>\r\n<div class="hr"></div>\r\n<h4><i class="left icon-lamp"></i> Behavioral Husbandry Committee</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n</a>\r\n<div class="hr"></div>\r\n<h4><i class="left icon-mic"></i> Communication Committee</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership. The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n<div class="hr"></div>\r\n<h4><i class="left icon-heart"></i> Conservation Committee</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h4><i class="left icon-doc-text-inv"></i> Ethics Committee</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n</a>\r\n<div class="hr"></div>\r\n<h4><i class="left icon-chart-bar"></i> Grants Committee</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<div class="hr"></div>\r\n<h4><i class="left icon-graduation-cap"></i> Professional Development Committee</h4>\r\nAAZK’s Professional Development Committee’s mission is to provide a resource for National AAZK members to explore continuing education opportunities. Our goal is concentrate on continuing education through online training courses and conference workshops. Online courses can be found at the <a href="http://sdzglobalacademy.org/courses.html" target="_blank">San Diego Zoo Global Academy courses</a>. Over 200 self-directed courses are offered. Conferences are held annually and delegates are provided with paper presentations, posters sessions, and a variety of workshops to meet everyone’s needs. Workshops can be lecture based or hands on.\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<h3>Programs</h3>\r\nDedicated to professional animal care, the vision of AAZK is to provide resources through internal, national and international Programs. Our Programs are developed to further this vision. To learn about AAZK Programs please click on one of the links below.\r\n<div class="first sixcol">\r\n<h4><i class="left icon-users"></i> Bylaws Program</h4>\r\nThe Program Manager annually reviews the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. When developing new Bylaws, the Program expands to a Member Committee consisting of five members, two of which shall be member of the Board of Directors. (If you would like a copy of the Association’s Bylaws please <a href="http://www.aecetia.net/gws/aazk/contact/">contact</a> the Administrative Office.)\r\n<div class="hr"></div>\r\n<h4><i class="left icon-globe"></i> International Congress of Zoo Keepers Program</h4>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n</div>\r\n<div class="last sixcol">\r\n<h4><i class="left icon-star"></i> National Zoo Keeper Week Program</h4>\r\nAs the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n<div class="hr"></div>\r\n<h4><i class="left icon-leaf"></i> Trees for You and Me Program</h4>\r\nTrees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. Every year, the effort has a local focus. Gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, AAZK believes drawing attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n\r\n</div>') ; 
INSERT INTO `wp_jdttempdata` VALUES (15, '0000-00-00 00:00:00', 82, 'Today\'s zookeeper is an educated person. Gone are the days when all you needed was a love for animals, a shovel and a strong back. Now we are expected to know animal husbandry, nutrition, operant conditioning, enrichment and conservation; we are also expected to be able to lift 50 lbs., and to work weekends and holidays. We do this job because we love it, not for the money. The money is in upper management, which usually means less contact with the animals. However, in the zoo field even being in the upper echelon does not guarantee a substantial income. For us, knowing that we are saving an animal species or maybe just making an animal feel as at home as possible is enough.\r\n\r\nFor those of you who think this is the field for you, click here. For more information, you may also visit the websites for the <a href="http://www.aza.org/">American Zoo and Aquarium Association</a> and the <a href="http://aecetia.net/gws/aazk/">American Association of Zoo Keepers</a> directly. You may also be interested in <a href="http://www.aecetia.net/gws/aazk/zoo-keeping-as-a-career/books-about-animal-careers/">Books about Animal Careers</a>.\r\n\r\n<h3>The List</h3>\r\n<p>While this list deals primarily with schools that have programs geared toward zookeeping, keep in mind that a degree in Wildlife Management or Wildlife Ecology is also acceptable for most zoos, as are degrees in Zoology and Biology. Remember, most zoos prefer hands-on experience, so while pursuing these degrees, volunteer where you can! (I do not list Vet. Tech Schools or those programs dealing with pure Animal Science.) There are both two and four year programs listed. Some zoos require more education than others and it is always a good idea to get a higher degree if you wish to advance up the ranks. Because of this, I have also included on this list a new program geared toward zoo and aquarium management. In addition you will find information on the Durrell Wildlife Conservation Trust and a list of international schools.</p>\r\n\r\n<dl>\r\n	<dt><a href="http://www.aecetia.net/gws/aazk/zoo-keeper-training/high-school-programs/">High School Programs</a></dt>\r\n    	<dd>There are many high schools around the country that have started cooperative learning programs with their local zoos. I have listed a few here, but you should check with your own school system, especially if you live near a zoological facility.</dd>\r\n	<dt><a href="http://www.aecetia.net/gws/aazk/zoo-keeper-training/two-year-programs/">Two-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a two-year higher education degree such as an Associate\'s degree or a technical degree.</dd>\r\n	<dt><a href="http://www.aecetia.net/gws/aazk/zoo-keeper-training/four-year-programs/">Four-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a four-year degree such as a Bachelor\'s degree.</dd>\r\n	<dt><a href="http://www.aecetia.net/gws/aazk/zoo-keeper-training/management-programs/">Management Programs</a></dt>\r\n    	<dd>This list provides information concerning higher education programs leading to degrees specific to leadership positions within the zoo field.</dd>\r\n	<dt><a href="http://www.aecetia.net/gws/aazk/zoo-keeper-training/conservation-programs/">Conservation Programs</a></dt>\r\n    	<dd>This list provides information on programs geared toward teaching environmental conservation techniques.</dd>\r\n	<dt><a href="http://www.aecetia.net/gws/aazk/zoo-keeper-training/international-programs">International Programs</a></dt>\r\n    	<dd>This list provides information on programs outside the United States.</dd>\r\n	<dt><a href="http://www.aecetia.net/gws/aazk/zoo-keeper-training/aquarium-marine-focus-programs/">Aquarium or Marine Mammal Focus Programs</a></dt>\r\n    	<dd>This list provides information on programs that focus on aquarium or marine mammal husbandry and/or training.</dd>\r\n	<dt><a href="http://www.aecetia.net/gws/aazk/zoo-keeper-training/veterinary-schools-exotic-animal-programs/">Veterinary Schools with Exotic Animal Programs</a></dt>\r\n    	<dd>This list provides information for those who would like to become a veterinarian who specializes in exotic/zoo animals.</dd>\r\n</dl>') ; 
INSERT INTO `wp_jdttempdata` VALUES (16, '0000-00-00 00:00:00', 153, '<h3><img class="aligncenter size-full wp-image-1499" title="icz_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/icz_logo.jpg" alt="icz_logo" width="223" height="169" />AAZK Program Representatives</h3>\r\n<img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /> Norah Farnham         <img class="alignnone size-full wp-image-2758" title="sara_wunder21" src="http://aecetia.net/gws/aazk/wp-content/uploads/sara_wunder21.jpg" alt="sara_wunder21" width="150" height="171" /> Sara Wunder Steward\r\n\r\n<em><strong>Purpose</strong></em>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n\r\nThe ICZ evolved from AAZK’s now-extinct International Outreach Committee (IOC). A major accomplishment of the IOC was procuring a travel grant which afforded the opportunity for representatives from 7 of the world’s professional zookeeper associations to meet at the AAZK conference in Columbus Ohio, in 2000.  Since this meeting, the ICZ has grown into an incorporated 501(c) 3 non-profit organization, complete with a Constitution, By- Laws, and 6,000 members from 30 countries.\r\n\r\n<strong>ICZ Mission Statement: </strong>\r\n\r\n\'The ICZ will build a worldwide network among zookeepers and other professionals in the field of wildlife care and conservation. This exchange of experience and knowledge will improve the professionalism of zookeepers for the benefit of the animals under their care and promote awareness and actions that will contribute to the preservation of wildlife everywhere.\'\r\n<strong>\r\nVision Statement:</strong>\r\n\r\n\'A global network of zookeepers with the highest standards of professional animal care contributing to a diverse and sustainable natural world where neither wild animals nor their habitats are in danger.\'\r\n\r\n<strong>Current membership of the ICZ:</strong>\r\n- American Association of Zoo Keepers (AAZK)\r\n- Association of British &amp; Irish Wild Animal Keepers (ABWAK)\r\n- Australasian Society of Zoo Keeping (ASZK)\r\n- Asociación Ibérica de Cuidadores de Animales Salvajes (AICAS) (Spain)\r\n- Association Francophone de Soigneurs Animaliers (AFSA) (France)\r\n- Berufsverband der Zootierpfleger (BdZ) (Germany)\r\n- Stichting De Harpij (Netherlands and Belgium)\r\n-Animal Keepers’ Association of Africa (AKAA)\r\n-Zookeepers’ Association of the Philippines (ZAP)\r\n\r\n<strong>ICZ Steering Committee:</strong>\r\n\r\nPresident:  Rolf Veehuizen, De Harpij\r\nVice President:  Carsten Knott, BdZ\r\nTreasurer:  Liz Romer, ASZK\r\nSecretary:  Carla Srb, ASZK\r\nAAZK Program Representatives:  Norah Farnham &amp; Sara Wunder Steward\r\nABWAK Representatives:  Richard Barnett &amp; Ross Snipp\r\nAFSA Representatives:   Virginie Roy &amp; Damien Lerasle\r\nAICAS Representative:  Albert Pamies &amp; Raul Cabrera\r\nAKAA Representatives:  Robynn Ingle-Moller &amp; John Werth\r\nBdZ Representative:  Carsten Knott &amp; Irene Tomaschek\r\nDe Harpij Representatives:  Dennis Blomjous\r\nZAP Representatives:  Leo Jonathon Suarez, DVM &amp; Emilia Lastica, DVM\r\n\r\n<img class="size-full wp-image-2759 alignnone" title="2012_icz_sc" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_icz_sc.jpg" alt="2012_icz_sc" width="571" height="428" />\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><span><em>Steering Committee in Singapore 2012</em></span></p>\r\n\r\n<em><strong>Strategic Plan:</strong></em>\r\nThe ICZ’s course through 2016 will be guided by eight Strategic Directions:\r\n·    Achieve the highest standards of zookeeping globally.\r\n·    To assist zoos in need of improvement.\r\n·    Securing the financial growth and stability needed to implement the ICZ’s strategy.\r\n·    Increasing ICZ\'s visibility and impact.\r\n·    Improving and developing the ICZ, reflecting the needs of zookeepers, zookeeper associations and zoos needing improvement.\r\n·    Developing and delivering ICZ’s core conservation activities.\r\n·    Developing and strengthening ICZ’s external partnerships.\r\n·    Procure and develop a professional administrative management.\r\n\r\n<em><strong>Upcoming:</strong></em>\r\nThe next ICZ conference will be held in Leipzig, Germany in 2015. Look for exact dates to be announced by Spring 2014.\r\n\r\n<img class="alignleft size-full wp-image-2760" title="2012_conf_group" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_conf_group.jpg" alt="2012_conf_group" width="700" height="467" />\r\n<p style="text-align: center;"></p>\r\n\r\n<strong>For more information:</strong>\r\nCurrently the two AAZK Program Representatives on the ICZ Steering Committee are Norah Farnham and Sara Wunder Steward. You may contact them at:\r\n\r\n<a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a>\r\n<a href="mailto:sara.steward@aecetia.net/gws/aazk">sara.steward@aecetia.net/gws/aazk</a>\r\n\r\nPlease visit the ICZ Website at:  <a href="http://www.iczoo.org">www.iczoo.org</a>\r\n\r\n<a href="http://www.aecetia.net/gws/aazk/committee/international-programs/" title="International Programs"><i class="icon-link"></i> International Programs - Click here</a>') ; 
INSERT INTO `wp_jdttempdata` VALUES (17, '0000-00-00 00:00:00', 163, 'Zoo Keeper Grants in Zoology, Proposal Guidelines and Instructions\r\n\r\n<h4>Purpose</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Qualifications</h4>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are professional\r\nmembers of AAZK, INC. in good standing, are eligible to receive grants. Researchers\r\nother than zoo keepers may participate in the funded studies. The principal\r\ninvestigator, however, must be a keeper/aquarist.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Restrictions</h4>\r\nThe committee will not fund any invasive biological studies, or any study\r\nthat may cause an animal undue or prolonged discomfort or harm.\r\n\r\nAllowable expenses include equipment, supplies and other costs such as library\r\nfees, computer time, etc. Expenses that are not allowed include travel and\r\ntelephone costs, animal purchases and wages for research participants. Grant\r\nrecipients will be reimbursed for research expenses upon presentation of receipts.\r\nOnly in unusual circumstances, and only with Board approval, will grant recipients\r\nbe advanced funds. In such cases, receipts will be required as soon as they\r\nare available. Upon completion of the study, all equipment purchased with\r\nAAZK funds becomes the property of AAZK, Inc. and must be forwarded to the\r\ncommittee unless other arrangements have been approved.\r\n\r\nFailure to comply with any of these regulations may result in the revocation\r\nof the grant at any time.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Grants Committee Chair</h4>\r\n<div class="first sixcol">\r\n<img class="aligncenter size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /> Shelly Roach - <em>Columbus Zoo and Aquarium</em>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Available Grants</h4>\r\n<a class="button" href="http://www.aecetia.net/gws/aazk/committee/grants-committee/grants/">View Available Grants</a>\r\n\r\n<h4>Applications</h4>\r\n\r\n<a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/CPR-Grant-Application.docx"><i class="icon-download"></i>CPR Grant Application</a>\r\n\r\n<a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Grant-Application.docx"><i class="icon-download"></i>Professional Development Grant Application</a>\r\n\r\n<a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Research-Grant-Application.docx"><i class="icon-download"></i>Research Grant Application</a>') ; 
INSERT INTO `wp_jdttempdata` VALUES (18, '0000-00-00 00:00:00', 168, '[membership level="0"]\r\n<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nIn 1990, AAZK began by supporting the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n<h4>Who does BFR support?</h4>\r\n<img class="alignleft" alt="Black Rhinos" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blackrhinos_004.jpg" border="1" hspace="10" vspace="10" /> In Kenya, Africa, BFR supports the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img class="alignright" alt="" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino1.jpg" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n<h4>Donate</h4>\r\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below.\r\n<div class="first sixcol">\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 1.9em;">Quickly approaching $5,000,000.00</span></strong>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h6>2013 Funds Raised:</h6>\r\n<strong><span style="font-size: 1.9em;">$440,843.65</span></strong>\r\n<em> - this is a new record for amount raised in a year!</em>\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/"><img class="alignnone size-full wp-image-2410" alt="donate_button" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" width="135" height="136" /></a>\r\n[/membership][membership]\r\n<h4>Local Events</h4>\r\n[caption]<img class="alignleft" alt="Program Manager - Patty Pearthree" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x1501.jpg" width="150" height="150" />\r\n<p align="center"><strong>Program Manager - Patty Pearthree</strong></p>\r\n[/caption]\r\n\r\nIf you would like to find out if there will be a BFR event near you have or your event listed, please send your BFR event date &amp; contact information to <strong>Patty Pearthree</strong> at: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing" target="_blank">click here</a>.\r\n<div class="clear"></div>\r\n<h3><span style="font-size: 1em;">Total Funds Raised</span></h3>\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 2em;">Quickly approaching $5,000,000.00</span></strong>\r\n<h6>2013 Funds Raised:</h6>\r\n<strong><span style="font-size: 2em;">$440,843.65</span></strong>\r\n<em>- this is a new record for amount raised in a year!</em>\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000 per year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send your organization\'s contact person/contact information ASAP along with the date of your event to our national BFR Coordinator.\r\n<h4>Email Group</h4>\r\nThere is a new Yahoo groups email for <em>Bowling For Rhino</em> Coordinators. If you would like to be part of this email group, please email <strong>Barbie Wilson</strong> at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n\r\nPlease contact <strong>Patty Pearthree</strong>: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n<pre><i class="icon-attention"></i> Applications being accepted for the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></pre>\r\n<h4>Who does BFR support?</h4>\r\nBFR supports the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa. In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>. BFR also supports <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home. Many organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n<h4>Chapter Totals</h4>\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3" target="_blank">here</a>.\r\n<h4>Sponsorship Form</h4>\r\n<a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet1.pdf" target="_blank"><i class="icon-download"></i> Download Sponsorship Form</a>\r\n<h2>Bowling for Rhinos Awards - 2013</h2>\r\n<strong>Conservation Resource Grant</strong> RhiNOremedy\r\n<h3>Top Individual Fundraisers – Bowling for Rhinos 2013</h3>\r\n<strong>Mike Bona</strong> - Los Angeles Chapter, Lewa trip winner\r\n<strong>Ann Knutson</strong> - San Diego Chapter, Lewa trip winner\r\n<strong>Kenton Kerns</strong> - National Capital Chapter, Indonesia trip winner\r\nCrystal Butler - Oklahoma City Chapter, Indonesia trip winner\r\n<strong>Jim Haigwood</strong> - Los Angeles Chapter, Honorary trip winner\r\n<h3>Top Chapter Fundraiser - 2013</h3>\r\n<strong>Portland AAZK Chapter.</strong> Chapter Award[/membership]') ; 
INSERT INTO `wp_jdttempdata` VALUES (19, '0000-00-00 00:00:00', 178, '<h4>Purpose</h4>\r\n<img class="alignleft wp-image-1132" title="Professional Development Committee Logo" alt="Professional Development Committee Logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="130" /> The Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\nThe Passerine Husbandry Workshop taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom. This a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds. <img class="alignright" title="Passerine Husbandry Workshop" alt="Passerine Husbandry Workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="125"/> \r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo. This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry. This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. \r\n\r\n<div class="first sixcol">\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" /> Dr. Robert Webster giving one of many bird husbandry talks[/caption]\r\n</div>\r\n<div class="sixcol">\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="alignright size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" /> Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge[/caption]\r\n</div>\r\n\r\n<h4>The Future</h4>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<h4>Professional Development Committee Members</h4>\r\n<div class="first sixcol">\r\n <p align="center"><strong>Co-Chair</strong></p>\r\n<img class="aligncenter" alt="Melaina Wallace - Disney\'s Animal Kingdom" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/melaina3.jpg" width="150" height="159" /> <p align="center">Melaina Wallace - <em>Disney\'s Animal Kingdom</em></p>\r\n</div>\r\n<div class="last sixcol">\r\n <p align="center"><strong>Co-Chair</strong></p>\r\n<img src="http://www.aecetia.net/gws/aazk/wp-content/uploads/no-img.jpg" class="aligncenter" alt="No Image Available">\r\n <p align="center">Ellen Vossekull - <em>Utah\'s Hogle Zoo</em></p>\r\n</div>\r\n<div class="first sixcol">\r\n<strong>Victor Alm</strong>\r\n<em>Oakland Zoo</em>\r\n<strong>Leanne Blinco</strong>\r\n<em>Disney\'s Animal Kingdom</em>\r\n<strong>Mike Murray</strong>\r\n<em>Denver Zoo</em>\r\n<strong>Aaron Jesue</strong>\r\n<em>North Carolina Zoo</em>\r\n<strong>Eunice Hui</strong>\r\n<em>CuriOdyssey</em>\r\n<strong>Dawn Sohr</strong>\r\n<em>Brookfield Zoo</em>\r\n<strong>Andrew Rowan</strong>\r\n<em>Denver Zoo</em>\r\n</div>\r\n<div class="last sixcol">\r\n<strong>Anthony Nielsen</strong>\r\n<em>Lincoln Park Zoo</em>\r\n<strong>T\'noya Thopmson Gonzales</strong>\r\n<em>Moody Gardens</em>\r\n<strong>Chris Mooney</strong>\r\n<em>San Diego Zoo</em>\r\n<strong>Sasha Stallard</strong>\r\n<em>San Diego Zoo\'s Safari Park</em>\r\n<strong>Janee Thill</strong>\r\n<em>Sequoia Park Zoo</em>\r\n<strong>Emily Merola</strong>\r\n<em>Utah\'s Hogle Zoo</em>\r\n</div>') ; 
INSERT INTO `wp_jdttempdata` VALUES (20, '0000-00-00 00:00:00', 192, '<h4>Purpose</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<div class="hr"></div>\r\n<h4>Resources produced</h4>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h4>Projects</h4>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li>Enrichment guidelines for marine mammals and elephants</li>\r\n	<li>AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h4>Additional Information</h4>\r\n<h6><i class="left icon-download"></i> Downloads</h6>\r\n<ul>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/what_is_animal_training.pdf" target="_blank">What is Training?</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/health_and_safety_considerations.pdf" target="_blank">Health and Safety Considerations</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/training_enrichment_bibliography.pdf" target="_blank">Training and Enrichment Bibliography</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/training_terms_glossary.pdf" target="_blank">Glossary of Training Terms</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/aazk_animal_data_transfer.pdf" target="_blank">Animal Data Transfer Form</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/risk_assessment_and_safety.pdf" target="_blank">Risk Assessment and Safety</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Day-Examples.pdf" target="_blank">Enrichment Day Examples</a></li>\r\n</ul>\r\n<h6><i class="left icon-download"></i> Helpful Links</h6>\r\n<ul>\r\n	<li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1" target="_blank">Training and Enrichment Video Library</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/behavioral-husbandry/resources/">Suggested Animal Training Resources</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/behavioral-husbandry/printed-resources/">Printed Resources</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n</ul>\r\n<h6><i class="left icon-download"></i> Enrichment Guidelines</h6>\r\nClick below for the complete enrichment guidelines for the following groups of animals. Feel free to print, copy and distribute these guidelines as needed. Most of these guidelines are currently printed in the third edition of the Enrichment Notebook. Notebooks can be ordered through A.A.Z.K., Inc.\r\n<ul>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Bat-Enrichment.pdf" target="_blank">Bat Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Bear-Enrichment.pdf" target="_blank">Bear Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Bird-Enrichment.pdf" target="_blank">Bird Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Carnivore-Enrichment.pdf" target="_blank">Carnivore Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Captive-Elephant-Enrichment.pdf" target="_blank">Elephant Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Fishes-Enrichment.pdf" target="_blank">Fish Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Primate-Enrichment.pdf" target="_blank">Primate Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Reptile-Enrichment.pdf" target="_blank">Reptile Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Ungulate-Enrichment.pdf" target="_blank">Ungulate Guidelines</a></li>\r\n</ul>\r\n<div class="hr"></div>\r\n<div class="first sixcol">\r\n<h4>Committee Chair Member</h4>\r\n<img class="aligncenter" title="Julie Hartell-DeNardo" alt="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" width="125" height="146" />\r\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\r\n\r\n</div>\r\n<div id="inner-links"></div>') ; 
INSERT INTO `wp_jdttempdata` VALUES (21, '0000-00-00 00:00:00', 200, '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" alt="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="department">AAZK Inc. - Cleveland, OH</div>\r\n</div>\r\n</div>\r\n<a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/November-2013-Cover2.jpg"><img class="alignnone size-medium wp-image-4563" alt="November-2013-Cover" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/November-2013-Cover2-235x300.jpg" width="235" height="300" /></a>\r\n\r\nAnimal Keepers’ Forum is celebrating its 40th anniversary of continuous publication in 2013.\r\n<div class="hr"></div>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui &amp; Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &amp; Jenni Dyar</em>\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak,\r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard\r\nAlison Mott &amp; Kate Gore') ; 
INSERT INTO `wp_jdttempdata` VALUES (22, '0000-00-00 00:00:00', 224, '<h4>Purpose</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards\' criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award\'s recipients each year at the National Conference.\r\n<h4>Nominations</h4>\r\nThe AAZK Awards Committee is accepting nominations for the following categories. The deadline for all award nominations is <strong>May 1, of each calendar year</strong>. Nomination criteria for these nine awards are listed below:\r\n<ul>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/awards-committee/lifetime-achievement-la-award/">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/awards-committee/mazuri-animal-nutrition-award-mana/">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/awards-committee/certificate-of-merit-in-conservation-cmc/">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/awards-committee/the-aazk-chapter-of-the-year-award/">The Barbara Manspeaker AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\nThese awards are presented at the annual AAZK National Conference held in the fall each year. The deadline for all award nominations is <strong>May 1, of each calendar year</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p align="center">Janet McCoy, Chair, AAZK Awards Committee</p>\r\n<p align="center"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n<h4>Awards Committee Members</h4>\r\n<div class="first sixcol">\r\n<p align="center"><strong>Chair</strong></p>\r\n<img class="aligncenter" alt="Janet McCoy" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/janmccoy-291x300.jpg" width="150" />\r\n<p align="center">Janet McCoy</p>\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<h4>Past Recipients</h4>\r\n<a class="button" href="http://www.aecetia.net/gws/aazk/committee/awards-committee/past-recipients/">View the 2013 Award Recipients</a>\r\n<div id="inner-links"></div>') ; 
INSERT INTO `wp_jdttempdata` VALUES (23, '0000-00-00 00:00:00', 309, '<h4>Periodicals</h4>\r\n\r\n<h6>"Enrichment Options"</h6>\r\nA regular column featuring brief descriptions of ideas published monthly in the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/">Animal Keepers\' Forum</a>. Published by the American Association of Zoo Keepers, Inc.\r\n\r\nAAZK Administrative Office\r\nSusan Chan, Editor\r\n3601 S.W. 29th Street, Suite 133\r\nTopeka, KS 66614\r\n<strong>phone:</strong> (785) 273-9149\r\n<strong>fax:</strong>  (785)273-1980\r\n<strong>email:</strong> <a href="mailto:akfeditor@zk.kscoxmail.com">akfeditor@zk.kscoxmail.com</a>\r\n<strong>website:</strong> <a href="http://www.aecetia.net/gws/aazk">http://www.aecetia.net/gws/aazk</a>\r\n\r\n<h6>"The Shape of Enrichment" Newsletter</h6>\r\nA newsletter devoted entirely to enrichment of captive wild animals - everything from short blurbs to full length articles, pictures, and more! Published by The Shape of Enrichment, Inc.\r\n\r\nVal Hare and Karen Worley, editors\r\n1650 Minden Drive\r\nSan Diego, CA 92111\r\n<strong>phone:</strong> (619)270-4273\r\n<strong>fax: </strong>(619)279-4208\r\n<strong>e-mail:</strong> <a href="mailto:shape@enrichment.org">shape@enrichment.org</a>\r\n<strong>website:</strong> <a href="http://www.enrichment.org" target="blank">www.enrichment.org</a>\r\n\r\n\r\n<div class="hr"></div>\r\n\r\n\r\n<h4>Books</h4>\r\n\r\nSecond Nature: Environmental Enrichment for Captive Animals\r\nEds. David J. Shepherdson, Jill Mellen and Michael Hutchins.\r\n\r\nTo order, call Smithsonian 1-800-782-4612\r\nISBN # 1-56098-745-6.\r\n\r\n\r\n<div class="hr"></div>\r\n\r\n\r\n<h4>Articles in Print</h4>\r\n\r\n<em>Coming Soon!</em>\r\n\r\n\r\n<div class="hr"></div>\r\n\r\n\r\n<h4>Citations from Text</h4>\r\n\r\n<h6>Bekoff, Mark (1989) "Predators".</h6>\r\n<em>The encyclopedia of animal behavior</em>\r\nPeter J.B. Slater, ed. New York: 22-29.\r\n\r\n<h6>Bloomsmith, Mollie A.; Brent, Linda Y.; Schapiro, Steven J.(1991).</h6>\r\n<em>Guidelines for developing and managing an environmental enrichment program for nonhuman primates</em>\r\nLaboratory Animal Science, 41 (4):372-377.\r\n\r\n<h6>Brigham, David (1997).</h6>\r\n<em>Time out for good behavior</em>\r\nWildlife Conservation Sept/Oct: 64-65.\r\n\r\n<h6>Edmunds, Malcom; Edmunds, Janet (1989).</h6>\r\n<em>"Prey Defense"</em>\r\nThe encyclopedia Of animal behavior\r\nPeter J.B. Slater, ed. New York: 32-39.\r\n\r\n<h6>Forthman, Debra L.; Ogden, Jacqueline J. (1992).</h6>\r\n<em>The role of applied Behavior analysis in zoo management: today and tomorrow</em>\r\nJournal Of Applied Behavior Analysis, 25: 647-652.\r\n\r\n<h6>Forthman-Quick, Debra (1984).</h6>\r\n<em>An integrative approach to environmental engineering in zoos</em>\r\nZoo Biology, 3: 65-77.\r\n\r\n<h6>Kreger, Michael D; Hutchins, Michael; Fascione, Nina (1998).\r\n<em>Context, Ethics and environmental enrichment in zoos and aquariums</em>\r\nSecond Nature.\r\n\r\n<h6>Luoma, Jon R. (1987).</h6>\r\n<em>A crowded ark: The roles of zoos in wildlife conservation</em>\r\nHaughton Mifflin Co.\r\n\r\n<h6>Poole, T.B. (1997).</h6>\r\n<em>Environmental enrichment for captive vertebrates</em>\r\nTopics In Captive Wild Animal Husbandry\r\nProceedings Of Symposium 12 Of The Association Of British Wild Animal Keepers, Chesington: 23-31.\r\n\r\n<h6>Reinhardt, Viktor (1993).</h6>\r\n<em>Enticing nonhuman primates to forage for their standard biscuit ration</em>\r\nZoo Biology, 12:307-312.\r\n\r\n<h6>Shepherdson, David (1992a).</h6>\r\n<em>Environmental enrichment: an overview</em>\r\nAmerican Association Of Zoological Parks And Aquariums Annual Conference Proceedings: 100-103.\r\n\r\n<h6>Shepherdson, David (1992b)</h6>\r\n<em>An introduction to behavioral enrichment</em>\r\nNortheast Regional American Zoo And Aquarium Association Conference, hands-on workshop notes.\r\n\r\n<h6>Tudge, Colin (1992).</h6>\r\n<em>Last Animals At The Zoo: How Mass Extinction Can Be Stopped</em>\r\nWashington D.C., Island Press.\r\n\r\n<div id="inner-links"></div>') ; 
INSERT INTO `wp_jdttempdata` VALUES (24, '0000-00-00 00:00:00', 395, '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-845" title="bob-mug2" alt="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2.jpg" width="158" height="155" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">President</div>\r\n<div class="title"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="affiliated_zoo_location">San Diego, CA</div>\r\n<div class="sevencol last">\r\n<ul class="committees">\r\n	<li>Professional Association and Husbandry liaisons</li>\r\n	<li>Membership Communication</li>\r\n	<li>Chapter Communication</li>\r\n</ul>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-846" title="penny" alt="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny.jpg" width="149" height="167" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Penny Jolly</div>\r\n<div class="title">Vice President</div>\r\n<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="affiliated_zoo_location">Orlando, FL</div>\r\n<div class="affiliated_zoo_location"></div>\r\n<div class="affiliated_zoo_location"><strong>EDUCATION</strong></div>\r\n<ul class="committees">\r\n	<li><a href="../committee/ethics-committee/">Ethics</a></li>\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/behavioral-husbandry/">Behavioral Husbandry</a></li>\r\n	<li>Professional Development</li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-medium wp-image-871" title="walz" alt="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-222x300.jpg" width="133" height="180" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="affiliated_zoo">Living Planet Aquarium</div>\r\n<div class="affiliated_zoo_location">Sandy, UT</div>\r\n<div class="affiliated_zoo_location"></div>\r\n<div class="affiliated_zoo_location"><strong>COMMUNICATION</strong></div>\r\n<ul class="committees">\r\n	<li>Communications Committee</li>\r\n	<li>Social Media</li>\r\n	<li>Board Communication</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-2131" title="wilson" alt="wilson" src="http://aecetia.net/gws/aazk/wp-content/uploads/wilson.jpg" width="150" height="181" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Kelly Wilson</div>\r\n<div class="title">Board Member</div>\r\n<div class="title"><a href="mailto:kelly.wilson@aecetia.net/gws/aazk">kelly.wilson@aecetia.net/gws/aazk</a></div>\r\n<div class="affiliated_zoo">Detroit Zoo</div>\r\n<div class="affiliated_zoo_location">Detroit, MI</div>\r\n<div class="affiliated_zoo_location"></div>\r\n<div class="affiliated_zoo_location"><strong>REGOGNITION</strong></div>\r\n<div class="affiliated_zoo_location">\r\n<ul class="committees">\r\n	<li><a href="../committee/awards-committee/">Awards</a></li>\r\n	<li><a href="../committee/grants-committee/">Grants</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-3325" alt="no-img" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/no-img.jpg" width="150" height="159" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Wendy Lenhart</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="wendy.lenhart@aecetia.net/gws/aazk">wendy.lenhart@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="affiliated_zoo">Philadelphia Zoo</div>\r\n<div class="affiliated_zoo_location">Philadelphia, PA</div>\r\n<div class="affiliated_zoo_location"></div>\r\n<div class="affiliated_zoo_location"><strong>CONSERVATION</strong></div>\r\n<ul class="committees">\r\n	<li><a href="../committee/bowling-for-rhinos/">Bowling for Rhinos</a></li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" alt="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" width="150" height="150" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">CEO/CFO</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="department">AAZK Inc. - Tucson, AZ</div>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-thumbnail wp-image-882" title="barbara" alt="barbara" src="http://aecetia.net/gws/aazk/wp-content/uploads/barbara-150x150.jpg" width="150" height="150" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Barbara Manspeaker</div>\r\n<div class="title">Administrative Secretary</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>') ; 
INSERT INTO `wp_jdttempdata` VALUES (25, '0000-00-00 00:00:00', 1221, '<h2><span style="color: #ff0000;">Application Deadline is June 1, 2013</span></h2>\r\nThe American Association of Zoo Keepers, Inc.  (AAZK) is pleased to announce the call for proposals for the Bowling for Rhinos Conservation Resource Fund. This competitive grant is designed to fund projects focused on rhino conservation and research. The total amount of funds available in 2012 is $3426.22. This competitive grant is designed to fund projects focused on rhino conservation and research. Successful proposals will reflect AAZK values and meet award criteria in one of four categories:\r\n<strong>·    Category I - In-situ Rhino Conservation and Research-</strong>\r\nShort-term (less than one year), specific, field research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner.\r\n<strong>·    Category 2 - In–situ Community, Educational or Medical Programs (Africa or Asia)-</strong>\r\nCommunity education, school support or medical programs developed or administrated by an individual working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner restricted to the continents of Africa or Asia. Preference may be given to local programs established and/or administrated by LWC (Lewa Wildlife Conservancy), IRF (International Rhino Foundation) or ACK (Action for Cheetahs in Kenya) endorsed partners.\r\n<strong>·    Category 3 - In-situ Species Conservation-</strong>\r\nShort-term (less than one year), specific, field research projects on any species that shares the exact same ecosystem as: Asian, Java, Sumatran, and African Black or White rhino.\r\n<strong>·    Category 4 - Ex-situ Rhino Conservation and Research –</strong>\r\nShort-term (less than one year), specific, zoological research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner. Researcher(s) must be able to demonstrate evidence of partnership with a rhino conservation entity operating in Asia or Africa combined with a tangible benefit to an in-situ conservation project.\r\n\r\n<strong>Eligibility</strong>\r\nAffiliation or partnership with AAZK is not required, but preference may be given to AAZK Members or Conservation Partners.\r\n<span style="color: #ff0000;"><em><strong>Applications are due no later the June 1st.</strong></em></span> Award announcements will be made on July 1.  Application information is available on the AAZK website, <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>. Go to the About Us on the homepage, then to Bowling for Rhinos for info and an application.\r\n\r\n<a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-grant-application-instructions/">Application instructions.</a>') ; 
INSERT INTO `wp_jdttempdata` VALUES (26, '0000-00-00 00:00:00', 1226, '<strong>\r\nBOWLING FOR RHINOS\r\nCONSERVATION RESOURCE GRANT\r\n<em>Application Instructions</em></strong>\r\n\r\n<span style="color: #ff0000;"><strong>AAZK will only consider complete proposals received no later than June 1, 2013 for funding.</strong></span>\r\n\r\n<strong>A.    You must submit the following items:</strong>\r\n1.    AAZK Bowling for Rhinos Conservation Resource Grant application form, completed in English (3 pages maximum)\r\n2.    Your resume (3 pages maximum)\r\n3.    Unless you are the executive director, a letter of recommendation from the executive director of your zoo or conservation organization, and/or a letter from an advisor if you are a student\r\n\r\n<strong>B.    Projects should meet criteria in one of the following four categories:</strong>\r\n1.    <em>In-situ Rhino Conservation and Research</em> – field research or conservation project focusing on African or Asian rhino species\r\n2.    <em>In-situ Community, Educational, or Medical Program</em> – community education, school support or medical programs in Africa or Asia\r\n3.   <em> In-situ Species Conservation</em> – field research or conservation project that focuses on any species sharing the same ecosystem with Javan, Sumatran, Black, or White Rhino\r\n4.    <em>Ex-situ Rhino Conservation and Research</em> – zoological research project on a rhino species that partners with a rhino conservation entity operating in Asia or Africa, combined with a tangible benefit to an in-situ conservation project\r\n\r\n<strong>C.    You need not be an AAZK member or affiliated with AAZK in order to apply, however preference may be given to AAZK Members or Conservation Partners. </strong>\r\n<strong>\r\nD.    Award announcements will be made on July 1st.</strong>\r\n\r\n<strong>E.    The amount of funding requested must be equal to or less than $3426.22 US dollars.  The amount available is based on a percentage of the annual Bowling for Rhinos funds raised. </strong>\r\n<span style="color: #ff0000;"><em><strong>\r\nSend all application material to:</strong></em></span>\r\n<a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a>\r\nor\r\nAmanda Kamradt\r\nStone Zoo\r\n149 Pond St.\r\nStoneham, MA 02180\r\n\r\n<a target="_blank" href="http://www.aecetia.net/gws/aazk/wp-content/uploads/bfr_grant_app_2013.doc"><i class="icon-download"></i>Download</a> the application in Word format.\r\n\r\n<a target="_blank" href="http://www.aecetia.net/gws/aazk/wp-content/uploads/bfr_grant_app_2013.pdf"><i class="icon-download"></i>Download</a> the application in Adobe pdf format.') ; 
INSERT INTO `wp_jdttempdata` VALUES (27, '0000-00-00 00:00:00', 1269, '<h4>What is "Bowling For Rhinos"?</h4>\r\n<img class="alignleft" alt="" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/bfr_logo_497x497-150x150.jpg" width="90" height="90" /> Each year the American Association of Zoo keepers (AAZK) sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR). Over 60 AAZK chapters participate throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in Sumatra. These sanctuaries not only save rhinos but also these entire ecosystems!\r\n<div class="hr"></div>\r\n<h4>Why save Rhinos?</h4>\r\n<img class="alignright" title="extinct_rhino" alt="extinct_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/extinct_rhino-300x200.jpg" width="150" /> Rhinos have lived on earth for over 50 million years but whether they survive even 50 more years is open to speculation. Only 5 species of rhino exist today when once there were over 100 species. All 5 species- the white, black, greater one-horned, Sumatran and Javan are endangered. Only the white rhino with a population of 4,600 seems to be somewhat safe from extinction. In 1960, 60,000 black rhinos roamed Africa. Today only 2,500 remain in isolated populations. On the Asian continent, the greater one-horned population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has fewer than 60 animals.\r\n\r\nThe black rhino is a symbol of conservation in Africa as our bald eagle is to those of us in the United States. If the black rhino were to go extinct what message would we give our children? The rhino is a large, flagship species. By striving to save the rhino, we save large expanses of habitat. By saving these habitats, we are saving many endangered species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50 million years but it can not survive guns and man. The rhino is killed for its horn to be used in oriental medicines and as symbolic dagger handles. So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks. "BFR" money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuaries/parks, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\r\n\r\n<img class="alignleft" title="aazk-color-logo-c2a8" alt="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an obligation to save it and the other rhino species from extinction. Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\r\n<div class="hr"></div>\r\n<h4>Where do Bowling For Rhinos Funds go?</h4>\r\n<img class="size-medium wp-image-1443 alignleft" title="img_5337" alt="img_5337" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5337-300x200.jpg" width="150" /> 100% of all funds raised goes directly to in situ conservation projects, conserving four species of rhino, their habitats, and hundreds of other endangered plants and animals. BFR helps preserve the black and white rhino in Africa and the Javan and Sumatran rhino in Indonesia.\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon. This is a 300 square mile National Park on the island of Java (Indonesia) which is home to some of the rarest animals on earth! Ujung Kulon supports the last 47 Javan rhinos in the world (with a few discovered in Viet Nam), 40 species of mammals, 250 species of birds, many rare amphibians and reptiles including the green sea turtle. In fact, Java is home to one eighth of the world\'s mammals, birds, reptile, amphibian and plant species although it only occupies one percent of the globes land surface!\r\n\r\n<img class="alignright size-medium wp-image-1445" title="sumatranrhino" alt="sumatranrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino-300x199.jpg" width="150" /> In 1997, "BFR" again expanded their funding efforts to include Bukit Barisan Selatan National Park (BBSNP). This is a 3,568 square km protected area on the southwest side of the island of Sumatra. Asian elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a substantial number of the estimated 200 Sumatran rhinos live within this park. $25,000/ year is needed at BBSNP to provide additional patrol stations, patrol equipment and training of park guards in anti- poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that includes all parks with rhino populations. This program will allow funding to be used on top priority needs in top priority locations to conserve wildlife. BFR is part of this program. This allows unused funding in any given year to go through IRCP to be reallocated to these top priority locations. This allows BFR to expand funding to include such places as Way Kambas (Eastern Sumatra) that has a large population of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of Sumatran rhinos in the world and is a crucial nucleus for the survival and recovery of this species. Currently, the best use of and greatest need for the BFR funds is to be used to establish more anti-poaching teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to Lewa Wildlife Conservancy(LWC). 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant</a> administered by the AAZK.\r\n<div class="hr"></div>\r\n<h4>Are donations to Bowling For Rhinos tax deductible?</h4>\r\nYes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501 (c)(3) organization. Also, remember to check with your employer to see if they have a matching gift program as an easy way to double your donation.\r\n<div class="hr"></div>\r\n<h4>How can I help?</h4>\r\nYou can help by participating in your local AAZK Chapter\'s Bowling For Rhinos fundraiser or by donating to someone who is. <a href="../../find-chapters/">Click here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\r\n<div class="hr"></div>\r\n<h4>Do you need to be an AAZK member to bowl?</h4>\r\n<strong>No.</strong> Anyone can join the bowl-a-thon and have fun.\r\n<div class="hr"></div>\r\n<h4>How many chapters participate?</h4>\r\nApproximately 60 chapters participate each year with about 55 events (some bowl together) in U.S. and Canada.\r\n<div class="hr"></div>\r\n<h4>Why not bowl for a different animal each year?</h4>\r\nIt takes about 5 years for a fund raiser to take hold where the public looks forward to it so it is important to keep the name the same. BFR saves rhino habitat so it saves everything from orchids to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya has more elephants (300) than rhino (80). BFR also saves cheetah, Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan gibbons and the coral reefs, just to name a few.\r\n<div class="hr"></div>\r\n<h4>Where can I get more information?</h4>\r\nHopefully, you can find most of what you\'re looking for on our website. If there are things we can add that are useful, please <a href="http://www.aecetia.net/gws/aazk/contact/">let us know</a>. Additionally, you can find out more through some of the programs that we participate in, <a href="http://www.lewa.org" target="_blank">www.lewa.org</a>, <a href="http://www.rhinos-irf.org/" target="_blank">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/" target="_blank">www.actionforcheetahs.org</a>.\r\n<div id="inner-links"></div>') ; 
INSERT INTO `wp_jdttempdata` VALUES (28, '0000-00-00 00:00:00', 3083, '[membership level="13,11"]<h2>Job Postings</h2>\r\n<a href="http://www.aecetia.net/gws/aazk/job-listings/submit-a-job/">Post a job</a>\r\n<a href="http://www.aecetia.net/gws/aazk/job-listings/all/">Current Listings</a>[/membership]\r\n[pmpro_account]') ; 
INSERT INTO `wp_jdttempdata` VALUES (29, '0000-00-00 00:00:00', 3123, '[logged_out?]<div id="login-form" class="first sixcol">\r\n<h3>Already a member?</h3>\r\n[login][lostpassword]\r\n</div>\r\n\r\n<div id="nonmember" class="sixcol">\r\n<h3>Not a member?</h3>\r\nVisit our <a href="http://www.aecetia.net/gws/aazk/membership-account/" title="Sign up for membership">Membership Page</a> to sign up!\r\n</div>\r\n[/logged_out?][logged_in?]You are already logged in![/logged_in?]') ; 
INSERT INTO `wp_jdttempdata` VALUES (30, '0000-00-00 00:00:00', 3172, '[membership level="-0"]\r\n	It costs $50 USD to post a job for 60 days. Institutional Members can post jobs for free. <a href="http://www.aecetia.net/gws/aazk/membership-account/">Sign up here.</a>\r\n  [gravityform id="4" name="Job Submission"]\r\n[/membership]\r\n[membership level="1,2,3,4,5,6,7,8,9,10,12,14,15,16,17,18"]\r\n	It costs $50 USD to post a job for 60 days. Institutional Members can post jobs for free. <a href="http://www.aecetia.net/gws/aazk/membership-account/membership-levels/">Upgrade your account here.</a>\r\n  [gravityform id="4" name="Job Submission"]\r\n[/membership]\r\n[membership level="11,13"]\r\n	You are currently logged in with an Institutional Membership. You should use the <a href="http://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/" title="Submit a Job">Member Create a Job</a> page to submit jobs.\r\n[/membership]\r\n') ; 
INSERT INTO `wp_jdttempdata` VALUES (31, '0000-00-00 00:00:00', 3336, '\r\n<h4>Animal Keepers\' Forum</h4>\r\nIn August of 1972, a short-lived “unofficial” newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level. The idea for Animal Keepers’ Forum grew out of the Topeka Zoo. Animal Keepers’ Forum was launched November of 1974 and has progressed through the years from a 6’ x 9” format with artwork on the cover to standard magazine format in full color. If you are not a member yet, <strong><a href="http://www.aecetia.net/gws/aazk/membership-account/membership-levels/">join</a></strong> today to receive your annual subscription to the Animals Keepers’ Forum.\r\n<a class="button" href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>AAZK Crisis Management</h4>\r\nThis CD contains all of the manuscripts found in the original (1999) book Resources for Crisis Management in Zoos and Other Animal Care Facilities as well as the manuscripts from the special issue of Animal Keepers’ Forum dedicated to crisis management that was published in November/December 2007 by AAZK, Inc. It is fully searchable by topic, title or author. Purchase a copy of the AAZK Crisis Management CD by visiting the <strong><a href="http://www.aecetia.net/gws/aazk/shop/">AAZK store</a></strong>.\r\n<a class="button" href="http://www.aecetia.net/gws/aazk/publications/aazk-crisis-management/">Learn More</a>\r\n\r\n') ; 
INSERT INTO `wp_jdttempdata` VALUES (32, '0000-00-00 00:00:00', 3962, 'This CD-Rom publication is in searchable PDF Format and is Hyper-linked by Zoonotic Disease List. The publication contains updated guidelines for Animal Care Personnel and a hygiene and disinfection section. Purchase a copy of the AAZK Zoonotic Disease CD by visiting the <a href="http://www.aecetia.net/gws/aazk/shop/">AAZK store</a>.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.') ; 
INSERT INTO `wp_jdttempdata` VALUES (33, '0000-00-00 00:00:00', 3973, '<a title="Shop" href="http://www.aecetia.net/gws/aazk/shop/"><img class="alignleft  wp-image-4458" alt="crisis_management_issue" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/crisis_management_issue1.jpg" width="134" height="91" /></a>This CD contains all of the manuscripts found in the original (1999) book Resources for Crisis Management in Zoos and Other Animal Care Facilities as well as the manuscripts from the special issue of Animal Keepers’ Forum dedicated to crisis management that was published in November/December 2007 by AAZK, Inc. It is fully searchable by topic, title or author. Purchase a copy of the AAZK Crisis Management CD by visiting the <strong><a href="http://www.aecetia.net/gws/aazk/shop/">AAZK store</a></strong>.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.') ; 
INSERT INTO `wp_jdttempdata` VALUES (34, '0000-00-00 00:00:00', 3996, 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\n\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\n\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/images/links/africa_association.jpg" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.akaafrica.com/">Animal Keepers Association of Africa</a></h3>\r\n\r\n	An African network for ethical and competent animal keepers.\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/images/links/azad.gif" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.azadocents.org/">Association of Zoo and Aquarium Docents</a></h3>\r\n\r\n	A volunteer organization dedicated to educating children of all ages about the need for saving wildlife.\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/images/links/azh.gif" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.azh.org/">Association of Zoological Horticulture</a></h3>\r\n\r\n	The Association of Zoological Horticulture\'s purpose is to advance public and professional education of the importance of zoo horticulture and its role in the educational, recreational, conservation and scientific goals of the living natural history museum\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/images/links/contraceptionlogo.jpg" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.stlzoo.org/contraception">AZA Wildlife Contraception Center</a></h3>\r\n\r\n	There you can find details on the program, specific recommendations on products and who the advisory board members are. There are also details on the Wildlife Contraception Book.\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/images/links/cambridge_center.gif" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.behavior.org/animals">Cambridge Center</a></h3>\r\n\r\n	The Cambridge Center\'s mission: to advance the scientific study of behavior and its humane application to the solution of practical problems, including the prevention and relief of human suffering. The Pets, Zoos and Animals section of the web site demons\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/images/links/marmoset_care.jpg" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.marmosetcare.com/">Common Marmoset Care</a></h3>\r\n\r\n	An interactive site with information on common marmoset behaviour and how best to provide care in captivity – for private owners, researchers, educators, zoo and laboratory professionals\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/images/links/cbsgbanner.jpg" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.cbsg.org/cbsg/">Conservation Breeding Specialist Group (CBSG)</a></h3>\r\n\r\n	CBSG’s mission is to save threatened species by increasing the effectiveness of conservation efforts worldwide.\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/images/links/esi.gif" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.endangeredspeciesinternational.org/">Endangered Species International</a></h3>\r\n\r\n	At Endangered Species International, we are strongly committed to reversing the trend of human induced species extinction and preserving their vital ecosystems.\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/images/links/efbc.jpg" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.cathouse-fcc.org/">Feline Conservation Center</a></h3>\r\n\r\n	Home to over 70 of the world\'s most endangered felines, EFBC\'s Feline Conservation Center is a breeding zoo and research facility.\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/images/links/gettoknow.jpg" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.gettoknow.ca/us/">Get to Know Your Wild Neighbors</a></h3>\r\n\r\n	Built on research and supported by a diverse array of educators, organizations, governments, and corporations, the Get to Know Program has been inspiring connections between youth and nature in Canada for nearly a decade.\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/images/links/icf.gif" alt=""></div>\r\n\r\n<div class="eightcol last"><h3><a href="http://www.savingcranes.org/">International Crane Foundation</a></h3>\r\n\r\n	The International Crane Foundation (ICF) commits to a future where all crane species are secure - a future where people cooperate to protect and restore wild populations and their ecosystems. These efforts sustain the places where cranes live, to the bene\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/images/links/shape_of_enrichment.gif" alt=""></div>\r\n\r\n<div class="eightcol last"><h3><a href="http://www.enrichment.org/">Shape of Enrichment</a></h3>\r\n\r\n	The Shape of Enrichment was founded in 1991 as a partnership to further animal enrichment efforts worldwide.\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/images/links/sos_rhino.gif" alt=""></div>\r\n\r\n<div class="eightcol last"><h3><a href="http://www.sosrhino.org/">SOS Rhino</a></h3>\r\n\r\n	As a branch of the non-profit Rhinoceros Reproduction Program, SOS Rhino is dedicated to the research, people, programs, and organizations involved with the preservation and conservation of the highly endangered rhinoceros species.\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/images/links/trees_u_me.jpg" alt=""></div>\r\n\r\n<div class="eightcol last"><h3><a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">Trees for You and Me Program</a></h3>\r\n\r\n	Help the American Association of Zoo Keepers (AAZK) and Polar Bears International (PBI) by planting trees in our nation\'s forests to help fight global warming and improve the habitat of polar bears and many other species.\r\n\r\n</div>') ; 
INSERT INTO `wp_jdttempdata` VALUES (35, '0000-00-00 00:00:00', 4107, 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank"><a href="http://www.animaledu.com/" target="_blank"><a href="http://www.animaledu.com/" target="_blank"><a href="http://www.animaledu.com/" target="_blank">\r\n</a></a></a></a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank"><a href="http://www.animaledu.com/" target="_blank"><a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a></a></a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank"><a href="http://www.animalsourcegroup.com/" target="_blank"><a href="http://www.animalsourcegroup.com/" target="_blank"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a></a></a></a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank"><a href="http://www.animalsourcegroup.com/" target="_blank"><a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a></a></a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank"><a href="http://www.bluerhino.com/" target="_blank"><a href="http://www.bluerhino.com/" target="_blank"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a></a></a></a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank"><a href="http://www.bluerhino.com/" target="_blank"><a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a></a></a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank"><a href="http://www.clrdesign.com/" target="_blank"><a href="http://www.clrdesign.com/" target="_blank"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a></a></a></a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank"><a href="http://www.clrdesign.com/" target="_blank"><a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a></a></a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank"><a href="http://desertplastics-abq.com/" target="_blank"><a href="http://desertplastics-abq.com/" target="_blank"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a></a></a></a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank"><a href="http://desertplastics-abq.com/" target="_blank"><a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a></a></a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank"><a href="http://www.ebsco.com/index.asp" target="_blank"><a href="http://www.ebsco.com/index.asp" target="_blank"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a></a></a></a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank"><a href="http://www.ebsco.com/index.asp" target="_blank"><a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a></a></a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank"><a href="http://www.faunaresearch.com/" target="_blank"><a href="http://www.faunaresearch.com/" target="_blank"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a></a></a></a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank"><a href="http://www.faunaresearch.com/" target="_blank"><a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a></a></a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank"><a href="http://www.grubco.com/index.cfm" target="_blank"><a href="http://www.grubco.com/index.cfm" target="_blank"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a></a></a></a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank"><a href="http://www.grubco.com/index.cfm" target="_blank"><a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a></a></a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank"><a href="http://www.lyonusa.com/" target="_blank"><a href="http://www.lyonusa.com/" target="_blank"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a></a></a></a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank"><a href="http://www.lyonusa.com/" target="_blank"><a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a></a></a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank"><a target="_blank"><a target="_blank"><a target="_blank">\r\n</a></a></a></a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank"><a target="_blank"><a target="_blank">Economical Feeding Programs for Exotic Carnivores</a></a></a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank"><a href="http://www.graniteind.com/" target="_blank"><a href="http://www.graniteind.com/" target="_blank"><a href="http://www.graniteind.com/" target="_blank">\r\n</a></a></a></a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank"><a href="http://www.graniteind.com/" target="_blank"><a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a></a></a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank"><a href="http://www.premiertours.com/" target="_blank"><a href="http://www.premiertours.com/" target="_blank"><a href="http://www.premiertours.com/" target="_blank">\r\n</a></a></a></a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank"><a href="http://www.premiertours.com/" target="_blank"><a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a></a></a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last"><a href="http://www.rodentpro.com/" target="_blank"><a href="http://www.rodentpro.com/" target="_blank"></a></a>\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank"><a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a></a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank"><a href="http://www.zoomed.com/" target="_blank"><a href="http://www.zoomed.com/" target="_blank"><a href="http://www.zoomed.com/" target="_blank">\r\n</a></a></a></a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank"><a href="http://www.zoomed.com/" target="_blank"><a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a></a></a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4128" alt="zukudla_logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zukudla_logo.jpg" width="225" height="40" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank"><a href="http://www.zoomed.com/" target="_blank"><a href="http://www.zoomed.com/" target="_blank"><a href="http://www.zoomed.com/" target="_blank">\r\n</a></a></a></a>\r\n<h4>Zukudla, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank"><a href="http://www.zoomed.com/" target="_blank"><a href="http://www.zoomed.com/" target="_blank">To be the source for unique diets for zoo and exotic animals.</a></a></a></div>\r\n</div>') ; 
INSERT INTO `wp_jdttempdata` VALUES (36, '0000-00-00 00:00:00', 4132, 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/wp-content/uploads/acklogo1.jpg" alt="acklogo" width="190" height="197" class="alignnone size-full wp-image-4133" /></div><div class="eightcol last"><a href="http://www.actionforcheetahs.org/" target="_blank"><h4>\r\nAction for Cheetahs in Kenya</h4></a>ACK aims to promote the conservation of cheetahs through research, awareness and community participation in Kenya.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abma.jpg" alt="abma" width="194" height="121" class="alignnone size-full wp-image-4134" /></div><div class="eightcol last"><a href="http://www.theabma.org/" target="_blank"><h4>\r\nAnimal Behavior Management Alliance (ABMA)</h4></a>The mission of the Animal Behavior Management Alliance is to advance animal behavior management in order to enhance the Husbandry and welfare of animals.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/wp-content/uploads/aza.gif" alt="aza" width="150" height="47" class="alignnone size-full wp-image-4135" /></div><div class="eightcol last"><a href="http://www.aza.org/" target="_blank"><h4>Association of Zoos & Aquariums (AZA)</h4></a>Founded in 1924, AZA supports membership excellence in conservation, education, science, and research.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/wp-content/uploads/icz.jpg" alt="icz" width="175" height="132" class="alignnone size-full wp-image-4136" /></div><div class="eightcol last"><a href="http://www.iczoo.org/" target="_blank"><h4>International Congress of Zookeepers (ICZ)</h4></a>The ICZ (International Congress of Zookeeping) will build a worldwide network among zookeepers and other professionals in the field of wildlife care and conservation. This exchange of experience and knowledge will improve the professionalism of zookeepers</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/wp-content/uploads/irf.jpg" alt="irf" width="240" height="156" class="alignnone size-full wp-image-4137" /></div><div class="eightcol last"><a href="http://www.rhinos.org/" target="_blank"><h4>International Rhino Foundation</h4></a>The International Rhino Foundation (IRF) is dedicated to the survival of the world’s rhino species through conservation and research.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lewa2.jpg" alt="lewa" width="175" height="172" class="alignnone size-full wp-image-4138" /></div><div class="eightcol last"><a href="http://www.lewa.org/" target="_blank"><h4>Lewa Wildlife Conservancy</h4></a>Lewa Wildlife Conservancy</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/wp-content/uploads/pbi.jpg" alt="pbi" width="165" height="129" class="alignnone size-full wp-image-4139" /></div><div class="eightcol last"><a href="http://www.polarbearsinternational.org/" target="_blank"><h4>Polar Bears International</h4></a>Polar Bears International is a nonprofit organization dedicated to the worldwide conservation of the polar bear.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/wp-content/uploads/red_panda_logo.jpg" alt="red_panda_logo" width="250" height="71" class="alignnone size-full wp-image-4140" /></div><div class="eightcol last"><a href="http://redpandanetwork.org/" target="_blank"><h4>Red Panda Network</h4></a>The Red Panda Network is committed to the conservation of wild red pandas and their habitat through the education and empowerment of local communities.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/wp-content/uploads/savenature.jpg" alt="savenature" width="200" height="61" class="alignnone size-full wp-image-4141" /></div><div class="eightcol last"><a href="http://savenature.org/" target="_blank"><h4>Savenature.org</h4></a></div>Savenature.org is committed to inspiring participation and awareness in the preservation of fragile ecosystems by providing opportunities for personal direct action to save the diversity of life on Earth.\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/wp-content/uploads/menu_sfw_logo.gif" alt="menu_sfw_logo" width="187" height="41" class="alignnone size-full wp-image-4142" /></div><div class="eightcol last"><a href="http://www.montereybayaquarium.org/cr/seafoodwatch.aspx" target="_blank"><h4>Seafood Watch Program</h4></a>The Monterey Bay Aquarium Seafood Watch program helps consumers and businesses make choices for healthy oceans. Our recommendations indicate which seafood items are "Best Choices," "Good Alternatives," and which ones you should "Avoid."</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/wp-content/uploads/snow_leopard_trust.gif" alt="snow_leopard_trust" width="169" height="144" class="alignnone size-full wp-image-4143" /></div><div class="eightcol last"><a href="http://www.snowleopard.org/" target="_blank"><h4>Snow Leopard Trust</h4></a>Founded in 1981, the Snow Leopard Trust is the world\'s leading authority on the study and protection of the endangered snow leopard.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/wp-content/uploads/tsa-logo.jpg" alt="tsa-logo" width="200" height="145" class="alignnone size-full wp-image-4144" /></div><div class="eightcol last"><a href="http://turtlesurvival.org/" target="_blank"><h4>Turtle Survival Alliance</h4></a>The Turtle Survival Alliance (TSA) is an action oriented global partnership that is committed to zero turtle extinctions in the 21st century.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zaa.jpg" alt="zaa" width="240" height="215" class="alignnone size-full wp-image-4145" /></div><div class="eightcol last"><a href="http://zaa.org/" target="_blank"><h4>Zoological Association of America</h4></a>The Zoological Association of America (ZAA) was formed in February 2005 for the purpose of promoting conservation, preservation, and propagation of animals in both private and public domains.</div>\r\n</div>') ; 
INSERT INTO `wp_jdttempdata` VALUES (37, '0000-00-00 00:00:00', 4538, '<a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/November-2013-Cover2.jpg"><img class="alignnone size-medium wp-image-4563" alt="November-2013-Cover" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/November-2013-Cover2-235x300.jpg" width="235" height="300" /></a>In August of 1972, a short-lived "unofficial" newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level.\r\n\r\nThe idea for Animal Keepers\' Forum grew out of a bull session among keepers at the Topeka Zoo. The original Ruptured Rhino staff, along with several others, were involved in the conception and production of the<strong> first issue of AKF in November of 1974</strong>. It was 3 1/2 pages long, and printed on a mimeograph-type machine. Early issues contained zoo news articles, items on legislation and guest editorials.\r\n\r\nBy June of 1975 the AKF had grown to 13 pages and in November of 1975 celebrated its first anniversary of continuous publication. After the first two issues, it was sold on a subscription basis at $5.00 per year. Although originally the AKF was sold to AAZK members, it didn\'t become the "official" professional journal of the Association until March of 1975. The AKF has always carried the motto "Dedicated to Professional Animal Care".\r\n\r\nIn January 1976, AKF changed its format to a booklet style publication. In 1977 AKF had its first part-time paid editor and also began to be printed commercially. In 1978 the buff colored cover featuring artwork by keepers debuted. The first Excellence in Journalism Awards were given in 1979.\r\n\r\nIn 1981 Susan Chan was hired as Managing Editor for Animal Keepers’ Forum. The AKF has continued to grow in scope and content since that time, now averaging 44 pages per issue.  At least once a year, an issue dedicated to a particular species or topic is produced. AKF contains regular columns on Animal Behavior, Enrichment Options, Crisis Management and legislative issues affecting wildlife and zoos. Each issue also contains articles on animal husbandry, book reviews, a listing of upcoming conferences and symposia and Association news.\r\n\r\nThe Animal Keepers\' Forum has come a long way since its inception when it was printed on a mimeograph machine to today when it is produced with modern desktop publishing computer equipment. It currently reaches approximately <strong>2800 members (including about 150 zoos) in the U.S., Canada and 24 foreign countries</strong>.\r\n\r\nAnimal Keepers’ Forum is celebrating its 40th anniversary of continuous publication this year (2013).\r\n<div class="hr"></div>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.') ; 
INSERT INTO `wp_jdttempdata` VALUES (38, '0000-00-00 00:00:00', 4720, '[membership level="0"]You need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="http://www.aecetia.net/gws/aazk/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job or <a href="http://www.aecetia.net/gws/aazk/membership-account/membership-levels/" title="Membership Levels">sign up for Institutional Membership</a>.\r\n[login][/membership][membership level="1,2,3,4,5,6,7,8,9,10,12,14,15,16,17,18"]You need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="http://www.aecetia.net/gws/aazk/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job or <a href="http://www.aecetia.net/gws/aazk/membership-account/membership-levels/" title="Membership Levels">sign up for Institutional Membership</a>.[login][/membership][membership level="13"][gravityform id="1" name="Job Submission"][/membership]\r\n') ; 
INSERT INTO `wp_jdttempdata` VALUES (39, '0000-00-00 00:00:00', 3380, '<h4>Local Events</h4>\r\n[caption]<img class="alignleft" alt="Program Manager - Patty Pearthree" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x1501.jpg" width="150" height="150" /><br /><br />\r\n<p align="center"><strong>Program Manager - Patty Pearthree</strong></p>\r\n<br />[/caption]\r\n\r\nIf you would like to find out if there will be a BFR event near you have or your event listed, please send your BFR event date &amp; contact information to <strong>Patty Pearthree</strong> at: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing" target="_blank">click here</a>.\r\n<div class="clear"></div>\r\n<h3><span style="font-size: 1em;">Total Funds Raised</span></h3>\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 2em;">$4,321,808.48</span></strong>\r\n<h6>2012 Funds Raised:</h6>\r\n<strong><span style="font-size: 2em;">$337,191.09</span></strong>\r\n<em>- this is a new record for amount raised in a year!</em>\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000 per year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send your organization\'s contact person/contact information ASAP along with the date of your event to our national BFR Coordinator.\r\n\r\n<h4>Email Group</h4>\r\nThere is a new Yahoo groups email for <em>Bowling For Rhino</em> Coordinators. If you would like to be part of this email group, please email <strong>Barbie Wilson</strong> at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n\r\nPlease contact <strong>Patty Pearthree</strong>: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n<pre><i class="icon-attention"></i> Applications being accepted for the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></pre>\r\n\r\n<h4>Who does BFR support?</h4>\r\nBFR supports the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa. In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>. BFR also supports <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home. Many organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<h4>Chapter Totals</h4>\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3" target="_blank">here</a>.\r\n<h4>Sponsorship Form</h4>\r\n<a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet1.pdf" target="_blank"><i class="icon-download"></i> Download Sponsorship Form</a>\r\n<h2>Bowling for Rhinos Awards - 2013</h2>\r\n<strong>Conservation Resource Grant</strong> RhiNOremedy\r\n<h3>Top Individual Fundraisers – Bowling for Rhinos 2013</h3>\r\n<strong>Mike Bona</strong> - Los Angeles Chapter, Lewa trip winner\r\n<strong>Ann Knutson</strong> - San Diego Chapter, Lewa trip winner\r\n<strong>Kenton Kerns</strong> - National Capital Chapter, Indonesia trip winner\r\n Crystal Butler</strong> - Oklahoma City Chapter, Indonesia trip winner\r\n<strong>Jim Haigwood</strong> - Los Angeles Chapter, Honorary trip winner\r\n<h3>Top Chapter Fundraiser - 2013</h3>\r\n<strong>Portland AAZK Chapter.</strong> Chapter Award') ;
#
# End of data contents of table `wp_jdttempdata`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_links`
# --------------------------------------------------------


#
# Delete any existing table `wp_links`
#

DROP TABLE IF EXISTS `wp_links`;


#
# Table structure of table `wp_links`
#

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_category` bigint(20) NOT NULL DEFAULT '0',
  `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_category` (`link_category`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM AUTO_INCREMENT=85 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC ;

#
# Data contents of table `wp_links`
#
 
INSERT INTO `wp_links` VALUES (9, 'http://www.bluerhino.com/', 'Blue Rhino', '/img/links/blue_rhino.jpg', '', 0, 'Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (67, 'http://www.animalsourcegroup.com/', 'Animal Source Texas, Inc.', '/img/links/animal_source.jpg', '', 0, 'Working to make zoos a better place for wildlife and people. ', 'Y', 2, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (68, 'http://www.zoomed.com', 'Zoo Med Laboratories, Inc.', '/img/links/zoomed.jpg', '', 0, 'Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!', 'Y', 2, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (63, 'http://www.ebsco.com/index.asp', 'Ebsco Publishing', '/img/links/ebscocom-logo.gif', '', 0, 'Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more. ', 'Y', 2, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (17, 'http://www.zupreem.com/', 'Premium Nutritional Products', '/img/links/zupreem.gif', '', 0, 'Premium Nutritional Products are makers of a wide variety of animal diets for exotics and pets alike. ', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (59, 'http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation', 'Trees for You and Me Program', '/wp-content/uploads/trees_u_me.jpg', '', 0, 'Help the American Association of Zoo Keepers (AAZK) and Polar Bears International (PBI) by planting trees in our nation\'s forests to help fight global warming and improve the habitat of polar bears and many other species.', 'Y', 2, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (19, 'http://www.aza.org/', 'Association of Zoos &amp; Aquariums (AZA)', '/img/links/aza.gif', '', 0, 'Founded in 1924, AZA supports membership excellence in conservation, education, science, and research. ', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (20, 'http://www.iczoo.org/', 'International Congress of Zookeepers (ICZ)', '/img/links/icz.jpg', '', 0, 'The ICZ (International Congress of Zookeeping) will build a worldwide network among zookeepers and other professionals in the field of wildlife care and conservation. This exchange of experience and knowledge will improve the professionalism of zookeepers', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (21, 'http://www.rhinos.org/', 'International Rhino Foundation', '/img/links/irf.jpg', '', 0, 'The International Rhino Foundation (IRF) is dedicated to the survival of the world’s rhino species through conservation and research.', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (22, 'http://www.lewa.org/', 'Lewa Wildlife Conservancy', '/img/links/lewa.jpg', '', 0, 'Lewa Wildlife Conservancy', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (23, 'http://www.polarbearsinternational.org/', 'Polar Bears International', '/img/links/pbi.jpg', '', 0, 'Polar Bears International is a nonprofit organization dedicated to the worldwide conservation of the polar bear. ', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (24, 'http://www.snowleopard.org/', 'Snow Leopard Trust', '/img/links/snow_leopard_trust.gif', '', 0, 'Founded in 1981, the Snow Leopard Trust is the world\'s leading authority on the study and protection of the endangered snow leopard.', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (25, 'http://zaa.org', 'Zoological Association of America', '/img/links/zaa.jpg', '', 0, 'The Zoological Association of America (ZAA) was formed in February 2005 for the purpose of promoting conservation, preservation, and propagation of animals in both private and public domains.', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (27, 'http://www.akaafrica.com/', 'Animal Keepers Association of Africa', '/img/links/africa_association.jpg', '', 0, 'An African network for ethical and competent animal keepers.', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (28, 'http://www.azadocents.org/', 'Association of Zoo and Aquarium Docents', '/img/links/azad.gif', '', 0, 'A volunteer organization dedicated to educating children of all ages about the need for saving wildlife. ', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (29, 'http://www.azh.org/', 'Association of Zoological Horticulture', '/img/links/azh.gif', '', 0, 'The Association of Zoological Horticulture\'s purpose is to advance public and professional education of the importance of zoo horticulture and its role in the educational, recreational, conservation and scientific goals of the living natural history museu', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (31, 'http://www.behavior.org/animals', 'Cambridge Center', '/img/links/cambridge_center.gif', '', 0, 'The Cambridge Center\'s mission: to advance the scientific study of behavior and its humane application to the solution of practical problems, including the prevention and relief of human suffering. The Pets, Zoos and Animals section of the web site demons', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (32, 'http://savenature.org/', 'Savenature.org', '/img/links/savenature.jpg', '', 0, 'Savenature.org is committed to inspiring participation and awareness in the preservation of fragile ecosystems by providing opportunities for personal direct action to save the diversity of life on Earth. ', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (33, 'http://www.cbsg.org/cbsg/', 'Conservation Breeding Specialist Group (CBSG)', '/img/links/cbsgbanner.jpg', '', 0, 'CBSG’s mission is to save threatened species by increasing the effectiveness of conservation efforts worldwide.', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (34, 'http://www.endangeredspeciesinternational.org/', 'Endangered Species International', '/img/links/esi.gif', '', 0, 'At Endangered Species International, we are strongly committed to reversing the trend of human induced species extinction and preserving their vital ecosystems.', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (35, 'http://www.cathouse-fcc.org/', 'Feline Conservation Center', '/img/links/efbc.jpg', '', 0, 'Home to over 70 of the world\'s most endangered felines, EFBC\'s Feline Conservation Center is a breeding zoo and research facility.', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (36, 'http://www.savingcranes.org/', 'International Crane Foundation', '/img/links/icf.gif', '', 0, 'The International Crane Foundation (ICF) commits to a future where all crane species are secure - a future where people cooperate to protect and restore wild populations and their ecosystems. These efforts sustain the places where cranes live, to the bene', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (37, 'http://www.enrichment.org', 'Shape of Enrichment', '/img/links/shape_of_enrichment.gif', '', 0, 'The Shape of Enrichment was founded in 1991 as a partnership to further animal enrichment efforts worldwide.', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (38, 'http://www.sosrhino.org/', 'SOS Rhino', '/img/links/sos_rhino.gif', '', 0, 'As a branch of the non-profit Rhinoceros Reproduction Program, SOS Rhino is dedicated to the research, people, programs, and organizations involved with the preservation and conservation of the highly endangered rhinoceros species.', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (60, 'http://www.stlzoo.org/contraception', 'AZA Wildlife Contraception Center', '/wp-content/uploads/contraceptionlogo.jpg', '', 0, 'There you can find details on the program, specific recommendations on products and who the advisory board members are.  There are also details on the Wildlife Contraception Book.', 'Y', 2, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (61, 'http://www.montereybayaquarium.org/cr/seafoodwatch.aspx', 'Seafood Watch Program', '/img/links/menu_sfw_logo.gif', '', 0, 'The Monterey Bay Aquarium Seafood Watch program helps consumers and businesses make choices for healthy oceans. Our recommendations indicate which seafood items are "Best Choices," "Good Alternatives," and which ones you should "Avoid."', 'Y', 2, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (69, 'http://www.marmosetcare.com/', 'Common Marmoset Care', '/img/links/marmoset_care.jpg', '', 0, 'An interactive site with information on common marmoset behaviour and how best to provide care in captivity – for private owners, researchers, educators, zoo and laboratory professionals', 'Y', 2, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (55, 'http://www.gourmetrodent.com', 'The Gourmet Rodent', '/img/links/gourmetrodentlogo.JPG', '', 0, 'The Gourmet Rodent, Inc. specializes in two very distinct areas of the reptile industry: frozen feeder animals and reptile production. In both areas of our business, we are committed to providing quality products and excellent customer service.', 'N', 2, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (54, 'http://desertplastics-abq.com/', 'Desert Plastics, LLC', '/img/links/DesertPlasticsheader.jpg', '', 0, 'Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture', 'Y', 2, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (56, 'http://www.gettoknow.ca/us/', 'Get to Know Your Wild Neighbors', '/img/links/gettoknow.jpg', '', 0, 'Built on research and supported by a diverse array of educators, organizations, governments, and corporations, the Get to Know Program has been inspiring connections between youth and nature in Canada for nearly a decade.', 'Y', 2, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (78, 'http://www.theabma.org/', 'Animal Behavior Management Alliance (ABMA)', '/img/links/abma.jpg', '', 0, 'The mission of the Animal Behavior Management Alliance is to advance animal behavior management in order to enhance the Husbandry and welfare of animals.', 'Y', 2, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (65, 'http://www.faunaresearch.com/', 'Fauna Research Inc.', '/img/links/fauna_research.gif', '', 0, 'Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984. ', 'Y', 2, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (58, 'http://www.actionforcheetahs.org/', 'Action for Cheetahs in Kenya', '/img/links/acklogo.jpg', '', 0, 'ACK aims to promote the conservation of cheetahs through research, awareness and community participation in Kenya.', 'Y', 2, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (70, 'http://redpandanetwork.org/', 'Red Panda Network', '/img/links/red_panda_logo.jpg', '', 0, 'The Red Panda Network is committed to the conservation of wild red pandas and their habitat through the education and empowerment of local communities.', 'Y', 2, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (71, 'http://www.premiertours.com/', 'Premier Tours', '/img/links/premier_tours.jpg', '', 0, 'Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.', 'Y', 2, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (72, 'http://gerrymartin.in/The_Gerry_Martin_Project/Home.html', 'The Gerry Martin Project', '/img/links/gerry_martin.jpg', '', 0, 'TGMP is a conservation entrepreneurship that is working towards creating viable and inclusive models for research and conservation in India. ', 'Y', 2, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (73, 'http://www.animaledu.com/', 'Animal Behavior Institute', '/img/links/abi-logo.jpg', '', 0, 'Reach your career goals with the Animal Behavior Institute! ', 'Y', 2, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (74, 'http://turtlesurvival.org/', 'Turtle Survival Alliance', '/img/links/tsa-logo.jpg', '', 0, 'The Turtle Survival Alliance (TSA) is an action oriented global partnership that is committed to zero turtle extinctions in the 21st century. ', 'Y', 2, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (75, 'http://www.graniteind.com/', 'Overland Carts/Granite Industries', '/img/links/overland.jpg', '', 0, 'Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.', 'Y', 2, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (76, 'http://www.nebraskabrand.com/index.htm', 'Nebraska Brand', '/img/links/nebraskabrand.jpg', '', 0, 'Economical Feeding Programs for Exotic Carnivores', 'Y', 2, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (77, 'http://www.clrdesign.com/', 'CLR Design', '/img/links/CLR_Design.jpg', '', 0, 'For over 25 years CLR Design has focused on zoo design.', 'Y', 2, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (81, 'http://zukudla.com/', 'Zukudla, Inc.', '/img/links/zukudla_logo.jpg', '', 0, 'To be the source for unique diets for zoo and exotic animals.', 'Y', 2, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (80, 'http://zoofood.com/', 'Reliable Protein Products', '/img/links/reliableprotein.jpg', '', 0, 'The answer for your feeding needs', 'Y', 2, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (82, 'http://www.rodentpro.com/', 'Rodent Pro', '/img/links/rodentpro.jpg', '', 0, 'Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.', 'Y', 2, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (83, 'http://www.grubco.com/index.cfm', 'Grubco', '/img/links/grubco.jpg', '', 0, 'Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.', 'Y', 2, 0, '0000-00-00 00:00:00', '', '', '') ; 
INSERT INTO `wp_links` VALUES (84, 'http://www.lyonusa.com/', 'Lyon Technologies', '/img/links/lyontechnology.jpg', '', 0, 'Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools. ', 'Y', 2, 0, '0000-00-00 00:00:00', '', '', '') ;
#
# End of data contents of table `wp_links`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_mappress_maps`
# --------------------------------------------------------


#
# Delete any existing table `wp_mappress_maps`
#

DROP TABLE IF EXISTS `wp_mappress_maps`;


#
# Table structure of table `wp_mappress_maps`
#

CREATE TABLE `wp_mappress_maps` (
  `mapid` int(11) NOT NULL AUTO_INCREMENT,
  `obj` longtext,
  PRIMARY KEY (`mapid`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_mappress_maps`
#
 
INSERT INTO `wp_mappress_maps` VALUES (1, 'O:12:"Mappress_Map":9:{s:5:"mapid";s:1:"1";s:5:"width";s:3:"85%";s:6:"height";s:3:"350";s:4:"zoom";i:16;s:6:"center";a:2:{s:3:"lat";d:32.23514420789999945782255963422358036041259765625;s:3:"lng";d:-110.8107722700000294935307465493679046630859375;}s:9:"mapTypeId";s:7:"roadmap";s:5:"title";s:4:"AAZK";s:7:"metaKey";N;s:4:"pois";a:1:{i:0;O:12:"Mappress_Poi":10:{s:7:"address";s:56:"8476 East Speedway Boulevard #204, Tucson, AZ 85710, USA";s:4:"body";s:16:"Tucson, AZ 85710";s:16:"correctedAddress";s:56:"8476 East Speedway Boulevard #204, Tucson, AZ 85710, USA";s:6:"iconid";N;s:5:"point";a:2:{s:3:"lat";d:32.23474490000000258760337601415812969207763671875;s:3:"lng";d:-110.81141600000000835279934108257293701171875;}s:4:"poly";N;s:3:"kml";N;s:5:"title";s:33:"8476 East Speedway Boulevard #204";s:4:"type";N;s:8:"viewport";a:2:{s:2:"sw";a:2:{s:3:"lat";d:32.2333959197000012864009477198123931884765625;s:3:"lng";d:-110.8127649799999971946817822754383087158203125;}s:2:"ne";a:2:{s:3:"lat";d:32.23609388029999678337844670750200748443603515625;s:3:"lng";d:-110.8100670200000195109168998897075653076171875;}}}}}') ;
#
# End of data contents of table `wp_mappress_maps`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_mappress_posts`
# --------------------------------------------------------


#
# Delete any existing table `wp_mappress_posts`
#

DROP TABLE IF EXISTS `wp_mappress_posts`;


#
# Table structure of table `wp_mappress_posts`
#

CREATE TABLE `wp_mappress_posts` (
  `postid` int(11) NOT NULL DEFAULT '0',
  `mapid` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`postid`,`mapid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_mappress_posts`
#
 
INSERT INTO `wp_mappress_posts` VALUES (22, 1) ;
#
# End of data contents of table `wp_mappress_posts`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_menubar3`
# --------------------------------------------------------


#
# Delete any existing table `wp_menubar3`
#

DROP TABLE IF EXISTS `wp_menubar3`;


#
# Table structure of table `wp_menubar3`
#

CREATE TABLE `wp_menubar3` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `type` varchar(255) NOT NULL DEFAULT '',
  `selection` varchar(255) NOT NULL DEFAULT '',
  `cssclass` varchar(255) NOT NULL DEFAULT '',
  `attributes` varchar(255) NOT NULL DEFAULT '',
  `side` bigint(20) NOT NULL DEFAULT '0',
  `down` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=108 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC ;

#
# Data contents of table `wp_menubar3`
#
 
INSERT INTO `wp_menubar3` VALUES (1, 'main', 'Menu', 'Basic', '', '', 0, 2) ; 
INSERT INTO `wp_menubar3` VALUES (2, 'Home', 'FrontPage', '', 'home', 'title="AAZK Home"', 3, 0) ; 
INSERT INTO `wp_menubar3` VALUES (3, 'About Us', 'Page', '6', 'aboutus', 'title="About AAZK"', 79, 0) ; 
INSERT INTO `wp_menubar3` VALUES (4, 'Join/Renew', 'Page', '17', 'join', 'title="Join AAZK"', 5, 0) ; 
INSERT INTO `wp_menubar3` VALUES (5, 'Job Listings', 'Page', '69', 'careers', 'title="Zoo Keeping Career Opportunities"', 6, 0) ; 
INSERT INTO `wp_menubar3` VALUES (6, 'Shop', 'Page', '441', 'shop', 'title="Purchase AAZK Merchandise"', 7, 0) ; 
INSERT INTO `wp_menubar3` VALUES (7, 'Links', 'Page', '20', 'links', 'title="Zoo Keeping Related Links"', 8, 0) ; 
INSERT INTO `wp_menubar3` VALUES (8, 'Contact', 'Page', '22', 'contact', 'title="Contact AAZK"', 104, 0) ; 
INSERT INTO `wp_menubar3` VALUES (9, 'about', 'Menu', 'Basic', '', '', 0, 10) ; 
INSERT INTO `wp_menubar3` VALUES (10, 'Join AAZK', 'Page', '17', '', '', 91, 0) ; 
INSERT INTO `wp_menubar3` VALUES (11, 'History of AAZK', 'Page', '8', '', '', 12, 0) ; 
INSERT INTO `wp_menubar3` VALUES (12, 'Job Listings', 'Page', '69', '', '', 14, 0) ; 
INSERT INTO `wp_menubar3` VALUES (13, 'Zoo Keeping as a Career', 'Page', '10', '', '', 102, 0) ; 
INSERT INTO `wp_menubar3` VALUES (14, 'Committees', 'Page', '12', '', '', 15, 0) ; 
INSERT INTO `wp_menubar3` VALUES (15, 'Grants', 'Page', '14', '', '', 99, 0) ; 
INSERT INTO `wp_menubar3` VALUES (16, 'contact', 'Menu', 'Basic', '', '', 0, 17) ; 
INSERT INTO `wp_menubar3` VALUES (17, 'Contact', 'Page', '22', 'contact', '', 18, 0) ; 
INSERT INTO `wp_menubar3` VALUES (18, 'Board of Directors', 'Page', '395', 'board_of_directors', '', 61, 0) ; 
INSERT INTO `wp_menubar3` VALUES (19, 'career', 'Menu', 'Basic', '', '', 0, 20) ; 
INSERT INTO `wp_menubar3` VALUES (20, 'Zoo Keeping as a Career', 'Page', '10', '', '', 21, 0) ; 
INSERT INTO `wp_menubar3` VALUES (21, 'Keeper Feedback', 'Page', '72', '', '', 22, 0) ; 
INSERT INTO `wp_menubar3` VALUES (22, 'America’s Teaching Zoo', 'Page', '75', '', '', 23, 0) ; 
INSERT INTO `wp_menubar3` VALUES (23, 'Zoo Keeper Training', 'Page', '82', '', '', 25, 0) ; 
INSERT INTO `wp_menubar3` VALUES (24, 'Job Opportunities', 'Page', '69', '', '', 0, 0) ; 
INSERT INTO `wp_menubar3` VALUES (25, 'Books about Animal Careers', 'Page', '102', '', '', 24, 0) ; 
INSERT INTO `wp_menubar3` VALUES (26, 'links', 'Menu', 'Basic', '', '', 0, 95) ; 
INSERT INTO `wp_menubar3` VALUES (27, 'Commercial Members', 'External', '/links/?category=commercial', '', '', 28, 0) ; 
INSERT INTO `wp_menubar3` VALUES (28, 'Conservation Partners', 'External', '/links/?category=conservation', '', '', 29, 0) ; 
INSERT INTO `wp_menubar3` VALUES (29, 'Institutional Members', 'Page', '275', '', '', 30, 0) ; 
INSERT INTO `wp_menubar3` VALUES (30, 'Miscellaneous Links', 'External', '/links/?category=miscellaneous', '', '', 0, 0) ; 
INSERT INTO `wp_menubar3` VALUES (31, 'committees', 'Menu', 'Basic', '', '', 0, 34) ; 
INSERT INTO `wp_menubar3` VALUES (32, 'International Congress of Zookeepers (ICZ)', 'Page', '153', '', '', 43, 0) ; 
INSERT INTO `wp_menubar3` VALUES (34, 'Annual AAZK Conferences', 'Page', '160', '', '', 42, 0) ; 
INSERT INTO `wp_menubar3` VALUES (35, 'Grants Committee', 'Page', '163', '', '', 32, 0) ; 
INSERT INTO `wp_menubar3` VALUES (36, 'Bowling for Rhinos', 'PageTree', '168', '', '', 38, 0) ; 
INSERT INTO `wp_menubar3` VALUES (37, 'Ethics Committee', 'Page', '171', '', '', 35, 0) ; 
INSERT INTO `wp_menubar3` VALUES (38, 'Bylaws Committee', 'Page', '173', '', '', 44, 0) ; 
INSERT INTO `wp_menubar3` VALUES (40, 'Behavioral Husbandry', 'Page', '192', '', '', 36, 0) ; 
INSERT INTO `wp_menubar3` VALUES (80, 'bfr', 'Menu', 'Basic', '', '', 0, 81) ; 
INSERT INTO `wp_menubar3` VALUES (42, 'Awards Committee', 'Page', '224', '', '', 40, 0) ; 
INSERT INTO `wp_menubar3` VALUES (43, 'Professional Development Committee', 'Page', '178', '', '', 0, 0) ; 
INSERT INTO `wp_menubar3` VALUES (44, 'Conservation Committee', 'Page', '182', '', '', 37, 0) ; 
INSERT INTO `wp_menubar3` VALUES (45, 'behavioral_husbandry', 'Menu', 'Basic', '', '', 0, 0) ; 
INSERT INTO `wp_menubar3` VALUES (84, 'BFR FAQ', 'Page', '1269', '', '', 85, 0) ; 
INSERT INTO `wp_menubar3` VALUES (47, 'akf', 'Menu', 'Basic', '', '', 0, 107) ; 
INSERT INTO `wp_menubar3` VALUES (61, 'Committee Chairs', 'Page', '496', '', '', 0, 0) ; 
INSERT INTO `wp_menubar3` VALUES (107, 'Coming Events', 'Page', '435', '', '', 55, 0) ; 
INSERT INTO `wp_menubar3` VALUES (62, 'jobs', 'Menu', 'Basic', '', '', 0, 64) ; 
INSERT INTO `wp_menubar3` VALUES (55, 'History', 'Page', '278', '', '', 90, 0) ; 
INSERT INTO `wp_menubar3` VALUES (56, 'Join/Renew', 'Page', '17', '', '', 0, 0) ; 
INSERT INTO `wp_menubar3` VALUES (57, '2012 AKF Award Winners', 'External', '/wp-content/uploads/akf_awards2012.pdf', '', '', 58, 0) ; 
INSERT INTO `wp_menubar3` VALUES (58, 'AAZK Photo Model Release Form', 'Page', '267', '', '', 78, 0) ; 
INSERT INTO `wp_menubar3` VALUES (63, 'All Listings', 'Page', '415', '', '', 74, 0) ; 
INSERT INTO `wp_menubar3` VALUES (64, 'Post a Job', 'Page', '69', '', '', 63, 0) ; 
INSERT INTO `wp_menubar3` VALUES (65, 'shop', 'Menu', 'Basic', '', '', 0, 66) ; 
INSERT INTO `wp_menubar3` VALUES (66, 'Merchandise', 'External', '/shop/merchandise/', '', '', 67, 0) ; 
INSERT INTO `wp_menubar3` VALUES (67, 'Publications', 'External', '/shop/publications/', '', '', 68, 0) ; 
INSERT INTO `wp_menubar3` VALUES (68, 'View Cart', 'External', '/shop/checkout/', '', '', 0, 0) ; 
INSERT INTO `wp_menubar3` VALUES (69, 'join', 'Menu', 'Basic', '', '', 0, 70) ; 
INSERT INTO `wp_menubar3` VALUES (70, 'Checkout', 'External', '/shop/checkout/', '', '', 0, 0) ; 
INSERT INTO `wp_menubar3` VALUES (74, 'Internships', 'External', '/job-listings/internships/', '', '', 75, 0) ; 
INSERT INTO `wp_menubar3` VALUES (90, 'AKF Submission Guidelines', 'Page', '1183', '', '', 57, 0) ; 
INSERT INTO `wp_menubar3` VALUES (75, 'Volunteer Opportunities', 'External', '/job-listings/volunteer/', '', '', 76, 0) ; 
INSERT INTO `wp_menubar3` VALUES (76, 'Travel Opportunities', 'External', '/job-listings/travel-opportunities/', '', '', 0, 0) ; 
INSERT INTO `wp_menubar3` VALUES (77, 'Animal Data Transfer Form', 'External', '/wp-content/uploads/aazk_animal_data_transfer.pdf', '', '', 92, 0) ; 
INSERT INTO `wp_menubar3` VALUES (78, 'Purchase AKF Special Issues', 'External', '/shop/publications/', '', '', 56, 0) ; 
INSERT INTO `wp_menubar3` VALUES (81, 'BFR: Overview', 'Page', '168', '', '', 106, 0) ; 
INSERT INTO `wp_menubar3` VALUES (79, 'AKF', 'Category', '9', '', 'title="Animal Keeper\'s Forum"', 4, 0) ; 
INSERT INTO `wp_menubar3` VALUES (85, 'BFR Resources', 'Page', '1404', '', '', 87, 0) ; 
INSERT INTO `wp_menubar3` VALUES (87, 'Links', 'Page', '885', '', '', 96, 0) ; 
INSERT INTO `wp_menubar3` VALUES (96, 'Lewa Wildlife Conservancy', 'Page', '991', '', '', 97, 0) ; 
INSERT INTO `wp_menubar3` VALUES (102, 'AAZK/Polar Bears International Programs', 'Page', '1589', '', '', 0, 0) ; 
INSERT INTO `wp_menubar3` VALUES (89, 'Lewa Wildlife Conservancy Safaris', 'Page', '292', '', '', 0, 0) ; 
INSERT INTO `wp_menubar3` VALUES (91, 'Annual Conferences', 'Page', '1187', '', '', 11, 0) ; 
INSERT INTO `wp_menubar3` VALUES (92, 'National Zoo Keeper Week', 'Page', '1193', '', '', 13, 0) ; 
INSERT INTO `wp_menubar3` VALUES (93, 'BFR Conservation Resource Grant', 'Page', '1221', '', '', 84, 0) ; 
INSERT INTO `wp_menubar3` VALUES (95, 'AAZK Local Chapters', 'Page', '1286', '', '', 27, 0) ; 
INSERT INTO `wp_menubar3` VALUES (97, 'International Rhino Foundation', 'Page', '1341', '', '', 98, 0) ; 
INSERT INTO `wp_menubar3` VALUES (98, 'Action for Cheetahs in Kenya', 'Page', '1385', '', '', 89, 0) ; 
INSERT INTO `wp_menubar3` VALUES (99, 'Bowling for Rhinos', 'Page', '168', '', '', 105, 0) ; 
INSERT INTO `wp_menubar3` VALUES (104, 'Bowling for Rhinos/Donate', 'Page', '168', '', 'title="Bowling for Rhinos"', 0, 0) ; 
INSERT INTO `wp_menubar3` VALUES (105, 'Tree for You and Me', 'Page', '2685', '', '', 77, 0) ; 
INSERT INTO `wp_menubar3` VALUES (106, 'Donate', 'Page', '2782', '', '', 93, 0) ;
#
# End of data contents of table `wp_menubar3`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_options`
# --------------------------------------------------------


#
# Delete any existing table `wp_options`
#

DROP TABLE IF EXISTS `wp_options`;


#
# Table structure of table `wp_options`
#

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=7562708 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC ;

#
# Data contents of table `wp_options`
#
 
INSERT INTO `wp_options` VALUES (1, 'siteurl', 'https://www.aecetia.net/gws/aazk', 'yes') ; 
INSERT INTO `wp_options` VALUES (2, 'blogname', 'AAZK', 'yes') ; 
INSERT INTO `wp_options` VALUES (3, 'blogdescription', 'American Association of Zoo Keepers', 'yes') ; 
INSERT INTO `wp_options` VALUES (4, 'users_can_register', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (5, 'admin_email', 'ed.hansen@aecetia.net/gws/aazk', 'yes') ; 
INSERT INTO `wp_options` VALUES (6, 'start_of_week', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (7, 'use_balanceTags', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (8, 'use_smilies', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (9, 'require_name_email', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (10, 'comments_notify', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (11, 'posts_per_rss', '10', 'yes') ; 
INSERT INTO `wp_options` VALUES (13, 'rss_use_excerpt', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (14, 'mailserver_url', 'mail.example.com', 'yes') ; 
INSERT INTO `wp_options` VALUES (15, 'mailserver_login', 'login@example.com', 'yes') ; 
INSERT INTO `wp_options` VALUES (16, 'mailserver_pass', 'password', 'yes') ; 
INSERT INTO `wp_options` VALUES (17, 'mailserver_port', '110', 'yes') ; 
INSERT INTO `wp_options` VALUES (18, 'default_category', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (19, 'default_comment_status', 'closed', 'yes') ; 
INSERT INTO `wp_options` VALUES (20, 'default_ping_status', 'closed', 'yes') ; 
INSERT INTO `wp_options` VALUES (21, 'default_pingback_flag', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (23, 'posts_per_page', '10', 'yes') ; 
INSERT INTO `wp_options` VALUES (25, 'date_format', 'F j, Y', 'yes') ; 
INSERT INTO `wp_options` VALUES (26, 'time_format', 'g:i a', 'yes') ; 
INSERT INTO `wp_options` VALUES (27, 'links_updated_date_format', 'F j, Y g:i a', 'yes') ; 
INSERT INTO `wp_options` VALUES (31, 'comment_moderation', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (32, 'moderation_notify', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (33, 'permalink_structure', '/%postname%/', 'yes') ; 
INSERT INTO `wp_options` VALUES (34, 'gzipcompression', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (35, 'hack_file', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (36, 'blog_charset', 'UTF-8', 'yes') ; 
INSERT INTO `wp_options` VALUES (37, 'moderation_keys', '', 'no') ; 
INSERT INTO `wp_options` VALUES (38, 'active_plugins', 'a:22:{i:0;s:15:"aazk-extras.php";i:1;s:46:"awesome-instant-search/awesome-ajax-search.php";i:2;s:22:"cron-view/cron-gui.php";i:3;s:35:"events-made-easy/events-manager.php";i:4;s:46:"gravity-forms-custom-post-types/gfcptaddon.php";i:5;s:30:"gravity-forms/gravityforms.php";i:6;s:51:"gravityformspaypalpaymentspro/paypalpaymentspro.php";i:7;s:65:"hide-admin-bar-from-non-admins/hide-admin-bar-from-non-admins.php";i:8;s:19:"iwp-client/init.php";i:9;s:28:"jameels-dev-tools/plugin.php";i:10;s:47:"mappress-google-maps-for-wordpress/mappress.php";i:11;s:45:"paid-memberships-pro/paid-memberships-pro.php";i:12;s:30:"pmpro_add_shipping_to_free.php";i:13;s:39:"responsive-slider/responsive-slider.php";i:14;s:27:"updraftplus/updraftplus.php";i:15;s:22:"user-options-class.php";i:16;s:23:"wordfence/wordfence.php";i:17;s:24:"wordpress-seo/wp-seo.php";i:18;s:33:"wp-block-admin/wp-block-admin.php";i:19;s:34:"wp-e-commerce/wp-shopping-cart.php";i:20;s:22:"wp-editor/wpeditor.php";i:21;s:31:"wp-migrate-db/wp-migrate-db.php";}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932443, 'widget_search', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (39, 'home', 'https://www.aecetia.net/gws/aazk', 'yes') ; 
INSERT INTO `wp_options` VALUES (40, 'category_base', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (41, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes') ; 
INSERT INTO `wp_options` VALUES (42, 'advanced_edit', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (43, 'comment_max_links', '2', 'yes') ; 
INSERT INTO `wp_options` VALUES (44, 'gmt_offset', '-5', 'yes') ; 
INSERT INTO `wp_options` VALUES (45, 'default_email_category', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (46, 'recently_edited', 'a:5:{i:0;s:88:"/home/admin/web/default.domain/public_html/gws/aazk/wp-content/themes/aazk2013/style.css";i:1;s:86:"/home/admin/web/default.domain/public_html/gws/aazk/wp-content/plugins/aazk-extras.php";i:2;s:136:"/home/admin/web/default.domain/public_html/gws/aazk/wp-content/plugins/hide-admin-bar-from-non-admins/hide-admin-bar-from-non-admins.php";i:3;s:104:"/home/admin/web/default.domain/public_html/gws/aazk/wp-content/plugins/wp-block-admin/wp-block-admin.php";i:4;s:114:"/home/admin/web/default.domain/public_html/gws/aazk/wp-content/plugins/paid-memberships-pro/includes/functions.php";}', 'no') ; 
INSERT INTO `wp_options` VALUES (48, 'template', 'aazk2013', 'yes') ; 
INSERT INTO `wp_options` VALUES (49, 'stylesheet', 'aazk2013', 'yes') ; 
INSERT INTO `wp_options` VALUES (50, 'comment_whitelist', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (52, 'blacklist_keys', '', 'no') ; 
INSERT INTO `wp_options` VALUES (53, 'comment_registration', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (55, 'html_type', 'text/html', 'yes') ; 
INSERT INTO `wp_options` VALUES (56, 'use_trackback', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (57, 'default_role', 'subscriber', 'yes') ; 
INSERT INTO `wp_options` VALUES (58, 'db_version', '27916', 'yes') ; 
INSERT INTO `wp_options` VALUES (59, 'uploads_use_yearmonth_folders', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (60, 'upload_path', 'wp-content/uploads', 'yes') ; 
INSERT INTO `wp_options` VALUES (63, 'blog_public', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (64, 'default_link_category', '2', 'yes') ; 
INSERT INTO `wp_options` VALUES (65, 'show_on_front', 'page', 'yes') ; 
INSERT INTO `wp_options` VALUES (66, 'tag_base', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (67, 'show_avatars', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (68, 'avatar_rating', 'G', 'yes') ; 
INSERT INTO `wp_options` VALUES (69, 'upload_url_path', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (70, 'thumbnail_size_w', '150', 'yes') ; 
INSERT INTO `wp_options` VALUES (71, 'thumbnail_size_h', '150', 'yes') ; 
INSERT INTO `wp_options` VALUES (72, 'thumbnail_crop', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (73, 'medium_size_w', '300', 'yes') ; 
INSERT INTO `wp_options` VALUES (74, 'medium_size_h', '300', 'yes') ; 
INSERT INTO `wp_options` VALUES (75, 'avatar_default', 'mystery', 'yes') ; 
INSERT INTO `wp_options` VALUES (78, 'large_size_w', '1024', 'yes') ; 
INSERT INTO `wp_options` VALUES (79, 'large_size_h', '1024', 'yes') ; 
INSERT INTO `wp_options` VALUES (80, 'image_default_link_type', 'file', 'yes') ; 
INSERT INTO `wp_options` VALUES (81, 'image_default_size', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (82, 'image_default_align', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (83, 'close_comments_for_old_posts', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (84, 'close_comments_days_old', '14', 'yes') ; 
INSERT INTO `wp_options` VALUES (85, 'thread_comments', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (86, 'thread_comments_depth', '5', 'yes') ; 
INSERT INTO `wp_options` VALUES (87, 'page_comments', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (88, 'comments_per_page', '50', 'yes') ; 
INSERT INTO `wp_options` VALUES (89, 'default_comments_page', 'newest', 'yes') ; 
INSERT INTO `wp_options` VALUES (90, 'comment_order', 'asc', 'yes') ; 
INSERT INTO `wp_options` VALUES (91, 'use_ssl', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (92, 'sticky_posts', 'a:0:{}', 'yes') ; 
INSERT INTO `wp_options` VALUES (93, 'widget_categories', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (94, 'widget_text', 'a:0:{}', 'yes') ; 
INSERT INTO `wp_options` VALUES (95, 'widget_rss', 'a:0:{}', 'yes') ; 
INSERT INTO `wp_options` VALUES (97, 'dismissed_update_core', 'a:0:{}', 'yes') ; 
INSERT INTO `wp_options` VALUES (98, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:23:"Administrator|User role";s:12:"capabilities";a:82:{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:9:"reminders";b:1;s:4:"news";b:1;s:8:"call_out";b:1;s:12:"manage_roles";b:1;s:7:"akf_toc";b:1;s:12:"akf_articles";b:1;s:11:"akf_columns";b:1;s:13:"akf_viewpoint";b:1;s:16:"akf_chapter_news";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:25:"gravityforms_authorizenet";b:1;s:35:"gravityforms_authorizenet_uninstall";b:1;s:30:"gravityforms_user_registration";b:1;s:40:"gravityforms_user_registration_uninstall";b:1;s:30:"gravityforms_paypalpaymentspro";b:1;s:40:"gravityforms_paypalpaymentspro_uninstall";b:1;s:19:"gravityforms_paypal";b:1;s:29:"gravityforms_paypal_uninstall";b:1;s:22:"gravityforms_paypalpro";b:1;s:32:"gravityforms_paypalpro_uninstall";b:1;s:15:"wpseo_bulk_edit";b:1;}}s:6:"editor";a:2:{s:4:"name";s:16:"Editor|User role";s:12:"capabilities";a:35:{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:15:"wpseo_bulk_edit";b:1;}}s:6:"author";a:2:{s:4:"name";s:16:"Author|User role";s:12:"capabilities";a:11:{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:15:"wpseo_bulk_edit";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:21:"Contributor|User role";s:12:"capabilities";a:6:{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:15:"wpseo_bulk_edit";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:20:"Subscriber|User role";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes') ; 
INSERT INTO `wp_options` VALUES (99, 'cron', 'a:25:{i:1408490201;a:1:{s:21:"wpsc_hourly_cron_task";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1408493160;a:1:{s:20:"wp_maybe_auto_update";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1408497013;a:1:{s:26:"wpsc_every4hours_cron_task";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:11:"every4hours";s:4:"args";a:0:{}s:8:"interval";i:14400;}}}i:1408502144;a:1:{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:1408502254;a:1:{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;}}}i:1408502941;a:1:{s:30:"wordfence_start_scheduled_scan";a:1:{s:32:"5c2c87575e6abb050def870fc832d8ad";a:2:{s:8:"schedule";b:0;s:4:"args";a:1:{i:0;i:1408502941;}}}}i:1408511163;a:1:{s:26:"wpsc_every8hours_cron_task";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:11:"every8hours";s:4:"args";a:0:{}s:8:"interval";i:28800;}}}i:1408514069;a:1:{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;}}}i:1408525886;a:1:{s:25:"wpsc_twicedaily_cron_task";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1408547935;a:1:{s:30:"pmpro_cron_expiration_warnings";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1408549092;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:1408557285;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;}}}i:1408558152;a:1:{s:30:"paypalpaymentspro_renewal_cron";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1408561393;a:1:{s:20:"wordfence_daily_cron";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1408568763;a:1:{s:20:"wpsc_daily_cron_task";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1408574340;a:1:{s:12:"renewal_cron";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1408586860;a:1:{s:30:"wordfence_start_scheduled_scan";a:1:{s:32:"31409c896ef54fd46bedd44b86eaea99";a:2:{s:8:"schedule";b:0;s:4:"args";a:1:{i:0;i:1408586860;}}}}i:1408673275;a:1:{s:30:"wordfence_start_scheduled_scan";a:1:{s:32:"78e803df6cf8e538ff6e940f8d2fa83e";a:2:{s:8:"schedule";b:0;s:4:"args";a:1:{i:0;i:1408673275;}}}}i:1408760395;a:1:{s:30:"wordfence_start_scheduled_scan";a:1:{s:32:"bec14e7940592385ff32dcb4a51a92ff";a:2:{s:8:"schedule";b:0;s:4:"args";a:1:{i:0;i:1408760395;}}}}i:1408847875;a:1:{s:30:"wordfence_start_scheduled_scan";a:1:{s:32:"d835fb562c4138eb787413106fe64ab3";a:2:{s:8:"schedule";b:0;s:4:"args";a:1:{i:0;i:1408847875;}}}}i:1408933233;a:1:{s:30:"wordfence_start_scheduled_scan";a:1:{s:32:"afc912be81bc41c27d0eec983f8a535f";a:2:{s:8:"schedule";b:0;s:4:"args";a:1:{i:0;i:1408933233;}}}}i:1409019451;a:1:{s:30:"wordfence_start_scheduled_scan";a:1:{s:32:"161d93bfcbf30e7b3a93641497e6269d";a:2:{s:8:"schedule";b:0;s:4:"args";a:1:{i:0;i:1409019451;}}}}i:1409087163;a:2:{s:26:"wpsc_fortnightly_cron_task";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:11:"fortnightly";s:4:"args";a:0:{}s:8:"interval";i:1209600;}}s:21:"wpsc_weekly_cron_task";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}i:1409432763;a:1:{s:22:"wpsc_monthly_cron_task";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:7:"monthly";s:4:"args";a:0:{}s:8:"interval";i:2592000;}}}s:7:"version";i:2;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7364253, 'eme_rsvp_hide_rsvp_ended_events', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (7364254, 'eme_cal_hide_past_events', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (7546779, '_transient_timeout_wflginfl_844752095', '1405639248', 'no') ; 
INSERT INTO `wp_options` VALUES (100, 'auth_salt', 'zKZk8TZI4hhx', 'yes') ; 
INSERT INTO `wp_options` VALUES (104, 'logged_in_salt', 'oy2P&GG2h)gG', 'yes') ; 
INSERT INTO `wp_options` VALUES (105, 'dashboard_widget_options', 'a:4:{s:24:"dashboard_incoming_links";a:5:{s:4:"home";s:32:"https://www.aecetia.net/gws/aazk";s:4:"link";s:108:"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:https://www.aecetia.net/gws/aazk/";s:3:"url";s:140:"http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://localhost/azootest/";s:5:"items";i:10;s:9:"show_date";b:0;}s:17:"dashboard_primary";a:7:{s:4:"link";s:33:"http://wordpress.org/development/";s:3:"url";s:38:"http://wordpress.org/development/feed/";s:5:"title";s:26:"WordPress Development 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:4:{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:25:"dashboard_recent_comments";a:1:{s:5:"items";i:5;}}', 'yes') ; 
INSERT INTO `wp_options` VALUES (106, 'nonce_salt', 'SxYpWLM)wDLA', 'yes') ; 
INSERT INTO `wp_options` VALUES (158, 'current_theme', 'Bones (Rename Me!)', 'yes') ; 
INSERT INTO `wp_options` VALUES (108, 'sidebars_widgets', 'a:5:{s:19:"wp_inactive_widgets";a:0:{}s:8:"sidebar1";a:1:{i:0;s:10:"eme_list-2";}s:12:"sidebar-jobs";a:0:{}s:12:"sidebar-shop";a:2:{i:0;s:21:"wpsc_categorisation-2";i:1;s:20:"wpsc_shopping_cart-2";}s:13:"array_version";i:3;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (172, 'wplite_default_submenu', 'a:12:{s:8:"edit.php";a:4:{i:5;a:3:{i:0;s:4:"Edit";i:1;s:10:"edit_posts";i:2;s:8:"edit.php";}i:10;a:3:{i:0;s:7:"Add New";i:1;s:10:"edit_posts";i:2;s:12:"post-new.php";}i:15;a:3:{i:0;s:4:"Tags";i:1;s:17:"manage_categories";i:2;s:13:"edit-tags.php";}i:20;a:3:{i:0;s:10:"Categories";i:1;s:17:"manage_categories";i:2;s:14:"categories.php";}}s:10:"upload.php";a:2:{i:5;a:3:{i:0;s:7:"Library";i:1;s:12:"upload_files";i:2;s:10:"upload.php";}i:10;a:3:{i:0;s:7:"Add New";i:1;s:12:"upload_files";i:2;s:13:"media-new.php";}}s:16:"link-manager.php";a:3:{i:5;a:3:{i:0;s:4:"Edit";i:1;s:12:"manage_links";i:2;s:16:"link-manager.php";}i:10;a:3:{i:0;s:7:"Add New";i:1;s:12:"manage_links";i:2;s:12:"link-add.php";}i:15;a:3:{i:0;s:15:"Link Categories";i:1;s:17:"manage_categories";i:2;s:24:"edit-link-categories.php";}}s:14:"edit-pages.php";a:2:{i:5;a:3:{i:0;s:4:"Edit";i:1;s:10:"edit_pages";i:2;s:14:"edit-pages.php";}i:10;a:3:{i:0;s:7:"Add New";i:1;s:10:"edit_pages";i:2;s:12:"page-new.php";}}s:10:"themes.php";a:3:{i:5;a:3:{i:0;s:6:"Themes";i:1;s:13:"switch_themes";i:2;s:10:"themes.php";}i:7;a:3:{i:0;s:7:"Widgets";i:1;s:13:"switch_themes";i:2;s:11:"widgets.php";}i:10;a:3:{i:0;s:6:"Editor";i:1;s:11:"edit_themes";i:2;s:16:"theme-editor.php";}}s:11:"plugins.php";a:3:{i:5;a:3:{i:0;s:9:"Installed";i:1;s:16:"activate_plugins";i:2;s:11:"plugins.php";}i:10;a:3:{i:0;s:7:"Add New";i:1;s:15:"install_plugins";i:2;s:18:"plugin-install.php";}i:15;a:3:{i:0;s:6:"Editor";i:1;s:12:"edit_plugins";i:2;s:17:"plugin-editor.php";}}s:9:"users.php";a:3:{i:5;a:3:{i:0;s:19:"Authors &amp; Users";i:1;s:10:"edit_users";i:2;s:9:"users.php";}i:10;a:3:{i:0;s:7:"Add New";i:1;s:12:"create_users";i:2;s:12:"user-new.php";}i:15;a:3:{i:0;s:12:"Your Profile";i:1;s:4:"read";i:2;s:11:"profile.php";}}s:9:"tools.php";a:5:{i:5;a:3:{i:0;s:5:"Tools";i:1;s:4:"read";i:2;s:9:"tools.php";}i:10;a:3:{i:0;s:6:"Import";i:1;s:6:"import";i:2;s:10:"import.php";}i:15;a:3:{i:0;s:6:"Export";i:1;s:6:"import";i:2;s:10:"export.php";}i:20;a:3:{i:0;s:7:"Upgrade";i:1;s:15:"install_plugins";i:2;s:15:"update-core.php";}i:21;a:4:{i:0;s:7:"Menubar";i:1;i:8;i:2;s:21:"menubar/wpm-admin.php";i:3;s:7:"Menubar";}}s:19:"options-general.php";a:10:{i:10;a:3:{i:0;s:7:"General";i:1;s:14:"manage_options";i:2;s:19:"options-general.php";}i:15;a:3:{i:0;s:7:"Writing";i:1;s:14:"manage_options";i:2;s:19:"options-writing.php";}i:20;a:3:{i:0;s:7:"Reading";i:1;s:14:"manage_options";i:2;s:19:"options-reading.php";}i:25;a:3:{i:0;s:10:"Discussion";i:1;s:14:"manage_options";i:2;s:22:"options-discussion.php";}i:30;a:3:{i:0;s:5:"Media";i:1;s:14:"manage_options";i:2;s:17:"options-media.php";}i:35;a:3:{i:0;s:7:"Privacy";i:1;s:14:"manage_options";i:2;s:19:"options-privacy.php";}i:40;a:3:{i:0;s:10:"Permalinks";i:1;s:14:"manage_options";i:2;s:21:"options-permalink.php";}i:45;a:3:{i:0;s:13:"Miscellaneous";i:1;s:14:"manage_options";i:2;s:16:"options-misc.php";}i:46;a:4:{i:0;s:7:"Flutter";i:1;s:14:"manage_options";i:2;s:21:"RCCWP_OptionsPage.php";i:3;s:15:"Flutter Options";}i:47;a:4:{i:0;s:6:"WPlite";i:1;i:8;i:2;s:10:"wplite.php";i:3;s:6:"WPlite";}}s:5:"6.php";a:2:{i:0;a:4:{i:0;s:3:"New";i:1;s:10:"edit_posts";i:2;s:36:"post-new.php?custom-write-panel-id=1";i:3;s:9:"Reminders";}i:1;a:4:{i:0;s:6:"Manage";i:1;s:10:"edit_posts";i:2;s:47:"edit.php?filter-posts=1&custom-write-panel-id=1";i:3;s:9:"Reminders";}}s:5:"7.php";a:2:{i:0;a:4:{i:0;s:3:"New";i:1;s:10:"edit_posts";i:2;s:36:"post-new.php?custom-write-panel-id=2";i:3;s:4:"News";}i:1;a:4:{i:0;s:6:"Manage";i:1;s:10:"edit_posts";i:2;s:47:"edit.php?filter-posts=1&custom-write-panel-id=2";i:3;s:4:"News";}}s:25:"fresh-page/RCCWP_Menu.php";a:3:{i:0;a:4:{i:0;s:12:"Write Panels";i:1;i:10;i:2;s:25:"fresh-page/RCCWP_Menu.php";i:3;s:12:"Write Panels";}i:1;a:4:{i:0;s:7:"Modules";i:1;i:10;i:2;s:20:"FlutterManageModules";i:3;s:7:"Modules";}i:2;a:4:{i:0;s:16:"Template Options";i:1;i:10;i:2;s:23:"RCCWP_ThemeSettingsPage";i:3;s:16:"Template Options";}}}', 'yes') ; 
INSERT INTO `wp_options` VALUES (173, 'wplite_disabled_menu_items', 'a:5:{i:0;s:9:"index.php";i:1;s:5:"6.php";i:2;s:5:"7.php";i:3;s:10:"upload.php";i:4;s:14:"edit-pages.php";}', 'yes') ; 
INSERT INTO `wp_options` VALUES (174, 'wplite_disabled_submenu_items', 'a:6:{i:0;s:8:"edit.php";i:1;s:12:"post-new.php";i:2;s:36:"post-new.php?custom-write-panel-id=1";i:3;s:47:"edit.php?filter-posts=1&custom-write-panel-id=1";i:4;s:14:"edit-pages.php";i:5;s:12:"page-new.php";}', 'yes') ; 
INSERT INTO `wp_options` VALUES (175, 'wplite_disabled_metas', 'a:2:{i:0;s:25:"#authordiv,#pageauthordiv";i:1;s:30:"#pagetemplate,#pagetemplatediv";}', 'yes') ; 
INSERT INTO `wp_options` VALUES (176, 'wplite_admins_see_everything', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (179, 'recently_activated', 'a:0:{}', 'yes') ; 
INSERT INTO `wp_options` VALUES (177, 'IWG_RoleMan_CapList', 'a:45:{i:0;s:16:"activate_plugins";i:1;s:8:"call_out";i:2;s:12:"create_users";i:3;s:19:"delete_others_pages";i:4;s:19:"delete_others_posts";i:5;s:12:"delete_pages";i:6;s:14:"delete_plugins";i:7;s:12:"delete_posts";i:8;s:20:"delete_private_pages";i:9;s:20:"delete_private_posts";i:10;s:22:"delete_published_pages";i:11;s:22:"delete_published_posts";i:12;s:12:"delete_users";i:13;s:14:"edit_dashboard";i:14;s:10:"edit_files";i:15;s:17:"edit_others_pages";i:16;s:17:"edit_others_posts";i:17;s:10:"edit_pages";i:18;s:12:"edit_plugins";i:19;s:10:"edit_posts";i:20;s:18:"edit_private_pages";i:21;s:18:"edit_private_posts";i:22;s:20:"edit_published_pages";i:23;s:20:"edit_published_posts";i:24;s:11:"edit_themes";i:25;s:10:"edit_users";i:26;s:6:"import";i:27;s:15:"install_plugins";i:39;s:17:"manage_categories";i:40;s:12:"manage_links";i:41;s:14:"manage_options";i:42;s:17:"moderate_comments";i:43;s:4:"news";i:44;s:13:"publish_pages";i:45;s:13:"publish_posts";i:46;s:4:"read";i:47;s:18:"read_private_pages";i:48;s:18:"read_private_posts";i:49;s:9:"reminders";i:50;s:13:"switch_themes";i:51;s:15:"unfiltered_html";i:52;s:17:"unfiltered_upload";i:53;s:14:"update_plugins";i:54;s:13:"update_themes";i:55;s:12:"upload_files";}', 'yes') ; 
INSERT INTO `wp_options` VALUES (178, 'IWG_RoleManager', 'a:2:{s:6:"status";s:10:"not active";s:7:"version";i:131587;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (813, 'GoogleAnalyticsPP', 'a:19:{s:8:"uastring";s:12:"UA-432183-16";s:12:"dlextensions";s:30:"doc,exe,js,pdf,ppt,tgz,zip,xls";s:8:"dlprefix";s:10:"/downloads";s:9:"artprefix";s:17:"/outbound/article";s:9:"comprefix";s:17:"/outbound/comment";s:12:"comautprefix";s:23:"/outbound/commentauthor";s:14:"blogrollprefix";s:18:"/outbound/blogroll";s:11:"domainorurl";s:6:"domain";s:8:"position";s:6:"footer";s:6:"domain";s:0:"";s:7:"extrase";b:0;s:7:"imagese";b:0;s:13:"trackoutbound";b:1;s:13:"trackloggedin";b:0;s:13:"admintracking";b:0;s:12:"trackadsense";b:0;s:6:"userv2";b:0;s:11:"allowanchor";b:0;s:14:"rsslinktagging";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (816, 'redirection_options', 'a:2:{s:12:"monitor_post";i:2;s:16:"monitor_category";i:2;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (817, 'redirection_version', '2.1.14', 'yes') ; 
INSERT INTO `wp_options` VALUES (818, 'redirection_module_cache', 'a:2:{s:2:"wp";a:1:{i:0;O:16:"WordPress_Module":9:{s:9:"canonical";s:7:"default";s:11:"strip_index";s:7:"default";s:11:"error_level";s:7:"default";s:10:"time_limit";i:0;s:7:"matched";N;s:2:"id";s:1:"1";s:4:"type";s:2:"wp";s:4:"name";s:9:"WordPress";s:7:"options";s:0:"";}}i:404;a:1:{i:0;O:15:"Error404_Module":5:{s:7:"log_404";b:1;s:2:"id";s:1:"3";s:4:"type";s:3:"404";s:4:"name";s:10:"404 Errors";s:7:"options";s:0:"";}}}', 'yes') ; 
INSERT INTO `wp_options` VALUES (556, 'wpcf7', 'a:1:{s:13:"contact_forms";a:1:{i:1;a:7:{s:5:"title";s:14:"Contact form 1";s:4:"form";s:258:"<p>Your Name (required)<br />\r\n    [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n    [email* your-email] </p>\r\n\r\n<p>Subject<br />\r\n    [text your-subject] </p>\r\n\r\n<p>Your Message<br />\r\n    [textarea your-message] </p>\r\n\r\n<p>[submit \\"Send\\"]</p>";s:4:"mail";a:7:{s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:14:"[your-message]";s:9:"recipient";s:19:"jim.mayes@gmail.com";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";b:0;}s:6:"mail_2";a:8:{s:6:"active";b:0;s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:14:"[your-message]";s:9:"recipient";s:12:"[your-email]";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";b:0;}s:8:"messages";a:12:{s:12:"mail_sent_ok";s:43:"Your message was sent successfully. Thanks.";s:12:"mail_sent_ng";s:84:"Failed to send your message. Please try later or contact administrator by other way.";s:17:"akismet_says_spam";s:84:"Failed to send your message. Please try later or contact administrator by other way.";s:16:"validation_error";s:74:"Validation errors occurred. Please confirm the fields and submit it again.";s:12:"accept_terms";s:35:"Please accept the terms to proceed.";s:13:"invalid_email";s:28:"Email address seems invalid.";s:16:"invalid_required";s:31:"Please fill the required field.";s:23:"quiz_answer_not_correct";s:27:"Your answer is not correct.";s:17:"captcha_not_match";s:31:"Your entered code is incorrect.";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:19:"additional_settings";s:0:"";s:7:"options";a:1:{s:9:"recipient";s:19:"jim.mayes@gmail.com";}}}}', 'yes') ; 
INSERT INTO `wp_options` VALUES (153, 'rc_custom_write_panel', 's:476:"a:17:{s:15:"hide-write-post";s:1:"1";s:15:"hide-write-page";N;s:18:"hide-visual-editor";N;s:19:"prompt-editing-post";N;s:14:"assign-to-role";N;s:12:"use-snipshot";N;s:17:"enable-editnplace";N;s:19:"eip-highlight-color";s:0:"";s:16:"enable-swfupload";N;s:20:"enable-browserupload";N;s:26:"default-custom-write-panel";s:0:"";s:19:"enable-HTMLPurifier";N;s:10:"tidy-level";N;s:24:"canvas_show_instructions";N;s:21:"canvas_show_zone_name";N;s:11:"canvas_show";N;s:8:"ink_show";N;}";', 'yes') ; 
INSERT INTO `wp_options` VALUES (154, 'RC_CWP_BLOG_DB_VERSION', '40', 'yes') ; 
INSERT INTO `wp_options` VALUES (155, 'RC_CWP_DB_VERSION', '40', 'yes') ; 
INSERT INTO `wp_options` VALUES (156, 'FLUTTER_fist_time', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (159, 'Flutter_theme_ft_AAZK', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (123, 'page_on_front', '3', 'yes') ; 
INSERT INTO `wp_options` VALUES (124, 'page_for_posts', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (810, 'ftp_credentials', 'a:3:{s:8:"hostname";s:20:"aecetia.net/gws/aazk";s:8:"username";s:4:"aazk";s:15:"connection_type";s:3:"ftp";}', 'yes') ; 
INSERT INTO `wp_options` VALUES (171, 'wplite_default_menu', 'a:17:{i:0;a:7:{i:0;s:9:"Dashboard";i:1;s:4:"read";i:2;s:9:"index.php";i:3;s:0:"";i:4;s:8:"menu-top";i:5;s:14:"menu-dashboard";i:6;s:3:"div";}i:4;a:5:{i:0;s:0:"";i:1;s:4:"read";i:2;s:0:"";i:3;s:0:"";i:4;s:17:"wp-menu-separator";}i:5;a:7:{i:0;s:5:"Posts";i:1;s:10:"edit_posts";i:2;s:8:"edit.php";i:3;s:0:"";i:4;s:21:"wp-menu-open menu-top";i:5;s:10:"menu-posts";i:6;s:3:"div";}i:6;a:7:{i:0;s:9:"Reminders";i:1;s:10:"edit-posts";i:2;s:5:"6.php";i:3;s:0:"";i:4;s:21:"wp-menu-open menu-top";i:5;s:10:"menu-pages";i:6;s:3:"div";}i:7;a:7:{i:0;s:4:"News";i:1;s:10:"edit-posts";i:2;s:5:"7.php";i:3;s:0:"";i:4;s:21:"wp-menu-open menu-top";i:5;s:10:"menu-pages";i:6;s:3:"div";}i:12;a:7:{i:0;s:5:"Media";i:1;s:12:"upload_files";i:2;s:10:"upload.php";i:3;s:0:"";i:4;s:8:"menu-top";i:5;s:10:"menu-media";i:6;s:3:"div";}i:17;a:7:{i:0;s:5:"Links";i:1;s:12:"manage_links";i:2;s:16:"link-manager.php";i:3;s:0:"";i:4;s:8:"menu-top";i:5;s:10:"menu-links";i:6;s:3:"div";}i:22;a:7:{i:0;s:5:"Pages";i:1;s:10:"edit_pages";i:2;s:14:"edit-pages.php";i:3;s:0:"";i:4;s:8:"menu-top";i:5;s:10:"menu-pages";i:6;s:3:"div";}i:27;a:7:{i:0;s:92:"Comments <span id=\'awaiting-mod\' class=\'count-0\'><span class=\'pending-count\'>0</span></span>";i:1;s:10:"edit_posts";i:2;s:17:"edit-comments.php";i:3;s:0:"";i:4;s:8:"menu-top";i:5;s:13:"menu-comments";i:6;s:3:"div";}i:41;a:5:{i:0;s:0:"";i:1;s:4:"read";i:2;s:0:"";i:3;s:0:"";i:4;s:17:"wp-menu-separator";}i:42;a:7:{i:0;s:10:"Appearance";i:1;s:13:"switch_themes";i:2;s:10:"themes.php";i:3;s:0:"";i:4;s:8:"menu-top";i:5;s:15:"menu-appearance";i:6;s:3:"div";}i:47;a:7:{i:0;s:87:"Plugins <span class=\'update-plugins count-1\'><span class=\'plugin-count\'>1</span></span>";i:1;s:16:"activate_plugins";i:2;s:11:"plugins.php";i:3;s:0:"";i:4;s:8:"menu-top";i:5;s:12:"menu-plugins";i:6;s:3:"div";}i:52;a:7:{i:0;s:5:"Users";i:1;s:10:"edit_users";i:2;s:9:"users.php";i:3;s:0:"";i:4;s:8:"menu-top";i:5;s:10:"menu-users";i:6;s:3:"div";}i:57;a:7:{i:0;s:5:"Tools";i:1;s:4:"read";i:2;s:9:"tools.php";i:3;s:0:"";i:4;s:8:"menu-top";i:5;s:10:"menu-tools";i:6;s:3:"div";}i:62;a:7:{i:0;s:8:"Settings";i:1;s:14:"manage_options";i:2;s:19:"options-general.php";i:3;s:0:"";i:4;s:8:"menu-top";i:5;s:13:"menu-settings";i:6;s:3:"div";}i:81;a:5:{i:0;s:0:"";i:1;s:4:"read";i:2;s:0:"";i:3;s:0:"";i:4;s:22:"wp-menu-separator-last";}i:82;a:7:{i:0;s:7:"Flutter";i:1;i:10;i:2;s:25:"fresh-page/RCCWP_Menu.php";i:3;s:16:"Flutter > Manage";i:4;s:44:"menu-top toplevel_page_fresh-page/RCCWP_Menu";i:5;s:35:"toplevel_page_fresh-page/RCCWP_Menu";i:6;s:18:"images/generic.png";}}', 'yes') ; 
INSERT INTO `wp_options` VALUES (589, 'wpsc_version', '3.8.12.1', 'yes') ; 
INSERT INTO `wp_options` VALUES (590, 'wpsc_minor_version', '55f8cfa0d7', 'yes') ; 
INSERT INTO `wp_options` VALUES (591, 'country_form_field', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (592, 'email_form_field', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (593, 'show_thumbnails', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (594, 'product_image_width', '190', 'yes') ; 
INSERT INTO `wp_options` VALUES (595, 'product_image_height', '190', 'yes') ; 
INSERT INTO `wp_options` VALUES (596, 'category_image_width', '96', 'yes') ; 
INSERT INTO `wp_options` VALUES (597, 'category_image_height', '96', 'yes') ; 
INSERT INTO `wp_options` VALUES (598, 'product_list_url', 'http://www.aecetia.net/gws/aazk/shop/', 'yes') ; 
INSERT INTO `wp_options` VALUES (599, 'shopping_cart_url', 'http://www.aecetia.net/gws/aazk/shop/checkout/', 'yes') ; 
INSERT INTO `wp_options` VALUES (600, 'checkout_url', 'https://www.aecetia.net/gws/aazk/shop/checkout/', 'yes') ; 
INSERT INTO `wp_options` VALUES (601, 'transact_url', 'http://www.aecetia.net/gws/aazk/?page_id=443', 'yes') ; 
INSERT INTO `wp_options` VALUES (602, 'payment_gateway', 'paypal_multiple', 'yes') ; 
INSERT INTO `wp_options` VALUES (603, 'cart_location', '4', 'yes') ; 
INSERT INTO `wp_options` VALUES (604, 'currency_type', '136', 'yes') ; 
INSERT INTO `wp_options` VALUES (605, 'currency_sign_location', '3', 'yes') ; 
INSERT INTO `wp_options` VALUES (606, 'gst_rate', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (607, 'max_downloads', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (608, 'display_pnp', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (609, 'display_specials', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (610, 'do_not_use_shipping', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (611, 'postage_and_packaging', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (612, 'purch_log_email', 'joey@gowebsolutions.com', 'yes') ; 
INSERT INTO `wp_options` VALUES (613, 'return_email', 'admin@aecetia.net/gws/aazk', 'yes') ; 
INSERT INTO `wp_options` VALUES (614, 'terms_and_conditions', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (615, 'google_key', 'none', 'yes') ; 
INSERT INTO `wp_options` VALUES (616, 'google_id', 'none', 'yes') ; 
INSERT INTO `wp_options` VALUES (617, 'default_brand', 'none', 'yes') ; 
INSERT INTO `wp_options` VALUES (2302941, 'wpsc_default_category', 'all', 'yes') ; 
INSERT INTO `wp_options` VALUES (619, 'product_view', 'default', 'yes') ; 
INSERT INTO `wp_options` VALUES (620, 'add_plustax', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (621, 'nzshpcrt_first_load', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (622, 'show_categorybrands', '2', 'yes') ; 
INSERT INTO `wp_options` VALUES (623, 'paypal_business', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (624, 'paypal_url', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (625, 'paypal_ipn', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (626, 'paypal_multiple_business', 'ed.hansen@aecetia.net/gws/aazk', 'yes') ; 
INSERT INTO `wp_options` VALUES (627, 'paypal_multiple_url', 'https://www.paypal.com/cgi-bin/webscr', 'yes') ; 
INSERT INTO `wp_options` VALUES (628, 'product_ratings', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (629, 'wpsc_email_receipt', 'Thank you for purchasing with %shop_name%, any items to be shipped will be processed as soon as possible, any items that can be downloaded can be downloaded using the links on this page.\r\nAll prices include tax and postage and packaging where applicable.\r\n\r\nYou ordered these items:\r\n\r\n%product_list%\r\n\r\n%total_shipping%\r\n\r\n%total_price%', 'yes') ; 
INSERT INTO `wp_options` VALUES (630, 'wpsc_email_admin', '%product_list%\r\n\r\n%total_shipping%\r\n\r\n%total_price%', 'yes') ; 
INSERT INTO `wp_options` VALUES (631, 'wpsc_selected_theme', 'default', 'yes') ; 
INSERT INTO `wp_options` VALUES (632, 'single_view_image_height', '128', 'yes') ; 
INSERT INTO `wp_options` VALUES (633, 'single_view_image_width', '128', 'yes') ; 
INSERT INTO `wp_options` VALUES (634, 'user_account_url', 'http://www.aecetia.net/gws/aazk/?page_id=444', 'yes') ; 
INSERT INTO `wp_options` VALUES (689, 'wpsc_product_page_order', 'a:7:{i:0;s:16:"category_and_tag";i:1;s:15:"price_and_stock";i:2;s:8:"shipping";i:3;s:9:"variation";i:4;s:8:"advanced";i:5;s:13:"product_image";i:6;s:16:"product_download";}', 'yes') ; 
INSERT INTO `wp_options` VALUES (694, 'wpsc_use_flash_uploader', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (637, 'wpsc_database_check', '836912e9c73255942b9c8921669e2a4a94c3a855', 'yes') ; 
INSERT INTO `wp_options` VALUES (638, 'custom_gateway_options', 'a:1:{i:0;s:29:"wpsc_merchant_paypal_standard";}', 'yes') ; 
INSERT INTO `wp_options` VALUES (639, 'flat_rates', 'a:11:{s:5:"local";b:0;s:11:"southisland";b:0;s:11:"northisland";b:0;s:11:"continental";s:1:"0";s:3:"all";s:1:"0";s:6:"canada";b:0;s:12:"northamerica";s:2:"10";s:12:"southamerica";s:2:"10";s:11:"asiapacific";s:2:"10";s:6:"europe";s:2:"10";s:6:"africa";s:2:"10";}', 'yes') ; 
INSERT INTO `wp_options` VALUES (640, 'custom_shipping_options', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (643, 'wpsc_also_bought', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (644, 'wpsc_sort_by', 'id', 'yes') ; 
INSERT INTO `wp_options` VALUES (645, 'show_category_thumbnails', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (646, 'commenting', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (647, 'multi_add', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (648, 'time_requested', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (649, 'addtocart_or_buynow', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (650, 'hide_name_link', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (651, 'wpsc_dropshop_theme', 'light', 'yes') ; 
INSERT INTO `wp_options` VALUES (652, 'hide_addtocart_button', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (653, 'checkbox_variations', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (654, 'use_pagination', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (655, 'wpsc_products_per_page', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (656, 'show_sliding_cart', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (657, 'fancy_notifications', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (658, 'show_category_count', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (659, 'catsprods_display_type', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (660, 'require_register', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (661, 'language_setting', 'EN_en.php', 'yes') ; 
INSERT INTO `wp_options` VALUES (662, 'base_country', 'US', 'yes') ; 
INSERT INTO `wp_options` VALUES (663, 'list_view_quantity', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (664, 'show_breadcrumbs', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (665, 'display_variations', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (666, 'display_description', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (667, 'display_addtocart', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (668, 'display_moredetails', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (669, 'show_images_only', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (670, 'show_search', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (671, 'show_advanced_search', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (672, 'show_live_search', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (673, 'wpsc_replace_page_title', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (674, 'googleStoreLocator', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (675, 'wpsc_category_description', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (676, 'wpsc_page_number_position', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (677, 'shipwire', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (678, 'wpsc_ip_lock_downloads', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (679, 'base_region', '16', 'yes') ; 
INSERT INTO `wp_options` VALUES (697, 'paypal_curcode', 'USD', 'yes') ; 
INSERT INTO `wp_options` VALUES (698, 'address_override', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (699, 'paypal_form_first_name', '10', 'yes') ; 
INSERT INTO `wp_options` VALUES (700, 'paypal_form_last_name', '11', 'yes') ; 
INSERT INTO `wp_options` VALUES (701, 'paypal_form_address', '12', 'yes') ; 
INSERT INTO `wp_options` VALUES (702, 'paypal_form_city', '13', 'yes') ; 
INSERT INTO `wp_options` VALUES (703, 'paypal_form_state', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (704, 'paypal_form_post_code', '16', 'yes') ; 
INSERT INTO `wp_options` VALUES (705, 'paypal_form_country', '14', 'yes') ; 
INSERT INTO `wp_options` VALUES (808, 'wordpress_api_key', 'ec60569d4ace', 'yes') ; 
INSERT INTO `wp_options` VALUES (809, 'akismet_discard_month', 'false', 'yes') ; 
INSERT INTO `wp_options` VALUES (1210154, 'kml_flashembed_filename', 'untitled.swf', 'yes') ; 
INSERT INTO `wp_options` VALUES (1210155, 'kml_flashembed_target_class', 'flashmovie', 'yes') ; 
INSERT INTO `wp_options` VALUES (1210156, 'kml_flashembed_publish_method', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (1210157, 'kml_flashembed_version_major', '8', 'yes') ; 
INSERT INTO `wp_options` VALUES (1210158, 'kml_flashembed_version_minor', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (1210159, 'kml_flashembed_version_revision', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (1210160, 'kml_flashembed_alt_content', '<p><a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>', 'yes') ; 
INSERT INTO `wp_options` VALUES (1210161, 'kml_flashembed_reference_swfobject', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (1210162, 'kml_flashembed_swfobject_source', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (1210163, 'kml_flashembed_width', '400', 'yes') ; 
INSERT INTO `wp_options` VALUES (1210164, 'kml_flashembed_height', '300', 'yes') ; 
INSERT INTO `wp_options` VALUES (1590672, 'shipping_gw', 'flatrate', 'yes') ; 
INSERT INTO `wp_options` VALUES (1590663, 'base_zipcode', '85710', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932410, 'logged_in_key', '{8s$2adapisxY{)Z2`GNi))yBE}~X}#qtUEN,VkA=f?$>xA/]KmX]z0<w7f3nG1!', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932413, 'nonce_key', '_p]Z536``w5>nRw+a*d$x,ZF9dT<lJW.B&u3?wYgM)^wU/St~j3`a&^Eik42+*s@', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932547, 'eme_list_events_page', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932548, 'eme_events_page_title', 'Events', 'yes') ; 
INSERT INTO `wp_options` VALUES (7562576, '_site_transient_timeout_theme_roots', '1408472686', 'yes') ; 
INSERT INTO `wp_options` VALUES (7562577, '_site_transient_theme_roots', 'a:2:{s:8:"aazk2013";s:7:"/themes";s:14:"twentyfourteen";s:7:"/themes";}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932439, 'theme_mods_aazk2013', 'a:2:{i:0;b:0;s:18:"nav_menu_locations";a:3:{s:8:"main-nav";i:18;s:12:"footer-links";i:17;s:13:"private-links";i:17;}}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932427, 'theme_mods_twentythirteen', 'a:2:{i:0;b:0;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1379700507;s:4:"data";a:0:{}}}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932428, 'theme_switched', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932842, 'pmpro_invoice_page_id', '3088', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933798, 'gform_custom_choices', 'a:1:{s:9:"Job Types";a:4:{i:0;s:17:"-- Select One --|";i:1;s:7:"General";i:2;s:11:"Internships";i:3;s:46:"Volunteer Opportunities|VolunteerOpportunities";}}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933808, 'job-types_children', 'a:0:{}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932539, 'eme_event_list_item_format', '<li>#j #M #Y - #H:#i<br /> #_LINKEDNAME<br />#_TOWN </li>', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932540, 'eme_display_calendar_in_events_page', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932541, 'eme_single_event_format', '<p>#j #M #Y - #H:#i</p><p>#_TOWN</p><p>#_NOTES</p><p>#_ADDBOOKINGFORM</p><p>#_MAP</p>', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932542, 'eme_event_page_title_format', '#_EVENTNAME', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932543, 'eme_event_html_title_format', '#_EVENTNAME', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932544, 'eme_show_period_monthly_dateformat', 'F, Y', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932545, 'eme_show_period_yearly_dateformat', 'Y', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932546, 'eme_filter_form_format', '#_FILTER_CATS #_FILTER_LOCS', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932516, 'widget_eo_events_agenda_widget', 'a:2:{i:2;a:5:{s:5:"title";s:20:"Upcoming Conferences";s:4:"mode";s:3:"day";s:12:"group_format";s:7:"l, jS F";s:11:"item_format";s:5:"g:i a";s:13:"add_to_google";i:1;}s:12:"_multiwidget";i:1;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932496, 'jdt_default_colwidth', '6', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932497, 'use_column_css', 'off', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932551, 'eme_location_html_title_format', '#_LOCATIONNAME', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932552, 'eme_location_baloon_format', '<strong>#_LOCATIONNAME</strong><br />#_ADDRESS - #_TOWN<br /><a href=\'#_LOCATIONPAGEURL\'>Details</a>', 'yes') ; 
INSERT INTO `wp_options` VALUES (7361362, '_transient_wflginfl_3236696363', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7361414, '_site_transient_timeout_browser_c6fadc46feda1fc49766039d7414e2c1', '1403742760', 'yes') ; 
INSERT INTO `wp_options` VALUES (7335215, '_transient_timeout_wflginfl_778681341', '1397838782', 'no') ; 
INSERT INTO `wp_options` VALUES (7335216, '_transient_wflginfl_778681341', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7361415, '_site_transient_browser_c6fadc46feda1fc49766039d7414e2c1', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:4:"29.0";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"16";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7336084, '_transient_timeout_wflginfl_624667614', '1398045852', 'no') ; 
INSERT INTO `wp_options` VALUES (6932549, 'eme_no_events_message', 'No events', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932507, 'tl_latest_news_widget_admin_option', 'a:1:{s:23:"enable_dashboard_widget";i:1;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932508, 'widget_latest-news-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932752, 'responsive_slider_options', 'a:6:{s:11:"slide_width";s:4:"1800";s:12:"slide_height";s:3:"421";s:12:"slide_effect";s:4:"fade";s:11:"slide_delay";s:4:"7000";s:14:"slide_duration";s:3:"600";s:11:"slide_start";i:1;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932723, 'wpsc_checkout_form_sets', 'a:1:{i:0;s:22:"Default Checkout Forms";}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932654, 'widget_eme_list', 'a:2:{i:2;a:12:{s:5:"title";s:20:"Upcoming Conferences";s:5:"limit";i:3;s:5:"scope";s:6:"future";s:10:"showperiod";s:6:"yearly";s:5:"order";s:3:"ASC";s:12:"show_ongoing";s:1:"1";s:8:"category";s:0:"";s:11:"notcategory";s:0:"";s:6:"format";s:457:"<li class="list-event clearfix"><div class="date"><span class="inner-date"><span class="month">#M </span><span class="day">#d#@_{&#8211;d} </span><span class="year">#Y</span></div></span><div class="event"><div class="name"><a href="#_EVENTPAGEURL">#_NAME</a></div><span class="location"><a href="#_EVENTPAGEURL">#_LOCATIONNAME</a></span><a href="#_EVENTPAGEURL"><span class="link button"><span class="small-only">View Details </span>></span></a></div></li>";s:8:"authorid";s:2:"-1";s:6:"header";s:4:"<ul>";s:6:"footer";s:5:"</ul>";}s:12:"_multiwidget";i:1;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932701, 'wpsc_purchaselogs_fixed', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932702, 'wpsc_db_version', '13', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932703, 'wpsc_needs_update', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932704, 'show_subcatsprods_in_cat', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932705, 'wpsc_share_this', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932706, 'wpsc_crop_thumbnails', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932707, 'wpsc_force_ssl', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932708, 'wpsc_enable_comments', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932709, 'wpsc_addtocart_or_buynow', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932710, 'show_thumbnails_thickbox', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932711, 'payment_gateway_names', 'a:7:{s:9:"chronopay";s:0:"";s:6:"google";s:0:"";s:28:"wpsc_merchant_paypal_express";s:14:"PayPal Express";s:24:"wpsc_merchant_paypal_pro";s:10:"PayPal Pro";s:29:"wpsc_merchant_paypal_standard";s:24:"PayPal Payments Standard";i:0;b:0;s:22:"wpsc_merchant_testmode";s:14:"Manual Payment";}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932712, 'shipwire_test_server', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932713, 'wpsc_gallery_image_height', '31', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932714, 'wpsc_gallery_image_width', '31', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932715, 'wpsc_thousands_separator', ',', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932716, 'wpsc_decimal_separator', '.', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932717, 'wpsc_category_url_cache', 'a:0:{}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932718, 'wpec_taxes_inprice', 'exclusive', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932719, 'wpec_taxes_product', 'replace', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932720, 'wpec_taxes_logic', 'billing', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932553, 'eme_location_event_list_item_format', '<li>#_EVENTNAME - #j #M #Y - #H:#i</li>', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932554, 'eme_location_no_events_message', '<li>No events in this location</li>', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932555, 'eme_single_location_format', '<p>#_ADDRESS</p><p>#_TOWN</p>#_DESCRIPTION #_MAP', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932556, 'eme_rss_main_title', 'AAZK - Events', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932557, 'eme_rss_main_description', 'American Association of Zoo Keepers - Events', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932558, 'eme_rss_description_format', '#j #M #y - #H:#i <br />#_LOCATIONNAME <br />#_ADDRESS <br />#_TOWN', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932550, 'eme_location_page_title_format', '#_LOCATIONNAME', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932559, 'eme_rss_title_format', '#_EVENTNAME', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932560, 'eme_rss_show_pubdate', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932561, 'eme_gmap_is_active', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932562, 'eme_gmap_zooming', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932563, 'eme_seo_permalink', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932564, 'eme_permalink_events_prefix', 'events', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932565, 'eme_permalink_locations_prefix', 'locations', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932566, 'eme_default_contact_person', '-1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932567, 'eme_captcha_for_booking', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932568, 'eme_rsvp_mail_notify_is_active', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932569, 'eme_contactperson_email_body', '#_RESPNAME (#_RESPEMAIL) will attend #_EVENTNAME on #m #d, #Y. He wants to reserve #_SPACES space(s).\nNow there are #_RESERVEDSPACES space(s) reserved, #_AVAILABLESPACES are still available.\n\nYours faithfully,\nEvents Manager', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932570, 'eme_contactperson_cancelled_email_body', '#_RESPNAME (#_RESPEMAIL) has cancelled for #_EVENTNAME on #m #d, #Y. \nNow there are #_RESERVEDSPACES space(s) reserved, #_AVAILABLESPACES are still available.\n\nYours faithfully,\nEvents Manager', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932571, 'eme_contactperson_pending_email_body', '#_RESPNAME (#_RESPEMAIL) would like to attend #_EVENTNAME on #m #d, #Y. He wants to reserve #_SPACES space(s).\nNow there are #_RESERVEDSPACES space(s) reserved, #_AVAILABLESPACES are still available.\n\nYours faithfully,\nEvents Manager', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932572, 'eme_respondent_email_body', 'Dear #_RESPNAME,\n\nyou have successfully reserved #_SPACES space(s) for #_EVENTNAME.\n\nYours faithfully,\n#_CONTACTPERSON', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932573, 'eme_registration_pending_email_body', 'Dear #_RESPNAME,\n\nyour request to reserve #_SPACES space(s) for #_EVENTNAME is pending.\n\nYours faithfully,\n#_CONTACTPERSON', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932574, 'eme_registration_cancelled_email_body', 'Dear #_RESPNAME,\n\nyour request to reserve #_SPACES space(s) for #_EVENTNAME has been cancelled.\n\nYours faithfully,\n#_CONTACTPERSON', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932575, 'eme_registration_denied_email_body', 'Dear #_RESPNAME,\n\nyour request to reserve #_SPACES space(s) for #_EVENTNAME has been denied.\n\nYours faithfully,\n#_CONTACTPERSON', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932576, 'eme_registration_recorded_ok_html', 'Your booking has been recorded', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932577, 'eme_registration_form_format', '<table class=\'eme-rsvp-form\'>\n            <tr><th scope=\'row\'>Name*:</th><td>#_NAME</td></tr>\n            <tr><th scope=\'row\'>E-Mail*:</th><td>#_EMAIL</td></tr>\n            <tr><th scope=\'row\'>Phone number:</th><td>#_PHONE</td></tr>\n            <tr><th scope=\'row\'>Seats*:</th><td>#_SEATS</td></tr>\n            <tr><th scope=\'row\'>Comment:</th><td>#_COMMENT</td></tr>\n            #_CAPTCHAHTML[<tr><th scope=\'row\'>Please fill in the code displayed here:</th><td>#_CAPTCHA</td></tr>]\n            </table>\n            #_SUBMIT\n            ', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932578, 'eme_rsvp_mail_port', '25', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932579, 'eme_smtp_host', 'localhost', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932580, 'eme_mail_sender_name', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932581, 'eme_rsvp_mail_send_method', 'smtp', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932582, 'eme_rsvp_mail_SMTPAuth', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932583, 'eme_rsvp_registered_users_only', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932584, 'eme_rsvp_reg_for_new_events', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932585, 'eme_rsvp_require_approval', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932586, 'eme_attendees_list_format', '<li>#_ATTENDNAME (#_ATTENDSPACES)</li>', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932587, 'eme_bookings_list_format', '<li>#_RESPNAME (#_RESPSPACES)</li>', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932588, 'eme_bookings_list_header_format', '<ul class=\'eme_bookings_list_ul\'>', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932589, 'eme_bookings_list_footer_format', '</ul>', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932590, 'eme_full_calendar_event_format', '<li>#_LINKEDNAME</li>', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932591, 'eme_small_calendar_event_title_format', '#_EVENTNAME', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932592, 'eme_small_calendar_event_title_separator', ', ', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932593, 'eme_hello_to_user', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932594, 'eme_smtp_debug', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932595, 'eme_shortcodes_in_widgets', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932596, 'eme_load_js_in_header', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932597, 'eme_use_client_clock', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932598, 'eme_donation_done', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932600, 'eme_event_list_number_items', '10', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932601, 'eme_attributes_enabled', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932602, 'eme_recurrence_enabled', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932603, 'eme_rsvp_enabled', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932604, 'eme_rsvp_addbooking_submit_string', 'Send your booking', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932605, 'eme_rsvp_addbooking_min_spaces', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932606, 'eme_rsvp_addbooking_max_spaces', '10', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932607, 'eme_rsvp_delbooking_submit_string', 'Cancel your booking', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932608, 'eme_categories_enabled', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932609, 'eme_cap_add_event', 'edit_posts', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932610, 'eme_cap_author_event', 'publish_posts', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932611, 'eme_cap_publish_event', 'publish_posts', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932612, 'eme_cap_list_events', 'edit_posts', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932613, 'eme_cap_edit_events', 'edit_others_posts', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932614, 'eme_cap_add_locations', 'edit_others_posts', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932615, 'eme_cap_author_locations', 'edit_others_posts', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932616, 'eme_cap_edit_locations', 'edit_others_posts', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932617, 'eme_cap_categories', 'activate_plugins', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932618, 'eme_cap_people', 'edit_posts', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932619, 'eme_cap_approve', 'edit_others_posts', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932620, 'eme_cap_registrations', 'edit_others_posts', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932621, 'eme_cap_forms', 'edit_others_posts', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932622, 'eme_cap_cleanup', 'activate_plugins', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932623, 'eme_cap_settings', 'activate_plugins', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932624, 'eme_cap_send_mails', 'edit_posts', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932625, 'eme_cap_send_other_mails', 'edit_others_posts', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932626, 'eme_event_html_headers_format', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932627, 'eme_location_html_headers_format', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932628, 'eme_paypal_url', 'https://www.paypal.com/cgi-bin/webscr', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932629, 'eme_paypal_business', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932630, 'eme_paypal_s_encrypt', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932631, 'eme_paypal_s_pubcert', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932632, 'eme_paypal_s_privkey', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932633, 'eme_paypal_s_paypalcert', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932634, 'eme_paypal_s_certid', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932635, 'eme_google_checkout_type', 'production', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932636, 'eme_google_merchant_id', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932637, 'eme_google_merchant_key', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932638, 'eme_2co_demo', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932639, 'eme_2co_business', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932640, 'eme_2co_secret', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932641, 'eme_webmoney_demo', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932642, 'eme_webmoney_purse', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932643, 'eme_webmoney_secret', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932644, 'eme_event_initial_state', '5', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932645, 'eme_default_currency', 'EUR', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932646, 'eme_default_price', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932647, 'eme_rsvp_number_days', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932648, 'eme_rsvp_number_hours', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932649, 'eme_thumbnail_size', 'thumbnail', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932650, 'eme_version', '60', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932651, 'eme_uninstall_drop_data', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932652, 'eme_events_page', '3062', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932724, 'wpsc_hide_3.8.9_notices', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932725, 'wpsc_checkout_form_fields', 'a:13:{s:4:"Text";s:4:"text";s:13:"Email Address";s:5:"email";s:14:"Street Address";s:7:"address";s:4:"City";s:4:"city";s:7:"Country";s:7:"country";s:16:"Delivery Address";s:16:"delivery_address";s:13:"Delivery City";s:13:"delivery_city";s:16:"Delivery Country";s:16:"delivery_country";s:9:"Text Area";s:8:"textarea";s:7:"Heading";s:7:"heading";s:6:"Select";s:6:"select";s:12:"Radio Button";s:5:"radio";s:8:"Checkbox";s:8:"checkbox";}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932726, 'wpsc_checkout_unique_names', 'a:19:{i:0;s:16:"billingfirstname";i:1;s:15:"billinglastname";i:2;s:14:"billingaddress";i:3;s:11:"billingcity";i:4;s:12:"billingstate";i:5;s:14:"billingcountry";i:6;s:12:"billingemail";i:7;s:12:"billingphone";i:8;s:15:"billingpostcode";i:9;s:13:"billingregion";i:10;s:19:"shippingSameBilling";i:11;s:17:"shippingfirstname";i:12;s:16:"shippinglastname";i:13;s:15:"shippingaddress";i:14;s:12:"shippingcity";i:15;s:13:"shippingstate";i:16;s:15:"shippingcountry";i:17;s:16:"shippingpostcode";i:18;s:14:"shippingregion";}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932727, 'wpsc_australiapost_settings', 'a:1:{s:8:"services";a:6:{s:8:"STANDARD";b:1;s:7:"EXPRESS";b:1;s:3:"AIR";b:1;s:3:"SEA";b:1;s:5:"ECI_M";b:1;s:3:"EPI";b:1;}}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932728, 'wpsc_trackingid_subject', 'Product Tracking Email', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932729, 'wpsc_trackingid_message', 'Track & Trace means you may track the progress of your parcel with our online parcel tracker, just login to our website and enter the following Tracking ID to view the status of your order.\r\n\r\nTracking ID: %trackid%\r\n', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932730, 'wpsc_ignore_theme', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932736, 'wpsc_shortcode_page_ids', 'a:4:{s:14:"[productspage]";s:3:"441";s:14:"[shoppingcart]";s:3:"442";s:20:"[transactionresults]";s:3:"443";s:9:"[userlog]";s:3:"444";}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932771, 'pmpro_nonmembertext', 'This content is for members only.<br /><a href=\\"https://www.aecetia.net/gws/aazk/wp-login.php?action=register\\">Register</a>', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932772, 'pmpro_notloggedintext', 'This content can be reached by logging in as !!levels!! member only.<br /><br /><a href=\\"https://www.aecetia.net/gws/aazk/wp-login.php\\">Log In</a> <a href=\\"https://www.aecetia.net/gws/aazk/wp-login.php?action=register\\">Register</a>', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932773, 'pmpro_rsstext', 'This content is for members only. Visit the site and log in/register to read.', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932774, 'pmpro_gateway_environment', 'live', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932775, 'pmpro_currency', 'USD', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932776, 'pmpro_accepted_credit_cards', 'Visa,Mastercard,Discover', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932777, 'pmpro_from_email', 'Member@aecetia.net/gws/aazk', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932778, 'pmpro_from_name', 'AAZK Membership', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932779, 'pmpro_email_admin_checkout', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932780, 'pmpro_email_admin_changes', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932781, 'pmpro_email_admin_cancels', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932782, 'pmpro_email_admin_billing', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932783, 'pmpro_tospage', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932784, 'pmpro_db_version', '1.72', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932820, '_transient_plugins_delete_result_1', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932802, 'pmpro_visits', 'a:5:{s:5:"today";i:21;s:5:"month";i:368;s:7:"alltime";i:5312;s:8:"thisdate";s:10:"2014-19-08";s:9:"thismonth";s:1:"8";}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932803, 'pmpro_views', 'a:5:{s:5:"today";i:4714;s:5:"month";i:83398;s:7:"alltime";i:1122499;s:8:"thisdate";s:10:"2014-19-08";s:9:"thismonth";s:1:"8";}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932837, 'pmpro_account_page_id', '3083', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932838, 'pmpro_billing_page_id', '3084', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932839, 'pmpro_cancel_page_id', '3085', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932840, 'pmpro_checkout_page_id', '3086', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932841, 'pmpro_confirmation_page_id', '3087', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932843, 'pmpro_levels_page_id', '3089', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932856, 'pmpro_sslseal', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932857, 'pmpro_nuclear_HTTPS', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932858, 'pmpro_gateway', 'payflowpro', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932859, 'pmpro_gateway_email', 'ed.hansen@aecetia.net/gws/aazk', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932860, 'pmpro_payflow_partner', 'PayPal', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932861, 'pmpro_payflow_vendor', 'Z5K5UMEIR0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932862, 'pmpro_payflow_user', '80PA3SC3VR', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932863, 'pmpro_payflow_pwd', 'DT6CPUR4D7YLGP5K', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932864, 'pmpro_apiusername', 'aazkoffice-facilitator_api1.zk.kscoxmail.com', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932865, 'pmpro_apipassword', '1386204842', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932866, 'pmpro_apisignature', 'AFcWxV21C7fd0v3bYYYRCpSSRl31AH4MhRziMTwOf1ABxQUc53VXYL72', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932867, 'pmpro_loginname', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932868, 'pmpro_transactionkey', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932869, 'pmpro_stripe_secretkey', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932870, 'pmpro_stripe_publishablekey', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932871, 'pmpro_stripe_billingaddress', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932872, 'pmpro_braintree_merchantid', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932873, 'pmpro_braintree_publickey', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932874, 'pmpro_braintree_privatekey', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932875, 'pmpro_braintree_encryptionkey', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932876, 'pmpro_twocheckout_apiusername', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932877, 'pmpro_twocheckout_apipassword', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932878, 'pmpro_twocheckout_accountnumber', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932879, 'pmpro_twocheckout_secretword', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932880, 'pmpro_cybersource_merchantid', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932881, 'pmpro_cybersource_securitykey', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932882, 'pmpro_instructions', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932883, 'pmpro_use_ssl', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932884, 'pmpro_tax_state', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932885, 'pmpro_tax_rate', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933023, 'AAS_autocomplete', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933024, 'AAS_plugin_activated', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933025, 'AAS_useContentGif', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933026, 'AAS_useSearchBarGif', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933027, 'AAS_input', '.searchfield', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933028, 'AAS_content', '#main', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933029, 'AAS_results', '#content article.hentry', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933030, 'AAS_urlbase', 'https://www.aecetia.net/gws/aazk/?s=', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933031, 'AAS_alsohide', '#content article.hentry, #comments, #content &gt; header, #sidebar1, #slideshow, .page-navigation, .pagination, .sidebar', 'yes') ; 
INSERT INTO `wp_options` VALUES (7275416, 'AAS_after', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (7275417, 'AAS_screenmin', '768', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933033, 'AAS_fadeOutSpeed', '149', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933034, 'AAS_fadeInSpeed', '98', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933035, 'AAS_intervalLength', '430', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933036, 'AAS_before', '&lt;header class=\\&#039;page-header\\&#039;&gt;&lt;h1 class=\\&#039;page-title\\&#039;&gt;\r\nInstant Search Results for: &lt;em&gt;%%SEARCH_TERM%%&lt;/em&gt;\r\n&lt;/h1&gt;&lt;/header&gt;', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933037, 'AAS_theme', 'other', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933038, 'AAS_debug', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933039, 'AAS_pluginDir', 'https://www.aecetia.net/gws/aazk/wp-content/plugins/awesome-instant-search/inc/../', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933087, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933122, 'rg_form_version', '1.7.5', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933127, 'rg_gforms_key', '44fe1c8eed7cb01285bc753123762c70', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933128, 'rg_gforms_disable_css', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933129, 'rg_gforms_enable_html5', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933130, 'gform_enable_noconflict', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933131, 'rg_gforms_enable_akismet', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933132, 'rg_gforms_captcha_public_key', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933133, 'rg_gforms_captcha_private_key', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933134, 'rg_gforms_currency', 'USD', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933135, 'rg_gforms_message', '<!--GFM-->', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933137, 'gf_authorizenet_version', '1.5', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933142, 'gf_user_registration_version', '1.7', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933177, 'pmpro_logins', 'a:5:{s:5:"today";i:20;s:5:"month";i:382;s:7:"alltime";i:5571;s:8:"thisdate";s:10:"2014-19-08";s:9:"thismonth";s:1:"8";}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933999, 'term_prices', 'a:10:{i:81;a:2:{s:5:"price";s:5:"17.00";s:7:"checked";s:9:"unchecked";}i:82;a:2:{s:5:"price";s:5:"17.00";s:7:"checked";s:9:"unchecked";}i:83;a:2:{s:5:"price";s:5:"17.00";s:7:"checked";s:9:"unchecked";}i:84;a:2:{s:5:"price";s:5:"17.00";s:7:"checked";s:9:"unchecked";}i:85;a:2:{s:5:"price";s:5:"20.00";s:7:"checked";s:9:"unchecked";}i:86;a:2:{s:5:"price";s:5:"20.00";s:7:"checked";s:9:"unchecked";}i:109;a:2:{s:5:"price";s:0:"";s:7:"checked";s:9:"unchecked";}i:105;a:2:{s:5:"price";s:2:"$0";s:7:"checked";s:7:"checked";}i:101;a:2:{s:5:"price";s:1:"0";s:7:"checked";s:9:"unchecked";}i:64;a:2:{s:5:"price";s:4:"None";s:7:"checked";s:9:"unchecked";}}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6934005, 'wpsc_product_order', 'ASC', 'yes') ; 
INSERT INTO `wp_options` VALUES (6934012, 'widget_wpsc_product_tags', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6934006, 'wpsc_lightbox', 'thickbox', 'yes') ; 
INSERT INTO `wp_options` VALUES (6934007, 'wpsc_comments_which_products', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6934013, 'widget_wpsc_categorisation', 'a:2:{i:2;a:7:{s:5:"title";s:0:"";s:5:"image";i:0;s:10:"categories";N;s:4:"grid";i:0;s:6:"height";i:45;s:5:"width";i:45;s:9:"show_name";b:0;}s:12:"_multiwidget";i:1;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6934014, 'widget_wpsc_shopping_cart', 'a:2:{i:2;a:2:{s:5:"title";s:13:"Shopping Cart";s:17:"show_sliding_cart";s:1:"0";}s:12:"_multiwidget";i:1;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7560312, '_transient_timeout_wflginfl_1145089258', '1407972907', 'no') ; 
INSERT INTO `wp_options` VALUES (7560313, '_transient_wflginfl_1145089258', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7361361, '_transient_timeout_wflginfl_3236696363', '1403123596', 'no') ; 
INSERT INTO `wp_options` VALUES (6934026, 'shippingsameasbilling', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6934046, 'base_city', 'Tucson', 'yes') ; 
INSERT INTO `wp_options` VALUES (6934047, 'weight_rate_layers', 'a:0:{}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6934048, 'wpsc_ups_settings', 'a:7:{s:14:"49_residential";s:1:"1";s:11:"DropoffType";s:2:"01";s:12:"48_container";s:2:"01";s:10:"upsaccount";s:0:"";s:11:"upsusername";s:12:"Z29hZG1pbg==";s:11:"upspassword";s:16:"NjAkb2x1dGlvbiQ=";s:5:"upsid";s:0:"";}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6934049, 'wpec_usps', 'a:3:{s:2:"id";s:0:"";s:8:"intl_pkg";s:7:"Package";s:8:"fcl_type";s:6:"PARCEL";}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6934050, 'table_rate_layers', 'a:0:{}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6890029, 'category_children', 'a:1:{i:14;a:5:{i:0;s:2:"13";i:1;s:2:"11";i:2;s:2:"10";i:3;s:1:"9";i:4;s:2:"12";}}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932401, 'uninstall_plugins', 'a:3:{s:39:"responsive-slider/responsive-slider.php";s:27:"responsive_slider_uninstall";s:35:"event-organiser/event-organiser.php";s:24:"eventorganiser_uninstall";s:67:"improved-user-search-in-backend/improved-user-search-in-backend.php";s:41:"improved_user_search_in_backend_uninstall";}', 'no') ; 
INSERT INTO `wp_options` VALUES (6932402, 'timezone_string', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932403, 'default_post_format', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932404, 'link_manager_enabled', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932405, 'initial_db_version', '9872', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932406, 'db_upgraded', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932407, '_transient_random_seed', '9dc6d80a6098811e1158e4f99bca3289', 'yes') ; 
INSERT INTO `wp_options` VALUES (6932408, 'auth_key', 'F~HTY_8AQhLOig2G-a+8#J:jaTUl8?E-,6HO7YTh@]x`ui*Fn^E&b8{ne z(p U)', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933625, 'mappress_options', 'a:39:{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:0;s:10:"mapTypeIds";a:4:{i:0;s:7:"roadmap";i:1;s:9:"satellite";i:2;s:7:"terrain";i:3;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:0;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:9:"alignment";s:7:"default";s:6:"border";a:5:{s:5:"style";s:5:"solid";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:"15";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";i:425;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:8:"adaptive";b:0;s:5:"noCSS";b:0;s:6:"onLoad";b:0;s:8:"mapLinks";a:0:{}s:9:"geocoders";a:1:{i:0;s:6:"google";}}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7345899, '_transient_timeout_wflginfl_1817422651', '1399913796', 'no') ; 
INSERT INTO `wp_options` VALUES (7345900, '_transient_wflginfl_1817422651', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346003, '_transient_timeout_wflginfl_3336884961', '1399923534', 'no') ; 
INSERT INTO `wp_options` VALUES (7346004, '_transient_wflginfl_3336884961', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346018, '_transient_timeout_wflginfl_419257382', '1399926946', 'no') ; 
INSERT INTO `wp_options` VALUES (7346019, '_transient_wflginfl_419257382', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346015, '_transient_timeout_wffgt_851716638', '1399926040', 'no') ; 
INSERT INTO `wp_options` VALUES (7346016, '_transient_wffgt_851716638', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346024, '_transient_timeout_wflginfl_1216653126', '1399927927', 'no') ; 
INSERT INTO `wp_options` VALUES (7346025, '_transient_wflginfl_1216653126', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346030, '_transient_timeout_wflginfl_846440652', '1399928812', 'no') ; 
INSERT INTO `wp_options` VALUES (7346031, '_transient_wflginfl_846440652', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346048, '_transient_timeout_wflginfl_1290259524', '1399930478', 'no') ; 
INSERT INTO `wp_options` VALUES (7346049, '_transient_wflginfl_1290259524', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7365048, '_transient_wffgt_1122338405', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346235, '_transient_timeout_wflginfl_1158435443', '1399973435', 'no') ; 
INSERT INTO `wp_options` VALUES (7346129, '_transient_timeout_wffgt_1269015764', '1399949684', 'no') ; 
INSERT INTO `wp_options` VALUES (7346130, '_transient_wffgt_1269015764', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346236, '_transient_wflginfl_1158435443', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386275, '_transient_timeout_wflginfl_1892260111', '1404608300', 'no') ; 
INSERT INTO `wp_options` VALUES (7386276, '_transient_wflginfl_1892260111', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346296, '_transient_timeout_wffgt_1675700105', '1399993428', 'no') ; 
INSERT INTO `wp_options` VALUES (7346297, '_transient_wffgt_1675700105', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346308, '_transient_timeout_wffgt_1288717994', '1399995825', 'no') ; 
INSERT INTO `wp_options` VALUES (7346309, '_transient_wffgt_1288717994', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346591, '_transient_wffgt_842339545', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346602, '_transient_timeout_wflginfl_418959140', '1400042365', 'no') ; 
INSERT INTO `wp_options` VALUES (7346603, '_transient_wflginfl_418959140', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7346594, '_transient_timeout_wffgt_1188217718', '1400040123', 'no') ; 
INSERT INTO `wp_options` VALUES (7346595, '_transient_wffgt_1188217718', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7361598, '_transient_timeout_wflginfl_1113031942', '1403188089', 'no') ; 
INSERT INTO `wp_options` VALUES (7346667, '_transient_timeout_wflginfl_1805336972', '1400056872', 'no') ; 
INSERT INTO `wp_options` VALUES (7346668, '_transient_wflginfl_1805336972', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7361607, '_transient_timeout_wflginfl_2935711309', '1403189058', 'no') ; 
INSERT INTO `wp_options` VALUES (7346735, '_transient_timeout_wflginfl_2794668891', '1400076849', 'no') ; 
INSERT INTO `wp_options` VALUES (7346736, '_transient_wflginfl_2794668891', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7354947, 'eme_registration_denied_email_subject', 'Reservation for \'#_EVENTNAME\' denied', 'yes') ; 
INSERT INTO `wp_options` VALUES (7354948, 'eme_registration_updated_email_subject', 'Reservation for \'#_EVENTNAME\' updated', 'yes') ; 
INSERT INTO `wp_options` VALUES (7354949, 'eme_cancel_form_format', '<table class=\'eme-rsvp-form\'>\n            <tr><th scope=\'row\'>Name*:</th><td>#_NAME</td></tr>\n            <tr><th scope=\'row\'>E-Mail*:</th><td>#_EMAIL</td></tr>\n            #_CAPTCHAHTML{<tr><th scope=\'row\'>Please fill in the code displayed here:</th><td>#_CAPTCHA</td></tr>}\n            </table>\n            #_SUBMIT\n            ', 'yes') ; 
INSERT INTO `wp_options` VALUES (7354950, 'eme_smtp_port', '25', 'yes') ; 
INSERT INTO `wp_options` VALUES (7354951, 'eme_rsvp_show_form_after_booking', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (7354952, 'eme_rsvp_hide_full_events', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (7354953, 'eme_deprecated', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (7354954, 'eme_legacy', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (7354955, 'eme_legacy_warning', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (7347981, '_transient_timeout_wflginfl_1188544948', '1400342772', 'no') ; 
INSERT INTO `wp_options` VALUES (7346744, '_transient_timeout_wflginfl_1187170525', '1400078355', 'no') ; 
INSERT INTO `wp_options` VALUES (7346745, '_transient_wflginfl_1187170525', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346746, '_transient_timeout_wffgt_1187170525', '1400078402', 'no') ; 
INSERT INTO `wp_options` VALUES (7346747, '_transient_wffgt_1187170525', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348894, '_site_transient_timeout_browser_80857775a7288c6793321f4c680eac3c', '1401134886', 'yes') ; 
INSERT INTO `wp_options` VALUES (7348895, '_site_transient_browser_80857775a7288c6793321f4c680eac3c', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"34.0.1847.137";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7346764, '_transient_timeout_wffgt_2673051649', '1400081041', 'no') ; 
INSERT INTO `wp_options` VALUES (7346765, '_transient_wffgt_2673051649', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7365067, '_transient_timeout_wffgt_1262068424', '1403922443', 'no') ; 
INSERT INTO `wp_options` VALUES (7544702, '_transient_timeout_wffgt_1178254802', '1405302586', 'no') ; 
INSERT INTO `wp_options` VALUES (7544703, '_transient_wffgt_1178254802', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7544704, '_transient_timeout_wflginfl_2920539432', '1405302747', 'no') ; 
INSERT INTO `wp_options` VALUES (7364275, '_transient_timeout_wflginfl_1187037487', '1403727456', 'no') ; 
INSERT INTO `wp_options` VALUES (7364276, '_transient_wflginfl_1187037487', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7364279, '_transient_timeout_wffgt_1187037487', '1403727478', 'no') ; 
INSERT INTO `wp_options` VALUES (7364280, '_transient_wffgt_1187037487', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7364969, '_transient_wflginfl_2796172475', '7', 'no') ; 
INSERT INTO `wp_options` VALUES (7364294, '_transient_timeout_wflginfl_1187414386', '1403730581', 'no') ; 
INSERT INTO `wp_options` VALUES (7364295, '_transient_wflginfl_1187414386', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7364298, '_transient_timeout_wffgt_1187414386', '1403730640', 'no') ; 
INSERT INTO `wp_options` VALUES (7364299, '_transient_wffgt_1187414386', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7364305, '_transient_timeout_wflginfl_2923717381', '1403731811', 'no') ; 
INSERT INTO `wp_options` VALUES (7362483, '_transient_wpsc_countries-13', 'a:8:{s:29:"_maps_to_save_with_core_class";a:9:{s:19:"region_by_region_id";b:1;s:24:"region_code_by_region_id";b:1;s:23:"country_id_by_region_id";b:1;s:22:"country_id_by_iso_code";b:1;s:26:"country_code_by_country_id";b:1;s:33:"active_wpsc_country_by_country_id";b:1;s:10:"currencies";b:1;s:26:"country_id_by_country_name";b:0;s:30:"all_wpsc_country_by_country_id";b:0;}s:19:"region_by_region_id";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";N;s:13:"_map_callback";a:2:{i:0;s:14:"WPSC_Countries";i:1;s:31:"_create_region_by_region_id_map";}s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:24:"region_code_by_region_id";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";N;s:13:"_map_callback";a:2:{i:0;s:14:"WPSC_Countries";i:1;s:36:"_create_region_code_by_region_id_map";}s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:23:"country_id_by_region_id";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";N;s:13:"_map_callback";a:2:{i:0;s:14:"WPSC_Countries";i:1;s:35:"_create_country_id_by_region_id_map";}s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:22:"country_id_by_iso_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";N;s:13:"_map_callback";a:2:{i:0;s:14:"WPSC_Countries";i:1;s:34:"_create_country_id_by_iso_code_map";}s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:26:"country_code_by_country_id";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";N;s:13:"_map_callback";a:2:{i:0;s:14:"WPSC_Countries";i:1;s:34:"_create_country_code_by_country_id";}s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:33:"active_wpsc_country_by_country_id";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";N;s:13:"_map_callback";a:2:{i:0;s:14:"WPSC_Countries";i:1;s:28:"_create_active_countries_map";}s:9:"_map_data";a:237:{i:1;O:12:"WPSC_Country":16:{s:3:"_id";s:1:"1";s:5:"_name";s:10:"Mauritania";s:8:"_isocode";s:2:"MR";s:14:"_currency_name";s:19:"Mauritanian Ouguiya";s:14:"_currency_code";s:3:"MRO";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:2;O:12:"WPSC_Country":16:{s:3:"_id";s:1:"2";s:5:"_name";s:19:"Martinique (French)";s:8:"_isocode";s:2:"MQ";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:3;O:12:"WPSC_Country":16:{s:3:"_id";s:1:"3";s:5:"_name";s:5:"Malta";s:8:"_isocode";s:2:"MT";s:14:"_currency_name";s:12:"Maltese Lira";s:14:"_currency_code";s:3:"MTL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:4;O:12:"WPSC_Country":16:{s:3:"_id";s:1:"4";s:5:"_name";s:16:"Marshall Islands";s:8:"_isocode";s:2:"MH";s:14:"_currency_name";s:9:"US Dollar";s:14:"_currency_code";s:3:"USD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:5;O:12:"WPSC_Country":16:{s:3:"_id";s:1:"5";s:5:"_name";s:4:"Mali";s:8:"_isocode";s:2:"ML";s:14:"_currency_name";s:15:"CFA Franc BCEAO";s:14:"_currency_code";s:3:"XOF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:6;O:12:"WPSC_Country":16:{s:3:"_id";s:1:"6";s:5:"_name";s:8:"Maldives";s:8:"_isocode";s:2:"MV";s:14:"_currency_name";s:15:"Maldive Rufiyaa";s:14:"_currency_code";s:3:"MVR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:7;O:12:"WPSC_Country":16:{s:3:"_id";s:1:"7";s:5:"_name";s:8:"Malaysia";s:8:"_isocode";s:2:"MY";s:14:"_currency_name";s:17:"Malaysian Ringgit";s:14:"_currency_code";s:3:"MYR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:8;O:12:"WPSC_Country":16:{s:3:"_id";s:1:"8";s:5:"_name";s:6:"Malawi";s:8:"_isocode";s:2:"MW";s:14:"_currency_name";s:13:"Malawi Kwacha";s:14:"_currency_code";s:3:"MWK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:9;O:12:"WPSC_Country":16:{s:3:"_id";s:1:"9";s:5:"_name";s:10:"Madagascar";s:8:"_isocode";s:2:"MG";s:14:"_currency_name";s:14:"Malagasy Franc";s:14:"_currency_code";s:3:"MGF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:10;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"10";s:5:"_name";s:5:"Macau";s:8:"_isocode";s:2:"MO";s:14:"_currency_name";s:12:"Macau Pataca";s:14:"_currency_code";s:3:"MOP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:11;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"11";s:5:"_name";s:9:"Macedonia";s:8:"_isocode";s:2:"MK";s:14:"_currency_name";s:5:"Denar";s:14:"_currency_code";s:3:"MKD";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:12;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"12";s:5:"_name";s:10:"Luxembourg";s:8:"_isocode";s:2:"LU";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:13;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"13";s:5:"_name";s:9:"Lithuania";s:8:"_isocode";s:2:"LT";s:14:"_currency_name";s:16:"Lithuanian Litas";s:14:"_currency_code";s:3:"LTL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:14;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"14";s:5:"_name";s:13:"Liechtenstein";s:8:"_isocode";s:2:"LI";s:14:"_currency_name";s:11:"Swiss Franc";s:14:"_currency_code";s:3:"CHF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:15;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"15";s:5:"_name";s:5:"Libya";s:8:"_isocode";s:2:"LY";s:14:"_currency_name";s:12:"Libyan Dinar";s:14:"_currency_code";s:3:"LYD";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:16;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"16";s:5:"_name";s:7:"Liberia";s:8:"_isocode";s:2:"LR";s:14:"_currency_name";s:15:"Liberian Dollar";s:14:"_currency_code";s:3:"LRD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:17;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"17";s:5:"_name";s:7:"Lesotho";s:8:"_isocode";s:2:"LS";s:14:"_currency_name";s:12:"Lesotho Loti";s:14:"_currency_code";s:3:"LSL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:18;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"18";s:5:"_name";s:7:"Lebanon";s:8:"_isocode";s:2:"LB";s:14:"_currency_name";s:14:"Lebanese Pound";s:14:"_currency_code";s:3:"LBP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:19;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"19";s:5:"_name";s:6:"Latvia";s:8:"_isocode";s:2:"LV";s:14:"_currency_name";s:12:"Latvian Lats";s:14:"_currency_code";s:3:"LVL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:20;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"20";s:5:"_name";s:4:"Laos";s:8:"_isocode";s:2:"LA";s:14:"_currency_name";s:7:"Lao Kip";s:14:"_currency_code";s:3:"LAK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:21;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"21";s:5:"_name";s:10:"Kyrgyzstan";s:8:"_isocode";s:2:"KG";s:14:"_currency_name";s:3:"Som";s:14:"_currency_code";s:3:"KGS";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:22;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"22";s:5:"_name";s:6:"Kuwait";s:8:"_isocode";s:2:"KW";s:14:"_currency_name";s:13:"Kuwaiti Dinar";s:14:"_currency_code";s:3:"KWD";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:23;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"23";s:5:"_name";s:12:"Korea, South";s:8:"_isocode";s:2:"KR";s:14:"_currency_name";s:10:"Korean Won";s:14:"_currency_code";s:3:"KRW";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:24;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"24";s:5:"_name";s:12:"Korea, North";s:8:"_isocode";s:2:"KP";s:14:"_currency_name";s:16:"North Korean Won";s:14:"_currency_code";s:3:"KPW";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:25;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"25";s:5:"_name";s:8:"Kiribati";s:8:"_isocode";s:2:"KI";s:14:"_currency_name";s:17:"Australian Dollar";s:14:"_currency_code";s:3:"AUD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:26;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"26";s:5:"_name";s:5:"Kenya";s:8:"_isocode";s:2:"KE";s:14:"_currency_name";s:15:"Kenyan Shilling";s:14:"_currency_code";s:3:"KES";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:27;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"27";s:5:"_name";s:10:"Kazakhstan";s:8:"_isocode";s:2:"KZ";s:14:"_currency_name";s:16:"Kazakhstan Tenge";s:14:"_currency_code";s:3:"KZT";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:28;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"28";s:5:"_name";s:6:"Jordan";s:8:"_isocode";s:2:"JO";s:14:"_currency_name";s:15:"Jordanian Dinar";s:14:"_currency_code";s:3:"JOD";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:29;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"29";s:5:"_name";s:6:"Jersey";s:8:"_isocode";s:2:"JE";s:14:"_currency_name";s:14:"Pound Sterling";s:14:"_currency_code";s:3:"GBP";s:16:"_currency_symbol";s:2:"£";s:21:"_currency_symbol_html";s:6:"&#163;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:30;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"30";s:5:"_name";s:5:"Japan";s:8:"_isocode";s:2:"JP";s:14:"_currency_name";s:12:"Japanese Yen";s:14:"_currency_code";s:3:"JPY";s:16:"_currency_symbol";s:2:"¥";s:21:"_currency_symbol_html";s:6:"&#165;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:31;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"31";s:5:"_name";s:7:"Jamaica";s:8:"_isocode";s:2:"JM";s:14:"_currency_name";s:15:"Jamaican Dollar";s:14:"_currency_code";s:3:"JMD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:32;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"32";s:5:"_name";s:11:"Ivory Coast";s:8:"_isocode";s:2:"CI";s:14:"_currency_name";s:15:"CFA Franc BCEAO";s:14:"_currency_code";s:3:"XOF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:33;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"33";s:5:"_name";s:5:"Italy";s:8:"_isocode";s:2:"IT";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:34;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"34";s:5:"_name";s:11:"Isle of Man";s:8:"_isocode";s:2:"IM";s:14:"_currency_name";s:14:"Pound Sterling";s:14:"_currency_code";s:3:"GBP";s:16:"_currency_symbol";s:2:"£";s:21:"_currency_symbol_html";s:6:"&#163;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:35;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"35";s:5:"_name";s:6:"Israel";s:8:"_isocode";s:2:"IL";s:14:"_currency_name";s:18:"Israeli New Shekel";s:14:"_currency_code";s:3:"ILS";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:36;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"36";s:5:"_name";s:7:"Ireland";s:8:"_isocode";s:2:"IE";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:37;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"37";s:5:"_name";s:4:"Iraq";s:8:"_isocode";s:2:"IQ";s:14:"_currency_name";s:11:"Iraqi Dinar";s:14:"_currency_code";s:3:"IQD";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:38;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"38";s:5:"_name";s:9:"Indonesia";s:8:"_isocode";s:2:"ID";s:14:"_currency_name";s:17:"Indonesian Rupiah";s:14:"_currency_code";s:3:"IDR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:39;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"39";s:5:"_name";s:4:"Iran";s:8:"_isocode";s:2:"IR";s:14:"_currency_name";s:12:"Iranian Rial";s:14:"_currency_code";s:3:"IRR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:40;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"40";s:5:"_name";s:5:"India";s:8:"_isocode";s:2:"IN";s:14:"_currency_name";s:12:"Indian Rupee";s:14:"_currency_code";s:3:"INR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:41;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"41";s:5:"_name";s:7:"Iceland";s:8:"_isocode";s:2:"IS";s:14:"_currency_name";s:13:"Iceland Krona";s:14:"_currency_code";s:3:"ISK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:42;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"42";s:5:"_name";s:7:"Hungary";s:8:"_isocode";s:2:"HU";s:14:"_currency_name";s:16:"Hungarian Forint";s:14:"_currency_code";s:3:"HUF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:43;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"43";s:5:"_name";s:9:"Hong Kong";s:8:"_isocode";s:2:"HK";s:14:"_currency_name";s:16:"Hong Kong Dollar";s:14:"_currency_code";s:3:"HKD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:44;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"44";s:5:"_name";s:8:"Honduras";s:8:"_isocode";s:2:"HN";s:14:"_currency_name";s:16:"Honduran Lempira";s:14:"_currency_code";s:3:"HNL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:45;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"45";s:5:"_name";s:33:"Heard Island and McDonald Islands";s:8:"_isocode";s:2:"HM";s:14:"_currency_name";s:17:"Australian Dollar";s:14:"_currency_code";s:3:"AUD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:46;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"46";s:5:"_name";s:5:"Haiti";s:8:"_isocode";s:2:"HT";s:14:"_currency_name";s:14:"Haitian Gourde";s:14:"_currency_code";s:3:"HTG";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:47;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"47";s:5:"_name";s:6:"Guyana";s:8:"_isocode";s:2:"GY";s:14:"_currency_name";s:13:"Guyana Dollar";s:14:"_currency_code";s:3:"GYD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:48;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"48";s:5:"_name";s:13:"Guinea Bissau";s:8:"_isocode";s:2:"GW";s:14:"_currency_name";s:18:"Guinea-Bissau Peso";s:14:"_currency_code";s:3:"GWP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:49;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"49";s:5:"_name";s:6:"Guinea";s:8:"_isocode";s:2:"GN";s:14:"_currency_name";s:12:"Guinea Franc";s:14:"_currency_code";s:3:"GNF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:50;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"50";s:5:"_name";s:8:"Guernsey";s:8:"_isocode";s:2:"GF";s:14:"_currency_name";s:14:"Pound Sterling";s:14:"_currency_code";s:3:"GBP";s:16:"_currency_symbol";s:2:"£";s:21:"_currency_symbol_html";s:6:"&#163;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:51;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"51";s:5:"_name";s:9:"Guatemala";s:8:"_isocode";s:2:"GT";s:14:"_currency_name";s:18:"Guatemalan Quetzal";s:14:"_currency_code";s:3:"QTQ";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:52;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"52";s:5:"_name";s:10:"Guam (USA)";s:8:"_isocode";s:2:"GU";s:14:"_currency_name";s:9:"US Dollar";s:14:"_currency_code";s:3:"USD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:53;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"53";s:5:"_name";s:7:"Grenada";s:8:"_isocode";s:2:"GD";s:14:"_currency_name";s:21:"East Carribean Dollar";s:14:"_currency_code";s:3:"XCD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:54;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"54";s:5:"_name";s:19:"Guadeloupe (French)";s:8:"_isocode";s:2:"GP";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:55;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"55";s:5:"_name";s:9:"Greenland";s:8:"_isocode";s:2:"GL";s:14:"_currency_name";s:12:"Danish Krone";s:14:"_currency_code";s:3:"DKK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:56;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"56";s:5:"_name";s:6:"Greece";s:8:"_isocode";s:2:"GR";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:2:"19";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:57;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"57";s:5:"_name";s:9:"Gibraltar";s:8:"_isocode";s:2:"GI";s:14:"_currency_name";s:15:"Gibraltar Pound";s:14:"_currency_code";s:3:"GIP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:58;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"58";s:5:"_name";s:5:"Ghana";s:8:"_isocode";s:2:"GH";s:14:"_currency_name";s:13:"Ghanaian Cedi";s:14:"_currency_code";s:3:"GHC";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:59;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"59";s:5:"_name";s:7:"Germany";s:8:"_isocode";s:2:"DE";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:60;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"60";s:5:"_name";s:7:"Georgia";s:8:"_isocode";s:2:"GE";s:14:"_currency_name";s:13:"Georgian Lari";s:14:"_currency_code";s:3:"GEL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:61;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"61";s:5:"_name";s:6:"Gambia";s:8:"_isocode";s:2:"GM";s:14:"_currency_name";s:14:"Gambian Dalasi";s:14:"_currency_code";s:3:"GMD";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:62;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"62";s:5:"_name";s:5:"Gabon";s:8:"_isocode";s:2:"GA";s:14:"_currency_name";s:14:"CFA Franc BEAC";s:14:"_currency_code";s:3:"XAF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:63;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"63";s:5:"_name";s:27:"French Southern Territories";s:8:"_isocode";s:2:"TF";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:64;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"64";s:5:"_name";s:6:"France";s:8:"_isocode";s:2:"FR";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:65;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"65";s:5:"_name";s:7:"Finland";s:8:"_isocode";s:2:"FI";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:66;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"66";s:5:"_name";s:4:"Fiji";s:8:"_isocode";s:2:"FJ";s:14:"_currency_name";s:11:"Fiji Dollar";s:14:"_currency_code";s:3:"FJD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:67;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"67";s:5:"_name";s:13:"Faroe Islands";s:8:"_isocode";s:2:"FO";s:14:"_currency_name";s:12:"Danish Krone";s:14:"_currency_code";s:3:"DKK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:68;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"68";s:5:"_name";s:16:"Falkland Islands";s:8:"_isocode";s:2:"FK";s:14:"_currency_name";s:22:"Falkland Islands Pound";s:14:"_currency_code";s:3:"FKP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:69;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"69";s:5:"_name";s:8:"Ethiopia";s:8:"_isocode";s:2:"ET";s:14:"_currency_name";s:14:"Ethiopian Birr";s:14:"_currency_code";s:3:"ETB";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:70;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"70";s:5:"_name";s:7:"Estonia";s:8:"_isocode";s:2:"EE";s:14:"_currency_name";s:14:"Estonian Kroon";s:14:"_currency_code";s:3:"EEK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:71;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"71";s:5:"_name";s:7:"Eritrea";s:8:"_isocode";s:2:"ER";s:14:"_currency_name";s:14:"Eritrean Nakfa";s:14:"_currency_code";s:3:"ERN";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:72;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"72";s:5:"_name";s:17:"Equatorial Guinea";s:8:"_isocode";s:2:"GQ";s:14:"_currency_name";s:14:"CFA Franc BEAC";s:14:"_currency_code";s:3:"XAF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:73;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"73";s:5:"_name";s:11:"El Salvador";s:8:"_isocode";s:2:"SV";s:14:"_currency_name";s:17:"El Salvador Colon";s:14:"_currency_code";s:3:"SVC";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:74;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"74";s:5:"_name";s:5:"Egypt";s:8:"_isocode";s:2:"EG";s:14:"_currency_name";s:14:"Egyptian Pound";s:14:"_currency_code";s:3:"EGP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:75;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"75";s:5:"_name";s:7:"Ecuador";s:8:"_isocode";s:2:"EC";s:14:"_currency_name";s:13:"Ecuador Sucre";s:14:"_currency_code";s:3:"ECS";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:77;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"77";s:5:"_name";s:18:"Dominican Republic";s:8:"_isocode";s:2:"DO";s:14:"_currency_name";s:14:"Dominican Peso";s:14:"_currency_code";s:3:"DOP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:78;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"78";s:5:"_name";s:8:"Dominica";s:8:"_isocode";s:2:"DM";s:14:"_currency_name";s:21:"East Caribbean Dollar";s:14:"_currency_code";s:3:"XCD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:79;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"79";s:5:"_name";s:8:"Djibouti";s:8:"_isocode";s:2:"DJ";s:14:"_currency_name";s:14:"Djibouti Franc";s:14:"_currency_code";s:3:"DJF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:80;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"80";s:5:"_name";s:7:"Denmark";s:8:"_isocode";s:2:"DK";s:14:"_currency_name";s:12:"Danish Krone";s:14:"_currency_code";s:3:"DKK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:81;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"81";s:5:"_name";s:28:"Democratic Republic of Congo";s:8:"_isocode";s:2:"CD";s:14:"_currency_name";s:6:"Francs";s:14:"_currency_code";s:3:"CDF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:82;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"82";s:5:"_name";s:10:"Czech Rep.";s:8:"_isocode";s:2:"CZ";s:14:"_currency_name";s:12:"Czech Koruna";s:14:"_currency_code";s:3:"CZK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:83;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"83";s:5:"_name";s:6:"Cyprus";s:8:"_isocode";s:2:"CY";s:14:"_currency_name";s:12:"Cyprus Pound";s:14:"_currency_code";s:3:"CYP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:84;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"84";s:5:"_name";s:4:"Cuba";s:8:"_isocode";s:2:"CU";s:14:"_currency_name";s:10:"Cuban Peso";s:14:"_currency_code";s:3:"CUP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:85;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"85";s:5:"_name";s:7:"Croatia";s:8:"_isocode";s:2:"HR";s:14:"_currency_name";s:13:"Croatian Kuna";s:14:"_currency_code";s:3:"HRK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:86;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"86";s:5:"_name";s:10:"Costa Rica";s:8:"_isocode";s:2:"CR";s:14:"_currency_name";s:17:"Costa Rican Colon";s:14:"_currency_code";s:3:"CRC";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"southamrica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:87;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"87";s:5:"_name";s:12:"Cook Islands";s:8:"_isocode";s:2:"CK";s:14:"_currency_name";s:18:"New Zealand Dollar";s:14:"_currency_code";s:3:"NZD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:88;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"88";s:5:"_name";s:5:"Congo";s:8:"_isocode";s:2:"CG";s:14:"_currency_name";s:14:"CFA Franc BEAC";s:14:"_currency_code";s:3:"XAF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:89;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"89";s:5:"_name";s:7:"Comoros";s:8:"_isocode";s:2:"KM";s:14:"_currency_name";s:13:"Comoros Franc";s:14:"_currency_code";s:3:"KMF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:90;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"90";s:5:"_name";s:8:"Colombia";s:8:"_isocode";s:2:"CO";s:14:"_currency_name";s:14:"Colombian Peso";s:14:"_currency_code";s:3:"COP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:91;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"91";s:5:"_name";s:23:"Cocos (Keeling) Islands";s:8:"_isocode";s:2:"CC";s:14:"_currency_name";s:17:"Australian Dollar";s:14:"_currency_code";s:3:"AUD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:92;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"92";s:5:"_name";s:16:"Christmas Island";s:8:"_isocode";s:2:"CX";s:14:"_currency_name";s:17:"Australian Dollar";s:14:"_currency_code";s:3:"AUD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:93;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"93";s:5:"_name";s:5:"Chile";s:8:"_isocode";s:2:"CL";s:14:"_currency_name";s:12:"Chilean Peso";s:14:"_currency_code";s:3:"CLP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:94;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"94";s:5:"_name";s:5:"China";s:8:"_isocode";s:2:"CN";s:14:"_currency_name";s:13:"Yuan Renminbi";s:14:"_currency_code";s:3:"CNY";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:95;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"95";s:5:"_name";s:4:"Chad";s:8:"_isocode";s:2:"TD";s:14:"_currency_name";s:14:"CFA Franc BEAC";s:14:"_currency_code";s:3:"XAF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:96;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"96";s:5:"_name";s:24:"Central African Republic";s:8:"_isocode";s:2:"CF";s:14:"_currency_name";s:14:"CFA Franc BEAC";s:14:"_currency_code";s:3:"XAF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:97;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"97";s:5:"_name";s:14:"Cayman Islands";s:8:"_isocode";s:2:"KY";s:14:"_currency_name";s:21:"Cayman Islands Dollar";s:14:"_currency_code";s:3:"KYD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:98;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"98";s:5:"_name";s:10:"Cape Verde";s:8:"_isocode";s:2:"CV";s:14:"_currency_name";s:17:"Cape Verde Escudo";s:14:"_currency_code";s:3:"CVE";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:99;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"99";s:5:"_name";s:8:"Cameroon";s:8:"_isocode";s:2:"CM";s:14:"_currency_name";s:14:"CFA Franc BEAC";s:14:"_currency_code";s:3:"XAF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:100;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"100";s:5:"_name";s:6:"Canada";s:8:"_isocode";s:2:"CA";s:14:"_currency_name";s:15:"Canadian Dollar";s:14:"_currency_code";s:3:"CAD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"1";s:4:"_tax";s:0:"";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:13:{s:2:"AB";i:1;s:2:"BC";i:2;s:2:"MB";i:3;s:2:"NF";i:5;s:2:"NK";i:4;s:2:"NS";i:7;s:2:"NT";i:6;s:2:"NU";i:8;s:2:"ON";i:9;s:2:"PE";i:10;s:2:"PQ";i:11;s:2:"SN";i:12;s:2:"YT";i:13;}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:13:{s:7:"alberta";i:1;s:16:"british columbia";i:2;s:8:"manitoba";i:3;s:12:"newfoundland";i:5;s:13:"new brunswick";i:4;s:11:"nova scotia";i:7;s:21:"northwest territories";i:6;s:7:"nunavut";i:8;s:7:"ontario";i:9;s:20:"prince edward island";i:10;s:6:"quebec";i:11;s:12:"saskatchewan";i:12;s:5:"yukon";i:13;}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:13:{i:1;O:11:"WPSC_Region":5:{s:3:"_id";i:1;s:11:"_country_id";i:100;s:5:"_name";s:7:"Alberta";s:5:"_code";s:2:"AB";s:4:"_tax";d:0;}i:2;O:11:"WPSC_Region":5:{s:3:"_id";i:2;s:11:"_country_id";i:100;s:5:"_name";s:16:"British Columbia";s:5:"_code";s:2:"BC";s:4:"_tax";d:0;}i:3;O:11:"WPSC_Region":5:{s:3:"_id";i:3;s:11:"_country_id";i:100;s:5:"_name";s:8:"Manitoba";s:5:"_code";s:2:"MB";s:4:"_tax";d:0;}i:5;O:11:"WPSC_Region":5:{s:3:"_id";i:5;s:11:"_country_id";i:100;s:5:"_name";s:12:"Newfoundland";s:5:"_code";s:2:"NF";s:4:"_tax";d:0;}i:4;O:11:"WPSC_Region":5:{s:3:"_id";i:4;s:11:"_country_id";i:100;s:5:"_name";s:13:"New Brunswick";s:5:"_code";s:2:"NK";s:4:"_tax";d:0;}i:7;O:11:"WPSC_Region":5:{s:3:"_id";i:7;s:11:"_country_id";i:100;s:5:"_name";s:11:"Nova Scotia";s:5:"_code";s:2:"NS";s:4:"_tax";d:0;}i:6;O:11:"WPSC_Region":5:{s:3:"_id";i:6;s:11:"_country_id";i:100;s:5:"_name";s:21:"Northwest Territories";s:5:"_code";s:2:"NT";s:4:"_tax";d:0;}i:8;O:11:"WPSC_Region":5:{s:3:"_id";i:8;s:11:"_country_id";i:100;s:5:"_name";s:7:"Nunavut";s:5:"_code";s:2:"NU";s:4:"_tax";d:0;}i:9;O:11:"WPSC_Region":5:{s:3:"_id";i:9;s:11:"_country_id";i:100;s:5:"_name";s:7:"Ontario";s:5:"_code";s:2:"ON";s:4:"_tax";d:0;}i:10;O:11:"WPSC_Region":5:{s:3:"_id";i:10;s:11:"_country_id";i:100;s:5:"_name";s:20:"Prince Edward Island";s:5:"_code";s:2:"PE";s:4:"_tax";d:0;}i:11;O:11:"WPSC_Region":5:{s:3:"_id";i:11;s:11:"_country_id";i:100;s:5:"_name";s:6:"Quebec";s:5:"_code";s:2:"PQ";s:4:"_tax";d:0;}i:12;O:11:"WPSC_Region":5:{s:3:"_id";i:12;s:11:"_country_id";i:100;s:5:"_name";s:12:"Saskatchewan";s:5:"_code";s:2:"SN";s:4:"_tax";d:0;}i:13;O:11:"WPSC_Region":5:{s:3:"_id";i:13;s:11:"_country_id";i:100;s:5:"_name";s:5:"Yukon";s:5:"_code";s:2:"YT";s:4:"_tax";d:0;}}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:101;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"101";s:5:"_name";s:8:"Cambodia";s:8:"_isocode";s:2:"KH";s:14:"_currency_name";s:15:"Kampuchean Riel";s:14:"_currency_code";s:3:"KHR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:102;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"102";s:5:"_name";s:7:"Burundi";s:8:"_isocode";s:2:"BI";s:14:"_currency_name";s:13:"Burundi Franc";s:14:"_currency_code";s:3:"BIF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:103;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"103";s:5:"_name";s:12:"Burkina Faso";s:8:"_isocode";s:2:"BF";s:14:"_currency_name";s:15:"CFA Franc BCEAO";s:14:"_currency_code";s:3:"XOF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:104;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"104";s:5:"_name";s:8:"Bulgaria";s:8:"_isocode";s:2:"BG";s:14:"_currency_name";s:13:"Bulgarian Lev";s:14:"_currency_code";s:3:"BGL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:105;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"105";s:5:"_name";s:17:"Brunei Darussalam";s:8:"_isocode";s:2:"BN";s:14:"_currency_name";s:13:"Brunei Dollar";s:14:"_currency_code";s:3:"BND";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:106;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"106";s:5:"_name";s:30:"British Indian Ocean Territory";s:8:"_isocode";s:2:"IO";s:14:"_currency_name";s:9:"US Dollar";s:14:"_currency_code";s:3:"USD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:107;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"107";s:5:"_name";s:6:"Brazil";s:8:"_isocode";s:2:"BR";s:14:"_currency_name";s:14:"Brazilian Real";s:14:"_currency_code";s:3:"BRL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:108;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"108";s:5:"_name";s:13:"Bouvet Island";s:8:"_isocode";s:2:"BV";s:14:"_currency_name";s:15:"Norwegian Krone";s:14:"_currency_code";s:3:"NOK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:109;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"109";s:5:"_name";s:8:"Botswana";s:8:"_isocode";s:2:"BW";s:14:"_currency_name";s:13:"Botswana Pula";s:14:"_currency_code";s:3:"BWP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:110;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"110";s:5:"_name";s:18:"Bosnia-Herzegovina";s:8:"_isocode";s:2:"BA";s:14:"_currency_name";s:5:"Marka";s:14:"_currency_code";s:3:"BAM";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:111;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"111";s:5:"_name";s:7:"Bolivia";s:8:"_isocode";s:2:"BO";s:14:"_currency_name";s:9:"Boliviano";s:14:"_currency_code";s:3:"BOB";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:112;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"112";s:5:"_name";s:6:"Bhutan";s:8:"_isocode";s:2:"BT";s:14:"_currency_name";s:15:"Bhutan Ngultrum";s:14:"_currency_code";s:3:"BTN";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:113;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"113";s:5:"_name";s:7:"Bermuda";s:8:"_isocode";s:2:"BM";s:14:"_currency_name";s:16:"Bermudian Dollar";s:14:"_currency_code";s:3:"BMD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:114;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"114";s:5:"_name";s:5:"Benin";s:8:"_isocode";s:2:"BJ";s:14:"_currency_name";s:15:"CFA Franc BCEAO";s:14:"_currency_code";s:3:"XOF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:115;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"115";s:5:"_name";s:6:"Belize";s:8:"_isocode";s:2:"BZ";s:14:"_currency_name";s:13:"Belize Dollar";s:14:"_currency_code";s:3:"BZD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:116;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"116";s:5:"_name";s:7:"Belgium";s:8:"_isocode";s:2:"BE";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:117;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"117";s:5:"_name";s:7:"Belarus";s:8:"_isocode";s:2:"BY";s:14:"_currency_name";s:17:"Belarussian Ruble";s:14:"_currency_code";s:3:"BYB";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:118;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"118";s:5:"_name";s:8:"Barbados";s:8:"_isocode";s:2:"BB";s:14:"_currency_name";s:15:"Barbados Dollar";s:14:"_currency_code";s:3:"BBD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:119;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"119";s:5:"_name";s:10:"Bangladesh";s:8:"_isocode";s:2:"BD";s:14:"_currency_name";s:16:"Bangladeshi Taka";s:14:"_currency_code";s:3:"BDT";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:120;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"120";s:5:"_name";s:7:"Bahrain";s:8:"_isocode";s:2:"BH";s:14:"_currency_name";s:14:"Bahraini Dinar";s:14:"_currency_code";s:3:"BHD";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:121;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"121";s:5:"_name";s:7:"Bahamas";s:8:"_isocode";s:2:"BS";s:14:"_currency_name";s:15:"Bahamian Dollar";s:14:"_currency_code";s:3:"BSD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:122;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"122";s:5:"_name";s:10:"Azerbaijan";s:8:"_isocode";s:2:"AZ";s:14:"_currency_name";s:19:"Azerbaijanian Manat";s:14:"_currency_code";s:3:"AZM";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:123;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"123";s:5:"_name";s:7:"Austria";s:8:"_isocode";s:2:"AT";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:124;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"124";s:5:"_name";s:5:"Aruba";s:8:"_isocode";s:2:"AW";s:14:"_currency_name";s:14:"Aruban Guilder";s:14:"_currency_code";s:3:"AWG";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:125;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"125";s:5:"_name";s:7:"Armenia";s:8:"_isocode";s:2:"AM";s:14:"_currency_name";s:13:"Armenian Dram";s:14:"_currency_code";s:3:"AMD";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:126;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"126";s:5:"_name";s:9:"Argentina";s:8:"_isocode";s:2:"AR";s:14:"_currency_name";s:14:"Argentine Peso";s:14:"_currency_code";s:3:"ARS";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:127;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"127";s:5:"_name";s:19:"Antigua and Barbuda";s:8:"_isocode";s:2:"AG";s:14:"_currency_name";s:21:"East Caribbean Dollar";s:14:"_currency_code";s:3:"XCD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:128;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"128";s:5:"_name";s:10:"Antarctica";s:8:"_isocode";s:2:"AQ";s:14:"_currency_name";s:6:"Dollar";s:14:"_currency_code";s:3:"ATA";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:10:"antarctica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:129;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"129";s:5:"_name";s:8:"Anguilla";s:8:"_isocode";s:2:"AI";s:14:"_currency_name";s:21:"East Caribbean Dollar";s:14:"_currency_code";s:3:"XCD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:130;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"130";s:5:"_name";s:6:"Angola";s:8:"_isocode";s:2:"AO";s:14:"_currency_name";s:18:"Angolan New Kwanza";s:14:"_currency_code";s:3:"AON";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:131;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"131";s:5:"_name";s:7:"Andorra";s:8:"_isocode";s:2:"AD";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:132;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"132";s:5:"_name";s:14:"American Samoa";s:8:"_isocode";s:2:"AS";s:14:"_currency_name";s:9:"US Dollar";s:14:"_currency_code";s:3:"USD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:133;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"133";s:5:"_name";s:7:"Algeria";s:8:"_isocode";s:2:"DZ";s:14:"_currency_name";s:14:"Algerian Dinar";s:14:"_currency_code";s:3:"DZD";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:134;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"134";s:5:"_name";s:7:"Albania";s:8:"_isocode";s:2:"AL";s:14:"_currency_name";s:12:"Albanian Lek";s:14:"_currency_code";s:3:"ALL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:135;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"135";s:5:"_name";s:11:"Afghanistan";s:8:"_isocode";s:2:"AF";s:14:"_currency_name";s:19:"Afghanistan Afghani";s:14:"_currency_code";s:3:"AFA";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:136;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"136";s:5:"_name";s:3:"USA";s:8:"_isocode";s:2:"US";s:14:"_currency_name";s:9:"US Dollar";s:14:"_currency_code";s:3:"USD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"1";s:4:"_tax";s:0:"";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:51:{s:2:"AK";i:15;s:2:"AL";i:14;s:2:"AR";i:17;s:2:"AZ";i:16;s:2:"CA";i:18;s:2:"CO";i:19;s:2:"CT";i:20;s:2:"DC";i:61;s:2:"DE";i:21;s:2:"FL";i:22;s:2:"GA";i:23;s:2:"HI";i:24;s:2:"IA";i:28;s:2:"ID";i:25;s:2:"IL";i:26;s:2:"IN";i:27;s:2:"KS";i:29;s:2:"KY";i:30;s:2:"LA";i:31;s:2:"MA";i:34;s:2:"MD";i:33;s:2:"ME";i:32;s:2:"MI";i:35;s:2:"MN";i:36;s:2:"MO";i:38;s:2:"MS";i:37;s:2:"MT";i:39;s:2:"NC";i:46;s:2:"ND";i:47;s:2:"NE";i:40;s:2:"NH";i:42;s:2:"NJ";i:43;s:2:"NM";i:44;s:2:"NV";i:41;s:2:"NY";i:45;s:2:"OH";i:48;s:2:"OK";i:49;s:2:"OR";i:50;s:2:"PA";i:51;s:2:"RI";i:52;s:2:"SC";i:53;s:2:"SD";i:54;s:2:"TN";i:55;s:2:"TX";i:56;s:2:"UT";i:57;s:2:"VA";i:59;s:2:"VT";i:58;s:2:"WA";i:60;s:2:"WI";i:63;s:2:"WV";i:62;s:2:"WY";i:64;}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:51:{s:6:"alaska";i:15;s:7:"alabama";i:14;s:8:"arkansas";i:17;s:7:"arizona";i:16;s:10:"california";i:18;s:8:"colorado";i:19;s:11:"connecticut";i:20;s:13:"washington dc";i:61;s:8:"delaware";i:21;s:7:"florida";i:22;s:7:"georgia";i:23;s:6:"hawaii";i:24;s:4:"iowa";i:28;s:5:"idaho";i:25;s:8:"illinois";i:26;s:7:"indiana";i:27;s:6:"kansas";i:29;s:8:"kentucky";i:30;s:9:"louisiana";i:31;s:13:"massachusetts";i:34;s:8:"maryland";i:33;s:5:"maine";i:32;s:8:"michigan";i:35;s:9:"minnesota";i:36;s:8:"missouri";i:38;s:11:"mississippi";i:37;s:7:"montana";i:39;s:14:"north carolina";i:46;s:12:"north dakota";i:47;s:8:"nebraska";i:40;s:13:"new hampshire";i:42;s:10:"new jersey";i:43;s:10:"new mexico";i:44;s:6:"nevada";i:41;s:8:"new york";i:45;s:4:"ohio";i:48;s:8:"oklahoma";i:49;s:6:"oregon";i:50;s:12:"pennsylvania";i:51;s:12:"rhode island";i:52;s:14:"south carolina";i:53;s:12:"south dakota";i:54;s:9:"tennessee";i:55;s:5:"texas";i:56;s:4:"utah";i:57;s:8:"virginia";i:59;s:7:"vermont";i:58;s:10:"washington";i:60;s:9:"wisconsin";i:63;s:13:"west virginia";i:62;s:7:"wyoming";i:64;}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:51:{i:15;O:11:"WPSC_Region":5:{s:3:"_id";i:15;s:11:"_country_id";i:136;s:5:"_name";s:6:"Alaska";s:5:"_code";s:2:"AK";s:4:"_tax";d:0;}i:14;O:11:"WPSC_Region":5:{s:3:"_id";i:14;s:11:"_country_id";i:136;s:5:"_name";s:7:"Alabama";s:5:"_code";s:2:"AL";s:4:"_tax";d:0;}i:17;O:11:"WPSC_Region":5:{s:3:"_id";i:17;s:11:"_country_id";i:136;s:5:"_name";s:8:"Arkansas";s:5:"_code";s:2:"AR";s:4:"_tax";d:0;}i:16;O:11:"WPSC_Region":5:{s:3:"_id";i:16;s:11:"_country_id";i:136;s:5:"_name";s:7:"Arizona";s:5:"_code";s:2:"AZ";s:4:"_tax";d:0;}i:18;O:11:"WPSC_Region":5:{s:3:"_id";i:18;s:11:"_country_id";i:136;s:5:"_name";s:10:"California";s:5:"_code";s:2:"CA";s:4:"_tax";d:0;}i:19;O:11:"WPSC_Region":5:{s:3:"_id";i:19;s:11:"_country_id";i:136;s:5:"_name";s:8:"Colorado";s:5:"_code";s:2:"CO";s:4:"_tax";d:0;}i:20;O:11:"WPSC_Region":5:{s:3:"_id";i:20;s:11:"_country_id";i:136;s:5:"_name";s:11:"Connecticut";s:5:"_code";s:2:"CT";s:4:"_tax";d:0;}i:61;O:11:"WPSC_Region":5:{s:3:"_id";i:61;s:11:"_country_id";i:136;s:5:"_name";s:13:"Washington DC";s:5:"_code";s:2:"DC";s:4:"_tax";d:0;}i:21;O:11:"WPSC_Region":5:{s:3:"_id";i:21;s:11:"_country_id";i:136;s:5:"_name";s:8:"Delaware";s:5:"_code";s:2:"DE";s:4:"_tax";d:0;}i:22;O:11:"WPSC_Region":5:{s:3:"_id";i:22;s:11:"_country_id";i:136;s:5:"_name";s:7:"Florida";s:5:"_code";s:2:"FL";s:4:"_tax";d:0;}i:23;O:11:"WPSC_Region":5:{s:3:"_id";i:23;s:11:"_country_id";i:136;s:5:"_name";s:7:"Georgia";s:5:"_code";s:2:"GA";s:4:"_tax";d:0;}i:24;O:11:"WPSC_Region":5:{s:3:"_id";i:24;s:11:"_country_id";i:136;s:5:"_name";s:6:"Hawaii";s:5:"_code";s:2:"HI";s:4:"_tax";d:0;}i:28;O:11:"WPSC_Region":5:{s:3:"_id";i:28;s:11:"_country_id";i:136;s:5:"_name";s:4:"Iowa";s:5:"_code";s:2:"IA";s:4:"_tax";d:0;}i:25;O:11:"WPSC_Region":5:{s:3:"_id";i:25;s:11:"_country_id";i:136;s:5:"_name";s:5:"Idaho";s:5:"_code";s:2:"ID";s:4:"_tax";d:0;}i:26;O:11:"WPSC_Region":5:{s:3:"_id";i:26;s:11:"_country_id";i:136;s:5:"_name";s:8:"Illinois";s:5:"_code";s:2:"IL";s:4:"_tax";d:0;}i:27;O:11:"WPSC_Region":5:{s:3:"_id";i:27;s:11:"_country_id";i:136;s:5:"_name";s:7:"Indiana";s:5:"_code";s:2:"IN";s:4:"_tax";d:0;}i:29;O:11:"WPSC_Region":5:{s:3:"_id";i:29;s:11:"_country_id";i:136;s:5:"_name";s:6:"Kansas";s:5:"_code";s:2:"KS";s:4:"_tax";d:0;}i:30;O:11:"WPSC_Region":5:{s:3:"_id";i:30;s:11:"_country_id";i:136;s:5:"_name";s:8:"Kentucky";s:5:"_code";s:2:"KY";s:4:"_tax";d:0;}i:31;O:11:"WPSC_Region":5:{s:3:"_id";i:31;s:11:"_country_id";i:136;s:5:"_name";s:9:"Louisiana";s:5:"_code";s:2:"LA";s:4:"_tax";d:0;}i:34;O:11:"WPSC_Region":5:{s:3:"_id";i:34;s:11:"_country_id";i:136;s:5:"_name";s:13:"Massachusetts";s:5:"_code";s:2:"MA";s:4:"_tax";d:0;}i:33;O:11:"WPSC_Region":5:{s:3:"_id";i:33;s:11:"_country_id";i:136;s:5:"_name";s:8:"Maryland";s:5:"_code";s:2:"MD";s:4:"_tax";d:0;}i:32;O:11:"WPSC_Region":5:{s:3:"_id";i:32;s:11:"_country_id";i:136;s:5:"_name";s:5:"Maine";s:5:"_code";s:2:"ME";s:4:"_tax";d:0;}i:35;O:11:"WPSC_Region":5:{s:3:"_id";i:35;s:11:"_country_id";i:136;s:5:"_name";s:8:"Michigan";s:5:"_code";s:2:"MI";s:4:"_tax";d:0;}i:36;O:11:"WPSC_Region":5:{s:3:"_id";i:36;s:11:"_country_id";i:136;s:5:"_name";s:9:"Minnesota";s:5:"_code";s:2:"MN";s:4:"_tax";d:0;}i:38;O:11:"WPSC_Region":5:{s:3:"_id";i:38;s:11:"_country_id";i:136;s:5:"_name";s:8:"Missouri";s:5:"_code";s:2:"MO";s:4:"_tax";d:0;}i:37;O:11:"WPSC_Region":5:{s:3:"_id";i:37;s:11:"_country_id";i:136;s:5:"_name";s:11:"Mississippi";s:5:"_code";s:2:"MS";s:4:"_tax";d:0;}i:39;O:11:"WPSC_Region":5:{s:3:"_id";i:39;s:11:"_country_id";i:136;s:5:"_name";s:7:"Montana";s:5:"_code";s:2:"MT";s:4:"_tax";d:0;}i:46;O:11:"WPSC_Region":5:{s:3:"_id";i:46;s:11:"_country_id";i:136;s:5:"_name";s:14:"North Carolina";s:5:"_code";s:2:"NC";s:4:"_tax";d:0;}i:47;O:11:"WPSC_Region":5:{s:3:"_id";i:47;s:11:"_country_id";i:136;s:5:"_name";s:12:"North Dakota";s:5:"_code";s:2:"ND";s:4:"_tax";d:0;}i:40;O:11:"WPSC_Region":5:{s:3:"_id";i:40;s:11:"_country_id";i:136;s:5:"_name";s:8:"Nebraska";s:5:"_code";s:2:"NE";s:4:"_tax";d:0;}i:42;O:11:"WPSC_Region":5:{s:3:"_id";i:42;s:11:"_country_id";i:136;s:5:"_name";s:13:"New Hampshire";s:5:"_code";s:2:"NH";s:4:"_tax";d:0;}i:43;O:11:"WPSC_Region":5:{s:3:"_id";i:43;s:11:"_country_id";i:136;s:5:"_name";s:10:"New Jersey";s:5:"_code";s:2:"NJ";s:4:"_tax";d:0;}i:44;O:11:"WPSC_Region":5:{s:3:"_id";i:44;s:11:"_country_id";i:136;s:5:"_name";s:10:"New Mexico";s:5:"_code";s:2:"NM";s:4:"_tax";d:0;}i:41;O:11:"WPSC_Region":5:{s:3:"_id";i:41;s:11:"_country_id";i:136;s:5:"_name";s:6:"Nevada";s:5:"_code";s:2:"NV";s:4:"_tax";d:0;}i:45;O:11:"WPSC_Region":5:{s:3:"_id";i:45;s:11:"_country_id";i:136;s:5:"_name";s:8:"New York";s:5:"_code";s:2:"NY";s:4:"_tax";d:0;}i:48;O:11:"WPSC_Region":5:{s:3:"_id";i:48;s:11:"_country_id";i:136;s:5:"_name";s:4:"Ohio";s:5:"_code";s:2:"OH";s:4:"_tax";d:0;}i:49;O:11:"WPSC_Region":5:{s:3:"_id";i:49;s:11:"_country_id";i:136;s:5:"_name";s:8:"Oklahoma";s:5:"_code";s:2:"OK";s:4:"_tax";d:0;}i:50;O:11:"WPSC_Region":5:{s:3:"_id";i:50;s:11:"_country_id";i:136;s:5:"_name";s:6:"Oregon";s:5:"_code";s:2:"OR";s:4:"_tax";d:0;}i:51;O:11:"WPSC_Region":5:{s:3:"_id";i:51;s:11:"_country_id";i:136;s:5:"_name";s:12:"Pennsylvania";s:5:"_code";s:2:"PA";s:4:"_tax";d:0;}i:52;O:11:"WPSC_Region":5:{s:3:"_id";i:52;s:11:"_country_id";i:136;s:5:"_name";s:12:"Rhode Island";s:5:"_code";s:2:"RI";s:4:"_tax";d:0;}i:53;O:11:"WPSC_Region":5:{s:3:"_id";i:53;s:11:"_country_id";i:136;s:5:"_name";s:14:"South Carolina";s:5:"_code";s:2:"SC";s:4:"_tax";d:0;}i:54;O:11:"WPSC_Region":5:{s:3:"_id";i:54;s:11:"_country_id";i:136;s:5:"_name";s:12:"South Dakota";s:5:"_code";s:2:"SD";s:4:"_tax";d:0;}i:55;O:11:"WPSC_Region":5:{s:3:"_id";i:55;s:11:"_country_id";i:136;s:5:"_name";s:9:"Tennessee";s:5:"_code";s:2:"TN";s:4:"_tax";d:0;}i:56;O:11:"WPSC_Region":5:{s:3:"_id";i:56;s:11:"_country_id";i:136;s:5:"_name";s:5:"Texas";s:5:"_code";s:2:"TX";s:4:"_tax";d:0;}i:57;O:11:"WPSC_Region":5:{s:3:"_id";i:57;s:11:"_country_id";i:136;s:5:"_name";s:4:"Utah";s:5:"_code";s:2:"UT";s:4:"_tax";d:0;}i:59;O:11:"WPSC_Region":5:{s:3:"_id";i:59;s:11:"_country_id";i:136;s:5:"_name";s:8:"Virginia";s:5:"_code";s:2:"VA";s:4:"_tax";d:0;}i:58;O:11:"WPSC_Region":5:{s:3:"_id";i:58;s:11:"_country_id";i:136;s:5:"_name";s:7:"Vermont";s:5:"_code";s:2:"VT";s:4:"_tax";d:0;}i:60;O:11:"WPSC_Region":5:{s:3:"_id";i:60;s:11:"_country_id";i:136;s:5:"_name";s:10:"Washington";s:5:"_code";s:2:"WA";s:4:"_tax";d:0;}i:63;O:11:"WPSC_Region":5:{s:3:"_id";i:63;s:11:"_country_id";i:136;s:5:"_name";s:9:"Wisconsin";s:5:"_code";s:2:"WI";s:4:"_tax";d:0;}i:62;O:11:"WPSC_Region":5:{s:3:"_id";i:62;s:11:"_country_id";i:136;s:5:"_name";s:13:"West Virginia";s:5:"_code";s:2:"WV";s:4:"_tax";d:0;}i:64;O:11:"WPSC_Region":5:{s:3:"_id";i:64;s:11:"_country_id";i:136;s:5:"_name";s:7:"Wyoming";s:5:"_code";s:2:"WY";s:4:"_tax";d:0;}}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:137;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"137";s:5:"_name";s:9:"Australia";s:8:"_isocode";s:2:"AU";s:14:"_currency_name";s:17:"Australian Dollar";s:14:"_currency_code";s:3:"AUD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:139;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"139";s:5:"_name";s:9:"Mauritius";s:8:"_isocode";s:2:"MU";s:14:"_currency_name";s:15:"Mauritius Rupee";s:14:"_currency_code";s:3:"MUR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:140;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"140";s:5:"_name";s:7:"Mayotte";s:8:"_isocode";s:2:"YT";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:141;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"141";s:5:"_name";s:6:"Mexico";s:8:"_isocode";s:2:"MX";s:14:"_currency_name";s:18:"Mexican Nuevo Peso";s:14:"_currency_code";s:3:"MXN";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:142;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"142";s:5:"_name";s:10:"Micronesia";s:8:"_isocode";s:2:"FM";s:14:"_currency_name";s:9:"US Dollar";s:14:"_currency_code";s:3:"USD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:143;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"143";s:5:"_name";s:7:"Moldova";s:8:"_isocode";s:2:"MD";s:14:"_currency_name";s:12:"Moldovan Leu";s:14:"_currency_code";s:3:"MDL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:144;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"144";s:5:"_name";s:6:"Monaco";s:8:"_isocode";s:2:"MC";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:145;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"145";s:5:"_name";s:8:"Mongolia";s:8:"_isocode";s:2:"MN";s:14:"_currency_name";s:16:"Mongolian Tugrik";s:14:"_currency_code";s:3:"MNT";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:146;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"146";s:5:"_name";s:10:"Montserrat";s:8:"_isocode";s:2:"MS";s:14:"_currency_name";s:21:"East Caribbean Dollar";s:14:"_currency_code";s:3:"XCD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:147;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"147";s:5:"_name";s:7:"Morocco";s:8:"_isocode";s:2:"MA";s:14:"_currency_name";s:15:"Moroccan Dirham";s:14:"_currency_code";s:3:"MAD";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:148;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"148";s:5:"_name";s:10:"Mozambique";s:8:"_isocode";s:2:"MZ";s:14:"_currency_name";s:18:"Mozambique Metical";s:14:"_currency_code";s:3:"MZM";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:149;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"149";s:5:"_name";s:7:"Myanmar";s:8:"_isocode";s:2:"MM";s:14:"_currency_name";s:12:"Myanmar Kyat";s:14:"_currency_code";s:3:"MMK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:150;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"150";s:5:"_name";s:7:"Namibia";s:8:"_isocode";s:2:"NA";s:14:"_currency_name";s:15:"Namibian Dollar";s:14:"_currency_code";s:3:"NAD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:151;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"151";s:5:"_name";s:5:"Nauru";s:8:"_isocode";s:2:"NR";s:14:"_currency_name";s:17:"Australian Dollar";s:14:"_currency_code";s:3:"AUD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:152;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"152";s:5:"_name";s:5:"Nepal";s:8:"_isocode";s:2:"NP";s:14:"_currency_name";s:14:"Nepalese Rupee";s:14:"_currency_code";s:3:"NPR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:153;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"153";s:5:"_name";s:11:"Netherlands";s:8:"_isocode";s:2:"NL";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:155;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"155";s:5:"_name";s:22:"New Caledonia (French)";s:8:"_isocode";s:2:"NC";s:14:"_currency_name";s:9:"CFP Franc";s:14:"_currency_code";s:3:"XPF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:156;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"156";s:5:"_name";s:11:"New Zealand";s:8:"_isocode";s:2:"NZ";s:14:"_currency_name";s:18:"New Zealand Dollar";s:14:"_currency_code";s:3:"NZD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:4:"12.5";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:157;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"157";s:5:"_name";s:9:"Nicaragua";s:8:"_isocode";s:2:"NI";s:14:"_currency_name";s:22:"Nicaraguan Cordoba Oro";s:14:"_currency_code";s:3:"NIC";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:158;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"158";s:5:"_name";s:5:"Niger";s:8:"_isocode";s:2:"NE";s:14:"_currency_name";s:15:"CFA Franc BCEAO";s:14:"_currency_code";s:3:"XOF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:159;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"159";s:5:"_name";s:7:"Nigeria";s:8:"_isocode";s:2:"NG";s:14:"_currency_name";s:14:"Nigerian Naira";s:14:"_currency_code";s:3:"NGN";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:160;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"160";s:5:"_name";s:4:"Niue";s:8:"_isocode";s:2:"NU";s:14:"_currency_name";s:18:"New Zealand Dollar";s:14:"_currency_code";s:3:"NZD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:161;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"161";s:5:"_name";s:14:"Norfolk Island";s:8:"_isocode";s:2:"NF";s:14:"_currency_name";s:17:"Australian Dollar";s:14:"_currency_code";s:3:"AUD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:162;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"162";s:5:"_name";s:24:"Northern Mariana Islands";s:8:"_isocode";s:2:"MP";s:14:"_currency_name";s:9:"US Dollar";s:14:"_currency_code";s:3:"USD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:163;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"163";s:5:"_name";s:6:"Norway";s:8:"_isocode";s:2:"NO";s:14:"_currency_name";s:15:"Norwegian Krone";s:14:"_currency_code";s:3:"NOK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:164;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"164";s:5:"_name";s:4:"Oman";s:8:"_isocode";s:2:"OM";s:14:"_currency_name";s:10:"Omani Rial";s:14:"_currency_code";s:3:"OMR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:165;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"165";s:5:"_name";s:8:"Pakistan";s:8:"_isocode";s:2:"PK";s:14:"_currency_name";s:14:"Pakistan Rupee";s:14:"_currency_code";s:3:"PKR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:166;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"166";s:5:"_name";s:5:"Palau";s:8:"_isocode";s:2:"PW";s:14:"_currency_name";s:9:"US Dollar";s:14:"_currency_code";s:3:"USD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:167;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"167";s:5:"_name";s:6:"Panama";s:8:"_isocode";s:2:"PA";s:14:"_currency_name";s:17:"Panamanian Balboa";s:14:"_currency_code";s:3:"PAB";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:168;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"168";s:5:"_name";s:16:"Papua New Guinea";s:8:"_isocode";s:2:"PG";s:14:"_currency_name";s:21:"Papua New Guinea Kina";s:14:"_currency_code";s:3:"PGK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:169;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"169";s:5:"_name";s:8:"Paraguay";s:8:"_isocode";s:2:"PY";s:14:"_currency_name";s:16:"Paraguay Guarani";s:14:"_currency_code";s:3:"PYG";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:170;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"170";s:5:"_name";s:4:"Peru";s:8:"_isocode";s:2:"PE";s:14:"_currency_name";s:18:"Peruvian Nuevo Sol";s:14:"_currency_code";s:3:"PEN";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:171;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"171";s:5:"_name";s:11:"Philippines";s:8:"_isocode";s:2:"PH";s:14:"_currency_name";s:15:"Philippine Peso";s:14:"_currency_code";s:3:"PHP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:172;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"172";s:5:"_name";s:15:"Pitcairn Island";s:8:"_isocode";s:2:"PN";s:14:"_currency_name";s:18:"New Zealand Dollar";s:14:"_currency_code";s:3:"NZD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:173;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"173";s:5:"_name";s:6:"Poland";s:8:"_isocode";s:2:"PL";s:14:"_currency_name";s:12:"Polish Zloty";s:14:"_currency_code";s:3:"PLZ";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:174;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"174";s:5:"_name";s:18:"Polynesia (French)";s:8:"_isocode";s:2:"PF";s:14:"_currency_name";s:9:"CFP Franc";s:14:"_currency_code";s:3:"XPF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:175;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"175";s:5:"_name";s:8:"Portugal";s:8:"_isocode";s:2:"PT";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:176;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"176";s:5:"_name";s:11:"Puerto Rico";s:8:"_isocode";s:2:"PR";s:14:"_currency_name";s:9:"US Dollar";s:14:"_currency_code";s:3:"USD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:177;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"177";s:5:"_name";s:5:"Qatar";s:8:"_isocode";s:2:"QA";s:14:"_currency_name";s:11:"Qatari Rial";s:14:"_currency_code";s:3:"QAR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:178;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"178";s:5:"_name";s:16:"Reunion (French)";s:8:"_isocode";s:2:"RE";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:179;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"179";s:5:"_name";s:7:"Romania";s:8:"_isocode";s:2:"RO";s:14:"_currency_name";s:12:"Romanian Leu";s:14:"_currency_code";s:3:"ROL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:180;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"180";s:5:"_name";s:6:"Russia";s:8:"_isocode";s:2:"RU";s:14:"_currency_name";s:13:"Russian Ruble";s:14:"_currency_code";s:3:"RUR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:181;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"181";s:5:"_name";s:6:"Rwanda";s:8:"_isocode";s:2:"RW";s:14:"_currency_name";s:12:"Rwanda Franc";s:14:"_currency_code";s:3:"RWF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:182;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"182";s:5:"_name";s:12:"Saint Helena";s:8:"_isocode";s:2:"SH";s:14:"_currency_name";s:16:"St. Helena Pound";s:14:"_currency_code";s:3:"SHP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:183;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"183";s:5:"_name";s:28:"Saint Kitts & Nevis Anguilla";s:8:"_isocode";s:2:"KN";s:14:"_currency_name";s:21:"East Caribbean Dollar";s:14:"_currency_code";s:3:"XCD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:184;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"184";s:5:"_name";s:11:"Saint Lucia";s:8:"_isocode";s:2:"LC";s:14:"_currency_name";s:21:"East Caribbean Dollar";s:14:"_currency_code";s:3:"XCD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:185;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"185";s:5:"_name";s:25:"Saint Pierre and Miquelon";s:8:"_isocode";s:2:"PM";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:186;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"186";s:5:"_name";s:26:"Saint Vincent & Grenadines";s:8:"_isocode";s:2:"VC";s:14:"_currency_name";s:21:"East Caribbean Dollar";s:14:"_currency_code";s:3:"XCD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:187;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"187";s:5:"_name";s:5:"Samoa";s:8:"_isocode";s:2:"WS";s:14:"_currency_name";s:11:"Samoan Tala";s:14:"_currency_code";s:3:"WST";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:188;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"188";s:5:"_name";s:10:"San Marino";s:8:"_isocode";s:2:"SM";s:14:"_currency_name";s:12:"Italian Lira";s:14:"_currency_code";s:3:"ITL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:189;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"189";s:5:"_name";s:21:"Sao Tome and Principe";s:8:"_isocode";s:2:"ST";s:14:"_currency_name";s:5:"Dobra";s:14:"_currency_code";s:3:"STD";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:190;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"190";s:5:"_name";s:12:"Saudi Arabia";s:8:"_isocode";s:2:"SA";s:14:"_currency_name";s:11:"Saudi Riyal";s:14:"_currency_code";s:3:"SAR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:191;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"191";s:5:"_name";s:7:"Senegal";s:8:"_isocode";s:2:"SN";s:14:"_currency_name";s:15:"CFA Franc BCEAO";s:14:"_currency_code";s:3:"XOF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:192;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"192";s:5:"_name";s:10:"Seychelles";s:8:"_isocode";s:2:"SC";s:14:"_currency_name";s:16:"Seychelles Rupee";s:14:"_currency_code";s:3:"SCR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:193;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"193";s:5:"_name";s:12:"Sierra Leone";s:8:"_isocode";s:2:"SL";s:14:"_currency_name";s:18:"Sierra Leone Leone";s:14:"_currency_code";s:3:"SLL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:194;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"194";s:5:"_name";s:9:"Singapore";s:8:"_isocode";s:2:"SG";s:14:"_currency_name";s:16:"Singapore Dollar";s:14:"_currency_code";s:3:"SGD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:195;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"195";s:5:"_name";s:8:"Slovakia";s:8:"_isocode";s:2:"SK";s:14:"_currency_name";s:13:"Slovak Koruna";s:14:"_currency_code";s:3:"SKK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:196;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"196";s:5:"_name";s:8:"Slovenia";s:8:"_isocode";s:2:"SI";s:14:"_currency_name";s:15:"Slovenian Tolar";s:14:"_currency_code";s:3:"SIT";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:197;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"197";s:5:"_name";s:15:"Solomon Islands";s:8:"_isocode";s:2:"SB";s:14:"_currency_name";s:22:"Solomon Islands Dollar";s:14:"_currency_code";s:3:"SBD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:198;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"198";s:5:"_name";s:7:"Somalia";s:8:"_isocode";s:2:"SO";s:14:"_currency_name";s:15:"Somali Shilling";s:14:"_currency_code";s:3:"SOD";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:199;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"199";s:5:"_name";s:12:"South Africa";s:8:"_isocode";s:2:"ZA";s:14:"_currency_name";s:18:"South African Rand";s:14:"_currency_code";s:3:"ZAR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:200;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"200";s:5:"_name";s:38:"South Georgia & South Sandwich Islands";s:8:"_isocode";s:2:"GS";s:14:"_currency_name";s:14:"Pound Sterling";s:14:"_currency_code";s:3:"GBP";s:16:"_currency_symbol";s:2:"£";s:21:"_currency_symbol_html";s:6:"&#163;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:201;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"201";s:5:"_name";s:5:"Spain";s:8:"_isocode";s:2:"ES";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:202;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"202";s:5:"_name";s:9:"Sri Lanka";s:8:"_isocode";s:2:"LK";s:14:"_currency_name";s:15:"Sri Lanka Rupee";s:14:"_currency_code";s:3:"LKR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:203;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"203";s:5:"_name";s:5:"Sudan";s:8:"_isocode";s:2:"SD";s:14:"_currency_name";s:14:"Sudanese Dinar";s:14:"_currency_code";s:3:"SDD";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:204;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"204";s:5:"_name";s:8:"Suriname";s:8:"_isocode";s:2:"SR";s:14:"_currency_name";s:15:"Surinam Guilder";s:14:"_currency_code";s:3:"SRG";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:205;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"205";s:5:"_name";s:30:"Svalbard and Jan Mayen Islands";s:8:"_isocode";s:2:"SJ";s:14:"_currency_name";s:15:"Norwegian Krone";s:14:"_currency_code";s:3:"NOK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:0:"";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:206;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"206";s:5:"_name";s:9:"Swaziland";s:8:"_isocode";s:2:"SZ";s:14:"_currency_name";s:19:"Swaziland Lilangeni";s:14:"_currency_code";s:3:"SZL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:207;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"207";s:5:"_name";s:6:"Sweden";s:8:"_isocode";s:2:"SE";s:14:"_currency_name";s:13:"Swedish Krona";s:14:"_currency_code";s:3:"SEK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:208;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"208";s:5:"_name";s:11:"Switzerland";s:8:"_isocode";s:2:"CH";s:14:"_currency_name";s:11:"Swiss Franc";s:14:"_currency_code";s:3:"CHF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:209;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"209";s:5:"_name";s:5:"Syria";s:8:"_isocode";s:2:"SY";s:14:"_currency_name";s:12:"Syrian Pound";s:14:"_currency_code";s:3:"SYP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:210;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"210";s:5:"_name";s:6:"Taiwan";s:8:"_isocode";s:2:"TW";s:14:"_currency_name";s:13:"Taiwan Dollar";s:14:"_currency_code";s:3:"TWD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:211;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"211";s:5:"_name";s:10:"Tajikistan";s:8:"_isocode";s:2:"TJ";s:14:"_currency_name";s:11:"Tajik Ruble";s:14:"_currency_code";s:3:"TJR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:212;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"212";s:5:"_name";s:8:"Tanzania";s:8:"_isocode";s:2:"TZ";s:14:"_currency_name";s:18:"Tanzanian Shilling";s:14:"_currency_code";s:3:"TZS";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:213;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"213";s:5:"_name";s:8:"Thailand";s:8:"_isocode";s:2:"TH";s:14:"_currency_name";s:9:"Thai Baht";s:14:"_currency_code";s:3:"THB";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:214;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"214";s:5:"_name";s:4:"Togo";s:8:"_isocode";s:2:"TG";s:14:"_currency_name";s:15:"CFA Franc BCEAO";s:14:"_currency_code";s:3:"XOF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:215;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"215";s:5:"_name";s:7:"Tokelau";s:8:"_isocode";s:2:"TK";s:14:"_currency_name";s:18:"New Zealand Dollar";s:14:"_currency_code";s:3:"NZD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:216;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"216";s:5:"_name";s:5:"Tonga";s:8:"_isocode";s:2:"TO";s:14:"_currency_name";s:19:"Tongan Pa&#699;anga";s:14:"_currency_code";s:3:"TOP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:217;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"217";s:5:"_name";s:19:"Trinidad and Tobago";s:8:"_isocode";s:2:"TT";s:14:"_currency_name";s:26:"Trinidad and Tobago Dollar";s:14:"_currency_code";s:3:"TTD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:218;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"218";s:5:"_name";s:7:"Tunisia";s:8:"_isocode";s:2:"TN";s:14:"_currency_name";s:15:"Tunisian Dollar";s:14:"_currency_code";s:3:"TND";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:219;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"219";s:5:"_name";s:6:"Turkey";s:8:"_isocode";s:2:"TR";s:14:"_currency_name";s:12:"Turkish Lira";s:14:"_currency_code";s:3:"TRL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:220;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"220";s:5:"_name";s:12:"Turkmenistan";s:8:"_isocode";s:2:"TM";s:14:"_currency_name";s:5:"Manat";s:14:"_currency_code";s:3:"TMM";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:221;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"221";s:5:"_name";s:24:"Turks and Caicos Islands";s:8:"_isocode";s:2:"TC";s:14:"_currency_name";s:9:"US Dollar";s:14:"_currency_code";s:3:"USD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:222;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"222";s:5:"_name";s:6:"Tuvalu";s:8:"_isocode";s:2:"TV";s:14:"_currency_name";s:17:"Australian Dollar";s:14:"_currency_code";s:3:"AUD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:224;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"224";s:5:"_name";s:6:"Uganda";s:8:"_isocode";s:2:"UG";s:14:"_currency_name";s:15:"Uganda Shilling";s:14:"_currency_code";s:3:"UGS";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:225;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"225";s:5:"_name";s:7:"Ukraine";s:8:"_isocode";s:2:"UA";s:14:"_currency_name";s:15:"Ukraine Hryvnia";s:14:"_currency_code";s:3:"UAG";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:226;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"226";s:5:"_name";s:20:"United Arab Emirates";s:8:"_isocode";s:2:"AE";s:14:"_currency_name";s:20:"Arab Emirates Dirham";s:14:"_currency_code";s:3:"AED";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:227;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"227";s:5:"_name";s:7:"Uruguay";s:8:"_isocode";s:2:"UY";s:14:"_currency_name";s:14:"Uruguayan Peso";s:14:"_currency_code";s:3:"UYP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:228;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"228";s:5:"_name";s:26:"USA Minor Outlying Islands";s:8:"_isocode";s:2:"UM";s:14:"_currency_name";s:9:"US Dollar";s:14:"_currency_code";s:3:"USD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:0:"";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:229;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"229";s:5:"_name";s:10:"Uzbekistan";s:8:"_isocode";s:2:"UZ";s:14:"_currency_name";s:14:"Uzbekistan Sum";s:14:"_currency_code";s:3:"UZS";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:230;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"230";s:5:"_name";s:7:"Vanuatu";s:8:"_isocode";s:2:"VU";s:14:"_currency_name";s:12:"Vanuatu Vatu";s:14:"_currency_code";s:3:"VUV";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:231;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"231";s:5:"_name";s:7:"Vatican";s:8:"_isocode";s:2:"VA";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:232;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"232";s:5:"_name";s:9:"Venezuela";s:8:"_isocode";s:2:"VE";s:14:"_currency_name";s:18:"Venezuelan Bolivar";s:14:"_currency_code";s:3:"VUB";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:233;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"233";s:5:"_name";s:7:"Vietnam";s:8:"_isocode";s:2:"VN";s:14:"_currency_name";s:15:"Vietnamese Dong";s:14:"_currency_code";s:3:"VND";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:234;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"234";s:5:"_name";s:24:"Virgin Islands (British)";s:8:"_isocode";s:2:"VG";s:14:"_currency_name";s:9:"US Dollar";s:14:"_currency_code";s:3:"USD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:235;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"235";s:5:"_name";s:20:"Virgin Islands (USA)";s:8:"_isocode";s:2:"VI";s:14:"_currency_name";s:9:"US Dollar";s:14:"_currency_code";s:3:"USD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:236;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"236";s:5:"_name";s:25:"Wallis and Futuna Islands";s:8:"_isocode";s:2:"WF";s:14:"_currency_name";s:9:"CFP Franc";s:14:"_currency_code";s:3:"XPF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:237;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"237";s:5:"_name";s:14:"Western Sahara";s:8:"_isocode";s:2:"EH";s:14:"_currency_name";s:15:"Moroccan Dirham";s:14:"_currency_code";s:3:"MAD";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:238;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"238";s:5:"_name";s:5:"Yemen";s:8:"_isocode";s:2:"YE";s:14:"_currency_name";s:11:"Yemeni Rial";s:14:"_currency_code";s:3:"YER";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:240;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"240";s:5:"_name";s:6:"Zambia";s:8:"_isocode";s:2:"ZM";s:14:"_currency_name";s:14:"Zambian Kwacha";s:14:"_currency_code";s:3:"ZMK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:241;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"241";s:5:"_name";s:8:"Zimbabwe";s:8:"_isocode";s:2:"ZW";s:14:"_currency_name";s:15:"Zimbabwe Dollar";s:14:"_currency_code";s:3:"ZWD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:242;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"242";s:5:"_name";s:11:"Deutschland";s:8:"_isocode";s:2:"DE";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:0:{}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:10:"currencies";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";N;s:13:"_map_callback";a:2:{i:0;s:14:"WPSC_Countries";i:1;s:37:"_create_currency_by_currency_code_map";}s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7562632, '_transient_timeout_wpsc_theme_path', '1408516285', 'no') ; 
INSERT INTO `wp_options` VALUES (7364271, '_transient_timeout_wflginfl_1825185817', '1403726865', 'no') ; 
INSERT INTO `wp_options` VALUES (7562633, '_transient_wpsc_theme_path', '/home/admin/web/default.domain/public_html/gws/aazk/wp-content/plugins/wp-e-commerce/wpsc-components/theme-engine-v1/templates/', 'no') ; 
INSERT INTO `wp_options` VALUES (7355043, '_wpsc_last_delete_expired_visitors_cron', '2014-06-03 22:12:58', 'no') ; 
INSERT INTO `wp_options` VALUES (7356135, '_transient_timeout_wflginfl_620409699', '1402044644', 'no') ; 
INSERT INTO `wp_options` VALUES (7356136, '_transient_wflginfl_620409699', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7355105, '_transient_timeout_wflginfl_3474985738', '1401843923', 'no') ; 
INSERT INTO `wp_options` VALUES (7355106, '_transient_wflginfl_3474985738', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7355116, '_transient_timeout_wflginfl_2889358920', '1401845151', 'no') ; 
INSERT INTO `wp_options` VALUES (7355117, '_transient_wflginfl_2889358920', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7355142, '_transient_timeout_wflginfl_1808919559', '1401854915', 'no') ; 
INSERT INTO `wp_options` VALUES (7355143, '_transient_wflginfl_1808919559', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7361239, '_site_transient_browser_c64665ac242433b4edfc63a64afc0223', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:17:"Internet Explorer";s:7:"version";s:4:"10.0";s:10:"update_url";s:51:"http://www.microsoft.com/windows/internet-explorer/";s:7:"img_src";s:45:"http://s.wordpress.org/images/browsers/ie.png";s:11:"img_src_ssl";s:44:"https://wordpress.org/images/browsers/ie.png";s:15:"current_version";s:1:"9";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7355207, '_transient_timeout_wflginfl_1281508118', '1401875357', 'no') ; 
INSERT INTO `wp_options` VALUES (7355148, '_transient_timeout_wffgt_2920716541', '1401855721', 'no') ; 
INSERT INTO `wp_options` VALUES (7355149, '_transient_wffgt_2920716541', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7355208, '_transient_wflginfl_1281508118', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7355257, '_site_transient_timeout_browser_e03c9d80797574e917a5fbb07198666e', '1402492365', 'yes') ; 
INSERT INTO `wp_options` VALUES (7355258, '_site_transient_browser_e03c9d80797574e917a5fbb07198666e', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";N;s:7:"version";N;s:10:"update_url";s:0:"";s:7:"img_src";s:0:"";s:11:"img_src_ssl";s:0:"";s:15:"current_version";s:0:"";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7355301, '_transient_timeout_wflginfl_2783384791', '1401895643', 'no') ; 
INSERT INTO `wp_options` VALUES (7355302, '_transient_wflginfl_2783384791', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7361238, '_site_transient_timeout_browser_c64665ac242433b4edfc63a64afc0223', '1403699353', 'yes') ; 
INSERT INTO `wp_options` VALUES (7355338, 'wpsc-variation_children', 'a:8:{i:99;a:3:{i:0;i:24;i:1;i:100;i:2;i:114;}i:88;a:2:{i:0;i:89;i:1;i:90;}i:91;a:7:{i:0;i:92;i:1;i:93;i:2;i:94;i:3;i:95;i:4;i:96;i:5;i:97;i:6;i:98;}i:112;a:1:{i:0;i:113;}i:115;a:6:{i:0;i:116;i:1;i:117;i:2;i:118;i:3;i:119;i:4;i:120;i:5;i:121;}i:122;a:3:{i:0;i:123;i:1;i:124;i:2;i:125;}i:126;a:3:{i:0;i:127;i:1;i:128;i:2;i:129;}i:130;a:2:{i:0;i:131;i:1;i:132;}}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7360947, '_transient_wflginfl_1188252903', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7556102, '_transient_timeout_wflginfl_1626968317', '1407288953', 'no') ; 
INSERT INTO `wp_options` VALUES (7556103, '_transient_wflginfl_1626968317', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7355390, '_transient_timeout_wflginfl_3427120641', '1401911958', 'no') ; 
INSERT INTO `wp_options` VALUES (7355391, '_transient_wflginfl_3427120641', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7355371, '_transient_timeout_wffgt_1824648464', '1401906618', 'no') ; 
INSERT INTO `wp_options` VALUES (7355372, '_transient_wffgt_1824648464', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7364272, '_transient_wflginfl_1825185817', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7355433, '_transient_timeout_wffgt_2917410856', '1401919463', 'no') ; 
INSERT INTO `wp_options` VALUES (7355434, '_transient_wffgt_2917410856', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7364250, '_transient_timeout_wffgt_1281198347', '1403722965', 'no') ; 
INSERT INTO `wp_options` VALUES (7364251, '_transient_wffgt_1281198347', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7355541, '_transient_timeout_wflginfl_403138251', '1401942490', 'no') ; 
INSERT INTO `wp_options` VALUES (7355542, '_transient_wflginfl_403138251', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7545794, '_site_transient_timeout_browser_2a55e9d62cb245a80d07d5b8f06ce949', '1406135773', 'yes') ; 
INSERT INTO `wp_options` VALUES (7545795, '_site_transient_browser_2a55e9d62cb245a80d07d5b8f06ce949', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"35.0.1916.153";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7360817, '_transient_wflginfl_1208796482', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7369124, '_transient_timeout_wflginfl_2901836658', '1404478086', 'no') ; 
INSERT INTO `wp_options` VALUES (7369125, '_transient_wflginfl_2901836658', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7360736, '_transient_timeout_wflginfl_1187053667', '1403003968', 'no') ; 
INSERT INTO `wp_options` VALUES (7360737, '_transient_wflginfl_1187053667', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7360738, '_transient_timeout_wffgt_1187053667', '1403003989', 'no') ; 
INSERT INTO `wp_options` VALUES (7360739, '_transient_wffgt_1187053667', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7360816, '_transient_timeout_wflginfl_1208796482', '1403019146', 'no') ; 
INSERT INTO `wp_options` VALUES (7360638, '_transient_timeout_wffgt_1111133085', '1402971771', 'no') ; 
INSERT INTO `wp_options` VALUES (7355719, '_transient_timeout_wflginfl_2902649888', '1401967574', 'no') ; 
INSERT INTO `wp_options` VALUES (7355720, '_transient_wflginfl_2902649888', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7355721, '_transient_timeout_wffgt_2902649888', '1401967489', 'no') ; 
INSERT INTO `wp_options` VALUES (7355722, '_transient_wffgt_2902649888', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7360455, '_site_transient_browser_508ed7154c74c16f93d0848dd628ae83', 'a:9:{s:8:"platform";s:6:"iPhone";s:4:"name";s:6:"iPhone";s:7:"version";s:3:"7.0";s:10:"update_url";s:0:"";s:7:"img_src";s:0:"";s:11:"img_src_ssl";s:0:"";s:15:"current_version";s:0:"";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7355777, '_transient_timeout_wflginfl_1187010933', '1401973787', 'no') ; 
INSERT INTO `wp_options` VALUES (7355778, '_transient_wflginfl_1187010933', '5', 'no') ; 
INSERT INTO `wp_options` VALUES (7547621, '_transient_timeout_wflginfl_2794669719', '1405877163', 'no') ; 
INSERT INTO `wp_options` VALUES (7355821, '_transient_timeout_wflginfl_1631150743', '1401977758', 'no') ; 
INSERT INTO `wp_options` VALUES (7355822, '_transient_wflginfl_1631150743', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7355924, '_transient_timeout_wflginfl_1770590011', '1401991223', 'no') ; 
INSERT INTO `wp_options` VALUES (7355925, '_transient_wflginfl_1770590011', '7', 'no') ; 
INSERT INTO `wp_options` VALUES (7355994, '_transient_timeout_wflginfl_1113026675', '1402008756', 'no') ; 
INSERT INTO `wp_options` VALUES (7360290, '_transient_wflginfl_1187504960', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7355950, '_transient_timeout_wffgt_403024892', '1401993489', 'no') ; 
INSERT INTO `wp_options` VALUES (7355951, '_transient_wffgt_403024892', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7355995, '_transient_wflginfl_1113026675', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7356077, '_transient_timeout_wflginfl_2901792096', '1402023021', 'no') ; 
INSERT INTO `wp_options` VALUES (7356078, '_transient_wflginfl_2901792096', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7356016, '_transient_timeout_wffgt_1185619173', '1402012072', 'no') ; 
INSERT INTO `wp_options` VALUES (7356017, '_transient_wffgt_1185619173', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7356085, '_transient_timeout_wflginfl_405673848', '1402023554', 'no') ; 
INSERT INTO `wp_options` VALUES (7356086, '_transient_wflginfl_405673848', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7360273, '_transient_timeout_wffgt_2722638869', '1402928108', 'no') ; 
INSERT INTO `wp_options` VALUES (7356155, '_transient_timeout_wflginfl_1776715796', '1402052111', 'no') ; 
INSERT INTO `wp_options` VALUES (7356156, '_transient_wflginfl_1776715796', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7360237, '_transient_timeout_wflginfl_1886320617', '1402913179', 'no') ; 
INSERT INTO `wp_options` VALUES (7356237, '_transient_timeout_wffgt_213314978', '1402068480', 'no') ; 
INSERT INTO `wp_options` VALUES (7356238, '_transient_wffgt_213314978', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7364082, '_transient_timeout_wflginfl_135523771', '1403707732', 'no') ; 
INSERT INTO `wp_options` VALUES (7364083, '_transient_wflginfl_135523771', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7364088, '_transient_timeout_wflginfl_1187270840', '1403708034', 'no') ; 
INSERT INTO `wp_options` VALUES (7364089, '_transient_wflginfl_1187270840', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7359473, '_transient_wflginfl_1187506159', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7359495, '_transient_timeout_wflginfl_2916209864', '1402710243', 'no') ; 
INSERT INTO `wp_options` VALUES (7358524, '_transient_timeout_wflginfl_848783325', '1402489014', 'no') ; 
INSERT INTO `wp_options` VALUES (7358525, '_transient_wflginfl_848783325', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7545257, '_transient_timeout_wffgt_854694569', '1405434667', 'no') ; 
INSERT INTO `wp_options` VALUES (7545258, '_transient_wffgt_854694569', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7359838, '_transient_wflginfl_2918222524', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7357766, '_transient_timeout_wffgt_1220583989', '1402341715', 'no') ; 
INSERT INTO `wp_options` VALUES (7357767, '_transient_wffgt_1220583989', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7357525, '_transient_timeout_wffgt_418916721', '1402325306', 'no') ; 
INSERT INTO `wp_options` VALUES (7357526, '_transient_wffgt_418916721', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7357747, '_transient_timeout_wffgt_1747087727', '1402337721', 'no') ; 
INSERT INTO `wp_options` VALUES (7357748, '_transient_wffgt_1747087727', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7358999, '_transient_timeout_wflginfl_2796173204', '1402593038', 'no') ; 
INSERT INTO `wp_options` VALUES (7359000, '_transient_wflginfl_2796173204', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7357785, '_site_transient_timeout_browser_516dbc21177c71418daad301dad61862', '1402947865', 'yes') ; 
INSERT INTO `wp_options` VALUES (7357786, '_site_transient_browser_516dbc21177c71418daad301dad61862', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"35.0.1916.114";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7357793, '_transient_timeout_wflginfl_1802222577', '1402344477', 'no') ; 
INSERT INTO `wp_options` VALUES (7357794, '_transient_wflginfl_1802222577', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7360100, '_transient_wffgt_1173979252', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7360074, '_transient_timeout_wflginfl_1152952298', '1402865920', 'no') ; 
INSERT INTO `wp_options` VALUES (7360075, '_transient_wflginfl_1152952298', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7357806, '_transient_timeout_wflginfl_846447491', '1402348626', 'no') ; 
INSERT INTO `wp_options` VALUES (7357807, '_transient_wflginfl_846447491', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7357902, '_transient_timeout_wflginfl_2903842120', '1402369793', 'no') ; 
INSERT INTO `wp_options` VALUES (7360175, '_transient_timeout_wflginfl_2907310982', '1402892860', 'no') ; 
INSERT INTO `wp_options` VALUES (7357903, '_transient_wflginfl_2903842120', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7360070, '_transient_timeout_wffgt_1182140498', '1402864296', 'no') ; 
INSERT INTO `wp_options` VALUES (7360071, '_transient_wffgt_1182140498', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7360076, '_transient_timeout_wflginfl_1152120459', '1402866279', 'no') ; 
INSERT INTO `wp_options` VALUES (7360077, '_transient_wflginfl_1152120459', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7360176, '_transient_wflginfl_2907310982', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7360582, '_transient_timeout_wffgt_3091069663', '1402956705', 'no') ; 
INSERT INTO `wp_options` VALUES (7357989, '_transient_timeout_wffgt_1654733551', '1402397273', 'no') ; 
INSERT INTO `wp_options` VALUES (7357990, '_transient_wffgt_1654733551', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358023, '_transient_timeout_wflginfl_3642164216', '1402405335', 'no') ; 
INSERT INTO `wp_options` VALUES (7358024, '_transient_wflginfl_3642164216', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7359917, '_transient_wflginfl_1210867960', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7360650, '_transient_timeout_wflginfl_1249243800', '1402975045', 'no') ; 
INSERT INTO `wp_options` VALUES (7360651, '_transient_wflginfl_1249243800', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7360583, '_transient_wffgt_3091069663', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7359604, '_transient_timeout_wflginfl_1195954718', '1402743212', 'no') ; 
INSERT INTO `wp_options` VALUES (7359737, '_transient_timeout_wffgt_3631026019', '1402769866', 'no') ; 
INSERT INTO `wp_options` VALUES (7358211, '_transient_timeout_wflginfl_2530504214', '1402422002', 'no') ; 
INSERT INTO `wp_options` VALUES (7358209, '_transient_timeout_wffgt_413013646', '1402422131', 'no') ; 
INSERT INTO `wp_options` VALUES (7358210, '_transient_wffgt_413013646', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7358212, '_transient_wflginfl_2530504214', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358215, '_transient_timeout_wffgt_415080822', '1402422729', 'no') ; 
INSERT INTO `wp_options` VALUES (7358216, '_transient_wffgt_415080822', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7359916, '_transient_timeout_wflginfl_1210867960', '1402821514', 'no') ; 
INSERT INTO `wp_options` VALUES (7364325, '_transient_wflginfl_2794027189', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7364475, '_transient_timeout_wffgt_1148632563', '1403782801', 'no') ; 
INSERT INTO `wp_options` VALUES (7364476, '_transient_wffgt_1148632563', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7364337, '_transient_timeout_wflginfl_1123375647', '1403739382', 'no') ; 
INSERT INTO `wp_options` VALUES (7364338, '_transient_wflginfl_1123375647', '8', 'no') ; 
INSERT INTO `wp_options` VALUES (7364339, '_transient_timeout_wffgt_1123375647', '1403739064', 'no') ; 
INSERT INTO `wp_options` VALUES (7364340, '_transient_wffgt_1123375647', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7364388, '_transient_timeout_wflginfl_1270182852', '1403750490', 'no') ; 
INSERT INTO `wp_options` VALUES (7364389, '_transient_wflginfl_1270182852', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7544710, '_transient_timeout_wffgt_2920539432', '1405303189', 'no') ; 
INSERT INTO `wp_options` VALUES (7367029, '_site_transient_timeout_browser_6cc821aa3342f50f95d2a68e617d7745', '1404948211', 'yes') ; 
INSERT INTO `wp_options` VALUES (7358831, '_transient_timeout_wffgt_847808604', '1402546756', 'no') ; 
INSERT INTO `wp_options` VALUES (7358273, '_transient_timeout_wffgt_2921374347', '1402429232', 'no') ; 
INSERT INTO `wp_options` VALUES (7358274, '_transient_wffgt_2921374347', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7358290, '_transient_timeout_wffgt_1632836473', '1402432442', 'no') ; 
INSERT INTO `wp_options` VALUES (7358291, '_transient_wffgt_1632836473', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358797, '_transient_timeout_wflginfl_1219003492', '1402540265', 'no') ; 
INSERT INTO `wp_options` VALUES (7358798, '_transient_wflginfl_1219003492', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7358325, '_transient_timeout_wffgt_1184786189', '1402439241', 'no') ; 
INSERT INTO `wp_options` VALUES (7358326, '_transient_wffgt_1184786189', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7359496, '_transient_wflginfl_2916209864', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7359529, '_transient_timeout_wflginfl_1814632742', '1402716971', 'no') ; 
INSERT INTO `wp_options` VALUES (7359530, '_transient_wflginfl_1814632742', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7359500, '_transient_timeout_wffgt_1144071537', '1402710935', 'no') ; 
INSERT INTO `wp_options` VALUES (7359501, '_transient_wffgt_1144071537', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7359605, '_transient_wflginfl_1195954718', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7359472, '_transient_timeout_wflginfl_1187506159', '1402702758', 'no') ; 
INSERT INTO `wp_options` VALUES (7359738, '_transient_wffgt_3631026019', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358364, '_transient_timeout_wflginfl_2916209558', '1402446806', 'no') ; 
INSERT INTO `wp_options` VALUES (7358365, '_transient_wflginfl_2916209558', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358366, '_transient_timeout_wflginfl_2916209555', '1402446853', 'no') ; 
INSERT INTO `wp_options` VALUES (7358367, '_transient_wflginfl_2916209555', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358368, '_transient_timeout_wflginfl_2916209652', '1402446886', 'no') ; 
INSERT INTO `wp_options` VALUES (7358369, '_transient_wflginfl_2916209652', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358370, '_transient_timeout_wffgt_2916209635', '1402446924', 'no') ; 
INSERT INTO `wp_options` VALUES (7358371, '_transient_wffgt_2916209635', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358372, '_transient_timeout_wffgt_2916209645', '1402446933', 'no') ; 
INSERT INTO `wp_options` VALUES (7358373, '_transient_wffgt_2916209645', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358395, '_transient_timeout_wflginfl_1092137284', '1402452052', 'no') ; 
INSERT INTO `wp_options` VALUES (7358396, '_transient_wflginfl_1092137284', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7362798, '_transient_timeout_wflginfl_1188103390', '1403370190', 'no') ; 
INSERT INTO `wp_options` VALUES (7362799, '_transient_wflginfl_1188103390', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7361655, '_transient_wffgt_1207330590', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7366874, '_transient_timeout_wflginfl_2873285892', '1404316173', 'no') ; 
INSERT INTO `wp_options` VALUES (7358580, '_transient_timeout_wflginfl_1188120436', '1402498164', 'no') ; 
INSERT INTO `wp_options` VALUES (7358581, '_transient_wflginfl_1188120436', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358582, '_transient_timeout_wffgt_1188120436', '1402498183', 'no') ; 
INSERT INTO `wp_options` VALUES (7358583, '_transient_wffgt_1188120436', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7359182, '_transient_wffgt_1657699105', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358596, '_transient_timeout_wffgt_3496577490', '1402500804', 'no') ; 
INSERT INTO `wp_options` VALUES (7358597, '_transient_wffgt_3496577490', '5', 'no') ; 
INSERT INTO `wp_options` VALUES (7363552, '_transient_timeout_wflginfl_2794668300', '1403554965', 'no') ; 
INSERT INTO `wp_options` VALUES (7363553, '_transient_wflginfl_2794668300', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358656, '_transient_timeout_wflginfl_410607467', '1402513778', 'no') ; 
INSERT INTO `wp_options` VALUES (7358657, '_transient_wflginfl_410607467', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358663, '_transient_timeout_wflginfl_2794679671', '1402515662', 'no') ; 
INSERT INTO `wp_options` VALUES (7358664, '_transient_wflginfl_2794679671', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7358682, '_transient_timeout_wflginfl_1270573204', '1402521398', 'no') ; 
INSERT INTO `wp_options` VALUES (7358683, '_transient_wflginfl_1270573204', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7359181, '_transient_timeout_wffgt_1657699105', '1402631429', 'no') ; 
INSERT INTO `wp_options` VALUES (7358687, '_transient_timeout_wffgt_1270573204', '1402521413', 'no') ; 
INSERT INTO `wp_options` VALUES (7358688, '_transient_wffgt_1270573204', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358696, '_transient_timeout_wflginfl_1267113874', '1402522297', 'no') ; 
INSERT INTO `wp_options` VALUES (7358697, '_transient_wflginfl_1267113874', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358698, '_transient_timeout_wffgt_1267113874', '1402522315', 'no') ; 
INSERT INTO `wp_options` VALUES (7358699, '_transient_wffgt_1267113874', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358772, '_transient_timeout_wflginfl_3324884112', '1402536173', 'no') ; 
INSERT INTO `wp_options` VALUES (7358773, '_transient_wflginfl_3324884112', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358774, '_transient_timeout_wffgt_3324884112', '1402536214', 'no') ; 
INSERT INTO `wp_options` VALUES (7358775, '_transient_wffgt_3324884112', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7358708, '_transient_timeout_wflginfl_1802222279', '1402524855', 'no') ; 
INSERT INTO `wp_options` VALUES (7358709, '_transient_wflginfl_1802222279', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358727, '_transient_timeout_wflginfl_2934779977', '1402528316', 'no') ; 
INSERT INTO `wp_options` VALUES (7358728, '_transient_wflginfl_2934779977', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358776, '_transient_timeout_wflginfl_1187300474', '1402536606', 'no') ; 
INSERT INTO `wp_options` VALUES (7358777, '_transient_wflginfl_1187300474', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358779, '_transient_timeout_wffgt_1187300474', '1402536640', 'no') ; 
INSERT INTO `wp_options` VALUES (7358780, '_transient_wffgt_1187300474', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7358786, '_transient_timeout_wflginfl_1825918479', '1402536801', 'no') ; 
INSERT INTO `wp_options` VALUES (7358787, '_transient_wflginfl_1825918479', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7552653, '_transient_wffgt_1265578051', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358820, '_transient_timeout_wffgt_1140209746', '1402543864', 'no') ; 
INSERT INTO `wp_options` VALUES (7358821, '_transient_wffgt_1140209746', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7358822, '_transient_timeout_wflginfl_1197147378', '1402543908', 'no') ; 
INSERT INTO `wp_options` VALUES (7358823, '_transient_wflginfl_1197147378', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7359091, '_transient_wflginfl_2732832572', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7359141, '_transient_timeout_wflginfl_1113036448', '1402620711', 'no') ; 
INSERT INTO `wp_options` VALUES (7358832, '_transient_wffgt_847808604', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358837, '_site_transient_timeout_browser_2ec901a69f1a147966118ee0f0e74ccc', '1403151323', 'yes') ; 
INSERT INTO `wp_options` VALUES (7358838, '_site_transient_browser_2ec901a69f1a147966118ee0f0e74ccc', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Safari";s:7:"version";s:5:"6.0.5";s:10:"update_url";s:28:"http://www.apple.com/safari/";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/safari.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/safari.png";s:15:"current_version";s:1:"5";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7359142, '_transient_wflginfl_1113036448', '6', 'no') ; 
INSERT INTO `wp_options` VALUES (7358917, '_transient_timeout_wflginfl_1188250774', '1402572419', 'no') ; 
INSERT INTO `wp_options` VALUES (7358918, '_transient_wflginfl_1188250774', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358923, '_transient_timeout_wflginfl_1203738103', '1402574872', 'no') ; 
INSERT INTO `wp_options` VALUES (7358924, '_transient_wflginfl_1203738103', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358935, '_transient_timeout_wflginfl_1964132674', '1402577598', 'no') ; 
INSERT INTO `wp_options` VALUES (7358936, '_transient_wflginfl_1964132674', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7358944, '_transient_timeout_wflginfl_1282974705', '1402578942', 'no') ; 
INSERT INTO `wp_options` VALUES (7358945, '_transient_wflginfl_1282974705', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358971, '_transient_timeout_wffgt_3492745541', '1402585463', 'no') ; 
INSERT INTO `wp_options` VALUES (7358972, '_transient_wffgt_3492745541', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7366632, '_transient_timeout_wffgt_1255840218', '1404261400', 'no') ; 
INSERT INTO `wp_options` VALUES (7366633, '_transient_wffgt_1255840218', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7552652, '_transient_timeout_wffgt_1265578051', '1406619636', 'no') ; 
INSERT INTO `wp_options` VALUES (7359107, '_transient_timeout_wffgt_2925571250', '1402609909', 'no') ; 
INSERT INTO `wp_options` VALUES (7359108, '_transient_wffgt_2925571250', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7359090, '_transient_timeout_wflginfl_2732832572', '1402605946', 'no') ; 
INSERT INTO `wp_options` VALUES (7283808, 'iusib_meta_fields', 'first_name,last_name,pmpro_blastname,pmpro_bfirstname', 'yes') ; 
INSERT INTO `wp_options` VALUES (7463752, '_transient_wflginfl_3053594528', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465002, '_transient_timeout_wflginfl_3310535016', '1404769326', 'no') ; 
INSERT INTO `wp_options` VALUES (7465003, '_transient_wflginfl_3310535016', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462823, '_transient_timeout_wflginfl_3075573573', '1404767579', 'no') ; 
INSERT INTO `wp_options` VALUES (7462824, '_transient_wflginfl_3075573573', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492752, '_transient_timeout_wflginfl_1566989023', '1404796173', 'no') ; 
INSERT INTO `wp_options` VALUES (7492753, '_transient_wflginfl_1566989023', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461790, '_transient_timeout_wflginfl_3570909364', '1404766670', 'no') ; 
INSERT INTO `wp_options` VALUES (7461791, '_transient_wflginfl_3570909364', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460472, '_transient_timeout_wflginfl_3315807572', '1404765602', 'no') ; 
INSERT INTO `wp_options` VALUES (7460473, '_transient_wflginfl_3315807572', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479911, '_transient_timeout_wflginfl_1653491430', '1404783959', 'no') ; 
INSERT INTO `wp_options` VALUES (7479912, '_transient_wflginfl_1653491430', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7462497, '_transient_timeout_wflginfl_3065397580', '1404767314', 'no') ; 
INSERT INTO `wp_options` VALUES (7462498, '_transient_wflginfl_3065397580', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464379, '_transient_timeout_wflginfl_627764931', '1404768851', 'no') ; 
INSERT INTO `wp_options` VALUES (7464380, '_transient_wflginfl_627764931', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464159, '_transient_timeout_wflginfl_3570916609', '1404768668', 'no') ; 
INSERT INTO `wp_options` VALUES (7464160, '_transient_wflginfl_3570916609', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470884, '_transient_timeout_wflginfl_1569536810', '1404774565', 'no') ; 
INSERT INTO `wp_options` VALUES (7470885, '_transient_wflginfl_1569536810', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337015, '_transient_timeout_wflginfl_1822674947', '1398181221', 'no') ; 
INSERT INTO `wp_options` VALUES (7337016, '_transient_wflginfl_1822674947', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528092, '_transient_timeout_wflginfl_2959946302', '1404823026', 'no') ; 
INSERT INTO `wp_options` VALUES (7528093, '_transient_wflginfl_2959946302', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516479, '_transient_timeout_wflginfl_694383091', '1404815097', 'no') ; 
INSERT INTO `wp_options` VALUES (7516480, '_transient_wflginfl_694383091', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540166, '_transient_timeout_wflginfl_1300120838', '1404830983', 'no') ; 
INSERT INTO `wp_options` VALUES (7540167, '_transient_wflginfl_1300120838', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522761, '_transient_timeout_wflginfl_656421828', '1404819312', 'no') ; 
INSERT INTO `wp_options` VALUES (7522762, '_transient_wflginfl_656421828', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540685, '_transient_wflginfl_1121510735', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459853, '_transient_timeout_wflginfl_1118561741', '1404765115', 'no') ; 
INSERT INTO `wp_options` VALUES (7459854, '_transient_wflginfl_1118561741', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474430, '_transient_timeout_wflginfl_84836723', '1404778103', 'no') ; 
INSERT INTO `wp_options` VALUES (7474431, '_transient_wflginfl_84836723', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529586, '_transient_timeout_wflginfl_3180912140', '1404824061', 'no') ; 
INSERT INTO `wp_options` VALUES (7494304, '_transient_timeout_wflginfl_2919719389', '1404797602', 'no') ; 
INSERT INTO `wp_options` VALUES (7494305, '_transient_wflginfl_2919719389', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529587, '_transient_wflginfl_3180912140', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541394, '_transient_timeout_wflginfl_3124269748', '1404831572', 'no') ; 
INSERT INTO `wp_options` VALUES (7541395, '_transient_wflginfl_3124269748', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460038, '_transient_timeout_wflginfl_1430929821', '1404765242', 'no') ; 
INSERT INTO `wp_options` VALUES (7460039, '_transient_wflginfl_1430929821', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541023, '_transient_wflginfl_2002760010', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460468, '_transient_timeout_wflginfl_1868071445', '1404765600', 'no') ; 
INSERT INTO `wp_options` VALUES (7460469, '_transient_wflginfl_1868071445', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461156, '_transient_timeout_wflginfl_1550026324', '1404766139', 'no') ; 
INSERT INTO `wp_options` VALUES (7461157, '_transient_wflginfl_1550026324', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487589, '_transient_timeout_wflginfl_609291614', '1404791364', 'no') ; 
INSERT INTO `wp_options` VALUES (7487590, '_transient_wflginfl_609291614', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461826, '_transient_timeout_wflginfl_3562890285', '1404766707', 'no') ; 
INSERT INTO `wp_options` VALUES (7461827, '_transient_wflginfl_3562890285', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475618, '_transient_timeout_wflginfl_3306893020', '1404779344', 'no') ; 
INSERT INTO `wp_options` VALUES (7475619, '_transient_wflginfl_3306893020', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519310, '_transient_timeout_wflginfl_1373037081', '1404817045', 'no') ; 
INSERT INTO `wp_options` VALUES (7519311, '_transient_wflginfl_1373037081', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460136, '_transient_timeout_wflginfl_775246760', '1404765321', 'no') ; 
INSERT INTO `wp_options` VALUES (7460137, '_transient_wflginfl_775246760', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490207, '_transient_wflginfl_84747292', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490206, '_transient_timeout_wflginfl_84747292', '1404793859', 'no') ; 
INSERT INTO `wp_options` VALUES (7460748, '_transient_timeout_wflginfl_3318632099', '1404765790', 'no') ; 
INSERT INTO `wp_options` VALUES (7460749, '_transient_wflginfl_3318632099', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460232, '_transient_timeout_wflginfl_772497495', '1404765405', 'no') ; 
INSERT INTO `wp_options` VALUES (7460233, '_transient_wflginfl_772497495', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467119, '_transient_timeout_wflginfl_1831986915', '1404771200', 'no') ; 
INSERT INTO `wp_options` VALUES (7467120, '_transient_wflginfl_1831986915', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537763, '_transient_timeout_wflginfl_1319631597', '1404829410', 'no') ; 
INSERT INTO `wp_options` VALUES (7537764, '_transient_wflginfl_1319631597', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512843, '_transient_timeout_wflginfl_1319310069', '1404812542', 'no') ; 
INSERT INTO `wp_options` VALUES (7512844, '_transient_wflginfl_1319310069', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460326, '_transient_timeout_wflginfl_1550034215', '1404765478', 'no') ; 
INSERT INTO `wp_options` VALUES (7460327, '_transient_wflginfl_1550034215', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481131, '_transient_timeout_wflginfl_3015065420', '1404785034', 'no') ; 
INSERT INTO `wp_options` VALUES (7481132, '_transient_wflginfl_3015065420', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506474, '_transient_timeout_wflginfl_35613017', '1404807984', 'no') ; 
INSERT INTO `wp_options` VALUES (7506475, '_transient_wflginfl_35613017', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540514, '_transient_timeout_wflginfl_1507120342', '1404831178', 'no') ; 
INSERT INTO `wp_options` VALUES (7510204, '_transient_wflginfl_3154436797', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497547, '_transient_timeout_wflginfl_778243081', '1404800685', 'no') ; 
INSERT INTO `wp_options` VALUES (7515782, '_transient_timeout_wflginfl_1192499794', '1404814588', 'no') ; 
INSERT INTO `wp_options` VALUES (7515783, '_transient_wflginfl_1192499794', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7366218, '_transient_timeout_wffgt_1259539952', '1404191029', 'no') ; 
INSERT INTO `wp_options` VALUES (7366219, '_transient_wffgt_1259539952', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7367373, '_transient_wflginfl_1075104994', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7367237, '_transient_timeout_wffgt_1206153837', '1404398285', 'no') ; 
INSERT INTO `wp_options` VALUES (7367238, '_transient_wffgt_1206153837', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453956, '_transient_wflginfl_2955584477', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7366284, '_transient_timeout_wflginfl_2794679951', '1404213097', 'no') ; 
INSERT INTO `wp_options` VALUES (7366285, '_transient_wflginfl_2794679951', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7545453, '_transient_wflginfl_1113030915', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7562677, '_transient_timeout_wflginfl_2449492356', '1408481621', 'no') ; 
INSERT INTO `wp_options` VALUES (7562678, '_transient_wflginfl_2449492356', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7366587, '_transient_timeout_wflginfl_1113031589', '1404251777', 'no') ; 
INSERT INTO `wp_options` VALUES (7556483, '_transient_timeout_wflginfl_2306257901', '1407344402', 'no') ; 
INSERT INTO `wp_options` VALUES (7542072, '_transient_timeout_wffgt_1112270373', '1404945266', 'no') ; 
INSERT INTO `wp_options` VALUES (7562506, '_transient_timeout_wflginfl_2449492359', '1408462043', 'no') ; 
INSERT INTO `wp_options` VALUES (7562507, '_transient_wflginfl_2449492359', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7562366, '_transient_timeout_wflginfl_2449492358', '1408417263', 'no') ; 
INSERT INTO `wp_options` VALUES (7562367, '_transient_wflginfl_2449492358', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367228, '_transient_timeout_wffgt_1816765667', '1404395924', 'no') ; 
INSERT INTO `wp_options` VALUES (7366603, '_transient_timeout_wflginfl_1205082034', '1404255268', 'no') ; 
INSERT INTO `wp_options` VALUES (7366604, '_transient_wflginfl_1205082034', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7366598, '_transient_timeout_wffgt_1205082034', '1404253848', 'no') ; 
INSERT INTO `wp_options` VALUES (7366599, '_transient_wffgt_1205082034', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7366618, '_transient_timeout_wflginfl_1669230891', '1404259767', 'no') ; 
INSERT INTO `wp_options` VALUES (7366619, '_transient_wflginfl_1669230891', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7366641, '_transient_timeout_wflginfl_1166633221', '1404264659', 'no') ; 
INSERT INTO `wp_options` VALUES (7366642, '_transient_wflginfl_1166633221', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7367200, '_transient_wflginfl_3336891112', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367391, '_transient_timeout_wflginfl_2796173364', '1404409352', 'no') ; 
INSERT INTO `wp_options` VALUES (7367199, '_transient_timeout_wflginfl_3336891112', '1404391232', 'no') ; 
INSERT INTO `wp_options` VALUES (7366782, '_transient_timeout_wflginfl_3568795702', '1404298940', 'no') ; 
INSERT INTO `wp_options` VALUES (7366691, '_transient_timeout_wffgt_1262913721', '1404274182', 'no') ; 
INSERT INTO `wp_options` VALUES (7366692, '_transient_wffgt_1262913721', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7366783, '_transient_wflginfl_3568795702', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7562644, '_transient_timeout_wflginfl_2449492357', '1408473898', 'no') ; 
INSERT INTO `wp_options` VALUES (7562645, '_transient_wflginfl_2449492357', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537597, '_transient_timeout_wflginfl_3049019540', '1404829276', 'no') ; 
INSERT INTO `wp_options` VALUES (7461405, '_transient_timeout_wflginfl_3200930579', '1404766332', 'no') ; 
INSERT INTO `wp_options` VALUES (7366825, '_transient_timeout_wflginfl_3397782924', '1404312218', 'no') ; 
INSERT INTO `wp_options` VALUES (7366826, '_transient_wflginfl_3397782924', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7366875, '_transient_wflginfl_2873285892', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7366876, '_transient_timeout_wflginfl_1187397685', '1404316610', 'no') ; 
INSERT INTO `wp_options` VALUES (7366877, '_transient_wflginfl_1187397685', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7366878, '_transient_timeout_wffgt_1187397685', '1404316629', 'no') ; 
INSERT INTO `wp_options` VALUES (7366879, '_transient_wffgt_1187397685', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7366905, '_transient_timeout_wflginfl_3336888449', '1404320627', 'no') ; 
INSERT INTO `wp_options` VALUES (7366906, '_transient_wflginfl_3336888449', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7366886, '_transient_timeout_wffgt_1236592145', '1404317581', 'no') ; 
INSERT INTO `wp_options` VALUES (7366887, '_transient_wffgt_1236592145', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7366981, '_transient_timeout_wffgt_3495383042', '1404332171', 'no') ; 
INSERT INTO `wp_options` VALUES (7366982, '_transient_wffgt_3495383042', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367101, '_transient_wffgt_1281544220', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367005, '_transient_timeout_wflginfl_2796900550', '1404337012', 'no') ; 
INSERT INTO `wp_options` VALUES (7367006, '_transient_wflginfl_2796900550', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7366994, '_transient_timeout_wffgt_2903728659', '1404333567', 'no') ; 
INSERT INTO `wp_options` VALUES (7366995, '_transient_wffgt_2903728659', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367041, '_transient_timeout_wflginfl_462901593', '1404345520', 'no') ; 
INSERT INTO `wp_options` VALUES (7367042, '_transient_wflginfl_462901593', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367084, '_transient_timeout_wflginfl_2920833853', '1404358079', 'no') ; 
INSERT INTO `wp_options` VALUES (7367085, '_transient_wflginfl_2920833853', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367082, '_transient_timeout_wffgt_2794672498', '1404357870', 'no') ; 
INSERT INTO `wp_options` VALUES (7367083, '_transient_wffgt_2794672498', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367086, '_transient_timeout_wffgt_2920833853', '1404358215', 'no') ; 
INSERT INTO `wp_options` VALUES (7367087, '_transient_wffgt_2920833853', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7367146, '_transient_timeout_wflginfl_620451647', '1404376411', 'no') ; 
INSERT INTO `wp_options` VALUES (7367147, '_transient_wflginfl_620451647', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7367100, '_transient_timeout_wffgt_1281544220', '1404359320', 'no') ; 
INSERT INTO `wp_options` VALUES (6933626, 'mappress_version', '2.42.1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933701, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6933702, 'widget_recent-posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6934252, 'region_children', 'a:2:{i:23;a:38:{i:0;i:22;i:1;i:26;i:2;i:27;i:3;i:28;i:4;i:29;i:5;i:30;i:6;i:31;i:7;i:32;i:8;i:33;i:9;i:35;i:10;i:36;i:11;i:37;i:12;i:38;i:13;i:39;i:14;i:40;i:15;i:41;i:16;i:42;i:17;i:43;i:18;i:44;i:19;i:45;i:20;i:46;i:21;i:47;i:22;i:48;i:23;i:49;i:24;i:50;i:25;i:51;i:26;i:52;i:27;i:53;i:28;i:54;i:29;i:55;i:30;i:56;i:31;i:57;i:32;i:58;i:33;i:59;i:34;i:60;i:35;i:61;i:36;i:62;i:37;i:63;}i:24;a:1:{i:0;i:25;}}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7362443, 'updraft_dropbox', 'a:5:{s:6:"appkey";N;s:6:"secret";N;s:6:"folder";N;s:16:"tk_request_token";N;s:15:"tk_access_token";N;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7362453, '_transient_timeout_wpsc_purchase_logs_months_2014June', '1403900270', 'no') ; 
INSERT INTO `wp_options` VALUES (7362454, '_transient_wpsc_purchase_logs_months_2014June', 'a:59:{i:0;O:8:"stdClass":2:{s:4:"year";s:4:"2014";s:5:"month";s:1:"6";}i:1;O:8:"stdClass":2:{s:4:"year";s:4:"2014";s:5:"month";s:1:"5";}i:2;O:8:"stdClass":2:{s:4:"year";s:4:"2014";s:5:"month";s:1:"4";}i:3;O:8:"stdClass":2:{s:4:"year";s:4:"2014";s:5:"month";s:1:"3";}i:4;O:8:"stdClass":2:{s:4:"year";s:4:"2014";s:5:"month";s:1:"2";}i:5;O:8:"stdClass":2:{s:4:"year";s:4:"2014";s:5:"month";s:1:"1";}i:6;O:8:"stdClass":2:{s:4:"year";s:4:"2013";s:5:"month";s:2:"12";}i:7;O:8:"stdClass":2:{s:4:"year";s:4:"2013";s:5:"month";s:1:"9";}i:8;O:8:"stdClass":2:{s:4:"year";s:4:"2013";s:5:"month";s:1:"8";}i:9;O:8:"stdClass":2:{s:4:"year";s:4:"2013";s:5:"month";s:1:"7";}i:10;O:8:"stdClass":2:{s:4:"year";s:4:"2013";s:5:"month";s:1:"6";}i:11;O:8:"stdClass":2:{s:4:"year";s:4:"2013";s:5:"month";s:1:"5";}i:12;O:8:"stdClass":2:{s:4:"year";s:4:"2013";s:5:"month";s:1:"4";}i:13;O:8:"stdClass":2:{s:4:"year";s:4:"2013";s:5:"month";s:1:"3";}i:14;O:8:"stdClass":2:{s:4:"year";s:4:"2013";s:5:"month";s:1:"2";}i:15;O:8:"stdClass":2:{s:4:"year";s:4:"2013";s:5:"month";s:1:"1";}i:16;O:8:"stdClass":2:{s:4:"year";s:4:"2012";s:5:"month";s:2:"12";}i:17;O:8:"stdClass":2:{s:4:"year";s:4:"2012";s:5:"month";s:2:"11";}i:18;O:8:"stdClass":2:{s:4:"year";s:4:"2012";s:5:"month";s:2:"10";}i:19;O:8:"stdClass":2:{s:4:"year";s:4:"2012";s:5:"month";s:1:"9";}i:20;O:8:"stdClass":2:{s:4:"year";s:4:"2012";s:5:"month";s:1:"8";}i:21;O:8:"stdClass":2:{s:4:"year";s:4:"2012";s:5:"month";s:1:"7";}i:22;O:8:"stdClass":2:{s:4:"year";s:4:"2012";s:5:"month";s:1:"6";}i:23;O:8:"stdClass":2:{s:4:"year";s:4:"2012";s:5:"month";s:1:"5";}i:24;O:8:"stdClass":2:{s:4:"year";s:4:"2012";s:5:"month";s:1:"4";}i:25;O:8:"stdClass":2:{s:4:"year";s:4:"2012";s:5:"month";s:1:"3";}i:26;O:8:"stdClass":2:{s:4:"year";s:4:"2012";s:5:"month";s:1:"2";}i:27;O:8:"stdClass":2:{s:4:"year";s:4:"2012";s:5:"month";s:1:"1";}i:28;O:8:"stdClass":2:{s:4:"year";s:4:"2011";s:5:"month";s:2:"12";}i:29;O:8:"stdClass":2:{s:4:"year";s:4:"2011";s:5:"month";s:2:"11";}i:30;O:8:"stdClass":2:{s:4:"year";s:4:"2011";s:5:"month";s:2:"10";}i:31;O:8:"stdClass":2:{s:4:"year";s:4:"2011";s:5:"month";s:1:"9";}i:32;O:8:"stdClass":2:{s:4:"year";s:4:"2011";s:5:"month";s:1:"8";}i:33;O:8:"stdClass":2:{s:4:"year";s:4:"2011";s:5:"month";s:1:"7";}i:34;O:8:"stdClass":2:{s:4:"year";s:4:"2011";s:5:"month";s:1:"6";}i:35;O:8:"stdClass":2:{s:4:"year";s:4:"2011";s:5:"month";s:1:"5";}i:36;O:8:"stdClass":2:{s:4:"year";s:4:"2011";s:5:"month";s:1:"4";}i:37;O:8:"stdClass":2:{s:4:"year";s:4:"2011";s:5:"month";s:1:"3";}i:38;O:8:"stdClass":2:{s:4:"year";s:4:"2011";s:5:"month";s:1:"2";}i:39;O:8:"stdClass":2:{s:4:"year";s:4:"2011";s:5:"month";s:1:"1";}i:40;O:8:"stdClass":2:{s:4:"year";s:4:"2010";s:5:"month";s:2:"12";}i:41;O:8:"stdClass":2:{s:4:"year";s:4:"2010";s:5:"month";s:2:"11";}i:42;O:8:"stdClass":2:{s:4:"year";s:4:"2010";s:5:"month";s:2:"10";}i:43;O:8:"stdClass":2:{s:4:"year";s:4:"2010";s:5:"month";s:1:"9";}i:44;O:8:"stdClass":2:{s:4:"year";s:4:"2010";s:5:"month";s:1:"8";}i:45;O:8:"stdClass":2:{s:4:"year";s:4:"2010";s:5:"month";s:1:"7";}i:46;O:8:"stdClass":2:{s:4:"year";s:4:"2010";s:5:"month";s:1:"6";}i:47;O:8:"stdClass":2:{s:4:"year";s:4:"2010";s:5:"month";s:1:"5";}i:48;O:8:"stdClass":2:{s:4:"year";s:4:"2010";s:5:"month";s:1:"4";}i:49;O:8:"stdClass":2:{s:4:"year";s:4:"2010";s:5:"month";s:1:"3";}i:50;O:8:"stdClass":2:{s:4:"year";s:4:"2010";s:5:"month";s:1:"2";}i:51;O:8:"stdClass":2:{s:4:"year";s:4:"2010";s:5:"month";s:1:"1";}i:52;O:8:"stdClass":2:{s:4:"year";s:4:"2009";s:5:"month";s:2:"12";}i:53;O:8:"stdClass":2:{s:4:"year";s:4:"2009";s:5:"month";s:2:"11";}i:54;O:8:"stdClass":2:{s:4:"year";s:4:"2009";s:5:"month";s:2:"10";}i:55;O:8:"stdClass":2:{s:4:"year";s:4:"2009";s:5:"month";s:1:"9";}i:56;O:8:"stdClass":2:{s:4:"year";s:4:"2009";s:5:"month";s:1:"8";}i:57;O:8:"stdClass":2:{s:4:"year";s:4:"2009";s:5:"month";s:1:"7";}i:58;O:8:"stdClass":2:{s:4:"year";s:4:"2009";s:5:"month";s:1:"6";}}', 'no') ; 
INSERT INTO `wp_options` VALUES (7268611, 'iregion_children', 'a:2:{i:64;a:36:{i:0;i:22;i:1;i:26;i:2;i:28;i:3;i:29;i:4;i:30;i:5;i:32;i:6;i:35;i:7;i:36;i:8;i:38;i:9;i:39;i:10;i:40;i:11;i:41;i:12;i:42;i:13;i:43;i:14;i:45;i:15;i:46;i:16;i:48;i:17;i:49;i:18;i:50;i:19;i:51;i:20;i:53;i:21;i:55;i:22;i:56;i:23;i:58;i:24;i:59;i:25;i:60;i:26;i:62;i:27;i:63;i:28;i:65;i:29;i:66;i:30;i:67;i:31;i:68;i:32;i:69;i:33;i:70;i:34;i:106;i:35;i:107;}i:25;a:1:{i:0;i:108;}}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6934936, 'gf_dismissed_upgrades', 'a:1:{i:0;s:6:"1.7.11";}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7562524, '_transient_timeout_gform_update_info', '1408552103', 'no') ; 
INSERT INTO `wp_options` VALUES (7562525, '_transient_gform_update_info', 'a:5:{s:7:"headers";a:5:{s:4:"date";s:29:"Tue, 19 Aug 2014 16:28:23 GMT";s:6:"server";s:6:"Apache";s:14:"content-length";s:3:"193";s:10:"connection";s:5:"close";s:12:"content-type";s:9:"text/html";}s:4:"body";s:193:"1||1.8.10||http://s3.amazonaws.com/gravityforms/releases/gravityforms_1.8.10.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1408638503&Signature=oEzg5gJk5lYW%2FlyMdo94U0pAZXE%3D||1433653200||1";s:8:"response";a:2:{s:4:"code";i:200;s:7:"message";s:2:"OK";}s:7:"cookies";a:0:{}s:8:"filename";N;}', 'no') ; 
INSERT INTO `wp_options` VALUES (7351799, '_transient_timeout_wflginfl_2938769714', '1401192258', 'no') ; 
INSERT INTO `wp_options` VALUES (7351800, '_transient_wflginfl_2938769714', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339257, '_transient_timeout_wflginfl_846276773', '1398584847', 'no') ; 
INSERT INTO `wp_options` VALUES (7339258, '_transient_wflginfl_846276773', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335015, 'can_compress_scripts', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (7345123, '_transient_timeout_wflginfl_2372485811', '1399732597', 'no') ; 
INSERT INTO `wp_options` VALUES (7345124, '_transient_wflginfl_2372485811', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7363581, '_transient_timeout_wflginfl_1213368611', '1403561114', 'no') ; 
INSERT INTO `wp_options` VALUES (7363582, '_transient_wflginfl_1213368611', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7333231, '_site_transient_timeout_browser_a9c2a4a09c221fe1242bcc57ffac16b0', '1398186692', 'yes') ; 
INSERT INTO `wp_options` VALUES (7333232, '_site_transient_browser_a9c2a4a09c221fe1242bcc57ffac16b0', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"34.0.1847.116";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7318676, 'eme_payment_form_header_format', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (7318677, 'eme_payment_form_footer_format', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (7318678, 'eme_payment_show_custom_return_page', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (7318679, 'eme_payment_succes_format', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (7318680, 'eme_payment_fail_format', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (7318681, 'eme_payment_add_bookingid_to_return', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (7318682, 'eme_enable_notes_placeholders', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (7339993, '_transient_wflginfl_974828963', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335837, '_transient_wflginfl_86473078', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337187, '_transient_timeout_wflginfl_2783382778', '1398201344', 'no') ; 
INSERT INTO `wp_options` VALUES (7337188, '_transient_wflginfl_2783382778', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335842, '_transient_timeout_wflginfl_1839793596', '1397991228', 'no') ; 
INSERT INTO `wp_options` VALUES (7335843, '_transient_wflginfl_1839793596', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335850, '_transient_timeout_wflginfl_391775538', '1397993199', 'no') ; 
INSERT INTO `wp_options` VALUES (7335851, '_transient_wflginfl_391775538', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335856, '_transient_timeout_wflginfl_1169098949', '1397994652', 'no') ; 
INSERT INTO `wp_options` VALUES (7335857, '_transient_wflginfl_1169098949', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335870, '_transient_timeout_wflginfl_2388356991', '1397996958', 'no') ; 
INSERT INTO `wp_options` VALUES (7335871, '_transient_wflginfl_2388356991', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335891, '_transient_timeout_wflginfl_1539077618', '1398003108', 'no') ; 
INSERT INTO `wp_options` VALUES (7335892, '_transient_wflginfl_1539077618', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335919, '_transient_timeout_wflginfl_3167748465', '1398008323', 'no') ; 
INSERT INTO `wp_options` VALUES (7335920, '_transient_wflginfl_3167748465', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7335943, '_transient_timeout_wflginfl_392041264', '1398013364', 'no') ; 
INSERT INTO `wp_options` VALUES (7335944, '_transient_wflginfl_392041264', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335950, '_transient_timeout_wffgt_1260366524', '1398015263', 'no') ; 
INSERT INTO `wp_options` VALUES (7335951, '_transient_wffgt_1260366524', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335957, '_transient_timeout_wflginfl_3323217700', '1398015993', 'no') ; 
INSERT INTO `wp_options` VALUES (7335958, '_transient_wflginfl_3323217700', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335968, '_transient_timeout_wflginfl_401016113', '1398017182', 'no') ; 
INSERT INTO `wp_options` VALUES (7335969, '_transient_wflginfl_401016113', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336000, '_transient_timeout_wflginfl_620262363', '1398027232', 'no') ; 
INSERT INTO `wp_options` VALUES (7336001, '_transient_wflginfl_620262363', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336008, '_transient_timeout_wflginfl_772882324', '1398028472', 'no') ; 
INSERT INTO `wp_options` VALUES (7336009, '_transient_wflginfl_772882324', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336940, '_transient_timeout_wflginfl_3105668881', '1398160085', 'no') ; 
INSERT INTO `wp_options` VALUES (7336941, '_transient_wflginfl_3105668881', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336943, '_transient_timeout_wflginfl_2901792460', '1398161413', 'no') ; 
INSERT INTO `wp_options` VALUES (7336037, '_transient_timeout_wflginfl_1393100983', '1398036511', 'no') ; 
INSERT INTO `wp_options` VALUES (7336038, '_transient_wflginfl_1393100983', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336040, '_transient_timeout_wflginfl_2516544137', '1398037005', 'no') ; 
INSERT INTO `wp_options` VALUES (7336041, '_transient_wflginfl_2516544137', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336043, '_transient_timeout_wflginfl_2794680213', '1398037236', 'no') ; 
INSERT INTO `wp_options` VALUES (7336044, '_transient_wflginfl_2794680213', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336045, '_transient_timeout_wflginfl_3323435878', '1398037238', 'no') ; 
INSERT INTO `wp_options` VALUES (7336046, '_transient_wflginfl_3323435878', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336054, '_transient_timeout_wflginfl_3425527714', '1398039280', 'no') ; 
INSERT INTO `wp_options` VALUES (7336055, '_transient_wflginfl_3425527714', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336062, '_transient_timeout_wflginfl_1089901453', '1398040985', 'no') ; 
INSERT INTO `wp_options` VALUES (7336063, '_transient_wflginfl_1089901453', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337667, '_transient_timeout_wflginfl_1172492363', '1398306426', 'no') ; 
INSERT INTO `wp_options` VALUES (7337668, '_transient_wflginfl_1172492363', '7', 'no') ; 
INSERT INTO `wp_options` VALUES (7336085, '_transient_wflginfl_624667614', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336115, '_transient_wflginfl_1659338108', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336117, '_transient_timeout_wflginfl_1807042224', '1398055053', 'no') ; 
INSERT INTO `wp_options` VALUES (7336118, '_transient_wflginfl_1807042224', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336125, '_transient_timeout_wflginfl_2917689714', '1398056715', 'no') ; 
INSERT INTO `wp_options` VALUES (7336126, '_transient_wflginfl_2917689714', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337305, '_transient_timeout_wffgt_997774945', '1398223505', 'no') ; 
INSERT INTO `wp_options` VALUES (7337306, '_transient_wffgt_997774945', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336147, '_transient_timeout_wflginfl_2905356797', '1398062507', 'no') ; 
INSERT INTO `wp_options` VALUES (7336148, '_transient_wflginfl_2905356797', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336153, '_transient_timeout_wflginfl_1141194509', '1398063067', 'no') ; 
INSERT INTO `wp_options` VALUES (7336154, '_transient_wflginfl_1141194509', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (6939126, 'paypal_pro_username', 'jb-us-seller_api1.paypal.com', 'yes') ; 
INSERT INTO `wp_options` VALUES (6939127, 'paypal_pro_password', 'WX4WTU3S8MY44S7F', 'yes') ; 
INSERT INTO `wp_options` VALUES (6939128, 'paypal_pro_signature', 'AFcWxV21C7fd0v3bYYYRCpSSRl31A7yDhhsPUU2XhtMoZXsWHFxu-RWy', 'yes') ; 
INSERT INTO `wp_options` VALUES (6939129, 'paypal_pro_testmode', 'on', 'yes') ; 
INSERT INTO `wp_options` VALUES (7359800, '_transient_timeout_wflginfl_2965543369', '1402784386', 'no') ; 
INSERT INTO `wp_options` VALUES (6939009, 'gf_paypal_version', '1.9', 'yes') ; 
INSERT INTO `wp_options` VALUES (6939010, 'gf_paypal_configured', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (7456982, '_transient_wflginfl_2591719346', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352816, '_transient_timeout_wffgt_1081692405', '1401393790', 'no') ; 
INSERT INTO `wp_options` VALUES (7352817, '_transient_wffgt_1081692405', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352870, '_transient_wflginfl_620258018', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352850, '_transient_timeout_wflginfl_2935091215', '1401401605', 'no') ; 
INSERT INTO `wp_options` VALUES (7352851, '_transient_wflginfl_2935091215', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7352855, '_transient_timeout_wffgt_2923908726', '1401402060', 'no') ; 
INSERT INTO `wp_options` VALUES (7562568, '_transient_timeout_wflginfl_2449492692', '1408470065', 'no') ; 
INSERT INTO `wp_options` VALUES (7562569, '_transient_wflginfl_2449492692', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7342292, '_transient_timeout_wflginfl_522836110', '1399171651', 'no') ; 
INSERT INTO `wp_options` VALUES (7342293, '_transient_wflginfl_522836110', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341651, '_transient_timeout_wflginfl_406636186', '1398998432', 'no') ; 
INSERT INTO `wp_options` VALUES (7341652, '_transient_wflginfl_406636186', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335885, '_transient_timeout_wflginfl_620261842', '1398000975', 'no') ; 
INSERT INTO `wp_options` VALUES (7335886, '_transient_wflginfl_620261842', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335692, '_transient_timeout_wflginfl_2794024653', '1397953667', 'no') ; 
INSERT INTO `wp_options` VALUES (7335693, '_transient_wflginfl_2794024653', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335712, '_transient_wflginfl_1167065414', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7334960, 'iwp_client_backup_tasks', 'a:1:{s:10:"Backup Now";a:2:{s:9:"task_args";a:11:{s:4:"what";s:4:"full";s:15:"optimize_tables";s:0:"";s:7:"exclude";a:1:{i:0;s:0:"";}s:7:"include";a:1:{i:0;s:0:"";}s:13:"del_host_file";N;s:12:"disable_comp";s:1:"1";s:12:"fail_safe_db";N;s:15:"fail_safe_files";N;s:5:"limit";s:1:"5";s:11:"backup_name";s:6:"041714";s:9:"task_name";s:10:"Backup Now";}s:12:"task_results";a:2:{i:0;a:5:{s:4:"size";s:10:"1060.27 MB";s:11:"backup_name";s:6:"041714";s:6:"server";a:2:{s:9:"file_path";s:162:"/home/admin/web/default.domain/public_html/gws/aazk/wp-content/infinitewp/backups/aecetia.net/gws/aazk_manual_full_2014-04-18_c9c8fdac891bd171e8309294ccd2e6fb.zip";s:8:"file_url";s:143:"https://www.aecetia.net/gws/aazk/wp-content/infinitewp/backups/aecetia.net/gws/aazk_manual_full_2014-04-18_c9c8fdac891bd171e8309294ccd2e6fb.zip";}s:4:"time";i:1397785295;s:15:"backhack_status";a:5:{s:14:"adminHistoryID";i:6890;s:7:"db_dump";a:2:{s:5:"start";d:1397785287.526114940643310546875;s:3:"end";d:1397785288.8051970005035400390625;}s:6:"db_zip";a:2:{s:5:"start";d:1397785288.8061749935150146484375;s:3:"end";d:1397785289.0004279613494873046875;}s:9:"files_zip";a:2:{s:5:"start";d:1397785289.00156307220458984375;s:3:"end";d:1397785295.139236927032470703125;}s:8:"finished";a:1:{s:3:"end";d:1397785295.140717029571533203125;}}}i:1;a:5:{s:4:"size";s:10:"1060.29 MB";s:11:"backup_name";s:6:"041714";s:6:"server";a:2:{s:9:"file_path";s:162:"/home/admin/web/default.domain/public_html/gws/aazk/wp-content/infinitewp/backups/aecetia.net/gws/aazk_manual_full_2014-04-18_2322ba501d477fa4480f48543bf908f1.zip";s:8:"file_url";s:143:"https://www.aecetia.net/gws/aazk/wp-content/infinitewp/backups/aecetia.net/gws/aazk_manual_full_2014-04-18_2322ba501d477fa4480f48543bf908f1.zip";}s:4:"time";i:1397785689;s:15:"backhack_status";a:5:{s:14:"adminHistoryID";i:7154;s:7:"db_dump";a:2:{s:5:"start";d:1397785682.0731990337371826171875;s:3:"end";d:1397785682.875298976898193359375;}s:6:"db_zip";a:2:{s:5:"start";d:1397785682.876266956329345703125;s:3:"end";d:1397785683.0663259029388427734375;}s:9:"files_zip";a:2:{s:5:"start";d:1397785683.0674350261688232421875;s:3:"end";d:1397785689.03962993621826171875;}s:8:"finished";a:1:{s:3:"end";d:1397785689.041532039642333984375;}}}}}}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7334909, 'eme_registration_updated_email_body', 'Dear #_RESPNAME,\n\nyour request to reserve #_RESPSPACES space(s) for #_EVENTNAME has been updated.\n\nYours faithfully,\n#_CONTACTPERSON', 'yes') ; 
INSERT INTO `wp_options` VALUES (7334910, 'eme_deny_mail_event_edit', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (7334911, 'eme_rsvp_send_html', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (7352832, '_transient_wffgt_1115231933', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7335048, '_transient_timeout_wflginfl_401711062', '1397802016', 'no') ; 
INSERT INTO `wp_options` VALUES (7562540, '_transient_timeout_wflginfl_86497829', '1408466184', 'no') ; 
INSERT INTO `wp_options` VALUES (7562541, '_transient_wflginfl_86497829', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335049, '_transient_wflginfl_401711062', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7017743, 'pmpro_recaptcha', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (7017744, 'pmpro_recaptcha_publickey', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (7017745, 'pmpro_recaptcha_privatekey', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (7017746, 'pmpro_hide_footer_link', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (7017739, 'pmpro_showexcerpts', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (7017740, 'pmpro_hideads', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (7017741, 'pmpro_hideadslevels', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (7017742, 'pmpro_redirecttosubscription', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (7547622, '_transient_wflginfl_2794669719', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7360639, '_transient_wffgt_1111133085', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7357411, '_transient_timeout_wflginfl_1772238795', '1402297415', 'no') ; 
INSERT INTO `wp_options` VALUES (7357412, '_transient_wflginfl_1772238795', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7335706, '_transient_timeout_wffgt_1167065414', '1397956489', 'no') ; 
INSERT INTO `wp_options` VALUES (7335707, '_transient_wffgt_1167065414', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335725, '_transient_timeout_wflginfl_1158431211', '1397961312', 'no') ; 
INSERT INTO `wp_options` VALUES (7335726, '_transient_wflginfl_1158431211', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335738, '_transient_timeout_wflginfl_1839793656', '1397963849', 'no') ; 
INSERT INTO `wp_options` VALUES (7335739, '_transient_wflginfl_1839793656', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335734, '_transient_timeout_wffgt_1269008907', '1397963062', 'no') ; 
INSERT INTO `wp_options` VALUES (7335735, '_transient_wffgt_1269008907', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335748, '_transient_timeout_wflginfl_3495547005', '1397965398', 'no') ; 
INSERT INTO `wp_options` VALUES (7335749, '_transient_wflginfl_3495547005', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335743, '_transient_timeout_wffgt_1816365669', '1397964350', 'no') ; 
INSERT INTO `wp_options` VALUES (7335744, '_transient_wffgt_1816365669', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335834, '_transient_wflginfl_3346522693', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335836, '_transient_timeout_wflginfl_86473078', '1397989192', 'no') ; 
INSERT INTO `wp_options` VALUES (7361761, '_transient_timeout_wffgt_3345662728', '1403203894', 'no') ; 
INSERT INTO `wp_options` VALUES (7361762, '_transient_wffgt_3345662728', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7335785, '_transient_timeout_wflginfl_3346522861', '1397972760', 'no') ; 
INSERT INTO `wp_options` VALUES (7335786, '_transient_wflginfl_3346522861', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335802, '_transient_timeout_wflginfl_401016623', '1397976709', 'no') ; 
INSERT INTO `wp_options` VALUES (7335803, '_transient_wflginfl_401016623', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335805, '_transient_timeout_wflginfl_392839735', '1397976996', 'no') ; 
INSERT INTO `wp_options` VALUES (7335806, '_transient_wflginfl_392839735', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335821, '_transient_timeout_wflginfl_1308541413', '1397984680', 'no') ; 
INSERT INTO `wp_options` VALUES (7335822, '_transient_wflginfl_1308541413', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335826, '_transient_timeout_wflginfl_3088456075', '1397986346', 'no') ; 
INSERT INTO `wp_options` VALUES (7335827, '_transient_wflginfl_3088456075', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335828, '_transient_timeout_wflginfl_3636279236', '1397987164', 'no') ; 
INSERT INTO `wp_options` VALUES (7335829, '_transient_wflginfl_3636279236', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335833, '_transient_timeout_wflginfl_3346522693', '1397988854', 'no') ; 
INSERT INTO `wp_options` VALUES (7536952, '_transient_wflginfl_1938262512', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539339, '_transient_timeout_wflginfl_3037625525', '1404830722', 'no') ; 
INSERT INTO `wp_options` VALUES (7539340, '_transient_wflginfl_3037625525', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7339773, '_site_transient_timeout_browser_ad0f13cf1963685b3e1355f9374f265a', '1399314069', 'yes') ; 
INSERT INTO `wp_options` VALUES (7339774, '_site_transient_browser_ad0f13cf1963685b3e1355f9374f265a', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"34.0.1847.116";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7336341, '_transient_timeout_wflginfl_2796164139', '1398099814', 'no') ; 
INSERT INTO `wp_options` VALUES (7336342, '_transient_wflginfl_2796164139', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7336365, '_transient_timeout_wflginfl_778673203', '1398100782', 'no') ; 
INSERT INTO `wp_options` VALUES (7336366, '_transient_wflginfl_778673203', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336377, '_transient_timeout_wflginfl_2954825947', '1398102961', 'no') ; 
INSERT INTO `wp_options` VALUES (7336378, '_transient_wflginfl_2954825947', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336380, '_transient_timeout_wflginfl_839049131', '1398103079', 'no') ; 
INSERT INTO `wp_options` VALUES (7336381, '_transient_wflginfl_839049131', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336390, '_transient_timeout_wflginfl_387160986', '1398104423', 'no') ; 
INSERT INTO `wp_options` VALUES (7336391, '_transient_wflginfl_387160986', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336553, '_transient_timeout_wflginfl_1111032013', '1398110468', 'no') ; 
INSERT INTO `wp_options` VALUES (7336554, '_transient_wflginfl_1111032013', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336537, '_transient_timeout_wffgt_3234021892', '1398110187', 'no') ; 
INSERT INTO `wp_options` VALUES (7336538, '_transient_wffgt_3234021892', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336909, '_transient_timeout_wflginfl_3070594350', '1398148524', 'no') ; 
INSERT INTO `wp_options` VALUES (7336910, '_transient_wflginfl_3070594350', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336691, '_transient_timeout_wflginfl_3169881325', '1398112860', 'no') ; 
INSERT INTO `wp_options` VALUES (7336692, '_transient_wflginfl_3169881325', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7536951, '_transient_timeout_wflginfl_1938262512', '1404828883', 'no') ; 
INSERT INTO `wp_options` VALUES (7336749, '_transient_timeout_wflginfl_2916209875', '1398114704', 'no') ; 
INSERT INTO `wp_options` VALUES (7336750, '_transient_wflginfl_2916209875', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336754, '_transient_timeout_wflginfl_1466087088', '1398115284', 'no') ; 
INSERT INTO `wp_options` VALUES (7336755, '_transient_wflginfl_1466087088', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336758, '_transient_timeout_wflginfl_2794672182', '1398116384', 'no') ; 
INSERT INTO `wp_options` VALUES (7336759, '_transient_wflginfl_2794672182', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339288, '_transient_timeout_wflginfl_3331297404', '1398596860', 'no') ; 
INSERT INTO `wp_options` VALUES (7339289, '_transient_wflginfl_3331297404', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336763, '_transient_timeout_wffgt_3234021890', '1398116869', 'no') ; 
INSERT INTO `wp_options` VALUES (7336764, '_transient_wffgt_3234021890', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536950, '_transient_wflginfl_1589623267', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336813, '_transient_timeout_wflginfl_392098690', '1398126218', 'no') ; 
INSERT INTO `wp_options` VALUES (7336814, '_transient_wflginfl_392098690', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336845, '_transient_timeout_wflginfl_1805341036', '1398134541', 'no') ; 
INSERT INTO `wp_options` VALUES (7336846, '_transient_wflginfl_1805341036', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336848, '_transient_timeout_wflginfl_2923917807', '1398135181', 'no') ; 
INSERT INTO `wp_options` VALUES (7336849, '_transient_wflginfl_2923917807', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336855, '_transient_timeout_wflginfl_1805734760', '1398136162', 'no') ; 
INSERT INTO `wp_options` VALUES (7336856, '_transient_wflginfl_1805734760', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7344120, '_transient_timeout_wffgt_1202918007', '1399517015', 'no') ; 
INSERT INTO `wp_options` VALUES (7336860, '_transient_timeout_wflginfl_2783382725', '1398137370', 'no') ; 
INSERT INTO `wp_options` VALUES (7336861, '_transient_wflginfl_2783382725', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7365617, '_transient_timeout_wffgt_1663060351', '1404090164', 'no') ; 
INSERT INTO `wp_options` VALUES (7336878, '_transient_timeout_wflginfl_2917935195', '1398142473', 'no') ; 
INSERT INTO `wp_options` VALUES (7336879, '_transient_wflginfl_2917935195', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336881, '_transient_timeout_wflginfl_1538921356', '1398142609', 'no') ; 
INSERT INTO `wp_options` VALUES (7336882, '_transient_wflginfl_1538921356', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336884, '_transient_timeout_wflginfl_3221458448', '1398143176', 'no') ; 
INSERT INTO `wp_options` VALUES (7336885, '_transient_wflginfl_3221458448', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336918, '_transient_timeout_wflginfl_3351481980', '1398151506', 'no') ; 
INSERT INTO `wp_options` VALUES (7336919, '_transient_wflginfl_3351481980', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336937, '_transient_timeout_wflginfl_3325201203', '1398159007', 'no') ; 
INSERT INTO `wp_options` VALUES (7336938, '_transient_wflginfl_3325201203', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336944, '_transient_wflginfl_2901792460', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336957, '_transient_timeout_wflginfl_1198655215', '1398166690', 'no') ; 
INSERT INTO `wp_options` VALUES (7336958, '_transient_wflginfl_1198655215', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536949, '_transient_timeout_wflginfl_1589623267', '1404828882', 'no') ; 
INSERT INTO `wp_options` VALUES (7337795, '_transient_timeout_wflginfl_3630931750', '1398345819', 'no') ; 
INSERT INTO `wp_options` VALUES (7337796, '_transient_wflginfl_3630931750', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337005, '_transient_timeout_wflginfl_520505105', '1398180662', 'no') ; 
INSERT INTO `wp_options` VALUES (7337006, '_transient_wflginfl_520505105', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521809, '_transient_timeout_wflginfl_3065402290', '1404818740', 'no') ; 
INSERT INTO `wp_options` VALUES (7521810, '_transient_wflginfl_3065402290', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520976, '_transient_wflginfl_831542750', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540529, '_transient_wflginfl_3357501240', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521929, '_transient_timeout_wflginfl_988589561', '1404819078', 'no') ; 
INSERT INTO `wp_options` VALUES (7521930, '_transient_wflginfl_988589561', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7526911, '_transient_timeout_wflginfl_1572317621', '1404822442', 'no') ; 
INSERT INTO `wp_options` VALUES (7526912, '_transient_wflginfl_1572317621', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7516937, '_transient_timeout_wflginfl_1118561755', '1404815402', 'no') ; 
INSERT INTO `wp_options` VALUES (7516938, '_transient_wflginfl_1118561755', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540920, '_transient_timeout_wflginfl_3383373516', '1404831370', 'no') ; 
INSERT INTO `wp_options` VALUES (7538227, '_transient_timeout_wflginfl_3735430779', '1404829991', 'no') ; 
INSERT INTO `wp_options` VALUES (7537093, '_transient_timeout_wflginfl_3412760759', '1404828985', 'no') ; 
INSERT INTO `wp_options` VALUES (7537094, '_transient_wflginfl_3412760759', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537855, '_transient_timeout_wflginfl_1891969158', '1404829460', 'no') ; 
INSERT INTO `wp_options` VALUES (7525457, '_transient_wflginfl_1583355562', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520046, '_transient_timeout_wflginfl_3001009494', '1404817552', 'no') ; 
INSERT INTO `wp_options` VALUES (7520047, '_transient_wflginfl_3001009494', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523991, '_transient_timeout_wflginfl_3564562548', '1404820182', 'no') ; 
INSERT INTO `wp_options` VALUES (7523992, '_transient_wflginfl_3564562548', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540580, '_transient_timeout_wflginfl_1790739349', '1404831213', 'no') ; 
INSERT INTO `wp_options` VALUES (7540581, '_transient_wflginfl_1790739349', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517247, '_transient_timeout_wflginfl_3321003731', '1404815590', 'no') ; 
INSERT INTO `wp_options` VALUES (7517248, '_transient_wflginfl_3321003731', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518477, '_transient_timeout_wflginfl_2111076968', '1404816469', 'no') ; 
INSERT INTO `wp_options` VALUES (7518478, '_transient_wflginfl_2111076968', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523901, '_transient_timeout_wflginfl_3310803460', '1404820124', 'no') ; 
INSERT INTO `wp_options` VALUES (7523902, '_transient_wflginfl_3310803460', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540878, '_transient_timeout_wflginfl_3125768591', '1404831352', 'no') ; 
INSERT INTO `wp_options` VALUES (7540879, '_transient_wflginfl_3125768591', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523347, '_transient_timeout_wflginfl_3065590834', '1404819717', 'no') ; 
INSERT INTO `wp_options` VALUES (7523348, '_transient_wflginfl_3065590834', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517411, '_transient_timeout_wflginfl_1300074924', '1404815700', 'no') ; 
INSERT INTO `wp_options` VALUES (7517412, '_transient_wflginfl_1300074924', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537261, '_transient_wflginfl_1501270775', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538250, '_transient_wflginfl_3411521140', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526402, '_transient_timeout_wflginfl_693569958', '1404821866', 'no') ; 
INSERT INTO `wp_options` VALUES (7526403, '_transient_wflginfl_693569958', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517475, '_transient_timeout_wflginfl_2006612568', '1404815751', 'no') ; 
INSERT INTO `wp_options` VALUES (7517476, '_transient_wflginfl_2006612568', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519978, '_transient_timeout_wflginfl_3318243510', '1404817503', 'no') ; 
INSERT INTO `wp_options` VALUES (7519979, '_transient_wflginfl_3318243510', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519226, '_transient_timeout_wflginfl_1605549347', '1404817220', 'no') ; 
INSERT INTO `wp_options` VALUES (7519227, '_transient_wflginfl_1605549347', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7519004, '_transient_timeout_wflginfl_1593738547', '1404816833', 'no') ; 
INSERT INTO `wp_options` VALUES (7519005, '_transient_wflginfl_1593738547', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539543, '_transient_timeout_wflginfl_3289831106', '1404830580', 'no') ; 
INSERT INTO `wp_options` VALUES (7540308, '_transient_timeout_wflginfl_1319279944', '1404831060', 'no') ; 
INSERT INTO `wp_options` VALUES (7540309, '_transient_wflginfl_1319279944', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520287, '_transient_timeout_wflginfl_778250176', '1404817723', 'no') ; 
INSERT INTO `wp_options` VALUES (7520288, '_transient_wflginfl_778250176', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517569, '_transient_timeout_wflginfl_1328386551', '1404815823', 'no') ; 
INSERT INTO `wp_options` VALUES (7517570, '_transient_wflginfl_1328386551', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517581, '_transient_timeout_wflginfl_996045733', '1404815829', 'no') ; 
INSERT INTO `wp_options` VALUES (7517582, '_transient_wflginfl_996045733', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517607, '_transient_timeout_wflginfl_3170256527', '1404815844', 'no') ; 
INSERT INTO `wp_options` VALUES (7517608, '_transient_wflginfl_3170256527', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540494, '_transient_timeout_wflginfl_1442043785', '1404831166', 'no') ; 
INSERT INTO `wp_options` VALUES (7540495, '_transient_wflginfl_1442043785', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527936, '_transient_timeout_wflginfl_3032392799', '1404822915', 'no') ; 
INSERT INTO `wp_options` VALUES (7527937, '_transient_wflginfl_3032392799', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528536, '_transient_timeout_wflginfl_1357108042', '1404823341', 'no') ; 
INSERT INTO `wp_options` VALUES (7522074, '_transient_timeout_wflginfl_3390401126', '1404818888', 'no') ; 
INSERT INTO `wp_options` VALUES (7523053, '_transient_timeout_wflginfl_1601294761', '1404819533', 'no') ; 
INSERT INTO `wp_options` VALUES (7523054, '_transient_wflginfl_1601294761', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521993, '_transient_timeout_wflginfl_1917587108', '1404818844', 'no') ; 
INSERT INTO `wp_options` VALUES (7521994, '_transient_wflginfl_1917587108', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531983, '_transient_timeout_wflginfl_1892047455', '1404825625', 'no') ; 
INSERT INTO `wp_options` VALUES (7531984, '_transient_wflginfl_1892047455', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517783, '_transient_timeout_wflginfl_3065393628', '1404815974', 'no') ; 
INSERT INTO `wp_options` VALUES (7517784, '_transient_wflginfl_3065393628', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523251, '_transient_timeout_wflginfl_3126832338', '1404819654', 'no') ; 
INSERT INTO `wp_options` VALUES (7523252, '_transient_wflginfl_3126832338', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523605, '_transient_timeout_wflginfl_2006937245', '1404819913', 'no') ; 
INSERT INTO `wp_options` VALUES (7523606, '_transient_wflginfl_2006937245', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541359, '_transient_wflginfl_3577334176', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541358, '_transient_timeout_wflginfl_3577334176', '1404831538', 'no') ; 
INSERT INTO `wp_options` VALUES (7519842, '_transient_timeout_wflginfl_634556559', '1404817423', 'no') ; 
INSERT INTO `wp_options` VALUES (7519843, '_transient_wflginfl_634556559', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520016, '_transient_timeout_wflginfl_690810858', '1404817538', 'no') ; 
INSERT INTO `wp_options` VALUES (7520017, '_transient_wflginfl_690810858', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518956, '_transient_timeout_wflginfl_1337134627', '1404816802', 'no') ; 
INSERT INTO `wp_options` VALUES (7518957, '_transient_wflginfl_1337134627', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518940, '_transient_timeout_wflginfl_1520103938', '1404816795', 'no') ; 
INSERT INTO `wp_options` VALUES (7518941, '_transient_wflginfl_1520103938', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521306, '_transient_timeout_wflginfl_657500969', '1404818406', 'no') ; 
INSERT INTO `wp_options` VALUES (7521307, '_transient_wflginfl_657500969', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529700, '_transient_timeout_wflginfl_1569393671', '1404824137', 'no') ; 
INSERT INTO `wp_options` VALUES (7529701, '_transient_wflginfl_1569393671', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518003, '_transient_timeout_wflginfl_2057556501', '1404816139', 'no') ; 
INSERT INTO `wp_options` VALUES (7518004, '_transient_wflginfl_2057556501', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541214, '_transient_wflginfl_3732909677', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541215, '_transient_wflginfl_3573290322', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521030, '_transient_timeout_wflginfl_697261432', '1404818212', 'no') ; 
INSERT INTO `wp_options` VALUES (7521031, '_transient_wflginfl_697261432', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519436, '_transient_timeout_wflginfl_657001674', '1404817132', 'no') ; 
INSERT INTO `wp_options` VALUES (7519437, '_transient_wflginfl_657001674', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538929, '_transient_timeout_wflginfl_774082931', '1404830157', 'no') ; 
INSERT INTO `wp_options` VALUES (7538930, '_transient_wflginfl_774082931', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518183, '_transient_timeout_wflginfl_657550707', '1404816269', 'no') ; 
INSERT INTO `wp_options` VALUES (7518184, '_transient_wflginfl_657550707', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518239, '_transient_timeout_wflginfl_1370882985', '1404816308', 'no') ; 
INSERT INTO `wp_options` VALUES (7518240, '_transient_wflginfl_1370882985', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527500, '_transient_timeout_wflginfl_2036547178', '1404822615', 'no') ; 
INSERT INTO `wp_options` VALUES (7527501, '_transient_wflginfl_2036547178', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518267, '_transient_timeout_wflginfl_1837060209', '1404816327', 'no') ; 
INSERT INTO `wp_options` VALUES (7518268, '_transient_wflginfl_1837060209', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518764, '_transient_timeout_wflginfl_3065355136', '1404816677', 'no') ; 
INSERT INTO `wp_options` VALUES (7518765, '_transient_wflginfl_3065355136', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519846, '_transient_timeout_wflginfl_1337432486', '1404817424', 'no') ; 
INSERT INTO `wp_options` VALUES (7519847, '_transient_wflginfl_1337432486', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518788, '_transient_timeout_wflginfl_690148516', '1404816698', 'no') ; 
INSERT INTO `wp_options` VALUES (7518789, '_transient_wflginfl_690148516', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522959, '_transient_timeout_wflginfl_1915169579', '1404819456', 'no') ; 
INSERT INTO `wp_options` VALUES (7522960, '_transient_wflginfl_1915169579', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522857, '_transient_timeout_wflginfl_3032437339', '1404819379', 'no') ; 
INSERT INTO `wp_options` VALUES (7522858, '_transient_wflginfl_3032437339', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537245, '_transient_timeout_wflginfl_702062519', '1404829069', 'no') ; 
INSERT INTO `wp_options` VALUES (7537246, '_transient_wflginfl_702062519', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520443, '_transient_wflginfl_84810167', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540190, '_transient_timeout_wflginfl_3307242955', '1404830996', 'no') ; 
INSERT INTO `wp_options` VALUES (7540234, '_transient_timeout_wflginfl_1589623766', '1404831023', 'no') ; 
INSERT INTO `wp_options` VALUES (7540235, '_transient_wflginfl_1589623766', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526516, '_transient_timeout_wflginfl_3732886977', '1404821935', 'no') ; 
INSERT INTO `wp_options` VALUES (7526517, '_transient_wflginfl_3732886977', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541341, '_transient_wflginfl_1856563738', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538249, '_transient_timeout_wflginfl_3411521140', '1404829718', 'no') ; 
INSERT INTO `wp_options` VALUES (7519054, '_transient_timeout_wflginfl_3310535122', '1404816855', 'no') ; 
INSERT INTO `wp_options` VALUES (7519055, '_transient_wflginfl_3310535122', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533675, '_transient_timeout_wflginfl_1835022880', '1404826972', 'no') ; 
INSERT INTO `wp_options` VALUES (7533676, '_transient_wflginfl_1835022880', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7535950, '_transient_timeout_wflginfl_2107924819', '1404828217', 'no') ; 
INSERT INTO `wp_options` VALUES (7535951, '_transient_wflginfl_2107924819', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540172, '_transient_timeout_wflginfl_3032400599', '1404830985', 'no') ; 
INSERT INTO `wp_options` VALUES (7540173, '_transient_wflginfl_3032400599', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538780, '_transient_wflginfl_3000930554', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541157, '_transient_wflginfl_3307507319', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519110, '_transient_timeout_wflginfl_694380991', '1404816892', 'no') ; 
INSERT INTO `wp_options` VALUES (7519111, '_transient_wflginfl_694380991', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521586, '_transient_timeout_wflginfl_1892551133', '1404818578', 'no') ; 
INSERT INTO `wp_options` VALUES (7518688, '_transient_timeout_wflginfl_3035246316', '1404816623', 'no') ; 
INSERT INTO `wp_options` VALUES (7518689, '_transient_wflginfl_3035246316', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540028, '_transient_timeout_wflginfl_1332067745', '1404830888', 'no') ; 
INSERT INTO `wp_options` VALUES (7540029, '_transient_wflginfl_1332067745', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538475, '_transient_timeout_wflginfl_1377051602', '1404830099', 'no') ; 
INSERT INTO `wp_options` VALUES (7538476, '_transient_wflginfl_1377051602', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7539307, '_transient_timeout_wflginfl_1609483360', '1404830428', 'no') ; 
INSERT INTO `wp_options` VALUES (7539308, '_transient_wflginfl_1609483360', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532109, '_transient_timeout_wflginfl_45095250', '1404825706', 'no') ; 
INSERT INTO `wp_options` VALUES (7532110, '_transient_wflginfl_45095250', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529224, '_transient_timeout_wflginfl_2966055003', '1404823832', 'no') ; 
INSERT INTO `wp_options` VALUES (7529225, '_transient_wflginfl_2966055003', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518916, '_transient_timeout_wflginfl_3065400646', '1404816782', 'no') ; 
INSERT INTO `wp_options` VALUES (7518917, '_transient_wflginfl_3065400646', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522901, '_transient_timeout_wflginfl_657896759', '1404819417', 'no') ; 
INSERT INTO `wp_options` VALUES (7522902, '_transient_wflginfl_657896759', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518988, '_transient_timeout_wflginfl_1844576532', '1404816823', 'no') ; 
INSERT INTO `wp_options` VALUES (7518989, '_transient_wflginfl_1844576532', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519984, '_transient_timeout_wflginfl_1743801539', '1404817507', 'no') ; 
INSERT INTO `wp_options` VALUES (7519985, '_transient_wflginfl_1743801539', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537135, '_transient_timeout_wflginfl_696740659', '1404829005', 'no') ; 
INSERT INTO `wp_options` VALUES (7537136, '_transient_wflginfl_696740659', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530048, '_transient_timeout_wflginfl_1768809881', '1404824368', 'no') ; 
INSERT INTO `wp_options` VALUES (7530049, '_transient_wflginfl_1768809881', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537443, '_transient_timeout_wflginfl_694225481', '1404829192', 'no') ; 
INSERT INTO `wp_options` VALUES (7537444, '_transient_wflginfl_694225481', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538899, '_transient_timeout_wflginfl_2972372863', '1404830141', 'no') ; 
INSERT INTO `wp_options` VALUES (7538900, '_transient_wflginfl_2972372863', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522763, '_transient_timeout_wflginfl_657321013', '1404819312', 'no') ; 
INSERT INTO `wp_options` VALUES (7522764, '_transient_wflginfl_657321013', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519106, '_transient_timeout_wflginfl_3065900059', '1404816891', 'no') ; 
INSERT INTO `wp_options` VALUES (7519107, '_transient_wflginfl_3065900059', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539932, '_transient_timeout_wflginfl_1337110948', '1404830817', 'no') ; 
INSERT INTO `wp_options` VALUES (7539933, '_transient_wflginfl_1337110948', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525988, '_transient_timeout_wflginfl_3315176467', '1404821576', 'no') ; 
INSERT INTO `wp_options` VALUES (7525989, '_transient_wflginfl_3315176467', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521587, '_transient_wflginfl_1892551133', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527124, '_transient_timeout_wflginfl_2590057571', '1404822358', 'no') ; 
INSERT INTO `wp_options` VALUES (7527125, '_transient_wflginfl_2590057571', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519344, '_transient_timeout_wflginfl_3076087183', '1404817062', 'no') ; 
INSERT INTO `wp_options` VALUES (7519345, '_transient_wflginfl_3076087183', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525490, '_transient_timeout_wflginfl_1605321769', '1404821251', 'no') ; 
INSERT INTO `wp_options` VALUES (7525491, '_transient_wflginfl_1605321769', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540002, '_transient_timeout_wflginfl_3310856008', '1404830865', 'no') ; 
INSERT INTO `wp_options` VALUES (7540003, '_transient_wflginfl_3310856008', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528716, '_transient_timeout_wflginfl_1508342254', '1404823462', 'no') ; 
INSERT INTO `wp_options` VALUES (7528717, '_transient_wflginfl_1508342254', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519412, '_transient_timeout_wflginfl_522171481', '1404817113', 'no') ; 
INSERT INTO `wp_options` VALUES (7519413, '_transient_wflginfl_522171481', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538437, '_transient_timeout_wflginfl_3536009584', '1404829835', 'no') ; 
INSERT INTO `wp_options` VALUES (7540732, '_transient_timeout_wflginfl_633098754', '1404831289', 'no') ; 
INSERT INTO `wp_options` VALUES (7527406, '_transient_timeout_wflginfl_3412761584', '1404822549', 'no') ; 
INSERT INTO `wp_options` VALUES (7527407, '_transient_wflginfl_3412761584', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530958, '_transient_timeout_wflginfl_1569206362', '1404824997', 'no') ; 
INSERT INTO `wp_options` VALUES (7530959, '_transient_wflginfl_1569206362', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519558, '_transient_timeout_wflginfl_778460295', '1404817717', 'no') ; 
INSERT INTO `wp_options` VALUES (7519559, '_transient_wflginfl_778460295', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7525306, '_transient_timeout_wflginfl_657449665', '1404821119', 'no') ; 
INSERT INTO `wp_options` VALUES (7525307, '_transient_wflginfl_657449665', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536779, '_transient_timeout_wflginfl_1319306501', '1404828784', 'no') ; 
INSERT INTO `wp_options` VALUES (7536780, '_transient_wflginfl_1319306501', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521761, '_transient_timeout_wflginfl_2056631826', '1404818706', 'no') ; 
INSERT INTO `wp_options` VALUES (7521762, '_transient_wflginfl_2056631826', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519708, '_transient_timeout_wflginfl_1566295614', '1404817318', 'no') ; 
INSERT INTO `wp_options` VALUES (7519709, '_transient_wflginfl_1566295614', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522365, '_transient_timeout_wflginfl_1424313829', '1404819061', 'no') ; 
INSERT INTO `wp_options` VALUES (7522366, '_transient_wflginfl_1424313829', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519722, '_transient_timeout_wflginfl_1520713850', '1404817331', 'no') ; 
INSERT INTO `wp_options` VALUES (7519723, '_transient_wflginfl_1520713850', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539029, '_transient_timeout_wflginfl_689972895', '1404830215', 'no') ; 
INSERT INTO `wp_options` VALUES (7539030, '_transient_wflginfl_689972895', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539856, '_transient_timeout_wflginfl_1604283134', '1404830778', 'no') ; 
INSERT INTO `wp_options` VALUES (7539857, '_transient_wflginfl_1604283134', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519892, '_transient_timeout_wflginfl_3051425677', '1404817453', 'no') ; 
INSERT INTO `wp_options` VALUES (7519893, '_transient_wflginfl_3051425677', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519930, '_transient_timeout_wflginfl_3307507131', '1404817476', 'no') ; 
INSERT INTO `wp_options` VALUES (7519931, '_transient_wflginfl_3307507131', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535348, '_transient_timeout_wflginfl_2958872968', '1404828384', 'no') ; 
INSERT INTO `wp_options` VALUES (7535349, '_transient_wflginfl_2958872968', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7541171, '_transient_wflginfl_1940354697', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523434, '_transient_wflginfl_1432970110', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520090, '_transient_timeout_wflginfl_3310780449', '1404817578', 'no') ; 
INSERT INTO `wp_options` VALUES (7520091, '_transient_wflginfl_3310780449', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520154, '_transient_timeout_wflginfl_1337015851', '1404817614', 'no') ; 
INSERT INTO `wp_options` VALUES (7520155, '_transient_wflginfl_1337015851', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540874, '_transient_timeout_wflginfl_1781769360', '1404831351', 'no') ; 
INSERT INTO `wp_options` VALUES (7540875, '_transient_wflginfl_1781769360', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520192, '_transient_timeout_wflginfl_657248331', '1404817644', 'no') ; 
INSERT INTO `wp_options` VALUES (7520193, '_transient_wflginfl_657248331', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520858, '_transient_timeout_wflginfl_3081483095', '1404818110', 'no') ; 
INSERT INTO `wp_options` VALUES (7520859, '_transient_wflginfl_3081483095', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537828, '_transient_wflginfl_2945116845', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540569, '_transient_wflginfl_1502330496', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540921, '_transient_wflginfl_3383373516', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538276, '_transient_wflginfl_1892752997', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538228, '_transient_wflginfl_3735430779', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7540973, '_transient_wflginfl_2829558832', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540558, '_transient_timeout_wflginfl_3307432927', '1404831198', 'no') ; 
INSERT INTO `wp_options` VALUES (7522121, '_transient_timeout_wflginfl_1951888945', '1404818915', 'no') ; 
INSERT INTO `wp_options` VALUES (7522122, '_transient_wflginfl_1951888945', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527881, '_transient_wflginfl_1044227945', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541407, '_transient_wflginfl_1440591386', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541305, '_transient_wflginfl_1038369497', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531438, '_transient_wflginfl_704328441', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530895, '_transient_wflginfl_2033594644', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540631, '_transient_wflginfl_1794341449', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7525094, '_transient_timeout_wflginfl_3414592473', '1404820981', 'no') ; 
INSERT INTO `wp_options` VALUES (7520614, '_transient_timeout_wflginfl_657302597', '1404817942', 'no') ; 
INSERT INTO `wp_options` VALUES (7527139, '_transient_wflginfl_1416987629', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520616, '_transient_wflginfl_657302597', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523153, '_transient_timeout_wflginfl_3104980938', '1404819589', 'no') ; 
INSERT INTO `wp_options` VALUES (7523154, '_transient_wflginfl_3104980938', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521240, '_transient_timeout_wflginfl_3732903981', '1404818365', 'no') ; 
INSERT INTO `wp_options` VALUES (7521241, '_transient_wflginfl_3732903981', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520683, '_transient_wflginfl_84772634', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527189, '_transient_wflginfl_1382452688', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528406, '_transient_timeout_wflginfl_1892598394', '1404823234', 'no') ; 
INSERT INTO `wp_options` VALUES (7528407, '_transient_wflginfl_1892598394', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524383, '_transient_timeout_wflginfl_1728986809', '1404820461', 'no') ; 
INSERT INTO `wp_options` VALUES (7524384, '_transient_wflginfl_1728986809', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530458, '_transient_timeout_wflginfl_657308160', '1404824637', 'no') ; 
INSERT INTO `wp_options` VALUES (7530459, '_transient_wflginfl_657308160', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520954, '_transient_timeout_wflginfl_1328729875', '1404818165', 'no') ; 
INSERT INTO `wp_options` VALUES (7520758, '_transient_timeout_wflginfl_1332070071', '1404818031', 'no') ; 
INSERT INTO `wp_options` VALUES (7520759, '_transient_wflginfl_1332070071', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525186, '_transient_timeout_wflginfl_3031603108', '1404821033', 'no') ; 
INSERT INTO `wp_options` VALUES (7525187, '_transient_wflginfl_3031603108', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520798, '_transient_timeout_wflginfl_834030611', '1404818057', 'no') ; 
INSERT INTO `wp_options` VALUES (7520799, '_transient_wflginfl_834030611', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540846, '_transient_timeout_wflginfl_2093207993', '1404831341', 'no') ; 
INSERT INTO `wp_options` VALUES (7540847, '_transient_wflginfl_2093207993', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520832, '_transient_timeout_wflginfl_3124971010', '1404818339', 'no') ; 
INSERT INTO `wp_options` VALUES (7520833, '_transient_wflginfl_3124971010', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7520834, '_transient_timeout_wflginfl_2092591256', '1404818076', 'no') ; 
INSERT INTO `wp_options` VALUES (7520835, '_transient_wflginfl_2092591256', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520842, '_transient_timeout_wflginfl_657461952', '1404818367', 'no') ; 
INSERT INTO `wp_options` VALUES (7520843, '_transient_wflginfl_657461952', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7528660, '_transient_timeout_wflginfl_2945027633', '1404823430', 'no') ; 
INSERT INTO `wp_options` VALUES (7528661, '_transient_wflginfl_2945027633', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526358, '_transient_timeout_wflginfl_1976512502', '1404821835', 'no') ; 
INSERT INTO `wp_options` VALUES (7526359, '_transient_wflginfl_1976512502', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522911, '_transient_timeout_wflginfl_1539649294', '1404819423', 'no') ; 
INSERT INTO `wp_options` VALUES (7522912, '_transient_wflginfl_1539649294', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520884, '_transient_timeout_wflginfl_3390401129', '1404818122', 'no') ; 
INSERT INTO `wp_options` VALUES (7520885, '_transient_wflginfl_3390401129', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530840, '_transient_timeout_wflginfl_3065879659', '1404824916', 'no') ; 
INSERT INTO `wp_options` VALUES (7530841, '_transient_wflginfl_3065879659', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523463, '_transient_timeout_wflginfl_1892044716', '1404819791', 'no') ; 
INSERT INTO `wp_options` VALUES (7523464, '_transient_wflginfl_1892044716', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520955, '_transient_wflginfl_1328729875', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524307, '_transient_timeout_wflginfl_1919735021', '1404820413', 'no') ; 
INSERT INTO `wp_options` VALUES (7524308, '_transient_wflginfl_1919735021', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520968, '_transient_timeout_wflginfl_692734510', '1404818178', 'no') ; 
INSERT INTO `wp_options` VALUES (7520969, '_transient_wflginfl_692734510', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525962, '_transient_timeout_wflginfl_1282559709', '1404821562', 'no') ; 
INSERT INTO `wp_options` VALUES (7525963, '_transient_wflginfl_1282559709', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540896, '_transient_timeout_wflginfl_1599450657', '1404831360', 'no') ; 
INSERT INTO `wp_options` VALUES (7540897, '_transient_wflginfl_1599450657', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527750, '_transient_timeout_wflginfl_2994788794', '1404822796', 'no') ; 
INSERT INTO `wp_options` VALUES (7529706, '_transient_timeout_wflginfl_1600572514', '1404824142', 'no') ; 
INSERT INTO `wp_options` VALUES (7522251, '_transient_timeout_wflginfl_1876923005', '1404818997', 'no') ; 
INSERT INTO `wp_options` VALUES (7522252, '_transient_wflginfl_1876923005', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521280, '_transient_timeout_wflginfl_1975648866', '1404818390', 'no') ; 
INSERT INTO `wp_options` VALUES (7521281, '_transient_wflginfl_1975648866', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535898, '_transient_timeout_wflginfl_1044460600', '1404828181', 'no') ; 
INSERT INTO `wp_options` VALUES (7535899, '_transient_wflginfl_1044460600', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531151, '_transient_timeout_wflginfl_3269586840', '1404825123', 'no') ; 
INSERT INTO `wp_options` VALUES (7531152, '_transient_wflginfl_3269586840', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521334, '_transient_timeout_wflginfl_690141063', '1404818689', 'no') ; 
INSERT INTO `wp_options` VALUES (7521335, '_transient_wflginfl_690141063', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7531534, '_transient_timeout_wflginfl_636228936', '1404825367', 'no') ; 
INSERT INTO `wp_options` VALUES (7541380, '_transient_timeout_wflginfl_3320112148', '1404831554', 'no') ; 
INSERT INTO `wp_options` VALUES (7541381, '_transient_wflginfl_3320112148', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541082, '_transient_timeout_wflginfl_1520103947', '1404831428', 'no') ; 
INSERT INTO `wp_options` VALUES (7541083, '_transient_wflginfl_1520103947', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523955, '_transient_timeout_wflginfl_1934164838', '1404820160', 'no') ; 
INSERT INTO `wp_options` VALUES (7523956, '_transient_wflginfl_1934164838', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521449, '_transient_timeout_wflginfl_1329068213', '1404818496', 'no') ; 
INSERT INTO `wp_options` VALUES (7521450, '_transient_wflginfl_1329068213', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528532, '_transient_timeout_wflginfl_1545174768', '1404823337', 'no') ; 
INSERT INTO `wp_options` VALUES (7528533, '_transient_wflginfl_1545174768', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540688, '_transient_timeout_wflginfl_695146321', '1404831271', 'no') ; 
INSERT INTO `wp_options` VALUES (7540689, '_transient_wflginfl_695146321', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521463, '_transient_timeout_wflginfl_1109708228', '1404818500', 'no') ; 
INSERT INTO `wp_options` VALUES (7521464, '_transient_wflginfl_1109708228', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526150, '_transient_timeout_wflginfl_3065394246', '1404821697', 'no') ; 
INSERT INTO `wp_options` VALUES (7531535, '_transient_wflginfl_636228936', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539319, '_transient_timeout_wflginfl_3199168614', '1404830438', 'no') ; 
INSERT INTO `wp_options` VALUES (7539320, '_transient_wflginfl_3199168614', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523143, '_transient_timeout_wflginfl_1565961567', '1404819587', 'no') ; 
INSERT INTO `wp_options` VALUES (7523144, '_transient_wflginfl_1565961567', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536547, '_transient_timeout_wflginfl_2015137692', '1404828637', 'no') ; 
INSERT INTO `wp_options` VALUES (7536548, '_transient_wflginfl_2015137692', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526151, '_transient_wflginfl_3065394246', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537511, '_transient_timeout_wflginfl_1449388203', '1404829226', 'no') ; 
INSERT INTO `wp_options` VALUES (7537512, '_transient_wflginfl_1449388203', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538309, '_transient_timeout_wflginfl_2875439405', '1404829759', 'no') ; 
INSERT INTO `wp_options` VALUES (7538310, '_transient_wflginfl_2875439405', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521568, '_transient_timeout_wflginfl_1393284291', '1404818566', 'no') ; 
INSERT INTO `wp_options` VALUES (7521569, '_transient_wflginfl_1393284291', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521570, '_transient_timeout_wflginfl_3104980728', '1404818566', 'no') ; 
INSERT INTO `wp_options` VALUES (7521571, '_transient_wflginfl_3104980728', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526899, '_transient_timeout_wflginfl_2344637988', '1404822201', 'no') ; 
INSERT INTO `wp_options` VALUES (7526900, '_transient_wflginfl_2344637988', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530416, '_transient_timeout_wflginfl_3065705633', '1404824611', 'no') ; 
INSERT INTO `wp_options` VALUES (7530417, '_transient_wflginfl_3065705633', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521716, '_transient_timeout_wflginfl_1868336573', '1404818674', 'no') ; 
INSERT INTO `wp_options` VALUES (7521717, '_transient_wflginfl_1868336573', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523579, '_transient_timeout_wflginfl_2107717823', '1404819889', 'no') ; 
INSERT INTO `wp_options` VALUES (7523580, '_transient_wflginfl_2107717823', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522769, '_transient_timeout_wflginfl_1460622050', '1404819316', 'no') ; 
INSERT INTO `wp_options` VALUES (7522770, '_transient_wflginfl_1460622050', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535644, '_transient_timeout_wflginfl_1603373236', '1404827996', 'no') ; 
INSERT INTO `wp_options` VALUES (7529368, '_transient_timeout_wflginfl_3318362622', '1404823917', 'no') ; 
INSERT INTO `wp_options` VALUES (7529369, '_transient_wflginfl_3318362622', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525296, '_transient_timeout_wflginfl_656424078', '1404821116', 'no') ; 
INSERT INTO `wp_options` VALUES (7525297, '_transient_wflginfl_656424078', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521781, '_transient_timeout_wflginfl_656735208', '1404818718', 'no') ; 
INSERT INTO `wp_options` VALUES (7521782, '_transient_wflginfl_656735208', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525026, '_transient_timeout_wflginfl_522170727', '1404820927', 'no') ; 
INSERT INTO `wp_options` VALUES (7525027, '_transient_wflginfl_522170727', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538325, '_transient_timeout_wflginfl_1892780175', '1404829765', 'no') ; 
INSERT INTO `wp_options` VALUES (7538326, '_transient_wflginfl_1892780175', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525514, '_transient_timeout_wflginfl_1892044256', '1404821266', 'no') ; 
INSERT INTO `wp_options` VALUES (7525515, '_transient_wflginfl_1892044256', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521863, '_transient_timeout_wflginfl_692390811', '1404818768', 'no') ; 
INSERT INTO `wp_options` VALUES (7521864, '_transient_wflginfl_692390811', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524425, '_transient_timeout_wflginfl_657824356', '1404820489', 'no') ; 
INSERT INTO `wp_options` VALUES (7524426, '_transient_wflginfl_657824356', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521979, '_transient_timeout_wflginfl_690789249', '1404818837', 'no') ; 
INSERT INTO `wp_options` VALUES (7521980, '_transient_wflginfl_690789249', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537753, '_transient_timeout_wflginfl_3176928728', '1404829406', 'no') ; 
INSERT INTO `wp_options` VALUES (7537754, '_transient_wflginfl_3176928728', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535762, '_transient_timeout_wflginfl_1569200856', '1404828099', 'no') ; 
INSERT INTO `wp_options` VALUES (7535763, '_transient_wflginfl_1569200856', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541448, '_transient_timeout_wflginfl_1332374980', '1404831755', 'no') ; 
INSERT INTO `wp_options` VALUES (7541449, '_transient_wflginfl_1332374980', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524557, '_transient_timeout_wflginfl_3636012564', '1404820587', 'no') ; 
INSERT INTO `wp_options` VALUES (7524558, '_transient_wflginfl_3636012564', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528694, '_transient_timeout_wflginfl_657722244', '1404823450', 'no') ; 
INSERT INTO `wp_options` VALUES (7528695, '_transient_wflginfl_657722244', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540490, '_transient_timeout_wflginfl_694373398', '1404831164', 'no') ; 
INSERT INTO `wp_options` VALUES (7540491, '_transient_wflginfl_694373398', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539766, '_transient_timeout_wflginfl_1832915485', '1404830723', 'no') ; 
INSERT INTO `wp_options` VALUES (7539767, '_transient_wflginfl_1832915485', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522177, '_transient_timeout_wflginfl_657730448', '1404818953', 'no') ; 
INSERT INTO `wp_options` VALUES (7522178, '_transient_wflginfl_657730448', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522215, '_transient_timeout_wflginfl_1257486449', '1404818973', 'no') ; 
INSERT INTO `wp_options` VALUES (7522216, '_transient_wflginfl_1257486449', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540124, '_transient_timeout_wflginfl_3158502600', '1404830951', 'no') ; 
INSERT INTO `wp_options` VALUES (7540125, '_transient_wflginfl_3158502600', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528894, '_transient_timeout_wflginfl_3035253852', '1404823580', 'no') ; 
INSERT INTO `wp_options` VALUES (7528895, '_transient_wflginfl_3035253852', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522859, '_transient_timeout_wflginfl_1332858499', '1404819379', 'no') ; 
INSERT INTO `wp_options` VALUES (7522860, '_transient_wflginfl_1332858499', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536058, '_transient_timeout_wflginfl_3070052782', '1404828286', 'no') ; 
INSERT INTO `wp_options` VALUES (7536059, '_transient_wflginfl_3070052782', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532235, '_transient_timeout_wflginfl_1935058696', '1404825800', 'no') ; 
INSERT INTO `wp_options` VALUES (7540304, '_transient_wflginfl_3315799712', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7532107, '_transient_timeout_wflginfl_3065608114', '1404825706', 'no') ; 
INSERT INTO `wp_options` VALUES (7532108, '_transient_wflginfl_3065608114', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540840, '_transient_timeout_wflginfl_1776411909', '1404831338', 'no') ; 
INSERT INTO `wp_options` VALUES (7540841, '_transient_wflginfl_1776411909', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535645, '_transient_wflginfl_1603373236', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524303, '_transient_timeout_wflginfl_1374974861', '1404820409', 'no') ; 
INSERT INTO `wp_options` VALUES (7524304, '_transient_wflginfl_1374974861', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523493, '_transient_timeout_wflginfl_657643858', '1404819816', 'no') ; 
INSERT INTO `wp_options` VALUES (7523494, '_transient_wflginfl_657643858', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528386, '_transient_timeout_wflginfl_469736885', '1404823213', 'no') ; 
INSERT INTO `wp_options` VALUES (7528387, '_transient_wflginfl_469736885', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533310, '_transient_timeout_wflginfl_3034051923', '1404826466', 'no') ; 
INSERT INTO `wp_options` VALUES (7533311, '_transient_wflginfl_3034051923', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522657, '_transient_timeout_wflginfl_1568064101', '1404819240', 'no') ; 
INSERT INTO `wp_options` VALUES (7522658, '_transient_wflginfl_1568064101', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522661, '_transient_timeout_wflginfl_1892045520', '1404819246', 'no') ; 
INSERT INTO `wp_options` VALUES (7522662, '_transient_wflginfl_1892045520', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534802, '_transient_timeout_wflginfl_2875502500', '1404827433', 'no') ; 
INSERT INTO `wp_options` VALUES (7534803, '_transient_wflginfl_2875502500', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541148, '_transient_timeout_wflginfl_702134075', '1404831454', 'no') ; 
INSERT INTO `wp_options` VALUES (7541149, '_transient_wflginfl_702134075', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540070, '_transient_timeout_wflginfl_694475798', '1404830915', 'no') ; 
INSERT INTO `wp_options` VALUES (7540071, '_transient_wflginfl_694475798', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536142, '_transient_timeout_wflginfl_702591638', '1404828340', 'no') ; 
INSERT INTO `wp_options` VALUES (7536143, '_transient_wflginfl_702591638', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540644, '_transient_timeout_wflginfl_1337137729', '1404831243', 'no') ; 
INSERT INTO `wp_options` VALUES (7540645, '_transient_wflginfl_1337137729', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538337, '_transient_timeout_wflginfl_1834855489', '1404829770', 'no') ; 
INSERT INTO `wp_options` VALUES (7538338, '_transient_wflginfl_1834855489', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527194, '_transient_timeout_wflginfl_3158706141', '1404822399', 'no') ; 
INSERT INTO `wp_options` VALUES (7527195, '_transient_wflginfl_3158706141', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541106, '_transient_timeout_wflginfl_2063099543', '1404831436', 'no') ; 
INSERT INTO `wp_options` VALUES (7541107, '_transient_wflginfl_2063099543', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524974, '_transient_timeout_wflginfl_2989172465', '1404820894', 'no') ; 
INSERT INTO `wp_options` VALUES (7524975, '_transient_wflginfl_2989172465', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527084, '_transient_timeout_wflginfl_657545250', '1404822327', 'no') ; 
INSERT INTO `wp_options` VALUES (7527085, '_transient_wflginfl_657545250', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532498, '_transient_timeout_wflginfl_2966060977', '1404825951', 'no') ; 
INSERT INTO `wp_options` VALUES (7532499, '_transient_wflginfl_2966060977', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529784, '_transient_timeout_wflginfl_409258361', '1404824192', 'no') ; 
INSERT INTO `wp_options` VALUES (7529785, '_transient_wflginfl_409258361', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522931, '_transient_timeout_wflginfl_387709073', '1404819434', 'no') ; 
INSERT INTO `wp_options` VALUES (7522932, '_transient_wflginfl_387709073', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528586, '_transient_timeout_wflginfl_702816970', '1404823386', 'no') ; 
INSERT INTO `wp_options` VALUES (7528587, '_transient_wflginfl_702816970', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541035, '_transient_wflginfl_27845523', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522955, '_transient_timeout_wflginfl_1369440133', '1404819455', 'no') ; 
INSERT INTO `wp_options` VALUES (7522956, '_transient_wflginfl_1369440133', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523023, '_transient_timeout_wflginfl_846537300', '1404819506', 'no') ; 
INSERT INTO `wp_options` VALUES (7523024, '_transient_wflginfl_846537300', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534196, '_transient_timeout_wflginfl_3318230906', '1404827049', 'no') ; 
INSERT INTO `wp_options` VALUES (7534197, '_transient_wflginfl_3318230906', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528402, '_transient_timeout_wflginfl_1549193928', '1404823234', 'no') ; 
INSERT INTO `wp_options` VALUES (7528403, '_transient_wflginfl_1549193928', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523121, '_transient_timeout_wflginfl_657127588', '1404819575', 'no') ; 
INSERT INTO `wp_options` VALUES (7523122, '_transient_wflginfl_657127588', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540806, '_transient_wflginfl_776405672', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540807, '_transient_wflginfl_1603089717', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527350, '_transient_timeout_wflginfl_1597728167', '1404822521', 'no') ; 
INSERT INTO `wp_options` VALUES (7527351, '_transient_wflginfl_1597728167', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526769, '_transient_timeout_wflginfl_247519148', '1404822111', 'no') ; 
INSERT INTO `wp_options` VALUES (7526770, '_transient_wflginfl_247519148', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528686, '_transient_timeout_wflginfl_1293902245', '1404823443', 'no') ; 
INSERT INTO `wp_options` VALUES (7528687, '_transient_wflginfl_1293902245', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534306, '_transient_timeout_wflginfl_2033590377', '1404827109', 'no') ; 
INSERT INTO `wp_options` VALUES (7534307, '_transient_wflginfl_2033590377', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531243, '_transient_timeout_wflginfl_1563931864', '1404825177', 'no') ; 
INSERT INTO `wp_options` VALUES (7531244, '_transient_wflginfl_1563931864', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523327, '_transient_timeout_wflginfl_657120912', '1404819707', 'no') ; 
INSERT INTO `wp_options` VALUES (7523328, '_transient_wflginfl_657120912', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523385, '_transient_timeout_wflginfl_2101124303', '1404819742', 'no') ; 
INSERT INTO `wp_options` VALUES (7523386, '_transient_wflginfl_2101124303', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541162, '_transient_timeout_wflginfl_3176385441', '1404831457', 'no') ; 
INSERT INTO `wp_options` VALUES (7541163, '_transient_wflginfl_3176385441', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524547, '_transient_timeout_wflginfl_2078742159', '1404820581', 'no') ; 
INSERT INTO `wp_options` VALUES (7524548, '_transient_wflginfl_2078742159', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538885, '_transient_timeout_wflginfl_3065686486', '1404830131', 'no') ; 
INSERT INTO `wp_options` VALUES (7538886, '_transient_wflginfl_3065686486', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525004, '_transient_timeout_wflginfl_657478680', '1404820913', 'no') ; 
INSERT INTO `wp_options` VALUES (7525005, '_transient_wflginfl_657478680', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534902, '_transient_timeout_wflginfl_657644978', '1404827497', 'no') ; 
INSERT INTO `wp_options` VALUES (7534903, '_transient_wflginfl_657644978', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524361, '_transient_timeout_wflginfl_1328728892', '1404820435', 'no') ; 
INSERT INTO `wp_options` VALUES (7524362, '_transient_wflginfl_1328728892', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538543, '_transient_timeout_wflginfl_778244551', '1404829909', 'no') ; 
INSERT INTO `wp_options` VALUES (7538544, '_transient_wflginfl_778244551', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525406, '_transient_timeout_wflginfl_657343486', '1404821196', 'no') ; 
INSERT INTO `wp_options` VALUES (7525407, '_transient_wflginfl_657343486', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529444, '_transient_timeout_wflginfl_778254439', '1404823961', 'no') ; 
INSERT INTO `wp_options` VALUES (7529445, '_transient_wflginfl_778254439', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523667, '_transient_timeout_wflginfl_1658392605', '1404819957', 'no') ; 
INSERT INTO `wp_options` VALUES (7523668, '_transient_wflginfl_1658392605', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540144, '_transient_timeout_wflginfl_1594866264', '1404830966', 'no') ; 
INSERT INTO `wp_options` VALUES (7540145, '_transient_wflginfl_1594866264', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526708, '_transient_timeout_wflginfl_1563135209', '1404822063', 'no') ; 
INSERT INTO `wp_options` VALUES (7526709, '_transient_wflginfl_1563135209', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523795, '_transient_timeout_wflginfl_2108729867', '1404820334', 'no') ; 
INSERT INTO `wp_options` VALUES (7523796, '_transient_wflginfl_2108729867', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7529090, '_transient_timeout_wflginfl_3065587500', '1404823737', 'no') ; 
INSERT INTO `wp_options` VALUES (7529091, '_transient_wflginfl_3065587500', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530655, '_transient_timeout_wflginfl_694368107', '1404824783', 'no') ; 
INSERT INTO `wp_options` VALUES (7530656, '_transient_wflginfl_694368107', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540740, '_transient_timeout_wflginfl_3000943168', '1404831292', 'no') ; 
INSERT INTO `wp_options` VALUES (7540741, '_transient_wflginfl_3000943168', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528290, '_transient_timeout_wflginfl_1887878429', '1404823158', 'no') ; 
INSERT INTO `wp_options` VALUES (7528291, '_transient_wflginfl_1887878429', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526873, '_transient_timeout_wflginfl_2949776630', '1404822181', 'no') ; 
INSERT INTO `wp_options` VALUES (7526874, '_transient_wflginfl_2949776630', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541280, '_transient_timeout_wflginfl_1159677579', '1404831503', 'no') ; 
INSERT INTO `wp_options` VALUES (7541281, '_transient_wflginfl_1159677579', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533422, '_transient_timeout_wflginfl_3075960817', '1404826539', 'no') ; 
INSERT INTO `wp_options` VALUES (7533423, '_transient_wflginfl_3075960817', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529306, '_transient_timeout_wflginfl_1441842202', '1404823877', 'no') ; 
INSERT INTO `wp_options` VALUES (7529307, '_transient_wflginfl_1441842202', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526720, '_transient_timeout_wflginfl_3065615269', '1404822071', 'no') ; 
INSERT INTO `wp_options` VALUES (7526721, '_transient_wflginfl_3065615269', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540424, '_transient_timeout_wflginfl_838096874', '1404831131', 'no') ; 
INSERT INTO `wp_options` VALUES (7540425, '_transient_wflginfl_838096874', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524033, '_transient_timeout_wflginfl_1976102512', '1404820214', 'no') ; 
INSERT INTO `wp_options` VALUES (7524034, '_transient_wflginfl_1976102512', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524105, '_transient_timeout_wflginfl_1866755345', '1404820268', 'no') ; 
INSERT INTO `wp_options` VALUES (7524106, '_transient_wflginfl_1866755345', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524133, '_transient_timeout_wflginfl_1975861347', '1404820285', 'no') ; 
INSERT INTO `wp_options` VALUES (7524134, '_transient_wflginfl_1975861347', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524167, '_transient_timeout_wflginfl_1603091370', '1404820596', 'no') ; 
INSERT INTO `wp_options` VALUES (7524168, '_transient_wflginfl_1603091370', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7536459, '_transient_timeout_wflginfl_2107715942', '1404828563', 'no') ; 
INSERT INTO `wp_options` VALUES (7536460, '_transient_wflginfl_2107715942', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540440, '_transient_timeout_wflginfl_237279804', '1404831137', 'no') ; 
INSERT INTO `wp_options` VALUES (7540441, '_transient_wflginfl_237279804', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537337, '_transient_timeout_wflginfl_2977302435', '1404829128', 'no') ; 
INSERT INTO `wp_options` VALUES (7537338, '_transient_wflginfl_2977302435', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524389, '_transient_timeout_wflginfl_1491474439', '1404820466', 'no') ; 
INSERT INTO `wp_options` VALUES (7524390, '_transient_wflginfl_1491474439', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539808, '_transient_timeout_wflginfl_1840648910', '1404830982', 'no') ; 
INSERT INTO `wp_options` VALUES (7539809, '_transient_wflginfl_1840648910', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7525082, '_transient_timeout_wflginfl_1332041282', '1404821224', 'no') ; 
INSERT INTO `wp_options` VALUES (7525083, '_transient_wflginfl_1332041282', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7541030, '_transient_timeout_wflginfl_1892047552', '1404831410', 'no') ; 
INSERT INTO `wp_options` VALUES (7541031, '_transient_wflginfl_1892047552', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536338, '_transient_timeout_wflginfl_2122554829', '1404828465', 'no') ; 
INSERT INTO `wp_options` VALUES (7536339, '_transient_wflginfl_2122554829', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524431, '_transient_timeout_wflginfl_2015132978', '1404820492', 'no') ; 
INSERT INTO `wp_options` VALUES (7524432, '_transient_wflginfl_2015132978', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524493, '_transient_timeout_wflginfl_1295096238', '1404820784', 'no') ; 
INSERT INTO `wp_options` VALUES (7524494, '_transient_wflginfl_1295096238', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7528600, '_transient_timeout_wflginfl_1887849902', '1404823393', 'no') ; 
INSERT INTO `wp_options` VALUES (7528601, '_transient_wflginfl_1887849902', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526676, '_transient_timeout_wflginfl_1892462720', '1404822044', 'no') ; 
INSERT INTO `wp_options` VALUES (7526677, '_transient_wflginfl_1892462720', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539910, '_transient_timeout_wflginfl_1569349836', '1404831294', 'no') ; 
INSERT INTO `wp_options` VALUES (7539911, '_transient_wflginfl_1569349836', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7524703, '_transient_timeout_wflginfl_697251955', '1404820709', 'no') ; 
INSERT INTO `wp_options` VALUES (7524704, '_transient_wflginfl_697251955', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524769, '_transient_timeout_wflginfl_609409172', '1404820763', 'no') ; 
INSERT INTO `wp_options` VALUES (7524770, '_transient_wflginfl_609409172', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527632, '_transient_timeout_wflginfl_656470206', '1404822709', 'no') ; 
INSERT INTO `wp_options` VALUES (7527633, '_transient_wflginfl_656470206', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534688, '_transient_timeout_wflginfl_1887929190', '1404827371', 'no') ; 
INSERT INTO `wp_options` VALUES (7525687, '_transient_timeout_wflginfl_2945442585', '1404821682', 'no') ; 
INSERT INTO `wp_options` VALUES (7525688, '_transient_wflginfl_2945442585', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7534689, '_transient_wflginfl_1887929190', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529330, '_transient_timeout_wflginfl_657637109', '1404823895', 'no') ; 
INSERT INTO `wp_options` VALUES (7529331, '_transient_wflginfl_657637109', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529314, '_transient_timeout_wflginfl_780274357', '1404823885', 'no') ; 
INSERT INTO `wp_options` VALUES (7529315, '_transient_wflginfl_780274357', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524926, '_transient_timeout_wflginfl_702200871', '1404820860', 'no') ; 
INSERT INTO `wp_options` VALUES (7524927, '_transient_wflginfl_702200871', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529088, '_transient_timeout_wflginfl_1326466160', '1404823735', 'no') ; 
INSERT INTO `wp_options` VALUES (7529089, '_transient_wflginfl_1326466160', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533691, '_transient_timeout_wflginfl_2945455336', '1404826711', 'no') ; 
INSERT INTO `wp_options` VALUES (7533692, '_transient_wflginfl_2945455336', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525072, '_transient_timeout_wflginfl_3104980795', '1404820964', 'no') ; 
INSERT INTO `wp_options` VALUES (7525073, '_transient_wflginfl_3104980795', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539695, '_transient_timeout_wflginfl_1279782209', '1404830667', 'no') ; 
INSERT INTO `wp_options` VALUES (7537331, '_transient_timeout_wflginfl_1768755801', '1404829123', 'no') ; 
INSERT INTO `wp_options` VALUES (7528040, '_transient_timeout_wflginfl_1839630023', '1404822994', 'no') ; 
INSERT INTO `wp_options` VALUES (7528041, '_transient_wflginfl_1839630023', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532772, '_transient_timeout_wflginfl_3318544828', '1404826130', 'no') ; 
INSERT INTO `wp_options` VALUES (7532773, '_transient_wflginfl_3318544828', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536549, '_transient_timeout_wflginfl_1743153177', '1404828638', 'no') ; 
INSERT INTO `wp_options` VALUES (7536550, '_transient_wflginfl_1743153177', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528796, '_transient_timeout_wflginfl_2875456295', '1404823513', 'no') ; 
INSERT INTO `wp_options` VALUES (7528797, '_transient_wflginfl_2875456295', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525238, '_transient_timeout_wflginfl_1492549248', '1404821070', 'no') ; 
INSERT INTO `wp_options` VALUES (7525239, '_transient_wflginfl_1492549248', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525244, '_transient_timeout_wflginfl_1294903545', '1404821074', 'no') ; 
INSERT INTO `wp_options` VALUES (7525245, '_transient_wflginfl_1294903545', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537885, '_transient_timeout_wflginfl_1569372309', '1404829484', 'no') ; 
INSERT INTO `wp_options` VALUES (7537886, '_transient_wflginfl_1569372309', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540356, '_transient_timeout_wflginfl_1028894808', '1404831091', 'no') ; 
INSERT INTO `wp_options` VALUES (7540357, '_transient_wflginfl_1028894808', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539426, '_transient_timeout_wflginfl_3173644731', '1404830506', 'no') ; 
INSERT INTO `wp_options` VALUES (7539427, '_transient_wflginfl_3173644731', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525320, '_transient_timeout_wflginfl_1349272689', '1404821134', 'no') ; 
INSERT INTO `wp_options` VALUES (7525321, '_transient_wflginfl_1349272689', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540184, '_transient_timeout_wflginfl_462351932', '1404830993', 'no') ; 
INSERT INTO `wp_options` VALUES (7540185, '_transient_wflginfl_462351932', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540326, '_transient_timeout_wflginfl_1847635538', '1404831076', 'no') ; 
INSERT INTO `wp_options` VALUES (7540327, '_transient_wflginfl_1847635538', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525400, '_transient_timeout_wflginfl_1300218074', '1404821193', 'no') ; 
INSERT INTO `wp_options` VALUES (7525401, '_transient_wflginfl_1300218074', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525418, '_transient_timeout_wflginfl_1975992368', '1404821203', 'no') ; 
INSERT INTO `wp_options` VALUES (7525419, '_transient_wflginfl_1975992368', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525444, '_transient_timeout_wflginfl_455224591', '1404821222', 'no') ; 
INSERT INTO `wp_options` VALUES (7525445, '_transient_wflginfl_455224591', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537667, '_transient_timeout_wflginfl_2945373269', '1404829330', 'no') ; 
INSERT INTO `wp_options` VALUES (7537668, '_transient_wflginfl_2945373269', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525482, '_transient_wflginfl_695046891', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528373, '_transient_wflginfl_1599944732', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529218, '_transient_timeout_wflginfl_1909170833', '1404823827', 'no') ; 
INSERT INTO `wp_options` VALUES (7529219, '_transient_wflginfl_1909170833', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525518, '_transient_timeout_wflginfl_1569652289', '1404821269', 'no') ; 
INSERT INTO `wp_options` VALUES (7525519, '_transient_wflginfl_1569652289', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541288, '_transient_timeout_wflginfl_621204591', '1404831507', 'no') ; 
INSERT INTO `wp_options` VALUES (7541289, '_transient_wflginfl_621204591', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526967, '_transient_timeout_wflginfl_1610221623', '1404822247', 'no') ; 
INSERT INTO `wp_options` VALUES (7526968, '_transient_wflginfl_1610221623', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525583, '_transient_timeout_wflginfl_3081481748', '1404821314', 'no') ; 
INSERT INTO `wp_options` VALUES (7525584, '_transient_wflginfl_3081481748', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540796, '_transient_timeout_wflginfl_3065700788', '1404831320', 'no') ; 
INSERT INTO `wp_options` VALUES (7540797, '_transient_wflginfl_3065700788', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525613, '_transient_timeout_wflginfl_3035241724', '1404821336', 'no') ; 
INSERT INTO `wp_options` VALUES (7525614, '_transient_wflginfl_3035241724', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527318, '_transient_timeout_wflginfl_3393653212', '1404822485', 'no') ; 
INSERT INTO `wp_options` VALUES (7527319, '_transient_wflginfl_3393653212', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529206, '_transient_timeout_wflginfl_1978651174', '1404823816', 'no') ; 
INSERT INTO `wp_options` VALUES (7540698, '_transient_timeout_wflginfl_3203714188', '1404831521', 'no') ; 
INSERT INTO `wp_options` VALUES (7529207, '_transient_wflginfl_1978651174', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540699, '_transient_wflginfl_3203714188', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7527044, '_transient_timeout_wflginfl_1977135789', '1404822292', 'no') ; 
INSERT INTO `wp_options` VALUES (7527045, '_transient_wflginfl_1977135789', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540446, '_transient_timeout_wflginfl_843881466', '1404831367', 'no') ; 
INSERT INTO `wp_options` VALUES (7540447, '_transient_wflginfl_843881466', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7528410, '_transient_timeout_wflginfl_3065609901', '1404823236', 'no') ; 
INSERT INTO `wp_options` VALUES (7528411, '_transient_wflginfl_3065609901', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525767, '_transient_timeout_wflginfl_2676397630', '1404821436', 'no') ; 
INSERT INTO `wp_options` VALUES (7525768, '_transient_wflginfl_2676397630', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525769, '_transient_timeout_wflginfl_3319903730', '1404821437', 'no') ; 
INSERT INTO `wp_options` VALUES (7525770, '_transient_wflginfl_3319903730', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530667, '_transient_timeout_wflginfl_1892044136', '1404824790', 'no') ; 
INSERT INTO `wp_options` VALUES (7530668, '_transient_wflginfl_1892044136', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525844, '_transient_timeout_wflginfl_1001491201', '1404821489', 'no') ; 
INSERT INTO `wp_options` VALUES (7525845, '_transient_wflginfl_1001491201', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525862, '_transient_timeout_wflginfl_621182311', '1404821497', 'no') ; 
INSERT INTO `wp_options` VALUES (7525863, '_transient_wflginfl_621182311', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541194, '_transient_timeout_wflginfl_2955791786', '1404831466', 'no') ; 
INSERT INTO `wp_options` VALUES (7541195, '_transient_wflginfl_2955791786', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525874, '_transient_timeout_wflginfl_2017242233', '1404821511', 'no') ; 
INSERT INTO `wp_options` VALUES (7525875, '_transient_wflginfl_2017242233', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541100, '_transient_timeout_wflginfl_1547272508', '1404831434', 'no') ; 
INSERT INTO `wp_options` VALUES (7541101, '_transient_wflginfl_1547272508', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538819, '_transient_timeout_wflginfl_690288942', '1404830086', 'no') ; 
INSERT INTO `wp_options` VALUES (7538820, '_transient_wflginfl_690288942', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538163, '_transient_timeout_wflginfl_2039571292', '1404829668', 'no') ; 
INSERT INTO `wp_options` VALUES (7538164, '_transient_wflginfl_2039571292', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526014, '_transient_timeout_wflginfl_1333652215', '1404821596', 'no') ; 
INSERT INTO `wp_options` VALUES (7526015, '_transient_wflginfl_1333652215', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526018, '_transient_timeout_wflginfl_3318464648', '1404821601', 'no') ; 
INSERT INTO `wp_options` VALUES (7526019, '_transient_wflginfl_3318464648', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529198, '_transient_timeout_wflginfl_1354183751', '1404823810', 'no') ; 
INSERT INTO `wp_options` VALUES (7529199, '_transient_wflginfl_1354183751', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526110, '_transient_timeout_wflginfl_657118115', '1404821675', 'no') ; 
INSERT INTO `wp_options` VALUES (7526111, '_transient_wflginfl_657118115', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526690, '_transient_timeout_wflginfl_84796367', '1404822054', 'no') ; 
INSERT INTO `wp_options` VALUES (7526691, '_transient_wflginfl_84796367', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526130, '_transient_timeout_wflginfl_1836673865', '1404821685', 'no') ; 
INSERT INTO `wp_options` VALUES (7526131, '_transient_wflginfl_1836673865', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526160, '_transient_timeout_wflginfl_3104980528', '1404821703', 'no') ; 
INSERT INTO `wp_options` VALUES (7526161, '_transient_wflginfl_3104980528', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528396, '_transient_timeout_wflginfl_1321111297', '1404823220', 'no') ; 
INSERT INTO `wp_options` VALUES (7528397, '_transient_wflginfl_1321111297', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541266, '_transient_timeout_wflginfl_1430317074', '1404831495', 'no') ; 
INSERT INTO `wp_options` VALUES (7541267, '_transient_wflginfl_1430317074', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541298, '_transient_timeout_wflginfl_1728870462', '1404831513', 'no') ; 
INSERT INTO `wp_options` VALUES (7541299, '_transient_wflginfl_1728870462', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529778, '_transient_timeout_wflginfl_2092078581', '1404824190', 'no') ; 
INSERT INTO `wp_options` VALUES (7529779, '_transient_wflginfl_2092078581', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540838, '_transient_timeout_wflginfl_995886492', '1404831337', 'no') ; 
INSERT INTO `wp_options` VALUES (7540839, '_transient_wflginfl_995886492', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537251, '_transient_timeout_wflginfl_1425905500', '1404829077', 'no') ; 
INSERT INTO `wp_options` VALUES (7539579, '_transient_timeout_wflginfl_1559025250', '1404830597', 'no') ; 
INSERT INTO `wp_options` VALUES (7526370, '_transient_timeout_wflginfl_3065859932', '1404821837', 'no') ; 
INSERT INTO `wp_options` VALUES (7526371, '_transient_wflginfl_3065859932', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537915, '_transient_timeout_wflginfl_3364627602', '1404829505', 'no') ; 
INSERT INTO `wp_options` VALUES (7537916, '_transient_wflginfl_3364627602', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531261, '_transient_timeout_wflginfl_693240563', '1404825184', 'no') ; 
INSERT INTO `wp_options` VALUES (7531262, '_transient_wflginfl_693240563', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526476, '_transient_timeout_wflginfl_1337027372', '1404821908', 'no') ; 
INSERT INTO `wp_options` VALUES (7526477, '_transient_wflginfl_1337027372', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537273, '_transient_timeout_wflginfl_1768756376', '1404829352', 'no') ; 
INSERT INTO `wp_options` VALUES (7537274, '_transient_wflginfl_1768756376', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7527458, '_transient_timeout_wflginfl_3065590448', '1404822583', 'no') ; 
INSERT INTO `wp_options` VALUES (7527459, '_transient_wflginfl_3065590448', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538635, '_transient_timeout_wflginfl_24678582', '1404829972', 'no') ; 
INSERT INTO `wp_options` VALUES (7538636, '_transient_wflginfl_24678582', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526572, '_transient_timeout_wflginfl_2006717637', '1404821982', 'no') ; 
INSERT INTO `wp_options` VALUES (7526573, '_transient_wflginfl_2006717637', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527040, '_transient_timeout_wflginfl_39400449', '1404822291', 'no') ; 
INSERT INTO `wp_options` VALUES (7527041, '_transient_wflginfl_39400449', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527576, '_transient_timeout_wflginfl_3318244793', '1404822667', 'no') ; 
INSERT INTO `wp_options` VALUES (7527577, '_transient_wflginfl_3318244793', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539972, '_transient_timeout_wflginfl_1504452143', '1404830844', 'no') ; 
INSERT INTO `wp_options` VALUES (7539973, '_transient_wflginfl_1504452143', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526670, '_transient_timeout_wflginfl_3269586844', '1404822043', 'no') ; 
INSERT INTO `wp_options` VALUES (7526671, '_transient_wflginfl_3269586844', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535728, '_transient_timeout_wflginfl_3065152426', '1404828064', 'no') ; 
INSERT INTO `wp_options` VALUES (7535729, '_transient_wflginfl_3065152426', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538883, '_transient_timeout_wflginfl_694482680', '1404830131', 'no') ; 
INSERT INTO `wp_options` VALUES (7538884, '_transient_wflginfl_694482680', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539824, '_transient_timeout_wflginfl_3399492354', '1404831039', 'no') ; 
INSERT INTO `wp_options` VALUES (7539825, '_transient_wflginfl_3399492354', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7536703, '_transient_timeout_wflginfl_1039508263', '1404828737', 'no') ; 
INSERT INTO `wp_options` VALUES (7536704, '_transient_wflginfl_1039508263', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526750, '_transient_timeout_wflginfl_3041105091', '1404822092', 'no') ; 
INSERT INTO `wp_options` VALUES (7526751, '_transient_wflginfl_3041105091', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526785, '_transient_timeout_wflginfl_1467653977', '1404822125', 'no') ; 
INSERT INTO `wp_options` VALUES (7537193, '_transient_timeout_wflginfl_3307507464', '1404829031', 'no') ; 
INSERT INTO `wp_options` VALUES (7537194, '_transient_wflginfl_3307507464', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526786, '_transient_wflginfl_1467653977', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526807, '_transient_timeout_wflginfl_691667959', '1404822134', 'no') ; 
INSERT INTO `wp_options` VALUES (7526808, '_transient_wflginfl_691667959', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532269, '_transient_timeout_wflginfl_3307511330', '1404825817', 'no') ; 
INSERT INTO `wp_options` VALUES (7532270, '_transient_wflginfl_3307511330', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541518, '_transient_timeout_wflginfl_45092660', '1404834384', 'no') ; 
INSERT INTO `wp_options` VALUES (7541519, '_transient_wflginfl_45092660', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526869, '_transient_timeout_wflginfl_2591699914', '1404822178', 'no') ; 
INSERT INTO `wp_options` VALUES (7526870, '_transient_wflginfl_2591699914', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529056, '_transient_timeout_wflginfl_1464087551', '1404823712', 'no') ; 
INSERT INTO `wp_options` VALUES (7529057, '_transient_wflginfl_1464087551', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533879, '_transient_timeout_wflginfl_3318574224', '1404826857', 'no') ; 
INSERT INTO `wp_options` VALUES (7533880, '_transient_wflginfl_3318574224', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538517, '_transient_timeout_wflginfl_1294346800', '1404829894', 'no') ; 
INSERT INTO `wp_options` VALUES (7538518, '_transient_timeout_wflginfl_1337428777', '1404830168', 'no') ; 
INSERT INTO `wp_options` VALUES (7530733, '_transient_timeout_wflginfl_1701262723', '1404824838', 'no') ; 
INSERT INTO `wp_options` VALUES (7530734, '_transient_wflginfl_1701262723', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539021, '_transient_timeout_wflginfl_3678889091', '1404830209', 'no') ; 
INSERT INTO `wp_options` VALUES (7537648, '_transient_wflginfl_1430326202', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7532229, '_transient_timeout_wflginfl_1976107084', '1404825796', 'no') ; 
INSERT INTO `wp_options` VALUES (7532230, '_transient_wflginfl_1976107084', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527288, '_transient_timeout_wflginfl_1581429233', '1404822462', 'no') ; 
INSERT INTO `wp_options` VALUES (7527289, '_transient_wflginfl_1581429233', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527754, '_transient_timeout_wflginfl_1892040784', '1404822799', 'no') ; 
INSERT INTO `wp_options` VALUES (7527755, '_transient_wflginfl_1892040784', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527338, '_transient_timeout_wflginfl_2548671424', '1404822504', 'no') ; 
INSERT INTO `wp_options` VALUES (7527339, '_transient_wflginfl_2548671424', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540110, '_transient_timeout_wflginfl_1609079261', '1404830945', 'no') ; 
INSERT INTO `wp_options` VALUES (7540111, '_transient_wflginfl_1609079261', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527420, '_transient_timeout_wflginfl_1908162515', '1404822559', 'no') ; 
INSERT INTO `wp_options` VALUES (7527421, '_transient_wflginfl_1908162515', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527444, '_transient_timeout_wflginfl_702521573', '1404822571', 'no') ; 
INSERT INTO `wp_options` VALUES (7527445, '_transient_wflginfl_702521573', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541048, '_transient_timeout_wflginfl_1451166185', '1404831419', 'no') ; 
INSERT INTO `wp_options` VALUES (7541049, '_transient_wflginfl_1451166185', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527498, '_transient_timeout_wflginfl_1728136891', '1404822613', 'no') ; 
INSERT INTO `wp_options` VALUES (7527499, '_transient_wflginfl_1728136891', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535622, '_transient_timeout_wflginfl_1887847386', '1404827984', 'no') ; 
INSERT INTO `wp_options` VALUES (7535623, '_transient_wflginfl_1887847386', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531205, '_transient_timeout_wflginfl_3032359131', '1404825156', 'no') ; 
INSERT INTO `wp_options` VALUES (7531206, '_transient_wflginfl_3032359131', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535472, '_transient_timeout_wflginfl_779692040', '1404827886', 'no') ; 
INSERT INTO `wp_options` VALUES (7535473, '_transient_wflginfl_779692040', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537085, '_transient_timeout_wflginfl_84746398', '1404828980', 'no') ; 
INSERT INTO `wp_options` VALUES (7537086, '_transient_wflginfl_84746398', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531287, '_transient_timeout_wflginfl_1566027096', '1404825214', 'no') ; 
INSERT INTO `wp_options` VALUES (7531288, '_transient_wflginfl_1566027096', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541062, '_transient_timeout_wflginfl_609297901', '1404831424', 'no') ; 
INSERT INTO `wp_options` VALUES (7541063, '_transient_wflginfl_609297901', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538479, '_transient_timeout_wflginfl_3065273207', '1404829864', 'no') ; 
INSERT INTO `wp_options` VALUES (7538480, '_transient_wflginfl_3065273207', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540562, '_transient_timeout_wflginfl_1986296469', '1404831199', 'no') ; 
INSERT INTO `wp_options` VALUES (7540563, '_transient_wflginfl_1986296469', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527988, '_transient_timeout_wflginfl_657349716', '1404822953', 'no') ; 
INSERT INTO `wp_options` VALUES (7527989, '_transient_wflginfl_657349716', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541418, '_transient_timeout_wflginfl_3031927723', '1404831627', 'no') ; 
INSERT INTO `wp_options` VALUES (7541419, '_transient_wflginfl_3031927723', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528014, '_transient_timeout_wflginfl_3065590754', '1404822975', 'no') ; 
INSERT INTO `wp_options` VALUES (7528015, '_transient_wflginfl_3065590754', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540399, '_transient_wflginfl_1321912508', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540126, '_transient_timeout_wflginfl_703295097', '1404831241', 'no') ; 
INSERT INTO `wp_options` VALUES (7540127, '_transient_wflginfl_703295097', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7531133, '_transient_timeout_wflginfl_3305215243', '1404825110', 'no') ; 
INSERT INTO `wp_options` VALUES (7531134, '_transient_wflginfl_3305215243', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534662, '_transient_timeout_wflginfl_3155718560', '1404827353', 'no') ; 
INSERT INTO `wp_options` VALUES (7534663, '_transient_wflginfl_3155718560', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531399, '_transient_timeout_wflginfl_1610393192', '1404825275', 'no') ; 
INSERT INTO `wp_options` VALUES (7531400, '_transient_wflginfl_1610393192', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530906, '_transient_timeout_wflginfl_3169127502', '1404824956', 'no') ; 
INSERT INTO `wp_options` VALUES (7530907, '_transient_wflginfl_3169127502', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536969, '_transient_timeout_wflginfl_625835213', '1404828891', 'no') ; 
INSERT INTO `wp_options` VALUES (7536970, '_transient_wflginfl_625835213', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538485, '_transient_timeout_wflginfl_694929540', '1404829868', 'no') ; 
INSERT INTO `wp_options` VALUES (7538486, '_transient_wflginfl_694929540', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532966, '_transient_timeout_wflginfl_520690804', '1404826258', 'no') ; 
INSERT INTO `wp_options` VALUES (7532967, '_transient_wflginfl_520690804', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540100, '_transient_timeout_wflginfl_1001532239', '1404830938', 'no') ; 
INSERT INTO `wp_options` VALUES (7540101, '_transient_wflginfl_1001532239', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528352, '_transient_timeout_wflginfl_3176107108', '1404823185', 'no') ; 
INSERT INTO `wp_options` VALUES (7528353, '_transient_wflginfl_3176107108', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531309, '_transient_timeout_wflginfl_3376690737', '1404825226', 'no') ; 
INSERT INTO `wp_options` VALUES (7531310, '_transient_wflginfl_3376690737', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536124, '_transient_timeout_wflginfl_3047262638', '1404828324', 'no') ; 
INSERT INTO `wp_options` VALUES (7536125, '_transient_wflginfl_3047262638', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536813, '_transient_timeout_wflginfl_609378469', '1404828804', 'no') ; 
INSERT INTO `wp_options` VALUES (7536814, '_transient_wflginfl_609378469', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534496, '_transient_timeout_wflginfl_1579451659', '1404827240', 'no') ; 
INSERT INTO `wp_options` VALUES (7534497, '_transient_wflginfl_1579451659', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537897, '_transient_timeout_wflginfl_657105602', '1404829491', 'no') ; 
INSERT INTO `wp_options` VALUES (7537898, '_transient_wflginfl_657105602', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528574, '_transient_timeout_wflginfl_1837060252', '1404823369', 'no') ; 
INSERT INTO `wp_options` VALUES (7528575, '_transient_wflginfl_1837060252', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535352, '_transient_timeout_wflginfl_995981844', '1404827807', 'no') ; 
INSERT INTO `wp_options` VALUES (7535353, '_transient_wflginfl_995981844', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528598, '_transient_timeout_wflginfl_3283980636', '1404823641', 'no') ; 
INSERT INTO `wp_options` VALUES (7528599, '_transient_wflginfl_3283980636', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7530797, '_transient_timeout_wflginfl_1364449840', '1404824891', 'no') ; 
INSERT INTO `wp_options` VALUES (7530798, '_transient_wflginfl_1364449840', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540224, '_transient_timeout_wflginfl_1975623046', '1404831021', 'no') ; 
INSERT INTO `wp_options` VALUES (7540225, '_transient_wflginfl_1975623046', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540652, '_transient_timeout_wflginfl_1562745006', '1404831250', 'no') ; 
INSERT INTO `wp_options` VALUES (7540653, '_transient_wflginfl_1562745006', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532532, '_transient_timeout_wflginfl_3305662848', '1404825977', 'no') ; 
INSERT INTO `wp_options` VALUES (7532533, '_transient_wflginfl_3305662848', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539772, '_transient_timeout_wflginfl_3000911833', '1404830734', 'no') ; 
INSERT INTO `wp_options` VALUES (7539773, '_transient_wflginfl_3000911833', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532001, '_transient_timeout_wflginfl_694237799', '1404825633', 'no') ; 
INSERT INTO `wp_options` VALUES (7532002, '_transient_wflginfl_694237799', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532872, '_transient_timeout_wflginfl_3176315881', '1404826203', 'no') ; 
INSERT INTO `wp_options` VALUES (7532873, '_transient_wflginfl_3176315881', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528718, '_transient_timeout_wflginfl_3081479486', '1404823463', 'no') ; 
INSERT INTO `wp_options` VALUES (7528719, '_transient_wflginfl_3081479486', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535746, '_transient_timeout_wflginfl_838103011', '1404828078', 'no') ; 
INSERT INTO `wp_options` VALUES (7535747, '_transient_wflginfl_838103011', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528776, '_transient_timeout_wflginfl_3203362598', '1404823503', 'no') ; 
INSERT INTO `wp_options` VALUES (7528777, '_transient_wflginfl_3203362598', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528826, '_transient_timeout_wflginfl_2083968357', '1404824332', 'no') ; 
INSERT INTO `wp_options` VALUES (7528827, '_transient_wflginfl_2083968357', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7529858, '_transient_timeout_wflginfl_2098792875', '1404824238', 'no') ; 
INSERT INTO `wp_options` VALUES (7529859, '_transient_wflginfl_2098792875', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531474, '_transient_timeout_wflginfl_2945210585', '1404825334', 'no') ; 
INSERT INTO `wp_options` VALUES (7531475, '_transient_wflginfl_2945210585', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528874, '_transient_timeout_wflginfl_3065398946', '1404823561', 'no') ; 
INSERT INTO `wp_options` VALUES (7528875, '_transient_wflginfl_3065398946', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540076, '_transient_timeout_wflginfl_690968329', '1404830922', 'no') ; 
INSERT INTO `wp_options` VALUES (7540077, '_transient_wflginfl_690968329', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528924, '_transient_timeout_wflginfl_3567026330', '1404823609', 'no') ; 
INSERT INTO `wp_options` VALUES (7528925, '_transient_wflginfl_3567026330', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539219, '_transient_timeout_wflginfl_1771861116', '1404830361', 'no') ; 
INSERT INTO `wp_options` VALUES (7539220, '_transient_wflginfl_1771861116', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530551, '_transient_timeout_wflginfl_3065616695', '1404824701', 'no') ; 
INSERT INTO `wp_options` VALUES (7530552, '_transient_wflginfl_3065616695', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533531, '_transient_timeout_wflginfl_36891581', '1404826613', 'no') ; 
INSERT INTO `wp_options` VALUES (7533532, '_transient_wflginfl_36891581', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540462, '_transient_timeout_wflginfl_783925229', '1404831150', 'no') ; 
INSERT INTO `wp_options` VALUES (7540463, '_transient_wflginfl_783925229', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530834, '_transient_timeout_wflginfl_3056907253', '1404824913', 'no') ; 
INSERT INTO `wp_options` VALUES (7530835, '_transient_wflginfl_3056907253', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528998, '_transient_timeout_wflginfl_2111076924', '1404823672', 'no') ; 
INSERT INTO `wp_options` VALUES (7528999, '_transient_wflginfl_2111076924', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530020, '_transient_timeout_wflginfl_784117144', '1404824347', 'no') ; 
INSERT INTO `wp_options` VALUES (7530021, '_transient_wflginfl_784117144', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539687, '_transient_timeout_wflginfl_1370971439', '1404830920', 'no') ; 
INSERT INTO `wp_options` VALUES (7539688, '_transient_wflginfl_1370971439', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7529054, '_transient_timeout_wflginfl_702504979', '1404823712', 'no') ; 
INSERT INTO `wp_options` VALUES (7529055, '_transient_wflginfl_702504979', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531887, '_transient_timeout_wflginfl_831532351', '1404825577', 'no') ; 
INSERT INTO `wp_options` VALUES (7531888, '_transient_wflginfl_831532351', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531219, '_transient_timeout_wflginfl_2945210377', '1404825165', 'no') ; 
INSERT INTO `wp_options` VALUES (7531220, '_transient_wflginfl_2945210377', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534596, '_transient_timeout_wflginfl_3581536769', '1404827301', 'no') ; 
INSERT INTO `wp_options` VALUES (7534597, '_transient_wflginfl_3581536769', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529194, '_transient_timeout_wflginfl_3065392370', '1404823809', 'no') ; 
INSERT INTO `wp_options` VALUES (7529195, '_transient_wflginfl_3065392370', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529204, '_transient_timeout_wflginfl_39542320', '1404824069', 'no') ; 
INSERT INTO `wp_options` VALUES (7529205, '_transient_wflginfl_39542320', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7540382, '_transient_timeout_wflginfl_1938119174', '1404831106', 'no') ; 
INSERT INTO `wp_options` VALUES (7540383, '_transient_wflginfl_1938119174', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535126, '_transient_timeout_wflginfl_1563215777', '1404827658', 'no') ; 
INSERT INTO `wp_options` VALUES (7535127, '_transient_wflginfl_1563215777', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529794, '_transient_timeout_wflginfl_1839458818', '1404824202', 'no') ; 
INSERT INTO `wp_options` VALUES (7529795, '_transient_wflginfl_1839458818', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530181, '_transient_wflginfl_3104980248', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539022, '_transient_wflginfl_3678889091', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533941, '_transient_timeout_wflginfl_1834832918', '1404826895', 'no') ; 
INSERT INTO `wp_options` VALUES (7533942, '_transient_wflginfl_1834832918', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540314, '_transient_timeout_wflginfl_3194530588', '1404831069', 'no') ; 
INSERT INTO `wp_options` VALUES (7540315, '_transient_wflginfl_3194530588', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529454, '_transient_timeout_wflginfl_697196109', '1404823963', 'no') ; 
INSERT INTO `wp_options` VALUES (7529455, '_transient_wflginfl_697196109', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538039, '_transient_timeout_wflginfl_3374452887', '1404829579', 'no') ; 
INSERT INTO `wp_options` VALUES (7538040, '_transient_wflginfl_3374452887', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539715, '_transient_timeout_wflginfl_1986342725', '1404830675', 'no') ; 
INSERT INTO `wp_options` VALUES (7539716, '_transient_wflginfl_1986342725', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541198, '_transient_timeout_wflginfl_704264471', '1404831468', 'no') ; 
INSERT INTO `wp_options` VALUES (7541199, '_transient_wflginfl_704264471', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529638, '_transient_timeout_wflginfl_703424085', '1404824092', 'no') ; 
INSERT INTO `wp_options` VALUES (7529639, '_transient_wflginfl_703424085', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540842, '_transient_timeout_wflginfl_531987922', '1404831339', 'no') ; 
INSERT INTO `wp_options` VALUES (7540843, '_transient_wflginfl_531987922', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530575, '_transient_timeout_wflginfl_2730717986', '1404824719', 'no') ; 
INSERT INTO `wp_options` VALUES (7530576, '_transient_wflginfl_2730717986', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529828, '_transient_timeout_wflginfl_2092434965', '1404824222', 'no') ; 
INSERT INTO `wp_options` VALUES (7529829, '_transient_wflginfl_2092434965', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541424, '_transient_timeout_wflginfl_700760117', '1404831640', 'no') ; 
INSERT INTO `wp_options` VALUES (7541425, '_transient_wflginfl_700760117', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529920, '_transient_timeout_wflginfl_2015147543', '1404824271', 'no') ; 
INSERT INTO `wp_options` VALUES (7529921, '_transient_wflginfl_2015147543', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529946, '_transient_wflginfl_1919735311', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534719, '_transient_wflginfl_3158178481', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531770, '_transient_timeout_wflginfl_1986092871', '1404825510', 'no') ; 
INSERT INTO `wp_options` VALUES (7531771, '_transient_wflginfl_1986092871', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535038, '_transient_timeout_wflginfl_629040670', '1404827579', 'no') ; 
INSERT INTO `wp_options` VALUES (7535039, '_transient_wflginfl_629040670', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532005, '_transient_timeout_wflginfl_656455523', '1404825636', 'no') ; 
INSERT INTO `wp_options` VALUES (7532006, '_transient_wflginfl_656455523', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538087, '_transient_timeout_wflginfl_3185735707', '1404829621', 'no') ; 
INSERT INTO `wp_options` VALUES (7538088, '_transient_wflginfl_3185735707', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532327, '_transient_timeout_wflginfl_1844192975', '1404825856', 'no') ; 
INSERT INTO `wp_options` VALUES (7532328, '_transient_wflginfl_1844192975', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534332, '_transient_timeout_wflginfl_1776621914', '1404827128', 'no') ; 
INSERT INTO `wp_options` VALUES (7534333, '_transient_wflginfl_1776621914', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532285, '_transient_timeout_wflginfl_1989100228', '1404825825', 'no') ; 
INSERT INTO `wp_options` VALUES (7532286, '_transient_wflginfl_1989100228', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530204, '_transient_timeout_wflginfl_633925604', '1404824469', 'no') ; 
INSERT INTO `wp_options` VALUES (7530205, '_transient_wflginfl_633925604', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539083, '_transient_timeout_wflginfl_2943090370', '1404830251', 'no') ; 
INSERT INTO `wp_options` VALUES (7539084, '_transient_wflginfl_2943090370', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530242, '_transient_timeout_wflginfl_3057249041', '1404824498', 'no') ; 
INSERT INTO `wp_options` VALUES (7530243, '_transient_wflginfl_3057249041', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540974, '_transient_timeout_wflginfl_3574630822', '1404831393', 'no') ; 
INSERT INTO `wp_options` VALUES (7540608, '_transient_timeout_wflginfl_1729734875', '1404831503', 'no') ; 
INSERT INTO `wp_options` VALUES (7540609, '_transient_wflginfl_1729734875', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7539079, '_transient_timeout_wflginfl_1709107942', '1404830249', 'no') ; 
INSERT INTO `wp_options` VALUES (7539080, '_transient_wflginfl_1709107942', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530316, '_transient_timeout_wflginfl_1308728478', '1404824555', 'no') ; 
INSERT INTO `wp_options` VALUES (7530317, '_transient_wflginfl_1308728478', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530354, '_transient_timeout_wflginfl_1977139154', '1404824580', 'no') ; 
INSERT INTO `wp_options` VALUES (7530355, '_transient_wflginfl_1977139154', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530414, '_transient_timeout_wflginfl_657629153', '1404824611', 'no') ; 
INSERT INTO `wp_options` VALUES (7530415, '_transient_wflginfl_657629153', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534564, '_transient_timeout_wflginfl_3400750028', '1404827286', 'no') ; 
INSERT INTO `wp_options` VALUES (7534565, '_transient_wflginfl_3400750028', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541232, '_transient_wflginfl_3163489440', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541233, '_transient_wflginfl_1502830052', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530561, '_transient_timeout_wflginfl_2454852541', '1404824710', 'no') ; 
INSERT INTO `wp_options` VALUES (7530562, '_transient_wflginfl_2454852541', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530567, '_transient_timeout_wflginfl_1613544806', '1404824715', 'no') ; 
INSERT INTO `wp_options` VALUES (7530568, '_transient_wflginfl_1613544806', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539521, '_transient_timeout_wflginfl_3411514916', '1404830566', 'no') ; 
INSERT INTO `wp_options` VALUES (7539522, '_transient_wflginfl_3411514916', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535566, '_transient_timeout_wflginfl_1294907368', '1404828185', 'no') ; 
INSERT INTO `wp_options` VALUES (7535567, '_transient_wflginfl_1294907368', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7541056, '_transient_timeout_wflginfl_1887899438', '1404831420', 'no') ; 
INSERT INTO `wp_options` VALUES (7541057, '_transient_wflginfl_1887899438', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536649, '_transient_timeout_wflginfl_1548806076', '1404829239', 'no') ; 
INSERT INTO `wp_options` VALUES (7536650, '_transient_wflginfl_1548806076', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7534958, '_transient_timeout_wflginfl_1976867527', '1404827531', 'no') ; 
INSERT INTO `wp_options` VALUES (7534959, '_transient_wflginfl_1976867527', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533615, '_transient_timeout_wflginfl_1332864624', '1404826663', 'no') ; 
INSERT INTO `wp_options` VALUES (7533616, '_transient_wflginfl_1332864624', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537341, '_transient_timeout_wflginfl_694544165', '1404829130', 'no') ; 
INSERT INTO `wp_options` VALUES (7537342, '_transient_wflginfl_694544165', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537547, '_transient_timeout_wflginfl_633244136', '1404829245', 'no') ; 
INSERT INTO `wp_options` VALUES (7537548, '_transient_wflginfl_633244136', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530864, '_transient_timeout_wflginfl_657515548', '1404825227', 'no') ; 
INSERT INTO `wp_options` VALUES (7530865, '_transient_wflginfl_657515548', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7532329, '_transient_timeout_wflginfl_608735587', '1404825857', 'no') ; 
INSERT INTO `wp_options` VALUES (7532330, '_transient_wflginfl_608735587', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534866, '_transient_timeout_wflginfl_1909183964', '1404827477', 'no') ; 
INSERT INTO `wp_options` VALUES (7534867, '_transient_wflginfl_1909183964', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531462, '_transient_timeout_wflginfl_1118561696', '1404825326', 'no') ; 
INSERT INTO `wp_options` VALUES (7531463, '_transient_wflginfl_1118561696', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534240, '_transient_timeout_wflginfl_1938065676', '1404827072', 'no') ; 
INSERT INTO `wp_options` VALUES (7534241, '_transient_wflginfl_1938065676', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530994, '_transient_timeout_wflginfl_694474563', '1404825277', 'no') ; 
INSERT INTO `wp_options` VALUES (7530995, '_transient_wflginfl_694474563', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7540860, '_transient_timeout_wflginfl_1771974616', '1404831350', 'no') ; 
INSERT INTO `wp_options` VALUES (7540861, '_transient_wflginfl_1771974616', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534566, '_transient_timeout_wflginfl_1887884751', '1404827286', 'no') ; 
INSERT INTO `wp_options` VALUES (7534567, '_transient_wflginfl_1887884751', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531026, '_transient_timeout_wflginfl_3636012730', '1404825038', 'no') ; 
INSERT INTO `wp_options` VALUES (7531027, '_transient_wflginfl_3636012730', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531071, '_transient_timeout_wflginfl_1001404060', '1404825075', 'no') ; 
INSERT INTO `wp_options` VALUES (7531072, '_transient_wflginfl_1001404060', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541010, '_transient_timeout_wflginfl_1595101583', '1404831404', 'no') ; 
INSERT INTO `wp_options` VALUES (7541011, '_transient_wflginfl_1595101583', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539159, '_transient_timeout_wflginfl_2947860871', '1404830589', 'no') ; 
INSERT INTO `wp_options` VALUES (7539160, '_transient_timeout_wflginfl_1382452685', '1404830311', 'no') ; 
INSERT INTO `wp_options` VALUES (7537559, '_transient_timeout_wflginfl_1610246398', '1404829256', 'no') ; 
INSERT INTO `wp_options` VALUES (7537560, '_transient_wflginfl_1610246398', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537777, '_transient_timeout_wflginfl_3134136756', '1404829420', 'no') ; 
INSERT INTO `wp_options` VALUES (7537778, '_transient_wflginfl_3134136756', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541396, '_transient_timeout_wflginfl_2538105871', '1404831577', 'no') ; 
INSERT INTO `wp_options` VALUES (7541397, '_transient_wflginfl_2538105871', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531189, '_transient_timeout_wflginfl_996045497', '1404825146', 'no') ; 
INSERT INTO `wp_options` VALUES (7531190, '_transient_wflginfl_996045497', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540856, '_transient_timeout_wflginfl_1559877962', '1404831348', 'no') ; 
INSERT INTO `wp_options` VALUES (7540857, '_transient_wflginfl_1559877962', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531211, '_transient_timeout_wflginfl_2057819522', '1404825158', 'no') ; 
INSERT INTO `wp_options` VALUES (7531212, '_transient_wflginfl_2057819522', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541040, '_transient_timeout_wflginfl_779740508', '1404831417', 'no') ; 
INSERT INTO `wp_options` VALUES (7539814, '_transient_wflginfl_3035737649', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541473, '_transient_wflginfl_2591699127', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531320, '_transient_wflginfl_977384908', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539697, '_transient_timeout_wflginfl_1414102809', '1404830921', 'no') ; 
INSERT INTO `wp_options` VALUES (7539698, '_transient_wflginfl_1414102809', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7533000, '_transient_timeout_wflginfl_2448183850', '1404826284', 'no') ; 
INSERT INTO `wp_options` VALUES (7533001, '_transient_wflginfl_2448183850', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540648, '_transient_timeout_wflginfl_1604281031', '1404831248', 'no') ; 
INSERT INTO `wp_options` VALUES (7540649, '_transient_wflginfl_1604281031', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531472, '_transient_timeout_wflginfl_3065637995', '1404825331', 'no') ; 
INSERT INTO `wp_options` VALUES (7531473, '_transient_wflginfl_3065637995', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531478, '_transient_timeout_wflginfl_1705596214', '1404825336', 'no') ; 
INSERT INTO `wp_options` VALUES (7531479, '_transient_wflginfl_1705596214', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537059, '_transient_timeout_wflginfl_1524351687', '1404828958', 'no') ; 
INSERT INTO `wp_options` VALUES (7537060, '_transient_wflginfl_1524351687', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531564, '_transient_timeout_wflginfl_1459741396', '1404825389', 'no') ; 
INSERT INTO `wp_options` VALUES (7531565, '_transient_wflginfl_1459741396', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531622, '_transient_timeout_wflginfl_996088892', '1404825422', 'no') ; 
INSERT INTO `wp_options` VALUES (7531623, '_transient_wflginfl_996088892', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539221, '_transient_timeout_wflginfl_657864604', '1404830362', 'no') ; 
INSERT INTO `wp_options` VALUES (7539222, '_transient_wflginfl_657864604', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531662, '_transient_timeout_wflginfl_1950852887', '1404825450', 'no') ; 
INSERT INTO `wp_options` VALUES (7531663, '_transient_wflginfl_1950852887', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540824, '_transient_timeout_wflginfl_1954481091', '1404831332', 'no') ; 
INSERT INTO `wp_options` VALUES (7540825, '_transient_wflginfl_1954481091', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531700, '_transient_timeout_wflginfl_657741185', '1404825743', 'no') ; 
INSERT INTO `wp_options` VALUES (7531701, '_transient_wflginfl_657741185', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7535356, '_transient_timeout_wflginfl_43122895', '1404827808', 'no') ; 
INSERT INTO `wp_options` VALUES (7535357, '_transient_wflginfl_43122895', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541004, '_transient_timeout_wflginfl_1569642681', '1404831401', 'no') ; 
INSERT INTO `wp_options` VALUES (7541005, '_transient_wflginfl_1569642681', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539095, '_transient_timeout_wflginfl_1502494749', '1404830265', 'no') ; 
INSERT INTO `wp_options` VALUES (7539096, '_transient_wflginfl_1502494749', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533160, '_transient_timeout_wflginfl_1774044542', '1404826382', 'no') ; 
INSERT INTO `wp_options` VALUES (7533161, '_transient_wflginfl_1774044542', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532698, '_transient_timeout_wflginfl_990856238', '1404826352', 'no') ; 
INSERT INTO `wp_options` VALUES (7532699, '_transient_wflginfl_990856238', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7538935, '_transient_timeout_wflginfl_3732886968', '1404830161', 'no') ; 
INSERT INTO `wp_options` VALUES (7538936, '_transient_wflginfl_3732886968', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537943, '_transient_timeout_wflginfl_831651356', '1404829524', 'no') ; 
INSERT INTO `wp_options` VALUES (7531785, '_transient_timeout_wflginfl_1118561672', '1404825518', 'no') ; 
INSERT INTO `wp_options` VALUES (7531786, '_transient_wflginfl_1118561672', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537944, '_transient_wflginfl_831651356', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535510, '_transient_timeout_wflginfl_1009996113', '1404827912', 'no') ; 
INSERT INTO `wp_options` VALUES (7535511, '_transient_wflginfl_1009996113', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541072, '_transient_timeout_wflginfl_1892655317', '1404831426', 'no') ; 
INSERT INTO `wp_options` VALUES (7541073, '_transient_wflginfl_1892655317', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539537, '_transient_timeout_wflginfl_2002745332', '1404830577', 'no') ; 
INSERT INTO `wp_options` VALUES (7539538, '_transient_wflginfl_2002745332', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531923, '_transient_timeout_wflginfl_3104980431', '1404825590', 'no') ; 
INSERT INTO `wp_options` VALUES (7531924, '_transient_wflginfl_3104980431', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541350, '_transient_timeout_wflginfl_694499330', '1404831531', 'no') ; 
INSERT INTO `wp_options` VALUES (7541351, '_transient_wflginfl_694499330', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531947, '_transient_timeout_wflginfl_1569403267', '1404825607', 'no') ; 
INSERT INTO `wp_options` VALUES (7531948, '_transient_wflginfl_1569403267', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531953, '_transient_timeout_wflginfl_656473214', '1404825610', 'no') ; 
INSERT INTO `wp_options` VALUES (7531954, '_transient_wflginfl_656473214', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538489, '_transient_timeout_wflginfl_1039510572', '1404829872', 'no') ; 
INSERT INTO `wp_options` VALUES (7538490, '_transient_wflginfl_1039510572', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539370, '_transient_timeout_wflginfl_3128739571', '1404831004', 'no') ; 
INSERT INTO `wp_options` VALUES (7539371, '_transient_wflginfl_3128739571', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7532101, '_transient_wflginfl_1549021604', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540478, '_transient_timeout_wflginfl_1502492315', '1404831163', 'no') ; 
INSERT INTO `wp_options` VALUES (7540479, '_transient_wflginfl_1502492315', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541110, '_transient_timeout_wflginfl_3065583326', '1404831437', 'no') ; 
INSERT INTO `wp_options` VALUES (7541111, '_transient_wflginfl_3065583326', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541134, '_transient_timeout_wflginfl_1975725339', '1404831446', 'no') ; 
INSERT INTO `wp_options` VALUES (7541135, '_transient_wflginfl_1975725339', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532177, '_transient_timeout_wflginfl_656447665', '1404825761', 'no') ; 
INSERT INTO `wp_options` VALUES (7532178, '_transient_wflginfl_656447665', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541212, '_transient_timeout_wflginfl_3732909677', '1404831473', 'no') ; 
INSERT INTO `wp_options` VALUES (7541213, '_transient_timeout_wflginfl_3573290322', '1404831473', 'no') ; 
INSERT INTO `wp_options` VALUES (7540082, '_transient_timeout_wflginfl_608726125', '1404830926', 'no') ; 
INSERT INTO `wp_options` VALUES (7540083, '_transient_wflginfl_608726125', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532201, '_transient_timeout_wflginfl_1320705569', '1404825779', 'no') ; 
INSERT INTO `wp_options` VALUES (7532202, '_transient_wflginfl_1320705569', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532215, '_transient_timeout_wflginfl_2966265733', '1404825785', 'no') ; 
INSERT INTO `wp_options` VALUES (7532216, '_transient_wflginfl_2966265733', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540362, '_transient_timeout_wflginfl_1887939306', '1404831093', 'no') ; 
INSERT INTO `wp_options` VALUES (7540363, '_transient_wflginfl_1887939306', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532225, '_transient_timeout_wflginfl_657938534', '1404825794', 'no') ; 
INSERT INTO `wp_options` VALUES (7532226, '_transient_wflginfl_657938534', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537679, '_transient_timeout_wflginfl_1043105723', '1404829853', 'no') ; 
INSERT INTO `wp_options` VALUES (7537680, '_transient_wflginfl_1043105723', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7535462, '_transient_timeout_wflginfl_1549117308', '1404827884', 'no') ; 
INSERT INTO `wp_options` VALUES (7535463, '_transient_wflginfl_1549117308', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532347, '_transient_timeout_wflginfl_1569261523', '1404825864', 'no') ; 
INSERT INTO `wp_options` VALUES (7532348, '_transient_wflginfl_1569261523', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532373, '_transient_timeout_wflginfl_1837060272', '1404825875', 'no') ; 
INSERT INTO `wp_options` VALUES (7532374, '_transient_wflginfl_1837060272', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539828, '_transient_timeout_wflginfl_3414354652', '1404830994', 'no') ; 
INSERT INTO `wp_options` VALUES (7539829, '_transient_wflginfl_3414354652', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7539309, '_transient_timeout_wflginfl_1492347929', '1404830430', 'no') ; 
INSERT INTO `wp_options` VALUES (7539310, '_transient_wflginfl_1492347929', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532436, '_transient_timeout_wflginfl_3302572801', '1404825912', 'no') ; 
INSERT INTO `wp_options` VALUES (7532437, '_transient_wflginfl_3302572801', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539259, '_transient_timeout_wflginfl_1583356361', '1404830391', 'no') ; 
INSERT INTO `wp_options` VALUES (7539260, '_transient_wflginfl_1583356361', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539940, '_transient_timeout_wflginfl_704339191', '1404830822', 'no') ; 
INSERT INTO `wp_options` VALUES (7539941, '_transient_wflginfl_704339191', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538765, '_transient_timeout_wflginfl_3065641152', '1404830056', 'no') ; 
INSERT INTO `wp_options` VALUES (7538766, '_transient_wflginfl_3065641152', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539804, '_transient_timeout_wflginfl_1945701116', '1404830749', 'no') ; 
INSERT INTO `wp_options` VALUES (7539805, '_transient_wflginfl_1945701116', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533388, '_transient_timeout_wflginfl_3203295112', '1404826520', 'no') ; 
INSERT INTO `wp_options` VALUES (7533389, '_transient_wflginfl_3203295112', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539299, '_transient_timeout_wflginfl_39326342', '1404830419', 'no') ; 
INSERT INTO `wp_options` VALUES (7539300, '_transient_wflginfl_39326342', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540266, '_transient_timeout_wflginfl_39522980', '1404831038', 'no') ; 
INSERT INTO `wp_options` VALUES (7540267, '_transient_wflginfl_39522980', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532624, '_transient_timeout_wflginfl_1892652728', '1404826037', 'no') ; 
INSERT INTO `wp_options` VALUES (7532625, '_transient_wflginfl_1892652728', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539898, '_transient_timeout_wflginfl_1909182398', '1404830797', 'no') ; 
INSERT INTO `wp_options` VALUES (7539899, '_transient_wflginfl_1909182398', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533142, '_transient_timeout_wflginfl_1344930309', '1404826373', 'no') ; 
INSERT INTO `wp_options` VALUES (7533143, '_transient_wflginfl_1344930309', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532740, '_transient_timeout_wflginfl_3065621855', '1404826102', 'no') ; 
INSERT INTO `wp_options` VALUES (7532741, '_transient_wflginfl_3065621855', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534049, '_transient_timeout_wflginfl_3065634942', '1404826951', 'no') ; 
INSERT INTO `wp_options` VALUES (7534050, '_transient_wflginfl_3065634942', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541246, '_transient_timeout_wflginfl_1325989799', '1404831482', 'no') ; 
INSERT INTO `wp_options` VALUES (7541247, '_transient_wflginfl_1325989799', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540724, '_transient_timeout_wflginfl_3199566228', '1404831519', 'no') ; 
INSERT INTO `wp_options` VALUES (7540725, '_transient_wflginfl_3199566228', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7539651, '_transient_timeout_wflginfl_3035253791', '1404830645', 'no') ; 
INSERT INTO `wp_options` VALUES (7539652, '_transient_wflginfl_3035253791', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538007, '_transient_timeout_wflginfl_690112634', '1404829558', 'no') ; 
INSERT INTO `wp_options` VALUES (7538008, '_transient_wflginfl_690112634', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539699, '_transient_timeout_wflginfl_1044229274', '1404830669', 'no') ; 
INSERT INTO `wp_options` VALUES (7539700, '_transient_wflginfl_1044229274', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538679, '_transient_timeout_wflginfl_3163385940', '1404829996', 'no') ; 
INSERT INTO `wp_options` VALUES (7538680, '_transient_wflginfl_3163385940', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539581, '_transient_timeout_wflginfl_1293935270', '1404830597', 'no') ; 
INSERT INTO `wp_options` VALUES (7539582, '_transient_wflginfl_1293935270', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533004, '_transient_timeout_wflginfl_657511010', '1404826287', 'no') ; 
INSERT INTO `wp_options` VALUES (7533005, '_transient_wflginfl_657511010', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533012, '_transient_timeout_wflginfl_657638795', '1404826289', 'no') ; 
INSERT INTO `wp_options` VALUES (7533013, '_transient_wflginfl_657638795', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540496, '_transient_timeout_wflginfl_1776462288', '1404831167', 'no') ; 
INSERT INTO `wp_options` VALUES (7540497, '_transient_wflginfl_1776462288', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540692, '_transient_timeout_wflginfl_3535534890', '1404831272', 'no') ; 
INSERT INTO `wp_options` VALUES (7540693, '_transient_wflginfl_3535534890', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541601, '_transient_timeout_wflginfl_1367613316', '1404840501', 'no') ; 
INSERT INTO `wp_options` VALUES (7533065, '_transient_wflginfl_2087279836', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533066, '_transient_wflginfl_2946322849', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541602, '_transient_wflginfl_1367613316', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538811, '_transient_timeout_wflginfl_3196604717', '1404830082', 'no') ; 
INSERT INTO `wp_options` VALUES (7538812, '_transient_wflginfl_3196604717', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533084, '_transient_timeout_wflginfl_1992848344', '1404826337', 'no') ; 
INSERT INTO `wp_options` VALUES (7533085, '_transient_wflginfl_1992848344', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535134, '_transient_timeout_wflginfl_1834848994', '1404827663', 'no') ; 
INSERT INTO `wp_options` VALUES (7535135, '_transient_wflginfl_1834848994', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538405, '_transient_timeout_wflginfl_92782827', '1404829822', 'no') ; 
INSERT INTO `wp_options` VALUES (7538406, '_transient_wflginfl_92782827', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533158, '_transient_timeout_wflginfl_783357253', '1404826382', 'no') ; 
INSERT INTO `wp_options` VALUES (7533159, '_transient_wflginfl_783357253', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538153, '_transient_timeout_wflginfl_1569324076', '1404829899', 'no') ; 
INSERT INTO `wp_options` VALUES (7538154, '_transient_wflginfl_1569324076', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7538321, '_transient_timeout_wflginfl_1587795406', '1404829764', 'no') ; 
INSERT INTO `wp_options` VALUES (7538322, '_transient_wflginfl_1587795406', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540498, '_transient_timeout_wflginfl_1328894878', '1404831448', 'no') ; 
INSERT INTO `wp_options` VALUES (7540499, '_transient_wflginfl_1328894878', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7540844, '_transient_timeout_wflginfl_2875212936', '1404831340', 'no') ; 
INSERT INTO `wp_options` VALUES (7540845, '_transient_wflginfl_2875212936', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539321, '_transient_timeout_wflginfl_1908904699', '1404830439', 'no') ; 
INSERT INTO `wp_options` VALUES (7539322, '_transient_wflginfl_1908904699', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533364, '_transient_timeout_wflginfl_3269147749', '1404826497', 'no') ; 
INSERT INTO `wp_options` VALUES (7533365, '_transient_wflginfl_3269147749', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533378, '_transient_timeout_wflginfl_657093565', '1404826509', 'no') ; 
INSERT INTO `wp_options` VALUES (7533379, '_transient_wflginfl_657093565', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541510, '_transient_timeout_wflginfl_1336887608', '1404833890', 'no') ; 
INSERT INTO `wp_options` VALUES (7541511, '_transient_wflginfl_1336887608', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534572, '_transient_timeout_wflginfl_695037403', '1404827289', 'no') ; 
INSERT INTO `wp_options` VALUES (7534573, '_transient_wflginfl_695037403', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537987, '_transient_timeout_wflginfl_657250790', '1404829548', 'no') ; 
INSERT INTO `wp_options` VALUES (7537988, '_transient_wflginfl_657250790', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535648, '_transient_timeout_wflginfl_772828646', '1404827997', 'no') ; 
INSERT INTO `wp_options` VALUES (7535649, '_transient_wflginfl_772828646', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539213, '_transient_timeout_wflginfl_1789704838', '1404830358', 'no') ; 
INSERT INTO `wp_options` VALUES (7539214, '_transient_wflginfl_1789704838', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541240, '_transient_timeout_wflginfl_3065672032', '1404831481', 'no') ; 
INSERT INTO `wp_options` VALUES (7541241, '_transient_wflginfl_3065672032', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537769, '_transient_timeout_wflginfl_1337104705', '1404829411', 'no') ; 
INSERT INTO `wp_options` VALUES (7537770, '_transient_wflginfl_1337104705', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534646, '_transient_timeout_wflginfl_1844579943', '1404827340', 'no') ; 
INSERT INTO `wp_options` VALUES (7534647, '_transient_wflginfl_1844579943', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533669, '_transient_timeout_wflginfl_608437712', '1404826697', 'no') ; 
INSERT INTO `wp_options` VALUES (7533670, '_transient_wflginfl_608437712', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535312, '_transient_timeout_wflginfl_2091540423', '1404827788', 'no') ; 
INSERT INTO `wp_options` VALUES (7535313, '_transient_wflginfl_2091540423', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541294, '_transient_timeout_wflginfl_702702822', '1404831512', 'no') ; 
INSERT INTO `wp_options` VALUES (7541295, '_transient_wflginfl_702702822', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534446, '_transient_timeout_wflginfl_1976101915', '1404827204', 'no') ; 
INSERT INTO `wp_options` VALUES (7534447, '_transient_wflginfl_1976101915', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533781, '_transient_timeout_wflginfl_1335325817', '1404826782', 'no') ; 
INSERT INTO `wp_options` VALUES (7533782, '_transient_wflginfl_1335325817', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539368, '_transient_timeout_wflginfl_3180901972', '1404830458', 'no') ; 
INSERT INTO `wp_options` VALUES (7539369, '_transient_wflginfl_3180901972', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536727, '_transient_timeout_wflginfl_1333232658', '1404828756', 'no') ; 
INSERT INTO `wp_options` VALUES (7536728, '_transient_wflginfl_1333232658', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533853, '_transient_timeout_wflginfl_3130614468', '1404826828', 'no') ; 
INSERT INTO `wp_options` VALUES (7533854, '_transient_wflginfl_3130614468', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533875, '_transient_timeout_wflginfl_3202874871', '1404826854', 'no') ; 
INSERT INTO `wp_options` VALUES (7533876, '_transient_wflginfl_3202874871', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533915, '_transient_timeout_wflginfl_1066257434', '1404826874', 'no') ; 
INSERT INTO `wp_options` VALUES (7533916, '_transient_wflginfl_1066257434', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540834, '_transient_timeout_wflginfl_2022937176', '1404831336', 'no') ; 
INSERT INTO `wp_options` VALUES (7540835, '_transient_wflginfl_2022937176', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534037, '_transient_timeout_wflginfl_3399260384', '1404826946', 'no') ; 
INSERT INTO `wp_options` VALUES (7534038, '_transient_wflginfl_3399260384', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537537, '_transient_timeout_wflginfl_1457065837', '1404829242', 'no') ; 
INSERT INTO `wp_options` VALUES (7537538, '_transient_wflginfl_1457065837', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534075, '_transient_timeout_wflginfl_2078206828', '1404827229', 'no') ; 
INSERT INTO `wp_options` VALUES (7534076, '_transient_wflginfl_2078206828', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7541016, '_transient_timeout_wflginfl_1887951574', '1404831405', 'no') ; 
INSERT INTO `wp_options` VALUES (7541017, '_transient_wflginfl_1887951574', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534106, '_transient_timeout_wflginfl_657458955', '1404826986', 'no') ; 
INSERT INTO `wp_options` VALUES (7534107, '_transient_wflginfl_657458955', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540474, '_transient_timeout_wflginfl_1503965998', '1404831161', 'no') ; 
INSERT INTO `wp_options` VALUES (7540475, '_transient_wflginfl_1503965998', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541314, '_transient_timeout_wflginfl_2050240476', '1404831518', 'no') ; 
INSERT INTO `wp_options` VALUES (7541315, '_transient_wflginfl_2050240476', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535062, '_transient_timeout_wflginfl_1868340353', '1404827598', 'no') ; 
INSERT INTO `wp_options` VALUES (7535063, '_transient_wflginfl_1868340353', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541226, '_transient_timeout_wflginfl_3065392520', '1404831475', 'no') ; 
INSERT INTO `wp_options` VALUES (7541227, '_transient_wflginfl_3065392520', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534186, '_transient_timeout_wflginfl_702301597', '1404827040', 'no') ; 
INSERT INTO `wp_options` VALUES (7534187, '_transient_wflginfl_702301597', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535016, '_transient_timeout_wflginfl_1328264138', '1404827569', 'no') ; 
INSERT INTO `wp_options` VALUES (7535017, '_transient_wflginfl_1328264138', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539346, '_transient_timeout_wflginfl_3001011250', '1404830446', 'no') ; 
INSERT INTO `wp_options` VALUES (7539347, '_transient_wflginfl_3001011250', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535020, '_transient_timeout_wflginfl_1570059426', '1404827570', 'no') ; 
INSERT INTO `wp_options` VALUES (7535021, '_transient_wflginfl_1570059426', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536274, '_transient_timeout_wflginfl_3065381708', '1404828422', 'no') ; 
INSERT INTO `wp_options` VALUES (7536275, '_transient_wflginfl_3065381708', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538965, '_transient_timeout_wflginfl_1975865451', '1404830181', 'no') ; 
INSERT INTO `wp_options` VALUES (7538966, '_transient_wflginfl_1975865451', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538045, '_transient_timeout_wflginfl_1933966162', '1404829585', 'no') ; 
INSERT INTO `wp_options` VALUES (7538046, '_transient_wflginfl_1933966162', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534396, '_transient_timeout_wflginfl_1096808185', '1404827174', 'no') ; 
INSERT INTO `wp_options` VALUES (7534397, '_transient_wflginfl_1096808185', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540286, '_transient_timeout_wflginfl_3310869632', '1404831050', 'no') ; 
INSERT INTO `wp_options` VALUES (7540287, '_transient_wflginfl_3310869632', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536358, '_transient_timeout_wflginfl_3755968461', '1404828488', 'no') ; 
INSERT INTO `wp_options` VALUES (7536359, '_transient_wflginfl_3755968461', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540754, '_transient_timeout_wflginfl_1424303689', '1404831301', 'no') ; 
INSERT INTO `wp_options` VALUES (7540755, '_transient_wflginfl_1424303689', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535228, '_transient_timeout_wflginfl_3123538620', '1404828251', 'no') ; 
INSERT INTO `wp_options` VALUES (7535229, '_transient_wflginfl_3123538620', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7539589, '_transient_timeout_wflginfl_2058544472', '1404830600', 'no') ; 
INSERT INTO `wp_options` VALUES (7539590, '_transient_wflginfl_2058544472', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535182, '_transient_timeout_wflginfl_2590078245', '1404827987', 'no') ; 
INSERT INTO `wp_options` VALUES (7535183, '_transient_wflginfl_2590078245', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7534502, '_transient_timeout_wflginfl_3157471328', '1404827242', 'no') ; 
INSERT INTO `wp_options` VALUES (7534503, '_transient_wflginfl_3157471328', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534582, '_transient_timeout_wflginfl_3320152257', '1404827295', 'no') ; 
INSERT INTO `wp_options` VALUES (7534583, '_transient_wflginfl_3320152257', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534592, '_transient_timeout_wflginfl_690977062', '1404827299', 'no') ; 
INSERT INTO `wp_options` VALUES (7534593, '_transient_wflginfl_690977062', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540570, '_transient_timeout_wflginfl_2536346634', '1404831205', 'no') ; 
INSERT INTO `wp_options` VALUES (7540571, '_transient_wflginfl_2536346634', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534630, '_transient_timeout_wflginfl_2006824609', '1404827322', 'no') ; 
INSERT INTO `wp_options` VALUES (7534631, '_transient_wflginfl_2006824609', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535246, '_transient_timeout_wflginfl_1569538221', '1404827744', 'no') ; 
INSERT INTO `wp_options` VALUES (7535247, '_transient_wflginfl_1569538221', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541384, '_transient_timeout_wflginfl_608523178', '1404831558', 'no') ; 
INSERT INTO `wp_options` VALUES (7541385, '_transient_wflginfl_608523178', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534770, '_transient_timeout_wflginfl_657495558', '1404827407', 'no') ; 
INSERT INTO `wp_options` VALUES (7534771, '_transient_wflginfl_657495558', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534776, '_transient_timeout_wflginfl_43394522', '1404827412', 'no') ; 
INSERT INTO `wp_options` VALUES (7534777, '_transient_wflginfl_43394522', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540396, '_transient_timeout_wflginfl_2017151655', '1404831123', 'no') ; 
INSERT INTO `wp_options` VALUES (7540397, '_transient_wflginfl_2017151655', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541593, '_transient_timeout_wflginfl_1976384344', '1404840188', 'no') ; 
INSERT INTO `wp_options` VALUES (7541594, '_transient_wflginfl_1976384344', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534954, '_transient_timeout_wflginfl_2591697778', '1404827529', 'no') ; 
INSERT INTO `wp_options` VALUES (7534955, '_transient_wflginfl_2591697778', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539936, '_transient_timeout_wflginfl_1175561821', '1404831052', 'no') ; 
INSERT INTO `wp_options` VALUES (7539937, '_transient_wflginfl_1175561821', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7540022, '_transient_timeout_wflginfl_1705607145', '1404830883', 'no') ; 
INSERT INTO `wp_options` VALUES (7540023, '_transient_wflginfl_1705607145', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541489, '_transient_timeout_wflginfl_690322659', '1404832183', 'no') ; 
INSERT INTO `wp_options` VALUES (7541490, '_transient_wflginfl_690322659', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536379, '_transient_timeout_wflginfl_704165402', '1404828508', 'no') ; 
INSERT INTO `wp_options` VALUES (7536380, '_transient_wflginfl_704165402', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540268, '_transient_timeout_wflginfl_2093303765', '1404831294', 'no') ; 
INSERT INTO `wp_options` VALUES (7540964, '_transient_timeout_wflginfl_1571914184', '1404831391', 'no') ; 
INSERT INTO `wp_options` VALUES (7535402, '_transient_timeout_wflginfl_694879313', '1404827834', 'no') ; 
INSERT INTO `wp_options` VALUES (7535403, '_transient_wflginfl_694879313', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540794, '_transient_timeout_wflginfl_1962984268', '1404831319', 'no') ; 
INSERT INTO `wp_options` VALUES (7540795, '_transient_wflginfl_1962984268', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535558, '_transient_timeout_wflginfl_702201194', '1404827940', 'no') ; 
INSERT INTO `wp_options` VALUES (7535559, '_transient_wflginfl_702201194', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537103, '_transient_timeout_wflginfl_1892044648', '1404828991', 'no') ; 
INSERT INTO `wp_options` VALUES (7537104, '_transient_wflginfl_1892044648', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535640, '_transient_timeout_wflginfl_1580953065', '1404827994', 'no') ; 
INSERT INTO `wp_options` VALUES (7535641, '_transient_wflginfl_1580953065', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536120, '_transient_timeout_wflginfl_1986092868', '1404828319', 'no') ; 
INSERT INTO `wp_options` VALUES (7536121, '_transient_wflginfl_1986092868', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540208, '_transient_timeout_wflginfl_1470545069', '1404831467', 'no') ; 
INSERT INTO `wp_options` VALUES (7540209, '_transient_wflginfl_1470545069', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7541292, '_transient_timeout_wflginfl_3162971505', '1404831509', 'no') ; 
INSERT INTO `wp_options` VALUES (7541293, '_transient_wflginfl_3162971505', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539970, '_transient_timeout_wflginfl_3104980270', '1404830842', 'no') ; 
INSERT INTO `wp_options` VALUES (7539971, '_transient_wflginfl_3104980270', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535766, '_transient_timeout_wflginfl_2945210986', '1404828100', 'no') ; 
INSERT INTO `wp_options` VALUES (7535767, '_transient_wflginfl_2945210986', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541268, '_transient_timeout_wflginfl_2107691035', '1404831495', 'no') ; 
INSERT INTO `wp_options` VALUES (7541269, '_transient_wflginfl_2107691035', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540772, '_transient_timeout_wflginfl_608549215', '1404831310', 'no') ; 
INSERT INTO `wp_options` VALUES (7540773, '_transient_wflginfl_608549215', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536751, '_transient_timeout_wflginfl_657054655', '1404828768', 'no') ; 
INSERT INTO `wp_options` VALUES (7536752, '_transient_wflginfl_657054655', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536567, '_transient_timeout_wflginfl_2548671361', '1404828654', 'no') ; 
INSERT INTO `wp_options` VALUES (7536568, '_transient_wflginfl_2548671361', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535822, '_transient_timeout_wflginfl_657009960', '1404828137', 'no') ; 
INSERT INTO `wp_options` VALUES (7535823, '_transient_wflginfl_657009960', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540782, '_transient_timeout_wflginfl_3301870600', '1404831316', 'no') ; 
INSERT INTO `wp_options` VALUES (7540783, '_transient_wflginfl_3301870600', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7544705, '_transient_wflginfl_2920539432', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7540804, '_transient_timeout_wflginfl_776405672', '1404831323', 'no') ; 
INSERT INTO `wp_options` VALUES (7540805, '_transient_timeout_wflginfl_1603089717', '1404831323', 'no') ; 
INSERT INTO `wp_options` VALUES (7539511, '_transient_timeout_wflginfl_1300123259', '1404830560', 'no') ; 
INSERT INTO `wp_options` VALUES (7539512, '_transient_wflginfl_1300123259', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536046, '_transient_timeout_wflginfl_1908931014', '1404828285', 'no') ; 
INSERT INTO `wp_options` VALUES (7536047, '_transient_wflginfl_1908931014', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536068, '_transient_timeout_wflginfl_657926878', '1404828293', 'no') ; 
INSERT INTO `wp_options` VALUES (7536069, '_transient_wflginfl_657926878', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538875, '_transient_timeout_wflginfl_1613478538', '1404830120', 'no') ; 
INSERT INTO `wp_options` VALUES (7538876, '_transient_wflginfl_1613478538', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540342, '_transient_timeout_wflginfl_1328221133', '1404831083', 'no') ; 
INSERT INTO `wp_options` VALUES (7540343, '_transient_wflginfl_1328221133', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540128, '_transient_timeout_wflginfl_3388788070', '1404830952', 'no') ; 
INSERT INTO `wp_options` VALUES (7540129, '_transient_wflginfl_3388788070', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536166, '_transient_timeout_wflginfl_1917641744', '1404828362', 'no') ; 
INSERT INTO `wp_options` VALUES (7536167, '_transient_wflginfl_1917641744', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540864, '_transient_timeout_wflginfl_1887861201', '1404831350', 'no') ; 
INSERT INTO `wp_options` VALUES (7540865, '_transient_wflginfl_1887861201', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536184, '_transient_timeout_wflginfl_1728766890', '1404828376', 'no') ; 
INSERT INTO `wp_options` VALUES (7536185, '_transient_wflginfl_1728766890', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538725, '_transient_timeout_wflginfl_3412759693', '1404830036', 'no') ; 
INSERT INTO `wp_options` VALUES (7538726, '_transient_wflginfl_3412759693', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536248, '_transient_timeout_wflginfl_1673907716', '1404828411', 'no') ; 
INSERT INTO `wp_options` VALUES (7536249, '_transient_wflginfl_1673907716', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536278, '_transient_timeout_wflginfl_2080814530', '1404828423', 'no') ; 
INSERT INTO `wp_options` VALUES (7536279, '_transient_wflginfl_2080814530', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540890, '_transient_timeout_wflginfl_1840662502', '1404831359', 'no') ; 
INSERT INTO `wp_options` VALUES (7540891, '_transient_wflginfl_1840662502', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541014, '_transient_timeout_wflginfl_694932911', '1404831405', 'no') ; 
INSERT INTO `wp_options` VALUES (7541015, '_transient_wflginfl_694932911', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536334, '_transient_timeout_wflginfl_2536471473', '1404828462', 'no') ; 
INSERT INTO `wp_options` VALUES (7536335, '_transient_wflginfl_2536471473', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540436, '_transient_timeout_wflginfl_1332754713', '1404831370', 'no') ; 
INSERT INTO `wp_options` VALUES (7540437, '_transient_wflginfl_1332754713', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7537817, '_transient_timeout_wflginfl_694479633', '1404829435', 'no') ; 
INSERT INTO `wp_options` VALUES (7537818, '_transient_wflginfl_694479633', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539784, '_transient_timeout_wflginfl_656435547', '1404830740', 'no') ; 
INSERT INTO `wp_options` VALUES (7539785, '_transient_wflginfl_656435547', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538189, '_transient_timeout_wflginfl_2344718317', '1404829683', 'no') ; 
INSERT INTO `wp_options` VALUES (7538190, '_transient_wflginfl_2344718317', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540815, '_transient_wflginfl_1835014513', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540445, '_transient_wflginfl_3065663090', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7537893, '_transient_timeout_wflginfl_1909179594', '1404829487', 'no') ; 
INSERT INTO `wp_options` VALUES (7537894, '_transient_wflginfl_1909179594', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539173, '_transient_timeout_wflginfl_657521382', '1404830318', 'no') ; 
INSERT INTO `wp_options` VALUES (7539174, '_transient_wflginfl_657521382', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536557, '_transient_timeout_wflginfl_1332860320', '1404828644', 'no') ; 
INSERT INTO `wp_options` VALUES (7536558, '_transient_wflginfl_1332860320', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540622, '_transient_timeout_wflginfl_1569647122', '1404831234', 'no') ; 
INSERT INTO `wp_options` VALUES (7540623, '_transient_wflginfl_1569647122', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536701, '_transient_timeout_wflginfl_1791015167', '1404828735', 'no') ; 
INSERT INTO `wp_options` VALUES (7536702, '_transient_wflginfl_1791015167', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538127, '_transient_timeout_wflginfl_1906903080', '1404829649', 'no') ; 
INSERT INTO `wp_options` VALUES (7538128, '_transient_wflginfl_1906903080', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536721, '_transient_timeout_wflginfl_3318362885', '1404828753', 'no') ; 
INSERT INTO `wp_options` VALUES (7536722, '_transient_wflginfl_3318362885', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536723, '_transient_timeout_wflginfl_1850095361', '1404828755', 'no') ; 
INSERT INTO `wp_options` VALUES (7536724, '_transient_wflginfl_1850095361', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541086, '_transient_timeout_wflginfl_694462376', '1404831429', 'no') ; 
INSERT INTO `wp_options` VALUES (7541087, '_transient_wflginfl_694462376', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541136, '_transient_timeout_wflginfl_657772994', '1404831447', 'no') ; 
INSERT INTO `wp_options` VALUES (7541137, '_transient_wflginfl_657772994', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539077, '_transient_timeout_wflginfl_775760522', '1404830248', 'no') ; 
INSERT INTO `wp_options` VALUES (7539078, '_transient_wflginfl_775760522', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536873, '_transient_timeout_wflginfl_1959472405', '1404828834', 'no') ; 
INSERT INTO `wp_options` VALUES (6943934, 'wordfence_version', '5.1.4', 'yes') ; 
INSERT INTO `wp_options` VALUES (6943935, 'wordfenceActivated', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6943936, 'wf_plugin_act_error', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (6949943, 'paypal_ship', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6951393, 'manage-multiple-blogs', 'a:2:{s:5:"blogs";a:0:{}s:12:"current_blog";a:1:{s:4:"type";N;}}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6951394, 'iwp_client_activate_key', '2cbeb7d5aed0cd047a9ee621988fb1c6ecee7d16', 'yes') ; 
INSERT INTO `wp_options` VALUES (6951397, 'iwp_client_user_hit_count', 'a:14:{s:10:"2014-08-06";i:6544;s:10:"2014-08-07";i:5272;s:10:"2014-08-08";i:5980;s:10:"2014-08-09";i:4288;s:10:"2014-08-10";i:4176;s:10:"2014-08-11";i:5304;s:10:"2014-08-12";i:5040;s:10:"2014-08-13";i:5087;s:10:"2014-08-14";i:5311;s:10:"2014-08-15";i:5618;s:10:"2014-08-16";i:6445;s:10:"2014-08-17";i:5474;s:10:"2014-08-18";i:6556;s:10:"2014-08-19";i:6056;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6951400, 'iwp_client_public_key', 'LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUEyRitDaVlVaUErdUtEakJNTzA5KwpBR0wzZFJHdEVqUFg5enBjMnQ1TTY0aGhzZWZSeFJ0bUd3K2pyazFWMm4ramUyVSt6M0N4cXVjcWxweDNpN2RoCjlrY0htNU9hS0szYzBraHdwT3dqaTQ1N3NXT0tQeER3cEVOU2F2Q2phNXlFYW1RSmpRWUZSNFJsTEpsZWEwT0sKTmlzV25rV0UzblVRSll5NURnLzNlQTV4Zy9PMGRhRGVMYkVxSUNMRDQxRjRzd3l3WXRZMTJsWDA2aEZMbHFLTgp2aWRJbDJvdWhQSXMxZEI2ZWt1RHl3RE0yY1g1U3htL2RZay9ISHdmdUI0citsOTJjUFRyQ2M1Yk9sQ3RUL0Q0Cjk2ZWh2ZmxoTk9KbG93WFNaWGU1NTZzL3RUZXkzcUMybTAwdFFlaVZIdHNGS2h2QUVXZHdyRTNxT0c0N1cxdnIKZ1FJREFRQUIKLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tCg==', 'yes') ; 
INSERT INTO `wp_options` VALUES (6951401, 'iwp_client_action_message_id', '11787', 'yes') ; 
INSERT INTO `wp_options` VALUES (7362089, '_transient_wflginfl_2917689687', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7362115, '_transient_timeout_wflginfl_2794677203', '1403222173', 'no') ; 
INSERT INTO `wp_options` VALUES (7362116, '_transient_wflginfl_2794677203', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7362098, '_transient_timeout_wffgt_1826122446', '1403218650', 'no') ; 
INSERT INTO `wp_options` VALUES (7362099, '_transient_wffgt_1826122446', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7362124, '_transient_timeout_wflginfl_2920830029', '1403224237', 'no') ; 
INSERT INTO `wp_options` VALUES (7362125, '_transient_wflginfl_2920830029', '6', 'no') ; 
INSERT INTO `wp_options` VALUES (7362126, '_transient_timeout_wffgt_2920830029', '1403224070', 'no') ; 
INSERT INTO `wp_options` VALUES (7362127, '_transient_wffgt_2920830029', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7362162, '_transient_timeout_wflginfl_1246693016', '1403234365', 'no') ; 
INSERT INTO `wp_options` VALUES (7362163, '_transient_wflginfl_1246693016', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7362134, '_transient_timeout_wffgt_1194483403', '1403226054', 'no') ; 
INSERT INTO `wp_options` VALUES (7362135, '_transient_wffgt_1194483403', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7558936, '_transient_timeout_wflginfl_3123375647', '1407806991', 'no') ; 
INSERT INTO `wp_options` VALUES (7558937, '_transient_wflginfl_3123375647', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7365100, '_transient_wffgt_1660305979', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7365068, '_transient_wffgt_1262068424', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7365008, '_transient_timeout_wflginfl_1185612188', '1403902972', 'no') ; 
INSERT INTO `wp_options` VALUES (7365009, '_transient_wflginfl_1185612188', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7364988, '_transient_timeout_wffgt_843747822', '1403894525', 'no') ; 
INSERT INTO `wp_options` VALUES (7364989, '_transient_wffgt_843747822', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7363423, '_transient_wflginfl_1187398737', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7362873, '_transient_wflginfl_1280159328', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7362885, '_transient_timeout_wflginfl_1670144049', '1403388580', 'no') ; 
INSERT INTO `wp_options` VALUES (7362886, '_transient_wflginfl_1670144049', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7362936, '_transient_timeout_wflginfl_3091069663', '1403400402', 'no') ; 
INSERT INTO `wp_options` VALUES (7362937, '_transient_wflginfl_3091069663', '8', 'no') ; 
INSERT INTO `wp_options` VALUES (7362969, '_transient_timeout_wflginfl_1221525827', '1403412581', 'no') ; 
INSERT INTO `wp_options` VALUES (7362970, '_transient_wflginfl_1221525827', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561342, '_transient_wflginfl_1541076099', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7362745, '_transient_timeout_wflginfl_211282987', '1403354324', 'no') ; 
INSERT INTO `wp_options` VALUES (7362746, '_transient_wflginfl_211282987', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7366683, '_transient_timeout_wflginfl_1198048481', '1404272891', 'no') ; 
INSERT INTO `wp_options` VALUES (7366684, '_transient_wflginfl_1198048481', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7362572, '_transient_timeout_wffgt_1193974802', '1403295137', 'no') ; 
INSERT INTO `wp_options` VALUES (7362573, '_transient_wffgt_1193974802', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7362576, '_transient_timeout_wffgt_850719408', '1403295604', 'no') ; 
INSERT INTO `wp_options` VALUES (7362577, '_transient_wffgt_850719408', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7362477, '_site_transient_timeout_browser_7df5c10583e393ed36ed7157f4f7e7e6', '1403890098', 'yes') ; 
INSERT INTO `wp_options` VALUES (7362478, '_site_transient_browser_7df5c10583e393ed36ed7157f4f7e7e6', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"35.0.1916.153";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7364508, '_transient_timeout_wflginfl_212950914', '1403792849', 'no') ; 
INSERT INTO `wp_options` VALUES (7364509, '_transient_wflginfl_212950914', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7364510, '_transient_timeout_wffgt_212950914', '1403792879', 'no') ; 
INSERT INTO `wp_options` VALUES (7364511, '_transient_wffgt_212950914', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7364600, '_transient_timeout_wflginfl_1254283374', '1403801981', 'no') ; 
INSERT INTO `wp_options` VALUES (7364601, '_transient_wflginfl_1254283374', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7364618, '_transient_timeout_wflginfl_1188063757', '1403806452', 'no') ; 
INSERT INTO `wp_options` VALUES (7364619, '_transient_wflginfl_1188063757', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7364635, '_transient_timeout_wflginfl_1772097917', '1403811813', 'no') ; 
INSERT INTO `wp_options` VALUES (7364636, '_transient_wflginfl_1772097917', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7364637, '_transient_timeout_wflginfl_1764882597', '1403812202', 'no') ; 
INSERT INTO `wp_options` VALUES (7364638, '_transient_wflginfl_1764882597', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7364975, '_transient_timeout_wffgt_2796172475', '1403892066', 'no') ; 
INSERT INTO `wp_options` VALUES (7364657, '_transient_timeout_wflginfl_3493223068', '1403820788', 'no') ; 
INSERT INTO `wp_options` VALUES (7364658, '_transient_wflginfl_3493223068', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378210, '_transient_wflginfl_2063837157', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7377851, '_transient_wflginfl_1566295637', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7364731, '_transient_timeout_wffgt_1817983368', '1403833064', 'no') ; 
INSERT INTO `wp_options` VALUES (7364732, '_transient_wffgt_1817983368', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7364737, '_transient_timeout_wflginfl_1195939687', '1403836040', 'no') ; 
INSERT INTO `wp_options` VALUES (7364738, '_transient_wflginfl_1195939687', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7364999, '_transient_timeout_wflginfl_2935767283', '1403898869', 'no') ; 
INSERT INTO `wp_options` VALUES (7364836, '_transient_timeout_wflginfl_2922730824', '1403872600', 'no') ; 
INSERT INTO `wp_options` VALUES (7364837, '_transient_wflginfl_2922730824', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7364838, '_transient_timeout_wffgt_2922730824', '1403872647', 'no') ; 
INSERT INTO `wp_options` VALUES (7364839, '_transient_wffgt_2922730824', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7364877, '_transient_timeout_wflginfl_1262999643', '1403881312', 'no') ; 
INSERT INTO `wp_options` VALUES (7364878, '_transient_wflginfl_1262999643', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7344578, '_transient_timeout_wflginfl_848221801', '1399607270', 'no') ; 
INSERT INTO `wp_options` VALUES (7344579, '_transient_wflginfl_848221801', '7', 'no') ; 
INSERT INTO `wp_options` VALUES (7344586, '_transient_timeout_wflginfl_2935644328', '1399608585', 'no') ; 
INSERT INTO `wp_options` VALUES (7344587, '_transient_wflginfl_2935644328', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7346687, '_transient_timeout_wflginfl_86466974', '1400062431', 'no') ; 
INSERT INTO `wp_options` VALUES (7346688, '_transient_wflginfl_86466974', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7349056, '_transient_wflginfl_1657687075', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7344688, '_transient_timeout_wflginfl_1542212268', '1399642715', 'no') ; 
INSERT INTO `wp_options` VALUES (7344689, '_transient_wflginfl_1542212268', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7560860, '_transient_timeout_wffgt_3633006628', '1408103863', 'no') ; 
INSERT INTO `wp_options` VALUES (7560861, '_transient_wffgt_3633006628', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7347544, '_transient_timeout_wflginfl_2794051766', '1400231027', 'no') ; 
INSERT INTO `wp_options` VALUES (7347545, '_transient_wflginfl_2794051766', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7344757, '_transient_timeout_wffgt_1140260569', '1399648389', 'no') ; 
INSERT INTO `wp_options` VALUES (7344758, '_transient_wffgt_1140260569', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7345106, '_transient_timeout_wflginfl_1074843626', '1399728119', 'no') ; 
INSERT INTO `wp_options` VALUES (7345107, '_transient_wflginfl_1074843626', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7365209, '_transient_wffgt_1205290191', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7345160, '_transient_timeout_wflginfl_403572555', '1399734690', 'no') ; 
INSERT INTO `wp_options` VALUES (7345161, '_transient_wflginfl_403572555', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7345204, '_transient_timeout_wflginfl_2733403220', '1399740619', 'no') ; 
INSERT INTO `wp_options` VALUES (7345205, '_transient_wflginfl_2733403220', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7345275, '_transient_timeout_wflginfl_1661550916', '1399761606', 'no') ; 
INSERT INTO `wp_options` VALUES (7345276, '_transient_wflginfl_1661550916', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7372006, '_transient_timeout_wffgt_2306257901', '1404567958', 'no') ; 
INSERT INTO `wp_options` VALUES (7345566, '_transient_timeout_wflginfl_3639890906', '1399838503', 'no') ; 
INSERT INTO `wp_options` VALUES (7345567, '_transient_wflginfl_3639890906', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7345295, '_transient_timeout_wflginfl_410397957', '1399765202', 'no') ; 
INSERT INTO `wp_options` VALUES (7345296, '_transient_wflginfl_410397957', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7345346, '_transient_timeout_wflginfl_1289273413', '1399776796', 'no') ; 
INSERT INTO `wp_options` VALUES (7345347, '_transient_wflginfl_1289273413', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7345354, '_transient_timeout_wflginfl_1805341107', '1399778599', 'no') ; 
INSERT INTO `wp_options` VALUES (7345355, '_transient_wflginfl_1805341107', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7365099, '_transient_timeout_wffgt_1660305979', '1403932484', 'no') ; 
INSERT INTO `wp_options` VALUES (7345379, '_transient_timeout_wflginfl_1266728504', '1399783765', 'no') ; 
INSERT INTO `wp_options` VALUES (7345380, '_transient_wflginfl_1266728504', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7349578, '_transient_timeout_wflginfl_3285425036', '1400639297', 'no') ; 
INSERT INTO `wp_options` VALUES (7349579, '_transient_wflginfl_3285425036', '6', 'no') ; 
INSERT INTO `wp_options` VALUES (7345399, '_transient_timeout_wflginfl_3323679302', '1399787085', 'no') ; 
INSERT INTO `wp_options` VALUES (7345400, '_transient_wflginfl_3323679302', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7365089, '_transient_timeout_wffgt_1167713222', '1403928919', 'no') ; 
INSERT INTO `wp_options` VALUES (7365090, '_transient_wffgt_1167713222', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7345639, '_transient_timeout_wflginfl_3328479324', '1399857318', 'no') ; 
INSERT INTO `wp_options` VALUES (7345640, '_transient_wflginfl_3328479324', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7345467, '_transient_timeout_wflginfl_688744572', '1399813815', 'no') ; 
INSERT INTO `wp_options` VALUES (7345468, '_transient_wflginfl_688744572', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7556356, '_transient_timeout_wffgt_3627422914', '1407341674', 'no') ; 
INSERT INTO `wp_options` VALUES (7556357, '_transient_wffgt_3627422914', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348385, '_transient_timeout_wflginfl_1540293646', '1400414478', 'no') ; 
INSERT INTO `wp_options` VALUES (7348386, '_transient_wflginfl_1540293646', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7345645, '_transient_timeout_wflginfl_1153275687', '1399858295', 'no') ; 
INSERT INTO `wp_options` VALUES (7345646, '_transient_wflginfl_1153275687', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7345650, '_transient_timeout_wflginfl_1886371671', '1399859485', 'no') ; 
INSERT INTO `wp_options` VALUES (7345651, '_transient_wflginfl_1886371671', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7345681, '_transient_timeout_wflginfl_1135297709', '1399868190', 'no') ; 
INSERT INTO `wp_options` VALUES (7345682, '_transient_wflginfl_1135297709', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7345683, '_transient_timeout_wffgt_1135297709', '1399868238', 'no') ; 
INSERT INTO `wp_options` VALUES (7345684, '_transient_wffgt_1135297709', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7345707, '_transient_timeout_wflginfl_849142322', '1399873787', 'no') ; 
INSERT INTO `wp_options` VALUES (7345708, '_transient_wflginfl_849142322', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372007, '_transient_wffgt_2306257901', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7345773, '_transient_timeout_wflginfl_1113017912', '1399895386', 'no') ; 
INSERT INTO `wp_options` VALUES (7345774, '_transient_wflginfl_1113017912', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7345763, '_transient_timeout_wffgt_2926923443', '1399888943', 'no') ; 
INSERT INTO `wp_options` VALUES (7345764, '_transient_wffgt_2926923443', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352516, '_transient_timeout_wflginfl_1867067116', '1401330305', 'no') ; 
INSERT INTO `wp_options` VALUES (7352517, '_transient_wflginfl_1867067116', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7345788, '_transient_timeout_wflginfl_1140435065', '1399900143', 'no') ; 
INSERT INTO `wp_options` VALUES (7345789, '_transient_wflginfl_1140435065', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7345814, '_transient_timeout_wflginfl_624670897', '1399905265', 'no') ; 
INSERT INTO `wp_options` VALUES (7345815, '_transient_wflginfl_624670897', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7345821, '_transient_timeout_wflginfl_2794052118', '1399905854', 'no') ; 
INSERT INTO `wp_options` VALUES (7345822, '_transient_wflginfl_2794052118', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (6951406, 'iwp_client_brand', 'a:5:{s:4:"name";s:17:"GoWeb Maintenance";s:4:"desc";s:83:"WordPress maintenance plugin allowing Go Web Solutions to keep your site up to date";s:6:"author";s:16:"Go Web Solutions";s:10:"author_url";s:39:"https://www.gowebsolutions.com/clients/";s:4:"hide";N;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7017572, 'gf_paypalpaymentspro_settings', 'a:5:{s:8:"username";s:10:"80PA3SC3VR";s:8:"password";s:16:"DT6CPUR4D7YLGP5K";s:6:"vendor";s:10:"Z5K5UMEIR0";s:7:"partner";s:6:"PayPal";s:4:"mode";s:10:"production";}', 'yes') ; 
INSERT INTO `wp_options` VALUES (6952983, 'wpsc_stock_keeping_time', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (6952984, 'wpsc_stock_keeping_interval', 'day', 'yes') ; 
INSERT INTO `wp_options` VALUES (7026916, 'updraftplus_dismissedautobackup', '1394058481', 'yes') ; 
INSERT INTO `wp_options` VALUES (7017559, 'gf_paypalpaymentspro_version', '1.0', 'yes') ; 
INSERT INTO `wp_options` VALUES (7354958, '_wpsc_clear_wp_cache_on_version_change', '3.8.14.1', 'yes') ; 
INSERT INTO `wp_options` VALUES (7335321, '_transient_wflginfl_3683149474', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346681, '_transient_timeout_wflginfl_624543917', '1400061059', 'no') ; 
INSERT INTO `wp_options` VALUES (7346682, '_transient_wflginfl_624543917', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352811, '_transient_timeout_wffgt_419011320', '1401392793', 'no') ; 
INSERT INTO `wp_options` VALUES (7352812, '_transient_wffgt_419011320', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7349449, '_transient_timeout_wffgt_414189820', '1400615592', 'no') ; 
INSERT INTO `wp_options` VALUES (7349450, '_transient_wffgt_414189820', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353972, '_transient_timeout_wffgt_2913963495', '1401622949', 'no') ; 
INSERT INTO `wp_options` VALUES (7353973, '_transient_wffgt_2913963495', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7349495, '_transient_timeout_wffgt_1143068717', '1400628265', 'no') ; 
INSERT INTO `wp_options` VALUES (7349496, '_transient_wffgt_1143068717', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7353904, '_transient_timeout_wffgt_1135923341', '1401601616', 'no') ; 
INSERT INTO `wp_options` VALUES (7361654, '_transient_timeout_wffgt_1207330590', '1403194682', 'no') ; 
INSERT INTO `wp_options` VALUES (7347989, '_transient_timeout_wflginfl_1187104725', '1400343580', 'no') ; 
INSERT INTO `wp_options` VALUES (7349923, '_transient_timeout_wflginfl_531970155', '1400712142', 'no') ; 
INSERT INTO `wp_options` VALUES (7349924, '_transient_wflginfl_531970155', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7349932, '_transient_timeout_wflginfl_1140234931', '1400715702', 'no') ; 
INSERT INTO `wp_options` VALUES (7349933, '_transient_wflginfl_1140234931', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346994, '_transient_timeout_wflginfl_1166111886', '1400112854', 'no') ; 
INSERT INTO `wp_options` VALUES (7346995, '_transient_wflginfl_1166111886', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7347006, '_transient_timeout_wflginfl_547703125', '1400114768', 'no') ; 
INSERT INTO `wp_options` VALUES (7347007, '_transient_wflginfl_547703125', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7347003, '_transient_timeout_wffgt_1221926724', '1400113487', 'no') ; 
INSERT INTO `wp_options` VALUES (7347004, '_transient_wffgt_1221926724', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7347038, '_transient_timeout_wflginfl_2909600964', '1400122121', 'no') ; 
INSERT INTO `wp_options` VALUES (7347039, '_transient_wflginfl_2909600964', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7347040, '_transient_timeout_wffgt_2909600964', '1400122154', 'no') ; 
INSERT INTO `wp_options` VALUES (7347041, '_transient_wffgt_2909600964', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7347161, '_transient_timeout_wffgt_1281574172', '1400153932', 'no') ; 
INSERT INTO `wp_options` VALUES (7347162, '_transient_wffgt_1281574172', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7347178, '_transient_timeout_wffgt_1250791930', '1400156495', 'no') ; 
INSERT INTO `wp_options` VALUES (7347179, '_transient_wffgt_1250791930', '6', 'no') ; 
INSERT INTO `wp_options` VALUES (7347181, '_transient_timeout_wflginfl_2794679603', '1400156497', 'no') ; 
INSERT INTO `wp_options` VALUES (7347182, '_transient_wflginfl_2794679603', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7347226, '_transient_timeout_wffgt_2547333892', '1400165683', 'no') ; 
INSERT INTO `wp_options` VALUES (7347227, '_transient_wffgt_2547333892', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7362484, '_transient_$all_wpsc_country_by_country_id', 'a:242:{i:1;O:12:"WPSC_Country":16:{s:3:"_id";s:1:"1";s:5:"_name";s:10:"Mauritania";s:8:"_isocode";s:2:"MR";s:14:"_currency_name";s:19:"Mauritanian Ouguiya";s:14:"_currency_code";s:3:"MRO";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:2;O:12:"WPSC_Country":16:{s:3:"_id";s:1:"2";s:5:"_name";s:19:"Martinique (French)";s:8:"_isocode";s:2:"MQ";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:3;O:12:"WPSC_Country":16:{s:3:"_id";s:1:"3";s:5:"_name";s:5:"Malta";s:8:"_isocode";s:2:"MT";s:14:"_currency_name";s:12:"Maltese Lira";s:14:"_currency_code";s:3:"MTL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:4;O:12:"WPSC_Country":16:{s:3:"_id";s:1:"4";s:5:"_name";s:16:"Marshall Islands";s:8:"_isocode";s:2:"MH";s:14:"_currency_name";s:9:"US Dollar";s:14:"_currency_code";s:3:"USD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:5;O:12:"WPSC_Country":16:{s:3:"_id";s:1:"5";s:5:"_name";s:4:"Mali";s:8:"_isocode";s:2:"ML";s:14:"_currency_name";s:15:"CFA Franc BCEAO";s:14:"_currency_code";s:3:"XOF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:6;O:12:"WPSC_Country":16:{s:3:"_id";s:1:"6";s:5:"_name";s:8:"Maldives";s:8:"_isocode";s:2:"MV";s:14:"_currency_name";s:15:"Maldive Rufiyaa";s:14:"_currency_code";s:3:"MVR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:7;O:12:"WPSC_Country":16:{s:3:"_id";s:1:"7";s:5:"_name";s:8:"Malaysia";s:8:"_isocode";s:2:"MY";s:14:"_currency_name";s:17:"Malaysian Ringgit";s:14:"_currency_code";s:3:"MYR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:8;O:12:"WPSC_Country":16:{s:3:"_id";s:1:"8";s:5:"_name";s:6:"Malawi";s:8:"_isocode";s:2:"MW";s:14:"_currency_name";s:13:"Malawi Kwacha";s:14:"_currency_code";s:3:"MWK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:9;O:12:"WPSC_Country":16:{s:3:"_id";s:1:"9";s:5:"_name";s:10:"Madagascar";s:8:"_isocode";s:2:"MG";s:14:"_currency_name";s:14:"Malagasy Franc";s:14:"_currency_code";s:3:"MGF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:10;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"10";s:5:"_name";s:5:"Macau";s:8:"_isocode";s:2:"MO";s:14:"_currency_name";s:12:"Macau Pataca";s:14:"_currency_code";s:3:"MOP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:11;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"11";s:5:"_name";s:9:"Macedonia";s:8:"_isocode";s:2:"MK";s:14:"_currency_name";s:5:"Denar";s:14:"_currency_code";s:3:"MKD";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:12;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"12";s:5:"_name";s:10:"Luxembourg";s:8:"_isocode";s:2:"LU";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:13;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"13";s:5:"_name";s:9:"Lithuania";s:8:"_isocode";s:2:"LT";s:14:"_currency_name";s:16:"Lithuanian Litas";s:14:"_currency_code";s:3:"LTL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:14;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"14";s:5:"_name";s:13:"Liechtenstein";s:8:"_isocode";s:2:"LI";s:14:"_currency_name";s:11:"Swiss Franc";s:14:"_currency_code";s:3:"CHF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:15;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"15";s:5:"_name";s:5:"Libya";s:8:"_isocode";s:2:"LY";s:14:"_currency_name";s:12:"Libyan Dinar";s:14:"_currency_code";s:3:"LYD";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:16;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"16";s:5:"_name";s:7:"Liberia";s:8:"_isocode";s:2:"LR";s:14:"_currency_name";s:15:"Liberian Dollar";s:14:"_currency_code";s:3:"LRD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:17;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"17";s:5:"_name";s:7:"Lesotho";s:8:"_isocode";s:2:"LS";s:14:"_currency_name";s:12:"Lesotho Loti";s:14:"_currency_code";s:3:"LSL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:18;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"18";s:5:"_name";s:7:"Lebanon";s:8:"_isocode";s:2:"LB";s:14:"_currency_name";s:14:"Lebanese Pound";s:14:"_currency_code";s:3:"LBP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:19;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"19";s:5:"_name";s:6:"Latvia";s:8:"_isocode";s:2:"LV";s:14:"_currency_name";s:12:"Latvian Lats";s:14:"_currency_code";s:3:"LVL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:20;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"20";s:5:"_name";s:4:"Laos";s:8:"_isocode";s:2:"LA";s:14:"_currency_name";s:7:"Lao Kip";s:14:"_currency_code";s:3:"LAK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:21;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"21";s:5:"_name";s:10:"Kyrgyzstan";s:8:"_isocode";s:2:"KG";s:14:"_currency_name";s:3:"Som";s:14:"_currency_code";s:3:"KGS";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:22;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"22";s:5:"_name";s:6:"Kuwait";s:8:"_isocode";s:2:"KW";s:14:"_currency_name";s:13:"Kuwaiti Dinar";s:14:"_currency_code";s:3:"KWD";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:23;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"23";s:5:"_name";s:12:"Korea, South";s:8:"_isocode";s:2:"KR";s:14:"_currency_name";s:10:"Korean Won";s:14:"_currency_code";s:3:"KRW";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:24;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"24";s:5:"_name";s:12:"Korea, North";s:8:"_isocode";s:2:"KP";s:14:"_currency_name";s:16:"North Korean Won";s:14:"_currency_code";s:3:"KPW";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:25;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"25";s:5:"_name";s:8:"Kiribati";s:8:"_isocode";s:2:"KI";s:14:"_currency_name";s:17:"Australian Dollar";s:14:"_currency_code";s:3:"AUD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:26;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"26";s:5:"_name";s:5:"Kenya";s:8:"_isocode";s:2:"KE";s:14:"_currency_name";s:15:"Kenyan Shilling";s:14:"_currency_code";s:3:"KES";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:27;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"27";s:5:"_name";s:10:"Kazakhstan";s:8:"_isocode";s:2:"KZ";s:14:"_currency_name";s:16:"Kazakhstan Tenge";s:14:"_currency_code";s:3:"KZT";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:28;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"28";s:5:"_name";s:6:"Jordan";s:8:"_isocode";s:2:"JO";s:14:"_currency_name";s:15:"Jordanian Dinar";s:14:"_currency_code";s:3:"JOD";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:29;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"29";s:5:"_name";s:6:"Jersey";s:8:"_isocode";s:2:"JE";s:14:"_currency_name";s:14:"Pound Sterling";s:14:"_currency_code";s:3:"GBP";s:16:"_currency_symbol";s:2:"£";s:21:"_currency_symbol_html";s:6:"&#163;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:30;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"30";s:5:"_name";s:5:"Japan";s:8:"_isocode";s:2:"JP";s:14:"_currency_name";s:12:"Japanese Yen";s:14:"_currency_code";s:3:"JPY";s:16:"_currency_symbol";s:2:"¥";s:21:"_currency_symbol_html";s:6:"&#165;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:31;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"31";s:5:"_name";s:7:"Jamaica";s:8:"_isocode";s:2:"JM";s:14:"_currency_name";s:15:"Jamaican Dollar";s:14:"_currency_code";s:3:"JMD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:32;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"32";s:5:"_name";s:11:"Ivory Coast";s:8:"_isocode";s:2:"CI";s:14:"_currency_name";s:15:"CFA Franc BCEAO";s:14:"_currency_code";s:3:"XOF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:33;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"33";s:5:"_name";s:5:"Italy";s:8:"_isocode";s:2:"IT";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:34;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"34";s:5:"_name";s:11:"Isle of Man";s:8:"_isocode";s:2:"IM";s:14:"_currency_name";s:14:"Pound Sterling";s:14:"_currency_code";s:3:"GBP";s:16:"_currency_symbol";s:2:"£";s:21:"_currency_symbol_html";s:6:"&#163;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:35;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"35";s:5:"_name";s:6:"Israel";s:8:"_isocode";s:2:"IL";s:14:"_currency_name";s:18:"Israeli New Shekel";s:14:"_currency_code";s:3:"ILS";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:36;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"36";s:5:"_name";s:7:"Ireland";s:8:"_isocode";s:2:"IE";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:37;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"37";s:5:"_name";s:4:"Iraq";s:8:"_isocode";s:2:"IQ";s:14:"_currency_name";s:11:"Iraqi Dinar";s:14:"_currency_code";s:3:"IQD";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:38;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"38";s:5:"_name";s:9:"Indonesia";s:8:"_isocode";s:2:"ID";s:14:"_currency_name";s:17:"Indonesian Rupiah";s:14:"_currency_code";s:3:"IDR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:39;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"39";s:5:"_name";s:4:"Iran";s:8:"_isocode";s:2:"IR";s:14:"_currency_name";s:12:"Iranian Rial";s:14:"_currency_code";s:3:"IRR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:40;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"40";s:5:"_name";s:5:"India";s:8:"_isocode";s:2:"IN";s:14:"_currency_name";s:12:"Indian Rupee";s:14:"_currency_code";s:3:"INR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:41;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"41";s:5:"_name";s:7:"Iceland";s:8:"_isocode";s:2:"IS";s:14:"_currency_name";s:13:"Iceland Krona";s:14:"_currency_code";s:3:"ISK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:42;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"42";s:5:"_name";s:7:"Hungary";s:8:"_isocode";s:2:"HU";s:14:"_currency_name";s:16:"Hungarian Forint";s:14:"_currency_code";s:3:"HUF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:43;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"43";s:5:"_name";s:9:"Hong Kong";s:8:"_isocode";s:2:"HK";s:14:"_currency_name";s:16:"Hong Kong Dollar";s:14:"_currency_code";s:3:"HKD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:44;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"44";s:5:"_name";s:8:"Honduras";s:8:"_isocode";s:2:"HN";s:14:"_currency_name";s:16:"Honduran Lempira";s:14:"_currency_code";s:3:"HNL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:45;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"45";s:5:"_name";s:33:"Heard Island and McDonald Islands";s:8:"_isocode";s:2:"HM";s:14:"_currency_name";s:17:"Australian Dollar";s:14:"_currency_code";s:3:"AUD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:46;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"46";s:5:"_name";s:5:"Haiti";s:8:"_isocode";s:2:"HT";s:14:"_currency_name";s:14:"Haitian Gourde";s:14:"_currency_code";s:3:"HTG";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:47;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"47";s:5:"_name";s:6:"Guyana";s:8:"_isocode";s:2:"GY";s:14:"_currency_name";s:13:"Guyana Dollar";s:14:"_currency_code";s:3:"GYD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:48;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"48";s:5:"_name";s:13:"Guinea Bissau";s:8:"_isocode";s:2:"GW";s:14:"_currency_name";s:18:"Guinea-Bissau Peso";s:14:"_currency_code";s:3:"GWP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:49;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"49";s:5:"_name";s:6:"Guinea";s:8:"_isocode";s:2:"GN";s:14:"_currency_name";s:12:"Guinea Franc";s:14:"_currency_code";s:3:"GNF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:50;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"50";s:5:"_name";s:8:"Guernsey";s:8:"_isocode";s:2:"GF";s:14:"_currency_name";s:14:"Pound Sterling";s:14:"_currency_code";s:3:"GBP";s:16:"_currency_symbol";s:2:"£";s:21:"_currency_symbol_html";s:6:"&#163;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:51;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"51";s:5:"_name";s:9:"Guatemala";s:8:"_isocode";s:2:"GT";s:14:"_currency_name";s:18:"Guatemalan Quetzal";s:14:"_currency_code";s:3:"QTQ";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:52;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"52";s:5:"_name";s:10:"Guam (USA)";s:8:"_isocode";s:2:"GU";s:14:"_currency_name";s:9:"US Dollar";s:14:"_currency_code";s:3:"USD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:53;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"53";s:5:"_name";s:7:"Grenada";s:8:"_isocode";s:2:"GD";s:14:"_currency_name";s:21:"East Carribean Dollar";s:14:"_currency_code";s:3:"XCD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:54;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"54";s:5:"_name";s:19:"Guadeloupe (French)";s:8:"_isocode";s:2:"GP";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:55;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"55";s:5:"_name";s:9:"Greenland";s:8:"_isocode";s:2:"GL";s:14:"_currency_name";s:12:"Danish Krone";s:14:"_currency_code";s:3:"DKK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:56;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"56";s:5:"_name";s:6:"Greece";s:8:"_isocode";s:2:"GR";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:2:"19";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:57;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"57";s:5:"_name";s:9:"Gibraltar";s:8:"_isocode";s:2:"GI";s:14:"_currency_name";s:15:"Gibraltar Pound";s:14:"_currency_code";s:3:"GIP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:58;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"58";s:5:"_name";s:5:"Ghana";s:8:"_isocode";s:2:"GH";s:14:"_currency_name";s:13:"Ghanaian Cedi";s:14:"_currency_code";s:3:"GHC";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:59;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"59";s:5:"_name";s:7:"Germany";s:8:"_isocode";s:2:"DE";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:60;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"60";s:5:"_name";s:7:"Georgia";s:8:"_isocode";s:2:"GE";s:14:"_currency_name";s:13:"Georgian Lari";s:14:"_currency_code";s:3:"GEL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:61;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"61";s:5:"_name";s:6:"Gambia";s:8:"_isocode";s:2:"GM";s:14:"_currency_name";s:14:"Gambian Dalasi";s:14:"_currency_code";s:3:"GMD";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:62;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"62";s:5:"_name";s:5:"Gabon";s:8:"_isocode";s:2:"GA";s:14:"_currency_name";s:14:"CFA Franc BEAC";s:14:"_currency_code";s:3:"XAF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:63;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"63";s:5:"_name";s:27:"French Southern Territories";s:8:"_isocode";s:2:"TF";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:64;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"64";s:5:"_name";s:6:"France";s:8:"_isocode";s:2:"FR";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:65;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"65";s:5:"_name";s:7:"Finland";s:8:"_isocode";s:2:"FI";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:66;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"66";s:5:"_name";s:4:"Fiji";s:8:"_isocode";s:2:"FJ";s:14:"_currency_name";s:11:"Fiji Dollar";s:14:"_currency_code";s:3:"FJD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:67;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"67";s:5:"_name";s:13:"Faroe Islands";s:8:"_isocode";s:2:"FO";s:14:"_currency_name";s:12:"Danish Krone";s:14:"_currency_code";s:3:"DKK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:68;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"68";s:5:"_name";s:16:"Falkland Islands";s:8:"_isocode";s:2:"FK";s:14:"_currency_name";s:22:"Falkland Islands Pound";s:14:"_currency_code";s:3:"FKP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:69;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"69";s:5:"_name";s:8:"Ethiopia";s:8:"_isocode";s:2:"ET";s:14:"_currency_name";s:14:"Ethiopian Birr";s:14:"_currency_code";s:3:"ETB";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:70;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"70";s:5:"_name";s:7:"Estonia";s:8:"_isocode";s:2:"EE";s:14:"_currency_name";s:14:"Estonian Kroon";s:14:"_currency_code";s:3:"EEK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:71;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"71";s:5:"_name";s:7:"Eritrea";s:8:"_isocode";s:2:"ER";s:14:"_currency_name";s:14:"Eritrean Nakfa";s:14:"_currency_code";s:3:"ERN";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:72;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"72";s:5:"_name";s:17:"Equatorial Guinea";s:8:"_isocode";s:2:"GQ";s:14:"_currency_name";s:14:"CFA Franc BEAC";s:14:"_currency_code";s:3:"XAF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:73;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"73";s:5:"_name";s:11:"El Salvador";s:8:"_isocode";s:2:"SV";s:14:"_currency_name";s:17:"El Salvador Colon";s:14:"_currency_code";s:3:"SVC";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:74;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"74";s:5:"_name";s:5:"Egypt";s:8:"_isocode";s:2:"EG";s:14:"_currency_name";s:14:"Egyptian Pound";s:14:"_currency_code";s:3:"EGP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:75;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"75";s:5:"_name";s:7:"Ecuador";s:8:"_isocode";s:2:"EC";s:14:"_currency_name";s:13:"Ecuador Sucre";s:14:"_currency_code";s:3:"ECS";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:76;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"76";s:5:"_name";s:10:"East Timor";s:8:"_isocode";s:2:"TP";s:14:"_currency_name";s:12:"Timor Escudo";s:14:"_currency_code";s:3:"TPE";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"0";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:77;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"77";s:5:"_name";s:18:"Dominican Republic";s:8:"_isocode";s:2:"DO";s:14:"_currency_name";s:14:"Dominican Peso";s:14:"_currency_code";s:3:"DOP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:78;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"78";s:5:"_name";s:8:"Dominica";s:8:"_isocode";s:2:"DM";s:14:"_currency_name";s:21:"East Caribbean Dollar";s:14:"_currency_code";s:3:"XCD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:79;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"79";s:5:"_name";s:8:"Djibouti";s:8:"_isocode";s:2:"DJ";s:14:"_currency_name";s:14:"Djibouti Franc";s:14:"_currency_code";s:3:"DJF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:80;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"80";s:5:"_name";s:7:"Denmark";s:8:"_isocode";s:2:"DK";s:14:"_currency_name";s:12:"Danish Krone";s:14:"_currency_code";s:3:"DKK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:81;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"81";s:5:"_name";s:28:"Democratic Republic of Congo";s:8:"_isocode";s:2:"CD";s:14:"_currency_name";s:6:"Francs";s:14:"_currency_code";s:3:"CDF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:82;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"82";s:5:"_name";s:10:"Czech Rep.";s:8:"_isocode";s:2:"CZ";s:14:"_currency_name";s:12:"Czech Koruna";s:14:"_currency_code";s:3:"CZK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:83;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"83";s:5:"_name";s:6:"Cyprus";s:8:"_isocode";s:2:"CY";s:14:"_currency_name";s:12:"Cyprus Pound";s:14:"_currency_code";s:3:"CYP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:84;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"84";s:5:"_name";s:4:"Cuba";s:8:"_isocode";s:2:"CU";s:14:"_currency_name";s:10:"Cuban Peso";s:14:"_currency_code";s:3:"CUP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:85;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"85";s:5:"_name";s:7:"Croatia";s:8:"_isocode";s:2:"HR";s:14:"_currency_name";s:13:"Croatian Kuna";s:14:"_currency_code";s:3:"HRK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:86;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"86";s:5:"_name";s:10:"Costa Rica";s:8:"_isocode";s:2:"CR";s:14:"_currency_name";s:17:"Costa Rican Colon";s:14:"_currency_code";s:3:"CRC";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"southamrica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:87;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"87";s:5:"_name";s:12:"Cook Islands";s:8:"_isocode";s:2:"CK";s:14:"_currency_name";s:18:"New Zealand Dollar";s:14:"_currency_code";s:3:"NZD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:88;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"88";s:5:"_name";s:5:"Congo";s:8:"_isocode";s:2:"CG";s:14:"_currency_name";s:14:"CFA Franc BEAC";s:14:"_currency_code";s:3:"XAF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:89;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"89";s:5:"_name";s:7:"Comoros";s:8:"_isocode";s:2:"KM";s:14:"_currency_name";s:13:"Comoros Franc";s:14:"_currency_code";s:3:"KMF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:90;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"90";s:5:"_name";s:8:"Colombia";s:8:"_isocode";s:2:"CO";s:14:"_currency_name";s:14:"Colombian Peso";s:14:"_currency_code";s:3:"COP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:91;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"91";s:5:"_name";s:23:"Cocos (Keeling) Islands";s:8:"_isocode";s:2:"CC";s:14:"_currency_name";s:17:"Australian Dollar";s:14:"_currency_code";s:3:"AUD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:92;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"92";s:5:"_name";s:16:"Christmas Island";s:8:"_isocode";s:2:"CX";s:14:"_currency_name";s:17:"Australian Dollar";s:14:"_currency_code";s:3:"AUD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:93;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"93";s:5:"_name";s:5:"Chile";s:8:"_isocode";s:2:"CL";s:14:"_currency_name";s:12:"Chilean Peso";s:14:"_currency_code";s:3:"CLP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:94;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"94";s:5:"_name";s:5:"China";s:8:"_isocode";s:2:"CN";s:14:"_currency_name";s:13:"Yuan Renminbi";s:14:"_currency_code";s:3:"CNY";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:95;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"95";s:5:"_name";s:4:"Chad";s:8:"_isocode";s:2:"TD";s:14:"_currency_name";s:14:"CFA Franc BEAC";s:14:"_currency_code";s:3:"XAF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:96;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"96";s:5:"_name";s:24:"Central African Republic";s:8:"_isocode";s:2:"CF";s:14:"_currency_name";s:14:"CFA Franc BEAC";s:14:"_currency_code";s:3:"XAF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:97;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"97";s:5:"_name";s:14:"Cayman Islands";s:8:"_isocode";s:2:"KY";s:14:"_currency_name";s:21:"Cayman Islands Dollar";s:14:"_currency_code";s:3:"KYD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:98;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"98";s:5:"_name";s:10:"Cape Verde";s:8:"_isocode";s:2:"CV";s:14:"_currency_name";s:17:"Cape Verde Escudo";s:14:"_currency_code";s:3:"CVE";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:99;O:12:"WPSC_Country":16:{s:3:"_id";s:2:"99";s:5:"_name";s:8:"Cameroon";s:8:"_isocode";s:2:"CM";s:14:"_currency_name";s:14:"CFA Franc BEAC";s:14:"_currency_code";s:3:"XAF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:100;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"100";s:5:"_name";s:6:"Canada";s:8:"_isocode";s:2:"CA";s:14:"_currency_name";s:15:"Canadian Dollar";s:14:"_currency_code";s:3:"CAD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"1";s:4:"_tax";s:0:"";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:13:{s:2:"AB";i:1;s:2:"BC";i:2;s:2:"MB";i:3;s:2:"NF";i:5;s:2:"NK";i:4;s:2:"NS";i:7;s:2:"NT";i:6;s:2:"NU";i:8;s:2:"ON";i:9;s:2:"PE";i:10;s:2:"PQ";i:11;s:2:"SN";i:12;s:2:"YT";i:13;}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:13:{s:7:"alberta";i:1;s:16:"british columbia";i:2;s:8:"manitoba";i:3;s:12:"newfoundland";i:5;s:13:"new brunswick";i:4;s:11:"nova scotia";i:7;s:21:"northwest territories";i:6;s:7:"nunavut";i:8;s:7:"ontario";i:9;s:20:"prince edward island";i:10;s:6:"quebec";i:11;s:12:"saskatchewan";i:12;s:5:"yukon";i:13;}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:13:{i:1;O:11:"WPSC_Region":5:{s:3:"_id";i:1;s:11:"_country_id";i:100;s:5:"_name";s:7:"Alberta";s:5:"_code";s:2:"AB";s:4:"_tax";d:0;}i:2;O:11:"WPSC_Region":5:{s:3:"_id";i:2;s:11:"_country_id";i:100;s:5:"_name";s:16:"British Columbia";s:5:"_code";s:2:"BC";s:4:"_tax";d:0;}i:3;O:11:"WPSC_Region":5:{s:3:"_id";i:3;s:11:"_country_id";i:100;s:5:"_name";s:8:"Manitoba";s:5:"_code";s:2:"MB";s:4:"_tax";d:0;}i:5;O:11:"WPSC_Region":5:{s:3:"_id";i:5;s:11:"_country_id";i:100;s:5:"_name";s:12:"Newfoundland";s:5:"_code";s:2:"NF";s:4:"_tax";d:0;}i:4;O:11:"WPSC_Region":5:{s:3:"_id";i:4;s:11:"_country_id";i:100;s:5:"_name";s:13:"New Brunswick";s:5:"_code";s:2:"NK";s:4:"_tax";d:0;}i:7;O:11:"WPSC_Region":5:{s:3:"_id";i:7;s:11:"_country_id";i:100;s:5:"_name";s:11:"Nova Scotia";s:5:"_code";s:2:"NS";s:4:"_tax";d:0;}i:6;O:11:"WPSC_Region":5:{s:3:"_id";i:6;s:11:"_country_id";i:100;s:5:"_name";s:21:"Northwest Territories";s:5:"_code";s:2:"NT";s:4:"_tax";d:0;}i:8;O:11:"WPSC_Region":5:{s:3:"_id";i:8;s:11:"_country_id";i:100;s:5:"_name";s:7:"Nunavut";s:5:"_code";s:2:"NU";s:4:"_tax";d:0;}i:9;O:11:"WPSC_Region":5:{s:3:"_id";i:9;s:11:"_country_id";i:100;s:5:"_name";s:7:"Ontario";s:5:"_code";s:2:"ON";s:4:"_tax";d:0;}i:10;O:11:"WPSC_Region":5:{s:3:"_id";i:10;s:11:"_country_id";i:100;s:5:"_name";s:20:"Prince Edward Island";s:5:"_code";s:2:"PE";s:4:"_tax";d:0;}i:11;O:11:"WPSC_Region":5:{s:3:"_id";i:11;s:11:"_country_id";i:100;s:5:"_name";s:6:"Quebec";s:5:"_code";s:2:"PQ";s:4:"_tax";d:0;}i:12;O:11:"WPSC_Region":5:{s:3:"_id";i:12;s:11:"_country_id";i:100;s:5:"_name";s:12:"Saskatchewan";s:5:"_code";s:2:"SN";s:4:"_tax";d:0;}i:13;O:11:"WPSC_Region":5:{s:3:"_id";i:13;s:11:"_country_id";i:100;s:5:"_name";s:5:"Yukon";s:5:"_code";s:2:"YT";s:4:"_tax";d:0;}}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:101;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"101";s:5:"_name";s:8:"Cambodia";s:8:"_isocode";s:2:"KH";s:14:"_currency_name";s:15:"Kampuchean Riel";s:14:"_currency_code";s:3:"KHR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:102;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"102";s:5:"_name";s:7:"Burundi";s:8:"_isocode";s:2:"BI";s:14:"_currency_name";s:13:"Burundi Franc";s:14:"_currency_code";s:3:"BIF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:103;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"103";s:5:"_name";s:12:"Burkina Faso";s:8:"_isocode";s:2:"BF";s:14:"_currency_name";s:15:"CFA Franc BCEAO";s:14:"_currency_code";s:3:"XOF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:104;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"104";s:5:"_name";s:8:"Bulgaria";s:8:"_isocode";s:2:"BG";s:14:"_currency_name";s:13:"Bulgarian Lev";s:14:"_currency_code";s:3:"BGL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:105;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"105";s:5:"_name";s:17:"Brunei Darussalam";s:8:"_isocode";s:2:"BN";s:14:"_currency_name";s:13:"Brunei Dollar";s:14:"_currency_code";s:3:"BND";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:106;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"106";s:5:"_name";s:30:"British Indian Ocean Territory";s:8:"_isocode";s:2:"IO";s:14:"_currency_name";s:9:"US Dollar";s:14:"_currency_code";s:3:"USD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:107;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"107";s:5:"_name";s:6:"Brazil";s:8:"_isocode";s:2:"BR";s:14:"_currency_name";s:14:"Brazilian Real";s:14:"_currency_code";s:3:"BRL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:108;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"108";s:5:"_name";s:13:"Bouvet Island";s:8:"_isocode";s:2:"BV";s:14:"_currency_name";s:15:"Norwegian Krone";s:14:"_currency_code";s:3:"NOK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:109;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"109";s:5:"_name";s:8:"Botswana";s:8:"_isocode";s:2:"BW";s:14:"_currency_name";s:13:"Botswana Pula";s:14:"_currency_code";s:3:"BWP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:110;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"110";s:5:"_name";s:18:"Bosnia-Herzegovina";s:8:"_isocode";s:2:"BA";s:14:"_currency_name";s:5:"Marka";s:14:"_currency_code";s:3:"BAM";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:111;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"111";s:5:"_name";s:7:"Bolivia";s:8:"_isocode";s:2:"BO";s:14:"_currency_name";s:9:"Boliviano";s:14:"_currency_code";s:3:"BOB";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:112;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"112";s:5:"_name";s:6:"Bhutan";s:8:"_isocode";s:2:"BT";s:14:"_currency_name";s:15:"Bhutan Ngultrum";s:14:"_currency_code";s:3:"BTN";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:113;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"113";s:5:"_name";s:7:"Bermuda";s:8:"_isocode";s:2:"BM";s:14:"_currency_name";s:16:"Bermudian Dollar";s:14:"_currency_code";s:3:"BMD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:114;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"114";s:5:"_name";s:5:"Benin";s:8:"_isocode";s:2:"BJ";s:14:"_currency_name";s:15:"CFA Franc BCEAO";s:14:"_currency_code";s:3:"XOF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:115;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"115";s:5:"_name";s:6:"Belize";s:8:"_isocode";s:2:"BZ";s:14:"_currency_name";s:13:"Belize Dollar";s:14:"_currency_code";s:3:"BZD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:116;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"116";s:5:"_name";s:7:"Belgium";s:8:"_isocode";s:2:"BE";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:117;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"117";s:5:"_name";s:7:"Belarus";s:8:"_isocode";s:2:"BY";s:14:"_currency_name";s:17:"Belarussian Ruble";s:14:"_currency_code";s:3:"BYB";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:118;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"118";s:5:"_name";s:8:"Barbados";s:8:"_isocode";s:2:"BB";s:14:"_currency_name";s:15:"Barbados Dollar";s:14:"_currency_code";s:3:"BBD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:119;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"119";s:5:"_name";s:10:"Bangladesh";s:8:"_isocode";s:2:"BD";s:14:"_currency_name";s:16:"Bangladeshi Taka";s:14:"_currency_code";s:3:"BDT";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:120;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"120";s:5:"_name";s:7:"Bahrain";s:8:"_isocode";s:2:"BH";s:14:"_currency_name";s:14:"Bahraini Dinar";s:14:"_currency_code";s:3:"BHD";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:121;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"121";s:5:"_name";s:7:"Bahamas";s:8:"_isocode";s:2:"BS";s:14:"_currency_name";s:15:"Bahamian Dollar";s:14:"_currency_code";s:3:"BSD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:122;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"122";s:5:"_name";s:10:"Azerbaijan";s:8:"_isocode";s:2:"AZ";s:14:"_currency_name";s:19:"Azerbaijanian Manat";s:14:"_currency_code";s:3:"AZM";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:123;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"123";s:5:"_name";s:7:"Austria";s:8:"_isocode";s:2:"AT";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:124;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"124";s:5:"_name";s:5:"Aruba";s:8:"_isocode";s:2:"AW";s:14:"_currency_name";s:14:"Aruban Guilder";s:14:"_currency_code";s:3:"AWG";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:125;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"125";s:5:"_name";s:7:"Armenia";s:8:"_isocode";s:2:"AM";s:14:"_currency_name";s:13:"Armenian Dram";s:14:"_currency_code";s:3:"AMD";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:126;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"126";s:5:"_name";s:9:"Argentina";s:8:"_isocode";s:2:"AR";s:14:"_currency_name";s:14:"Argentine Peso";s:14:"_currency_code";s:3:"ARS";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:127;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"127";s:5:"_name";s:19:"Antigua and Barbuda";s:8:"_isocode";s:2:"AG";s:14:"_currency_name";s:21:"East Caribbean Dollar";s:14:"_currency_code";s:3:"XCD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:128;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"128";s:5:"_name";s:10:"Antarctica";s:8:"_isocode";s:2:"AQ";s:14:"_currency_name";s:6:"Dollar";s:14:"_currency_code";s:3:"ATA";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:10:"antarctica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:129;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"129";s:5:"_name";s:8:"Anguilla";s:8:"_isocode";s:2:"AI";s:14:"_currency_name";s:21:"East Caribbean Dollar";s:14:"_currency_code";s:3:"XCD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:130;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"130";s:5:"_name";s:6:"Angola";s:8:"_isocode";s:2:"AO";s:14:"_currency_name";s:18:"Angolan New Kwanza";s:14:"_currency_code";s:3:"AON";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:131;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"131";s:5:"_name";s:7:"Andorra";s:8:"_isocode";s:2:"AD";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:132;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"132";s:5:"_name";s:14:"American Samoa";s:8:"_isocode";s:2:"AS";s:14:"_currency_name";s:9:"US Dollar";s:14:"_currency_code";s:3:"USD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:133;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"133";s:5:"_name";s:7:"Algeria";s:8:"_isocode";s:2:"DZ";s:14:"_currency_name";s:14:"Algerian Dinar";s:14:"_currency_code";s:3:"DZD";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:134;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"134";s:5:"_name";s:7:"Albania";s:8:"_isocode";s:2:"AL";s:14:"_currency_name";s:12:"Albanian Lek";s:14:"_currency_code";s:3:"ALL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:135;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"135";s:5:"_name";s:11:"Afghanistan";s:8:"_isocode";s:2:"AF";s:14:"_currency_name";s:19:"Afghanistan Afghani";s:14:"_currency_code";s:3:"AFA";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:136;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"136";s:5:"_name";s:3:"USA";s:8:"_isocode";s:2:"US";s:14:"_currency_name";s:9:"US Dollar";s:14:"_currency_code";s:3:"USD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"1";s:4:"_tax";s:0:"";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:51:{s:2:"AK";i:15;s:2:"AL";i:14;s:2:"AR";i:17;s:2:"AZ";i:16;s:2:"CA";i:18;s:2:"CO";i:19;s:2:"CT";i:20;s:2:"DC";i:61;s:2:"DE";i:21;s:2:"FL";i:22;s:2:"GA";i:23;s:2:"HI";i:24;s:2:"IA";i:28;s:2:"ID";i:25;s:2:"IL";i:26;s:2:"IN";i:27;s:2:"KS";i:29;s:2:"KY";i:30;s:2:"LA";i:31;s:2:"MA";i:34;s:2:"MD";i:33;s:2:"ME";i:32;s:2:"MI";i:35;s:2:"MN";i:36;s:2:"MO";i:38;s:2:"MS";i:37;s:2:"MT";i:39;s:2:"NC";i:46;s:2:"ND";i:47;s:2:"NE";i:40;s:2:"NH";i:42;s:2:"NJ";i:43;s:2:"NM";i:44;s:2:"NV";i:41;s:2:"NY";i:45;s:2:"OH";i:48;s:2:"OK";i:49;s:2:"OR";i:50;s:2:"PA";i:51;s:2:"RI";i:52;s:2:"SC";i:53;s:2:"SD";i:54;s:2:"TN";i:55;s:2:"TX";i:56;s:2:"UT";i:57;s:2:"VA";i:59;s:2:"VT";i:58;s:2:"WA";i:60;s:2:"WI";i:63;s:2:"WV";i:62;s:2:"WY";i:64;}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:51:{s:6:"alaska";i:15;s:7:"alabama";i:14;s:8:"arkansas";i:17;s:7:"arizona";i:16;s:10:"california";i:18;s:8:"colorado";i:19;s:11:"connecticut";i:20;s:13:"washington dc";i:61;s:8:"delaware";i:21;s:7:"florida";i:22;s:7:"georgia";i:23;s:6:"hawaii";i:24;s:4:"iowa";i:28;s:5:"idaho";i:25;s:8:"illinois";i:26;s:7:"indiana";i:27;s:6:"kansas";i:29;s:8:"kentucky";i:30;s:9:"louisiana";i:31;s:13:"massachusetts";i:34;s:8:"maryland";i:33;s:5:"maine";i:32;s:8:"michigan";i:35;s:9:"minnesota";i:36;s:8:"missouri";i:38;s:11:"mississippi";i:37;s:7:"montana";i:39;s:14:"north carolina";i:46;s:12:"north dakota";i:47;s:8:"nebraska";i:40;s:13:"new hampshire";i:42;s:10:"new jersey";i:43;s:10:"new mexico";i:44;s:6:"nevada";i:41;s:8:"new york";i:45;s:4:"ohio";i:48;s:8:"oklahoma";i:49;s:6:"oregon";i:50;s:12:"pennsylvania";i:51;s:12:"rhode island";i:52;s:14:"south carolina";i:53;s:12:"south dakota";i:54;s:9:"tennessee";i:55;s:5:"texas";i:56;s:4:"utah";i:57;s:8:"virginia";i:59;s:7:"vermont";i:58;s:10:"washington";i:60;s:9:"wisconsin";i:63;s:13:"west virginia";i:62;s:7:"wyoming";i:64;}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";a:51:{i:15;O:11:"WPSC_Region":5:{s:3:"_id";i:15;s:11:"_country_id";i:136;s:5:"_name";s:6:"Alaska";s:5:"_code";s:2:"AK";s:4:"_tax";d:0;}i:14;O:11:"WPSC_Region":5:{s:3:"_id";i:14;s:11:"_country_id";i:136;s:5:"_name";s:7:"Alabama";s:5:"_code";s:2:"AL";s:4:"_tax";d:0;}i:17;O:11:"WPSC_Region":5:{s:3:"_id";i:17;s:11:"_country_id";i:136;s:5:"_name";s:8:"Arkansas";s:5:"_code";s:2:"AR";s:4:"_tax";d:0;}i:16;O:11:"WPSC_Region":5:{s:3:"_id";i:16;s:11:"_country_id";i:136;s:5:"_name";s:7:"Arizona";s:5:"_code";s:2:"AZ";s:4:"_tax";d:0;}i:18;O:11:"WPSC_Region":5:{s:3:"_id";i:18;s:11:"_country_id";i:136;s:5:"_name";s:10:"California";s:5:"_code";s:2:"CA";s:4:"_tax";d:0;}i:19;O:11:"WPSC_Region":5:{s:3:"_id";i:19;s:11:"_country_id";i:136;s:5:"_name";s:8:"Colorado";s:5:"_code";s:2:"CO";s:4:"_tax";d:0;}i:20;O:11:"WPSC_Region":5:{s:3:"_id";i:20;s:11:"_country_id";i:136;s:5:"_name";s:11:"Connecticut";s:5:"_code";s:2:"CT";s:4:"_tax";d:0;}i:61;O:11:"WPSC_Region":5:{s:3:"_id";i:61;s:11:"_country_id";i:136;s:5:"_name";s:13:"Washington DC";s:5:"_code";s:2:"DC";s:4:"_tax";d:0;}i:21;O:11:"WPSC_Region":5:{s:3:"_id";i:21;s:11:"_country_id";i:136;s:5:"_name";s:8:"Delaware";s:5:"_code";s:2:"DE";s:4:"_tax";d:0;}i:22;O:11:"WPSC_Region":5:{s:3:"_id";i:22;s:11:"_country_id";i:136;s:5:"_name";s:7:"Florida";s:5:"_code";s:2:"FL";s:4:"_tax";d:0;}i:23;O:11:"WPSC_Region":5:{s:3:"_id";i:23;s:11:"_country_id";i:136;s:5:"_name";s:7:"Georgia";s:5:"_code";s:2:"GA";s:4:"_tax";d:0;}i:24;O:11:"WPSC_Region":5:{s:3:"_id";i:24;s:11:"_country_id";i:136;s:5:"_name";s:6:"Hawaii";s:5:"_code";s:2:"HI";s:4:"_tax";d:0;}i:28;O:11:"WPSC_Region":5:{s:3:"_id";i:28;s:11:"_country_id";i:136;s:5:"_name";s:4:"Iowa";s:5:"_code";s:2:"IA";s:4:"_tax";d:0;}i:25;O:11:"WPSC_Region":5:{s:3:"_id";i:25;s:11:"_country_id";i:136;s:5:"_name";s:5:"Idaho";s:5:"_code";s:2:"ID";s:4:"_tax";d:0;}i:26;O:11:"WPSC_Region":5:{s:3:"_id";i:26;s:11:"_country_id";i:136;s:5:"_name";s:8:"Illinois";s:5:"_code";s:2:"IL";s:4:"_tax";d:0;}i:27;O:11:"WPSC_Region":5:{s:3:"_id";i:27;s:11:"_country_id";i:136;s:5:"_name";s:7:"Indiana";s:5:"_code";s:2:"IN";s:4:"_tax";d:0;}i:29;O:11:"WPSC_Region":5:{s:3:"_id";i:29;s:11:"_country_id";i:136;s:5:"_name";s:6:"Kansas";s:5:"_code";s:2:"KS";s:4:"_tax";d:0;}i:30;O:11:"WPSC_Region":5:{s:3:"_id";i:30;s:11:"_country_id";i:136;s:5:"_name";s:8:"Kentucky";s:5:"_code";s:2:"KY";s:4:"_tax";d:0;}i:31;O:11:"WPSC_Region":5:{s:3:"_id";i:31;s:11:"_country_id";i:136;s:5:"_name";s:9:"Louisiana";s:5:"_code";s:2:"LA";s:4:"_tax";d:0;}i:34;O:11:"WPSC_Region":5:{s:3:"_id";i:34;s:11:"_country_id";i:136;s:5:"_name";s:13:"Massachusetts";s:5:"_code";s:2:"MA";s:4:"_tax";d:0;}i:33;O:11:"WPSC_Region":5:{s:3:"_id";i:33;s:11:"_country_id";i:136;s:5:"_name";s:8:"Maryland";s:5:"_code";s:2:"MD";s:4:"_tax";d:0;}i:32;O:11:"WPSC_Region":5:{s:3:"_id";i:32;s:11:"_country_id";i:136;s:5:"_name";s:5:"Maine";s:5:"_code";s:2:"ME";s:4:"_tax";d:0;}i:35;O:11:"WPSC_Region":5:{s:3:"_id";i:35;s:11:"_country_id";i:136;s:5:"_name";s:8:"Michigan";s:5:"_code";s:2:"MI";s:4:"_tax";d:0;}i:36;O:11:"WPSC_Region":5:{s:3:"_id";i:36;s:11:"_country_id";i:136;s:5:"_name";s:9:"Minnesota";s:5:"_code";s:2:"MN";s:4:"_tax";d:0;}i:38;O:11:"WPSC_Region":5:{s:3:"_id";i:38;s:11:"_country_id";i:136;s:5:"_name";s:8:"Missouri";s:5:"_code";s:2:"MO";s:4:"_tax";d:0;}i:37;O:11:"WPSC_Region":5:{s:3:"_id";i:37;s:11:"_country_id";i:136;s:5:"_name";s:11:"Mississippi";s:5:"_code";s:2:"MS";s:4:"_tax";d:0;}i:39;O:11:"WPSC_Region":5:{s:3:"_id";i:39;s:11:"_country_id";i:136;s:5:"_name";s:7:"Montana";s:5:"_code";s:2:"MT";s:4:"_tax";d:0;}i:46;O:11:"WPSC_Region":5:{s:3:"_id";i:46;s:11:"_country_id";i:136;s:5:"_name";s:14:"North Carolina";s:5:"_code";s:2:"NC";s:4:"_tax";d:0;}i:47;O:11:"WPSC_Region":5:{s:3:"_id";i:47;s:11:"_country_id";i:136;s:5:"_name";s:12:"North Dakota";s:5:"_code";s:2:"ND";s:4:"_tax";d:0;}i:40;O:11:"WPSC_Region":5:{s:3:"_id";i:40;s:11:"_country_id";i:136;s:5:"_name";s:8:"Nebraska";s:5:"_code";s:2:"NE";s:4:"_tax";d:0;}i:42;O:11:"WPSC_Region":5:{s:3:"_id";i:42;s:11:"_country_id";i:136;s:5:"_name";s:13:"New Hampshire";s:5:"_code";s:2:"NH";s:4:"_tax";d:0;}i:43;O:11:"WPSC_Region":5:{s:3:"_id";i:43;s:11:"_country_id";i:136;s:5:"_name";s:10:"New Jersey";s:5:"_code";s:2:"NJ";s:4:"_tax";d:0;}i:44;O:11:"WPSC_Region":5:{s:3:"_id";i:44;s:11:"_country_id";i:136;s:5:"_name";s:10:"New Mexico";s:5:"_code";s:2:"NM";s:4:"_tax";d:0;}i:41;O:11:"WPSC_Region":5:{s:3:"_id";i:41;s:11:"_country_id";i:136;s:5:"_name";s:6:"Nevada";s:5:"_code";s:2:"NV";s:4:"_tax";d:0;}i:45;O:11:"WPSC_Region":5:{s:3:"_id";i:45;s:11:"_country_id";i:136;s:5:"_name";s:8:"New York";s:5:"_code";s:2:"NY";s:4:"_tax";d:0;}i:48;O:11:"WPSC_Region":5:{s:3:"_id";i:48;s:11:"_country_id";i:136;s:5:"_name";s:4:"Ohio";s:5:"_code";s:2:"OH";s:4:"_tax";d:0;}i:49;O:11:"WPSC_Region":5:{s:3:"_id";i:49;s:11:"_country_id";i:136;s:5:"_name";s:8:"Oklahoma";s:5:"_code";s:2:"OK";s:4:"_tax";d:0;}i:50;O:11:"WPSC_Region":5:{s:3:"_id";i:50;s:11:"_country_id";i:136;s:5:"_name";s:6:"Oregon";s:5:"_code";s:2:"OR";s:4:"_tax";d:0;}i:51;O:11:"WPSC_Region":5:{s:3:"_id";i:51;s:11:"_country_id";i:136;s:5:"_name";s:12:"Pennsylvania";s:5:"_code";s:2:"PA";s:4:"_tax";d:0;}i:52;O:11:"WPSC_Region":5:{s:3:"_id";i:52;s:11:"_country_id";i:136;s:5:"_name";s:12:"Rhode Island";s:5:"_code";s:2:"RI";s:4:"_tax";d:0;}i:53;O:11:"WPSC_Region":5:{s:3:"_id";i:53;s:11:"_country_id";i:136;s:5:"_name";s:14:"South Carolina";s:5:"_code";s:2:"SC";s:4:"_tax";d:0;}i:54;O:11:"WPSC_Region":5:{s:3:"_id";i:54;s:11:"_country_id";i:136;s:5:"_name";s:12:"South Dakota";s:5:"_code";s:2:"SD";s:4:"_tax";d:0;}i:55;O:11:"WPSC_Region":5:{s:3:"_id";i:55;s:11:"_country_id";i:136;s:5:"_name";s:9:"Tennessee";s:5:"_code";s:2:"TN";s:4:"_tax";d:0;}i:56;O:11:"WPSC_Region":5:{s:3:"_id";i:56;s:11:"_country_id";i:136;s:5:"_name";s:5:"Texas";s:5:"_code";s:2:"TX";s:4:"_tax";d:0;}i:57;O:11:"WPSC_Region":5:{s:3:"_id";i:57;s:11:"_country_id";i:136;s:5:"_name";s:4:"Utah";s:5:"_code";s:2:"UT";s:4:"_tax";d:0;}i:59;O:11:"WPSC_Region":5:{s:3:"_id";i:59;s:11:"_country_id";i:136;s:5:"_name";s:8:"Virginia";s:5:"_code";s:2:"VA";s:4:"_tax";d:0;}i:58;O:11:"WPSC_Region":5:{s:3:"_id";i:58;s:11:"_country_id";i:136;s:5:"_name";s:7:"Vermont";s:5:"_code";s:2:"VT";s:4:"_tax";d:0;}i:60;O:11:"WPSC_Region":5:{s:3:"_id";i:60;s:11:"_country_id";i:136;s:5:"_name";s:10:"Washington";s:5:"_code";s:2:"WA";s:4:"_tax";d:0;}i:63;O:11:"WPSC_Region":5:{s:3:"_id";i:63;s:11:"_country_id";i:136;s:5:"_name";s:9:"Wisconsin";s:5:"_code";s:2:"WI";s:4:"_tax";d:0;}i:62;O:11:"WPSC_Region":5:{s:3:"_id";i:62;s:11:"_country_id";i:136;s:5:"_name";s:13:"West Virginia";s:5:"_code";s:2:"WV";s:4:"_tax";d:0;}i:64;O:11:"WPSC_Region":5:{s:3:"_id";i:64;s:11:"_country_id";i:136;s:5:"_name";s:7:"Wyoming";s:5:"_code";s:2:"WY";s:4:"_tax";d:0;}}s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:137;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"137";s:5:"_name";s:9:"Australia";s:8:"_isocode";s:2:"AU";s:14:"_currency_name";s:17:"Australian Dollar";s:14:"_currency_code";s:3:"AUD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:138;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"138";s:5:"_name";s:14:"United Kingdom";s:8:"_isocode";s:2:"GB";s:14:"_currency_name";s:14:"Pound Sterling";s:14:"_currency_code";s:3:"GBP";s:16:"_currency_symbol";s:2:"£";s:21:"_currency_symbol_html";s:6:"&#163;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"0";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:139;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"139";s:5:"_name";s:9:"Mauritius";s:8:"_isocode";s:2:"MU";s:14:"_currency_name";s:15:"Mauritius Rupee";s:14:"_currency_code";s:3:"MUR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:140;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"140";s:5:"_name";s:7:"Mayotte";s:8:"_isocode";s:2:"YT";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:141;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"141";s:5:"_name";s:6:"Mexico";s:8:"_isocode";s:2:"MX";s:14:"_currency_name";s:18:"Mexican Nuevo Peso";s:14:"_currency_code";s:3:"MXN";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:142;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"142";s:5:"_name";s:10:"Micronesia";s:8:"_isocode";s:2:"FM";s:14:"_currency_name";s:9:"US Dollar";s:14:"_currency_code";s:3:"USD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:143;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"143";s:5:"_name";s:7:"Moldova";s:8:"_isocode";s:2:"MD";s:14:"_currency_name";s:12:"Moldovan Leu";s:14:"_currency_code";s:3:"MDL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:144;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"144";s:5:"_name";s:6:"Monaco";s:8:"_isocode";s:2:"MC";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:145;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"145";s:5:"_name";s:8:"Mongolia";s:8:"_isocode";s:2:"MN";s:14:"_currency_name";s:16:"Mongolian Tugrik";s:14:"_currency_code";s:3:"MNT";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:146;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"146";s:5:"_name";s:10:"Montserrat";s:8:"_isocode";s:2:"MS";s:14:"_currency_name";s:21:"East Caribbean Dollar";s:14:"_currency_code";s:3:"XCD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:147;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"147";s:5:"_name";s:7:"Morocco";s:8:"_isocode";s:2:"MA";s:14:"_currency_name";s:15:"Moroccan Dirham";s:14:"_currency_code";s:3:"MAD";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:148;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"148";s:5:"_name";s:10:"Mozambique";s:8:"_isocode";s:2:"MZ";s:14:"_currency_name";s:18:"Mozambique Metical";s:14:"_currency_code";s:3:"MZM";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:149;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"149";s:5:"_name";s:7:"Myanmar";s:8:"_isocode";s:2:"MM";s:14:"_currency_name";s:12:"Myanmar Kyat";s:14:"_currency_code";s:3:"MMK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:150;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"150";s:5:"_name";s:7:"Namibia";s:8:"_isocode";s:2:"NA";s:14:"_currency_name";s:15:"Namibian Dollar";s:14:"_currency_code";s:3:"NAD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:151;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"151";s:5:"_name";s:5:"Nauru";s:8:"_isocode";s:2:"NR";s:14:"_currency_name";s:17:"Australian Dollar";s:14:"_currency_code";s:3:"AUD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:152;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"152";s:5:"_name";s:5:"Nepal";s:8:"_isocode";s:2:"NP";s:14:"_currency_name";s:14:"Nepalese Rupee";s:14:"_currency_code";s:3:"NPR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:153;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"153";s:5:"_name";s:11:"Netherlands";s:8:"_isocode";s:2:"NL";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:154;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"154";s:5:"_name";s:20:"Netherlands Antilles";s:8:"_isocode";s:2:"AN";s:14:"_currency_name";s:29:"Netherlands Antillean Guilder";s:14:"_currency_code";s:3:"ANG";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"0";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:155;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"155";s:5:"_name";s:22:"New Caledonia (French)";s:8:"_isocode";s:2:"NC";s:14:"_currency_name";s:9:"CFP Franc";s:14:"_currency_code";s:3:"XPF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:156;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"156";s:5:"_name";s:11:"New Zealand";s:8:"_isocode";s:2:"NZ";s:14:"_currency_name";s:18:"New Zealand Dollar";s:14:"_currency_code";s:3:"NZD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:4:"12.5";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:157;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"157";s:5:"_name";s:9:"Nicaragua";s:8:"_isocode";s:2:"NI";s:14:"_currency_name";s:22:"Nicaraguan Cordoba Oro";s:14:"_currency_code";s:3:"NIC";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:158;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"158";s:5:"_name";s:5:"Niger";s:8:"_isocode";s:2:"NE";s:14:"_currency_name";s:15:"CFA Franc BCEAO";s:14:"_currency_code";s:3:"XOF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:159;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"159";s:5:"_name";s:7:"Nigeria";s:8:"_isocode";s:2:"NG";s:14:"_currency_name";s:14:"Nigerian Naira";s:14:"_currency_code";s:3:"NGN";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:160;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"160";s:5:"_name";s:4:"Niue";s:8:"_isocode";s:2:"NU";s:14:"_currency_name";s:18:"New Zealand Dollar";s:14:"_currency_code";s:3:"NZD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:161;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"161";s:5:"_name";s:14:"Norfolk Island";s:8:"_isocode";s:2:"NF";s:14:"_currency_name";s:17:"Australian Dollar";s:14:"_currency_code";s:3:"AUD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:162;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"162";s:5:"_name";s:24:"Northern Mariana Islands";s:8:"_isocode";s:2:"MP";s:14:"_currency_name";s:9:"US Dollar";s:14:"_currency_code";s:3:"USD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:163;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"163";s:5:"_name";s:6:"Norway";s:8:"_isocode";s:2:"NO";s:14:"_currency_name";s:15:"Norwegian Krone";s:14:"_currency_code";s:3:"NOK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:164;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"164";s:5:"_name";s:4:"Oman";s:8:"_isocode";s:2:"OM";s:14:"_currency_name";s:10:"Omani Rial";s:14:"_currency_code";s:3:"OMR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:165;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"165";s:5:"_name";s:8:"Pakistan";s:8:"_isocode";s:2:"PK";s:14:"_currency_name";s:14:"Pakistan Rupee";s:14:"_currency_code";s:3:"PKR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:166;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"166";s:5:"_name";s:5:"Palau";s:8:"_isocode";s:2:"PW";s:14:"_currency_name";s:9:"US Dollar";s:14:"_currency_code";s:3:"USD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:167;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"167";s:5:"_name";s:6:"Panama";s:8:"_isocode";s:2:"PA";s:14:"_currency_name";s:17:"Panamanian Balboa";s:14:"_currency_code";s:3:"PAB";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:168;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"168";s:5:"_name";s:16:"Papua New Guinea";s:8:"_isocode";s:2:"PG";s:14:"_currency_name";s:21:"Papua New Guinea Kina";s:14:"_currency_code";s:3:"PGK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:169;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"169";s:5:"_name";s:8:"Paraguay";s:8:"_isocode";s:2:"PY";s:14:"_currency_name";s:16:"Paraguay Guarani";s:14:"_currency_code";s:3:"PYG";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:170;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"170";s:5:"_name";s:4:"Peru";s:8:"_isocode";s:2:"PE";s:14:"_currency_name";s:18:"Peruvian Nuevo Sol";s:14:"_currency_code";s:3:"PEN";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:171;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"171";s:5:"_name";s:11:"Philippines";s:8:"_isocode";s:2:"PH";s:14:"_currency_name";s:15:"Philippine Peso";s:14:"_currency_code";s:3:"PHP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:172;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"172";s:5:"_name";s:15:"Pitcairn Island";s:8:"_isocode";s:2:"PN";s:14:"_currency_name";s:18:"New Zealand Dollar";s:14:"_currency_code";s:3:"NZD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:173;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"173";s:5:"_name";s:6:"Poland";s:8:"_isocode";s:2:"PL";s:14:"_currency_name";s:12:"Polish Zloty";s:14:"_currency_code";s:3:"PLZ";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:174;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"174";s:5:"_name";s:18:"Polynesia (French)";s:8:"_isocode";s:2:"PF";s:14:"_currency_name";s:9:"CFP Franc";s:14:"_currency_code";s:3:"XPF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:175;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"175";s:5:"_name";s:8:"Portugal";s:8:"_isocode";s:2:"PT";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:176;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"176";s:5:"_name";s:11:"Puerto Rico";s:8:"_isocode";s:2:"PR";s:14:"_currency_name";s:9:"US Dollar";s:14:"_currency_code";s:3:"USD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:177;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"177";s:5:"_name";s:5:"Qatar";s:8:"_isocode";s:2:"QA";s:14:"_currency_name";s:11:"Qatari Rial";s:14:"_currency_code";s:3:"QAR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:178;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"178";s:5:"_name";s:16:"Reunion (French)";s:8:"_isocode";s:2:"RE";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:179;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"179";s:5:"_name";s:7:"Romania";s:8:"_isocode";s:2:"RO";s:14:"_currency_name";s:12:"Romanian Leu";s:14:"_currency_code";s:3:"ROL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:180;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"180";s:5:"_name";s:6:"Russia";s:8:"_isocode";s:2:"RU";s:14:"_currency_name";s:13:"Russian Ruble";s:14:"_currency_code";s:3:"RUR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:181;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"181";s:5:"_name";s:6:"Rwanda";s:8:"_isocode";s:2:"RW";s:14:"_currency_name";s:12:"Rwanda Franc";s:14:"_currency_code";s:3:"RWF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:182;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"182";s:5:"_name";s:12:"Saint Helena";s:8:"_isocode";s:2:"SH";s:14:"_currency_name";s:16:"St. Helena Pound";s:14:"_currency_code";s:3:"SHP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:183;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"183";s:5:"_name";s:28:"Saint Kitts & Nevis Anguilla";s:8:"_isocode";s:2:"KN";s:14:"_currency_name";s:21:"East Caribbean Dollar";s:14:"_currency_code";s:3:"XCD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:184;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"184";s:5:"_name";s:11:"Saint Lucia";s:8:"_isocode";s:2:"LC";s:14:"_currency_name";s:21:"East Caribbean Dollar";s:14:"_currency_code";s:3:"XCD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:185;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"185";s:5:"_name";s:25:"Saint Pierre and Miquelon";s:8:"_isocode";s:2:"PM";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:186;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"186";s:5:"_name";s:26:"Saint Vincent & Grenadines";s:8:"_isocode";s:2:"VC";s:14:"_currency_name";s:21:"East Caribbean Dollar";s:14:"_currency_code";s:3:"XCD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:187;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"187";s:5:"_name";s:5:"Samoa";s:8:"_isocode";s:2:"WS";s:14:"_currency_name";s:11:"Samoan Tala";s:14:"_currency_code";s:3:"WST";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:188;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"188";s:5:"_name";s:10:"San Marino";s:8:"_isocode";s:2:"SM";s:14:"_currency_name";s:12:"Italian Lira";s:14:"_currency_code";s:3:"ITL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:189;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"189";s:5:"_name";s:21:"Sao Tome and Principe";s:8:"_isocode";s:2:"ST";s:14:"_currency_name";s:5:"Dobra";s:14:"_currency_code";s:3:"STD";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:190;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"190";s:5:"_name";s:12:"Saudi Arabia";s:8:"_isocode";s:2:"SA";s:14:"_currency_name";s:11:"Saudi Riyal";s:14:"_currency_code";s:3:"SAR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:191;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"191";s:5:"_name";s:7:"Senegal";s:8:"_isocode";s:2:"SN";s:14:"_currency_name";s:15:"CFA Franc BCEAO";s:14:"_currency_code";s:3:"XOF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:192;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"192";s:5:"_name";s:10:"Seychelles";s:8:"_isocode";s:2:"SC";s:14:"_currency_name";s:16:"Seychelles Rupee";s:14:"_currency_code";s:3:"SCR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:193;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"193";s:5:"_name";s:12:"Sierra Leone";s:8:"_isocode";s:2:"SL";s:14:"_currency_name";s:18:"Sierra Leone Leone";s:14:"_currency_code";s:3:"SLL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:194;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"194";s:5:"_name";s:9:"Singapore";s:8:"_isocode";s:2:"SG";s:14:"_currency_name";s:16:"Singapore Dollar";s:14:"_currency_code";s:3:"SGD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:195;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"195";s:5:"_name";s:8:"Slovakia";s:8:"_isocode";s:2:"SK";s:14:"_currency_name";s:13:"Slovak Koruna";s:14:"_currency_code";s:3:"SKK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:196;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"196";s:5:"_name";s:8:"Slovenia";s:8:"_isocode";s:2:"SI";s:14:"_currency_name";s:15:"Slovenian Tolar";s:14:"_currency_code";s:3:"SIT";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:197;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"197";s:5:"_name";s:15:"Solomon Islands";s:8:"_isocode";s:2:"SB";s:14:"_currency_name";s:22:"Solomon Islands Dollar";s:14:"_currency_code";s:3:"SBD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:198;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"198";s:5:"_name";s:7:"Somalia";s:8:"_isocode";s:2:"SO";s:14:"_currency_name";s:15:"Somali Shilling";s:14:"_currency_code";s:3:"SOD";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:199;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"199";s:5:"_name";s:12:"South Africa";s:8:"_isocode";s:2:"ZA";s:14:"_currency_name";s:18:"South African Rand";s:14:"_currency_code";s:3:"ZAR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:200;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"200";s:5:"_name";s:38:"South Georgia & South Sandwich Islands";s:8:"_isocode";s:2:"GS";s:14:"_currency_name";s:14:"Pound Sterling";s:14:"_currency_code";s:3:"GBP";s:16:"_currency_symbol";s:2:"£";s:21:"_currency_symbol_html";s:6:"&#163;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:201;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"201";s:5:"_name";s:5:"Spain";s:8:"_isocode";s:2:"ES";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:202;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"202";s:5:"_name";s:9:"Sri Lanka";s:8:"_isocode";s:2:"LK";s:14:"_currency_name";s:15:"Sri Lanka Rupee";s:14:"_currency_code";s:3:"LKR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:203;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"203";s:5:"_name";s:5:"Sudan";s:8:"_isocode";s:2:"SD";s:14:"_currency_name";s:14:"Sudanese Dinar";s:14:"_currency_code";s:3:"SDD";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:204;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"204";s:5:"_name";s:8:"Suriname";s:8:"_isocode";s:2:"SR";s:14:"_currency_name";s:15:"Surinam Guilder";s:14:"_currency_code";s:3:"SRG";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:205;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"205";s:5:"_name";s:30:"Svalbard and Jan Mayen Islands";s:8:"_isocode";s:2:"SJ";s:14:"_currency_name";s:15:"Norwegian Krone";s:14:"_currency_code";s:3:"NOK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:0:"";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:206;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"206";s:5:"_name";s:9:"Swaziland";s:8:"_isocode";s:2:"SZ";s:14:"_currency_name";s:19:"Swaziland Lilangeni";s:14:"_currency_code";s:3:"SZL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:207;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"207";s:5:"_name";s:6:"Sweden";s:8:"_isocode";s:2:"SE";s:14:"_currency_name";s:13:"Swedish Krona";s:14:"_currency_code";s:3:"SEK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:208;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"208";s:5:"_name";s:11:"Switzerland";s:8:"_isocode";s:2:"CH";s:14:"_currency_name";s:11:"Swiss Franc";s:14:"_currency_code";s:3:"CHF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:209;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"209";s:5:"_name";s:5:"Syria";s:8:"_isocode";s:2:"SY";s:14:"_currency_name";s:12:"Syrian Pound";s:14:"_currency_code";s:3:"SYP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:210;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"210";s:5:"_name";s:6:"Taiwan";s:8:"_isocode";s:2:"TW";s:14:"_currency_name";s:13:"Taiwan Dollar";s:14:"_currency_code";s:3:"TWD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:211;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"211";s:5:"_name";s:10:"Tajikistan";s:8:"_isocode";s:2:"TJ";s:14:"_currency_name";s:11:"Tajik Ruble";s:14:"_currency_code";s:3:"TJR";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:212;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"212";s:5:"_name";s:8:"Tanzania";s:8:"_isocode";s:2:"TZ";s:14:"_currency_name";s:18:"Tanzanian Shilling";s:14:"_currency_code";s:3:"TZS";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:213;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"213";s:5:"_name";s:8:"Thailand";s:8:"_isocode";s:2:"TH";s:14:"_currency_name";s:9:"Thai Baht";s:14:"_currency_code";s:3:"THB";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:214;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"214";s:5:"_name";s:4:"Togo";s:8:"_isocode";s:2:"TG";s:14:"_currency_name";s:15:"CFA Franc BCEAO";s:14:"_currency_code";s:3:"XOF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:215;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"215";s:5:"_name";s:7:"Tokelau";s:8:"_isocode";s:2:"TK";s:14:"_currency_name";s:18:"New Zealand Dollar";s:14:"_currency_code";s:3:"NZD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:216;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"216";s:5:"_name";s:5:"Tonga";s:8:"_isocode";s:2:"TO";s:14:"_currency_name";s:19:"Tongan Pa&#699;anga";s:14:"_currency_code";s:3:"TOP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:217;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"217";s:5:"_name";s:19:"Trinidad and Tobago";s:8:"_isocode";s:2:"TT";s:14:"_currency_name";s:26:"Trinidad and Tobago Dollar";s:14:"_currency_code";s:3:"TTD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:218;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"218";s:5:"_name";s:7:"Tunisia";s:8:"_isocode";s:2:"TN";s:14:"_currency_name";s:15:"Tunisian Dollar";s:14:"_currency_code";s:3:"TND";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:219;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"219";s:5:"_name";s:6:"Turkey";s:8:"_isocode";s:2:"TR";s:14:"_currency_name";s:12:"Turkish Lira";s:14:"_currency_code";s:3:"TRL";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:220;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"220";s:5:"_name";s:12:"Turkmenistan";s:8:"_isocode";s:2:"TM";s:14:"_currency_name";s:5:"Manat";s:14:"_currency_code";s:3:"TMM";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:221;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"221";s:5:"_name";s:24:"Turks and Caicos Islands";s:8:"_isocode";s:2:"TC";s:14:"_currency_name";s:9:"US Dollar";s:14:"_currency_code";s:3:"USD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:222;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"222";s:5:"_name";s:6:"Tuvalu";s:8:"_isocode";s:2:"TV";s:14:"_currency_name";s:17:"Australian Dollar";s:14:"_currency_code";s:3:"AUD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:223;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"223";s:5:"_name";s:4:"U.K.";s:8:"_isocode";s:2:"UK";s:14:"_currency_name";s:14:"Pound Sterling";s:14:"_currency_code";s:3:"GBP";s:16:"_currency_symbol";s:2:"£";s:21:"_currency_symbol_html";s:6:"&#163;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:4:"17.5";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"0";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:224;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"224";s:5:"_name";s:6:"Uganda";s:8:"_isocode";s:2:"UG";s:14:"_currency_name";s:15:"Uganda Shilling";s:14:"_currency_code";s:3:"UGS";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:225;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"225";s:5:"_name";s:7:"Ukraine";s:8:"_isocode";s:2:"UA";s:14:"_currency_name";s:15:"Ukraine Hryvnia";s:14:"_currency_code";s:3:"UAG";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:226;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"226";s:5:"_name";s:20:"United Arab Emirates";s:8:"_isocode";s:2:"AE";s:14:"_currency_name";s:20:"Arab Emirates Dirham";s:14:"_currency_code";s:3:"AED";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:227;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"227";s:5:"_name";s:7:"Uruguay";s:8:"_isocode";s:2:"UY";s:14:"_currency_name";s:14:"Uruguayan Peso";s:14:"_currency_code";s:3:"UYP";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"southamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:228;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"228";s:5:"_name";s:26:"USA Minor Outlying Islands";s:8:"_isocode";s:2:"UM";s:14:"_currency_name";s:9:"US Dollar";s:14:"_currency_code";s:3:"USD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:0:"";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:229;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"229";s:5:"_name";s:10:"Uzbekistan";s:8:"_isocode";s:2:"UZ";s:14:"_currency_name";s:14:"Uzbekistan Sum";s:14:"_currency_code";s:3:"UZS";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:230;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"230";s:5:"_name";s:7:"Vanuatu";s:8:"_isocode";s:2:"VU";s:14:"_currency_name";s:12:"Vanuatu Vatu";s:14:"_currency_code";s:3:"VUV";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:231;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"231";s:5:"_name";s:7:"Vatican";s:8:"_isocode";s:2:"VA";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:232;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"232";s:5:"_name";s:9:"Venezuela";s:8:"_isocode";s:2:"VE";s:14:"_currency_name";s:18:"Venezuelan Bolivar";s:14:"_currency_code";s:3:"VUB";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:233;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"233";s:5:"_name";s:7:"Vietnam";s:8:"_isocode";s:2:"VN";s:14:"_currency_name";s:15:"Vietnamese Dong";s:14:"_currency_code";s:3:"VND";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:234;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"234";s:5:"_name";s:24:"Virgin Islands (British)";s:8:"_isocode";s:2:"VG";s:14:"_currency_name";s:9:"US Dollar";s:14:"_currency_code";s:3:"USD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:235;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"235";s:5:"_name";s:20:"Virgin Islands (USA)";s:8:"_isocode";s:2:"VI";s:14:"_currency_name";s:9:"US Dollar";s:14:"_currency_code";s:3:"USD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:12:"northamerica";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:236;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"236";s:5:"_name";s:25:"Wallis and Futuna Islands";s:8:"_isocode";s:2:"WF";s:14:"_currency_name";s:9:"CFP Franc";s:14:"_currency_code";s:3:"XPF";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:237;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"237";s:5:"_name";s:14:"Western Sahara";s:8:"_isocode";s:2:"EH";s:14:"_currency_name";s:15:"Moroccan Dirham";s:14:"_currency_code";s:3:"MAD";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:238;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"238";s:5:"_name";s:5:"Yemen";s:8:"_isocode";s:2:"YE";s:14:"_currency_name";s:11:"Yemeni Rial";s:14:"_currency_code";s:3:"YER";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:11:"asiapacific";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:239;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"239";s:5:"_name";s:10:"Yugoslavia";s:8:"_isocode";s:2:"YU";s:14:"_currency_name";s:18:"Yugoslav New Dinar";s:14:"_currency_code";s:3:"YUN";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"0";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:240;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"240";s:5:"_name";s:6:"Zambia";s:8:"_isocode";s:2:"ZM";s:14:"_currency_name";s:14:"Zambian Kwacha";s:14:"_currency_code";s:3:"ZMK";s:16:"_currency_symbol";s:0:"";s:21:"_currency_symbol_html";s:0:"";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:241;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"241";s:5:"_name";s:8:"Zimbabwe";s:8:"_isocode";s:2:"ZW";s:14:"_currency_name";s:15:"Zimbabwe Dollar";s:14:"_currency_code";s:3:"ZWD";s:16:"_currency_symbol";s:1:"$";s:21:"_currency_symbol_html";s:6:"&#036;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"africa";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}i:242;O:12:"WPSC_Country":16:{s:3:"_id";s:3:"242";s:5:"_name";s:11:"Deutschland";s:8:"_isocode";s:2:"DE";s:14:"_currency_name";s:4:"Euro";s:14:"_currency_code";s:3:"EUR";s:16:"_currency_symbol";s:3:"€";s:21:"_currency_symbol_html";s:7:"&#8364;";s:5:"_code";s:0:"";s:12:"_has_regions";s:1:"0";s:4:"_tax";s:1:"0";s:10:"_continent";s:6:"europe";s:8:"_visible";s:1:"1";s:25:"_region_id_by_region_code";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:25:"_region_id_by_region_name";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}s:29:"_region_id_to_region_code_map";N;s:8:"_regions";O:13:"WPSC_Data_Map":4:{s:9:"_map_name";s:0:"";s:13:"_map_callback";N;s:9:"_map_data";N;s:21:"\0WPSC_Data_Map\0_dirty";b:0;}}}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7362442, 'rewrite_rules', 'a:190:{s:18:"(shop)/([0-9]+)/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:37:"events/(\\d{4})-(\\d{2})-(\\d{2})/c(\\d*)";s:97:"index.php?page_id=3062&calendar_day=$matches[1]-$matches[2]-$matches[3]&eme_event_cat=$matches[4]";s:30:"events/(\\d{4})-(\\d{2})-(\\d{2})";s:71:"index.php?page_id=3062&calendar_day=$matches[1]-$matches[2]-$matches[3]";s:13:"events/(\\d*)/";s:43:"index.php?page_id=3062&event_id=$matches[1]";s:13:"events/p(\\d*)";s:45:"index.php?page_id=3062&eme_pmt_id=$matches[1]";s:16:"events/town/(.*)";s:43:"index.php?page_id=3062&eme_town=$matches[1]";s:15:"events/cat/(.*)";s:48:"index.php?page_id=3062&eme_event_cat=$matches[1]";s:16:"locations/(\\d*)/";s:46:"index.php?page_id=3062&location_id=$matches[1]";s:19:"sitemap_index\\.xml$";s:19:"index.php?sitemap=1";s:31:"([^/]+?)-sitemap([0-9]+)?\\.xml$";s:51:"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]";s:24:"([a-z]+)?-?sitemap\\.xsl$";s:25:"index.php?xsl=$matches[1]";s:11:"chapters/?$";s:28:"index.php?post_type=chapters";s:41:"chapters/feed/(feed|rdf|rss|rss2|atom)/?$";s:45:"index.php?post_type=chapters&feed=$matches[1]";s:36:"chapters/(feed|rdf|rss|rss2|atom)/?$";s:45:"index.php?post_type=chapters&feed=$matches[1]";s:28:"chapters/page/([0-9]{1,})/?$";s:46:"index.php?post_type=chapters&paged=$matches[1]";s:16:"institutional/?$";s:33:"index.php?post_type=institutional";s:46:"institutional/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_type=institutional&feed=$matches[1]";s:41:"institutional/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_type=institutional&feed=$matches[1]";s:33:"institutional/page/([0-9]{1,})/?$";s:51:"index.php?post_type=institutional&paged=$matches[1]";s:15:"job_postings/?$";s:32:"index.php?post_type=job_postings";s:45:"job_postings/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?post_type=job_postings&feed=$matches[1]";s:40:"job_postings/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?post_type=job_postings&feed=$matches[1]";s:32:"job_postings/page/([0-9]{1,})/?$";s:50:"index.php?post_type=job_postings&paged=$matches[1]";s:9:"slides/?$";s:26:"index.php?post_type=slides";s:39:"slides/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?post_type=slides&feed=$matches[1]";s:34:"slides/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?post_type=slides&feed=$matches[1]";s:26:"slides/page/([0-9]{1,})/?$";s:44:"index.php?post_type=slides&paged=$matches[1]";s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s:36:"shop/[^/]+/.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:46:"shop/[^/]+/.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:66:"shop/[^/]+/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:61:"shop/[^/]+/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:61:"shop/[^/]+/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:31:"shop/([^/]+)/(.+?)/trackback/?$";s:73:"index.php?wpsc_product_category=$matches[1]&wpsc-product=$matches[2]&tb=1";s:39:"shop/([^/]+)/(.+?)/page/?([0-9]{1,})/?$";s:86:"index.php?wpsc_product_category=$matches[1]&wpsc-product=$matches[2]&paged=$matches[3]";s:46:"shop/([^/]+)/(.+?)/comment-page-([0-9]{1,})/?$";s:86:"index.php?wpsc_product_category=$matches[1]&wpsc-product=$matches[2]&cpage=$matches[3]";s:31:"shop/([^/]+)/(.+?)(/[0-9]+)?/?$";s:85:"index.php?wpsc_product_category=$matches[1]&wpsc-product=$matches[2]&page=$matches[3]";s:33:"shop/([^/]+)/page/?([0-9]{1,})/?$";s:61:"index.php?wpsc_product_category=$matches[1]&paged=$matches[2]";s:40:"shop/([^/]+)/comment-page-([0-9]{1,})/?$";s:61:"index.php?wpsc_product_category=$matches[1]&cpage=$matches[2]";s:15:"shop/([^/]+)/?$";s:43:"index.php?wpsc_product_category=$matches[1]";s:47:"tagged/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:73:"index.php?post_type=wpsc-product&product_tag=$matches[1]&feed=$matches[2]";s:42:"tagged/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:73:"index.php?post_type=wpsc-product&product_tag=$matches[1]&feed=$matches[2]";s:35:"tagged/([^/]+)/page/?([0-9]{1,})/?$";s:74:"index.php?post_type=wpsc-product&product_tag=$matches[1]&paged=$matches[2]";s:17:"tagged/([^/]+)/?$";s:56:"index.php?post_type=wpsc-product&product_tag=$matches[1]";s:45:"shop/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:60:"index.php?wpsc_product_category=$matches[1]&feed=$matches[2]";s:40:"shop/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:60:"index.php?wpsc_product_category=$matches[1]&feed=$matches[2]";s:36:"chapters/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:46:"chapters/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:66:"chapters/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:61:"chapters/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:61:"chapters/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:29:"chapters/([^/]+)/trackback/?$";s:35:"index.php?chapters=$matches[1]&tb=1";s:49:"chapters/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?chapters=$matches[1]&feed=$matches[2]";s:44:"chapters/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?chapters=$matches[1]&feed=$matches[2]";s:37:"chapters/([^/]+)/page/?([0-9]{1,})/?$";s:48:"index.php?chapters=$matches[1]&paged=$matches[2]";s:44:"chapters/([^/]+)/comment-page-([0-9]{1,})/?$";s:48:"index.php?chapters=$matches[1]&cpage=$matches[2]";s:29:"chapters/([^/]+)(/[0-9]+)?/?$";s:47:"index.php?chapters=$matches[1]&page=$matches[2]";s:25:"chapters/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:35:"chapters/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:55:"chapters/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:50:"chapters/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:50:"chapters/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:47:"region/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:45:"index.php?region=$matches[1]&feed=$matches[2]";s:42:"region/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:45:"index.php?region=$matches[1]&feed=$matches[2]";s:35:"region/([^/]+)/page/?([0-9]{1,})/?$";s:46:"index.php?region=$matches[1]&paged=$matches[2]";s:17:"region/([^/]+)/?$";s:28:"index.php?region=$matches[1]";s:41:"institutional/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:51:"institutional/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:71:"institutional/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:66:"institutional/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:66:"institutional/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:34:"institutional/([^/]+)/trackback/?$";s:40:"index.php?institutional=$matches[1]&tb=1";s:54:"institutional/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?institutional=$matches[1]&feed=$matches[2]";s:49:"institutional/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?institutional=$matches[1]&feed=$matches[2]";s:42:"institutional/([^/]+)/page/?([0-9]{1,})/?$";s:53:"index.php?institutional=$matches[1]&paged=$matches[2]";s:49:"institutional/([^/]+)/comment-page-([0-9]{1,})/?$";s:53:"index.php?institutional=$matches[1]&cpage=$matches[2]";s:34:"institutional/([^/]+)(/[0-9]+)?/?$";s:52:"index.php?institutional=$matches[1]&page=$matches[2]";s:30:"institutional/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:40:"institutional/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:60:"institutional/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"institutional/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"institutional/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:48:"iregion/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?iregion=$matches[1]&feed=$matches[2]";s:43:"iregion/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?iregion=$matches[1]&feed=$matches[2]";s:36:"iregion/([^/]+)/page/?([0-9]{1,})/?$";s:47:"index.php?iregion=$matches[1]&paged=$matches[2]";s:18:"iregion/([^/]+)/?$";s:29:"index.php?iregion=$matches[1]";s:40:"job_postings/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:50:"job_postings/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:70:"job_postings/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"job_postings/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"job_postings/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:"job_postings/([^/]+)/trackback/?$";s:39:"index.php?job_postings=$matches[1]&tb=1";s:53:"job_postings/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:51:"index.php?job_postings=$matches[1]&feed=$matches[2]";s:48:"job_postings/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:51:"index.php?job_postings=$matches[1]&feed=$matches[2]";s:41:"job_postings/([^/]+)/page/?([0-9]{1,})/?$";s:52:"index.php?job_postings=$matches[1]&paged=$matches[2]";s:48:"job_postings/([^/]+)/comment-page-([0-9]{1,})/?$";s:52:"index.php?job_postings=$matches[1]&cpage=$matches[2]";s:33:"job_postings/([^/]+)(/[0-9]+)?/?$";s:51:"index.php?job_postings=$matches[1]&page=$matches[2]";s:29:"job_postings/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:39:"job_postings/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:59:"job_postings/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"job_postings/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"job_postings/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:50:"job-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:48:"index.php?job-types=$matches[1]&feed=$matches[2]";s:45:"job-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:48:"index.php?job-types=$matches[1]&feed=$matches[2]";s:38:"job-types/([^/]+)/page/?([0-9]{1,})/?$";s:49:"index.php?job-types=$matches[1]&paged=$matches[2]";s:20:"job-types/([^/]+)/?$";s:31:"index.php?job-types=$matches[1]";s:34:"slides/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:44:"slides/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:64:"slides/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"slides/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"slides/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:27:"slides/([^/]+)/trackback/?$";s:33:"index.php?slides=$matches[1]&tb=1";s:47:"slides/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:45:"index.php?slides=$matches[1]&feed=$matches[2]";s:42:"slides/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:45:"index.php?slides=$matches[1]&feed=$matches[2]";s:35:"slides/([^/]+)/page/?([0-9]{1,})/?$";s:46:"index.php?slides=$matches[1]&paged=$matches[2]";s:42:"slides/([^/]+)/comment-page-([0-9]{1,})/?$";s:46:"index.php?slides=$matches[1]&cpage=$matches[2]";s:27:"slides/([^/]+)(/[0-9]+)?/?$";s:45:"index.php?slides=$matches[1]&page=$matches[2]";s:23:"slides/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:33:"slides/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:53:"slides/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:48:"slides/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:48:"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:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:27:"comment-page-([0-9]{1,})/?$";s:38:"index.php?&page_id=3&cpage=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([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:64:"([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:57:"([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:39:"([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:56:"([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:51:"([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:44:"([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:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:20:"(.?.+?)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:27:"[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:20:"([^/]+)/trackback/?$";s:31:"index.php?name=$matches[1]&tb=1";s:40:"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:35:"([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:28:"([^/]+)/page/?([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&paged=$matches[2]";s:35:"([^/]+)/comment-page-([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&cpage=$matches[2]";s:20:"([^/]+)(/[0-9]+)?/?$";s:43:"index.php?name=$matches[1]&page=$matches[2]";s:16:"[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:26:"[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:46:"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7562659, '_transient_timeout_wpsc_path_wpsc-products_page.php', '1408519845', 'no') ; 
INSERT INTO `wp_options` VALUES (7562660, '_transient_wpsc_path_wpsc-products_page.php', '/home/admin/web/default.domain/public_html/gws/aazk/wp-content/themes/aazk2013/wpsc-products_page.php', 'no') ; 
INSERT INTO `wp_options` VALUES (7562679, '_transient_timeout_wpsc_path_wpsc-category_widget.php', '1408525220', 'no') ; 
INSERT INTO `wp_options` VALUES (7562680, '_transient_wpsc_path_wpsc-category_widget.php', '/home/admin/web/default.domain/public_html/gws/aazk/wp-content/themes/aazk2013/wpsc-category_widget.php', 'no') ; 
INSERT INTO `wp_options` VALUES (7562682, '_transient_timeout_wpsc_path_wpsc-cart_widget.php', '1408525220', 'no') ; 
INSERT INTO `wp_options` VALUES (7562683, '_transient_wpsc_path_wpsc-cart_widget.php', '/home/admin/web/default.domain/public_html/gws/aazk/wp-content/themes/aazk2013/wpsc-cart_widget.php', 'no') ; 
INSERT INTO `wp_options` VALUES (7562543, '_transient_timeout_wpsc_path_wpsc-shopping_cart_page.php', '1408509469', 'no') ; 
INSERT INTO `wp_options` VALUES (7562544, '_transient_wpsc_path_wpsc-shopping_cart_page.php', '/home/admin/web/default.domain/public_html/gws/aazk/wp-content/themes/aazk2013/wpsc-shopping_cart_page.php', 'no') ; 
INSERT INTO `wp_options` VALUES (7363006, '_transient_timeout_wflginfl_1188153250', '1403424441', 'no') ; 
INSERT INTO `wp_options` VALUES (7363007, '_transient_wflginfl_1188153250', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561341, '_transient_timeout_wflginfl_1541076099', '1408205848', 'no') ; 
INSERT INTO `wp_options` VALUES (7562675, '_transient_timeout_wpsc_path_wpsc-single_product.php', '1408524391', 'no') ; 
INSERT INTO `wp_options` VALUES (7562676, '_transient_wpsc_path_wpsc-single_product.php', '/home/admin/web/default.domain/public_html/gws/aazk/wp-content/themes/aazk2013/wpsc-single_product.php', 'no') ; 
INSERT INTO `wp_options` VALUES (7362779, '_transient_timeout_wffgt_1147413382', '1403365736', 'no') ; 
INSERT INTO `wp_options` VALUES (7362780, '_transient_wffgt_1147413382', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7362800, '_transient_timeout_wffgt_1188103390', '1403370203', 'no') ; 
INSERT INTO `wp_options` VALUES (7362801, '_transient_wffgt_1188103390', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7366984, '_transient_timeout_wflginfl_2889355060', '1404332265', 'no') ; 
INSERT INTO `wp_options` VALUES (7366985, '_transient_wflginfl_2889355060', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7362872, '_transient_timeout_wflginfl_1280159328', '1403383349', 'no') ; 
INSERT INTO `wp_options` VALUES (7334795, '_transient_timeout_plugin_slugs', '1402529130', 'no') ; 
INSERT INTO `wp_options` VALUES (7334796, '_transient_plugin_slugs', 'a:23:{i:0;s:15:"aazk-extras.php";i:1;s:46:"awesome-instant-search/awesome-ajax-search.php";i:2;s:22:"cron-view/cron-gui.php";i:3;s:35:"events-made-easy/events-manager.php";i:4;s:22:"user-options-class.php";i:5;s:30:"gravity-forms/gravityforms.php";i:6;s:46:"gravity-forms-custom-post-types/gfcptaddon.php";i:7;s:51:"gravityformspaypalpaymentspro/paypalpaymentspro.php";i:8;s:65:"hide-admin-bar-from-non-admins/hide-admin-bar-from-non-admins.php";i:9;s:67:"improved-user-search-in-backend/improved-user-search-in-backend.php";i:10;s:19:"iwp-client/init.php";i:11;s:28:"jameels-dev-tools/plugin.php";i:12;s:47:"mappress-google-maps-for-wordpress/mappress.php";i:13;s:45:"paid-memberships-pro/paid-memberships-pro.php";i:14;s:30:"pmpro_add_shipping_to_free.php";i:15;s:39:"responsive-slider/responsive-slider.php";i:16;s:27:"updraftplus/updraftplus.php";i:17;s:23:"wordfence/wordfence.php";i:18;s:24:"wordpress-seo/wp-seo.php";i:19;s:33:"wp-block-admin/wp-block-admin.php";i:20;s:34:"wp-e-commerce/wp-shopping-cart.php";i:21;s:22:"wp-editor/wpeditor.php";i:22;s:31:"wp-migrate-db/wp-migrate-db.php";}', 'no') ; 
INSERT INTO `wp_options` VALUES (7365000, '_transient_wflginfl_2935767283', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7363239, '_transient_timeout_wffgt_2885716274', '1403486578', 'no') ; 
INSERT INTO `wp_options` VALUES (7363240, '_transient_wffgt_2885716274', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7363368, '_transient_timeout_wflginfl_3091963253', '1403530643', 'no') ; 
INSERT INTO `wp_options` VALUES (7363369, '_transient_wflginfl_3091963253', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464137, '_transient_timeout_wflginfl_2538457293', '1404768650', 'no') ; 
INSERT INTO `wp_options` VALUES (7464138, '_transient_wflginfl_2538457293', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536874, '_transient_wflginfl_1959472405', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539683, '_transient_timeout_wflginfl_996046637', '1404830664', 'no') ; 
INSERT INTO `wp_options` VALUES (7366685, '_transient_timeout_wffgt_1198048481', '1404272921', 'no') ; 
INSERT INTO `wp_options` VALUES (7366686, '_transient_wffgt_1198048481', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7366588, '_transient_wflginfl_1113031589', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7366244, '_transient_timeout_wflginfl_3316648595', '1404197867', 'no') ; 
INSERT INTO `wp_options` VALUES (7366245, '_transient_wflginfl_3316648595', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7366212, '_transient_timeout_wflginfl_1187053923', '1404189956', 'no') ; 
INSERT INTO `wp_options` VALUES (7365713, '_transient_wflginfl_1943160500', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7366089, '_transient_timeout_wflginfl_1187360533', '1404164441', 'no') ; 
INSERT INTO `wp_options` VALUES (7367030, '_site_transient_browser_6cc821aa3342f50f95d2a68e617d7745', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:4:"30.0";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"16";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7365618, '_transient_wffgt_1663060351', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7363370, '_transient_timeout_wffgt_3091963253', '1403530666', 'no') ; 
INSERT INTO `wp_options` VALUES (7363371, '_transient_wffgt_3091963253', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7366513, '_site_transient_browser_66e95f08e48fce5dc6d97c2beb0b8cfb', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"35.0.1916.153";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7363422, '_transient_timeout_wflginfl_1187398737', '1403538978', 'no') ; 
INSERT INTO `wp_options` VALUES (7363377, '_transient_timeout_wffgt_1219141223', '1403532474', 'no') ; 
INSERT INTO `wp_options` VALUES (7363378, '_transient_wffgt_1219141223', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7363389, '_transient_timeout_wffgt_1153581326', '1403534953', 'no') ; 
INSERT INTO `wp_options` VALUES (7363390, '_transient_wffgt_1153581326', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7364306, '_transient_wflginfl_2923717381', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7364324, '_transient_timeout_wflginfl_2794027189', '1403735655', 'no') ; 
INSERT INTO `wp_options` VALUES (7364383, '_transient_timeout_wflginfl_2796966796', '1403749784', 'no') ; 
INSERT INTO `wp_options` VALUES (7364384, '_transient_wflginfl_2796966796', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7554972, '_transient_timeout_wflginfl_1772407884', '1407082320', 'no') ; 
INSERT INTO `wp_options` VALUES (7363520, '_transient_timeout_wffgt_1655978088', '1403548240', 'no') ; 
INSERT INTO `wp_options` VALUES (7363521, '_transient_wffgt_1655978088', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7363559, '_transient_timeout_wflginfl_840401908', '1403556522', 'no') ; 
INSERT INTO `wp_options` VALUES (7363560, '_transient_wflginfl_840401908', '7', 'no') ; 
INSERT INTO `wp_options` VALUES (7364225, '_transient_wflginfl_2794676512', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7363942, '_transient_timeout_wffgt_2886274348', '1403666812', 'no') ; 
INSERT INTO `wp_options` VALUES (7363691, '_transient_timeout_wffgt_1147938877', '1403598353', 'no') ; 
INSERT INTO `wp_options` VALUES (7363692, '_transient_wffgt_1147938877', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7364047, '_transient_timeout_wflginfl_1144158452', '1403701897', 'no') ; 
INSERT INTO `wp_options` VALUES (7363943, '_transient_wffgt_2886274348', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7364092, '_transient_timeout_wffgt_1187270840', '1403708074', 'no') ; 
INSERT INTO `wp_options` VALUES (7364093, '_transient_wffgt_1187270840', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7364048, '_transient_wflginfl_1144158452', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7363878, '_transient_timeout_wffgt_406527996', '1403648341', 'no') ; 
INSERT INTO `wp_options` VALUES (7363879, '_transient_wffgt_406527996', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367229, '_transient_wffgt_1816765667', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7363923, '_transient_timeout_wflginfl_1205599434', '1403663935', 'no') ; 
INSERT INTO `wp_options` VALUES (7363924, '_transient_wflginfl_1205599434', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7363925, '_transient_timeout_wffgt_1205599434', '1403663777', 'no') ; 
INSERT INTO `wp_options` VALUES (7363926, '_transient_wffgt_1205599434', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7363939, '_transient_wflginfl_1018569808', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7359345, '_transient_timeout_wflginfl_417079302', '1402677894', 'no') ; 
INSERT INTO `wp_options` VALUES (7359346, '_transient_wflginfl_417079302', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7359439, '_transient_timeout_wflginfl_1071841772', '1402691360', 'no') ; 
INSERT INTO `wp_options` VALUES (7359440, '_transient_wflginfl_1071841772', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (6969179, 'pmpro_email_member_notification', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (7277122, '_wpsc_purchlogs_3.8_updated', '1', 'yes') ; 
INSERT INTO `wp_options` VALUES (7548095, '_transient_wflginfl_2796172834', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7548139, '_transient_timeout_wflginfl_1187301540', '1405987286', 'no') ; 
INSERT INTO `wp_options` VALUES (7548140, '_transient_wflginfl_1187301540', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7548125, '_transient_timeout_wffgt_1220926467', '1405984800', 'no') ; 
INSERT INTO `wp_options` VALUES (7548126, '_transient_wffgt_1220926467', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7552941, '_transient_timeout_wflginfl_1187286107', '1406673701', 'no') ; 
INSERT INTO `wp_options` VALUES (7552908, '_transient_timeout_wffgt_1808723428', '1406666487', 'no') ; 
INSERT INTO `wp_options` VALUES (7552909, '_transient_wffgt_1808723428', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7548174, '_transient_timeout_wflginfl_2935063907', '1405995228', 'no') ; 
INSERT INTO `wp_options` VALUES (7548175, '_transient_wflginfl_2935063907', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7548211, '_transient_timeout_wflginfl_850746554', '1406004849', 'no') ; 
INSERT INTO `wp_options` VALUES (7548212, '_transient_wflginfl_850746554', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7548245, '_transient_timeout_wflginfl_2991985016', '1406011866', 'no') ; 
INSERT INTO `wp_options` VALUES (7548246, '_transient_wflginfl_2991985016', '19', 'no') ; 
INSERT INTO `wp_options` VALUES (7548316, '_transient_timeout_wflginfl_1192025111', '1406033555', 'no') ; 
INSERT INTO `wp_options` VALUES (7548317, '_transient_wflginfl_1192025111', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7548319, '_transient_timeout_wflginfl_850312374', '1406033884', 'no') ; 
INSERT INTO `wp_options` VALUES (7548320, '_transient_wflginfl_850312374', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7551465, '_transient_timeout_wflginfl_2995333484', '1406397433', 'no') ; 
INSERT INTO `wp_options` VALUES (7551466, '_transient_wflginfl_2995333484', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7548478, '_transient_timeout_wflginfl_1187235775', '1406049269', 'no') ; 
INSERT INTO `wp_options` VALUES (7548479, '_transient_wflginfl_1187235775', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7551213, '_transient_timeout_wffgt_2733062684', '1406341670', 'no') ; 
INSERT INTO `wp_options` VALUES (7552683, '_transient_timeout_wflginfl_3026081008', '1406629359', 'no') ; 
INSERT INTO `wp_options` VALUES (7552077, '_transient_timeout_wffgt_1133843394', '1406560666', 'no') ; 
INSERT INTO `wp_options` VALUES (7551494, '_transient_timeout_wffgt_1115095585', '1406401081', 'no') ; 
INSERT INTO `wp_options` VALUES (7551094, '_transient_timeout_wffgt_1187359403', '1406310256', 'no') ; 
INSERT INTO `wp_options` VALUES (7551095, '_transient_wffgt_1187359403', '5', 'no') ; 
INSERT INTO `wp_options` VALUES (7551154, '_transient_wflginfl_1187414544', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7551153, '_transient_timeout_wflginfl_1187414544', '1406323343', 'no') ; 
INSERT INTO `wp_options` VALUES (7548989, '_transient_timeout_wflginfl_1828543036', '1406072532', 'no') ; 
INSERT INTO `wp_options` VALUES (7548990, '_transient_wflginfl_1828543036', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7549023, '_transient_timeout_wflginfl_1187361746', '1406077488', 'no') ; 
INSERT INTO `wp_options` VALUES (7549024, '_transient_wflginfl_1187361746', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7549017, '_transient_timeout_wffgt_1187361746', '1406076243', 'no') ; 
INSERT INTO `wp_options` VALUES (7549018, '_transient_wffgt_1187361746', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7551785, '_transient_timeout_wflginfl_1194315246', '1406474863', 'no') ; 
INSERT INTO `wp_options` VALUES (7551786, '_transient_wflginfl_1194315246', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7549697, '_transient_timeout_wffgt_2908248986', '1406143745', 'no') ; 
INSERT INTO `wp_options` VALUES (7549698, '_transient_wffgt_2908248986', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7556905, '_transient_timeout_wflginfl_1141512294', '1407419222', 'no') ; 
INSERT INTO `wp_options` VALUES (7556906, '_transient_wflginfl_1141512294', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7551495, '_transient_wffgt_1115095585', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7551540, '_transient_timeout_wffgt_3495422644', '1406407247', 'no') ; 
INSERT INTO `wp_options` VALUES (7549471, '_transient_timeout_wflginfl_3336880238', '1406137501', 'no') ; 
INSERT INTO `wp_options` VALUES (7549472, '_transient_wflginfl_3336880238', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7549715, '_transient_timeout_wflginfl_2794679644', '1406147696', 'no') ; 
INSERT INTO `wp_options` VALUES (7549716, '_transient_wflginfl_2794679644', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7549701, '_transient_timeout_wffgt_3338466754', '1406144571', 'no') ; 
INSERT INTO `wp_options` VALUES (7549702, '_transient_wffgt_3338466754', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7549838, '_transient_timeout_wflginfl_1283203101', '1406171176', 'no') ; 
INSERT INTO `wp_options` VALUES (7549839, '_transient_wflginfl_1283203101', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7549847, '_transient_timeout_wflginfl_1141849764', '1406173941', 'no') ; 
INSERT INTO `wp_options` VALUES (7549848, '_transient_wflginfl_1141849764', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7549849, '_transient_timeout_wffgt_1141849764', '1406173953', 'no') ; 
INSERT INTO `wp_options` VALUES (7549850, '_transient_wffgt_1141849764', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7549858, '_transient_timeout_wflginfl_1113017582', '1406175110', 'no') ; 
INSERT INTO `wp_options` VALUES (7549859, '_transient_wflginfl_1113017582', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7549860, '_transient_timeout_wffgt_1113017582', '1406175150', 'no') ; 
INSERT INTO `wp_options` VALUES (7549861, '_transient_wffgt_1113017582', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7549990, '_transient_timeout_wffgt_1673828831', '1406209651', 'no') ; 
INSERT INTO `wp_options` VALUES (7549991, '_transient_wffgt_1673828831', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7552736, '_transient_timeout_wflginfl_993548606', '1406646395', 'no') ; 
INSERT INTO `wp_options` VALUES (7552737, '_transient_wflginfl_993548606', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7551393, '_transient_timeout_wflginfl_2916209619', '1406389297', 'no') ; 
INSERT INTO `wp_options` VALUES (7551394, '_transient_wflginfl_2916209619', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7550814, '_transient_timeout_wflginfl_1180356801', '1406241695', 'no') ; 
INSERT INTO `wp_options` VALUES (7550815, '_transient_wflginfl_1180356801', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7550816, '_transient_timeout_wffgt_1180356801', '1406241845', 'no') ; 
INSERT INTO `wp_options` VALUES (7550817, '_transient_wffgt_1180356801', '7', 'no') ; 
INSERT INTO `wp_options` VALUES (7550837, '_transient_timeout_wflginfl_2392936671', '1406247425', 'no') ; 
INSERT INTO `wp_options` VALUES (7550838, '_transient_wflginfl_2392936671', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7550857, '_transient_timeout_wflginfl_1206508363', '1406253809', 'no') ; 
INSERT INTO `wp_options` VALUES (7550858, '_transient_wflginfl_1206508363', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7550863, '_transient_timeout_wflginfl_1645863761', '1406255208', 'no') ; 
INSERT INTO `wp_options` VALUES (7550864, '_transient_wflginfl_1645863761', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7550964, '_transient_timeout_wflginfl_1113017071', '1406287676', 'no') ; 
INSERT INTO `wp_options` VALUES (7550965, '_transient_wflginfl_1113017071', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7551214, '_transient_wffgt_2733062684', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7552397, '_transient_timeout_wflginfl_1850780988', '1406571159', 'no') ; 
INSERT INTO `wp_options` VALUES (7551031, '_transient_timeout_wffgt_201859376', '1406304937', 'no') ; 
INSERT INTO `wp_options` VALUES (7551032, '_transient_wffgt_201859376', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561301, '_transient_timeout_wflginfl_1675703101', '1408192758', 'no') ; 
INSERT INTO `wp_options` VALUES (7561302, '_transient_wflginfl_1675703101', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7551389, '_transient_timeout_wffgt_852344322', '1406388783', 'no') ; 
INSERT INTO `wp_options` VALUES (7551390, '_transient_wffgt_852344322', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7551395, '_transient_timeout_wflginfl_2916209554', '1406389354', 'no') ; 
INSERT INTO `wp_options` VALUES (7551396, '_transient_wflginfl_2916209554', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7551411, '_transient_timeout_wffgt_1167038270', '1406393020', 'no') ; 
INSERT INTO `wp_options` VALUES (7551412, '_transient_wffgt_1167038270', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7551541, '_transient_wffgt_3495422644', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7551554, '_transient_timeout_wflginfl_2933949129', '1406409597', 'no') ; 
INSERT INTO `wp_options` VALUES (7551555, '_transient_wflginfl_2933949129', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7555950, '_transient_timeout_wflginfl_2794681885', '1407263476', 'no') ; 
INSERT INTO `wp_options` VALUES (7555951, '_transient_wflginfl_2794681885', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7551561, '_transient_timeout_wffgt_413864556', '1406411078', 'no') ; 
INSERT INTO `wp_options` VALUES (7551562, '_transient_wffgt_413864556', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7560462, '_transient_timeout_wflginfl_3301562670', '1408005972', 'no') ; 
INSERT INTO `wp_options` VALUES (7560463, '_transient_wflginfl_3301562670', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7551849, '_transient_timeout_wflginfl_2995333996', '1406494003', 'no') ; 
INSERT INTO `wp_options` VALUES (7551850, '_transient_wflginfl_2995333996', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7551800, '_transient_timeout_wffgt_1083031838', '1406481292', 'no') ; 
INSERT INTO `wp_options` VALUES (7551801, '_transient_wffgt_1083031838', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7551835, '_transient_timeout_wflginfl_1625959031', '1406489579', 'no') ; 
INSERT INTO `wp_options` VALUES (7551836, '_transient_wflginfl_1625959031', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7551908, '_transient_timeout_wflginfl_2794020175', '1406506592', 'no') ; 
INSERT INTO `wp_options` VALUES (7551909, '_transient_wflginfl_2794020175', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7551939, '_transient_timeout_wflginfl_1809485221', '1406521045', 'no') ; 
INSERT INTO `wp_options` VALUES (7551940, '_transient_wflginfl_1809485221', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7551996, '_transient_timeout_wflginfl_701971346', '1406538420', 'no') ; 
INSERT INTO `wp_options` VALUES (7551997, '_transient_wflginfl_701971346', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7552474, '_transient_timeout_wflginfl_2995332761', '1406580085', 'no') ; 
INSERT INTO `wp_options` VALUES (7552475, '_transient_wflginfl_2995332761', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7552054, '_transient_timeout_wflginfl_1796093440', '1406555114', 'no') ; 
INSERT INTO `wp_options` VALUES (7552055, '_transient_wflginfl_1796093440', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7552078, '_transient_wffgt_1133843394', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7553316, '_transient_timeout_wflginfl_2995334517', '1406745773', 'no') ; 
INSERT INTO `wp_options` VALUES (7553317, '_transient_wflginfl_2995334517', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7552115, '_transient_timeout_wflginfl_1663606284', '1406562324', 'no') ; 
INSERT INTO `wp_options` VALUES (7552116, '_transient_wflginfl_1663606284', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7552514, '_transient_timeout_wflginfl_2906872165', '1406587894', 'no') ; 
INSERT INTO `wp_options` VALUES (7552515, '_transient_wflginfl_2906872165', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7552575, '_transient_timeout_wflginfl_1668486373', '1406603997', 'no') ; 
INSERT INTO `wp_options` VALUES (7552576, '_transient_wflginfl_1668486373', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7552523, '_transient_timeout_wffgt_2731410507', '1406590223', 'no') ; 
INSERT INTO `wp_options` VALUES (7552524, '_transient_wffgt_2731410507', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7552568, '_transient_timeout_wffgt_1824692878', '1406602555', 'no') ; 
INSERT INTO `wp_options` VALUES (7552569, '_transient_wffgt_1824692878', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7552579, '_transient_timeout_wflginfl_1186679405', '1406605138', 'no') ; 
INSERT INTO `wp_options` VALUES (7552580, '_transient_wflginfl_1186679405', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7552582, '_transient_timeout_wflginfl_413717371', '1406605437', 'no') ; 
INSERT INTO `wp_options` VALUES (7552583, '_transient_wflginfl_413717371', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7552684, '_transient_wflginfl_3026081008', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7552595, '_transient_timeout_wffgt_2923476205', '1406607167', 'no') ; 
INSERT INTO `wp_options` VALUES (7552479, '_transient_timeout_wffgt_1193480535', '1406580501', 'no') ; 
INSERT INTO `wp_options` VALUES (7552480, '_transient_wffgt_1193480535', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7552444, '_transient_timeout_wflginfl_1188447853', '1406576531', 'no') ; 
INSERT INTO `wp_options` VALUES (7552445, '_transient_wflginfl_1188447853', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7552467, '_transient_timeout_wffgt_1113024274', '1406579514', 'no') ; 
INSERT INTO `wp_options` VALUES (7552468, '_transient_wffgt_1113024274', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7552462, '_transient_wflginfl_1113024274', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7552596, '_transient_wffgt_2923476205', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7552461, '_transient_timeout_wflginfl_1113024274', '1406579539', 'no') ; 
INSERT INTO `wp_options` VALUES (7552263, '_transient_timeout_wflginfl_1075814225', '1406566495', 'no') ; 
INSERT INTO `wp_options` VALUES (7552264, '_transient_wflginfl_1075814225', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7552265, '_transient_timeout_wffgt_1075814225', '1406566528', 'no') ; 
INSERT INTO `wp_options` VALUES (7552266, '_transient_wffgt_1075814225', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7552417, '_transient_timeout_wflginfl_2916817864', '1406573283', 'no') ; 
INSERT INTO `wp_options` VALUES (7552418, '_transient_wflginfl_2916817864', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7552423, '_transient_wflginfl_848219978', '6', 'no') ; 
INSERT INTO `wp_options` VALUES (7552778, '_transient_timeout_wffgt_2922428700', '1406649469', 'no') ; 
INSERT INTO `wp_options` VALUES (7552779, '_transient_wffgt_2922428700', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7552806, '_transient_timeout_wflginfl_3301862467', '1406654835', 'no') ; 
INSERT INTO `wp_options` VALUES (7552807, '_transient_wflginfl_3301862467', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7555562, '_transient_timeout_wffgt_1160428050', '1407190142', 'no') ; 
INSERT INTO `wp_options` VALUES (7555563, '_transient_wffgt_1160428050', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7555930, '_transient_wflginfl_1187398538', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7555584, '_transient_timeout_wflginfl_1247484106', '1407194789', 'no') ; 
INSERT INTO `wp_options` VALUES (7552866, '_transient_timeout_wflginfl_2794051376', '1406662083', 'no') ; 
INSERT INTO `wp_options` VALUES (7552867, '_transient_wflginfl_2794051376', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7553461, '_transient_timeout_wffgt_1113037216', '1406774607', 'no') ; 
INSERT INTO `wp_options` VALUES (7552879, '_transient_timeout_wffgt_3336885897', '1406663395', 'no') ; 
INSERT INTO `wp_options` VALUES (7552880, '_transient_wffgt_3336885897', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7552890, '_transient_timeout_wffgt_1211593730', '1406664540', 'no') ; 
INSERT INTO `wp_options` VALUES (7552891, '_transient_wffgt_1211593730', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7552942, '_transient_wflginfl_1187286107', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7552992, '_transient_timeout_wflginfl_1662683698', '1406686928', 'no') ; 
INSERT INTO `wp_options` VALUES (7552993, '_transient_wflginfl_1662683698', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7552947, '_transient_timeout_wffgt_1662683698', '1406674128', 'no') ; 
INSERT INTO `wp_options` VALUES (7552948, '_transient_wffgt_1662683698', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7553018, '_transient_timeout_wflginfl_1188151712', '1406691202', 'no') ; 
INSERT INTO `wp_options` VALUES (7553019, '_transient_wflginfl_1188151712', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7552981, '_transient_timeout_wffgt_1665357493', '1406684176', 'no') ; 
INSERT INTO `wp_options` VALUES (7552982, '_transient_wffgt_1665357493', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7553151, '_transient_timeout_wflginfl_1187006741', '1406724095', 'no') ; 
INSERT INTO `wp_options` VALUES (7553152, '_transient_wflginfl_1187006741', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7553173, '_transient_timeout_wffgt_2658872480', '1406729546', 'no') ; 
INSERT INTO `wp_options` VALUES (7553174, '_transient_wffgt_2658872480', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7553297, '_transient_timeout_wflginfl_2794677505', '1406743449', 'no') ; 
INSERT INTO `wp_options` VALUES (7553298, '_transient_wflginfl_2794677505', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7553349, '_transient_timeout_wflginfl_2934571559', '1406754470', 'no') ; 
INSERT INTO `wp_options` VALUES (7553350, '_transient_wflginfl_2934571559', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7554909, '_transient_timeout_wflginfl_87892770', '1407062707', 'no') ; 
INSERT INTO `wp_options` VALUES (7554910, '_transient_wflginfl_87892770', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7553419, '_transient_timeout_wffgt_1133852023', '1406767415', 'no') ; 
INSERT INTO `wp_options` VALUES (7553420, '_transient_wffgt_1133852023', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7553444, '_transient_timeout_wffgt_1135888121', '1406772440', 'no') ; 
INSERT INTO `wp_options` VALUES (7553445, '_transient_wffgt_1135888121', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7553437, '_transient_timeout_wffgt_2263111391', '1406770640', 'no') ; 
INSERT INTO `wp_options` VALUES (7553438, '_transient_wffgt_2263111391', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7553462, '_transient_wffgt_1113037216', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7553468, '_site_transient_timeout_browser_6d44eab61dcf5b1f0e6fa8f6595ee1bc', '1407380834', 'yes') ; 
INSERT INTO `wp_options` VALUES (7553469, '_site_transient_browser_6d44eab61dcf5b1f0e6fa8f6595ee1bc', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:17:"Internet Explorer";s:7:"version";s:2:"11";s:10:"update_url";s:51:"http://www.microsoft.com/windows/internet-explorer/";s:7:"img_src";s:45:"http://s.wordpress.org/images/browsers/ie.png";s:11:"img_src_ssl";s:44:"https://wordpress.org/images/browsers/ie.png";s:15:"current_version";s:1:"9";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7553470, '_transient_timeout_wflginfl_2794034711', '1406776776', 'no') ; 
INSERT INTO `wp_options` VALUES (7553471, '_transient_wflginfl_2794034711', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7557311, '_transient_timeout_wflginfl_1840891946', '1407477628', 'no') ; 
INSERT INTO `wp_options` VALUES (7557312, '_transient_wflginfl_1840891946', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7553736, '_transient_timeout_wflginfl_779548478', '1406826610', 'no') ; 
INSERT INTO `wp_options` VALUES (7553737, '_transient_wflginfl_779548478', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7553548, '_transient_timeout_wflginfl_2916209637', '1406795673', 'no') ; 
INSERT INTO `wp_options` VALUES (7553549, '_transient_wflginfl_2916209637', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7553768, '_transient_timeout_wflginfl_1397946779', '1406834052', 'no') ; 
INSERT INTO `wp_options` VALUES (7562530, '_transient_timeout_feed_d05d136f72523470cbe7098608179c6a', '1408508905', 'no') ; 
INSERT INTO `wp_options` VALUES (7562531, '_transient_feed_d05d136f72523470cbe7098608179c6a', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:51:"\n	\n	\n	\n	\n	\n	\n		\n		\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"Paid Memberships Pro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:33:"http://www.paidmembershipspro.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:31:"Membership Plugin for WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 19 Aug 2014 15:56:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:29:"http://wordpress.org/?v=3.9.2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:42:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:67:"Track EXACTLY what your users are doing with PMPro and KISSmetrics!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:80:"http://www.paidmembershipspro.com/2014/08/track-exactly-users-pmpro-kissmetrics/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:89:"http://www.paidmembershipspro.com/2014/08/track-exactly-users-pmpro-kissmetrics/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 02 Aug 2014 19:21:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:7:"General";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.paidmembershipspro.com/?p=14339";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:346:"Note: Paid Memberships Pro is NOT required for tracking user data. KISSmetrics allows you to track meaningful data on a per user level, giving you a clear picture of what your visitors are really doing on your website. Our new PMPro KISSmetrics integration takes that a step further, allowing you to track user registrations, checkouts, [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Jessica Oros";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1128:"<p><img class="alignright size-full wp-image-14318" src="http://www.paidmembershipspro.com/wp-content/uploads/2014/07/register.png" alt="Registration" width="380" height="151" /><a href="http://kissmetrics.com" target="_blank">\n<p class="alert alert-info">Note: Paid Memberships Pro is NOT required for tracking user data.</p>\n<p>KISSmetrics</a> allows you to track meaningful data on a per user level, giving you a clear picture of what your visitors are really doing on your website. </p>\n<p>Our new PMPro KISSmetrics integration takes that a step further, allowing you to track user registrations, checkouts, cancellations, membership level changes and much more! Using this data in KISSmetrics, you can create specialized reports using all of these properties to make realistic decisions to help increase your business.</p>\n<p>Use it on sites even if you don&#8217;t have PMPro installed, and you can still track your visitors by their WordPress user ID, email, or display name.</p>\n<p><a class="btn btn-warning" href="http://www.paidmembershipspro.com/add-ons/third-party-integration/pmpro-kissmetrics/">Learn More</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:85:"http://www.paidmembershipspro.com/2014/08/track-exactly-users-pmpro-kissmetrics/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:42:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"PMPro Update 1.7.13.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"http://www.paidmembershipspro.com/2014/08/pmpro-update-1-7-13-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:73:"http://www.paidmembershipspro.com/2014/08/pmpro-update-1-7-13-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 01 Aug 2014 17:00:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:11:"About PMPro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.paidmembershipspro.com/?p=14491";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:575:"Version 1.7.13.1 of Paid Memberships Pro is out with an important bug fix for anyone using discount codes with &#8220;uses&#8221; or the PMPro-Sponsored-Members addon. Please update the Paid Memberships Pro from the plugins page of your WordPress dashboard. You can also get the &#60;a href=&#8221;http://downloads.wordpress.org/plugin/paid-memberships-pro.zip&#8221;&#62;latest version of PMPro here&#60;/a&#62; or &#60;a href=&#8221;http://downloads.wordpress.org/plugin/paid-memberships-pro.1.7.13.1.zip&#8221;&#62;version 1.7.13.1 specifically here&#60;/a&#62;. [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jason Coleman";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:835:"<p>Version 1.7.13.1 of Paid Memberships Pro is out with an important bug fix for anyone using discount codes with &#8220;uses&#8221; or the PMPro-Sponsored-Members addon.</p>\n<p>Please update the Paid Memberships Pro from the plugins page of your WordPress dashboard. You can also get the &lt;a href=&#8221;http://downloads.wordpress.org/plugin/paid-memberships-pro.zip&#8221;&gt;latest version of PMPro here&lt;/a&gt; or &lt;a href=&#8221;http://downloads.wordpress.org/plugin/paid-memberships-pro.1.7.13.1.zip&#8221;&gt;version 1.7.13.1 specifically here&lt;/a&gt;.</p>\n<p>The full list of updates is below.</p>\n<ul style="color: #444444;">\n<li>Fixed bug introduced in 1.7.12 where discount code uses were not being tracked.</li>\n<li>Added pmpro_check_discount_code filter so you can do your own checks on discount codes.</li>\n</ul>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:69:"http://www.paidmembershipspro.com/2014/08/pmpro-update-1-7-13-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"10";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:42:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"PMPro Update 1.7.13";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://www.paidmembershipspro.com/2014/07/pmpro-update-1-7-13/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:71:"http://www.paidmembershipspro.com/2014/07/pmpro-update-1-7-13/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 30 Jul 2014 17:36:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:11:"About PMPro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.paidmembershipspro.com/?p=14270";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:336:"Version 1.7.13 of Paid Memberships Pro is out with a da_DK localization file (Thanks, Mikael) and couple of very important bug fixes. These bugs have the potential to hinder sales if you are using Stripe with the &#8220;don&#8217;t show billing address&#8221; option set or to affect the dates of trials and other dates in the [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jason Coleman";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1792:"<p>Version 1.7.13 of Paid Memberships Pro is out with a da_DK localization file (Thanks, Mikael) and couple of very important bug fixes. These bugs have the potential to hinder sales if you are using Stripe with the &#8220;don&#8217;t show billing address&#8221; option set or to affect the dates of trials and other dates in the system. Please upgrade.</p>\n<p>Please update the Paid Memberships Pro from the plugins page of your WordPress dashboard. You can also get the <a href="http://downloads.wordpress.org/plugin/paid-memberships-pro.zip">latest version of PMPro here</a> or <a href="http://downloads.wordpress.org/plugin/paid-memberships-pro.1.7.13.zip">version 1.7.13 specifically here</a>.</p>\n<p>The full list of updates is below.</p>\n<ul style="color: #444444;">\n<li>Added Danish (da_DK) translation. (Thanks, Mikael)</li>\n<li>Fixed bugs with timestamps in various places (especially around trial dates) introduced in 1.7.12</li>\n<li>Another fix to keep PMPro from sending &#8220;undefined undefined&#8221; as the name to Stripe when the &#8216;don&#8217;t show billing fields&#8217; option is chosen.</li>\n<li>$pmpro_stripe_verify_address flag defaults to same value of Stripe&#8217;s showbillingaddress option now.</li>\n<li>Changed the priority of pmpro_applydiscountcode_init hooking on init to 11 so pmpro_init() will run before and setup pmpro_currency_symbol among other things. (Thanks, semyou on GitHub.)</li>\n<li>Explicitly setting $current_user-&gt;membership_level in a few places to avoid issues where current_user is overwritten between init and when we try to use it.</li>\n<li>Avoiding a warning in pmpro_getMetavalues() function. (Thanks, Scott Sousa)</li>\n<li>Added target=&#8221;_blank&#8221; to help links on admin pages. (Thanks, AntonVrba on GitHub)</li>\n</ul>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:67:"http://www.paidmembershipspro.com/2014/07/pmpro-update-1-7-13/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"9";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:42:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:45:"Setting (Or Not Setting) IPN URLs with PayPal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:74:"http://www.paidmembershipspro.com/2014/07/setting-setting-ipn-urls-paypal/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:83:"http://www.paidmembershipspro.com/2014/07/setting-setting-ipn-urls-paypal/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 29 Jul 2014 19:55:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:15:"Troubleshooting";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.paidmembershipspro.com/?p=14208";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:340:"You should not set the IPN URL in your PayPal settings when using Paid Memberships Pro with any of the various PayPal gateways. This is a change from our previous recommendations. We will be updating the note on the PMPro payment settings to reflect this. Why not? Paid Memberships Pro sends along a &#8220;notification URL&#8221; [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jason Coleman";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3486:"<p><strong>You should <em>not</em> set the IPN URL in your PayPal settings when using Paid Memberships Pro with any of the various PayPal gateways.</strong> This is a change from our previous recommendations. We will be updating the note on the PMPro payment settings to reflect this.</p>\n<h3>Why not?</h3>\n<p>Paid Memberships Pro sends along a &#8220;notification URL&#8221; to PayPal through the various APIs when creating payments and subscriptions. PayPal will use this URL when sending back IPN notifications and PMPro will be able to act on those notifications (as long as there aren&#8217;t other issues with PayPal accessing the IPN &#8211; <a href="http://www.paidmembershipspro.com/2013/09/read-using-paypal-standard-paid-memberships-pro/">some troubleshooting tips here</a>). If you also set an IPN URL in the PayPal settings, PayPal will not use this URL for PMPro payments and subscriptions. It will however send IPN notices for other PayPal transactions (other software using the API or invoices and payments you are otherwise creating in PayPal) and PMPro will discard those notices. Having these other transactions sent to the PMPro IPN handler is okay in most cases, but can sometimes cause issues that it&#8217;s best to avoid.</p>\n<p>So again, we are updating our recommendation. You do not need to set the IPN URL in your PayPal settings for PMPro to properly receive IPN messages.</p>\n<h3>How Do I Check If I Have an IPN URL Set, And How Can I Disable It?</h3>\n<p>To check if you have an IPN URL set in PayPal and disable it, follow the steps below.</p>\n<ol>\n<li>Log into <a href="http://www.paypal.com">www.paypal.com</a>.</li>\n<li>Go to Profiles &#8211;&gt; My Selling Tools, and click on &#8220;Update&#8221; next to the IPN Settings.</li>\n<li>Click &#8220;edit&#8221; and then check to disable the IPN URL  (unless you have it pointing somewhere else for other software).</li>\n<li>Click &#8220;save&#8221;.</li>\n<li><span style="color: rgb(255, 0, 0);">Do <strong>NOT</strong> click on the &#8220;turn off IPN&#8221; button.</span></li>\n</ol>\n<p>&nbsp;</p>\n<p>PayPal&#8217;s wording makes this confusing, but you want to &#8220;disable&#8221; the IPN URL.</p>\n<p><a href="http://www.paidmembershipspro.com/wp-content/uploads/2014/07/paypal_ipn_disable_ipn.png"><img class="alignnone size-full wp-image-14210" src="http://www.paidmembershipspro.com/wp-content/uploads/2014/07/paypal_ipn_disable_ipn.png" alt="paypal_ipn_disable_ipn" width="794" height="530" /></a></p>\n<p>&#8230; but you don&#8217;t want to turn off the IPN notifications.</p>\n<p><a href="http://www.paidmembershipspro.com/wp-content/uploads/2014/07/paypal_ipn_turn_off_ipn.png"><img class="alignnone size-full wp-image-14211" src="http://www.paidmembershipspro.com/wp-content/uploads/2014/07/paypal_ipn_turn_off_ipn.png" alt="paypal_ipn_turn_off_ipn" width="780" height="491" /></a></p>\n<p>&nbsp;</p>\n<p>If you aren&#8217;t having issues with PayPal or IPN and have this set, feel free to keep it set. If it ain&#8217;t broke, don&#8217;t fix it.</p>\n<p>If you are using another gateway (Stripe, Braintree, Authorize.net) you will still want to setup their web hooks and silent post URLs.</p>\n<p>If you are still having IPN issues, this may be due to something with your hosting or WP setup or a bug in our code. If you <a href="http://www.paidmembershipspro.com/new-topic/">make a post in our member forums</a>, we can follow up with you to get it resolved.</p>\n<p>Thanks!</p>\n<p>&nbsp;</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:79:"http://www.paidmembershipspro.com/2014/07/setting-setting-ipn-urls-paypal/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:42:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"PMPro Update 1.7.12";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://www.paidmembershipspro.com/2014/07/update-1-7-12/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:65:"http://www.paidmembershipspro.com/2014/07/update-1-7-12/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 23 Jul 2014 21:36:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:11:"About PMPro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.paidmembershipspro.com/?p=13964";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:315:"We compiled a nice list of bug fixes and other updates before we could get v2.0 beta out. So PMPro 1.7.12 is here. Please update the Paid Memberships Pro from the plugins page of your WordPress dashboard. You can also get the latest version of PMPro here or version 1.7.12 specifically here. The full list [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jason Coleman";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1624:"<p>We compiled a nice list of bug fixes and other updates before we could get v2.0 beta out. So PMPro 1.7.12 is here.</p>\n<p>Please update the Paid Memberships Pro from the plugins page of your WordPress dashboard. You can also get the <a href="http://downloads.wordpress.org/plugin/paid-memberships-pro.zip">latest version of PMPro here</a> or <a href="http://downloads.wordpress.org/plugin/paid-memberships-pro.1.7.12.zip">version 1.7.12 specifically here</a>.</p>\n<p>The full list of updates is below.</p>\n<ul style="color: #444444;">\n<li>Now including expiration text in text that is updated when a discount code is used. (Thanks, John Zeiger)</li>\n<li>Making sure that $myuser-&gt;membership_level is set in pmpro_has_membership_access().</li>\n<li>Added Norwegian locale files. (Thanks, Maritk)</li>\n<li>Added Turkish locale files. (Thanks, yasinkuyu on GitHub.)</li>\n<li>Fixed error where &#8220;undefined&#8221; was being passed to Stripe for the name.</li>\n<li>Fixed error with setting enddates on the edit user page for users with multiple &#8220;active&#8221; memberships.</li>\n<li>&#8220;Renew&#8221; link will show up on levels page only if the user has the level and it is not recurring and has an enddate.</li>\n<li>Stripe gateway is using $pmpro_currency global instead of getting value via pmpro_getOption, so it can be overridden via code like<a style="color: #4ca6cf;" href="https://gist.github.com/strangerstudios/8806443" rel="nofollow">https://gist.github.com/strangerstudios/8806443</a></li>\n<li>Payflow Pro gateway is now passing the currency code to the API for non-US currencies. (Thanks</li>\n</ul>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:61:"http://www.paidmembershipspro.com/2014/07/update-1-7-12/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"21";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:42:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"On Time Zones and Off By One Day Errors";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://www.paidmembershipspro.com/2014/07/time-zones-one-day-errors/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:77:"http://www.paidmembershipspro.com/2014/07/time-zones-one-day-errors/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 15 Jul 2014 16:53:12 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:15:"Troubleshooting";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.paidmembershipspro.com/?p=11291";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:321:"Sometimes PMPro will display odd &#8220;off by one day&#8221; errors when calculating end dates on new orders and memberships. What this looks like on the front end is setting someone&#8217;s end date to May 20th, 2014 and then having it show up as May 19th, 2014. Or expiration is set to happen at 12 midnight, [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jason Coleman";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3101:"<p>Sometimes PMPro will display odd &#8220;off by one day&#8221; errors when calculating end dates on new orders and memberships. What this looks like on the front end is setting someone&#8217;s end date to May 20th, 2014 and then having it show up as May 19th, 2014. Or expiration is set to happen at 12 midnight, but it happens at 10PM instead.</p>\n<p>What&#8217;s usually happening when you notice this is that your web server, database server, and/or WordPress install are disagreeing about which timezone to use for calculating dates. Fixing this can be different depending on your setup, and if you are on shared hosting or just limited access to your server you may not be able to configure the time zone for one or more of these services. In any case, below is a collection of ways to set the various time stamp settings in your web stack.</p>\n<h3>In WordPress</h3>\n<p>To change the timezone in WordPress go to Settings &#8211;&gt; General in the admin dashboard. You can also set the date format here, which is used by PMPro when displaying dates.</p>\n<h3>In CentOS/Linux</h3>\n<p>Here is an article explaining how to change your timezone in CentOS. Use the correct timezone file (browse around the /usr/share/zoneinfo directory), but generally you should run these two commands when logged in as root. (Note: don&#8217;t copy the #)</p>\n<blockquote><p><span style="color: #222222;"># mv /etc/localtime /etc/localtime.bak<br />\n# ln -s /usr/share/zoneinfo/America/New_York /etc/localtime</span></p></blockquote>\n<h3>In Apache/PHP</h3>\n<p>Typically you need to add or edit a line in your php.ini document. <a href="http://php.net/manual/en/timezones.php">Here is a list of timezones at php.net</a>.</p>\n<blockquote><p>date.timezone = &#8220;America/New_York&#8221;</p></blockquote>\n<h3>In MySQL</h3>\n<p>Log into MySQL as root and run this query: (<a href="http://dev.mysql.com/doc/refman/5.1/en/time-zone-support.html">More information on time zones in MySQL.</a>)</p>\n<blockquote><p>SET time_zone = &#8216;America/New_York&#8217;;</p></blockquote>\n<h3>Summary</h3>\n<p>Making sure that all of these settings are in sync will usually fix any &#8220;off by one day&#8221; errors going forward. Some issues will be fixed immediately after changing these settings. Other issues will still happen since the timestamps in the database were set when time zones were out of sync. You&#8217;ll have to run queries in your database to update time/date fields after your time zones have been set correctly.</p>\n<p>Some hosts or server setups will have different methods for changing the time zones as above. Searching the knowledge base of your host or opening a support ticket there may help. If you find a new solution related to above, feel free to comment and we&#8217;ll try to expand on the information here to cover as many scenarios as we can.</p>\n<p>If you are still having issues related to dates and time stamps, <a href="www.paidmembershipspro.com/forums/forum/members-forum/">please post to our member forums</a> and we can help you fix things for your specific setup.</p>\n<p>&nbsp;</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:73:"http://www.paidmembershipspro.com/2014/07/time-zones-one-day-errors/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:45:"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:70:"How Does Paid Memberships Pro Integrate with Stripe Plans and Coupons?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:94:"http://www.paidmembershipspro.com/2014/06/paid-memberships-pro-integrate-stripe-plans-coupons/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:103:"http://www.paidmembershipspro.com/2014/06/paid-memberships-pro-integrate-stripe-plans-coupons/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Jun 2014 15:28:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"About PMPro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:3:"FAQ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.paidmembershipspro.com/?p=12934";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:361:"Paid Memberships Pro works great with Stripe. It is our gateway of choice when the option is available. In the Stripe dashboard, you will notice that they have a way to create &#8220;plans&#8221; and &#8220;coupons&#8221; and to apply them to customers and customer subscriptions. These are really useful features, but PMPro doesn&#8217;t use them how [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jason Coleman";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2842:"<p>Paid Memberships Pro works great with <a href="http://www.stripe.com">Stripe</a>. It is our gateway of choice when the option is available.</p>\n<p>In the Stripe dashboard, you will notice that they have a way to create &#8220;plans&#8221; and &#8220;coupons&#8221; and to apply them to customers and customer subscriptions. These are really useful features, but PMPro doesn&#8217;t use them how you might expect.</p>\n<p><strong>First, we don&#8217;t integrate with Stripe coupons at all.</strong> The &#8220;discount codes&#8221; that are setup in PMPro are only managed on the WP/PMPro side of things. We don&#8217;t mirror the discount codes in Stripe. Instead, when a user checks out on your site using a discount code, we adjust the pricing <em>before</em> sending the charge or subscription request to Stripe.</p>\n<p>So how is that done? What we do is <strong>every time someone checks out on your site, we create a brand new plan.</strong> Then we adjust the pricing of the plan based on discount codes or addons or other custom code and pass the custom plan to the Stripe API to setup a subscription. <strong>Once that is done, we delete the plan we created.</strong> This doesn&#8217;t delete the subscription for the customer, but it does keep all of these custom one-time-use plans from littering up your Stripe dashboard.</p>\n<p>We do things this way because it gives us greater flexibility over the price and other settings of a subscription when we set it up through the Stripe API. Different addons and custom code might adjust the pricing of plan at checkout and we like that this is possible. It also makes things more similar to how we do things with the other gateways which allows us to avoid a certain amount of custom code just to support the Stripe API.</p>\n<p>There is a downside to doing things this way, and that is that you can&#8217;t take advantage of some of the cool reporting Stripe has for plans and coupons. You can&#8217;t glance in Stripe and see how many people signed up for your Gold Level/Plan because to Stripe it looks like everyone gets their own plan. Hopefully the PMPro reports make up for this.</p>\n<p><strong>What can be done?</strong> Braintree has an API that is similar to Stripe&#8217;s, but in the Braintree subscription API method they allow you to adjust the price and term of the plan before applying it. As far as I know, this is not available in the Stripe API yet. It would be a really cool feature and would allow us to reuse plans instead of creating news ones with each checkout. (Ironically, Braintree doesn&#8217;t allow the creation of plans via the API so you need to create a standard plan in Braintree first. But after that, everyone is given that plan even if you adjust the price or other values for them specifically.)</p>\n<p>Hope this clears some things up.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:99:"http://www.paidmembershipspro.com/2014/06/paid-memberships-pro-integrate-stripe-plans-coupons/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"7";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:42:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:63:"Payment Gateway API updates live in PMPro v2.0 Development Repo";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:103:"http://www.paidmembershipspro.com/2014/06/payment-gateway-api-updates-live-pmpro-v2-0-development-repo/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:112:"http://www.paidmembershipspro.com/2014/06/payment-gateway-api-updates-live-pmpro-v2-0-development-repo/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 21 Jun 2014 15:52:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:11:"About PMPro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.paidmembershipspro.com/?p=12735";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:319:"One of our goals for PMPro v2.0 is to be able to add new payment gateways to PMPro without having to edit any core PMPro files. To this end, we&#8217;ve added a ton of new hooks to the payment settings admin page, the checkout page, and checkout preheader code. We&#8217;ve overhauled the existing gateways to [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jason Coleman";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:4064:"<p>One of our goals for PMPro v2.0 is to be able to add new payment gateways to PMPro without having to edit any core PMPro files. To this end, we&#8217;ve added a ton of new hooks to the payment settings admin page, the checkout page, and checkout preheader code. We&#8217;ve overhauled the existing gateways to use the new methods and hooks so that nearly all of the custom code for each gateway is now contained with the gateway classes.</p>\n<p>If you are developing a new gateway, you will want to <a href="https://github.com/strangerstudios/paid-memberships-pro/tree/v2.0">grab the latest version of v2.0 from GitHub</a> and then develop your gateway on top of that version. We will have more thorough documentation when we can, but the basics of adding a gateway now are:</p>\n<p>1. Create a custom plugin to house your gateway code.</p>\n<p>2. Create a class for your gateway PMProGateway_gatewayname that extends the PMProGateway class. (<a href="https://github.com/strangerstudios/paid-memberships-pro/blob/v2.0/classes/gateways/class.pmprogateway_stripe.php">The Stripe gateway class is a good one to use for reference.</a>)</p>\n<p>3. Override the class methods to use your gateway specific APIs.</p>\n<p>Because this is all still in development, there may be bugs with this gateway code or other parts of PMPro. And there are likely to be updates to the PMPro plugin that might affect your custom gateway. Stay tuned to the blog here. At some point, we will announce an official &#8220;beta&#8221; period for v2.0 where we will be adding no new features and only fixing bugs with it.</p>\n<p>Here are some of the new and old hooks and filters that you should consider using to integrate your gateway into the front and backend of PMPro.</p>\n<ul>\n<li>pmpro_gateways &#8211; Filter to add your gateway to the list of gateway options.</li>\n<li>getGatewayOptions &#8211; Which option names/keys, including new ones you are adding, should be loaded on the payment settings page.</li>\n<li>pmpro_payment_options &#8211; Save new options you add to the payment settings page.</li>\n<li>pmpro_payment_option_fields &#8211; Code to add fields to the payment options page.</li>\n<li>pmpro_checkout_preheader &#8211; Run code within preheaders/checkout.php.</li>\n<li>pmpro_checkout_order &#8211; Filter the order object to adjust or add properties to it before sending it to the process method of your gateway class.</li>\n<li>pmpro_include_billing_address_fields &#8211; Set to __return_false to not include billing address fields at checkout. Can also use the filter to swap in your own version of the billing address code.</li>\n<li>pmpro_show_billing_address_fields &#8211; Set to __return_false to include the HTML for the billing address fields but use CSS to hide it from display.</li>\n<li>pmpro_include_payment_information_fields &#8211; Set to __return_false to not include payment information fields at checkout. Can also use the filter to swap in your own version of the payment info code.</li>\n<li>pmpro_show_payment_information_fields &#8211; Set to __return_false to include the HTML for the payment information fields but use CSS to hide it from display.</li>\n<li>pmpro_required_billing_fields &#8211; Filter which fields are required at checkout.</li>\n<li>pmpro_registration_checks &#8211; Use this to check extra fields added to the checkout.</li>\n<li>pmpro_checkout_before_processing &#8211; Called just before calling the process method of the gateway.</li>\n<li>pmpro_checkout_confirmed &#8211; Used by the PayPal Express gateway to handle it&#8217;s own token/review/confirm process.</li>\n<li>pmpro_checkout_before_change_membership_level &#8211; Called just before changing the user&#8217;s membership level during checkout.</li>\n<li>pmpro_after_checkout &#8211; Do stuff after checkout is processed.</li>\n</ul>\n<p>Again, v2.0 is still in very active development. These hooks may change and are not documented well yet if at all. If you have any questions or notice any bugs, please post to our member forums or open an issue at GitHub. Thanks!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:108:"http://www.paidmembershipspro.com/2014/06/payment-gateway-api-updates-live-pmpro-v2-0-development-repo/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"20";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:42:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:61:"PMPro Creates Users Without Paying When Using PayPal Standard";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:99:"http://www.paidmembershipspro.com/2014/06/pmpro-creates-users-without-paying-using-paypal-standard/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:108:"http://www.paidmembershipspro.com/2014/06/pmpro-creates-users-without-paying-using-paypal-standard/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Jun 2014 04:27:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:15:"Troubleshooting";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.paidmembershipspro.com/?p=12215";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:338:"Recently we&#8217;ve been getting a lot of questions along these lines from PMPro users using PayPal Standard: All a user has to do is go through the signup process on the site, create a username/password, be taken to the Paypal portion,(at this point they are considered Subscribers to the site now without actually paying yet) [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jason Coleman";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2952:"<p>Recently we&#8217;ve been getting a lot of questions along these lines from PMPro users using PayPal Standard:</p>\n<blockquote><p>All a user has to do is go through the signup process on the site, create a username/password, be taken to the Paypal portion,(at this point they are considered Subscribers to the site now without actually paying yet) then simply hit the back button on the browser to go back to your site and they have full access without paying</p></blockquote>\n<p>This is how our integration with PayPal Standard works. Before the user is taken to PayPal to pay, we create a WordPress user on your site. However, that user does NOT have a PMPro membership level yet. The membership level is only given to the user once PayPal sends an IPN message that the payment has gone through.</p>\n<p><strong>The solution here is to simply lock down your site for non-members.</strong> Users with a WP user, but no PMPro level should not have access to your member content.</p>\n<p>You need to check &#8220;Require Membership&#8221; on your member content, or check categories for your membership levels, or <a href="http://www.paidmembershipspro.com/2011/11/lock-down-everything-but-homepage-for-non-users/">use code like this</a>, or use <a href="http://www.paidmembershipspro.com/documentation/content-controls/">any of the tactics in our documentation</a>, to lock down your content.</p>\n<p><a href="http://www.paidmembershipspro.com/2013/09/read-using-paypal-standard-paid-memberships-pro/">There are more reasons to avoid using PayPal Standard.</a></p>\n<p>If you are interested, the reason we&#8217;ve programmed our PayPal Standard integration to work t this way is that when the user goes to PayPal, we have no way of knowing if or when they will come back to the site. Even if they pay, they might not click the &#8220;return to site&#8221; link to return to your site. Other membership plugins will typically check that payment has gone through and then direct users to sign up and create their user account after payment. We&#8217;d like users to be able to enter everything on one checkout page and so ask for the username and password up front and create the user account then.</p>\n<p>Other gateways like PayPal Express don&#8217;t work this way. With PayPal Express, we get an immediate response from PayPal after the user checks out. So we can wait for payment to go through before creating the user account. If there is an issue with payment, we won&#8217;t create a WP user account.</p>\n<p>However, even though other gateways will wait to create a user account, we still recommend that you lock your site down for members vs. non-members. When members cancel, they retain their WP user account (and just lose their membership level) and there are generally other ways to gain an WP user on your site without a membership level. So it&#8217;s a good idea to think more about members vs. non-members than users vs non-users.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:104:"http://www.paidmembershipspro.com/2014/06/pmpro-creates-users-without-paying-using-paypal-standard/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"6";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:42:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:72:"Troubleshooting Email Issues: Not sending, sent to spam, delivery delays";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:105:"http://www.paidmembershipspro.com/2014/06/troubleshooting-email-issues-sending-sent-spam-delivery-delays/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:114:"http://www.paidmembershipspro.com/2014/06/troubleshooting-email-issues-sending-sent-spam-delivery-delays/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 05 Jun 2014 17:01:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:15:"Troubleshooting";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.paidmembershipspro.com/?p=12082";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:328:"Are your WordPress or PMPro emails not sending? Do you receive emails 6 hours or more after they should have been delivered? Are all of your messages going to the spam folder? If so, try some of the troubleshooting and repair options below. Testing and Troubleshooting Test if other WordPress email is being sent (e.g. [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jason Coleman";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2945:"<p>Are your WordPress or PMPro emails not sending? Do you receive emails 6 hours or more after they should have been delivered? Are all of your messages going to the spam folder? If so, try some of the troubleshooting and repair options below.</p>\n<hr />\n<h2>Testing and Troubleshooting</h2>\n<p>Test if other WordPress email is being sent (e.g. try to reset your password).</p>\n<p>Test that other email (non-WordPress) from the server is working (testing this differs by each host/server, so follow up with your host on how to kick off a server-generated email).</p>\n<p>Some hosts only allow you to send email from addresses that are configured on the server. So if you&#8217;ve set up a &#8220;fake&#8221; email address as your &#8220;From Email:&#8221; under Memberships &gt; Email Settings, try changing the sending address to an email controlled by the server or set up that account as an actual account.</p>\n<p>On the other hand, some hosts do the opposite. They will run into issues when sending email from an email account configured on the server, but send emails from outside accounts (e.g. Gmail) fine. Try changing your from email to an outside address and see if this clears up your issues.</p>\n<p>Finally, if (1) you can send email from the host (2) you can send email from WP and (3) you have checked your spam folder and STILL aren&#8217;t getting PMPro emails, this may be an issue with PMPro and we can try to help in the <a href="http://www.paidmembershipspro.com/forums/forum/members-forum/">members-only forum</a>.</p>\n<hr />\n<h2>How to Resolve Email Delivery Issues</h2>\n<h4>Configure an SMTP Plugin</h4>\n<p>Many hosting systems have unique SMTP requirements, so in this case you can try a plugin that allows you to more discretely set the outgoing server details for your hosting package. Each host has its own configuration / knowledge base for outgoing mail servers, so search your provider&#8217;s website for specific details. Some plugins we&#8217;ve tested include:</p>\n<p><a href="http://wordpress.org/plugins/configure-smtp/"> Configure SMTP</a>, <a href="http://wordpress.org/plugins/wp-smtp/">WP SMTP</a> and <a href="http://wordpress.org/plugins/wp-mail-smtp/">WP Mail SMTP</a>.</p>\n<h4>Consider Better Hosting</h4>\n<p>If your main issue is that email is delayed, consider upgrading your hosting. See <a href="http://www.paidmembershipspro.com/2013/09/recommendations-web-hosting-support-pmpro/">this post on recommended hosting for sites running PMPro</a>.</p>\n<h4>Use a Third Party</h4>\n<p>Try a plugin that allows you to have all mail sent through a dedicated third party. This provides not only better delivery rates, but some analytics as well (note that there may be a fee involved depending on the number of emails distributed). Check out <a href="https://wordpress.org/plugins/wpmandrill/">wpMandrill</a> or <a href="https://wordpress.org/plugins/sendgrid-email-delivery-simplified/">SendGrid</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:110:"http://www.paidmembershipspro.com/2014/06/troubleshooting-email-issues-sending-sent-spam-delivery-delays/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:2:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";s:4:"href";s:46:"http://feeds.feedburner.com/PaidMembershipsPro";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:2:{s:3:"rel";s:3:"hub";s:4:"href";s:32:"http://pubsubhubbub.appspot.com/";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:42:"http://rssnamespace.org/feedburner/ext/1.0";a:1:{s:4:"info";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:1:{s:3:"uri";s:18:"paidmembershipspro";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:10:{s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:4:"etag";s:27:"RV5sJL+Qkd+S03XyTcSbzAN4kk8";s:13:"last-modified";s:29:"Tue, 19 Aug 2014 16:09:23 GMT";s:4:"date";s:29:"Tue, 19 Aug 2014 16:28:25 GMT";s:7:"expires";s:29:"Tue, 19 Aug 2014 16:28:25 GMT";s:13:"cache-control";s:18:"private, max-age=0";s:22:"x-content-type-options";s:7:"nosniff";s:16:"x-xss-protection";s:13:"1; mode=block";s:6:"server";s:3:"GSE";s:18:"alternate-protocol";s:7:"80:quic";}s:5:"build";s:14:"20131030001019";}', 'no') ; 
INSERT INTO `wp_options` VALUES (7553769, '_transient_wflginfl_1397946779', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7555603, '_transient_timeout_wflginfl_2015836163', '1407200434', 'no') ; 
INSERT INTO `wp_options` VALUES (7555604, '_transient_wflginfl_2015836163', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7553792, '_transient_timeout_wflginfl_2794033565', '1406839499', 'no') ; 
INSERT INTO `wp_options` VALUES (7553793, '_transient_wflginfl_2794033565', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7553794, '_transient_timeout_wflginfl_1223594419', '1406839871', 'no') ; 
INSERT INTO `wp_options` VALUES (7553795, '_transient_wflginfl_1223594419', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7553852, '_transient_timeout_wflginfl_848219207', '1406851939', 'no') ; 
INSERT INTO `wp_options` VALUES (7553853, '_transient_wflginfl_848219207', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7553822, '_transient_timeout_wffgt_1667330141', '1406845967', 'no') ; 
INSERT INTO `wp_options` VALUES (7553823, '_transient_wffgt_1667330141', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7553833, '_transient_timeout_wffgt_1144142903', '1406848582', 'no') ; 
INSERT INTO `wp_options` VALUES (7553834, '_transient_wffgt_1144142903', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7553900, '_transient_timeout_wflginfl_2794041590', '1406866490', 'no') ; 
INSERT INTO `wp_options` VALUES (7553901, '_transient_wflginfl_2794041590', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7554017, '_transient_timeout_wflginfl_1127006318', '1406900303', 'no') ; 
INSERT INTO `wp_options` VALUES (7555808, '_transient_timeout_wflginfl_2796966657', '1407253309', 'no') ; 
INSERT INTO `wp_options` VALUES (7555809, '_transient_wflginfl_2796966657', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7557448, '_transient_timeout_wflginfl_391885317', '1407514280', 'no') ; 
INSERT INTO `wp_options` VALUES (7557449, '_transient_wflginfl_391885317', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7554973, '_transient_wflginfl_1772407884', '5', 'no') ; 
INSERT INTO `wp_options` VALUES (7554018, '_transient_wflginfl_1127006318', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7554023, '_transient_timeout_wflginfl_1188546699', '1406901731', 'no') ; 
INSERT INTO `wp_options` VALUES (7554024, '_transient_wflginfl_1188546699', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7554030, '_transient_timeout_wflginfl_849136964', '1406903448', 'no') ; 
INSERT INTO `wp_options` VALUES (7554031, '_transient_wflginfl_849136964', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7554046, '_transient_timeout_wflginfl_1188544811', '1406908523', 'no') ; 
INSERT INTO `wp_options` VALUES (7554047, '_transient_wflginfl_1188544811', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7554074, '_transient_timeout_wffgt_1665215928', '1406909247', 'no') ; 
INSERT INTO `wp_options` VALUES (7554075, '_transient_wffgt_1665215928', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7554167, '_transient_timeout_wffgt_2913264385', '1406912509', 'no') ; 
INSERT INTO `wp_options` VALUES (7554168, '_transient_wffgt_2913264385', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7562689, '_transient_timeout_pmpro_notification_1.7.3.1', '1408568765', 'no') ; 
INSERT INTO `wp_options` VALUES (7562690, '_transient_pmpro_notification_1.7.3.1', 'NULL', 'no') ; 
INSERT INTO `wp_options` VALUES (7555333, '_transient_timeout_wflginfl_2796164266', '1407172515', 'no') ; 
INSERT INTO `wp_options` VALUES (7555334, '_transient_wflginfl_2796164266', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7555299, '_transient_timeout_wffgt_2798465922', '1407171593', 'no') ; 
INSERT INTO `wp_options` VALUES (7555300, '_transient_wffgt_2798465922', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7555451, '_transient_timeout_wflginfl_1658051449', '1407176120', 'no') ; 
INSERT INTO `wp_options` VALUES (7555452, '_transient_wflginfl_1658051449', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7555463, '_transient_timeout_wflginfl_3637802551', '1407177493', 'no') ; 
INSERT INTO `wp_options` VALUES (7555464, '_transient_wflginfl_3637802551', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7555466, '_transient_timeout_wffgt_3637802551', '1407177511', 'no') ; 
INSERT INTO `wp_options` VALUES (7555467, '_transient_wffgt_3637802551', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7555929, '_transient_timeout_wflginfl_1187398538', '1407260406', 'no') ; 
INSERT INTO `wp_options` VALUES (7557113, '_transient_timeout_wflginfl_3639889994', '1407443168', 'no') ; 
INSERT INTO `wp_options` VALUES (7557114, '_transient_wflginfl_3639889994', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7555925, '_transient_timeout_wflginfl_3336888669', '1407259380', 'no') ; 
INSERT INTO `wp_options` VALUES (7555926, '_transient_wflginfl_3336888669', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7557639, '_transient_timeout_wflginfl_1219002853', '1407533520', 'no') ; 
INSERT INTO `wp_options` VALUES (7555731, '_transient_timeout_wffgt_2491500328', '1407238942', 'no') ; 
INSERT INTO `wp_options` VALUES (7555732, '_transient_wffgt_2491500328', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7555927, '_transient_timeout_wflginfl_393755770', '1407259909', 'no') ; 
INSERT INTO `wp_options` VALUES (7555928, '_transient_wflginfl_393755770', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7554681, '_transient_timeout_wflginfl_628354466', '1407008011', 'no') ; 
INSERT INTO `wp_options` VALUES (7554682, '_transient_wflginfl_628354466', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7554321, '_transient_wflginfl_1143444208', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7554347, '_transient_timeout_wflginfl_2794024947', '1406931387', 'no') ; 
INSERT INTO `wp_options` VALUES (7554348, '_transient_wflginfl_2794024947', '5', 'no') ; 
INSERT INTO `wp_options` VALUES (7554592, '_transient_timeout_wflginfl_1815519756', '1406994057', 'no') ; 
INSERT INTO `wp_options` VALUES (7554593, '_transient_wflginfl_1815519756', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7554372, '_transient_timeout_wffgt_1633473255', '1406937382', 'no') ; 
INSERT INTO `wp_options` VALUES (7554373, '_transient_wffgt_1633473255', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7554384, '_transient_timeout_wffgt_1143434927', '1406938377', 'no') ; 
INSERT INTO `wp_options` VALUES (7554385, '_transient_wffgt_1143434927', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7554594, '_transient_timeout_wffgt_1815519756', '1406994040', 'no') ; 
INSERT INTO `wp_options` VALUES (7554595, '_transient_wffgt_1815519756', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7554516, '_transient_timeout_wflginfl_3227743405', '1406974249', 'no') ; 
INSERT INTO `wp_options` VALUES (7554517, '_transient_wflginfl_3227743405', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7558009, '_transient_wflginfl_3519205492', '5', 'no') ; 
INSERT INTO `wp_options` VALUES (7558008, '_transient_timeout_wflginfl_3519205492', '1407616328', 'no') ; 
INSERT INTO `wp_options` VALUES (7554533, '_transient_timeout_wffgt_1816835261', '1406978917', 'no') ; 
INSERT INTO `wp_options` VALUES (7554534, '_transient_wffgt_1816835261', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7554567, '_transient_timeout_wflginfl_1187509678', '1406987939', 'no') ; 
INSERT INTO `wp_options` VALUES (7554568, '_transient_wflginfl_1187509678', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7554581, '_transient_timeout_wflginfl_2796965997', '1406991547', 'no') ; 
INSERT INTO `wp_options` VALUES (7554582, '_transient_wflginfl_2796965997', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7554613, '_transient_timeout_wflginfl_2935726608', '1407000090', 'no') ; 
INSERT INTO `wp_options` VALUES (7554614, '_transient_wflginfl_2935726608', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7554667, '_transient_timeout_wflginfl_1188127474', '1407006398', 'no') ; 
INSERT INTO `wp_options` VALUES (7554668, '_transient_wflginfl_1188127474', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7554743, '_transient_timeout_wflginfl_2916857647', '1407018388', 'no') ; 
INSERT INTO `wp_options` VALUES (7554744, '_transient_wflginfl_2916857647', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7554736, '_transient_timeout_wffgt_1141810371', '1407017561', 'no') ; 
INSERT INTO `wp_options` VALUES (7554737, '_transient_wffgt_1141810371', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7554988, '_transient_timeout_wflginfl_2995333163', '1407087353', 'no') ; 
INSERT INTO `wp_options` VALUES (7554792, '_transient_timeout_wffgt_1186270984', '1407027734', 'no') ; 
INSERT INTO `wp_options` VALUES (7554793, '_transient_wffgt_1186270984', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7554851, '_transient_timeout_wflginfl_3458053862', '1407043500', 'no') ; 
INSERT INTO `wp_options` VALUES (7554852, '_transient_wflginfl_3458053862', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7554989, '_transient_wflginfl_2995333163', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7555030, '_transient_timeout_wflginfl_1085881118', '1407097493', 'no') ; 
INSERT INTO `wp_options` VALUES (7555031, '_transient_wflginfl_1085881118', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7555017, '_transient_timeout_wflginfl_3638500127', '1407096201', 'no') ; 
INSERT INTO `wp_options` VALUES (7555018, '_transient_wflginfl_3638500127', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7555019, '_transient_timeout_wflginfl_3638500120', '1407096211', 'no') ; 
INSERT INTO `wp_options` VALUES (7555020, '_transient_wflginfl_3638500120', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7555021, '_transient_timeout_wflginfl_3638500149', '1407096230', 'no') ; 
INSERT INTO `wp_options` VALUES (7555022, '_transient_wflginfl_3638500149', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7555050, '_transient_timeout_wflginfl_408828374', '1407104776', 'no') ; 
INSERT INTO `wp_options` VALUES (7555051, '_transient_wflginfl_408828374', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7555557, '_transient_timeout_wffgt_1635641696', '1407189224', 'no') ; 
INSERT INTO `wp_options` VALUES (7555617, '_transient_timeout_wflginfl_1635641696', '1407204526', 'no') ; 
INSERT INTO `wp_options` VALUES (7555618, '_transient_wflginfl_1635641696', '5', 'no') ; 
INSERT INTO `wp_options` VALUES (7555558, '_transient_wffgt_1635641696', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7557534, '_transient_timeout_wflginfl_2995334212', '1407520322', 'no') ; 
INSERT INTO `wp_options` VALUES (7557535, '_transient_wflginfl_2995334212', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7555585, '_transient_wflginfl_1247484106', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7555166, '_transient_timeout_wflginfl_3227743400', '1407146760', 'no') ; 
INSERT INTO `wp_options` VALUES (7555167, '_transient_wflginfl_3227743400', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7555201, '_transient_timeout_wflginfl_2606662442', '1407158648', 'no') ; 
INSERT INTO `wp_options` VALUES (7555202, '_transient_wflginfl_2606662442', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7555204, '_transient_timeout_wflginfl_2916209882', '1407159882', 'no') ; 
INSERT INTO `wp_options` VALUES (7555205, '_transient_wflginfl_2916209882', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7555206, '_transient_timeout_wflginfl_2916209860', '1407159885', 'no') ; 
INSERT INTO `wp_options` VALUES (7555207, '_transient_wflginfl_2916209860', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7555208, '_transient_timeout_wflginfl_2916209907', '1407159899', 'no') ; 
INSERT INTO `wp_options` VALUES (7555209, '_transient_wflginfl_2916209907', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7555211, '_transient_timeout_wflginfl_1676353280', '1407161332', 'no') ; 
INSERT INTO `wp_options` VALUES (7555212, '_transient_wflginfl_1676353280', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7555230, '_transient_timeout_wflginfl_1170595322', '1407164255', 'no') ; 
INSERT INTO `wp_options` VALUES (7555231, '_transient_wflginfl_1170595322', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7555983, '_transient_timeout_wflginfl_2921373210', '1407265263', 'no') ; 
INSERT INTO `wp_options` VALUES (7555240, '_transient_timeout_wffgt_1133024314', '1407166182', 'no') ; 
INSERT INTO `wp_options` VALUES (7555241, '_transient_wffgt_1133024314', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7555984, '_transient_wflginfl_2921373210', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7555985, '_transient_timeout_wffgt_2921373210', '1407265240', 'no') ; 
INSERT INTO `wp_options` VALUES (7555986, '_transient_wffgt_2921373210', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7555994, '_transient_timeout_wflginfl_1187010950', '1407267182', 'no') ; 
INSERT INTO `wp_options` VALUES (7555995, '_transient_wflginfl_1187010950', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7555997, '_transient_timeout_wflginfl_1188201024', '1407268262', 'no') ; 
INSERT INTO `wp_options` VALUES (7555998, '_transient_wflginfl_1188201024', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7556598, '_site_transient_timeout_browser_5f5170f7dcd6e36f03bb12e8dc2b65b6', '1407954238', 'yes') ; 
INSERT INTO `wp_options` VALUES (7556599, '_site_transient_browser_5f5170f7dcd6e36f03bb12e8dc2b65b6', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:4:"31.0";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"16";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7556022, '_transient_timeout_wflginfl_1210136183', '1407275348', 'no') ; 
INSERT INTO `wp_options` VALUES (7556023, '_transient_wflginfl_1210136183', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7556039, '_transient_timeout_wflginfl_410990305', '1407276053', 'no') ; 
INSERT INTO `wp_options` VALUES (7556030, '_transient_timeout_wflginfl_2923066003', '1407275602', 'no') ; 
INSERT INTO `wp_options` VALUES (7556031, '_transient_wflginfl_2923066003', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7556040, '_transient_wflginfl_410990305', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7556073, '_transient_timeout_wflginfl_1815313202', '1407284356', 'no') ; 
INSERT INTO `wp_options` VALUES (7556074, '_transient_wflginfl_1815313202', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7556085, '_transient_timeout_wflginfl_2918352207', '1407286785', 'no') ; 
INSERT INTO `wp_options` VALUES (7556086, '_transient_wflginfl_2918352207', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7556095, '_transient_timeout_wflginfl_1146151122', '1407287766', 'no') ; 
INSERT INTO `wp_options` VALUES (7556096, '_transient_wflginfl_1146151122', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7556108, '_transient_timeout_wflginfl_1182818321', '1407290065', 'no') ; 
INSERT INTO `wp_options` VALUES (7556109, '_transient_wflginfl_1182818321', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7556106, '_transient_timeout_wffgt_1650814702', '1407289754', 'no') ; 
INSERT INTO `wp_options` VALUES (7556107, '_transient_wffgt_1650814702', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7556158, '_transient_timeout_wflginfl_3635012681', '1407301029', 'no') ; 
INSERT INTO `wp_options` VALUES (7556159, '_transient_wflginfl_3635012681', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7556235, '_transient_timeout_wflginfl_3336880883', '1407324237', 'no') ; 
INSERT INTO `wp_options` VALUES (7556236, '_transient_wflginfl_3336880883', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7556241, '_transient_timeout_wffgt_1828491495', '1407325249', 'no') ; 
INSERT INTO `wp_options` VALUES (7556242, '_transient_wffgt_1828491495', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7556294, '_transient_timeout_wflginfl_3087082152', '1407336686', 'no') ; 
INSERT INTO `wp_options` VALUES (7556295, '_transient_wflginfl_3087082152', '5', 'no') ; 
INSERT INTO `wp_options` VALUES (7562528, '_transient_timeout_feed_mod_4ca4377f6a5a160a9f3a272673c0ba69', '1408508905', 'no') ; 
INSERT INTO `wp_options` VALUES (7562529, '_transient_feed_mod_4ca4377f6a5a160a9f3a272673c0ba69', '1408465705', 'no') ; 
INSERT INTO `wp_options` VALUES (7562526, '_transient_timeout_feed_4ca4377f6a5a160a9f3a272673c0ba69', '1408508905', 'no') ; 
INSERT INTO `wp_options` VALUES (7562527, '_transient_feed_4ca4377f6a5a160a9f3a272673c0ba69', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:51:"\n	\n	\n	\n	\n	\n	\n		\n		\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"GetShopped.org » WP e-Commerce Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:21:"http://getshopped.org";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:30:"WordPress shopping cart plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 15 Jul 2014 13:04:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:29:"http://wordpress.org/?v=3.9.2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:48:"\n		\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"WP eCommerce 3.8.14";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:47:"http://getshopped.org/news/wp-ecommerce-3-8-14/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:56:"http://getshopped.org/news/wp-ecommerce-3-8-14/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 02 May 2014 05:46:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:15:"GetShopped News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:4:"News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:20:"WP e-Commerce Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://getshopped.org/?p=312817";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:560:"<p>After months of effort, thousands of hours of development, and some pseudo-literal blood, sweat and tears &#8211; we&#8217;re proud to bring you WP eCommerce 3.8.14! While I was privileged to take the lead on this release, it was an incredible effort by developers, QA teams, beta testers and support staff.  I want to highlight a few people [&#8230;]</p>\n<p>The post <a rel="nofollow" href="http://getshopped.org/news/wp-ecommerce-3-8-14/">WP eCommerce 3.8.14</a> appeared first on <a rel="nofollow" href="http://getshopped.org">GetShopped.org</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Sainton";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3982:"<p>After months of effort, thousands of hours of development, and some pseudo-literal blood, sweat and tears &#8211; we&#8217;re proud to bring you WP eCommerce 3.8.14!</p>\n<p><span style="line-height: 1.5em;">While I was </span>privileged<span style="line-height: 1.5em;"> to take the lead on this release, it was an incredible effort by developers, QA teams, beta testers and support staff.  I want to highlight a few people whose efforts were particularly notable in this release:</span></p>\n<p>First off, my hat goes off to <a href="https://twitter.com/pyebrook">Jeffrey Schutzman</a>.  He was, in all measurable ways, the most significant contributor to this release.  It was a pleasure working with him on several facets of this release &#8211; from the javascript refactoring to the checkout workflow enhancements to the new WPSC_Countries/WPSC_Region classes and more.  He&#8217;s an incredibly smart and talented individual and we&#8217;re grateful to have him participating in our community.  Not everyone knows or realizes this, but all of the open source contribution to WP eCommerce is completely donated time.  That means the hundreds, if not thousands, of hours that Jeff and I have poured into WP eCommerce 3.8.14 over the last 3 months has been out of the love for the project.  I don&#8217;t say that to give myself any credit, but simply to honor the dedication and sacrifices that Jeffrey has made for all of us in his work on this release.  Cheers, Jeff!</p>\n<p>But that&#8217;s not all.  We&#8217;ll go over numbers in just a second, but there were two other &#8220;MVPs&#8221; in this release.  If you use UPS or USPS, you&#8217;ll no doubt notice notable performance improvements, fewer bugs and better extendibility for developers in those modules on this release.  That is due to the incredibly diligent work of <a href="https://github.com/ReactorShop">Jorge Aguayo</a>, a phenomenally helpful developer who contributed a ton to this release.  We&#8217;re super grateful for his continued contributions.</p>\n<p>Lastly &#8211; the entire support staff at Instinct has been a huge help in the QA process throughout the entire release, but the especially exhaustive efforts of Mihai (you&#8217;ll know him as @misiculus on wordpress.org and GitHub) this release were absolutely invaluable.  He found more bugs as we were developing than perhaps anyone else.  Thanks, Mihai!</p>\n<p>Some quick (and somewhat mind-bending) numbers on this release:</p>\n<ul>\n<li>We&#8217;ve added well over <strong>50+</strong> new actions and filters.</li>\n<li>There were <strong>185 files changed</strong>.</li>\n<li><strong>21,125</strong> insertions(+), <strong>15,387</strong> deletions(-)</li>\n<li><strong>249</strong> Issues closed (That&#8217;s THREE TIMES more than any release on GitHub to date)</li>\n<li><strong>13</strong> Contributors</li>\n<li><strong>1,084</strong> Commits</li>\n<li>Touched approximately <strong>65%</strong> of the codebase.</li>\n</ul>\n<p>All that change, and we still aim to keep our promise of 100% backwards compatibility.  Suffice to say &#8211; we&#8217;re ready for some sleep <img src="http://getshopped.org/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" />   Missed our RC release outlining some of the new features (not to mention a fancy video :))?  <a href="http://getshopped.org/news/wp-ecommerce-3-8-14-rc/">Go check it out</a>.</p>\n<p>So please, backup your databases and websites, and take <a href="http://downloads.wordpress.org/plugin/wp-e-commerce.3.8.14.zip">WP eCommerce 3.8.14 </a>for a spin.  We know you&#8217;ll be delighted.</p>\n<p>Think you&#8217;ve found a bug in this release?  <a href="https://github.com/wp-e-commerce/WP-e-Commerce/issues/new">Let us know on GitHub</a>.</p>\n<p>The post <a rel="nofollow" href="http://getshopped.org/news/wp-ecommerce-3-8-14/">WP eCommerce 3.8.14</a> appeared first on <a rel="nofollow" href="http://getshopped.org">GetShopped.org</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:52:"http://getshopped.org/news/wp-ecommerce-3-8-14/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"59";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:51:"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"WP eCommerce 3.8.14-RC is here!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://getshopped.org/news/wp-ecommerce-3-8-14-rc/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://getshopped.org/news/wp-ecommerce-3-8-14-rc/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 30 Apr 2014 14:00:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:10:"Developers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:15:"GetShopped News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:4:"News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:20:"WP e-Commerce Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://getshopped.org/?p=312812";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:535:"<p>We&#8217;re elated to announce the release candidate for WP eCommerce 3.8.14! This is one of our biggest releases to date, and to celebrate, we made you a little video Notice the bags under my eyes?  It&#8217;s been a very long few months and a massive team effort (More on the team in the release post) [&#8230;]</p>\n<p>The post <a rel="nofollow" href="http://getshopped.org/news/wp-ecommerce-3-8-14-rc/">WP eCommerce 3.8.14-RC is here!</a> appeared first on <a rel="nofollow" href="http://getshopped.org">GetShopped.org</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Sainton";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:5510:"<p>We&#8217;re elated to announce the release candidate for WP eCommerce 3.8.14!</p>\n<p>This is one of our biggest releases to date, and to celebrate, we made you a little video <img src="http://getshopped.org/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>\n<p><iframe src="//player.vimeo.com/video/93343516" width="500" height="281" frameborder="0" title="WP eCommerce 3.8.14-RC Announcement" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></p>\n<p>Notice the bags under my eyes? <img src="http://getshopped.org/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" />   It&#8217;s been a very long few months and a massive team effort (More on the team in the release post) with thousands of man-hours going into this release.</p>\n<p>For the exhaustive list of changes made this release, feel free to review our <a href="https://github.com/wp-e-commerce/WP-e-Commerce/commits/master">commit log</a> or our <a href="https://github.com/wp-e-commerce/WP-e-Commerce/issues?milestone=12&amp;page=1&amp;state=closed">closed issues on GitHub</a>.  An abbreviated changelog will be included with the final release.</p>\n<p>That said, there are at least 4 major changes and a few minor changes that we&#8217;d love for you to test.  ALWAYS backup your database and files before testing the newest release.   Here&#8217;s what we&#8217;d love heavy testing on:</p>\n<ul>\n<li>External Shipping and Payment APIs.</li>\n<li>Customer Meta API</li>\n<li>Checkout Workflow</li>\n<li>Product Add/Edit UI</li>\n</ul>\n<h3>Major Changes</h3>\n<p>These are areas that we&#8217;ve given <em>complete overhauls.</em>  If you&#8217;re using a shipping module like FedEx or UPS &#8211; be sure to test that they work as expected!  We&#8217;ve added some really great APIs and classes for developer to utilize for accessing countries and regions, and we&#8217;re using them ourselves in core.  Everything seems to be working great (and with significantly improved performance!) &#8211; but do please test.  Related areas to test would be on any custom payment gateways (including PayPal, Stripe, Authorize.net and others).</p>\n<p>If you&#8217;re a developer who has interfaced with our customer meta API (Functions like <code>wpsc_get_customer_meta()</code>), we&#8217;ve completely overhauled that architecture.  For those who noticed a massive influx of &#8220;anonymous users&#8221; in their 3.8.13 install, this release fixes that by moving the entire customer architecture away from WP Users.  It works beautifully and we think you&#8217;ll love it &#8211; but do test!</p>\n<p>An area that we&#8217;re particularly proud of is the <strong>massive </strong>improvements made to our checkout workflow UI.  We&#8217;ve closed out countless bugs in this specific area, improved performance and created a more awesome user experience here.  Be sure to test this, especially if you have a heavily customized theme.</p>\n<p>Finally, we&#8217;ve made great strides in our product editing/adding user interface.  We&#8217;ve streamlined, cut back, and made the most important data more visible than ever before.  We love it &#8211; but we&#8217;d love to hear your thoughts on it!</p>\n<h3><strong></strong>Minor Changes</h3>\n<p>We&#8217;ve added dozens (if not hundreds) of new filters and actions in this release, and fixed <em>over 200 bugs. </em>To call the effort &#8220;Herculean&#8221; would be an understatement.  There are a few important behavioral changes that we (and many of our beta testers) consider improvements, but they are definitely changes to be aware of:</p>\n<ul>\n<li>We&#8217;ve modified some of the behavior in how taxes and coupons work together, and in turn, how total cart prices are calculated.  For more context, <a href="https://github.com/wp-e-commerce/WP-e-Commerce/issues/170">read up on GitHub</a>.</li>\n<li>We&#8217;ve improved the security of our IPN response handling for PayPal Standard.  If you use PayPal Standard, be sure to test this.</li>\n<li>Our UPS and USPS modules, as mentioned above, have been <em>significantly improved.</em>  If you use these, test them extensively.</li>\n<li>We&#8217;ve improved bbPress + WPeC compatibility.</li>\n<li>Our prior releases had &#8220;dynamic&#8221; javascript and CSS files, both in the admin and front-end.  These were often-times significant performance bottlenecks (on some sites, taking up to 10 seconds to load!).  We&#8217;ve removed these and attempted to maintain backwards compatibility along with fulfilling the original intent of those dynamic files.  This should prove to be a great performance improvement, but again &#8211; if you relied heavily on these, please test!</li>\n</ul>\n<p>A final, repetitive note: <span style="text-decoration: underline;"><em>Please, please, please make a backup before testing</em></span> &#8211; but, just as important &#8211; please test <img src="http://getshopped.org/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>\n<p>You can download our master branch via the <a href="http://wordpress.org/plugins/wpec-beta-tester/">WPEC Beta Tester plugin</a>, or you can <a href="https://github.com/wp-e-commerce/WP-e-Commerce/archive/master.zip">download it here, straight from GitHub</a></p>\n<p>The post <a rel="nofollow" href="http://getshopped.org/news/wp-ecommerce-3-8-14-rc/">WP eCommerce 3.8.14-RC is here!</a> appeared first on <a rel="nofollow" href="http://getshopped.org">GetShopped.org</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://getshopped.org/news/wp-ecommerce-3-8-14-rc/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:51:"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WP eCommerce 3.8.14-beta is here!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://getshopped.org/news/wp-ecommerce-3-8-14-beta/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:61:"http://getshopped.org/news/wp-ecommerce-3-8-14-beta/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 26 Apr 2014 07:51:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:15:"GetShopped News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:4:"News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:8:"releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:20:"WP e-Commerce Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://getshopped.org/?p=312806";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:553:"<p>After being in development for 3 months, we&#8217;re so excited to announce that the 3.8.14 release of WP eCommerce is imminent!  We need lots of help beta testing to make sure we&#8217;re able to launch this as successfully as possible. This is perhaps one of the most extensive overhauls of WP eCommerce in the last [&#8230;]</p>\n<p>The post <a rel="nofollow" href="http://getshopped.org/news/wp-ecommerce-3-8-14-beta/">WP eCommerce 3.8.14-beta is here!</a> appeared first on <a rel="nofollow" href="http://getshopped.org">GetShopped.org</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Sainton";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3035:"<p>After being in development for 3 months, we&#8217;re so excited to announce that the 3.8.14 release of WP eCommerce is imminent!  We need lots of help beta testing to make sure we&#8217;re able to launch this as successfully as possible.</p>\n<p>This is perhaps one of the most extensive overhauls of WP eCommerce in the last year.  For developers, we&#8217;ve introduced dozens of new actions and filters, a completely refactored Customer Meta API, brand new classes for interfacing with Countries and Regions and significantly improved internal documentation.</p>\n<p>For users, you&#8217;ll notice significant performance improvements on the front and back-end, especially on the checkout process.  Speaking of the checkout process, we spent nearly 100 hours digging through our internals and refactoring TONS of the checkout process.  In doing so, we&#8217;ve eliminated dozens of bugs, especially surrounding our &#8220;Shipping Same as Billing&#8221; functionality.  Beyond that, parts of the checkout process have been significantly improved with regards to performance and usability.  One of the most special areas we&#8217;ve been working on this release is implementing a significantly overhauled and improved interface for adding and editing your products.  We&#8217;ve removed a LOAD of clutter and given easier access to the information you need.</p>\n<p>We&#8217;re so excited for you to check everything out!  On top of the areas we&#8217;ve already mentioned, as you can see on our GitHub repository, we&#8217;ve closed out <strong><em><a href="https://github.com/wp-e-commerce/WP-e-Commerce/issues?milestone=12&amp;page=1&amp;state=closed">over 200 bugs</a></em> </strong>in this release cycle.  We&#8217;re pretty proud of that accomplishment, and we&#8217;re sure you will be, too.</p>\n<p>So please, get your staging servers set up and help us test this beta release of WP eCommerce 3.8.14.  As always, be sure to back up your website before installing the beta, and never run beta software on a production server.  Even with all of the overhauling we&#8217;ve done, our goal is 100% backwards compatibility &#8211; so we won&#8217;t know if we&#8217;ve broken anything until you test on your staging site and tell us how you&#8217;re getting on <img src="http://getshopped.org/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>\n<p>Should you run into any bugs or compatibility issues, please report them on our <a href="https://github.com/wp-e-commerce/WP-e-Commerce/issues/new">GitHub Issues tracker</a>.</p>\n<p>If all goes well, we&#8217;ll have an RC by early next week and launch 3.8.14 shortly thereafter.  Happy testing!</p>\n<p><a href="https://github.com/wp-e-commerce/WP-e-Commerce/archive/3.8.14-beta.zip">Download WP eCommerce 3.8.14-beta</a></p>\n<p>The post <a rel="nofollow" href="http://getshopped.org/news/wp-ecommerce-3-8-14-beta/">WP eCommerce 3.8.14-beta is here!</a> appeared first on <a rel="nofollow" href="http://getshopped.org">GetShopped.org</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:57:"http://getshopped.org/news/wp-ecommerce-3-8-14-beta/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:48:"\n		\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"WP e-Commerce 3.8.13.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://getshopped.org/news/wp-e-commerce-3-8-13-3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://getshopped.org/news/wp-e-commerce-3-8-13-3/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 17 Jan 2014 14:46:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:15:"GetShopped News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:4:"News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:20:"WP e-Commerce Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://getshopped.org/?p=312458";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:572:"<p>WP e-Commerce 3.8.13.3 is available for download! Nearly a week passed since our last bug fix release 3.8.13.2 and we have received many positive feedback as it has addressed most of the issues introduced in our previous major release. Today we&#8217;re making 3.8.13.3 official, which addresses several minor bugs our users are still encountering: * [&#8230;]</p>\n<p>The post <a rel="nofollow" href="http://getshopped.org/news/wp-e-commerce-3-8-13-3/">WP e-Commerce 3.8.13.3</a> appeared first on <a rel="nofollow" href="http://getshopped.org">GetShopped.org</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Gary Cao";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1779:"<p>WP e-Commerce 3.8.13.3 is available for download!</p>\n<p>Nearly a week passed since our last bug fix release 3.8.13.2 and we have received many positive feedback as it has addressed most of the issues introduced in our previous major release.</p>\n<p>Today we&#8217;re making 3.8.13.3 official, which addresses several minor bugs our users are still encountering:</p>\n<pre>* Fix: Users disappear in Network Admin -> Users page (for multisite)\r\n* Fix: User counts are incorrect when there are thousands separators.\r\n* Fix: "Save Product Files" button doesn\'t like being clicked on.\r\n</pre>\n<p>As usual, it is extremely important that before you upgrade to WPEC 3.8.13.3, <strong>please back up your files and databases</strong>. <a href="http://ithemes.com/member/go.php?r=27731&amp;i=l44">Backup Buddy</a> is our top choice for making backup simple and effortless.</p>\n<h5>How to upgrade WP e-Commerce</h5>\n<p>You can simply use WordPress automatic updates feature to download and install WP e-Commerce 3.8.13.3.</p>\n<p>If that doesn&#8217;t work for you, try the following steps for a manual upgrade:</p>\n<p>- <a href="http://downloads.wordpress.org/plugin/wp-e-commerce.3.8.13.3.zip">Download WP e-Commerce 3.8.13.3 from here</a> and save it to your computer.</p>\n<p>- Extract the downloaded package to a folder on your computer.</p>\n<p>- Upload the contents of that folder to this path on your server, overwriting all existing files: <code>wp-content/plugins/wp-e-commerce</code></p>\n<p>Please let us know in the comment if you run into any issues with the upgrade.</p>\n<p>The post <a rel="nofollow" href="http://getshopped.org/news/wp-e-commerce-3-8-13-3/">WP e-Commerce 3.8.13.3</a> appeared first on <a rel="nofollow" href="http://getshopped.org">GetShopped.org</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://getshopped.org/news/wp-e-commerce-3-8-13-3/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"33";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:48:"\n		\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"WP e-Commerce 3.8.13.2 is ready";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://getshopped.org/news/wp-e-commerce-3-8-13-2-is-ready/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:68:"http://getshopped.org/news/wp-e-commerce-3-8-13-2-is-ready/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 11 Jan 2014 16:53:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:15:"GetShopped News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:4:"News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:20:"WP e-Commerce Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://getshopped.org/?p=312439";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:578:"<p>WP e-Commerce 3.8.13.2 is ready for download! After 3.8.13 upgrade, a lot of our users were alarmed when they see many anonymous users with cryptic names appearing in their WordPress admin Users page. These user accounts are harmless and are used to collect anonymous customer data (such as cart items, shipping / billing locations etc.). [&#8230;]</p>\n<p>The post <a rel="nofollow" href="http://getshopped.org/news/wp-e-commerce-3-8-13-2-is-ready/">WP e-Commerce 3.8.13.2 is ready</a> appeared first on <a rel="nofollow" href="http://getshopped.org">GetShopped.org</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Gary Cao";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2160:"<p>WP e-Commerce 3.8.13.2 is ready for download!</p>\n<p>After 3.8.13 upgrade, a lot of our users were alarmed when they see many anonymous users with cryptic names appearing in their WordPress admin Users page. These user accounts are harmless and are used to collect anonymous customer data (such as cart items, shipping / billing locations etc.). However we acknowledge that displaying them in the admin area proved to be confusing and we apologize for the inconvenience.</p>\n<p>In this release, we&#8217;re taking the first steps to fix the 3 major issues with anonymous customers that our users have:</p>\n<pre>* Anonymous customers should not be visible in admin UI.\r\n* Cronjob to purge anonymous customers doesn\'t work due to memory issues.\r\n* Anonymous cart items are lost after signing in.\r\n</pre>\n<p>In the upcoming releases, we will continue to improve the customer data storage system so that it uses up as little space as possible in your database.</p>\n<p>It is extremely important that before you upgrade to WPEC 3.8.13.2, <strong>please back up your files and databases</strong>. <a href="http://ithemes.com/member/go.php?r=27731&amp;i=l44">Backup Buddy</a> is our top choice for making backup simple and effortless.</p>\n<h5>How to upgrade WP e-Commerce</h5>\n<p>You can simply use WordPress automatic updates feature to download and install WP e-Commerce 3.8.13.2.</p>\n<p>If that doesn&#8217;t work for you, try the following steps for a manual upgrade:</p>\n<p>- <a href="http://downloads.wordpress.org/plugin/wp-e-commerce.3.8.13.2.zip">Download WP e-Commerce 3.8.13.2 from here</a> and save it to your computer.</p>\n<p>- Extract the downloaded package to a folder on your computer.</p>\n<p>- Upload the contents of that folder to this path on your server, overwriting all existing files: <code>wp-content/plugins/wp-e-commerce</code></p>\n<p>Please let us know in the comment if you run into any issues with the upgrade.</p>\n<p>The post <a rel="nofollow" href="http://getshopped.org/news/wp-e-commerce-3-8-13-2-is-ready/">WP e-Commerce 3.8.13.2 is ready</a> appeared first on <a rel="nofollow" href="http://getshopped.org">GetShopped.org</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:64:"http://getshopped.org/news/wp-e-commerce-3-8-13-2-is-ready/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"7";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:45:"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"A very merry update";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:47:"http://getshopped.org/news/a-very-merry-update/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:56:"http://getshopped.org/news/a-very-merry-update/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 22 Dec 2013 05:08:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:4:"News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:20:"WP e-Commerce Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://getshopped.org/?p=312385";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:545:"<p>Merry Christmas folks!!! We&#8217;re pleased to announce the 3.8.13 release of the WP e-Commerce Plugin. This release comes with some new stuff, some changes and some fixes. You can find all the details below. We&#8217;re hoping this release is the last 3.8.x release before we roll up our sleeves, strap on the boxing gloves and [&#8230;]</p>\n<p>The post <a rel="nofollow" href="http://getshopped.org/news/a-very-merry-update/">A very merry update</a> appeared first on <a rel="nofollow" href="http://getshopped.org">GetShopped.org</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"DanMilward";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:4393:"<p>Merry Christmas folks!!!</p>\n<p>We&#8217;re pleased to announce the 3.8.13 release of the WP e-Commerce Plugin. This release comes with some new stuff, some changes and some fixes. You can find all the details below.</p>\n<p>We&#8217;re hoping this release is the last 3.8.x release before we roll up our sleeves, strap on the boxing gloves and push out WPEC 3.9 with new bbPress inspired template engine. Its going to be a fun 2014&#8230; I&#8217;m thinking free themes (or was that freed themes), new products and a whole Lotta WordCamp.</p>\n<p><a title="WordPress e-Commerce Plugin update" href="http://downloads.wordpress.org/plugin/wp-e-commerce.3.8.13.zip">Download 3.8.13</a> and let us know what you think. If you have any questions or comments regarding this release please let us know in the comments section below.</p>\n<p><strong>New stuff&#8230;</strong></p>\n<div>* New: Product Media UI.</div>\n<div>* New: Cart Item Meta API</div>\n<div>* New: &#8216;wpsc_after_checkout_cart_<wbr />rows&#8217; action.</div>\n<div>* New: Add &#8216;wpsc_default_dimension_unit&#8217; and &#8216;wpsc_default_weight_unit&#8217; filters.</div>\n<div>* New: Add &#8216;wpsc_save_product_order&#8217; action and use it to save category product order in the term_relationships table.</div>\n<div>* New: Add logic filter for coupons.  We currently have one for properties, this should sufficiently round out the extensibility for the UI.</div>\n<div>* New: Allow gateway images to be filtered.</div>\n<div>* New: Allow multiple comma-separated categories in coupon conditions.</div>\n<div>* New: Product Gallery metabox.</div>\n<p><strong>Changes&#8230;</strong></p>\n<div>* Change: Better Customer API.</div>\n<div>* Change: Prepend (WPEC) to widget names in wp-admin</div>\n<div>* Change: Replace default noimage.png with a better image.</div>\n<div>* Change: Updated NL language</div>\n<div>* Change: Updated german language strings</div>\n<div>* Change: Use new spinner image in WordPress 3.8</div>\n<p><strong>Fixes&#8230;</strong></p>\n<div>* Fix: Add preg_quote() to coupon regexes that intend to parse strings. Fixes issue where unexpected results occur when strings contain slashes, or really, any regex-oriented characters.</div>\n<div>* Fix: Change wpsc_get_remaining_quantity() to call the method dynamically, rather than statically.  The previous behaviour caused a strict standards warning.</div>\n<div>* Fix: Database Upgrade Routine to rename old _wpsc_* product metadata array keys so they no longer include the &#8216;_wpsc_&#8217; prefix</div>\n<div>* Fix: In Purchase log admin screen, item count is sum of quantity field rather than count of rows</div>\n<div>* Fix: Invert logic on shipping ZIP code check in core theme files.</div>\n<div>* Fix: Modify behavior in Download CSV functionality to properly convert region IDs to regions.</div>\n<div>* Fix: Modify wpsc_update_item_quantity() to listen for wpsc_quantity_update, reverting to $_POST[\'quantity\'] only if it exists.</div>\n<div>* Fix: PHP strict warnings.</div>\n<div>* Fix: Properly quote SKUs in CSV file.</div>\n<div>* Fix: Rename generically named function.</div>\n<div>* Fix: Stock and sale price empty values should be preserved.</div>\n<div>* Fix: Variation thumbnail size in admin screen.</div>\n<div>* Fix: cart is not initialized when some shipping modules are triggered</div>\n<div>* Fix: redundant product thumbnail is displayed on category / single product list.</div>\n<div>* Fix: variation checkbox column width in WP 3.7.</div>\n<div>* Fix: Out of stock message for variations now correctly shows variation of product for the title, rather than main product.</div>\n<div>* Fix: Use proper link in checkout for variation products.</div>\n<div>* Fix: Return tax information in switchmethod() JS function.</div>\n<div>* Fix: Resolve conflict with Advanced Custom Fields on save_post hook for products.</div>\n<div>* Fix: Update Bulgarian Currency symbol.</div>\n<div>* Fix: Resolve issue where updating pages causes rewrite rule conflicts when pretty permalinks are enabled.</div>\n<div></div>\n<p>&gt; <a title="WordPress e-Commerce Plugin update" href="http://downloads.wordpress.org/plugin/wp-e-commerce.3.8.13.zip">Download 3.8.13</a></p>\n<p>The post <a rel="nofollow" href="http://getshopped.org/news/a-very-merry-update/">A very merry update</a> appeared first on <a rel="nofollow" href="http://getshopped.org">GetShopped.org</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:52:"http://getshopped.org/news/a-very-merry-update/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"29";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:42:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"Upgrade to the Amazon S3 Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"http://getshopped.org/wp-e-commerce-plugin/upgrade-to-the-amazon-s3-plugin/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:84:"http://getshopped.org/wp-e-commerce-plugin/upgrade-to-the-amazon-s3-plugin/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 05 Dec 2013 03:29:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:20:"WP e-Commerce Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://getshopped.org/?p=312273";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:653:"<p>The support for multiple buckets is here! Our Amazon S3 plugin will now support multiple buckets. Simply select the setting to be &#8220;All Buckets&#8221; in Products -&#62; S3 Downloads and all your qualified Amazon S3 files should show up under Amazon S3 Tab in the product page settings. Check out this plugin at http://getshopped.org/premium-upgrades/premium-plugin/amazon-s3-plugin/ Regards, [&#8230;]</p>\n<p>The post <a rel="nofollow" href="http://getshopped.org/wp-e-commerce-plugin/upgrade-to-the-amazon-s3-plugin/">Upgrade to the Amazon S3 Plugin</a> appeared first on <a rel="nofollow" href="http://getshopped.org">GetShopped.org</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:3:"Ray";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1062:"<p>The support for multiple buckets is here! Our Amazon S3 plugin will now support multiple buckets.</p>\n<p><a href="http://getshopped.org/wp-content/uploads/2013/12/amazonS3MultipleBucket1.png"><img class="alignnone  wp-image-312275" alt="amazonS3MultipleBucket" src="http://getshopped.org/wp-content/uploads/2013/12/amazonS3MultipleBucket1.png" width="620" height="223" /></a></p>\n<p>Simply select the setting to be &#8220;All Buckets&#8221; in Products -&gt; S3 Downloads and all your qualified Amazon S3 files should show up under Amazon S3 Tab in the product page settings.</p>\n<p>Check out this plugin at <a title="Amazon S3 Plugin" href="http://getshopped.org/premium-upgrades/premium-plugin/amazon-s3-plugin/">http://getshopped.org/premium-upgrades/premium-plugin/amazon-s3-plugin/</a></p>\n<p>Regards,<br />\nRay</p>\n<p>The post <a rel="nofollow" href="http://getshopped.org/wp-e-commerce-plugin/upgrade-to-the-amazon-s3-plugin/">Upgrade to the Amazon S3 Plugin</a> appeared first on <a rel="nofollow" href="http://getshopped.org">GetShopped.org</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:80:"http://getshopped.org/wp-e-commerce-plugin/upgrade-to-the-amazon-s3-plugin/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:42:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"Google Checkout officially shuts down";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:81:"http://getshopped.org/wp-e-commerce-plugin/google-checkout-officially-shuts-down/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:90:"http://getshopped.org/wp-e-commerce-plugin/google-checkout-officially-shuts-down/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 20 Nov 2013 15:18:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:20:"WP e-Commerce Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://getshopped.org/?p=312176";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:592:"<p>As announced since may 2013, Google has shut down Google Checkout service. This means WP e-Commerce store owners will no longer be able to accept payments using their service starting today (November 20 2013). You can read the official announcement here! What this means for you (WPEC store owner) is that you will no longer [&#8230;]</p>\n<p>The post <a rel="nofollow" href="http://getshopped.org/wp-e-commerce-plugin/google-checkout-officially-shuts-down/">Google Checkout officially shuts down</a> appeared first on <a rel="nofollow" href="http://getshopped.org">GetShopped.org</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"Mihai";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1804:"<p>As announced since may 2013, Google has shut down Google Checkout service. This means WP e-Commerce store owners will no longer be able to accept payments using their service starting today (November 20 2013).</p>\n<p>You can read the official announcement <a href="https://support.google.com/checkout/sell/answer/3080449" target="_blank">here</a>!</p>\n<p>What this means for you (WPEC store owner) is that you will no longer be able to accept payments on your store using Google Checkout gateway.</p>\n<p>Google itself recommends one specific option for Payment Processing and that is <a href="https://www.braintreepayments.com/google-checkout?partner_source=google-checkout&amp;utm_medium=ptn&amp;utm_source=google-checkout&amp;utm_campaign=google-checkout" target="_blank">Braintree</a>. Signing up from this page will give you discounted rates for lifetime once you signup.</p>\n<p><a href="https://www.braintreepayments.com/google-checkout?partner_source=google-checkout&amp;utm_medium=ptn&amp;utm_source=google-checkout&amp;utm_campaign=google-checkout" target="_blank">Signup for Braintree now !</a></p>\n<p>We know some of WP e-Commerce store owners use, or at least used to use, Google Checkout for taking in payments and because we don`t want you to loose sales over this we have already create a payment gateway for Braintree and WP e-Commerce.</p>\n<p>The gateway is available as a Premium Plugin and can be purchased <a href="http://getshopped.org/premium-upgrades/premium-plugin/braintree-payment-gateway/" target="_blank">right now</a>!</p>\n<p>The post <a rel="nofollow" href="http://getshopped.org/wp-e-commerce-plugin/google-checkout-officially-shuts-down/">Google Checkout officially shuts down</a> appeared first on <a rel="nofollow" href="http://getshopped.org">GetShopped.org</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:86:"http://getshopped.org/wp-e-commerce-plugin/google-checkout-officially-shuts-down/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:45:"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"Update: WP e-Commerce Plugin 3.8.13 Beta 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://getshopped.org/news/wp-e-commerce-plugin-3-8-13-beta/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:69:"http://getshopped.org/news/wp-e-commerce-plugin-3-8-13-beta/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 13 Nov 2013 20:11:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:4:"News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:20:"WP e-Commerce Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://getshopped.org/?p=312141";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:563:"<p>We’re pleased to announce that WP e-Commerce Plugin 3.8.13 beta 1 is ready for community testing. For the users we have - We now use the new WordPress media UI for product images - Tidied up UI on all the Store Settings pages except presentation settings (which will be replaced entirely when we introduce the [&#8230;]</p>\n<p>The post <a rel="nofollow" href="http://getshopped.org/news/wp-e-commerce-plugin-3-8-13-beta/">Update: WP e-Commerce Plugin 3.8.13 Beta 1</a> appeared first on <a rel="nofollow" href="http://getshopped.org">GetShopped.org</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"DanMilward";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1839:"<p>We’re pleased to announce that WP e-Commerce Plugin 3.8.13 beta 1 is ready for community testing.</p>\n<p><strong>For the users we have</strong></p>\n<p><strong></strong><span style="line-height: 1.5;">- We now use the new WordPress media UI for product images</span></p>\n<p><span style="line-height: 1.5;">- Tidied up UI on all the Store Settings pages except presentation settings (which will be replaced entirely when we introduce the new Theme Engine)</span></p>\n<p>- Fixed a bug with DropShop causing it to not work with latest version of WPEC and WP</p>\n<p><span style="line-height: 1.5;">- All sorts of fixes here and there to help make WPEC ever more awesome</span></p>\n<p><strong>And for the developers we have</strong></p>\n<p><strong></strong><span style="line-height: 1.5;">- Cart items API</span></p>\n<p><span style="line-height: 1.5;">- Custom meta API</span></p>\n<p><span style="line-height: 1.5;">- Stats API (coming soon)</span></p>\n<p><strong>To conclude</strong></p>\n<p>To conclude we would like to ask that you have a fiddle and let us know what you think. Stay tuned for our new website, and the imminent and official 3.8.13 release which will be coming sometime soon. <a href="https://github.com/wp-e-commerce/">Patches and contributions via Github</a> are always welcome <img src="http://getshopped.org/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>\n<p><a title="WordPress e-Commerce Plugin 3.8.13 Beta 1" href="http://downloads.wordpress.org/plugin/wp-e-commerce.3.8.13-beta.zip" target="_blank">Download WP e-Commerce Plugin 3.8.13 Beta 1</a></p>\n<p>The post <a rel="nofollow" href="http://getshopped.org/news/wp-e-commerce-plugin-3-8-13-beta/">Update: WP e-Commerce Plugin 3.8.13 Beta 1</a> appeared first on <a rel="nofollow" href="http://getshopped.org">GetShopped.org</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:65:"http://getshopped.org/news/wp-e-commerce-plugin-3-8-13-beta/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"17";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:48:"\n		\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"Content Blocks Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:49:"http://getshopped.org/news/content-blocks-plugin/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:58:"http://getshopped.org/news/content-blocks-plugin/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 05 Nov 2013 21:49:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:4:"News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"Plugins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:20:"WP e-Commerce Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://getshopped.org/?p=312070";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:528:"<p>One of things I like the most about Blox Theme by ThemeZilla is the Portfolio functionality. The only thing that I didn&#8217;t like about the Blox Theme was that this most desirable of features was trapped in Blox with no clear way out! So that being the case and seeming we needed the functionality on our [&#8230;]</p>\n<p>The post <a rel="nofollow" href="http://getshopped.org/news/content-blocks-plugin/">Content Blocks Plugin</a> appeared first on <a rel="nofollow" href="http://getshopped.org">GetShopped.org</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"DanMilward";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1207:"<p><img class="alignnone  wp-image-312086" alt="Screen Shot 2013-11-05 at 9.31.34 pm" src="http://getshopped.org/wp-content/uploads/2013/11/Screen-Shot-2013-11-05-at-9.31.34-pm.png" width="596" height="335" /></p>\n<p>One of things I like the most about <a title="Blox Theme" href="http://www.themezilla.com/themes/blox/">Blox Theme</a> by ThemeZilla is the Portfolio functionality.</p>\n<p>The only thing that I didn&#8217;t like about the Blox Theme was that this most desirable of features was trapped in Blox with no clear way out!</p>\n<p>So that being the case and seeming we needed the functionality on our own upcoming new website we decided that it might just make sense to extrapolate the functionality and make it into a standalone Plugin so that all fellow Portfolio fans might benefit.</p>\n<p><span style="line-height: 1.5;">And now, I now give it to you.</span></p>\n<p>&gt; <a href="http://getshopped.org/wp-content/uploads/2013/11/content-blocks.zip">Download Content Blocks Plugin</a></p>\n<p>The post <a rel="nofollow" href="http://getshopped.org/news/content-blocks-plugin/">Content Blocks Plugin</a> appeared first on <a rel="nofollow" href="http://getshopped.org">GetShopped.org</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:54:"http://getshopped.org/news/content-blocks-plugin/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:62:"http://getshopped.org/feed/?category_name=wp-e-commerce-plugin";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:12:{s:4:"date";s:29:"Tue, 19 Aug 2014 16:28:24 GMT";s:6:"server";s:6:"Apache";s:7:"expires";s:29:"Thu, 19 Nov 1981 08:52:00 GMT";s:13:"cache-control";s:62:"no-store, no-cache, must-revalidate, post-check=0, pre-check=0";s:6:"pragma";s:8:"no-cache";s:10:"x-pingback";s:32:"http://getshopped.org/xmlrpc.php";s:12:"x-robots-tag";s:14:"noindex,follow";s:10:"set-cookie";s:50:"PHPSESSID=5cedd92b6fd0af25bbf59c255e64a9b9; path=/";s:13:"last-modified";s:29:"Tue, 15 Jul 2014 13:04:41 GMT";s:4:"etag";s:34:""80da9c7d0ad09cfe49b59f500377aea1"";s:10:"connection";s:5:"close";s:12:"content-type";s:23:"text/xml; charset=UTF-8";}s:5:"build";s:14:"20131030001019";}', 'no') ; 
INSERT INTO `wp_options` VALUES (7556460, '_transient_timeout_wflginfl_3227742640', '1407342883', 'no') ; 
INSERT INTO `wp_options` VALUES (7556461, '_transient_wflginfl_3227742640', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7556360, '_transient_timeout_wflginfl_1188074415', '1407341702', 'no') ; 
INSERT INTO `wp_options` VALUES (7556361, '_transient_wflginfl_1188074415', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7556616, '_transient_timeout_wflginfl_413935653', '1407350908', 'no') ; 
INSERT INTO `wp_options` VALUES (7556617, '_transient_wflginfl_413935653', '9', 'no') ; 
INSERT INTO `wp_options` VALUES (7556618, '_transient_timeout_wffgt_413935653', '1407350835', 'no') ; 
INSERT INTO `wp_options` VALUES (7556619, '_transient_wffgt_413935653', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7556620, '_site_transient_timeout_browser_7c593ba569d59ca34cabd211c4b37f4a', '1407955229', 'yes') ; 
INSERT INTO `wp_options` VALUES (7556621, '_site_transient_browser_7c593ba569d59ca34cabd211c4b37f4a', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"36.0.1985.125";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7556673, '_transient_timeout_wffgt_2925663845', '1407361772', 'no') ; 
INSERT INTO `wp_options` VALUES (7556674, '_transient_wffgt_2925663845', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7556750, '_transient_timeout_wflginfl_1265581006', '1407379382', 'no') ; 
INSERT INTO `wp_options` VALUES (7556751, '_transient_wflginfl_1265581006', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7556688, '_transient_timeout_wflginfl_2917729926', '1407363626', 'no') ; 
INSERT INTO `wp_options` VALUES (7556689, '_transient_wflginfl_2917729926', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7556684, '_transient_timeout_wffgt_1816476469', '1407363094', 'no') ; 
INSERT INTO `wp_options` VALUES (7556685, '_transient_wffgt_1816476469', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7556686, '_transient_timeout_wffgt_1160298114', '1407363461', 'no') ; 
INSERT INTO `wp_options` VALUES (7556687, '_transient_wffgt_1160298114', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7562405, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:1:{i:0;O:8:"stdClass":10:{s:8:"response";s:6:"latest";s:8:"download";s:59:"https://downloads.wordpress.org/release/wordpress-3.9.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-3.9.2.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-3.9.2-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-3.9.2-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"3.9.2";s:7:"version";s:5:"3.9.2";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"3.8";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1408470885;s:15:"version_checked";s:5:"3.9.2";s:12:"translations";a:0:{}}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7556767, '_transient_timeout_wflginfl_3096960663', '1407382349', 'no') ; 
INSERT INTO `wp_options` VALUES (7556768, '_transient_wflginfl_3096960663', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7556755, '_transient_timeout_wffgt_1214223298', '1407380675', 'no') ; 
INSERT INTO `wp_options` VALUES (7556756, '_transient_wffgt_1214223298', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7556868, '_transient_timeout_wflginfl_3227743404', '1407407720', 'no') ; 
INSERT INTO `wp_options` VALUES (7556774, '_transient_timeout_wffgt_1216653920', '1407384665', 'no') ; 
INSERT INTO `wp_options` VALUES (7556775, '_transient_wffgt_1216653920', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7556869, '_transient_wflginfl_3227743404', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7557018, '_transient_wflginfl_2796583535', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7557038, '_transient_timeout_wflginfl_855024129', '1407435219', 'no') ; 
INSERT INTO `wp_options` VALUES (7557058, '_transient_timeout_wflginfl_1658134380', '1407436862', 'no') ; 
INSERT INTO `wp_options` VALUES (7557026, '_transient_timeout_wffgt_2921137103', '1407433876', 'no') ; 
INSERT INTO `wp_options` VALUES (7557027, '_transient_wffgt_2921137103', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7557039, '_transient_wflginfl_855024129', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7557040, '_transient_timeout_wffgt_855024129', '1407435251', 'no') ; 
INSERT INTO `wp_options` VALUES (7557041, '_transient_wffgt_855024129', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7557059, '_transient_wflginfl_1658134380', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7557076, '_transient_timeout_wflginfl_620262842', '1407439232', 'no') ; 
INSERT INTO `wp_options` VALUES (7557077, '_transient_wflginfl_620262842', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7557125, '_transient_timeout_wflginfl_2889358923', '1407444239', 'no') ; 
INSERT INTO `wp_options` VALUES (7557126, '_transient_wflginfl_2889358923', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7557142, '_transient_timeout_wffgt_1185619302', '1407445799', 'no') ; 
INSERT INTO `wp_options` VALUES (7557143, '_transient_wffgt_1185619302', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7557155, '_transient_timeout_wflginfl_1187510754', '1407448524', 'no') ; 
INSERT INTO `wp_options` VALUES (7557156, '_transient_wflginfl_1187510754', '5', 'no') ; 
INSERT INTO `wp_options` VALUES (7557162, '_transient_timeout_wflginfl_1280606528', '1407450029', 'no') ; 
INSERT INTO `wp_options` VALUES (7557163, '_transient_wflginfl_1280606528', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7557165, '_transient_timeout_wffgt_1280606528', '1407450251', 'no') ; 
INSERT INTO `wp_options` VALUES (7557166, '_transient_wffgt_1280606528', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7557241, '_transient_timeout_wflginfl_1809137942', '1407465165', 'no') ; 
INSERT INTO `wp_options` VALUES (7557184, '_transient_timeout_wffgt_1186579516', '1407454716', 'no') ; 
INSERT INTO `wp_options` VALUES (7557185, '_transient_wffgt_1186579516', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7557242, '_transient_wflginfl_1809137942', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7557277, '_transient_timeout_wffgt_401765099', '1407471372', 'no') ; 
INSERT INTO `wp_options` VALUES (7557278, '_transient_wffgt_401765099', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7557290, '_transient_timeout_wflginfl_1206768638', '1407474646', 'no') ; 
INSERT INTO `wp_options` VALUES (7557291, '_transient_wflginfl_1206768638', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7557605, '_transient_timeout_wffgt_2922178305', '1407527162', 'no') ; 
INSERT INTO `wp_options` VALUES (7557606, '_transient_wffgt_2922178305', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7557640, '_transient_wflginfl_1219002853', '5', 'no') ; 
INSERT INTO `wp_options` VALUES (7557648, '_transient_timeout_wflginfl_1086498626', '1407535216', 'no') ; 
INSERT INTO `wp_options` VALUES (7557649, '_transient_wflginfl_1086498626', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7557650, '_transient_timeout_wffgt_1086498626', '1407535132', 'no') ; 
INSERT INTO `wp_options` VALUES (7557651, '_transient_wffgt_1086498626', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7557717, '_transient_timeout_wflginfl_3050511013', '1407552330', 'no') ; 
INSERT INTO `wp_options` VALUES (7557718, '_transient_wflginfl_3050511013', '5', 'no') ; 
INSERT INTO `wp_options` VALUES (7557675, '_transient_timeout_wffgt_2794679901', '1407540572', 'no') ; 
INSERT INTO `wp_options` VALUES (7557676, '_transient_wffgt_2794679901', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7558822, '_transient_timeout_wflginfl_779548185', '1407781802', 'no') ; 
INSERT INTO `wp_options` VALUES (7557679, '_transient_timeout_wffgt_1276426766', '1407540819', 'no') ; 
INSERT INTO `wp_options` VALUES (7557680, '_transient_wffgt_1276426766', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7558823, '_transient_wflginfl_779548185', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7557842, '_transient_timeout_wflginfl_2889354060', '1407589270', 'no') ; 
INSERT INTO `wp_options` VALUES (7557843, '_transient_wflginfl_2889354060', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7557835, '_transient_timeout_wflginfl_1113035844', '1407588780', 'no') ; 
INSERT INTO `wp_options` VALUES (7557836, '_transient_wflginfl_1113035844', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7557886, '_transient_timeout_wffgt_1665381425', '1407599098', 'no') ; 
INSERT INTO `wp_options` VALUES (7557887, '_transient_wffgt_1665381425', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7557893, '_transient_timeout_wffgt_3050509221', '1407600390', 'no') ; 
INSERT INTO `wp_options` VALUES (7557894, '_transient_wffgt_3050509221', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7557959, '_transient_timeout_wflginfl_1113035847', '1407607952', 'no') ; 
INSERT INTO `wp_options` VALUES (7557960, '_transient_wflginfl_1113035847', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7558010, '_transient_timeout_wffgt_3519205492', '1407616233', 'no') ; 
INSERT INTO `wp_options` VALUES (7558011, '_transient_wffgt_3519205492', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7558022, '_transient_timeout_wflginfl_2798470140', '1407618712', 'no') ; 
INSERT INTO `wp_options` VALUES (7558023, '_transient_wflginfl_2798470140', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7558446, '_transient_timeout_wflginfl_3558358550', '1407714712', 'no') ; 
INSERT INTO `wp_options` VALUES (7558447, '_transient_wflginfl_3558358550', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7558449, '_transient_timeout_wflginfl_1146182437', '1407715352', 'no') ; 
INSERT INTO `wp_options` VALUES (7558450, '_transient_wflginfl_1146182437', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7558143, '_transient_timeout_wffgt_1134832805', '1407641707', 'no') ; 
INSERT INTO `wp_options` VALUES (7558144, '_transient_wffgt_1134832805', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7558442, '_transient_timeout_wflginfl_3096919940', '1407714416', 'no') ; 
INSERT INTO `wp_options` VALUES (7558443, '_transient_wflginfl_3096919940', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7558451, '_transient_timeout_wffgt_1146182437', '1407715379', 'no') ; 
INSERT INTO `wp_options` VALUES (7558452, '_transient_wffgt_1146182437', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7558501, '_transient_wflginfl_2015836187', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7558505, '_transient_wflginfl_1158437089', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7558517, '_transient_timeout_wffgt_1269110304', '1407733447', 'no') ; 
INSERT INTO `wp_options` VALUES (7558518, '_transient_wffgt_1269110304', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7558548, '_transient_timeout_wflginfl_3323675688', '1407739085', 'no') ; 
INSERT INTO `wp_options` VALUES (7558549, '_transient_wflginfl_3323675688', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7558694, '_transient_timeout_wflginfl_1113029091', '1407773197', 'no') ; 
INSERT INTO `wp_options` VALUES (7558695, '_transient_wflginfl_1113029091', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7558602, '_transient_timeout_wflginfl_1186993273', '1407755428', 'no') ; 
INSERT INTO `wp_options` VALUES (7558603, '_transient_wflginfl_1186993273', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7558610, '_transient_timeout_wffgt_2923391513', '1407757388', 'no') ; 
INSERT INTO `wp_options` VALUES (7558611, '_transient_wffgt_2923391513', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7558732, '_transient_timeout_wffgt_2906725932', '1407774834', 'no') ; 
INSERT INTO `wp_options` VALUES (7558733, '_transient_wffgt_2906725932', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7558703, '_transient_timeout_wffgt_1807985201', '1407773789', 'no') ; 
INSERT INTO `wp_options` VALUES (7558704, '_transient_wffgt_1807985201', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7558818, '_transient_timeout_wflginfl_1152131698', '1407781530', 'no') ; 
INSERT INTO `wp_options` VALUES (7558819, '_transient_wflginfl_1152131698', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7558820, '_transient_timeout_wffgt_1152131698', '1407781556', 'no') ; 
INSERT INTO `wp_options` VALUES (7558821, '_transient_wffgt_1152131698', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7558832, '_transient_timeout_wflginfl_3635571997', '1407784239', 'no') ; 
INSERT INTO `wp_options` VALUES (7558833, '_transient_wflginfl_3635571997', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7558857, '_transient_timeout_wflginfl_1614437820', '1407790555', 'no') ; 
INSERT INTO `wp_options` VALUES (7558858, '_transient_wflginfl_1614437820', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7558919, '_transient_timeout_wffgt_2908092179', '1407805264', 'no') ; 
INSERT INTO `wp_options` VALUES (7558920, '_transient_wffgt_2908092179', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7560337, '_transient_timeout_wflginfl_2363514182', '1407976393', 'no') ; 
INSERT INTO `wp_options` VALUES (7560338, '_transient_wflginfl_2363514182', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7558961, '_transient_timeout_wflginfl_1187361202', '1407812154', 'no') ; 
INSERT INTO `wp_options` VALUES (7558962, '_transient_wflginfl_1187361202', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7558964, '_transient_timeout_wffgt_1187361202', '1407812171', 'no') ; 
INSERT INTO `wp_options` VALUES (7558965, '_transient_wffgt_1187361202', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7558987, '_transient_timeout_wflginfl_1286481787', '1407816674', 'no') ; 
INSERT INTO `wp_options` VALUES (7558988, '_transient_wflginfl_1286481787', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7558989, '_transient_timeout_wffgt_1286481787', '1407816699', 'no') ; 
INSERT INTO `wp_options` VALUES (7558990, '_transient_wffgt_1286481787', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7560647, '_transient_timeout_wflginfl_779548168', '1408044966', 'no') ; 
INSERT INTO `wp_options` VALUES (7560648, '_transient_wflginfl_779548168', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7559094, '_transient_timeout_wflginfl_1196980864', '1407839081', 'no') ; 
INSERT INTO `wp_options` VALUES (7559095, '_transient_wflginfl_1196980864', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7559085, '_transient_timeout_wffgt_1325725080', '1407837740', 'no') ; 
INSERT INTO `wp_options` VALUES (7559086, '_transient_wffgt_1325725080', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561183, '_transient_timeout_wflginfl_3227715094', '1408160606', 'no') ; 
INSERT INTO `wp_options` VALUES (7561184, '_transient_wflginfl_3227715094', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7559163, '_transient_timeout_wflginfl_1783526501', '1407854988', 'no') ; 
INSERT INTO `wp_options` VALUES (7559164, '_transient_wflginfl_1783526501', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7559118, '_transient_timeout_wffgt_1649564103', '1407845311', 'no') ; 
INSERT INTO `wp_options` VALUES (7559119, '_transient_wffgt_1649564103', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7559144, '_transient_timeout_wflginfl_1236538386', '1407851846', 'no') ; 
INSERT INTO `wp_options` VALUES (7559145, '_transient_wflginfl_1236538386', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7559146, '_transient_timeout_wffgt_1236538386', '1407851837', 'no') ; 
INSERT INTO `wp_options` VALUES (7559147, '_transient_wffgt_1236538386', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7559174, '_transient_timeout_wflginfl_3317073772', '1407857108', 'no') ; 
INSERT INTO `wp_options` VALUES (7559175, '_transient_wflginfl_3317073772', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7559180, '_transient_timeout_wflginfl_1082579979', '1407858163', 'no') ; 
INSERT INTO `wp_options` VALUES (7559181, '_transient_wflginfl_1082579979', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7559778, '_transient_timeout_wflginfl_701186475', '1407877119', 'no') ; 
INSERT INTO `wp_options` VALUES (7559779, '_transient_wflginfl_701186475', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7559814, '_transient_timeout_wflginfl_3091960213', '1407885884', 'no') ; 
INSERT INTO `wp_options` VALUES (7559784, '_transient_timeout_wffgt_1258638917', '1407878051', 'no') ; 
INSERT INTO `wp_options` VALUES (7559785, '_transient_wffgt_1258638917', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7559815, '_transient_wflginfl_3091960213', '5', 'no') ; 
INSERT INTO `wp_options` VALUES (7559817, '_transient_timeout_wffgt_3091960213', '1407885926', 'no') ; 
INSERT INTO `wp_options` VALUES (7559818, '_transient_wffgt_3091960213', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7559857, '_transient_timeout_wffgt_1176206725', '1407894436', 'no') ; 
INSERT INTO `wp_options` VALUES (7559858, '_transient_wffgt_1176206725', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7559876, '_transient_timeout_wflginfl_848237043', '1407896534', 'no') ; 
INSERT INTO `wp_options` VALUES (7559877, '_transient_wflginfl_848237043', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7559870, '_transient_timeout_wffgt_1266944458', '1407895380', 'no') ; 
INSERT INTO `wp_options` VALUES (7559871, '_transient_wffgt_1266944458', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7562421, '_transient_timeout_wflginfl_3227715811', '1408436162', 'no') ; 
INSERT INTO `wp_options` VALUES (7562422, '_transient_wflginfl_3227715811', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7560047, '_transient_timeout_wflginfl_2493964452', '1407939182', 'no') ; 
INSERT INTO `wp_options` VALUES (7560048, '_transient_wflginfl_2493964452', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7559919, '_transient_timeout_wffgt_1167736015', '1407907770', 'no') ; 
INSERT INTO `wp_options` VALUES (7559920, '_transient_wffgt_1167736015', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7560269, '_transient_timeout_wffgt_1103962818', '1407966327', 'no') ; 
INSERT INTO `wp_options` VALUES (7560270, '_transient_wffgt_1103962818', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7560091, '_transient_timeout_wflginfl_2794683733', '1407947463', 'no') ; 
INSERT INTO `wp_options` VALUES (7560092, '_transient_wflginfl_2794683733', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7560244, '_site_transient_timeout_browser_6a52ffcc05d9e521d53493cec71e1ca6', '1408567844', 'yes') ; 
INSERT INTO `wp_options` VALUES (7560245, '_site_transient_browser_6a52ffcc05d9e521d53493cec71e1ca6', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:17:"Internet Explorer";s:7:"version";s:2:"11";s:10:"update_url";s:51:"http://www.microsoft.com/windows/internet-explorer/";s:7:"img_src";s:45:"http://s.wordpress.org/images/browsers/ie.png";s:11:"img_src_ssl";s:44:"https://wordpress.org/images/browsers/ie.png";s:15:"current_version";s:1:"9";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7560255, '_transient_timeout_wflginfl_1673723214', '1407964406', 'no') ; 
INSERT INTO `wp_options` VALUES (7560256, '_transient_wflginfl_1673723214', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7560258, '_transient_timeout_wflginfl_1119242639', '1407964457', 'no') ; 
INSERT INTO `wp_options` VALUES (7560259, '_transient_wflginfl_1119242639', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7560282, '_site_transient_timeout_browser_e97bf3fb6d4be0a649d1fa9714fa458f', '1408573738', 'yes') ; 
INSERT INTO `wp_options` VALUES (7560283, '_site_transient_browser_e97bf3fb6d4be0a649d1fa9714fa458f', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"36.0.1985.125";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7560309, '_transient_wflginfl_1129682535', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7560310, '_transient_timeout_wffgt_1129682535', '1407972812', 'no') ; 
INSERT INTO `wp_options` VALUES (7560291, '_transient_timeout_wffgt_3346300432', '1407970537', 'no') ; 
INSERT INTO `wp_options` VALUES (7560292, '_transient_wffgt_3346300432', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7560311, '_transient_wffgt_1129682535', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7560342, '_transient_timeout_wflginfl_1194311840', '1407977330', 'no') ; 
INSERT INTO `wp_options` VALUES (7560343, '_transient_wflginfl_1194311840', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7560320, '_transient_timeout_wffgt_413509886', '1407973907', 'no') ; 
INSERT INTO `wp_options` VALUES (7560321, '_transient_wffgt_413509886', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7560366, '_transient_timeout_wflginfl_551196749', '1407984194', 'no') ; 
INSERT INTO `wp_options` VALUES (7560367, '_transient_wflginfl_551196749', '8', 'no') ; 
INSERT INTO `wp_options` VALUES (7560368, '_transient_timeout_wffgt_551196749', '1407984036', 'no') ; 
INSERT INTO `wp_options` VALUES (7560369, '_transient_wffgt_551196749', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7560373, '_transient_timeout_wflginfl_1188495599', '1407984300', 'no') ; 
INSERT INTO `wp_options` VALUES (7560374, '_transient_wflginfl_1188495599', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7560398, '_transient_timeout_wflginfl_1612969873', '1407990279', 'no') ; 
INSERT INTO `wp_options` VALUES (7560399, '_transient_wflginfl_1612969873', '16', 'no') ; 
INSERT INTO `wp_options` VALUES (7560403, '_transient_timeout_wffgt_1612969873', '1407990140', 'no') ; 
INSERT INTO `wp_options` VALUES (7560404, '_transient_wffgt_1612969873', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7560588, '_transient_timeout_wflginfl_1110903811', '1408034115', 'no') ; 
INSERT INTO `wp_options` VALUES (7560589, '_transient_wflginfl_1110903811', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7560663, '_transient_timeout_wflginfl_1658173611', '1408048365', 'no') ; 
INSERT INTO `wp_options` VALUES (7560664, '_transient_wflginfl_1658173611', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7560696, '_transient_timeout_wflginfl_2796172712', '1408060933', 'no') ; 
INSERT INTO `wp_options` VALUES (7560697, '_transient_wflginfl_2796172712', '6', 'no') ; 
INSERT INTO `wp_options` VALUES (7560720, '_transient_timeout_wflginfl_1181820954', '1408063583', 'no') ; 
INSERT INTO `wp_options` VALUES (7560721, '_transient_wflginfl_1181820954', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7560712, '_transient_timeout_wffgt_1824648632', '1408061610', 'no') ; 
INSERT INTO `wp_options` VALUES (7560713, '_transient_wffgt_1824648632', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7562657, '_transient_timeout_wflginfl_3323678916', '1408476804', 'no') ; 
INSERT INTO `wp_options` VALUES (7562658, '_transient_wflginfl_3323678916', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7560753, '_transient_timeout_wflginfl_1804232307', '1408072452', 'no') ; 
INSERT INTO `wp_options` VALUES (7560754, '_transient_wflginfl_1804232307', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7560764, '_transient_timeout_wffgt_2921375426', '1408073431', 'no') ; 
INSERT INTO `wp_options` VALUES (7560765, '_transient_wffgt_2921375426', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7560769, '_transient_timeout_wffgt_2913934106', '1408074189', 'no') ; 
INSERT INTO `wp_options` VALUES (7560770, '_transient_wffgt_2913934106', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7562697, '_transient_timeout_wflginfl_100186127', '1408485275', 'no') ; 
INSERT INTO `wp_options` VALUES (7562698, '_transient_wflginfl_100186127', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7560856, '_transient_timeout_wflginfl_1252683503', '1408103709', 'no') ; 
INSERT INTO `wp_options` VALUES (7560857, '_transient_wflginfl_1252683503', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561455, '_transient_wflginfl_2794033464', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561454, '_transient_timeout_wflginfl_2794033464', '1408225349', 'no') ; 
INSERT INTO `wp_options` VALUES (7561049, '_transient_timeout_wflginfl_1204108703', '1408128275', 'no') ; 
INSERT INTO `wp_options` VALUES (7561029, '_transient_timeout_wffgt_1187318835', '1408126605', 'no') ; 
INSERT INTO `wp_options` VALUES (7561030, '_transient_wffgt_1187318835', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561050, '_transient_wflginfl_1204108703', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7561068, '_transient_timeout_wflginfl_1648784154', '1408132293', 'no') ; 
INSERT INTO `wp_options` VALUES (7561069, '_transient_wflginfl_1648784154', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561063, '_transient_timeout_wffgt_1180945052', '1408130915', 'no') ; 
INSERT INTO `wp_options` VALUES (7561064, '_transient_wffgt_1180945052', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7561077, '_transient_timeout_wflginfl_2922178305', '1408133561', 'no') ; 
INSERT INTO `wp_options` VALUES (7561078, '_transient_wflginfl_2922178305', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7561111, '_transient_timeout_wflginfl_849434351', '1408142628', 'no') ; 
INSERT INTO `wp_options` VALUES (7561112, '_transient_wflginfl_849434351', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561114, '_transient_timeout_wflginfl_1649563993', '1408142797', 'no') ; 
INSERT INTO `wp_options` VALUES (7561108, '_transient_timeout_wffgt_1182138958', '1408141397', 'no') ; 
INSERT INTO `wp_options` VALUES (7561109, '_transient_wffgt_1182138958', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7561115, '_transient_wflginfl_1649563993', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561806, '_transient_timeout_wflginfl_1176443245', '1408322826', 'no') ; 
INSERT INTO `wp_options` VALUES (7561807, '_transient_wflginfl_1176443245', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561129, '_transient_timeout_wffgt_1152621711', '1408145889', 'no') ; 
INSERT INTO `wp_options` VALUES (7561130, '_transient_wffgt_1152621711', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561808, '_transient_timeout_wffgt_1176443245', '1408322853', 'no') ; 
INSERT INTO `wp_options` VALUES (7561809, '_transient_wffgt_1176443245', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561195, '_transient_timeout_wflginfl_1188203532', '1408162698', 'no') ; 
INSERT INTO `wp_options` VALUES (7561196, '_transient_wflginfl_1188203532', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561177, '_transient_timeout_wffgt_1135430277', '1408159258', 'no') ; 
INSERT INTO `wp_options` VALUES (7561178, '_transient_wffgt_1135430277', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561215, '_transient_timeout_wflginfl_2935992450', '1408166096', 'no') ; 
INSERT INTO `wp_options` VALUES (7561216, '_transient_wflginfl_2935992450', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7561303, '_transient_timeout_wflginfl_1196554352', '1408192933', 'no') ; 
INSERT INTO `wp_options` VALUES (7561304, '_transient_wflginfl_1196554352', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561363, '_transient_timeout_wflginfl_2904216325', '1408209259', 'no') ; 
INSERT INTO `wp_options` VALUES (7561364, '_transient_wflginfl_2904216325', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561377, '_transient_timeout_wflginfl_1113027138', '1408210308', 'no') ; 
INSERT INTO `wp_options` VALUES (7561378, '_transient_wflginfl_1113027138', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561405, '_transient_timeout_wffgt_3336880303', '1408214297', 'no') ; 
INSERT INTO `wp_options` VALUES (7561406, '_transient_wffgt_3336880303', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7562339, '_transient_timeout_wflginfl_463227730', '1408410526', 'no') ; 
INSERT INTO `wp_options` VALUES (7562340, '_transient_wflginfl_463227730', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7562474, '_transient_timeout_wflginfl_3285425052', '1408451723', 'no') ; 
INSERT INTO `wp_options` VALUES (7562475, '_transient_wflginfl_3285425052', '19', 'no') ; 
INSERT INTO `wp_options` VALUES (7561508, '_transient_timeout_wflginfl_1283162689', '1408239530', 'no') ; 
INSERT INTO `wp_options` VALUES (7561509, '_transient_wflginfl_1283162689', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561526, '_site_transient_timeout_browser_376956767818a23f320b0ffbb60a9092', '1408847609', 'yes') ; 
INSERT INTO `wp_options` VALUES (7561527, '_site_transient_browser_376956767818a23f320b0ffbb60a9092', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:4:"31.0";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"16";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7561548, '_transient_timeout_wflginfl_2043465379', '1408246030', 'no') ; 
INSERT INTO `wp_options` VALUES (7561549, '_transient_wflginfl_2043465379', '6', 'no') ; 
INSERT INTO `wp_options` VALUES (7561544, '_transient_timeout_wflginfl_1188153130', '1408245789', 'no') ; 
INSERT INTO `wp_options` VALUES (7561545, '_transient_wflginfl_1188153130', '5', 'no') ; 
INSERT INTO `wp_options` VALUES (7561756, '_transient_timeout_wffgt_417849775', '1408313638', 'no') ; 
INSERT INTO `wp_options` VALUES (7561845, '_transient_timeout_wflginfl_1265578894', '1408336480', 'no') ; 
INSERT INTO `wp_options` VALUES (7561693, '_transient_timeout_wffgt_1202284585', '1408297055', 'no') ; 
INSERT INTO `wp_options` VALUES (7561694, '_transient_wffgt_1202284585', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561757, '_transient_wffgt_417849775', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561775, '_transient_timeout_wffgt_1182671593', '1408317459', 'no') ; 
INSERT INTO `wp_options` VALUES (7561776, '_transient_wffgt_1182671593', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561846, '_transient_wflginfl_1265578894', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7561893, '_transient_timeout_wflginfl_3336885791', '1408349649', 'no') ; 
INSERT INTO `wp_options` VALUES (7561894, '_transient_wflginfl_3336885791', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7562191, '_transient_timeout_wflginfl_2934489130', '1408386038', 'no') ; 
INSERT INTO `wp_options` VALUES (7562192, '_transient_wflginfl_2934489130', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561952, '_transient_timeout_wflginfl_2794681992', '1408366409', 'no') ; 
INSERT INTO `wp_options` VALUES (7561953, '_transient_wflginfl_2794681992', '5', 'no') ; 
INSERT INTO `wp_options` VALUES (7562215, '_site_transient_timeout_browser_47adf582670d7f7bec364dc6e8fc10e0', '1408994342', 'yes') ; 
INSERT INTO `wp_options` VALUES (7562216, '_site_transient_browser_47adf582670d7f7bec364dc6e8fc10e0', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"36.0.1985.143";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7562226, '_transient_timeout_wffgt_1665002466', '1408390208', 'no') ; 
INSERT INTO `wp_options` VALUES (7562227, '_transient_wffgt_1665002466', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7562246, '_transient_timeout_wffgt_849241621', '1408391944', 'no') ; 
INSERT INTO `wp_options` VALUES (7562247, '_transient_wffgt_849241621', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7562281, '_transient_timeout_wflginfl_2794033885', '1408398045', 'no') ; 
INSERT INTO `wp_options` VALUES (7562282, '_transient_wflginfl_2794033885', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7562283, '_transient_timeout_wflginfl_415595644', '1408398151', 'no') ; 
INSERT INTO `wp_options` VALUES (7562284, '_transient_wflginfl_415595644', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7562305, '_transient_timeout_wflginfl_3632113637', '1408399822', 'no') ; 
INSERT INTO `wp_options` VALUES (7562306, '_transient_wflginfl_3632113637', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7562357, '_transient_timeout_wffgt_1279309766', '1408415640', 'no') ; 
INSERT INTO `wp_options` VALUES (7562358, '_transient_wffgt_1279309766', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7562578, '_site_transient_update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1408470886;s:8:"response";a:6:{s:67:"improved-user-search-in-backend/improved-user-search-in-backend.php";O:8:"stdClass":6:{s:2:"id";s:5:"25184";s:4:"slug";s:31:"improved-user-search-in-backend";s:6:"plugin";s:67:"improved-user-search-in-backend/improved-user-search-in-backend.php";s:11:"new_version";s:5:"1.2.6";s:3:"url";s:62:"https://wordpress.org/plugins/improved-user-search-in-backend/";s:7:"package";s:80:"https://downloads.wordpress.org/plugin/improved-user-search-in-backend.1.2.6.zip";}s:19:"iwp-client/init.php";O:8:"stdClass":6:{s:2:"id";s:5:"30314";s:4:"slug";s:10:"iwp-client";s:6:"plugin";s:19:"iwp-client/init.php";s:11:"new_version";s:5:"1.3.5";s:3:"url";s:41:"https://wordpress.org/plugins/iwp-client/";s:7:"package";s:53:"https://downloads.wordpress.org/plugin/iwp-client.zip";}s:27:"updraftplus/updraftplus.php";O:8:"stdClass":6:{s:2:"id";s:5:"31679";s:4:"slug";s:11:"updraftplus";s:6:"plugin";s:27:"updraftplus/updraftplus.php";s:11:"new_version";s:6:"1.9.19";s:3:"url";s:42:"https://wordpress.org/plugins/updraftplus/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/updraftplus.1.9.19.zip";}s:23:"wordfence/wordfence.php";O:8:"stdClass":6:{s:2:"id";s:5:"25305";s:4:"slug";s:9:"wordfence";s:6:"plugin";s:23:"wordfence/wordfence.php";s:11:"new_version";s:5:"5.1.9";s:3:"url";s:40:"https://wordpress.org/plugins/wordfence/";s:7:"package";s:58:"https://downloads.wordpress.org/plugin/wordfence.5.1.9.zip";}s:24:"wordpress-seo/wp-seo.php";O:8:"stdClass":6:{s:2:"id";s:4:"5899";s:4:"slug";s:13:"wordpress-seo";s:6:"plugin";s:24:"wordpress-seo/wp-seo.php";s:11:"new_version";s:7:"1.5.5.3";s:3:"url";s:44:"https://wordpress.org/plugins/wordpress-seo/";s:7:"package";s:64:"https://downloads.wordpress.org/plugin/wordpress-seo.1.5.5.3.zip";}s:31:"wp-migrate-db/wp-migrate-db.php";O:8:"stdClass":6:{s:2:"id";s:4:"9135";s:4:"slug";s:13:"wp-migrate-db";s:6:"plugin";s:31:"wp-migrate-db/wp-migrate-db.php";s:11:"new_version";s:3:"0.6";s:3:"url";s:44:"https://wordpress.org/plugins/wp-migrate-db/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/wp-migrate-db.0.6.zip";}}s:12:"translations";a:0:{}}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7562508, '_transient_timeout_wflginfl_410137383', '1408462436', 'no') ; 
INSERT INTO `wp_options` VALUES (7562509, '_transient_wflginfl_410137383', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7562521, '_transient_timeout_wffgt_1196960457', '1408465481', 'no') ; 
INSERT INTO `wp_options` VALUES (7562522, '_transient_wffgt_1196960457', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7562669, '_transient_timeout_wflginfl_2026568140', '1408478547', 'no') ; 
INSERT INTO `wp_options` VALUES (7562670, '_transient_wflginfl_2026568140', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7361505, '_transient_timeout_wflginfl_1702304094', '1403162116', 'no') ; 
INSERT INTO `wp_options` VALUES (7361506, '_transient_wflginfl_1702304094', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336168, '_transient_timeout_wflginfl_392839772', '1398066925', 'no') ; 
INSERT INTO `wp_options` VALUES (7336169, '_transient_wflginfl_392839772', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336172, '_transient_timeout_wflginfl_392839866', '1398067874', 'no') ; 
INSERT INTO `wp_options` VALUES (7336173, '_transient_wflginfl_392839866', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336174, '_transient_timeout_wflginfl_2916438634', '1398067980', 'no') ; 
INSERT INTO `wp_options` VALUES (7336175, '_transient_wflginfl_2916438634', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336217, '_transient_timeout_wflginfl_2917935243', '1398086573', 'no') ; 
INSERT INTO `wp_options` VALUES (7336218, '_transient_wflginfl_2917935243', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336224, '_transient_timeout_wflginfl_3231791071', '1398089808', 'no') ; 
INSERT INTO `wp_options` VALUES (7336225, '_transient_wflginfl_3231791071', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336259, '_transient_timeout_wffgt_1635360811', '1398094697', 'no') ; 
INSERT INTO `wp_options` VALUES (7336247, '_transient_timeout_wflginfl_1578607762', '1398093101', 'no') ; 
INSERT INTO `wp_options` VALUES (7336248, '_transient_wflginfl_1578607762', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336260, '_transient_wffgt_1635360811', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336328, '_transient_timeout_wflginfl_3234904351', '1398098801', 'no') ; 
INSERT INTO `wp_options` VALUES (7336325, '_transient_timeout_wflginfl_1188236990', '1398098768', 'no') ; 
INSERT INTO `wp_options` VALUES (7336254, '_transient_timeout_wflginfl_1541139838', '1398094478', 'no') ; 
INSERT INTO `wp_options` VALUES (7336255, '_transient_wflginfl_1541139838', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336261, '_transient_timeout_wflginfl_392839883', '1398094788', 'no') ; 
INSERT INTO `wp_options` VALUES (7336262, '_transient_wflginfl_392839883', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336263, '_transient_timeout_wflginfl_1188217840', '1398094806', 'no') ; 
INSERT INTO `wp_options` VALUES (7336264, '_transient_wflginfl_1188217840', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491017, '_transient_wflginfl_1892716670', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494623, '_transient_wflginfl_2108131855', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481106, '_transient_wflginfl_3065602812', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525174, '_transient_timeout_wflginfl_2944985196', '1404821026', 'no') ; 
INSERT INTO `wp_options` VALUES (7525175, '_transient_wflginfl_2944985196', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489868, '_transient_timeout_wflginfl_3671411788', '1404793539', 'no') ; 
INSERT INTO `wp_options` VALUES (7489869, '_transient_wflginfl_3671411788', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497424, '_transient_timeout_wflginfl_692615187', '1404800563', 'no') ; 
INSERT INTO `wp_options` VALUES (7497425, '_transient_wflginfl_692615187', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481185, '_transient_timeout_wflginfl_2997823504', '1404785079', 'no') ; 
INSERT INTO `wp_options` VALUES (7481186, '_transient_wflginfl_2997823504', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481193, '_transient_timeout_wflginfl_2057764873', '1404785087', 'no') ; 
INSERT INTO `wp_options` VALUES (7481194, '_transient_wflginfl_2057764873', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488931, '_transient_timeout_wflginfl_690744779', '1404792661', 'no') ; 
INSERT INTO `wp_options` VALUES (7488932, '_transient_wflginfl_690744779', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482403, '_transient_timeout_wflginfl_692615183', '1404786373', 'no') ; 
INSERT INTO `wp_options` VALUES (7482404, '_transient_wflginfl_692615183', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534806, '_transient_timeout_wflginfl_702218195', '1404827438', 'no') ; 
INSERT INTO `wp_options` VALUES (7534807, '_transient_wflginfl_702218195', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481313, '_transient_timeout_wflginfl_608847965', '1404785207', 'no') ; 
INSERT INTO `wp_options` VALUES (7481314, '_transient_wflginfl_608847965', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481315, '_transient_timeout_wflginfl_3732884270', '1404785208', 'no') ; 
INSERT INTO `wp_options` VALUES (7481316, '_transient_wflginfl_3732884270', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481343, '_transient_timeout_wflginfl_2982016257', '1404785246', 'no') ; 
INSERT INTO `wp_options` VALUES (7481344, '_transient_wflginfl_2982016257', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504863, '_transient_timeout_wflginfl_1892680327', '1404806709', 'no') ; 
INSERT INTO `wp_options` VALUES (7504864, '_transient_wflginfl_1892680327', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539964, '_transient_timeout_wflginfl_534310786', '1404830839', 'no') ; 
INSERT INTO `wp_options` VALUES (7539965, '_transient_wflginfl_534310786', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541326, '_transient_timeout_wflginfl_1988649554', '1404831523', 'no') ; 
INSERT INTO `wp_options` VALUES (7541327, '_transient_wflginfl_1988649554', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535916, '_transient_timeout_wflginfl_3302569352', '1404828194', 'no') ; 
INSERT INTO `wp_options` VALUES (7535917, '_transient_wflginfl_3302569352', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489388, '_transient_timeout_wflginfl_695146560', '1404793096', 'no') ; 
INSERT INTO `wp_options` VALUES (7489389, '_transient_wflginfl_695146560', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482795, '_transient_timeout_wflginfl_3305673307', '1404786788', 'no') ; 
INSERT INTO `wp_options` VALUES (7482796, '_transient_wflginfl_3305673307', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511916, '_transient_timeout_wflginfl_3035243079', '1404811868', 'no') ; 
INSERT INTO `wp_options` VALUES (7511917, '_transient_wflginfl_3035243079', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482823, '_transient_timeout_wflginfl_702818728', '1404786811', 'no') ; 
INSERT INTO `wp_options` VALUES (7482824, '_transient_wflginfl_702818728', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481578, '_transient_timeout_wflginfl_694233648', '1404785516', 'no') ; 
INSERT INTO `wp_options` VALUES (7335320, '_transient_timeout_wflginfl_3683149474', '1397851478', 'no') ; 
INSERT INTO `wp_options` VALUES (7335306, '_transient_timeout_wflginfl_3323430541', '1397847588', 'no') ; 
INSERT INTO `wp_options` VALUES (7335307, '_transient_wflginfl_3323430541', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7562699, '_transient_timeout_wflginfl_2449492714', '1408485452', 'no') ; 
INSERT INTO `wp_options` VALUES (7562700, '_transient_wflginfl_2449492714', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561348, '_transient_timeout_wffgt_2917387521', '1408207371', 'no') ; 
INSERT INTO `wp_options` VALUES (7561349, '_transient_wffgt_2917387521', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335324, '_transient_timeout_wflginfl_3237559463', '1397852616', 'no') ; 
INSERT INTO `wp_options` VALUES (7335325, '_transient_wflginfl_3237559463', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341958, '_transient_timeout_wflginfl_842247803', '1399080968', 'no') ; 
INSERT INTO `wp_options` VALUES (7341959, '_transient_wflginfl_842247803', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7562429, '_transient_timeout_wflginfl_2449493513', '1408438969', 'no') ; 
INSERT INTO `wp_options` VALUES (7562430, '_transient_wflginfl_2449493513', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335343, '_transient_timeout_wflginfl_1078947746', '1397856700', 'no') ; 
INSERT INTO `wp_options` VALUES (7335344, '_transient_wflginfl_1078947746', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335345, '_transient_timeout_wflginfl_1186280314', '1397857383', 'no') ; 
INSERT INTO `wp_options` VALUES (7335346, '_transient_wflginfl_1186280314', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335361, '_transient_timeout_wflginfl_1633734073', '1397862623', 'no') ; 
INSERT INTO `wp_options` VALUES (7335362, '_transient_wflginfl_1633734073', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7335363, '_transient_timeout_wffgt_1633734073', '1397862612', 'no') ; 
INSERT INTO `wp_options` VALUES (7335364, '_transient_wffgt_1633734073', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335930, '_transient_timeout_wflginfl_2901792411', '1398010363', 'no') ; 
INSERT INTO `wp_options` VALUES (7335931, '_transient_wflginfl_2901792411', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335620, '_transient_timeout_wflginfl_3234904348', '1397930732', 'no') ; 
INSERT INTO `wp_options` VALUES (7335621, '_transient_wflginfl_3234904348', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561650, '_transient_timeout_wflginfl_2449492682', '1408282823', 'no') ; 
INSERT INTO `wp_options` VALUES (7561651, '_transient_wflginfl_2449492682', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335750, '_transient_timeout_wflginfl_620261473', '1397965529', 'no') ; 
INSERT INTO `wp_options` VALUES (7335751, '_transient_wflginfl_620261473', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335398, '_transient_timeout_wflginfl_1078947745', '1397870292', 'no') ; 
INSERT INTO `wp_options` VALUES (7335399, '_transient_wflginfl_1078947745', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7562482, '_transient_timeout_wflginfl_2449492379', '1408454042', 'no') ; 
INSERT INTO `wp_options` VALUES (7562483, '_transient_wflginfl_2449492379', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7361144, '_transient_timeout_wffgt_1205690509', '1403065405', 'no') ; 
INSERT INTO `wp_options` VALUES (7361145, '_transient_wffgt_1205690509', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335421, '_transient_timeout_wffgt_1136125727', '1397878373', 'no') ; 
INSERT INTO `wp_options` VALUES (7335422, '_transient_wffgt_1136125727', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335423, '_transient_timeout_wflginfl_3090735248', '1397878717', 'no') ; 
INSERT INTO `wp_options` VALUES (7335424, '_transient_wflginfl_3090735248', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7335847, '_transient_timeout_wflginfl_620261450', '1397992516', 'no') ; 
INSERT INTO `wp_options` VALUES (7335848, '_transient_wflginfl_620261450', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335436, '_transient_timeout_wflginfl_2902471928', '1397882168', 'no') ; 
INSERT INTO `wp_options` VALUES (7335437, '_transient_wflginfl_2902471928', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335458, '_transient_timeout_wflginfl_2902470805', '1397889426', 'no') ; 
INSERT INTO `wp_options` VALUES (7335459, '_transient_wflginfl_2902470805', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7562491, '_transient_timeout_wflginfl_2449492650', '1408457977', 'no') ; 
INSERT INTO `wp_options` VALUES (7562492, '_transient_wflginfl_2449492650', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335767, '_transient_timeout_wflginfl_620262369', '1397969189', 'no') ; 
INSERT INTO `wp_options` VALUES (7335768, '_transient_wflginfl_620262369', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7562392, '_transient_timeout_wflginfl_86498075', '1408428040', 'no') ; 
INSERT INTO `wp_options` VALUES (7562393, '_transient_wflginfl_86498075', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336114, '_transient_timeout_wflginfl_1659338108', '1398054445', 'no') ; 
INSERT INTO `wp_options` VALUES (7335488, '_transient_timeout_wflginfl_3231817872', '1397899312', 'no') ; 
INSERT INTO `wp_options` VALUES (7335489, '_transient_wflginfl_3231817872', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335492, '_transient_timeout_wflginfl_3589189408', '1397899765', 'no') ; 
INSERT INTO `wp_options` VALUES (7335493, '_transient_wflginfl_3589189408', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335498, '_transient_timeout_wflginfl_1145172418', '1397901656', 'no') ; 
INSERT INTO `wp_options` VALUES (7335499, '_transient_wflginfl_1145172418', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335503, '_transient_timeout_wflginfl_1137340888', '1397904735', 'no') ; 
INSERT INTO `wp_options` VALUES (7335504, '_transient_wflginfl_1137340888', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340705, '_transient_timeout_wflginfl_2922249642', '1398818777', 'no') ; 
INSERT INTO `wp_options` VALUES (7340706, '_transient_wflginfl_2922249642', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7335517, '_transient_timeout_wffgt_850556775', '1397908760', 'no') ; 
INSERT INTO `wp_options` VALUES (7335518, '_transient_wffgt_850556775', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335525, '_transient_timeout_wflginfl_1158433771', '1397910024', 'no') ; 
INSERT INTO `wp_options` VALUES (7335526, '_transient_wflginfl_1158433771', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335531, '_transient_timeout_wflginfl_2917935244', '1397913036', 'no') ; 
INSERT INTO `wp_options` VALUES (7335532, '_transient_wflginfl_2917935244', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335543, '_transient_timeout_wflginfl_3097134886', '1397915540', 'no') ; 
INSERT INTO `wp_options` VALUES (7335544, '_transient_wflginfl_3097134886', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7562381, '_transient_timeout_wflginfl_2449492380', '1408424304', 'no') ; 
INSERT INTO `wp_options` VALUES (7562382, '_transient_wflginfl_2449492380', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335552, '_transient_timeout_wffgt_1214219771', '1397918127', 'no') ; 
INSERT INTO `wp_options` VALUES (7335553, '_transient_wffgt_1214219771', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7562665, '_transient_timeout_wflginfl_2449492684', '1408477837', 'no') ; 
INSERT INTO `wp_options` VALUES (7562666, '_transient_wflginfl_2449492684', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335569, '_transient_timeout_wflginfl_1839793640', '1397922018', 'no') ; 
INSERT INTO `wp_options` VALUES (7335570, '_transient_wflginfl_1839793640', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335575, '_transient_timeout_wflginfl_1496258892', '1397922259', 'no') ; 
INSERT INTO `wp_options` VALUES (7335576, '_transient_wflginfl_1496258892', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7349854, '_transient_timeout_wflginfl_2916847233', '1400695592', 'no') ; 
INSERT INTO `wp_options` VALUES (7349855, '_transient_wflginfl_2916847233', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335600, '_transient_timeout_wflginfl_1814082995', '1397927048', 'no') ; 
INSERT INTO `wp_options` VALUES (7335601, '_transient_wflginfl_1814082995', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335605, '_transient_timeout_wflginfl_840919925', '1397928399', 'no') ; 
INSERT INTO `wp_options` VALUES (7335606, '_transient_wflginfl_840919925', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463335, '_transient_timeout_wflginfl_1449257250', '1404767993', 'no') ; 
INSERT INTO `wp_options` VALUES (7464810, '_transient_timeout_wflginfl_778246817', '1404769168', 'no') ; 
INSERT INTO `wp_options` VALUES (7464811, '_transient_wflginfl_778246817', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459182, '_transient_timeout_wflginfl_2033593522', '1404764578', 'no') ; 
INSERT INTO `wp_options` VALUES (7459183, '_transient_wflginfl_2033593522', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488468, '_transient_timeout_wflginfl_704328830', '1404792223', 'no') ; 
INSERT INTO `wp_options` VALUES (7488469, '_transient_wflginfl_704328830', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459311, '_transient_timeout_wflginfl_657392582', '1404764691', 'no') ; 
INSERT INTO `wp_options` VALUES (7459312, '_transient_wflginfl_657392582', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502742, '_transient_timeout_wflginfl_608526999', '1404805033', 'no') ; 
INSERT INTO `wp_options` VALUES (7502743, '_transient_wflginfl_608526999', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459391, '_transient_timeout_wflginfl_1320468820', '1404764761', 'no') ; 
INSERT INTO `wp_options` VALUES (7459392, '_transient_wflginfl_1320468820', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495938, '_transient_timeout_wflginfl_3306101716', '1404799152', 'no') ; 
INSERT INTO `wp_options` VALUES (7495939, '_transient_wflginfl_3306101716', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459455, '_transient_timeout_wflginfl_657974236', '1404765091', 'no') ; 
INSERT INTO `wp_options` VALUES (7459456, '_transient_wflginfl_657974236', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7462701, '_transient_timeout_wflginfl_1589719675', '1404767475', 'no') ; 
INSERT INTO `wp_options` VALUES (7462702, '_transient_wflginfl_1589719675', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488048, '_transient_timeout_wflginfl_3035257819', '1404791816', 'no') ; 
INSERT INTO `wp_options` VALUES (7459383, '_transient_timeout_wflginfl_523729667', '1404764754', 'no') ; 
INSERT INTO `wp_options` VALUES (7459384, '_transient_wflginfl_523729667', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7342202, '_transient_timeout_wflginfl_1109062382', '1399148845', 'no') ; 
INSERT INTO `wp_options` VALUES (7342203, '_transient_wflginfl_1109062382', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7339748, '_transient_timeout_wflginfl_2794682296', '1398705894', 'no') ; 
INSERT INTO `wp_options` VALUES (7339749, '_transient_wflginfl_2794682296', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7342204, '_transient_timeout_wffgt_1109062382', '1399148850', 'no') ; 
INSERT INTO `wp_options` VALUES (7342205, '_transient_wffgt_1109062382', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339789, '_transient_timeout_wflginfl_1645185805', '1398710532', 'no') ; 
INSERT INTO `wp_options` VALUES (7339790, '_transient_wflginfl_1645185805', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7339792, '_transient_timeout_wflginfl_1190255354', '1398711145', 'no') ; 
INSERT INTO `wp_options` VALUES (7339793, '_transient_wflginfl_1190255354', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339836, '_transient_timeout_wflginfl_3323678059', '1398715722', 'no') ; 
INSERT INTO `wp_options` VALUES (7339837, '_transient_wflginfl_3323678059', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339874, '_transient_timeout_wflginfl_1187170885', '1398721970', 'no') ; 
INSERT INTO `wp_options` VALUES (7339875, '_transient_wflginfl_1187170885', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339890, '_transient_timeout_wflginfl_3350495810', '1398728389', 'no') ; 
INSERT INTO `wp_options` VALUES (7339891, '_transient_wflginfl_3350495810', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521596, '_transient_timeout_wflginfl_1533614035', '1404818592', 'no') ; 
INSERT INTO `wp_options` VALUES (7339928, '_transient_timeout_wffgt_1148562969', '1398733622', 'no') ; 
INSERT INTO `wp_options` VALUES (7339929, '_transient_wffgt_1148562969', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339899, '_transient_timeout_wffgt_1154236626', '1398730204', 'no') ; 
INSERT INTO `wp_options` VALUES (7339900, '_transient_wffgt_1154236626', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339913, '_transient_timeout_wflginfl_1256052593', '1398732326', 'no') ; 
INSERT INTO `wp_options` VALUES (7339914, '_transient_wflginfl_1256052593', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456694, '_transient_wflginfl_1383246170', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541041, '_transient_wflginfl_779740508', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540107, '_transient_wflginfl_779433541', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460282, '_transient_timeout_wflginfl_3318281559', '1404765451', 'no') ; 
INSERT INTO `wp_options` VALUES (7482713, '_transient_timeout_wflginfl_3158715196', '1404786706', 'no') ; 
INSERT INTO `wp_options` VALUES (7482714, '_transient_wflginfl_3158715196', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460283, '_transient_wflginfl_3318281559', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456892, '_transient_timeout_wflginfl_657083056', '1404762812', 'no') ; 
INSERT INTO `wp_options` VALUES (7456893, '_transient_wflginfl_657083056', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456904, '_transient_timeout_wflginfl_849766393', '1404762826', 'no') ; 
INSERT INTO `wp_options` VALUES (7456905, '_transient_wflginfl_849766393', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477206, '_transient_timeout_wflginfl_2536353362', '1404780935', 'no') ; 
INSERT INTO `wp_options` VALUES (7477207, '_transient_wflginfl_2536353362', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456981, '_transient_timeout_wflginfl_2591719346', '1404762873', 'no') ; 
INSERT INTO `wp_options` VALUES (7518207, '_transient_timeout_wflginfl_2344819790', '1404816287', 'no') ; 
INSERT INTO `wp_options` VALUES (7518208, '_transient_wflginfl_2344819790', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339994, '_transient_timeout_wflginfl_974828966', '1398754154', 'no') ; 
INSERT INTO `wp_options` VALUES (7339915, '_transient_timeout_wflginfl_1158431685', '1398732383', 'no') ; 
INSERT INTO `wp_options` VALUES (7339916, '_transient_wflginfl_1158431685', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339917, '_transient_timeout_wffgt_1078839084', '1398732630', 'no') ; 
INSERT INTO `wp_options` VALUES (7339918, '_transient_wffgt_1078839084', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535006, '_transient_timeout_wflginfl_1317236760', '1404827817', 'no') ; 
INSERT INTO `wp_options` VALUES (7339967, '_transient_timeout_wflginfl_2901799084', '1398747271', 'no') ; 
INSERT INTO `wp_options` VALUES (7339960, '_transient_timeout_wflginfl_2364346286', '1398743647', 'no') ; 
INSERT INTO `wp_options` VALUES (7473819, '_transient_timeout_wflginfl_1209773602', '1404777717', 'no') ; 
INSERT INTO `wp_options` VALUES (7473820, '_transient_wflginfl_1209773602', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7459601, '_transient_timeout_wflginfl_3269193785', '1404764908', 'no') ; 
INSERT INTO `wp_options` VALUES (7459602, '_transient_wflginfl_3269193785', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466001, '_transient_wflginfl_1834749362', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7479290, '_transient_wflginfl_1442035273', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7463077, '_transient_timeout_wflginfl_3318487745', '1404767792', 'no') ; 
INSERT INTO `wp_options` VALUES (7463078, '_transient_wflginfl_3318487745', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475730, '_transient_timeout_wflginfl_704512978', '1404779441', 'no') ; 
INSERT INTO `wp_options` VALUES (7475731, '_transient_wflginfl_704512978', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492301, '_transient_wflginfl_1583394889', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477675, '_transient_wflginfl_2969664517', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468551, '_transient_timeout_wflginfl_3388705181', '1404772425', 'no') ; 
INSERT INTO `wp_options` VALUES (7468552, '_transient_wflginfl_3388705181', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461804, '_transient_timeout_wflginfl_3305691629', '1404766686', 'no') ; 
INSERT INTO `wp_options` VALUES (7461805, '_transient_wflginfl_3305691629', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459779, '_transient_timeout_wflginfl_2972238566', '1404765048', 'no') ; 
INSERT INTO `wp_options` VALUES (7459780, '_transient_wflginfl_2972238566', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538275, '_transient_timeout_wflginfl_1892752997', '1404829738', 'no') ; 
INSERT INTO `wp_options` VALUES (7539530, '_transient_wflginfl_609141060', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540684, '_transient_timeout_wflginfl_1121510735', '1404831268', 'no') ; 
INSERT INTO `wp_options` VALUES (7459584, '_transient_wflginfl_608918977', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340980, '_transient_wflginfl_1805734200', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7345491, '_transient_timeout_wflginfl_1168877212', '1399820091', 'no') ; 
INSERT INTO `wp_options` VALUES (7345492, '_transient_wflginfl_1168877212', '7', 'no') ; 
INSERT INTO `wp_options` VALUES (7535934, '_transient_timeout_wffgt_1162542846', '1404828211', 'no') ; 
INSERT INTO `wp_options` VALUES (7535935, '_transient_wffgt_1162542846', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7344998, '_transient_timeout_wflginfl_3227749646', '1399696980', 'no') ; 
INSERT INTO `wp_options` VALUES (7344999, '_transient_wflginfl_3227749646', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339510, '_transient_timeout_wffgt_1676967660', '1398645888', 'no') ; 
INSERT INTO `wp_options` VALUES (7339511, '_transient_wffgt_1676967660', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7338124, '_transient_timeout_wflginfl_1153426417', '1398361484', 'no') ; 
INSERT INTO `wp_options` VALUES (7338125, '_transient_wflginfl_1153426417', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7338396, '_transient_timeout_wflginfl_2917689804', '1398369190', 'no') ; 
INSERT INTO `wp_options` VALUES (7338397, '_transient_wflginfl_2917689804', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7338400, '_transient_timeout_wflginfl_3323220067', '1398369303', 'no') ; 
INSERT INTO `wp_options` VALUES (7338401, '_transient_wflginfl_3323220067', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7552422, '_transient_timeout_wflginfl_848219978', '1406574786', 'no') ; 
INSERT INTO `wp_options` VALUES (7338412, '_transient_timeout_wflginfl_2794051938', '1398370816', 'no') ; 
INSERT INTO `wp_options` VALUES (7338413, '_transient_wflginfl_2794051938', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7350797, '_transient_timeout_wflginfl_3227716736', '1400951117', 'no') ; 
INSERT INTO `wp_options` VALUES (7350798, '_transient_wflginfl_3227716736', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7338417, '_transient_timeout_wffgt_2154790845', '1398371440', 'no') ; 
INSERT INTO `wp_options` VALUES (7338418, '_transient_wffgt_2154790845', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7338446, '_transient_timeout_wflginfl_1533850744', '1398378582', 'no') ; 
INSERT INTO `wp_options` VALUES (7338447, '_transient_wflginfl_1533850744', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7338458, '_transient_timeout_wflginfl_2860652707', '1398380162', 'no') ; 
INSERT INTO `wp_options` VALUES (7338459, '_transient_wflginfl_2860652707', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7338452, '_transient_timeout_wffgt_1140883208', '1398379361', 'no') ; 
INSERT INTO `wp_options` VALUES (7338453, '_transient_wffgt_1140883208', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7338455, '_transient_timeout_wflginfl_1256053819', '1398379474', 'no') ; 
INSERT INTO `wp_options` VALUES (7338456, '_transient_wflginfl_1256053819', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7338830, '_transient_timeout_wflginfl_3634492554', '1398465122', 'no') ; 
INSERT INTO `wp_options` VALUES (7338831, '_transient_wflginfl_3634492554', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7338474, '_transient_timeout_wffgt_2889359107', '1398384458', 'no') ; 
INSERT INTO `wp_options` VALUES (7338475, '_transient_wffgt_2889359107', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7338501, '_transient_timeout_wflginfl_1264899267', '1398389005', 'no') ; 
INSERT INTO `wp_options` VALUES (7338502, '_transient_wflginfl_1264899267', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7338497, '_transient_timeout_wffgt_1264899267', '1398388183', 'no') ; 
INSERT INTO `wp_options` VALUES (7338498, '_transient_wffgt_1264899267', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7557102, '_transient_timeout_wflginfl_1659511928', '1407441127', 'no') ; 
INSERT INTO `wp_options` VALUES (7557103, '_transient_wflginfl_1659511928', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7338517, '_transient_timeout_wflginfl_2889352104', '1398393385', 'no') ; 
INSERT INTO `wp_options` VALUES (7338518, '_transient_wflginfl_2889352104', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341564, '_transient_timeout_wffgt_1659511928', '1398977744', 'no') ; 
INSERT INTO `wp_options` VALUES (7341565, '_transient_wffgt_1659511928', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7338539, '_transient_timeout_wflginfl_3547237446', '1398397597', 'no') ; 
INSERT INTO `wp_options` VALUES (7338540, '_transient_wflginfl_3547237446', '19', 'no') ; 
INSERT INTO `wp_options` VALUES (7338545, '_transient_timeout_wflginfl_2516544207', '1398398908', 'no') ; 
INSERT INTO `wp_options` VALUES (7338546, '_transient_wflginfl_2516544207', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7338585, '_transient_timeout_wflginfl_3105550095', '1398405709', 'no') ; 
INSERT INTO `wp_options` VALUES (7338586, '_transient_wflginfl_3105550095', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483087, '_transient_timeout_wflginfl_3306950909', '1404787066', 'no') ; 
INSERT INTO `wp_options` VALUES (7338565, '_transient_timeout_wffgt_2731390143', '1398402652', 'no') ; 
INSERT INTO `wp_options` VALUES (7338566, '_transient_wffgt_2731390143', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7338589, '_transient_timeout_wflginfl_92766197', '1398406828', 'no') ; 
INSERT INTO `wp_options` VALUES (7338590, '_transient_wflginfl_92766197', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7338592, '_transient_timeout_wflginfl_1256050853', '1398407384', 'no') ; 
INSERT INTO `wp_options` VALUES (7338593, '_transient_wflginfl_1256050853', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7555735, '_transient_timeout_wffgt_3508642386', '1407239151', 'no') ; 
INSERT INTO `wp_options` VALUES (7339302, '_transient_timeout_wflginfl_839087401', '1398599682', 'no') ; 
INSERT INTO `wp_options` VALUES (7338657, '_transient_timeout_wffgt_1152630511', '1398435126', 'no') ; 
INSERT INTO `wp_options` VALUES (7338658, '_transient_wffgt_1152630511', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7555736, '_transient_wffgt_3508642386', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7338688, '_transient_timeout_wffgt_2923075614', '1398441145', 'no') ; 
INSERT INTO `wp_options` VALUES (7338689, '_transient_wffgt_2923075614', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7338693, '_transient_wflginfl_3325211193', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467314, '_transient_wflginfl_657050692', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506329, '_transient_timeout_wflginfl_1452364018', '1404808100', 'no') ; 
INSERT INTO `wp_options` VALUES (7506330, '_transient_wflginfl_1452364018', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7467997, '_transient_timeout_wflginfl_3389361302', '1404771931', 'no') ; 
INSERT INTO `wp_options` VALUES (7467998, '_transient_wflginfl_3389361302', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467361, '_transient_timeout_wflginfl_694237427', '1404771414', 'no') ; 
INSERT INTO `wp_options` VALUES (7467362, '_transient_wflginfl_694237427', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467381, '_transient_timeout_wflginfl_2044031708', '1404771431', 'no') ; 
INSERT INTO `wp_options` VALUES (7467382, '_transient_wflginfl_2044031708', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467389, '_transient_timeout_wflginfl_3308226423', '1404771440', 'no') ; 
INSERT INTO `wp_options` VALUES (7467390, '_transient_wflginfl_3308226423', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467399, '_transient_timeout_wflginfl_609293629', '1404771445', 'no') ; 
INSERT INTO `wp_options` VALUES (7467400, '_transient_wflginfl_609293629', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479589, '_transient_timeout_wflginfl_1564001360', '1404783428', 'no') ; 
INSERT INTO `wp_options` VALUES (7479590, '_transient_wflginfl_1564001360', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467429, '_transient_timeout_wflginfl_3318458406', '1404771899', 'no') ; 
INSERT INTO `wp_options` VALUES (7467430, '_transient_wflginfl_3318458406', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7530284, '_transient_timeout_wflginfl_1430263869', '1404824521', 'no') ; 
INSERT INTO `wp_options` VALUES (7530285, '_transient_wflginfl_1430263869', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477912, '_transient_timeout_wflginfl_1382452683', '1404781692', 'no') ; 
INSERT INTO `wp_options` VALUES (7477913, '_transient_wflginfl_1382452683', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474994, '_transient_timeout_wflginfl_3018483474', '1404778707', 'no') ; 
INSERT INTO `wp_options` VALUES (7474995, '_transient_wflginfl_3018483474', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469334, '_transient_timeout_wflginfl_1831942583', '1404773129', 'no') ; 
INSERT INTO `wp_options` VALUES (7469335, '_transient_wflginfl_1831942583', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467547, '_transient_timeout_wflginfl_1303145641', '1404771548', 'no') ; 
INSERT INTO `wp_options` VALUES (7467548, '_transient_wflginfl_1303145641', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467615, '_transient_timeout_wflginfl_1337033068', '1404771600', 'no') ; 
INSERT INTO `wp_options` VALUES (7467616, '_transient_wflginfl_1337033068', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505942, '_transient_timeout_wflginfl_1320695272', '1404807817', 'no') ; 
INSERT INTO `wp_options` VALUES (7505943, '_transient_wflginfl_1320695272', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7511323, '_transient_timeout_wflginfl_3731271077', '1404812033', 'no') ; 
INSERT INTO `wp_options` VALUES (7511324, '_transient_wflginfl_3731271077', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7513173, '_transient_timeout_wflginfl_701191175', '1404812764', 'no') ; 
INSERT INTO `wp_options` VALUES (7513174, '_transient_wflginfl_701191175', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467793, '_transient_timeout_wflginfl_657053026', '1404771756', 'no') ; 
INSERT INTO `wp_options` VALUES (7467743, '_transient_timeout_wflginfl_625752635', '1404771706', 'no') ; 
INSERT INTO `wp_options` VALUES (7467744, '_transient_wflginfl_625752635', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473189, '_transient_timeout_wflginfl_1595081598', '1404776892', 'no') ; 
INSERT INTO `wp_options` VALUES (7473190, '_transient_wflginfl_1595081598', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467794, '_transient_wflginfl_657053026', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467795, '_transient_timeout_wflginfl_3189079963', '1404771757', 'no') ; 
INSERT INTO `wp_options` VALUES (7467796, '_transient_wflginfl_3189079963', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487071, '_transient_timeout_wflginfl_3039804598', '1404790809', 'no') ; 
INSERT INTO `wp_options` VALUES (7487072, '_transient_wflginfl_3039804598', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467823, '_transient_timeout_wflginfl_657536576', '1404771777', 'no') ; 
INSERT INTO `wp_options` VALUES (7467824, '_transient_wflginfl_657536576', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518992, '_transient_timeout_wflginfl_3155789718', '1404816828', 'no') ; 
INSERT INTO `wp_options` VALUES (7518993, '_transient_wflginfl_3155789718', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471552, '_transient_timeout_wflginfl_1564115397', '1404775264', 'no') ; 
INSERT INTO `wp_options` VALUES (7471553, '_transient_wflginfl_1564115397', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467889, '_transient_timeout_wflginfl_1768910127', '1404771844', 'no') ; 
INSERT INTO `wp_options` VALUES (7467890, '_transient_wflginfl_1768910127', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541020, '_transient_timeout_wflginfl_1010175944', '1404831406', 'no') ; 
INSERT INTO `wp_options` VALUES (7541021, '_transient_wflginfl_1010175944', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473542, '_transient_timeout_wflginfl_1337008209', '1404777227', 'no') ; 
INSERT INTO `wp_options` VALUES (7473543, '_transient_wflginfl_1337008209', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482887, '_transient_timeout_wflginfl_1077856521', '1404786880', 'no') ; 
INSERT INTO `wp_options` VALUES (7482888, '_transient_wflginfl_1077856521', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539533, '_transient_timeout_wflginfl_2919447596', '1404830572', 'no') ; 
INSERT INTO `wp_options` VALUES (7504778, '_transient_wflginfl_3176298609', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469185, '_transient_timeout_wflginfl_1835297108', '1404772992', 'no') ; 
INSERT INTO `wp_options` VALUES (7469186, '_transient_wflginfl_1835297108', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535972, '_transient_timeout_wflginfl_1317475349', '1404828514', 'no') ; 
INSERT INTO `wp_options` VALUES (7535973, '_transient_wflginfl_1317475349', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7468057, '_transient_timeout_wflginfl_3065392593', '1404771974', 'no') ; 
INSERT INTO `wp_options` VALUES (7468058, '_transient_wflginfl_3065392593', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477216, '_transient_timeout_wflginfl_3732904103', '1404780947', 'no') ; 
INSERT INTO `wp_options` VALUES (7477217, '_transient_wflginfl_3732904103', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472661, '_transient_timeout_wflginfl_1545362263', '1404776632', 'no') ; 
INSERT INTO `wp_options` VALUES (7489479, '_transient_timeout_wflginfl_1247293066', '1404793165', 'no') ; 
INSERT INTO `wp_options` VALUES (7489480, '_transient_wflginfl_1247293066', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519294, '_transient_timeout_wflginfl_1318527244', '1404817028', 'no') ; 
INSERT INTO `wp_options` VALUES (7519295, '_transient_wflginfl_1318527244', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472662, '_transient_wflginfl_1545362263', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7473939, '_transient_timeout_wflginfl_1466783908', '1404777838', 'no') ; 
INSERT INTO `wp_options` VALUES (7473940, '_transient_wflginfl_1466783908', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7470097, '_transient_timeout_wflginfl_1108990874', '1404773839', 'no') ; 
INSERT INTO `wp_options` VALUES (7470098, '_transient_wflginfl_1108990874', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469103, '_transient_timeout_wflginfl_1460545984', '1404772927', 'no') ; 
INSERT INTO `wp_options` VALUES (7469104, '_transient_wflginfl_1460545984', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468237, '_transient_timeout_wflginfl_657431443', '1404772136', 'no') ; 
INSERT INTO `wp_options` VALUES (7468238, '_transient_wflginfl_657431443', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469197, '_transient_timeout_wflginfl_1768753194', '1404773001', 'no') ; 
INSERT INTO `wp_options` VALUES (7469198, '_transient_wflginfl_1768753194', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468247, '_transient_timeout_wflginfl_1317126796', '1404772142', 'no') ; 
INSERT INTO `wp_options` VALUES (7468248, '_transient_wflginfl_1317126796', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483069, '_transient_timeout_wflginfl_91040919', '1404787055', 'no') ; 
INSERT INTO `wp_options` VALUES (7483070, '_transient_wflginfl_91040919', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468309, '_transient_timeout_wflginfl_1348867322', '1404772200', 'no') ; 
INSERT INTO `wp_options` VALUES (7468310, '_transient_wflginfl_1348867322', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500878, '_transient_timeout_wflginfl_1891167088', '1404803752', 'no') ; 
INSERT INTO `wp_options` VALUES (7500879, '_transient_wflginfl_1891167088', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7468399, '_transient_timeout_wflginfl_1383248461', '1404772271', 'no') ; 
INSERT INTO `wp_options` VALUES (7468400, '_transient_wflginfl_1383248461', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468423, '_transient_timeout_wflginfl_91205097', '1404772288', 'no') ; 
INSERT INTO `wp_options` VALUES (7468424, '_transient_wflginfl_91205097', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541328, '_transient_timeout_wflginfl_1884194701', '1404831525', 'no') ; 
INSERT INTO `wp_options` VALUES (7540099, '_transient_wflginfl_1293707003', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7471701, '_transient_timeout_wflginfl_39328065', '1404775423', 'no') ; 
INSERT INTO `wp_options` VALUES (7471702, '_transient_wflginfl_39328065', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507224, '_transient_timeout_wflginfl_1673533122', '1404808529', 'no') ; 
INSERT INTO `wp_options` VALUES (7507225, '_transient_wflginfl_1673533122', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539448, '_transient_timeout_wflginfl_3273186277', '1404830516', 'no') ; 
INSERT INTO `wp_options` VALUES (7539449, '_transient_wflginfl_3273186277', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473239, '_transient_timeout_wflginfl_1491602634', '1404776922', 'no') ; 
INSERT INTO `wp_options` VALUES (7473240, '_transient_wflginfl_1491602634', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541132, '_transient_timeout_wflginfl_3129655279', '1404831446', 'no') ; 
INSERT INTO `wp_options` VALUES (7541133, '_transient_wflginfl_3129655279', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470467, '_transient_timeout_wflginfl_3157513688', '1404774166', 'no') ; 
INSERT INTO `wp_options` VALUES (7470468, '_transient_wflginfl_3157513688', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468693, '_transient_timeout_wflginfl_3147400761', '1404772553', 'no') ; 
INSERT INTO `wp_options` VALUES (7468694, '_transient_wflginfl_3147400761', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469755, '_transient_timeout_wflginfl_700916260', '1404773549', 'no') ; 
INSERT INTO `wp_options` VALUES (7469756, '_transient_wflginfl_700916260', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468755, '_transient_timeout_wflginfl_1368938620', '1404772597', 'no') ; 
INSERT INTO `wp_options` VALUES (7468756, '_transient_wflginfl_1368938620', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471428, '_transient_timeout_wflginfl_657738849', '1404775122', 'no') ; 
INSERT INTO `wp_options` VALUES (7471429, '_transient_wflginfl_657738849', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499803, '_transient_timeout_wflginfl_1849098420', '1404802691', 'no') ; 
INSERT INTO `wp_options` VALUES (7499804, '_transient_wflginfl_1849098420', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468827, '_transient_timeout_wflginfl_690143375', '1404772645', 'no') ; 
INSERT INTO `wp_options` VALUES (7468828, '_transient_wflginfl_690143375', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469685, '_transient_timeout_wflginfl_1332055137', '1404773468', 'no') ; 
INSERT INTO `wp_options` VALUES (7469686, '_transient_wflginfl_1332055137', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479581, '_transient_timeout_wflginfl_3187233146', '1404783417', 'no') ; 
INSERT INTO `wp_options` VALUES (7479582, '_transient_wflginfl_3187233146', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484261, '_transient_timeout_wflginfl_3150639268', '1404788137', 'no') ; 
INSERT INTO `wp_options` VALUES (7484262, '_transient_wflginfl_3150639268', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468945, '_transient_timeout_wflginfl_3036571820', '1404772771', 'no') ; 
INSERT INTO `wp_options` VALUES (7468946, '_transient_wflginfl_3036571820', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468979, '_transient_timeout_wflginfl_1293701559', '1404772810', 'no') ; 
INSERT INTO `wp_options` VALUES (7468980, '_transient_wflginfl_1293701559', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468997, '_transient_timeout_wflginfl_1385931813', '1404772832', 'no') ; 
INSERT INTO `wp_options` VALUES (7468998, '_transient_wflginfl_1385931813', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474293, '_transient_timeout_wflginfl_1388962527', '1404777953', 'no') ; 
INSERT INTO `wp_options` VALUES (7474294, '_transient_wflginfl_1388962527', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469119, '_transient_timeout_wflginfl_1383248548', '1404772938', 'no') ; 
INSERT INTO `wp_options` VALUES (7469120, '_transient_wflginfl_1383248548', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476326, '_transient_timeout_wflginfl_3318556435', '1404780220', 'no') ; 
INSERT INTO `wp_options` VALUES (7476327, '_transient_wflginfl_3318556435', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7471158, '_transient_timeout_wflginfl_1354358304', '1404775248', 'no') ; 
INSERT INTO `wp_options` VALUES (7471159, '_transient_wflginfl_1354358304', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7470005, '_transient_timeout_wflginfl_1096556273', '1404773756', 'no') ; 
INSERT INTO `wp_options` VALUES (7470006, '_transient_wflginfl_1096556273', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469336, '_transient_timeout_wflginfl_1409351641', '1404773129', 'no') ; 
INSERT INTO `wp_options` VALUES (7469337, '_transient_wflginfl_1409351641', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479209, '_transient_timeout_wflginfl_2955571462', '1404783035', 'no') ; 
INSERT INTO `wp_options` VALUES (7479210, '_transient_wflginfl_2955571462', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469390, '_transient_timeout_wflginfl_3198159741', '1404773173', 'no') ; 
INSERT INTO `wp_options` VALUES (7469391, '_transient_wflginfl_3198159741', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480359, '_transient_timeout_wflginfl_1442199109', '1404784258', 'no') ; 
INSERT INTO `wp_options` VALUES (7469948, '_transient_timeout_wflginfl_3200003932', '1404773715', 'no') ; 
INSERT INTO `wp_options` VALUES (7540450, '_transient_timeout_wflginfl_1209731408', '1404831143', 'no') ; 
INSERT INTO `wp_options` VALUES (7540451, '_transient_wflginfl_1209731408', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469607, '_transient_timeout_wflginfl_415768326', '1404773392', 'no') ; 
INSERT INTO `wp_options` VALUES (7469608, '_transient_wflginfl_415768326', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477554, '_transient_timeout_wflginfl_696375951', '1404781281', 'no') ; 
INSERT INTO `wp_options` VALUES (7477555, '_transient_wflginfl_696375951', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478589, '_transient_timeout_wflginfl_1357695991', '1404782344', 'no') ; 
INSERT INTO `wp_options` VALUES (7478590, '_transient_wflginfl_1357695991', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509612, '_transient_timeout_wflginfl_3419628758', '1404810216', 'no') ; 
INSERT INTO `wp_options` VALUES (7509613, '_transient_wflginfl_3419628758', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540662, '_transient_timeout_wflginfl_1393070413', '1404831253', 'no') ; 
INSERT INTO `wp_options` VALUES (7540663, '_transient_wflginfl_1393070413', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469769, '_transient_timeout_wflginfl_1493033940', '1404773559', 'no') ; 
INSERT INTO `wp_options` VALUES (7469770, '_transient_wflginfl_1493033940', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508369, '_transient_timeout_wflginfl_3318251245', '1404809334', 'no') ; 
INSERT INTO `wp_options` VALUES (7508370, '_transient_wflginfl_3318251245', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469851, '_transient_timeout_wflginfl_1466786439', '1404773619', 'no') ; 
INSERT INTO `wp_options` VALUES (7469852, '_transient_wflginfl_1466786439', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470906, '_transient_timeout_wflginfl_690328397', '1404774594', 'no') ; 
INSERT INTO `wp_options` VALUES (7470907, '_transient_wflginfl_690328397', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472339, '_transient_timeout_wflginfl_3065687558', '1404776029', 'no') ; 
INSERT INTO `wp_options` VALUES (7472340, '_transient_wflginfl_3065687558', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540922, '_transient_timeout_wflginfl_1635227374', '1404831372', 'no') ; 
INSERT INTO `wp_options` VALUES (7540923, '_transient_wflginfl_1635227374', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469937, '_transient_timeout_wflginfl_1459804123', '1404773703', 'no') ; 
INSERT INTO `wp_options` VALUES (7469938, '_transient_wflginfl_1459804123', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491486, '_transient_timeout_wflginfl_3136996923', '1404795062', 'no') ; 
INSERT INTO `wp_options` VALUES (7491487, '_transient_wflginfl_3136996923', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526060, '_transient_timeout_wflginfl_3632889148', '1404821634', 'no') ; 
INSERT INTO `wp_options` VALUES (7526061, '_transient_wflginfl_3632889148', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536759, '_transient_timeout_wflginfl_1892047538', '1404828774', 'no') ; 
INSERT INTO `wp_options` VALUES (7536760, '_transient_wflginfl_1892047538', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470039, '_transient_timeout_wflginfl_1376191132', '1404773777', 'no') ; 
INSERT INTO `wp_options` VALUES (7470040, '_transient_wflginfl_1376191132', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472469, '_transient_timeout_wflginfl_3200419486', '1404776154', 'no') ; 
INSERT INTO `wp_options` VALUES (7472470, '_transient_wflginfl_3200419486', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524160, '_transient_wflginfl_1829723259', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524159, '_transient_timeout_wflginfl_1829723259', '1404820297', 'no') ; 
INSERT INTO `wp_options` VALUES (7478461, '_transient_timeout_wflginfl_608750546', '1404782190', 'no') ; 
INSERT INTO `wp_options` VALUES (7478462, '_transient_wflginfl_608750546', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512865, '_transient_timeout_wflginfl_3269526973', '1404812555', 'no') ; 
INSERT INTO `wp_options` VALUES (7512866, '_transient_wflginfl_3269526973', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471472, '_transient_timeout_wflginfl_3318234926', '1404775168', 'no') ; 
INSERT INTO `wp_options` VALUES (7471473, '_transient_wflginfl_3318234926', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538393, '_transient_timeout_wflginfl_1177696775', '1404829816', 'no') ; 
INSERT INTO `wp_options` VALUES (7538394, '_transient_wflginfl_1177696775', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540624, '_transient_timeout_wflginfl_692343726', '1404831519', 'no') ; 
INSERT INTO `wp_options` VALUES (7540625, '_transient_wflginfl_692343726', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7516250, '_transient_timeout_wflginfl_1892047479', '1404814910', 'no') ; 
INSERT INTO `wp_options` VALUES (7516251, '_transient_wflginfl_1892047479', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484311, '_transient_timeout_wflginfl_3308240853', '1404788198', 'no') ; 
INSERT INTO `wp_options` VALUES (7484312, '_transient_wflginfl_3308240853', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470463, '_transient_timeout_wflginfl_3047318272', '1404774164', 'no') ; 
INSERT INTO `wp_options` VALUES (7470464, '_transient_wflginfl_3047318272', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490830, '_transient_timeout_wflginfl_657631503', '1404794414', 'no') ; 
INSERT INTO `wp_options` VALUES (7490831, '_transient_wflginfl_657631503', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496143, '_transient_timeout_wflginfl_3124213848', '1404799353', 'no') ; 
INSERT INTO `wp_options` VALUES (7496144, '_transient_wflginfl_3124213848', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470890, '_transient_timeout_wflginfl_3189073816', '1404774575', 'no') ; 
INSERT INTO `wp_options` VALUES (7470891, '_transient_wflginfl_3189073816', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473633, '_transient_timeout_wflginfl_3318468042', '1404777300', 'no') ; 
INSERT INTO `wp_options` VALUES (7473634, '_transient_wflginfl_3318468042', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471128, '_transient_timeout_wflginfl_694245102', '1404774822', 'no') ; 
INSERT INTO `wp_options` VALUES (7471129, '_transient_wflginfl_694245102', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538613, '_transient_timeout_wflginfl_1835301236', '1404829957', 'no') ; 
INSERT INTO `wp_options` VALUES (7540578, '_transient_timeout_wflginfl_1839266062', '1404831212', 'no') ; 
INSERT INTO `wp_options` VALUES (7470653, '_transient_timeout_wflginfl_695152751', '1404774343', 'no') ; 
INSERT INTO `wp_options` VALUES (7470654, '_transient_wflginfl_695152751', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535688, '_transient_timeout_wflginfl_3732909719', '1404828039', 'no') ; 
INSERT INTO `wp_options` VALUES (7535689, '_transient_wflginfl_3732909719', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538277, '_transient_timeout_wflginfl_1432769172', '1404829740', 'no') ; 
INSERT INTO `wp_options` VALUES (7538278, '_transient_wflginfl_1432769172', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539693, '_transient_timeout_wflginfl_696517133', '1404830666', 'no') ; 
INSERT INTO `wp_options` VALUES (7539694, '_transient_wflginfl_696517133', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539858, '_transient_timeout_wflginfl_1744075124', '1404830778', 'no') ; 
INSERT INTO `wp_options` VALUES (7539859, '_transient_wflginfl_1744075124', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470980, '_transient_timeout_wflginfl_3308226806', '1404774678', 'no') ; 
INSERT INTO `wp_options` VALUES (7470981, '_transient_wflginfl_3308226806', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489956, '_transient_timeout_wflginfl_407754300', '1404793621', 'no') ; 
INSERT INTO `wp_options` VALUES (7489957, '_transient_wflginfl_407754300', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472037, '_transient_timeout_wflginfl_1394040114', '1404775764', 'no') ; 
INSERT INTO `wp_options` VALUES (7472038, '_transient_wflginfl_1394040114', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471046, '_transient_timeout_wflginfl_3203231787', '1404774746', 'no') ; 
INSERT INTO `wp_options` VALUES (7471047, '_transient_wflginfl_3203231787', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473691, '_transient_timeout_wflginfl_636246802', '1404777354', 'no') ; 
INSERT INTO `wp_options` VALUES (7473692, '_transient_wflginfl_636246802', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473647, '_transient_timeout_wflginfl_697051250', '1404777305', 'no') ; 
INSERT INTO `wp_options` VALUES (7473648, '_transient_wflginfl_697051250', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474648, '_transient_timeout_wflginfl_1430060711', '1404778362', 'no') ; 
INSERT INTO `wp_options` VALUES (7474649, '_transient_wflginfl_1430060711', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471108, '_transient_timeout_wflginfl_3140018205', '1404774807', 'no') ; 
INSERT INTO `wp_options` VALUES (7471109, '_transient_wflginfl_3140018205', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537221, '_transient_timeout_wflginfl_3202422476', '1404829047', 'no') ; 
INSERT INTO `wp_options` VALUES (7491995, '_transient_timeout_wflginfl_694624420', '1404795529', 'no') ; 
INSERT INTO `wp_options` VALUES (7471142, '_transient_timeout_wflginfl_3142557592', '1404774836', 'no') ; 
INSERT INTO `wp_options` VALUES (7471143, '_transient_wflginfl_3142557592', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486899, '_transient_timeout_wflginfl_3307605922', '1404790643', 'no') ; 
INSERT INTO `wp_options` VALUES (7486900, '_transient_wflginfl_3307605922', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538377, '_transient_timeout_wflginfl_1768730010', '1404829802', 'no') ; 
INSERT INTO `wp_options` VALUES (7538378, '_transient_wflginfl_1768730010', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514037, '_transient_timeout_wflginfl_831552011', '1404813356', 'no') ; 
INSERT INTO `wp_options` VALUES (7514038, '_transient_wflginfl_831552011', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471258, '_transient_timeout_wflginfl_990698774', '1404775213', 'no') ; 
INSERT INTO `wp_options` VALUES (7471259, '_transient_wflginfl_990698774', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7476451, '_transient_wflginfl_3000911375', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478662, '_transient_wflginfl_3193485477', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512431, '_transient_timeout_wflginfl_1908338902', '1404812245', 'no') ; 
INSERT INTO `wp_options` VALUES (7534202, '_transient_timeout_wflginfl_1379209995', '1404827052', 'no') ; 
INSERT INTO `wp_options` VALUES (7471324, '_transient_timeout_wflginfl_3147526443', '1404775007', 'no') ; 
INSERT INTO `wp_options` VALUES (7471325, '_transient_wflginfl_3147526443', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490850, '_transient_timeout_wflginfl_694468834', '1404794433', 'no') ; 
INSERT INTO `wp_options` VALUES (7490851, '_transient_wflginfl_694468834', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475492, '_transient_wflginfl_3305702843', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475493, '_transient_wflginfl_704514428', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471504, '_transient_timeout_wflginfl_3065413440', '1404775202', 'no') ; 
INSERT INTO `wp_options` VALUES (7471505, '_transient_wflginfl_3065413440', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540560, '_transient_timeout_wflginfl_773269208', '1404831475', 'no') ; 
INSERT INTO `wp_options` VALUES (7540561, '_transient_wflginfl_773269208', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7471542, '_transient_timeout_wflginfl_1249051001', '1404775254', 'no') ; 
INSERT INTO `wp_options` VALUES (7471543, '_transient_wflginfl_1249051001', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473151, '_transient_timeout_wflginfl_3156355166', '1404776866', 'no') ; 
INSERT INTO `wp_options` VALUES (7473152, '_transient_wflginfl_3156355166', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471582, '_transient_timeout_wflginfl_1159113007', '1404775295', 'no') ; 
INSERT INTO `wp_options` VALUES (7471583, '_transient_wflginfl_1159113007', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471633, '_transient_timeout_wflginfl_3037625254', '1404775550', 'no') ; 
INSERT INTO `wp_options` VALUES (7481029, '_transient_timeout_wflginfl_3075572261', '1404785218', 'no') ; 
INSERT INTO `wp_options` VALUES (7481030, '_transient_wflginfl_3075572261', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7471634, '_transient_wflginfl_3037625254', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7496401, '_transient_timeout_wflginfl_2006618136', '1404799569', 'no') ; 
INSERT INTO `wp_options` VALUES (7496402, '_transient_wflginfl_2006618136', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473771, '_transient_timeout_wflginfl_3313675874', '1404777426', 'no') ; 
INSERT INTO `wp_options` VALUES (7473772, '_transient_wflginfl_3313675874', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471790, '_transient_timeout_wflginfl_3075574838', '1404775531', 'no') ; 
INSERT INTO `wp_options` VALUES (7471791, '_transient_wflginfl_3075574838', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472303, '_transient_timeout_wflginfl_3628279441', '1404775999', 'no') ; 
INSERT INTO `wp_options` VALUES (7472304, '_transient_wflginfl_3628279441', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471804, '_transient_timeout_wflginfl_1854476415', '1404775543', 'no') ; 
INSERT INTO `wp_options` VALUES (7471805, '_transient_wflginfl_1854476415', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471840, '_transient_timeout_wflginfl_1076401049', '1404775573', 'no') ; 
INSERT INTO `wp_options` VALUES (7471841, '_transient_wflginfl_1076401049', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477666, '_transient_timeout_wflginfl_697203380', '1404781409', 'no') ; 
INSERT INTO `wp_options` VALUES (7477667, '_transient_wflginfl_697203380', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479833, '_transient_timeout_wflginfl_3649253600', '1404783683', 'no') ; 
INSERT INTO `wp_options` VALUES (7479834, '_transient_wflginfl_3649253600', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477638, '_transient_timeout_wflginfl_1442475496', '1404781386', 'no') ; 
INSERT INTO `wp_options` VALUES (7471917, '_transient_timeout_wflginfl_1442935785', '1404775651', 'no') ; 
INSERT INTO `wp_options` VALUES (7471918, '_transient_wflginfl_1442935785', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471919, '_transient_timeout_wflginfl_702697243', '1404775652', 'no') ; 
INSERT INTO `wp_options` VALUES (7471920, '_transient_wflginfl_702697243', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477639, '_transient_wflginfl_1442475496', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471997, '_transient_timeout_wflginfl_3272464865', '1404775919', 'no') ; 
INSERT INTO `wp_options` VALUES (7471998, '_transient_wflginfl_3272464865', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7472005, '_transient_timeout_wflginfl_2966109494', '1404775736', 'no') ; 
INSERT INTO `wp_options` VALUES (7472006, '_transient_wflginfl_2966109494', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472009, '_transient_timeout_wflginfl_3636012687', '1404775739', 'no') ; 
INSERT INTO `wp_options` VALUES (7472010, '_transient_wflginfl_3636012687', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472011, '_transient_timeout_wflginfl_3387291361', '1404775740', 'no') ; 
INSERT INTO `wp_options` VALUES (7472012, '_transient_wflginfl_3387291361', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472033, '_transient_timeout_wflginfl_35733877', '1404775763', 'no') ; 
INSERT INTO `wp_options` VALUES (7472034, '_transient_wflginfl_35733877', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477552, '_transient_timeout_wflginfl_695165261', '1404781280', 'no') ; 
INSERT INTO `wp_options` VALUES (7477553, '_transient_wflginfl_695165261', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474297, '_transient_timeout_wflginfl_3183087700', '1404777957', 'no') ; 
INSERT INTO `wp_options` VALUES (7474298, '_transient_wflginfl_3183087700', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489148, '_transient_timeout_wflginfl_1491774390', '1404792881', 'no') ; 
INSERT INTO `wp_options` VALUES (7489149, '_transient_wflginfl_1491774390', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481803, '_transient_timeout_wflginfl_3388705404', '1404785763', 'no') ; 
INSERT INTO `wp_options` VALUES (7481804, '_transient_wflginfl_3388705404', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478750, '_transient_timeout_wflginfl_1887830171', '1404782762', 'no') ; 
INSERT INTO `wp_options` VALUES (7478751, '_transient_wflginfl_1887830171', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7505438, '_transient_timeout_wflginfl_1807844618', '1404807225', 'no') ; 
INSERT INTO `wp_options` VALUES (7505439, '_transient_wflginfl_1807844618', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537739, '_transient_timeout_wflginfl_1336797248', '1404829387', 'no') ; 
INSERT INTO `wp_options` VALUES (7537740, '_transient_wflginfl_1336797248', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472265, '_transient_timeout_wflginfl_979471875', '1404775974', 'no') ; 
INSERT INTO `wp_options` VALUES (7472266, '_transient_wflginfl_979471875', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481861, '_transient_timeout_wflginfl_1854476836', '1404785838', 'no') ; 
INSERT INTO `wp_options` VALUES (7481862, '_transient_wflginfl_1854476836', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494819, '_transient_timeout_wflginfl_2982807905', '1404798131', 'no') ; 
INSERT INTO `wp_options` VALUES (7494820, '_transient_wflginfl_2982807905', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476792, '_transient_timeout_wflginfl_1203463752', '1404780489', 'no') ; 
INSERT INTO `wp_options` VALUES (7476793, '_transient_wflginfl_1203463752', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473273, '_transient_timeout_wflginfl_3151121926', '1404776945', 'no') ; 
INSERT INTO `wp_options` VALUES (7473274, '_transient_wflginfl_3151121926', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484773, '_transient_timeout_wflginfl_3003674319', '1404788656', 'no') ; 
INSERT INTO `wp_options` VALUES (7484774, '_transient_wflginfl_3003674319', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489605, '_transient_timeout_wflginfl_3671411813', '1404793749', 'no') ; 
INSERT INTO `wp_options` VALUES (7489606, '_transient_wflginfl_3671411813', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7475106, '_transient_timeout_wflginfl_695157184', '1404778837', 'no') ; 
INSERT INTO `wp_options` VALUES (7475107, '_transient_wflginfl_695157184', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472973, '_transient_timeout_wflginfl_1136331419', '1404776667', 'no') ; 
INSERT INTO `wp_options` VALUES (7472974, '_transient_wflginfl_1136331419', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473494, '_transient_timeout_wflginfl_2966052908', '1404777169', 'no') ; 
INSERT INTO `wp_options` VALUES (7473495, '_transient_wflginfl_2966052908', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472471, '_transient_timeout_wflginfl_657305911', '1404776154', 'no') ; 
INSERT INTO `wp_options` VALUES (7472472, '_transient_wflginfl_657305911', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489394, '_transient_timeout_wflginfl_775242817', '1404793097', 'no') ; 
INSERT INTO `wp_options` VALUES (7489395, '_transient_wflginfl_775242817', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541028, '_transient_timeout_wflginfl_1275763041', '1404831409', 'no') ; 
INSERT INTO `wp_options` VALUES (7538558, '_transient_timeout_wflginfl_3170588854', '1404829923', 'no') ; 
INSERT INTO `wp_options` VALUES (7472641, '_transient_timeout_wflginfl_1043105554', '1404776546', 'no') ; 
INSERT INTO `wp_options` VALUES (7472642, '_transient_wflginfl_1043105554', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7477234, '_transient_timeout_wflginfl_657213736', '1404780963', 'no') ; 
INSERT INTO `wp_options` VALUES (7477235, '_transient_wflginfl_657213736', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477584, '_transient_timeout_wflginfl_3132940720', '1404781311', 'no') ; 
INSERT INTO `wp_options` VALUES (7477585, '_transient_wflginfl_3132940720', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472761, '_transient_timeout_wflginfl_3305208425', '1404776462', 'no') ; 
INSERT INTO `wp_options` VALUES (7472762, '_transient_wflginfl_3305208425', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472793, '_transient_timeout_wflginfl_1545918120', '1404776498', 'no') ; 
INSERT INTO `wp_options` VALUES (7472794, '_transient_wflginfl_1545918120', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472805, '_transient_timeout_wflginfl_2044701338', '1404776728', 'no') ; 
INSERT INTO `wp_options` VALUES (7472806, '_transient_wflginfl_2044701338', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7472827, '_transient_timeout_wflginfl_3307507071', '1404776528', 'no') ; 
INSERT INTO `wp_options` VALUES (7472828, '_transient_wflginfl_3307507071', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503883, '_transient_timeout_wflginfl_469533120', '1404805940', 'no') ; 
INSERT INTO `wp_options` VALUES (7503884, '_transient_wflginfl_469533120', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476918, '_transient_timeout_wflginfl_704513660', '1404780653', 'no') ; 
INSERT INTO `wp_options` VALUES (7476919, '_transient_wflginfl_704513660', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479717, '_transient_timeout_wflginfl_702588278', '1404783555', 'no') ; 
INSERT INTO `wp_options` VALUES (7479718, '_transient_wflginfl_702588278', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535672, '_transient_timeout_wflginfl_2033590370', '1404828025', 'no') ; 
INSERT INTO `wp_options` VALUES (7535673, '_transient_wflginfl_2033590370', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472913, '_transient_timeout_wflginfl_1676002648', '1404776612', 'no') ; 
INSERT INTO `wp_options` VALUES (7472914, '_transient_wflginfl_1676002648', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486781, '_transient_timeout_wflginfl_1892768789', '1404790528', 'no') ; 
INSERT INTO `wp_options` VALUES (7477339, '_transient_timeout_wflginfl_608516397', '1404781050', 'no') ; 
INSERT INTO `wp_options` VALUES (7472927, '_transient_timeout_wflginfl_775859679', '1404776621', 'no') ; 
INSERT INTO `wp_options` VALUES (7472928, '_transient_wflginfl_775859679', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474139, '_transient_timeout_wflginfl_3308227159', '1404777789', 'no') ; 
INSERT INTO `wp_options` VALUES (7474140, '_transient_wflginfl_3308227159', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500680, '_transient_timeout_wflginfl_2976050856', '1404803364', 'no') ; 
INSERT INTO `wp_options` VALUES (7500681, '_transient_wflginfl_2976050856', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514895, '_transient_timeout_wflginfl_3644317546', '1404813976', 'no') ; 
INSERT INTO `wp_options` VALUES (7514896, '_transient_wflginfl_3644317546', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540822, '_transient_timeout_wflginfl_1585003006', '1404831331', 'no') ; 
INSERT INTO `wp_options` VALUES (7540823, '_transient_wflginfl_1585003006', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502724, '_transient_timeout_wflginfl_3523680078', '1404805017', 'no') ; 
INSERT INTO `wp_options` VALUES (7502725, '_transient_wflginfl_3523680078', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473135, '_transient_timeout_wflginfl_234996054', '1404776849', 'no') ; 
INSERT INTO `wp_options` VALUES (7473136, '_transient_wflginfl_234996054', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474055, '_transient_timeout_wflginfl_1834754356', '1404777683', 'no') ; 
INSERT INTO `wp_options` VALUES (7474056, '_transient_wflginfl_1834754356', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476630, '_transient_timeout_wflginfl_1390545133', '1404780340', 'no') ; 
INSERT INTO `wp_options` VALUES (7476631, '_transient_wflginfl_1390545133', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473257, '_transient_timeout_wflginfl_627643942', '1404776936', 'no') ; 
INSERT INTO `wp_options` VALUES (7473258, '_transient_wflginfl_627643942', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504335, '_transient_timeout_wflginfl_1383246193', '1404806291', 'no') ; 
INSERT INTO `wp_options` VALUES (7522413, '_transient_timeout_wflginfl_1610750096', '1404819081', 'no') ; 
INSERT INTO `wp_options` VALUES (7474183, '_transient_timeout_wflginfl_3193097823', '1404777826', 'no') ; 
INSERT INTO `wp_options` VALUES (7475742, '_transient_timeout_wflginfl_657070519', '1404779458', 'no') ; 
INSERT INTO `wp_options` VALUES (7475743, '_transient_wflginfl_657070519', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474184, '_transient_wflginfl_3193097823', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497701, '_transient_timeout_wflginfl_2006837655', '1404800820', 'no') ; 
INSERT INTO `wp_options` VALUES (7497702, '_transient_wflginfl_2006837655', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473476, '_transient_timeout_wflginfl_704187317', '1404777155', 'no') ; 
INSERT INTO `wp_options` VALUES (7473477, '_transient_wflginfl_704187317', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473480, '_transient_timeout_wflginfl_3040876222', '1404777156', 'no') ; 
INSERT INTO `wp_options` VALUES (7473481, '_transient_wflginfl_3040876222', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541644, '_transient_timeout_wflginfl_1194580771', '1404846319', 'no') ; 
INSERT INTO `wp_options` VALUES (7541645, '_transient_wflginfl_1194580771', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478627, '_transient_timeout_wflginfl_627815241', '1404782392', 'no') ; 
INSERT INTO `wp_options` VALUES (7478628, '_transient_wflginfl_627815241', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475012, '_transient_timeout_wflginfl_1159112986', '1404778721', 'no') ; 
INSERT INTO `wp_options` VALUES (7475013, '_transient_wflginfl_1159112986', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523503, '_transient_timeout_wflginfl_3045558635', '1404819819', 'no') ; 
INSERT INTO `wp_options` VALUES (7523504, '_transient_wflginfl_3045558635', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477314, '_transient_timeout_wflginfl_693239970', '1404781028', 'no') ; 
INSERT INTO `wp_options` VALUES (7477315, '_transient_wflginfl_693239970', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511198, '_transient_wflginfl_3158500720', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513456, '_transient_wflginfl_694476015', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507146, '_transient_timeout_wflginfl_1396698354', '1404808461', 'no') ; 
INSERT INTO `wp_options` VALUES (7473675, '_transient_timeout_wflginfl_657439362', '1404777328', 'no') ; 
INSERT INTO `wp_options` VALUES (7473676, '_transient_wflginfl_657439362', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479167, '_transient_timeout_wflginfl_1337038256', '1404783271', 'no') ; 
INSERT INTO `wp_options` VALUES (7479168, '_transient_wflginfl_1337038256', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7488170, '_transient_timeout_wflginfl_2949014330', '1404791915', 'no') ; 
INSERT INTO `wp_options` VALUES (7488171, '_transient_wflginfl_2949014330', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507147, '_transient_wflginfl_1396698354', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473815, '_transient_timeout_wflginfl_413000420', '1404777462', 'no') ; 
INSERT INTO `wp_options` VALUES (7473816, '_transient_wflginfl_413000420', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477414, '_transient_timeout_wflginfl_1319967410', '1404781387', 'no') ; 
INSERT INTO `wp_options` VALUES (7477415, '_transient_wflginfl_1319967410', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7537849, '_transient_timeout_wflginfl_3147520952', '1404829978', 'no') ; 
INSERT INTO `wp_options` VALUES (7537850, '_transient_wflginfl_3147520952', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7480877, '_transient_timeout_wflginfl_3016820860', '1404784789', 'no') ; 
INSERT INTO `wp_options` VALUES (7480878, '_transient_wflginfl_3016820860', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475512, '_transient_timeout_wflginfl_3321240744', '1404779241', 'no') ; 
INSERT INTO `wp_options` VALUES (7475513, '_transient_wflginfl_3321240744', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487693, '_transient_timeout_wflginfl_697042267', '1404791448', 'no') ; 
INSERT INTO `wp_options` VALUES (7487694, '_transient_wflginfl_697042267', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493275, '_transient_timeout_wflginfl_608582209', '1404796667', 'no') ; 
INSERT INTO `wp_options` VALUES (7493276, '_transient_wflginfl_608582209', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474111, '_transient_timeout_wflginfl_3644290869', '1404777749', 'no') ; 
INSERT INTO `wp_options` VALUES (7474112, '_transient_wflginfl_3644290869', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474852, '_transient_timeout_wflginfl_634446507', '1404778566', 'no') ; 
INSERT INTO `wp_options` VALUES (7474853, '_transient_wflginfl_634446507', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527930, '_transient_timeout_wflginfl_1892736511', '1404822911', 'no') ; 
INSERT INTO `wp_options` VALUES (7527931, '_transient_wflginfl_1892736511', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474906, '_transient_timeout_wflginfl_608789232', '1404778616', 'no') ; 
INSERT INTO `wp_options` VALUES (7474907, '_transient_wflginfl_608789232', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477894, '_transient_timeout_wflginfl_3318424344', '1404781668', 'no') ; 
INSERT INTO `wp_options` VALUES (7477895, '_transient_wflginfl_3318424344', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515177, '_transient_wflginfl_831761841', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536600, '_transient_wflginfl_3168456007', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478760, '_transient_timeout_wflginfl_1538683075', '1404782547', 'no') ; 
INSERT INTO `wp_options` VALUES (7478761, '_transient_wflginfl_1538683075', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476316, '_transient_timeout_wflginfl_3172004994', '1404780237', 'no') ; 
INSERT INTO `wp_options` VALUES (7476317, '_transient_wflginfl_3172004994', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7493042, '_transient_timeout_wflginfl_237053169', '1404796466', 'no') ; 
INSERT INTO `wp_options` VALUES (7493043, '_transient_wflginfl_237053169', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489401, '_transient_wflginfl_3130394597', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511022, '_transient_wflginfl_1892451985', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486543, '_transient_timeout_wflginfl_1168539111', '1404790326', 'no') ; 
INSERT INTO `wp_options` VALUES (7486544, '_transient_wflginfl_1168539111', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480259, '_transient_timeout_wflginfl_1118561783', '1404784149', 'no') ; 
INSERT INTO `wp_options` VALUES (7480260, '_transient_wflginfl_1118561783', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541224, '_transient_timeout_wflginfl_1605553862', '1404831475', 'no') ; 
INSERT INTO `wp_options` VALUES (7541225, '_transient_wflginfl_1605553862', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506323, '_transient_timeout_wflginfl_3198633286', '1404807868', 'no') ; 
INSERT INTO `wp_options` VALUES (7506324, '_transient_wflginfl_3198633286', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537219, '_transient_timeout_wflginfl_1854504789', '1404829047', 'no') ; 
INSERT INTO `wp_options` VALUES (7490124, '_transient_timeout_wflginfl_3193401757', '1404793770', 'no') ; 
INSERT INTO `wp_options` VALUES (7474740, '_transient_timeout_wflginfl_3202713994', '1404778456', 'no') ; 
INSERT INTO `wp_options` VALUES (7474741, '_transient_wflginfl_3202713994', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476924, '_transient_timeout_wflginfl_2938614261', '1404780655', 'no') ; 
INSERT INTO `wp_options` VALUES (7476925, '_transient_wflginfl_2938614261', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478099, '_transient_timeout_wflginfl_1868045264', '1404781857', 'no') ; 
INSERT INTO `wp_options` VALUES (7478100, '_transient_wflginfl_1868045264', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474796, '_transient_timeout_wflginfl_2982960142', '1404778511', 'no') ; 
INSERT INTO `wp_options` VALUES (7474797, '_transient_wflginfl_2982960142', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485942, '_transient_timeout_wflginfl_3127631260', '1404789749', 'no') ; 
INSERT INTO `wp_options` VALUES (7485943, '_transient_wflginfl_3127631260', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474822, '_transient_timeout_wflginfl_2266229290', '1404778538', 'no') ; 
INSERT INTO `wp_options` VALUES (7474823, '_transient_wflginfl_2266229290', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477528, '_transient_timeout_wflginfl_3065596256', '1404781256', 'no') ; 
INSERT INTO `wp_options` VALUES (7477529, '_transient_wflginfl_3065596256', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541006, '_transient_timeout_wflginfl_1728986437', '1404831403', 'no') ; 
INSERT INTO `wp_options` VALUES (7541007, '_transient_wflginfl_1728986437', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537222, '_transient_wflginfl_3202422476', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491996, '_transient_wflginfl_694624420', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507969, '_transient_timeout_wflginfl_3199168897', '1404809065', 'no') ; 
INSERT INTO `wp_options` VALUES (7507970, '_transient_wflginfl_3199168897', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474982, '_transient_timeout_wflginfl_2017401211', '1404778700', 'no') ; 
INSERT INTO `wp_options` VALUES (7474983, '_transient_wflginfl_2017401211', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488460, '_transient_timeout_wflginfl_1935258679', '1404792216', 'no') ; 
INSERT INTO `wp_options` VALUES (7488461, '_transient_wflginfl_1935258679', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499833, '_transient_timeout_wflginfl_3190650083', '1404802709', 'no') ; 
INSERT INTO `wp_options` VALUES (7499834, '_transient_wflginfl_3190650083', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475040, '_transient_timeout_wflginfl_1398199707', '1404778761', 'no') ; 
INSERT INTO `wp_options` VALUES (7475041, '_transient_wflginfl_1398199707', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493415, '_transient_timeout_wflginfl_657765563', '1404796821', 'no') ; 
INSERT INTO `wp_options` VALUES (7493416, '_transient_wflginfl_657765563', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487517, '_transient_timeout_wflginfl_1466766882', '1404791296', 'no') ; 
INSERT INTO `wp_options` VALUES (7487518, '_transient_wflginfl_1466766882', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523401, '_transient_timeout_wflginfl_1417012535', '1404819753', 'no') ; 
INSERT INTO `wp_options` VALUES (7523402, '_transient_wflginfl_1417012535', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536571, '_transient_timeout_wflginfl_20242468', '1404828657', 'no') ; 
INSERT INTO `wp_options` VALUES (7527260, '_transient_timeout_wflginfl_1336799148', '1404822443', 'no') ; 
INSERT INTO `wp_options` VALUES (7475267, '_transient_timeout_wflginfl_3202414129', '1404779007', 'no') ; 
INSERT INTO `wp_options` VALUES (7504759, '_transient_timeout_wflginfl_3418184145', '1404806625', 'no') ; 
INSERT INTO `wp_options` VALUES (7504760, '_transient_wflginfl_3418184145', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475268, '_transient_wflginfl_3202414129', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7549819, '_transient_timeout_wflginfl_1078839084', '1406167623', 'no') ; 
INSERT INTO `wp_options` VALUES (7549820, '_transient_wflginfl_1078839084', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7475281, '_transient_timeout_wffgt_414261559', '1404779029', 'no') ; 
INSERT INTO `wp_options` VALUES (7475282, '_transient_wffgt_414261559', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7475291, '_transient_timeout_wflginfl_692615177', '1404779037', 'no') ; 
INSERT INTO `wp_options` VALUES (7475292, '_transient_wflginfl_692615177', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475293, '_transient_timeout_wflginfl_3065613319', '1404779038', 'no') ; 
INSERT INTO `wp_options` VALUES (7475294, '_transient_wflginfl_3065613319', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476056, '_transient_timeout_wflginfl_1892264349', '1404779776', 'no') ; 
INSERT INTO `wp_options` VALUES (7476057, '_transient_wflginfl_1892264349', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495161, '_transient_timeout_wflginfl_3032445003', '1404798427', 'no') ; 
INSERT INTO `wp_options` VALUES (7495162, '_transient_wflginfl_3032445003', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476140, '_transient_timeout_wflginfl_636225457', '1404779835', 'no') ; 
INSERT INTO `wp_options` VALUES (7476141, '_transient_wflginfl_636225457', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522631, '_transient_timeout_wflginfl_1547440461', '1404819230', 'no') ; 
INSERT INTO `wp_options` VALUES (7522632, '_transient_wflginfl_1547440461', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476586, '_transient_timeout_wflginfl_850959877', '1404780297', 'no') ; 
INSERT INTO `wp_options` VALUES (7476587, '_transient_wflginfl_850959877', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475369, '_transient_timeout_wflginfl_3305679465', '1404779106', 'no') ; 
INSERT INTO `wp_options` VALUES (7475370, '_transient_wflginfl_3305679465', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475383, '_transient_timeout_wflginfl_3189075388', '1404779111', 'no') ; 
INSERT INTO `wp_options` VALUES (7475384, '_transient_wflginfl_3189075388', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475440, '_transient_timeout_wflginfl_692166978', '1404779176', 'no') ; 
INSERT INTO `wp_options` VALUES (7475441, '_transient_wflginfl_692166978', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503126, '_transient_timeout_wflginfl_1209736966', '1404805330', 'no') ; 
INSERT INTO `wp_options` VALUES (7503127, '_transient_wflginfl_1209736966', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520138, '_transient_timeout_wflginfl_606440579', '1404817607', 'no') ; 
INSERT INTO `wp_options` VALUES (7520139, '_transient_wflginfl_606440579', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508513, '_transient_timeout_wflginfl_3698659928', '1404809445', 'no') ; 
INSERT INTO `wp_options` VALUES (7508514, '_transient_wflginfl_3698659928', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475556, '_transient_timeout_wflginfl_2002741287', '1404779284', 'no') ; 
INSERT INTO `wp_options` VALUES (7475557, '_transient_wflginfl_2002741287', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519386, '_transient_timeout_wflginfl_2966097881', '1404817093', 'no') ; 
INSERT INTO `wp_options` VALUES (7519387, '_transient_wflginfl_2966097881', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534612, '_transient_timeout_wflginfl_87117900', '1404827313', 'no') ; 
INSERT INTO `wp_options` VALUES (7534613, '_transient_wflginfl_87117900', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539003, '_transient_timeout_wflginfl_609298977', '1404830201', 'no') ; 
INSERT INTO `wp_options` VALUES (7539004, '_transient_wflginfl_609298977', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478455, '_transient_timeout_wflginfl_2978742936', '1404782184', 'no') ; 
INSERT INTO `wp_options` VALUES (7478456, '_transient_wflginfl_2978742936', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539854, '_transient_timeout_wflginfl_771865168', '1404830777', 'no') ; 
INSERT INTO `wp_options` VALUES (7539855, '_transient_wflginfl_771865168', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538953, '_transient_timeout_wflginfl_3385664966', '1404830171', 'no') ; 
INSERT INTO `wp_options` VALUES (7538954, '_transient_wflginfl_3385664966', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486347, '_transient_timeout_wflginfl_778245182', '1404790132', 'no') ; 
INSERT INTO `wp_options` VALUES (7486348, '_transient_wflginfl_778245182', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488634, '_transient_timeout_wflginfl_1908902175', '1404792364', 'no') ; 
INSERT INTO `wp_options` VALUES (7488635, '_transient_wflginfl_1908902175', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475794, '_transient_timeout_wflginfl_3065740609', '1404779514', 'no') ; 
INSERT INTO `wp_options` VALUES (7475795, '_transient_wflginfl_3065740609', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504025, '_transient_timeout_wflginfl_608782601', '1404806052', 'no') ; 
INSERT INTO `wp_options` VALUES (7504801, '_transient_timeout_wflginfl_1992919122', '1404806656', 'no') ; 
INSERT INTO `wp_options` VALUES (7504802, '_transient_wflginfl_1992919122', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530543, '_transient_timeout_wflginfl_1605161615', '1404824699', 'no') ; 
INSERT INTO `wp_options` VALUES (7530544, '_transient_wflginfl_1605161615', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475850, '_transient_timeout_wflginfl_700293415', '1404779562', 'no') ; 
INSERT INTO `wp_options` VALUES (7475851, '_transient_wflginfl_700293415', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477929, '_transient_timeout_wflginfl_657755031', '1404781924', 'no') ; 
INSERT INTO `wp_options` VALUES (7477930, '_transient_wflginfl_657755031', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7487585, '_transient_timeout_wflginfl_3388362679', '1404791354', 'no') ; 
INSERT INTO `wp_options` VALUES (7487586, '_transient_wflginfl_3388362679', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478322, '_transient_timeout_wflginfl_1209764226', '1404782077', 'no') ; 
INSERT INTO `wp_options` VALUES (7478323, '_transient_wflginfl_1209764226', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497717, '_transient_timeout_wflginfl_1908910367', '1404800837', 'no') ; 
INSERT INTO `wp_options` VALUES (7497718, '_transient_wflginfl_1908910367', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475956, '_transient_timeout_wflginfl_2979313469', '1404779657', 'no') ; 
INSERT INTO `wp_options` VALUES (7475957, '_transient_wflginfl_2979313469', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540030, '_transient_timeout_wflginfl_3310835094', '1404830891', 'no') ; 
INSERT INTO `wp_options` VALUES (7540031, '_transient_wflginfl_3310835094', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541119, '_transient_wflginfl_696700625', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541118, '_transient_timeout_wflginfl_696700625', '1404831439', 'no') ; 
INSERT INTO `wp_options` VALUES (7476026, '_transient_timeout_wflginfl_1039509514', '1404779753', 'no') ; 
INSERT INTO `wp_options` VALUES (7476027, '_transient_wflginfl_1039509514', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478159, '_transient_timeout_wflginfl_83894196', '1404781899', 'no') ; 
INSERT INTO `wp_options` VALUES (7478160, '_transient_wflginfl_83894196', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476050, '_transient_timeout_wflginfl_1940347716', '1404779772', 'no') ; 
INSERT INTO `wp_options` VALUES (7476051, '_transient_wflginfl_1940347716', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540770, '_transient_timeout_wflginfl_3124287452', '1404831309', 'no') ; 
INSERT INTO `wp_options` VALUES (7540771, '_transient_wflginfl_3124287452', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476124, '_transient_timeout_wflginfl_3065696915', '1404779827', 'no') ; 
INSERT INTO `wp_options` VALUES (7476125, '_transient_wflginfl_3065696915', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476166, '_transient_timeout_wflginfl_696863602', '1404779857', 'no') ; 
INSERT INTO `wp_options` VALUES (7476167, '_transient_wflginfl_696863602', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533226, '_transient_timeout_wflginfl_3307615388', '1404826414', 'no') ; 
INSERT INTO `wp_options` VALUES (7501333, '_transient_wflginfl_3360655102', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476202, '_transient_timeout_wflginfl_3301803978', '1404779891', 'no') ; 
INSERT INTO `wp_options` VALUES (7476203, '_transient_wflginfl_3301803978', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476230, '_transient_timeout_wflginfl_609318079', '1404779926', 'no') ; 
INSERT INTO `wp_options` VALUES (7476231, '_transient_wflginfl_609318079', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476250, '_transient_timeout_wflginfl_3015430216', '1404780242', 'no') ; 
INSERT INTO `wp_options` VALUES (7476251, '_transient_wflginfl_3015430216', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7481823, '_transient_timeout_wflginfl_1545918107', '1404785782', 'no') ; 
INSERT INTO `wp_options` VALUES (7481824, '_transient_wflginfl_1545918107', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495993, '_transient_timeout_wflginfl_2002571442', '1404799200', 'no') ; 
INSERT INTO `wp_options` VALUES (7495994, '_transient_wflginfl_2002571442', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484896, '_transient_timeout_wflginfl_2953988793', '1404788787', 'no') ; 
INSERT INTO `wp_options` VALUES (7484897, '_transient_wflginfl_2953988793', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480667, '_transient_timeout_wflginfl_3183102346', '1404784994', 'no') ; 
INSERT INTO `wp_options` VALUES (7480668, '_transient_wflginfl_3183102346', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7521018, '_transient_timeout_wflginfl_2902597274', '1404818203', 'no') ; 
INSERT INTO `wp_options` VALUES (7521019, '_transient_wflginfl_2902597274', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476396, '_transient_timeout_wflginfl_2984200920', '1404780103', 'no') ; 
INSERT INTO `wp_options` VALUES (7476397, '_transient_wflginfl_2984200920', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539274, '_transient_wflginfl_3024563570', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536430, '_transient_wflginfl_2945210753', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476486, '_transient_timeout_wflginfl_1594963150', '1404780185', 'no') ; 
INSERT INTO `wp_options` VALUES (7476487, '_transient_wflginfl_1594963150', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522373, '_transient_timeout_wflginfl_694230255', '1404819065', 'no') ; 
INSERT INTO `wp_options` VALUES (7540988, '_transient_timeout_wflginfl_3200142224', '1404831398', 'no') ; 
INSERT INTO `wp_options` VALUES (7510365, '_transient_timeout_wflginfl_1544948628', '1404810786', 'no') ; 
INSERT INTO `wp_options` VALUES (7510366, '_transient_wflginfl_1544948628', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485383, '_transient_timeout_wflginfl_3138022927', '1404789263', 'no') ; 
INSERT INTO `wp_options` VALUES (7485384, '_transient_wflginfl_3138022927', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476620, '_transient_timeout_wflginfl_3320791615', '1404780329', 'no') ; 
INSERT INTO `wp_options` VALUES (7476621, '_transient_wflginfl_3320791615', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482111, '_transient_timeout_wflginfl_1536176692', '1404786089', 'no') ; 
INSERT INTO `wp_options` VALUES (7482112, '_transient_wflginfl_1536176692', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489400, '_transient_timeout_wflginfl_3130394597', '1404793099', 'no') ; 
INSERT INTO `wp_options` VALUES (7511021, '_transient_timeout_wflginfl_1892451985', '1404811243', 'no') ; 
INSERT INTO `wp_options` VALUES (7479871, '_transient_timeout_wflginfl_697095594', '1404783716', 'no') ; 
INSERT INTO `wp_options` VALUES (7479872, '_transient_wflginfl_697095594', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485417, '_transient_timeout_wflginfl_2056289821', '1404789289', 'no') ; 
INSERT INTO `wp_options` VALUES (7485418, '_transient_wflginfl_2056289821', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476706, '_transient_timeout_wflginfl_702818736', '1404780405', 'no') ; 
INSERT INTO `wp_options` VALUES (7476707, '_transient_wflginfl_702818736', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518912, '_transient_timeout_wflginfl_3137574964', '1404816781', 'no') ; 
INSERT INTO `wp_options` VALUES (7521397, '_transient_timeout_wflginfl_1892819827', '1404818457', 'no') ; 
INSERT INTO `wp_options` VALUES (7539315, '_transient_timeout_wflginfl_1495398708', '1404830435', 'no') ; 
INSERT INTO `wp_options` VALUES (7538453, '_transient_timeout_wflginfl_2087260683', '1404829844', 'no') ; 
INSERT INTO `wp_options` VALUES (7534843, '_transient_wflginfl_3494245295', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516363, '_transient_wflginfl_1590192998', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476868, '_transient_timeout_wflginfl_1768905256', '1404780572', 'no') ; 
INSERT INTO `wp_options` VALUES (7476869, '_transient_wflginfl_1768905256', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496642, '_transient_timeout_wflginfl_702504982', '1404799814', 'no') ; 
INSERT INTO `wp_options` VALUES (7496643, '_transient_wflginfl_702504982', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476896, '_transient_timeout_wflginfl_3014772725', '1404780630', 'no') ; 
INSERT INTO `wp_options` VALUES (7476897, '_transient_wflginfl_3014772725', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477792, '_transient_timeout_wflginfl_3065691995', '1404781523', 'no') ; 
INSERT INTO `wp_options` VALUES (7477793, '_transient_wflginfl_3065691995', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476982, '_transient_timeout_wflginfl_1777119449', '1404780710', 'no') ; 
INSERT INTO `wp_options` VALUES (7476983, '_transient_wflginfl_1777119449', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476998, '_transient_timeout_wflginfl_775852489', '1404780724', 'no') ; 
INSERT INTO `wp_options` VALUES (7476999, '_transient_wflginfl_775852489', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479907, '_transient_timeout_wflginfl_3202537764', '1404784254', 'no') ; 
INSERT INTO `wp_options` VALUES (7479908, '_transient_wflginfl_3202537764', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7477129, '_transient_timeout_wflginfl_1205597906', '1404780996', 'no') ; 
INSERT INTO `wp_options` VALUES (7477130, '_transient_wflginfl_1205597906', '7', 'no') ; 
INSERT INTO `wp_options` VALUES (7477141, '_transient_timeout_wffgt_1205597906', '1404780858', 'no') ; 
INSERT INTO `wp_options` VALUES (7477142, '_transient_wffgt_1205597906', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507026, '_transient_timeout_wflginfl_2081283183', '1404808663', 'no') ; 
INSERT INTO `wp_options` VALUES (7479297, '_transient_timeout_wflginfl_3732879323', '1404783128', 'no') ; 
INSERT INTO `wp_options` VALUES (7479298, '_transient_wflginfl_3732879323', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507027, '_transient_wflginfl_2081283183', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7516943, '_transient_timeout_wflginfl_3391840036', '1404815406', 'no') ; 
INSERT INTO `wp_options` VALUES (7516944, '_transient_wflginfl_3391840036', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493196, '_transient_wflginfl_1984210548', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522531, '_transient_timeout_wflginfl_974788787', '1404819157', 'no') ; 
INSERT INTO `wp_options` VALUES (7483969, '_transient_timeout_wflginfl_3318219394', '1404787878', 'no') ; 
INSERT INTO `wp_options` VALUES (7483970, '_transient_wflginfl_3318219394', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479685, '_transient_timeout_wflginfl_1385879587', '1404783519', 'no') ; 
INSERT INTO `wp_options` VALUES (7479686, '_transient_wflginfl_1385879587', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540584, '_transient_timeout_wflginfl_697185716', '1404831214', 'no') ; 
INSERT INTO `wp_options` VALUES (7540585, '_transient_wflginfl_697185716', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494622, '_transient_timeout_wflginfl_2108131855', '1404797936', 'no') ; 
INSERT INTO `wp_options` VALUES (7481104, '_transient_timeout_wflginfl_3065602812', '1404785002', 'no') ; 
INSERT INTO `wp_options` VALUES (7500921, '_transient_wflginfl_3191799254', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522188, '_transient_wflginfl_45441176', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512519, '_transient_timeout_wflginfl_690935332', '1404812300', 'no') ; 
INSERT INTO `wp_options` VALUES (7512520, '_transient_wflginfl_690935332', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477476, '_transient_timeout_wflginfl_1565944933', '1404781188', 'no') ; 
INSERT INTO `wp_options` VALUES (7477477, '_transient_wflginfl_1565944933', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477514, '_transient_timeout_wflginfl_1001529540', '1404781242', 'no') ; 
INSERT INTO `wp_options` VALUES (7477515, '_transient_wflginfl_1001529540', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537957, '_transient_timeout_wflginfl_3014773321', '1404829537', 'no') ; 
INSERT INTO `wp_options` VALUES (7537958, '_transient_wflginfl_3014773321', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538397, '_transient_timeout_wflginfl_1337314235', '1404829818', 'no') ; 
INSERT INTO `wp_options` VALUES (7538398, '_transient_wflginfl_1337314235', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477722, '_transient_timeout_wflginfl_694654858', '1404781457', 'no') ; 
INSERT INTO `wp_options` VALUES (7477723, '_transient_wflginfl_694654858', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477728, '_transient_timeout_wflginfl_1593755184', '1404781459', 'no') ; 
INSERT INTO `wp_options` VALUES (7477729, '_transient_wflginfl_1593755184', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477746, '_transient_timeout_wflginfl_700293413', '1404781477', 'no') ; 
INSERT INTO `wp_options` VALUES (7477747, '_transient_wflginfl_700293413', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518913, '_transient_wflginfl_3137574964', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521398, '_transient_wflginfl_1892819827', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484327, '_transient_timeout_wflginfl_3194124387', '1404788214', 'no') ; 
INSERT INTO `wp_options` VALUES (7484328, '_transient_wflginfl_3194124387', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494490, '_transient_timeout_wflginfl_2085737026', '1404797787', 'no') ; 
INSERT INTO `wp_options` VALUES (7494491, '_transient_wflginfl_2085737026', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478577, '_transient_timeout_wflginfl_36770485', '1404782321', 'no') ; 
INSERT INTO `wp_options` VALUES (7478578, '_transient_wflginfl_36770485', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484223, '_transient_timeout_wflginfl_3417181738', '1404788104', 'no') ; 
INSERT INTO `wp_options` VALUES (7484224, '_transient_wflginfl_3417181738', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540932, '_transient_timeout_wflginfl_1315233922', '1404831376', 'no') ; 
INSERT INTO `wp_options` VALUES (7540933, '_transient_wflginfl_1315233922', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540992, '_transient_timeout_wflginfl_3191304755', '1404831398', 'no') ; 
INSERT INTO `wp_options` VALUES (7540993, '_transient_wflginfl_3191304755', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500216, '_transient_timeout_wflginfl_2030490154', '1404803255', 'no') ; 
INSERT INTO `wp_options` VALUES (7500274, '_transient_timeout_wflginfl_2970784276', '1404803037', 'no') ; 
INSERT INTO `wp_options` VALUES (7488314, '_transient_timeout_wflginfl_3157612456', '1404792050', 'no') ; 
INSERT INTO `wp_options` VALUES (7488315, '_transient_wflginfl_3157612456', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501544, '_transient_timeout_wflginfl_690885300', '1404804077', 'no') ; 
INSERT INTO `wp_options` VALUES (7501545, '_transient_wflginfl_690885300', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511462, '_transient_timeout_wflginfl_3671411713', '1404811575', 'no') ; 
INSERT INTO `wp_options` VALUES (7511463, '_transient_wflginfl_3671411713', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478037, '_transient_timeout_wflginfl_2101124284', '1404781806', 'no') ; 
INSERT INTO `wp_options` VALUES (7478038, '_transient_wflginfl_2101124284', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488986, '_transient_timeout_wflginfl_1505578840', '1404792718', 'no') ; 
INSERT INTO `wp_options` VALUES (7488987, '_transient_wflginfl_1505578840', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478113, '_transient_timeout_wflginfl_2945142380', '1404781873', 'no') ; 
INSERT INTO `wp_options` VALUES (7478114, '_transient_wflginfl_2945142380', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513319, '_transient_timeout_wflginfl_1025601780', '1404812880', 'no') ; 
INSERT INTO `wp_options` VALUES (7513320, '_transient_wflginfl_1025601780', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486225, '_transient_timeout_wflginfl_3182461865', '1404790000', 'no') ; 
INSERT INTO `wp_options` VALUES (7486226, '_transient_wflginfl_3182461865', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481913, '_transient_timeout_wflginfl_3323414362', '1404785900', 'no') ; 
INSERT INTO `wp_options` VALUES (7481914, '_transient_wflginfl_3323414362', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478256, '_transient_timeout_wflginfl_3142561420', '1404782001', 'no') ; 
INSERT INTO `wp_options` VALUES (7478257, '_transient_wflginfl_3142561420', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490626, '_transient_timeout_wflginfl_3305365660', '1404794229', 'no') ; 
INSERT INTO `wp_options` VALUES (7490627, '_transient_wflginfl_3305365660', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482675, '_transient_timeout_wflginfl_3039810743', '1404786670', 'no') ; 
INSERT INTO `wp_options` VALUES (7482676, '_transient_wflginfl_3039810743', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485747, '_transient_timeout_wflginfl_1976391294', '1404789591', 'no') ; 
INSERT INTO `wp_options` VALUES (7485748, '_transient_wflginfl_1976391294', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533737, '_transient_timeout_wflginfl_2920565452', '1404826741', 'no') ; 
INSERT INTO `wp_options` VALUES (7533738, '_transient_wflginfl_2920565452', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478300, '_transient_timeout_wflginfl_3305712322', '1404782048', 'no') ; 
INSERT INTO `wp_options` VALUES (7478301, '_transient_wflginfl_3305712322', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478306, '_transient_timeout_wflginfl_1135426194', '1404782054', 'no') ; 
INSERT INTO `wp_options` VALUES (7478307, '_transient_wflginfl_1135426194', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481079, '_transient_timeout_wflginfl_1141467125', '1404784982', 'no') ; 
INSERT INTO `wp_options` VALUES (7481080, '_transient_wflginfl_1141467125', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480065, '_transient_timeout_wflginfl_3313583400', '1404783913', 'no') ; 
INSERT INTO `wp_options` VALUES (7480066, '_transient_wflginfl_3313583400', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541400, '_transient_timeout_wflginfl_2033593433', '1404831582', 'no') ; 
INSERT INTO `wp_options` VALUES (7541401, '_transient_wflginfl_2033593433', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478457, '_transient_timeout_wflginfl_3189074447', '1404782184', 'no') ; 
INSERT INTO `wp_options` VALUES (7478458, '_transient_wflginfl_3189074447', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486929, '_transient_timeout_wflginfl_1933716673', '1404790663', 'no') ; 
INSERT INTO `wp_options` VALUES (7486930, '_transient_wflginfl_1933716673', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536907, '_transient_timeout_wflginfl_609576781', '1404828857', 'no') ; 
INSERT INTO `wp_options` VALUES (7536908, '_transient_wflginfl_609576781', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489527, '_transient_timeout_wflginfl_3419894988', '1404793204', 'no') ; 
INSERT INTO `wp_options` VALUES (7489528, '_transient_wflginfl_3419894988', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520400, '_transient_wflginfl_3573299485', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520401, '_transient_wflginfl_2099136881', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479691, '_transient_timeout_wflginfl_3016086559', '1404783530', 'no') ; 
INSERT INTO `wp_options` VALUES (7479692, '_transient_wflginfl_3016086559', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482579, '_transient_timeout_wflginfl_3021545892', '1404786549', 'no') ; 
INSERT INTO `wp_options` VALUES (7482580, '_transient_wflginfl_3021545892', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517697, '_transient_timeout_wflginfl_694225800', '1404815920', 'no') ; 
INSERT INTO `wp_options` VALUES (7517698, '_transient_wflginfl_694225800', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532093, '_transient_timeout_wflginfl_3067335447', '1404825693', 'no') ; 
INSERT INTO `wp_options` VALUES (7526277, '_transient_wflginfl_3163748218', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528314, '_transient_timeout_wflginfl_1980776089', '1404823165', 'no') ; 
INSERT INTO `wp_options` VALUES (7541335, '_transient_wflginfl_3562890242', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478744, '_transient_timeout_wflginfl_17396372', '1404782811', 'no') ; 
INSERT INTO `wp_options` VALUES (7515828, '_transient_timeout_wflginfl_2945372344', '1404814611', 'no') ; 
INSERT INTO `wp_options` VALUES (7515829, '_transient_wflginfl_2945372344', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489938, '_transient_timeout_wflginfl_3036496536', '1404793605', 'no') ; 
INSERT INTO `wp_options` VALUES (7489939, '_transient_wflginfl_3036496536', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478745, '_transient_wflginfl_17396372', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7507402, '_transient_timeout_wflginfl_1246234804', '1404808674', 'no') ; 
INSERT INTO `wp_options` VALUES (7507403, '_transient_wflginfl_1246234804', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7498633, '_transient_timeout_wflginfl_608877384', '1404801664', 'no') ; 
INSERT INTO `wp_options` VALUES (7478844, '_transient_timeout_wflginfl_1999258009', '1404782896', 'no') ; 
INSERT INTO `wp_options` VALUES (7478845, '_transient_wflginfl_1999258009', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7540322, '_transient_timeout_wflginfl_1453312511', '1404831074', 'no') ; 
INSERT INTO `wp_options` VALUES (7540323, '_transient_wflginfl_1453312511', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478892, '_transient_timeout_wflginfl_704514309', '1404782668', 'no') ; 
INSERT INTO `wp_options` VALUES (7478893, '_transient_wflginfl_704514309', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478997, '_transient_timeout_wflginfl_1729472013', '1404782770', 'no') ; 
INSERT INTO `wp_options` VALUES (7478998, '_transient_wflginfl_1729472013', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7498367, '_transient_timeout_wflginfl_690153728', '1404801438', 'no') ; 
INSERT INTO `wp_options` VALUES (7498368, '_transient_wflginfl_690153728', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479017, '_transient_timeout_wflginfl_3307613209', '1404782787', 'no') ; 
INSERT INTO `wp_options` VALUES (7479018, '_transient_wflginfl_3307613209', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536941, '_transient_timeout_wflginfl_704148199', '1404828879', 'no') ; 
INSERT INTO `wp_options` VALUES (7536942, '_transient_wflginfl_704148199', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524213, '_transient_timeout_wflginfl_3305238096', '1404820326', 'no') ; 
INSERT INTO `wp_options` VALUES (7524214, '_transient_wflginfl_3305238096', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479117, '_transient_timeout_wflginfl_3307602308', '1404782931', 'no') ; 
INSERT INTO `wp_options` VALUES (7479118, '_transient_wflginfl_3307602308', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479579, '_transient_timeout_wflginfl_699563760', '1404783416', 'no') ; 
INSERT INTO `wp_options` VALUES (7479580, '_transient_wflginfl_699563760', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480155, '_transient_timeout_wflginfl_1744244585', '1404784024', 'no') ; 
INSERT INTO `wp_options` VALUES (7480156, '_transient_wflginfl_1744244585', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481536, '_transient_timeout_wflginfl_2108130342', '1404785485', 'no') ; 
INSERT INTO `wp_options` VALUES (7481537, '_transient_wflginfl_2108130342', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479307, '_transient_timeout_wflginfl_2033593474', '1404783143', 'no') ; 
INSERT INTO `wp_options` VALUES (7479257, '_transient_timeout_wflginfl_1876904626', '1404783097', 'no') ; 
INSERT INTO `wp_options` VALUES (7479258, '_transient_wflginfl_1876904626', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479308, '_transient_wflginfl_2033593474', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512849, '_transient_timeout_wflginfl_1919741223', '1404812543', 'no') ; 
INSERT INTO `wp_options` VALUES (7512850, '_transient_wflginfl_1919741223', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491418, '_transient_timeout_wflginfl_3201782294', '1404794998', 'no') ; 
INSERT INTO `wp_options` VALUES (7491419, '_transient_wflginfl_3201782294', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479507, '_transient_timeout_wflginfl_3202563783', '1404783343', 'no') ; 
INSERT INTO `wp_options` VALUES (7479508, '_transient_wflginfl_3202563783', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506386, '_transient_timeout_wflginfl_3416863263', '1404808178', 'no') ; 
INSERT INTO `wp_options` VALUES (7506387, '_transient_wflginfl_3416863263', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7503346, '_transient_timeout_wflginfl_1854570834', '1404805504', 'no') ; 
INSERT INTO `wp_options` VALUES (7503347, '_transient_wflginfl_1854570834', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489603, '_transient_timeout_wflginfl_1991158292', '1404793288', 'no') ; 
INSERT INTO `wp_options` VALUES (7489604, '_transient_wflginfl_1991158292', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479543, '_transient_timeout_wflginfl_1915406614', '1404783382', 'no') ; 
INSERT INTO `wp_options` VALUES (7479544, '_transient_wflginfl_1915406614', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488304, '_transient_timeout_wflginfl_1314098484', '1404792027', 'no') ; 
INSERT INTO `wp_options` VALUES (7488305, '_transient_wflginfl_1314098484', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533068, '_transient_timeout_wflginfl_1523385149', '1404826320', 'no') ; 
INSERT INTO `wp_options` VALUES (7533069, '_transient_wflginfl_1523385149', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479663, '_transient_timeout_wflginfl_2101124255', '1404783498', 'no') ; 
INSERT INTO `wp_options` VALUES (7479664, '_transient_wflginfl_2101124255', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482815, '_transient_timeout_wflginfl_1887914370', '1404786803', 'no') ; 
INSERT INTO `wp_options` VALUES (7482816, '_transient_wflginfl_1887914370', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515286, '_transient_timeout_wflginfl_3541635222', '1404814249', 'no') ; 
INSERT INTO `wp_options` VALUES (7515287, '_transient_wflginfl_3541635222', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479713, '_transient_timeout_wflginfl_1583355123', '1404783553', 'no') ; 
INSERT INTO `wp_options` VALUES (7479714, '_transient_wflginfl_1583355123', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481608, '_transient_timeout_wflginfl_3121083502', '1404785545', 'no') ; 
INSERT INTO `wp_options` VALUES (7481609, '_transient_wflginfl_3121083502', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488831, '_transient_timeout_wflginfl_1887882598', '1404792566', 'no') ; 
INSERT INTO `wp_options` VALUES (7488832, '_transient_wflginfl_1887882598', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479783, '_transient_timeout_wflginfl_2945315283', '1404783622', 'no') ; 
INSERT INTO `wp_options` VALUES (7479784, '_transient_wflginfl_2945315283', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482967, '_transient_timeout_wflginfl_1887899189', '1404787169', 'no') ; 
INSERT INTO `wp_options` VALUES (7482968, '_transient_wflginfl_1887899189', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7486311, '_transient_timeout_wflginfl_696863686', '1404790097', 'no') ; 
INSERT INTO `wp_options` VALUES (7486312, '_transient_wflginfl_696863686', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479945, '_transient_timeout_wflginfl_657677451', '1404783790', 'no') ; 
INSERT INTO `wp_options` VALUES (7479946, '_transient_wflginfl_657677451', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486887, '_transient_timeout_wflginfl_1982720693', '1404790865', 'no') ; 
INSERT INTO `wp_options` VALUES (7486888, '_transient_wflginfl_1982720693', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7481143, '_transient_timeout_wflginfl_3120740682', '1404785041', 'no') ; 
INSERT INTO `wp_options` VALUES (7481144, '_transient_wflginfl_3120740682', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485727, '_transient_timeout_wflginfl_3308189258', '1404789578', 'no') ; 
INSERT INTO `wp_options` VALUES (7485728, '_transient_wflginfl_3308189258', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540736, '_transient_timeout_wflginfl_1503332115', '1404831291', 'no') ; 
INSERT INTO `wp_options` VALUES (7540737, '_transient_wflginfl_1503332115', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480125, '_transient_timeout_wflginfl_609446135', '1404783989', 'no') ; 
INSERT INTO `wp_options` VALUES (7480126, '_transient_wflginfl_609446135', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502728, '_transient_timeout_wflginfl_1777182689', '1404805019', 'no') ; 
INSERT INTO `wp_options` VALUES (7502729, '_transient_wflginfl_1777182689', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482743, '_transient_timeout_wflginfl_1887853075', '1404786731', 'no') ; 
INSERT INTO `wp_options` VALUES (7482744, '_transient_wflginfl_1887853075', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480217, '_transient_timeout_wflginfl_3036353425', '1404784096', 'no') ; 
INSERT INTO `wp_options` VALUES (7480218, '_transient_wflginfl_3036353425', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485415, '_transient_timeout_wflginfl_39399813', '1404789527', 'no') ; 
INSERT INTO `wp_options` VALUES (7485416, '_transient_wflginfl_39399813', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7487745, '_transient_timeout_wflginfl_2347038811', '1404791500', 'no') ; 
INSERT INTO `wp_options` VALUES (7487746, '_transient_wflginfl_2347038811', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480267, '_transient_timeout_wflginfl_702695603', '1404784160', 'no') ; 
INSERT INTO `wp_options` VALUES (7480268, '_transient_wflginfl_702695603', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480309, '_transient_timeout_wflginfl_3014777462', '1404784678', 'no') ; 
INSERT INTO `wp_options` VALUES (7480310, '_transient_wflginfl_3014777462', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7502074, '_transient_timeout_wflginfl_3178973330', '1404804522', 'no') ; 
INSERT INTO `wp_options` VALUES (7502075, '_transient_wflginfl_3178973330', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489920, '_transient_timeout_wflginfl_1155718858', '1404793587', 'no') ; 
INSERT INTO `wp_options` VALUES (7489921, '_transient_wflginfl_1155718858', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487729, '_transient_timeout_wflginfl_1114401414', '1404791486', 'no') ; 
INSERT INTO `wp_options` VALUES (7487730, '_transient_wflginfl_1114401414', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493881, '_transient_timeout_wflginfl_406299542', '1404797214', 'no') ; 
INSERT INTO `wp_options` VALUES (7493882, '_transient_wflginfl_406299542', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528844, '_transient_timeout_wflginfl_3732878450', '1404823542', 'no') ; 
INSERT INTO `wp_options` VALUES (7528845, '_transient_wflginfl_3732878450', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481981, '_transient_timeout_wflginfl_3372541203', '1404785946', 'no') ; 
INSERT INTO `wp_options` VALUES (7481982, '_transient_wflginfl_3372541203', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521871, '_transient_timeout_wflginfl_1887874449', '1404818770', 'no') ; 
INSERT INTO `wp_options` VALUES (7521872, '_transient_wflginfl_1887874449', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480969, '_transient_timeout_wflginfl_1466778767', '1404784877', 'no') ; 
INSERT INTO `wp_options` VALUES (7480869, '_transient_timeout_wflginfl_657028117', '1404784784', 'no') ; 
INSERT INTO `wp_options` VALUES (7480870, '_transient_wflginfl_657028117', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483247, '_transient_timeout_wflginfl_2955645300', '1404787244', 'no') ; 
INSERT INTO `wp_options` VALUES (7483248, '_transient_wflginfl_2955645300', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525056, '_transient_timeout_wflginfl_1776522961', '1404820947', 'no') ; 
INSERT INTO `wp_options` VALUES (7525057, '_transient_wflginfl_1776522961', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502404, '_transient_timeout_wflginfl_3394478670', '1404804766', 'no') ; 
INSERT INTO `wp_options` VALUES (7502405, '_transient_wflginfl_3394478670', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488843, '_transient_timeout_wflginfl_3127578058', '1404792585', 'no') ; 
INSERT INTO `wp_options` VALUES (7488844, '_transient_wflginfl_3127578058', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538703, '_transient_timeout_wflginfl_1892728381', '1404830017', 'no') ; 
INSERT INTO `wp_options` VALUES (7538704, '_transient_wflginfl_1892728381', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531602, '_transient_timeout_wflginfl_3357341076', '1404825414', 'no') ; 
INSERT INTO `wp_options` VALUES (7531603, '_transient_wflginfl_3357341076', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480645, '_transient_timeout_wflginfl_697262729', '1404784564', 'no') ; 
INSERT INTO `wp_options` VALUES (7480646, '_transient_wflginfl_697262729', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482643, '_transient_timeout_wflginfl_608733534', '1404786638', 'no') ; 
INSERT INTO `wp_options` VALUES (7482644, '_transient_wflginfl_608733534', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481949, '_transient_timeout_wflginfl_3635511623', '1404785919', 'no') ; 
INSERT INTO `wp_options` VALUES (7481950, '_transient_wflginfl_3635511623', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480701, '_transient_timeout_wflginfl_3305705775', '1404784616', 'no') ; 
INSERT INTO `wp_options` VALUES (7480702, '_transient_wflginfl_3305705775', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482381, '_transient_timeout_wflginfl_3387291313', '1404786350', 'no') ; 
INSERT INTO `wp_options` VALUES (7482382, '_transient_wflginfl_3387291313', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491250, '_transient_timeout_wflginfl_831555026', '1404794822', 'no') ; 
INSERT INTO `wp_options` VALUES (7491251, '_transient_wflginfl_831555026', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535584, '_transient_timeout_wflginfl_657160808', '1404827955', 'no') ; 
INSERT INTO `wp_options` VALUES (7535585, '_transient_wflginfl_657160808', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480970, '_transient_wflginfl_1466778767', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346504, '_transient_timeout_wffgt_846506137', '1400019410', 'no') ; 
INSERT INTO `wp_options` VALUES (7346505, '_transient_wffgt_846506137', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7346590, '_transient_timeout_wffgt_842339545', '1400039784', 'no') ; 
INSERT INTO `wp_options` VALUES (7344346, '_transient_timeout_wflginfl_2920663525', '1399566148', 'no') ; 
INSERT INTO `wp_options` VALUES (7344347, '_transient_wflginfl_2920663525', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7344377, '_transient_timeout_wflginfl_3233512802', '1399570805', 'no') ; 
INSERT INTO `wp_options` VALUES (7344378, '_transient_wflginfl_3233512802', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7365314, '_transient_wffgt_1248425445', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7344414, '_transient_timeout_wflginfl_404092541', '1399572039', 'no') ; 
INSERT INTO `wp_options` VALUES (7344415, '_transient_wflginfl_404092541', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7344419, '_transient_timeout_wflginfl_2794044103', '1399572889', 'no') ; 
INSERT INTO `wp_options` VALUES (7344420, '_transient_wflginfl_2794044103', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7344431, '_transient_timeout_wflginfl_1113037139', '1399573998', 'no') ; 
INSERT INTO `wp_options` VALUES (7344432, '_transient_wflginfl_1113037139', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7344461, '_transient_timeout_wflginfl_1113037053', '1399578401', 'no') ; 
INSERT INTO `wp_options` VALUES (7344462, '_transient_wflginfl_1113037053', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7344505, '_transient_timeout_wflginfl_2889355755', '1399591693', 'no') ; 
INSERT INTO `wp_options` VALUES (7344506, '_transient_wflginfl_2889355755', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7344894, '_transient_timeout_wffgt_204816810', '1399667787', 'no') ; 
INSERT INTO `wp_options` VALUES (7344895, '_transient_wffgt_204816810', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7344514, '_transient_timeout_wflginfl_1113025991', '1399593450', 'no') ; 
INSERT INTO `wp_options` VALUES (7344515, '_transient_wflginfl_1113025991', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7365318, '_transient_timeout_wffgt_2733032650', '1403998524', 'no') ; 
INSERT INTO `wp_options` VALUES (7365208, '_transient_timeout_wffgt_1205290191', '1403974966', 'no') ; 
INSERT INTO `wp_options` VALUES (7361581, '_transient_timeout_wflginfl_1157699282', '1403184688', 'no') ; 
INSERT INTO `wp_options` VALUES (7361582, '_transient_wflginfl_1157699282', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7361565, '_transient_timeout_wflginfl_1187004613', '1403179925', 'no') ; 
INSERT INTO `wp_options` VALUES (7361566, '_transient_wflginfl_1187004613', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7344532, '_transient_timeout_wffgt_1141665790', '1399596010', 'no') ; 
INSERT INTO `wp_options` VALUES (7344533, '_transient_wffgt_1141665790', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7365237, '_transient_timeout_wflginfl_1185617012', '1403980573', 'no') ; 
INSERT INTO `wp_options` VALUES (7365238, '_transient_wflginfl_1185617012', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7365310, '_transient_timeout_wflginfl_1248425445', '1403998456', 'no') ; 
INSERT INTO `wp_options` VALUES (7365311, '_transient_wflginfl_1248425445', '7', 'no') ; 
INSERT INTO `wp_options` VALUES (7365279, '_transient_timeout_wflginfl_1217543450', '1403989776', 'no') ; 
INSERT INTO `wp_options` VALUES (7365280, '_transient_wflginfl_1217543450', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7365267, '_transient_timeout_wffgt_1227246773', '1403986533', 'no') ; 
INSERT INTO `wp_options` VALUES (7365268, '_transient_wffgt_1227246773', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7557589, '_transient_timeout_wffgt_3335159025', '1407526928', 'no') ; 
INSERT INTO `wp_options` VALUES (7557590, '_transient_wffgt_3335159025', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7345055, '_transient_timeout_wflginfl_3335315829', '1399719360', 'no') ; 
INSERT INTO `wp_options` VALUES (7345056, '_transient_wflginfl_3335315829', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7365313, '_transient_timeout_wffgt_1248425445', '1403998461', 'no') ; 
INSERT INTO `wp_options` VALUES (7343320, '_transient_timeout_wflginfl_1113026380', '1399391865', 'no') ; 
INSERT INTO `wp_options` VALUES (7343321, '_transient_wflginfl_1113026380', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7354183, '_transient_timeout_wflginfl_3639886138', '1401680196', 'no') ; 
INSERT INTO `wp_options` VALUES (7354184, '_transient_wflginfl_3639886138', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7343379, '_transient_timeout_wflginfl_2796170178', '1399398737', 'no') ; 
INSERT INTO `wp_options` VALUES (7343380, '_transient_wflginfl_2796170178', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7343423, '_transient_timeout_wflginfl_1113025721', '1399406983', 'no') ; 
INSERT INTO `wp_options` VALUES (7343424, '_transient_wflginfl_1113025721', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7365265, '_transient_timeout_wffgt_851383625', '1403986488', 'no') ; 
INSERT INTO `wp_options` VALUES (7365266, '_transient_wffgt_851383625', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7343425, '_transient_timeout_wffgt_203112852', '1399407089', 'no') ; 
INSERT INTO `wp_options` VALUES (7343426, '_transient_wffgt_203112852', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7366512, '_site_transient_timeout_browser_66e95f08e48fce5dc6d97c2beb0b8cfb', '1404847181', 'yes') ; 
INSERT INTO `wp_options` VALUES (7366090, '_transient_wflginfl_1187360533', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7365712, '_transient_timeout_wflginfl_1943160500', '1404122771', 'no') ; 
INSERT INTO `wp_options` VALUES (7364224, '_transient_timeout_wflginfl_2794676512', '1403719392', 'no') ; 
INSERT INTO `wp_options` VALUES (7361181, '_transient_timeout_wflginfl_2794051079', '1403078197', 'no') ; 
INSERT INTO `wp_options` VALUES (7361182, '_transient_wflginfl_2794051079', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7361224, '_transient_timeout_wflginfl_3194672193', '1403094494', 'no') ; 
INSERT INTO `wp_options` VALUES (7361225, '_transient_wflginfl_3194672193', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352069, '_transient_wffgt_3518173535', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352869, '_transient_timeout_wflginfl_620258018', '1401404695', 'no') ; 
INSERT INTO `wp_options` VALUES (7352066, '_transient_timeout_wflginfl_3518173535', '1401230279', 'no') ; 
INSERT INTO `wp_options` VALUES (7352051, '_transient_timeout_wflginfl_1145417354', '1401227910', 'no') ; 
INSERT INTO `wp_options` VALUES (7352052, '_transient_wflginfl_1145417354', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352067, '_transient_wflginfl_3518173535', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7352068, '_transient_timeout_wffgt_3518173535', '1401230289', 'no') ; 
INSERT INTO `wp_options` VALUES (7343507, '_transient_timeout_wflginfl_1964659830', '1399414598', 'no') ; 
INSERT INTO `wp_options` VALUES (7343508, '_transient_wflginfl_1964659830', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7345173, '_transient_timeout_wflginfl_1158433549', '1399736045', 'no') ; 
INSERT INTO `wp_options` VALUES (7345174, '_transient_wflginfl_1158433549', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7347215, '_transient_timeout_wffgt_1077436012', '1400164348', 'no') ; 
INSERT INTO `wp_options` VALUES (7347216, '_transient_wffgt_1077436012', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7343689, '_transient_timeout_wffgt_2924098298', '1399469486', 'no') ; 
INSERT INTO `wp_options` VALUES (7343690, '_transient_wffgt_2924098298', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7361510, '_transient_timeout_wflginfl_1158437413', '1403163581', 'no') ; 
INSERT INTO `wp_options` VALUES (7361511, '_transient_wflginfl_1158437413', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7347458, '_transient_timeout_wffgt_1654917268', '1400204488', 'no') ; 
INSERT INTO `wp_options` VALUES (7347459, '_transient_wffgt_1654917268', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341029, '_transient_timeout_wffgt_1158339146', '1398877686', 'no') ; 
INSERT INTO `wp_options` VALUES (7341030, '_transient_wffgt_1158339146', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341001, '_transient_timeout_wffgt_1658865801', '1398874219', 'no') ; 
INSERT INTO `wp_options` VALUES (7341002, '_transient_wffgt_1658865801', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341027, '_transient_timeout_wffgt_1073200722', '1398876985', 'no') ; 
INSERT INTO `wp_options` VALUES (7341028, '_transient_wffgt_1073200722', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7345099, '_transient_timeout_wflginfl_1249677712', '1399727304', 'no') ; 
INSERT INTO `wp_options` VALUES (7345100, '_transient_wflginfl_1249677712', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561959, '_transient_timeout_wffgt_3513312678', '1408367478', 'no') ; 
INSERT INTO `wp_options` VALUES (7561960, '_transient_wffgt_3513312678', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341043, '_transient_timeout_wflginfl_2731450770', '1398879768', 'no') ; 
INSERT INTO `wp_options` VALUES (7341044, '_transient_wflginfl_2731450770', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341083, '_transient_timeout_wflginfl_1187338046', '1398884421', 'no') ; 
INSERT INTO `wp_options` VALUES (7341084, '_transient_wflginfl_1187338046', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341048, '_transient_timeout_wffgt_1108486018', '1398880208', 'no') ; 
INSERT INTO `wp_options` VALUES (7341049, '_transient_wffgt_1108486018', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478009, '_transient_timeout_wflginfl_1320910432', '1404781772', 'no') ; 
INSERT INTO `wp_options` VALUES (7463336, '_transient_wflginfl_1449257250', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341070, '_transient_timeout_wffgt_1109780690', '1398882388', 'no') ; 
INSERT INTO `wp_options` VALUES (7341071, '_transient_wffgt_1109780690', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7341593, '_transient_wffgt_3323469690', '5', 'no') ; 
INSERT INTO `wp_options` VALUES (7458362, '_transient_wflginfl_1610386582', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341103, '_transient_timeout_wffgt_3429970293', '1398889987', 'no') ; 
INSERT INTO `wp_options` VALUES (7341104, '_transient_wffgt_3429970293', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341145, '_transient_timeout_wflginfl_2905356820', '1398896721', 'no') ; 
INSERT INTO `wp_options` VALUES (7341146, '_transient_wflginfl_2905356820', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341129, '_transient_timeout_wffgt_1182141678', '1398892250', 'no') ; 
INSERT INTO `wp_options` VALUES (7341130, '_transient_wffgt_1182141678', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341592, '_transient_timeout_wffgt_3323469690', '1398982402', 'no') ; 
INSERT INTO `wp_options` VALUES (7341149, '_transient_timeout_wflginfl_1804111045', '1398897712', 'no') ; 
INSERT INTO `wp_options` VALUES (7341150, '_transient_wflginfl_1804111045', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7341168, '_transient_timeout_wflginfl_1679832875', '1398899669', 'no') ; 
INSERT INTO `wp_options` VALUES (7341169, '_transient_wflginfl_1679832875', '8', 'no') ; 
INSERT INTO `wp_options` VALUES (7341170, '_transient_timeout_wffgt_1679832875', '1398899506', 'no') ; 
INSERT INTO `wp_options` VALUES (7341171, '_transient_wffgt_1679832875', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7341242, '_transient_timeout_wflginfl_1662339294', '1398910940', 'no') ; 
INSERT INTO `wp_options` VALUES (7341243, '_transient_wflginfl_1662339294', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7341158, '_transient_timeout_wffgt_2935800933', '1398898287', 'no') ; 
INSERT INTO `wp_options` VALUES (7341159, '_transient_wffgt_2935800933', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7349524, '_transient_timeout_wffgt_203112834', '1400633122', 'no') ; 
INSERT INTO `wp_options` VALUES (7349525, '_transient_wffgt_203112834', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341180, '_transient_timeout_wffgt_1248241577', '1398900626', 'no') ; 
INSERT INTO `wp_options` VALUES (7341181, '_transient_wffgt_1248241577', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341190, '_transient_timeout_wffgt_1192025111', '1398901309', 'no') ; 
INSERT INTO `wp_options` VALUES (7341191, '_transient_wffgt_1192025111', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7341196, '_transient_timeout_wffgt_1672077651', '1398902880', 'no') ; 
INSERT INTO `wp_options` VALUES (7341197, '_transient_wffgt_1672077651', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341219, '_transient_timeout_wflginfl_1269693644', '1398906042', 'no') ; 
INSERT INTO `wp_options` VALUES (7341220, '_transient_wflginfl_1269693644', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7341207, '_transient_timeout_wffgt_2920617922', '1398903429', 'no') ; 
INSERT INTO `wp_options` VALUES (7341208, '_transient_wffgt_2920617922', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7350264, '_transient_timeout_wffgt_1658938990', '1400801323', 'no') ; 
INSERT INTO `wp_options` VALUES (7350265, '_transient_wffgt_1658938990', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341221, '_transient_timeout_wffgt_1269693644', '1398906052', 'no') ; 
INSERT INTO `wp_options` VALUES (7341222, '_transient_wffgt_1269693644', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341237, '_transient_timeout_wffgt_1118376046', '1398909241', 'no') ; 
INSERT INTO `wp_options` VALUES (7341238, '_transient_wffgt_1118376046', '5', 'no') ; 
INSERT INTO `wp_options` VALUES (7341267, '_transient_timeout_wflginfl_1124811484', '1398916276', 'no') ; 
INSERT INTO `wp_options` VALUES (7341268, '_transient_wflginfl_1124811484', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341259, '_transient_timeout_wffgt_393349414', '1398914647', 'no') ; 
INSERT INTO `wp_options` VALUES (7341260, '_transient_wffgt_393349414', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341265, '_transient_timeout_wffgt_2908305439', '1398915831', 'no') ; 
INSERT INTO `wp_options` VALUES (7341266, '_transient_wffgt_2908305439', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7543981, '_transient_wflginfl_1141373326', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7543984, '_transient_wffgt_2921139468', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341272, '_transient_timeout_wflginfl_1256051891', '1398917055', 'no') ; 
INSERT INTO `wp_options` VALUES (7341273, '_transient_wflginfl_1256051891', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341306, '_site_transient_timeout_browser_915f8c7c076d8ac9b096adfe39a01775', '1399529306', 'yes') ; 
INSERT INTO `wp_options` VALUES (7341307, '_site_transient_browser_915f8c7c076d8ac9b096adfe39a01775', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"33.0.1750.117";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7341295, '_transient_timeout_wffgt_2043894963', '1398922950', 'no') ; 
INSERT INTO `wp_options` VALUES (7341296, '_transient_wffgt_2043894963', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7541210, '_transient_timeout_wflginfl_3170407130', '1404831471', 'no') ; 
INSERT INTO `wp_options` VALUES (7541211, '_transient_wflginfl_3170407130', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510999, '_transient_timeout_wflginfl_1837238900', '1404811228', 'no') ; 
INSERT INTO `wp_options` VALUES (7540368, '_transient_timeout_wflginfl_1249983644', '1404831359', 'no') ; 
INSERT INTO `wp_options` VALUES (7458451, '_transient_timeout_wflginfl_3189153525', '1404764033', 'no') ; 
INSERT INTO `wp_options` VALUES (7458452, '_transient_wflginfl_3189153525', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464812, '_transient_timeout_wflginfl_3065608847', '1404769170', 'no') ; 
INSERT INTO `wp_options` VALUES (7464813, '_transient_wflginfl_3065608847', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541172, '_transient_timeout_wflginfl_1365465600', '1404831458', 'no') ; 
INSERT INTO `wp_options` VALUES (7541173, '_transient_wflginfl_1365465600', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457620, '_transient_timeout_wflginfl_3065611121', '1404763383', 'no') ; 
INSERT INTO `wp_options` VALUES (7457621, '_transient_wflginfl_3065611121', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469454, '_transient_timeout_wflginfl_522995806', '1404773244', 'no') ; 
INSERT INTO `wp_options` VALUES (7469455, '_transient_wflginfl_522995806', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457224, '_transient_timeout_wflginfl_657101645', '1404763059', 'no') ; 
INSERT INTO `wp_options` VALUES (7457225, '_transient_wflginfl_657101645', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457238, '_transient_timeout_wflginfl_3041121735', '1404763069', 'no') ; 
INSERT INTO `wp_options` VALUES (7457239, '_transient_wflginfl_3041121735', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457286, '_transient_timeout_wflginfl_711474621', '1404763105', 'no') ; 
INSERT INTO `wp_options` VALUES (7457287, '_transient_wflginfl_711474621', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526132, '_transient_timeout_wflginfl_1432817346', '1404821686', 'no') ; 
INSERT INTO `wp_options` VALUES (7526133, '_transient_wflginfl_1432817346', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457336, '_transient_timeout_wflginfl_1580987774', '1404763140', 'no') ; 
INSERT INTO `wp_options` VALUES (7457337, '_transient_wflginfl_1580987774', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460218, '_transient_timeout_wflginfl_1578440446', '1404765395', 'no') ; 
INSERT INTO `wp_options` VALUES (7460219, '_transient_wflginfl_1578440446', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466100, '_transient_timeout_wflginfl_1412741012', '1404770331', 'no') ; 
INSERT INTO `wp_options` VALUES (7466101, '_transient_wflginfl_1412741012', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461469, '_transient_timeout_wflginfl_701487097', '1404766408', 'no') ; 
INSERT INTO `wp_options` VALUES (7480141, '_transient_timeout_wflginfl_1773998843', '1404784009', 'no') ; 
INSERT INTO `wp_options` VALUES (7468411, '_transient_timeout_wflginfl_2536319158', '1404772279', 'no') ; 
INSERT INTO `wp_options` VALUES (7468412, '_transient_wflginfl_2536319158', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458573, '_transient_timeout_wflginfl_2955500090', '1404764391', 'no') ; 
INSERT INTO `wp_options` VALUES (7458574, '_transient_wflginfl_2955500090', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7457628, '_transient_timeout_wflginfl_1909621666', '1404763391', 'no') ; 
INSERT INTO `wp_options` VALUES (7457629, '_transient_wflginfl_1909621666', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457636, '_transient_timeout_wflginfl_657405618', '1404763395', 'no') ; 
INSERT INTO `wp_options` VALUES (7457637, '_transient_wflginfl_657405618', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476600, '_transient_timeout_wflginfl_3307497319', '1404780311', 'no') ; 
INSERT INTO `wp_options` VALUES (7476601, '_transient_wflginfl_3307497319', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459170, '_transient_timeout_wflginfl_1317427602', '1404764569', 'no') ; 
INSERT INTO `wp_options` VALUES (7459171, '_transient_wflginfl_1317427602', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457708, '_transient_timeout_wflginfl_1893155407', '1404763440', 'no') ; 
INSERT INTO `wp_options` VALUES (7457709, '_transient_wflginfl_1893155407', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461859, '_transient_wflginfl_657650338', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457719, '_transient_wflginfl_3399487657', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520201, '_transient_wflginfl_1569259607', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540017, '_transient_wflginfl_2058847714', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459839, '_transient_timeout_wflginfl_1599338809', '1404765103', 'no') ; 
INSERT INTO `wp_options` VALUES (7459840, '_transient_wflginfl_1599338809', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457756, '_transient_timeout_wflginfl_835525217', '1404763474', 'no') ; 
INSERT INTO `wp_options` VALUES (7457757, '_transient_wflginfl_835525217', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515838, '_transient_timeout_wflginfl_2002534147', '1404814616', 'no') ; 
INSERT INTO `wp_options` VALUES (7515839, '_transient_wflginfl_2002534147', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465202, '_transient_timeout_wflginfl_3318223564', '1404769506', 'no') ; 
INSERT INTO `wp_options` VALUES (7465203, '_transient_wflginfl_3318223564', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7457808, '_transient_timeout_wflginfl_3163512628', '1404763516', 'no') ; 
INSERT INTO `wp_options` VALUES (7457809, '_transient_wflginfl_3163512628', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464742, '_transient_timeout_wflginfl_3174884293', '1404769107', 'no') ; 
INSERT INTO `wp_options` VALUES (7464743, '_transient_wflginfl_3174884293', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463359, '_transient_timeout_wflginfl_1318111555', '1404768014', 'no') ; 
INSERT INTO `wp_options` VALUES (7463360, '_transient_wflginfl_1318111555', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475182, '_transient_timeout_wflginfl_703278731', '1404778907', 'no') ; 
INSERT INTO `wp_options` VALUES (7533684, '_transient_wflginfl_1565802851', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495080, '_transient_wflginfl_3036341188', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536231, '_transient_wflginfl_1599446598', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491252, '_transient_timeout_wflginfl_692615185', '1404794835', 'no') ; 
INSERT INTO `wp_options` VALUES (7491253, '_transient_wflginfl_692615185', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457958, '_transient_timeout_wflginfl_3000846950', '1404763640', 'no') ; 
INSERT INTO `wp_options` VALUES (7457959, '_transient_wflginfl_3000846950', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536527, '_transient_timeout_wflginfl_2976167419', '1404828620', 'no') ; 
INSERT INTO `wp_options` VALUES (7536528, '_transient_wflginfl_2976167419', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457997, '_transient_timeout_wflginfl_3065163317', '1404763668', 'no') ; 
INSERT INTO `wp_options` VALUES (7457998, '_transient_wflginfl_3065163317', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464193, '_transient_timeout_wflginfl_1444603156', '1404768698', 'no') ; 
INSERT INTO `wp_options` VALUES (7464194, '_transient_wflginfl_1444603156', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475490, '_transient_timeout_wflginfl_3305702843', '1404779221', 'no') ; 
INSERT INTO `wp_options` VALUES (7475491, '_transient_timeout_wflginfl_704514428', '1404779221', 'no') ; 
INSERT INTO `wp_options` VALUES (7462150, '_transient_timeout_wflginfl_39414242', '1404766970', 'no') ; 
INSERT INTO `wp_options` VALUES (7462151, '_transient_wflginfl_39414242', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461970, '_transient_timeout_wflginfl_1327092611', '1404766832', 'no') ; 
INSERT INTO `wp_options` VALUES (7461971, '_transient_wflginfl_1327092611', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466312, '_transient_timeout_wflginfl_2548887666', '1404770501', 'no') ; 
INSERT INTO `wp_options` VALUES (7466313, '_transient_wflginfl_2548887666', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459060, '_transient_timeout_wflginfl_1833055128', '1404764496', 'no') ; 
INSERT INTO `wp_options` VALUES (7459061, '_transient_wflginfl_1833055128', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458646, '_transient_timeout_wflginfl_1932150143', '1404764185', 'no') ; 
INSERT INTO `wp_options` VALUES (7458647, '_transient_wflginfl_1932150143', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483167, '_transient_timeout_wflginfl_39941187', '1404787329', 'no') ; 
INSERT INTO `wp_options` VALUES (7483168, '_transient_wflginfl_39941187', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7466060, '_transient_timeout_wflginfl_1831942265', '1404770535', 'no') ; 
INSERT INTO `wp_options` VALUES (7466061, '_transient_wflginfl_1831942265', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7478318, '_transient_timeout_wflginfl_1909178591', '1404782075', 'no') ; 
INSERT INTO `wp_options` VALUES (7478319, '_transient_wflginfl_1909178591', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467373, '_transient_timeout_wflginfl_3036361342', '1404771430', 'no') ; 
INSERT INTO `wp_options` VALUES (7467374, '_transient_wflginfl_3036361342', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499231, '_transient_timeout_wflginfl_1453614454', '1404802226', 'no') ; 
INSERT INTO `wp_options` VALUES (7499232, '_transient_wflginfl_1453614454', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464653, '_transient_timeout_wflginfl_695148278', '1404769045', 'no') ; 
INSERT INTO `wp_options` VALUES (7488049, '_transient_wflginfl_3035257819', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464654, '_transient_wflginfl_695148278', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538254, '_transient_wflginfl_3700267786', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538253, '_transient_timeout_wflginfl_3700267786', '1404829718', 'no') ; 
INSERT INTO `wp_options` VALUES (7458489, '_transient_timeout_wflginfl_694648985', '1404764070', 'no') ; 
INSERT INTO `wp_options` VALUES (7458490, '_transient_wflginfl_694648985', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461057, '_transient_wflginfl_1333004498', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530431, '_transient_wflginfl_3500758613', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7464245, '_transient_timeout_wflginfl_657969413', '1404768743', 'no') ; 
INSERT INTO `wp_options` VALUES (7464246, '_transient_wflginfl_657969413', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541497, '_transient_timeout_wflginfl_1445539081', '1404833295', 'no') ; 
INSERT INTO `wp_options` VALUES (7541498, '_transient_wflginfl_1445539081', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463207, '_transient_timeout_wflginfl_1040268118', '1404767906', 'no') ; 
INSERT INTO `wp_options` VALUES (7463208, '_transient_wflginfl_1040268118', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459299, '_transient_timeout_wflginfl_973843384', '1404764681', 'no') ; 
INSERT INTO `wp_options` VALUES (7459300, '_transient_wflginfl_973843384', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460112, '_transient_timeout_wflginfl_3189074706', '1404765301', 'no') ; 
INSERT INTO `wp_options` VALUES (7460113, '_transient_wflginfl_3189074706', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461076, '_transient_timeout_wflginfl_3570904682', '1404766066', 'no') ; 
INSERT INTO `wp_options` VALUES (7461077, '_transient_wflginfl_3570904682', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459000, '_transient_timeout_wflginfl_1319303905', '1404764445', 'no') ; 
INSERT INTO `wp_options` VALUES (7459001, '_transient_wflginfl_1319303905', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539762, '_transient_timeout_wflginfl_3157478704', '1404830973', 'no') ; 
INSERT INTO `wp_options` VALUES (7460640, '_transient_timeout_wflginfl_1545171718', '1404765713', 'no') ; 
INSERT INTO `wp_options` VALUES (7460641, '_transient_wflginfl_1545171718', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539763, '_transient_wflginfl_3157478704', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7497466, '_transient_timeout_wflginfl_3265700503', '1404800605', 'no') ; 
INSERT INTO `wp_options` VALUES (7497467, '_transient_wflginfl_3265700503', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463861, '_transient_timeout_wflginfl_702818604', '1404768415', 'no') ; 
INSERT INTO `wp_options` VALUES (7463862, '_transient_wflginfl_702818604', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465500, '_transient_timeout_wflginfl_656421747', '1404769790', 'no') ; 
INSERT INTO `wp_options` VALUES (7465501, '_transient_wflginfl_656421747', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538779, '_transient_timeout_wflginfl_3000930554', '1404830064', 'no') ; 
INSERT INTO `wp_options` VALUES (7541156, '_transient_timeout_wflginfl_3307507319', '1404831456', 'no') ; 
INSERT INTO `wp_options` VALUES (7529942, '_transient_timeout_wflginfl_2955686665', '1404824288', 'no') ; 
INSERT INTO `wp_options` VALUES (7464123, '_transient_wflginfl_657450249', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468489, '_transient_timeout_wflginfl_3389364428', '1404772365', 'no') ; 
INSERT INTO `wp_options` VALUES (7468490, '_transient_wflginfl_3389364428', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541098, '_transient_timeout_wflginfl_3362946712', '1404831433', 'no') ; 
INSERT INTO `wp_options` VALUES (7541099, '_transient_wflginfl_3362946712', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460272, '_transient_timeout_wflginfl_41619579', '1404765670', 'no') ; 
INSERT INTO `wp_options` VALUES (7460273, '_transient_wflginfl_41619579', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7464237, '_transient_timeout_wflginfl_1436175542', '1404768732', 'no') ; 
INSERT INTO `wp_options` VALUES (7464238, '_transient_wflginfl_1436175542', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532105, '_transient_timeout_wflginfl_3558724354', '1404825705', 'no') ; 
INSERT INTO `wp_options` VALUES (7511374, '_transient_timeout_wflginfl_3541568031', '1404811514', 'no') ; 
INSERT INTO `wp_options` VALUES (7540480, '_transient_timeout_wflginfl_1743831050', '1404831163', 'no') ; 
INSERT INTO `wp_options` VALUES (7540481, '_transient_wflginfl_1743831050', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524950, '_transient_timeout_wflginfl_1566996225', '1404820883', 'no') ; 
INSERT INTO `wp_options` VALUES (7524951, '_transient_wflginfl_1566996225', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465188, '_transient_timeout_wflginfl_1417556116', '1404769485', 'no') ; 
INSERT INTO `wp_options` VALUES (7465189, '_transient_wflginfl_1417556116', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469229, '_transient_timeout_wflginfl_703104255', '1404773037', 'no') ; 
INSERT INTO `wp_options` VALUES (7469230, '_transient_wflginfl_703104255', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481422, '_transient_timeout_wflginfl_690814210', '1404785346', 'no') ; 
INSERT INTO `wp_options` VALUES (7481423, '_transient_wflginfl_690814210', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459988, '_transient_timeout_wflginfl_1118561561', '1404765213', 'no') ; 
INSERT INTO `wp_options` VALUES (7459989, '_transient_wflginfl_1118561561', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459018, '_transient_timeout_wflginfl_1834979473', '1404764458', 'no') ; 
INSERT INTO `wp_options` VALUES (7459019, '_transient_wflginfl_1834979473', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464213, '_transient_timeout_wflginfl_3179490650', '1404768716', 'no') ; 
INSERT INTO `wp_options` VALUES (7464214, '_transient_wflginfl_3179490650', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460120, '_transient_timeout_wflginfl_623911896', '1404765549', 'no') ; 
INSERT INTO `wp_options` VALUES (7460121, '_transient_wflginfl_623911896', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7478010, '_transient_wflginfl_1320910432', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7562536, '_transient_timeout_feed_mod_426964090c83dd0e49a20c5f56fb8f1d', '1408508905', 'no') ; 
INSERT INTO `wp_options` VALUES (7562537, '_transient_feed_mod_426964090c83dd0e49a20c5f56fb8f1d', '1408465705', 'no') ; 
INSERT INTO `wp_options` VALUES (7347695, '_transient_timeout_wflginfl_1158588534', '1400264886', 'no') ; 
INSERT INTO `wp_options` VALUES (7347696, '_transient_wflginfl_1158588534', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7347983, '_transient_timeout_wflginfl_1802222627', '1400342876', 'no') ; 
INSERT INTO `wp_options` VALUES (7347740, '_transient_timeout_wflginfl_392051833', '1400277125', 'no') ; 
INSERT INTO `wp_options` VALUES (7347741, '_transient_wflginfl_392051833', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7347745, '_transient_timeout_wflginfl_2794018451', '1400278752', 'no') ; 
INSERT INTO `wp_options` VALUES (7347746, '_transient_wflginfl_2794018451', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7347964, '_transient_wflginfl_2934965132', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7347963, '_transient_timeout_wflginfl_2934965132', '1400340024', 'no') ; 
INSERT INTO `wp_options` VALUES (7347938, '_transient_wflginfl_1188545127', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7347930, '_transient_timeout_wflginfl_1188105291', '1400336651', 'no') ; 
INSERT INTO `wp_options` VALUES (7347931, '_transient_wflginfl_1188105291', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7347935, '_transient_timeout_wflginfl_1113036007', '1400337492', 'no') ; 
INSERT INTO `wp_options` VALUES (7347936, '_transient_wflginfl_1113036007', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7347937, '_transient_timeout_wflginfl_1188545127', '1400337594', 'no') ; 
INSERT INTO `wp_options` VALUES (7348963, '_transient_timeout_wflginfl_2794681710', '1400533306', 'no') ; 
INSERT INTO `wp_options` VALUES (7348964, '_transient_wflginfl_2794681710', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561929, '_transient_wflginfl_2449492239', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561915, '_transient_timeout_wflginfl_3282191674', '1408355382', 'no') ; 
INSERT INTO `wp_options` VALUES (7542038, '_transient_timeout_wffgt_3637299098', '1404933449', 'no') ; 
INSERT INTO `wp_options` VALUES (7542039, '_transient_wffgt_3637299098', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346843, '_transient_timeout_wffgt_1658941442', '1400089460', 'no') ; 
INSERT INTO `wp_options` VALUES (7346844, '_transient_wffgt_1658941442', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7545085, '_transient_timeout_wffgt_3496734556', '1405387451', 'no') ; 
INSERT INTO `wp_options` VALUES (7545086, '_transient_wffgt_3496734556', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7544636, '_transient_timeout_wflginfl_406528973', '1405288143', 'no') ; 
INSERT INTO `wp_options` VALUES (7544637, '_transient_wflginfl_406528973', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7544633, '_transient_timeout_wffgt_1152135823', '1405287073', 'no') ; 
INSERT INTO `wp_options` VALUES (7544634, '_transient_wffgt_1152135823', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346884, '_transient_timeout_wflginfl_1186991654', '1400094613', 'no') ; 
INSERT INTO `wp_options` VALUES (7346885, '_transient_wflginfl_1186991654', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346921, '_transient_timeout_wflginfl_1146170014', '1400099088', 'no') ; 
INSERT INTO `wp_options` VALUES (7346922, '_transient_wflginfl_1146170014', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346890, '_transient_timeout_wffgt_1141662992', '1400095033', 'no') ; 
INSERT INTO `wp_options` VALUES (7346891, '_transient_wffgt_1141662992', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346911, '_transient_timeout_wffgt_840605511', '1400097842', 'no') ; 
INSERT INTO `wp_options` VALUES (7346912, '_transient_wffgt_840605511', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7346928, '_transient_timeout_wflginfl_203112852', '1400101603', 'no') ; 
INSERT INTO `wp_options` VALUES (7346929, '_transient_wflginfl_203112852', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7350656, '_transient_timeout_wflginfl_1808726331', '1400907299', 'no') ; 
INSERT INTO `wp_options` VALUES (7350657, '_transient_wflginfl_1808726331', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7546411, '_transient_wffgt_1676170842', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7364968, '_transient_timeout_wflginfl_2796172475', '1403892376', 'no') ; 
INSERT INTO `wp_options` VALUES (7346962, '_transient_timeout_wffgt_1632060620', '1400108514', 'no') ; 
INSERT INTO `wp_options` VALUES (7346963, '_transient_wffgt_1632060620', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7345873, '_transient_timeout_wflginfl_782163037', '1399911116', 'no') ; 
INSERT INTO `wp_options` VALUES (7345874, '_transient_wflginfl_782163037', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7360337, '_transient_timeout_wflginfl_1188118861', '1402932845', 'no') ; 
INSERT INTO `wp_options` VALUES (7360338, '_transient_wflginfl_1188118861', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7346512, '_transient_timeout_wflginfl_2794668687', '1400021091', 'no') ; 
INSERT INTO `wp_options` VALUES (7346513, '_transient_wflginfl_2794668687', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7346584, '_transient_timeout_wflginfl_522836899', '1400039321', 'no') ; 
INSERT INTO `wp_options` VALUES (7346585, '_transient_wflginfl_522836899', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346525, '_transient_timeout_wflginfl_1158433693', '1400023532', 'no') ; 
INSERT INTO `wp_options` VALUES (7346526, '_transient_wflginfl_1158433693', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346545, '_transient_timeout_wflginfl_1668285570', '1400028932', 'no') ; 
INSERT INTO `wp_options` VALUES (7346546, '_transient_wflginfl_1668285570', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7346547, '_transient_timeout_wffgt_1668285570', '1400028952', 'no') ; 
INSERT INTO `wp_options` VALUES (7346548, '_transient_wffgt_1668285570', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7562534, '_transient_timeout_feed_426964090c83dd0e49a20c5f56fb8f1d', '1408508905', 'no') ; 
INSERT INTO `wp_options` VALUES (7562535, '_transient_feed_426964090c83dd0e49a20c5f56fb8f1d', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:66:"\n	\n	\n	\n	\n	\n	\n		\n		\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"Go Web Solutions";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:29:"http://www.gowebsolutions.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:17:"Love your Website";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 24 Jul 2014 00:33:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:36:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n		\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:47:"Social Media Quickies marketing guides are here";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"http://www.gowebsolutions.com/social-media-quickies-marketing-guides/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:78:"http://www.gowebsolutions.com/social-media-quickies-marketing-guides/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 24 Jul 2014 00:33:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:16:"Tips & Resources";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:37:"http://www.gowebsolutions.com/?p=5218";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:570:"<p>After a full year of hard work, lots of Starbucks, a little wine, and a LOT of help, we are proud to launch Social Media Quickies Marketing Guides. Created for everyone who has not idea where to start with social media marketing, our guides take were created to take you from “I have not idea [&#8230;]</p>\n<p>The post <a rel="nofollow" href="http://www.gowebsolutions.com/social-media-quickies-marketing-guides/">Social Media Quickies marketing guides are here</a> appeared first on <a rel="nofollow" href="http://www.gowebsolutions.com">Go Web Solutions</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Joey Ambrose";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:74:"http://www.gowebsolutions.com/social-media-quickies-marketing-guides/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:39:"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n		\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"Urgent HeartBleed Security Update";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"http://www.gowebsolutions.com/urgent-heartbleed-security-update/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:73:"http://www.gowebsolutions.com/urgent-heartbleed-security-update/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 09 Apr 2014 16:05:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:4:"News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:16:"Tips & Resources";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:37:"http://www.gowebsolutions.com/?p=5172";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:577:"<p>You may have heard there is a nasty security bug that&#8217;s been identified on the Internet named the Heartbleed Bug. This is to advise you that our server administrators have taken immediate action to address this issue on our servers as this bug affects all servers and devices using Open SSL technology. This is the [&#8230;]</p>\n<p>The post <a rel="nofollow" href="http://www.gowebsolutions.com/urgent-heartbleed-security-update/">Urgent HeartBleed Security Update</a> appeared first on <a rel="nofollow" href="http://www.gowebsolutions.com">Go Web Solutions</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Joey Ambrose";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:69:"http://www.gowebsolutions.com/urgent-heartbleed-security-update/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:42:"\n		\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n		\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:51:"Prep your Followers to Expect the “Pot of Gold”";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://www.gowebsolutions.com/prep-followers-expect-pot-gold/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:70:"http://www.gowebsolutions.com/prep-followers-expect-pot-gold/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 10 Mar 2014 15:00:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:14:"Marketing Tips";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:4:"News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:12:"Social Media";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:37:"http://www.gowebsolutions.com/?p=5161";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:573:"<p>The &#8220;pot of gold&#8221; or useful tip you give your followers should be something they can rely on you to give them on a continual basis. When planning out your social media schedule, come up with a plan that offers the same type of tool that your followers can expect to see on the same [&#8230;]</p>\n<p>The post <a rel="nofollow" href="http://www.gowebsolutions.com/prep-followers-expect-pot-gold/">Prep your Followers to Expect the &#8220;Pot of Gold&#8221;</a> appeared first on <a rel="nofollow" href="http://www.gowebsolutions.com">Go Web Solutions</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Alexis Humphrey";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:66:"http://www.gowebsolutions.com/prep-followers-expect-pot-gold/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:42:"\n		\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n		\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"Facebook: Personal vs Business Page";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://www.gowebsolutions.com/facebook-personal-vs-business-page/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:74:"http://www.gowebsolutions.com/facebook-personal-vs-business-page/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 03 Mar 2014 15:00:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:14:"Marketing Tips";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:4:"News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:12:"Social Media";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:37:"http://www.gowebsolutions.com/?p=5147";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:590:"<p>When connecting to Facebook, some business owners may find it difficult deciphering whether to use a personal profile versus a business page. For the sake of your business, always create a business page and forgo using your personal profile to promote your business. Here are the top reasons why a business page is more beneficial [&#8230;]</p>\n<p>The post <a rel="nofollow" href="http://www.gowebsolutions.com/facebook-personal-vs-business-page/">Facebook: Personal vs Business Page</a> appeared first on <a rel="nofollow" href="http://www.gowebsolutions.com">Go Web Solutions</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Alexis Humphrey";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:70:"http://www.gowebsolutions.com/facebook-personal-vs-business-page/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:45:"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n		\n		\n		\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:46:"March Content Ideas for Blogs and Social Media";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"http://www.gowebsolutions.com/march-content-ideas-blogs-social-media/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:78:"http://www.gowebsolutions.com/march-content-ideas-blogs-social-media/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 28 Feb 2014 15:00:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:13:"Content Ideas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:4:"News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:12:"Social Media";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:16:"Tips & Resources";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:37:"http://www.gowebsolutions.com/?p=5095";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:579:"<p>Spring into action this March with fresh content ideas that will keep your readers interested.  As the weather starts to warm up, so should what you&#8217;re sharing online. We are here to help season your content with ideas that keep you busy writing every day of the month. We offer a list of over 250 [&#8230;]</p>\n<p>The post <a rel="nofollow" href="http://www.gowebsolutions.com/march-content-ideas-blogs-social-media/">March Content Ideas for Blogs and Social Media</a> appeared first on <a rel="nofollow" href="http://www.gowebsolutions.com">Go Web Solutions</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Joey Ambrose";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:74:"http://www.gowebsolutions.com/march-content-ideas-blogs-social-media/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:39:"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n		\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"Case Study: Just 4 Golf";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"http://www.gowebsolutions.com/case-study-just-4-golf/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:62:"http://www.gowebsolutions.com/case-study-just-4-golf/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Feb 2014 15:00:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:10:"Case Study";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:4:"News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:37:"http://www.gowebsolutions.com/?p=5113";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:778:"<p>Before:                                                                                                                   After:             Just 4 Golf modernized their homepage and added new product collections through the work of                    Go Web Solutions® Download the PDF &#124; Return to all Case Studies The Introduction Just for Golf was aware that their homepage of their ecommerce website [&#8230;]</p>\n<p>The post <a rel="nofollow" href="http://www.gowebsolutions.com/case-study-just-4-golf/">Case Study: Just 4 Golf</a> appeared first on <a rel="nofollow" href="http://www.gowebsolutions.com">Go Web Solutions</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Alexis Humphrey";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:58:"http://www.gowebsolutions.com/case-study-just-4-golf/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:39:"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n		\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:47:"The Benefits of Using SlideShare for a Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:78:"http://www.gowebsolutions.com/the-benefits-of-using-slideshare-for-a-business/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:87:"http://www.gowebsolutions.com/the-benefits-of-using-slideshare-for-a-business/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 24 Feb 2014 15:00:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:14:"Marketing Tips";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:4:"News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:37:"http://www.gowebsolutions.com/?p=5088";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:611:"<p>SlideShare is another form of sharing content. It’s purpose acts like a PowerPoint presentation with an easy to use click through slideshow that displays your intended content all in one place for all to see. The most common forms of SlideShares are presentations, blogs, and how to guides, but are not limited to solely one [&#8230;]</p>\n<p>The post <a rel="nofollow" href="http://www.gowebsolutions.com/the-benefits-of-using-slideshare-for-a-business/">The Benefits of Using SlideShare for a Business</a> appeared first on <a rel="nofollow" href="http://www.gowebsolutions.com">Go Web Solutions</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Alexis Humphrey";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:83:"http://www.gowebsolutions.com/the-benefits-of-using-slideshare-for-a-business/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:39:"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n		\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:44:"Extend Your Brand to Your Social Media Sites";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://www.gowebsolutions.com/extend-brand-social-media-sites/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:71:"http://www.gowebsolutions.com/extend-brand-social-media-sites/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 17 Feb 2014 14:00:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:14:"Marketing Tips";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:4:"News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:37:"http://www.gowebsolutions.com/?p=5061";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:582:"<p>Your brand is what your company will be recognized for. It’s the colors and your logo that represents your company. Your brand tells the story of who you are. When selecting a brand, choose wisely because you’re going to want to be known for a positive image that also accurately depicts your goods and services. [&#8230;]</p>\n<p>The post <a rel="nofollow" href="http://www.gowebsolutions.com/extend-brand-social-media-sites/">Extend Your Brand to Your Social Media Sites</a> appeared first on <a rel="nofollow" href="http://www.gowebsolutions.com">Go Web Solutions</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Alexis Humphrey";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:67:"http://www.gowebsolutions.com/extend-brand-social-media-sites/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:36:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n		\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"5 Ways to Love Your Website";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://www.gowebsolutions.com/5-ways-love-website/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://www.gowebsolutions.com/5-ways-love-website/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Feb 2014 17:00:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:16:"Tips & Resources";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:37:"http://www.gowebsolutions.com/?p=5057";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:534:"<p>A website is a key component to marketing your business. Be sure that you love your website so that others will too. Here’s our list of 5 ways you can show love to your website by updating it with modern features and designs. Make it Mobile Friendly: A mobile friendly website will be visible to [&#8230;]</p>\n<p>The post <a rel="nofollow" href="http://www.gowebsolutions.com/5-ways-love-website/">5 Ways to Love Your Website</a> appeared first on <a rel="nofollow" href="http://www.gowebsolutions.com">Go Web Solutions</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Alexis Humphrey";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://www.gowebsolutions.com/5-ways-love-website/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:42:"\n		\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n		\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"Content Speaks Volumes for SEO";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://www.gowebsolutions.com/content-speaks-volumes-seo/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:66:"http://www.gowebsolutions.com/content-speaks-volumes-seo/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 11 Feb 2014 14:00:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:14:"Marketing Tips";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:4:"News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:32:"Search Engine Optimization (SEO)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:37:"http://www.gowebsolutions.com/?p=5046";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:556:"<p>You hear it said time and time again that quality content is important for your website, your social media sites, and your blog. Content is great for many reasons. I want to zero in on why it matters for search engine optimization (SEO). In a nutshell, search engine optimization can be defined as the process [&#8230;]</p>\n<p>The post <a rel="nofollow" href="http://www.gowebsolutions.com/content-speaks-volumes-seo/">Content Speaks Volumes for SEO</a> appeared first on <a rel="nofollow" href="http://www.gowebsolutions.com">Go Web Solutions</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Alexis Humphrey";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:62:"http://www.gowebsolutions.com/content-speaks-volumes-seo/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:39:"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n		\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:53:"Case Study: AAZK: American Association of Zoo Keepers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:79:"http://www.gowebsolutions.com/case-study-aazk-american-association-zoo-keepers/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:88:"http://www.gowebsolutions.com/case-study-aazk-american-association-zoo-keepers/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 05 Feb 2014 14:00:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:10:"Case Study";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:4:"News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:37:"http://www.gowebsolutions.com/?p=5029";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:614:"<p>     AAZK improves the look of their website with redesign created by the team at Go Web Solutions® Download the PDF &#124; Return to all Case Studies Introduction AAZK understood the purpose of website and how it can effectively bring in new members if the member login is easily accessible and the website itself is [&#8230;]</p>\n<p>The post <a rel="nofollow" href="http://www.gowebsolutions.com/case-study-aazk-american-association-zoo-keepers/">Case Study: AAZK: American Association of Zoo Keepers</a> appeared first on <a rel="nofollow" href="http://www.gowebsolutions.com">Go Web Solutions</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Alexis Humphrey";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:84:"http://www.gowebsolutions.com/case-study-aazk-american-association-zoo-keepers/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:42:"\n		\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n		\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:54:"Use the Pinterest Place Board To Promote Your Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://www.gowebsolutions.com/use-pinterest-place-board-promote-business/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:82:"http://www.gowebsolutions.com/use-pinterest-place-board-promote-business/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 03 Feb 2014 14:00:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:14:"Marketing Tips";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:4:"News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:12:"Social Media";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:37:"http://www.gowebsolutions.com/?p=5017";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:588:"<p>By now, you have probably seen the new “Place Board” feature Pinterest released this past November. You may have thought ”Wow, this is a great idea. How can I use it for my business?” I have created a list of different types of businesses and how this new feature could be used to market them. [&#8230;]</p>\n<p>The post <a rel="nofollow" href="http://www.gowebsolutions.com/use-pinterest-place-board-promote-business/">Use the Pinterest Place Board To Promote Your Business</a> appeared first on <a rel="nofollow" href="http://www.gowebsolutions.com">Go Web Solutions</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Alexis Humphrey";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:78:"http://www.gowebsolutions.com/use-pinterest-place-board-promote-business/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:45:"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n		\n		\n		\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"February Content Ideas for Blogs and Social Media";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"http://www.gowebsolutions.com/february-content-ideas-blogs-social-media/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:81:"http://www.gowebsolutions.com/february-content-ideas-blogs-social-media/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 31 Jan 2014 14:00:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:13:"Content Ideas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:4:"News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:12:"Social Media";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:16:"Tips & Resources";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:37:"http://www.gowebsolutions.com/?p=4965";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:574:"<p>When you think about February, you may think about love, hearts, and chocolate. You might also be wondering how that relates to your company. We are here to let you know that there is a lot more to February that can bring you good, high quality content. If you strive for content that is above [&#8230;]</p>\n<p>The post <a rel="nofollow" href="http://www.gowebsolutions.com/february-content-ideas-blogs-social-media/">February Content Ideas for Blogs and Social Media</a> appeared first on <a rel="nofollow" href="http://www.gowebsolutions.com">Go Web Solutions</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Joey Ambrose";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:77:"http://www.gowebsolutions.com/february-content-ideas-blogs-social-media/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:36:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n		\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"Employee Spotlight: Jameel";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://www.gowebsolutions.com/employee-spotlight-jameel/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:65:"http://www.gowebsolutions.com/employee-spotlight-jameel/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 29 Jan 2014 14:00:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:4:"News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:37:"http://www.gowebsolutions.com/?p=4993";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:541:"<p>This month’s employee spotlight features our Project Manager, Jameel. He is more than deserving to to be recognized for the work that he does for this company. There is no doubt about it that Jameel works hard for our clients. Let’s take a closer look into what Jameel does as part of the Go Web [&#8230;]</p>\n<p>The post <a rel="nofollow" href="http://www.gowebsolutions.com/employee-spotlight-jameel/">Employee Spotlight: Jameel</a> appeared first on <a rel="nofollow" href="http://www.gowebsolutions.com">Go Web Solutions</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Alexis Humphrey";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:61:"http://www.gowebsolutions.com/employee-spotlight-jameel/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:42:"\n		\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n		\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"Plan Ahead for the Perfect Website";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://www.gowebsolutions.com/plan-ahead-for-the-perfect-website/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:74:"http://www.gowebsolutions.com/plan-ahead-for-the-perfect-website/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 27 Jan 2014 14:00:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:14:"Marketing Tips";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:4:"News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:10:"Web Design";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:37:"http://www.gowebsolutions.com/?p=4954";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:574:"<p>When planning out that you are in need of brand new website or a redesign to market your company, there can sometimes be a pressing deadline of when you need everything completed. That deadline might be a launch of a new business, an upcoming event, a trade show or convention, a conference, a business anniversary, [&#8230;]</p>\n<p>The post <a rel="nofollow" href="http://www.gowebsolutions.com/plan-ahead-for-the-perfect-website/">Plan Ahead for the Perfect Website</a> appeared first on <a rel="nofollow" href="http://www.gowebsolutions.com">Go Web Solutions</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Alexis Humphrey";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:70:"http://www.gowebsolutions.com/plan-ahead-for-the-perfect-website/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:35:"http://www.gowebsolutions.com/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:4:"date";s:29:"Tue, 19 Aug 2014 16:28:25 GMT";s:6:"server";s:6:"Apache";s:12:"x-powered-by";s:20:"W3 Total Cache/0.9.4";s:16:"content-encoding";s:4:"gzip";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Thu, 01 Jan 1970 00:00:00 GMT";s:10:"connection";s:5:"close";s:12:"content-type";s:9:"text/html";}s:5:"build";s:14:"20131030001019";}', 'no') ; 
INSERT INTO `wp_options` VALUES (7557839, '_transient_timeout_wffgt_3629589986', '1407588861', 'no') ; 
INSERT INTO `wp_options` VALUES (7557840, '_transient_wffgt_3629589986', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7547032, '_transient_timeout_wffgt_3099561302', '1405700288', 'no') ; 
INSERT INTO `wp_options` VALUES (7547033, '_transient_wffgt_3099561302', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7347367, '_transient_timeout_wflginfl_1188169400', '1400183328', 'no') ; 
INSERT INTO `wp_options` VALUES (7347368, '_transient_wflginfl_1188169400', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7347289, '_transient_timeout_wffgt_214713866', '1400170050', 'no') ; 
INSERT INTO `wp_options` VALUES (7347290, '_transient_wffgt_214713866', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7347358, '_transient_timeout_wffgt_1253255023', '1400182858', 'no') ; 
INSERT INTO `wp_options` VALUES (7347359, '_transient_wffgt_1253255023', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7347392, '_transient_timeout_wflginfl_1259761970', '1400189229', 'no') ; 
INSERT INTO `wp_options` VALUES (7347393, '_transient_wflginfl_1259761970', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7347990, '_transient_wflginfl_1187104725', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7349224, '_transient_timeout_wflginfl_633036184', '1400589347', 'no') ; 
INSERT INTO `wp_options` VALUES (7349225, '_transient_wflginfl_633036184', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7347996, '_transient_timeout_wflginfl_1195376388', '1400344268', 'no') ; 
INSERT INTO `wp_options` VALUES (7347997, '_transient_wflginfl_1195376388', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348001, '_transient_timeout_wflginfl_413657426', '1400345729', 'no') ; 
INSERT INTO `wp_options` VALUES (7348002, '_transient_wflginfl_413657426', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348005, '_transient_timeout_wflginfl_2934778923', '1400345928', 'no') ; 
INSERT INTO `wp_options` VALUES (7348006, '_transient_wflginfl_2934778923', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348007, '_transient_timeout_wflginfl_2794021651', '1400346329', 'no') ; 
INSERT INTO `wp_options` VALUES (7348008, '_transient_wflginfl_2794021651', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7348050, '_transient_timeout_wflginfl_2794024564', '1400352342', 'no') ; 
INSERT INTO `wp_options` VALUES (7348048, '_transient_timeout_wflginfl_2794672243', '1400352276', 'no') ; 
INSERT INTO `wp_options` VALUES (7348020, '_transient_timeout_wffgt_3234021891', '1400348528', 'no') ; 
INSERT INTO `wp_options` VALUES (7348021, '_transient_wffgt_3234021891', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348049, '_transient_wflginfl_2794672243', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348051, '_transient_wflginfl_2794024564', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348062, '_transient_timeout_wflginfl_850186146', '1400354077', 'no') ; 
INSERT INTO `wp_options` VALUES (7348063, '_transient_wflginfl_850186146', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348058, '_transient_timeout_wffgt_1248272823', '1400353144', 'no') ; 
INSERT INTO `wp_options` VALUES (7348059, '_transient_wffgt_1248272823', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348070, '_transient_timeout_wflginfl_1158433663', '1400355580', 'no') ; 
INSERT INTO `wp_options` VALUES (7348071, '_transient_wflginfl_1158433663', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348099, '_transient_timeout_wflginfl_1166765991', '1400361843', 'no') ; 
INSERT INTO `wp_options` VALUES (7348100, '_transient_wflginfl_1166765991', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348158, '_transient_wflginfl_1236391102', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348104, '_transient_timeout_wflginfl_1497930064', '1400362811', 'no') ; 
INSERT INTO `wp_options` VALUES (7348105, '_transient_wflginfl_1497930064', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348157, '_transient_timeout_wflginfl_1236391102', '1400367000', 'no') ; 
INSERT INTO `wp_options` VALUES (7348109, '_transient_timeout_wflginfl_1188219427', '1400363403', 'no') ; 
INSERT INTO `wp_options` VALUES (7348110, '_transient_wflginfl_1188219427', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7354848, '_transient_timeout_wflginfl_1206905232', '1401813705', 'no') ; 
INSERT INTO `wp_options` VALUES (7354849, '_transient_wflginfl_1206905232', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7348114, '_transient_timeout_wflginfl_1680369334', '1400363821', 'no') ; 
INSERT INTO `wp_options` VALUES (7348115, '_transient_wflginfl_1680369334', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348116, '_transient_timeout_wflginfl_1262542224', '1400364082', 'no') ; 
INSERT INTO `wp_options` VALUES (7348117, '_transient_wflginfl_1262542224', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7555559, '_transient_timeout_wflginfl_1160428050', '1407190204', 'no') ; 
INSERT INTO `wp_options` VALUES (7555560, '_transient_wflginfl_1160428050', '10', 'no') ; 
INSERT INTO `wp_options` VALUES (7348129, '_transient_timeout_wflginfl_410141779', '1400364543', 'no') ; 
INSERT INTO `wp_options` VALUES (7348130, '_transient_wflginfl_410141779', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7348152, '_transient_timeout_wffgt_1236391102', '1400366497', 'no') ; 
INSERT INTO `wp_options` VALUES (7348153, '_transient_wffgt_1236391102', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348169, '_transient_timeout_wflginfl_2916209903', '1400368678', 'no') ; 
INSERT INTO `wp_options` VALUES (7348170, '_transient_wflginfl_2916209903', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348176, '_transient_timeout_wflginfl_3704101325', '1400370503', 'no') ; 
INSERT INTO `wp_options` VALUES (7348177, '_transient_wflginfl_3704101325', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348178, '_transient_timeout_wffgt_1824726203', '1400370919', 'no') ; 
INSERT INTO `wp_options` VALUES (7348179, '_transient_wffgt_1824726203', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348181, '_transient_timeout_wflginfl_3542008530', '1400371254', 'no') ; 
INSERT INTO `wp_options` VALUES (7348182, '_transient_wflginfl_3542008530', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348183, '_transient_timeout_wflginfl_1824726203', '1400371393', 'no') ; 
INSERT INTO `wp_options` VALUES (7348184, '_transient_wflginfl_1824726203', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7348185, '_transient_timeout_wflginfl_3425457145', '1400371439', 'no') ; 
INSERT INTO `wp_options` VALUES (7348186, '_transient_wflginfl_3425457145', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348216, '_transient_timeout_wflginfl_3493210342', '1400377144', 'no') ; 
INSERT INTO `wp_options` VALUES (7348217, '_transient_wflginfl_3493210342', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348206, '_transient_timeout_wffgt_1161735272', '1400374511', 'no') ; 
INSERT INTO `wp_options` VALUES (7348207, '_transient_wffgt_1161735272', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7560127, '_transient_timeout_wffgt_2913774499', '1407949339', 'no') ; 
INSERT INTO `wp_options` VALUES (7560128, '_transient_wffgt_2913774499', '7', 'no') ; 
INSERT INTO `wp_options` VALUES (7348256, '_transient_timeout_wflginfl_2934751754', '1400384657', 'no') ; 
INSERT INTO `wp_options` VALUES (7348257, '_transient_wflginfl_2934751754', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348263, '_transient_timeout_wflginfl_1158865804', '1400385209', 'no') ; 
INSERT INTO `wp_options` VALUES (7348264, '_transient_wflginfl_1158865804', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348347, '_transient_timeout_wflginfl_392077208', '1400400975', 'no') ; 
INSERT INTO `wp_options` VALUES (7348348, '_transient_wflginfl_392077208', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348424, '_transient_timeout_wflginfl_624675402', '1400423037', 'no') ; 
INSERT INTO `wp_options` VALUES (7348425, '_transient_wflginfl_624675402', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348405, '_transient_timeout_wffgt_1222853207', '1400418349', 'no') ; 
INSERT INTO `wp_options` VALUES (7348406, '_transient_wffgt_1222853207', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7348430, '_transient_timeout_wflginfl_2988561701', '1400423398', 'no') ; 
INSERT INTO `wp_options` VALUES (7348428, '_transient_timeout_wflginfl_1270442932', '1400423382', 'no') ; 
INSERT INTO `wp_options` VALUES (7348429, '_transient_wflginfl_1270442932', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348431, '_transient_wflginfl_2988561701', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348436, '_transient_timeout_wflginfl_1236619807', '1400424339', 'no') ; 
INSERT INTO `wp_options` VALUES (7348437, '_transient_wflginfl_1236619807', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348450, '_transient_timeout_wflginfl_1176558354', '1400426568', 'no') ; 
INSERT INTO `wp_options` VALUES (7348451, '_transient_wflginfl_1176558354', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348468, '_transient_timeout_wflginfl_2923143840', '1400428840', 'no') ; 
INSERT INTO `wp_options` VALUES (7348464, '_transient_timeout_wflginfl_92766198', '1400428656', 'no') ; 
INSERT INTO `wp_options` VALUES (7348465, '_transient_wflginfl_92766198', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348469, '_transient_wflginfl_2923143840', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348482, '_transient_timeout_wflginfl_1187398358', '1400433870', 'no') ; 
INSERT INTO `wp_options` VALUES (7348483, '_transient_wflginfl_1187398358', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7348484, '_transient_timeout_wffgt_1187398358', '1400433900', 'no') ; 
INSERT INTO `wp_options` VALUES (7348485, '_transient_wffgt_1187398358', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348579, '_transient_timeout_wflginfl_2794033790', '1400459089', 'no') ; 
INSERT INTO `wp_options` VALUES (7348580, '_transient_wflginfl_2794033790', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7348534, '_transient_timeout_wffgt_1626413438', '1400445872', 'no') ; 
INSERT INTO `wp_options` VALUES (7348535, '_transient_wffgt_1626413438', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348581, '_transient_timeout_wflginfl_2794672800', '1400458989', 'no') ; 
INSERT INTO `wp_options` VALUES (7348582, '_transient_wflginfl_2794672800', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348583, '_transient_timeout_wflginfl_848077107', '1400459167', 'no') ; 
INSERT INTO `wp_options` VALUES (7348584, '_transient_wflginfl_848077107', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7348588, '_transient_timeout_wflginfl_2798469522', '1400460687', 'no') ; 
INSERT INTO `wp_options` VALUES (7348589, '_transient_wflginfl_2798469522', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348591, '_transient_timeout_wflginfl_1166955825', '1400461608', 'no') ; 
INSERT INTO `wp_options` VALUES (7348592, '_transient_wflginfl_1166955825', '5', 'no') ; 
INSERT INTO `wp_options` VALUES (7348655, '_transient_timeout_wflginfl_2885780046', '1400476864', 'no') ; 
INSERT INTO `wp_options` VALUES (7348656, '_transient_wflginfl_2885780046', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7348657, '_transient_timeout_wffgt_2885780046', '1400476895', 'no') ; 
INSERT INTO `wp_options` VALUES (7348658, '_transient_wffgt_2885780046', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7353118, '_transient_timeout_wffgt_2928103822', '1401457296', 'no') ; 
INSERT INTO `wp_options` VALUES (7353119, '_transient_wffgt_2928103822', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348831, '_transient_timeout_wflginfl_1649886417', '1400521420', 'no') ; 
INSERT INTO `wp_options` VALUES (7348832, '_transient_wflginfl_1649886417', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7348772, '_transient_timeout_wffgt_1818026994', '1400509045', 'no') ; 
INSERT INTO `wp_options` VALUES (7348773, '_transient_wffgt_1818026994', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7348813, '_transient_timeout_wffgt_2920833882', '1400518166', 'no') ; 
INSERT INTO `wp_options` VALUES (7348814, '_transient_wffgt_2920833882', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348834, '_site_transient_timeout_browser_5b083d9df5efcd6a5c1efcda1dc5fb86', '1401126426', 'yes') ; 
INSERT INTO `wp_options` VALUES (7348825, '_transient_timeout_wffgt_1649886417', '1400520875', 'no') ; 
INSERT INTO `wp_options` VALUES (7348826, '_transient_wffgt_1649886417', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7348829, '_transient_timeout_wffgt_211664092', '1400521309', 'no') ; 
INSERT INTO `wp_options` VALUES (7348830, '_transient_wffgt_211664092', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7348835, '_site_transient_browser_5b083d9df5efcd6a5c1efcda1dc5fb86', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:17:"Internet Explorer";s:7:"version";s:3:"8.0";s:10:"update_url";s:51:"http://www.microsoft.com/windows/internet-explorer/";s:7:"img_src";s:45:"http://s.wordpress.org/images/browsers/ie.png";s:11:"img_src_ssl";s:44:"https://wordpress.org/images/browsers/ie.png";s:15:"current_version";s:1:"9";s:7:"upgrade";b:1;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7349759, '_transient_timeout_wflginfl_411244627', '1400682636', 'no') ; 
INSERT INTO `wp_options` VALUES (7349760, '_transient_wflginfl_411244627', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7349762, '_transient_timeout_wffgt_411244627', '1400682529', 'no') ; 
INSERT INTO `wp_options` VALUES (7349763, '_transient_wffgt_411244627', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7349789, '_transient_timeout_wflginfl_3425456684', '1400684487', 'no') ; 
INSERT INTO `wp_options` VALUES (7349790, '_transient_wflginfl_3425456684', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7349792, '_transient_timeout_wflginfl_1659315019', '1400684748', 'no') ; 
INSERT INTO `wp_options` VALUES (7349793, '_transient_wflginfl_1659315019', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7349817, '_transient_timeout_wflginfl_2726315404', '1400688076', 'no') ; 
INSERT INTO `wp_options` VALUES (7349818, '_transient_wflginfl_2726315404', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7349819, '_transient_timeout_wflginfl_2726356620', '1400688171', 'no') ; 
INSERT INTO `wp_options` VALUES (7349820, '_transient_wflginfl_2726356620', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7349821, '_transient_timeout_wffgt_2726356620', '1400688230', 'no') ; 
INSERT INTO `wp_options` VALUES (7349822, '_transient_wffgt_2726356620', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358760, '_site_transient_timeout_browser_95d7e62a50bdc5562a7ae95f7f64d07c', '1403139870', 'yes') ; 
INSERT INTO `wp_options` VALUES (7358761, '_site_transient_browser_95d7e62a50bdc5562a7ae95f7f64d07c', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"35.0.1916.114";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7349865, '_transient_timeout_wflginfl_1191348995', '1400698022', 'no') ; 
INSERT INTO `wp_options` VALUES (7349866, '_transient_wflginfl_1191348995', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7349939, '_transient_timeout_wffgt_405668194', '1400716856', 'no') ; 
INSERT INTO `wp_options` VALUES (7349940, '_transient_wffgt_405668194', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7349974, '_transient_timeout_wflginfl_1154000791', '1400724195', 'no') ; 
INSERT INTO `wp_options` VALUES (7349975, '_transient_wflginfl_1154000791', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7349976, '_transient_timeout_wffgt_1154000791', '1400724221', 'no') ; 
INSERT INTO `wp_options` VALUES (7349977, '_transient_wffgt_1154000791', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7349985, '_transient_timeout_wflginfl_1886370989', '1400725213', 'no') ; 
INSERT INTO `wp_options` VALUES (7349986, '_transient_wflginfl_1886370989', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7350032, '_transient_timeout_wflginfl_3630931795', '1400740674', 'no') ; 
INSERT INTO `wp_options` VALUES (7350033, '_transient_wflginfl_3630931795', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7350106, '_transient_timeout_wflginfl_1679844627', '1400763599', 'no') ; 
INSERT INTO `wp_options` VALUES (7350107, '_transient_wflginfl_1679844627', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7350125, '_transient_timeout_wflginfl_2833096174', '1400769154', 'no') ; 
INSERT INTO `wp_options` VALUES (7350126, '_transient_wflginfl_2833096174', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7350134, '_transient_timeout_wflginfl_1124686251', '1400770551', 'no') ; 
INSERT INTO `wp_options` VALUES (7350135, '_transient_wflginfl_1124686251', '5', 'no') ; 
INSERT INTO `wp_options` VALUES (7350136, '_transient_timeout_wflginfl_1634890662', '1400770528', 'no') ; 
INSERT INTO `wp_options` VALUES (7350137, '_transient_wflginfl_1634890662', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7350139, '_transient_timeout_wffgt_1124686251', '1400770578', 'no') ; 
INSERT INTO `wp_options` VALUES (7350140, '_transient_wffgt_1124686251', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7350147, '_transient_timeout_wflginfl_2794052191', '1400772669', 'no') ; 
INSERT INTO `wp_options` VALUES (7350148, '_transient_wflginfl_2794052191', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7350149, '_transient_timeout_wffgt_2794052191', '1400772766', 'no') ; 
INSERT INTO `wp_options` VALUES (7350150, '_transient_wffgt_2794052191', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7362636, '_transient_timeout_wffgt_2794673057', '1403313600', 'no') ; 
INSERT INTO `wp_options` VALUES (7362637, '_transient_wffgt_2794673057', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7350484, '_transient_timeout_wffgt_2908273660', '1400861491', 'no') ; 
INSERT INTO `wp_options` VALUES (7350485, '_transient_wffgt_2908273660', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7350267, '_transient_timeout_wflginfl_1276302148', '1400802402', 'no') ; 
INSERT INTO `wp_options` VALUES (7350268, '_transient_wflginfl_1276302148', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7350355, '_transient_timeout_wflginfl_3325200506', '1400824792', 'no') ; 
INSERT INTO `wp_options` VALUES (7350356, '_transient_wflginfl_3325200506', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7350357, '_transient_timeout_wflginfl_3301187680', '1400825520', 'no') ; 
INSERT INTO `wp_options` VALUES (7350358, '_transient_wflginfl_3301187680', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7350411, '_transient_timeout_wffgt_1205287712', '1400843915', 'no') ; 
INSERT INTO `wp_options` VALUES (7350412, '_transient_wffgt_1205287712', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7350445, '_transient_timeout_wflginfl_3468815793', '1400850809', 'no') ; 
INSERT INTO `wp_options` VALUES (7350446, '_transient_wflginfl_3468815793', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7350434, '_transient_timeout_wffgt_3468815793', '1400848385', 'no') ; 
INSERT INTO `wp_options` VALUES (7350435, '_transient_wffgt_3468815793', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7350442, '_transient_timeout_wflginfl_1585003015', '1400849964', 'no') ; 
INSERT INTO `wp_options` VALUES (7350443, '_transient_wflginfl_1585003015', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7350455, '_transient_timeout_wflginfl_1270332672', '1400854238', 'no') ; 
INSERT INTO `wp_options` VALUES (7350456, '_transient_wflginfl_1270332672', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7360274, '_transient_wffgt_2722638869', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7360454, '_site_transient_timeout_browser_508ed7154c74c16f93d0848dd628ae83', '1403543842', 'yes') ; 
INSERT INTO `wp_options` VALUES (7350573, '_transient_timeout_wflginfl_3487570353', '1400884348', 'no') ; 
INSERT INTO `wp_options` VALUES (7350574, '_transient_wflginfl_3487570353', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7350654, '_transient_timeout_wffgt_1808726331', '1400907273', 'no') ; 
INSERT INTO `wp_options` VALUES (7350655, '_transient_wffgt_1808726331', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7350616, '_transient_timeout_wffgt_1612747579', '1400896356', 'no') ; 
INSERT INTO `wp_options` VALUES (7350617, '_transient_wffgt_1612747579', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7350626, '_transient_timeout_wffgt_1269014959', '1400897910', 'no') ; 
INSERT INTO `wp_options` VALUES (7350627, '_transient_wffgt_1269014959', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7350784, '_transient_timeout_wffgt_1220521793', '1400945976', 'no') ; 
INSERT INTO `wp_options` VALUES (7350785, '_transient_wffgt_1220521793', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7350794, '_transient_timeout_wflginfl_1188102629', '1400949705', 'no') ; 
INSERT INTO `wp_options` VALUES (7350795, '_transient_wflginfl_1188102629', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7350807, '_transient_timeout_wflginfl_1246708245', '1400953000', 'no') ; 
INSERT INTO `wp_options` VALUES (7350808, '_transient_wflginfl_1246708245', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7548255, '_transient_timeout_wflginfl_2995331770', '1406016392', 'no') ; 
INSERT INTO `wp_options` VALUES (7541548, '_transient_timeout_wffgt_2619801799', '1404836164', 'no') ; 
INSERT INTO `wp_options` VALUES (7541549, '_transient_wffgt_2619801799', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7350993, '_transient_timeout_wflginfl_848190393', '1400974203', 'no') ; 
INSERT INTO `wp_options` VALUES (7350994, '_transient_wflginfl_848190393', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7351026, '_transient_timeout_wflginfl_1809558902', '1400978268', 'no') ; 
INSERT INTO `wp_options` VALUES (7351027, '_transient_wflginfl_1809558902', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7351072, '_transient_timeout_wflginfl_2889351358', '1400985221', 'no') ; 
INSERT INTO `wp_options` VALUES (7351073, '_transient_wflginfl_2889351358', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7351244, '_transient_timeout_wflginfl_3637054076', '1401037415', 'no') ; 
INSERT INTO `wp_options` VALUES (7351245, '_transient_wflginfl_3637054076', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7562123, '_transient_timeout_wflginfl_2385947866', '1408381356', 'no') ; 
INSERT INTO `wp_options` VALUES (7562124, '_transient_wflginfl_2385947866', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7351375, '_transient_timeout_wflginfl_620263381', '1401065615', 'no') ; 
INSERT INTO `wp_options` VALUES (7351376, '_transient_wflginfl_620263381', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7351348, '_transient_timeout_wffgt_1172714121', '1401058561', 'no') ; 
INSERT INTO `wp_options` VALUES (7351349, '_transient_wffgt_1172714121', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7351381, '_transient_timeout_wflginfl_1142987428', '1401066149', 'no') ; 
INSERT INTO `wp_options` VALUES (7351382, '_transient_wflginfl_1142987428', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7559893, '_transient_timeout_wflginfl_1145089541', '1407901730', 'no') ; 
INSERT INTO `wp_options` VALUES (7559894, '_transient_wflginfl_1145089541', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7351402, '_transient_timeout_wffgt_845820446', '1401071887', 'no') ; 
INSERT INTO `wp_options` VALUES (7351403, '_transient_wffgt_845820446', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7351410, '_transient_timeout_wffgt_1065594006', '1401072955', 'no') ; 
INSERT INTO `wp_options` VALUES (7351411, '_transient_wffgt_1065594006', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353081, '_transient_timeout_wflginfl_1256053565', '1401447052', 'no') ; 
INSERT INTO `wp_options` VALUES (7353082, '_transient_wflginfl_1256053565', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7351547, '_transient_timeout_wflginfl_1604325830', '1401115926', 'no') ; 
INSERT INTO `wp_options` VALUES (7351548, '_transient_wflginfl_1604325830', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7557017, '_transient_timeout_wflginfl_2796583535', '1407432189', 'no') ; 
INSERT INTO `wp_options` VALUES (7351618, '_transient_timeout_wflginfl_1380162998', '1401137239', 'no') ; 
INSERT INTO `wp_options` VALUES (7351619, '_transient_wflginfl_1380162998', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7351671, '_transient_timeout_wflginfl_1276554343', '1401151579', 'no') ; 
INSERT INTO `wp_options` VALUES (7351672, '_transient_wflginfl_1276554343', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7351694, '_transient_timeout_wflginfl_1202018020', '1401158029', 'no') ; 
INSERT INTO `wp_options` VALUES (7351695, '_transient_wflginfl_1202018020', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7351710, '_transient_timeout_wflginfl_2920970822', '1401162370', 'no') ; 
INSERT INTO `wp_options` VALUES (7351711, '_transient_wflginfl_2920970822', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7351712, '_transient_timeout_wffgt_2920970822', '1401162410', 'no') ; 
INSERT INTO `wp_options` VALUES (7351713, '_transient_wffgt_2920970822', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7351832, '_transient_timeout_wflginfl_2889351663', '1401198441', 'no') ; 
INSERT INTO `wp_options` VALUES (7351833, '_transient_wflginfl_2889351663', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7351852, '_transient_timeout_wflginfl_2758924782', '1401202147', 'no') ; 
INSERT INTO `wp_options` VALUES (7351853, '_transient_wflginfl_2758924782', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7351854, '_transient_timeout_wffgt_2758924782', '1401202189', 'no') ; 
INSERT INTO `wp_options` VALUES (7351855, '_transient_wffgt_2758924782', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7351898, '_transient_timeout_wflginfl_1828410103', '1401207907', 'no') ; 
INSERT INTO `wp_options` VALUES (7351899, '_transient_wflginfl_1828410103', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7351967, '_transient_timeout_wflginfl_1113015375', '1401219636', 'no') ; 
INSERT INTO `wp_options` VALUES (7351968, '_transient_wflginfl_1113015375', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7366553, '_transient_timeout_wflginfl_1223701470', '1404246797', 'no') ; 
INSERT INTO `wp_options` VALUES (7366554, '_transient_wflginfl_1223701470', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7351976, '_transient_timeout_wffgt_1223701470', '1401220488', 'no') ; 
INSERT INTO `wp_options` VALUES (7351977, '_transient_wffgt_1223701470', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7352084, '_transient_timeout_wflginfl_1187415914', '1401235058', 'no') ; 
INSERT INTO `wp_options` VALUES (7352085, '_transient_wflginfl_1187415914', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7352115, '_transient_timeout_wflginfl_3629151240', '1401241876', 'no') ; 
INSERT INTO `wp_options` VALUES (7352116, '_transient_wflginfl_3629151240', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7352117, '_transient_timeout_wffgt_3629151240', '1401241901', 'no') ; 
INSERT INTO `wp_options` VALUES (7352118, '_transient_wffgt_3629151240', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352146, '_transient_timeout_wflginfl_1267260859', '1401252942', 'no') ; 
INSERT INTO `wp_options` VALUES (7352147, '_transient_wflginfl_1267260859', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7354207, '_transient_timeout_wflginfl_1851081860', '1401684681', 'no') ; 
INSERT INTO `wp_options` VALUES (7354208, '_transient_wflginfl_1851081860', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352232, '_transient_timeout_wflginfl_3336881322', '1401281991', 'no') ; 
INSERT INTO `wp_options` VALUES (7352233, '_transient_wflginfl_3336881322', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352372, '_transient_timeout_wflginfl_3105435811', '1401304645', 'no') ; 
INSERT INTO `wp_options` VALUES (7352373, '_transient_wflginfl_3105435811', '19', 'no') ; 
INSERT INTO `wp_options` VALUES (7352278, '_transient_timeout_wffgt_2921374042', '1401292714', 'no') ; 
INSERT INTO `wp_options` VALUES (7352279, '_transient_wffgt_2921374042', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7352401, '_transient_timeout_wflginfl_2889356753', '1401307952', 'no') ; 
INSERT INTO `wp_options` VALUES (7352402, '_transient_wflginfl_2889356753', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352363, '_transient_timeout_wffgt_1828472168', '1401304189', 'no') ; 
INSERT INTO `wp_options` VALUES (7352364, '_transient_wffgt_1828472168', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352368, '_transient_timeout_wflginfl_1172573680', '1401304713', 'no') ; 
INSERT INTO `wp_options` VALUES (7352369, '_transient_wflginfl_1172573680', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7352424, '_transient_timeout_wffgt_1220845393', '1401312066', 'no') ; 
INSERT INTO `wp_options` VALUES (7352425, '_transient_wffgt_1220845393', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7352426, '_transient_timeout_wflginfl_1657534060', '1401312327', 'no') ; 
INSERT INTO `wp_options` VALUES (7352427, '_transient_wflginfl_1657534060', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7352417, '_transient_timeout_wflginfl_1236792495', '1401310765', 'no') ; 
INSERT INTO `wp_options` VALUES (7352418, '_transient_wflginfl_1236792495', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352412, '_transient_timeout_wffgt_3093316017', '1401308794', 'no') ; 
INSERT INTO `wp_options` VALUES (7352413, '_transient_wffgt_3093316017', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7560183, '_transient_timeout_wffgt_2691693847', '1407951894', 'no') ; 
INSERT INTO `wp_options` VALUES (7560184, '_transient_wffgt_2691693847', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7352476, '_transient_timeout_wflginfl_1219002783', '1401323267', 'no') ; 
INSERT INTO `wp_options` VALUES (7352477, '_transient_wflginfl_1219002783', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7352461, '_transient_timeout_wffgt_1166824855', '1401321599', 'no') ; 
INSERT INTO `wp_options` VALUES (7352462, '_transient_wffgt_1166824855', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352472, '_transient_timeout_wffgt_393789660', '1401322871', 'no') ; 
INSERT INTO `wp_options` VALUES (7352473, '_transient_wffgt_393789660', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352831, '_transient_timeout_wffgt_1115231933', '1401396475', 'no') ; 
INSERT INTO `wp_options` VALUES (7352496, '_transient_timeout_wffgt_1283262572', '1401326475', 'no') ; 
INSERT INTO `wp_options` VALUES (7352497, '_transient_wffgt_1283262572', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7365054, '_transient_wflginfl_1140874518', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7362088, '_transient_timeout_wflginfl_2917689687', '1403217105', 'no') ; 
INSERT INTO `wp_options` VALUES (7361881, '_transient_timeout_wffgt_1141540838', '1403207894', 'no') ; 
INSERT INTO `wp_options` VALUES (7361882, '_transient_wffgt_1141540838', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352528, '_transient_timeout_wflginfl_2889356376', '1401333563', 'no') ; 
INSERT INTO `wp_options` VALUES (7352529, '_transient_wflginfl_2889356376', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7353016, '_transient_timeout_wflginfl_2954826475', '1401426980', 'no') ; 
INSERT INTO `wp_options` VALUES (7353017, '_transient_wflginfl_2954826475', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352618, '_transient_timeout_wflginfl_2925647121', '1401362523', 'no') ; 
INSERT INTO `wp_options` VALUES (7352619, '_transient_wflginfl_2925647121', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7358642, '_transient_timeout_wflginfl_2889355101', '1402510779', 'no') ; 
INSERT INTO `wp_options` VALUES (7358643, '_transient_wflginfl_2889355101', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352666, '_transient_timeout_wffgt_843688977', '1401373022', 'no') ; 
INSERT INTO `wp_options` VALUES (7352667, '_transient_wffgt_843688977', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352657, '_transient_timeout_wffgt_1660598144', '1401370637', 'no') ; 
INSERT INTO `wp_options` VALUES (7352658, '_transient_wffgt_1660598144', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7352829, '_transient_timeout_wflginfl_1115231933', '1401396451', 'no') ; 
INSERT INTO `wp_options` VALUES (7352830, '_transient_wflginfl_1115231933', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7357238, '_transient_wflginfl_3088238543', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7360099, '_transient_timeout_wffgt_1173979252', '1402869109', 'no') ; 
INSERT INTO `wp_options` VALUES (7352733, '_transient_timeout_wflginfl_1156228050', '1401382519', 'no') ; 
INSERT INTO `wp_options` VALUES (7352734, '_transient_wflginfl_1156228050', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7352703, '_transient_timeout_wffgt_1254419105', '1401379246', 'no') ; 
INSERT INTO `wp_options` VALUES (7352704, '_transient_wffgt_1254419105', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352747, '_transient_timeout_wflginfl_1658468122', '1401384198', 'no') ; 
INSERT INTO `wp_options` VALUES (7352748, '_transient_wflginfl_1658468122', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7362180, '_transient_timeout_wffgt_841574198', '1403239876', 'no') ; 
INSERT INTO `wp_options` VALUES (7362181, '_transient_wffgt_841574198', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352753, '_transient_timeout_wflginfl_1334554533', '1401385026', 'no') ; 
INSERT INTO `wp_options` VALUES (7352754, '_transient_wflginfl_1334554533', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352856, '_transient_wffgt_2923908726', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352860, '_transient_timeout_wflginfl_462866060', '1401402890', 'no') ; 
INSERT INTO `wp_options` VALUES (7352861, '_transient_wflginfl_462866060', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358594, '_transient_timeout_wflginfl_3496577490', '1402500719', 'no') ; 
INSERT INTO `wp_options` VALUES (7358595, '_transient_wflginfl_3496577490', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7352879, '_transient_timeout_wffgt_1221039637', '1401406268', 'no') ; 
INSERT INTO `wp_options` VALUES (7352880, '_transient_wffgt_1221039637', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352899, '_transient_timeout_wflginfl_403291817', '1401410113', 'no') ; 
INSERT INTO `wp_options` VALUES (7352900, '_transient_wflginfl_403291817', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352902, '_transient_timeout_wffgt_1147326755', '1401410619', 'no') ; 
INSERT INTO `wp_options` VALUES (7352903, '_transient_wffgt_1147326755', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7352923, '_transient_timeout_wffgt_2796169365', '1401413336', 'no') ; 
INSERT INTO `wp_options` VALUES (7352924, '_transient_wffgt_2796169365', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352936, '_transient_timeout_wffgt_1204694456', '1401414609', 'no') ; 
INSERT INTO `wp_options` VALUES (7352937, '_transient_wffgt_1204694456', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352941, '_transient_timeout_wffgt_1213051150', '1401414944', 'no') ; 
INSERT INTO `wp_options` VALUES (7352942, '_transient_wffgt_1213051150', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7354871, '_transient_timeout_wflginfl_1187381529', '1401817209', 'no') ; 
INSERT INTO `wp_options` VALUES (7354872, '_transient_wflginfl_1187381529', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7352949, '_transient_timeout_wffgt_1661586106', '1401415275', 'no') ; 
INSERT INTO `wp_options` VALUES (7352950, '_transient_wffgt_1661586106', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353168, '_transient_timeout_wflginfl_2934892108', '1401467850', 'no') ; 
INSERT INTO `wp_options` VALUES (7353169, '_transient_wflginfl_2934892108', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7542267, '_transient_timeout_wffgt_1148109899', '1405003111', 'no') ; 
INSERT INTO `wp_options` VALUES (7542268, '_transient_wffgt_1148109899', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353213, '_transient_timeout_wffgt_3088173069', '1401470721', 'no') ; 
INSERT INTO `wp_options` VALUES (7353214, '_transient_wffgt_3088173069', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353256, '_transient_timeout_wflginfl_1188103379', '1401472470', 'no') ; 
INSERT INTO `wp_options` VALUES (7353257, '_transient_wflginfl_1188103379', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353285, '_transient_timeout_wflginfl_1807987823', '1401477569', 'no') ; 
INSERT INTO `wp_options` VALUES (7353286, '_transient_wflginfl_1807987823', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7356553, '_transient_timeout_wffgt_1268155097', '1402074817', 'no') ; 
INSERT INTO `wp_options` VALUES (7356554, '_transient_wffgt_1268155097', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7363907, '_transient_timeout_wflginfl_841575321', '1403657104', 'no') ; 
INSERT INTO `wp_options` VALUES (7363908, '_transient_wflginfl_841575321', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353295, '_transient_timeout_wffgt_1658912562', '1401479504', 'no') ; 
INSERT INTO `wp_options` VALUES (7353296, '_transient_wffgt_1658912562', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7353357, '_transient_timeout_wflginfl_1594452612', '1401491641', 'no') ; 
INSERT INTO `wp_options` VALUES (7353358, '_transient_wflginfl_1594452612', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7353332, '_transient_timeout_wffgt_1289807370', '1401486847', 'no') ; 
INSERT INTO `wp_options` VALUES (7359801, '_transient_wflginfl_2965543369', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7359837, '_transient_timeout_wflginfl_2918222524', '1402795272', 'no') ; 
INSERT INTO `wp_options` VALUES (7361228, '_transient_timeout_wffgt_1110945947', '1403094601', 'no') ; 
INSERT INTO `wp_options` VALUES (7361229, '_transient_wffgt_1110945947', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7360946, '_transient_timeout_wflginfl_1188252903', '1403026512', 'no') ; 
INSERT INTO `wp_options` VALUES (7354808, '_transient_wffgt_411114489', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7354651, '_transient_timeout_wflginfl_1892739415', '1401763979', 'no') ; 
INSERT INTO `wp_options` VALUES (7551087, '_transient_timeout_wffgt_403708018', '1406309157', 'no') ; 
INSERT INTO `wp_options` VALUES (7551088, '_transient_wffgt_403708018', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353333, '_transient_wffgt_1289807370', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7557853, '_transient_timeout_wffgt_2733181320', '1407591709', 'no') ; 
INSERT INTO `wp_options` VALUES (7557854, '_transient_wffgt_2733181320', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353397, '_transient_timeout_wflginfl_1188136105', '1401499950', 'no') ; 
INSERT INTO `wp_options` VALUES (7353398, '_transient_wflginfl_1188136105', '6', 'no') ; 
INSERT INTO `wp_options` VALUES (7353405, '_transient_timeout_wffgt_414189651', '1401501158', 'no') ; 
INSERT INTO `wp_options` VALUES (7353406, '_transient_wffgt_414189651', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353401, '_transient_timeout_wffgt_1668033311', '1401500865', 'no') ; 
INSERT INTO `wp_options` VALUES (7353402, '_transient_wffgt_1668033311', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353403, '_transient_timeout_wflginfl_414189651', '1401501131', 'no') ; 
INSERT INTO `wp_options` VALUES (7353404, '_transient_wflginfl_414189651', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353411, '_transient_timeout_wflginfl_1188514790', '1401502933', 'no') ; 
INSERT INTO `wp_options` VALUES (7353412, '_transient_wflginfl_1188514790', '5', 'no') ; 
INSERT INTO `wp_options` VALUES (7353414, '_transient_timeout_wflginfl_403426527', '1401503789', 'no') ; 
INSERT INTO `wp_options` VALUES (7353415, '_transient_wflginfl_403426527', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353432, '_transient_timeout_wflginfl_1269917189', '1401507245', 'no') ; 
INSERT INTO `wp_options` VALUES (7353433, '_transient_wflginfl_1269917189', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7354874, '_transient_wffgt_1187381529', '9', 'no') ; 
INSERT INTO `wp_options` VALUES (7353510, '_transient_timeout_wffgt_1254766338', '1401533963', 'no') ; 
INSERT INTO `wp_options` VALUES (7353511, '_transient_wffgt_1254766338', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7354311, '_transient_timeout_wffgt_1657371083', '1401712104', 'no') ; 
INSERT INTO `wp_options` VALUES (7354312, '_transient_wffgt_1657371083', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353575, '_transient_timeout_wflginfl_1113035068', '1401549532', 'no') ; 
INSERT INTO `wp_options` VALUES (7353576, '_transient_wflginfl_1113035068', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353577, '_transient_timeout_wffgt_1113035068', '1401549559', 'no') ; 
INSERT INTO `wp_options` VALUES (7353578, '_transient_wffgt_1113035068', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353594, '_transient_timeout_wflginfl_204752389', '1401554393', 'no') ; 
INSERT INTO `wp_options` VALUES (7353595, '_transient_wflginfl_204752389', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7353598, '_transient_timeout_wffgt_204752389', '1401554363', 'no') ; 
INSERT INTO `wp_options` VALUES (7353599, '_transient_wffgt_204752389', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353615, '_transient_timeout_wflginfl_2794024813', '1401557862', 'no') ; 
INSERT INTO `wp_options` VALUES (7353616, '_transient_wflginfl_2794024813', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353667, '_transient_timeout_wflginfl_2934926134', '1401562277', 'no') ; 
INSERT INTO `wp_options` VALUES (7353668, '_transient_wflginfl_2934926134', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7353669, '_transient_timeout_wffgt_1184917303', '1401562284', 'no') ; 
INSERT INTO `wp_options` VALUES (7353670, '_transient_wffgt_1184917303', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353671, '_transient_timeout_wflginfl_1188186496', '1401562395', 'no') ; 
INSERT INTO `wp_options` VALUES (7353672, '_transient_wflginfl_1188186496', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353705, '_transient_timeout_wffgt_1282457979', '1401566181', 'no') ; 
INSERT INTO `wp_options` VALUES (7353706, '_transient_wffgt_1282457979', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7355883, '_site_transient_timeout_browser_8eae3cdcad4e481741ebb23dbf18056c', '1402588288', 'yes') ; 
INSERT INTO `wp_options` VALUES (7355884, '_site_transient_browser_8eae3cdcad4e481741ebb23dbf18056c', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:17:"Internet Explorer";s:7:"version";s:3:"8.0";s:10:"update_url";s:51:"http://www.microsoft.com/windows/internet-explorer/";s:7:"img_src";s:45:"http://s.wordpress.org/images/browsers/ie.png";s:11:"img_src_ssl";s:44:"https://wordpress.org/images/browsers/ie.png";s:15:"current_version";s:1:"9";s:7:"upgrade";b:1;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7353735, '_transient_timeout_wflginfl_3627395130', '1401572476', 'no') ; 
INSERT INTO `wp_options` VALUES (7353736, '_transient_wflginfl_3627395130', '5', 'no') ; 
INSERT INTO `wp_options` VALUES (7353758, '_transient_timeout_wflginfl_2916209623', '1401576783', 'no') ; 
INSERT INTO `wp_options` VALUES (7353759, '_transient_wflginfl_2916209623', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353769, '_transient_timeout_wflginfl_846441242', '1401579104', 'no') ; 
INSERT INTO `wp_options` VALUES (7353770, '_transient_wflginfl_846441242', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353795, '_transient_timeout_wffgt_1080869911', '1401584729', 'no') ; 
INSERT INTO `wp_options` VALUES (7353796, '_transient_wffgt_1080869911', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7353806, '_transient_timeout_wflginfl_849121377', '1401585511', 'no') ; 
INSERT INTO `wp_options` VALUES (7353807, '_transient_wflginfl_849121377', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353803, '_transient_timeout_wffgt_1246693016', '1401585326', 'no') ; 
INSERT INTO `wp_options` VALUES (7353804, '_transient_wffgt_1246693016', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7353827, '_transient_timeout_wffgt_1082535642', '1401587662', 'no') ; 
INSERT INTO `wp_options` VALUES (7353828, '_transient_wffgt_1082535642', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353837, '_site_transient_timeout_browser_0b1a5a7bb402ad73a90c8850662e7650', '1402192707', 'yes') ; 
INSERT INTO `wp_options` VALUES (7353838, '_site_transient_browser_0b1a5a7bb402ad73a90c8850662e7650', 'a:9:{s:8:"platform";s:6:"iPhone";s:4:"name";s:6:"iPhone";s:7:"version";s:3:"7.0";s:10:"update_url";s:0:"";s:7:"img_src";s:0:"";s:11:"img_src_ssl";s:0:"";s:15:"current_version";s:0:"";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7353831, '_transient_timeout_wffgt_847002002', '1401587690', 'no') ; 
INSERT INTO `wp_options` VALUES (7353832, '_transient_wffgt_847002002', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353900, '_transient_timeout_wffgt_1204003187', '1401600612', 'no') ; 
INSERT INTO `wp_options` VALUES (7353901, '_transient_wffgt_1204003187', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353853, '_transient_timeout_wffgt_1196631943', '1401589728', 'no') ; 
INSERT INTO `wp_options` VALUES (7353854, '_transient_wffgt_1196631943', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353905, '_transient_wffgt_1135923341', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353974, '_transient_timeout_wflginfl_2913963495', '1401623043', 'no') ; 
INSERT INTO `wp_options` VALUES (7353975, '_transient_wflginfl_2913963495', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7353991, '_transient_timeout_wflginfl_846441443', '1401628210', 'no') ; 
INSERT INTO `wp_options` VALUES (7353992, '_transient_wflginfl_846441443', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7354038, '_transient_timeout_wflginfl_414488983', '1401642293', 'no') ; 
INSERT INTO `wp_options` VALUES (7354039, '_transient_wflginfl_414488983', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7354067, '_transient_timeout_wflginfl_2896300191', '1401649329', 'no') ; 
INSERT INTO `wp_options` VALUES (7354068, '_transient_wflginfl_2896300191', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7354093, '_transient_timeout_wflginfl_2925721320', '1401656477', 'no') ; 
INSERT INTO `wp_options` VALUES (7354094, '_transient_wflginfl_2925721320', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7354078, '_transient_timeout_wffgt_3429849826', '1401652294', 'no') ; 
INSERT INTO `wp_options` VALUES (7354079, '_transient_wffgt_3429849826', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7354096, '_transient_timeout_wffgt_2925721320', '1401656490', 'no') ; 
INSERT INTO `wp_options` VALUES (7354097, '_transient_wffgt_2925721320', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7354209, '_transient_timeout_wflginfl_2921114123', '1401684803', 'no') ; 
INSERT INTO `wp_options` VALUES (7354210, '_transient_wflginfl_2921114123', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7354129, '_transient_timeout_wffgt_1187283998', '1401664272', 'no') ; 
INSERT INTO `wp_options` VALUES (7354130, '_transient_wffgt_1187283998', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7354275, '_transient_timeout_wflginfl_403997784', '1401704066', 'no') ; 
INSERT INTO `wp_options` VALUES (7354276, '_transient_wflginfl_403997784', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7354292, '_transient_timeout_wflginfl_1262069312', '1401710501', 'no') ; 
INSERT INTO `wp_options` VALUES (7354293, '_transient_wflginfl_1262069312', '7', 'no') ; 
INSERT INTO `wp_options` VALUES (7354295, '_transient_timeout_wffgt_1262069312', '1401710211', 'no') ; 
INSERT INTO `wp_options` VALUES (7354296, '_transient_wffgt_1262069312', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7354299, '_transient_timeout_wflginfl_828376995', '1401710742', 'no') ; 
INSERT INTO `wp_options` VALUES (7354300, '_transient_wflginfl_828376995', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7354688, '_transient_timeout_wffgt_1265581006', '1401772964', 'no') ; 
INSERT INTO `wp_options` VALUES (7354689, '_transient_wffgt_1265581006', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7354850, '_transient_timeout_wffgt_1206905232', '1401813746', 'no') ; 
INSERT INTO `wp_options` VALUES (7354851, '_transient_wffgt_1206905232', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7354769, '_transient_timeout_wflginfl_2987615039', '1401797972', 'no') ; 
INSERT INTO `wp_options` VALUES (7354770, '_transient_wflginfl_2987615039', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7354782, '_transient_timeout_wflginfl_1199258882', '1401801993', 'no') ; 
INSERT INTO `wp_options` VALUES (7354783, '_transient_wflginfl_1199258882', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7354873, '_transient_timeout_wffgt_1187381529', '1401817195', 'no') ; 
INSERT INTO `wp_options` VALUES (7354816, '_transient_timeout_wflginfl_411114489', '1401809431', 'no') ; 
INSERT INTO `wp_options` VALUES (7354817, '_transient_wflginfl_411114489', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7354807, '_transient_timeout_wffgt_411114489', '1401808472', 'no') ; 
INSERT INTO `wp_options` VALUES (7354652, '_transient_wflginfl_1892739415', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7354654, '_transient_timeout_wffgt_1287468226', '1401764249', 'no') ; 
INSERT INTO `wp_options` VALUES (7354655, '_transient_wffgt_1287468226', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7354617, '_transient_timeout_wflginfl_1658285088', '1401756711', 'no') ; 
INSERT INTO `wp_options` VALUES (7354618, '_transient_wflginfl_1658285088', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7354614, '_transient_timeout_wffgt_1124491042', '1401755974', 'no') ; 
INSERT INTO `wp_options` VALUES (7354615, '_transient_wffgt_1124491042', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358125, '_transient_timeout_wflginfl_783085960', '1402416779', 'no') ; 
INSERT INTO `wp_options` VALUES (7358126, '_transient_wflginfl_783085960', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7354666, '_transient_timeout_wffgt_1099031297', '1401768929', 'no') ; 
INSERT INTO `wp_options` VALUES (7354667, '_transient_wffgt_1099031297', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7558504, '_transient_timeout_wflginfl_1158437089', '1407729454', 'no') ; 
INSERT INTO `wp_options` VALUES (7558500, '_transient_timeout_wflginfl_2015836187', '1407727738', 'no') ; 
INSERT INTO `wp_options` VALUES (7354578, '_transient_timeout_wflginfl_416386104', '1401748950', 'no') ; 
INSERT INTO `wp_options` VALUES (7354579, '_transient_wflginfl_416386104', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7354586, '_transient_timeout_wffgt_1136402713', '1401751954', 'no') ; 
INSERT INTO `wp_options` VALUES (7354587, '_transient_wffgt_1136402713', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7354887, '_site_transient_timeout_browser_233e1cd890026c4dcc26a162dc299823', '1402422987', 'yes') ; 
INSERT INTO `wp_options` VALUES (7354888, '_site_transient_browser_233e1cd890026c4dcc26a162dc299823', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"34.0.1847.137";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7354597, '_transient_timeout_wffgt_1672227068', '1401753970', 'no') ; 
INSERT INTO `wp_options` VALUES (7354598, '_transient_wffgt_1672227068', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7354929, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1401840179', 'yes') ; 
INSERT INTO `wp_options` VALUES (7354930, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'a:40:{s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";s:4:"4463";}s:4:"post";a:3:{s:4:"name";s:4:"Post";s:4:"slug";s:4:"post";s:5:"count";s:4:"2778";}s:6:"plugin";a:3:{s:4:"name";s:6:"plugin";s:4:"slug";s:6:"plugin";s:5:"count";s:4:"2683";}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";s:4:"2196";}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";s:4:"2110";}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";s:4:"1756";}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";s:4:"1553";}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";s:4:"1513";}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";s:4:"1465";}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";s:4:"1449";}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";s:4:"1401";}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";s:4:"1340";}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";s:4:"1308";}s:8:"facebook";a:3:{s:4:"name";s:8:"Facebook";s:4:"slug";s:8:"facebook";s:5:"count";s:4:"1157";}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";s:4:"1116";}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";s:4:"1096";}s:9:"wordpress";a:3:{s:4:"name";s:9:"wordpress";s:4:"slug";s:9:"wordpress";s:5:"count";s:3:"999";}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";s:3:"955";}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";s:3:"955";}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";s:3:"789";}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";s:3:"782";}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";s:3:"781";}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";s:3:"769";}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";s:3:"766";}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";s:3:"703";}s:4:"ajax";a:3:{s:4:"name";s:4:"AJAX";s:4:"slug";s:4:"ajax";s:5:"count";s:3:"678";}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";s:3:"662";}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";s:3:"651";}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";s:3:"619";}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";s:3:"610";}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";s:3:"592";}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";s:3:"583";}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";s:3:"579";}s:5:"login";a:3:{s:4:"name";s:5:"login";s:4:"slug";s:5:"login";s:5:"count";s:3:"579";}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";s:3:"568";}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";s:3:"532";}s:7:"youtube";a:3:{s:4:"name";s:7:"youtube";s:4:"slug";s:7:"youtube";s:5:"count";s:3:"525";}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";s:3:"524";}s:8:"security";a:3:{s:4:"name";s:8:"security";s:4:"slug";s:8:"security";s:5:"count";s:3:"510";}s:5:"share";a:3:{s:4:"name";s:5:"Share";s:4:"slug";s:5:"share";s:5:"count";s:3:"507";}}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7543989, '_transient_timeout_wflginfl_848207996', '1405112882', 'no') ; 
INSERT INTO `wp_options` VALUES (7363938, '_transient_timeout_wflginfl_1018569808', '1403666675', 'no') ; 
INSERT INTO `wp_options` VALUES (7354934, 'wpseo_titles', 'a:145:{s:10:"title_test";i:0;s:17:"forcerewritetitle";b:0;s:14:"hide-feedlinks";b:0;s:12:"hide-rsdlink";b:0;s:14:"hide-shortlink";b:0;s:16:"hide-wlwmanifest";b:0;s:5:"noodp";b:0;s:6:"noydir";b:0;s:15:"usemetakeywords";b:0;s:16:"title-home-wpseo";s:42:"%%sitename%% %%page%% %%sep%% %%sitedesc%%";s:18:"title-author-wpseo";s:0:"";s:19:"title-archive-wpseo";s:38:"%%date%% %%page%% %%sep%% %%sitename%%";s:18:"title-search-wpseo";s:0:"";s:15:"title-404-wpseo";s:0:"";s:19:"metadesc-home-wpseo";s:0:"";s:21:"metadesc-author-wpseo";s:0:"";s:22:"metadesc-archive-wpseo";s:0:"";s:18:"metakey-home-wpseo";s:0:"";s:20:"metakey-author-wpseo";s:0:"";s:22:"noindex-subpages-wpseo";b:0;s:20:"noindex-author-wpseo";b:0;s:21:"noindex-archive-wpseo";b:1;s:14:"disable-author";b:0;s:12:"disable-date";b:0;s:10:"title-post";s:39:"%%title%% %%page%% %%sep%% %%sitename%%";s:13:"metadesc-post";s:0:"";s:12:"metakey-post";s:0:"";s:12:"noindex-post";b:0;s:17:"noauthorship-post";b:0;s:13:"showdate-post";b:0;s:16:"hideeditbox-post";b:0;s:10:"title-page";s:39:"%%title%% %%page%% %%sep%% %%sitename%%";s:13:"metadesc-page";s:0:"";s:12:"metakey-page";s:0:"";s:12:"noindex-page";b:0;s:17:"noauthorship-page";b:1;s:13:"showdate-page";b:0;s:16:"hideeditbox-page";b:0;s:16:"title-attachment";s:39:"%%title%% %%page%% %%sep%% %%sitename%%";s:19:"metadesc-attachment";s:0:"";s:18:"metakey-attachment";s:0:"";s:18:"noindex-attachment";b:0;s:23:"noauthorship-attachment";b:1;s:19:"showdate-attachment";b:0;s:22:"hideeditbox-attachment";b:0;s:18:"title-wpsc-product";s:39:"%%title%% %%page%% %%sep%% %%sitename%%";s:21:"metadesc-wpsc-product";s:0:"";s:20:"metakey-wpsc-product";s:0:"";s:20:"noindex-wpsc-product";b:0;s:25:"noauthorship-wpsc-product";b:1;s:21:"showdate-wpsc-product";b:0;s:24:"hideeditbox-wpsc-product";b:0;s:14:"title-chapters";s:39:"%%title%% %%page%% %%sep%% %%sitename%%";s:17:"metadesc-chapters";s:0:"";s:16:"metakey-chapters";s:0:"";s:16:"noindex-chapters";b:0;s:21:"noauthorship-chapters";b:1;s:17:"showdate-chapters";b:0;s:20:"hideeditbox-chapters";b:0;s:19:"title-institutional";s:39:"%%title%% %%page%% %%sep%% %%sitename%%";s:22:"metadesc-institutional";s:0:"";s:21:"metakey-institutional";s:0:"";s:21:"noindex-institutional";b:0;s:26:"noauthorship-institutional";b:1;s:22:"showdate-institutional";b:0;s:25:"hideeditbox-institutional";b:0;s:18:"title-job_postings";s:39:"%%title%% %%page%% %%sep%% %%sitename%%";s:21:"metadesc-job_postings";s:0:"";s:20:"metakey-job_postings";s:0:"";s:20:"noindex-job_postings";b:0;s:25:"noauthorship-job_postings";b:1;s:21:"showdate-job_postings";b:0;s:24:"hideeditbox-job_postings";b:0;s:12:"title-slides";s:39:"%%title%% %%page%% %%sep%% %%sitename%%";s:15:"metadesc-slides";s:0:"";s:14:"metakey-slides";s:0:"";s:14:"noindex-slides";b:0;s:19:"noauthorship-slides";b:1;s:15:"showdate-slides";b:0;s:18:"hideeditbox-slides";b:0;s:24:"title-ptarchive-chapters";s:51:"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%";s:27:"metadesc-ptarchive-chapters";s:0:"";s:26:"metakey-ptarchive-chapters";s:0:"";s:26:"bctitle-ptarchive-chapters";s:0:"";s:26:"noindex-ptarchive-chapters";b:0;s:29:"title-ptarchive-institutional";s:51:"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%";s:32:"metadesc-ptarchive-institutional";s:0:"";s:31:"metakey-ptarchive-institutional";s:0:"";s:31:"bctitle-ptarchive-institutional";s:0:"";s:31:"noindex-ptarchive-institutional";b:0;s:28:"title-ptarchive-job_postings";s:51:"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%";s:31:"metadesc-ptarchive-job_postings";s:0:"";s:30:"metakey-ptarchive-job_postings";s:0:"";s:30:"bctitle-ptarchive-job_postings";s:0:"";s:30:"noindex-ptarchive-job_postings";b:0;s:22:"title-ptarchive-slides";s:51:"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%";s:25:"metadesc-ptarchive-slides";s:0:"";s:24:"metakey-ptarchive-slides";s:0:"";s:24:"bctitle-ptarchive-slides";s:0:"";s:24:"noindex-ptarchive-slides";b:0;s:18:"title-tax-category";s:53:"%%term_title%% Archives %%page%% %%sep%% %%sitename%%";s:21:"metadesc-tax-category";s:0:"";s:20:"metakey-tax-category";s:0:"";s:24:"hideeditbox-tax-category";b:0;s:20:"noindex-tax-category";b:0;s:18:"title-tax-post_tag";s:53:"%%term_title%% Archives %%page%% %%sep%% %%sitename%%";s:21:"metadesc-tax-post_tag";s:0:"";s:20:"metakey-tax-post_tag";s:0:"";s:24:"hideeditbox-tax-post_tag";b:0;s:20:"noindex-tax-post_tag";b:0;s:21:"title-tax-post_format";s:53:"%%term_title%% Archives %%page%% %%sep%% %%sitename%%";s:24:"metadesc-tax-post_format";s:0:"";s:23:"metakey-tax-post_format";s:0:"";s:27:"hideeditbox-tax-post_format";b:0;s:23:"noindex-tax-post_format";b:1;s:21:"title-tax-product_tag";s:53:"%%term_title%% Archives %%page%% %%sep%% %%sitename%%";s:24:"metadesc-tax-product_tag";s:0:"";s:23:"metakey-tax-product_tag";s:0:"";s:27:"hideeditbox-tax-product_tag";b:0;s:23:"noindex-tax-product_tag";b:0;s:31:"title-tax-wpsc_product_category";s:53:"%%term_title%% Archives %%page%% %%sep%% %%sitename%%";s:34:"metadesc-tax-wpsc_product_category";s:0:"";s:33:"metakey-tax-wpsc_product_category";s:0:"";s:37:"hideeditbox-tax-wpsc_product_category";b:0;s:33:"noindex-tax-wpsc_product_category";b:0;s:24:"title-tax-wpsc-variation";s:53:"%%term_title%% Archives %%page%% %%sep%% %%sitename%%";s:27:"metadesc-tax-wpsc-variation";s:0:"";s:26:"metakey-tax-wpsc-variation";s:0:"";s:30:"hideeditbox-tax-wpsc-variation";b:0;s:26:"noindex-tax-wpsc-variation";b:0;s:16:"title-tax-region";s:53:"%%term_title%% Archives %%page%% %%sep%% %%sitename%%";s:19:"metadesc-tax-region";s:0:"";s:18:"metakey-tax-region";s:0:"";s:22:"hideeditbox-tax-region";b:0;s:18:"noindex-tax-region";b:0;s:17:"title-tax-iregion";s:53:"%%term_title%% Archives %%page%% %%sep%% %%sitename%%";s:20:"metadesc-tax-iregion";s:0:"";s:19:"metakey-tax-iregion";s:0:"";s:23:"hideeditbox-tax-iregion";b:0;s:19:"noindex-tax-iregion";b:0;s:19:"title-tax-job-types";s:53:"%%term_title%% Archives %%page%% %%sep%% %%sitename%%";s:22:"metadesc-tax-job-types";s:0:"";s:21:"metakey-tax-job-types";s:0:"";s:25:"hideeditbox-tax-job-types";b:0;s:21:"noindex-tax-job-types";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7354935, 'wpseo', 'a:18:{s:14:"blocking_files";a:0:{}s:26:"ignore_blog_public_warning";b:0;s:31:"ignore_meta_description_warning";b:0;s:20:"ignore_page_comments";b:0;s:16:"ignore_permalink";b:0;s:11:"ignore_tour";b:1;s:15:"ms_defaults_set";b:0;s:23:"theme_description_found";s:0:"";s:21:"theme_has_description";b:0;s:19:"tracking_popup_done";b:1;s:7:"version";s:7:"1.5.3.3";s:11:"alexaverify";s:0:"";s:20:"disableadvanced_meta";b:1;s:12:"googleverify";s:0:"";s:8:"msverify";s:0:"";s:15:"pinterestverify";s:0:"";s:12:"yandexverify";s:0:"";s:14:"yoast_tracking";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7347982, '_transient_wflginfl_1188544948', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7347984, '_transient_wflginfl_1802222627', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7366960, '_transient_timeout_wffgt_1117880682', '1404328711', 'no') ; 
INSERT INTO `wp_options` VALUES (7366961, '_transient_wffgt_1117880682', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346461, '_transient_timeout_wflginfl_1828068024', '1400009875', 'no') ; 
INSERT INTO `wp_options` VALUES (7346462, '_transient_wflginfl_1828068024', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346424, '_transient_timeout_wffgt_3091981581', '1400004748', 'no') ; 
INSERT INTO `wp_options` VALUES (7346425, '_transient_wffgt_3091981581', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346438, '_transient_timeout_wffgt_2920720766', '1400006576', 'no') ; 
INSERT INTO `wp_options` VALUES (7346439, '_transient_wffgt_2920720766', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346448, '_transient_timeout_wffgt_1073189594', '1400007669', 'no') ; 
INSERT INTO `wp_options` VALUES (7346449, '_transient_wffgt_1073189594', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7352809, '_transient_timeout_wflginfl_419011320', '1401392734', 'no') ; 
INSERT INTO `wp_options` VALUES (7352810, '_transient_wflginfl_419011320', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7362693, '_transient_timeout_wflginfl_401641491', '1403332750', 'no') ; 
INSERT INTO `wp_options` VALUES (7362694, '_transient_wflginfl_401641491', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7362568, '_transient_timeout_wflginfl_2935701652', '1403294649', 'no') ; 
INSERT INTO `wp_options` VALUES (7362569, '_transient_wflginfl_2935701652', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346478, '_transient_timeout_wflginfl_1664472224', '1400012607', 'no') ; 
INSERT INTO `wp_options` VALUES (7346479, '_transient_wflginfl_1664472224', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7546410, '_transient_timeout_wffgt_1676170842', '1405545359', 'no') ; 
INSERT INTO `wp_options` VALUES (7346974, '_transient_timeout_wflginfl_2916438145', '1400110545', 'no') ; 
INSERT INTO `wp_options` VALUES (7346975, '_transient_wflginfl_2916438145', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7344834, '_transient_timeout_wflginfl_2794043804', '1399657350', 'no') ; 
INSERT INTO `wp_options` VALUES (7344835, '_transient_wflginfl_2794043804', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7344831, '_transient_timeout_wffgt_3488181826', '1399656557', 'no') ; 
INSERT INTO `wp_options` VALUES (7344832, '_transient_wffgt_3488181826', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7345000, '_transient_timeout_wflginfl_702493829', '1399697536', 'no') ; 
INSERT INTO `wp_options` VALUES (7344848, '_transient_timeout_wflginfl_1145174378', '1399658795', 'no') ; 
INSERT INTO `wp_options` VALUES (7344849, '_transient_wflginfl_1145174378', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7344871, '_transient_timeout_wflginfl_1145033800', '1399666558', 'no') ; 
INSERT INTO `wp_options` VALUES (7344872, '_transient_wflginfl_1145033800', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7344886, '_transient_timeout_wflginfl_213718141', '1399667775', 'no') ; 
INSERT INTO `wp_options` VALUES (7344887, '_transient_wflginfl_213718141', '10', 'no') ; 
INSERT INTO `wp_options` VALUES (7345001, '_transient_wflginfl_702493829', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7344878, '_transient_timeout_wffgt_1118996006', '1399666971', 'no') ; 
INSERT INTO `wp_options` VALUES (7344879, '_transient_wffgt_1118996006', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7344987, '_transient_timeout_wflginfl_1260854870', '1399693776', 'no') ; 
INSERT INTO `wp_options` VALUES (7344988, '_transient_wflginfl_1260854870', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7344989, '_transient_timeout_wffgt_1661104341', '1399693795', 'no') ; 
INSERT INTO `wp_options` VALUES (7344990, '_transient_wffgt_1661104341', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7345024, '_transient_wflginfl_1203573667', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7343750, '_transient_timeout_wffgt_1655744520', '1399478569', 'no') ; 
INSERT INTO `wp_options` VALUES (7343751, '_transient_wffgt_1655744520', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7343752, '_transient_timeout_wflginfl_1655744520', '1399479022', 'no') ; 
INSERT INTO `wp_options` VALUES (7343753, '_transient_wflginfl_1655744520', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7343760, '_transient_timeout_wffgt_1183966990', '1399481038', 'no') ; 
INSERT INTO `wp_options` VALUES (7343761, '_transient_wffgt_1183966990', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7343928, '_transient_wffgt_2934892652', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7343925, '_transient_wflginfl_2934892652', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7343927, '_transient_timeout_wffgt_2934892652', '1399501693', 'no') ; 
INSERT INTO `wp_options` VALUES (7343924, '_transient_timeout_wflginfl_2934892652', '1399501653', 'no') ; 
INSERT INTO `wp_options` VALUES (7343862, '_transient_timeout_wflginfl_3512429513', '1399494927', 'no') ; 
INSERT INTO `wp_options` VALUES (7343863, '_transient_wflginfl_3512429513', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7358636, '_transient_timeout_wffgt_3632113637', '1402510204', 'no') ; 
INSERT INTO `wp_options` VALUES (7358637, '_transient_wffgt_3632113637', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7343846, '_transient_timeout_wflginfl_2935972100', '1399491940', 'no') ; 
INSERT INTO `wp_options` VALUES (7343847, '_transient_wflginfl_2935972100', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7343864, '_transient_timeout_wffgt_3512429513', '1399494953', 'no') ; 
INSERT INTO `wp_options` VALUES (7343865, '_transient_wffgt_3512429513', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7343867, '_transient_timeout_wflginfl_3233306238', '1399496866', 'no') ; 
INSERT INTO `wp_options` VALUES (7343868, '_transient_wflginfl_3233306238', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7343907, '_transient_timeout_wflginfl_1201838461', '1399501156', 'no') ; 
INSERT INTO `wp_options` VALUES (7366215, '_transient_wffgt_1280878354', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7343908, '_transient_wflginfl_1201838461', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7350212, '_transient_timeout_wflginfl_2908273660', '1400787950', 'no') ; 
INSERT INTO `wp_options` VALUES (7350213, '_transient_wflginfl_2908273660', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7346996, '_transient_timeout_wffgt_1135989576', '1400113211', 'no') ; 
INSERT INTO `wp_options` VALUES (7346997, '_transient_wffgt_1135989576', '6', 'no') ; 
INSERT INTO `wp_options` VALUES (7344551, '_transient_timeout_wflginfl_3211067918', '1399602014', 'no') ; 
INSERT INTO `wp_options` VALUES (7344552, '_transient_wflginfl_3211067918', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7556931, '_transient_timeout_wffgt_2802264291', '1407424427', 'no') ; 
INSERT INTO `wp_options` VALUES (7556932, '_transient_wffgt_2802264291', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7361608, '_transient_wflginfl_2935711309', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7343012, '_transient_timeout_wflginfl_851423856', '1399321729', 'no') ; 
INSERT INTO `wp_options` VALUES (7343013, '_transient_wflginfl_851423856', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7343051, '_transient_timeout_wflginfl_1072270378', '1399329872', 'no') ; 
INSERT INTO `wp_options` VALUES (7343052, '_transient_wflginfl_1072270378', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7343029, '_transient_timeout_wffgt_1193661703', '1399326252', 'no') ; 
INSERT INTO `wp_options` VALUES (7343030, '_transient_wffgt_1193661703', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7343112, '_transient_timeout_wflginfl_2935885953', '1399335964', 'no') ; 
INSERT INTO `wp_options` VALUES (7343113, '_transient_wflginfl_2935885953', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7343098, '_transient_timeout_wffgt_1212305859', '1399334087', 'no') ; 
INSERT INTO `wp_options` VALUES (7343099, '_transient_wffgt_1212305859', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7343171, '_transient_timeout_wflginfl_3316865123', '1399353072', 'no') ; 
INSERT INTO `wp_options` VALUES (7343152, '_transient_timeout_wflginfl_1347385546', '1399348526', 'no') ; 
INSERT INTO `wp_options` VALUES (7343153, '_transient_wflginfl_1347385546', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7343172, '_transient_wflginfl_3316865123', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367689, '_transient_timeout_wflginfl_620262057', '1404434393', 'no') ; 
INSERT INTO `wp_options` VALUES (7343190, '_transient_timeout_wflginfl_625824243', '1399360109', 'no') ; 
INSERT INTO `wp_options` VALUES (7343191, '_transient_wflginfl_625824243', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7343229, '_transient_timeout_wflginfl_1772288923', '1399374416', 'no') ; 
INSERT INTO `wp_options` VALUES (7343230, '_transient_wflginfl_1772288923', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7561641, '_transient_timeout_wflginfl_2449492508', '1408279412', 'no') ; 
INSERT INTO `wp_options` VALUES (7561642, '_transient_wflginfl_2449492508', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7343248, '_transient_timeout_wffgt_404178321', '1399381371', 'no') ; 
INSERT INTO `wp_options` VALUES (7343249, '_transient_wffgt_404178321', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367372, '_transient_timeout_wflginfl_1075104994', '1404407714', 'no') ; 
INSERT INTO `wp_options` VALUES (7367261, '_transient_timeout_wffgt_2934874991', '1404403047', 'no') ; 
INSERT INTO `wp_options` VALUES (7367262, '_transient_wffgt_2934874991', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367392, '_transient_wflginfl_2796173364', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367690, '_transient_wflginfl_620262057', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367496, '_transient_timeout_wflginfl_620262312', '1404430553', 'no') ; 
INSERT INTO `wp_options` VALUES (7367497, '_transient_wflginfl_620262312', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7366213, '_transient_wflginfl_1187053923', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7366214, '_transient_timeout_wffgt_1280878354', '1404190236', 'no') ; 
INSERT INTO `wp_options` VALUES (7341369, '_transient_timeout_wffgt_1139874638', '1398940851', 'no') ; 
INSERT INTO `wp_options` VALUES (7341355, '_transient_timeout_wflginfl_3323440765', '1398936795', 'no') ; 
INSERT INTO `wp_options` VALUES (7341356, '_transient_wflginfl_3323440765', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7349695, '_site_transient_timeout_browser_7793979e70bb01e23833a4f7789d7a63', '1401272212', 'yes') ; 
INSERT INTO `wp_options` VALUES (7349696, '_site_transient_browser_7793979e70bb01e23833a4f7789d7a63', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:17:"Internet Explorer";s:7:"version";s:3:"9.0";s:10:"update_url";s:51:"http://www.microsoft.com/windows/internet-explorer/";s:7:"img_src";s:45:"http://s.wordpress.org/images/browsers/ie.png";s:11:"img_src_ssl";s:44:"https://wordpress.org/images/browsers/ie.png";s:15:"current_version";s:1:"9";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7367222, '_transient_timeout_wffgt_3284401142', '1404394113', 'no') ; 
INSERT INTO `wp_options` VALUES (7367223, '_transient_wffgt_3284401142', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341370, '_transient_wffgt_1139874638', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341371, '_transient_timeout_wflginfl_1139874638', '1398941524', 'no') ; 
INSERT INTO `wp_options` VALUES (7341372, '_transient_wflginfl_1139874638', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7557990, '_transient_timeout_wffgt_1127462314', '1407612600', 'no') ; 
INSERT INTO `wp_options` VALUES (7557991, '_transient_wffgt_1127462314', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341482, '_transient_timeout_wflginfl_849406116', '1398961050', 'no') ; 
INSERT INTO `wp_options` VALUES (7341483, '_transient_wflginfl_849406116', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341489, '_transient_timeout_wflginfl_3423674562', '1398962707', 'no') ; 
INSERT INTO `wp_options` VALUES (7341490, '_transient_wflginfl_3423674562', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7557934, '_transient_timeout_wflginfl_1222035752', '1407606772', 'no') ; 
INSERT INTO `wp_options` VALUES (7557935, '_transient_wflginfl_1222035752', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341494, '_transient_timeout_wffgt_1187057110', '1398963695', 'no') ; 
INSERT INTO `wp_options` VALUES (7341495, '_transient_wffgt_1187057110', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341498, '_transient_timeout_wffgt_1221094683', '1398963844', 'no') ; 
INSERT INTO `wp_options` VALUES (7341499, '_transient_wffgt_1221094683', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458361, '_transient_timeout_wflginfl_1610386582', '1404763949', 'no') ; 
INSERT INTO `wp_options` VALUES (7366164, '_transient_timeout_wffgt_1141393857', '1404179138', 'no') ; 
INSERT INTO `wp_options` VALUES (7366165, '_transient_wffgt_1141393857', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341681, '_transient_timeout_wffgt_1174286660', '1399008560', 'no') ; 
INSERT INTO `wp_options` VALUES (7341682, '_transient_wffgt_1174286660', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341683, '_transient_timeout_wflginfl_1287562961', '1399009989', 'no') ; 
INSERT INTO `wp_options` VALUES (7341684, '_transient_wflginfl_1287562961', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341704, '_transient_timeout_wflginfl_2734188233', '1399014210', 'no') ; 
INSERT INTO `wp_options` VALUES (7341705, '_transient_wflginfl_2734188233', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465548, '_transient_timeout_wflginfl_1325926820', '1404769836', 'no') ; 
INSERT INTO `wp_options` VALUES (7465549, '_transient_wflginfl_1325926820', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456241, '_transient_timeout_wflginfl_387709103', '1404762315', 'no') ; 
INSERT INTO `wp_options` VALUES (7456242, '_transient_wflginfl_387709103', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458178, '_transient_timeout_wflginfl_1399882385', '1404763795', 'no') ; 
INSERT INTO `wp_options` VALUES (7458179, '_transient_wflginfl_1399882385', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461339, '_transient_timeout_wflginfl_1583498850', '1404766294', 'no') ; 
INSERT INTO `wp_options` VALUES (7461340, '_transient_wflginfl_1583498850', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457648, '_transient_timeout_wflginfl_656539475', '1404763402', 'no') ; 
INSERT INTO `wp_options` VALUES (7457649, '_transient_wflginfl_656539475', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468387, '_transient_timeout_wflginfl_1893155397', '1404772261', 'no') ; 
INSERT INTO `wp_options` VALUES (7468388, '_transient_wflginfl_1893155397', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540466, '_transient_timeout_wflginfl_1655219466', '1404831158', 'no') ; 
INSERT INTO `wp_options` VALUES (7540467, '_transient_wflginfl_1655219466', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541440, '_transient_timeout_wflginfl_3314887272', '1404831711', 'no') ; 
INSERT INTO `wp_options` VALUES (7541441, '_transient_wflginfl_3314887272', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468745, '_transient_timeout_wflginfl_694224959', '1404772591', 'no') ; 
INSERT INTO `wp_options` VALUES (7468746, '_transient_wflginfl_694224959', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461761, '_transient_timeout_wflginfl_2993981508', '1404766645', 'no') ; 
INSERT INTO `wp_options` VALUES (7461762, '_transient_wflginfl_2993981508', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466851, '_transient_timeout_wflginfl_3000924196', '1404770987', 'no') ; 
INSERT INTO `wp_options` VALUES (7466852, '_transient_wflginfl_3000924196', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533719, '_transient_timeout_wflginfl_2033590420', '1404826733', 'no') ; 
INSERT INTO `wp_options` VALUES (7533720, '_transient_wflginfl_2033590420', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456453, '_transient_timeout_wflginfl_1589622801', '1404762486', 'no') ; 
INSERT INTO `wp_options` VALUES (7456454, '_transient_wflginfl_1589622801', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341718, '_transient_timeout_wflginfl_1764885043', '1399020556', 'no') ; 
INSERT INTO `wp_options` VALUES (7341719, '_transient_wflginfl_1764885043', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7562684, '_site_transient_timeout_gforms_paypalpaymentspro_version', '1408525551', 'yes') ; 
INSERT INTO `wp_options` VALUES (7562685, '_site_transient_gforms_paypalpaymentspro_version', '-1', 'yes') ; 
INSERT INTO `wp_options` VALUES (7349602, '_transient_timeout_wflginfl_1167205664', '1400645741', 'no') ; 
INSERT INTO `wp_options` VALUES (7349603, '_transient_wflginfl_1167205664', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7349604, '_transient_timeout_wffgt_1167205664', '1400645825', 'no') ; 
INSERT INTO `wp_options` VALUES (7349605, '_transient_wffgt_1167205664', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7543990, '_transient_wflginfl_848207996', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7547415, '_transient_timeout_wflginfl_1825319041', '1405816571', 'no') ; 
INSERT INTO `wp_options` VALUES (7543980, '_transient_timeout_wflginfl_1141373326', '1405111356', 'no') ; 
INSERT INTO `wp_options` VALUES (7341760, '_transient_timeout_wffgt_1131239102', '1399033415', 'no') ; 
INSERT INTO `wp_options` VALUES (7341761, '_transient_wffgt_1131239102', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7342920, '_transient_timeout_wffgt_1186141459', '1399318005', 'no') ; 
INSERT INTO `wp_options` VALUES (7342921, '_transient_wffgt_1186141459', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7341775, '_transient_timeout_wflginfl_2889358262', '1399037823', 'no') ; 
INSERT INTO `wp_options` VALUES (7341776, '_transient_wflginfl_2889358262', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341794, '_transient_timeout_wflginfl_3495854110', '1399041588', 'no') ; 
INSERT INTO `wp_options` VALUES (7341795, '_transient_wflginfl_3495854110', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341787, '_transient_timeout_wffgt_2889354886', '1399040353', 'no') ; 
INSERT INTO `wp_options` VALUES (7341788, '_transient_wffgt_2889354886', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341824, '_transient_timeout_wffgt_1178523986', '1399051010', 'no') ; 
INSERT INTO `wp_options` VALUES (7341825, '_transient_wffgt_1178523986', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341809, '_transient_timeout_wffgt_1809649188', '1399044655', 'no') ; 
INSERT INTO `wp_options` VALUES (7341810, '_transient_wffgt_1809649188', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341833, '_transient_timeout_wffgt_1166630176', '1399051935', 'no') ; 
INSERT INTO `wp_options` VALUES (7341834, '_transient_wffgt_1166630176', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7341846, '_transient_timeout_wflginfl_3336891171', '1399054402', 'no') ; 
INSERT INTO `wp_options` VALUES (7341847, '_transient_wflginfl_3336891171', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341867, '_transient_timeout_wflginfl_2794677541', '1399058535', 'no') ; 
INSERT INTO `wp_options` VALUES (7341868, '_transient_wflginfl_2794677541', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367017, '_transient_timeout_wffgt_851886937', '1404340251', 'no') ; 
INSERT INTO `wp_options` VALUES (7546737, '_transient_wflginfl_1199462946', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7546463, '_transient_timeout_wflginfl_2934874794', '1405548263', 'no') ; 
INSERT INTO `wp_options` VALUES (7342081, '_transient_timeout_wffgt_2623786594', '1399118304', 'no') ; 
INSERT INTO `wp_options` VALUES (7341897, '_transient_timeout_wffgt_1276397801', '1399067523', 'no') ; 
INSERT INTO `wp_options` VALUES (7341898, '_transient_wffgt_1276397801', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367018, '_transient_wffgt_851886937', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7364662, '_transient_timeout_wflginfl_3516101170', '1403821980', 'no') ; 
INSERT INTO `wp_options` VALUES (7364663, '_transient_wflginfl_3516101170', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7341956, '_transient_timeout_wffgt_842247803', '1399080596', 'no') ; 
INSERT INTO `wp_options` VALUES (7341957, '_transient_wffgt_842247803', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513110, '_transient_wflginfl_3570909931', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7341982, '_transient_timeout_wflginfl_3495547094', '1399088550', 'no') ; 
INSERT INTO `wp_options` VALUES (7341983, '_transient_wflginfl_3495547094', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458873, '_transient_wflginfl_1357070974', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513109, '_transient_timeout_wflginfl_3570909931', '1404812719', 'no') ; 
INSERT INTO `wp_options` VALUES (7341988, '_transient_timeout_wffgt_2923319837', '1399090181', 'no') ; 
INSERT INTO `wp_options` VALUES (7341989, '_transient_wffgt_2923319837', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7342082, '_transient_wffgt_2623786594', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456634, '_transient_wflginfl_2660518561', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7342010, '_transient_timeout_wffgt_404023416', '1399096068', 'no') ; 
INSERT INTO `wp_options` VALUES (7342011, '_transient_wffgt_404023416', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7342091, '_transient_timeout_wffgt_1086632558', '1399119581', 'no') ; 
INSERT INTO `wp_options` VALUES (7342092, '_transient_wffgt_1086632558', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7342094, '_transient_timeout_wflginfl_1246713241', '1399119690', 'no') ; 
INSERT INTO `wp_options` VALUES (7342095, '_transient_wflginfl_1246713241', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7342097, '_transient_timeout_wflginfl_2935144673', '1399120598', 'no') ; 
INSERT INTO `wp_options` VALUES (7342098, '_transient_wflginfl_2935144673', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7342112, '_transient_timeout_wflginfl_3336883503', '1399124950', 'no') ; 
INSERT INTO `wp_options` VALUES (7342113, '_transient_wflginfl_3336883503', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7458872, '_transient_timeout_wflginfl_1357070974', '1404764341', 'no') ; 
INSERT INTO `wp_options` VALUES (7342146, '_transient_timeout_wflginfl_1659828709', '1399136149', 'no') ; 
INSERT INTO `wp_options` VALUES (7342147, '_transient_wflginfl_1659828709', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7342156, '_transient_timeout_wflginfl_3237544358', '1399139411', 'no') ; 
INSERT INTO `wp_options` VALUES (7342157, '_transient_wflginfl_3237544358', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456633, '_transient_timeout_wflginfl_2660518561', '1404762620', 'no') ; 
INSERT INTO `wp_options` VALUES (7342160, '_transient_timeout_wflginfl_1256052562', '1399139891', 'no') ; 
INSERT INTO `wp_options` VALUES (7342161, '_transient_wflginfl_1256052562', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7342174, '_transient_timeout_wflginfl_3494181422', '1399141887', 'no') ; 
INSERT INTO `wp_options` VALUES (7562404, '_site_transient_update_themes', 'O:8:"stdClass":4:{s:12:"last_checked";i:1408470886;s:7:"checked";a:2:{s:8:"aazk2013";s:5:"1.0.0";s:14:"twentyfourteen";s:3:"1.1";}s:8:"response";a:0:{}s:12:"translations";a:0:{}}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7358485, '_transient_timeout_wflginfl_1814446610', '1402476569', 'no') ; 
INSERT INTO `wp_options` VALUES (7358486, '_transient_wflginfl_1814446610', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7354942, '_wpsc_remembered_transients', 'a:6:{s:30:"wpsc_path_wpsc-cart_widget.php";i:1401830425;s:34:"wpsc_path_wpsc-category_widget.php";i:1401830425;s:32:"wpsc_path_wpsc-products_page.php";i:1401830425;s:37:"wpsc_path_wpsc-shopping_cart_page.php";i:1401830425;s:33:"wpsc_path_wpsc-single_product.php";i:1401830425;s:15:"wpsc_theme_path";i:1401830425;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7354944, 'eme_respondent_email_subject', 'Reservation for \'#_EVENTNAME\' confirmed', 'yes') ; 
INSERT INTO `wp_options` VALUES (7354945, 'eme_registration_pending_email_subject', 'Reservation for \'#_EVENTNAME\' is pending', 'yes') ; 
INSERT INTO `wp_options` VALUES (7354946, 'eme_registration_cancelled_email_subject', 'Reservation for \'#_EVENTNAME\' cancelled', 'yes') ; 
INSERT INTO `wp_options` VALUES (7344653, '_transient_timeout_wflginfl_3639889506', '1399632368', 'no') ; 
INSERT INTO `wp_options` VALUES (7344654, '_transient_wflginfl_3639889506', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7349055, '_transient_timeout_wflginfl_1657687075', '1400550171', 'no') ; 
INSERT INTO `wp_options` VALUES (7342175, '_transient_wflginfl_3494181422', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7356912, '_transient_timeout_wffgt_3494181422', '1402166606', 'no') ; 
INSERT INTO `wp_options` VALUES (7356913, '_transient_wffgt_3494181422', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7342427, '_transient_timeout_wflginfl_1081649959', '1399214289', 'no') ; 
INSERT INTO `wp_options` VALUES (7342424, '_transient_timeout_wflginfl_1158434890', '1399213762', 'no') ; 
INSERT INTO `wp_options` VALUES (7342272, '_transient_timeout_wffgt_1198424792', '1399165362', 'no') ; 
INSERT INTO `wp_options` VALUES (7342273, '_transient_wffgt_1198424792', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7342425, '_transient_wflginfl_1158434890', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7342428, '_transient_wflginfl_1081649959', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461248, '_transient_wflginfl_1908915618', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7342442, '_transient_timeout_wflginfl_3458053790', '1399217816', 'no') ; 
INSERT INTO `wp_options` VALUES (7342443, '_transient_wflginfl_3458053790', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461247, '_transient_timeout_wflginfl_1908915618', '1404766219', 'no') ; 
INSERT INTO `wp_options` VALUES (7342492, '_transient_timeout_wflginfl_2364346084', '1399230487', 'no') ; 
INSERT INTO `wp_options` VALUES (7342493, '_transient_wflginfl_2364346084', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7342507, '_site_transient_timeout_browser_0f5d8990db4df2d31f9107f57dccea47', '1399841377', 'yes') ; 
INSERT INTO `wp_options` VALUES (7342508, '_site_transient_browser_0f5d8990db4df2d31f9107f57dccea47', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:4:"28.0";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"16";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7459305, '_transient_timeout_wflginfl_1374716264', '1404764685', 'no') ; 
INSERT INTO `wp_options` VALUES (7459306, '_transient_wflginfl_1374716264', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452282, '_transient_timeout_wflginfl_1839628653', '1404759399', 'no') ; 
INSERT INTO `wp_options` VALUES (7452283, '_transient_wflginfl_1839628653', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485597, '_transient_timeout_wflginfl_690999657', '1404789437', 'no') ; 
INSERT INTO `wp_options` VALUES (7485598, '_transient_wflginfl_690999657', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452326, '_transient_timeout_wflginfl_694247303', '1404759430', 'no') ; 
INSERT INTO `wp_options` VALUES (7452327, '_transient_wflginfl_694247303', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467999, '_transient_timeout_wflginfl_1152284278', '1404771933', 'no') ; 
INSERT INTO `wp_options` VALUES (7468000, '_transient_wflginfl_1152284278', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457563, '_transient_wflginfl_1317349916', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506150, '_transient_wflginfl_3318466292', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452404, '_transient_timeout_wflginfl_3307507537', '1404759483', 'no') ; 
INSERT INTO `wp_options` VALUES (7452405, '_transient_wflginfl_3307507537', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461906, '_transient_timeout_wflginfl_694552696', '1404766772', 'no') ; 
INSERT INTO `wp_options` VALUES (7461907, '_transient_wflginfl_694552696', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459868, '_transient_timeout_wflginfl_657781021', '1404765402', 'no') ; 
INSERT INTO `wp_options` VALUES (7459869, '_transient_wflginfl_657781021', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7452542, '_transient_timeout_wflginfl_608680842', '1404759579', 'no') ; 
INSERT INTO `wp_options` VALUES (7452543, '_transient_wflginfl_608680842', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466466, '_transient_timeout_wflginfl_1838500853', '1404770639', 'no') ; 
INSERT INTO `wp_options` VALUES (7453045, '_transient_timeout_wflginfl_84878530', '1404759940', 'no') ; 
INSERT INTO `wp_options` VALUES (7452600, '_transient_timeout_wflginfl_669281042', '1404759627', 'no') ; 
INSERT INTO `wp_options` VALUES (7452601, '_transient_wflginfl_669281042', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490584, '_transient_timeout_wflginfl_3301863085', '1404794196', 'no') ; 
INSERT INTO `wp_options` VALUES (7490585, '_transient_wflginfl_3301863085', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454237, '_transient_timeout_wflginfl_1406501099', '1404760805', 'no') ; 
INSERT INTO `wp_options` VALUES (7454238, '_transient_wflginfl_1406501099', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458880, '_transient_timeout_wflginfl_695067893', '1404764348', 'no') ; 
INSERT INTO `wp_options` VALUES (7458881, '_transient_wflginfl_695067893', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478469, '_transient_timeout_wflginfl_3274042093', '1404782205', 'no') ; 
INSERT INTO `wp_options` VALUES (7478470, '_transient_wflginfl_3274042093', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469266, '_transient_timeout_wflginfl_3035256339', '1404773067', 'no') ; 
INSERT INTO `wp_options` VALUES (7469267, '_transient_wflginfl_3035256339', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538133, '_transient_timeout_wflginfl_2101124290', '1404829653', 'no') ; 
INSERT INTO `wp_options` VALUES (7497548, '_transient_wflginfl_778243081', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461763, '_transient_timeout_wflginfl_1451321513', '1404766646', 'no') ; 
INSERT INTO `wp_options` VALUES (7461764, '_transient_wflginfl_1451321513', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452740, '_transient_timeout_wflginfl_85213358', '1404759714', 'no') ; 
INSERT INTO `wp_options` VALUES (7452741, '_transient_wflginfl_85213358', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457234, '_transient_timeout_wflginfl_2994655540', '1404763063', 'no') ; 
INSERT INTO `wp_options` VALUES (7457235, '_transient_wflginfl_2994655540', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452760, '_transient_timeout_wflginfl_657935188', '1404759728', 'no') ; 
INSERT INTO `wp_options` VALUES (7452761, '_transient_wflginfl_657935188', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452820, '_transient_timeout_wflginfl_692415938', '1404759779', 'no') ; 
INSERT INTO `wp_options` VALUES (7452821, '_transient_wflginfl_692415938', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452822, '_transient_timeout_wflginfl_1255157462', '1404759780', 'no') ; 
INSERT INTO `wp_options` VALUES (7452823, '_transient_wflginfl_1255157462', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534996, '_transient_timeout_wflginfl_1508215936', '1404827554', 'no') ; 
INSERT INTO `wp_options` VALUES (7534997, '_transient_wflginfl_1508215936', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458483, '_transient_timeout_wflginfl_1332064951', '1404764067', 'no') ; 
INSERT INTO `wp_options` VALUES (7458484, '_transient_wflginfl_1332064951', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493131, '_transient_timeout_wflginfl_3381291855', '1404796542', 'no') ; 
INSERT INTO `wp_options` VALUES (7493132, '_transient_wflginfl_3381291855', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463801, '_transient_timeout_wflginfl_1395765305', '1404768360', 'no') ; 
INSERT INTO `wp_options` VALUES (7463802, '_transient_wflginfl_1395765305', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453006, '_transient_timeout_wflginfl_3178133611', '1404759911', 'no') ; 
INSERT INTO `wp_options` VALUES (7453007, '_transient_wflginfl_3178133611', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467635, '_transient_timeout_wflginfl_3104152275', '1404771628', 'no') ; 
INSERT INTO `wp_options` VALUES (7467636, '_transient_wflginfl_3104152275', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475450, '_transient_timeout_wflginfl_1502775114', '1404779185', 'no') ; 
INSERT INTO `wp_options` VALUES (7475451, '_transient_wflginfl_1502775114', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518670, '_transient_timeout_wflginfl_1390512536', '1404816616', 'no') ; 
INSERT INTO `wp_options` VALUES (7518671, '_transient_wflginfl_1390512536', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459070, '_transient_timeout_wflginfl_1568064413', '1404764500', 'no') ; 
INSERT INTO `wp_options` VALUES (7459071, '_transient_wflginfl_1568064413', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453108, '_transient_timeout_wflginfl_656440549', '1404759993', 'no') ; 
INSERT INTO `wp_options` VALUES (7453109, '_transient_wflginfl_656440549', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453118, '_transient_timeout_wflginfl_657530157', '1404759999', 'no') ; 
INSERT INTO `wp_options` VALUES (7453119, '_transient_wflginfl_657530157', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465100, '_transient_timeout_wflginfl_1492148328', '1404769410', 'no') ; 
INSERT INTO `wp_options` VALUES (7465101, '_transient_wflginfl_1492148328', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458310, '_transient_timeout_wflginfl_1566978699', '1404763912', 'no') ; 
INSERT INTO `wp_options` VALUES (7458311, '_transient_wflginfl_1566978699', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504585, '_transient_timeout_wflginfl_3047444932', '1404806503', 'no') ; 
INSERT INTO `wp_options` VALUES (7538599, '_transient_timeout_wflginfl_1293768658', '1404829948', 'no') ; 
INSERT INTO `wp_options` VALUES (7504586, '_transient_wflginfl_3047444932', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457440, '_transient_timeout_wflginfl_84787428', '1404763229', 'no') ; 
INSERT INTO `wp_options` VALUES (7457441, '_transient_wflginfl_84787428', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519838, '_transient_timeout_wflginfl_1935130666', '1404817421', 'no') ; 
INSERT INTO `wp_options` VALUES (7536062, '_transient_timeout_wflginfl_1143333158', '1404828288', 'no') ; 
INSERT INTO `wp_options` VALUES (7470037, '_transient_timeout_wflginfl_3239641091', '1404774177', 'no') ; 
INSERT INTO `wp_options` VALUES (7470038, '_transient_wflginfl_3239641091', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7454427, '_transient_timeout_wflginfl_1384714108', '1404760948', 'no') ; 
INSERT INTO `wp_options` VALUES (7454428, '_transient_wflginfl_1384714108', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453431, '_transient_timeout_wflginfl_3339164950', '1404760247', 'no') ; 
INSERT INTO `wp_options` VALUES (7453432, '_transient_wflginfl_3339164950', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462098, '_transient_timeout_wflginfl_979471874', '1404766930', 'no') ; 
INSERT INTO `wp_options` VALUES (7462099, '_transient_wflginfl_979471874', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481392, '_transient_timeout_wflginfl_3081481575', '1404785301', 'no') ; 
INSERT INTO `wp_options` VALUES (7481393, '_transient_wflginfl_3081481575', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453543, '_transient_timeout_wflginfl_3312451558', '1404760331', 'no') ; 
INSERT INTO `wp_options` VALUES (7453544, '_transient_wflginfl_3312451558', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485603, '_transient_timeout_wflginfl_2002717799', '1404789444', 'no') ; 
INSERT INTO `wp_options` VALUES (7477768, '_transient_timeout_wflginfl_1563310888', '1404781497', 'no') ; 
INSERT INTO `wp_options` VALUES (7477769, '_transient_wflginfl_1563310888', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466000, '_transient_timeout_wflginfl_1834749362', '1404770517', 'no') ; 
INSERT INTO `wp_options` VALUES (7479289, '_transient_timeout_wflginfl_1442035273', '1404783350', 'no') ; 
INSERT INTO `wp_options` VALUES (7468747, '_transient_timeout_wflginfl_1572317576', '1404772592', 'no') ; 
INSERT INTO `wp_options` VALUES (7468748, '_transient_wflginfl_1572317576', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456944, '_transient_timeout_wflginfl_1001955703', '1404762847', 'no') ; 
INSERT INTO `wp_options` VALUES (7456945, '_transient_wflginfl_1001955703', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453621, '_transient_timeout_wflginfl_3157614555', '1404760399', 'no') ; 
INSERT INTO `wp_options` VALUES (7453622, '_transient_wflginfl_3157614555', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453625, '_transient_timeout_wflginfl_1188495945', '1404760400', 'no') ; 
INSERT INTO `wp_options` VALUES (7453626, '_transient_wflginfl_1188495945', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474129, '_transient_timeout_wflginfl_3386073777', '1404777773', 'no') ; 
INSERT INTO `wp_options` VALUES (7474130, '_transient_wflginfl_3386073777', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453673, '_transient_timeout_wflginfl_2006830554', '1404760435', 'no') ; 
INSERT INTO `wp_options` VALUES (7453674, '_transient_wflginfl_2006830554', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7498975, '_transient_timeout_wflginfl_411551103', '1404801987', 'no') ; 
INSERT INTO `wp_options` VALUES (7498976, '_transient_wflginfl_411551103', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455087, '_transient_timeout_wflginfl_3065609081', '1404761457', 'no') ; 
INSERT INTO `wp_options` VALUES (7455088, '_transient_wflginfl_3065609081', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457110, '_transient_timeout_wflginfl_657271540', '1404762979', 'no') ; 
INSERT INTO `wp_options` VALUES (7457111, '_transient_wflginfl_657271540', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453815, '_transient_timeout_wflginfl_2033590378', '1404760537', 'no') ; 
INSERT INTO `wp_options` VALUES (7453816, '_transient_wflginfl_2033590378', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501312, '_transient_timeout_wflginfl_843303036', '1404803889', 'no') ; 
INSERT INTO `wp_options` VALUES (7504216, '_transient_wflginfl_1136736362', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492764, '_transient_timeout_wflginfl_1001513850', '1404796183', 'no') ; 
INSERT INTO `wp_options` VALUES (7453905, '_transient_timeout_wflginfl_668142044', '1404760597', 'no') ; 
INSERT INTO `wp_options` VALUES (7453906, '_transient_wflginfl_668142044', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463567, '_transient_timeout_wflginfl_1501584410', '1404768412', 'no') ; 
INSERT INTO `wp_options` VALUES (7463568, '_transient_wflginfl_1501584410', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7455295, '_transient_timeout_wflginfl_3032429643', '1404761624', 'no') ; 
INSERT INTO `wp_options` VALUES (7455296, '_transient_wflginfl_3032429643', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454041, '_transient_timeout_wflginfl_2449430574', '1404760671', 'no') ; 
INSERT INTO `wp_options` VALUES (7454042, '_transient_wflginfl_2449430574', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485357, '_transient_timeout_wflginfl_3189690887', '1404789486', 'no') ; 
INSERT INTO `wp_options` VALUES (7485358, '_transient_wflginfl_3189690887', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7486153, '_transient_timeout_wflginfl_1892815343', '1404789943', 'no') ; 
INSERT INTO `wp_options` VALUES (7486154, '_transient_wflginfl_1892815343', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475496, '_transient_timeout_wflginfl_1675792399', '1404779221', 'no') ; 
INSERT INTO `wp_options` VALUES (7475497, '_transient_wflginfl_1675792399', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460568, '_transient_timeout_wflginfl_2024276479', '1404765656', 'no') ; 
INSERT INTO `wp_options` VALUES (7460569, '_transient_wflginfl_2024276479', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525775, '_transient_timeout_wflginfl_700396718', '1404821445', 'no') ; 
INSERT INTO `wp_options` VALUES (7525776, '_transient_wflginfl_700396718', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455393, '_transient_timeout_wflginfl_524126409', '1404761696', 'no') ; 
INSERT INTO `wp_options` VALUES (7455394, '_transient_wflginfl_524126409', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454187, '_transient_timeout_wflginfl_1578475748', '1404760773', 'no') ; 
INSERT INTO `wp_options` VALUES (7454188, '_transient_wflginfl_1578475748', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454199, '_transient_timeout_wflginfl_3065603963', '1404760780', 'no') ; 
INSERT INTO `wp_options` VALUES (7454200, '_transient_wflginfl_3065603963', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473201, '_transient_timeout_wflginfl_3363127233', '1404776898', 'no') ; 
INSERT INTO `wp_options` VALUES (7473202, '_transient_wflginfl_3363127233', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454385, '_transient_timeout_wflginfl_3393400103', '1404760918', 'no') ; 
INSERT INTO `wp_options` VALUES (7454369, '_transient_timeout_wflginfl_2966273064', '1404760910', 'no') ; 
INSERT INTO `wp_options` VALUES (7454370, '_transient_wflginfl_2966273064', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454386, '_transient_wflginfl_3393400103', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454395, '_transient_timeout_wflginfl_657013937', '1404760924', 'no') ; 
INSERT INTO `wp_options` VALUES (7454396, '_transient_wflginfl_657013937', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454445, '_transient_timeout_wflginfl_657956555', '1404760964', 'no') ; 
INSERT INTO `wp_options` VALUES (7454446, '_transient_wflginfl_657956555', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471667, '_transient_timeout_wflginfl_3176315843', '1404775378', 'no') ; 
INSERT INTO `wp_options` VALUES (7471668, '_transient_wflginfl_3176315843', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497024, '_transient_timeout_wflginfl_3000935207', '1404800181', 'no') ; 
INSERT INTO `wp_options` VALUES (7497025, '_transient_wflginfl_3000935207', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456529, '_transient_timeout_wflginfl_97277962', '1404762551', 'no') ; 
INSERT INTO `wp_options` VALUES (7456530, '_transient_wflginfl_97277962', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540690, '_transient_timeout_wflginfl_1405447183', '1404831531', 'no') ; 
INSERT INTO `wp_options` VALUES (7540691, '_transient_wflginfl_1405447183', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7516052, '_transient_timeout_wflginfl_1547632374', '1404814778', 'no') ; 
INSERT INTO `wp_options` VALUES (7536496, '_transient_wflginfl_1870525330', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535178, '_transient_timeout_wflginfl_1503930209', '1404827686', 'no') ; 
INSERT INTO `wp_options` VALUES (7521429, '_transient_timeout_wflginfl_1569714178', '1404818483', 'no') ; 
INSERT INTO `wp_options` VALUES (7521430, '_transient_wflginfl_1569714178', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470299, '_transient_timeout_wflginfl_657661241', '1404773984', 'no') ; 
INSERT INTO `wp_options` VALUES (7470300, '_transient_wflginfl_657661241', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454625, '_transient_timeout_wflginfl_1976039271', '1404761090', 'no') ; 
INSERT INTO `wp_options` VALUES (7454626, '_transient_wflginfl_1976039271', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457572, '_transient_timeout_wflginfl_2006621554', '1404763344', 'no') ; 
INSERT INTO `wp_options` VALUES (7457573, '_transient_wflginfl_2006621554', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478170, '_transient_timeout_wflginfl_657496296', '1404781906', 'no') ; 
INSERT INTO `wp_options` VALUES (7478171, '_transient_wflginfl_657496296', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458112, '_transient_timeout_wflginfl_694902134', '1404763749', 'no') ; 
INSERT INTO `wp_options` VALUES (7458113, '_transient_wflginfl_694902134', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459268, '_transient_timeout_wflginfl_3318280044', '1404764653', 'no') ; 
INSERT INTO `wp_options` VALUES (7459269, '_transient_wflginfl_3318280044', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535179, '_transient_wflginfl_1503930209', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466024, '_transient_timeout_wflginfl_1337229994', '1404770252', 'no') ; 
INSERT INTO `wp_options` VALUES (7466025, '_transient_wflginfl_1337229994', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465750, '_transient_timeout_wflginfl_3065132831', '1404769993', 'no') ; 
INSERT INTO `wp_options` VALUES (7465751, '_transient_wflginfl_3065132831', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530320, '_transient_timeout_wflginfl_2988717598', '1404824557', 'no') ; 
INSERT INTO `wp_options` VALUES (7530321, '_transient_wflginfl_2988717598', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7547889, '_transient_wflginfl_3630408722', '10', 'no') ; 
INSERT INTO `wp_options` VALUES (7547989, '_transient_timeout_wflginfl_1082563937', '1405960581', 'no') ; 
INSERT INTO `wp_options` VALUES (7507332, '_transient_timeout_wflginfl_84678148', '1404808615', 'no') ; 
INSERT INTO `wp_options` VALUES (7507333, '_transient_wflginfl_84678148', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454929, '_transient_timeout_wflginfl_247518801', '1404761337', 'no') ; 
INSERT INTO `wp_options` VALUES (7454930, '_transient_wflginfl_247518801', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455025, '_transient_timeout_wflginfl_1548805272', '1404761418', 'no') ; 
INSERT INTO `wp_options` VALUES (7455026, '_transient_wflginfl_1548805272', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461026, '_transient_timeout_wflginfl_1043105494', '1404766024', 'no') ; 
INSERT INTO `wp_options` VALUES (7461027, '_transient_wflginfl_1043105494', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455145, '_transient_timeout_wflginfl_90991509', '1404761505', 'no') ; 
INSERT INTO `wp_options` VALUES (7455146, '_transient_wflginfl_90991509', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457722, '_transient_timeout_wflginfl_47798789', '1404763450', 'no') ; 
INSERT INTO `wp_options` VALUES (7457723, '_transient_wflginfl_47798789', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455155, '_transient_timeout_wflginfl_3310609031', '1404761509', 'no') ; 
INSERT INTO `wp_options` VALUES (7455156, '_transient_wflginfl_3310609031', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455773, '_transient_timeout_wflginfl_3104980545', '1404761992', 'no') ; 
INSERT INTO `wp_options` VALUES (7455774, '_transient_wflginfl_3104980545', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456631, '_transient_timeout_wflginfl_695142190', '1404762619', 'no') ; 
INSERT INTO `wp_options` VALUES (7456632, '_transient_wflginfl_695142190', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468483, '_transient_timeout_wflginfl_1977016361', '1404772652', 'no') ; 
INSERT INTO `wp_options` VALUES (7468484, '_transient_wflginfl_1977016361', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7458210, '_transient_timeout_wflginfl_3124234356', '1404764108', 'no') ; 
INSERT INTO `wp_options` VALUES (7458211, '_transient_wflginfl_3124234356', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7456085, '_transient_timeout_wflginfl_1334219030', '1404762210', 'no') ; 
INSERT INTO `wp_options` VALUES (7456086, '_transient_wflginfl_1334219030', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455303, '_transient_timeout_wflginfl_1293697474', '1404761627', 'no') ; 
INSERT INTO `wp_options` VALUES (7455304, '_transient_wflginfl_1293697474', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455341, '_transient_timeout_wflginfl_974889078', '1404761658', 'no') ; 
INSERT INTO `wp_options` VALUES (7455342, '_transient_wflginfl_974889078', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456701, '_transient_timeout_wflginfl_3315809088', '1404762672', 'no') ; 
INSERT INTO `wp_options` VALUES (7522120, '_transient_wflginfl_1417589448', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504589, '_transient_timeout_wflginfl_1334074261', '1404806506', 'no') ; 
INSERT INTO `wp_options` VALUES (7504590, '_transient_wflginfl_1334074261', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467845, '_transient_timeout_wflginfl_2942968635', '1404771814', 'no') ; 
INSERT INTO `wp_options` VALUES (7467846, '_transient_wflginfl_2942968635', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487233, '_transient_timeout_wflginfl_2006633257', '1404791011', 'no') ; 
INSERT INTO `wp_options` VALUES (7534328, '_transient_timeout_wflginfl_1296509531', '1404827126', 'no') ; 
INSERT INTO `wp_options` VALUES (7472416, '_transient_wflginfl_411503330', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473354, '_transient_wflginfl_2053975415', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475638, '_transient_timeout_wflginfl_1257946204', '1404779568', 'no') ; 
INSERT INTO `wp_options` VALUES (7475639, '_transient_wflginfl_1257946204', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7539209, '_transient_timeout_wflginfl_1477635023', '1404830355', 'no') ; 
INSERT INTO `wp_options` VALUES (7539210, '_transient_wflginfl_1477635023', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455829, '_transient_timeout_wflginfl_1380897582', '1404762038', 'no') ; 
INSERT INTO `wp_options` VALUES (7455830, '_transient_wflginfl_1380897582', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460782, '_transient_timeout_wflginfl_1417337465', '1404765830', 'no') ; 
INSERT INTO `wp_options` VALUES (7460783, '_transient_wflginfl_1417337465', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466815, '_transient_timeout_wflginfl_3318423492', '1404770964', 'no') ; 
INSERT INTO `wp_options` VALUES (7500348, '_transient_timeout_wflginfl_701473535', '1404803099', 'no') ; 
INSERT INTO `wp_options` VALUES (7503555, '_transient_timeout_wflginfl_391897356', '1404805665', 'no') ; 
INSERT INTO `wp_options` VALUES (7493086, '_transient_timeout_wflginfl_1667460164', '1404796505', 'no') ; 
INSERT INTO `wp_options` VALUES (7455529, '_transient_timeout_wflginfl_1909623716', '1404761785', 'no') ; 
INSERT INTO `wp_options` VALUES (7455530, '_transient_wflginfl_1909623716', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540639, '_transient_wflginfl_1665847586', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517029, '_transient_timeout_wflginfl_3562891521', '1404815464', 'no') ; 
INSERT INTO `wp_options` VALUES (7455571, '_transient_timeout_wflginfl_1333004044', '1404761811', 'no') ; 
INSERT INTO `wp_options` VALUES (7455572, '_transient_wflginfl_1333004044', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460284, '_transient_timeout_wflginfl_1337041330', '1404765454', 'no') ; 
INSERT INTO `wp_options` VALUES (7460285, '_transient_wflginfl_1337041330', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477069, '_transient_timeout_wflginfl_1424234084', '1404780791', 'no') ; 
INSERT INTO `wp_options` VALUES (7477070, '_transient_wflginfl_1424234084', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455641, '_transient_timeout_wflginfl_3065404044', '1404761860', 'no') ; 
INSERT INTO `wp_options` VALUES (7455642, '_transient_wflginfl_3065404044', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457324, '_transient_timeout_wflginfl_3029608610', '1404763132', 'no') ; 
INSERT INTO `wp_options` VALUES (7457325, '_transient_wflginfl_3029608610', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464633, '_transient_timeout_wflginfl_1744430548', '1404769028', 'no') ; 
INSERT INTO `wp_options` VALUES (7464634, '_transient_wflginfl_1744430548', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540809, '_transient_wflginfl_1415226820', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541085, '_transient_wflginfl_1250334070', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455721, '_transient_timeout_wflginfl_697261234', '1404761938', 'no') ; 
INSERT INTO `wp_options` VALUES (7455722, '_transient_wflginfl_697261234', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478527, '_transient_timeout_wflginfl_2978997161', '1404782274', 'no') ; 
INSERT INTO `wp_options` VALUES (7478528, '_transient_wflginfl_2978997161', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455811, '_transient_timeout_wflginfl_39865071', '1404762272', 'no') ; 
INSERT INTO `wp_options` VALUES (7455812, '_transient_wflginfl_39865071', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7537759, '_transient_timeout_wflginfl_2955727798', '1404829407', 'no') ; 
INSERT INTO `wp_options` VALUES (7537760, '_transient_wflginfl_2955727798', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455847, '_transient_timeout_wflginfl_694241014', '1404762052', 'no') ; 
INSERT INTO `wp_options` VALUES (7455848, '_transient_wflginfl_694241014', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456667, '_transient_timeout_wflginfl_1293934217', '1404762657', 'no') ; 
INSERT INTO `wp_options` VALUES (7456668, '_transient_wflginfl_1293934217', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455883, '_transient_timeout_wflginfl_1892722751', '1404762076', 'no') ; 
INSERT INTO `wp_options` VALUES (7455884, '_transient_wflginfl_1892722751', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483571, '_transient_timeout_wflginfl_35877873', '1404787531', 'no') ; 
INSERT INTO `wp_options` VALUES (7483572, '_transient_wflginfl_35877873', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455919, '_transient_timeout_wflginfl_3065724257', '1404762099', 'no') ; 
INSERT INTO `wp_options` VALUES (7455920, '_transient_wflginfl_3065724257', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455931, '_transient_timeout_wflginfl_657642727', '1404762105', 'no') ; 
INSERT INTO `wp_options` VALUES (7455932, '_transient_wflginfl_657642727', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527284, '_transient_timeout_wflginfl_531133572', '1404822462', 'no') ; 
INSERT INTO `wp_options` VALUES (7468153, '_transient_timeout_wflginfl_3065162093', '1404772064', 'no') ; 
INSERT INTO `wp_options` VALUES (7536725, '_transient_timeout_wflginfl_2549758461', '1404828756', 'no') ; 
INSERT INTO `wp_options` VALUES (7501327, '_transient_timeout_wflginfl_1385897553', '1404803898', 'no') ; 
INSERT INTO `wp_options` VALUES (7456029, '_transient_timeout_wflginfl_1627379617', '1404762183', 'no') ; 
INSERT INTO `wp_options` VALUES (7456030, '_transient_wflginfl_1627379617', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7457132, '_transient_timeout_wflginfl_3318995940', '1404762991', 'no') ; 
INSERT INTO `wp_options` VALUES (7457133, '_transient_wflginfl_3318995940', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456069, '_transient_timeout_wffgt_1627379617', '1404762198', 'no') ; 
INSERT INTO `wp_options` VALUES (7456070, '_transient_wffgt_1627379617', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457226, '_transient_timeout_wflginfl_3562891556', '1404763059', 'no') ; 
INSERT INTO `wp_options` VALUES (7457227, '_transient_wflginfl_3562891556', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456129, '_transient_timeout_wflginfl_656458532', '1404762236', 'no') ; 
INSERT INTO `wp_options` VALUES (7456130, '_transient_wflginfl_656458532', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7366176, '_transient_timeout_wffgt_1199027001', '1404181242', 'no') ; 
INSERT INTO `wp_options` VALUES (7366177, '_transient_wffgt_1199027001', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7366208, '_transient_timeout_wflginfl_848178175', '1404189642', 'no') ; 
INSERT INTO `wp_options` VALUES (7366209, '_transient_wflginfl_848178175', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7343950, '_transient_timeout_wflginfl_403529257', '1399502829', 'no') ; 
INSERT INTO `wp_options` VALUES (7343951, '_transient_wflginfl_403529257', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7342539, '_transient_timeout_wflginfl_1140411247', '1399242596', 'no') ; 
INSERT INTO `wp_options` VALUES (7342540, '_transient_wflginfl_1140411247', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7342541, '_transient_timeout_wflginfl_1165474932', '1399242637', 'no') ; 
INSERT INTO `wp_options` VALUES (7342542, '_transient_wflginfl_1165474932', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7342602, '_transient_timeout_wflginfl_2889359761', '1399261499', 'no') ; 
INSERT INTO `wp_options` VALUES (7342549, '_transient_timeout_wffgt_1171376040', '1399246410', 'no') ; 
INSERT INTO `wp_options` VALUES (7342550, '_transient_wffgt_1171376040', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7342603, '_transient_wflginfl_2889359761', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7342725, '_transient_timeout_wflginfl_1656941623', '1399300354', 'no') ; 
INSERT INTO `wp_options` VALUES (7342726, '_transient_wflginfl_1656941623', '7', 'no') ; 
INSERT INTO `wp_options` VALUES (7342684, '_transient_timeout_wffgt_1246714005', '1399291467', 'no') ; 
INSERT INTO `wp_options` VALUES (7342685, '_transient_wffgt_1246714005', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7342707, '_transient_timeout_wffgt_1824627529', '1399295698', 'no') ; 
INSERT INTO `wp_options` VALUES (7342708, '_transient_wffgt_1824627529', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7342727, '_transient_timeout_wffgt_1656941623', '1399300197', 'no') ; 
INSERT INTO `wp_options` VALUES (7342728, '_transient_wffgt_1656941623', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7453955, '_transient_timeout_wflginfl_2955584477', '1404760619', 'no') ; 
INSERT INTO `wp_options` VALUES (7338724, '_transient_timeout_wflginfl_846439208', '1398444130', 'no') ; 
INSERT INTO `wp_options` VALUES (7338725, '_transient_wflginfl_846439208', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7338769, '_transient_timeout_wflginfl_1169119277', '1398449137', 'no') ; 
INSERT INTO `wp_options` VALUES (7338770, '_transient_wflginfl_1169119277', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7544576, '_transient_timeout_wffgt_3501773618', '1405272301', 'no') ; 
INSERT INTO `wp_options` VALUES (7544577, '_transient_wffgt_3501773618', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7338805, '_transient_timeout_wffgt_3634492554', '1398460402', 'no') ; 
INSERT INTO `wp_options` VALUES (7338806, '_transient_wffgt_3634492554', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7339360, '_transient_timeout_wffgt_1658306838', '1398614564', 'no') ; 
INSERT INTO `wp_options` VALUES (7339361, '_transient_wffgt_1658306838', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7338828, '_transient_timeout_wffgt_2560647917', '1398465028', 'no') ; 
INSERT INTO `wp_options` VALUES (7338829, '_transient_wffgt_2560647917', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7338891, '_transient_timeout_wflginfl_3233308562', '1398486811', 'no') ; 
INSERT INTO `wp_options` VALUES (7339000, '_transient_timeout_wflginfl_1851329762', '1398519236', 'no') ; 
INSERT INTO `wp_options` VALUES (7338892, '_transient_wflginfl_3233308562', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472907, '_transient_timeout_wflginfl_1337032035', '1404776609', 'no') ; 
INSERT INTO `wp_options` VALUES (7338906, '_transient_timeout_wffgt_1186899465', '1398489173', 'no') ; 
INSERT INTO `wp_options` VALUES (7338907, '_transient_wffgt_1186899465', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340095, '_transient_wflginfl_3097128806', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340088, '_transient_timeout_wffgt_404941583', '1398781392', 'no') ; 
INSERT INTO `wp_options` VALUES (7340089, '_transient_wffgt_404941583', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339303, '_transient_wflginfl_839087401', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339001, '_transient_wflginfl_1851329762', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340070, '_transient_timeout_wflginfl_1542358738', '1398776939', 'no') ; 
INSERT INTO `wp_options` VALUES (7340071, '_transient_wflginfl_1542358738', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340094, '_transient_timeout_wflginfl_3097128806', '1398782417', 'no') ; 
INSERT INTO `wp_options` VALUES (7347302, '_transient_timeout_wflginfl_846440805', '1400171174', 'no') ; 
INSERT INTO `wp_options` VALUES (7347303, '_transient_wflginfl_846440805', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7342485, '_transient_timeout_wflginfl_1632342751', '1399229923', 'no') ; 
INSERT INTO `wp_options` VALUES (7342486, '_transient_wflginfl_1632342751', '5', 'no') ; 
INSERT INTO `wp_options` VALUES (7344928, '_transient_timeout_wffgt_1632342751', '1399678904', 'no') ; 
INSERT INTO `wp_options` VALUES (7344929, '_transient_wffgt_1632342751', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7339139, '_transient_timeout_wflginfl_1136139272', '1398554490', 'no') ; 
INSERT INTO `wp_options` VALUES (7339118, '_transient_timeout_wflginfl_3331297750', '1398548738', 'no') ; 
INSERT INTO `wp_options` VALUES (7339119, '_transient_wflginfl_3331297750', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339131, '_transient_timeout_wflginfl_3331297234', '1398553015', 'no') ; 
INSERT INTO `wp_options` VALUES (7339132, '_transient_wflginfl_3331297234', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339140, '_transient_wflginfl_1136139272', '6', 'no') ; 
INSERT INTO `wp_options` VALUES (7339149, '_transient_timeout_wflginfl_2794677890', '1398556793', 'no') ; 
INSERT INTO `wp_options` VALUES (7339150, '_transient_wflginfl_2794677890', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340796, '_transient_timeout_wflginfl_1634795991', '1398835504', 'no') ; 
INSERT INTO `wp_options` VALUES (7340797, '_transient_wflginfl_1634795991', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339160, '_transient_timeout_wffgt_1221525827', '1398558301', 'no') ; 
INSERT INTO `wp_options` VALUES (7339161, '_transient_wffgt_1221525827', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7339300, '_transient_timeout_wflginfl_3331297066', '1398598249', 'no') ; 
INSERT INTO `wp_options` VALUES (7339301, '_transient_wflginfl_3331297066', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339171, '_transient_timeout_wffgt_1668020318', '1398559817', 'no') ; 
INSERT INTO `wp_options` VALUES (7339172, '_transient_wffgt_1668020318', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7339208, '_transient_timeout_wflginfl_3331297406', '1398570294', 'no') ; 
INSERT INTO `wp_options` VALUES (7339209, '_transient_wflginfl_3331297406', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470490, '_transient_wflginfl_3138027023', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339219, '_transient_timeout_wffgt_3408622050', '1398574363', 'no') ; 
INSERT INTO `wp_options` VALUES (7339220, '_transient_wffgt_3408622050', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339275, '_transient_timeout_wflginfl_634114168', '1398591625', 'no') ; 
INSERT INTO `wp_options` VALUES (7339276, '_transient_wflginfl_634114168', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470489, '_transient_timeout_wflginfl_3138027023', '1404774185', 'no') ; 
INSERT INTO `wp_options` VALUES (7339328, '_transient_timeout_wflginfl_848298624', '1398606937', 'no') ; 
INSERT INTO `wp_options` VALUES (7339329, '_transient_wflginfl_848298624', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339335, '_transient_timeout_wflginfl_1185853867', '1398608809', 'no') ; 
INSERT INTO `wp_options` VALUES (7339336, '_transient_wflginfl_1185853867', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7470360, '_transient_wflginfl_1075485670', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339348, '_transient_timeout_wflginfl_3350496221', '1398611358', 'no') ; 
INSERT INTO `wp_options` VALUES (7339349, '_transient_wflginfl_3350496221', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504598, '_transient_wflginfl_1524454159', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470359, '_transient_timeout_wflginfl_1075485670', '1404774059', 'no') ; 
INSERT INTO `wp_options` VALUES (7339362, '_transient_timeout_wflginfl_1658306838', '1398614989', 'no') ; 
INSERT INTO `wp_options` VALUES (7339363, '_transient_wflginfl_1658306838', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339961, '_transient_wflginfl_2364346286', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339388, '_transient_timeout_wflginfl_3516160920', '1398619815', 'no') ; 
INSERT INTO `wp_options` VALUES (7339389, '_transient_wflginfl_3516160920', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339367, '_transient_timeout_wffgt_418348413', '1398615253', 'no') ; 
INSERT INTO `wp_options` VALUES (7339368, '_transient_wffgt_418348413', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7515546, '_transient_timeout_wflginfl_3065383531', '1404814429', 'no') ; 
INSERT INTO `wp_options` VALUES (7339435, '_transient_timeout_wflginfl_3301186718', '1398627259', 'no') ; 
INSERT INTO `wp_options` VALUES (7339436, '_transient_wflginfl_3301186718', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339437, '_transient_timeout_wffgt_1187479586', '1398627709', 'no') ; 
INSERT INTO `wp_options` VALUES (7339438, '_transient_wffgt_1187479586', '5', 'no') ; 
INSERT INTO `wp_options` VALUES (7339486, '_transient_timeout_wflginfl_1113020750', '1398641815', 'no') ; 
INSERT INTO `wp_options` VALUES (7339487, '_transient_wflginfl_1113020750', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339488, '_transient_timeout_wflginfl_848146091', '1398641949', 'no') ; 
INSERT INTO `wp_options` VALUES (7339489, '_transient_wflginfl_848146091', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339538, '_transient_timeout_wflginfl_1200330941', '1398655455', 'no') ; 
INSERT INTO `wp_options` VALUES (7339539, '_transient_wflginfl_1200330941', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7339542, '_transient_timeout_wflginfl_848818398', '1398656004', 'no') ; 
INSERT INTO `wp_options` VALUES (7339543, '_transient_wflginfl_848818398', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7344971, '_transient_timeout_wffgt_3096740582', '1399690665', 'no') ; 
INSERT INTO `wp_options` VALUES (7344972, '_transient_wffgt_3096740582', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339551, '_transient_timeout_wffgt_2886697495', '1398658619', 'no') ; 
INSERT INTO `wp_options` VALUES (7339552, '_transient_wffgt_2886697495', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339577, '_transient_timeout_wflginfl_2905356679', '1398666941', 'no') ; 
INSERT INTO `wp_options` VALUES (7339578, '_transient_wflginfl_2905356679', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467234, '_transient_wflginfl_1892044599', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467233, '_transient_timeout_wflginfl_1892044599', '1404771313', 'no') ; 
INSERT INTO `wp_options` VALUES (7339613, '_transient_timeout_wflginfl_3236164427', '1398676921', 'no') ; 
INSERT INTO `wp_options` VALUES (7339614, '_transient_wflginfl_3236164427', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507752, '_transient_wflginfl_1550054844', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7347198, '_transient_timeout_wflginfl_3337960930', '1400160804', 'no') ; 
INSERT INTO `wp_options` VALUES (7347199, '_transient_wflginfl_3337960930', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339644, '_transient_timeout_wflginfl_1822681226', '1398689385', 'no') ; 
INSERT INTO `wp_options` VALUES (7339645, '_transient_wflginfl_1822681226', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507751, '_transient_timeout_wflginfl_1550054844', '1404808931', 'no') ; 
INSERT INTO `wp_options` VALUES (7339653, '_transient_timeout_wflginfl_3233305022', '1398691466', 'no') ; 
INSERT INTO `wp_options` VALUES (7339654, '_transient_wflginfl_3233305022', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460804, '_transient_timeout_wflginfl_3644277037', '1404765845', 'no') ; 
INSERT INTO `wp_options` VALUES (7460805, '_transient_wflginfl_3644277037', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466088, '_transient_timeout_wflginfl_845241899', '1404770315', 'no') ; 
INSERT INTO `wp_options` VALUES (7466699, '_transient_wflginfl_1393857759', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460822, '_transient_timeout_wflginfl_657648252', '1404765860', 'no') ; 
INSERT INTO `wp_options` VALUES (7460823, '_transient_wflginfl_657648252', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489288, '_transient_timeout_wflginfl_2975999099', '1404793003', 'no') ; 
INSERT INTO `wp_options` VALUES (7489289, '_transient_wflginfl_2975999099', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460828, '_transient_timeout_wflginfl_534323825', '1404765862', 'no') ; 
INSERT INTO `wp_options` VALUES (7460829, '_transient_wflginfl_534323825', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467714, '_transient_wflginfl_1337360394', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467713, '_transient_timeout_wflginfl_1337360394', '1404771687', 'no') ; 
INSERT INTO `wp_options` VALUES (7461471, '_transient_wflginfl_701487097', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480142, '_transient_wflginfl_1773998843', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484169, '_transient_timeout_wflginfl_1432695252', '1404788065', 'no') ; 
INSERT INTO `wp_options` VALUES (7484170, '_transient_wflginfl_1432695252', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478615, '_transient_timeout_wflginfl_622804577', '1404782385', 'no') ; 
INSERT INTO `wp_options` VALUES (7478616, '_transient_wflginfl_622804577', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477647, '_transient_timeout_wflginfl_1140091600', '1404781392', 'no') ; 
INSERT INTO `wp_options` VALUES (7512570, '_transient_wflginfl_627645141', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500852, '_transient_timeout_wflginfl_3318279082', '1404803498', 'no') ; 
INSERT INTO `wp_options` VALUES (7500853, '_transient_wflginfl_3318279082', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460958, '_transient_timeout_wflginfl_622029826', '1404765976', 'no') ; 
INSERT INTO `wp_options` VALUES (7460959, '_transient_wflginfl_622029826', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465552, '_transient_timeout_wflginfl_1563138175', '1404769838', 'no') ; 
INSERT INTO `wp_options` VALUES (7465553, '_transient_wflginfl_1563138175', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461623, '_transient_timeout_wflginfl_3159222104', '1404766534', 'no') ; 
INSERT INTO `wp_options` VALUES (7461624, '_transient_wflginfl_3159222104', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477004, '_transient_timeout_wflginfl_3157507587', '1404780731', 'no') ; 
INSERT INTO `wp_options` VALUES (7477005, '_transient_wflginfl_3157507587', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468701, '_transient_timeout_wflginfl_1432528540', '1404772558', 'no') ; 
INSERT INTO `wp_options` VALUES (7468702, '_transient_wflginfl_1432528540', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479335, '_transient_timeout_wflginfl_3149400391', '1404783165', 'no') ; 
INSERT INTO `wp_options` VALUES (7479336, '_transient_wflginfl_3149400391', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462655, '_transient_timeout_wflginfl_3318220472', '1404767451', 'no') ; 
INSERT INTO `wp_options` VALUES (7467057, '_transient_timeout_wflginfl_1345864041', '1404771361', 'no') ; 
INSERT INTO `wp_options` VALUES (7467058, '_transient_wflginfl_1345864041', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7462656, '_transient_wflginfl_3318220472', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470133, '_transient_timeout_wflginfl_695033280', '1404774080', 'no') ; 
INSERT INTO `wp_options` VALUES (7470134, '_transient_wflginfl_695033280', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7475026, '_transient_timeout_wflginfl_608547804', '1404778740', 'no') ; 
INSERT INTO `wp_options` VALUES (7475027, '_transient_wflginfl_608547804', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468085, '_transient_timeout_wflginfl_529761838', '1404772007', 'no') ; 
INSERT INTO `wp_options` VALUES (7468086, '_transient_wflginfl_529761838', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471492, '_transient_timeout_wflginfl_1326536753', '1404775191', 'no') ; 
INSERT INTO `wp_options` VALUES (7471493, '_transient_wflginfl_1326536753', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467245, '_transient_timeout_wflginfl_1502479571', '1404771328', 'no') ; 
INSERT INTO `wp_options` VALUES (7467246, '_transient_wflginfl_1502479571', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461595, '_transient_timeout_wflginfl_2006625758', '1404766503', 'no') ; 
INSERT INTO `wp_options` VALUES (7461596, '_transient_wflginfl_2006625758', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505420, '_transient_timeout_wflginfl_704269764', '1404807210', 'no') ; 
INSERT INTO `wp_options` VALUES (7505421, '_transient_wflginfl_704269764', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461671, '_transient_timeout_wflginfl_1337135137', '1404766573', 'no') ; 
INSERT INTO `wp_options` VALUES (7461672, '_transient_wflginfl_1337135137', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466640, '_transient_timeout_wflginfl_1356373468', '1404770802', 'no') ; 
INSERT INTO `wp_options` VALUES (7466641, '_transient_wflginfl_1356373468', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467423, '_transient_timeout_wflginfl_1771899118', '1404771457', 'no') ; 
INSERT INTO `wp_options` VALUES (7467424, '_transient_wflginfl_1771899118', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523235, '_transient_timeout_wflginfl_1569715464', '1404819648', 'no') ; 
INSERT INTO `wp_options` VALUES (7461792, '_transient_timeout_wflginfl_1594654606', '1404766670', 'no') ; 
INSERT INTO `wp_options` VALUES (7461793, '_transient_wflginfl_1594654606', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523236, '_transient_wflginfl_1569715464', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462436, '_transient_timeout_wflginfl_1383246172', '1404767251', 'no') ; 
INSERT INTO `wp_options` VALUES (7462437, '_transient_wflginfl_1383246172', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510945, '_transient_timeout_wflginfl_2958846311', '1404811185', 'no') ; 
INSERT INTO `wp_options` VALUES (7510946, '_transient_wflginfl_2958846311', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461908, '_transient_timeout_wflginfl_1388955151', '1404766773', 'no') ; 
INSERT INTO `wp_options` VALUES (7461909, '_transient_wflginfl_1388955151', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537105, '_transient_timeout_wflginfl_1448672360', '1404828991', 'no') ; 
INSERT INTO `wp_options` VALUES (7537106, '_transient_wflginfl_1448672360', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468611, '_transient_timeout_wflginfl_1435144343', '1404772478', 'no') ; 
INSERT INTO `wp_options` VALUES (7468612, '_transient_wflginfl_1435144343', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462483, '_transient_timeout_wflginfl_1228268304', '1404767295', 'no') ; 
INSERT INTO `wp_options` VALUES (7462484, '_transient_wflginfl_1228268304', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536825, '_transient_timeout_wflginfl_692867074', '1404828808', 'no') ; 
INSERT INTO `wp_options` VALUES (7465979, '_transient_timeout_wflginfl_696863503', '1404770217', 'no') ; 
INSERT INTO `wp_options` VALUES (7465480, '_transient_timeout_wflginfl_1772018843', '1404769768', 'no') ; 
INSERT INTO `wp_options` VALUES (7465481, '_transient_wflginfl_1772018843', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474790, '_transient_timeout_wflginfl_3196820005', '1404778506', 'no') ; 
INSERT INTO `wp_options` VALUES (7474791, '_transient_wflginfl_3196820005', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462020, '_transient_timeout_wflginfl_2006625316', '1404766872', 'no') ; 
INSERT INTO `wp_options` VALUES (7462021, '_transient_wflginfl_2006625316', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462028, '_transient_timeout_wflginfl_1500432430', '1404767172', 'no') ; 
INSERT INTO `wp_options` VALUES (7462029, '_transient_wflginfl_1500432430', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7462034, '_transient_timeout_wflginfl_1337572729', '1404766881', 'no') ; 
INSERT INTO `wp_options` VALUES (7462035, '_transient_wflginfl_1337572729', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531514, '_transient_timeout_wflginfl_36923314', '1404825357', 'no') ; 
INSERT INTO `wp_options` VALUES (7531515, '_transient_wflginfl_36923314', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463789, '_transient_timeout_wflginfl_627644373', '1404768343', 'no') ; 
INSERT INTO `wp_options` VALUES (7463790, '_transient_wflginfl_627644373', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485178, '_transient_timeout_wflginfl_1332374987', '1404789069', 'no') ; 
INSERT INTO `wp_options` VALUES (7485179, '_transient_wflginfl_1332374987', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508431, '_transient_timeout_wflginfl_1744310262', '1404809398', 'no') ; 
INSERT INTO `wp_options` VALUES (7508432, '_transient_wflginfl_1744310262', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465874, '_transient_timeout_wflginfl_692410287', '1404770136', 'no') ; 
INSERT INTO `wp_options` VALUES (7465875, '_transient_wflginfl_692410287', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504793, '_transient_timeout_wflginfl_3182268004', '1404806651', 'no') ; 
INSERT INTO `wp_options` VALUES (7504794, '_transient_wflginfl_3182268004', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462390, '_transient_timeout_wflginfl_694654078', '1404767203', 'no') ; 
INSERT INTO `wp_options` VALUES (7462391, '_transient_wflginfl_694654078', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471088, '_transient_timeout_wflginfl_657401980', '1404774792', 'no') ; 
INSERT INTO `wp_options` VALUES (7471089, '_transient_wflginfl_657401980', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539313, '_transient_timeout_wflginfl_1332174300', '1404830435', 'no') ; 
INSERT INTO `wp_options` VALUES (7539314, '_transient_wflginfl_1332174300', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499791, '_transient_timeout_wflginfl_1781748114', '1404802688', 'no') ; 
INSERT INTO `wp_options` VALUES (7499792, '_transient_wflginfl_1781748114', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468457, '_transient_timeout_wflginfl_694931087', '1404772328', 'no') ; 
INSERT INTO `wp_options` VALUES (7468458, '_transient_wflginfl_694931087', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466194, '_transient_timeout_wflginfl_1492991893', '1404770413', 'no') ; 
INSERT INTO `wp_options` VALUES (7466195, '_transient_wflginfl_1492991893', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462611, '_transient_timeout_wflginfl_1589624270', '1404767410', 'no') ; 
INSERT INTO `wp_options` VALUES (7462612, '_transient_wflginfl_1589624270', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483473, '_transient_timeout_wflginfl_696544025', '1404787437', 'no') ; 
INSERT INTO `wp_options` VALUES (7483474, '_transient_wflginfl_696544025', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462629, '_transient_timeout_wflginfl_42679543', '1404767425', 'no') ; 
INSERT INTO `wp_options` VALUES (7462630, '_transient_wflginfl_42679543', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541296, '_transient_timeout_wflginfl_2997828695', '1404831512', 'no') ; 
INSERT INTO `wp_options` VALUES (7541297, '_transient_wflginfl_2997828695', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468783, '_transient_timeout_wflginfl_3419896036', '1404772612', 'no') ; 
INSERT INTO `wp_options` VALUES (7468784, '_transient_wflginfl_3419896036', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463129, '_transient_timeout_wflginfl_2538128341', '1404767827', 'no') ; 
INSERT INTO `wp_options` VALUES (7463130, '_transient_wflginfl_2538128341', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462685, '_transient_timeout_wflginfl_1569690818', '1404767467', 'no') ; 
INSERT INTO `wp_options` VALUES (7462686, '_transient_wflginfl_1569690818', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462777, '_transient_timeout_wflginfl_1490026104', '1404767541', 'no') ; 
INSERT INTO `wp_options` VALUES (7462778, '_transient_wflginfl_1490026104', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462843, '_transient_timeout_wflginfl_1772015215', '1404767593', 'no') ; 
INSERT INTO `wp_options` VALUES (7462844, '_transient_wflginfl_1772015215', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462871, '_transient_timeout_wflginfl_1444625432', '1404767622', 'no') ; 
INSERT INTO `wp_options` VALUES (7462872, '_transient_wflginfl_1444625432', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462881, '_transient_timeout_wflginfl_2972261756', '1404767636', 'no') ; 
INSERT INTO `wp_options` VALUES (7462882, '_transient_wflginfl_2972261756', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462915, '_transient_timeout_wflginfl_702730052', '1404767656', 'no') ; 
INSERT INTO `wp_options` VALUES (7462916, '_transient_wflginfl_702730052', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463905, '_transient_timeout_wflginfl_3147400403', '1404768454', 'no') ; 
INSERT INTO `wp_options` VALUES (7463906, '_transient_wflginfl_3147400403', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467055, '_transient_timeout_wflginfl_1424755960', '1404771145', 'no') ; 
INSERT INTO `wp_options` VALUES (7467056, '_transient_wflginfl_1424755960', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469145, '_transient_timeout_wflginfl_100040390', '1404772962', 'no') ; 
INSERT INTO `wp_options` VALUES (7469146, '_transient_wflginfl_100040390', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512181, '_transient_timeout_wflginfl_3175703975', '1404812062', 'no') ; 
INSERT INTO `wp_options` VALUES (7512182, '_transient_wflginfl_3175703975', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464551, '_transient_timeout_wflginfl_1337009922', '1404768971', 'no') ; 
INSERT INTO `wp_options` VALUES (7464552, '_transient_wflginfl_1337009922', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464822, '_transient_timeout_wflginfl_2033597126', '1404769176', 'no') ; 
INSERT INTO `wp_options` VALUES (7464823, '_transient_wflginfl_2033597126', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463273, '_transient_timeout_wflginfl_1410188052', '1404767948', 'no') ; 
INSERT INTO `wp_options` VALUES (7463274, '_transient_wflginfl_1410188052', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466096, '_transient_timeout_wflginfl_1508949604', '1404770330', 'no') ; 
INSERT INTO `wp_options` VALUES (7466097, '_transient_wflginfl_1508949604', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463291, '_transient_timeout_wflginfl_1587597008', '1404767960', 'no') ; 
INSERT INTO `wp_options` VALUES (7463292, '_transient_wflginfl_1587597008', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463299, '_transient_timeout_wflginfl_522997669', '1404767965', 'no') ; 
INSERT INTO `wp_options` VALUES (7463300, '_transient_wflginfl_522997669', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470167, '_transient_timeout_wflginfl_1567000427', '1404773898', 'no') ; 
INSERT INTO `wp_options` VALUES (7470168, '_transient_wflginfl_1567000427', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463441, '_transient_timeout_wflginfl_1770849544', '1404768085', 'no') ; 
INSERT INTO `wp_options` VALUES (7463442, '_transient_wflginfl_1770849544', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463455, '_transient_timeout_wflginfl_1394172444', '1404768095', 'no') ; 
INSERT INTO `wp_options` VALUES (7463456, '_transient_wflginfl_1394172444', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539709, '_transient_timeout_wflginfl_1297762314', '1404830674', 'no') ; 
INSERT INTO `wp_options` VALUES (7539710, '_transient_wflginfl_1297762314', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541482, '_transient_timeout_wflginfl_1266717199', '1404832045', 'no') ; 
INSERT INTO `wp_options` VALUES (7541483, '_transient_wflginfl_1266717199', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529922, '_transient_timeout_wflginfl_1315036397', '1404824272', 'no') ; 
INSERT INTO `wp_options` VALUES (7529923, '_transient_wflginfl_1315036397', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463693, '_transient_timeout_wflginfl_657621019', '1404768257', 'no') ; 
INSERT INTO `wp_options` VALUES (7463694, '_transient_wflginfl_657621019', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526096, '_transient_timeout_wflginfl_3386108913', '1404821663', 'no') ; 
INSERT INTO `wp_options` VALUES (7526097, '_transient_wflginfl_3386108913', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463721, '_transient_timeout_wflginfl_2006824319', '1404768296', 'no') ; 
INSERT INTO `wp_options` VALUES (7463722, '_transient_wflginfl_2006824319', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467711, '_transient_timeout_wflginfl_1332834508', '1404771687', 'no') ; 
INSERT INTO `wp_options` VALUES (7467712, '_transient_wflginfl_1332834508', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510011, '_transient_timeout_wflginfl_3500730479', '1404810522', 'no') ; 
INSERT INTO `wp_options` VALUES (7510012, '_transient_wflginfl_3500730479', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467135, '_transient_timeout_wflginfl_1609423545', '1404771217', 'no') ; 
INSERT INTO `wp_options` VALUES (7467136, '_transient_wflginfl_1609423545', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463811, '_transient_timeout_wflginfl_2966109721', '1404768368', 'no') ; 
INSERT INTO `wp_options` VALUES (7463812, '_transient_wflginfl_2966109721', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463827, '_transient_timeout_wflginfl_1868334199', '1404768376', 'no') ; 
INSERT INTO `wp_options` VALUES (7463828, '_transient_wflginfl_1868334199', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463845, '_transient_timeout_wflginfl_3065692467', '1404768400', 'no') ; 
INSERT INTO `wp_options` VALUES (7463846, '_transient_wflginfl_3065692467', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536130, '_transient_timeout_wflginfl_1319579270', '1404828332', 'no') ; 
INSERT INTO `wp_options` VALUES (7536131, '_transient_wflginfl_1319579270', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475752, '_transient_timeout_wflginfl_3124379100', '1404779469', 'no') ; 
INSERT INTO `wp_options` VALUES (7475753, '_transient_wflginfl_3124379100', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499449, '_transient_timeout_wflginfl_1384323606', '1404802649', 'no') ; 
INSERT INTO `wp_options` VALUES (7499450, '_transient_wflginfl_1384323606', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7492550, '_transient_timeout_wflginfl_695170369', '1404796207', 'no') ; 
INSERT INTO `wp_options` VALUES (7492551, '_transient_wflginfl_695170369', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7533795, '_transient_timeout_wflginfl_3318376814', '1404826792', 'no') ; 
INSERT INTO `wp_options` VALUES (7533796, '_transient_wflginfl_3318376814', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466055, '_transient_wflginfl_3305279189', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525839, '_transient_wflginfl_2967304435', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7464103, '_transient_timeout_wflginfl_3040931446', '1404768624', 'no') ; 
INSERT INTO `wp_options` VALUES (7464104, '_transient_wflginfl_3040931446', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488374, '_transient_timeout_wflginfl_3176106004', '1404792131', 'no') ; 
INSERT INTO `wp_options` VALUES (7488375, '_transient_wflginfl_3176106004', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473743, '_transient_timeout_wflginfl_3649155098', '1404777408', 'no') ; 
INSERT INTO `wp_options` VALUES (7473744, '_transient_wflginfl_3649155098', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464221, '_transient_timeout_wflginfl_1320319680', '1404768726', 'no') ; 
INSERT INTO `wp_options` VALUES (7464222, '_transient_wflginfl_1320319680', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537695, '_transient_timeout_wflginfl_2978023554', '1404829349', 'no') ; 
INSERT INTO `wp_options` VALUES (7537696, '_transient_wflginfl_2978023554', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464291, '_transient_timeout_wflginfl_694304364', '1404769028', 'no') ; 
INSERT INTO `wp_options` VALUES (7464292, '_transient_wflginfl_694304364', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7468505, '_transient_timeout_wflginfl_694623362', '1404772379', 'no') ; 
INSERT INTO `wp_options` VALUES (7468506, '_transient_wflginfl_694623362', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464351, '_transient_timeout_wflginfl_1500434088', '1404768827', 'no') ; 
INSERT INTO `wp_options` VALUES (7464352, '_transient_wflginfl_1500434088', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539740, '_transient_wflginfl_627736084', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534757, '_transient_wflginfl_1041593660', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464385, '_transient_wflginfl_3383003089', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490374, '_transient_timeout_wflginfl_3165098025', '1404794002', 'no') ; 
INSERT INTO `wp_options` VALUES (7490375, '_transient_wflginfl_3165098025', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471442, '_transient_timeout_wflginfl_84798605', '1404775143', 'no') ; 
INSERT INTO `wp_options` VALUES (7471443, '_transient_wflginfl_84798605', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464433, '_transient_timeout_wflginfl_3065129700', '1404768882', 'no') ; 
INSERT INTO `wp_options` VALUES (7464434, '_transient_wflginfl_3065129700', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464457, '_transient_timeout_wflginfl_1503358167', '1404768898', 'no') ; 
INSERT INTO `wp_options` VALUES (7464458, '_transient_wflginfl_1503358167', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469292, '_transient_timeout_wflginfl_2006837827', '1404773092', 'no') ; 
INSERT INTO `wp_options` VALUES (7469293, '_transient_wflginfl_2006837827', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475074, '_transient_timeout_wflginfl_3015352988', '1404778806', 'no') ; 
INSERT INTO `wp_options` VALUES (7475075, '_transient_wflginfl_3015352988', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464524, '_transient_wflginfl_1077856526', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508974, '_transient_timeout_wflginfl_1361303888', '1404809763', 'no') ; 
INSERT INTO `wp_options` VALUES (7508975, '_transient_wflginfl_1361303888', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468187, '_transient_timeout_wflginfl_1422983572', '1404772314', 'no') ; 
INSERT INTO `wp_options` VALUES (7473358, '_transient_wflginfl_35545536', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538783, '_transient_timeout_wflginfl_1345294360', '1404830064', 'no') ; 
INSERT INTO `wp_options` VALUES (7538784, '_transient_wflginfl_1345294360', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464682, '_transient_timeout_wflginfl_3065588849', '1404769065', 'no') ; 
INSERT INTO `wp_options` VALUES (7464683, '_transient_wflginfl_3065588849', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467111, '_transient_timeout_wflginfl_3199241633', '1404771194', 'no') ; 
INSERT INTO `wp_options` VALUES (7467112, '_transient_wflginfl_3199241633', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520202, '_transient_timeout_wflginfl_1993587282', '1404817650', 'no') ; 
INSERT INTO `wp_options` VALUES (7520203, '_transient_wflginfl_1993587282', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476558, '_transient_timeout_wflginfl_39524144', '1404780260', 'no') ; 
INSERT INTO `wp_options` VALUES (7476559, '_transient_wflginfl_39524144', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470928, '_transient_timeout_wflginfl_1728870405', '1404774607', 'no') ; 
INSERT INTO `wp_options` VALUES (7470929, '_transient_wflginfl_1728870405', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465336, '_transient_timeout_wflginfl_1329700738', '1404769632', 'no') ; 
INSERT INTO `wp_options` VALUES (7465337, '_transient_wflginfl_1329700738', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464906, '_transient_timeout_wflginfl_2914576439', '1404769245', 'no') ; 
INSERT INTO `wp_options` VALUES (7464907, '_transient_wflginfl_2914576439', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489902, '_transient_timeout_wflginfl_3569893747', '1404793572', 'no') ; 
INSERT INTO `wp_options` VALUES (7489903, '_transient_wflginfl_3569893747', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539726, '_transient_wflginfl_3561394560', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7539925, '_transient_wflginfl_1375110067', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504329, '_transient_timeout_wflginfl_3355996541', '1404806290', 'no') ; 
INSERT INTO `wp_options` VALUES (7504330, '_transient_wflginfl_3355996541', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474145, '_transient_timeout_wflginfl_1908913427', '1404777793', 'no') ; 
INSERT INTO `wp_options` VALUES (7474146, '_transient_wflginfl_1908913427', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466580, '_transient_timeout_wflginfl_3571682682', '1404770745', 'no') ; 
INSERT INTO `wp_options` VALUES (7466581, '_transient_wflginfl_3571682682', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464978, '_transient_timeout_wflginfl_694465206', '1404769309', 'no') ; 
INSERT INTO `wp_options` VALUES (7464979, '_transient_wflginfl_694465206', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465008, '_transient_timeout_wflginfl_1651544934', '1404769332', 'no') ; 
INSERT INTO `wp_options` VALUES (7465009, '_transient_wflginfl_1651544934', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466548, '_transient_timeout_wflginfl_1850597924', '1404770707', 'no') ; 
INSERT INTO `wp_options` VALUES (7466549, '_transient_wflginfl_1850597924', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465048, '_transient_timeout_wflginfl_1567186609', '1404769366', 'no') ; 
INSERT INTO `wp_options` VALUES (7465049, '_transient_wflginfl_1567186609', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540412, '_transient_timeout_wflginfl_1159687422', '1404831127', 'no') ; 
INSERT INTO `wp_options` VALUES (7540413, '_transient_wflginfl_1159687422', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465108, '_transient_timeout_wflginfl_3569893738', '1404769419', 'no') ; 
INSERT INTO `wp_options` VALUES (7465109, '_transient_wflginfl_3569893738', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495561, '_transient_timeout_wflginfl_1309426674', '1404798821', 'no') ; 
INSERT INTO `wp_options` VALUES (7495562, '_transient_wflginfl_1309426674', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465232, '_transient_timeout_wflginfl_3065694758', '1404769537', 'no') ; 
INSERT INTO `wp_options` VALUES (7465233, '_transient_wflginfl_3065694758', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475736, '_transient_timeout_wflginfl_3315801413', '1404779675', 'no') ; 
INSERT INTO `wp_options` VALUES (7475737, '_transient_wflginfl_3315801413', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7468431, '_transient_timeout_wflginfl_1337511591', '1404772297', 'no') ; 
INSERT INTO `wp_options` VALUES (7468432, '_transient_wflginfl_1337511591', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465256, '_transient_timeout_wflginfl_2107894167', '1404769555', 'no') ; 
INSERT INTO `wp_options` VALUES (7465257, '_transient_wflginfl_2107894167', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468909, '_transient_timeout_wflginfl_1432763644', '1404772733', 'no') ; 
INSERT INTO `wp_options` VALUES (7468910, '_transient_wflginfl_1432763644', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465328, '_transient_timeout_wflginfl_3186826701', '1404769853', 'no') ; 
INSERT INTO `wp_options` VALUES (7465329, '_transient_wflginfl_3186826701', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7465358, '_transient_timeout_wflginfl_3000889225', '1404769653', 'no') ; 
INSERT INTO `wp_options` VALUES (7465359, '_transient_wflginfl_3000889225', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469835, '_transient_timeout_wflginfl_1408398143', '1404773611', 'no') ; 
INSERT INTO `wp_options` VALUES (7469836, '_transient_wflginfl_1408398143', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466262, '_transient_timeout_wflginfl_3157505914', '1404770471', 'no') ; 
INSERT INTO `wp_options` VALUES (7466263, '_transient_wflginfl_3157505914', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465912, '_transient_timeout_wflginfl_1306629469', '1404770174', 'no') ; 
INSERT INTO `wp_options` VALUES (7465913, '_transient_wflginfl_1306629469', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469041, '_transient_timeout_wflginfl_1566980245', '1404772875', 'no') ; 
INSERT INTO `wp_options` VALUES (7469042, '_transient_wflginfl_1566980245', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510475, '_transient_timeout_wflginfl_1374786929', '1404810847', 'no') ; 
INSERT INTO `wp_options` VALUES (7510476, '_transient_wflginfl_1374786929', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467449, '_transient_timeout_wflginfl_842338208', '1404771475', 'no') ; 
INSERT INTO `wp_options` VALUES (7467450, '_transient_wflginfl_842338208', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470225, '_transient_timeout_wflginfl_702728948', '1404773934', 'no') ; 
INSERT INTO `wp_options` VALUES (7470226, '_transient_wflginfl_702728948', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465586, '_transient_timeout_wflginfl_775247570', '1404769858', 'no') ; 
INSERT INTO `wp_options` VALUES (7465587, '_transient_wflginfl_775247570', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486038, '_transient_timeout_wflginfl_3376629390', '1404789848', 'no') ; 
INSERT INTO `wp_options` VALUES (7486039, '_transient_wflginfl_3376629390', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539802, '_transient_timeout_wflginfl_1579323457', '1404830749', 'no') ; 
INSERT INTO `wp_options` VALUES (7539803, '_transient_wflginfl_1579323457', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465704, '_transient_timeout_wflginfl_1562451825', '1404769949', 'no') ; 
INSERT INTO `wp_options` VALUES (7465705, '_transient_wflginfl_1562451825', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485751, '_transient_timeout_wflginfl_690288701', '1404789593', 'no') ; 
INSERT INTO `wp_options` VALUES (7485752, '_transient_wflginfl_690288701', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477073, '_transient_timeout_wflginfl_1917171266', '1404780795', 'no') ; 
INSERT INTO `wp_options` VALUES (7477074, '_transient_wflginfl_1917171266', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540276, '_transient_timeout_wflginfl_3384767406', '1404831318', 'no') ; 
INSERT INTO `wp_options` VALUES (7540277, '_transient_wflginfl_3384767406', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7473625, '_transient_timeout_wflginfl_3157653128', '1404777293', 'no') ; 
INSERT INTO `wp_options` VALUES (7473626, '_transient_wflginfl_3157653128', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539442, '_transient_timeout_wflginfl_3106455248', '1404830512', 'no') ; 
INSERT INTO `wp_options` VALUES (7539443, '_transient_wflginfl_3106455248', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468191, '_transient_timeout_wflginfl_3564562523', '1404772089', 'no') ; 
INSERT INTO `wp_options` VALUES (7468192, '_transient_wflginfl_3564562523', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478320, '_transient_timeout_wflginfl_657653704', '1404782075', 'no') ; 
INSERT INTO `wp_options` VALUES (7478321, '_transient_wflginfl_657653704', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465926, '_transient_timeout_wflginfl_2966055162', '1404770183', 'no') ; 
INSERT INTO `wp_options` VALUES (7465927, '_transient_wflginfl_2966055162', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466012, '_transient_timeout_wflginfl_3179483254', '1404770247', 'no') ; 
INSERT INTO `wp_options` VALUES (7466013, '_transient_wflginfl_3179483254', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466066, '_transient_timeout_wflginfl_2537730729', '1404770289', 'no') ; 
INSERT INTO `wp_options` VALUES (7466067, '_transient_wflginfl_2537730729', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470445, '_transient_timeout_wflginfl_657110529', '1404774136', 'no') ; 
INSERT INTO `wp_options` VALUES (7470446, '_transient_wflginfl_657110529', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527920, '_transient_timeout_wflginfl_1585169461', '1404822906', 'no') ; 
INSERT INTO `wp_options` VALUES (7530546, '_transient_wflginfl_1502486616', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466206, '_transient_timeout_wflginfl_1771884357', '1404770426', 'no') ; 
INSERT INTO `wp_options` VALUES (7466207, '_transient_wflginfl_1771884357', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467083, '_transient_timeout_wflginfl_1594185324', '1404771160', 'no') ; 
INSERT INTO `wp_options` VALUES (7467084, '_transient_wflginfl_1594185324', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466236, '_transient_timeout_wflginfl_3308223516', '1404770454', 'no') ; 
INSERT INTO `wp_options` VALUES (7466237, '_transient_wflginfl_3308223516', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525707, '_transient_timeout_wflginfl_1594926375', '1404821396', 'no') ; 
INSERT INTO `wp_options` VALUES (7525708, '_transient_wflginfl_1594926375', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488042, '_transient_timeout_wflginfl_1045716485', '1404791801', 'no') ; 
INSERT INTO `wp_options` VALUES (7487587, '_transient_timeout_wflginfl_2050510247', '1404791359', 'no') ; 
INSERT INTO `wp_options` VALUES (7512052, '_transient_timeout_wflginfl_20321281', '1404811971', 'no') ; 
INSERT INTO `wp_options` VALUES (7512053, '_transient_wflginfl_20321281', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471862, '_transient_timeout_wflginfl_1293759509', '1404775587', 'no') ; 
INSERT INTO `wp_options` VALUES (7471863, '_transient_wflginfl_1293759509', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468855, '_transient_timeout_wflginfl_1318458718', '1404772667', 'no') ; 
INSERT INTO `wp_options` VALUES (7468856, '_transient_wflginfl_1318458718', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500447, '_transient_timeout_wflginfl_1497887303', '1404803190', 'no') ; 
INSERT INTO `wp_options` VALUES (7500448, '_transient_wflginfl_1497887303', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534734, '_transient_timeout_wflginfl_413913450', '1404827386', 'no') ; 
INSERT INTO `wp_options` VALUES (7534735, '_transient_wflginfl_413913450', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469699, '_transient_timeout_wflginfl_39411334', '1404773750', 'no') ; 
INSERT INTO `wp_options` VALUES (7469700, '_transient_wflginfl_39411334', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7466508, '_transient_timeout_wflginfl_2908350823', '1404770670', 'no') ; 
INSERT INTO `wp_options` VALUES (7466509, '_transient_wflginfl_2908350823', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540254, '_transient_timeout_wflginfl_1401111953', '1404831033', 'no') ; 
INSERT INTO `wp_options` VALUES (7538520, '_transient_wflginfl_1294346800', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500270, '_transient_timeout_wflginfl_2945089802', '1404803033', 'no') ; 
INSERT INTO `wp_options` VALUES (7500271, '_transient_wflginfl_2945089802', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505464, '_transient_timeout_wflginfl_1315030223', '1404807242', 'no') ; 
INSERT INTO `wp_options` VALUES (7505465, '_transient_wflginfl_1315030223', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470375, '_transient_timeout_wflginfl_3142550038', '1404774068', 'no') ; 
INSERT INTO `wp_options` VALUES (7470376, '_transient_wflginfl_3142550038', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522873, '_transient_timeout_wflginfl_1833059143', '1404819401', 'no') ; 
INSERT INTO `wp_options` VALUES (7539864, '_transient_timeout_wflginfl_2015133516', '1404830782', 'no') ; 
INSERT INTO `wp_options` VALUES (7466708, '_transient_timeout_wflginfl_1585079802', '1404770868', 'no') ; 
INSERT INTO `wp_options` VALUES (7466709, '_transient_wflginfl_1585079802', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476454, '_transient_timeout_wflginfl_695150319', '1404780155', 'no') ; 
INSERT INTO `wp_options` VALUES (7476455, '_transient_wflginfl_695150319', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467257, '_transient_timeout_wflginfl_2978698733', '1404771336', 'no') ; 
INSERT INTO `wp_options` VALUES (7467258, '_transient_wflginfl_2978698733', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466722, '_transient_timeout_wflginfl_2966052328', '1404770883', 'no') ; 
INSERT INTO `wp_options` VALUES (7466723, '_transient_wflginfl_2966052328', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539865, '_transient_wflginfl_2015133516', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532120, '_transient_wflginfl_1844636310', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466767, '_transient_timeout_wflginfl_3123516768', '1404770924', 'no') ; 
INSERT INTO `wp_options` VALUES (7466768, '_transient_wflginfl_3123516768', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467701, '_transient_timeout_wflginfl_656468356', '1404771681', 'no') ; 
INSERT INTO `wp_options` VALUES (7467702, '_transient_wflginfl_656468356', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541303, '_transient_wflginfl_2548050625', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537970, '_transient_wflginfl_789843745', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466941, '_transient_timeout_wflginfl_3318374181', '1404771049', 'no') ; 
INSERT INTO `wp_options` VALUES (7466942, '_transient_wflginfl_3318374181', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476832, '_transient_timeout_wflginfl_3318282859', '1404780538', 'no') ; 
INSERT INTO `wp_options` VALUES (7476833, '_transient_wflginfl_3318282859', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467029, '_transient_timeout_wflginfl_1531524152', '1404771121', 'no') ; 
INSERT INTO `wp_options` VALUES (7467030, '_transient_wflginfl_1531524152', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487819, '_transient_wflginfl_1503488992', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538062, '_transient_wflginfl_608789628', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469901, '_transient_timeout_wflginfl_1043105465', '1404773666', 'no') ; 
INSERT INTO `wp_options` VALUES (7469902, '_transient_wflginfl_1043105465', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467107, '_transient_timeout_wflginfl_1492015214', '1404771192', 'no') ; 
INSERT INTO `wp_options` VALUES (7467108, '_transient_wflginfl_1492015214', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501701, '_transient_timeout_wflginfl_3157308000', '1404804201', 'no') ; 
INSERT INTO `wp_options` VALUES (7501702, '_transient_wflginfl_3157308000', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470083, '_transient_timeout_wflginfl_3301803997', '1404773828', 'no') ; 
INSERT INTO `wp_options` VALUES (7470084, '_transient_wflginfl_3301803997', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476378, '_transient_timeout_wflginfl_1912870717', '1404780086', 'no') ; 
INSERT INTO `wp_options` VALUES (7476379, '_transient_wflginfl_1912870717', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339995, '_transient_wflginfl_974828966', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339996, '_transient_timeout_wflginfl_974828965', '1398754165', 'no') ; 
INSERT INTO `wp_options` VALUES (7337501, '_transient_timeout_wflginfl_3340644545', '1398272547', 'no') ; 
INSERT INTO `wp_options` VALUES (7337502, '_transient_wflginfl_3340644545', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337507, '_transient_timeout_wflginfl_410136616', '1398273668', 'no') ; 
INSERT INTO `wp_options` VALUES (7337508, '_transient_wflginfl_410136616', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337513, '_transient_timeout_wflginfl_2783382583', '1398275919', 'no') ; 
INSERT INTO `wp_options` VALUES (7337514, '_transient_wflginfl_2783382583', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337521, '_transient_timeout_wflginfl_1805575466', '1398276227', 'no') ; 
INSERT INTO `wp_options` VALUES (7337522, '_transient_wflginfl_1805575466', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337525, '_transient_timeout_wflginfl_2901792443', '1398277499', 'no') ; 
INSERT INTO `wp_options` VALUES (7337526, '_transient_wflginfl_2901792443', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337536, '_transient_timeout_wflginfl_3093212788', '1398279489', 'no') ; 
INSERT INTO `wp_options` VALUES (7337537, '_transient_wflginfl_3093212788', '5', 'no') ; 
INSERT INTO `wp_options` VALUES (7337539, '_transient_timeout_wffgt_3093212788', '1398279415', 'no') ; 
INSERT INTO `wp_options` VALUES (7337540, '_transient_wffgt_3093212788', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337542, '_transient_timeout_wflginfl_392839853', '1398279514', 'no') ; 
INSERT INTO `wp_options` VALUES (7337543, '_transient_wflginfl_392839853', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337544, '_transient_timeout_wflginfl_624643416', '1398280274', 'no') ; 
INSERT INTO `wp_options` VALUES (7337545, '_transient_wflginfl_624643416', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540728, '_transient_timeout_wflginfl_1269846259', '1404831289', 'no') ; 
INSERT INTO `wp_options` VALUES (7337583, '_transient_timeout_wflginfl_1805340733', '1398288335', 'no') ; 
INSERT INTO `wp_options` VALUES (7337584, '_transient_wflginfl_1805340733', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7345558, '_transient_timeout_wffgt_1173585085', '1399835834', 'no') ; 
INSERT INTO `wp_options` VALUES (7345559, '_transient_wffgt_1173585085', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337608, '_transient_timeout_wflginfl_2783386420', '1398293548', 'no') ; 
INSERT INTO `wp_options` VALUES (7337609, '_transient_wflginfl_2783386420', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337627, '_transient_timeout_wflginfl_2920889250', '1398295746', 'no') ; 
INSERT INTO `wp_options` VALUES (7337628, '_transient_wflginfl_2920889250', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7337632, '_transient_timeout_wffgt_2920889250', '1398295706', 'no') ; 
INSERT INTO `wp_options` VALUES (7337633, '_transient_wffgt_2920889250', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337615, '_transient_timeout_wflginfl_1143973284', '1398294055', 'no') ; 
INSERT INTO `wp_options` VALUES (7337616, '_transient_wflginfl_1143973284', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337629, '_transient_timeout_wflginfl_547334847', '1398295613', 'no') ; 
INSERT INTO `wp_options` VALUES (7337630, '_transient_wflginfl_547334847', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337625, '_transient_timeout_wffgt_1092500318', '1398295328', 'no') ; 
INSERT INTO `wp_options` VALUES (7337626, '_transient_wffgt_1092500318', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337635, '_transient_timeout_wflginfl_1807042232', '1398296430', 'no') ; 
INSERT INTO `wp_options` VALUES (7337636, '_transient_wflginfl_1807042232', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337685, '_transient_timeout_wflginfl_3235038006', '1398309033', 'no') ; 
INSERT INTO `wp_options` VALUES (7337686, '_transient_wflginfl_3235038006', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337677, '_transient_timeout_wffgt_1659638203', '1398307496', 'no') ; 
INSERT INTO `wp_options` VALUES (7337678, '_transient_wffgt_1659638203', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337690, '_transient_timeout_wflginfl_848801855', '1398310842', 'no') ; 
INSERT INTO `wp_options` VALUES (7337691, '_transient_wflginfl_848801855', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337737, '_transient_timeout_wflginfl_3333389543', '1398324360', 'no') ; 
INSERT INTO `wp_options` VALUES (7337738, '_transient_wflginfl_3333389543', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483708, '_transient_wflginfl_1383246290', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337764, '_transient_timeout_wflginfl_3221450648', '1398335467', 'no') ; 
INSERT INTO `wp_options` VALUES (7337765, '_transient_wflginfl_3221450648', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337780, '_transient_timeout_wflginfl_3235047013', '1398341772', 'no') ; 
INSERT INTO `wp_options` VALUES (7337781, '_transient_wflginfl_3235047013', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467313, '_transient_timeout_wflginfl_657050692', '1404771375', 'no') ; 
INSERT INTO `wp_options` VALUES (7338692, '_transient_timeout_wflginfl_3325211193', '1398441908', 'no') ; 
INSERT INTO `wp_options` VALUES (7337800, '_transient_timeout_wflginfl_1285876362', '1398346438', 'no') ; 
INSERT INTO `wp_options` VALUES (7337801, '_transient_wflginfl_1285876362', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337807, '_transient_timeout_wflginfl_3331295083', '1398349350', 'no') ; 
INSERT INTO `wp_options` VALUES (7337808, '_transient_wflginfl_3331295083', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483707, '_transient_timeout_wflginfl_1383246290', '1404787665', 'no') ; 
INSERT INTO `wp_options` VALUES (7337810, '_transient_timeout_wflginfl_839041734', '1398349676', 'no') ; 
INSERT INTO `wp_options` VALUES (7337811, '_transient_wflginfl_839041734', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486237, '_transient_timeout_wflginfl_3127585613', '1404790010', 'no') ; 
INSERT INTO `wp_options` VALUES (7337825, '_transient_timeout_wflginfl_2730768816', '1398352307', 'no') ; 
INSERT INTO `wp_options` VALUES (7337826, '_transient_wflginfl_2730768816', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486247, '_transient_timeout_wflginfl_657053174', '1404790024', 'no') ; 
INSERT INTO `wp_options` VALUES (7487523, '_transient_timeout_wflginfl_702586376', '1404791524', 'no') ; 
INSERT INTO `wp_options` VALUES (7487524, '_transient_wflginfl_702586376', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7495109, '_transient_timeout_wflginfl_1711227410', '1404798380', 'no') ; 
INSERT INTO `wp_options` VALUES (7495110, '_transient_wflginfl_1711227410', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540800, '_transient_timeout_wflginfl_1809042106', '1404831321', 'no') ; 
INSERT INTO `wp_options` VALUES (7540801, '_transient_wflginfl_1809042106', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484009, '_transient_timeout_wflginfl_3420427093', '1404787920', 'no') ; 
INSERT INTO `wp_options` VALUES (7487759, '_transient_timeout_wflginfl_1626741443', '1404791516', 'no') ; 
INSERT INTO `wp_options` VALUES (7487760, '_transient_wflginfl_1626741443', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526276, '_transient_timeout_wflginfl_3163748218', '1404821773', 'no') ; 
INSERT INTO `wp_options` VALUES (7511151, '_transient_timeout_wflginfl_3357335587', '1404811348', 'no') ; 
INSERT INTO `wp_options` VALUES (7482927, '_transient_timeout_wflginfl_234996068', '1404786916', 'no') ; 
INSERT INTO `wp_options` VALUES (7482928, '_transient_wflginfl_234996068', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516198, '_transient_timeout_wflginfl_2022186441', '1404814881', 'no') ; 
INSERT INTO `wp_options` VALUES (7508092, '_transient_wflginfl_3032447955', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509236, '_transient_timeout_wflginfl_3318459812', '1404809954', 'no') ; 
INSERT INTO `wp_options` VALUES (7509237, '_transient_wflginfl_3318459812', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485238, '_transient_timeout_wflginfl_1267473370', '1404789122', 'no') ; 
INSERT INTO `wp_options` VALUES (7485239, '_transient_wflginfl_1267473370', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526756, '_transient_timeout_wflginfl_3187832293', '1404822100', 'no') ; 
INSERT INTO `wp_options` VALUES (7526757, '_transient_wflginfl_3187832293', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489519, '_transient_timeout_wflginfl_1834867397', '1404793196', 'no') ; 
INSERT INTO `wp_options` VALUES (7489520, '_transient_wflginfl_1834867397', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482411, '_transient_timeout_wflginfl_774491468', '1404786378', 'no') ; 
INSERT INTO `wp_options` VALUES (7482412, '_transient_wflginfl_774491468', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488712, '_transient_timeout_wflginfl_657631749', '1404792455', 'no') ; 
INSERT INTO `wp_options` VALUES (7488713, '_transient_wflginfl_657631749', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510799, '_transient_timeout_wflginfl_3031755566', '1404811096', 'no') ; 
INSERT INTO `wp_options` VALUES (7510800, '_transient_wflginfl_3031755566', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482467, '_transient_timeout_wflginfl_1892045387', '1404786438', 'no') ; 
INSERT INTO `wp_options` VALUES (7482468, '_transient_wflginfl_1892045387', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488318, '_transient_timeout_wflginfl_700293659', '1404792066', 'no') ; 
INSERT INTO `wp_options` VALUES (7488319, '_transient_wflginfl_700293659', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539416, '_transient_timeout_wflginfl_3301868271', '1404830496', 'no') ; 
INSERT INTO `wp_options` VALUES (7539417, '_transient_wflginfl_3301868271', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483503, '_transient_timeout_wflginfl_45099489', '1404787466', 'no') ; 
INSERT INTO `wp_options` VALUES (7483504, '_transient_wflginfl_45099489', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539181, '_transient_timeout_wflginfl_1846286865', '1404830326', 'no') ; 
INSERT INTO `wp_options` VALUES (7539182, '_transient_wflginfl_1846286865', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486221, '_transient_timeout_wflginfl_849925237', '1404790197', 'no') ; 
INSERT INTO `wp_options` VALUES (7486222, '_transient_wflginfl_849925237', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7482607, '_transient_timeout_wflginfl_3393778582', '1404786593', 'no') ; 
INSERT INTO `wp_options` VALUES (7482608, '_transient_wflginfl_3393778582', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490928, '_transient_timeout_wflginfl_608786568', '1404794517', 'no') ; 
INSERT INTO `wp_options` VALUES (7490929, '_transient_wflginfl_608786568', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487361, '_transient_timeout_wflginfl_657841410', '1404791133', 'no') ; 
INSERT INTO `wp_options` VALUES (7487362, '_transient_wflginfl_657841410', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482745, '_transient_timeout_wflginfl_2017398534', '1404786736', 'no') ; 
INSERT INTO `wp_options` VALUES (7482746, '_transient_wflginfl_2017398534', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483897, '_transient_timeout_wflginfl_3198330164', '1404787826', 'no') ; 
INSERT INTO `wp_options` VALUES (7483898, '_transient_wflginfl_3198330164', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541410, '_transient_timeout_wflginfl_694285337', '1404831605', 'no') ; 
INSERT INTO `wp_options` VALUES (7541411, '_transient_wflginfl_694285337', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482859, '_transient_timeout_wflginfl_608727217', '1404786846', 'no') ; 
INSERT INTO `wp_options` VALUES (7482860, '_transient_wflginfl_608727217', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482965, '_transient_timeout_wflginfl_1569541287', '1404786957', 'no') ; 
INSERT INTO `wp_options` VALUES (7482966, '_transient_wflginfl_1569541287', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482969, '_transient_timeout_wflginfl_697066894', '1404786964', 'no') ; 
INSERT INTO `wp_options` VALUES (7482970, '_transient_wflginfl_697066894', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482971, '_transient_timeout_wflginfl_3399010882', '1404786970', 'no') ; 
INSERT INTO `wp_options` VALUES (7482972, '_transient_wflginfl_3399010882', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482991, '_transient_timeout_wflginfl_3203227510', '1404786992', 'no') ; 
INSERT INTO `wp_options` VALUES (7482992, '_transient_wflginfl_3203227510', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484739, '_transient_timeout_wflginfl_1892732552', '1404788622', 'no') ; 
INSERT INTO `wp_options` VALUES (7484740, '_transient_wflginfl_1892732552', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483019, '_transient_timeout_wflginfl_1887835036', '1404787008', 'no') ; 
INSERT INTO `wp_options` VALUES (7483020, '_transient_wflginfl_1887835036', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483639, '_transient_timeout_wflginfl_1809743510', '1404787615', 'no') ; 
INSERT INTO `wp_options` VALUES (7483640, '_transient_wflginfl_1809743510', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490174, '_transient_timeout_wflginfl_1134996557', '1404793825', 'no') ; 
INSERT INTO `wp_options` VALUES (7511371, '_transient_wflginfl_2106482113', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7483681, '_transient_timeout_wflginfl_3148817410', '1404788210', 'no') ; 
INSERT INTO `wp_options` VALUES (7483682, '_transient_wflginfl_3148817410', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7540180, '_transient_timeout_wflginfl_3154256095', '1404830991', 'no') ; 
INSERT INTO `wp_options` VALUES (7513915, '_transient_timeout_wflginfl_3717421890', '1404813279', 'no') ; 
INSERT INTO `wp_options` VALUES (7513115, '_transient_timeout_wflginfl_1917824421', '1404812721', 'no') ; 
INSERT INTO `wp_options` VALUES (7513116, '_transient_wflginfl_1917824421', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507600, '_transient_timeout_wflginfl_1337026723', '1404808826', 'no') ; 
INSERT INTO `wp_options` VALUES (7507601, '_transient_wflginfl_1337026723', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483211, '_transient_timeout_wflginfl_3036779618', '1404787209', 'no') ; 
INSERT INTO `wp_options` VALUES (7483212, '_transient_wflginfl_3036779618', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483252, '_transient_timeout_wflginfl_703142320', '1404787246', 'no') ; 
INSERT INTO `wp_options` VALUES (7483253, '_transient_wflginfl_703142320', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487765, '_transient_timeout_wflginfl_773167356', '1404791529', 'no') ; 
INSERT INTO `wp_options` VALUES (7487766, '_transient_wflginfl_773167356', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488732, '_transient_timeout_wflginfl_1976885690', '1404792479', 'no') ; 
INSERT INTO `wp_options` VALUES (7488733, '_transient_wflginfl_1976885690', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497987, '_transient_timeout_wflginfl_2939010443', '1404801086', 'no') ; 
INSERT INTO `wp_options` VALUES (7497988, '_transient_wflginfl_2939010443', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536799, '_transient_timeout_wflginfl_3047636875', '1404828798', 'no') ; 
INSERT INTO `wp_options` VALUES (7536800, '_transient_wflginfl_3047636875', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483346, '_transient_timeout_wflginfl_1941449268', '1404787342', 'no') ; 
INSERT INTO `wp_options` VALUES (7483347, '_transient_wflginfl_1941449268', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483375, '_transient_timeout_wflginfl_700293438', '1404787363', 'no') ; 
INSERT INTO `wp_options` VALUES (7483376, '_transient_wflginfl_700293438', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540210, '_transient_timeout_wflginfl_3188939849', '1404831013', 'no') ; 
INSERT INTO `wp_options` VALUES (7540211, '_transient_wflginfl_3188939849', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483431, '_transient_timeout_wflginfl_1891246770', '1404787412', 'no') ; 
INSERT INTO `wp_options` VALUES (7483432, '_transient_wflginfl_1891246770', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541029, '_transient_wflginfl_1275763041', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538560, '_transient_wflginfl_3170588854', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488630, '_transient_timeout_wflginfl_1975948786', '1404792358', 'no') ; 
INSERT INTO `wp_options` VALUES (7488631, '_transient_wflginfl_1975948786', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485291, '_transient_timeout_wflginfl_455223377', '1404789187', 'no') ; 
INSERT INTO `wp_options` VALUES (7485292, '_transient_wflginfl_455223377', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483557, '_transient_timeout_wflginfl_89300212', '1404787525', 'no') ; 
INSERT INTO `wp_options` VALUES (7483558, '_transient_wflginfl_89300212', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483593, '_transient_timeout_wflginfl_2108097258', '1404787567', 'no') ; 
INSERT INTO `wp_options` VALUES (7483594, '_transient_wflginfl_2108097258', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483605, '_transient_timeout_wflginfl_234996057', '1404787577', 'no') ; 
INSERT INTO `wp_options` VALUES (7483606, '_transient_wflginfl_234996057', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483611, '_transient_timeout_wflginfl_2058547428', '1404787590', 'no') ; 
INSERT INTO `wp_options` VALUES (7483612, '_transient_wflginfl_2058547428', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487525, '_transient_timeout_wflginfl_2033596062', '1404791307', 'no') ; 
INSERT INTO `wp_options` VALUES (7487526, '_transient_wflginfl_2033596062', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483637, '_transient_timeout_wflginfl_3081478581', '1404787614', 'no') ; 
INSERT INTO `wp_options` VALUES (7483638, '_transient_wflginfl_3081478581', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483653, '_transient_timeout_wflginfl_608952143', '1404787623', 'no') ; 
INSERT INTO `wp_options` VALUES (7483654, '_transient_wflginfl_608952143', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7498477, '_transient_timeout_wflginfl_3417417522', '1404801527', 'no') ; 
INSERT INTO `wp_options` VALUES (7498478, '_transient_wflginfl_3417417522', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487423, '_transient_timeout_wflginfl_1892360480', '1404791205', 'no') ; 
INSERT INTO `wp_options` VALUES (7487424, '_transient_wflginfl_1892360480', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522653, '_transient_timeout_wflginfl_984015808', '1404819239', 'no') ; 
INSERT INTO `wp_options` VALUES (7522654, '_transient_wflginfl_984015808', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527606, '_transient_timeout_wflginfl_704193936', '1404822683', 'no') ; 
INSERT INTO `wp_options` VALUES (7527607, '_transient_wflginfl_704193936', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486238, '_transient_wflginfl_3127585613', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336326, '_transient_wflginfl_1188236990', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336329, '_transient_wflginfl_3234904351', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336330, '_transient_timeout_wflginfl_212783776', '1398098811', 'no') ; 
INSERT INTO `wp_options` VALUES (7336331, '_transient_wflginfl_212783776', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336332, '_transient_timeout_wffgt_212783776', '1398098829', 'no') ; 
INSERT INTO `wp_options` VALUES (7336333, '_transient_wffgt_212783776', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536961, '_transient_timeout_wflginfl_701366541', '1404828888', 'no') ; 
INSERT INTO `wp_options` VALUES (7536962, '_transient_wflginfl_701366541', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536989, '_transient_timeout_wflginfl_1249051071', '1404828902', 'no') ; 
INSERT INTO `wp_options` VALUES (7536990, '_transient_wflginfl_1249051071', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539169, '_transient_timeout_wflginfl_1326729124', '1404830315', 'no') ; 
INSERT INTO `wp_options` VALUES (7539170, '_transient_wflginfl_1326729124', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541374, '_transient_timeout_wflginfl_3319878510', '1404831550', 'no') ; 
INSERT INTO `wp_options` VALUES (7541375, '_transient_wflginfl_3319878510', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540720, '_transient_timeout_wflginfl_1333118381', '1404831287', 'no') ; 
INSERT INTO `wp_options` VALUES (7540721, '_transient_wflginfl_1333118381', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540912, '_transient_timeout_wflginfl_694367101', '1404831365', 'no') ; 
INSERT INTO `wp_options` VALUES (7540913, '_transient_wflginfl_694367101', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537121, '_transient_timeout_wflginfl_2889361774', '1404828999', 'no') ; 
INSERT INTO `wp_options` VALUES (7537122, '_transient_wflginfl_2889361774', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537191, '_transient_timeout_wflginfl_1430348859', '1404829029', 'no') ; 
INSERT INTO `wp_options` VALUES (7537192, '_transient_wflginfl_1430348859', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538293, '_transient_timeout_wflginfl_2056572922', '1404829748', 'no') ; 
INSERT INTO `wp_options` VALUES (7538294, '_transient_wflginfl_2056572922', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537339, '_transient_timeout_wflginfl_2057786226', '1404829128', 'no') ; 
INSERT INTO `wp_options` VALUES (7537340, '_transient_wflginfl_2057786226', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539535, '_transient_timeout_wflginfl_3385667315', '1404830576', 'no') ; 
INSERT INTO `wp_options` VALUES (7539536, '_transient_wflginfl_3385667315', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537420, '_transient_wflginfl_657417367', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540394, '_transient_timeout_wflginfl_1333228876', '1404831122', 'no') ; 
INSERT INTO `wp_options` VALUES (7540395, '_transient_wflginfl_1333228876', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540004, '_transient_timeout_wflginfl_1523980749', '1404830866', 'no') ; 
INSERT INTO `wp_options` VALUES (7540005, '_transient_wflginfl_1523980749', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537535, '_transient_timeout_wflginfl_2966061051', '1404829241', 'no') ; 
INSERT INTO `wp_options` VALUES (7537536, '_transient_wflginfl_2966061051', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540634, '_transient_timeout_wflginfl_3557854693', '1404831240', 'no') ; 
INSERT INTO `wp_options` VALUES (7540635, '_transient_wflginfl_3557854693', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540138, '_transient_timeout_wflginfl_1768910282', '1404830963', 'no') ; 
INSERT INTO `wp_options` VALUES (7540139, '_transient_wflginfl_1768910282', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537625, '_transient_timeout_wflginfl_657481017', '1404829298', 'no') ; 
INSERT INTO `wp_options` VALUES (7537626, '_transient_wflginfl_657481017', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537655, '_transient_timeout_wflginfl_1423829592', '1404829324', 'no') ; 
INSERT INTO `wp_options` VALUES (7537641, '_transient_timeout_wflginfl_1549886525', '1404829313', 'no') ; 
INSERT INTO `wp_options` VALUES (7537642, '_transient_wflginfl_1549886525', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537656, '_transient_wflginfl_1423829592', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537665, '_transient_timeout_wflginfl_3132276733', '1404829330', 'no') ; 
INSERT INTO `wp_options` VALUES (7537666, '_transient_wflginfl_3132276733', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537705, '_transient_timeout_wflginfl_625750949', '1404829358', 'no') ; 
INSERT INTO `wp_options` VALUES (7537706, '_transient_wflginfl_625750949', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538339, '_transient_timeout_wflginfl_2344852625', '1404829771', 'no') ; 
INSERT INTO `wp_options` VALUES (7538340, '_transient_wflginfl_2344852625', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539251, '_transient_timeout_wflginfl_621804661', '1404830383', 'no') ; 
INSERT INTO `wp_options` VALUES (7539252, '_transient_wflginfl_621804661', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541386, '_transient_timeout_wflginfl_3570902798', '1404831560', 'no') ; 
INSERT INTO `wp_options` VALUES (7541387, '_transient_wflginfl_3570902798', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537821, '_transient_timeout_wflginfl_3534895263', '1404829436', 'no') ; 
INSERT INTO `wp_options` VALUES (7537822, '_transient_wflginfl_3534895263', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540204, '_transient_timeout_wflginfl_1768768991', '1404831007', 'no') ; 
INSERT INTO `wp_options` VALUES (7540205, '_transient_wflginfl_1768768991', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539327, '_transient_timeout_wflginfl_416597705', '1404830441', 'no') ; 
INSERT INTO `wp_options` VALUES (7539328, '_transient_wflginfl_416597705', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537917, '_transient_timeout_wflginfl_3400937956', '1404829509', 'no') ; 
INSERT INTO `wp_options` VALUES (7537918, '_transient_wflginfl_3400937956', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540968, '_transient_timeout_wflginfl_3732887021', '1404831392', 'no') ; 
INSERT INTO `wp_options` VALUES (7540969, '_transient_wflginfl_3732887021', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540986, '_transient_timeout_wflginfl_657096358', '1404831396', 'no') ; 
INSERT INTO `wp_options` VALUES (7540987, '_transient_wflginfl_657096358', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537984, '_transient_wflginfl_1975930799', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537997, '_transient_timeout_wflginfl_609074933', '1404829551', 'no') ; 
INSERT INTO `wp_options` VALUES (7537998, '_transient_wflginfl_609074933', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538055, '_transient_timeout_wflginfl_3570919768', '1404829596', 'no') ; 
INSERT INTO `wp_options` VALUES (7538056, '_transient_wflginfl_3570919768', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541088, '_transient_timeout_wflginfl_699563972', '1404831429', 'no') ; 
INSERT INTO `wp_options` VALUES (7541089, '_transient_wflginfl_699563972', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538069, '_transient_timeout_wflginfl_1384712206', '1404829606', 'no') ; 
INSERT INTO `wp_options` VALUES (7538070, '_transient_wflginfl_1384712206', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541058, '_transient_timeout_wflginfl_831950196', '1404831422', 'no') ; 
INSERT INTO `wp_options` VALUES (7541059, '_transient_wflginfl_831950196', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540582, '_transient_timeout_wflginfl_1702846388', '1404831213', 'no') ; 
INSERT INTO `wp_options` VALUES (7540583, '_transient_wflginfl_1702846388', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540510, '_transient_timeout_wflginfl_1892647970', '1404831175', 'no') ; 
INSERT INTO `wp_options` VALUES (7540511, '_transient_timeout_wflginfl_1429758800', '1404831460', 'no') ; 
INSERT INTO `wp_options` VALUES (7538103, '_transient_timeout_wflginfl_1562735509', '1404829637', 'no') ; 
INSERT INTO `wp_options` VALUES (7538104, '_transient_wflginfl_1562735509', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540998, '_transient_timeout_wflginfl_1202082183', '1404831400', 'no') ; 
INSERT INTO `wp_options` VALUES (7540999, '_transient_wflginfl_1202082183', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538141, '_transient_timeout_wflginfl_1001951854', '1404829657', 'no') ; 
INSERT INTO `wp_options` VALUES (7538142, '_transient_wflginfl_1001951854', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540602, '_transient_timeout_wflginfl_462678653', '1404831221', 'no') ; 
INSERT INTO `wp_options` VALUES (7540603, '_transient_wflginfl_462678653', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538225, '_transient_timeout_wflginfl_1593874670', '1404829704', 'no') ; 
INSERT INTO `wp_options` VALUES (7538226, '_transient_wflginfl_1593874670', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538233, '_transient_timeout_wflginfl_609200070', '1404829710', 'no') ; 
INSERT INTO `wp_options` VALUES (7538234, '_transient_wflginfl_609200070', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539454, '_transient_timeout_wflginfl_3318468197', '1404830517', 'no') ; 
INSERT INTO `wp_options` VALUES (7539455, '_transient_wflginfl_3318468197', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538937, '_transient_timeout_wflginfl_45095790', '1404830162', 'no') ; 
INSERT INTO `wp_options` VALUES (7538938, '_transient_wflginfl_45095790', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538285, '_transient_timeout_wflginfl_2107911030', '1404829744', 'no') ; 
INSERT INTO `wp_options` VALUES (7538286, '_transient_wflginfl_2107911030', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538305, '_transient_timeout_wflginfl_657671732', '1404829755', 'no') ; 
INSERT INTO `wp_options` VALUES (7538306, '_transient_wflginfl_657671732', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539201, '_transient_timeout_wflginfl_3000970910', '1404830345', 'no') ; 
INSERT INTO `wp_options` VALUES (7539202, '_transient_wflginfl_3000970910', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539428, '_transient_timeout_wflginfl_831620393', '1404830507', 'no') ; 
INSERT INTO `wp_options` VALUES (7539429, '_transient_wflginfl_831620393', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538329, '_transient_timeout_wflginfl_1222085886', '1404829767', 'no') ; 
INSERT INTO `wp_options` VALUES (7538330, '_transient_wflginfl_1222085886', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538349, '_transient_timeout_wflginfl_657328062', '1404829781', 'no') ; 
INSERT INTO `wp_options` VALUES (7538350, '_transient_wflginfl_657328062', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540524, '_transient_timeout_wflginfl_618732107', '1404831185', 'no') ; 
INSERT INTO `wp_options` VALUES (7540525, '_transient_wflginfl_618732107', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540456, '_transient_timeout_wflginfl_712204382', '1404831147', 'no') ; 
INSERT INTO `wp_options` VALUES (7540457, '_transient_wflginfl_712204382', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538379, '_transient_timeout_wflginfl_699567631', '1404829803', 'no') ; 
INSERT INTO `wp_options` VALUES (7538380, '_transient_wflginfl_699567631', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538385, '_transient_timeout_wflginfl_1892044061', '1404829808', 'no') ; 
INSERT INTO `wp_options` VALUES (7538386, '_transient_wflginfl_1892044061', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539992, '_transient_timeout_wflginfl_1565802854', '1404830860', 'no') ; 
INSERT INTO `wp_options` VALUES (7539993, '_transient_wflginfl_1565802854', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538441, '_transient_timeout_wflginfl_3034001903', '1404829836', 'no') ; 
INSERT INTO `wp_options` VALUES (7538442, '_transient_wflginfl_3034001903', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538481, '_transient_timeout_wflginfl_608498546', '1404829866', 'no') ; 
INSERT INTO `wp_options` VALUES (7538482, '_transient_wflginfl_608498546', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539553, '_transient_timeout_wflginfl_692403032', '1404830586', 'no') ; 
INSERT INTO `wp_options` VALUES (7539554, '_transient_wflginfl_692403032', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541092, '_transient_timeout_wflginfl_1360589241', '1404831432', 'no') ; 
INSERT INTO `wp_options` VALUES (7541093, '_transient_wflginfl_1360589241', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541470, '_transient_timeout_wflginfl_3181831361', '1404831832', 'no') ; 
INSERT INTO `wp_options` VALUES (7541471, '_transient_wflginfl_3181831361', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538600, '_transient_wflginfl_1293768658', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538607, '_transient_timeout_wflginfl_657918118', '1404829953', 'no') ; 
INSERT INTO `wp_options` VALUES (7538608, '_transient_wflginfl_657918118', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540264, '_transient_timeout_wflginfl_2058252075', '1404831037', 'no') ; 
INSERT INTO `wp_options` VALUES (7540265, '_transient_wflginfl_2058252075', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538653, '_transient_timeout_wflginfl_1332767281', '1404829983', 'no') ; 
INSERT INTO `wp_options` VALUES (7538654, '_transient_wflginfl_1332767281', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540460, '_transient_timeout_wflginfl_2966101626', '1404831422', 'no') ; 
INSERT INTO `wp_options` VALUES (7540461, '_transient_wflginfl_2966101626', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7538671, '_transient_timeout_wflginfl_2015133008', '1404829993', 'no') ; 
INSERT INTO `wp_options` VALUES (7538672, '_transient_wflginfl_2015133008', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540956, '_transient_timeout_wflginfl_2344509344', '1404831387', 'no') ; 
INSERT INTO `wp_options` VALUES (7540957, '_transient_wflginfl_2344509344', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538729, '_transient_timeout_wflginfl_1892692611', '1404830038', 'no') ; 
INSERT INTO `wp_options` VALUES (7538730, '_transient_wflginfl_1892692611', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540246, '_transient_timeout_wflginfl_2989132383', '1404831028', 'no') ; 
INSERT INTO `wp_options` VALUES (7540247, '_transient_wflginfl_2989132383', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541248, '_transient_timeout_wflginfl_1600591107', '1404831482', 'no') ; 
INSERT INTO `wp_options` VALUES (7541249, '_transient_wflginfl_1600591107', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538773, '_transient_timeout_wflginfl_1308717735', '1404830062', 'no') ; 
INSERT INTO `wp_options` VALUES (7538774, '_transient_wflginfl_1308717735', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540374, '_transient_timeout_wflginfl_3000942381', '1404831102', 'no') ; 
INSERT INTO `wp_options` VALUES (7540375, '_transient_wflginfl_3000942381', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538793, '_transient_timeout_wflginfl_1545173899', '1404830299', 'no') ; 
INSERT INTO `wp_options` VALUES (7538794, '_transient_wflginfl_1545173899', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7541478, '_transient_timeout_wflginfl_3065177452', '1404831993', 'no') ; 
INSERT INTO `wp_options` VALUES (7541479, '_transient_wflginfl_3065177452', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538861, '_transient_timeout_wflginfl_702138374', '1404830107', 'no') ; 
INSERT INTO `wp_options` VALUES (7538862, '_transient_wflginfl_702138374', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539331, '_transient_timeout_wflginfl_2015135235', '1404830442', 'no') ; 
INSERT INTO `wp_options` VALUES (7539332, '_transient_wflginfl_2015135235', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538909, '_transient_timeout_wflginfl_1549954602', '1404830145', 'no') ; 
INSERT INTO `wp_options` VALUES (7538910, '_transient_wflginfl_1549954602', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538921, '_transient_timeout_wflginfl_3035254513', '1404830150', 'no') ; 
INSERT INTO `wp_options` VALUES (7538922, '_transient_wflginfl_3035254513', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539492, '_transient_timeout_wflginfl_1909172572', '1404830547', 'no') ; 
INSERT INTO `wp_options` VALUES (7539493, '_transient_wflginfl_1909172572', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541168, '_transient_timeout_wflginfl_1118561587', '1404831458', 'no') ; 
INSERT INTO `wp_options` VALUES (7541169, '_transient_wflginfl_1118561587', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539241, '_transient_timeout_wflginfl_1332065031', '1404830376', 'no') ; 
INSERT INTO `wp_options` VALUES (7539242, '_transient_wflginfl_1332065031', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539245, '_transient_timeout_wflginfl_1394079248', '1404830379', 'no') ; 
INSERT INTO `wp_options` VALUES (7539246, '_transient_wflginfl_1394079248', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539311, '_transient_timeout_wflginfl_1024225666', '1404830434', 'no') ; 
INSERT INTO `wp_options` VALUES (7539312, '_transient_wflginfl_1024225666', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539376, '_transient_timeout_wflginfl_3032448814', '1404830464', 'no') ; 
INSERT INTO `wp_options` VALUES (7539377, '_transient_wflginfl_3032448814', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539380, '_transient_timeout_wflginfl_1333027991', '1404830472', 'no') ; 
INSERT INTO `wp_options` VALUES (7539381, '_transient_wflginfl_1333027991', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539390, '_transient_timeout_wflginfl_627688056', '1404830480', 'no') ; 
INSERT INTO `wp_options` VALUES (7539391, '_transient_wflginfl_627688056', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539394, '_transient_timeout_wflginfl_3318249467', '1404830486', 'no') ; 
INSERT INTO `wp_options` VALUES (7539395, '_transient_wflginfl_3318249467', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539420, '_transient_timeout_wflginfl_1585436457', '1404830499', 'no') ; 
INSERT INTO `wp_options` VALUES (7539421, '_transient_wflginfl_1585436457', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541122, '_transient_timeout_wflginfl_657085788', '1404831440', 'no') ; 
INSERT INTO `wp_options` VALUES (7541123, '_transient_wflginfl_657085788', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540708, '_transient_timeout_wflginfl_703304034', '1404831284', 'no') ; 
INSERT INTO `wp_options` VALUES (7540709, '_transient_wflginfl_703304034', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539490, '_transient_timeout_wflginfl_2076646985', '1404830547', 'no') ; 
INSERT INTO `wp_options` VALUES (7539491, '_transient_wflginfl_2076646985', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540370, '_transient_timeout_wflginfl_1453615847', '1404831098', 'no') ; 
INSERT INTO `wp_options` VALUES (7540371, '_transient_wflginfl_1453615847', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541344, '_transient_timeout_wflginfl_1118561774', '1404831529', 'no') ; 
INSERT INTO `wp_options` VALUES (7541345, '_transient_wflginfl_1118561774', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540198, '_transient_timeout_wflginfl_1337406069', '1404831004', 'no') ; 
INSERT INTO `wp_options` VALUES (7540199, '_transient_wflginfl_1337406069', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539591, '_transient_timeout_wflginfl_2092296370', '1404830600', 'no') ; 
INSERT INTO `wp_options` VALUES (7539592, '_transient_wflginfl_2092296370', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539605, '_transient_timeout_wflginfl_1768895202', '1404830901', 'no') ; 
INSERT INTO `wp_options` VALUES (7539606, '_transient_wflginfl_1768895202', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7539637, '_transient_timeout_wflginfl_1320575045', '1404830633', 'no') ; 
INSERT INTO `wp_options` VALUES (7539638, '_transient_wflginfl_1320575045', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539643, '_transient_wflginfl_1837060306', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539644, '_transient_wflginfl_1499198835', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539665, '_transient_timeout_wflginfl_1587957050', '1404830649', 'no') ; 
INSERT INTO `wp_options` VALUES (7539666, '_transient_wflginfl_1587957050', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539705, '_transient_timeout_wflginfl_1771823632', '1404830673', 'no') ; 
INSERT INTO `wp_options` VALUES (7539706, '_transient_wflginfl_1771823632', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539731, '_transient_timeout_wflginfl_3318371443', '1404830697', 'no') ; 
INSERT INTO `wp_options` VALUES (7539732, '_transient_wflginfl_3318371443', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540230, '_transient_timeout_wflginfl_3343178336', '1404831021', 'no') ; 
INSERT INTO `wp_options` VALUES (7540231, '_transient_wflginfl_3343178336', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539830, '_transient_timeout_wflginfl_3035239612', '1404830760', 'no') ; 
INSERT INTO `wp_options` VALUES (7539750, '_transient_timeout_wflginfl_3155930077', '1404830711', 'no') ; 
INSERT INTO `wp_options` VALUES (7539751, '_transient_wflginfl_3155930077', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541222, '_transient_timeout_wflginfl_695029818', '1404831474', 'no') ; 
INSERT INTO `wp_options` VALUES (7541223, '_transient_wflginfl_695029818', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539831, '_transient_wflginfl_3035239612', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539832, '_transient_timeout_wflginfl_529756081', '1404830760', 'no') ; 
INSERT INTO `wp_options` VALUES (7539833, '_transient_wflginfl_529756081', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539866, '_transient_timeout_wflginfl_703416456', '1404830782', 'no') ; 
INSERT INTO `wp_options` VALUES (7539867, '_transient_wflginfl_703416456', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539888, '_transient_timeout_wflginfl_2537499709', '1404831047', 'no') ; 
INSERT INTO `wp_options` VALUES (7539889, '_transient_wflginfl_2537499709', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7540766, '_transient_timeout_wflginfl_94446118', '1404831308', 'no') ; 
INSERT INTO `wp_options` VALUES (7540767, '_transient_wflginfl_94446118', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540472, '_transient_timeout_wflginfl_1976843383', '1404831160', 'no') ; 
INSERT INTO `wp_options` VALUES (7540473, '_transient_wflginfl_1976843383', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539928, '_transient_timeout_wflginfl_1448131572', '1404830816', 'no') ; 
INSERT INTO `wp_options` VALUES (7539929, '_transient_wflginfl_1448131572', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539974, '_transient_timeout_wflginfl_3138826906', '1404830845', 'no') ; 
INSERT INTO `wp_options` VALUES (7539975, '_transient_wflginfl_3138826906', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539994, '_transient_timeout_wflginfl_2980033227', '1404831154', 'no') ; 
INSERT INTO `wp_options` VALUES (7539995, '_transient_wflginfl_2980033227', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7540058, '_transient_timeout_wflginfl_1772019332', '1404830907', 'no') ; 
INSERT INTO `wp_options` VALUES (7540059, '_transient_wflginfl_1772019332', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540080, '_transient_timeout_wflginfl_778248893', '1404831387', 'no') ; 
INSERT INTO `wp_options` VALUES (7540081, '_transient_wflginfl_778248893', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7540084, '_transient_timeout_wflginfl_657329147', '1404830926', 'no') ; 
INSERT INTO `wp_options` VALUES (7540085, '_transient_wflginfl_657329147', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541052, '_transient_timeout_wflginfl_1454268432', '1404831419', 'no') ; 
INSERT INTO `wp_options` VALUES (7541053, '_transient_wflginfl_1454268432', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540112, '_transient_timeout_wflginfl_657489970', '1404830947', 'no') ; 
INSERT INTO `wp_options` VALUES (7540113, '_transient_wflginfl_657489970', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540114, '_transient_timeout_wflginfl_2955565784', '1404830947', 'no') ; 
INSERT INTO `wp_options` VALUES (7540115, '_transient_wflginfl_2955565784', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540132, '_transient_timeout_wflginfl_702717021', '1404830956', 'no') ; 
INSERT INTO `wp_options` VALUES (7540133, '_transient_wflginfl_702717021', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540154, '_transient_timeout_wflginfl_694483319', '1404830977', 'no') ; 
INSERT INTO `wp_options` VALUES (7540155, '_transient_wflginfl_694483319', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540182, '_transient_timeout_wflginfl_636236434', '1404830991', 'no') ; 
INSERT INTO `wp_options` VALUES (7540183, '_transient_wflginfl_636236434', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540194, '_transient_timeout_wflginfl_3054421082', '1404831000', 'no') ; 
INSERT INTO `wp_options` VALUES (7540195, '_transient_wflginfl_3054421082', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541318, '_transient_timeout_wflginfl_657094341', '1404831519', 'no') ; 
INSERT INTO `wp_options` VALUES (7541319, '_transient_wflginfl_657094341', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540902, '_transient_timeout_wflginfl_1320662273', '1404831361', 'no') ; 
INSERT INTO `wp_options` VALUES (7540903, '_transient_wflginfl_1320662273', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540330, '_transient_timeout_wflginfl_657536619', '1404831077', 'no') ; 
INSERT INTO `wp_options` VALUES (7540331, '_transient_wflginfl_657536619', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540380, '_transient_timeout_wflginfl_1579437471', '1404831106', 'no') ; 
INSERT INTO `wp_options` VALUES (7540381, '_transient_wflginfl_1579437471', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540400, '_transient_timeout_wflginfl_1566019922', '1404831124', 'no') ; 
INSERT INTO `wp_options` VALUES (7540401, '_transient_wflginfl_1566019922', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540420, '_transient_timeout_wflginfl_2006615976', '1404831131', 'no') ; 
INSERT INTO `wp_options` VALUES (7540421, '_transient_wflginfl_2006615976', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540426, '_transient_timeout_wflginfl_3179606817', '1404831131', 'no') ; 
INSERT INTO `wp_options` VALUES (7540427, '_transient_wflginfl_3179606817', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541204, '_transient_timeout_wflginfl_3152894786', '1404831470', 'no') ; 
INSERT INTO `wp_options` VALUES (7541205, '_transient_wflginfl_3152894786', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541322, '_transient_timeout_wflginfl_3321240680', '1404831521', 'no') ; 
INSERT INTO `wp_options` VALUES (7541323, '_transient_wflginfl_3321240680', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540546, '_transient_timeout_wflginfl_3570910426', '1404831191', 'no') ; 
INSERT INTO `wp_options` VALUES (7540547, '_transient_wflginfl_3570910426', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540598, '_transient_timeout_wflginfl_2946326434', '1404831219', 'no') ; 
INSERT INTO `wp_options` VALUES (7540599, '_transient_wflginfl_2946326434', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540620, '_transient_timeout_wflginfl_776412595', '1404831234', 'no') ; 
INSERT INTO `wp_options` VALUES (7540621, '_transient_wflginfl_776412595', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540672, '_transient_timeout_wflginfl_690112416', '1404831259', 'no') ; 
INSERT INTO `wp_options` VALUES (7540673, '_transient_wflginfl_690112416', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540674, '_transient_timeout_wflginfl_3036040935', '1404831259', 'no') ; 
INSERT INTO `wp_options` VALUES (7540675, '_transient_wflginfl_3036040935', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540682, '_transient_timeout_wflginfl_1777043773', '1404831266', 'no') ; 
INSERT INTO `wp_options` VALUES (7540683, '_transient_wflginfl_1777043773', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540722, '_transient_timeout_wflginfl_1308723709', '1404831288', 'no') ; 
INSERT INTO `wp_options` VALUES (7540723, '_transient_wflginfl_1308723709', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540734, '_transient_timeout_wflginfl_1549966416', '1404831290', 'no') ; 
INSERT INTO `wp_options` VALUES (7540735, '_transient_wflginfl_1549966416', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540742, '_transient_timeout_wflginfl_1093709613', '1404831292', 'no') ; 
INSERT INTO `wp_options` VALUES (7540743, '_transient_wflginfl_1093709613', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540756, '_transient_timeout_wflginfl_1771932115', '1404831301', 'no') ; 
INSERT INTO `wp_options` VALUES (7540757, '_transient_wflginfl_1771932115', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540778, '_transient_timeout_wflginfl_1502069832', '1404831315', 'no') ; 
INSERT INTO `wp_options` VALUES (7540779, '_transient_wflginfl_1502069832', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540790, '_transient_timeout_wflginfl_3158500659', '1404831319', 'no') ; 
INSERT INTO `wp_options` VALUES (7540791, '_transient_wflginfl_3158500659', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540850, '_transient_timeout_wflginfl_831556196', '1404831341', 'no') ; 
INSERT INTO `wp_options` VALUES (7540851, '_transient_wflginfl_831556196', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540862, '_transient_timeout_wflginfl_1450785744', '1404831350', 'no') ; 
INSERT INTO `wp_options` VALUES (7540863, '_transient_wflginfl_1450785744', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540888, '_transient_timeout_wflginfl_1887859409', '1404831359', 'no') ; 
INSERT INTO `wp_options` VALUES (7540889, '_transient_wflginfl_1887859409', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540940, '_transient_timeout_wflginfl_1449135535', '1404831378', 'no') ; 
INSERT INTO `wp_options` VALUES (7540941, '_transient_wflginfl_1449135535', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541024, '_transient_timeout_wflginfl_656432873', '1404831408', 'no') ; 
INSERT INTO `wp_options` VALUES (7541025, '_transient_wflginfl_656432873', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541032, '_transient_timeout_wflginfl_608485557', '1404831411', 'no') ; 
INSERT INTO `wp_options` VALUES (7541033, '_transient_wflginfl_608485557', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541102, '_transient_timeout_wflginfl_1549847662', '1404831435', 'no') ; 
INSERT INTO `wp_options` VALUES (7541103, '_transient_wflginfl_1549847662', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541124, '_transient_timeout_wflginfl_622902745', '1404831442', 'no') ; 
INSERT INTO `wp_options` VALUES (7541125, '_transient_wflginfl_622902745', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541154, '_transient_timeout_wflginfl_2001302646', '1404831456', 'no') ; 
INSERT INTO `wp_options` VALUES (7541155, '_transient_wflginfl_2001302646', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541166, '_transient_timeout_wflginfl_3031899826', '1404831457', 'no') ; 
INSERT INTO `wp_options` VALUES (7541167, '_transient_wflginfl_3031899826', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541178, '_transient_timeout_wflginfl_1545945908', '1404831459', 'no') ; 
INSERT INTO `wp_options` VALUES (7541179, '_transient_wflginfl_1545945908', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541186, '_transient_timeout_wflginfl_2001303528', '1404831459', 'no') ; 
INSERT INTO `wp_options` VALUES (7541187, '_transient_wflginfl_2001303528', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541234, '_transient_timeout_wflginfl_1380676999', '1404831479', 'no') ; 
INSERT INTO `wp_options` VALUES (7541235, '_transient_wflginfl_1380676999', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541244, '_transient_timeout_wflginfl_3138026590', '1404831481', 'no') ; 
INSERT INTO `wp_options` VALUES (7541245, '_transient_wflginfl_3138026590', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541250, '_transient_timeout_wflginfl_693240598', '1404831482', 'no') ; 
INSERT INTO `wp_options` VALUES (7541251, '_transient_wflginfl_693240598', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541264, '_transient_timeout_wflginfl_703149709', '1404831494', 'no') ; 
INSERT INTO `wp_options` VALUES (7541265, '_transient_wflginfl_703149709', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541310, '_transient_timeout_wflginfl_656437846', '1404831517', 'no') ; 
INSERT INTO `wp_options` VALUES (7541311, '_transient_wflginfl_656437846', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541320, '_transient_timeout_wflginfl_3732886244', '1404831520', 'no') ; 
INSERT INTO `wp_options` VALUES (7541321, '_transient_wflginfl_3732886244', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541346, '_transient_timeout_wflginfl_1565981611', '1404831531', 'no') ; 
INSERT INTO `wp_options` VALUES (7541347, '_transient_wflginfl_1565981611', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541362, '_transient_timeout_wflginfl_694664040', '1404831542', 'no') ; 
INSERT INTO `wp_options` VALUES (7541363, '_transient_wflginfl_694664040', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541402, '_transient_timeout_wflginfl_1833861123', '1404831582', 'no') ; 
INSERT INTO `wp_options` VALUES (7541403, '_transient_wflginfl_1833861123', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541412, '_transient_timeout_wflginfl_3305667130', '1404831608', 'no') ; 
INSERT INTO `wp_options` VALUES (7541413, '_transient_wflginfl_3305667130', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541426, '_transient_timeout_wflginfl_3081481666', '1404831645', 'no') ; 
INSERT INTO `wp_options` VALUES (7541427, '_transient_wflginfl_3081481666', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541428, '_transient_timeout_wflginfl_690235491', '1404831673', 'no') ; 
INSERT INTO `wp_options` VALUES (7541429, '_transient_wflginfl_690235491', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541432, '_transient_timeout_wflginfl_35934664', '1404831680', 'no') ; 
INSERT INTO `wp_options` VALUES (7541433, '_transient_wflginfl_35934664', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541436, '_transient_timeout_wflginfl_2033590418', '1404831694', 'no') ; 
INSERT INTO `wp_options` VALUES (7541437, '_transient_wflginfl_2033590418', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541442, '_transient_timeout_wflginfl_1000424789', '1404831713', 'no') ; 
INSERT INTO `wp_options` VALUES (7541443, '_transient_wflginfl_1000424789', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541484, '_transient_timeout_wflginfl_1917780297', '1404832095', 'no') ; 
INSERT INTO `wp_options` VALUES (7541485, '_transient_wflginfl_1917780297', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541493, '_transient_timeout_wflginfl_3569917815', '1404832727', 'no') ; 
INSERT INTO `wp_options` VALUES (7541494, '_transient_wflginfl_3569917815', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7548094, '_transient_timeout_wflginfl_2796172834', '1405977994', 'no') ; 
INSERT INTO `wp_options` VALUES (7541584, '_transient_timeout_wflginfl_462906395', '1404839148', 'no') ; 
INSERT INTO `wp_options` VALUES (7541585, '_transient_wflginfl_462906395', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7547644, '_transient_timeout_wflginfl_1187089832', '1405882485', 'no') ; 
INSERT INTO `wp_options` VALUES (7547624, '_transient_timeout_wflginfl_1112998706', '1405878515', 'no') ; 
INSERT INTO `wp_options` VALUES (7541626, '_transient_timeout_wflginfl_3318350535', '1404843372', 'no') ; 
INSERT INTO `wp_options` VALUES (7541627, '_transient_wflginfl_3318350535', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541620, '_transient_timeout_wffgt_1262977216', '1404842602', 'no') ; 
INSERT INTO `wp_options` VALUES (7541621, '_transient_wffgt_1262977216', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7548073, '_transient_timeout_wflginfl_1187335505', '1405974789', 'no') ; 
INSERT INTO `wp_options` VALUES (7548074, '_transient_wflginfl_1187335505', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541650, '_transient_timeout_wflginfl_533841487', '1404847593', 'no') ; 
INSERT INTO `wp_options` VALUES (7541651, '_transient_wflginfl_533841487', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541657, '_transient_timeout_wflginfl_1394206950', '1404848788', 'no') ; 
INSERT INTO `wp_options` VALUES (7541658, '_transient_wflginfl_1394206950', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541672, '_transient_timeout_wpsc_purchase_logs_months_2014July', '1406070581', 'no') ; 
INSERT INTO `wp_options` VALUES (7541673, '_transient_wpsc_purchase_logs_months_2014July', 'a:60:{i:0;O:8:"stdClass":2:{s:4:"year";s:4:"2014";s:5:"month";s:1:"7";}i:1;O:8:"stdClass":2:{s:4:"year";s:4:"2014";s:5:"month";s:1:"6";}i:2;O:8:"stdClass":2:{s:4:"year";s:4:"2014";s:5:"month";s:1:"5";}i:3;O:8:"stdClass":2:{s:4:"year";s:4:"2014";s:5:"month";s:1:"4";}i:4;O:8:"stdClass":2:{s:4:"year";s:4:"2014";s:5:"month";s:1:"3";}i:5;O:8:"stdClass":2:{s:4:"year";s:4:"2014";s:5:"month";s:1:"2";}i:6;O:8:"stdClass":2:{s:4:"year";s:4:"2014";s:5:"month";s:1:"1";}i:7;O:8:"stdClass":2:{s:4:"year";s:4:"2013";s:5:"month";s:2:"12";}i:8;O:8:"stdClass":2:{s:4:"year";s:4:"2013";s:5:"month";s:1:"9";}i:9;O:8:"stdClass":2:{s:4:"year";s:4:"2013";s:5:"month";s:1:"8";}i:10;O:8:"stdClass":2:{s:4:"year";s:4:"2013";s:5:"month";s:1:"7";}i:11;O:8:"stdClass":2:{s:4:"year";s:4:"2013";s:5:"month";s:1:"6";}i:12;O:8:"stdClass":2:{s:4:"year";s:4:"2013";s:5:"month";s:1:"5";}i:13;O:8:"stdClass":2:{s:4:"year";s:4:"2013";s:5:"month";s:1:"4";}i:14;O:8:"stdClass":2:{s:4:"year";s:4:"2013";s:5:"month";s:1:"3";}i:15;O:8:"stdClass":2:{s:4:"year";s:4:"2013";s:5:"month";s:1:"2";}i:16;O:8:"stdClass":2:{s:4:"year";s:4:"2013";s:5:"month";s:1:"1";}i:17;O:8:"stdClass":2:{s:4:"year";s:4:"2012";s:5:"month";s:2:"12";}i:18;O:8:"stdClass":2:{s:4:"year";s:4:"2012";s:5:"month";s:2:"11";}i:19;O:8:"stdClass":2:{s:4:"year";s:4:"2012";s:5:"month";s:2:"10";}i:20;O:8:"stdClass":2:{s:4:"year";s:4:"2012";s:5:"month";s:1:"9";}i:21;O:8:"stdClass":2:{s:4:"year";s:4:"2012";s:5:"month";s:1:"8";}i:22;O:8:"stdClass":2:{s:4:"year";s:4:"2012";s:5:"month";s:1:"7";}i:23;O:8:"stdClass":2:{s:4:"year";s:4:"2012";s:5:"month";s:1:"6";}i:24;O:8:"stdClass":2:{s:4:"year";s:4:"2012";s:5:"month";s:1:"5";}i:25;O:8:"stdClass":2:{s:4:"year";s:4:"2012";s:5:"month";s:1:"4";}i:26;O:8:"stdClass":2:{s:4:"year";s:4:"2012";s:5:"month";s:1:"3";}i:27;O:8:"stdClass":2:{s:4:"year";s:4:"2012";s:5:"month";s:1:"2";}i:28;O:8:"stdClass":2:{s:4:"year";s:4:"2012";s:5:"month";s:1:"1";}i:29;O:8:"stdClass":2:{s:4:"year";s:4:"2011";s:5:"month";s:2:"12";}i:30;O:8:"stdClass":2:{s:4:"year";s:4:"2011";s:5:"month";s:2:"11";}i:31;O:8:"stdClass":2:{s:4:"year";s:4:"2011";s:5:"month";s:2:"10";}i:32;O:8:"stdClass":2:{s:4:"year";s:4:"2011";s:5:"month";s:1:"9";}i:33;O:8:"stdClass":2:{s:4:"year";s:4:"2011";s:5:"month";s:1:"8";}i:34;O:8:"stdClass":2:{s:4:"year";s:4:"2011";s:5:"month";s:1:"7";}i:35;O:8:"stdClass":2:{s:4:"year";s:4:"2011";s:5:"month";s:1:"6";}i:36;O:8:"stdClass":2:{s:4:"year";s:4:"2011";s:5:"month";s:1:"5";}i:37;O:8:"stdClass":2:{s:4:"year";s:4:"2011";s:5:"month";s:1:"4";}i:38;O:8:"stdClass":2:{s:4:"year";s:4:"2011";s:5:"month";s:1:"3";}i:39;O:8:"stdClass":2:{s:4:"year";s:4:"2011";s:5:"month";s:1:"2";}i:40;O:8:"stdClass":2:{s:4:"year";s:4:"2011";s:5:"month";s:1:"1";}i:41;O:8:"stdClass":2:{s:4:"year";s:4:"2010";s:5:"month";s:2:"12";}i:42;O:8:"stdClass":2:{s:4:"year";s:4:"2010";s:5:"month";s:2:"11";}i:43;O:8:"stdClass":2:{s:4:"year";s:4:"2010";s:5:"month";s:2:"10";}i:44;O:8:"stdClass":2:{s:4:"year";s:4:"2010";s:5:"month";s:1:"9";}i:45;O:8:"stdClass":2:{s:4:"year";s:4:"2010";s:5:"month";s:1:"8";}i:46;O:8:"stdClass":2:{s:4:"year";s:4:"2010";s:5:"month";s:1:"7";}i:47;O:8:"stdClass":2:{s:4:"year";s:4:"2010";s:5:"month";s:1:"6";}i:48;O:8:"stdClass":2:{s:4:"year";s:4:"2010";s:5:"month";s:1:"5";}i:49;O:8:"stdClass":2:{s:4:"year";s:4:"2010";s:5:"month";s:1:"4";}i:50;O:8:"stdClass":2:{s:4:"year";s:4:"2010";s:5:"month";s:1:"3";}i:51;O:8:"stdClass":2:{s:4:"year";s:4:"2010";s:5:"month";s:1:"2";}i:52;O:8:"stdClass":2:{s:4:"year";s:4:"2010";s:5:"month";s:1:"1";}i:53;O:8:"stdClass":2:{s:4:"year";s:4:"2009";s:5:"month";s:2:"12";}i:54;O:8:"stdClass":2:{s:4:"year";s:4:"2009";s:5:"month";s:2:"11";}i:55;O:8:"stdClass":2:{s:4:"year";s:4:"2009";s:5:"month";s:2:"10";}i:56;O:8:"stdClass":2:{s:4:"year";s:4:"2009";s:5:"month";s:1:"9";}i:57;O:8:"stdClass":2:{s:4:"year";s:4:"2009";s:5:"month";s:1:"8";}i:58;O:8:"stdClass":2:{s:4:"year";s:4:"2009";s:5:"month";s:1:"7";}i:59;O:8:"stdClass":2:{s:4:"year";s:4:"2009";s:5:"month";s:1:"6";}}', 'no') ; 
INSERT INTO `wp_options` VALUES (7541747, '_transient_timeout_wflginfl_2903568505', '1404865482', 'no') ; 
INSERT INTO `wp_options` VALUES (7548062, '_transient_wflginfl_2794052079', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7541678, '_transient_timeout_wflginfl_3127540390', '1404850981', 'no') ; 
INSERT INTO `wp_options` VALUES (7541679, '_transient_wflginfl_3127540390', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541684, '_transient_timeout_wflginfl_1668361793', '1404851305', 'no') ; 
INSERT INTO `wp_options` VALUES (7541685, '_transient_wflginfl_1668361793', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541748, '_transient_wflginfl_2903568505', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541752, '_transient_timeout_wflginfl_2794676490', '1404865679', 'no') ; 
INSERT INTO `wp_options` VALUES (7541753, '_transient_wflginfl_2794676490', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541754, '_transient_timeout_wflginfl_2885705801', '1404865743', 'no') ; 
INSERT INTO `wp_options` VALUES (7541755, '_transient_wflginfl_2885705801', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541766, '_transient_timeout_wflginfl_1680353117', '1404871028', 'no') ; 
INSERT INTO `wp_options` VALUES (7541767, '_transient_wflginfl_1680353117', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541802, '_transient_timeout_wflginfl_2916438673', '1404880239', 'no') ; 
INSERT INTO `wp_options` VALUES (7541803, '_transient_wflginfl_2916438673', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7547702, '_transient_wflginfl_1648616254', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7547990, '_transient_wflginfl_1082563937', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7547663, '_transient_timeout_wffgt_1153262402', '1405887917', 'no') ; 
INSERT INTO `wp_options` VALUES (7556484, '_transient_wflginfl_2306257901', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7547701, '_transient_timeout_wflginfl_1648616254', '1405897907', 'no') ; 
INSERT INTO `wp_options` VALUES (7547664, '_transient_wffgt_1153262402', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7547645, '_transient_wflginfl_1187089832', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7544972, '_transient_wffgt_3451724546', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561987, '_site_transient_timeout_browser_34d7dfe1204a1f3a406d04c3911646db', '1408980427', 'yes') ; 
INSERT INTO `wp_options` VALUES (7557551, '_transient_timeout_wffgt_3477038556', '1407521365', 'no') ; 
INSERT INTO `wp_options` VALUES (7557552, '_transient_wffgt_3477038556', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7544339, '_transient_timeout_wffgt_1143459715', '1405198402', 'no') ; 
INSERT INTO `wp_options` VALUES (7544340, '_transient_wffgt_1143459715', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7543946, '_transient_timeout_wffgt_1269693887', '1405105687', 'no') ; 
INSERT INTO `wp_options` VALUES (7543947, '_transient_wffgt_1269693887', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7541990, '_transient_timeout_wffgt_1809352266', '1404925940', 'no') ; 
INSERT INTO `wp_options` VALUES (7541991, '_transient_wffgt_1809352266', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541997, '_transient_timeout_wffgt_1106541299', '1404925996', 'no') ; 
INSERT INTO `wp_options` VALUES (7541998, '_transient_wffgt_1106541299', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7542115, '_transient_timeout_wflginfl_1613231117', '1404956595', 'no') ; 
INSERT INTO `wp_options` VALUES (7542116, '_transient_wflginfl_1613231117', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7542119, '_transient_timeout_wflginfl_1205649174', '1404958102', 'no') ; 
INSERT INTO `wp_options` VALUES (7542120, '_transient_wflginfl_1205649174', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7542132, '_transient_timeout_wflginfl_1814868405', '1404960656', 'no') ; 
INSERT INTO `wp_options` VALUES (7542133, '_transient_wflginfl_1814868405', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7542208, '_transient_timeout_wflginfl_1571601206', '1404981967', 'no') ; 
INSERT INTO `wp_options` VALUES (7542209, '_transient_wflginfl_1571601206', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7542225, '_transient_timeout_wflginfl_3087544862', '1404990376', 'no') ; 
INSERT INTO `wp_options` VALUES (7542226, '_transient_wflginfl_3087544862', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7542277, '_transient_timeout_wflginfl_2923026890', '1405004958', 'no') ; 
INSERT INTO `wp_options` VALUES (7542278, '_transient_wflginfl_2923026890', '11', 'no') ; 
INSERT INTO `wp_options` VALUES (7542279, '_transient_timeout_wffgt_2923026890', '1405004820', 'no') ; 
INSERT INTO `wp_options` VALUES (7542280, '_transient_wffgt_2923026890', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7547577, '_transient_timeout_wflginfl_1283316803', '1405864820', 'no') ; 
INSERT INTO `wp_options` VALUES (7543977, '_transient_timeout_wffgt_1141373326', '1405111310', 'no') ; 
INSERT INTO `wp_options` VALUES (7543978, '_transient_wffgt_1141373326', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7542415, '_transient_timeout_wffgt_403797914', '1405013619', 'no') ; 
INSERT INTO `wp_options` VALUES (7542416, '_transient_wffgt_403797914', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7543983, '_transient_timeout_wffgt_2921139468', '1405112060', 'no') ; 
INSERT INTO `wp_options` VALUES (7543005, '_transient_timeout_wflginfl_1173696003', '1405021078', 'no') ; 
INSERT INTO `wp_options` VALUES (7543006, '_transient_wflginfl_1173696003', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7543007, '_transient_timeout_wffgt_3476735490', '1405021108', 'no') ; 
INSERT INTO `wp_options` VALUES (7543008, '_transient_wffgt_3476735490', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7547578, '_transient_wflginfl_1283316803', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7547589, '_transient_timeout_wflginfl_404941583', '1405868033', 'no') ; 
INSERT INTO `wp_options` VALUES (7560322, '_transient_timeout_wffgt_419075599', '1407973907', 'no') ; 
INSERT INTO `wp_options` VALUES (7560323, '_transient_wffgt_419075599', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7544381, '_transient_timeout_wflginfl_203112834', '1405208739', 'no') ; 
INSERT INTO `wp_options` VALUES (7544382, '_transient_wflginfl_203112834', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7548256, '_transient_wflginfl_2995331770', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7543544, '_transient_timeout_wflginfl_2794027159', '1405034238', 'no') ; 
INSERT INTO `wp_options` VALUES (7543545, '_transient_wflginfl_2794027159', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7543542, '_transient_timeout_wffgt_2794027159', '1405033826', 'no') ; 
INSERT INTO `wp_options` VALUES (7543543, '_transient_wffgt_2794027159', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7543556, '_transient_timeout_wflginfl_2889360189', '1405035804', 'no') ; 
INSERT INTO `wp_options` VALUES (7543557, '_transient_wflginfl_2889360189', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7543576, '_transient_timeout_wflginfl_2796900809', '1405039710', 'no') ; 
INSERT INTO `wp_options` VALUES (7543577, '_transient_wflginfl_2796900809', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7547434, '_transient_timeout_wffgt_1662374313', '1405820796', 'no') ; 
INSERT INTO `wp_options` VALUES (7547435, '_transient_wffgt_1662374313', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7547384, '_transient_wffgt_1124812217', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7547416, '_transient_wflginfl_1825319041', '6', 'no') ; 
INSERT INTO `wp_options` VALUES (7547422, '_transient_wflginfl_2800177629', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7547383, '_transient_timeout_wffgt_1124812217', '1405808170', 'no') ; 
INSERT INTO `wp_options` VALUES (7547625, '_transient_wflginfl_1112998706', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7547386, '_transient_wffgt_2923905997', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7547370, '_transient_timeout_wflginfl_1825701600', '1405806599', 'no') ; 
INSERT INTO `wp_options` VALUES (7547371, '_transient_wflginfl_1825701600', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7547372, '_transient_timeout_wffgt_1825701600', '1405806533', 'no') ; 
INSERT INTO `wp_options` VALUES (7547373, '_transient_wffgt_1825701600', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7547590, '_transient_wflginfl_404941583', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7547357, '_transient_timeout_wffgt_3486681459', '1405803107', 'no') ; 
INSERT INTO `wp_options` VALUES (7547358, '_transient_wffgt_3486681459', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7547309, '_transient_timeout_wflginfl_1614441918', '1405788733', 'no') ; 
INSERT INTO `wp_options` VALUES (7547310, '_transient_wflginfl_1614441918', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7543726, '_transient_timeout_wffgt_1144379790', '1405087004', 'no') ; 
INSERT INTO `wp_options` VALUES (7543727, '_transient_wffgt_1144379790', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7547421, '_transient_timeout_wflginfl_2800177629', '1405818029', 'no') ; 
INSERT INTO `wp_options` VALUES (7544033, '_transient_timeout_wflginfl_1168876365', '1405115769', 'no') ; 
INSERT INTO `wp_options` VALUES (7543812, '_transient_timeout_wffgt_2935956204', '1405096353', 'no') ; 
INSERT INTO `wp_options` VALUES (7543813, '_transient_wffgt_2935956204', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7544034, '_transient_wflginfl_1168876365', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7547273, '_transient_timeout_wflginfl_1198572462', '1405777156', 'no') ; 
INSERT INTO `wp_options` VALUES (7547274, '_transient_wflginfl_1198572462', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7557431, '_transient_timeout_wflginfl_1667830550', '1407511240', 'no') ; 
INSERT INTO `wp_options` VALUES (7557432, '_transient_wflginfl_1667830550', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7547138, '_transient_wflginfl_1634052152', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7547385, '_transient_timeout_wffgt_2923905997', '1405808260', 'no') ; 
INSERT INTO `wp_options` VALUES (7553459, '_transient_timeout_wflginfl_1113037216', '1406774584', 'no') ; 
INSERT INTO `wp_options` VALUES (7547073, '_transient_timeout_wflginfl_1188104006', '1405713622', 'no') ; 
INSERT INTO `wp_options` VALUES (7547074, '_transient_wflginfl_1188104006', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7544252, '_transient_timeout_wflginfl_701305154', '1405174887', 'no') ; 
INSERT INTO `wp_options` VALUES (7544253, '_transient_wflginfl_701305154', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7544267, '_transient_timeout_wflginfl_1187121467', '1405177783', 'no') ; 
INSERT INTO `wp_options` VALUES (7544268, '_transient_wflginfl_1187121467', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7544293, '_transient_timeout_wflginfl_3480654194', '1405186832', 'no') ; 
INSERT INTO `wp_options` VALUES (7544294, '_transient_wflginfl_3480654194', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7544295, '_transient_timeout_wffgt_3480654194', '1405186925', 'no') ; 
INSERT INTO `wp_options` VALUES (7544296, '_transient_wffgt_3480654194', '6', 'no') ; 
INSERT INTO `wp_options` VALUES (7544314, '_transient_timeout_wflginfl_2007005093', '1405191326', 'no') ; 
INSERT INTO `wp_options` VALUES (7544315, '_transient_wflginfl_2007005093', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7544337, '_transient_timeout_wflginfl_1143459715', '1405198506', 'no') ; 
INSERT INTO `wp_options` VALUES (7544338, '_transient_wflginfl_1143459715', '5', 'no') ; 
INSERT INTO `wp_options` VALUES (7544323, '_transient_timeout_wffgt_2885909696', '1405193892', 'no') ; 
INSERT INTO `wp_options` VALUES (7544324, '_transient_wffgt_2885909696', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7544401, '_transient_timeout_wflginfl_463227021', '1405215094', 'no') ; 
INSERT INTO `wp_options` VALUES (7544402, '_transient_wflginfl_463227021', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561988, '_site_transient_browser_34d7dfe1204a1f3a406d04c3911646db', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"36.0.1985.125";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7553460, '_transient_wflginfl_1113037216', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7544468, '_transient_timeout_wflginfl_3536006224', '1405237312', 'no') ; 
INSERT INTO `wp_options` VALUES (7544469, '_transient_wflginfl_3536006224', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7544711, '_transient_wffgt_2920539432', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7552398, '_transient_wflginfl_1850780988', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7547137, '_transient_timeout_wflginfl_1634052152', '1405732874', 'no') ; 
INSERT INTO `wp_options` VALUES (7544741, '_transient_timeout_wflginfl_848173774', '1405311623', 'no') ; 
INSERT INTO `wp_options` VALUES (7544742, '_transient_wflginfl_848173774', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7544780, '_transient_timeout_wflginfl_2889361831', '1405322069', 'no') ; 
INSERT INTO `wp_options` VALUES (7544781, '_transient_wflginfl_2889361831', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7555455, '_transient_timeout_wflginfl_1161181851', '1407176505', 'no') ; 
INSERT INTO `wp_options` VALUES (7555456, '_transient_wflginfl_1161181851', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7548349, '_transient_timeout_wffgt_1161181851', '1406040771', 'no') ; 
INSERT INTO `wp_options` VALUES (7548350, '_transient_wffgt_1161181851', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7544880, '_transient_timeout_wflginfl_3501773618', '1405352967', 'no') ; 
INSERT INTO `wp_options` VALUES (7544881, '_transient_wflginfl_3501773618', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7547117, '_transient_timeout_wflginfl_463227571', '1405727400', 'no') ; 
INSERT INTO `wp_options` VALUES (7544888, '_transient_timeout_wflginfl_2796164785', '1405356251', 'no') ; 
INSERT INTO `wp_options` VALUES (7544889, '_transient_wflginfl_2796164785', '13', 'no') ; 
INSERT INTO `wp_options` VALUES (7544957, '_transient_timeout_wflginfl_1660204517', '1405363646', 'no') ; 
INSERT INTO `wp_options` VALUES (7544958, '_transient_wflginfl_1660204517', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7544971, '_transient_timeout_wffgt_3451724546', '1405365018', 'no') ; 
INSERT INTO `wp_options` VALUES (7544997, '_transient_timeout_wflginfl_1219488498', '1405368447', 'no') ; 
INSERT INTO `wp_options` VALUES (7544998, '_transient_wflginfl_1219488498', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7544994, '_transient_timeout_wffgt_1219488498', '1405368113', 'no') ; 
INSERT INTO `wp_options` VALUES (7544995, '_transient_wffgt_1219488498', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7545010, '_transient_timeout_wflginfl_3336884017', '1405370702', 'no') ; 
INSERT INTO `wp_options` VALUES (7545011, '_transient_wflginfl_3336884017', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7545038, '_transient_timeout_wflginfl_1264036066', '1405377887', 'no') ; 
INSERT INTO `wp_options` VALUES (7545039, '_transient_wflginfl_1264036066', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7545046, '_transient_timeout_wflginfl_1119241982', '1405379897', 'no') ; 
INSERT INTO `wp_options` VALUES (7545047, '_transient_wflginfl_1119241982', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7545100, '_transient_timeout_wffgt_1221932814', '1405390412', 'no') ; 
INSERT INTO `wp_options` VALUES (7545101, '_transient_wffgt_1221932814', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7545080, '_transient_timeout_wffgt_1187186726', '1405387388', 'no') ; 
INSERT INTO `wp_options` VALUES (7545081, '_transient_wffgt_1187186726', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7545125, '_transient_timeout_wffgt_1655965394', '1405393434', 'no') ; 
INSERT INTO `wp_options` VALUES (7545126, '_transient_wffgt_1655965394', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7545790, '_transient_timeout_wflginfl_1143691781', '1405528435', 'no') ; 
INSERT INTO `wp_options` VALUES (7545791, '_transient_wflginfl_1143691781', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7545923, '_transient_timeout_wflginfl_1221532725', '1405535805', 'no') ; 
INSERT INTO `wp_options` VALUES (7545906, '_transient_timeout_wflginfl_2794682015', '1405534919', 'no') ; 
INSERT INTO `wp_options` VALUES (7545907, '_transient_wflginfl_2794682015', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7545924, '_transient_wflginfl_1221532725', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7545929, '_transient_timeout_wffgt_1221532725', '1405535815', 'no') ; 
INSERT INTO `wp_options` VALUES (7545930, '_transient_wffgt_1221532725', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7549992, '_transient_timeout_wflginfl_1673828831', '1406209744', 'no') ; 
INSERT INTO `wp_options` VALUES (7549993, '_transient_wflginfl_1673828831', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7546408, '_transient_timeout_wflginfl_1676170842', '1405545331', 'no') ; 
INSERT INTO `wp_options` VALUES (7546409, '_transient_wflginfl_1676170842', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7546464, '_transient_wflginfl_2934874794', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7560308, '_transient_timeout_wflginfl_1129682535', '1407972726', 'no') ; 
INSERT INTO `wp_options` VALUES (7545466, '_transient_wflginfl_649593188', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7546684, '_transient_timeout_wflginfl_782717798', '1405611804', 'no') ; 
INSERT INTO `wp_options` VALUES (7546685, '_transient_wflginfl_782717798', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561613, '_transient_timeout_wflginfl_86497282', '1408269209', 'no') ; 
INSERT INTO `wp_options` VALUES (7561614, '_transient_wflginfl_86497282', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7546736, '_transient_timeout_wflginfl_1199462946', '1405626876', 'no') ; 
INSERT INTO `wp_options` VALUES (7547118, '_transient_wflginfl_463227571', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7546473, '_transient_timeout_wffgt_1665203908', '1405549752', 'no') ; 
INSERT INTO `wp_options` VALUES (7546474, '_transient_wffgt_1665203908', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7545560, '_transient_timeout_wffgt_1658248521', '1405475511', 'no') ; 
INSERT INTO `wp_options` VALUES (7545561, '_transient_wffgt_1658248521', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7548041, '_transient_timeout_wffgt_848971507', '1405966433', 'no') ; 
INSERT INTO `wp_options` VALUES (7545683, '_transient_timeout_wflginfl_1549406230', '1405507196', 'no') ; 
INSERT INTO `wp_options` VALUES (7545684, '_transient_wflginfl_1549406230', '6', 'no') ; 
INSERT INTO `wp_options` VALUES (7545701, '_transient_timeout_wflginfl_1187202004', '1405512993', 'no') ; 
INSERT INTO `wp_options` VALUES (7545702, '_transient_wflginfl_1187202004', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7548042, '_transient_wffgt_848971507', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7551117, '_transient_timeout_wffgt_2794044037', '1406312892', 'no') ; 
INSERT INTO `wp_options` VALUES (7551118, '_transient_wffgt_2794044037', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7562532, '_transient_timeout_feed_mod_d05d136f72523470cbe7098608179c6a', '1408508905', 'no') ; 
INSERT INTO `wp_options` VALUES (7562533, '_transient_feed_mod_d05d136f72523470cbe7098608179c6a', '1408465705', 'no') ; 
INSERT INTO `wp_options` VALUES (7547888, '_transient_timeout_wflginfl_3630408722', '1405949734', 'no') ; 
INSERT INTO `wp_options` VALUES (7481579, '_transient_wflginfl_694233648', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483177, '_transient_timeout_wflginfl_1337015422', '1404787167', 'no') ; 
INSERT INTO `wp_options` VALUES (7483178, '_transient_wflginfl_1337015422', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494795, '_transient_timeout_wflginfl_1975912288', '1404798115', 'no') ; 
INSERT INTO `wp_options` VALUES (7494796, '_transient_wflginfl_1975912288', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481741, '_transient_timeout_wflginfl_608959373', '1404785686', 'no') ; 
INSERT INTO `wp_options` VALUES (7481742, '_transient_wflginfl_608959373', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539149, '_transient_timeout_wflginfl_694626256', '1404830298', 'no') ; 
INSERT INTO `wp_options` VALUES (7539150, '_transient_wflginfl_694626256', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490473, '_transient_wflginfl_1887911806', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540837, '_transient_wflginfl_1906261331', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481911, '_transient_timeout_wflginfl_2975952084', '1404786125', 'no') ; 
INSERT INTO `wp_options` VALUES (7481912, '_transient_wflginfl_2975952084', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7472908, '_transient_wflginfl_1337032035', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484683, '_transient_timeout_wflginfl_3363729555', '1404788584', 'no') ; 
INSERT INTO `wp_options` VALUES (7477110, '_transient_timeout_wflginfl_3000857323', '1404780827', 'no') ; 
INSERT INTO `wp_options` VALUES (7337027, '_transient_timeout_wflginfl_3331297086', '1398181229', 'no') ; 
INSERT INTO `wp_options` VALUES (7337028, '_transient_wflginfl_3331297086', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483088, '_transient_wflginfl_3306950909', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491016, '_transient_timeout_wflginfl_1892716670', '1404794598', 'no') ; 
INSERT INTO `wp_options` VALUES (7337088, '_transient_timeout_wflginfl_1259516056', '1398186466', 'no') ; 
INSERT INTO `wp_options` VALUES (7337089, '_transient_wflginfl_1259516056', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7337094, '_transient_timeout_wflginfl_2917689496', '1398187162', 'no') ; 
INSERT INTO `wp_options` VALUES (7337095, '_transient_wflginfl_2917689496', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337098, '_transient_timeout_wffgt_1259516056', '1398187615', 'no') ; 
INSERT INTO `wp_options` VALUES (7337099, '_transient_wffgt_1259516056', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337130, '_transient_timeout_wflginfl_3330872445', '1398192340', 'no') ; 
INSERT INTO `wp_options` VALUES (7337131, '_transient_wflginfl_3330872445', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516399, '_transient_wflginfl_3310803527', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337980, '_transient_timeout_wflginfl_2988561542', '1398359196', 'no') ; 
INSERT INTO `wp_options` VALUES (7337981, '_transient_wflginfl_2988561542', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7556634, '_transient_timeout_wffgt_2457991929', '1407351837', 'no') ; 
INSERT INTO `wp_options` VALUES (7556635, '_transient_wffgt_2457991929', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337206, '_transient_timeout_wflginfl_848514287', '1398204435', 'no') ; 
INSERT INTO `wp_options` VALUES (7337207, '_transient_wflginfl_848514287', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7378061, '_transient_timeout_wffgt_1121116750', '1404589251', 'no') ; 
INSERT INTO `wp_options` VALUES (7378062, '_transient_wffgt_1121116750', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337208, '_transient_timeout_wffgt_848514287', '1398204478', 'no') ; 
INSERT INTO `wp_options` VALUES (7337209, '_transient_wffgt_848514287', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337260, '_transient_timeout_wflginfl_1542272137', '1398212177', 'no') ; 
INSERT INTO `wp_options` VALUES (7337261, '_transient_wflginfl_1542272137', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337224, '_transient_timeout_wflginfl_2916106929', '1398208084', 'no') ; 
INSERT INTO `wp_options` VALUES (7337225, '_transient_wflginfl_2916106929', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337232, '_transient_timeout_wflginfl_2794041400', '1398210123', 'no') ; 
INSERT INTO `wp_options` VALUES (7337233, '_transient_wflginfl_2794041400', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7337282, '_transient_timeout_wflginfl_1805350339', '1398220002', 'no') ; 
INSERT INTO `wp_options` VALUES (7337283, '_transient_wflginfl_1805350339', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337242, '_transient_timeout_wffgt_1667822172', '1398211293', 'no') ; 
INSERT INTO `wp_options` VALUES (7337243, '_transient_wffgt_1667822172', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7337246, '_transient_timeout_wflginfl_2794051923', '1398211469', 'no') ; 
INSERT INTO `wp_options` VALUES (7337247, '_transient_wflginfl_2794051923', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337250, '_transient_timeout_wffgt_1185616409', '1398211754', 'no') ; 
INSERT INTO `wp_options` VALUES (7337251, '_transient_wffgt_1185616409', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337286, '_transient_timeout_wflginfl_2903534542', '1398220600', 'no') ; 
INSERT INTO `wp_options` VALUES (7337287, '_transient_wflginfl_2903534542', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337308, '_transient_timeout_wflginfl_3301186605', '1398223677', 'no') ; 
INSERT INTO `wp_options` VALUES (7337309, '_transient_wflginfl_3301186605', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516398, '_transient_timeout_wflginfl_3310803527', '1404815032', 'no') ; 
INSERT INTO `wp_options` VALUES (7337324, '_transient_timeout_wflginfl_3301183625', '1398229647', 'no') ; 
INSERT INTO `wp_options` VALUES (7337325, '_transient_wflginfl_3301183625', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7342228, '_transient_timeout_wflginfl_1572249137', '1399155419', 'no') ; 
INSERT INTO `wp_options` VALUES (7342229, '_transient_wflginfl_1572249137', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337332, '_transient_timeout_wflginfl_3164942399', '1398231958', 'no') ; 
INSERT INTO `wp_options` VALUES (7337333, '_transient_wflginfl_3164942399', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337334, '_transient_timeout_wflginfl_391760338', '1398232028', 'no') ; 
INSERT INTO `wp_options` VALUES (7337335, '_transient_wflginfl_391760338', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337345, '_transient_timeout_wflginfl_462871661', '1398233661', 'no') ; 
INSERT INTO `wp_options` VALUES (7337346, '_transient_wflginfl_462871661', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337350, '_transient_timeout_wflginfl_1805350446', '1398235092', 'no') ; 
INSERT INTO `wp_options` VALUES (7337351, '_transient_wflginfl_1805350446', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337354, '_transient_timeout_wflginfl_392839915', '1398235985', 'no') ; 
INSERT INTO `wp_options` VALUES (7337355, '_transient_wflginfl_392839915', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337362, '_transient_timeout_wflginfl_2902471750', '1398239075', 'no') ; 
INSERT INTO `wp_options` VALUES (7337363, '_transient_wflginfl_2902471750', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337365, '_transient_timeout_wflginfl_778667322', '1398240103', 'no') ; 
INSERT INTO `wp_options` VALUES (7337366, '_transient_wflginfl_778667322', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337391, '_transient_timeout_wflginfl_1851342169', '1398247694', 'no') ; 
INSERT INTO `wp_options` VALUES (7337392, '_transient_wflginfl_1851342169', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516369, '_transient_wflginfl_831634123', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337416, '_transient_timeout_wflginfl_3231817751', '1398256045', 'no') ; 
INSERT INTO `wp_options` VALUES (7337417, '_transient_wflginfl_3231817751', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337423, '_transient_timeout_wflginfl_1466102469', '1398259128', 'no') ; 
INSERT INTO `wp_options` VALUES (7337424, '_transient_wflginfl_1466102469', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337425, '_transient_timeout_wflginfl_1158435307', '1398259274', 'no') ; 
INSERT INTO `wp_options` VALUES (7337426, '_transient_wflginfl_1158435307', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337443, '_transient_timeout_wflginfl_1807095705', '1398262207', 'no') ; 
INSERT INTO `wp_options` VALUES (7337444, '_transient_wflginfl_1807095705', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337446, '_transient_timeout_wflginfl_1187106589', '1398263030', 'no') ; 
INSERT INTO `wp_options` VALUES (7337447, '_transient_wflginfl_1187106589', '7', 'no') ; 
INSERT INTO `wp_options` VALUES (7337448, '_transient_timeout_wffgt_1187106589', '1398262950', 'no') ; 
INSERT INTO `wp_options` VALUES (7337449, '_transient_wffgt_1187106589', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7337457, '_transient_timeout_wflginfl_848499749', '1398265431', 'no') ; 
INSERT INTO `wp_options` VALUES (7339968, '_transient_wflginfl_2901799084', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339990, '_transient_timeout_wflginfl_974828967', '1398754053', 'no') ; 
INSERT INTO `wp_options` VALUES (7339991, '_transient_wflginfl_974828967', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339992, '_transient_timeout_wflginfl_974828963', '1398754073', 'no') ; 
INSERT INTO `wp_options` VALUES (7337458, '_transient_wflginfl_848499749', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540729, '_transient_wflginfl_1269846259', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483735, '_transient_timeout_wflginfl_1337039814', '1404787684', 'no') ; 
INSERT INTO `wp_options` VALUES (7483736, '_transient_wflginfl_1337039814', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538923, '_transient_timeout_wflginfl_2101147274', '1404830151', 'no') ; 
INSERT INTO `wp_options` VALUES (7538924, '_transient_wflginfl_2101147274', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527158, '_transient_timeout_wflginfl_608723291', '1404822376', 'no') ; 
INSERT INTO `wp_options` VALUES (7527159, '_transient_wflginfl_608723291', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539073, '_transient_timeout_wflginfl_1315298718', '1404830246', 'no') ; 
INSERT INTO `wp_options` VALUES (7539074, '_transient_wflginfl_1315298718', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500495, '_transient_timeout_wflginfl_2063099479', '1404803238', 'no') ; 
INSERT INTO `wp_options` VALUES (7500496, '_transient_wflginfl_2063099479', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487427, '_transient_timeout_wflginfl_3065397997', '1404791207', 'no') ; 
INSERT INTO `wp_options` VALUES (7487428, '_transient_wflginfl_3065397997', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538753, '_transient_timeout_wflginfl_3124992562', '1404830050', 'no') ; 
INSERT INTO `wp_options` VALUES (7501332, '_transient_timeout_wflginfl_3360655102', '1404803900', 'no') ; 
INSERT INTO `wp_options` VALUES (7484069, '_transient_timeout_wflginfl_670779953', '1404787978', 'no') ; 
INSERT INTO `wp_options` VALUES (7484070, '_transient_wflginfl_670779953', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484113, '_transient_timeout_wflginfl_831558397', '1404788026', 'no') ; 
INSERT INTO `wp_options` VALUES (7484114, '_transient_wflginfl_831558397', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486493, '_transient_timeout_wflginfl_1937516571', '1404790284', 'no') ; 
INSERT INTO `wp_options` VALUES (7486494, '_transient_wflginfl_1937516571', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492226, '_transient_timeout_wflginfl_3036499042', '1404795751', 'no') ; 
INSERT INTO `wp_options` VALUES (7492227, '_transient_wflginfl_3036499042', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517353, '_transient_timeout_wflginfl_1892414423', '1404815665', 'no') ; 
INSERT INTO `wp_options` VALUES (7517354, '_transient_wflginfl_1892414423', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484211, '_transient_timeout_wflginfl_3158541605', '1404788100', 'no') ; 
INSERT INTO `wp_options` VALUES (7484212, '_transient_wflginfl_3158541605', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501156, '_transient_timeout_wflginfl_608951336', '1404803756', 'no') ; 
INSERT INTO `wp_options` VALUES (7501157, '_transient_wflginfl_608951336', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7485170, '_transient_timeout_wflginfl_2970634872', '1404789057', 'no') ; 
INSERT INTO `wp_options` VALUES (7485171, '_transient_wflginfl_2970634872', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484289, '_transient_timeout_wflginfl_1699779663', '1404788177', 'no') ; 
INSERT INTO `wp_options` VALUES (7484290, '_transient_wflginfl_1699779663', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490354, '_transient_timeout_wflginfl_1066257484', '1404793985', 'no') ; 
INSERT INTO `wp_options` VALUES (7490355, '_transient_wflginfl_1066257484', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484331, '_transient_timeout_wflginfl_1311244934', '1404788220', 'no') ; 
INSERT INTO `wp_options` VALUES (7484332, '_transient_wflginfl_1311244934', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528328, '_transient_timeout_wflginfl_2092395628', '1404823169', 'no') ; 
INSERT INTO `wp_options` VALUES (7528329, '_transient_wflginfl_2092395628', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499739, '_transient_timeout_wflginfl_1986125290', '1404802646', 'no') ; 
INSERT INTO `wp_options` VALUES (7499740, '_transient_wflginfl_1986125290', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539297, '_transient_timeout_wflginfl_2079188542', '1404830417', 'no') ; 
INSERT INTO `wp_options` VALUES (7540140, '_transient_timeout_wflginfl_1571575349', '1404831258', 'no') ; 
INSERT INTO `wp_options` VALUES (7496239, '_transient_timeout_wflginfl_2063099506', '1404799433', 'no') ; 
INSERT INTO `wp_options` VALUES (7496240, '_transient_wflginfl_2063099506', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486745, '_transient_timeout_wflginfl_3732886867', '1404790762', 'no') ; 
INSERT INTO `wp_options` VALUES (7486746, '_transient_wflginfl_3732886867', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7485954, '_transient_timeout_wflginfl_3041110122', '1404789761', 'no') ; 
INSERT INTO `wp_options` VALUES (7485955, '_transient_wflginfl_3041110122', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494746, '_transient_timeout_wflginfl_656439917', '1404798069', 'no') ; 
INSERT INTO `wp_options` VALUES (7494747, '_transient_wflginfl_656439917', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484655, '_transient_timeout_wflginfl_1066257555', '1404788555', 'no') ; 
INSERT INTO `wp_options` VALUES (7484656, '_transient_wflginfl_1066257555', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484659, '_transient_timeout_wflginfl_1975727862', '1404788561', 'no') ; 
INSERT INTO `wp_options` VALUES (7484660, '_transient_wflginfl_1975727862', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540238, '_transient_timeout_wflginfl_1828420097', '1404831278', 'no') ; 
INSERT INTO `wp_options` VALUES (7540239, '_transient_wflginfl_1828420097', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7485599, '_transient_timeout_wflginfl_3386298630', '1404789437', 'no') ; 
INSERT INTO `wp_options` VALUES (7485600, '_transient_wflginfl_3386298630', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485962, '_transient_timeout_wflginfl_696859471', '1404789766', 'no') ; 
INSERT INTO `wp_options` VALUES (7485963, '_transient_wflginfl_696859471', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484805, '_transient_timeout_wflginfl_831758348', '1404788686', 'no') ; 
INSERT INTO `wp_options` VALUES (7484806, '_transient_wflginfl_831758348', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484936, '_transient_timeout_wflginfl_694231462', '1404788818', 'no') ; 
INSERT INTO `wp_options` VALUES (7486353, '_transient_timeout_wflginfl_3203839719', '1404790136', 'no') ; 
INSERT INTO `wp_options` VALUES (7486354, '_transient_wflginfl_3203839719', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484937, '_transient_wflginfl_694231462', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534258, '_transient_timeout_wflginfl_3754083384', '1404827379', 'no') ; 
INSERT INTO `wp_options` VALUES (7515159, '_transient_timeout_wflginfl_1938924247', '1404814403', 'no') ; 
INSERT INTO `wp_options` VALUES (7484972, '_transient_timeout_wflginfl_845277346', '1404788855', 'no') ; 
INSERT INTO `wp_options` VALUES (7484973, '_transient_wflginfl_845277346', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486435, '_transient_timeout_wflginfl_3175585356', '1404790227', 'no') ; 
INSERT INTO `wp_options` VALUES (7486436, '_transient_wflginfl_3175585356', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486155, '_transient_timeout_wflginfl_995847835', '1404789946', 'no') ; 
INSERT INTO `wp_options` VALUES (7486156, '_transient_wflginfl_995847835', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540453, '_transient_wflginfl_3318362605', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504597, '_transient_timeout_wflginfl_1524454159', '1404806507', 'no') ; 
INSERT INTO `wp_options` VALUES (7517489, '_transient_timeout_wflginfl_2578587894', '1404815770', 'no') ; 
INSERT INTO `wp_options` VALUES (7517490, '_transient_wflginfl_2578587894', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497791, '_transient_timeout_wflginfl_1993573845', '1404801128', 'no') ; 
INSERT INTO `wp_options` VALUES (7497792, '_transient_wflginfl_1993573845', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7489978, '_transient_timeout_wflginfl_414692017', '1404793634', 'no') ; 
INSERT INTO `wp_options` VALUES (7489979, '_transient_wflginfl_414692017', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488280, '_transient_timeout_wflginfl_3671382047', '1404792008', 'no') ; 
INSERT INTO `wp_options` VALUES (7488281, '_transient_wflginfl_3671382047', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500200, '_transient_timeout_wflginfl_3065668933', '1404802971', 'no') ; 
INSERT INTO `wp_options` VALUES (7500201, '_transient_wflginfl_3065668933', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496227, '_transient_timeout_wflginfl_3157531157', '1404799424', 'no') ; 
INSERT INTO `wp_options` VALUES (7496228, '_transient_wflginfl_3157531157', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491346, '_transient_timeout_wflginfl_2978377067', '1404794932', 'no') ; 
INSERT INTO `wp_options` VALUES (7491347, '_transient_wflginfl_2978377067', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532317, '_transient_timeout_wflginfl_1892703792', '1404825843', 'no') ; 
INSERT INTO `wp_options` VALUES (7532318, '_transient_wflginfl_1892703792', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494618, '_transient_timeout_wflginfl_2030122882', '1404797934', 'no') ; 
INSERT INTO `wp_options` VALUES (7494619, '_transient_wflginfl_2030122882', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488548, '_transient_timeout_wflginfl_1887846791', '1404792279', 'no') ; 
INSERT INTO `wp_options` VALUES (7488549, '_transient_wflginfl_1887846791', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489623, '_transient_timeout_wflginfl_1212648103', '1404793301', 'no') ; 
INSERT INTO `wp_options` VALUES (7489624, '_transient_wflginfl_1212648103', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540160, '_transient_timeout_wflginfl_1334935354', '1404830979', 'no') ; 
INSERT INTO `wp_options` VALUES (7540161, '_transient_wflginfl_1334935354', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502828, '_transient_timeout_wflginfl_3065641006', '1404805098', 'no') ; 
INSERT INTO `wp_options` VALUES (7502829, '_transient_wflginfl_3065641006', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524826, '_transient_timeout_wflginfl_697277874', '1404820806', 'no') ; 
INSERT INTO `wp_options` VALUES (7524827, '_transient_wflginfl_697277874', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506414, '_transient_timeout_wflginfl_2047062730', '1404807943', 'no') ; 
INSERT INTO `wp_options` VALUES (7506415, '_transient_wflginfl_2047062730', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485701, '_transient_timeout_wflginfl_1975724208', '1404789566', 'no') ; 
INSERT INTO `wp_options` VALUES (7485702, '_transient_wflginfl_1975724208', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487753, '_transient_timeout_wflginfl_1533151288', '1404791505', 'no') ; 
INSERT INTO `wp_options` VALUES (7487754, '_transient_wflginfl_1533151288', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494504, '_transient_timeout_wflginfl_1892087127', '1404797801', 'no') ; 
INSERT INTO `wp_options` VALUES (7494505, '_transient_wflginfl_1892087127', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496968, '_transient_timeout_wflginfl_1892408763', '1404800124', 'no') ; 
INSERT INTO `wp_options` VALUES (7496969, '_transient_wflginfl_1892408763', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485773, '_transient_timeout_wflginfl_2590351098', '1404789610', 'no') ; 
INSERT INTO `wp_options` VALUES (7485774, '_transient_wflginfl_2590351098', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485865, '_transient_timeout_wflginfl_3032395364', '1404789683', 'no') ; 
INSERT INTO `wp_options` VALUES (7485866, '_transient_wflginfl_3032395364', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494588, '_transient_timeout_wflginfl_3732886789', '1404797903', 'no') ; 
INSERT INTO `wp_options` VALUES (7494589, '_transient_wflginfl_3732886789', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487113, '_transient_timeout_wflginfl_3145402921', '1404791062', 'no') ; 
INSERT INTO `wp_options` VALUES (7487114, '_transient_wflginfl_3145402921', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7509108, '_transient_timeout_wflginfl_1892728302', '1404809871', 'no') ; 
INSERT INTO `wp_options` VALUES (7509109, '_transient_wflginfl_1892728302', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501252, '_transient_timeout_wflginfl_609124444', '1404803842', 'no') ; 
INSERT INTO `wp_options` VALUES (7501253, '_transient_wflginfl_609124444', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486235, '_transient_timeout_wflginfl_3415830392', '1404790009', 'no') ; 
INSERT INTO `wp_options` VALUES (7486236, '_transient_wflginfl_3415830392', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486248, '_transient_wflginfl_657053174', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503901, '_transient_timeout_wflginfl_2002671059', '1404805950', 'no') ; 
INSERT INTO `wp_options` VALUES (7503902, '_transient_wflginfl_2002671059', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517591, '_transient_timeout_wflginfl_2576418619', '1404816101', 'no') ; 
INSERT INTO `wp_options` VALUES (7517592, '_transient_wflginfl_2576418619', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7486325, '_transient_timeout_wflginfl_2063099282', '1404790111', 'no') ; 
INSERT INTO `wp_options` VALUES (7486326, '_transient_wflginfl_2063099282', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510337, '_transient_wflginfl_2015112597', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540687, '_transient_wflginfl_39527362', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491384, '_transient_timeout_wflginfl_1742766599', '1404794970', 'no') ; 
INSERT INTO `wp_options` VALUES (7491385, '_transient_wflginfl_1742766599', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528042, '_transient_timeout_wflginfl_1768909754', '1404822996', 'no') ; 
INSERT INTO `wp_options` VALUES (7528043, '_transient_wflginfl_1768909754', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534350, '_transient_timeout_wflginfl_1295595104', '1404827137', 'no') ; 
INSERT INTO `wp_options` VALUES (7534351, '_transient_wflginfl_1295595104', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536572, '_transient_wflginfl_20242468', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527261, '_transient_wflginfl_1336799148', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499847, '_transient_timeout_wflginfl_1812022824', '1404802717', 'no') ; 
INSERT INTO `wp_options` VALUES (7499848, '_transient_wflginfl_1812022824', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486563, '_transient_timeout_wflginfl_3047202064', '1404790339', 'no') ; 
INSERT INTO `wp_options` VALUES (7486564, '_transient_wflginfl_3047202064', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486633, '_transient_timeout_wflginfl_3041629473', '1404790403', 'no') ; 
INSERT INTO `wp_options` VALUES (7486634, '_transient_wflginfl_3041629473', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486721, '_transient_timeout_wflginfl_838089209', '1404790468', 'no') ; 
INSERT INTO `wp_options` VALUES (7486722, '_transient_wflginfl_838089209', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492680, '_transient_timeout_wflginfl_3065645232', '1404796125', 'no') ; 
INSERT INTO `wp_options` VALUES (7492681, '_transient_wflginfl_3065645232', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535090, '_transient_timeout_wflginfl_712180133', '1404827632', 'no') ; 
INSERT INTO `wp_options` VALUES (7535091, '_transient_wflginfl_712180133', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522195, '_transient_timeout_wflginfl_1768813872', '1404818964', 'no') ; 
INSERT INTO `wp_options` VALUES (7522196, '_transient_wflginfl_1768813872', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538473, '_transient_timeout_wflginfl_2015133599', '1404829856', 'no') ; 
INSERT INTO `wp_options` VALUES (7538474, '_transient_wflginfl_2015133599', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486933, '_transient_timeout_wflginfl_984754733', '1404790663', 'no') ; 
INSERT INTO `wp_options` VALUES (7486934, '_transient_wflginfl_984754733', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492330, '_transient_timeout_wflginfl_2978303648', '1404795838', 'no') ; 
INSERT INTO `wp_options` VALUES (7492331, '_transient_wflginfl_2978303648', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486953, '_transient_timeout_wflginfl_407792707', '1404790675', 'no') ; 
INSERT INTO `wp_options` VALUES (7486954, '_transient_wflginfl_407792707', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488400, '_transient_timeout_wflginfl_1887908921', '1404792367', 'no') ; 
INSERT INTO `wp_options` VALUES (7488401, '_transient_wflginfl_1887908921', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7487039, '_transient_timeout_wflginfl_3065631099', '1404790772', 'no') ; 
INSERT INTO `wp_options` VALUES (7487040, '_transient_wflginfl_3065631099', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492850, '_transient_timeout_wflginfl_1332428504', '1404796269', 'no') ; 
INSERT INTO `wp_options` VALUES (7492851, '_transient_wflginfl_1332428504', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497955, '_transient_timeout_wflginfl_3146671453', '1404801065', 'no') ; 
INSERT INTO `wp_options` VALUES (7497956, '_transient_wflginfl_3146671453', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487065, '_transient_timeout_wflginfl_3035737115', '1404790806', 'no') ; 
INSERT INTO `wp_options` VALUES (7487066, '_transient_wflginfl_3035737115', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487937, '_transient_timeout_wflginfl_3036587819', '1404791692', 'no') ; 
INSERT INTO `wp_options` VALUES (7487938, '_transient_wflginfl_3036587819', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487163, '_transient_timeout_wflginfl_3189074724', '1404790918', 'no') ; 
INSERT INTO `wp_options` VALUES (7487164, '_transient_wflginfl_3189074724', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539192, '_transient_wflginfl_2053791953', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537346, '_transient_wflginfl_1730130276', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487227, '_transient_timeout_wflginfl_1583367969', '1404791009', 'no') ; 
INSERT INTO `wp_options` VALUES (7487228, '_transient_wflginfl_1583367969', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488008, '_transient_timeout_wflginfl_657892815', '1404791784', 'no') ; 
INSERT INTO `wp_options` VALUES (7488009, '_transient_wflginfl_657892815', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492750, '_transient_timeout_wflginfl_1887856484', '1404796432', 'no') ; 
INSERT INTO `wp_options` VALUES (7492751, '_transient_wflginfl_1887856484', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7501464, '_transient_timeout_wflginfl_2110878270', '1404804001', 'no') ; 
INSERT INTO `wp_options` VALUES (7501465, '_transient_wflginfl_2110878270', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518165, '_transient_timeout_wflginfl_1729979009', '1404816261', 'no') ; 
INSERT INTO `wp_options` VALUES (7518166, '_transient_wflginfl_1729979009', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539842, '_transient_timeout_wflginfl_3283079494', '1404830763', 'no') ; 
INSERT INTO `wp_options` VALUES (7539843, '_transient_wflginfl_3283079494', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516519, '_transient_timeout_wflginfl_712065857', '1404815131', 'no') ; 
INSERT INTO `wp_options` VALUES (7516520, '_transient_wflginfl_712065857', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495367, '_transient_timeout_wflginfl_694455229', '1404798633', 'no') ; 
INSERT INTO `wp_options` VALUES (7495368, '_transient_wflginfl_694455229', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497731, '_transient_timeout_wflginfl_3363788504', '1404801295', 'no') ; 
INSERT INTO `wp_options` VALUES (7497732, '_transient_wflginfl_3363788504', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7487545, '_transient_timeout_wflginfl_3065685497', '1404791351', 'no') ; 
INSERT INTO `wp_options` VALUES (7487546, '_transient_wflginfl_3065685497', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496295, '_transient_timeout_wflginfl_1135141617', '1404799476', 'no') ; 
INSERT INTO `wp_options` VALUES (7496296, '_transient_wflginfl_1135141617', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490734, '_transient_timeout_wflginfl_657722599', '1404794333', 'no') ; 
INSERT INTO `wp_options` VALUES (7490735, '_transient_wflginfl_657722599', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489706, '_transient_timeout_wflginfl_3306971327', '1404793365', 'no') ; 
INSERT INTO `wp_options` VALUES (7489707, '_transient_wflginfl_3306971327', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487653, '_transient_timeout_wflginfl_461093196', '1404791413', 'no') ; 
INSERT INTO `wp_options` VALUES (7487654, '_transient_wflginfl_461093196', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487683, '_transient_timeout_wflginfl_1846985255', '1404791443', 'no') ; 
INSERT INTO `wp_options` VALUES (7487684, '_transient_wflginfl_1846985255', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487689, '_transient_timeout_wflginfl_2989141207', '1404791446', 'no') ; 
INSERT INTO `wp_options` VALUES (7487690, '_transient_wflginfl_2989141207', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533094, '_transient_timeout_wflginfl_1975852262', '1404826352', 'no') ; 
INSERT INTO `wp_options` VALUES (7533095, '_transient_wflginfl_1975852262', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515456, '_transient_timeout_wflginfl_1849098593', '1404814368', 'no') ; 
INSERT INTO `wp_options` VALUES (7487780, '_transient_timeout_wflginfl_1976312087', '1404791790', 'no') ; 
INSERT INTO `wp_options` VALUES (7487781, '_transient_wflginfl_1976312087', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7500262, '_transient_timeout_wflginfl_3179480635', '1404803026', 'no') ; 
INSERT INTO `wp_options` VALUES (7500263, '_transient_wflginfl_3179480635', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515457, '_transient_wflginfl_1849098593', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489858, '_transient_timeout_wflginfl_1729638676', '1404793821', 'no') ; 
INSERT INTO `wp_options` VALUES (7506576, '_transient_timeout_wflginfl_831765099', '1404808051', 'no') ; 
INSERT INTO `wp_options` VALUES (7506577, '_transient_wflginfl_831765099', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531674, '_transient_timeout_wflginfl_698619402', '1404825459', 'no') ; 
INSERT INTO `wp_options` VALUES (7541013, '_transient_wflginfl_2944951836', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531970, '_transient_wflginfl_3020664436', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487988, '_transient_timeout_wflginfl_3157784396', '1404791766', 'no') ; 
INSERT INTO `wp_options` VALUES (7487989, '_transient_wflginfl_3157784396', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509320, '_transient_timeout_wflginfl_3081482087', '1404810007', 'no') ; 
INSERT INTO `wp_options` VALUES (7509321, '_transient_wflginfl_3081482087', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489859, '_transient_wflginfl_1729638676', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7488208, '_transient_timeout_wflginfl_2016985511', '1404791949', 'no') ; 
INSERT INTO `wp_options` VALUES (7488209, '_transient_wflginfl_2016985511', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501653, '_transient_timeout_wflginfl_1977486801', '1404804156', 'no') ; 
INSERT INTO `wp_options` VALUES (7501654, '_transient_wflginfl_1977486801', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493781, '_transient_timeout_wflginfl_3036361932', '1404797131', 'no') ; 
INSERT INTO `wp_options` VALUES (7493782, '_transient_wflginfl_3036361932', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490568, '_transient_timeout_wflginfl_1908161271', '1404794188', 'no') ; 
INSERT INTO `wp_options` VALUES (7490569, '_transient_wflginfl_1908161271', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514581, '_transient_timeout_wflginfl_657671845', '1404813768', 'no') ; 
INSERT INTO `wp_options` VALUES (7514582, '_transient_wflginfl_657671845', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521783, '_transient_timeout_wflginfl_1294907315', '1404818719', 'no') ; 
INSERT INTO `wp_options` VALUES (7521784, '_transient_wflginfl_1294907315', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488378, '_transient_timeout_wflginfl_1892045332', '1404792132', 'no') ; 
INSERT INTO `wp_options` VALUES (7488379, '_transient_wflginfl_1892045332', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488398, '_transient_timeout_wflginfl_634915418', '1404792145', 'no') ; 
INSERT INTO `wp_options` VALUES (7488399, '_transient_wflginfl_634915418', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523659, '_transient_timeout_wflginfl_608796127', '1404819952', 'no') ; 
INSERT INTO `wp_options` VALUES (7539472, '_transient_timeout_wflginfl_1580943625', '1404830528', 'no') ; 
INSERT INTO `wp_options` VALUES (7489952, '_transient_timeout_wflginfl_3065617059', '1404793618', 'no') ; 
INSERT INTO `wp_options` VALUES (7489953, '_transient_wflginfl_3065617059', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7498103, '_transient_timeout_wflginfl_697066206', '1404801200', 'no') ; 
INSERT INTO `wp_options` VALUES (7498104, '_transient_wflginfl_697066206', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494228, '_transient_timeout_wflginfl_847809895', '1404797543', 'no') ; 
INSERT INTO `wp_options` VALUES (7494229, '_transient_wflginfl_847809895', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500770, '_transient_timeout_wflginfl_1887832409', '1404803424', 'no') ; 
INSERT INTO `wp_options` VALUES (7500771, '_transient_wflginfl_1887832409', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521304, '_transient_timeout_wflginfl_36821448', '1404818405', 'no') ; 
INSERT INTO `wp_options` VALUES (7529811, '_transient_wflginfl_1887933492', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527234, '_transient_timeout_wflginfl_455122942', '1404822421', 'no') ; 
INSERT INTO `wp_options` VALUES (7520409, '_transient_timeout_wflginfl_621913964', '1404817932', 'no') ; 
INSERT INTO `wp_options` VALUES (7491098, '_transient_timeout_wflginfl_700293433', '1404794681', 'no') ; 
INSERT INTO `wp_options` VALUES (7491099, '_transient_wflginfl_700293433', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488704, '_transient_timeout_wflginfl_2092346211', '1404792448', 'no') ; 
INSERT INTO `wp_options` VALUES (7488705, '_transient_wflginfl_2092346211', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488728, '_transient_timeout_wflginfl_609234847', '1404792761', 'no') ; 
INSERT INTO `wp_options` VALUES (7488729, '_transient_wflginfl_609234847', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7488746, '_transient_timeout_wflginfl_1583395557', '1404792489', 'no') ; 
INSERT INTO `wp_options` VALUES (7488747, '_transient_wflginfl_1583395557', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488777, '_transient_timeout_wflginfl_1728136944', '1404792513', 'no') ; 
INSERT INTO `wp_options` VALUES (7488778, '_transient_wflginfl_1728136944', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490032, '_transient_timeout_wflginfl_3036218237', '1404793678', 'no') ; 
INSERT INTO `wp_options` VALUES (7490033, '_transient_wflginfl_3036218237', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503260, '_transient_timeout_wflginfl_3537025658', '1404805435', 'no') ; 
INSERT INTO `wp_options` VALUES (7503261, '_transient_wflginfl_3537025658', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490248, '_transient_timeout_wflginfl_609291366', '1404793888', 'no') ; 
INSERT INTO `wp_options` VALUES (7490249, '_transient_wflginfl_609291366', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513091, '_transient_timeout_wflginfl_2348862764', '1404812699', 'no') ; 
INSERT INTO `wp_options` VALUES (7513092, '_transient_wflginfl_2348862764', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489828, '_transient_timeout_wflginfl_418409233', '1404793665', 'no') ; 
INSERT INTO `wp_options` VALUES (7489829, '_transient_wflginfl_418409233', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7488929, '_transient_timeout_wflginfl_3500731064', '1404792658', 'no') ; 
INSERT INTO `wp_options` VALUES (7488930, '_transient_wflginfl_3500731064', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522645, '_transient_timeout_wflginfl_2944985197', '1404819236', 'no') ; 
INSERT INTO `wp_options` VALUES (7522646, '_transient_wflginfl_2944985197', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490784, '_transient_timeout_wflginfl_3345329142', '1404794372', 'no') ; 
INSERT INTO `wp_options` VALUES (7490785, '_transient_wflginfl_3345329142', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509638, '_transient_timeout_wflginfl_1887925092', '1404810236', 'no') ; 
INSERT INTO `wp_options` VALUES (7509639, '_transient_wflginfl_1887925092', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508705, '_transient_timeout_wflginfl_1996650619', '1404809584', 'no') ; 
INSERT INTO `wp_options` VALUES (7508706, '_transient_wflginfl_1996650619', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533761, '_transient_timeout_wflginfl_1001955338', '1404826762', 'no') ; 
INSERT INTO `wp_options` VALUES (7533762, '_transient_wflginfl_1001955338', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499225, '_transient_timeout_wflginfl_1909623732', '1404802218', 'no') ; 
INSERT INTO `wp_options` VALUES (7499226, '_transient_wflginfl_1909623732', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490094, '_transient_timeout_wflginfl_1039510556', '1404793737', 'no') ; 
INSERT INTO `wp_options` VALUES (7490095, '_transient_wflginfl_1039510556', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489318, '_transient_timeout_wflginfl_1892671204', '1404793025', 'no') ; 
INSERT INTO `wp_options` VALUES (7489319, '_transient_wflginfl_1892671204', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490908, '_transient_timeout_wflginfl_2759817482', '1404794499', 'no') ; 
INSERT INTO `wp_options` VALUES (7490909, '_transient_wflginfl_2759817482', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506802, '_transient_timeout_wflginfl_1892388094', '1404808202', 'no') ; 
INSERT INTO `wp_options` VALUES (7506803, '_transient_wflginfl_1892388094', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489386, '_transient_timeout_wflginfl_3075504126', '1404793090', 'no') ; 
INSERT INTO `wp_options` VALUES (7489387, '_transient_wflginfl_3075504126', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503553, '_transient_timeout_wflginfl_1460252790', '1404805881', 'no') ; 
INSERT INTO `wp_options` VALUES (7503554, '_transient_wflginfl_1460252790', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7522927, '_transient_timeout_wflginfl_1887932364', '1404819428', 'no') ; 
INSERT INTO `wp_options` VALUES (7522928, '_transient_wflginfl_1887932364', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490176, '_transient_timeout_wflginfl_3029838851', '1404793827', 'no') ; 
INSERT INTO `wp_options` VALUES (7490177, '_transient_wflginfl_3029838851', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489434, '_transient_timeout_wflginfl_1976118725', '1404793377', 'no') ; 
INSERT INTO `wp_options` VALUES (7489435, '_transient_wflginfl_1976118725', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7517483, '_transient_timeout_wflginfl_36878353', '1404815763', 'no') ; 
INSERT INTO `wp_options` VALUES (7519950, '_transient_timeout_wflginfl_1849099190', '1404817488', 'no') ; 
INSERT INTO `wp_options` VALUES (7519951, '_transient_wflginfl_1849099190', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517484, '_transient_wflginfl_36878353', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537977, '_transient_timeout_wflginfl_2033593439', '1404829547', 'no') ; 
INSERT INTO `wp_options` VALUES (7537978, '_transient_wflginfl_2033593439', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499229, '_transient_timeout_wflginfl_609228251', '1404802223', 'no') ; 
INSERT INTO `wp_options` VALUES (7517863, '_transient_timeout_wflginfl_1847796955', '1404816024', 'no') ; 
INSERT INTO `wp_options` VALUES (7508585, '_transient_timeout_wflginfl_831631078', '1404809509', 'no') ; 
INSERT INTO `wp_options` VALUES (7517864, '_transient_wflginfl_1847796955', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508586, '_transient_wflginfl_831631078', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499230, '_transient_wflginfl_609228251', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499141, '_transient_timeout_wflginfl_2033590416', '1404802140', 'no') ; 
INSERT INTO `wp_options` VALUES (7499142, '_transient_wflginfl_2033590416', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490498, '_transient_timeout_wflginfl_3081481281', '1404794128', 'no') ; 
INSERT INTO `wp_options` VALUES (7489840, '_transient_timeout_wflginfl_1887834556', '1404793506', 'no') ; 
INSERT INTO `wp_options` VALUES (7489841, '_transient_wflginfl_1887834556', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492486, '_transient_timeout_wflginfl_3157784015', '1404795962', 'no') ; 
INSERT INTO `wp_options` VALUES (7492487, '_transient_wflginfl_3157784015', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519486, '_transient_timeout_wflginfl_1198058681', '1404817167', 'no') ; 
INSERT INTO `wp_options` VALUES (7519487, '_transient_wflginfl_1198058681', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537983, '_transient_timeout_wflginfl_1975930799', '1404829547', 'no') ; 
INSERT INTO `wp_options` VALUES (7489930, '_transient_timeout_wflginfl_3087579401', '1404793591', 'no') ; 
INSERT INTO `wp_options` VALUES (7489931, '_transient_wflginfl_3087579401', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490026, '_transient_timeout_wflginfl_3032479777', '1404793670', 'no') ; 
INSERT INTO `wp_options` VALUES (7490027, '_transient_wflginfl_3032479777', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539983, '_transient_wflginfl_3196902020', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539982, '_transient_timeout_wflginfl_3196902020', '1404830848', 'no') ; 
INSERT INTO `wp_options` VALUES (7491132, '_transient_timeout_wflginfl_3541842323', '1404794715', 'no') ; 
INSERT INTO `wp_options` VALUES (7491133, '_transient_wflginfl_3541842323', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539601, '_transient_timeout_wflginfl_28996415', '1404830607', 'no') ; 
INSERT INTO `wp_options` VALUES (7539602, '_transient_wflginfl_28996415', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491506, '_transient_timeout_wflginfl_39521862', '1404795263', 'no') ; 
INSERT INTO `wp_options` VALUES (7491507, '_transient_wflginfl_39521862', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7492039, '_transient_timeout_wflginfl_1337029163', '1404795564', 'no') ; 
INSERT INTO `wp_options` VALUES (7492040, '_transient_wflginfl_1337029163', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490198, '_transient_timeout_wflginfl_694237044', '1404793846', 'no') ; 
INSERT INTO `wp_options` VALUES (7490199, '_transient_wflginfl_694237044', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491160, '_transient_timeout_wflginfl_1536582865', '1404794742', 'no') ; 
INSERT INTO `wp_options` VALUES (7491161, '_transient_wflginfl_1536582865', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541039, '_transient_wflginfl_3196786388', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511084, '_transient_wflginfl_3564511010', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512398, '_transient_wflginfl_1383467911', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512397, '_transient_timeout_wflginfl_1383467911', '1404812212', 'no') ; 
INSERT INTO `wp_options` VALUES (7523895, '_transient_timeout_wflginfl_3202388583', '1404820121', 'no') ; 
INSERT INTO `wp_options` VALUES (7523896, '_transient_wflginfl_3202388583', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494160, '_transient_timeout_wflginfl_3310803664', '1404797711', 'no') ; 
INSERT INTO `wp_options` VALUES (7494161, '_transient_wflginfl_3310803664', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7490499, '_transient_wflginfl_3081481281', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524966, '_transient_timeout_wflginfl_2992122407', '1404820890', 'no') ; 
INSERT INTO `wp_options` VALUES (7524967, '_transient_wflginfl_2992122407', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490552, '_transient_timeout_wflginfl_3065609297', '1404794174', 'no') ; 
INSERT INTO `wp_options` VALUES (7490553, '_transient_wflginfl_3065609297', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537427, '_transient_timeout_wflginfl_1394469207', '1404829185', 'no') ; 
INSERT INTO `wp_options` VALUES (7537428, '_transient_wflginfl_1394469207', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513375, '_transient_timeout_wflginfl_3157601880', '1404812927', 'no') ; 
INSERT INTO `wp_options` VALUES (7540816, '_transient_timeout_wflginfl_3536058292', '1404831326', 'no') ; 
INSERT INTO `wp_options` VALUES (7491911, '_transient_timeout_wflginfl_1742766597', '1404795449', 'no') ; 
INSERT INTO `wp_options` VALUES (7491912, '_transient_wflginfl_1742766597', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511201, '_transient_timeout_wflginfl_657433432', '1404811388', 'no') ; 
INSERT INTO `wp_options` VALUES (7511202, '_transient_wflginfl_657433432', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490678, '_transient_timeout_wflginfl_2946322069', '1404794273', 'no') ; 
INSERT INTO `wp_options` VALUES (7490679, '_transient_wflginfl_2946322069', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493789, '_transient_timeout_wflginfl_1892774570', '1404797136', 'no') ; 
INSERT INTO `wp_options` VALUES (7493790, '_transient_wflginfl_1892774570', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492216, '_transient_timeout_wflginfl_3363728117', '1404795745', 'no') ; 
INSERT INTO `wp_options` VALUES (7492217, '_transient_wflginfl_3363728117', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490822, '_transient_timeout_wflginfl_657428528', '1404794407', 'no') ; 
INSERT INTO `wp_options` VALUES (7490823, '_transient_wflginfl_657428528', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499981, '_transient_timeout_wflginfl_3065644942', '1404802807', 'no') ; 
INSERT INTO `wp_options` VALUES (7499982, '_transient_wflginfl_3065644942', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497135, '_transient_timeout_wflginfl_1868241428', '1404800267', 'no') ; 
INSERT INTO `wp_options` VALUES (7497136, '_transient_wflginfl_1868241428', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490888, '_transient_timeout_wflginfl_1920805119', '1404794468', 'no') ; 
INSERT INTO `wp_options` VALUES (7490889, '_transient_wflginfl_1920805119', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523529, '_transient_timeout_wflginfl_3081480599', '1404819843', 'no') ; 
INSERT INTO `wp_options` VALUES (7523530, '_transient_wflginfl_3081480599', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501649, '_transient_timeout_wflginfl_3393065371', '1404804153', 'no') ; 
INSERT INTO `wp_options` VALUES (7501650, '_transient_wflginfl_3393065371', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490950, '_transient_timeout_wflginfl_657920328', '1404794535', 'no') ; 
INSERT INTO `wp_options` VALUES (7490951, '_transient_wflginfl_657920328', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514849, '_transient_timeout_wflginfl_690783467', '1404813948', 'no') ; 
INSERT INTO `wp_options` VALUES (7514850, '_transient_wflginfl_690783467', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514697, '_transient_timeout_wflginfl_1868046551', '1404813865', 'no') ; 
INSERT INTO `wp_options` VALUES (7514698, '_transient_wflginfl_1868046551', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504367, '_transient_timeout_wflginfl_1854448188', '1404806315', 'no') ; 
INSERT INTO `wp_options` VALUES (7504368, '_transient_wflginfl_1854448188', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540468, '_transient_timeout_wflginfl_3731075634', '1404831159', 'no') ; 
INSERT INTO `wp_options` VALUES (7540469, '_transient_wflginfl_3731075634', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491042, '_transient_timeout_wflginfl_1892720619', '1404794622', 'no') ; 
INSERT INTO `wp_options` VALUES (7491043, '_transient_wflginfl_1892720619', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492578, '_transient_timeout_wflginfl_1950853895', '1404796024', 'no') ; 
INSERT INTO `wp_options` VALUES (7492579, '_transient_wflginfl_1950853895', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493604, '_transient_timeout_wflginfl_657630258', '1404796998', 'no') ; 
INSERT INTO `wp_options` VALUES (7493605, '_transient_wflginfl_657630258', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506954, '_transient_timeout_wflginfl_1706767460', '1404808827', 'no') ; 
INSERT INTO `wp_options` VALUES (7518566, '_transient_wflginfl_699764519', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491148, '_transient_timeout_wflginfl_3081481948', '1404794736', 'no') ; 
INSERT INTO `wp_options` VALUES (7491149, '_transient_wflginfl_3081481948', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491172, '_transient_timeout_wflginfl_1009389852', '1404794757', 'no') ; 
INSERT INTO `wp_options` VALUES (7491173, '_transient_wflginfl_1009389852', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491190, '_transient_timeout_wflginfl_2019068610', '1404794774', 'no') ; 
INSERT INTO `wp_options` VALUES (7491191, '_transient_wflginfl_2019068610', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532237, '_transient_timeout_wflginfl_3005598957', '1404825800', 'no') ; 
INSERT INTO `wp_options` VALUES (7532238, '_transient_wflginfl_3005598957', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523743, '_transient_timeout_wflginfl_3413776694', '1404820007', 'no') ; 
INSERT INTO `wp_options` VALUES (7523744, '_transient_wflginfl_3413776694', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492177, '_transient_timeout_wflginfl_2938611622', '1404795703', 'no') ; 
INSERT INTO `wp_options` VALUES (7492178, '_transient_wflginfl_2938611622', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531331, '_transient_timeout_wflginfl_656415938', '1404825234', 'no') ; 
INSERT INTO `wp_options` VALUES (7531332, '_transient_wflginfl_656415938', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7498359, '_transient_timeout_wflginfl_1986111690', '1404801424', 'no') ; 
INSERT INTO `wp_options` VALUES (7498360, '_transient_wflginfl_1986111690', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538438, '_transient_wflginfl_3536009584', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540733, '_transient_wflginfl_633098754', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501940, '_transient_timeout_wflginfl_609298921', '1404804413', 'no') ; 
INSERT INTO `wp_options` VALUES (7501941, '_transient_wflginfl_609298921', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531612, '_transient_timeout_wflginfl_2058248217', '1404825417', 'no') ; 
INSERT INTO `wp_options` VALUES (7531613, '_transient_wflginfl_2058248217', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493710, '_transient_timeout_wflginfl_1892811538', '1404797081', 'no') ; 
INSERT INTO `wp_options` VALUES (7493711, '_transient_wflginfl_1892811538', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497369, '_transient_timeout_wflginfl_1001497864', '1404800501', 'no') ; 
INSERT INTO `wp_options` VALUES (7497370, '_transient_wflginfl_1001497864', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540996, '_transient_timeout_wflginfl_608986787', '1404831400', 'no') ; 
INSERT INTO `wp_options` VALUES (7540997, '_transient_wflginfl_608986787', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491823, '_transient_timeout_wflginfl_3065404692', '1404795360', 'no') ; 
INSERT INTO `wp_options` VALUES (7491787, '_transient_timeout_wflginfl_1975722214', '1404795328', 'no') ; 
INSERT INTO `wp_options` VALUES (7491788, '_transient_wflginfl_1975722214', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491824, '_transient_wflginfl_3065404692', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504321, '_transient_timeout_wflginfl_1975649715', '1404806289', 'no') ; 
INSERT INTO `wp_options` VALUES (7504322, '_transient_wflginfl_1975649715', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493672, '_transient_timeout_wflginfl_1001558196', '1404797311', 'no') ; 
INSERT INTO `wp_options` VALUES (7493673, '_transient_wflginfl_1001558196', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7494704, '_transient_timeout_wflginfl_1774091969', '1404798028', 'no') ; 
INSERT INTO `wp_options` VALUES (7494705, '_transient_wflginfl_1774091969', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525470, '_transient_timeout_wflginfl_3065814250', '1404821241', 'no') ; 
INSERT INTO `wp_options` VALUES (7525471, '_transient_wflginfl_3065814250', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492019, '_transient_timeout_wflginfl_656682655', '1404795547', 'no') ; 
INSERT INTO `wp_options` VALUES (7492020, '_transient_wflginfl_656682655', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492073, '_transient_timeout_wflginfl_3306975348', '1404795589', 'no') ; 
INSERT INTO `wp_options` VALUES (7492074, '_transient_wflginfl_3306975348', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506082, '_transient_timeout_wflginfl_3065706547', '1404807690', 'no') ; 
INSERT INTO `wp_options` VALUES (7506083, '_transient_wflginfl_3065706547', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492218, '_transient_timeout_wflginfl_1854468543', '1404795745', 'no') ; 
INSERT INTO `wp_options` VALUES (7492180, '_transient_timeout_wflginfl_658192792', '1404795705', 'no') ; 
INSERT INTO `wp_options` VALUES (7492181, '_transient_wflginfl_658192792', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492219, '_transient_wflginfl_1854468543', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492264, '_transient_timeout_wflginfl_1320604727', '1404795779', 'no') ; 
INSERT INTO `wp_options` VALUES (7492265, '_transient_wflginfl_1320604727', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507648, '_transient_timeout_wflginfl_1899742972', '1404808856', 'no') ; 
INSERT INTO `wp_options` VALUES (7507649, '_transient_wflginfl_1899742972', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512427, '_transient_timeout_wflginfl_694362226', '1404812241', 'no') ; 
INSERT INTO `wp_options` VALUES (7512428, '_transient_wflginfl_694362226', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492306, '_transient_timeout_wflginfl_2033596033', '1404795822', 'no') ; 
INSERT INTO `wp_options` VALUES (7492307, '_transient_wflginfl_2033596033', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519144, '_transient_timeout_wflginfl_1996647771', '1404816908', 'no') ; 
INSERT INTO `wp_options` VALUES (7519145, '_transient_wflginfl_1996647771', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502374, '_transient_timeout_wflginfl_3032470103', '1404804747', 'no') ; 
INSERT INTO `wp_options` VALUES (7502375, '_transient_wflginfl_3032470103', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493477, '_transient_timeout_wflginfl_3065370619', '1404796883', 'no') ; 
INSERT INTO `wp_options` VALUES (7493478, '_transient_wflginfl_3065370619', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492412, '_transient_timeout_wflginfl_1159113175', '1404795897', 'no') ; 
INSERT INTO `wp_options` VALUES (7492413, '_transient_wflginfl_1159113175', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493556, '_transient_timeout_wflginfl_1877729087', '1404796958', 'no') ; 
INSERT INTO `wp_options` VALUES (7493557, '_transient_wflginfl_1877729087', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492506, '_transient_timeout_wflginfl_1892472886', '1404795972', 'no') ; 
INSERT INTO `wp_options` VALUES (7492507, '_transient_wflginfl_1892472886', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496465, '_transient_timeout_wflginfl_776413485', '1404799873', 'no') ; 
INSERT INTO `wp_options` VALUES (7496466, '_transient_wflginfl_776413485', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7495319, '_transient_timeout_wflginfl_2107915202', '1404798573', 'no') ; 
INSERT INTO `wp_options` VALUES (7495320, '_transient_wflginfl_2107915202', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534608, '_transient_timeout_wflginfl_1001788318', '1404827307', 'no') ; 
INSERT INTO `wp_options` VALUES (7534609, '_transient_wflginfl_1001788318', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535540, '_transient_timeout_wflginfl_2063761127', '1404828434', 'no') ; 
INSERT INTO `wp_options` VALUES (7530743, '_transient_timeout_wflginfl_1694500366', '1404824841', 'no') ; 
INSERT INTO `wp_options` VALUES (7494188, '_transient_timeout_wflginfl_3705797654', '1404797752', 'no') ; 
INSERT INTO `wp_options` VALUES (7494189, '_transient_wflginfl_3705797654', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7533634, '_transient_wflginfl_1442005895', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540614, '_transient_timeout_wflginfl_3291460498', '1404831231', 'no') ; 
INSERT INTO `wp_options` VALUES (7493084, '_transient_timeout_wflginfl_3562891564', '1404796505', 'no') ; 
INSERT INTO `wp_options` VALUES (7493085, '_transient_wflginfl_3562891564', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492636, '_transient_timeout_wflginfl_635939145', '1404796087', 'no') ; 
INSERT INTO `wp_options` VALUES (7492637, '_transient_wflginfl_635939145', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492650, '_transient_timeout_wflginfl_237250781', '1404796102', 'no') ; 
INSERT INTO `wp_options` VALUES (7492651, '_transient_wflginfl_237250781', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516655, '_transient_timeout_wflginfl_1892549206', '1404815213', 'no') ; 
INSERT INTO `wp_options` VALUES (7516656, '_transient_wflginfl_1892549206', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492666, '_transient_timeout_wflginfl_2033593514', '1404796114', 'no') ; 
INSERT INTO `wp_options` VALUES (7492667, '_transient_wflginfl_2033593514', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492720, '_transient_timeout_wflginfl_1976591417', '1404796148', 'no') ; 
INSERT INTO `wp_options` VALUES (7492721, '_transient_wflginfl_1976591417', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532402, '_transient_timeout_wflginfl_704264792', '1404825892', 'no') ; 
INSERT INTO `wp_options` VALUES (7532403, '_transient_wflginfl_704264792', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501836, '_transient_timeout_wflginfl_3696357755', '1404804314', 'no') ; 
INSERT INTO `wp_options` VALUES (7501837, '_transient_wflginfl_3696357755', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538109, '_transient_timeout_wflginfl_3127507289', '1404829640', 'no') ; 
INSERT INTO `wp_options` VALUES (7538110, '_transient_wflginfl_3127507289', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502254, '_transient_timeout_wflginfl_1892684976', '1404804650', 'no') ; 
INSERT INTO `wp_options` VALUES (7502255, '_transient_wflginfl_1892684976', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530820, '_transient_timeout_wflginfl_1332080431', '1404824902', 'no') ; 
INSERT INTO `wp_options` VALUES (7530821, '_transient_wflginfl_1332080431', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492868, '_transient_timeout_wflginfl_996046030', '1404796300', 'no') ; 
INSERT INTO `wp_options` VALUES (7492869, '_transient_wflginfl_996046030', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508557, '_transient_timeout_wflginfl_39531532', '1404809478', 'no') ; 
INSERT INTO `wp_options` VALUES (7508558, '_transient_wflginfl_39531532', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492944, '_transient_timeout_wflginfl_2945293866', '1404796375', 'no') ; 
INSERT INTO `wp_options` VALUES (7492945, '_transient_wflginfl_2945293866', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496753, '_transient_wflginfl_85839790', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495281, '_transient_timeout_wflginfl_609093633', '1404798538', 'no') ; 
INSERT INTO `wp_options` VALUES (7495282, '_transient_wflginfl_609093633', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533739, '_transient_timeout_wflginfl_1976051437', '1404826749', 'no') ; 
INSERT INTO `wp_options` VALUES (7533740, '_transient_wflginfl_1976051437', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537982, '_transient_wflginfl_1143311555', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539663, '_transient_timeout_wflginfl_1376572427', '1404830649', 'no') ; 
INSERT INTO `wp_options` VALUES (7537345, '_transient_timeout_wflginfl_1730130276', '1404829133', 'no') ; 
INSERT INTO `wp_options` VALUES (7539191, '_transient_timeout_wflginfl_2053791953', '1404830333', 'no') ; 
INSERT INTO `wp_options` VALUES (7493103, '_transient_timeout_wflginfl_694929132', '1404796521', 'no') ; 
INSERT INTO `wp_options` VALUES (7493104, '_transient_wflginfl_694929132', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504261, '_transient_timeout_wflginfl_838106736', '1404806230', 'no') ; 
INSERT INTO `wp_options` VALUES (7504262, '_transient_wflginfl_838106736', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516785, '_transient_timeout_wflginfl_469485058', '1404815295', 'no') ; 
INSERT INTO `wp_options` VALUES (7516786, '_transient_wflginfl_469485058', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526675, '_transient_wflginfl_244138854', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494190, '_transient_timeout_wflginfl_1832990281', '1404797503', 'no') ; 
INSERT INTO `wp_options` VALUES (7494191, '_transient_wflginfl_1832990281', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493291, '_transient_timeout_wflginfl_2056290122', '1404796675', 'no') ; 
INSERT INTO `wp_options` VALUES (7493292, '_transient_wflginfl_2056290122', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541109, '_transient_wflginfl_1337288856', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541108, '_transient_timeout_wflginfl_1337288856', '1404831437', 'no') ; 
INSERT INTO `wp_options` VALUES (7505484, '_transient_timeout_wflginfl_1861094637', '1404807249', 'no') ; 
INSERT INTO `wp_options` VALUES (7505485, '_transient_wflginfl_1861094637', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495603, '_transient_timeout_wflginfl_1728766897', '1404798854', 'no') ; 
INSERT INTO `wp_options` VALUES (7495604, '_transient_wflginfl_1728766897', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540810, '_transient_timeout_wflginfl_1276018932', '1404831324', 'no') ; 
INSERT INTO `wp_options` VALUES (7540811, '_transient_wflginfl_1276018932', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538797, '_transient_timeout_wflginfl_2017163903', '1404830066', 'no') ; 
INSERT INTO `wp_options` VALUES (7538798, '_transient_wflginfl_2017163903', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529359, '_transient_wflginfl_462665294', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495958, '_transient_timeout_wflginfl_656725733', '1404799171', 'no') ; 
INSERT INTO `wp_options` VALUES (7495959, '_transient_wflginfl_656725733', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501884, '_transient_timeout_wflginfl_3573363164', '1404804812', 'no') ; 
INSERT INTO `wp_options` VALUES (7493514, '_transient_timeout_wflginfl_995967804', '1404796913', 'no') ; 
INSERT INTO `wp_options` VALUES (7493515, '_transient_wflginfl_995967804', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540739, '_transient_wflginfl_3250335549', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516368, '_transient_timeout_wflginfl_831634123', '1404815007', 'no') ; 
INSERT INTO `wp_options` VALUES (7501885, '_transient_wflginfl_3573363164', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7508035, '_transient_timeout_wflginfl_3362801511', '1404809124', 'no') ; 
INSERT INTO `wp_options` VALUES (7508036, '_transient_wflginfl_3362801511', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499773, '_transient_timeout_wflginfl_656443856', '1404802677', 'no') ; 
INSERT INTO `wp_options` VALUES (7499774, '_transient_wflginfl_656443856', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493743, '_transient_timeout_wflginfl_2063099513', '1404797102', 'no') ; 
INSERT INTO `wp_options` VALUES (7493744, '_transient_wflginfl_2063099513', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493751, '_transient_timeout_wflginfl_42684475', '1404797113', 'no') ; 
INSERT INTO `wp_options` VALUES (7493752, '_transient_wflginfl_42684475', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493801, '_transient_timeout_wflginfl_2033593495', '1404797148', 'no') ; 
INSERT INTO `wp_options` VALUES (7493802, '_transient_wflginfl_2033593495', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493961, '_transient_timeout_wflginfl_1876921256', '1404797297', 'no') ; 
INSERT INTO `wp_options` VALUES (7493962, '_transient_wflginfl_1876921256', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493965, '_transient_timeout_wflginfl_1089331380', '1404797303', 'no') ; 
INSERT INTO `wp_options` VALUES (7493966, '_transient_wflginfl_1089331380', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499583, '_transient_timeout_wflginfl_1281284154', '1404802494', 'no') ; 
INSERT INTO `wp_options` VALUES (7498883, '_transient_timeout_wflginfl_3065700810', '1404801909', 'no') ; 
INSERT INTO `wp_options` VALUES (7498884, '_transient_wflginfl_3065700810', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501810, '_transient_timeout_wflginfl_1855957511', '1404804289', 'no') ; 
INSERT INTO `wp_options` VALUES (7501811, '_transient_wflginfl_1855957511', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523491, '_transient_timeout_wflginfl_2019079879', '1404819813', 'no') ; 
INSERT INTO `wp_options` VALUES (7523492, '_transient_wflginfl_2019079879', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499584, '_transient_wflginfl_1281284154', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495995, '_transient_timeout_wflginfl_1975729354', '1404799202', 'no') ; 
INSERT INTO `wp_options` VALUES (7495996, '_transient_wflginfl_1975729354', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525110, '_transient_timeout_wflginfl_1029611808', '1404820994', 'no') ; 
INSERT INTO `wp_options` VALUES (7525111, '_transient_wflginfl_1029611808', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510053, '_transient_timeout_wflginfl_1387442108', '1404810557', 'no') ; 
INSERT INTO `wp_options` VALUES (7510054, '_transient_wflginfl_1387442108', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494484, '_transient_timeout_wflginfl_831586106', '1404797781', 'no') ; 
INSERT INTO `wp_options` VALUES (7494485, '_transient_wflginfl_831586106', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540643, '_transient_wflginfl_2957592782', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541399, '_transient_wflginfl_1465998665', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525520, '_transient_timeout_wflginfl_1041413216', '1404821270', 'no') ; 
INSERT INTO `wp_options` VALUES (7525521, '_transient_wflginfl_1041413216', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494642, '_transient_timeout_wflginfl_702603651', '1404798206', 'no') ; 
INSERT INTO `wp_options` VALUES (7494643, '_transient_wflginfl_702603651', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7501080, '_transient_timeout_wflginfl_1546189023', '1404804219', 'no') ; 
INSERT INTO `wp_options` VALUES (7501081, '_transient_wflginfl_1546189023', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7500576, '_transient_timeout_wflginfl_2017054594', '1404803297', 'no') ; 
INSERT INTO `wp_options` VALUES (7500577, '_transient_wflginfl_2017054594', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527900, '_transient_timeout_wflginfl_2006628436', '1404822892', 'no') ; 
INSERT INTO `wp_options` VALUES (7527901, '_transient_wflginfl_2006628436', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500366, '_transient_timeout_wflginfl_656432962', '1404803114', 'no') ; 
INSERT INTO `wp_options` VALUES (7500367, '_transient_wflginfl_656432962', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497265, '_transient_timeout_wflginfl_1892521788', '1404800625', 'no') ; 
INSERT INTO `wp_options` VALUES (7497266, '_transient_wflginfl_1892521788', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7506195, '_transient_timeout_wflginfl_1892557800', '1404807781', 'no') ; 
INSERT INTO `wp_options` VALUES (7506196, '_transient_wflginfl_1892557800', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494947, '_transient_timeout_wflginfl_702357319', '1404798249', 'no') ; 
INSERT INTO `wp_options` VALUES (7494948, '_transient_wflginfl_702357319', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7498467, '_transient_timeout_wflginfl_3065644727', '1404801525', 'no') ; 
INSERT INTO `wp_options` VALUES (7498468, '_transient_wflginfl_3065644727', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516737, '_transient_timeout_wflginfl_1702839678', '1404815266', 'no') ; 
INSERT INTO `wp_options` VALUES (7516738, '_transient_wflginfl_1702839678', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495961, '_transient_timeout_wflginfl_3035699059', '1404799175', 'no') ; 
INSERT INTO `wp_options` VALUES (7495962, '_transient_wflginfl_3035699059', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528412, '_transient_timeout_wflginfl_1135025851', '1404823236', 'no') ; 
INSERT INTO `wp_options` VALUES (7528413, '_transient_wflginfl_1135025851', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514425, '_transient_timeout_wflginfl_835618173', '1404813648', 'no') ; 
INSERT INTO `wp_options` VALUES (7514426, '_transient_wflginfl_835618173', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7498665, '_transient_timeout_wflginfl_657763249', '1404801716', 'no') ; 
INSERT INTO `wp_options` VALUES (7498666, '_transient_wflginfl_657763249', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540222, '_transient_timeout_wflginfl_1569194968', '1404831018', 'no') ; 
INSERT INTO `wp_options` VALUES (7540223, '_transient_wflginfl_1569194968', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519292, '_transient_timeout_wflginfl_1892722258', '1404817028', 'no') ; 
INSERT INTO `wp_options` VALUES (7519293, '_transient_wflginfl_1892722258', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533129, '_transient_wflginfl_1336555220', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540679, '_transient_wflginfl_1656996334', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496566, '_transient_timeout_wflginfl_1227078716', '1404799741', 'no') ; 
INSERT INTO `wp_options` VALUES (7496567, '_transient_wflginfl_1227078716', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495259, '_transient_timeout_wflginfl_18237133', '1404798517', 'no') ; 
INSERT INTO `wp_options` VALUES (7495260, '_transient_wflginfl_18237133', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500608, '_transient_timeout_wflginfl_2983079114', '1404803546', 'no') ; 
INSERT INTO `wp_options` VALUES (7500609, '_transient_wflginfl_2983079114', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7495321, '_transient_timeout_wflginfl_3057683782', '1404798578', 'no') ; 
INSERT INTO `wp_options` VALUES (7495322, '_transient_wflginfl_3057683782', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496928, '_transient_timeout_wflginfl_1327034341', '1404800084', 'no') ; 
INSERT INTO `wp_options` VALUES (7496929, '_transient_wflginfl_1327034341', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496463, '_transient_timeout_wflginfl_656458454', '1404799629', 'no') ; 
INSERT INTO `wp_options` VALUES (7496464, '_transient_wflginfl_656458454', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503967, '_transient_timeout_wflginfl_2058537007', '1404806004', 'no') ; 
INSERT INTO `wp_options` VALUES (7503968, '_transient_wflginfl_2058537007', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7498163, '_transient_timeout_wflginfl_1990591245', '1404801251', 'no') ; 
INSERT INTO `wp_options` VALUES (7498164, '_transient_wflginfl_1990591245', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519260, '_transient_timeout_wflginfl_831580676', '1404816999', 'no') ; 
INSERT INTO `wp_options` VALUES (7519261, '_transient_wflginfl_831580676', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503050, '_transient_timeout_wflginfl_1746976883', '1404805285', 'no') ; 
INSERT INTO `wp_options` VALUES (7503051, '_transient_wflginfl_1746976883', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527232, '_transient_timeout_wflginfl_1332427650', '1404822420', 'no') ; 
INSERT INTO `wp_options` VALUES (7527233, '_transient_wflginfl_1332427650', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504517, '_transient_timeout_wflginfl_3065603257', '1404806452', 'no') ; 
INSERT INTO `wp_options` VALUES (7532157, '_transient_timeout_wflginfl_831620254', '1404825737', 'no') ; 
INSERT INTO `wp_options` VALUES (7532158, '_transient_wflginfl_831620254', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497502, '_transient_timeout_wflginfl_1451952896', '1404800643', 'no') ; 
INSERT INTO `wp_options` VALUES (7497503, '_transient_wflginfl_1451952896', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505994, '_transient_timeout_wflginfl_657196295', '1404807906', 'no') ; 
INSERT INTO `wp_options` VALUES (7505995, '_transient_wflginfl_657196295', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7539567, '_transient_timeout_wflginfl_704305513', '1404830592', 'no') ; 
INSERT INTO `wp_options` VALUES (7540980, '_transient_timeout_wflginfl_1546512874', '1404831394', 'no') ; 
INSERT INTO `wp_options` VALUES (7495822, '_transient_timeout_wflginfl_1776631710', '1404799049', 'no') ; 
INSERT INTO `wp_options` VALUES (7495823, '_transient_wflginfl_1776631710', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496596, '_transient_timeout_wflginfl_3164474537', '1404799771', 'no') ; 
INSERT INTO `wp_options` VALUES (7496597, '_transient_wflginfl_3164474537', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505986, '_transient_timeout_wflginfl_1584958846', '1404807628', 'no') ; 
INSERT INTO `wp_options` VALUES (7505987, '_transient_wflginfl_1584958846', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536836, '_transient_wflginfl_2991890769', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7537486, '_transient_wflginfl_1489965028', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500457, '_transient_timeout_wflginfl_2015137657', '1404803199', 'no') ; 
INSERT INTO `wp_options` VALUES (7500458, '_transient_wflginfl_2015137657', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495848, '_transient_timeout_wflginfl_1549210121', '1404799071', 'no') ; 
INSERT INTO `wp_options` VALUES (7495849, '_transient_wflginfl_1549210121', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539719, '_transient_timeout_wflginfl_1892774771', '1404830680', 'no') ; 
INSERT INTO `wp_options` VALUES (7539720, '_transient_wflginfl_1892774771', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510027, '_transient_timeout_wflginfl_2006817047', '1404810531', 'no') ; 
INSERT INTO `wp_options` VALUES (7510028, '_transient_wflginfl_2006817047', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496397, '_transient_timeout_wflginfl_1597735733', '1404799567', 'no') ; 
INSERT INTO `wp_options` VALUES (7496398, '_transient_wflginfl_1597735733', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495920, '_transient_timeout_wflginfl_974886868', '1404799143', 'no') ; 
INSERT INTO `wp_options` VALUES (7495921, '_transient_wflginfl_974886868', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495965, '_transient_timeout_wflginfl_1578549020', '1404799179', 'no') ; 
INSERT INTO `wp_options` VALUES (7495966, '_transient_wflginfl_1578549020', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496023, '_transient_timeout_wflginfl_36871657', '1404799224', 'no') ; 
INSERT INTO `wp_options` VALUES (7496024, '_transient_wflginfl_36871657', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496738, '_transient_timeout_wflginfl_656414726', '1404799914', 'no') ; 
INSERT INTO `wp_options` VALUES (7496739, '_transient_wflginfl_656414726', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496079, '_transient_timeout_wflginfl_3032451090', '1404799277', 'no') ; 
INSERT INTO `wp_options` VALUES (7496080, '_transient_wflginfl_3032451090', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504518, '_transient_wflginfl_3065603257', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496133, '_transient_timeout_wflginfl_702138371', '1404799346', 'no') ; 
INSERT INTO `wp_options` VALUES (7496134, '_transient_wflginfl_702138371', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504031, '_transient_timeout_wflginfl_776360342', '1404806056', 'no') ; 
INSERT INTO `wp_options` VALUES (7504032, '_transient_wflginfl_776360342', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524375, '_transient_timeout_wflginfl_1920805034', '1404820759', 'no') ; 
INSERT INTO `wp_options` VALUES (7524376, '_transient_wflginfl_1920805034', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7514899, '_transient_timeout_wflginfl_3732881334', '1404813982', 'no') ; 
INSERT INTO `wp_options` VALUES (7514900, '_transient_wflginfl_3732881334', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496365, '_transient_timeout_wflginfl_1569636371', '1404799542', 'no') ; 
INSERT INTO `wp_options` VALUES (7496366, '_transient_wflginfl_1569636371', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7498199, '_transient_timeout_wflginfl_1197441988', '1404801453', 'no') ; 
INSERT INTO `wp_options` VALUES (7498200, '_transient_wflginfl_1197441988', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7511720, '_transient_timeout_wflginfl_3732913765', '1404811739', 'no') ; 
INSERT INTO `wp_options` VALUES (7511721, '_transient_wflginfl_3732913765', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497251, '_transient_timeout_wflginfl_703108724', '1404800363', 'no') ; 
INSERT INTO `wp_options` VALUES (7497252, '_transient_wflginfl_703108724', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503384, '_transient_timeout_wflginfl_3381283073', '1404805530', 'no') ; 
INSERT INTO `wp_options` VALUES (7503385, '_transient_wflginfl_3381283073', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497460, '_transient_timeout_wflginfl_1986373861', '1404800603', 'no') ; 
INSERT INTO `wp_options` VALUES (7497461, '_transient_wflginfl_1986373861', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496479, '_transient_timeout_wflginfl_704514331', '1404799641', 'no') ; 
INSERT INTO `wp_options` VALUES (7496480, '_transient_wflginfl_704514331', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534358, '_transient_timeout_wflginfl_2108083120', '1404827142', 'no') ; 
INSERT INTO `wp_options` VALUES (7534359, '_transient_wflginfl_2108083120', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501052, '_transient_timeout_wflginfl_2335824140', '1404803663', 'no') ; 
INSERT INTO `wp_options` VALUES (7501053, '_transient_wflginfl_2335824140', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499215, '_transient_timeout_wflginfl_24925511', '1404802456', 'no') ; 
INSERT INTO `wp_options` VALUES (7499216, '_transient_wflginfl_24925511', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7496688, '_transient_timeout_wflginfl_3065713476', '1404799866', 'no') ; 
INSERT INTO `wp_options` VALUES (7496689, '_transient_wflginfl_3065713476', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500324, '_transient_timeout_wflginfl_1952081573', '1404803079', 'no') ; 
INSERT INTO `wp_options` VALUES (7500325, '_transient_wflginfl_1952081573', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502708, '_transient_timeout_wflginfl_234996140', '1404805012', 'no') ; 
INSERT INTO `wp_options` VALUES (7502709, '_transient_wflginfl_234996140', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497492, '_transient_timeout_wflginfl_657648976', '1404800632', 'no') ; 
INSERT INTO `wp_options` VALUES (7497493, '_transient_wflginfl_657648976', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496788, '_transient_timeout_wflginfl_1977498697', '1404799960', 'no') ; 
INSERT INTO `wp_options` VALUES (7496789, '_transient_wflginfl_1977498697', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497871, '_transient_timeout_wflginfl_1436198829', '1404800999', 'no') ; 
INSERT INTO `wp_options` VALUES (7497872, '_transient_wflginfl_1436198829', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496802, '_transient_timeout_wflginfl_3636012567', '1404799976', 'no') ; 
INSERT INTO `wp_options` VALUES (7496803, '_transient_wflginfl_3636012567', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496840, '_transient_timeout_wflginfl_3065163802', '1404800007', 'no') ; 
INSERT INTO `wp_options` VALUES (7496841, '_transient_wflginfl_3065163802', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512074, '_transient_timeout_wflginfl_3104980868', '1404811982', 'no') ; 
INSERT INTO `wp_options` VALUES (7512075, '_transient_wflginfl_3104980868', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499481, '_transient_timeout_wflginfl_1854636212', '1404802420', 'no') ; 
INSERT INTO `wp_options` VALUES (7499482, '_transient_wflginfl_1854636212', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506656, '_transient_timeout_wflginfl_24686863', '1404808360', 'no') ; 
INSERT INTO `wp_options` VALUES (7506657, '_transient_wflginfl_24686863', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7501300, '_transient_timeout_wflginfl_623780893', '1404803879', 'no') ; 
INSERT INTO `wp_options` VALUES (7501301, '_transient_wflginfl_623780893', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499489, '_transient_timeout_wflginfl_3001016035', '1404802422', 'no') ; 
INSERT INTO `wp_options` VALUES (7499490, '_transient_wflginfl_3001016035', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496936, '_transient_timeout_wflginfl_3732909818', '1404800090', 'no') ; 
INSERT INTO `wp_options` VALUES (7496937, '_transient_wflginfl_3732909818', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496960, '_transient_timeout_wflginfl_3361788405', '1404800116', 'no') ; 
INSERT INTO `wp_options` VALUES (7496961, '_transient_wflginfl_3361788405', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510511, '_transient_timeout_wflginfl_3000950906', '1404810891', 'no') ; 
INSERT INTO `wp_options` VALUES (7510512, '_transient_wflginfl_3000950906', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497235, '_transient_timeout_wflginfl_657523373', '1404800346', 'no') ; 
INSERT INTO `wp_options` VALUES (7497103, '_transient_timeout_wflginfl_657042772', '1404800243', 'no') ; 
INSERT INTO `wp_options` VALUES (7497104, '_transient_wflginfl_657042772', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509074, '_transient_timeout_wflginfl_2067737328', '1404809834', 'no') ; 
INSERT INTO `wp_options` VALUES (7509075, '_transient_wflginfl_2067737328', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497147, '_transient_timeout_wflginfl_1293701560', '1404800279', 'no') ; 
INSERT INTO `wp_options` VALUES (7497148, '_transient_wflginfl_1293701560', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497157, '_transient_timeout_wflginfl_656579429', '1404800285', 'no') ; 
INSERT INTO `wp_options` VALUES (7497158, '_transient_wflginfl_656579429', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497161, '_transient_timeout_wflginfl_3065697047', '1404800289', 'no') ; 
INSERT INTO `wp_options` VALUES (7497162, '_transient_wflginfl_3065697047', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497236, '_transient_wflginfl_657523373', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504745, '_transient_timeout_wflginfl_1212647336', '1404806617', 'no') ; 
INSERT INTO `wp_options` VALUES (7504746, '_transient_wflginfl_1212647336', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504773, '_transient_timeout_wflginfl_1492499503', '1404806633', 'no') ; 
INSERT INTO `wp_options` VALUES (7504774, '_transient_wflginfl_1492499503', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7498149, '_transient_timeout_wflginfl_2002679635', '1404801244', 'no') ; 
INSERT INTO `wp_options` VALUES (7498150, '_transient_wflginfl_2002679635', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502920, '_transient_timeout_wflginfl_657876389', '1404805177', 'no') ; 
INSERT INTO `wp_options` VALUES (7502921, '_transient_wflginfl_657876389', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500507, '_transient_timeout_wflginfl_2088419094', '1404803255', 'no') ; 
INSERT INTO `wp_options` VALUES (7500508, '_transient_wflginfl_2088419094', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507153, '_transient_wflginfl_1430158614', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7535615, '_transient_wflginfl_1887942887', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497480, '_transient_timeout_wflginfl_608991406', '1404800623', 'no') ; 
INSERT INTO `wp_options` VALUES (7497481, '_transient_wflginfl_608991406', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497512, '_transient_timeout_wflginfl_1917784214', '1404800652', 'no') ; 
INSERT INTO `wp_options` VALUES (7497513, '_transient_wflginfl_1917784214', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515216, '_transient_timeout_wflginfl_1046696086', '1404814192', 'no') ; 
INSERT INTO `wp_options` VALUES (7503875, '_transient_wflginfl_608515075', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505866, '_transient_timeout_wflginfl_609043006', '1404807544', 'no') ; 
INSERT INTO `wp_options` VALUES (7505867, '_transient_wflginfl_609043006', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497641, '_transient_timeout_wflginfl_1563125534', '1404801038', 'no') ; 
INSERT INTO `wp_options` VALUES (7497642, '_transient_wflginfl_1563125534', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7497727, '_transient_timeout_wflginfl_85241481', '1404800852', 'no') ; 
INSERT INTO `wp_options` VALUES (7497728, '_transient_wflginfl_85241481', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513791, '_transient_timeout_wflginfl_1589622855', '1404813449', 'no') ; 
INSERT INTO `wp_options` VALUES (7513792, '_transient_wflginfl_1589622855', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7507152, '_transient_timeout_wflginfl_1430158614', '1404808694', 'no') ; 
INSERT INTO `wp_options` VALUES (7535614, '_transient_timeout_wflginfl_1887942887', '1404827976', 'no') ; 
INSERT INTO `wp_options` VALUES (7501534, '_transient_timeout_wflginfl_1959397308', '1404804068', 'no') ; 
INSERT INTO `wp_options` VALUES (7501535, '_transient_wflginfl_1959397308', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497879, '_transient_timeout_wflginfl_2056288946', '1404801286', 'no') ; 
INSERT INTO `wp_options` VALUES (7497880, '_transient_wflginfl_2056288946', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7540552, '_transient_timeout_wflginfl_1450934152', '1404831194', 'no') ; 
INSERT INTO `wp_options` VALUES (7540553, '_transient_wflginfl_1450934152', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539088, '_transient_wflginfl_1430502766', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540517, '_transient_wflginfl_3588640974', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540882, '_transient_timeout_wflginfl_1399754413', '1404831353', 'no') ; 
INSERT INTO `wp_options` VALUES (7540883, '_transient_wflginfl_1399754413', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503454, '_transient_timeout_wflginfl_1039508254', '1404805866', 'no') ; 
INSERT INTO `wp_options` VALUES (7503455, '_transient_wflginfl_1039508254', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7504653, '_transient_timeout_wflginfl_1548991975', '1404806553', 'no') ; 
INSERT INTO `wp_options` VALUES (7504654, '_transient_wflginfl_1548991975', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7498198, '_transient_wflginfl_1314398419', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505306, '_transient_timeout_wflginfl_3526912036', '1404807102', 'no') ; 
INSERT INTO `wp_options` VALUES (7505307, '_transient_wflginfl_3526912036', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499063, '_transient_timeout_wflginfl_1834825972', '1404802060', 'no') ; 
INSERT INTO `wp_options` VALUES (7499064, '_transient_wflginfl_1834825972', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7498293, '_transient_timeout_wflginfl_657105380', '1404801361', 'no') ; 
INSERT INTO `wp_options` VALUES (7498294, '_transient_wflginfl_657105380', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540852, '_transient_timeout_wflginfl_2579837636', '1404831342', 'no') ; 
INSERT INTO `wp_options` VALUES (7540853, '_transient_wflginfl_2579837636', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513537, '_transient_timeout_wflginfl_1433223341', '1404813049', 'no') ; 
INSERT INTO `wp_options` VALUES (7513538, '_transient_wflginfl_1433223341', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517173, '_transient_timeout_wflginfl_1569453566', '1404815549', 'no') ; 
INSERT INTO `wp_options` VALUES (7517174, '_transient_wflginfl_1569453566', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503929, '_transient_timeout_wflginfl_387709144', '1404805971', 'no') ; 
INSERT INTO `wp_options` VALUES (7503930, '_transient_wflginfl_387709144', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539226, '_transient_wflginfl_3194029826', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534285, '_transient_wflginfl_1538977508', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7498570, '_transient_wflginfl_3000932124', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537531, '_transient_timeout_wflginfl_2015133136', '1404829238', 'no') ; 
INSERT INTO `wp_options` VALUES (7537532, '_transient_wflginfl_2015133136', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7498597, '_transient_timeout_wflginfl_1876920587', '1404801924', 'no') ; 
INSERT INTO `wp_options` VALUES (7498598, '_transient_wflginfl_1876920587', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7498623, '_transient_timeout_wflginfl_3413334269', '1404801900', 'no') ; 
INSERT INTO `wp_options` VALUES (7498624, '_transient_wflginfl_3413334269', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7498641, '_transient_timeout_wflginfl_3036352950', '1404801685', 'no') ; 
INSERT INTO `wp_options` VALUES (7498642, '_transient_wflginfl_3036352950', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537553, '_transient_timeout_wflginfl_2885451152', '1404829251', 'no') ; 
INSERT INTO `wp_options` VALUES (7537554, '_transient_wflginfl_2885451152', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538545, '_transient_timeout_wflginfl_2006777936', '1404829910', 'no') ; 
INSERT INTO `wp_options` VALUES (7538546, '_transient_wflginfl_2006777936', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499821, '_transient_timeout_wflginfl_657847010', '1404802701', 'no') ; 
INSERT INTO `wp_options` VALUES (7499822, '_transient_wflginfl_657847010', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499393, '_transient_timeout_wflginfl_657300289', '1404802365', 'no') ; 
INSERT INTO `wp_options` VALUES (7499394, '_transient_wflginfl_657300289', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500648, '_transient_timeout_wflginfl_3065140330', '1404803343', 'no') ; 
INSERT INTO `wp_options` VALUES (7500649, '_transient_wflginfl_3065140330', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531909, '_transient_timeout_wflginfl_3390401130', '1404825587', 'no') ; 
INSERT INTO `wp_options` VALUES (7531910, '_transient_wflginfl_3390401130', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540090, '_transient_timeout_wflginfl_1361477487', '1404831219', 'no') ; 
INSERT INTO `wp_options` VALUES (7540091, '_transient_wflginfl_1361477487', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7503088, '_transient_timeout_wflginfl_3065632484', '1404805313', 'no') ; 
INSERT INTO `wp_options` VALUES (7503089, '_transient_wflginfl_3065632484', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540592, '_transient_timeout_wflginfl_779394186', '1404831217', 'no') ; 
INSERT INTO `wp_options` VALUES (7540593, '_transient_wflginfl_779394186', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506044, '_transient_timeout_wflginfl_1835022281', '1404807885', 'no') ; 
INSERT INTO `wp_options` VALUES (7506045, '_transient_wflginfl_1835022281', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7498943, '_transient_timeout_wflginfl_2420126514', '1404801952', 'no') ; 
INSERT INTO `wp_options` VALUES (7498944, '_transient_wflginfl_2420126514', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506786, '_transient_timeout_wflginfl_693377421', '1404808450', 'no') ; 
INSERT INTO `wp_options` VALUES (7506787, '_transient_wflginfl_693377421', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7500368, '_transient_timeout_wflginfl_29079906', '1404803114', 'no') ; 
INSERT INTO `wp_options` VALUES (7500369, '_transient_wflginfl_29079906', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500110, '_transient_timeout_wflginfl_1424784879', '1404802903', 'no') ; 
INSERT INTO `wp_options` VALUES (7500111, '_transient_wflginfl_1424784879', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505118, '_transient_timeout_wflginfl_2938612735', '1404806912', 'no') ; 
INSERT INTO `wp_options` VALUES (7505119, '_transient_wflginfl_2938612735', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502314, '_transient_timeout_wflginfl_1837060191', '1404804708', 'no') ; 
INSERT INTO `wp_options` VALUES (7502315, '_transient_wflginfl_1837060191', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531756, '_transient_timeout_wflginfl_1866756838', '1404825500', 'no') ; 
INSERT INTO `wp_options` VALUES (7531757, '_transient_wflginfl_1866756838', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499927, '_transient_timeout_wflginfl_2098892059', '1404802776', 'no') ; 
INSERT INTO `wp_options` VALUES (7499928, '_transient_wflginfl_2098892059', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537433, '_transient_timeout_wflginfl_1325492788', '1404829187', 'no') ; 
INSERT INTO `wp_options` VALUES (7537434, '_transient_wflginfl_1325492788', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504355, '_transient_timeout_wflginfl_1977489894', '1404806309', 'no') ; 
INSERT INTO `wp_options` VALUES (7504356, '_transient_wflginfl_1977489894', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539816, '_transient_timeout_wflginfl_20973698', '1404830753', 'no') ; 
INSERT INTO `wp_options` VALUES (7539817, '_transient_wflginfl_20973698', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499723, '_transient_timeout_wflginfl_2036349346', '1404802636', 'no') ; 
INSERT INTO `wp_options` VALUES (7499724, '_transient_wflginfl_2036349346', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499315, '_transient_timeout_wflginfl_1883289422', '1404802291', 'no') ; 
INSERT INTO `wp_options` VALUES (7499316, '_transient_wflginfl_1883289422', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500238, '_transient_timeout_wflginfl_1332757896', '1404803008', 'no') ; 
INSERT INTO `wp_options` VALUES (7500239, '_transient_wflginfl_1332757896', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536240, '_transient_timeout_wflginfl_3065484749', '1404828405', 'no') ; 
INSERT INTO `wp_options` VALUES (7536241, '_transient_wflginfl_3065484749', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504239, '_transient_timeout_wflginfl_656453793', '1404806210', 'no') ; 
INSERT INTO `wp_options` VALUES (7504240, '_transient_wflginfl_656453793', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505684, '_transient_timeout_wflginfl_3065673167', '1404807406', 'no') ; 
INSERT INTO `wp_options` VALUES (7505685, '_transient_wflginfl_3065673167', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499419, '_transient_timeout_wflginfl_2183857879', '1404802381', 'no') ; 
INSERT INTO `wp_options` VALUES (7499420, '_transient_wflginfl_2183857879', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504917, '_transient_timeout_wflginfl_702522194', '1404806749', 'no') ; 
INSERT INTO `wp_options` VALUES (7504918, '_transient_wflginfl_702522194', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517325, '_transient_timeout_wflginfl_2991393485', '1404815641', 'no') ; 
INSERT INTO `wp_options` VALUES (7517326, '_transient_wflginfl_2991393485', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499477, '_transient_timeout_wflginfl_1834874953', '1404802416', 'no') ; 
INSERT INTO `wp_options` VALUES (7499478, '_transient_wflginfl_1834874953', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509424, '_transient_timeout_wflginfl_1977409519', '1404810073', 'no') ; 
INSERT INTO `wp_options` VALUES (7509425, '_transient_wflginfl_1977409519', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499495, '_transient_timeout_wflginfl_608957966', '1404802425', 'no') ; 
INSERT INTO `wp_options` VALUES (7499496, '_transient_wflginfl_608957966', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517865, '_transient_timeout_wflginfl_702504978', '1404816026', 'no') ; 
INSERT INTO `wp_options` VALUES (7517866, '_transient_wflginfl_702504978', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540938, '_transient_timeout_wflginfl_1136781478', '1404831378', 'no') ; 
INSERT INTO `wp_options` VALUES (7514386, '_transient_wflginfl_1842405740', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508275, '_transient_timeout_wflginfl_657625334', '1404809813', 'no') ; 
INSERT INTO `wp_options` VALUES (7508276, '_transient_wflginfl_657625334', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7529344, '_transient_timeout_wflginfl_1768887928', '1404823905', 'no') ; 
INSERT INTO `wp_options` VALUES (7531776, '_transient_timeout_wflginfl_87837323', '1404825512', 'no') ; 
INSERT INTO `wp_options` VALUES (7536615, '_transient_timeout_wflginfl_3302466429', '1404828687', 'no') ; 
INSERT INTO `wp_options` VALUES (7536616, '_transient_wflginfl_3302466429', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510047, '_transient_timeout_wflginfl_3034024328', '1404810554', 'no') ; 
INSERT INTO `wp_options` VALUES (7510048, '_transient_wflginfl_3034024328', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503781, '_transient_timeout_wflginfl_1404390982', '1404805870', 'no') ; 
INSERT INTO `wp_options` VALUES (7503782, '_transient_wflginfl_1404390982', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535328, '_transient_timeout_wflginfl_2064945120', '1404827791', 'no') ; 
INSERT INTO `wp_options` VALUES (7535329, '_transient_wflginfl_2064945120', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536595, '_transient_timeout_wflginfl_1744418051', '1404828672', 'no') ; 
INSERT INTO `wp_options` VALUES (7536596, '_transient_wflginfl_1744418051', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505738, '_transient_timeout_wflginfl_1333109990', '1404807451', 'no') ; 
INSERT INTO `wp_options` VALUES (7505739, '_transient_wflginfl_1333109990', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518047, '_transient_timeout_wflginfl_657543080', '1404816465', 'no') ; 
INSERT INTO `wp_options` VALUES (7518048, '_transient_wflginfl_657543080', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7505108, '_transient_timeout_wflginfl_693239873', '1404806903', 'no') ; 
INSERT INTO `wp_options` VALUES (7505109, '_transient_wflginfl_693239873', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522633, '_transient_timeout_wflginfl_696373596', '1404819231', 'no') ; 
INSERT INTO `wp_options` VALUES (7522634, '_transient_wflginfl_696373596', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503733, '_transient_timeout_wflginfl_1834762459', '1404805823', 'no') ; 
INSERT INTO `wp_options` VALUES (7503734, '_transient_wflginfl_1834762459', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505566, '_transient_timeout_wflginfl_831954432', '1404807320', 'no') ; 
INSERT INTO `wp_options` VALUES (7505567, '_transient_wflginfl_831954432', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499907, '_transient_timeout_wflginfl_1868400866', '1404802760', 'no') ; 
INSERT INTO `wp_options` VALUES (7499908, '_transient_wflginfl_1868400866', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519482, '_transient_timeout_wflginfl_2072775778', '1404817164', 'no') ; 
INSERT INTO `wp_options` VALUES (7505917, '_transient_wflginfl_2991524827', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515297, '_transient_wflginfl_1892407647', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507960, '_transient_wflginfl_3264626964', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501524, '_transient_timeout_wflginfl_2056289099', '1404804058', 'no') ; 
INSERT INTO `wp_options` VALUES (7501525, '_transient_wflginfl_2056289099', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540762, '_transient_timeout_wflginfl_3315642999', '1404831304', 'no') ; 
INSERT INTO `wp_options` VALUES (7539930, '_transient_timeout_wflginfl_87498114', '1404830817', 'no') ; 
INSERT INTO `wp_options` VALUES (7500148, '_transient_timeout_wflginfl_996046605', '1404802930', 'no') ; 
INSERT INTO `wp_options` VALUES (7500149, '_transient_wflginfl_996046605', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509146, '_transient_timeout_wflginfl_46136343', '1404809893', 'no') ; 
INSERT INTO `wp_options` VALUES (7509147, '_transient_wflginfl_46136343', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500252, '_transient_timeout_wflginfl_3000875106', '1404803018', 'no') ; 
INSERT INTO `wp_options` VALUES (7500253, '_transient_wflginfl_3000875106', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500336, '_transient_timeout_wflginfl_3321014794', '1404803095', 'no') ; 
INSERT INTO `wp_options` VALUES (7500337, '_transient_wflginfl_3321014794', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540221, '_transient_wflginfl_3162203225', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539981, '_transient_wflginfl_3389805353', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503114, '_transient_timeout_wflginfl_656450586', '1404805326', 'no') ; 
INSERT INTO `wp_options` VALUES (7503115, '_transient_wflginfl_656450586', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506924, '_transient_timeout_wflginfl_657534561', '1404808302', 'no') ; 
INSERT INTO `wp_options` VALUES (7506925, '_transient_wflginfl_657534561', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500553, '_transient_timeout_wflginfl_1908912092', '1404803280', 'no') ; 
INSERT INTO `wp_options` VALUES (7500554, '_transient_wflginfl_1908912092', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502968, '_transient_timeout_wflginfl_404126064', '1404805221', 'no') ; 
INSERT INTO `wp_options` VALUES (7502969, '_transient_wflginfl_404126064', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501108, '_transient_timeout_wflginfl_3157569591', '1404803709', 'no') ; 
INSERT INTO `wp_options` VALUES (7501109, '_transient_wflginfl_3157569591', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531586, '_transient_timeout_wflginfl_3032466775', '1404825404', 'no') ; 
INSERT INTO `wp_options` VALUES (7531587, '_transient_wflginfl_3032466775', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541036, '_transient_timeout_wflginfl_3070052434', '1404831415', 'no') ; 
INSERT INTO `wp_options` VALUES (7541037, '_transient_wflginfl_3070052434', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538785, '_transient_timeout_wflginfl_704512420', '1404830065', 'no') ; 
INSERT INTO `wp_options` VALUES (7530688, '_transient_wflginfl_3310837402', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524940, '_transient_timeout_wflginfl_1563924766', '1404820873', 'no') ; 
INSERT INTO `wp_options` VALUES (7524941, '_transient_wflginfl_1563924766', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500732, '_transient_timeout_wflginfl_3164542990', '1404803402', 'no') ; 
INSERT INTO `wp_options` VALUES (7500733, '_transient_wflginfl_3164542990', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507596, '_transient_timeout_wflginfl_2063099619', '1404808824', 'no') ; 
INSERT INTO `wp_options` VALUES (7507597, '_transient_wflginfl_2063099619', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518149, '_transient_timeout_wflginfl_1384713088', '1404816242', 'no') ; 
INSERT INTO `wp_options` VALUES (7518150, '_transient_wflginfl_1384713088', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535514, '_transient_timeout_wflginfl_3065710277', '1404827913', 'no') ; 
INSERT INTO `wp_options` VALUES (7535515, '_transient_wflginfl_3065710277', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507883, '_transient_timeout_wflginfl_2536371180', '1404809019', 'no') ; 
INSERT INTO `wp_options` VALUES (7507884, '_transient_wflginfl_2536371180', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536797, '_transient_timeout_wflginfl_3732909790', '1404828795', 'no') ; 
INSERT INTO `wp_options` VALUES (7536798, '_transient_wflginfl_3732909790', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500896, '_transient_timeout_wflginfl_24925505', '1404803761', 'no') ; 
INSERT INTO `wp_options` VALUES (7500897, '_transient_wflginfl_24925505', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7500908, '_transient_timeout_wflginfl_608984861', '1404803535', 'no') ; 
INSERT INTO `wp_options` VALUES (7500909, '_transient_wflginfl_608984861', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500968, '_transient_timeout_wflginfl_846539204', '1404803579', 'no') ; 
INSERT INTO `wp_options` VALUES (7500969, '_transient_wflginfl_846539204', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513647, '_transient_timeout_wflginfl_1046108264', '1404813120', 'no') ; 
INSERT INTO `wp_options` VALUES (7513648, '_transient_wflginfl_1046108264', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501012, '_transient_timeout_wflginfl_609230441', '1404803627', 'no') ; 
INSERT INTO `wp_options` VALUES (7501013, '_transient_wflginfl_609230441', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509478, '_transient_timeout_wflginfl_1495613120', '1404810419', 'no') ; 
INSERT INTO `wp_options` VALUES (7509479, '_transient_wflginfl_1495613120', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7501074, '_transient_timeout_wflginfl_3320774917', '1404803680', 'no') ; 
INSERT INTO `wp_options` VALUES (7501075, '_transient_wflginfl_3320774917', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501078, '_transient_timeout_wflginfl_1046648199', '1404803683', 'no') ; 
INSERT INTO `wp_options` VALUES (7501079, '_transient_wflginfl_1046648199', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502272, '_transient_timeout_wflginfl_657106765', '1404804906', 'no') ; 
INSERT INTO `wp_options` VALUES (7502273, '_transient_wflginfl_657106765', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7501112, '_transient_timeout_wflginfl_1791004003', '1404803710', 'no') ; 
INSERT INTO `wp_options` VALUES (7501113, '_transient_wflginfl_1791004003', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501122, '_transient_timeout_wflginfl_1345815836', '1404803721', 'no') ; 
INSERT INTO `wp_options` VALUES (7501123, '_transient_wflginfl_1345815836', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501146, '_transient_timeout_wflginfl_3036290017', '1404803742', 'no') ; 
INSERT INTO `wp_options` VALUES (7501147, '_transient_wflginfl_3036290017', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501206, '_transient_timeout_wflginfl_1892397141', '1404803810', 'no') ; 
INSERT INTO `wp_options` VALUES (7501207, '_transient_wflginfl_1892397141', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541392, '_transient_timeout_wflginfl_36828655', '1404831570', 'no') ; 
INSERT INTO `wp_options` VALUES (7541393, '_transient_wflginfl_36828655', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501298, '_transient_timeout_wflginfl_1892045551', '1404803875', 'no') ; 
INSERT INTO `wp_options` VALUES (7501299, '_transient_wflginfl_1892045551', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522874, '_transient_wflginfl_1833059143', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532119, '_transient_timeout_wflginfl_1844636310', '1404825713', 'no') ; 
INSERT INTO `wp_options` VALUES (7520974, '_transient_timeout_wflginfl_831542750', '1404818180', 'no') ; 
INSERT INTO `wp_options` VALUES (7508960, '_transient_wflginfl_2036437002', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541348, '_transient_timeout_wflginfl_2991523539', '1404831531', 'no') ; 
INSERT INTO `wp_options` VALUES (7541349, '_transient_wflginfl_2991523539', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503799, '_transient_timeout_wflginfl_634084441', '1404805878', 'no') ; 
INSERT INTO `wp_options` VALUES (7503800, '_transient_wflginfl_634084441', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501482, '_transient_timeout_wflginfl_657798615', '1404804277', 'no') ; 
INSERT INTO `wp_options` VALUES (7501483, '_transient_wflginfl_657798615', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7501518, '_transient_timeout_wflginfl_3398965330', '1404804050', 'no') ; 
INSERT INTO `wp_options` VALUES (7501519, '_transient_wflginfl_3398965330', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508725, '_transient_timeout_wflginfl_656448666', '1404809593', 'no') ; 
INSERT INTO `wp_options` VALUES (7508726, '_transient_wflginfl_656448666', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501619, '_transient_timeout_wflginfl_3000976744', '1404804130', 'no') ; 
INSERT INTO `wp_options` VALUES (7516244, '_transient_timeout_wflginfl_1892843714', '1404814905', 'no') ; 
INSERT INTO `wp_options` VALUES (7516245, '_transient_wflginfl_1892843714', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501620, '_transient_wflginfl_3000976744', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537713, '_transient_timeout_wflginfl_1581623045', '1404829369', 'no') ; 
INSERT INTO `wp_options` VALUES (7537714, '_transient_wflginfl_1581623045', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503242, '_transient_timeout_wflginfl_2006816590', '1404805425', 'no') ; 
INSERT INTO `wp_options` VALUES (7503243, '_transient_wflginfl_2006816590', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502796, '_transient_timeout_wflginfl_1548791398', '1404805070', 'no') ; 
INSERT INTO `wp_options` VALUES (7502797, '_transient_wflginfl_1548791398', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518236, '_transient_wflginfl_656465511', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538572, '_transient_wflginfl_18263410', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507258, '_transient_timeout_wflginfl_656443977', '1404808826', 'no') ; 
INSERT INTO `wp_options` VALUES (7507259, '_transient_wflginfl_656443977', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7511596, '_transient_timeout_wflginfl_3065405652', '1404811653', 'no') ; 
INSERT INTO `wp_options` VALUES (7511597, '_transient_wflginfl_3065405652', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518822, '_transient_timeout_wflginfl_42272819', '1404816717', 'no') ; 
INSERT INTO `wp_options` VALUES (7518823, '_transient_wflginfl_42272819', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504119, '_transient_timeout_wflginfl_2092123918', '1404806123', 'no') ; 
INSERT INTO `wp_options` VALUES (7504120, '_transient_wflginfl_2092123918', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518025, '_transient_timeout_wflginfl_657503372', '1404816154', 'no') ; 
INSERT INTO `wp_options` VALUES (7518026, '_transient_wflginfl_657503372', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540884, '_transient_timeout_wflginfl_406290273', '1404831355', 'no') ; 
INSERT INTO `wp_options` VALUES (7525923, '_transient_timeout_wflginfl_1337048238', '1404821534', 'no') ; 
INSERT INTO `wp_options` VALUES (7503272, '_transient_timeout_wflginfl_1892044243', '1404805442', 'no') ; 
INSERT INTO `wp_options` VALUES (7503273, '_transient_wflginfl_1892044243', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503210, '_transient_timeout_wflginfl_1833053128', '1404805401', 'no') ; 
INSERT INTO `wp_options` VALUES (7503211, '_transient_wflginfl_1833053128', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502420, '_transient_timeout_wflginfl_3357342665', '1404804775', 'no') ; 
INSERT INTO `wp_options` VALUES (7502421, '_transient_wflginfl_3357342665', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502952, '_transient_timeout_wflginfl_3065183456', '1404805209', 'no') ; 
INSERT INTO `wp_options` VALUES (7502953, '_transient_wflginfl_3065183456', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505522, '_transient_timeout_wflginfl_1729658556', '1404807284', 'no') ; 
INSERT INTO `wp_options` VALUES (7505523, '_transient_wflginfl_1729658556', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517615, '_transient_timeout_wflginfl_1984290134', '1404815849', 'no') ; 
INSERT INTO `wp_options` VALUES (7517616, '_transient_wflginfl_1984290134', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506062, '_transient_timeout_wflginfl_1001537139', '1404807679', 'no') ; 
INSERT INTO `wp_options` VALUES (7506063, '_transient_wflginfl_1001537139', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515872, '_transient_timeout_wflginfl_2914246963', '1404814637', 'no') ; 
INSERT INTO `wp_options` VALUES (7515873, '_transient_wflginfl_2914246963', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502144, '_transient_timeout_wflginfl_3645708136', '1404804571', 'no') ; 
INSERT INTO `wp_options` VALUES (7502145, '_transient_wflginfl_3645708136', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531815, '_transient_timeout_wflginfl_1314098462', '1404825536', 'no') ; 
INSERT INTO `wp_options` VALUES (7531816, '_transient_wflginfl_1314098462', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537183, '_transient_timeout_wflginfl_1321001743', '1404829023', 'no') ; 
INSERT INTO `wp_options` VALUES (7537184, '_transient_wflginfl_1321001743', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534218, '_transient_timeout_wflginfl_3036599035', '1404827061', 'no') ; 
INSERT INTO `wp_options` VALUES (7534219, '_transient_wflginfl_3036599035', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502228, '_transient_timeout_wflginfl_1466783098', '1404804635', 'no') ; 
INSERT INTO `wp_options` VALUES (7502229, '_transient_wflginfl_1466783098', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541271, '_transient_wflginfl_696640188', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540859, '_transient_wflginfl_3732909597', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513779, '_transient_timeout_wflginfl_1562741308', '1404813203', 'no') ; 
INSERT INTO `wp_options` VALUES (7513780, '_transient_wflginfl_1562741308', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502324, '_transient_timeout_wflginfl_657876302', '1404804719', 'no') ; 
INSERT INTO `wp_options` VALUES (7502325, '_transient_wflginfl_657876302', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519614, '_transient_timeout_wflginfl_1908909201', '1404817258', 'no') ; 
INSERT INTO `wp_options` VALUES (7519615, '_transient_wflginfl_1908909201', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540038, '_transient_timeout_wflginfl_1043013996', '1404831146', 'no') ; 
INSERT INTO `wp_options` VALUES (7540039, '_transient_wflginfl_1043013996', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7507414, '_transient_timeout_wflginfl_657449617', '1404808684', 'no') ; 
INSERT INTO `wp_options` VALUES (7507415, '_transient_wflginfl_657449617', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507955, '_transient_timeout_wflginfl_831562715', '1404809054', 'no') ; 
INSERT INTO `wp_options` VALUES (7507956, '_transient_wflginfl_831562715', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540738, '_transient_timeout_wflginfl_3250335549', '1404831291', 'no') ; 
INSERT INTO `wp_options` VALUES (7531541, '_transient_wflginfl_1320447896', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505258, '_transient_timeout_wflginfl_3319000622', '1404807057', 'no') ; 
INSERT INTO `wp_options` VALUES (7505259, '_transient_wflginfl_3319000622', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508311, '_transient_timeout_wflginfl_3035257709', '1404809301', 'no') ; 
INSERT INTO `wp_options` VALUES (7508312, '_transient_wflginfl_3035257709', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508349, '_transient_timeout_wflginfl_1293682517', '1404809325', 'no') ; 
INSERT INTO `wp_options` VALUES (7508350, '_transient_wflginfl_1293682517', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502584, '_transient_timeout_wflginfl_1975729752', '1404804893', 'no') ; 
INSERT INTO `wp_options` VALUES (7502585, '_transient_wflginfl_1975729752', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502600, '_transient_timeout_wflginfl_1594189349', '1404804909', 'no') ; 
INSERT INTO `wp_options` VALUES (7502601, '_transient_wflginfl_1594189349', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505065, '_transient_timeout_wflginfl_658180422', '1404806873', 'no') ; 
INSERT INTO `wp_options` VALUES (7505066, '_transient_wflginfl_658180422', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530362, '_transient_timeout_wflginfl_1978995717', '1404824583', 'no') ; 
INSERT INTO `wp_options` VALUES (7530363, '_transient_wflginfl_1978995717', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503529, '_transient_timeout_wflginfl_3307666715', '1404805642', 'no') ; 
INSERT INTO `wp_options` VALUES (7503530, '_transient_wflginfl_3307666715', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502758, '_transient_timeout_wflginfl_1976778042', '1404805039', 'no') ; 
INSERT INTO `wp_options` VALUES (7502759, '_transient_wflginfl_1976778042', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539396, '_transient_timeout_wflginfl_1835091200', '1404830486', 'no') ; 
INSERT INTO `wp_options` VALUES (7539397, '_transient_wflginfl_1835091200', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540681, '_transient_wflginfl_1483117405', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520484, '_transient_wflginfl_657073284', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525663, '_transient_timeout_wflginfl_1334218252', '1404821364', 'no') ; 
INSERT INTO `wp_options` VALUES (7525664, '_transient_wflginfl_1334218252', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502772, '_transient_timeout_wflginfl_1332040551', '1404805247', 'no') ; 
INSERT INTO `wp_options` VALUES (7502773, '_transient_wflginfl_1332040551', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7540169, '_transient_wflginfl_999842562', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531282, '_transient_wflginfl_1729099534', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511832, '_transient_timeout_wflginfl_1433223342', '1404811820', 'no') ; 
INSERT INTO `wp_options` VALUES (7511833, '_transient_wflginfl_1433223342', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509947, '_transient_timeout_wflginfl_1021678899', '1404810485', 'no') ; 
INSERT INTO `wp_options` VALUES (7509948, '_transient_wflginfl_1021678899', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512068, '_transient_timeout_wflginfl_2030472509', '1404811978', 'no') ; 
INSERT INTO `wp_options` VALUES (7512069, '_transient_wflginfl_2030472509', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541376, '_transient_timeout_wflginfl_1322772687', '1404831551', 'no') ; 
INSERT INTO `wp_options` VALUES (7538419, '_transient_timeout_wflginfl_1450796579', '1404830336', 'no') ; 
INSERT INTO `wp_options` VALUES (7527506, '_transient_timeout_wflginfl_1569558949', '1404822616', 'no') ; 
INSERT INTO `wp_options` VALUES (7527507, '_transient_wflginfl_1569558949', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536921, '_transient_timeout_wflginfl_1337938059', '1404828861', 'no') ; 
INSERT INTO `wp_options` VALUES (7533772, '_transient_wflginfl_1358048367', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539966, '_transient_timeout_wflginfl_1320985854', '1404830840', 'no') ; 
INSERT INTO `wp_options` VALUES (7539967, '_transient_wflginfl_1320985854', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527374, '_transient_timeout_wflginfl_1474078551', '1404822535', 'no') ; 
INSERT INTO `wp_options` VALUES (7527375, '_transient_wflginfl_1474078551', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538889, '_transient_timeout_wflginfl_701473532', '1404830137', 'no') ; 
INSERT INTO `wp_options` VALUES (7538890, '_transient_wflginfl_701473532', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526166, '_transient_timeout_wflginfl_3228723710', '1404821708', 'no') ; 
INSERT INTO `wp_options` VALUES (7526167, '_transient_wflginfl_3228723710', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503124, '_transient_timeout_wflginfl_522170486', '1404805329', 'no') ; 
INSERT INTO `wp_options` VALUES (7503125, '_transient_wflginfl_522170486', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516703, '_transient_timeout_wflginfl_2970679517', '1404815248', 'no') ; 
INSERT INTO `wp_options` VALUES (7516704, '_transient_wflginfl_2970679517', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507851, '_transient_timeout_wflginfl_2344773438', '1404808995', 'no') ; 
INSERT INTO `wp_options` VALUES (7507852, '_transient_wflginfl_2344773438', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539205, '_transient_timeout_wflginfl_93882398', '1404830351', 'no') ; 
INSERT INTO `wp_options` VALUES (7514079, '_transient_timeout_wflginfl_1554104612', '1404813395', 'no') ; 
INSERT INTO `wp_options` VALUES (7503859, '_transient_timeout_wflginfl_3065375004', '1404806391', 'no') ; 
INSERT INTO `wp_options` VALUES (7503860, '_transient_wflginfl_3065375004', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7503238, '_transient_timeout_wflginfl_608966195', '1404805422', 'no') ; 
INSERT INTO `wp_options` VALUES (7503239, '_transient_wflginfl_608966195', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503258, '_transient_timeout_wflginfl_3081482120', '1404805435', 'no') ; 
INSERT INTO `wp_options` VALUES (7503259, '_transient_wflginfl_3081482120', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540050, '_transient_timeout_wflginfl_609564824', '1404830900', 'no') ; 
INSERT INTO `wp_options` VALUES (7540051, '_transient_wflginfl_609564824', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527152, '_transient_timeout_wflginfl_1501957925', '1404822374', 'no') ; 
INSERT INTO `wp_options` VALUES (7527153, '_transient_wflginfl_1501957925', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503382, '_transient_timeout_wflginfl_657811667', '1404805530', 'no') ; 
INSERT INTO `wp_options` VALUES (7503383, '_transient_wflginfl_657811667', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534128, '_transient_timeout_wflginfl_2943267260', '1404826997', 'no') ; 
INSERT INTO `wp_options` VALUES (7507476, '_transient_timeout_wflginfl_3035726475', '1404808737', 'no') ; 
INSERT INTO `wp_options` VALUES (7507477, '_transient_wflginfl_3035726475', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504327, '_transient_timeout_wflginfl_3031600589', '1404806290', 'no') ; 
INSERT INTO `wp_options` VALUES (7504328, '_transient_wflginfl_3031600589', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507256, '_transient_timeout_wflginfl_1547246468', '1404808554', 'no') ; 
INSERT INTO `wp_options` VALUES (7507257, '_transient_wflginfl_1547246468', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503500, '_transient_timeout_wflginfl_1569701496', '1404805622', 'no') ; 
INSERT INTO `wp_options` VALUES (7503501, '_transient_wflginfl_1569701496', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504721, '_transient_timeout_wflginfl_2454852547', '1404806600', 'no') ; 
INSERT INTO `wp_options` VALUES (7504722, '_transient_wflginfl_2454852547', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503845, '_transient_timeout_wflginfl_2590068306', '1404805905', 'no') ; 
INSERT INTO `wp_options` VALUES (7541218, '_transient_timeout_wflginfl_2536167633', '1404831474', 'no') ; 
INSERT INTO `wp_options` VALUES (7541219, '_transient_wflginfl_2536167633', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508777, '_transient_timeout_wflginfl_3065670705', '1404809623', 'no') ; 
INSERT INTO `wp_options` VALUES (7508778, '_transient_wflginfl_3065670705', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541343, '_transient_wflginfl_1368885182', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536478, '_transient_wflginfl_1496173931', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504703, '_transient_timeout_wflginfl_656445195', '1404806590', 'no') ; 
INSERT INTO `wp_options` VALUES (7504704, '_transient_wflginfl_656445195', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504513, '_transient_timeout_wflginfl_1945226150', '1404806449', 'no') ; 
INSERT INTO `wp_options` VALUES (7504514, '_transient_wflginfl_1945226150', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510091, '_transient_timeout_wflginfl_3035261369', '1404810579', 'no') ; 
INSERT INTO `wp_options` VALUES (7510092, '_transient_wflginfl_3035261369', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541064, '_transient_timeout_wflginfl_1977500337', '1404831424', 'no') ; 
INSERT INTO `wp_options` VALUES (7523388, '_transient_wflginfl_3389289718', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503727, '_transient_timeout_wflginfl_3065672140', '1404805816', 'no') ; 
INSERT INTO `wp_options` VALUES (7503728, '_transient_wflginfl_3065672140', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503846, '_transient_wflginfl_2590068306', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506352, '_transient_timeout_wflginfl_1767554790', '1404807894', 'no') ; 
INSERT INTO `wp_options` VALUES (7506353, '_transient_wflginfl_1767554790', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505134, '_transient_timeout_wflginfl_657463463', '1404806930', 'no') ; 
INSERT INTO `wp_options` VALUES (7505135, '_transient_wflginfl_657463463', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506319, '_transient_timeout_wflginfl_1039508277', '1404807864', 'no') ; 
INSERT INTO `wp_options` VALUES (7506320, '_transient_wflginfl_1039508277', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7537079, '_transient_timeout_wflginfl_1569321023', '1404828977', 'no') ; 
INSERT INTO `wp_options` VALUES (7537080, '_transient_wflginfl_1569321023', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522949, '_transient_timeout_wflginfl_1332053827', '1404819447', 'no') ; 
INSERT INTO `wp_options` VALUES (7522950, '_transient_wflginfl_1332053827', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506348, '_transient_timeout_wflginfl_3310803533', '1404807890', 'no') ; 
INSERT INTO `wp_options` VALUES (7506349, '_transient_wflginfl_3310803533', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504939, '_transient_timeout_wflginfl_1887946164', '1404806768', 'no') ; 
INSERT INTO `wp_options` VALUES (7504940, '_transient_wflginfl_1887946164', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507660, '_transient_timeout_wflginfl_1569625783', '1404808861', 'no') ; 
INSERT INTO `wp_options` VALUES (7507661, '_transient_wflginfl_1569625783', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504213, '_transient_timeout_wflginfl_1876921107', '1404806197', 'no') ; 
INSERT INTO `wp_options` VALUES (7504214, '_transient_wflginfl_1876921107', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526326, '_transient_timeout_wflginfl_3577178280', '1404821809', 'no') ; 
INSERT INTO `wp_options` VALUES (7526327, '_transient_wflginfl_3577178280', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505418, '_transient_timeout_wflginfl_90971686', '1404807210', 'no') ; 
INSERT INTO `wp_options` VALUES (7505419, '_transient_wflginfl_90971686', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504417, '_transient_timeout_wflginfl_657410061', '1404806367', 'no') ; 
INSERT INTO `wp_options` VALUES (7504418, '_transient_wflginfl_657410061', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504439, '_transient_timeout_wflginfl_2536298683', '1404806385', 'no') ; 
INSERT INTO `wp_options` VALUES (7504440, '_transient_wflginfl_2536298683', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504459, '_transient_timeout_wflginfl_608911043', '1404806408', 'no') ; 
INSERT INTO `wp_options` VALUES (7504460, '_transient_wflginfl_608911043', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506804, '_transient_timeout_wflginfl_1844614218', '1404808205', 'no') ; 
INSERT INTO `wp_options` VALUES (7506805, '_transient_wflginfl_1844614218', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504495, '_transient_timeout_wflginfl_1909171893', '1404806443', 'no') ; 
INSERT INTO `wp_options` VALUES (7504496, '_transient_wflginfl_1909171893', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504531, '_transient_timeout_wflginfl_1975726606', '1404806468', 'no') ; 
INSERT INTO `wp_options` VALUES (7504532, '_transient_wflginfl_1975726606', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504567, '_transient_timeout_wflginfl_657399604', '1404806487', 'no') ; 
INSERT INTO `wp_options` VALUES (7504568, '_transient_wflginfl_657399604', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507572, '_transient_timeout_wflginfl_3065509308', '1404808812', 'no') ; 
INSERT INTO `wp_options` VALUES (7507573, '_transient_wflginfl_3065509308', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525035, '_transient_wflginfl_1319023722', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539948, '_transient_timeout_wflginfl_1297010724', '1404830830', 'no') ; 
INSERT INTO `wp_options` VALUES (7504635, '_transient_timeout_wflginfl_3000887991', '1404806532', 'no') ; 
INSERT INTO `wp_options` VALUES (7504636, '_transient_wflginfl_3000887991', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504649, '_transient_timeout_wflginfl_1975889141', '1404806551', 'no') ; 
INSERT INTO `wp_options` VALUES (7504650, '_transient_wflginfl_1975889141', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507773, '_transient_timeout_wflginfl_701438861', '1404808940', 'no') ; 
INSERT INTO `wp_options` VALUES (7507774, '_transient_wflginfl_701438861', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510709, '_transient_timeout_wflginfl_1401173820', '1404811014', 'no') ; 
INSERT INTO `wp_options` VALUES (7510710, '_transient_wflginfl_1401173820', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504713, '_transient_timeout_wflginfl_656421519', '1404806594', 'no') ; 
INSERT INTO `wp_options` VALUES (7504714, '_transient_wflginfl_656421519', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504717, '_transient_timeout_wflginfl_657021279', '1404806599', 'no') ; 
INSERT INTO `wp_options` VALUES (7504718, '_transient_wflginfl_657021279', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505388, '_transient_timeout_wflginfl_1599339964', '1404807192', 'no') ; 
INSERT INTO `wp_options` VALUES (7505389, '_transient_wflginfl_1599339964', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527603, '_transient_wflginfl_2015185520', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504751, '_transient_timeout_wflginfl_1776313394', '1404806620', 'no') ; 
INSERT INTO `wp_options` VALUES (7504752, '_transient_wflginfl_1776313394', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534510, '_transient_timeout_wflginfl_3017700843', '1404827245', 'no') ; 
INSERT INTO `wp_options` VALUES (7534511, '_transient_wflginfl_3017700843', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517443, '_transient_timeout_wflginfl_1832924295', '1404816032', 'no') ; 
INSERT INTO `wp_options` VALUES (7517444, '_transient_wflginfl_1832924295', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7517131, '_transient_timeout_wflginfl_657523753', '1404815514', 'no') ; 
INSERT INTO `wp_options` VALUES (7517132, '_transient_wflginfl_657523753', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504963, '_transient_timeout_wflginfl_1887913940', '1404806794', 'no') ; 
INSERT INTO `wp_options` VALUES (7504964, '_transient_wflginfl_1887913940', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510264, '_transient_wflginfl_3351085813', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540881, '_transient_wflginfl_1010177982', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540802, '_transient_timeout_wflginfl_772598902', '1404831322', 'no') ; 
INSERT INTO `wp_options` VALUES (7540803, '_transient_wflginfl_772598902', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506482, '_transient_timeout_wflginfl_701163961', '1404807987', 'no') ; 
INSERT INTO `wp_options` VALUES (7506483, '_transient_wflginfl_701163961', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504997, '_transient_timeout_wflginfl_1866755356', '1404806819', 'no') ; 
INSERT INTO `wp_options` VALUES (7504998, '_transient_wflginfl_1866755356', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507538, '_transient_timeout_wflginfl_1549934409', '1404808776', 'no') ; 
INSERT INTO `wp_options` VALUES (7507539, '_transient_wflginfl_1549934409', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513671, '_transient_timeout_wflginfl_1409287701', '1404813131', 'no') ; 
INSERT INTO `wp_options` VALUES (7513672, '_transient_wflginfl_1409287701', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505023, '_transient_timeout_wflginfl_3189079974', '1404806841', 'no') ; 
INSERT INTO `wp_options` VALUES (7505024, '_transient_wflginfl_3189079974', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505045, '_transient_timeout_wflginfl_2922999900', '1404806855', 'no') ; 
INSERT INTO `wp_options` VALUES (7505046, '_transient_wflginfl_2922999900', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516751, '_transient_timeout_wflginfl_1122323358', '1404815276', 'no') ; 
INSERT INTO `wp_options` VALUES (7541121, '_transient_wflginfl_773107217', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505075, '_transient_timeout_wflginfl_1491591657', '1404806877', 'no') ; 
INSERT INTO `wp_options` VALUES (7505076, '_transient_wflginfl_1491591657', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505081, '_transient_timeout_wflginfl_1945210507', '1404806878', 'no') ; 
INSERT INTO `wp_options` VALUES (7505082, '_transient_wflginfl_1945210507', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505087, '_transient_timeout_wflginfl_1118561737', '1404806885', 'no') ; 
INSERT INTO `wp_options` VALUES (7505088, '_transient_wflginfl_1118561737', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535541, '_transient_wflginfl_2063761127', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7530744, '_transient_wflginfl_1694500366', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507590, '_transient_timeout_wflginfl_2058260585', '1404808822', 'no') ; 
INSERT INTO `wp_options` VALUES (7507591, '_transient_wflginfl_2058260585', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540532, '_transient_timeout_wflginfl_1776629980', '1404831188', 'no') ; 
INSERT INTO `wp_options` VALUES (7540533, '_transient_wflginfl_1776629980', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505202, '_transient_timeout_wflginfl_1839629473', '1404807005', 'no') ; 
INSERT INTO `wp_options` VALUES (7505203, '_transient_wflginfl_1839629473', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540046, '_transient_timeout_wflginfl_1445132909', '1404831158', 'no') ; 
INSERT INTO `wp_options` VALUES (7540047, '_transient_wflginfl_1445132909', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7524719, '_transient_timeout_wflginfl_2470807968', '1404821303', 'no') ; 
INSERT INTO `wp_options` VALUES (7524720, '_transient_wflginfl_2470807968', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7512183, '_transient_timeout_wflginfl_1501774020', '1404812062', 'no') ; 
INSERT INTO `wp_options` VALUES (7512184, '_transient_wflginfl_1501774020', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511073, '_transient_timeout_wflginfl_657729028', '1404811287', 'no') ; 
INSERT INTO `wp_options` VALUES (7511074, '_transient_wflginfl_657729028', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539255, '_transient_timeout_wflginfl_657745025', '1404830386', 'no') ; 
INSERT INTO `wp_options` VALUES (7540975, '_transient_wflginfl_3574630822', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540012, '_transient_timeout_wflginfl_1676790614', '1404830872', 'no') ; 
INSERT INTO `wp_options` VALUES (7505354, '_transient_timeout_wflginfl_1076400952', '1404807148', 'no') ; 
INSERT INTO `wp_options` VALUES (7505355, '_transient_wflginfl_1076400952', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505364, '_transient_timeout_wflginfl_1298731570', '1404807168', 'no') ; 
INSERT INTO `wp_options` VALUES (7505365, '_transient_wflginfl_1298731570', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516465, '_transient_timeout_wflginfl_36221233', '1404815084', 'no') ; 
INSERT INTO `wp_options` VALUES (7516466, '_transient_wflginfl_36221233', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540075, '_transient_wflginfl_1508336125', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534421, '_transient_wflginfl_2033596047', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505392, '_transient_timeout_wflginfl_657092467', '1404807197', 'no') ; 
INSERT INTO `wp_options` VALUES (7505393, '_transient_wflginfl_657092467', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505458, '_transient_timeout_wflginfl_657009022', '1404807805', 'no') ; 
INSERT INTO `wp_options` VALUES (7505459, '_transient_wflginfl_657009022', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7506203, '_transient_timeout_wflginfl_3310600431', '1404807791', 'no') ; 
INSERT INTO `wp_options` VALUES (7506204, '_transient_wflginfl_3310600431', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532738, '_transient_timeout_wflginfl_1563136287', '1404826101', 'no') ; 
INSERT INTO `wp_options` VALUES (7532739, '_transient_wflginfl_1563136287', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506894, '_transient_timeout_wflginfl_1489813314', '1404808282', 'no') ; 
INSERT INTO `wp_options` VALUES (7506895, '_transient_wflginfl_1489813314', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505638, '_transient_timeout_wflginfl_2108143082', '1404807373', 'no') ; 
INSERT INTO `wp_options` VALUES (7505639, '_transient_wflginfl_2108143082', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533703, '_transient_timeout_wflginfl_1730139742', '1404826719', 'no') ; 
INSERT INTO `wp_options` VALUES (7540248, '_transient_timeout_wflginfl_1332876439', '1404831031', 'no') ; 
INSERT INTO `wp_options` VALUES (7537229, '_transient_timeout_wflginfl_1598005768', '1404829346', 'no') ; 
INSERT INTO `wp_options` VALUES (7537230, '_transient_wflginfl_1598005768', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7505648, '_transient_timeout_wflginfl_1947142942', '1404807383', 'no') ; 
INSERT INTO `wp_options` VALUES (7505649, '_transient_wflginfl_1947142942', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506528, '_transient_timeout_wflginfl_688733213', '1404808017', 'no') ; 
INSERT INTO `wp_options` VALUES (7506529, '_transient_wflginfl_688733213', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505744, '_transient_timeout_wflginfl_657321122', '1404807456', 'no') ; 
INSERT INTO `wp_options` VALUES (7505745, '_transient_wflginfl_657321122', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506630, '_transient_timeout_wflginfl_3104980702', '1404808308', 'no') ; 
INSERT INTO `wp_options` VALUES (7506631, '_transient_wflginfl_3104980702', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7523643, '_transient_timeout_wflginfl_2536368669', '1404819939', 'no') ; 
INSERT INTO `wp_options` VALUES (7523644, '_transient_wflginfl_2536368669', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505884, '_transient_timeout_wflginfl_3170618931', '1404807564', 'no') ; 
INSERT INTO `wp_options` VALUES (7505885, '_transient_wflginfl_3170618931', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519156, '_transient_timeout_wflginfl_1908906720', '1404816924', 'no') ; 
INSERT INTO `wp_options` VALUES (7519157, '_transient_wflginfl_1908906720', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506010, '_transient_timeout_wflginfl_657953937', '1404807638', 'no') ; 
INSERT INTO `wp_options` VALUES (7506011, '_transient_wflginfl_657953937', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507054, '_transient_timeout_wflginfl_656432820', '1404808403', 'no') ; 
INSERT INTO `wp_options` VALUES (7507055, '_transient_wflginfl_656432820', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508856, '_transient_timeout_wflginfl_2056289633', '1404809678', 'no') ; 
INSERT INTO `wp_options` VALUES (7508857, '_transient_wflginfl_2056289633', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517445, '_transient_timeout_wflginfl_1333693945', '1404815734', 'no') ; 
INSERT INTO `wp_options` VALUES (7517446, '_transient_wflginfl_1333693945', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507138, '_transient_timeout_wflginfl_3000930240', '1404808459', 'no') ; 
INSERT INTO `wp_options` VALUES (7507139, '_transient_wflginfl_3000930240', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510601, '_transient_timeout_wflginfl_609091591', '1404810921', 'no') ; 
INSERT INTO `wp_options` VALUES (7510602, '_transient_wflginfl_609091591', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515568, '_transient_timeout_wflginfl_831632931', '1404814446', 'no') ; 
INSERT INTO `wp_options` VALUES (7515569, '_transient_wflginfl_831632931', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508579, '_transient_timeout_wflginfl_1947146553', '1404809503', 'no') ; 
INSERT INTO `wp_options` VALUES (7508580, '_transient_wflginfl_1947146553', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538805, '_transient_timeout_wflginfl_3318592545', '1404830074', 'no') ; 
INSERT INTO `wp_options` VALUES (7538806, '_transient_wflginfl_3318592545', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526324, '_transient_timeout_wflginfl_3418515919', '1404821808', 'no') ; 
INSERT INTO `wp_options` VALUES (7526325, '_transient_wflginfl_3418515919', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524107, '_transient_timeout_wflginfl_1917740388', '1404820269', 'no') ; 
INSERT INTO `wp_options` VALUES (7524108, '_transient_wflginfl_1917740388', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506239, '_transient_timeout_wflginfl_656446663', '1404807819', 'no') ; 
INSERT INTO `wp_options` VALUES (7506240, '_transient_wflginfl_656446663', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514917, '_transient_timeout_wflginfl_691674167', '1404813998', 'no') ; 
INSERT INTO `wp_options` VALUES (7514918, '_transient_wflginfl_691674167', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518127, '_transient_timeout_wflginfl_1039508228', '1404816228', 'no') ; 
INSERT INTO `wp_options` VALUES (7518128, '_transient_wflginfl_1039508228', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534626, '_transient_timeout_wflginfl_1892768147', '1404827320', 'no') ; 
INSERT INTO `wp_options` VALUES (7534627, '_transient_wflginfl_1892768147', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509176, '_transient_timeout_wflginfl_89283337', '1404809908', 'no') ; 
INSERT INTO `wp_options` VALUES (7509177, '_transient_wflginfl_89283337', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513021, '_transient_timeout_wflginfl_1300076937', '1404812651', 'no') ; 
INSERT INTO `wp_options` VALUES (7513022, '_transient_wflginfl_1300076937', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509929, '_transient_timeout_wflginfl_702863186', '1404810467', 'no') ; 
INSERT INTO `wp_options` VALUES (7509930, '_transient_wflginfl_702863186', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540955, '_transient_wflginfl_1370358482', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540165, '_transient_wflginfl_1984391888', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535330, '_transient_timeout_wflginfl_784755162', '1404827792', 'no') ; 
INSERT INTO `wp_options` VALUES (7532915, '_transient_wflginfl_1598860559', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535708, '_transient_timeout_wflginfl_84833857', '1404828055', 'no') ; 
INSERT INTO `wp_options` VALUES (7535709, '_transient_wflginfl_84833857', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506512, '_transient_timeout_wflginfl_772603455', '1404808009', 'no') ; 
INSERT INTO `wp_options` VALUES (7506513, '_transient_wflginfl_772603455', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518171, '_transient_timeout_wflginfl_2101247069', '1404816264', 'no') ; 
INSERT INTO `wp_options` VALUES (7518172, '_transient_wflginfl_2101247069', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506602, '_transient_timeout_wflginfl_2033597129', '1404808071', 'no') ; 
INSERT INTO `wp_options` VALUES (7506603, '_transient_wflginfl_2033597129', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506626, '_transient_timeout_wflginfl_984860345', '1404808382', 'no') ; 
INSERT INTO `wp_options` VALUES (7506627, '_transient_wflginfl_984860345', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7506658, '_transient_timeout_wflginfl_1394146777', '1404808109', 'no') ; 
INSERT INTO `wp_options` VALUES (7506659, '_transient_wflginfl_1394146777', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506670, '_transient_timeout_wflginfl_694288738', '1404808344', 'no') ; 
INSERT INTO `wp_options` VALUES (7506671, '_transient_wflginfl_694288738', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7506698, '_transient_timeout_wflginfl_3076210843', '1404808129', 'no') ; 
INSERT INTO `wp_options` VALUES (7506699, '_transient_wflginfl_3076210843', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527412, '_transient_timeout_wflginfl_1937518148', '1404822556', 'no') ; 
INSERT INTO `wp_options` VALUES (7527413, '_transient_wflginfl_1937518148', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514489, '_transient_timeout_wflginfl_656444719', '1404813698', 'no') ; 
INSERT INTO `wp_options` VALUES (7514490, '_transient_wflginfl_656444719', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506764, '_transient_timeout_wflginfl_3393735524', '1404808176', 'no') ; 
INSERT INTO `wp_options` VALUES (7506765, '_transient_wflginfl_3393735524', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533294, '_transient_timeout_wflginfl_1952266786', '1404826457', 'no') ; 
INSERT INTO `wp_options` VALUES (7533295, '_transient_wflginfl_1952266786', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506796, '_transient_timeout_wflginfl_1503992088', '1404808199', 'no') ; 
INSERT INTO `wp_options` VALUES (7506797, '_transient_wflginfl_1503992088', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506798, '_transient_timeout_wflginfl_3390401193', '1404808200', 'no') ; 
INSERT INTO `wp_options` VALUES (7506799, '_transient_wflginfl_3390401193', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539035, '_transient_timeout_wflginfl_1836647774', '1404830219', 'no') ; 
INSERT INTO `wp_options` VALUES (7539036, '_transient_wflginfl_1836647774', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506822, '_transient_timeout_wflginfl_1332470528', '1404808439', 'no') ; 
INSERT INTO `wp_options` VALUES (7506823, '_transient_wflginfl_1332470528', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7519452, '_transient_timeout_wflginfl_657931110', '1404817145', 'no') ; 
INSERT INTO `wp_options` VALUES (7519453, '_transient_wflginfl_657931110', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526298, '_transient_timeout_wflginfl_3577178792', '1404821793', 'no') ; 
INSERT INTO `wp_options` VALUES (7526299, '_transient_wflginfl_3577178792', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513891, '_transient_timeout_wflginfl_2002760600', '1404813264', 'no') ; 
INSERT INTO `wp_options` VALUES (7513892, '_transient_wflginfl_2002760600', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520744, '_transient_timeout_wflginfl_657066815', '1404818022', 'no') ; 
INSERT INTO `wp_options` VALUES (7520745, '_transient_wflginfl_657066815', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531768, '_transient_timeout_wflginfl_3307653877', '1404825509', 'no') ; 
INSERT INTO `wp_options` VALUES (7531769, '_transient_wflginfl_3307653877', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506976, '_transient_timeout_wflginfl_657480389', '1404808338', 'no') ; 
INSERT INTO `wp_options` VALUES (7506977, '_transient_wflginfl_657480389', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535310, '_transient_timeout_wflginfl_1393160966', '1404827787', 'no') ; 
INSERT INTO `wp_options` VALUES (7535311, '_transient_wflginfl_1393160966', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521470, '_transient_timeout_wflginfl_1333009327', '1404818502', 'no') ; 
INSERT INTO `wp_options` VALUES (7521471, '_transient_wflginfl_1333009327', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512169, '_transient_timeout_wflginfl_694376957', '1404812047', 'no') ; 
INSERT INTO `wp_options` VALUES (7514567, '_transient_timeout_wflginfl_1581623626', '1404813750', 'no') ; 
INSERT INTO `wp_options` VALUES (7507150, '_transient_timeout_wflginfl_1744253333', '1404808467', 'no') ; 
INSERT INTO `wp_options` VALUES (7507151, '_transient_wflginfl_1744253333', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518495, '_transient_timeout_wflginfl_3065351829', '1404816483', 'no') ; 
INSERT INTO `wp_options` VALUES (7518496, '_transient_wflginfl_3065351829', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539402, '_transient_timeout_wflginfl_1473913762', '1404830490', 'no') ; 
INSERT INTO `wp_options` VALUES (7539403, '_transient_wflginfl_1473913762', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540292, '_transient_timeout_wflginfl_2536360697', '1404831055', 'no') ; 
INSERT INTO `wp_options` VALUES (7540293, '_transient_wflginfl_2536360697', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520232, '_transient_timeout_wflginfl_657110709', '1404817676', 'no') ; 
INSERT INTO `wp_options` VALUES (7520233, '_transient_wflginfl_657110709', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507252, '_transient_timeout_wflginfl_1837060193', '1404808550', 'no') ; 
INSERT INTO `wp_options` VALUES (7507253, '_transient_wflginfl_1837060193', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539551, '_transient_timeout_wflginfl_1776527712', '1404830586', 'no') ; 
INSERT INTO `wp_options` VALUES (7539552, '_transient_wflginfl_1776527712', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531431, '_transient_timeout_wflginfl_1866737323', '1404825302', 'no') ; 
INSERT INTO `wp_options` VALUES (7531432, '_transient_wflginfl_1866737323', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534782, '_transient_timeout_wflginfl_1599504345', '1404827415', 'no') ; 
INSERT INTO `wp_options` VALUES (7534783, '_transient_wflginfl_1599504345', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540949, '_transient_wflginfl_1440924719', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539330, '_transient_wflginfl_1841321966', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508063, '_transient_timeout_wflginfl_784221187', '1404809140', 'no') ; 
INSERT INTO `wp_options` VALUES (7508064, '_transient_wflginfl_784221187', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524601, '_transient_timeout_wflginfl_1581525624', '1404821121', 'no') ; 
INSERT INTO `wp_options` VALUES (7511929, '_transient_timeout_wflginfl_3307650666', '1404811874', 'no') ; 
INSERT INTO `wp_options` VALUES (7507364, '_transient_timeout_wflginfl_1835132112', '1404808649', 'no') ; 
INSERT INTO `wp_options` VALUES (7507365, '_transient_wflginfl_1835132112', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507368, '_transient_timeout_wflginfl_1506408073', '1404808650', 'no') ; 
INSERT INTO `wp_options` VALUES (7507369, '_transient_wflginfl_1506408073', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507426, '_transient_timeout_wflginfl_3065625510', '1404808695', 'no') ; 
INSERT INTO `wp_options` VALUES (7507427, '_transient_wflginfl_3065625510', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514985, '_transient_timeout_wflginfl_3536005702', '1404814039', 'no') ; 
INSERT INTO `wp_options` VALUES (7514986, '_transient_wflginfl_3536005702', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520022, '_transient_timeout_wflginfl_3065658657', '1404817542', 'no') ; 
INSERT INTO `wp_options` VALUES (7520023, '_transient_wflginfl_3065658657', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507494, '_transient_timeout_wflginfl_2066813439', '1404808742', 'no') ; 
INSERT INTO `wp_options` VALUES (7507495, '_transient_wflginfl_2066813439', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507532, '_transient_timeout_wflginfl_2107940471', '1404808768', 'no') ; 
INSERT INTO `wp_options` VALUES (7507533, '_transient_wflginfl_2107940471', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523697, '_transient_timeout_wflginfl_2050262875', '1404819976', 'no') ; 
INSERT INTO `wp_options` VALUES (7540830, '_transient_timeout_wflginfl_3036389673', '1404831336', 'no') ; 
INSERT INTO `wp_options` VALUES (7539563, '_transient_timeout_wflginfl_1337333039', '1404830592', 'no') ; 
INSERT INTO `wp_options` VALUES (7539564, '_transient_wflginfl_1337333039', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514663, '_transient_timeout_wflginfl_1776447226', '1404813837', 'no') ; 
INSERT INTO `wp_options` VALUES (7514664, '_transient_wflginfl_1776447226', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514413, '_transient_timeout_wflginfl_2088412267', '1404813932', 'no') ; 
INSERT INTO `wp_options` VALUES (7514414, '_transient_wflginfl_2088412267', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7533803, '_transient_timeout_wflginfl_1332853846', '1404826795', 'no') ; 
INSERT INTO `wp_options` VALUES (7533804, '_transient_wflginfl_1332853846', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537725, '_transient_timeout_wflginfl_3412234841', '1404829375', 'no') ; 
INSERT INTO `wp_options` VALUES (7516458, '_transient_timeout_wflginfl_657023503', '1404815081', 'no') ; 
INSERT INTO `wp_options` VALUES (7516459, '_transient_wflginfl_657023503', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508269, '_transient_timeout_wflginfl_995703310', '1404809277', 'no') ; 
INSERT INTO `wp_options` VALUES (7508270, '_transient_wflginfl_995703310', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507775, '_transient_timeout_wflginfl_3065161440', '1404809219', 'no') ; 
INSERT INTO `wp_options` VALUES (7507776, '_transient_wflginfl_3065161440', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7540191, '_transient_wflginfl_3307242955', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531533, '_transient_wflginfl_1585145702', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7511844, '_transient_timeout_wflginfl_1835565250', '1404811831', 'no') ; 
INSERT INTO `wp_options` VALUES (7511845, '_transient_wflginfl_1835565250', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507833, '_transient_timeout_wflginfl_657070881', '1404808982', 'no') ; 
INSERT INTO `wp_options` VALUES (7507834, '_transient_wflginfl_657070881', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520281, '_transient_timeout_wflginfl_3065731068', '1404817714', 'no') ; 
INSERT INTO `wp_options` VALUES (7520282, '_transient_wflginfl_3065731068', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507941, '_transient_timeout_wflginfl_3732884120', '1404809051', 'no') ; 
INSERT INTO `wp_options` VALUES (7507942, '_transient_wflginfl_3732884120', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509606, '_transient_timeout_wflginfl_1387442041', '1404810214', 'no') ; 
INSERT INTO `wp_options` VALUES (7509607, '_transient_wflginfl_1387442041', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509384, '_transient_timeout_wflginfl_657827521', '1404810056', 'no') ; 
INSERT INTO `wp_options` VALUES (7509385, '_transient_wflginfl_657827521', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535520, '_transient_timeout_wflginfl_1986352015', '1404827916', 'no') ; 
INSERT INTO `wp_options` VALUES (7535521, '_transient_wflginfl_1986352015', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519262, '_transient_timeout_wflginfl_3569933379', '1404817266', 'no') ; 
INSERT INTO `wp_options` VALUES (7519263, '_transient_wflginfl_3569933379', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7510971, '_transient_timeout_wflginfl_1294918151', '1404811205', 'no') ; 
INSERT INTO `wp_options` VALUES (7510972, '_transient_wflginfl_1294918151', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526889, '_transient_timeout_wflginfl_703108454', '1404822195', 'no') ; 
INSERT INTO `wp_options` VALUES (7526890, '_transient_wflginfl_703108454', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513921, '_transient_timeout_wflginfl_1578441332', '1404813282', 'no') ; 
INSERT INTO `wp_options` VALUES (7513922, '_transient_wflginfl_1578441332', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541260, '_transient_timeout_wflginfl_2081266486', '1404831493', 'no') ; 
INSERT INTO `wp_options` VALUES (7541261, '_transient_wflginfl_2081266486', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521435, '_transient_timeout_wflginfl_3281766124', '1404818486', 'no') ; 
INSERT INTO `wp_options` VALUES (7521436, '_transient_wflginfl_3281766124', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537726, '_transient_wflginfl_3412234841', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509542, '_transient_timeout_wflginfl_1986382045', '1404810166', 'no') ; 
INSERT INTO `wp_options` VALUES (7509543, '_transient_wflginfl_1986382045', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523660, '_transient_wflginfl_608796127', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539473, '_transient_wflginfl_1580943625', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527404, '_transient_timeout_wflginfl_692379085', '1404822548', 'no') ; 
INSERT INTO `wp_options` VALUES (7527405, '_transient_wflginfl_692379085', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508377, '_transient_timeout_wflginfl_34300413', '1404809341', 'no') ; 
INSERT INTO `wp_options` VALUES (7508378, '_transient_wflginfl_34300413', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541354, '_transient_timeout_wflginfl_2249301373', '1404831533', 'no') ; 
INSERT INTO `wp_options` VALUES (7541355, '_transient_wflginfl_2249301373', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508411, '_transient_timeout_wflginfl_2017240669', '1404809373', 'no') ; 
INSERT INTO `wp_options` VALUES (7508412, '_transient_wflginfl_2017240669', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528446, '_transient_timeout_wflginfl_3158819425', '1404823256', 'no') ; 
INSERT INTO `wp_options` VALUES (7528447, '_transient_wflginfl_3158819425', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509520, '_transient_timeout_wflginfl_3000875153', '1404810151', 'no') ; 
INSERT INTO `wp_options` VALUES (7509521, '_transient_wflginfl_3000875153', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540130, '_transient_timeout_wflginfl_1424772932', '1404830953', 'no') ; 
INSERT INTO `wp_options` VALUES (7540655, '_transient_wflginfl_1407466747', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7508651, '_transient_timeout_wflginfl_1010197478', '1404809551', 'no') ; 
INSERT INTO `wp_options` VALUES (7508652, '_transient_wflginfl_1010197478', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516591, '_transient_timeout_wflginfl_1892725277', '1404815171', 'no') ; 
INSERT INTO `wp_options` VALUES (7516592, '_transient_wflginfl_1892725277', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515946, '_transient_timeout_wflginfl_2015133093', '1404814696', 'no') ; 
INSERT INTO `wp_options` VALUES (7515947, '_transient_wflginfl_2015133093', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540774, '_transient_timeout_wflginfl_3361141167', '1404831310', 'no') ; 
INSERT INTO `wp_options` VALUES (7523699, '_transient_wflginfl_2050262875', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513683, '_transient_timeout_wflginfl_657962975', '1404813139', 'no') ; 
INSERT INTO `wp_options` VALUES (7513684, '_transient_wflginfl_657962975', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522537, '_transient_timeout_wflginfl_657110071', '1404819160', 'no') ; 
INSERT INTO `wp_options` VALUES (7522538, '_transient_wflginfl_657110071', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539952, '_transient_timeout_wflginfl_1977402913', '1404830833', 'no') ; 
INSERT INTO `wp_options` VALUES (7539953, '_transient_wflginfl_1977402913', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534418, '_transient_timeout_wflginfl_2033595966', '1404827186', 'no') ; 
INSERT INTO `wp_options` VALUES (7511115, '_transient_timeout_wflginfl_3635186210', '1404811319', 'no') ; 
INSERT INTO `wp_options` VALUES (7511116, '_transient_wflginfl_3635186210', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536463, '_transient_timeout_wflginfl_3390401125', '1404828566', 'no') ; 
INSERT INTO `wp_options` VALUES (7536464, '_transient_wflginfl_3390401125', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510535, '_transient_timeout_wflginfl_3324998406', '1404810892', 'no') ; 
INSERT INTO `wp_options` VALUES (7510536, '_transient_wflginfl_3324998406', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517987, '_transient_timeout_wflginfl_1451086858', '1404816124', 'no') ; 
INSERT INTO `wp_options` VALUES (7517988, '_transient_wflginfl_1451086858', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512753, '_transient_timeout_wflginfl_1293924909', '1404812477', 'no') ; 
INSERT INTO `wp_options` VALUES (7512754, '_transient_wflginfl_1293924909', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508964, '_transient_timeout_wflginfl_3734741958', '1404809750', 'no') ; 
INSERT INTO `wp_options` VALUES (7508965, '_transient_wflginfl_3734741958', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534419, '_transient_wflginfl_2033595966', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511243, '_transient_timeout_wflginfl_1400176684', '1404811421', 'no') ; 
INSERT INTO `wp_options` VALUES (7511244, '_transient_wflginfl_1400176684', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509118, '_transient_timeout_wflginfl_2056664150', '1404809873', 'no') ; 
INSERT INTO `wp_options` VALUES (7509119, '_transient_wflginfl_2056664150', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509130, '_transient_timeout_wflginfl_18267890', '1404809876', 'no') ; 
INSERT INTO `wp_options` VALUES (7509131, '_transient_wflginfl_18267890', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516771, '_transient_timeout_wflginfl_87400203', '1404815289', 'no') ; 
INSERT INTO `wp_options` VALUES (7519974, '_transient_timeout_wflginfl_3065649884', '1404817502', 'no') ; 
INSERT INTO `wp_options` VALUES (7509182, '_transient_timeout_wflginfl_657761243', '1404809914', 'no') ; 
INSERT INTO `wp_options` VALUES (7509183, '_transient_wflginfl_657761243', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539257, '_transient_timeout_wflginfl_3170568986', '1404830658', 'no') ; 
INSERT INTO `wp_options` VALUES (7539258, '_transient_wflginfl_3170568986', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7509200, '_transient_timeout_wflginfl_1432155087', '1404809926', 'no') ; 
INSERT INTO `wp_options` VALUES (7509201, '_transient_wflginfl_1432155087', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531120, '_transient_wflginfl_1335860747', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7539043, '_transient_timeout_wflginfl_1589506067', '1404830225', 'no') ; 
INSERT INTO `wp_options` VALUES (7513763, '_transient_timeout_wflginfl_1337167512', '1404813192', 'no') ; 
INSERT INTO `wp_options` VALUES (7513764, '_transient_wflginfl_1337167512', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526626, '_transient_timeout_wflginfl_1571565845', '1404822020', 'no') ; 
INSERT INTO `wp_options` VALUES (7528148, '_transient_timeout_wflginfl_621848713', '1404823054', 'no') ; 
INSERT INTO `wp_options` VALUES (7509280, '_transient_timeout_wflginfl_1744381346', '1404809977', 'no') ; 
INSERT INTO `wp_options` VALUES (7509281, '_transient_wflginfl_1744381346', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532642, '_transient_timeout_wflginfl_1373020820', '1404826049', 'no') ; 
INSERT INTO `wp_options` VALUES (7532643, '_transient_wflginfl_1373020820', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517641, '_transient_timeout_wflginfl_2875258034', '1404815870', 'no') ; 
INSERT INTO `wp_options` VALUES (7517642, '_transient_wflginfl_2875258034', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514335, '_transient_timeout_wflginfl_3321241140', '1404813579', 'no') ; 
INSERT INTO `wp_options` VALUES (7514336, '_transient_wflginfl_3321241140', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511758, '_transient_timeout_wflginfl_1333121520', '1404811766', 'no') ; 
INSERT INTO `wp_options` VALUES (7511759, '_transient_wflginfl_1333121520', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526652, '_transient_timeout_wflginfl_3318223579', '1404822033', 'no') ; 
INSERT INTO `wp_options` VALUES (7526653, '_transient_wflginfl_3318223579', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539556, '_transient_wflginfl_2058428209', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533083, '_transient_wflginfl_3358249314', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541316, '_transient_timeout_wflginfl_1424530611', '1404831519', 'no') ; 
INSERT INTO `wp_options` VALUES (7541317, '_transient_wflginfl_1424530611', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527488, '_transient_timeout_wflginfl_704196361', '1404822610', 'no') ; 
INSERT INTO `wp_options` VALUES (7527489, '_transient_wflginfl_704196361', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511712, '_transient_timeout_wflginfl_3065614124', '1404811734', 'no') ; 
INSERT INTO `wp_options` VALUES (7511713, '_transient_wflginfl_3065614124', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518487, '_transient_timeout_wflginfl_1839395750', '1404816477', 'no') ; 
INSERT INTO `wp_options` VALUES (7518488, '_transient_wflginfl_1839395750', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509648, '_transient_timeout_wflginfl_2995209385', '1404810240', 'no') ; 
INSERT INTO `wp_options` VALUES (7509649, '_transient_wflginfl_2995209385', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512460, '_transient_wflginfl_657455384', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511400, '_transient_timeout_wflginfl_1887942839', '1404811527', 'no') ; 
INSERT INTO `wp_options` VALUES (7511401, '_transient_wflginfl_1887942839', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509747, '_transient_timeout_wflginfl_90969362', '1404810324', 'no') ; 
INSERT INTO `wp_options` VALUES (7509748, '_transient_wflginfl_90969362', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540176, '_transient_timeout_wflginfl_32654857', '1404830988', 'no') ; 
INSERT INTO `wp_options` VALUES (7540177, '_transient_wflginfl_32654857', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509767, '_transient_timeout_wflginfl_36833047', '1404810823', 'no') ; 
INSERT INTO `wp_options` VALUES (7509768, '_transient_wflginfl_36833047', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7526430, '_transient_timeout_wflginfl_831547480', '1404821876', 'no') ; 
INSERT INTO `wp_options` VALUES (7526431, '_transient_wflginfl_831547480', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526700, '_transient_timeout_wflginfl_1846272957', '1404822059', 'no') ; 
INSERT INTO `wp_options` VALUES (7526701, '_transient_wflginfl_1846272957', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510383, '_transient_timeout_wflginfl_3104980888', '1404810788', 'no') ; 
INSERT INTO `wp_options` VALUES (7510384, '_transient_wflginfl_3104980888', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511638, '_transient_timeout_wflginfl_698298538', '1404811680', 'no') ; 
INSERT INTO `wp_options` VALUES (7511639, '_transient_wflginfl_698298538', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528064, '_transient_timeout_wflginfl_608968826', '1404823012', 'no') ; 
INSERT INTO `wp_options` VALUES (7528065, '_transient_wflginfl_608968826', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510615, '_transient_timeout_wflginfl_3671411828', '1404810933', 'no') ; 
INSERT INTO `wp_options` VALUES (7510616, '_transient_wflginfl_3671411828', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540894, '_transient_timeout_wflginfl_3667221185', '1404831359', 'no') ; 
INSERT INTO `wp_options` VALUES (7540895, '_transient_wflginfl_3667221185', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538021, '_transient_timeout_wflginfl_3419895121', '1404829569', 'no') ; 
INSERT INTO `wp_options` VALUES (7538022, '_transient_wflginfl_3419895121', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541068, '_transient_timeout_wflginfl_1378774240', '1404831424', 'no') ; 
INSERT INTO `wp_options` VALUES (7541069, '_transient_wflginfl_1378774240', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518039, '_transient_timeout_wflginfl_1040317266', '1404816164', 'no') ; 
INSERT INTO `wp_options` VALUES (7518040, '_transient_wflginfl_1040317266', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513957, '_transient_timeout_wflginfl_3065634052', '1404813307', 'no') ; 
INSERT INTO `wp_options` VALUES (7513958, '_transient_wflginfl_3065634052', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510095, '_transient_timeout_wflginfl_3318242963', '1404810580', 'no') ; 
INSERT INTO `wp_options` VALUES (7510096, '_transient_wflginfl_3318242963', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518297, '_transient_timeout_wflginfl_687891461', '1404816352', 'no') ; 
INSERT INTO `wp_options` VALUES (7518298, '_transient_wflginfl_687891461', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510117, '_transient_timeout_wflginfl_469455626', '1404810600', 'no') ; 
INSERT INTO `wp_options` VALUES (7510120, '_transient_wflginfl_3413419074', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521957, '_transient_timeout_wflginfl_529757147', '1404818825', 'no') ; 
INSERT INTO `wp_options` VALUES (7521958, '_transient_wflginfl_529757147', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539265, '_transient_timeout_wflginfl_1433872477', '1404830396', 'no') ; 
INSERT INTO `wp_options` VALUES (7539266, '_transient_wflginfl_1433872477', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537582, '_transient_wflginfl_1378741547', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511365, '_transient_wflginfl_2036407930', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529446, '_transient_timeout_wflginfl_1857236972', '1404823961', 'no') ; 
INSERT INTO `wp_options` VALUES (7529447, '_transient_wflginfl_1857236972', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540341, '_transient_wflginfl_1838357203', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537262, '_transient_wflginfl_1938215754', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533562, '_transient_wflginfl_3706715110', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526879, '_transient_timeout_wflginfl_1308091054', '1404822186', 'no') ; 
INSERT INTO `wp_options` VALUES (7526880, '_transient_wflginfl_1308091054', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529038, '_transient_timeout_wflginfl_778245758', '1404823697', 'no') ; 
INSERT INTO `wp_options` VALUES (7529039, '_transient_wflginfl_778245758', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511972, '_transient_timeout_wflginfl_46131207', '1404811918', 'no') ; 
INSERT INTO `wp_options` VALUES (7511973, '_transient_wflginfl_46131207', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536683, '_transient_timeout_wflginfl_1432156784', '1404828725', 'no') ; 
INSERT INTO `wp_options` VALUES (7536684, '_transient_wflginfl_1432156784', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538043, '_transient_timeout_wflginfl_3265631651', '1404829583', 'no') ; 
INSERT INTO `wp_options` VALUES (7538436, '_transient_wflginfl_2015133461', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512899, '_transient_timeout_wflginfl_3155721199', '1404812574', 'no') ; 
INSERT INTO `wp_options` VALUES (7512900, '_transient_wflginfl_3155721199', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510977, '_transient_timeout_wflginfl_1834765526', '1404811210', 'no') ; 
INSERT INTO `wp_options` VALUES (7510978, '_transient_wflginfl_1834765526', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540905, '_transient_wflginfl_1360393006', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539949, '_transient_wflginfl_1297010724', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520269, '_transient_timeout_wflginfl_1919744508', '1404817707', 'no') ; 
INSERT INTO `wp_options` VALUES (7520270, '_transient_wflginfl_1919744508', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520212, '_transient_timeout_wflginfl_697084804', '1404817657', 'no') ; 
INSERT INTO `wp_options` VALUES (7513373, '_transient_timeout_wflginfl_1963330453', '1404812927', 'no') ; 
INSERT INTO `wp_options` VALUES (7513374, '_transient_wflginfl_1963330453', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510607, '_transient_timeout_wflginfl_657624135', '1404810929', 'no') ; 
INSERT INTO `wp_options` VALUES (7510608, '_transient_wflginfl_657624135', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515196, '_transient_timeout_wflginfl_1300150460', '1404814177', 'no') ; 
INSERT INTO `wp_options` VALUES (7515197, '_transient_wflginfl_1300150460', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539568, '_transient_wflginfl_704305513', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540981, '_transient_wflginfl_1546512874', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535384, '_transient_timeout_wflginfl_627641002', '1404827823', 'no') ; 
INSERT INTO `wp_options` VALUES (7535385, '_transient_wflginfl_627641002', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540344, '_transient_timeout_wflginfl_973822965', '1404831347', 'no') ; 
INSERT INTO `wp_options` VALUES (7540345, '_transient_wflginfl_973822965', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7520213, '_transient_wflginfl_697084804', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539547, '_transient_timeout_wflginfl_778248430', '1404830584', 'no') ; 
INSERT INTO `wp_options` VALUES (7539548, '_transient_wflginfl_778248430', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525508, '_transient_timeout_wflginfl_2101124320', '1404821262', 'no') ; 
INSERT INTO `wp_options` VALUES (7525509, '_transient_wflginfl_2101124320', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530422, '_transient_timeout_wflginfl_1835041678', '1404824880', 'no') ; 
INSERT INTO `wp_options` VALUES (7530423, '_transient_wflginfl_1835041678', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7522198, '_transient_wflginfl_697076947', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540985, '_transient_wflginfl_1590347504', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510891, '_transient_timeout_wflginfl_1959397473', '1404811152', 'no') ; 
INSERT INTO `wp_options` VALUES (7510892, '_transient_wflginfl_1959397473', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510933, '_transient_timeout_wflginfl_701165571', '1404811177', 'no') ; 
INSERT INTO `wp_options` VALUES (7510934, '_transient_wflginfl_701165571', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510965, '_transient_timeout_wflginfl_3031604232', '1404811202', 'no') ; 
INSERT INTO `wp_options` VALUES (7510966, '_transient_wflginfl_3031604232', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532379, '_transient_timeout_wflginfl_694315972', '1404825878', 'no') ; 
INSERT INTO `wp_options` VALUES (7532380, '_transient_wflginfl_694315972', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520926, '_transient_timeout_wflginfl_1328439845', '1404818153', 'no') ; 
INSERT INTO `wp_options` VALUES (7520927, '_transient_wflginfl_1328439845', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511922, '_transient_timeout_wflginfl_694242064', '1404812128', 'no') ; 
INSERT INTO `wp_options` VALUES (7511923, '_transient_wflginfl_694242064', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7512909, '_transient_timeout_wflginfl_3065727237', '1404812580', 'no') ; 
INSERT INTO `wp_options` VALUES (7512910, '_transient_wflginfl_3065727237', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511059, '_transient_timeout_wflginfl_834844911', '1404811796', 'no') ; 
INSERT INTO `wp_options` VALUES (7511060, '_transient_wflginfl_834844911', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7511075, '_transient_timeout_wflginfl_3732883778', '1404811287', 'no') ; 
INSERT INTO `wp_options` VALUES (7511076, '_transient_wflginfl_3732883778', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511149, '_transient_timeout_wflginfl_1563582533', '1404811346', 'no') ; 
INSERT INTO `wp_options` VALUES (7512459, '_transient_timeout_wflginfl_657455384', '1404812265', 'no') ; 
INSERT INTO `wp_options` VALUES (7511150, '_transient_wflginfl_1563582533', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513857, '_transient_timeout_wflginfl_694642703', '1404813241', 'no') ; 
INSERT INTO `wp_options` VALUES (7513858, '_transient_wflginfl_694642703', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511858, '_transient_timeout_wflginfl_94451737', '1404811837', 'no') ; 
INSERT INTO `wp_options` VALUES (7511859, '_transient_wflginfl_94451737', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511271, '_transient_timeout_wflginfl_1393920471', '1404811649', 'no') ; 
INSERT INTO `wp_options` VALUES (7511272, '_transient_wflginfl_1393920471', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7511305, '_transient_timeout_wflginfl_2066813542', '1404811463', 'no') ; 
INSERT INTO `wp_options` VALUES (7511306, '_transient_wflginfl_2066813542', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511307, '_transient_timeout_wflginfl_2039759525', '1404811464', 'no') ; 
INSERT INTO `wp_options` VALUES (7511308, '_transient_wflginfl_2039759525', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511315, '_transient_timeout_wflginfl_657936276', '1404811470', 'no') ; 
INSERT INTO `wp_options` VALUES (7511316, '_transient_wflginfl_657936276', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536405, '_transient_timeout_wflginfl_1892874239', '1404828526', 'no') ; 
INSERT INTO `wp_options` VALUES (7536406, '_transient_wflginfl_1892874239', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514577, '_transient_timeout_wflginfl_656724623', '1404813763', 'no') ; 
INSERT INTO `wp_options` VALUES (7514578, '_transient_wflginfl_656724623', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534656, '_transient_timeout_wflginfl_2088476680', '1404827351', 'no') ; 
INSERT INTO `wp_options` VALUES (7540087, '_transient_wflginfl_991584067', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7536718, '_transient_wflginfl_1932189966', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523261, '_transient_timeout_wflginfl_3065380549', '1404819661', 'no') ; 
INSERT INTO `wp_options` VALUES (7523262, '_transient_wflginfl_3065380549', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533831, '_transient_timeout_wflginfl_980076295', '1404826814', 'no') ; 
INSERT INTO `wp_options` VALUES (7533832, '_transient_wflginfl_980076295', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518483, '_transient_timeout_wflginfl_1039510543', '1404816472', 'no') ; 
INSERT INTO `wp_options` VALUES (7518484, '_transient_wflginfl_1039510543', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518647, '_transient_timeout_wflginfl_1584960520', '1404816589', 'no') ; 
INSERT INTO `wp_options` VALUES (7518648, '_transient_wflginfl_1584960520', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539661, '_transient_timeout_wflginfl_3032480719', '1404830648', 'no') ; 
INSERT INTO `wp_options` VALUES (7539662, '_transient_wflginfl_3032480719', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511636, '_transient_timeout_wflginfl_656442620', '1404811679', 'no') ; 
INSERT INTO `wp_options` VALUES (7511637, '_transient_wflginfl_656442620', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514959, '_transient_timeout_wflginfl_657656282', '1404814028', 'no') ; 
INSERT INTO `wp_options` VALUES (7514960, '_transient_wflginfl_657656282', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533457, '_transient_timeout_wflginfl_688741062', '1404826560', 'no') ; 
INSERT INTO `wp_options` VALUES (7533458, '_transient_wflginfl_688741062', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518219, '_transient_timeout_wflginfl_657065152', '1404816295', 'no') ; 
INSERT INTO `wp_options` VALUES (7518220, '_transient_wflginfl_657065152', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513575, '_transient_timeout_wflginfl_657945142', '1404813079', 'no') ; 
INSERT INTO `wp_options` VALUES (7513576, '_transient_wflginfl_657945142', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530456, '_transient_timeout_wflginfl_3400660388', '1404824637', 'no') ; 
INSERT INTO `wp_options` VALUES (7530457, '_transient_wflginfl_3400660388', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513705, '_transient_timeout_wflginfl_3413334037', '1404813149', 'no') ; 
INSERT INTO `wp_options` VALUES (7513706, '_transient_wflginfl_3413334037', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511902, '_transient_timeout_wflginfl_1445939001', '1404812067', 'no') ; 
INSERT INTO `wp_options` VALUES (7511903, '_transient_wflginfl_1445939001', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7511934, '_transient_timeout_wflginfl_3065841629', '1404811881', 'no') ; 
INSERT INTO `wp_options` VALUES (7511935, '_transient_wflginfl_3065841629', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511968, '_transient_timeout_wflginfl_1506409259', '1404811914', 'no') ; 
INSERT INTO `wp_options` VALUES (7511969, '_transient_wflginfl_1506409259', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521799, '_transient_timeout_wflginfl_656469261', '1404818735', 'no') ; 
INSERT INTO `wp_options` VALUES (7521800, '_transient_wflginfl_656469261', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512046, '_transient_timeout_wflginfl_3310605918', '1404811969', 'no') ; 
INSERT INTO `wp_options` VALUES (7512047, '_transient_wflginfl_3310605918', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512088, '_transient_timeout_wflginfl_2006629558', '1404811988', 'no') ; 
INSERT INTO `wp_options` VALUES (7512089, '_transient_wflginfl_2006629558', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518107, '_transient_timeout_wflginfl_781723722', '1404816219', 'no') ; 
INSERT INTO `wp_options` VALUES (7540508, '_transient_timeout_wflginfl_1539346692', '1404831417', 'no') ; 
INSERT INTO `wp_options` VALUES (7541012, '_transient_timeout_wflginfl_2944951836', '1404831405', 'no') ; 
INSERT INTO `wp_options` VALUES (7529938, '_transient_timeout_wflginfl_701366532', '1404824283', 'no') ; 
INSERT INTO `wp_options` VALUES (7529939, '_transient_wflginfl_701366532', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512177, '_transient_timeout_wflginfl_2946360610', '1404812056', 'no') ; 
INSERT INTO `wp_options` VALUES (7512178, '_transient_wflginfl_2946360610', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520082, '_transient_timeout_wflginfl_634448118', '1404817576', 'no') ; 
INSERT INTO `wp_options` VALUES (7520083, '_transient_wflginfl_634448118', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512261, '_transient_timeout_wflginfl_1332766255', '1404812351', 'no') ; 
INSERT INTO `wp_options` VALUES (7512262, '_transient_wflginfl_1332766255', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7525456, '_transient_timeout_wflginfl_1583355562', '1404821234', 'no') ; 
INSERT INTO `wp_options` VALUES (7537856, '_transient_wflginfl_1891969158', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513837, '_transient_timeout_wflginfl_657846216', '1404813232', 'no') ; 
INSERT INTO `wp_options` VALUES (7513838, '_transient_wflginfl_657846216', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517509, '_transient_timeout_wflginfl_84796962', '1404815787', 'no') ; 
INSERT INTO `wp_options` VALUES (7517510, '_transient_wflginfl_84796962', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512723, '_transient_timeout_wflginfl_1492359637', '1404812458', 'no') ; 
INSERT INTO `wp_options` VALUES (7512724, '_transient_wflginfl_1492359637', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512353, '_transient_timeout_wflginfl_3057267699', '1404812190', 'no') ; 
INSERT INTO `wp_options` VALUES (7512354, '_transient_wflginfl_3057267699', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514509, '_transient_timeout_wflginfl_3065685506', '1404813713', 'no') ; 
INSERT INTO `wp_options` VALUES (7514510, '_transient_wflginfl_3065685506', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518108, '_transient_wflginfl_781723722', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522443, '_transient_timeout_wflginfl_702862094', '1404819105', 'no') ; 
INSERT INTO `wp_options` VALUES (7522444, '_transient_wflginfl_702862094', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516667, '_transient_timeout_wflginfl_657631348', '1404815223', 'no') ; 
INSERT INTO `wp_options` VALUES (7516668, '_transient_wflginfl_657631348', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512493, '_transient_timeout_wflginfl_1594187236', '1404812580', 'no') ; 
INSERT INTO `wp_options` VALUES (7512494, '_transient_wflginfl_1594187236', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7537319, '_transient_timeout_wflginfl_3573249033', '1404829113', 'no') ; 
INSERT INTO `wp_options` VALUES (7537320, '_transient_wflginfl_3573249033', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512555, '_transient_timeout_wflginfl_692615174', '1404812325', 'no') ; 
INSERT INTO `wp_options` VALUES (7512556, '_transient_wflginfl_692615174', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514151, '_transient_timeout_wflginfl_657630595', '1404813466', 'no') ; 
INSERT INTO `wp_options` VALUES (7514152, '_transient_wflginfl_657630595', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537285, '_transient_timeout_wflginfl_1354356332', '1404829089', 'no') ; 
INSERT INTO `wp_options` VALUES (7537286, '_transient_wflginfl_1354356332', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512611, '_transient_timeout_wflginfl_1533483338', '1404812371', 'no') ; 
INSERT INTO `wp_options` VALUES (7512612, '_transient_wflginfl_1533483338', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512639, '_transient_timeout_wflginfl_2063099467', '1404812390', 'no') ; 
INSERT INTO `wp_options` VALUES (7512640, '_transient_wflginfl_2063099467', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522623, '_transient_timeout_wflginfl_3732909750', '1404819227', 'no') ; 
INSERT INTO `wp_options` VALUES (7522624, '_transient_wflginfl_3732909750', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512725, '_transient_timeout_wflginfl_1909181117', '1404812458', 'no') ; 
INSERT INTO `wp_options` VALUES (7512726, '_transient_wflginfl_1909181117', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517839, '_transient_timeout_wflginfl_3732879201', '1404816015', 'no') ; 
INSERT INTO `wp_options` VALUES (7517840, '_transient_wflginfl_3732879201', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512785, '_transient_timeout_wflginfl_3321594086', '1404812505', 'no') ; 
INSERT INTO `wp_options` VALUES (7512786, '_transient_wflginfl_3321594086', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528418, '_transient_timeout_wflginfl_1868052811', '1404823239', 'no') ; 
INSERT INTO `wp_options` VALUES (7528419, '_transient_wflginfl_1868052811', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512829, '_transient_timeout_wflginfl_2536313128', '1404812530', 'no') ; 
INSERT INTO `wp_options` VALUES (7512830, '_transient_wflginfl_2536313128', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512879, '_transient_timeout_wflginfl_1029584888', '1404812560', 'no') ; 
INSERT INTO `wp_options` VALUES (7512880, '_transient_wflginfl_1029584888', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517191, '_transient_timeout_wflginfl_520728836', '1404815560', 'no') ; 
INSERT INTO `wp_options` VALUES (7517192, '_transient_wflginfl_520728836', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533014, '_transient_timeout_wflginfl_1460973552', '1404826292', 'no') ; 
INSERT INTO `wp_options` VALUES (7533015, '_transient_wflginfl_1460973552', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515322, '_transient_timeout_wflginfl_833961586', '1404814269', 'no') ; 
INSERT INTO `wp_options` VALUES (7515323, '_transient_wflginfl_833961586', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513019, '_transient_timeout_wflginfl_1976250491', '1404812650', 'no') ; 
INSERT INTO `wp_options` VALUES (7513020, '_transient_wflginfl_1976250491', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539770, '_transient_timeout_wflginfl_1332084595', '1404830728', 'no') ; 
INSERT INTO `wp_options` VALUES (7539771, '_transient_wflginfl_1332084595', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524755, '_transient_timeout_wflginfl_3032419691', '1404820745', 'no') ; 
INSERT INTO `wp_options` VALUES (7524756, '_transient_wflginfl_3032419691', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537563, '_transient_timeout_wflginfl_1548975422', '1404829513', 'no') ; 
INSERT INTO `wp_options` VALUES (7537564, '_transient_wflginfl_1548975422', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7513125, '_transient_timeout_wflginfl_772425671', '1404812728', 'no') ; 
INSERT INTO `wp_options` VALUES (7513126, '_transient_wflginfl_772425671', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537179, '_transient_timeout_wflginfl_1594961956', '1404829022', 'no') ; 
INSERT INTO `wp_options` VALUES (7537180, '_transient_wflginfl_1594961956', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539185, '_transient_timeout_wflginfl_1524130411', '1404830329', 'no') ; 
INSERT INTO `wp_options` VALUES (7539186, '_transient_wflginfl_1524130411', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529900, '_transient_timeout_wflginfl_3198563451', '1404824257', 'no') ; 
INSERT INTO `wp_options` VALUES (7529901, '_transient_wflginfl_3198563451', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513297, '_transient_timeout_wflginfl_3564562444', '1404812853', 'no') ; 
INSERT INTO `wp_options` VALUES (7513298, '_transient_wflginfl_3564562444', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513299, '_transient_timeout_wflginfl_657428254', '1404812857', 'no') ; 
INSERT INTO `wp_options` VALUES (7513300, '_transient_wflginfl_657428254', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517239, '_transient_timeout_wflginfl_1594164263', '1404815587', 'no') ; 
INSERT INTO `wp_options` VALUES (7517240, '_transient_wflginfl_1594164263', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518814, '_transient_timeout_wflginfl_690154822', '1404816714', 'no') ; 
INSERT INTO `wp_options` VALUES (7518815, '_transient_wflginfl_690154822', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513341, '_transient_timeout_wflginfl_3035246360', '1404812898', 'no') ; 
INSERT INTO `wp_options` VALUES (7513342, '_transient_wflginfl_3035246360', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513347, '_transient_timeout_wflginfl_1544951757', '1404812903', 'no') ; 
INSERT INTO `wp_options` VALUES (7513348, '_transient_wflginfl_1544951757', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536993, '_transient_timeout_wflginfl_2470777940', '1404828903', 'no') ; 
INSERT INTO `wp_options` VALUES (7537994, '_transient_wflginfl_999818245', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517485, '_transient_timeout_wflginfl_3318459656', '1404815763', 'no') ; 
INSERT INTO `wp_options` VALUES (7517486, '_transient_wflginfl_3318459656', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539155, '_transient_timeout_wflginfl_49646668', '1404830304', 'no') ; 
INSERT INTO `wp_options` VALUES (7539156, '_transient_wflginfl_49646668', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526232, '_transient_timeout_wflginfl_3588843579', '1404821750', 'no') ; 
INSERT INTO `wp_options` VALUES (7526233, '_transient_wflginfl_3588843579', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517749, '_transient_timeout_wflginfl_2017194511', '1404815949', 'no') ; 
INSERT INTO `wp_options` VALUES (7517750, '_transient_wflginfl_2017194511', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514481, '_transient_timeout_wflginfl_3065643345', '1404813692', 'no') ; 
INSERT INTO `wp_options` VALUES (7514482, '_transient_wflginfl_3065643345', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537585, '_transient_timeout_wflginfl_1333705886', '1404829270', 'no') ; 
INSERT INTO `wp_options` VALUES (7537586, '_transient_wflginfl_1333705886', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518383, '_transient_timeout_wflginfl_2449425226', '1404816409', 'no') ; 
INSERT INTO `wp_options` VALUES (7518384, '_transient_wflginfl_2449425226', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513611, '_transient_timeout_wflginfl_94451369', '1404813099', 'no') ; 
INSERT INTO `wp_options` VALUES (7513612, '_transient_wflginfl_94451369', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528138, '_transient_timeout_wflginfl_2006814691', '1404823051', 'no') ; 
INSERT INTO `wp_options` VALUES (7528139, '_transient_wflginfl_2006814691', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513651, '_transient_timeout_wflginfl_1891246701', '1404813121', 'no') ; 
INSERT INTO `wp_options` VALUES (7513652, '_transient_wflginfl_1891246701', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527728, '_transient_timeout_wflginfl_2945419151', '1404822782', 'no') ; 
INSERT INTO `wp_options` VALUES (7527729, '_transient_wflginfl_2945419151', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523933, '_transient_timeout_wflginfl_3035759133', '1404820149', 'no') ; 
INSERT INTO `wp_options` VALUES (7523934, '_transient_wflginfl_3035759133', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514261, '_transient_timeout_wflginfl_1776631658', '1404813529', 'no') ; 
INSERT INTO `wp_options` VALUES (7514262, '_transient_wflginfl_1776631658', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513785, '_transient_timeout_wflginfl_3065597339', '1404813207', 'no') ; 
INSERT INTO `wp_options` VALUES (7513786, '_transient_wflginfl_3065597339', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513845, '_transient_timeout_wflginfl_1844611784', '1404813235', 'no') ; 
INSERT INTO `wp_options` VALUES (7513846, '_transient_wflginfl_1844611784', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534017, '_transient_timeout_wflginfl_831765938', '1404826938', 'no') ; 
INSERT INTO `wp_options` VALUES (7534018, '_transient_wflginfl_831765938', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516489, '_transient_timeout_wflginfl_3269724961', '1404815109', 'no') ; 
INSERT INTO `wp_options` VALUES (7516490, '_transient_wflginfl_3269724961', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514571, '_transient_timeout_wflginfl_1483085066', '1404813756', 'no') ; 
INSERT INTO `wp_options` VALUES (7514572, '_transient_wflginfl_1483085066', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525621, '_transient_timeout_wflginfl_3526398722', '1404821343', 'no') ; 
INSERT INTO `wp_options` VALUES (7525622, '_transient_wflginfl_3526398722', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516112, '_transient_timeout_wflginfl_996094833', '1404814825', 'no') ; 
INSERT INTO `wp_options` VALUES (7516113, '_transient_wflginfl_996094833', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527218, '_transient_timeout_wflginfl_1293835044', '1404822409', 'no') ; 
INSERT INTO `wp_options` VALUES (7527219, '_transient_wflginfl_1293835044', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514061, '_transient_timeout_wflginfl_3310839200', '1404813383', 'no') ; 
INSERT INTO `wp_options` VALUES (7514062, '_transient_wflginfl_3310839200', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514077, '_transient_timeout_wflginfl_1975566365', '1404813394', 'no') ; 
INSERT INTO `wp_options` VALUES (7514078, '_transient_wflginfl_1975566365', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525168, '_transient_timeout_wflginfl_3081479673', '1404821021', 'no') ; 
INSERT INTO `wp_options` VALUES (7525169, '_transient_wflginfl_3081479673', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537501, '_transient_timeout_wflginfl_1513712621', '1404829221', 'no') ; 
INSERT INTO `wp_options` VALUES (7541307, '_transient_wflginfl_2079190995', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517669, '_transient_timeout_wflginfl_694484672', '1404816189', 'no') ; 
INSERT INTO `wp_options` VALUES (7517670, '_transient_wflginfl_694484672', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7527062, '_transient_timeout_wflginfl_1459793937', '1404822303', 'no') ; 
INSERT INTO `wp_options` VALUES (7527063, '_transient_wflginfl_1459793937', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534858, '_transient_timeout_wflginfl_2548889544', '1404827473', 'no') ; 
INSERT INTO `wp_options` VALUES (7514271, '_transient_timeout_wflginfl_1507120519', '1404813536', 'no') ; 
INSERT INTO `wp_options` VALUES (7514272, '_transient_wflginfl_1507120519', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514339, '_transient_timeout_wflginfl_2946324636', '1404813583', 'no') ; 
INSERT INTO `wp_options` VALUES (7514340, '_transient_wflginfl_2946324636', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519538, '_transient_timeout_wflginfl_1504237543', '1404817199', 'no') ; 
INSERT INTO `wp_options` VALUES (7519539, '_transient_wflginfl_1504237543', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538137, '_transient_timeout_wflginfl_1394031189', '1404829657', 'no') ; 
INSERT INTO `wp_options` VALUES (7538138, '_transient_timeout_wflginfl_3220857646', '1404829657', 'no') ; 
INSERT INTO `wp_options` VALUES (7539962, '_transient_timeout_wflginfl_531144716', '1404830839', 'no') ; 
INSERT INTO `wp_options` VALUES (7539963, '_transient_wflginfl_531144716', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519888, '_transient_timeout_wflginfl_1834834779', '1404817451', 'no') ; 
INSERT INTO `wp_options` VALUES (7519889, '_transient_wflginfl_1834834779', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540536, '_transient_timeout_wflginfl_1587515445', '1404831189', 'no') ; 
INSERT INTO `wp_options` VALUES (7540537, '_transient_wflginfl_1587515445', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514615, '_transient_timeout_wflginfl_3065741213', '1404813801', 'no') ; 
INSERT INTO `wp_options` VALUES (7514616, '_transient_wflginfl_3065741213', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538005, '_transient_timeout_wflginfl_2955426303', '1404829556', 'no') ; 
INSERT INTO `wp_options` VALUES (7538006, '_transient_wflginfl_2955426303', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517657, '_transient_timeout_wflginfl_657239733', '1404815885', 'no') ; 
INSERT INTO `wp_options` VALUES (7517658, '_transient_wflginfl_657239733', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516765, '_transient_timeout_wflginfl_3104980932', '1404815282', 'no') ; 
INSERT INTO `wp_options` VALUES (7516766, '_transient_wflginfl_3104980932', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517339, '_transient_timeout_wflginfl_1594381509', '1404815650', 'no') ; 
INSERT INTO `wp_options` VALUES (7517340, '_transient_wflginfl_1594381509', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516122, '_transient_timeout_wflginfl_694919305', '1404814832', 'no') ; 
INSERT INTO `wp_options` VALUES (7516123, '_transient_wflginfl_694919305', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524948, '_transient_timeout_wflginfl_656579879', '1404820883', 'no') ; 
INSERT INTO `wp_options` VALUES (7524949, '_transient_wflginfl_656579879', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540707, '_transient_wflginfl_1195849739', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520942, '_transient_timeout_wflginfl_995711644', '1404818159', 'no') ; 
INSERT INTO `wp_options` VALUES (7520943, '_transient_wflginfl_995711644', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514819, '_transient_timeout_wflginfl_1569413405', '1404813927', 'no') ; 
INSERT INTO `wp_options` VALUES (7514820, '_transient_wflginfl_1569413405', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519828, '_transient_timeout_wflginfl_1333009243', '1404817416', 'no') ; 
INSERT INTO `wp_options` VALUES (7519829, '_transient_wflginfl_1333009243', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528746, '_transient_timeout_wflginfl_3056939887', '1404823478', 'no') ; 
INSERT INTO `wp_options` VALUES (7528747, '_transient_wflginfl_3056939887', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514874, '_transient_wflginfl_1333124426', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515348, '_transient_timeout_wflginfl_656458804', '1404814292', 'no') ; 
INSERT INTO `wp_options` VALUES (7515349, '_transient_wflginfl_656458804', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539920, '_transient_timeout_wflginfl_3228702672', '1404830808', 'no') ; 
INSERT INTO `wp_options` VALUES (7539921, '_transient_wflginfl_3228702672', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514999, '_transient_timeout_wflginfl_2006621233', '1404814050', 'no') ; 
INSERT INTO `wp_options` VALUES (7515000, '_transient_wflginfl_2006621233', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521146, '_transient_timeout_wflginfl_1581825782', '1404818299', 'no') ; 
INSERT INTO `wp_options` VALUES (7521147, '_transient_wflginfl_1581825782', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541324, '_transient_timeout_wflginfl_694255299', '1404831522', 'no') ; 
INSERT INTO `wp_options` VALUES (7541325, '_transient_wflginfl_694255299', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519912, '_transient_timeout_wflginfl_2063099483', '1404817465', 'no') ; 
INSERT INTO `wp_options` VALUES (7519913, '_transient_wflginfl_2063099483', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515047, '_transient_timeout_wflginfl_3065654962', '1404814083', 'no') ; 
INSERT INTO `wp_options` VALUES (7515048, '_transient_wflginfl_3065654962', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521092, '_transient_timeout_wflginfl_3035768531', '1404818264', 'no') ; 
INSERT INTO `wp_options` VALUES (7521093, '_transient_wflginfl_3035768531', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533805, '_transient_timeout_wflginfl_698484307', '1404826800', 'no') ; 
INSERT INTO `wp_options` VALUES (7515651, '_transient_timeout_wflginfl_1041396009', '1404814510', 'no') ; 
INSERT INTO `wp_options` VALUES (7538695, '_transient_timeout_wflginfl_3246303330', '1404830008', 'no') ; 
INSERT INTO `wp_options` VALUES (7538696, '_transient_wflginfl_3246303330', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540554, '_transient_timeout_wflginfl_1569642715', '1404831195', 'no') ; 
INSERT INTO `wp_options` VALUES (7540555, '_transient_wflginfl_1569642715', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540310, '_transient_timeout_wflginfl_656464983', '1404831062', 'no') ; 
INSERT INTO `wp_options` VALUES (7523077, '_transient_timeout_wflginfl_1892761781', '1404819552', 'no') ; 
INSERT INTO `wp_options` VALUES (7515190, '_transient_timeout_wflginfl_1837060201', '1404814173', 'no') ; 
INSERT INTO `wp_options` VALUES (7515191, '_transient_wflginfl_1837060201', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521332, '_transient_timeout_wflginfl_694664035', '1404818422', 'no') ; 
INSERT INTO `wp_options` VALUES (7521333, '_transient_wflginfl_694664035', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515244, '_transient_timeout_wflginfl_3318245305', '1404814212', 'no') ; 
INSERT INTO `wp_options` VALUES (7515245, '_transient_wflginfl_3318245305', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541420, '_transient_timeout_wflginfl_694247417', '1404831630', 'no') ; 
INSERT INTO `wp_options` VALUES (7541421, '_transient_wflginfl_694247417', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515258, '_transient_timeout_wflginfl_657757803', '1404814223', 'no') ; 
INSERT INTO `wp_options` VALUES (7515259, '_transient_wflginfl_657757803', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518131, '_transient_timeout_wflginfl_2092266922', '1404816229', 'no') ; 
INSERT INTO `wp_options` VALUES (7518132, '_transient_wflginfl_2092266922', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515308, '_transient_timeout_wflginfl_656438003', '1404814263', 'no') ; 
INSERT INTO `wp_options` VALUES (7515309, '_transient_wflginfl_656438003', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515962, '_transient_timeout_wflginfl_1310874581', '1404814707', 'no') ; 
INSERT INTO `wp_options` VALUES (7515963, '_transient_wflginfl_1310874581', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515346, '_transient_wflginfl_1993555654', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523248, '_transient_wflginfl_1088776969', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540136, '_transient_timeout_wflginfl_2955591742', '1404830963', 'no') ; 
INSERT INTO `wp_options` VALUES (7540137, '_transient_wflginfl_2955591742', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537313, '_transient_timeout_wflginfl_778248450', '1404829110', 'no') ; 
INSERT INTO `wp_options` VALUES (7537314, '_transient_wflginfl_778248450', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530038, '_transient_timeout_wflginfl_1589623411', '1404824363', 'no') ; 
INSERT INTO `wp_options` VALUES (7529648, '_transient_timeout_wflginfl_3127741783', '1404824389', 'no') ; 
INSERT INTO `wp_options` VALUES (7515476, '_transient_timeout_wflginfl_1430682634', '1404814668', 'no') ; 
INSERT INTO `wp_options` VALUES (7515477, '_transient_wflginfl_1430682634', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7517479, '_transient_timeout_wflginfl_3305695252', '1404816044', 'no') ; 
INSERT INTO `wp_options` VALUES (7517480, '_transient_wflginfl_3305695252', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7515494, '_transient_timeout_wflginfl_1565972851', '1404814396', 'no') ; 
INSERT INTO `wp_options` VALUES (7515495, '_transient_wflginfl_1565972851', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515560, '_transient_timeout_wflginfl_1319346023', '1404814439', 'no') ; 
INSERT INTO `wp_options` VALUES (7515561, '_transient_wflginfl_1319346023', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519342, '_transient_timeout_wflginfl_1608976668', '1404817062', 'no') ; 
INSERT INTO `wp_options` VALUES (7519343, '_transient_wflginfl_1608976668', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515598, '_transient_timeout_wflginfl_1950955011', '1404814463', 'no') ; 
INSERT INTO `wp_options` VALUES (7515599, '_transient_wflginfl_1950955011', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515604, '_transient_timeout_wflginfl_3290229317', '1404814469', 'no') ; 
INSERT INTO `wp_options` VALUES (7515605, '_transient_wflginfl_3290229317', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520655, '_transient_timeout_wflginfl_1337263621', '1404817968', 'no') ; 
INSERT INTO `wp_options` VALUES (7520656, '_transient_wflginfl_1337263621', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515658, '_transient_timeout_wflginfl_1892040712', '1404814510', 'no') ; 
INSERT INTO `wp_options` VALUES (7515659, '_transient_wflginfl_1892040712', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539881, '_transient_timeout_wflginfl_3035297701', '1404830789', 'no') ; 
INSERT INTO `wp_options` VALUES (7539882, '_transient_wflginfl_779103385', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528552, '_transient_timeout_wflginfl_657669574', '1404823353', 'no') ; 
INSERT INTO `wp_options` VALUES (7528553, '_transient_wflginfl_657669574', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541338, '_transient_timeout_wflginfl_3001022167', '1404831528', 'no') ; 
INSERT INTO `wp_options` VALUES (7541339, '_transient_wflginfl_3001022167', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530039, '_transient_wflginfl_1589623411', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529649, '_transient_wflginfl_3127741783', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7515794, '_transient_timeout_wflginfl_3419896201', '1404814592', 'no') ; 
INSERT INTO `wp_options` VALUES (7515795, '_transient_wflginfl_3419896201', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535022, '_transient_timeout_wflginfl_3070046227', '1404827572', 'no') ; 
INSERT INTO `wp_options` VALUES (7535023, '_transient_wflginfl_3070046227', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530126, '_transient_timeout_wflginfl_1892040746', '1404824418', 'no') ; 
INSERT INTO `wp_options` VALUES (7530127, '_transient_wflginfl_1892040746', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515826, '_transient_timeout_wflginfl_690863676', '1404814610', 'no') ; 
INSERT INTO `wp_options` VALUES (7515827, '_transient_wflginfl_690863676', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526034, '_transient_timeout_wflginfl_3586584703', '1404821874', 'no') ; 
INSERT INTO `wp_options` VALUES (7526035, '_transient_wflginfl_3586584703', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7531777, '_transient_wflginfl_87837323', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541051, '_transient_wflginfl_3651497669', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518365, '_transient_timeout_wflginfl_1371663641', '1404816395', 'no') ; 
INSERT INTO `wp_options` VALUES (7518366, '_transient_wflginfl_1371663641', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522937, '_transient_timeout_wflginfl_1832191774', '1404819440', 'no') ; 
INSERT INTO `wp_options` VALUES (7522938, '_transient_wflginfl_1832191774', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528914, '_transient_timeout_wflginfl_657634683', '1404823602', 'no') ; 
INSERT INTO `wp_options` VALUES (7528915, '_transient_wflginfl_657634683', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516032, '_transient_timeout_wflginfl_657968955', '1404814766', 'no') ; 
INSERT INTO `wp_options` VALUES (7516033, '_transient_wflginfl_657968955', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516042, '_transient_timeout_wflginfl_2006642394', '1404814770', 'no') ; 
INSERT INTO `wp_options` VALUES (7516043, '_transient_wflginfl_2006642394', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527308, '_transient_timeout_wflginfl_1549117326', '1404822481', 'no') ; 
INSERT INTO `wp_options` VALUES (7527309, '_transient_wflginfl_1549117326', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516054, '_transient_timeout_wflginfl_2033597138', '1404814778', 'no') ; 
INSERT INTO `wp_options` VALUES (7516055, '_transient_wflginfl_2033597138', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517465, '_transient_timeout_wflginfl_3413334079', '1404815745', 'no') ; 
INSERT INTO `wp_options` VALUES (7517466, '_transient_wflginfl_3413334079', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539657, '_transient_timeout_wflginfl_3075564131', '1404830647', 'no') ; 
INSERT INTO `wp_options` VALUES (7539658, '_transient_wflginfl_3075564131', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540990, '_transient_timeout_wflginfl_3252695319', '1404831398', 'no') ; 
INSERT INTO `wp_options` VALUES (7540991, '_transient_wflginfl_3252695319', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516080, '_transient_timeout_wflginfl_1449258548', '1404814803', 'no') ; 
INSERT INTO `wp_options` VALUES (7516081, '_transient_wflginfl_1449258548', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520060, '_transient_timeout_wflginfl_2374676596', '1404817563', 'no') ; 
INSERT INTO `wp_options` VALUES (7520061, '_transient_wflginfl_2374676596', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541078, '_transient_timeout_wflginfl_3000964626', '1404831427', 'no') ; 
INSERT INTO `wp_options` VALUES (7541079, '_transient_wflginfl_3000964626', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522545, '_transient_timeout_wflginfl_1832666320', '1404819167', 'no') ; 
INSERT INTO `wp_options` VALUES (7522546, '_transient_wflginfl_1832666320', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524173, '_transient_timeout_wflginfl_3032352343', '1404820309', 'no') ; 
INSERT INTO `wp_options` VALUES (7524174, '_transient_wflginfl_3032352343', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529595, '_transient_wflginfl_3649253745', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525156, '_transient_timeout_wflginfl_696427396', '1404821017', 'no') ; 
INSERT INTO `wp_options` VALUES (7525157, '_transient_wflginfl_696427396', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7279009, 'eme_global_maptype', 'ROADMAP', 'yes') ; 
INSERT INTO `wp_options` VALUES (7279010, 'eme_indiv_maptype', 'ROADMAP', 'yes') ; 
INSERT INTO `wp_options` VALUES (7279011, 'eme_cap_templates', 'activate_plugins', 'yes') ; 
INSERT INTO `wp_options` VALUES (7275451, 'eme_ical_title_format', '#_EVENTNAME', 'yes') ; 
INSERT INTO `wp_options` VALUES (7275452, 'eme_ical_description_format', '#_NOTES', 'yes') ; 
INSERT INTO `wp_options` VALUES (7275453, 'eme_rss_pubdate_startdate', '0', 'yes') ; 
INSERT INTO `wp_options` VALUES (7275454, 'eme_global_zoom_factor', '3', 'yes') ; 
INSERT INTO `wp_options` VALUES (7275455, 'eme_indiv_zoom_factor', '14', 'yes') ; 
INSERT INTO `wp_options` VALUES (7275456, 'eme_fdgg_url', 'https://connect.merchanttest.firstdataglobalgateway.com/IPGConnect/gateway/processing', 'yes') ; 
INSERT INTO `wp_options` VALUES (7275457, 'eme_fdgg_store_name', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (7275458, 'eme_fdgg_shared_secret', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (7275459, 'eme_fb_app_id', '', 'yes') ; 
INSERT INTO `wp_options` VALUES (7275460, 'eme_loop_protection', 'simple', 'yes') ; 
INSERT INTO `wp_options` VALUES (7293585, 'auto_core_update_notified', 'a:4:{s:4:"type";s:7:"success";s:5:"email";s:30:"ed.hansen@aecetia.net/gws/aazk";s:7:"version";s:5:"3.9.2";s:9:"timestamp";i:1407369984;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7456579, '_transient_timeout_wflginfl_657413815', '1404762587', 'no') ; 
INSERT INTO `wp_options` VALUES (7456580, '_transient_wflginfl_657413815', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456615, '_transient_timeout_wflginfl_3308227066', '1404762615', 'no') ; 
INSERT INTO `wp_options` VALUES (7456616, '_transient_wflginfl_3308227066', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466292, '_transient_timeout_wflginfl_3047197369', '1404770488', 'no') ; 
INSERT INTO `wp_options` VALUES (7466293, '_transient_wflginfl_3047197369', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456693, '_transient_timeout_wflginfl_1383246170', '1404762671', 'no') ; 
INSERT INTO `wp_options` VALUES (7335191, '_transient_timeout_wflginfl_3236725948', '1397835233', 'no') ; 
INSERT INTO `wp_options` VALUES (7335192, '_transient_wflginfl_3236725948', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335217, '_transient_timeout_wffgt_2656225797', '1397839072', 'no') ; 
INSERT INTO `wp_options` VALUES (7335218, '_transient_wffgt_2656225797', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7335230, '_transient_timeout_wflginfl_3233304610', '1397841330', 'no') ; 
INSERT INTO `wp_options` VALUES (7335231, '_transient_wflginfl_3233304610', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335237, '_transient_timeout_wflginfl_1805734441', '1397842415', 'no') ; 
INSERT INTO `wp_options` VALUES (7335238, '_transient_wflginfl_1805734441', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7562350, '_transient_timeout_wflginfl_2449493512', '1408413734', 'no') ; 
INSERT INTO `wp_options` VALUES (7562351, '_transient_wflginfl_2449493512', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7337705, '_transient_timeout_wflginfl_1346905290', '1398313890', 'no') ; 
INSERT INTO `wp_options` VALUES (7337706, '_transient_wflginfl_1346905290', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335347, '_transient_timeout_wflginfl_3495547263', '1397857439', 'no') ; 
INSERT INTO `wp_options` VALUES (7335348, '_transient_wflginfl_3495547263', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335265, '_transient_timeout_wflginfl_3221468390', '1397844686', 'no') ; 
INSERT INTO `wp_options` VALUES (7335266, '_transient_wflginfl_3221468390', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427967, '_transient_timeout_wflginfl_3065399981', '1404740671', 'no') ; 
INSERT INTO `wp_options` VALUES (7427968, '_transient_wflginfl_3065399981', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7365925, '_transient_timeout_wffgt_1194746471', '1404160948', 'no') ; 
INSERT INTO `wp_options` VALUES (7365926, '_transient_wffgt_1194746471', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7348982, '_transient_timeout_wflginfl_1128244226', '1400535430', 'no') ; 
INSERT INTO `wp_options` VALUES (7348983, '_transient_wflginfl_1128244226', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7349010, '_transient_timeout_wflginfl_1135261553', '1400540891', 'no') ; 
INSERT INTO `wp_options` VALUES (7349011, '_transient_wflginfl_1135261553', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7349000, '_transient_timeout_wffgt_1134724090', '1400539292', 'no') ; 
INSERT INTO `wp_options` VALUES (7349001, '_transient_wffgt_1134724090', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7349014, '_transient_timeout_wflginfl_1118376046', '1400541550', 'no') ; 
INSERT INTO `wp_options` VALUES (7349015, '_transient_wflginfl_1118376046', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7349078, '_transient_timeout_wffgt_2731485638', '1400551585', 'no') ; 
INSERT INTO `wp_options` VALUES (7349092, '_transient_timeout_wffgt_1828709641', '1400554551', 'no') ; 
INSERT INTO `wp_options` VALUES (7349093, '_transient_wffgt_1828709641', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7349079, '_transient_wffgt_2731485638', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7349109, '_transient_timeout_wffgt_1221377256', '1400556181', 'no') ; 
INSERT INTO `wp_options` VALUES (7349110, '_transient_wffgt_1221377256', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7545773, '_transient_timeout_wffgt_1255904546', '1405526742', 'no') ; 
INSERT INTO `wp_options` VALUES (7545774, '_transient_wffgt_1255904546', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7349541, '_transient_timeout_wflginfl_1658856462', '1400635899', 'no') ; 
INSERT INTO `wp_options` VALUES (7349542, '_transient_wflginfl_1658856462', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7349545, '_transient_timeout_wffgt_1658856462', '1400635912', 'no') ; 
INSERT INTO `wp_options` VALUES (7349546, '_transient_wffgt_1658856462', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7356981, '_transient_timeout_wflginfl_3475431708', '1402180790', 'no') ; 
INSERT INTO `wp_options` VALUES (7360238, '_transient_wflginfl_1886320617', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7357194, '_transient_wffgt_1195185574', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7349550, '_transient_timeout_wffgt_1144098223', '1400636071', 'no') ; 
INSERT INTO `wp_options` VALUES (7349551, '_transient_wffgt_1144098223', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7349561, '_transient_timeout_wffgt_1113028508', '1400636923', 'no') ; 
INSERT INTO `wp_options` VALUES (7349562, '_transient_wffgt_1113028508', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7349590, '_transient_timeout_wflginfl_620276264', '1400641552', 'no') ; 
INSERT INTO `wp_options` VALUES (7349591, '_transient_wflginfl_620276264', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7344010, '_transient_timeout_wflginfl_2934228197', '1399506902', 'no') ; 
INSERT INTO `wp_options` VALUES (7344011, '_transient_wflginfl_2934228197', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7343987, '_transient_timeout_wffgt_2935714376', '1399505451', 'no') ; 
INSERT INTO `wp_options` VALUES (7343988, '_transient_wffgt_2935714376', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7344064, '_transient_timeout_wffgt_1264036066', '1399511260', 'no') ; 
INSERT INTO `wp_options` VALUES (7344065, '_transient_wffgt_1264036066', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7344121, '_transient_wffgt_1202918007', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7344165, '_transient_timeout_wffgt_1289325788', '1399525217', 'no') ; 
INSERT INTO `wp_options` VALUES (7561928, '_transient_timeout_wflginfl_2449492239', '1408359016', 'no') ; 
INSERT INTO `wp_options` VALUES (7344154, '_transient_timeout_wffgt_1109102219', '1399524134', 'no') ; 
INSERT INTO `wp_options` VALUES (7344155, '_transient_wffgt_1109102219', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561916, '_transient_wflginfl_3282191674', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7344166, '_transient_wffgt_1289325788', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7344246, '_transient_timeout_wflginfl_1158435449', '1399550369', 'no') ; 
INSERT INTO `wp_options` VALUES (7344247, '_transient_wflginfl_1158435449', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7365338, '_transient_wflginfl_1657856130', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7365337, '_transient_timeout_wflginfl_1657856130', '1404001801', 'no') ; 
INSERT INTO `wp_options` VALUES (7365319, '_transient_wffgt_2733032650', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7365351, '_transient_timeout_wflginfl_1279792954', '1404003973', 'no') ; 
INSERT INTO `wp_options` VALUES (7365352, '_transient_wflginfl_1279792954', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7365397, '_transient_timeout_wflginfl_3170789020', '1404018312', 'no') ; 
INSERT INTO `wp_options` VALUES (7365398, '_transient_wflginfl_3170789020', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7365542, '_transient_timeout_wflginfl_1113016843', '1404064935', 'no') ; 
INSERT INTO `wp_options` VALUES (7365543, '_transient_wflginfl_1113016843', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7365545, '_transient_timeout_wffgt_1113016843', '1404064963', 'no') ; 
INSERT INTO `wp_options` VALUES (7365546, '_transient_wffgt_1113016843', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7365553, '_transient_timeout_wflginfl_2794024454', '1404066961', 'no') ; 
INSERT INTO `wp_options` VALUES (7365554, '_transient_wflginfl_2794024454', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7365561, '_transient_timeout_wflginfl_1188136148', '1404071811', 'no') ; 
INSERT INTO `wp_options` VALUES (7365562, '_transient_wflginfl_1188136148', '5', 'no') ; 
INSERT INTO `wp_options` VALUES (7365053, '_transient_timeout_wflginfl_1140874518', '1403918767', 'no') ; 
INSERT INTO `wp_options` VALUES (7365047, '_transient_timeout_wffgt_1122338405', '1403917743', 'no') ; 
INSERT INTO `wp_options` VALUES (7361721, '_transient_timeout_wffgt_407494726', '1403203201', 'no') ; 
INSERT INTO `wp_options` VALUES (7361722, '_transient_wffgt_407494726', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7540298, '_transient_timeout_wflginfl_3006591230', '1404831056', 'no') ; 
INSERT INTO `wp_options` VALUES (7539359, '_transient_wflginfl_1377871619', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7545427, '_transient_timeout_wflginfl_70602291', '1405445401', 'no') ; 
INSERT INTO `wp_options` VALUES (7545428, '_transient_wflginfl_70602291', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7545465, '_transient_timeout_wflginfl_649593188', '1405452410', 'no') ; 
INSERT INTO `wp_options` VALUES (7545452, '_transient_timeout_wflginfl_1113030915', '1405452014', 'no') ; 
INSERT INTO `wp_options` VALUES (7356598, '_transient_timeout_wflginfl_1196646802', '1402083381', 'no') ; 
INSERT INTO `wp_options` VALUES (7356599, '_transient_wflginfl_1196646802', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7556638, '_transient_timeout_wffgt_1085881118', '1407352052', 'no') ; 
INSERT INTO `wp_options` VALUES (7556639, '_transient_wffgt_1085881118', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7356525, '_transient_timeout_wffgt_416411706', '1402073674', 'no') ; 
INSERT INTO `wp_options` VALUES (7356526, '_transient_wffgt_416411706', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7360101, '_transient_timeout_wffgt_1817409404', '1402869207', 'no') ; 
INSERT INTO `wp_options` VALUES (7360102, '_transient_wffgt_1817409404', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7360108, '_transient_timeout_wflginfl_1668098486', '1402871105', 'no') ; 
INSERT INTO `wp_options` VALUES (7360109, '_transient_wflginfl_1668098486', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7360156, '_transient_timeout_wflginfl_2799514578', '1402885099', 'no') ; 
INSERT INTO `wp_options` VALUES (7360157, '_transient_wflginfl_2799514578', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7356709, '_transient_timeout_wflginfl_1851083381', '1402111900', 'no') ; 
INSERT INTO `wp_options` VALUES (7356593, '_transient_timeout_wffgt_409649298', '1402082278', 'no') ; 
INSERT INTO `wp_options` VALUES (7356594, '_transient_wffgt_409649298', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7357191, '_transient_timeout_wflginfl_1195185574', '1402236319', 'no') ; 
INSERT INTO `wp_options` VALUES (7356756, '_transient_timeout_wflginfl_2916142083', '1402126454', 'no') ; 
INSERT INTO `wp_options` VALUES (7356757, '_transient_wflginfl_2916142083', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7356710, '_transient_wflginfl_1851083381', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7357237, '_transient_timeout_wflginfl_3088238543', '1402249978', 'no') ; 
INSERT INTO `wp_options` VALUES (7356758, '_transient_timeout_wflginfl_3231161202', '1402126456', 'no') ; 
INSERT INTO `wp_options` VALUES (7356759, '_transient_wflginfl_3231161202', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7357231, '_transient_timeout_wffgt_1196505587', '1402248503', 'no') ; 
INSERT INTO `wp_options` VALUES (7357232, '_transient_wffgt_1196505587', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7357192, '_transient_wflginfl_1195185574', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7356847, '_transient_timeout_wflginfl_1195806908', '1402152568', 'no') ; 
INSERT INTO `wp_options` VALUES (7356848, '_transient_wflginfl_1195806908', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7356924, '_transient_timeout_wffgt_1659200759', '1402169379', 'no') ; 
INSERT INTO `wp_options` VALUES (7356925, '_transient_wffgt_1659200759', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7356891, '_transient_timeout_wffgt_410135390', '1402162244', 'no') ; 
INSERT INTO `wp_options` VALUES (7356892, '_transient_wffgt_410135390', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7356982, '_transient_wflginfl_3475431708', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7360289, '_transient_timeout_wflginfl_1187504960', '1402932221', 'no') ; 
INSERT INTO `wp_options` VALUES (7356997, '_transient_timeout_wflginfl_1539358661', '1402183576', 'no') ; 
INSERT INTO `wp_options` VALUES (7356998, '_transient_wflginfl_1539358661', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7357045, '_transient_timeout_wflginfl_1796404883', '1402193073', 'no') ; 
INSERT INTO `wp_options` VALUES (7357046, '_transient_wflginfl_1796404883', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7357065, '_transient_timeout_wflginfl_2906150412', '1402198741', 'no') ; 
INSERT INTO `wp_options` VALUES (7357066, '_transient_wflginfl_2906150412', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7357193, '_transient_timeout_wffgt_1195185574', '1402236329', 'no') ; 
INSERT INTO `wp_options` VALUES (7357142, '_transient_timeout_wflginfl_1572478833', '1402221908', 'no') ; 
INSERT INTO `wp_options` VALUES (7357143, '_transient_wflginfl_1572478833', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7349430, '_transient_timeout_wflginfl_2925868417', '1400611367', 'no') ; 
INSERT INTO `wp_options` VALUES (7349431, '_transient_wflginfl_2925868417', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7349381, '_transient_timeout_wffgt_1254194210', '1400603068', 'no') ; 
INSERT INTO `wp_options` VALUES (7349382, '_transient_wffgt_1254194210', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7339997, '_transient_wflginfl_974828965', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340007, '_transient_timeout_wflginfl_3323220667', '1398757997', 'no') ; 
INSERT INTO `wp_options` VALUES (7340008, '_transient_wflginfl_3323220667', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340025, '_transient_timeout_wflginfl_1188168135', '1398763857', 'no') ; 
INSERT INTO `wp_options` VALUES (7340026, '_transient_wflginfl_1188168135', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7463751, '_transient_timeout_wflginfl_3053594528', '1404768318', 'no') ; 
INSERT INTO `wp_options` VALUES (7367434, '_transient_timeout_wffgt_1268224401', '1404416356', 'no') ; 
INSERT INTO `wp_options` VALUES (7367435, '_transient_wffgt_1268224401', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340062, '_transient_timeout_wffgt_851269927', '1398774545', 'no') ; 
INSERT INTO `wp_options` VALUES (7340063, '_transient_wffgt_851269927', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7361438, '_transient_timeout_wffgt_1161680362', '1403142427', 'no') ; 
INSERT INTO `wp_options` VALUES (7361439, '_transient_wffgt_1161680362', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340100, '_transient_timeout_wflginfl_1167268865', '1398782953', 'no') ; 
INSERT INTO `wp_options` VALUES (7340101, '_transient_wflginfl_1167268865', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7340102, '_transient_timeout_wflginfl_522836070', '1398783206', 'no') ; 
INSERT INTO `wp_options` VALUES (7340103, '_transient_wflginfl_522836070', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467336, '_transient_wflginfl_1932149732', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501307, '_transient_wflginfl_977756349', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340223, '_transient_timeout_wflginfl_2189360981', '1398790162', 'no') ; 
INSERT INTO `wp_options` VALUES (7340224, '_transient_wflginfl_2189360981', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7340228, '_transient_timeout_wflginfl_1802222298', '1398790913', 'no') ; 
INSERT INTO `wp_options` VALUES (7340229, '_transient_wflginfl_1802222298', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7361599, '_transient_wflginfl_1113031942', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340593, '_transient_timeout_wflginfl_2901792467', '1398803053', 'no') ; 
INSERT INTO `wp_options` VALUES (7340594, '_transient_wflginfl_2901792467', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340377, '_transient_timeout_wffgt_1657292168', '1398794531', 'no') ; 
INSERT INTO `wp_options` VALUES (7340378, '_transient_wffgt_1657292168', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340616, '_site_transient_timeout_browser_eb32add8d008c3df92c77724094e9a6b', '1399410382', 'yes') ; 
INSERT INTO `wp_options` VALUES (7340617, '_site_transient_browser_eb32add8d008c3df92c77724094e9a6b', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"34.0.1847.131";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7340613, '_transient_timeout_wffgt_3435330309', '1398805639', 'no') ; 
INSERT INTO `wp_options` VALUES (7340614, '_transient_wffgt_3435330309', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340606, '_transient_timeout_wflginfl_1113025494', '1398804432', 'no') ; 
INSERT INTO `wp_options` VALUES (7340607, '_transient_wflginfl_1113025494', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340609, '_transient_timeout_wflginfl_2796167589', '1398805397', 'no') ; 
INSERT INTO `wp_options` VALUES (7340610, '_transient_wflginfl_2796167589', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459583, '_transient_timeout_wflginfl_608918977', '1404764896', 'no') ; 
INSERT INTO `wp_options` VALUES (7340636, '_transient_timeout_wffgt_1247041461', '1398808135', 'no') ; 
INSERT INTO `wp_options` VALUES (7340637, '_transient_wffgt_1247041461', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7554320, '_transient_timeout_wflginfl_1143444208', '1406924994', 'no') ; 
INSERT INTO `wp_options` VALUES (7340634, '_transient_timeout_wffgt_1268243149', '1398808094', 'no') ; 
INSERT INTO `wp_options` VALUES (7340635, '_transient_wffgt_1268243149', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7346782, '_site_transient_timeout_browser_710ad1dd7409f078fa401b586108ea26', '1400688985', 'yes') ; 
INSERT INTO `wp_options` VALUES (7346783, '_site_transient_browser_710ad1dd7409f078fa401b586108ea26', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"34.0.1847.131";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ; 
INSERT INTO `wp_options` VALUES (7340652, '_transient_timeout_wflginfl_1276770452', '1398811411', 'no') ; 
INSERT INTO `wp_options` VALUES (7340653, '_transient_wflginfl_1276770452', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340683, '_transient_timeout_wflginfl_3090848257', '1398816082', 'no') ; 
INSERT INTO `wp_options` VALUES (7340684, '_transient_wflginfl_3090848257', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340663, '_transient_timeout_wffgt_417749946', '1398812857', 'no') ; 
INSERT INTO `wp_options` VALUES (7340664, '_transient_wffgt_417749946', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340697, '_transient_timeout_wffgt_1822851834', '1398817246', 'no') ; 
INSERT INTO `wp_options` VALUES (7340698, '_transient_wffgt_1822851834', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7343613, '_transient_timeout_wflginfl_3301186725', '1399445923', 'no') ; 
INSERT INTO `wp_options` VALUES (7343614, '_transient_wflginfl_3301186725', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340711, '_transient_timeout_wffgt_418381584', '1398819952', 'no') ; 
INSERT INTO `wp_options` VALUES (7340712, '_transient_wffgt_418381584', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340731, '_transient_timeout_wflginfl_2794669015', '1398822964', 'no') ; 
INSERT INTO `wp_options` VALUES (7340732, '_transient_wflginfl_2794669015', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340725, '_transient_timeout_wffgt_3493211354', '1398821407', 'no') ; 
INSERT INTO `wp_options` VALUES (7340726, '_transient_wffgt_3493211354', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340740, '_transient_timeout_wflginfl_2796172760', '1398823795', 'no') ; 
INSERT INTO `wp_options` VALUES (7340741, '_transient_wflginfl_2796172760', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340736, '_transient_timeout_wffgt_2794027836', '1398823389', 'no') ; 
INSERT INTO `wp_options` VALUES (7340737, '_transient_wffgt_2794027836', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340743, '_transient_timeout_wflginfl_2794672388', '1398824408', 'no') ; 
INSERT INTO `wp_options` VALUES (7340744, '_transient_wflginfl_2794672388', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340745, '_transient_timeout_wffgt_2794672388', '1398824516', 'no') ; 
INSERT INTO `wp_options` VALUES (7340746, '_transient_wffgt_2794672388', '5', 'no') ; 
INSERT INTO `wp_options` VALUES (7340761, '_transient_timeout_wflginfl_1200330090', '1398826796', 'no') ; 
INSERT INTO `wp_options` VALUES (7340762, '_transient_wflginfl_1200330090', '5', 'no') ; 
INSERT INTO `wp_options` VALUES (7340758, '_transient_timeout_wffgt_1200330090', '1398826306', 'no') ; 
INSERT INTO `wp_options` VALUES (7340759, '_transient_wffgt_1200330090', '6', 'no') ; 
INSERT INTO `wp_options` VALUES (7340763, '_transient_timeout_wflginfl_2920837603', '1398827684', 'no') ; 
INSERT INTO `wp_options` VALUES (7340764, '_transient_wflginfl_2920837603', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7340765, '_transient_timeout_wffgt_2920837603', '1398827713', 'no') ; 
INSERT INTO `wp_options` VALUES (7340766, '_transient_wffgt_2920837603', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7340969, '_transient_wflginfl_1805734205', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340814, '_transient_timeout_wflginfl_3516161134', '1398839969', 'no') ; 
INSERT INTO `wp_options` VALUES (7340769, '_transient_timeout_wffgt_3336886234', '1398827778', 'no') ; 
INSERT INTO `wp_options` VALUES (7340770, '_transient_wffgt_3336886234', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340815, '_transient_wflginfl_3516161134', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340976, '_transient_timeout_wflginfl_3092446613', '1398873741', 'no') ; 
INSERT INTO `wp_options` VALUES (7340977, '_transient_wflginfl_3092446613', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467335, '_transient_timeout_wflginfl_1932149732', '1404771393', 'no') ; 
INSERT INTO `wp_options` VALUES (7340823, '_transient_timeout_wflginfl_2988505973', '1398841372', 'no') ; 
INSERT INTO `wp_options` VALUES (7340824, '_transient_wflginfl_2988505973', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340979, '_transient_timeout_wflginfl_1805734200', '1398873939', 'no') ; 
INSERT INTO `wp_options` VALUES (7340837, '_transient_timeout_wflginfl_2901773958', '1398844932', 'no') ; 
INSERT INTO `wp_options` VALUES (7340838, '_transient_wflginfl_2901773958', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7357808, '_transient_timeout_wffgt_846447491', '1402348650', 'no') ; 
INSERT INTO `wp_options` VALUES (7357809, '_transient_wffgt_846447491', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340887, '_transient_timeout_wflginfl_1187283997', '1398862650', 'no') ; 
INSERT INTO `wp_options` VALUES (7340888, '_transient_wflginfl_1187283997', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340968, '_transient_timeout_wflginfl_1805734205', '1398872600', 'no') ; 
INSERT INTO `wp_options` VALUES (7340939, '_transient_timeout_wflginfl_3236163611', '1398869613', 'no') ; 
INSERT INTO `wp_options` VALUES (7340891, '_transient_timeout_wffgt_1209505932', '1398862777', 'no') ; 
INSERT INTO `wp_options` VALUES (7340892, '_transient_wffgt_1209505932', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340898, '_transient_timeout_wffgt_849002113', '1398863323', 'no') ; 
INSERT INTO `wp_options` VALUES (7340899, '_transient_wffgt_849002113', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340900, '_transient_timeout_wflginfl_1158433661', '1398863367', 'no') ; 
INSERT INTO `wp_options` VALUES (7340901, '_transient_wflginfl_1158433661', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340940, '_transient_wflginfl_3236163611', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7340966, '_transient_timeout_wflginfl_1618984253', '1398872492', 'no') ; 
INSERT INTO `wp_options` VALUES (7340967, '_transient_wflginfl_1618984253', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7342758, '_transient_timeout_wflginfl_1187170444', '1399307202', 'no') ; 
INSERT INTO `wp_options` VALUES (7342759, '_transient_wflginfl_1187170444', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501306, '_transient_timeout_wflginfl_977756349', '1404803883', 'no') ; 
INSERT INTO `wp_options` VALUES (7367832, '_transient_timeout_wflginfl_3189668142', '1404438764', 'no') ; 
INSERT INTO `wp_options` VALUES (7367833, '_transient_wflginfl_3189668142', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537598, '_transient_wflginfl_3049019540', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461406, '_transient_wflginfl_3200930579', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387768, '_transient_timeout_wflginfl_1590392646', '1404612827', 'no') ; 
INSERT INTO `wp_options` VALUES (7367514, '_transient_timeout_wflginfl_1085550819', '1404431570', 'no') ; 
INSERT INTO `wp_options` VALUES (7367515, '_transient_wflginfl_1085550819', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387769, '_transient_wflginfl_1590392646', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541379, '_transient_wflginfl_2033600340', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448755, '_transient_wflginfl_657656393', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367508, '_transient_timeout_wflginfl_850087822', '1404431395', 'no') ; 
INSERT INTO `wp_options` VALUES (7367509, '_transient_wflginfl_850087822', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367510, '_transient_timeout_wflginfl_656461607', '1404431411', 'no') ; 
INSERT INTO `wp_options` VALUES (7367511, '_transient_wflginfl_656461607', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367748, '_transient_timeout_wflginfl_831995700', '1404435918', 'no') ; 
INSERT INTO `wp_options` VALUES (7367749, '_transient_wflginfl_831995700', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368755, '_transient_timeout_wflginfl_523714555', '1404470965', 'no') ; 
INSERT INTO `wp_options` VALUES (7368756, '_transient_wflginfl_1835016032', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540982, '_transient_timeout_wflginfl_2635722276', '1404831394', 'no') ; 
INSERT INTO `wp_options` VALUES (7540983, '_transient_wflginfl_2635722276', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368298, '_transient_timeout_wflginfl_1319257656', '1404462812', 'no') ; 
INSERT INTO `wp_options` VALUES (7368299, '_transient_wflginfl_1319257656', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367522, '_transient_timeout_wflginfl_3318593119', '1404431668', 'no') ; 
INSERT INTO `wp_options` VALUES (7367523, '_transient_wflginfl_3318593119', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508747, '_transient_timeout_wflginfl_2943837697', '1404809605', 'no') ; 
INSERT INTO `wp_options` VALUES (7508748, '_transient_wflginfl_2943837697', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540544, '_transient_timeout_wflginfl_3202696276', '1404831475', 'no') ; 
INSERT INTO `wp_options` VALUES (7408306, '_transient_wflginfl_657404027', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368222, '_transient_timeout_wflginfl_694369155', '1404456999', 'no') ; 
INSERT INTO `wp_options` VALUES (7368223, '_transient_wflginfl_694369155', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436236, '_transient_timeout_wflginfl_3162470674', '1404746993', 'no') ; 
INSERT INTO `wp_options` VALUES (7436237, '_transient_wflginfl_3162470674', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459421, '_transient_timeout_wflginfl_1531533955', '1404764778', 'no') ; 
INSERT INTO `wp_options` VALUES (7459422, '_transient_wflginfl_1531533955', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493674, '_transient_timeout_wflginfl_2040739679', '1404797046', 'no') ; 
INSERT INTO `wp_options` VALUES (7539822, '_transient_timeout_wflginfl_1279770993', '1404830756', 'no') ; 
INSERT INTO `wp_options` VALUES (7481317, '_transient_timeout_wflginfl_3139219022', '1404785212', 'no') ; 
INSERT INTO `wp_options` VALUES (7481318, '_transient_wflginfl_3139219022', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367539, '_transient_timeout_wflginfl_1832976637', '1404431922', 'no') ; 
INSERT INTO `wp_options` VALUES (7367540, '_transient_wflginfl_1832976637', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398100, '_transient_timeout_wflginfl_774670724', '1404642382', 'no') ; 
INSERT INTO `wp_options` VALUES (7398101, '_transient_wflginfl_774670724', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398315, '_transient_timeout_wflginfl_3378279915', '1404658338', 'no') ; 
INSERT INTO `wp_options` VALUES (7398316, '_transient_wflginfl_3378279915', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367545, '_transient_timeout_wflginfl_1892553912', '1404431991', 'no') ; 
INSERT INTO `wp_options` VALUES (7367546, '_transient_wflginfl_1892553912', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367547, '_transient_timeout_wflginfl_3285383460', '1404432061', 'no') ; 
INSERT INTO `wp_options` VALUES (7367548, '_transient_wflginfl_3285383460', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368196, '_transient_timeout_wflginfl_1569558272', '1404455884', 'no') ; 
INSERT INTO `wp_options` VALUES (7368197, '_transient_wflginfl_1569558272', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367551, '_transient_timeout_wflginfl_1143166956', '1404432063', 'no') ; 
INSERT INTO `wp_options` VALUES (7367552, '_transient_wflginfl_1143166956', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429279, '_transient_timeout_wflginfl_1664633083', '1404741700', 'no') ; 
INSERT INTO `wp_options` VALUES (7429280, '_transient_wflginfl_1664633083', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422842, '_transient_timeout_wflginfl_1056744857', '1404736634', 'no') ; 
INSERT INTO `wp_options` VALUES (7465537, '_transient_wflginfl_2044383666', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395640, '_transient_timeout_wflginfl_3732909725', '1404636183', 'no') ; 
INSERT INTO `wp_options` VALUES (7395641, '_transient_wflginfl_3732909725', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367566, '_transient_timeout_wflginfl_3704860694', '1404432343', 'no') ; 
INSERT INTO `wp_options` VALUES (7500866, '_transient_timeout_wflginfl_3363339465', '1404803506', 'no') ; 
INSERT INTO `wp_options` VALUES (7500867, '_transient_wflginfl_3363339465', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367564, '_transient_timeout_wflginfl_3065603285', '1404432333', 'no') ; 
INSERT INTO `wp_options` VALUES (7367565, '_transient_wflginfl_3065603285', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367567, '_transient_wflginfl_3704860694', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390659, '_transient_timeout_wflginfl_1676348509', '1404622281', 'no') ; 
INSERT INTO `wp_options` VALUES (7390660, '_transient_wflginfl_1676348509', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367570, '_transient_timeout_wflginfl_1959476403', '1404432381', 'no') ; 
INSERT INTO `wp_options` VALUES (7367571, '_transient_wflginfl_1959476403', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368281, '_transient_timeout_wflginfl_2077466198', '1404461597', 'no') ; 
INSERT INTO `wp_options` VALUES (7368282, '_transient_wflginfl_2077466198', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368283, '_transient_timeout_wflginfl_245433885', '1404461670', 'no') ; 
INSERT INTO `wp_options` VALUES (7368284, '_transient_wflginfl_245433885', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460680, '_transient_timeout_wflginfl_3583768003', '1404765741', 'no') ; 
INSERT INTO `wp_options` VALUES (7460681, '_transient_wflginfl_3583768003', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368033, '_transient_timeout_wflginfl_3006855509', '1404447801', 'no') ; 
INSERT INTO `wp_options` VALUES (7368034, '_transient_wflginfl_3006855509', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367590, '_transient_timeout_wflginfl_1264128112', '1404432720', 'no') ; 
INSERT INTO `wp_options` VALUES (7367591, '_transient_wflginfl_1264128112', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367730, '_transient_timeout_wflginfl_700934767', '1404435223', 'no') ; 
INSERT INTO `wp_options` VALUES (7367731, '_transient_wflginfl_700934767', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489668, '_transient_timeout_wflginfl_3035886557', '1404793336', 'no') ; 
INSERT INTO `wp_options` VALUES (7489669, '_transient_wflginfl_3035886557', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368986, '_transient_timeout_wflginfl_1569625810', '1404474809', 'no') ; 
INSERT INTO `wp_options` VALUES (7368987, '_transient_wflginfl_1569625810', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367600, '_transient_timeout_wflginfl_1454235251', '1404432769', 'no') ; 
INSERT INTO `wp_options` VALUES (7367601, '_transient_wflginfl_1454235251', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367602, '_transient_timeout_wflginfl_2344799797', '1404432775', 'no') ; 
INSERT INTO `wp_options` VALUES (7367603, '_transient_wflginfl_2344799797', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388806, '_transient_timeout_wflginfl_3723042880', '1404616181', 'no') ; 
INSERT INTO `wp_options` VALUES (7388807, '_transient_wflginfl_3723042880', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540640, '_transient_timeout_wflginfl_3081919868', '1404831540', 'no') ; 
INSERT INTO `wp_options` VALUES (7540641, '_transient_wflginfl_3081919868', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7367665, '_transient_timeout_wflginfl_2534436051', '1404434014', 'no') ; 
INSERT INTO `wp_options` VALUES (7367666, '_transient_wflginfl_2534436051', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533901, '_transient_timeout_wflginfl_1847990969', '1404826868', 'no') ; 
INSERT INTO `wp_options` VALUES (7540486, '_transient_timeout_wflginfl_2050560499', '1404831164', 'no') ; 
INSERT INTO `wp_options` VALUES (7540487, '_transient_wflginfl_2050560499', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367615, '_transient_timeout_wflginfl_1442281809', '1404432998', 'no') ; 
INSERT INTO `wp_options` VALUES (7367616, '_transient_wflginfl_1442281809', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367617, '_transient_timeout_wflginfl_1581270531', '1404433051', 'no') ; 
INSERT INTO `wp_options` VALUES (7367618, '_transient_wflginfl_1581270531', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539752, '_transient_timeout_wflginfl_1283267672', '1404830711', 'no') ; 
INSERT INTO `wp_options` VALUES (7508790, '_transient_timeout_wflginfl_1565647734', '1404809926', 'no') ; 
INSERT INTO `wp_options` VALUES (7508791, '_transient_wflginfl_238310118', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367916, '_transient_timeout_wflginfl_3735295246', '1404441627', 'no') ; 
INSERT INTO `wp_options` VALUES (7367917, '_transient_wflginfl_3735295246', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371132, '_transient_timeout_wflginfl_1663980908', '1404535818', 'no') ; 
INSERT INTO `wp_options` VALUES (7371133, '_transient_wflginfl_1663980908', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368123, '_transient_timeout_wflginfl_3398475091', '1404451981', 'no') ; 
INSERT INTO `wp_options` VALUES (7368124, '_transient_wflginfl_3398475091', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395887, '_transient_timeout_wflginfl_1658746316', '1404636691', 'no') ; 
INSERT INTO `wp_options` VALUES (7395888, '_transient_wflginfl_1658746316', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367631, '_transient_timeout_wflginfl_1790754222', '1404433249', 'no') ; 
INSERT INTO `wp_options` VALUES (7367632, '_transient_wflginfl_1790754222', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367942, '_transient_timeout_wflginfl_3277695441', '1404442959', 'no') ; 
INSERT INTO `wp_options` VALUES (7367943, '_transient_wflginfl_3277695441', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368198, '_transient_timeout_wflginfl_455102074', '1404456006', 'no') ; 
INSERT INTO `wp_options` VALUES (7368199, '_transient_wflginfl_455102074', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368327, '_transient_timeout_wflginfl_2036503403', '1404464873', 'no') ; 
INSERT INTO `wp_options` VALUES (7368328, '_transient_wflginfl_2036503403', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7371990, '_transient_timeout_wflginfl_1564880094', '1404567087', 'no') ; 
INSERT INTO `wp_options` VALUES (7371991, '_transient_wflginfl_1564880094', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367644, '_transient_timeout_wflginfl_1773700913', '1404433577', 'no') ; 
INSERT INTO `wp_options` VALUES (7367645, '_transient_wflginfl_1773700913', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378867, '_transient_timeout_wflginfl_3014957448', '1404591065', 'no') ; 
INSERT INTO `wp_options` VALUES (7378868, '_transient_wflginfl_3014957448', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488043, '_transient_wflginfl_1045716485', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487588, '_transient_wflginfl_2050510247', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367650, '_transient_timeout_wflginfl_1523164835', '1404433624', 'no') ; 
INSERT INTO `wp_options` VALUES (7367651, '_transient_wflginfl_1523164835', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367987, '_transient_timeout_wflginfl_1300192625', '1404445168', 'no') ; 
INSERT INTO `wp_options` VALUES (7367988, '_transient_wflginfl_1300192625', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442933, '_transient_timeout_wflginfl_3147885217', '1404752506', 'no') ; 
INSERT INTO `wp_options` VALUES (7442934, '_transient_wflginfl_3147885217', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7376900, '_transient_wflginfl_1657995804', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510714, '_transient_wflginfl_1839237117', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367663, '_transient_timeout_wflginfl_234996142', '1404433999', 'no') ; 
INSERT INTO `wp_options` VALUES (7371160, '_transient_timeout_wflginfl_391875693', '1404536971', 'no') ; 
INSERT INTO `wp_options` VALUES (7371161, '_transient_wflginfl_391875693', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367664, '_transient_wflginfl_234996142', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392756, '_transient_timeout_wflginfl_1660620345', '1404628689', 'no') ; 
INSERT INTO `wp_options` VALUES (7392757, '_transient_wflginfl_1660620345', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389081, '_transient_timeout_wflginfl_1328858443', '1404617094', 'no') ; 
INSERT INTO `wp_options` VALUES (7389082, '_transient_wflginfl_1328858443', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367671, '_transient_timeout_wflginfl_30851131', '1404434068', 'no') ; 
INSERT INTO `wp_options` VALUES (7367672, '_transient_wflginfl_30851131', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367708, '_transient_timeout_wflginfl_1832944252', '1404434783', 'no') ; 
INSERT INTO `wp_options` VALUES (7367709, '_transient_wflginfl_1832944252', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367677, '_transient_timeout_wflginfl_2538096660', '1404434324', 'no') ; 
INSERT INTO `wp_options` VALUES (7367678, '_transient_wflginfl_2538096660', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7367681, '_transient_timeout_wffgt_850114797', '1404434219', 'no') ; 
INSERT INTO `wp_options` VALUES (7367682, '_transient_wffgt_850114797', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388840, '_transient_timeout_wflginfl_1096560841', '1404616291', 'no') ; 
INSERT INTO `wp_options` VALUES (7388841, '_transient_wflginfl_1096560841', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397755, '_transient_timeout_wflginfl_1454015765', '1404639883', 'no') ; 
INSERT INTO `wp_options` VALUES (7397756, '_transient_wflginfl_1454015765', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471050, '_transient_timeout_wflginfl_1581648453', '1404774750', 'no') ; 
INSERT INTO `wp_options` VALUES (7471051, '_transient_wflginfl_1581648453', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367711, '_transient_timeout_wflginfl_1327176046', '1404434876', 'no') ; 
INSERT INTO `wp_options` VALUES (7367712, '_transient_wflginfl_1327176046', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367900, '_transient_timeout_wflginfl_3179481242', '1404440949', 'no') ; 
INSERT INTO `wp_options` VALUES (7367901, '_transient_wflginfl_3179481242', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367755, '_transient_timeout_wflginfl_90991150', '1404436139', 'no') ; 
INSERT INTO `wp_options` VALUES (7367756, '_transient_wflginfl_90991150', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370421, '_transient_timeout_wflginfl_2160859932', '1404508184', 'no') ; 
INSERT INTO `wp_options` VALUES (7370422, '_transient_wflginfl_2160859932', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369204, '_transient_timeout_wflginfl_1396470566', '1404482006', 'no') ; 
INSERT INTO `wp_options` VALUES (7369205, '_transient_wflginfl_1396470566', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367847, '_transient_timeout_wflginfl_2332066975', '1404439468', 'no') ; 
INSERT INTO `wp_options` VALUES (7367848, '_transient_wflginfl_2332066975', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451438, '_transient_timeout_wflginfl_1567181804', '1404758734', 'no') ; 
INSERT INTO `wp_options` VALUES (7451439, '_transient_wflginfl_1567181804', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368433, '_transient_timeout_wflginfl_1487032299', '1404466987', 'no') ; 
INSERT INTO `wp_options` VALUES (7368434, '_transient_wflginfl_1487032299', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388406, '_transient_timeout_wflginfl_3121745453', '1404614949', 'no') ; 
INSERT INTO `wp_options` VALUES (7388407, '_transient_wflginfl_3121745453', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367763, '_transient_timeout_wflginfl_696940536', '1404436498', 'no') ; 
INSERT INTO `wp_options` VALUES (7367764, '_transient_wflginfl_696940536', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367830, '_transient_timeout_wflginfl_657639490', '1404438732', 'no') ; 
INSERT INTO `wp_options` VALUES (7367831, '_transient_wflginfl_657639490', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540627, '_transient_wflginfl_1998110121', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511000, '_transient_wflginfl_1837238900', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500330, '_transient_timeout_wflginfl_3338598142', '1404803088', 'no') ; 
INSERT INTO `wp_options` VALUES (7500331, '_transient_wflginfl_3338598142', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538327, '_transient_timeout_wflginfl_3047704876', '1404830047', 'no') ; 
INSERT INTO `wp_options` VALUES (7538328, '_transient_wflginfl_3047704876', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7525716, '_transient_wflginfl_1743801381', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7540035, '_transient_wflginfl_779394601', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7434012, '_transient_timeout_wflginfl_2923318959', '1404745270', 'no') ; 
INSERT INTO `wp_options` VALUES (7434013, '_transient_wflginfl_2923318959', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539097, '_transient_timeout_wflginfl_693409288', '1404830267', 'no') ; 
INSERT INTO `wp_options` VALUES (7539098, '_transient_wflginfl_693409288', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397385, '_transient_timeout_wflginfl_2041363842', '1404639224', 'no') ; 
INSERT INTO `wp_options` VALUES (7397386, '_transient_wflginfl_2041363842', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367843, '_transient_timeout_wflginfl_2466232072', '1404439165', 'no') ; 
INSERT INTO `wp_options` VALUES (7367844, '_transient_wflginfl_2466232072', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397688, '_transient_wflginfl_3155768277', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397680, '_transient_wflginfl_2044203381', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390553, '_transient_timeout_wflginfl_702818610', '1404621871', 'no') ; 
INSERT INTO `wp_options` VALUES (7390554, '_transient_wflginfl_702818610', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538809, '_transient_timeout_wflginfl_1563217410', '1404830081', 'no') ; 
INSERT INTO `wp_options` VALUES (7538810, '_transient_wflginfl_1563217410', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367812, '_transient_timeout_wflginfl_2344733311', '1404438242', 'no') ; 
INSERT INTO `wp_options` VALUES (7367813, '_transient_wflginfl_2344733311', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7367816, '_transient_timeout_wflginfl_1315251426', '1404438297', 'no') ; 
INSERT INTO `wp_options` VALUES (7367817, '_transient_wflginfl_1315251426', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367828, '_transient_timeout_wflginfl_1044231719', '1404438648', 'no') ; 
INSERT INTO `wp_options` VALUES (7367829, '_transient_wflginfl_1044231719', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367824, '_transient_timeout_wffgt_1110555816', '1404438379', 'no') ; 
INSERT INTO `wp_options` VALUES (7367825, '_transient_wffgt_1110555816', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515714, '_transient_timeout_wflginfl_1840945742', '1404814542', 'no') ; 
INSERT INTO `wp_options` VALUES (7513894, '_transient_wflginfl_3391402852', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388451, '_transient_timeout_wflginfl_1608634497', '1404615092', 'no') ; 
INSERT INTO `wp_options` VALUES (7388452, '_transient_wflginfl_1608634497', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369130, '_transient_timeout_wflginfl_697222893', '1404478434', 'no') ; 
INSERT INTO `wp_options` VALUES (7369131, '_transient_wflginfl_697222893', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368325, '_transient_timeout_wflginfl_3310839597', '1404464441', 'no') ; 
INSERT INTO `wp_options` VALUES (7368326, '_transient_wflginfl_3310839597', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540777, '_transient_wflginfl_3568512435', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468805, '_transient_timeout_wflginfl_3147514079', '1404772862', 'no') ; 
INSERT INTO `wp_options` VALUES (7461369, '_transient_timeout_wflginfl_1442126859', '1404766316', 'no') ; 
INSERT INTO `wp_options` VALUES (7461370, '_transient_wflginfl_1442126859', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368090, '_transient_timeout_wflginfl_1365538345', '1404450230', 'no') ; 
INSERT INTO `wp_options` VALUES (7443677, '_transient_timeout_wflginfl_3090935500', '1404752810', 'no') ; 
INSERT INTO `wp_options` VALUES (7443678, '_transient_wflginfl_3090935500', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367983, '_transient_timeout_wflginfl_3162340886', '1404444794', 'no') ; 
INSERT INTO `wp_options` VALUES (7501400, '_transient_timeout_wflginfl_3196272561', '1404803949', 'no') ; 
INSERT INTO `wp_options` VALUES (7501401, '_transient_wflginfl_3196272561', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367902, '_transient_timeout_wflginfl_779233698', '1404441021', 'no') ; 
INSERT INTO `wp_options` VALUES (7367903, '_transient_wflginfl_779233698', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508215, '_transient_timeout_wflginfl_2030121414', '1404809245', 'no') ; 
INSERT INTO `wp_options` VALUES (7508216, '_transient_wflginfl_2030121414', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367926, '_transient_timeout_wflginfl_2036436610', '1404442064', 'no') ; 
INSERT INTO `wp_options` VALUES (7367927, '_transient_wflginfl_2036436610', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540748, '_transient_timeout_wflginfl_1502287133', '1404831298', 'no') ; 
INSERT INTO `wp_options` VALUES (7540749, '_transient_wflginfl_1502287133', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368088, '_transient_timeout_wflginfl_1001807497', '1404450161', 'no') ; 
INSERT INTO `wp_options` VALUES (7368089, '_transient_wflginfl_1001807497', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7367984, '_transient_wflginfl_3162340886', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368005, '_transient_timeout_wflginfl_2085780559', '1404446238', 'no') ; 
INSERT INTO `wp_options` VALUES (7468666, '_transient_wflginfl_1446999992', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541129, '_transient_wflginfl_1745642604', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368006, '_transient_wflginfl_2085780559', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368117, '_transient_timeout_wflginfl_1834778404', '1404451588', 'no') ; 
INSERT INTO `wp_options` VALUES (7368118, '_transient_wflginfl_1834778404', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396429, '_transient_timeout_wflginfl_3383529353', '1404637571', 'no') ; 
INSERT INTO `wp_options` VALUES (7482326, '_transient_wflginfl_3202389774', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458137, '_transient_wflginfl_1386858983', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396430, '_transient_wflginfl_3383529353', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416405, '_transient_wflginfl_1175982124', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540576, '_transient_timeout_wflginfl_2344817170', '1404831211', 'no') ; 
INSERT INTO `wp_options` VALUES (7374408, '_transient_timeout_wflginfl_662081943', '1404582141', 'no') ; 
INSERT INTO `wp_options` VALUES (7374409, '_transient_wflginfl_662081943', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540812, '_transient_timeout_wflginfl_1840192514', '1404831324', 'no') ; 
INSERT INTO `wp_options` VALUES (7538741, '_transient_timeout_wflginfl_3200602981', '1404830046', 'no') ; 
INSERT INTO `wp_options` VALUES (7368091, '_transient_wflginfl_1365538345', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540148, '_transient_timeout_wflginfl_1290228841', '1404830974', 'no') ; 
INSERT INTO `wp_options` VALUES (7540149, '_transient_wflginfl_1290228841', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368717, '_transient_timeout_wflginfl_3380782907', '1404470241', 'no') ; 
INSERT INTO `wp_options` VALUES (7368718, '_transient_wflginfl_3380782907', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396936, '_transient_timeout_wflginfl_2260726786', '1404638542', 'no') ; 
INSERT INTO `wp_options` VALUES (7396937, '_transient_wflginfl_2260726786', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368150, '_transient_timeout_wflginfl_3537163748', '1404453550', 'no') ; 
INSERT INTO `wp_options` VALUES (7368151, '_transient_wflginfl_3537163748', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368158, '_transient_timeout_wflginfl_1315258344', '1404453714', 'no') ; 
INSERT INTO `wp_options` VALUES (7368159, '_transient_wflginfl_1315258344', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368399, '_transient_timeout_wflginfl_1492388918', '1404466435', 'no') ; 
INSERT INTO `wp_options` VALUES (7368400, '_transient_wflginfl_1492388918', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541084, '_transient_timeout_wflginfl_1250334070', '1404831428', 'no') ; 
INSERT INTO `wp_options` VALUES (7502536, '_transient_timeout_wflginfl_3065159320', '1404804862', 'no') ; 
INSERT INTO `wp_options` VALUES (7502537, '_transient_wflginfl_3065159320', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369544, '_transient_timeout_wflginfl_1001806464', '1404487859', 'no') ; 
INSERT INTO `wp_options` VALUES (7369545, '_transient_wflginfl_1001806464', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368264, '_transient_timeout_wflginfl_1569714016', '1404460648', 'no') ; 
INSERT INTO `wp_options` VALUES (7368265, '_transient_wflginfl_1569714016', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533051, '_transient_wflginfl_3065622020', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533050, '_transient_timeout_wflginfl_3065622020', '1404826311', 'no') ; 
INSERT INTO `wp_options` VALUES (7539960, '_transient_timeout_wflginfl_778862125', '1404830838', 'no') ; 
INSERT INTO `wp_options` VALUES (7539961, '_transient_wflginfl_778862125', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410464, '_transient_timeout_wflginfl_3269743798', '1404726605', 'no') ; 
INSERT INTO `wp_options` VALUES (7410465, '_transient_wflginfl_3269743798', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368294, '_transient_timeout_wflginfl_2945114756', '1404462523', 'no') ; 
INSERT INTO `wp_options` VALUES (7368295, '_transient_wflginfl_2945114756', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532566, '_transient_timeout_wflginfl_1848028027', '1404826000', 'no') ; 
INSERT INTO `wp_options` VALUES (7532567, '_transient_wflginfl_1848028027', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540694, '_transient_timeout_wflginfl_1466246058', '1404831274', 'no') ; 
INSERT INTO `wp_options` VALUES (7418996, '_transient_timeout_wflginfl_3584353175', '1404733451', 'no') ; 
INSERT INTO `wp_options` VALUES (7368336, '_transient_timeout_wflginfl_2535459365', '1404465225', 'no') ; 
INSERT INTO `wp_options` VALUES (7368337, '_transient_wflginfl_2535459365', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451456, '_transient_timeout_wflginfl_1522511530', '1404758752', 'no') ; 
INSERT INTO `wp_options` VALUES (7451457, '_transient_wflginfl_1522511530', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431499, '_transient_timeout_wflginfl_1041788146', '1404743458', 'no') ; 
INSERT INTO `wp_options` VALUES (7431500, '_transient_wflginfl_1041788146', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448235, '_transient_timeout_wflginfl_1328953063', '1404756269', 'no') ; 
INSERT INTO `wp_options` VALUES (7448236, '_transient_wflginfl_1328953063', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397555, '_transient_timeout_wflginfl_1519656657', '1404639548', 'no') ; 
INSERT INTO `wp_options` VALUES (7526674, '_transient_timeout_wflginfl_244138854', '1404822043', 'no') ; 
INSERT INTO `wp_options` VALUES (7498197, '_transient_timeout_wflginfl_1314398419', '1404801286', 'no') ; 
INSERT INTO `wp_options` VALUES (7408695, '_transient_wflginfl_2063099576', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518202, '_transient_wflginfl_403076278', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507104, '_transient_timeout_wflginfl_1892033537', '1404808442', 'no') ; 
INSERT INTO `wp_options` VALUES (7447693, '_transient_timeout_wflginfl_1428048516', '1404755857', 'no') ; 
INSERT INTO `wp_options` VALUES (7534870, '_transient_timeout_wflginfl_1743843854', '1404827482', 'no') ; 
INSERT INTO `wp_options` VALUES (7533507, '_transient_timeout_wflginfl_3588719702', '1404826595', 'no') ; 
INSERT INTO `wp_options` VALUES (7369187, '_transient_timeout_wflginfl_773696280', '1404481067', 'no') ; 
INSERT INTO `wp_options` VALUES (7369188, '_transient_wflginfl_773696280', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485591, '_transient_timeout_wflginfl_3732886888', '1404789431', 'no') ; 
INSERT INTO `wp_options` VALUES (7408397, '_transient_wflginfl_658201174', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530920, '_transient_timeout_wflginfl_3201454945', '1404824966', 'no') ; 
INSERT INTO `wp_options` VALUES (7368631, '_transient_timeout_wflginfl_1381630601', '1404469091', 'no') ; 
INSERT INTO `wp_options` VALUES (7530921, '_transient_wflginfl_3201454945', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368632, '_transient_wflginfl_1381630601', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428550, '_transient_timeout_wflginfl_3399492511', '1404741154', 'no') ; 
INSERT INTO `wp_options` VALUES (7428551, '_transient_wflginfl_3399492511', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368370, '_transient_timeout_wflginfl_634449641', '1404465790', 'no') ; 
INSERT INTO `wp_options` VALUES (7368371, '_transient_wflginfl_634449641', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368372, '_transient_timeout_wflginfl_1456133912', '1404465838', 'no') ; 
INSERT INTO `wp_options` VALUES (7368373, '_transient_wflginfl_1456133912', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396503, '_transient_timeout_wflginfl_3648099311', '1404637680', 'no') ; 
INSERT INTO `wp_options` VALUES (7396504, '_transient_wflginfl_3648099311', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370462, '_transient_timeout_wflginfl_657968250', '1404509277', 'no') ; 
INSERT INTO `wp_options` VALUES (7370463, '_transient_wflginfl_657968250', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368378, '_transient_timeout_wflginfl_1378822212', '1404466041', 'no') ; 
INSERT INTO `wp_options` VALUES (7368379, '_transient_wflginfl_1378822212', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368380, '_transient_timeout_wflginfl_3032459493', '1404466089', 'no') ; 
INSERT INTO `wp_options` VALUES (7368381, '_transient_wflginfl_3032459493', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368763, '_transient_timeout_wflginfl_1299999092', '1404470965', 'no') ; 
INSERT INTO `wp_options` VALUES (7536686, '_transient_wflginfl_3029665946', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451882, '_transient_timeout_wflginfl_774850584', '1404759101', 'no') ; 
INSERT INTO `wp_options` VALUES (7445788, '_transient_timeout_wflginfl_634449518', '1404754414', 'no') ; 
INSERT INTO `wp_options` VALUES (7508718, '_transient_wflginfl_408637828', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522026, '_transient_wflginfl_3188756561', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368742, '_transient_timeout_wflginfl_2036395176', '1404470660', 'no') ; 
INSERT INTO `wp_options` VALUES (7415856, '_transient_timeout_wflginfl_2193718452', '1404730825', 'no') ; 
INSERT INTO `wp_options` VALUES (7457162, '_transient_timeout_wflginfl_1209772084', '1404763008', 'no') ; 
INSERT INTO `wp_options` VALUES (7368743, '_transient_wflginfl_2036395176', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368403, '_transient_timeout_wflginfl_1533615475', '1404466470', 'no') ; 
INSERT INTO `wp_options` VALUES (7368404, '_transient_wflginfl_1533615475', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396077, '_transient_timeout_wflginfl_2730968825', '1404636950', 'no') ; 
INSERT INTO `wp_options` VALUES (7396078, '_transient_wflginfl_2730968825', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486710, '_transient_wflginfl_1399210493', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519839, '_transient_wflginfl_1935130666', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520200, '_transient_timeout_wflginfl_1569259607', '1404817649', 'no') ; 
INSERT INTO `wp_options` VALUES (7540016, '_transient_timeout_wflginfl_2058847714', '1404830875', 'no') ; 
INSERT INTO `wp_options` VALUES (7523375, '_transient_timeout_wflginfl_2579493779', '1404820511', 'no') ; 
INSERT INTO `wp_options` VALUES (7523376, '_transient_wflginfl_2579493779', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7531614, '_transient_timeout_wflginfl_3707235279', '1404825417', 'no') ; 
INSERT INTO `wp_options` VALUES (7531615, '_transient_wflginfl_3707235279', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496078, '_transient_wflginfl_3040482019', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7496077, '_transient_timeout_wflginfl_3040482019', '1404799672', 'no') ; 
INSERT INTO `wp_options` VALUES (7368419, '_transient_timeout_wflginfl_245515741', '1404466817', 'no') ; 
INSERT INTO `wp_options` VALUES (7368420, '_transient_wflginfl_245515741', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368980, '_transient_timeout_wflginfl_1424770937', '1404474754', 'no') ; 
INSERT INTO `wp_options` VALUES (7368981, '_transient_wflginfl_1424770937', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369096, '_transient_timeout_wflginfl_1520884000', '1404477299', 'no') ; 
INSERT INTO `wp_options` VALUES (7369097, '_transient_wflginfl_1520884000', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368425, '_transient_timeout_wflginfl_1372143285', '1404466907', 'no') ; 
INSERT INTO `wp_options` VALUES (7368426, '_transient_wflginfl_1372143285', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368463, '_transient_timeout_wflginfl_693619758', '1404467489', 'no') ; 
INSERT INTO `wp_options` VALUES (7368464, '_transient_wflginfl_693619758', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7496645, '_transient_wflginfl_1311612635', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538854, '_transient_wflginfl_1342219660', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7540642, '_transient_timeout_wflginfl_2957592782', '1404831242', 'no') ; 
INSERT INTO `wp_options` VALUES (7540630, '_transient_timeout_wflginfl_1794341449', '1404831519', 'no') ; 
INSERT INTO `wp_options` VALUES (7368437, '_transient_timeout_wflginfl_1318289506', '1404466993', 'no') ; 
INSERT INTO `wp_options` VALUES (7368438, '_transient_wflginfl_1318289506', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368674, '_transient_timeout_wflginfl_694660602', '1404469641', 'no') ; 
INSERT INTO `wp_options` VALUES (7368675, '_transient_wflginfl_694660602', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368441, '_transient_timeout_wflginfl_3495867683', '1404467076', 'no') ; 
INSERT INTO `wp_options` VALUES (7368442, '_transient_wflginfl_3495867683', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368879, '_transient_timeout_wflginfl_3305639756', '1404472867', 'no') ; 
INSERT INTO `wp_options` VALUES (7368880, '_transient_wflginfl_3305639756', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398162, '_transient_timeout_wflginfl_2050783971', '1404645607', 'no') ; 
INSERT INTO `wp_options` VALUES (7398163, '_transient_wflginfl_2050783971', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520185, '_transient_wflginfl_1599858077', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514444, '_transient_wflginfl_2332064779', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368449, '_transient_timeout_wflginfl_84882056', '1404467157', 'no') ; 
INSERT INTO `wp_options` VALUES (7368450, '_transient_wflginfl_84882056', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397355, '_transient_timeout_wflginfl_405191326', '1404639238', 'no') ; 
INSERT INTO `wp_options` VALUES (7397356, '_transient_wflginfl_405191326', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7368453, '_transient_timeout_wflginfl_2036503938', '1404467268', 'no') ; 
INSERT INTO `wp_options` VALUES (7368454, '_transient_wflginfl_2036503938', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478806, '_transient_timeout_wflginfl_3127701185', '1404782812', 'no') ; 
INSERT INTO `wp_options` VALUES (7478807, '_transient_wflginfl_3127701185', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7368459, '_transient_timeout_wflginfl_3310715912', '1404467290', 'no') ; 
INSERT INTO `wp_options` VALUES (7368460, '_transient_wflginfl_3310715912', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541147, '_transient_wflginfl_1951873641', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539489, '_transient_wflginfl_1596822249', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368465, '_transient_timeout_wflginfl_1495503914', '1404467469', 'no') ; 
INSERT INTO `wp_options` VALUES (7368466, '_transient_wflginfl_1495503914', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7396341, '_transient_timeout_wflginfl_2994363235', '1404637434', 'no') ; 
INSERT INTO `wp_options` VALUES (7396342, '_transient_wflginfl_2994363235', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368790, '_transient_timeout_wflginfl_627764860', '1404471170', 'no') ; 
INSERT INTO `wp_options` VALUES (7368791, '_transient_wflginfl_627764860', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368471, '_transient_timeout_wflginfl_704262867', '1404467414', 'no') ; 
INSERT INTO `wp_options` VALUES (7368472, '_transient_wflginfl_704262867', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480623, '_transient_timeout_wflginfl_3036292586', '1404784544', 'no') ; 
INSERT INTO `wp_options` VALUES (7480624, '_transient_wflginfl_3036292586', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539352, '_transient_timeout_wflginfl_1371463539', '1404830450', 'no') ; 
INSERT INTO `wp_options` VALUES (7539353, '_transient_wflginfl_1371463539', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368477, '_transient_timeout_wflginfl_3045541165', '1404467443', 'no') ; 
INSERT INTO `wp_options` VALUES (7368478, '_transient_wflginfl_3045541165', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7368479, '_transient_timeout_wflginfl_2538228192', '1404467455', 'no') ; 
INSERT INTO `wp_options` VALUES (7368480, '_transient_wflginfl_2538228192', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368481, '_transient_timeout_wflginfl_2101124266', '1404467504', 'no') ; 
INSERT INTO `wp_options` VALUES (7368482, '_transient_wflginfl_2101124266', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504497, '_transient_timeout_wflginfl_2088579688', '1404806444', 'no') ; 
INSERT INTO `wp_options` VALUES (7504498, '_transient_wflginfl_2088579688', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368487, '_transient_timeout_wflginfl_1600050014', '1404467546', 'no') ; 
INSERT INTO `wp_options` VALUES (7368488, '_transient_wflginfl_1600050014', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539738, '_transient_wflginfl_1835076861', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511672, '_transient_timeout_wflginfl_1997511790', '1404811704', 'no') ; 
INSERT INTO `wp_options` VALUES (7533744, '_transient_wflginfl_411505268', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389843, '_transient_timeout_wflginfl_1309595761', '1404619676', 'no') ; 
INSERT INTO `wp_options` VALUES (7389844, '_transient_wflginfl_1309595761', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373974, '_transient_timeout_wflginfl_1501252760', '1404581253', 'no') ; 
INSERT INTO `wp_options` VALUES (7373975, '_transient_wflginfl_1501252760', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368495, '_transient_timeout_wflginfl_84838329', '1404467598', 'no') ; 
INSERT INTO `wp_options` VALUES (7368496, '_transient_wflginfl_84838329', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517771, '_transient_timeout_wflginfl_2346363301', '1404815967', 'no') ; 
INSERT INTO `wp_options` VALUES (7469865, '_transient_timeout_wflginfl_1449942564', '1404773633', 'no') ; 
INSERT INTO `wp_options` VALUES (7536697, '_transient_timeout_wflginfl_3041005524', '1404828734', 'no') ; 
INSERT INTO `wp_options` VALUES (7536698, '_transient_wflginfl_3041005524', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453313, '_transient_timeout_wflginfl_3389361315', '1404760125', 'no') ; 
INSERT INTO `wp_options` VALUES (7499663, '_transient_timeout_wflginfl_1461573787', '1404802807', 'no') ; 
INSERT INTO `wp_options` VALUES (7368505, '_transient_timeout_wflginfl_1384712612', '1404467718', 'no') ; 
INSERT INTO `wp_options` VALUES (7368506, '_transient_wflginfl_1384712612', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530008, '_transient_timeout_wflginfl_1450776729', '1404824341', 'no') ; 
INSERT INTO `wp_options` VALUES (7530009, '_transient_wflginfl_1450776729', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368509, '_transient_timeout_wflginfl_1384713403', '1404467761', 'no') ; 
INSERT INTO `wp_options` VALUES (7368510, '_transient_wflginfl_1384713403', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368513, '_transient_timeout_wflginfl_3065577987', '1404467793', 'no') ; 
INSERT INTO `wp_options` VALUES (7368514, '_transient_wflginfl_3065577987', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368515, '_transient_timeout_wflginfl_1455337338', '1404467855', 'no') ; 
INSERT INTO `wp_options` VALUES (7368516, '_transient_wflginfl_1455337338', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538161, '_transient_timeout_wflginfl_3098158646', '1404829666', 'no') ; 
INSERT INTO `wp_options` VALUES (7539951, '_transient_wflginfl_2042316931', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368519, '_transient_timeout_wflginfl_784225814', '1404467890', 'no') ; 
INSERT INTO `wp_options` VALUES (7368520, '_transient_wflginfl_784225814', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368521, '_transient_timeout_wflginfl_657916015', '1404467935', 'no') ; 
INSERT INTO `wp_options` VALUES (7368522, '_transient_wflginfl_657916015', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529170, '_transient_timeout_wflginfl_1547458004', '1404823792', 'no') ; 
INSERT INTO `wp_options` VALUES (7529171, '_transient_wflginfl_1547458004', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457920, '_transient_timeout_wflginfl_1314965507', '1404763606', 'no') ; 
INSERT INTO `wp_options` VALUES (7457921, '_transient_wflginfl_1314965507', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454753, '_transient_timeout_wflginfl_3065277114', '1404761201', 'no') ; 
INSERT INTO `wp_options` VALUES (7454754, '_transient_wflginfl_3065277114', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372788, '_transient_timeout_wflginfl_3106251009', '1404577096', 'no') ; 
INSERT INTO `wp_options` VALUES (7372789, '_transient_wflginfl_3106251009', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479525, '_transient_timeout_wflginfl_1103491711', '1404783364', 'no') ; 
INSERT INTO `wp_options` VALUES (7479526, '_transient_wflginfl_1103491711', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368535, '_transient_timeout_wflginfl_712261268', '1404468167', 'no') ; 
INSERT INTO `wp_options` VALUES (7368536, '_transient_wflginfl_712261268', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369611, '_transient_timeout_wflginfl_621926130', '1404488780', 'no') ; 
INSERT INTO `wp_options` VALUES (7369612, '_transient_wflginfl_621926130', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437449, '_transient_timeout_wflginfl_694171512', '1404747985', 'no') ; 
INSERT INTO `wp_options` VALUES (7420014, '_transient_timeout_wflginfl_694240162', '1404734288', 'no') ; 
INSERT INTO `wp_options` VALUES (7512861, '_transient_timeout_wflginfl_1333118340', '1404812551', 'no') ; 
INSERT INTO `wp_options` VALUES (7541008, '_transient_timeout_wflginfl_1608660500', '1404831403', 'no') ; 
INSERT INTO `wp_options` VALUES (7427374, '_transient_wflginfl_1508213472', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539753, '_transient_wflginfl_1283267672', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368547, '_transient_timeout_wflginfl_1342744194', '1404468609', 'no') ; 
INSERT INTO `wp_options` VALUES (7368548, '_transient_wflginfl_1342744194', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7502352, '_transient_timeout_wflginfl_3290482348', '1404805597', 'no') ; 
INSERT INTO `wp_options` VALUES (7502353, '_transient_wflginfl_3290482348', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7386872, '_transient_timeout_wflginfl_1847702076', '1404610116', 'no') ; 
INSERT INTO `wp_options` VALUES (7386873, '_transient_wflginfl_1847702076', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539884, '_transient_timeout_wflginfl_1700958242', '1404830790', 'no') ; 
INSERT INTO `wp_options` VALUES (7539885, '_transient_wflginfl_1700958242', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528764, '_transient_timeout_wflginfl_1506975140', '1404823495', 'no') ; 
INSERT INTO `wp_options` VALUES (7528765, '_transient_wflginfl_1506975140', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368557, '_transient_timeout_wflginfl_1580965640', '1404468392', 'no') ; 
INSERT INTO `wp_options` VALUES (7368558, '_transient_wflginfl_1580965640', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540119, '_transient_wflginfl_3193982505', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368563, '_transient_timeout_wflginfl_1892047480', '1404468435', 'no') ; 
INSERT INTO `wp_options` VALUES (7368564, '_transient_wflginfl_1892047480', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368565, '_transient_timeout_wflginfl_2944958184', '1404468457', 'no') ; 
INSERT INTO `wp_options` VALUES (7368566, '_transient_wflginfl_2944958184', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398039, '_transient_wflginfl_3577296326', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505371, '_transient_wflginfl_2346987953', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539404, '_transient_timeout_wflginfl_3009971388', '1404830492', 'no') ; 
INSERT INTO `wp_options` VALUES (7533584, '_transient_wflginfl_3162969465', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478057, '_transient_timeout_wflginfl_2944970651', '1404781819', 'no') ; 
INSERT INTO `wp_options` VALUES (7478058, '_transient_wflginfl_2944970651', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522213, '_transient_timeout_wflginfl_1984248356', '1404818970', 'no') ; 
INSERT INTO `wp_options` VALUES (7485869, '_transient_timeout_wflginfl_2916686652', '1404789684', 'no') ; 
INSERT INTO `wp_options` VALUES (7485870, '_transient_wflginfl_2916686652', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369021, '_transient_timeout_wflginfl_1569207530', '1404475546', 'no') ; 
INSERT INTO `wp_options` VALUES (7369022, '_transient_wflginfl_1569207530', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376473, '_transient_timeout_wflginfl_1396116929', '1404585904', 'no') ; 
INSERT INTO `wp_options` VALUES (7376474, '_transient_wflginfl_1396116929', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368582, '_transient_timeout_wflginfl_657134546', '1404468579', 'no') ; 
INSERT INTO `wp_options` VALUES (7368583, '_transient_wflginfl_657134546', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369140, '_transient_timeout_wflginfl_3065585374', '1404478675', 'no') ; 
INSERT INTO `wp_options` VALUES (7369141, '_transient_wflginfl_3065585374', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368588, '_transient_timeout_wflginfl_3159288786', '1404468621', 'no') ; 
INSERT INTO `wp_options` VALUES (7368589, '_transient_wflginfl_3159288786', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368590, '_transient_timeout_wflginfl_1938206994', '1404468665', 'no') ; 
INSERT INTO `wp_options` VALUES (7368591, '_transient_wflginfl_1938206994', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369034, '_transient_timeout_wflginfl_2057847127', '1404475836', 'no') ; 
INSERT INTO `wp_options` VALUES (7369035, '_transient_wflginfl_2057847127', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368594, '_transient_timeout_wflginfl_657324693', '1404468725', 'no') ; 
INSERT INTO `wp_options` VALUES (7368595, '_transient_wflginfl_657324693', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455527, '_transient_timeout_wflginfl_1585135871', '1404761785', 'no') ; 
INSERT INTO `wp_options` VALUES (7534940, '_transient_timeout_wflginfl_1186061453', '1404827525', 'no') ; 
INSERT INTO `wp_options` VALUES (7368598, '_transient_timeout_wflginfl_1040001240', '1404468772', 'no') ; 
INSERT INTO `wp_options` VALUES (7368599, '_transient_wflginfl_1040001240', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397686, '_transient_timeout_wflginfl_3155768277', '1404639816', 'no') ; 
INSERT INTO `wp_options` VALUES (7397684, '_transient_wflginfl_1834856030', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368759, '_transient_wflginfl_523714555', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536685, '_transient_timeout_wflginfl_3029665946', '1404828726', 'no') ; 
INSERT INTO `wp_options` VALUES (7541332, '_transient_timeout_wflginfl_1416385919', '1404831526', 'no') ; 
INSERT INTO `wp_options` VALUES (7541333, '_transient_wflginfl_1416385919', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431447, '_transient_timeout_wflginfl_1160744890', '1404743415', 'no') ; 
INSERT INTO `wp_options` VALUES (7431448, '_transient_wflginfl_1160744890', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368610, '_transient_timeout_wflginfl_84859937', '1404468931', 'no') ; 
INSERT INTO `wp_options` VALUES (7368611, '_transient_wflginfl_84859937', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540566, '_transient_timeout_wflginfl_1327363407', '1404831202', 'no') ; 
INSERT INTO `wp_options` VALUES (7540567, '_transient_wflginfl_1327363407', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369348, '_transient_timeout_wflginfl_1570172433', '1404485581', 'no') ; 
INSERT INTO `wp_options` VALUES (7369349, '_transient_wflginfl_1570172433', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538477, '_transient_timeout_wflginfl_702519734', '1404829862', 'no') ; 
INSERT INTO `wp_options` VALUES (7522501, '_transient_timeout_wflginfl_2731017750', '1404819140', 'no') ; 
INSERT INTO `wp_options` VALUES (7383176, '_transient_timeout_wflginfl_1328318211', '1404600028', 'no') ; 
INSERT INTO `wp_options` VALUES (7383177, '_transient_wflginfl_1328318211', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539444, '_transient_timeout_wflginfl_1676420229', '1404830512', 'no') ; 
INSERT INTO `wp_options` VALUES (7536699, '_transient_timeout_wflginfl_3001912132', '1404828734', 'no') ; 
INSERT INTO `wp_options` VALUES (7536700, '_transient_wflginfl_3001912132', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505468, '_transient_timeout_wflginfl_3290227718', '1404807242', 'no') ; 
INSERT INTO `wp_options` VALUES (7505469, '_transient_wflginfl_3290227718', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368906, '_transient_timeout_wflginfl_3732877317', '1404473272', 'no') ; 
INSERT INTO `wp_options` VALUES (7368907, '_transient_wflginfl_3732877317', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398038, '_transient_timeout_wflginfl_3577296326', '1404641223', 'no') ; 
INSERT INTO `wp_options` VALUES (7505370, '_transient_timeout_wflginfl_2346987953', '1404807174', 'no') ; 
INSERT INTO `wp_options` VALUES (7491827, '_transient_timeout_wflginfl_3732909651', '1404795363', 'no') ; 
INSERT INTO `wp_options` VALUES (7491828, '_transient_wflginfl_3732909651', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541026, '_transient_timeout_wflginfl_2937959218', '1404831408', 'no') ; 
INSERT INTO `wp_options` VALUES (7541027, '_transient_wflginfl_2937959218', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368656, '_transient_timeout_wflginfl_3362939168', '1404469469', 'no') ; 
INSERT INTO `wp_options` VALUES (7368657, '_transient_wflginfl_3362939168', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478828, '_transient_timeout_wflginfl_3374672488', '1404782896', 'no') ; 
INSERT INTO `wp_options` VALUES (7533477, '_transient_timeout_wflginfl_3584106474', '1404826579', 'no') ; 
INSERT INTO `wp_options` VALUES (7533478, '_transient_wflginfl_3584106474', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372422, '_transient_timeout_wflginfl_3651428586', '1404575490', 'no') ; 
INSERT INTO `wp_options` VALUES (7372423, '_transient_wflginfl_3651428586', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422723, '_transient_timeout_wflginfl_1024493582', '1404736536', 'no') ; 
INSERT INTO `wp_options` VALUES (7422724, '_transient_wflginfl_1024493582', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383624, '_transient_timeout_wflginfl_1668616394', '1404601049', 'no') ; 
INSERT INTO `wp_options` VALUES (7383625, '_transient_wflginfl_1668616394', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368754, '_transient_timeout_wflginfl_1835016032', '1404470965', 'no') ; 
INSERT INTO `wp_options` VALUES (7497301, '_transient_timeout_wflginfl_3185471675', '1404800405', 'no') ; 
INSERT INTO `wp_options` VALUES (7464397, '_transient_wflginfl_1887928397', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368932, '_transient_timeout_wflginfl_3170821620', '1404473664', 'no') ; 
INSERT INTO `wp_options` VALUES (7368933, '_transient_wflginfl_3170821620', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398078, '_transient_wflginfl_1429279379', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398077, '_transient_timeout_wflginfl_1429279379', '1404641474', 'no') ; 
INSERT INTO `wp_options` VALUES (7386874, '_transient_timeout_wflginfl_1992145348', '1404610119', 'no') ; 
INSERT INTO `wp_options` VALUES (7386875, '_transient_wflginfl_1992145348', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368689, '_transient_timeout_wflginfl_1533701207', '1404469885', 'no') ; 
INSERT INTO `wp_options` VALUES (7368690, '_transient_wflginfl_1533701207', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368693, '_transient_timeout_wflginfl_1840704740', '1404469905', 'no') ; 
INSERT INTO `wp_options` VALUES (7368694, '_transient_wflginfl_1840704740', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368697, '_transient_timeout_wflginfl_1892773619', '1404469948', 'no') ; 
INSERT INTO `wp_options` VALUES (7368698, '_transient_wflginfl_1892773619', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538827, '_transient_timeout_wflginfl_1562508105', '1404830093', 'no') ; 
INSERT INTO `wp_options` VALUES (7539147, '_transient_timeout_wflginfl_3318581313', '1404830297', 'no') ; 
INSERT INTO `wp_options` VALUES (7537981, '_transient_timeout_wflginfl_1143311555', '1404829547', 'no') ; 
INSERT INTO `wp_options` VALUES (7368701, '_transient_timeout_wflginfl_637075037', '1404469956', 'no') ; 
INSERT INTO `wp_options` VALUES (7368702, '_transient_wflginfl_637075037', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541388, '_transient_timeout_wflginfl_1153043890', '1404831561', 'no') ; 
INSERT INTO `wp_options` VALUES (7368711, '_transient_timeout_wflginfl_3574018345', '1404470207', 'no') ; 
INSERT INTO `wp_options` VALUES (7368712, '_transient_wflginfl_3574018345', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368950, '_transient_timeout_wflginfl_1730130278', '1404474129', 'no') ; 
INSERT INTO `wp_options` VALUES (7369144, '_transient_timeout_wflginfl_1307776080', '1404478857', 'no') ; 
INSERT INTO `wp_options` VALUES (7369145, '_transient_wflginfl_1307776080', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462162, '_transient_wflginfl_1359652859', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416856, '_transient_timeout_wflginfl_1776443857', '1404731702', 'no') ; 
INSERT INTO `wp_options` VALUES (7369296, '_transient_timeout_wflginfl_2955766080', '1404484804', 'no') ; 
INSERT INTO `wp_options` VALUES (7369297, '_transient_wflginfl_2955766080', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368730, '_transient_timeout_wflginfl_1919741405', '1404470423', 'no') ; 
INSERT INTO `wp_options` VALUES (7368731, '_transient_wflginfl_1919741405', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368894, '_transient_timeout_wflginfl_784502371', '1404472975', 'no') ; 
INSERT INTO `wp_options` VALUES (7368895, '_transient_wflginfl_784502371', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369013, '_transient_timeout_wflginfl_1310844631', '1404475243', 'no') ; 
INSERT INTO `wp_options` VALUES (7369014, '_transient_wflginfl_1310844631', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541153, '_transient_wflginfl_36927194', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534424, '_transient_timeout_wflginfl_773087804', '1404827189', 'no') ; 
INSERT INTO `wp_options` VALUES (7368744, '_transient_timeout_wflginfl_1496246242', '1404470674', 'no') ; 
INSERT INTO `wp_options` VALUES (7368745, '_transient_wflginfl_1496246242', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536101, '_transient_wflginfl_1419137758', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7535401, '_transient_wflginfl_2966058152', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368814, '_transient_timeout_wflginfl_3281758389', '1404471589', 'no') ; 
INSERT INTO `wp_options` VALUES (7368815, '_transient_wflginfl_3281758389', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368752, '_transient_timeout_wflginfl_1332873761', '1404470756', 'no') ; 
INSERT INTO `wp_options` VALUES (7368753, '_transient_wflginfl_1332873761', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503873, '_transient_timeout_wflginfl_608515075', '1404805933', 'no') ; 
INSERT INTO `wp_options` VALUES (7368767, '_transient_wflginfl_1299999092', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541389, '_transient_wflginfl_1153043890', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515217, '_transient_wflginfl_1046696086', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537025, '_transient_timeout_wflginfl_692248695', '1404828931', 'no') ; 
INSERT INTO `wp_options` VALUES (7537026, '_transient_wflginfl_692248695', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522655, '_transient_timeout_wflginfl_2684329989', '1404819240', 'no') ; 
INSERT INTO `wp_options` VALUES (7522656, '_transient_wflginfl_2684329989', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368776, '_transient_timeout_wflginfl_1315234342', '1404470988', 'no') ; 
INSERT INTO `wp_options` VALUES (7368777, '_transient_wflginfl_1315234342', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368900, '_transient_timeout_wflginfl_2954963046', '1404473144', 'no') ; 
INSERT INTO `wp_options` VALUES (7368901, '_transient_wflginfl_2954963046', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368951, '_transient_wflginfl_1730130278', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7368990, '_transient_timeout_wflginfl_3011384501', '1404474861', 'no') ; 
INSERT INTO `wp_options` VALUES (7368991, '_transient_wflginfl_3011384501', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538991, '_transient_timeout_wflginfl_3574082042', '1404830196', 'no') ; 
INSERT INTO `wp_options` VALUES (7440185, '_transient_timeout_wflginfl_1986368353', '1404750082', 'no') ; 
INSERT INTO `wp_options` VALUES (7368794, '_transient_timeout_wflginfl_1833112244', '1404471230', 'no') ; 
INSERT INTO `wp_options` VALUES (7368795, '_transient_wflginfl_1833112244', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371696, '_transient_timeout_wflginfl_90623574', '1404554345', 'no') ; 
INSERT INTO `wp_options` VALUES (7371697, '_transient_wflginfl_90623574', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368804, '_transient_timeout_wflginfl_1833047229', '1404471416', 'no') ; 
INSERT INTO `wp_options` VALUES (7368805, '_transient_wflginfl_1833047229', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7405888, '_transient_timeout_wflginfl_2010105221', '1404723303', 'no') ; 
INSERT INTO `wp_options` VALUES (7368817, '_transient_timeout_wflginfl_3373177279', '1404471638', 'no') ; 
INSERT INTO `wp_options` VALUES (7368818, '_transient_wflginfl_3373177279', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532580, '_transient_timeout_wflginfl_3577171773', '1404826008', 'no') ; 
INSERT INTO `wp_options` VALUES (7532581, '_transient_wflginfl_3577171773', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461283, '_transient_timeout_wflginfl_2249455051', '1404766248', 'no') ; 
INSERT INTO `wp_options` VALUES (7461284, '_transient_wflginfl_2249455051', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7405889, '_transient_wflginfl_2010105221', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7401788, '_transient_timeout_wflginfl_3065142050', '1404719849', 'no') ; 
INSERT INTO `wp_options` VALUES (7493660, '_transient_timeout_wflginfl_696653453', '1404797035', 'no') ; 
INSERT INTO `wp_options` VALUES (7535683, '_transient_wflginfl_1834853780', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369214, '_transient_timeout_wflginfl_237965431', '1404482573', 'no') ; 
INSERT INTO `wp_options` VALUES (7369215, '_transient_wflginfl_237965431', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539291, '_transient_timeout_wflginfl_1296954838', '1404830416', 'no') ; 
INSERT INTO `wp_options` VALUES (7539292, '_transient_wflginfl_1296954838', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368847, '_transient_timeout_wflginfl_1585002055', '1404472287', 'no') ; 
INSERT INTO `wp_options` VALUES (7368848, '_transient_wflginfl_1585002055', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368849, '_transient_timeout_wflginfl_1332882614', '1404472304', 'no') ; 
INSERT INTO `wp_options` VALUES (7368850, '_transient_wflginfl_1332882614', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540435, '_transient_wflginfl_469595535', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368855, '_transient_timeout_wflginfl_3065131066', '1404472341', 'no') ; 
INSERT INTO `wp_options` VALUES (7368856, '_transient_wflginfl_3065131066', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368857, '_transient_timeout_wflginfl_1331031918', '1404472380', 'no') ; 
INSERT INTO `wp_options` VALUES (7368858, '_transient_wflginfl_1331031918', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368863, '_transient_timeout_wflginfl_1857238004', '1404472416', 'no') ; 
INSERT INTO `wp_options` VALUES (7368864, '_transient_wflginfl_1857238004', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368869, '_transient_timeout_wflginfl_245986227', '1404472576', 'no') ; 
INSERT INTO `wp_options` VALUES (7368870, '_transient_wflginfl_245986227', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368871, '_transient_timeout_wflginfl_625675858', '1404472712', 'no') ; 
INSERT INTO `wp_options` VALUES (7368872, '_transient_wflginfl_625675858', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368890, '_transient_timeout_wflginfl_1305007020', '1404472956', 'no') ; 
INSERT INTO `wp_options` VALUES (7368891, '_transient_wflginfl_1305007020', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534290, '_transient_timeout_wflginfl_1432994890', '1404827102', 'no') ; 
INSERT INTO `wp_options` VALUES (7534291, '_transient_wflginfl_1432994890', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369019, '_transient_timeout_wflginfl_712201104', '1404475437', 'no') ; 
INSERT INTO `wp_options` VALUES (7369020, '_transient_wflginfl_712201104', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442298, '_transient_timeout_wflginfl_1417167344', '1404751703', 'no') ; 
INSERT INTO `wp_options` VALUES (7442299, '_transient_wflginfl_1417167344', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368904, '_transient_timeout_wflginfl_657146800', '1404473198', 'no') ; 
INSERT INTO `wp_options` VALUES (7368905, '_transient_wflginfl_657146800', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537259, '_transient_timeout_wflginfl_1501270775', '1404829078', 'no') ; 
INSERT INTO `wp_options` VALUES (7537260, '_transient_timeout_wflginfl_1938215754', '1404829078', 'no') ; 
INSERT INTO `wp_options` VALUES (7473698, '_transient_wflginfl_1344155051', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476955, '_transient_wflginfl_1742766849', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407254, '_transient_timeout_wflginfl_1001491789', '1404724571', 'no') ; 
INSERT INTO `wp_options` VALUES (7538878, '_transient_wflginfl_3714326914', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368916, '_transient_timeout_wflginfl_1832912232', '1404473489', 'no') ; 
INSERT INTO `wp_options` VALUES (7368917, '_transient_wflginfl_1832912232', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369248, '_transient_timeout_wflginfl_3146856800', '1404483916', 'no') ; 
INSERT INTO `wp_options` VALUES (7369249, '_transient_wflginfl_3146856800', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496732, '_transient_timeout_wflginfl_1507334743', '1404799909', 'no') ; 
INSERT INTO `wp_options` VALUES (7496733, '_transient_wflginfl_1507334743', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480017, '_transient_timeout_wflginfl_2050870587', '1404783870', 'no') ; 
INSERT INTO `wp_options` VALUES (7480018, '_transient_wflginfl_2050870587', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369191, '_transient_timeout_wflginfl_3081480877', '1404481084', 'no') ; 
INSERT INTO `wp_options` VALUES (7369192, '_transient_wflginfl_3081480877', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368994, '_transient_timeout_wflginfl_3669877061', '1404474911', 'no') ; 
INSERT INTO `wp_options` VALUES (7368995, '_transient_wflginfl_3669877061', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372390, '_transient_timeout_wflginfl_1139159421', '1404575312', 'no') ; 
INSERT INTO `wp_options` VALUES (7372391, '_transient_wflginfl_1139159421', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369687, '_transient_timeout_wflginfl_3065355527', '1404489744', 'no') ; 
INSERT INTO `wp_options` VALUES (7369688, '_transient_wflginfl_3065355527', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368944, '_transient_timeout_wflginfl_1892873199', '1404473872', 'no') ; 
INSERT INTO `wp_options` VALUES (7368945, '_transient_wflginfl_1892873199', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429411, '_transient_timeout_wflginfl_773087794', '1404741805', 'no') ; 
INSERT INTO `wp_options` VALUES (7429412, '_transient_wflginfl_773087794', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372975, '_transient_timeout_wflginfl_977666326', '1404578405', 'no') ; 
INSERT INTO `wp_options` VALUES (7372976, '_transient_wflginfl_977666326', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368998, '_transient_timeout_wflginfl_387709127', '1404474955', 'no') ; 
INSERT INTO `wp_options` VALUES (7368999, '_transient_wflginfl_387709127', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537657, '_transient_timeout_wflginfl_1502195011', '1404829324', 'no') ; 
INSERT INTO `wp_options` VALUES (7537658, '_transient_wflginfl_1502195011', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7368976, '_transient_timeout_wflginfl_697051635', '1404474632', 'no') ; 
INSERT INTO `wp_options` VALUES (7368977, '_transient_wflginfl_697051635', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430799, '_transient_timeout_wflginfl_2945199074', '1404742903', 'no') ; 
INSERT INTO `wp_options` VALUES (7430800, '_transient_wflginfl_2945199074', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394291, '_transient_timeout_wflginfl_35877405', '1404632815', 'no') ; 
INSERT INTO `wp_options` VALUES (7394292, '_transient_wflginfl_35877405', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369138, '_transient_timeout_wflginfl_1603388236', '1404478660', 'no') ; 
INSERT INTO `wp_options` VALUES (7369139, '_transient_wflginfl_1603388236', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369001, '_transient_timeout_wflginfl_657139958', '1404474995', 'no') ; 
INSERT INTO `wp_options` VALUES (7369002, '_transient_wflginfl_657139958', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370335, '_transient_timeout_wflginfl_2958403139', '1404505465', 'no') ; 
INSERT INTO `wp_options` VALUES (7370336, '_transient_wflginfl_2958403139', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7393024, '_transient_timeout_wflginfl_1599445128', '1404629458', 'no') ; 
INSERT INTO `wp_options` VALUES (7388724, '_transient_timeout_wflginfl_1933769557', '1404615902', 'no') ; 
INSERT INTO `wp_options` VALUES (7509710, '_transient_wflginfl_1855237103', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539026, '_transient_wflginfl_2984692416', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512569, '_transient_timeout_wflginfl_627645141', '1404812340', 'no') ; 
INSERT INTO `wp_options` VALUES (7470216, '_transient_wflginfl_1451953936', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369042, '_transient_timeout_wflginfl_1054315240', '1404475868', 'no') ; 
INSERT INTO `wp_options` VALUES (7369043, '_transient_wflginfl_1054315240', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369046, '_transient_timeout_wflginfl_1599012810', '1404475920', 'no') ; 
INSERT INTO `wp_options` VALUES (7369047, '_transient_wflginfl_1599012810', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535606, '_transient_timeout_wflginfl_1365238768', '1404828198', 'no') ; 
INSERT INTO `wp_options` VALUES (7535607, '_transient_wflginfl_1365238768', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7436386, '_transient_timeout_wflginfl_1501084619', '1404747130', 'no') ; 
INSERT INTO `wp_options` VALUES (7436387, '_transient_wflginfl_1501084619', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384076, '_transient_timeout_wflginfl_2033601884', '1404602284', 'no') ; 
INSERT INTO `wp_options` VALUES (7384077, '_transient_wflginfl_2033601884', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386525, '_transient_timeout_wflginfl_1569262035', '1404609105', 'no') ; 
INSERT INTO `wp_options` VALUES (7369063, '_transient_timeout_wflginfl_1264340649', '1404476426', 'no') ; 
INSERT INTO `wp_options` VALUES (7369064, '_transient_wflginfl_1264340649', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369102, '_transient_timeout_wflginfl_3065370931', '1404477426', 'no') ; 
INSERT INTO `wp_options` VALUES (7369103, '_transient_wflginfl_3065370931', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369200, '_transient_timeout_wflginfl_1569395616', '1404481878', 'no') ; 
INSERT INTO `wp_options` VALUES (7369201, '_transient_wflginfl_1569395616', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369080, '_transient_timeout_wflginfl_46131825', '1404476762', 'no') ; 
INSERT INTO `wp_options` VALUES (7369081, '_transient_wflginfl_46131825', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369120, '_transient_timeout_wflginfl_1976478971', '1404477952', 'no') ; 
INSERT INTO `wp_options` VALUES (7369121, '_transient_wflginfl_1976478971', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539103, '_transient_timeout_wflginfl_1835283248', '1404830267', 'no') ; 
INSERT INTO `wp_options` VALUES (7539362, '_transient_timeout_wflginfl_411536770', '1404830456', 'no') ; 
INSERT INTO `wp_options` VALUES (7369092, '_transient_timeout_wflginfl_2945431528', '1404477133', 'no') ; 
INSERT INTO `wp_options` VALUES (7369093, '_transient_wflginfl_2945431528', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540716, '_transient_timeout_wflginfl_1026226850', '1404831286', 'no') ; 
INSERT INTO `wp_options` VALUES (7540717, '_transient_wflginfl_1026226850', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369166, '_transient_timeout_wflginfl_2078759393', '1404480026', 'no') ; 
INSERT INTO `wp_options` VALUES (7369167, '_transient_wflginfl_2078759393', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7541302, '_transient_timeout_wflginfl_2548050625', '1404831514', 'no') ; 
INSERT INTO `wp_options` VALUES (7520381, '_transient_wflginfl_1697794948', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371379, '_transient_timeout_wflginfl_694376689', '1404543777', 'no') ; 
INSERT INTO `wp_options` VALUES (7371380, '_transient_wflginfl_694376689', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537153, '_transient_timeout_wflginfl_3387491847', '1404829014', 'no') ; 
INSERT INTO `wp_options` VALUES (7537154, '_transient_wflginfl_3387491847', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369132, '_transient_timeout_wflginfl_2308120435', '1404478439', 'no') ; 
INSERT INTO `wp_options` VALUES (7369133, '_transient_wflginfl_2308120435', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369142, '_transient_timeout_wflginfl_1109374834', '1404478786', 'no') ; 
INSERT INTO `wp_options` VALUES (7369143, '_transient_wflginfl_1109374834', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369150, '_transient_timeout_wflginfl_1887835057', '1404479065', 'no') ; 
INSERT INTO `wp_options` VALUES (7369151, '_transient_wflginfl_1887835057', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369156, '_transient_timeout_wflginfl_3035990746', '1404479503', 'no') ; 
INSERT INTO `wp_options` VALUES (7369157, '_transient_wflginfl_3035990746', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484016, '_transient_wflginfl_403320734', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396015, '_transient_timeout_wflginfl_3637729614', '1404636838', 'no') ; 
INSERT INTO `wp_options` VALUES (7396016, '_transient_wflginfl_3637729614', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369179, '_transient_timeout_wflginfl_1892668976', '1404480699', 'no') ; 
INSERT INTO `wp_options` VALUES (7369180, '_transient_wflginfl_1892668976', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369181, '_transient_timeout_wflginfl_3319968188', '1404480879', 'no') ; 
INSERT INTO `wp_options` VALUES (7369182, '_transient_wflginfl_3319968188', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394109, '_transient_timeout_wflginfl_2050261798', '1404632303', 'no') ; 
INSERT INTO `wp_options` VALUES (7394110, '_transient_wflginfl_2050261798', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369193, '_transient_timeout_wflginfl_1159677475', '1404481158', 'no') ; 
INSERT INTO `wp_options` VALUES (7369194, '_transient_wflginfl_1159677475', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389403, '_transient_wflginfl_1675745182', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397876, '_transient_wflginfl_3526518571', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369206, '_transient_timeout_wflginfl_2092233112', '1404482120', 'no') ; 
INSERT INTO `wp_options` VALUES (7369207, '_transient_wflginfl_2092233112', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369210, '_transient_timeout_wflginfl_2966258656', '1404482467', 'no') ; 
INSERT INTO `wp_options` VALUES (7369211, '_transient_wflginfl_2966258656', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398177, '_transient_timeout_wflginfl_1567763725', '1404645741', 'no') ; 
INSERT INTO `wp_options` VALUES (7398178, '_transient_wflginfl_1567763725', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369220, '_transient_timeout_wflginfl_1743153429', '1404482843', 'no') ; 
INSERT INTO `wp_options` VALUES (7369221, '_transient_wflginfl_1743153429', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393798, '_transient_timeout_wflginfl_1897368385', '1404631570', 'no') ; 
INSERT INTO `wp_options` VALUES (7393799, '_transient_wflginfl_1897368385', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369228, '_transient_timeout_wflginfl_1569421743', '1404483372', 'no') ; 
INSERT INTO `wp_options` VALUES (7369229, '_transient_wflginfl_1569421743', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537481, '_transient_timeout_wflginfl_1022494907', '1404829211', 'no') ; 
INSERT INTO `wp_options` VALUES (7537454, '_transient_wflginfl_2946300647', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379697, '_transient_timeout_wflginfl_2374389477', '1404592840', 'no') ; 
INSERT INTO `wp_options` VALUES (7379698, '_transient_wflginfl_2374389477', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7369250, '_transient_timeout_wflginfl_1502780024', '1404484004', 'no') ; 
INSERT INTO `wp_options` VALUES (7514034, '_transient_wflginfl_3034071700', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540335, '_transient_wflginfl_2955597584', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7369251, '_transient_wflginfl_1502780024', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462887, '_transient_timeout_wflginfl_1595128216', '1404767641', 'no') ; 
INSERT INTO `wp_options` VALUES (7462888, '_transient_wflginfl_1595128216', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540901, '_transient_wflginfl_1569368223', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533341, '_transient_wflginfl_1550737337', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492324, '_transient_timeout_wflginfl_3067298740', '1404795834', 'no') ; 
INSERT INTO `wp_options` VALUES (7492325, '_transient_wflginfl_3067298740', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369264, '_transient_timeout_wflginfl_1429501968', '1404484325', 'no') ; 
INSERT INTO `wp_options` VALUES (7369265, '_transient_wflginfl_1429501968', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369266, '_transient_timeout_wflginfl_3388589994', '1404484355', 'no') ; 
INSERT INTO `wp_options` VALUES (7369267, '_transient_wflginfl_3388589994', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390479, '_transient_timeout_wflginfl_2994053782', '1404621611', 'no') ; 
INSERT INTO `wp_options` VALUES (7390480, '_transient_wflginfl_2994053782', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521005, '_transient_wflginfl_241568354', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539357, '_transient_wflginfl_1923124984', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7515078, '_transient_timeout_wflginfl_1592842553', '1404814103', 'no') ; 
INSERT INTO `wp_options` VALUES (7515079, '_transient_wflginfl_1592842553', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369276, '_transient_timeout_wflginfl_3381767603', '1404484500', 'no') ; 
INSERT INTO `wp_options` VALUES (7369277, '_transient_wflginfl_3381767603', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369278, '_transient_timeout_wflginfl_1146135664', '1404484525', 'no') ; 
INSERT INTO `wp_options` VALUES (7369279, '_transient_wflginfl_1146135664', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415854, '_transient_timeout_wflginfl_2195846314', '1404730825', 'no') ; 
INSERT INTO `wp_options` VALUES (7415855, '_transient_wflginfl_2195846314', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369282, '_transient_timeout_wflginfl_1598828617', '1404484571', 'no') ; 
INSERT INTO `wp_options` VALUES (7369283, '_transient_wflginfl_1598828617', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369284, '_transient_timeout_wflginfl_1951914375', '1404484593', 'no') ; 
INSERT INTO `wp_options` VALUES (7369285, '_transient_wflginfl_1951914375', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369286, '_transient_timeout_wflginfl_3318425806', '1404484698', 'no') ; 
INSERT INTO `wp_options` VALUES (7369287, '_transient_wflginfl_3318425806', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434624, '_transient_timeout_wflginfl_1369271204', '1404745807', 'no') ; 
INSERT INTO `wp_options` VALUES (7434625, '_transient_wflginfl_1369271204', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369290, '_transient_timeout_wflginfl_1452012940', '1404484762', 'no') ; 
INSERT INTO `wp_options` VALUES (7369291, '_transient_wflginfl_1452012940', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460656, '_transient_timeout_wflginfl_39224068', '1404765727', 'no') ; 
INSERT INTO `wp_options` VALUES (7540279, '_transient_wflginfl_2033488661', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369294, '_transient_timeout_wflginfl_1565945514', '1404484793', 'no') ; 
INSERT INTO `wp_options` VALUES (7369295, '_transient_wflginfl_1565945514', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369298, '_transient_timeout_wflginfl_702200996', '1404484814', 'no') ; 
INSERT INTO `wp_options` VALUES (7369299, '_transient_wflginfl_702200996', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438300, '_transient_timeout_wflginfl_2579237323', '1404748632', 'no') ; 
INSERT INTO `wp_options` VALUES (7438301, '_transient_wflginfl_2579237323', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376898, '_transient_timeout_wflginfl_1657995804', '1404586679', 'no') ; 
INSERT INTO `wp_options` VALUES (7539135, '_transient_timeout_wflginfl_786629412', '1404830291', 'no') ; 
INSERT INTO `wp_options` VALUES (7369307, '_transient_timeout_wflginfl_1045360359', '1404484871', 'no') ; 
INSERT INTO `wp_options` VALUES (7369308, '_transient_wflginfl_1045360359', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369309, '_transient_timeout_wflginfl_1892068455', '1404484896', 'no') ; 
INSERT INTO `wp_options` VALUES (7369310, '_transient_wflginfl_1892068455', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540530, '_transient_timeout_wflginfl_1388997904', '1404831412', 'no') ; 
INSERT INTO `wp_options` VALUES (7540531, '_transient_wflginfl_1388997904', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7386264, '_transient_timeout_wflginfl_3033676666', '1404608286', 'no') ; 
INSERT INTO `wp_options` VALUES (7386265, '_transient_wflginfl_3033676666', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371994, '_transient_timeout_wflginfl_1548869131', '1404567247', 'no') ; 
INSERT INTO `wp_options` VALUES (7371995, '_transient_wflginfl_1548869131', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431782, '_transient_timeout_wflginfl_3034869335', '1404743649', 'no') ; 
INSERT INTO `wp_options` VALUES (7431783, '_transient_wflginfl_3034869335', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369322, '_transient_timeout_wflginfl_1319387951', '1404485103', 'no') ; 
INSERT INTO `wp_options` VALUES (7369323, '_transient_wflginfl_1319387951', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534872, '_transient_timeout_wflginfl_2080814414', '1404827483', 'no') ; 
INSERT INTO `wp_options` VALUES (7534873, '_transient_wflginfl_2080814414', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541066, '_transient_timeout_wflginfl_1467418224', '1404831424', 'no') ; 
INSERT INTO `wp_options` VALUES (7541067, '_transient_wflginfl_1467418224', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369330, '_transient_timeout_wflginfl_3302561875', '1404485348', 'no') ; 
INSERT INTO `wp_options` VALUES (7369331, '_transient_wflginfl_3302561875', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395007, '_transient_timeout_wflginfl_98871258', '1404634721', 'no') ; 
INSERT INTO `wp_options` VALUES (7395008, '_transient_wflginfl_98871258', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369334, '_transient_timeout_wffgt_1144180800', '1404485446', 'no') ; 
INSERT INTO `wp_options` VALUES (7369335, '_transient_wffgt_1144180800', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7534778, '_transient_timeout_wflginfl_1424292246', '1404827414', 'no') ; 
INSERT INTO `wp_options` VALUES (7540369, '_transient_wflginfl_1249983644', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7369338, '_transient_timeout_wflginfl_1671116272', '1404485442', 'no') ; 
INSERT INTO `wp_options` VALUES (7369339, '_transient_wflginfl_1671116272', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397381, '_transient_timeout_wflginfl_1697793840', '1404639214', 'no') ; 
INSERT INTO `wp_options` VALUES (7397382, '_transient_wflginfl_1697793840', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7405222, '_transient_timeout_wflginfl_2001927272', '1404722795', 'no') ; 
INSERT INTO `wp_options` VALUES (7405223, '_transient_wflginfl_2001927272', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500971, '_transient_wflginfl_3732909791', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438859, '_transient_wflginfl_1925053618', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537793, '_transient_timeout_wflginfl_3039771994', '1404829427', 'no') ; 
INSERT INTO `wp_options` VALUES (7537794, '_transient_wflginfl_3039771994', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508717, '_transient_timeout_wflginfl_408637828', '1404809591', 'no') ; 
INSERT INTO `wp_options` VALUES (7522532, '_transient_wflginfl_974788787', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369352, '_transient_timeout_wflginfl_529757120', '1404485749', 'no') ; 
INSERT INTO `wp_options` VALUES (7369353, '_transient_wflginfl_529757120', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374280, '_transient_timeout_wflginfl_3036261167', '1404581858', 'no') ; 
INSERT INTO `wp_options` VALUES (7374281, '_transient_wflginfl_3036261167', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369358, '_transient_timeout_wflginfl_1565939592', '1404485828', 'no') ; 
INSERT INTO `wp_options` VALUES (7369359, '_transient_wflginfl_1565939592', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489898, '_transient_timeout_wflginfl_3634663435', '1404793569', 'no') ; 
INSERT INTO `wp_options` VALUES (7489899, '_transient_wflginfl_3634663435', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369362, '_transient_timeout_wflginfl_3642175340', '1404485867', 'no') ; 
INSERT INTO `wp_options` VALUES (7369363, '_transient_wflginfl_3642175340', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433147, '_transient_timeout_wflginfl_1790746081', '1404744649', 'no') ; 
INSERT INTO `wp_options` VALUES (7433148, '_transient_wflginfl_1790746081', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369366, '_transient_timeout_wflginfl_1991476626', '1404485884', 'no') ; 
INSERT INTO `wp_options` VALUES (7369367, '_transient_wflginfl_1991476626', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462703, '_transient_timeout_wflginfl_1379911688', '1404767477', 'no') ; 
INSERT INTO `wp_options` VALUES (7462704, '_transient_wflginfl_1379911688', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369370, '_transient_timeout_wflginfl_1503931695', '1404485931', 'no') ; 
INSERT INTO `wp_options` VALUES (7369371, '_transient_wflginfl_1503931695', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369757, '_transient_timeout_wflginfl_1319573930', '1404492019', 'no') ; 
INSERT INTO `wp_options` VALUES (7369758, '_transient_wflginfl_1319573930', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538029, '_transient_timeout_wflginfl_1596845153', '1404829575', 'no') ; 
INSERT INTO `wp_options` VALUES (7541340, '_transient_timeout_wflginfl_1856563738', '1404831528', 'no') ; 
INSERT INTO `wp_options` VALUES (7490914, '_transient_timeout_wflginfl_3588023869', '1404794502', 'no') ; 
INSERT INTO `wp_options` VALUES (7490915, '_transient_wflginfl_3588023869', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369378, '_transient_timeout_wflginfl_1430350941', '1404486005', 'no') ; 
INSERT INTO `wp_options` VALUES (7369379, '_transient_wflginfl_1430350941', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369380, '_transient_timeout_wflginfl_1834857805', '1404486012', 'no') ; 
INSERT INTO `wp_options` VALUES (7369381, '_transient_wflginfl_1834857805', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369384, '_transient_timeout_wflginfl_1977370040', '1404486076', 'no') ; 
INSERT INTO `wp_options` VALUES (7369385, '_transient_wflginfl_1977370040', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7369386, '_transient_timeout_wflginfl_1320521072', '1404486121', 'no') ; 
INSERT INTO `wp_options` VALUES (7369387, '_transient_wflginfl_1320521072', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376178, '_transient_timeout_wflginfl_1550032112', '1404585420', 'no') ; 
INSERT INTO `wp_options` VALUES (7376179, '_transient_wflginfl_1550032112', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369390, '_transient_timeout_wflginfl_2083212545', '1404486188', 'no') ; 
INSERT INTO `wp_options` VALUES (7369391, '_transient_wflginfl_2083212545', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370540, '_transient_timeout_wflginfl_1491773971', '1404511452', 'no') ; 
INSERT INTO `wp_options` VALUES (7370541, '_transient_wflginfl_1491773971', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369394, '_transient_timeout_wflginfl_1590552522', '1404486203', 'no') ; 
INSERT INTO `wp_options` VALUES (7369395, '_transient_wflginfl_1590552522', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532728, '_transient_timeout_wflginfl_17394580', '1404826097', 'no') ; 
INSERT INTO `wp_options` VALUES (7532729, '_transient_wflginfl_17394580', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452128, '_transient_timeout_wflginfl_405871386', '1404759278', 'no') ; 
INSERT INTO `wp_options` VALUES (7452129, '_transient_wflginfl_405871386', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369400, '_transient_timeout_wflginfl_1308645140', '1404486439', 'no') ; 
INSERT INTO `wp_options` VALUES (7369401, '_transient_wflginfl_1308645140', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7538487, '_transient_timeout_wflginfl_835521489', '1404829871', 'no') ; 
INSERT INTO `wp_options` VALUES (7538488, '_transient_wflginfl_835521489', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369404, '_transient_timeout_wflginfl_1474092976', '1404486323', 'no') ; 
INSERT INTO `wp_options` VALUES (7369405, '_transient_wflginfl_1474092976', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538082, '_transient_wflginfl_3163004391', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397670, '_transient_timeout_wflginfl_1319305886', '1404639816', 'no') ; 
INSERT INTO `wp_options` VALUES (7369410, '_transient_timeout_wflginfl_3562029959', '1404486434', 'no') ; 
INSERT INTO `wp_options` VALUES (7369411, '_transient_wflginfl_3562029959', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491666, '_transient_timeout_wflginfl_3032392302', '1404795195', 'no') ; 
INSERT INTO `wp_options` VALUES (7491667, '_transient_wflginfl_3032392302', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472675, '_transient_timeout_wflginfl_2974933527', '1404776383', 'no') ; 
INSERT INTO `wp_options` VALUES (7472676, '_transient_wflginfl_2974933527', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456275, '_transient_timeout_wflginfl_1893155402', '1404762343', 'no') ; 
INSERT INTO `wp_options` VALUES (7456276, '_transient_wflginfl_1893155402', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539438, '_transient_timeout_wflginfl_1046621448', '1404830511', 'no') ; 
INSERT INTO `wp_options` VALUES (7397615, '_transient_timeout_wflginfl_40354898', '1404639622', 'no') ; 
INSERT INTO `wp_options` VALUES (7397616, '_transient_wflginfl_40354898', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539439, '_transient_wflginfl_1046621448', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534259, '_transient_wflginfl_3754083384', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7515161, '_transient_wflginfl_1938924247', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7369425, '_transient_timeout_wflginfl_1491510652', '1404486600', 'no') ; 
INSERT INTO `wp_options` VALUES (7369426, '_transient_wflginfl_1491510652', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369427, '_transient_timeout_wflginfl_1202062589', '1404486607', 'no') ; 
INSERT INTO `wp_options` VALUES (7369428, '_transient_wflginfl_1202062589', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490775, '_transient_wflginfl_1381662044', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513820, '_transient_wflginfl_1866737308', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510246, '_transient_wflginfl_2017162011', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536178, '_transient_timeout_wflginfl_1387163192', '1404828369', 'no') ; 
INSERT INTO `wp_options` VALUES (7539748, '_transient_wflginfl_3488948282', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539534, '_transient_wflginfl_2919447596', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369435, '_transient_timeout_wflginfl_1993558504', '1404486682', 'no') ; 
INSERT INTO `wp_options` VALUES (7369436, '_transient_wflginfl_1993558504', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369437, '_transient_timeout_wflginfl_3302565578', '1404486746', 'no') ; 
INSERT INTO `wp_options` VALUES (7369438, '_transient_wflginfl_3302565578', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369439, '_transient_timeout_wflginfl_39438834', '1404486753', 'no') ; 
INSERT INTO `wp_options` VALUES (7369440, '_transient_wflginfl_39438834', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369441, '_transient_timeout_wflginfl_1887902244', '1404486770', 'no') ; 
INSERT INTO `wp_options` VALUES (7369442, '_transient_wflginfl_1887902244', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369449, '_transient_timeout_wflginfl_3122128635', '1404486797', 'no') ; 
INSERT INTO `wp_options` VALUES (7369450, '_transient_wflginfl_3122128635', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369451, '_transient_timeout_wflginfl_700760591', '1404486801', 'no') ; 
INSERT INTO `wp_options` VALUES (7369452, '_transient_wflginfl_700760591', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369453, '_transient_timeout_wflginfl_1589999753', '1404486831', 'no') ; 
INSERT INTO `wp_options` VALUES (7369454, '_transient_wflginfl_1589999753', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369457, '_transient_timeout_wflginfl_452999452', '1404486895', 'no') ; 
INSERT INTO `wp_options` VALUES (7369458, '_transient_wflginfl_452999452', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373047, '_transient_timeout_wflginfl_402886638', '1404578698', 'no') ; 
INSERT INTO `wp_options` VALUES (7373048, '_transient_wflginfl_402886638', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369556, '_transient_timeout_wflginfl_3322889730', '1404488131', 'no') ; 
INSERT INTO `wp_options` VALUES (7369557, '_transient_wflginfl_3322889730', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541435, '_transient_wflginfl_3047501320', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512402, '_transient_wflginfl_469552682', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369465, '_transient_timeout_wflginfl_1667765310', '1404487061', 'no') ; 
INSERT INTO `wp_options` VALUES (7369466, '_transient_wflginfl_1667765310', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369467, '_transient_timeout_wflginfl_1919735861', '1404487083', 'no') ; 
INSERT INTO `wp_options` VALUES (7369468, '_transient_wflginfl_1919735861', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541060, '_transient_timeout_wflginfl_1395009303', '1404831423', 'no') ; 
INSERT INTO `wp_options` VALUES (7398225, '_transient_timeout_wflginfl_2033593436', '1404646640', 'no') ; 
INSERT INTO `wp_options` VALUES (7398226, '_transient_wflginfl_2033593436', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533169, '_transient_wflginfl_3411525894', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540916, '_transient_timeout_wflginfl_2033605732', '1404831369', 'no') ; 
INSERT INTO `wp_options` VALUES (7541061, '_transient_wflginfl_1395009303', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369478, '_transient_timeout_wflginfl_1365306684', '1404487224', 'no') ; 
INSERT INTO `wp_options` VALUES (7369479, '_transient_wflginfl_1365306684', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495243, '_transient_timeout_wflginfl_1833014824', '1404798499', 'no') ; 
INSERT INTO `wp_options` VALUES (7490433, '_transient_wflginfl_838042547', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514457, '_transient_timeout_wflginfl_784715699', '1404813666', 'no') ; 
INSERT INTO `wp_options` VALUES (7514458, '_transient_wflginfl_784715699', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369599, '_transient_timeout_wflginfl_1938617151', '1404488639', 'no') ; 
INSERT INTO `wp_options` VALUES (7369600, '_transient_wflginfl_1938617151', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369486, '_transient_timeout_wflginfl_1563347767', '1404487249', 'no') ; 
INSERT INTO `wp_options` VALUES (7369487, '_transient_wflginfl_1563347767', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369488, '_transient_timeout_wflginfl_1146301377', '1404487268', 'no') ; 
INSERT INTO `wp_options` VALUES (7369489, '_transient_wflginfl_1146301377', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369490, '_transient_timeout_wflginfl_1580987153', '1404487269', 'no') ; 
INSERT INTO `wp_options` VALUES (7369491, '_transient_wflginfl_1580987153', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387272, '_transient_timeout_wflginfl_1320426820', '1404611359', 'no') ; 
INSERT INTO `wp_options` VALUES (7387273, '_transient_wflginfl_1320426820', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497245, '_transient_timeout_wflginfl_1466210864', '1404800359', 'no') ; 
INSERT INTO `wp_options` VALUES (7497246, '_transient_wflginfl_1466210864', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370981, '_transient_timeout_wflginfl_2722653932', '1404529066', 'no') ; 
INSERT INTO `wp_options` VALUES (7370982, '_transient_wflginfl_2722653932', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369501, '_transient_timeout_wflginfl_1522907271', '1404487394', 'no') ; 
INSERT INTO `wp_options` VALUES (7369502, '_transient_wflginfl_1522907271', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530982, '_transient_timeout_wflginfl_3411514225', '1404825010', 'no') ; 
INSERT INTO `wp_options` VALUES (7530983, '_transient_wflginfl_3411514225', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369505, '_transient_timeout_wflginfl_3313617831', '1404487407', 'no') ; 
INSERT INTO `wp_options` VALUES (7369506, '_transient_wflginfl_3313617831', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369508, '_transient_timeout_wflginfl_1569639589', '1404487448', 'no') ; 
INSERT INTO `wp_options` VALUES (7369509, '_transient_wflginfl_1569639589', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369512, '_transient_timeout_wflginfl_657652741', '1404487514', 'no') ; 
INSERT INTO `wp_options` VALUES (7369513, '_transient_wflginfl_657652741', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514183, '_transient_timeout_wflginfl_2970098998', '1404813484', 'no') ; 
INSERT INTO `wp_options` VALUES (7514184, '_transient_wflginfl_2970098998', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535734, '_transient_timeout_wflginfl_3129513372', '1404828073', 'no') ; 
INSERT INTO `wp_options` VALUES (7535735, '_transient_wflginfl_3129513372', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521715, '_transient_wflginfl_1912365277', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541477, '_transient_wflginfl_1986357403', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519530, '_transient_timeout_wflginfl_36922596', '1404817194', 'no') ; 
INSERT INTO `wp_options` VALUES (7519531, '_transient_wflginfl_36922596', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369522, '_transient_timeout_wflginfl_3202471733', '1404487647', 'no') ; 
INSERT INTO `wp_options` VALUES (7369523, '_transient_wflginfl_3202471733', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369524, '_transient_timeout_wflginfl_3582489871', '1404487696', 'no') ; 
INSERT INTO `wp_options` VALUES (7369525, '_transient_wflginfl_3582489871', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369526, '_transient_timeout_wflginfl_1501956909', '1404487729', 'no') ; 
INSERT INTO `wp_options` VALUES (7369527, '_transient_wflginfl_1501956909', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541230, '_transient_timeout_wflginfl_3163489440', '1404831478', 'no') ; 
INSERT INTO `wp_options` VALUES (7541231, '_transient_timeout_wflginfl_1502830052', '1404831478', 'no') ; 
INSERT INTO `wp_options` VALUES (7393827, '_transient_wflginfl_3223635845', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541329, '_transient_wflginfl_1884194701', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371039, '_transient_timeout_wflginfl_1645601669', '1404532003', 'no') ; 
INSERT INTO `wp_options` VALUES (7371040, '_transient_wflginfl_1645601669', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474285, '_transient_timeout_wflginfl_3142215127', '1404777944', 'no') ; 
INSERT INTO `wp_options` VALUES (7474286, '_transient_wflginfl_3142215127', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540666, '_transient_timeout_wflginfl_1424231553', '1404831255', 'no') ; 
INSERT INTO `wp_options` VALUES (7532277, '_transient_timeout_wflginfl_1896561072', '1404825823', 'no') ; 
INSERT INTO `wp_options` VALUES (7536426, '_transient_wflginfl_1938039664', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526266, '_transient_timeout_wflginfl_3327437239', '1404821766', 'no') ; 
INSERT INTO `wp_options` VALUES (7369584, '_transient_timeout_wflginfl_520731312', '1404488489', 'no') ; 
INSERT INTO `wp_options` VALUES (7369585, '_transient_wflginfl_520731312', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386711, '_transient_timeout_wflginfl_1627173342', '1404609685', 'no') ; 
INSERT INTO `wp_options` VALUES (7386712, '_transient_wflginfl_1627173342', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457158, '_transient_timeout_wflginfl_410131938', '1404763005', 'no') ; 
INSERT INTO `wp_options` VALUES (7457159, '_transient_wflginfl_410131938', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369552, '_transient_timeout_wflginfl_3318222153', '1404488022', 'no') ; 
INSERT INTO `wp_options` VALUES (7369553, '_transient_wflginfl_3318222153', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442332, '_transient_timeout_wflginfl_2356797145', '1404751729', 'no') ; 
INSERT INTO `wp_options` VALUES (7442333, '_transient_wflginfl_2356797145', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369657, '_transient_timeout_wflginfl_1577759501', '1404489455', 'no') ; 
INSERT INTO `wp_options` VALUES (7369658, '_transient_wflginfl_1577759501', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369560, '_transient_timeout_wflginfl_1950991604', '1404488182', 'no') ; 
INSERT INTO `wp_options` VALUES (7369561, '_transient_wflginfl_1950991604', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369564, '_transient_timeout_wflginfl_1599445127', '1404488253', 'no') ; 
INSERT INTO `wp_options` VALUES (7369565, '_transient_wflginfl_1599445127', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539774, '_transient_timeout_wflginfl_3401331058', '1404830735', 'no') ; 
INSERT INTO `wp_options` VALUES (7539775, '_transient_wflginfl_3401331058', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369570, '_transient_timeout_wflginfl_3318234818', '1404488308', 'no') ; 
INSERT INTO `wp_options` VALUES (7369571, '_transient_wflginfl_3318234818', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369572, '_transient_timeout_wflginfl_1394068727', '1404488359', 'no') ; 
INSERT INTO `wp_options` VALUES (7369573, '_transient_wflginfl_1394068727', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369574, '_transient_timeout_wflginfl_1393036342', '1404488384', 'no') ; 
INSERT INTO `wp_options` VALUES (7369575, '_transient_wflginfl_1393036342', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392942, '_transient_timeout_wflginfl_87477173', '1404629207', 'no') ; 
INSERT INTO `wp_options` VALUES (7392943, '_transient_wflginfl_87477173', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466538, '_transient_timeout_wflginfl_534297746', '1404770697', 'no') ; 
INSERT INTO `wp_options` VALUES (7466539, '_transient_wflginfl_534297746', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369580, '_transient_timeout_wflginfl_1593744426', '1404488483', 'no') ; 
INSERT INTO `wp_options` VALUES (7369581, '_transient_wflginfl_1593744426', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470079, '_transient_timeout_wflginfl_3135426818', '1404773816', 'no') ; 
INSERT INTO `wp_options` VALUES (7470080, '_transient_wflginfl_3135426818', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487775, '_transient_timeout_wflginfl_2044648694', '1404791539', 'no') ; 
INSERT INTO `wp_options` VALUES (7490613, '_transient_wflginfl_1771932821', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461633, '_transient_timeout_wflginfl_3065155599', '1404766541', 'no') ; 
INSERT INTO `wp_options` VALUES (7461634, '_transient_wflginfl_3065155599', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447292, '_transient_timeout_wflginfl_3318219240', '1404755555', 'no') ; 
INSERT INTO `wp_options` VALUES (7447293, '_transient_wflginfl_3318219240', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369603, '_transient_timeout_wflginfl_1320534633', '1404488688', 'no') ; 
INSERT INTO `wp_options` VALUES (7369604, '_transient_wflginfl_1320534633', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453399, '_transient_timeout_wflginfl_1374842428', '1404760226', 'no') ; 
INSERT INTO `wp_options` VALUES (7453400, '_transient_wflginfl_1374842428', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369607, '_transient_timeout_wflginfl_3065597351', '1404488749', 'no') ; 
INSERT INTO `wp_options` VALUES (7369608, '_transient_wflginfl_3065597351', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540434, '_transient_timeout_wflginfl_469595535', '1404831134', 'no') ; 
INSERT INTO `wp_options` VALUES (7520406, '_transient_timeout_wflginfl_1599451221', '1404817932', 'no') ; 
INSERT INTO `wp_options` VALUES (7378452, '_transient_timeout_wflginfl_3137583236', '1404590303', 'no') ; 
INSERT INTO `wp_options` VALUES (7390569, '_transient_timeout_wflginfl_3090747082', '1404621944', 'no') ; 
INSERT INTO `wp_options` VALUES (7509422, '_transient_timeout_wflginfl_1838814594', '1404810073', 'no') ; 
INSERT INTO `wp_options` VALUES (7509423, '_transient_wflginfl_1838814594', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370114, '_transient_timeout_wflginfl_1744523530', '1404498698', 'no') ; 
INSERT INTO `wp_options` VALUES (7370115, '_transient_wflginfl_1744523530', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539797, '_transient_wflginfl_2996073507', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540244, '_transient_timeout_wflginfl_2344741786', '1404831026', 'no') ; 
INSERT INTO `wp_options` VALUES (7369621, '_transient_timeout_wflginfl_3065672958', '1404488935', 'no') ; 
INSERT INTO `wp_options` VALUES (7369622, '_transient_wflginfl_3065672958', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369623, '_transient_timeout_wflginfl_3195224038', '1404488957', 'no') ; 
INSERT INTO `wp_options` VALUES (7369624, '_transient_wflginfl_3195224038', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483071, '_transient_timeout_wflginfl_3162471208', '1404787241', 'no') ; 
INSERT INTO `wp_options` VALUES (7483072, '_transient_wflginfl_3162471208', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7373450, '_transient_timeout_wflginfl_3399280000', '1404579935', 'no') ; 
INSERT INTO `wp_options` VALUES (7373451, '_transient_wflginfl_3399280000', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369629, '_transient_timeout_wflginfl_1424761443', '1404489014', 'no') ; 
INSERT INTO `wp_options` VALUES (7369630, '_transient_wflginfl_1424761443', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369633, '_transient_timeout_wflginfl_2942973775', '1404489048', 'no') ; 
INSERT INTO `wp_options` VALUES (7369634, '_transient_wflginfl_2942973775', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395821, '_transient_timeout_wflginfl_2332070942', '1404636570', 'no') ; 
INSERT INTO `wp_options` VALUES (7395822, '_transient_wflginfl_2332070942', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369637, '_transient_timeout_wflginfl_3000900604', '1404489125', 'no') ; 
INSERT INTO `wp_options` VALUES (7369638, '_transient_wflginfl_3000900604', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369639, '_transient_timeout_wflginfl_1501234119', '1404489182', 'no') ; 
INSERT INTO `wp_options` VALUES (7369640, '_transient_wflginfl_1501234119', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369641, '_transient_timeout_wflginfl_1460047932', '1404489224', 'no') ; 
INSERT INTO `wp_options` VALUES (7369642, '_transient_wflginfl_1460047932', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369643, '_transient_timeout_wflginfl_1951999704', '1404489228', 'no') ; 
INSERT INTO `wp_options` VALUES (7369644, '_transient_wflginfl_1951999704', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373783, '_transient_timeout_wflginfl_1446654660', '1404580787', 'no') ; 
INSERT INTO `wp_options` VALUES (7373784, '_transient_wflginfl_1446654660', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540712, '_transient_timeout_wflginfl_3022749446', '1404831286', 'no') ; 
INSERT INTO `wp_options` VALUES (7540713, '_transient_wflginfl_3022749446', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369649, '_transient_timeout_wflginfl_695163517', '1404489411', 'no') ; 
INSERT INTO `wp_options` VALUES (7369650, '_transient_wflginfl_695163517', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469538, '_transient_timeout_wflginfl_1336539364', '1404773316', 'no') ; 
INSERT INTO `wp_options` VALUES (7469539, '_transient_wflginfl_1336539364', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369653, '_transient_timeout_wflginfl_1870116769', '1404489424', 'no') ; 
INSERT INTO `wp_options` VALUES (7369654, '_transient_wflginfl_1870116769', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511370, '_transient_timeout_wflginfl_2106482113', '1404811799', 'no') ; 
INSERT INTO `wp_options` VALUES (7533382, '_transient_timeout_wflginfl_786629940', '1404826512', 'no') ; 
INSERT INTO `wp_options` VALUES (7533383, '_transient_wflginfl_786629940', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540042, '_transient_timeout_wflginfl_404442667', '1404830896', 'no') ; 
INSERT INTO `wp_options` VALUES (7540043, '_transient_wflginfl_404442667', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369665, '_transient_timeout_wflginfl_204544454', '1404489559', 'no') ; 
INSERT INTO `wp_options` VALUES (7369666, '_transient_wflginfl_204544454', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468357, '_transient_timeout_wflginfl_1195503538', '1404772443', 'no') ; 
INSERT INTO `wp_options` VALUES (7468358, '_transient_wflginfl_1195503538', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7369671, '_transient_timeout_wflginfl_3410618865', '1404489592', 'no') ; 
INSERT INTO `wp_options` VALUES (7369672, '_transient_wflginfl_3410618865', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369673, '_transient_timeout_wflginfl_1945135123', '1404489624', 'no') ; 
INSERT INTO `wp_options` VALUES (7369674, '_transient_wflginfl_1945135123', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369675, '_transient_timeout_wflginfl_657626805', '1404489632', 'no') ; 
INSERT INTO `wp_options` VALUES (7369676, '_transient_wflginfl_657626805', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397807, '_transient_timeout_wflginfl_3128723741', '1404639981', 'no') ; 
INSERT INTO `wp_options` VALUES (7397808, '_transient_wflginfl_3128723741', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540364, '_transient_timeout_wflginfl_1450951480', '1404831094', 'no') ; 
INSERT INTO `wp_options` VALUES (7540365, '_transient_wflginfl_1450951480', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369681, '_transient_timeout_wflginfl_694480730', '1404489673', 'no') ; 
INSERT INTO `wp_options` VALUES (7369682, '_transient_wflginfl_694480730', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369683, '_transient_timeout_wflginfl_1001498236', '1404489711', 'no') ; 
INSERT INTO `wp_options` VALUES (7369684, '_transient_wflginfl_1001498236', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382651, '_transient_timeout_wflginfl_1545012689', '1404598795', 'no') ; 
INSERT INTO `wp_options` VALUES (7382652, '_transient_wflginfl_1545012689', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369689, '_transient_timeout_wflginfl_3202127099', '1404489789', 'no') ; 
INSERT INTO `wp_options` VALUES (7369690, '_transient_wflginfl_3202127099', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369693, '_transient_timeout_wflginfl_3135151460', '1404489814', 'no') ; 
INSERT INTO `wp_options` VALUES (7369694, '_transient_wflginfl_3135151460', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369695, '_transient_timeout_wflginfl_2067740045', '1404489818', 'no') ; 
INSERT INTO `wp_options` VALUES (7369696, '_transient_wflginfl_2067740045', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537403, '_transient_timeout_wflginfl_3481712536', '1404829165', 'no') ; 
INSERT INTO `wp_options` VALUES (7537404, '_transient_wflginfl_3481712536', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369699, '_transient_timeout_wflginfl_784776032', '1404489859', 'no') ; 
INSERT INTO `wp_options` VALUES (7369700, '_transient_wflginfl_784776032', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453002, '_transient_timeout_wflginfl_39353796', '1404759909', 'no') ; 
INSERT INTO `wp_options` VALUES (7453003, '_transient_wflginfl_39353796', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494456, '_transient_timeout_wflginfl_3158717459', '1404797756', 'no') ; 
INSERT INTO `wp_options` VALUES (7494457, '_transient_wflginfl_3158717459', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541369, '_transient_wflginfl_2033590786', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541373, '_transient_wflginfl_2487839329', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369709, '_transient_timeout_wflginfl_3384856040', '1404490035', 'no') ; 
INSERT INTO `wp_options` VALUES (7369710, '_transient_wflginfl_3384856040', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369711, '_transient_timeout_wflginfl_1348715360', '1404490042', 'no') ; 
INSERT INTO `wp_options` VALUES (7369712, '_transient_wflginfl_1348715360', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369713, '_transient_timeout_wflginfl_1374326649', '1404490058', 'no') ; 
INSERT INTO `wp_options` VALUES (7369714, '_transient_wflginfl_1374326649', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528434, '_transient_timeout_wflginfl_2033596155', '1404823251', 'no') ; 
INSERT INTO `wp_options` VALUES (7528435, '_transient_wflginfl_2033596155', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369718, '_transient_timeout_wflginfl_3144808309', '1404490155', 'no') ; 
INSERT INTO `wp_options` VALUES (7369719, '_transient_wflginfl_3144808309', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369720, '_transient_timeout_wflginfl_1580929584', '1404490164', 'no') ; 
INSERT INTO `wp_options` VALUES (7369721, '_transient_wflginfl_1580929584', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540270, '_transient_wflginfl_2093303765', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7540965, '_transient_wflginfl_1571914184', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371601, '_transient_timeout_wflginfl_2344799306', '1404550521', 'no') ; 
INSERT INTO `wp_options` VALUES (7371602, '_transient_wflginfl_2344799306', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447284, '_transient_timeout_wflginfl_1491572289', '1404755551', 'no') ; 
INSERT INTO `wp_options` VALUES (7447285, '_transient_wflginfl_1491572289', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532942, '_transient_timeout_wflginfl_462665773', '1404826249', 'no') ; 
INSERT INTO `wp_options` VALUES (7532943, '_transient_wflginfl_462665773', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540976, '_transient_timeout_wflginfl_1319814623', '1404831393', 'no') ; 
INSERT INTO `wp_options` VALUES (7540977, '_transient_wflginfl_1319814623', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369736, '_transient_timeout_wflginfl_1832200405', '1404490735', 'no') ; 
INSERT INTO `wp_options` VALUES (7369737, '_transient_wflginfl_1832200405', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386340, '_transient_timeout_wflginfl_1466766230', '1404608469', 'no') ; 
INSERT INTO `wp_options` VALUES (7386341, '_transient_wflginfl_1466766230', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369741, '_transient_timeout_wflginfl_1593443482', '1404491380', 'no') ; 
INSERT INTO `wp_options` VALUES (7369742, '_transient_wflginfl_1593443482', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453785, '_transient_timeout_wflginfl_3320659380', '1404760524', 'no') ; 
INSERT INTO `wp_options` VALUES (7369745, '_transient_timeout_wflginfl_2796173600', '1404491621', 'no') ; 
INSERT INTO `wp_options` VALUES (7369746, '_transient_wflginfl_2796173600', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369747, '_transient_timeout_wffgt_2796173600', '1404491634', 'no') ; 
INSERT INTO `wp_options` VALUES (7369748, '_transient_wffgt_2796173600', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531903, '_transient_timeout_wflginfl_1307493806', '1404825586', 'no') ; 
INSERT INTO `wp_options` VALUES (7541200, '_transient_timeout_wflginfl_1369709350', '1404831469', 'no') ; 
INSERT INTO `wp_options` VALUES (7397523, '_transient_timeout_wflginfl_521044618', '1404639477', 'no') ; 
INSERT INTO `wp_options` VALUES (7538064, '_transient_wflginfl_1571257509', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369753, '_transient_timeout_wflginfl_2943034276', '1404491993', 'no') ; 
INSERT INTO `wp_options` VALUES (7369754, '_transient_wflginfl_2943034276', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380075, '_transient_timeout_wflginfl_636431890', '1404593350', 'no') ; 
INSERT INTO `wp_options` VALUES (7380076, '_transient_wflginfl_636431890', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369759, '_transient_timeout_wflginfl_39345368', '1404492112', 'no') ; 
INSERT INTO `wp_options` VALUES (7369760, '_transient_wflginfl_39345368', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385634, '_transient_timeout_wflginfl_36901373', '1404606495', 'no') ; 
INSERT INTO `wp_options` VALUES (7385635, '_transient_wflginfl_36901373', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369763, '_transient_timeout_wflginfl_2108092058', '1404492149', 'no') ; 
INSERT INTO `wp_options` VALUES (7369764, '_transient_wflginfl_2108092058', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527299, '_transient_wflginfl_2019129156', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540638, '_transient_timeout_wflginfl_1665847586', '1404831240', 'no') ; 
INSERT INTO `wp_options` VALUES (7540880, '_transient_timeout_wflginfl_1010177982', '1404831353', 'no') ; 
INSERT INTO `wp_options` VALUES (7446884, '_transient_timeout_wflginfl_1919740858', '1404755258', 'no') ; 
INSERT INTO `wp_options` VALUES (7446885, '_transient_wflginfl_1919740858', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369773, '_transient_timeout_wflginfl_695148179', '1404492282', 'no') ; 
INSERT INTO `wp_options` VALUES (7369774, '_transient_wflginfl_695148179', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389401, '_transient_timeout_wflginfl_1675745182', '1404618074', 'no') ; 
INSERT INTO `wp_options` VALUES (7540452, '_transient_timeout_wflginfl_3318362605', '1404831143', 'no') ; 
INSERT INTO `wp_options` VALUES (7389419, '_transient_timeout_wflginfl_3198295232', '1404618125', 'no') ; 
INSERT INTO `wp_options` VALUES (7389420, '_transient_wflginfl_3198295232', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508315, '_transient_timeout_wflginfl_1348658492', '1404809302', 'no') ; 
INSERT INTO `wp_options` VALUES (7508316, '_transient_wflginfl_1348658492', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369781, '_transient_timeout_wflginfl_3123535849', '1404492345', 'no') ; 
INSERT INTO `wp_options` VALUES (7369782, '_transient_wflginfl_3123535849', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369785, '_transient_timeout_wflginfl_1129658699', '1404492414', 'no') ; 
INSERT INTO `wp_options` VALUES (7369786, '_transient_wflginfl_1129658699', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397746, '_transient_wflginfl_1292073121', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398003, '_transient_timeout_wflginfl_694943842', '1404640739', 'no') ; 
INSERT INTO `wp_options` VALUES (7533441, '_transient_timeout_wflginfl_248100058', '1404826551', 'no') ; 
INSERT INTO `wp_options` VALUES (7538180, '_transient_wflginfl_3187691139', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516390, '_transient_timeout_wflginfl_2080814385', '1404815029', 'no') ; 
INSERT INTO `wp_options` VALUES (7541070, '_transient_timeout_wflginfl_1868540892', '1404831424', 'no') ; 
INSERT INTO `wp_options` VALUES (7369793, '_transient_timeout_wflginfl_39872893', '1404492464', 'no') ; 
INSERT INTO `wp_options` VALUES (7369794, '_transient_wflginfl_39872893', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433476, '_transient_timeout_wflginfl_3387891218', '1404744877', 'no') ; 
INSERT INTO `wp_options` VALUES (7433477, '_transient_wflginfl_3387891218', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369797, '_transient_timeout_wflginfl_657493235', '1404492549', 'no') ; 
INSERT INTO `wp_options` VALUES (7369798, '_transient_wflginfl_657493235', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370257, '_transient_timeout_wflginfl_1297013615', '1404502682', 'no') ; 
INSERT INTO `wp_options` VALUES (7370258, '_transient_wflginfl_1297013615', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369801, '_transient_timeout_wflginfl_657631439', '1404492769', 'no') ; 
INSERT INTO `wp_options` VALUES (7369802, '_transient_wflginfl_657631439', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384653, '_transient_timeout_wflginfl_3273179326', '1404603876', 'no') ; 
INSERT INTO `wp_options` VALUES (7384654, '_transient_wflginfl_3273179326', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369805, '_transient_timeout_wflginfl_2993981193', '1404492892', 'no') ; 
INSERT INTO `wp_options` VALUES (7369806, '_transient_wflginfl_2993981193', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530356, '_transient_timeout_wflginfl_3134009525', '1404824580', 'no') ; 
INSERT INTO `wp_options` VALUES (7530357, '_transient_wflginfl_3134009525', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374091, '_transient_timeout_wflginfl_1520281223', '1404581494', 'no') ; 
INSERT INTO `wp_options` VALUES (7374092, '_transient_wflginfl_1520281223', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440715, '_transient_timeout_wflginfl_1834936361', '1404750531', 'no') ; 
INSERT INTO `wp_options` VALUES (7440716, '_transient_wflginfl_1834936361', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369871, '_transient_timeout_wflginfl_1332980197', '1404494198', 'no') ; 
INSERT INTO `wp_options` VALUES (7369872, '_transient_wflginfl_1332980197', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369815, '_transient_timeout_wflginfl_3203839189', '1404493145', 'no') ; 
INSERT INTO `wp_options` VALUES (7369816, '_transient_wflginfl_3203839189', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369817, '_transient_timeout_wflginfl_2989175944', '1404493199', 'no') ; 
INSERT INTO `wp_options` VALUES (7369818, '_transient_wflginfl_2989175944', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369819, '_transient_timeout_wflginfl_521570565', '1404493242', 'no') ; 
INSERT INTO `wp_options` VALUES (7369820, '_transient_wflginfl_521570565', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369821, '_transient_timeout_wflginfl_1288423252', '1404493330', 'no') ; 
INSERT INTO `wp_options` VALUES (7369822, '_transient_wflginfl_1288423252', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369823, '_transient_timeout_wflginfl_1333029544', '1404493348', 'no') ; 
INSERT INTO `wp_options` VALUES (7369824, '_transient_wflginfl_1333029544', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541356, '_transient_timeout_wflginfl_1521590261', '1404831535', 'no') ; 
INSERT INTO `wp_options` VALUES (7541357, '_transient_wflginfl_1521590261', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470547, '_transient_timeout_wflginfl_1385859462', '1404774241', 'no') ; 
INSERT INTO `wp_options` VALUES (7540765, '_transient_wflginfl_3133987490', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369829, '_transient_timeout_wflginfl_1546506767', '1404493447', 'no') ; 
INSERT INTO `wp_options` VALUES (7369830, '_transient_wflginfl_1546506767', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369836, '_transient_timeout_wflginfl_3511260308', '1404493493', 'no') ; 
INSERT INTO `wp_options` VALUES (7369837, '_transient_wflginfl_3511260308', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524007, '_transient_timeout_wflginfl_1568071550', '1404820196', 'no') ; 
INSERT INTO `wp_options` VALUES (7524008, '_transient_wflginfl_1568071550', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369840, '_transient_timeout_wflginfl_3179102462', '1404493555', 'no') ; 
INSERT INTO `wp_options` VALUES (7369841, '_transient_wflginfl_3179102462', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488791, '_transient_timeout_wflginfl_3307407650', '1404792532', 'no') ; 
INSERT INTO `wp_options` VALUES (7488792, '_transient_wflginfl_3307407650', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380612, '_transient_timeout_wflginfl_3383401629', '1404594438', 'no') ; 
INSERT INTO `wp_options` VALUES (7380613, '_transient_wflginfl_3383401629', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369849, '_transient_timeout_wflginfl_1337927076', '1404493767', 'no') ; 
INSERT INTO `wp_options` VALUES (7369850, '_transient_wflginfl_1337927076', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369851, '_transient_timeout_wflginfl_1524467320', '1404493807', 'no') ; 
INSERT INTO `wp_options` VALUES (7369852, '_transient_wflginfl_1524467320', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499133, '_transient_timeout_wflginfl_1504771008', '1404802130', 'no') ; 
INSERT INTO `wp_options` VALUES (7499134, '_transient_wflginfl_1504771008', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369855, '_transient_timeout_wflginfl_3321602071', '1404493819', 'no') ; 
INSERT INTO `wp_options` VALUES (7369856, '_transient_wflginfl_3321602071', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497733, '_transient_timeout_wflginfl_2050301902', '1404800855', 'no') ; 
INSERT INTO `wp_options` VALUES (7497734, '_transient_wflginfl_2050301902', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540296, '_transient_timeout_wflginfl_3536057498', '1404831056', 'no') ; 
INSERT INTO `wp_options` VALUES (7540297, '_transient_wflginfl_3536057498', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394637, '_transient_timeout_wflginfl_1411270923', '1404633822', 'no') ; 
INSERT INTO `wp_options` VALUES (7394638, '_transient_wflginfl_1411270923', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456027, '_transient_timeout_wflginfl_1501854122', '1404762165', 'no') ; 
INSERT INTO `wp_options` VALUES (7456028, '_transient_wflginfl_1501854122', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369909, '_transient_timeout_wflginfl_1579336756', '1404494761', 'no') ; 
INSERT INTO `wp_options` VALUES (7369910, '_transient_wflginfl_1579336756', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369869, '_transient_timeout_wflginfl_657733157', '1404494195', 'no') ; 
INSERT INTO `wp_options` VALUES (7369870, '_transient_wflginfl_657733157', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396091, '_transient_timeout_wflginfl_1298745477', '1404636981', 'no') ; 
INSERT INTO `wp_options` VALUES (7396092, '_transient_wflginfl_1298745477', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369875, '_transient_timeout_wflginfl_657546029', '1404494546', 'no') ; 
INSERT INTO `wp_options` VALUES (7369876, '_transient_wflginfl_657546029', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7487479, '_transient_timeout_wflginfl_1315295205', '1404791253', 'no') ; 
INSERT INTO `wp_options` VALUES (7487480, '_transient_wflginfl_1315295205', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369879, '_transient_timeout_wflginfl_1441812824', '1404494321', 'no') ; 
INSERT INTO `wp_options` VALUES (7369880, '_transient_wflginfl_1441812824', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541582, '_transient_timeout_wflginfl_1386779259', '1404838250', 'no') ; 
INSERT INTO `wp_options` VALUES (7541583, '_transient_wflginfl_1386779259', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369948, '_transient_timeout_wflginfl_1333013303', '1404495320', 'no') ; 
INSERT INTO `wp_options` VALUES (7369949, '_transient_wflginfl_1333013303', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369887, '_transient_timeout_wflginfl_783925123', '1404494411', 'no') ; 
INSERT INTO `wp_options` VALUES (7369888, '_transient_wflginfl_783925123', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537371, '_transient_timeout_wflginfl_86733513', '1404829149', 'no') ; 
INSERT INTO `wp_options` VALUES (7537372, '_transient_wflginfl_86733513', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507178, '_transient_timeout_wflginfl_1039510531', '1404808492', 'no') ; 
INSERT INTO `wp_options` VALUES (7507179, '_transient_wflginfl_1039510531', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369895, '_transient_timeout_wflginfl_1767542762', '1404494581', 'no') ; 
INSERT INTO `wp_options` VALUES (7369896, '_transient_wflginfl_1767542762', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369899, '_transient_timeout_wflginfl_3570921017', '1404494612', 'no') ; 
INSERT INTO `wp_options` VALUES (7369900, '_transient_wflginfl_3570921017', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369901, '_transient_timeout_wflginfl_3147369119', '1404494634', 'no') ; 
INSERT INTO `wp_options` VALUES (7369902, '_transient_wflginfl_3147369119', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369911, '_transient_timeout_wflginfl_2662006727', '1404494810', 'no') ; 
INSERT INTO `wp_options` VALUES (7541336, '_transient_timeout_wflginfl_3162095728', '1404831528', 'no') ; 
INSERT INTO `wp_options` VALUES (7540545, '_transient_wflginfl_3202696276', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7369907, '_transient_timeout_wflginfl_2006582526', '1404494745', 'no') ; 
INSERT INTO `wp_options` VALUES (7369908, '_transient_wflginfl_2006582526', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369912, '_transient_wflginfl_2662006727', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537634, '_transient_wflginfl_3036113012', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540405, '_transient_wflginfl_1440484177', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7369917, '_transient_timeout_wflginfl_1553397271', '1404494868', 'no') ; 
INSERT INTO `wp_options` VALUES (7369918, '_transient_wflginfl_1553397271', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369964, '_transient_timeout_wflginfl_3157549126', '1404495532', 'no') ; 
INSERT INTO `wp_options` VALUES (7369965, '_transient_wflginfl_3157549126', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369921, '_transient_timeout_wflginfl_1590443950', '1404494966', 'no') ; 
INSERT INTO `wp_options` VALUES (7369922, '_transient_wflginfl_1590443950', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369923, '_transient_timeout_wflginfl_1887951987', '1404495027', 'no') ; 
INSERT INTO `wp_options` VALUES (7369924, '_transient_wflginfl_1887951987', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369925, '_transient_timeout_wflginfl_1563893421', '1404495043', 'no') ; 
INSERT INTO `wp_options` VALUES (7369926, '_transient_wflginfl_1563893421', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369927, '_transient_timeout_wflginfl_689077888', '1404495070', 'no') ; 
INSERT INTO `wp_options` VALUES (7369928, '_transient_wflginfl_689077888', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369929, '_transient_timeout_wflginfl_2946262576', '1404495071', 'no') ; 
INSERT INTO `wp_options` VALUES (7369930, '_transient_wflginfl_2946262576', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369931, '_transient_timeout_wflginfl_609083850', '1404495141', 'no') ; 
INSERT INTO `wp_options` VALUES (7369932, '_transient_wflginfl_609083850', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370526, '_transient_timeout_wflginfl_1892047483', '1404511255', 'no') ; 
INSERT INTO `wp_options` VALUES (7370527, '_transient_wflginfl_1892047483', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370136, '_transient_timeout_wflginfl_1332760170', '1404499301', 'no') ; 
INSERT INTO `wp_options` VALUES (7370137, '_transient_wflginfl_1332760170', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369939, '_transient_timeout_wflginfl_619164559', '1404495228', 'no') ; 
INSERT INTO `wp_options` VALUES (7369940, '_transient_wflginfl_619164559', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397417, '_transient_timeout_wflginfl_1436208563', '1404639279', 'no') ; 
INSERT INTO `wp_options` VALUES (7397418, '_transient_wflginfl_1436208563', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370555, '_transient_timeout_wflginfl_1566011494', '1404512038', 'no') ; 
INSERT INTO `wp_options` VALUES (7370556, '_transient_wflginfl_1566011494', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541377, '_transient_wflginfl_1322772687', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369950, '_transient_timeout_wflginfl_3127507907', '1404495323', 'no') ; 
INSERT INTO `wp_options` VALUES (7369951, '_transient_wflginfl_3127507907', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538420, '_transient_wflginfl_1450796579', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7369954, '_transient_timeout_wflginfl_1770853411', '1404495354', 'no') ; 
INSERT INTO `wp_options` VALUES (7369955, '_transient_wflginfl_1770853411', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369956, '_transient_timeout_wflginfl_656469597', '1404495405', 'no') ; 
INSERT INTO `wp_options` VALUES (7369957, '_transient_wflginfl_656469597', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369958, '_transient_timeout_wflginfl_3000936383', '1404495410', 'no') ; 
INSERT INTO `wp_options` VALUES (7369959, '_transient_wflginfl_3000936383', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528706, '_transient_timeout_wflginfl_1282162959', '1404823456', 'no') ; 
INSERT INTO `wp_options` VALUES (7528707, '_transient_wflginfl_1282162959', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386991, '_transient_timeout_wflginfl_1228146135', '1404610480', 'no') ; 
INSERT INTO `wp_options` VALUES (7386992, '_transient_wflginfl_1228146135', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445049, '_transient_timeout_wflginfl_3574633854', '1404753826', 'no') ; 
INSERT INTO `wp_options` VALUES (7445050, '_transient_wflginfl_3574633854', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432212, '_transient_timeout_wflginfl_1129215858', '1404743963', 'no') ; 
INSERT INTO `wp_options` VALUES (7432213, '_transient_wflginfl_1129215858', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481291, '_transient_timeout_wflginfl_2996085647', '1404785182', 'no') ; 
INSERT INTO `wp_options` VALUES (7481292, '_transient_wflginfl_2996085647', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369972, '_transient_timeout_wflginfl_3321626665', '1404495756', 'no') ; 
INSERT INTO `wp_options` VALUES (7369973, '_transient_wflginfl_3321626665', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369974, '_transient_timeout_wflginfl_2083219197', '1404495935', 'no') ; 
INSERT INTO `wp_options` VALUES (7369975, '_transient_wflginfl_2083219197', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7534494, '_transient_timeout_wflginfl_1360590194', '1404827240', 'no') ; 
INSERT INTO `wp_options` VALUES (7534495, '_transient_wflginfl_1360590194', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541238, '_transient_timeout_wflginfl_1358946620', '1404831481', 'no') ; 
INSERT INTO `wp_options` VALUES (7541239, '_transient_wflginfl_1358946620', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370038, '_transient_timeout_wflginfl_2979899986', '1404496992', 'no') ; 
INSERT INTO `wp_options` VALUES (7370039, '_transient_wflginfl_2979899986', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369982, '_transient_timeout_wflginfl_2954565508', '1404496039', 'no') ; 
INSERT INTO `wp_options` VALUES (7369983, '_transient_wflginfl_2954565508', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506686, '_transient_timeout_wflginfl_784697999', '1404808125', 'no') ; 
INSERT INTO `wp_options` VALUES (7506687, '_transient_wflginfl_784697999', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369986, '_transient_timeout_wflginfl_3010402283', '1404496131', 'no') ; 
INSERT INTO `wp_options` VALUES (7369987, '_transient_wflginfl_3010402283', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384181, '_transient_timeout_wflginfl_2997826899', '1404602556', 'no') ; 
INSERT INTO `wp_options` VALUES (7384182, '_transient_wflginfl_2997826899', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369992, '_transient_timeout_wflginfl_3315192278', '1404496273', 'no') ; 
INSERT INTO `wp_options` VALUES (7369993, '_transient_wflginfl_3315192278', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370032, '_transient_timeout_wflginfl_1417516770', '1404496927', 'no') ; 
INSERT INTO `wp_options` VALUES (7370033, '_transient_wflginfl_1417516770', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7369998, '_transient_timeout_wflginfl_697047086', '1404496286', 'no') ; 
INSERT INTO `wp_options` VALUES (7369999, '_transient_wflginfl_697047086', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370003, '_transient_timeout_wflginfl_1287070225', '1404496357', 'no') ; 
INSERT INTO `wp_options` VALUES (7370004, '_transient_wflginfl_1287070225', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528302, '_transient_timeout_wflginfl_1572466966', '1404823162', 'no') ; 
INSERT INTO `wp_options` VALUES (7528303, '_transient_wflginfl_1572466966', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541422, '_transient_timeout_wflginfl_2044176635', '1404831638', 'no') ; 
INSERT INTO `wp_options` VALUES (7541423, '_transient_wflginfl_2044176635', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370009, '_transient_timeout_wflginfl_1333068288', '1404496617', 'no') ; 
INSERT INTO `wp_options` VALUES (7370010, '_transient_wflginfl_1333068288', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377604, '_transient_timeout_wflginfl_3393065250', '1404588045', 'no') ; 
INSERT INTO `wp_options` VALUES (7388987, '_transient_wflginfl_694354480', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370036, '_transient_timeout_wflginfl_1364894786', '1404496978', 'no') ; 
INSERT INTO `wp_options` VALUES (7370037, '_transient_wflginfl_1364894786', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495635, '_transient_timeout_wflginfl_3651995788', '1404798889', 'no') ; 
INSERT INTO `wp_options` VALUES (7495636, '_transient_wflginfl_3651995788', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371390, '_transient_timeout_wflginfl_100319498', '1404544127', 'no') ; 
INSERT INTO `wp_options` VALUES (7371391, '_transient_wflginfl_100319498', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370085, '_transient_timeout_wflginfl_657004167', '1404497946', 'no') ; 
INSERT INTO `wp_options` VALUES (7370086, '_transient_wflginfl_657004167', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431223, '_transient_timeout_wflginfl_1348907506', '1404743228', 'no') ; 
INSERT INTO `wp_options` VALUES (7431224, '_transient_wflginfl_1348907506', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370028, '_transient_timeout_wflginfl_2970007516', '1404496867', 'no') ; 
INSERT INTO `wp_options` VALUES (7370029, '_transient_wflginfl_2970007516', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370160, '_transient_timeout_wflginfl_1491903000', '1404500191', 'no') ; 
INSERT INTO `wp_options` VALUES (7370161, '_transient_wflginfl_1491903000', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370138, '_transient_timeout_wflginfl_1264235219', '1404499355', 'no') ; 
INSERT INTO `wp_options` VALUES (7370139, '_transient_wflginfl_1264235219', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434214, '_transient_timeout_wflginfl_1209783668', '1404745464', 'no') ; 
INSERT INTO `wp_options` VALUES (7434215, '_transient_wflginfl_1209783668', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416606, '_transient_timeout_wflginfl_1396080627', '1404731471', 'no') ; 
INSERT INTO `wp_options` VALUES (7416607, '_transient_wflginfl_1396080627', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370800, '_transient_timeout_wflginfl_1324320540', '1404521753', 'no') ; 
INSERT INTO `wp_options` VALUES (7370801, '_transient_wflginfl_1324320540', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376455, '_transient_timeout_wflginfl_1449393532', '1404585876', 'no') ; 
INSERT INTO `wp_options` VALUES (7376456, '_transient_wflginfl_1449393532', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370048, '_transient_timeout_wflginfl_3155918697', '1404497212', 'no') ; 
INSERT INTO `wp_options` VALUES (7370049, '_transient_wflginfl_3155918697', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540278, '_transient_timeout_wflginfl_2033488661', '1404831042', 'no') ; 
INSERT INTO `wp_options` VALUES (7460657, '_transient_wflginfl_39224068', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540181, '_transient_wflginfl_3154256095', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511375, '_transient_wflginfl_3541568031', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370057, '_transient_timeout_wflginfl_1772019575', '1404497342', 'no') ; 
INSERT INTO `wp_options` VALUES (7370058, '_transient_wflginfl_1772019575', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370059, '_transient_timeout_wflginfl_1941577939', '1404497373', 'no') ; 
INSERT INTO `wp_options` VALUES (7370060, '_transient_wflginfl_1941577939', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370061, '_transient_timeout_wflginfl_1976313374', '1404497395', 'no') ; 
INSERT INTO `wp_options` VALUES (7370062, '_transient_wflginfl_1976313374', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370063, '_transient_timeout_wflginfl_1579601051', '1404497532', 'no') ; 
INSERT INTO `wp_options` VALUES (7370064, '_transient_wflginfl_1579601051', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433169, '_transient_timeout_wflginfl_3174489179', '1404744660', 'no') ; 
INSERT INTO `wp_options` VALUES (7435486, '_transient_timeout_wflginfl_1887879951', '1404746457', 'no') ; 
INSERT INTO `wp_options` VALUES (7407520, '_transient_timeout_wflginfl_1417466417', '1404724511', 'no') ; 
INSERT INTO `wp_options` VALUES (7407521, '_transient_wflginfl_1417466417', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370071, '_transient_timeout_wflginfl_656424406', '1404497618', 'no') ; 
INSERT INTO `wp_options` VALUES (7370072, '_transient_wflginfl_656424406', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520470, '_transient_wflginfl_3070047320', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520469, '_transient_timeout_wflginfl_3070047320', '1404817936', 'no') ; 
INSERT INTO `wp_options` VALUES (7540960, '_transient_timeout_wflginfl_708575345', '1404831388', 'no') ; 
INSERT INTO `wp_options` VALUES (7394121, '_transient_timeout_wflginfl_3628591305', '1404632340', 'no') ; 
INSERT INTO `wp_options` VALUES (7394122, '_transient_wflginfl_3628591305', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540961, '_transient_wflginfl_708575345', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370081, '_transient_timeout_wflginfl_779634370', '1404497836', 'no') ; 
INSERT INTO `wp_options` VALUES (7370082, '_transient_wflginfl_779634370', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370229, '_transient_timeout_wflginfl_3047204288', '1404501962', 'no') ; 
INSERT INTO `wp_options` VALUES (7370230, '_transient_wflginfl_3047204288', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370089, '_transient_timeout_wflginfl_1581443654', '1404497967', 'no') ; 
INSERT INTO `wp_options` VALUES (7370090, '_transient_wflginfl_1581443654', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370091, '_transient_timeout_wflginfl_772554974', '1404498039', 'no') ; 
INSERT INTO `wp_options` VALUES (7370092, '_transient_wflginfl_772554974', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423650, '_transient_timeout_wflginfl_700318946', '1404737330', 'no') ; 
INSERT INTO `wp_options` VALUES (7370094, '_transient_timeout_wflginfl_1548928941', '1404498088', 'no') ; 
INSERT INTO `wp_options` VALUES (7370095, '_transient_wflginfl_1548928941', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423651, '_transient_wflginfl_700318946', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370098, '_transient_timeout_wflginfl_1824594079', '1404498396', 'no') ; 
INSERT INTO `wp_options` VALUES (7370099, '_transient_wflginfl_1824594079', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370100, '_transient_timeout_wflginfl_2508083484', '1404498420', 'no') ; 
INSERT INTO `wp_options` VALUES (7370101, '_transient_wflginfl_2508083484', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370106, '_transient_timeout_wflginfl_1506393167', '1404498523', 'no') ; 
INSERT INTO `wp_options` VALUES (7370107, '_transient_wflginfl_1506393167', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539545, '_transient_timeout_wflginfl_3373633281', '1404830581', 'no') ; 
INSERT INTO `wp_options` VALUES (7539546, '_transient_wflginfl_3373633281', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387927, '_transient_timeout_wflginfl_1424248615', '1404613358', 'no') ; 
INSERT INTO `wp_options` VALUES (7387928, '_transient_wflginfl_1424248615', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370116, '_transient_timeout_wflginfl_3170543828', '1404498759', 'no') ; 
INSERT INTO `wp_options` VALUES (7370117, '_transient_wflginfl_3170543828', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370118, '_transient_timeout_wflginfl_657628696', '1404498787', 'no') ; 
INSERT INTO `wp_options` VALUES (7370119, '_transient_wflginfl_657628696', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370120, '_transient_timeout_wflginfl_628690141', '1404498789', 'no') ; 
INSERT INTO `wp_options` VALUES (7370121, '_transient_wflginfl_628690141', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370122, '_transient_timeout_wflginfl_3173643826', '1404498826', 'no') ; 
INSERT INTO `wp_options` VALUES (7370123, '_transient_wflginfl_3173643826', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451883, '_transient_wflginfl_774850584', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445789, '_transient_wflginfl_634449518', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370132, '_transient_timeout_wflginfl_1281706510', '1404499007', 'no') ; 
INSERT INTO `wp_options` VALUES (7370133, '_transient_wflginfl_1281706510', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370134, '_transient_timeout_wflginfl_1548827877', '1404499161', 'no') ; 
INSERT INTO `wp_options` VALUES (7370135, '_transient_wflginfl_1548827877', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370140, '_transient_timeout_wflginfl_1376717829', '1404499413', 'no') ; 
INSERT INTO `wp_options` VALUES (7370141, '_transient_wflginfl_1376717829', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370289, '_transient_timeout_wflginfl_1548855572', '1404503677', 'no') ; 
INSERT INTO `wp_options` VALUES (7370290, '_transient_wflginfl_1548855572', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370181, '_transient_timeout_wflginfl_1583485730', '1404500500', 'no') ; 
INSERT INTO `wp_options` VALUES (7370182, '_transient_wflginfl_1583485730', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383293, '_transient_timeout_wflginfl_1840682242', '1404600315', 'no') ; 
INSERT INTO `wp_options` VALUES (7383294, '_transient_wflginfl_1840682242', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370156, '_transient_timeout_wflginfl_1043105430', '1404499945', 'no') ; 
INSERT INTO `wp_options` VALUES (7370157, '_transient_wflginfl_1043105430', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370152, '_transient_timeout_wflginfl_2992126092', '1404499720', 'no') ; 
INSERT INTO `wp_options` VALUES (7370153, '_transient_wflginfl_2992126092', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370154, '_transient_timeout_wflginfl_2966286246', '1404499783', 'no') ; 
INSERT INTO `wp_options` VALUES (7370155, '_transient_wflginfl_2966286246', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7524872, '_transient_timeout_wflginfl_3184813623', '1404820835', 'no') ; 
INSERT INTO `wp_options` VALUES (7524873, '_transient_wflginfl_3184813623', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522836, '_transient_wflginfl_1409351131', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475979, '_transient_wflginfl_2508098413', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370168, '_transient_timeout_wflginfl_1549953962', '1404500378', 'no') ; 
INSERT INTO `wp_options` VALUES (7370169, '_transient_wflginfl_1549953962', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538577, '_transient_timeout_wflginfl_453451858', '1404829940', 'no') ; 
INSERT INTO `wp_options` VALUES (7370171, '_transient_timeout_wflginfl_1297492354', '1404500408', 'no') ; 
INSERT INTO `wp_options` VALUES (7370172, '_transient_wflginfl_1297492354', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370173, '_transient_timeout_wflginfl_3705754517', '1404500409', 'no') ; 
INSERT INTO `wp_options` VALUES (7370174, '_transient_wflginfl_3705754517', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515154, '_transient_timeout_wflginfl_837604362', '1404814149', 'no') ; 
INSERT INTO `wp_options` VALUES (7525857, '_transient_wflginfl_3190648950', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515155, '_transient_wflginfl_837604362', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397499, '_transient_timeout_wflginfl_2972376303', '1404639477', 'no') ; 
INSERT INTO `wp_options` VALUES (7492934, '_transient_timeout_wflginfl_2996082979', '1404796742', 'no') ; 
INSERT INTO `wp_options` VALUES (7487299, '_transient_timeout_wflginfl_3171232260', '1404791084', 'no') ; 
INSERT INTO `wp_options` VALUES (7487300, '_transient_wflginfl_3171232260', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538578, '_transient_wflginfl_453451858', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370478, '_transient_timeout_wflginfl_702580903', '1404509967', 'no') ; 
INSERT INTO `wp_options` VALUES (7370479, '_transient_wflginfl_702580903', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370189, '_transient_timeout_wflginfl_703102910', '1404500767', 'no') ; 
INSERT INTO `wp_options` VALUES (7370190, '_transient_wflginfl_703102910', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509627, '_transient_wflginfl_1609779629', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541431, '_transient_wflginfl_2033590412', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371198, '_transient_timeout_wflginfl_3157348459', '1404538231', 'no') ; 
INSERT INTO `wp_options` VALUES (7371199, '_transient_wflginfl_3157348459', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466706, '_transient_timeout_wflginfl_1212931745', '1404770867', 'no') ; 
INSERT INTO `wp_options` VALUES (7466707, '_transient_wflginfl_1212931745', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370200, '_transient_timeout_wflginfl_1850579029', '1404501230', 'no') ; 
INSERT INTO `wp_options` VALUES (7370201, '_transient_wflginfl_1850579029', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472795, '_transient_timeout_wflginfl_1320145093', '1404776500', 'no') ; 
INSERT INTO `wp_options` VALUES (7472796, '_transient_wflginfl_1320145093', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535604, '_transient_timeout_wflginfl_778887785', '1404827968', 'no') ; 
INSERT INTO `wp_options` VALUES (7535605, '_transient_wflginfl_778887785', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370215, '_transient_timeout_wflginfl_657125059', '1404501500', 'no') ; 
INSERT INTO `wp_options` VALUES (7370216, '_transient_wflginfl_657125059', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370343, '_transient_timeout_wflginfl_694476221', '1404505795', 'no') ; 
INSERT INTO `wp_options` VALUES (7370344, '_transient_wflginfl_694476221', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370406, '_transient_timeout_wflginfl_3135355265', '1404508012', 'no') ; 
INSERT INTO `wp_options` VALUES (7472681, '_transient_timeout_wflginfl_3649111820', '1404776387', 'no') ; 
INSERT INTO `wp_options` VALUES (7468865, '_transient_timeout_wflginfl_702132453', '1404772683', 'no') ; 
INSERT INTO `wp_options` VALUES (7516475, '_transient_timeout_wflginfl_24753339', '1404815094', 'no') ; 
INSERT INTO `wp_options` VALUES (7516476, '_transient_wflginfl_24753339', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371637, '_transient_timeout_wflginfl_1539836993', '1404551997', 'no') ; 
INSERT INTO `wp_options` VALUES (7371638, '_transient_wflginfl_1539836993', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370233, '_transient_timeout_wflginfl_3302584259', '1404502072', 'no') ; 
INSERT INTO `wp_options` VALUES (7370234, '_transient_wflginfl_3302584259', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484783, '_transient_timeout_wflginfl_1363003411', '1404788667', 'no') ; 
INSERT INTO `wp_options` VALUES (7484784, '_transient_wflginfl_1363003411', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371152, '_transient_timeout_wflginfl_1370885289', '1404536525', 'no') ; 
INSERT INTO `wp_options` VALUES (7371153, '_transient_wflginfl_1370885289', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370243, '_transient_timeout_wflginfl_697262269', '1404502411', 'no') ; 
INSERT INTO `wp_options` VALUES (7370244, '_transient_wflginfl_697262269', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370245, '_transient_timeout_wflginfl_1595602751', '1404502425', 'no') ; 
INSERT INTO `wp_options` VALUES (7370246, '_transient_wflginfl_1595602751', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370249, '_transient_timeout_wflginfl_704322619', '1404502590', 'no') ; 
INSERT INTO `wp_options` VALUES (7370250, '_transient_wflginfl_704322619', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376254, '_transient_timeout_wflginfl_39396108', '1404585510', 'no') ; 
INSERT INTO `wp_options` VALUES (7376255, '_transient_wflginfl_39396108', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388763, '_transient_timeout_wflginfl_3144808423', '1404616063', 'no') ; 
INSERT INTO `wp_options` VALUES (7388764, '_transient_wflginfl_3144808423', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370333, '_transient_timeout_wflginfl_1146414902', '1404505462', 'no') ; 
INSERT INTO `wp_options` VALUES (7370334, '_transient_wflginfl_1146414902', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370259, '_transient_timeout_wflginfl_1319748556', '1404502712', 'no') ; 
INSERT INTO `wp_options` VALUES (7370260, '_transient_wflginfl_1319748556', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370267, '_transient_timeout_wflginfl_3035239870', '1404503172', 'no') ; 
INSERT INTO `wp_options` VALUES (7370268, '_transient_wflginfl_3035239870', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370407, '_transient_wflginfl_3135355265', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7370275, '_transient_timeout_wflginfl_3081480798', '1404503262', 'no') ; 
INSERT INTO `wp_options` VALUES (7370276, '_transient_wflginfl_3081480798', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382357, '_transient_timeout_wflginfl_1441870516', '1404598168', 'no') ; 
INSERT INTO `wp_options` VALUES (7382358, '_transient_wflginfl_1441870516', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371953, '_transient_timeout_wflginfl_1565995393', '1404565813', 'no') ; 
INSERT INTO `wp_options` VALUES (7371954, '_transient_wflginfl_1565995393', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370283, '_transient_timeout_wflginfl_1449255644', '1404503493', 'no') ; 
INSERT INTO `wp_options` VALUES (7370284, '_transient_wflginfl_1449255644', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370285, '_transient_timeout_wflginfl_1396889456', '1404503525', 'no') ; 
INSERT INTO `wp_options` VALUES (7370286, '_transient_wflginfl_1396889456', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370296, '_transient_timeout_wflginfl_3141217945', '1404503955', 'no') ; 
INSERT INTO `wp_options` VALUES (7370294, '_transient_timeout_wflginfl_3065125136', '1404503920', 'no') ; 
INSERT INTO `wp_options` VALUES (7370295, '_transient_wflginfl_3065125136', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370297, '_transient_wflginfl_3141217945', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370299, '_transient_timeout_wflginfl_784206164', '1404504080', 'no') ; 
INSERT INTO `wp_options` VALUES (7370300, '_transient_wflginfl_784206164', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370582, '_transient_timeout_wflginfl_1287025577', '1404512634', 'no') ; 
INSERT INTO `wp_options` VALUES (7370583, '_transient_wflginfl_1287025577', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370414, '_transient_timeout_wflginfl_3065596552', '1404507919', 'no') ; 
INSERT INTO `wp_options` VALUES (7370415, '_transient_wflginfl_3065596552', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370408, '_transient_timeout_wflginfl_1549959943', '1404507757', 'no') ; 
INSERT INTO `wp_options` VALUES (7370409, '_transient_wflginfl_1549959943', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370310, '_transient_timeout_wflginfl_657334831', '1404504528', 'no') ; 
INSERT INTO `wp_options` VALUES (7370311, '_transient_wflginfl_657334831', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474163, '_transient_timeout_wflginfl_1502146396', '1404777812', 'no') ; 
INSERT INTO `wp_options` VALUES (7474164, '_transient_wflginfl_1502146396', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370315, '_transient_timeout_wflginfl_703328692', '1404504642', 'no') ; 
INSERT INTO `wp_options` VALUES (7370316, '_transient_wflginfl_703328692', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540780, '_transient_timeout_wflginfl_3194356124', '1404831315', 'no') ; 
INSERT INTO `wp_options` VALUES (7370319, '_transient_timeout_wflginfl_3057703228', '1404504686', 'no') ; 
INSERT INTO `wp_options` VALUES (7370320, '_transient_wflginfl_3057703228', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540200, '_transient_timeout_wflginfl_1497589758', '1404831004', 'no') ; 
INSERT INTO `wp_options` VALUES (7540201, '_transient_wflginfl_1497589758', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377058, '_transient_timeout_wflginfl_3019686111', '1404587013', 'no') ; 
INSERT INTO `wp_options` VALUES (7377059, '_transient_wflginfl_3019686111', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533704, '_transient_wflginfl_1730139742', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540249, '_transient_wflginfl_1332876439', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539810, '_transient_timeout_wflginfl_1390303792', '1404830752', 'no') ; 
INSERT INTO `wp_options` VALUES (7539811, '_transient_wflginfl_1390303792', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538525, '_transient_timeout_wflginfl_2536706208', '1404830184', 'no') ; 
INSERT INTO `wp_options` VALUES (7538526, '_transient_wflginfl_2536706208', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7370341, '_transient_timeout_wflginfl_657435316', '1404505787', 'no') ; 
INSERT INTO `wp_options` VALUES (7370342, '_transient_wflginfl_657435316', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423408, '_transient_timeout_wflginfl_1893155405', '1404737114', 'no') ; 
INSERT INTO `wp_options` VALUES (7423409, '_transient_wflginfl_1893155405', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370561, '_transient_timeout_wflginfl_702818615', '1404512065', 'no') ; 
INSERT INTO `wp_options` VALUES (7370562, '_transient_wflginfl_702818615', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376682, '_transient_timeout_wflginfl_1503927448', '1404586296', 'no') ; 
INSERT INTO `wp_options` VALUES (7376683, '_transient_wflginfl_1503927448', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370419, '_transient_timeout_wflginfl_3065604781', '1404508116', 'no') ; 
INSERT INTO `wp_options` VALUES (7370420, '_transient_wflginfl_3065604781', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509252, '_transient_timeout_wflginfl_973663979', '1404809963', 'no') ; 
INSERT INTO `wp_options` VALUES (7489794, '_transient_timeout_wflginfl_3649396130', '1404793461', 'no') ; 
INSERT INTO `wp_options` VALUES (7370553, '_transient_timeout_wflginfl_1319496946', '1404512030', 'no') ; 
INSERT INTO `wp_options` VALUES (7370554, '_transient_wflginfl_1319496946', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536070, '_transient_timeout_wflginfl_3175746457', '1404828294', 'no') ; 
INSERT INTO `wp_options` VALUES (7536071, '_transient_wflginfl_3175746457', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540885, '_transient_wflginfl_406290273', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525925, '_transient_wflginfl_1337048238', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370367, '_transient_timeout_wflginfl_3065355688', '1404506369', 'no') ; 
INSERT INTO `wp_options` VALUES (7370368, '_transient_wflginfl_3065355688', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370378, '_transient_timeout_wflginfl_3047657019', '1404506644', 'no') ; 
INSERT INTO `wp_options` VALUES (7370379, '_transient_wflginfl_3047657019', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7399131, '_transient_timeout_wflginfl_2050275202', '1404717541', 'no') ; 
INSERT INTO `wp_options` VALUES (7370382, '_transient_timeout_wflginfl_1246696673', '1404506716', 'no') ; 
INSERT INTO `wp_options` VALUES (7370383, '_transient_wflginfl_1246696673', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370446, '_transient_timeout_wflginfl_3305214912', '1404509063', 'no') ; 
INSERT INTO `wp_options` VALUES (7370387, '_transient_timeout_wflginfl_3318378966', '1404506819', 'no') ; 
INSERT INTO `wp_options` VALUES (7370388, '_transient_wflginfl_3318378966', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540746, '_transient_timeout_wflginfl_523142645', '1404831295', 'no') ; 
INSERT INTO `wp_options` VALUES (7540747, '_transient_wflginfl_523142645', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370447, '_transient_wflginfl_3305214912', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378476, '_transient_timeout_wflginfl_1372983509', '1404590355', 'no') ; 
INSERT INTO `wp_options` VALUES (7378477, '_transient_wflginfl_1372983509', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447488, '_transient_timeout_wflginfl_1835505095', '1404755705', 'no') ; 
INSERT INTO `wp_options` VALUES (7447489, '_transient_wflginfl_1835505095', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370545, '_transient_timeout_wflginfl_781187112', '1404511883', 'no') ; 
INSERT INTO `wp_options` VALUES (7370546, '_transient_wflginfl_781187112', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370401, '_transient_timeout_wflginfl_1833756465', '1404507390', 'no') ; 
INSERT INTO `wp_options` VALUES (7370402, '_transient_wflginfl_1833756465', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378253, '_transient_timeout_wflginfl_1581270347', '1404589927', 'no') ; 
INSERT INTO `wp_options` VALUES (7378254, '_transient_wflginfl_1581270347', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370416, '_transient_timeout_wflginfl_3014893484', '1404507981', 'no') ; 
INSERT INTO `wp_options` VALUES (7370417, '_transient_wflginfl_3014893484', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370423, '_transient_timeout_wflginfl_694970590', '1404508249', 'no') ; 
INSERT INTO `wp_options` VALUES (7370424, '_transient_wflginfl_694970590', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370470, '_transient_timeout_wflginfl_3156059216', '1404509487', 'no') ; 
INSERT INTO `wp_options` VALUES (7370471, '_transient_wflginfl_3156059216', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370428, '_transient_timeout_wflginfl_3044076301', '1404508472', 'no') ; 
INSERT INTO `wp_options` VALUES (7370429, '_transient_wflginfl_3044076301', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462276, '_transient_timeout_wflginfl_621180583', '1404767096', 'no') ; 
INSERT INTO `wp_options` VALUES (7530924, '_transient_timeout_wflginfl_100003840', '1404824972', 'no') ; 
INSERT INTO `wp_options` VALUES (7462277, '_transient_wflginfl_621180583', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494811, '_transient_timeout_wflginfl_3153327622', '1404798120', 'no') ; 
INSERT INTO `wp_options` VALUES (7494812, '_transient_wflginfl_3153327622', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370474, '_transient_timeout_wflginfl_690745672', '1404509740', 'no') ; 
INSERT INTO `wp_options` VALUES (7370475, '_transient_wflginfl_690745672', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370584, '_transient_timeout_wflginfl_703108059', '1404512684', 'no') ; 
INSERT INTO `wp_options` VALUES (7370585, '_transient_wflginfl_703108059', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370508, '_transient_timeout_wflginfl_1550037420', '1404511037', 'no') ; 
INSERT INTO `wp_options` VALUES (7370485, '_transient_timeout_wflginfl_3318456613', '1404510055', 'no') ; 
INSERT INTO `wp_options` VALUES (7370486, '_transient_wflginfl_3318456613', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370509, '_transient_wflginfl_1550037420', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370491, '_transient_timeout_wflginfl_1580704761', '1404510616', 'no') ; 
INSERT INTO `wp_options` VALUES (7370492, '_transient_wflginfl_1580704761', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389649, '_transient_timeout_wflginfl_1209740754', '1404618881', 'no') ; 
INSERT INTO `wp_options` VALUES (7389650, '_transient_wflginfl_1209740754', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459331, '_transient_timeout_wflginfl_1447870342', '1404764708', 'no') ; 
INSERT INTO `wp_options` VALUES (7457714, '_transient_timeout_wflginfl_1633076015', '1404763445', 'no') ; 
INSERT INTO `wp_options` VALUES (7426018, '_transient_timeout_wflginfl_1388693912', '1404739202', 'no') ; 
INSERT INTO `wp_options` VALUES (7426019, '_transient_wflginfl_1388693912', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370572, '_transient_timeout_wflginfl_3036571536', '1404512490', 'no') ; 
INSERT INTO `wp_options` VALUES (7383844, '_transient_timeout_wflginfl_1209773792', '1404601688', 'no') ; 
INSERT INTO `wp_options` VALUES (7383845, '_transient_wflginfl_1209773792', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370573, '_transient_wflginfl_3036571536', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533913, '_transient_timeout_wflginfl_100217141', '1404826874', 'no') ; 
INSERT INTO `wp_options` VALUES (7540667, '_transient_wflginfl_1424231553', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532278, '_transient_wflginfl_1896561072', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533914, '_transient_wflginfl_100217141', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540776, '_transient_timeout_wflginfl_3568512435', '1404831312', 'no') ; 
INSERT INTO `wp_options` VALUES (7492280, '_transient_timeout_wflginfl_2101124341', '1404795794', 'no') ; 
INSERT INTO `wp_options` VALUES (7370532, '_transient_timeout_wflginfl_1545907130', '1404511389', 'no') ; 
INSERT INTO `wp_options` VALUES (7370533, '_transient_wflginfl_1545907130', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396635, '_transient_wflginfl_1001499253', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527188, '_transient_timeout_wflginfl_1382452688', '1404822395', 'no') ; 
INSERT INTO `wp_options` VALUES (7370536, '_transient_timeout_wflginfl_1320304362', '1404511408', 'no') ; 
INSERT INTO `wp_options` VALUES (7370537, '_transient_wflginfl_1320304362', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370543, '_transient_timeout_wflginfl_3065692253', '1404511867', 'no') ; 
INSERT INTO `wp_options` VALUES (7370544, '_transient_wflginfl_3065692253', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370551, '_transient_timeout_wflginfl_3127556934', '1404511946', 'no') ; 
INSERT INTO `wp_options` VALUES (7370552, '_transient_wflginfl_3127556934', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539627, '_transient_timeout_wflginfl_778900291', '1404830625', 'no') ; 
INSERT INTO `wp_options` VALUES (7539628, '_transient_wflginfl_778900291', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511770, '_transient_timeout_wflginfl_3122791543', '1404811773', 'no') ; 
INSERT INTO `wp_options` VALUES (7511771, '_transient_wflginfl_3122791543', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370574, '_transient_timeout_wflginfl_1449815087', '1404512517', 'no') ; 
INSERT INTO `wp_options` VALUES (7370575, '_transient_wflginfl_1449815087', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370578, '_transient_timeout_wflginfl_1892792323', '1404512548', 'no') ; 
INSERT INTO `wp_options` VALUES (7370579, '_transient_wflginfl_1892792323', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495244, '_transient_wflginfl_1833014824', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418588, '_transient_wflginfl_1294893918', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7370586, '_transient_timeout_wflginfl_3321240910', '1404512746', 'no') ; 
INSERT INTO `wp_options` VALUES (7370587, '_transient_wflginfl_3321240910', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370592, '_transient_timeout_wflginfl_848146410', '1404513195', 'no') ; 
INSERT INTO `wp_options` VALUES (7370593, '_transient_wflginfl_848146410', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484015, '_transient_timeout_wflginfl_403320734', '1404787925', 'no') ; 
INSERT INTO `wp_options` VALUES (7461146, '_transient_timeout_wflginfl_1320449453', '1404766421', 'no') ; 
INSERT INTO `wp_options` VALUES (7461147, '_transient_wflginfl_1320449453', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7370598, '_transient_timeout_wflginfl_1812453536', '1404514512', 'no') ; 
INSERT INTO `wp_options` VALUES (7370599, '_transient_wflginfl_1812453536', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370633, '_transient_timeout_wflginfl_694469525', '1404517862', 'no') ; 
INSERT INTO `wp_options` VALUES (7370634, '_transient_wflginfl_694469525', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536757, '_transient_timeout_wflginfl_3194188644', '1404828774', 'no') ; 
INSERT INTO `wp_options` VALUES (7536758, '_transient_wflginfl_3194188644', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370617, '_transient_timeout_wflginfl_1892088408', '1404516603', 'no') ; 
INSERT INTO `wp_options` VALUES (7370618, '_transient_wflginfl_1892088408', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370621, '_transient_timeout_wflginfl_3199302542', '1404517111', 'no') ; 
INSERT INTO `wp_options` VALUES (7370622, '_transient_wflginfl_3199302542', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539737, '_transient_timeout_wflginfl_1835076861', '1404830701', 'no') ; 
INSERT INTO `wp_options` VALUES (7370699, '_transient_timeout_wflginfl_1795346110', '1404519166', 'no') ; 
INSERT INTO `wp_options` VALUES (7370700, '_transient_wflginfl_1795346110', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371349, '_transient_timeout_wflginfl_1196791356', '1404543043', 'no') ; 
INSERT INTO `wp_options` VALUES (7371350, '_transient_wflginfl_1196791356', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539777, '_transient_wflginfl_1559709954', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7490472, '_transient_timeout_wflginfl_1887911806', '1404794096', 'no') ; 
INSERT INTO `wp_options` VALUES (7370635, '_transient_timeout_wflginfl_3190641585', '1404517874', 'no') ; 
INSERT INTO `wp_options` VALUES (7370636, '_transient_wflginfl_3190641585', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370637, '_transient_timeout_wflginfl_3301861705', '1404517889', 'no') ; 
INSERT INTO `wp_options` VALUES (7370638, '_transient_wflginfl_3301861705', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370639, '_transient_timeout_wflginfl_1593395549', '1404518053', 'no') ; 
INSERT INTO `wp_options` VALUES (7370640, '_transient_wflginfl_1593395549', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370641, '_transient_timeout_wflginfl_3132346843', '1404518070', 'no') ; 
INSERT INTO `wp_options` VALUES (7370642, '_transient_wflginfl_3132346843', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370643, '_transient_timeout_wflginfl_3301529806', '1404518079', 'no') ; 
INSERT INTO `wp_options` VALUES (7370644, '_transient_wflginfl_3301529806', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510713, '_transient_timeout_wflginfl_1839237117', '1404811021', 'no') ; 
INSERT INTO `wp_options` VALUES (7539136, '_transient_wflginfl_786629412', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370649, '_transient_timeout_wflginfl_1587668930', '1404518157', 'no') ; 
INSERT INTO `wp_options` VALUES (7370650, '_transient_wflginfl_1587668930', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530839, '_transient_wflginfl_657405699', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538752, '_transient_wflginfl_2988720992', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370655, '_transient_timeout_wflginfl_1140952168', '1404518429', 'no') ; 
INSERT INTO `wp_options` VALUES (7370656, '_transient_wflginfl_1140952168', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395049, '_transient_timeout_wflginfl_3742369868', '1404634820', 'no') ; 
INSERT INTO `wp_options` VALUES (7395050, '_transient_wflginfl_3742369868', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372503, '_transient_timeout_wflginfl_783929127', '1404575866', 'no') ; 
INSERT INTO `wp_options` VALUES (7372504, '_transient_wflginfl_783929127', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370672, '_transient_timeout_wflginfl_1578426398', '1404518812', 'no') ; 
INSERT INTO `wp_options` VALUES (7370673, '_transient_wflginfl_1578426398', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536391, '_transient_timeout_wflginfl_3411514235', '1404828515', 'no') ; 
INSERT INTO `wp_options` VALUES (7536392, '_transient_wflginfl_3411514235', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370666, '_transient_timeout_wflginfl_35733782', '1404518609', 'no') ; 
INSERT INTO `wp_options` VALUES (7370667, '_transient_wflginfl_35733782', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391623, '_transient_timeout_wflginfl_3189405379', '1404625116', 'no') ; 
INSERT INTO `wp_options` VALUES (7391624, '_transient_wflginfl_3189405379', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370670, '_transient_timeout_wffgt_1635273672', '1404518645', 'no') ; 
INSERT INTO `wp_options` VALUES (7370671, '_transient_wffgt_1635273672', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438844, '_transient_timeout_wflginfl_469583711', '1404749050', 'no') ; 
INSERT INTO `wp_options` VALUES (7438845, '_transient_wflginfl_469583711', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370677, '_transient_timeout_wflginfl_1293692134', '1404518901', 'no') ; 
INSERT INTO `wp_options` VALUES (7370678, '_transient_wflginfl_1293692134', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383560, '_transient_timeout_wflginfl_1318140622', '1404600881', 'no') ; 
INSERT INTO `wp_options` VALUES (7383561, '_transient_wflginfl_1318140622', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370681, '_transient_timeout_wflginfl_991487793', '1404518984', 'no') ; 
INSERT INTO `wp_options` VALUES (7370682, '_transient_wflginfl_991487793', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376380, '_transient_timeout_wflginfl_3104980299', '1404585759', 'no') ; 
INSERT INTO `wp_options` VALUES (7376381, '_transient_wflginfl_3104980299', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418543, '_transient_timeout_wflginfl_1293901477', '1404733084', 'no') ; 
INSERT INTO `wp_options` VALUES (7418544, '_transient_wflginfl_1293901477', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396592, '_transient_timeout_wflginfl_2978560032', '1404638139', 'no') ; 
INSERT INTO `wp_options` VALUES (7396593, '_transient_wflginfl_2978560032', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7386989, '_transient_timeout_wflginfl_1581537786', '1404610478', 'no') ; 
INSERT INTO `wp_options` VALUES (7386990, '_transient_wflginfl_1581537786', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380126, '_transient_timeout_wflginfl_608716505', '1404593488', 'no') ; 
INSERT INTO `wp_options` VALUES (7380127, '_transient_wflginfl_608716505', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436987, '_transient_wflginfl_1409376326', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481906, '_transient_wflginfl_1039598006', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533971, '_transient_timeout_wflginfl_3065543642', '1404826913', 'no') ; 
INSERT INTO `wp_options` VALUES (7533972, '_transient_wflginfl_3065543642', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370703, '_transient_timeout_wflginfl_3000931812', '1404519203', 'no') ; 
INSERT INTO `wp_options` VALUES (7370704, '_transient_wflginfl_3000931812', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371430, '_transient_timeout_wflginfl_39066584', '1404544995', 'no') ; 
INSERT INTO `wp_options` VALUES (7371431, '_transient_wflginfl_39066584', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490008, '_transient_timeout_wflginfl_3385961545', '1404793659', 'no') ; 
INSERT INTO `wp_options` VALUES (7490009, '_transient_wflginfl_3385961545', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532236, '_transient_wflginfl_1935058696', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370711, '_transient_timeout_wflginfl_1502239911', '1404519235', 'no') ; 
INSERT INTO `wp_options` VALUES (7370712, '_transient_wflginfl_1502239911', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374054, '_transient_timeout_wflginfl_1450743430', '1404581399', 'no') ; 
INSERT INTO `wp_options` VALUES (7374055, '_transient_wflginfl_1450743430', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379208, '_transient_timeout_wflginfl_3171769277', '1404591657', 'no') ; 
INSERT INTO `wp_options` VALUES (7379209, '_transient_wflginfl_3171769277', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370717, '_transient_timeout_wflginfl_3393065316', '1404519334', 'no') ; 
INSERT INTO `wp_options` VALUES (7370718, '_transient_wflginfl_3393065316', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373127, '_transient_timeout_wflginfl_3308242097', '1404578938', 'no') ; 
INSERT INTO `wp_options` VALUES (7373128, '_transient_wflginfl_3308242097', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485595, '_transient_timeout_wflginfl_1466772070', '1404789434', 'no') ; 
INSERT INTO `wp_options` VALUES (7485596, '_transient_wflginfl_1466772070', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370723, '_transient_timeout_wflginfl_2033597170', '1404519651', 'no') ; 
INSERT INTO `wp_options` VALUES (7370724, '_transient_wflginfl_2033597170', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518565, '_transient_timeout_wflginfl_699764519', '1404816530', 'no') ; 
INSERT INTO `wp_options` VALUES (7539303, '_transient_timeout_wflginfl_1549074136', '1404830423', 'no') ; 
INSERT INTO `wp_options` VALUES (7371045, '_transient_timeout_wflginfl_1655357973', '1404532068', 'no') ; 
INSERT INTO `wp_options` VALUES (7371046, '_transient_wflginfl_1655357973', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370737, '_transient_timeout_wflginfl_100002391', '1404520197', 'no') ; 
INSERT INTO `wp_options` VALUES (7370738, '_transient_wflginfl_100002391', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370739, '_transient_timeout_wflginfl_2076783799', '1404520222', 'no') ; 
INSERT INTO `wp_options` VALUES (7370740, '_transient_wflginfl_2076783799', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370744, '_transient_timeout_wflginfl_657632890', '1404520752', 'no') ; 
INSERT INTO `wp_options` VALUES (7540062, '_transient_timeout_wflginfl_3200040426', '1404830909', 'no') ; 
INSERT INTO `wp_options` VALUES (7538435, '_transient_timeout_wflginfl_2015133461', '1404829835', 'no') ; 
INSERT INTO `wp_options` VALUES (7370745, '_transient_wflginfl_657632890', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441425, '_transient_timeout_wflginfl_1564609789', '1404751033', 'no') ; 
INSERT INTO `wp_options` VALUES (7441426, '_transient_wflginfl_1564609789', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370748, '_transient_timeout_wffgt_1287066904', '1404520787', 'no') ; 
INSERT INTO `wp_options` VALUES (7370749, '_transient_wffgt_1287066904', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411267, '_transient_timeout_wflginfl_3200913145', '1404727159', 'no') ; 
INSERT INTO `wp_options` VALUES (7411268, '_transient_wflginfl_3200913145', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396495, '_transient_timeout_wflginfl_792120817', '1404637664', 'no') ; 
INSERT INTO `wp_options` VALUES (7396496, '_transient_wflginfl_792120817', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478216, '_transient_timeout_wflginfl_531091573', '1404781963', 'no') ; 
INSERT INTO `wp_options` VALUES (7478217, '_transient_wflginfl_531091573', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380269, '_transient_timeout_wflginfl_3130408855', '1404593794', 'no') ; 
INSERT INTO `wp_options` VALUES (7380270, '_transient_wflginfl_3130408855', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370764, '_transient_timeout_wflginfl_3124123603', '1404521192', 'no') ; 
INSERT INTO `wp_options` VALUES (7370765, '_transient_wflginfl_3124123603', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477316, '_transient_timeout_wflginfl_47739628', '1404781032', 'no') ; 
INSERT INTO `wp_options` VALUES (7477317, '_transient_wflginfl_47739628', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370787, '_transient_timeout_wflginfl_1523073710', '1404521626', 'no') ; 
INSERT INTO `wp_options` VALUES (7401634, '_transient_timeout_wflginfl_1383246166', '1404719734', 'no') ; 
INSERT INTO `wp_options` VALUES (7401635, '_transient_wflginfl_1383246166', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523769, '_transient_timeout_wflginfl_1986019487', '1404820024', 'no') ; 
INSERT INTO `wp_options` VALUES (7523770, '_transient_wflginfl_1986019487', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370775, '_transient_timeout_wflginfl_2374676748', '1404521315', 'no') ; 
INSERT INTO `wp_options` VALUES (7370776, '_transient_wflginfl_2374676748', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537549, '_transient_timeout_wflginfl_3411107389', '1404829248', 'no') ; 
INSERT INTO `wp_options` VALUES (7537550, '_transient_wflginfl_3411107389', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371593, '_transient_timeout_wflginfl_1501269342', '1404550247', 'no') ; 
INSERT INTO `wp_options` VALUES (7371594, '_transient_wflginfl_1501269342', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370781, '_transient_timeout_wflginfl_3124343983', '1404521545', 'no') ; 
INSERT INTO `wp_options` VALUES (7370782, '_transient_wflginfl_3124343983', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370783, '_transient_timeout_wflginfl_99948050', '1404521548', 'no') ; 
INSERT INTO `wp_options` VALUES (7370784, '_transient_wflginfl_99948050', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448381, '_transient_timeout_wflginfl_1209784428', '1404756364', 'no') ; 
INSERT INTO `wp_options` VALUES (7448382, '_transient_wflginfl_1209784428', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370788, '_transient_wflginfl_1523073710', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370851, '_transient_timeout_wflginfl_694294758', '1404523030', 'no') ; 
INSERT INTO `wp_options` VALUES (7370852, '_transient_wflginfl_694294758', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371629, '_transient_timeout_wflginfl_3535453217', '1404551641', 'no') ; 
INSERT INTO `wp_options` VALUES (7371630, '_transient_wflginfl_3535453217', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370798, '_transient_timeout_wflginfl_1892767889', '1404521708', 'no') ; 
INSERT INTO `wp_options` VALUES (7370799, '_transient_wflginfl_1892767889', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501218, '_transient_timeout_wflginfl_3041436130', '1404804116', 'no') ; 
INSERT INTO `wp_options` VALUES (7501219, '_transient_wflginfl_3041436130', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7370804, '_transient_timeout_wflginfl_696585872', '1404521799', 'no') ; 
INSERT INTO `wp_options` VALUES (7370805, '_transient_wflginfl_696585872', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370806, '_transient_timeout_wflginfl_1838383491', '1404521856', 'no') ; 
INSERT INTO `wp_options` VALUES (7370807, '_transient_wflginfl_1838383491', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397547, '_transient_timeout_wflginfl_1835602871', '1404639509', 'no') ; 
INSERT INTO `wp_options` VALUES (7397548, '_transient_wflginfl_1835602871', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536531, '_transient_timeout_wflginfl_1743082834', '1404828628', 'no') ; 
INSERT INTO `wp_options` VALUES (7536532, '_transient_wflginfl_1743082834', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539384, '_transient_timeout_wflginfl_699848889', '1404830475', 'no') ; 
INSERT INTO `wp_options` VALUES (7540760, '_transient_timeout_wflginfl_1276409409', '1404831302', 'no') ; 
INSERT INTO `wp_options` VALUES (7540761, '_transient_wflginfl_1276409409', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539812, '_transient_timeout_wflginfl_3035737649', '1404830752', 'no') ; 
INSERT INTO `wp_options` VALUES (7540106, '_transient_timeout_wflginfl_779433541', '1404830944', 'no') ; 
INSERT INTO `wp_options` VALUES (7389657, '_transient_timeout_wflginfl_1211258698', '1404618917', 'no') ; 
INSERT INTO `wp_options` VALUES (7389658, '_transient_wflginfl_1211258698', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370823, '_transient_timeout_wflginfl_690290058', '1404522092', 'no') ; 
INSERT INTO `wp_options` VALUES (7370824, '_transient_wflginfl_690290058', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370825, '_transient_timeout_wflginfl_1045697106', '1404522110', 'no') ; 
INSERT INTO `wp_options` VALUES (7370826, '_transient_wflginfl_1045697106', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502512, '_transient_timeout_wflginfl_2007013275', '1404804843', 'no') ; 
INSERT INTO `wp_options` VALUES (7502513, '_transient_wflginfl_2007013275', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512425, '_transient_timeout_wflginfl_3194031780', '1404812238', 'no') ; 
INSERT INTO `wp_options` VALUES (7512426, '_transient_wflginfl_3194031780', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466977, '_transient_timeout_wflginfl_1599710054', '1404771081', 'no') ; 
INSERT INTO `wp_options` VALUES (7466978, '_transient_wflginfl_1599710054', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370840, '_transient_timeout_wflginfl_1892401035', '1404522681', 'no') ; 
INSERT INTO `wp_options` VALUES (7370841, '_transient_wflginfl_1892401035', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395667, '_transient_timeout_wflginfl_2039556249', '1404636258', 'no') ; 
INSERT INTO `wp_options` VALUES (7395668, '_transient_wflginfl_2039556249', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370844, '_transient_timeout_wflginfl_3381736643', '1404522858', 'no') ; 
INSERT INTO `wp_options` VALUES (7370845, '_transient_wflginfl_3381736643', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370853, '_transient_timeout_wflginfl_3065678815', '1404523107', 'no') ; 
INSERT INTO `wp_options` VALUES (7370854, '_transient_wflginfl_3065678815', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370855, '_transient_timeout_wflginfl_1976845395', '1404523122', 'no') ; 
INSERT INTO `wp_options` VALUES (7370856, '_transient_wflginfl_1976845395', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370862, '_transient_timeout_wflginfl_3570910345', '1404523374', 'no') ; 
INSERT INTO `wp_options` VALUES (7370863, '_transient_wflginfl_3570910345', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395337, '_transient_timeout_wflginfl_1776526683', '1404635483', 'no') ; 
INSERT INTO `wp_options` VALUES (7395338, '_transient_wflginfl_1776526683', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525144, '_transient_timeout_wflginfl_3411536907', '1404821008', 'no') ; 
INSERT INTO `wp_options` VALUES (7525145, '_transient_wflginfl_3411536907', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397465, '_transient_timeout_wflginfl_1705922024', '1404639349', 'no') ; 
INSERT INTO `wp_options` VALUES (7397466, '_transient_wflginfl_1705922024', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381881, '_transient_timeout_wflginfl_1442130556', '1404597123', 'no') ; 
INSERT INTO `wp_options` VALUES (7381882, '_transient_wflginfl_1442130556', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371049, '_transient_timeout_wflginfl_1569706949', '1404532162', 'no') ; 
INSERT INTO `wp_options` VALUES (7371050, '_transient_wflginfl_1569706949', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373706, '_transient_timeout_wflginfl_3193484606', '1404580646', 'no') ; 
INSERT INTO `wp_options` VALUES (7373707, '_transient_wflginfl_3193484606', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370882, '_transient_timeout_wflginfl_3000878145', '1404523882', 'no') ; 
INSERT INTO `wp_options` VALUES (7370883, '_transient_wflginfl_3000878145', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370884, '_transient_timeout_wflginfl_619392243', '1404523902', 'no') ; 
INSERT INTO `wp_options` VALUES (7370885, '_transient_wflginfl_619392243', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493675, '_transient_wflginfl_2040739679', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539823, '_transient_wflginfl_1279770993', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536419, '_transient_timeout_wflginfl_999844872', '1404828535', 'no') ; 
INSERT INTO `wp_options` VALUES (7536420, '_transient_wflginfl_999844872', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539027, '_transient_timeout_wflginfl_3311421593', '1404830213', 'no') ; 
INSERT INTO `wp_options` VALUES (7539028, '_transient_wflginfl_3311421593', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511259, '_transient_timeout_wflginfl_1934494632', '1404811435', 'no') ; 
INSERT INTO `wp_options` VALUES (7511260, '_transient_wflginfl_1934494632', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370896, '_transient_timeout_wflginfl_1578426512', '1404524463', 'no') ; 
INSERT INTO `wp_options` VALUES (7370897, '_transient_wflginfl_1578426512', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376082, '_transient_timeout_wflginfl_460499193', '1404585214', 'no') ; 
INSERT INTO `wp_options` VALUES (7376083, '_transient_wflginfl_460499193', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370900, '_transient_timeout_wflginfl_1844689476', '1404524607', 'no') ; 
INSERT INTO `wp_options` VALUES (7370901, '_transient_wflginfl_1844689476', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408807, '_transient_wflginfl_3673954386', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7461200, '_transient_timeout_wflginfl_3155760383', '1404766171', 'no') ; 
INSERT INTO `wp_options` VALUES (7540710, '_transient_timeout_wflginfl_3653551828', '1404831285', 'no') ; 
INSERT INTO `wp_options` VALUES (7540711, '_transient_wflginfl_3653551828', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387160, '_transient_timeout_wflginfl_3307495147', '1404611007', 'no') ; 
INSERT INTO `wp_options` VALUES (7387161, '_transient_wflginfl_3307495147', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370979, '_transient_timeout_wflginfl_2012057334', '1404529013', 'no') ; 
INSERT INTO `wp_options` VALUES (7370980, '_transient_wflginfl_2012057334', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370914, '_transient_timeout_wflginfl_551196758', '1404525143', 'no') ; 
INSERT INTO `wp_options` VALUES (7370915, '_transient_wflginfl_551196758', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370916, '_transient_timeout_wffgt_551196758', '1404525166', 'no') ; 
INSERT INTO `wp_options` VALUES (7370917, '_transient_wffgt_551196758', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370920, '_transient_timeout_wflginfl_36910102', '1404525375', 'no') ; 
INSERT INTO `wp_options` VALUES (7370921, '_transient_wflginfl_36910102', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398028, '_transient_timeout_wflginfl_1868457093', '1404641046', 'no') ; 
INSERT INTO `wp_options` VALUES (7370925, '_transient_timeout_wflginfl_3202775166', '1404525706', 'no') ; 
INSERT INTO `wp_options` VALUES (7370926, '_transient_wflginfl_3202775166', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370927, '_transient_timeout_wflginfl_772271434', '1404525782', 'no') ; 
INSERT INTO `wp_options` VALUES (7370928, '_transient_wflginfl_772271434', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398029, '_transient_wflginfl_1868457093', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395689, '_transient_timeout_wflginfl_1168167571', '1404636301', 'no') ; 
INSERT INTO `wp_options` VALUES (7395690, '_transient_wflginfl_1168167571', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370934, '_transient_timeout_wflginfl_2536117734', '1404526395', 'no') ; 
INSERT INTO `wp_options` VALUES (7370935, '_transient_wflginfl_2536117734', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370936, '_transient_timeout_wflginfl_3193389387', '1404526474', 'no') ; 
INSERT INTO `wp_options` VALUES (7370937, '_transient_wflginfl_3193389387', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534013, '_transient_timeout_wflginfl_2033594466', '1404826938', 'no') ; 
INSERT INTO `wp_options` VALUES (7534014, '_transient_wflginfl_2033594466', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539707, '_transient_timeout_wflginfl_3416834726', '1404830674', 'no') ; 
INSERT INTO `wp_options` VALUES (7539708, '_transient_wflginfl_3416834726', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370945, '_transient_timeout_wflginfl_2875198087', '1404526941', 'no') ; 
INSERT INTO `wp_options` VALUES (7370946, '_transient_wflginfl_2875198087', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502114, '_transient_timeout_wflginfl_1892621312', '1404804549', 'no') ; 
INSERT INTO `wp_options` VALUES (7502115, '_transient_wflginfl_1892621312', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422221, '_transient_timeout_wflginfl_1491488338', '1404736115', 'no') ; 
INSERT INTO `wp_options` VALUES (7422222, '_transient_wflginfl_1491488338', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495497, '_transient_timeout_wflginfl_3315405198', '1404798751', 'no') ; 
INSERT INTO `wp_options` VALUES (7495498, '_transient_wflginfl_3315405198', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7498196, '_transient_wflginfl_3310837243', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537889, '_transient_timeout_wflginfl_2033596131', '1404829485', 'no') ; 
INSERT INTO `wp_options` VALUES (7388569, '_transient_timeout_wflginfl_2033590354', '1404615428', 'no') ; 
INSERT INTO `wp_options` VALUES (7388570, '_transient_wflginfl_2033590354', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370964, '_transient_timeout_wflginfl_2984693069', '1404528385', 'no') ; 
INSERT INTO `wp_options` VALUES (7370965, '_transient_wflginfl_2984693069', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370968, '_transient_timeout_wflginfl_694451226', '1404528403', 'no') ; 
INSERT INTO `wp_options` VALUES (7370969, '_transient_wflginfl_694451226', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451522, '_transient_timeout_wflginfl_3562891537', '1404758813', 'no') ; 
INSERT INTO `wp_options` VALUES (7540750, '_transient_timeout_wflginfl_1549132413', '1404831300', 'no') ; 
INSERT INTO `wp_options` VALUES (7370975, '_transient_timeout_wflginfl_2006631835', '1404528713', 'no') ; 
INSERT INTO `wp_options` VALUES (7370976, '_transient_wflginfl_2006631835', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370977, '_transient_timeout_wflginfl_3122703114', '1404528797', 'no') ; 
INSERT INTO `wp_options` VALUES (7370978, '_transient_wflginfl_3122703114', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509230, '_transient_timeout_wflginfl_3076887831', '1404809951', 'no') ; 
INSERT INTO `wp_options` VALUES (7509231, '_transient_wflginfl_3076887831', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375748, '_transient_timeout_wflginfl_701186951', '1404584618', 'no') ; 
INSERT INTO `wp_options` VALUES (7375749, '_transient_wflginfl_701186951', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483138, '_transient_wflginfl_3707088994', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469070, '_transient_wflginfl_773575887', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408315, '_transient_timeout_wflginfl_1833640206', '1404725137', 'no') ; 
INSERT INTO `wp_options` VALUES (7408316, '_transient_wflginfl_1833640206', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7370999, '_transient_timeout_wflginfl_1384713416', '1404530185', 'no') ; 
INSERT INTO `wp_options` VALUES (7371000, '_transient_wflginfl_1384713416', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371002, '_transient_timeout_wflginfl_3036211995', '1404530269', 'no') ; 
INSERT INTO `wp_options` VALUES (7371003, '_transient_wflginfl_3036211995', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371006, '_transient_timeout_wflginfl_1549979214', '1404530325', 'no') ; 
INSERT INTO `wp_options` VALUES (7371007, '_transient_wflginfl_1549979214', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371008, '_transient_timeout_wflginfl_418515796', '1404530393', 'no') ; 
INSERT INTO `wp_options` VALUES (7371009, '_transient_wflginfl_418515796', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385421, '_transient_timeout_wflginfl_2945132815', '1404605968', 'no') ; 
INSERT INTO `wp_options` VALUES (7385422, '_transient_wflginfl_2945132815', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393882, '_transient_timeout_wflginfl_1332904147', '1404631778', 'no') ; 
INSERT INTO `wp_options` VALUES (7393883, '_transient_wflginfl_1332904147', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396295, '_transient_timeout_wflginfl_1337206703', '1404637335', 'no') ; 
INSERT INTO `wp_options` VALUES (7396296, '_transient_wflginfl_1337206703', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371064, '_transient_timeout_wflginfl_3091687830', '1404532720', 'no') ; 
INSERT INTO `wp_options` VALUES (7371065, '_transient_wflginfl_3091687830', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371047, '_transient_timeout_wflginfl_2182029403', '1404532133', 'no') ; 
INSERT INTO `wp_options` VALUES (7371048, '_transient_wflginfl_2182029403', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371031, '_transient_timeout_wflginfl_704131633', '1404531757', 'no') ; 
INSERT INTO `wp_options` VALUES (7371032, '_transient_wflginfl_704131633', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371033, '_transient_timeout_wflginfl_3065681976', '1404531825', 'no') ; 
INSERT INTO `wp_options` VALUES (7371034, '_transient_wflginfl_3065681976', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495953, '_transient_timeout_wflginfl_3035996961', '1404799171', 'no') ; 
INSERT INTO `wp_options` VALUES (7495954, '_transient_wflginfl_3035996961', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438836, '_transient_timeout_wflginfl_1267584251', '1404749042', 'no') ; 
INSERT INTO `wp_options` VALUES (7438837, '_transient_wflginfl_1267584251', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7409252, '_transient_timeout_wflginfl_2944947814', '1404725759', 'no') ; 
INSERT INTO `wp_options` VALUES (7409253, '_transient_wflginfl_2944947814', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7403954, '_transient_timeout_wflginfl_406108360', '1404721745', 'no') ; 
INSERT INTO `wp_options` VALUES (7371056, '_transient_timeout_wflginfl_692204823', '1404532415', 'no') ; 
INSERT INTO `wp_options` VALUES (7371057, '_transient_wflginfl_692204823', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497015, '_transient_wflginfl_1150709311', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444501, '_transient_wflginfl_1833068420', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7403955, '_transient_wflginfl_406108360', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532564, '_transient_timeout_wflginfl_3128695759', '1404826000', 'no') ; 
INSERT INTO `wp_options` VALUES (7532565, '_transient_wflginfl_3128695759', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541145, '_transient_wflginfl_3564443012', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539980, '_transient_timeout_wflginfl_3389805353', '1404830847', 'no') ; 
INSERT INTO `wp_options` VALUES (7541503, '_transient_timeout_wflginfl_3105324199', '1404833745', 'no') ; 
INSERT INTO `wp_options` VALUES (7541504, '_transient_wflginfl_3105324199', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371072, '_transient_timeout_wflginfl_2016993034', '1404533050', 'no') ; 
INSERT INTO `wp_options` VALUES (7371073, '_transient_wflginfl_2016993034', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397739, '_transient_timeout_wflginfl_2067734357', '1404639883', 'no') ; 
INSERT INTO `wp_options` VALUES (7536036, '_transient_timeout_wflginfl_2033596154', '1404828281', 'no') ; 
INSERT INTO `wp_options` VALUES (7371081, '_transient_timeout_wflginfl_609296630', '1404533340', 'no') ; 
INSERT INTO `wp_options` VALUES (7371082, '_transient_wflginfl_609296630', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371083, '_transient_timeout_wflginfl_1887943424', '1404533363', 'no') ; 
INSERT INTO `wp_options` VALUES (7371084, '_transient_wflginfl_1887943424', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371085, '_transient_timeout_wflginfl_1887918431', '1404533496', 'no') ; 
INSERT INTO `wp_options` VALUES (7371086, '_transient_wflginfl_1887918431', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396469, '_transient_timeout_wflginfl_2978393967', '1404637618', 'no') ; 
INSERT INTO `wp_options` VALUES (7396470, '_transient_wflginfl_2978393967', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393681, '_transient_timeout_wflginfl_1986381887', '1404631258', 'no') ; 
INSERT INTO `wp_options` VALUES (7430969, '_transient_timeout_wflginfl_2945449160', '1404743033', 'no') ; 
INSERT INTO `wp_options` VALUES (7527251, '_transient_wflginfl_1938286766', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499711, '_transient_timeout_wflginfl_1854595483', '1404802615', 'no') ; 
INSERT INTO `wp_options` VALUES (7539414, '_transient_timeout_wflginfl_2945246247', '1404830496', 'no') ; 
INSERT INTO `wp_options` VALUES (7371104, '_transient_timeout_wflginfl_1993551606', '1404534233', 'no') ; 
INSERT INTO `wp_options` VALUES (7371105, '_transient_wflginfl_1993551606', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384569, '_transient_timeout_wflginfl_3193490964', '1404603638', 'no') ; 
INSERT INTO `wp_options` VALUES (7384570, '_transient_wflginfl_3193490964', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371112, '_transient_timeout_wflginfl_2966084446', '1404535164', 'no') ; 
INSERT INTO `wp_options` VALUES (7371113, '_transient_wflginfl_2966084446', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439298, '_transient_timeout_wflginfl_3190581771', '1404749391', 'no') ; 
INSERT INTO `wp_options` VALUES (7540697, '_transient_wflginfl_1312741696', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438914, '_transient_timeout_wflginfl_1416365970', '1404749080', 'no') ; 
INSERT INTO `wp_options` VALUES (7438915, '_transient_wflginfl_1416365970', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371130, '_transient_timeout_wflginfl_1564000350', '1404535815', 'no') ; 
INSERT INTO `wp_options` VALUES (7371131, '_transient_wflginfl_1564000350', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497114, '_transient_wflginfl_1559418217', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541417, '_transient_wflginfl_1095454843', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371138, '_transient_timeout_wflginfl_3314887266', '1404535937', 'no') ; 
INSERT INTO `wp_options` VALUES (7371139, '_transient_wflginfl_3314887266', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371140, '_transient_timeout_wflginfl_1264256065', '1404535944', 'no') ; 
INSERT INTO `wp_options` VALUES (7371141, '_transient_wflginfl_1264256065', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532273, '_transient_timeout_wflginfl_3392728955', '1404825818', 'no') ; 
INSERT INTO `wp_options` VALUES (7532274, '_transient_wflginfl_3392728955', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450072, '_transient_timeout_wflginfl_2093207309', '1404757693', 'no') ; 
INSERT INTO `wp_options` VALUES (7448805, '_transient_timeout_wflginfl_1191823131', '1404756683', 'no') ; 
INSERT INTO `wp_options` VALUES (7536939, '_transient_timeout_wflginfl_3288089023', '1404828879', 'no') ; 
INSERT INTO `wp_options` VALUES (7536940, '_transient_wflginfl_3288089023', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371162, '_transient_timeout_wflginfl_1282879029', '1404537006', 'no') ; 
INSERT INTO `wp_options` VALUES (7371163, '_transient_wflginfl_1282879029', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371164, '_transient_timeout_wflginfl_3125706971', '1404537012', 'no') ; 
INSERT INTO `wp_options` VALUES (7371165, '_transient_wflginfl_3125706971', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500198, '_transient_timeout_wflginfl_462663453', '1404802967', 'no') ; 
INSERT INTO `wp_options` VALUES (7500199, '_transient_wflginfl_462663453', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371178, '_transient_timeout_wflginfl_1393149816', '1404537594', 'no') ; 
INSERT INTO `wp_options` VALUES (7371179, '_transient_wflginfl_1393149816', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7537235, '_transient_timeout_wflginfl_1866818328', '1404829056', 'no') ; 
INSERT INTO `wp_options` VALUES (7537236, '_transient_wflginfl_1866818328', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530775, '_transient_timeout_wflginfl_3157615053', '1404824872', 'no') ; 
INSERT INTO `wp_options` VALUES (7530776, '_transient_wflginfl_3157615053', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390777, '_transient_timeout_wflginfl_1977019896', '1404622573', 'no') ; 
INSERT INTO `wp_options` VALUES (7390778, '_transient_wflginfl_1977019896', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371187, '_transient_timeout_wflginfl_1587866502', '1404537851', 'no') ; 
INSERT INTO `wp_options` VALUES (7371188, '_transient_wflginfl_1587866502', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381851, '_transient_timeout_wflginfl_1986381846', '1404597043', 'no') ; 
INSERT INTO `wp_options` VALUES (7381852, '_transient_wflginfl_1986381846', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371194, '_transient_timeout_wflginfl_621730506', '1404538011', 'no') ; 
INSERT INTO `wp_options` VALUES (7371195, '_transient_wflginfl_621730506', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497901, '_transient_timeout_wflginfl_1021444339', '1404801027', 'no') ; 
INSERT INTO `wp_options` VALUES (7497902, '_transient_wflginfl_1021444339', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394494, '_transient_timeout_wflginfl_1984380187', '1404633399', 'no') ; 
INSERT INTO `wp_options` VALUES (7394495, '_transient_wflginfl_1984380187', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537252, '_transient_wflginfl_1425905500', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506839, '_transient_wflginfl_3416035546', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371218, '_transient_timeout_wflginfl_3065380794', '1404538948', 'no') ; 
INSERT INTO `wp_options` VALUES (7371219, '_transient_wflginfl_3065380794', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371220, '_transient_timeout_wflginfl_36835751', '1404539008', 'no') ; 
INSERT INTO `wp_options` VALUES (7371221, '_transient_wflginfl_36835751', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540032, '_transient_timeout_wflginfl_831727861', '1404830891', 'no') ; 
INSERT INTO `wp_options` VALUES (7540033, '_transient_wflginfl_831727861', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371244, '_transient_timeout_wflginfl_3032392532', '1404540281', 'no') ; 
INSERT INTO `wp_options` VALUES (7371245, '_transient_wflginfl_3032392532', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371253, '_transient_timeout_wflginfl_1839564286', '1404540640', 'no') ; 
INSERT INTO `wp_options` VALUES (7371254, '_transient_wflginfl_1839564286', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371255, '_transient_timeout_wflginfl_1269581027', '1404540719', 'no') ; 
INSERT INTO `wp_options` VALUES (7371256, '_transient_wflginfl_1269581027', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430915, '_transient_timeout_wflginfl_1497508339', '1404742987', 'no') ; 
INSERT INTO `wp_options` VALUES (7430916, '_transient_wflginfl_1497508339', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371259, '_transient_timeout_wflginfl_712211752', '1404540728', 'no') ; 
INSERT INTO `wp_options` VALUES (7371260, '_transient_wflginfl_712211752', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380230, '_transient_timeout_wflginfl_1386785719', '1404593716', 'no') ; 
INSERT INTO `wp_options` VALUES (7480713, '_transient_timeout_wflginfl_1136169171', '1404784626', 'no') ; 
INSERT INTO `wp_options` VALUES (7540828, '_transient_timeout_wflginfl_1288423323', '1404831335', 'no') ; 
INSERT INTO `wp_options` VALUES (7540340, '_transient_timeout_wflginfl_1838357203', '1404831083', 'no') ; 
INSERT INTO `wp_options` VALUES (7373915, '_transient_timeout_wflginfl_3183100776', '1404581095', 'no') ; 
INSERT INTO `wp_options` VALUES (7373916, '_transient_wflginfl_3183100776', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492935, '_transient_wflginfl_2996082979', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7397504, '_transient_wflginfl_695166504', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539848, '_transient_timeout_wflginfl_1892040778', '1404830766', 'no') ; 
INSERT INTO `wp_options` VALUES (7539849, '_transient_wflginfl_1892040778', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371280, '_transient_timeout_wflginfl_1569371194', '1404541490', 'no') ; 
INSERT INTO `wp_options` VALUES (7371281, '_transient_wflginfl_1569371194', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371286, '_transient_timeout_wflginfl_3019966635', '1404541571', 'no') ; 
INSERT INTO `wp_options` VALUES (7371287, '_transient_wflginfl_3019966635', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371288, '_transient_timeout_wflginfl_657667207', '1404541604', 'no') ; 
INSERT INTO `wp_options` VALUES (7371289, '_transient_wflginfl_657667207', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539840, '_transient_timeout_wflginfl_1415463141', '1404830762', 'no') ; 
INSERT INTO `wp_options` VALUES (7493322, '_transient_wflginfl_239015451', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371333, '_transient_timeout_wflginfl_1840684738', '1404542498', 'no') ; 
INSERT INTO `wp_options` VALUES (7371334, '_transient_wflginfl_1840684738', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371298, '_transient_timeout_wflginfl_1159672826', '1404541887', 'no') ; 
INSERT INTO `wp_options` VALUES (7371299, '_transient_wflginfl_1159672826', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371302, '_transient_timeout_wflginfl_996077969', '1404541956', 'no') ; 
INSERT INTO `wp_options` VALUES (7371303, '_transient_wflginfl_996077969', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496558, '_transient_timeout_wflginfl_1523371800', '1404799735', 'no') ; 
INSERT INTO `wp_options` VALUES (7496559, '_transient_wflginfl_1523371800', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397945, '_transient_timeout_wflginfl_84913476', '1404640702', 'no') ; 
INSERT INTO `wp_options` VALUES (7397946, '_transient_wflginfl_84913476', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7371310, '_transient_timeout_wflginfl_1451016100', '1404541977', 'no') ; 
INSERT INTO `wp_options` VALUES (7371311, '_transient_wflginfl_1451016100', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7405912, '_transient_timeout_wflginfl_1703699133', '1404723325', 'no') ; 
INSERT INTO `wp_options` VALUES (7405913, '_transient_wflginfl_1703699133', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539539, '_transient_timeout_wflginfl_1433322011', '1404830577', 'no') ; 
INSERT INTO `wp_options` VALUES (7395170, '_transient_timeout_wflginfl_2058150480', '1404635101', 'no') ; 
INSERT INTO `wp_options` VALUES (7395171, '_transient_wflginfl_2058150480', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433958, '_transient_timeout_wflginfl_1848016605', '1404745227', 'no') ; 
INSERT INTO `wp_options` VALUES (7433959, '_transient_wflginfl_1848016605', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390563, '_transient_timeout_wflginfl_3373575064', '1404621910', 'no') ; 
INSERT INTO `wp_options` VALUES (7390564, '_transient_wflginfl_3373575064', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525260, '_transient_timeout_wflginfl_1892451075', '1404821090', 'no') ; 
INSERT INTO `wp_options` VALUES (7540416, '_transient_timeout_wflginfl_1024440341', '1404831130', 'no') ; 
INSERT INTO `wp_options` VALUES (7371325, '_transient_timeout_wflginfl_607562856', '1404542365', 'no') ; 
INSERT INTO `wp_options` VALUES (7371326, '_transient_wflginfl_607562856', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371327, '_transient_timeout_wflginfl_703300987', '1404542397', 'no') ; 
INSERT INTO `wp_options` VALUES (7371328, '_transient_wflginfl_703300987', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533792, '_transient_timeout_wflginfl_635192142', '1404826790', 'no') ; 
INSERT INTO `wp_options` VALUES (7533793, '_transient_wflginfl_1582808746', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443363, '_transient_timeout_wflginfl_608940234', '1404752554', 'no') ; 
INSERT INTO `wp_options` VALUES (7417738, '_transient_wflginfl_1569215971', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516391, '_transient_wflginfl_2080814385', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541071, '_transient_wflginfl_1868540892', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394715, '_transient_timeout_wflginfl_1121233410', '1404633987', 'no') ; 
INSERT INTO `wp_options` VALUES (7394716, '_transient_wflginfl_1121233410', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510334, '_transient_timeout_wflginfl_3159446566', '1404810776', 'no') ; 
INSERT INTO `wp_options` VALUES (7535842, '_transient_timeout_wflginfl_692615176', '1404828145', 'no') ; 
INSERT INTO `wp_options` VALUES (7397917, '_transient_timeout_wflginfl_780880824', '1404640310', 'no') ; 
INSERT INTO `wp_options` VALUES (7397918, '_transient_wflginfl_780880824', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539540, '_transient_wflginfl_1433322011', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377251, '_transient_timeout_wflginfl_1605555402', '1404587367', 'no') ; 
INSERT INTO `wp_options` VALUES (7377252, '_transient_wflginfl_1605555402', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371353, '_transient_timeout_wflginfl_657632795', '1404543117', 'no') ; 
INSERT INTO `wp_options` VALUES (7371354, '_transient_wflginfl_657632795', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371359, '_transient_timeout_wflginfl_1354124323', '1404543177', 'no') ; 
INSERT INTO `wp_options` VALUES (7371360, '_transient_wflginfl_1354124323', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530307, '_transient_wflginfl_1414895145', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530306, '_transient_timeout_wflginfl_1414895145', '1404824541', 'no') ; 
INSERT INTO `wp_options` VALUES (7371373, '_transient_timeout_wflginfl_1771888481', '1404543595', 'no') ; 
INSERT INTO `wp_options` VALUES (7371374, '_transient_wflginfl_1771888481', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371365, '_transient_timeout_wflginfl_2374559280', '1404543383', 'no') ; 
INSERT INTO `wp_options` VALUES (7371366, '_transient_wflginfl_2374559280', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371618, '_transient_timeout_wflginfl_1729079114', '1404550875', 'no') ; 
INSERT INTO `wp_options` VALUES (7371619, '_transient_wflginfl_1729079114', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540650, '_transient_timeout_wflginfl_1546915819', '1404831249', 'no') ; 
INSERT INTO `wp_options` VALUES (7540651, '_transient_wflginfl_1546915819', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373031, '_transient_timeout_wflginfl_1728787317', '1404578754', 'no') ; 
INSERT INTO `wp_options` VALUES (7373032, '_transient_wflginfl_1728787317', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7371508, '_transient_timeout_wflginfl_3305651188', '1404548079', 'no') ; 
INSERT INTO `wp_options` VALUES (7371509, '_transient_wflginfl_3305651188', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7371716, '_transient_timeout_wflginfl_692440202', '1404554883', 'no') ; 
INSERT INTO `wp_options` VALUES (7371717, '_transient_wflginfl_692440202', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531437, '_transient_timeout_wflginfl_704328441', '1404825304', 'no') ; 
INSERT INTO `wp_options` VALUES (7541406, '_transient_timeout_wflginfl_1440591386', '1404831584', 'no') ; 
INSERT INTO `wp_options` VALUES (7371394, '_transient_timeout_wflginfl_657128358', '1404544199', 'no') ; 
INSERT INTO `wp_options` VALUES (7371395, '_transient_wflginfl_657128358', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394711, '_transient_timeout_wflginfl_2015186035', '1404633982', 'no') ; 
INSERT INTO `wp_options` VALUES (7394712, '_transient_wflginfl_2015186035', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540186, '_transient_timeout_wflginfl_2039198221', '1404830994', 'no') ; 
INSERT INTO `wp_options` VALUES (7540187, '_transient_wflginfl_2039198221', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371404, '_transient_timeout_wflginfl_1990867242', '1404544421', 'no') ; 
INSERT INTO `wp_options` VALUES (7371405, '_transient_wflginfl_1990867242', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540509, '_transient_wflginfl_1539346692', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7520418, '_transient_wflginfl_1599451221', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397054, '_transient_timeout_wflginfl_690145154', '1404638817', 'no') ; 
INSERT INTO `wp_options` VALUES (7538085, '_transient_timeout_wflginfl_2033585465', '1404829621', 'no') ; 
INSERT INTO `wp_options` VALUES (7538086, '_transient_wflginfl_2033585465', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371416, '_transient_timeout_wflginfl_657963278', '1404544798', 'no') ; 
INSERT INTO `wp_options` VALUES (7371417, '_transient_wflginfl_657963278', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395166, '_transient_timeout_wflginfl_2955494422', '1404635087', 'no') ; 
INSERT INTO `wp_options` VALUES (7395167, '_transient_wflginfl_2955494422', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538307, '_transient_timeout_wflginfl_2033605671', '1404829756', 'no') ; 
INSERT INTO `wp_options` VALUES (7533211, '_transient_wflginfl_3320116615', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539838, '_transient_timeout_wflginfl_1892791611', '1404830762', 'no') ; 
INSERT INTO `wp_options` VALUES (7539839, '_transient_wflginfl_1892791611', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386828, '_transient_timeout_wflginfl_3280912138', '1404610014', 'no') ; 
INSERT INTO `wp_options` VALUES (7386829, '_transient_wflginfl_3280912138', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537163, '_transient_timeout_wflginfl_2959765131', '1404829016', 'no') ; 
INSERT INTO `wp_options` VALUES (7537164, '_transient_wflginfl_2959765131', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539013, '_transient_timeout_wflginfl_247504842', '1404830205', 'no') ; 
INSERT INTO `wp_options` VALUES (7539014, '_transient_wflginfl_247504842', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371444, '_transient_timeout_wflginfl_1021649855', '1404545430', 'no') ; 
INSERT INTO `wp_options` VALUES (7371445, '_transient_wflginfl_1021649855', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380993, '_transient_timeout_wflginfl_1337546000', '1404595200', 'no') ; 
INSERT INTO `wp_options` VALUES (7380994, '_transient_wflginfl_1337546000', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393808, '_transient_timeout_wflginfl_523151758', '1404631590', 'no') ; 
INSERT INTO `wp_options` VALUES (7393809, '_transient_wflginfl_523151758', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371458, '_transient_timeout_wflginfl_3068989404', '1404546005', 'no') ; 
INSERT INTO `wp_options` VALUES (7371459, '_transient_wflginfl_3068989404', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371468, '_transient_timeout_wflginfl_3014673871', '1404546200', 'no') ; 
INSERT INTO `wp_options` VALUES (7371469, '_transient_wflginfl_3014673871', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372089, '_transient_timeout_wflginfl_1578426613', '1404570616', 'no') ; 
INSERT INTO `wp_options` VALUES (7372090, '_transient_wflginfl_1578426613', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539870, '_transient_timeout_wflginfl_784726315', '1404830784', 'no') ; 
INSERT INTO `wp_options` VALUES (7539871, '_transient_wflginfl_784726315', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521004, '_transient_timeout_wflginfl_241568354', '1404818198', 'no') ; 
INSERT INTO `wp_options` VALUES (7541290, '_transient_timeout_wflginfl_1430983945', '1404831508', 'no') ; 
INSERT INTO `wp_options` VALUES (7529594, '_transient_timeout_wflginfl_3649253745', '1404824065', 'no') ; 
INSERT INTO `wp_options` VALUES (7529255, '_transient_wflginfl_1729770962', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397050, '_transient_wflginfl_1450963856', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440795, '_transient_timeout_wflginfl_990607431', '1404750593', 'no') ; 
INSERT INTO `wp_options` VALUES (7440796, '_transient_wflginfl_990607431', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371499, '_transient_timeout_wflginfl_2088630986', '1404547430', 'no') ; 
INSERT INTO `wp_options` VALUES (7371500, '_transient_wflginfl_2088630986', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539926, '_transient_timeout_wflginfl_1246451483', '1404830813', 'no') ; 
INSERT INTO `wp_options` VALUES (7372886, '_transient_timeout_wflginfl_3732884392', '1404577472', 'no') ; 
INSERT INTO `wp_options` VALUES (7372887, '_transient_wflginfl_3732884392', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371786, '_transient_timeout_wflginfl_456179825', '1404556905', 'no') ; 
INSERT INTO `wp_options` VALUES (7371787, '_transient_wflginfl_456179825', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391554, '_transient_timeout_wflginfl_3265154104', '1404624875', 'no') ; 
INSERT INTO `wp_options` VALUES (7391555, '_transient_wflginfl_3265154104', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371520, '_transient_timeout_wflginfl_1743952586', '1404547975', 'no') ; 
INSERT INTO `wp_options` VALUES (7371521, '_transient_wflginfl_1743952586', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371524, '_transient_timeout_wflginfl_3343178267', '1404548112', 'no') ; 
INSERT INTO `wp_options` VALUES (7371525, '_transient_wflginfl_3343178267', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371528, '_transient_timeout_wflginfl_3735304777', '1404548291', 'no') ; 
INSERT INTO `wp_options` VALUES (7371529, '_transient_wflginfl_3735304777', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527298, '_transient_timeout_wflginfl_2019129156', '1404822468', 'no') ; 
INSERT INTO `wp_options` VALUES (7371539, '_transient_timeout_wflginfl_2588160602', '1404548603', 'no') ; 
INSERT INTO `wp_options` VALUES (7371540, '_transient_wflginfl_2588160602', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493769, '_transient_timeout_wflginfl_1809261956', '1404797126', 'no') ; 
INSERT INTO `wp_options` VALUES (7493770, '_transient_wflginfl_1809261956', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7398088, '_transient_timeout_wflginfl_1348894150', '1404641834', 'no') ; 
INSERT INTO `wp_options` VALUES (7398089, '_transient_wflginfl_1348894150', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371558, '_transient_timeout_wflginfl_2058513918', '1404549096', 'no') ; 
INSERT INTO `wp_options` VALUES (7371550, '_transient_timeout_wflginfl_1401334731', '1404548990', 'no') ; 
INSERT INTO `wp_options` VALUES (7371551, '_transient_wflginfl_1401334731', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540799, '_transient_wflginfl_1599597903', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511429, '_transient_wflginfl_3129516639', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371554, '_transient_timeout_wflginfl_1887866507', '1404549049', 'no') ; 
INSERT INTO `wp_options` VALUES (7371555, '_transient_wflginfl_1887866507', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371559, '_transient_wflginfl_2058513918', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371561, '_transient_timeout_wflginfl_99390960', '1404549164', 'no') ; 
INSERT INTO `wp_options` VALUES (7371562, '_transient_wflginfl_99390960', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371583, '_transient_timeout_wflginfl_3343178287', '1404549985', 'no') ; 
INSERT INTO `wp_options` VALUES (7371564, '_transient_timeout_wflginfl_1545047081', '1404549202', 'no') ; 
INSERT INTO `wp_options` VALUES (7371565, '_transient_wflginfl_1545047081', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530442, '_transient_timeout_wflginfl_1429814100', '1404824629', 'no') ; 
INSERT INTO `wp_options` VALUES (7530443, '_transient_wflginfl_1429814100', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540787, '_transient_wflginfl_1323995733', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408355, '_transient_timeout_wflginfl_1893666394', '1404725140', 'no') ; 
INSERT INTO `wp_options` VALUES (7496500, '_transient_wflginfl_692711188', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392511, '_transient_wflginfl_2058254230', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380174, '_transient_timeout_wflginfl_522996568', '1404593594', 'no') ; 
INSERT INTO `wp_options` VALUES (7380175, '_transient_wflginfl_522996568', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392846, '_transient_timeout_wflginfl_2578132461', '1404628891', 'no') ; 
INSERT INTO `wp_options` VALUES (7392847, '_transient_wflginfl_2578132461', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371579, '_transient_timeout_wflginfl_657096246', '1404549761', 'no') ; 
INSERT INTO `wp_options` VALUES (7371580, '_transient_wflginfl_657096246', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371584, '_transient_wflginfl_3343178287', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371589, '_transient_timeout_wflginfl_1838700839', '1404550162', 'no') ; 
INSERT INTO `wp_options` VALUES (7371590, '_transient_wflginfl_1838700839', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371591, '_transient_timeout_wflginfl_3307618193', '1404550236', 'no') ; 
INSERT INTO `wp_options` VALUES (7371592, '_transient_wflginfl_3307618193', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391725, '_transient_timeout_wflginfl_1195848611', '1404625474', 'no') ; 
INSERT INTO `wp_options` VALUES (7391726, '_transient_wflginfl_1195848611', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459876, '_transient_timeout_wflginfl_1310626382', '1404765122', 'no') ; 
INSERT INTO `wp_options` VALUES (7459877, '_transient_wflginfl_1310626382', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371599, '_transient_timeout_wflginfl_776446315', '1404550476', 'no') ; 
INSERT INTO `wp_options` VALUES (7371600, '_transient_wflginfl_776446315', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371603, '_transient_timeout_wflginfl_657550157', '1404550540', 'no') ; 
INSERT INTO `wp_options` VALUES (7371604, '_transient_wflginfl_657550157', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371607, '_transient_timeout_wflginfl_3158711073', '1404550578', 'no') ; 
INSERT INTO `wp_options` VALUES (7371608, '_transient_wflginfl_3158711073', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371620, '_transient_timeout_wflginfl_636233079', '1404551005', 'no') ; 
INSERT INTO `wp_options` VALUES (7371621, '_transient_wflginfl_636233079', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371622, '_transient_timeout_wflginfl_2577567310', '1404551021', 'no') ; 
INSERT INTO `wp_options` VALUES (7371623, '_transient_wflginfl_2577567310', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388467, '_transient_timeout_wflginfl_657019006', '1404615141', 'no') ; 
INSERT INTO `wp_options` VALUES (7388468, '_transient_wflginfl_657019006', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371632, '_transient_timeout_wflginfl_2681017259', '1404551740', 'no') ; 
INSERT INTO `wp_options` VALUES (7371633, '_transient_wflginfl_2681017259', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371641, '_transient_timeout_wflginfl_2945340597', '1404551999', 'no') ; 
INSERT INTO `wp_options` VALUES (7371642, '_transient_wflginfl_2945340597', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396745, '_transient_timeout_wflginfl_1596803942', '1404638180', 'no') ; 
INSERT INTO `wp_options` VALUES (7474547, '_transient_timeout_wflginfl_1508753254', '1404778257', 'no') ; 
INSERT INTO `wp_options` VALUES (7371645, '_transient_timeout_wflginfl_1320232451', '1404552144', 'no') ; 
INSERT INTO `wp_options` VALUES (7474548, '_transient_wflginfl_1508753254', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371647, '_transient_wflginfl_1320232451', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371653, '_transient_timeout_wflginfl_1892044062', '1404552336', 'no') ; 
INSERT INTO `wp_options` VALUES (7371654, '_transient_wflginfl_1892044062', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396746, '_transient_wflginfl_1596803942', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529943, '_transient_wflginfl_2955686665', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413252, '_transient_timeout_wflginfl_1729098794', '1404728586', 'no') ; 
INSERT INTO `wp_options` VALUES (7371694, '_transient_timeout_wflginfl_3057236991', '1404554035', 'no') ; 
INSERT INTO `wp_options` VALUES (7371662, '_transient_timeout_wflginfl_3318603328', '1404552728', 'no') ; 
INSERT INTO `wp_options` VALUES (7371663, '_transient_wflginfl_3318603328', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371668, '_transient_timeout_wflginfl_3065121877', '1404552847', 'no') ; 
INSERT INTO `wp_options` VALUES (7371669, '_transient_wflginfl_3065121877', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371670, '_transient_timeout_wflginfl_1282469222', '1404552949', 'no') ; 
INSERT INTO `wp_options` VALUES (7371671, '_transient_wflginfl_1282469222', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411765, '_transient_timeout_wflginfl_2088416805', '1404727459', 'no') ; 
INSERT INTO `wp_options` VALUES (7411766, '_transient_wflginfl_2088416805', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388757, '_transient_timeout_wflginfl_3679118150', '1404616056', 'no') ; 
INSERT INTO `wp_options` VALUES (7388758, '_transient_wflginfl_3679118150', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371678, '_transient_timeout_wflginfl_2033593517', '1404553171', 'no') ; 
INSERT INTO `wp_options` VALUES (7371679, '_transient_wflginfl_2033593517', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371684, '_transient_timeout_wflginfl_1578879694', '1404553249', 'no') ; 
INSERT INTO `wp_options` VALUES (7371685, '_transient_wflginfl_1578879694', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396435, '_transient_timeout_wflginfl_840401902', '1404637577', 'no') ; 
INSERT INTO `wp_options` VALUES (7396436, '_transient_wflginfl_840401902', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371688, '_transient_timeout_wflginfl_1304038589', '1404553454', 'no') ; 
INSERT INTO `wp_options` VALUES (7371689, '_transient_wflginfl_1304038589', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371880, '_transient_timeout_wflginfl_1547441901', '1404561936', 'no') ; 
INSERT INTO `wp_options` VALUES (7371881, '_transient_wflginfl_1547441901', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371695, '_transient_wflginfl_3057236991', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371698, '_transient_timeout_wflginfl_657104553', '1404554500', 'no') ; 
INSERT INTO `wp_options` VALUES (7371699, '_transient_wflginfl_657104553', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371702, '_transient_timeout_wflginfl_1563977457', '1404554572', 'no') ; 
INSERT INTO `wp_options` VALUES (7371703, '_transient_wflginfl_1563977457', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451564, '_transient_timeout_wflginfl_84890823', '1404758837', 'no') ; 
INSERT INTO `wp_options` VALUES (7451565, '_transient_wflginfl_84890823', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371710, '_transient_timeout_wflginfl_3734637602', '1404554763', 'no') ; 
INSERT INTO `wp_options` VALUES (7371711, '_transient_wflginfl_3734637602', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371712, '_transient_timeout_wflginfl_657660567', '1404554774', 'no') ; 
INSERT INTO `wp_options` VALUES (7371713, '_transient_wflginfl_657660567', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371714, '_transient_timeout_wflginfl_608600697', '1404554870', 'no') ; 
INSERT INTO `wp_options` VALUES (7371715, '_transient_wflginfl_608600697', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538174, '_transient_wflginfl_1539078836', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541253, '_transient_wflginfl_3587733337', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371723, '_transient_timeout_wflginfl_1977159249', '1404555156', 'no') ; 
INSERT INTO `wp_options` VALUES (7371724, '_transient_wflginfl_1977159249', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536517, '_transient_timeout_wflginfl_36800622', '1404828603', 'no') ; 
INSERT INTO `wp_options` VALUES (7536518, '_transient_wflginfl_36800622', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433182, '_transient_timeout_wflginfl_712045312', '1404744670', 'no') ; 
INSERT INTO `wp_options` VALUES (7433183, '_transient_wflginfl_712045312', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487723, '_transient_timeout_wflginfl_1399767218', '1404791485', 'no') ; 
INSERT INTO `wp_options` VALUES (7487724, '_transient_wflginfl_1399767218', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540550, '_transient_timeout_wflginfl_2164781727', '1404831194', 'no') ; 
INSERT INTO `wp_options` VALUES (7541278, '_transient_timeout_wflginfl_1919741280', '1404831503', 'no') ; 
INSERT INTO `wp_options` VALUES (7371735, '_transient_timeout_wflginfl_1544982443', '1404555451', 'no') ; 
INSERT INTO `wp_options` VALUES (7371736, '_transient_wflginfl_1544982443', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457178, '_transient_timeout_wflginfl_1456665354', '1404763017', 'no') ; 
INSERT INTO `wp_options` VALUES (7457179, '_transient_wflginfl_1456665354', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534657, '_transient_wflginfl_2088476680', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371746, '_transient_timeout_wflginfl_1950855850', '1404555713', 'no') ; 
INSERT INTO `wp_options` VALUES (7371747, '_transient_wflginfl_1950855850', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534294, '_transient_timeout_wflginfl_3203710303', '1404827103', 'no') ; 
INSERT INTO `wp_options` VALUES (7473888, '_transient_wflginfl_1022435871', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541104, '_transient_timeout_wflginfl_831607617', '1404831435', 'no') ; 
INSERT INTO `wp_options` VALUES (7371752, '_transient_timeout_wflginfl_3065673607', '1404555787', 'no') ; 
INSERT INTO `wp_options` VALUES (7371753, '_transient_wflginfl_3065673607', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371754, '_transient_timeout_wflginfl_3068461416', '1404555831', 'no') ; 
INSERT INTO `wp_options` VALUES (7371755, '_transient_wflginfl_3068461416', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371886, '_transient_timeout_wflginfl_1266522050', '1404562044', 'no') ; 
INSERT INTO `wp_options` VALUES (7371887, '_transient_wflginfl_1266522050', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383224, '_transient_timeout_wflginfl_634913505', '1404600163', 'no') ; 
INSERT INTO `wp_options` VALUES (7383225, '_transient_wflginfl_634913505', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384949, '_transient_timeout_wflginfl_694244780', '1404604744', 'no') ; 
INSERT INTO `wp_options` VALUES (7384950, '_transient_wflginfl_694244780', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515176, '_transient_timeout_wflginfl_831761841', '1404814159', 'no') ; 
INSERT INTO `wp_options` VALUES (7536599, '_transient_timeout_wflginfl_3168456007', '1404828675', 'no') ; 
INSERT INTO `wp_options` VALUES (7371776, '_transient_timeout_wflginfl_1333237819', '1404556509', 'no') ; 
INSERT INTO `wp_options` VALUES (7371777, '_transient_wflginfl_1333237819', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380526, '_transient_timeout_wflginfl_2033597169', '1404594299', 'no') ; 
INSERT INTO `wp_options` VALUES (7380527, '_transient_wflginfl_2033597169', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372943, '_transient_timeout_wflginfl_1460477351', '1404577899', 'no') ; 
INSERT INTO `wp_options` VALUES (7372944, '_transient_wflginfl_1460477351', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371788, '_transient_timeout_wflginfl_1206701827', '1404557096', 'no') ; 
INSERT INTO `wp_options` VALUES (7371789, '_transient_wflginfl_1206701827', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371790, '_transient_timeout_wflginfl_1522739420', '1404557241', 'no') ; 
INSERT INTO `wp_options` VALUES (7371791, '_transient_wflginfl_1522739420', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389663, '_transient_timeout_wflginfl_20245756', '1404618952', 'no') ; 
INSERT INTO `wp_options` VALUES (7389664, '_transient_wflginfl_20245756', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479303, '_transient_timeout_wflginfl_1442178269', '1404783136', 'no') ; 
INSERT INTO `wp_options` VALUES (7479304, '_transient_wflginfl_1442178269', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398004, '_transient_wflginfl_694943842', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536037, '_transient_wflginfl_2033596154', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394484, '_transient_timeout_wflginfl_1886829717', '1404633371', 'no') ; 
INSERT INTO `wp_options` VALUES (7394485, '_transient_wflginfl_1886829717', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371802, '_transient_timeout_wflginfl_2966224960', '1404557684', 'no') ; 
INSERT INTO `wp_options` VALUES (7371803, '_transient_wflginfl_2966224960', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371808, '_transient_timeout_wflginfl_1976502368', '1404557995', 'no') ; 
INSERT INTO `wp_options` VALUES (7371809, '_transient_wflginfl_1976502368', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530210, '_transient_timeout_wflginfl_1580947736', '1404824472', 'no') ; 
INSERT INTO `wp_options` VALUES (7373011, '_transient_timeout_wflginfl_695147838', '1404578541', 'no') ; 
INSERT INTO `wp_options` VALUES (7373012, '_transient_wflginfl_695147838', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381353, '_transient_timeout_wflginfl_1394030171', '1404595979', 'no') ; 
INSERT INTO `wp_options` VALUES (7381354, '_transient_wflginfl_1394030171', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371816, '_transient_timeout_wflginfl_2391162929', '1404558183', 'no') ; 
INSERT INTO `wp_options` VALUES (7371817, '_transient_wflginfl_2391162929', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540215, '_transient_wflginfl_775402849', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540214, '_transient_wflginfl_1610376762', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418043, '_transient_timeout_wflginfl_1347651538', '1404732644', 'no') ; 
INSERT INTO `wp_options` VALUES (7489106, '_transient_timeout_wflginfl_2101124330', '1404792837', 'no') ; 
INSERT INTO `wp_options` VALUES (7534508, '_transient_timeout_wflginfl_3419895383', '1404827245', 'no') ; 
INSERT INTO `wp_options` VALUES (7534509, '_transient_wflginfl_3419895383', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371826, '_transient_timeout_wflginfl_2344687147', '1404558434', 'no') ; 
INSERT INTO `wp_options` VALUES (7371827, '_transient_wflginfl_2344687147', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538595, '_transient_timeout_wflginfl_1892617956', '1404829944', 'no') ; 
INSERT INTO `wp_options` VALUES (7538596, '_transient_wflginfl_1892617956', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530211, '_transient_wflginfl_1580947736', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371839, '_transient_timeout_wflginfl_1977012767', '1404559269', 'no') ; 
INSERT INTO `wp_options` VALUES (7371840, '_transient_wflginfl_1977012767', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417517, '_transient_wflginfl_1319450497', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468268, '_transient_wflginfl_84695538', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371844, '_transient_timeout_wflginfl_3065581959', '1404559386', 'no') ; 
INSERT INTO `wp_options` VALUES (7371845, '_transient_wflginfl_3065581959', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464133, '_transient_timeout_wflginfl_2249301214', '1404768645', 'no') ; 
INSERT INTO `wp_options` VALUES (7464134, '_transient_wflginfl_2249301214', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371848, '_transient_timeout_wflginfl_3000972883', '1404559826', 'no') ; 
INSERT INTO `wp_options` VALUES (7371849, '_transient_wflginfl_3000972883', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504911, '_transient_timeout_wflginfl_3587410897', '1404806744', 'no') ; 
INSERT INTO `wp_options` VALUES (7504912, '_transient_wflginfl_3587410897', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7399051, '_transient_timeout_wflginfl_1384713044', '1404717450', 'no') ; 
INSERT INTO `wp_options` VALUES (7541046, '_transient_timeout_wflginfl_3075709829', '1404831419', 'no') ; 
INSERT INTO `wp_options` VALUES (7394442, '_transient_timeout_wflginfl_1450723773', '1404633218', 'no') ; 
INSERT INTO `wp_options` VALUES (7394443, '_transient_wflginfl_1450723773', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371856, '_transient_timeout_wflginfl_2017241972', '1404560222', 'no') ; 
INSERT INTO `wp_options` VALUES (7371857, '_transient_wflginfl_2017241972', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7400880, '_transient_timeout_wflginfl_3587370251', '1404719084', 'no') ; 
INSERT INTO `wp_options` VALUES (7400881, '_transient_wflginfl_3587370251', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371860, '_transient_timeout_wflginfl_627734062', '1404560235', 'no') ; 
INSERT INTO `wp_options` VALUES (7371861, '_transient_wflginfl_627734062', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386116, '_transient_timeout_wflginfl_3123060372', '1404607824', 'no') ; 
INSERT INTO `wp_options` VALUES (7386117, '_transient_wflginfl_3123060372', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384450, '_transient_timeout_wflginfl_1045696717', '1404603360', 'no') ; 
INSERT INTO `wp_options` VALUES (7384451, '_transient_wflginfl_1045696717', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373402, '_transient_timeout_wflginfl_1887840889', '1404579800', 'no') ; 
INSERT INTO `wp_options` VALUES (7373403, '_transient_wflginfl_1887840889', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371878, '_transient_timeout_wflginfl_3320522283', '1404562030', 'no') ; 
INSERT INTO `wp_options` VALUES (7371879, '_transient_wflginfl_3320522283', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7374696, '_transient_timeout_wflginfl_703285755', '1404582686', 'no') ; 
INSERT INTO `wp_options` VALUES (7374697, '_transient_wflginfl_703285755', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384078, '_transient_timeout_wflginfl_2991523649', '1404602286', 'no') ; 
INSERT INTO `wp_options` VALUES (7384079, '_transient_wflginfl_2991523649', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537755, '_transient_timeout_wflginfl_39012006', '1404829407', 'no') ; 
INSERT INTO `wp_options` VALUES (7537756, '_transient_wflginfl_39012006', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381911, '_transient_timeout_wflginfl_1325872350', '1404597178', 'no') ; 
INSERT INTO `wp_options` VALUES (7381912, '_transient_wflginfl_1325872350', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390565, '_transient_timeout_wflginfl_985036135', '1404621923', 'no') ; 
INSERT INTO `wp_options` VALUES (7390566, '_transient_wflginfl_985036135', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540818, '_transient_timeout_wflginfl_1592294692', '1404831326', 'no') ; 
INSERT INTO `wp_options` VALUES (7536179, '_transient_wflginfl_1387163192', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372846, '_transient_timeout_wflginfl_1705149394', '1404577327', 'no') ; 
INSERT INTO `wp_options` VALUES (7372847, '_transient_wflginfl_1705149394', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371914, '_transient_timeout_wflginfl_2015148970', '1404563275', 'no') ; 
INSERT INTO `wp_options` VALUES (7371915, '_transient_wflginfl_2015148970', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506257, '_transient_timeout_wflginfl_3068280099', '1404807827', 'no') ; 
INSERT INTO `wp_options` VALUES (7506258, '_transient_wflginfl_3068280099', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418587, '_transient_timeout_wflginfl_1294893918', '1404733393', 'no') ; 
INSERT INTO `wp_options` VALUES (7530925, '_transient_wflginfl_100003840', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371925, '_transient_timeout_wflginfl_3065648079', '1404563849', 'no') ; 
INSERT INTO `wp_options` VALUES (7371926, '_transient_wflginfl_3065648079', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371927, '_transient_timeout_wflginfl_2536541154', '1404564073', 'no') ; 
INSERT INTO `wp_options` VALUES (7371928, '_transient_wflginfl_2536541154', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371980, '_transient_timeout_wflginfl_3123679435', '1404566609', 'no') ; 
INSERT INTO `wp_options` VALUES (7371981, '_transient_wflginfl_3123679435', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371931, '_transient_timeout_wflginfl_1892862770', '1404564383', 'no') ; 
INSERT INTO `wp_options` VALUES (7371932, '_transient_wflginfl_1892862770', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383144, '_transient_timeout_wflginfl_1562878056', '1404599963', 'no') ; 
INSERT INTO `wp_options` VALUES (7383145, '_transient_wflginfl_1562878056', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535256, '_transient_timeout_wflginfl_1664689231', '1404828032', 'no') ; 
INSERT INTO `wp_options` VALUES (7535257, '_transient_wflginfl_1664689231', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7371940, '_transient_timeout_wflginfl_3301868097', '1404564741', 'no') ; 
INSERT INTO `wp_options` VALUES (7371941, '_transient_wflginfl_3301868097', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462160, '_transient_timeout_wflginfl_1359652859', '1404766982', 'no') ; 
INSERT INTO `wp_options` VALUES (7533340, '_transient_timeout_wflginfl_1550737337', '1404826484', 'no') ; 
INSERT INTO `wp_options` VALUES (7382994, '_transient_timeout_wflginfl_2034957170', '1404599624', 'no') ; 
INSERT INTO `wp_options` VALUES (7382995, '_transient_wflginfl_2034957170', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373416, '_transient_timeout_wflginfl_1010114816', '1404579839', 'no') ; 
INSERT INTO `wp_options` VALUES (7373417, '_transient_wflginfl_1010114816', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389653, '_transient_timeout_wflginfl_3305237630', '1404618898', 'no') ; 
INSERT INTO `wp_options` VALUES (7389654, '_transient_wflginfl_3305237630', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371950, '_transient_timeout_wflginfl_3305117392', '1404565479', 'no') ; 
INSERT INTO `wp_options` VALUES (7371951, '_transient_wflginfl_3305117392', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472949, '_transient_timeout_wflginfl_39233539', '1404776638', 'no') ; 
INSERT INTO `wp_options` VALUES (7472950, '_transient_wflginfl_39233539', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387401, '_transient_timeout_wflginfl_694936032', '1404611726', 'no') ; 
INSERT INTO `wp_options` VALUES (7387402, '_transient_wflginfl_694936032', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371969, '_transient_timeout_wflginfl_3158502509', '1404566448', 'no') ; 
INSERT INTO `wp_options` VALUES (7371970, '_transient_wflginfl_3158502509', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377265, '_transient_timeout_wflginfl_3152685033', '1404587394', 'no') ; 
INSERT INTO `wp_options` VALUES (7371974, '_transient_timeout_wflginfl_1938150016', '1404566499', 'no') ; 
INSERT INTO `wp_options` VALUES (7371975, '_transient_wflginfl_1938150016', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371976, '_transient_timeout_wflginfl_1441887557', '1404566499', 'no') ; 
INSERT INTO `wp_options` VALUES (7371977, '_transient_wflginfl_1441887557', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377266, '_transient_wflginfl_3152685033', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7371986, '_transient_timeout_wflginfl_1567006182', '1404566984', 'no') ; 
INSERT INTO `wp_options` VALUES (7371987, '_transient_wflginfl_1567006182', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372351, '_transient_timeout_wflginfl_657852284', '1404575167', 'no') ; 
INSERT INTO `wp_options` VALUES (7372352, '_transient_wflginfl_657852284', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393296, '_transient_timeout_wflginfl_2119985621', '1404630219', 'no') ; 
INSERT INTO `wp_options` VALUES (7393297, '_transient_wflginfl_2119985621', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394679, '_transient_timeout_wflginfl_2946253523', '1404633897', 'no') ; 
INSERT INTO `wp_options` VALUES (7394680, '_transient_wflginfl_2946253523', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396123, '_transient_timeout_wflginfl_2002667378', '1404637053', 'no') ; 
INSERT INTO `wp_options` VALUES (7396124, '_transient_wflginfl_2002667378', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539281, '_transient_timeout_wflginfl_1332774111', '1404830402', 'no') ; 
INSERT INTO `wp_options` VALUES (7539282, '_transient_wflginfl_1332774111', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372008, '_transient_timeout_wflginfl_3065579340', '1404568017', 'no') ; 
INSERT INTO `wp_options` VALUES (7372009, '_transient_wflginfl_3065579340', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372010, '_transient_timeout_wflginfl_1051064848', '1404568043', 'no') ; 
INSERT INTO `wp_options` VALUES (7372011, '_transient_wflginfl_1051064848', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495327, '_transient_timeout_wflginfl_1531592190', '1404798582', 'no') ; 
INSERT INTO `wp_options` VALUES (7495328, '_transient_wflginfl_1531592190', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522613, '_transient_timeout_wflginfl_1472807411', '1404819222', 'no') ; 
INSERT INTO `wp_options` VALUES (7522614, '_transient_wflginfl_1472807411', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491332, '_transient_timeout_wflginfl_700435554', '1404795213', 'no') ; 
INSERT INTO `wp_options` VALUES (7372024, '_transient_timeout_wflginfl_2974844723', '1404568432', 'no') ; 
INSERT INTO `wp_options` VALUES (7372025, '_transient_wflginfl_2974844723', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491333, '_transient_wflginfl_700435554', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7372030, '_transient_timeout_wflginfl_247519030', '1404569224', 'no') ; 
INSERT INTO `wp_options` VALUES (7372031, '_transient_wflginfl_247519030', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374724, '_transient_timeout_wflginfl_2731265574', '1404582737', 'no') ; 
INSERT INTO `wp_options` VALUES (7374725, '_transient_wflginfl_2731265574', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492107, '_transient_timeout_wflginfl_2038861971', '1404795626', 'no') ; 
INSERT INTO `wp_options` VALUES (7492108, '_transient_wflginfl_2038861971', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464335, '_transient_timeout_wflginfl_608721444', '1404768812', 'no') ; 
INSERT INTO `wp_options` VALUES (7464336, '_transient_wflginfl_608721444', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389497, '_transient_timeout_wflginfl_704245428', '1404618405', 'no') ; 
INSERT INTO `wp_options` VALUES (7389498, '_transient_wflginfl_704245428', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372056, '_transient_timeout_wflginfl_3106167442', '1404569917', 'no') ; 
INSERT INTO `wp_options` VALUES (7372057, '_transient_wflginfl_3106167442', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395805, '_transient_timeout_wflginfl_245516380', '1404636542', 'no') ; 
INSERT INTO `wp_options` VALUES (7395806, '_transient_wflginfl_245516380', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540676, '_transient_timeout_wflginfl_1379503977', '1404831260', 'no') ; 
INSERT INTO `wp_options` VALUES (7540677, '_transient_wflginfl_1379503977', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372062, '_transient_timeout_wflginfl_2033590374', '1404570001', 'no') ; 
INSERT INTO `wp_options` VALUES (7372063, '_transient_wflginfl_2033590374', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505590, '_transient_timeout_wflginfl_2683637860', '1404807330', 'no') ; 
INSERT INTO `wp_options` VALUES (7395534, '_transient_timeout_wflginfl_1569452807', '1404635936', 'no') ; 
INSERT INTO `wp_options` VALUES (7395535, '_transient_wflginfl_1569452807', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505591, '_transient_wflginfl_2683637860', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372079, '_transient_timeout_wflginfl_1432262137', '1404570316', 'no') ; 
INSERT INTO `wp_options` VALUES (7372080, '_transient_wflginfl_1432262137', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380294, '_transient_timeout_wflginfl_1193027444', '1404593827', 'no') ; 
INSERT INTO `wp_options` VALUES (7380295, '_transient_wflginfl_1193027444', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491441, '_transient_wflginfl_1892712739', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434523, '_transient_wflginfl_3076158385', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372219, '_transient_timeout_wflginfl_3388399231', '1404574437', 'no') ; 
INSERT INTO `wp_options` VALUES (7372220, '_transient_wflginfl_3388399231', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397370, '_transient_wflginfl_3562891525', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397369, '_transient_timeout_wflginfl_3562891525', '1404639197', 'no') ; 
INSERT INTO `wp_options` VALUES (7372093, '_transient_timeout_wflginfl_1356503541', '1404570893', 'no') ; 
INSERT INTO `wp_options` VALUES (7372094, '_transient_wflginfl_1356503541', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372095, '_transient_timeout_wflginfl_1887930729', '1404570980', 'no') ; 
INSERT INTO `wp_options` VALUES (7372096, '_transient_wflginfl_1887930729', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372097, '_transient_timeout_wflginfl_1337307451', '1404571004', 'no') ; 
INSERT INTO `wp_options` VALUES (7372098, '_transient_wflginfl_1337307451', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530967, '_transient_wflginfl_86730306', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423484, '_transient_timeout_wflginfl_36901037', '1404737164', 'no') ; 
INSERT INTO `wp_options` VALUES (7377237, '_transient_timeout_wflginfl_3031898452', '1404587518', 'no') ; 
INSERT INTO `wp_options` VALUES (7377238, '_transient_wflginfl_3031898452', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7372105, '_transient_timeout_wflginfl_657664613', '1404571074', 'no') ; 
INSERT INTO `wp_options` VALUES (7372106, '_transient_wflginfl_657664613', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536447, '_transient_timeout_wflginfl_2050381426', '1404828554', 'no') ; 
INSERT INTO `wp_options` VALUES (7536448, '_transient_wflginfl_2050381426', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513719, '_transient_timeout_wflginfl_1368482930', '1404813165', 'no') ; 
INSERT INTO `wp_options` VALUES (7513720, '_transient_wflginfl_1368482930', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372119, '_transient_timeout_wffgt_1180481768', '1404571608', 'no') ; 
INSERT INTO `wp_options` VALUES (7372120, '_transient_wffgt_1180481768', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394741, '_transient_timeout_wflginfl_1979554563', '1404634029', 'no') ; 
INSERT INTO `wp_options` VALUES (7394742, '_transient_wflginfl_1979554563', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540228, '_transient_timeout_wflginfl_1380798942', '1404831307', 'no') ; 
INSERT INTO `wp_options` VALUES (7540229, '_transient_wflginfl_1380798942', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7526202, '_transient_timeout_wflginfl_3058240974', '1404821734', 'no') ; 
INSERT INTO `wp_options` VALUES (7526203, '_transient_wflginfl_3058240974', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372135, '_transient_timeout_wflginfl_1180481768', '1404571927', 'no') ; 
INSERT INTO `wp_options` VALUES (7372136, '_transient_wflginfl_1180481768', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385918, '_transient_timeout_wflginfl_3315817772', '1404607234', 'no') ; 
INSERT INTO `wp_options` VALUES (7385919, '_transient_wflginfl_3315817772', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540006, '_transient_timeout_wflginfl_1589742157', '1404830868', 'no') ; 
INSERT INTO `wp_options` VALUES (7540007, '_transient_wflginfl_1589742157', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372145, '_transient_timeout_wflginfl_1308682578', '1404572083', 'no') ; 
INSERT INTO `wp_options` VALUES (7372146, '_transient_wflginfl_1308682578', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517537, '_transient_timeout_wflginfl_1347305986', '1404815805', 'no') ; 
INSERT INTO `wp_options` VALUES (7517538, '_transient_wflginfl_1347305986', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372151, '_transient_timeout_wflginfl_1567198754', '1404572488', 'no') ; 
INSERT INTO `wp_options` VALUES (7372152, '_transient_wflginfl_1567198754', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540036, '_transient_timeout_wflginfl_1296102357', '1404830895', 'no') ; 
INSERT INTO `wp_options` VALUES (7540037, '_transient_wflginfl_1296102357', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372155, '_transient_timeout_wflginfl_2098950545', '1404572661', 'no') ; 
INSERT INTO `wp_options` VALUES (7372156, '_transient_wflginfl_2098950545', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372160, '_transient_timeout_wflginfl_1563891354', '1404573125', 'no') ; 
INSERT INTO `wp_options` VALUES (7372161, '_transient_wflginfl_1563891354', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387746, '_transient_timeout_wflginfl_1564002180', '1404612778', 'no') ; 
INSERT INTO `wp_options` VALUES (7387747, '_transient_wflginfl_1564002180', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377411, '_transient_timeout_wflginfl_3194674721', '1404587673', 'no') ; 
INSERT INTO `wp_options` VALUES (7377412, '_transient_wflginfl_3194674721', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418131, '_transient_timeout_wflginfl_2053978275', '1404732728', 'no') ; 
INSERT INTO `wp_options` VALUES (7418132, '_transient_wflginfl_2053978275', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540329, '_transient_wflginfl_2967407224', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536223, '_transient_wflginfl_1613764050', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372181, '_transient_timeout_wflginfl_2955451755', '1404573862', 'no') ; 
INSERT INTO `wp_options` VALUES (7372182, '_transient_wflginfl_2955451755', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529780, '_transient_timeout_wflginfl_1868450652', '1404824191', 'no') ; 
INSERT INTO `wp_options` VALUES (7529781, '_transient_wflginfl_1868450652', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372191, '_transient_timeout_wflginfl_704154070', '1404574130', 'no') ; 
INSERT INTO `wp_options` VALUES (7372192, '_transient_wflginfl_704154070', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372193, '_transient_timeout_wflginfl_1336967700', '1404574158', 'no') ; 
INSERT INTO `wp_options` VALUES (7372194, '_transient_wflginfl_1336967700', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372197, '_transient_timeout_wflginfl_3140010485', '1404574263', 'no') ; 
INSERT INTO `wp_options` VALUES (7372198, '_transient_wflginfl_3140010485', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537457, '_transient_timeout_wflginfl_779386047', '1404829200', 'no') ; 
INSERT INTO `wp_options` VALUES (7532106, '_transient_wflginfl_3558724354', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450285, '_transient_wflginfl_1039508248', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533791, '_transient_timeout_wflginfl_1582808746', '1404826790', 'no') ; 
INSERT INTO `wp_options` VALUES (7453786, '_transient_wflginfl_3320659380', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375166, '_transient_timeout_wflginfl_1319403950', '1404583635', 'no') ; 
INSERT INTO `wp_options` VALUES (7375167, '_transient_wflginfl_1319403950', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372207, '_transient_timeout_wflginfl_772590467', '1404574400', 'no') ; 
INSERT INTO `wp_options` VALUES (7372208, '_transient_wflginfl_772590467', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372279, '_transient_timeout_wflginfl_657059473', '1404574895', 'no') ; 
INSERT INTO `wp_options` VALUES (7372280, '_transient_wflginfl_657059473', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7372215, '_transient_timeout_wflginfl_657942205', '1404574419', 'no') ; 
INSERT INTO `wp_options` VALUES (7372216, '_transient_wflginfl_657942205', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372217, '_transient_timeout_wflginfl_2080814424', '1404574435', 'no') ; 
INSERT INTO `wp_options` VALUES (7372218, '_transient_wflginfl_2080814424', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454789, '_transient_timeout_wflginfl_1439596620', '1404761222', 'no') ; 
INSERT INTO `wp_options` VALUES (7454790, '_transient_wflginfl_1439596620', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372229, '_transient_timeout_wflginfl_1547088428', '1404574500', 'no') ; 
INSERT INTO `wp_options` VALUES (7372230, '_transient_wflginfl_1547088428', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372235, '_transient_timeout_wflginfl_3557541980', '1404574552', 'no') ; 
INSERT INTO `wp_options` VALUES (7372236, '_transient_wflginfl_3557541980', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372237, '_transient_timeout_wflginfl_1771947616', '1404574561', 'no') ; 
INSERT INTO `wp_options` VALUES (7372238, '_transient_wflginfl_1771947616', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540428, '_transient_timeout_wflginfl_1464131947', '1404831131', 'no') ; 
INSERT INTO `wp_options` VALUES (7540429, '_transient_wflginfl_1464131947', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391015, '_transient_timeout_wflginfl_702873111', '1404623282', 'no') ; 
INSERT INTO `wp_options` VALUES (7391016, '_transient_wflginfl_702873111', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429229, '_transient_timeout_wflginfl_2332044431', '1404741666', 'no') ; 
INSERT INTO `wp_options` VALUES (7429230, '_transient_wflginfl_2332044431', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491100, '_transient_timeout_wflginfl_2996145502', '1404794683', 'no') ; 
INSERT INTO `wp_options` VALUES (7529188, '_transient_timeout_wflginfl_3680132994', '1404823804', 'no') ; 
INSERT INTO `wp_options` VALUES (7540944, '_transient_timeout_wflginfl_3627710930', '1404831379', 'no') ; 
INSERT INTO `wp_options` VALUES (7540945, '_transient_wflginfl_3627710930', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384921, '_transient_timeout_wflginfl_38938078', '1404604635', 'no') ; 
INSERT INTO `wp_options` VALUES (7384922, '_transient_wflginfl_38938078', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541138, '_transient_timeout_wflginfl_1300066013', '1404831447', 'no') ; 
INSERT INTO `wp_options` VALUES (7541139, '_transient_wflginfl_1300066013', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528910, '_transient_timeout_wflginfl_1332468740', '1404823596', 'no') ; 
INSERT INTO `wp_options` VALUES (7540515, '_transient_timeout_wflginfl_3588640974', '1404831178', 'no') ; 
INSERT INTO `wp_options` VALUES (7529544, '_transient_timeout_wflginfl_1653727397', '1404824027', 'no') ; 
INSERT INTO `wp_options` VALUES (7535653, '_transient_wflginfl_694322077', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463951, '_transient_timeout_wflginfl_1081479766', '1404768486', 'no') ; 
INSERT INTO `wp_options` VALUES (7463952, '_transient_wflginfl_1081479766', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379377, '_transient_timeout_wflginfl_1169300662', '1404591991', 'no') ; 
INSERT INTO `wp_options` VALUES (7379378, '_transient_wflginfl_1169300662', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378298, '_transient_timeout_wflginfl_694482846', '1404589997', 'no') ; 
INSERT INTO `wp_options` VALUES (7378299, '_transient_wflginfl_694482846', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372281, '_transient_timeout_wflginfl_692252474', '1404574800', 'no') ; 
INSERT INTO `wp_options` VALUES (7372282, '_transient_wflginfl_692252474', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372463, '_transient_timeout_wflginfl_3573285439', '1404575700', 'no') ; 
INSERT INTO `wp_options` VALUES (7372464, '_transient_wflginfl_3573285439', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509336, '_transient_timeout_wflginfl_3401546037', '1404810020', 'no') ; 
INSERT INTO `wp_options` VALUES (7509337, '_transient_wflginfl_3401546037', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372293, '_transient_timeout_wflginfl_657476253', '1404574857', 'no') ; 
INSERT INTO `wp_options` VALUES (7372294, '_transient_wflginfl_657476253', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7400271, '_transient_timeout_wflginfl_3284322299', '1404718538', 'no') ; 
INSERT INTO `wp_options` VALUES (7400272, '_transient_wflginfl_3284322299', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377915, '_transient_timeout_wflginfl_18267842', '1404588532', 'no') ; 
INSERT INTO `wp_options` VALUES (7377916, '_transient_wflginfl_18267842', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469480, '_transient_timeout_wflginfl_404394752', '1404773274', 'no') ; 
INSERT INTO `wp_options` VALUES (7540393, '_transient_wflginfl_1580481065', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475347, '_transient_timeout_wflginfl_1451146629', '1404779086', 'no') ; 
INSERT INTO `wp_options` VALUES (7540243, '_transient_wflginfl_1835565394', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379644, '_transient_timeout_wflginfl_1442223948', '1404592522', 'no') ; 
INSERT INTO `wp_options` VALUES (7379645, '_transient_wflginfl_1442223948', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372732, '_transient_timeout_wflginfl_3032366199', '1404576837', 'no') ; 
INSERT INTO `wp_options` VALUES (7372733, '_transient_wflginfl_3032366199', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372307, '_transient_timeout_wflginfl_3000938449', '1404574915', 'no') ; 
INSERT INTO `wp_options` VALUES (7372308, '_transient_wflginfl_3000938449', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375142, '_transient_timeout_wflginfl_690916853', '1404583584', 'no') ; 
INSERT INTO `wp_options` VALUES (7375143, '_transient_wflginfl_690916853', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540500, '_transient_timeout_wflginfl_3399487540', '1404831170', 'no') ; 
INSERT INTO `wp_options` VALUES (7540501, '_transient_wflginfl_3399487540', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443769, '_transient_timeout_wflginfl_620815175', '1404752892', 'no') ; 
INSERT INTO `wp_options` VALUES (7443770, '_transient_wflginfl_620815175', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396906, '_transient_timeout_wflginfl_3049605743', '1404638508', 'no') ; 
INSERT INTO `wp_options` VALUES (7396907, '_transient_wflginfl_3049605743', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373382, '_transient_timeout_wflginfl_1368606953', '1404579739', 'no') ; 
INSERT INTO `wp_options` VALUES (7373383, '_transient_wflginfl_1368606953', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397743, '_transient_timeout_wflginfl_1292073121', '1404639883', 'no') ; 
INSERT INTO `wp_options` VALUES (7397744, '_transient_timeout_wflginfl_3472404290', '1404639883', 'no') ; 
INSERT INTO `wp_options` VALUES (7401930, '_transient_timeout_wflginfl_1570324870', '1404719989', 'no') ; 
INSERT INTO `wp_options` VALUES (7401931, '_transient_wflginfl_1570324870', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390348, '_transient_timeout_wflginfl_3307243687', '1404621181', 'no') ; 
INSERT INTO `wp_options` VALUES (7390349, '_transient_wflginfl_3307243687', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396816, '_transient_timeout_wflginfl_3385667199', '1404638311', 'no') ; 
INSERT INTO `wp_options` VALUES (7532904, '_transient_timeout_wflginfl_1093885455', '1404826228', 'no') ; 
INSERT INTO `wp_options` VALUES (7532905, '_transient_wflginfl_1093885455', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378684, '_transient_timeout_wflginfl_1293908315', '1404590693', 'no') ; 
INSERT INTO `wp_options` VALUES (7378685, '_transient_wflginfl_1293908315', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533992, '_transient_wflginfl_248143529', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442684, '_transient_wflginfl_634940191', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372339, '_transient_timeout_wflginfl_1043260534', '1404575085', 'no') ; 
INSERT INTO `wp_options` VALUES (7372340, '_transient_wflginfl_1043260534', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395572, '_transient_timeout_wflginfl_407514357', '1404636014', 'no') ; 
INSERT INTO `wp_options` VALUES (7395573, '_transient_wflginfl_407514357', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538395, '_transient_timeout_wflginfl_2578330979', '1404829818', 'no') ; 
INSERT INTO `wp_options` VALUES (7538396, '_transient_wflginfl_2578330979', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439306, '_transient_timeout_wflginfl_1332756631', '1404749400', 'no') ; 
INSERT INTO `wp_options` VALUES (7439307, '_transient_wflginfl_1332756631', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397665, '_transient_timeout_wflginfl_1868337580', '1404639816', 'no') ; 
INSERT INTO `wp_options` VALUES (7532862, '_transient_timeout_wflginfl_3577290827', '1404826196', 'no') ; 
INSERT INTO `wp_options` VALUES (7461625, '_transient_timeout_wflginfl_1521406895', '1404766535', 'no') ; 
INSERT INTO `wp_options` VALUES (7527790, '_transient_timeout_wflginfl_3006559996', '1404822815', 'no') ; 
INSERT INTO `wp_options` VALUES (7380550, '_transient_timeout_wflginfl_1431015172', '1404594352', 'no') ; 
INSERT INTO `wp_options` VALUES (7380551, '_transient_wflginfl_1431015172', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396817, '_transient_wflginfl_3385667199', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375434, '_transient_timeout_wflginfl_1464130475', '1404584065', 'no') ; 
INSERT INTO `wp_options` VALUES (7375435, '_transient_wflginfl_1464130475', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372366, '_transient_timeout_wflginfl_1424755029', '1404575251', 'no') ; 
INSERT INTO `wp_options` VALUES (7372367, '_transient_wflginfl_1424755029', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373324, '_transient_timeout_wflginfl_3070052388', '1404579581', 'no') ; 
INSERT INTO `wp_options` VALUES (7373325, '_transient_wflginfl_3070052388', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534406, '_transient_timeout_wflginfl_469446290', '1404827180', 'no') ; 
INSERT INTO `wp_options` VALUES (7534407, '_transient_wflginfl_469446290', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374598, '_transient_timeout_wflginfl_1645829813', '1404582483', 'no') ; 
INSERT INTO `wp_options` VALUES (7374599, '_transient_wflginfl_1645829813', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397853, '_transient_timeout_wflginfl_1833120335', '1404640104', 'no') ; 
INSERT INTO `wp_options` VALUES (7397854, '_transient_wflginfl_1833120335', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374767, '_transient_timeout_wflginfl_1729380384', '1404582813', 'no') ; 
INSERT INTO `wp_options` VALUES (7374768, '_transient_wflginfl_1729380384', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397289, '_transient_timeout_wflginfl_1488988211', '1404639058', 'no') ; 
INSERT INTO `wp_options` VALUES (7397290, '_transient_wflginfl_1488988211', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372392, '_transient_timeout_wflginfl_1334919207', '1404575329', 'no') ; 
INSERT INTO `wp_options` VALUES (7372393, '_transient_wflginfl_1334919207', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375586, '_transient_timeout_wflginfl_3144800454', '1404584331', 'no') ; 
INSERT INTO `wp_options` VALUES (7375587, '_transient_wflginfl_3144800454', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385682, '_transient_timeout_wflginfl_3315640788', '1404606621', 'no') ; 
INSERT INTO `wp_options` VALUES (7385683, '_transient_wflginfl_3315640788', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387697, '_transient_timeout_wflginfl_1660394728', '1404612610', 'no') ; 
INSERT INTO `wp_options` VALUES (7387698, '_transient_wflginfl_1660394728', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530595, '_transient_timeout_wflginfl_1450771360', '1404824738', 'no') ; 
INSERT INTO `wp_options` VALUES (7530596, '_transient_wflginfl_1450771360', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421979, '_transient_timeout_wflginfl_1249050966', '1404735922', 'no') ; 
INSERT INTO `wp_options` VALUES (7421980, '_transient_wflginfl_1249050966', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432503, '_transient_timeout_wflginfl_1892044610', '1404744198', 'no') ; 
INSERT INTO `wp_options` VALUES (7432504, '_transient_wflginfl_1892044610', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463317, '_transient_timeout_wflginfl_1520505861', '1404767979', 'no') ; 
INSERT INTO `wp_options` VALUES (7463318, '_transient_wflginfl_1520505861', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524876, '_transient_timeout_wflginfl_1140900121', '1404820836', 'no') ; 
INSERT INTO `wp_options` VALUES (7524877, '_transient_wflginfl_1140900121', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539739, '_transient_timeout_wflginfl_627736084', '1404830701', 'no') ; 
INSERT INTO `wp_options` VALUES (7534756, '_transient_timeout_wflginfl_1041593660', '1404827399', 'no') ; 
INSERT INTO `wp_options` VALUES (7372424, '_transient_timeout_wflginfl_694655740', '1404575493', 'no') ; 
INSERT INTO `wp_options` VALUES (7372425, '_transient_wflginfl_694655740', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372445, '_transient_timeout_wflginfl_697270551', '1404575628', 'no') ; 
INSERT INTO `wp_options` VALUES (7540174, '_transient_timeout_wflginfl_774871134', '1404830987', 'no') ; 
INSERT INTO `wp_options` VALUES (7540175, '_transient_wflginfl_774871134', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379614, '_transient_timeout_wflginfl_1303723742', '1404592469', 'no') ; 
INSERT INTO `wp_options` VALUES (7379615, '_transient_wflginfl_1303723742', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464690, '_transient_timeout_wflginfl_1430268921', '1404769338', 'no') ; 
INSERT INTO `wp_options` VALUES (7464691, '_transient_wflginfl_1430268921', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7397517, '_transient_timeout_wflginfl_3065691717', '1404639477', 'no') ; 
INSERT INTO `wp_options` VALUES (7397518, '_transient_wflginfl_3065691717', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372446, '_transient_wflginfl_697270551', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389337, '_transient_timeout_wflginfl_1353849627', '1404617865', 'no') ; 
INSERT INTO `wp_options` VALUES (7389338, '_transient_wflginfl_1353849627', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373187, '_transient_timeout_wflginfl_656638722', '1404579151', 'no') ; 
INSERT INTO `wp_options` VALUES (7373188, '_transient_wflginfl_656638722', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540730, '_transient_timeout_wflginfl_523141912', '1404831289', 'no') ; 
INSERT INTO `wp_options` VALUES (7540731, '_transient_wflginfl_523141912', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373043, '_transient_timeout_wflginfl_1538494418', '1404578677', 'no') ; 
INSERT INTO `wp_options` VALUES (7373044, '_transient_wflginfl_1538494418', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375514, '_transient_timeout_wflginfl_1915548791', '1404584192', 'no') ; 
INSERT INTO `wp_options` VALUES (7375515, '_transient_wflginfl_1915548791', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481558, '_transient_timeout_wflginfl_634565607', '1404785502', 'no') ; 
INSERT INTO `wp_options` VALUES (7481559, '_transient_wflginfl_634565607', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541330, '_transient_timeout_wflginfl_974813570', '1404831526', 'no') ; 
INSERT INTO `wp_options` VALUES (7541331, '_transient_wflginfl_974813570', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540701, '_transient_wflginfl_1892464239', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461201, '_transient_wflginfl_3155760383', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376694, '_transient_timeout_wflginfl_1768709659', '1404586594', 'no') ; 
INSERT INTO `wp_options` VALUES (7376695, '_transient_wflginfl_1768709659', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7372487, '_transient_timeout_wflginfl_3124376915', '1404575802', 'no') ; 
INSERT INTO `wp_options` VALUES (7372488, '_transient_wflginfl_3124376915', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382892, '_transient_timeout_wflginfl_1834866098', '1404599357', 'no') ; 
INSERT INTO `wp_options` VALUES (7382893, '_transient_wflginfl_1834866098', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500590, '_transient_timeout_wflginfl_1444062097', '1404803303', 'no') ; 
INSERT INTO `wp_options` VALUES (7500591, '_transient_wflginfl_1444062097', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393364, '_transient_timeout_wflginfl_1868331981', '1404630375', 'no') ; 
INSERT INTO `wp_options` VALUES (7393365, '_transient_wflginfl_1868331981', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374170, '_transient_timeout_wflginfl_657047816', '1404581669', 'no') ; 
INSERT INTO `wp_options` VALUES (7374171, '_transient_wflginfl_657047816', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378696, '_transient_timeout_wflginfl_1502297904', '1404590755', 'no') ; 
INSERT INTO `wp_options` VALUES (7378697, '_transient_wflginfl_1502297904', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372513, '_transient_timeout_wflginfl_1474496548', '1404575956', 'no') ; 
INSERT INTO `wp_options` VALUES (7372514, '_transient_wflginfl_1474496548', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375326, '_transient_timeout_wflginfl_1354356378', '1404583879', 'no') ; 
INSERT INTO `wp_options` VALUES (7375327, '_transient_wflginfl_1354356378', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410959, '_transient_timeout_wflginfl_1892516562', '1404726939', 'no') ; 
INSERT INTO `wp_options` VALUES (7540942, '_transient_timeout_wflginfl_1335517923', '1404831378', 'no') ; 
INSERT INTO `wp_options` VALUES (7439040, '_transient_timeout_wflginfl_3470888585', '1404749185', 'no') ; 
INSERT INTO `wp_options` VALUES (7439041, '_transient_wflginfl_3470888585', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540702, '_transient_timeout_wflginfl_847374205', '1404831279', 'no') ; 
INSERT INTO `wp_options` VALUES (7521052, '_transient_timeout_wflginfl_1844597976', '1404818234', 'no') ; 
INSERT INTO `wp_options` VALUES (7372529, '_transient_timeout_wflginfl_2386878404', '1404576025', 'no') ; 
INSERT INTO `wp_options` VALUES (7372530, '_transient_wflginfl_2386878404', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397089, '_transient_timeout_wflginfl_1473430247', '1404638818', 'no') ; 
INSERT INTO `wp_options` VALUES (7397090, '_transient_wflginfl_1473430247', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372537, '_transient_timeout_wflginfl_609019736', '1404576058', 'no') ; 
INSERT INTO `wp_options` VALUES (7372538, '_transient_wflginfl_609019736', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393198, '_transient_timeout_wflginfl_1892858957', '1404630018', 'no') ; 
INSERT INTO `wp_options` VALUES (7393199, '_transient_wflginfl_1892858957', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397621, '_transient_timeout_wflginfl_455134259', '1404639638', 'no') ; 
INSERT INTO `wp_options` VALUES (7397622, '_transient_wflginfl_455134259', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381500, '_transient_timeout_wflginfl_779701352', '1404596327', 'no') ; 
INSERT INTO `wp_options` VALUES (7381501, '_transient_wflginfl_779701352', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540574, '_transient_timeout_wflginfl_1270861220', '1404831208', 'no') ; 
INSERT INTO `wp_options` VALUES (7540575, '_transient_wflginfl_1270861220', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385108, '_transient_timeout_wflginfl_1194737759', '1404605133', 'no') ; 
INSERT INTO `wp_options` VALUES (7385109, '_transient_wflginfl_1194737759', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381720, '_transient_timeout_wflginfl_45089662', '1404596802', 'no') ; 
INSERT INTO `wp_options` VALUES (7381721, '_transient_wflginfl_45089662', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372555, '_transient_timeout_wflginfl_694535665', '1404576164', 'no') ; 
INSERT INTO `wp_options` VALUES (7372556, '_transient_wflginfl_694535665', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474846, '_transient_timeout_wflginfl_1300135336', '1404778560', 'no') ; 
INSERT INTO `wp_options` VALUES (7474847, '_transient_wflginfl_1300135336', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454073, '_transient_timeout_wflginfl_2194415648', '1404760691', 'no') ; 
INSERT INTO `wp_options` VALUES (7396628, '_transient_timeout_wflginfl_1976272611', '1404638030', 'no') ; 
INSERT INTO `wp_options` VALUES (7372563, '_transient_timeout_wflginfl_636556811', '1404576204', 'no') ; 
INSERT INTO `wp_options` VALUES (7372564, '_transient_wflginfl_636556811', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375310, '_transient_timeout_wflginfl_1326267602', '1404583852', 'no') ; 
INSERT INTO `wp_options` VALUES (7375311, '_transient_wflginfl_1326267602', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7405212, '_transient_timeout_wflginfl_1677310997', '1404722791', 'no') ; 
INSERT INTO `wp_options` VALUES (7405213, '_transient_wflginfl_1677310997', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530669, '_transient_timeout_wflginfl_3123540718', '1404824790', 'no') ; 
INSERT INTO `wp_options` VALUES (7530670, '_transient_wflginfl_3123540718', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380228, '_transient_timeout_wflginfl_1477237315', '1404593704', 'no') ; 
INSERT INTO `wp_options` VALUES (7380229, '_transient_wflginfl_1477237315', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372579, '_transient_timeout_wflginfl_1835221347', '1404576288', 'no') ; 
INSERT INTO `wp_options` VALUES (7372580, '_transient_wflginfl_1835221347', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374502, '_transient_timeout_wflginfl_690344130', '1404582305', 'no') ; 
INSERT INTO `wp_options` VALUES (7374503, '_transient_wflginfl_690344130', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386610, '_transient_timeout_wflginfl_3185731466', '1404609364', 'no') ; 
INSERT INTO `wp_options` VALUES (7386611, '_transient_wflginfl_3185731466', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372585, '_transient_timeout_wflginfl_1569562561', '1404576319', 'no') ; 
INSERT INTO `wp_options` VALUES (7372586, '_transient_wflginfl_1569562561', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391500, '_transient_timeout_wflginfl_1466789288', '1404624738', 'no') ; 
INSERT INTO `wp_options` VALUES (7391501, '_transient_wflginfl_1466789288', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397321, '_transient_timeout_wflginfl_1951911257', '1404639107', 'no') ; 
INSERT INTO `wp_options` VALUES (7397322, '_transient_wflginfl_1951911257', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520173, '_transient_wflginfl_2033582774', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514919, '_transient_timeout_wflginfl_1558754947', '1404813998', 'no') ; 
INSERT INTO `wp_options` VALUES (7372601, '_transient_timeout_wflginfl_1744445408', '1404576389', 'no') ; 
INSERT INTO `wp_options` VALUES (7372602, '_transient_wflginfl_1744445408', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457941, '_transient_wflginfl_1834850901', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489476, '_transient_wflginfl_1297193647', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509827, '_transient_timeout_wflginfl_1925796595', '1404810387', 'no') ; 
INSERT INTO `wp_options` VALUES (7509828, '_transient_wflginfl_1925796595', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373241, '_transient_timeout_wflginfl_1781789677', '1404579273', 'no') ; 
INSERT INTO `wp_options` VALUES (7373242, '_transient_wflginfl_1781789677', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372611, '_transient_timeout_wflginfl_657497161', '1404576406', 'no') ; 
INSERT INTO `wp_options` VALUES (7372612, '_transient_wflginfl_657497161', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372619, '_transient_timeout_wflginfl_1463974762', '1404576444', 'no') ; 
INSERT INTO `wp_options` VALUES (7372620, '_transient_wflginfl_1463974762', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389161, '_transient_timeout_wflginfl_3015119597', '1404617335', 'no') ; 
INSERT INTO `wp_options` VALUES (7389162, '_transient_wflginfl_3015119597', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379055, '_transient_timeout_wflginfl_1293931951', '1404591410', 'no') ; 
INSERT INTO `wp_options` VALUES (7379056, '_transient_wflginfl_1293931951', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373667, '_transient_timeout_wflginfl_1609232163', '1404580545', 'no') ; 
INSERT INTO `wp_options` VALUES (7373668, '_transient_wflginfl_1609232163', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448861, '_transient_timeout_wflginfl_1332375016', '1404756725', 'no') ; 
INSERT INTO `wp_options` VALUES (7448862, '_transient_wflginfl_1332375016', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385482, '_transient_timeout_wflginfl_3157471879', '1404606105', 'no') ; 
INSERT INTO `wp_options` VALUES (7385483, '_transient_wflginfl_3157471879', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372646, '_transient_timeout_wflginfl_3065815365', '1404576538', 'no') ; 
INSERT INTO `wp_options` VALUES (7372647, '_transient_wflginfl_3065815365', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379917, '_transient_timeout_wflginfl_3363131728', '1404593047', 'no') ; 
INSERT INTO `wp_options` VALUES (7379918, '_transient_wflginfl_3363131728', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373796, '_transient_timeout_wflginfl_2057796842', '1404580823', 'no') ; 
INSERT INTO `wp_options` VALUES (7373797, '_transient_wflginfl_2057796842', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385822, '_transient_timeout_wflginfl_2182029519', '1404606980', 'no') ; 
INSERT INTO `wp_options` VALUES (7385823, '_transient_wflginfl_2182029519', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537533, '_transient_timeout_wflginfl_3414184350', '1404829240', 'no') ; 
INSERT INTO `wp_options` VALUES (7517936, '_transient_wflginfl_1337439246', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381256, '_transient_timeout_wflginfl_1394136648', '1404595728', 'no') ; 
INSERT INTO `wp_options` VALUES (7381257, '_transient_wflginfl_1394136648', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389399, '_transient_timeout_wflginfl_831610673', '1404618069', 'no') ; 
INSERT INTO `wp_options` VALUES (7389400, '_transient_wflginfl_831610673', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540868, '_transient_timeout_wflginfl_2996108666', '1404831351', 'no') ; 
INSERT INTO `wp_options` VALUES (7425312, '_transient_timeout_wflginfl_3587726494', '1404738658', 'no') ; 
INSERT INTO `wp_options` VALUES (7377989, '_transient_timeout_wflginfl_2969310758', '1404588702', 'no') ; 
INSERT INTO `wp_options` VALUES (7377990, '_transient_wflginfl_2969310758', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455528, '_transient_wflginfl_1585135871', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534941, '_transient_wflginfl_1186061453', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540404, '_transient_timeout_wflginfl_1440484177', '1404831370', 'no') ; 
INSERT INTO `wp_options` VALUES (7541105, '_transient_wflginfl_831607617', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384947, '_transient_timeout_wflginfl_703301187', '1404604743', 'no') ; 
INSERT INTO `wp_options` VALUES (7384948, '_transient_wflginfl_703301187', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372684, '_transient_timeout_wflginfl_2056644946', '1404576681', 'no') ; 
INSERT INTO `wp_options` VALUES (7372685, '_transient_wflginfl_2056644946', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377927, '_transient_timeout_wflginfl_1450795011', '1404588542', 'no') ; 
INSERT INTO `wp_options` VALUES (7377928, '_transient_wflginfl_1450795011', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393443, '_transient_timeout_wflginfl_2033592972', '1404630674', 'no') ; 
INSERT INTO `wp_options` VALUES (7393444, '_transient_wflginfl_2033592972', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376782, '_transient_timeout_wflginfl_1841206202', '1404586470', 'no') ; 
INSERT INTO `wp_options` VALUES (7376783, '_transient_wflginfl_1841206202', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377188, '_transient_timeout_wflginfl_1887923272', '1404587245', 'no') ; 
INSERT INTO `wp_options` VALUES (7377189, '_transient_wflginfl_1887923272', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372696, '_transient_timeout_wflginfl_1892044048', '1404576719', 'no') ; 
INSERT INTO `wp_options` VALUES (7372697, '_transient_wflginfl_1892044048', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378783, '_transient_timeout_wflginfl_1976207300', '1404590921', 'no') ; 
INSERT INTO `wp_options` VALUES (7378784, '_transient_wflginfl_1976207300', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538454, '_transient_wflginfl_2087260683', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495416, '_transient_wflginfl_1568371841', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541274, '_transient_timeout_wflginfl_2886493921', '1404831500', 'no') ; 
INSERT INTO `wp_options` VALUES (7541275, '_transient_wflginfl_2886493921', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528492, '_transient_timeout_wflginfl_2033596129', '1404823301', 'no') ; 
INSERT INTO `wp_options` VALUES (7528576, '_transient_timeout_wflginfl_2969682712', '1404823370', 'no') ; 
INSERT INTO `wp_options` VALUES (7443541, '_transient_timeout_wflginfl_3564423730', '1404752692', 'no') ; 
INSERT INTO `wp_options` VALUES (7443542, '_transient_wflginfl_3564423730', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532689, '_transient_wflginfl_20258677', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536826, '_transient_wflginfl_692867074', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465981, '_transient_wflginfl_696863503', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509709, '_transient_timeout_wflginfl_1855237103', '1404810289', 'no') ; 
INSERT INTO `wp_options` VALUES (7539025, '_transient_timeout_wflginfl_2984692416', '1404830213', 'no') ; 
INSERT INTO `wp_options` VALUES (7535824, '_transient_timeout_wflginfl_1320295166', '1404828137', 'no') ; 
INSERT INTO `wp_options` VALUES (7535825, '_transient_wflginfl_1320295166', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372716, '_transient_timeout_wflginfl_1320414521', '1404576806', 'no') ; 
INSERT INTO `wp_options` VALUES (7372717, '_transient_wflginfl_1320414521', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538347, '_transient_timeout_wflginfl_696429675', '1404829780', 'no') ; 
INSERT INTO `wp_options` VALUES (7538348, '_transient_wflginfl_696429675', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378508, '_transient_timeout_wflginfl_2983154564', '1404590393', 'no') ; 
INSERT INTO `wp_options` VALUES (7378509, '_transient_wflginfl_2983154564', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373773, '_transient_timeout_wflginfl_694314613', '1404580780', 'no') ; 
INSERT INTO `wp_options` VALUES (7373774, '_transient_wflginfl_694314613', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522031, '_transient_timeout_wflginfl_1847633054', '1404818863', 'no') ; 
INSERT INTO `wp_options` VALUES (7522032, '_transient_wflginfl_1847633054', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396003, '_transient_timeout_wflginfl_3070052665', '1404636815', 'no') ; 
INSERT INTO `wp_options` VALUES (7396004, '_transient_wflginfl_3070052665', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463066, '_transient_timeout_wflginfl_1491086909', '1404767786', 'no') ; 
INSERT INTO `wp_options` VALUES (7463067, '_transient_wflginfl_1491086909', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416250, '_transient_timeout_wflginfl_1349858971', '1404731176', 'no') ; 
INSERT INTO `wp_options` VALUES (7416251, '_transient_wflginfl_1349858971', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372738, '_transient_timeout_wflginfl_1632749441', '1404576847', 'no') ; 
INSERT INTO `wp_options` VALUES (7372739, '_transient_wflginfl_1632749441', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491101, '_transient_wflginfl_2996145502', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529189, '_transient_wflginfl_3680132994', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541242, '_transient_timeout_wflginfl_780890408', '1404831481', 'no') ; 
INSERT INTO `wp_options` VALUES (7541243, '_transient_wflginfl_780890408', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488312, '_transient_timeout_wflginfl_418690904', '1404792043', 'no') ; 
INSERT INTO `wp_options` VALUES (7488313, '_transient_wflginfl_418690904', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372939, '_transient_timeout_wflginfl_1892839954', '1404577865', 'no') ; 
INSERT INTO `wp_options` VALUES (7372940, '_transient_wflginfl_1892839954', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483609, '_transient_timeout_wflginfl_1332070096', '1404787586', 'no') ; 
INSERT INTO `wp_options` VALUES (7387458, '_transient_timeout_wflginfl_1209745693', '1404611862', 'no') ; 
INSERT INTO `wp_options` VALUES (7387459, '_transient_wflginfl_1209745693', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378181, '_transient_timeout_wflginfl_2508099523', '1404589802', 'no') ; 
INSERT INTO `wp_options` VALUES (7378182, '_transient_wflginfl_2508099523', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483610, '_transient_wflginfl_1332070096', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413846, '_transient_timeout_wflginfl_2033596038', '1404729102', 'no') ; 
INSERT INTO `wp_options` VALUES (7413847, '_transient_wflginfl_2033596038', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390603, '_transient_timeout_wflginfl_1824595264', '1404622084', 'no') ; 
INSERT INTO `wp_options` VALUES (7390604, '_transient_wflginfl_1824595264', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378851, '_transient_timeout_wflginfl_2972228026', '1404591042', 'no') ; 
INSERT INTO `wp_options` VALUES (7378852, '_transient_wflginfl_2972228026', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489016, '_transient_timeout_wflginfl_1384325919', '1404792747', 'no') ; 
INSERT INTO `wp_options` VALUES (7489017, '_transient_wflginfl_1384325919', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372794, '_transient_timeout_wflginfl_3065369023', '1404577129', 'no') ; 
INSERT INTO `wp_options` VALUES (7372795, '_transient_wflginfl_3065369023', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374775, '_transient_timeout_wflginfl_387708952', '1404582829', 'no') ; 
INSERT INTO `wp_options` VALUES (7374776, '_transient_wflginfl_387708952', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372798, '_transient_timeout_wflginfl_1391981518', '1404577134', 'no') ; 
INSERT INTO `wp_options` VALUES (7372799, '_transient_wflginfl_1391981518', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375760, '_transient_timeout_wflginfl_3305193712', '1404584643', 'no') ; 
INSERT INTO `wp_options` VALUES (7375761, '_transient_wflginfl_3305193712', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513670, '_transient_wflginfl_3385613916', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480622, '_transient_wflginfl_1424553806', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372804, '_transient_timeout_wflginfl_3000980135', '1404577147', 'no') ; 
INSERT INTO `wp_options` VALUES (7372805, '_transient_wflginfl_3000980135', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449305, '_transient_timeout_wflginfl_1585063339', '1404757081', 'no') ; 
INSERT INTO `wp_options` VALUES (7449306, '_transient_wflginfl_1585063339', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414154, '_transient_timeout_wflginfl_3178415537', '1404729385', 'no') ; 
INSERT INTO `wp_options` VALUES (7414155, '_transient_wflginfl_3178415537', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372810, '_transient_timeout_wflginfl_1729333358', '1404577175', 'no') ; 
INSERT INTO `wp_options` VALUES (7372811, '_transient_wflginfl_1729333358', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420292, '_transient_timeout_wflginfl_3155737720', '1404734508', 'no') ; 
INSERT INTO `wp_options` VALUES (7420293, '_transient_wflginfl_3155737720', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536072, '_transient_timeout_wflginfl_49054622', '1404828572', 'no') ; 
INSERT INTO `wp_options` VALUES (7536073, '_transient_wflginfl_49054622', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7372973, '_transient_timeout_wflginfl_656445584', '1404578391', 'no') ; 
INSERT INTO `wp_options` VALUES (7372974, '_transient_wflginfl_656445584', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372829, '_transient_timeout_wflginfl_1449340020', '1404577273', 'no') ; 
INSERT INTO `wp_options` VALUES (7373155, '_transient_timeout_wflginfl_694916974', '1404579058', 'no') ; 
INSERT INTO `wp_options` VALUES (7373156, '_transient_wflginfl_694916974', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372830, '_transient_wflginfl_1449340020', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533398, '_transient_timeout_wflginfl_2955474965', '1404826772', 'no') ; 
INSERT INTO `wp_options` VALUES (7533399, '_transient_wflginfl_2955474965', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7381457, '_transient_timeout_wflginfl_2001301589', '1404596243', 'no') ; 
INSERT INTO `wp_options` VALUES (7381458, '_transient_wflginfl_2001301589', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540718, '_transient_timeout_wflginfl_1697796105', '1404831287', 'no') ; 
INSERT INTO `wp_options` VALUES (7540719, '_transient_wflginfl_1697796105', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393942, '_transient_timeout_wflginfl_2420963706', '1404631917', 'no') ; 
INSERT INTO `wp_options` VALUES (7393943, '_transient_wflginfl_2420963706', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372844, '_transient_timeout_wflginfl_1569547581', '1404577312', 'no') ; 
INSERT INTO `wp_options` VALUES (7372845, '_transient_wflginfl_1569547581', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396311, '_transient_timeout_wflginfl_2063099046', '1404637368', 'no') ; 
INSERT INTO `wp_options` VALUES (7396312, '_transient_wflginfl_2063099046', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392954, '_transient_timeout_wflginfl_2033595284', '1404629231', 'no') ; 
INSERT INTO `wp_options` VALUES (7392955, '_transient_wflginfl_2033595284', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373599, '_transient_timeout_wflginfl_2997013765', '1404580377', 'no') ; 
INSERT INTO `wp_options` VALUES (7373600, '_transient_wflginfl_2997013765', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540869, '_transient_wflginfl_2996108666', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526267, '_transient_wflginfl_3327437239', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537700, '_transient_wflginfl_1743233294', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457018, '_transient_timeout_wflginfl_3182270189', '1404762902', 'no') ; 
INSERT INTO `wp_options` VALUES (7378470, '_transient_timeout_wflginfl_2016990498', '1404590344', 'no') ; 
INSERT INTO `wp_options` VALUES (7378471, '_transient_wflginfl_2016990498', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373103, '_transient_timeout_wflginfl_1300063479', '1404578831', 'no') ; 
INSERT INTO `wp_options` VALUES (7373104, '_transient_wflginfl_1300063479', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397096, '_transient_timeout_wflginfl_657552702', '1404638818', 'no') ; 
INSERT INTO `wp_options` VALUES (7457019, '_transient_wflginfl_3182270189', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540564, '_transient_timeout_wflginfl_2063099552', '1404831200', 'no') ; 
INSERT INTO `wp_options` VALUES (7540565, '_transient_wflginfl_2063099552', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396945, '_transient_wflginfl_3147200789', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454074, '_transient_wflginfl_2194415648', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380588, '_transient_timeout_wflginfl_1460080828', '1404594399', 'no') ; 
INSERT INTO `wp_options` VALUES (7380589, '_transient_wflginfl_1460080828', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528512, '_transient_timeout_wflginfl_1349466394', '1404823317', 'no') ; 
INSERT INTO `wp_options` VALUES (7528513, '_transient_wflginfl_1349466394', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389583, '_transient_timeout_wflginfl_1043302666', '1404618669', 'no') ; 
INSERT INTO `wp_options` VALUES (7389584, '_transient_wflginfl_1043302666', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372894, '_transient_timeout_wflginfl_3035266905', '1404577515', 'no') ; 
INSERT INTO `wp_options` VALUES (7372895, '_transient_wflginfl_3035266905', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521034, '_transient_timeout_wflginfl_3375508352', '1404818215', 'no') ; 
INSERT INTO `wp_options` VALUES (7521035, '_transient_wflginfl_3375508352', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372898, '_transient_timeout_wflginfl_2875492904', '1404577548', 'no') ; 
INSERT INTO `wp_options` VALUES (7372899, '_transient_wflginfl_2875492904', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397596, '_transient_wflginfl_2959788977', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396669, '_transient_timeout_wflginfl_657881290', '1404638030', 'no') ; 
INSERT INTO `wp_options` VALUES (7475448, '_transient_timeout_wflginfl_3399421906', '1404779181', 'no') ; 
INSERT INTO `wp_options` VALUES (7459595, '_transient_timeout_wflginfl_2006290758', '1404764906', 'no') ; 
INSERT INTO `wp_options` VALUES (7521821, '_transient_timeout_wflginfl_3135321722', '1404818752', 'no') ; 
INSERT INTO `wp_options` VALUES (7521822, '_transient_wflginfl_3135321722', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461755, '_transient_timeout_wflginfl_696526292', '1404766643', 'no') ; 
INSERT INTO `wp_options` VALUES (7461756, '_transient_wflginfl_696526292', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534520, '_transient_timeout_wflginfl_693077465', '1404827252', 'no') ; 
INSERT INTO `wp_options` VALUES (7534521, '_transient_wflginfl_693077465', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374769, '_transient_timeout_wflginfl_3320104376', '1404582814', 'no') ; 
INSERT INTO `wp_options` VALUES (7374770, '_transient_wflginfl_3320104376', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395893, '_transient_timeout_wflginfl_1988668545', '1404636696', 'no') ; 
INSERT INTO `wp_options` VALUES (7395894, '_transient_wflginfl_1988668545', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394141, '_transient_timeout_wflginfl_1430736416', '1404632390', 'no') ; 
INSERT INTO `wp_options` VALUES (7394142, '_transient_wflginfl_1430736416', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396061, '_transient_timeout_wflginfl_703424762', '1404636916', 'no') ; 
INSERT INTO `wp_options` VALUES (7396062, '_transient_wflginfl_703424762', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372941, '_transient_timeout_wflginfl_1844637254', '1404577866', 'no') ; 
INSERT INTO `wp_options` VALUES (7372942, '_transient_wflginfl_1844637254', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383490, '_transient_timeout_wflginfl_1333647279', '1404600743', 'no') ; 
INSERT INTO `wp_options` VALUES (7383491, '_transient_wflginfl_1333647279', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530382, '_transient_timeout_wflginfl_1108494870', '1404824594', 'no') ; 
INSERT INTO `wp_options` VALUES (7397741, '_transient_wflginfl_2067734357', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449522, '_transient_wflginfl_778562363', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460311, '_transient_wflginfl_1385605413', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387810, '_transient_timeout_wflginfl_1315361669', '1404612994', 'no') ; 
INSERT INTO `wp_options` VALUES (7387811, '_transient_wflginfl_1315361669', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372971, '_transient_timeout_wflginfl_1599476999', '1404578373', 'no') ; 
INSERT INTO `wp_options` VALUES (7372972, '_transient_wflginfl_1599476999', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383917, '_transient_timeout_wflginfl_1768897360', '1404601833', 'no') ; 
INSERT INTO `wp_options` VALUES (7383918, '_transient_wflginfl_1768897360', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373557, '_transient_timeout_wflginfl_1835096982', '1404580269', 'no') ; 
INSERT INTO `wp_options` VALUES (7373558, '_transient_wflginfl_1835096982', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376044, '_transient_timeout_wflginfl_1333056377', '1404585147', 'no') ; 
INSERT INTO `wp_options` VALUES (7376045, '_transient_wflginfl_1333056377', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449552, '_transient_timeout_wflginfl_1665848651', '1404757307', 'no') ; 
INSERT INTO `wp_options` VALUES (7449553, '_transient_wflginfl_1665848651', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7372993, '_transient_timeout_wflginfl_1368633312', '1404578473', 'no') ; 
INSERT INTO `wp_options` VALUES (7372994, '_transient_wflginfl_1368633312', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522119, '_transient_timeout_wflginfl_1417589448', '1404818914', 'no') ; 
INSERT INTO `wp_options` VALUES (7456702, '_transient_wflginfl_3315809088', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375819, '_transient_timeout_wflginfl_1224533844', '1404584757', 'no') ; 
INSERT INTO `wp_options` VALUES (7375820, '_transient_wflginfl_1224533844', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541170, '_transient_timeout_wflginfl_1940354697', '1404831458', 'no') ; 
INSERT INTO `wp_options` VALUES (7460050, '_transient_timeout_wflginfl_86724443', '1404765247', 'no') ; 
INSERT INTO `wp_options` VALUES (7394374, '_transient_timeout_wflginfl_783365791', '1404633047', 'no') ; 
INSERT INTO `wp_options` VALUES (7394375, '_transient_wflginfl_783365791', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521516, '_transient_timeout_wflginfl_1486110812', '1404818525', 'no') ; 
INSERT INTO `wp_options` VALUES (7521517, '_transient_wflginfl_1486110812', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373907, '_transient_timeout_wflginfl_3001010470', '1404581062', 'no') ; 
INSERT INTO `wp_options` VALUES (7373908, '_transient_wflginfl_3001010470', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541042, '_transient_timeout_wflginfl_2684330241', '1404831417', 'no') ; 
INSERT INTO `wp_options` VALUES (7541043, '_transient_wflginfl_2684330241', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397469, '_transient_timeout_wflginfl_1529610137', '1404639590', 'no') ; 
INSERT INTO `wp_options` VALUES (7397470, '_transient_wflginfl_1529610137', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7378464, '_transient_timeout_wflginfl_3193898254', '1404590314', 'no') ; 
INSERT INTO `wp_options` VALUES (7378465, '_transient_wflginfl_3193898254', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528985, '_transient_wflginfl_2079559687', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528984, '_transient_timeout_wflginfl_2079559687', '1404823665', 'no') ; 
INSERT INTO `wp_options` VALUES (7373809, '_transient_timeout_wflginfl_1399308297', '1404580842', 'no') ; 
INSERT INTO `wp_options` VALUES (7373810, '_transient_wflginfl_1399308297', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373033, '_transient_timeout_wflginfl_3065711443', '1404578655', 'no') ; 
INSERT INTO `wp_options` VALUES (7373034, '_transient_wflginfl_3065711443', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7405334, '_transient_timeout_wflginfl_2033596039', '1404722892', 'no') ; 
INSERT INTO `wp_options` VALUES (7405335, '_transient_wflginfl_2033596039', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540952, '_transient_timeout_wflginfl_1219282245', '1404831382', 'no') ; 
INSERT INTO `wp_options` VALUES (7540953, '_transient_wflginfl_1219282245', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437325, '_transient_timeout_wflginfl_700587090', '1404747878', 'no') ; 
INSERT INTO `wp_options` VALUES (7539479, '_transient_wflginfl_1312332602', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7374003, '_transient_timeout_wflginfl_3036509955', '1404581311', 'no') ; 
INSERT INTO `wp_options` VALUES (7374004, '_transient_wflginfl_3036509955', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410631, '_transient_timeout_wflginfl_1051053528', '1404727016', 'no') ; 
INSERT INTO `wp_options` VALUES (7523519, '_transient_timeout_wflginfl_1505381498', '1404819838', 'no') ; 
INSERT INTO `wp_options` VALUES (7536726, '_transient_wflginfl_2549758461', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470473, '_transient_timeout_wflginfl_1451030541', '1404774170', 'no') ; 
INSERT INTO `wp_options` VALUES (7374826, '_transient_timeout_wflginfl_662282982', '1404582929', 'no') ; 
INSERT INTO `wp_options` VALUES (7374827, '_transient_wflginfl_662282982', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540104, '_transient_timeout_wflginfl_3000924946', '1404830942', 'no') ; 
INSERT INTO `wp_options` VALUES (7540105, '_transient_wflginfl_3000924946', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398189, '_transient_timeout_wflginfl_2332048911', '1404645907', 'no') ; 
INSERT INTO `wp_options` VALUES (7398190, '_transient_wflginfl_2332048911', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421470, '_transient_timeout_wflginfl_3562568158', '1404735499', 'no') ; 
INSERT INTO `wp_options` VALUES (7534444, '_transient_timeout_wflginfl_1438819856', '1404827200', 'no') ; 
INSERT INTO `wp_options` VALUES (7525261, '_transient_wflginfl_1892451075', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540417, '_transient_wflginfl_1024440341', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396617, '_transient_timeout_wflginfl_2902598365', '1404638030', 'no') ; 
INSERT INTO `wp_options` VALUES (7396619, '_transient_wflginfl_2902598365', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376818, '_transient_timeout_wflginfl_3318357245', '1404586525', 'no') ; 
INSERT INTO `wp_options` VALUES (7376819, '_transient_wflginfl_3318357245', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373091, '_transient_timeout_wflginfl_1333011307', '1404578799', 'no') ; 
INSERT INTO `wp_options` VALUES (7373092, '_transient_wflginfl_1333011307', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538657, '_transient_timeout_wflginfl_1264257780', '1404829986', 'no') ; 
INSERT INTO `wp_options` VALUES (7534195, '_transient_wflginfl_2698569019', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373390, '_transient_timeout_wflginfl_1565926332', '1404579748', 'no') ; 
INSERT INTO `wp_options` VALUES (7373391, '_transient_wflginfl_1565926332', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514439, '_transient_timeout_wflginfl_1951105551', '1404813652', 'no') ; 
INSERT INTO `wp_options` VALUES (7514440, '_transient_wflginfl_1951105551', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373113, '_transient_timeout_wflginfl_1501293246', '1404578879', 'no') ; 
INSERT INTO `wp_options` VALUES (7373114, '_transient_wflginfl_1501293246', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373115, '_transient_timeout_wflginfl_656514430', '1404578883', 'no') ; 
INSERT INTO `wp_options` VALUES (7373116, '_transient_wflginfl_656514430', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376487, '_transient_timeout_wflginfl_3065373520', '1404585915', 'no') ; 
INSERT INTO `wp_options` VALUES (7376488, '_transient_wflginfl_3065373520', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462929, '_transient_timeout_wflginfl_2957224587', '1404767661', 'no') ; 
INSERT INTO `wp_options` VALUES (7462930, '_transient_wflginfl_2957224587', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376623, '_transient_timeout_wflginfl_1337606776', '1404586161', 'no') ; 
INSERT INTO `wp_options` VALUES (7376624, '_transient_wflginfl_1337606776', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477042, '_transient_wflginfl_3163001152', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397222, '_transient_wflginfl_2588158008', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388066, '_transient_timeout_wflginfl_3201621203', '1404613817', 'no') ; 
INSERT INTO `wp_options` VALUES (7388067, '_transient_wflginfl_3201621203', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373145, '_transient_timeout_wflginfl_2991786116', '1404579010', 'no') ; 
INSERT INTO `wp_options` VALUES (7373146, '_transient_wflginfl_2991786116', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377812, '_transient_timeout_wflginfl_2050238242', '1404588353', 'no') ; 
INSERT INTO `wp_options` VALUES (7377813, '_transient_wflginfl_2050238242', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373997, '_transient_timeout_wflginfl_3065734590', '1404581298', 'no') ; 
INSERT INTO `wp_options` VALUES (7373998, '_transient_wflginfl_3065734590', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441694, '_transient_timeout_wflginfl_3325085585', '1404751238', 'no') ; 
INSERT INTO `wp_options` VALUES (7441695, '_transient_wflginfl_3325085585', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397041, '_transient_timeout_wflginfl_1593698720', '1404638817', 'no') ; 
INSERT INTO `wp_options` VALUES (7397042, '_transient_wflginfl_1593698720', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373169, '_transient_timeout_wflginfl_1001482302', '1404579096', 'no') ; 
INSERT INTO `wp_options` VALUES (7373170, '_transient_wflginfl_1001482302', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481070, '_transient_wflginfl_3104698592', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481069, '_transient_timeout_wflginfl_3104698592', '1404784965', 'no') ; 
INSERT INTO `wp_options` VALUES (7373175, '_transient_timeout_wflginfl_1673559553', '1404579111', 'no') ; 
INSERT INTO `wp_options` VALUES (7373176, '_transient_wflginfl_1673559553', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481785, '_transient_timeout_wflginfl_1660064909', '1404785738', 'no') ; 
INSERT INTO `wp_options` VALUES (7481786, '_transient_wflginfl_1660064909', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494386, '_transient_timeout_wflginfl_1358978319', '1404797680', 'no') ; 
INSERT INTO `wp_options` VALUES (7494387, '_transient_wflginfl_1358978319', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391870, '_transient_timeout_wflginfl_1373992352', '1404625962', 'no') ; 
INSERT INTO `wp_options` VALUES (7391871, '_transient_wflginfl_1373992352', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375417, '_transient_timeout_wflginfl_656438447', '1404584038', 'no') ; 
INSERT INTO `wp_options` VALUES (7375418, '_transient_wflginfl_656438447', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373193, '_transient_timeout_wflginfl_3198349887', '1404579163', 'no') ; 
INSERT INTO `wp_options` VALUES (7373194, '_transient_wflginfl_3198349887', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390310, '_transient_timeout_wflginfl_3047705279', '1404621109', 'no') ; 
INSERT INTO `wp_options` VALUES (7390311, '_transient_wflginfl_3047705279', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373199, '_transient_timeout_wflginfl_1569963035', '1404579170', 'no') ; 
INSERT INTO `wp_options` VALUES (7373200, '_transient_wflginfl_1569963035', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452620, '_transient_timeout_wflginfl_1135428202', '1404759652', 'no') ; 
INSERT INTO `wp_options` VALUES (7452621, '_transient_wflginfl_1135428202', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393112, '_transient_timeout_wflginfl_3153410278', '1404629783', 'no') ; 
INSERT INTO `wp_options` VALUES (7446888, '_transient_timeout_wflginfl_608782997', '1404755259', 'no') ; 
INSERT INTO `wp_options` VALUES (7373209, '_transient_timeout_wflginfl_1978830899', '1404579187', 'no') ; 
INSERT INTO `wp_options` VALUES (7373210, '_transient_wflginfl_1978830899', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381431, '_transient_timeout_wflginfl_3203033726', '1404596177', 'no') ; 
INSERT INTO `wp_options` VALUES (7381432, '_transient_wflginfl_3203033726', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7400413, '_transient_timeout_wflginfl_2448166687', '1404718675', 'no') ; 
INSERT INTO `wp_options` VALUES (7400414, '_transient_wflginfl_2448166687', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396071, '_transient_timeout_wflginfl_1129762483', '1404636927', 'no') ; 
INSERT INTO `wp_options` VALUES (7396072, '_transient_wflginfl_1129762483', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373223, '_transient_timeout_wflginfl_87867565', '1404579220', 'no') ; 
INSERT INTO `wp_options` VALUES (7373224, '_transient_wflginfl_87867565', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393826, '_transient_timeout_wflginfl_3223635845', '1404631626', 'no') ; 
INSERT INTO `wp_options` VALUES (7516362, '_transient_timeout_wflginfl_1590192998', '1404815001', 'no') ; 
INSERT INTO `wp_options` VALUES (7373970, '_transient_timeout_wflginfl_3305654784', '1404581240', 'no') ; 
INSERT INTO `wp_options` VALUES (7373971, '_transient_wflginfl_3305654784', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373245, '_transient_timeout_wflginfl_1364512423', '1404579276', 'no') ; 
INSERT INTO `wp_options` VALUES (7373246, '_transient_wflginfl_1364512423', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408335, '_transient_wflginfl_772589342', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519483, '_transient_wflginfl_2072775778', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373257, '_transient_timeout_wflginfl_690748383', '1404579314', 'no') ; 
INSERT INTO `wp_options` VALUES (7373258, '_transient_wflginfl_690748383', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504399, '_transient_timeout_wflginfl_1300152436', '1404806344', 'no') ; 
INSERT INTO `wp_options` VALUES (7504400, '_transient_wflginfl_1300152436', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536038, '_transient_timeout_wflginfl_1836652675', '1404828281', 'no') ; 
INSERT INTO `wp_options` VALUES (7536039, '_transient_wflginfl_1836652675', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378382, '_transient_timeout_wflginfl_657051891', '1404590167', 'no') ; 
INSERT INTO `wp_options` VALUES (7378383, '_transient_wflginfl_657051891', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392776, '_transient_timeout_wflginfl_690790441', '1404628720', 'no') ; 
INSERT INTO `wp_options` VALUES (7392777, '_transient_wflginfl_690790441', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386634, '_transient_timeout_wflginfl_835511931', '1404609457', 'no') ; 
INSERT INTO `wp_options` VALUES (7386635, '_transient_wflginfl_835511931', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531424, '_transient_wflginfl_3154293770', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511428, '_transient_timeout_wflginfl_3129516639', '1404811551', 'no') ; 
INSERT INTO `wp_options` VALUES (7373287, '_transient_timeout_wflginfl_3000854637', '1404579442', 'no') ; 
INSERT INTO `wp_options` VALUES (7373288, '_transient_wflginfl_3000854637', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540814, '_transient_timeout_wflginfl_1835014513', '1404831325', 'no') ; 
INSERT INTO `wp_options` VALUES (7540444, '_transient_timeout_wflginfl_3065663090', '1404831437', 'no') ; 
INSERT INTO `wp_options` VALUES (7373398, '_transient_timeout_wflginfl_3065398876', '1404579777', 'no') ; 
INSERT INTO `wp_options` VALUES (7534820, '_transient_timeout_wflginfl_3047433175', '1404827452', 'no') ; 
INSERT INTO `wp_options` VALUES (7534821, '_transient_wflginfl_3047433175', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374074, '_transient_timeout_wflginfl_1579551264', '1404581455', 'no') ; 
INSERT INTO `wp_options` VALUES (7374075, '_transient_wflginfl_1579551264', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373521, '_transient_timeout_wflginfl_1502505195', '1404580155', 'no') ; 
INSERT INTO `wp_options` VALUES (7373522, '_transient_wflginfl_1502505195', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373314, '_transient_timeout_wflginfl_3491653495', '1404579508', 'no') ; 
INSERT INTO `wp_options` VALUES (7373315, '_transient_wflginfl_3491653495', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373320, '_transient_timeout_wflginfl_995710320', '1404579577', 'no') ; 
INSERT INTO `wp_options` VALUES (7373321, '_transient_wflginfl_995710320', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374854, '_transient_timeout_wflginfl_1565966968', '1404582985', 'no') ; 
INSERT INTO `wp_options` VALUES (7374855, '_transient_wflginfl_1565966968', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373332, '_transient_timeout_wflginfl_85817584', '1404579586', 'no') ; 
INSERT INTO `wp_options` VALUES (7373333, '_transient_wflginfl_85817584', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373340, '_transient_timeout_wflginfl_657506292', '1404579620', 'no') ; 
INSERT INTO `wp_options` VALUES (7373341, '_transient_wflginfl_657506292', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373342, '_transient_timeout_wflginfl_3319903715', '1404579632', 'no') ; 
INSERT INTO `wp_options` VALUES (7373343, '_transient_wflginfl_3319903715', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378724, '_transient_timeout_wflginfl_1327721548', '1404590828', 'no') ; 
INSERT INTO `wp_options` VALUES (7378725, '_transient_wflginfl_1327721548', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444138, '_transient_timeout_wflginfl_47757940', '1404753143', 'no') ; 
INSERT INTO `wp_options` VALUES (7444139, '_transient_wflginfl_47757940', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540385, '_transient_wflginfl_2108771116', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446380, '_transient_timeout_wflginfl_1368738656', '1404754883', 'no') ; 
INSERT INTO `wp_options` VALUES (7391560, '_transient_timeout_wflginfl_1583363637', '1404624882', 'no') ; 
INSERT INTO `wp_options` VALUES (7391561, '_transient_wflginfl_1583363637', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470930, '_transient_timeout_wflginfl_3500732455', '1404774608', 'no') ; 
INSERT INTO `wp_options` VALUES (7470931, '_transient_wflginfl_3500732455', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482953, '_transient_timeout_wflginfl_1355288112', '1404786943', 'no') ; 
INSERT INTO `wp_options` VALUES (7482954, '_transient_wflginfl_1355288112', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535166, '_transient_timeout_wflginfl_3583462727', '1404827681', 'no') ; 
INSERT INTO `wp_options` VALUES (7535167, '_transient_wflginfl_3583462727', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420655, '_transient_timeout_wflginfl_1384714071', '1404734806', 'no') ; 
INSERT INTO `wp_options` VALUES (7450775, '_transient_wflginfl_3170549441', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7373955, '_transient_timeout_wflginfl_973643932', '1404581195', 'no') ; 
INSERT INTO `wp_options` VALUES (7373956, '_transient_wflginfl_973643932', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373372, '_transient_timeout_wflginfl_3176677379', '1404579710', 'no') ; 
INSERT INTO `wp_options` VALUES (7373373, '_transient_wflginfl_3176677379', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530180, '_transient_timeout_wflginfl_3104980248', '1404824454', 'no') ; 
INSERT INTO `wp_options` VALUES (7537647, '_transient_timeout_wflginfl_1430326202', '1404829574', 'no') ; 
INSERT INTO `wp_options` VALUES (7404580, '_transient_timeout_wflginfl_1839266531', '1404722267', 'no') ; 
INSERT INTO `wp_options` VALUES (7404581, '_transient_wflginfl_1839266531', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373897, '_transient_timeout_wflginfl_1569425831', '1404581045', 'no') ; 
INSERT INTO `wp_options` VALUES (7373898, '_transient_wflginfl_1569425831', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538585, '_transient_timeout_wflginfl_530025638', '1404829943', 'no') ; 
INSERT INTO `wp_options` VALUES (7538586, '_transient_wflginfl_530025638', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540596, '_transient_timeout_wflginfl_521135488', '1404831219', 'no') ; 
INSERT INTO `wp_options` VALUES (7540597, '_transient_wflginfl_521135488', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373399, '_transient_wflginfl_3065398876', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373400, '_transient_timeout_wflginfl_1308724233', '1404579782', 'no') ; 
INSERT INTO `wp_options` VALUES (7373401, '_transient_wflginfl_1308724233', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397056, '_transient_timeout_wflginfl_1051154747', '1404638817', 'no') ; 
INSERT INTO `wp_options` VALUES (7505156, '_transient_timeout_wflginfl_1424256507', '1404807174', 'no') ; 
INSERT INTO `wp_options` VALUES (7534254, '_transient_timeout_wflginfl_3752133356', '1404827078', 'no') ; 
INSERT INTO `wp_options` VALUES (7534255, '_transient_wflginfl_3752133356', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375752, '_transient_timeout_wflginfl_1868053152', '1404584620', 'no') ; 
INSERT INTO `wp_options` VALUES (7375753, '_transient_wflginfl_1868053152', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374976, '_transient_timeout_wflginfl_657547179', '1404583238', 'no') ; 
INSERT INTO `wp_options` VALUES (7374977, '_transient_wflginfl_657547179', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389850, '_transient_timeout_wflginfl_3065641745', '1404619708', 'no') ; 
INSERT INTO `wp_options` VALUES (7389851, '_transient_wflginfl_3065641745', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379705, '_transient_timeout_wflginfl_2015135206', '1404592674', 'no') ; 
INSERT INTO `wp_options` VALUES (7379706, '_transient_wflginfl_2015135206', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373440, '_transient_timeout_wflginfl_2969514539', '1404579920', 'no') ; 
INSERT INTO `wp_options` VALUES (7373441, '_transient_wflginfl_2969514539', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393471, '_transient_timeout_wflginfl_1355288301', '1404630725', 'no') ; 
INSERT INTO `wp_options` VALUES (7393472, '_transient_wflginfl_1355288301', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373444, '_transient_timeout_wflginfl_3000977432', '1404579924', 'no') ; 
INSERT INTO `wp_options` VALUES (7373445, '_transient_wflginfl_3000977432', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384587, '_transient_timeout_wflginfl_2946398992', '1404603687', 'no') ; 
INSERT INTO `wp_options` VALUES (7384588, '_transient_wflginfl_2946398992', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373448, '_transient_timeout_wflginfl_1442037911', '1404579932', 'no') ; 
INSERT INTO `wp_options` VALUES (7373449, '_transient_wflginfl_1442037911', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471675, '_transient_timeout_wflginfl_3036572782', '1404775392', 'no') ; 
INSERT INTO `wp_options` VALUES (7471676, '_transient_wflginfl_3036572782', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396163, '_transient_timeout_wflginfl_94452225', '1404637126', 'no') ; 
INSERT INTO `wp_options` VALUES (7396164, '_transient_wflginfl_94452225', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390973, '_transient_timeout_wflginfl_1975728872', '1404623204', 'no') ; 
INSERT INTO `wp_options` VALUES (7390974, '_transient_wflginfl_1975728872', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379953, '_transient_timeout_wflginfl_985050400', '1404593111', 'no') ; 
INSERT INTO `wp_options` VALUES (7379954, '_transient_wflginfl_985050400', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538997, '_transient_timeout_wflginfl_1655097702', '1404830199', 'no') ; 
INSERT INTO `wp_options` VALUES (7538998, '_transient_wflginfl_1655097702', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534644, '_transient_timeout_wflginfl_533851062', '1404827340', 'no') ; 
INSERT INTO `wp_options` VALUES (7534645, '_transient_wflginfl_533851062', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373480, '_transient_timeout_wflginfl_657684063', '1404580057', 'no') ; 
INSERT INTO `wp_options` VALUES (7373481, '_transient_wflginfl_657684063', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373964, '_transient_timeout_wflginfl_1001947698', '1404581213', 'no') ; 
INSERT INTO `wp_options` VALUES (7373965, '_transient_wflginfl_1001947698', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378722, '_transient_timeout_wflginfl_3121080964', '1404590823', 'no') ; 
INSERT INTO `wp_options` VALUES (7378723, '_transient_wflginfl_3121080964', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446830, '_transient_timeout_wflginfl_84781490', '1404755210', 'no') ; 
INSERT INTO `wp_options` VALUES (7446831, '_transient_wflginfl_84781490', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373490, '_transient_timeout_wflginfl_2943034350', '1404580069', 'no') ; 
INSERT INTO `wp_options` VALUES (7373491, '_transient_wflginfl_2943034350', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536425, '_transient_timeout_wflginfl_1938039664', '1404828537', 'no') ; 
INSERT INTO `wp_options` VALUES (7494784, '_transient_timeout_wflginfl_3175012089', '1404798106', 'no') ; 
INSERT INTO `wp_options` VALUES (7504647, '_transient_timeout_wflginfl_657338243', '1404806549', 'no') ; 
INSERT INTO `wp_options` VALUES (7504648, '_transient_wflginfl_657338243', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501737, '_transient_timeout_wflginfl_3017304462', '1404804240', 'no') ; 
INSERT INTO `wp_options` VALUES (7501738, '_transient_wflginfl_3017304462', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374268, '_transient_timeout_wflginfl_1332807765', '1404581837', 'no') ; 
INSERT INTO `wp_options` VALUES (7374269, '_transient_wflginfl_1332807765', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376702, '_transient_timeout_wflginfl_696863553', '1404586329', 'no') ; 
INSERT INTO `wp_options` VALUES (7376703, '_transient_wflginfl_696863553', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373829, '_transient_timeout_wflginfl_1563980165', '1404580862', 'no') ; 
INSERT INTO `wp_options` VALUES (7373830, '_transient_wflginfl_1563980165', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375371, '_transient_timeout_wflginfl_1333203390', '1404583943', 'no') ; 
INSERT INTO `wp_options` VALUES (7375372, '_transient_wflginfl_1333203390', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538239, '_transient_timeout_wflginfl_1855948883', '1404829711', 'no') ; 
INSERT INTO `wp_options` VALUES (7538240, '_transient_wflginfl_1855948883', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373804, '_transient_timeout_wflginfl_3186098506', '1404580830', 'no') ; 
INSERT INTO `wp_options` VALUES (7373805, '_transient_wflginfl_3186098506', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381682, '_transient_timeout_wflginfl_88350050', '1404596696', 'no') ; 
INSERT INTO `wp_options` VALUES (7381683, '_transient_wflginfl_88350050', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383644, '_transient_timeout_wflginfl_3388614200', '1404601107', 'no') ; 
INSERT INTO `wp_options` VALUES (7383645, '_transient_wflginfl_3388614200', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373692, '_transient_timeout_wflginfl_3321606004', '1404580614', 'no') ; 
INSERT INTO `wp_options` VALUES (7373693, '_transient_wflginfl_3321606004', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520437, '_transient_timeout_wflginfl_84810167', '1404817932', 'no') ; 
INSERT INTO `wp_options` VALUES (7522578, '_transient_wflginfl_1569332734', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373545, '_transient_timeout_wflginfl_1549851295', '1404580217', 'no') ; 
INSERT INTO `wp_options` VALUES (7373546, '_transient_wflginfl_1549851295', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387476, '_transient_timeout_wflginfl_1308751892', '1404611931', 'no') ; 
INSERT INTO `wp_options` VALUES (7387477, '_transient_wflginfl_1308751892', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538491, '_transient_timeout_wflginfl_1934525327', '1404829874', 'no') ; 
INSERT INTO `wp_options` VALUES (7538492, '_transient_wflginfl_1934525327', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394824, '_transient_timeout_wflginfl_3172947744', '1404634166', 'no') ; 
INSERT INTO `wp_options` VALUES (7394825, '_transient_wflginfl_3172947744', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454975, '_transient_timeout_wflginfl_698426406', '1404761370', 'no') ; 
INSERT INTO `wp_options` VALUES (7454976, '_transient_wflginfl_698426406', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388310, '_transient_timeout_wflginfl_3520991211', '1404614658', 'no') ; 
INSERT INTO `wp_options` VALUES (7388311, '_transient_wflginfl_3520991211', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396656, '_transient_wflginfl_3389290290', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510416, '_transient_wflginfl_3398628506', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379194, '_transient_timeout_wflginfl_3011411398', '1404591645', 'no') ; 
INSERT INTO `wp_options` VALUES (7379195, '_transient_wflginfl_3011411398', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373569, '_transient_timeout_wflginfl_657413715', '1404580281', 'no') ; 
INSERT INTO `wp_options` VALUES (7373570, '_transient_wflginfl_657413715', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540318, '_transient_timeout_wflginfl_49229129', '1404831072', 'no') ; 
INSERT INTO `wp_options` VALUES (7540319, '_transient_wflginfl_49229129', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373581, '_transient_timeout_wflginfl_3065621906', '1404580306', 'no') ; 
INSERT INTO `wp_options` VALUES (7373582, '_transient_wflginfl_3065621906', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373585, '_transient_timeout_wflginfl_3536045156', '1404580340', 'no') ; 
INSERT INTO `wp_options` VALUES (7373586, '_transient_wflginfl_3536045156', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387352, '_transient_timeout_wflginfl_1993543362', '1404611593', 'no') ; 
INSERT INTO `wp_options` VALUES (7387353, '_transient_wflginfl_1993543362', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391731, '_transient_timeout_wflginfl_634427538', '1404625690', 'no') ; 
INSERT INTO `wp_options` VALUES (7391732, '_transient_wflginfl_634427538', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7384553, '_transient_timeout_wflginfl_1571936689', '1404603583', 'no') ; 
INSERT INTO `wp_options` VALUES (7384554, '_transient_wflginfl_1571936689', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379987, '_transient_timeout_wflginfl_1569411419', '1404593171', 'no') ; 
INSERT INTO `wp_options` VALUES (7379988, '_transient_wflginfl_1569411419', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373617, '_transient_timeout_wflginfl_1492991690', '1404580401', 'no') ; 
INSERT INTO `wp_options` VALUES (7373618, '_transient_wflginfl_1492991690', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373623, '_transient_timeout_wflginfl_1145331903', '1404580426', 'no') ; 
INSERT INTO `wp_options` VALUES (7373624, '_transient_wflginfl_1145331903', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373625, '_transient_timeout_wflginfl_694241017', '1404580433', 'no') ; 
INSERT INTO `wp_options` VALUES (7373626, '_transient_wflginfl_694241017', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474225, '_transient_timeout_wflginfl_3360542898', '1404777869', 'no') ; 
INSERT INTO `wp_options` VALUES (7474226, '_transient_wflginfl_3360542898', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374198, '_transient_timeout_wflginfl_3038736521', '1404581726', 'no') ; 
INSERT INTO `wp_options` VALUES (7374199, '_transient_wflginfl_3038736521', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397227, '_transient_timeout_wflginfl_3302441574', '1404638940', 'no') ; 
INSERT INTO `wp_options` VALUES (7397228, '_transient_wflginfl_3302441574', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383174, '_transient_timeout_wflginfl_1466784969', '1404600027', 'no') ; 
INSERT INTO `wp_options` VALUES (7383175, '_transient_wflginfl_1466784969', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373639, '_transient_timeout_wflginfl_1492016511', '1404580472', 'no') ; 
INSERT INTO `wp_options` VALUES (7373640, '_transient_wflginfl_1492016511', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396680, '_transient_timeout_wflginfl_657466226', '1404638031', 'no') ; 
INSERT INTO `wp_options` VALUES (7396681, '_transient_wflginfl_657466226', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492952, '_transient_timeout_wflginfl_1381257586', '1404796380', 'no') ; 
INSERT INTO `wp_options` VALUES (7492953, '_transient_wflginfl_1381257586', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377810, '_transient_timeout_wflginfl_694476598', '1404588349', 'no') ; 
INSERT INTO `wp_options` VALUES (7377811, '_transient_wflginfl_694476598', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530659, '_transient_timeout_wflginfl_1855920098', '1404824786', 'no') ; 
INSERT INTO `wp_options` VALUES (7530660, '_transient_wflginfl_1855920098', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373989, '_transient_timeout_wflginfl_3057088653', '1404581283', 'no') ; 
INSERT INTO `wp_options` VALUES (7373990, '_transient_wflginfl_3057088653', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373680, '_transient_timeout_wflginfl_2796164519', '1404580596', 'no') ; 
INSERT INTO `wp_options` VALUES (7468285, '_transient_timeout_wflginfl_3197881616', '1404772169', 'no') ; 
INSERT INTO `wp_options` VALUES (7468286, '_transient_wflginfl_3197881616', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373676, '_transient_timeout_wflginfl_1430932917', '1404580585', 'no') ; 
INSERT INTO `wp_options` VALUES (7373677, '_transient_wflginfl_1430932917', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373681, '_transient_wflginfl_2796164519', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480917, '_transient_timeout_wflginfl_3138450180', '1404784840', 'no') ; 
INSERT INTO `wp_options` VALUES (7480918, '_transient_wflginfl_3138450180', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398195, '_transient_timeout_wflginfl_1474252615', '1404646050', 'no') ; 
INSERT INTO `wp_options` VALUES (7398196, '_transient_wflginfl_1474252615', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381662, '_transient_timeout_wflginfl_3318232038', '1404596662', 'no') ; 
INSERT INTO `wp_options` VALUES (7381663, '_transient_wflginfl_3318232038', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397943, '_transient_timeout_wflginfl_1370940868', '1404640421', 'no') ; 
INSERT INTO `wp_options` VALUES (7397944, '_transient_wflginfl_1370940868', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373704, '_transient_timeout_wflginfl_3336880684', '1404580721', 'no') ; 
INSERT INTO `wp_options` VALUES (7373705, '_transient_wflginfl_3336880684', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7373708, '_transient_timeout_wflginfl_3203090197', '1404580648', 'no') ; 
INSERT INTO `wp_options` VALUES (7373709, '_transient_wflginfl_3203090197', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539478, '_transient_timeout_wflginfl_1312332602', '1404831104', 'no') ; 
INSERT INTO `wp_options` VALUES (7437326, '_transient_wflginfl_700587090', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395281, '_transient_timeout_wflginfl_2968539326', '1404635367', 'no') ; 
INSERT INTO `wp_options` VALUES (7395282, '_transient_wflginfl_2968539326', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394963, '_transient_timeout_wflginfl_3171690183', '1404634621', 'no') ; 
INSERT INTO `wp_options` VALUES (7394964, '_transient_wflginfl_3171690183', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379017, '_transient_timeout_wflginfl_1294911776', '1404591335', 'no') ; 
INSERT INTO `wp_options` VALUES (7379018, '_transient_wflginfl_1294911776', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373728, '_transient_timeout_wflginfl_831602636', '1404580695', 'no') ; 
INSERT INTO `wp_options` VALUES (7469087, '_transient_timeout_wflginfl_3388021974', '1404772919', 'no') ; 
INSERT INTO `wp_options` VALUES (7469088, '_transient_wflginfl_3388021974', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378951, '_transient_timeout_wflginfl_1607735299', '1404591205', 'no') ; 
INSERT INTO `wp_options` VALUES (7378952, '_transient_wflginfl_1607735299', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373729, '_transient_wflginfl_831602636', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373734, '_transient_timeout_wflginfl_29028209', '1404580704', 'no') ; 
INSERT INTO `wp_options` VALUES (7373735, '_transient_wflginfl_29028209', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394380, '_transient_timeout_wflginfl_1843794888', '1404633077', 'no') ; 
INSERT INTO `wp_options` VALUES (7394381, '_transient_wflginfl_1843794888', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378035, '_transient_timeout_wflginfl_1370983038', '1404588939', 'no') ; 
INSERT INTO `wp_options` VALUES (7378036, '_transient_wflginfl_1370983038', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393106, '_transient_timeout_wflginfl_1856539795', '1404629750', 'no') ; 
INSERT INTO `wp_options` VALUES (7393107, '_transient_wflginfl_1856539795', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373746, '_transient_timeout_wflginfl_1887912998', '1404580710', 'no') ; 
INSERT INTO `wp_options` VALUES (7373747, '_transient_wflginfl_1887912998', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475824, '_transient_timeout_wflginfl_1337397610', '1404779539', 'no') ; 
INSERT INTO `wp_options` VALUES (7475825, '_transient_wflginfl_1337397610', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485968, '_transient_timeout_wflginfl_1250280532', '1404789779', 'no') ; 
INSERT INTO `wp_options` VALUES (7386800, '_transient_timeout_wflginfl_1569317644', '1404609971', 'no') ; 
INSERT INTO `wp_options` VALUES (7386801, '_transient_wflginfl_1569317644', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378572, '_transient_timeout_wflginfl_1353989617', '1404590508', 'no') ; 
INSERT INTO `wp_options` VALUES (7378573, '_transient_wflginfl_1353989617', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540775, '_transient_wflginfl_3361141167', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510323, '_transient_timeout_wflginfl_2015112597', '1404810776', 'no') ; 
INSERT INTO `wp_options` VALUES (7459423, '_transient_timeout_wflginfl_1052901812', '1404764781', 'no') ; 
INSERT INTO `wp_options` VALUES (7459424, '_transient_wflginfl_1052901812', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373767, '_transient_timeout_wflginfl_3129431066', '1404580778', 'no') ; 
INSERT INTO `wp_options` VALUES (7373768, '_transient_wflginfl_3129431066', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373771, '_transient_timeout_wflginfl_1336555161', '1404580779', 'no') ; 
INSERT INTO `wp_options` VALUES (7373772, '_transient_wflginfl_1336555161', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7459138, '_transient_timeout_wflginfl_3649253758', '1404764548', 'no') ; 
INSERT INTO `wp_options` VALUES (7531566, '_transient_timeout_wflginfl_1087263505', '1404825390', 'no') ; 
INSERT INTO `wp_options` VALUES (7485969, '_transient_wflginfl_1250280532', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384821, '_transient_timeout_wflginfl_1325510505', '1404604345', 'no') ; 
INSERT INTO `wp_options` VALUES (7384822, '_transient_wflginfl_1325510505', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376232, '_transient_timeout_wflginfl_1807251925', '1404585476', 'no') ; 
INSERT INTO `wp_options` VALUES (7457630, '_transient_timeout_wflginfl_1583547279', '1404763393', 'no') ; 
INSERT INTO `wp_options` VALUES (7457631, '_transient_wflginfl_1583547279', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374778, '_transient_timeout_wflginfl_3065695875', '1404582829', 'no') ; 
INSERT INTO `wp_options` VALUES (7374779, '_transient_wflginfl_3065695875', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382102, '_transient_timeout_wflginfl_1509013191', '1404597697', 'no') ; 
INSERT INTO `wp_options` VALUES (7382103, '_transient_wflginfl_1509013191', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7376233, '_transient_wflginfl_1807251925', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373816, '_transient_timeout_wflginfl_657939604', '1404580848', 'no') ; 
INSERT INTO `wp_options` VALUES (7527634, '_transient_timeout_wflginfl_787923557', '1404823248', 'no') ; 
INSERT INTO `wp_options` VALUES (7527635, '_transient_wflginfl_787923557', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7373817, '_transient_wflginfl_657939604', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396940, '_transient_timeout_wflginfl_1554105209', '1404638551', 'no') ; 
INSERT INTO `wp_options` VALUES (7396941, '_transient_wflginfl_1554105209', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375454, '_transient_timeout_wflginfl_1118561693', '1404584098', 'no') ; 
INSERT INTO `wp_options` VALUES (7375455, '_transient_wflginfl_1118561693', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373831, '_transient_timeout_wflginfl_2732859922', '1404580866', 'no') ; 
INSERT INTO `wp_options` VALUES (7373832, '_transient_wflginfl_2732859922', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465366, '_transient_timeout_wflginfl_1298253925', '1404769660', 'no') ; 
INSERT INTO `wp_options` VALUES (7465367, '_transient_wflginfl_1298253925', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373840, '_transient_timeout_wflginfl_1533631049', '1404580884', 'no') ; 
INSERT INTO `wp_options` VALUES (7373841, '_transient_wflginfl_1533631049', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375207, '_transient_timeout_wflginfl_1354172158', '1404583720', 'no') ; 
INSERT INTO `wp_options` VALUES (7375208, '_transient_wflginfl_1354172158', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540540, '_transient_timeout_wflginfl_1598946832', '1404831190', 'no') ; 
INSERT INTO `wp_options` VALUES (7540541, '_transient_wflginfl_1598946832', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382431, '_transient_timeout_wflginfl_2022405713', '1404598299', 'no') ; 
INSERT INTO `wp_options` VALUES (7380667, '_transient_timeout_wflginfl_779383486', '1404594515', 'no') ; 
INSERT INTO `wp_options` VALUES (7380668, '_transient_wflginfl_779383486', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382432, '_transient_wflginfl_2022405713', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473703, '_transient_timeout_wflginfl_3122456928', '1404777359', 'no') ; 
INSERT INTO `wp_options` VALUES (7473704, '_transient_wflginfl_3122456928', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373855, '_transient_timeout_wflginfl_1483419511', '1404580917', 'no') ; 
INSERT INTO `wp_options` VALUES (7373856, '_transient_wflginfl_1483419511', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539880, '_transient_timeout_wflginfl_779103385', '1404830789', 'no') ; 
INSERT INTO `wp_options` VALUES (7541183, '_transient_wflginfl_1371974999', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373863, '_transient_timeout_wflginfl_704197297', '1404581200', 'no') ; 
INSERT INTO `wp_options` VALUES (7373864, '_transient_wflginfl_704197297', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7529564, '_transient_timeout_wflginfl_1487989269', '1404824037', 'no') ; 
INSERT INTO `wp_options` VALUES (7529565, '_transient_wflginfl_1487989269', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458122, '_transient_timeout_wflginfl_1605646268', '1404763752', 'no') ; 
INSERT INTO `wp_options` VALUES (7458123, '_transient_wflginfl_1605646268', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536220, '_transient_timeout_wflginfl_1892040770', '1404828397', 'no') ; 
INSERT INTO `wp_options` VALUES (7536221, '_transient_wflginfl_1892040770', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397589, '_transient_timeout_wflginfl_2955816042', '1404639588', 'no') ; 
INSERT INTO `wp_options` VALUES (7397590, '_transient_wflginfl_2955816042', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384819, '_transient_timeout_wflginfl_697719933', '1404604343', 'no') ; 
INSERT INTO `wp_options` VALUES (7384820, '_transient_wflginfl_697719933', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382039, '_transient_timeout_wflginfl_1892668177', '1404597371', 'no') ; 
INSERT INTO `wp_options` VALUES (7382040, '_transient_wflginfl_1892668177', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511622, '_transient_timeout_wflginfl_3133917568', '1404811670', 'no') ; 
INSERT INTO `wp_options` VALUES (7511623, '_transient_wflginfl_3133917568', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382321, '_transient_timeout_wflginfl_1534244795', '1404598111', 'no') ; 
INSERT INTO `wp_options` VALUES (7382322, '_transient_wflginfl_1534244795', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379411, '_transient_timeout_wflginfl_1297193931', '1404592070', 'no') ; 
INSERT INTO `wp_options` VALUES (7379412, '_transient_wflginfl_1297193931', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379395, '_transient_timeout_wflginfl_1459842629', '1404592036', 'no') ; 
INSERT INTO `wp_options` VALUES (7379396, '_transient_wflginfl_1459842629', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392810, '_transient_timeout_wflginfl_1308883344', '1404629037', 'no') ; 
INSERT INTO `wp_options` VALUES (7392811, '_transient_wflginfl_1308883344', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7389669, '_transient_timeout_wflginfl_3301871525', '1404618972', 'no') ; 
INSERT INTO `wp_options` VALUES (7389670, '_transient_wflginfl_3301871525', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379180, '_transient_timeout_wflginfl_1412380146', '1404591902', 'no') ; 
INSERT INTO `wp_options` VALUES (7379181, '_transient_wflginfl_1412380146', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7373905, '_transient_timeout_wflginfl_3065615897', '1404581060', 'no') ; 
INSERT INTO `wp_options` VALUES (7373906, '_transient_wflginfl_3065615897', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373909, '_transient_timeout_wflginfl_1320709000', '1404581077', 'no') ; 
INSERT INTO `wp_options` VALUES (7373910, '_transient_wflginfl_1320709000', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440409, '_transient_timeout_wflginfl_1319291438', '1404750267', 'no') ; 
INSERT INTO `wp_options` VALUES (7440410, '_transient_wflginfl_1319291438', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427373, '_transient_timeout_wflginfl_1508213472', '1404740224', 'no') ; 
INSERT INTO `wp_options` VALUES (7538162, '_transient_wflginfl_3098158646', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382637, '_transient_timeout_wflginfl_657086896', '1404598767', 'no') ; 
INSERT INTO `wp_options` VALUES (7382638, '_transient_wflginfl_657086896', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7498569, '_transient_timeout_wflginfl_3000932124', '1404801607', 'no') ; 
INSERT INTO `wp_options` VALUES (7525095, '_transient_wflginfl_3414592473', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525375, '_transient_wflginfl_1889729181', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374798, '_transient_timeout_wflginfl_1836657120', '1404582851', 'no') ; 
INSERT INTO `wp_options` VALUES (7530440, '_transient_timeout_wflginfl_3565311481', '1404824628', 'no') ; 
INSERT INTO `wp_options` VALUES (7530441, '_transient_wflginfl_3565311481', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379774, '_transient_timeout_wflginfl_2942972523', '1404592802', 'no') ; 
INSERT INTO `wp_options` VALUES (7379775, '_transient_wflginfl_2942972523', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525364, '_transient_timeout_wflginfl_2938562785', '1404821165', 'no') ; 
INSERT INTO `wp_options` VALUES (7525365, '_transient_wflginfl_2938562785', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389489, '_transient_timeout_wflginfl_1846403973', '1404618379', 'no') ; 
INSERT INTO `wp_options` VALUES (7389490, '_transient_wflginfl_1846403973', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540063, '_transient_wflginfl_3200040426', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540559, '_transient_wflginfl_3307432927', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374799, '_transient_wflginfl_1836657120', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377150, '_transient_timeout_wflginfl_657444160', '1404587177', 'no') ; 
INSERT INTO `wp_options` VALUES (7377151, '_transient_wflginfl_657444160', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486471, '_transient_timeout_wflginfl_402966647', '1404790685', 'no') ; 
INSERT INTO `wp_options` VALUES (7375162, '_transient_timeout_wflginfl_1856529164', '1404583630', 'no') ; 
INSERT INTO `wp_options` VALUES (7375163, '_transient_wflginfl_1856529164', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376110, '_transient_timeout_wflginfl_1451168893', '1404585717', 'no') ; 
INSERT INTO `wp_options` VALUES (7376111, '_transient_wflginfl_1451168893', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7538403, '_transient_timeout_wflginfl_792718381', '1404829822', 'no') ; 
INSERT INTO `wp_options` VALUES (7538404, '_transient_wflginfl_792718381', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382351, '_transient_timeout_wflginfl_2991394856', '1404598158', 'no') ; 
INSERT INTO `wp_options` VALUES (7382352, '_transient_wflginfl_2991394856', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393539, '_transient_timeout_wflginfl_1744433393', '1404630892', 'no') ; 
INSERT INTO `wp_options` VALUES (7393540, '_transient_wflginfl_1744433393', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7373999, '_transient_timeout_wflginfl_84845357', '1404581304', 'no') ; 
INSERT INTO `wp_options` VALUES (7374000, '_transient_wflginfl_84845357', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7402064, '_transient_timeout_wflginfl_3087137995', '1404720093', 'no') ; 
INSERT INTO `wp_options` VALUES (7402065, '_transient_wflginfl_3087137995', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486472, '_transient_wflginfl_402966647', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7504449, '_transient_timeout_wflginfl_2033596152', '1404806397', 'no') ; 
INSERT INTO `wp_options` VALUES (7504450, '_transient_wflginfl_2033596152', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540218, '_transient_timeout_wflginfl_2344863902', '1404831298', 'no') ; 
INSERT INTO `wp_options` VALUES (7540219, '_transient_wflginfl_2344863902', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7391918, '_transient_timeout_wflginfl_1306600437', '1404626124', 'no') ; 
INSERT INTO `wp_options` VALUES (7391919, '_transient_wflginfl_1306600437', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489290, '_transient_timeout_wflginfl_1179416917', '1404793004', 'no') ; 
INSERT INTO `wp_options` VALUES (7489291, '_transient_wflginfl_1179416917', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491997, '_transient_timeout_wflginfl_2923511898', '1404795531', 'no') ; 
INSERT INTO `wp_options` VALUES (7491998, '_transient_wflginfl_2923511898', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417801, '_transient_timeout_wflginfl_1975733230', '1404732471', 'no') ; 
INSERT INTO `wp_options` VALUES (7417477, '_transient_wflginfl_694425484', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374044, '_transient_timeout_wflginfl_1837060125', '1404581379', 'no') ; 
INSERT INTO `wp_options` VALUES (7527262, '_transient_timeout_wflginfl_3399233593', '1404822443', 'no') ; 
INSERT INTO `wp_options` VALUES (7527263, '_transient_wflginfl_3399233593', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408760, '_transient_timeout_wflginfl_3641740842', '1404725427', 'no') ; 
INSERT INTO `wp_options` VALUES (7408761, '_transient_wflginfl_3641740842', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374045, '_transient_wflginfl_1837060125', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388986, '_transient_timeout_wflginfl_694354480', '1404616763', 'no') ; 
INSERT INTO `wp_options` VALUES (7377605, '_transient_wflginfl_3393065250', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413434, '_transient_timeout_wflginfl_3157658966', '1404728720', 'no') ; 
INSERT INTO `wp_options` VALUES (7413435, '_transient_wflginfl_3157658966', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536140, '_transient_timeout_wflginfl_1656896393', '1404828338', 'no') ; 
INSERT INTO `wp_options` VALUES (7536141, '_transient_wflginfl_1656896393', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375470, '_transient_timeout_wflginfl_656440475', '1404584119', 'no') ; 
INSERT INTO `wp_options` VALUES (7375471, '_transient_wflginfl_656440475', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380350, '_transient_timeout_wflginfl_694630060', '1404593938', 'no') ; 
INSERT INTO `wp_options` VALUES (7380351, '_transient_wflginfl_694630060', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386179, '_transient_timeout_wflginfl_3204950182', '1404608043', 'no') ; 
INSERT INTO `wp_options` VALUES (7386180, '_transient_wflginfl_3204950182', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393025, '_transient_wflginfl_1599445128', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388726, '_transient_wflginfl_1933769557', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7400006, '_transient_timeout_wflginfl_835621316', '1404718342', 'no') ; 
INSERT INTO `wp_options` VALUES (7400007, '_transient_wflginfl_835621316', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538529, '_transient_timeout_wflginfl_784624315', '1404829898', 'no') ; 
INSERT INTO `wp_options` VALUES (7538864, '_transient_wflginfl_1826243379', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7538530, '_transient_wflginfl_784624315', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374114, '_transient_timeout_wflginfl_3574047022', '1404581545', 'no') ; 
INSERT INTO `wp_options` VALUES (7374115, '_transient_wflginfl_3574047022', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380146, '_transient_timeout_wflginfl_1892047594', '1404593533', 'no') ; 
INSERT INTO `wp_options` VALUES (7380147, '_transient_wflginfl_1892047594', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374708, '_transient_timeout_wflginfl_3065877705', '1404582706', 'no') ; 
INSERT INTO `wp_options` VALUES (7374709, '_transient_wflginfl_3065877705', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484010, '_transient_wflginfl_3420427093', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475183, '_transient_wflginfl_703278731', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517814, '_transient_wflginfl_1460398986', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459332, '_transient_wflginfl_1447870342', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397449, '_transient_timeout_wflginfl_551055001', '1404639343', 'no') ; 
INSERT INTO `wp_options` VALUES (7374134, '_transient_timeout_wflginfl_1887872975', '1404581584', 'no') ; 
INSERT INTO `wp_options` VALUES (7374135, '_transient_wflginfl_1887872975', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383791, '_transient_timeout_wflginfl_3362268462', '1404601542', 'no') ; 
INSERT INTO `wp_options` VALUES (7383792, '_transient_wflginfl_3362268462', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437450, '_transient_wflginfl_694171512', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530083, '_transient_wflginfl_3411100667', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384155, '_transient_timeout_wflginfl_3523334741', '1404602510', 'no') ; 
INSERT INTO `wp_options` VALUES (7384156, '_transient_wflginfl_3523334741', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374144, '_transient_timeout_wflginfl_3155717457', '1404581599', 'no') ; 
INSERT INTO `wp_options` VALUES (7374145, '_transient_wflginfl_3155717457', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374146, '_transient_timeout_wflginfl_3006546612', '1404581599', 'no') ; 
INSERT INTO `wp_options` VALUES (7374147, '_transient_wflginfl_3006546612', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381562, '_transient_timeout_wflginfl_1563142731', '1404596451', 'no') ; 
INSERT INTO `wp_options` VALUES (7381563, '_transient_wflginfl_1563142731', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541342, '_transient_timeout_wflginfl_1368885182', '1404831529', 'no') ; 
INSERT INTO `wp_options` VALUES (7541050, '_transient_timeout_wflginfl_3651497669', '1404831419', 'no') ; 
INSERT INTO `wp_options` VALUES (7496673, '_transient_wflginfl_1550339558', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539076, '_transient_wflginfl_3536021884', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396161, '_transient_timeout_wflginfl_657057827', '1404637119', 'no') ; 
INSERT INTO `wp_options` VALUES (7396162, '_transient_wflginfl_657057827', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389319, '_transient_timeout_wflginfl_657466627', '1404617776', 'no') ; 
INSERT INTO `wp_options` VALUES (7389320, '_transient_wflginfl_657466627', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385114, '_transient_timeout_wflginfl_1538636620', '1404605143', 'no') ; 
INSERT INTO `wp_options` VALUES (7385115, '_transient_wflginfl_1538636620', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539603, '_transient_timeout_wflginfl_1422073151', '1404830884', 'no') ; 
INSERT INTO `wp_options` VALUES (7539604, '_transient_wflginfl_1422073151', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7431077, '_transient_timeout_wflginfl_1815462944', '1404743126', 'no') ; 
INSERT INTO `wp_options` VALUES (7510364, '_transient_wflginfl_2038551799', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397661, '_transient_timeout_wflginfl_1593344392', '1404639816', 'no') ; 
INSERT INTO `wp_options` VALUES (7539139, '_transient_timeout_wflginfl_1502017858', '1404830292', 'no') ; 
INSERT INTO `wp_options` VALUES (7538439, '_transient_timeout_wflginfl_3376793763', '1404829835', 'no') ; 
INSERT INTO `wp_options` VALUES (7374720, '_transient_timeout_wflginfl_1334870552', '1404582735', 'no') ; 
INSERT INTO `wp_options` VALUES (7374721, '_transient_wflginfl_1334870552', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538440, '_transient_wflginfl_3376793763', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445320, '_transient_timeout_wflginfl_1742857746', '1404754026', 'no') ; 
INSERT INTO `wp_options` VALUES (7505727, '_transient_wflginfl_3390401127', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381801, '_transient_timeout_wflginfl_1502056490', '1404596951', 'no') ; 
INSERT INTO `wp_options` VALUES (7381802, '_transient_wflginfl_1502056490', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387949, '_transient_timeout_wflginfl_1111022209', '1404613454', 'no') ; 
INSERT INTO `wp_options` VALUES (7387950, '_transient_wflginfl_1111022209', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374512, '_transient_timeout_wflginfl_3315616941', '1404582319', 'no') ; 
INSERT INTO `wp_options` VALUES (7374513, '_transient_wflginfl_3315616941', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541206, '_transient_timeout_wflginfl_1856770960', '1404831471', 'no') ; 
INSERT INTO `wp_options` VALUES (7541207, '_transient_wflginfl_1856770960', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449732, '_transient_timeout_wflginfl_1605531186', '1404757425', 'no') ; 
INSERT INTO `wp_options` VALUES (7449733, '_transient_wflginfl_1605531186', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518235, '_transient_timeout_wflginfl_656465511', '1404816306', 'no') ; 
INSERT INTO `wp_options` VALUES (7538571, '_transient_timeout_wflginfl_18263410', '1404829933', 'no') ; 
INSERT INTO `wp_options` VALUES (7497983, '_transient_timeout_wflginfl_1498268645', '1404801085', 'no') ; 
INSERT INTO `wp_options` VALUES (7497984, '_transient_wflginfl_1498268645', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378340, '_transient_timeout_wflginfl_3384767472', '1404590082', 'no') ; 
INSERT INTO `wp_options` VALUES (7378341, '_transient_wflginfl_3384767472', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395923, '_transient_timeout_wflginfl_417780241', '1404636737', 'no') ; 
INSERT INTO `wp_options` VALUES (7395924, '_transient_wflginfl_417780241', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375661, '_transient_timeout_wflginfl_1909171215', '1404584451', 'no') ; 
INSERT INTO `wp_options` VALUES (7375662, '_transient_wflginfl_1909171215', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451462, '_transient_timeout_wflginfl_1326192292', '1404758758', 'no') ; 
INSERT INTO `wp_options` VALUES (7451463, '_transient_wflginfl_1326192292', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397037, '_transient_wflginfl_1464094217', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434829, '_transient_wflginfl_3023348710', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374232, '_transient_timeout_wflginfl_608780080', '1404581786', 'no') ; 
INSERT INTO `wp_options` VALUES (7374233, '_transient_wflginfl_608780080', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374234, '_transient_timeout_wflginfl_3065620194', '1404581791', 'no') ; 
INSERT INTO `wp_options` VALUES (7374235, '_transient_wflginfl_3065620194', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382592, '_transient_timeout_wflginfl_3319873461', '1404598661', 'no') ; 
INSERT INTO `wp_options` VALUES (7382593, '_transient_wflginfl_3319873461', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376881, '_transient_wflginfl_1592095352', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376880, '_transient_timeout_wflginfl_1592095352', '1404586646', 'no') ; 
INSERT INTO `wp_options` VALUES (7375290, '_transient_timeout_wflginfl_657153143', '1404583827', 'no') ; 
INSERT INTO `wp_options` VALUES (7375291, '_transient_wflginfl_657153143', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479481, '_transient_timeout_wflginfl_1655075401', '1404783317', 'no') ; 
INSERT INTO `wp_options` VALUES (7479482, '_transient_wflginfl_1655075401', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374252, '_transient_timeout_wflginfl_657324688', '1404581813', 'no') ; 
INSERT INTO `wp_options` VALUES (7374253, '_transient_wflginfl_657324688', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474682, '_transient_timeout_wflginfl_1627001222', '1404778391', 'no') ; 
INSERT INTO `wp_options` VALUES (7474683, '_transient_wflginfl_1627001222', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374264, '_transient_timeout_wflginfl_1768751121', '1404581832', 'no') ; 
INSERT INTO `wp_options` VALUES (7374265, '_transient_wflginfl_1768751121', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396826, '_transient_timeout_wflginfl_1915483880', '1404638334', 'no') ; 
INSERT INTO `wp_options` VALUES (7396827, '_transient_wflginfl_1915483880', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389056, '_transient_timeout_wflginfl_1502589244', '1404616971', 'no') ; 
INSERT INTO `wp_options` VALUES (7389057, '_transient_wflginfl_1502589244', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379837, '_transient_timeout_wflginfl_1563058731', '1404592929', 'no') ; 
INSERT INTO `wp_options` VALUES (7379838, '_transient_wflginfl_1563058731', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414852, '_transient_timeout_wflginfl_85759331', '1404729967', 'no') ; 
INSERT INTO `wp_options` VALUES (7414853, '_transient_wflginfl_85759331', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374294, '_transient_timeout_wflginfl_657032286', '1404581884', 'no') ; 
INSERT INTO `wp_options` VALUES (7374295, '_transient_wflginfl_657032286', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530325, '_transient_wflginfl_1854503810', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530165, '_transient_wflginfl_690233420', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419582, '_transient_timeout_wflginfl_2945428045', '1404733909', 'no') ; 
INSERT INTO `wp_options` VALUES (7419583, '_transient_wflginfl_2945428045', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540937, '_transient_wflginfl_1472816594', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527101, '_transient_wflginfl_2033596130', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374308, '_transient_timeout_wflginfl_1593399881', '1404581907', 'no') ; 
INSERT INTO `wp_options` VALUES (7374309, '_transient_wflginfl_1593399881', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374310, '_transient_timeout_wflginfl_694548837', '1404581916', 'no') ; 
INSERT INTO `wp_options` VALUES (7374311, '_transient_wflginfl_694548837', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397631, '_transient_timeout_wflginfl_3170249068', '1404639653', 'no') ; 
INSERT INTO `wp_options` VALUES (7397632, '_transient_wflginfl_3170249068', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536861, '_transient_timeout_wflginfl_1522406295', '1404828831', 'no') ; 
INSERT INTO `wp_options` VALUES (7504026, '_transient_wflginfl_608782601', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536862, '_transient_wflginfl_1522406295', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374343, '_transient_timeout_wflginfl_1777176508', '1404581996', 'no') ; 
INSERT INTO `wp_options` VALUES (7374344, '_transient_wflginfl_1777176508', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375444, '_transient_timeout_wflginfl_1783454978', '1404584086', 'no') ; 
INSERT INTO `wp_options` VALUES (7375445, '_transient_wflginfl_1783454978', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539669, '_transient_timeout_wflginfl_3274076586', '1404830653', 'no') ; 
INSERT INTO `wp_options` VALUES (7539670, '_transient_wflginfl_3274076586', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375734, '_transient_timeout_wflginfl_1892873292', '1404584586', 'no') ; 
INSERT INTO `wp_options` VALUES (7375735, '_transient_wflginfl_1892873292', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374368, '_transient_timeout_wflginfl_1336300736', '1404582053', 'no') ; 
INSERT INTO `wp_options` VALUES (7374369, '_transient_wflginfl_1336300736', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520317, '_transient_timeout_wflginfl_2344808231', '1404817740', 'no') ; 
INSERT INTO `wp_options` VALUES (7520318, '_transient_wflginfl_2344808231', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379973, '_transient_timeout_wflginfl_3585783457', '1404593157', 'no') ; 
INSERT INTO `wp_options` VALUES (7379974, '_transient_wflginfl_3585783457', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385664, '_transient_timeout_wflginfl_657970465', '1404606594', 'no') ; 
INSERT INTO `wp_options` VALUES (7385665, '_transient_wflginfl_657970465', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396578, '_transient_timeout_wflginfl_1558840034', '1404638030', 'no') ; 
INSERT INTO `wp_options` VALUES (7396579, '_transient_wflginfl_1558840034', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541216, '_transient_timeout_wflginfl_2978629244', '1404831473', 'no') ; 
INSERT INTO `wp_options` VALUES (7410442, '_transient_timeout_wflginfl_1412858938', '1404726586', 'no') ; 
INSERT INTO `wp_options` VALUES (7374396, '_transient_timeout_wflginfl_1917822330', '1404582116', 'no') ; 
INSERT INTO `wp_options` VALUES (7374397, '_transient_wflginfl_1917822330', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463475, '_transient_timeout_wflginfl_3201524879', '1404768177', 'no') ; 
INSERT INTO `wp_options` VALUES (7540706, '_transient_timeout_wflginfl_1195849739', '1404831282', 'no') ; 
INSERT INTO `wp_options` VALUES (7385280, '_transient_timeout_wflginfl_1839629976', '1404605626', 'no') ; 
INSERT INTO `wp_options` VALUES (7385281, '_transient_wflginfl_1839629976', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391783, '_transient_timeout_wflginfl_2945008930', '1404625656', 'no') ; 
INSERT INTO `wp_options` VALUES (7391784, '_transient_wflginfl_2945008930', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374416, '_transient_timeout_wflginfl_3399270005', '1404582150', 'no') ; 
INSERT INTO `wp_options` VALUES (7374417, '_transient_wflginfl_3399270005', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379121, '_transient_timeout_wflginfl_84835377', '1404591509', 'no') ; 
INSERT INTO `wp_options` VALUES (7379122, '_transient_wflginfl_84835377', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539484, '_transient_timeout_wflginfl_1549996868', '1404830541', 'no') ; 
INSERT INTO `wp_options` VALUES (7539485, '_transient_wflginfl_1549996868', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382698, '_transient_timeout_wflginfl_657770416', '1404598905', 'no') ; 
INSERT INTO `wp_options` VALUES (7382699, '_transient_wflginfl_657770416', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391133, '_transient_timeout_wflginfl_2945366861', '1404623662', 'no') ; 
INSERT INTO `wp_options` VALUES (7391134, '_transient_wflginfl_2945366861', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439919, '_transient_timeout_wflginfl_1483922036', '1404749877', 'no') ; 
INSERT INTO `wp_options` VALUES (7439920, '_transient_wflginfl_1483922036', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375048, '_transient_timeout_wflginfl_1319290530', '1404583411', 'no') ; 
INSERT INTO `wp_options` VALUES (7375049, '_transient_wflginfl_1319290530', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438822, '_transient_timeout_wflginfl_3419895691', '1404749032', 'no') ; 
INSERT INTO `wp_options` VALUES (7438823, '_transient_wflginfl_3419895691', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379638, '_transient_timeout_wflginfl_3040871692', '1404592507', 'no') ; 
INSERT INTO `wp_options` VALUES (7379639, '_transient_wflginfl_3040871692', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539520, '_transient_wflginfl_2996051721', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7533514, '_transient_wflginfl_1892361553', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389925, '_transient_timeout_wflginfl_1772000749', '1404619983', 'no') ; 
INSERT INTO `wp_options` VALUES (7389926, '_transient_wflginfl_1772000749', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497845, '_transient_timeout_wflginfl_1776528283', '1404800961', 'no') ; 
INSERT INTO `wp_options` VALUES (7497846, '_transient_wflginfl_1776528283', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374454, '_transient_timeout_wflginfl_3057148030', '1404582215', 'no') ; 
INSERT INTO `wp_options` VALUES (7374455, '_transient_wflginfl_3057148030', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534194, '_transient_timeout_wflginfl_2698569019', '1404827048', 'no') ; 
INSERT INTO `wp_options` VALUES (7538065, '_transient_timeout_wflginfl_3578435002', '1404829603', 'no') ; 
INSERT INTO `wp_options` VALUES (7540813, '_transient_wflginfl_1840192514', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538742, '_transient_wflginfl_3200602981', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374462, '_transient_timeout_wflginfl_2040311632', '1404582235', 'no') ; 
INSERT INTO `wp_options` VALUES (7374463, '_transient_wflginfl_2040311632', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541286, '_transient_timeout_wflginfl_3093923241', '1404831506', 'no') ; 
INSERT INTO `wp_options` VALUES (7541287, '_transient_wflginfl_3093923241', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540686, '_transient_timeout_wflginfl_39527362', '1404831269', 'no') ; 
INSERT INTO `wp_options` VALUES (7531778, '_transient_timeout_wflginfl_1312450075', '1404825513', 'no') ; 
INSERT INTO `wp_options` VALUES (7397717, '_transient_timeout_wflginfl_1336453563', '1404639883', 'no') ; 
INSERT INTO `wp_options` VALUES (7397718, '_transient_wflginfl_1336453563', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374480, '_transient_timeout_wflginfl_690265518', '1404582263', 'no') ; 
INSERT INTO `wp_options` VALUES (7374481, '_transient_wflginfl_690265518', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375520, '_transient_timeout_wflginfl_690149798', '1404584193', 'no') ; 
INSERT INTO `wp_options` VALUES (7375521, '_transient_wflginfl_690149798', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375385, '_transient_timeout_wflginfl_703216759', '1404583984', 'no') ; 
INSERT INTO `wp_options` VALUES (7375386, '_transient_wflginfl_703216759', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380119, '_transient_timeout_wflginfl_39853984', '1404593472', 'no') ; 
INSERT INTO `wp_options` VALUES (7380120, '_transient_wflginfl_39853984', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395598, '_transient_timeout_wflginfl_1489237302', '1404636071', 'no') ; 
INSERT INTO `wp_options` VALUES (7408694, '_transient_timeout_wflginfl_2063099576', '1404725374', 'no') ; 
INSERT INTO `wp_options` VALUES (7455827, '_transient_timeout_wflginfl_778550376', '1404762037', 'no') ; 
INSERT INTO `wp_options` VALUES (7395599, '_transient_wflginfl_1489237302', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374516, '_transient_timeout_wflginfl_1565920830', '1404582325', 'no') ; 
INSERT INTO `wp_options` VALUES (7374517, '_transient_wflginfl_1565920830', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376760, '_transient_timeout_wflginfl_1549910339', '1404586435', 'no') ; 
INSERT INTO `wp_options` VALUES (7376761, '_transient_wflginfl_1549910339', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386406, '_transient_timeout_wflginfl_3318227013', '1404608731', 'no') ; 
INSERT INTO `wp_options` VALUES (7386407, '_transient_wflginfl_3318227013', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487489, '_transient_timeout_wflginfl_1174265096', '1404791276', 'no') ; 
INSERT INTO `wp_options` VALUES (7487490, '_transient_wflginfl_1174265096', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374539, '_transient_timeout_wflginfl_1187147111', '1404582365', 'no') ; 
INSERT INTO `wp_options` VALUES (7374540, '_transient_wflginfl_1187147111', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7382194, '_transient_timeout_wflginfl_2548339432', '1404598067', 'no') ; 
INSERT INTO `wp_options` VALUES (7382195, '_transient_wflginfl_2548339432', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7462286, '_transient_timeout_wflginfl_2943245439', '1404767110', 'no') ; 
INSERT INTO `wp_options` VALUES (7462287, '_transient_wflginfl_2943245439', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374555, '_transient_timeout_wflginfl_1834811955', '1404582392', 'no') ; 
INSERT INTO `wp_options` VALUES (7374556, '_transient_wflginfl_1834811955', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451758, '_transient_timeout_wflginfl_608526851', '1404758994', 'no') ; 
INSERT INTO `wp_options` VALUES (7383000, '_transient_timeout_wflginfl_1975995833', '1404599641', 'no') ; 
INSERT INTO `wp_options` VALUES (7383001, '_transient_wflginfl_1975995833', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451759, '_transient_wflginfl_608526851', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487643, '_transient_timeout_wflginfl_1933731892', '1404791403', 'no') ; 
INSERT INTO `wp_options` VALUES (7487644, '_transient_wflginfl_1933731892', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374570, '_transient_timeout_wflginfl_1312612401', '1404582428', 'no') ; 
INSERT INTO `wp_options` VALUES (7374571, '_transient_wflginfl_1312612401', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386911, '_transient_timeout_wflginfl_3706400921', '1404610223', 'no') ; 
INSERT INTO `wp_options` VALUES (7386912, '_transient_wflginfl_3706400921', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374574, '_transient_timeout_wflginfl_3081480970', '1404582432', 'no') ; 
INSERT INTO `wp_options` VALUES (7374575, '_transient_wflginfl_3081480970', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374584, '_transient_timeout_wffgt_1187147111', '1404582458', 'no') ; 
INSERT INTO `wp_options` VALUES (7374585, '_transient_wffgt_1187147111', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7520645, '_transient_timeout_wflginfl_1744455006', '1404817963', 'no') ; 
INSERT INTO `wp_options` VALUES (7520646, '_transient_wflginfl_1744455006', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374592, '_transient_timeout_wflginfl_783928169', '1404582463', 'no') ; 
INSERT INTO `wp_options` VALUES (7374593, '_transient_wflginfl_783928169', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541174, '_transient_timeout_wflginfl_1416415268', '1404831458', 'no') ; 
INSERT INTO `wp_options` VALUES (7541175, '_transient_wflginfl_1416415268', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526026, '_transient_timeout_wflginfl_656445129', '1404821611', 'no') ; 
INSERT INTO `wp_options` VALUES (7526027, '_transient_wflginfl_656445129', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479853, '_transient_timeout_wflginfl_3200470719', '1404783954', 'no') ; 
INSERT INTO `wp_options` VALUES (7479854, '_transient_wflginfl_3200470719', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7382770, '_transient_timeout_wflginfl_3000917202', '1404599073', 'no') ; 
INSERT INTO `wp_options` VALUES (7382771, '_transient_wflginfl_3000917202', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428186, '_transient_timeout_wflginfl_2988828100', '1404740858', 'no') ; 
INSERT INTO `wp_options` VALUES (7446381, '_transient_wflginfl_1368738656', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393184, '_transient_timeout_wflginfl_3133922656', '1404629974', 'no') ; 
INSERT INTO `wp_options` VALUES (7393185, '_transient_wflginfl_3133922656', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537534, '_transient_wflginfl_3414184350', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539879, '_transient_wflginfl_627626168', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538061, '_transient_timeout_wflginfl_608789628', '1404829601', 'no') ; 
INSERT INTO `wp_options` VALUES (7516053, '_transient_wflginfl_1547632374', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374644, '_transient_timeout_wflginfl_973861842', '1404582548', 'no') ; 
INSERT INTO `wp_options` VALUES (7374645, '_transient_wflginfl_973861842', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540671, '_transient_wflginfl_2975868870', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540411, '_transient_wflginfl_1282710062', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385272, '_transient_timeout_wflginfl_1450994799', '1404605605', 'no') ; 
INSERT INTO `wp_options` VALUES (7385273, '_transient_wflginfl_1450994799', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374650, '_transient_timeout_wflginfl_1549857399', '1404582568', 'no') ; 
INSERT INTO `wp_options` VALUES (7374651, '_transient_wflginfl_1549857399', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388430, '_transient_timeout_wflginfl_1559891842', '1404615029', 'no') ; 
INSERT INTO `wp_options` VALUES (7388431, '_transient_wflginfl_1559891842', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397479, '_transient_timeout_wflginfl_1899742925', '1404639389', 'no') ; 
INSERT INTO `wp_options` VALUES (7377877, '_transient_timeout_wflginfl_657766332', '1404588486', 'no') ; 
INSERT INTO `wp_options` VALUES (7377878, '_transient_wflginfl_657766332', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376362, '_transient_timeout_wflginfl_702818714', '1404585728', 'no') ; 
INSERT INTO `wp_options` VALUES (7376363, '_transient_wflginfl_702818714', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466813, '_transient_timeout_wflginfl_2039311797', '1404770962', 'no') ; 
INSERT INTO `wp_options` VALUES (7466814, '_transient_wflginfl_2039311797', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395713, '_transient_timeout_wflginfl_782413860', '1404636360', 'no') ; 
INSERT INTO `wp_options` VALUES (7395714, '_transient_wflginfl_782413860', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391641, '_transient_timeout_wflginfl_656466733', '1404625170', 'no') ; 
INSERT INTO `wp_options` VALUES (7391642, '_transient_wflginfl_656466733', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540632, '_transient_timeout_wflginfl_1315853976', '1404831239', 'no') ; 
INSERT INTO `wp_options` VALUES (7540633, '_transient_wflginfl_1315853976', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388160, '_transient_timeout_wflginfl_694497309', '1404614117', 'no') ; 
INSERT INTO `wp_options` VALUES (7388161, '_transient_wflginfl_694497309', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374684, '_transient_timeout_wflginfl_1299095071', '1404582939', 'no') ; 
INSERT INTO `wp_options` VALUES (7374685, '_transient_wflginfl_1299095071', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7490292, '_transient_timeout_wflginfl_1483940214', '1404793927', 'no') ; 
INSERT INTO `wp_options` VALUES (7490293, '_transient_wflginfl_1483940214', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480955, '_transient_timeout_wflginfl_1321282415', '1404784870', 'no') ; 
INSERT INTO `wp_options` VALUES (7480956, '_transient_wflginfl_1321282415', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386195, '_transient_timeout_wflginfl_2537770271', '1404608084', 'no') ; 
INSERT INTO `wp_options` VALUES (7386196, '_transient_wflginfl_2537770271', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540066, '_transient_timeout_wflginfl_703459579', '1404830913', 'no') ; 
INSERT INTO `wp_options` VALUES (7540067, '_transient_wflginfl_703459579', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374718, '_transient_timeout_wflginfl_2986424000', '1404582735', 'no') ; 
INSERT INTO `wp_options` VALUES (7374719, '_transient_wflginfl_2986424000', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504575, '_transient_timeout_wflginfl_2953460643', '1404806497', 'no') ; 
INSERT INTO `wp_options` VALUES (7504576, '_transient_wflginfl_2953460643', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394615, '_transient_timeout_wflginfl_2995759686', '1404633766', 'no') ; 
INSERT INTO `wp_options` VALUES (7394616, '_transient_wflginfl_2995759686', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377487, '_transient_timeout_wflginfl_2332075829', '1404587836', 'no') ; 
INSERT INTO `wp_options` VALUES (7377488, '_transient_wflginfl_2332075829', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460556, '_transient_timeout_wflginfl_1338203454', '1404765647', 'no') ; 
INSERT INTO `wp_options` VALUES (7460557, '_transient_wflginfl_1338203454', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386796, '_transient_timeout_wflginfl_1563608804', '1404609967', 'no') ; 
INSERT INTO `wp_options` VALUES (7386797, '_transient_wflginfl_1563608804', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374740, '_transient_timeout_wflginfl_2992253636', '1404582771', 'no') ; 
INSERT INTO `wp_options` VALUES (7374741, '_transient_wflginfl_2992253636', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476945, '_transient_wflginfl_1081720763', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7482588, '_transient_wflginfl_3047707470', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374761, '_transient_timeout_wflginfl_3199453549', '1404582795', 'no') ; 
INSERT INTO `wp_options` VALUES (7537355, '_transient_timeout_wflginfl_3486284030', '1404829141', 'no') ; 
INSERT INTO `wp_options` VALUES (7537356, '_transient_wflginfl_3486284030', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541203, '_transient_wflginfl_1817234531', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539075, '_transient_timeout_wflginfl_3536021884', '1404830247', 'no') ; 
INSERT INTO `wp_options` VALUES (7374762, '_transient_wflginfl_3199453549', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374763, '_transient_timeout_wflginfl_1145331864', '1404583021', 'no') ; 
INSERT INTO `wp_options` VALUES (7374764, '_transient_wflginfl_1145331864', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7374812, '_transient_timeout_wflginfl_694325111', '1404582893', 'no') ; 
INSERT INTO `wp_options` VALUES (7476680, '_transient_timeout_wflginfl_2904699997', '1404780388', 'no') ; 
INSERT INTO `wp_options` VALUES (7476681, '_transient_wflginfl_2904699997', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473203, '_transient_timeout_wflginfl_3000874770', '1404776901', 'no') ; 
INSERT INTO `wp_options` VALUES (7473204, '_transient_wflginfl_3000874770', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375548, '_transient_timeout_wflginfl_1497450039', '1404584261', 'no') ; 
INSERT INTO `wp_options` VALUES (7375549, '_transient_wflginfl_1497450039', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456613, '_transient_timeout_wflginfl_1414662459', '1404762611', 'no') ; 
INSERT INTO `wp_options` VALUES (7456614, '_transient_wflginfl_1414662459', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514033, '_transient_timeout_wflginfl_3034071700', '1404813354', 'no') ; 
INSERT INTO `wp_options` VALUES (7540334, '_transient_timeout_wflginfl_2955597584', '1404831358', 'no') ; 
INSERT INTO `wp_options` VALUES (7383030, '_transient_timeout_wflginfl_3000899377', '1404599737', 'no') ; 
INSERT INTO `wp_options` VALUES (7383031, '_transient_wflginfl_3000899377', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467907, '_transient_timeout_wflginfl_3153237120', '1404771858', 'no') ; 
INSERT INTO `wp_options` VALUES (7467908, '_transient_wflginfl_3153237120', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374813, '_transient_wflginfl_694325111', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380140, '_transient_timeout_wflginfl_88416147', '1404593513', 'no') ; 
INSERT INTO `wp_options` VALUES (7380141, '_transient_wflginfl_88416147', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381566, '_transient_timeout_wflginfl_3004803243', '1404596472', 'no') ; 
INSERT INTO `wp_options` VALUES (7381567, '_transient_wflginfl_3004803243', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434866, '_transient_timeout_wflginfl_1296987393', '1404746001', 'no') ; 
INSERT INTO `wp_options` VALUES (7434867, '_transient_wflginfl_1296987393', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375492, '_transient_timeout_wflginfl_1976010104', '1404584151', 'no') ; 
INSERT INTO `wp_options` VALUES (7375493, '_transient_wflginfl_1976010104', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374828, '_transient_timeout_wflginfl_3732883023', '1404582930', 'no') ; 
INSERT INTO `wp_options` VALUES (7374829, '_transient_wflginfl_3732883023', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374830, '_transient_timeout_wflginfl_657645151', '1404582941', 'no') ; 
INSERT INTO `wp_options` VALUES (7374831, '_transient_wflginfl_657645151', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381363, '_transient_timeout_wflginfl_3384743019', '1404595999', 'no') ; 
INSERT INTO `wp_options` VALUES (7381364, '_transient_wflginfl_3384743019', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458788, '_transient_timeout_wflginfl_1452673857', '1404764290', 'no') ; 
INSERT INTO `wp_options` VALUES (7458789, '_transient_wflginfl_1452673857', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388255, '_transient_timeout_wflginfl_3202562889', '1404614470', 'no') ; 
INSERT INTO `wp_options` VALUES (7388256, '_transient_wflginfl_3202562889', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374852, '_transient_timeout_wflginfl_2381163597', '1404582984', 'no') ; 
INSERT INTO `wp_options` VALUES (7374853, '_transient_wflginfl_2381163597', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374860, '_transient_timeout_wflginfl_3127555610', '1404582994', 'no') ; 
INSERT INTO `wp_options` VALUES (7374861, '_transient_wflginfl_3127555610', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494542, '_transient_timeout_wflginfl_3578901080', '1404797852', 'no') ; 
INSERT INTO `wp_options` VALUES (7374868, '_transient_timeout_wflginfl_2057537439', '1404583007', 'no') ; 
INSERT INTO `wp_options` VALUES (7374869, '_transient_wflginfl_2057537439', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375223, '_transient_timeout_wflginfl_1466767162', '1404583745', 'no') ; 
INSERT INTO `wp_options` VALUES (7375224, '_transient_wflginfl_1466767162', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516352, '_transient_timeout_wflginfl_1531449170', '1404814995', 'no') ; 
INSERT INTO `wp_options` VALUES (7513916, '_transient_wflginfl_3717421890', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384086, '_transient_timeout_wflginfl_2548065305', '1404602324', 'no') ; 
INSERT INTO `wp_options` VALUES (7384087, '_transient_wflginfl_2548065305', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374888, '_transient_timeout_wflginfl_3122097053', '1404583027', 'no') ; 
INSERT INTO `wp_options` VALUES (7374889, '_transient_wflginfl_3122097053', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541382, '_transient_timeout_wflginfl_3301565958', '1404831557', 'no') ; 
INSERT INTO `wp_options` VALUES (7541383, '_transient_wflginfl_3301565958', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374896, '_transient_timeout_wflginfl_1887838632', '1404583053', 'no') ; 
INSERT INTO `wp_options` VALUES (7374897, '_transient_wflginfl_1887838632', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374898, '_transient_timeout_wflginfl_3321693944', '1404583053', 'no') ; 
INSERT INTO `wp_options` VALUES (7374899, '_transient_wflginfl_3321693944', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484593, '_transient_timeout_wflginfl_1812990000', '1404788505', 'no') ; 
INSERT INTO `wp_options` VALUES (7484594, '_transient_wflginfl_1812990000', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539269, '_transient_timeout_wflginfl_2080814372', '1404830397', 'no') ; 
INSERT INTO `wp_options` VALUES (7539270, '_transient_wflginfl_2080814372', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374913, '_transient_timeout_wflginfl_1607742425', '1404583088', 'no') ; 
INSERT INTO `wp_options` VALUES (7374914, '_transient_wflginfl_1607742425', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378692, '_transient_timeout_wflginfl_2006609564', '1404590731', 'no') ; 
INSERT INTO `wp_options` VALUES (7378693, '_transient_wflginfl_2006609564', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7399052, '_transient_wflginfl_1384713044', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541047, '_transient_wflginfl_3075709829', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374921, '_transient_timeout_wflginfl_100348087', '1404583117', 'no') ; 
INSERT INTO `wp_options` VALUES (7374922, '_transient_wflginfl_100348087', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383122, '_transient_timeout_wflginfl_1501946246', '1404599929', 'no') ; 
INSERT INTO `wp_options` VALUES (7383123, '_transient_wflginfl_1501946246', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535453, '_transient_wflginfl_405543565', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511675, '_transient_wflginfl_1997511790', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396774, '_transient_timeout_wflginfl_1856625815', '1404638241', 'no') ; 
INSERT INTO `wp_options` VALUES (7396775, '_transient_wflginfl_1856625815', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537883, '_transient_timeout_wflginfl_3320679636', '1404829483', 'no') ; 
INSERT INTO `wp_options` VALUES (7537884, '_transient_wflginfl_3320679636', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521736, '_transient_timeout_wflginfl_3161975040', '1404818688', 'no') ; 
INSERT INTO `wp_options` VALUES (7521737, '_transient_wflginfl_3161975040', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374953, '_transient_timeout_wflginfl_2964743776', '1404583176', 'no') ; 
INSERT INTO `wp_options` VALUES (7374954, '_transient_wflginfl_2964743776', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381572, '_transient_timeout_wflginfl_690289620', '1404596483', 'no') ; 
INSERT INTO `wp_options` VALUES (7381573, '_transient_wflginfl_690289620', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424743, '_transient_wflginfl_1502068875', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411620, '_transient_wflginfl_36841678', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421382, '_transient_timeout_wflginfl_3129513873', '1404735426', 'no') ; 
INSERT INTO `wp_options` VALUES (7421383, '_transient_wflginfl_3129513873', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540966, '_transient_timeout_wflginfl_608726775', '1404831391', 'no') ; 
INSERT INTO `wp_options` VALUES (7540967, '_transient_wflginfl_608726775', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387326, '_transient_timeout_wflginfl_1919741232', '1404611514', 'no') ; 
INSERT INTO `wp_options` VALUES (7387327, '_transient_wflginfl_1919741232', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374986, '_transient_timeout_wflginfl_657946562', '1404583273', 'no') ; 
INSERT INTO `wp_options` VALUES (7374987, '_transient_wflginfl_657946562', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7374990, '_transient_timeout_wflginfl_1489978455', '1404583280', 'no') ; 
INSERT INTO `wp_options` VALUES (7374991, '_transient_wflginfl_1489978455', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386106, '_transient_timeout_wflginfl_3491654793', '1404607783', 'no') ; 
INSERT INTO `wp_options` VALUES (7386107, '_transient_wflginfl_3491654793', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423952, '_transient_timeout_wflginfl_3653532937', '1404737568', 'no') ; 
INSERT INTO `wp_options` VALUES (7423953, '_transient_wflginfl_3653532937', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521526, '_transient_timeout_wflginfl_1332196220', '1404818529', 'no') ; 
INSERT INTO `wp_options` VALUES (7521527, '_transient_wflginfl_1332196220', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531675, '_transient_wflginfl_698619402', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525838, '_transient_timeout_wflginfl_2967304435', '1404821748', 'no') ; 
INSERT INTO `wp_options` VALUES (7443367, '_transient_timeout_wflginfl_1442140531', '1404752559', 'no') ; 
INSERT INTO `wp_options` VALUES (7443368, '_transient_wflginfl_1442140531', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474013, '_transient_timeout_wflginfl_780127028', '1404777663', 'no') ; 
INSERT INTO `wp_options` VALUES (7474014, '_transient_wflginfl_780127028', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376218, '_transient_timeout_wflginfl_693240293', '1404585460', 'no') ; 
INSERT INTO `wp_options` VALUES (7376219, '_transient_wflginfl_693240293', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396714, '_transient_timeout_wflginfl_1331989744', '1404638343', 'no') ; 
INSERT INTO `wp_options` VALUES (7396715, '_transient_wflginfl_1331989744', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7541252, '_transient_timeout_wflginfl_3587733337', '1404831485', 'no') ; 
INSERT INTO `wp_options` VALUES (7538173, '_transient_timeout_wflginfl_1539078836', '1404829673', 'no') ; 
INSERT INTO `wp_options` VALUES (7444106, '_transient_timeout_wflginfl_2041091811', '1404753121', 'no') ; 
INSERT INTO `wp_options` VALUES (7444107, '_transient_wflginfl_2041091811', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483781, '_transient_timeout_wflginfl_1162855688', '1404787718', 'no') ; 
INSERT INTO `wp_options` VALUES (7526732, '_transient_timeout_wflginfl_2103666242', '1404822081', 'no') ; 
INSERT INTO `wp_options` VALUES (7384030, '_transient_timeout_wflginfl_529760117', '1404602396', 'no') ; 
INSERT INTO `wp_options` VALUES (7384031, '_transient_wflginfl_529760117', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7537044, '_transient_wflginfl_1321154280', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530324, '_transient_timeout_wflginfl_1854503810', '1404824558', 'no') ; 
INSERT INTO `wp_options` VALUES (7375040, '_transient_timeout_wflginfl_694646323', '1404583379', 'no') ; 
INSERT INTO `wp_options` VALUES (7375041, '_transient_wflginfl_694646323', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375718, '_transient_timeout_wflginfl_703260115', '1404584553', 'no') ; 
INSERT INTO `wp_options` VALUES (7375719, '_transient_wflginfl_703260115', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375050, '_transient_timeout_wflginfl_3318229515', '1404583413', 'no') ; 
INSERT INTO `wp_options` VALUES (7375051, '_transient_wflginfl_3318229515', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375062, '_transient_timeout_wflginfl_1454293530', '1404583426', 'no') ; 
INSERT INTO `wp_options` VALUES (7375063, '_transient_wflginfl_1454293530', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379594, '_transient_timeout_wflginfl_1364784991', '1404592446', 'no') ; 
INSERT INTO `wp_options` VALUES (7379595, '_transient_wflginfl_1364784991', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375913, '_transient_timeout_wflginfl_3635186322', '1404584903', 'no') ; 
INSERT INTO `wp_options` VALUES (7375914, '_transient_wflginfl_3635186322', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396397, '_transient_timeout_wflginfl_1506407983', '1404637519', 'no') ; 
INSERT INTO `wp_options` VALUES (7396398, '_transient_wflginfl_1506407983', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375990, '_transient_timeout_wflginfl_1569717518', '1404585068', 'no') ; 
INSERT INTO `wp_options` VALUES (7375991, '_transient_wflginfl_1569717518', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540324, '_transient_timeout_wflginfl_1923207222', '1404831076', 'no') ; 
INSERT INTO `wp_options` VALUES (7540325, '_transient_wflginfl_1923207222', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387120, '_transient_timeout_wflginfl_3387908281', '1404610855', 'no') ; 
INSERT INTO `wp_options` VALUES (7387121, '_transient_wflginfl_3387908281', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375098, '_transient_timeout_wflginfl_1988685135', '1404583494', 'no') ; 
INSERT INTO `wp_options` VALUES (7375099, '_transient_wflginfl_1988685135', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397337, '_transient_timeout_wflginfl_1605415727', '1404639129', 'no') ; 
INSERT INTO `wp_options` VALUES (7397338, '_transient_wflginfl_1605415727', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7399269, '_transient_timeout_wflginfl_3400218008', '1404717678', 'no') ; 
INSERT INTO `wp_options` VALUES (7399270, '_transient_wflginfl_3400218008', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535843, '_transient_wflginfl_692615176', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522025, '_transient_timeout_wflginfl_3188756561', '1404818861', 'no') ; 
INSERT INTO `wp_options` VALUES (7442587, '_transient_timeout_wflginfl_1437052270', '1404751938', 'no') ; 
INSERT INTO `wp_options` VALUES (7442588, '_transient_wflginfl_1437052270', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500970, '_transient_timeout_wflginfl_3732909791', '1404803580', 'no') ; 
INSERT INTO `wp_options` VALUES (7421788, '_transient_wflginfl_2063099454', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538591, '_transient_timeout_wflginfl_1466256459', '1404829943', 'no') ; 
INSERT INTO `wp_options` VALUES (7538592, '_transient_wflginfl_1466256459', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375112, '_transient_timeout_wflginfl_1333141866', '1404583535', 'no') ; 
INSERT INTO `wp_options` VALUES (7375113, '_transient_wflginfl_1333141866', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375114, '_transient_timeout_wflginfl_1976627028', '1404583535', 'no') ; 
INSERT INTO `wp_options` VALUES (7375115, '_transient_wflginfl_1976627028', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375118, '_transient_timeout_wflginfl_1549979989', '1404583545', 'no') ; 
INSERT INTO `wp_options` VALUES (7375119, '_transient_wflginfl_1549979989', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375128, '_transient_timeout_wflginfl_3302605769', '1404583565', 'no') ; 
INSERT INTO `wp_options` VALUES (7375129, '_transient_wflginfl_3302605769', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375132, '_transient_timeout_wflginfl_1202083416', '1404583569', 'no') ; 
INSERT INTO `wp_options` VALUES (7375133, '_transient_wflginfl_1202083416', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393148, '_transient_timeout_wflginfl_1502645795', '1404629873', 'no') ; 
INSERT INTO `wp_options` VALUES (7393149, '_transient_wflginfl_1502645795', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470235, '_transient_timeout_wflginfl_697167770', '1404773938', 'no') ; 
INSERT INTO `wp_options` VALUES (7470236, '_transient_wflginfl_697167770', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488326, '_transient_timeout_wflginfl_2984698021', '1404792070', 'no') ; 
INSERT INTO `wp_options` VALUES (7488327, '_transient_wflginfl_2984698021', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539207, '_transient_timeout_wflginfl_2466202942', '1404830355', 'no') ; 
INSERT INTO `wp_options` VALUES (7539208, '_transient_wflginfl_2466202942', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511364, '_transient_timeout_wflginfl_2036407930', '1404811507', 'no') ; 
INSERT INTO `wp_options` VALUES (7445339, '_transient_wflginfl_2979323878', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7386258, '_transient_timeout_wflginfl_3307308252', '1404608279', 'no') ; 
INSERT INTO `wp_options` VALUES (7386259, '_transient_wflginfl_3307308252', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375164, '_transient_timeout_wflginfl_1333922260', '1404583631', 'no') ; 
INSERT INTO `wp_options` VALUES (7375165, '_transient_wflginfl_1333922260', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525034, '_transient_timeout_wflginfl_1319023722', '1404820930', 'no') ; 
INSERT INTO `wp_options` VALUES (7536806, '_transient_wflginfl_1832947514', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381232, '_transient_timeout_wflginfl_3137802208', '1404595686', 'no') ; 
INSERT INTO `wp_options` VALUES (7381233, '_transient_wflginfl_3137802208', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375180, '_transient_timeout_wflginfl_3318415691', '1404583653', 'no') ; 
INSERT INTO `wp_options` VALUES (7375181, '_transient_wflginfl_3318415691', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474566, '_transient_timeout_wflginfl_2343815165', '1404778490', 'no') ; 
INSERT INTO `wp_options` VALUES (7474567, '_transient_wflginfl_2343815165', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7439711, '_transient_timeout_wflginfl_708579916', '1404749706', 'no') ; 
INSERT INTO `wp_options` VALUES (7533771, '_transient_timeout_wflginfl_1358048367', '1404826771', 'no') ; 
INSERT INTO `wp_options` VALUES (7380544, '_transient_timeout_wflginfl_520520333', '1404594346', 'no') ; 
INSERT INTO `wp_options` VALUES (7380545, '_transient_wflginfl_520520333', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513834, '_transient_wflginfl_3264746099', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540202, '_transient_timeout_wflginfl_3569917140', '1404831007', 'no') ; 
INSERT INTO `wp_options` VALUES (7375194, '_transient_timeout_wflginfl_1519661202', '1404583681', 'no') ; 
INSERT INTO `wp_options` VALUES (7375195, '_transient_wflginfl_1519661202', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385128, '_transient_timeout_wflginfl_1549949093', '1404605163', 'no') ; 
INSERT INTO `wp_options` VALUES (7378517, '_transient_timeout_wflginfl_1076400939', '1404590416', 'no') ; 
INSERT INTO `wp_options` VALUES (7375203, '_transient_timeout_wflginfl_3399492445', '1404583718', 'no') ; 
INSERT INTO `wp_options` VALUES (7375204, '_transient_wflginfl_3399492445', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541184, '_transient_timeout_wflginfl_1581478685', '1404831459', 'no') ; 
INSERT INTO `wp_options` VALUES (7541185, '_transient_wflginfl_1581478685', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418385, '_transient_timeout_wflginfl_2448167683', '1404732957', 'no') ; 
INSERT INTO `wp_options` VALUES (7418386, '_transient_wflginfl_2448167683', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397033, '_transient_timeout_wflginfl_1464094217', '1404638817', 'no') ; 
INSERT INTO `wp_options` VALUES (7434828, '_transient_timeout_wflginfl_3023348710', '1404745976', 'no') ; 
INSERT INTO `wp_options` VALUES (7375231, '_transient_timeout_wflginfl_2057885201', '1404583756', 'no') ; 
INSERT INTO `wp_options` VALUES (7375232, '_transient_wflginfl_2057885201', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375250, '_transient_timeout_wflginfl_1306349860', '1404583774', 'no') ; 
INSERT INTO `wp_options` VALUES (7375240, '_transient_timeout_wflginfl_657544550', '1404583766', 'no') ; 
INSERT INTO `wp_options` VALUES (7375241, '_transient_wflginfl_657544550', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381211, '_transient_timeout_wflginfl_3000942859', '1404595658', 'no') ; 
INSERT INTO `wp_options` VALUES (7381212, '_transient_wflginfl_3000942859', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375251, '_transient_wflginfl_1306349860', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375252, '_transient_timeout_wflginfl_1481892939', '1404583774', 'no') ; 
INSERT INTO `wp_options` VALUES (7375253, '_transient_wflginfl_1481892939', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7399916, '_transient_timeout_wflginfl_787917455', '1404718257', 'no') ; 
INSERT INTO `wp_options` VALUES (7399917, '_transient_wflginfl_787917455', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384225, '_transient_timeout_wflginfl_3245196387', '1404602656', 'no') ; 
INSERT INTO `wp_options` VALUES (7384226, '_transient_wflginfl_3245196387', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518237, '_transient_timeout_wflginfl_3569905601', '1404816306', 'no') ; 
INSERT INTO `wp_options` VALUES (7518238, '_transient_wflginfl_3569905601', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375268, '_transient_timeout_wflginfl_3169912395', '1404583795', 'no') ; 
INSERT INTO `wp_options` VALUES (7375269, '_transient_wflginfl_3169912395', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375275, '_transient_timeout_wflginfl_1975572641', '1404583810', 'no') ; 
INSERT INTO `wp_options` VALUES (7375276, '_transient_wflginfl_1975572641', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396067, '_transient_timeout_wflginfl_1453328999', '1404636924', 'no') ; 
INSERT INTO `wp_options` VALUES (7396068, '_transient_wflginfl_1453328999', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464396, '_transient_timeout_wflginfl_1887928397', '1404768865', 'no') ; 
INSERT INTO `wp_options` VALUES (7458136, '_transient_timeout_wflginfl_1386858983', '1404763769', 'no') ; 
INSERT INTO `wp_options` VALUES (7391544, '_transient_timeout_wflginfl_1565948628', '1404624847', 'no') ; 
INSERT INTO `wp_options` VALUES (7391545, '_transient_wflginfl_1565948628', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375287, '_transient_timeout_wflginfl_2039571269', '1404583821', 'no') ; 
INSERT INTO `wp_options` VALUES (7375288, '_transient_wflginfl_2039571269', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491362, '_transient_timeout_wflginfl_1777172788', '1404794942', 'no') ; 
INSERT INTO `wp_options` VALUES (7491363, '_transient_wflginfl_1777172788', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513376, '_transient_wflginfl_3157601880', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541434, '_transient_timeout_wflginfl_3047501320', '1404831688', 'no') ; 
INSERT INTO `wp_options` VALUES (7375312, '_transient_timeout_wflginfl_657124315', '1404583862', 'no') ; 
INSERT INTO `wp_options` VALUES (7375313, '_transient_wflginfl_657124315', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395383, '_transient_timeout_wflginfl_42575236', '1404635589', 'no') ; 
INSERT INTO `wp_options` VALUES (7541879, '_transient_timeout_wflginfl_3154293518', '1404902940', 'no') ; 
INSERT INTO `wp_options` VALUES (7541880, '_transient_wflginfl_3154293518', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476708, '_transient_timeout_wflginfl_1448997569', '1404780408', 'no') ; 
INSERT INTO `wp_options` VALUES (7476709, '_transient_wflginfl_1448997569', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386499, '_transient_timeout_wflginfl_1286606931', '1404609015', 'no') ; 
INSERT INTO `wp_options` VALUES (7386500, '_transient_wflginfl_1286606931', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455311, '_transient_timeout_wflginfl_775977582', '1404761631', 'no') ; 
INSERT INTO `wp_options` VALUES (7455312, '_transient_wflginfl_775977582', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375338, '_transient_timeout_wflginfl_3651418639', '1404583896', 'no') ; 
INSERT INTO `wp_options` VALUES (7375339, '_transient_wflginfl_3651418639', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444358, '_transient_timeout_wflginfl_1827712335', '1404753314', 'no') ; 
INSERT INTO `wp_options` VALUES (7444359, '_transient_wflginfl_1827712335', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444991, '_transient_timeout_wflginfl_1538880783', '1404753785', 'no') ; 
INSERT INTO `wp_options` VALUES (7444992, '_transient_wflginfl_1538880783', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463476, '_transient_wflginfl_3201524879', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7541366, '_transient_timeout_wflginfl_1854641539', '1404831545', 'no') ; 
INSERT INTO `wp_options` VALUES (7468162, '_transient_wflginfl_1532866675', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464452, '_transient_wflginfl_1547358336', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383333, '_transient_timeout_wflginfl_702200931', '1404600379', 'no') ; 
INSERT INTO `wp_options` VALUES (7383334, '_transient_wflginfl_702200931', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395059, '_transient_timeout_wflginfl_2053787692', '1404634844', 'no') ; 
INSERT INTO `wp_options` VALUES (7395060, '_transient_wflginfl_2053787692', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397559, '_transient_wflginfl_1449522294', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435583, '_transient_timeout_wflginfl_1835236327', '1404746532', 'no') ; 
INSERT INTO `wp_options` VALUES (7375377, '_transient_timeout_wflginfl_609356094', '1404583966', 'no') ; 
INSERT INTO `wp_options` VALUES (7375378, '_transient_wflginfl_609356094', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394549, '_transient_timeout_wflginfl_1501990151', '1404633545', 'no') ; 
INSERT INTO `wp_options` VALUES (7394550, '_transient_wflginfl_1501990151', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375383, '_transient_timeout_wflginfl_1776463689', '1404583984', 'no') ; 
INSERT INTO `wp_options` VALUES (7375384, '_transient_wflginfl_1776463689', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461208, '_transient_timeout_wflginfl_1773707874', '1404766182', 'no') ; 
INSERT INTO `wp_options` VALUES (7461209, '_transient_wflginfl_1773707874', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375391, '_transient_timeout_wflginfl_1336555150', '1404583994', 'no') ; 
INSERT INTO `wp_options` VALUES (7375392, '_transient_wflginfl_1336555150', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458580, '_transient_wflginfl_1595104225', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437384, '_transient_wflginfl_1536588970', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375789, '_transient_timeout_wflginfl_1771880555', '1404584705', 'no') ; 
INSERT INTO `wp_options` VALUES (7375790, '_transient_wflginfl_1771880555', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387544, '_transient_timeout_wflginfl_694542746', '1404612140', 'no') ; 
INSERT INTO `wp_options` VALUES (7387545, '_transient_wflginfl_694542746', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375409, '_transient_timeout_wflginfl_3069032629', '1404584020', 'no') ; 
INSERT INTO `wp_options` VALUES (7375410, '_transient_wflginfl_3069032629', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449067, '_transient_timeout_wflginfl_39333508', '1404756861', 'no') ; 
INSERT INTO `wp_options` VALUES (7449068, '_transient_wflginfl_39333508', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541499, '_transient_timeout_wflginfl_3154295986', '1404833562', 'no') ; 
INSERT INTO `wp_options` VALUES (7541500, '_transient_wflginfl_3154295986', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381753, '_transient_timeout_wflginfl_1562746154', '1404596876', 'no') ; 
INSERT INTO `wp_options` VALUES (7381754, '_transient_wflginfl_1562746154', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398223, '_transient_timeout_wflginfl_3144797573', '1404646630', 'no') ; 
INSERT INTO `wp_options` VALUES (7398224, '_transient_wflginfl_3144797573', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375446, '_transient_timeout_wflginfl_1537128660', '1404584093', 'no') ; 
INSERT INTO `wp_options` VALUES (7375447, '_transient_wflginfl_1537128660', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397655, '_transient_timeout_wflginfl_1835081925', '1404639816', 'no') ; 
INSERT INTO `wp_options` VALUES (7397656, '_transient_wflginfl_1835081925', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377078, '_transient_timeout_wflginfl_3301529788', '1404587041', 'no') ; 
INSERT INTO `wp_options` VALUES (7377079, '_transient_wflginfl_3301529788', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493209, '_transient_timeout_wflginfl_1773710569', '1404796847', 'no') ; 
INSERT INTO `wp_options` VALUES (7531569, '_transient_wflginfl_3319572766', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375458, '_transient_timeout_wflginfl_3065119815', '1404584110', 'no') ; 
INSERT INTO `wp_options` VALUES (7375459, '_transient_wflginfl_3065119815', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377375, '_transient_timeout_wflginfl_1986295983', '1404587602', 'no') ; 
INSERT INTO `wp_options` VALUES (7377376, '_transient_wflginfl_1986295983', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512862, '_transient_wflginfl_1333118340', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541009, '_transient_wflginfl_1608660500', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375474, '_transient_timeout_wflginfl_694348471', '1404584123', 'no') ; 
INSERT INTO `wp_options` VALUES (7375475, '_transient_wflginfl_694348471', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484497, '_transient_timeout_wflginfl_2108007908', '1404788401', 'no') ; 
INSERT INTO `wp_options` VALUES (7484498, '_transient_wflginfl_2108007908', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375486, '_transient_timeout_wflginfl_830516244', '1404584140', 'no') ; 
INSERT INTO `wp_options` VALUES (7375487, '_transient_wflginfl_830516244', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376334, '_transient_timeout_wflginfl_18289581', '1404585652', 'no') ; 
INSERT INTO `wp_options` VALUES (7376335, '_transient_wflginfl_18289581', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538792, '_transient_wflginfl_1337067954', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540245, '_transient_wflginfl_2344741786', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378149, '_transient_timeout_wflginfl_3104788762', '1404589713', 'no') ; 
INSERT INTO `wp_options` VALUES (7378150, '_transient_wflginfl_3104788762', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375500, '_transient_timeout_wflginfl_694224963', '1404584171', 'no') ; 
INSERT INTO `wp_options` VALUES (7375501, '_transient_wflginfl_694224963', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386678, '_transient_timeout_wflginfl_1843715740', '1404609611', 'no') ; 
INSERT INTO `wp_options` VALUES (7386679, '_transient_wflginfl_1843715740', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539671, '_transient_timeout_wflginfl_785841417', '1404830910', 'no') ; 
INSERT INTO `wp_options` VALUES (7539672, '_transient_wflginfl_785841417', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7485839, '_transient_timeout_wflginfl_2266462866', '1404789656', 'no') ; 
INSERT INTO `wp_options` VALUES (7485840, '_transient_wflginfl_2266462866', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375516, '_transient_timeout_wflginfl_2001299667', '1404584192', 'no') ; 
INSERT INTO `wp_options` VALUES (7375517, '_transient_wflginfl_2001299667', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375518, '_transient_timeout_wflginfl_3535524693', '1404584193', 'no') ; 
INSERT INTO `wp_options` VALUES (7375519, '_transient_wflginfl_3535524693', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397371, '_transient_timeout_wflginfl_3188965075', '1404639200', 'no') ; 
INSERT INTO `wp_options` VALUES (7397372, '_transient_wflginfl_3188965075', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522572, '_transient_wflginfl_3735304771', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539565, '_transient_timeout_wflginfl_1569697953', '1404830592', 'no') ; 
INSERT INTO `wp_options` VALUES (7376762, '_transient_timeout_wflginfl_3570902699', '1404586437', 'no') ; 
INSERT INTO `wp_options` VALUES (7376763, '_transient_wflginfl_3570902699', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537827, '_transient_timeout_wflginfl_2945116845', '1404829439', 'no') ; 
INSERT INTO `wp_options` VALUES (7540568, '_transient_timeout_wflginfl_1502330496', '1404831203', 'no') ; 
INSERT INTO `wp_options` VALUES (7380059, '_transient_timeout_wflginfl_1336885797', '1404593306', 'no') ; 
INSERT INTO `wp_options` VALUES (7380060, '_transient_wflginfl_1336885797', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378614, '_transient_timeout_wflginfl_2549794129', '1404590581', 'no') ; 
INSERT INTO `wp_options` VALUES (7378615, '_transient_wflginfl_2549794129', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393864, '_transient_timeout_wflginfl_3031905254', '1404631724', 'no') ; 
INSERT INTO `wp_options` VALUES (7393865, '_transient_wflginfl_3031905254', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482019, '_transient_timeout_wflginfl_3145271883', '1404786000', 'no') ; 
INSERT INTO `wp_options` VALUES (7482020, '_transient_wflginfl_3145271883', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393098, '_transient_timeout_wflginfl_1897350338', '1404629738', 'no') ; 
INSERT INTO `wp_options` VALUES (7393099, '_transient_wflginfl_1897350338', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383855, '_transient_timeout_wflginfl_1365884447', '1404601703', 'no') ; 
INSERT INTO `wp_options` VALUES (7383856, '_transient_wflginfl_1365884447', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449219, '_transient_timeout_wflginfl_2182712625', '1404757001', 'no') ; 
INSERT INTO `wp_options` VALUES (7449220, '_transient_wflginfl_2182712625', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381496, '_transient_timeout_wflginfl_3195575314', '1404596317', 'no') ; 
INSERT INTO `wp_options` VALUES (7381497, '_transient_wflginfl_3195575314', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465670, '_transient_timeout_wflginfl_3587586494', '1404770204', 'no') ; 
INSERT INTO `wp_options` VALUES (7465671, '_transient_wflginfl_3587586494', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7394293, '_transient_timeout_wflginfl_628474214', '1404632815', 'no') ; 
INSERT INTO `wp_options` VALUES (7394294, '_transient_wflginfl_628474214', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375574, '_transient_timeout_wflginfl_3065131476', '1404584317', 'no') ; 
INSERT INTO `wp_options` VALUES (7375575, '_transient_wflginfl_3065131476', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539796, '_transient_timeout_wflginfl_2996073507', '1404830746', 'no') ; 
INSERT INTO `wp_options` VALUES (7538371, '_transient_timeout_wflginfl_3680242440', '1404829797', 'no') ; 
INSERT INTO `wp_options` VALUES (7397907, '_transient_timeout_wflginfl_2925513684', '1404640285', 'no') ; 
INSERT INTO `wp_options` VALUES (7397908, '_transient_wflginfl_2925513684', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540572, '_transient_timeout_wflginfl_1417173080', '1404831205', 'no') ; 
INSERT INTO `wp_options` VALUES (7540573, '_transient_wflginfl_1417173080', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380856, '_transient_timeout_wflginfl_1318450026', '1404594918', 'no') ; 
INSERT INTO `wp_options` VALUES (7380857, '_transient_wflginfl_1318450026', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538456, '_transient_wflginfl_3197706835', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389476, '_transient_wflginfl_3500730589', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7492274, '_transient_timeout_wflginfl_1816302109', '1404795791', 'no') ; 
INSERT INTO `wp_options` VALUES (7492275, '_transient_wflginfl_1816302109', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380231, '_transient_wflginfl_1386785719', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480714, '_transient_wflginfl_1136169171', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381207, '_transient_timeout_wflginfl_1491747693', '1404595648', 'no') ; 
INSERT INTO `wp_options` VALUES (7395384, '_transient_wflginfl_42575236', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381208, '_transient_wflginfl_1491747693', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375602, '_transient_timeout_wflginfl_657437146', '1404584349', 'no') ; 
INSERT INTO `wp_options` VALUES (7375603, '_transient_wflginfl_657437146', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527310, '_transient_timeout_wflginfl_1533628758', '1404822481', 'no') ; 
INSERT INTO `wp_options` VALUES (7469984, '_transient_wflginfl_1336506891', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385102, '_transient_timeout_wflginfl_92635862', '1404605116', 'no') ; 
INSERT INTO `wp_options` VALUES (7385103, '_transient_wflginfl_92635862', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375612, '_transient_timeout_wflginfl_1466788410', '1404584356', 'no') ; 
INSERT INTO `wp_options` VALUES (7375613, '_transient_wflginfl_1466788410', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382608, '_transient_timeout_wflginfl_688735894', '1404598692', 'no') ; 
INSERT INTO `wp_options` VALUES (7382609, '_transient_wflginfl_688735894', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378823, '_transient_timeout_wflginfl_622816094', '1404591001', 'no') ; 
INSERT INTO `wp_options` VALUES (7378824, '_transient_wflginfl_622816094', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378764, '_transient_timeout_wflginfl_1568036992', '1404590880', 'no') ; 
INSERT INTO `wp_options` VALUES (7382514, '_transient_timeout_wflginfl_1586020878', '1404598469', 'no') ; 
INSERT INTO `wp_options` VALUES (7382515, '_transient_wflginfl_1586020878', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519970, '_transient_timeout_wflginfl_1109118804', '1404817498', 'no') ; 
INSERT INTO `wp_options` VALUES (7519971, '_transient_wflginfl_1109118804', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457304, '_transient_timeout_wflginfl_1896561084', '1404763121', 'no') ; 
INSERT INTO `wp_options` VALUES (7457305, '_transient_wflginfl_1896561084', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391020, '_transient_timeout_wflginfl_1176189577', '1404623308', 'no') ; 
INSERT INTO `wp_options` VALUES (7391021, '_transient_wflginfl_1176189577', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532688, '_transient_timeout_wflginfl_20258677', '1404826076', 'no') ; 
INSERT INTO `wp_options` VALUES (7378765, '_transient_wflginfl_1568036992', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534664, '_transient_timeout_wflginfl_1729072194', '1404827353', 'no') ; 
INSERT INTO `wp_options` VALUES (7397823, '_transient_timeout_wflginfl_3216425619', '1404640043', 'no') ; 
INSERT INTO `wp_options` VALUES (7540792, '_transient_timeout_wflginfl_1466128903', '1404831319', 'no') ; 
INSERT INTO `wp_options` VALUES (7439318, '_transient_timeout_wflginfl_1430436370', '1404749409', 'no') ; 
INSERT INTO `wp_options` VALUES (7539053, '_transient_timeout_wflginfl_1430678179', '1404830232', 'no') ; 
INSERT INTO `wp_options` VALUES (7539054, '_transient_wflginfl_1430678179', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484295, '_transient_timeout_wflginfl_703197759', '1404788179', 'no') ; 
INSERT INTO `wp_options` VALUES (7538914, '_transient_wflginfl_1548898536', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375673, '_transient_timeout_wflginfl_1349458341', '1404584472', 'no') ; 
INSERT INTO `wp_options` VALUES (7375674, '_transient_wflginfl_1349458341', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432321, '_transient_timeout_wflginfl_1213954141', '1404744301', 'no') ; 
INSERT INTO `wp_options` VALUES (7432322, '_transient_wflginfl_1213954141', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7375694, '_transient_timeout_wflginfl_1536168633', '1404584514', 'no') ; 
INSERT INTO `wp_options` VALUES (7375695, '_transient_wflginfl_1536168633', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375696, '_transient_timeout_wflginfl_387708970', '1404584519', 'no') ; 
INSERT INTO `wp_options` VALUES (7375697, '_transient_wflginfl_387708970', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7409064, '_transient_timeout_wflginfl_2067760585', '1404725642', 'no') ; 
INSERT INTO `wp_options` VALUES (7409065, '_transient_wflginfl_2067760585', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375700, '_transient_timeout_wflginfl_529978079', '1404584522', 'no') ; 
INSERT INTO `wp_options` VALUES (7375701, '_transient_wflginfl_529978079', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378740, '_transient_timeout_wflginfl_2101246078', '1404590842', 'no') ; 
INSERT INTO `wp_options` VALUES (7378741, '_transient_wflginfl_2101246078', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541090, '_transient_timeout_wflginfl_1227432984', '1404831430', 'no') ; 
INSERT INTO `wp_options` VALUES (7435066, '_transient_timeout_wflginfl_1143774197', '1404746457', 'no') ; 
INSERT INTO `wp_options` VALUES (7375716, '_transient_timeout_wflginfl_1743081363', '1404584545', 'no') ; 
INSERT INTO `wp_options` VALUES (7375717, '_transient_wflginfl_1743081363', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527311, '_transient_wflginfl_1533628758', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503608, '_transient_wflginfl_1389423184', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375738, '_transient_timeout_wflginfl_1039510590', '1404584591', 'no') ; 
INSERT INTO `wp_options` VALUES (7375739, '_transient_wflginfl_1039510590', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375740, '_transient_timeout_wflginfl_2366164572', '1404584592', 'no') ; 
INSERT INTO `wp_options` VALUES (7375741, '_transient_wflginfl_2366164572', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375746, '_transient_timeout_wflginfl_1605539110', '1404584613', 'no') ; 
INSERT INTO `wp_options` VALUES (7375747, '_transient_wflginfl_1605539110', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537391, '_transient_timeout_wflginfl_1941051706', '1404829158', 'no') ; 
INSERT INTO `wp_options` VALUES (7537392, '_transient_wflginfl_1941051706', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375762, '_transient_timeout_wflginfl_1452333271', '1404584645', 'no') ; 
INSERT INTO `wp_options` VALUES (7375763, '_transient_wflginfl_1452333271', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540832, '_transient_timeout_wflginfl_772648108', '1404831336', 'no') ; 
INSERT INTO `wp_options` VALUES (7540833, '_transient_wflginfl_772648108', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375770, '_transient_timeout_wflginfl_1908925806', '1404584662', 'no') ; 
INSERT INTO `wp_options` VALUES (7375771, '_transient_wflginfl_1908925806', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375785, '_transient_timeout_wflginfl_3568500219', '1404584698', 'no') ; 
INSERT INTO `wp_options` VALUES (7395883, '_transient_timeout_wflginfl_1332887396', '1404636683', 'no') ; 
INSERT INTO `wp_options` VALUES (7395884, '_transient_wflginfl_1332887396', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375786, '_transient_wflginfl_3568500219', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528911, '_transient_wflginfl_1332468740', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509838, '_transient_wflginfl_2015133536', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484866, '_transient_timeout_wflginfl_1742766851', '1404788750', 'no') ; 
INSERT INTO `wp_options` VALUES (7484867, '_transient_wflginfl_1742766851', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529390, '_transient_timeout_wflginfl_693571508', '1404823926', 'no') ; 
INSERT INTO `wp_options` VALUES (7529391, '_transient_wflginfl_693571508', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396185, '_transient_timeout_wflginfl_3685202986', '1404637161', 'no') ; 
INSERT INTO `wp_options` VALUES (7396186, '_transient_wflginfl_3685202986', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375809, '_transient_timeout_wflginfl_3147520502', '1404584740', 'no') ; 
INSERT INTO `wp_options` VALUES (7375810, '_transient_wflginfl_3147520502', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376507, '_transient_timeout_wflginfl_3156198134', '1404585946', 'no') ; 
INSERT INTO `wp_options` VALUES (7376508, '_transient_wflginfl_3156198134', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377899, '_transient_timeout_wflginfl_2536802037', '1404588520', 'no') ; 
INSERT INTO `wp_options` VALUES (7377900, '_transient_wflginfl_2536802037', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540123, '_transient_wflginfl_2996105383', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424117, '_transient_timeout_wflginfl_1384713606', '1404737702', 'no') ; 
INSERT INTO `wp_options` VALUES (7381887, '_transient_timeout_wflginfl_1984196754', '1404597130', 'no') ; 
INSERT INTO `wp_options` VALUES (7381888, '_transient_wflginfl_1984196754', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395138, '_transient_timeout_wflginfl_35739252', '1404635010', 'no') ; 
INSERT INTO `wp_options` VALUES (7395139, '_transient_wflginfl_35739252', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395504, '_transient_timeout_wflginfl_3720929327', '1404635878', 'no') ; 
INSERT INTO `wp_options` VALUES (7395505, '_transient_wflginfl_3720929327', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375833, '_transient_timeout_wflginfl_704299810', '1404584783', 'no') ; 
INSERT INTO `wp_options` VALUES (7375834, '_transient_wflginfl_704299810', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385888, '_transient_timeout_wflginfl_1975993565', '1404607165', 'no') ; 
INSERT INTO `wp_options` VALUES (7385889, '_transient_wflginfl_1975993565', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457163, '_transient_wflginfl_1209772084', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416867, '_transient_wflginfl_248470372', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385774, '_transient_timeout_wflginfl_3318230994', '1404606840', 'no') ; 
INSERT INTO `wp_options` VALUES (7385775, '_transient_wflginfl_3318230994', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397859, '_transient_timeout_wflginfl_3155789582', '1404640134', 'no') ; 
INSERT INTO `wp_options` VALUES (7397860, '_transient_wflginfl_3155789582', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375859, '_transient_timeout_wflginfl_831564525', '1404584830', 'no') ; 
INSERT INTO `wp_options` VALUES (7375860, '_transient_wflginfl_831564525', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375861, '_transient_timeout_wflginfl_1887856987', '1404584834', 'no') ; 
INSERT INTO `wp_options` VALUES (7375862, '_transient_wflginfl_1887856987', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397101, '_transient_wflginfl_657552702', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7399132, '_transient_wflginfl_2050275202', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483782, '_transient_wflginfl_1162855688', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539249, '_transient_timeout_wflginfl_1777161369', '1404830380', 'no') ; 
INSERT INTO `wp_options` VALUES (7379287, '_transient_timeout_wflginfl_3035297012', '1404591778', 'no') ; 
INSERT INTO `wp_options` VALUES (7379288, '_transient_wflginfl_3035297012', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375871, '_transient_timeout_wflginfl_1549097652', '1404584847', 'no') ; 
INSERT INTO `wp_options` VALUES (7375872, '_transient_wflginfl_1549097652', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499745, '_transient_timeout_wflginfl_237005464', '1404802650', 'no') ; 
INSERT INTO `wp_options` VALUES (7540439, '_transient_wflginfl_1024620099', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499746, '_transient_wflginfl_237005464', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460102, '_transient_timeout_wflginfl_1604323620', '1404765297', 'no') ; 
INSERT INTO `wp_options` VALUES (7460103, '_transient_wflginfl_1604323620', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495211, '_transient_timeout_wflginfl_1348623799', '1404798473', 'no') ; 
INSERT INTO `wp_options` VALUES (7495212, '_transient_wflginfl_1348623799', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540152, '_transient_timeout_wflginfl_3141733482', '1404830975', 'no') ; 
INSERT INTO `wp_options` VALUES (7540153, '_transient_wflginfl_3141733482', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412840, '_transient_wflginfl_1293687910', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458252, '_transient_timeout_wflginfl_3562893896', '1404763856', 'no') ; 
INSERT INTO `wp_options` VALUES (7458253, '_transient_wflginfl_3562893896', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377532, '_transient_timeout_wflginfl_1293814720', '1404587947', 'no') ; 
INSERT INTO `wp_options` VALUES (7377533, '_transient_wflginfl_1293814720', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7409738, '_transient_timeout_wflginfl_1466783824', '1404726103', 'no') ; 
INSERT INTO `wp_options` VALUES (7409739, '_transient_wflginfl_1466783824', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538772, '_transient_wflginfl_3411518244', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540483, '_transient_wflginfl_3393606829', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388643, '_transient_timeout_wflginfl_415252755', '1404615688', 'no') ; 
INSERT INTO `wp_options` VALUES (7388644, '_transient_wflginfl_415252755', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384171, '_transient_timeout_wflginfl_2925799696', '1404602545', 'no') ; 
INSERT INTO `wp_options` VALUES (7384172, '_transient_wflginfl_2925799696', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375931, '_transient_timeout_wflginfl_657242496', '1404584929', 'no') ; 
INSERT INTO `wp_options` VALUES (7375932, '_transient_wflginfl_657242496', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434830, '_transient_timeout_wflginfl_1286971497', '1404745976', 'no') ; 
INSERT INTO `wp_options` VALUES (7434831, '_transient_wflginfl_1286971497', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484489, '_transient_timeout_wflginfl_2033582754', '1404788391', 'no') ; 
INSERT INTO `wp_options` VALUES (7484490, '_transient_wflginfl_2033582754', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377397, '_transient_timeout_wflginfl_1771981796', '1404587640', 'no') ; 
INSERT INTO `wp_options` VALUES (7377398, '_transient_wflginfl_1771981796', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375947, '_transient_timeout_wflginfl_1609151080', '1404584986', 'no') ; 
INSERT INTO `wp_options` VALUES (7375948, '_transient_wflginfl_1609151080', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470453, '_transient_timeout_wflginfl_1559610082', '1404774143', 'no') ; 
INSERT INTO `wp_options` VALUES (7470454, '_transient_wflginfl_1559610082', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539183, '_transient_timeout_wflginfl_3583498179', '1404830852', 'no') ; 
INSERT INTO `wp_options` VALUES (7539184, '_transient_wflginfl_3583498179', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7375953, '_transient_timeout_wflginfl_3318556474', '1404584992', 'no') ; 
INSERT INTO `wp_options` VALUES (7375954, '_transient_wflginfl_3318556474', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541236, '_transient_timeout_wflginfl_414414609', '1404831480', 'no') ; 
INSERT INTO `wp_options` VALUES (7541237, '_transient_wflginfl_414414609', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537070, '_transient_wflginfl_1194738443', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412839, '_transient_timeout_wflginfl_1293687910', '1404728221', 'no') ; 
INSERT INTO `wp_options` VALUES (7375963, '_transient_timeout_wflginfl_1569700935', '1404585017', 'no') ; 
INSERT INTO `wp_options` VALUES (7375964, '_transient_wflginfl_1569700935', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456754, '_transient_timeout_wflginfl_1398358722', '1404762713', 'no') ; 
INSERT INTO `wp_options` VALUES (7456755, '_transient_wflginfl_1398358722', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375971, '_transient_timeout_wflginfl_1504028377', '1404585032', 'no') ; 
INSERT INTO `wp_options` VALUES (7375972, '_transient_wflginfl_1504028377', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376250, '_transient_timeout_wflginfl_1332839077', '1404585506', 'no') ; 
INSERT INTO `wp_options` VALUES (7540237, '_transient_wflginfl_1315001469', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7408392, '_transient_timeout_wflginfl_658201174', '1404725165', 'no') ; 
INSERT INTO `wp_options` VALUES (7384793, '_transient_timeout_wflginfl_1597725944', '1404604278', 'no') ; 
INSERT INTO `wp_options` VALUES (7384794, '_transient_wflginfl_1597725944', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376581, '_transient_timeout_wflginfl_1988750393', '1404586079', 'no') ; 
INSERT INTO `wp_options` VALUES (7376582, '_transient_wflginfl_1988750393', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7375992, '_transient_timeout_wflginfl_1887840186', '1404585072', 'no') ; 
INSERT INTO `wp_options` VALUES (7375993, '_transient_wflginfl_1887840186', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378662, '_transient_timeout_wflginfl_704514494', '1404590646', 'no') ; 
INSERT INTO `wp_options` VALUES (7378663, '_transient_wflginfl_704514494', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529993, '_transient_wflginfl_1935289779', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539927, '_transient_wflginfl_1246451483', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376010, '_transient_timeout_wflginfl_1383246117', '1404585092', 'no') ; 
INSERT INTO `wp_options` VALUES (7376011, '_transient_wflginfl_1383246117', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376251, '_transient_wflginfl_1332839077', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382224, '_transient_timeout_wflginfl_1335391704', '1404597846', 'no') ; 
INSERT INTO `wp_options` VALUES (7382225, '_transient_wflginfl_1335391704', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432671, '_transient_timeout_wflginfl_1298603833', '1404744303', 'no') ; 
INSERT INTO `wp_options` VALUES (7432672, '_transient_wflginfl_1298603833', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411105, '_transient_timeout_wflginfl_1870128942', '1404727033', 'no') ; 
INSERT INTO `wp_options` VALUES (7411106, '_transient_wflginfl_1870128942', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377425, '_transient_timeout_wflginfl_3015284655', '1404587695', 'no') ; 
INSERT INTO `wp_options` VALUES (7377426, '_transient_wflginfl_3015284655', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452008, '_transient_timeout_wflginfl_1429826916', '1404759199', 'no') ; 
INSERT INTO `wp_options` VALUES (7452009, '_transient_wflginfl_1429826916', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376036, '_transient_timeout_wflginfl_702818566', '1404585141', 'no') ; 
INSERT INTO `wp_options` VALUES (7376037, '_transient_wflginfl_702818566', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471913, '_transient_timeout_wflginfl_3273815042', '1404775646', 'no') ; 
INSERT INTO `wp_options` VALUES (7471914, '_transient_wflginfl_3273815042', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443751, '_transient_timeout_wflginfl_2991324878', '1404752870', 'no') ; 
INSERT INTO `wp_options` VALUES (7443752, '_transient_wflginfl_2991324878', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376050, '_transient_timeout_wflginfl_656513254', '1404585165', 'no') ; 
INSERT INTO `wp_options` VALUES (7376051, '_transient_wflginfl_656513254', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378091, '_transient_timeout_wflginfl_658190839', '1404589564', 'no') ; 
INSERT INTO `wp_options` VALUES (7378092, '_transient_wflginfl_658190839', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473357, '_transient_timeout_wflginfl_35545536', '1404777026', 'no') ; 
INSERT INTO `wp_options` VALUES (7468188, '_transient_wflginfl_1422983572', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7376579, '_transient_timeout_wflginfl_1394682772', '1404586076', 'no') ; 
INSERT INTO `wp_options` VALUES (7376580, '_transient_wflginfl_1394682772', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390232, '_transient_timeout_wflginfl_3536000223', '1404620905', 'no') ; 
INSERT INTO `wp_options` VALUES (7390233, '_transient_wflginfl_3536000223', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502440, '_transient_timeout_wflginfl_1728810882', '1404805276', 'no') ; 
INSERT INTO `wp_options` VALUES (7502441, '_transient_wflginfl_1728810882', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7383964, '_transient_timeout_wflginfl_3357307212', '1404601976', 'no') ; 
INSERT INTO `wp_options` VALUES (7383965, '_transient_wflginfl_3357307212', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376068, '_transient_timeout_wflginfl_1409307413', '1404585194', 'no') ; 
INSERT INTO `wp_options` VALUES (7376069, '_transient_wflginfl_1409307413', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386937, '_transient_timeout_wflginfl_27840292', '1404610279', 'no') ; 
INSERT INTO `wp_options` VALUES (7386938, '_transient_wflginfl_27840292', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376078, '_transient_timeout_wflginfl_2006612613', '1404585212', 'no') ; 
INSERT INTO `wp_options` VALUES (7376079, '_transient_wflginfl_2006612613', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397069, '_transient_timeout_wflginfl_831636626', '1404638818', 'no') ; 
INSERT INTO `wp_options` VALUES (7397070, '_transient_wflginfl_831636626', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376088, '_transient_timeout_wflginfl_1593742643', '1404585226', 'no') ; 
INSERT INTO `wp_options` VALUES (7376089, '_transient_wflginfl_1593742643', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376100, '_transient_timeout_wflginfl_3001988695', '1404585256', 'no') ; 
INSERT INTO `wp_options` VALUES (7376101, '_transient_wflginfl_3001988695', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376102, '_transient_timeout_wflginfl_983168053', '1404585262', 'no') ; 
INSERT INTO `wp_options` VALUES (7376103, '_transient_wflginfl_983168053', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467415, '_transient_timeout_wflginfl_1494320833', '1404771452', 'no') ; 
INSERT INTO `wp_options` VALUES (7467416, '_transient_wflginfl_1494320833', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376106, '_transient_timeout_wflginfl_1596574150', '1404585266', 'no') ; 
INSERT INTO `wp_options` VALUES (7376107, '_transient_wflginfl_1596574150', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376116, '_transient_timeout_wflginfl_688739380', '1404585280', 'no') ; 
INSERT INTO `wp_options` VALUES (7376117, '_transient_wflginfl_688739380', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378440, '_transient_timeout_wflginfl_1837138452', '1404590284', 'no') ; 
INSERT INTO `wp_options` VALUES (7378441, '_transient_wflginfl_1837138452', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397975, '_transient_timeout_wflginfl_1562741144', '1404640553', 'no') ; 
INSERT INTO `wp_options` VALUES (7397976, '_transient_wflginfl_1562741144', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377184, '_transient_timeout_wflginfl_1607985412', '1404587225', 'no') ; 
INSERT INTO `wp_options` VALUES (7377185, '_transient_wflginfl_1607985412', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469959, '_transient_timeout_wflginfl_2667630781', '1404773733', 'no') ; 
INSERT INTO `wp_options` VALUES (7469960, '_transient_wflginfl_2667630781', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391520, '_transient_timeout_wflginfl_1580522632', '1404624795', 'no') ; 
INSERT INTO `wp_options` VALUES (7391521, '_transient_wflginfl_1580522632', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378209, '_transient_timeout_wflginfl_2063837157', '1404590060', 'no') ; 
INSERT INTO `wp_options` VALUES (7377850, '_transient_timeout_wflginfl_1566295637', '1404588450', 'no') ; 
INSERT INTO `wp_options` VALUES (7376150, '_transient_timeout_wflginfl_3175563067', '1404585558', 'no') ; 
INSERT INTO `wp_options` VALUES (7376151, '_transient_wflginfl_3175563067', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7377931, '_transient_timeout_wflginfl_1293801393', '1404588553', 'no') ; 
INSERT INTO `wp_options` VALUES (7377932, '_transient_wflginfl_1293801393', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529164, '_transient_timeout_wflginfl_779707846', '1404823782', 'no') ; 
INSERT INTO `wp_options` VALUES (7529165, '_transient_wflginfl_779707846', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376168, '_transient_timeout_wflginfl_3141109142', '1404585409', 'no') ; 
INSERT INTO `wp_options` VALUES (7376169, '_transient_wflginfl_3141109142', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540118, '_transient_timeout_wflginfl_3193982505', '1404830949', 'no') ; 
INSERT INTO `wp_options` VALUES (7539413, '_transient_wflginfl_1280999895', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377441, '_transient_timeout_wflginfl_3065588220', '1404587738', 'no') ; 
INSERT INTO `wp_options` VALUES (7377442, '_transient_wflginfl_3065588220', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540958, '_transient_timeout_wflginfl_1503300209', '1404831388', 'no') ; 
INSERT INTO `wp_options` VALUES (7523433, '_transient_timeout_wflginfl_1432970110', '1404819773', 'no') ; 
INSERT INTO `wp_options` VALUES (7540678, '_transient_timeout_wflginfl_1656996334', '1404831264', 'no') ; 
INSERT INTO `wp_options` VALUES (7538840, '_transient_wflginfl_3157467140', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383154, '_transient_timeout_wflginfl_1361477582', '1404599984', 'no') ; 
INSERT INTO `wp_options` VALUES (7383155, '_transient_wflginfl_1361477582', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527652, '_transient_timeout_wflginfl_1598295130', '1404822725', 'no') ; 
INSERT INTO `wp_options` VALUES (7475348, '_transient_wflginfl_1451146629', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380033, '_transient_timeout_wflginfl_3305186554', '1404593249', 'no') ; 
INSERT INTO `wp_options` VALUES (7380034, '_transient_wflginfl_3305186554', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541076, '_transient_timeout_wflginfl_2944946729', '1404831427', 'no') ; 
INSERT INTO `wp_options` VALUES (7534859, '_transient_wflginfl_2548889544', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541077, '_transient_wflginfl_2944946729', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376230, '_transient_timeout_wflginfl_608560987', '1404585468', 'no') ; 
INSERT INTO `wp_options` VALUES (7376231, '_transient_wflginfl_608560987', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376234, '_transient_timeout_wflginfl_1193214408', '1404585476', 'no') ; 
INSERT INTO `wp_options` VALUES (7376235, '_transient_wflginfl_1193214408', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376236, '_transient_timeout_wflginfl_657088821', '1404585479', 'no') ; 
INSERT INTO `wp_options` VALUES (7376237, '_transient_wflginfl_657088821', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377319, '_transient_timeout_wflginfl_1213059047', '1404587493', 'no') ; 
INSERT INTO `wp_options` VALUES (7377320, '_transient_wflginfl_1213059047', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376669, '_transient_timeout_wflginfl_1599338760', '1404586281', 'no') ; 
INSERT INTO `wp_options` VALUES (7376670, '_transient_wflginfl_1599338760', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382794, '_transient_timeout_wflginfl_1319307169', '1404599113', 'no') ; 
INSERT INTO `wp_options` VALUES (7382795, '_transient_wflginfl_1319307169', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382598, '_transient_timeout_wflginfl_3301475618', '1404598674', 'no') ; 
INSERT INTO `wp_options` VALUES (7382599, '_transient_wflginfl_3301475618', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445590, '_transient_timeout_wflginfl_1445776281', '1404754257', 'no') ; 
INSERT INTO `wp_options` VALUES (7445591, '_transient_wflginfl_1445776281', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376262, '_transient_timeout_wflginfl_2058468794', '1404585530', 'no') ; 
INSERT INTO `wp_options` VALUES (7376263, '_transient_wflginfl_2058468794', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540284, '_transient_timeout_wflginfl_1327024034', '1404831334', 'no') ; 
INSERT INTO `wp_options` VALUES (7537458, '_transient_wflginfl_779386047', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382968, '_transient_timeout_wflginfl_1702105581', '1404599563', 'no') ; 
INSERT INTO `wp_options` VALUES (7382969, '_transient_wflginfl_1702105581', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376270, '_transient_timeout_wflginfl_3065390483', '1404585547', 'no') ; 
INSERT INTO `wp_options` VALUES (7376271, '_transient_wflginfl_3065390483', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541182, '_transient_timeout_wflginfl_1371974999', '1404831459', 'no') ; 
INSERT INTO `wp_options` VALUES (7540056, '_transient_timeout_wflginfl_3047586411', '1404830905', 'no') ; 
INSERT INTO `wp_options` VALUES (7376278, '_transient_timeout_wflginfl_1314037994', '1404585562', 'no') ; 
INSERT INTO `wp_options` VALUES (7376279, '_transient_wflginfl_1314037994', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394394, '_transient_timeout_wflginfl_1509788716', '1404633127', 'no') ; 
INSERT INTO `wp_options` VALUES (7394395, '_transient_wflginfl_1509788716', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387054, '_transient_timeout_wflginfl_3570904100', '1404610692', 'no') ; 
INSERT INTO `wp_options` VALUES (7387055, '_transient_wflginfl_3570904100', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376294, '_transient_timeout_wflginfl_39027571', '1404585666', 'no') ; 
INSERT INTO `wp_options` VALUES (7376295, '_transient_wflginfl_39027571', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7376302, '_transient_timeout_wflginfl_1605659988', '1404585602', 'no') ; 
INSERT INTO `wp_options` VALUES (7376303, '_transient_wflginfl_1605659988', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526558, '_transient_timeout_wflginfl_1386048648', '1404821968', 'no') ; 
INSERT INTO `wp_options` VALUES (7526559, '_transient_wflginfl_1386048648', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380908, '_transient_timeout_wflginfl_3000886889', '1404595009', 'no') ; 
INSERT INTO `wp_options` VALUES (7380909, '_transient_wflginfl_3000886889', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376314, '_transient_timeout_wflginfl_1549908833', '1404585616', 'no') ; 
INSERT INTO `wp_options` VALUES (7376315, '_transient_wflginfl_1549908833', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376316, '_transient_timeout_wflginfl_608991110', '1404585620', 'no') ; 
INSERT INTO `wp_options` VALUES (7376317, '_transient_wflginfl_608991110', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489926, '_transient_timeout_wflginfl_24677988', '1404793590', 'no') ; 
INSERT INTO `wp_options` VALUES (7489927, '_transient_wflginfl_24677988', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517117, '_transient_timeout_wflginfl_2945433065', '1404815509', 'no') ; 
INSERT INTO `wp_options` VALUES (7517118, '_transient_wflginfl_2945433065', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396964, '_transient_timeout_wflginfl_3320644265', '1404638594', 'no') ; 
INSERT INTO `wp_options` VALUES (7396965, '_transient_wflginfl_3320644265', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510817, '_transient_timeout_wflginfl_1227201664', '1404811105', 'no') ; 
INSERT INTO `wp_options` VALUES (7510818, '_transient_wflginfl_1227201664', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376352, '_transient_timeout_wflginfl_3302140827', '1404585695', 'no') ; 
INSERT INTO `wp_options` VALUES (7376353, '_transient_wflginfl_3302140827', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540962, '_transient_timeout_wflginfl_625815555', '1404831390', 'no') ; 
INSERT INTO `wp_options` VALUES (7540963, '_transient_wflginfl_625815555', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540994, '_transient_timeout_wflginfl_1781747948', '1404831399', 'no') ; 
INSERT INTO `wp_options` VALUES (7540995, '_transient_wflginfl_1781747948', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379057, '_transient_timeout_wflginfl_3155865801', '1404591519', 'no') ; 
INSERT INTO `wp_options` VALUES (7379058, '_transient_wflginfl_3155865801', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7480360, '_transient_wflginfl_1442199109', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469950, '_transient_wflginfl_3200003932', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524574, '_transient_wflginfl_3256784803', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457715, '_transient_wflginfl_1633076015', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376372, '_transient_timeout_wflginfl_1580665612', '1404585745', 'no') ; 
INSERT INTO `wp_options` VALUES (7376373, '_transient_wflginfl_1580665612', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382419, '_transient_timeout_wflginfl_1986122932', '1404598285', 'no') ; 
INSERT INTO `wp_options` VALUES (7382420, '_transient_wflginfl_1986122932', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376376, '_transient_timeout_wflginfl_608874899', '1404585755', 'no') ; 
INSERT INTO `wp_options` VALUES (7376377, '_transient_wflginfl_608874899', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525625, '_transient_timeout_wflginfl_1460525940', '1404821344', 'no') ; 
INSERT INTO `wp_options` VALUES (7525626, '_transient_wflginfl_1460525940', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379345, '_transient_timeout_wflginfl_1326499871', '1404591942', 'no') ; 
INSERT INTO `wp_options` VALUES (7382778, '_transient_timeout_wflginfl_1834908561', '1404599082', 'no') ; 
INSERT INTO `wp_options` VALUES (7382779, '_transient_wflginfl_1834908561', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382254, '_transient_timeout_wflginfl_704162316', '1404597918', 'no') ; 
INSERT INTO `wp_options` VALUES (7382255, '_transient_wflginfl_704162316', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476356, '_transient_timeout_wflginfl_3182459936', '1404780064', 'no') ; 
INSERT INTO `wp_options` VALUES (7476357, '_transient_wflginfl_3182459936', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378300, '_transient_timeout_wflginfl_3386664864', '1404590007', 'no') ; 
INSERT INTO `wp_options` VALUES (7378301, '_transient_wflginfl_3386664864', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376405, '_transient_timeout_wflginfl_697286856', '1404585830', 'no') ; 
INSERT INTO `wp_options` VALUES (7376406, '_transient_wflginfl_697286856', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378107, '_transient_timeout_wflginfl_1053160333', '1404589630', 'no') ; 
INSERT INTO `wp_options` VALUES (7378108, '_transient_wflginfl_1053160333', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378977, '_transient_timeout_wflginfl_3047550637', '1404591272', 'no') ; 
INSERT INTO `wp_options` VALUES (7378978, '_transient_wflginfl_3047550637', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536360, '_transient_timeout_wflginfl_1283038437', '1404828491', 'no') ; 
INSERT INTO `wp_options` VALUES (7536361, '_transient_wflginfl_1283038437', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7403674, '_transient_timeout_wflginfl_88292355', '1404721498', 'no') ; 
INSERT INTO `wp_options` VALUES (7403675, '_transient_wflginfl_88292355', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377818, '_transient_timeout_wflginfl_1868045671', '1404588355', 'no') ; 
INSERT INTO `wp_options` VALUES (7377819, '_transient_wflginfl_1868045671', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514563, '_transient_timeout_wflginfl_1474779082', '1404813748', 'no') ; 
INSERT INTO `wp_options` VALUES (7514564, '_transient_wflginfl_1474779082', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378453, '_transient_wflginfl_3137583236', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529086, '_transient_timeout_wflginfl_1021464992', '1404823734', 'no') ; 
INSERT INTO `wp_options` VALUES (7521728, '_transient_timeout_wflginfl_85453616', '1404818951', 'no') ; 
INSERT INTO `wp_options` VALUES (7521729, '_transient_wflginfl_85453616', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7376443, '_transient_timeout_wflginfl_1544710044', '1404585864', 'no') ; 
INSERT INTO `wp_options` VALUES (7376444, '_transient_wflginfl_1544710044', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392289, '_transient_timeout_wflginfl_2979911971', '1404627223', 'no') ; 
INSERT INTO `wp_options` VALUES (7392290, '_transient_wflginfl_2979911971', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465490, '_transient_timeout_wflginfl_1053415052', '1404769777', 'no') ; 
INSERT INTO `wp_options` VALUES (7465491, '_transient_wflginfl_1053415052', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376910, '_transient_timeout_wflginfl_3036066940', '1404586693', 'no') ; 
INSERT INTO `wp_options` VALUES (7376911, '_transient_wflginfl_3036066940', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541094, '_transient_timeout_wflginfl_1487428919', '1404831432', 'no') ; 
INSERT INTO `wp_options` VALUES (7541095, '_transient_wflginfl_1487428919', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378159, '_transient_timeout_wflginfl_2974237134', '1404589977', 'no') ; 
INSERT INTO `wp_options` VALUES (7378160, '_transient_wflginfl_2974237134', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7415086, '_transient_timeout_wflginfl_1538297441', '1404730167', 'no') ; 
INSERT INTO `wp_options` VALUES (7415087, '_transient_wflginfl_1538297441', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397301, '_transient_timeout_wflginfl_1503966755', '1404639072', 'no') ; 
INSERT INTO `wp_options` VALUES (7397302, '_transient_wflginfl_1503966755', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518099, '_transient_timeout_wflginfl_1697794829', '1404816211', 'no') ; 
INSERT INTO `wp_options` VALUES (7518100, '_transient_wflginfl_1697794829', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534238, '_transient_timeout_wflginfl_1416389754', '1404827325', 'no') ; 
INSERT INTO `wp_options` VALUES (7534239, '_transient_wflginfl_1416389754', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7376495, '_transient_timeout_wflginfl_1842824443', '1404585925', 'no') ; 
INSERT INTO `wp_options` VALUES (7376496, '_transient_wflginfl_1842824443', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376503, '_transient_timeout_wflginfl_3035266096', '1404585944', 'no') ; 
INSERT INTO `wp_options` VALUES (7376504, '_transient_wflginfl_3035266096', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376838, '_transient_timeout_wflginfl_1445387637', '1404586566', 'no') ; 
INSERT INTO `wp_options` VALUES (7376839, '_transient_wflginfl_1445387637', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379346, '_transient_wflginfl_1326499871', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376513, '_transient_timeout_wflginfl_704123625', '1404585962', 'no') ; 
INSERT INTO `wp_options` VALUES (7376514, '_transient_wflginfl_704123625', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379800, '_transient_timeout_wflginfl_3578906345', '1404592843', 'no') ; 
INSERT INTO `wp_options` VALUES (7379801, '_transient_wflginfl_3578906345', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376517, '_transient_timeout_wflginfl_1768894591', '1404585970', 'no') ; 
INSERT INTO `wp_options` VALUES (7376518, '_transient_wflginfl_1768894591', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388056, '_transient_timeout_wflginfl_3175685110', '1404613779', 'no') ; 
INSERT INTO `wp_options` VALUES (7388057, '_transient_wflginfl_3175685110', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376525, '_transient_timeout_wflginfl_658164800', '1404585986', 'no') ; 
INSERT INTO `wp_options` VALUES (7376526, '_transient_wflginfl_658164800', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7401168, '_transient_timeout_wflginfl_851021496', '1404719346', 'no') ; 
INSERT INTO `wp_options` VALUES (7401169, '_transient_wflginfl_851021496', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536603, '_transient_timeout_wflginfl_3387403174', '1404828677', 'no') ; 
INSERT INTO `wp_options` VALUES (7536604, '_transient_wflginfl_3387403174', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530398, '_transient_timeout_wflginfl_3559603182', '1404824878', 'no') ; 
INSERT INTO `wp_options` VALUES (7530399, '_transient_wflginfl_3559603182', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7376535, '_transient_timeout_wflginfl_3126346710', '1404586008', 'no') ; 
INSERT INTO `wp_options` VALUES (7376536, '_transient_wflginfl_3126346710', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537137, '_transient_timeout_wflginfl_3134996544', '1404829007', 'no') ; 
INSERT INTO `wp_options` VALUES (7537138, '_transient_wflginfl_3134996544', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397643, '_transient_timeout_wflginfl_1368626429', '1404639923', 'no') ; 
INSERT INTO `wp_options` VALUES (7397644, '_transient_wflginfl_1368626429', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7378097, '_transient_timeout_wflginfl_3154573444', '1404589614', 'no') ; 
INSERT INTO `wp_options` VALUES (7378098, '_transient_wflginfl_3154573444', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376545, '_transient_timeout_wflginfl_3127505263', '1404586022', 'no') ; 
INSERT INTO `wp_options` VALUES (7376546, '_transient_wflginfl_3127505263', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525040, '_transient_timeout_wflginfl_1506637908', '1404820936', 'no') ; 
INSERT INTO `wp_options` VALUES (7525041, '_transient_wflginfl_1506637908', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530322, '_transient_timeout_wflginfl_3039714248', '1404824558', 'no') ; 
INSERT INTO `wp_options` VALUES (7530323, '_transient_wflginfl_3039714248', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510663, '_transient_timeout_wflginfl_2044241737', '1404810971', 'no') ; 
INSERT INTO `wp_options` VALUES (7510664, '_transient_wflginfl_2044241737', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377871, '_transient_timeout_wflginfl_1071522818', '1404588473', 'no') ; 
INSERT INTO `wp_options` VALUES (7377872, '_transient_wflginfl_1071522818', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539517, '_transient_timeout_wflginfl_3198389070', '1404830564', 'no') ; 
INSERT INTO `wp_options` VALUES (7539518, '_transient_wflginfl_3198389070', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540763, '_transient_wflginfl_3315642999', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522414, '_transient_wflginfl_1610750096', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376617, '_transient_timeout_wflginfl_455229879', '1404586148', 'no') ; 
INSERT INTO `wp_options` VALUES (7376618, '_transient_wflginfl_455229879', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438352, '_transient_timeout_wflginfl_2033593434', '1404748672', 'no') ; 
INSERT INTO `wp_options` VALUES (7438353, '_transient_wflginfl_2033593434', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376635, '_transient_timeout_wflginfl_3269168311', '1404586176', 'no') ; 
INSERT INTO `wp_options` VALUES (7376636, '_transient_wflginfl_3269168311', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378576, '_transient_timeout_wflginfl_1424775163', '1404590514', 'no') ; 
INSERT INTO `wp_options` VALUES (7378577, '_transient_wflginfl_1424775163', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376653, '_transient_timeout_wflginfl_3310132674', '1404586244', 'no') ; 
INSERT INTO `wp_options` VALUES (7376654, '_transient_wflginfl_3310132674', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515344, '_transient_timeout_wflginfl_1993555654', '1404814292', 'no') ; 
INSERT INTO `wp_options` VALUES (7498193, '_transient_wflginfl_1503161839', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376679, '_transient_timeout_wflginfl_411414494', '1404586287', 'no') ; 
INSERT INTO `wp_options` VALUES (7376680, '_transient_wflginfl_411414494', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539250, '_transient_wflginfl_1777161369', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526733, '_transient_wflginfl_2103666242', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383626, '_transient_timeout_wflginfl_1834868820', '1404601065', 'no') ; 
INSERT INTO `wp_options` VALUES (7383627, '_transient_wflginfl_1834868820', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376698, '_transient_timeout_wflginfl_3065836101', '1404586324', 'no') ; 
INSERT INTO `wp_options` VALUES (7376699, '_transient_wflginfl_3065836101', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467617, '_transient_timeout_wflginfl_1855955441', '1404771603', 'no') ; 
INSERT INTO `wp_options` VALUES (7435518, '_transient_timeout_wflginfl_1203321218', '1404746480', 'no') ; 
INSERT INTO `wp_options` VALUES (7376732, '_transient_timeout_wflginfl_1845481953', '1404586683', 'no') ; 
INSERT INTO `wp_options` VALUES (7474529, '_transient_timeout_wflginfl_1600000744', '1404778224', 'no') ; 
INSERT INTO `wp_options` VALUES (7474530, '_transient_wflginfl_1600000744', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397197, '_transient_timeout_wflginfl_2015162477', '1404638892', 'no') ; 
INSERT INTO `wp_options` VALUES (7536922, '_transient_wflginfl_1337938059', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531119, '_transient_timeout_wflginfl_1335860747', '1404825355', 'no') ; 
INSERT INTO `wp_options` VALUES (7423485, '_transient_wflginfl_36901037', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386953, '_transient_timeout_wflginfl_3315141060', '1404610320', 'no') ; 
INSERT INTO `wp_options` VALUES (7386954, '_transient_wflginfl_3315141060', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376725, '_transient_timeout_wflginfl_3731779323', '1404586371', 'no') ; 
INSERT INTO `wp_options` VALUES (7376726, '_transient_wflginfl_3731779323', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376733, '_transient_wflginfl_1845481953', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7486537, '_transient_timeout_wflginfl_3343138306', '1404790320', 'no') ; 
INSERT INTO `wp_options` VALUES (7486538, '_transient_wflginfl_3343138306', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377241, '_transient_timeout_wflginfl_39433364', '1404587342', 'no') ; 
INSERT INTO `wp_options` VALUES (7377242, '_transient_wflginfl_39433364', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377002, '_transient_timeout_wflginfl_84791442', '1404586886', 'no') ; 
INSERT INTO `wp_options` VALUES (7377003, '_transient_wflginfl_84791442', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387536, '_transient_timeout_wflginfl_694378839', '1404612114', 'no') ; 
INSERT INTO `wp_options` VALUES (7387537, '_transient_wflginfl_694378839', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377162, '_transient_timeout_wflginfl_247993654', '1404587189', 'no') ; 
INSERT INTO `wp_options` VALUES (7377163, '_transient_wflginfl_247993654', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523295, '_transient_timeout_wflginfl_3156519165', '1404819682', 'no') ; 
INSERT INTO `wp_options` VALUES (7523296, '_transient_wflginfl_3156519165', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376790, '_transient_timeout_wflginfl_657425723', '1404586477', 'no') ; 
INSERT INTO `wp_options` VALUES (7376791, '_transient_wflginfl_657425723', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380963, '_transient_timeout_wflginfl_694306903', '1404595127', 'no') ; 
INSERT INTO `wp_options` VALUES (7380964, '_transient_wflginfl_694306903', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396778, '_transient_timeout_wflginfl_1334894805', '1404638244', 'no') ; 
INSERT INTO `wp_options` VALUES (7396779, '_transient_wflginfl_1334894805', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532806, '_transient_timeout_wflginfl_3196623632', '1404826158', 'no') ; 
INSERT INTO `wp_options` VALUES (7532807, '_transient_wflginfl_3196623632', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377126, '_transient_timeout_wflginfl_3307954279', '1404587145', 'no') ; 
INSERT INTO `wp_options` VALUES (7377127, '_transient_wflginfl_3307954279', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385632, '_transient_timeout_wflginfl_779642102', '1404606493', 'no') ; 
INSERT INTO `wp_options` VALUES (7385633, '_transient_wflginfl_779642102', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376810, '_transient_timeout_wflginfl_2057554785', '1404586520', 'no') ; 
INSERT INTO `wp_options` VALUES (7376811, '_transient_wflginfl_2057554785', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376828, '_transient_timeout_wflginfl_1495371843', '1404586545', 'no') ; 
INSERT INTO `wp_options` VALUES (7376829, '_transient_wflginfl_1495371843', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466876, '_transient_wflginfl_2978395824', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513468, '_transient_wflginfl_1380605802', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537699, '_transient_timeout_wflginfl_1743233294', '1404829354', 'no') ; 
INSERT INTO `wp_options` VALUES (7540745, '_transient_wflginfl_1598312304', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540918, '_transient_timeout_wflginfl_1627007540', '1404831369', 'no') ; 
INSERT INTO `wp_options` VALUES (7540263, '_transient_wflginfl_1585817366', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376846, '_transient_timeout_wflginfl_1043105345', '1404586572', 'no') ; 
INSERT INTO `wp_options` VALUES (7376847, '_transient_wflginfl_1043105345', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382604, '_transient_timeout_wflginfl_1042270139', '1404598684', 'no') ; 
INSERT INTO `wp_options` VALUES (7382605, '_transient_wflginfl_1042270139', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461974, '_transient_timeout_wflginfl_3065974283', '1404766838', 'no') ; 
INSERT INTO `wp_options` VALUES (7461975, '_transient_wflginfl_3065974283', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376854, '_transient_timeout_wflginfl_1892831089', '1404586586', 'no') ; 
INSERT INTO `wp_options` VALUES (7376855, '_transient_wflginfl_1892831089', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7402617, '_transient_timeout_wflginfl_1432879980', '1404720574', 'no') ; 
INSERT INTO `wp_options` VALUES (7402618, '_transient_wflginfl_1432879980', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378033, '_transient_timeout_wflginfl_48056629', '1404588928', 'no') ; 
INSERT INTO `wp_options` VALUES (7378034, '_transient_wflginfl_48056629', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540586, '_transient_timeout_wflginfl_1113253922', '1404831215', 'no') ; 
INSERT INTO `wp_options` VALUES (7511399, '_transient_wflginfl_2205146722', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376878, '_transient_timeout_wflginfl_694450215', '1404586640', 'no') ; 
INSERT INTO `wp_options` VALUES (7376879, '_transient_wflginfl_694450215', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464461, '_transient_timeout_wflginfl_1053593662', '1404768901', 'no') ; 
INSERT INTO `wp_options` VALUES (7464462, '_transient_wflginfl_1053593662', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540274, '_transient_timeout_wflginfl_700216718', '1404831040', 'no') ; 
INSERT INTO `wp_options` VALUES (7540275, '_transient_wflginfl_700216718', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386638, '_transient_timeout_wflginfl_3282977484', '1404609477', 'no') ; 
INSERT INTO `wp_options` VALUES (7386639, '_transient_wflginfl_3282977484', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383387, '_transient_timeout_wflginfl_1503967319', '1404600506', 'no') ; 
INSERT INTO `wp_options` VALUES (7383388, '_transient_wflginfl_1503967319', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376934, '_transient_timeout_wflginfl_657980943', '1404586742', 'no') ; 
INSERT INTO `wp_options` VALUES (7376935, '_transient_wflginfl_657980943', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376936, '_transient_timeout_wflginfl_2991395398', '1404586745', 'no') ; 
INSERT INTO `wp_options` VALUES (7376937, '_transient_wflginfl_2991395398', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381173, '_transient_timeout_wflginfl_1309746099', '1404595574', 'no') ; 
INSERT INTO `wp_options` VALUES (7381174, '_transient_wflginfl_1309746099', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396145, '_transient_timeout_wflginfl_1835314766', '1404637094', 'no') ; 
INSERT INTO `wp_options` VALUES (7396146, '_transient_wflginfl_1835314766', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525715, '_transient_timeout_wflginfl_1743801381', '1404821407', 'no') ; 
INSERT INTO `wp_options` VALUES (7540034, '_transient_timeout_wflginfl_779394601', '1404831433', 'no') ; 
INSERT INTO `wp_options` VALUES (7526839, '_transient_timeout_wflginfl_402792639', '1404822156', 'no') ; 
INSERT INTO `wp_options` VALUES (7526840, '_transient_wflginfl_402792639', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468267, '_transient_timeout_wflginfl_84695538', '1404772155', 'no') ; 
INSERT INTO `wp_options` VALUES (7541177, '_transient_wflginfl_785815391', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7376978, '_transient_timeout_wflginfl_657541546', '1404586838', 'no') ; 
INSERT INTO `wp_options` VALUES (7376979, '_transient_wflginfl_657541546', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457010, '_transient_timeout_wflginfl_3314820969', '1404762894', 'no') ; 
INSERT INTO `wp_options` VALUES (7457011, '_transient_wflginfl_3314820969', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394761, '_transient_timeout_wflginfl_1332936176', '1404634082', 'no') ; 
INSERT INTO `wp_options` VALUES (7394762, '_transient_wflginfl_1332936176', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377959, '_transient_timeout_wflginfl_628276636', '1404588615', 'no') ; 
INSERT INTO `wp_options` VALUES (7377960, '_transient_wflginfl_628276636', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539099, '_transient_timeout_wflginfl_2536544013', '1404830267', 'no') ; 
INSERT INTO `wp_options` VALUES (7534871, '_transient_wflginfl_1743843854', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459190, '_transient_timeout_wflginfl_1549870992', '1404764583', 'no') ; 
INSERT INTO `wp_options` VALUES (7459191, '_transient_wflginfl_1549870992', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378929, '_transient_timeout_wflginfl_1308750302', '1404591175', 'no') ; 
INSERT INTO `wp_options` VALUES (7378930, '_transient_wflginfl_1308750302', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377036, '_transient_timeout_wflginfl_3065685529', '1404586944', 'no') ; 
INSERT INTO `wp_options` VALUES (7377037, '_transient_wflginfl_3065685529', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380873, '_transient_timeout_wflginfl_1533168834', '1404594940', 'no') ; 
INSERT INTO `wp_options` VALUES (7380874, '_transient_wflginfl_1533168834', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452796, '_transient_timeout_wflginfl_407268164', '1404759756', 'no') ; 
INSERT INTO `wp_options` VALUES (7452797, '_transient_wflginfl_407268164', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386400, '_transient_timeout_wflginfl_3651413012', '1404608701', 'no') ; 
INSERT INTO `wp_options` VALUES (7386401, '_transient_wflginfl_3651413012', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377052, '_transient_timeout_wflginfl_3745430620', '1404587005', 'no') ; 
INSERT INTO `wp_options` VALUES (7377053, '_transient_wflginfl_3745430620', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377060, '_transient_timeout_wflginfl_3199244585', '1404587017', 'no') ; 
INSERT INTO `wp_options` VALUES (7377061, '_transient_wflginfl_3199244585', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540819, '_transient_wflginfl_1592294692', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511599, '_transient_wflginfl_36831556', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7398251, '_transient_timeout_wflginfl_3175580488', '1404648579', 'no') ; 
INSERT INTO `wp_options` VALUES (7397515, '_transient_timeout_wflginfl_3186110084', '1404639477', 'no') ; 
INSERT INTO `wp_options` VALUES (7382606, '_transient_timeout_wflginfl_3003675398', '1404598691', 'no') ; 
INSERT INTO `wp_options` VALUES (7382607, '_transient_wflginfl_3003675398', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377080, '_transient_timeout_wflginfl_3318453691', '1404587042', 'no') ; 
INSERT INTO `wp_options` VALUES (7377081, '_transient_wflginfl_3318453691', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377082, '_transient_timeout_wflginfl_1492358056', '1404587047', 'no') ; 
INSERT INTO `wp_options` VALUES (7377083, '_transient_wflginfl_1492358056', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379691, '_transient_timeout_wflginfl_784038485', '1404592647', 'no') ; 
INSERT INTO `wp_options` VALUES (7379692, '_transient_wflginfl_784038485', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383661, '_transient_timeout_wflginfl_1579671272', '1404601151', 'no') ; 
INSERT INTO `wp_options` VALUES (7383662, '_transient_wflginfl_1579671272', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377092, '_transient_timeout_wflginfl_701127810', '1404587066', 'no') ; 
INSERT INTO `wp_options` VALUES (7377093, '_transient_wflginfl_701127810', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377997, '_transient_timeout_wflginfl_3015080384', '1404588750', 'no') ; 
INSERT INTO `wp_options` VALUES (7377998, '_transient_wflginfl_3015080384', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442248, '_transient_timeout_wflginfl_1893155399', '1404751665', 'no') ; 
INSERT INTO `wp_options` VALUES (7442249, '_transient_wflginfl_1893155399', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377477, '_transient_timeout_wflginfl_520835208', '1404587805', 'no') ; 
INSERT INTO `wp_options` VALUES (7377478, '_transient_wflginfl_520835208', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379186, '_transient_timeout_wflginfl_1040862819', '1404591631', 'no') ; 
INSERT INTO `wp_options` VALUES (7379187, '_transient_wflginfl_1040862819', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476954, '_transient_timeout_wflginfl_1742766849', '1404780685', 'no') ; 
INSERT INTO `wp_options` VALUES (7538904, '_transient_wflginfl_3003099201', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508679, '_transient_timeout_wflginfl_3197610133', '1404809570', 'no') ; 
INSERT INTO `wp_options` VALUES (7508680, '_transient_wflginfl_3197610133', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523923, '_transient_timeout_wflginfl_2017144646', '1404820141', 'no') ; 
INSERT INTO `wp_options` VALUES (7523924, '_transient_wflginfl_2017144646', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377120, '_transient_timeout_wflginfl_87478449', '1404587125', 'no') ; 
INSERT INTO `wp_options` VALUES (7377121, '_transient_wflginfl_87478449', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377122, '_transient_timeout_wflginfl_1569340647', '1404587134', 'no') ; 
INSERT INTO `wp_options` VALUES (7377123, '_transient_wflginfl_1569340647', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377124, '_transient_timeout_wflginfl_782334370', '1404587135', 'no') ; 
INSERT INTO `wp_options` VALUES (7377125, '_transient_wflginfl_782334370', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465858, '_transient_timeout_wflginfl_1377816417', '1404770118', 'no') ; 
INSERT INTO `wp_options` VALUES (7465859, '_transient_wflginfl_1377816417', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539225, '_transient_timeout_wflginfl_3194029826', '1404830362', 'no') ; 
INSERT INTO `wp_options` VALUES (7534284, '_transient_timeout_wflginfl_1538977508', '1404827098', 'no') ; 
INSERT INTO `wp_options` VALUES (7486587, '_transient_timeout_wflginfl_3216546534', '1404790369', 'no') ; 
INSERT INTO `wp_options` VALUES (7486588, '_transient_wflginfl_3216546534', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377152, '_transient_timeout_wflginfl_3377221867', '1404587177', 'no') ; 
INSERT INTO `wp_options` VALUES (7377153, '_transient_wflginfl_3377221867', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377154, '_transient_timeout_wflginfl_3157645866', '1404587178', 'no') ; 
INSERT INTO `wp_options` VALUES (7377155, '_transient_wflginfl_3157645866', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535007, '_transient_wflginfl_1317236760', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7521597, '_transient_wflginfl_1533614035', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395255, '_transient_timeout_wflginfl_3577324192', '1404635301', 'no') ; 
INSERT INTO `wp_options` VALUES (7395256, '_transient_wflginfl_3577324192', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380424, '_transient_timeout_wflginfl_657622341', '1404594059', 'no') ; 
INSERT INTO `wp_options` VALUES (7380425, '_transient_wflginfl_657622341', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381443, '_transient_timeout_wflginfl_3557855006', '1404596226', 'no') ; 
INSERT INTO `wp_options` VALUES (7381444, '_transient_wflginfl_3557855006', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383578, '_transient_timeout_wflginfl_1601865328', '1404600957', 'no') ; 
INSERT INTO `wp_options` VALUES (7383579, '_transient_wflginfl_1601865328', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540178, '_transient_timeout_wflginfl_696521070', '1404830991', 'no') ; 
INSERT INTO `wp_options` VALUES (7540179, '_transient_wflginfl_696521070', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534648, '_transient_timeout_wflginfl_3282585234', '1404827344', 'no') ; 
INSERT INTO `wp_options` VALUES (7534649, '_transient_wflginfl_3282585234', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377212, '_transient_timeout_wflginfl_3562891565', '1404587274', 'no') ; 
INSERT INTO `wp_options` VALUES (7377213, '_transient_wflginfl_3562891565', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385884, '_transient_timeout_wflginfl_3399487667', '1404607153', 'no') ; 
INSERT INTO `wp_options` VALUES (7385885, '_transient_wflginfl_3399487667', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377231, '_transient_timeout_wflginfl_1192617183', '1404587320', 'no') ; 
INSERT INTO `wp_options` VALUES (7377232, '_transient_wflginfl_1192617183', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381472, '_transient_timeout_wflginfl_2006821590', '1404596274', 'no') ; 
INSERT INTO `wp_options` VALUES (7381473, '_transient_wflginfl_2006821590', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389103, '_transient_timeout_wflginfl_3307437587', '1404617125', 'no') ; 
INSERT INTO `wp_options` VALUES (7389104, '_transient_wflginfl_3307437587', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377736, '_transient_timeout_wflginfl_1569679825', '1404588193', 'no') ; 
INSERT INTO `wp_options` VALUES (7377737, '_transient_wflginfl_1569679825', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461229, '_transient_timeout_wflginfl_1294916954', '1404766202', 'no') ; 
INSERT INTO `wp_options` VALUES (7461230, '_transient_wflginfl_1294916954', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388192, '_transient_timeout_wflginfl_3000920449', '1404614322', 'no') ; 
INSERT INTO `wp_options` VALUES (7388193, '_transient_wflginfl_3000920449', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377275, '_transient_timeout_wflginfl_657072990', '1404587416', 'no') ; 
INSERT INTO `wp_options` VALUES (7377276, '_transient_wflginfl_657072990', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464223, '_transient_timeout_wflginfl_1604008164', '1404768727', 'no') ; 
INSERT INTO `wp_options` VALUES (7464224, '_transient_wflginfl_1604008164', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523707, '_transient_timeout_wflginfl_1589492489', '1404819980', 'no') ; 
INSERT INTO `wp_options` VALUES (7523708, '_transient_wflginfl_1589492489', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541038, '_transient_timeout_wflginfl_3196786388', '1404831417', 'no') ; 
INSERT INTO `wp_options` VALUES (7511083, '_transient_timeout_wflginfl_3564511010', '1404811290', 'no') ; 
INSERT INTO `wp_options` VALUES (7379512, '_transient_timeout_wflginfl_94451003', '1404592282', 'no') ; 
INSERT INTO `wp_options` VALUES (7379513, '_transient_wflginfl_94451003', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541160, '_transient_timeout_wflginfl_1331791029', '1404831457', 'no') ; 
INSERT INTO `wp_options` VALUES (7541161, '_transient_wflginfl_1331791029', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380480, '_transient_timeout_wflginfl_1883770146', '1404594197', 'no') ; 
INSERT INTO `wp_options` VALUES (7380481, '_transient_wflginfl_1883770146', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511398, '_transient_timeout_wflginfl_2205146722', '1404811526', 'no') ; 
INSERT INTO `wp_options` VALUES (7483228, '_transient_wflginfl_1535917247', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377893, '_transient_timeout_wflginfl_657625655', '1404588502', 'no') ; 
INSERT INTO `wp_options` VALUES (7377894, '_transient_wflginfl_657625655', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381825, '_transient_timeout_wflginfl_3134471469', '1404596988', 'no') ; 
INSERT INTO `wp_options` VALUES (7381826, '_transient_wflginfl_3134471469', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386955, '_transient_timeout_wflginfl_3157742910', '1404610331', 'no') ; 
INSERT INTO `wp_options` VALUES (7386956, '_transient_wflginfl_3157742910', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388769, '_transient_timeout_wflginfl_1671012961', '1404616077', 'no') ; 
INSERT INTO `wp_options` VALUES (7388770, '_transient_wflginfl_1671012961', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481773, '_transient_timeout_wflginfl_411506051', '1404785725', 'no') ; 
INSERT INTO `wp_options` VALUES (7481774, '_transient_wflginfl_411506051', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377349, '_transient_timeout_wflginfl_2653614653', '1404587562', 'no') ; 
INSERT INTO `wp_options` VALUES (7377350, '_transient_wflginfl_2653614653', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539044, '_transient_wflginfl_1589506067', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540359, '_transient_wflginfl_1612385199', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7404968, '_transient_timeout_wflginfl_3047444548', '1404722571', 'no') ; 
INSERT INTO `wp_options` VALUES (7404969, '_transient_wflginfl_3047444548', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7401164, '_transient_timeout_wflginfl_1728787228', '1404719340', 'no') ; 
INSERT INTO `wp_options` VALUES (7401165, '_transient_wflginfl_1728787228', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391405, '_transient_timeout_wflginfl_3000971712', '1404624503', 'no') ; 
INSERT INTO `wp_options` VALUES (7391406, '_transient_wflginfl_3000971712', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523797, '_transient_timeout_wflginfl_618932404', '1404820048', 'no') ; 
INSERT INTO `wp_options` VALUES (7523798, '_transient_wflginfl_618932404', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387894, '_transient_timeout_wflginfl_3134643423', '1404613247', 'no') ; 
INSERT INTO `wp_options` VALUES (7387895, '_transient_wflginfl_3134643423', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377381, '_transient_timeout_wflginfl_636241216', '1404587614', 'no') ; 
INSERT INTO `wp_options` VALUES (7377382, '_transient_wflginfl_636241216', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469866, '_transient_wflginfl_1449942564', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540442, '_transient_timeout_wflginfl_1833001552', '1404831139', 'no') ; 
INSERT INTO `wp_options` VALUES (7379981, '_transient_timeout_wflginfl_2988774771', '1404593164', 'no') ; 
INSERT INTO `wp_options` VALUES (7379982, '_transient_wflginfl_2988774771', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380616, '_transient_timeout_wflginfl_3318222145', '1404594445', 'no') ; 
INSERT INTO `wp_options` VALUES (7380617, '_transient_wflginfl_3318222145', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377393, '_transient_timeout_wflginfl_1354315329', '1404587638', 'no') ; 
INSERT INTO `wp_options` VALUES (7377394, '_transient_wflginfl_1354315329', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454109, '_transient_timeout_wflginfl_3386747916', '1404760717', 'no') ; 
INSERT INTO `wp_options` VALUES (7454110, '_transient_wflginfl_3386747916', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538618, '_transient_wflginfl_1399719401', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538617, '_transient_timeout_wflginfl_1399719401', '1404829957', 'no') ; 
INSERT INTO `wp_options` VALUES (7377417, '_transient_timeout_wflginfl_1539025693', '1404587689', 'no') ; 
INSERT INTO `wp_options` VALUES (7377418, '_transient_wflginfl_1539025693', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533062, '_transient_timeout_wflginfl_2087279836', '1404826319', 'no') ; 
INSERT INTO `wp_options` VALUES (7533063, '_transient_timeout_wflginfl_2946322849', '1404826319', 'no') ; 
INSERT INTO `wp_options` VALUES (7380310, '_transient_timeout_wflginfl_1535905513', '1404593869', 'no') ; 
INSERT INTO `wp_options` VALUES (7380311, '_transient_wflginfl_1535905513', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377429, '_transient_timeout_wflginfl_387709158', '1404587702', 'no') ; 
INSERT INTO `wp_options` VALUES (7377430, '_transient_wflginfl_387709158', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538455, '_transient_timeout_wflginfl_3197706835', '1404829845', 'no') ; 
INSERT INTO `wp_options` VALUES (7389475, '_transient_timeout_wflginfl_3500730589', '1404618561', 'no') ; 
INSERT INTO `wp_options` VALUES (7377443, '_transient_timeout_wflginfl_3201001609', '1404587741', 'no') ; 
INSERT INTO `wp_options` VALUES (7377444, '_transient_wflginfl_3201001609', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539037, '_transient_timeout_wflginfl_1580643143', '1404830221', 'no') ; 
INSERT INTO `wp_options` VALUES (7539038, '_transient_wflginfl_1580643143', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439154, '_transient_timeout_wflginfl_1323398352', '1404749298', 'no') ; 
INSERT INTO `wp_options` VALUES (7439155, '_transient_wflginfl_1323398352', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377457, '_transient_timeout_wflginfl_2011555549', '1404587767', 'no') ; 
INSERT INTO `wp_options` VALUES (7377458, '_transient_wflginfl_2011555549', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7402685, '_transient_timeout_wflginfl_3176298680', '1404720638', 'no') ; 
INSERT INTO `wp_options` VALUES (7402686, '_transient_wflginfl_3176298680', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377461, '_transient_timeout_wflginfl_1938159668', '1404587776', 'no') ; 
INSERT INTO `wp_options` VALUES (7377462, '_transient_wflginfl_1938159668', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397549, '_transient_timeout_wflginfl_1600031639', '1404639511', 'no') ; 
INSERT INTO `wp_options` VALUES (7397550, '_transient_wflginfl_1600031639', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382872, '_transient_timeout_wflginfl_3189721604', '1404599295', 'no') ; 
INSERT INTO `wp_options` VALUES (7382873, '_transient_wflginfl_3189721604', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377497, '_transient_timeout_wflginfl_657640213', '1404587875', 'no') ; 
INSERT INTO `wp_options` VALUES (7377498, '_transient_wflginfl_657640213', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429756, '_transient_timeout_wflginfl_409403630', '1404742103', 'no') ; 
INSERT INTO `wp_options` VALUES (7429757, '_transient_wflginfl_409403630', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529370, '_transient_timeout_wflginfl_1522699552', '1404823917', 'no') ; 
INSERT INTO `wp_options` VALUES (7529371, '_transient_wflginfl_1522699552', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396828, '_transient_timeout_wflginfl_2058425299', '1404638341', 'no') ; 
INSERT INTO `wp_options` VALUES (7534979, '_transient_wflginfl_1498084700', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444500, '_transient_timeout_wflginfl_1833068420', '1404753421', 'no') ; 
INSERT INTO `wp_options` VALUES (7523481, '_transient_timeout_wflginfl_1489267032', '1404819809', 'no') ; 
INSERT INTO `wp_options` VALUES (7523482, '_transient_wflginfl_1489267032', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414493, '_transient_timeout_wflginfl_1664014759', '1404729652', 'no') ; 
INSERT INTO `wp_options` VALUES (7488415, '_transient_wflginfl_3385988731', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384543, '_transient_timeout_wflginfl_690949374', '1404603551', 'no') ; 
INSERT INTO `wp_options` VALUES (7384544, '_transient_wflginfl_690949374', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390365, '_transient_timeout_wflginfl_772414451', '1404621229', 'no') ; 
INSERT INTO `wp_options` VALUES (7390366, '_transient_wflginfl_772414451', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541408, '_transient_timeout_wflginfl_1185521014', '1404831588', 'no') ; 
INSERT INTO `wp_options` VALUES (7466891, '_transient_timeout_wflginfl_1559128769', '1404771022', 'no') ; 
INSERT INTO `wp_options` VALUES (7466892, '_transient_wflginfl_1559128769', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381570, '_transient_timeout_wflginfl_657436937', '1404596474', 'no') ; 
INSERT INTO `wp_options` VALUES (7381571, '_transient_wflginfl_657436937', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387044, '_transient_timeout_wflginfl_520727222', '1404610677', 'no') ; 
INSERT INTO `wp_options` VALUES (7387045, '_transient_wflginfl_520727222', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377554, '_transient_timeout_wflginfl_1318913630', '1404587983', 'no') ; 
INSERT INTO `wp_options` VALUES (7377555, '_transient_wflginfl_1318913630', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377556, '_transient_timeout_wflginfl_1391001318', '1404587983', 'no') ; 
INSERT INTO `wp_options` VALUES (7377557, '_transient_wflginfl_1391001318', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454891, '_transient_timeout_wflginfl_1501226197', '1404761313', 'no') ; 
INSERT INTO `wp_options` VALUES (7454892, '_transient_wflginfl_1501226197', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379782, '_transient_timeout_wflginfl_40004364', '1404592815', 'no') ; 
INSERT INTO `wp_options` VALUES (7379783, '_transient_wflginfl_40004364', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379228, '_transient_timeout_wflginfl_1336013937', '1404591695', 'no') ; 
INSERT INTO `wp_options` VALUES (7379229, '_transient_wflginfl_1336013937', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516839, '_transient_timeout_wflginfl_2996081714', '1404815586', 'no') ; 
INSERT INTO `wp_options` VALUES (7516840, '_transient_wflginfl_2996081714', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7397732, '_transient_wflginfl_3319955772', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467422, '_transient_wflginfl_1673410941', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541409, '_transient_wflginfl_1185521014', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540654, '_transient_timeout_wflginfl_1407466747', '1404831530', 'no') ; 
INSERT INTO `wp_options` VALUES (7540131, '_transient_wflginfl_1424772932', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540236, '_transient_timeout_wflginfl_1315001469', '1404831522', 'no') ; 
INSERT INTO `wp_options` VALUES (7537445, '_transient_timeout_wflginfl_3001670684', '1404829192', 'no') ; 
INSERT INTO `wp_options` VALUES (7377676, '_transient_timeout_wflginfl_1976210095', '1404588117', 'no') ; 
INSERT INTO `wp_options` VALUES (7480593, '_transient_timeout_wflginfl_3197611413', '1404784514', 'no') ; 
INSERT INTO `wp_options` VALUES (7377613, '_transient_timeout_wflginfl_3065769771', '1404588095', 'no') ; 
INSERT INTO `wp_options` VALUES (7480594, '_transient_wflginfl_3197611413', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377615, '_transient_wflginfl_3065769771', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389167, '_transient_timeout_wflginfl_3570910022', '1404617345', 'no') ; 
INSERT INTO `wp_options` VALUES (7380091, '_transient_timeout_wflginfl_3624588793', '1404593402', 'no') ; 
INSERT INTO `wp_options` VALUES (7389168, '_transient_wflginfl_3570910022', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380092, '_transient_wflginfl_3624588793', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394891, '_transient_timeout_wflginfl_1609260843', '1404634398', 'no') ; 
INSERT INTO `wp_options` VALUES (7394892, '_transient_wflginfl_1609260843', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377993, '_transient_timeout_wflginfl_695150170', '1404588739', 'no') ; 
INSERT INTO `wp_options` VALUES (7377994, '_transient_wflginfl_695150170', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390570, '_transient_wflginfl_3090747082', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529087, '_transient_wflginfl_1021464992', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383659, '_transient_timeout_wflginfl_3065178154', '1404601146', 'no') ; 
INSERT INTO `wp_options` VALUES (7383660, '_transient_wflginfl_3065178154', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377661, '_transient_timeout_wflginfl_1899742783', '1404588103', 'no') ; 
INSERT INTO `wp_options` VALUES (7377662, '_transient_wflginfl_1899742783', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472669, '_transient_timeout_wflginfl_1155718514', '1404776370', 'no') ; 
INSERT INTO `wp_options` VALUES (7472670, '_transient_wflginfl_1155718514', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377677, '_transient_wflginfl_1976210095', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378215, '_transient_timeout_wflginfl_3661088376', '1404589856', 'no') ; 
INSERT INTO `wp_options` VALUES (7378216, '_transient_wflginfl_3661088376', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520594, '_transient_wflginfl_1314674440', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520593, '_transient_timeout_wflginfl_1314674440', '1404817942', 'no') ; 
INSERT INTO `wp_options` VALUES (7507012, '_transient_timeout_wflginfl_1700949279', '1404808372', 'no') ; 
INSERT INTO `wp_options` VALUES (7541360, '_transient_timeout_wflginfl_780013760', '1404831541', 'no') ; 
INSERT INTO `wp_options` VALUES (7386752, '_transient_timeout_wflginfl_1833841374', '1404610114', 'no') ; 
INSERT INTO `wp_options` VALUES (7392313, '_transient_timeout_wflginfl_1259872409', '1404627264', 'no') ; 
INSERT INTO `wp_options` VALUES (7392314, '_transient_wflginfl_1259872409', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381502, '_transient_timeout_wflginfl_1605659207', '1404596328', 'no') ; 
INSERT INTO `wp_options` VALUES (7381503, '_transient_wflginfl_1605659207', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533571, '_transient_timeout_wflginfl_1041549024', '1404826634', 'no') ; 
INSERT INTO `wp_options` VALUES (7533572, '_transient_wflginfl_1041549024', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529944, '_transient_timeout_wflginfl_1919735311', '1404824288', 'no') ; 
INSERT INTO `wp_options` VALUES (7534718, '_transient_timeout_wflginfl_3158178481', '1404827379', 'no') ; 
INSERT INTO `wp_options` VALUES (7434994, '_transient_timeout_wflginfl_3259922274', '1404746106', 'no') ; 
INSERT INTO `wp_options` VALUES (7428923, '_transient_wflginfl_1450796773', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538873, '_transient_timeout_wflginfl_1567808311', '1404830120', 'no') ; 
INSERT INTO `wp_options` VALUES (7377732, '_transient_timeout_wflginfl_3201663264', '1404588189', 'no') ; 
INSERT INTO `wp_options` VALUES (7377733, '_transient_wflginfl_3201663264', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377734, '_transient_timeout_wflginfl_1320746084', '1404588192', 'no') ; 
INSERT INTO `wp_options` VALUES (7377735, '_transient_wflginfl_1320746084', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440129, '_transient_timeout_wflginfl_99976712', '1404750036', 'no') ; 
INSERT INTO `wp_options` VALUES (7539108, '_transient_wflginfl_3577392350', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386753, '_transient_wflginfl_1833841374', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7384205, '_transient_timeout_wflginfl_3139956986', '1404602617', 'no') ; 
INSERT INTO `wp_options` VALUES (7384206, '_transient_wflginfl_3139956986', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489065, '_transient_wflginfl_1141395683', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536227, '_transient_wflginfl_1605650307', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529918, '_transient_timeout_wflginfl_1512861148', '1404824268', 'no') ; 
INSERT INTO `wp_options` VALUES (7529919, '_transient_wflginfl_1512861148', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387986, '_transient_timeout_wflginfl_3306895029', '1404613573', 'no') ; 
INSERT INTO `wp_options` VALUES (7387987, '_transient_wflginfl_3306895029', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377780, '_transient_timeout_wflginfl_838085265', '1404588281', 'no') ; 
INSERT INTO `wp_options` VALUES (7377781, '_transient_wflginfl_838085265', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377794, '_transient_timeout_wflginfl_778557531', '1404588311', 'no') ; 
INSERT INTO `wp_options` VALUES (7377795, '_transient_wflginfl_778557531', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532878, '_transient_timeout_wflginfl_698236142', '1404826205', 'no') ; 
INSERT INTO `wp_options` VALUES (7494543, '_transient_wflginfl_3578901080', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532879, '_transient_wflginfl_698236142', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388457, '_transient_timeout_wflginfl_778812382', '1404615123', 'no') ; 
INSERT INTO `wp_options` VALUES (7388458, '_transient_wflginfl_778812382', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385314, '_transient_timeout_wflginfl_3587782777', '1404605709', 'no') ; 
INSERT INTO `wp_options` VALUES (7385315, '_transient_wflginfl_3587782777', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385902, '_transient_timeout_wflginfl_530988143', '1404607202', 'no') ; 
INSERT INTO `wp_options` VALUES (7385903, '_transient_wflginfl_530988143', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390501, '_transient_timeout_wflginfl_2978752925', '1404621714', 'no') ; 
INSERT INTO `wp_options` VALUES (7390502, '_transient_wflginfl_2978752925', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379285, '_transient_timeout_wflginfl_1430780192', '1404591773', 'no') ; 
INSERT INTO `wp_options` VALUES (7379286, '_transient_wflginfl_1430780192', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539902, '_transient_timeout_wflginfl_845277374', '1404830799', 'no') ; 
INSERT INTO `wp_options` VALUES (7377961, '_transient_timeout_wflginfl_1236350277', '1404588625', 'no') ; 
INSERT INTO `wp_options` VALUES (7381963, '_transient_timeout_wflginfl_1474014218', '1404597257', 'no') ; 
INSERT INTO `wp_options` VALUES (7381964, '_transient_wflginfl_1474014218', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378919, '_transient_timeout_wflginfl_2954447574', '1404591159', 'no') ; 
INSERT INTO `wp_options` VALUES (7378920, '_transient_wflginfl_2954447574', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377879, '_transient_timeout_wflginfl_621023008', '1404588489', 'no') ; 
INSERT INTO `wp_options` VALUES (7377880, '_transient_wflginfl_621023008', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461399, '_transient_timeout_wflginfl_1309207947', '1404766328', 'no') ; 
INSERT INTO `wp_options` VALUES (7461400, '_transient_wflginfl_1309207947', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377923, '_transient_timeout_wflginfl_3065582628', '1404588539', 'no') ; 
INSERT INTO `wp_options` VALUES (7377924, '_transient_wflginfl_3065582628', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377925, '_transient_timeout_wflginfl_2063792410', '1404588540', 'no') ; 
INSERT INTO `wp_options` VALUES (7377926, '_transient_wflginfl_2063792410', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393252, '_transient_timeout_wflginfl_1566018052', '1404630112', 'no') ; 
INSERT INTO `wp_options` VALUES (7393253, '_transient_wflginfl_1566018052', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537007, '_transient_timeout_wflginfl_1431774184', '1404828920', 'no') ; 
INSERT INTO `wp_options` VALUES (7537008, '_transient_wflginfl_1431774184', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381451, '_transient_timeout_wflginfl_1467555343', '1404596237', 'no') ; 
INSERT INTO `wp_options` VALUES (7381452, '_transient_wflginfl_1467555343', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377941, '_transient_timeout_wflginfl_3014670837', '1404588568', 'no') ; 
INSERT INTO `wp_options` VALUES (7377942, '_transient_wflginfl_3014670837', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7404892, '_transient_timeout_wflginfl_3523678806', '1404722517', 'no') ; 
INSERT INTO `wp_options` VALUES (7404893, '_transient_wflginfl_3523678806', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458610, '_transient_timeout_wflginfl_2959946272', '1404764158', 'no') ; 
INSERT INTO `wp_options` VALUES (7458611, '_transient_wflginfl_2959946272', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377962, '_transient_wflginfl_1236350277', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377965, '_transient_timeout_wflginfl_704203505', '1404588627', 'no') ; 
INSERT INTO `wp_options` VALUES (7377966, '_transient_wflginfl_704203505', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390709, '_transient_timeout_wflginfl_3308242931', '1404622403', 'no') ; 
INSERT INTO `wp_options` VALUES (7390710, '_transient_wflginfl_3308242931', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500734, '_transient_timeout_wflginfl_2499167613', '1404803402', 'no') ; 
INSERT INTO `wp_options` VALUES (7500735, '_transient_wflginfl_2499167613', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384755, '_transient_timeout_wflginfl_3017701617', '1404604169', 'no') ; 
INSERT INTO `wp_options` VALUES (7384756, '_transient_wflginfl_3017701617', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381839, '_transient_timeout_wflginfl_3065127605', '1404597016', 'no') ; 
INSERT INTO `wp_options` VALUES (7381840, '_transient_wflginfl_3065127605', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7377983, '_transient_timeout_wflginfl_3065589702', '1404588677', 'no') ; 
INSERT INTO `wp_options` VALUES (7377984, '_transient_wflginfl_3065589702', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433738, '_transient_timeout_wflginfl_779616868', '1404745067', 'no') ; 
INSERT INTO `wp_options` VALUES (7433739, '_transient_wflginfl_779616868', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466246, '_transient_timeout_wflginfl_1345846460', '1404770460', 'no') ; 
INSERT INTO `wp_options` VALUES (7439974, '_transient_timeout_wflginfl_1507387221', '1404749904', 'no') ; 
INSERT INTO `wp_options` VALUES (7377999, '_transient_timeout_wflginfl_3047216975', '1404588768', 'no') ; 
INSERT INTO `wp_options` VALUES (7378000, '_transient_wflginfl_3047216975', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378009, '_transient_timeout_wflginfl_657425035', '1404588803', 'no') ; 
INSERT INTO `wp_options` VALUES (7378010, '_transient_wflginfl_657425035', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378011, '_transient_timeout_wflginfl_2988726997', '1404588811', 'no') ; 
INSERT INTO `wp_options` VALUES (7378012, '_transient_wflginfl_2988726997', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379391, '_transient_timeout_wflginfl_1376178189', '1404592029', 'no') ; 
INSERT INTO `wp_options` VALUES (7379392, '_transient_wflginfl_1376178189', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496834, '_transient_timeout_wflginfl_2344817060', '1404800002', 'no') ; 
INSERT INTO `wp_options` VALUES (7496835, '_transient_wflginfl_2344817060', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378031, '_transient_timeout_wflginfl_3313811289', '1404588899', 'no') ; 
INSERT INTO `wp_options` VALUES (7378032, '_transient_wflginfl_3313811289', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378037, '_transient_timeout_wflginfl_1333722570', '1404588947', 'no') ; 
INSERT INTO `wp_options` VALUES (7378038, '_transient_wflginfl_1333722570', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387622, '_transient_timeout_wflginfl_1441800010', '1404612373', 'no') ; 
INSERT INTO `wp_options` VALUES (7387623, '_transient_wflginfl_1441800010', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394782, '_transient_timeout_wflginfl_1523606785', '1404634109', 'no') ; 
INSERT INTO `wp_options` VALUES (7394783, '_transient_wflginfl_1523606785', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541623, '_transient_timeout_wflginfl_839319842', '1404843061', 'no') ; 
INSERT INTO `wp_options` VALUES (7541624, '_transient_wflginfl_839319842', '19', 'no') ; 
INSERT INTO `wp_options` VALUES (7396081, '_transient_timeout_wflginfl_1892044246', '1404636957', 'no') ; 
INSERT INTO `wp_options` VALUES (7396082, '_transient_wflginfl_1892044246', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378079, '_transient_timeout_wflginfl_2535273338', '1404589484', 'no') ; 
INSERT INTO `wp_options` VALUES (7378080, '_transient_wflginfl_2535273338', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380520, '_transient_timeout_wflginfl_694548713', '1404594285', 'no') ; 
INSERT INTO `wp_options` VALUES (7380521, '_transient_wflginfl_694548713', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395289, '_transient_timeout_wflginfl_1776361197', '1404635572', 'no') ; 
INSERT INTO `wp_options` VALUES (7395290, '_transient_wflginfl_1776361197', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7378089, '_transient_timeout_wflginfl_1245912142', '1404589548', 'no') ; 
INSERT INTO `wp_options` VALUES (7378090, '_transient_wflginfl_1245912142', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539664, '_transient_wflginfl_1376572427', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532489, '_transient_wflginfl_2063099341', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378971, '_transient_timeout_wflginfl_784750831', '1404591250', 'no') ; 
INSERT INTO `wp_options` VALUES (7378972, '_transient_wflginfl_784750831', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385524, '_transient_timeout_wflginfl_1136389553', '1404606466', 'no') ; 
INSERT INTO `wp_options` VALUES (7385525, '_transient_wflginfl_1136389553', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7381071, '_transient_timeout_wflginfl_1744523524', '1404595333', 'no') ; 
INSERT INTO `wp_options` VALUES (7381072, '_transient_wflginfl_1744523524', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382059, '_transient_timeout_wflginfl_1835026535', '1404597425', 'no') ; 
INSERT INTO `wp_options` VALUES (7382060, '_transient_wflginfl_1835026535', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535930, '_transient_timeout_wflginfl_3235808593', '1404828203', 'no') ; 
INSERT INTO `wp_options` VALUES (7535931, '_transient_wflginfl_3235808593', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380097, '_transient_timeout_wflginfl_1577136791', '1404593406', 'no') ; 
INSERT INTO `wp_options` VALUES (7380098, '_transient_wflginfl_1577136791', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396916, '_transient_timeout_wflginfl_3125772055', '1404638514', 'no') ; 
INSERT INTO `wp_options` VALUES (7396917, '_transient_wflginfl_3125772055', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378165, '_transient_timeout_wflginfl_657098047', '1404589749', 'no') ; 
INSERT INTO `wp_options` VALUES (7378166, '_transient_wflginfl_657098047', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378736, '_transient_timeout_wflginfl_3628270163', '1404590837', 'no') ; 
INSERT INTO `wp_options` VALUES (7378737, '_transient_wflginfl_3628270163', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378185, '_transient_timeout_wflginfl_3170523871', '1404589814', 'no') ; 
INSERT INTO `wp_options` VALUES (7378186, '_transient_wflginfl_3170523871', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396676, '_transient_timeout_wflginfl_694263775', '1404638030', 'no') ; 
INSERT INTO `wp_options` VALUES (7396677, '_transient_wflginfl_694263775', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379969, '_transient_timeout_wflginfl_3349998213', '1404593138', 'no') ; 
INSERT INTO `wp_options` VALUES (7379970, '_transient_wflginfl_3349998213', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379875, '_transient_timeout_wflginfl_700264752', '1404592999', 'no') ; 
INSERT INTO `wp_options` VALUES (7379876, '_transient_wflginfl_700264752', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378207, '_transient_timeout_wflginfl_657555344', '1404589849', 'no') ; 
INSERT INTO `wp_options` VALUES (7378208, '_transient_wflginfl_657555344', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382240, '_transient_timeout_wflginfl_1502788028', '1404597883', 'no') ; 
INSERT INTO `wp_options` VALUES (7382241, '_transient_wflginfl_1502788028', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378237, '_transient_timeout_wflginfl_1466766792', '1404589899', 'no') ; 
INSERT INTO `wp_options` VALUES (7378238, '_transient_wflginfl_1466766792', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532470, '_transient_timeout_wflginfl_2015161062', '1404825936', 'no') ; 
INSERT INTO `wp_options` VALUES (7439319, '_transient_wflginfl_1430436370', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540793, '_transient_wflginfl_1466128903', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378241, '_transient_timeout_wflginfl_3176109402', '1404589905', 'no') ; 
INSERT INTO `wp_options` VALUES (7378242, '_transient_wflginfl_3176109402', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378251, '_transient_timeout_wflginfl_3567490941', '1404589924', 'no') ; 
INSERT INTO `wp_options` VALUES (7378252, '_transient_wflginfl_3567490941', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396193, '_transient_timeout_wflginfl_36795229', '1404637181', 'no') ; 
INSERT INTO `wp_options` VALUES (7396194, '_transient_wflginfl_36795229', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378257, '_transient_timeout_wflginfl_3188628737', '1404589939', 'no') ; 
INSERT INTO `wp_options` VALUES (7378258, '_transient_wflginfl_3188628737', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510867, '_transient_timeout_wflginfl_95587088', '1404811141', 'no') ; 
INSERT INTO `wp_options` VALUES (7510868, '_transient_wflginfl_95587088', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378261, '_transient_timeout_wflginfl_1868048508', '1404589942', 'no') ; 
INSERT INTO `wp_options` VALUES (7378262, '_transient_wflginfl_1868048508', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391589, '_transient_timeout_wflginfl_1838592945', '1404625008', 'no') ; 
INSERT INTO `wp_options` VALUES (7391590, '_transient_wflginfl_1838592945', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396566, '_transient_timeout_wflginfl_3036009085', '1404637796', 'no') ; 
INSERT INTO `wp_options` VALUES (7396567, '_transient_wflginfl_3036009085', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378271, '_transient_timeout_wflginfl_3272464870', '1404589953', 'no') ; 
INSERT INTO `wp_options` VALUES (7378272, '_transient_wflginfl_3272464870', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378275, '_transient_timeout_wflginfl_657430201', '1404589963', 'no') ; 
INSERT INTO `wp_options` VALUES (7378276, '_transient_wflginfl_657430201', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378277, '_transient_timeout_wflginfl_1742886778', '1404589966', 'no') ; 
INSERT INTO `wp_options` VALUES (7378278, '_transient_wflginfl_1742886778', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379141, '_transient_timeout_wflginfl_3320321946', '1404591532', 'no') ; 
INSERT INTO `wp_options` VALUES (7379142, '_transient_wflginfl_3320321946', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488094, '_transient_timeout_wflginfl_3047590606', '1404791843', 'no') ; 
INSERT INTO `wp_options` VALUES (7488095, '_transient_wflginfl_3047590606', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396844, '_transient_timeout_wflginfl_788087790', '1404638365', 'no') ; 
INSERT INTO `wp_options` VALUES (7396845, '_transient_wflginfl_788087790', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378296, '_transient_timeout_wflginfl_2006189703', '1404589997', 'no') ; 
INSERT INTO `wp_options` VALUES (7378297, '_transient_wflginfl_2006189703', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381917, '_transient_timeout_wflginfl_1432779411', '1404597191', 'no') ; 
INSERT INTO `wp_options` VALUES (7381918, '_transient_wflginfl_1432779411', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378312, '_transient_timeout_wflginfl_1832958226', '1404590032', 'no') ; 
INSERT INTO `wp_options` VALUES (7378313, '_transient_wflginfl_1832958226', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378314, '_transient_timeout_wflginfl_1917780951', '1404590034', 'no') ; 
INSERT INTO `wp_options` VALUES (7378315, '_transient_wflginfl_1917780951', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378328, '_transient_timeout_wflginfl_3155835557', '1404590054', 'no') ; 
INSERT INTO `wp_options` VALUES (7378329, '_transient_wflginfl_3155835557', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378931, '_transient_timeout_wflginfl_1459678368', '1404591178', 'no') ; 
INSERT INTO `wp_options` VALUES (7378932, '_transient_wflginfl_1459678368', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380348, '_transient_timeout_wflginfl_1076401007', '1404593935', 'no') ; 
INSERT INTO `wp_options` VALUES (7380349, '_transient_wflginfl_1076401007', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481394, '_transient_timeout_wflginfl_1613819101', '1404785304', 'no') ; 
INSERT INTO `wp_options` VALUES (7481395, '_transient_wflginfl_1613819101', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380263, '_transient_timeout_wflginfl_2033592375', '1404593776', 'no') ; 
INSERT INTO `wp_options` VALUES (7380264, '_transient_wflginfl_2033592375', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380136, '_transient_timeout_wflginfl_3345329145', '1404593513', 'no') ; 
INSERT INTO `wp_options` VALUES (7380137, '_transient_wflginfl_3345329145', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378376, '_transient_timeout_wflginfl_1211258710', '1404590159', 'no') ; 
INSERT INTO `wp_options` VALUES (7378377, '_transient_wflginfl_1211258710', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378378, '_transient_timeout_wflginfl_88475003', '1404590162', 'no') ; 
INSERT INTO `wp_options` VALUES (7378379, '_transient_wflginfl_88475003', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378380, '_transient_timeout_wflginfl_2228087833', '1404590166', 'no') ; 
INSERT INTO `wp_options` VALUES (7378381, '_transient_wflginfl_2228087833', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539285, '_transient_timeout_wflginfl_1948875569', '1404830409', 'no') ; 
INSERT INTO `wp_options` VALUES (7539286, '_transient_wflginfl_1948875569', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391429, '_transient_timeout_wflginfl_1198076318', '1404624571', 'no') ; 
INSERT INTO `wp_options` VALUES (7391430, '_transient_wflginfl_1198076318', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378416, '_transient_timeout_wflginfl_1460862673', '1404590226', 'no') ; 
INSERT INTO `wp_options` VALUES (7378417, '_transient_wflginfl_1460862673', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455759, '_transient_timeout_wflginfl_3000722384', '1404761970', 'no') ; 
INSERT INTO `wp_options` VALUES (7455760, '_transient_wflginfl_3000722384', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477344, '_transient_timeout_wflginfl_3126107324', '1404781055', 'no') ; 
INSERT INTO `wp_options` VALUES (7477345, '_transient_wflginfl_3126107324', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383028, '_transient_timeout_wflginfl_657343489', '1404599729', 'no') ; 
INSERT INTO `wp_options` VALUES (7383029, '_transient_wflginfl_657343489', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468771, '_transient_timeout_wflginfl_2954962409', '1404772604', 'no') ; 
INSERT INTO `wp_options` VALUES (7468772, '_transient_wflginfl_2954962409', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381445, '_transient_timeout_wflginfl_1300131862', '1404596227', 'no') ; 
INSERT INTO `wp_options` VALUES (7381446, '_transient_wflginfl_1300131862', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481927, '_transient_timeout_wflginfl_3388765158', '1404785912', 'no') ; 
INSERT INTO `wp_options` VALUES (7481928, '_transient_wflginfl_3388765158', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380358, '_transient_timeout_wflginfl_1475448038', '1404593949', 'no') ; 
INSERT INTO `wp_options` VALUES (7380359, '_transient_wflginfl_1475448038', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379677, '_transient_timeout_wflginfl_1549893682', '1404592603', 'no') ; 
INSERT INTO `wp_options` VALUES (7379678, '_transient_wflginfl_1549893682', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378460, '_transient_timeout_wflginfl_657073388', '1404590308', 'no') ; 
INSERT INTO `wp_options` VALUES (7378461, '_transient_wflginfl_657073388', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379457, '_transient_timeout_wflginfl_1589623774', '1404592170', 'no') ; 
INSERT INTO `wp_options` VALUES (7379458, '_transient_wflginfl_1589623774', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389247, '_transient_timeout_wflginfl_3322896370', '1404617580', 'no') ; 
INSERT INTO `wp_options` VALUES (7395836, '_transient_wflginfl_3357338717', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393563, '_transient_timeout_wflginfl_1327752338', '1404630977', 'no') ; 
INSERT INTO `wp_options` VALUES (7393564, '_transient_wflginfl_1327752338', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506388, '_transient_timeout_wflginfl_3174850928', '1404807925', 'no') ; 
INSERT INTO `wp_options` VALUES (7506389, '_transient_wflginfl_3174850928', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380656, '_transient_timeout_wflginfl_657550785', '1404594487', 'no') ; 
INSERT INTO `wp_options` VALUES (7380657, '_transient_wflginfl_657550785', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378502, '_transient_timeout_wflginfl_3185475079', '1404590389', 'no') ; 
INSERT INTO `wp_options` VALUES (7378503, '_transient_wflginfl_3185475079', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413154, '_transient_wflginfl_3710381191', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397091, '_transient_timeout_wflginfl_3413108627', '1404638818', 'no') ; 
INSERT INTO `wp_options` VALUES (7385129, '_transient_wflginfl_1549949093', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378519, '_transient_wflginfl_1076400939', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520420, '_transient_wflginfl_621913964', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539162, '_transient_wflginfl_1382452685', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378522, '_transient_timeout_wflginfl_1298741711', '1404590430', 'no') ; 
INSERT INTO `wp_options` VALUES (7378523, '_transient_wflginfl_1298741711', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448684, '_transient_timeout_wflginfl_3357459720', '1404756583', 'no') ; 
INSERT INTO `wp_options` VALUES (7448685, '_transient_wflginfl_3357459720', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389391, '_transient_timeout_wflginfl_241572733', '1404618058', 'no') ; 
INSERT INTO `wp_options` VALUES (7389392, '_transient_wflginfl_241572733', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378540, '_transient_timeout_wflginfl_3383723882', '1404590467', 'no') ; 
INSERT INTO `wp_options` VALUES (7378541, '_transient_wflginfl_3383723882', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380069, '_transient_timeout_wflginfl_3306097660', '1404593325', 'no') ; 
INSERT INTO `wp_options` VALUES (7380070, '_transient_wflginfl_3306097660', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471346, '_transient_timeout_wflginfl_1415231831', '1404775236', 'no') ; 
INSERT INTO `wp_options` VALUES (7471347, '_transient_wflginfl_1415231831', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7378566, '_transient_timeout_wflginfl_3002941002', '1404590504', 'no') ; 
INSERT INTO `wp_options` VALUES (7378567, '_transient_wflginfl_3002941002', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386766, '_transient_timeout_wflginfl_608526710', '1404609892', 'no') ; 
INSERT INTO `wp_options` VALUES (7386767, '_transient_wflginfl_608526710', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381518, '_transient_timeout_wflginfl_1577703349', '1404596363', 'no') ; 
INSERT INTO `wp_options` VALUES (7381519, '_transient_wflginfl_1577703349', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388094, '_transient_timeout_wflginfl_461525327', '1404613904', 'no') ; 
INSERT INTO `wp_options` VALUES (7388095, '_transient_wflginfl_461525327', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396051, '_transient_timeout_wflginfl_1329317872', '1404636902', 'no') ; 
INSERT INTO `wp_options` VALUES (7396052, '_transient_wflginfl_1329317872', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379955, '_transient_timeout_wflginfl_247500645', '1404593114', 'no') ; 
INSERT INTO `wp_options` VALUES (7379956, '_transient_wflginfl_247500645', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378598, '_transient_timeout_wflginfl_3372502293', '1404590552', 'no') ; 
INSERT INTO `wp_options` VALUES (7378599, '_transient_wflginfl_3372502293', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378604, '_transient_timeout_wflginfl_694348513', '1404590563', 'no') ; 
INSERT INTO `wp_options` VALUES (7378605, '_transient_wflginfl_694348513', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470548, '_transient_wflginfl_1385859462', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540764, '_transient_timeout_wflginfl_3133987490', '1404831306', 'no') ; 
INSERT INTO `wp_options` VALUES (7394257, '_transient_timeout_wflginfl_3639561652', '1404632711', 'no') ; 
INSERT INTO `wp_options` VALUES (7394258, '_transient_wflginfl_3639561652', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523540, '_transient_timeout_wflginfl_3705772837', '1404819847', 'no') ; 
INSERT INTO `wp_options` VALUES (7540744, '_transient_timeout_wflginfl_1598312304', '1404831293', 'no') ; 
INSERT INTO `wp_options` VALUES (7382633, '_transient_timeout_wflginfl_1337006653', '1404598759', 'no') ; 
INSERT INTO `wp_options` VALUES (7382634, '_transient_wflginfl_1337006653', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378646, '_transient_timeout_wflginfl_1771847288', '1404590624', 'no') ; 
INSERT INTO `wp_options` VALUES (7378647, '_transient_wflginfl_1771847288', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501178, '_transient_timeout_wflginfl_1435220611', '1404803777', 'no') ; 
INSERT INTO `wp_options` VALUES (7501179, '_transient_wflginfl_1435220611', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396093, '_transient_timeout_wflginfl_99993516', '1404636986', 'no') ; 
INSERT INTO `wp_options` VALUES (7396094, '_transient_wflginfl_99993516', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378668, '_transient_timeout_wflginfl_697254399', '1404590663', 'no') ; 
INSERT INTO `wp_options` VALUES (7378669, '_transient_wflginfl_697254399', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379249, '_transient_timeout_wflginfl_414427816', '1404591722', 'no') ; 
INSERT INTO `wp_options` VALUES (7379250, '_transient_wflginfl_414427816', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541284, '_transient_timeout_wflginfl_1396044718', '1404831505', 'no') ; 
INSERT INTO `wp_options` VALUES (7541285, '_transient_wflginfl_1396044718', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384275, '_transient_timeout_wflginfl_656580398', '1404602825', 'no') ; 
INSERT INTO `wp_options` VALUES (7384276, '_transient_wflginfl_656580398', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383291, '_transient_timeout_wflginfl_1594845721', '1404600308', 'no') ; 
INSERT INTO `wp_options` VALUES (7383292, '_transient_wflginfl_1594845721', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380488, '_transient_timeout_wflginfl_1320710871', '1404594213', 'no') ; 
INSERT INTO `wp_options` VALUES (7380489, '_transient_wflginfl_1320710871', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378716, '_transient_timeout_wflginfl_657550901', '1404590818', 'no') ; 
INSERT INTO `wp_options` VALUES (7378717, '_transient_wflginfl_657550901', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379480, '_transient_timeout_wflginfl_608855292', '1404592230', 'no') ; 
INSERT INTO `wp_options` VALUES (7379481, '_transient_wflginfl_608855292', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379331, '_transient_timeout_wflginfl_1383250882', '1404591897', 'no') ; 
INSERT INTO `wp_options` VALUES (7379332, '_transient_wflginfl_1383250882', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388136, '_transient_timeout_wflginfl_1356714888', '1404614069', 'no') ; 
INSERT INTO `wp_options` VALUES (7388137, '_transient_wflginfl_1356714888', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426587, '_transient_timeout_wflginfl_1729806609', '1404739633', 'no') ; 
INSERT INTO `wp_options` VALUES (7426588, '_transient_wflginfl_1729806609', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434954, '_transient_timeout_wflginfl_3075552433', '1404746078', 'no') ; 
INSERT INTO `wp_options` VALUES (7434955, '_transient_wflginfl_3075552433', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379093, '_transient_timeout_wflginfl_657002607', '1404591463', 'no') ; 
INSERT INTO `wp_options` VALUES (7379094, '_transient_wflginfl_657002607', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380344, '_transient_timeout_wflginfl_2538128333', '1404593929', 'no') ; 
INSERT INTO `wp_options` VALUES (7380345, '_transient_wflginfl_2538128333', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378785, '_transient_timeout_wflginfl_1563982896', '1404590922', 'no') ; 
INSERT INTO `wp_options` VALUES (7378786, '_transient_wflginfl_1563982896', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380570, '_transient_timeout_wflginfl_1834846283', '1404594384', 'no') ; 
INSERT INTO `wp_options` VALUES (7380571, '_transient_wflginfl_1834846283', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384498, '_transient_timeout_wflginfl_1599450816', '1404603467', 'no') ; 
INSERT INTO `wp_options` VALUES (7384499, '_transient_wflginfl_1599450816', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475424, '_transient_timeout_wflginfl_1815460348', '1404779149', 'no') ; 
INSERT INTO `wp_options` VALUES (7475425, '_transient_wflginfl_1815460348', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378815, '_transient_timeout_wflginfl_657421509', '1404590987', 'no') ; 
INSERT INTO `wp_options` VALUES (7378816, '_transient_wflginfl_657421509', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380508, '_transient_timeout_wflginfl_532493253', '1404594268', 'no') ; 
INSERT INTO `wp_options` VALUES (7380509, '_transient_wflginfl_532493253', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383514, '_transient_timeout_wflginfl_1583803362', '1404600792', 'no') ; 
INSERT INTO `wp_options` VALUES (7383515, '_transient_wflginfl_1583803362', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539007, '_transient_timeout_wflginfl_703138739', '1404830203', 'no') ; 
INSERT INTO `wp_options` VALUES (7539008, '_transient_wflginfl_703138739', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539468, '_transient_timeout_wflginfl_2907259356', '1404830527', 'no') ; 
INSERT INTO `wp_options` VALUES (7539469, '_transient_wflginfl_2907259356', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378841, '_transient_timeout_wflginfl_657444875', '1404591021', 'no') ; 
INSERT INTO `wp_options` VALUES (7378842, '_transient_wflginfl_657444875', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380482, '_transient_timeout_wflginfl_1373018313', '1404594203', 'no') ; 
INSERT INTO `wp_options` VALUES (7380483, '_transient_wflginfl_1373018313', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382890, '_transient_timeout_wflginfl_657468671', '1404599346', 'no') ; 
INSERT INTO `wp_options` VALUES (7382891, '_transient_wflginfl_657468671', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454012, '_transient_timeout_wflginfl_3057655615', '1404760660', 'no') ; 
INSERT INTO `wp_options` VALUES (7469983, '_transient_timeout_wflginfl_1336506891', '1404773744', 'no') ; 
INSERT INTO `wp_options` VALUES (7390661, '_transient_timeout_wflginfl_3127481784', '1404622295', 'no') ; 
INSERT INTO `wp_options` VALUES (7390662, '_transient_wflginfl_3127481784', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378869, '_transient_timeout_wflginfl_88151174', '1404591066', 'no') ; 
INSERT INTO `wp_options` VALUES (7378870, '_transient_wflginfl_88151174', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397967, '_transient_timeout_wflginfl_703106004', '1404640530', 'no') ; 
INSERT INTO `wp_options` VALUES (7397968, '_transient_wflginfl_703106004', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389533, '_transient_timeout_wflginfl_694441491', '1404618520', 'no') ; 
INSERT INTO `wp_options` VALUES (7389534, '_transient_wflginfl_694441491', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459791, '_transient_timeout_wflginfl_625834377', '1404765054', 'no') ; 
INSERT INTO `wp_options` VALUES (7459792, '_transient_wflginfl_625834377', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525232, '_transient_timeout_wflginfl_657883080', '1404821067', 'no') ; 
INSERT INTO `wp_options` VALUES (7503607, '_transient_timeout_wflginfl_1389423184', '1404805703', 'no') ; 
INSERT INTO `wp_options` VALUES (7382451, '_transient_timeout_wflginfl_690226821', '1404598358', 'no') ; 
INSERT INTO `wp_options` VALUES (7382452, '_transient_wflginfl_690226821', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390933, '_transient_timeout_wflginfl_2067730576', '1404623093', 'no') ; 
INSERT INTO `wp_options` VALUES (7390934, '_transient_wflginfl_2067730576', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378925, '_transient_timeout_wflginfl_1192196839', '1404591173', 'no') ; 
INSERT INTO `wp_options` VALUES (7378926, '_transient_wflginfl_1192196839', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378943, '_transient_timeout_wflginfl_2058479367', '1404591195', 'no') ; 
INSERT INTO `wp_options` VALUES (7378944, '_transient_wflginfl_2058479367', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537633, '_transient_timeout_wflginfl_3036113012', '1404829302', 'no') ; 
INSERT INTO `wp_options` VALUES (7418003, '_transient_timeout_wflginfl_690151908', '1404732609', 'no') ; 
INSERT INTO `wp_options` VALUES (7513046, '_transient_wflginfl_1834748707', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378955, '_transient_timeout_wflginfl_3124217415', '1404591212', 'no') ; 
INSERT INTO `wp_options` VALUES (7378956, '_transient_wflginfl_3124217415', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382174, '_transient_timeout_wflginfl_84855235', '1404597713', 'no') ; 
INSERT INTO `wp_options` VALUES (7382175, '_transient_wflginfl_84855235', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443487, '_transient_timeout_wflginfl_1600067568', '1404752654', 'no') ; 
INSERT INTO `wp_options` VALUES (7462809, '_transient_timeout_wflginfl_1390413132', '1404767563', 'no') ; 
INSERT INTO `wp_options` VALUES (7378979, '_transient_timeout_wflginfl_1583546398', '1404591277', 'no') ; 
INSERT INTO `wp_options` VALUES (7378980, '_transient_wflginfl_1583546398', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7378983, '_transient_timeout_wflginfl_1941606493', '1404591278', 'no') ; 
INSERT INTO `wp_options` VALUES (7378984, '_transient_wflginfl_1941606493', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539691, '_transient_timeout_wflginfl_1113667611', '1404830665', 'no') ; 
INSERT INTO `wp_options` VALUES (7540108, '_transient_timeout_wflginfl_3417421877', '1404830944', 'no') ; 
INSERT INTO `wp_options` VALUES (7540109, '_transient_wflginfl_3417421877', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539629, '_transient_timeout_wflginfl_2292791315', '1404830630', 'no') ; 
INSERT INTO `wp_options` VALUES (7539630, '_transient_wflginfl_2292791315', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478746, '_transient_timeout_wflginfl_1550026425', '1404782525', 'no') ; 
INSERT INTO `wp_options` VALUES (7478747, '_transient_wflginfl_1550026425', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539189, '_transient_timeout_wflginfl_2010110659', '1404830332', 'no') ; 
INSERT INTO `wp_options` VALUES (7539190, '_transient_wflginfl_2010110659', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383753, '_transient_timeout_wflginfl_3500733415', '1404601392', 'no') ; 
INSERT INTO `wp_options` VALUES (7383754, '_transient_wflginfl_3500733415', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379031, '_transient_timeout_wflginfl_1978625125', '1404591361', 'no') ; 
INSERT INTO `wp_options` VALUES (7379032, '_transient_wflginfl_1978625125', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379041, '_transient_timeout_wflginfl_1581750368', '1404591391', 'no') ; 
INSERT INTO `wp_options` VALUES (7379042, '_transient_wflginfl_1581750368', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380434, '_transient_timeout_wflginfl_3155717467', '1404594073', 'no') ; 
INSERT INTO `wp_options` VALUES (7380435, '_transient_wflginfl_3155717467', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379053, '_transient_timeout_wflginfl_2534702140', '1404591409', 'no') ; 
INSERT INTO `wp_options` VALUES (7379054, '_transient_wflginfl_2534702140', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380152, '_transient_timeout_wflginfl_2955765055', '1404593545', 'no') ; 
INSERT INTO `wp_options` VALUES (7380153, '_transient_wflginfl_2955765055', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379085, '_transient_timeout_wflginfl_704210591', '1404591444', 'no') ; 
INSERT INTO `wp_options` VALUES (7379086, '_transient_wflginfl_704210591', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379087, '_transient_timeout_wflginfl_657476509', '1404591445', 'no') ; 
INSERT INTO `wp_options` VALUES (7379088, '_transient_wflginfl_657476509', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384396, '_transient_timeout_wflginfl_1320441589', '1404603210', 'no') ; 
INSERT INTO `wp_options` VALUES (7384397, '_transient_wflginfl_1320441589', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381714, '_transient_timeout_wflginfl_1486108360', '1404596800', 'no') ; 
INSERT INTO `wp_options` VALUES (7381715, '_transient_wflginfl_1486108360', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526082, '_transient_timeout_wflginfl_1835300954', '1404821655', 'no') ; 
INSERT INTO `wp_options` VALUES (7526083, '_transient_wflginfl_1835300954', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384901, '_transient_timeout_wflginfl_1593740071', '1404604571', 'no') ; 
INSERT INTO `wp_options` VALUES (7384902, '_transient_wflginfl_1593740071', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389627, '_transient_timeout_wflginfl_3319572755', '1404618823', 'no') ; 
INSERT INTO `wp_options` VALUES (7389628, '_transient_wflginfl_3319572755', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379127, '_transient_timeout_wflginfl_1776594779', '1404591522', 'no') ; 
INSERT INTO `wp_options` VALUES (7379128, '_transient_wflginfl_1776594779', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379811, '_transient_timeout_wflginfl_3075699396', '1404592879', 'no') ; 
INSERT INTO `wp_options` VALUES (7379812, '_transient_wflginfl_3075699396', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398207, '_transient_timeout_wflginfl_634561678', '1404646367', 'no') ; 
INSERT INTO `wp_options` VALUES (7398208, '_transient_wflginfl_634561678', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379145, '_transient_timeout_wflginfl_2537091218', '1404591541', 'no') ; 
INSERT INTO `wp_options` VALUES (7379146, '_transient_wflginfl_2537091218', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379161, '_transient_timeout_wflginfl_87884472', '1404591570', 'no') ; 
INSERT INTO `wp_options` VALUES (7379162, '_transient_wflginfl_87884472', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388525, '_transient_timeout_wflginfl_3163500908', '1404615286', 'no') ; 
INSERT INTO `wp_options` VALUES (7388526, '_transient_wflginfl_3163500908', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380284, '_transient_timeout_wflginfl_2969701395', '1404593806', 'no') ; 
INSERT INTO `wp_options` VALUES (7380285, '_transient_wflginfl_2969701395', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379192, '_transient_timeout_wflginfl_3157266455', '1404591639', 'no') ; 
INSERT INTO `wp_options` VALUES (7379193, '_transient_wflginfl_3157266455', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379224, '_transient_timeout_wflginfl_1837060190', '1404591685', 'no') ; 
INSERT INTO `wp_options` VALUES (7379225, '_transient_wflginfl_1837060190', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379226, '_transient_timeout_wflginfl_1369102425', '1404591691', 'no') ; 
INSERT INTO `wp_options` VALUES (7379227, '_transient_wflginfl_1369102425', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379241, '_transient_timeout_wflginfl_2957780744', '1404591713', 'no') ; 
INSERT INTO `wp_options` VALUES (7379235, '_transient_timeout_wflginfl_778445155', '1404591705', 'no') ; 
INSERT INTO `wp_options` VALUES (7379236, '_transient_wflginfl_778445155', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379242, '_transient_wflginfl_2957780744', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391753, '_transient_timeout_wflginfl_1925609090', '1404625563', 'no') ; 
INSERT INTO `wp_options` VALUES (7391754, '_transient_wflginfl_1925609090', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390022, '_transient_timeout_wflginfl_1451066814', '1404620271', 'no') ; 
INSERT INTO `wp_options` VALUES (7390023, '_transient_wflginfl_1451066814', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387751, '_transient_wflginfl_2979853078', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396913, '_transient_wflginfl_1657234793', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384253, '_transient_timeout_wflginfl_1453409652', '1404602747', 'no') ; 
INSERT INTO `wp_options` VALUES (7384254, '_transient_wflginfl_1453409652', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387748, '_transient_timeout_wflginfl_1441842387', '1404612778', 'no') ; 
INSERT INTO `wp_options` VALUES (7387749, '_transient_wflginfl_1441842387', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396101, '_transient_timeout_wflginfl_1337040852', '1404637005', 'no') ; 
INSERT INTO `wp_options` VALUES (7396102, '_transient_wflginfl_1337040852', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388864, '_transient_timeout_wflginfl_93886414', '1404616363', 'no') ; 
INSERT INTO `wp_options` VALUES (7388865, '_transient_wflginfl_93886414', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537263, '_transient_timeout_wflginfl_3155742407', '1404829080', 'no') ; 
INSERT INTO `wp_options` VALUES (7537264, '_transient_wflginfl_3155742407', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385580, '_transient_timeout_wflginfl_2017400066', '1404606355', 'no') ; 
INSERT INTO `wp_options` VALUES (7385581, '_transient_wflginfl_2017400066', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379311, '_transient_timeout_wflginfl_1298222224', '1404591838', 'no') ; 
INSERT INTO `wp_options` VALUES (7379312, '_transient_wflginfl_1298222224', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379315, '_transient_timeout_wflginfl_100230667', '1404591861', 'no') ; 
INSERT INTO `wp_options` VALUES (7379316, '_transient_wflginfl_100230667', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383411, '_transient_timeout_wflginfl_3065667856', '1404600556', 'no') ; 
INSERT INTO `wp_options` VALUES (7383412, '_transient_wflginfl_3065667856', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537513, '_transient_timeout_wflginfl_2041340653', '1404829230', 'no') ; 
INSERT INTO `wp_options` VALUES (7538828, '_transient_wflginfl_1562508105', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394639, '_transient_timeout_wflginfl_3000899181', '1404633825', 'no') ; 
INSERT INTO `wp_options` VALUES (7394640, '_transient_wflginfl_3000899181', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382724, '_transient_timeout_wflginfl_3001629175', '1404598957', 'no') ; 
INSERT INTO `wp_options` VALUES (7382725, '_transient_wflginfl_3001629175', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387750, '_transient_timeout_wflginfl_2979853078', '1404612780', 'no') ; 
INSERT INTO `wp_options` VALUES (7396912, '_transient_timeout_wflginfl_1657234793', '1404638513', 'no') ; 
INSERT INTO `wp_options` VALUES (7525952, '_transient_timeout_wflginfl_2056548127', '1404821557', 'no') ; 
INSERT INTO `wp_options` VALUES (7525953, '_transient_wflginfl_2056548127', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527400, '_transient_timeout_wflginfl_411521775', '1404822548', 'no') ; 
INSERT INTO `wp_options` VALUES (7527401, '_transient_wflginfl_411521775', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379397, '_transient_timeout_wflginfl_3315626879', '1404592037', 'no') ; 
INSERT INTO `wp_options` VALUES (7379398, '_transient_wflginfl_3315626879', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379403, '_transient_timeout_wflginfl_1500151687', '1404592043', 'no') ; 
INSERT INTO `wp_options` VALUES (7379404, '_transient_wflginfl_1500151687', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379409, '_transient_timeout_wflginfl_2945172797', '1404592070', 'no') ; 
INSERT INTO `wp_options` VALUES (7379410, '_transient_wflginfl_2945172797', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462665, '_transient_timeout_wflginfl_1893155400', '1404767460', 'no') ; 
INSERT INTO `wp_options` VALUES (7462666, '_transient_wflginfl_1893155400', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381961, '_transient_timeout_wflginfl_1546189401', '1404597254', 'no') ; 
INSERT INTO `wp_options` VALUES (7381962, '_transient_wflginfl_1546189401', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463083, '_transient_timeout_wflginfl_656417561', '1404767800', 'no') ; 
INSERT INTO `wp_options` VALUES (7527752, '_transient_wflginfl_2994788794', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379435, '_transient_timeout_wflginfl_3380801718', '1404592117', 'no') ; 
INSERT INTO `wp_options` VALUES (7379436, '_transient_wflginfl_3380801718', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381546, '_transient_timeout_wflginfl_2955670014', '1404596417', 'no') ; 
INSERT INTO `wp_options` VALUES (7381547, '_transient_wflginfl_2955670014', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379441, '_transient_timeout_wflginfl_1319277058', '1404592126', 'no') ; 
INSERT INTO `wp_options` VALUES (7379442, '_transient_wflginfl_1319277058', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381498, '_transient_timeout_wflginfl_1591916492', '1404596318', 'no') ; 
INSERT INTO `wp_options` VALUES (7381499, '_transient_wflginfl_1591916492', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379469, '_transient_timeout_wflginfl_1729806603', '1404592211', 'no') ; 
INSERT INTO `wp_options` VALUES (7379470, '_transient_wflginfl_1729806603', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379496, '_transient_timeout_wflginfl_657429409', '1404592262', 'no') ; 
INSERT INTO `wp_options` VALUES (7379497, '_transient_wflginfl_657429409', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383923, '_transient_timeout_wflginfl_1371933230', '1404601844', 'no') ; 
INSERT INTO `wp_options` VALUES (7383924, '_transient_wflginfl_1371933230', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379522, '_transient_timeout_wflginfl_3381767998', '1404592299', 'no') ; 
INSERT INTO `wp_options` VALUES (7379523, '_transient_wflginfl_3381767998', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379526, '_transient_timeout_wflginfl_1565927712', '1404592311', 'no') ; 
INSERT INTO `wp_options` VALUES (7379527, '_transient_wflginfl_1565927712', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382359, '_transient_timeout_wflginfl_1442130547', '1404598173', 'no') ; 
INSERT INTO `wp_options` VALUES (7382360, '_transient_wflginfl_1442130547', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393030, '_transient_timeout_wflginfl_1743081470', '1404629489', 'no') ; 
INSERT INTO `wp_options` VALUES (7393031, '_transient_wflginfl_1743081470', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387703, '_transient_timeout_wflginfl_1450791811', '1404612620', 'no') ; 
INSERT INTO `wp_options` VALUES (7387704, '_transient_wflginfl_1450791811', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379548, '_transient_timeout_wflginfl_1771928419', '1404592352', 'no') ; 
INSERT INTO `wp_options` VALUES (7379549, '_transient_wflginfl_1771928419', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514443, '_transient_timeout_wflginfl_2332064779', '1404813655', 'no') ; 
INSERT INTO `wp_options` VALUES (7520184, '_transient_timeout_wflginfl_1599858077', '1404817639', 'no') ; 
INSERT INTO `wp_options` VALUES (7379995, '_transient_timeout_wflginfl_1308833967', '1404593178', 'no') ; 
INSERT INTO `wp_options` VALUES (7379996, '_transient_wflginfl_1308833967', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379562, '_transient_timeout_wflginfl_3104980496', '1404592392', 'no') ; 
INSERT INTO `wp_options` VALUES (7379563, '_transient_wflginfl_3104980496', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454373, '_transient_timeout_wflginfl_696573629', '1404760912', 'no') ; 
INSERT INTO `wp_options` VALUES (7421215, '_transient_wflginfl_1856910114', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396760, '_transient_timeout_wflginfl_1569530145', '1404638208', 'no') ; 
INSERT INTO `wp_options` VALUES (7396761, '_transient_wflginfl_1569530145', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380939, '_transient_timeout_wflginfl_657972796', '1404595069', 'no') ; 
INSERT INTO `wp_options` VALUES (7380940, '_transient_wflginfl_657972796', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540867, '_transient_wflginfl_1883770286', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466054, '_transient_timeout_wflginfl_3305279189', '1404770279', 'no') ; 
INSERT INTO `wp_options` VALUES (7381540, '_transient_timeout_wflginfl_1497473319', '1404596395', 'no') ; 
INSERT INTO `wp_options` VALUES (7381541, '_transient_wflginfl_1497473319', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380758, '_transient_timeout_wflginfl_1549126733', '1404594731', 'no') ; 
INSERT INTO `wp_options` VALUES (7380759, '_transient_wflginfl_1549126733', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393113, '_transient_wflginfl_3153410278', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540939, '_transient_wflginfl_1136781478', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532341, '_transient_timeout_wflginfl_456180424', '1404825863', 'no') ; 
INSERT INTO `wp_options` VALUES (7538569, '_transient_timeout_wflginfl_2343797653', '1404829933', 'no') ; 
INSERT INTO `wp_options` VALUES (7379634, '_transient_timeout_wflginfl_704160968', '1404592499', 'no') ; 
INSERT INTO `wp_options` VALUES (7379635, '_transient_wflginfl_704160968', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7399846, '_transient_timeout_wflginfl_692615180', '1404718210', 'no') ; 
INSERT INTO `wp_options` VALUES (7493321, '_transient_timeout_wflginfl_239015451', '1404796712', 'no') ; 
INSERT INTO `wp_options` VALUES (7473697, '_transient_timeout_wflginfl_1344155051', '1404777355', 'no') ; 
INSERT INTO `wp_options` VALUES (7538903, '_transient_timeout_wflginfl_3003099201', '1404830142', 'no') ; 
INSERT INTO `wp_options` VALUES (7379663, '_transient_timeout_wflginfl_1496202106', '1404592564', 'no') ; 
INSERT INTO `wp_options` VALUES (7379664, '_transient_wflginfl_1496202106', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384462, '_transient_timeout_wflginfl_3065610818', '1404603410', 'no') ; 
INSERT INTO `wp_options` VALUES (7384463, '_transient_wflginfl_3065610818', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379673, '_transient_timeout_wflginfl_1887945437', '1404592590', 'no') ; 
INSERT INTO `wp_options` VALUES (7379674, '_transient_wflginfl_1887945437', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482833, '_transient_timeout_wflginfl_1893155401', '1404786822', 'no') ; 
INSERT INTO `wp_options` VALUES (7482834, '_transient_wflginfl_1893155401', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382528, '_transient_timeout_wflginfl_3318583223', '1404598519', 'no') ; 
INSERT INTO `wp_options` VALUES (7382529, '_transient_wflginfl_3318583223', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379721, '_transient_timeout_wflginfl_1436208811', '1404592702', 'no') ; 
INSERT INTO `wp_options` VALUES (7379722, '_transient_wflginfl_1436208811', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379729, '_transient_timeout_wflginfl_1941606530', '1404592717', 'no') ; 
INSERT INTO `wp_options` VALUES (7379730, '_transient_wflginfl_1941606530', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380957, '_transient_timeout_wflginfl_3273182845', '1404595093', 'no') ; 
INSERT INTO `wp_options` VALUES (7380958, '_transient_wflginfl_3273182845', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532724, '_transient_timeout_wflginfl_1385647034', '1404826096', 'no') ; 
INSERT INTO `wp_options` VALUES (7540455, '_transient_wflginfl_3570897895', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397421, '_transient_timeout_wflginfl_2092621141', '1404639288', 'no') ; 
INSERT INTO `wp_options` VALUES (7397422, '_transient_wflginfl_2092621141', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396719, '_transient_timeout_wflginfl_2091396943', '1404638117', 'no') ; 
INSERT INTO `wp_options` VALUES (7396720, '_transient_wflginfl_2091396943', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381755, '_transient_timeout_wflginfl_2050560008', '1404596879', 'no') ; 
INSERT INTO `wp_options` VALUES (7381756, '_transient_wflginfl_2050560008', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379766, '_transient_timeout_wflginfl_1544673121', '1404592783', 'no') ; 
INSERT INTO `wp_options` VALUES (7404930, '_transient_timeout_wflginfl_1317880135', '1404722549', 'no') ; 
INSERT INTO `wp_options` VALUES (7397047, '_transient_timeout_wflginfl_1450963856', '1404638817', 'no') ; 
INSERT INTO `wp_options` VALUES (7383793, '_transient_timeout_wflginfl_3016219091', '1404601547', 'no') ; 
INSERT INTO `wp_options` VALUES (7383794, '_transient_wflginfl_3016219091', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381813, '_transient_timeout_wflginfl_657100553', '1404596961', 'no') ; 
INSERT INTO `wp_options` VALUES (7381814, '_transient_wflginfl_657100553', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398211, '_transient_timeout_wflginfl_1508220792', '1404646527', 'no') ; 
INSERT INTO `wp_options` VALUES (7398212, '_transient_wflginfl_1508220792', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379767, '_transient_wflginfl_1544673121', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511293, '_transient_timeout_wflginfl_244121618', '1404811458', 'no') ; 
INSERT INTO `wp_options` VALUES (7511294, '_transient_wflginfl_244121618', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539047, '_transient_timeout_wflginfl_2344511740', '1404830225', 'no') ; 
INSERT INTO `wp_options` VALUES (7539048, '_transient_wflginfl_2344511740', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532654, '_transient_timeout_wflginfl_3202657539', '1404826057', 'no') ; 
INSERT INTO `wp_options` VALUES (7532655, '_transient_wflginfl_3202657539', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422804, '_transient_timeout_wflginfl_3356158594', '1404736609', 'no') ; 
INSERT INTO `wp_options` VALUES (7422805, '_transient_wflginfl_3356158594', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467573, '_transient_timeout_wflginfl_1893155403', '1404771557', 'no') ; 
INSERT INTO `wp_options` VALUES (7467574, '_transient_wflginfl_1893155403', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459577, '_transient_timeout_wflginfl_1982144097', '1404764894', 'no') ; 
INSERT INTO `wp_options` VALUES (7459578, '_transient_wflginfl_1982144097', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386485, '_transient_timeout_wflginfl_1532882166', '1404608939', 'no') ; 
INSERT INTO `wp_options` VALUES (7386486, '_transient_wflginfl_1532882166', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382884, '_transient_timeout_wflginfl_3177776340', '1404599331', 'no') ; 
INSERT INTO `wp_options` VALUES (7382885, '_transient_wflginfl_3177776340', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381708, '_transient_timeout_wflginfl_3319918042', '1404596787', 'no') ; 
INSERT INTO `wp_options` VALUES (7416459, '_transient_wflginfl_3170320482', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538706, '_transient_wflginfl_3032436407', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381709, '_transient_wflginfl_3319918042', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387723, '_transient_timeout_wflginfl_1768722124', '1404612684', 'no') ; 
INSERT INTO `wp_options` VALUES (7387724, '_transient_wflginfl_1768722124', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379887, '_transient_timeout_wflginfl_1523704001', '1404593010', 'no') ; 
INSERT INTO `wp_options` VALUES (7379888, '_transient_wflginfl_1523704001', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379891, '_transient_timeout_wflginfl_1579447798', '1404593014', 'no') ; 
INSERT INTO `wp_options` VALUES (7379892, '_transient_wflginfl_1579447798', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7379897, '_transient_timeout_wflginfl_3312443363', '1404593021', 'no') ; 
INSERT INTO `wp_options` VALUES (7379898, '_transient_wflginfl_3312443363', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527578, '_transient_timeout_wflginfl_533904191', '1404822668', 'no') ; 
INSERT INTO `wp_options` VALUES (7527579, '_transient_wflginfl_533904191', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476450, '_transient_timeout_wflginfl_3000911375', '1404780149', 'no') ; 
INSERT INTO `wp_options` VALUES (7478661, '_transient_timeout_wflginfl_3193485477', '1404782426', 'no') ; 
INSERT INTO `wp_options` VALUES (7395929, '_transient_timeout_wflginfl_1728243898', '1404636743', 'no') ; 
INSERT INTO `wp_options` VALUES (7395930, '_transient_wflginfl_1728243898', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384116, '_transient_timeout_wflginfl_1306739013', '1404602399', 'no') ; 
INSERT INTO `wp_options` VALUES (7384117, '_transient_wflginfl_1306739013', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540285, '_transient_wflginfl_1327024034', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7537043, '_transient_timeout_wflginfl_1321154280', '1404828949', 'no') ; 
INSERT INTO `wp_options` VALUES (7388259, '_transient_timeout_wflginfl_2077576953', '1404614490', 'no') ; 
INSERT INTO `wp_options` VALUES (7388260, '_transient_wflginfl_2077576953', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431137, '_transient_timeout_wflginfl_2945147747', '1404743166', 'no') ; 
INSERT INTO `wp_options` VALUES (7431138, '_transient_wflginfl_2945147747', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395091, '_transient_timeout_wflginfl_3036402025', '1404634885', 'no') ; 
INSERT INTO `wp_options` VALUES (7395092, '_transient_wflginfl_3036402025', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380023, '_transient_timeout_wflginfl_657341093', '1404593240', 'no') ; 
INSERT INTO `wp_options` VALUES (7380024, '_transient_wflginfl_657341093', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380729, '_transient_timeout_wflginfl_658193598', '1404594657', 'no') ; 
INSERT INTO `wp_options` VALUES (7380730, '_transient_wflginfl_658193598', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524930, '_transient_timeout_wflginfl_1310507731', '1404820862', 'no') ; 
INSERT INTO `wp_options` VALUES (7524931, '_transient_wflginfl_1310507731', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383954, '_transient_timeout_wflginfl_1581595425', '1404601945', 'no') ; 
INSERT INTO `wp_options` VALUES (7383955, '_transient_wflginfl_1581595425', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484627, '_transient_timeout_wflginfl_3386273867', '1404788537', 'no') ; 
INSERT INTO `wp_options` VALUES (7496103, '_transient_timeout_wflginfl_1743073218', '1404799312', 'no') ; 
INSERT INTO `wp_options` VALUES (7397027, '_transient_wflginfl_2925390885', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396944, '_transient_timeout_wflginfl_3147200789', '1404638558', 'no') ; 
INSERT INTO `wp_options` VALUES (7468371, '_transient_timeout_wflginfl_1580937299', '1404772244', 'no') ; 
INSERT INTO `wp_options` VALUES (7468372, '_transient_wflginfl_1580937299', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380103, '_transient_timeout_wflginfl_1384712208', '1404593419', 'no') ; 
INSERT INTO `wp_options` VALUES (7380104, '_transient_wflginfl_1384712208', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382818, '_transient_timeout_wflginfl_847654543', '1404599178', 'no') ; 
INSERT INTO `wp_options` VALUES (7382819, '_transient_wflginfl_847654543', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380138, '_transient_timeout_wflginfl_3202715704', '1404593513', 'no') ; 
INSERT INTO `wp_options` VALUES (7380139, '_transient_wflginfl_3202715704', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383628, '_transient_timeout_wflginfl_783289949', '1404601078', 'no') ; 
INSERT INTO `wp_options` VALUES (7383629, '_transient_wflginfl_783289949', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467177, '_transient_timeout_wflginfl_1585171264', '1404771256', 'no') ; 
INSERT INTO `wp_options` VALUES (7467178, '_transient_wflginfl_1585171264', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540959, '_transient_wflginfl_1503300209', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7404931, '_transient_wflginfl_1317880135', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522571, '_transient_timeout_wflginfl_3735304771', '1404819191', 'no') ; 
INSERT INTO `wp_options` VALUES (7488997, '_transient_wflginfl_1209746257', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539400, '_transient_wflginfl_1209730008', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540143, '_transient_wflginfl_1369803239', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494017, '_transient_timeout_wflginfl_2928179278', '1404797351', 'no') ; 
INSERT INTO `wp_options` VALUES (7494018, '_transient_wflginfl_2928179278', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382013, '_transient_timeout_wflginfl_84914890', '1404597343', 'no') ; 
INSERT INTO `wp_options` VALUES (7382014, '_transient_wflginfl_84914890', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380604, '_transient_timeout_wflginfl_2308131273', '1404594431', 'no') ; 
INSERT INTO `wp_options` VALUES (7380605, '_transient_wflginfl_2308131273', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380738, '_transient_timeout_wflginfl_1503930654', '1404594669', 'no') ; 
INSERT INTO `wp_options` VALUES (7380739, '_transient_wflginfl_1503930654', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380212, '_transient_timeout_wflginfl_1317192643', '1404593674', 'no') ; 
INSERT INTO `wp_options` VALUES (7380213, '_transient_wflginfl_1317192643', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536999, '_transient_timeout_wflginfl_625834233', '1404828906', 'no') ; 
INSERT INTO `wp_options` VALUES (7537000, '_transient_wflginfl_625834233', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389077, '_transient_timeout_wflginfl_3065178907', '1404617088', 'no') ; 
INSERT INTO `wp_options` VALUES (7389078, '_transient_wflginfl_3065178907', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447593, '_transient_timeout_wflginfl_3155748046', '1404755779', 'no') ; 
INSERT INTO `wp_options` VALUES (7447594, '_transient_wflginfl_3155748046', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382816, '_transient_timeout_wflginfl_1593757776', '1404599162', 'no') ; 
INSERT INTO `wp_options` VALUES (7382817, '_transient_wflginfl_1593757776', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380254, '_transient_timeout_wflginfl_1899748929', '1404593748', 'no') ; 
INSERT INTO `wp_options` VALUES (7380255, '_transient_wflginfl_1899748929', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380267, '_transient_timeout_wflginfl_1580971066', '1404593948', 'no') ; 
INSERT INTO `wp_options` VALUES (7380268, '_transient_wflginfl_1580971066', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7381805, '_transient_timeout_wflginfl_2945009107', '1404596951', 'no') ; 
INSERT INTO `wp_options` VALUES (7380586, '_transient_timeout_wflginfl_3065386510', '1404594399', 'no') ; 
INSERT INTO `wp_options` VALUES (7380587, '_transient_wflginfl_3065386510', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381806, '_transient_wflginfl_2945009107', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390741, '_transient_timeout_wflginfl_3220769385', '1404622466', 'no') ; 
INSERT INTO `wp_options` VALUES (7390742, '_transient_wflginfl_3220769385', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391709, '_transient_timeout_wflginfl_3156286939', '1404625403', 'no') ; 
INSERT INTO `wp_options` VALUES (7391710, '_transient_wflginfl_3156286939', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395496, '_transient_timeout_wflginfl_3065588542', '1404635848', 'no') ; 
INSERT INTO `wp_options` VALUES (7395497, '_transient_wflginfl_3065588542', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380318, '_transient_timeout_wflginfl_1441677595', '1404593878', 'no') ; 
INSERT INTO `wp_options` VALUES (7380319, '_transient_wflginfl_1441677595', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458102, '_transient_timeout_wflginfl_3040224928', '1404763741', 'no') ; 
INSERT INTO `wp_options` VALUES (7458103, '_transient_wflginfl_3040224928', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397351, '_transient_timeout_wflginfl_1169365898', '1404639160', 'no') ; 
INSERT INTO `wp_options` VALUES (7397352, '_transient_wflginfl_1169365898', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535086, '_transient_timeout_wflginfl_17394205', '1404827623', 'no') ; 
INSERT INTO `wp_options` VALUES (7535087, '_transient_wflginfl_17394205', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383699, '_transient_timeout_wflginfl_3318563470', '1404601271', 'no') ; 
INSERT INTO `wp_options` VALUES (7383700, '_transient_wflginfl_3318563470', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413726, '_transient_timeout_wflginfl_1332835394', '1404728978', 'no') ; 
INSERT INTO `wp_options` VALUES (7413727, '_transient_wflginfl_1332835394', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380394, '_transient_timeout_wflginfl_1538548563', '1404593998', 'no') ; 
INSERT INTO `wp_options` VALUES (7380395, '_transient_wflginfl_1538548563', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380398, '_transient_timeout_wflginfl_785987244', '1404594007', 'no') ; 
INSERT INTO `wp_options` VALUES (7380399, '_transient_wflginfl_785987244', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384388, '_transient_timeout_wflginfl_2534354360', '1404603202', 'no') ; 
INSERT INTO `wp_options` VALUES (7384389, '_transient_wflginfl_2534354360', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380404, '_transient_timeout_wflginfl_3125712615', '1404594018', 'no') ; 
INSERT INTO `wp_options` VALUES (7380405, '_transient_wflginfl_3125712615', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451468, '_transient_timeout_wflginfl_2033590424', '1404758762', 'no') ; 
INSERT INTO `wp_options` VALUES (7451469, '_transient_wflginfl_2033590424', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380426, '_transient_timeout_wflginfl_1502514502', '1404594060', 'no') ; 
INSERT INTO `wp_options` VALUES (7380427, '_transient_wflginfl_1502514502', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433482, '_transient_timeout_wflginfl_1336372473', '1404744882', 'no') ; 
INSERT INTO `wp_options` VALUES (7433483, '_transient_wflginfl_1336372473', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440623, '_transient_timeout_wflginfl_3003030982', '1404750745', 'no') ; 
INSERT INTO `wp_options` VALUES (7440624, '_transient_wflginfl_3003030982', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7380673, '_transient_timeout_wflginfl_1491128165', '1404594533', 'no') ; 
INSERT INTO `wp_options` VALUES (7380674, '_transient_wflginfl_1491128165', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380444, '_transient_timeout_wflginfl_1837060185', '1404594113', 'no') ; 
INSERT INTO `wp_options` VALUES (7380445, '_transient_wflginfl_1837060185', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413153, '_transient_timeout_wflginfl_3710381191', '1404728502', 'no') ; 
INSERT INTO `wp_options` VALUES (7397098, '_transient_timeout_wflginfl_1293886719', '1404638818', 'no') ; 
INSERT INTO `wp_options` VALUES (7386155, '_transient_timeout_wflginfl_695158279', '1404607985', 'no') ; 
INSERT INTO `wp_options` VALUES (7386156, '_transient_wflginfl_695158279', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389072, '_transient_timeout_wflginfl_3389362525', '1404617065', 'no') ; 
INSERT INTO `wp_options` VALUES (7389073, '_transient_wflginfl_3389362525', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380689, '_transient_timeout_wflginfl_702733683', '1404594573', 'no') ; 
INSERT INTO `wp_options` VALUES (7380690, '_transient_wflginfl_702733683', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439336, '_transient_timeout_wflginfl_1293869206', '1404749417', 'no') ; 
INSERT INTO `wp_options` VALUES (7439337, '_transient_wflginfl_1293869206', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538478, '_transient_wflginfl_702519734', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540348, '_transient_timeout_wflginfl_3586136826', '1404831086', 'no') ; 
INSERT INTO `wp_options` VALUES (7380502, '_transient_timeout_wflginfl_1319139242', '1404594250', 'no') ; 
INSERT INTO `wp_options` VALUES (7380503, '_transient_wflginfl_1319139242', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381837, '_transient_timeout_wflginfl_703279028', '1404597013', 'no') ; 
INSERT INTO `wp_options` VALUES (7381838, '_transient_wflginfl_703279028', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456161, '_transient_timeout_wflginfl_1777125044', '1404762261', 'no') ; 
INSERT INTO `wp_options` VALUES (7456162, '_transient_wflginfl_1777125044', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398651, '_transient_timeout_wflginfl_1596815978', '1404717309', 'no') ; 
INSERT INTO `wp_options` VALUES (7398652, '_transient_wflginfl_1596815978', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7389601, '_transient_timeout_wflginfl_702818691', '1404618749', 'no') ; 
INSERT INTO `wp_options` VALUES (7389602, '_transient_wflginfl_702818691', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383966, '_transient_timeout_wflginfl_3318573396', '1404601983', 'no') ; 
INSERT INTO `wp_options` VALUES (7383967, '_transient_wflginfl_3318573396', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397639, '_transient_timeout_wflginfl_2945024708', '1404639665', 'no') ; 
INSERT INTO `wp_options` VALUES (7397640, '_transient_wflginfl_2945024708', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538553, '_transient_timeout_wflginfl_3065183782', '1404829915', 'no') ; 
INSERT INTO `wp_options` VALUES (7538554, '_transient_wflginfl_3065183782', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394079, '_transient_timeout_wflginfl_2681027238', '1404632257', 'no') ; 
INSERT INTO `wp_options` VALUES (7394080, '_transient_wflginfl_2681027238', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382098, '_transient_timeout_wflginfl_3124388359', '1404597505', 'no') ; 
INSERT INTO `wp_options` VALUES (7382099, '_transient_wflginfl_3124388359', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393435, '_transient_timeout_wflginfl_973610011', '1404630653', 'no') ; 
INSERT INTO `wp_options` VALUES (7393436, '_transient_wflginfl_973610011', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380624, '_transient_timeout_wflginfl_3170257723', '1404594449', 'no') ; 
INSERT INTO `wp_options` VALUES (7380625, '_transient_wflginfl_3170257723', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381153, '_transient_timeout_wflginfl_3573285503', '1404595523', 'no') ; 
INSERT INTO `wp_options` VALUES (7381154, '_transient_wflginfl_3573285503', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380632, '_transient_timeout_wflginfl_1381175469', '1404594459', 'no') ; 
INSERT INTO `wp_options` VALUES (7380633, '_transient_wflginfl_1381175469', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380634, '_transient_timeout_wflginfl_3301842780', '1404594466', 'no') ; 
INSERT INTO `wp_options` VALUES (7380635, '_transient_wflginfl_3301842780', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380636, '_transient_timeout_wflginfl_1548873902', '1404594469', 'no') ; 
INSERT INTO `wp_options` VALUES (7380637, '_transient_wflginfl_1548873902', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535044, '_transient_timeout_wflginfl_3154266037', '1404827582', 'no') ; 
INSERT INTO `wp_options` VALUES (7535045, '_transient_wflginfl_3154266037', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383441, '_transient_timeout_wflginfl_3393398834', '1404600636', 'no') ; 
INSERT INTO `wp_options` VALUES (7383442, '_transient_timeout_wflginfl_2970693518', '1404600636', 'no') ; 
INSERT INTO `wp_options` VALUES (7380646, '_transient_timeout_wflginfl_3170426661', '1404594477', 'no') ; 
INSERT INTO `wp_options` VALUES (7380647, '_transient_wflginfl_3170426661', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380650, '_transient_timeout_wflginfl_40034936', '1404594479', 'no') ; 
INSERT INTO `wp_options` VALUES (7380651, '_transient_wflginfl_40034936', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537935, '_transient_timeout_wflginfl_1991109213', '1404829521', 'no') ; 
INSERT INTO `wp_options` VALUES (7537936, '_transient_wflginfl_1991109213', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531686, '_transient_timeout_wflginfl_785464146', '1404825464', 'no') ; 
INSERT INTO `wp_options` VALUES (7531687, '_transient_wflginfl_785464146', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380665, '_transient_timeout_wflginfl_3308224646', '1404594504', 'no') ; 
INSERT INTO `wp_options` VALUES (7380666, '_transient_wflginfl_3308224646', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496752, '_transient_timeout_wflginfl_85839790', '1404799923', 'no') ; 
INSERT INTO `wp_options` VALUES (7540781, '_transient_wflginfl_3194356124', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457092, '_transient_timeout_wflginfl_3157469606', '1404762965', 'no') ; 
INSERT INTO `wp_options` VALUES (7457093, '_transient_wflginfl_3157469606', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381584, '_transient_timeout_wflginfl_3562890286', '1404596500', 'no') ; 
INSERT INTO `wp_options` VALUES (7381585, '_transient_wflginfl_3562890286', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504607, '_transient_timeout_wflginfl_415126570', '1404806517', 'no') ; 
INSERT INTO `wp_options` VALUES (7504608, '_transient_wflginfl_415126570', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384529, '_transient_timeout_wflginfl_1374724602', '1404603491', 'no') ; 
INSERT INTO `wp_options` VALUES (7384530, '_transient_wflginfl_1374724602', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380748, '_transient_timeout_wflginfl_3386288791', '1404594700', 'no') ; 
INSERT INTO `wp_options` VALUES (7380749, '_transient_wflginfl_3386288791', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523449, '_transient_timeout_wflginfl_831695528', '1404819784', 'no') ; 
INSERT INTO `wp_options` VALUES (7540449, '_transient_wflginfl_831704084', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450284, '_transient_timeout_wflginfl_1039508248', '1404757841', 'no') ; 
INSERT INTO `wp_options` VALUES (7381722, '_transient_timeout_wflginfl_38846023', '1404596806', 'no') ; 
INSERT INTO `wp_options` VALUES (7381723, '_transient_wflginfl_38846023', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468743, '_transient_timeout_wflginfl_36914310', '1404773048', 'no') ; 
INSERT INTO `wp_options` VALUES (7468744, '_transient_wflginfl_36914310', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7392746, '_transient_timeout_wflginfl_1295072651', '1404628642', 'no') ; 
INSERT INTO `wp_options` VALUES (7392747, '_transient_wflginfl_1295072651', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380792, '_transient_timeout_wflginfl_1502596776', '1404594801', 'no') ; 
INSERT INTO `wp_options` VALUES (7380793, '_transient_wflginfl_1502596776', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7380987, '_transient_timeout_wflginfl_2006637957', '1404595164', 'no') ; 
INSERT INTO `wp_options` VALUES (7380988, '_transient_wflginfl_2006637957', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396215, '_transient_timeout_wflginfl_1569266295', '1404637210', 'no') ; 
INSERT INTO `wp_options` VALUES (7396216, '_transient_wflginfl_1569266295', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397333, '_transient_timeout_wflginfl_2088412891', '1404639120', 'no') ; 
INSERT INTO `wp_options` VALUES (7397334, '_transient_wflginfl_2088412891', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380827, '_transient_timeout_wflginfl_3065767307', '1404594855', 'no') ; 
INSERT INTO `wp_options` VALUES (7380828, '_transient_wflginfl_3065767307', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383646, '_transient_timeout_wflginfl_703239503', '1404601108', 'no') ; 
INSERT INTO `wp_options` VALUES (7383647, '_transient_wflginfl_703239503', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380865, '_transient_timeout_wflginfl_1771923221', '1404594933', 'no') ; 
INSERT INTO `wp_options` VALUES (7380866, '_transient_wflginfl_1771923221', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389781, '_transient_timeout_wflginfl_529773248', '1404619425', 'no') ; 
INSERT INTO `wp_options` VALUES (7389782, '_transient_wflginfl_529773248', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396117, '_transient_timeout_wflginfl_3121737348', '1404637038', 'no') ; 
INSERT INTO `wp_options` VALUES (7396118, '_transient_wflginfl_3121737348', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380883, '_transient_timeout_wflginfl_2006629154', '1404594969', 'no') ; 
INSERT INTO `wp_options` VALUES (7380884, '_transient_wflginfl_2006629154', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494252, '_transient_timeout_wflginfl_3362013601', '1404797554', 'no') ; 
INSERT INTO `wp_options` VALUES (7494253, '_transient_wflginfl_3362013601', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380914, '_transient_timeout_wflginfl_702132037', '1404595020', 'no') ; 
INSERT INTO `wp_options` VALUES (7380915, '_transient_wflginfl_702132037', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380985, '_transient_timeout_wflginfl_1434087309', '1404595156', 'no') ; 
INSERT INTO `wp_options` VALUES (7380921, '_transient_timeout_wflginfl_3573249219', '1404595032', 'no') ; 
INSERT INTO `wp_options` VALUES (7380922, '_transient_wflginfl_3573249219', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381228, '_transient_timeout_wflginfl_657014266', '1404595679', 'no') ; 
INSERT INTO `wp_options` VALUES (7381229, '_transient_wflginfl_657014266', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7380986, '_transient_wflginfl_1434087309', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521266, '_transient_timeout_wflginfl_1599486619', '1404818381', 'no') ; 
INSERT INTO `wp_options` VALUES (7521267, '_transient_wflginfl_1599486619', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386020, '_transient_timeout_wflginfl_39441504', '1404607574', 'no') ; 
INSERT INTO `wp_options` VALUES (7386021, '_transient_wflginfl_39441504', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381001, '_transient_timeout_wflginfl_1600891098', '1404595214', 'no') ; 
INSERT INTO `wp_options` VALUES (7381002, '_transient_wflginfl_1600891098', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383984, '_transient_timeout_wflginfl_2344540263', '1404602007', 'no') ; 
INSERT INTO `wp_options` VALUES (7383985, '_transient_wflginfl_2344540263', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381007, '_transient_timeout_wflginfl_3157540582', '1404595223', 'no') ; 
INSERT INTO `wp_options` VALUES (7381008, '_transient_wflginfl_3157540582', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381009, '_transient_timeout_wflginfl_3182323818', '1404595225', 'no') ; 
INSERT INTO `wp_options` VALUES (7381010, '_transient_wflginfl_3182323818', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381011, '_transient_timeout_wflginfl_84781867', '1404595225', 'no') ; 
INSERT INTO `wp_options` VALUES (7381012, '_transient_wflginfl_84781867', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395705, '_transient_timeout_wflginfl_1409466818', '1404636339', 'no') ; 
INSERT INTO `wp_options` VALUES (7395706, '_transient_wflginfl_1409466818', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398332, '_transient_timeout_wflginfl_1538673677', '1404661039', 'no') ; 
INSERT INTO `wp_options` VALUES (7398333, '_transient_wflginfl_1538673677', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398217, '_transient_timeout_wflginfl_1308848952', '1404646616', 'no') ; 
INSERT INTO `wp_options` VALUES (7398218, '_transient_wflginfl_1308848952', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381031, '_transient_timeout_wflginfl_3570916803', '1404595255', 'no') ; 
INSERT INTO `wp_options` VALUES (7381032, '_transient_wflginfl_3570916803', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391813, '_transient_timeout_wflginfl_2979946367', '1404625764', 'no') ; 
INSERT INTO `wp_options` VALUES (7391814, '_transient_wflginfl_2979946367', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381039, '_transient_timeout_wflginfl_1562566767', '1404595275', 'no') ; 
INSERT INTO `wp_options` VALUES (7381040, '_transient_wflginfl_1562566767', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389193, '_transient_timeout_wflginfl_1609322031', '1404617427', 'no') ; 
INSERT INTO `wp_options` VALUES (7389194, '_transient_wflginfl_1609322031', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381083, '_transient_timeout_wflginfl_3065767391', '1404595370', 'no') ; 
INSERT INTO `wp_options` VALUES (7472467, '_transient_timeout_wflginfl_1507115191', '1404776151', 'no') ; 
INSERT INTO `wp_options` VALUES (7472468, '_transient_wflginfl_1507115191', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389863, '_transient_timeout_wflginfl_2057561033', '1404619755', 'no') ; 
INSERT INTO `wp_options` VALUES (7389864, '_transient_wflginfl_2057561033', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381084, '_transient_wflginfl_3065767391', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382584, '_transient_timeout_wflginfl_1326297707', '1404598652', 'no') ; 
INSERT INTO `wp_options` VALUES (7382585, '_transient_wflginfl_1326297707', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381097, '_transient_timeout_wflginfl_657419261', '1404595395', 'no') ; 
INSERT INTO `wp_options` VALUES (7381098, '_transient_wflginfl_657419261', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381101, '_transient_timeout_wflginfl_1378316592', '1404595413', 'no') ; 
INSERT INTO `wp_options` VALUES (7381102, '_transient_wflginfl_1378316592', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381105, '_transient_timeout_wflginfl_3393065340', '1404595414', 'no') ; 
INSERT INTO `wp_options` VALUES (7381106, '_transient_wflginfl_3393065340', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541113, '_transient_wflginfl_3375438018', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397526, '_transient_wflginfl_521044618', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381282, '_transient_timeout_wflginfl_91043191', '1404595795', 'no') ; 
INSERT INTO `wp_options` VALUES (7381283, '_transient_wflginfl_91043191', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417737, '_transient_timeout_wflginfl_1569215971', '1404732415', 'no') ; 
INSERT INTO `wp_options` VALUES (7506838, '_transient_timeout_wflginfl_3416035546', '1404808234', 'no') ; 
INSERT INTO `wp_options` VALUES (7461986, '_transient_timeout_wflginfl_2044063869', '1404766847', 'no') ; 
INSERT INTO `wp_options` VALUES (7461987, '_transient_wflginfl_2044063869', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383018, '_transient_timeout_wflginfl_1843860483', '1404599712', 'no') ; 
INSERT INTO `wp_options` VALUES (7383019, '_transient_wflginfl_1843860483', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381159, '_transient_timeout_wflginfl_3321528364', '1404595542', 'no') ; 
INSERT INTO `wp_options` VALUES (7381160, '_transient_wflginfl_3321528364', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502632, '_transient_timeout_wflginfl_1854587330', '1404804940', 'no') ; 
INSERT INTO `wp_options` VALUES (7540898, '_transient_timeout_wflginfl_3412759704', '1404831361', 'no') ; 
INSERT INTO `wp_options` VALUES (7381769, '_transient_timeout_wflginfl_1491278850', '1404596898', 'no') ; 
INSERT INTO `wp_options` VALUES (7381770, '_transient_wflginfl_1491278850', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381268, '_transient_timeout_wflginfl_1583557495', '1404595766', 'no') ; 
INSERT INTO `wp_options` VALUES (7406162, '_transient_timeout_wflginfl_1296550276', '1404723483', 'no') ; 
INSERT INTO `wp_options` VALUES (7406163, '_transient_wflginfl_1296550276', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381218, '_transient_timeout_wflginfl_3419895952', '1404595665', 'no') ; 
INSERT INTO `wp_options` VALUES (7381219, '_transient_wflginfl_3419895952', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386207, '_transient_timeout_wflginfl_2885445218', '1404608108', 'no') ; 
INSERT INTO `wp_options` VALUES (7386208, '_transient_wflginfl_2885445218', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502816, '_transient_timeout_wflginfl_1281535237', '1404805089', 'no') ; 
INSERT INTO `wp_options` VALUES (7502817, '_transient_wflginfl_1281535237', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381236, '_transient_timeout_wflginfl_2996163976', '1404595694', 'no') ; 
INSERT INTO `wp_options` VALUES (7381237, '_transient_wflginfl_2996163976', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382506, '_transient_timeout_wflginfl_2955756518', '1404598454', 'no') ; 
INSERT INTO `wp_options` VALUES (7382507, '_transient_wflginfl_2955756518', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537333, '_transient_timeout_wflginfl_630086022', '1404829125', 'no') ; 
INSERT INTO `wp_options` VALUES (7537334, '_transient_wflginfl_630086022', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466843, '_transient_timeout_wflginfl_784689607', '1404770983', 'no') ; 
INSERT INTO `wp_options` VALUES (7466844, '_transient_wflginfl_784689607', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381269, '_transient_wflginfl_1583557495', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381270, '_transient_timeout_wflginfl_636233710', '1404595767', 'no') ; 
INSERT INTO `wp_options` VALUES (7381271, '_transient_wflginfl_636233710', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381276, '_transient_timeout_wflginfl_657634136', '1404595774', 'no') ; 
INSERT INTO `wp_options` VALUES (7381277, '_transient_wflginfl_657634136', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392393, '_transient_timeout_wflginfl_1523040694', '1404627484', 'no') ; 
INSERT INTO `wp_options` VALUES (7392394, '_transient_wflginfl_1523040694', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381288, '_transient_timeout_wflginfl_1320625156', '1404595800', 'no') ; 
INSERT INTO `wp_options` VALUES (7381289, '_transient_wflginfl_1320625156', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7400713, '_transient_timeout_wflginfl_1506993174', '1404718937', 'no') ; 
INSERT INTO `wp_options` VALUES (7400714, '_transient_wflginfl_1506993174', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381312, '_transient_timeout_wflginfl_3581611187', '1404595880', 'no') ; 
INSERT INTO `wp_options` VALUES (7381313, '_transient_wflginfl_3581611187', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521935, '_transient_timeout_wflginfl_2989531855', '1404819032', 'no') ; 
INSERT INTO `wp_options` VALUES (7521936, '_transient_wflginfl_2989531855', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7514787, '_transient_timeout_wflginfl_1702853967', '1404813909', 'no') ; 
INSERT INTO `wp_options` VALUES (7514788, '_transient_wflginfl_1702853967', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7406240, '_transient_timeout_wflginfl_2943251396', '1404723537', 'no') ; 
INSERT INTO `wp_options` VALUES (7406241, '_transient_wflginfl_2943251396', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381332, '_transient_timeout_wflginfl_1565961007', '1404595928', 'no') ; 
INSERT INTO `wp_options` VALUES (7381333, '_transient_wflginfl_1565961007', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381355, '_transient_timeout_wflginfl_694968346', '1404595983', 'no') ; 
INSERT INTO `wp_options` VALUES (7482053, '_transient_timeout_wflginfl_3040274309', '1404786033', 'no') ; 
INSERT INTO `wp_options` VALUES (7482054, '_transient_wflginfl_3040274309', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381356, '_transient_wflginfl_694968346', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387792, '_transient_timeout_wflginfl_3135365950', '1404612942', 'no') ; 
INSERT INTO `wp_options` VALUES (7387793, '_transient_wflginfl_3135365950', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471844, '_transient_timeout_wflginfl_1499764282', '1404775574', 'no') ; 
INSERT INTO `wp_options` VALUES (7471845, '_transient_wflginfl_1499764282', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397461, '_transient_timeout_wflginfl_1926179973', '1404639343', 'no') ; 
INSERT INTO `wp_options` VALUES (7397462, '_transient_wflginfl_1926179973', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516199, '_transient_wflginfl_2022186441', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452103, '_transient_wflginfl_657145547', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383459, '_transient_timeout_wflginfl_2001300551', '1404600673', 'no') ; 
INSERT INTO `wp_options` VALUES (7383460, '_transient_wflginfl_2001300551', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390385, '_transient_timeout_wflginfl_3320072256', '1404621292', 'no') ; 
INSERT INTO `wp_options` VALUES (7390386, '_transient_wflginfl_3320072256', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394729, '_transient_timeout_wflginfl_2548888591', '1404634016', 'no') ; 
INSERT INTO `wp_options` VALUES (7394730, '_transient_wflginfl_2548888591', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382182, '_transient_timeout_wflginfl_657648911', '1404597725', 'no') ; 
INSERT INTO `wp_options` VALUES (7382183, '_transient_wflginfl_657648911', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396083, '_transient_timeout_wflginfl_3138356713', '1404636966', 'no') ; 
INSERT INTO `wp_options` VALUES (7396084, '_transient_wflginfl_3138356713', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382874, '_transient_timeout_wflginfl_3654909425', '1404599313', 'no') ; 
INSERT INTO `wp_options` VALUES (7382875, '_transient_wflginfl_3654909425', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381476, '_transient_timeout_wflginfl_694255466', '1404596283', 'no') ; 
INSERT INTO `wp_options` VALUES (7381477, '_transient_wflginfl_694255466', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386999, '_transient_timeout_wflginfl_1001513615', '1404610510', 'no') ; 
INSERT INTO `wp_options` VALUES (7387000, '_transient_wflginfl_1001513615', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381490, '_transient_timeout_wflginfl_1436181636', '1404596306', 'no') ; 
INSERT INTO `wp_options` VALUES (7381491, '_transient_wflginfl_1436181636', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381510, '_transient_timeout_wflginfl_1771385646', '1404596350', 'no') ; 
INSERT INTO `wp_options` VALUES (7381511, '_transient_wflginfl_1771385646', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381532, '_transient_timeout_wflginfl_1543321310', '1404596385', 'no') ; 
INSERT INTO `wp_options` VALUES (7381533, '_transient_wflginfl_1543321310', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388777, '_transient_timeout_wflginfl_3310264999', '1404616087', 'no') ; 
INSERT INTO `wp_options` VALUES (7388778, '_transient_wflginfl_3310264999', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522281, '_transient_timeout_wflginfl_2945359188', '1404819018', 'no') ; 
INSERT INTO `wp_options` VALUES (7522282, '_transient_wflginfl_2945359188', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382140, '_transient_timeout_wflginfl_1610017511', '1404597639', 'no') ; 
INSERT INTO `wp_options` VALUES (7382141, '_transient_wflginfl_1610017511', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381596, '_transient_timeout_wflginfl_3320095758', '1404596529', 'no') ; 
INSERT INTO `wp_options` VALUES (7381597, '_transient_wflginfl_3320095758', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384331, '_transient_timeout_wflginfl_40344931', '1404603017', 'no') ; 
INSERT INTO `wp_options` VALUES (7384332, '_transient_wflginfl_40344931', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383822, '_transient_timeout_wflginfl_1599569763', '1404601632', 'no') ; 
INSERT INTO `wp_options` VALUES (7383823, '_transient_wflginfl_1599569763', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383309, '_transient_timeout_wflginfl_3651327592', '1404600328', 'no') ; 
INSERT INTO `wp_options` VALUES (7383310, '_transient_wflginfl_3651327592', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506139, '_transient_timeout_wflginfl_3360887270', '1404807741', 'no') ; 
INSERT INTO `wp_options` VALUES (7506140, '_transient_wflginfl_3360887270', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410771, '_transient_timeout_wflginfl_1165319285', '1404726819', 'no') ; 
INSERT INTO `wp_options` VALUES (7410772, '_transient_wflginfl_1165319285', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422657, '_transient_timeout_wflginfl_1492136903', '1404736476', 'no') ; 
INSERT INTO `wp_options` VALUES (7422658, '_transient_wflginfl_1492136903', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381650, '_transient_timeout_wflginfl_3254598271', '1404596606', 'no') ; 
INSERT INTO `wp_options` VALUES (7381651, '_transient_wflginfl_3254598271', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390399, '_transient_timeout_wflginfl_1969808768', '1404621329', 'no') ; 
INSERT INTO `wp_options` VALUES (7390400, '_transient_wflginfl_1969808768', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381658, '_transient_timeout_wflginfl_657430516', '1404596652', 'no') ; 
INSERT INTO `wp_options` VALUES (7381659, '_transient_wflginfl_657430516', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383138, '_transient_timeout_wflginfl_788061250', '1404599946', 'no') ; 
INSERT INTO `wp_options` VALUES (7383139, '_transient_wflginfl_788061250', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383259, '_transient_timeout_wflginfl_692370752', '1404600248', 'no') ; 
INSERT INTO `wp_options` VALUES (7383260, '_transient_wflginfl_692370752', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381674, '_transient_timeout_wflginfl_1917780154', '1404596687', 'no') ; 
INSERT INTO `wp_options` VALUES (7381675, '_transient_wflginfl_1917780154', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539206, '_transient_wflginfl_93882398', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539304, '_transient_wflginfl_1549074136', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383783, '_transient_timeout_wflginfl_3201738904', '1404601504', 'no') ; 
INSERT INTO `wp_options` VALUES (7383784, '_transient_wflginfl_3201738904', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382122, '_transient_timeout_wflginfl_3045563667', '1404597736', 'no') ; 
INSERT INTO `wp_options` VALUES (7382123, '_transient_wflginfl_3045563667', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7383180, '_transient_timeout_wflginfl_1335848433', '1404600031', 'no') ; 
INSERT INTO `wp_options` VALUES (7383181, '_transient_wflginfl_1335848433', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381726, '_transient_timeout_wflginfl_703198160', '1404596821', 'no') ; 
INSERT INTO `wp_options` VALUES (7381727, '_transient_wflginfl_703198160', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384006, '_transient_timeout_wflginfl_1326684795', '1404602099', 'no') ; 
INSERT INTO `wp_options` VALUES (7384007, '_transient_wflginfl_1326684795', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381745, '_transient_timeout_wflginfl_657252765', '1404596867', 'no') ; 
INSERT INTO `wp_options` VALUES (7381746, '_transient_wflginfl_657252765', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394997, '_transient_timeout_wflginfl_2006594101', '1404634675', 'no') ; 
INSERT INTO `wp_options` VALUES (7395867, '_transient_timeout_wflginfl_3157448850', '1404636661', 'no') ; 
INSERT INTO `wp_options` VALUES (7381751, '_transient_timeout_wflginfl_1592155509', '1404596875', 'no') ; 
INSERT INTO `wp_options` VALUES (7381752, '_transient_wflginfl_1592155509', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395498, '_transient_timeout_wflginfl_3411514231', '1404635859', 'no') ; 
INSERT INTO `wp_options` VALUES (7395499, '_transient_wflginfl_3411514231', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516142, '_transient_timeout_wflginfl_2535172153', '1404814843', 'no') ; 
INSERT INTO `wp_options` VALUES (7450342, '_transient_timeout_wflginfl_3307507568', '1404757876', 'no') ; 
INSERT INTO `wp_options` VALUES (7521765, '_transient_timeout_wflginfl_1053155943', '1404818708', 'no') ; 
INSERT INTO `wp_options` VALUES (7521766, '_transient_wflginfl_1053155943', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388651, '_transient_timeout_wflginfl_3065631298', '1404615721', 'no') ; 
INSERT INTO `wp_options` VALUES (7388652, '_transient_wflginfl_3065631298', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381783, '_transient_timeout_wflginfl_2537604085', '1404596920', 'no') ; 
INSERT INTO `wp_options` VALUES (7381784, '_transient_wflginfl_2537604085', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381793, '_transient_timeout_wflginfl_783363505', '1404596943', 'no') ; 
INSERT INTO `wp_options` VALUES (7381794, '_transient_wflginfl_783363505', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516539, '_transient_timeout_wflginfl_3390401191', '1404815146', 'no') ; 
INSERT INTO `wp_options` VALUES (7457492, '_transient_timeout_wflginfl_1429865972', '1404763281', 'no') ; 
INSERT INTO `wp_options` VALUES (7381823, '_transient_timeout_wflginfl_1915407480', '1404597250', 'no') ; 
INSERT INTO `wp_options` VALUES (7381824, '_transient_wflginfl_1915407480', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7389149, '_transient_timeout_wflginfl_3042963078', '1404617295', 'no') ; 
INSERT INTO `wp_options` VALUES (7389150, '_transient_wflginfl_3042963078', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538913, '_transient_timeout_wflginfl_1548898536', '1404830147', 'no') ; 
INSERT INTO `wp_options` VALUES (7465383, '_transient_wflginfl_3154267651', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383228, '_transient_timeout_wflginfl_1319709098', '1404600190', 'no') ; 
INSERT INTO `wp_options` VALUES (7383229, '_transient_wflginfl_1319709098', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384787, '_transient_timeout_wflginfl_1393035279', '1404604264', 'no') ; 
INSERT INTO `wp_options` VALUES (7384788, '_transient_wflginfl_1393035279', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489064, '_transient_timeout_wflginfl_1141395683', '1404792797', 'no') ; 
INSERT INTO `wp_options` VALUES (7536226, '_transient_timeout_wflginfl_1605650307', '1404828398', 'no') ; 
INSERT INTO `wp_options` VALUES (7381905, '_transient_timeout_wflginfl_785981586', '1404597171', 'no') ; 
INSERT INTO `wp_options` VALUES (7381906, '_transient_wflginfl_785981586', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398073, '_transient_timeout_wflginfl_693571123', '1404641460', 'no') ; 
INSERT INTO `wp_options` VALUES (7398074, '_transient_wflginfl_693571123', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381941, '_transient_timeout_wflginfl_2030470409', '1404597230', 'no') ; 
INSERT INTO `wp_options` VALUES (7381942, '_transient_wflginfl_2030470409', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381943, '_transient_timeout_wflginfl_776430005', '1404597230', 'no') ; 
INSERT INTO `wp_options` VALUES (7381944, '_transient_wflginfl_776430005', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381945, '_transient_timeout_wflginfl_3321512143', '1404597234', 'no') ; 
INSERT INTO `wp_options` VALUES (7381946, '_transient_wflginfl_3321512143', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531512, '_transient_timeout_wflginfl_3411107114', '1404825355', 'no') ; 
INSERT INTO `wp_options` VALUES (7531513, '_transient_wflginfl_3411107114', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386370, '_transient_timeout_wflginfl_1522668515', '1404608604', 'no') ; 
INSERT INTO `wp_options` VALUES (7386371, '_transient_wflginfl_1522668515', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541120, '_transient_timeout_wflginfl_773107217', '1404831439', 'no') ; 
INSERT INTO `wp_options` VALUES (7533168, '_transient_timeout_wflginfl_3411525894', '1404826385', 'no') ; 
INSERT INTO `wp_options` VALUES (7387439, '_transient_timeout_wflginfl_3359007610', '1404611807', 'no') ; 
INSERT INTO `wp_options` VALUES (7387440, '_transient_wflginfl_3359007610', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381975, '_transient_timeout_wflginfl_702645847', '1404597283', 'no') ; 
INSERT INTO `wp_options` VALUES (7381976, '_transient_wflginfl_702645847', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381979, '_transient_timeout_wflginfl_3734637780', '1404597289', 'no') ; 
INSERT INTO `wp_options` VALUES (7381980, '_transient_wflginfl_3734637780', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7381985, '_transient_timeout_wflginfl_3374973688', '1404597304', 'no') ; 
INSERT INTO `wp_options` VALUES (7381986, '_transient_wflginfl_3374973688', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472687, '_transient_timeout_wflginfl_697047191', '1404776397', 'no') ; 
INSERT INTO `wp_options` VALUES (7429789, '_transient_wflginfl_1892748091', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451702, '_transient_timeout_wflginfl_3379438892', '1404758959', 'no') ; 
INSERT INTO `wp_options` VALUES (7451703, '_transient_wflginfl_3379438892', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383164, '_transient_timeout_wflginfl_1667558824', '1404599997', 'no') ; 
INSERT INTO `wp_options` VALUES (7383165, '_transient_wflginfl_1667558824', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383494, '_transient_timeout_wflginfl_3106232065', '1404600754', 'no') ; 
INSERT INTO `wp_options` VALUES (7383495, '_transient_wflginfl_3106232065', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408752, '_transient_timeout_wflginfl_93398970', '1404725422', 'no') ; 
INSERT INTO `wp_options` VALUES (7408753, '_transient_wflginfl_93398970', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396524, '_transient_timeout_wflginfl_2056661903', '1404637709', 'no') ; 
INSERT INTO `wp_options` VALUES (7396525, '_transient_wflginfl_2056661903', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523987, '_transient_timeout_wflginfl_1423158498', '1404820181', 'no') ; 
INSERT INTO `wp_options` VALUES (7523988, '_transient_wflginfl_1423158498', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479839, '_transient_timeout_wflginfl_3483448925', '1404783688', 'no') ; 
INSERT INTO `wp_options` VALUES (7479840, '_transient_wflginfl_3483448925', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382075, '_transient_timeout_wflginfl_1454620942', '1404597459', 'no') ; 
INSERT INTO `wp_options` VALUES (7382076, '_transient_wflginfl_1454620942', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537979, '_transient_timeout_wflginfl_3162602598', '1404829547', 'no') ; 
INSERT INTO `wp_options` VALUES (7537980, '_transient_wflginfl_3162602598', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382296, '_transient_timeout_wflginfl_3636017716', '1404598036', 'no') ; 
INSERT INTO `wp_options` VALUES (7382094, '_transient_timeout_wflginfl_3318669750', '1404597497', 'no') ; 
INSERT INTO `wp_options` VALUES (7382095, '_transient_wflginfl_3318669750', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384122, '_transient_timeout_wflginfl_1593388216', '1404602410', 'no') ; 
INSERT INTO `wp_options` VALUES (7384123, '_transient_wflginfl_1593388216', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516611, '_transient_timeout_wflginfl_839839929', '1404815184', 'no') ; 
INSERT INTO `wp_options` VALUES (7516612, '_transient_wflginfl_839839929', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425674, '_transient_timeout_wflginfl_1840187054', '1404738943', 'no') ; 
INSERT INTO `wp_options` VALUES (7425675, '_transient_wflginfl_1840187054', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387395, '_transient_timeout_wflginfl_1379694489', '1404611700', 'no') ; 
INSERT INTO `wp_options` VALUES (7387396, '_transient_wflginfl_1379694489', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382126, '_transient_timeout_wflginfl_1320716459', '1404597588', 'no') ; 
INSERT INTO `wp_options` VALUES (7382127, '_transient_wflginfl_1320716459', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382128, '_transient_timeout_wflginfl_3140011493', '1404597603', 'no') ; 
INSERT INTO `wp_options` VALUES (7382129, '_transient_wflginfl_3140011493', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382144, '_transient_timeout_wflginfl_3009976368', '1404597648', 'no') ; 
INSERT INTO `wp_options` VALUES (7382145, '_transient_wflginfl_3009976368', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382168, '_transient_timeout_wflginfl_3006555799', '1404597685', 'no') ; 
INSERT INTO `wp_options` VALUES (7382169, '_transient_wflginfl_3006555799', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382188, '_transient_timeout_wflginfl_1043105485', '1404597751', 'no') ; 
INSERT INTO `wp_options` VALUES (7382189, '_transient_wflginfl_1043105485', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382206, '_transient_timeout_wflginfl_3318593193', '1404597801', 'no') ; 
INSERT INTO `wp_options` VALUES (7382207, '_transient_wflginfl_3318593193', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382230, '_transient_timeout_wflginfl_3128966716', '1404597862', 'no') ; 
INSERT INTO `wp_options` VALUES (7382231, '_transient_wflginfl_3128966716', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451110, '_transient_timeout_wflginfl_1293835315', '1404758508', 'no') ; 
INSERT INTO `wp_options` VALUES (7451111, '_transient_wflginfl_1293835315', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382464, '_transient_timeout_wflginfl_1611802302', '1404598369', 'no') ; 
INSERT INTO `wp_options` VALUES (7382465, '_transient_wflginfl_1611802302', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466969, '_transient_timeout_wflginfl_1893155396', '1404771075', 'no') ; 
INSERT INTO `wp_options` VALUES (7466970, '_transient_wflginfl_1893155396', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382268, '_transient_timeout_wflginfl_773488564', '1404597951', 'no') ; 
INSERT INTO `wp_options` VALUES (7382269, '_transient_wflginfl_773488564', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382270, '_transient_timeout_wflginfl_1452255793', '1404597963', 'no') ; 
INSERT INTO `wp_options` VALUES (7382271, '_transient_wflginfl_1452255793', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519228, '_transient_timeout_wflginfl_1866737831', '1404816978', 'no') ; 
INSERT INTO `wp_options` VALUES (7540768, '_transient_timeout_wflginfl_2308123062', '1404831309', 'no') ; 
INSERT INTO `wp_options` VALUES (7382297, '_transient_wflginfl_3636017716', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382306, '_transient_timeout_wflginfl_697180111', '1404598068', 'no') ; 
INSERT INTO `wp_options` VALUES (7382307, '_transient_wflginfl_697180111', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501313, '_transient_wflginfl_843303036', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492765, '_transient_wflginfl_1001513850', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524429, '_transient_timeout_wflginfl_1536452349', '1404820492', 'no') ; 
INSERT INTO `wp_options` VALUES (7524430, '_transient_wflginfl_1536452349', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457939, '_transient_timeout_wflginfl_1834850901', '1404763618', 'no') ; 
INSERT INTO `wp_options` VALUES (7489475, '_transient_timeout_wflginfl_1297193647', '1404793164', 'no') ; 
INSERT INTO `wp_options` VALUES (7540926, '_transient_timeout_wflginfl_1360310853', '1404831373', 'no') ; 
INSERT INTO `wp_options` VALUES (7540927, '_transient_wflginfl_1360310853', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386526, '_transient_wflginfl_1569262035', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382355, '_transient_timeout_wflginfl_657399953', '1404598167', 'no') ; 
INSERT INTO `wp_options` VALUES (7382356, '_transient_wflginfl_657399953', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390849, '_transient_timeout_wflginfl_1483235870', '1404622810', 'no') ; 
INSERT INTO `wp_options` VALUES (7390850, '_transient_wflginfl_1483235870', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7382391, '_transient_timeout_wflginfl_1422223599', '1404598211', 'no') ; 
INSERT INTO `wp_options` VALUES (7382392, '_transient_wflginfl_1422223599', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383885, '_transient_timeout_wflginfl_1380964330', '1404601746', 'no') ; 
INSERT INTO `wp_options` VALUES (7383886, '_transient_wflginfl_1380964330', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385706, '_transient_timeout_wflginfl_656470011', '1404606682', 'no') ; 
INSERT INTO `wp_options` VALUES (7385707, '_transient_wflginfl_656470011', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397541, '_transient_timeout_wflginfl_702668476', '1404639483', 'no') ; 
INSERT INTO `wp_options` VALUES (7397542, '_transient_wflginfl_702668476', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382524, '_transient_timeout_wflginfl_1560114265', '1404598507', 'no') ; 
INSERT INTO `wp_options` VALUES (7526714, '_transient_timeout_wflginfl_3397118641', '1404822069', 'no') ; 
INSERT INTO `wp_options` VALUES (7526715, '_transient_wflginfl_3397118641', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382868, '_transient_timeout_wflginfl_656454310', '1404599284', 'no') ; 
INSERT INTO `wp_options` VALUES (7382869, '_transient_wflginfl_656454310', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382490, '_transient_timeout_wflginfl_696863675', '1404598425', 'no') ; 
INSERT INTO `wp_options` VALUES (7382491, '_transient_wflginfl_696863675', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427259, '_transient_timeout_wflginfl_2955654283', '1404740129', 'no') ; 
INSERT INTO `wp_options` VALUES (7427260, '_transient_wflginfl_2955654283', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382494, '_transient_timeout_wflginfl_1832856612', '1404598431', 'no') ; 
INSERT INTO `wp_options` VALUES (7382495, '_transient_wflginfl_1832856612', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455707, '_transient_timeout_wflginfl_1342530093', '1404761927', 'no') ; 
INSERT INTO `wp_options` VALUES (7455708, '_transient_wflginfl_1342530093', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506502, '_transient_timeout_wflginfl_3185165409', '1404808004', 'no') ; 
INSERT INTO `wp_options` VALUES (7506503, '_transient_wflginfl_3185165409', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494254, '_transient_timeout_wflginfl_1309485800', '1404797558', 'no') ; 
INSERT INTO `wp_options` VALUES (7538990, '_transient_wflginfl_2975249650', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382525, '_transient_wflginfl_1560114265', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433434, '_transient_timeout_wflginfl_1337342568', '1404744856', 'no') ; 
INSERT INTO `wp_options` VALUES (7433435, '_transient_wflginfl_1337342568', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382548, '_transient_timeout_wflginfl_84794383', '1404598566', 'no') ; 
INSERT INTO `wp_options` VALUES (7382549, '_transient_wflginfl_84794383', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506848, '_transient_timeout_wflginfl_1781754178', '1404808504', 'no') ; 
INSERT INTO `wp_options` VALUES (7506849, '_transient_wflginfl_1781754178', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7391663, '_transient_timeout_wflginfl_1912511959', '1404625249', 'no') ; 
INSERT INTO `wp_options` VALUES (7391664, '_transient_wflginfl_1912511959', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534665, '_transient_wflginfl_1729072194', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397824, '_transient_wflginfl_3216425619', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383651, '_transient_timeout_wflginfl_1580582358', '1404601134', 'no') ; 
INSERT INTO `wp_options` VALUES (7384454, '_transient_timeout_wflginfl_48239044', '1404603380', 'no') ; 
INSERT INTO `wp_options` VALUES (7384455, '_transient_wflginfl_48239044', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383652, '_transient_wflginfl_1580582358', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383397, '_transient_timeout_wflginfl_1809649930', '1404600523', 'no') ; 
INSERT INTO `wp_options` VALUES (7383398, '_transient_wflginfl_1809649930', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382627, '_transient_timeout_wflginfl_90988983', '1404598755', 'no') ; 
INSERT INTO `wp_options` VALUES (7382628, '_transient_wflginfl_90988983', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385938, '_transient_timeout_wflginfl_2976092046', '1404607526', 'no') ; 
INSERT INTO `wp_options` VALUES (7385939, '_transient_wflginfl_2976092046', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7390155, '_transient_timeout_wflginfl_694334614', '1404620602', 'no') ; 
INSERT INTO `wp_options` VALUES (7390156, '_transient_wflginfl_694334614', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386579, '_transient_timeout_wflginfl_2875278324', '1404609278', 'no') ; 
INSERT INTO `wp_options` VALUES (7386580, '_transient_wflginfl_2875278324', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392560, '_transient_timeout_wflginfl_3121514584', '1404627988', 'no') ; 
INSERT INTO `wp_options` VALUES (7392561, '_transient_wflginfl_3121514584', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396874, '_transient_timeout_wflginfl_2997146591', '1404638441', 'no') ; 
INSERT INTO `wp_options` VALUES (7396875, '_transient_wflginfl_2997146591', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382708, '_transient_timeout_wflginfl_702818732', '1404598928', 'no') ; 
INSERT INTO `wp_options` VALUES (7382709, '_transient_wflginfl_702818732', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393884, '_transient_timeout_wflginfl_3032447211', '1404631780', 'no') ; 
INSERT INTO `wp_options` VALUES (7393885, '_transient_wflginfl_3032447211', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382720, '_transient_timeout_wflginfl_1439495137', '1404598955', 'no') ; 
INSERT INTO `wp_options` VALUES (7382721, '_transient_wflginfl_1439495137', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473893, '_transient_timeout_wflginfl_36930133', '1404777536', 'no') ; 
INSERT INTO `wp_options` VALUES (7473894, '_transient_wflginfl_36930133', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382750, '_transient_timeout_wflginfl_1892363130', '1404599028', 'no') ; 
INSERT INTO `wp_options` VALUES (7382751, '_transient_wflginfl_1892363130', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387766, '_transient_timeout_wflginfl_238213586', '1404612827', 'no') ; 
INSERT INTO `wp_options` VALUES (7387767, '_transient_wflginfl_238213586', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450774, '_transient_timeout_wflginfl_3170549441', '1404758497', 'no') ; 
INSERT INTO `wp_options` VALUES (7535897, '_transient_wflginfl_1892827415', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384231, '_transient_timeout_wflginfl_1832912268', '1404602675', 'no') ; 
INSERT INTO `wp_options` VALUES (7384232, '_transient_wflginfl_1832912268', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383220, '_transient_timeout_wflginfl_776436228', '1404600153', 'no') ; 
INSERT INTO `wp_options` VALUES (7383221, '_transient_wflginfl_776436228', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382810, '_transient_timeout_wflginfl_1892040766', '1404599151', 'no') ; 
INSERT INTO `wp_options` VALUES (7382811, '_transient_wflginfl_1892040766', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385994, '_transient_timeout_wflginfl_2096955686', '1404607496', 'no') ; 
INSERT INTO `wp_options` VALUES (7385995, '_transient_wflginfl_2096955686', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395436, '_transient_timeout_wflginfl_1834872056', '1404635706', 'no') ; 
INSERT INTO `wp_options` VALUES (7395437, '_transient_wflginfl_1834872056', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7406871, '_transient_timeout_wflginfl_1589623005', '1404724021', 'no') ; 
INSERT INTO `wp_options` VALUES (7406872, '_transient_wflginfl_1589623005', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487092, '_transient_wflginfl_1667673275', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532334, '_transient_wflginfl_1502182806', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489798, '_transient_timeout_wflginfl_1466861078', '1404793465', 'no') ; 
INSERT INTO `wp_options` VALUES (7489799, '_transient_wflginfl_1466861078', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382902, '_transient_timeout_wflginfl_657499764', '1404599401', 'no') ; 
INSERT INTO `wp_options` VALUES (7382903, '_transient_wflginfl_657499764', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383367, '_transient_timeout_wflginfl_656580042', '1404600452', 'no') ; 
INSERT INTO `wp_options` VALUES (7383368, '_transient_wflginfl_656580042', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382938, '_transient_timeout_wflginfl_1599911525', '1404599499', 'no') ; 
INSERT INTO `wp_options` VALUES (7382939, '_transient_wflginfl_1599911525', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382940, '_transient_timeout_wflginfl_1833847455', '1404599505', 'no') ; 
INSERT INTO `wp_options` VALUES (7382941, '_transient_wflginfl_1833847455', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7382954, '_transient_timeout_wflginfl_700760256', '1404599542', 'no') ; 
INSERT INTO `wp_options` VALUES (7382955, '_transient_wflginfl_700760256', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537741, '_transient_timeout_wflginfl_609359088', '1404829387', 'no') ; 
INSERT INTO `wp_options` VALUES (7539905, '_transient_wflginfl_1330703290', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384012, '_transient_timeout_wflginfl_3014723221', '1404602116', 'no') ; 
INSERT INTO `wp_options` VALUES (7384013, '_transient_wflginfl_3014723221', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388741, '_transient_timeout_wflginfl_94449560', '1404615992', 'no') ; 
INSERT INTO `wp_options` VALUES (7388742, '_transient_wflginfl_94449560', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393682, '_transient_wflginfl_1986381887', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383002, '_transient_timeout_wflginfl_1835342095', '1404599647', 'no') ; 
INSERT INTO `wp_options` VALUES (7383003, '_transient_wflginfl_1835342095', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383008, '_transient_timeout_wflginfl_3065403132', '1404599669', 'no') ; 
INSERT INTO `wp_options` VALUES (7383009, '_transient_wflginfl_3065403132', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541130, '_transient_timeout_wflginfl_1546988490', '1404831445', 'no') ; 
INSERT INTO `wp_options` VALUES (7541131, '_transient_wflginfl_1546988490', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383050, '_transient_timeout_wflginfl_3321528360', '1404599785', 'no') ; 
INSERT INTO `wp_options` VALUES (7383051, '_transient_wflginfl_3321528360', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383068, '_transient_timeout_wflginfl_3573299697', '1404599822', 'no') ; 
INSERT INTO `wp_options` VALUES (7383069, '_transient_wflginfl_3573299697', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383074, '_transient_timeout_wflginfl_702723938', '1404599831', 'no') ; 
INSERT INTO `wp_options` VALUES (7383075, '_transient_wflginfl_702723938', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397677, '_transient_timeout_wflginfl_2044203381', '1404639816', 'no') ; 
INSERT INTO `wp_options` VALUES (7397678, '_transient_timeout_wflginfl_656457108', '1404639816', 'no') ; 
INSERT INTO `wp_options` VALUES (7541390, '_transient_timeout_wflginfl_1466765130', '1404831566', 'no') ; 
INSERT INTO `wp_options` VALUES (7541391, '_transient_wflginfl_1466765130', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520092, '_transient_timeout_wflginfl_1599475483', '1404817579', 'no') ; 
INSERT INTO `wp_options` VALUES (7520093, '_transient_wflginfl_1599475483', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385130, '_transient_timeout_wflginfl_657754935', '1404605421', 'no') ; 
INSERT INTO `wp_options` VALUES (7385131, '_transient_wflginfl_657754935', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7383343, '_transient_timeout_wflginfl_3011490701', '1404600391', 'no') ; 
INSERT INTO `wp_options` VALUES (7383344, '_transient_wflginfl_3011490701', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515269, '_transient_wflginfl_3188763573', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539256, '_transient_wflginfl_657745025', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389889, '_transient_timeout_wflginfl_1569332317', '1404619876', 'no') ; 
INSERT INTO `wp_options` VALUES (7389890, '_transient_wflginfl_1569332317', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449483, '_transient_timeout_wflginfl_3384743110', '1404757254', 'no') ; 
INSERT INTO `wp_options` VALUES (7449484, '_transient_wflginfl_3384743110', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383214, '_transient_timeout_wflginfl_2006635061', '1404600130', 'no') ; 
INSERT INTO `wp_options` VALUES (7383215, '_transient_wflginfl_2006635061', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383222, '_transient_timeout_wflginfl_1849098285', '1404600157', 'no') ; 
INSERT INTO `wp_options` VALUES (7383223, '_transient_wflginfl_1849098285', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383249, '_transient_timeout_wflginfl_1308648855', '1404600243', 'no') ; 
INSERT INTO `wp_options` VALUES (7383250, '_transient_wflginfl_1308648855', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383253, '_transient_timeout_wflginfl_3574654000', '1404600246', 'no') ; 
INSERT INTO `wp_options` VALUES (7383254, '_transient_wflginfl_3574654000', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483235, '_transient_timeout_wflginfl_2958829608', '1404787238', 'no') ; 
INSERT INTO `wp_options` VALUES (7483236, '_transient_wflginfl_2958829608', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394235, '_transient_timeout_wflginfl_1386065272', '1404632657', 'no') ; 
INSERT INTO `wp_options` VALUES (7394236, '_transient_wflginfl_1386065272', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540074, '_transient_timeout_wflginfl_1508336125', '1404830922', 'no') ; 
INSERT INTO `wp_options` VALUES (7534420, '_transient_timeout_wflginfl_2033596047', '1404827186', 'no') ; 
INSERT INTO `wp_options` VALUES (7383295, '_transient_timeout_wflginfl_622648191', '1404600317', 'no') ; 
INSERT INTO `wp_options` VALUES (7383296, '_transient_wflginfl_622648191', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492812, '_transient_timeout_wflginfl_1275308467', '1404796229', 'no') ; 
INSERT INTO `wp_options` VALUES (7492813, '_transient_wflginfl_1275308467', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383683, '_transient_timeout_wflginfl_1202065311', '1404601294', 'no') ; 
INSERT INTO `wp_options` VALUES (7383684, '_transient_wflginfl_1202065311', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7394480, '_transient_timeout_wflginfl_1068473610', '1404633351', 'no') ; 
INSERT INTO `wp_options` VALUES (7394481, '_transient_wflginfl_1068473610', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395981, '_transient_timeout_wflginfl_3301844494', '1404636784', 'no') ; 
INSERT INTO `wp_options` VALUES (7395982, '_transient_wflginfl_3301844494', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386266, '_transient_timeout_wflginfl_656470898', '1404608288', 'no') ; 
INSERT INTO `wp_options` VALUES (7386267, '_transient_wflginfl_656470898', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528388, '_transient_timeout_wflginfl_462661595', '1404823215', 'no') ; 
INSERT INTO `wp_options` VALUES (7478829, '_transient_wflginfl_3374672488', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7528389, '_transient_wflginfl_462661595', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383341, '_transient_timeout_wflginfl_3130429340', '1404600389', 'no') ; 
INSERT INTO `wp_options` VALUES (7383342, '_transient_wflginfl_3130429340', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383345, '_transient_timeout_wflginfl_3047467476', '1404600392', 'no') ; 
INSERT INTO `wp_options` VALUES (7383346, '_transient_timeout_wflginfl_1566010569', '1404600392', 'no') ; 
INSERT INTO `wp_options` VALUES (7383347, '_transient_wflginfl_3047467476', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383348, '_transient_wflginfl_1566010569', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389603, '_transient_timeout_wflginfl_3374560877', '1404618768', 'no') ; 
INSERT INTO `wp_options` VALUES (7389604, '_transient_wflginfl_3374560877', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383552, '_transient_timeout_wflginfl_1442835085', '1404600852', 'no') ; 
INSERT INTO `wp_options` VALUES (7383553, '_transient_wflginfl_1442835085', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383379, '_transient_timeout_wflginfl_1383246153', '1404600490', 'no') ; 
INSERT INTO `wp_options` VALUES (7383380, '_transient_wflginfl_1383246153', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383383, '_transient_timeout_wflginfl_2943317466', '1404600495', 'no') ; 
INSERT INTO `wp_options` VALUES (7383384, '_transient_wflginfl_2943317466', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383393, '_transient_timeout_wflginfl_2056659558', '1404600519', 'no') ; 
INSERT INTO `wp_options` VALUES (7383394, '_transient_wflginfl_2056659558', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383427, '_transient_timeout_wflginfl_3047173381', '1404600603', 'no') ; 
INSERT INTO `wp_options` VALUES (7383428, '_transient_wflginfl_3047173381', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384490, '_transient_timeout_wflginfl_38865098', '1404603461', 'no') ; 
INSERT INTO `wp_options` VALUES (7384491, '_transient_wflginfl_38865098', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383443, '_transient_wflginfl_3393398834', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383444, '_transient_wflginfl_2970693518', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465792, '_transient_timeout_wflginfl_845461743', '1404770032', 'no') ; 
INSERT INTO `wp_options` VALUES (7465793, '_transient_wflginfl_845461743', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509991, '_transient_timeout_wflginfl_1333181819', '1404810506', 'no') ; 
INSERT INTO `wp_options` VALUES (7509992, '_transient_wflginfl_1333181819', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539613, '_transient_timeout_wflginfl_1464196546', '1404830872', 'no') ; 
INSERT INTO `wp_options` VALUES (7413935, '_transient_wflginfl_1001499256', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384060, '_transient_timeout_wflginfl_2015154998', '1404602253', 'no') ; 
INSERT INTO `wp_options` VALUES (7384061, '_transient_wflginfl_2015154998', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384233, '_transient_timeout_wflginfl_84854959', '1404602683', 'no') ; 
INSERT INTO `wp_options` VALUES (7383976, '_transient_timeout_wflginfl_3386245567', '1404601994', 'no') ; 
INSERT INTO `wp_options` VALUES (7383977, '_transient_wflginfl_3386245567', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384234, '_transient_wflginfl_84854959', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517897, '_transient_timeout_wflginfl_2968607634', '1404816048', 'no') ; 
INSERT INTO `wp_options` VALUES (7517898, '_transient_wflginfl_2968607634', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394667, '_transient_timeout_wflginfl_704208556', '1404633870', 'no') ; 
INSERT INTO `wp_options` VALUES (7394668, '_transient_wflginfl_704208556', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397377, '_transient_timeout_wflginfl_2988977656', '1404639210', 'no') ; 
INSERT INTO `wp_options` VALUES (7397378, '_transient_wflginfl_2988977656', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383765, '_transient_timeout_wflginfl_657398114', '1404601420', 'no') ; 
INSERT INTO `wp_options` VALUES (7383766, '_transient_wflginfl_657398114', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491887, '_transient_timeout_wflginfl_3418418956', '1404795431', 'no') ; 
INSERT INTO `wp_options` VALUES (7491888, '_transient_wflginfl_3418418956', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383606, '_transient_timeout_wflginfl_1506628285', '1404601016', 'no') ; 
INSERT INTO `wp_options` VALUES (7383607, '_transient_wflginfl_1506628285', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391699, '_transient_timeout_wflginfl_2536633018', '1404625365', 'no') ; 
INSERT INTO `wp_options` VALUES (7391700, '_transient_wflginfl_2536633018', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386378, '_transient_timeout_wflginfl_3375737107', '1404608614', 'no') ; 
INSERT INTO `wp_options` VALUES (7386379, '_transient_wflginfl_3375737107', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497821, '_transient_timeout_wflginfl_1502099127', '1404801111', 'no') ; 
INSERT INTO `wp_options` VALUES (7485046, '_transient_timeout_wflginfl_2732851424', '1404788943', 'no') ; 
INSERT INTO `wp_options` VALUES (7485047, '_transient_wflginfl_2732851424', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474460, '_transient_timeout_wflginfl_1503206500', '1404778135', 'no') ; 
INSERT INTO `wp_options` VALUES (7474461, '_transient_wflginfl_1503206500', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397653, '_transient_timeout_wflginfl_3302565690', '1404639686', 'no') ; 
INSERT INTO `wp_options` VALUES (7397654, '_transient_wflginfl_3302565690', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383695, '_transient_timeout_wflginfl_1892548941', '1404601258', 'no') ; 
INSERT INTO `wp_options` VALUES (7383696, '_transient_wflginfl_1892548941', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386312, '_transient_timeout_wflginfl_1315235347', '1404608376', 'no') ; 
INSERT INTO `wp_options` VALUES (7386313, '_transient_wflginfl_1315235347', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388521, '_transient_timeout_wflginfl_773853354', '1404615269', 'no') ; 
INSERT INTO `wp_options` VALUES (7388522, '_transient_wflginfl_773853354', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383721, '_transient_timeout_wflginfl_657033065', '1404601326', 'no') ; 
INSERT INTO `wp_options` VALUES (7383722, '_transient_wflginfl_657033065', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383723, '_transient_timeout_wflginfl_694975717', '1404601333', 'no') ; 
INSERT INTO `wp_options` VALUES (7383724, '_transient_wflginfl_694975717', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383725, '_transient_timeout_wflginfl_2420137063', '1404601334', 'no') ; 
INSERT INTO `wp_options` VALUES (7383726, '_transient_wflginfl_2420137063', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413253, '_transient_wflginfl_1729098794', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397105, '_transient_wflginfl_1293886719', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387324, '_transient_timeout_wflginfl_3717173953', '1404611699', 'no') ; 
INSERT INTO `wp_options` VALUES (7387325, '_transient_wflginfl_3717173953', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7391040, '_transient_timeout_wflginfl_1589559634', '1404623401', 'no') ; 
INSERT INTO `wp_options` VALUES (7391041, '_transient_wflginfl_1589559634', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383757, '_transient_timeout_wflginfl_1729658382', '1404601407', 'no') ; 
INSERT INTO `wp_options` VALUES (7383758, '_transient_wflginfl_1729658382', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389555, '_transient_timeout_wflginfl_1140947573', '1404618568', 'no') ; 
INSERT INTO `wp_options` VALUES (7389556, '_transient_wflginfl_1140947573', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497822, '_transient_wflginfl_1502099127', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7383809, '_transient_timeout_wflginfl_1383248337', '1404601574', 'no') ; 
INSERT INTO `wp_options` VALUES (7383810, '_transient_wflginfl_1383248337', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387488, '_transient_timeout_wflginfl_3167586754', '1404611960', 'no') ; 
INSERT INTO `wp_options` VALUES (7387489, '_transient_wflginfl_3167586754', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391486, '_transient_timeout_wflginfl_690970362', '1404624707', 'no') ; 
INSERT INTO `wp_options` VALUES (7391487, '_transient_wflginfl_690970362', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500034, '_transient_timeout_wflginfl_3047534737', '1404802849', 'no') ; 
INSERT INTO `wp_options` VALUES (7386664, '_transient_timeout_wflginfl_1744237376', '1404609592', 'no') ; 
INSERT INTO `wp_options` VALUES (7386665, '_transient_wflginfl_1744237376', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383824, '_transient_timeout_wflginfl_1837060270', '1404601654', 'no') ; 
INSERT INTO `wp_options` VALUES (7383825, '_transient_wflginfl_1837060270', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538736, '_transient_wflginfl_1833057403', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534203, '_transient_wflginfl_1379209995', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537912, '_transient_wflginfl_1483209775', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540328, '_transient_timeout_wflginfl_2967407224', '1404831076', 'no') ; 
INSERT INTO `wp_options` VALUES (7529156, '_transient_timeout_wflginfl_1854503812', '1404823775', 'no') ; 
INSERT INTO `wp_options` VALUES (7529157, '_transient_wflginfl_1854503812', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395901, '_transient_timeout_wflginfl_2092364348', '1404636702', 'no') ; 
INSERT INTO `wp_options` VALUES (7395902, '_transient_wflginfl_2092364348', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521384, '_transient_wflginfl_245379710', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525128, '_transient_timeout_wflginfl_1976320173', '1404821001', 'no') ; 
INSERT INTO `wp_options` VALUES (7393967, '_transient_timeout_wflginfl_3384450623', '1404631977', 'no') ; 
INSERT INTO `wp_options` VALUES (7393968, '_transient_wflginfl_3384450623', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384735, '_transient_timeout_wflginfl_3667685409', '1404604123', 'no') ; 
INSERT INTO `wp_options` VALUES (7384736, '_transient_wflginfl_3667685409', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383909, '_transient_timeout_wflginfl_531677953', '1404601825', 'no') ; 
INSERT INTO `wp_options` VALUES (7383910, '_transient_wflginfl_531677953', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7383913, '_transient_timeout_wflginfl_3318374914', '1404601830', 'no') ; 
INSERT INTO `wp_options` VALUES (7383914, '_transient_wflginfl_3318374914', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7409686, '_transient_timeout_wflginfl_2033595206', '1404726072', 'no') ; 
INSERT INTO `wp_options` VALUES (7409687, '_transient_wflginfl_2033595206', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394398, '_transient_timeout_wflginfl_2549597840', '1404633132', 'no') ; 
INSERT INTO `wp_options` VALUES (7394399, '_transient_wflginfl_2549597840', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500035, '_transient_wflginfl_3047534737', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507013, '_transient_wflginfl_1700949279', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541361, '_transient_wflginfl_780013760', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494909, '_transient_timeout_wflginfl_3645321153', '1404798222', 'no') ; 
INSERT INTO `wp_options` VALUES (7494910, '_transient_wflginfl_3645321153', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534295, '_transient_wflginfl_3203710303', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541398, '_transient_timeout_wflginfl_1465998665', '1404831580', 'no') ; 
INSERT INTO `wp_options` VALUES (7540660, '_transient_timeout_wflginfl_1315339501', '1404831252', 'no') ; 
INSERT INTO `wp_options` VALUES (7540661, '_transient_wflginfl_1315339501', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384516, '_transient_timeout_wflginfl_3065637707', '1404603483', 'no') ; 
INSERT INTO `wp_options` VALUES (7384517, '_transient_wflginfl_3065637707', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386366, '_transient_timeout_wflginfl_695167839', '1404608591', 'no') ; 
INSERT INTO `wp_options` VALUES (7386367, '_transient_wflginfl_695167839', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511064, '_transient_wflginfl_1833111131', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435067, '_transient_wflginfl_1143774197', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7386927, '_transient_timeout_wflginfl_1294913645', '1404610261', 'no') ; 
INSERT INTO `wp_options` VALUES (7386928, '_transient_wflginfl_1294913645', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537965, '_transient_timeout_wflginfl_3412760543', '1404829540', 'no') ; 
INSERT INTO `wp_options` VALUES (7537966, '_transient_wflginfl_3412760543', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489928, '_transient_timeout_wflginfl_2332070979', '1404793590', 'no') ; 
INSERT INTO `wp_options` VALUES (7513331, '_transient_timeout_wflginfl_2033597173', '1404812892', 'no') ; 
INSERT INTO `wp_options` VALUES (7384064, '_transient_timeout_wflginfl_1466785886', '1404602268', 'no') ; 
INSERT INTO `wp_options` VALUES (7384065, '_transient_wflginfl_1466785886', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447348, '_transient_timeout_wflginfl_1547442544', '1404755602', 'no') ; 
INSERT INTO `wp_options` VALUES (7447349, '_transient_wflginfl_1547442544', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384102, '_transient_timeout_wflginfl_1654313388', '1404602370', 'no') ; 
INSERT INTO `wp_options` VALUES (7384103, '_transient_wflginfl_1654313388', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425489, '_transient_timeout_wflginfl_1454470580', '1404738783', 'no') ; 
INSERT INTO `wp_options` VALUES (7425490, '_transient_wflginfl_1454470580', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537074, '_transient_wflginfl_3318997278', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540203, '_transient_wflginfl_3569917140', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385169, '_transient_timeout_wflginfl_2955741016', '1404605331', 'no') ; 
INSERT INTO `wp_options` VALUES (7385170, '_transient_wflginfl_2955741016', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384126, '_transient_timeout_wflginfl_3361509983', '1404602426', 'no') ; 
INSERT INTO `wp_options` VALUES (7384127, '_transient_wflginfl_3361509983', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470143, '_transient_timeout_wflginfl_1546982766', '1404773871', 'no') ; 
INSERT INTO `wp_options` VALUES (7470144, '_transient_wflginfl_1546982766', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421787, '_transient_timeout_wflginfl_2063099454', '1404735761', 'no') ; 
INSERT INTO `wp_options` VALUES (7438858, '_transient_timeout_wflginfl_1925053618', '1404749056', 'no') ; 
INSERT INTO `wp_options` VALUES (7388846, '_transient_timeout_wflginfl_694762816', '1404616315', 'no') ; 
INSERT INTO `wp_options` VALUES (7388847, '_transient_wflginfl_694762816', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384189, '_transient_timeout_wflginfl_657515961', '1404602570', 'no') ; 
INSERT INTO `wp_options` VALUES (7384190, '_transient_wflginfl_657515961', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384191, '_transient_timeout_wflginfl_1599235985', '1404602578', 'no') ; 
INSERT INTO `wp_options` VALUES (7384192, '_transient_wflginfl_1599235985', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384227, '_transient_timeout_wflginfl_3141181069', '1404602662', 'no') ; 
INSERT INTO `wp_options` VALUES (7384228, '_transient_wflginfl_3141181069', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467067, '_transient_timeout_wflginfl_1290719824', '1404771152', 'no') ; 
INSERT INTO `wp_options` VALUES (7467068, '_transient_wflginfl_1290719824', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414574, '_transient_timeout_wflginfl_3134470611', '1404729726', 'no') ; 
INSERT INTO `wp_options` VALUES (7414575, '_transient_wflginfl_3134470611', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510119, '_transient_timeout_wflginfl_3413419074', '1404810600', 'no') ; 
INSERT INTO `wp_options` VALUES (7510118, '_transient_wflginfl_469455626', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384297, '_transient_timeout_wflginfl_1548800733', '1404602916', 'no') ; 
INSERT INTO `wp_options` VALUES (7384298, '_transient_wflginfl_1548800733', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385256, '_transient_timeout_wflginfl_1892758785', '1404605553', 'no') ; 
INSERT INTO `wp_options` VALUES (7385257, '_transient_wflginfl_1892758785', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454522, '_transient_timeout_wflginfl_2955780390', '1404761022', 'no') ; 
INSERT INTO `wp_options` VALUES (7454523, '_transient_wflginfl_2955780390', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387411, '_transient_timeout_wflginfl_692351285', '1404611770', 'no') ; 
INSERT INTO `wp_options` VALUES (7387412, '_transient_wflginfl_692351285', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384309, '_transient_timeout_wflginfl_782155142', '1404602966', 'no') ; 
INSERT INTO `wp_options` VALUES (7384310, '_transient_wflginfl_782155142', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384311, '_transient_timeout_wflginfl_840367170', '1404602971', 'no') ; 
INSERT INTO `wp_options` VALUES (7384312, '_transient_wflginfl_840367170', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540332, '_transient_timeout_wflginfl_1328429096', '1404831369', 'no') ; 
INSERT INTO `wp_options` VALUES (7540333, '_transient_wflginfl_1328429096', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7395634, '_transient_timeout_wflginfl_3412759952', '1404636150', 'no') ; 
INSERT INTO `wp_options` VALUES (7395635, '_transient_wflginfl_3412759952', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384329, '_transient_timeout_wflginfl_2875258056', '1404603015', 'no') ; 
INSERT INTO `wp_options` VALUES (7384330, '_transient_wflginfl_2875258056', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384476, '_transient_timeout_wflginfl_1676507691', '1404603429', 'no') ; 
INSERT INTO `wp_options` VALUES (7384477, '_transient_wflginfl_1676507691', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384350, '_transient_timeout_wflginfl_1847596272', '1404603073', 'no') ; 
INSERT INTO `wp_options` VALUES (7384351, '_transient_wflginfl_1847596272', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480287, '_transient_timeout_wflginfl_3130015036', '1404784179', 'no') ; 
INSERT INTO `wp_options` VALUES (7480288, '_transient_wflginfl_3130015036', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391113, '_transient_timeout_wflginfl_1384713600', '1404623603', 'no') ; 
INSERT INTO `wp_options` VALUES (7391114, '_transient_wflginfl_1384713600', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531306, '_transient_wflginfl_3250984603', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485730, '_transient_wflginfl_2944975366', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384601, '_transient_timeout_wflginfl_1393048002', '1404603725', 'no') ; 
INSERT INTO `wp_options` VALUES (7384602, '_transient_wflginfl_1393048002', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469843, '_transient_timeout_wflginfl_3197589556', '1404773618', 'no') ; 
INSERT INTO `wp_options` VALUES (7469844, '_transient_wflginfl_3197589556', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397951, '_transient_timeout_wflginfl_1452375987', '1404640460', 'no') ; 
INSERT INTO `wp_options` VALUES (7397952, '_transient_wflginfl_1452375987', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384414, '_transient_timeout_wflginfl_778254071', '1404603280', 'no') ; 
INSERT INTO `wp_options` VALUES (7384415, '_transient_wflginfl_778254071', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384422, '_transient_timeout_wflginfl_2098890485', '1404603299', 'no') ; 
INSERT INTO `wp_options` VALUES (7384423, '_transient_wflginfl_2098890485', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384859, '_transient_timeout_wflginfl_1909174931', '1404604480', 'no') ; 
INSERT INTO `wp_options` VALUES (7384860, '_transient_wflginfl_1909174931', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490068, '_transient_timeout_wflginfl_2925224710', '1404793716', 'no') ; 
INSERT INTO `wp_options` VALUES (7490069, '_transient_wflginfl_2925224710', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384432, '_transient_timeout_wflginfl_3411807471', '1404603330', 'no') ; 
INSERT INTO `wp_options` VALUES (7384433, '_transient_wflginfl_3411807471', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384434, '_transient_timeout_wflginfl_84855331', '1404603331', 'no') ; 
INSERT INTO `wp_options` VALUES (7384435, '_transient_wflginfl_84855331', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384438, '_transient_timeout_wflginfl_1337393466', '1404603341', 'no') ; 
INSERT INTO `wp_options` VALUES (7384439, '_transient_wflginfl_1337393466', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385384, '_transient_timeout_wflginfl_3039043232', '1404605849', 'no') ; 
INSERT INTO `wp_options` VALUES (7385385, '_transient_wflginfl_3039043232', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386314, '_transient_timeout_wflginfl_3172712028', '1404608378', 'no') ; 
INSERT INTO `wp_options` VALUES (7386315, '_transient_wflginfl_3172712028', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385288, '_transient_timeout_wflginfl_1868046556', '1404605634', 'no') ; 
INSERT INTO `wp_options` VALUES (7385289, '_transient_wflginfl_1868046556', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390076, '_transient_timeout_wflginfl_1836750511', '1404620418', 'no') ; 
INSERT INTO `wp_options` VALUES (7390077, '_transient_wflginfl_1836750511', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384484, '_transient_timeout_wflginfl_1249051009', '1404603449', 'no') ; 
INSERT INTO `wp_options` VALUES (7384485, '_transient_wflginfl_1249051009', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384500, '_transient_timeout_wflginfl_3718594724', '1404603468', 'no') ; 
INSERT INTO `wp_options` VALUES (7384501, '_transient_wflginfl_3718594724', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397556, '_transient_wflginfl_1519656657', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397557, '_transient_timeout_wflginfl_1449522294', '1404639548', 'no') ; 
INSERT INTO `wp_options` VALUES (7397925, '_transient_timeout_wflginfl_36835739', '1404640346', 'no') ; 
INSERT INTO `wp_options` VALUES (7397926, '_transient_wflginfl_36835739', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384613, '_transient_timeout_wflginfl_703124604', '1404603758', 'no') ; 
INSERT INTO `wp_options` VALUES (7386234, '_transient_timeout_wflginfl_697278023', '1404608213', 'no') ; 
INSERT INTO `wp_options` VALUES (7386235, '_transient_wflginfl_697278023', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385431, '_transient_timeout_wflginfl_2014576952', '1404605998', 'no') ; 
INSERT INTO `wp_options` VALUES (7385432, '_transient_wflginfl_2014576952', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387256, '_transient_timeout_wflginfl_1456206720', '1404611312', 'no') ; 
INSERT INTO `wp_options` VALUES (7387257, '_transient_wflginfl_1456206720', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386402, '_transient_timeout_wflginfl_1293822183', '1404608704', 'no') ; 
INSERT INTO `wp_options` VALUES (7386403, '_transient_wflginfl_1293822183', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385370, '_transient_timeout_wflginfl_520726372', '1404605821', 'no') ; 
INSERT INTO `wp_options` VALUES (7385371, '_transient_wflginfl_520726372', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539938, '_transient_timeout_wflginfl_1118527191', '1404830821', 'no') ; 
INSERT INTO `wp_options` VALUES (7539939, '_transient_wflginfl_1118527191', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385031, '_transient_timeout_wflginfl_657140427', '1404604953', 'no') ; 
INSERT INTO `wp_options` VALUES (7385032, '_transient_wflginfl_657140427', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384575, '_transient_timeout_wflginfl_2465978574', '1404603657', 'no') ; 
INSERT INTO `wp_options` VALUES (7384576, '_transient_wflginfl_2465978574', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385189, '_transient_timeout_wflginfl_1892040794', '1404605405', 'no') ; 
INSERT INTO `wp_options` VALUES (7385190, '_transient_wflginfl_1892040794', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502130, '_transient_timeout_wflginfl_1911559364', '1404804560', 'no') ; 
INSERT INTO `wp_options` VALUES (7502131, '_transient_wflginfl_1911559364', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482563, '_transient_timeout_wflginfl_3039563157', '1404786834', 'no') ; 
INSERT INTO `wp_options` VALUES (7482564, '_transient_wflginfl_3039563157', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7386555, '_transient_timeout_wflginfl_1590000208', '1404609206', 'no') ; 
INSERT INTO `wp_options` VALUES (7386556, '_transient_wflginfl_1590000208', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384614, '_transient_wflginfl_703124604', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386216, '_transient_timeout_wflginfl_1834757687', '1404608148', 'no') ; 
INSERT INTO `wp_options` VALUES (7386217, '_transient_wflginfl_1834757687', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440497, '_transient_timeout_wflginfl_3189784963', '1404750336', 'no') ; 
INSERT INTO `wp_options` VALUES (7440498, '_transient_wflginfl_3189784963', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527698, '_transient_timeout_wflginfl_3161975041', '1404822759', 'no') ; 
INSERT INTO `wp_options` VALUES (7527699, '_transient_wflginfl_3161975041', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384641, '_transient_timeout_wflginfl_2346235852', '1404603838', 'no') ; 
INSERT INTO `wp_options` VALUES (7384642, '_transient_wflginfl_2346235852', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389865, '_transient_timeout_wflginfl_2036505786', '1404619768', 'no') ; 
INSERT INTO `wp_options` VALUES (7389866, '_transient_wflginfl_2036505786', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384651, '_transient_timeout_wflginfl_690202102', '1404603863', 'no') ; 
INSERT INTO `wp_options` VALUES (7384652, '_transient_wflginfl_690202102', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385425, '_transient_timeout_wflginfl_636234426', '1404605986', 'no') ; 
INSERT INTO `wp_options` VALUES (7385426, '_transient_wflginfl_636234426', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384667, '_transient_timeout_wflginfl_2966060755', '1404603902', 'no') ; 
INSERT INTO `wp_options` VALUES (7384668, '_transient_wflginfl_2966060755', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434976, '_transient_timeout_wflginfl_1487279022', '1404746095', 'no') ; 
INSERT INTO `wp_options` VALUES (7434977, '_transient_wflginfl_1487279022', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389589, '_transient_timeout_wflginfl_1836654444', '1404618703', 'no') ; 
INSERT INTO `wp_options` VALUES (7389590, '_transient_wflginfl_1836654444', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489206, '_transient_timeout_wflginfl_3563109311', '1404792927', 'no') ; 
INSERT INTO `wp_options` VALUES (7489207, '_transient_wflginfl_3563109311', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384747, '_transient_timeout_wflginfl_2954564823', '1404604150', 'no') ; 
INSERT INTO `wp_options` VALUES (7384748, '_transient_wflginfl_2954564823', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384749, '_transient_timeout_wflginfl_3339164951', '1404604154', 'no') ; 
INSERT INTO `wp_options` VALUES (7384750, '_transient_wflginfl_3339164951', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384761, '_transient_timeout_wflginfl_83891081', '1404604186', 'no') ; 
INSERT INTO `wp_options` VALUES (7384762, '_transient_wflginfl_83891081', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528054, '_transient_timeout_wflginfl_2044154188', '1404823001', 'no') ; 
INSERT INTO `wp_options` VALUES (7528055, '_transient_wflginfl_2044154188', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384771, '_transient_timeout_wflginfl_1834820626', '1404604216', 'no') ; 
INSERT INTO `wp_options` VALUES (7384772, '_transient_wflginfl_1834820626', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522925, '_transient_timeout_wflginfl_1934922630', '1404819427', 'no') ; 
INSERT INTO `wp_options` VALUES (7522926, '_transient_wflginfl_1934922630', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426455, '_transient_timeout_wflginfl_2009677137', '1404739545', 'no') ; 
INSERT INTO `wp_options` VALUES (7426456, '_transient_wflginfl_2009677137', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407573, '_transient_timeout_wflginfl_1385876803', '1404724544', 'no') ; 
INSERT INTO `wp_options` VALUES (7407574, '_transient_wflginfl_1385876803', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384829, '_transient_timeout_wflginfl_990195728', '1404604371', 'no') ; 
INSERT INTO `wp_options` VALUES (7384830, '_transient_wflginfl_990195728', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398045, '_transient_timeout_wflginfl_2969091484', '1404641326', 'no') ; 
INSERT INTO `wp_options` VALUES (7398046, '_transient_wflginfl_2969091484', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386145, '_transient_timeout_wflginfl_1211257418', '1404607941', 'no') ; 
INSERT INTO `wp_options` VALUES (7386146, '_transient_wflginfl_1211257418', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389701, '_transient_timeout_wflginfl_2982255849', '1404619102', 'no') ; 
INSERT INTO `wp_options` VALUES (7389702, '_transient_wflginfl_2982255849', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396175, '_transient_timeout_wflginfl_1963009010', '1404637147', 'no') ; 
INSERT INTO `wp_options` VALUES (7396176, '_transient_wflginfl_1963009010', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472007, '_transient_timeout_wflginfl_3196661602', '1404775736', 'no') ; 
INSERT INTO `wp_options` VALUES (7472008, '_transient_wflginfl_3196661602', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385740, '_transient_timeout_wflginfl_627661754', '1404606766', 'no') ; 
INSERT INTO `wp_options` VALUES (7385741, '_transient_wflginfl_627661754', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384889, '_transient_timeout_wflginfl_43393432', '1404604552', 'no') ; 
INSERT INTO `wp_options` VALUES (7384890, '_transient_wflginfl_43393432', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539846, '_transient_timeout_wflginfl_2346219668', '1404830766', 'no') ; 
INSERT INTO `wp_options` VALUES (7539847, '_transient_wflginfl_2346219668', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384923, '_transient_timeout_wflginfl_657354676', '1404604641', 'no') ; 
INSERT INTO `wp_options` VALUES (7384924, '_transient_wflginfl_657354676', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386660, '_transient_timeout_wflginfl_3065598969', '1404609574', 'no') ; 
INSERT INTO `wp_options` VALUES (7386661, '_transient_wflginfl_3065598969', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384931, '_transient_timeout_wflginfl_1745127801', '1404604671', 'no') ; 
INSERT INTO `wp_options` VALUES (7384932, '_transient_wflginfl_1745127801', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7384973, '_transient_timeout_wflginfl_100038471', '1404604819', 'no') ; 
INSERT INTO `wp_options` VALUES (7384974, '_transient_wflginfl_100038471', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387756, '_transient_timeout_wflginfl_704344869', '1404612789', 'no') ; 
INSERT INTO `wp_options` VALUES (7387757, '_transient_wflginfl_704344869', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397959, '_transient_timeout_wflginfl_2989223596', '1404640474', 'no') ; 
INSERT INTO `wp_options` VALUES (7397960, '_transient_wflginfl_2989223596', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537789, '_transient_timeout_wflginfl_1432251622', '1404829425', 'no') ; 
INSERT INTO `wp_options` VALUES (7537790, '_transient_wflginfl_1432251622', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385236, '_transient_timeout_wflginfl_2266448615', '1404605503', 'no') ; 
INSERT INTO `wp_options` VALUES (7385237, '_transient_wflginfl_2266448615', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476812, '_transient_timeout_wflginfl_1390308966', '1404780522', 'no') ; 
INSERT INTO `wp_options` VALUES (7476813, '_transient_wflginfl_1390308966', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539519, '_transient_timeout_wflginfl_2996051721', '1404831326', 'no') ; 
INSERT INTO `wp_options` VALUES (7533513, '_transient_timeout_wflginfl_1892361553', '1404826601', 'no') ; 
INSERT INTO `wp_options` VALUES (7385046, '_transient_timeout_wflginfl_1588546342', '1404605004', 'no') ; 
INSERT INTO `wp_options` VALUES (7385047, '_transient_wflginfl_1588546342', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539432, '_transient_timeout_wflginfl_696646291', '1404830508', 'no') ; 
INSERT INTO `wp_options` VALUES (7539433, '_transient_wflginfl_696646291', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387210, '_transient_timeout_wflginfl_3574213902', '1404611225', 'no') ; 
INSERT INTO `wp_options` VALUES (7387211, '_transient_wflginfl_3574213902', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7385068, '_transient_timeout_wflginfl_1896573219', '1404605031', 'no') ; 
INSERT INTO `wp_options` VALUES (7385069, '_transient_wflginfl_1896573219', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475914, '_transient_timeout_wflginfl_1568243991', '1404779621', 'no') ; 
INSERT INTO `wp_options` VALUES (7475915, '_transient_wflginfl_1568243991', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385090, '_transient_timeout_wflginfl_3032389264', '1404605089', 'no') ; 
INSERT INTO `wp_options` VALUES (7385091, '_transient_wflginfl_3032389264', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392898, '_transient_timeout_wflginfl_2944940551', '1404629056', 'no') ; 
INSERT INTO `wp_options` VALUES (7392899, '_transient_wflginfl_2944940551', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389519, '_transient_timeout_wflginfl_3706287020', '1404618481', 'no') ; 
INSERT INTO `wp_options` VALUES (7389520, '_transient_wflginfl_3706287020', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394757, '_transient_timeout_wflginfl_2015148554', '1404634072', 'no') ; 
INSERT INTO `wp_options` VALUES (7394758, '_transient_wflginfl_2015148554', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472383, '_transient_timeout_wflginfl_85828251', '1404776067', 'no') ; 
INSERT INTO `wp_options` VALUES (7472384, '_transient_wflginfl_85828251', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386842, '_transient_timeout_wflginfl_633926185', '1404610048', 'no') ; 
INSERT INTO `wp_options` VALUES (7386843, '_transient_wflginfl_633926185', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385150, '_transient_timeout_wflginfl_657314367', '1404605285', 'no') ; 
INSERT INTO `wp_options` VALUES (7385151, '_transient_wflginfl_657314367', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415960, '_transient_timeout_wflginfl_1098989408', '1404730933', 'no') ; 
INSERT INTO `wp_options` VALUES (7415961, '_transient_wflginfl_1098989408', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396895, '_transient_timeout_wflginfl_1673535145', '1404638486', 'no') ; 
INSERT INTO `wp_options` VALUES (7396896, '_transient_wflginfl_1673535145', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519352, '_transient_timeout_wflginfl_657542209', '1404817065', 'no') ; 
INSERT INTO `wp_options` VALUES (7519353, '_transient_wflginfl_657542209', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396618, '_transient_wflginfl_1887952630', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396616, '_transient_timeout_wflginfl_1887952630', '1404638030', 'no') ; 
INSERT INTO `wp_options` VALUES (7385596, '_transient_timeout_wflginfl_1908924526', '1404606412', 'no') ; 
INSERT INTO `wp_options` VALUES (7385597, '_transient_wflginfl_1908924526', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386670, '_transient_timeout_wflginfl_3302584283', '1404609602', 'no') ; 
INSERT INTO `wp_options` VALUES (7386671, '_transient_wflginfl_3302584283', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385203, '_transient_timeout_wflginfl_1332464928', '1404605423', 'no') ; 
INSERT INTO `wp_options` VALUES (7385204, '_transient_wflginfl_1332464928', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425629, '_transient_timeout_wflginfl_3628277461', '1404738908', 'no') ; 
INSERT INTO `wp_options` VALUES (7425630, '_transient_wflginfl_3628277461', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389305, '_transient_timeout_wflginfl_3144753566', '1404617736', 'no') ; 
INSERT INTO `wp_options` VALUES (7389306, '_transient_wflginfl_3144753566', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7546780, '_transient_wflginfl_844752095', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7546786, '_transient_timeout_wflginfl_2889354243', '1405641206', 'no') ; 
INSERT INTO `wp_options` VALUES (7546787, '_transient_wflginfl_2889354243', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561629, '_transient_timeout_wflginfl_3282191375', '1408276014', 'no') ; 
INSERT INTO `wp_options` VALUES (7561630, '_transient_wflginfl_3282191375', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7542073, '_transient_wffgt_1112270373', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386300, '_transient_timeout_wflginfl_3313672976', '1404608346', 'no') ; 
INSERT INTO `wp_options` VALUES (7386301, '_transient_wflginfl_3313672976', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497649, '_transient_timeout_wflginfl_1506607323', '1404800758', 'no') ; 
INSERT INTO `wp_options` VALUES (7497650, '_transient_wflginfl_1506607323', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385254, '_transient_timeout_wflginfl_2943033346', '1404605551', 'no') ; 
INSERT INTO `wp_options` VALUES (7385255, '_transient_wflginfl_2943033346', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385510, '_transient_timeout_wflginfl_1768802828', '1404606195', 'no') ; 
INSERT INTO `wp_options` VALUES (7385511, '_transient_wflginfl_1768802828', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385266, '_transient_timeout_wflginfl_1453409912', '1404605580', 'no') ; 
INSERT INTO `wp_options` VALUES (7385267, '_transient_wflginfl_1453409912', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385868, '_transient_timeout_wflginfl_1909162528', '1404607115', 'no') ; 
INSERT INTO `wp_options` VALUES (7385869, '_transient_wflginfl_1909162528', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540892, '_transient_timeout_wflginfl_1500503369', '1404831359', 'no') ; 
INSERT INTO `wp_options` VALUES (7540893, '_transient_wflginfl_1500503369', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397983, '_transient_timeout_wflginfl_1483466712', '1404640616', 'no') ; 
INSERT INTO `wp_options` VALUES (7397984, '_transient_wflginfl_1483466712', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392084, '_transient_timeout_wflginfl_1892044049', '1404626635', 'no') ; 
INSERT INTO `wp_options` VALUES (7392085, '_transient_wflginfl_1892044049', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385676, '_transient_timeout_wflginfl_2885715436', '1404606616', 'no') ; 
INSERT INTO `wp_options` VALUES (7385677, '_transient_wflginfl_2885715436', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396634, '_transient_timeout_wflginfl_1001499253', '1404638030', 'no') ; 
INSERT INTO `wp_options` VALUES (7461240, '_transient_wflginfl_3645473038', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481484, '_transient_timeout_wflginfl_3415212569', '1404785424', 'no') ; 
INSERT INTO `wp_options` VALUES (7481485, '_transient_wflginfl_3415212569', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394937, '_transient_timeout_wflginfl_657092208', '1404634570', 'no') ; 
INSERT INTO `wp_options` VALUES (7394938, '_transient_wflginfl_657092208', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389107, '_transient_timeout_wflginfl_3000926666', '1404617390', 'no') ; 
INSERT INTO `wp_options` VALUES (7389108, '_transient_wflginfl_3000926666', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7386434, '_transient_timeout_wflginfl_3157638275', '1404608811', 'no') ; 
INSERT INTO `wp_options` VALUES (7386435, '_transient_wflginfl_3157638275', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431860, '_transient_timeout_wflginfl_3375802498', '1404743691', 'no') ; 
INSERT INTO `wp_options` VALUES (7431861, '_transient_wflginfl_3375802498', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396399, '_transient_timeout_wflginfl_657743586', '1404637524', 'no') ; 
INSERT INTO `wp_options` VALUES (7396400, '_transient_timeout_wflginfl_36862801', '1404637524', 'no') ; 
INSERT INTO `wp_options` VALUES (7470992, '_transient_timeout_wflginfl_1385870693', '1404774692', 'no') ; 
INSERT INTO `wp_options` VALUES (7470993, '_transient_wflginfl_1385870693', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540587, '_transient_wflginfl_1113253922', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410443, '_transient_wflginfl_1412858938', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385459, '_transient_timeout_wflginfl_3570899406', '1404606041', 'no') ; 
INSERT INTO `wp_options` VALUES (7385460, '_transient_wflginfl_3570899406', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395717, '_transient_timeout_wflginfl_1892047460', '1404636362', 'no') ; 
INSERT INTO `wp_options` VALUES (7395718, '_transient_wflginfl_1892047460', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7401012, '_transient_timeout_wflginfl_1319437790', '1404719206', 'no') ; 
INSERT INTO `wp_options` VALUES (7401013, '_transient_wflginfl_1319437790', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385469, '_transient_timeout_wflginfl_1501948517', '1404606069', 'no') ; 
INSERT INTO `wp_options` VALUES (7385470, '_transient_wflginfl_1501948517', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385502, '_transient_timeout_wflginfl_3306109044', '1404606187', 'no') ; 
INSERT INTO `wp_options` VALUES (7385503, '_transient_wflginfl_3306109044', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385504, '_transient_timeout_wflginfl_2943034164', '1404606189', 'no') ; 
INSERT INTO `wp_options` VALUES (7385505, '_transient_wflginfl_2943034164', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385512, '_transient_timeout_wflginfl_1250314343', '1404606203', 'no') ; 
INSERT INTO `wp_options` VALUES (7385513, '_transient_wflginfl_1250314343', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520327, '_transient_timeout_wflginfl_2344814209', '1404817744', 'no') ; 
INSERT INTO `wp_options` VALUES (7520328, '_transient_wflginfl_2344814209', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540093, '_transient_wflginfl_1431023170', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396689, '_transient_wflginfl_2080814426', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385528, '_transient_timeout_wflginfl_1219589309', '1404606481', 'no') ; 
INSERT INTO `wp_options` VALUES (7385529, '_transient_wflginfl_1219589309', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7385562, '_transient_timeout_wflginfl_3388360570', '1404606318', 'no') ; 
INSERT INTO `wp_options` VALUES (7385563, '_transient_wflginfl_3388360570', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385972, '_transient_timeout_wflginfl_1021400643', '1404607396', 'no') ; 
INSERT INTO `wp_options` VALUES (7385973, '_transient_wflginfl_1021400643', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397335, '_transient_timeout_wflginfl_831562734', '1404639124', 'no') ; 
INSERT INTO `wp_options` VALUES (7397336, '_transient_wflginfl_831562734', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386018, '_transient_timeout_wflginfl_3188505432', '1404607570', 'no') ; 
INSERT INTO `wp_options` VALUES (7386019, '_transient_wflginfl_3188505432', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385604, '_transient_timeout_wflginfl_702590929', '1404606428', 'no') ; 
INSERT INTO `wp_options` VALUES (7385605, '_transient_wflginfl_702590929', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475614, '_transient_timeout_wflginfl_1320480093', '1404779553', 'no') ; 
INSERT INTO `wp_options` VALUES (7475615, '_transient_wflginfl_1320480093', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7388006, '_transient_timeout_wflginfl_1443798361', '1404613608', 'no') ; 
INSERT INTO `wp_options` VALUES (7388007, '_transient_wflginfl_1443798361', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385622, '_transient_timeout_wflginfl_1776414307', '1404606452', 'no') ; 
INSERT INTO `wp_options` VALUES (7385623, '_transient_wflginfl_1776414307', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385630, '_transient_timeout_wflginfl_2093333326', '1404606479', 'no') ; 
INSERT INTO `wp_options` VALUES (7385631, '_transient_wflginfl_2093333326', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385652, '_transient_timeout_wflginfl_3375541310', '1404606555', 'no') ; 
INSERT INTO `wp_options` VALUES (7385653, '_transient_wflginfl_3375541310', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385662, '_transient_timeout_wflginfl_2098910723', '1404606593', 'no') ; 
INSERT INTO `wp_options` VALUES (7385663, '_transient_wflginfl_2098910723', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385670, '_transient_timeout_wflginfl_3050563015', '1404606598', 'no') ; 
INSERT INTO `wp_options` VALUES (7385671, '_transient_wflginfl_3050563015', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385680, '_transient_timeout_wflginfl_2033590425', '1404606621', 'no') ; 
INSERT INTO `wp_options` VALUES (7385681, '_transient_wflginfl_2033590425', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385694, '_transient_timeout_wflginfl_688718351', '1404606650', 'no') ; 
INSERT INTO `wp_options` VALUES (7385695, '_transient_wflginfl_688718351', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388162, '_transient_timeout_wflginfl_831555657', '1404614145', 'no') ; 
INSERT INTO `wp_options` VALUES (7388163, '_transient_wflginfl_831555657', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385726, '_transient_timeout_wflginfl_657540028', '1404606749', 'no') ; 
INSERT INTO `wp_options` VALUES (7385727, '_transient_wflginfl_657540028', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385742, '_transient_timeout_wflginfl_3419894925', '1404606768', 'no') ; 
INSERT INTO `wp_options` VALUES (7385743, '_transient_wflginfl_3419894925', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540751, '_transient_wflginfl_1549132413', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453726, '_transient_wflginfl_3310853771', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390557, '_transient_timeout_wflginfl_3418415714', '1404621881', 'no') ; 
INSERT INTO `wp_options` VALUES (7390558, '_transient_wflginfl_3418415714', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386608, '_transient_timeout_wflginfl_3065148531', '1404609352', 'no') ; 
INSERT INTO `wp_options` VALUES (7386609, '_transient_wflginfl_3065148531', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541196, '_transient_timeout_wflginfl_1836730316', '1404831468', 'no') ; 
INSERT INTO `wp_options` VALUES (7541197, '_transient_wflginfl_1836730316', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386088, '_transient_timeout_wflginfl_1892648784', '1404607715', 'no') ; 
INSERT INTO `wp_options` VALUES (7386089, '_transient_wflginfl_1892648784', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493197, '_transient_timeout_wflginfl_1162854816', '1404796592', 'no') ; 
INSERT INTO `wp_options` VALUES (7493198, '_transient_wflginfl_1162854816', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396968, '_transient_timeout_wflginfl_996506049', '1404638594', 'no') ; 
INSERT INTO `wp_options` VALUES (7396969, '_transient_wflginfl_996506049', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385828, '_transient_timeout_wflginfl_2111076983', '1404606997', 'no') ; 
INSERT INTO `wp_options` VALUES (7385829, '_transient_wflginfl_2111076983', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387264, '_transient_timeout_wflginfl_1432802784', '1404611337', 'no') ; 
INSERT INTO `wp_options` VALUES (7387265, '_transient_wflginfl_1432802784', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385836, '_transient_timeout_wflginfl_2470777727', '1404607037', 'no') ; 
INSERT INTO `wp_options` VALUES (7385837, '_transient_wflginfl_2470777727', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535632, '_transient_timeout_wflginfl_3289124457', '1404827989', 'no') ; 
INSERT INTO `wp_options` VALUES (7535633, '_transient_wflginfl_3289124457', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475624, '_transient_timeout_wflginfl_3570901429', '1404779347', 'no') ; 
INSERT INTO `wp_options` VALUES (7475625, '_transient_wflginfl_3570901429', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385844, '_transient_timeout_wflginfl_1177666333', '1404607210', 'no') ; 
INSERT INTO `wp_options` VALUES (7385845, '_transient_wflginfl_1177666333', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7496234, '_transient_wflginfl_1042672995', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537432, '_transient_wflginfl_3152628887', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385854, '_transient_timeout_wflginfl_657207865', '1404607080', 'no') ; 
INSERT INTO `wp_options` VALUES (7385855, '_transient_wflginfl_657207865', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395612, '_transient_timeout_wflginfl_1768763137', '1404636112', 'no') ; 
INSERT INTO `wp_options` VALUES (7395613, '_transient_wflginfl_1768763137', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385908, '_transient_timeout_wflginfl_1889188486', '1404607218', 'no') ; 
INSERT INTO `wp_options` VALUES (7385909, '_transient_wflginfl_1889188486', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387935, '_transient_timeout_wflginfl_845241900', '1404613390', 'no') ; 
INSERT INTO `wp_options` VALUES (7387936, '_transient_wflginfl_845241900', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397651, '_transient_timeout_wflginfl_1320708424', '1404639682', 'no') ; 
INSERT INTO `wp_options` VALUES (7397652, '_transient_wflginfl_1320708424', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494255, '_transient_wflginfl_1309485800', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538989, '_transient_timeout_wflginfl_2975249650', '1404830194', 'no') ; 
INSERT INTO `wp_options` VALUES (7434880, '_transient_timeout_wflginfl_1276760605', '1404746017', 'no') ; 
INSERT INTO `wp_options` VALUES (7434881, '_transient_wflginfl_1276760605', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385940, '_transient_timeout_wflginfl_1336555189', '1404607311', 'no') ; 
INSERT INTO `wp_options` VALUES (7385941, '_transient_wflginfl_1336555189', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460873, '_transient_wflginfl_3065609352', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540909, '_transient_wflginfl_1372320914', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387504, '_transient_timeout_wflginfl_1503987715', '1404611999', 'no') ; 
INSERT INTO `wp_options` VALUES (7396225, '_transient_timeout_wflginfl_1892748404', '1404637221', 'no') ; 
INSERT INTO `wp_options` VALUES (7495079, '_transient_timeout_wflginfl_3036341188', '1404798346', 'no') ; 
INSERT INTO `wp_options` VALUES (7536230, '_transient_timeout_wflginfl_1599446598', '1404828399', 'no') ; 
INSERT INTO `wp_options` VALUES (7385960, '_transient_timeout_wflginfl_2966114198', '1404607372', 'no') ; 
INSERT INTO `wp_options` VALUES (7385961, '_transient_wflginfl_2966114198', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7385974, '_transient_timeout_wflginfl_657109135', '1404607403', 'no') ; 
INSERT INTO `wp_options` VALUES (7385975, '_transient_wflginfl_657109135', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487091, '_transient_timeout_wflginfl_1667673275', '1404790839', 'no') ; 
INSERT INTO `wp_options` VALUES (7532333, '_transient_timeout_wflginfl_1502182806', '1404825859', 'no') ; 
INSERT INTO `wp_options` VALUES (7478278, '_transient_timeout_wflginfl_1389415011', '1404782020', 'no') ; 
INSERT INTO `wp_options` VALUES (7478279, '_transient_wflginfl_1389415011', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468313, '_transient_timeout_wflginfl_1549798957', '1404772203', 'no') ; 
INSERT INTO `wp_options` VALUES (7468314, '_transient_wflginfl_1549798957', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475277, '_transient_timeout_wflginfl_2033595967', '1404779014', 'no') ; 
INSERT INTO `wp_options` VALUES (7475278, '_transient_wflginfl_2033595967', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389091, '_transient_timeout_wflginfl_1834858855', '1404617103', 'no') ; 
INSERT INTO `wp_options` VALUES (7389092, '_transient_wflginfl_1834858855', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448365, '_transient_timeout_wflginfl_1344982076', '1404756352', 'no') ; 
INSERT INTO `wp_options` VALUES (7448366, '_transient_wflginfl_1344982076', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386074, '_transient_timeout_wflginfl_704165128', '1404607695', 'no') ; 
INSERT INTO `wp_options` VALUES (7386075, '_transient_wflginfl_704165128', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394516, '_transient_timeout_wflginfl_3104980804', '1404633432', 'no') ; 
INSERT INTO `wp_options` VALUES (7394517, '_transient_wflginfl_3104980804', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386086, '_transient_timeout_wflginfl_3318530510', '1404607710', 'no') ; 
INSERT INTO `wp_options` VALUES (7386087, '_transient_wflginfl_3318530510', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394506, '_transient_timeout_wflginfl_1569352969', '1404633424', 'no') ; 
INSERT INTO `wp_options` VALUES (7394507, '_transient_wflginfl_1569352969', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386114, '_transient_timeout_wflginfl_980299198', '1404607821', 'no') ; 
INSERT INTO `wp_options` VALUES (7386115, '_transient_wflginfl_980299198', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539065, '_transient_timeout_wflginfl_3461779727', '1404830243', 'no') ; 
INSERT INTO `wp_options` VALUES (7539066, '_transient_wflginfl_3461779727', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386169, '_transient_timeout_wflginfl_3345329114', '1404608007', 'no') ; 
INSERT INTO `wp_options` VALUES (7386170, '_transient_wflginfl_3345329114', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386193, '_transient_timeout_wflginfl_2945508531', '1404608083', 'no') ; 
INSERT INTO `wp_options` VALUES (7386194, '_transient_wflginfl_2945508531', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389871, '_transient_timeout_wflginfl_401816314', '1404619790', 'no') ; 
INSERT INTO `wp_options` VALUES (7389872, '_transient_wflginfl_401816314', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396075, '_transient_timeout_wflginfl_1933717537', '1404636944', 'no') ; 
INSERT INTO `wp_options` VALUES (7536063, '_transient_wflginfl_1143333158', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386220, '_transient_timeout_wflginfl_700293408', '1404608174', 'no') ; 
INSERT INTO `wp_options` VALUES (7386221, '_transient_wflginfl_700293408', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531969, '_transient_timeout_wflginfl_3020664436', '1404825616', 'no') ; 
INSERT INTO `wp_options` VALUES (7527100, '_transient_timeout_wflginfl_2033596130', '1404822344', 'no') ; 
INSERT INTO `wp_options` VALUES (7386279, '_transient_timeout_wflginfl_1583496044', '1404608318', 'no') ; 
INSERT INTO `wp_options` VALUES (7386280, '_transient_wflginfl_1583496044', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395418, '_transient_timeout_wflginfl_1293872081', '1404635686', 'no') ; 
INSERT INTO `wp_options` VALUES (7395419, '_transient_wflginfl_1293872081', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454542, '_transient_timeout_wflginfl_1659250057', '1404761620', 'no') ; 
INSERT INTO `wp_options` VALUES (7454543, '_transient_wflginfl_1659250057', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7541917, '_transient_timeout_wflginfl_2945131658', '1404912652', 'no') ; 
INSERT INTO `wp_options` VALUES (7541918, '_transient_wflginfl_2945131658', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386326, '_transient_timeout_wflginfl_1562892122', '1404608439', 'no') ; 
INSERT INTO `wp_options` VALUES (7386327, '_transient_wflginfl_1562892122', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386342, '_transient_timeout_wflginfl_2991648255', '1404608473', 'no') ; 
INSERT INTO `wp_options` VALUES (7386343, '_transient_wflginfl_2991648255', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386344, '_transient_timeout_wflginfl_691003040', '1404608474', 'no') ; 
INSERT INTO `wp_options` VALUES (7386345, '_transient_wflginfl_691003040', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393663, '_transient_timeout_wflginfl_1891166986', '1404631213', 'no') ; 
INSERT INTO `wp_options` VALUES (7393664, '_transient_wflginfl_1891166986', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386368, '_transient_timeout_wflginfl_1569707067', '1404608599', 'no') ; 
INSERT INTO `wp_options` VALUES (7386369, '_transient_wflginfl_1569707067', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390409, '_transient_timeout_wflginfl_1168483219', '1404621361', 'no') ; 
INSERT INTO `wp_options` VALUES (7390410, '_transient_wflginfl_1168483219', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391683, '_transient_timeout_wflginfl_1706012686', '1404625482', 'no') ; 
INSERT INTO `wp_options` VALUES (7391684, '_transient_wflginfl_1706012686', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7386446, '_transient_timeout_wflginfl_697256366', '1404608846', 'no') ; 
INSERT INTO `wp_options` VALUES (7386447, '_transient_wflginfl_697256366', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386454, '_transient_timeout_wflginfl_784212666', '1404608856', 'no') ; 
INSERT INTO `wp_options` VALUES (7386455, '_transient_wflginfl_784212666', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435651, '_transient_timeout_wflginfl_1040215649', '1404746585', 'no') ; 
INSERT INTO `wp_options` VALUES (7435652, '_transient_wflginfl_1040215649', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386472, '_transient_timeout_wflginfl_3386410502', '1404608883', 'no') ; 
INSERT INTO `wp_options` VALUES (7386473, '_transient_wflginfl_3386410502', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386732, '_transient_timeout_wflginfl_419170544', '1404609753', 'no') ; 
INSERT INTO `wp_options` VALUES (7386733, '_transient_wflginfl_419170544', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538547, '_transient_timeout_wflginfl_1345377131', '1404829913', 'no') ; 
INSERT INTO `wp_options` VALUES (7538548, '_transient_wflginfl_1345377131', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396710, '_transient_timeout_wflginfl_1332432860', '1404638098', 'no') ; 
INSERT INTO `wp_options` VALUES (7396711, '_transient_wflginfl_1332432860', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386493, '_transient_timeout_wflginfl_3318221278', '1404608985', 'no') ; 
INSERT INTO `wp_options` VALUES (7386494, '_transient_wflginfl_3318221278', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538291, '_transient_timeout_wflginfl_1826390538', '1404829748', 'no') ; 
INSERT INTO `wp_options` VALUES (7538292, '_transient_wflginfl_1826390538', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537220, '_transient_wflginfl_1854504789', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490125, '_transient_wflginfl_3193401757', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386517, '_transient_timeout_wflginfl_1569411868', '1404609068', 'no') ; 
INSERT INTO `wp_options` VALUES (7386518, '_transient_wflginfl_1569411868', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391799, '_transient_timeout_wflginfl_3302583004', '1404625721', 'no') ; 
INSERT INTO `wp_options` VALUES (7391800, '_transient_wflginfl_3302583004', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387760, '_transient_timeout_wflginfl_469525201', '1404612798', 'no') ; 
INSERT INTO `wp_options` VALUES (7387761, '_transient_wflginfl_469525201', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390679, '_transient_timeout_wflginfl_3573414741', '1404622334', 'no') ; 
INSERT INTO `wp_options` VALUES (7390680, '_transient_wflginfl_3573414741', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541368, '_transient_timeout_wflginfl_2033590786', '1404831546', 'no') ; 
INSERT INTO `wp_options` VALUES (7541372, '_transient_timeout_wflginfl_2487839329', '1404831548', 'no') ; 
INSERT INTO `wp_options` VALUES (7386840, '_transient_timeout_wflginfl_644247737', '1404610043', 'no') ; 
INSERT INTO `wp_options` VALUES (7386841, '_transient_wflginfl_644247737', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386577, '_transient_timeout_wflginfl_1533197858', '1404609268', 'no') ; 
INSERT INTO `wp_options` VALUES (7386578, '_transient_wflginfl_1533197858', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386776, '_transient_timeout_wflginfl_704316047', '1404609930', 'no') ; 
INSERT INTO `wp_options` VALUES (7386777, '_transient_wflginfl_704316047', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528493, '_transient_wflginfl_2033596129', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528577, '_transient_wflginfl_2969682712', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386593, '_transient_timeout_wflginfl_2091981650', '1404609308', 'no') ; 
INSERT INTO `wp_options` VALUES (7386594, '_transient_wflginfl_2091981650', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387064, '_transient_timeout_wflginfl_1548754077', '1404610709', 'no') ; 
INSERT INTO `wp_options` VALUES (7387065, '_transient_wflginfl_1548754077', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433003, '_transient_timeout_wflginfl_1451710885', '1404744529', 'no') ; 
INSERT INTO `wp_options` VALUES (7433004, '_transient_wflginfl_1451710885', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7386652, '_transient_timeout_wflginfl_3321353516', '1404609549', 'no') ; 
INSERT INTO `wp_options` VALUES (7386653, '_transient_wflginfl_3321353516', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390139, '_transient_timeout_wflginfl_780101943', '1404620813', 'no') ; 
INSERT INTO `wp_options` VALUES (7390140, '_transient_wflginfl_780101943', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7388366, '_transient_timeout_wflginfl_694296223', '1404615032', 'no') ; 
INSERT INTO `wp_options` VALUES (7388367, '_transient_wflginfl_694296223', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7386703, '_transient_timeout_wflginfl_984181159', '1404609662', 'no') ; 
INSERT INTO `wp_options` VALUES (7386704, '_transient_wflginfl_984181159', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386722, '_transient_timeout_wflginfl_3318432063', '1404609731', 'no') ; 
INSERT INTO `wp_options` VALUES (7386723, '_transient_wflginfl_3318432063', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386740, '_transient_timeout_wflginfl_2943034155', '1404609775', 'no') ; 
INSERT INTO `wp_options` VALUES (7386741, '_transient_wflginfl_2943034155', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541000, '_transient_timeout_wflginfl_2056557689', '1404831400', 'no') ; 
INSERT INTO `wp_options` VALUES (7498634, '_transient_wflginfl_608877384', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539776, '_transient_timeout_wflginfl_1559709954', '1404831024', 'no') ; 
INSERT INTO `wp_options` VALUES (7386812, '_transient_timeout_wflginfl_1963172204', '1404609997', 'no') ; 
INSERT INTO `wp_options` VALUES (7386813, '_transient_wflginfl_1963172204', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387939, '_transient_timeout_wflginfl_1383248509', '1404613397', 'no') ; 
INSERT INTO `wp_options` VALUES (7387940, '_transient_wflginfl_1383248509', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386836, '_transient_timeout_wflginfl_656431496', '1404610037', 'no') ; 
INSERT INTO `wp_options` VALUES (7386837, '_transient_wflginfl_656431496', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396153, '_transient_timeout_wflginfl_3399155810', '1404637105', 'no') ; 
INSERT INTO `wp_options` VALUES (7396154, '_transient_wflginfl_3399155810', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386885, '_transient_timeout_wflginfl_3732909747', '1404610155', 'no') ; 
INSERT INTO `wp_options` VALUES (7386886, '_transient_wflginfl_3732909747', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390078, '_transient_timeout_wflginfl_1166976512', '1404620427', 'no') ; 
INSERT INTO `wp_options` VALUES (7390079, '_transient_wflginfl_1166976512', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386917, '_transient_timeout_wflginfl_84745142', '1404610237', 'no') ; 
INSERT INTO `wp_options` VALUES (7386918, '_transient_wflginfl_84745142', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480161, '_transient_timeout_wflginfl_3129496798', '1404784031', 'no') ; 
INSERT INTO `wp_options` VALUES (7480162, '_transient_wflginfl_3129496798', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7386933, '_transient_timeout_wflginfl_3301840400', '1404610273', 'no') ; 
INSERT INTO `wp_options` VALUES (7386934, '_transient_wflginfl_3301840400', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395073, '_transient_timeout_wflginfl_700947449', '1404634862', 'no') ; 
INSERT INTO `wp_options` VALUES (7395074, '_transient_wflginfl_700947449', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419610, '_transient_timeout_wflginfl_3065656220', '1404733923', 'no') ; 
INSERT INTO `wp_options` VALUES (7419611, '_transient_wflginfl_3065656220', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387820, '_transient_timeout_wflginfl_1184927200', '1404613016', 'no') ; 
INSERT INTO `wp_options` VALUES (7387821, '_transient_wflginfl_1184927200', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525298, '_transient_timeout_wflginfl_3024426127', '1404821116', 'no') ; 
INSERT INTO `wp_options` VALUES (7533561, '_transient_timeout_wflginfl_3706715110', '1404826631', 'no') ; 
INSERT INTO `wp_options` VALUES (7386979, '_transient_timeout_wflginfl_1460105782', '1404610455', 'no') ; 
INSERT INTO `wp_options` VALUES (7386980, '_transient_wflginfl_1460105782', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387003, '_transient_timeout_wflginfl_3318428212', '1404610530', 'no') ; 
INSERT INTO `wp_options` VALUES (7387004, '_transient_wflginfl_3318428212', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484791, '_transient_timeout_wflginfl_39469742', '1404788676', 'no') ; 
INSERT INTO `wp_options` VALUES (7484792, '_transient_wflginfl_39469742', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540484, '_transient_timeout_wflginfl_2410701760', '1404831163', 'no') ; 
INSERT INTO `wp_options` VALUES (7540485, '_transient_wflginfl_2410701760', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387015, '_transient_timeout_wflginfl_1772018953', '1404610569', 'no') ; 
INSERT INTO `wp_options` VALUES (7387016, '_transient_wflginfl_1772018953', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393890, '_transient_timeout_wflginfl_3032415841', '1404631791', 'no') ; 
INSERT INTO `wp_options` VALUES (7393891, '_transient_wflginfl_3032415841', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387033, '_transient_timeout_wflginfl_634424777', '1404610647', 'no') ; 
INSERT INTO `wp_options` VALUES (7387034, '_transient_wflginfl_634424777', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394514, '_transient_timeout_wflginfl_1938285306', '1404633431', 'no') ; 
INSERT INTO `wp_options` VALUES (7394515, '_transient_wflginfl_1938285306', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537189, '_transient_timeout_wflginfl_2015165176', '1404829025', 'no') ; 
INSERT INTO `wp_options` VALUES (7537190, '_transient_wflginfl_2015165176', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390387, '_transient_timeout_wflginfl_1209772136', '1404621294', 'no') ; 
INSERT INTO `wp_options` VALUES (7390388, '_transient_wflginfl_1209772136', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389137, '_transient_timeout_wflginfl_1583366276', '1404617276', 'no') ; 
INSERT INTO `wp_options` VALUES (7389138, '_transient_wflginfl_1583366276', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392152, '_transient_timeout_wflginfl_700264925', '1404626823', 'no') ; 
INSERT INTO `wp_options` VALUES (7392153, '_transient_wflginfl_700264925', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398252, '_transient_wflginfl_3175580488', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397966, '_transient_wflginfl_986818485', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7402456, '_transient_timeout_wflginfl_1309209883', '1404720438', 'no') ; 
INSERT INTO `wp_options` VALUES (7402457, '_transient_wflginfl_1309209883', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394378, '_transient_timeout_wflginfl_1449919564', '1404633072', 'no') ; 
INSERT INTO `wp_options` VALUES (7394379, '_transient_wflginfl_1449919564', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387168, '_transient_timeout_wflginfl_3319957277', '1404611024', 'no') ; 
INSERT INTO `wp_options` VALUES (7387169, '_transient_wflginfl_3319957277', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387466, '_transient_timeout_wflginfl_704316828', '1404611877', 'no') ; 
INSERT INTO `wp_options` VALUES (7387467, '_transient_wflginfl_704316828', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396076, '_transient_wflginfl_1933717537', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532094, '_transient_wflginfl_3067335447', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387403, '_transient_timeout_wflginfl_835478221', '1404611728', 'no') ; 
INSERT INTO `wp_options` VALUES (7387404, '_transient_wflginfl_835478221', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388088, '_transient_timeout_wflginfl_2107813101', '1404613903', 'no') ; 
INSERT INTO `wp_options` VALUES (7388089, '_transient_wflginfl_2107813101', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392754, '_transient_timeout_wflginfl_100051335', '1404628686', 'no') ; 
INSERT INTO `wp_options` VALUES (7392755, '_transient_wflginfl_100051335', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491410, '_transient_timeout_wflginfl_407384854', '1404794994', 'no') ; 
INSERT INTO `wp_options` VALUES (7491411, '_transient_wflginfl_407384854', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387252, '_transient_timeout_wflginfl_774653720', '1404611564', 'no') ; 
INSERT INTO `wp_options` VALUES (7387253, '_transient_wflginfl_774653720', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7391184, '_transient_timeout_wflginfl_1473402950', '1404623837', 'no') ; 
INSERT INTO `wp_options` VALUES (7391185, '_transient_wflginfl_1473402950', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388362, '_transient_timeout_wflginfl_2044692976', '1404614788', 'no') ; 
INSERT INTO `wp_options` VALUES (7388363, '_transient_wflginfl_2044692976', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540670, '_transient_timeout_wflginfl_2975868870', '1404831258', 'no') ; 
INSERT INTO `wp_options` VALUES (7540410, '_transient_timeout_wflginfl_1282710062', '1404831127', 'no') ; 
INSERT INTO `wp_options` VALUES (7387294, '_transient_timeout_wflginfl_1976846027', '1404611388', 'no') ; 
INSERT INTO `wp_options` VALUES (7387295, '_transient_wflginfl_1976846027', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387296, '_transient_timeout_wflginfl_694223118', '1404611393', 'no') ; 
INSERT INTO `wp_options` VALUES (7387297, '_transient_wflginfl_694223118', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387308, '_transient_timeout_wflginfl_634914682', '1404611432', 'no') ; 
INSERT INTO `wp_options` VALUES (7387309, '_transient_wflginfl_634914682', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387316, '_transient_timeout_wflginfl_3310850496', '1404611495', 'no') ; 
INSERT INTO `wp_options` VALUES (7387317, '_transient_wflginfl_3310850496', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387328, '_transient_timeout_wflginfl_697198678', '1404611529', 'no') ; 
INSERT INTO `wp_options` VALUES (7387329, '_transient_wflginfl_697198678', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387338, '_transient_timeout_wflginfl_834478015', '1404611561', 'no') ; 
INSERT INTO `wp_options` VALUES (7387339, '_transient_wflginfl_834478015', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389291, '_transient_timeout_wflginfl_1988637725', '1404617700', 'no') ; 
INSERT INTO `wp_options` VALUES (7389292, '_transient_wflginfl_1988637725', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476662, '_transient_timeout_wflginfl_3264233576', '1404780373', 'no') ; 
INSERT INTO `wp_options` VALUES (7476663, '_transient_wflginfl_3264233576', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388541, '_transient_timeout_wflginfl_1262490623', '1404615340', 'no') ; 
INSERT INTO `wp_options` VALUES (7388542, '_transient_wflginfl_1262490623', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387362, '_transient_timeout_wflginfl_1110611220', '1404611632', 'no') ; 
INSERT INTO `wp_options` VALUES (7387363, '_transient_wflginfl_1110611220', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433105, '_transient_timeout_wflginfl_1092178367', '1404744612', 'no') ; 
INSERT INTO `wp_options` VALUES (7433106, '_transient_wflginfl_1092178367', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518143, '_transient_timeout_wflginfl_657129033', '1404816239', 'no') ; 
INSERT INTO `wp_options` VALUES (7389503, '_transient_timeout_wflginfl_1887872127', '1404618433', 'no') ; 
INSERT INTO `wp_options` VALUES (7389504, '_transient_wflginfl_1887872127', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518144, '_transient_wflginfl_657129033', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387606, '_transient_timeout_wflginfl_3081479302', '1404612336', 'no') ; 
INSERT INTO `wp_options` VALUES (7387607, '_transient_wflginfl_3081479302', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540588, '_transient_timeout_wflginfl_985300735', '1404831216', 'no') ; 
INSERT INTO `wp_options` VALUES (7540589, '_transient_wflginfl_985300735', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387415, '_transient_timeout_wflginfl_1222695631', '1404611771', 'no') ; 
INSERT INTO `wp_options` VALUES (7387416, '_transient_wflginfl_1222695631', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393082, '_transient_timeout_wflginfl_697187338', '1404629673', 'no') ; 
INSERT INTO `wp_options` VALUES (7393083, '_transient_wflginfl_697187338', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389721, '_transient_timeout_wflginfl_1975763549', '1404619133', 'no') ; 
INSERT INTO `wp_options` VALUES (7389722, '_transient_wflginfl_1975763549', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388100, '_transient_timeout_wflginfl_3202828203', '1404613935', 'no') ; 
INSERT INTO `wp_options` VALUES (7388101, '_transient_wflginfl_3202828203', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391101, '_transient_timeout_wflginfl_1953441694', '1404623567', 'no') ; 
INSERT INTO `wp_options` VALUES (7391102, '_transient_wflginfl_1953441694', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387452, '_transient_timeout_wflginfl_1887914089', '1404611840', 'no') ; 
INSERT INTO `wp_options` VALUES (7387453, '_transient_wflginfl_1887914089', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387474, '_transient_timeout_wflginfl_656443677', '1404611931', 'no') ; 
INSERT INTO `wp_options` VALUES (7387475, '_transient_wflginfl_656443677', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390314, '_transient_timeout_wflginfl_1933980309', '1404621115', 'no') ; 
INSERT INTO `wp_options` VALUES (7390315, '_transient_wflginfl_1933980309', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520172, '_transient_timeout_wflginfl_2033582774', '1404817632', 'no') ; 
INSERT INTO `wp_options` VALUES (7538301, '_transient_timeout_wflginfl_2733151380', '1404829753', 'no') ; 
INSERT INTO `wp_options` VALUES (7387506, '_transient_wflginfl_1503987715', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396226, '_transient_wflginfl_1892748404', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393786, '_transient_timeout_wflginfl_3307614452', '1404631536', 'no') ; 
INSERT INTO `wp_options` VALUES (7393787, '_transient_wflginfl_3307614452', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389707, '_transient_timeout_wflginfl_17380557', '1404619108', 'no') ; 
INSERT INTO `wp_options` VALUES (7389708, '_transient_wflginfl_17380557', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539904, '_transient_timeout_wflginfl_1330703290', '1404830801', 'no') ; 
INSERT INTO `wp_options` VALUES (7473443, '_transient_wflginfl_1432761970', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490817, '_transient_wflginfl_1501884477', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490816, '_transient_timeout_wflginfl_1501884477', '1404794402', 'no') ; 
INSERT INTO `wp_options` VALUES (7392132, '_transient_timeout_wflginfl_407144148', '1404626778', 'no') ; 
INSERT INTO `wp_options` VALUES (7392133, '_transient_wflginfl_407144148', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477844, '_transient_timeout_wflginfl_2948795037', '1404781891', 'no') ; 
INSERT INTO `wp_options` VALUES (7477845, '_transient_wflginfl_2948795037', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7491124, '_transient_timeout_wflginfl_245526791', '1404794704', 'no') ; 
INSERT INTO `wp_options` VALUES (7491125, '_transient_wflginfl_245526791', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393605, '_transient_timeout_wflginfl_1849098909', '1404631057', 'no') ; 
INSERT INTO `wp_options` VALUES (7393606, '_transient_wflginfl_1849098909', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388102, '_transient_timeout_wflginfl_3042956887', '1404613937', 'no') ; 
INSERT INTO `wp_options` VALUES (7388103, '_transient_wflginfl_3042956887', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540680, '_transient_timeout_wflginfl_1483117405', '1404831265', 'no') ; 
INSERT INTO `wp_options` VALUES (7513893, '_transient_timeout_wflginfl_3391402852', '1404813266', 'no') ; 
INSERT INTO `wp_options` VALUES (7479175, '_transient_timeout_wflginfl_1600054243', '1404782994', 'no') ; 
INSERT INTO `wp_options` VALUES (7479176, '_transient_wflginfl_1600054243', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387687, '_transient_timeout_wflginfl_1523351110', '1404612598', 'no') ; 
INSERT INTO `wp_options` VALUES (7387688, '_transient_wflginfl_1523351110', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388286, '_transient_timeout_wflginfl_3564562518', '1404614585', 'no') ; 
INSERT INTO `wp_options` VALUES (7388287, '_transient_wflginfl_3564562518', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387699, '_transient_timeout_wflginfl_1959434010', '1404612611', 'no') ; 
INSERT INTO `wp_options` VALUES (7387700, '_transient_wflginfl_1959434010', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387824, '_transient_timeout_wflginfl_1546189395', '1404613021', 'no') ; 
INSERT INTO `wp_options` VALUES (7387825, '_transient_wflginfl_1546189395', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394069, '_transient_timeout_wflginfl_2111077364', '1404632240', 'no') ; 
INSERT INTO `wp_options` VALUES (7394070, '_transient_wflginfl_2111077364', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533873, '_transient_timeout_wflginfl_1599868519', '1404826850', 'no') ; 
INSERT INTO `wp_options` VALUES (7533874, '_transient_wflginfl_1599868519', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469201, '_transient_timeout_wflginfl_3201649014', '1404773003', 'no') ; 
INSERT INTO `wp_options` VALUES (7469202, '_transient_wflginfl_3201649014', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535012, '_transient_timeout_wflginfl_3321036826', '1404827566', 'no') ; 
INSERT INTO `wp_options` VALUES (7535013, '_transient_wflginfl_3321036826', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441652, '_transient_timeout_wflginfl_1702853245', '1404751213', 'no') ; 
INSERT INTO `wp_options` VALUES (7417811, '_transient_timeout_wflginfl_3362372294', '1404732474', 'no') ; 
INSERT INTO `wp_options` VALUES (7417812, '_transient_wflginfl_3362372294', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432142, '_transient_timeout_wflginfl_2091584231', '1404743918', 'no') ; 
INSERT INTO `wp_options` VALUES (7432143, '_transient_wflginfl_2091584231', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388348, '_transient_timeout_wflginfl_704197003', '1404614742', 'no') ; 
INSERT INTO `wp_options` VALUES (7388349, '_transient_wflginfl_704197003', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387770, '_transient_timeout_wflginfl_1306204848', '1404612847', 'no') ; 
INSERT INTO `wp_options` VALUES (7387771, '_transient_wflginfl_1306204848', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396371, '_transient_timeout_wflginfl_1185851962', '1404637473', 'no') ; 
INSERT INTO `wp_options` VALUES (7396372, '_transient_wflginfl_1185851962', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477284, '_transient_timeout_wflginfl_1360047850', '1404781237', 'no') ; 
INSERT INTO `wp_options` VALUES (7477285, '_transient_wflginfl_1360047850', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7441653, '_transient_wflginfl_1702853245', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387856, '_transient_timeout_wflginfl_1519668122', '1404613127', 'no') ; 
INSERT INTO `wp_options` VALUES (7387857, '_transient_wflginfl_1519668122', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387870, '_transient_timeout_wflginfl_1096807988', '1404613156', 'no') ; 
INSERT INTO `wp_options` VALUES (7387871, '_transient_wflginfl_1096807988', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389887, '_transient_timeout_wflginfl_2006954668', '1404619869', 'no') ; 
INSERT INTO `wp_options` VALUES (7389888, '_transient_wflginfl_2006954668', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387886, '_transient_timeout_wflginfl_3065704293', '1404613229', 'no') ; 
INSERT INTO `wp_options` VALUES (7387887, '_transient_wflginfl_3065704293', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387898, '_transient_timeout_wflginfl_3127491528', '1404613256', 'no') ; 
INSERT INTO `wp_options` VALUES (7387899, '_transient_wflginfl_3127491528', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395574, '_transient_timeout_wflginfl_2092055519', '1404636014', 'no') ; 
INSERT INTO `wp_options` VALUES (7396249, '_transient_timeout_wflginfl_1002304946', '1404637269', 'no') ; 
INSERT INTO `wp_options` VALUES (7488779, '_transient_timeout_wflginfl_3306882538', '1404792770', 'no') ; 
INSERT INTO `wp_options` VALUES (7488780, '_transient_wflginfl_3306882538', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7387937, '_transient_timeout_wflginfl_2024676007', '1404613393', 'no') ; 
INSERT INTO `wp_options` VALUES (7533442, '_transient_wflginfl_248100058', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539329, '_transient_timeout_wflginfl_1841321966', '1404830442', 'no') ; 
INSERT INTO `wp_options` VALUES (7387938, '_transient_wflginfl_2024676007', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387951, '_transient_timeout_wflginfl_697256820', '1404613457', 'no') ; 
INSERT INTO `wp_options` VALUES (7387952, '_transient_wflginfl_697256820', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7387959, '_transient_timeout_wflginfl_1569923207', '1404613497', 'no') ; 
INSERT INTO `wp_options` VALUES (7387960, '_transient_wflginfl_1569923207', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492063, '_transient_timeout_wflginfl_3193338026', '1404795588', 'no') ; 
INSERT INTO `wp_options` VALUES (7492064, '_transient_wflginfl_3193338026', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389847, '_transient_timeout_wflginfl_3175559852', '1404619692', 'no') ; 
INSERT INTO `wp_options` VALUES (7389848, '_transient_wflginfl_3175559852', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540696, '_transient_timeout_wflginfl_1312741696', '1404831278', 'no') ; 
INSERT INTO `wp_options` VALUES (7414942, '_transient_timeout_wflginfl_2938614456', '1404730055', 'no') ; 
INSERT INTO `wp_options` VALUES (7389029, '_transient_timeout_wflginfl_694644845', '1404616884', 'no') ; 
INSERT INTO `wp_options` VALUES (7389030, '_transient_wflginfl_694644845', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397527, '_transient_timeout_wflginfl_2058476351', '1404639477', 'no') ; 
INSERT INTO `wp_options` VALUES (7397528, '_transient_wflginfl_2058476351', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397501, '_transient_wflginfl_2972376303', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397502, '_transient_timeout_wflginfl_695166504', '1404639477', 'no') ; 
INSERT INTO `wp_options` VALUES (7537603, '_transient_timeout_wflginfl_2107932843', '1404829284', 'no') ; 
INSERT INTO `wp_options` VALUES (7537604, '_transient_wflginfl_2107932843', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388026, '_transient_timeout_wflginfl_1891969511', '1404613707', 'no') ; 
INSERT INTO `wp_options` VALUES (7388027, '_transient_wflginfl_1891969511', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388040, '_transient_timeout_wflginfl_1907143948', '1404613737', 'no') ; 
INSERT INTO `wp_options` VALUES (7388041, '_transient_wflginfl_1907143948', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396343, '_transient_timeout_wflginfl_2015133500', '1404637435', 'no') ; 
INSERT INTO `wp_options` VALUES (7396344, '_transient_wflginfl_2015133500', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388096, '_transient_timeout_wflginfl_1767541924', '1404613972', 'no') ; 
INSERT INTO `wp_options` VALUES (7388097, '_transient_wflginfl_1767541924', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7388104, '_transient_timeout_wflginfl_2955681045', '1404613941', 'no') ; 
INSERT INTO `wp_options` VALUES (7388105, '_transient_wflginfl_2955681045', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388106, '_transient_timeout_wflginfl_1909178823', '1404614148', 'no') ; 
INSERT INTO `wp_options` VALUES (7388107, '_transient_wflginfl_1909178823', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7540407, '_transient_wflginfl_3392404834', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388120, '_transient_timeout_wflginfl_3376315912', '1404614013', 'no') ; 
INSERT INTO `wp_options` VALUES (7388121, '_transient_wflginfl_3376315912', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539968, '_transient_timeout_wflginfl_3191318342', '1404830842', 'no') ; 
INSERT INTO `wp_options` VALUES (7539969, '_transient_wflginfl_3191318342', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391765, '_transient_timeout_wflginfl_387701958', '1404625600', 'no') ; 
INSERT INTO `wp_options` VALUES (7391766, '_transient_wflginfl_387701958', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540354, '_transient_timeout_wflginfl_1161773954', '1404831090', 'no') ; 
INSERT INTO `wp_options` VALUES (7540355, '_transient_wflginfl_1161773954', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527064, '_transient_timeout_wflginfl_2457055438', '1404822305', 'no') ; 
INSERT INTO `wp_options` VALUES (7527065, '_transient_wflginfl_2457055438', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388190, '_transient_timeout_wflginfl_1378231931', '1404614319', 'no') ; 
INSERT INTO `wp_options` VALUES (7388191, '_transient_wflginfl_1378231931', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540930, '_transient_timeout_wflginfl_3057085754', '1404831376', 'no') ; 
INSERT INTO `wp_options` VALUES (7540931, '_transient_wflginfl_3057085754', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447737, '_transient_timeout_wflginfl_696938565', '1404755889', 'no') ; 
INSERT INTO `wp_options` VALUES (7447738, '_transient_wflginfl_696938565', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398275, '_transient_timeout_wflginfl_704382218', '1404649800', 'no') ; 
INSERT INTO `wp_options` VALUES (7398276, '_transient_wflginfl_704382218', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388473, '_transient_timeout_wflginfl_1698686634', '1404615155', 'no') ; 
INSERT INTO `wp_options` VALUES (7388474, '_transient_wflginfl_1698686634', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388240, '_transient_timeout_wflginfl_2108216272', '1404614423', 'no') ; 
INSERT INTO `wp_options` VALUES (7388241, '_transient_wflginfl_2108216272', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388261, '_transient_timeout_wflginfl_3200604576', '1404614496', 'no') ; 
INSERT INTO `wp_options` VALUES (7388262, '_transient_wflginfl_3200604576', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388275, '_transient_timeout_wflginfl_3202900530', '1404614553', 'no') ; 
INSERT INTO `wp_options` VALUES (7388276, '_transient_wflginfl_3202900530', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388282, '_transient_timeout_wflginfl_700293412', '1404614572', 'no') ; 
INSERT INTO `wp_options` VALUES (7388283, '_transient_wflginfl_700293412', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464384, '_transient_timeout_wflginfl_3383003089', '1404768854', 'no') ; 
INSERT INTO `wp_options` VALUES (7464523, '_transient_timeout_wflginfl_1077856526', '1404768945', 'no') ; 
INSERT INTO `wp_options` VALUES (7388471, '_transient_timeout_wflginfl_3306957146', '1404615151', 'no') ; 
INSERT INTO `wp_options` VALUES (7388472, '_transient_wflginfl_3306957146', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388334, '_transient_timeout_wflginfl_3319870328', '1404614727', 'no') ; 
INSERT INTO `wp_options` VALUES (7388335, '_transient_wflginfl_3319870328', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393794, '_transient_timeout_wflginfl_2590298272', '1404631549', 'no') ; 
INSERT INTO `wp_options` VALUES (7393795, '_transient_wflginfl_2590298272', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388605, '_transient_timeout_wflginfl_2969951977', '1404615555', 'no') ; 
INSERT INTO `wp_options` VALUES (7388606, '_transient_wflginfl_2969951977', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492628, '_transient_timeout_wflginfl_3047670428', '1404796081', 'no') ; 
INSERT INTO `wp_options` VALUES (7492629, '_transient_wflginfl_3047670428', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388374, '_transient_timeout_wflginfl_1792673060', '1404614846', 'no') ; 
INSERT INTO `wp_options` VALUES (7388375, '_transient_wflginfl_1792673060', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396447, '_transient_timeout_wflginfl_2392958510', '1404637595', 'no') ; 
INSERT INTO `wp_options` VALUES (7396448, '_transient_wflginfl_2392958510', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388384, '_transient_timeout_wflginfl_2984574107', '1404614876', 'no') ; 
INSERT INTO `wp_options` VALUES (7388385, '_transient_wflginfl_2984574107', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509267, '_transient_wflginfl_1430386714', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414348, '_transient_wflginfl_3198558219', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394585, '_transient_timeout_wflginfl_1383246149', '1404633629', 'no') ; 
INSERT INTO `wp_options` VALUES (7394586, '_transient_wflginfl_1383246149', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388753, '_transient_timeout_wflginfl_822176352', '1404616043', 'no') ; 
INSERT INTO `wp_options` VALUES (7388754, '_transient_wflginfl_822176352', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482777, '_transient_timeout_wflginfl_3017529365', '1404786763', 'no') ; 
INSERT INTO `wp_options` VALUES (7482778, '_transient_wflginfl_3017529365', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398185, '_transient_timeout_wflginfl_1771833680', '1404645810', 'no') ; 
INSERT INTO `wp_options` VALUES (7398186, '_transient_wflginfl_1771833680', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536843, '_transient_timeout_wflginfl_100227794', '1404828818', 'no') ; 
INSERT INTO `wp_options` VALUES (7536844, '_transient_wflginfl_100227794', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442615, '_transient_timeout_wflginfl_1257486389', '1404751959', 'no') ; 
INSERT INTO `wp_options` VALUES (7388447, '_transient_timeout_wflginfl_1336555112', '1404615081', 'no') ; 
INSERT INTO `wp_options` VALUES (7388448, '_transient_wflginfl_1336555112', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513669, '_transient_timeout_wflginfl_3385613916', '1404813130', 'no') ; 
INSERT INTO `wp_options` VALUES (7480621, '_transient_timeout_wflginfl_1424553806', '1404784544', 'no') ; 
INSERT INTO `wp_options` VALUES (7388455, '_transient_timeout_wflginfl_703140249', '1404615118', 'no') ; 
INSERT INTO `wp_options` VALUES (7388456, '_transient_wflginfl_703140249', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393268, '_transient_timeout_wflginfl_2006631878', '1404630147', 'no') ; 
INSERT INTO `wp_options` VALUES (7393269, '_transient_wflginfl_2006631878', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524357, '_transient_timeout_wflginfl_3411107409', '1404820432', 'no') ; 
INSERT INTO `wp_options` VALUES (7524358, '_transient_wflginfl_3411107409', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394739, '_transient_timeout_wflginfl_1892772368', '1404634027', 'no') ; 
INSERT INTO `wp_options` VALUES (7394740, '_transient_wflginfl_1892772368', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440643, '_transient_timeout_wflginfl_3399893505', '1404750467', 'no') ; 
INSERT INTO `wp_options` VALUES (7440644, '_transient_wflginfl_3399893505', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388495, '_transient_timeout_wflginfl_1892795273', '1404615206', 'no') ; 
INSERT INTO `wp_options` VALUES (7388496, '_transient_wflginfl_1892795273', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481596, '_transient_timeout_wflginfl_3153977200', '1404785530', 'no') ; 
INSERT INTO `wp_options` VALUES (7481597, '_transient_wflginfl_3153977200', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388503, '_transient_timeout_wflginfl_1887908941', '1404615224', 'no') ; 
INSERT INTO `wp_options` VALUES (7388504, '_transient_wflginfl_1887908941', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540448, '_transient_timeout_wflginfl_831704084', '1404831140', 'no') ; 
INSERT INTO `wp_options` VALUES (7388529, '_transient_timeout_wflginfl_1892045438', '1404615305', 'no') ; 
INSERT INTO `wp_options` VALUES (7388530, '_transient_wflginfl_1892045438', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388537, '_transient_timeout_wflginfl_634917505', '1404615328', 'no') ; 
INSERT INTO `wp_options` VALUES (7388538, '_transient_wflginfl_634917505', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390145, '_transient_timeout_wflginfl_1275343830', '1404620568', 'no') ; 
INSERT INTO `wp_options` VALUES (7390146, '_transient_wflginfl_1275343830', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389771, '_transient_timeout_wflginfl_1633105572', '1404619379', 'no') ; 
INSERT INTO `wp_options` VALUES (7389772, '_transient_wflginfl_1633105572', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464870, '_transient_timeout_wflginfl_1893155398', '1404769218', 'no') ; 
INSERT INTO `wp_options` VALUES (7464871, '_transient_wflginfl_1893155398', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535570, '_transient_timeout_wflginfl_3575825859', '1404827950', 'no') ; 
INSERT INTO `wp_options` VALUES (7535571, '_transient_wflginfl_3575825859', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419278, '_transient_timeout_wflginfl_2470818396', '1404733679', 'no') ; 
INSERT INTO `wp_options` VALUES (7419279, '_transient_wflginfl_2470818396', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388595, '_transient_timeout_wflginfl_1959517992', '1404615527', 'no') ; 
INSERT INTO `wp_options` VALUES (7388596, '_transient_wflginfl_1959517992', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538621, '_transient_timeout_wflginfl_1583502643', '1404829961', 'no') ; 
INSERT INTO `wp_options` VALUES (7538622, '_transient_wflginfl_1583502643', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388617, '_transient_timeout_wflginfl_2945351677', '1404615594', 'no') ; 
INSERT INTO `wp_options` VALUES (7388618, '_transient_wflginfl_2945351677', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394201, '_transient_timeout_wflginfl_1887858746', '1404632589', 'no') ; 
INSERT INTO `wp_options` VALUES (7394202, '_transient_wflginfl_1887858746', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389891, '_transient_timeout_wflginfl_1676336691', '1404619879', 'no') ; 
INSERT INTO `wp_options` VALUES (7389892, '_transient_wflginfl_1676336691', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388639, '_transient_timeout_wflginfl_831602621', '1404615941', 'no') ; 
INSERT INTO `wp_options` VALUES (7388640, '_transient_wflginfl_831602621', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7453953, '_transient_timeout_wflginfl_621181267', '1404760618', 'no') ; 
INSERT INTO `wp_options` VALUES (7453954, '_transient_wflginfl_621181267', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520635, '_transient_timeout_wflginfl_1892718446', '1404817956', 'no') ; 
INSERT INTO `wp_options` VALUES (7520636, '_transient_wflginfl_1892718446', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388669, '_transient_timeout_wflginfl_697094358', '1404615774', 'no') ; 
INSERT INTO `wp_options` VALUES (7388670, '_transient_wflginfl_697094358', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388699, '_transient_timeout_wflginfl_3185222987', '1404615846', 'no') ; 
INSERT INTO `wp_options` VALUES (7388700, '_transient_wflginfl_3185222987', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394717, '_transient_timeout_wflginfl_1892681913', '1404633987', 'no') ; 
INSERT INTO `wp_options` VALUES (7394718, '_transient_wflginfl_1892681913', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390619, '_transient_timeout_wflginfl_3306902757', '1404622125', 'no') ; 
INSERT INTO `wp_options` VALUES (7390620, '_transient_wflginfl_3306902757', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392271, '_transient_timeout_wflginfl_3136562190', '1404627176', 'no') ; 
INSERT INTO `wp_options` VALUES (7392272, '_transient_wflginfl_3136562190', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393453, '_transient_timeout_wflginfl_3147521869', '1404630681', 'no') ; 
INSERT INTO `wp_options` VALUES (7393454, '_transient_wflginfl_3147521869', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397253, '_transient_timeout_wflginfl_1503332846', '1404638978', 'no') ; 
INSERT INTO `wp_options` VALUES (7397254, '_transient_wflginfl_1503332846', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391224, '_transient_timeout_wflginfl_2344798391', '1404623981', 'no') ; 
INSERT INTO `wp_options` VALUES (7391225, '_transient_wflginfl_2344798391', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485038, '_transient_timeout_wflginfl_3388463522', '1404788933', 'no') ; 
INSERT INTO `wp_options` VALUES (7485039, '_transient_wflginfl_3388463522', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388796, '_transient_timeout_wflginfl_1705847459', '1404616144', 'no') ; 
INSERT INTO `wp_options` VALUES (7388797, '_transient_wflginfl_1705847459', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388798, '_transient_timeout_wflginfl_831619759', '1404616144', 'no') ; 
INSERT INTO `wp_options` VALUES (7388799, '_transient_wflginfl_831619759', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429788, '_transient_timeout_wflginfl_1892748091', '1404742129', 'no') ; 
INSERT INTO `wp_options` VALUES (7523520, '_transient_wflginfl_1505381498', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390125, '_transient_timeout_wflginfl_3190756157', '1404620533', 'no') ; 
INSERT INTO `wp_options` VALUES (7390126, '_transient_wflginfl_3190756157', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392970, '_transient_timeout_wflginfl_657338270', '1404629290', 'no') ; 
INSERT INTO `wp_options` VALUES (7392971, '_transient_wflginfl_657338270', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7403154, '_transient_timeout_wflginfl_3063970458', '1404721041', 'no') ; 
INSERT INTO `wp_options` VALUES (7403155, '_transient_wflginfl_3063970458', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521498, '_transient_timeout_wflginfl_608514276', '1404818515', 'no') ; 
INSERT INTO `wp_options` VALUES (7521499, '_transient_wflginfl_608514276', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388866, '_transient_timeout_wflginfl_3183357687', '1404616364', 'no') ; 
INSERT INTO `wp_options` VALUES (7388867, '_transient_wflginfl_3183357687', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388872, '_transient_timeout_wflginfl_3190725749', '1404616377', 'no') ; 
INSERT INTO `wp_options` VALUES (7388873, '_transient_wflginfl_3190725749', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388878, '_transient_timeout_wflginfl_1909176820', '1404616423', 'no') ; 
INSERT INTO `wp_options` VALUES (7388879, '_transient_wflginfl_1909176820', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481388, '_transient_timeout_wflginfl_1993390347', '1404785297', 'no') ; 
INSERT INTO `wp_options` VALUES (7481389, '_transient_wflginfl_1993390347', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480298, '_transient_wflginfl_87853325', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390835, '_transient_timeout_wflginfl_3318229809', '1404622766', 'no') ; 
INSERT INTO `wp_options` VALUES (7390836, '_transient_wflginfl_3318229809', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528528, '_transient_timeout_wflginfl_1855916366', '1404823336', 'no') ; 
INSERT INTO `wp_options` VALUES (7528529, '_transient_wflginfl_1855916366', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391056, '_transient_timeout_wflginfl_3128741006', '1404623446', 'no') ; 
INSERT INTO `wp_options` VALUES (7391057, '_transient_wflginfl_3128741006', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388930, '_transient_timeout_wflginfl_2033590417', '1404616590', 'no') ; 
INSERT INTO `wp_options` VALUES (7388931, '_transient_wflginfl_2033590417', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394847, '_transient_timeout_wflginfl_1846979038', '1404634260', 'no') ; 
INSERT INTO `wp_options` VALUES (7394848, '_transient_wflginfl_1846979038', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7388957, '_transient_timeout_wflginfl_1828180264', '1404616661', 'no') ; 
INSERT INTO `wp_options` VALUES (7388958, '_transient_wflginfl_1828180264', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524733, '_transient_timeout_wflginfl_2033594380', '1404820729', 'no') ; 
INSERT INTO `wp_options` VALUES (7524734, '_transient_wflginfl_2033594380', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484687, '_transient_timeout_wflginfl_1817885098', '1404788585', 'no') ; 
INSERT INTO `wp_options` VALUES (7484688, '_transient_wflginfl_1817885098', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488873, '_transient_timeout_wflginfl_1675898991', '1404792612', 'no') ; 
INSERT INTO `wp_options` VALUES (7488874, '_transient_wflginfl_1675898991', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484628, '_transient_wflginfl_3386273867', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496104, '_transient_wflginfl_1743073218', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389017, '_transient_timeout_wflginfl_3081482295', '1404616843', 'no') ; 
INSERT INTO `wp_options` VALUES (7389018, '_transient_wflginfl_3081482295', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390300, '_transient_timeout_wflginfl_3306975914', '1404621085', 'no') ; 
INSERT INTO `wp_options` VALUES (7390301, '_transient_wflginfl_3306975914', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390971, '_transient_timeout_wflginfl_3732880872', '1404623188', 'no') ; 
INSERT INTO `wp_options` VALUES (7390972, '_transient_wflginfl_3732880872', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390330, '_transient_timeout_wflginfl_704185848', '1404621140', 'no') ; 
INSERT INTO `wp_options` VALUES (7390331, '_transient_wflginfl_704185848', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391733, '_transient_timeout_wflginfl_694158335', '1404625501', 'no') ; 
INSERT INTO `wp_options` VALUES (7391734, '_transient_wflginfl_694158335', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389066, '_transient_timeout_wflginfl_3026082362', '1404616999', 'no') ; 
INSERT INTO `wp_options` VALUES (7389067, '_transient_wflginfl_3026082362', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389087, '_transient_timeout_wflginfl_3186842428', '1404617100', 'no') ; 
INSERT INTO `wp_options` VALUES (7389088, '_transient_wflginfl_3186842428', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390867, '_transient_timeout_wflginfl_606440614', '1404622858', 'no') ; 
INSERT INTO `wp_options` VALUES (7390868, '_transient_wflginfl_606440614', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390234, '_transient_timeout_wflginfl_704334949', '1404620905', 'no') ; 
INSERT INTO `wp_options` VALUES (7390235, '_transient_wflginfl_704334949', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390096, '_transient_timeout_wflginfl_1209747377', '1404620453', 'no') ; 
INSERT INTO `wp_options` VALUES (7390097, '_transient_wflginfl_1209747377', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389145, '_transient_timeout_wflginfl_416969968', '1404617283', 'no') ; 
INSERT INTO `wp_options` VALUES (7389146, '_transient_wflginfl_416969968', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390631, '_transient_timeout_wflginfl_3136421555', '1404622183', 'no') ; 
INSERT INTO `wp_options` VALUES (7390632, '_transient_wflginfl_3136421555', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389175, '_transient_timeout_wflginfl_1892047501', '1404617369', 'no') ; 
INSERT INTO `wp_options` VALUES (7389176, '_transient_wflginfl_1892047501', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389181, '_transient_timeout_wflginfl_3318229319', '1404617386', 'no') ; 
INSERT INTO `wp_options` VALUES (7389182, '_transient_wflginfl_3318229319', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527602, '_transient_timeout_wflginfl_2015185520', '1404822678', 'no') ; 
INSERT INTO `wp_options` VALUES (7534994, '_transient_timeout_wflginfl_90621118', '1404827820', 'no') ; 
INSERT INTO `wp_options` VALUES (7534995, '_transient_wflginfl_90621118', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7389883, '_transient_timeout_wflginfl_3308188435', '1404620148', 'no') ; 
INSERT INTO `wp_options` VALUES (7389884, '_transient_wflginfl_3308188435', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7394522, '_transient_timeout_wflginfl_3732888661', '1404633438', 'no') ; 
INSERT INTO `wp_options` VALUES (7394523, '_transient_wflginfl_3732888661', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389203, '_transient_timeout_wflginfl_2032959696', '1404617445', 'no') ; 
INSERT INTO `wp_options` VALUES (7389204, '_transient_wflginfl_2032959696', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390949, '_transient_timeout_wflginfl_1659247123', '1404623137', 'no') ; 
INSERT INTO `wp_options` VALUES (7390950, '_transient_wflginfl_1659247123', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485563, '_transient_timeout_wflginfl_136204728', '1404789407', 'no') ; 
INSERT INTO `wp_options` VALUES (7485564, '_transient_wflginfl_136204728', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395424, '_transient_timeout_wflginfl_3198652223', '1404635691', 'no') ; 
INSERT INTO `wp_options` VALUES (7395425, '_transient_wflginfl_3198652223', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389231, '_transient_timeout_wflginfl_35733787', '1404617521', 'no') ; 
INSERT INTO `wp_options` VALUES (7389232, '_transient_wflginfl_35733787', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508525, '_transient_timeout_wflginfl_980120725', '1404809453', 'no') ; 
INSERT INTO `wp_options` VALUES (7508526, '_transient_wflginfl_980120725', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395835, '_transient_timeout_wflginfl_3357338717', '1404636613', 'no') ; 
INSERT INTO `wp_options` VALUES (7389248, '_transient_wflginfl_3322896370', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389259, '_transient_timeout_wflginfl_3400751355', '1404617616', 'no') ; 
INSERT INTO `wp_options` VALUES (7389260, '_transient_wflginfl_3400751355', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434616, '_transient_timeout_wflginfl_627773142', '1404745795', 'no') ; 
INSERT INTO `wp_options` VALUES (7434617, '_transient_wflginfl_627773142', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389277, '_transient_timeout_wflginfl_2512975719', '1404617650', 'no') ; 
INSERT INTO `wp_options` VALUES (7389278, '_transient_wflginfl_2512975719', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396538, '_transient_timeout_wflginfl_3383394347', '1404637756', 'no') ; 
INSERT INTO `wp_options` VALUES (7396539, '_transient_wflginfl_3383394347', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395671, '_transient_timeout_wflginfl_1975619677', '1404636259', 'no') ; 
INSERT INTO `wp_options` VALUES (7395672, '_transient_wflginfl_1975619677', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412231, '_transient_timeout_wflginfl_1950678942', '1404727777', 'no') ; 
INSERT INTO `wp_options` VALUES (7412232, '_transient_wflginfl_1950678942', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392007, '_transient_timeout_wflginfl_1141295820', '1404626376', 'no') ; 
INSERT INTO `wp_options` VALUES (7392008, '_transient_wflginfl_1141295820', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389327, '_transient_timeout_wflginfl_1466767587', '1404617807', 'no') ; 
INSERT INTO `wp_options` VALUES (7389328, '_transient_wflginfl_1466767587', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395757, '_transient_timeout_wflginfl_1487175098', '1404636428', 'no') ; 
INSERT INTO `wp_options` VALUES (7395758, '_transient_wflginfl_1487175098', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7498351, '_transient_timeout_wflginfl_100038289', '1404801420', 'no') ; 
INSERT INTO `wp_options` VALUES (7498352, '_transient_wflginfl_100038289', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389387, '_transient_timeout_wflginfl_1369730512', '1404618018', 'no') ; 
INSERT INTO `wp_options` VALUES (7389388, '_transient_wflginfl_1369730512', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389411, '_transient_timeout_wflginfl_2033597056', '1404618087', 'no') ; 
INSERT INTO `wp_options` VALUES (7389412, '_transient_wflginfl_2033597056', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496355, '_transient_timeout_wflginfl_1154240473', '1404799529', 'no') ; 
INSERT INTO `wp_options` VALUES (7496356, '_transient_wflginfl_1154240473', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395325, '_transient_timeout_wflginfl_1892409321', '1404635454', 'no') ; 
INSERT INTO `wp_options` VALUES (7395326, '_transient_wflginfl_1892409321', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389801, '_transient_timeout_wflginfl_3190703867', '1404619516', 'no') ; 
INSERT INTO `wp_options` VALUES (7389802, '_transient_wflginfl_3190703867', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390585, '_transient_timeout_wflginfl_1892402622', '1404622031', 'no') ; 
INSERT INTO `wp_options` VALUES (7390586, '_transient_wflginfl_1892402622', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389457, '_transient_timeout_wflginfl_2101124299', '1404618238', 'no') ; 
INSERT INTO `wp_options` VALUES (7389458, '_transient_wflginfl_2101124299', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393178, '_transient_timeout_wflginfl_2945455694', '1404629972', 'no') ; 
INSERT INTO `wp_options` VALUES (7393179, '_transient_wflginfl_2945455694', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392144, '_transient_timeout_wflginfl_3158828899', '1404626799', 'no') ; 
INSERT INTO `wp_options` VALUES (7392145, '_transient_wflginfl_3158828899', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440161, '_transient_timeout_wflginfl_235122001', '1404750064', 'no') ; 
INSERT INTO `wp_options` VALUES (7440162, '_transient_wflginfl_235122001', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540700, '_transient_timeout_wflginfl_1892464239', '1404831279', 'no') ; 
INSERT INTO `wp_options` VALUES (7534932, '_transient_timeout_wflginfl_89292590', '1404827516', 'no') ; 
INSERT INTO `wp_options` VALUES (7389509, '_transient_timeout_wflginfl_3387409923', '1404618452', 'no') ; 
INSERT INTO `wp_options` VALUES (7389510, '_transient_wflginfl_3387409923', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391649, '_transient_timeout_wflginfl_2967579702', '1404625195', 'no') ; 
INSERT INTO `wp_options` VALUES (7391650, '_transient_wflginfl_2967579702', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389515, '_transient_timeout_wflginfl_1205217307', '1404618469', 'no') ; 
INSERT INTO `wp_options` VALUES (7389516, '_transient_wflginfl_1205217307', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394883, '_transient_timeout_wflginfl_3036076043', '1404634359', 'no') ; 
INSERT INTO `wp_options` VALUES (7394884, '_transient_wflginfl_3036076043', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391882, '_transient_timeout_wflginfl_3732684864', '1404625994', 'no') ; 
INSERT INTO `wp_options` VALUES (7391883, '_transient_wflginfl_3732684864', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389535, '_transient_timeout_wflginfl_848130816', '1404618527', 'no') ; 
INSERT INTO `wp_options` VALUES (7389536, '_transient_wflginfl_848130816', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515547, '_transient_wflginfl_3065383531', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539356, '_transient_timeout_wflginfl_1923124984', '1404830735', 'no') ; 
INSERT INTO `wp_options` VALUES (7514873, '_transient_timeout_wflginfl_1333124426', '1404813964', 'no') ; 
INSERT INTO `wp_options` VALUES (7498311, '_transient_timeout_wflginfl_3185858057', '1404801383', 'no') ; 
INSERT INTO `wp_options` VALUES (7498312, '_transient_wflginfl_3185858057', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389581, '_transient_timeout_wflginfl_831642305', '1404618664', 'no') ; 
INSERT INTO `wp_options` VALUES (7389582, '_transient_wflginfl_831642305', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390903, '_transient_timeout_wflginfl_1036472560', '1404623013', 'no') ; 
INSERT INTO `wp_options` VALUES (7390904, '_transient_wflginfl_1036472560', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389605, '_transient_timeout_wflginfl_3157776872', '1404618769', 'no') ; 
INSERT INTO `wp_options` VALUES (7389606, '_transient_wflginfl_3157776872', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394017, '_transient_timeout_wflginfl_3320139123', '1404632093', 'no') ; 
INSERT INTO `wp_options` VALUES (7394018, '_transient_wflginfl_3320139123', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391986, '_transient_timeout_wflginfl_1288422835', '1404626321', 'no') ; 
INSERT INTO `wp_options` VALUES (7391987, '_transient_wflginfl_1288422835', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389613, '_transient_timeout_wflginfl_3003764731', '1404618790', 'no') ; 
INSERT INTO `wp_options` VALUES (7389614, '_transient_wflginfl_3003764731', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540831, '_transient_wflginfl_3036389673', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538926, '_transient_wflginfl_1847022246', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391046, '_transient_timeout_wflginfl_39414734', '1404623413', 'no') ; 
INSERT INTO `wp_options` VALUES (7391047, '_transient_wflginfl_39414734', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390040, '_transient_timeout_wflginfl_1892859562', '1404620295', 'no') ; 
INSERT INTO `wp_options` VALUES (7390041, '_transient_wflginfl_1892859562', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483995, '_transient_timeout_wflginfl_3198343615', '1404787905', 'no') ; 
INSERT INTO `wp_options` VALUES (7483996, '_transient_wflginfl_3198343615', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389703, '_transient_timeout_wflginfl_1892040756', '1404619104', 'no') ; 
INSERT INTO `wp_options` VALUES (7389704, '_transient_wflginfl_1892040756', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389733, '_transient_timeout_wflginfl_1840919645', '1404619208', 'no') ; 
INSERT INTO `wp_options` VALUES (7389734, '_transient_wflginfl_1840919645', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389735, '_transient_timeout_wflginfl_702818606', '1404619209', 'no') ; 
INSERT INTO `wp_options` VALUES (7389736, '_transient_wflginfl_702818606', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389745, '_transient_timeout_wflginfl_1892871027', '1404619254', 'no') ; 
INSERT INTO `wp_options` VALUES (7389746, '_transient_wflginfl_1892871027', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392371, '_transient_timeout_wflginfl_2006937550', '1404627434', 'no') ; 
INSERT INTO `wp_options` VALUES (7392372, '_transient_wflginfl_2006937550', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389761, '_transient_timeout_wflginfl_1887904988', '1404619359', 'no') ; 
INSERT INTO `wp_options` VALUES (7389762, '_transient_wflginfl_1887904988', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419048, '_transient_wflginfl_1021458635', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396654, '_transient_timeout_wflginfl_1837151623', '1404638030', 'no') ; 
INSERT INTO `wp_options` VALUES (7541480, '_transient_timeout_wflginfl_1577144404', '1404832034', 'no') ; 
INSERT INTO `wp_options` VALUES (7541481, '_transient_wflginfl_1577144404', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460051, '_transient_wflginfl_86724443', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540220, '_transient_timeout_wflginfl_3162203225', '1404831016', 'no') ; 
INSERT INTO `wp_options` VALUES (7430777, '_transient_timeout_wflginfl_831532804', '1404742886', 'no') ; 
INSERT INTO `wp_options` VALUES (7430778, '_transient_wflginfl_831532804', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475574, '_transient_timeout_wflginfl_2591696822', '1404779303', 'no') ; 
INSERT INTO `wp_options` VALUES (7488919, '_transient_timeout_wflginfl_1222880463', '1404792652', 'no') ; 
INSERT INTO `wp_options` VALUES (7392578, '_transient_timeout_wflginfl_3419894908', '1404628048', 'no') ; 
INSERT INTO `wp_options` VALUES (7392579, '_transient_wflginfl_3419894908', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389833, '_transient_timeout_wflginfl_1634378662', '1404619642', 'no') ; 
INSERT INTO `wp_options` VALUES (7389834, '_transient_wflginfl_1634378662', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487387, '_transient_timeout_wflginfl_1893147791', '1404791168', 'no') ; 
INSERT INTO `wp_options` VALUES (7487388, '_transient_wflginfl_1893147791', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389841, '_transient_timeout_wflginfl_3120965527', '1404619668', 'no') ; 
INSERT INTO `wp_options` VALUES (7389842, '_transient_wflginfl_3120965527', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467751, '_transient_timeout_wflginfl_88111968', '1404771711', 'no') ; 
INSERT INTO `wp_options` VALUES (7467752, '_transient_wflginfl_88111968', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397715, '_transient_timeout_wflginfl_3412761354', '1404639883', 'no') ; 
INSERT INTO `wp_options` VALUES (7397716, '_transient_wflginfl_3412761354', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390519, '_transient_timeout_wflginfl_1098929139', '1404621899', 'no') ; 
INSERT INTO `wp_options` VALUES (7390520, '_transient_wflginfl_1098929139', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7389897, '_transient_timeout_wflginfl_1044232012', '1404619893', 'no') ; 
INSERT INTO `wp_options` VALUES (7389898, '_transient_wflginfl_1044232012', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520271, '_transient_timeout_wflginfl_1454875491', '1404817709', 'no') ; 
INSERT INTO `wp_options` VALUES (7520272, '_transient_wflginfl_1454875491', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389913, '_transient_timeout_wflginfl_697201923', '1404619917', 'no') ; 
INSERT INTO `wp_options` VALUES (7389914, '_transient_wflginfl_697201923', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7389937, '_transient_timeout_wflginfl_2033590428', '1404620023', 'no') ; 
INSERT INTO `wp_options` VALUES (7389938, '_transient_wflginfl_2033590428', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536475, '_transient_timeout_wflginfl_1893147792', '1404828575', 'no') ; 
INSERT INTO `wp_options` VALUES (7536476, '_transient_wflginfl_1893147792', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541312, '_transient_timeout_wflginfl_3673973555', '1404831518', 'no') ; 
INSERT INTO `wp_options` VALUES (7541313, '_transient_wflginfl_3673973555', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390286, '_transient_timeout_wflginfl_3412761959', '1404621034', 'no') ; 
INSERT INTO `wp_options` VALUES (7390287, '_transient_wflginfl_3412761959', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390006, '_transient_timeout_wflginfl_3198433099', '1404620245', 'no') ; 
INSERT INTO `wp_options` VALUES (7390007, '_transient_wflginfl_3198433099', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390034, '_transient_timeout_wflginfl_1335563767', '1404620289', 'no') ; 
INSERT INTO `wp_options` VALUES (7390035, '_transient_wflginfl_1335563767', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442616, '_transient_wflginfl_1257486389', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397745, '_transient_wflginfl_3472404290', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513723, '_transient_timeout_wflginfl_1459886089', '1404813169', 'no') ; 
INSERT INTO `wp_options` VALUES (7513724, '_transient_wflginfl_1459886089', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396445, '_transient_timeout_wflginfl_3035266216', '1404637591', 'no') ; 
INSERT INTO `wp_options` VALUES (7396446, '_transient_wflginfl_3035266216', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390066, '_transient_timeout_wflginfl_3732887038', '1404620385', 'no') ; 
INSERT INTO `wp_options` VALUES (7390067, '_transient_wflginfl_3732887038', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391389, '_transient_timeout_wflginfl_3065679329', '1404624423', 'no') ; 
INSERT INTO `wp_options` VALUES (7391390, '_transient_wflginfl_3065679329', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395106, '_transient_timeout_wflginfl_1774071894', '1404634918', 'no') ; 
INSERT INTO `wp_options` VALUES (7395107, '_transient_wflginfl_1774071894', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524707, '_transient_timeout_wflginfl_3000974423', '1404820968', 'no') ; 
INSERT INTO `wp_options` VALUES (7524708, '_transient_wflginfl_3000974423', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7390338, '_transient_timeout_wflginfl_2016998929', '1404621166', 'no') ; 
INSERT INTO `wp_options` VALUES (7390339, '_transient_wflginfl_2016998929', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390092, '_transient_timeout_wflginfl_1728869878', '1404620448', 'no') ; 
INSERT INTO `wp_options` VALUES (7390093, '_transient_wflginfl_1728869878', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392496, '_transient_timeout_wflginfl_1892723751', '1404627756', 'no') ; 
INSERT INTO `wp_options` VALUES (7392497, '_transient_wflginfl_1892723751', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391174, '_transient_timeout_wflginfl_3024580037', '1404623811', 'no') ; 
INSERT INTO `wp_options` VALUES (7391175, '_transient_wflginfl_3024580037', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390759, '_transient_timeout_wflginfl_3164561391', '1404622533', 'no') ; 
INSERT INTO `wp_options` VALUES (7390760, '_transient_wflginfl_3164561391', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390375, '_transient_timeout_wflginfl_1919741304', '1404621256', 'no') ; 
INSERT INTO `wp_options` VALUES (7390376, '_transient_wflginfl_1919741304', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390121, '_transient_timeout_wflginfl_1519681037', '1404620523', 'no') ; 
INSERT INTO `wp_options` VALUES (7390122, '_transient_wflginfl_1519681037', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390123, '_transient_timeout_wflginfl_1453605342', '1404620526', 'no') ; 
INSERT INTO `wp_options` VALUES (7390124, '_transient_wflginfl_1453605342', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390127, '_transient_timeout_wflginfl_3198287581', '1404620534', 'no') ; 
INSERT INTO `wp_options` VALUES (7390128, '_transient_wflginfl_3198287581', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390129, '_transient_timeout_wflginfl_2794036257', '1404620544', 'no') ; 
INSERT INTO `wp_options` VALUES (7390130, '_transient_wflginfl_2794036257', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390135, '_transient_timeout_wflginfl_2024276325', '1404620555', 'no') ; 
INSERT INTO `wp_options` VALUES (7390136, '_transient_wflginfl_2024276325', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390539, '_transient_timeout_wflginfl_1441678397', '1404621859', 'no') ; 
INSERT INTO `wp_options` VALUES (7390540, '_transient_wflginfl_1441678397', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390157, '_transient_timeout_wflginfl_1387448708', '1404620612', 'no') ; 
INSERT INTO `wp_options` VALUES (7390158, '_transient_wflginfl_1387448708', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392868, '_transient_timeout_wflginfl_1834800496', '1404628950', 'no') ; 
INSERT INTO `wp_options` VALUES (7392869, '_transient_wflginfl_1834800496', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390220, '_transient_timeout_wflginfl_3065643854', '1404620873', 'no') ; 
INSERT INTO `wp_options` VALUES (7390170, '_transient_timeout_wflginfl_1892078495', '1404620669', 'no') ; 
INSERT INTO `wp_options` VALUES (7390171, '_transient_wflginfl_1892078495', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533583, '_transient_timeout_wflginfl_3162969465', '1404826639', 'no') ; 
INSERT INTO `wp_options` VALUES (7520562, '_transient_timeout_wflginfl_1327128980', '1404817941', 'no') ; 
INSERT INTO `wp_options` VALUES (7537514, '_transient_wflginfl_2041340653', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540512, '_transient_wflginfl_1892647970', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514031, '_transient_timeout_wflginfl_3411107413', '1404813354', 'no') ; 
INSERT INTO `wp_options` VALUES (7514032, '_transient_wflginfl_3411107413', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391146, '_transient_timeout_wflginfl_2058250453', '1404623732', 'no') ; 
INSERT INTO `wp_options` VALUES (7391147, '_transient_wflginfl_2058250453', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390218, '_transient_timeout_wflginfl_700293436', '1404620856', 'no') ; 
INSERT INTO `wp_options` VALUES (7390219, '_transient_wflginfl_700293436', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390221, '_transient_wflginfl_3065643854', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393088, '_transient_timeout_wflginfl_3198183610', '1404629713', 'no') ; 
INSERT INTO `wp_options` VALUES (7393089, '_transient_wflginfl_3198183610', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391417, '_transient_timeout_wflginfl_1945250937', '1404624532', 'no') ; 
INSERT INTO `wp_options` VALUES (7391418, '_transient_wflginfl_1945250937', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390254, '_transient_timeout_wflginfl_1118561784', '1404620960', 'no') ; 
INSERT INTO `wp_options` VALUES (7390255, '_transient_wflginfl_1118561784', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390256, '_transient_timeout_wflginfl_3056944599', '1404620962', 'no') ; 
INSERT INTO `wp_options` VALUES (7390257, '_transient_wflginfl_3056944599', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390260, '_transient_timeout_wflginfl_3393397250', '1404620965', 'no') ; 
INSERT INTO `wp_options` VALUES (7390261, '_transient_wflginfl_3393397250', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390266, '_transient_timeout_wflginfl_984208250', '1404620981', 'no') ; 
INSERT INTO `wp_options` VALUES (7390267, '_transient_wflginfl_984208250', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390276, '_transient_timeout_wflginfl_1892417230', '1404621015', 'no') ; 
INSERT INTO `wp_options` VALUES (7390277, '_transient_wflginfl_1892417230', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393407, '_transient_timeout_wflginfl_2017154289', '1404630542', 'no') ; 
INSERT INTO `wp_options` VALUES (7393408, '_transient_wflginfl_2017154289', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395315, '_transient_timeout_wflginfl_1887893961', '1404635439', 'no') ; 
INSERT INTO `wp_options` VALUES (7395316, '_transient_wflginfl_1887893961', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390298, '_transient_timeout_wflginfl_1992845051', '1404621077', 'no') ; 
INSERT INTO `wp_options` VALUES (7390299, '_transient_wflginfl_1992845051', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451374, '_transient_timeout_wflginfl_657080896', '1404758688', 'no') ; 
INSERT INTO `wp_options` VALUES (7451375, '_transient_wflginfl_657080896', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390685, '_transient_timeout_wflginfl_1702846327', '1404622337', 'no') ; 
INSERT INTO `wp_options` VALUES (7390686, '_transient_wflginfl_1702846327', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489410, '_transient_timeout_wflginfl_404836315', '1404793105', 'no') ; 
INSERT INTO `wp_options` VALUES (7489411, '_transient_wflginfl_404836315', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392283, '_transient_timeout_wflginfl_1815989332', '1404627191', 'no') ; 
INSERT INTO `wp_options` VALUES (7392284, '_transient_wflginfl_1815989332', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390881, '_transient_timeout_wflginfl_2869371867', '1404622928', 'no') ; 
INSERT INTO `wp_options` VALUES (7390882, '_transient_wflginfl_2869371867', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463231, '_transient_timeout_wflginfl_1405090385', '1404767925', 'no') ; 
INSERT INTO `wp_options` VALUES (7463232, '_transient_wflginfl_1405090385', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477836, '_transient_timeout_wflginfl_3017268952', '1404781591', 'no') ; 
INSERT INTO `wp_options` VALUES (7477837, '_transient_wflginfl_3017268952', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390391, '_transient_timeout_wflginfl_3717648642', '1404621302', 'no') ; 
INSERT INTO `wp_options` VALUES (7390392, '_transient_wflginfl_3717648642', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390397, '_transient_timeout_wflginfl_608843999', '1404621326', 'no') ; 
INSERT INTO `wp_options` VALUES (7390398, '_transient_wflginfl_608843999', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390413, '_transient_timeout_wflginfl_3003767016', '1404621381', 'no') ; 
INSERT INTO `wp_options` VALUES (7390414, '_transient_wflginfl_3003767016', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391170, '_transient_timeout_wflginfl_695160428', '1404623795', 'no') ; 
INSERT INTO `wp_options` VALUES (7391171, '_transient_wflginfl_695160428', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435584, '_transient_wflginfl_1835236327', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537482, '_transient_wflginfl_1022494907', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396764, '_transient_timeout_wflginfl_1506383888', '1404638216', 'no') ; 
INSERT INTO `wp_options` VALUES (7396765, '_transient_wflginfl_1506383888', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390447, '_transient_timeout_wflginfl_1578464621', '1404621495', 'no') ; 
INSERT INTO `wp_options` VALUES (7390448, '_transient_wflginfl_1578464621', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390541, '_transient_timeout_wflginfl_3132233798', '1404621862', 'no') ; 
INSERT INTO `wp_options` VALUES (7390542, '_transient_wflginfl_3132233798', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390465, '_transient_timeout_wflginfl_3732909786', '1404621572', 'no') ; 
INSERT INTO `wp_options` VALUES (7390466, '_transient_wflginfl_3732909786', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391032, '_transient_timeout_wflginfl_3570907244', '1404623373', 'no') ; 
INSERT INTO `wp_options` VALUES (7391033, '_transient_wflginfl_3570907244', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539223, '_transient_timeout_wflginfl_522997466', '1404830362', 'no') ; 
INSERT INTO `wp_options` VALUES (7539224, '_transient_wflginfl_522997466', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390473, '_transient_timeout_wflginfl_1892040728', '1404621589', 'no') ; 
INSERT INTO `wp_options` VALUES (7390474, '_transient_wflginfl_1892040728', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391401, '_transient_timeout_wflginfl_694563307', '1404624483', 'no') ; 
INSERT INTO `wp_options` VALUES (7391402, '_transient_wflginfl_694563307', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391419, '_transient_timeout_wflginfl_1854444922', '1404624543', 'no') ; 
INSERT INTO `wp_options` VALUES (7391420, '_transient_wflginfl_1854444922', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397061, '_transient_timeout_wflginfl_608592136', '1404638818', 'no') ; 
INSERT INTO `wp_options` VALUES (7397062, '_transient_wflginfl_608592136', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390529, '_transient_timeout_wflginfl_2044212591', '1404621819', 'no') ; 
INSERT INTO `wp_options` VALUES (7390530, '_transient_wflginfl_2044212591', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393822, '_transient_timeout_wflginfl_1186661450', '1404631619', 'no') ; 
INSERT INTO `wp_options` VALUES (7393823, '_transient_wflginfl_1186661450', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390735, '_transient_timeout_wflginfl_3065875056', '1404622440', 'no') ; 
INSERT INTO `wp_options` VALUES (7390736, '_transient_wflginfl_3065875056', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394197, '_transient_timeout_wflginfl_1887933836', '1404632584', 'no') ; 
INSERT INTO `wp_options` VALUES (7394198, '_transient_wflginfl_1887933836', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532725, '_transient_wflginfl_1385647034', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540836, '_transient_timeout_wflginfl_1906261331', '1404831337', 'no') ; 
INSERT INTO `wp_options` VALUES (7390561, '_transient_timeout_wflginfl_657032720', '1404621905', 'no') ; 
INSERT INTO `wp_options` VALUES (7390562, '_transient_wflginfl_657032720', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517703, '_transient_timeout_wflginfl_2050586740', '1404815923', 'no') ; 
INSERT INTO `wp_options` VALUES (7517704, '_transient_wflginfl_2050586740', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540346, '_transient_timeout_wflginfl_2080814388', '1404831084', 'no') ; 
INSERT INTO `wp_options` VALUES (7540347, '_transient_wflginfl_2080814388', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391143, '_transient_timeout_wflginfl_695057161', '1404623712', 'no') ; 
INSERT INTO `wp_options` VALUES (7391144, '_transient_wflginfl_695057161', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397353, '_transient_timeout_wflginfl_2033597168', '1404639162', 'no') ; 
INSERT INTO `wp_options` VALUES (7397354, '_transient_wflginfl_2033597168', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492512, '_transient_timeout_wflginfl_1449270271', '1404795976', 'no') ; 
INSERT INTO `wp_options` VALUES (7492513, '_transient_wflginfl_1449270271', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390615, '_transient_timeout_wflginfl_3307278340', '1404622113', 'no') ; 
INSERT INTO `wp_options` VALUES (7390616, '_transient_wflginfl_3307278340', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391562, '_transient_timeout_wflginfl_3121215071', '1404624885', 'no') ; 
INSERT INTO `wp_options` VALUES (7391563, '_transient_wflginfl_3121215071', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390647, '_transient_timeout_wflginfl_2001300500', '1404622249', 'no') ; 
INSERT INTO `wp_options` VALUES (7390648, '_transient_wflginfl_2001300500', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391587, '_transient_timeout_wflginfl_2058261966', '1404625069', 'no') ; 
INSERT INTO `wp_options` VALUES (7391588, '_transient_wflginfl_2058261966', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7467285, '_transient_timeout_wflginfl_1361214402', '1404771360', 'no') ; 
INSERT INTO `wp_options` VALUES (7536244, '_transient_timeout_wflginfl_2080814390', '1404828407', 'no') ; 
INSERT INTO `wp_options` VALUES (7484912, '_transient_timeout_wflginfl_3126240476', '1404788792', 'no') ; 
INSERT INTO `wp_options` VALUES (7484913, '_transient_wflginfl_3126240476', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392936, '_transient_timeout_wflginfl_3394150220', '1404629196', 'no') ; 
INSERT INTO `wp_options` VALUES (7392937, '_transient_wflginfl_3394150220', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390713, '_transient_timeout_wflginfl_3413784059', '1404622701', 'no') ; 
INSERT INTO `wp_options` VALUES (7390714, '_transient_wflginfl_3413784059', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7539566, '_transient_wflginfl_1569697953', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486279, '_transient_timeout_wflginfl_93885669', '1404790071', 'no') ; 
INSERT INTO `wp_options` VALUES (7394127, '_transient_timeout_wflginfl_2549006356', '1404632343', 'no') ; 
INSERT INTO `wp_options` VALUES (7394128, '_transient_wflginfl_2549006356', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539821, '_transient_wflginfl_1491446443', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539273, '_transient_timeout_wflginfl_3024563570', '1404830399', 'no') ; 
INSERT INTO `wp_options` VALUES (7390753, '_transient_timeout_wflginfl_3526913018', '1404622502', 'no') ; 
INSERT INTO `wp_options` VALUES (7390754, '_transient_wflginfl_3526913018', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394245, '_transient_timeout_wflginfl_1887838047', '1404632677', 'no') ; 
INSERT INTO `wp_options` VALUES (7394246, '_transient_wflginfl_1887838047', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492658, '_transient_timeout_wflginfl_1847723160', '1404796109', 'no') ; 
INSERT INTO `wp_options` VALUES (7492659, '_transient_wflginfl_1847723160', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390781, '_transient_timeout_wflginfl_984781855', '1404622578', 'no') ; 
INSERT INTO `wp_options` VALUES (7390782, '_transient_wflginfl_984781855', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391079, '_transient_timeout_wflginfl_1887896422', '1404623513', 'no') ; 
INSERT INTO `wp_options` VALUES (7391080, '_transient_wflginfl_1887896422', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390823, '_transient_timeout_wflginfl_656463495', '1404622718', 'no') ; 
INSERT INTO `wp_options` VALUES (7390824, '_transient_wflginfl_656463495', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506622, '_transient_timeout_wflginfl_3397642670', '1404808082', 'no') ; 
INSERT INTO `wp_options` VALUES (7506623, '_transient_wflginfl_3397642670', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390847, '_transient_timeout_wflginfl_657953319', '1404622804', 'no') ; 
INSERT INTO `wp_options` VALUES (7390848, '_transient_wflginfl_657953319', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390853, '_transient_timeout_wflginfl_608715628', '1404622819', 'no') ; 
INSERT INTO `wp_options` VALUES (7390854, '_transient_wflginfl_608715628', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437738, '_transient_timeout_wflginfl_1220284471', '1404748179', 'no') ; 
INSERT INTO `wp_options` VALUES (7437739, '_transient_wflginfl_1220284471', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390859, '_transient_timeout_wflginfl_3031606476', '1404622838', 'no') ; 
INSERT INTO `wp_options` VALUES (7390860, '_transient_wflginfl_3031606476', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390863, '_transient_timeout_wflginfl_2945210850', '1404622849', 'no') ; 
INSERT INTO `wp_options` VALUES (7390864, '_transient_wflginfl_2945210850', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491440, '_transient_timeout_wflginfl_1892712739', '1404795022', 'no') ; 
INSERT INTO `wp_options` VALUES (7434522, '_transient_timeout_wflginfl_3076158385', '1404745720', 'no') ; 
INSERT INTO `wp_options` VALUES (7394802, '_transient_timeout_wflginfl_3015005206', '1404634136', 'no') ; 
INSERT INTO `wp_options` VALUES (7394803, '_transient_wflginfl_3015005206', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396782, '_transient_timeout_wflginfl_690989609', '1404638250', 'no') ; 
INSERT INTO `wp_options` VALUES (7396783, '_transient_wflginfl_690989609', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530838, '_transient_timeout_wflginfl_657405699', '1404824915', 'no') ; 
INSERT INTO `wp_options` VALUES (7538751, '_transient_timeout_wflginfl_2988720992', '1404830049', 'no') ; 
INSERT INTO `wp_options` VALUES (7391333, '_transient_timeout_wflginfl_657344878', '1404624263', 'no') ; 
INSERT INTO `wp_options` VALUES (7391334, '_transient_wflginfl_657344878', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392800, '_transient_timeout_wflginfl_2016999043', '1404628780', 'no') ; 
INSERT INTO `wp_options` VALUES (7392801, '_transient_wflginfl_2016999043', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394597, '_transient_timeout_wflginfl_1205206982', '1404633712', 'no') ; 
INSERT INTO `wp_options` VALUES (7394598, '_transient_wflginfl_1205206982', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397662, '_transient_wflginfl_1593344392', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444562, '_transient_timeout_wflginfl_1950955192', '1404753466', 'no') ; 
INSERT INTO `wp_options` VALUES (7393989, '_transient_timeout_wflginfl_1969808718', '1404632021', 'no') ; 
INSERT INTO `wp_options` VALUES (7393990, '_transient_wflginfl_1969808718', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390957, '_transient_timeout_wflginfl_3363732438', '1404623156', 'no') ; 
INSERT INTO `wp_options` VALUES (7390958, '_transient_wflginfl_3363732438', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522497, '_transient_timeout_wflginfl_3035289002', '1404819138', 'no') ; 
INSERT INTO `wp_options` VALUES (7522498, '_transient_wflginfl_3035289002', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391335, '_transient_timeout_wflginfl_3155856652', '1404624270', 'no') ; 
INSERT INTO `wp_options` VALUES (7391336, '_transient_wflginfl_3155856652', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514607, '_transient_timeout_wflginfl_1531622275', '1404813793', 'no') ; 
INSERT INTO `wp_options` VALUES (7514608, '_transient_wflginfl_1531622275', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7390995, '_transient_timeout_wflginfl_2955679507', '1404623240', 'no') ; 
INSERT INTO `wp_options` VALUES (7390996, '_transient_wflginfl_2955679507', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391022, '_transient_timeout_wflginfl_656471652', '1404623316', 'no') ; 
INSERT INTO `wp_options` VALUES (7391023, '_transient_wflginfl_656471652', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434602, '_transient_timeout_wflginfl_1949315462', '1404745786', 'no') ; 
INSERT INTO `wp_options` VALUES (7514545, '_transient_timeout_wflginfl_1728307202', '1404813737', 'no') ; 
INSERT INTO `wp_options` VALUES (7391058, '_transient_timeout_wflginfl_608984824', '1404623447', 'no') ; 
INSERT INTO `wp_options` VALUES (7391059, '_transient_wflginfl_608984824', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391069, '_transient_timeout_wflginfl_2099035084', '1404623489', 'no') ; 
INSERT INTO `wp_options` VALUES (7391070, '_transient_wflginfl_2099035084', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391075, '_transient_timeout_wflginfl_1832853715', '1404623506', 'no') ; 
INSERT INTO `wp_options` VALUES (7391076, '_transient_wflginfl_1832853715', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421100, '_transient_timeout_wflginfl_36814461', '1404735225', 'no') ; 
INSERT INTO `wp_options` VALUES (7396829, '_transient_wflginfl_2058425299', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393260, '_transient_timeout_wflginfl_1890194359', '1404630131', 'no') ; 
INSERT INTO `wp_options` VALUES (7393261, '_transient_wflginfl_1890194359', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391117, '_transient_timeout_wflginfl_2002710038', '1404623630', 'no') ; 
INSERT INTO `wp_options` VALUES (7391118, '_transient_wflginfl_2002710038', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392337, '_transient_timeout_wflginfl_831706923', '1404627357', 'no') ; 
INSERT INTO `wp_options` VALUES (7392338, '_transient_wflginfl_831706923', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393629, '_transient_timeout_wflginfl_3076614637', '1404631115', 'no') ; 
INSERT INTO `wp_options` VALUES (7393630, '_transient_wflginfl_3076614637', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391160, '_transient_timeout_wflginfl_1870133578', '1404623743', 'no') ; 
INSERT INTO `wp_options` VALUES (7391161, '_transient_wflginfl_1870133578', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391176, '_transient_timeout_wflginfl_787381837', '1404623812', 'no') ; 
INSERT INTO `wp_options` VALUES (7391177, '_transient_wflginfl_787381837', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391180, '_transient_timeout_wflginfl_1743153668', '1404623830', 'no') ; 
INSERT INTO `wp_options` VALUES (7391181, '_transient_wflginfl_1743153668', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490774, '_transient_timeout_wflginfl_1381662044', '1404794365', 'no') ; 
INSERT INTO `wp_options` VALUES (7513819, '_transient_timeout_wflginfl_1866737308', '1404813220', 'no') ; 
INSERT INTO `wp_options` VALUES (7396651, '_transient_timeout_wflginfl_3389290290', '1404638030', 'no') ; 
INSERT INTO `wp_options` VALUES (7510415, '_transient_timeout_wflginfl_3398628506', '1404810802', 'no') ; 
INSERT INTO `wp_options` VALUES (7397965, '_transient_timeout_wflginfl_986818485', '1404640510', 'no') ; 
INSERT INTO `wp_options` VALUES (7397516, '_transient_wflginfl_3186110084', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530503, '_transient_timeout_wflginfl_3411107385', '1404824671', 'no') ; 
INSERT INTO `wp_options` VALUES (7530504, '_transient_wflginfl_3411107385', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522721, '_transient_timeout_wflginfl_36831696', '1404819282', 'no') ; 
INSERT INTO `wp_options` VALUES (7522722, '_transient_wflginfl_36831696', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391260, '_transient_timeout_wflginfl_3059564831', '1404624060', 'no') ; 
INSERT INTO `wp_options` VALUES (7391261, '_transient_wflginfl_3059564831', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495379, '_transient_timeout_wflginfl_3198260950', '1404798642', 'no') ; 
INSERT INTO `wp_options` VALUES (7495380, '_transient_wflginfl_3198260950', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391270, '_transient_timeout_wflginfl_3321528365', '1404624075', 'no') ; 
INSERT INTO `wp_options` VALUES (7391271, '_transient_wflginfl_3321528365', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395937, '_transient_timeout_wflginfl_1951805474', '1404636750', 'no') ; 
INSERT INTO `wp_options` VALUES (7395938, '_transient_wflginfl_1951805474', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391276, '_transient_timeout_wflginfl_995979428', '1404624097', 'no') ; 
INSERT INTO `wp_options` VALUES (7391277, '_transient_wflginfl_995979428', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541276, '_transient_timeout_wflginfl_2347028980', '1404831501', 'no') ; 
INSERT INTO `wp_options` VALUES (7391478, '_transient_timeout_wflginfl_1950015523', '1404624695', 'no') ; 
INSERT INTO `wp_options` VALUES (7391479, '_transient_wflginfl_1950015523', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541277, '_transient_wflginfl_2347028980', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391297, '_transient_timeout_wflginfl_1001491350', '1404624160', 'no') ; 
INSERT INTO `wp_options` VALUES (7391298, '_transient_wflginfl_1001491350', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534272, '_transient_timeout_wflginfl_3541838158', '1404827088', 'no') ; 
INSERT INTO `wp_options` VALUES (7534273, '_transient_wflginfl_3541838158', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422767, '_transient_timeout_wflginfl_3732886876', '1404736577', 'no') ; 
INSERT INTO `wp_options` VALUES (7483008, '_transient_wflginfl_1565939666', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488354, '_transient_timeout_wflginfl_3180942093', '1404792104', 'no') ; 
INSERT INTO `wp_options` VALUES (7488355, '_transient_wflginfl_3180942093', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393485, '_transient_timeout_wflginfl_657510394', '1404630746', 'no') ; 
INSERT INTO `wp_options` VALUES (7393486, '_transient_wflginfl_657510394', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391460, '_transient_timeout_wflginfl_694891445', '1404624647', 'no') ; 
INSERT INTO `wp_options` VALUES (7391461, '_transient_wflginfl_694891445', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396649, '_transient_wflginfl_2421535341', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419047, '_transient_timeout_wflginfl_1021458635', '1404733505', 'no') ; 
INSERT INTO `wp_options` VALUES (7402140, '_transient_timeout_wflginfl_1185559903', '1404720167', 'no') ; 
INSERT INTO `wp_options` VALUES (7402141, '_transient_wflginfl_1185559903', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537797, '_transient_timeout_wflginfl_1893147790', '1404829428', 'no') ; 
INSERT INTO `wp_options` VALUES (7537798, '_transient_wflginfl_1893147790', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541176, '_transient_timeout_wflginfl_785815391', '1404831458', 'no') ; 
INSERT INTO `wp_options` VALUES (7524102, '_transient_wflginfl_1892040796', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7399528, '_transient_timeout_wflginfl_1565937344', '1404717904', 'no') ; 
INSERT INTO `wp_options` VALUES (7399529, '_transient_wflginfl_1565937344', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413662, '_transient_timeout_wflginfl_1399774933', '1404728918', 'no') ; 
INSERT INTO `wp_options` VALUES (7413663, '_transient_wflginfl_1399774933', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391399, '_transient_timeout_wflginfl_694244252', '1404624483', 'no') ; 
INSERT INTO `wp_options` VALUES (7391400, '_transient_wflginfl_694244252', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392207, '_transient_timeout_wflginfl_3732886787', '1404626981', 'no') ; 
INSERT INTO `wp_options` VALUES (7392208, '_transient_wflginfl_3732886787', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537911, '_transient_timeout_wflginfl_1483209775', '1404829499', 'no') ; 
INSERT INTO `wp_options` VALUES (7395347, '_transient_timeout_wflginfl_1825952502', '1404635507', 'no') ; 
INSERT INTO `wp_options` VALUES (7395348, '_transient_wflginfl_1825952502', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522013, '_transient_timeout_wflginfl_712211889', '1404818855', 'no') ; 
INSERT INTO `wp_options` VALUES (7522014, '_transient_wflginfl_712211889', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419882, '_transient_timeout_wflginfl_1896577888', '1404734164', 'no') ; 
INSERT INTO `wp_options` VALUES (7393206, '_transient_timeout_wflginfl_1892854648', '1404630034', 'no') ; 
INSERT INTO `wp_options` VALUES (7393207, '_transient_wflginfl_1892854648', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392219, '_transient_timeout_wflginfl_657652223', '1404627028', 'no') ; 
INSERT INTO `wp_options` VALUES (7392220, '_transient_wflginfl_657652223', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394983, '_transient_timeout_wflginfl_1986328007', '1404634652', 'no') ; 
INSERT INTO `wp_options` VALUES (7394984, '_transient_wflginfl_1986328007', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419883, '_transient_wflginfl_1896577888', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391472, '_transient_timeout_wflginfl_1887861083', '1404624683', 'no') ; 
INSERT INTO `wp_options` VALUES (7391473, '_transient_wflginfl_1887861083', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407291, '_transient_wflginfl_636247082', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416404, '_transient_timeout_wflginfl_1175982124', '1404731315', 'no') ; 
INSERT INTO `wp_options` VALUES (7391484, '_transient_timeout_wflginfl_657773152', '1404624699', 'no') ; 
INSERT INTO `wp_options` VALUES (7391485, '_transient_wflginfl_657773152', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391498, '_transient_timeout_wflginfl_609408381', '1404624733', 'no') ; 
INSERT INTO `wp_options` VALUES (7391499, '_transient_wflginfl_609408381', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391510, '_transient_timeout_wflginfl_1976040864', '1404624774', 'no') ; 
INSERT INTO `wp_options` VALUES (7391511, '_transient_wflginfl_1976040864', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397903, '_transient_timeout_wflginfl_3305281132', '1404640277', 'no') ; 
INSERT INTO `wp_options` VALUES (7397904, '_transient_wflginfl_3305281132', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395057, '_transient_timeout_wflginfl_1891171557', '1404634840', 'no') ; 
INSERT INTO `wp_options` VALUES (7395058, '_transient_wflginfl_1891171557', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391534, '_transient_timeout_wflginfl_608826202', '1404624828', 'no') ; 
INSERT INTO `wp_options` VALUES (7391535, '_transient_wflginfl_608826202', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531977, '_transient_timeout_wflginfl_2406102737', '1404825622', 'no') ; 
INSERT INTO `wp_options` VALUES (7531978, '_transient_wflginfl_2406102737', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540784, '_transient_timeout_wflginfl_3194493444', '1404831317', 'no') ; 
INSERT INTO `wp_options` VALUES (7540785, '_transient_wflginfl_3194493444', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391629, '_transient_timeout_wflginfl_1387454883', '1404625137', 'no') ; 
INSERT INTO `wp_options` VALUES (7391630, '_transient_wflginfl_1387454883', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391860, '_transient_timeout_wflginfl_3381611502', '1404625946', 'no') ; 
INSERT INTO `wp_options` VALUES (7391861, '_transient_wflginfl_3381611502', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393850, '_transient_timeout_wflginfl_29014998', '1404631676', 'no') ; 
INSERT INTO `wp_options` VALUES (7393851, '_transient_wflginfl_29014998', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391635, '_transient_timeout_wflginfl_635960621', '1404625157', 'no') ; 
INSERT INTO `wp_options` VALUES (7391636, '_transient_wflginfl_635960621', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396671, '_transient_wflginfl_657881290', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397475, '_transient_timeout_wflginfl_2344772111', '1404639366', 'no') ; 
INSERT INTO `wp_options` VALUES (7419568, '_transient_timeout_wflginfl_3088020771', '1404733898', 'no') ; 
INSERT INTO `wp_options` VALUES (7419569, '_transient_wflginfl_3088020771', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391655, '_transient_timeout_wflginfl_1263718080', '1404625205', 'no') ; 
INSERT INTO `wp_options` VALUES (7391656, '_transient_wflginfl_1263718080', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391661, '_transient_timeout_wflginfl_2955795741', '1404625232', 'no') ; 
INSERT INTO `wp_options` VALUES (7391662, '_transient_wflginfl_2955795741', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526937, '_transient_timeout_wflginfl_2344632569', '1404822228', 'no') ; 
INSERT INTO `wp_options` VALUES (7526938, '_transient_wflginfl_2344632569', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393952, '_transient_timeout_wflginfl_3732909645', '1404631949', 'no') ; 
INSERT INTO `wp_options` VALUES (7393953, '_transient_wflginfl_3732909645', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398114, '_transient_timeout_wflginfl_3176104235', '1404642748', 'no') ; 
INSERT INTO `wp_options` VALUES (7398115, '_transient_wflginfl_3176104235', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436839, '_transient_timeout_wflginfl_247518454', '1404747489', 'no') ; 
INSERT INTO `wp_options` VALUES (7436840, '_transient_wflginfl_247518454', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416410, '_transient_timeout_wflginfl_3180920777', '1404731318', 'no') ; 
INSERT INTO `wp_options` VALUES (7416411, '_transient_wflginfl_3180920777', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392648, '_transient_timeout_wflginfl_3157607426', '1404628290', 'no') ; 
INSERT INTO `wp_options` VALUES (7392649, '_transient_wflginfl_3157607426', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529064, '_transient_timeout_wflginfl_36832896', '1404823722', 'no') ; 
INSERT INTO `wp_options` VALUES (7529065, '_transient_wflginfl_36832896', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391715, '_transient_timeout_wflginfl_995907408', '1404625428', 'no') ; 
INSERT INTO `wp_options` VALUES (7391716, '_transient_wflginfl_995907408', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437906, '_transient_timeout_wflginfl_1729473132', '1404748333', 'no') ; 
INSERT INTO `wp_options` VALUES (7437907, '_transient_wflginfl_1729473132', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440994, '_transient_wflginfl_1547442455', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7397761, '_transient_timeout_wflginfl_3302122677', '1404639886', 'no') ; 
INSERT INTO `wp_options` VALUES (7397762, '_transient_wflginfl_3302122677', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394532, '_transient_timeout_wflginfl_1337616984', '1404633482', 'no') ; 
INSERT INTO `wp_options` VALUES (7394533, '_transient_wflginfl_1337616984', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391751, '_transient_timeout_wflginfl_91163279', '1404625558', 'no') ; 
INSERT INTO `wp_options` VALUES (7391752, '_transient_wflginfl_91163279', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391769, '_transient_timeout_wflginfl_2424861349', '1404625621', 'no') ; 
INSERT INTO `wp_options` VALUES (7391770, '_transient_wflginfl_2424861349', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392062, '_transient_timeout_wflginfl_3065182753', '1404626558', 'no') ; 
INSERT INTO `wp_options` VALUES (7392063, '_transient_wflginfl_3065182753', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391775, '_transient_timeout_wflginfl_36843410', '1404625631', 'no') ; 
INSERT INTO `wp_options` VALUES (7391776, '_transient_wflginfl_36843410', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391779, '_transient_timeout_wflginfl_1228163822', '1404625652', 'no') ; 
INSERT INTO `wp_options` VALUES (7391780, '_transient_wflginfl_1228163822', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7404952, '_transient_timeout_wflginfl_2092387943', '1404722558', 'no') ; 
INSERT INTO `wp_options` VALUES (7404953, '_transient_wflginfl_2092387943', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392086, '_transient_timeout_wflginfl_1892787440', '1404626637', 'no') ; 
INSERT INTO `wp_options` VALUES (7392087, '_transient_wflginfl_1892787440', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392411, '_transient_timeout_wflginfl_3399706370', '1404627526', 'no') ; 
INSERT INTO `wp_options` VALUES (7392412, '_transient_wflginfl_3399706370', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531568, '_transient_timeout_wflginfl_3319572766', '1404825391', 'no') ; 
INSERT INTO `wp_options` VALUES (7397025, '_transient_timeout_wflginfl_2925390885', '1404638817', 'no') ; 
INSERT INTO `wp_options` VALUES (7431001, '_transient_timeout_wflginfl_2942454966', '1404743053', 'no') ; 
INSERT INTO `wp_options` VALUES (7520309, '_transient_timeout_wflginfl_3315753421', '1404817738', 'no') ; 
INSERT INTO `wp_options` VALUES (7539445, '_transient_wflginfl_1676420229', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535050, '_transient_timeout_wflginfl_1590547331', '1404827589', 'no') ; 
INSERT INTO `wp_options` VALUES (7397303, '_transient_timeout_wflginfl_3176236406', '1404639077', 'no') ; 
INSERT INTO `wp_options` VALUES (7397304, '_transient_wflginfl_3176236406', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7402428, '_transient_timeout_wflginfl_2033594036', '1404720409', 'no') ; 
INSERT INTO `wp_options` VALUES (7402429, '_transient_wflginfl_2033594036', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392106, '_transient_timeout_wflginfl_1887859261', '1404626841', 'no') ; 
INSERT INTO `wp_options` VALUES (7392107, '_transient_wflginfl_1887859261', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7435621, '_transient_timeout_wflginfl_1333301496', '1404746563', 'no') ; 
INSERT INTO `wp_options` VALUES (7435622, '_transient_wflginfl_1333301496', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421101, '_transient_wflginfl_36814461', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391894, '_transient_timeout_wflginfl_1336893857', '1404626018', 'no') ; 
INSERT INTO `wp_options` VALUES (7391895, '_transient_wflginfl_1336893857', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441648, '_transient_timeout_wflginfl_3315454209', '1404751210', 'no') ; 
INSERT INTO `wp_options` VALUES (7441649, '_transient_wflginfl_3315454209', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431002, '_transient_wflginfl_2942454966', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540358, '_transient_timeout_wflginfl_1612385199', '1404831091', 'no') ; 
INSERT INTO `wp_options` VALUES (7529358, '_transient_timeout_wflginfl_462665294', '1404823913', 'no') ; 
INSERT INTO `wp_options` VALUES (7395096, '_transient_timeout_wflginfl_657767384', '1404634905', 'no') ; 
INSERT INTO `wp_options` VALUES (7395097, '_transient_wflginfl_657767384', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425812, '_transient_timeout_wflginfl_3664713381', '1404739053', 'no') ; 
INSERT INTO `wp_options` VALUES (7425813, '_transient_wflginfl_3664713381', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7391942, '_transient_timeout_wflginfl_3500731026', '1404626232', 'no') ; 
INSERT INTO `wp_options` VALUES (7391943, '_transient_wflginfl_3500731026', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394563, '_transient_timeout_wflginfl_3577178625', '1404633582', 'no') ; 
INSERT INTO `wp_options` VALUES (7394564, '_transient_wflginfl_3577178625', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393320, '_transient_timeout_wflginfl_1728352466', '1404630284', 'no') ; 
INSERT INTO `wp_options` VALUES (7393321, '_transient_wflginfl_1728352466', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531867, '_transient_timeout_wflginfl_3583402754', '1404825565', 'no') ; 
INSERT INTO `wp_options` VALUES (7531868, '_transient_wflginfl_3583402754', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427991, '_transient_timeout_wflginfl_3201552078', '1404740694', 'no') ; 
INSERT INTO `wp_options` VALUES (7427992, '_transient_wflginfl_3201552078', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394651, '_transient_timeout_wflginfl_1293895040', '1404633839', 'no') ; 
INSERT INTO `wp_options` VALUES (7394652, '_transient_wflginfl_1293895040', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393924, '_transient_timeout_wflginfl_3136766758', '1404631876', 'no') ; 
INSERT INTO `wp_options` VALUES (7393925, '_transient_wflginfl_3136766758', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392009, '_transient_timeout_wflginfl_831953202', '1404626376', 'no') ; 
INSERT INTO `wp_options` VALUES (7392010, '_transient_wflginfl_831953202', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539113, '_transient_timeout_wflginfl_627816249', '1404830278', 'no') ; 
INSERT INTO `wp_options` VALUES (7539114, '_transient_wflginfl_627816249', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539197, '_transient_timeout_wflginfl_1742864852', '1404830344', 'no') ; 
INSERT INTO `wp_options` VALUES (7539198, '_transient_wflginfl_1742864852', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513457, '_transient_timeout_wflginfl_983852710', '1404812988', 'no') ; 
INSERT INTO `wp_options` VALUES (7513458, '_transient_wflginfl_983852710', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392058, '_transient_timeout_wflginfl_831920175', '1404626540', 'no') ; 
INSERT INTO `wp_options` VALUES (7392059, '_transient_wflginfl_831920175', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508359, '_transient_timeout_wflginfl_3393189827', '1404809330', 'no') ; 
INSERT INTO `wp_options` VALUES (7508360, '_transient_wflginfl_3393189827', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395035, '_transient_timeout_wflginfl_89284437', '1404635036', 'no') ; 
INSERT INTO `wp_options` VALUES (7395036, '_transient_wflginfl_89284437', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7392900, '_transient_timeout_wflginfl_1346550643', '1404629057', 'no') ; 
INSERT INTO `wp_options` VALUES (7392901, '_transient_wflginfl_1346550643', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541116, '_transient_timeout_wflginfl_3000535767', '1404831438', 'no') ; 
INSERT INTO `wp_options` VALUES (7541117, '_transient_wflginfl_3000535767', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392142, '_transient_timeout_wflginfl_690157839', '1404626799', 'no') ; 
INSERT INTO `wp_options` VALUES (7392143, '_transient_wflginfl_690157839', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540872, '_transient_timeout_wflginfl_2048960328', '1404831351', 'no') ; 
INSERT INTO `wp_options` VALUES (7540873, '_transient_wflginfl_2048960328', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392168, '_transient_timeout_wflginfl_1887854711', '1404626883', 'no') ; 
INSERT INTO `wp_options` VALUES (7392169, '_transient_wflginfl_1887854711', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392170, '_transient_timeout_wflginfl_1959427712', '1404626883', 'no') ; 
INSERT INTO `wp_options` VALUES (7392171, '_transient_wflginfl_1959427712', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393006, '_transient_timeout_wflginfl_657758841', '1404629412', 'no') ; 
INSERT INTO `wp_options` VALUES (7393007, '_transient_wflginfl_657758841', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537617, '_transient_timeout_wflginfl_3573331109', '1404829292', 'no') ; 
INSERT INTO `wp_options` VALUES (7537618, '_transient_wflginfl_3573331109', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392179, '_transient_timeout_wflginfl_3308144139', '1404626922', 'no') ; 
INSERT INTO `wp_options` VALUES (7392180, '_transient_wflginfl_3308144139', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392742, '_transient_timeout_wflginfl_657351276', '1404628638', 'no') ; 
INSERT INTO `wp_options` VALUES (7392743, '_transient_wflginfl_657351276', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469396, '_transient_timeout_wflginfl_3183089429', '1404773180', 'no') ; 
INSERT INTO `wp_options` VALUES (7469397, '_transient_wflginfl_3183089429', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395576, '_transient_wflginfl_2092055519', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396250, '_transient_wflginfl_1002304946', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394406, '_transient_timeout_wflginfl_1449269296', '1404633154', 'no') ; 
INSERT INTO `wp_options` VALUES (7394407, '_transient_wflginfl_1449269296', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411141, '_transient_timeout_wflginfl_1022493021', '1404727060', 'no') ; 
INSERT INTO `wp_options` VALUES (7411142, '_transient_wflginfl_1022493021', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392221, '_transient_timeout_wflginfl_1998464833', '1404627030', 'no') ; 
INSERT INTO `wp_options` VALUES (7392222, '_transient_wflginfl_1998464833', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392229, '_transient_timeout_wflginfl_1959508826', '1404627042', 'no') ; 
INSERT INTO `wp_options` VALUES (7392230, '_transient_wflginfl_1959508826', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392245, '_transient_timeout_wflginfl_3057244701', '1404627083', 'no') ; 
INSERT INTO `wp_options` VALUES (7392246, '_transient_wflginfl_3057244701', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392247, '_transient_timeout_wflginfl_1294902791', '1404627099', 'no') ; 
INSERT INTO `wp_options` VALUES (7392248, '_transient_wflginfl_1294902791', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524395, '_transient_timeout_wflginfl_1847896475', '1404820469', 'no') ; 
INSERT INTO `wp_options` VALUES (7524396, '_transient_wflginfl_1847896475', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392277, '_transient_timeout_wflginfl_656573614', '1404627183', 'no') ; 
INSERT INTO `wp_options` VALUES (7392278, '_transient_wflginfl_656573614', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393987, '_transient_timeout_wflginfl_1451106692', '1404632010', 'no') ; 
INSERT INTO `wp_options` VALUES (7393988, '_transient_wflginfl_1451106692', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392295, '_transient_timeout_wflginfl_3157696077', '1404627227', 'no') ; 
INSERT INTO `wp_options` VALUES (7392296, '_transient_wflginfl_3157696077', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396784, '_transient_timeout_wflginfl_1159677641', '1404638252', 'no') ; 
INSERT INTO `wp_options` VALUES (7396785, '_transient_wflginfl_1159677641', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505097, '_transient_timeout_wflginfl_1398814178', '1404806892', 'no') ; 
INSERT INTO `wp_options` VALUES (7505098, '_transient_wflginfl_1398814178', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392327, '_transient_timeout_wflginfl_1466768936', '1404627325', 'no') ; 
INSERT INTO `wp_options` VALUES (7392328, '_transient_wflginfl_1466768936', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392329, '_transient_timeout_wflginfl_1888782597', '1404627327', 'no') ; 
INSERT INTO `wp_options` VALUES (7392330, '_transient_wflginfl_1888782597', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397243, '_transient_timeout_wflginfl_1892861670', '1404638970', 'no') ; 
INSERT INTO `wp_options` VALUES (7397244, '_transient_wflginfl_1892861670', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393754, '_transient_timeout_wflginfl_3707586996', '1404631454', 'no') ; 
INSERT INTO `wp_options` VALUES (7393755, '_transient_wflginfl_3707586996', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396173, '_transient_timeout_wflginfl_657128683', '1404637138', 'no') ; 
INSERT INTO `wp_options` VALUES (7396174, '_transient_wflginfl_657128683', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392361, '_transient_timeout_wflginfl_1533228237', '1404627423', 'no') ; 
INSERT INTO `wp_options` VALUES (7392362, '_transient_wflginfl_1533228237', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457414, '_transient_timeout_wflginfl_3029720295', '1404763212', 'no') ; 
INSERT INTO `wp_options` VALUES (7457415, '_transient_wflginfl_3029720295', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398193, '_transient_timeout_wflginfl_3401326737', '1404646018', 'no') ; 
INSERT INTO `wp_options` VALUES (7398194, '_transient_wflginfl_3401326737', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496499, '_transient_timeout_wflginfl_692711188', '1404799668', 'no') ; 
INSERT INTO `wp_options` VALUES (7392509, '_transient_timeout_wflginfl_2058254230', '1404627785', 'no') ; 
INSERT INTO `wp_options` VALUES (7392395, '_transient_timeout_wflginfl_3065605766', '1404627498', 'no') ; 
INSERT INTO `wp_options` VALUES (7392396, '_transient_wflginfl_3065605766', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393086, '_transient_timeout_wflginfl_786014865', '1404629713', 'no') ; 
INSERT INTO `wp_options` VALUES (7393087, '_transient_wflginfl_786014865', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392401, '_transient_timeout_wflginfl_387709002', '1404627506', 'no') ; 
INSERT INTO `wp_options` VALUES (7392402, '_transient_wflginfl_387709002', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392405, '_transient_timeout_wflginfl_657951667', '1404627507', 'no') ; 
INSERT INTO `wp_options` VALUES (7392406, '_transient_wflginfl_657951667', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393816, '_transient_timeout_wflginfl_3036079704', '1404631597', 'no') ; 
INSERT INTO `wp_options` VALUES (7393817, '_transient_wflginfl_3036079704', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392423, '_transient_timeout_wflginfl_695132986', '1404627580', 'no') ; 
INSERT INTO `wp_options` VALUES (7392424, '_transient_wflginfl_695132986', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395490, '_transient_timeout_wflginfl_1977403314', '1404635832', 'no') ; 
INSERT INTO `wp_options` VALUES (7395491, '_transient_wflginfl_1977403314', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457652, '_transient_timeout_wflginfl_3562893934', '1404763410', 'no') ; 
INSERT INTO `wp_options` VALUES (7457653, '_transient_wflginfl_3562893934', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393475, '_transient_timeout_wflginfl_1919735441', '1404630733', 'no') ; 
INSERT INTO `wp_options` VALUES (7393476, '_transient_wflginfl_1919735441', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392465, '_transient_timeout_wflginfl_2058056279', '1404627678', 'no') ; 
INSERT INTO `wp_options` VALUES (7392466, '_transient_wflginfl_2058056279', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538389, '_transient_timeout_wflginfl_3412747754', '1404829812', 'no') ; 
INSERT INTO `wp_options` VALUES (7538390, '_transient_wflginfl_3412747754', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392469, '_transient_timeout_wflginfl_1977534483', '1404627686', 'no') ; 
INSERT INTO `wp_options` VALUES (7392470, '_transient_wflginfl_1977534483', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445254, '_transient_timeout_wflginfl_1315042410', '1404753978', 'no') ; 
INSERT INTO `wp_options` VALUES (7445255, '_transient_wflginfl_1315042410', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393090, '_transient_timeout_wflginfl_403096493', '1404629714', 'no') ; 
INSERT INTO `wp_options` VALUES (7393091, '_transient_wflginfl_403096493', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472688, '_transient_wflginfl_697047191', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411375, '_transient_timeout_wflginfl_1868071540', '1404727210', 'no') ; 
INSERT INTO `wp_options` VALUES (7392514, '_transient_timeout_wflginfl_1597587593', '1404627799', 'no') ; 
INSERT INTO `wp_options` VALUES (7392515, '_transient_wflginfl_1597587593', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392516, '_transient_timeout_wflginfl_533688490', '1404627807', 'no') ; 
INSERT INTO `wp_options` VALUES (7392517, '_transient_wflginfl_533688490', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497699, '_transient_timeout_wflginfl_2728246423', '1404800816', 'no') ; 
INSERT INTO `wp_options` VALUES (7497700, '_transient_wflginfl_2728246423', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392564, '_transient_timeout_wflginfl_3690902657', '1404628011', 'no') ; 
INSERT INTO `wp_options` VALUES (7392565, '_transient_wflginfl_3690902657', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395590, '_transient_timeout_wflginfl_1399754424', '1404636042', 'no') ; 
INSERT INTO `wp_options` VALUES (7395591, '_transient_wflginfl_1399754424', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392740, '_transient_timeout_wflginfl_2967309682', '1404628633', 'no') ; 
INSERT INTO `wp_options` VALUES (7392741, '_transient_wflginfl_2967309682', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392602, '_transient_timeout_wflginfl_1503920977', '1404628128', 'no') ; 
INSERT INTO `wp_options` VALUES (7392603, '_transient_wflginfl_1503920977', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396289, '_transient_timeout_wflginfl_3319811099', '1404637329', 'no') ; 
INSERT INTO `wp_options` VALUES (7396290, '_transient_wflginfl_3319811099', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392622, '_transient_timeout_wflginfl_838095739', '1404628180', 'no') ; 
INSERT INTO `wp_options` VALUES (7392623, '_transient_wflginfl_838095739', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538507, '_transient_timeout_wflginfl_1744291145', '1404829887', 'no') ; 
INSERT INTO `wp_options` VALUES (7538508, '_transient_wflginfl_1744291145', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392786, '_transient_timeout_wflginfl_3057934254', '1404628739', 'no') ; 
INSERT INTO `wp_options` VALUES (7392787, '_transient_wflginfl_3057934254', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397293, '_transient_timeout_wflginfl_2057765678', '1404639063', 'no') ; 
INSERT INTO `wp_options` VALUES (7397294, '_transient_wflginfl_2057765678', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7403644, '_transient_timeout_wflginfl_3375803469', '1404721467', 'no') ; 
INSERT INTO `wp_options` VALUES (7403645, '_transient_wflginfl_3375803469', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466875, '_transient_timeout_wflginfl_2978395824', '1404771005', 'no') ; 
INSERT INTO `wp_options` VALUES (7430192, '_transient_wflginfl_2875371918', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392676, '_transient_timeout_wflginfl_3065824193', '1404628411', 'no') ; 
INSERT INTO `wp_options` VALUES (7392677, '_transient_wflginfl_3065824193', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392984, '_transient_timeout_wflginfl_657015280', '1404629573', 'no') ; 
INSERT INTO `wp_options` VALUES (7392985, '_transient_wflginfl_657015280', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7392682, '_transient_timeout_wflginfl_2057817635', '1404628437', 'no') ; 
INSERT INTO `wp_options` VALUES (7392683, '_transient_wflginfl_2057817635', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487159, '_transient_timeout_wflginfl_1892040706', '1404790915', 'no') ; 
INSERT INTO `wp_options` VALUES (7487160, '_transient_wflginfl_1892040706', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394143, '_transient_timeout_wflginfl_1450795986', '1404632391', 'no') ; 
INSERT INTO `wp_options` VALUES (7394144, '_transient_wflginfl_1450795986', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396217, '_transient_timeout_wflginfl_609576051', '1404637211', 'no') ; 
INSERT INTO `wp_options` VALUES (7396218, '_transient_wflginfl_609576051', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397291, '_transient_timeout_wflginfl_1892787144', '1404639059', 'no') ; 
INSERT INTO `wp_options` VALUES (7397292, '_transient_wflginfl_1892787144', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393214, '_transient_timeout_wflginfl_778252724', '1404630247', 'no') ; 
INSERT INTO `wp_options` VALUES (7393215, '_transient_wflginfl_778252724', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7392716, '_transient_timeout_wflginfl_2015133442', '1404628545', 'no') ; 
INSERT INTO `wp_options` VALUES (7392717, '_transient_wflginfl_2015133442', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462304, '_transient_timeout_wflginfl_1498081561', '1404767130', 'no') ; 
INSERT INTO `wp_options` VALUES (7462305, '_transient_wflginfl_1498081561', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538063, '_transient_timeout_wflginfl_1571257509', '1404829601', 'no') ; 
INSERT INTO `wp_options` VALUES (7541112, '_transient_timeout_wflginfl_3375438018', '1404831438', 'no') ; 
INSERT INTO `wp_options` VALUES (7392744, '_transient_timeout_wflginfl_1817682441', '1404628640', 'no') ; 
INSERT INTO `wp_options` VALUES (7392745, '_transient_wflginfl_1817682441', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395075, '_transient_timeout_wflginfl_2869275076', '1404634866', 'no') ; 
INSERT INTO `wp_options` VALUES (7395076, '_transient_wflginfl_2869275076', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421989, '_transient_timeout_wflginfl_1861093140', '1404735936', 'no') ; 
INSERT INTO `wp_options` VALUES (7493210, '_transient_wflginfl_1773710569', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7394875, '_transient_timeout_wflginfl_2991812590', '1404634343', 'no') ; 
INSERT INTO `wp_options` VALUES (7394876, '_transient_wflginfl_2991812590', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395164, '_transient_timeout_wflginfl_847396069', '1404635078', 'no') ; 
INSERT INTO `wp_options` VALUES (7395165, '_transient_wflginfl_847396069', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392848, '_transient_timeout_wflginfl_657961405', '1404628899', 'no') ; 
INSERT INTO `wp_options` VALUES (7392849, '_transient_wflginfl_657961405', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393068, '_transient_timeout_wflginfl_3031601986', '1404629639', 'no') ; 
INSERT INTO `wp_options` VALUES (7393069, '_transient_wflginfl_3031601986', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392858, '_transient_timeout_wflginfl_1009800819', '1404628916', 'no') ; 
INSERT INTO `wp_options` VALUES (7392859, '_transient_wflginfl_1009800819', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439841, '_transient_timeout_wflginfl_2033596153', '1404749816', 'no') ; 
INSERT INTO `wp_options` VALUES (7439842, '_transient_wflginfl_2033596153', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392864, '_transient_timeout_wflginfl_1892044143', '1404628923', 'no') ; 
INSERT INTO `wp_options` VALUES (7392865, '_transient_wflginfl_1892044143', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7392866, '_transient_timeout_wflginfl_2101124226', '1404628947', 'no') ; 
INSERT INTO `wp_options` VALUES (7392867, '_transient_wflginfl_2101124226', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395148, '_transient_timeout_wflginfl_693240216', '1404635051', 'no') ; 
INSERT INTO `wp_options` VALUES (7395149, '_transient_wflginfl_693240216', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433500, '_transient_timeout_wflginfl_2925393548', '1404744897', 'no') ; 
INSERT INTO `wp_options` VALUES (7397198, '_transient_wflginfl_2015162477', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393655, '_transient_timeout_wflginfl_1993554035', '1404631201', 'no') ; 
INSERT INTO `wp_options` VALUES (7393656, '_transient_wflginfl_1993554035', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395023, '_transient_timeout_wflginfl_3069032626', '1404634766', 'no') ; 
INSERT INTO `wp_options` VALUES (7395024, '_transient_wflginfl_3069032626', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499295, '_transient_timeout_wflginfl_3393290661', '1404802273', 'no') ; 
INSERT INTO `wp_options` VALUES (7499296, '_transient_wflginfl_3393290661', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393571, '_transient_timeout_wflginfl_1001489206', '1404630989', 'no') ; 
INSERT INTO `wp_options` VALUES (7393572, '_transient_wflginfl_1001489206', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535776, '_transient_timeout_wflginfl_3281764280', '1404828683', 'no') ; 
INSERT INTO `wp_options` VALUES (7523773, '_transient_timeout_wflginfl_2957850393', '1404820031', 'no') ; 
INSERT INTO `wp_options` VALUES (7392974, '_transient_timeout_wflginfl_3065874187', '1404629294', 'no') ; 
INSERT INTO `wp_options` VALUES (7392975, '_transient_wflginfl_3065874187', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393710, '_transient_timeout_wflginfl_2006817209', '1404631356', 'no') ; 
INSERT INTO `wp_options` VALUES (7393711, '_transient_wflginfl_2006817209', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537461, '_transient_timeout_wflginfl_2044612582', '1404829203', 'no') ; 
INSERT INTO `wp_options` VALUES (7537462, '_transient_wflginfl_2044612582', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398020, '_transient_timeout_wflginfl_2993979784', '1404640822', 'no') ; 
INSERT INTO `wp_options` VALUES (7398021, '_transient_wflginfl_2993979784', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482335, '_transient_timeout_wflginfl_1892778505', '1404786313', 'no') ; 
INSERT INTO `wp_options` VALUES (7482336, '_transient_wflginfl_1892778505', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396684, '_transient_timeout_wflginfl_3732905560', '1404638067', 'no') ; 
INSERT INTO `wp_options` VALUES (7540092, '_transient_timeout_wflginfl_1431023170', '1404830931', 'no') ; 
INSERT INTO `wp_options` VALUES (7393034, '_transient_timeout_wflginfl_2087567305', '1404629494', 'no') ; 
INSERT INTO `wp_options` VALUES (7393035, '_transient_wflginfl_2087567305', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393036, '_transient_timeout_wflginfl_702374170', '1404629496', 'no') ; 
INSERT INTO `wp_options` VALUES (7393037, '_transient_wflginfl_702374170', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393040, '_transient_timeout_wflginfl_1597673749', '1404629507', 'no') ; 
INSERT INTO `wp_options` VALUES (7393041, '_transient_wflginfl_1597673749', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393042, '_transient_timeout_wflginfl_3412759635', '1404629522', 'no') ; 
INSERT INTO `wp_options` VALUES (7393043, '_transient_wflginfl_3412759635', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393062, '_transient_timeout_wflginfl_831605882', '1404629629', 'no') ; 
INSERT INTO `wp_options` VALUES (7393063, '_transient_wflginfl_831605882', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397885, '_transient_timeout_wflginfl_609009728', '1404640237', 'no') ; 
INSERT INTO `wp_options` VALUES (7397886, '_transient_wflginfl_609009728', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393072, '_transient_timeout_wflginfl_2006599819', '1404629644', 'no') ; 
INSERT INTO `wp_options` VALUES (7393073, '_transient_wflginfl_2006599819', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396878, '_transient_timeout_wflginfl_1332080364', '1404638445', 'no') ; 
INSERT INTO `wp_options` VALUES (7396879, '_transient_wflginfl_1332080364', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393104, '_transient_timeout_wflginfl_658194436', '1404629746', 'no') ; 
INSERT INTO `wp_options` VALUES (7393105, '_transient_wflginfl_658194436', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394067, '_transient_timeout_wflginfl_3065371987', '1404632237', 'no') ; 
INSERT INTO `wp_options` VALUES (7394068, '_transient_wflginfl_3065371987', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396457, '_transient_timeout_wflginfl_657632422', '1404637600', 'no') ; 
INSERT INTO `wp_options` VALUES (7396458, '_transient_wflginfl_657632422', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393126, '_transient_timeout_wflginfl_1298734896', '1404629822', 'no') ; 
INSERT INTO `wp_options` VALUES (7393127, '_transient_wflginfl_1298734896', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538973, '_transient_timeout_wflginfl_2999351658', '1404830186', 'no') ; 
INSERT INTO `wp_options` VALUES (7538974, '_transient_wflginfl_2999351658', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539140, '_transient_wflginfl_1502017858', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397672, '_transient_wflginfl_702208027', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539023, '_transient_timeout_wflginfl_1782862406', '1404830213', 'no') ; 
INSERT INTO `wp_options` VALUES (7539024, '_transient_wflginfl_1782862406', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393192, '_transient_timeout_wflginfl_2946327016', '1404630000', 'no') ; 
INSERT INTO `wp_options` VALUES (7393193, '_transient_wflginfl_2946327016', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511510, '_transient_timeout_wflginfl_1598875665', '1404811603', 'no') ; 
INSERT INTO `wp_options` VALUES (7511511, '_transient_wflginfl_1598875665', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527138, '_transient_timeout_wflginfl_1416987629', '1404822368', 'no') ; 
INSERT INTO `wp_options` VALUES (7540193, '_transient_wflginfl_3104614540', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394917, '_transient_timeout_wflginfl_1838209803', '1404634479', 'no') ; 
INSERT INTO `wp_options` VALUES (7394918, '_transient_wflginfl_1838209803', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397271, '_transient_timeout_wflginfl_3032387745', '1404639019', 'no') ; 
INSERT INTO `wp_options` VALUES (7397272, '_transient_wflginfl_3032387745', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393276, '_transient_timeout_wflginfl_697696867', '1404630178', 'no') ; 
INSERT INTO `wp_options` VALUES (7393277, '_transient_wflginfl_697696867', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393284, '_transient_timeout_wflginfl_1569687249', '1404630196', 'no') ; 
INSERT INTO `wp_options` VALUES (7393285, '_transient_wflginfl_1569687249', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393294, '_transient_timeout_wflginfl_2512951732', '1404630216', 'no') ; 
INSERT INTO `wp_options` VALUES (7393295, '_transient_wflginfl_2512951732', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393338, '_transient_timeout_wflginfl_3163730970', '1404630340', 'no') ; 
INSERT INTO `wp_options` VALUES (7393339, '_transient_wflginfl_3163730970', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393358, '_transient_timeout_wflginfl_3065401414', '1404630370', 'no') ; 
INSERT INTO `wp_options` VALUES (7393359, '_transient_wflginfl_3065401414', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397419, '_transient_timeout_wflginfl_778252717', '1404639286', 'no') ; 
INSERT INTO `wp_options` VALUES (7397420, '_transient_wflginfl_778252717', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396560, '_transient_timeout_wflginfl_1333127280', '1404637791', 'no') ; 
INSERT INTO `wp_options` VALUES (7396561, '_transient_wflginfl_1333127280', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395448, '_transient_timeout_wflginfl_100349761', '1404635725', 'no') ; 
INSERT INTO `wp_options` VALUES (7395449, '_transient_wflginfl_100349761', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394195, '_transient_timeout_wflginfl_1337204674', '1404632582', 'no') ; 
INSERT INTO `wp_options` VALUES (7394196, '_transient_wflginfl_1337204674', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393431, '_transient_timeout_wflginfl_3419895183', '1404630632', 'no') ; 
INSERT INTO `wp_options` VALUES (7393432, '_transient_wflginfl_3419895183', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394231, '_transient_timeout_wflginfl_980134904', '1404632651', 'no') ; 
INSERT INTO `wp_options` VALUES (7394232, '_transient_wflginfl_980134904', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396191, '_transient_timeout_wflginfl_84872582', '1404637179', 'no') ; 
INSERT INTO `wp_options` VALUES (7396192, '_transient_wflginfl_84872582', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393479, '_transient_timeout_wflginfl_628683168', '1404630737', 'no') ; 
INSERT INTO `wp_options` VALUES (7393480, '_transient_wflginfl_628683168', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394520, '_transient_timeout_wflginfl_1333184278', '1404633437', 'no') ; 
INSERT INTO `wp_options` VALUES (7394521, '_transient_wflginfl_1333184278', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393503, '_transient_timeout_wflginfl_3393653945', '1404630802', 'no') ; 
INSERT INTO `wp_options` VALUES (7393504, '_transient_wflginfl_3393653945', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396165, '_transient_timeout_wflginfl_1839565251', '1404637128', 'no') ; 
INSERT INTO `wp_options` VALUES (7396166, '_transient_wflginfl_1839565251', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393541, '_transient_timeout_wflginfl_1348974156', '1404630899', 'no') ; 
INSERT INTO `wp_options` VALUES (7393542, '_transient_wflginfl_1348974156', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436985, '_transient_timeout_wflginfl_1409376326', '1404747608', 'no') ; 
INSERT INTO `wp_options` VALUES (7481905, '_transient_timeout_wflginfl_1039598006', '1404785889', 'no') ; 
INSERT INTO `wp_options` VALUES (7410953, '_transient_timeout_wflginfl_3157765205', '1404726937', 'no') ; 
INSERT INTO `wp_options` VALUES (7410954, '_transient_wflginfl_3157765205', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7405094, '_transient_timeout_wflginfl_1892690860', '1404722684', 'no') ; 
INSERT INTO `wp_options` VALUES (7405095, '_transient_wflginfl_1892690860', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395915, '_transient_timeout_wflginfl_2066813087', '1404636727', 'no') ; 
INSERT INTO `wp_options` VALUES (7395916, '_transient_wflginfl_2066813087', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394855, '_transient_timeout_wflginfl_2033596040', '1404634293', 'no') ; 
INSERT INTO `wp_options` VALUES (7394856, '_transient_wflginfl_2033596040', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476418, '_transient_timeout_wflginfl_1893155409', '1404780120', 'no') ; 
INSERT INTO `wp_options` VALUES (7476419, '_transient_wflginfl_1893155409', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395019, '_transient_timeout_wflginfl_657545407', '1404634751', 'no') ; 
INSERT INTO `wp_options` VALUES (7395020, '_transient_wflginfl_657545407', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393617, '_transient_timeout_wflginfl_2058243991', '1404631091', 'no') ; 
INSERT INTO `wp_options` VALUES (7393618, '_transient_wflginfl_2058243991', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393639, '_transient_timeout_wflginfl_1039510539', '1404631160', 'no') ; 
INSERT INTO `wp_options` VALUES (7393640, '_transient_wflginfl_1039510539', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393641, '_transient_timeout_wflginfl_657730215', '1404631186', 'no') ; 
INSERT INTO `wp_options` VALUES (7393642, '_transient_wflginfl_657730215', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394721, '_transient_timeout_wflginfl_1951036907', '1404633998', 'no') ; 
INSERT INTO `wp_options` VALUES (7394722, '_transient_wflginfl_1951036907', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395162, '_transient_timeout_wflginfl_2058235799', '1404635072', 'no') ; 
INSERT INTO `wp_options` VALUES (7395163, '_transient_wflginfl_2058235799', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393657, '_transient_timeout_wflginfl_3336886296', '1404631206', 'no') ; 
INSERT INTO `wp_options` VALUES (7393658, '_transient_wflginfl_3336886296', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395733, '_transient_timeout_wflginfl_1742886688', '1404636389', 'no') ; 
INSERT INTO `wp_options` VALUES (7395734, '_transient_wflginfl_1742886688', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467757, '_transient_timeout_wflginfl_1866737295', '1404771714', 'no') ; 
INSERT INTO `wp_options` VALUES (7467758, '_transient_wflginfl_1866737295', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397545, '_transient_timeout_wflginfl_1834846322', '1404639505', 'no') ; 
INSERT INTO `wp_options` VALUES (7397546, '_transient_wflginfl_1834846322', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393702, '_transient_timeout_wflginfl_835650253', '1404631332', 'no') ; 
INSERT INTO `wp_options` VALUES (7393703, '_transient_wflginfl_835650253', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396526, '_transient_timeout_wflginfl_2017154270', '1404637710', 'no') ; 
INSERT INTO `wp_options` VALUES (7396527, '_transient_wflginfl_2017154270', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393722, '_transient_timeout_wflginfl_1392965250', '1404631394', 'no') ; 
INSERT INTO `wp_options` VALUES (7393723, '_transient_wflginfl_1392965250', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447743, '_transient_timeout_wflginfl_1892040716', '1404755894', 'no') ; 
INSERT INTO `wp_options` VALUES (7447744, '_transient_wflginfl_1892040716', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395516, '_transient_timeout_wflginfl_1450933252', '1404635895', 'no') ; 
INSERT INTO `wp_options` VALUES (7525308, '_transient_timeout_wflginfl_657970359', '1404821126', 'no') ; 
INSERT INTO `wp_options` VALUES (7397707, '_transient_wflginfl_84780520', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393744, '_transient_timeout_wflginfl_3374322254', '1404631435', 'no') ; 
INSERT INTO `wp_options` VALUES (7393745, '_transient_wflginfl_3374322254', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395140, '_transient_timeout_wflginfl_2088253360', '1404635015', 'no') ; 
INSERT INTO `wp_options` VALUES (7395141, '_transient_wflginfl_2088253360', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393756, '_transient_timeout_wflginfl_1855241581', '1404631454', 'no') ; 
INSERT INTO `wp_options` VALUES (7393757, '_transient_wflginfl_1855241581', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394063, '_transient_timeout_wflginfl_1320682678', '1404632232', 'no') ; 
INSERT INTO `wp_options` VALUES (7394064, '_transient_wflginfl_1320682678', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393766, '_transient_timeout_wflginfl_3203299063', '1404631468', 'no') ; 
INSERT INTO `wp_options` VALUES (7393767, '_transient_wflginfl_3203299063', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487185, '_transient_timeout_wflginfl_1986348650', '1404790954', 'no') ; 
INSERT INTO `wp_options` VALUES (7487186, '_transient_wflginfl_1986348650', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395809, '_transient_timeout_wflginfl_701439935', '1404636546', 'no') ; 
INSERT INTO `wp_options` VALUES (7395810, '_transient_wflginfl_701439935', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393790, '_transient_timeout_wflginfl_657454901', '1404631548', 'no') ; 
INSERT INTO `wp_options` VALUES (7393791, '_transient_wflginfl_657454901', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393792, '_transient_timeout_wflginfl_2015160786', '1404631549', 'no') ; 
INSERT INTO `wp_options` VALUES (7393793, '_transient_wflginfl_2015160786', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397781, '_transient_timeout_wflginfl_609422653', '1404639933', 'no') ; 
INSERT INTO `wp_options` VALUES (7397782, '_transient_wflginfl_609422653', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540798, '_transient_timeout_wflginfl_1599597903', '1404831321', 'no') ; 
INSERT INTO `wp_options` VALUES (7538192, '_transient_wflginfl_1390533458', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397201, '_transient_timeout_wflginfl_3139926651', '1404638899', 'no') ; 
INSERT INTO `wp_options` VALUES (7397202, '_transient_wflginfl_3139926651', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429741, '_transient_timeout_wflginfl_609093351', '1404742088', 'no') ; 
INSERT INTO `wp_options` VALUES (7429742, '_transient_wflginfl_609093351', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396910, '_transient_timeout_wflginfl_1667520360', '1404638512', 'no') ; 
INSERT INTO `wp_options` VALUES (7396911, '_transient_wflginfl_1667520360', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393842, '_transient_timeout_wflginfl_657657314', '1404631658', 'no') ; 
INSERT INTO `wp_options` VALUES (7393843, '_transient_wflginfl_657657314', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393858, '_transient_timeout_wflginfl_1951965749', '1404631712', 'no') ; 
INSERT INTO `wp_options` VALUES (7393859, '_transient_wflginfl_1951965749', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453220, '_transient_timeout_wflginfl_1348666039', '1404760608', 'no') ; 
INSERT INTO `wp_options` VALUES (7453221, '_transient_wflginfl_1348666039', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7393874, '_transient_timeout_wflginfl_459596437', '1404631749', 'no') ; 
INSERT INTO `wp_options` VALUES (7393875, '_transient_wflginfl_459596437', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394101, '_transient_timeout_wflginfl_1326590810', '1404632289', 'no') ; 
INSERT INTO `wp_options` VALUES (7394102, '_transient_wflginfl_1326590810', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7400481, '_transient_timeout_wflginfl_1835180074', '1404718731', 'no') ; 
INSERT INTO `wp_options` VALUES (7400482, '_transient_wflginfl_1835180074', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393914, '_transient_timeout_wflginfl_3734556140', '1404631847', 'no') ; 
INSERT INTO `wp_options` VALUES (7393915, '_transient_wflginfl_3734556140', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412257, '_transient_timeout_wflginfl_3523334675', '1404727800', 'no') ; 
INSERT INTO `wp_options` VALUES (7412258, '_transient_wflginfl_3523334675', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393918, '_transient_timeout_wflginfl_452999490', '1404631861', 'no') ; 
INSERT INTO `wp_options` VALUES (7393919, '_transient_wflginfl_452999490', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396027, '_transient_timeout_wflginfl_3000980470', '1404636855', 'no') ; 
INSERT INTO `wp_options` VALUES (7396028, '_transient_wflginfl_3000980470', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393930, '_transient_timeout_wflginfl_657456581', '1404631893', 'no') ; 
INSERT INTO `wp_options` VALUES (7393931, '_transient_wflginfl_657456581', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395556, '_transient_timeout_wflginfl_1337394940', '1404635973', 'no') ; 
INSERT INTO `wp_options` VALUES (7395557, '_transient_wflginfl_1337394940', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397373, '_transient_timeout_wflginfl_2948744891', '1404639205', 'no') ; 
INSERT INTO `wp_options` VALUES (7397374, '_transient_wflginfl_2948744891', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396918, '_transient_timeout_wflginfl_621777511', '1404638517', 'no') ; 
INSERT INTO `wp_options` VALUES (7396919, '_transient_wflginfl_621777511', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393957, '_transient_timeout_wflginfl_84881765', '1404631963', 'no') ; 
INSERT INTO `wp_options` VALUES (7393958, '_transient_wflginfl_84881765', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7393965, '_transient_timeout_wflginfl_2006780283', '1404631976', 'no') ; 
INSERT INTO `wp_options` VALUES (7393966, '_transient_wflginfl_2006780283', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530553, '_transient_timeout_wflginfl_1382274093', '1404824702', 'no') ; 
INSERT INTO `wp_options` VALUES (7530554, '_transient_wflginfl_1382274093', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395584, '_transient_timeout_wflginfl_3157738953', '1404636036', 'no') ; 
INSERT INTO `wp_options` VALUES (7395585, '_transient_wflginfl_3157738953', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396251, '_transient_timeout_wflginfl_1744811038', '1404637271', 'no') ; 
INSERT INTO `wp_options` VALUES (7396252, '_transient_wflginfl_1744811038', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397223, '_transient_timeout_wflginfl_1851612831', '1404638931', 'no') ; 
INSERT INTO `wp_options` VALUES (7397224, '_transient_wflginfl_1851612831', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394428, '_transient_timeout_wflginfl_778898340', '1404633199', 'no') ; 
INSERT INTO `wp_options` VALUES (7394429, '_transient_wflginfl_778898340', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394013, '_transient_timeout_wflginfl_1541567481', '1404632087', 'no') ; 
INSERT INTO `wp_options` VALUES (7394014, '_transient_wflginfl_1541567481', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394023, '_transient_timeout_wflginfl_1159113013', '1404632108', 'no') ; 
INSERT INTO `wp_options` VALUES (7394024, '_transient_wflginfl_1159113013', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394027, '_transient_timeout_wflginfl_1484804119', '1404632120', 'no') ; 
INSERT INTO `wp_options` VALUES (7394028, '_transient_wflginfl_1484804119', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395517, '_transient_wflginfl_1450933252', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394061, '_transient_timeout_wflginfl_1887842762', '1404632230', 'no') ; 
INSERT INTO `wp_options` VALUES (7394062, '_transient_wflginfl_1887842762', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411139, '_transient_timeout_wflginfl_3065715729', '1404727059', 'no') ; 
INSERT INTO `wp_options` VALUES (7411140, '_transient_wflginfl_3065715729', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541141, '_transient_wflginfl_533818318', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532306, '_transient_wflginfl_2064934016', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7394927, '_transient_timeout_wflginfl_2966281854', '1404634525', 'no') ; 
INSERT INTO `wp_options` VALUES (7394928, '_transient_wflginfl_2966281854', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396493, '_transient_timeout_wflginfl_1742832909', '1404637660', 'no') ; 
INSERT INTO `wp_options` VALUES (7396494, '_transient_wflginfl_1742832909', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459880, '_transient_timeout_wflginfl_1423922087', '1404765132', 'no') ; 
INSERT INTO `wp_options` VALUES (7459881, '_transient_wflginfl_1423922087', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394097, '_transient_timeout_wflginfl_1909181775', '1404632283', 'no') ; 
INSERT INTO `wp_options` VALUES (7394098, '_transient_wflginfl_1909181775', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411171, '_transient_timeout_wflginfl_984494915', '1404727083', 'no') ; 
INSERT INTO `wp_options` VALUES (7411172, '_transient_wflginfl_984494915', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394334, '_transient_timeout_wflginfl_657037340', '1404632941', 'no') ; 
INSERT INTO `wp_options` VALUES (7394335, '_transient_wflginfl_657037340', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394135, '_transient_timeout_wflginfl_1835338674', '1404632368', 'no') ; 
INSERT INTO `wp_options` VALUES (7394136, '_transient_wflginfl_1835338674', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396351, '_transient_timeout_wflginfl_1153673079', '1404637447', 'no') ; 
INSERT INTO `wp_options` VALUES (7396352, '_transient_wflginfl_1153673079', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394951, '_transient_timeout_wflginfl_3155716882', '1404634592', 'no') ; 
INSERT INTO `wp_options` VALUES (7394952, '_transient_wflginfl_3155716882', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397935, '_transient_timeout_wflginfl_1571677944', '1404640381', 'no') ; 
INSERT INTO `wp_options` VALUES (7397936, '_transient_wflginfl_1571677944', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530040, '_transient_timeout_wflginfl_1728977049', '1404824364', 'no') ; 
INSERT INTO `wp_options` VALUES (7530041, '_transient_wflginfl_1728977049', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539747, '_transient_timeout_wflginfl_3488948282', '1404830709', 'no') ; 
INSERT INTO `wp_options` VALUES (7504777, '_transient_timeout_wflginfl_3176298609', '1404806640', 'no') ; 
INSERT INTO `wp_options` VALUES (7394193, '_transient_timeout_wflginfl_1491749130', '1404632579', 'no') ; 
INSERT INTO `wp_options` VALUES (7394194, '_transient_wflginfl_1491749130', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394203, '_transient_timeout_wflginfl_1432423229', '1404632590', 'no') ; 
INSERT INTO `wp_options` VALUES (7394204, '_transient_wflginfl_1432423229', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394895, '_transient_timeout_wflginfl_695066095', '1404634400', 'no') ; 
INSERT INTO `wp_options` VALUES (7394896, '_transient_wflginfl_695066095', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520944, '_transient_timeout_wflginfl_999841878', '1404818160', 'no') ; 
INSERT INTO `wp_options` VALUES (7397481, '_transient_wflginfl_1899742925', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520945, '_transient_wflginfl_999841878', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396125, '_transient_timeout_wflginfl_1832788811', '1404637053', 'no') ; 
INSERT INTO `wp_options` VALUES (7396126, '_transient_wflginfl_1832788811', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398040, '_transient_timeout_wflginfl_1051060913', '1404641263', 'no') ; 
INSERT INTO `wp_options` VALUES (7398041, '_transient_wflginfl_1051060913', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397551, '_transient_timeout_wflginfl_701473541', '1404639516', 'no') ; 
INSERT INTO `wp_options` VALUES (7397552, '_transient_wflginfl_701473541', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397835, '_transient_timeout_wflginfl_1701265123', '1404640068', 'no') ; 
INSERT INTO `wp_options` VALUES (7397836, '_transient_wflginfl_1701265123', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394267, '_transient_timeout_wflginfl_3000970847', '1404632726', 'no') ; 
INSERT INTO `wp_options` VALUES (7394268, '_transient_wflginfl_3000970847', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530082, '_transient_timeout_wflginfl_3411100667', '1404824393', 'no') ; 
INSERT INTO `wp_options` VALUES (7538839, '_transient_timeout_wflginfl_3157467140', '1404830096', 'no') ; 
INSERT INTO `wp_options` VALUES (7394271, '_transient_timeout_wflginfl_1409354579', '1404632742', 'no') ; 
INSERT INTO `wp_options` VALUES (7394272, '_transient_wflginfl_1409354579', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394273, '_transient_timeout_wflginfl_3065713415', '1404632766', 'no') ; 
INSERT INTO `wp_options` VALUES (7394274, '_transient_wflginfl_3065713415', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396137, '_transient_timeout_wflginfl_1850598156', '1404637079', 'no') ; 
INSERT INTO `wp_options` VALUES (7396138, '_transient_wflginfl_1850598156', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539237, '_transient_timeout_wflginfl_3732886875', '1404830367', 'no') ; 
INSERT INTO `wp_options` VALUES (7539238, '_transient_wflginfl_3732886875', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394279, '_transient_timeout_wflginfl_657899780', '1404632775', 'no') ; 
INSERT INTO `wp_options` VALUES (7394280, '_transient_wflginfl_657899780', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396121, '_transient_timeout_wflginfl_1508341831', '1404637043', 'no') ; 
INSERT INTO `wp_options` VALUES (7396122, '_transient_wflginfl_1508341831', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396540, '_transient_timeout_wflginfl_1975929530', '1404637758', 'no') ; 
INSERT INTO `wp_options` VALUES (7475886, '_transient_timeout_wflginfl_1396327180', '1404779595', 'no') ; 
INSERT INTO `wp_options` VALUES (7475887, '_transient_wflginfl_1396327180', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394338, '_transient_timeout_wflginfl_3190455333', '1404632955', 'no') ; 
INSERT INTO `wp_options` VALUES (7394339, '_transient_wflginfl_3190455333', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394340, '_transient_timeout_wflginfl_2942973981', '1404632956', 'no') ; 
INSERT INTO `wp_options` VALUES (7394341, '_transient_wflginfl_2942973981', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394344, '_transient_timeout_wflginfl_1892040738', '1404632957', 'no') ; 
INSERT INTO `wp_options` VALUES (7394345, '_transient_wflginfl_1892040738', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394348, '_transient_timeout_wflginfl_657072291', '1404632969', 'no') ; 
INSERT INTO `wp_options` VALUES (7394349, '_transient_wflginfl_657072291', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507668, '_transient_timeout_wflginfl_460267504', '1404808867', 'no') ; 
INSERT INTO `wp_options` VALUES (7507669, '_transient_wflginfl_460267504', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510253, '_transient_timeout_wflginfl_3351085813', '1404810776', 'no') ; 
INSERT INTO `wp_options` VALUES (7536477, '_transient_timeout_wflginfl_1496173931', '1404828576', 'no') ; 
INSERT INTO `wp_options` VALUES (7394438, '_transient_timeout_wflginfl_1599484527', '1404633211', 'no') ; 
INSERT INTO `wp_options` VALUES (7394439, '_transient_wflginfl_1599484527', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540758, '_transient_timeout_wflginfl_630114564', '1404831302', 'no') ; 
INSERT INTO `wp_options` VALUES (7540170, '_transient_timeout_wflginfl_831642857', '1404830984', 'no') ; 
INSERT INTO `wp_options` VALUES (7396541, '_transient_wflginfl_1975929530', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394605, '_transient_timeout_wflginfl_656430887', '1404633729', 'no') ; 
INSERT INTO `wp_options` VALUES (7394606, '_transient_wflginfl_656430887', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395789, '_transient_timeout_wflginfl_3557855011', '1404636502', 'no') ; 
INSERT INTO `wp_options` VALUES (7395790, '_transient_wflginfl_3557855011', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394478, '_transient_timeout_wflginfl_2058267482', '1404633340', 'no') ; 
INSERT INTO `wp_options` VALUES (7394479, '_transient_wflginfl_2058267482', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397705, '_transient_timeout_wflginfl_84780520', '1404639872', 'no') ; 
INSERT INTO `wp_options` VALUES (7541367, '_transient_wflginfl_1854641539', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395089, '_transient_timeout_wflginfl_1295107741', '1404634884', 'no') ; 
INSERT INTO `wp_options` VALUES (7395090, '_transient_wflginfl_1295107741', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394804, '_transient_timeout_wflginfl_1986265433', '1404634137', 'no') ; 
INSERT INTO `wp_options` VALUES (7397425, '_transient_timeout_wflginfl_462495583', '1404639293', 'no') ; 
INSERT INTO `wp_options` VALUES (7397426, '_transient_wflginfl_462495583', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394805, '_transient_wflginfl_1986265433', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394573, '_transient_timeout_wflginfl_690145625', '1404633601', 'no') ; 
INSERT INTO `wp_options` VALUES (7394574, '_transient_wflginfl_690145625', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394581, '_transient_timeout_wflginfl_3081481693', '1404633621', 'no') ; 
INSERT INTO `wp_options` VALUES (7394582, '_transient_wflginfl_3081481693', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394589, '_transient_timeout_wflginfl_694293347', '1404633652', 'no') ; 
INSERT INTO `wp_options` VALUES (7394590, '_transient_wflginfl_694293347', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395263, '_transient_timeout_wflginfl_1562794552', '1404635317', 'no') ; 
INSERT INTO `wp_options` VALUES (7395264, '_transient_wflginfl_1562794552', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395538, '_transient_timeout_wflginfl_3169912394', '1404635943', 'no') ; 
INSERT INTO `wp_options` VALUES (7395539, '_transient_wflginfl_3169912394', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535238, '_transient_timeout_wflginfl_1411939111', '1404827732', 'no') ; 
INSERT INTO `wp_options` VALUES (7535239, '_transient_wflginfl_1411939111', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396417, '_transient_timeout_wflginfl_3000859229', '1404637554', 'no') ; 
INSERT INTO `wp_options` VALUES (7396418, '_transient_wflginfl_3000859229', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395361, '_transient_timeout_wflginfl_3065492256', '1404635549', 'no') ; 
INSERT INTO `wp_options` VALUES (7395362, '_transient_wflginfl_3065492256', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394631, '_transient_timeout_wflginfl_1887902359', '1404633793', 'no') ; 
INSERT INTO `wp_options` VALUES (7394632, '_transient_wflginfl_1887902359', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467421, '_transient_timeout_wflginfl_1673410941', '1404771457', 'no') ; 
INSERT INTO `wp_options` VALUES (7396637, '_transient_timeout_wflginfl_3120965702', '1404638030', 'no') ; 
INSERT INTO `wp_options` VALUES (7394635, '_transient_timeout_wflginfl_1510639247', '1404633819', 'no') ; 
INSERT INTO `wp_options` VALUES (7394636, '_transient_wflginfl_1510639247', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396846, '_transient_timeout_wflginfl_3422378543', '1404638370', 'no') ; 
INSERT INTO `wp_options` VALUES (7396847, '_transient_wflginfl_3422378543', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394661, '_transient_timeout_wflginfl_838132137', '1404633859', 'no') ; 
INSERT INTO `wp_options` VALUES (7394662, '_transient_wflginfl_838132137', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394709, '_transient_timeout_wflginfl_1975729008', '1404633981', 'no') ; 
INSERT INTO `wp_options` VALUES (7394710, '_transient_wflginfl_1975729008', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515468, '_transient_timeout_wflginfl_1298685455', '1404814376', 'no') ; 
INSERT INTO `wp_options` VALUES (7515469, '_transient_wflginfl_1298685455', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394879, '_transient_timeout_wflginfl_657624547', '1404634352', 'no') ; 
INSERT INTO `wp_options` VALUES (7394880, '_transient_wflginfl_657624547', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396792, '_transient_timeout_wflginfl_1546544232', '1404638275', 'no') ; 
INSERT INTO `wp_options` VALUES (7396793, '_transient_wflginfl_1546544232', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394753, '_transient_timeout_wflginfl_1993549259', '1404634049', 'no') ; 
INSERT INTO `wp_options` VALUES (7394754, '_transient_wflginfl_1993549259', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398009, '_transient_timeout_wflginfl_2088293986', '1404640757', 'no') ; 
INSERT INTO `wp_options` VALUES (7398010, '_transient_wflginfl_2088293986', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436144, '_transient_timeout_wflginfl_1379749306', '1404746930', 'no') ; 
INSERT INTO `wp_options` VALUES (7400739, '_transient_timeout_wflginfl_609315009', '1404718967', 'no') ; 
INSERT INTO `wp_options` VALUES (7400740, '_transient_wflginfl_609315009', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394921, '_transient_timeout_wflginfl_1549968585', '1404634496', 'no') ; 
INSERT INTO `wp_options` VALUES (7394922, '_transient_wflginfl_1549968585', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394796, '_transient_timeout_wflginfl_1976039784', '1404634128', 'no') ; 
INSERT INTO `wp_options` VALUES (7394797, '_transient_wflginfl_1976039784', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396203, '_transient_timeout_wflginfl_1409407109', '1404637481', 'no') ; 
INSERT INTO `wp_options` VALUES (7396204, '_transient_wflginfl_1409407109', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7394810, '_transient_timeout_wflginfl_2057805187', '1404634151', 'no') ; 
INSERT INTO `wp_options` VALUES (7394811, '_transient_wflginfl_2057805187', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394814, '_transient_timeout_wflginfl_1883770306', '1404634154', 'no') ; 
INSERT INTO `wp_options` VALUES (7394815, '_transient_wflginfl_1883770306', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398055, '_transient_timeout_wflginfl_608971779', '1404641366', 'no') ; 
INSERT INTO `wp_options` VALUES (7398056, '_transient_wflginfl_608971779', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395969, '_transient_timeout_wflginfl_1569705569', '1404636776', 'no') ; 
INSERT INTO `wp_options` VALUES (7395970, '_transient_wflginfl_1569705569', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394832, '_transient_timeout_wflginfl_3163489514', '1404634189', 'no') ; 
INSERT INTO `wp_options` VALUES (7394833, '_transient_wflginfl_3163489514', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394834, '_transient_timeout_wflginfl_637453858', '1404634198', 'no') ; 
INSERT INTO `wp_options` VALUES (7394835, '_transient_wflginfl_637453858', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7498559, '_transient_timeout_wflginfl_2875257997', '1404801598', 'no') ; 
INSERT INTO `wp_options` VALUES (7397849, '_transient_timeout_wflginfl_3559086215', '1404640100', 'no') ; 
INSERT INTO `wp_options` VALUES (7397850, '_transient_wflginfl_3559086215', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463459, '_transient_timeout_wflginfl_1395291889', '1404768100', 'no') ; 
INSERT INTO `wp_options` VALUES (7463460, '_transient_wflginfl_1395291889', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395753, '_transient_timeout_wflginfl_657033762', '1404636423', 'no') ; 
INSERT INTO `wp_options` VALUES (7395754, '_transient_wflginfl_657033762', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541002, '_transient_timeout_wflginfl_3001889538', '1404831401', 'no') ; 
INSERT INTO `wp_options` VALUES (7541003, '_transient_wflginfl_3001889538', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395178, '_transient_timeout_wflginfl_1451167013', '1404635115', 'no') ; 
INSERT INTO `wp_options` VALUES (7395179, '_transient_wflginfl_1451167013', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7498560, '_transient_wflginfl_2875257997', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394901, '_transient_timeout_wflginfl_657744918', '1404634434', 'no') ; 
INSERT INTO `wp_options` VALUES (7394902, '_transient_wflginfl_657744918', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394905, '_transient_timeout_wflginfl_3065615729', '1404634444', 'no') ; 
INSERT INTO `wp_options` VALUES (7394906, '_transient_wflginfl_3065615729', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395831, '_transient_timeout_wflginfl_1570178395', '1404636593', 'no') ; 
INSERT INTO `wp_options` VALUES (7395832, '_transient_wflginfl_1570178395', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524573, '_transient_timeout_wflginfl_3256784803', '1404820606', 'no') ; 
INSERT INTO `wp_options` VALUES (7397451, '_transient_wflginfl_551055001', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539107, '_transient_timeout_wflginfl_3577392350', '1404830271', 'no') ; 
INSERT INTO `wp_options` VALUES (7394931, '_transient_timeout_wflginfl_775776205', '1404634562', 'no') ; 
INSERT INTO `wp_options` VALUES (7394932, '_transient_wflginfl_775776205', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397261, '_transient_timeout_wflginfl_1569688222', '1404638992', 'no') ; 
INSERT INTO `wp_options` VALUES (7397262, '_transient_wflginfl_1569688222', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394943, '_transient_timeout_wflginfl_3065606042', '1404634583', 'no') ; 
INSERT INTO `wp_options` VALUES (7394944, '_transient_wflginfl_3065606042', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394973, '_transient_timeout_wflginfl_3307611787', '1404634641', 'no') ; 
INSERT INTO `wp_options` VALUES (7394974, '_transient_wflginfl_3307611787', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395186, '_transient_timeout_wflginfl_1581425253', '1404635130', 'no') ; 
INSERT INTO `wp_options` VALUES (7395187, '_transient_wflginfl_1581425253', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394993, '_transient_timeout_wflginfl_1196537551', '1404634669', 'no') ; 
INSERT INTO `wp_options` VALUES (7394994, '_transient_wflginfl_1196537551', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7394999, '_transient_wflginfl_2006594101', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395868, '_transient_wflginfl_3157448850', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395017, '_transient_timeout_wflginfl_3318596691', '1404634743', 'no') ; 
INSERT INTO `wp_options` VALUES (7395018, '_transient_wflginfl_3318596691', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395638, '_transient_timeout_wflginfl_3181379113', '1404636173', 'no') ; 
INSERT INTO `wp_options` VALUES (7395639, '_transient_wflginfl_3181379113', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532471, '_transient_wflginfl_2015161062', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398076, '_transient_wflginfl_608732762', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448632, '_transient_timeout_wflginfl_1348606656', '1404756555', 'no') ; 
INSERT INTO `wp_options` VALUES (7448633, '_transient_wflginfl_1348606656', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395359, '_transient_timeout_wflginfl_1319739905', '1404635547', 'no') ; 
INSERT INTO `wp_options` VALUES (7395889, '_transient_timeout_wflginfl_1395254022', '1404636692', 'no') ; 
INSERT INTO `wp_options` VALUES (7395890, '_transient_wflginfl_1395254022', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395360, '_transient_wflginfl_1319739905', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395873, '_transient_timeout_wflginfl_3065153031', '1404636672', 'no') ; 
INSERT INTO `wp_options` VALUES (7395874, '_transient_wflginfl_3065153031', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395156, '_transient_timeout_wflginfl_1950857899', '1404635063', 'no') ; 
INSERT INTO `wp_options` VALUES (7395157, '_transient_wflginfl_1950857899', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396239, '_transient_timeout_wflginfl_1246422372', '1404637255', 'no') ; 
INSERT INTO `wp_options` VALUES (7396240, '_transient_wflginfl_1246422372', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396842, '_transient_timeout_wflginfl_708612746', '1404638364', 'no') ; 
INSERT INTO `wp_options` VALUES (7396843, '_transient_wflginfl_708612746', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395182, '_transient_timeout_wflginfl_656440498', '1404635124', 'no') ; 
INSERT INTO `wp_options` VALUES (7395183, '_transient_wflginfl_656440498', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395190, '_transient_timeout_wflginfl_1371939189', '1404635136', 'no') ; 
INSERT INTO `wp_options` VALUES (7395191, '_transient_wflginfl_1371939189', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395285, '_transient_timeout_wflginfl_1908502138', '1404635368', 'no') ; 
INSERT INTO `wp_options` VALUES (7395205, '_transient_timeout_wflginfl_3305653992', '1404635172', 'no') ; 
INSERT INTO `wp_options` VALUES (7395206, '_transient_wflginfl_3305653992', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395596, '_transient_timeout_wflginfl_2078757246', '1404636059', 'no') ; 
INSERT INTO `wp_options` VALUES (7395597, '_transient_wflginfl_2078757246', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397667, '_transient_timeout_wflginfl_702208027', '1404639816', 'no') ; 
INSERT INTO `wp_options` VALUES (7397668, '_transient_wflginfl_1868337580', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395239, '_transient_timeout_wflginfl_1892045502', '1404635239', 'no') ; 
INSERT INTO `wp_options` VALUES (7395240, '_transient_wflginfl_1892045502', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395245, '_transient_timeout_wflginfl_1876932251', '1404635250', 'no') ; 
INSERT INTO `wp_options` VALUES (7395246, '_transient_wflginfl_1876932251', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397623, '_transient_timeout_wflginfl_3065350298', '1404639647', 'no') ; 
INSERT INTO `wp_options` VALUES (7397624, '_transient_wflginfl_3065350298', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398053, '_transient_timeout_wflginfl_2988726256', '1404641364', 'no') ; 
INSERT INTO `wp_options` VALUES (7398054, '_transient_wflginfl_2988726256', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395286, '_transient_wflginfl_1908502138', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395299, '_transient_timeout_wflginfl_3164596643', '1404635680', 'no') ; 
INSERT INTO `wp_options` VALUES (7395300, '_transient_wflginfl_3164596643', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7457908, '_transient_timeout_wflginfl_1451165874', '1404763590', 'no') ; 
INSERT INTO `wp_options` VALUES (7457909, '_transient_wflginfl_1451165874', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395323, '_transient_timeout_wflginfl_3069027533', '1404635453', 'no') ; 
INSERT INTO `wp_options` VALUES (7395324, '_transient_wflginfl_3069027533', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7413631, '_transient_wflginfl_3716952939', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397536, '_transient_wflginfl_3394169448', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396365, '_transient_timeout_wflginfl_1952266777', '1404637466', 'no') ; 
INSERT INTO `wp_options` VALUES (7396366, '_transient_wflginfl_1952266777', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538531, '_transient_timeout_wflginfl_1548752804', '1404829901', 'no') ; 
INSERT INTO `wp_options` VALUES (7432864, '_transient_wflginfl_699965667', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518286, '_transient_wflginfl_48390297', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396383, '_transient_timeout_wflginfl_3577291000', '1404637502', 'no') ; 
INSERT INTO `wp_options` VALUES (7396384, '_transient_wflginfl_3577291000', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462346, '_transient_timeout_wflginfl_784781873', '1404767177', 'no') ; 
INSERT INTO `wp_options` VALUES (7485604, '_transient_wflginfl_2002717799', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462347, '_transient_wflginfl_784781873', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395480, '_transient_timeout_wflginfl_2057736704', '1404635816', 'no') ; 
INSERT INTO `wp_options` VALUES (7541054, '_transient_timeout_wflginfl_1742833918', '1404831419', 'no') ; 
INSERT INTO `wp_options` VALUES (7541055, '_transient_wflginfl_1742833918', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504215, '_transient_timeout_wflginfl_1136736362', '1404806198', 'no') ; 
INSERT INTO `wp_options` VALUES (7397847, '_transient_timeout_wflginfl_3065654853', '1404640093', 'no') ; 
INSERT INTO `wp_options` VALUES (7397848, '_transient_wflginfl_3065654853', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395426, '_transient_timeout_wflginfl_1336411616', '1404635694', 'no') ; 
INSERT INTO `wp_options` VALUES (7395427, '_transient_wflginfl_1336411616', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395442, '_transient_timeout_wflginfl_704269151', '1404635718', 'no') ; 
INSERT INTO `wp_options` VALUES (7395443, '_transient_wflginfl_704269151', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397969, '_transient_timeout_wflginfl_1432865560', '1404640537', 'no') ; 
INSERT INTO `wp_options` VALUES (7397970, '_transient_wflginfl_1432865560', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396562, '_transient_timeout_wflginfl_1450971088', '1404637793', 'no') ; 
INSERT INTO `wp_options` VALUES (7396563, '_transient_wflginfl_1450971088', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395481, '_transient_wflginfl_2057736704', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395484, '_transient_timeout_wflginfl_1783604125', '1404635819', 'no') ; 
INSERT INTO `wp_options` VALUES (7395485, '_transient_wflginfl_1783604125', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395486, '_transient_timeout_wflginfl_1329011389', '1404636024', 'no') ; 
INSERT INTO `wp_options` VALUES (7395487, '_transient_wflginfl_1329011389', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7395492, '_transient_timeout_wflginfl_3065883395', '1404635833', 'no') ; 
INSERT INTO `wp_options` VALUES (7395493, '_transient_wflginfl_3065883395', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395508, '_transient_timeout_wflginfl_657218391', '1404635881', 'no') ; 
INSERT INTO `wp_options` VALUES (7395509, '_transient_wflginfl_657218391', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531694, '_transient_timeout_wflginfl_1893155404', '1404825468', 'no') ; 
INSERT INTO `wp_options` VALUES (7531695, '_transient_wflginfl_1893155404', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532019, '_transient_timeout_wflginfl_1129748519', '1404825642', 'no') ; 
INSERT INTO `wp_options` VALUES (7532020, '_transient_wflginfl_1129748519', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395518, '_transient_timeout_wflginfl_1977490026', '1404635898', 'no') ; 
INSERT INTO `wp_options` VALUES (7395519, '_transient_wflginfl_1977490026', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529717, '_transient_wflginfl_1416964466', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529716, '_transient_timeout_wflginfl_1416964466', '1404824150', 'no') ; 
INSERT INTO `wp_options` VALUES (7528856, '_transient_timeout_wflginfl_2046955970', '1404823545', 'no') ; 
INSERT INTO `wp_options` VALUES (7528857, '_transient_wflginfl_2046955970', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413630, '_transient_timeout_wflginfl_3716952939', '1404728890', 'no') ; 
INSERT INTO `wp_options` VALUES (7397534, '_transient_timeout_wflginfl_3394169448', '1404639480', 'no') ; 
INSERT INTO `wp_options` VALUES (7540443, '_transient_wflginfl_1833001552', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541416, '_transient_timeout_wflginfl_1095454843', '1404831625', 'no') ; 
INSERT INTO `wp_options` VALUES (7537169, '_transient_timeout_wflginfl_1403802297', '1404829017', 'no') ; 
INSERT INTO `wp_options` VALUES (7537170, '_transient_wflginfl_1403802297', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425796, '_transient_timeout_wflginfl_3307652673', '1404739038', 'no') ; 
INSERT INTO `wp_options` VALUES (7397681, '_transient_wflginfl_656457108', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397489, '_transient_wflginfl_657159365', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397487, '_transient_timeout_wflginfl_657159365', '1404639477', 'no') ; 
INSERT INTO `wp_options` VALUES (7540972, '_transient_timeout_wflginfl_2829558832', '1404831393', 'no') ; 
INSERT INTO `wp_options` VALUES (7540513, '_transient_wflginfl_1429758800', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7395594, '_transient_timeout_wflginfl_1658519025', '1404636058', 'no') ; 
INSERT INTO `wp_options` VALUES (7395595, '_transient_wflginfl_1658519025', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7400377, '_transient_timeout_wflginfl_2033490357', '1404719215', 'no') ; 
INSERT INTO `wp_options` VALUES (7400378, '_transient_wflginfl_2033490357', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7420840, '_transient_timeout_wflginfl_1892040734', '1404734987', 'no') ; 
INSERT INTO `wp_options` VALUES (7420841, '_transient_wflginfl_1892040734', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395699, '_transient_timeout_wflginfl_3553994242', '1404636330', 'no') ; 
INSERT INTO `wp_options` VALUES (7539957, '_transient_wflginfl_3578923876', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536094, '_transient_timeout_wflginfl_3065298291', '1404828307', 'no') ; 
INSERT INTO `wp_options` VALUES (7395683, '_transient_timeout_wflginfl_2030502660', '1404636280', 'no') ; 
INSERT INTO `wp_options` VALUES (7395684, '_transient_wflginfl_2030502660', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395685, '_transient_timeout_wflginfl_2058252531', '1404636435', 'no') ; 
INSERT INTO `wp_options` VALUES (7395686, '_transient_wflginfl_2058252531', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7395700, '_transient_wflginfl_3553994242', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537747, '_transient_timeout_wflginfl_1442448049', '1404829394', 'no') ; 
INSERT INTO `wp_options` VALUES (7537748, '_transient_wflginfl_1442448049', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395725, '_transient_timeout_wflginfl_1892201199', '1404636376', 'no') ; 
INSERT INTO `wp_options` VALUES (7395726, '_transient_wflginfl_1892201199', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398075, '_transient_timeout_wflginfl_608732762', '1404641472', 'no') ; 
INSERT INTO `wp_options` VALUES (7395741, '_transient_timeout_wflginfl_1775281577', '1404636395', 'no') ; 
INSERT INTO `wp_options` VALUES (7395742, '_transient_wflginfl_1775281577', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528482, '_transient_timeout_wflginfl_2996044577', '1404823526', 'no') ; 
INSERT INTO `wp_options` VALUES (7528483, '_transient_wflginfl_2996044577', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7397957, '_transient_timeout_wflginfl_656425654', '1404640463', 'no') ; 
INSERT INTO `wp_options` VALUES (7397958, '_transient_wflginfl_656425654', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396507, '_transient_timeout_wflginfl_2080816894', '1404637684', 'no') ; 
INSERT INTO `wp_options` VALUES (7396508, '_transient_wflginfl_2080816894', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395761, '_transient_timeout_wflginfl_3318221892', '1404636433', 'no') ; 
INSERT INTO `wp_options` VALUES (7395762, '_transient_wflginfl_3318221892', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395763, '_transient_timeout_wflginfl_460600927', '1404636437', 'no') ; 
INSERT INTO `wp_options` VALUES (7395764, '_transient_wflginfl_460600927', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396624, '_transient_timeout_wflginfl_3065122904', '1404638030', 'no') ; 
INSERT INTO `wp_options` VALUES (7396625, '_transient_wflginfl_3065122904', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479607, '_transient_timeout_wflginfl_1177722474', '1404783447', 'no') ; 
INSERT INTO `wp_options` VALUES (7479608, '_transient_wflginfl_1177722474', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464692, '_transient_timeout_wflginfl_2966288959', '1404769071', 'no') ; 
INSERT INTO `wp_options` VALUES (7464693, '_transient_wflginfl_2966288959', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395793, '_transient_timeout_wflginfl_1578455398', '1404636504', 'no') ; 
INSERT INTO `wp_options` VALUES (7395794, '_transient_wflginfl_1578455398', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396401, '_transient_wflginfl_657743586', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396402, '_transient_wflginfl_36862801', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395813, '_transient_timeout_wflginfl_778450133', '1404636550', 'no') ; 
INSERT INTO `wp_options` VALUES (7395814, '_transient_wflginfl_778450133', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397765, '_transient_timeout_wflginfl_38988323', '1404640011', 'no') ; 
INSERT INTO `wp_options` VALUES (7397766, '_transient_wflginfl_38988323', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7398122, '_transient_timeout_wflginfl_1986122940', '1404643472', 'no') ; 
INSERT INTO `wp_options` VALUES (7398123, '_transient_wflginfl_1986122940', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397595, '_transient_timeout_wflginfl_2959788977', '1404639598', 'no') ; 
INSERT INTO `wp_options` VALUES (7539412, '_transient_timeout_wflginfl_1280999895', '1404830495', 'no') ; 
INSERT INTO `wp_options` VALUES (7397431, '_transient_timeout_wflginfl_1001514472', '1404639302', 'no') ; 
INSERT INTO `wp_options` VALUES (7397432, '_transient_wflginfl_1001514472', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395857, '_transient_timeout_wflginfl_1001480262', '1404636912', 'no') ; 
INSERT INTO `wp_options` VALUES (7395858, '_transient_wflginfl_1001480262', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7395875, '_transient_timeout_wflginfl_90968793', '1404636672', 'no') ; 
INSERT INTO `wp_options` VALUES (7395876, '_transient_wflginfl_90968793', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397899, '_transient_timeout_wflginfl_690969228', '1404640268', 'no') ; 
INSERT INTO `wp_options` VALUES (7397900, '_transient_wflginfl_690969228', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395895, '_transient_timeout_wflginfl_2997144878', '1404636697', 'no') ; 
INSERT INTO `wp_options` VALUES (7395896, '_transient_wflginfl_2997144878', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395897, '_transient_timeout_wflginfl_1976239991', '1404636700', 'no') ; 
INSERT INTO `wp_options` VALUES (7395898, '_transient_wflginfl_1976239991', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397393, '_transient_timeout_wflginfl_608727793', '1404639231', 'no') ; 
INSERT INTO `wp_options` VALUES (7397394, '_transient_wflginfl_608727793', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532894, '_transient_timeout_wflginfl_1892040798', '1404826215', 'no') ; 
INSERT INTO `wp_options` VALUES (7532895, '_transient_wflginfl_1892040798', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396337, '_transient_timeout_wflginfl_93027921', '1404637427', 'no') ; 
INSERT INTO `wp_options` VALUES (7396338, '_transient_wflginfl_93027921', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395941, '_transient_timeout_wflginfl_704184696', '1404636756', 'no') ; 
INSERT INTO `wp_options` VALUES (7395942, '_transient_wflginfl_704184696', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395943, '_transient_timeout_wflginfl_3174989395', '1404636758', 'no') ; 
INSERT INTO `wp_options` VALUES (7395944, '_transient_wflginfl_3174989395', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395953, '_transient_timeout_wflginfl_3306106366', '1404636763', 'no') ; 
INSERT INTO `wp_options` VALUES (7395954, '_transient_wflginfl_3306106366', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7395987, '_transient_timeout_wflginfl_1369136430', '1404636792', 'no') ; 
INSERT INTO `wp_options` VALUES (7395988, '_transient_wflginfl_1369136430', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396686, '_transient_timeout_wflginfl_2080814426', '1404638067', 'no') ; 
INSERT INTO `wp_options` VALUES (7396687, '_transient_wflginfl_3732905560', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396704, '_transient_timeout_wflginfl_1328061433', '1404638093', 'no') ; 
INSERT INTO `wp_options` VALUES (7396705, '_transient_wflginfl_1328061433', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396021, '_transient_timeout_wflginfl_3393400100', '1404636846', 'no') ; 
INSERT INTO `wp_options` VALUES (7396022, '_transient_wflginfl_3393400100', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396043, '_transient_timeout_wflginfl_1546652704', '1404636898', 'no') ; 
INSERT INTO `wp_options` VALUES (7396044, '_transient_wflginfl_1546652704', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445828, '_transient_timeout_wflginfl_712021885', '1404754439', 'no') ; 
INSERT INTO `wp_options` VALUES (7445829, '_transient_wflginfl_712021885', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530966, '_transient_timeout_wflginfl_86730306', '1404825005', 'no') ; 
INSERT INTO `wp_options` VALUES (7523450, '_transient_wflginfl_831695528', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464371, '_transient_timeout_wflginfl_1503317637', '1404768846', 'no') ; 
INSERT INTO `wp_options` VALUES (7464372, '_transient_wflginfl_1503317637', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396159, '_transient_timeout_wflginfl_1565924854', '1404637114', 'no') ; 
INSERT INTO `wp_options` VALUES (7396160, '_transient_wflginfl_1565924854', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396167, '_transient_timeout_wflginfl_3057242059', '1404637130', 'no') ; 
INSERT INTO `wp_options` VALUES (7396168, '_transient_wflginfl_3057242059', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396171, '_transient_timeout_wflginfl_1975628841', '1404637137', 'no') ; 
INSERT INTO `wp_options` VALUES (7396172, '_transient_wflginfl_1975628841', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539171, '_transient_timeout_wflginfl_1566141234', '1404830316', 'no') ; 
INSERT INTO `wp_options` VALUES (7539172, '_transient_wflginfl_1566141234', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421214, '_transient_timeout_wflginfl_1856910114', '1404735313', 'no') ; 
INSERT INTO `wp_options` VALUES (7454374, '_transient_wflginfl_696573629', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540936, '_transient_timeout_wflginfl_1472816594', '1404831378', 'no') ; 
INSERT INTO `wp_options` VALUES (7461239, '_transient_timeout_wflginfl_3645473038', '1404766209', 'no') ; 
INSERT INTO `wp_options` VALUES (7396576, '_transient_timeout_wflginfl_772586409', '1404638030', 'no') ; 
INSERT INTO `wp_options` VALUES (7396259, '_transient_timeout_wflginfl_657113841', '1404637281', 'no') ; 
INSERT INTO `wp_options` VALUES (7396260, '_transient_wflginfl_657113841', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396275, '_transient_timeout_wflginfl_1029330881', '1404637310', 'no') ; 
INSERT INTO `wp_options` VALUES (7396276, '_transient_wflginfl_1029330881', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397073, '_transient_timeout_wflginfl_3669673317', '1404638818', 'no') ; 
INSERT INTO `wp_options` VALUES (7397074, '_transient_wflginfl_3669673317', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396307, '_transient_timeout_wflginfl_3065660994', '1404637362', 'no') ; 
INSERT INTO `wp_options` VALUES (7396308, '_transient_wflginfl_3065660994', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442967, '_transient_timeout_wflginfl_2955426800', '1404752533', 'no') ; 
INSERT INTO `wp_options` VALUES (7397683, '_transient_timeout_wflginfl_1834856030', '1404639816', 'no') ; 
INSERT INTO `wp_options` VALUES (7397571, '_transient_timeout_wflginfl_3732909793', '1404639550', 'no') ; 
INSERT INTO `wp_options` VALUES (7397572, '_transient_wflginfl_3732909793', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396379, '_transient_timeout_wflginfl_2344840502', '1404637492', 'no') ; 
INSERT INTO `wp_options` VALUES (7396380, '_transient_wflginfl_2344840502', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396385, '_transient_timeout_wflginfl_34333134', '1404637505', 'no') ; 
INSERT INTO `wp_options` VALUES (7396386, '_transient_wflginfl_34333134', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396387, '_transient_timeout_wflginfl_3373876792', '1404637507', 'no') ; 
INSERT INTO `wp_options` VALUES (7396388, '_transient_wflginfl_3373876792', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534978, '_transient_timeout_wflginfl_1498084700', '1404827541', 'no') ; 
INSERT INTO `wp_options` VALUES (7533210, '_transient_timeout_wflginfl_3320116615', '1404826411', 'no') ; 
INSERT INTO `wp_options` VALUES (7423064, '_transient_timeout_wflginfl_93848730', '1404736834', 'no') ; 
INSERT INTO `wp_options` VALUES (7423065, '_transient_wflginfl_93848730', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396804, '_transient_timeout_wflginfl_979399317', '1404638293', 'no') ; 
INSERT INTO `wp_options` VALUES (7396805, '_transient_wflginfl_979399317', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396638, '_transient_wflginfl_3120965702', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396643, '_transient_timeout_wflginfl_2421535341', '1404638030', 'no') ; 
INSERT INTO `wp_options` VALUES (7397815, '_transient_timeout_wflginfl_1835131466', '1404640075', 'no') ; 
INSERT INTO `wp_options` VALUES (7397816, '_transient_wflginfl_1835131466', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7398134, '_transient_timeout_wflginfl_1768805473', '1404644356', 'no') ; 
INSERT INTO `wp_options` VALUES (7398135, '_transient_wflginfl_1768805473', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538066, '_transient_wflginfl_3578435002', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7399847, '_transient_wflginfl_692615180', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396453, '_transient_timeout_wflginfl_1892813135', '1404637599', 'no') ; 
INSERT INTO `wp_options` VALUES (7396454, '_transient_wflginfl_1892813135', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396463, '_transient_timeout_wflginfl_1569923758', '1404637611', 'no') ; 
INSERT INTO `wp_options` VALUES (7396464, '_transient_wflginfl_1569923758', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540384, '_transient_timeout_wflginfl_2108771116', '1404831117', 'no') ; 
INSERT INTO `wp_options` VALUES (7473887, '_transient_timeout_wflginfl_1022435871', '1404777532', 'no') ; 
INSERT INTO `wp_options` VALUES (7539632, '_transient_wflginfl_1410196700', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397094, '_transient_wflginfl_3413108627', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476394, '_transient_timeout_wflginfl_1222925704', '1404780102', 'no') ; 
INSERT INTO `wp_options` VALUES (7476395, '_transient_wflginfl_1222925704', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521383, '_transient_timeout_wflginfl_245379710', '1404818448', 'no') ; 
INSERT INTO `wp_options` VALUES (7499979, '_transient_timeout_wflginfl_1868071359', '1404802807', 'no') ; 
INSERT INTO `wp_options` VALUES (7397488, '_transient_timeout_wflginfl_1538695092', '1404639477', 'no') ; 
INSERT INTO `wp_options` VALUES (7397490, '_transient_wflginfl_1538695092', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537950, '_transient_wflginfl_3201618377', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397220, '_transient_timeout_wflginfl_2588158008', '1404638929', 'no') ; 
INSERT INTO `wp_options` VALUES (7396522, '_transient_timeout_wflginfl_694482190', '1404637707', 'no') ; 
INSERT INTO `wp_options` VALUES (7396523, '_transient_wflginfl_694482190', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396530, '_transient_timeout_wflginfl_657890294', '1404637733', 'no') ; 
INSERT INTO `wp_options` VALUES (7396531, '_transient_wflginfl_657890294', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397281, '_transient_timeout_wflginfl_2012348097', '1404639039', 'no') ; 
INSERT INTO `wp_options` VALUES (7397282, '_transient_wflginfl_2012348097', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396696, '_transient_timeout_wflginfl_3065634501', '1404638079', 'no') ; 
INSERT INTO `wp_options` VALUES (7396697, '_transient_wflginfl_3065634501', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396577, '_transient_wflginfl_772586409', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396602, '_transient_timeout_wflginfl_1424248374', '1404638030', 'no') ; 
INSERT INTO `wp_options` VALUES (7396603, '_transient_timeout_wflginfl_1569545345', '1404638030', 'no') ; 
INSERT INTO `wp_options` VALUES (7396604, '_transient_wflginfl_1424248374', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396605, '_transient_wflginfl_1569545345', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7421990, '_transient_wflginfl_1861093140', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396631, '_transient_wflginfl_1976272611', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396658, '_transient_wflginfl_1837151623', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540917, '_transient_wflginfl_2033605732', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539133, '_transient_timeout_wflginfl_3154253769', '1404830577', 'no') ; 
INSERT INTO `wp_options` VALUES (7539134, '_transient_wflginfl_3154253769', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7397476, '_transient_wflginfl_2344772111', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396690, '_transient_timeout_wflginfl_1422204595', '1404638067', 'no') ; 
INSERT INTO `wp_options` VALUES (7396691, '_transient_wflginfl_1422204595', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7402158, '_transient_timeout_wflginfl_1705124805', '1404720182', 'no') ; 
INSERT INTO `wp_options` VALUES (7402159, '_transient_wflginfl_1705124805', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396712, '_transient_timeout_wflginfl_2022784052', '1404638102', 'no') ; 
INSERT INTO `wp_options` VALUES (7396713, '_transient_wflginfl_2022784052', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396723, '_transient_timeout_wflginfl_1293692054', '1404638119', 'no') ; 
INSERT INTO `wp_options` VALUES (7396724, '_transient_wflginfl_1293692054', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397207, '_transient_timeout_wflginfl_3035245507', '1404638912', 'no') ; 
INSERT INTO `wp_options` VALUES (7397208, '_transient_wflginfl_3035245507', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540464, '_transient_timeout_wflginfl_1308609962', '1404831398', 'no') ; 
INSERT INTO `wp_options` VALUES (7540465, '_transient_wflginfl_1308609962', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7539503, '_transient_timeout_wflginfl_2536317637', '1404830556', 'no') ; 
INSERT INTO `wp_options` VALUES (7541044, '_transient_timeout_wflginfl_1580696589', '1404831418', 'no') ; 
INSERT INTO `wp_options` VALUES (7524153, '_transient_timeout_wflginfl_1705112074', '1404820544', 'no') ; 
INSERT INTO `wp_options` VALUES (7524154, '_transient_wflginfl_1705112074', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7396754, '_transient_timeout_wflginfl_2033596060', '1404638194', 'no') ; 
INSERT INTO `wp_options` VALUES (7396755, '_transient_wflginfl_2033596060', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397987, '_transient_timeout_wflginfl_3305229920', '1404640654', 'no') ; 
INSERT INTO `wp_options` VALUES (7397988, '_transient_wflginfl_3305229920', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396794, '_transient_timeout_wflginfl_1336898241', '1404638278', 'no') ; 
INSERT INTO `wp_options` VALUES (7396795, '_transient_wflginfl_1336898241', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396810, '_transient_timeout_wflginfl_3321528361', '1404638304', 'no') ; 
INSERT INTO `wp_options` VALUES (7396811, '_transient_wflginfl_3321528361', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499789, '_transient_timeout_wflginfl_1499820369', '1404802687', 'no') ; 
INSERT INTO `wp_options` VALUES (7499790, '_transient_wflginfl_1499820369', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528464, '_transient_timeout_wflginfl_3543880384', '1404823278', 'no') ; 
INSERT INTO `wp_options` VALUES (7528465, '_transient_wflginfl_3543880384', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396838, '_transient_timeout_wflginfl_656470279', '1404638360', 'no') ; 
INSERT INTO `wp_options` VALUES (7396839, '_transient_wflginfl_656470279', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396840, '_transient_timeout_wflginfl_3157572951', '1404638360', 'no') ; 
INSERT INTO `wp_options` VALUES (7396841, '_transient_wflginfl_3157572951', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523257, '_transient_timeout_wflginfl_3049005717', '1404819658', 'no') ; 
INSERT INTO `wp_options` VALUES (7523258, '_transient_wflginfl_3049005717', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396858, '_transient_timeout_wflginfl_1332040547', '1404638407', 'no') ; 
INSERT INTO `wp_options` VALUES (7396859, '_transient_wflginfl_1332040547', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396870, '_transient_timeout_wflginfl_1509468452', '1404638586', 'no') ; 
INSERT INTO `wp_options` VALUES (7396871, '_transient_wflginfl_1509468452', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7536753, '_transient_timeout_wflginfl_1892683249', '1404828772', 'no') ; 
INSERT INTO `wp_options` VALUES (7420973, '_transient_timeout_wflginfl_1504450226', '1404735112', 'no') ; 
INSERT INTO `wp_options` VALUES (7411376, '_transient_wflginfl_1868071540', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446290, '_transient_timeout_wflginfl_1320559379', '1404754811', 'no') ; 
INSERT INTO `wp_options` VALUES (7446291, '_transient_wflginfl_1320559379', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397399, '_transient_timeout_wflginfl_831650977', '1404639242', 'no') ; 
INSERT INTO `wp_options` VALUES (7397400, '_transient_wflginfl_831650977', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448889, '_transient_timeout_wflginfl_3669672179', '1404756749', 'no') ; 
INSERT INTO `wp_options` VALUES (7448890, '_transient_wflginfl_3669672179', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7396899, '_transient_timeout_wflginfl_1380897515', '1404638498', 'no') ; 
INSERT INTO `wp_options` VALUES (7396900, '_transient_wflginfl_1380897515', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397365, '_transient_timeout_wflginfl_1524039024', '1404639185', 'no') ; 
INSERT INTO `wp_options` VALUES (7536754, '_transient_wflginfl_1892683249', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471739, '_transient_timeout_wflginfl_973531693', '1404775685', 'no') ; 
INSERT INTO `wp_options` VALUES (7471740, '_transient_wflginfl_973531693', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7397366, '_transient_wflginfl_1524039024', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535862, '_transient_timeout_wflginfl_3677909696', '1404828153', 'no') ; 
INSERT INTO `wp_options` VALUES (7535863, '_transient_wflginfl_3677909696', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537293, '_transient_timeout_wflginfl_1315250036', '1404829095', 'no') ; 
INSERT INTO `wp_options` VALUES (7537294, '_transient_wflginfl_1315250036', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523971, '_transient_timeout_wflginfl_831521521', '1404820177', 'no') ; 
INSERT INTO `wp_options` VALUES (7523972, '_transient_wflginfl_831521521', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514715, '_transient_timeout_wflginfl_2044224136', '1404813876', 'no') ; 
INSERT INTO `wp_options` VALUES (7514716, '_transient_wflginfl_2044224136', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397043, '_transient_timeout_wflginfl_42658181', '1404638817', 'no') ; 
INSERT INTO `wp_options` VALUES (7397044, '_transient_wflginfl_42658181', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397055, '_transient_wflginfl_690145154', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397058, '_transient_wflginfl_1051154747', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486280, '_transient_wflginfl_93885669', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505157, '_transient_wflginfl_1424256507', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7418998, '_transient_wflginfl_3584353175', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397795, '_transient_timeout_wflginfl_2344665935', '1404639965', 'no') ; 
INSERT INTO `wp_options` VALUES (7538699, '_transient_timeout_wflginfl_1319274146', '1404830010', 'no') ; 
INSERT INTO `wp_options` VALUES (7492864, '_transient_timeout_wflginfl_2015184902', '1404796295', 'no') ; 
INSERT INTO `wp_options` VALUES (7460080, '_transient_timeout_wflginfl_3584475728', '1404765278', 'no') ; 
INSERT INTO `wp_options` VALUES (7397796, '_transient_wflginfl_2344665935', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538700, '_transient_wflginfl_1319274146', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460081, '_transient_wflginfl_3584475728', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492865, '_transient_wflginfl_2015184902', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470982, '_transient_timeout_wflginfl_2944956447', '1404774682', 'no') ; 
INSERT INTO `wp_options` VALUES (7470983, '_transient_wflginfl_2944956447', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397137, '_transient_timeout_wflginfl_3411536904', '1404638818', 'no') ; 
INSERT INTO `wp_options` VALUES (7397138, '_transient_wflginfl_3411536904', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397141, '_transient_timeout_wflginfl_703234570', '1404638818', 'no') ; 
INSERT INTO `wp_options` VALUES (7397142, '_transient_wflginfl_703234570', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534976, '_transient_timeout_wflginfl_697301044', '1404827541', 'no') ; 
INSERT INTO `wp_options` VALUES (7534977, '_transient_wflginfl_697301044', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397159, '_transient_timeout_wflginfl_1892044169', '1404638842', 'no') ; 
INSERT INTO `wp_options` VALUES (7397160, '_transient_wflginfl_1892044169', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398032, '_transient_timeout_wflginfl_1855239298', '1404641055', 'no') ; 
INSERT INTO `wp_options` VALUES (7398033, '_transient_wflginfl_1855239298', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397189, '_transient_timeout_wflginfl_387709164', '1404638884', 'no') ; 
INSERT INTO `wp_options` VALUES (7397190, '_transient_wflginfl_387709164', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397191, '_transient_timeout_wflginfl_3065722193', '1404638886', 'no') ; 
INSERT INTO `wp_options` VALUES (7397192, '_transient_wflginfl_3065722193', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397199, '_transient_timeout_wflginfl_1544926364', '1404638897', 'no') ; 
INSERT INTO `wp_options` VALUES (7397200, '_transient_wflginfl_1544926364', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397235, '_transient_timeout_wflginfl_1887943785', '1404638961', 'no') ; 
INSERT INTO `wp_options` VALUES (7397236, '_transient_wflginfl_1887943785', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467003, '_transient_timeout_wflginfl_1326821425', '1404771106', 'no') ; 
INSERT INTO `wp_options` VALUES (7467004, '_transient_wflginfl_1326821425', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397531, '_transient_timeout_wflginfl_3569932829', '1404639883', 'no') ; 
INSERT INTO `wp_options` VALUES (7397532, '_transient_wflginfl_3569932829', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7397279, '_transient_timeout_wflginfl_452998395', '1404639038', 'no') ; 
INSERT INTO `wp_options` VALUES (7397280, '_transient_wflginfl_452998395', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397285, '_transient_timeout_wflginfl_831554262', '1404639048', 'no') ; 
INSERT INTO `wp_options` VALUES (7397286, '_transient_wflginfl_831554262', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517459, '_transient_timeout_wflginfl_1309964324', '1404815743', 'no') ; 
INSERT INTO `wp_options` VALUES (7517460, '_transient_wflginfl_1309964324', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398164, '_transient_timeout_wflginfl_3644262738', '1404645629', 'no') ; 
INSERT INTO `wp_options` VALUES (7398165, '_transient_wflginfl_3644262738', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397327, '_transient_timeout_wflginfl_1408387227', '1404639108', 'no') ; 
INSERT INTO `wp_options` VALUES (7397328, '_transient_wflginfl_1408387227', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540196, '_transient_timeout_wflginfl_1571565295', '1404831003', 'no') ; 
INSERT INTO `wp_options` VALUES (7500302, '_transient_timeout_wflginfl_1567839226', '1404803070', 'no') ; 
INSERT INTO `wp_options` VALUES (7500303, '_transient_wflginfl_1567839226', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397379, '_transient_timeout_wflginfl_1887838565', '1404639210', 'no') ; 
INSERT INTO `wp_options` VALUES (7397380, '_transient_wflginfl_1887838565', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517177, '_transient_timeout_wflginfl_2183865681', '1404815550', 'no') ; 
INSERT INTO `wp_options` VALUES (7517178, '_transient_wflginfl_2183865681', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397801, '_transient_timeout_wflginfl_1705111970', '1404639974', 'no') ; 
INSERT INTO `wp_options` VALUES (7397802, '_transient_wflginfl_1705111970', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397405, '_transient_timeout_wflginfl_3032425220', '1404639263', 'no') ; 
INSERT INTO `wp_options` VALUES (7397406, '_transient_wflginfl_3032425220', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397411, '_transient_timeout_wflginfl_2942974544', '1404639274', 'no') ; 
INSERT INTO `wp_options` VALUES (7397412, '_transient_wflginfl_2942974544', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427459, '_transient_timeout_wflginfl_657199250', '1404740287', 'no') ; 
INSERT INTO `wp_options` VALUES (7529810, '_transient_timeout_wflginfl_1887933492', '1404824213', 'no') ; 
INSERT INTO `wp_options` VALUES (7411721, '_transient_timeout_wflginfl_3157466159', '1404727428', 'no') ; 
INSERT INTO `wp_options` VALUES (7411722, '_transient_wflginfl_3157466159', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7402860, '_transient_timeout_wflginfl_1892745845', '1404720800', 'no') ; 
INSERT INTO `wp_options` VALUES (7402861, '_transient_wflginfl_1892745845', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452168, '_transient_timeout_wflginfl_1832926365', '1404759306', 'no') ; 
INSERT INTO `wp_options` VALUES (7452169, '_transient_wflginfl_1832926365', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397491, '_transient_timeout_wflginfl_656607745', '1404639477', 'no') ; 
INSERT INTO `wp_options` VALUES (7397492, '_transient_timeout_wflginfl_3065358529', '1404639477', 'no') ; 
INSERT INTO `wp_options` VALUES (7397493, '_transient_wflginfl_656607745', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397494, '_transient_wflginfl_3065358529', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528404, '_transient_timeout_wflginfl_1489701439', '1404823234', 'no') ; 
INSERT INTO `wp_options` VALUES (7528405, '_transient_wflginfl_1489701439', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397497, '_transient_timeout_wflginfl_656435658', '1404639477', 'no') ; 
INSERT INTO `wp_options` VALUES (7397498, '_transient_wflginfl_656435658', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453519, '_transient_timeout_wflginfl_1835019791', '1404760319', 'no') ; 
INSERT INTO `wp_options` VALUES (7453520, '_transient_wflginfl_1835019791', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397513, '_transient_timeout_wflginfl_2044213683', '1404639477', 'no') ; 
INSERT INTO `wp_options` VALUES (7397514, '_transient_wflginfl_2044213683', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398081, '_transient_timeout_wflginfl_410094689', '1404641583', 'no') ; 
INSERT INTO `wp_options` VALUES (7398082, '_transient_wflginfl_410094689', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540978, '_transient_timeout_wflginfl_1042185691', '1404831394', 'no') ; 
INSERT INTO `wp_options` VALUES (7540979, '_transient_wflginfl_1042185691', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508453, '_transient_timeout_wflginfl_1507363253', '1404809411', 'no') ; 
INSERT INTO `wp_options` VALUES (7508454, '_transient_wflginfl_1507363253', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425313, '_transient_wflginfl_3587726494', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412688, '_transient_wflginfl_1001793491', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397581, '_transient_timeout_wflginfl_1939038591', '1404639570', 'no') ; 
INSERT INTO `wp_options` VALUES (7397582, '_transient_wflginfl_1939038591', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502080, '_transient_timeout_wflginfl_1584984782', '1404804531', 'no') ; 
INSERT INTO `wp_options` VALUES (7502081, '_transient_wflginfl_1584984782', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397611, '_transient_timeout_wflginfl_1501834379', '1404639612', 'no') ; 
INSERT INTO `wp_options` VALUES (7397612, '_transient_wflginfl_1501834379', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486709, '_transient_timeout_wflginfl_1399210493', '1404790461', 'no') ; 
INSERT INTO `wp_options` VALUES (7522577, '_transient_timeout_wflginfl_1569332734', '1404819199', 'no') ; 
INSERT INTO `wp_options` VALUES (7444306, '_transient_timeout_wflginfl_1579420230', '1404753268', 'no') ; 
INSERT INTO `wp_options` VALUES (7444307, '_transient_wflginfl_1579420230', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397641, '_transient_timeout_wflginfl_3642493656', '1404639667', 'no') ; 
INSERT INTO `wp_options` VALUES (7397642, '_transient_wflginfl_3642493656', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410632, '_transient_wflginfl_1051053528', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7537581, '_transient_timeout_wflginfl_1378741547', '1404829266', 'no') ; 
INSERT INTO `wp_options` VALUES (7397673, '_transient_wflginfl_1319305886', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538081, '_transient_timeout_wflginfl_3163004391', '1404829616', 'no') ; 
INSERT INTO `wp_options` VALUES (7397675, '_transient_timeout_wflginfl_1744454754', '1404639816', 'no') ; 
INSERT INTO `wp_options` VALUES (7397676, '_transient_wflginfl_1744454754', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538789, '_transient_timeout_wflginfl_695121586', '1404830065', 'no') ; 
INSERT INTO `wp_options` VALUES (7459596, '_transient_wflginfl_2006290758', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538790, '_transient_wflginfl_695121586', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448487, '_transient_timeout_wflginfl_1416989818', '1404756442', 'no') ; 
INSERT INTO `wp_options` VALUES (7489750, '_transient_timeout_wflginfl_3154282815', '1404793422', 'no') ; 
INSERT INTO `wp_options` VALUES (7416110, '_transient_timeout_wflginfl_1569324006', '1404731056', 'no') ; 
INSERT INTO `wp_options` VALUES (7448488, '_transient_wflginfl_1416989818', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489751, '_transient_wflginfl_3154282815', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539316, '_transient_wflginfl_1495398708', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397709, '_transient_timeout_wflginfl_1393917953', '1404639883', 'no') ; 
INSERT INTO `wp_options` VALUES (7397710, '_transient_wflginfl_1393917953', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397875, '_transient_timeout_wflginfl_3526518571', '1404640194', 'no') ; 
INSERT INTO `wp_options` VALUES (7397730, '_transient_timeout_wflginfl_3319955772', '1404639883', 'no') ; 
INSERT INTO `wp_options` VALUES (7528537, '_transient_wflginfl_1357108042', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511105, '_transient_timeout_wflginfl_2121240796', '1404811313', 'no') ; 
INSERT INTO `wp_options` VALUES (7522076, '_transient_wflginfl_3390401126', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467618, '_transient_wflginfl_1855955441', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539614, '_transient_wflginfl_1464196546', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7530383, '_transient_wflginfl_1108494870', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397789, '_transient_timeout_wflginfl_1976384611', '1404639962', 'no') ; 
INSERT INTO `wp_options` VALUES (7397790, '_transient_wflginfl_1976384611', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397799, '_transient_timeout_wflginfl_1961944978', '1404639973', 'no') ; 
INSERT INTO `wp_options` VALUES (7397800, '_transient_wflginfl_1961944978', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397813, '_transient_timeout_wflginfl_1262593138', '1404639996', 'no') ; 
INSERT INTO `wp_options` VALUES (7397814, '_transient_wflginfl_1262593138', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397821, '_transient_timeout_wflginfl_456180981', '1404640035', 'no') ; 
INSERT INTO `wp_options` VALUES (7397822, '_transient_wflginfl_456180981', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397827, '_transient_timeout_wflginfl_2966277197', '1404640055', 'no') ; 
INSERT INTO `wp_options` VALUES (7397828, '_transient_wflginfl_2966277197', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397837, '_transient_timeout_wflginfl_1441941472', '1404640069', 'no') ; 
INSERT INTO `wp_options` VALUES (7397838, '_transient_wflginfl_1441941472', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397841, '_transient_timeout_wflginfl_3318232796', '1404640083', 'no') ; 
INSERT INTO `wp_options` VALUES (7397842, '_transient_wflginfl_3318232796', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476352, '_transient_timeout_wflginfl_1315237144', '1404780061', 'no') ; 
INSERT INTO `wp_options` VALUES (7476353, '_transient_wflginfl_1315237144', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397861, '_transient_timeout_wflginfl_1476992638', '1404640147', 'no') ; 
INSERT INTO `wp_options` VALUES (7397862, '_transient_wflginfl_1476992638', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397873, '_transient_timeout_wflginfl_991758720', '1404640193', 'no') ; 
INSERT INTO `wp_options` VALUES (7397874, '_transient_wflginfl_991758720', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397881, '_transient_timeout_wflginfl_3001020935', '1404640226', 'no') ; 
INSERT INTO `wp_options` VALUES (7397882, '_transient_wflginfl_3001020935', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397887, '_transient_timeout_wflginfl_2024276175', '1404640238', 'no') ; 
INSERT INTO `wp_options` VALUES (7397888, '_transient_wflginfl_2024276175', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397889, '_transient_timeout_wflginfl_3413334252', '1404640247', 'no') ; 
INSERT INTO `wp_options` VALUES (7397890, '_transient_wflginfl_3413334252', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519532, '_transient_timeout_wflginfl_3065161319', '1404817194', 'no') ; 
INSERT INTO `wp_options` VALUES (7519533, '_transient_wflginfl_3065161319', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540924, '_transient_timeout_wflginfl_3377157736', '1404831372', 'no') ; 
INSERT INTO `wp_options` VALUES (7540418, '_transient_timeout_wflginfl_1430263245', '1404831130', 'no') ; 
INSERT INTO `wp_options` VALUES (7415194, '_transient_timeout_wflginfl_657626773', '1404730267', 'no') ; 
INSERT INTO `wp_options` VALUES (7415195, '_transient_wflginfl_657626773', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397937, '_transient_timeout_wflginfl_3157646995', '1404640390', 'no') ; 
INSERT INTO `wp_options` VALUES (7397938, '_transient_wflginfl_3157646995', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533278, '_transient_timeout_wflginfl_1847991485', '1404826446', 'no') ; 
INSERT INTO `wp_options` VALUES (7533279, '_transient_wflginfl_1847991485', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397941, '_transient_timeout_wflginfl_656452102', '1404640410', 'no') ; 
INSERT INTO `wp_options` VALUES (7397942, '_transient_wflginfl_656452102', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397949, '_transient_timeout_wflginfl_3065728081', '1404640447', 'no') ; 
INSERT INTO `wp_options` VALUES (7397950, '_transient_wflginfl_3065728081', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435537, '_transient_timeout_wflginfl_1609151358', '1404746502', 'no') ; 
INSERT INTO `wp_options` VALUES (7435538, '_transient_wflginfl_1609151358', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466290, '_transient_timeout_wflginfl_1892685590', '1404770488', 'no') ; 
INSERT INTO `wp_options` VALUES (7466291, '_transient_wflginfl_1892685590', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7405674, '_transient_timeout_wflginfl_2991392026', '1404723143', 'no') ; 
INSERT INTO `wp_options` VALUES (7405675, '_transient_wflginfl_2991392026', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7397999, '_transient_timeout_wflginfl_2538089124', '1404640727', 'no') ; 
INSERT INTO `wp_options` VALUES (7398000, '_transient_wflginfl_2538089124', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444800, '_transient_timeout_wflginfl_3743271938', '1404753633', 'no') ; 
INSERT INTO `wp_options` VALUES (7444801, '_transient_wflginfl_3743271938', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398005, '_transient_timeout_wflginfl_3154442140', '1404640748', 'no') ; 
INSERT INTO `wp_options` VALUES (7398006, '_transient_wflginfl_3154442140', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502257, '_transient_wflginfl_702210598', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398014, '_transient_timeout_wflginfl_1892562416', '1404640766', 'no') ; 
INSERT INTO `wp_options` VALUES (7398015, '_transient_wflginfl_1892562416', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398026, '_transient_timeout_wflginfl_688742519', '1404641008', 'no') ; 
INSERT INTO `wp_options` VALUES (7398027, '_transient_wflginfl_688742519', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398065, '_transient_timeout_wflginfl_3000847420', '1404641441', 'no') ; 
INSERT INTO `wp_options` VALUES (7398066, '_transient_wflginfl_3000847420', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540866, '_transient_timeout_wflginfl_1883770286', '1404831350', 'no') ; 
INSERT INTO `wp_options` VALUES (7537993, '_transient_timeout_wflginfl_999818245', '1404829550', 'no') ; 
INSERT INTO `wp_options` VALUES (7443199, '_transient_timeout_wflginfl_1491307274', '1404752410', 'no') ; 
INSERT INTO `wp_options` VALUES (7443200, '_transient_wflginfl_1491307274', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538241, '_transient_timeout_wflginfl_1290722035', '1404829711', 'no') ; 
INSERT INTO `wp_options` VALUES (7538242, '_transient_wflginfl_1290722035', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398136, '_transient_timeout_wflginfl_2875347701', '1404644469', 'no') ; 
INSERT INTO `wp_options` VALUES (7398137, '_transient_wflginfl_2875347701', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398141, '_transient_timeout_wflginfl_778460374', '1404645102', 'no') ; 
INSERT INTO `wp_options` VALUES (7398142, '_transient_wflginfl_778460374', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418285, '_transient_timeout_wflginfl_701645718', '1404732879', 'no') ; 
INSERT INTO `wp_options` VALUES (7418286, '_transient_wflginfl_701645718', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398149, '_transient_timeout_wflginfl_18316430', '1404645403', 'no') ; 
INSERT INTO `wp_options` VALUES (7398150, '_transient_wflginfl_18316430', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398157, '_transient_timeout_wflginfl_1887851264', '1404645504', 'no') ; 
INSERT INTO `wp_options` VALUES (7398158, '_transient_wflginfl_1887851264', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398159, '_transient_timeout_wflginfl_1609421698', '1404645506', 'no') ; 
INSERT INTO `wp_options` VALUES (7398160, '_transient_wflginfl_1609421698', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502256, '_transient_timeout_wflginfl_702210598', '1404804650', 'no') ; 
INSERT INTO `wp_options` VALUES (7398172, '_transient_timeout_wflginfl_1592155409', '1404645654', 'no') ; 
INSERT INTO `wp_options` VALUES (7398173, '_transient_wflginfl_1592155409', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398187, '_transient_timeout_wflginfl_1566295642', '1404645879', 'no') ; 
INSERT INTO `wp_options` VALUES (7398188, '_transient_wflginfl_1566295642', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398199, '_transient_timeout_wflginfl_1308748248', '1404646115', 'no') ; 
INSERT INTO `wp_options` VALUES (7398200, '_transient_wflginfl_1308748248', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398203, '_transient_timeout_wflginfl_1372936210', '1404646301', 'no') ; 
INSERT INTO `wp_options` VALUES (7398204, '_transient_wflginfl_1372936210', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398233, '_transient_timeout_wflginfl_1583553060', '1404646745', 'no') ; 
INSERT INTO `wp_options` VALUES (7398234, '_transient_wflginfl_1583553060', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463697, '_transient_timeout_wflginfl_1043006186', '1404768519', 'no') ; 
INSERT INTO `wp_options` VALUES (7463698, '_transient_wflginfl_1043006186', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7398237, '_transient_timeout_wflginfl_778245821', '1404646782', 'no') ; 
INSERT INTO `wp_options` VALUES (7398238, '_transient_wflginfl_778245821', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398242, '_transient_timeout_wflginfl_1976948744', '1404648072', 'no') ; 
INSERT INTO `wp_options` VALUES (7398243, '_transient_wflginfl_1976948744', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398246, '_transient_timeout_wflginfl_702201292', '1404648285', 'no') ; 
INSERT INTO `wp_options` VALUES (7398247, '_transient_wflginfl_702201292', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415364, '_transient_timeout_wflginfl_1569687352', '1404730409', 'no') ; 
INSERT INTO `wp_options` VALUES (7415365, '_transient_wflginfl_1569687352', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398266, '_transient_timeout_wflginfl_1728871151', '1404648943', 'no') ; 
INSERT INTO `wp_options` VALUES (7398267, '_transient_wflginfl_1728871151', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398269, '_transient_timeout_wflginfl_3310541563', '1404649077', 'no') ; 
INSERT INTO `wp_options` VALUES (7398270, '_transient_wflginfl_3310541563', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538509, '_transient_timeout_wflginfl_3321776542', '1404829888', 'no') ; 
INSERT INTO `wp_options` VALUES (7522197, '_transient_timeout_wflginfl_697076947', '1404818964', 'no') ; 
INSERT INTO `wp_options` VALUES (7539689, '_transient_timeout_wflginfl_3583638468', '1404830664', 'no') ; 
INSERT INTO `wp_options` VALUES (7539247, '_transient_timeout_wflginfl_657461218', '1404830379', 'no') ; 
INSERT INTO `wp_options` VALUES (7411408, '_transient_wflginfl_2850736233', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475449, '_transient_wflginfl_3399421906', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398301, '_transient_timeout_wffgt_1155892708', '1404655607', 'no') ; 
INSERT INTO `wp_options` VALUES (7398302, '_transient_wffgt_1155892708', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398308, '_transient_timeout_wflginfl_2111077439', '1404657637', 'no') ; 
INSERT INTO `wp_options` VALUES (7398309, '_transient_wflginfl_2111077439', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398317, '_transient_timeout_wflginfl_47943936', '1404658532', 'no') ; 
INSERT INTO `wp_options` VALUES (7398318, '_transient_wflginfl_47943936', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398322, '_transient_timeout_wflginfl_841944020', '1404659703', 'no') ; 
INSERT INTO `wp_options` VALUES (7398323, '_transient_wflginfl_841944020', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455814, '_transient_wflginfl_1319313833', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398368, '_transient_timeout_wflginfl_2934604059', '1404668203', 'no') ; 
INSERT INTO `wp_options` VALUES (7398369, '_transient_wflginfl_2934604059', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398482, '_transient_timeout_wflginfl_1524029502', '1404688163', 'no') ; 
INSERT INTO `wp_options` VALUES (7398483, '_transient_wflginfl_1524029502', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398507, '_transient_timeout_wflginfl_392128782', '1404693387', 'no') ; 
INSERT INTO `wp_options` VALUES (7398508, '_transient_wflginfl_392128782', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7398515, '_transient_timeout_wflginfl_3003675513', '1404694220', 'no') ; 
INSERT INTO `wp_options` VALUES (7398516, '_transient_wflginfl_3003675513', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398545, '_transient_timeout_wflginfl_3336883249', '1404700513', 'no') ; 
INSERT INTO `wp_options` VALUES (7398546, '_transient_wflginfl_3336883249', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398574, '_transient_timeout_wflginfl_2905710839', '1404709677', 'no') ; 
INSERT INTO `wp_options` VALUES (7398575, '_transient_wflginfl_2905710839', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7487570, '_transient_wflginfl_2905672166', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426145, '_transient_wflginfl_3176265750', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7399810, '_transient_timeout_wflginfl_2346193219', '1404718164', 'no') ; 
INSERT INTO `wp_options` VALUES (7399811, '_transient_wflginfl_2346193219', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7404242, '_transient_timeout_wflginfl_3554192887', '1404721983', 'no') ; 
INSERT INTO `wp_options` VALUES (7404243, '_transient_wflginfl_3554192887', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442264, '_transient_timeout_wflginfl_1917826277', '1404751676', 'no') ; 
INSERT INTO `wp_options` VALUES (7442265, '_transient_wflginfl_1917826277', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412261, '_transient_timeout_wflginfl_1467656414', '1404727801', 'no') ; 
INSERT INTO `wp_options` VALUES (7412262, '_transient_wflginfl_1467656414', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503296, '_transient_timeout_wflginfl_1938981956', '1404805454', 'no') ; 
INSERT INTO `wp_options` VALUES (7503297, '_transient_wflginfl_1938981956', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509837, '_transient_timeout_wflginfl_2015133536', '1404810396', 'no') ; 
INSERT INTO `wp_options` VALUES (7518417, '_transient_timeout_wflginfl_2033898458', '1404816428', 'no') ; 
INSERT INTO `wp_options` VALUES (7408481, '_transient_timeout_wflginfl_1992820580', '1404725214', 'no') ; 
INSERT INTO `wp_options` VALUES (7408482, '_transient_wflginfl_1992820580', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451080, '_transient_timeout_wflginfl_701473533', '1404758493', 'no') ; 
INSERT INTO `wp_options` VALUES (7481617, '_transient_wflginfl_3203914507', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398671, '_transient_timeout_wflginfl_3321313808', '1404717099', 'no') ; 
INSERT INTO `wp_options` VALUES (7398672, '_transient_wflginfl_3321313808', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459459, '_transient_timeout_wflginfl_1502294459', '1404764809', 'no') ; 
INSERT INTO `wp_options` VALUES (7459460, '_transient_wflginfl_1502294459', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432457, '_transient_timeout_wflginfl_2954966552', '1404744168', 'no') ; 
INSERT INTO `wp_options` VALUES (7432458, '_transient_wflginfl_2954966552', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512757, '_transient_timeout_wflginfl_1892732825', '1404812487', 'no') ; 
INSERT INTO `wp_options` VALUES (7512758, '_transient_wflginfl_1892732825', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438294, '_transient_timeout_wflginfl_1563139303', '1404748628', 'no') ; 
INSERT INTO `wp_options` VALUES (7438295, '_transient_wflginfl_1563139303', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515120, '_transient_timeout_wflginfl_1847808219', '1404814126', 'no') ; 
INSERT INTO `wp_options` VALUES (7515121, '_transient_wflginfl_1847808219', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398709, '_transient_timeout_wflginfl_1569221808', '1404717139', 'no') ; 
INSERT INTO `wp_options` VALUES (7398710, '_transient_wflginfl_1569221808', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398715, '_transient_timeout_wflginfl_657496834', '1404717151', 'no') ; 
INSERT INTO `wp_options` VALUES (7398716, '_transient_wflginfl_657496834', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7401678, '_transient_timeout_wflginfl_1566295680', '1404719774', 'no') ; 
INSERT INTO `wp_options` VALUES (7401679, '_transient_wflginfl_1566295680', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421564, '_transient_timeout_wflginfl_2006843074', '1404735587', 'no') ; 
INSERT INTO `wp_options` VALUES (7421565, '_transient_wflginfl_2006843074', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496503, '_transient_timeout_wflginfl_2955544419', '1404799883', 'no') ; 
INSERT INTO `wp_options` VALUES (7496504, '_transient_wflginfl_2955544419', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7407354, '_transient_timeout_wflginfl_657095902', '1404724414', 'no') ; 
INSERT INTO `wp_options` VALUES (7407355, '_transient_wflginfl_657095902', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398753, '_transient_timeout_wflginfl_3065384394', '1404717189', 'no') ; 
INSERT INTO `wp_options` VALUES (7398754, '_transient_wflginfl_3065384394', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419055, '_transient_timeout_wflginfl_1384232706', '1404733512', 'no') ; 
INSERT INTO `wp_options` VALUES (7419056, '_transient_wflginfl_1384232706', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535493, '_transient_wflginfl_2995211285', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535492, '_transient_timeout_wflginfl_2995211285', '1404827899', 'no') ; 
INSERT INTO `wp_options` VALUES (7400315, '_transient_timeout_wflginfl_1891167110', '1404718585', 'no') ; 
INSERT INTO `wp_options` VALUES (7400316, '_transient_wflginfl_1891167110', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538771, '_transient_timeout_wflginfl_3411518244', '1404830059', 'no') ; 
INSERT INTO `wp_options` VALUES (7540482, '_transient_timeout_wflginfl_3393606829', '1404831163', 'no') ; 
INSERT INTO `wp_options` VALUES (7430191, '_transient_timeout_wflginfl_2875371918', '1404742444', 'no') ; 
INSERT INTO `wp_options` VALUES (7513467, '_transient_timeout_wflginfl_1380605802', '1404812995', 'no') ; 
INSERT INTO `wp_options` VALUES (7402252, '_transient_timeout_wflginfl_656457477', '1404720256', 'no') ; 
INSERT INTO `wp_options` VALUES (7402253, '_transient_wflginfl_656457477', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424544, '_transient_timeout_wflginfl_3321488646', '1404738055', 'no') ; 
INSERT INTO `wp_options` VALUES (7424545, '_transient_wflginfl_3321488646', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418887, '_transient_timeout_wflginfl_1102638230', '1404733353', 'no') ; 
INSERT INTO `wp_options` VALUES (7418888, '_transient_wflginfl_1102638230', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509821, '_transient_timeout_wflginfl_619484810', '1404810385', 'no') ; 
INSERT INTO `wp_options` VALUES (7509822, '_transient_wflginfl_619484810', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7404726, '_transient_timeout_wflginfl_657073322', '1404722384', 'no') ; 
INSERT INTO `wp_options` VALUES (7404727, '_transient_wflginfl_657073322', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540820, '_transient_timeout_wflginfl_1833087641', '1404831331', 'no') ; 
INSERT INTO `wp_options` VALUES (7540821, '_transient_wflginfl_1833087641', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422225, '_transient_timeout_wflginfl_1975729458', '1404736116', 'no') ; 
INSERT INTO `wp_options` VALUES (7422226, '_transient_wflginfl_1975729458', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7405576, '_transient_timeout_wflginfl_657776384', '1404723071', 'no') ; 
INSERT INTO `wp_options` VALUES (7405577, '_transient_wflginfl_657776384', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7402388, '_transient_timeout_wflginfl_1538367460', '1404720377', 'no') ; 
INSERT INTO `wp_options` VALUES (7402389, '_transient_wflginfl_1538367460', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541282, '_transient_timeout_wflginfl_1919741387', '1404831504', 'no') ; 
INSERT INTO `wp_options` VALUES (7541283, '_transient_wflginfl_1919741387', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7406861, '_transient_timeout_wflginfl_460152512', '1404724015', 'no') ; 
INSERT INTO `wp_options` VALUES (7406862, '_transient_wflginfl_460152512', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415060, '_transient_timeout_wflginfl_1771887298', '1404730146', 'no') ; 
INSERT INTO `wp_options` VALUES (7415061, '_transient_wflginfl_1771887298', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398837, '_transient_timeout_wflginfl_1453807158', '1404717260', 'no') ; 
INSERT INTO `wp_options` VALUES (7398838, '_transient_wflginfl_1453807158', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447424, '_transient_timeout_wflginfl_1843608208', '1404755663', 'no') ; 
INSERT INTO `wp_options` VALUES (7447425, '_transient_wflginfl_1843608208', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452408, '_transient_timeout_wflginfl_690794793', '1404759483', 'no') ; 
INSERT INTO `wp_options` VALUES (7425033, '_transient_wflginfl_3302570869', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452409, '_transient_wflginfl_690794793', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415170, '_transient_timeout_wflginfl_1320473942', '1404730245', 'no') ; 
INSERT INTO `wp_options` VALUES (7415171, '_transient_wflginfl_1320473942', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424322, '_transient_timeout_wflginfl_1939038786', '1404737882', 'no') ; 
INSERT INTO `wp_options` VALUES (7424323, '_transient_wflginfl_1939038786', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417741, '_transient_timeout_wflginfl_3732909672', '1404732422', 'no') ; 
INSERT INTO `wp_options` VALUES (7417742, '_transient_wflginfl_3732909672', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411283, '_transient_timeout_wflginfl_2945210870', '1404727165', 'no') ; 
INSERT INTO `wp_options` VALUES (7411284, '_transient_wflginfl_2945210870', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7404034, '_transient_timeout_wflginfl_3035264195', '1404721825', 'no') ; 
INSERT INTO `wp_options` VALUES (7404035, '_transient_wflginfl_3035264195', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421490, '_transient_timeout_wflginfl_1892402351', '1404735521', 'no') ; 
INSERT INTO `wp_options` VALUES (7421491, '_transient_wflginfl_1892402351', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426152, '_transient_timeout_wflginfl_778451288', '1404739299', 'no') ; 
INSERT INTO `wp_options` VALUES (7426153, '_transient_wflginfl_778451288', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507106, '_transient_timeout_wflginfl_657401867', '1404808442', 'no') ; 
INSERT INTO `wp_options` VALUES (7507107, '_transient_wflginfl_657401867', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7400673, '_transient_timeout_wflginfl_2959206564', '1404719155', 'no') ; 
INSERT INTO `wp_options` VALUES (7400674, '_transient_wflginfl_2959206564', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7398893, '_transient_timeout_wflginfl_1384713272', '1404717308', 'no') ; 
INSERT INTO `wp_options` VALUES (7398894, '_transient_wflginfl_1384713272', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407259, '_transient_wflginfl_1001491789', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7511598, '_transient_timeout_wflginfl_36831556', '1404811932', 'no') ; 
INSERT INTO `wp_options` VALUES (7430589, '_transient_timeout_wflginfl_3732909666', '1404742738', 'no') ; 
INSERT INTO `wp_options` VALUES (7430590, '_transient_wflginfl_3732909666', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7399950, '_transient_timeout_wflginfl_657553630', '1404718288', 'no') ; 
INSERT INTO `wp_options` VALUES (7399951, '_transient_wflginfl_657553630', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529992, '_transient_timeout_wflginfl_1935289779', '1404824330', 'no') ; 
INSERT INTO `wp_options` VALUES (7540904, '_transient_timeout_wflginfl_1360393006', '1404831362', 'no') ; 
INSERT INTO `wp_options` VALUES (7449830, '_transient_timeout_wflginfl_1337333665', '1404757499', 'no') ; 
INSERT INTO `wp_options` VALUES (7449831, '_transient_wflginfl_1337333665', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485729, '_transient_timeout_wflginfl_2944975366', '1404789581', 'no') ; 
INSERT INTO `wp_options` VALUES (7538874, '_transient_wflginfl_1567808311', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476428, '_transient_timeout_wflginfl_2575530556', '1404780131', 'no') ; 
INSERT INTO `wp_options` VALUES (7476429, '_transient_wflginfl_2575530556', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7406362, '_transient_timeout_wflginfl_835511198', '1404723635', 'no') ; 
INSERT INTO `wp_options` VALUES (7406363, '_transient_wflginfl_835511198', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531962, '_transient_wflginfl_1541958612', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7412561, '_transient_timeout_wflginfl_1384713220', '1404728038', 'no') ; 
INSERT INTO `wp_options` VALUES (7399275, '_transient_timeout_wflginfl_657434817', '1404717683', 'no') ; 
INSERT INTO `wp_options` VALUES (7399276, '_transient_wflginfl_657434817', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540788, '_transient_timeout_wflginfl_462682827', '1404831319', 'no') ; 
INSERT INTO `wp_options` VALUES (7540789, '_transient_wflginfl_462682827', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540925, '_transient_wflginfl_3377157736', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540419, '_transient_wflginfl_1430263245', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410384, '_transient_timeout_wflginfl_2994405349', '1404726532', 'no') ; 
INSERT INTO `wp_options` VALUES (7410385, '_transient_wflginfl_2994405349', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413328, '_transient_timeout_wflginfl_1892516210', '1404728641', 'no') ; 
INSERT INTO `wp_options` VALUES (7413329, '_transient_wflginfl_1892516210', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540135, '_transient_wflginfl_1560973594', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440186, '_transient_wflginfl_1986368353', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510435, '_transient_timeout_wflginfl_1934518303', '1404811093', 'no') ; 
INSERT INTO `wp_options` VALUES (7510436, '_transient_wflginfl_1934518303', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7403372, '_transient_timeout_wflginfl_1424256523', '1404721219', 'no') ; 
INSERT INTO `wp_options` VALUES (7403373, '_transient_wflginfl_1424256523', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7398971, '_transient_timeout_wflginfl_778252880', '1404717382', 'no') ; 
INSERT INTO `wp_options` VALUES (7398972, '_transient_wflginfl_778252880', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407176, '_transient_wflginfl_657125240', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455828, '_transient_wflginfl_778550376', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431078, '_transient_wflginfl_1815462944', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417476, '_transient_timeout_wflginfl_694425484', '1404732199', 'no') ; 
INSERT INTO `wp_options` VALUES (7536805, '_transient_timeout_wflginfl_1832947514', '1404828802', 'no') ; 
INSERT INTO `wp_options` VALUES (7401688, '_transient_timeout_wflginfl_3157706734', '1404719784', 'no') ; 
INSERT INTO `wp_options` VALUES (7401689, '_transient_wflginfl_3157706734', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7399019, '_transient_timeout_wflginfl_657650393', '1404717427', 'no') ; 
INSERT INTO `wp_options` VALUES (7399020, '_transient_wflginfl_657650393', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419169, '_transient_timeout_wflginfl_656431973', '1404733597', 'no') ; 
INSERT INTO `wp_options` VALUES (7419170, '_transient_wflginfl_656431973', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446122, '_transient_wflginfl_1744442141', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413979, '_transient_wflginfl_1320582136', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408057, '_transient_timeout_wflginfl_693240236', '1404724942', 'no') ; 
INSERT INTO `wp_options` VALUES (7408058, '_transient_wflginfl_693240236', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7399688, '_transient_timeout_wflginfl_3305674373', '1404718054', 'no') ; 
INSERT INTO `wp_options` VALUES (7399689, '_transient_wflginfl_3305674373', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7401032, '_transient_timeout_wflginfl_656425659', '1404719228', 'no') ; 
INSERT INTO `wp_options` VALUES (7401033, '_transient_wflginfl_656425659', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487234, '_transient_wflginfl_2006633257', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534329, '_transient_wflginfl_1296509531', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441487, '_transient_timeout_wflginfl_3176236258', '1404751076', 'no') ; 
INSERT INTO `wp_options` VALUES (7441488, '_transient_wflginfl_3176236258', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417470, '_transient_timeout_wflginfl_2033605734', '1404732197', 'no') ; 
INSERT INTO `wp_options` VALUES (7417471, '_transient_wflginfl_2033605734', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534842, '_transient_timeout_wflginfl_3494245295', '1404827463', 'no') ; 
INSERT INTO `wp_options` VALUES (7532045, '_transient_timeout_wflginfl_1933728280', '1404825660', 'no') ; 
INSERT INTO `wp_options` VALUES (7418379, '_transient_timeout_wflginfl_694229188', '1404732950', 'no') ; 
INSERT INTO `wp_options` VALUES (7418380, '_transient_wflginfl_694229188', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410809, '_transient_timeout_wflginfl_1293759689', '1404726844', 'no') ; 
INSERT INTO `wp_options` VALUES (7490673, '_transient_wflginfl_2064949521', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539559, '_transient_timeout_wflginfl_3537820140', '1404830589', 'no') ; 
INSERT INTO `wp_options` VALUES (7539560, '_transient_wflginfl_3537820140', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533665, '_transient_timeout_wflginfl_460152458', '1404826695', 'no') ; 
INSERT INTO `wp_options` VALUES (7533666, '_transient_wflginfl_460152458', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7400509, '_transient_timeout_wflginfl_1332065080', '1404718758', 'no') ; 
INSERT INTO `wp_options` VALUES (7400510, '_transient_wflginfl_1332065080', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511123, '_transient_timeout_wflginfl_3414346021', '1404811324', 'no') ; 
INSERT INTO `wp_options` VALUES (7511124, '_transient_wflginfl_3414346021', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462780, '_transient_wflginfl_778244728', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479158, '_transient_wflginfl_1348683920', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506532, '_transient_timeout_wflginfl_2945075438', '1404808023', 'no') ; 
INSERT INTO `wp_options` VALUES (7506533, '_transient_wflginfl_2945075438', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416108, '_transient_timeout_wflginfl_93015037', '1404731055', 'no') ; 
INSERT INTO `wp_options` VALUES (7416109, '_transient_wflginfl_93015037', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526945, '_transient_timeout_wflginfl_3193182013', '1404822531', 'no') ; 
INSERT INTO `wp_options` VALUES (7526946, '_transient_wflginfl_3193182013', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7401044, '_transient_timeout_wflginfl_704184484', '1404719240', 'no') ; 
INSERT INTO `wp_options` VALUES (7401045, '_transient_wflginfl_704184484', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7401254, '_transient_timeout_wflginfl_657676838', '1404719427', 'no') ; 
INSERT INTO `wp_options` VALUES (7401255, '_transient_wflginfl_657676838', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7399111, '_transient_timeout_wflginfl_1849098968', '1404717521', 'no') ; 
INSERT INTO `wp_options` VALUES (7399112, '_transient_wflginfl_1849098968', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468806, '_transient_wflginfl_3147514079', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7492281, '_transient_wflginfl_2101124341', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538863, '_transient_timeout_wflginfl_1826243379', '1404830618', 'no') ; 
INSERT INTO `wp_options` VALUES (7538786, '_transient_wflginfl_704512420', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7405820, '_transient_timeout_wflginfl_3032397981', '1404723232', 'no') ; 
INSERT INTO `wp_options` VALUES (7405821, '_transient_wflginfl_3032397981', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407601, '_transient_timeout_wflginfl_1505580009', '1404724563', 'no') ; 
INSERT INTO `wp_options` VALUES (7407602, '_transient_wflginfl_1505580009', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504941, '_transient_timeout_wflginfl_1913001627', '1404806770', 'no') ; 
INSERT INTO `wp_options` VALUES (7504942, '_transient_wflginfl_1913001627', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7403451, '_transient_timeout_wflginfl_1337003539', '1404721287', 'no') ; 
INSERT INTO `wp_options` VALUES (7403452, '_transient_wflginfl_1337003539', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539696, '_transient_wflginfl_1279782209', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537332, '_transient_wflginfl_1768755801', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463585, '_transient_timeout_wflginfl_3000907376', '1404768176', 'no') ; 
INSERT INTO `wp_options` VALUES (7463586, '_transient_wflginfl_3000907376', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7399157, '_transient_timeout_wflginfl_657805643', '1404717569', 'no') ; 
INSERT INTO `wp_options` VALUES (7399158, '_transient_wflginfl_657805643', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431105, '_transient_timeout_wflginfl_1394560417', '1404743149', 'no') ; 
INSERT INTO `wp_options` VALUES (7431106, '_transient_wflginfl_1394560417', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446121, '_transient_timeout_wflginfl_1744442141', '1404754677', 'no') ; 
INSERT INTO `wp_options` VALUES (7413949, '_transient_timeout_wflginfl_3321865250', '1404729288', 'no') ; 
INSERT INTO `wp_options` VALUES (7467286, '_transient_wflginfl_1361214402', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536245, '_transient_wflginfl_2080814390', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7401724, '_transient_timeout_wflginfl_3065701610', '1404719810', 'no') ; 
INSERT INTO `wp_options` VALUES (7401725, '_transient_wflginfl_3065701610', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502014, '_transient_timeout_wflginfl_3035848290', '1404804473', 'no') ; 
INSERT INTO `wp_options` VALUES (7502015, '_transient_wflginfl_3035848290', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540786, '_transient_timeout_wflginfl_1323995733', '1404831318', 'no') ; 
INSERT INTO `wp_options` VALUES (7449521, '_transient_timeout_wflginfl_778562363', '1404757286', 'no') ; 
INSERT INTO `wp_options` VALUES (7422589, '_transient_timeout_wflginfl_831598557', '1404736430', 'no') ; 
INSERT INTO `wp_options` VALUES (7422590, '_transient_wflginfl_831598557', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407166, '_transient_timeout_wflginfl_42273003', '1404724236', 'no') ; 
INSERT INTO `wp_options` VALUES (7407167, '_transient_wflginfl_42273003', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454651, '_transient_timeout_wflginfl_2391163734', '1404761103', 'no') ; 
INSERT INTO `wp_options` VALUES (7454652, '_transient_wflginfl_2391163734', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469438, '_transient_timeout_wflginfl_3000987241', '1404773217', 'no') ; 
INSERT INTO `wp_options` VALUES (7469439, '_transient_wflginfl_3000987241', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7401440, '_transient_timeout_wflginfl_657340305', '1404719582', 'no') ; 
INSERT INTO `wp_options` VALUES (7401441, '_transient_wflginfl_657340305', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412229, '_transient_timeout_wflginfl_1375509533', '1404727775', 'no') ; 
INSERT INTO `wp_options` VALUES (7412230, '_transient_wflginfl_1375509533', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7401988, '_transient_timeout_wflginfl_1384712341', '1404720035', 'no') ; 
INSERT INTO `wp_options` VALUES (7401989, '_transient_wflginfl_1384712341', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468665, '_transient_timeout_wflginfl_1446999992', '1404772532', 'no') ; 
INSERT INTO `wp_options` VALUES (7541128, '_transient_timeout_wflginfl_1745642604', '1404831444', 'no') ; 
INSERT INTO `wp_options` VALUES (7415026, '_transient_timeout_wflginfl_787489641', '1404730120', 'no') ; 
INSERT INTO `wp_options` VALUES (7415027, '_transient_wflginfl_787489641', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7399255, '_transient_timeout_wflginfl_1096561304', '1404717671', 'no') ; 
INSERT INTO `wp_options` VALUES (7399256, '_transient_wflginfl_1096561304', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539523, '_transient_timeout_wflginfl_2107956590', '1404831123', 'no') ; 
INSERT INTO `wp_options` VALUES (7539524, '_transient_wflginfl_2107956590', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7537707, '_transient_timeout_wflginfl_1963009275', '1404829359', 'no') ; 
INSERT INTO `wp_options` VALUES (7537708, '_transient_wflginfl_1963009275', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7399263, '_transient_timeout_wflginfl_690324329', '1404717673', 'no') ; 
INSERT INTO `wp_options` VALUES (7399264, '_transient_wflginfl_690324329', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528690, '_transient_timeout_wflginfl_1491273296', '1404823448', 'no') ; 
INSERT INTO `wp_options` VALUES (7528691, '_transient_wflginfl_1491273296', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7399318, '_transient_timeout_wflginfl_531686766', '1404717719', 'no') ; 
INSERT INTO `wp_options` VALUES (7402394, '_transient_timeout_wflginfl_1892065094', '1404720384', 'no') ; 
INSERT INTO `wp_options` VALUES (7402395, '_transient_wflginfl_1892065094', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7399319, '_transient_wflginfl_531686766', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510214, '_transient_timeout_wflginfl_2017162011', '1404810776', 'no') ; 
INSERT INTO `wp_options` VALUES (7540886, '_transient_timeout_wflginfl_1319411757', '1404831358', 'no') ; 
INSERT INTO `wp_options` VALUES (7413494, '_transient_timeout_wflginfl_2088475032', '1404728764', 'no') ; 
INSERT INTO `wp_options` VALUES (7413495, '_transient_wflginfl_2088475032', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479745, '_transient_timeout_wflginfl_2076225417', '1404783586', 'no') ; 
INSERT INTO `wp_options` VALUES (7479746, '_transient_wflginfl_2076225417', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7399346, '_transient_timeout_wflginfl_1976561988', '1404717739', 'no') ; 
INSERT INTO `wp_options` VALUES (7399347, '_transient_wflginfl_1976561988', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7402470, '_transient_timeout_wflginfl_1887866576', '1404720453', 'no') ; 
INSERT INTO `wp_options` VALUES (7402471, '_transient_wflginfl_1887866576', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485664, '_transient_wflginfl_983842293', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423685, '_transient_wflginfl_1729182749', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538417, '_transient_timeout_wflginfl_2078742071', '1404829827', 'no') ; 
INSERT INTO `wp_options` VALUES (7514149, '_transient_timeout_wflginfl_1850395646', '1404813462', 'no') ; 
INSERT INTO `wp_options` VALUES (7418571, '_transient_timeout_wflginfl_3535531463', '1404733098', 'no') ; 
INSERT INTO `wp_options` VALUES (7418572, '_transient_wflginfl_3535531463', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408968, '_transient_timeout_wflginfl_3732881193', '1404725548', 'no') ; 
INSERT INTO `wp_options` VALUES (7408969, '_transient_wflginfl_3732881193', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433077, '_transient_timeout_wflginfl_3318425807', '1404744580', 'no') ; 
INSERT INTO `wp_options` VALUES (7433078, '_transient_wflginfl_3318425807', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516772, '_transient_wflginfl_87400203', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519975, '_transient_wflginfl_3065649884', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7399404, '_transient_timeout_wflginfl_90988559', '1404717807', 'no') ; 
INSERT INTO `wp_options` VALUES (7399405, '_transient_wflginfl_90988559', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7399420, '_transient_timeout_wflginfl_83889964', '1404717818', 'no') ; 
INSERT INTO `wp_options` VALUES (7399421, '_transient_wflginfl_83889964', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528016, '_transient_timeout_wflginfl_2033613507', '1404822976', 'no') ; 
INSERT INTO `wp_options` VALUES (7528017, '_transient_wflginfl_2033613507', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7401154, '_transient_timeout_wflginfl_1453039537', '1404719333', 'no') ; 
INSERT INTO `wp_options` VALUES (7401155, '_transient_wflginfl_1453039537', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7401296, '_transient_timeout_wflginfl_973823763', '1404719457', 'no') ; 
INSERT INTO `wp_options` VALUES (7401297, '_transient_wflginfl_973823763', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7403262, '_transient_timeout_wflginfl_2966109730', '1404721140', 'no') ; 
INSERT INTO `wp_options` VALUES (7403263, '_transient_wflginfl_2966109730', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536034, '_transient_timeout_wflginfl_3570911264', '1404828276', 'no') ; 
INSERT INTO `wp_options` VALUES (7536035, '_transient_wflginfl_3570911264', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424171, '_transient_timeout_wflginfl_990918874', '1404737754', 'no') ; 
INSERT INTO `wp_options` VALUES (7424172, '_transient_wflginfl_990918874', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524027, '_transient_timeout_wflginfl_3000722261', '1404820209', 'no') ; 
INSERT INTO `wp_options` VALUES (7524028, '_transient_wflginfl_3000722261', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512432, '_transient_wflginfl_1908338902', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540971, '_transient_wflginfl_1815392077', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540438, '_transient_timeout_wflginfl_1024620099', '1404831135', 'no') ; 
INSERT INTO `wp_options` VALUES (7401140, '_transient_timeout_wflginfl_2374535069', '1404719315', 'no') ; 
INSERT INTO `wp_options` VALUES (7401141, '_transient_wflginfl_2374535069', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414727, '_transient_timeout_wflginfl_702367008', '1404729864', 'no') ; 
INSERT INTO `wp_options` VALUES (7414728, '_transient_wflginfl_702367008', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536835, '_transient_timeout_wflginfl_2991890769', '1404829472', 'no') ; 
INSERT INTO `wp_options` VALUES (7537485, '_transient_timeout_wflginfl_1489965028', '1404829213', 'no') ; 
INSERT INTO `wp_options` VALUES (7460800, '_transient_timeout_wflginfl_1409464760', '1404765841', 'no') ; 
INSERT INTO `wp_options` VALUES (7460801, '_transient_wflginfl_1409464760', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483369, '_transient_timeout_wflginfl_3036518857', '1404787360', 'no') ; 
INSERT INTO `wp_options` VALUES (7483370, '_transient_wflginfl_3036518857', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7399482, '_transient_timeout_wflginfl_1671614190', '1404717868', 'no') ; 
INSERT INTO `wp_options` VALUES (7399483, '_transient_wflginfl_1671614190', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7405274, '_transient_timeout_wflginfl_704512274', '1404722846', 'no') ; 
INSERT INTO `wp_options` VALUES (7405275, '_transient_wflginfl_704512274', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7399510, '_transient_timeout_wflginfl_3301803321', '1404717893', 'no') ; 
INSERT INTO `wp_options` VALUES (7399511, '_transient_wflginfl_3301803321', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531904, '_transient_wflginfl_1307493806', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525374, '_transient_timeout_wflginfl_1889729181', '1404821172', 'no') ; 
INSERT INTO `wp_options` VALUES (7399514, '_transient_timeout_wflginfl_3390401131', '1404717895', 'no') ; 
INSERT INTO `wp_options` VALUES (7399515, '_transient_wflginfl_3390401131', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410759, '_transient_timeout_wflginfl_3653848995', '1404726811', 'no') ; 
INSERT INTO `wp_options` VALUES (7410760, '_transient_wflginfl_3653848995', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7399520, '_transient_timeout_wflginfl_3013222622', '1404717898', 'no') ; 
INSERT INTO `wp_options` VALUES (7399521, '_transient_wflginfl_3013222622', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412398, '_transient_wflginfl_669166875', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540349, '_transient_wflginfl_3586136826', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523807, '_transient_timeout_wflginfl_1578399748', '1404820054', 'no') ; 
INSERT INTO `wp_options` VALUES (7523808, '_transient_wflginfl_1578399748', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490856, '_transient_timeout_wflginfl_3274076581', '1404794434', 'no') ; 
INSERT INTO `wp_options` VALUES (7490857, '_transient_wflginfl_3274076581', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420380, '_transient_timeout_wflginfl_3414074525', '1404734587', 'no') ; 
INSERT INTO `wp_options` VALUES (7420381, '_transient_wflginfl_3414074525', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437119, '_transient_timeout_wflginfl_609013844', '1404747697', 'no') ; 
INSERT INTO `wp_options` VALUES (7407834, '_transient_timeout_wflginfl_2942968793', '1404724774', 'no') ; 
INSERT INTO `wp_options` VALUES (7407835, '_transient_wflginfl_2942968793', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437120, '_transient_wflginfl_609013844', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7399586, '_transient_timeout_wflginfl_831952510', '1404717962', 'no') ; 
INSERT INTO `wp_options` VALUES (7399587, '_transient_wflginfl_831952510', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410675, '_transient_timeout_wflginfl_3035253978', '1404726756', 'no') ; 
INSERT INTO `wp_options` VALUES (7410676, '_transient_wflginfl_3035253978', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533743, '_transient_timeout_wflginfl_411505268', '1404826751', 'no') ; 
INSERT INTO `wp_options` VALUES (7535452, '_transient_timeout_wflginfl_405543565', '1404827877', 'no') ; 
INSERT INTO `wp_options` VALUES (7420144, '_transient_timeout_wflginfl_3176104185', '1404734391', 'no') ; 
INSERT INTO `wp_options` VALUES (7420145, '_transient_wflginfl_3176104185', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499657, '_transient_timeout_wflginfl_19059302', '1404802550', 'no') ; 
INSERT INTO `wp_options` VALUES (7499658, '_transient_wflginfl_19059302', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7399612, '_transient_timeout_wflginfl_3161879072', '1404717984', 'no') ; 
INSERT INTO `wp_options` VALUES (7399613, '_transient_wflginfl_3161879072', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521365, '_transient_timeout_wflginfl_2945116333', '1404818439', 'no') ; 
INSERT INTO `wp_options` VALUES (7521366, '_transient_wflginfl_2945116333', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413600, '_transient_timeout_wflginfl_3718596080', '1404728862', 'no') ; 
INSERT INTO `wp_options` VALUES (7413601, '_transient_wflginfl_3718596080', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522835, '_transient_timeout_wflginfl_1409351131', '1404819371', 'no') ; 
INSERT INTO `wp_options` VALUES (7475978, '_transient_timeout_wflginfl_2508098413', '1404779677', 'no') ; 
INSERT INTO `wp_options` VALUES (7399632, '_transient_timeout_wflginfl_1977137480', '1404718004', 'no') ; 
INSERT INTO `wp_options` VALUES (7399633, '_transient_wflginfl_1977137480', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537863, '_transient_timeout_wflginfl_1363185419', '1404829471', 'no') ; 
INSERT INTO `wp_options` VALUES (7537864, '_transient_wflginfl_1363185419', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457230, '_transient_timeout_wflginfl_2654651125', '1404763061', 'no') ; 
INSERT INTO `wp_options` VALUES (7457231, '_transient_wflginfl_2654651125', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420428, '_transient_timeout_wflginfl_627670210', '1404734616', 'no') ; 
INSERT INTO `wp_options` VALUES (7420429, '_transient_wflginfl_627670210', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469625, '_transient_timeout_wflginfl_3124283144', '1404773409', 'no') ; 
INSERT INTO `wp_options` VALUES (7469626, '_transient_wflginfl_3124283144', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7498195, '_transient_timeout_wflginfl_3310837243', '1404801285', 'no') ; 
INSERT INTO `wp_options` VALUES (7538705, '_transient_timeout_wflginfl_3032436407', '1404830018', 'no') ; 
INSERT INTO `wp_options` VALUES (7448650, '_transient_timeout_wflginfl_2348861289', '1404756568', 'no') ; 
INSERT INTO `wp_options` VALUES (7448651, '_transient_wflginfl_2348861289', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516871, '_transient_timeout_wflginfl_1432884718', '1404815628', 'no') ; 
INSERT INTO `wp_options` VALUES (7516872, '_transient_wflginfl_1432884718', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7399662, '_transient_timeout_wflginfl_1336889044', '1404718027', 'no') ; 
INSERT INTO `wp_options` VALUES (7399663, '_transient_wflginfl_1336889044', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509626, '_transient_timeout_wflginfl_1609779629', '1404810227', 'no') ; 
INSERT INTO `wp_options` VALUES (7541430, '_transient_timeout_wflginfl_2033590412', '1404831674', 'no') ; 
INSERT INTO `wp_options` VALUES (7400699, '_transient_timeout_wflginfl_3644320538', '1404719219', 'no') ; 
INSERT INTO `wp_options` VALUES (7400700, '_transient_wflginfl_3644320538', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7409116, '_transient_timeout_wflginfl_3155823465', '1404725672', 'no') ; 
INSERT INTO `wp_options` VALUES (7409117, '_transient_wflginfl_3155823465', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410422, '_transient_timeout_wflginfl_838075240', '1404726566', 'no') ; 
INSERT INTO `wp_options` VALUES (7410423, '_transient_wflginfl_838075240', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7400954, '_transient_timeout_wflginfl_3191270216', '1404719153', 'no') ; 
INSERT INTO `wp_options` VALUES (7400955, '_transient_wflginfl_3191270216', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426843, '_transient_timeout_wflginfl_1887939766', '1404739818', 'no') ; 
INSERT INTO `wp_options` VALUES (7538196, '_transient_wflginfl_2994740366', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7404036, '_transient_timeout_wflginfl_3065629473', '1404721826', 'no') ; 
INSERT INTO `wp_options` VALUES (7404037, '_transient_wflginfl_3065629473', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7401368, '_transient_timeout_wflginfl_657292744', '1404719524', 'no') ; 
INSERT INTO `wp_options` VALUES (7401369, '_transient_wflginfl_657292744', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531532, '_transient_timeout_wflginfl_1585145702', '1404825650', 'no') ; 
INSERT INTO `wp_options` VALUES (7540299, '_transient_wflginfl_3006591230', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7400948, '_transient_timeout_wflginfl_785203495', '1404719151', 'no') ; 
INSERT INTO `wp_options` VALUES (7400949, '_transient_wflginfl_785203495', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468106, '_transient_timeout_wflginfl_3036797287', '1404772020', 'no') ; 
INSERT INTO `wp_options` VALUES (7468107, '_transient_wflginfl_3036797287', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521393, '_transient_timeout_wflginfl_3321006362', '1404818456', 'no') ; 
INSERT INTO `wp_options` VALUES (7521394, '_transient_wflginfl_3321006362', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452208, '_transient_timeout_wflginfl_697139736', '1404759338', 'no') ; 
INSERT INTO `wp_options` VALUES (7452209, '_transient_wflginfl_697139736', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7401789, '_transient_wflginfl_3065142050', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426341, '_transient_timeout_wflginfl_1975852631', '1404739435', 'no') ; 
INSERT INTO `wp_options` VALUES (7426342, '_transient_wflginfl_1975852631', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529345, '_transient_wflginfl_1768887928', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540970, '_transient_timeout_wflginfl_1815392077', '1404831392', 'no') ; 
INSERT INTO `wp_options` VALUES (7399774, '_transient_timeout_wflginfl_2101124272', '1404718130', 'no') ; 
INSERT INTO `wp_options` VALUES (7399775, '_transient_wflginfl_2101124272', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7403234, '_transient_timeout_wflginfl_1428051084', '1404721113', 'no') ; 
INSERT INTO `wp_options` VALUES (7403235, '_transient_wflginfl_1428051084', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434603, '_transient_wflginfl_1949315462', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514546, '_transient_wflginfl_1728307202', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539504, '_transient_wflginfl_2536317637', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541144, '_transient_timeout_wflginfl_3564443012', '1404831451', 'no') ; 
INSERT INTO `wp_options` VALUES (7417026, '_transient_timeout_wflginfl_1039510532', '1404731824', 'no') ; 
INSERT INTO `wp_options` VALUES (7417027, '_transient_wflginfl_1039510532', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440745, '_transient_timeout_wflginfl_1776627169', '1404750549', 'no') ; 
INSERT INTO `wp_options` VALUES (7440746, '_transient_wflginfl_1776627169', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522374, '_transient_wflginfl_694230255', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540989, '_transient_wflginfl_3200142224', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7400287, '_transient_timeout_wflginfl_3318234331', '1404718557', 'no') ; 
INSERT INTO `wp_options` VALUES (7400288, '_transient_wflginfl_3318234331', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421586, '_transient_timeout_wflginfl_776411916', '1404735599', 'no') ; 
INSERT INTO `wp_options` VALUES (7421587, '_transient_wflginfl_776411916', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457394, '_transient_timeout_wflginfl_3306893991', '1404763180', 'no') ; 
INSERT INTO `wp_options` VALUES (7457395, '_transient_wflginfl_3306893991', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538675, '_transient_timeout_wflginfl_1010120127', '1404829995', 'no') ; 
INSERT INTO `wp_options` VALUES (7538676, '_transient_wflginfl_1010120127', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540150, '_transient_timeout_wflginfl_1053415152', '1404830974', 'no') ; 
INSERT INTO `wp_options` VALUES (7540151, '_transient_wflginfl_1053415152', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7399896, '_transient_timeout_wflginfl_1450848116', '1404718243', 'no') ; 
INSERT INTO `wp_options` VALUES (7399897, '_transient_wflginfl_1450848116', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7400501, '_transient_timeout_wflginfl_1569418268', '1404718754', 'no') ; 
INSERT INTO `wp_options` VALUES (7400502, '_transient_wflginfl_1569418268', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424540, '_transient_timeout_wflginfl_2092077401', '1404738054', 'no') ; 
INSERT INTO `wp_options` VALUES (7424541, '_transient_wflginfl_2092077401', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426132, '_transient_timeout_wflginfl_3280886924', '1404739278', 'no') ; 
INSERT INTO `wp_options` VALUES (7426133, '_transient_wflginfl_3280886924', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535710, '_transient_timeout_wflginfl_1536549278', '1404828056', 'no') ; 
INSERT INTO `wp_options` VALUES (7436145, '_transient_wflginfl_1379749306', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492146, '_transient_wflginfl_36942641', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7406155, '_transient_wflginfl_1701662660', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509342, '_transient_timeout_wflginfl_2067749797', '1404810022', 'no') ; 
INSERT INTO `wp_options` VALUES (7509343, '_transient_wflginfl_2067749797', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7402872, '_transient_timeout_wflginfl_690800887', '1404720807', 'no') ; 
INSERT INTO `wp_options` VALUES (7402873, '_transient_wflginfl_690800887', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423866, '_transient_timeout_wflginfl_606440492', '1404737491', 'no') ; 
INSERT INTO `wp_options` VALUES (7423867, '_transient_wflginfl_606440492', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417429, '_transient_wflginfl_3121084135', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418786, '_transient_wflginfl_656730434', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416444, '_transient_timeout_wflginfl_1850579000', '1404731347', 'no') ; 
INSERT INTO `wp_options` VALUES (7402504, '_transient_timeout_wflginfl_3569208317', '1404720477', 'no') ; 
INSERT INTO `wp_options` VALUES (7401704, '_transient_timeout_wflginfl_1855309628', '1404719794', 'no') ; 
INSERT INTO `wp_options` VALUES (7401705, '_transient_wflginfl_1855309628', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539100, '_transient_wflginfl_2536544013', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540695, '_transient_wflginfl_1466246058', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480337, '_transient_timeout_wflginfl_3000965914', '1404784231', 'no') ; 
INSERT INTO `wp_options` VALUES (7407406, '_transient_timeout_wflginfl_3732909795', '1404724431', 'no') ; 
INSERT INTO `wp_options` VALUES (7541001, '_transient_wflginfl_2056557689', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540454, '_transient_timeout_wflginfl_3570897895', '1404831147', 'no') ; 
INSERT INTO `wp_options` VALUES (7406632, '_transient_timeout_wflginfl_831545358', '1404723829', 'no') ; 
INSERT INTO `wp_options` VALUES (7406633, '_transient_wflginfl_831545358', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537528, '_transient_wflginfl_3032449948', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417957, '_transient_timeout_wflginfl_701366534', '1404732570', 'no') ; 
INSERT INTO `wp_options` VALUES (7400459, '_transient_timeout_wflginfl_3065411130', '1404718709', 'no') ; 
INSERT INTO `wp_options` VALUES (7400460, '_transient_wflginfl_3065411130', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503837, '_transient_timeout_wflginfl_1147722371', '1404805902', 'no') ; 
INSERT INTO `wp_options` VALUES (7503838, '_transient_wflginfl_1147722371', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428475, '_transient_wflginfl_3125993770', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428474, '_transient_timeout_wflginfl_3125993770', '1404741106', 'no') ; 
INSERT INTO `wp_options` VALUES (7400100, '_transient_timeout_wflginfl_3164586795', '1404718414', 'no') ; 
INSERT INTO `wp_options` VALUES (7400101, '_transient_wflginfl_3164586795', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414130, '_transient_timeout_wflginfl_1843693449', '1404729362', 'no') ; 
INSERT INTO `wp_options` VALUES (7414131, '_transient_wflginfl_1843693449', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531961, '_transient_timeout_wflginfl_1541958612', '1404825854', 'no') ; 
INSERT INTO `wp_options` VALUES (7540577, '_transient_wflginfl_2344817170', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479457, '_transient_timeout_wflginfl_694628423', '1404783291', 'no') ; 
INSERT INTO `wp_options` VALUES (7479458, '_transient_wflginfl_694628423', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436418, '_transient_timeout_wflginfl_1978995655', '1404747161', 'no') ; 
INSERT INTO `wp_options` VALUES (7436419, '_transient_wflginfl_1978995655', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407301, '_transient_timeout_wflginfl_1977012858', '1404724365', 'no') ; 
INSERT INTO `wp_options` VALUES (7407287, '_transient_timeout_wflginfl_636247082', '1404724365', 'no') ; 
INSERT INTO `wp_options` VALUES (7515562, '_transient_timeout_wflginfl_3393954010', '1404814440', 'no') ; 
INSERT INTO `wp_options` VALUES (7515563, '_transient_wflginfl_3393954010', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524141, '_transient_timeout_wflginfl_1729485100', '1404820288', 'no') ; 
INSERT INTO `wp_options` VALUES (7524142, '_transient_wflginfl_1729485100', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513045, '_transient_timeout_wflginfl_1834748707', '1404812666', 'no') ; 
INSERT INTO `wp_options` VALUES (7400140, '_transient_timeout_wflginfl_3203347899', '1404718440', 'no') ; 
INSERT INTO `wp_options` VALUES (7400141, '_transient_wflginfl_3203347899', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7401536, '_transient_timeout_wflginfl_3031603995', '1404719664', 'no') ; 
INSERT INTO `wp_options` VALUES (7401537, '_transient_wflginfl_3031603995', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413450, '_transient_timeout_wflginfl_3645021545', '1404728734', 'no') ; 
INSERT INTO `wp_options` VALUES (7413451, '_transient_wflginfl_3645021545', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407034, '_transient_timeout_wflginfl_3065580288', '1404724125', 'no') ; 
INSERT INTO `wp_options` VALUES (7407035, '_transient_wflginfl_3065580288', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539263, '_transient_timeout_wflginfl_1794268291', '1404830394', 'no') ; 
INSERT INTO `wp_options` VALUES (7539264, '_transient_wflginfl_1794268291', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408217, '_transient_timeout_wflginfl_1977121007', '1404725038', 'no') ; 
INSERT INTO `wp_options` VALUES (7408218, '_transient_wflginfl_1977121007', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539436, '_transient_timeout_wflginfl_1832921015', '1404830510', 'no') ; 
INSERT INTO `wp_options` VALUES (7539437, '_transient_wflginfl_1832921015', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538532, '_transient_wflginfl_1548752804', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540521, '_transient_wflginfl_1283233960', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7401748, '_transient_timeout_wflginfl_1892044127', '1404719824', 'no') ; 
INSERT INTO `wp_options` VALUES (7401749, '_transient_wflginfl_1892044127', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7405850, '_transient_timeout_wflginfl_1945266446', '1404723258', 'no') ; 
INSERT INTO `wp_options` VALUES (7405851, '_transient_wflginfl_1945266446', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7400633, '_transient_timeout_wflginfl_1977374704', '1404718869', 'no') ; 
INSERT INTO `wp_options` VALUES (7400634, '_transient_wflginfl_1977374704', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525856, '_transient_timeout_wflginfl_3190648950', '1404821496', 'no') ; 
INSERT INTO `wp_options` VALUES (7417958, '_transient_wflginfl_701366534', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540951, '_transient_wflginfl_1889443075', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535818, '_transient_timeout_wflginfl_1342737701', '1404828136', 'no') ; 
INSERT INTO `wp_options` VALUES (7535819, '_transient_wflginfl_1342737701', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514385, '_transient_timeout_wflginfl_1842405740', '1404813616', 'no') ; 
INSERT INTO `wp_options` VALUES (7415857, '_transient_wflginfl_2193718452', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7400232, '_transient_timeout_wflginfl_637435262', '1404718508', 'no') ; 
INSERT INTO `wp_options` VALUES (7400233, '_transient_wflginfl_637435262', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522093, '_transient_timeout_wflginfl_2036406978', '1404818899', 'no') ; 
INSERT INTO `wp_options` VALUES (7522094, '_transient_wflginfl_2036406978', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522327, '_transient_timeout_wflginfl_2945347122', '1404819045', 'no') ; 
INSERT INTO `wp_options` VALUES (7412403, '_transient_timeout_wflginfl_1518486020', '1404727917', 'no') ; 
INSERT INTO `wp_options` VALUES (7412404, '_transient_wflginfl_1518486020', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7400818, '_transient_timeout_wflginfl_1986521780', '1404719026', 'no') ; 
INSERT INTO `wp_options` VALUES (7400819, '_transient_wflginfl_1986521780', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7400649, '_transient_timeout_wflginfl_3065721666', '1404718886', 'no') ; 
INSERT INTO `wp_options` VALUES (7400650, '_transient_wflginfl_3065721666', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424145, '_transient_timeout_wflginfl_1255163965', '1404737730', 'no') ; 
INSERT INTO `wp_options` VALUES (7424146, '_transient_wflginfl_1255163965', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424089, '_transient_timeout_wflginfl_1320446283', '1404737673', 'no') ; 
INSERT INTO `wp_options` VALUES (7424090, '_transient_wflginfl_1320446283', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410184, '_transient_timeout_wflginfl_2053860033', '1404726403', 'no') ; 
INSERT INTO `wp_options` VALUES (7410185, '_transient_wflginfl_2053860033', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467127, '_transient_timeout_wflginfl_3385667172', '1404771210', 'no') ; 
INSERT INTO `wp_options` VALUES (7467128, '_transient_wflginfl_3385667172', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420656, '_transient_wflginfl_1384714071', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505916, '_transient_timeout_wflginfl_2991524827', '1404807585', 'no') ; 
INSERT INTO `wp_options` VALUES (7456405, '_transient_timeout_wflginfl_1502169115', '1404762451', 'no') ; 
INSERT INTO `wp_options` VALUES (7456406, '_transient_wflginfl_1502169115', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503843, '_transient_timeout_wflginfl_2115973840', '1404806141', 'no') ; 
INSERT INTO `wp_options` VALUES (7503844, '_transient_wflginfl_2115973840', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7495585, '_transient_timeout_wflginfl_3523506498', '1404798839', 'no') ; 
INSERT INTO `wp_options` VALUES (7495586, '_transient_wflginfl_3523506498', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7402886, '_transient_timeout_wflginfl_1887890691', '1404720820', 'no') ; 
INSERT INTO `wp_options` VALUES (7402887, '_transient_wflginfl_1887890691', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419762, '_transient_timeout_wflginfl_1565974342', '1404734052', 'no') ; 
INSERT INTO `wp_options` VALUES (7419763, '_transient_wflginfl_1565974342', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536653, '_transient_timeout_wflginfl_2075138018', '1404828713', 'no') ; 
INSERT INTO `wp_options` VALUES (7516540, '_transient_wflginfl_3390401191', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499929, '_transient_timeout_wflginfl_36832679', '1404802989', 'no') ; 
INSERT INTO `wp_options` VALUES (7499930, '_transient_wflginfl_36832679', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7415196, '_transient_timeout_wflginfl_1993561551', '1404730271', 'no') ; 
INSERT INTO `wp_options` VALUES (7415197, '_transient_wflginfl_1993561551', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7404655, '_transient_timeout_wflginfl_2044700863', '1404722334', 'no') ; 
INSERT INTO `wp_options` VALUES (7404656, '_transient_wflginfl_2044700863', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7400363, '_transient_timeout_wflginfl_1010120503', '1404718626', 'no') ; 
INSERT INTO `wp_options` VALUES (7400364, '_transient_wflginfl_1010120503', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414090, '_transient_timeout_wflginfl_1563126183', '1404729328', 'no') ; 
INSERT INTO `wp_options` VALUES (7414091, '_transient_wflginfl_1563126183', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493195, '_transient_timeout_wflginfl_1984210548', '1404796591', 'no') ; 
INSERT INTO `wp_options` VALUES (7539690, '_transient_wflginfl_3583638468', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471931, '_transient_timeout_wflginfl_1835984694', '1404775664', 'no') ; 
INSERT INTO `wp_options` VALUES (7471932, '_transient_wflginfl_1835984694', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417721, '_transient_timeout_wflginfl_1409302266', '1404732962', 'no') ; 
INSERT INTO `wp_options` VALUES (7417722, '_transient_wflginfl_1409302266', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7462691, '_transient_timeout_wflginfl_1486676539', '1404767471', 'no') ; 
INSERT INTO `wp_options` VALUES (7462692, '_transient_wflginfl_1486676539', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7400401, '_transient_timeout_wflginfl_657973668', '1404718664', 'no') ; 
INSERT INTO `wp_options` VALUES (7400402, '_transient_wflginfl_657973668', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7400407, '_transient_timeout_wflginfl_1844613263', '1404718669', 'no') ; 
INSERT INTO `wp_options` VALUES (7400408, '_transient_wflginfl_1844613263', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496764, '_transient_timeout_wflginfl_2088253367', '1404800211', 'no') ; 
INSERT INTO `wp_options` VALUES (7496765, '_transient_wflginfl_2088253367', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7458786, '_transient_timeout_wflginfl_1776555147', '1404764289', 'no') ; 
INSERT INTO `wp_options` VALUES (7458787, '_transient_wflginfl_1776555147', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533146, '_transient_timeout_wflginfl_3127702889', '1404826378', 'no') ; 
INSERT INTO `wp_options` VALUES (7533147, '_transient_wflginfl_3127702889', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420521, '_transient_timeout_wflginfl_1333037398', '1404734707', 'no') ; 
INSERT INTO `wp_options` VALUES (7420522, '_transient_wflginfl_1333037398', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407754, '_transient_timeout_wflginfl_3399706074', '1404724692', 'no') ; 
INSERT INTO `wp_options` VALUES (7407755, '_transient_wflginfl_3399706074', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7400467, '_transient_timeout_wflginfl_656456982', '1404718718', 'no') ; 
INSERT INTO `wp_options` VALUES (7400468, '_transient_wflginfl_656456982', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425539, '_transient_timeout_wflginfl_1547440323', '1404738820', 'no') ; 
INSERT INTO `wp_options` VALUES (7425540, '_transient_wflginfl_1547440323', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540102, '_transient_timeout_wflginfl_1390342530', '1404830939', 'no') ; 
INSERT INTO `wp_options` VALUES (7540103, '_transient_wflginfl_1390342530', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427017, '_transient_timeout_wflginfl_1892750707', '1404739944', 'no') ; 
INSERT INTO `wp_options` VALUES (7427018, '_transient_wflginfl_1892750707', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7404924, '_transient_timeout_wflginfl_786071419', '1404722541', 'no') ; 
INSERT INTO `wp_options` VALUES (7404925, '_transient_wflginfl_786071419', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533751, '_transient_timeout_wflginfl_2344529431', '1404826756', 'no') ; 
INSERT INTO `wp_options` VALUES (7533752, '_transient_wflginfl_2344529431', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7401178, '_transient_timeout_wflginfl_657889652', '1404719353', 'no') ; 
INSERT INTO `wp_options` VALUES (7401179, '_transient_wflginfl_657889652', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7403468, '_transient_timeout_wflginfl_3065381450', '1404721307', 'no') ; 
INSERT INTO `wp_options` VALUES (7403469, '_transient_wflginfl_3065381450', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470191, '_transient_timeout_wflginfl_694296117', '1404773912', 'no') ; 
INSERT INTO `wp_options` VALUES (7470192, '_transient_wflginfl_694296117', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410649, '_transient_timeout_wflginfl_2015133071', '1404726739', 'no') ; 
INSERT INTO `wp_options` VALUES (7410650, '_transient_wflginfl_2015133071', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514557, '_transient_timeout_wflginfl_609201478', '1404813747', 'no') ; 
INSERT INTO `wp_options` VALUES (7514558, '_transient_wflginfl_609201478', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7402834, '_transient_timeout_wflginfl_1569637383', '1404720767', 'no') ; 
INSERT INTO `wp_options` VALUES (7402835, '_transient_wflginfl_1569637383', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418044, '_transient_wflginfl_1347651538', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489107, '_transient_wflginfl_2101124330', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440993, '_transient_timeout_wflginfl_1547442455', '1404750997', 'no') ; 
INSERT INTO `wp_options` VALUES (7446889, '_transient_wflginfl_608782997', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454713, '_transient_timeout_wflginfl_1492479000', '1404761152', 'no') ; 
INSERT INTO `wp_options` VALUES (7454714, '_transient_wflginfl_1492479000', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7409688, '_transient_timeout_wflginfl_695143048', '1404726073', 'no') ; 
INSERT INTO `wp_options` VALUES (7409689, '_transient_wflginfl_695143048', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433534, '_transient_timeout_wflginfl_702818717', '1404744922', 'no') ; 
INSERT INTO `wp_options` VALUES (7433535, '_transient_wflginfl_702818717', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420366, '_transient_timeout_wflginfl_2017411029', '1404734570', 'no') ; 
INSERT INTO `wp_options` VALUES (7420367, '_transient_wflginfl_2017411029', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541438, '_transient_timeout_wflginfl_2080814384', '1404831707', 'no') ; 
INSERT INTO `wp_options` VALUES (7541439, '_transient_wflginfl_2080814384', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413368, '_transient_timeout_wflginfl_1605534082', '1404728674', 'no') ; 
INSERT INTO `wp_options` VALUES (7413369, '_transient_wflginfl_1605534082', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413928, '_transient_timeout_wflginfl_1001499256', '1404729288', 'no') ; 
INSERT INTO `wp_options` VALUES (7540626, '_transient_timeout_wflginfl_1998110121', '1404831236', 'no') ; 
INSERT INTO `wp_options` VALUES (7400669, '_transient_timeout_wflginfl_3029744442', '1404718904', 'no') ; 
INSERT INTO `wp_options` VALUES (7400670, '_transient_wflginfl_3029744442', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418709, '_transient_timeout_wflginfl_1001956720', '1404733209', 'no') ; 
INSERT INTO `wp_options` VALUES (7418710, '_transient_wflginfl_1001956720', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7400691, '_transient_timeout_wflginfl_657642181', '1404718924', 'no') ; 
INSERT INTO `wp_options` VALUES (7400692, '_transient_wflginfl_657642181', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7405574, '_transient_timeout_wflginfl_3419895233', '1404723071', 'no') ; 
INSERT INTO `wp_options` VALUES (7405575, '_transient_wflginfl_3419895233', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522328, '_transient_wflginfl_2945347122', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501406, '_transient_timeout_wflginfl_1544880226', '1404803955', 'no') ; 
INSERT INTO `wp_options` VALUES (7501407, '_transient_wflginfl_1544880226', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541446, '_transient_timeout_wflginfl_3310272477', '1404831752', 'no') ; 
INSERT INTO `wp_options` VALUES (7541447, '_transient_wflginfl_3310272477', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539727, '_transient_timeout_wflginfl_1432990805', '1404830691', 'no') ; 
INSERT INTO `wp_options` VALUES (7539728, '_transient_wflginfl_1432990805', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495253, '_transient_timeout_wflginfl_1832958047', '1404798509', 'no') ; 
INSERT INTO `wp_options` VALUES (7444563, '_transient_wflginfl_1950955192', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407878, '_transient_timeout_wflginfl_657134691', '1404724803', 'no') ; 
INSERT INTO `wp_options` VALUES (7407879, '_transient_wflginfl_657134691', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7402533, '_transient_timeout_wflginfl_3031936415', '1404720509', 'no') ; 
INSERT INTO `wp_options` VALUES (7402534, '_transient_wflginfl_3031936415', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430361, '_transient_timeout_wflginfl_3065695280', '1404742562', 'no') ; 
INSERT INTO `wp_options` VALUES (7430362, '_transient_wflginfl_3065695280', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523247, '_transient_timeout_wflginfl_1088776969', '1404819652', 'no') ; 
INSERT INTO `wp_options` VALUES (7421166, '_transient_timeout_wflginfl_1887858194', '1404735267', 'no') ; 
INSERT INTO `wp_options` VALUES (7421167, '_transient_wflginfl_1887858194', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438922, '_transient_timeout_wflginfl_3234253522', '1404749084', 'no') ; 
INSERT INTO `wp_options` VALUES (7438923, '_transient_wflginfl_3234253522', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506955, '_transient_wflginfl_1706767460', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7539583, '_transient_timeout_wflginfl_3082183315', '1404830598', 'no') ; 
INSERT INTO `wp_options` VALUES (7537803, '_transient_timeout_wflginfl_3698603011', '1404829431', 'no') ; 
INSERT INTO `wp_options` VALUES (7537804, '_transient_wflginfl_3698603011', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410270, '_transient_timeout_wflginfl_1777086790', '1404726455', 'no') ; 
INSERT INTO `wp_options` VALUES (7410271, '_transient_wflginfl_1777086790', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436479, '_transient_timeout_wflginfl_3141117512', '1404747224', 'no') ; 
INSERT INTO `wp_options` VALUES (7436480, '_transient_wflginfl_3141117512', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415030, '_transient_timeout_wflginfl_2057467466', '1404730122', 'no') ; 
INSERT INTO `wp_options` VALUES (7415031, '_transient_wflginfl_2057467466', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430381, '_transient_timeout_wflginfl_1892691839', '1404742575', 'no') ; 
INSERT INTO `wp_options` VALUES (7430382, '_transient_wflginfl_1892691839', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7402054, '_transient_timeout_wflginfl_1388964073', '1404720083', 'no') ; 
INSERT INTO `wp_options` VALUES (7402055, '_transient_wflginfl_1388964073', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540506, '_transient_timeout_wflginfl_831571702', '1404831174', 'no') ; 
INSERT INTO `wp_options` VALUES (7540507, '_transient_wflginfl_831571702', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492145, '_transient_timeout_wflginfl_36942641', '1404795667', 'no') ; 
INSERT INTO `wp_options` VALUES (7406153, '_transient_timeout_wflginfl_1701662660', '1404723479', 'no') ; 
INSERT INTO `wp_options` VALUES (7400844, '_transient_timeout_wflginfl_657046500', '1404719047', 'no') ; 
INSERT INTO `wp_options` VALUES (7400845, '_transient_wflginfl_657046500', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7404190, '_transient_timeout_wflginfl_831603365', '1404721931', 'no') ; 
INSERT INTO `wp_options` VALUES (7404191, '_transient_wflginfl_831603365', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539081, '_transient_timeout_wflginfl_1546981387', '1404830251', 'no') ; 
INSERT INTO `wp_options` VALUES (7539082, '_transient_wflginfl_1546981387', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492300, '_transient_timeout_wflginfl_1583394889', '1404795811', 'no') ; 
INSERT INTO `wp_options` VALUES (7479660, '_transient_wflginfl_1887933754', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7403050, '_transient_timeout_wflginfl_2001300483', '1404720960', 'no') ; 
INSERT INTO `wp_options` VALUES (7403051, '_transient_wflginfl_2001300483', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428187, '_transient_wflginfl_2988828100', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490122, '_transient_timeout_wflginfl_1124198774', '1404793768', 'no') ; 
INSERT INTO `wp_options` VALUES (7539841, '_transient_wflginfl_1415463141', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500703, '_transient_wflginfl_657920070', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7404070, '_transient_timeout_wflginfl_3065403423', '1404721850', 'no') ; 
INSERT INTO `wp_options` VALUES (7404071, '_transient_wflginfl_3065403423', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7400938, '_transient_timeout_wflginfl_656445879', '1404719139', 'no') ; 
INSERT INTO `wp_options` VALUES (7400939, '_transient_wflginfl_656445879', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488582, '_transient_timeout_wflginfl_1144453829', '1404792300', 'no') ; 
INSERT INTO `wp_options` VALUES (7488583, '_transient_wflginfl_1144453829', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462607, '_transient_timeout_wflginfl_846835144', '1404767407', 'no') ; 
INSERT INTO `wp_options` VALUES (7522214, '_transient_wflginfl_1984248356', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462608, '_transient_wflginfl_846835144', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7400952, '_transient_timeout_wflginfl_1310066045', '1404719153', 'no') ; 
INSERT INTO `wp_options` VALUES (7400953, '_transient_wflginfl_1310066045', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540954, '_transient_timeout_wflginfl_1370358482', '1404831386', 'no') ; 
INSERT INTO `wp_options` VALUES (7540164, '_transient_timeout_wflginfl_1984391888', '1404830981', 'no') ; 
INSERT INTO `wp_options` VALUES (7401912, '_transient_timeout_wflginfl_656447237', '1404719972', 'no') ; 
INSERT INTO `wp_options` VALUES (7401913, '_transient_wflginfl_656447237', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539743, '_transient_timeout_wflginfl_3401546350', '1404830708', 'no') ; 
INSERT INTO `wp_options` VALUES (7539744, '_transient_wflginfl_3401546350', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7401000, '_transient_timeout_wflginfl_657127595', '1404719195', 'no') ; 
INSERT INTO `wp_options` VALUES (7401001, '_transient_wflginfl_657127595', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539679, '_transient_timeout_wflginfl_2058266651', '1404830658', 'no') ; 
INSERT INTO `wp_options` VALUES (7539680, '_transient_wflginfl_2058266651', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416445, '_transient_wflginfl_1850579000', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7402505, '_transient_wflginfl_3569208317', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519370, '_transient_timeout_wflginfl_2914021815', '1404817314', 'no') ; 
INSERT INTO `wp_options` VALUES (7519371, '_transient_wflginfl_2914021815', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7402673, '_transient_timeout_wflginfl_779400595', '1404720625', 'no') ; 
INSERT INTO `wp_options` VALUES (7402674, '_transient_wflginfl_779400595', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7403798, '_transient_timeout_wflginfl_701439861', '1404721619', 'no') ; 
INSERT INTO `wp_options` VALUES (7403799, '_transient_wflginfl_701439861', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7401028, '_transient_timeout_wflginfl_1066257556', '1404719224', 'no') ; 
INSERT INTO `wp_options` VALUES (7401029, '_transient_wflginfl_1066257556', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7402904, '_transient_timeout_wflginfl_529756533', '1404720835', 'no') ; 
INSERT INTO `wp_options` VALUES (7402905, '_transient_wflginfl_529756533', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540915, '_transient_wflginfl_1608657756', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539765, '_transient_wflginfl_1333330698', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7409848, '_transient_timeout_wflginfl_1587526917', '1404726176', 'no') ; 
INSERT INTO `wp_options` VALUES (7409849, '_transient_wflginfl_1587526917', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509536, '_transient_timeout_wflginfl_1892159772', '1404810160', 'no') ; 
INSERT INTO `wp_options` VALUES (7509537, '_transient_wflginfl_1892159772', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431407, '_transient_timeout_wflginfl_39477142', '1404743380', 'no') ; 
INSERT INTO `wp_options` VALUES (7431408, '_transient_wflginfl_39477142', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483227, '_transient_timeout_wflginfl_1535917247', '1404787233', 'no') ; 
INSERT INTO `wp_options` VALUES (7541217, '_transient_wflginfl_2978629244', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7401118, '_transient_timeout_wflginfl_1001536760', '1404719298', 'no') ; 
INSERT INTO `wp_options` VALUES (7401119, '_transient_wflginfl_1001536760', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540406, '_transient_timeout_wflginfl_3392404834', '1404831126', 'no') ; 
INSERT INTO `wp_options` VALUES (7481616, '_transient_timeout_wflginfl_3203914507', '1404785553', 'no') ; 
INSERT INTO `wp_options` VALUES (7477974, '_transient_wflginfl_1823855992', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7401170, '_transient_timeout_wflginfl_3285330274', '1404719347', 'no') ; 
INSERT INTO `wp_options` VALUES (7401171, '_transient_wflginfl_3285330274', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439375, '_transient_timeout_wflginfl_608969270', '1404749438', 'no') ; 
INSERT INTO `wp_options` VALUES (7439376, '_transient_wflginfl_608969270', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7406054, '_transient_timeout_wflginfl_1581665518', '1404723423', 'no') ; 
INSERT INTO `wp_options` VALUES (7406055, '_transient_wflginfl_1581665518', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7401592, '_transient_timeout_wflginfl_2091982110', '1404719699', 'no') ; 
INSERT INTO `wp_options` VALUES (7401593, '_transient_wflginfl_2091982110', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508958, '_transient_timeout_wflginfl_2036437002', '1404809745', 'no') ; 
INSERT INTO `wp_options` VALUES (7465848, '_transient_timeout_wflginfl_1441913481', '1404770104', 'no') ; 
INSERT INTO `wp_options` VALUES (7424249, '_transient_timeout_wflginfl_1309596153', '1404737809', 'no') ; 
INSERT INTO `wp_options` VALUES (7424250, '_transient_wflginfl_1309596153', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457664, '_transient_timeout_wflginfl_2989025661', '1404763416', 'no') ; 
INSERT INTO `wp_options` VALUES (7457665, '_transient_wflginfl_2989025661', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441394, '_transient_wflginfl_2006614153', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523542, '_transient_wflginfl_3705772837', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461056, '_transient_timeout_wflginfl_1333004498', '1404766038', 'no') ; 
INSERT INTO `wp_options` VALUES (7530430, '_transient_timeout_wflginfl_3500758613', '1404825203', 'no') ; 
INSERT INTO `wp_options` VALUES (7401306, '_transient_timeout_wflginfl_1902939186', '1404719463', 'no') ; 
INSERT INTO `wp_options` VALUES (7401307, '_transient_wflginfl_1902939186', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493592, '_transient_timeout_wflginfl_3398980102', '1404796989', 'no') ; 
INSERT INTO `wp_options` VALUES (7493593, '_transient_wflginfl_3398980102', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425359, '_transient_timeout_wflginfl_1296906258', '1404738992', 'no') ; 
INSERT INTO `wp_options` VALUES (7425360, '_transient_wflginfl_1296906258', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7454305, '_transient_timeout_wflginfl_1432422386', '1404760861', 'no') ; 
INSERT INTO `wp_options` VALUES (7454306, '_transient_wflginfl_1432422386', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7401364, '_transient_timeout_wflginfl_1976038683', '1404719523', 'no') ; 
INSERT INTO `wp_options` VALUES (7401365, '_transient_wflginfl_1976038683', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7401390, '_transient_timeout_wflginfl_1975773567', '1404719539', 'no') ; 
INSERT INTO `wp_options` VALUES (7401391, '_transient_wflginfl_1975773567', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408189, '_transient_timeout_wflginfl_3157679229', '1404725023', 'no') ; 
INSERT INTO `wp_options` VALUES (7408190, '_transient_wflginfl_3157679229', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7401400, '_transient_timeout_wflginfl_703197345', '1404719551', 'no') ; 
INSERT INTO `wp_options` VALUES (7401401, '_transient_wflginfl_703197345', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470789, '_transient_timeout_wflginfl_3642173680', '1404774464', 'no') ; 
INSERT INTO `wp_options` VALUES (7470790, '_transient_wflginfl_3642173680', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415376, '_transient_timeout_wflginfl_831885257', '1404730420', 'no') ; 
INSERT INTO `wp_options` VALUES (7415377, '_transient_wflginfl_831885257', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7402002, '_transient_timeout_wflginfl_1336899485', '1404720295', 'no') ; 
INSERT INTO `wp_options` VALUES (7402003, '_transient_wflginfl_1336899485', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7540373, '_transient_wflginfl_3157383519', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442683, '_transient_timeout_wflginfl_634940191', '1404752012', 'no') ; 
INSERT INTO `wp_options` VALUES (7450122, '_transient_timeout_wflginfl_3157408413', '1404757722', 'no') ; 
INSERT INTO `wp_options` VALUES (7450123, '_transient_wflginfl_3157408413', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511063, '_transient_timeout_wflginfl_1833111131', '1404811279', 'no') ; 
INSERT INTO `wp_options` VALUES (7541091, '_transient_wflginfl_1227432984', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7401470, '_transient_timeout_wflginfl_1975625467', '1404719609', 'no') ; 
INSERT INTO `wp_options` VALUES (7401471, '_transient_wflginfl_1975625467', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541279, '_transient_wflginfl_1919741280', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443488, '_transient_wflginfl_1600067568', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502894, '_transient_timeout_wflginfl_213763908', '1404805151', 'no') ; 
INSERT INTO `wp_options` VALUES (7502895, '_transient_wflginfl_213763908', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500030, '_transient_timeout_wflginfl_1432516171', '1404802846', 'no') ; 
INSERT INTO `wp_options` VALUES (7500031, '_transient_wflginfl_1432516171', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504811, '_transient_timeout_wflginfl_1559168852', '1404806878', 'no') ; 
INSERT INTO `wp_options` VALUES (7504812, '_transient_wflginfl_1559168852', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7505556, '_transient_timeout_wflginfl_1976501648', '1404807315', 'no') ; 
INSERT INTO `wp_options` VALUES (7538372, '_transient_wflginfl_3680242440', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7404224, '_transient_timeout_wflginfl_2033590410', '1404721963', 'no') ; 
INSERT INTO `wp_options` VALUES (7404225, '_transient_wflginfl_2033590410', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494380, '_transient_timeout_wflginfl_36865490', '1404797673', 'no') ; 
INSERT INTO `wp_options` VALUES (7494381, '_transient_wflginfl_36865490', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435214, '_transient_timeout_wflginfl_1446840079', '1404746258', 'no') ; 
INSERT INTO `wp_options` VALUES (7435215, '_transient_wflginfl_1446840079', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509700, '_transient_timeout_wflginfl_1835081001', '1404810283', 'no') ; 
INSERT INTO `wp_options` VALUES (7529718, '_transient_timeout_wflginfl_1211119344', '1404824150', 'no') ; 
INSERT INTO `wp_options` VALUES (7407170, '_transient_timeout_wflginfl_1308842058', '1404724351', 'no') ; 
INSERT INTO `wp_options` VALUES (7407175, '_transient_wflginfl_1308842058', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433586, '_transient_timeout_wflginfl_3469900671', '1404744958', 'no') ; 
INSERT INTO `wp_options` VALUES (7433587, '_transient_wflginfl_3469900671', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502212, '_transient_timeout_wflginfl_2947030316', '1404804618', 'no') ; 
INSERT INTO `wp_options` VALUES (7502213, '_transient_wflginfl_2947030316', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485974, '_transient_timeout_wflginfl_3185469802', '1404789783', 'no') ; 
INSERT INTO `wp_options` VALUES (7485975, '_transient_wflginfl_3185469802', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407619, '_transient_timeout_wflginfl_1569423382', '1404724577', 'no') ; 
INSERT INTO `wp_options` VALUES (7407620, '_transient_wflginfl_1569423382', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473003, '_transient_timeout_wflginfl_2982955818', '1404776693', 'no') ; 
INSERT INTO `wp_options` VALUES (7473004, '_transient_wflginfl_2982955818', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7402705, '_transient_timeout_wflginfl_3065648007', '1404720652', 'no') ; 
INSERT INTO `wp_options` VALUES (7402706, '_transient_wflginfl_3065648007', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434874, '_transient_timeout_wflginfl_3651874229', '1404746011', 'no') ; 
INSERT INTO `wp_options` VALUES (7434875, '_transient_wflginfl_3651874229', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512004, '_transient_timeout_wflginfl_3414346022', '1404811940', 'no') ; 
INSERT INTO `wp_options` VALUES (7512005, '_transient_wflginfl_3414346022', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438142, '_transient_timeout_wflginfl_1432155671', '1404748530', 'no') ; 
INSERT INTO `wp_options` VALUES (7438143, '_transient_wflginfl_1432155671', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444408, '_transient_timeout_wflginfl_1040316884', '1404753350', 'no') ; 
INSERT INTO `wp_options` VALUES (7444409, '_transient_wflginfl_1040316884', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536272, '_transient_timeout_wflginfl_1314995644', '1404828422', 'no') ; 
INSERT INTO `wp_options` VALUES (7536273, '_transient_wflginfl_1314995644', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425797, '_transient_wflginfl_3307652673', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442968, '_transient_wflginfl_2955426800', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7426379, '_transient_timeout_wflginfl_1952266803', '1404739473', 'no') ; 
INSERT INTO `wp_options` VALUES (7426380, '_transient_wflginfl_1952266803', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429973, '_transient_timeout_wflginfl_3194679867', '1404742294', 'no') ; 
INSERT INTO `wp_options` VALUES (7429974, '_transient_wflginfl_3194679867', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7405202, '_transient_timeout_wflginfl_1855223172', '1404722788', 'no') ; 
INSERT INTO `wp_options` VALUES (7405203, '_transient_wflginfl_1855223172', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7404964, '_transient_timeout_wflginfl_1977138686', '1404722569', 'no') ; 
INSERT INTO `wp_options` VALUES (7404965, '_transient_wflginfl_1977138686', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504035, '_transient_timeout_wflginfl_1430328359', '1404806284', 'no') ; 
INSERT INTO `wp_options` VALUES (7504036, '_transient_wflginfl_1430328359', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7497014, '_transient_timeout_wflginfl_1150709311', '1404800173', 'no') ; 
INSERT INTO `wp_options` VALUES (7420015, '_transient_wflginfl_694240162', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479958, '_transient_wflginfl_778252543', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479957, '_transient_timeout_wflginfl_778252543', '1404783807', 'no') ; 
INSERT INTO `wp_options` VALUES (7479293, '_transient_timeout_wflginfl_1933727158', '1404783123', 'no') ; 
INSERT INTO `wp_options` VALUES (7479294, '_transient_wflginfl_1933727158', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517772, '_transient_wflginfl_2346363301', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497113, '_transient_timeout_wflginfl_1559418217', '1404800259', 'no') ; 
INSERT INTO `wp_options` VALUES (7401844, '_transient_timeout_wflginfl_1512438839', '1404719907', 'no') ; 
INSERT INTO `wp_options` VALUES (7401845, '_transient_wflginfl_1512438839', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417213, '_transient_timeout_wflginfl_3526914320', '1404731978', 'no') ; 
INSERT INTO `wp_options` VALUES (7540947, '_transient_wflginfl_1593347016', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7401874, '_transient_timeout_wflginfl_690744948', '1404719936', 'no') ; 
INSERT INTO `wp_options` VALUES (7401875, '_transient_wflginfl_690744948', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539852, '_transient_timeout_wflginfl_1430358913', '1404830776', 'no') ; 
INSERT INTO `wp_options` VALUES (7539931, '_transient_wflginfl_87498114', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7401900, '_transient_timeout_wflginfl_1332042425', '1404719967', 'no') ; 
INSERT INTO `wp_options` VALUES (7401901, '_transient_wflginfl_1332042425', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538925, '_transient_timeout_wflginfl_1847022246', '1404830153', 'no') ; 
INSERT INTO `wp_options` VALUES (7520481, '_transient_timeout_wflginfl_657073284', '1404817940', 'no') ; 
INSERT INTO `wp_options` VALUES (7401936, '_transient_timeout_wflginfl_1524209314', '1404719995', 'no') ; 
INSERT INTO `wp_options` VALUES (7401937, '_transient_wflginfl_1524209314', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468031, '_transient_timeout_wflginfl_1327094611', '1404771953', 'no') ; 
INSERT INTO `wp_options` VALUES (7529545, '_transient_wflginfl_1653727397', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7401966, '_transient_timeout_wflginfl_3636012022', '1404720020', 'no') ; 
INSERT INTO `wp_options` VALUES (7401967, '_transient_wflginfl_3636012022', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412431, '_transient_timeout_wflginfl_1603373192', '1404728241', 'no') ; 
INSERT INTO `wp_options` VALUES (7412432, '_transient_wflginfl_1603373192', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7474538, '_transient_wflginfl_3188822680', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431773, '_transient_wflginfl_1539987883', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412203, '_transient_timeout_wflginfl_657748816', '1404727759', 'no') ; 
INSERT INTO `wp_options` VALUES (7412204, '_transient_wflginfl_657748816', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407567, '_transient_timeout_wflginfl_3345328902', '1404724541', 'no') ; 
INSERT INTO `wp_options` VALUES (7407568, '_transient_wflginfl_3345328902', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450095, '_transient_wflginfl_835465199', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450094, '_transient_timeout_wflginfl_835465199', '1404757707', 'no') ; 
INSERT INTO `wp_options` VALUES (7538044, '_transient_wflginfl_3265631651', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541045, '_transient_wflginfl_1580696589', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7403286, '_transient_timeout_wflginfl_1868047234', '1404721168', 'no') ; 
INSERT INTO `wp_options` VALUES (7403287, '_transient_wflginfl_1868047234', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516128, '_transient_timeout_wflginfl_1832859506', '1404814835', 'no') ; 
INSERT INTO `wp_options` VALUES (7516129, '_transient_wflginfl_1832859506', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438768, '_transient_timeout_wflginfl_1320419427', '1404748989', 'no') ; 
INSERT INTO `wp_options` VALUES (7438769, '_transient_wflginfl_1320419427', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7405352, '_transient_timeout_wflginfl_1593742236', '1404722911', 'no') ; 
INSERT INTO `wp_options` VALUES (7405353, '_transient_wflginfl_1593742236', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533806, '_transient_wflginfl_698484307', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515653, '_transient_wflginfl_1041396009', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469891, '_transient_timeout_wflginfl_2441180418', '1404773655', 'no') ; 
INSERT INTO `wp_options` VALUES (7469892, '_transient_wflginfl_2441180418', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530489, '_transient_timeout_wflginfl_1436160053', '1404824661', 'no') ; 
INSERT INTO `wp_options` VALUES (7530490, '_transient_wflginfl_1436160053', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443862, '_transient_timeout_wflginfl_1839629630', '1404752944', 'no') ; 
INSERT INTO `wp_options` VALUES (7443863, '_transient_wflginfl_1839629630', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7402204, '_transient_timeout_wflginfl_39155490', '1404720227', 'no') ; 
INSERT INTO `wp_options` VALUES (7402205, '_transient_wflginfl_39155490', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7402914, '_transient_timeout_wflginfl_2946334199', '1404720847', 'no') ; 
INSERT INTO `wp_options` VALUES (7402915, '_transient_wflginfl_2946334199', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528992, '_transient_timeout_wflginfl_1705342003', '1404823668', 'no') ; 
INSERT INTO `wp_options` VALUES (7528993, '_transient_wflginfl_1705342003', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7402282, '_transient_timeout_wflginfl_3157263755', '1404720277', 'no') ; 
INSERT INTO `wp_options` VALUES (7402283, '_transient_wflginfl_3157263755', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7405882, '_transient_timeout_wflginfl_831536285', '1404723299', 'no') ; 
INSERT INTO `wp_options` VALUES (7405883, '_transient_wflginfl_831536285', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539161, '_transient_wflginfl_2947860871', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7451523, '_transient_wflginfl_3562891537', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7403626, '_transient_timeout_wflginfl_657080455', '1404721458', 'no') ; 
INSERT INTO `wp_options` VALUES (7403627, '_transient_wflginfl_657080455', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462010, '_transient_timeout_wflginfl_3735305739', '1404766866', 'no') ; 
INSERT INTO `wp_options` VALUES (7462011, '_transient_wflginfl_3735305739', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502048, '_transient_timeout_wflginfl_1934580440', '1404804498', 'no') ; 
INSERT INTO `wp_options` VALUES (7502049, '_transient_wflginfl_1934580440', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448209, '_transient_timeout_wflginfl_3124281028', '1404756250', 'no') ; 
INSERT INTO `wp_options` VALUES (7448210, '_transient_wflginfl_3124281028', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431067, '_transient_timeout_wflginfl_3543363053', '1404743117', 'no') ; 
INSERT INTO `wp_options` VALUES (7431068, '_transient_wflginfl_3543363053', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414918, '_transient_timeout_wflginfl_1835790679', '1404730022', 'no') ; 
INSERT INTO `wp_options` VALUES (7414919, '_transient_wflginfl_1835790679', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7402450, '_transient_timeout_wflginfl_656430243', '1404720434', 'no') ; 
INSERT INTO `wp_options` VALUES (7402451, '_transient_wflginfl_656430243', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7402462, '_transient_timeout_wflginfl_2536350717', '1404720442', 'no') ; 
INSERT INTO `wp_options` VALUES (7402463, '_transient_wflginfl_2536350717', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539636, '_transient_wflginfl_702615058', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412687, '_transient_timeout_wflginfl_1001793491', '1404728130', 'no') ; 
INSERT INTO `wp_options` VALUES (7415188, '_transient_timeout_wflginfl_1919741390', '1404730264', 'no') ; 
INSERT INTO `wp_options` VALUES (7415189, '_transient_wflginfl_1919741390', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451186, '_transient_timeout_wflginfl_1399753734', '1404758567', 'no') ; 
INSERT INTO `wp_options` VALUES (7451187, '_transient_wflginfl_1399753734', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408231, '_transient_timeout_wflginfl_2098983412', '1404725045', 'no') ; 
INSERT INTO `wp_options` VALUES (7408232, '_transient_wflginfl_2098983412', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412443, '_transient_timeout_wflginfl_24754174', '1404727959', 'no') ; 
INSERT INTO `wp_options` VALUES (7412444, '_transient_wflginfl_24754174', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414287, '_transient_timeout_wflginfl_787506184', '1404729490', 'no') ; 
INSERT INTO `wp_options` VALUES (7414288, '_transient_wflginfl_787506184', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7409646, '_transient_timeout_wflginfl_1566020072', '1404726041', 'no') ; 
INSERT INTO `wp_options` VALUES (7409647, '_transient_wflginfl_1566020072', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7405596, '_transient_timeout_wflginfl_2945262904', '1404723094', 'no') ; 
INSERT INTO `wp_options` VALUES (7405597, '_transient_wflginfl_2945262904', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7498191, '_transient_timeout_wflginfl_1503161839', '1404801284', 'no') ; 
INSERT INTO `wp_options` VALUES (7477973, '_transient_timeout_wflginfl_1823855992', '1404781743', 'no') ; 
INSERT INTO `wp_options` VALUES (7540535, '_transient_wflginfl_3087975767', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413974, '_transient_timeout_wflginfl_1320582136', '1404729288', 'no') ; 
INSERT INTO `wp_options` VALUES (7497365, '_transient_timeout_wflginfl_831643543', '1404800492', 'no') ; 
INSERT INTO `wp_options` VALUES (7460872, '_transient_timeout_wflginfl_3065609352', '1404765903', 'no') ; 
INSERT INTO `wp_options` VALUES (7511152, '_transient_wflginfl_3357335587', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533227, '_transient_wflginfl_3307615388', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462537, '_transient_timeout_wflginfl_2036436630', '1404767352', 'no') ; 
INSERT INTO `wp_options` VALUES (7462538, '_transient_wflginfl_2036436630', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7406000, '_transient_timeout_wflginfl_1333263695', '1404723393', 'no') ; 
INSERT INTO `wp_options` VALUES (7406001, '_transient_wflginfl_1333263695', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424372, '_transient_timeout_wflginfl_1503960195', '1404737921', 'no') ; 
INSERT INTO `wp_options` VALUES (7424373, '_transient_wflginfl_1503960195', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447925, '_transient_timeout_wflginfl_1326458489', '1404756031', 'no') ; 
INSERT INTO `wp_options` VALUES (7447926, '_transient_wflginfl_1326458489', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443846, '_transient_timeout_wflginfl_3075944935', '1404752936', 'no') ; 
INSERT INTO `wp_options` VALUES (7443847, '_transient_wflginfl_3075944935', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487818, '_transient_timeout_wflginfl_1503488992', '1404791579', 'no') ; 
INSERT INTO `wp_options` VALUES (7536495, '_transient_timeout_wflginfl_1870525330', '1404828590', 'no') ; 
INSERT INTO `wp_options` VALUES (7417016, '_transient_timeout_wflginfl_1729658586', '1404731819', 'no') ; 
INSERT INTO `wp_options` VALUES (7417017, '_transient_wflginfl_1729658586', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453192, '_transient_timeout_wflginfl_1446868331', '1404760042', 'no') ; 
INSERT INTO `wp_options` VALUES (7453193, '_transient_wflginfl_1446868331', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7402731, '_transient_timeout_wflginfl_3081481607', '1404720684', 'no') ; 
INSERT INTO `wp_options` VALUES (7402732, '_transient_wflginfl_3081481607', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7406396, '_transient_timeout_wflginfl_1975729287', '1404723656', 'no') ; 
INSERT INTO `wp_options` VALUES (7406397, '_transient_wflginfl_1975729287', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529614, '_transient_timeout_wflginfl_625832155', '1404824075', 'no') ; 
INSERT INTO `wp_options` VALUES (7507674, '_transient_timeout_wflginfl_2991774321', '1404808876', 'no') ; 
INSERT INTO `wp_options` VALUES (7507675, '_transient_wflginfl_2991774321', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535112, '_transient_timeout_wflginfl_1893147793', '1404827652', 'no') ; 
INSERT INTO `wp_options` VALUES (7535113, '_transient_wflginfl_1893147793', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410336, '_transient_timeout_wflginfl_3523502151', '1404726494', 'no') ; 
INSERT INTO `wp_options` VALUES (7410337, '_transient_wflginfl_3523502151', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529615, '_transient_wflginfl_625832155', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464806, '_transient_timeout_wflginfl_2537515907', '1404769392', 'no') ; 
INSERT INTO `wp_options` VALUES (7464807, '_transient_wflginfl_2537515907', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7402884, '_transient_timeout_wflginfl_772601083', '1404720820', 'no') ; 
INSERT INTO `wp_options` VALUES (7402885, '_transient_wflginfl_772601083', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414943, '_transient_wflginfl_2938614456', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439299, '_transient_wflginfl_3190581771', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533841, '_transient_timeout_wflginfl_2344638311', '1404826818', 'no') ; 
INSERT INTO `wp_options` VALUES (7533842, '_transient_wflginfl_2344638311', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422125, '_transient_timeout_wflginfl_3301803461', '1404736029', 'no') ; 
INSERT INTO `wp_options` VALUES (7422126, '_transient_wflginfl_3301803461', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493299, '_transient_timeout_wflginfl_2033593534', '1404796688', 'no') ; 
INSERT INTO `wp_options` VALUES (7493300, '_transient_wflginfl_2033593534', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513789, '_transient_timeout_wflginfl_3031904796', '1404813208', 'no') ; 
INSERT INTO `wp_options` VALUES (7513790, '_transient_wflginfl_3031904796', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505188, '_transient_timeout_wflginfl_1583397845', '1404806989', 'no') ; 
INSERT INTO `wp_options` VALUES (7505189, '_transient_wflginfl_1583397845', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444144, '_transient_timeout_wflginfl_3070052637', '1404753144', 'no') ; 
INSERT INTO `wp_options` VALUES (7444145, '_transient_wflginfl_3070052637', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7404282, '_transient_timeout_wflginfl_1977490809', '1404722023', 'no') ; 
INSERT INTO `wp_options` VALUES (7404283, '_transient_wflginfl_1977490809', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7403004, '_transient_timeout_wflginfl_1294914588', '1404720912', 'no') ; 
INSERT INTO `wp_options` VALUES (7403005, '_transient_wflginfl_1294914588', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7404370, '_transient_timeout_wflginfl_3157267568', '1404722096', 'no') ; 
INSERT INTO `wp_options` VALUES (7404371, '_transient_wflginfl_3157267568', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540908, '_transient_timeout_wflginfl_1372320914', '1404831364', 'no') ; 
INSERT INTO `wp_options` VALUES (7478314, '_transient_timeout_wflginfl_2905610920', '1404782066', 'no') ; 
INSERT INTO `wp_options` VALUES (7541487, '_transient_timeout_wflginfl_2344875149', '1404832173', 'no') ; 
INSERT INTO `wp_options` VALUES (7541488, '_transient_wflginfl_2344875149', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7404554, '_transient_timeout_wflginfl_657633760', '1404722251', 'no') ; 
INSERT INTO `wp_options` VALUES (7404555, '_transient_wflginfl_657633760', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503613, '_transient_timeout_wflginfl_17394299', '1404805710', 'no') ; 
INSERT INTO `wp_options` VALUES (7503614, '_transient_wflginfl_17394299', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408357, '_transient_wflginfl_1893666394', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411407, '_transient_timeout_wflginfl_2850736233', '1404727228', 'no') ; 
INSERT INTO `wp_options` VALUES (7403072, '_transient_timeout_wflginfl_1580976209', '1404720974', 'no') ; 
INSERT INTO `wp_options` VALUES (7403073, '_transient_wflginfl_1580976209', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431866, '_transient_timeout_wflginfl_2945133302', '1404743694', 'no') ; 
INSERT INTO `wp_options` VALUES (7431867, '_transient_wflginfl_2945133302', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463775, '_transient_timeout_wflginfl_1508337022', '1404768592', 'no') ; 
INSERT INTO `wp_options` VALUES (7463776, '_transient_wflginfl_1508337022', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7509701, '_transient_wflginfl_1835081001', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524101, '_transient_timeout_wflginfl_1892040796', '1404820266', 'no') ; 
INSERT INTO `wp_options` VALUES (7482616, '_transient_wflginfl_1315190268', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7529254, '_transient_timeout_wflginfl_1729770962', '1404823854', 'no') ; 
INSERT INTO `wp_options` VALUES (7530585, '_transient_timeout_wflginfl_702287138', '1404824727', 'no') ; 
INSERT INTO `wp_options` VALUES (7530586, '_transient_wflginfl_702287138', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525360, '_transient_timeout_wflginfl_456566314', '1404821164', 'no') ; 
INSERT INTO `wp_options` VALUES (7525361, '_transient_wflginfl_456566314', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502237, '_transient_wflginfl_2057591333', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502236, '_transient_timeout_wflginfl_2057591333', '1404804638', 'no') ; 
INSERT INTO `wp_options` VALUES (7421312, '_transient_timeout_wflginfl_1337028715', '1404735380', 'no') ; 
INSERT INTO `wp_options` VALUES (7421313, '_transient_wflginfl_1337028715', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7403218, '_transient_timeout_wflginfl_694241505', '1404721106', 'no') ; 
INSERT INTO `wp_options` VALUES (7403219, '_transient_wflginfl_694241505', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7405272, '_transient_timeout_wflginfl_2343098011', '1404722846', 'no') ; 
INSERT INTO `wp_options` VALUES (7405273, '_transient_wflginfl_2343098011', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541270, '_transient_timeout_wflginfl_696640188', '1404831496', 'no') ; 
INSERT INTO `wp_options` VALUES (7540858, '_transient_timeout_wflginfl_3732909597', '1404831349', 'no') ; 
INSERT INTO `wp_options` VALUES (7423360, '_transient_timeout_wflginfl_2033597175', '1404737077', 'no') ; 
INSERT INTO `wp_options` VALUES (7423361, '_transient_wflginfl_2033597175', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410810, '_transient_wflginfl_1293759689', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439712, '_transient_wflginfl_708579916', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7403308, '_transient_timeout_wflginfl_3065494260', '1404721183', 'no') ; 
INSERT INTO `wp_options` VALUES (7403309, '_transient_wflginfl_3065494260', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533794, '_transient_wflginfl_635192142', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7403340, '_transient_timeout_wflginfl_1986265324', '1404721207', 'no') ; 
INSERT INTO `wp_options` VALUES (7403341, '_transient_wflginfl_1986265324', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7403350, '_transient_timeout_wflginfl_3075691244', '1404721212', 'no') ; 
INSERT INTO `wp_options` VALUES (7403351, '_transient_wflginfl_3075691244', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428906, '_transient_timeout_wflginfl_2015138338', '1404741404', 'no') ; 
INSERT INTO `wp_options` VALUES (7428907, '_transient_wflginfl_2015138338', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408141, '_transient_timeout_wflginfl_2057811733', '1404724994', 'no') ; 
INSERT INTO `wp_options` VALUES (7408142, '_transient_wflginfl_2057811733', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427073, '_transient_timeout_wflginfl_3265677139', '1404739973', 'no') ; 
INSERT INTO `wp_options` VALUES (7416371, '_transient_timeout_wflginfl_657117358', '1404731282', 'no') ; 
INSERT INTO `wp_options` VALUES (7416372, '_transient_wflginfl_657117358', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410713, '_transient_timeout_wflginfl_92635373', '1404726778', 'no') ; 
INSERT INTO `wp_options` VALUES (7410714, '_transient_wflginfl_92635373', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477428, '_transient_timeout_wflginfl_1892400126', '1404781143', 'no') ; 
INSERT INTO `wp_options` VALUES (7477429, '_transient_wflginfl_1892400126', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7403433, '_transient_timeout_wflginfl_1836653705', '1404721268', 'no') ; 
INSERT INTO `wp_options` VALUES (7403434, '_transient_wflginfl_1836653705', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7403439, '_transient_timeout_wflginfl_3319870119', '1404721270', 'no') ; 
INSERT INTO `wp_options` VALUES (7403440, '_transient_wflginfl_3319870119', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7403443, '_transient_timeout_wflginfl_656435147', '1404721271', 'no') ; 
INSERT INTO `wp_options` VALUES (7403444, '_transient_wflginfl_656435147', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7405736, '_transient_timeout_wflginfl_2064932048', '1404723187', 'no') ; 
INSERT INTO `wp_options` VALUES (7405737, '_transient_wflginfl_2064932048', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540984, '_transient_timeout_wflginfl_1590347504', '1404831396', 'no') ; 
INSERT INTO `wp_options` VALUES (7427074, '_transient_wflginfl_3265677139', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416111, '_transient_wflginfl_1569324006', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7403574, '_transient_timeout_wflginfl_1159116975', '1404721401', 'no') ; 
INSERT INTO `wp_options` VALUES (7403575, '_transient_wflginfl_1159116975', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419574, '_transient_timeout_wflginfl_608741809', '1404733902', 'no') ; 
INSERT INTO `wp_options` VALUES (7419575, '_transient_wflginfl_608741809', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7406903, '_transient_timeout_wflginfl_2966150101', '1404724043', 'no') ; 
INSERT INTO `wp_options` VALUES (7406904, '_transient_wflginfl_2966150101', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415952, '_transient_timeout_wflginfl_3318605241', '1404730922', 'no') ; 
INSERT INTO `wp_options` VALUES (7415953, '_transient_wflginfl_3318605241', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490672, '_transient_timeout_wflginfl_2064949521', '1404794266', 'no') ; 
INSERT INTO `wp_options` VALUES (7408483, '_transient_timeout_wflginfl_2998281739', '1404725215', 'no') ; 
INSERT INTO `wp_options` VALUES (7408484, '_transient_wflginfl_2998281739', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531281, '_transient_timeout_wflginfl_1729099534', '1404825212', 'no') ; 
INSERT INTO `wp_options` VALUES (7540168, '_transient_timeout_wflginfl_999842562', '1404830984', 'no') ; 
INSERT INTO `wp_options` VALUES (7539529, '_transient_timeout_wflginfl_609141060', '1404830570', 'no') ; 
INSERT INTO `wp_options` VALUES (7527235, '_transient_wflginfl_455122942', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422745, '_transient_timeout_wflginfl_690843977', '1404736559', 'no') ; 
INSERT INTO `wp_options` VALUES (7422746, '_transient_wflginfl_690843977', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7403750, '_transient_timeout_wflginfl_1609196481', '1404721583', 'no') ; 
INSERT INTO `wp_options` VALUES (7403751, '_transient_wflginfl_1609196481', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445764, '_transient_timeout_wflginfl_634914331', '1404754394', 'no') ; 
INSERT INTO `wp_options` VALUES (7445765, '_transient_wflginfl_634914331', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453611, '_transient_timeout_wflginfl_831638272', '1404760394', 'no') ; 
INSERT INTO `wp_options` VALUES (7453612, '_transient_wflginfl_831638272', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443992, '_transient_timeout_wflginfl_1549865732', '1404753034', 'no') ; 
INSERT INTO `wp_options` VALUES (7443993, '_transient_wflginfl_1549865732', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426701, '_transient_timeout_wflginfl_657311705', '1404739701', 'no') ; 
INSERT INTO `wp_options` VALUES (7426702, '_transient_wflginfl_657311705', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436997, '_transient_timeout_wflginfl_1393239929', '1404747613', 'no') ; 
INSERT INTO `wp_options` VALUES (7436998, '_transient_wflginfl_1393239929', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439965, '_transient_timeout_wflginfl_1906471593', '1404749900', 'no') ; 
INSERT INTO `wp_options` VALUES (7439966, '_transient_wflginfl_1906471593', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509266, '_transient_timeout_wflginfl_1430386714', '1404809969', 'no') ; 
INSERT INTO `wp_options` VALUES (7414347, '_transient_timeout_wflginfl_3198558219', '1404729541', 'no') ; 
INSERT INTO `wp_options` VALUES (7440499, '_transient_timeout_wflginfl_1356498503', '1404750336', 'no') ; 
INSERT INTO `wp_options` VALUES (7440500, '_transient_wflginfl_1356498503', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7404944, '_transient_timeout_wflginfl_1436207098', '1404722555', 'no') ; 
INSERT INTO `wp_options` VALUES (7404945, '_transient_wflginfl_1436207098', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411291, '_transient_timeout_wflginfl_657525500', '1404727171', 'no') ; 
INSERT INTO `wp_options` VALUES (7411292, '_transient_wflginfl_657525500', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7403928, '_transient_timeout_wflginfl_2344770187', '1404721718', 'no') ; 
INSERT INTO `wp_options` VALUES (7403929, '_transient_wflginfl_2344770187', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426823, '_transient_timeout_wflginfl_2970775203', '1404739800', 'no') ; 
INSERT INTO `wp_options` VALUES (7426824, '_transient_wflginfl_2970775203', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415918, '_transient_timeout_wflginfl_1892797552', '1404730885', 'no') ; 
INSERT INTO `wp_options` VALUES (7415919, '_transient_wflginfl_1892797552', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7403980, '_transient_timeout_wflginfl_656678058', '1404721773', 'no') ; 
INSERT INTO `wp_options` VALUES (7403981, '_transient_wflginfl_656678058', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524281, '_transient_timeout_wflginfl_2875543022', '1404820395', 'no') ; 
INSERT INTO `wp_options` VALUES (7524282, '_transient_wflginfl_2875543022', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539760, '_transient_timeout_wflginfl_1372949654', '1404830718', 'no') ; 
INSERT INTO `wp_options` VALUES (7539761, '_transient_wflginfl_1372949654', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540704, '_transient_timeout_wflginfl_657148842', '1404831281', 'no') ; 
INSERT INTO `wp_options` VALUES (7540705, '_transient_wflginfl_657148842', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449866, '_transient_timeout_wflginfl_608548947', '1404757537', 'no') ; 
INSERT INTO `wp_options` VALUES (7449867, '_transient_wflginfl_608548947', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487796, '_transient_timeout_wflginfl_3036337770', '1404791557', 'no') ; 
INSERT INTO `wp_options` VALUES (7487797, '_transient_wflginfl_3036337770', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415420, '_transient_timeout_wflginfl_2945463047', '1404730449', 'no') ; 
INSERT INTO `wp_options` VALUES (7531132, '_transient_wflginfl_1915535575', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7405290, '_transient_timeout_wflginfl_1506402797', '1404722863', 'no') ; 
INSERT INTO `wp_options` VALUES (7405291, '_transient_wflginfl_1506402797', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7404100, '_transient_timeout_wflginfl_1909623380', '1404721872', 'no') ; 
INSERT INTO `wp_options` VALUES (7404101, '_transient_wflginfl_1909623380', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540548, '_transient_timeout_wflginfl_1102961103', '1404831194', 'no') ; 
INSERT INTO `wp_options` VALUES (7540549, '_transient_wflginfl_1102961103', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440130, '_transient_wflginfl_99976712', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7406382, '_transient_timeout_wflginfl_657059090', '1404723648', 'no') ; 
INSERT INTO `wp_options` VALUES (7406383, '_transient_wflginfl_657059090', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408806, '_transient_timeout_wflginfl_3673954386', '1404725743', 'no') ; 
INSERT INTO `wp_options` VALUES (7538179, '_transient_timeout_wflginfl_3187691139', '1404829674', 'no') ; 
INSERT INTO `wp_options` VALUES (7467227, '_transient_timeout_wflginfl_1609114833', '1404771307', 'no') ; 
INSERT INTO `wp_options` VALUES (7448425, '_transient_timeout_wflginfl_387709025', '1404756401', 'no') ; 
INSERT INTO `wp_options` VALUES (7410661, '_transient_timeout_wflginfl_3065715022', '1404726748', 'no') ; 
INSERT INTO `wp_options` VALUES (7410662, '_transient_wflginfl_3065715022', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7409122, '_transient_timeout_wflginfl_90971302', '1404725673', 'no') ; 
INSERT INTO `wp_options` VALUES (7409123, '_transient_wflginfl_90971302', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410805, '_transient_timeout_wflginfl_3065651288', '1404726841', 'no') ; 
INSERT INTO `wp_options` VALUES (7410806, '_transient_wflginfl_3065651288', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7404228, '_transient_timeout_wflginfl_90970275', '1404721967', 'no') ; 
INSERT INTO `wp_options` VALUES (7404229, '_transient_wflginfl_90970275', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436406, '_transient_timeout_wflginfl_1293703514', '1404747153', 'no') ; 
INSERT INTO `wp_options` VALUES (7436407, '_transient_wflginfl_1293703514', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7404326, '_transient_timeout_wflginfl_657818558', '1404722063', 'no') ; 
INSERT INTO `wp_options` VALUES (7404327, '_transient_wflginfl_657818558', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7406784, '_transient_timeout_wflginfl_3170591877', '1404723958', 'no') ; 
INSERT INTO `wp_options` VALUES (7406785, '_transient_wflginfl_3170591877', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7404340, '_transient_timeout_wflginfl_1959426446', '1404722072', 'no') ; 
INSERT INTO `wp_options` VALUES (7404341, '_transient_wflginfl_1959426446', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410298, '_transient_timeout_wflginfl_3321528397', '1404726479', 'no') ; 
INSERT INTO `wp_options` VALUES (7410299, '_transient_wflginfl_3321528397', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7404378, '_transient_timeout_wflginfl_3732909801', '1404722100', 'no') ; 
INSERT INTO `wp_options` VALUES (7404379, '_transient_wflginfl_3732909801', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528514, '_transient_timeout_wflginfl_2577650001', '1404823318', 'no') ; 
INSERT INTO `wp_options` VALUES (7528515, '_transient_wflginfl_2577650001', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449836, '_transient_timeout_wflginfl_783963326', '1404757501', 'no') ; 
INSERT INTO `wp_options` VALUES (7449837, '_transient_wflginfl_783963326', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425423, '_transient_timeout_wflginfl_3302142350', '1404738750', 'no') ; 
INSERT INTO `wp_options` VALUES (7425424, '_transient_wflginfl_3302142350', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407555, '_transient_timeout_wflginfl_1044227363', '1404724537', 'no') ; 
INSERT INTO `wp_options` VALUES (7407556, '_transient_wflginfl_1044227363', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408601, '_transient_timeout_wflginfl_1452521488', '1404725316', 'no') ; 
INSERT INTO `wp_options` VALUES (7408602, '_transient_wflginfl_1452521488', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411463, '_transient_timeout_wflginfl_1563977320', '1404727258', 'no') ; 
INSERT INTO `wp_options` VALUES (7411464, '_transient_wflginfl_1563977320', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442310, '_transient_timeout_wflginfl_1524670990', '1404751715', 'no') ; 
INSERT INTO `wp_options` VALUES (7442311, '_transient_wflginfl_1524670990', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411473, '_transient_timeout_wflginfl_1446846145', '1404727261', 'no') ; 
INSERT INTO `wp_options` VALUES (7411474, '_transient_wflginfl_1446846145', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7404598, '_transient_timeout_wflginfl_712504887', '1404722282', 'no') ; 
INSERT INTO `wp_options` VALUES (7404599, '_transient_wflginfl_712504887', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7409618, '_transient_timeout_wflginfl_2946321337', '1404726019', 'no') ; 
INSERT INTO `wp_options` VALUES (7409619, '_transient_wflginfl_2946321337', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421320, '_transient_timeout_wflginfl_3104980608', '1404735383', 'no') ; 
INSERT INTO `wp_options` VALUES (7472489, '_transient_timeout_wflginfl_1501237959', '1404776182', 'no') ; 
INSERT INTO `wp_options` VALUES (7472490, '_transient_wflginfl_1501237959', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415574, '_transient_timeout_wflginfl_3413784037', '1404730578', 'no') ; 
INSERT INTO `wp_options` VALUES (7415575, '_transient_wflginfl_3413784037', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429529, '_transient_timeout_wflginfl_1383123518', '1404741897', 'no') ; 
INSERT INTO `wp_options` VALUES (7429530, '_transient_wflginfl_1383123518', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441579, '_transient_wflginfl_2730956185', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434359, '_transient_timeout_wflginfl_3065708680', '1404745589', 'no') ; 
INSERT INTO `wp_options` VALUES (7439773, '_transient_timeout_wflginfl_1892776977', '1404749765', 'no') ; 
INSERT INTO `wp_options` VALUES (7439774, '_transient_wflginfl_1892776977', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436304, '_transient_timeout_wflginfl_3164579164', '1404747058', 'no') ; 
INSERT INTO `wp_options` VALUES (7436305, '_transient_wflginfl_3164579164', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541378, '_transient_timeout_wflginfl_2033600340', '1404831554', 'no') ; 
INSERT INTO `wp_options` VALUES (7448754, '_transient_timeout_wflginfl_657656393', '1404756650', 'no') ; 
INSERT INTO `wp_options` VALUES (7404806, '_transient_timeout_wflginfl_831581229', '1404722448', 'no') ; 
INSERT INTO `wp_options` VALUES (7404807, '_transient_wflginfl_831581229', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407496, '_transient_timeout_wflginfl_2588160528', '1404724497', 'no') ; 
INSERT INTO `wp_options` VALUES (7407497, '_transient_wflginfl_2588160528', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7404834, '_transient_timeout_wflginfl_2945351221', '1404722463', 'no') ; 
INSERT INTO `wp_options` VALUES (7404835, '_transient_wflginfl_2945351221', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7404838, '_transient_timeout_wflginfl_657627323', '1404722472', 'no') ; 
INSERT INTO `wp_options` VALUES (7404839, '_transient_wflginfl_657627323', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502206, '_transient_timeout_wflginfl_634915791', '1404804614', 'no') ; 
INSERT INTO `wp_options` VALUES (7502207, '_transient_wflginfl_634915791', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7404854, '_transient_timeout_wflginfl_2107912753', '1404722492', 'no') ; 
INSERT INTO `wp_options` VALUES (7404855, '_transient_wflginfl_2107912753', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443641, '_transient_timeout_wflginfl_2109392430', '1404752788', 'no') ; 
INSERT INTO `wp_options` VALUES (7443642, '_transient_wflginfl_2109392430', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428043, '_transient_timeout_wflginfl_1773680996', '1404740724', 'no') ; 
INSERT INTO `wp_options` VALUES (7428044, '_transient_wflginfl_1773680996', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492005, '_transient_timeout_wflginfl_3026077964', '1404795535', 'no') ; 
INSERT INTO `wp_options` VALUES (7492006, '_transient_wflginfl_3026077964', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408300, '_transient_timeout_wflginfl_657404027', '1404725136', 'no') ; 
INSERT INTO `wp_options` VALUES (7497366, '_transient_wflginfl_831643543', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7404932, '_transient_timeout_wflginfl_1457054375', '1404722549', 'no') ; 
INSERT INTO `wp_options` VALUES (7404933, '_transient_wflginfl_1457054375', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7406498, '_transient_timeout_wflginfl_3065504345', '1404723739', 'no') ; 
INSERT INTO `wp_options` VALUES (7406499, '_transient_wflginfl_3065504345', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413666, '_transient_timeout_wflginfl_1385925741', '1404728926', 'no') ; 
INSERT INTO `wp_options` VALUES (7413667, '_transient_wflginfl_1385925741', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537069, '_transient_timeout_wflginfl_1194738443', '1404828968', 'no') ; 
INSERT INTO `wp_options` VALUES (7461483, '_transient_timeout_wflginfl_1569923276', '1404766420', 'no') ; 
INSERT INTO `wp_options` VALUES (7492598, '_transient_timeout_wflginfl_1119661449', '1404796054', 'no') ; 
INSERT INTO `wp_options` VALUES (7488414, '_transient_timeout_wflginfl_3385988731', '1404792160', 'no') ; 
INSERT INTO `wp_options` VALUES (7537446, '_transient_wflginfl_3001670684', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443838, '_transient_timeout_wflginfl_1319576728', '1404752932', 'no') ; 
INSERT INTO `wp_options` VALUES (7443839, '_transient_wflginfl_1319576728', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539914, '_transient_timeout_wflginfl_1348423071', '1404830805', 'no') ; 
INSERT INTO `wp_options` VALUES (7539915, '_transient_wflginfl_1348423071', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515088, '_transient_timeout_wflginfl_2966254898', '1404814105', 'no') ; 
INSERT INTO `wp_options` VALUES (7515089, '_transient_wflginfl_2966254898', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420232, '_transient_timeout_wflginfl_1855924780', '1404734461', 'no') ; 
INSERT INTO `wp_options` VALUES (7420233, '_transient_wflginfl_1855924780', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539087, '_transient_timeout_wflginfl_1430502766', '1404830254', 'no') ; 
INSERT INTO `wp_options` VALUES (7443364, '_transient_wflginfl_608940234', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7405046, '_transient_timeout_wflginfl_1892088128', '1404722654', 'no') ; 
INSERT INTO `wp_options` VALUES (7405047, '_transient_wflginfl_1892088128', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496233, '_transient_timeout_wflginfl_1042672995', '1404799428', 'no') ; 
INSERT INTO `wp_options` VALUES (7537431, '_transient_timeout_wflginfl_3152628887', '1404829186', 'no') ; 
INSERT INTO `wp_options` VALUES (7541220, '_transient_timeout_wflginfl_608743171', '1404831474', 'no') ; 
INSERT INTO `wp_options` VALUES (7541221, '_transient_wflginfl_608743171', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410907, '_transient_timeout_wflginfl_241308643', '1404726915', 'no') ; 
INSERT INTO `wp_options` VALUES (7410908, '_transient_wflginfl_241308643', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440327, '_transient_timeout_wflginfl_1466764891', '1404750195', 'no') ; 
INSERT INTO `wp_options` VALUES (7440328, '_transient_wflginfl_1466764891', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526627, '_transient_wflginfl_1571565845', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528149, '_transient_wflginfl_621848713', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540703, '_transient_wflginfl_847374205', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521053, '_transient_wflginfl_1844597976', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7406374, '_transient_timeout_wflginfl_1370930633', '1404723645', 'no') ; 
INSERT INTO `wp_options` VALUES (7406375, '_transient_wflginfl_1370930633', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421021, '_transient_timeout_wflginfl_1293709000', '1404735149', 'no') ; 
INSERT INTO `wp_options` VALUES (7421022, '_transient_wflginfl_1293709000', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7405188, '_transient_timeout_wflginfl_1580973412', '1404722773', 'no') ; 
INSERT INTO `wp_options` VALUES (7405189, '_transient_wflginfl_1580973412', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418287, '_transient_timeout_wflginfl_1456394255', '1404732881', 'no') ; 
INSERT INTO `wp_options` VALUES (7418288, '_transient_wflginfl_1456394255', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411115, '_transient_timeout_wflginfl_1594865963', '1404727041', 'no') ; 
INSERT INTO `wp_options` VALUES (7411116, '_transient_wflginfl_1594865963', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490432, '_transient_timeout_wflginfl_838042547', '1404794068', 'no') ; 
INSERT INTO `wp_options` VALUES (7485594, '_transient_wflginfl_3122892527', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419031, '_transient_timeout_wflginfl_1307920075', '1404733490', 'no') ; 
INSERT INTO `wp_options` VALUES (7515470, '_transient_timeout_wflginfl_3723545034', '1404814377', 'no') ; 
INSERT INTO `wp_options` VALUES (7515471, '_transient_wflginfl_3723545034', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531779, '_transient_wflginfl_1312450075', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540647, '_transient_wflginfl_1564732156', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540086, '_transient_timeout_wflginfl_991584067', '1404831473', 'no') ; 
INSERT INTO `wp_options` VALUES (7510377, '_transient_timeout_wflginfl_3070046237', '1404810787', 'no') ; 
INSERT INTO `wp_options` VALUES (7510378, '_transient_wflginfl_3070046237', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541259, '_transient_wflginfl_1402829116', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414494, '_transient_wflginfl_1664014759', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480338, '_transient_wflginfl_3000965914', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407407, '_transient_wflginfl_3732909795', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539703, '_transient_timeout_wflginfl_1571683732', '1404830673', 'no') ; 
INSERT INTO `wp_options` VALUES (7539704, '_transient_wflginfl_1571683732', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510944, '_transient_wflginfl_3536773762', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416866, '_transient_timeout_wflginfl_248470372', '1404731705', 'no') ; 
INSERT INTO `wp_options` VALUES (7520224, '_transient_timeout_wflginfl_1892871140', '1404817668', 'no') ; 
INSERT INTO `wp_options` VALUES (7520225, '_transient_wflginfl_1892871140', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7409598, '_transient_timeout_wflginfl_2057559013', '1404725999', 'no') ; 
INSERT INTO `wp_options` VALUES (7409599, '_transient_wflginfl_2057559013', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530002, '_transient_timeout_wflginfl_1999135258', '1404824334', 'no') ; 
INSERT INTO `wp_options` VALUES (7530003, '_transient_wflginfl_1999135258', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458254, '_transient_timeout_wflginfl_3157673323', '1404763858', 'no') ; 
INSERT INTO `wp_options` VALUES (7458255, '_transient_wflginfl_3157673323', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435679, '_transient_timeout_wflginfl_2539890412', '1404746612', 'no') ; 
INSERT INTO `wp_options` VALUES (7435680, '_transient_wflginfl_2539890412', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7405406, '_transient_timeout_wflginfl_1892413546', '1404722951', 'no') ; 
INSERT INTO `wp_options` VALUES (7405407, '_transient_wflginfl_1892413546', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414719, '_transient_timeout_wflginfl_1976252815', '1404729860', 'no') ; 
INSERT INTO `wp_options` VALUES (7414720, '_transient_wflginfl_1976252815', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419358, '_transient_timeout_wflginfl_2057552925', '1404733741', 'no') ; 
INSERT INTO `wp_options` VALUES (7419359, '_transient_wflginfl_2057552925', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458593, '_transient_timeout_wflginfl_701486302', '1404764139', 'no') ; 
INSERT INTO `wp_options` VALUES (7458594, '_transient_wflginfl_701486302', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7405510, '_transient_timeout_wflginfl_1887958201', '1404723020', 'no') ; 
INSERT INTO `wp_options` VALUES (7405511, '_transient_wflginfl_1887958201', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417802, '_transient_wflginfl_1975733230', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492599, '_transient_wflginfl_1119661449', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424742, '_transient_timeout_wflginfl_1502068875', '1404738202', 'no') ; 
INSERT INTO `wp_options` VALUES (7411619, '_transient_timeout_wflginfl_36841678', '1404727363', 'no') ; 
INSERT INTO `wp_options` VALUES (7539513, '_transient_timeout_wflginfl_48348656', '1404831371', 'no') ; 
INSERT INTO `wp_options` VALUES (7539514, '_transient_wflginfl_48348656', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7405586, '_transient_timeout_wflginfl_1159113126', '1404723088', 'no') ; 
INSERT INTO `wp_options` VALUES (7405587, '_transient_wflginfl_1159113126', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429879, '_transient_timeout_wflginfl_1024684116', '1404742204', 'no') ; 
INSERT INTO `wp_options` VALUES (7429880, '_transient_wflginfl_1024684116', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435500, '_transient_timeout_wflginfl_1959522777', '1404746465', 'no') ; 
INSERT INTO `wp_options` VALUES (7435501, '_transient_wflginfl_1959522777', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476796, '_transient_timeout_wflginfl_1320701524', '1404780741', 'no') ; 
INSERT INTO `wp_options` VALUES (7476797, '_transient_wflginfl_1320701524', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7518201, '_transient_timeout_wflginfl_403076278', '1404816282', 'no') ; 
INSERT INTO `wp_options` VALUES (7407172, '_transient_timeout_wflginfl_657125240', '1404724351', 'no') ; 
INSERT INTO `wp_options` VALUES (7405710, '_transient_timeout_wflginfl_656438627', '1404723172', 'no') ; 
INSERT INTO `wp_options` VALUES (7405711, '_transient_wflginfl_656438627', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407510, '_transient_timeout_wflginfl_2946251255', '1404724505', 'no') ; 
INSERT INTO `wp_options` VALUES (7407511, '_transient_wflginfl_2946251255', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424638, '_transient_timeout_wflginfl_1892392130', '1404738116', 'no') ; 
INSERT INTO `wp_options` VALUES (7424639, '_transient_wflginfl_1892392130', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7409630, '_transient_timeout_wflginfl_608909226', '1404726031', 'no') ; 
INSERT INTO `wp_options` VALUES (7409631, '_transient_wflginfl_608909226', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433346, '_transient_timeout_wflginfl_3075939831', '1404744785', 'no') ; 
INSERT INTO `wp_options` VALUES (7433347, '_transient_wflginfl_3075939831', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539641, '_transient_timeout_wflginfl_1499198835', '1404830637', 'no') ; 
INSERT INTO `wp_options` VALUES (7539642, '_transient_timeout_wflginfl_1837060306', '1404830637', 'no') ; 
INSERT INTO `wp_options` VALUES (7415652, '_transient_timeout_wflginfl_1548985527', '1404730654', 'no') ; 
INSERT INTO `wp_options` VALUES (7415653, '_transient_wflginfl_1548985527', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541370, '_transient_timeout_wflginfl_691701378', '1404831548', 'no') ; 
INSERT INTO `wp_options` VALUES (7541371, '_transient_wflginfl_691701378', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537364, '_transient_wflginfl_534716920', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539584, '_transient_wflginfl_3082183315', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541308, '_transient_timeout_wflginfl_1453270359', '1404831516', 'no') ; 
INSERT INTO `wp_options` VALUES (7541309, '_transient_wflginfl_1453270359', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7409426, '_transient_timeout_wflginfl_1409444994', '1404725886', 'no') ; 
INSERT INTO `wp_options` VALUES (7409427, '_transient_wflginfl_1409444994', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7406680, '_transient_timeout_wflginfl_3155746354', '1404723869', 'no') ; 
INSERT INTO `wp_options` VALUES (7406681, '_transient_wflginfl_3155746354', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432325, '_transient_timeout_wflginfl_1854530558', '1404744054', 'no') ; 
INSERT INTO `wp_options` VALUES (7432326, '_transient_wflginfl_1854530558', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7405902, '_transient_timeout_wflginfl_656430009', '1404723313', 'no') ; 
INSERT INTO `wp_options` VALUES (7405903, '_transient_wflginfl_656430009', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497945, '_transient_timeout_wflginfl_2344812659', '1404801060', 'no') ; 
INSERT INTO `wp_options` VALUES (7497946, '_transient_wflginfl_2344812659', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419510, '_transient_timeout_wflginfl_3065491124', '1404733857', 'no') ; 
INSERT INTO `wp_options` VALUES (7419511, '_transient_wflginfl_3065491124', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441401, '_transient_timeout_wflginfl_3577178656', '1404751011', 'no') ; 
INSERT INTO `wp_options` VALUES (7441402, '_transient_wflginfl_3577178656', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7405982, '_transient_timeout_wflginfl_1477161796', '1404723669', 'no') ; 
INSERT INTO `wp_options` VALUES (7405983, '_transient_wflginfl_1477161796', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7539001, '_transient_timeout_wflginfl_702940155', '1404830200', 'no') ; 
INSERT INTO `wp_options` VALUES (7539002, '_transient_wflginfl_702940155', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541018, '_transient_timeout_wflginfl_701229447', '1404831406', 'no') ; 
INSERT INTO `wp_options` VALUES (7541019, '_transient_wflginfl_701229447', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413686, '_transient_timeout_wflginfl_1025601781', '1404728948', 'no') ; 
INSERT INTO `wp_options` VALUES (7413687, '_transient_wflginfl_1025601781', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539788, '_transient_timeout_wflginfl_3252314813', '1404830742', 'no') ; 
INSERT INTO `wp_options` VALUES (7539789, '_transient_wflginfl_3252314813', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410533, '_transient_timeout_wflginfl_2997824005', '1404726663', 'no') ; 
INSERT INTO `wp_options` VALUES (7410534, '_transient_wflginfl_2997824005', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508091, '_transient_timeout_wflginfl_3032447955', '1404809164', 'no') ; 
INSERT INTO `wp_options` VALUES (7452102, '_transient_timeout_wflginfl_657145547', '1404759266', 'no') ; 
INSERT INTO `wp_options` VALUES (7410960, '_transient_wflginfl_1892516562', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540943, '_transient_wflginfl_1335517923', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407414, '_transient_timeout_wflginfl_695053358', '1404724438', 'no') ; 
INSERT INTO `wp_options` VALUES (7407415, '_transient_wflginfl_695053358', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7406032, '_transient_timeout_wflginfl_1384714191', '1404723414', 'no') ; 
INSERT INTO `wp_options` VALUES (7406033, '_transient_wflginfl_1384714191', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411137, '_transient_timeout_wflginfl_1868241588', '1404727059', 'no') ; 
INSERT INTO `wp_options` VALUES (7411138, '_transient_wflginfl_1868241588', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540538, '_transient_timeout_wflginfl_1378003692', '1404831475', 'no') ; 
INSERT INTO `wp_options` VALUES (7540539, '_transient_wflginfl_1378003692', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7540134, '_transient_timeout_wflginfl_1560973594', '1404830960', 'no') ; 
INSERT INTO `wp_options` VALUES (7538992, '_transient_wflginfl_3574082042', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415650, '_transient_timeout_wflginfl_2014446004', '1404730654', 'no') ; 
INSERT INTO `wp_options` VALUES (7415651, '_transient_wflginfl_2014446004', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418471, '_transient_timeout_wflginfl_1431073217', '1404733015', 'no') ; 
INSERT INTO `wp_options` VALUES (7418472, '_transient_wflginfl_1431073217', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541034, '_transient_timeout_wflginfl_27845523', '1404831414', 'no') ; 
INSERT INTO `wp_options` VALUES (7537419, '_transient_timeout_wflginfl_657417367', '1404829180', 'no') ; 
INSERT INTO `wp_options` VALUES (7463000, '_transient_timeout_wflginfl_1599452176', '1404767728', 'no') ; 
INSERT INTO `wp_options` VALUES (7463001, '_transient_wflginfl_1599452176', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538570, '_transient_wflginfl_2343797653', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532342, '_transient_wflginfl_456180424', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7406112, '_transient_timeout_wflginfl_2063099369', '1404723462', 'no') ; 
INSERT INTO `wp_options` VALUES (7406113, '_transient_wflginfl_2063099369', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510196, '_transient_timeout_wflginfl_3154436797', '1404810776', 'no') ; 
INSERT INTO `wp_options` VALUES (7522786, '_transient_wflginfl_49001417', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7485533, '_transient_timeout_wflginfl_3176236003', '1404789381', 'no') ; 
INSERT INTO `wp_options` VALUES (7485534, '_transient_wflginfl_3176236003', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414256, '_transient_timeout_wflginfl_1307179636', '1404729461', 'no') ; 
INSERT INTO `wp_options` VALUES (7414257, '_transient_wflginfl_1307179636', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7406176, '_transient_timeout_wflginfl_2006637433', '1404723491', 'no') ; 
INSERT INTO `wp_options` VALUES (7406177, '_transient_wflginfl_2006637433', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522502, '_transient_wflginfl_2731017750', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412397, '_transient_timeout_wflginfl_669166875', '1404727910', 'no') ; 
INSERT INTO `wp_options` VALUES (7460310, '_transient_timeout_wflginfl_1385605413', '1404765471', 'no') ; 
INSERT INTO `wp_options` VALUES (7455928, '_transient_wflginfl_778249065', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7406264, '_transient_timeout_wflginfl_3636011911', '1404723552', 'no') ; 
INSERT INTO `wp_options` VALUES (7406265, '_transient_wflginfl_3636011911', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454781, '_transient_timeout_wflginfl_3204950247', '1404761217', 'no') ; 
INSERT INTO `wp_options` VALUES (7540848, '_transient_timeout_wflginfl_1417016130', '1404831341', 'no') ; 
INSERT INTO `wp_options` VALUES (7411405, '_transient_timeout_wflginfl_3577178763', '1404727226', 'no') ; 
INSERT INTO `wp_options` VALUES (7411406, '_transient_wflginfl_3577178763', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7406280, '_transient_timeout_wflginfl_996246655', '1404723559', 'no') ; 
INSERT INTO `wp_options` VALUES (7406281, '_transient_wflginfl_996246655', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7406282, '_transient_timeout_wflginfl_1563124879', '1404723563', 'no') ; 
INSERT INTO `wp_options` VALUES (7406283, '_transient_wflginfl_1563124879', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7406322, '_transient_timeout_wflginfl_3321512140', '1404723595', 'no') ; 
INSERT INTO `wp_options` VALUES (7406323, '_transient_wflginfl_3321512140', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421321, '_transient_wflginfl_3104980608', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541065, '_transient_wflginfl_1977500337', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426859, '_transient_timeout_wflginfl_608989957', '1404739833', 'no') ; 
INSERT INTO `wp_options` VALUES (7530806, '_transient_timeout_wflginfl_3390401192', '1404824898', 'no') ; 
INSERT INTO `wp_options` VALUES (7530807, '_transient_wflginfl_3390401192', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408221, '_transient_timeout_wflginfl_36878757', '1404725039', 'no') ; 
INSERT INTO `wp_options` VALUES (7408222, '_transient_wflginfl_36878757', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476880, '_transient_timeout_wflginfl_1431056624', '1404780594', 'no') ; 
INSERT INTO `wp_options` VALUES (7476881, '_transient_wflginfl_1431056624', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424430, '_transient_timeout_wflginfl_973698265', '1404737974', 'no') ; 
INSERT INTO `wp_options` VALUES (7424431, '_transient_wflginfl_973698265', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416323, '_transient_timeout_wflginfl_3269527473', '1404731252', 'no') ; 
INSERT INTO `wp_options` VALUES (7416324, '_transient_wflginfl_3269527473', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531955, '_transient_timeout_wflginfl_1001478251', '1404825610', 'no') ; 
INSERT INTO `wp_options` VALUES (7531956, '_transient_wflginfl_1001478251', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408660, '_transient_timeout_wflginfl_1979232641', '1404725355', 'no') ; 
INSERT INTO `wp_options` VALUES (7408661, '_transient_wflginfl_1979232641', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532046, '_transient_wflginfl_1933728280', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538308, '_transient_wflginfl_2033605671', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7406488, '_transient_timeout_wflginfl_1393085499', '1404723730', 'no') ; 
INSERT INTO `wp_options` VALUES (7406489, '_transient_wflginfl_1393085499', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412481, '_transient_timeout_wflginfl_2058470331', '1404727987', 'no') ; 
INSERT INTO `wp_options` VALUES (7412482, '_transient_wflginfl_2058470331', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473942, '_transient_wflginfl_1386827229', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431420, '_transient_wflginfl_3036121277', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447599, '_transient_timeout_wflginfl_461624796', '1404755784', 'no') ; 
INSERT INTO `wp_options` VALUES (7447600, '_transient_wflginfl_461624796', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408425, '_transient_timeout_wflginfl_609378969', '1404725166', 'no') ; 
INSERT INTO `wp_options` VALUES (7408426, '_transient_wflginfl_609378969', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515698, '_transient_timeout_wflginfl_1989661254', '1404814532', 'no') ; 
INSERT INTO `wp_options` VALUES (7515699, '_transient_wflginfl_1989661254', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7406620, '_transient_timeout_wflginfl_3032425752', '1404723823', 'no') ; 
INSERT INTO `wp_options` VALUES (7406621, '_transient_wflginfl_3032425752', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539996, '_transient_timeout_wflginfl_1984347704', '1404830862', 'no') ; 
INSERT INTO `wp_options` VALUES (7510943, '_transient_timeout_wflginfl_3536773762', '1404811185', 'no') ; 
INSERT INTO `wp_options` VALUES (7496011, '_transient_timeout_wflginfl_1977561336', '1404799215', 'no') ; 
INSERT INTO `wp_options` VALUES (7496012, '_transient_wflginfl_1977561336', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410709, '_transient_timeout_wflginfl_657948666', '1404726776', 'no') ; 
INSERT INTO `wp_options` VALUES (7410710, '_transient_wflginfl_657948666', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496201, '_transient_timeout_wflginfl_1569710615', '1404799396', 'no') ; 
INSERT INTO `wp_options` VALUES (7496202, '_transient_wflginfl_1569710615', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425252, '_transient_timeout_wflginfl_3065353084', '1404738594', 'no') ; 
INSERT INTO `wp_options` VALUES (7425253, '_transient_wflginfl_3065353084', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418001, '_transient_timeout_wflginfl_2956871909', '1404732607', 'no') ; 
INSERT INTO `wp_options` VALUES (7418002, '_transient_wflginfl_2956871909', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428860, '_transient_timeout_wflginfl_1569683177', '1404741368', 'no') ; 
INSERT INTO `wp_options` VALUES (7428861, '_transient_wflginfl_1569683177', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425527, '_transient_timeout_wflginfl_609074768', '1404738813', 'no') ; 
INSERT INTO `wp_options` VALUES (7425528, '_transient_wflginfl_609074768', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414417, '_transient_timeout_wflginfl_1524388974', '1404729582', 'no') ; 
INSERT INTO `wp_options` VALUES (7414418, '_transient_wflginfl_1524388974', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7406782, '_transient_timeout_wflginfl_656467773', '1404723958', 'no') ; 
INSERT INTO `wp_options` VALUES (7406783, '_transient_wflginfl_656467773', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417518, '_transient_timeout_wflginfl_1768885711', '1404732228', 'no') ; 
INSERT INTO `wp_options` VALUES (7417519, '_transient_wflginfl_1768885711', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423140, '_transient_timeout_wflginfl_701191338', '1404736902', 'no') ; 
INSERT INTO `wp_options` VALUES (7441361, '_transient_timeout_wflginfl_1473910803', '1404750985', 'no') ; 
INSERT INTO `wp_options` VALUES (7441362, '_transient_wflginfl_1473910803', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421110, '_transient_timeout_wflginfl_775235630', '1404735228', 'no') ; 
INSERT INTO `wp_options` VALUES (7421111, '_transient_wflginfl_775235630', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541151, '_transient_wflginfl_1449207387', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522785, '_transient_timeout_wflginfl_49001417', '1404819558', 'no') ; 
INSERT INTO `wp_options` VALUES (7423141, '_transient_wflginfl_701191338', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7406877, '_transient_timeout_wflginfl_1834765751', '1404724024', 'no') ; 
INSERT INTO `wp_options` VALUES (7406878, '_transient_wflginfl_1834765751', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539261, '_transient_timeout_wflginfl_1369553977', '1404830392', 'no') ; 
INSERT INTO `wp_options` VALUES (7539262, '_transient_wflginfl_1369553977', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7406909, '_transient_timeout_wflginfl_609430021', '1404724047', 'no') ; 
INSERT INTO `wp_options` VALUES (7406910, '_transient_wflginfl_609430021', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528315, '_transient_wflginfl_1980776089', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514080, '_transient_wflginfl_1554104612', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519348, '_transient_timeout_wflginfl_3399697203', '1404817062', 'no') ; 
INSERT INTO `wp_options` VALUES (7519349, '_transient_wflginfl_3399697203', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411633, '_transient_timeout_wflginfl_2875272301', '1404727370', 'no') ; 
INSERT INTO `wp_options` VALUES (7411634, '_transient_wflginfl_2875272301', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426521, '_transient_timeout_wflginfl_39852930', '1404739587', 'no') ; 
INSERT INTO `wp_options` VALUES (7426522, '_transient_wflginfl_39852930', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540887, '_transient_wflginfl_1319411757', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532488, '_transient_timeout_wflginfl_2063099341', '1404825944', 'no') ; 
INSERT INTO `wp_options` VALUES (7481476, '_transient_timeout_wflginfl_2038369636', '1404785407', 'no') ; 
INSERT INTO `wp_options` VALUES (7481477, '_transient_wflginfl_2038369636', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432863, '_transient_timeout_wflginfl_699965667', '1404744431', 'no') ; 
INSERT INTO `wp_options` VALUES (7465536, '_transient_timeout_wflginfl_2044383666', '1404769825', 'no') ; 
INSERT INTO `wp_options` VALUES (7422843, '_transient_wflginfl_1056744857', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424118, '_transient_wflginfl_1384713606', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417516, '_transient_timeout_wflginfl_1319450497', '1404732227', 'no') ; 
INSERT INTO `wp_options` VALUES (7429826, '_transient_timeout_wflginfl_3175597251', '1404742166', 'no') ; 
INSERT INTO `wp_options` VALUES (7429827, '_transient_wflginfl_3175597251', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407014, '_transient_timeout_wflginfl_3036588029', '1404724101', 'no') ; 
INSERT INTO `wp_options` VALUES (7407015, '_transient_wflginfl_3036588029', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424766, '_transient_timeout_wflginfl_3280886800', '1404738217', 'no') ; 
INSERT INTO `wp_options` VALUES (7424767, '_transient_wflginfl_3280886800', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439006, '_transient_timeout_wflginfl_3306881084', '1404749152', 'no') ; 
INSERT INTO `wp_options` VALUES (7439007, '_transient_wflginfl_3306881084', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458168, '_transient_timeout_wflginfl_2988757560', '1404763785', 'no') ; 
INSERT INTO `wp_options` VALUES (7458169, '_transient_wflginfl_2988757560', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407042, '_transient_timeout_wflginfl_657449161', '1404724132', 'no') ; 
INSERT INTO `wp_options` VALUES (7407043, '_transient_wflginfl_657449161', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407044, '_transient_timeout_wflginfl_1977491288', '1404724133', 'no') ; 
INSERT INTO `wp_options` VALUES (7407045, '_transient_wflginfl_1977491288', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482485, '_transient_timeout_wflginfl_609566226', '1404786734', 'no') ; 
INSERT INTO `wp_options` VALUES (7482486, '_transient_wflginfl_609566226', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7422776, '_transient_timeout_wflginfl_1040318077', '1404736586', 'no') ; 
INSERT INTO `wp_options` VALUES (7422777, '_transient_wflginfl_1040318077', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424758, '_transient_timeout_wflginfl_1839629603', '1404738207', 'no') ; 
INSERT INTO `wp_options` VALUES (7424759, '_transient_wflginfl_1839629603', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407074, '_transient_timeout_wflginfl_1298732434', '1404724163', 'no') ; 
INSERT INTO `wp_options` VALUES (7407075, '_transient_wflginfl_1298732434', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540159, '_transient_wflginfl_3584405866', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512800, '_transient_wflginfl_3065351990', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407096, '_transient_timeout_wflginfl_1891246757', '1404724180', 'no') ; 
INSERT INTO `wp_options` VALUES (7407097, '_transient_wflginfl_1891246757', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407106, '_transient_timeout_wflginfl_3395078202', '1404724185', 'no') ; 
INSERT INTO `wp_options` VALUES (7407107, '_transient_wflginfl_3395078202', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530406, '_transient_timeout_wflginfl_3416933730', '1404824606', 'no') ; 
INSERT INTO `wp_options` VALUES (7530407, '_transient_wflginfl_3416933730', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412759, '_transient_timeout_wflginfl_779288878', '1404728174', 'no') ; 
INSERT INTO `wp_options` VALUES (7412760, '_transient_wflginfl_779288878', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541272, '_transient_timeout_wflginfl_1484124566', '1404831499', 'no') ; 
INSERT INTO `wp_options` VALUES (7541273, '_transient_wflginfl_1484124566', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407150, '_transient_timeout_wflginfl_1986122937', '1404724217', 'no') ; 
INSERT INTO `wp_options` VALUES (7407151, '_transient_wflginfl_1986122937', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407168, '_transient_timeout_wflginfl_1976038836', '1404724236', 'no') ; 
INSERT INTO `wp_options` VALUES (7407169, '_transient_wflginfl_1976038836', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541352, '_transient_timeout_wflginfl_3373622733', '1404831532', 'no') ; 
INSERT INTO `wp_options` VALUES (7430970, '_transient_wflginfl_2945449160', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539692, '_transient_wflginfl_1113667611', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426860, '_transient_wflginfl_608989957', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541353, '_transient_wflginfl_3373622733', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411571, '_transient_timeout_wflginfl_1945133827', '1404727330', 'no') ; 
INSERT INTO `wp_options` VALUES (7411572, '_transient_wflginfl_1945133827', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495141, '_transient_timeout_wflginfl_2066812945', '1404798411', 'no') ; 
INSERT INTO `wp_options` VALUES (7495142, '_transient_wflginfl_2066812945', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465492, '_transient_timeout_wflginfl_1211327660', '1404769778', 'no') ; 
INSERT INTO `wp_options` VALUES (7465493, '_transient_wflginfl_1211327660', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422591, '_transient_timeout_wflginfl_3398679440', '1404736430', 'no') ; 
INSERT INTO `wp_options` VALUES (7468989, '_transient_timeout_wflginfl_1227908419', '1404772824', 'no') ; 
INSERT INTO `wp_options` VALUES (7412562, '_transient_wflginfl_1384713220', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540013, '_transient_wflginfl_1676790614', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407304, '_transient_timeout_wflginfl_1492354695', '1404724365', 'no') ; 
INSERT INTO `wp_options` VALUES (7420092, '_transient_timeout_wflginfl_702522226', '1404734354', 'no') ; 
INSERT INTO `wp_options` VALUES (7428914, '_transient_timeout_wflginfl_1747012700', '1404741407', 'no') ; 
INSERT INTO `wp_options` VALUES (7416857, '_transient_wflginfl_1776443857', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468990, '_transient_wflginfl_1227908419', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422592, '_transient_wflginfl_3398679440', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407310, '_transient_wflginfl_1492354695', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428915, '_transient_wflginfl_1747012700', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407312, '_transient_wflginfl_1977012858', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429469, '_transient_timeout_wflginfl_1546980751', '1404742153', 'no') ; 
INSERT INTO `wp_options` VALUES (7509951, '_transient_timeout_wflginfl_2107718402', '1404810486', 'no') ; 
INSERT INTO `wp_options` VALUES (7420093, '_transient_wflginfl_702522226', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486889, '_transient_timeout_wflginfl_3401308196', '1404790638', 'no') ; 
INSERT INTO `wp_options` VALUES (7429470, '_transient_wflginfl_1546980751', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7509952, '_transient_wflginfl_2107718402', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484415, '_transient_timeout_wflginfl_774495888', '1404788303', 'no') ; 
INSERT INTO `wp_options` VALUES (7486890, '_transient_wflginfl_3401308196', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484416, '_transient_wflginfl_774495888', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413103, '_transient_timeout_wflginfl_2266491610', '1404728458', 'no') ; 
INSERT INTO `wp_options` VALUES (7413104, '_transient_wflginfl_2266491610', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477649, '_transient_wflginfl_1140091600', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415421, '_transient_wflginfl_2945463047', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538195, '_transient_timeout_wflginfl_2994740366', '1404829969', 'no') ; 
INSERT INTO `wp_options` VALUES (7514095, '_transient_timeout_wflginfl_1442260232', '1404813410', 'no') ; 
INSERT INTO `wp_options` VALUES (7514096, '_transient_wflginfl_1442260232', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407372, '_transient_timeout_wflginfl_3032395303', '1404724414', 'no') ; 
INSERT INTO `wp_options` VALUES (7407373, '_transient_wflginfl_3032395303', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455927, '_transient_timeout_wflginfl_778249065', '1404762103', 'no') ; 
INSERT INTO `wp_options` VALUES (7408326, '_transient_timeout_wflginfl_772589342', '1404725140', 'no') ; 
INSERT INTO `wp_options` VALUES (7524751, '_transient_timeout_wflginfl_1892700468', '1404820744', 'no') ; 
INSERT INTO `wp_options` VALUES (7524752, '_transient_wflginfl_1892700468', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417693, '_transient_timeout_wflginfl_3157655662', '1404732380', 'no') ; 
INSERT INTO `wp_options` VALUES (7417694, '_transient_wflginfl_3157655662', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408446, '_transient_wflginfl_1892045335', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408445, '_transient_timeout_wflginfl_1892045335', '1404725192', 'no') ; 
INSERT INTO `wp_options` VALUES (7427375, '_transient_timeout_wflginfl_521766922', '1404740227', 'no') ; 
INSERT INTO `wp_options` VALUES (7427376, '_transient_wflginfl_521766922', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444088, '_transient_timeout_wflginfl_1601731937', '1404753410', 'no') ; 
INSERT INTO `wp_options` VALUES (7444089, '_transient_wflginfl_1601731937', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7426903, '_transient_timeout_wflginfl_701128500', '1404739876', 'no') ; 
INSERT INTO `wp_options` VALUES (7426904, '_transient_wflginfl_701128500', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425938, '_transient_timeout_wflginfl_3567049917', '1404739132', 'no') ; 
INSERT INTO `wp_options` VALUES (7425939, '_transient_wflginfl_3567049917', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494230, '_transient_timeout_wflginfl_234996060', '1404797544', 'no') ; 
INSERT INTO `wp_options` VALUES (7494231, '_transient_wflginfl_234996060', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519188, '_transient_timeout_wflginfl_1729651434', '1404816956', 'no') ; 
INSERT INTO `wp_options` VALUES (7519189, '_transient_wflginfl_1729651434', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512401, '_transient_timeout_wflginfl_469552682', '1404812216', 'no') ; 
INSERT INTO `wp_options` VALUES (7516353, '_transient_wflginfl_1531449170', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463821, '_transient_timeout_wflginfl_1465726454', '1404768373', 'no') ; 
INSERT INTO `wp_options` VALUES (7463822, '_transient_wflginfl_1465726454', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7409024, '_transient_timeout_wflginfl_1742886672', '1404725607', 'no') ; 
INSERT INTO `wp_options` VALUES (7409025, '_transient_wflginfl_1742886672', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454399, '_transient_timeout_wflginfl_1582217240', '1404760926', 'no') ; 
INSERT INTO `wp_options` VALUES (7454400, '_transient_wflginfl_1582217240', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530687, '_transient_timeout_wflginfl_3310837402', '1404824805', 'no') ; 
INSERT INTO `wp_options` VALUES (7541022, '_transient_timeout_wflginfl_2002760010', '1404831407', 'no') ; 
INSERT INTO `wp_options` VALUES (7407579, '_transient_timeout_wflginfl_1836659329', '1404724548', 'no') ; 
INSERT INTO `wp_options` VALUES (7407580, '_transient_wflginfl_1836659329', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422167, '_transient_timeout_wflginfl_1446750669', '1404736066', 'no') ; 
INSERT INTO `wp_options` VALUES (7422168, '_transient_wflginfl_1446750669', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537835, '_transient_timeout_wflginfl_1409292965', '1404829443', 'no') ; 
INSERT INTO `wp_options` VALUES (7537836, '_transient_wflginfl_1409292965', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408489, '_transient_timeout_wflginfl_1592094821', '1404725216', 'no') ; 
INSERT INTO `wp_options` VALUES (7408490, '_transient_wflginfl_1592094821', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407654, '_transient_timeout_wflginfl_1535909267', '1404724609', 'no') ; 
INSERT INTO `wp_options` VALUES (7407655, '_transient_wflginfl_1535909267', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439839, '_transient_timeout_wflginfl_1532109884', '1404749815', 'no') ; 
INSERT INTO `wp_options` VALUES (7439840, '_transient_wflginfl_1532109884', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410002, '_transient_timeout_wflginfl_1836026759', '1404726288', 'no') ; 
INSERT INTO `wp_options` VALUES (7410003, '_transient_wflginfl_1836026759', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411219, '_transient_timeout_wflginfl_1993546770', '1404727120', 'no') ; 
INSERT INTO `wp_options` VALUES (7411220, '_transient_wflginfl_1993546770', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429919, '_transient_timeout_wflginfl_3318425409', '1404742232', 'no') ; 
INSERT INTO `wp_options` VALUES (7429920, '_transient_wflginfl_3318425409', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413424, '_transient_timeout_wflginfl_3756211392', '1404728711', 'no') ; 
INSERT INTO `wp_options` VALUES (7413425, '_transient_wflginfl_3756211392', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450408, '_transient_timeout_wflginfl_3318584680', '1404757920', 'no') ; 
INSERT INTO `wp_options` VALUES (7431772, '_transient_timeout_wflginfl_1539987883', '1404743642', 'no') ; 
INSERT INTO `wp_options` VALUES (7463913, '_transient_timeout_wflginfl_694712854', '1404768462', 'no') ; 
INSERT INTO `wp_options` VALUES (7463914, '_transient_wflginfl_694712854', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434995, '_transient_wflginfl_3259922274', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531305, '_transient_timeout_wflginfl_3250984603', '1404825224', 'no') ; 
INSERT INTO `wp_options` VALUES (7499497, '_transient_timeout_wflginfl_2036710658', '1404802426', 'no') ; 
INSERT INTO `wp_options` VALUES (7499498, '_transient_wflginfl_2036710658', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436755, '_transient_timeout_wflginfl_1917822438', '1404747432', 'no') ; 
INSERT INTO `wp_options` VALUES (7436756, '_transient_wflginfl_1917822438', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420993, '_transient_timeout_wflginfl_1892826678', '1404735131', 'no') ; 
INSERT INTO `wp_options` VALUES (7420994, '_transient_wflginfl_1892826678', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412685, '_transient_timeout_wflginfl_1445173293', '1404728127', 'no') ; 
INSERT INTO `wp_options` VALUES (7412686, '_transient_wflginfl_1445173293', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411411, '_transient_timeout_wflginfl_3034012143', '1404727230', 'no') ; 
INSERT INTO `wp_options` VALUES (7411412, '_transient_wflginfl_3034012143', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483137, '_transient_timeout_wflginfl_3707088994', '1404787110', 'no') ; 
INSERT INTO `wp_options` VALUES (7469069, '_transient_timeout_wflginfl_773575887', '1404772902', 'no') ; 
INSERT INTO `wp_options` VALUES (7539955, '_transient_wflginfl_1344725254', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538510, '_transient_wflginfl_3321776542', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540212, '_transient_timeout_wflginfl_1610376762', '1404831014', 'no') ; 
INSERT INTO `wp_options` VALUES (7540213, '_transient_timeout_wflginfl_775402849', '1404831014', 'no') ; 
INSERT INTO `wp_options` VALUES (7409700, '_transient_timeout_wflginfl_520724910', '1404726079', 'no') ; 
INSERT INTO `wp_options` VALUES (7409701, '_transient_wflginfl_520724910', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418004, '_transient_wflginfl_690151908', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521153, '_transient_wflginfl_2014577022', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521152, '_transient_timeout_wflginfl_2014577022', '1404818309', 'no') ; 
INSERT INTO `wp_options` VALUES (7479909, '_transient_timeout_wflginfl_3031755202', '1404783756', 'no') ; 
INSERT INTO `wp_options` VALUES (7479910, '_transient_wflginfl_3031755202', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424436, '_transient_timeout_wflginfl_1892045406', '1404737977', 'no') ; 
INSERT INTO `wp_options` VALUES (7424437, '_transient_wflginfl_1892045406', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421857, '_transient_timeout_wflginfl_2156265840', '1404735827', 'no') ; 
INSERT INTO `wp_options` VALUES (7421858, '_transient_wflginfl_2156265840', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443437, '_transient_timeout_wflginfl_3032459158', '1404752617', 'no') ; 
INSERT INTO `wp_options` VALUES (7443438, '_transient_wflginfl_3032459158', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434498, '_transient_timeout_wflginfl_41907550', '1404745700', 'no') ; 
INSERT INTO `wp_options` VALUES (7434499, '_transient_wflginfl_41907550', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512941, '_transient_timeout_wflginfl_1728724674', '1404812594', 'no') ; 
INSERT INTO `wp_options` VALUES (7512942, '_transient_wflginfl_1728724674', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455485, '_transient_timeout_wflginfl_2537095138', '1404761759', 'no') ; 
INSERT INTO `wp_options` VALUES (7455486, '_transient_wflginfl_2537095138', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489344, '_transient_timeout_wflginfl_1854500896', '1404793055', 'no') ; 
INSERT INTO `wp_options` VALUES (7489345, '_transient_wflginfl_1854500896', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7407958, '_transient_timeout_wflginfl_1559882220', '1404725423', 'no') ; 
INSERT INTO `wp_options` VALUES (7407959, '_transient_wflginfl_1559882220', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7411179, '_transient_timeout_wflginfl_1834823530', '1404727087', 'no') ; 
INSERT INTO `wp_options` VALUES (7411180, '_transient_wflginfl_1834823530', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416162, '_transient_timeout_wflginfl_3065137704', '1404731100', 'no') ; 
INSERT INTO `wp_options` VALUES (7416163, '_transient_wflginfl_3065137704', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417550, '_transient_timeout_wflginfl_3065177866', '1404732258', 'no') ; 
INSERT INTO `wp_options` VALUES (7417551, '_transient_wflginfl_3065177866', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521895, '_transient_timeout_wflginfl_3081930940', '1404818784', 'no') ; 
INSERT INTO `wp_options` VALUES (7515768, '_transient_timeout_wflginfl_3389375269', '1404814849', 'no') ; 
INSERT INTO `wp_options` VALUES (7515769, '_transient_wflginfl_3389375269', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7422944, '_transient_timeout_wflginfl_636811256', '1404736716', 'no') ; 
INSERT INTO `wp_options` VALUES (7422945, '_transient_wflginfl_636811256', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508792, '_transient_wflginfl_1565647734', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7451081, '_transient_wflginfl_701473533', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490175, '_transient_wflginfl_1134996557', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521896, '_transient_wflginfl_3081930940', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408049, '_transient_timeout_wflginfl_701265702', '1404724937', 'no') ; 
INSERT INTO `wp_options` VALUES (7408050, '_transient_wflginfl_701265702', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408069, '_transient_timeout_wflginfl_3156298970', '1404724947', 'no') ; 
INSERT INTO `wp_options` VALUES (7408070, '_transient_wflginfl_3156298970', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411747, '_transient_timeout_wflginfl_1945242354', '1404727445', 'no') ; 
INSERT INTO `wp_options` VALUES (7411748, '_transient_wflginfl_1945242354', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410078, '_transient_timeout_wflginfl_3397430201', '1404726343', 'no') ; 
INSERT INTO `wp_options` VALUES (7410079, '_transient_wflginfl_3397430201', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462897, '_transient_timeout_wflginfl_3001647854', '1404767647', 'no') ; 
INSERT INTO `wp_options` VALUES (7527285, '_transient_wflginfl_531133572', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538521, '_transient_wflginfl_1337428777', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7540255, '_transient_wflginfl_1401111953', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413874, '_transient_timeout_wflginfl_1569548534', '1404729123', 'no') ; 
INSERT INTO `wp_options` VALUES (7413875, '_transient_wflginfl_1569548534', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522017, '_transient_timeout_wflginfl_657102767', '1404818859', 'no') ; 
INSERT INTO `wp_options` VALUES (7522018, '_transient_wflginfl_657102767', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445732, '_transient_timeout_wflginfl_42234185', '1404754363', 'no') ; 
INSERT INTO `wp_options` VALUES (7445733, '_transient_wflginfl_42234185', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408135, '_transient_timeout_wflginfl_3032394833', '1404724991', 'no') ; 
INSERT INTO `wp_options` VALUES (7408136, '_transient_wflginfl_3032394833', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513089, '_transient_timeout_wflginfl_1908338723', '1404812696', 'no') ; 
INSERT INTO `wp_options` VALUES (7513090, '_transient_wflginfl_1908338723', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540636, '_transient_timeout_wflginfl_1384713231', '1404831240', 'no') ; 
INSERT INTO `wp_options` VALUES (7540637, '_transient_wflginfl_1384713231', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466686, '_transient_timeout_wflginfl_2991393467', '1404770849', 'no') ; 
INSERT INTO `wp_options` VALUES (7466687, '_transient_wflginfl_2991393467', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7409356, '_transient_timeout_wflginfl_622029828', '1404725834', 'no') ; 
INSERT INTO `wp_options` VALUES (7409357, '_transient_wflginfl_622029828', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445778, '_transient_timeout_wflginfl_1496314722', '1404754402', 'no') ; 
INSERT INTO `wp_options` VALUES (7445779, '_transient_wflginfl_1496314722', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428936, '_transient_timeout_wflginfl_3000944817', '1404741421', 'no') ; 
INSERT INTO `wp_options` VALUES (7428937, '_transient_wflginfl_3000944817', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408233, '_transient_timeout_wflginfl_84914925', '1404725049', 'no') ; 
INSERT INTO `wp_options` VALUES (7408234, '_transient_wflginfl_84914925', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533633, '_transient_timeout_wflginfl_1442005895', '1404826677', 'no') ; 
INSERT INTO `wp_options` VALUES (7540615, '_transient_wflginfl_3291460498', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508789, '_transient_timeout_wflginfl_238310118', '1404809629', 'no') ; 
INSERT INTO `wp_options` VALUES (7431531, '_transient_timeout_wflginfl_3305237103', '1404743477', 'no') ; 
INSERT INTO `wp_options` VALUES (7431532, '_transient_wflginfl_3305237103', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534980, '_transient_timeout_wflginfl_1609889861', '1404827541', 'no') ; 
INSERT INTO `wp_options` VALUES (7534981, '_transient_wflginfl_1609889861', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536222, '_transient_timeout_wflginfl_1613764050', '1404828398', 'no') ; 
INSERT INTO `wp_options` VALUES (7478315, '_transient_wflginfl_2905610920', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541337, '_transient_wflginfl_3162095728', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532798, '_transient_timeout_wflginfl_2730899798', '1404826151', 'no') ; 
INSERT INTO `wp_options` VALUES (7532799, '_transient_wflginfl_2730899798', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489929, '_transient_wflginfl_2332070979', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485592, '_transient_wflginfl_3732886888', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513332, '_transient_wflginfl_2033597173', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468154, '_transient_wflginfl_3065162093', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462900, '_transient_wflginfl_3001647854', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464207, '_transient_timeout_wflginfl_2002667004', '1404768714', 'no') ; 
INSERT INTO `wp_options` VALUES (7464208, '_transient_wflginfl_2002667004', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418269, '_transient_timeout_wflginfl_656510458', '1404732860', 'no') ; 
INSERT INTO `wp_options` VALUES (7418270, '_transient_wflginfl_656510458', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417291, '_transient_timeout_wflginfl_1975649728', '1404732046', 'no') ; 
INSERT INTO `wp_options` VALUES (7417292, '_transient_wflginfl_1975649728', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408656, '_transient_timeout_wflginfl_701593604', '1404725354', 'no') ; 
INSERT INTO `wp_options` VALUES (7408657, '_transient_wflginfl_701593604', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535711, '_transient_wflginfl_1536549278', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412141, '_transient_timeout_wflginfl_697271891', '1404727718', 'no') ; 
INSERT INTO `wp_options` VALUES (7412142, '_transient_wflginfl_697271891', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499785, '_transient_timeout_wflginfl_3024706815', '1404802684', 'no') ; 
INSERT INTO `wp_options` VALUES (7499786, '_transient_wflginfl_3024706815', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408479, '_transient_timeout_wflginfl_3671411821', '1404725213', 'no') ; 
INSERT INTO `wp_options` VALUES (7408480, '_transient_wflginfl_3671411821', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411821, '_transient_timeout_wflginfl_1975872133', '1404727499', 'no') ; 
INSERT INTO `wp_options` VALUES (7411822, '_transient_wflginfl_1975872133', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452972, '_transient_timeout_wflginfl_1333137064', '1404759888', 'no') ; 
INSERT INTO `wp_options` VALUES (7452973, '_transient_wflginfl_1333137064', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537527, '_transient_timeout_wflginfl_3032449948', '1404829237', 'no') ; 
INSERT INTO `wp_options` VALUES (7540950, '_transient_timeout_wflginfl_1889443075', '1404831382', 'no') ; 
INSERT INTO `wp_options` VALUES (7416094, '_transient_timeout_wflginfl_84741065', '1404731049', 'no') ; 
INSERT INTO `wp_options` VALUES (7416095, '_transient_wflginfl_84741065', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7409500, '_transient_timeout_wflginfl_1551006315', '1404725945', 'no') ; 
INSERT INTO `wp_options` VALUES (7409501, '_transient_wflginfl_1551006315', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512981, '_transient_timeout_wflginfl_3393290691', '1404812625', 'no') ; 
INSERT INTO `wp_options` VALUES (7512982, '_transient_wflginfl_3393290691', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438466, '_transient_timeout_wflginfl_1246472502', '1404748752', 'no') ; 
INSERT INTO `wp_options` VALUES (7438467, '_transient_wflginfl_1246472502', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408573, '_transient_timeout_wflginfl_3065382987', '1404725295', 'no') ; 
INSERT INTO `wp_options` VALUES (7408574, '_transient_wflginfl_3065382987', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420721, '_transient_timeout_wflginfl_1566024593', '1404734846', 'no') ; 
INSERT INTO `wp_options` VALUES (7420722, '_transient_wflginfl_1566024593', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412221, '_transient_timeout_wflginfl_1441989696', '1404727772', 'no') ; 
INSERT INTO `wp_options` VALUES (7412222, '_transient_wflginfl_1441989696', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413041, '_transient_timeout_wflginfl_3644297766', '1404728407', 'no') ; 
INSERT INTO `wp_options` VALUES (7413042, '_transient_wflginfl_3644297766', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540759, '_transient_wflginfl_630114564', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540171, '_transient_wflginfl_831642857', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413174, '_transient_timeout_wflginfl_1892602708', '1404728520', 'no') ; 
INSERT INTO `wp_options` VALUES (7413175, '_transient_wflginfl_1892602708', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414505, '_transient_timeout_wflginfl_1922003239', '1404729659', 'no') ; 
INSERT INTO `wp_options` VALUES (7414506, '_transient_wflginfl_1922003239', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408627, '_transient_timeout_wflginfl_658171634', '1404725339', 'no') ; 
INSERT INTO `wp_options` VALUES (7408628, '_transient_wflginfl_658171634', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408641, '_transient_timeout_wflginfl_3318354485', '1404725344', 'no') ; 
INSERT INTO `wp_options` VALUES (7408642, '_transient_wflginfl_3318354485', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540854, '_transient_timeout_wflginfl_1552264095', '1404831347', 'no') ; 
INSERT INTO `wp_options` VALUES (7540855, '_transient_wflginfl_1552264095', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408690, '_transient_timeout_wflginfl_3307245012', '1404725373', 'no') ; 
INSERT INTO `wp_options` VALUES (7409300, '_transient_timeout_wflginfl_1977546645', '1404725795', 'no') ; 
INSERT INTO `wp_options` VALUES (7409301, '_transient_wflginfl_1977546645', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7408691, '_transient_wflginfl_3307245012', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427761, '_transient_timeout_wflginfl_3582722566', '1404740517', 'no') ; 
INSERT INTO `wp_options` VALUES (7427762, '_transient_wflginfl_3582722566', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467931, '_transient_timeout_wflginfl_702200942', '1404771876', 'no') ; 
INSERT INTO `wp_options` VALUES (7431130, '_transient_timeout_wflginfl_1891967249', '1404743161', 'no') ; 
INSERT INTO `wp_options` VALUES (7461393, '_transient_timeout_wflginfl_2996045739', '1404766326', 'no') ; 
INSERT INTO `wp_options` VALUES (7461394, '_transient_wflginfl_2996045739', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434000, '_transient_timeout_wflginfl_1502784002', '1404745259', 'no') ; 
INSERT INTO `wp_options` VALUES (7434001, '_transient_wflginfl_1502784002', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413784, '_transient_timeout_wflginfl_2015182921', '1404729046', 'no') ; 
INSERT INTO `wp_options` VALUES (7413785, '_transient_wflginfl_2015182921', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540520, '_transient_timeout_wflginfl_1283233960', '1404831459', 'no') ; 
INSERT INTO `wp_options` VALUES (7535051, '_transient_wflginfl_1590547331', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527684, '_transient_timeout_wflginfl_1317126800', '1404822744', 'no') ; 
INSERT INTO `wp_options` VALUES (7527685, '_transient_wflginfl_1317126800', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475950, '_transient_timeout_wflginfl_1804702621', '1404779656', 'no') ; 
INSERT INTO `wp_options` VALUES (7475951, '_transient_wflginfl_1804702621', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7409622, '_transient_timeout_wflginfl_3156355791', '1404726027', 'no') ; 
INSERT INTO `wp_options` VALUES (7409623, '_transient_wflginfl_3156355791', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495254, '_transient_wflginfl_1832958047', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532863, '_transient_wflginfl_3577290827', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413570, '_transient_timeout_wflginfl_3070047384', '1404728832', 'no') ; 
INSERT INTO `wp_options` VALUES (7413571, '_transient_wflginfl_3070047384', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410462, '_transient_timeout_wflginfl_656435884', '1404726603', 'no') ; 
INSERT INTO `wp_options` VALUES (7410463, '_transient_wflginfl_656435884', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485714, '_transient_wflginfl_1219681306', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520392, '_transient_timeout_wflginfl_2099136881', '1404817932', 'no') ; 
INSERT INTO `wp_options` VALUES (7479937, '_transient_timeout_wflginfl_3193498082', '1404783785', 'no') ; 
INSERT INTO `wp_options` VALUES (7540934, '_transient_timeout_wflginfl_3569904893', '1404831376', 'no') ; 
INSERT INTO `wp_options` VALUES (7540600, '_transient_timeout_wflginfl_1429228616', '1404831220', 'no') ; 
INSERT INTO `wp_options` VALUES (7540601, '_transient_wflginfl_1429228616', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426305, '_transient_timeout_wflginfl_1502026193', '1404739402', 'no') ; 
INSERT INTO `wp_options` VALUES (7426306, '_transient_wflginfl_1502026193', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422079, '_transient_timeout_wflginfl_3035672898', '1404736010', 'no') ; 
INSERT INTO `wp_options` VALUES (7422080, '_transient_wflginfl_3035672898', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524305, '_transient_timeout_wflginfl_2096677699', '1404820412', 'no') ; 
INSERT INTO `wp_options` VALUES (7524306, '_transient_wflginfl_2096677699', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7409004, '_transient_timeout_wflginfl_1729806604', '1404725582', 'no') ; 
INSERT INTO `wp_options` VALUES (7409005, '_transient_wflginfl_1729806604', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7409030, '_transient_timeout_wflginfl_1039510567', '1404725613', 'no') ; 
INSERT INTO `wp_options` VALUES (7409031, '_transient_wflginfl_1039510567', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411889, '_transient_timeout_wflginfl_3057244467', '1404727551', 'no') ; 
INSERT INTO `wp_options` VALUES (7411890, '_transient_wflginfl_3057244467', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420974, '_transient_wflginfl_1504450226', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534779, '_transient_wflginfl_1424292246', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510997, '_transient_timeout_wflginfl_3577178298', '1404811227', 'no') ; 
INSERT INTO `wp_options` VALUES (7510998, '_transient_wflginfl_3577178298', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414433, '_transient_timeout_wflginfl_2966060496', '1404729595', 'no') ; 
INSERT INTO `wp_options` VALUES (7414434, '_transient_wflginfl_2966060496', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444400, '_transient_timeout_wflginfl_778243005', '1404753348', 'no') ; 
INSERT INTO `wp_options` VALUES (7444401, '_transient_wflginfl_778243005', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417436, '_transient_timeout_wflginfl_1001558794', '1404732151', 'no') ; 
INSERT INTO `wp_options` VALUES (7417437, '_transient_wflginfl_1001558794', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411685, '_transient_timeout_wflginfl_3306972903', '1404727407', 'no') ; 
INSERT INTO `wp_options` VALUES (7411686, '_transient_wflginfl_3306972903', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410835, '_transient_timeout_wflginfl_657414327', '1404726860', 'no') ; 
INSERT INTO `wp_options` VALUES (7410836, '_transient_wflginfl_657414327', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7409142, '_transient_timeout_wflginfl_657950402', '1404725682', 'no') ; 
INSERT INTO `wp_options` VALUES (7409143, '_transient_wflginfl_657950402', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411493, '_transient_timeout_wflginfl_2033590408', '1404727273', 'no') ; 
INSERT INTO `wp_options` VALUES (7411494, '_transient_wflginfl_2033590408', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507236, '_transient_timeout_wflginfl_3645041508', '1404808537', 'no') ; 
INSERT INTO `wp_options` VALUES (7507237, '_transient_wflginfl_3645041508', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411519, '_transient_timeout_wflginfl_692615172', '1404727295', 'no') ; 
INSERT INTO `wp_options` VALUES (7411520, '_transient_wflginfl_692615172', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413260, '_transient_timeout_wflginfl_1333009982', '1404728592', 'no') ; 
INSERT INTO `wp_options` VALUES (7413261, '_transient_wflginfl_1333009982', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524908, '_transient_timeout_wflginfl_1835297816', '1404821131', 'no') ; 
INSERT INTO `wp_options` VALUES (7524909, '_transient_wflginfl_1835297816', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7517935, '_transient_timeout_wflginfl_1337439246', '1404816086', 'no') ; 
INSERT INTO `wp_options` VALUES (7540551, '_transient_wflginfl_2164781727', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494895, '_transient_timeout_wflginfl_1323572793', '1404798212', 'no') ; 
INSERT INTO `wp_options` VALUES (7494896, '_transient_wflginfl_1323572793', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485601, '_transient_timeout_wflginfl_410884310', '1404789649', 'no') ; 
INSERT INTO `wp_options` VALUES (7485602, '_transient_wflginfl_410884310', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7410719, '_transient_timeout_wflginfl_1492376187', '1404726782', 'no') ; 
INSERT INTO `wp_options` VALUES (7410720, '_transient_wflginfl_1492376187', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540948, '_transient_timeout_wflginfl_1440924719', '1404831381', 'no') ; 
INSERT INTO `wp_options` VALUES (7460758, '_transient_timeout_wflginfl_2991524075', '1404765798', 'no') ; 
INSERT INTO `wp_options` VALUES (7460759, '_transient_wflginfl_2991524075', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427532, '_transient_timeout_wflginfl_3394159690', '1404740359', 'no') ; 
INSERT INTO `wp_options` VALUES (7427533, '_transient_wflginfl_3394159690', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7409348, '_transient_timeout_wflginfl_1315273496', '1404725829', 'no') ; 
INSERT INTO `wp_options` VALUES (7409349, '_transient_wflginfl_1315273496', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412435, '_transient_timeout_wflginfl_657118410', '1404727954', 'no') ; 
INSERT INTO `wp_options` VALUES (7412436, '_transient_wflginfl_657118410', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412453, '_transient_timeout_wflginfl_1320496274', '1404727965', 'no') ; 
INSERT INTO `wp_options` VALUES (7412454, '_transient_wflginfl_1320496274', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412457, '_transient_timeout_wflginfl_1433223346', '1404727969', 'no') ; 
INSERT INTO `wp_options` VALUES (7412458, '_transient_wflginfl_1433223346', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541080, '_transient_timeout_wflginfl_1532110743', '1404831428', 'no') ; 
INSERT INTO `wp_options` VALUES (7541081, '_transient_wflginfl_1532110743', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536128, '_transient_timeout_wflginfl_1491766004', '1404828331', 'no') ; 
INSERT INTO `wp_options` VALUES (7536129, '_transient_wflginfl_1491766004', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413756, '_transient_timeout_wflginfl_1938035934', '1404729011', 'no') ; 
INSERT INTO `wp_options` VALUES (7413757, '_transient_wflginfl_1938035934', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413788, '_transient_timeout_wflginfl_2041590151', '1404729048', 'no') ; 
INSERT INTO `wp_options` VALUES (7413789, '_transient_wflginfl_2041590151', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437544, '_transient_timeout_wflginfl_1668991001', '1404748044', 'no') ; 
INSERT INTO `wp_options` VALUES (7437545, '_transient_wflginfl_1668991001', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428982, '_transient_timeout_wflginfl_3588841527', '1404741457', 'no') ; 
INSERT INTO `wp_options` VALUES (7428983, '_transient_wflginfl_3588841527', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538685, '_transient_timeout_wflginfl_3570914337', '1404829999', 'no') ; 
INSERT INTO `wp_options` VALUES (7538686, '_transient_wflginfl_3570914337', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410537, '_transient_timeout_wflginfl_1976040593', '1404726665', 'no') ; 
INSERT INTO `wp_options` VALUES (7410538, '_transient_wflginfl_1976040593', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423812, '_transient_timeout_wflginfl_2006621947', '1404737452', 'no') ; 
INSERT INTO `wp_options` VALUES (7423813, '_transient_wflginfl_2006621947', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415338, '_transient_timeout_wflginfl_1892047445', '1404730385', 'no') ; 
INSERT INTO `wp_options` VALUES (7415339, '_transient_wflginfl_1892047445', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416184, '_transient_timeout_wflginfl_657480764', '1404731111', 'no') ; 
INSERT INTO `wp_options` VALUES (7416185, '_transient_wflginfl_657480764', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7409516, '_transient_timeout_wflginfl_780274780', '1404725958', 'no') ; 
INSERT INTO `wp_options` VALUES (7409517, '_transient_wflginfl_780274780', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473941, '_transient_timeout_wflginfl_1386827229', '1404777581', 'no') ; 
INSERT INTO `wp_options` VALUES (7431419, '_transient_timeout_wflginfl_3036121277', '1404743392', 'no') ; 
INSERT INTO `wp_options` VALUES (7410727, '_transient_timeout_wflginfl_658208615', '1404726787', 'no') ; 
INSERT INTO `wp_options` VALUES (7410728, '_transient_wflginfl_658208615', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447627, '_transient_timeout_wflginfl_1010115340', '1404755811', 'no') ; 
INSERT INTO `wp_options` VALUES (7447628, '_transient_wflginfl_1010115340', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442528, '_transient_timeout_wflginfl_1887874358', '1404751903', 'no') ; 
INSERT INTO `wp_options` VALUES (7442529, '_transient_wflginfl_1887874358', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508247, '_transient_timeout_wflginfl_778510434', '1404809263', 'no') ; 
INSERT INTO `wp_options` VALUES (7508248, '_transient_wflginfl_778510434', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517025, '_transient_timeout_wflginfl_1953441884', '1404815758', 'no') ; 
INSERT INTO `wp_options` VALUES (7517026, '_transient_wflginfl_1953441884', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7409720, '_transient_timeout_wflginfl_3203297090', '1404726085', 'no') ; 
INSERT INTO `wp_options` VALUES (7409721, '_transient_wflginfl_3203297090', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410390, '_transient_timeout_wflginfl_2942972685', '1404726536', 'no') ; 
INSERT INTO `wp_options` VALUES (7410391, '_transient_wflginfl_2942972685', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414220, '_transient_timeout_wflginfl_2994789196', '1404729438', 'no') ; 
INSERT INTO `wp_options` VALUES (7414221, '_transient_wflginfl_2994789196', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415044, '_transient_timeout_wflginfl_657651572', '1404730137', 'no') ; 
INSERT INTO `wp_options` VALUES (7415045, '_transient_wflginfl_657651572', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412393, '_transient_timeout_wflginfl_1868337603', '1404727909', 'no') ; 
INSERT INTO `wp_options` VALUES (7412394, '_transient_wflginfl_1868337603', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466467, '_transient_wflginfl_1838500853', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453047, '_transient_wflginfl_84878530', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436923, '_transient_timeout_wflginfl_2344655761', '1404747541', 'no') ; 
INSERT INTO `wp_options` VALUES (7436924, '_transient_wflginfl_2344655761', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482185, '_transient_timeout_wflginfl_3016912480', '1404786150', 'no') ; 
INSERT INTO `wp_options` VALUES (7482186, '_transient_wflginfl_3016912480', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444848, '_transient_timeout_wflginfl_1566295785', '1404753670', 'no') ; 
INSERT INTO `wp_options` VALUES (7444849, '_transient_wflginfl_1566295785', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419230, '_transient_timeout_wflginfl_1908901830', '1404733645', 'no') ; 
INSERT INTO `wp_options` VALUES (7419231, '_transient_wflginfl_1908901830', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484319, '_transient_timeout_wflginfl_704195073', '1404788206', 'no') ; 
INSERT INTO `wp_options` VALUES (7484320, '_transient_wflginfl_704195073', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7409882, '_transient_timeout_wflginfl_3065154693', '1404726208', 'no') ; 
INSERT INTO `wp_options` VALUES (7409883, '_transient_wflginfl_3065154693', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450593, '_transient_wflginfl_1835023102', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534425, '_transient_wflginfl_773087804', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491264, '_transient_timeout_wflginfl_657214499', '1404794848', 'no') ; 
INSERT INTO `wp_options` VALUES (7491265, '_transient_wflginfl_657214499', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438840, '_transient_timeout_wflginfl_1553364787', '1404749048', 'no') ; 
INSERT INTO `wp_options` VALUES (7438841, '_transient_wflginfl_1553364787', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483155, '_transient_timeout_wflginfl_1548928325', '1404787128', 'no') ; 
INSERT INTO `wp_options` VALUES (7483156, '_transient_wflginfl_1548928325', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411479, '_transient_timeout_wflginfl_2537414975', '1404727267', 'no') ; 
INSERT INTO `wp_options` VALUES (7411480, '_transient_wflginfl_2537414975', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434400, '_transient_timeout_wflginfl_1776528538', '1404745623', 'no') ; 
INSERT INTO `wp_options` VALUES (7434401, '_transient_wflginfl_1776528538', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410593, '_transient_timeout_wflginfl_2002765382', '1404726703', 'no') ; 
INSERT INTO `wp_options` VALUES (7410594, '_transient_wflginfl_2002765382', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418771, '_transient_timeout_wflginfl_1477272048', '1404733266', 'no') ; 
INSERT INTO `wp_options` VALUES (7418772, '_transient_wflginfl_1477272048', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417010, '_transient_timeout_wflginfl_608820841', '1404731816', 'no') ; 
INSERT INTO `wp_options` VALUES (7417011, '_transient_wflginfl_608820841', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410048, '_transient_timeout_wflginfl_1599338961', '1404726329', 'no') ; 
INSERT INTO `wp_options` VALUES (7410049, '_transient_wflginfl_1599338961', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417214, '_transient_wflginfl_3526914320', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537363, '_transient_timeout_wflginfl_534716920', '1404829145', 'no') ; 
INSERT INTO `wp_options` VALUES (7450127, '_transient_wflginfl_1367806873', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540141, '_transient_wflginfl_1571575349', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7411907, '_transient_timeout_wflginfl_42536553', '1404727562', 'no') ; 
INSERT INTO `wp_options` VALUES (7411908, '_transient_wflginfl_42536553', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421487, '_transient_wflginfl_1744485671', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421486, '_transient_timeout_wflginfl_1744485671', '1404735518', 'no') ; 
INSERT INTO `wp_options` VALUES (7524129, '_transient_timeout_wflginfl_1096560823', '1404820284', 'no') ; 
INSERT INTO `wp_options` VALUES (7524130, '_transient_wflginfl_1096560823', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410150, '_transient_timeout_wflginfl_3070047420', '1404726382', 'no') ; 
INSERT INTO `wp_options` VALUES (7410151, '_transient_wflginfl_3070047420', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449678, '_transient_timeout_wflginfl_3104114284', '1404757392', 'no') ; 
INSERT INTO `wp_options` VALUES (7449679, '_transient_wflginfl_3104114284', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410180, '_transient_timeout_wflginfl_1729806608', '1404726401', 'no') ; 
INSERT INTO `wp_options` VALUES (7410181, '_transient_wflginfl_1729806608', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410220, '_transient_timeout_wflginfl_1840922265', '1404726425', 'no') ; 
INSERT INTO `wp_options` VALUES (7410221, '_transient_wflginfl_1840922265', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511106, '_transient_wflginfl_2121240796', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435519, '_transient_wflginfl_1203321218', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410234, '_transient_timeout_wflginfl_1892040718', '1404726434', 'no') ; 
INSERT INTO `wp_options` VALUES (7410235, '_transient_wflginfl_1892040718', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536654, '_transient_wflginfl_2075138018', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457493, '_transient_wflginfl_1429865972', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422205, '_transient_timeout_wflginfl_3170549169', '1404736107', 'no') ; 
INSERT INTO `wp_options` VALUES (7422206, '_transient_wflginfl_3170549169', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410304, '_transient_timeout_wflginfl_3000921790', '1404726480', 'no') ; 
INSERT INTO `wp_options` VALUES (7410305, '_transient_wflginfl_3000921790', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414319, '_transient_timeout_wflginfl_1899743383', '1404729522', 'no') ; 
INSERT INTO `wp_options` VALUES (7414320, '_transient_wflginfl_1899743383', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418735, '_transient_timeout_wflginfl_3065707253', '1404733235', 'no') ; 
INSERT INTO `wp_options` VALUES (7418736, '_transient_wflginfl_3065707253', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539625, '_transient_timeout_wflginfl_1438287874', '1404830623', 'no') ; 
INSERT INTO `wp_options` VALUES (7539626, '_transient_wflginfl_1438287874', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417615, '_transient_timeout_wflginfl_690225853', '1404732309', 'no') ; 
INSERT INTO `wp_options` VALUES (7417616, '_transient_wflginfl_690225853', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411077, '_transient_timeout_wflginfl_1993550195', '1404727017', 'no') ; 
INSERT INTO `wp_options` VALUES (7502508, '_transient_timeout_wflginfl_3251458306', '1404804842', 'no') ; 
INSERT INTO `wp_options` VALUES (7502509, '_transient_wflginfl_3251458306', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417492, '_transient_timeout_wflginfl_980369590', '1404732210', 'no') ; 
INSERT INTO `wp_options` VALUES (7417493, '_transient_wflginfl_980369590', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421031, '_transient_timeout_wflginfl_1917794198', '1404735157', 'no') ; 
INSERT INTO `wp_options` VALUES (7421032, '_transient_wflginfl_1917794198', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487273, '_transient_timeout_wflginfl_2923188991', '1404791258', 'no') ; 
INSERT INTO `wp_options` VALUES (7487274, '_transient_wflginfl_2923188991', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7540014, '_transient_timeout_wflginfl_1449433206', '1404830872', 'no') ; 
INSERT INTO `wp_options` VALUES (7540015, '_transient_wflginfl_1449433206', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414104, '_transient_timeout_wflginfl_999842564', '1404729336', 'no') ; 
INSERT INTO `wp_options` VALUES (7414105, '_transient_wflginfl_999842564', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540408, '_transient_timeout_wflginfl_1491327311', '1404831127', 'no') ; 
INSERT INTO `wp_options` VALUES (7540409, '_transient_wflginfl_1491327311', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425032, '_transient_timeout_wflginfl_3302570869', '1404738412', 'no') ; 
INSERT INTO `wp_options` VALUES (7411175, '_transient_timeout_wflginfl_1887858516', '1404727083', 'no') ; 
INSERT INTO `wp_options` VALUES (7411176, '_transient_wflginfl_1887858516', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411891, '_transient_timeout_wflginfl_2732628430', '1404727552', 'no') ; 
INSERT INTO `wp_options` VALUES (7411892, '_transient_wflginfl_2732628430', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530248, '_transient_timeout_wflginfl_1446645321', '1404824504', 'no') ; 
INSERT INTO `wp_options` VALUES (7530249, '_transient_wflginfl_1446645321', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541306, '_transient_timeout_wflginfl_2079190995', '1404831515', 'no') ; 
INSERT INTO `wp_options` VALUES (7537502, '_transient_wflginfl_1513712621', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488662, '_transient_timeout_wflginfl_1320243745', '1404792388', 'no') ; 
INSERT INTO `wp_options` VALUES (7488663, '_transient_wflginfl_1320243745', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410633, '_transient_timeout_wflginfl_2055252713', '1404726729', 'no') ; 
INSERT INTO `wp_options` VALUES (7410634, '_transient_wflginfl_2055252713', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410645, '_transient_timeout_wflginfl_3104980952', '1404726736', 'no') ; 
INSERT INTO `wp_options` VALUES (7410646, '_transient_wflginfl_3104980952', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473731, '_transient_timeout_wflginfl_694235688', '1404777398', 'no') ; 
INSERT INTO `wp_options` VALUES (7473732, '_transient_wflginfl_694235688', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540116, '_transient_timeout_wflginfl_3000856455', '1404830948', 'no') ; 
INSERT INTO `wp_options` VALUES (7540117, '_transient_wflginfl_3000856455', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538857, '_transient_timeout_wflginfl_1743843576', '1404830103', 'no') ; 
INSERT INTO `wp_options` VALUES (7538858, '_transient_wflginfl_1743843576', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411413, '_transient_timeout_wflginfl_3690902747', '1404727231', 'no') ; 
INSERT INTO `wp_options` VALUES (7411414, '_transient_wflginfl_3690902747', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463339, '_transient_timeout_wflginfl_1536587262', '1404767995', 'no') ; 
INSERT INTO `wp_options` VALUES (7442757, '_transient_timeout_wflginfl_1837143606', '1404752064', 'no') ; 
INSERT INTO `wp_options` VALUES (7462810, '_transient_wflginfl_1390413132', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428702, '_transient_timeout_wflginfl_1118561506', '1404741264', 'no') ; 
INSERT INTO `wp_options` VALUES (7410741, '_transient_timeout_wflginfl_1569452186', '1404726796', 'no') ; 
INSERT INTO `wp_options` VALUES (7410742, '_transient_wflginfl_1569452186', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519546, '_transient_timeout_wflginfl_3732886974', '1404817207', 'no') ; 
INSERT INTO `wp_options` VALUES (7519547, '_transient_wflginfl_3732886974', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540526, '_transient_timeout_wflginfl_985334023', '1404831186', 'no') ; 
INSERT INTO `wp_options` VALUES (7540527, '_transient_wflginfl_985334023', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412809, '_transient_timeout_wflginfl_701371918', '1404728202', 'no') ; 
INSERT INTO `wp_options` VALUES (7412810, '_transient_wflginfl_701371918', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415262, '_transient_timeout_wflginfl_1362991904', '1404730319', 'no') ; 
INSERT INTO `wp_options` VALUES (7415263, '_transient_wflginfl_1362991904', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7410909, '_transient_timeout_wflginfl_3144012355', '1404726916', 'no') ; 
INSERT INTO `wp_options` VALUES (7410910, '_transient_wflginfl_3144012355', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541074, '_transient_timeout_wflginfl_1563037674', '1404831427', 'no') ; 
INSERT INTO `wp_options` VALUES (7541075, '_transient_wflginfl_1563037674', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436019, '_transient_timeout_wflginfl_704322116', '1404746848', 'no') ; 
INSERT INTO `wp_options` VALUES (7436020, '_transient_wflginfl_704322116', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541258, '_transient_timeout_wflginfl_1402829116', '1404831492', 'no') ; 
INSERT INTO `wp_options` VALUES (7500920, '_transient_timeout_wflginfl_3191799254', '1404803543', 'no') ; 
INSERT INTO `wp_options` VALUES (7522187, '_transient_timeout_wflginfl_45441176', '1404818959', 'no') ; 
INSERT INTO `wp_options` VALUES (7538418, '_transient_wflginfl_2078742071', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514150, '_transient_wflginfl_1850395646', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411035, '_transient_timeout_wflginfl_3035266725', '1404726983', 'no') ; 
INSERT INTO `wp_options` VALUES (7411036, '_transient_wflginfl_3035266725', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412547, '_transient_timeout_wflginfl_1444077520', '1404728026', 'no') ; 
INSERT INTO `wp_options` VALUES (7412548, '_transient_wflginfl_1444077520', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415610, '_transient_timeout_wflginfl_3320118832', '1404730615', 'no') ; 
INSERT INTO `wp_options` VALUES (7415611, '_transient_wflginfl_3320118832', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537890, '_transient_wflginfl_2033596131', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416458, '_transient_timeout_wflginfl_3170320482', '1404731358', 'no') ; 
INSERT INTO `wp_options` VALUES (7411078, '_transient_wflginfl_1993550195', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537453, '_transient_timeout_wflginfl_2946300647', '1404829198', 'no') ; 
INSERT INTO `wp_options` VALUES (7411111, '_transient_timeout_wflginfl_3653841008', '1404727040', 'no') ; 
INSERT INTO `wp_options` VALUES (7411112, '_transient_wflginfl_3653841008', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441393, '_transient_timeout_wflginfl_2006614153', '1404751005', 'no') ; 
INSERT INTO `wp_options` VALUES (7533508, '_transient_wflginfl_3588719702', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411189, '_transient_timeout_wflginfl_1466761256', '1404727090', 'no') ; 
INSERT INTO `wp_options` VALUES (7411190, '_transient_wflginfl_1466761256', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435202, '_transient_timeout_wflginfl_238365425', '1404746256', 'no') ; 
INSERT INTO `wp_options` VALUES (7435203, '_transient_wflginfl_238365425', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533991, '_transient_timeout_wflginfl_248143529', '1404826924', 'no') ; 
INSERT INTO `wp_options` VALUES (7459503, '_transient_timeout_wflginfl_1566965877', '1404764850', 'no') ; 
INSERT INTO `wp_options` VALUES (7459504, '_transient_wflginfl_1566965877', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414138, '_transient_timeout_wflginfl_1601335277', '1404729368', 'no') ; 
INSERT INTO `wp_options` VALUES (7414139, '_transient_wflginfl_1601335277', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416472, '_transient_timeout_wflginfl_1565955617', '1404731366', 'no') ; 
INSERT INTO `wp_options` VALUES (7416473, '_transient_wflginfl_1565955617', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434070, '_transient_timeout_wflginfl_608447361', '1404745318', 'no') ; 
INSERT INTO `wp_options` VALUES (7434071, '_transient_wflginfl_608447361', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519229, '_transient_wflginfl_1866737831', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540769, '_transient_wflginfl_2308123062', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411299, '_transient_timeout_wflginfl_2046963734', '1404727175', 'no') ; 
INSERT INTO `wp_options` VALUES (7411300, '_transient_wflginfl_2046963734', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435292, '_transient_timeout_wflginfl_3318370521', '1404746311', 'no') ; 
INSERT INTO `wp_options` VALUES (7435293, '_transient_wflginfl_3318370521', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447781, '_transient_timeout_wflginfl_1835343950', '1404755928', 'no') ; 
INSERT INTO `wp_options` VALUES (7447782, '_transient_wflginfl_1835343950', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411331, '_transient_timeout_wflginfl_2044667248', '1404727190', 'no') ; 
INSERT INTO `wp_options` VALUES (7411332, '_transient_wflginfl_2044667248', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511211, '_transient_timeout_wflginfl_1610545162', '1404811398', 'no') ; 
INSERT INTO `wp_options` VALUES (7511212, '_transient_wflginfl_1610545162', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411357, '_transient_timeout_wflginfl_1314098468', '1404727198', 'no') ; 
INSERT INTO `wp_options` VALUES (7411358, '_transient_wflginfl_1314098468', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411363, '_transient_timeout_wflginfl_657025078', '1404727201', 'no') ; 
INSERT INTO `wp_options` VALUES (7411364, '_transient_wflginfl_657025078', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415924, '_transient_timeout_wflginfl_248209001', '1404730891', 'no') ; 
INSERT INTO `wp_options` VALUES (7415925, '_transient_wflginfl_248209001', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446204, '_transient_timeout_wflginfl_2016999615', '1404754736', 'no') ; 
INSERT INTO `wp_options` VALUES (7446205, '_transient_wflginfl_2016999615', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419147, '_transient_timeout_wflginfl_991538390', '1404733578', 'no') ; 
INSERT INTO `wp_options` VALUES (7419148, '_transient_wflginfl_991538390', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413838, '_transient_timeout_wflginfl_2015185855', '1404729088', 'no') ; 
INSERT INTO `wp_options` VALUES (7413839, '_transient_wflginfl_2015185855', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412813, '_transient_timeout_wflginfl_1887945040', '1404728206', 'no') ; 
INSERT INTO `wp_options` VALUES (7412814, '_transient_wflginfl_1887945040', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414606, '_transient_timeout_wflginfl_3047163043', '1404729762', 'no') ; 
INSERT INTO `wp_options` VALUES (7414607, '_transient_wflginfl_3047163043', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413951, '_transient_wflginfl_3321865250', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539878, '_transient_timeout_wflginfl_627626168', '1404830788', 'no') ; 
INSERT INTO `wp_options` VALUES (7422780, '_transient_timeout_wflginfl_3065403577', '1404736586', 'no') ; 
INSERT INTO `wp_options` VALUES (7422781, '_transient_wflginfl_3065403577', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527664, '_transient_timeout_wflginfl_1310622951', '1404822733', 'no') ; 
INSERT INTO `wp_options` VALUES (7527665, '_transient_wflginfl_1310622951', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516264, '_transient_timeout_wflginfl_244125530', '1404814917', 'no') ; 
INSERT INTO `wp_options` VALUES (7516265, '_transient_wflginfl_244125530', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432975, '_transient_timeout_wflginfl_1564019842', '1404744506', 'no') ; 
INSERT INTO `wp_options` VALUES (7432976, '_transient_wflginfl_1564019842', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511772, '_transient_timeout_wflginfl_3523493032', '1404811776', 'no') ; 
INSERT INTO `wp_options` VALUES (7511773, '_transient_wflginfl_3523493032', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539820, '_transient_timeout_wflginfl_1491446443', '1404830756', 'no') ; 
INSERT INTO `wp_options` VALUES (7536429, '_transient_timeout_wflginfl_2945210753', '1404828540', 'no') ; 
INSERT INTO `wp_options` VALUES (7434578, '_transient_timeout_wflginfl_1923779945', '1404745763', 'no') ; 
INSERT INTO `wp_options` VALUES (7536584, '_transient_wflginfl_1823764377', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540158, '_transient_timeout_wflginfl_3584405866', '1404830978', 'no') ; 
INSERT INTO `wp_options` VALUES (7512799, '_transient_timeout_wflginfl_3065351990', '1404812509', 'no') ; 
INSERT INTO `wp_options` VALUES (7472415, '_transient_timeout_wflginfl_411503330', '1404776098', 'no') ; 
INSERT INTO `wp_options` VALUES (7473353, '_transient_timeout_wflginfl_2053975415', '1404777020', 'no') ; 
INSERT INTO `wp_options` VALUES (7425794, '_transient_timeout_wflginfl_1892651986', '1404739035', 'no') ; 
INSERT INTO `wp_options` VALUES (7425795, '_transient_wflginfl_1892651986', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472049, '_transient_timeout_wflginfl_2034956835', '1404775772', 'no') ; 
INSERT INTO `wp_options` VALUES (7472050, '_transient_wflginfl_2034956835', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411707, '_transient_timeout_wflginfl_3065634645', '1404727419', 'no') ; 
INSERT INTO `wp_options` VALUES (7411708, '_transient_wflginfl_3065634645', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540870, '_transient_timeout_wflginfl_3159211534', '1404831351', 'no') ; 
INSERT INTO `wp_options` VALUES (7540871, '_transient_wflginfl_3159211534', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418493, '_transient_timeout_wflginfl_1371588910', '1404733033', 'no') ; 
INSERT INTO `wp_options` VALUES (7418494, '_transient_wflginfl_1371588910', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436073, '_transient_timeout_wflginfl_609045457', '1404746885', 'no') ; 
INSERT INTO `wp_options` VALUES (7436074, '_transient_wflginfl_609045457', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434266, '_transient_timeout_wflginfl_1975566394', '1404745504', 'no') ; 
INSERT INTO `wp_options` VALUES (7434267, '_transient_wflginfl_1975566394', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411833, '_transient_timeout_wflginfl_701165582', '1404727505', 'no') ; 
INSERT INTO `wp_options` VALUES (7411834, '_transient_wflginfl_701165582', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411847, '_transient_timeout_wflginfl_1834795244', '1404727513', 'no') ; 
INSERT INTO `wp_options` VALUES (7411848, '_transient_wflginfl_1834795244', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481987, '_transient_timeout_wflginfl_1844858685', '1404785952', 'no') ; 
INSERT INTO `wp_options` VALUES (7481988, '_transient_wflginfl_1844858685', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412333, '_transient_timeout_wflginfl_3032480873', '1404727869', 'no') ; 
INSERT INTO `wp_options` VALUES (7412334, '_transient_wflginfl_3032480873', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412343, '_transient_timeout_wflginfl_1408150856', '1404727875', 'no') ; 
INSERT INTO `wp_options` VALUES (7412344, '_transient_wflginfl_1408150856', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520424, '_transient_wflginfl_1581386497', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7469395, '_transient_wflginfl_2979313540', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460846, '_transient_timeout_wflginfl_2015129512', '1404765878', 'no') ; 
INSERT INTO `wp_options` VALUES (7460847, '_transient_wflginfl_2015129512', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447128, '_transient_timeout_wflginfl_1609877794', '1404755432', 'no') ; 
INSERT INTO `wp_options` VALUES (7447129, '_transient_wflginfl_1609877794', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7411939, '_transient_timeout_wflginfl_627419152', '1404727588', 'no') ; 
INSERT INTO `wp_options` VALUES (7411940, '_transient_wflginfl_627419152', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454235, '_transient_timeout_wflginfl_1569384327', '1404760803', 'no') ; 
INSERT INTO `wp_options` VALUES (7454236, '_transient_wflginfl_1569384327', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416922, '_transient_timeout_wflginfl_3310803458', '1404731744', 'no') ; 
INSERT INTO `wp_options` VALUES (7416923, '_transient_wflginfl_3310803458', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435992, '_transient_timeout_wflginfl_3031078041', '1404746828', 'no') ; 
INSERT INTO `wp_options` VALUES (7435993, '_transient_wflginfl_3031078041', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413824, '_transient_timeout_wflginfl_1549139573', '1404729072', 'no') ; 
INSERT INTO `wp_options` VALUES (7413825, '_transient_wflginfl_1549139573', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495331, '_transient_timeout_wflginfl_1839486277', '1404798776', 'no') ; 
INSERT INTO `wp_options` VALUES (7495332, '_transient_wflginfl_1839486277', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7530818, '_transient_timeout_wflginfl_2044388506', '1404824902', 'no') ; 
INSERT INTO `wp_options` VALUES (7530819, '_transient_wflginfl_2044388506', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418199, '_transient_timeout_wflginfl_1319739732', '1404732813', 'no') ; 
INSERT INTO `wp_options` VALUES (7418200, '_transient_wflginfl_1319739732', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466052, '_transient_timeout_wflginfl_247517908', '1404770277', 'no') ; 
INSERT INTO `wp_options` VALUES (7466053, '_transient_wflginfl_247517908', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463549, '_transient_timeout_wflginfl_1432459472', '1404768155', 'no') ; 
INSERT INTO `wp_options` VALUES (7463550, '_transient_wflginfl_1432459472', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470433, '_transient_timeout_wflginfl_1836661010', '1404774123', 'no') ; 
INSERT INTO `wp_options` VALUES (7470434, '_transient_wflginfl_1836661010', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509562, '_transient_timeout_wflginfl_1363285032', '1404810179', 'no') ; 
INSERT INTO `wp_options` VALUES (7509563, '_transient_wflginfl_1363285032', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413482, '_transient_timeout_wflginfl_3268607977', '1404728755', 'no') ; 
INSERT INTO `wp_options` VALUES (7413483, '_transient_wflginfl_3268607977', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505224, '_transient_timeout_wflginfl_2108007556', '1404807027', 'no') ; 
INSERT INTO `wp_options` VALUES (7505225, '_transient_wflginfl_2108007556', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412289, '_transient_timeout_wflginfl_1389410097', '1404728125', 'no') ; 
INSERT INTO `wp_options` VALUES (7412290, '_transient_wflginfl_1389410097', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7412297, '_transient_timeout_wflginfl_3408734677', '1404727839', 'no') ; 
INSERT INTO `wp_options` VALUES (7412298, '_transient_wflginfl_3408734677', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516525, '_transient_timeout_wflginfl_3586115574', '1404815134', 'no') ; 
INSERT INTO `wp_options` VALUES (7516526, '_transient_wflginfl_3586115574', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413448, '_transient_timeout_wflginfl_1454599917', '1404728733', 'no') ; 
INSERT INTO `wp_options` VALUES (7413449, '_transient_wflginfl_1454599917', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531905, '_transient_timeout_wflginfl_778511563', '1404825586', 'no') ; 
INSERT INTO `wp_options` VALUES (7531906, '_transient_wflginfl_778511563', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412411, '_transient_timeout_wflginfl_3321528363', '1404727922', 'no') ; 
INSERT INTO `wp_options` VALUES (7412412, '_transient_wflginfl_3321528363', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540534, '_transient_timeout_wflginfl_3087975767', '1404831188', 'no') ; 
INSERT INTO `wp_options` VALUES (7539580, '_transient_wflginfl_1559025250', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417337, '_transient_timeout_wflginfl_1776447344', '1404732077', 'no') ; 
INSERT INTO `wp_options` VALUES (7417338, '_transient_wflginfl_1776447344', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537061, '_transient_timeout_wflginfl_1501913168', '1404828960', 'no') ; 
INSERT INTO `wp_options` VALUES (7537062, '_transient_wflginfl_1501913168', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540826, '_transient_timeout_wflginfl_2311055235', '1404831334', 'no') ; 
INSERT INTO `wp_options` VALUES (7540827, '_transient_wflginfl_2311055235', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539298, '_transient_wflginfl_2079188542', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434579, '_transient_wflginfl_1923779945', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535460, '_transient_timeout_wflginfl_3283039026', '1404828146', 'no') ; 
INSERT INTO `wp_options` VALUES (7535461, '_transient_wflginfl_3283039026', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7420376, '_transient_timeout_wflginfl_657845469', '1404734578', 'no') ; 
INSERT INTO `wp_options` VALUES (7420377, '_transient_wflginfl_657845469', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540910, '_transient_timeout_wflginfl_1185033738', '1404831365', 'no') ; 
INSERT INTO `wp_options` VALUES (7520413, '_transient_timeout_wflginfl_1581386497', '1404818055', 'no') ; 
INSERT INTO `wp_options` VALUES (7423684, '_transient_timeout_wflginfl_1729182749', '1404737354', 'no') ; 
INSERT INTO `wp_options` VALUES (7485663, '_transient_timeout_wflginfl_983842293', '1404789533', 'no') ; 
INSERT INTO `wp_options` VALUES (7516743, '_transient_timeout_wflginfl_2033595949', '1404815270', 'no') ; 
INSERT INTO `wp_options` VALUES (7516744, '_transient_wflginfl_2033595949', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448770, '_transient_timeout_wflginfl_1547280038', '1404756661', 'no') ; 
INSERT INTO `wp_options` VALUES (7448771, '_transient_wflginfl_1547280038', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540197, '_transient_wflginfl_1571565295', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538014, '_transient_wflginfl_414183813', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416894, '_transient_timeout_wflginfl_1485398696', '1404731724', 'no') ; 
INSERT INTO `wp_options` VALUES (7416895, '_transient_wflginfl_1485398696', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491135, '_transient_wflginfl_3198174262', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491134, '_transient_timeout_wflginfl_3198174262', '1404794717', 'no') ; 
INSERT INTO `wp_options` VALUES (7541491, '_transient_timeout_wflginfl_1374321428', '1404832537', 'no') ; 
INSERT INTO `wp_options` VALUES (7541492, '_transient_wflginfl_1374321428', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419053, '_transient_timeout_wflginfl_690288690', '1404733512', 'no') ; 
INSERT INTO `wp_options` VALUES (7419054, '_transient_wflginfl_690288690', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414148, '_transient_timeout_wflginfl_1460462715', '1404729384', 'no') ; 
INSERT INTO `wp_options` VALUES (7414149, '_transient_wflginfl_1460462715', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417119, '_transient_timeout_wflginfl_984744372', '1404731891', 'no') ; 
INSERT INTO `wp_options` VALUES (7417120, '_transient_wflginfl_984744372', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515350, '_transient_timeout_wflginfl_1832940576', '1404814566', 'no') ; 
INSERT INTO `wp_options` VALUES (7515351, '_transient_wflginfl_1832940576', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7412727, '_transient_timeout_wflginfl_3321595183', '1404728152', 'no') ; 
INSERT INTO `wp_options` VALUES (7412728, '_transient_wflginfl_3321595183', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496427, '_transient_timeout_wflginfl_1347307437', '1404799986', 'no') ; 
INSERT INTO `wp_options` VALUES (7496428, '_transient_wflginfl_1347307437', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7473653, '_transient_timeout_wflginfl_2064833893', '1404777307', 'no') ; 
INSERT INTO `wp_options` VALUES (7473654, '_transient_wflginfl_2064833893', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412757, '_transient_timeout_wflginfl_3316578705', '1404728173', 'no') ; 
INSERT INTO `wp_options` VALUES (7412758, '_transient_wflginfl_3316578705', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415474, '_transient_timeout_wflginfl_657245866', '1404730492', 'no') ; 
INSERT INTO `wp_options` VALUES (7415475, '_transient_wflginfl_657245866', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419032, '_transient_wflginfl_1307920075', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433501, '_transient_wflginfl_2925393548', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412779, '_transient_timeout_wflginfl_995703545', '1404728186', 'no') ; 
INSERT INTO `wp_options` VALUES (7412780, '_transient_wflginfl_995703545', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487812, '_transient_timeout_wflginfl_1947161674', '1404791571', 'no') ; 
INSERT INTO `wp_options` VALUES (7487813, '_transient_wflginfl_1947161674', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535331, '_transient_wflginfl_784755162', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527250, '_transient_timeout_wflginfl_1938286766', '1404822437', 'no') ; 
INSERT INTO `wp_options` VALUES (7500527, '_transient_timeout_wflginfl_1551280159', '1404803265', 'no') ; 
INSERT INTO `wp_options` VALUES (7500528, '_transient_wflginfl_1551280159', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510761, '_transient_timeout_wflginfl_2107778936', '1404811066', 'no') ; 
INSERT INTO `wp_options` VALUES (7510762, '_transient_wflginfl_2107778936', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531129, '_transient_timeout_wflginfl_453175467', '1404825108', 'no') ; 
INSERT INTO `wp_options` VALUES (7531130, '_transient_wflginfl_453175467', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412885, '_transient_timeout_wflginfl_1977489741', '1404728251', 'no') ; 
INSERT INTO `wp_options` VALUES (7412886, '_transient_wflginfl_1977489741', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495463, '_transient_timeout_wflginfl_1569327751', '1404798722', 'no') ; 
INSERT INTO `wp_options` VALUES (7495464, '_transient_wflginfl_1569327751', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424187, '_transient_timeout_wflginfl_1392996337', '1404737764', 'no') ; 
INSERT INTO `wp_options` VALUES (7424188, '_transient_wflginfl_1392996337', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414238, '_transient_timeout_wflginfl_622029829', '1404729452', 'no') ; 
INSERT INTO `wp_options` VALUES (7414239, '_transient_wflginfl_622029829', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430651, '_transient_timeout_wflginfl_1432257242', '1404742786', 'no') ; 
INSERT INTO `wp_options` VALUES (7430652, '_transient_wflginfl_1432257242', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528948, '_transient_timeout_wflginfl_2015133625', '1404823630', 'no') ; 
INSERT INTO `wp_options` VALUES (7528949, '_transient_wflginfl_2015133625', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491913, '_transient_timeout_wflginfl_608614039', '1404795449', 'no') ; 
INSERT INTO `wp_options` VALUES (7491914, '_transient_wflginfl_608614039', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412955, '_transient_timeout_wflginfl_3321241128', '1404728324', 'no') ; 
INSERT INTO `wp_options` VALUES (7412956, '_transient_wflginfl_3321241128', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416000, '_transient_timeout_wflginfl_2942968814', '1404730974', 'no') ; 
INSERT INTO `wp_options` VALUES (7416001, '_transient_wflginfl_2942968814', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7412983, '_transient_timeout_wflginfl_1492977083', '1404728347', 'no') ; 
INSERT INTO `wp_options` VALUES (7412984, '_transient_wflginfl_1492977083', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510767, '_transient_timeout_wflginfl_3307431856', '1404811067', 'no') ; 
INSERT INTO `wp_options` VALUES (7510768, '_transient_wflginfl_3307431856', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413019, '_transient_timeout_wflginfl_1535920151', '1404728378', 'no') ; 
INSERT INTO `wp_options` VALUES (7413020, '_transient_wflginfl_1535920151', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525233, '_transient_wflginfl_657883080', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537091, '_transient_timeout_wflginfl_3126378984', '1404828982', 'no') ; 
INSERT INTO `wp_options` VALUES (7533733, '_transient_timeout_wflginfl_2033596128', '1404826739', 'no') ; 
INSERT INTO `wp_options` VALUES (7533734, '_transient_wflginfl_2033596128', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425555, '_transient_timeout_wflginfl_1334222507', '1404738837', 'no') ; 
INSERT INTO `wp_options` VALUES (7425556, '_transient_wflginfl_1334222507', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535970, '_transient_timeout_wflginfl_1054572804', '1404828727', 'no') ; 
INSERT INTO `wp_options` VALUES (7535971, '_transient_wflginfl_1054572804', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7413121, '_transient_timeout_wflginfl_3389364848', '1404728476', 'no') ; 
INSERT INTO `wp_options` VALUES (7413122, '_transient_wflginfl_3389364848', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413123, '_transient_timeout_wflginfl_387701835', '1404728478', 'no') ; 
INSERT INTO `wp_options` VALUES (7413124, '_transient_wflginfl_387701835', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501526, '_transient_timeout_wflginfl_2159197062', '1404804060', 'no') ; 
INSERT INTO `wp_options` VALUES (7501527, '_transient_wflginfl_2159197062', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413198, '_transient_timeout_wflginfl_2966244007', '1404728538', 'no') ; 
INSERT INTO `wp_options` VALUES (7413199, '_transient_wflginfl_2966244007', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424714, '_transient_timeout_wflginfl_657454995', '1404738171', 'no') ; 
INSERT INTO `wp_options` VALUES (7424715, '_transient_wflginfl_657454995', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413212, '_transient_timeout_wflginfl_2057858783', '1404728555', 'no') ; 
INSERT INTO `wp_options` VALUES (7413213, '_transient_wflginfl_2057858783', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432951, '_transient_timeout_wflginfl_1344879382', '1404744493', 'no') ; 
INSERT INTO `wp_options` VALUES (7461858, '_transient_timeout_wflginfl_657650338', '1404766726', 'no') ; 
INSERT INTO `wp_options` VALUES (7475728, '_transient_timeout_wflginfl_3159525083', '1404779854', 'no') ; 
INSERT INTO `wp_options` VALUES (7475729, '_transient_wflginfl_3159525083', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7540906, '_transient_timeout_wflginfl_3301527250', '1404831363', 'no') ; 
INSERT INTO `wp_options` VALUES (7540907, '_transient_wflginfl_3301527250', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539721, '_transient_timeout_wflginfl_1432995429', '1404830682', 'no') ; 
INSERT INTO `wp_options` VALUES (7539722, '_transient_wflginfl_1432995429', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417705, '_transient_timeout_wflginfl_39349364', '1404732391', 'no') ; 
INSERT INTO `wp_options` VALUES (7417706, '_transient_wflginfl_39349364', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538181, '_transient_timeout_wflginfl_1442130571', '1404829680', 'no') ; 
INSERT INTO `wp_options` VALUES (7538182, '_transient_wflginfl_1442130571', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509253, '_transient_wflginfl_973663979', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489795, '_transient_wflginfl_3649396130', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7506309, '_transient_timeout_wflginfl_3058250094', '1404807861', 'no') ; 
INSERT INTO `wp_options` VALUES (7506310, '_transient_wflginfl_3058250094', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524509, '_transient_timeout_wflginfl_1892765221', '1404820557', 'no') ; 
INSERT INTO `wp_options` VALUES (7524510, '_transient_wflginfl_1892765221', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413326, '_transient_timeout_wflginfl_1887925994', '1404728639', 'no') ; 
INSERT INTO `wp_options` VALUES (7413327, '_transient_wflginfl_1887925994', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503740, '_transient_wflginfl_3104980015', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508550, '_transient_wflginfl_3559087796', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413352, '_transient_timeout_wflginfl_2015142388', '1404728654', 'no') ; 
INSERT INTO `wp_options` VALUES (7413353, '_transient_wflginfl_2015142388', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413362, '_transient_timeout_wflginfl_3065623526', '1404728671', 'no') ; 
INSERT INTO `wp_options` VALUES (7413363, '_transient_wflginfl_3065623526', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413366, '_transient_timeout_wflginfl_3318570496', '1404728672', 'no') ; 
INSERT INTO `wp_options` VALUES (7413367, '_transient_wflginfl_3318570496', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414419, '_transient_timeout_wflginfl_1909170398', '1404729583', 'no') ; 
INSERT INTO `wp_options` VALUES (7414420, '_transient_wflginfl_1909170398', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423042, '_transient_timeout_wflginfl_3393400099', '1404736810', 'no') ; 
INSERT INTO `wp_options` VALUES (7423043, '_transient_wflginfl_3393400099', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435520, '_transient_timeout_wflginfl_3165918588', '1404746481', 'no') ; 
INSERT INTO `wp_options` VALUES (7435521, '_transient_wflginfl_3165918588', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415180, '_transient_timeout_wflginfl_3065705431', '1404730259', 'no') ; 
INSERT INTO `wp_options` VALUES (7415181, '_transient_wflginfl_3065705431', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449868, '_transient_timeout_wflginfl_2994621314', '1404757540', 'no') ; 
INSERT INTO `wp_options` VALUES (7449869, '_transient_wflginfl_2994621314', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539111, '_transient_timeout_wflginfl_1433001425', '1404830542', 'no') ; 
INSERT INTO `wp_options` VALUES (7539112, '_transient_wflginfl_1433001425', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7420248, '_transient_timeout_wflginfl_702818573', '1404734468', 'no') ; 
INSERT INTO `wp_options` VALUES (7420249, '_transient_wflginfl_702818573', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425782, '_transient_timeout_wflginfl_84824693', '1404739318', 'no') ; 
INSERT INTO `wp_options` VALUES (7425783, '_transient_wflginfl_84824693', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7413536, '_transient_timeout_wflginfl_1887833485', '1404728805', 'no') ; 
INSERT INTO `wp_options` VALUES (7413537, '_transient_wflginfl_1887833485', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528898, '_transient_timeout_wflginfl_1502012557', '1404823583', 'no') ; 
INSERT INTO `wp_options` VALUES (7528899, '_transient_wflginfl_1502012557', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416560, '_transient_timeout_wflginfl_657653442', '1404731430', 'no') ; 
INSERT INTO `wp_options` VALUES (7416561, '_transient_wflginfl_657653442', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436462, '_transient_timeout_wflginfl_3290285870', '1404747205', 'no') ; 
INSERT INTO `wp_options` VALUES (7436463, '_transient_wflginfl_3290285870', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413568, '_transient_timeout_wflginfl_3155793391', '1404728827', 'no') ; 
INSERT INTO `wp_options` VALUES (7413569, '_transient_wflginfl_3155793391', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440861, '_transient_timeout_wflginfl_3310127075', '1404750644', 'no') ; 
INSERT INTO `wp_options` VALUES (7440862, '_transient_wflginfl_3310127075', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456123, '_transient_timeout_wflginfl_2001297727', '1404762232', 'no') ; 
INSERT INTO `wp_options` VALUES (7456124, '_transient_wflginfl_2001297727', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516143, '_transient_wflginfl_2535172153', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450343, '_transient_wflginfl_3307507568', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448702, '_transient_timeout_wflginfl_1984169880', '1404756606', 'no') ; 
INSERT INTO `wp_options` VALUES (7448703, '_transient_wflginfl_1984169880', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427538, '_transient_timeout_wflginfl_3732909613', '1404740363', 'no') ; 
INSERT INTO `wp_options` VALUES (7427539, '_transient_wflginfl_3732909613', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520146, '_transient_timeout_wflginfl_3022451670', '1404817608', 'no') ; 
INSERT INTO `wp_options` VALUES (7520147, '_transient_wflginfl_3022451670', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420780, '_transient_timeout_wflginfl_838085480', '1404734920', 'no') ; 
INSERT INTO `wp_options` VALUES (7420781, '_transient_wflginfl_838085480', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537071, '_transient_timeout_wflginfl_3390401190', '1404828968', 'no') ; 
INSERT INTO `wp_options` VALUES (7537072, '_transient_wflginfl_3390401190', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515496, '_transient_timeout_wflginfl_1309995469', '1404814397', 'no') ; 
INSERT INTO `wp_options` VALUES (7515497, '_transient_wflginfl_1309995469', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535496, '_transient_timeout_wflginfl_3577181103', '1404827901', 'no') ; 
INSERT INTO `wp_options` VALUES (7535497, '_transient_wflginfl_3577181103', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413828, '_transient_timeout_wflginfl_656438163', '1404729076', 'no') ; 
INSERT INTO `wp_options` VALUES (7413829, '_transient_wflginfl_656438163', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413836, '_transient_timeout_wflginfl_2056620664', '1404729087', 'no') ; 
INSERT INTO `wp_options` VALUES (7413837, '_transient_wflginfl_2056620664', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7413848, '_transient_timeout_wflginfl_3057239036', '1404729104', 'no') ; 
INSERT INTO `wp_options` VALUES (7413849, '_transient_wflginfl_3057239036', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432913, '_transient_timeout_wflginfl_3032466599', '1404744473', 'no') ; 
INSERT INTO `wp_options` VALUES (7432914, '_transient_wflginfl_3032466599', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537823, '_transient_timeout_wflginfl_36796056', '1404829437', 'no') ; 
INSERT INTO `wp_options` VALUES (7537824, '_transient_wflginfl_36796056', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416520, '_transient_timeout_wflginfl_694714234', '1404731405', 'no') ; 
INSERT INTO `wp_options` VALUES (7416521, '_transient_wflginfl_694714234', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426844, '_transient_wflginfl_1887939766', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490123, '_transient_wflginfl_1124198774', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428703, '_transient_wflginfl_1118561506', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507105, '_transient_wflginfl_1892033537', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447694, '_transient_wflginfl_1428048516', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518418, '_transient_wflginfl_2033898458', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460796, '_transient_timeout_wflginfl_1742857750', '1404765838', 'no') ; 
INSERT INTO `wp_options` VALUES (7460797, '_transient_wflginfl_1742857750', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525309, '_transient_wflginfl_657970359', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495415, '_transient_timeout_wflginfl_1568371841', '1404798685', 'no') ; 
INSERT INTO `wp_options` VALUES (7427307, '_transient_timeout_wflginfl_699514928', '1404740168', 'no') ; 
INSERT INTO `wp_options` VALUES (7427308, '_transient_wflginfl_699514928', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418921, '_transient_timeout_wflginfl_657523976', '1404733388', 'no') ; 
INSERT INTO `wp_options` VALUES (7418922, '_transient_wflginfl_657523976', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422681, '_transient_timeout_wflginfl_2033595940', '1404736505', 'no') ; 
INSERT INTO `wp_options` VALUES (7422682, '_transient_wflginfl_2033595940', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519844, '_transient_timeout_wflginfl_629996703', '1404817424', 'no') ; 
INSERT INTO `wp_options` VALUES (7519845, '_transient_wflginfl_629996703', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428326, '_transient_timeout_wflginfl_1473239366', '1404740973', 'no') ; 
INSERT INTO `wp_options` VALUES (7428327, '_transient_wflginfl_1473239366', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414144, '_transient_timeout_wflginfl_3170680397', '1404729382', 'no') ; 
INSERT INTO `wp_options` VALUES (7414145, '_transient_wflginfl_3170680397', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416500, '_transient_timeout_wflginfl_3065612962', '1404731391', 'no') ; 
INSERT INTO `wp_options` VALUES (7416501, '_transient_wflginfl_3065612962', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420460, '_transient_timeout_wflginfl_657895495', '1404734645', 'no') ; 
INSERT INTO `wp_options` VALUES (7420461, '_transient_wflginfl_657895495', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474171, '_transient_timeout_wflginfl_609299284', '1404777816', 'no') ; 
INSERT INTO `wp_options` VALUES (7474172, '_transient_wflginfl_609299284', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541140, '_transient_timeout_wflginfl_533818318', '1404831450', 'no') ; 
INSERT INTO `wp_options` VALUES (7532305, '_transient_timeout_wflginfl_2064934016', '1404826073', 'no') ; 
INSERT INTO `wp_options` VALUES (7421388, '_transient_timeout_wflginfl_657728893', '1404735432', 'no') ; 
INSERT INTO `wp_options` VALUES (7421389, '_transient_wflginfl_657728893', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540590, '_transient_timeout_wflginfl_2756562994', '1404831468', 'no') ; 
INSERT INTO `wp_options` VALUES (7541208, '_transient_timeout_wflginfl_1834867296', '1404831471', 'no') ; 
INSERT INTO `wp_options` VALUES (7434172, '_transient_timeout_wflginfl_1393221069', '1404745398', 'no') ; 
INSERT INTO `wp_options` VALUES (7463340, '_transient_wflginfl_1536587262', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442758, '_transient_wflginfl_1837143606', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497317, '_transient_timeout_wflginfl_3153584939', '1404800430', 'no') ; 
INSERT INTO `wp_options` VALUES (7497318, '_transient_wflginfl_3153584939', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501498, '_transient_timeout_wflginfl_1569715513', '1404804030', 'no') ; 
INSERT INTO `wp_options` VALUES (7501499, '_transient_wflginfl_1569715513', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528378, '_transient_timeout_wflginfl_2057920926', '1404823206', 'no') ; 
INSERT INTO `wp_options` VALUES (7528379, '_transient_wflginfl_2057920926', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418775, '_transient_timeout_wflginfl_2043747612', '1404733268', 'no') ; 
INSERT INTO `wp_options` VALUES (7418776, '_transient_wflginfl_2043747612', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415176, '_transient_timeout_wflginfl_1941577857', '1404730258', 'no') ; 
INSERT INTO `wp_options` VALUES (7415177, '_transient_wflginfl_1941577857', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443944, '_transient_timeout_wflginfl_3065408170', '1404753006', 'no') ; 
INSERT INTO `wp_options` VALUES (7443945, '_transient_wflginfl_3065408170', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414369, '_transient_timeout_wflginfl_2468255692', '1404729553', 'no') ; 
INSERT INTO `wp_options` VALUES (7414370, '_transient_wflginfl_2468255692', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474537, '_transient_timeout_wflginfl_3188822680', '1404778233', 'no') ; 
INSERT INTO `wp_options` VALUES (7450409, '_transient_wflginfl_3318584680', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414814, '_transient_timeout_wflginfl_3563450928', '1404729938', 'no') ; 
INSERT INTO `wp_options` VALUES (7414815, '_transient_wflginfl_3563450928', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434173, '_transient_wflginfl_1393221069', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416434, '_transient_timeout_wflginfl_1001480916', '1404731337', 'no') ; 
INSERT INTO `wp_options` VALUES (7416435, '_transient_wflginfl_1001480916', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414435, '_transient_timeout_wflginfl_1609118857', '1404729597', 'no') ; 
INSERT INTO `wp_options` VALUES (7414436, '_transient_wflginfl_1609118857', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417428, '_transient_timeout_wflginfl_3121084135', '1404732148', 'no') ; 
INSERT INTO `wp_options` VALUES (7418785, '_transient_timeout_wflginfl_656730434', '1404733274', 'no') ; 
INSERT INTO `wp_options` VALUES (7418409, '_transient_timeout_wflginfl_1394068954', '1404732977', 'no') ; 
INSERT INTO `wp_options` VALUES (7418410, '_transient_wflginfl_1394068954', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529610, '_transient_timeout_wflginfl_692937585', '1404824072', 'no') ; 
INSERT INTO `wp_options` VALUES (7529611, '_transient_wflginfl_692937585', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439513, '_transient_timeout_wflginfl_2945210926', '1404749553', 'no') ; 
INSERT INTO `wp_options` VALUES (7439514, '_transient_wflginfl_2945210926', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425122, '_transient_timeout_wflginfl_995701324', '1404738467', 'no') ; 
INSERT INTO `wp_options` VALUES (7425123, '_transient_wflginfl_995701324', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428922, '_transient_timeout_wflginfl_1450796773', '1404741413', 'no') ; 
INSERT INTO `wp_options` VALUES (7534606, '_transient_timeout_wflginfl_2081235316', '1404827306', 'no') ; 
INSERT INTO `wp_options` VALUES (7446760, '_transient_timeout_wflginfl_1887896591', '1404755157', 'no') ; 
INSERT INTO `wp_options` VALUES (7446761, '_transient_wflginfl_1887896591', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510041, '_transient_timeout_wflginfl_1486681479', '1404810816', 'no') ; 
INSERT INTO `wp_options` VALUES (7510042, '_transient_wflginfl_1486681479', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7534607, '_transient_wflginfl_2081235316', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450073, '_transient_wflginfl_2093207309', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448807, '_transient_wflginfl_1191823131', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445714, '_transient_timeout_wflginfl_1565935290', '1404754356', 'no') ; 
INSERT INTO `wp_options` VALUES (7445715, '_transient_wflginfl_1565935290', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534598, '_transient_timeout_wflginfl_2830852738', '1404827302', 'no') ; 
INSERT INTO `wp_options` VALUES (7534599, '_transient_wflginfl_2830852738', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422533, '_transient_timeout_wflginfl_1336554017', '1404736393', 'no') ; 
INSERT INTO `wp_options` VALUES (7422534, '_transient_wflginfl_1336554017', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414684, '_transient_timeout_wflginfl_2979922864', '1404730113', 'no') ; 
INSERT INTO `wp_options` VALUES (7414685, '_transient_wflginfl_2979922864', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7439373, '_transient_timeout_wflginfl_1776628714', '1404749437', 'no') ; 
INSERT INTO `wp_options` VALUES (7439374, '_transient_wflginfl_1776628714', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417078, '_transient_timeout_wflginfl_1433547408', '1404731864', 'no') ; 
INSERT INTO `wp_options` VALUES (7417079, '_transient_wflginfl_1433547408', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528604, '_transient_timeout_wflginfl_1891986188', '1404823393', 'no') ; 
INSERT INTO `wp_options` VALUES (7528605, '_transient_wflginfl_1891986188', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414700, '_transient_timeout_wflginfl_657683931', '1404729841', 'no') ; 
INSERT INTO `wp_options` VALUES (7414701, '_transient_wflginfl_657683931', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414747, '_transient_timeout_wflginfl_3307291087', '1404729884', 'no') ; 
INSERT INTO `wp_options` VALUES (7414748, '_transient_wflginfl_3307291087', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414763, '_transient_timeout_wflginfl_1460476940', '1404729894', 'no') ; 
INSERT INTO `wp_options` VALUES (7414764, '_transient_wflginfl_1460476940', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425994, '_transient_timeout_wflginfl_1321110163', '1404739171', 'no') ; 
INSERT INTO `wp_options` VALUES (7425995, '_transient_wflginfl_1321110163', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537488, '_transient_wflginfl_1581538031', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539725, '_transient_timeout_wflginfl_3561394560', '1404830915', 'no') ; 
INSERT INTO `wp_options` VALUES (7539924, '_transient_timeout_wflginfl_1375110067', '1404830813', 'no') ; 
INSERT INTO `wp_options` VALUES (7425270, '_transient_timeout_wflginfl_462658733', '1404738607', 'no') ; 
INSERT INTO `wp_options` VALUES (7425271, '_transient_wflginfl_462658733', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414810, '_transient_timeout_wflginfl_702818738', '1404729931', 'no') ; 
INSERT INTO `wp_options` VALUES (7414811, '_transient_wflginfl_702818738', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539405, '_transient_wflginfl_3009971388', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435934, '_transient_timeout_wflginfl_1976050944', '1404746793', 'no') ; 
INSERT INTO `wp_options` VALUES (7435935, '_transient_wflginfl_1976050944', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443800, '_transient_timeout_wflginfl_1572317260', '1404752910', 'no') ; 
INSERT INTO `wp_options` VALUES (7443801, '_transient_wflginfl_1572317260', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414874, '_transient_timeout_wflginfl_2536373915', '1404729987', 'no') ; 
INSERT INTO `wp_options` VALUES (7414875, '_transient_wflginfl_2536373915', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530122, '_transient_timeout_wflginfl_2037978540', '1404824417', 'no') ; 
INSERT INTO `wp_options` VALUES (7530123, '_transient_wflginfl_2037978540', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7414900, '_transient_timeout_wflginfl_656526176', '1404730007', 'no') ; 
INSERT INTO `wp_options` VALUES (7414901, '_transient_wflginfl_656526176', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494939, '_transient_timeout_wflginfl_3417393944', '1404798246', 'no') ; 
INSERT INTO `wp_options` VALUES (7494940, '_transient_wflginfl_3417393944', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419558, '_transient_timeout_wflginfl_1951031747', '1404733893', 'no') ; 
INSERT INTO `wp_options` VALUES (7419559, '_transient_wflginfl_1951031747', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453094, '_transient_timeout_wflginfl_1451685631', '1404759980', 'no') ; 
INSERT INTO `wp_options` VALUES (7453095, '_transient_wflginfl_1451685631', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537719, '_transient_timeout_wflginfl_1319981187', '1404829371', 'no') ; 
INSERT INTO `wp_options` VALUES (7537720, '_transient_wflginfl_1319981187', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437315, '_transient_timeout_wflginfl_1460188274', '1404747868', 'no') ; 
INSERT INTO `wp_options` VALUES (7437316, '_transient_wflginfl_1460188274', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490974, '_transient_timeout_wflginfl_3315564769', '1404794564', 'no') ; 
INSERT INTO `wp_options` VALUES (7490975, '_transient_wflginfl_3315564769', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422483, '_transient_timeout_wflginfl_3032408717', '1404736345', 'no') ; 
INSERT INTO `wp_options` VALUES (7422484, '_transient_wflginfl_3032408717', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418083, '_transient_timeout_wflginfl_1589622935', '1404732682', 'no') ; 
INSERT INTO `wp_options` VALUES (7418084, '_transient_wflginfl_1589622935', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425443, '_transient_timeout_wflginfl_1023642163', '1404738757', 'no') ; 
INSERT INTO `wp_options` VALUES (7425444, '_transient_wflginfl_1023642163', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418129, '_transient_timeout_wflginfl_2966052299', '1404732726', 'no') ; 
INSERT INTO `wp_options` VALUES (7418130, '_transient_wflginfl_2966052299', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424812, '_transient_timeout_wflginfl_1491028539', '1404738249', 'no') ; 
INSERT INTO `wp_options` VALUES (7424813, '_transient_wflginfl_1491028539', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415220, '_transient_timeout_wflginfl_831983189', '1404730289', 'no') ; 
INSERT INTO `wp_options` VALUES (7415221, '_transient_wflginfl_831983189', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415788, '_transient_timeout_wflginfl_1379734665', '1404730761', 'no') ; 
INSERT INTO `wp_options` VALUES (7415789, '_transient_wflginfl_1379734665', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435675, '_transient_timeout_wflginfl_3412234803', '1404746607', 'no') ; 
INSERT INTO `wp_options` VALUES (7435676, '_transient_wflginfl_3412234803', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415280, '_transient_timeout_wflginfl_3031600347', '1404730345', 'no') ; 
INSERT INTO `wp_options` VALUES (7415281, '_transient_wflginfl_3031600347', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415308, '_transient_timeout_wflginfl_1579439665', '1404730364', 'no') ; 
INSERT INTO `wp_options` VALUES (7415309, '_transient_wflginfl_1579439665', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415316, '_transient_timeout_wflginfl_692615170', '1404730370', 'no') ; 
INSERT INTO `wp_options` VALUES (7415317, '_transient_wflginfl_692615170', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433704, '_transient_timeout_wflginfl_694224854', '1404745034', 'no') ; 
INSERT INTO `wp_options` VALUES (7496620, '_transient_timeout_wflginfl_1332081429', '1404799788', 'no') ; 
INSERT INTO `wp_options` VALUES (7418391, '_transient_timeout_wflginfl_3065719870', '1404732960', 'no') ; 
INSERT INTO `wp_options` VALUES (7418392, '_transient_wflginfl_3065719870', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418445, '_transient_timeout_wflginfl_1501943178', '1404733003', 'no') ; 
INSERT INTO `wp_options` VALUES (7418446, '_transient_wflginfl_1501943178', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453062, '_transient_timeout_wflginfl_704512910', '1404759954', 'no') ; 
INSERT INTO `wp_options` VALUES (7453063, '_transient_wflginfl_704512910', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416868, '_transient_timeout_wflginfl_1460101330', '1404731705', 'no') ; 
INSERT INTO `wp_options` VALUES (7416869, '_transient_wflginfl_1460101330', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529588, '_transient_timeout_wflginfl_248188668', '1404824062', 'no') ; 
INSERT INTO `wp_options` VALUES (7529589, '_transient_wflginfl_248188668', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431501, '_transient_timeout_wflginfl_3001756411', '1404743459', 'no') ; 
INSERT INTO `wp_options` VALUES (7431502, '_transient_wflginfl_3001756411', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528908, '_transient_timeout_wflginfl_3155933036', '1404823849', 'no') ; 
INSERT INTO `wp_options` VALUES (7528909, '_transient_wflginfl_3155933036', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7420697, '_transient_timeout_wflginfl_3390943882', '1404734830', 'no') ; 
INSERT INTO `wp_options` VALUES (7420698, '_transient_wflginfl_3390943882', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436220, '_transient_timeout_wflginfl_697222282', '1404746978', 'no') ; 
INSERT INTO `wp_options` VALUES (7436221, '_transient_wflginfl_697222282', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537742, '_transient_wflginfl_609359088', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538735, '_transient_timeout_wflginfl_1833057403', '1404830043', 'no') ; 
INSERT INTO `wp_options` VALUES (7415482, '_transient_timeout_wflginfl_3036796910', '1404730496', 'no') ; 
INSERT INTO `wp_options` VALUES (7415483, '_transient_wflginfl_3036796910', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419418, '_transient_timeout_wflginfl_1959396528', '1404733792', 'no') ; 
INSERT INTO `wp_options` VALUES (7419419, '_transient_wflginfl_1959396528', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422571, '_transient_timeout_wflginfl_2344874863', '1404736423', 'no') ; 
INSERT INTO `wp_options` VALUES (7422572, '_transient_wflginfl_2344874863', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415506, '_transient_timeout_wflginfl_1295059326', '1404730518', 'no') ; 
INSERT INTO `wp_options` VALUES (7415507, '_transient_wflginfl_1295059326', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453435, '_transient_timeout_wflginfl_3649253592', '1404760251', 'no') ; 
INSERT INTO `wp_options` VALUES (7453436, '_transient_wflginfl_3649253592', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430669, '_transient_timeout_wflginfl_703420496', '1404742797', 'no') ; 
INSERT INTO `wp_options` VALUES (7430670, '_transient_wflginfl_703420496', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487269, '_transient_timeout_wflginfl_2050327940', '1404791048', 'no') ; 
INSERT INTO `wp_options` VALUES (7487270, '_transient_wflginfl_2050327940', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418237, '_transient_timeout_wflginfl_3065364858', '1404732830', 'no') ; 
INSERT INTO `wp_options` VALUES (7418238, '_transient_wflginfl_3065364858', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415636, '_transient_timeout_wflginfl_3065732036', '1404730646', 'no') ; 
INSERT INTO `wp_options` VALUES (7415637, '_transient_wflginfl_3065732036', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461363, '_transient_timeout_wflginfl_1839262911', '1404766311', 'no') ; 
INSERT INTO `wp_options` VALUES (7461364, '_transient_wflginfl_1839262911', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458415, '_transient_timeout_wflginfl_1569216588', '1404763996', 'no') ; 
INSERT INTO `wp_options` VALUES (7458416, '_transient_wflginfl_1569216588', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415648, '_transient_timeout_wflginfl_1729806601', '1404730651', 'no') ; 
INSERT INTO `wp_options` VALUES (7415649, '_transient_wflginfl_1729806601', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525176, '_transient_timeout_wflginfl_1536759923', '1404821027', 'no') ; 
INSERT INTO `wp_options` VALUES (7525177, '_transient_wflginfl_1536759923', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462396, '_transient_timeout_wflginfl_1454599887', '1404767212', 'no') ; 
INSERT INTO `wp_options` VALUES (7462397, '_transient_wflginfl_1454599887', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535010, '_transient_timeout_wflginfl_1914589333', '1404827566', 'no') ; 
INSERT INTO `wp_options` VALUES (7535011, '_transient_wflginfl_1914589333', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7415722, '_transient_timeout_wflginfl_1408972423', '1404730709', 'no') ; 
INSERT INTO `wp_options` VALUES (7415723, '_transient_wflginfl_1408972423', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417243, '_transient_timeout_wflginfl_1975993151', '1404732012', 'no') ; 
INSERT INTO `wp_options` VALUES (7417244, '_transient_wflginfl_1975993151', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469286, '_transient_timeout_wflginfl_1836660923', '1404773090', 'no') ; 
INSERT INTO `wp_options` VALUES (7469287, '_transient_wflginfl_1836660923', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460032, '_transient_timeout_wflginfl_1524176375', '1404765240', 'no') ; 
INSERT INTO `wp_options` VALUES (7460033, '_transient_wflginfl_1524176375', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422441, '_transient_timeout_wflginfl_2830838373', '1404736300', 'no') ; 
INSERT INTO `wp_options` VALUES (7422442, '_transient_wflginfl_2830838373', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444420, '_transient_timeout_wflginfl_1541953231', '1404753368', 'no') ; 
INSERT INTO `wp_options` VALUES (7444421, '_transient_wflginfl_1541953231', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423882, '_transient_timeout_wflginfl_2464732094', '1404737506', 'no') ; 
INSERT INTO `wp_options` VALUES (7423883, '_transient_wflginfl_2464732094', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522679, '_transient_timeout_wflginfl_2022756384', '1404819258', 'no') ; 
INSERT INTO `wp_options` VALUES (7522680, '_transient_wflginfl_2022756384', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475186, '_transient_timeout_wflginfl_2044594211', '1404778909', 'no') ; 
INSERT INTO `wp_options` VALUES (7475187, '_transient_wflginfl_2044594211', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438566, '_transient_timeout_wflginfl_2966100328', '1404748821', 'no') ; 
INSERT INTO `wp_options` VALUES (7438567, '_transient_wflginfl_2966100328', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417689, '_transient_timeout_wflginfl_657040475', '1404732377', 'no') ; 
INSERT INTO `wp_options` VALUES (7417690, '_transient_wflginfl_657040475', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445164, '_transient_timeout_wflginfl_657127449', '1404753924', 'no') ; 
INSERT INTO `wp_options` VALUES (7445165, '_transient_wflginfl_657127449', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488092, '_transient_timeout_wflginfl_2945085671', '1404791842', 'no') ; 
INSERT INTO `wp_options` VALUES (7488093, '_transient_wflginfl_2945085671', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423660, '_transient_timeout_wflginfl_3321512104', '1404737334', 'no') ; 
INSERT INTO `wp_options` VALUES (7423661, '_transient_wflginfl_3321512104', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504595, '_transient_timeout_wflginfl_1329289473', '1404806507', 'no') ; 
INSERT INTO `wp_options` VALUES (7504596, '_transient_wflginfl_1329289473', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416012, '_transient_timeout_wflginfl_3168142748', '1404730988', 'no') ; 
INSERT INTO `wp_options` VALUES (7416013, '_transient_wflginfl_3168142748', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416018, '_transient_timeout_wflginfl_1744523612', '1404730989', 'no') ; 
INSERT INTO `wp_options` VALUES (7416019, '_transient_wflginfl_1744523612', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429495, '_transient_timeout_wflginfl_1348990047', '1404741868', 'no') ; 
INSERT INTO `wp_options` VALUES (7429496, '_transient_wflginfl_1348990047', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420158, '_transient_timeout_wflginfl_656509668', '1404734404', 'no') ; 
INSERT INTO `wp_options` VALUES (7420159, '_transient_wflginfl_656509668', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416082, '_transient_timeout_wflginfl_656452014', '1404731039', 'no') ; 
INSERT INTO `wp_options` VALUES (7416083, '_transient_wflginfl_656452014', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416098, '_transient_timeout_wflginfl_3158557514', '1404731050', 'no') ; 
INSERT INTO `wp_options` VALUES (7416099, '_transient_wflginfl_3158557514', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416106, '_transient_timeout_wflginfl_657544385', '1404731053', 'no') ; 
INSERT INTO `wp_options` VALUES (7416107, '_transient_wflginfl_657544385', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416112, '_transient_timeout_wflginfl_1500147126', '1404731060', 'no') ; 
INSERT INTO `wp_options` VALUES (7416113, '_transient_wflginfl_1500147126', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416114, '_transient_timeout_wflginfl_996088767', '1404731060', 'no') ; 
INSERT INTO `wp_options` VALUES (7416115, '_transient_wflginfl_996088767', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417699, '_transient_timeout_wflginfl_1976039627', '1404732387', 'no') ; 
INSERT INTO `wp_options` VALUES (7417700, '_transient_wflginfl_1976039627', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447272, '_transient_timeout_wflginfl_1569353788', '1404755545', 'no') ; 
INSERT INTO `wp_options` VALUES (7447273, '_transient_wflginfl_1569353788', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420597, '_transient_timeout_wflginfl_3065593924', '1404734762', 'no') ; 
INSERT INTO `wp_options` VALUES (7420598, '_transient_wflginfl_3065593924', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416186, '_transient_timeout_wflginfl_1588672975', '1404731388', 'no') ; 
INSERT INTO `wp_options` VALUES (7416187, '_transient_wflginfl_1588672975', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7522021, '_transient_timeout_wflginfl_1416126084', '1404818859', 'no') ; 
INSERT INTO `wp_options` VALUES (7522022, '_transient_wflginfl_1416126084', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416226, '_transient_timeout_wflginfl_3065126037', '1404731157', 'no') ; 
INSERT INTO `wp_options` VALUES (7416227, '_transient_wflginfl_3065126037', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427101, '_transient_timeout_wflginfl_2997144413', '1404740566', 'no') ; 
INSERT INTO `wp_options` VALUES (7427102, '_transient_wflginfl_2997144413', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7416297, '_transient_timeout_wflginfl_1893155237', '1404731233', 'no') ; 
INSERT INTO `wp_options` VALUES (7540088, '_transient_timeout_wflginfl_1581478597', '1404830930', 'no') ; 
INSERT INTO `wp_options` VALUES (7540089, '_transient_wflginfl_1581478597', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416298, '_transient_wflginfl_1893155237', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417430, '_transient_timeout_wflginfl_3132271883', '1404732148', 'no') ; 
INSERT INTO `wp_options` VALUES (7417431, '_transient_wflginfl_3132271883', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520379, '_transient_timeout_wflginfl_1697794948', '1404817932', 'no') ; 
INSERT INTO `wp_options` VALUES (7541143, '_transient_wflginfl_1432866951', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427622, '_transient_timeout_wflginfl_1919734981', '1404740421', 'no') ; 
INSERT INTO `wp_options` VALUES (7427623, '_transient_wflginfl_1919734981', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472043, '_transient_timeout_wflginfl_2015133601', '1404775769', 'no') ; 
INSERT INTO `wp_options` VALUES (7472044, '_transient_wflginfl_2015133601', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416375, '_transient_timeout_wflginfl_2979860583', '1404731287', 'no') ; 
INSERT INTO `wp_options` VALUES (7416376, '_transient_wflginfl_2979860583', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484872, '_transient_timeout_wflginfl_635303420', '1404788754', 'no') ; 
INSERT INTO `wp_options` VALUES (7484873, '_transient_wflginfl_635303420', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416400, '_transient_timeout_wflginfl_1337078556', '1404731312', 'no') ; 
INSERT INTO `wp_options` VALUES (7416401, '_transient_wflginfl_1337078556', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425654, '_transient_timeout_wflginfl_1328385093', '1404738933', 'no') ; 
INSERT INTO `wp_options` VALUES (7425655, '_transient_wflginfl_1328385093', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417496, '_transient_timeout_wflginfl_3162970590', '1404732234', 'no') ; 
INSERT INTO `wp_options` VALUES (7417497, '_transient_wflginfl_3162970590', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7453461, '_transient_timeout_wflginfl_45354107', '1404760269', 'no') ; 
INSERT INTO `wp_options` VALUES (7453462, '_transient_wflginfl_45354107', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433705, '_transient_wflginfl_694224854', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496621, '_transient_wflginfl_1332081429', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435782, '_transient_timeout_wflginfl_1581664051', '1404746681', 'no') ; 
INSERT INTO `wp_options` VALUES (7435783, '_transient_wflginfl_1581664051', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421264, '_transient_timeout_wflginfl_1387457100', '1404735344', 'no') ; 
INSERT INTO `wp_options` VALUES (7421265, '_transient_wflginfl_1387457100', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461329, '_transient_timeout_wflginfl_1569584786', '1404766289', 'no') ; 
INSERT INTO `wp_options` VALUES (7461330, '_transient_wflginfl_1569584786', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521536, '_transient_timeout_wflginfl_3301818008', '1404818538', 'no') ; 
INSERT INTO `wp_options` VALUES (7521537, '_transient_wflginfl_3301818008', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432361, '_transient_timeout_wflginfl_36927300', '1404744084', 'no') ; 
INSERT INTO `wp_options` VALUES (7432362, '_transient_wflginfl_36927300', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517949, '_transient_timeout_wflginfl_36835593', '1404816096', 'no') ; 
INSERT INTO `wp_options` VALUES (7517950, '_transient_wflginfl_36835593', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458579, '_transient_timeout_wflginfl_1595104225', '1404764123', 'no') ; 
INSERT INTO `wp_options` VALUES (7437383, '_transient_timeout_wflginfl_1536588970', '1404747931', 'no') ; 
INSERT INTO `wp_options` VALUES (7420128, '_transient_timeout_wflginfl_3065581239', '1404734377', 'no') ; 
INSERT INTO `wp_options` VALUES (7420129, '_transient_wflginfl_3065581239', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452594, '_transient_timeout_wflginfl_1121371478', '1404759626', 'no') ; 
INSERT INTO `wp_options` VALUES (7452595, '_transient_wflginfl_1121371478', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416732, '_transient_timeout_wflginfl_657737845', '1404731591', 'no') ; 
INSERT INTO `wp_options` VALUES (7416733, '_transient_wflginfl_657737845', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416744, '_transient_timeout_wflginfl_1744236996', '1404731600', 'no') ; 
INSERT INTO `wp_options` VALUES (7416745, '_transient_wflginfl_1744236996', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422958, '_transient_timeout_wflginfl_995694988', '1404736725', 'no') ; 
INSERT INTO `wp_options` VALUES (7422959, '_transient_wflginfl_995694988', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416762, '_transient_timeout_wflginfl_3321241141', '1404731618', 'no') ; 
INSERT INTO `wp_options` VALUES (7416763, '_transient_wflginfl_3321241141', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445310, '_transient_timeout_wflginfl_2015135917', '1404754017', 'no') ; 
INSERT INTO `wp_options` VALUES (7445311, '_transient_wflginfl_2015135917', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416798, '_transient_timeout_wflginfl_3065157737', '1404731646', 'no') ; 
INSERT INTO `wp_options` VALUES (7416799, '_transient_wflginfl_3065157737', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434286, '_transient_timeout_wflginfl_3680153708', '1404745527', 'no') ; 
INSERT INTO `wp_options` VALUES (7434287, '_transient_wflginfl_3680153708', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416848, '_transient_timeout_wflginfl_2988824479', '1404731691', 'no') ; 
INSERT INTO `wp_options` VALUES (7416849, '_transient_wflginfl_2988824479', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465272, '_transient_timeout_wflginfl_1300307679', '1404769807', 'no') ; 
INSERT INTO `wp_options` VALUES (7465273, '_transient_wflginfl_1300307679', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7469053, '_transient_timeout_wflginfl_3157782772', '1404772882', 'no') ; 
INSERT INTO `wp_options` VALUES (7469054, '_transient_wflginfl_3157782772', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416924, '_transient_timeout_wflginfl_697279868', '1404731749', 'no') ; 
INSERT INTO `wp_options` VALUES (7416925, '_transient_wflginfl_697279868', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423032, '_transient_timeout_wflginfl_1159113032', '1404736803', 'no') ; 
INSERT INTO `wp_options` VALUES (7423033, '_transient_wflginfl_1159113032', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482451, '_transient_timeout_wflginfl_3399492488', '1404786419', 'no') ; 
INSERT INTO `wp_options` VALUES (7482452, '_transient_wflginfl_3399492488', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416958, '_transient_timeout_wflginfl_657518132', '1404731775', 'no') ; 
INSERT INTO `wp_options` VALUES (7416959, '_transient_wflginfl_657518132', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460856, '_transient_timeout_wflginfl_3376770733', '1404765889', 'no') ; 
INSERT INTO `wp_options` VALUES (7460857, '_transient_wflginfl_3376770733', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7416994, '_transient_timeout_wflginfl_3468593109', '1404731804', 'no') ; 
INSERT INTO `wp_options` VALUES (7416995, '_transient_wflginfl_3468593109', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539686, '_transient_wflginfl_1569340706', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539685, '_transient_timeout_wflginfl_1569340706', '1404830664', 'no') ; 
INSERT INTO `wp_options` VALUES (7417012, '_transient_timeout_wflginfl_3376602589', '1404731818', 'no') ; 
INSERT INTO `wp_options` VALUES (7417013, '_transient_wflginfl_3376602589', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540618, '_transient_timeout_wflginfl_1883770181', '1404831233', 'no') ; 
INSERT INTO `wp_options` VALUES (7540619, '_transient_wflginfl_1883770181', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421471, '_transient_wflginfl_3562568158', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534445, '_transient_wflginfl_1438819856', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420492, '_transient_timeout_wflginfl_3057941717', '1404734682', 'no') ; 
INSERT INTO `wp_options` VALUES (7420493, '_transient_wflginfl_3057941717', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420555, '_transient_timeout_wflginfl_1844578708', '1404734734', 'no') ; 
INSERT INTO `wp_options` VALUES (7417101, '_transient_timeout_wflginfl_3142270915', '1404731878', 'no') ; 
INSERT INTO `wp_options` VALUES (7417102, '_transient_wflginfl_3142270915', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538717, '_transient_timeout_wflginfl_3672992599', '1404830291', 'no') ; 
INSERT INTO `wp_options` VALUES (7538718, '_transient_wflginfl_3672992599', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7444278, '_transient_timeout_wflginfl_49027116', '1404753247', 'no') ; 
INSERT INTO `wp_options` VALUES (7444279, '_transient_wflginfl_49027116', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492272, '_transient_timeout_wflginfl_3189480675', '1404795786', 'no') ; 
INSERT INTO `wp_options` VALUES (7492273, '_transient_wflginfl_3189480675', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436715, '_transient_timeout_wflginfl_2001301061', '1404747401', 'no') ; 
INSERT INTO `wp_options` VALUES (7436716, '_transient_wflginfl_2001301061', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540098, '_transient_timeout_wflginfl_1293707003', '1404831213', 'no') ; 
INSERT INTO `wp_options` VALUES (7539631, '_transient_timeout_wflginfl_1410196700', '1404830631', 'no') ; 
INSERT INTO `wp_options` VALUES (7453465, '_transient_timeout_wflginfl_1890194315', '1404760270', 'no') ; 
INSERT INTO `wp_options` VALUES (7453466, '_transient_wflginfl_1890194315', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420812, '_transient_timeout_wflginfl_1045629679', '1404734951', 'no') ; 
INSERT INTO `wp_options` VALUES (7420813, '_transient_wflginfl_1045629679', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417287, '_transient_timeout_wflginfl_24873845', '1404732044', 'no') ; 
INSERT INTO `wp_options` VALUES (7417288, '_transient_wflginfl_24873845', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461484, '_transient_wflginfl_1569923276', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537110, '_transient_wflginfl_2101124292', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468454, '_transient_wflginfl_2036355595', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417967, '_transient_timeout_wflginfl_1496021917', '1404732579', 'no') ; 
INSERT INTO `wp_options` VALUES (7417968, '_transient_wflginfl_1496021917', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420488, '_transient_timeout_wflginfl_634087525', '1404734961', 'no') ; 
INSERT INTO `wp_options` VALUES (7420489, '_transient_wflginfl_634087525', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7418259, '_transient_timeout_wflginfl_1372978585', '1404732848', 'no') ; 
INSERT INTO `wp_options` VALUES (7417424, '_transient_timeout_wflginfl_702638740', '1404732145', 'no') ; 
INSERT INTO `wp_options` VALUES (7417425, '_transient_wflginfl_702638740', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417438, '_transient_timeout_wflginfl_2548670566', '1404732153', 'no') ; 
INSERT INTO `wp_options` VALUES (7417439, '_transient_wflginfl_2548670566', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419151, '_transient_timeout_wflginfl_3645020240', '1404733584', 'no') ; 
INSERT INTO `wp_options` VALUES (7419152, '_transient_wflginfl_3645020240', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428674, '_transient_timeout_wflginfl_1855924399', '1404741236', 'no') ; 
INSERT INTO `wp_options` VALUES (7428675, '_transient_wflginfl_1855924399', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417472, '_transient_timeout_wflginfl_1066257515', '1404732197', 'no') ; 
INSERT INTO `wp_options` VALUES (7417473, '_transient_wflginfl_1066257515', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418111, '_transient_timeout_wflginfl_1909191950', '1404732711', 'no') ; 
INSERT INTO `wp_options` VALUES (7418112, '_transient_wflginfl_1909191950', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503989, '_transient_timeout_wflginfl_2949170569', '1404806030', 'no') ; 
INSERT INTO `wp_options` VALUES (7503990, '_transient_wflginfl_2949170569', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419564, '_transient_timeout_wflginfl_1297193284', '1404733896', 'no') ; 
INSERT INTO `wp_options` VALUES (7419565, '_transient_wflginfl_1297193284', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538019, '_transient_timeout_wflginfl_3065703129', '1404829567', 'no') ; 
INSERT INTO `wp_options` VALUES (7538020, '_transient_wflginfl_3065703129', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471562, '_transient_timeout_wflginfl_1578436991', '1404775275', 'no') ; 
INSERT INTO `wp_options` VALUES (7471563, '_transient_wflginfl_1578436991', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433324, '_transient_timeout_wflginfl_46132561', '1404744767', 'no') ; 
INSERT INTO `wp_options` VALUES (7433325, '_transient_wflginfl_46132561', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463093, '_transient_timeout_wflginfl_1320508551', '1404767807', 'no') ; 
INSERT INTO `wp_options` VALUES (7463094, '_transient_wflginfl_1320508551', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417639, '_transient_timeout_wflginfl_1533630808', '1404732337', 'no') ; 
INSERT INTO `wp_options` VALUES (7417640, '_transient_wflginfl_1533630808', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419644, '_transient_timeout_wflginfl_2966108454', '1404733936', 'no') ; 
INSERT INTO `wp_options` VALUES (7419645, '_transient_wflginfl_2966108454', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448933, '_transient_timeout_wflginfl_772588837', '1404756779', 'no') ; 
INSERT INTO `wp_options` VALUES (7448934, '_transient_wflginfl_772588837', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417683, '_transient_timeout_wflginfl_3526555896', '1404732375', 'no') ; 
INSERT INTO `wp_options` VALUES (7417684, '_transient_wflginfl_3526555896', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436037, '_transient_timeout_wflginfl_636738309', '1404746858', 'no') ; 
INSERT INTO `wp_options` VALUES (7436038, '_transient_wflginfl_636738309', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430217, '_transient_timeout_wflginfl_1932066844', '1404742461', 'no') ; 
INSERT INTO `wp_options` VALUES (7430218, '_transient_wflginfl_1932066844', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417729, '_transient_timeout_wflginfl_2033595956', '1404732411', 'no') ; 
INSERT INTO `wp_options` VALUES (7417730, '_transient_wflginfl_2033595956', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466456, '_transient_timeout_wflginfl_3194226443', '1404770632', 'no') ; 
INSERT INTO `wp_options` VALUES (7466457, '_transient_wflginfl_3194226443', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490088, '_transient_timeout_wflginfl_3070052683', '1404793733', 'no') ; 
INSERT INTO `wp_options` VALUES (7490089, '_transient_wflginfl_3070052683', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420500, '_transient_timeout_wflginfl_657749107', '1404734691', 'no') ; 
INSERT INTO `wp_options` VALUES (7420501, '_transient_wflginfl_657749107', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417769, '_transient_timeout_wflginfl_1844352397', '1404732446', 'no') ; 
INSERT INTO `wp_options` VALUES (7417770, '_transient_wflginfl_1844352397', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417791, '_transient_timeout_wflginfl_3318583108', '1404732463', 'no') ; 
INSERT INTO `wp_options` VALUES (7417792, '_transient_wflginfl_3318583108', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418515, '_transient_timeout_wflginfl_84872419', '1404733064', 'no') ; 
INSERT INTO `wp_options` VALUES (7418516, '_transient_wflginfl_84872419', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462316, '_transient_timeout_wflginfl_3194530585', '1404767148', 'no') ; 
INSERT INTO `wp_options` VALUES (7462317, '_transient_wflginfl_3194530585', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467475, '_transient_timeout_wflginfl_1532655882', '1404771489', 'no') ; 
INSERT INTO `wp_options` VALUES (7467476, '_transient_wflginfl_1532655882', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447625, '_transient_timeout_wflginfl_3307256975', '1404755810', 'no') ; 
INSERT INTO `wp_options` VALUES (7447626, '_transient_wflginfl_3307256975', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428376, '_transient_timeout_wflginfl_1563135754', '1404741013', 'no') ; 
INSERT INTO `wp_options` VALUES (7428377, '_transient_wflginfl_1563135754', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417927, '_transient_timeout_wflginfl_627275415', '1404732545', 'no') ; 
INSERT INTO `wp_options` VALUES (7417928, '_transient_wflginfl_627275415', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7417981, '_transient_timeout_wflginfl_3373575592', '1404732588', 'no') ; 
INSERT INTO `wp_options` VALUES (7417982, '_transient_wflginfl_3373575592', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453727, '_transient_timeout_wflginfl_3360342066', '1404760468', 'no') ; 
INSERT INTO `wp_options` VALUES (7468355, '_transient_timeout_wflginfl_45090631', '1404772233', 'no') ; 
INSERT INTO `wp_options` VALUES (7468356, '_transient_wflginfl_45090631', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459683, '_transient_timeout_wflginfl_90630865', '1404764961', 'no') ; 
INSERT INTO `wp_options` VALUES (7459684, '_transient_wflginfl_90630865', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537677, '_transient_timeout_wflginfl_1599935230', '1404829567', 'no') ; 
INSERT INTO `wp_options` VALUES (7537678, '_transient_wflginfl_1599935230', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7503739, '_transient_timeout_wflginfl_3104980015', '1404805828', 'no') ; 
INSERT INTO `wp_options` VALUES (7508549, '_transient_timeout_wflginfl_3559087796', '1404809472', 'no') ; 
INSERT INTO `wp_options` VALUES (7457116, '_transient_timeout_wflginfl_1051872106', '1404762985', 'no') ; 
INSERT INTO `wp_options` VALUES (7457117, '_transient_wflginfl_1051872106', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532914, '_transient_timeout_wflginfl_1598860559', '1404826234', 'no') ; 
INSERT INTO `wp_options` VALUES (7523387, '_transient_timeout_wflginfl_3389289718', '1404819742', 'no') ; 
INSERT INTO `wp_options` VALUES (7521485, '_transient_wflginfl_1486882550', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458472, '_transient_wflginfl_1370980090', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418260, '_transient_wflginfl_1372978585', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537487, '_transient_timeout_wflginfl_1581538031', '1404829215', 'no') ; 
INSERT INTO `wp_options` VALUES (7536717, '_transient_timeout_wflginfl_1932189966', '1404828749', 'no') ; 
INSERT INTO `wp_options` VALUES (7426279, '_transient_timeout_wflginfl_84790990', '1404739382', 'no') ; 
INSERT INTO `wp_options` VALUES (7426280, '_transient_wflginfl_84790990', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536577, '_transient_timeout_wflginfl_3169237316', '1404828895', 'no') ; 
INSERT INTO `wp_options` VALUES (7536578, '_transient_wflginfl_3169237316', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7418807, '_transient_timeout_wflginfl_657635016', '1404733295', 'no') ; 
INSERT INTO `wp_options` VALUES (7418808, '_transient_wflginfl_657635016', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418933, '_transient_timeout_wflginfl_3065823209', '1404733393', 'no') ; 
INSERT INTO `wp_options` VALUES (7418934, '_transient_wflginfl_3065823209', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427299, '_transient_timeout_wflginfl_657111351', '1404740166', 'no') ; 
INSERT INTO `wp_options` VALUES (7427300, '_transient_wflginfl_657111351', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481173, '_transient_timeout_wflginfl_1744276883', '1404785068', 'no') ; 
INSERT INTO `wp_options` VALUES (7481174, '_transient_wflginfl_1744276883', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458036, '_transient_timeout_wflginfl_1164517268', '1404763993', 'no') ; 
INSERT INTO `wp_options` VALUES (7458037, '_transient_wflginfl_1164517268', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7418403, '_transient_timeout_wflginfl_522171060', '1404732970', 'no') ; 
INSERT INTO `wp_options` VALUES (7418404, '_transient_wflginfl_522171060', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512170, '_transient_wflginfl_694376957', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514568, '_transient_wflginfl_1581623626', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418473, '_transient_timeout_wflginfl_1322471574', '1404733017', 'no') ; 
INSERT INTO `wp_options` VALUES (7418474, '_transient_wflginfl_1322471574', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418517, '_transient_timeout_wflginfl_1023657607', '1404733064', 'no') ; 
INSERT INTO `wp_options` VALUES (7418518, '_transient_wflginfl_1023657607', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418521, '_transient_timeout_wflginfl_2033596026', '1404733065', 'no') ; 
INSERT INTO `wp_options` VALUES (7418522, '_transient_wflginfl_2033596026', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419432, '_transient_timeout_wflginfl_3305181248', '1404733799', 'no') ; 
INSERT INTO `wp_options` VALUES (7419433, '_transient_wflginfl_3305181248', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421290, '_transient_timeout_wflginfl_1568074930', '1404735361', 'no') ; 
INSERT INTO `wp_options` VALUES (7421291, '_transient_wflginfl_1568074930', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449970, '_transient_timeout_wflginfl_694253703', '1404757614', 'no') ; 
INSERT INTO `wp_options` VALUES (7449971, '_transient_wflginfl_694253703', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418555, '_transient_timeout_wflginfl_1976871568', '1404733091', 'no') ; 
INSERT INTO `wp_options` VALUES (7418556, '_transient_wflginfl_1976871568', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447324, '_transient_timeout_wflginfl_36897555', '1404755581', 'no') ; 
INSERT INTO `wp_options` VALUES (7447325, '_transient_wflginfl_36897555', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526432, '_transient_timeout_wflginfl_36184272', '1404821876', 'no') ; 
INSERT INTO `wp_options` VALUES (7526433, '_transient_wflginfl_36184272', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418599, '_transient_timeout_wflginfl_2989173131', '1404733123', 'no') ; 
INSERT INTO `wp_options` VALUES (7418600, '_transient_wflginfl_2989173131', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533517, '_transient_timeout_wflginfl_1773670461', '1404826605', 'no') ; 
INSERT INTO `wp_options` VALUES (7533518, '_transient_wflginfl_1773670461', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540280, '_transient_timeout_wflginfl_1597958155', '1404831335', 'no') ; 
INSERT INTO `wp_options` VALUES (7540281, '_transient_wflginfl_1597958155', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7517655, '_transient_timeout_wflginfl_1569716350', '1404816125', 'no') ; 
INSERT INTO `wp_options` VALUES (7517656, '_transient_wflginfl_1569716350', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7451738, '_transient_timeout_wflginfl_1523673482', '1404759250', 'no') ; 
INSERT INTO `wp_options` VALUES (7451739, '_transient_wflginfl_1523673482', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7426144, '_transient_timeout_wflginfl_3176265750', '1404739290', 'no') ; 
INSERT INTO `wp_options` VALUES (7539997, '_transient_wflginfl_1984347704', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466036, '_transient_timeout_wflginfl_973692552', '1404770508', 'no') ; 
INSERT INTO `wp_options` VALUES (7466037, '_transient_wflginfl_973692552', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7426819, '_transient_timeout_wflginfl_657621497', '1404739797', 'no') ; 
INSERT INTO `wp_options` VALUES (7426820, '_transient_wflginfl_657621497', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452194, '_transient_timeout_wflginfl_1728428998', '1404759328', 'no') ; 
INSERT INTO `wp_options` VALUES (7452195, '_transient_wflginfl_1728428998', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488706, '_transient_timeout_wflginfl_3318219396', '1404792449', 'no') ; 
INSERT INTO `wp_options` VALUES (7488707, '_transient_wflginfl_3318219396', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427055, '_transient_timeout_wflginfl_1441679494', '1404739966', 'no') ; 
INSERT INTO `wp_options` VALUES (7427056, '_transient_wflginfl_1441679494', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420102, '_transient_timeout_wflginfl_3156500254', '1404734362', 'no') ; 
INSERT INTO `wp_options` VALUES (7420103, '_transient_wflginfl_3156500254', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429689, '_transient_timeout_wflginfl_1915701955', '1404742045', 'no') ; 
INSERT INTO `wp_options` VALUES (7429690, '_transient_wflginfl_1915701955', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537949, '_transient_timeout_wflginfl_3201618377', '1404829529', 'no') ; 
INSERT INTO `wp_options` VALUES (7477041, '_transient_timeout_wflginfl_3163001152', '1404780759', 'no') ; 
INSERT INTO `wp_options` VALUES (7525812, '_transient_timeout_wflginfl_3390401132', '1404821467', 'no') ; 
INSERT INTO `wp_options` VALUES (7525813, '_transient_wflginfl_3390401132', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484296, '_transient_wflginfl_703197759', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465382, '_transient_timeout_wflginfl_3154267651', '1404769665', 'no') ; 
INSERT INTO `wp_options` VALUES (7462164, '_transient_timeout_wflginfl_2534430214', '1404766985', 'no') ; 
INSERT INTO `wp_options` VALUES (7462165, '_transient_wflginfl_2534430214', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486739, '_transient_timeout_wflginfl_3036601138', '1404790499', 'no') ; 
INSERT INTO `wp_options` VALUES (7486740, '_transient_wflginfl_3036601138', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7418983, '_transient_timeout_wflginfl_2083210533', '1404733443', 'no') ; 
INSERT INTO `wp_options` VALUES (7418984, '_transient_wflginfl_2083210533', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463883, '_transient_timeout_wflginfl_1565876793', '1404768442', 'no') ; 
INSERT INTO `wp_options` VALUES (7463884, '_transient_wflginfl_1565876793', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532674, '_transient_timeout_wflginfl_609354600', '1404826071', 'no') ; 
INSERT INTO `wp_options` VALUES (7532675, '_transient_wflginfl_609354600', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432400, '_transient_timeout_wflginfl_694663928', '1404744123', 'no') ; 
INSERT INTO `wp_options` VALUES (7432401, '_transient_wflginfl_694663928', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433428, '_transient_timeout_wflginfl_1833819926', '1404744854', 'no') ; 
INSERT INTO `wp_options` VALUES (7433429, '_transient_wflginfl_1833819926', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535777, '_transient_wflginfl_3281764280', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7523774, '_transient_wflginfl_2957850393', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433988, '_transient_timeout_wflginfl_1443788084', '1404745512', 'no') ; 
INSERT INTO `wp_options` VALUES (7433989, '_transient_wflginfl_1443788084', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7446820, '_transient_timeout_wflginfl_1507288952', '1404755472', 'no') ; 
INSERT INTO `wp_options` VALUES (7525066, '_transient_timeout_wflginfl_1729814882', '1404820957', 'no') ; 
INSERT INTO `wp_options` VALUES (7525067, '_transient_wflginfl_1729814882', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419248, '_transient_timeout_wflginfl_1464081170', '1404733662', 'no') ; 
INSERT INTO `wp_options` VALUES (7419249, '_transient_wflginfl_1464081170', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454701, '_transient_timeout_wflginfl_3171571343', '1404761140', 'no') ; 
INSERT INTO `wp_options` VALUES (7454702, '_transient_wflginfl_3171571343', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520681, '_transient_timeout_wflginfl_84772634', '1404817993', 'no') ; 
INSERT INTO `wp_options` VALUES (7516752, '_transient_wflginfl_1122323358', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425948, '_transient_timeout_wflginfl_1768791156', '1404739137', 'no') ; 
INSERT INTO `wp_options` VALUES (7425949, '_transient_wflginfl_1768791156', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419294, '_transient_timeout_wflginfl_702301591', '1404733689', 'no') ; 
INSERT INTO `wp_options` VALUES (7419295, '_transient_wflginfl_702301591', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433996, '_transient_timeout_wflginfl_1328508774', '1404745256', 'no') ; 
INSERT INTO `wp_options` VALUES (7433997, '_transient_wflginfl_1328508774', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481442, '_transient_timeout_wflginfl_656447254', '1404785366', 'no') ; 
INSERT INTO `wp_options` VALUES (7481443, '_transient_wflginfl_656447254', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532490, '_transient_timeout_wflginfl_3188901349', '1404825948', 'no') ; 
INSERT INTO `wp_options` VALUES (7532491, '_transient_wflginfl_3188901349', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540392, '_transient_timeout_wflginfl_1580481065', '1404831122', 'no') ; 
INSERT INTO `wp_options` VALUES (7439147, '_transient_timeout_wflginfl_1145332499', '1404749293', 'no') ; 
INSERT INTO `wp_options` VALUES (7439148, '_transient_wflginfl_1145332499', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424245, '_transient_timeout_wflginfl_3163116398', '1404737807', 'no') ; 
INSERT INTO `wp_options` VALUES (7424246, '_transient_wflginfl_3163116398', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420615, '_transient_timeout_wflginfl_3065667766', '1404734776', 'no') ; 
INSERT INTO `wp_options` VALUES (7420616, '_transient_wflginfl_3065667766', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436981, '_transient_timeout_wflginfl_622801921', '1404747605', 'no') ; 
INSERT INTO `wp_options` VALUES (7436982, '_transient_wflginfl_622801921', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525129, '_transient_wflginfl_1976320173', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537073, '_transient_timeout_wflginfl_3318997278', '1404828972', 'no') ; 
INSERT INTO `wp_options` VALUES (7527791, '_transient_wflginfl_3006559996', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461626, '_transient_wflginfl_1521406895', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419494, '_transient_timeout_wflginfl_1892044777', '1404733846', 'no') ; 
INSERT INTO `wp_options` VALUES (7419495, '_transient_wflginfl_1892044777', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530545, '_transient_timeout_wflginfl_1502486616', '1404824700', 'no') ; 
INSERT INTO `wp_options` VALUES (7527921, '_transient_wflginfl_1585169461', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426583, '_transient_timeout_wflginfl_1361157665', '1404739627', 'no') ; 
INSERT INTO `wp_options` VALUES (7426584, '_transient_wflginfl_1361157665', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424223, '_transient_timeout_wflginfl_1544962864', '1404737789', 'no') ; 
INSERT INTO `wp_options` VALUES (7424224, '_transient_wflginfl_1544962864', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419570, '_transient_timeout_wflginfl_657552138', '1404733898', 'no') ; 
INSERT INTO `wp_options` VALUES (7419571, '_transient_wflginfl_657552138', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419572, '_transient_timeout_wflginfl_2057736378', '1404734171', 'no') ; 
INSERT INTO `wp_options` VALUES (7419573, '_transient_wflginfl_2057736378', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7419588, '_transient_timeout_wflginfl_3732905741', '1404733911', 'no') ; 
INSERT INTO `wp_options` VALUES (7419589, '_transient_wflginfl_3732905741', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511197, '_transient_timeout_wflginfl_3158500720', '1404811384', 'no') ; 
INSERT INTO `wp_options` VALUES (7513455, '_transient_timeout_wflginfl_694476015', '1404812987', 'no') ; 
INSERT INTO `wp_options` VALUES (7531275, '_transient_timeout_wflginfl_3157729563', '1404825200', 'no') ; 
INSERT INTO `wp_options` VALUES (7531276, '_transient_wflginfl_3157729563', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483007, '_transient_timeout_wflginfl_1565939666', '1404787002', 'no') ; 
INSERT INTO `wp_options` VALUES (7535896, '_transient_timeout_wflginfl_1892827415', '1404828177', 'no') ; 
INSERT INTO `wp_options` VALUES (7450708, '_transient_timeout_wflginfl_3188639746', '1404758186', 'no') ; 
INSERT INTO `wp_options` VALUES (7450709, '_transient_wflginfl_3188639746', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421212, '_transient_timeout_wflginfl_3178830685', '1404735312', 'no') ; 
INSERT INTO `wp_options` VALUES (7421213, '_transient_wflginfl_3178830685', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420556, '_transient_wflginfl_1844578708', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427399, '_transient_timeout_wflginfl_84798806', '1404740245', 'no') ; 
INSERT INTO `wp_options` VALUES (7427400, '_transient_wflginfl_84798806', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521308, '_transient_timeout_wflginfl_1839261549', '1404818406', 'no') ; 
INSERT INTO `wp_options` VALUES (7521309, '_transient_wflginfl_1839261549', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446821, '_transient_wflginfl_1507288952', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7541254, '_transient_timeout_wflginfl_3017200699', '1404831486', 'no') ; 
INSERT INTO `wp_options` VALUES (7541255, '_transient_wflginfl_3017200699', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420760, '_transient_timeout_wflginfl_241353260', '1404734895', 'no') ; 
INSERT INTO `wp_options` VALUES (7420761, '_transient_wflginfl_241353260', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428632, '_transient_timeout_wflginfl_3419894881', '1404741205', 'no') ; 
INSERT INTO `wp_options` VALUES (7428633, '_transient_wflginfl_3419894881', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430505, '_transient_timeout_wflginfl_1328638267', '1404742677', 'no') ; 
INSERT INTO `wp_options` VALUES (7430506, '_transient_wflginfl_1328638267', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427899, '_transient_timeout_wflginfl_1945216164', '1404740624', 'no') ; 
INSERT INTO `wp_options` VALUES (7427900, '_transient_wflginfl_1945216164', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488867, '_transient_timeout_wflginfl_1449141325', '1404792608', 'no') ; 
INSERT INTO `wp_options` VALUES (7488868, '_transient_wflginfl_1449141325', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527768, '_transient_timeout_wflginfl_657631219', '1404822804', 'no') ; 
INSERT INTO `wp_options` VALUES (7527769, '_transient_wflginfl_657631219', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540242, '_transient_timeout_wflginfl_1835565394', '1404831026', 'no') ; 
INSERT INTO `wp_options` VALUES (7527653, '_transient_wflginfl_1598295130', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505280, '_transient_timeout_wflginfl_3680252185', '1404807076', 'no') ; 
INSERT INTO `wp_options` VALUES (7505281, '_transient_wflginfl_3680252185', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430917, '_transient_timeout_wflginfl_1320448728', '1404742989', 'no') ; 
INSERT INTO `wp_options` VALUES (7430918, '_transient_wflginfl_1320448728', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7419952, '_transient_timeout_wflginfl_1404193537', '1404734242', 'no') ; 
INSERT INTO `wp_options` VALUES (7419953, '_transient_wflginfl_1404193537', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460448, '_transient_timeout_wflginfl_1416227433', '1404765576', 'no') ; 
INSERT INTO `wp_options` VALUES (7460449, '_transient_wflginfl_1416227433', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420012, '_transient_timeout_wflginfl_1835336669', '1404734287', 'no') ; 
INSERT INTO `wp_options` VALUES (7420013, '_transient_wflginfl_1835336669', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470111, '_transient_timeout_wflginfl_2344511125', '1404773846', 'no') ; 
INSERT INTO `wp_options` VALUES (7470112, '_transient_wflginfl_2344511125', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494825, '_transient_timeout_wflginfl_1205230182', '1404798145', 'no') ; 
INSERT INTO `wp_options` VALUES (7494826, '_transient_wflginfl_1205230182', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516851, '_transient_timeout_wflginfl_1559247296', '1404815331', 'no') ; 
INSERT INTO `wp_options` VALUES (7516852, '_transient_wflginfl_1559247296', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421821, '_transient_timeout_wflginfl_694362207', '1404735793', 'no') ; 
INSERT INTO `wp_options` VALUES (7421822, '_transient_wflginfl_694362207', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423610, '_transient_timeout_wflginfl_788056635', '1404737286', 'no') ; 
INSERT INTO `wp_options` VALUES (7423611, '_transient_wflginfl_788056635', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465734, '_transient_timeout_wflginfl_3138349854', '1404769975', 'no') ; 
INSERT INTO `wp_options` VALUES (7465735, '_transient_wflginfl_3138349854', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525480, '_transient_timeout_wflginfl_695046891', '1404821248', 'no') ; 
INSERT INTO `wp_options` VALUES (7528372, '_transient_timeout_wflginfl_1599944732', '1404823196', 'no') ; 
INSERT INTO `wp_options` VALUES (7420196, '_transient_timeout_wflginfl_29084486', '1404734433', 'no') ; 
INSERT INTO `wp_options` VALUES (7420197, '_transient_wflginfl_29084486', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423726, '_transient_timeout_wflginfl_1892040708', '1404737391', 'no') ; 
INSERT INTO `wp_options` VALUES (7423727, '_transient_wflginfl_1892040708', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421959, '_transient_timeout_wflginfl_657422697', '1404735909', 'no') ; 
INSERT INTO `wp_options` VALUES (7421960, '_transient_wflginfl_657422697', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420240, '_transient_timeout_wflginfl_35935146', '1404734465', 'no') ; 
INSERT INTO `wp_options` VALUES (7420241, '_transient_wflginfl_35935146', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420264, '_transient_timeout_wflginfl_1319161486', '1404734483', 'no') ; 
INSERT INTO `wp_options` VALUES (7420265, '_transient_wflginfl_1319161486', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420284, '_transient_timeout_wflginfl_1709016004', '1404734503', 'no') ; 
INSERT INTO `wp_options` VALUES (7420285, '_transient_wflginfl_1709016004', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439623, '_transient_timeout_wflginfl_979471669', '1404749641', 'no') ; 
INSERT INTO `wp_options` VALUES (7439624, '_transient_wflginfl_979471669', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449740, '_transient_timeout_wflginfl_2535065451', '1404757432', 'no') ; 
INSERT INTO `wp_options` VALUES (7449741, '_transient_wflginfl_2535065451', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423492, '_transient_timeout_wflginfl_1768887335', '1404737174', 'no') ; 
INSERT INTO `wp_options` VALUES (7423493, '_transient_wflginfl_1768887335', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420364, '_transient_timeout_wflginfl_1483292970', '1404734566', 'no') ; 
INSERT INTO `wp_options` VALUES (7420365, '_transient_wflginfl_1483292970', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421592, '_transient_timeout_wflginfl_3319813727', '1404735606', 'no') ; 
INSERT INTO `wp_options` VALUES (7421593, '_transient_wflginfl_3319813727', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420434, '_transient_timeout_wflginfl_3307662493', '1404734624', 'no') ; 
INSERT INTO `wp_options` VALUES (7420435, '_transient_wflginfl_3307662493', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453262, '_transient_timeout_wflginfl_1383246169', '1404760087', 'no') ; 
INSERT INTO `wp_options` VALUES (7453263, '_transient_wflginfl_1383246169', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422543, '_transient_timeout_wflginfl_3732877920', '1404736396', 'no') ; 
INSERT INTO `wp_options` VALUES (7422544, '_transient_wflginfl_3732877920', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421316, '_transient_timeout_wflginfl_1159685545', '1404735382', 'no') ; 
INSERT INTO `wp_options` VALUES (7421317, '_transient_wflginfl_1159685545', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442090, '_transient_timeout_wflginfl_1317653901', '1404751815', 'no') ; 
INSERT INTO `wp_options` VALUES (7442091, '_transient_wflginfl_1317653901', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7420565, '_transient_timeout_wflginfl_241222600', '1404734738', 'no') ; 
INSERT INTO `wp_options` VALUES (7523919, '_transient_timeout_wflginfl_1308848480', '1404820134', 'no') ; 
INSERT INTO `wp_options` VALUES (7523920, '_transient_wflginfl_1308848480', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445792, '_transient_wflginfl_3308224330', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470798, '_transient_wflginfl_2732785918', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420566, '_transient_wflginfl_241222600', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436525, '_transient_timeout_wflginfl_3306101345', '1404747255', 'no') ; 
INSERT INTO `wp_options` VALUES (7436526, '_transient_wflginfl_3306101345', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540876, '_transient_timeout_wflginfl_1510184097', '1404831352', 'no') ; 
INSERT INTO `wp_options` VALUES (7540877, '_transient_wflginfl_1510184097', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425040, '_transient_timeout_wflginfl_1892564783', '1404738417', 'no') ; 
INSERT INTO `wp_options` VALUES (7425041, '_transient_wflginfl_1892564783', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427482, '_transient_timeout_wflginfl_3661035840', '1404740315', 'no') ; 
INSERT INTO `wp_options` VALUES (7427483, '_transient_wflginfl_3661035840', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427283, '_transient_timeout_wflginfl_1300070957', '1404740153', 'no') ; 
INSERT INTO `wp_options` VALUES (7427284, '_transient_wflginfl_1300070957', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538615, '_transient_wflginfl_1835301236', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540579, '_transient_wflginfl_1839266062', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420653, '_transient_timeout_wflginfl_1502512617', '1404734805', 'no') ; 
INSERT INTO `wp_options` VALUES (7420654, '_transient_wflginfl_1502512617', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462090, '_transient_timeout_wflginfl_3188747533', '1404766921', 'no') ; 
INSERT INTO `wp_options` VALUES (7442384, '_transient_timeout_wflginfl_2538092876', '1404751775', 'no') ; 
INSERT INTO `wp_options` VALUES (7462091, '_transient_wflginfl_3188747533', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442385, '_transient_wflginfl_2538092876', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421686, '_transient_timeout_wflginfl_3466920999', '1404735674', 'no') ; 
INSERT INTO `wp_options` VALUES (7421687, '_transient_wflginfl_3466920999', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420703, '_transient_timeout_wflginfl_1702856233', '1404734833', 'no') ; 
INSERT INTO `wp_options` VALUES (7420704, '_transient_wflginfl_1702856233', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423372, '_transient_timeout_wflginfl_1001482745', '1404737083', 'no') ; 
INSERT INTO `wp_options` VALUES (7423373, '_transient_wflginfl_1001482745', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435980, '_transient_timeout_wflginfl_1309481102', '1404746822', 'no') ; 
INSERT INTO `wp_options` VALUES (7435981, '_transient_wflginfl_1309481102', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420737, '_transient_timeout_wflginfl_1887878032', '1404734873', 'no') ; 
INSERT INTO `wp_options` VALUES (7420738, '_transient_wflginfl_1887878032', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470619, '_transient_timeout_wflginfl_1337519353', '1404774304', 'no') ; 
INSERT INTO `wp_options` VALUES (7470620, '_transient_wflginfl_1337519353', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515150, '_transient_timeout_wflginfl_3654472455', '1404814147', 'no') ; 
INSERT INTO `wp_options` VALUES (7515151, '_transient_wflginfl_3654472455', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436008, '_transient_timeout_wflginfl_691670889', '1404746844', 'no') ; 
INSERT INTO `wp_options` VALUES (7436009, '_transient_wflginfl_691670889', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420772, '_transient_timeout_wflginfl_2017182910', '1404734907', 'no') ; 
INSERT INTO `wp_options` VALUES (7420773, '_transient_wflginfl_2017182910', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539009, '_transient_timeout_wflginfl_90988828', '1404830203', 'no') ; 
INSERT INTO `wp_options` VALUES (7539010, '_transient_wflginfl_90988828', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459134, '_transient_timeout_wflginfl_3588843547', '1404764547', 'no') ; 
INSERT INTO `wp_options` VALUES (7459135, '_transient_wflginfl_3588843547', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420838, '_transient_timeout_wflginfl_1832280789', '1404734985', 'no') ; 
INSERT INTO `wp_options` VALUES (7420839, '_transient_wflginfl_1832280789', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421550, '_transient_timeout_wflginfl_2002749043', '1404735574', 'no') ; 
INSERT INTO `wp_options` VALUES (7421551, '_transient_wflginfl_2002749043', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513593, '_transient_timeout_wflginfl_1302661855', '1404813090', 'no') ; 
INSERT INTO `wp_options` VALUES (7513594, '_transient_wflginfl_1302661855', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421668, '_transient_timeout_wflginfl_3238060509', '1404735657', 'no') ; 
INSERT INTO `wp_options` VALUES (7421669, '_transient_wflginfl_3238060509', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527892, '_transient_timeout_wflginfl_1474234383', '1404822888', 'no') ; 
INSERT INTO `wp_options` VALUES (7527893, '_transient_wflginfl_1474234383', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438878, '_transient_timeout_wflginfl_694468159', '1404749068', 'no') ; 
INSERT INTO `wp_options` VALUES (7438879, '_transient_wflginfl_694468159', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502656, '_transient_timeout_wflginfl_1892040724', '1404804969', 'no') ; 
INSERT INTO `wp_options` VALUES (7502657, '_transient_wflginfl_1892040724', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420912, '_transient_timeout_wflginfl_2015185653', '1404735047', 'no') ; 
INSERT INTO `wp_options` VALUES (7420913, '_transient_wflginfl_2015185653', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7420959, '_transient_timeout_wflginfl_1742822658', '1404735094', 'no') ; 
INSERT INTO `wp_options` VALUES (7420960, '_transient_wflginfl_1742822658', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432683, '_transient_timeout_wflginfl_3107480484', '1404744308', 'no') ; 
INSERT INTO `wp_options` VALUES (7432684, '_transient_wflginfl_3107480484', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450338, '_transient_timeout_wflginfl_1909174139', '1404757874', 'no') ; 
INSERT INTO `wp_options` VALUES (7432428, '_transient_timeout_wflginfl_708617882', '1404744146', 'no') ; 
INSERT INTO `wp_options` VALUES (7432429, '_transient_wflginfl_708617882', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422491, '_transient_timeout_wflginfl_2036343819', '1404736351', 'no') ; 
INSERT INTO `wp_options` VALUES (7422492, '_transient_wflginfl_2036343819', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423402, '_transient_timeout_wflginfl_657541114', '1404737112', 'no') ; 
INSERT INTO `wp_options` VALUES (7423403, '_transient_wflginfl_657541114', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524602, '_transient_wflginfl_1581525624', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7511931, '_transient_wflginfl_3307650666', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500058, '_transient_timeout_wflginfl_1993551098', '1404802874', 'no') ; 
INSERT INTO `wp_options` VALUES (7500059, '_transient_wflginfl_1993551098', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502918, '_transient_timeout_wflginfl_1746961379', '1404805171', 'no') ; 
INSERT INTO `wp_options` VALUES (7502919, '_transient_wflginfl_1746961379', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539283, '_transient_timeout_wflginfl_1548974160', '1404830405', 'no') ; 
INSERT INTO `wp_options` VALUES (7539284, '_transient_wflginfl_1548974160', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426295, '_transient_timeout_wflginfl_2016988077', '1404739391', 'no') ; 
INSERT INTO `wp_options` VALUES (7426296, '_transient_wflginfl_2016988077', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525474, '_transient_timeout_wflginfl_1308646790', '1404821246', 'no') ; 
INSERT INTO `wp_options` VALUES (7525475, '_transient_wflginfl_1308646790', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433314, '_transient_timeout_wflginfl_657921797', '1404744760', 'no') ; 
INSERT INTO `wp_options` VALUES (7433315, '_transient_wflginfl_657921797', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445434, '_transient_timeout_wflginfl_657651505', '1404754110', 'no') ; 
INSERT INTO `wp_options` VALUES (7453728, '_transient_wflginfl_3360342066', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445435, '_transient_wflginfl_657651505', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423308, '_transient_timeout_wflginfl_2979833651', '1404737036', 'no') ; 
INSERT INTO `wp_options` VALUES (7423309, '_transient_wflginfl_2979833651', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7512523, '_transient_timeout_wflginfl_3318363505', '1404812588', 'no') ; 
INSERT INTO `wp_options` VALUES (7512524, '_transient_wflginfl_3318363505', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7450339, '_transient_wflginfl_1909174139', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527880, '_transient_timeout_wflginfl_1044227945', '1404822883', 'no') ; 
INSERT INTO `wp_options` VALUES (7425138, '_transient_timeout_wflginfl_634918546', '1404738479', 'no') ; 
INSERT INTO `wp_options` VALUES (7425139, '_transient_wflginfl_634918546', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430271, '_transient_timeout_wflginfl_657972167', '1404742501', 'no') ; 
INSERT INTO `wp_options` VALUES (7430272, '_transient_wflginfl_657972167', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539104, '_transient_wflginfl_1835283248', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539363, '_transient_wflginfl_411536770', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428304, '_transient_timeout_wflginfl_2057459097', '1404740954', 'no') ; 
INSERT INTO `wp_options` VALUES (7428305, '_transient_wflginfl_2057459097', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421542, '_transient_timeout_wflginfl_3065157098', '1404735568', 'no') ; 
INSERT INTO `wp_options` VALUES (7421543, '_transient_wflginfl_3065157098', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449737, '_transient_wflginfl_1459938188', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445522, '_transient_timeout_wflginfl_1001948367', '1404754195', 'no') ; 
INSERT INTO `wp_options` VALUES (7435082, '_transient_timeout_wflginfl_2343797689', '1404746169', 'no') ; 
INSERT INTO `wp_options` VALUES (7435083, '_transient_wflginfl_2343797689', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424792, '_transient_timeout_wflginfl_2033590371', '1404738232', 'no') ; 
INSERT INTO `wp_options` VALUES (7424793, '_transient_wflginfl_2033590371', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521867, '_transient_timeout_wflginfl_986726697', '1404818768', 'no') ; 
INSERT INTO `wp_options` VALUES (7521868, '_transient_wflginfl_986726697', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531646, '_transient_timeout_wflginfl_3067399503', '1404825440', 'no') ; 
INSERT INTO `wp_options` VALUES (7531647, '_transient_wflginfl_3067399503', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428390, '_transient_timeout_wflginfl_84744472', '1404741031', 'no') ; 
INSERT INTO `wp_options` VALUES (7428391, '_transient_wflginfl_84744472', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541444, '_transient_timeout_wflginfl_3168117415', '1404831740', 'no') ; 
INSERT INTO `wp_options` VALUES (7541445, '_transient_wflginfl_3168117415', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421773, '_transient_timeout_wflginfl_694961538', '1404735740', 'no') ; 
INSERT INTO `wp_options` VALUES (7421774, '_transient_wflginfl_694961538', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430135, '_transient_timeout_wflginfl_1332069078', '1404742403', 'no') ; 
INSERT INTO `wp_options` VALUES (7430136, '_transient_wflginfl_1332069078', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428426, '_transient_timeout_wflginfl_1429695822', '1404741058', 'no') ; 
INSERT INTO `wp_options` VALUES (7428427, '_transient_wflginfl_1429695822', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441686, '_transient_timeout_wflginfl_1309544072', '1404751233', 'no') ; 
INSERT INTO `wp_options` VALUES (7441687, '_transient_wflginfl_1309544072', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520393, '_transient_timeout_wflginfl_3573299485', '1404817932', 'no') ; 
INSERT INTO `wp_options` VALUES (7424288, '_transient_timeout_wflginfl_3065732067', '1404737853', 'no') ; 
INSERT INTO `wp_options` VALUES (7424289, '_transient_wflginfl_3065732067', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528320, '_transient_timeout_wflginfl_2080814498', '1404823165', 'no') ; 
INSERT INTO `wp_options` VALUES (7528321, '_transient_wflginfl_2080814498', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540302, '_transient_timeout_wflginfl_3315799712', '1404831346', 'no') ; 
INSERT INTO `wp_options` VALUES (7541142, '_transient_timeout_wflginfl_1432866951', '1404831450', 'no') ; 
INSERT INTO `wp_options` VALUES (7421895, '_transient_timeout_wflginfl_773696303', '1404735861', 'no') ; 
INSERT INTO `wp_options` VALUES (7421896, '_transient_wflginfl_773696303', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421923, '_transient_timeout_wflginfl_455238981', '1404735883', 'no') ; 
INSERT INTO `wp_options` VALUES (7421924, '_transient_wflginfl_455238981', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421927, '_transient_timeout_wflginfl_3156317116', '1404735884', 'no') ; 
INSERT INTO `wp_options` VALUES (7421928, '_transient_wflginfl_3156317116', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455715, '_transient_timeout_wflginfl_1326200833', '1404761937', 'no') ; 
INSERT INTO `wp_options` VALUES (7455716, '_transient_wflginfl_1326200833', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423716, '_transient_timeout_wflginfl_1701695574', '1404737381', 'no') ; 
INSERT INTO `wp_options` VALUES (7423717, '_transient_wflginfl_1701695574', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7421955, '_transient_timeout_wflginfl_3307511144', '1404735908', 'no') ; 
INSERT INTO `wp_options` VALUES (7421956, '_transient_wflginfl_3307511144', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470215, '_transient_timeout_wflginfl_1451953936', '1404773929', 'no') ; 
INSERT INTO `wp_options` VALUES (7464121, '_transient_timeout_wflginfl_657450249', '1404768636', 'no') ; 
INSERT INTO `wp_options` VALUES (7422880, '_transient_timeout_wflginfl_2994392838', '1404736657', 'no') ; 
INSERT INTO `wp_options` VALUES (7422881, '_transient_wflginfl_2994392838', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508595, '_transient_timeout_wflginfl_1424871212', '1404809512', 'no') ; 
INSERT INTO `wp_options` VALUES (7508596, '_transient_wflginfl_1424871212', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540470, '_transient_timeout_wflginfl_1986122931', '1404831160', 'no') ; 
INSERT INTO `wp_options` VALUES (7540471, '_transient_wflginfl_1986122931', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422013, '_transient_timeout_wflginfl_3065585916', '1404735955', 'no') ; 
INSERT INTO `wp_options` VALUES (7422014, '_transient_wflginfl_3065585916', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508603, '_transient_timeout_wflginfl_1976220410', '1404809519', 'no') ; 
INSERT INTO `wp_options` VALUES (7508604, '_transient_wflginfl_1976220410', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518187, '_transient_timeout_wflginfl_461540506', '1404816272', 'no') ; 
INSERT INTO `wp_options` VALUES (7518188, '_transient_wflginfl_461540506', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540262, '_transient_timeout_wflginfl_1585817366', '1404831035', 'no') ; 
INSERT INTO `wp_options` VALUES (7540919, '_transient_wflginfl_1627007540', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459467, '_transient_timeout_wflginfl_3032438538', '1404764817', 'no') ; 
INSERT INTO `wp_options` VALUES (7459468, '_transient_wflginfl_3032438538', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429225, '_transient_timeout_wflginfl_248504565', '1404741658', 'no') ; 
INSERT INTO `wp_options` VALUES (7429226, '_transient_wflginfl_248504565', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422121, '_transient_timeout_wflginfl_3732909586', '1404736029', 'no') ; 
INSERT INTO `wp_options` VALUES (7422122, '_transient_wflginfl_3732909586', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540542, '_transient_timeout_wflginfl_2537092767', '1404831191', 'no') ; 
INSERT INTO `wp_options` VALUES (7540543, '_transient_wflginfl_2537092767', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422153, '_transient_timeout_wflginfl_1382452703', '1404736328', 'no') ; 
INSERT INTO `wp_options` VALUES (7422154, '_transient_wflginfl_1382452703', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7517333, '_transient_timeout_wflginfl_3651430994', '1404816201', 'no') ; 
INSERT INTO `wp_options` VALUES (7517334, '_transient_wflginfl_3651430994', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7538030, '_transient_wflginfl_1596845153', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538013, '_transient_timeout_wflginfl_414183813', '1404829561', 'no') ; 
INSERT INTO `wp_options` VALUES (7523453, '_transient_timeout_wflginfl_36835735', '1404819787', 'no') ; 
INSERT INTO `wp_options` VALUES (7523454, '_transient_wflginfl_36835735', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468601, '_transient_timeout_wflginfl_621772924', '1404772461', 'no') ; 
INSERT INTO `wp_options` VALUES (7468602, '_transient_wflginfl_621772924', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423796, '_transient_timeout_wflginfl_657850327', '1404737442', 'no') ; 
INSERT INTO `wp_options` VALUES (7423797, '_transient_wflginfl_657850327', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508127, '_transient_timeout_wflginfl_3164123909', '1404809195', 'no') ; 
INSERT INTO `wp_options` VALUES (7508128, '_transient_wflginfl_3164123909', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444696, '_transient_timeout_wflginfl_2050239752', '1404753558', 'no') ; 
INSERT INTO `wp_options` VALUES (7444697, '_transient_wflginfl_2050239752', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445068, '_transient_timeout_wflginfl_1349906783', '1404753844', 'no') ; 
INSERT INTO `wp_options` VALUES (7445069, '_transient_wflginfl_1349906783', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521823, '_transient_timeout_wflginfl_3137936370', '1404818753', 'no') ; 
INSERT INTO `wp_options` VALUES (7521824, '_transient_wflginfl_3137936370', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422900, '_transient_timeout_wflginfl_609229228', '1404736674', 'no') ; 
INSERT INTO `wp_options` VALUES (7422901, '_transient_wflginfl_609229228', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422361, '_transient_timeout_wflginfl_3065379424', '1404736241', 'no') ; 
INSERT INTO `wp_options` VALUES (7422362, '_transient_wflginfl_3065379424', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458387, '_transient_timeout_wflginfl_3186367151', '1404763968', 'no') ; 
INSERT INTO `wp_options` VALUES (7458388, '_transient_wflginfl_3186367151', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422385, '_transient_timeout_wflginfl_1311289564', '1404736260', 'no') ; 
INSERT INTO `wp_options` VALUES (7422386, '_transient_wflginfl_1311289564', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426365, '_transient_timeout_wflginfl_3065136289', '1404739453', 'no') ; 
INSERT INTO `wp_options` VALUES (7426366, '_transient_wflginfl_3065136289', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427506, '_transient_timeout_wflginfl_1605537677', '1404740336', 'no') ; 
INSERT INTO `wp_options` VALUES (7427507, '_transient_wflginfl_1605537677', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446696, '_transient_timeout_wflginfl_2942975037', '1404755108', 'no') ; 
INSERT INTO `wp_options` VALUES (7446697, '_transient_wflginfl_2942975037', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422467, '_transient_timeout_wflginfl_43134615', '1404736325', 'no') ; 
INSERT INTO `wp_options` VALUES (7422468, '_transient_wflginfl_43134615', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422535, '_transient_timeout_wflginfl_1596548973', '1404736393', 'no') ; 
INSERT INTO `wp_options` VALUES (7422536, '_transient_wflginfl_1596548973', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464337, '_transient_timeout_wflginfl_3369060656', '1404768813', 'no') ; 
INSERT INTO `wp_options` VALUES (7464338, '_transient_wflginfl_3369060656', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422567, '_transient_timeout_wflginfl_1001499216', '1404736419', 'no') ; 
INSERT INTO `wp_options` VALUES (7422568, '_transient_wflginfl_1001499216', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7498697, '_transient_timeout_wflginfl_3659913172', '1404801745', 'no') ; 
INSERT INTO `wp_options` VALUES (7498698, '_transient_wflginfl_3659913172', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422605, '_transient_timeout_wflginfl_694254687', '1404736438', 'no') ; 
INSERT INTO `wp_options` VALUES (7422606, '_transient_wflginfl_694254687', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422641, '_transient_timeout_wflginfl_1976886121', '1404736465', 'no') ; 
INSERT INTO `wp_options` VALUES (7422642, '_transient_wflginfl_1976886121', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467729, '_transient_timeout_wflginfl_1380660621', '1404771697', 'no') ; 
INSERT INTO `wp_options` VALUES (7467730, '_transient_wflginfl_1380660621', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431391, '_transient_timeout_wflginfl_2015139193', '1404743372', 'no') ; 
INSERT INTO `wp_options` VALUES (7431392, '_transient_wflginfl_2015139193', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426058, '_transient_timeout_wflginfl_3547154510', '1404739234', 'no') ; 
INSERT INTO `wp_options` VALUES (7426059, '_transient_wflginfl_3547154510', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428152, '_transient_timeout_wflginfl_1547341264', '1404740827', 'no') ; 
INSERT INTO `wp_options` VALUES (7428153, '_transient_wflginfl_1547341264', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539215, '_transient_timeout_wflginfl_1379319208', '1404830359', 'no') ; 
INSERT INTO `wp_options` VALUES (7539216, '_transient_wflginfl_1379319208', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505726, '_transient_timeout_wflginfl_3390401127', '1404807441', 'no') ; 
INSERT INTO `wp_options` VALUES (7445321, '_transient_wflginfl_1742857746', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443577, '_transient_timeout_wflginfl_1320720923', '1404752726', 'no') ; 
INSERT INTO `wp_options` VALUES (7443578, '_transient_wflginfl_1320720923', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455519, '_transient_timeout_wflginfl_1772016123', '1404761778', 'no') ; 
INSERT INTO `wp_options` VALUES (7455520, '_transient_wflginfl_1772016123', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426028, '_transient_timeout_wflginfl_2943034131', '1404739215', 'no') ; 
INSERT INTO `wp_options` VALUES (7426029, '_transient_wflginfl_2943034131', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536994, '_transient_wflginfl_2470777940', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469394, '_transient_timeout_wflginfl_2979313540', '1404773178', 'no') ; 
INSERT INTO `wp_options` VALUES (7422769, '_transient_wflginfl_3732886876', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492913, '_transient_wflginfl_3127583751', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430989, '_transient_timeout_wflginfl_3318558001', '1404743045', 'no') ; 
INSERT INTO `wp_options` VALUES (7429299, '_transient_timeout_wflginfl_1293785653', '1404741717', 'no') ; 
INSERT INTO `wp_options` VALUES (7429300, '_transient_wflginfl_1293785653', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7422906, '_transient_timeout_wflginfl_657399412', '1404736679', 'no') ; 
INSERT INTO `wp_options` VALUES (7422907, '_transient_wflginfl_657399412', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450126, '_transient_timeout_wflginfl_1367806873', '1404757725', 'no') ; 
INSERT INTO `wp_options` VALUES (7536583, '_transient_timeout_wflginfl_1823764377', '1404828664', 'no') ; 
INSERT INTO `wp_options` VALUES (7422926, '_transient_timeout_wflginfl_778247460', '1404736698', 'no') ; 
INSERT INTO `wp_options` VALUES (7422927, '_transient_wflginfl_778247460', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535768, '_transient_timeout_wflginfl_3016809258', '1404828102', 'no') ; 
INSERT INTO `wp_options` VALUES (7535769, '_transient_wflginfl_3016809258', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425710, '_transient_timeout_wflginfl_3318223890', '1404738971', 'no') ; 
INSERT INTO `wp_options` VALUES (7425711, '_transient_wflginfl_3318223890', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454057, '_transient_timeout_wflginfl_2945195376', '1404760683', 'no') ; 
INSERT INTO `wp_options` VALUES (7454058, '_transient_wflginfl_2945195376', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538807, '_transient_timeout_wflginfl_1611995255', '1404830079', 'no') ; 
INSERT INTO `wp_options` VALUES (7538808, '_transient_wflginfl_1611995255', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434310, '_transient_timeout_wflginfl_1992844122', '1404745547', 'no') ; 
INSERT INTO `wp_options` VALUES (7434311, '_transient_wflginfl_1992844122', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430990, '_transient_wflginfl_3318558001', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436845, '_transient_timeout_wflginfl_2875258020', '1404747493', 'no') ; 
INSERT INTO `wp_options` VALUES (7436846, '_transient_wflginfl_2875258020', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454015, '_transient_wflginfl_3057655615', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537092, '_transient_wflginfl_3126378984', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540402, '_transient_timeout_wflginfl_1431055525', '1404831124', 'no') ; 
INSERT INTO `wp_options` VALUES (7540403, '_transient_wflginfl_1431055525', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425912, '_transient_timeout_wflginfl_701634963', '1404739120', 'no') ; 
INSERT INTO `wp_options` VALUES (7425913, '_transient_wflginfl_701634963', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423182, '_transient_timeout_wflginfl_1593397619', '1404736941', 'no') ; 
INSERT INTO `wp_options` VALUES (7423183, '_transient_wflginfl_1593397619', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7446312, '_transient_timeout_wflginfl_1887874175', '1404754823', 'no') ; 
INSERT INTO `wp_options` VALUES (7446313, '_transient_wflginfl_1887874175', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438550, '_transient_timeout_wflginfl_3125765035', '1404748812', 'no') ; 
INSERT INTO `wp_options` VALUES (7438551, '_transient_wflginfl_3125765035', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459555, '_transient_timeout_wflginfl_1474082643', '1404764882', 'no') ; 
INSERT INTO `wp_options` VALUES (7459556, '_transient_wflginfl_1474082643', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423240, '_transient_timeout_wflginfl_995981725', '1404736994', 'no') ; 
INSERT INTO `wp_options` VALUES (7423241, '_transient_wflginfl_995981725', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492692, '_transient_timeout_wflginfl_701592188', '1404796132', 'no') ; 
INSERT INTO `wp_options` VALUES (7492693, '_transient_wflginfl_701592188', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423280, '_transient_timeout_wflginfl_1870132220', '1404737013', 'no') ; 
INSERT INTO `wp_options` VALUES (7423281, '_transient_wflginfl_1870132220', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536050, '_transient_timeout_wflginfl_2183865223', '1404828286', 'no') ; 
INSERT INTO `wp_options` VALUES (7536051, '_transient_wflginfl_2183865223', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428142, '_transient_timeout_wflginfl_1308748094', '1404740824', 'no') ; 
INSERT INTO `wp_options` VALUES (7428143, '_transient_wflginfl_1308748094', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457160, '_transient_timeout_wflginfl_1549078891', '1404763005', 'no') ; 
INSERT INTO `wp_options` VALUES (7457161, '_transient_wflginfl_1549078891', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426955, '_transient_timeout_wflginfl_3754923110', '1404739908', 'no') ; 
INSERT INTO `wp_options` VALUES (7426956, '_transient_wflginfl_3754923110', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532100, '_transient_timeout_wflginfl_1549021604', '1404825702', 'no') ; 
INSERT INTO `wp_options` VALUES (7539684, '_transient_wflginfl_996046637', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432240, '_transient_timeout_wflginfl_3732886793', '1404743990', 'no') ; 
INSERT INTO `wp_options` VALUES (7432241, '_transient_wflginfl_3732886793', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440171, '_transient_timeout_wflginfl_3141110357', '1404750067', 'no') ; 
INSERT INTO `wp_options` VALUES (7440172, '_transient_wflginfl_3141110357', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423380, '_transient_timeout_wflginfl_1934177923', '1404737090', 'no') ; 
INSERT INTO `wp_options` VALUES (7423381, '_transient_wflginfl_1934177923', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439641, '_transient_timeout_wflginfl_1772021333', '1404749656', 'no') ; 
INSERT INTO `wp_options` VALUES (7439642, '_transient_wflginfl_1772021333', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539593, '_transient_timeout_wflginfl_2974822352', '1404830602', 'no') ; 
INSERT INTO `wp_options` VALUES (7539594, '_transient_wflginfl_2974822352', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435695, '_transient_timeout_wflginfl_1332857819', '1404746622', 'no') ; 
INSERT INTO `wp_options` VALUES (7435696, '_transient_wflginfl_1332857819', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492288, '_transient_timeout_wflginfl_3065277825', '1404795799', 'no') ; 
INSERT INTO `wp_options` VALUES (7492289, '_transient_wflginfl_3065277825', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423518, '_transient_timeout_wflginfl_657442013', '1404737195', 'no') ; 
INSERT INTO `wp_options` VALUES (7423519, '_transient_wflginfl_657442013', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423524, '_transient_timeout_wflginfl_1976015327', '1404737198', 'no') ; 
INSERT INTO `wp_options` VALUES (7423525, '_transient_wflginfl_1976015327', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534512, '_transient_timeout_wflginfl_1981850971', '1404827248', 'no') ; 
INSERT INTO `wp_options` VALUES (7534513, '_transient_wflginfl_1981850971', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423564, '_transient_timeout_wflginfl_1694677012', '1404737233', 'no') ; 
INSERT INTO `wp_options` VALUES (7423565, '_transient_wflginfl_1694677012', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431201, '_transient_timeout_wflginfl_3305156990', '1404743216', 'no') ; 
INSERT INTO `wp_options` VALUES (7431202, '_transient_wflginfl_3305156990', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443389, '_transient_timeout_wflginfl_1545448816', '1404752581', 'no') ; 
INSERT INTO `wp_options` VALUES (7443390, '_transient_wflginfl_1545448816', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496954, '_transient_timeout_wflginfl_1892485664', '1404800108', 'no') ; 
INSERT INTO `wp_options` VALUES (7496955, '_transient_wflginfl_1892485664', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539800, '_transient_timeout_wflginfl_703137670', '1404830749', 'no') ; 
INSERT INTO `wp_options` VALUES (7539801, '_transient_wflginfl_703137670', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484703, '_transient_timeout_wflginfl_2092754064', '1404788595', 'no') ; 
INSERT INTO `wp_options` VALUES (7484704, '_transient_wflginfl_2092754064', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476452, '_transient_timeout_wflginfl_3037651667', '1404780155', 'no') ; 
INSERT INTO `wp_options` VALUES (7476453, '_transient_wflginfl_3037651667', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540726, '_transient_timeout_wflginfl_1501934316', '1404831288', 'no') ; 
INSERT INTO `wp_options` VALUES (7540727, '_transient_wflginfl_1501934316', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423682, '_transient_timeout_wflginfl_1908908084', '1404737351', 'no') ; 
INSERT INTO `wp_options` VALUES (7423683, '_transient_wflginfl_1908908084', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435002, '_transient_timeout_wflginfl_1976511579', '1404746112', 'no') ; 
INSERT INTO `wp_options` VALUES (7435003, '_transient_wflginfl_1976511579', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424552, '_transient_timeout_wflginfl_3651422016', '1404738061', 'no') ; 
INSERT INTO `wp_options` VALUES (7424553, '_transient_wflginfl_3651422016', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423792, '_transient_timeout_wflginfl_1376563287', '1404737439', 'no') ; 
INSERT INTO `wp_options` VALUES (7423793, '_transient_wflginfl_1376563287', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459725, '_transient_timeout_wflginfl_1449866517', '1404765009', 'no') ; 
INSERT INTO `wp_options` VALUES (7459726, '_transient_wflginfl_1449866517', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456551, '_transient_timeout_wflginfl_1501252397', '1404762564', 'no') ; 
INSERT INTO `wp_options` VALUES (7456552, '_transient_wflginfl_1501252397', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423884, '_transient_timeout_wflginfl_3169974522', '1404737506', 'no') ; 
INSERT INTO `wp_options` VALUES (7423885, '_transient_wflginfl_3169974522', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423910, '_transient_timeout_wflginfl_1567879986', '1404737528', 'no') ; 
INSERT INTO `wp_options` VALUES (7423911, '_transient_wflginfl_1567879986', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7423946, '_transient_timeout_wflginfl_831567179', '1404737558', 'no') ; 
INSERT INTO `wp_options` VALUES (7423947, '_transient_wflginfl_831567179', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538573, '_transient_timeout_wflginfl_700523654', '1404829935', 'no') ; 
INSERT INTO `wp_options` VALUES (7538574, '_transient_wflginfl_700523654', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451552, '_transient_timeout_wflginfl_700760254', '1404758833', 'no') ; 
INSERT INTO `wp_options` VALUES (7459686, '_transient_wflginfl_656462285', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451553, '_transient_wflginfl_700760254', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472732, '_transient_wflginfl_1892760545', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452824, '_transient_timeout_wflginfl_1211257930', '1404759782', 'no') ; 
INSERT INTO `wp_options` VALUES (7423976, '_transient_timeout_wflginfl_2085779609', '1404737586', 'no') ; 
INSERT INTO `wp_options` VALUES (7423977, '_transient_wflginfl_2085779609', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520170, '_transient_timeout_wflginfl_1892660943', '1404817631', 'no') ; 
INSERT INTO `wp_options` VALUES (7520171, '_transient_wflginfl_1892660943', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424083, '_transient_timeout_wflginfl_3057234780', '1404737668', 'no') ; 
INSERT INTO `wp_options` VALUES (7437231, '_transient_timeout_wflginfl_3198606997', '1404747787', 'no') ; 
INSERT INTO `wp_options` VALUES (7437232, '_transient_wflginfl_3198606997', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7557522, '_transient_timeout_wflginfl_2794043364', '1407519521', 'no') ; 
INSERT INTO `wp_options` VALUES (7557523, '_transient_wflginfl_2794043364', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539101, '_transient_timeout_wflginfl_3188061378', '1404830267', 'no') ; 
INSERT INTO `wp_options` VALUES (7539102, '_transient_wflginfl_3188061378', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424084, '_transient_wflginfl_3057234780', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439066, '_transient_timeout_wflginfl_1295109340', '1404749208', 'no') ; 
INSERT INTO `wp_options` VALUES (7439067, '_transient_wflginfl_1295109340', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456463, '_transient_timeout_wflginfl_84850000', '1404762489', 'no') ; 
INSERT INTO `wp_options` VALUES (7456464, '_transient_wflginfl_84850000', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424113, '_transient_timeout_wflginfl_1043105405', '1404737698', 'no') ; 
INSERT INTO `wp_options` VALUES (7424114, '_transient_wflginfl_1043105405', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430195, '_transient_timeout_wflginfl_656691859', '1404742447', 'no') ; 
INSERT INTO `wp_options` VALUES (7430196, '_transient_wflginfl_656691859', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532500, '_transient_timeout_wflginfl_36821756', '1404825951', 'no') ; 
INSERT INTO `wp_options` VALUES (7532501, '_transient_wflginfl_36821756', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435474, '_transient_timeout_wflginfl_2057787516', '1404746452', 'no') ; 
INSERT INTO `wp_options` VALUES (7435475, '_transient_wflginfl_2057787516', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537109, '_transient_timeout_wflginfl_2101124292', '1404828996', 'no') ; 
INSERT INTO `wp_options` VALUES (7468453, '_transient_timeout_wflginfl_2036355595', '1404772319', 'no') ; 
INSERT INTO `wp_options` VALUES (7424169, '_transient_timeout_wflginfl_637462706', '1404737753', 'no') ; 
INSERT INTO `wp_options` VALUES (7424170, '_transient_wflginfl_637462706', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424175, '_transient_timeout_wflginfl_657084940', '1404737757', 'no') ; 
INSERT INTO `wp_options` VALUES (7424176, '_transient_wflginfl_657084940', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428618, '_transient_timeout_wflginfl_656420042', '1404741195', 'no') ; 
INSERT INTO `wp_options` VALUES (7428619, '_transient_wflginfl_656420042', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440157, '_transient_timeout_wflginfl_1977217339', '1404750061', 'no') ; 
INSERT INTO `wp_options` VALUES (7440158, '_transient_wflginfl_1977217339', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462779, '_transient_timeout_wflginfl_778244728', '1404767544', 'no') ; 
INSERT INTO `wp_options` VALUES (7485894, '_transient_wflginfl_2875197610', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429851, '_transient_timeout_wflginfl_2033596056', '1404742185', 'no') ; 
INSERT INTO `wp_options` VALUES (7429852, '_transient_wflginfl_2033596056', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425545, '_transient_timeout_wflginfl_696863730', '1404738832', 'no') ; 
INSERT INTO `wp_options` VALUES (7425546, '_transient_wflginfl_696863730', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425513, '_transient_timeout_wflginfl_823121544', '1404738801', 'no') ; 
INSERT INTO `wp_options` VALUES (7424258, '_transient_timeout_wflginfl_1839385752', '1404737826', 'no') ; 
INSERT INTO `wp_options` VALUES (7424259, '_transient_wflginfl_1839385752', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537395, '_transient_timeout_wflginfl_3194646771', '1404829161', 'no') ; 
INSERT INTO `wp_options` VALUES (7537396, '_transient_wflginfl_3194646771', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540260, '_transient_timeout_wflginfl_985360671', '1404831034', 'no') ; 
INSERT INTO `wp_options` VALUES (7540261, '_transient_wflginfl_985360671', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515296, '_transient_timeout_wflginfl_1892407647', '1404814257', 'no') ; 
INSERT INTO `wp_options` VALUES (7507959, '_transient_timeout_wflginfl_3264626964', '1404809058', 'no') ; 
INSERT INTO `wp_options` VALUES (7468787, '_transient_timeout_wflginfl_1768711575', '1404772614', 'no') ; 
INSERT INTO `wp_options` VALUES (7468788, '_transient_wflginfl_1768711575', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536100, '_transient_timeout_wflginfl_1419137758', '1404828857', 'no') ; 
INSERT INTO `wp_options` VALUES (7535400, '_transient_timeout_wflginfl_2966058152', '1404827834', 'no') ; 
INSERT INTO `wp_options` VALUES (7462541, '_transient_timeout_wflginfl_1332853896', '1404767355', 'no') ; 
INSERT INTO `wp_options` VALUES (7462542, '_transient_wflginfl_1332853896', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540162, '_transient_timeout_wflginfl_2994399008', '1404830979', 'no') ; 
INSERT INTO `wp_options` VALUES (7540163, '_transient_wflginfl_2994399008', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425822, '_transient_timeout_wflginfl_83932414', '1404739060', 'no') ; 
INSERT INTO `wp_options` VALUES (7425823, '_transient_wflginfl_83932414', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424356, '_transient_timeout_wflginfl_3636017877', '1404737913', 'no') ; 
INSERT INTO `wp_options` VALUES (7424357, '_transient_wflginfl_3636017877', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532910, '_transient_timeout_wflginfl_712107130', '1404826231', 'no') ; 
INSERT INTO `wp_options` VALUES (7532911, '_transient_wflginfl_712107130', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428103, '_transient_timeout_wflginfl_3695419197', '1404740784', 'no') ; 
INSERT INTO `wp_options` VALUES (7428104, '_transient_wflginfl_3695419197', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510791, '_transient_timeout_wflginfl_3125757908', '1404811090', 'no') ; 
INSERT INTO `wp_options` VALUES (7510792, '_transient_wflginfl_3125757908', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540591, '_transient_wflginfl_2756562994', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7541209, '_transient_wflginfl_1834867296', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535894, '_transient_timeout_wflginfl_1442447594', '1404828175', 'no') ; 
INSERT INTO `wp_options` VALUES (7535895, '_transient_wflginfl_1442447594', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473915, '_transient_timeout_wflginfl_3189074182', '1404777770', 'no') ; 
INSERT INTO `wp_options` VALUES (7473916, '_transient_wflginfl_3189074182', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7425190, '_transient_timeout_wflginfl_1337034138', '1404738538', 'no') ; 
INSERT INTO `wp_options` VALUES (7425191, '_transient_wflginfl_1337034138', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438854, '_transient_timeout_wflginfl_1038410737', '1404749054', 'no') ; 
INSERT INTO `wp_options` VALUES (7438855, '_transient_wflginfl_1038410737', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424444, '_transient_timeout_wflginfl_94550650', '1404737984', 'no') ; 
INSERT INTO `wp_options` VALUES (7424445, '_transient_wflginfl_94550650', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425514, '_transient_wflginfl_823121544', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440685, '_transient_timeout_wflginfl_1892047533', '1404750506', 'no') ; 
INSERT INTO `wp_options` VALUES (7440686, '_transient_wflginfl_1892047533', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435842, '_transient_timeout_wflginfl_694963384', '1404746724', 'no') ; 
INSERT INTO `wp_options` VALUES (7435843, '_transient_wflginfl_694963384', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461014, '_transient_timeout_wflginfl_2991523646', '1404766017', 'no') ; 
INSERT INTO `wp_options` VALUES (7461015, '_transient_wflginfl_2991523646', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511288, '_transient_wflginfl_1361949963', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456278, '_transient_wflginfl_1563923463', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424562, '_transient_timeout_wflginfl_1728986759', '1404738068', 'no') ; 
INSERT INTO `wp_options` VALUES (7424563, '_transient_wflginfl_1728986759', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424582, '_transient_timeout_wflginfl_1892044166', '1404738077', 'no') ; 
INSERT INTO `wp_options` VALUES (7424583, '_transient_wflginfl_1892044166', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431621, '_transient_timeout_wflginfl_1850595130', '1404743542', 'no') ; 
INSERT INTO `wp_options` VALUES (7431622, '_transient_wflginfl_1850595130', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535722, '_transient_timeout_wflginfl_3006550590', '1404828308', 'no') ; 
INSERT INTO `wp_options` VALUES (7535723, '_transient_wflginfl_3006550590', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7540752, '_transient_timeout_wflginfl_1430874302', '1404831301', 'no') ; 
INSERT INTO `wp_options` VALUES (7540753, '_transient_wflginfl_1430874302', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539358, '_transient_timeout_wflginfl_1377871619', '1404830454', 'no') ; 
INSERT INTO `wp_options` VALUES (7538755, '_transient_wflginfl_3124992562', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449728, '_transient_timeout_wflginfl_1545174912', '1404757423', 'no') ; 
INSERT INTO `wp_options` VALUES (7449729, '_transient_wflginfl_1545174912', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430049, '_transient_timeout_wflginfl_3664085747', '1404742344', 'no') ; 
INSERT INTO `wp_options` VALUES (7430050, '_transient_wflginfl_3664085747', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424706, '_transient_timeout_wflginfl_1952081639', '1404738168', 'no') ; 
INSERT INTO `wp_options` VALUES (7424707, '_transient_wflginfl_1952081639', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434538, '_transient_timeout_wflginfl_1378835039', '1404745729', 'no') ; 
INSERT INTO `wp_options` VALUES (7434539, '_transient_wflginfl_1378835039', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463457, '_transient_timeout_wflginfl_1315009396', '1404768096', 'no') ; 
INSERT INTO `wp_options` VALUES (7463458, '_transient_wflginfl_1315009396', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468906, '_transient_wflginfl_3173643154', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465849, '_transient_wflginfl_1441913481', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540422, '_transient_timeout_wflginfl_2001927271', '1404831131', 'no') ; 
INSERT INTO `wp_options` VALUES (7540423, '_transient_wflginfl_2001927271', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441359, '_transient_timeout_wflginfl_1348637245', '1404750985', 'no') ; 
INSERT INTO `wp_options` VALUES (7441360, '_transient_wflginfl_1348637245', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424836, '_transient_timeout_wflginfl_3035947991', '1404738262', 'no') ; 
INSERT INTO `wp_options` VALUES (7424837, '_transient_wflginfl_3035947991', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424840, '_transient_timeout_wflginfl_3065170417', '1404738265', 'no') ; 
INSERT INTO `wp_options` VALUES (7424841, '_transient_wflginfl_3065170417', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430599, '_transient_timeout_wflginfl_2088302172', '1404742745', 'no') ; 
INSERT INTO `wp_options` VALUES (7430600, '_transient_wflginfl_2088302172', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425774, '_transient_timeout_wflginfl_1604283649', '1404739024', 'no') ; 
INSERT INTO `wp_options` VALUES (7425775, '_transient_wflginfl_1604283649', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434580, '_transient_timeout_wflginfl_1892044255', '1404745764', 'no') ; 
INSERT INTO `wp_options` VALUES (7434581, '_transient_wflginfl_1892044255', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510363, '_transient_timeout_wflginfl_2038551799', '1404810780', 'no') ; 
INSERT INTO `wp_options` VALUES (7538877, '_transient_timeout_wflginfl_3714326914', '1404830122', 'no') ; 
INSERT INTO `wp_options` VALUES (7531423, '_transient_timeout_wflginfl_3154293770', '1404825297', 'no') ; 
INSERT INTO `wp_options` VALUES (7538191, '_transient_timeout_wflginfl_1390533458', '1404829684', 'no') ; 
INSERT INTO `wp_options` VALUES (7426591, '_transient_timeout_wflginfl_690978748', '1404739635', 'no') ; 
INSERT INTO `wp_options` VALUES (7426592, '_transient_wflginfl_690978748', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7424912, '_transient_timeout_wflginfl_1892603990', '1404738316', 'no') ; 
INSERT INTO `wp_options` VALUES (7424913, '_transient_wflginfl_1892603990', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473129, '_transient_timeout_wflginfl_3171709493', '1404776837', 'no') ; 
INSERT INTO `wp_options` VALUES (7473130, '_transient_wflginfl_3171709493', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445944, '_transient_timeout_wflginfl_1332461746', '1404754530', 'no') ; 
INSERT INTO `wp_options` VALUES (7445945, '_transient_wflginfl_1332461746', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437920, '_transient_timeout_wflginfl_1838241803', '1404748345', 'no') ; 
INSERT INTO `wp_options` VALUES (7437921, '_transient_wflginfl_1838241803', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488562, '_transient_timeout_wflginfl_3185749932', '1404792286', 'no') ; 
INSERT INTO `wp_options` VALUES (7488563, '_transient_wflginfl_3185749932', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7524787, '_transient_timeout_wflginfl_1409348284', '1404820769', 'no') ; 
INSERT INTO `wp_options` VALUES (7524788, '_transient_wflginfl_1409348284', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426727, '_transient_timeout_wflginfl_657502508', '1404739723', 'no') ; 
INSERT INTO `wp_options` VALUES (7426728, '_transient_wflginfl_657502508', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533244, '_transient_timeout_wflginfl_1743032582', '1404826429', 'no') ; 
INSERT INTO `wp_options` VALUES (7533245, '_transient_wflginfl_1743032582', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433870, '_transient_timeout_wflginfl_1578478596', '1404745161', 'no') ; 
INSERT INTO `wp_options` VALUES (7433871, '_transient_wflginfl_1578478596', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472253, '_transient_timeout_wflginfl_1892389988', '1404775961', 'no') ; 
INSERT INTO `wp_options` VALUES (7472254, '_transient_wflginfl_1892389988', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425419, '_transient_timeout_wflginfl_3172506294', '1404738747', 'no') ; 
INSERT INTO `wp_options` VALUES (7425420, '_transient_wflginfl_3172506294', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425076, '_transient_timeout_wflginfl_690232077', '1404738439', 'no') ; 
INSERT INTO `wp_options` VALUES (7425077, '_transient_wflginfl_690232077', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438810, '_transient_timeout_wflginfl_701312409', '1404749023', 'no') ; 
INSERT INTO `wp_options` VALUES (7438811, '_transient_wflginfl_701312409', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425599, '_transient_timeout_wflginfl_703120729', '1404738878', 'no') ; 
INSERT INTO `wp_options` VALUES (7425600, '_transient_wflginfl_703120729', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427849, '_transient_timeout_wflginfl_1868433586', '1404740580', 'no') ; 
INSERT INTO `wp_options` VALUES (7427850, '_transient_wflginfl_1868433586', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517885, '_transient_timeout_wflginfl_1503966683', '1404816295', 'no') ; 
INSERT INTO `wp_options` VALUES (7517886, '_transient_wflginfl_1503966683', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7445276, '_transient_timeout_wflginfl_1483294980', '1404753993', 'no') ; 
INSERT INTO `wp_options` VALUES (7445277, '_transient_wflginfl_1483294980', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507096, '_transient_timeout_wflginfl_1320591568', '1404808437', 'no') ; 
INSERT INTO `wp_options` VALUES (7507097, '_transient_wflginfl_1320591568', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427095, '_transient_timeout_wflginfl_694240251', '1404739989', 'no') ; 
INSERT INTO `wp_options` VALUES (7427096, '_transient_wflginfl_694240251', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529230, '_transient_timeout_wflginfl_3159508298', '1404823835', 'no') ; 
INSERT INTO `wp_options` VALUES (7529231, '_transient_wflginfl_3159508298', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540096, '_transient_timeout_wflginfl_1380669898', '1404830935', 'no') ; 
INSERT INTO `wp_options` VALUES (7540097, '_transient_wflginfl_1380669898', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440609, '_transient_timeout_wflginfl_695156841', '1404750438', 'no') ; 
INSERT INTO `wp_options` VALUES (7440610, '_transient_wflginfl_695156841', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430051, '_transient_timeout_wflginfl_3065119964', '1404742347', 'no') ; 
INSERT INTO `wp_options` VALUES (7430052, '_transient_wflginfl_3065119964', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463321, '_transient_timeout_wflginfl_1029329377', '1404767982', 'no') ; 
INSERT INTO `wp_options` VALUES (7463322, '_transient_wflginfl_1029329377', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425345, '_transient_timeout_wflginfl_3065630903', '1404738688', 'no') ; 
INSERT INTO `wp_options` VALUES (7425346, '_transient_wflginfl_3065630903', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432244, '_transient_timeout_wflginfl_1868046514', '1404743994', 'no') ; 
INSERT INTO `wp_options` VALUES (7432245, '_transient_wflginfl_1868046514', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427460, '_transient_wflginfl_657199250', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521305, '_transient_wflginfl_36821448', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430289, '_transient_timeout_wflginfl_608662697', '1404742516', 'no') ; 
INSERT INTO `wp_options` VALUES (7430290, '_transient_wflginfl_608662697', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482377, '_transient_timeout_wflginfl_3319881598', '1404786349', 'no') ; 
INSERT INTO `wp_options` VALUES (7482378, '_transient_wflginfl_3319881598', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540256, '_transient_timeout_wflginfl_1376079652', '1404831033', 'no') ; 
INSERT INTO `wp_options` VALUES (7540257, '_transient_wflginfl_1376079652', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445864, '_transient_timeout_wflginfl_3136484663', '1404754468', 'no') ; 
INSERT INTO `wp_options` VALUES (7445865, '_transient_wflginfl_3136484663', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499712, '_transient_wflginfl_1854595483', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539415, '_transient_wflginfl_2945246247', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426827, '_transient_timeout_wflginfl_987952791', '1404739804', 'no') ; 
INSERT INTO `wp_options` VALUES (7426828, '_transient_wflginfl_987952791', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434978, '_transient_timeout_wflginfl_1472901078', '1404746095', 'no') ; 
INSERT INTO `wp_options` VALUES (7434979, '_transient_wflginfl_1472901078', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425517, '_transient_timeout_wflginfl_609207964', '1404738801', 'no') ; 
INSERT INTO `wp_options` VALUES (7425518, '_transient_wflginfl_609207964', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425543, '_transient_timeout_wflginfl_3065630492', '1404738829', 'no') ; 
INSERT INTO `wp_options` VALUES (7425544, '_transient_wflginfl_3065630492', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539398, '_transient_timeout_wflginfl_1209730008', '1404830487', 'no') ; 
INSERT INTO `wp_options` VALUES (7540142, '_transient_timeout_wflginfl_1369803239', '1404830966', 'no') ; 
INSERT INTO `wp_options` VALUES (7426122, '_transient_timeout_wflginfl_996118199', '1404739276', 'no') ; 
INSERT INTO `wp_options` VALUES (7426123, '_transient_wflginfl_996118199', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425593, '_transient_timeout_wflginfl_1951030452', '1404738867', 'no') ; 
INSERT INTO `wp_options` VALUES (7425594, '_transient_wflginfl_1951030452', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477856, '_transient_timeout_wflginfl_87438192', '1404781606', 'no') ; 
INSERT INTO `wp_options` VALUES (7477857, '_transient_wflginfl_87438192', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460990, '_transient_timeout_wflginfl_3385318120', '1404765995', 'no') ; 
INSERT INTO `wp_options` VALUES (7460991, '_transient_wflginfl_3385318120', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429010, '_transient_timeout_wflginfl_3307506229', '1404741480', 'no') ; 
INSERT INTO `wp_options` VALUES (7429011, '_transient_wflginfl_3307506229', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521574, '_transient_timeout_wflginfl_1460417657', '1404818568', 'no') ; 
INSERT INTO `wp_options` VALUES (7521575, '_transient_wflginfl_1460417657', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458996, '_transient_timeout_wflginfl_1893155406', '1404764442', 'no') ; 
INSERT INTO `wp_options` VALUES (7458997, '_transient_wflginfl_1893155406', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502478, '_transient_timeout_wflginfl_1425096542', '1404804827', 'no') ; 
INSERT INTO `wp_options` VALUES (7502479, '_transient_wflginfl_1425096542', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525312, '_transient_timeout_wflginfl_2080814534', '1404821132', 'no') ; 
INSERT INTO `wp_options` VALUES (7525313, '_transient_wflginfl_2080814534', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425666, '_transient_timeout_wflginfl_1892047383', '1404738940', 'no') ; 
INSERT INTO `wp_options` VALUES (7425667, '_transient_wflginfl_1892047383', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426747, '_transient_timeout_wflginfl_3065706967', '1404739740', 'no') ; 
INSERT INTO `wp_options` VALUES (7426748, '_transient_wflginfl_3065706967', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428216, '_transient_timeout_wflginfl_2970725917', '1404740882', 'no') ; 
INSERT INTO `wp_options` VALUES (7428217, '_transient_wflginfl_2970725917', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540616, '_transient_timeout_wflginfl_531256393', '1404831232', 'no') ; 
INSERT INTO `wp_options` VALUES (7540617, '_transient_wflginfl_531256393', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442977, '_transient_timeout_wflginfl_1908899927', '1404752248', 'no') ; 
INSERT INTO `wp_options` VALUES (7442978, '_transient_wflginfl_1908899927', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541364, '_transient_timeout_wflginfl_1984346433', '1404831544', 'no') ; 
INSERT INTO `wp_options` VALUES (7541365, '_transient_wflginfl_1984346433', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435744, '_transient_timeout_wflginfl_656442654', '1404746646', 'no') ; 
INSERT INTO `wp_options` VALUES (7435745, '_transient_wflginfl_656442654', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448181, '_transient_timeout_wflginfl_3220723012', '1404756236', 'no') ; 
INSERT INTO `wp_options` VALUES (7448182, '_transient_wflginfl_3220723012', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475096, '_transient_timeout_wflginfl_530996462', '1404778832', 'no') ; 
INSERT INTO `wp_options` VALUES (7475097, '_transient_wflginfl_530996462', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435350, '_transient_timeout_wflginfl_3170595319', '1404746342', 'no') ; 
INSERT INTO `wp_options` VALUES (7435351, '_transient_wflginfl_3170595319', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426871, '_transient_timeout_wflginfl_657464998', '1404739841', 'no') ; 
INSERT INTO `wp_options` VALUES (7426872, '_transient_wflginfl_657464998', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440791, '_transient_timeout_wflginfl_1001803390', '1404750592', 'no') ; 
INSERT INTO `wp_options` VALUES (7440792, '_transient_wflginfl_1001803390', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427407, '_transient_timeout_wflginfl_3570913992', '1404740248', 'no') ; 
INSERT INTO `wp_options` VALUES (7427408, '_transient_wflginfl_3570913992', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446870, '_transient_timeout_wflginfl_3065610638', '1404755245', 'no') ; 
INSERT INTO `wp_options` VALUES (7446871, '_transient_wflginfl_3065610638', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425914, '_transient_timeout_wflginfl_3058309314', '1404739120', 'no') ; 
INSERT INTO `wp_options` VALUES (7425915, '_transient_wflginfl_3058309314', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7425930, '_transient_timeout_wflginfl_1328770520', '1404739128', 'no') ; 
INSERT INTO `wp_options` VALUES (7425931, '_transient_wflginfl_1328770520', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430075, '_transient_timeout_wflginfl_2942968572', '1404742365', 'no') ; 
INSERT INTO `wp_options` VALUES (7430076, '_transient_wflginfl_2942968572', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460376, '_transient_timeout_wflginfl_608717717', '1404765530', 'no') ; 
INSERT INTO `wp_options` VALUES (7460377, '_transient_wflginfl_608717717', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523737, '_transient_timeout_wflginfl_1328858554', '1404820005', 'no') ; 
INSERT INTO `wp_options` VALUES (7523738, '_transient_wflginfl_1328858554', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459139, '_transient_wflginfl_3649253758', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531567, '_transient_wflginfl_1087263505', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484309, '_transient_timeout_wflginfl_3081928553', '1404788194', 'no') ; 
INSERT INTO `wp_options` VALUES (7484310, '_transient_wflginfl_3081928553', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429187, '_transient_timeout_wflginfl_1337094151', '1404741638', 'no') ; 
INSERT INTO `wp_options` VALUES (7429188, '_transient_wflginfl_1337094151', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466106, '_transient_timeout_wflginfl_3163372579', '1404770337', 'no') ; 
INSERT INTO `wp_options` VALUES (7466107, '_transient_wflginfl_3163372579', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427185, '_transient_timeout_wflginfl_694264851', '1404740062', 'no') ; 
INSERT INTO `wp_options` VALUES (7427186, '_transient_wflginfl_694264851', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526095, '_transient_wflginfl_1975729747', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7460761, '_transient_wflginfl_1771910023', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426096, '_transient_timeout_wflginfl_1892040722', '1404739257', 'no') ; 
INSERT INTO `wp_options` VALUES (7426097, '_transient_wflginfl_1892040722', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489242, '_transient_timeout_wflginfl_1861093245', '1404792956', 'no') ; 
INSERT INTO `wp_options` VALUES (7489243, '_transient_wflginfl_1861093245', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427893, '_transient_timeout_wflginfl_608765492', '1404740618', 'no') ; 
INSERT INTO `wp_options` VALUES (7427894, '_transient_wflginfl_608765492', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426943, '_transient_timeout_wflginfl_1412380468', '1404739901', 'no') ; 
INSERT INTO `wp_options` VALUES (7426944, '_transient_wflginfl_1412380468', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433554, '_transient_timeout_wflginfl_3633552250', '1404744936', 'no') ; 
INSERT INTO `wp_options` VALUES (7433555, '_transient_wflginfl_3633552250', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432376, '_transient_timeout_wflginfl_1039508262', '1404744100', 'no') ; 
INSERT INTO `wp_options` VALUES (7427672, '_transient_timeout_wflginfl_3496380251', '1404740756', 'no') ; 
INSERT INTO `wp_options` VALUES (7427673, '_transient_wflginfl_3496380251', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7432377, '_transient_wflginfl_1039508262', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538731, '_transient_timeout_wflginfl_3130404826', '1404830040', 'no') ; 
INSERT INTO `wp_options` VALUES (7538732, '_transient_wflginfl_3130404826', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433372, '_transient_timeout_wflginfl_1904411965', '1404744805', 'no') ; 
INSERT INTO `wp_options` VALUES (7433373, '_transient_wflginfl_1904411965', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430057, '_transient_timeout_wflginfl_1293891964', '1404742349', 'no') ; 
INSERT INTO `wp_options` VALUES (7430058, '_transient_wflginfl_1293891964', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448833, '_transient_timeout_wflginfl_1327890386', '1404756703', 'no') ; 
INSERT INTO `wp_options` VALUES (7448834, '_transient_wflginfl_1327890386', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485893, '_transient_timeout_wflginfl_2875197610', '1404789695', 'no') ; 
INSERT INTO `wp_options` VALUES (7479157, '_transient_timeout_wflginfl_1348683920', '1404782977', 'no') ; 
INSERT INTO `wp_options` VALUES (7539131, '_transient_timeout_wflginfl_3193372513', '1404830290', 'no') ; 
INSERT INTO `wp_options` VALUES (7539132, '_transient_wflginfl_3193372513', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427889, '_transient_timeout_wflginfl_36800230', '1404740610', 'no') ; 
INSERT INTO `wp_options` VALUES (7427890, '_transient_wflginfl_36800230', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438188, '_transient_timeout_wflginfl_1728714324', '1404748563', 'no') ; 
INSERT INTO `wp_options` VALUES (7438189, '_transient_wflginfl_1728714324', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427225, '_transient_timeout_wflginfl_521702902', '1404740104', 'no') ; 
INSERT INTO `wp_options` VALUES (7427226, '_transient_wflginfl_521702902', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433095, '_transient_timeout_wflginfl_657760064', '1404744594', 'no') ; 
INSERT INTO `wp_options` VALUES (7433096, '_transient_wflginfl_657760064', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457672, '_transient_timeout_wflginfl_3104980490', '1404763417', 'no') ; 
INSERT INTO `wp_options` VALUES (7457673, '_transient_wflginfl_3104980490', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426447, '_transient_timeout_wflginfl_2033590421', '1404739535', 'no') ; 
INSERT INTO `wp_options` VALUES (7426448, '_transient_wflginfl_2033590421', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461126, '_transient_timeout_wflginfl_1604485398', '1404766396', 'no') ; 
INSERT INTO `wp_options` VALUES (7461127, '_transient_wflginfl_1604485398', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7467445, '_transient_timeout_wflginfl_3105663709', '1404771473', 'no') ; 
INSERT INTO `wp_options` VALUES (7467446, '_transient_wflginfl_3105663709', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431744, '_transient_timeout_wflginfl_1937516641', '1404743620', 'no') ; 
INSERT INTO `wp_options` VALUES (7431745, '_transient_wflginfl_1937516641', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427281, '_transient_timeout_wflginfl_99391452', '1404740150', 'no') ; 
INSERT INTO `wp_options` VALUES (7427282, '_transient_wflginfl_99391452', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426489, '_transient_timeout_wflginfl_690193547', '1404739572', 'no') ; 
INSERT INTO `wp_options` VALUES (7426490, '_transient_wflginfl_690193547', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468169, '_transient_timeout_wflginfl_3362824969', '1404772078', 'no') ; 
INSERT INTO `wp_options` VALUES (7468170, '_transient_wflginfl_3362824969', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428434, '_transient_timeout_wflginfl_2015133081', '1404741064', 'no') ; 
INSERT INTO `wp_options` VALUES (7428435, '_transient_wflginfl_2015133081', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471242, '_transient_timeout_wflginfl_3191776449', '1404774929', 'no') ; 
INSERT INTO `wp_options` VALUES (7471243, '_transient_wflginfl_3191776449', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434642, '_transient_timeout_wflginfl_3399270210', '1404745823', 'no') ; 
INSERT INTO `wp_options` VALUES (7434643, '_transient_wflginfl_3399270210', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533128, '_transient_timeout_wflginfl_1336555220', '1404826369', 'no') ; 
INSERT INTO `wp_options` VALUES (7427919, '_transient_timeout_wflginfl_710104344', '1404740646', 'no') ; 
INSERT INTO `wp_options` VALUES (7427920, '_transient_wflginfl_710104344', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528094, '_transient_timeout_wflginfl_3032471591', '1404823027', 'no') ; 
INSERT INTO `wp_options` VALUES (7528095, '_transient_wflginfl_3032471591', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532444, '_transient_timeout_wflginfl_1103549045', '1404825922', 'no') ; 
INSERT INTO `wp_options` VALUES (7532445, '_transient_wflginfl_1103549045', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466757, '_transient_timeout_wflginfl_1548978857', '1404770914', 'no') ; 
INSERT INTO `wp_options` VALUES (7466758, '_transient_wflginfl_1548978857', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535306, '_transient_timeout_wflginfl_2109402669', '1404828027', 'no') ; 
INSERT INTO `wp_options` VALUES (7535307, '_transient_wflginfl_2109402669', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7426623, '_transient_timeout_wflginfl_622899411', '1404739656', 'no') ; 
INSERT INTO `wp_options` VALUES (7426624, '_transient_wflginfl_622899411', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426645, '_transient_timeout_wflginfl_3178453681', '1404739669', 'no') ; 
INSERT INTO `wp_options` VALUES (7426646, '_transient_wflginfl_3178453681', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427711, '_transient_timeout_wflginfl_84914677', '1404740485', 'no') ; 
INSERT INTO `wp_options` VALUES (7427712, '_transient_wflginfl_84914677', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461249, '_transient_timeout_wflginfl_3036461274', '1404766220', 'no') ; 
INSERT INTO `wp_options` VALUES (7461250, '_transient_wflginfl_3036461274', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458796, '_transient_timeout_wflginfl_695152030', '1404764583', 'no') ; 
INSERT INTO `wp_options` VALUES (7458797, '_transient_wflginfl_695152030', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7426683, '_transient_timeout_wflginfl_3651459779', '1404739692', 'no') ; 
INSERT INTO `wp_options` VALUES (7426684, '_transient_wflginfl_3651459779', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427179, '_transient_timeout_wflginfl_2466218460', '1404740060', 'no') ; 
INSERT INTO `wp_options` VALUES (7427180, '_transient_wflginfl_2466218460', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428278, '_transient_timeout_wflginfl_3321241225', '1404740932', 'no') ; 
INSERT INTO `wp_options` VALUES (7428279, '_transient_wflginfl_3321241225', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426735, '_transient_timeout_wflginfl_2017408691', '1404739731', 'no') ; 
INSERT INTO `wp_options` VALUES (7426736, '_transient_wflginfl_2017408691', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483522, '_transient_wflginfl_712189356', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540259, '_transient_wflginfl_2958403847', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7439099, '_transient_timeout_wflginfl_3065122369', '1404749238', 'no') ; 
INSERT INTO `wp_options` VALUES (7439100, '_transient_wflginfl_3065122369', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7527910, '_transient_timeout_wflginfl_1897260666', '1404822898', 'no') ; 
INSERT INTO `wp_options` VALUES (7527911, '_transient_wflginfl_1897260666', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429501, '_transient_timeout_wflginfl_3057238511', '1404741872', 'no') ; 
INSERT INTO `wp_options` VALUES (7429502, '_transient_wflginfl_3057238511', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426801, '_transient_timeout_wflginfl_1559856759', '1404739784', 'no') ; 
INSERT INTO `wp_options` VALUES (7426802, '_transient_wflginfl_1559856759', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7426815, '_transient_timeout_wflginfl_2006624677', '1404739793', 'no') ; 
INSERT INTO `wp_options` VALUES (7426816, '_transient_wflginfl_2006624677', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505502, '_transient_timeout_wflginfl_2970789077', '1404807508', 'no') ; 
INSERT INTO `wp_options` VALUES (7540414, '_transient_timeout_wflginfl_2918532933', '1404831128', 'no') ; 
INSERT INTO `wp_options` VALUES (7429091, '_transient_timeout_wflginfl_1975950831', '1404741544', 'no') ; 
INSERT INTO `wp_options` VALUES (7429092, '_transient_wflginfl_1975950831', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484411, '_transient_timeout_wflginfl_780286237', '1404788559', 'no') ; 
INSERT INTO `wp_options` VALUES (7484412, '_transient_wflginfl_780286237', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7435910, '_transient_timeout_wflginfl_1348424434', '1404746771', 'no') ; 
INSERT INTO `wp_options` VALUES (7435911, '_transient_wflginfl_1348424434', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471010, '_transient_timeout_wflginfl_1914590153', '1404774713', 'no') ; 
INSERT INTO `wp_options` VALUES (7471011, '_transient_wflginfl_1914590153', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437528, '_transient_timeout_wflginfl_690195880', '1404748036', 'no') ; 
INSERT INTO `wp_options` VALUES (7437529, '_transient_wflginfl_690195880', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7509554, '_transient_timeout_wflginfl_1422987605', '1404810178', 'no') ; 
INSERT INTO `wp_options` VALUES (7509555, '_transient_wflginfl_1422987605', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530164, '_transient_timeout_wflginfl_690233420', '1404824447', 'no') ; 
INSERT INTO `wp_options` VALUES (7541334, '_transient_timeout_wflginfl_3562890242', '1404831526', 'no') ; 
INSERT INTO `wp_options` VALUES (7427379, '_transient_timeout_wflginfl_657451875', '1404740229', 'no') ; 
INSERT INTO `wp_options` VALUES (7427380, '_transient_wflginfl_657451875', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445568, '_transient_timeout_wflginfl_3198579594', '1404754533', 'no') ; 
INSERT INTO `wp_options` VALUES (7445569, '_transient_wflginfl_3198579594', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7427043, '_transient_timeout_wflginfl_1361429809', '1404739960', 'no') ; 
INSERT INTO `wp_options` VALUES (7427044, '_transient_wflginfl_1361429809', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427053, '_transient_timeout_wflginfl_786014687', '1404739966', 'no') ; 
INSERT INTO `wp_options` VALUES (7427054, '_transient_wflginfl_786014687', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427059, '_transient_timeout_wflginfl_1945248762', '1404739967', 'no') ; 
INSERT INTO `wp_options` VALUES (7427060, '_transient_wflginfl_1945248762', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538833, '_transient_timeout_wflginfl_3197242290', '1404830094', 'no') ; 
INSERT INTO `wp_options` VALUES (7538834, '_transient_wflginfl_3197242290', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462911, '_transient_timeout_wflginfl_2989174074', '1404767655', 'no') ; 
INSERT INTO `wp_options` VALUES (7462912, '_transient_wflginfl_2989174074', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430607, '_transient_timeout_wflginfl_3321512141', '1404742749', 'no') ; 
INSERT INTO `wp_options` VALUES (7430608, '_transient_wflginfl_3321512141', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427087, '_transient_timeout_wflginfl_1979551935', '1404739984', 'no') ; 
INSERT INTO `wp_options` VALUES (7427088, '_transient_wflginfl_1979551935', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428754, '_transient_timeout_wflginfl_1500432386', '1404741295', 'no') ; 
INSERT INTO `wp_options` VALUES (7428755, '_transient_wflginfl_1500432386', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427117, '_transient_timeout_wflginfl_3065626213', '1404739997', 'no') ; 
INSERT INTO `wp_options` VALUES (7427118, '_transient_wflginfl_3065626213', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445640, '_transient_timeout_wflginfl_691016999', '1404754305', 'no') ; 
INSERT INTO `wp_options` VALUES (7445641, '_transient_wflginfl_691016999', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475168, '_transient_timeout_wflginfl_3393065378', '1404778890', 'no') ; 
INSERT INTO `wp_options` VALUES (7475169, '_transient_wflginfl_3393065378', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438688, '_transient_timeout_wflginfl_1449360699', '1404748929', 'no') ; 
INSERT INTO `wp_options` VALUES (7438689, '_transient_wflginfl_1449360699', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427159, '_transient_timeout_wflginfl_1300143650', '1404740042', 'no') ; 
INSERT INTO `wp_options` VALUES (7427160, '_transient_wflginfl_1300143650', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427163, '_transient_timeout_wflginfl_1976078340', '1404740042', 'no') ; 
INSERT INTO `wp_options` VALUES (7427164, '_transient_wflginfl_1976078340', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427169, '_transient_timeout_wflginfl_3679333046', '1404740050', 'no') ; 
INSERT INTO `wp_options` VALUES (7427170, '_transient_wflginfl_3679333046', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427189, '_transient_timeout_wflginfl_1836661240', '1404740063', 'no') ; 
INSERT INTO `wp_options` VALUES (7427190, '_transient_wflginfl_1836661240', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427233, '_transient_timeout_wflginfl_2058252242', '1404740113', 'no') ; 
INSERT INTO `wp_options` VALUES (7427234, '_transient_wflginfl_2058252242', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437886, '_transient_timeout_wflginfl_1571977287', '1404748321', 'no') ; 
INSERT INTO `wp_options` VALUES (7437887, '_transient_wflginfl_1571977287', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427301, '_transient_timeout_wflginfl_3035251112', '1404740166', 'no') ; 
INSERT INTO `wp_options` VALUES (7427302, '_transient_wflginfl_3035251112', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430773, '_transient_timeout_wflginfl_1332935566', '1404742885', 'no') ; 
INSERT INTO `wp_options` VALUES (7430774, '_transient_wflginfl_1332935566', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427323, '_transient_timeout_wflginfl_3305712484', '1404740188', 'no') ; 
INSERT INTO `wp_options` VALUES (7427324, '_transient_wflginfl_3305712484', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454831, '_transient_timeout_wflginfl_1544958148', '1404761256', 'no') ; 
INSERT INTO `wp_options` VALUES (7454832, '_transient_wflginfl_1544958148', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427339, '_transient_timeout_wflginfl_694922389', '1404740203', 'no') ; 
INSERT INTO `wp_options` VALUES (7427340, '_transient_wflginfl_694922389', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467199, '_transient_timeout_wflginfl_627698392', '1404771280', 'no') ; 
INSERT INTO `wp_options` VALUES (7467200, '_transient_wflginfl_627698392', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432078, '_transient_timeout_wflginfl_3360715922', '1404743869', 'no') ; 
INSERT INTO `wp_options` VALUES (7432079, '_transient_wflginfl_3360715922', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429921, '_transient_timeout_wflginfl_3413334264', '1404742233', 'no') ; 
INSERT INTO `wp_options` VALUES (7429922, '_transient_wflginfl_3413334264', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438642, '_transient_timeout_wflginfl_3318502227', '1404748904', 'no') ; 
INSERT INTO `wp_options` VALUES (7438643, '_transient_wflginfl_3318502227', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427389, '_transient_timeout_wflginfl_1837060211', '1404740236', 'no') ; 
INSERT INTO `wp_options` VALUES (7427390, '_transient_wflginfl_1837060211', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427423, '_transient_timeout_wflginfl_3570907473', '1404740258', 'no') ; 
INSERT INTO `wp_options` VALUES (7427424, '_transient_wflginfl_3570907473', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427439, '_transient_timeout_wflginfl_3732878577', '1404740281', 'no') ; 
INSERT INTO `wp_options` VALUES (7427440, '_transient_wflginfl_3732878577', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427469, '_transient_timeout_wflginfl_704512866', '1404740294', 'no') ; 
INSERT INTO `wp_options` VALUES (7427470, '_transient_wflginfl_704512866', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457993, '_transient_timeout_wflginfl_1153474889', '1404763665', 'no') ; 
INSERT INTO `wp_options` VALUES (7457994, '_transient_wflginfl_1153474889', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427558, '_transient_timeout_wflginfl_3393415069', '1404740377', 'no') ; 
INSERT INTO `wp_options` VALUES (7427559, '_transient_wflginfl_3393415069', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7528422, '_transient_timeout_wflginfl_1777138313', '1404823241', 'no') ; 
INSERT INTO `wp_options` VALUES (7528423, '_transient_wflginfl_1777138313', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464441, '_transient_timeout_wflginfl_2454962982', '1404768884', 'no') ; 
INSERT INTO `wp_options` VALUES (7464442, '_transient_wflginfl_2454962982', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427614, '_transient_timeout_wflginfl_2923890556', '1404740722', 'no') ; 
INSERT INTO `wp_options` VALUES (7427615, '_transient_wflginfl_2923890556', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7427618, '_transient_timeout_wflginfl_2966251647', '1404740416', 'no') ; 
INSERT INTO `wp_options` VALUES (7427619, '_transient_wflginfl_2966251647', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427640, '_transient_timeout_wffgt_2923890556', '1404740440', 'no') ; 
INSERT INTO `wp_options` VALUES (7427641, '_transient_wffgt_2923890556', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491670, '_transient_timeout_wflginfl_694914922', '1404795199', 'no') ; 
INSERT INTO `wp_options` VALUES (7491671, '_transient_wflginfl_694914922', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432443, '_transient_timeout_wflginfl_1088882574', '1404744695', 'no') ; 
INSERT INTO `wp_options` VALUES (7432461, '_transient_timeout_wflginfl_3065650376', '1404744170', 'no') ; 
INSERT INTO `wp_options` VALUES (7432462, '_transient_wflginfl_3065650376', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539900, '_transient_timeout_wflginfl_3159450168', '1404831059', 'no') ; 
INSERT INTO `wp_options` VALUES (7539901, '_transient_wflginfl_3159450168', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7432444, '_transient_wflginfl_1088882574', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7427719, '_transient_timeout_wflginfl_1975724299', '1404740489', 'no') ; 
INSERT INTO `wp_options` VALUES (7427720, '_transient_wflginfl_1975724299', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523621, '_transient_timeout_wflginfl_1507324120', '1404819926', 'no') ; 
INSERT INTO `wp_options` VALUES (7453106, '_transient_timeout_wflginfl_657127849', '1404759986', 'no') ; 
INSERT INTO `wp_options` VALUES (7453107, '_transient_wflginfl_657127849', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521714, '_transient_timeout_wflginfl_1912365277', '1404818673', 'no') ; 
INSERT INTO `wp_options` VALUES (7541476, '_transient_timeout_wflginfl_1986357403', '1404831905', 'no') ; 
INSERT INTO `wp_options` VALUES (7428868, '_transient_timeout_wflginfl_2945346937', '1404741371', 'no') ; 
INSERT INTO `wp_options` VALUES (7428869, '_transient_wflginfl_2945346937', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432727, '_transient_timeout_wflginfl_2085768013', '1404744343', 'no') ; 
INSERT INTO `wp_options` VALUES (7432728, '_transient_wflginfl_2085768013', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447158, '_transient_timeout_wflginfl_704244889', '1404755452', 'no') ; 
INSERT INTO `wp_options` VALUES (7447159, '_transient_wflginfl_704244889', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515588, '_transient_timeout_wflginfl_2033590403', '1404814460', 'no') ; 
INSERT INTO `wp_options` VALUES (7515589, '_transient_wflginfl_2033590403', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438780, '_transient_timeout_wflginfl_1001530567', '1404748996', 'no') ; 
INSERT INTO `wp_options` VALUES (7438781, '_transient_wflginfl_1001530567', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434750, '_transient_timeout_wflginfl_835470373', '1404745910', 'no') ; 
INSERT INTO `wp_options` VALUES (7434751, '_transient_wflginfl_835470373', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7498543, '_transient_timeout_wflginfl_1584514550', '1404801583', 'no') ; 
INSERT INTO `wp_options` VALUES (7498544, '_transient_wflginfl_1584514550', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521624, '_transient_timeout_wflginfl_775970384', '1404818609', 'no') ; 
INSERT INTO `wp_options` VALUES (7521625, '_transient_wflginfl_775970384', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7427955, '_transient_timeout_wflginfl_657659232', '1404740664', 'no') ; 
INSERT INTO `wp_options` VALUES (7427956, '_transient_wflginfl_657659232', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429321, '_transient_timeout_wflginfl_1887880701', '1404741727', 'no') ; 
INSERT INTO `wp_options` VALUES (7429322, '_transient_wflginfl_1887880701', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453725, '_transient_timeout_wflginfl_3310853771', '1404760468', 'no') ; 
INSERT INTO `wp_options` VALUES (7500702, '_transient_timeout_wflginfl_657920070', '1404803384', 'no') ; 
INSERT INTO `wp_options` VALUES (7536955, '_transient_timeout_wflginfl_3673826053', '1404828884', 'no') ; 
INSERT INTO `wp_options` VALUES (7536956, '_transient_wflginfl_3673826053', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428069, '_transient_timeout_wflginfl_3285383208', '1404740758', 'no') ; 
INSERT INTO `wp_options` VALUES (7428070, '_transient_wflginfl_3285383208', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433400, '_transient_timeout_wflginfl_3147368557', '1404744829', 'no') ; 
INSERT INTO `wp_options` VALUES (7433401, '_transient_wflginfl_3147368557', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438146, '_transient_timeout_wflginfl_36875166', '1404748536', 'no') ; 
INSERT INTO `wp_options` VALUES (7438147, '_transient_wflginfl_36875166', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430717, '_transient_timeout_wflginfl_1579446265', '1404742840', 'no') ; 
INSERT INTO `wp_options` VALUES (7430718, '_transient_wflginfl_1579446265', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440615, '_transient_timeout_wflginfl_657469836', '1404750442', 'no') ; 
INSERT INTO `wp_options` VALUES (7440616, '_transient_wflginfl_657469836', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438724, '_transient_timeout_wflginfl_3667818301', '1404748959', 'no') ; 
INSERT INTO `wp_options` VALUES (7443719, '_transient_timeout_wflginfl_3123527886', '1404752846', 'no') ; 
INSERT INTO `wp_options` VALUES (7443720, '_transient_wflginfl_3123527886', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442072, '_transient_timeout_wflginfl_788108200', '1404751537', 'no') ; 
INSERT INTO `wp_options` VALUES (7442073, '_transient_wflginfl_788108200', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431645, '_transient_timeout_wflginfl_1950994979', '1404743555', 'no') ; 
INSERT INTO `wp_options` VALUES (7431646, '_transient_wflginfl_1950994979', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429784, '_transient_timeout_wflginfl_3382464797', '1404742127', 'no') ; 
INSERT INTO `wp_options` VALUES (7429785, '_transient_wflginfl_3382464797', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536095, '_transient_wflginfl_3065298291', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434361, '_transient_wflginfl_3065708680', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452830, '_transient_timeout_wflginfl_3016913374', '1404759787', 'no') ; 
INSERT INTO `wp_options` VALUES (7452831, '_transient_wflginfl_3016913374', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428234, '_transient_timeout_wflginfl_84837088', '1404740902', 'no') ; 
INSERT INTO `wp_options` VALUES (7428235, '_transient_wflginfl_84837088', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435206, '_transient_timeout_wflginfl_403578857', '1404746257', 'no') ; 
INSERT INTO `wp_options` VALUES (7435207, '_transient_wflginfl_403578857', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438725, '_transient_wflginfl_3667818301', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428324, '_transient_timeout_wflginfl_1917793336', '1404740971', 'no') ; 
INSERT INTO `wp_options` VALUES (7428325, '_transient_wflginfl_1917793336', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531153, '_transient_timeout_wflginfl_3188219100', '1404825126', 'no') ; 
INSERT INTO `wp_options` VALUES (7531154, '_transient_wflginfl_3188219100', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541805, '_transient_timeout_wflginfl_1203675221', '1404881304', 'no') ; 
INSERT INTO `wp_options` VALUES (7541806, '_transient_wflginfl_1203675221', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428920, '_transient_timeout_wflginfl_694281375', '1404741409', 'no') ; 
INSERT INTO `wp_options` VALUES (7428921, '_transient_wflginfl_694281375', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448776, '_transient_timeout_wflginfl_656468698', '1404756664', 'no') ; 
INSERT INTO `wp_options` VALUES (7448777, '_transient_wflginfl_656468698', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428440, '_transient_timeout_wflginfl_1977199275', '1404741078', 'no') ; 
INSERT INTO `wp_options` VALUES (7428441, '_transient_wflginfl_1977199275', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518415, '_transient_timeout_wflginfl_1502943261', '1404816424', 'no') ; 
INSERT INTO `wp_options` VALUES (7518416, '_transient_wflginfl_1502943261', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432953, '_transient_wflginfl_1344879382', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457717, '_transient_timeout_wflginfl_3399487657', '1404763446', 'no') ; 
INSERT INTO `wp_options` VALUES (7454415, '_transient_timeout_wflginfl_3065398803', '1404760939', 'no') ; 
INSERT INTO `wp_options` VALUES (7454416, '_transient_wflginfl_3065398803', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436999, '_transient_timeout_wflginfl_3031602918', '1404747614', 'no') ; 
INSERT INTO `wp_options` VALUES (7437000, '_transient_wflginfl_3031602918', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540258, '_transient_timeout_wflginfl_2958403847', '1404831311', 'no') ; 
INSERT INTO `wp_options` VALUES (7534899, '_transient_wflginfl_3169925498', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539903, '_transient_wflginfl_845277374', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428540, '_transient_timeout_wflginfl_3536023931', '1404741147', 'no') ; 
INSERT INTO `wp_options` VALUES (7428541, '_transient_wflginfl_3536023931', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431685, '_transient_timeout_wflginfl_657879641', '1404743586', 'no') ; 
INSERT INTO `wp_options` VALUES (7431686, '_transient_wflginfl_657879641', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473127, '_transient_timeout_wflginfl_991627406', '1404776835', 'no') ; 
INSERT INTO `wp_options` VALUES (7473128, '_transient_wflginfl_991627406', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429275, '_transient_timeout_wflginfl_3388757885', '1404741697', 'no') ; 
INSERT INTO `wp_options` VALUES (7429276, '_transient_wflginfl_3388757885', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467661, '_transient_timeout_wflginfl_1367565101', '1404771650', 'no') ; 
INSERT INTO `wp_options` VALUES (7467662, '_transient_wflginfl_1367565101', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433806, '_transient_timeout_wflginfl_3176107789', '1404745116', 'no') ; 
INSERT INTO `wp_options` VALUES (7433807, '_transient_wflginfl_3176107789', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441441, '_transient_timeout_wflginfl_1887859355', '1404751046', 'no') ; 
INSERT INTO `wp_options` VALUES (7441442, '_transient_wflginfl_1887859355', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539125, '_transient_timeout_wflginfl_1892701549', '1404830284', 'no') ; 
INSERT INTO `wp_options` VALUES (7539126, '_transient_wflginfl_1892701549', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428678, '_transient_timeout_wflginfl_702200892', '1404741238', 'no') ; 
INSERT INTO `wp_options` VALUES (7428679, '_transient_wflginfl_702200892', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492526, '_transient_timeout_wflginfl_692615181', '1404795979', 'no') ; 
INSERT INTO `wp_options` VALUES (7492527, '_transient_wflginfl_692615181', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500038, '_transient_timeout_wflginfl_3031935327', '1404802853', 'no') ; 
INSERT INTO `wp_options` VALUES (7500039, '_transient_wflginfl_3031935327', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475684, '_transient_timeout_wflginfl_702685909', '1404779409', 'no') ; 
INSERT INTO `wp_options` VALUES (7540516, '_transient_wflginfl_1507120342', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475685, '_transient_wflginfl_702685909', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428698, '_transient_timeout_wflginfl_1892044212', '1404741256', 'no') ; 
INSERT INTO `wp_options` VALUES (7428699, '_transient_wflginfl_1892044212', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428712, '_transient_timeout_wflginfl_3188720049', '1404741270', 'no') ; 
INSERT INTO `wp_options` VALUES (7428713, '_transient_wflginfl_3188720049', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525872, '_transient_timeout_wflginfl_3290286034', '1404821509', 'no') ; 
INSERT INTO `wp_options` VALUES (7525873, '_transient_wflginfl_3290286034', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530753, '_transient_timeout_wflginfl_3132347283', '1404824853', 'no') ; 
INSERT INTO `wp_options` VALUES (7530754, '_transient_wflginfl_3132347283', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431237, '_transient_timeout_wflginfl_1308728865', '1404743239', 'no') ; 
INSERT INTO `wp_options` VALUES (7431238, '_transient_wflginfl_1308728865', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450372, '_transient_timeout_wflginfl_18139506', '1404757900', 'no') ; 
INSERT INTO `wp_options` VALUES (7450373, '_transient_wflginfl_18139506', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428766, '_transient_timeout_wflginfl_1837060219', '1404741297', 'no') ; 
INSERT INTO `wp_options` VALUES (7428767, '_transient_wflginfl_1837060219', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541262, '_transient_timeout_wflginfl_2063762403', '1404831494', 'no') ; 
INSERT INTO `wp_options` VALUES (7541263, '_transient_wflginfl_2063762403', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441894, '_transient_timeout_wflginfl_1887954004', '1404751402', 'no') ; 
INSERT INTO `wp_options` VALUES (7441895, '_transient_wflginfl_1887954004', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508551, '_transient_timeout_wflginfl_2080828666', '1404809474', 'no') ; 
INSERT INTO `wp_options` VALUES (7508552, '_transient_wflginfl_2080828666', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480785, '_transient_timeout_wflginfl_1304048077', '1404784690', 'no') ; 
INSERT INTO `wp_options` VALUES (7480786, '_transient_wflginfl_1304048077', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518399, '_transient_timeout_wflginfl_1378527267', '1404816417', 'no') ; 
INSERT INTO `wp_options` VALUES (7518400, '_transient_wflginfl_1378527267', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428870, '_transient_timeout_wflginfl_1959487775', '1404741374', 'no') ; 
INSERT INTO `wp_options` VALUES (7428871, '_transient_wflginfl_1959487775', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7428874, '_transient_timeout_wflginfl_2107818812', '1404741375', 'no') ; 
INSERT INTO `wp_options` VALUES (7428875, '_transient_wflginfl_2107818812', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432355, '_transient_timeout_wflginfl_3644270764', '1404744080', 'no') ; 
INSERT INTO `wp_options` VALUES (7432356, '_transient_wflginfl_3644270764', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458986, '_transient_timeout_wflginfl_3150175324', '1404764438', 'no') ; 
INSERT INTO `wp_options` VALUES (7458987, '_transient_wflginfl_3150175324', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436711, '_transient_timeout_wflginfl_1887848647', '1404747400', 'no') ; 
INSERT INTO `wp_options` VALUES (7436712, '_transient_wflginfl_1887848647', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469061, '_transient_timeout_wflginfl_1506379645', '1404772894', 'no') ; 
INSERT INTO `wp_options` VALUES (7469062, '_transient_wflginfl_1506379645', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431507, '_transient_timeout_wflginfl_2344798352', '1404743461', 'no') ; 
INSERT INTO `wp_options` VALUES (7431508, '_transient_wflginfl_2344798352', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535682, '_transient_timeout_wflginfl_1834853780', '1404828033', 'no') ; 
INSERT INTO `wp_options` VALUES (7493661, '_transient_wflginfl_696653453', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529664, '_transient_timeout_wflginfl_657080123', '1404824118', 'no') ; 
INSERT INTO `wp_options` VALUES (7529665, '_transient_wflginfl_657080123', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457328, '_transient_timeout_wflginfl_2989010223', '1404763136', 'no') ; 
INSERT INTO `wp_options` VALUES (7457329, '_transient_wflginfl_2989010223', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445644, '_transient_timeout_wflginfl_1768923405', '1404754305', 'no') ; 
INSERT INTO `wp_options` VALUES (7445645, '_transient_wflginfl_1768923405', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535436, '_transient_timeout_wflginfl_3036153374', '1404827858', 'no') ; 
INSERT INTO `wp_options` VALUES (7454389, '_transient_timeout_wflginfl_609565022', '1404760920', 'no') ; 
INSERT INTO `wp_options` VALUES (7454390, '_transient_wflginfl_609565022', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429175, '_transient_timeout_wflginfl_694252875', '1404741626', 'no') ; 
INSERT INTO `wp_options` VALUES (7429176, '_transient_wflginfl_694252875', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433944, '_transient_timeout_wflginfl_1569323318', '1404745209', 'no') ; 
INSERT INTO `wp_options` VALUES (7433945, '_transient_wflginfl_1569323318', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535437, '_transient_wflginfl_3036153374', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442873, '_transient_timeout_wflginfl_3305636505', '1404752159', 'no') ; 
INSERT INTO `wp_options` VALUES (7442874, '_transient_wflginfl_3305636505', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540282, '_transient_timeout_wflginfl_2043897221', '1404831047', 'no') ; 
INSERT INTO `wp_options` VALUES (7520867, '_transient_wflginfl_1728672314', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467932, '_transient_wflginfl_702200942', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431132, '_transient_wflginfl_1891967249', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517337, '_transient_timeout_wflginfl_1548990126', '1404815649', 'no') ; 
INSERT INTO `wp_options` VALUES (7517338, '_transient_wflginfl_1548990126', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443373, '_transient_timeout_wflginfl_1430665038', '1404752564', 'no') ; 
INSERT INTO `wp_options` VALUES (7443374, '_transient_wflginfl_1430665038', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539635, '_transient_timeout_wflginfl_702615058', '1404830632', 'no') ; 
INSERT INTO `wp_options` VALUES (7494786, '_transient_wflginfl_3175012089', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429389, '_transient_timeout_wflginfl_842301869', '1404741790', 'no') ; 
INSERT INTO `wp_options` VALUES (7429390, '_transient_wflginfl_842301869', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442617, '_transient_timeout_wflginfl_3170526043', '1404752231', 'no') ; 
INSERT INTO `wp_options` VALUES (7442618, '_transient_wflginfl_3170526043', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7444832, '_transient_timeout_wflginfl_3581033436', '1404753657', 'no') ; 
INSERT INTO `wp_options` VALUES (7444833, '_transient_wflginfl_3581033436', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447661, '_transient_timeout_wflginfl_1415206061', '1404755837', 'no') ; 
INSERT INTO `wp_options` VALUES (7447662, '_transient_wflginfl_1415206061', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494042, '_transient_timeout_wflginfl_1771995714', '1404797373', 'no') ; 
INSERT INTO `wp_options` VALUES (7494043, '_transient_wflginfl_1771995714', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451620, '_transient_timeout_wflginfl_36802777', '1404758882', 'no') ; 
INSERT INTO `wp_options` VALUES (7451621, '_transient_wflginfl_36802777', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466468, '_transient_timeout_wflginfl_3146067891', '1404770641', 'no') ; 
INSERT INTO `wp_options` VALUES (7466469, '_transient_wflginfl_3146067891', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429465, '_transient_timeout_wflginfl_1477471091', '1404741853', 'no') ; 
INSERT INTO `wp_options` VALUES (7429466, '_transient_wflginfl_1477471091', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429467, '_transient_timeout_wflginfl_1976117370', '1404741855', 'no') ; 
INSERT INTO `wp_options` VALUES (7429468, '_transient_wflginfl_1976117370', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429485, '_transient_timeout_wflginfl_1596533588', '1404741864', 'no') ; 
INSERT INTO `wp_options` VALUES (7429486, '_transient_wflginfl_1596533588', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445544, '_transient_timeout_wflginfl_995630684', '1404754215', 'no') ; 
INSERT INTO `wp_options` VALUES (7445545, '_transient_wflginfl_995630684', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429521, '_transient_timeout_wflginfl_657127810', '1404741889', 'no') ; 
INSERT INTO `wp_options` VALUES (7429522, '_transient_wflginfl_657127810', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430877, '_transient_timeout_wflginfl_995847600', '1404742954', 'no') ; 
INSERT INTO `wp_options` VALUES (7430878, '_transient_wflginfl_995847600', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436973, '_transient_timeout_wflginfl_3307491890', '1404747599', 'no') ; 
INSERT INTO `wp_options` VALUES (7436974, '_transient_wflginfl_3307491890', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437411, '_transient_timeout_wflginfl_3014815913', '1404747949', 'no') ; 
INSERT INTO `wp_options` VALUES (7437412, '_transient_wflginfl_3014815913', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443575, '_transient_timeout_wflginfl_3036363332', '1404752723', 'no') ; 
INSERT INTO `wp_options` VALUES (7443576, '_transient_wflginfl_3036363332', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452189, '_transient_wflginfl_694301163', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445523, '_transient_wflginfl_1001948367', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477608, '_transient_timeout_wflginfl_393560178', '1404781337', 'no') ; 
INSERT INTO `wp_options` VALUES (7477609, '_transient_wflginfl_393560178', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464587, '_transient_timeout_wflginfl_1414733159', '1404768992', 'no') ; 
INSERT INTO `wp_options` VALUES (7540528, '_transient_timeout_wflginfl_3357501240', '1404831186', 'no') ; 
INSERT INTO `wp_options` VALUES (7429623, '_transient_timeout_wflginfl_1549900199', '1404741967', 'no') ; 
INSERT INTO `wp_options` VALUES (7429624, '_transient_wflginfl_1549900199', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458946, '_transient_timeout_wflginfl_3318403608', '1404764402', 'no') ; 
INSERT INTO `wp_options` VALUES (7458947, '_transient_wflginfl_3318403608', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535666, '_transient_timeout_wflginfl_2183875412', '1404828020', 'no') ; 
INSERT INTO `wp_options` VALUES (7535667, '_transient_wflginfl_2183875412', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429705, '_transient_timeout_wflginfl_657028332', '1404742054', 'no') ; 
INSERT INTO `wp_options` VALUES (7429706, '_transient_wflginfl_657028332', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459347, '_transient_timeout_wflginfl_1298411804', '1404764966', 'no') ; 
INSERT INTO `wp_options` VALUES (7459348, '_transient_wflginfl_1298411804', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7454811, '_transient_timeout_wflginfl_656453009', '1404761236', 'no') ; 
INSERT INTO `wp_options` VALUES (7454812, '_transient_wflginfl_656453009', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429798, '_transient_timeout_wflginfl_1039508237', '1404742132', 'no') ; 
INSERT INTO `wp_options` VALUES (7429799, '_transient_wflginfl_1039508237', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446942, '_transient_timeout_wflginfl_657636377', '1404755298', 'no') ; 
INSERT INTO `wp_options` VALUES (7446943, '_transient_wflginfl_657636377', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540914, '_transient_timeout_wflginfl_1608657756', '1404831365', 'no') ; 
INSERT INTO `wp_options` VALUES (7539764, '_transient_timeout_wflginfl_1333330698', '1404830722', 'no') ; 
INSERT INTO `wp_options` VALUES (7429832, '_transient_timeout_wflginfl_1319337409', '1404742169', 'no') ; 
INSERT INTO `wp_options` VALUES (7429833, '_transient_wflginfl_1319337409', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468133, '_transient_timeout_wflginfl_1884235301', '1404772052', 'no') ; 
INSERT INTO `wp_options` VALUES (7466244, '_transient_timeout_wflginfl_1887896583', '1404770460', 'no') ; 
INSERT INTO `wp_options` VALUES (7466245, '_transient_wflginfl_1887896583', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522851, '_transient_timeout_wflginfl_700396722', '1404819378', 'no') ; 
INSERT INTO `wp_options` VALUES (7522852, '_transient_wflginfl_700396722', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429883, '_transient_timeout_wflginfl_1728986851', '1404742209', 'no') ; 
INSERT INTO `wp_options` VALUES (7429884, '_transient_wflginfl_1728986851', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429895, '_transient_timeout_wflginfl_657207710', '1404742218', 'no') ; 
INSERT INTO `wp_options` VALUES (7429896, '_transient_wflginfl_657207710', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455413, '_transient_timeout_wflginfl_1333084407', '1404761707', 'no') ; 
INSERT INTO `wp_options` VALUES (7455414, '_transient_wflginfl_1333084407', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438226, '_transient_timeout_wflginfl_3065606915', '1404748588', 'no') ; 
INSERT INTO `wp_options` VALUES (7438227, '_transient_wflginfl_3065606915', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522971, '_transient_timeout_wflginfl_2033590381', '1404819468', 'no') ; 
INSERT INTO `wp_options` VALUES (7522972, '_transient_wflginfl_2033590381', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429969, '_transient_timeout_wflginfl_657485116', '1404742289', 'no') ; 
INSERT INTO `wp_options` VALUES (7429970, '_transient_wflginfl_657485116', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437290, '_transient_timeout_wflginfl_84772954', '1404747847', 'no') ; 
INSERT INTO `wp_options` VALUES (7437291, '_transient_wflginfl_84772954', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7429989, '_transient_timeout_wflginfl_656527121', '1404742304', 'no') ; 
INSERT INTO `wp_options` VALUES (7429990, '_transient_wflginfl_656527121', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500217, '_transient_wflginfl_2030490154', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7500275, '_transient_wflginfl_2970784276', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430447, '_transient_timeout_wflginfl_1332904909', '1404742630', 'no') ; 
INSERT INTO `wp_options` VALUES (7430448, '_transient_wflginfl_1332904909', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439837, '_transient_timeout_wflginfl_635938815', '1404749814', 'no') ; 
INSERT INTO `wp_options` VALUES (7439838, '_transient_wflginfl_635938815', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445908, '_transient_timeout_wflginfl_3321240895', '1404754505', 'no') ; 
INSERT INTO `wp_options` VALUES (7445909, '_transient_wflginfl_3321240895', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433252, '_transient_timeout_wflginfl_1314916587', '1404744719', 'no') ; 
INSERT INTO `wp_options` VALUES (7433253, '_transient_wflginfl_1314916587', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430861, '_transient_timeout_wflginfl_1743842624', '1404742946', 'no') ; 
INSERT INTO `wp_options` VALUES (7430862, '_transient_wflginfl_1743842624', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481295, '_transient_timeout_wflginfl_2885851825', '1404785184', 'no') ; 
INSERT INTO `wp_options` VALUES (7481296, '_transient_wflginfl_2885851825', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430105, '_transient_timeout_wflginfl_1847723250', '1404742390', 'no') ; 
INSERT INTO `wp_options` VALUES (7430106, '_transient_wflginfl_1847723250', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434178, '_transient_timeout_wflginfl_2006839617', '1404745402', 'no') ; 
INSERT INTO `wp_options` VALUES (7434179, '_transient_wflginfl_2006839617', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430137, '_transient_timeout_wflginfl_3755681263', '1404742404', 'no') ; 
INSERT INTO `wp_options` VALUES (7430138, '_transient_wflginfl_3755681263', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440453, '_transient_timeout_wflginfl_39548606', '1404750296', 'no') ; 
INSERT INTO `wp_options` VALUES (7440454, '_transient_wflginfl_39548606', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468134, '_transient_wflginfl_1884235301', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441736, '_transient_timeout_wflginfl_3036497610', '1404751268', 'no') ; 
INSERT INTO `wp_options` VALUES (7441737, '_transient_wflginfl_3036497610', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478180, '_transient_timeout_wflginfl_704200471', '1404781911', 'no') ; 
INSERT INTO `wp_options` VALUES (7478181, '_transient_wflginfl_704200471', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430287, '_transient_timeout_wflginfl_782983677', '1404742515', 'no') ; 
INSERT INTO `wp_options` VALUES (7430288, '_transient_wflginfl_782983677', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455037, '_transient_timeout_wflginfl_2970353857', '1404761427', 'no') ; 
INSERT INTO `wp_options` VALUES (7455038, '_transient_wflginfl_2970353857', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430365, '_transient_timeout_wflginfl_2991615322', '1404742565', 'no') ; 
INSERT INTO `wp_options` VALUES (7430366, '_transient_wflginfl_2991615322', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432094, '_transient_timeout_wflginfl_3172636256', '1404743878', 'no') ; 
INSERT INTO `wp_options` VALUES (7432095, '_transient_wflginfl_3172636256', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541190, '_transient_timeout_wflginfl_3035996216', '1404831461', 'no') ; 
INSERT INTO `wp_options` VALUES (7541191, '_transient_wflginfl_3035996216', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444889, '_transient_timeout_wflginfl_3644313976', '1404753705', 'no') ; 
INSERT INTO `wp_options` VALUES (7444890, '_transient_wflginfl_3644313976', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437674, '_transient_timeout_wflginfl_1990272274', '1404748131', 'no') ; 
INSERT INTO `wp_options` VALUES (7437675, '_transient_wflginfl_1990272274', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465748, '_transient_timeout_wflginfl_1868335639', '1404769991', 'no') ; 
INSERT INTO `wp_options` VALUES (7465749, '_transient_wflginfl_1868335639', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433744, '_transient_timeout_wflginfl_1309987155', '1404745069', 'no') ; 
INSERT INTO `wp_options` VALUES (7433745, '_transient_wflginfl_1309987155', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470886, '_transient_timeout_wflginfl_2590375371', '1404774569', 'no') ; 
INSERT INTO `wp_options` VALUES (7470887, '_transient_wflginfl_2590375371', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430503, '_transient_timeout_wflginfl_1976079696', '1404742676', 'no') ; 
INSERT INTO `wp_options` VALUES (7430504, '_transient_wflginfl_1976079696', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430511, '_transient_timeout_wflginfl_1771908489', '1404742682', 'no') ; 
INSERT INTO `wp_options` VALUES (7430512, '_transient_wflginfl_1771908489', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531540, '_transient_timeout_wflginfl_1320447896', '1404825373', 'no') ; 
INSERT INTO `wp_options` VALUES (7541291, '_transient_wflginfl_1430983945', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430561, '_transient_timeout_wflginfl_1384712415', '1404742717', 'no') ; 
INSERT INTO `wp_options` VALUES (7430562, '_transient_wflginfl_1384712415', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526979, '_transient_timeout_wflginfl_1506633693', '1404822261', 'no') ; 
INSERT INTO `wp_options` VALUES (7526980, '_transient_wflginfl_1506633693', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430579, '_transient_timeout_wflginfl_1977151658', '1404742729', 'no') ; 
INSERT INTO `wp_options` VALUES (7430580, '_transient_wflginfl_1977151658', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430595, '_transient_timeout_wflginfl_1938197108', '1404742742', 'no') ; 
INSERT INTO `wp_options` VALUES (7430596, '_transient_wflginfl_1938197108', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437496, '_transient_timeout_wflginfl_3035258760', '1404748017', 'no') ; 
INSERT INTO `wp_options` VALUES (7437497, '_transient_wflginfl_3035258760', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433139, '_transient_timeout_wflginfl_3315760099', '1404744642', 'no') ; 
INSERT INTO `wp_options` VALUES (7433140, '_transient_wflginfl_3315760099', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441417, '_transient_timeout_wflginfl_2536353328', '1404751027', 'no') ; 
INSERT INTO `wp_options` VALUES (7441418, '_transient_wflginfl_2536353328', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458567, '_transient_timeout_wflginfl_1464113094', '1404764385', 'no') ; 
INSERT INTO `wp_options` VALUES (7458568, '_transient_wflginfl_1464113094', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7467659, '_transient_timeout_wflginfl_3006564419', '1404771649', 'no') ; 
INSERT INTO `wp_options` VALUES (7467660, '_transient_wflginfl_3006564419', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493327, '_transient_timeout_wflginfl_3373186953', '1404796716', 'no') ; 
INSERT INTO `wp_options` VALUES (7493328, '_transient_wflginfl_3373186953', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444498, '_transient_timeout_wflginfl_45096468', '1404753420', 'no') ; 
INSERT INTO `wp_options` VALUES (7444499, '_transient_wflginfl_45096468', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437896, '_transient_timeout_wflginfl_690970194', '1404748326', 'no') ; 
INSERT INTO `wp_options` VALUES (7437897, '_transient_wflginfl_690970194', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436286, '_transient_timeout_wflginfl_2945028014', '1404747037', 'no') ; 
INSERT INTO `wp_options` VALUES (7436287, '_transient_wflginfl_2945028014', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432571, '_transient_timeout_wflginfl_776389332', '1404744241', 'no') ; 
INSERT INTO `wp_options` VALUES (7432572, '_transient_wflginfl_776389332', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430707, '_transient_timeout_wflginfl_995676609', '1404742836', 'no') ; 
INSERT INTO `wp_options` VALUES (7430708, '_transient_wflginfl_995676609', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480755, '_transient_timeout_wflginfl_848258132', '1404784662', 'no') ; 
INSERT INTO `wp_options` VALUES (7480756, '_transient_wflginfl_848258132', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458306, '_transient_timeout_wflginfl_3036172472', '1404763907', 'no') ; 
INSERT INTO `wp_options` VALUES (7458307, '_transient_wflginfl_3036172472', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483705, '_transient_timeout_wflginfl_1315251028', '1404787664', 'no') ; 
INSERT INTO `wp_options` VALUES (7483706, '_transient_wflginfl_1315251028', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541164, '_transient_timeout_wflginfl_2966252324', '1404831457', 'no') ; 
INSERT INTO `wp_options` VALUES (7541165, '_transient_wflginfl_2966252324', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444240, '_transient_timeout_wflginfl_1010188068', '1404753228', 'no') ; 
INSERT INTO `wp_options` VALUES (7444241, '_transient_wflginfl_1010188068', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433171, '_transient_wflginfl_3174489179', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539987, '_transient_wflginfl_1414808873', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7430857, '_transient_timeout_wflginfl_3036497684', '1404742942', 'no') ; 
INSERT INTO `wp_options` VALUES (7430858, '_transient_wflginfl_3036497684', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430871, '_transient_timeout_wflginfl_694916152', '1404742952', 'no') ; 
INSERT INTO `wp_options` VALUES (7430872, '_transient_wflginfl_694916152', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537663, '_transient_timeout_wflginfl_1424299113', '1404829329', 'no') ; 
INSERT INTO `wp_options` VALUES (7537664, '_transient_wflginfl_1424299113', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430881, '_transient_timeout_wflginfl_657210319', '1404742959', 'no') ; 
INSERT INTO `wp_options` VALUES (7430882, '_transient_wflginfl_657210319', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430883, '_transient_timeout_wflginfl_1765366788', '1404742960', 'no') ; 
INSERT INTO `wp_options` VALUES (7430884, '_transient_wflginfl_1765366788', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490612, '_transient_timeout_wflginfl_1771932821', '1404794214', 'no') ; 
INSERT INTO `wp_options` VALUES (7487776, '_transient_wflginfl_2044648694', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442631, '_transient_timeout_wflginfl_1023617674', '1404751977', 'no') ; 
INSERT INTO `wp_options` VALUES (7442632, '_transient_wflginfl_1023617674', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505732, '_transient_timeout_wflginfl_2344766550', '1404807449', 'no') ; 
INSERT INTO `wp_options` VALUES (7505733, '_transient_wflginfl_2344766550', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439032, '_transient_timeout_wflginfl_3400751211', '1404749184', 'no') ; 
INSERT INTO `wp_options` VALUES (7439033, '_transient_wflginfl_3400751211', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434528, '_transient_timeout_wflginfl_3306953645', '1404745723', 'no') ; 
INSERT INTO `wp_options` VALUES (7434529, '_transient_wflginfl_3306953645', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430919, '_transient_timeout_wflginfl_1959442320', '1404742991', 'no') ; 
INSERT INTO `wp_options` VALUES (7430920, '_transient_wflginfl_1959442320', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434182, '_transient_timeout_wflginfl_3412739300', '1404745411', 'no') ; 
INSERT INTO `wp_options` VALUES (7434183, '_transient_wflginfl_3412739300', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439050, '_transient_timeout_wflginfl_1549930972', '1404749191', 'no') ; 
INSERT INTO `wp_options` VALUES (7439051, '_transient_wflginfl_1549930972', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430947, '_transient_timeout_wflginfl_3308242364', '1404743008', 'no') ; 
INSERT INTO `wp_options` VALUES (7430948, '_transient_wflginfl_3308242364', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454610, '_transient_timeout_wflginfl_1599445221', '1404761081', 'no') ; 
INSERT INTO `wp_options` VALUES (7454611, '_transient_wflginfl_1599445221', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7430959, '_transient_timeout_wflginfl_1428525258', '1404743020', 'no') ; 
INSERT INTO `wp_options` VALUES (7430960, '_transient_wflginfl_1428525258', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536158, '_transient_timeout_wflginfl_1376669378', '1404828598', 'no') ; 
INSERT INTO `wp_options` VALUES (7536159, '_transient_wflginfl_1376669378', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7533130, '_transient_timeout_wflginfl_1412734755', '1404826370', 'no') ; 
INSERT INTO `wp_options` VALUES (7533131, '_transient_wflginfl_1412734755', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7516442, '_transient_timeout_wflginfl_3487177220', '1404815073', 'no') ; 
INSERT INTO `wp_options` VALUES (7516443, '_transient_wflginfl_3487177220', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536831, '_transient_timeout_wflginfl_1139489026', '1404829084', 'no') ; 
INSERT INTO `wp_options` VALUES (7536832, '_transient_wflginfl_1139489026', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7437067, '_transient_timeout_wflginfl_1594649246', '1404747666', 'no') ; 
INSERT INTO `wp_options` VALUES (7437068, '_transient_wflginfl_1594649246', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434588, '_transient_timeout_wflginfl_2058413462', '1404745770', 'no') ; 
INSERT INTO `wp_options` VALUES (7434589, '_transient_wflginfl_2058413462', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433648, '_transient_timeout_wflginfl_1416533021', '1404744996', 'no') ; 
INSERT INTO `wp_options` VALUES (7433649, '_transient_wflginfl_1416533021', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433640, '_transient_timeout_wflginfl_609306259', '1404744994', 'no') ; 
INSERT INTO `wp_options` VALUES (7433641, '_transient_wflginfl_609306259', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454209, '_transient_timeout_wflginfl_1559871170', '1404761088', 'no') ; 
INSERT INTO `wp_options` VALUES (7454210, '_transient_wflginfl_1559871170', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7451638, '_transient_timeout_wflginfl_2960513272', '1404758901', 'no') ; 
INSERT INTO `wp_options` VALUES (7451639, '_transient_wflginfl_2960513272', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493925, '_transient_timeout_wflginfl_3176384204', '1404797255', 'no') ; 
INSERT INTO `wp_options` VALUES (7493926, '_transient_wflginfl_3176384204', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433854, '_transient_timeout_wflginfl_3305685928', '1404745148', 'no') ; 
INSERT INTO `wp_options` VALUES (7433855, '_transient_wflginfl_3305685928', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455867, '_transient_timeout_wflginfl_3570906877', '1404762063', 'no') ; 
INSERT INTO `wp_options` VALUES (7455868, '_transient_wflginfl_3570906877', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496311, '_transient_timeout_wflginfl_692615188', '1404799491', 'no') ; 
INSERT INTO `wp_options` VALUES (7496312, '_transient_wflginfl_692615188', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437455, '_transient_timeout_wflginfl_1569533664', '1404748272', 'no') ; 
INSERT INTO `wp_options` VALUES (7437456, '_transient_wflginfl_1569533664', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7540606, '_transient_timeout_wflginfl_3411958292', '1404831517', 'no') ; 
INSERT INTO `wp_options` VALUES (7540607, '_transient_wflginfl_3411958292', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7432593, '_transient_timeout_wflginfl_1563978895', '1404744260', 'no') ; 
INSERT INTO `wp_options` VALUES (7432594, '_transient_wflginfl_1563978895', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441930, '_transient_timeout_wflginfl_84736775', '1404751423', 'no') ; 
INSERT INTO `wp_options` VALUES (7441931, '_transient_wflginfl_84736775', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451048, '_transient_timeout_wflginfl_774099868', '1404758460', 'no') ; 
INSERT INTO `wp_options` VALUES (7451049, '_transient_wflginfl_774099868', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431489, '_transient_timeout_wflginfl_657082884', '1404743454', 'no') ; 
INSERT INTO `wp_options` VALUES (7431490, '_transient_wflginfl_657082884', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431497, '_transient_timeout_wflginfl_657393484', '1404743457', 'no') ; 
INSERT INTO `wp_options` VALUES (7431498, '_transient_wflginfl_657393484', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431525, '_transient_timeout_wflginfl_410146981', '1404743475', 'no') ; 
INSERT INTO `wp_options` VALUES (7431526, '_transient_wflginfl_410146981', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431539, '_transient_timeout_wflginfl_657088489', '1404743480', 'no') ; 
INSERT INTO `wp_options` VALUES (7431540, '_transient_wflginfl_657088489', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538831, '_transient_timeout_wflginfl_1440349702', '1404830094', 'no') ; 
INSERT INTO `wp_options` VALUES (7538832, '_transient_wflginfl_1440349702', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431545, '_transient_timeout_wflginfl_1744523682', '1404743486', 'no') ; 
INSERT INTO `wp_options` VALUES (7431546, '_transient_wflginfl_1744523682', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470759, '_transient_timeout_wflginfl_3181789460', '1404774433', 'no') ; 
INSERT INTO `wp_options` VALUES (7470760, '_transient_wflginfl_3181789460', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479938, '_transient_wflginfl_3193498082', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540935, '_transient_wflginfl_3569904893', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489166, '_transient_timeout_wflginfl_2033590411', '1404792896', 'no') ; 
INSERT INTO `wp_options` VALUES (7489167, '_transient_wflginfl_2033590411', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483943, '_transient_timeout_wflginfl_694309657', '1404787856', 'no') ; 
INSERT INTO `wp_options` VALUES (7483944, '_transient_wflginfl_694309657', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446734, '_transient_timeout_wflginfl_1840705507', '1404755136', 'no') ; 
INSERT INTO `wp_options` VALUES (7446735, '_transient_wflginfl_1840705507', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432437, '_transient_timeout_wflginfl_696787892', '1404744155', 'no') ; 
INSERT INTO `wp_options` VALUES (7432438, '_transient_wflginfl_696787892', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539950, '_transient_timeout_wflginfl_2042316931', '1404830832', 'no') ; 
INSERT INTO `wp_options` VALUES (7533902, '_transient_wflginfl_1847990969', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470157, '_transient_timeout_wflginfl_1330675948', '1404773885', 'no') ; 
INSERT INTO `wp_options` VALUES (7470158, '_transient_wflginfl_1330675948', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444961, '_transient_timeout_wflginfl_3065598113', '1404753763', 'no') ; 
INSERT INTO `wp_options` VALUES (7444962, '_transient_wflginfl_3065598113', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540311, '_transient_wflginfl_656464983', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523078, '_transient_wflginfl_1892761781', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437284, '_transient_timeout_wflginfl_1495090866', '1404747840', 'no') ; 
INSERT INTO `wp_options` VALUES (7437285, '_transient_wflginfl_1495090866', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444320, '_transient_timeout_wflginfl_1933967027', '1404753278', 'no') ; 
INSERT INTO `wp_options` VALUES (7444321, '_transient_wflginfl_1933967027', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431774, '_transient_timeout_wflginfl_3651424800', '1404743645', 'no') ; 
INSERT INTO `wp_options` VALUES (7431775, '_transient_wflginfl_3651424800', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462342, '_transient_timeout_wflginfl_1118561523', '1404767171', 'no') ; 
INSERT INTO `wp_options` VALUES (7462343, '_transient_wflginfl_1118561523', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469751, '_transient_timeout_wflginfl_1333239461', '1404773546', 'no') ; 
INSERT INTO `wp_options` VALUES (7469752, '_transient_wflginfl_1333239461', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480871, '_transient_timeout_wflginfl_1128702456', '1404784786', 'no') ; 
INSERT INTO `wp_options` VALUES (7480872, '_transient_wflginfl_1128702456', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431882, '_transient_timeout_wflginfl_1354567086', '1404743709', 'no') ; 
INSERT INTO `wp_options` VALUES (7431883, '_transient_wflginfl_1354567086', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540668, '_transient_timeout_wflginfl_84826678', '1404831257', 'no') ; 
INSERT INTO `wp_options` VALUES (7540669, '_transient_wflginfl_84826678', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434318, '_transient_timeout_wflginfl_3001009301', '1404745555', 'no') ; 
INSERT INTO `wp_options` VALUES (7434319, '_transient_wflginfl_3001009301', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7431956, '_transient_timeout_wflginfl_1945126147', '1404743776', 'no') ; 
INSERT INTO `wp_options` VALUES (7431957, '_transient_wflginfl_1945126147', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540378, '_transient_timeout_wflginfl_35570332', '1404831104', 'no') ; 
INSERT INTO `wp_options` VALUES (7540379, '_transient_wflginfl_35570332', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444804, '_transient_timeout_wflginfl_3168325761', '1404753638', 'no') ; 
INSERT INTO `wp_options` VALUES (7444805, '_transient_wflginfl_3168325761', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536250, '_transient_timeout_wflginfl_1337957699', '1404828413', 'no') ; 
INSERT INTO `wp_options` VALUES (7536251, '_transient_wflginfl_1337957699', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432021, '_transient_timeout_wflginfl_3065139266', '1404743818', 'no') ; 
INSERT INTO `wp_options` VALUES (7432022, '_transient_wflginfl_3065139266', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432031, '_transient_timeout_wflginfl_609408700', '1404743825', 'no') ; 
INSERT INTO `wp_options` VALUES (7432032, '_transient_wflginfl_609408700', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432052, '_transient_timeout_wflginfl_1454639652', '1404743846', 'no') ; 
INSERT INTO `wp_options` VALUES (7432053, '_transient_wflginfl_1454639652', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536262, '_transient_timeout_wflginfl_1293923097', '1404828417', 'no') ; 
INSERT INTO `wp_options` VALUES (7536263, '_transient_wflginfl_1293923097', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432080, '_transient_timeout_wflginfl_1579321204', '1404743872', 'no') ; 
INSERT INTO `wp_options` VALUES (7432081, '_transient_wflginfl_1579321204', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435394, '_transient_timeout_wflginfl_1593394511', '1404746381', 'no') ; 
INSERT INTO `wp_options` VALUES (7435395, '_transient_wflginfl_1593394511', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442300, '_transient_timeout_wflginfl_1473072980', '1404751704', 'no') ; 
INSERT INTO `wp_options` VALUES (7442301, '_transient_wflginfl_1473072980', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469412, '_transient_timeout_wflginfl_3707331534', '1404773190', 'no') ; 
INSERT INTO `wp_options` VALUES (7469413, '_transient_wflginfl_3707331534', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439569, '_transient_timeout_wflginfl_1908283857', '1404749586', 'no') ; 
INSERT INTO `wp_options` VALUES (7439570, '_transient_wflginfl_1908283857', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447464, '_transient_timeout_wflginfl_1492737873', '1404755690', 'no') ; 
INSERT INTO `wp_options` VALUES (7447465, '_transient_wflginfl_1492737873', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432813, '_transient_timeout_wflginfl_1159687420', '1404744399', 'no') ; 
INSERT INTO `wp_options` VALUES (7432814, '_transient_wflginfl_1159687420', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432306, '_transient_timeout_wflginfl_1837060245', '1404744043', 'no') ; 
INSERT INTO `wp_options` VALUES (7432307, '_transient_wflginfl_1837060245', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445066, '_transient_timeout_wflginfl_3065143577', '1404753841', 'no') ; 
INSERT INTO `wp_options` VALUES (7445067, '_transient_wflginfl_3065143577', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531550, '_transient_timeout_wflginfl_1870030926', '1404825378', 'no') ; 
INSERT INTO `wp_options` VALUES (7531551, '_transient_wflginfl_1870030926', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440027, '_transient_timeout_wflginfl_1444868187', '1404749949', 'no') ; 
INSERT INTO `wp_options` VALUES (7440028, '_transient_wflginfl_1444868187', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7522405, '_transient_timeout_wflginfl_609095369', '1404819080', 'no') ; 
INSERT INTO `wp_options` VALUES (7522406, '_transient_wflginfl_609095369', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432949, '_transient_timeout_wflginfl_697232608', '1404744492', 'no') ; 
INSERT INTO `wp_options` VALUES (7432950, '_transient_wflginfl_697232608', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432453, '_transient_timeout_wflginfl_3184529473', '1404744164', 'no') ; 
INSERT INTO `wp_options` VALUES (7432454, '_transient_wflginfl_3184529473', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434394, '_transient_timeout_wflginfl_3310399562', '1404745615', 'no') ; 
INSERT INTO `wp_options` VALUES (7434395, '_transient_wflginfl_3310399562', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443731, '_transient_timeout_wflginfl_1977101477', '1404752852', 'no') ; 
INSERT INTO `wp_options` VALUES (7443732, '_transient_wflginfl_1977101477', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454536, '_transient_timeout_wflginfl_1549866332', '1404761034', 'no') ; 
INSERT INTO `wp_options` VALUES (7454537, '_transient_wflginfl_1549866332', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435300, '_transient_timeout_wflginfl_1474614172', '1404746314', 'no') ; 
INSERT INTO `wp_options` VALUES (7435301, '_transient_wflginfl_1474614172', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539984, '_transient_timeout_wflginfl_2945436014', '1404830854', 'no') ; 
INSERT INTO `wp_options` VALUES (7539985, '_transient_wflginfl_2945436014', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447985, '_transient_timeout_wflginfl_1856529254', '1404756069', 'no') ; 
INSERT INTO `wp_options` VALUES (7447986, '_transient_wflginfl_1856529254', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432587, '_transient_timeout_wffgt_2858293781', '1404744321', 'no') ; 
INSERT INTO `wp_options` VALUES (7432588, '_transient_wffgt_2858293781', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7436288, '_transient_timeout_wflginfl_1211257348', '1404747039', 'no') ; 
INSERT INTO `wp_options` VALUES (7436289, '_transient_wflginfl_1211257348', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432605, '_transient_timeout_wflginfl_2081274262', '1404744267', 'no') ; 
INSERT INTO `wp_options` VALUES (7432606, '_transient_wflginfl_2081274262', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540911, '_transient_wflginfl_1185033738', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541150, '_transient_timeout_wflginfl_1449207387', '1404831454', 'no') ; 
INSERT INTO `wp_options` VALUES (7463084, '_transient_wflginfl_656417561', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529707, '_transient_wflginfl_1600572514', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467213, '_transient_timeout_wflginfl_692615171', '1404771294', 'no') ; 
INSERT INTO `wp_options` VALUES (7467214, '_transient_wflginfl_692615171', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507226, '_transient_timeout_wflginfl_3415213472', '1404808530', 'no') ; 
INSERT INTO `wp_options` VALUES (7507227, '_transient_wflginfl_3415213472', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432695, '_transient_timeout_wflginfl_3318274648', '1404744317', 'no') ; 
INSERT INTO `wp_options` VALUES (7432696, '_transient_wflginfl_3318274648', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444907, '_transient_timeout_wflginfl_1584514503', '1404753717', 'no') ; 
INSERT INTO `wp_options` VALUES (7444908, '_transient_wflginfl_1584514503', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432773, '_transient_timeout_wflginfl_657510833', '1404744375', 'no') ; 
INSERT INTO `wp_options` VALUES (7432774, '_transient_wflginfl_657510833', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473851, '_transient_timeout_wflginfl_2306493963', '1404777700', 'no') ; 
INSERT INTO `wp_options` VALUES (7473852, '_transient_wflginfl_2306493963', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7432851, '_transient_timeout_wflginfl_3065848717', '1404744421', 'no') ; 
INSERT INTO `wp_options` VALUES (7432852, '_transient_wflginfl_3065848717', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496810, '_transient_timeout_wflginfl_702765043', '1404799980', 'no') ; 
INSERT INTO `wp_options` VALUES (7496811, '_transient_wflginfl_702765043', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433796, '_transient_timeout_wflginfl_84787622', '1404745104', 'no') ; 
INSERT INTO `wp_options` VALUES (7433797, '_transient_wflginfl_84787622', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455661, '_transient_timeout_wflginfl_1771851821', '1404761886', 'no') ; 
INSERT INTO `wp_options` VALUES (7455662, '_transient_wflginfl_1771851821', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7432929, '_transient_timeout_wflginfl_3636011851', '1404744481', 'no') ; 
INSERT INTO `wp_options` VALUES (7432930, '_transient_wflginfl_3636011851', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433402, '_transient_timeout_wflginfl_627245414', '1404744830', 'no') ; 
INSERT INTO `wp_options` VALUES (7433403, '_transient_wflginfl_627245414', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433982, '_transient_timeout_wflginfl_3636014533', '1404745246', 'no') ; 
INSERT INTO `wp_options` VALUES (7433983, '_transient_wflginfl_3636014533', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540928, '_transient_timeout_wflginfl_2981431549', '1404831375', 'no') ; 
INSERT INTO `wp_options` VALUES (7540929, '_transient_wflginfl_2981431549', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458846, '_transient_timeout_wflginfl_2374555697', '1404764328', 'no') ; 
INSERT INTO `wp_options` VALUES (7458847, '_transient_wflginfl_2374555697', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445586, '_transient_timeout_wflginfl_657082911', '1404754253', 'no') ; 
INSERT INTO `wp_options` VALUES (7445587, '_transient_wflginfl_657082911', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433087, '_transient_timeout_wflginfl_697073381', '1404744588', 'no') ; 
INSERT INTO `wp_options` VALUES (7433088, '_transient_wflginfl_697073381', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481247, '_transient_timeout_wflginfl_1472626626', '1404785148', 'no') ; 
INSERT INTO `wp_options` VALUES (7481248, '_transient_wflginfl_1472626626', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445716, '_transient_timeout_wflginfl_1569424402', '1404754356', 'no') ; 
INSERT INTO `wp_options` VALUES (7445717, '_transient_wflginfl_1569424402', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434620, '_transient_timeout_wflginfl_3572657680', '1404745802', 'no') ; 
INSERT INTO `wp_options` VALUES (7434621, '_transient_wflginfl_3572657680', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433163, '_transient_timeout_wflginfl_3065580984', '1404744659', 'no') ; 
INSERT INTO `wp_options` VALUES (7433164, '_transient_wflginfl_3065580984', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433258, '_transient_timeout_wflginfl_657420954', '1404744722', 'no') ; 
INSERT INTO `wp_options` VALUES (7440465, '_transient_timeout_wflginfl_633926217', '1404750320', 'no') ; 
INSERT INTO `wp_options` VALUES (7440466, '_transient_wflginfl_633926217', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433259, '_transient_wflginfl_657420954', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441357, '_transient_timeout_wflginfl_1326729050', '1404750985', 'no') ; 
INSERT INTO `wp_options` VALUES (7441358, '_transient_wflginfl_1326729050', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438848, '_transient_timeout_wflginfl_704220218', '1404749052', 'no') ; 
INSERT INTO `wp_options` VALUES (7438849, '_transient_wflginfl_704220218', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433292, '_transient_timeout_wflginfl_3301842560', '1404744745', 'no') ; 
INSERT INTO `wp_options` VALUES (7433293, '_transient_wflginfl_3301842560', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443699, '_transient_timeout_wflginfl_3065404261', '1404752825', 'no') ; 
INSERT INTO `wp_options` VALUES (7443700, '_transient_wflginfl_3065404261', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433312, '_transient_timeout_wflginfl_1744127495', '1404744758', 'no') ; 
INSERT INTO `wp_options` VALUES (7433313, '_transient_wflginfl_1744127495', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487569, '_transient_timeout_wflginfl_2905672166', '1404791353', 'no') ; 
INSERT INTO `wp_options` VALUES (7473442, '_transient_timeout_wflginfl_1432761970', '1404777121', 'no') ; 
INSERT INTO `wp_options` VALUES (7468161, '_transient_timeout_wflginfl_1532866675', '1404772070', 'no') ; 
INSERT INTO `wp_options` VALUES (7464451, '_transient_timeout_wflginfl_1547358336', '1404768890', 'no') ; 
INSERT INTO `wp_options` VALUES (7433380, '_transient_timeout_wflginfl_3732886785', '1404744813', 'no') ; 
INSERT INTO `wp_options` VALUES (7433381, '_transient_wflginfl_3732886785', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436995, '_transient_timeout_wflginfl_657530014', '1404747609', 'no') ; 
INSERT INTO `wp_options` VALUES (7436996, '_transient_wflginfl_657530014', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445744, '_transient_timeout_wflginfl_39475712', '1404754372', 'no') ; 
INSERT INTO `wp_options` VALUES (7445745, '_transient_wflginfl_39475712', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539986, '_transient_timeout_wflginfl_1414808873', '1404831097', 'no') ; 
INSERT INTO `wp_options` VALUES (7435488, '_transient_wflginfl_1887879951', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433552, '_transient_timeout_wflginfl_42270954', '1404744932', 'no') ; 
INSERT INTO `wp_options` VALUES (7433553, '_transient_wflginfl_42270954', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433556, '_transient_timeout_wflginfl_1548749945', '1404744937', 'no') ; 
INSERT INTO `wp_options` VALUES (7433557, '_transient_wflginfl_1548749945', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433608, '_transient_timeout_wflginfl_20409227', '1404744971', 'no') ; 
INSERT INTO `wp_options` VALUES (7433609, '_transient_wflginfl_20409227', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459262, '_transient_timeout_wflginfl_520852655', '1404764651', 'no') ; 
INSERT INTO `wp_options` VALUES (7459263, '_transient_wflginfl_520852655', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539956, '_transient_timeout_wflginfl_3578923876', '1404830836', 'no') ; 
INSERT INTO `wp_options` VALUES (7441578, '_transient_timeout_wflginfl_2730956185', '1404751142', 'no') ; 
INSERT INTO `wp_options` VALUES (7457334, '_transient_timeout_wflginfl_3192177966', '1404763140', 'no') ; 
INSERT INTO `wp_options` VALUES (7457335, '_transient_wflginfl_3192177966', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460970, '_transient_timeout_wflginfl_1403213455', '1404765983', 'no') ; 
INSERT INTO `wp_options` VALUES (7525207, '_transient_wflginfl_3159053924', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470861, '_transient_wflginfl_692958762', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435478, '_transient_timeout_wflginfl_694953912', '1404746455', 'no') ; 
INSERT INTO `wp_options` VALUES (7452098, '_transient_timeout_wflginfl_3188962424', '1404759264', 'no') ; 
INSERT INTO `wp_options` VALUES (7538939, '_transient_timeout_wflginfl_1986052193', '1404830162', 'no') ; 
INSERT INTO `wp_options` VALUES (7538940, '_transient_wflginfl_1986052193', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433768, '_transient_timeout_wflginfl_2943090219', '1404745086', 'no') ; 
INSERT INTO `wp_options` VALUES (7433769, '_transient_wflginfl_2943090219', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471156, '_transient_timeout_wflginfl_3198586423', '1404774847', 'no') ; 
INSERT INTO `wp_options` VALUES (7471157, '_transient_wflginfl_3198586423', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433836, '_transient_timeout_wflginfl_1453409975', '1404745136', 'no') ; 
INSERT INTO `wp_options` VALUES (7433837, '_transient_wflginfl_1453409975', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433846, '_transient_timeout_wflginfl_3301879341', '1404745143', 'no') ; 
INSERT INTO `wp_options` VALUES (7433847, '_transient_wflginfl_3301879341', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434992, '_transient_timeout_wflginfl_1088739391', '1404746105', 'no') ; 
INSERT INTO `wp_options` VALUES (7434993, '_transient_wflginfl_1088739391', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456963, '_transient_timeout_wflginfl_3318577883', '1404762859', 'no') ; 
INSERT INTO `wp_options` VALUES (7456964, '_transient_wflginfl_3318577883', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433948, '_transient_timeout_wflginfl_1774086805', '1404745213', 'no') ; 
INSERT INTO `wp_options` VALUES (7433949, '_transient_wflginfl_1774086805', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452530, '_transient_timeout_wflginfl_1029339291', '1404759568', 'no') ; 
INSERT INTO `wp_options` VALUES (7452531, '_transient_wflginfl_1029339291', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7483931, '_transient_timeout_wflginfl_3202388739', '1404787849', 'no') ; 
INSERT INTO `wp_options` VALUES (7483932, '_transient_wflginfl_3202388739', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7433978, '_transient_timeout_wflginfl_1384713465', '1404745243', 'no') ; 
INSERT INTO `wp_options` VALUES (7433979, '_transient_wflginfl_1384713465', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534716, '_transient_timeout_wflginfl_3373573621', '1404827378', 'no') ; 
INSERT INTO `wp_options` VALUES (7534717, '_transient_wflginfl_3373573621', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438002, '_transient_timeout_wflginfl_3015052755', '1404748415', 'no') ; 
INSERT INTO `wp_options` VALUES (7438003, '_transient_wflginfl_3015052755', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434062, '_transient_timeout_wflginfl_704514522', '1404745308', 'no') ; 
INSERT INTO `wp_options` VALUES (7434063, '_transient_wflginfl_704514522', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434066, '_transient_timeout_wflginfl_2966121735', '1404745310', 'no') ; 
INSERT INTO `wp_options` VALUES (7434067, '_transient_wflginfl_2966121735', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435480, '_transient_wflginfl_694953912', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452099, '_transient_wflginfl_3188962424', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520866, '_transient_timeout_wflginfl_1728672314', '1404818114', 'no') ; 
INSERT INTO `wp_options` VALUES (7513833, '_transient_timeout_wflginfl_3264746099', '1404813228', 'no') ; 
INSERT INTO `wp_options` VALUES (7484075, '_transient_timeout_wflginfl_1569540385', '1404787987', 'no') ; 
INSERT INTO `wp_options` VALUES (7484076, '_transient_wflginfl_1569540385', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451860, '_transient_timeout_wflginfl_634557781', '1404759080', 'no') ; 
INSERT INTO `wp_options` VALUES (7451861, '_transient_wflginfl_634557781', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434114, '_transient_timeout_wflginfl_1887882565', '1404745354', 'no') ; 
INSERT INTO `wp_options` VALUES (7434115, '_transient_wflginfl_1887882565', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435952, '_transient_timeout_wflginfl_2017190130', '1404746804', 'no') ; 
INSERT INTO `wp_options` VALUES (7435953, '_transient_wflginfl_2017190130', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441037, '_transient_timeout_wflginfl_694534761', '1404750764', 'no') ; 
INSERT INTO `wp_options` VALUES (7441038, '_transient_wflginfl_694534761', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541228, '_transient_timeout_wflginfl_2347016504', '1404831477', 'no') ; 
INSERT INTO `wp_options` VALUES (7541229, '_transient_wflginfl_2347016504', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456782, '_transient_timeout_wflginfl_1439446319', '1404762728', 'no') ; 
INSERT INTO `wp_options` VALUES (7456783, '_transient_wflginfl_1439446319', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7508221, '_transient_timeout_wflginfl_1494771170', '1404809247', 'no') ; 
INSERT INTO `wp_options` VALUES (7508222, '_transient_wflginfl_1494771170', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534898, '_transient_timeout_wflginfl_3169925498', '1404827495', 'no') ; 
INSERT INTO `wp_options` VALUES (7488996, '_transient_timeout_wflginfl_1209746257', '1404792731', 'no') ; 
INSERT INTO `wp_options` VALUES (7540216, '_transient_timeout_wflginfl_1892752115', '1404831298', 'no') ; 
INSERT INTO `wp_options` VALUES (7540217, '_transient_wflginfl_1892752115', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7434226, '_transient_timeout_wflginfl_84918080', '1404745470', 'no') ; 
INSERT INTO `wp_options` VALUES (7434227, '_transient_wflginfl_84918080', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469627, '_transient_timeout_wflginfl_88412065', '1404773412', 'no') ; 
INSERT INTO `wp_options` VALUES (7469628, '_transient_wflginfl_88412065', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434254, '_transient_timeout_wflginfl_3183136795', '1404745494', 'no') ; 
INSERT INTO `wp_options` VALUES (7434255, '_transient_wflginfl_3183136795', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435004, '_transient_timeout_wflginfl_3321036930', '1404746113', 'no') ; 
INSERT INTO `wp_options` VALUES (7435005, '_transient_wflginfl_3321036930', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442995, '_transient_timeout_wflginfl_1159113033', '1404752257', 'no') ; 
INSERT INTO `wp_options` VALUES (7442996, '_transient_wflginfl_1159113033', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518746, '_transient_timeout_wflginfl_1455333313', '1404816664', 'no') ; 
INSERT INTO `wp_options` VALUES (7518747, '_transient_wflginfl_1455333313', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434338, '_transient_timeout_wflginfl_1975869646', '1404745569', 'no') ; 
INSERT INTO `wp_options` VALUES (7434339, '_transient_wflginfl_1975869646', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459759, '_transient_timeout_wflginfl_1776313702', '1404765032', 'no') ; 
INSERT INTO `wp_options` VALUES (7459760, '_transient_wflginfl_1776313702', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529820, '_transient_timeout_wflginfl_1837060259', '1404824218', 'no') ; 
INSERT INTO `wp_options` VALUES (7529821, '_transient_wflginfl_1837060259', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435386, '_transient_timeout_wflginfl_2214060079', '1404746376', 'no') ; 
INSERT INTO `wp_options` VALUES (7435387, '_transient_wflginfl_2214060079', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447987, '_transient_timeout_wflginfl_657776487', '1404756070', 'no') ; 
INSERT INTO `wp_options` VALUES (7447988, '_transient_wflginfl_657776487', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438668, '_transient_timeout_wflginfl_608988995', '1404748914', 'no') ; 
INSERT INTO `wp_options` VALUES (7438669, '_transient_wflginfl_608988995', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440979, '_transient_timeout_wflginfl_2958825689', '1404750716', 'no') ; 
INSERT INTO `wp_options` VALUES (7440980, '_transient_wflginfl_2958825689', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436110, '_transient_timeout_wflginfl_1441685191', '1404746915', 'no') ; 
INSERT INTO `wp_options` VALUES (7436111, '_transient_wflginfl_1441685191', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537287, '_transient_timeout_wflginfl_2038737952', '1404829092', 'no') ; 
INSERT INTO `wp_options` VALUES (7537288, '_transient_wflginfl_2038737952', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435522, '_transient_timeout_wflginfl_657107566', '1404746484', 'no') ; 
INSERT INTO `wp_options` VALUES (7435523, '_transient_wflginfl_657107566', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439907, '_transient_timeout_wflginfl_2015164805', '1404749862', 'no') ; 
INSERT INTO `wp_options` VALUES (7439908, '_transient_wflginfl_2015164805', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541126, '_transient_timeout_wflginfl_3351871049', '1404831443', 'no') ; 
INSERT INTO `wp_options` VALUES (7541127, '_transient_wflginfl_3351871049', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441590, '_transient_timeout_wflginfl_3015063315', '1404751156', 'no') ; 
INSERT INTO `wp_options` VALUES (7441591, '_transient_wflginfl_3015063315', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435360, '_transient_timeout_wflginfl_1887950381', '1404746350', 'no') ; 
INSERT INTO `wp_options` VALUES (7435361, '_transient_wflginfl_1887950381', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435918, '_transient_timeout_wflginfl_3307507158', '1404746777', 'no') ; 
INSERT INTO `wp_options` VALUES (7435919, '_transient_wflginfl_3307507158', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523609, '_transient_timeout_wflginfl_3258334353', '1404819917', 'no') ; 
INSERT INTO `wp_options` VALUES (7523610, '_transient_wflginfl_3258334353', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436079, '_transient_timeout_wflginfl_3535516223', '1404746887', 'no') ; 
INSERT INTO `wp_options` VALUES (7436080, '_transient_wflginfl_3535516223', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447609, '_transient_timeout_wflginfl_1583503884', '1404755805', 'no') ; 
INSERT INTO `wp_options` VALUES (7447610, '_transient_wflginfl_1583503884', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434686, '_transient_timeout_wflginfl_1294371855', '1404745855', 'no') ; 
INSERT INTO `wp_options` VALUES (7434687, '_transient_wflginfl_1294371855', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434702, '_transient_timeout_wflginfl_694227829', '1404745860', 'no') ; 
INSERT INTO `wp_options` VALUES (7434703, '_transient_wflginfl_694227829', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434778, '_transient_timeout_wflginfl_1709109214', '1404745937', 'no') ; 
INSERT INTO `wp_options` VALUES (7434779, '_transient_wflginfl_1709109214', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476898, '_transient_timeout_wflginfl_3174716303', '1404780634', 'no') ; 
INSERT INTO `wp_options` VALUES (7476899, '_transient_wflginfl_3174716303', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434812, '_transient_timeout_wflginfl_1986371906', '1404745963', 'no') ; 
INSERT INTO `wp_options` VALUES (7434813, '_transient_wflginfl_1986371906', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456343, '_transient_timeout_wflginfl_1548929069', '1404762390', 'no') ; 
INSERT INTO `wp_options` VALUES (7456344, '_transient_wflginfl_1548929069', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442408, '_transient_timeout_wflginfl_657732889', '1404751811', 'no') ; 
INSERT INTO `wp_options` VALUES (7442409, '_transient_wflginfl_657732889', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435356, '_transient_timeout_wflginfl_973861136', '1404746344', 'no') ; 
INSERT INTO `wp_options` VALUES (7435357, '_transient_wflginfl_973861136', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434856, '_transient_timeout_wflginfl_656418021', '1404745993', 'no') ; 
INSERT INTO `wp_options` VALUES (7434857, '_transient_wflginfl_656418021', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535598, '_transient_timeout_wflginfl_3065163842', '1404827963', 'no') ; 
INSERT INTO `wp_options` VALUES (7535599, '_transient_wflginfl_3065163842', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434878, '_transient_timeout_wflginfl_3689940712', '1404746014', 'no') ; 
INSERT INTO `wp_options` VALUES (7434879, '_transient_wflginfl_3689940712', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434882, '_transient_timeout_wflginfl_697109045', '1404746017', 'no') ; 
INSERT INTO `wp_options` VALUES (7434883, '_transient_wflginfl_697109045', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456217, '_transient_timeout_wflginfl_1432808518', '1404762600', 'no') ; 
INSERT INTO `wp_options` VALUES (7456218, '_transient_wflginfl_1432808518', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7497438, '_transient_timeout_wflginfl_694498203', '1404801097', 'no') ; 
INSERT INTO `wp_options` VALUES (7497439, '_transient_wflginfl_694498203', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7541188, '_transient_timeout_wflginfl_3642319459', '1404831461', 'no') ; 
INSERT INTO `wp_options` VALUES (7541189, '_transient_wflginfl_3642319459', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435641, '_transient_timeout_wflginfl_1380921036', '1404746578', 'no') ; 
INSERT INTO `wp_options` VALUES (7435642, '_transient_wflginfl_1380921036', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7434980, '_transient_timeout_wflginfl_3305689419', '1404746097', 'no') ; 
INSERT INTO `wp_options` VALUES (7434981, '_transient_wflginfl_3305689419', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435012, '_transient_timeout_wflginfl_1450780759', '1404746117', 'no') ; 
INSERT INTO `wp_options` VALUES (7435013, '_transient_wflginfl_1450780759', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436154, '_transient_timeout_wflginfl_1501820802', '1404746938', 'no') ; 
INSERT INTO `wp_options` VALUES (7436155, '_transient_wflginfl_1501820802', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435532, '_transient_timeout_wflginfl_3203114888', '1404746497', 'no') ; 
INSERT INTO `wp_options` VALUES (7435533, '_transient_wflginfl_3203114888', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540026, '_transient_timeout_wflginfl_608770044', '1404830886', 'no') ; 
INSERT INTO `wp_options` VALUES (7540027, '_transient_wflginfl_608770044', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467333, '_transient_timeout_wflginfl_696379850', '1404771393', 'no') ; 
INSERT INTO `wp_options` VALUES (7467334, '_transient_wflginfl_696379850', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7526094, '_transient_timeout_wflginfl_1975729747', '1404821944', 'no') ; 
INSERT INTO `wp_options` VALUES (7539954, '_transient_timeout_wflginfl_1344725254', '1404830836', 'no') ; 
INSERT INTO `wp_options` VALUES (7539041, '_transient_timeout_wflginfl_1729473133', '1404830223', 'no') ; 
INSERT INTO `wp_options` VALUES (7539042, '_transient_wflginfl_1729473133', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438770, '_transient_timeout_wflginfl_690225237', '1404748990', 'no') ; 
INSERT INTO `wp_options` VALUES (7438771, '_transient_wflginfl_690225237', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435210, '_transient_timeout_wflginfl_3274079296', '1404746258', 'no') ; 
INSERT INTO `wp_options` VALUES (7435211, '_transient_wflginfl_3274079296', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437616, '_transient_timeout_wflginfl_1866737294', '1404748088', 'no') ; 
INSERT INTO `wp_options` VALUES (7437617, '_transient_wflginfl_1866737294', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435264, '_transient_timeout_wflginfl_1709105497', '1404746286', 'no') ; 
INSERT INTO `wp_options` VALUES (7435265, '_transient_wflginfl_1709105497', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458660, '_transient_timeout_wflginfl_411189033', '1404764439', 'no') ; 
INSERT INTO `wp_options` VALUES (7458661, '_transient_wflginfl_411189033', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7456830, '_transient_timeout_wflginfl_776383421', '1404762765', 'no') ; 
INSERT INTO `wp_options` VALUES (7456831, '_transient_wflginfl_776383421', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438902, '_transient_timeout_wflginfl_694287247', '1404749076', 'no') ; 
INSERT INTO `wp_options` VALUES (7438903, '_transient_wflginfl_694287247', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442252, '_transient_timeout_wflginfl_3301873354', '1404751667', 'no') ; 
INSERT INTO `wp_options` VALUES (7442253, '_transient_wflginfl_3301873354', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435348, '_transient_timeout_wflginfl_1837060266', '1404746342', 'no') ; 
INSERT INTO `wp_options` VALUES (7435349, '_transient_wflginfl_1837060266', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435390, '_transient_timeout_wflginfl_3087577196', '1404746380', 'no') ; 
INSERT INTO `wp_options` VALUES (7435391, '_transient_wflginfl_3087577196', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448756, '_transient_timeout_wflginfl_1384712800', '1404756650', 'no') ; 
INSERT INTO `wp_options` VALUES (7448757, '_transient_wflginfl_1384712800', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465104, '_transient_timeout_wflginfl_2033595948', '1404769416', 'no') ; 
INSERT INTO `wp_options` VALUES (7465105, '_transient_wflginfl_2033595948', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436967, '_transient_timeout_wflginfl_3036573614', '1404747591', 'no') ; 
INSERT INTO `wp_options` VALUES (7435539, '_transient_timeout_wflginfl_2998901860', '1404746505', 'no') ; 
INSERT INTO `wp_options` VALUES (7435540, '_transient_wflginfl_2998901860', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435547, '_transient_timeout_wflginfl_995893292', '1404746512', 'no') ; 
INSERT INTO `wp_options` VALUES (7435548, '_transient_wflginfl_995893292', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436968, '_transient_wflginfl_3036573614', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458890, '_transient_timeout_wflginfl_3184251726', '1404764353', 'no') ; 
INSERT INTO `wp_options` VALUES (7458891, '_transient_wflginfl_3184251726', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444516, '_transient_timeout_wflginfl_1501956177', '1404753428', 'no') ; 
INSERT INTO `wp_options` VALUES (7444517, '_transient_wflginfl_1501956177', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444684, '_transient_timeout_wflginfl_2088252892', '1404753546', 'no') ; 
INSERT INTO `wp_options` VALUES (7444685, '_transient_wflginfl_2088252892', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481408, '_transient_timeout_wflginfl_657457920', '1404785609', 'no') ; 
INSERT INTO `wp_options` VALUES (7481409, '_transient_wflginfl_657457920', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7452362, '_transient_timeout_wflginfl_623915322', '1404759453', 'no') ; 
INSERT INTO `wp_options` VALUES (7452363, '_transient_wflginfl_623915322', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435683, '_transient_timeout_wflginfl_2015143457', '1404746613', 'no') ; 
INSERT INTO `wp_options` VALUES (7435684, '_transient_wflginfl_2015143457', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7487175, '_transient_timeout_wflginfl_634915545', '1404790926', 'no') ; 
INSERT INTO `wp_options` VALUES (7487176, '_transient_wflginfl_634915545', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435711, '_transient_timeout_wflginfl_1844614288', '1404746629', 'no') ; 
INSERT INTO `wp_options` VALUES (7435712, '_transient_wflginfl_1844614288', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451496, '_transient_timeout_wflginfl_3313732857', '1404758788', 'no') ; 
INSERT INTO `wp_options` VALUES (7451497, '_transient_wflginfl_3313732857', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435788, '_transient_timeout_wflginfl_1571628129', '1404746683', 'no') ; 
INSERT INTO `wp_options` VALUES (7435789, '_transient_wflginfl_1571628129', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457257, '_transient_wflginfl_2945147171', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448426, '_transient_wflginfl_387709025', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536204, '_transient_timeout_wflginfl_3321872400', '1404828386', 'no') ; 
INSERT INTO `wp_options` VALUES (7536205, '_transient_wflginfl_3321872400', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440703, '_transient_timeout_wflginfl_3314887177', '1404750522', 'no') ; 
INSERT INTO `wp_options` VALUES (7440704, '_transient_wflginfl_3314887177', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435830, '_transient_timeout_wflginfl_84837874', '1404746714', 'no') ; 
INSERT INTO `wp_options` VALUES (7435831, '_transient_wflginfl_84837874', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445328, '_transient_timeout_wflginfl_2033596061', '1404754033', 'no') ; 
INSERT INTO `wp_options` VALUES (7445329, '_transient_wflginfl_2033596061', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460026, '_transient_timeout_wflginfl_608917516', '1404765238', 'no') ; 
INSERT INTO `wp_options` VALUES (7460027, '_transient_wflginfl_608917516', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459773, '_transient_timeout_wflginfl_3065639985', '1404765044', 'no') ; 
INSERT INTO `wp_options` VALUES (7459774, '_transient_wflginfl_3065639985', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7435930, '_transient_timeout_wflginfl_1335352083', '1404746788', 'no') ; 
INSERT INTO `wp_options` VALUES (7435931, '_transient_wflginfl_1335352083', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486617, '_transient_timeout_wflginfl_2906288675', '1404790571', 'no') ; 
INSERT INTO `wp_options` VALUES (7486618, '_transient_wflginfl_2906288675', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7540628, '_transient_timeout_wflginfl_3399487762', '1404831237', 'no') ; 
INSERT INTO `wp_options` VALUES (7540629, '_transient_wflginfl_3399487762', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436049, '_transient_timeout_wflginfl_2955735406', '1404746868', 'no') ; 
INSERT INTO `wp_options` VALUES (7436050, '_transient_wflginfl_2955735406', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439358, '_transient_timeout_wflginfl_697068411', '1404749426', 'no') ; 
INSERT INTO `wp_options` VALUES (7439359, '_transient_wflginfl_697068411', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7531327, '_transient_timeout_wflginfl_2990270967', '1404825232', 'no') ; 
INSERT INTO `wp_options` VALUES (7531328, '_transient_wflginfl_2990270967', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436102, '_transient_timeout_wflginfl_1945192767', '1404746904', 'no') ; 
INSERT INTO `wp_options` VALUES (7436103, '_transient_wflginfl_1945192767', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436196, '_transient_timeout_wflginfl_1887888922', '1404746967', 'no') ; 
INSERT INTO `wp_options` VALUES (7436197, '_transient_wflginfl_1887888922', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441395, '_transient_timeout_wflginfl_1579450178', '1404751007', 'no') ; 
INSERT INTO `wp_options` VALUES (7441396, '_transient_wflginfl_1579450178', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474277, '_transient_timeout_wflginfl_3535461144', '1404777938', 'no') ; 
INSERT INTO `wp_options` VALUES (7474278, '_transient_wflginfl_3535461144', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438304, '_transient_timeout_wflginfl_657091479', '1404748635', 'no') ; 
INSERT INTO `wp_options` VALUES (7438305, '_transient_wflginfl_657091479', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541404, '_transient_timeout_wflginfl_1332953374', '1404831584', 'no') ; 
INSERT INTO `wp_options` VALUES (7541405, '_transient_wflginfl_1332953374', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437998, '_transient_timeout_wflginfl_3319968806', '1404748412', 'no') ; 
INSERT INTO `wp_options` VALUES (7437999, '_transient_wflginfl_3319968806', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436326, '_transient_timeout_wflginfl_1315282008', '1404747080', 'no') ; 
INSERT INTO `wp_options` VALUES (7436327, '_transient_wflginfl_1315282008', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437980, '_transient_timeout_wflginfl_3065378803', '1404748402', 'no') ; 
INSERT INTO `wp_options` VALUES (7437981, '_transient_wflginfl_3065378803', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466690, '_transient_timeout_wflginfl_2110881326', '1404770851', 'no') ; 
INSERT INTO `wp_options` VALUES (7466691, '_transient_wflginfl_2110881326', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501329, '_transient_wflginfl_1385897553', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470474, '_transient_wflginfl_1451030541', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436428, '_transient_timeout_wflginfl_3301803112', '1404747164', 'no') ; 
INSERT INTO `wp_options` VALUES (7436429, '_transient_wflginfl_3301803112', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449886, '_transient_timeout_wflginfl_1559883012', '1404757554', 'no') ; 
INSERT INTO `wp_options` VALUES (7449887, '_transient_wflginfl_1559883012', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458224, '_transient_timeout_wflginfl_3305188200', '1404763834', 'no') ; 
INSERT INTO `wp_options` VALUES (7458225, '_transient_wflginfl_3305188200', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436456, '_transient_timeout_wflginfl_657514042', '1404747196', 'no') ; 
INSERT INTO `wp_options` VALUES (7436457, '_transient_wflginfl_657514042', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535398, '_transient_timeout_wflginfl_3144800765', '1404827832', 'no') ; 
INSERT INTO `wp_options` VALUES (7535399, '_transient_wflginfl_3144800765', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436501, '_transient_timeout_wflginfl_2423935053', '1404747236', 'no') ; 
INSERT INTO `wp_options` VALUES (7436502, '_transient_wflginfl_2423935053', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448553, '_transient_timeout_wflginfl_3155717054', '1404756488', 'no') ; 
INSERT INTO `wp_options` VALUES (7448554, '_transient_wflginfl_3155717054', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7496644, '_transient_timeout_wflginfl_1311612635', '1404799820', 'no') ; 
INSERT INTO `wp_options` VALUES (7538853, '_transient_timeout_wflginfl_1342219660', '1404830332', 'no') ; 
INSERT INTO `wp_options` VALUES (7536435, '_transient_timeout_wflginfl_1159113204', '1404828543', 'no') ; 
INSERT INTO `wp_options` VALUES (7536436, '_transient_wflginfl_1159113204', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453052, '_transient_timeout_wflginfl_1832944648', '1404759949', 'no') ; 
INSERT INTO `wp_options` VALUES (7453053, '_transient_wflginfl_1832944648', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540156, '_transient_timeout_wflginfl_1320402787', '1404830977', 'no') ; 
INSERT INTO `wp_options` VALUES (7540157, '_transient_wflginfl_1320402787', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436651, '_transient_timeout_wflginfl_1909623632', '1404747353', 'no') ; 
INSERT INTO `wp_options` VALUES (7436652, '_transient_wflginfl_1909623632', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436687, '_transient_timeout_wflginfl_2006826502', '1404747388', 'no') ; 
INSERT INTO `wp_options` VALUES (7436688, '_transient_wflginfl_2006826502', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436719, '_transient_timeout_wflginfl_1001475479', '1404747404', 'no') ; 
INSERT INTO `wp_options` VALUES (7436720, '_transient_wflginfl_1001475479', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436749, '_transient_timeout_wflginfl_3163507485', '1404747427', 'no') ; 
INSERT INTO `wp_options` VALUES (7436750, '_transient_wflginfl_3163507485', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436799, '_transient_timeout_wflginfl_3667118961', '1404747457', 'no') ; 
INSERT INTO `wp_options` VALUES (7436800, '_transient_wflginfl_3667118961', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436813, '_transient_timeout_wflginfl_3529063654', '1404747471', 'no') ; 
INSERT INTO `wp_options` VALUES (7436814, '_transient_wflginfl_3529063654', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538658, '_transient_wflginfl_1264257780', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534129, '_transient_wflginfl_2943267260', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471378, '_transient_timeout_wflginfl_3302569121', '1404775066', 'no') ; 
INSERT INTO `wp_options` VALUES (7471379, '_transient_wflginfl_3302569121', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502472, '_transient_timeout_wflginfl_3679659827', '1404804820', 'no') ; 
INSERT INTO `wp_options` VALUES (7502473, '_transient_wflginfl_3679659827', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7436881, '_transient_timeout_wflginfl_2033593519', '1404747514', 'no') ; 
INSERT INTO `wp_options` VALUES (7436882, '_transient_wflginfl_2033593519', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519976, '_transient_timeout_wflginfl_1379487211', '1404817502', 'no') ; 
INSERT INTO `wp_options` VALUES (7519977, '_transient_wflginfl_1379487211', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449487, '_transient_timeout_wflginfl_1850591396', '1404757256', 'no') ; 
INSERT INTO `wp_options` VALUES (7449488, '_transient_wflginfl_1850591396', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454943, '_transient_timeout_wflginfl_690290314', '1404761348', 'no') ; 
INSERT INTO `wp_options` VALUES (7454944, '_transient_wflginfl_690290314', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440253, '_transient_timeout_wflginfl_3065639217', '1404750116', 'no') ; 
INSERT INTO `wp_options` VALUES (7440254, '_transient_wflginfl_3065639217', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454221, '_transient_timeout_wflginfl_3321327028', '1404760798', 'no') ; 
INSERT INTO `wp_options` VALUES (7454222, '_transient_wflginfl_3321327028', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437027, '_transient_timeout_wflginfl_3075695524', '1404747630', 'no') ; 
INSERT INTO `wp_options` VALUES (7437028, '_transient_wflginfl_3075695524', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444470, '_transient_timeout_wflginfl_973675409', '1404753401', 'no') ; 
INSERT INTO `wp_options` VALUES (7444471, '_transient_wflginfl_973675409', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437548, '_transient_timeout_wflginfl_3302575523', '1404748046', 'no') ; 
INSERT INTO `wp_options` VALUES (7437549, '_transient_wflginfl_3302575523', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535344, '_transient_timeout_wflginfl_2344727366', '1404827801', 'no') ; 
INSERT INTO `wp_options` VALUES (7535345, '_transient_wflginfl_2344727366', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459202, '_transient_timeout_wflginfl_1489297818', '1404764603', 'no') ; 
INSERT INTO `wp_options` VALUES (7459203, '_transient_wflginfl_1489297818', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538611, '_transient_timeout_wflginfl_1892523605', '1404829956', 'no') ; 
INSERT INTO `wp_options` VALUES (7538612, '_transient_wflginfl_1892523605', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444128, '_transient_timeout_wflginfl_2112246165', '1404753136', 'no') ; 
INSERT INTO `wp_options` VALUES (7444129, '_transient_wflginfl_2112246165', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441858, '_transient_timeout_wflginfl_3065601685', '1404751362', 'no') ; 
INSERT INTO `wp_options` VALUES (7441859, '_transient_wflginfl_3065601685', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437153, '_transient_timeout_wflginfl_3128968003', '1404747726', 'no') ; 
INSERT INTO `wp_options` VALUES (7437154, '_transient_wflginfl_3128968003', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437163, '_transient_timeout_wflginfl_657545987', '1404747731', 'no') ; 
INSERT INTO `wp_options` VALUES (7437164, '_transient_wflginfl_657545987', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445984, '_transient_timeout_wflginfl_3000951752', '1404754572', 'no') ; 
INSERT INTO `wp_options` VALUES (7445985, '_transient_wflginfl_3000951752', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539067, '_transient_timeout_wflginfl_2942636034', '1404830243', 'no') ; 
INSERT INTO `wp_options` VALUES (7539068, '_transient_wflginfl_2942636034', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443798, '_transient_timeout_wflginfl_3557542899', '1404752906', 'no') ; 
INSERT INTO `wp_options` VALUES (7443799, '_transient_wflginfl_3557542899', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486479, '_transient_timeout_wflginfl_3123550386', '1404790266', 'no') ; 
INSERT INTO `wp_options` VALUES (7486480, '_transient_wflginfl_3123550386', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437308, '_transient_timeout_wflginfl_657538363', '1404747860', 'no') ; 
INSERT INTO `wp_options` VALUES (7437309, '_transient_wflginfl_657538363', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540338, '_transient_timeout_wflginfl_772494689', '1404831334', 'no') ; 
INSERT INTO `wp_options` VALUES (7540339, '_transient_wflginfl_772494689', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7491466, '_transient_timeout_wflginfl_3588022279', '1404795048', 'no') ; 
INSERT INTO `wp_options` VALUES (7491467, '_transient_wflginfl_3588022279', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473687, '_transient_timeout_wflginfl_657624535', '1404777351', 'no') ; 
INSERT INTO `wp_options` VALUES (7473688, '_transient_wflginfl_657624535', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446630, '_transient_timeout_wflginfl_3627633015', '1404755065', 'no') ; 
INSERT INTO `wp_options` VALUES (7446631, '_transient_wflginfl_3627633015', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449273, '_transient_timeout_wflginfl_1562735384', '1404757322', 'no') ; 
INSERT INTO `wp_options` VALUES (7449274, '_transient_wflginfl_1562735384', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7437443, '_transient_timeout_wflginfl_3320791593', '1404747984', 'no') ; 
INSERT INTO `wp_options` VALUES (7437444, '_transient_wflginfl_3320791593', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440459, '_transient_timeout_wflginfl_3636014521', '1404750308', 'no') ; 
INSERT INTO `wp_options` VALUES (7440460, '_transient_wflginfl_3636014521', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437554, '_transient_timeout_wflginfl_3057232347', '1404748050', 'no') ; 
INSERT INTO `wp_options` VALUES (7437490, '_transient_timeout_wflginfl_3065594555', '1404748015', 'no') ; 
INSERT INTO `wp_options` VALUES (7437491, '_transient_wflginfl_3065594555', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437555, '_transient_wflginfl_3057232347', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456039, '_transient_timeout_wflginfl_1319336627', '1404762744', 'no') ; 
INSERT INTO `wp_options` VALUES (7456040, '_transient_wflginfl_1319336627', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7451434, '_transient_timeout_wflginfl_1451166495', '1404758732', 'no') ; 
INSERT INTO `wp_options` VALUES (7451435, '_transient_wflginfl_1451166495', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440343, '_transient_timeout_wflginfl_656454860', '1404750203', 'no') ; 
INSERT INTO `wp_options` VALUES (7440344, '_transient_wflginfl_656454860', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7519088, '_transient_timeout_wflginfl_1768910555', '1404816875', 'no') ; 
INSERT INTO `wp_options` VALUES (7519089, '_transient_wflginfl_1768910555', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437624, '_transient_timeout_wflginfl_3134471110', '1404748092', 'no') ; 
INSERT INTO `wp_options` VALUES (7437625, '_transient_wflginfl_3134471110', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459743, '_transient_timeout_wflginfl_2107926636', '1404765026', 'no') ; 
INSERT INTO `wp_options` VALUES (7459744, '_transient_wflginfl_2107926636', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457452, '_transient_timeout_wflginfl_1319291729', '1404763243', 'no') ; 
INSERT INTO `wp_options` VALUES (7457453, '_transient_wflginfl_1319291729', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447254, '_transient_timeout_wflginfl_1589623745', '1404755535', 'no') ; 
INSERT INTO `wp_options` VALUES (7447255, '_transient_wflginfl_1589623745', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437672, '_transient_timeout_wflginfl_3636014492', '1404748130', 'no') ; 
INSERT INTO `wp_options` VALUES (7437673, '_transient_wflginfl_3636014492', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440923, '_transient_timeout_wflginfl_1832945261', '1404750690', 'no') ; 
INSERT INTO `wp_options` VALUES (7440924, '_transient_wflginfl_1832945261', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451992, '_transient_timeout_wflginfl_2033597071', '1404759185', 'no') ; 
INSERT INTO `wp_options` VALUES (7451993, '_transient_wflginfl_2033597071', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541414, '_transient_timeout_wflginfl_1538671099', '1404831610', 'no') ; 
INSERT INTO `wp_options` VALUES (7541415, '_transient_wflginfl_1538671099', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459952, '_transient_timeout_wflginfl_1328536774', '1404765419', 'no') ; 
INSERT INTO `wp_options` VALUES (7459953, '_transient_wflginfl_1328536774', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7449736, '_transient_timeout_wflginfl_1459938188', '1404757427', 'no') ; 
INSERT INTO `wp_options` VALUES (7452188, '_transient_timeout_wflginfl_694301163', '1404759325', 'no') ; 
INSERT INTO `wp_options` VALUES (7437824, '_transient_timeout_wflginfl_694254174', '1404748251', 'no') ; 
INSERT INTO `wp_options` VALUES (7437825, '_transient_wflginfl_694254174', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537567, '_transient_timeout_wflginfl_1542125365', '1404829261', 'no') ; 
INSERT INTO `wp_options` VALUES (7537568, '_transient_wflginfl_1542125365', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485593, '_transient_timeout_wflginfl_3122892527', '1404789433', 'no') ; 
INSERT INTO `wp_options` VALUES (7443495, '_transient_timeout_wflginfl_701128609', '1404752660', 'no') ; 
INSERT INTO `wp_options` VALUES (7443496, '_transient_wflginfl_701128609', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7437916, '_transient_timeout_wflginfl_1569692561', '1404748341', 'no') ; 
INSERT INTO `wp_options` VALUES (7437917, '_transient_wflginfl_1569692561', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7482871, '_transient_timeout_wflginfl_1569456105', '1404786861', 'no') ; 
INSERT INTO `wp_options` VALUES (7476423, '_transient_wflginfl_1854469526', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479729, '_transient_timeout_wflginfl_3301877642', '1404783570', 'no') ; 
INSERT INTO `wp_options` VALUES (7479730, '_transient_wflginfl_3301877642', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455433, '_transient_timeout_wflginfl_703201887', '1404761719', 'no') ; 
INSERT INTO `wp_options` VALUES (7455434, '_transient_wflginfl_703201887', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540522, '_transient_timeout_wflginfl_3388398264', '1404831184', 'no') ; 
INSERT INTO `wp_options` VALUES (7540523, '_transient_wflginfl_3388398264', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438080, '_transient_timeout_wflginfl_2997136024', '1404748484', 'no') ; 
INSERT INTO `wp_options` VALUES (7438081, '_transient_wflginfl_2997136024', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438100, '_transient_timeout_wflginfl_2053536542', '1404748501', 'no') ; 
INSERT INTO `wp_options` VALUES (7438101, '_transient_wflginfl_2053536542', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447174, '_transient_timeout_wflginfl_3123060259', '1404755462', 'no') ; 
INSERT INTO `wp_options` VALUES (7447175, '_transient_wflginfl_3123060259', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449385, '_transient_timeout_wflginfl_3243499357', '1404757145', 'no') ; 
INSERT INTO `wp_options` VALUES (7449386, '_transient_wflginfl_3243499357', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459098, '_transient_timeout_wflginfl_1314982824', '1404764516', 'no') ; 
INSERT INTO `wp_options` VALUES (7459099, '_transient_wflginfl_1314982824', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445818, '_transient_timeout_wflginfl_657015719', '1404754432', 'no') ; 
INSERT INTO `wp_options` VALUES (7445819, '_transient_wflginfl_657015719', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439643, '_transient_timeout_wflginfl_1744431774', '1404749660', 'no') ; 
INSERT INTO `wp_options` VALUES (7439644, '_transient_wflginfl_1744431774', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505503, '_transient_wflginfl_2970789077', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7540415, '_transient_wflginfl_2918532933', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439659, '_transient_timeout_wflginfl_3301802935', '1404749668', 'no') ; 
INSERT INTO `wp_options` VALUES (7439660, '_transient_wflginfl_3301802935', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452825, '_transient_wflginfl_1211257930', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443276, '_transient_wflginfl_1382452680', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442571, '_transient_timeout_wflginfl_3269145428', '1404751931', 'no') ; 
INSERT INTO `wp_options` VALUES (7442572, '_transient_wflginfl_3269145428', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438384, '_transient_timeout_wflginfl_694933614', '1404748696', 'no') ; 
INSERT INTO `wp_options` VALUES (7438385, '_transient_wflginfl_694933614', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540612, '_transient_timeout_wflginfl_1460694128', '1404831473', 'no') ; 
INSERT INTO `wp_options` VALUES (7540613, '_transient_wflginfl_1460694128', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7459369, '_transient_timeout_wflginfl_3065128122', '1404764742', 'no') ; 
INSERT INTO `wp_options` VALUES (7459370, '_transient_wflginfl_3065128122', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445306, '_transient_timeout_wflginfl_694699329', '1404754014', 'no') ; 
INSERT INTO `wp_options` VALUES (7445307, '_transient_wflginfl_694699329', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438448, '_transient_timeout_wflginfl_670917539', '1404748742', 'no') ; 
INSERT INTO `wp_options` VALUES (7438449, '_transient_wflginfl_670917539', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439853, '_transient_timeout_wflginfl_1308589833', '1404749827', 'no') ; 
INSERT INTO `wp_options` VALUES (7439854, '_transient_wflginfl_1308589833', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440619, '_transient_timeout_wflginfl_41537761', '1404750448', 'no') ; 
INSERT INTO `wp_options` VALUES (7440620, '_transient_wflginfl_41537761', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466102, '_transient_timeout_wflginfl_1209735381', '1404770333', 'no') ; 
INSERT INTO `wp_options` VALUES (7466103, '_transient_wflginfl_1209735381', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492706, '_transient_timeout_wflginfl_3306893016', '1404796142', 'no') ; 
INSERT INTO `wp_options` VALUES (7492707, '_transient_wflginfl_3306893016', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445558, '_transient_timeout_wflginfl_1308678251', '1404754224', 'no') ; 
INSERT INTO `wp_options` VALUES (7445559, '_transient_wflginfl_1308678251', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541300, '_transient_timeout_wflginfl_1839435073', '1404831513', 'no') ; 
INSERT INTO `wp_options` VALUES (7541301, '_transient_wflginfl_1839435073', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454155, '_transient_timeout_wflginfl_657396321', '1404760753', 'no') ; 
INSERT INTO `wp_options` VALUES (7454156, '_transient_wflginfl_657396321', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438544, '_transient_timeout_wflginfl_658162349', '1404748808', 'no') ; 
INSERT INTO `wp_options` VALUES (7438545, '_transient_wflginfl_658162349', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438546, '_transient_timeout_wflginfl_702818743', '1404748811', 'no') ; 
INSERT INTO `wp_options` VALUES (7438547, '_transient_wflginfl_702818743', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7498909, '_transient_timeout_wflginfl_1569624607', '1404801932', 'no') ; 
INSERT INTO `wp_options` VALUES (7498910, '_transient_wflginfl_1569624607', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438578, '_transient_timeout_wflginfl_1908923174', '1404748836', 'no') ; 
INSERT INTO `wp_options` VALUES (7438579, '_transient_wflginfl_1908923174', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439705, '_transient_timeout_wflginfl_694269535', '1404749700', 'no') ; 
INSERT INTO `wp_options` VALUES (7439706, '_transient_wflginfl_694269535', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469735, '_transient_timeout_wflginfl_2017395966', '1404773531', 'no') ; 
INSERT INTO `wp_options` VALUES (7469736, '_transient_wflginfl_2017395966', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446614, '_transient_timeout_wflginfl_704175898', '1404755059', 'no') ; 
INSERT INTO `wp_options` VALUES (7446615, '_transient_wflginfl_704175898', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438644, '_transient_timeout_wflginfl_2889358294', '1404748905', 'no') ; 
INSERT INTO `wp_options` VALUES (7438645, '_transient_wflginfl_2889358294', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438660, '_transient_timeout_wflginfl_3141043755', '1404748912', 'no') ; 
INSERT INTO `wp_options` VALUES (7438661, '_transient_wflginfl_3141043755', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439366, '_transient_timeout_wflginfl_3065814554', '1404749434', 'no') ; 
INSERT INTO `wp_options` VALUES (7439367, '_transient_wflginfl_3065814554', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438664, '_transient_timeout_wflginfl_387710083', '1404748913', 'no') ; 
INSERT INTO `wp_options` VALUES (7438665, '_transient_wflginfl_387710083', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510344, '_transient_wflginfl_3159446566', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515715, '_transient_wflginfl_1840945742', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438692, '_transient_timeout_wflginfl_2076812923', '1404748930', 'no') ; 
INSERT INTO `wp_options` VALUES (7438693, '_transient_wflginfl_2076812923', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440213, '_transient_timeout_wflginfl_3553706762', '1404750100', 'no') ; 
INSERT INTO `wp_options` VALUES (7440214, '_transient_wflginfl_3553706762', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451454, '_transient_timeout_wflginfl_3536010635', '1404758748', 'no') ; 
INSERT INTO `wp_options` VALUES (7451455, '_transient_wflginfl_3536010635', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448013, '_transient_timeout_wflginfl_2943257825', '1404756107', 'no') ; 
INSERT INTO `wp_options` VALUES (7448014, '_transient_wflginfl_2943257825', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452156, '_transient_timeout_wflginfl_2943033940', '1404759300', 'no') ; 
INSERT INTO `wp_options` VALUES (7452157, '_transient_wflginfl_2943033940', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449069, '_transient_timeout_wflginfl_656433461', '1404756865', 'no') ; 
INSERT INTO `wp_options` VALUES (7449070, '_transient_wflginfl_656433461', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7438846, '_transient_timeout_wflginfl_3318411464', '1404749051', 'no') ; 
INSERT INTO `wp_options` VALUES (7438847, '_transient_wflginfl_3318411464', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461966, '_transient_timeout_wflginfl_2980052101', '1404766831', 'no') ; 
INSERT INTO `wp_options` VALUES (7461967, '_transient_wflginfl_2980052101', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533683, '_transient_timeout_wflginfl_1565802851', '1404826706', 'no') ; 
INSERT INTO `wp_options` VALUES (7517813, '_transient_timeout_wflginfl_1460398986', '1404815996', 'no') ; 
INSERT INTO `wp_options` VALUES (7438906, '_transient_timeout_wflginfl_691674024', '1404749077', 'no') ; 
INSERT INTO `wp_options` VALUES (7438907, '_transient_wflginfl_691674024', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541304, '_transient_timeout_wflginfl_1038369497', '1404831515', 'no') ; 
INSERT INTO `wp_options` VALUES (7492912, '_transient_timeout_wflginfl_3127583751', '1404796341', 'no') ; 
INSERT INTO `wp_options` VALUES (7438924, '_transient_timeout_wflginfl_3056906708', '1404749084', 'no') ; 
INSERT INTO `wp_options` VALUES (7438925, '_transient_wflginfl_3056906708', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451288, '_transient_timeout_wflginfl_3319959413', '1404758629', 'no') ; 
INSERT INTO `wp_options` VALUES (7451289, '_transient_wflginfl_3319959413', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541472, '_transient_timeout_wflginfl_2591699127', '1404831851', 'no') ; 
INSERT INTO `wp_options` VALUES (7531318, '_transient_timeout_wflginfl_977384908', '1404825228', 'no') ; 
INSERT INTO `wp_options` VALUES (7447541, '_transient_timeout_wflginfl_1409479924', '1404755749', 'no') ; 
INSERT INTO `wp_options` VALUES (7447542, '_transient_wflginfl_1409479924', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469481, '_transient_wflginfl_404394752', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7525206, '_transient_timeout_wflginfl_3159053924', '1404821051', 'no') ; 
INSERT INTO `wp_options` VALUES (7540664, '_transient_timeout_wflginfl_623925036', '1404831254', 'no') ; 
INSERT INTO `wp_options` VALUES (7540665, '_transient_wflginfl_623925036', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443543, '_transient_timeout_wflginfl_3171419302', '1404752693', 'no') ; 
INSERT INTO `wp_options` VALUES (7443544, '_transient_wflginfl_3171419302', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439076, '_transient_timeout_wflginfl_1887831423', '1404749215', 'no') ; 
INSERT INTO `wp_options` VALUES (7439077, '_transient_wflginfl_1887831423', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439113, '_transient_timeout_wflginfl_84775524', '1404749262', 'no') ; 
INSERT INTO `wp_options` VALUES (7439091, '_transient_timeout_wflginfl_3307613673', '1404749235', 'no') ; 
INSERT INTO `wp_options` VALUES (7439092, '_transient_wflginfl_3307613673', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439114, '_transient_wflginfl_84775524', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533288, '_transient_timeout_wflginfl_1482980239', '1404826703', 'no') ; 
INSERT INTO `wp_options` VALUES (7533289, '_transient_wflginfl_1482980239', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7449600, '_transient_timeout_wflginfl_405708873', '1404757341', 'no') ; 
INSERT INTO `wp_options` VALUES (7449601, '_transient_wflginfl_405708873', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458640, '_transient_timeout_wflginfl_2978916579', '1404764180', 'no') ; 
INSERT INTO `wp_options` VALUES (7467765, '_transient_timeout_wflginfl_3318563125', '1404771724', 'no') ; 
INSERT INTO `wp_options` VALUES (7439224, '_transient_timeout_wflginfl_690197503', '1404749337', 'no') ; 
INSERT INTO `wp_options` VALUES (7439225, '_transient_wflginfl_690197503', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441836, '_transient_timeout_wflginfl_657666114', '1404751350', 'no') ; 
INSERT INTO `wp_options` VALUES (7441837, '_transient_wflginfl_657666114', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439240, '_transient_timeout_wflginfl_1096699724', '1404749352', 'no') ; 
INSERT INTO `wp_options` VALUES (7439241, '_transient_wflginfl_1096699724', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447456, '_transient_timeout_wflginfl_1868053805', '1404755681', 'no') ; 
INSERT INTO `wp_options` VALUES (7447457, '_transient_wflginfl_1868053805', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535244, '_transient_timeout_wflginfl_3036431964', '1404827742', 'no') ; 
INSERT INTO `wp_options` VALUES (7535245, '_transient_wflginfl_3036431964', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458094, '_transient_timeout_wflginfl_2488176762', '1404763735', 'no') ; 
INSERT INTO `wp_options` VALUES (7458095, '_transient_wflginfl_2488176762', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7548061, '_transient_timeout_wflginfl_2794052079', '1405971593', 'no') ; 
INSERT INTO `wp_options` VALUES (7472727, '_transient_timeout_wflginfl_1506607492', '1404776423', 'no') ; 
INSERT INTO `wp_options` VALUES (7472728, '_transient_wflginfl_1506607492', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541522, '_transient_timeout_wflginfl_1407670488', '1404834529', 'no') ; 
INSERT INTO `wp_options` VALUES (7541523, '_transient_wflginfl_1407670488', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7467201, '_transient_timeout_wflginfl_1368876866', '1404771285', 'no') ; 
INSERT INTO `wp_options` VALUES (7467202, '_transient_wflginfl_1368876866', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539711, '_transient_timeout_wflginfl_3049605416', '1404830675', 'no') ; 
INSERT INTO `wp_options` VALUES (7539712, '_transient_wflginfl_3049605416', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456263, '_transient_timeout_wflginfl_1491464710', '1404762331', 'no') ; 
INSERT INTO `wp_options` VALUES (7456264, '_transient_wflginfl_1491464710', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439491, '_transient_timeout_wflginfl_3065869480', '1404749532', 'no') ; 
INSERT INTO `wp_options` VALUES (7439492, '_transient_wflginfl_3065869480', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441185, '_transient_timeout_wflginfl_1697794612', '1404750867', 'no') ; 
INSERT INTO `wp_options` VALUES (7441186, '_transient_wflginfl_1697794612', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539366, '_transient_timeout_wflginfl_1300060228', '1404830457', 'no') ; 
INSERT INTO `wp_options` VALUES (7539367, '_transient_wflginfl_1300060228', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442705, '_transient_timeout_wflginfl_3318227091', '1404752023', 'no') ; 
INSERT INTO `wp_options` VALUES (7442706, '_transient_wflginfl_3318227091', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449081, '_transient_timeout_wflginfl_1870115709', '1404756872', 'no') ; 
INSERT INTO `wp_options` VALUES (7449082, '_transient_wflginfl_1870115709', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499877, '_transient_timeout_wflginfl_704219121', '1404802742', 'no') ; 
INSERT INTO `wp_options` VALUES (7499878, '_transient_wflginfl_704219121', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449772, '_transient_timeout_wflginfl_3031606326', '1404757450', 'no') ; 
INSERT INTO `wp_options` VALUES (7449773, '_transient_wflginfl_3031606326', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439583, '_transient_timeout_wflginfl_1976918267', '1404749593', 'no') ; 
INSERT INTO `wp_options` VALUES (7439584, '_transient_wflginfl_1976918267', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454564, '_transient_timeout_wflginfl_692615175', '1404761051', 'no') ; 
INSERT INTO `wp_options` VALUES (7454565, '_transient_wflginfl_692615175', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452962, '_transient_timeout_wflginfl_657503800', '1404759883', 'no') ; 
INSERT INTO `wp_options` VALUES (7452963, '_transient_wflginfl_657503800', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441724, '_transient_timeout_wflginfl_3013681881', '1404751261', 'no') ; 
INSERT INTO `wp_options` VALUES (7441725, '_transient_wflginfl_3013681881', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470860, '_transient_timeout_wflginfl_692958762', '1404774528', 'no') ; 
INSERT INTO `wp_options` VALUES (7460971, '_transient_wflginfl_1403213455', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457842, '_transient_timeout_wflginfl_36902597', '1404763550', 'no') ; 
INSERT INTO `wp_options` VALUES (7457843, '_transient_wflginfl_36902597', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443423, '_transient_timeout_wflginfl_1401916098', '1404752612', 'no') ; 
INSERT INTO `wp_options` VALUES (7443424, '_transient_wflginfl_1401916098', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445337, '_transient_timeout_wflginfl_2979323878', '1404754335', 'no') ; 
INSERT INTO `wp_options` VALUES (7499980, '_transient_wflginfl_1868071359', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444430, '_transient_timeout_wflginfl_1567025002', '1404753377', 'no') ; 
INSERT INTO `wp_options` VALUES (7444431, '_transient_wflginfl_1567025002', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466816, '_transient_wflginfl_3318423492', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500349, '_transient_wflginfl_701473535', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452016, '_transient_timeout_wflginfl_657326910', '1404759205', 'no') ; 
INSERT INTO `wp_options` VALUES (7452017, '_transient_wflginfl_657326910', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448887, '_transient_timeout_wflginfl_658195615', '1404756748', 'no') ; 
INSERT INTO `wp_options` VALUES (7448888, '_transient_wflginfl_658195615', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440519, '_transient_timeout_wflginfl_1577239504', '1404750360', 'no') ; 
INSERT INTO `wp_options` VALUES (7440520, '_transient_wflginfl_1577239504', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486469, '_transient_timeout_wflginfl_634614451', '1404790730', 'no') ; 
INSERT INTO `wp_options` VALUES (7486470, '_transient_wflginfl_634614451', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7441433, '_transient_timeout_wflginfl_1450888920', '1404751037', 'no') ; 
INSERT INTO `wp_options` VALUES (7441434, '_transient_wflginfl_1450888920', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441642, '_transient_timeout_wflginfl_2966060409', '1404751201', 'no') ; 
INSERT INTO `wp_options` VALUES (7441643, '_transient_wflginfl_2966060409', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441431, '_transient_timeout_wflginfl_1477271761', '1404751575', 'no') ; 
INSERT INTO `wp_options` VALUES (7441432, '_transient_wflginfl_1477271761', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7455227, '_transient_timeout_wflginfl_1597727687', '1404761561', 'no') ; 
INSERT INTO `wp_options` VALUES (7455228, '_transient_wflginfl_1597727687', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530178, '_transient_timeout_wflginfl_999842178', '1404824452', 'no') ; 
INSERT INTO `wp_options` VALUES (7530179, '_transient_wflginfl_999842178', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446004, '_transient_timeout_wflginfl_657939971', '1404754588', 'no') ; 
INSERT INTO `wp_options` VALUES (7446005, '_transient_wflginfl_657939971', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454359, '_transient_timeout_wflginfl_3318223780', '1404760909', 'no') ; 
INSERT INTO `wp_options` VALUES (7454360, '_transient_wflginfl_3318223780', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444574, '_transient_timeout_wflginfl_1908915910', '1404753476', 'no') ; 
INSERT INTO `wp_options` VALUES (7444575, '_transient_wflginfl_1908915910', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439937, '_transient_timeout_wflginfl_1831958291', '1404749889', 'no') ; 
INSERT INTO `wp_options` VALUES (7439938, '_transient_wflginfl_1831958291', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539470, '_transient_timeout_wflginfl_1502555251', '1404830528', 'no') ; 
INSERT INTO `wp_options` VALUES (7539471, '_transient_wflginfl_1502555251', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466247, '_transient_wflginfl_1345846460', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7439976, '_transient_wflginfl_1507387221', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461669, '_transient_timeout_wflginfl_1379356298', '1404766572', 'no') ; 
INSERT INTO `wp_options` VALUES (7461670, '_transient_wflginfl_1379356298', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7529624, '_transient_timeout_wflginfl_774084154', '1404824084', 'no') ; 
INSERT INTO `wp_options` VALUES (7529625, '_transient_wflginfl_774084154', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440115, '_transient_timeout_wflginfl_1839738354', '1404750324', 'no') ; 
INSERT INTO `wp_options` VALUES (7440116, '_transient_wflginfl_1839738354', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7468173, '_transient_timeout_wflginfl_694245029', '1404772366', 'no') ; 
INSERT INTO `wp_options` VALUES (7468174, '_transient_wflginfl_694245029', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7457562, '_transient_timeout_wflginfl_1317349916', '1404763333', 'no') ; 
INSERT INTO `wp_options` VALUES (7506149, '_transient_timeout_wflginfl_3318466292', '1404807749', 'no') ; 
INSERT INTO `wp_options` VALUES (7458670, '_transient_timeout_wflginfl_1326279750', '1404764198', 'no') ; 
INSERT INTO `wp_options` VALUES (7458671, '_transient_wflginfl_1326279750', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446274, '_transient_timeout_wflginfl_657956894', '1404754802', 'no') ; 
INSERT INTO `wp_options` VALUES (7446275, '_transient_wflginfl_657956894', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476422, '_transient_timeout_wflginfl_1854469526', '1404780125', 'no') ; 
INSERT INTO `wp_options` VALUES (7482872, '_transient_wflginfl_1569456105', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507831, '_transient_timeout_wflginfl_1308276994', '1404809197', 'no') ; 
INSERT INTO `wp_options` VALUES (7507832, '_transient_wflginfl_1308276994', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7440197, '_transient_timeout_wflginfl_3032444057', '1404750092', 'no') ; 
INSERT INTO `wp_options` VALUES (7440198, '_transient_wflginfl_3032444057', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441750, '_transient_timeout_wflginfl_1774016210', '1404751279', 'no') ; 
INSERT INTO `wp_options` VALUES (7441751, '_transient_wflginfl_1774016210', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441918, '_transient_timeout_wflginfl_1548968341', '1404751416', 'no') ; 
INSERT INTO `wp_options` VALUES (7441919, '_transient_wflginfl_1548968341', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539555, '_transient_timeout_wflginfl_2058428209', '1404830587', 'no') ; 
INSERT INTO `wp_options` VALUES (7533081, '_transient_timeout_wflginfl_3358249314', '1404826337', 'no') ; 
INSERT INTO `wp_options` VALUES (7441095, '_transient_timeout_wflginfl_1975737732', '1404750810', 'no') ; 
INSERT INTO `wp_options` VALUES (7441096, '_transient_wflginfl_1975737732', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479659, '_transient_timeout_wflginfl_1887933754', '1404783493', 'no') ; 
INSERT INTO `wp_options` VALUES (7477674, '_transient_timeout_wflginfl_2969664517', '1404781416', 'no') ; 
INSERT INTO `wp_options` VALUES (7442508, '_transient_timeout_wflginfl_690200937', '1404751890', 'no') ; 
INSERT INTO `wp_options` VALUES (7442509, '_transient_wflginfl_690200937', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462921, '_transient_timeout_wflginfl_694953720', '1404767660', 'no') ; 
INSERT INTO `wp_options` VALUES (7462922, '_transient_wflginfl_694953720', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440919, '_transient_timeout_wflginfl_3159249799', '1404750689', 'no') ; 
INSERT INTO `wp_options` VALUES (7440920, '_transient_wflginfl_3159249799', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441309, '_transient_timeout_wflginfl_1549048088', '1404750949', 'no') ; 
INSERT INTO `wp_options` VALUES (7441310, '_transient_wflginfl_1549048088', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457686, '_transient_timeout_wflginfl_778245107', '1404763429', 'no') ; 
INSERT INTO `wp_options` VALUES (7457687, '_transient_wflginfl_778245107', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440631, '_transient_timeout_wflginfl_1899743420', '1404750453', 'no') ; 
INSERT INTO `wp_options` VALUES (7440632, '_transient_wflginfl_1899743420', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442619, '_transient_timeout_wflginfl_1568035582', '1404751960', 'no') ; 
INSERT INTO `wp_options` VALUES (7442620, '_transient_wflginfl_1568035582', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485713, '_transient_timeout_wflginfl_1219681306', '1404789570', 'no') ; 
INSERT INTO `wp_options` VALUES (7483520, '_transient_timeout_wflginfl_712189356', '1404787476', 'no') ; 
INSERT INTO `wp_options` VALUES (7441666, '_transient_timeout_wflginfl_2017141253', '1404751216', 'no') ; 
INSERT INTO `wp_options` VALUES (7441667, '_transient_wflginfl_2017141253', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511287, '_transient_timeout_wflginfl_1361949963', '1404811457', 'no') ; 
INSERT INTO `wp_options` VALUES (7456277, '_transient_timeout_wflginfl_1563923463', '1404762343', 'no') ; 
INSERT INTO `wp_options` VALUES (7442080, '_transient_timeout_wflginfl_2057766280', '1404751541', 'no') ; 
INSERT INTO `wp_options` VALUES (7442081, '_transient_wflginfl_2057766280', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540398, '_transient_timeout_wflginfl_1321912508', '1404831123', 'no') ; 
INSERT INTO `wp_options` VALUES (7539385, '_transient_wflginfl_699848889', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538801, '_transient_timeout_wflginfl_2344848936', '1404830067', 'no') ; 
INSERT INTO `wp_options` VALUES (7538802, '_transient_wflginfl_2344848936', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467769, '_transient_timeout_wflginfl_1295109771', '1404771993', 'no') ; 
INSERT INTO `wp_options` VALUES (7467770, '_transient_wflginfl_1295109771', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7482615, '_transient_timeout_wflginfl_1315190268', '1404786872', 'no') ; 
INSERT INTO `wp_options` VALUES (7460760, '_transient_timeout_wflginfl_1771910023', '1404765798', 'no') ; 
INSERT INTO `wp_options` VALUES (7440801, '_transient_timeout_wflginfl_1371451903', '1404750598', 'no') ; 
INSERT INTO `wp_options` VALUES (7440802, '_transient_wflginfl_1371451903', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451820, '_transient_timeout_wflginfl_1777043963', '1404759052', 'no') ; 
INSERT INTO `wp_options` VALUES (7451821, '_transient_wflginfl_1777043963', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442969, '_transient_timeout_wflginfl_1592095709', '1404752235', 'no') ; 
INSERT INTO `wp_options` VALUES (7442970, '_transient_wflginfl_1592095709', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440865, '_transient_timeout_wflginfl_1048067774', '1404750645', 'no') ; 
INSERT INTO `wp_options` VALUES (7440866, '_transient_wflginfl_1048067774', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440873, '_transient_timeout_wflginfl_1319339993', '1404750656', 'no') ; 
INSERT INTO `wp_options` VALUES (7440874, '_transient_wflginfl_1319339993', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541202, '_transient_timeout_wflginfl_1817234531', '1404831470', 'no') ; 
INSERT INTO `wp_options` VALUES (7496672, '_transient_timeout_wflginfl_1550339558', '1404799857', 'no') ; 
INSERT INTO `wp_options` VALUES (7462853, '_transient_timeout_wflginfl_1325860242', '1404767600', 'no') ; 
INSERT INTO `wp_options` VALUES (7462854, '_transient_wflginfl_1325860242', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440937, '_transient_timeout_wflginfl_3057232700', '1404750699', 'no') ; 
INSERT INTO `wp_options` VALUES (7440938, '_transient_wflginfl_3057232700', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7440945, '_transient_timeout_wflginfl_1118561667', '1404750703', 'no') ; 
INSERT INTO `wp_options` VALUES (7440946, '_transient_wflginfl_1118561667', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443950, '_transient_timeout_wflginfl_1835427654', '1404753287', 'no') ; 
INSERT INTO `wp_options` VALUES (7443951, '_transient_wflginfl_1835427654', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7495359, '_transient_timeout_wflginfl_1426730445', '1404798623', 'no') ; 
INSERT INTO `wp_options` VALUES (7495360, '_transient_wflginfl_1426730445', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479965, '_transient_timeout_wflginfl_1544991640', '1404783817', 'no') ; 
INSERT INTO `wp_options` VALUES (7479966, '_transient_wflginfl_1544991640', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7501164, '_transient_timeout_wflginfl_2681038029', '1404803767', 'no') ; 
INSERT INTO `wp_options` VALUES (7501165, '_transient_wflginfl_2681038029', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441003, '_transient_timeout_wflginfl_3380840043', '1404750736', 'no') ; 
INSERT INTO `wp_options` VALUES (7441004, '_transient_wflginfl_3380840043', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455163, '_transient_timeout_wflginfl_1449135492', '1404761511', 'no') ; 
INSERT INTO `wp_options` VALUES (7455164, '_transient_wflginfl_1449135492', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538977, '_transient_timeout_wflginfl_1483011751', '1404830187', 'no') ; 
INSERT INTO `wp_options` VALUES (7538978, '_transient_wflginfl_1483011751', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441103, '_transient_timeout_wflginfl_1559871912', '1404750817', 'no') ; 
INSERT INTO `wp_options` VALUES (7441104, '_transient_wflginfl_1559871912', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442839, '_transient_timeout_wflginfl_1394067451', '1404752137', 'no') ; 
INSERT INTO `wp_options` VALUES (7442840, '_transient_wflginfl_1394067451', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441115, '_transient_timeout_wflginfl_3393064965', '1404750824', 'no') ; 
INSERT INTO `wp_options` VALUES (7441116, '_transient_wflginfl_3393064965', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7480297, '_transient_timeout_wflginfl_87853325', '1404784189', 'no') ; 
INSERT INTO `wp_options` VALUES (7531131, '_transient_timeout_wflginfl_1915535575', '1404825110', 'no') ; 
INSERT INTO `wp_options` VALUES (7445602, '_transient_timeout_wflginfl_1337066513', '1404754832', 'no') ; 
INSERT INTO `wp_options` VALUES (7445603, '_transient_wflginfl_1337066513', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7521484, '_transient_timeout_wflginfl_1486882550', '1404818511', 'no') ; 
INSERT INTO `wp_options` VALUES (7458471, '_transient_timeout_wflginfl_1370980090', '1404764051', 'no') ; 
INSERT INTO `wp_options` VALUES (7441153, '_transient_timeout_wflginfl_3035255272', '1404750849', 'no') ; 
INSERT INTO `wp_options` VALUES (7441154, '_transient_wflginfl_3035255272', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540430, '_transient_timeout_wflginfl_1553459939', '1404831366', 'no') ; 
INSERT INTO `wp_options` VALUES (7540431, '_transient_wflginfl_1553459939', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7461036, '_transient_timeout_wflginfl_1430276802', '1404766027', 'no') ; 
INSERT INTO `wp_options` VALUES (7461037, '_transient_wflginfl_1430276802', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514920, '_transient_wflginfl_1558754947', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538302, '_transient_wflginfl_2733151380', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442554, '_transient_timeout_wflginfl_2058255239', '1404751912', 'no') ; 
INSERT INTO `wp_options` VALUES (7442555, '_transient_wflginfl_2058255239', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540294, '_transient_timeout_wflginfl_1600110156', '1404831055', 'no') ; 
INSERT INTO `wp_options` VALUES (7540295, '_transient_wflginfl_1600110156', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453314, '_transient_wflginfl_3389361315', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499664, '_transient_wflginfl_1461573787', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7441259, '_transient_timeout_wflginfl_1549118960', '1404750912', 'no') ; 
INSERT INTO `wp_options` VALUES (7441260, '_transient_wflginfl_1549118960', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441271, '_transient_timeout_wflginfl_657956282', '1404750921', 'no') ; 
INSERT INTO `wp_options` VALUES (7441272, '_transient_wflginfl_657956282', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463927, '_transient_timeout_wflginfl_635900312', '1404768469', 'no') ; 
INSERT INTO `wp_options` VALUES (7463928, '_transient_wflginfl_635900312', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444074, '_transient_timeout_wflginfl_2098952452', '1404753097', 'no') ; 
INSERT INTO `wp_options` VALUES (7444075, '_transient_wflginfl_2098952452', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517099, '_transient_timeout_wflginfl_1432482713', '1404815502', 'no') ; 
INSERT INTO `wp_options` VALUES (7517100, '_transient_wflginfl_1432482713', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441399, '_transient_timeout_wflginfl_657921479', '1404751007', 'no') ; 
INSERT INTO `wp_options` VALUES (7441400, '_transient_wflginfl_657921479', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444002, '_transient_timeout_wflginfl_529978856', '1404753040', 'no') ; 
INSERT INTO `wp_options` VALUES (7444003, '_transient_wflginfl_529978856', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443649, '_transient_timeout_wflginfl_1892452917', '1404752792', 'no') ; 
INSERT INTO `wp_options` VALUES (7443650, '_transient_wflginfl_1892452917', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441455, '_transient_timeout_wflginfl_2759839441', '1404751351', 'no') ; 
INSERT INTO `wp_options` VALUES (7441456, '_transient_wflginfl_2759839441', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7441479, '_transient_timeout_wflginfl_3104369178', '1404751073', 'no') ; 
INSERT INTO `wp_options` VALUES (7441480, '_transient_wflginfl_3104369178', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453363, '_transient_timeout_wflginfl_3065389073', '1404760174', 'no') ; 
INSERT INTO `wp_options` VALUES (7445176, '_transient_timeout_wflginfl_696863618', '1404753933', 'no') ; 
INSERT INTO `wp_options` VALUES (7445177, '_transient_wflginfl_696863618', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445776, '_transient_timeout_wflginfl_657491726', '1404754401', 'no') ; 
INSERT INTO `wp_options` VALUES (7445777, '_transient_wflginfl_657491726', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450294, '_transient_timeout_wflginfl_703281415', '1404757851', 'no') ; 
INSERT INTO `wp_options` VALUES (7450295, '_transient_wflginfl_703281415', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455177, '_transient_timeout_wflginfl_1768889265', '1404761524', 'no') ; 
INSERT INTO `wp_options` VALUES (7455178, '_transient_wflginfl_1768889265', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441580, '_transient_timeout_wflginfl_776403938', '1404751143', 'no') ; 
INSERT INTO `wp_options` VALUES (7441581, '_transient_wflginfl_776403938', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441586, '_transient_timeout_wflginfl_657403899', '1404751149', 'no') ; 
INSERT INTO `wp_options` VALUES (7441587, '_transient_wflginfl_657403899', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453364, '_transient_wflginfl_3065389073', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540829, '_transient_wflginfl_1288423323', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540192, '_transient_timeout_wflginfl_3104614540', '1404830997', 'no') ; 
INSERT INTO `wp_options` VALUES (7538835, '_transient_timeout_wflginfl_1337197041', '1404830095', 'no') ; 
INSERT INTO `wp_options` VALUES (7538836, '_transient_wflginfl_1337197041', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540658, '_transient_timeout_wflginfl_1191929868', '1404831252', 'no') ; 
INSERT INTO `wp_options` VALUES (7540659, '_transient_wflginfl_1191929868', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471780, '_transient_timeout_wflginfl_3393065363', '1404775515', 'no') ; 
INSERT INTO `wp_options` VALUES (7471781, '_transient_wflginfl_3393065363', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443009, '_transient_timeout_wflginfl_1976516681', '1404752263', 'no') ; 
INSERT INTO `wp_options` VALUES (7443010, '_transient_wflginfl_1976516681', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441776, '_transient_timeout_wflginfl_657490676', '1404751295', 'no') ; 
INSERT INTO `wp_options` VALUES (7441777, '_transient_wflginfl_657490676', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444436, '_transient_timeout_wflginfl_1443267924', '1404753379', 'no') ; 
INSERT INTO `wp_options` VALUES (7444437, '_transient_wflginfl_1443267924', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7500194, '_transient_timeout_wflginfl_1042548724', '1404802961', 'no') ; 
INSERT INTO `wp_options` VALUES (7500195, '_transient_wflginfl_1042548724', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454387, '_transient_timeout_wflginfl_657643197', '1404760918', 'no') ; 
INSERT INTO `wp_options` VALUES (7454388, '_transient_wflginfl_657643197', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468051, '_transient_timeout_wflginfl_704212187', '1404771971', 'no') ; 
INSERT INTO `wp_options` VALUES (7468052, '_transient_wflginfl_704212187', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471284, '_transient_timeout_wflginfl_1833854522', '1404774971', 'no') ; 
INSERT INTO `wp_options` VALUES (7471285, '_transient_wflginfl_1833854522', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515268, '_transient_timeout_wflginfl_3188763573', '1404814238', 'no') ; 
INSERT INTO `wp_options` VALUES (7540900, '_transient_timeout_wflginfl_1569368223', '1404831361', 'no') ; 
INSERT INTO `wp_options` VALUES (7538791, '_transient_timeout_wflginfl_1337067954', '1404830065', 'no') ; 
INSERT INTO `wp_options` VALUES (7539248, '_transient_wflginfl_657461218', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460584, '_transient_timeout_wflginfl_696725351', '1404765666', 'no') ; 
INSERT INTO `wp_options` VALUES (7460585, '_transient_wflginfl_696725351', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472231, '_transient_timeout_wflginfl_3653532926', '1404775929', 'no') ; 
INSERT INTO `wp_options` VALUES (7472232, '_transient_wflginfl_3653532926', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441914, '_transient_timeout_wflginfl_776339717', '1404751414', 'no') ; 
INSERT INTO `wp_options` VALUES (7441915, '_transient_wflginfl_776339717', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456381, '_transient_timeout_wflginfl_35889358', '1404762434', 'no') ; 
INSERT INTO `wp_options` VALUES (7456382, '_transient_wflginfl_35889358', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7441958, '_transient_timeout_wflginfl_636224087', '1404751446', 'no') ; 
INSERT INTO `wp_options` VALUES (7441959, '_transient_wflginfl_636224087', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449884, '_transient_timeout_wflginfl_3168555306', '1404757551', 'no') ; 
INSERT INTO `wp_options` VALUES (7449885, '_transient_wflginfl_3168555306', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442701, '_transient_timeout_wflginfl_657426545', '1404752017', 'no') ; 
INSERT INTO `wp_options` VALUES (7442702, '_transient_wflginfl_657426545', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445252, '_transient_timeout_wflginfl_3383116918', '1404753976', 'no') ; 
INSERT INTO `wp_options` VALUES (7445253, '_transient_wflginfl_3383116918', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539883, '_transient_wflginfl_3035297701', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540057, '_transient_wflginfl_3047586411', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467247, '_transient_timeout_wflginfl_657076880', '1404771329', 'no') ; 
INSERT INTO `wp_options` VALUES (7467248, '_transient_wflginfl_657076880', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443149, '_transient_timeout_wflginfl_3065701470', '1404752372', 'no') ; 
INSERT INTO `wp_options` VALUES (7443150, '_transient_wflginfl_3065701470', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452966, '_transient_timeout_wflginfl_3176049308', '1404759884', 'no') ; 
INSERT INTO `wp_options` VALUES (7452967, '_transient_wflginfl_3176049308', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447034, '_transient_timeout_wflginfl_3570912494', '1404755366', 'no') ; 
INSERT INTO `wp_options` VALUES (7447035, '_transient_wflginfl_3570912494', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488064, '_transient_timeout_wflginfl_704133533', '1404791824', 'no') ; 
INSERT INTO `wp_options` VALUES (7488065, '_transient_wflginfl_704133533', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442162, '_transient_timeout_wflginfl_1603038298', '1404751600', 'no') ; 
INSERT INTO `wp_options` VALUES (7442163, '_transient_wflginfl_1603038298', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442176, '_transient_timeout_wflginfl_690967631', '1404751608', 'no') ; 
INSERT INTO `wp_options` VALUES (7442177, '_transient_wflginfl_690967631', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465242, '_transient_timeout_wflginfl_1585436594', '1404769843', 'no') ; 
INSERT INTO `wp_options` VALUES (7465243, '_transient_wflginfl_1585436594', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7454733, '_transient_timeout_wflginfl_1388955572', '1404761176', 'no') ; 
INSERT INTO `wp_options` VALUES (7454734, '_transient_wflginfl_1388955572', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467099, '_transient_timeout_wflginfl_1450963036', '1404771185', 'no') ; 
INSERT INTO `wp_options` VALUES (7467100, '_transient_wflginfl_1450963036', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442216, '_transient_timeout_wflginfl_3065662398', '1404751641', 'no') ; 
INSERT INTO `wp_options` VALUES (7442217, '_transient_wflginfl_3065662398', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442222, '_transient_timeout_wflginfl_695161054', '1404751643', 'no') ; 
INSERT INTO `wp_options` VALUES (7442223, '_transient_wflginfl_695161054', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442224, '_transient_timeout_wflginfl_3065502133', '1404751643', 'no') ; 
INSERT INTO `wp_options` VALUES (7442225, '_transient_wflginfl_3065502133', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540078, '_transient_timeout_wflginfl_1414856462', '1404830922', 'no') ; 
INSERT INTO `wp_options` VALUES (7540079, '_transient_wflginfl_1414856462', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442320, '_transient_timeout_wflginfl_84783759', '1404751724', 'no') ; 
INSERT INTO `wp_options` VALUES (7442321, '_transient_wflginfl_84783759', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486897, '_transient_timeout_wflginfl_3190698848', '1404790860', 'no') ; 
INSERT INTO `wp_options` VALUES (7486898, '_transient_wflginfl_3190698848', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7470974, '_transient_timeout_wflginfl_1569525218', '1404774669', 'no') ; 
INSERT INTO `wp_options` VALUES (7470975, '_transient_wflginfl_1569525218', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486782, '_transient_wflginfl_1892768789', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477341, '_transient_wflginfl_608516397', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442394, '_transient_timeout_wflginfl_2058390508', '1404751800', 'no') ; 
INSERT INTO `wp_options` VALUES (7442395, '_transient_wflginfl_2058390508', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459639, '_transient_timeout_wflginfl_2159195936', '1404764938', 'no') ; 
INSERT INTO `wp_options` VALUES (7459640, '_transient_wflginfl_2159195936', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442418, '_transient_timeout_wflginfl_657277533', '1404751818', 'no') ; 
INSERT INTO `wp_options` VALUES (7442419, '_transient_wflginfl_657277533', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443273, '_transient_timeout_wflginfl_1382452680', '1404752477', 'no') ; 
INSERT INTO `wp_options` VALUES (7472731, '_transient_timeout_wflginfl_1892760545', '1404776431', 'no') ; 
INSERT INTO `wp_options` VALUES (7442440, '_transient_timeout_wflginfl_1609829435', '1404751839', 'no') ; 
INSERT INTO `wp_options` VALUES (7442441, '_transient_wflginfl_1609829435', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442442, '_transient_timeout_wflginfl_2731721893', '1404751840', 'no') ; 
INSERT INTO `wp_options` VALUES (7442443, '_transient_wflginfl_2731721893', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442450, '_transient_timeout_wflginfl_1501280307', '1404751848', 'no') ; 
INSERT INTO `wp_options` VALUES (7442451, '_transient_wflginfl_1501280307', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471699, '_transient_timeout_wflginfl_3001627142', '1404775423', 'no') ; 
INSERT INTO `wp_options` VALUES (7471700, '_transient_wflginfl_3001627142', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442530, '_transient_timeout_wflginfl_1837060287', '1404751903', 'no') ; 
INSERT INTO `wp_options` VALUES (7442531, '_transient_wflginfl_1837060287', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442601, '_transient_timeout_wflginfl_2982960225', '1404751949', 'no') ; 
INSERT INTO `wp_options` VALUES (7442569, '_transient_timeout_wflginfl_627252904', '1404751931', 'no') ; 
INSERT INTO `wp_options` VALUES (7442570, '_transient_wflginfl_627252904', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442602, '_transient_wflginfl_2982960225', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455533, '_transient_timeout_wflginfl_1473389094', '1404761791', 'no') ; 
INSERT INTO `wp_options` VALUES (7455534, '_transient_wflginfl_1473389094', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442613, '_transient_timeout_wflginfl_3411136095', '1404751958', 'no') ; 
INSERT INTO `wp_options` VALUES (7442614, '_transient_wflginfl_3411136095', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448471, '_transient_timeout_wflginfl_1976981674', '1404756429', 'no') ; 
INSERT INTO `wp_options` VALUES (7448472, '_transient_wflginfl_1976981674', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451390, '_transient_timeout_wflginfl_2997827122', '1404758703', 'no') ; 
INSERT INTO `wp_options` VALUES (7451391, '_transient_wflginfl_2997827122', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446754, '_transient_timeout_wflginfl_3631872501', '1404755154', 'no') ; 
INSERT INTO `wp_options` VALUES (7446755, '_transient_wflginfl_3631872501', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448041, '_transient_timeout_wflginfl_1039510552', '1404756130', 'no') ; 
INSERT INTO `wp_options` VALUES (7448042, '_transient_wflginfl_1039510552', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449001, '_transient_timeout_wflginfl_1249050968', '1404756824', 'no') ; 
INSERT INTO `wp_options` VALUES (7449002, '_transient_wflginfl_1249050968', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452180, '_transient_timeout_wflginfl_3318692602', '1404759310', 'no') ; 
INSERT INTO `wp_options` VALUES (7452181, '_transient_wflginfl_3318692602', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442807, '_transient_timeout_wflginfl_690325109', '1404752113', 'no') ; 
INSERT INTO `wp_options` VALUES (7442808, '_transient_wflginfl_690325109', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540306, '_transient_timeout_wflginfl_1950858061', '1404831057', 'no') ; 
INSERT INTO `wp_options` VALUES (7540307, '_transient_wflginfl_1950858061', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457428, '_transient_timeout_wflginfl_1297477837', '1404763226', 'no') ; 
INSERT INTO `wp_options` VALUES (7457429, '_transient_wflginfl_1297477837', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451964, '_transient_timeout_wflginfl_1598306414', '1404759163', 'no') ; 
INSERT INTO `wp_options` VALUES (7451965, '_transient_wflginfl_1598306414', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535968, '_transient_timeout_wflginfl_773410495', '1404828223', 'no') ; 
INSERT INTO `wp_options` VALUES (7535969, '_transient_wflginfl_773410495', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442869, '_transient_timeout_wflginfl_49177642', '1404752158', 'no') ; 
INSERT INTO `wp_options` VALUES (7442870, '_transient_wflginfl_49177642', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442891, '_transient_timeout_wflginfl_1046624256', '1404752172', 'no') ; 
INSERT INTO `wp_options` VALUES (7442892, '_transient_wflginfl_1046624256', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541201, '_transient_wflginfl_1369709350', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540283, '_transient_wflginfl_2043897221', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442927, '_transient_timeout_wflginfl_1314968431', '1404752201', 'no') ; 
INSERT INTO `wp_options` VALUES (7442928, '_transient_wflginfl_1314968431', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466650, '_transient_timeout_wflginfl_3065169988', '1404770816', 'no') ; 
INSERT INTO `wp_options` VALUES (7466651, '_transient_wflginfl_3065169988', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7442997, '_transient_timeout_wflginfl_3065672585', '1404752259', 'no') ; 
INSERT INTO `wp_options` VALUES (7442998, '_transient_wflginfl_3065672585', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443021, '_transient_timeout_wflginfl_3034002712', '1404752269', 'no') ; 
INSERT INTO `wp_options` VALUES (7443022, '_transient_wflginfl_3034002712', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540288, '_transient_timeout_wflginfl_1370965407', '1404831052', 'no') ; 
INSERT INTO `wp_options` VALUES (7540289, '_transient_wflginfl_1370965407', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461553, '_transient_timeout_wflginfl_1393068691', '1404766462', 'no') ; 
INSERT INTO `wp_options` VALUES (7461554, '_transient_wflginfl_1393068691', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445790, '_transient_timeout_wflginfl_3308224330', '1404754416', 'no') ; 
INSERT INTO `wp_options` VALUES (7470797, '_transient_timeout_wflginfl_2732785918', '1404774486', 'no') ; 
INSERT INTO `wp_options` VALUES (7443165, '_transient_timeout_wflginfl_2017174726', '1404752380', 'no') ; 
INSERT INTO `wp_options` VALUES (7443166, '_transient_wflginfl_2017174726', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7515512, '_transient_timeout_wflginfl_1563979727', '1404814415', 'no') ; 
INSERT INTO `wp_options` VALUES (7515513, '_transient_wflginfl_1563979727', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475506, '_transient_timeout_wflginfl_41798703', '1404779237', 'no') ; 
INSERT INTO `wp_options` VALUES (7475507, '_transient_wflginfl_41798703', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448993, '_transient_timeout_wflginfl_1380934170', '1404756822', 'no') ; 
INSERT INTO `wp_options` VALUES (7448994, '_transient_wflginfl_1380934170', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443249, '_transient_timeout_wflginfl_3175591502', '1404752459', 'no') ; 
INSERT INTO `wp_options` VALUES (7443250, '_transient_wflginfl_3175591502', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454782, '_transient_wflginfl_3204950247', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540849, '_transient_wflginfl_1417016130', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443323, '_transient_timeout_wflginfl_1892690931', '1404752520', 'no') ; 
INSERT INTO `wp_options` VALUES (7443324, '_transient_wflginfl_1892690931', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453140, '_transient_timeout_wflginfl_3308240782', '1404760014', 'no') ; 
INSERT INTO `wp_options` VALUES (7453141, '_transient_wflginfl_3308240782', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481727, '_transient_timeout_wflginfl_1976273819', '1404785667', 'no') ; 
INSERT INTO `wp_options` VALUES (7481728, '_transient_wflginfl_1976273819', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462835, '_transient_timeout_wflginfl_1834869892', '1404767587', 'no') ; 
INSERT INTO `wp_options` VALUES (7462836, '_transient_wflginfl_1834869892', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459685, '_transient_timeout_wflginfl_656462285', '1404764967', 'no') ; 
INSERT INTO `wp_options` VALUES (7443417, '_transient_timeout_wflginfl_1585030706', '1404752607', 'no') ; 
INSERT INTO `wp_options` VALUES (7443418, '_transient_wflginfl_1585030706', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449331, '_transient_timeout_wflginfl_29030397', '1404757108', 'no') ; 
INSERT INTO `wp_options` VALUES (7449332, '_transient_wflginfl_29030397', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450944, '_transient_timeout_wflginfl_1563342327', '1404758376', 'no') ; 
INSERT INTO `wp_options` VALUES (7450945, '_transient_wflginfl_1563342327', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450254, '_transient_timeout_wflginfl_3000835802', '1404757821', 'no') ; 
INSERT INTO `wp_options` VALUES (7450255, '_transient_wflginfl_3000835802', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454245, '_transient_timeout_wflginfl_1500186359', '1404760810', 'no') ; 
INSERT INTO `wp_options` VALUES (7454246, '_transient_wflginfl_1500186359', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7505558, '_transient_wflginfl_1976501648', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538134, '_transient_wflginfl_2101124290', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443553, '_transient_timeout_wflginfl_3003015896', '1404752700', 'no') ; 
INSERT INTO `wp_options` VALUES (7443554, '_transient_wflginfl_3003015896', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443631, '_transient_timeout_wflginfl_3065600158', '1404752773', 'no') ; 
INSERT INTO `wp_options` VALUES (7443632, '_transient_wflginfl_3065600158', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443651, '_transient_timeout_wflginfl_3163498204', '1404752793', 'no') ; 
INSERT INTO `wp_options` VALUES (7443652, '_transient_wflginfl_3163498204', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445594, '_transient_timeout_wflginfl_657548821', '1404754261', 'no') ; 
INSERT INTO `wp_options` VALUES (7445595, '_transient_wflginfl_657548821', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443701, '_transient_timeout_wflginfl_1938197341', '1404752826', 'no') ; 
INSERT INTO `wp_options` VALUES (7443702, '_transient_wflginfl_1938197341', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456912, '_transient_timeout_wflginfl_3563241110', '1404762831', 'no') ; 
INSERT INTO `wp_options` VALUES (7456913, '_transient_wflginfl_3563241110', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443747, '_transient_timeout_wflginfl_1569317689', '1404752867', 'no') ; 
INSERT INTO `wp_options` VALUES (7443748, '_transient_wflginfl_1569317689', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461263, '_transient_timeout_wflginfl_1590541118', '1404766232', 'no') ; 
INSERT INTO `wp_options` VALUES (7461264, '_transient_wflginfl_1590541118', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475620, '_transient_timeout_wflginfl_36900942', '1404779344', 'no') ; 
INSERT INTO `wp_options` VALUES (7475621, '_transient_wflginfl_36900942', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443776, '_transient_timeout_wflginfl_1308686154', '1404752897', 'no') ; 
INSERT INTO `wp_options` VALUES (7443777, '_transient_wflginfl_1308686154', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443830, '_transient_timeout_wflginfl_694182467', '1404752929', 'no') ; 
INSERT INTO `wp_options` VALUES (7443831, '_transient_wflginfl_694182467', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497279, '_transient_timeout_wflginfl_1158445450', '1404800391', 'no') ; 
INSERT INTO `wp_options` VALUES (7497280, '_transient_wflginfl_1158445450', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484375, '_transient_timeout_wflginfl_703252104', '1404788262', 'no') ; 
INSERT INTO `wp_options` VALUES (7484376, '_transient_wflginfl_703252104', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458523, '_transient_timeout_wflginfl_1567733953', '1404764098', 'no') ; 
INSERT INTO `wp_options` VALUES (7458524, '_transient_wflginfl_1567733953', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466809, '_transient_timeout_wflginfl_3198187248', '1404770959', 'no') ; 
INSERT INTO `wp_options` VALUES (7466810, '_transient_wflginfl_3198187248', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444634, '_transient_timeout_wflginfl_1477391643', '1404753505', 'no') ; 
INSERT INTO `wp_options` VALUES (7444635, '_transient_wflginfl_1477391643', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443938, '_transient_timeout_wflginfl_657438041', '1404753006', 'no') ; 
INSERT INTO `wp_options` VALUES (7443939, '_transient_wflginfl_657438041', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7443952, '_transient_timeout_wflginfl_656453814', '1404753015', 'no') ; 
INSERT INTO `wp_options` VALUES (7443953, '_transient_wflginfl_656453814', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476320, '_transient_timeout_wflginfl_1833051438', '1404780015', 'no') ; 
INSERT INTO `wp_options` VALUES (7476321, '_transient_wflginfl_1833051438', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444048, '_transient_timeout_wflginfl_1041390013', '1404753075', 'no') ; 
INSERT INTO `wp_options` VALUES (7444049, '_transient_wflginfl_1041390013', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444082, '_transient_timeout_wflginfl_1317213226', '1404753373', 'no') ; 
INSERT INTO `wp_options` VALUES (7444083, '_transient_wflginfl_1317213226', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7444092, '_transient_timeout_wflginfl_656440384', '1404753115', 'no') ; 
INSERT INTO `wp_options` VALUES (7444093, '_transient_wflginfl_656440384', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445610, '_transient_timeout_wflginfl_1249051006', '1404754276', 'no') ; 
INSERT INTO `wp_options` VALUES (7445611, '_transient_wflginfl_1249051006', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444136, '_transient_timeout_wflginfl_3203231923', '1404753142', 'no') ; 
INSERT INTO `wp_options` VALUES (7444137, '_transient_wflginfl_3203231923', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444196, '_transient_timeout_wflginfl_657940540', '1404753192', 'no') ; 
INSERT INTO `wp_options` VALUES (7444197, '_transient_wflginfl_657940540', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445442, '_transient_timeout_wflginfl_657123082', '1404754117', 'no') ; 
INSERT INTO `wp_options` VALUES (7445443, '_transient_wflginfl_657123082', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445782, '_transient_timeout_wflginfl_3065611102', '1404754410', 'no') ; 
INSERT INTO `wp_options` VALUES (7445783, '_transient_wflginfl_3065611102', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452930, '_transient_timeout_wflginfl_1451018101', '1404759853', 'no') ; 
INSERT INTO `wp_options` VALUES (7452931, '_transient_wflginfl_1451018101', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504336, '_transient_wflginfl_1383246193', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7517030, '_transient_wflginfl_3562891521', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444342, '_transient_timeout_wflginfl_1848057329', '1404753302', 'no') ; 
INSERT INTO `wp_options` VALUES (7444343, '_transient_wflginfl_1848057329', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457912, '_transient_timeout_wflginfl_1054080703', '1404763600', 'no') ; 
INSERT INTO `wp_options` VALUES (7457913, '_transient_wflginfl_1054080703', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456581, '_transient_timeout_wflginfl_835511001', '1404762591', 'no') ; 
INSERT INTO `wp_options` VALUES (7456582, '_transient_wflginfl_835511001', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457824, '_transient_timeout_wflginfl_1326978458', '1404763534', 'no') ; 
INSERT INTO `wp_options` VALUES (7457825, '_transient_wflginfl_1326978458', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454741, '_transient_timeout_wflginfl_3155788998', '1404761449', 'no') ; 
INSERT INTO `wp_options` VALUES (7454742, '_transient_wflginfl_3155788998', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7471302, '_transient_timeout_wflginfl_1771982067', '1404774989', 'no') ; 
INSERT INTO `wp_options` VALUES (7471303, '_transient_wflginfl_1771982067', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444592, '_transient_timeout_wflginfl_2006781756', '1404753488', 'no') ; 
INSERT INTO `wp_options` VALUES (7444593, '_transient_wflginfl_2006781756', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486229, '_transient_timeout_wflginfl_1250943914', '1404790003', 'no') ; 
INSERT INTO `wp_options` VALUES (7486230, '_transient_wflginfl_1250943914', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468487, '_transient_timeout_wflginfl_2956648511', '1404772357', 'no') ; 
INSERT INTO `wp_options` VALUES (7468488, '_transient_wflginfl_2956648511', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444678, '_transient_timeout_wflginfl_694538318', '1404753543', 'no') ; 
INSERT INTO `wp_options` VALUES (7444679, '_transient_wflginfl_694538318', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489914, '_transient_timeout_wflginfl_606551088', '1404793584', 'no') ; 
INSERT INTO `wp_options` VALUES (7489915, '_transient_wflginfl_606551088', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444718, '_transient_timeout_wflginfl_690140094', '1404753577', 'no') ; 
INSERT INTO `wp_options` VALUES (7444719, '_transient_wflginfl_690140094', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450460, '_transient_timeout_wflginfl_695157657', '1404757971', 'no') ; 
INSERT INTO `wp_options` VALUES (7450461, '_transient_wflginfl_695157657', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7510017, '_transient_timeout_wflginfl_1593065477', '1404810528', 'no') ; 
INSERT INTO `wp_options` VALUES (7510018, '_transient_wflginfl_1593065477', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453685, '_transient_timeout_wflginfl_2006816701', '1404760444', 'no') ; 
INSERT INTO `wp_options` VALUES (7453686, '_transient_wflginfl_2006816701', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472717, '_transient_timeout_wflginfl_2210336119', '1404776414', 'no') ; 
INSERT INTO `wp_options` VALUES (7472718, '_transient_wflginfl_2210336119', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472707, '_transient_timeout_wflginfl_1054304098', '1404776409', 'no') ; 
INSERT INTO `wp_options` VALUES (7472708, '_transient_wflginfl_1054304098', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7444913, '_transient_timeout_wflginfl_3393065097', '1404753721', 'no') ; 
INSERT INTO `wp_options` VALUES (7444914, '_transient_wflginfl_3393065097', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445656, '_transient_timeout_wflginfl_3065670582', '1404754309', 'no') ; 
INSERT INTO `wp_options` VALUES (7445657, '_transient_wflginfl_3065670582', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539978, '_transient_timeout_wflginfl_3246930033', '1404831097', 'no') ; 
INSERT INTO `wp_options` VALUES (7445868, '_transient_timeout_wflginfl_609092672', '1404754472', 'no') ; 
INSERT INTO `wp_options` VALUES (7445869, '_transient_wflginfl_609092672', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453563, '_transient_timeout_wflginfl_90988557', '1404760353', 'no') ; 
INSERT INTO `wp_options` VALUES (7453564, '_transient_wflginfl_90988557', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539979, '_transient_wflginfl_3246930033', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7527402, '_transient_timeout_wflginfl_3201050520', '1404822548', 'no') ; 
INSERT INTO `wp_options` VALUES (7527403, '_transient_wflginfl_3201050520', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462226, '_transient_timeout_wflginfl_1777104621', '1404767044', 'no') ; 
INSERT INTO `wp_options` VALUES (7462227, '_transient_wflginfl_1777104621', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445914, '_transient_timeout_wflginfl_694545027', '1404754510', 'no') ; 
INSERT INTO `wp_options` VALUES (7445915, '_transient_wflginfl_694545027', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446214, '_transient_timeout_wflginfl_704343892', '1404754745', 'no') ; 
INSERT INTO `wp_options` VALUES (7446215, '_transient_wflginfl_704343892', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445248, '_transient_timeout_wflginfl_1976590502', '1404753972', 'no') ; 
INSERT INTO `wp_options` VALUES (7445249, '_transient_wflginfl_1976590502', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490120, '_transient_timeout_wflginfl_2913490925', '1404793765', 'no') ; 
INSERT INTO `wp_options` VALUES (7490121, '_transient_wflginfl_2913490925', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7485825, '_transient_timeout_wflginfl_3129589617', '1404789648', 'no') ; 
INSERT INTO `wp_options` VALUES (7485826, '_transient_wflginfl_3129589617', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445326, '_transient_timeout_wflginfl_1594342056', '1404754030', 'no') ; 
INSERT INTO `wp_options` VALUES (7445327, '_transient_wflginfl_1594342056', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486309, '_transient_timeout_wflginfl_1847722679', '1404790095', 'no') ; 
INSERT INTO `wp_options` VALUES (7486310, '_transient_wflginfl_1847722679', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532083, '_transient_timeout_wflginfl_695031969', '1404825687', 'no') ; 
INSERT INTO `wp_options` VALUES (7539544, '_transient_wflginfl_3289831106', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7532084, '_transient_wflginfl_695031969', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445386, '_transient_timeout_wflginfl_1934568552', '1404754075', 'no') ; 
INSERT INTO `wp_options` VALUES (7445387, '_transient_wflginfl_1934568552', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459906, '_transient_timeout_wflginfl_3002086181', '1404765149', 'no') ; 
INSERT INTO `wp_options` VALUES (7459907, '_transient_wflginfl_3002086181', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445398, '_transient_timeout_wflginfl_1395060460', '1404754086', 'no') ; 
INSERT INTO `wp_options` VALUES (7445399, '_transient_wflginfl_1395060460', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449447, '_transient_timeout_wflginfl_2033593535', '1404757208', 'no') ; 
INSERT INTO `wp_options` VALUES (7449448, '_transient_wflginfl_2033593535', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445432, '_transient_timeout_wffgt_1138533738', '1404754288', 'no') ; 
INSERT INTO `wp_options` VALUES (7445433, '_transient_wffgt_1138533738', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7445452, '_transient_timeout_wflginfl_3140018209', '1404754123', 'no') ; 
INSERT INTO `wp_options` VALUES (7445453, '_transient_wflginfl_3140018209', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449469, '_transient_timeout_wflginfl_3065817805', '1404757232', 'no') ; 
INSERT INTO `wp_options` VALUES (7449470, '_transient_wflginfl_3065817805', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473947, '_transient_timeout_wflginfl_3199297640', '1404777586', 'no') ; 
INSERT INTO `wp_options` VALUES (7473948, '_transient_wflginfl_3199297640', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454993, '_transient_timeout_wflginfl_3318433165', '1404761389', 'no') ; 
INSERT INTO `wp_options` VALUES (7454994, '_transient_wflginfl_3318433165', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7445516, '_transient_timeout_wflginfl_3065900656', '1404754183', 'no') ; 
INSERT INTO `wp_options` VALUES (7445517, '_transient_wflginfl_3065900656', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7511880, '_transient_timeout_wflginfl_1169303228', '1404811850', 'no') ; 
INSERT INTO `wp_options` VALUES (7511881, '_transient_wflginfl_1169303228', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457176, '_transient_timeout_wflginfl_3323414344', '1404763017', 'no') ; 
INSERT INTO `wp_options` VALUES (7457177, '_transient_wflginfl_3323414344', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493602, '_transient_timeout_wflginfl_1626342027', '1404796997', 'no') ; 
INSERT INTO `wp_options` VALUES (7493603, '_transient_wflginfl_1626342027', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450591, '_transient_timeout_wflginfl_1835023102', '1404758088', 'no') ; 
INSERT INTO `wp_options` VALUES (7541152, '_transient_timeout_wflginfl_36927194', '1404831454', 'no') ; 
INSERT INTO `wp_options` VALUES (7540946, '_transient_timeout_wflginfl_1593347016', '1404831380', 'no') ; 
INSERT INTO `wp_options` VALUES (7470081, '_transient_timeout_wflginfl_1445848993', '1404774228', 'no') ; 
INSERT INTO `wp_options` VALUES (7470082, '_transient_wflginfl_1445848993', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7468093, '_transient_timeout_wflginfl_1495612999', '1404772010', 'no') ; 
INSERT INTO `wp_options` VALUES (7468094, '_transient_wflginfl_1495612999', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493662, '_transient_timeout_wflginfl_87429924', '1404797036', 'no') ; 
INSERT INTO `wp_options` VALUES (7493663, '_transient_wflginfl_87429924', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449299, '_transient_timeout_wflginfl_1332168721', '1404757078', 'no') ; 
INSERT INTO `wp_options` VALUES (7449300, '_transient_wflginfl_1332168721', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447725, '_transient_timeout_wflginfl_1466769512', '1404755873', 'no') ; 
INSERT INTO `wp_options` VALUES (7447726, '_transient_wflginfl_1466769512', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490406, '_transient_timeout_wflginfl_1891967558', '1404794039', 'no') ; 
INSERT INTO `wp_options` VALUES (7490407, '_transient_wflginfl_1891967558', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446930, '_transient_timeout_wflginfl_1459765836', '1404755290', 'no') ; 
INSERT INTO `wp_options` VALUES (7446931, '_transient_wflginfl_1459765836', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468691, '_transient_timeout_wflginfl_3562890277', '1404772553', 'no') ; 
INSERT INTO `wp_options` VALUES (7468692, '_transient_wflginfl_3562890277', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470763, '_transient_timeout_wflginfl_773276852', '1404774437', 'no') ; 
INSERT INTO `wp_options` VALUES (7470764, '_transient_wflginfl_773276852', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451652, '_transient_timeout_wflginfl_608903328', '1404758914', 'no') ; 
INSERT INTO `wp_options` VALUES (7451653, '_transient_wflginfl_608903328', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446018, '_transient_timeout_wflginfl_1566295639', '1404754599', 'no') ; 
INSERT INTO `wp_options` VALUES (7446019, '_transient_wflginfl_1566295639', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457255, '_transient_timeout_wflginfl_2945147171', '1404763077', 'no') ; 
INSERT INTO `wp_options` VALUES (7467228, '_transient_wflginfl_1609114833', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446034, '_transient_timeout_wflginfl_656523512', '1404754611', 'no') ; 
INSERT INTO `wp_options` VALUES (7446035, '_transient_wflginfl_656523512', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446592, '_transient_timeout_wflginfl_1908902746', '1404755036', 'no') ; 
INSERT INTO `wp_options` VALUES (7446593, '_transient_wflginfl_1908902746', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446486, '_transient_timeout_wflginfl_1549858479', '1404754963', 'no') ; 
INSERT INTO `wp_options` VALUES (7446487, '_transient_wflginfl_1549858479', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494560, '_transient_timeout_wflginfl_1319294341', '1404797877', 'no') ; 
INSERT INTO `wp_options` VALUES (7494561, '_transient_wflginfl_1319294341', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452880, '_transient_timeout_wflginfl_1332767243', '1404759818', 'no') ; 
INSERT INTO `wp_options` VALUES (7452881, '_transient_wflginfl_1332767243', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495981, '_transient_timeout_wflginfl_3132275914', '1404799411', 'no') ; 
INSERT INTO `wp_options` VALUES (7495982, '_transient_wflginfl_3132275914', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7450334, '_transient_timeout_wflginfl_39042163', '1404757874', 'no') ; 
INSERT INTO `wp_options` VALUES (7450335, '_transient_wflginfl_39042163', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533208, '_transient_timeout_wflginfl_1308713446', '1404826411', 'no') ; 
INSERT INTO `wp_options` VALUES (7533209, '_transient_wflginfl_1308713446', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7514969, '_transient_timeout_wflginfl_2033593521', '1404814031', 'no') ; 
INSERT INTO `wp_options` VALUES (7514970, '_transient_wflginfl_2033593521', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447915, '_transient_timeout_wflginfl_3636011778', '1404756028', 'no') ; 
INSERT INTO `wp_options` VALUES (7447916, '_transient_wflginfl_3636011778', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467531, '_transient_timeout_wflginfl_1363479394', '1404771531', 'no') ; 
INSERT INTO `wp_options` VALUES (7467532, '_transient_wflginfl_1363479394', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518284, '_transient_timeout_wflginfl_48390297', '1404816343', 'no') ; 
INSERT INTO `wp_options` VALUES (7520310, '_transient_wflginfl_3315753421', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540122, '_transient_timeout_wflginfl_2996105383', '1404830950', 'no') ; 
INSERT INTO `wp_options` VALUES (7529719, '_transient_wflginfl_1211119344', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454231, '_transient_timeout_wflginfl_782502013', '1404760800', 'no') ; 
INSERT INTO `wp_options` VALUES (7454232, '_transient_wflginfl_782502013', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446306, '_transient_timeout_wflginfl_3389365326', '1404754821', 'no') ; 
INSERT INTO `wp_options` VALUES (7446307, '_transient_wflginfl_3389365326', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474986, '_transient_timeout_wflginfl_3154549988', '1404778702', 'no') ; 
INSERT INTO `wp_options` VALUES (7474987, '_transient_wflginfl_3154549988', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475744, '_transient_timeout_wflginfl_694223319', '1404779461', 'no') ; 
INSERT INTO `wp_options` VALUES (7475745, '_transient_wflginfl_694223319', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446880, '_transient_timeout_wflginfl_1585031096', '1404755253', 'no') ; 
INSERT INTO `wp_options` VALUES (7446881, '_transient_wflginfl_1585031096', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446472, '_transient_timeout_wflginfl_657659518', '1404754955', 'no') ; 
INSERT INTO `wp_options` VALUES (7446473, '_transient_wflginfl_657659518', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494612, '_transient_timeout_wflginfl_1892785380', '1404797930', 'no') ; 
INSERT INTO `wp_options` VALUES (7494613, '_transient_wflginfl_1892785380', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490508, '_transient_timeout_wflginfl_3198296803', '1404794136', 'no') ; 
INSERT INTO `wp_options` VALUES (7490509, '_transient_wflginfl_3198296803', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458447, '_transient_timeout_wflginfl_3315616979', '1404764031', 'no') ; 
INSERT INTO `wp_options` VALUES (7458448, '_transient_wflginfl_3315616979', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446526, '_transient_timeout_wflginfl_3414567131', '1404754986', 'no') ; 
INSERT INTO `wp_options` VALUES (7446527, '_transient_wflginfl_3414567131', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446540, '_transient_timeout_wflginfl_1409321407', '1404754997', 'no') ; 
INSERT INTO `wp_options` VALUES (7446541, '_transient_wflginfl_1409321407', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449834, '_transient_timeout_wflginfl_3680220495', '1404757500', 'no') ; 
INSERT INTO `wp_options` VALUES (7449835, '_transient_wflginfl_3680220495', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457356, '_transient_timeout_wflginfl_1473071615', '1404763153', 'no') ; 
INSERT INTO `wp_options` VALUES (7457357, '_transient_wflginfl_1473071615', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477568, '_transient_timeout_wflginfl_3305196739', '1404781291', 'no') ; 
INSERT INTO `wp_options` VALUES (7477569, '_transient_wflginfl_3305196739', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541158, '_transient_timeout_wflginfl_1386179678', '1404831456', 'no') ; 
INSERT INTO `wp_options` VALUES (7541159, '_transient_wflginfl_1386179678', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447867, '_transient_timeout_wflginfl_3000912959', '1404756246', 'no') ; 
INSERT INTO `wp_options` VALUES (7447868, '_transient_wflginfl_3000912959', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7446658, '_transient_timeout_wflginfl_1332759648', '1404755356', 'no') ; 
INSERT INTO `wp_options` VALUES (7446659, '_transient_wflginfl_1332759648', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7447695, '_transient_timeout_wflginfl_1446841556', '1404755859', 'no') ; 
INSERT INTO `wp_options` VALUES (7447696, '_transient_wflginfl_1446841556', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446688, '_transient_timeout_wflginfl_845241905', '1404755103', 'no') ; 
INSERT INTO `wp_options` VALUES (7446689, '_transient_wflginfl_845241905', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477572, '_transient_timeout_wflginfl_1593393786', '1404781294', 'no') ; 
INSERT INTO `wp_options` VALUES (7477573, '_transient_wflginfl_1593393786', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446698, '_transient_timeout_wflginfl_3065174933', '1404755109', 'no') ; 
INSERT INTO `wp_options` VALUES (7446699, '_transient_wflginfl_3065174933', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446702, '_transient_timeout_wflginfl_3035264567', '1404755115', 'no') ; 
INSERT INTO `wp_options` VALUES (7446703, '_transient_wflginfl_3035264567', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494402, '_transient_timeout_wflginfl_1566044713', '1404797698', 'no') ; 
INSERT INTO `wp_options` VALUES (7494403, '_transient_wflginfl_1566044713', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449588, '_transient_timeout_wflginfl_2462622718', '1404757335', 'no') ; 
INSERT INTO `wp_options` VALUES (7449589, '_transient_wflginfl_2462622718', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7520568, '_transient_wflginfl_1327128980', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530894, '_transient_timeout_wflginfl_2033594644', '1404824951', 'no') ; 
INSERT INTO `wp_options` VALUES (7454025, '_transient_timeout_wflginfl_695160544', '1404760662', 'no') ; 
INSERT INTO `wp_options` VALUES (7454026, '_transient_wflginfl_695160544', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446840, '_transient_timeout_wflginfl_2537743400', '1404755217', 'no') ; 
INSERT INTO `wp_options` VALUES (7446841, '_transient_wflginfl_2537743400', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448113, '_transient_timeout_wflginfl_3179487424', '1404756189', 'no') ; 
INSERT INTO `wp_options` VALUES (7448114, '_transient_wflginfl_3179487424', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446898, '_transient_timeout_wflginfl_2996163851', '1404755265', 'no') ; 
INSERT INTO `wp_options` VALUES (7446899, '_transient_wflginfl_2996163851', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446906, '_transient_timeout_wflginfl_1892040720', '1404755270', 'no') ; 
INSERT INTO `wp_options` VALUES (7446907, '_transient_wflginfl_1892040720', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446976, '_transient_timeout_wflginfl_1959449010', '1404755321', 'no') ; 
INSERT INTO `wp_options` VALUES (7446977, '_transient_wflginfl_1959449010', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7446984, '_transient_timeout_wflginfl_697081380', '1404755324', 'no') ; 
INSERT INTO `wp_options` VALUES (7446985, '_transient_wflginfl_697081380', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470589, '_transient_timeout_wflginfl_2966240634', '1404774274', 'no') ; 
INSERT INTO `wp_options` VALUES (7470590, '_transient_wflginfl_2966240634', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448901, '_transient_timeout_wflginfl_1977020114', '1404756761', 'no') ; 
INSERT INTO `wp_options` VALUES (7448902, '_transient_wflginfl_1977020114', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447012, '_transient_timeout_wflginfl_3065165127', '1404755351', 'no') ; 
INSERT INTO `wp_options` VALUES (7447013, '_transient_wflginfl_3065165127', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464868, '_transient_timeout_wflginfl_3124196474', '1404769213', 'no') ; 
INSERT INTO `wp_options` VALUES (7464869, '_transient_wflginfl_3124196474', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449225, '_transient_timeout_wflginfl_1932152358', '1404757008', 'no') ; 
INSERT INTO `wp_options` VALUES (7449226, '_transient_wflginfl_1932152358', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458495, '_transient_timeout_wflginfl_1579447339', '1404764072', 'no') ; 
INSERT INTO `wp_options` VALUES (7458496, '_transient_wflginfl_1579447339', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450182, '_transient_timeout_wflginfl_1358568358', '1404757769', 'no') ; 
INSERT INTO `wp_options` VALUES (7450183, '_transient_wflginfl_1358568358', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7554245, '_transient_timeout_wflginfl_3435330309', '1406916581', 'no') ; 
INSERT INTO `wp_options` VALUES (7554246, '_transient_wflginfl_3435330309', '4', 'no') ; 
INSERT INTO `wp_options` VALUES (7450538, '_transient_timeout_wflginfl_3308224532', '1404758033', 'no') ; 
INSERT INTO `wp_options` VALUES (7450539, '_transient_wflginfl_3308224532', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447136, '_transient_timeout_wflginfl_2449424592', '1404755435', 'no') ; 
INSERT INTO `wp_options` VALUES (7447137, '_transient_wflginfl_2449424592', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497500, '_transient_timeout_wflginfl_456181458', '1404800639', 'no') ; 
INSERT INTO `wp_options` VALUES (7497501, '_transient_wflginfl_456181458', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452380, '_transient_timeout_wflginfl_1297824299', '1404759474', 'no') ; 
INSERT INTO `wp_options` VALUES (7452381, '_transient_wflginfl_1297824299', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470389, '_transient_timeout_wflginfl_39034688', '1404774283', 'no') ; 
INSERT INTO `wp_options` VALUES (7470390, '_transient_wflginfl_39034688', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7482325, '_transient_timeout_wflginfl_3202389774', '1404786306', 'no') ; 
INSERT INTO `wp_options` VALUES (7497302, '_transient_wflginfl_3185471675', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458419, '_transient_timeout_wflginfl_1332807707', '1404764001', 'no') ; 
INSERT INTO `wp_options` VALUES (7458420, '_transient_wflginfl_1332807707', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499995, '_transient_timeout_wflginfl_1848097298', '1404802822', 'no') ; 
INSERT INTO `wp_options` VALUES (7499996, '_transient_wflginfl_1848097298', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468905, '_transient_timeout_wflginfl_3173643154', '1404772731', 'no') ; 
INSERT INTO `wp_options` VALUES (7464588, '_transient_wflginfl_1414733159', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447250, '_transient_timeout_wflginfl_3164586072', '1404755535', 'no') ; 
INSERT INTO `wp_options` VALUES (7447251, '_transient_wflginfl_3164586072', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447266, '_transient_timeout_wflginfl_3315613423', '1404755541', 'no') ; 
INSERT INTO `wp_options` VALUES (7447267, '_transient_wflginfl_3315613423', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7533613, '_transient_timeout_wflginfl_1202063322', '1404826661', 'no') ; 
INSERT INTO `wp_options` VALUES (7533614, '_transient_wflginfl_1202063322', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471705, '_transient_timeout_wflginfl_1560102725', '1404775426', 'no') ; 
INSERT INTO `wp_options` VALUES (7471706, '_transient_wflginfl_1560102725', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463639, '_transient_timeout_wflginfl_1571620081', '1404768213', 'no') ; 
INSERT INTO `wp_options` VALUES (7463640, '_transient_wflginfl_1571620081', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460306, '_transient_timeout_wflginfl_2677388432', '1404765469', 'no') ; 
INSERT INTO `wp_options` VALUES (7460307, '_transient_wflginfl_2677388432', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468845, '_transient_timeout_wflginfl_3732883433', '1404772657', 'no') ; 
INSERT INTO `wp_options` VALUES (7468846, '_transient_wflginfl_3732883433', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451822, '_transient_timeout_wflginfl_656735567', '1404759052', 'no') ; 
INSERT INTO `wp_options` VALUES (7451823, '_transient_wflginfl_656735567', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447378, '_transient_timeout_wflginfl_1877694872', '1404755630', 'no') ; 
INSERT INTO `wp_options` VALUES (7447379, '_transient_wflginfl_1877694872', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541114, '_transient_timeout_wflginfl_1487580892', '1404831438', 'no') ; 
INSERT INTO `wp_options` VALUES (7541115, '_transient_wflginfl_1487580892', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472175, '_transient_timeout_wflginfl_1566295759', '1404775880', 'no') ; 
INSERT INTO `wp_options` VALUES (7472176, '_transient_wflginfl_1566295759', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447430, '_transient_timeout_wflginfl_838080353', '1404755666', 'no') ; 
INSERT INTO `wp_options` VALUES (7447431, '_transient_wflginfl_838080353', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458842, '_transient_timeout_wflginfl_3651466759', '1404764327', 'no') ; 
INSERT INTO `wp_options` VALUES (7458843, '_transient_wflginfl_3651466759', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465550, '_transient_timeout_wflginfl_785997364', '1404769837', 'no') ; 
INSERT INTO `wp_options` VALUES (7465551, '_transient_wflginfl_785997364', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475140, '_transient_timeout_wflginfl_3070052584', '1404778875', 'no') ; 
INSERT INTO `wp_options` VALUES (7475141, '_transient_wflginfl_3070052584', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455313, '_transient_timeout_wflginfl_3001015633', '1404761631', 'no') ; 
INSERT INTO `wp_options` VALUES (7455314, '_transient_wflginfl_3001015633', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449744, '_transient_timeout_wflginfl_2968561905', '1404757435', 'no') ; 
INSERT INTO `wp_options` VALUES (7449745, '_transient_wflginfl_2968561905', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447502, '_transient_timeout_wflginfl_1976040422', '1404755715', 'no') ; 
INSERT INTO `wp_options` VALUES (7447503, '_transient_wflginfl_1976040422', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474533, '_transient_timeout_wflginfl_1945237830', '1404778231', 'no') ; 
INSERT INTO `wp_options` VALUES (7474534, '_transient_wflginfl_1945237830', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465942, '_transient_timeout_wflginfl_657437963', '1404770192', 'no') ; 
INSERT INTO `wp_options` VALUES (7465943, '_transient_wflginfl_657437963', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7478280, '_transient_timeout_wflginfl_704391014', '1404782021', 'no') ; 
INSERT INTO `wp_options` VALUES (7478281, '_transient_wflginfl_704391014', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448636, '_transient_timeout_wflginfl_1800224860', '1404756556', 'no') ; 
INSERT INTO `wp_options` VALUES (7448637, '_transient_wflginfl_1800224860', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447687, '_transient_timeout_wflginfl_656447396', '1404755851', 'no') ; 
INSERT INTO `wp_options` VALUES (7447688, '_transient_wflginfl_656447396', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493105, '_transient_timeout_wflginfl_788055302', '1404796522', 'no') ; 
INSERT INTO `wp_options` VALUES (7493106, '_transient_wflginfl_788055302', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474035, '_transient_timeout_wflginfl_1841647882', '1404777863', 'no') ; 
INSERT INTO `wp_options` VALUES (7474036, '_transient_wflginfl_1841647882', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7447846, '_transient_timeout_wflginfl_41503293', '1404755971', 'no') ; 
INSERT INTO `wp_options` VALUES (7447847, '_transient_wflginfl_41503293', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7492119, '_transient_timeout_wflginfl_3185461146', '1404795639', 'no') ; 
INSERT INTO `wp_options` VALUES (7492120, '_transient_wflginfl_3185461146', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7494168, '_transient_timeout_wflginfl_1507100029', '1404797484', 'no') ; 
INSERT INTO `wp_options` VALUES (7494169, '_transient_wflginfl_1507100029', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447877, '_transient_timeout_wflginfl_3319903725', '1404755987', 'no') ; 
INSERT INTO `wp_options` VALUES (7447878, '_transient_wflginfl_3319903725', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464772, '_transient_timeout_wflginfl_3132168917', '1404769122', 'no') ; 
INSERT INTO `wp_options` VALUES (7464773, '_transient_wflginfl_3132168917', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469360, '_transient_timeout_wflginfl_3318614423', '1404773151', 'no') ; 
INSERT INTO `wp_options` VALUES (7469361, '_transient_wflginfl_3318614423', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7447963, '_transient_timeout_wflginfl_1744253727', '1404756052', 'no') ; 
INSERT INTO `wp_options` VALUES (7447964, '_transient_wflginfl_1744253727', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450620, '_transient_timeout_wflginfl_1776366991', '1404758109', 'no') ; 
INSERT INTO `wp_options` VALUES (7450621, '_transient_wflginfl_1776366991', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448511, '_transient_timeout_wflginfl_3125714546', '1404756464', 'no') ; 
INSERT INTO `wp_options` VALUES (7448512, '_transient_wflginfl_3125714546', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468501, '_transient_timeout_wflginfl_1336965169', '1404772377', 'no') ; 
INSERT INTO `wp_options` VALUES (7468502, '_transient_wflginfl_1336965169', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541096, '_transient_timeout_wflginfl_2088301278', '1404831432', 'no') ; 
INSERT INTO `wp_options` VALUES (7541097, '_transient_wflginfl_2088301278', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507210, '_transient_timeout_wflginfl_2374547170', '1404808521', 'no') ; 
INSERT INTO `wp_options` VALUES (7507211, '_transient_wflginfl_2374547170', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538815, '_transient_timeout_wflginfl_1336505453', '1404830085', 'no') ; 
INSERT INTO `wp_options` VALUES (7538816, '_transient_wflginfl_1336505453', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448191, '_transient_timeout_wflginfl_1267471279', '1404756241', 'no') ; 
INSERT INTO `wp_options` VALUES (7448192, '_transient_wflginfl_1267471279', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539386, '_transient_timeout_wflginfl_2945320263', '1404830768', 'no') ; 
INSERT INTO `wp_options` VALUES (7539387, '_transient_wflginfl_2945320263', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7455307, '_transient_timeout_wflginfl_1547443099', '1404761630', 'no') ; 
INSERT INTO `wp_options` VALUES (7455308, '_transient_wflginfl_1547443099', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7499235, '_transient_timeout_wflginfl_1449141398', '1404802227', 'no') ; 
INSERT INTO `wp_options` VALUES (7499236, '_transient_wflginfl_1449141398', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458485, '_transient_timeout_wflginfl_3649286832', '1404764068', 'no') ; 
INSERT INTO `wp_options` VALUES (7458486, '_transient_wflginfl_3649286832', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540808, '_transient_timeout_wflginfl_1415226820', '1404831323', 'no') ; 
INSERT INTO `wp_options` VALUES (7539853, '_transient_wflginfl_1430358913', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448355, '_transient_timeout_wflginfl_3285383964', '1404756344', 'no') ; 
INSERT INTO `wp_options` VALUES (7448356, '_transient_wflginfl_3285383964', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474019, '_transient_timeout_wflginfl_1705157460', '1404777670', 'no') ; 
INSERT INTO `wp_options` VALUES (7474020, '_transient_wflginfl_1705157460', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451458, '_transient_timeout_wflginfl_3301862609', '1404758753', 'no') ; 
INSERT INTO `wp_options` VALUES (7451459, '_transient_wflginfl_3301862609', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462216, '_transient_timeout_wflginfl_3168327661', '1404767039', 'no') ; 
INSERT INTO `wp_options` VALUES (7462217, '_transient_wflginfl_3168327661', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475778, '_transient_timeout_wflginfl_694438076', '1404779501', 'no') ; 
INSERT INTO `wp_options` VALUES (7475779, '_transient_wflginfl_694438076', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448469, '_transient_timeout_wflginfl_694275697', '1404756427', 'no') ; 
INSERT INTO `wp_options` VALUES (7448470, '_transient_wflginfl_694275697', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462126, '_transient_timeout_wflginfl_84847808', '1404766947', 'no') ; 
INSERT INTO `wp_options` VALUES (7462127, '_transient_wflginfl_84847808', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454311, '_transient_timeout_wflginfl_1424781085', '1404760865', 'no') ; 
INSERT INTO `wp_options` VALUES (7454312, '_transient_wflginfl_1424781085', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450410, '_transient_timeout_wflginfl_2015133678', '1404757920', 'no') ; 
INSERT INTO `wp_options` VALUES (7450411, '_transient_wflginfl_2015133678', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464173, '_transient_timeout_wflginfl_3315618882', '1404768682', 'no') ; 
INSERT INTO `wp_options` VALUES (7464174, '_transient_wflginfl_3315618882', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450734, '_transient_timeout_wflginfl_529757964', '1404758198', 'no') ; 
INSERT INTO `wp_options` VALUES (7450735, '_transient_wflginfl_529757964', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454474, '_transient_timeout_wflginfl_1308684587', '1404760983', 'no') ; 
INSERT INTO `wp_options` VALUES (7454475, '_transient_wflginfl_1308684587', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7490506, '_transient_timeout_wflginfl_3381314632', '1404794134', 'no') ; 
INSERT INTO `wp_options` VALUES (7490507, '_transient_wflginfl_3381314632', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463467, '_transient_timeout_wflginfl_1443775744', '1404768103', 'no') ; 
INSERT INTO `wp_options` VALUES (7463468, '_transient_wflginfl_1443775744', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451200, '_transient_timeout_wflginfl_3363305214', '1404758575', 'no') ; 
INSERT INTO `wp_options` VALUES (7451201, '_transient_wflginfl_3363305214', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453287, '_transient_timeout_wflginfl_1319341912', '1404760105', 'no') ; 
INSERT INTO `wp_options` VALUES (7453288, '_transient_wflginfl_1319341912', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7486365, '_transient_timeout_wflginfl_694384823', '1404790422', 'no') ; 
INSERT INTO `wp_options` VALUES (7486366, '_transient_wflginfl_694384823', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7459533, '_transient_timeout_wflginfl_3124372283', '1404764861', 'no') ; 
INSERT INTO `wp_options` VALUES (7459534, '_transient_wflginfl_3124372283', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448698, '_transient_timeout_wflginfl_702818609', '1404756600', 'no') ; 
INSERT INTO `wp_options` VALUES (7448699, '_transient_wflginfl_702818609', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459162, '_transient_timeout_wflginfl_1601318982', '1404764567', 'no') ; 
INSERT INTO `wp_options` VALUES (7459163, '_transient_wflginfl_1601318982', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523622, '_transient_wflginfl_1507324120', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462679, '_transient_timeout_wflginfl_1559232348', '1404767465', 'no') ; 
INSERT INTO `wp_options` VALUES (7462680, '_transient_wflginfl_1559232348', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7497000, '_transient_timeout_wflginfl_2108039359', '1404800164', 'no') ; 
INSERT INTO `wp_options` VALUES (7497001, '_transient_wflginfl_2108039359', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7503556, '_transient_wflginfl_391897356', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493087, '_transient_wflginfl_1667460164', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459178, '_transient_timeout_wflginfl_3310535701', '1404764576', 'no') ; 
INSERT INTO `wp_options` VALUES (7459179, '_transient_wflginfl_3310535701', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471254, '_transient_timeout_wflginfl_1490298114', '1404774941', 'no') ; 
INSERT INTO `wp_options` VALUES (7471255, '_transient_wflginfl_1490298114', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457134, '_transient_timeout_wflginfl_657444839', '1404762992', 'no') ; 
INSERT INTO `wp_options` VALUES (7457135, '_transient_wflginfl_657444839', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448792, '_transient_timeout_wflginfl_694336453', '1404756674', 'no') ; 
INSERT INTO `wp_options` VALUES (7448793, '_transient_wflginfl_694336453', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460968, '_transient_timeout_wflginfl_3636014491', '1404765982', 'no') ; 
INSERT INTO `wp_options` VALUES (7460969, '_transient_wflginfl_3636014491', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448837, '_transient_timeout_wflginfl_1496149506', '1404756707', 'no') ; 
INSERT INTO `wp_options` VALUES (7460500, '_transient_timeout_wflginfl_1729472020', '1404765617', 'no') ; 
INSERT INTO `wp_options` VALUES (7460501, '_transient_wflginfl_1729472020', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7448838, '_transient_wflginfl_1496149506', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465654, '_transient_timeout_wflginfl_2988986362', '1404769903', 'no') ; 
INSERT INTO `wp_options` VALUES (7465655, '_transient_wflginfl_2988986362', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534160, '_transient_timeout_wflginfl_3134157415', '1404827531', 'no') ; 
INSERT INTO `wp_options` VALUES (7534161, '_transient_wflginfl_3134157415', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7511424, '_transient_timeout_wflginfl_3567195219', '1404811550', 'no') ; 
INSERT INTO `wp_options` VALUES (7511425, '_transient_wflginfl_3567195219', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456493, '_transient_timeout_wflginfl_1839629972', '1404762513', 'no') ; 
INSERT INTO `wp_options` VALUES (7456494, '_transient_wflginfl_1839629972', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452810, '_transient_timeout_wflginfl_785181450', '1404759761', 'no') ; 
INSERT INTO `wp_options` VALUES (7452811, '_transient_wflginfl_785181450', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457530, '_transient_timeout_wflginfl_2058045543', '1404763310', 'no') ; 
INSERT INTO `wp_options` VALUES (7457531, '_transient_wflginfl_2058045543', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7479943, '_transient_timeout_wflginfl_1417285818', '1404784027', 'no') ; 
INSERT INTO `wp_options` VALUES (7479944, '_transient_wflginfl_1417285818', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7448991, '_transient_timeout_wflginfl_1477271678', '1404757106', 'no') ; 
INSERT INTO `wp_options` VALUES (7448992, '_transient_wflginfl_1477271678', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7534382, '_transient_timeout_wflginfl_1474652518', '1404827164', 'no') ; 
INSERT INTO `wp_options` VALUES (7534383, '_transient_wflginfl_1474652518', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449093, '_transient_timeout_wflginfl_3318233131', '1404756885', 'no') ; 
INSERT INTO `wp_options` VALUES (7449094, '_transient_wflginfl_3318233131', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491014, '_transient_timeout_wflginfl_1402651885', '1404794596', 'no') ; 
INSERT INTO `wp_options` VALUES (7491015, '_transient_wflginfl_1402651885', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456313, '_transient_timeout_wflginfl_84855200', '1404762366', 'no') ; 
INSERT INTO `wp_options` VALUES (7456314, '_transient_wflginfl_84855200', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456896, '_transient_timeout_wflginfl_1432850227', '1404762813', 'no') ; 
INSERT INTO `wp_options` VALUES (7456897, '_transient_wflginfl_1432850227', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7518782, '_transient_timeout_wflginfl_1583504505', '1404816697', 'no') ; 
INSERT INTO `wp_options` VALUES (7518783, '_transient_wflginfl_1583504505', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449171, '_transient_timeout_wflginfl_1569643373', '1404756960', 'no') ; 
INSERT INTO `wp_options` VALUES (7449172, '_transient_wflginfl_1569643373', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449179, '_transient_timeout_wflginfl_657681380', '1404756968', 'no') ; 
INSERT INTO `wp_options` VALUES (7449180, '_transient_wflginfl_657681380', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541256, '_transient_timeout_wflginfl_1335779568', '1404831488', 'no') ; 
INSERT INTO `wp_options` VALUES (7541257, '_transient_wflginfl_1335779568', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461473, '_transient_timeout_wflginfl_3170256516', '1404766409', 'no') ; 
INSERT INTO `wp_options` VALUES (7461474, '_transient_wflginfl_3170256516', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449251, '_transient_timeout_wflginfl_3201647145', '1404757030', 'no') ; 
INSERT INTO `wp_options` VALUES (7449252, '_transient_wflginfl_3201647145', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472625, '_transient_timeout_wflginfl_3315613052', '1404776331', 'no') ; 
INSERT INTO `wp_options` VALUES (7472626, '_transient_wflginfl_3315613052', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449319, '_transient_timeout_wflginfl_3186343284', '1404757096', 'no') ; 
INSERT INTO `wp_options` VALUES (7449320, '_transient_wflginfl_3186343284', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481757, '_transient_timeout_wflginfl_406368586', '1404785706', 'no') ; 
INSERT INTO `wp_options` VALUES (7481758, '_transient_wflginfl_406368586', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449355, '_transient_timeout_wflginfl_3081479142', '1404757120', 'no') ; 
INSERT INTO `wp_options` VALUES (7449356, '_transient_wflginfl_3081479142', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449367, '_transient_timeout_wflginfl_786009380', '1404757129', 'no') ; 
INSERT INTO `wp_options` VALUES (7449368, '_transient_wflginfl_786009380', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449381, '_transient_timeout_wflginfl_84918264', '1404757140', 'no') ; 
INSERT INTO `wp_options` VALUES (7449382, '_transient_wflginfl_84918264', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455695, '_transient_timeout_wflginfl_1466786579', '1404761920', 'no') ; 
INSERT INTO `wp_options` VALUES (7455696, '_transient_wflginfl_1466786579', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454191, '_transient_timeout_wflginfl_1585811993', '1404760774', 'no') ; 
INSERT INTO `wp_options` VALUES (7454192, '_transient_wflginfl_1585811993', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7507334, '_transient_timeout_wflginfl_1569638280', '1404808618', 'no') ; 
INSERT INTO `wp_options` VALUES (7507335, '_transient_wflginfl_1569638280', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453359, '_transient_timeout_wflginfl_1320432980', '1404760173', 'no') ; 
INSERT INTO `wp_options` VALUES (7453360, '_transient_wflginfl_1320432980', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495067, '_transient_timeout_wflginfl_772594071', '1404798339', 'no') ; 
INSERT INTO `wp_options` VALUES (7449546, '_transient_timeout_wflginfl_1550039368', '1404757305', 'no') ; 
INSERT INTO `wp_options` VALUES (7449547, '_transient_wflginfl_1550039368', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7495068, '_transient_wflginfl_772594071', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460638, '_transient_timeout_wflginfl_3154256532', '1404765705', 'no') ; 
INSERT INTO `wp_options` VALUES (7460639, '_transient_wflginfl_3154256532', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7481335, '_transient_timeout_wflginfl_1577802013', '1404785235', 'no') ; 
INSERT INTO `wp_options` VALUES (7481336, '_transient_wflginfl_1577802013', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449634, '_transient_timeout_wflginfl_2983078985', '1404757357', 'no') ; 
INSERT INTO `wp_options` VALUES (7449635, '_transient_wflginfl_2983078985', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449636, '_transient_timeout_wflginfl_1366145202', '1404757357', 'no') ; 
INSERT INTO `wp_options` VALUES (7449637, '_transient_wflginfl_1366145202', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472682, '_transient_wflginfl_3649111820', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7468866, '_transient_wflginfl_702132453', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454729, '_transient_timeout_wflginfl_657336895', '1404761175', 'no') ; 
INSERT INTO `wp_options` VALUES (7454730, '_transient_wflginfl_657336895', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456131, '_transient_timeout_wflginfl_1332374921', '1404762238', 'no') ; 
INSERT INTO `wp_options` VALUES (7456132, '_transient_wflginfl_1332374921', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7475575, '_transient_wflginfl_2591696822', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488920, '_transient_wflginfl_1222880463', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449756, '_transient_timeout_wflginfl_3318352364', '1404757440', 'no') ; 
INSERT INTO `wp_options` VALUES (7449757, '_transient_wflginfl_3318352364', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452032, '_transient_timeout_wflginfl_697091869', '1404759215', 'no') ; 
INSERT INTO `wp_options` VALUES (7452033, '_transient_wflginfl_697091869', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7489780, '_transient_timeout_wflginfl_1771912513', '1404793446', 'no') ; 
INSERT INTO `wp_options` VALUES (7489781, '_transient_wflginfl_1771912513', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452934, '_transient_timeout_wflginfl_1326115642', '1404759858', 'no') ; 
INSERT INTO `wp_options` VALUES (7452935, '_transient_wflginfl_1326115642', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467167, '_transient_timeout_wflginfl_629419207', '1404771250', 'no') ; 
INSERT INTO `wp_options` VALUES (7467168, '_transient_wflginfl_629419207', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455957, '_transient_timeout_wflginfl_1344959385', '1404762117', 'no') ; 
INSERT INTO `wp_options` VALUES (7455958, '_transient_wflginfl_1344959385', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449904, '_transient_timeout_wflginfl_3318995842', '1404757565', 'no') ; 
INSERT INTO `wp_options` VALUES (7449905, '_transient_wflginfl_3318995842', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453136, '_transient_timeout_wflginfl_1486854818', '1404760012', 'no') ; 
INSERT INTO `wp_options` VALUES (7453137, '_transient_wflginfl_1486854818', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449962, '_transient_timeout_wflginfl_695135680', '1404757611', 'no') ; 
INSERT INTO `wp_options` VALUES (7449963, '_transient_wflginfl_695135680', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7449982, '_transient_timeout_wflginfl_1446853763', '1404757622', 'no') ; 
INSERT INTO `wp_options` VALUES (7449983, '_transient_wflginfl_1446853763', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491626, '_transient_timeout_wflginfl_2111064851', '1404795160', 'no') ; 
INSERT INTO `wp_options` VALUES (7491627, '_transient_wflginfl_2111064851', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454673, '_transient_timeout_wflginfl_2024276353', '1404761120', 'no') ; 
INSERT INTO `wp_options` VALUES (7454674, '_transient_wflginfl_2024276353', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477828, '_transient_timeout_wflginfl_3195683412', '1404781583', 'no') ; 
INSERT INTO `wp_options` VALUES (7477829, '_transient_wflginfl_3195683412', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7473536, '_transient_timeout_wflginfl_1333694461', '1404777224', 'no') ; 
INSERT INTO `wp_options` VALUES (7473537, '_transient_wflginfl_1333694461', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460064, '_transient_timeout_wflginfl_1844578017', '1404765264', 'no') ; 
INSERT INTO `wp_options` VALUES (7460065, '_transient_wflginfl_1844578017', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450066, '_transient_timeout_wflginfl_3649581236', '1404757691', 'no') ; 
INSERT INTO `wp_options` VALUES (7450067, '_transient_wflginfl_3649581236', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7461559, '_transient_timeout_wflginfl_1328702965', '1404766464', 'no') ; 
INSERT INTO `wp_options` VALUES (7461560, '_transient_wflginfl_1328702965', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452528, '_transient_timeout_wflginfl_1449135380', '1404759568', 'no') ; 
INSERT INTO `wp_options` VALUES (7452529, '_transient_wflginfl_1449135380', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7476944, '_transient_timeout_wflginfl_1081720763', '1404780899', 'no') ; 
INSERT INTO `wp_options` VALUES (7482587, '_transient_timeout_wflginfl_3047707470', '1404786565', 'no') ; 
INSERT INTO `wp_options` VALUES (7525299, '_transient_wflginfl_3024426127', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540372, '_transient_timeout_wflginfl_3157383519', '1404831099', 'no') ; 
INSERT INTO `wp_options` VALUES (7450162, '_transient_timeout_wflginfl_1383246174', '1404757754', 'no') ; 
INSERT INTO `wp_options` VALUES (7450163, '_transient_wflginfl_1383246174', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457814, '_transient_timeout_wflginfl_2966052240', '1404763522', 'no') ; 
INSERT INTO `wp_options` VALUES (7457815, '_transient_wflginfl_2966052240', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450184, '_transient_timeout_wflginfl_1308712227', '1404757770', 'no') ; 
INSERT INTO `wp_options` VALUES (7450185, '_transient_wflginfl_1308712227', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7535652, '_transient_timeout_wflginfl_694322077', '1404828000', 'no') ; 
INSERT INTO `wp_options` VALUES (7468032, '_transient_wflginfl_1327094611', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538139, '_transient_wflginfl_1394031189', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538140, '_transient_wflginfl_3220857646', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540646, '_transient_timeout_wflginfl_1564732156', '1404831244', 'no') ; 
INSERT INTO `wp_options` VALUES (7540817, '_transient_wflginfl_3536058292', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450262, '_transient_timeout_wflginfl_3000931135', '1404757825', 'no') ; 
INSERT INTO `wp_options` VALUES (7450263, '_transient_wflginfl_3000931135', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467833, '_transient_timeout_wflginfl_1548944393', '1404771798', 'no') ; 
INSERT INTO `wp_options` VALUES (7467834, '_transient_wflginfl_1548944393', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7538665, '_transient_timeout_wflginfl_702858963', '1404829990', 'no') ; 
INSERT INTO `wp_options` VALUES (7538666, '_transient_wflginfl_702858963', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450340, '_transient_timeout_wflginfl_3199566227', '1404757876', 'no') ; 
INSERT INTO `wp_options` VALUES (7450341, '_transient_wflginfl_3199566227', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450346, '_transient_timeout_wflginfl_1908902173', '1404757879', 'no') ; 
INSERT INTO `wp_options` VALUES (7450347, '_transient_wflginfl_1908902173', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7484684, '_transient_wflginfl_3363729555', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7477112, '_transient_wflginfl_3000857323', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450364, '_transient_timeout_wflginfl_1429961927', '1404757896', 'no') ; 
INSERT INTO `wp_options` VALUES (7450365, '_transient_wflginfl_1429961927', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7472397, '_transient_timeout_wflginfl_696411171', '1404776080', 'no') ; 
INSERT INTO `wp_options` VALUES (7472398, '_transient_wflginfl_696411171', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7470419, '_transient_timeout_wflginfl_1483236412', '1404774095', 'no') ; 
INSERT INTO `wp_options` VALUES (7470420, '_transient_wflginfl_1483236412', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7530162, '_transient_timeout_wflginfl_1335611449', '1404824445', 'no') ; 
INSERT INTO `wp_options` VALUES (7530163, '_transient_wflginfl_1335611449', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7521504, '_transient_timeout_wflginfl_2078739656', '1404818520', 'no') ; 
INSERT INTO `wp_options` VALUES (7521505, '_transient_wflginfl_2078739656', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464475, '_transient_timeout_wflginfl_3198648503', '1404768907', 'no') ; 
INSERT INTO `wp_options` VALUES (7464476, '_transient_wflginfl_3198648503', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455257, '_transient_timeout_wflginfl_3155776023', '1404761591', 'no') ; 
INSERT INTO `wp_options` VALUES (7455258, '_transient_wflginfl_3155776023', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454452, '_transient_timeout_wflginfl_88200193', '1404760973', 'no') ; 
INSERT INTO `wp_options` VALUES (7454453, '_transient_wflginfl_88200193', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540518, '_transient_timeout_wflginfl_2002666037', '1404831182', 'no') ; 
INSERT INTO `wp_options` VALUES (7540519, '_transient_wflginfl_2002666037', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7474233, '_transient_timeout_wflginfl_1492010630', '1404777876', 'no') ; 
INSERT INTO `wp_options` VALUES (7474234, '_transient_wflginfl_1492010630', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7464611, '_transient_timeout_wflginfl_3573398039', '1404769006', 'no') ; 
INSERT INTO `wp_options` VALUES (7464612, '_transient_wflginfl_3573398039', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453487, '_transient_timeout_wflginfl_1945235560', '1404760289', 'no') ; 
INSERT INTO `wp_options` VALUES (7453488, '_transient_wflginfl_1945235560', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450702, '_transient_timeout_wflginfl_1321151603', '1404758181', 'no') ; 
INSERT INTO `wp_options` VALUES (7450703, '_transient_wflginfl_1321151603', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458146, '_transient_timeout_wflginfl_1449360987', '1404763773', 'no') ; 
INSERT INTO `wp_options` VALUES (7458147, '_transient_wflginfl_1449360987', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7513191, '_transient_timeout_wflginfl_2677158185', '1404812780', 'no') ; 
INSERT INTO `wp_options` VALUES (7513192, '_transient_wflginfl_2677158185', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7536765, '_transient_timeout_wflginfl_1426210833', '1404828777', 'no') ; 
INSERT INTO `wp_options` VALUES (7536766, '_transient_wflginfl_1426210833', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466494, '_transient_timeout_wflginfl_1394572295', '1404770664', 'no') ; 
INSERT INTO `wp_options` VALUES (7466495, '_transient_wflginfl_1394572295', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541146, '_transient_timeout_wflginfl_1951873641', '1404831453', 'no') ; 
INSERT INTO `wp_options` VALUES (7539488, '_transient_timeout_wflginfl_1596822249', '1404830547', 'no') ; 
INSERT INTO `wp_options` VALUES (7492153, '_transient_timeout_wflginfl_1744811052', '1404795680', 'no') ; 
INSERT INTO `wp_options` VALUES (7492154, '_transient_wflginfl_1744811052', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7462723, '_transient_timeout_wflginfl_1498220857', '1404767501', 'no') ; 
INSERT INTO `wp_options` VALUES (7462724, '_transient_wflginfl_1498220857', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7450836, '_transient_timeout_wflginfl_1976199968', '1404758286', 'no') ; 
INSERT INTO `wp_options` VALUES (7450837, '_transient_wflginfl_1976199968', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541180, '_transient_timeout_wflginfl_3574022583', '1404831459', 'no') ; 
INSERT INTO `wp_options` VALUES (7541181, '_transient_wflginfl_3574022583', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456999, '_transient_timeout_wflginfl_775248060', '1404762884', 'no') ; 
INSERT INTO `wp_options` VALUES (7457000, '_transient_wflginfl_775248060', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454211, '_transient_timeout_wflginfl_657648346', '1404760792', 'no') ; 
INSERT INTO `wp_options` VALUES (7454212, '_transient_wflginfl_657648346', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466120, '_transient_timeout_wflginfl_1404254445', '1404770351', 'no') ; 
INSERT INTO `wp_options` VALUES (7466121, '_transient_wflginfl_1404254445', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452840, '_transient_timeout_wflginfl_1569528024', '1404759791', 'no') ; 
INSERT INTO `wp_options` VALUES (7452841, '_transient_wflginfl_1569528024', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7541192, '_transient_timeout_wflginfl_609659108', '1404831463', 'no') ; 
INSERT INTO `wp_options` VALUES (7541193, '_transient_wflginfl_609659108', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466698, '_transient_timeout_wflginfl_1393857759', '1404770860', 'no') ; 
INSERT INTO `wp_options` VALUES (7466089, '_transient_wflginfl_845241899', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453198, '_transient_timeout_wflginfl_2989114277', '1404760046', 'no') ; 
INSERT INTO `wp_options` VALUES (7453199, '_transient_wflginfl_2989114277', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452050, '_transient_timeout_wflginfl_1436173770', '1404759482', 'no') ; 
INSERT INTO `wp_options` VALUES (7452051, '_transient_wflginfl_1436173770', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7539148, '_transient_wflginfl_3318581313', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7534933, '_transient_wflginfl_89292590', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456671, '_transient_timeout_wflginfl_1337228993', '1404762660', 'no') ; 
INSERT INTO `wp_options` VALUES (7456672, '_transient_wflginfl_1337228993', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7537969, '_transient_timeout_wflginfl_789843745', '1404829544', 'no') ; 
INSERT INTO `wp_options` VALUES (7523525, '_transient_timeout_wflginfl_3250356361', '1404819841', 'no') ; 
INSERT INTO `wp_options` VALUES (7498093, '_transient_timeout_wflginfl_1196682648', '1404801190', 'no') ; 
INSERT INTO `wp_options` VALUES (7464816, '_transient_timeout_wflginfl_1559873261', '1404769174', 'no') ; 
INSERT INTO `wp_options` VALUES (7464817, '_transient_wflginfl_1559873261', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457152, '_transient_timeout_wflginfl_1383251396', '1404763002', 'no') ; 
INSERT INTO `wp_options` VALUES (7457153, '_transient_wflginfl_1383251396', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7471180, '_transient_timeout_wflginfl_3369604252', '1404774879', 'no') ; 
INSERT INTO `wp_options` VALUES (7471181, '_transient_wflginfl_3369604252', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455357, '_transient_timeout_wflginfl_3009600141', '1404761671', 'no') ; 
INSERT INTO `wp_options` VALUES (7455358, '_transient_wflginfl_3009600141', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451262, '_transient_timeout_wflginfl_3172664537', '1404758615', 'no') ; 
INSERT INTO `wp_options` VALUES (7451263, '_transient_wflginfl_3172664537', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454335, '_transient_timeout_wflginfl_1607737610', '1404760889', 'no') ; 
INSERT INTO `wp_options` VALUES (7454336, '_transient_wflginfl_1607737610', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456842, '_transient_timeout_wflginfl_3065582798', '1404762770', 'no') ; 
INSERT INTO `wp_options` VALUES (7456843, '_transient_wflginfl_3065582798', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7457510, '_transient_timeout_wflginfl_635939384', '1404763293', 'no') ; 
INSERT INTO `wp_options` VALUES (7457511, '_transient_wflginfl_635939384', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523229, '_transient_timeout_wflginfl_690966679', '1404819643', 'no') ; 
INSERT INTO `wp_options` VALUES (7523230, '_transient_wflginfl_690966679', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451400, '_transient_timeout_wflginfl_784118675', '1404758707', 'no') ; 
INSERT INTO `wp_options` VALUES (7451401, '_transient_wflginfl_784118675', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7488308, '_transient_timeout_wflginfl_1583569863', '1404792041', 'no') ; 
INSERT INTO `wp_options` VALUES (7488309, '_transient_wflginfl_1583569863', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458641, '_transient_wflginfl_2978916579', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7467766, '_transient_wflginfl_3318563125', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7491378, '_transient_timeout_wflginfl_694357220', '1404794968', 'no') ; 
INSERT INTO `wp_options` VALUES (7491379, '_transient_wflginfl_694357220', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7504845, '_transient_timeout_wflginfl_1209784361', '1404806693', 'no') ; 
INSERT INTO `wp_options` VALUES (7504846, '_transient_wflginfl_1209784361', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460890, '_transient_timeout_wflginfl_1332864657', '1404765915', 'no') ; 
INSERT INTO `wp_options` VALUES (7460891, '_transient_wflginfl_1332864657', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7459731, '_transient_timeout_wflginfl_1333233062', '1404765016', 'no') ; 
INSERT INTO `wp_options` VALUES (7459732, '_transient_wflginfl_1333233062', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7502633, '_transient_wflginfl_1854587330', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540899, '_transient_wflginfl_3412759704', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7523526, '_transient_wflginfl_3250356361', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7498094, '_transient_wflginfl_1196682648', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7465706, '_transient_timeout_wflginfl_1377791377', '1404770179', 'no') ; 
INSERT INTO `wp_options` VALUES (7465707, '_transient_wflginfl_1377791377', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7454723, '_transient_timeout_wflginfl_695035529', '1404761164', 'no') ; 
INSERT INTO `wp_options` VALUES (7454724, '_transient_wflginfl_695035529', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454484, '_transient_timeout_wflginfl_1333028010', '1404761001', 'no') ; 
INSERT INTO `wp_options` VALUES (7454485, '_transient_wflginfl_1333028010', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451726, '_transient_timeout_wflginfl_1424307958', '1404758969', 'no') ; 
INSERT INTO `wp_options` VALUES (7451727, '_transient_wflginfl_1424307958', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7466883, '_transient_timeout_wflginfl_1844597353', '1404771017', 'no') ; 
INSERT INTO `wp_options` VALUES (7466884, '_transient_wflginfl_1844597353', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7463423, '_transient_timeout_wflginfl_1585763701', '1404768068', 'no') ; 
INSERT INTO `wp_options` VALUES (7463424, '_transient_wflginfl_1585763701', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451764, '_transient_timeout_wflginfl_1492396127', '1404759000', 'no') ; 
INSERT INTO `wp_options` VALUES (7451765, '_transient_wflginfl_1492396127', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7493205, '_transient_timeout_wflginfl_1676172933', '1404796600', 'no') ; 
INSERT INTO `wp_options` VALUES (7493206, '_transient_wflginfl_1676172933', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451798, '_transient_timeout_wflginfl_636242062', '1404759032', 'no') ; 
INSERT INTO `wp_options` VALUES (7451799, '_transient_wflginfl_636242062', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7540320, '_transient_timeout_wflginfl_3318588738', '1404831348', 'no') ; 
INSERT INTO `wp_options` VALUES (7540321, '_transient_wflginfl_3318588738', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7463773, '_transient_timeout_wflginfl_3144196635', '1404768337', 'no') ; 
INSERT INTO `wp_options` VALUES (7463774, '_transient_wflginfl_3144196635', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7460388, '_transient_timeout_wflginfl_2537699400', '1404765538', 'no') ; 
INSERT INTO `wp_options` VALUES (7460389, '_transient_wflginfl_2537699400', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454261, '_transient_timeout_wflginfl_1039508253', '1404760820', 'no') ; 
INSERT INTO `wp_options` VALUES (7454262, '_transient_wflginfl_1039508253', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455223, '_transient_timeout_wflginfl_39460227', '1404761558', 'no') ; 
INSERT INTO `wp_options` VALUES (7455224, '_transient_wflginfl_39460227', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7458866, '_transient_timeout_wflginfl_2548424184', '1404764339', 'no') ; 
INSERT INTO `wp_options` VALUES (7458867, '_transient_wflginfl_2548424184', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451936, '_transient_timeout_wflginfl_3187332709', '1404759140', 'no') ; 
INSERT INTO `wp_options` VALUES (7451937, '_transient_wflginfl_3187332709', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456055, '_transient_timeout_wflginfl_1390819365', '1404762181', 'no') ; 
INSERT INTO `wp_options` VALUES (7456056, '_transient_wflginfl_1390819365', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7469941, '_transient_timeout_wflginfl_3157343524', '1404773708', 'no') ; 
INSERT INTO `wp_options` VALUES (7469942, '_transient_wflginfl_3157343524', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455217, '_transient_timeout_wflginfl_83944220', '1404761553', 'no') ; 
INSERT INTO `wp_options` VALUES (7455218, '_transient_wflginfl_83944220', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7451996, '_transient_timeout_wflginfl_2055293298', '1404759189', 'no') ; 
INSERT INTO `wp_options` VALUES (7451997, '_transient_wflginfl_2055293298', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7456461, '_transient_timeout_wflginfl_522996970', '1404762489', 'no') ; 
INSERT INTO `wp_options` VALUES (7456462, '_transient_wflginfl_522996970', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452086, '_transient_timeout_wflginfl_694484575', '1404759255', 'no') ; 
INSERT INTO `wp_options` VALUES (7452087, '_transient_wflginfl_694484575', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7452096, '_transient_timeout_wflginfl_696863551', '1404759261', 'no') ; 
INSERT INTO `wp_options` VALUES (7452097, '_transient_wflginfl_696863551', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7453499, '_transient_timeout_wflginfl_1887834792', '1404760297', 'no') ; 
INSERT INTO `wp_options` VALUES (7453500, '_transient_wflginfl_1887834792', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7454769, '_transient_timeout_wflginfl_1337336687', '1404761213', 'no') ; 
INSERT INTO `wp_options` VALUES (7454770, '_transient_wflginfl_1337336687', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7539916, '_transient_timeout_wflginfl_3165484181', '1404830807', 'no') ; 
INSERT INTO `wp_options` VALUES (7539917, '_transient_wflginfl_3165484181', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7455813, '_transient_timeout_wflginfl_1319313833', '1404762026', 'no') ; 
INSERT INTO `wp_options` VALUES (7362238, '_transient_timeout_wflginfl_2015751428', '1403260022', 'no') ; 
INSERT INTO `wp_options` VALUES (7362239, '_transient_wflginfl_2015751428', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7361449, '_transient_timeout_wflginfl_1188544570', '1403146822', 'no') ; 
INSERT INTO `wp_options` VALUES (7361450, '_transient_wflginfl_1188544570', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7560423, '_transient_timeout_wflginfl_2916142290', '1407994496', 'no') ; 
INSERT INTO `wp_options` VALUES (7560424, '_transient_wflginfl_2916142290', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7361484, '_transient_timeout_wflginfl_19272759', '1403156496', 'no') ; 
INSERT INTO `wp_options` VALUES (7361485, '_transient_wflginfl_19272759', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7364976, '_transient_wffgt_2796172475', '2', 'no') ; 
INSERT INTO `wp_options` VALUES (7345023, '_transient_timeout_wflginfl_1203573667', '1399703849', 'no') ; 
INSERT INTO `wp_options` VALUES (7335079, '_transient_timeout_wflginfl_2916144099', '1397811337', 'no') ; 
INSERT INTO `wp_options` VALUES (7335080, '_transient_wflginfl_2916144099', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561745, '_transient_timeout_wflginfl_2449492688', '1408310251', 'no') ; 
INSERT INTO `wp_options` VALUES (7561746, '_transient_wflginfl_2449492688', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336973, '_transient_timeout_wflginfl_2382681305', '1398170145', 'no') ; 
INSERT INTO `wp_options` VALUES (7562457, '_transient_timeout_wflginfl_86498073', '1408446525', 'no') ; 
INSERT INTO `wp_options` VALUES (7562458, '_transient_wflginfl_86498073', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7336974, '_transient_wflginfl_2382681305', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335102, '_transient_timeout_wffgt_1656524431', '1397818676', 'no') ; 
INSERT INTO `wp_options` VALUES (7335103, '_transient_wffgt_1656524431', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335335, '_transient_timeout_wflginfl_620426672', '1397854140', 'no') ; 
INSERT INTO `wp_options` VALUES (7335336, '_transient_wflginfl_620426672', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335116, '_transient_timeout_wflginfl_846441246', '1397821445', 'no') ; 
INSERT INTO `wp_options` VALUES (7335117, '_transient_wflginfl_846441246', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7562465, '_transient_timeout_wflginfl_2449493783', '1408450258', 'no') ; 
INSERT INTO `wp_options` VALUES (7562466, '_transient_wflginfl_2449493783', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335711, '_transient_timeout_wflginfl_1167065414', '1397957436', 'no') ; 
INSERT INTO `wp_options` VALUES (7335154, '_transient_timeout_wflginfl_1572248138', '1397830797', 'no') ; 
INSERT INTO `wp_options` VALUES (7335155, '_transient_wflginfl_1572248138', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335160, '_transient_timeout_wflginfl_3236144419', '1397831590', 'no') ; 
INSERT INTO `wp_options` VALUES (7335161, '_transient_wflginfl_3236144419', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7561758, '_transient_timeout_wflginfl_2449492686', '1408313691', 'no') ; 
INSERT INTO `wp_options` VALUES (7561759, '_transient_wflginfl_2449492686', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335172, '_transient_timeout_wflginfl_2794027346', '1397834374', 'no') ; 
INSERT INTO `wp_options` VALUES (7335173, '_transient_wflginfl_2794027346', '1', 'no') ; 
INSERT INTO `wp_options` VALUES (7335174, '_transient_timeout_wffgt_2794027346', '1397834466', 'no') ; 
INSERT INTO `wp_options` VALUES (7335175, '_transient_wffgt_2794027346', '3', 'no') ; 
INSERT INTO `wp_options` VALUES (7335177, '_transient_timeout_wflginfl_1078947723', '1397834584', 'no') ; 
INSERT INTO `wp_options` VALUES (7335178, '_transient_wflginfl_1078947723', '1', 'no') ;
#
# End of data contents of table `wp_options`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_pmpro_discount_codes`
# --------------------------------------------------------


#
# Delete any existing table `wp_pmpro_discount_codes`
#

DROP TABLE IF EXISTS `wp_pmpro_discount_codes`;


#
# Table structure of table `wp_pmpro_discount_codes`
#

CREATE TABLE `wp_pmpro_discount_codes` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `code` varchar(32) NOT NULL,
  `starts` date NOT NULL,
  `expires` date NOT NULL,
  `uses` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`),
  KEY `starts` (`starts`),
  KEY `expires` (`expires`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ;

#
# Data contents of table `wp_pmpro_discount_codes`
#

#
# End of data contents of table `wp_pmpro_discount_codes`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_pmpro_discount_codes_levels`
# --------------------------------------------------------


#
# Delete any existing table `wp_pmpro_discount_codes_levels`
#

DROP TABLE IF EXISTS `wp_pmpro_discount_codes_levels`;


#
# Table structure of table `wp_pmpro_discount_codes_levels`
#

CREATE TABLE `wp_pmpro_discount_codes_levels` (
  `code_id` int(11) unsigned NOT NULL,
  `level_id` int(11) unsigned NOT NULL,
  `initial_payment` decimal(10,2) NOT NULL DEFAULT '0.00',
  `billing_amount` decimal(10,2) NOT NULL DEFAULT '0.00',
  `cycle_number` int(11) NOT NULL DEFAULT '0',
  `cycle_period` enum('Day','Week','Month','Year') DEFAULT 'Month',
  `billing_limit` int(11) NOT NULL COMMENT 'After how many cycles should billing stop?',
  `trial_amount` decimal(10,2) NOT NULL DEFAULT '0.00',
  `trial_limit` int(11) NOT NULL DEFAULT '0',
  `expiration_number` int(10) unsigned NOT NULL,
  `expiration_period` enum('Day','Week','Month','Year') NOT NULL,
  PRIMARY KEY (`code_id`,`level_id`),
  KEY `initial_payment` (`initial_payment`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ;

#
# Data contents of table `wp_pmpro_discount_codes_levels`
#

#
# End of data contents of table `wp_pmpro_discount_codes_levels`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_pmpro_discount_codes_uses`
# --------------------------------------------------------


#
# Delete any existing table `wp_pmpro_discount_codes_uses`
#

DROP TABLE IF EXISTS `wp_pmpro_discount_codes_uses`;


#
# Table structure of table `wp_pmpro_discount_codes_uses`
#

CREATE TABLE `wp_pmpro_discount_codes_uses` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `code_id` int(10) unsigned NOT NULL,
  `user_id` int(10) unsigned NOT NULL,
  `order_id` int(10) unsigned NOT NULL,
  `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`),
  KEY `timestamp` (`timestamp`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ;

#
# Data contents of table `wp_pmpro_discount_codes_uses`
#

#
# End of data contents of table `wp_pmpro_discount_codes_uses`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_pmpro_membership_levels`
# --------------------------------------------------------


#
# Delete any existing table `wp_pmpro_membership_levels`
#

DROP TABLE IF EXISTS `wp_pmpro_membership_levels`;


#
# Table structure of table `wp_pmpro_membership_levels`
#

CREATE TABLE `wp_pmpro_membership_levels` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `description` longtext NOT NULL,
  `confirmation` longtext NOT NULL,
  `initial_payment` decimal(10,2) NOT NULL DEFAULT '0.00',
  `billing_amount` decimal(10,2) NOT NULL DEFAULT '0.00',
  `cycle_number` int(11) NOT NULL DEFAULT '0',
  `cycle_period` enum('Day','Week','Month','Year') DEFAULT 'Month',
  `billing_limit` int(11) NOT NULL COMMENT 'After how many cycles should billing stop?',
  `trial_amount` decimal(10,2) NOT NULL DEFAULT '0.00',
  `trial_limit` int(11) NOT NULL DEFAULT '0',
  `allow_signups` tinyint(4) NOT NULL DEFAULT '1',
  `expiration_number` int(10) unsigned NOT NULL,
  `expiration_period` enum('Day','Week','Month','Year') NOT NULL,
  PRIMARY KEY (`id`),
  KEY `allow_signups` (`allow_signups`),
  KEY `initial_payment` (`initial_payment`),
  KEY `name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=latin1 ;

#
# Data contents of table `wp_pmpro_membership_levels`
#
 
INSERT INTO `wp_pmpro_membership_levels` VALUES (1, 'Professional (US)', 'Benefits: Full-time Keepers\r\n<ul>\r\n	<li>AKF Subscription</li>\r\n	<li>Vote in Board Elections</li>\r\n	<li>Vote for Conference Host</li>\r\n	<li>Members Only Access - Web</li>\r\n	<li>Committee Opportunities</li>\r\n	<li>Hold Office at the Board of Directors level</li>\r\n	<li>Hold Office at Chapter level</li>\r\n	<li>Member Rates/Conferences</li>\r\n	<li>Member Rates/Publications/Products</li>\r\n</ul>', '', '45.00', '0.00', 0, '', 0, '0.00', 0, 1, 1, 'Year') ; 
INSERT INTO `wp_pmpro_membership_levels` VALUES (2, 'Affiliate (US)', 'Other staff & volunteers, or those interested in the profession but not associated with a zoo or aquarium\r\nBenefits:\r\n<ul>\r\n	<li>AKF Subscription</li>\r\n	<li>Vote for Conference Host</li>\r\n	<li>Members Only Access - Web</li>\r\n	<li>Committee Opportunities</li>\r\n	<li>Hold Office at Chapter level (if approved by Chapter Bylaws/Constitution)</li>\r\n	<li>Member Rates/Conferences</li>\r\n	<li>Member Rates/Publications/Products</li>\r\n</ul>', '', '40.00', '0.00', 0, '', 0, '0.00', 0, 1, 1, 'Year') ; 
INSERT INTO `wp_pmpro_membership_levels` VALUES (3, 'Professional (Canada)', 'Benefits: Full-time Keepers\r\n<ul>\r\n	<li>AKF Subscription</li>\r\n	<li>Vote in Board Elections</li>\r\n	<li>Vote for Conference Host</li>\r\n	<li>Members Only Access - Web</li>\r\n	<li>Committee Opportunities</li>\r\n	<li>Hold Office at the Board of Directors level</li>\r\n	<li>Hold Office at Chapter level</li>\r\n	<li>Member Rates/Conferences</li>\r\n	<li>Member Rates/Publications/Products</li>\r\n</ul>', '', '55.00', '0.00', 0, '', 0, '0.00', 0, 1, 1, 'Year') ; 
INSERT INTO `wp_pmpro_membership_levels` VALUES (4, 'Affiliate (Canada)', 'Other staff & volunteers, or those interested in the profession but not associated with a zoo or aquarium\r\nBenefits:\r\n<ul>\r\n	<li>AKF Subscription</li>\r\n	<li>Vote for Conference Host</li>\r\n	<li>Members Only Access - Web</li>\r\n	<li>Committee Opportunities</li>\r\n	<li>Hold Office at Chapter level (if approved by Chapter Bylaws/Constitution)</li>\r\n	<li>Member Rates/Conferences</li>\r\n	<li>Member Rates/Publications/Products</li>\r\n</ul>', '', '50.00', '0.00', 0, '', 0, '0.00', 0, 1, 1, 'Year') ; 
INSERT INTO `wp_pmpro_membership_levels` VALUES (5, 'Student (US)', 'Students: must supply a copy of student ID at time of application\r\nBenefits\r\n<ul>\r\n	<li>AKF Subscription</li>\r\n	<li>Vote for Conference Host</li>\r\n	<li>Members Only Access - Web</li>\r\n	<li>Committee Opportunities</li>\r\n	<li>Ability to Form Student Chapter and Hold Office on Student Chapter level</li>\r\n	<li>Member Rates/Conferences</li>\r\n	<li>Member Rates/Publications/Products</li>\r\n</ul>', '', '30.00', '0.00', 0, '', 0, '0.00', 0, 1, 1, 'Year') ; 
INSERT INTO `wp_pmpro_membership_levels` VALUES (6, 'Student (Canada)', 'Benefits\r\n<ul>\r\n	<li>AKF Subscription</li>\r\n	<li>Vote for Conference Host</li>\r\n	<li>Members Only Access - Web</li>\r\n	<li>Committee Opportunities</li>\r\n	<li>Ability to Form Student Chapter and Hold Office on Student Chapter level</li>\r\n	<li>Member Rates/Conferences</li>\r\n	<li>Member Rates/Publications/Products</li>\r\n</ul>', '', '40.00', '0.00', 0, '', 0, '0.00', 0, 1, 1, 'Year') ; 
INSERT INTO `wp_pmpro_membership_levels` VALUES (7, 'Contributing', '<p>Contributing Membership Category</p>', '', '70.00', '0.00', 0, '', 0, '0.00', 0, 1, 1, 'Year') ; 
INSERT INTO `wp_pmpro_membership_levels` VALUES (9, 'International', 'International Membership\r\n<em>Electronic Delivery of AKF ONLY</em>\r\nAll members outside U.S. & Canada regardless of category', '', '55.00', '0.00', 0, '', 0, '0.00', 0, 1, 1, 'Year') ; 
INSERT INTO `wp_pmpro_membership_levels` VALUES (10, 'International w/ AKF Print', '<p>International with AKF Print Bundle Membership</p>', '', '115.00', '0.00', 0, '', 0, '0.00', 0, 1, 1, 'Year') ; 
INSERT INTO `wp_pmpro_membership_levels` VALUES (11, 'International Institutional w/ AKF Print', '<p>International Institutional Membership with AKF print bundle</p>', '', '210.00', '0.00', 0, '', 0, '0.00', 0, 1, 1, 'Year') ; 
INSERT INTO `wp_pmpro_membership_levels` VALUES (12, 'Library', '<p>Library Membership Category</p>', '', '45.00', '0.00', 0, '', 0, '0.00', 0, 1, 1, 'Year') ; 
INSERT INTO `wp_pmpro_membership_levels` VALUES (13, 'Institutional', 'Institutional Membership Category -<br>\r\nNon-AZA and ZAA facilities are required to complete and mail an application for Board approval. Successful applicants will be invoiced for their membership.', '', '150.00', '0.00', 0, '', 0, '0.00', 0, 1, 1, 'Year') ; 
INSERT INTO `wp_pmpro_membership_levels` VALUES (14, 'Conservation Partner', '<p>Conservation Partner Membership Category</p>', '', '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 0, 0, '') ; 
INSERT INTO `wp_pmpro_membership_levels` VALUES (16, 'Commercial Membership', 'Commercial Membership\r\nMembership is closed and only grandfathered in from old system.', '', '0.00', '0.00', 0, '', 0, '0.00', 0, 0, 0, '') ; 
INSERT INTO `wp_pmpro_membership_levels` VALUES (17, 'Lifetime Member', '', '', '0.00', '0.00', 0, '', 0, '0.00', 0, 0, 0, '') ; 
INSERT INTO `wp_pmpro_membership_levels` VALUES (18, 'Exchange', '', '', '0.00', '0.00', 0, '', 0, '0.00', 0, 0, 0, '') ;
#
# End of data contents of table `wp_pmpro_membership_levels`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_pmpro_membership_orders`
# --------------------------------------------------------


#
# Delete any existing table `wp_pmpro_membership_orders`
#

DROP TABLE IF EXISTS `wp_pmpro_membership_orders`;


#
# Table structure of table `wp_pmpro_membership_orders`
#

CREATE TABLE `wp_pmpro_membership_orders` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `code` varchar(10) NOT NULL,
  `session_id` varchar(64) NOT NULL DEFAULT '',
  `user_id` int(11) unsigned NOT NULL DEFAULT '0',
  `membership_id` int(11) unsigned NOT NULL DEFAULT '0',
  `paypal_token` varchar(64) NOT NULL DEFAULT '',
  `billing_name` varchar(128) NOT NULL DEFAULT '',
  `billing_street` varchar(128) NOT NULL DEFAULT '',
  `billing_city` varchar(128) NOT NULL DEFAULT '',
  `billing_state` varchar(32) NOT NULL DEFAULT '',
  `billing_zip` varchar(16) NOT NULL DEFAULT '',
  `billing_country` varchar(128) NOT NULL,
  `billing_phone` varchar(32) NOT NULL,
  `subtotal` varchar(16) NOT NULL DEFAULT '',
  `tax` varchar(16) NOT NULL DEFAULT '',
  `couponamount` varchar(16) NOT NULL DEFAULT '',
  `certificate_id` int(11) NOT NULL DEFAULT '0',
  `certificateamount` varchar(16) NOT NULL DEFAULT '',
  `total` varchar(16) NOT NULL DEFAULT '',
  `payment_type` varchar(64) NOT NULL DEFAULT '',
  `cardtype` varchar(32) NOT NULL DEFAULT '',
  `accountnumber` varchar(32) NOT NULL DEFAULT '',
  `expirationmonth` char(2) NOT NULL DEFAULT '',
  `expirationyear` varchar(4) NOT NULL DEFAULT '',
  `status` varchar(32) NOT NULL DEFAULT '',
  `gateway` varchar(64) NOT NULL,
  `gateway_environment` varchar(64) NOT NULL,
  `payment_transaction_id` varchar(64) NOT NULL,
  `subscription_transaction_id` varchar(32) NOT NULL,
  `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `affiliate_id` varchar(32) NOT NULL,
  `affiliate_subid` varchar(32) NOT NULL,
  `notes` text NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`),
  KEY `session_id` (`session_id`),
  KEY `user_id` (`user_id`),
  KEY `membership_id` (`membership_id`),
  KEY `status` (`status`),
  KEY `timestamp` (`timestamp`),
  KEY `gateway` (`gateway`),
  KEY `gateway_environment` (`gateway_environment`),
  KEY `payment_transaction_id` (`payment_transaction_id`),
  KEY `subscription_transaction_id` (`subscription_transaction_id`),
  KEY `affiliate_id` (`affiliate_id`),
  KEY `affiliate_subid` (`affiliate_subid`)
) ENGINE=InnoDB AUTO_INCREMENT=1799 DEFAULT CHARSET=latin1 ;

#
# Data contents of table `wp_pmpro_membership_orders`
#
 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1, '571B215F3A', 'd238k9b5lfpluu27orr306pn84', 1, 13, '', 'Jameel Bokhari', '2238 e 17th street', 'Tucson', 'AZ', '85719', 'US', '5206642324', '150.00', '0', '', 0, '', '150', '', 'Visa', 'XXXXXXXXXXXX1111', '01', '2013', 'cancelled', '', 'sandbox', 'TEST571B215F3A', 'TEST571B215F3A', '2013-10-14 15:58:22', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (2, '38D38C644C', 'a60c67ddedd9c38c5ce5bd183b4192c0', 5, 4, '', 'Jameel Bokhari', '8478 something st', 'Tucson', 'AZ', '85719', 'US', '5205551234', '50.00', '0', '', 0, '', '50', '', 'Visa', 'XXXXXXXXXXXX1111', '01', '2013', 'cancelled', '', 'sandbox', 'TEST38D38C644C', 'TEST38D38C644C', '2013-10-29 11:03:09', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (7, '3DC9F7972E', '7adb49124633a0790bff4b9d71c72d50', 2726, 1, '', 'Kristy Becka', '9587 Diagonal Road', 'Mantua', 'OH', '44255', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '11', '2014', 'success', 'paypalstandard', 'live', '', '', '2013-11-20 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (8, 'F1B1BE0FB0', '7adb49124633a0790bff4b9d71c72d50', 2727, 2, '', 'Christina Herron', '1628 State Street Apt. 17', 'Santa Barbara', 'CA', '93101', 'USA', '', '40', '', '', 0, '', '40', '', '', '', '11', '2014', 'success', 'stripe', 'live', '', '', '2013-11-20 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (9, 'EC09303DE4', '7adb49124633a0790bff4b9d71c72d50', 2728, 5, '', 'Corrine Del Grande', '50 Harbourton Woodsville Road', 'Pennington', 'NJ', '08534', 'USA', '', '30', '', '', 0, '', '30', '', '', '', '', '', 'cancelled', 'stripe', 'live', '', '', '2013-11-20 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (10, '1C35E62E6A', '7adb49124633a0790bff4b9d71c72d50', 2730, 5, '', 'Isabel Bukovnik', '100 Red Cedar Place', 'Chapel Hill', 'NC', '27514', 'USA', '', '30', '', '', 0, '', '30', '', '', '', '', '', 'cancelled', 'stripe', 'live', '', '', '2013-11-20 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (11, 'C6FDE920B9', '7adb49124633a0790bff4b9d71c72d50', 2731, 5, '', 'Cory Thompson', '42 Murdock Drive  UC Box 68', 'Unity', 'ME', '04988', 'USA', '', '30', '', '', 0, '', '30', '', '', '', '', '', 'success', 'stripe', 'live', '', '', '2013-11-20 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (12, 'A4407D74DF', 'd4110beb4b63b212b076089782c1eb78', 2732, 1, '', 'Stephanie Gallivan', 'PO Box 1600', 'Winston', 'OR', '97496', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'stripe', 'live', '', '', '2013-11-20 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (13, 'B007D1F6C0', 'd4110beb4b63b212b076089782c1eb78', 2733, 1, '', 'Sarah Roy', 'PO Box 1600', 'Winston', 'OR', '97496', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'stripe', 'live', '', '', '2013-11-20 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (15, '13FF321290', 'd4110beb4b63b212b076089782c1eb78', 2734, 1, '', 'Kevin Ragan', 'PO Box 1600', 'Winston', 'OR', '97496', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'stripe', 'live', '', '', '2013-11-20 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (16, 'C2210C6AF3', 'd4110beb4b63b212b076089782c1eb78', 2735, 3, '', 'Amy Goswell', '11 Jason Drive', 'Whitby', 'Ontario', 'L1R 1M2', 'CANADA', '', '50', '', '', 0, '', '50', '', '', '', '', '', 'success', 'stripe', 'live', '', '', '2013-11-20 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (17, 'A08746A38E', 'd11fe1f7e1ecb4243fcf9321d287bdb6', 2736, 1, '', 'Jameel Bokhari', '8478 E Speedway Suite 304', 'Tucson', 'AZ', '85710', 'US', '5206642324', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1111', '02', '2015', 'cancelled', '', 'sandbox', 'TESTA08746A38E', 'TESTA08746A38E', '2013-11-20 14:18:06', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (18, '29A8567E5C', '02e67fe142f5ea5f72f822dba89ad83e', 2737, 1, '', 'Marianne Vella', '10 Lindenwood Court', 'Washington Township', 'NJ', '07676', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'stripe', 'live', '', '', '2013-11-20 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (19, '7F2EBD3C79', '02e67fe142f5ea5f72f822dba89ad83e', 2738, 1, '', 'Christyne Fitzgerald', '2460 Livingston Road SW', 'Roanoke', 'VA', '24015', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'stripe', 'live', '', '', '2013-11-20 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (20, '68CA138A8B', 'a7e2d55b4b35d818f91bd42dae1581ea', 2739, 1, '', 'Bonnie Gahan', '175 Ridge Road Apt K2', 'Cedar Grove', 'NJ', '07009', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'stripe', 'live', '', '', '2013-11-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (21, 'E674320168', 'a7e2d55b4b35d818f91bd42dae1581ea', 2740, 1, '', 'Edwin Gwin', '2527 E. Melbourne', 'Springfield', 'MO', '65804', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'stripe', 'live', '', '', '2013-11-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (22, '53749A42C8', 'a7e2d55b4b35d818f91bd42dae1581ea', 2741, 1, '', 'Pamela Gwin', '2527 E. Melbourne', 'Springfield', 'MO', '65804', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'stripe', 'live', '', '', '2013-11-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (23, '9F20C41B3B', 'a2b045e1c8219f1991f52e90a3fe69a9', 2742, 13, '', 'Louisville Zoological Garden', 'PO Box 37250', 'Louisville', 'KY', '40233-7250', 'USA', '', '150', '', '', 0, '', '150', '', '', '', '', '', 'success', 'check', 'live', '', '', '2013-11-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (24, '2ABF335D28', 'b72d124327763c92424a8607a350aca5', 2743, 2, '', 'Russ Evans', '123 Acacia Circle, Unit 605', 'Indian Head Park', 'IL', '60525', 'USA', '', '40', '', '', 0, '', '40', '', '', '', '', '', 'success', 'check', 'live', '', '', '2013-11-25 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (25, 'A084AD1FD6', '566aa3cacba6d74d6f2173d66a372734', 0, 16, '', 'Mark Hagen', '20.500 Trans Canada Hwy', 'Baie D\'Urfe', 'Ontario', 'H4R 1E8', 'CANADA', '', '150', '', '', 0, '', '150', '', '', '', '', '', 'success', 'check', 'live', '', '', '2013-11-25 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (26, 'F6DA07BA08', '566aa3cacba6d74d6f2173d66a372734', 2745, 13, '', 'Fresno\'s Chaffee Zoo', '984 W. Belmont', 'Fresno', 'CA', '93728-2891', 'USA', '', '150', '', '', 0, '', '150', '', '', '', '', '', 'success', 'check', 'live', '', '', '2013-11-25 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (27, '09D57C8F81', 'f2003317d1df19d842d003d33999f416', 2746, 1, '', 'Laura Siffring', '2070 Zoo Lane', 'Abilene', 'TX', '79602', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2013-11-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (28, '639A7318FF', 'f2003317d1df19d842d003d33999f416', 28488, 13, '', 'San Francisco Zoo', '1 Zoo Road', 'San Francisco ', 'CA', '94132-1098', 'USA', '', '150', '', '', 0, '', '150', '', '', '', '', '', 'cancelled', 'stripe', 'live', '', '', '2013-11-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (29, '978B8541EE', 'f2003317d1df19d842d003d33999f416', 0, 13, '', 'Dr. Pat Condy', '2155 CR 2008', 'Glen Rose', 'TX', '76043', 'USA', '', '150', '', '', 0, '', '150', '', '', '', '', '', 'success', 'check', 'live', '', '', '2013-11-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (30, '5D8A1B6A64', 'f2003317d1df19d842d003d33999f416', 2749, 1, '', 'Joanna Husby', '4045 Meadowdale Place', 'Colorado Springs', 'CO', '80906', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'paypalstandard', 'live', '', '', '2013-11-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (31, 'D2B29A581D', 'f2003317d1df19d842d003d33999f416', 2750, 1, '', 'Rachel Davison', '8 Dillingham Way', 'Plymouth', 'MA', '02360', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'paypalstandard', 'live', '', '', '2013-11-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (32, '6ACE14A6D7', '5c510981bd785acb63a672c8e626ab55', 2752, 5, '', 'Mandy Petrie', '12523 SE Cora Street', 'Portland', 'OR', '97236', 'United States', '', '30', '', '', 0, '', '30', '', '', '', '', '', 'success', 'paypalstandard', 'live', '', '', '2013-11-27 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (33, '0A84C13DDC', '5c510981bd785acb63a672c8e626ab55', 2753, 6, '', 'Mitchell Tratnik', '475 Cragg Road', 'Uxbridge', 'Ont.', 'L9P 1R3', 'Canada', '', '30', '', '', 0, '', '30', '', '', '', '', '', 'cancelled', 'paypalstandard', 'live', '', '', '2013-11-27 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (34, '7303CBC5B1', 'e79047c4e066d7b9b56f13f0f097ef39', 2754, 5, '', 'Erin Shattuck', '1150 Gunderson', 'Oak Park', 'IL', '60304', 'USA', '', '30', '', '', 0, '', '30', '', '', '', '', '', 'success', 'check', 'live', '', '', '2013-11-27 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (35, 'E94EA205C2', '2c72cc6e468726e408edd54b93299cad', 2755, 7, '', 'Cheryl D\'Amato', '3850 W. 124th Street Apt 1E', 'Alsip', 'IL', '60804', 'United States', '', '70', '', '', 0, '', '70', '', '', '', '', '', 'success', 'check', 'live', '', '', '2013-11-29 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (36, 'DBB54B4CB9', '6822e5ca3862001ccfa77b4759ccbca3', 2756, 1, '', 'Kerry King', '1 Court Drive', 'Joppa', 'MD', '21085', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2013-12-03 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (40, '6A76E60858', '2a9e519d0b1d52b347bf225abe06576a', 2757, 1, '', '', '', '', '', '', 'US', '', '45.00', '0', '', 0, '', '45', 'PayPal Standard', '', '', '01', '2013', 'review', 'paypalstandard', 'live', '', '', '2013-12-05 10:27:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (41, 'D3644E4FD7', '18dd594ef5cc856868ff7f39f0af540a', 2758, 1, '', 'Chelsea M. Riley', '150 Southfield Avenue #1115', 'Stamford', 'CT', '06902', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2013-12-05 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (42, '9E8487B9ED', '18dd594ef5cc856868ff7f39f0af540a', 2759, 1, '', 'Maraiah Russell', '205 Elmer Ave.', 'Fort Wayne', 'IN', '46808', 'United States', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'paypal', 'live', '', '', '2013-12-05 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (43, 'C2C90EF398', '18dd594ef5cc856868ff7f39f0af540a', 2760, 2, '', 'Erica Pytlovany', '1717 George Mason Drive', 'Arlington', 'VA', '22204', 'USA', '', '40', '', '', 0, '', '40', '', '', '', '', '', 'success', 'paypal', 'live', '', '', '2013-12-05 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (44, 'B16C1617A1', '18dd594ef5cc856868ff7f39f0af540a', 2761, 1, '', 'Shelleen Mathews', '3111 E. Harstine Island Road N', 'Shelton', 'WA', '98584-9465', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2013-12-05 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (45, 'B5E41C5F05', '18dd594ef5cc856868ff7f39f0af540a', 2762, 1, '', 'Claire Roy', '1621 Royce Avenue', 'Kalamazoo', 'MI', '49001', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2013-12-05 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (46, 'CDB57E950B', '864d86972c499da7008593c1ccc68565', 2763, 1, '', '', '', '', '', '', 'US', '', '45.00', '0', '', 0, '', '45', 'PayPal Standard', '', '', '01', '2013', 'success', 'paypalstandard', 'live', 'I-YH44JXJ5WG0G', 'I-YH44JXJ5WG0G', '2013-12-05 14:24:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (47, '71FBED8F3A', '18dd594ef5cc856868ff7f39f0af540a', 2764, 16, '', 'Stoney Mcdonald', '4210 Linda Street', 'Bacliff', 'TX', '77518', 'USA', '', '150', '', '', 0, '', '150', '', '', '', '', '', 'success', 'check', 'live', '', '', '2013-12-05 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (48, 'F366E1DCC4', '18dd594ef5cc856868ff7f39f0af540a', 2765, 12, '', 'Michlyn Hines', '7075 Campus Rd.', 'Moorpark', 'CA', '93021-1695', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2013-12-05 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (49, '9F4D4FD687', '18dd594ef5cc856868ff7f39f0af540a', 2766, 1, '', 'Rebecca Hannah', '803 Rockledge Drive Apt 2', 'Rockledge ', 'FL', '32955', '', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'stripe', 'live', '', '', '2013-12-05 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (50, '71996CF26C', '18dd594ef5cc856868ff7f39f0af540a', 2767, 5, '', 'Kyla Curnette', '1140 E. Bruce', 'Gilbert', 'AZ', '95234', 'United States', '', '30', '', '', 0, '', '30', '', '', '', '', '', 'success', 'check', 'live', '', '', '2013-12-05 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (51, '4307249AF6', '18dd594ef5cc856868ff7f39f0af540a', 2768, 3, '', 'Lisa Termini', '121 Batson Drive', 'Aurora', 'ONT', 'L4G 3S6', 'Canada', '', '50', '', '', 0, '', '50', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2013-12-05 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (52, '0A916516F5', '18dd594ef5cc856868ff7f39f0af540a', 2769, 1, '', 'Tizrah Nichols', '15026 Wade Road', 'Jacksonville', 'FL', '32218', 'USA', '', '45', '0', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2013-12-05 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (54, 'C9A6DB22EE', 'a1139f4cdaa3b7a72ab28b24537cd6c7', 2770, 1, '', 'Angela Maxwell', '258 James River Drive', 'Newport News', 'Virginia', '23601', 'AF', '', '45.00', '0', '', 0, '', '45', 'PayPal Standard', '', '', '01', '2013', 'success', 'paypalstandard', 'live', 'I-M3UES949L87S', 'I-M3UES949L87S', '2013-12-05 19:47:28', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (55, '5C9AE2DD19', '8ca1c7d43e6a3d186383d20892c23516', 661, 2, '', 'Dawn D. Neptune', '827 E. Sherman Ave.', 'Salt Lake City', 'UT', '84105-2236', 'AF', '', '40.00', '0', '', 0, '', '40', 'PayPal Standard', '', '', '01', '2013', 'success', 'paypalstandard', 'live', 'I-GRG18YVN8C0B', 'I-GRG18YVN8C0B', '2013-12-05 19:53:52', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (56, '640710C252', 'edab8edafdeb7f494f46bc99f1e66e04', 313, 1, '', 'Brandi Keim', '2516 N. 142nd St.', 'Omaha', 'NE', '68164', 'AF', '', '45.00', '0', '', 0, '', '45', 'PayPal Standard', '', '', '01', '2013', 'success', 'paypalstandard', 'live', 'I-KV3AWX3610TB', 'I-KV3AWX3610TB', '2013-12-06 10:18:33', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (58, 'F3BE65DF19', 'd62db7174ac7e62d7584351be9584f63', 2772, 2, '', '', '', '', '', '', 'US', '', '40.00', '0', '', 0, '', '40', 'PayPal Standard', '', '', '01', '2013', 'success', 'paypalstandard', 'live', 'I-CRWBNGX58LG9', 'I-CRWBNGX58LG9', '2013-12-06 13:04:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (59, '815179EA8C', '3370ca49cda0d1906d14e86790dcc0c4', 2773, 1, '', '', '', '', '', '', 'US', '', '45.00', '0', '', 0, '', '45', 'PayPal Standard', '', '', '01', '2013', 'success', 'paypalstandard', 'live', 'I-NPDW8X8BYM90', 'I-NPDW8X8BYM90', '2013-12-07 09:35:15', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (61, '51B43C4577', 'a29d177b185e10f728359edeb217b835', 2774, 2, '', '', '', '', '', '', 'US', '', '40.00', '0', '', 0, '', '40', 'PayPal Standard', '', '', '01', '2013', 'success', 'paypalstandard', 'live', 'I-E8FYWL9XPLW4', 'I-E8FYWL9XPLW4', '2013-12-07 14:45:02', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (63, '6B5239BBC9', '051b6e4fd7d09c9a2321ff67ba16779e', 2775, 2, '', '', '', '', '', '', 'US', '', '40.00', '0', '', 0, '', '40', 'PayPal Standard', '', '', '01', '2013', 'success', 'paypalstandard', 'live', 'I-64B9UNCGNPJL', 'I-64B9UNCGNPJL', '2013-12-07 17:11:17', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (64, 'A2A2BA99A1', 'bd428591667f13fc3376997ac14427fa', 2776, 1, '', '', '', '', '', '', 'US', '', '45.00', '0', '', 0, '', '45', 'PayPal Standard', '', '', '01', '2013', 'success', 'paypalstandard', 'live', 'I-BSBAPRBLR6NN', 'I-BSBAPRBLR6NN', '2013-12-07 18:21:10', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (67, '29EFB436EA', 'b2747500f1c2530b410764e52ca7f6be', 2777, 13, '', '', '', '', '', '', 'US', '', '150.00', '0', '', 0, '', '150', 'PayPal Standard', '', '', '01', '2013', 'success', 'paypalstandard', 'live', 'I-K11RA0NNTESR', 'I-K11RA0NNTESR', '2013-12-07 18:38:18', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (70, '60B5497C31', 'a945e0dc5b13e2bd44f9edf6880bf57f', 2779, 2, '', '', '', '', '', '', 'US', '', '40.00', '0', '', 0, '', '40', 'PayPal Standard', '', '', '01', '2013', 'success', 'paypalstandard', 'live', 'I-L76MXEV1LTJ7', 'I-L76MXEV1LTJ7', '2013-12-08 15:47:17', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (71, '8641D3042D', '76be0a066b2a69aab996091a34e8e75c', 2778, 2, '', '', '', '', '', '', 'US', '', '40.00', '0', '', 0, '', '40', 'PayPal Standard', '', '', '01', '2013', 'success', 'paypalstandard', 'live', 'I-514J4LF6JEU7', 'I-514J4LF6JEU7', '2013-12-08 15:49:47', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (72, '390939FA5F', '9f8dc15262b511fdf27cb4d1c2ab3cb0', 2780, 5, '', '', '', '', '', '', 'US', '', '30.00', '0', '', 0, '', '30', 'PayPal Standard', '', '', '01', '2013', 'success', 'paypalstandard', 'live', 'I-URGMBRF0TTPV', 'I-URGMBRF0TTPV', '2013-12-08 16:17:50', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (73, 'DEBC27F358', '80b83671407a6790ceaa5db7b3a13e6f', 2191, 1, '', 'Rebecca Bolen', '1365 Pontiac St.', 'Denver', 'CO', '80220', 'AF', '', '45.00', '0', '', 0, '', '45', 'PayPal Standard', '', '', '01', '2013', 'review', 'paypalstandard', 'live', '', '', '2013-12-08 16:50:36', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (76, 'F391F27B1D', '50116dba6809ce005ac2beddd20289d4', 2781, 2, '', 'Amber Santee', '3527 E. Unitah Street', 'Colorado Springs', 'CO', '80909', 'US', '', '40.00', '0', '', 0, '', '40', 'PayPal Standard', '', '', '01', '2013', 'success', 'paypalstandard', 'live', 'I-5A5HVVBUFX3K', 'I-5A5HVVBUFX3K', '2013-12-08 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (77, '65449C2D32', 'f35865ac8b2998e81e495c1c7a99622f', 519, 1, '', 'Christy Mazrimas-Ott', '3518 Randolph St.', 'Lansing', 'IL', '60438', 'USA', '', '45.00', '0', '', 0, '', '45', 'PayPal Standard', '', '', '01', '2013', 'success', 'paypalstandard', 'live', 'I-NEXGYS3LDBLA', 'I-NEXGYS3LDBLA', '2013-12-08 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (79, '26D2CE8416', '95be982b0feb28f55257c82f641b6358', 2782, 5, '', '', '', '', '', '', 'US', '', '30.00', '0', '', 0, '', '30', 'PayPal Standard', '', '', '01', '2013', 'success', 'paypalstandard', 'live', 'I-1MDXL9083S0N', 'I-1MDXL9083S0N', '2013-12-09 08:54:10', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (81, '6316D73FA0', '662c05369d34c66374cc84b761d9cac6', 2783, 1, '', 'Debbi Sullivan', '56925 Yucca Trail #585', 'Yucca Valley', 'CA', '92284', '', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2013-12-06 00:00:00', '', '', 'Sign up through Topeka') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (87, '3AA28C724F', '24ca2474c5674527715c7dcf7bf14542', 2788, 13, '', 'Leslie Gordon', '900 Exposition Blvd.', 'Los Angeles', 'CA', '90007', 'USA', '', '150', '', '', 0, '', '150', 'Check', '', '', '', '', 'success', 'check', 'live', '', '', '2013-12-09 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (88, '98648F0592', '24ca2474c5674527715c7dcf7bf14542', 2789, 1, '', 'Sarah Furtado', '310 Whittier St', 'Davenport', 'FL', '33896', 'USA', '', '45', '', '', 0, '', '45', 'Check', '', '', '', '', 'success', 'check', 'live', '', '', '2013-12-09 00:00:00', '', '', 'Topeka') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (89, 'C92D846020', '24ca2474c5674527715c7dcf7bf14542', 2790, 1, '', 'Pamela Roby', '4050 Dellwood Ave', 'Jacksonville', 'FL', '32205', 'USA', '', '45', '', '', 0, '', '45', 'Check', '', '', '', '', 'success', 'check', 'live', '', '', '2013-12-09 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (90, '17DFECE521', '24ca2474c5674527715c7dcf7bf14542', 2791, 1, '', 'Nicole Monell', '2900 State Road A1A Apt. 814', 'Attlantic', 'FL', '32233', 'USA', '', '45', '', '', 0, '', '45', 'Check', '', '', '', '', 'success', 'check', 'live', '', '', '2013-12-09 00:00:00', '', '', 'No Email provided - temp assigned') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (93, '56EF40F82D', '885fdb27d568e9a8ae3fa51949926e4e', 2387, 5, '', 'Shannon Nelson', '3410 NW 91st St 20B', 'Gainesville', 'FL', '32606', 'USA', '8505986312', '30.00', '0', '', 0, '', '30', 'PayPal Standard', '', '', '05', '2015', 'success', 'paypalstandard', 'live', 'I-GWXTJ2J2BHEV', 'I-GWXTJ2J2BHEV', '2013-12-10 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (96, '7E0DB28B8B', '7423bf49a6225fc5e1ee193e411caf4c', 2795, 1, '', 'Carol Hunt', '1901 Kenwood Court', 'Birmingham', 'Mi', '48009', 'US', '2486425049', '45.00', '0', '', 0, '', '45', 'PayPal Standard', '', '', '01', '2013', 'success', 'paypalstandard', 'live', 'I-X11B1KFN53VA', 'I-X11B1KFN53VA', '2013-12-10 08:33:10', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (97, 'C34F242C06', 'ebbf9b4cee638475550d3d2a89a1b6b6', 2796, 1, '', 'Shannon Morarity', '325 Markley Rd.', 'London', 'OH', '43140', 'US', '6146384896', '45.00', '0', '', 0, '', '45', 'PayPal Standard', '', '', '01', '2013', 'review', 'paypalstandard', 'live', '', '', '2013-12-10 13:42:05', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (98, '7D29B2D232', '0f5664b6b876ce4ba8b38a58aafdf5f0', 2797, 5, '', 'Victoria Chamberlain', '441 Kearney Ave', 'Colorado Springs', 'CO', '80906', 'US', '6179134753', '30.00', '0', '', 0, '', '30', 'PayPal Standard', '', '', '01', '2013', 'review', 'paypalstandard', 'live', '', '', '2013-12-10 14:55:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (99, '2AACDF642D', '0f44582f1be0d683d169ad931ea3b49e', 2798, 13, '', 'Dolphin Research Center, Inc.', '58901 Overseas Highway', 'Grassy Key', 'FL', '33050', 'USA', '', '150', '', '', 0, '', '150', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2013-12-10 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (103, 'DEFDDFB81E', '30286246d3ca483a791f433fdcea69fe', 2800, 1, '', 'Ed Hansen', '8674 E. Speedway Blvd Suite 204', 'Tucson', 'AZ', '85710-1728', 'US', '5202989688', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX8391', '05', '2016', 'success', 'payflowpro', 'live', 'ELFPA48BB0E4', '', '2013-12-12 13:36:36', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (104, '348F17ED1B', '236b1344e90669b832636e46c4b1111a', 2801, 2, '', 'rhonda taylor', '5635 obrien lane', 'jacksonville', 'fl', '33254', 'US', '9047862586', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX2040', '12', '2015', 'success', 'payflowpro', 'live', 'ETJPB460AAA7', '', '2013-12-13 10:01:07', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (105, '6F805BF906', '4d2653bde0f1e6a1abc96b80d84e1373', 2802, 1, '', 'Taylor Guastella', '1707 Brighton Rd', 'Pittsburgh', 'PA', '15212', 'US', '5703506921', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7171', '08', '2016', 'success', 'payflowpro', 'live', 'EPEPA2C44F9C', '', '2013-12-14 07:24:33', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (106, '82B5ECC92D', '1527ea662d68577050e512b8480a69d5', 2803, 1, '', 'Lynde Nunn', '2905 downing street apt 3', 'jacksonville', 'florida', '32205', 'US', '9787903030', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2040', '12', '2015', 'success', 'payflowpro', 'live', 'ELEPA4B51414', '', '2013-12-15 12:27:56', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (107, '4FBB0C0CBA', '0a16909fc22e00fa40802f6bf1f2ca35', 2804, 1, '', 'Jessica Curtis', '4759 College Street', 'Jacksonville', 'FL', '32205', 'US', '8603352227', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2040', '12', '2015', 'success', 'payflowpro', 'live', 'EUYPB3F14E77', '', '2013-12-15 12:31:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (108, 'AA536F9BA7', '0ea82470f04fd66f1137fbf670410869', 2805, 5, '', 'Jaclyn Delawyer', '15290 Campus Park Drive, Apt A', 'Moorpark', 'CA', '93021', '', '', '30', '', '', 0, '', '30', 'PayPal Standard', '', '', '', '', 'success', 'payflowpro', 'live', '', '', '2013-12-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (109, '2A96239C6C', '0ea82470f04fd66f1137fbf670410869', 2806, 1, '', 'Darcee Beckner', '2404 Lullwater Road', 'Birmingham', 'AL', '35242', 'USA', '', '45', '', '', 0, '', '45', 'PayPal Standard', '', '', '', '', 'success', 'payflowpro', 'live', '', '', '2013-12-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (110, 'B9977B3B20', '0ea82470f04fd66f1137fbf670410869', 2807, 2, '', 'Jean Chaffee', '5647 N. Prospect', 'Fresno', 'CA', '93711', 'USA', '', '40', '', '', 0, '', '40', 'PayPal Standard', '', '', '', '', 'cancelled', 'payflowpro', 'live', '', '', '2013-12-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (111, 'CFCF8C45D2', '76540ba45b9c116c08a512a65df40129', 2808, 2, '', 'Amie Bialo', '8203 Langdon Lane', 'Houston', 'TX', '77036', 'US', '7169091783', '40.00', '0', '', 0, '', '40', '', 'Discover', 'XXXXXXXXXXXX4503', '05', '2016', 'success', 'payflowpro', 'live', 'ELEPA4C0F17F', '', '2013-12-16 09:47:42', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (112, 'C93124E43F', 'd1e47d4765da0d8feb7de9c2306a0159', 2809, 5, '', 'Camden Bruner', '1678 Terrace Way', 'Eureka', 'CA', '95501', 'USA', '', '30', '', '', 0, '', '30', 'Check', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2013-12-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (113, 'E60816C227', '0085d8c528302ccefe80addc657c9fdd', 2810, 1, '', 'JoAnn Youmans', '1949 Wages Way', 'Jacksonville', 'Florida', '32218', 'US', '9048032835', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2040', '12', '2015', 'success', 'payflowpro', 'live', 'ESHPB28FC578', '', '2013-12-16 11:50:26', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (114, '5C238B495F', '285361fb083122d502403abb2a2677d0', 2811, 1, '', 'Lindsay Carubia AmEnde', '160 White Drive', 'Hamden', 'CT', '06514', 'US', '8609440589', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9571', '12', '2014', 'success', 'payflowpro', 'live', 'ETJPB4962C63', '', '2013-12-17 06:48:56', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (115, '31C76029EF', '05bc70026fca962537a52ffb8df695aa', 2812, 2, '', 'Rachel Pitzer', '319 Warner Alley', 'New Castle', 'PA', '16101', 'US', '7249719915', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX2019', '06', '2014', 'success', 'payflowpro', 'live', 'ESYPB2A236D2', '', '2013-12-17 17:05:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (116, '6B5B283613', 'adff0b363c142ac49d702eea3af2383e', 2813, 3, '', 'Ashley Fell', '887 Willingdon Cres.', 'Milton', 'Ontario', 'L9T0Z7', 'CA', '9056931724', '55.00', '0', '', 0, '', '55', '', 'Mastercard', 'XXXXXXXXXXXX9925', '04', '2016', 'success', 'payflowpro', 'live', 'ELCPA4DE503B', '', '2013-12-18 10:38:38', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (117, '4AE37F5C6B', 'cb2eeca9d9c0615edf2a24fe9865b3ef', 2814, 2, '', 'Angelique Freire', '1964 Arriba Drive', 'Monterey Park', 'CA', '91754', 'US', '3236007076', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX5159', '07', '2015', 'success', 'payflowpro', 'live', 'EXJPB4CC6C3B', '', '2013-12-18 11:02:10', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (118, 'A3D22D6777', '4d80b2fd1946f6038ba162f8a4964178', 2815, 1, '', 'Pamela Weber', '421 Ocean Blvd', 'Coronado', 'CA', '92118', 'US', '7608057957', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0180', '02', '2016', 'success', 'payflowpro', 'live', 'EPFPA3032619', '', '2013-12-18 19:00:27', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (119, 'F757541B6D', '1aee2e9bd00324fe5acfef634ec551a9', 1135, 2, '', 'Jennifer Nickolyn', '1405 Camp Craft Rd. Apt B', 'Austin', 'TX', '78746', 'US', '5124700226', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX7153', '06', '2014', 'success', 'payflowpro', 'live', 'ETHPB4AD20FB', '', '2013-12-18 21:23:10', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (120, 'FB1BE42F34', 'eb5ce221a731f6174d0bb3565bfa5458', 2001, 1, '', 'Michelle Leighty', '7626 Deerpath Trail', 'Hudson', 'OH', '44236', 'US', '2162554298', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5266', '08', '2014', 'success', 'payflowpro', 'live', 'EQFPA3653C54', '', '2013-12-19 13:02:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (121, '333730C0C8', '574f68433052a1e1ffb60e4a70be3caf', 2816, 2, '', 'Laurie Machen', '740 Pine Valley Dr.', 'Pittsburgh', 'PA', '15239', 'US', '7243274579', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX1951', '05', '2016', 'success', 'payflowpro', 'live', 'ELEPA4F13F12', '', '2013-12-19 14:52:25', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (122, 'A7A0BCD2FD', 'b26d444121a080e000f391b75da61669', 2817, 2, '', 'Kelly Pettibone', '4717 174th ST E', 'Tacoma', 'wa', '98446', 'US', '2535798624', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX8660', '10', '2016', 'success', 'payflowpro', 'live', 'ETHPB4BAC8B3', '', '2013-12-19 16:31:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (123, '05F2038F9A', 'd308f7766299c892822cb53c305bc590', 1956, 1, '', 'Melissa Young', '623 Rebecca Way Apt. 2', 'San Jose', 'CA', '95117-1934', 'US', '4084656257', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX5300', '01', '2015', 'success', 'payflowpro', 'live', 'ERCPA372C625', '', '2013-12-19 16:41:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (124, '5A33E85009', '82589b7861ad1231f3a891fc61d3011f', 2818, 1, '', 'Laura Fawks', '1926 Clearview Terr', 'Waynesboro', 'PA', '17268', 'US', '7177621615', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1436', '02', '2014', 'success', 'payflowpro', 'live', 'EQEPA3687500', '', '2013-12-19 17:05:11', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (125, 'A03E65FBA7', 'd6f681d00361cf7276168d6859842d3c', 0, 13, '', 'Ventura County Community College District', '7075 Campus Rd.', 'Moorpark', 'CA', '93021-1695', 'United States', '', '150', '', '', 0, '', '150', '', '', '', '', '', 'success', 'check', 'live', '', '', '2013-12-20 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (126, 'E69CF7473A', '2c17345ff47b4754ea2ab6efb730ef27', 2820, 5, '', 'Brittany Shade', 'P.O.Box 61', 'Louisville', 'Colorado', '80027', 'US', '3035068747', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX8550', '01', '2015', 'success', 'payflowpro', 'live', 'ESJPB2CE4FDD', '', '2013-12-20 13:07:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (127, 'E295963BA0', '2350708ff438ee4b0ed59d6c1aaf0d94', 2821, 2, '', 'Veronica Anthis', '10650 SW 121st. Ave.  Apt.45', 'Tigard', 'Oregon', '97223', 'US', '5032789949', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX6954', '10', '2015', 'success', 'payflowpro', 'live', 'ELCPA503EE8B', '', '2013-12-20 17:25:36', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (128, '3422B58E96', '08e4bb439d2435ec6f28f5691d63e4fc', 2822, 2, '', 'Elena Less', '4001 Fulton Parkway', 'Cleveland', 'Ohio', '44144', 'US', '2166353313', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX3529', '10', '2016', 'success', 'payflowpro', 'live', 'EPEPA32B27BC', '', '2013-12-21 07:35:14', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (129, 'F3DED06177', '27d6332932f189db25952852878cd8f1', 2823, 1, '', 'Lori Speis', '5212 Caminito Cachorro', 'San Diego', 'CA', '92105', 'US', '6195016397', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4948', '05', '2014', 'success', 'payflowpro', 'live', 'EPFPA32BEE76', '', '2013-12-21 08:58:39', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (130, '878589F2A5', '03584fb5346dc54632d1de74f3940d00', 2824, 1, '', 'Sara Bjerklie', '719 Prairie Street', 'St. Charles', 'IL', '60174', 'US', '6305083508', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX3092', '12', '2015', 'success', 'payflowpro', 'live', 'ETHPB4D80C1D', '', '2013-12-21 15:29:04', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (131, 'E78C31056D', '59f031205d8bcf4428f0ce63aaaef459', 2825, 1, '', 'Catherine Clauson', '2058 Maple Ave Apt AB 1-9', 'Hatfield', 'Pa', '19440', 'US', '8565038020', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9955', '06', '2016', 'success', 'payflowpro', 'live', 'ETHPB4D89411', '', '2013-12-21 16:24:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (132, '909EF66867', '6d8c55b0383c91376b6e1fdeedb54fa8', 2826, 5, '', 'Abigail Grobani', '2724 Moores Valley Drive', 'Baltimore', 'Maryland', '21209', 'US', '4439550310', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX3847', '06', '2017', 'success', 'payflowpro', 'live', 'ERFPA3929708', '', '2013-12-21 20:47:58', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (133, '7199C9B096', 'f8772607bd48e2a2d6a19a29d97b4087', 2827, 1, '', 'Jeff Dolan', '431 Delaware Ave', 'Saint Cloud', 'Florida', '34769', 'US', '4074600347', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9243', '05', '2017', 'success', 'payflowpro', 'live', 'ERCPA392E3EF', '', '2013-12-21 21:26:33', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (134, '0E46293A8E', '33783e952ad63217c19f9c9ad1e1f1c3', 1957, 1, '', 'Melissa Covey', '1206 Holly Springs Circle', 'Orlando', 'FL', '32825', 'US', '4024909487', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX7030', '05', '2016', 'success', 'payflowpro', 'live', 'EPEPA337B2A6', '', '2013-12-22 08:47:55', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (135, '983A0A1E99', '2644a93d9453ada430e32369a93ea54e', 2828, 1, '', 'Sarah Schoenberg', '8025 Concord Blvd W', 'Jacksonville', 'FL', '32208', 'US', '7017218853', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2040', '12', '2015', 'success', 'payflowpro', 'live', 'EREPA3993A8E', '', '2013-12-22 11:16:14', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (136, 'AC22D9C520', 'f6e99bfdb3a16ebb7be292b8f1e6871c', 18, 1, '', 'Adam Keniger', '7056 W. 113th St.', 'Bloomington', 'MN', '55438', 'US', '9524068123', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4079', '07', '2014', 'success', 'payflowpro', 'live', 'EQEPA390D91F', '', '2013-12-22 16:19:17', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (137, '403D65AC8B', 'b3d1f56a43417fd21403558b893651b7', 2659, 1, '', 'Wendy Anderson', '70 Alpine Dr.', 'Goleta', 'CA', '93117', 'US', '8057220455', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6102', '02', '2014', 'success', 'payflowpro', 'live', 'EXYPB50C0DBF', '', '2013-12-22 22:29:02', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (138, '39B802CF40', 'e9242ca00d42a17731826be956b323a4', 2829, 1, '', 'Pat Owen', '5061 ne 178th st', 'Lake Forest Park', 'WA', '98155', 'US', '2064095283', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX2430', '02', '2014', 'success', 'payflowpro', 'live', 'EQEPA399761A', '', '2013-12-23 09:13:07', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (139, 'C42BC0AFC4', 'b1a21f544165d63826cd8264820584bf', 2830, 3, '', 'Andy Cockburn', '50 Rusholme Road', 'Toronto', 'Ontario', 'M1J 3K9', 'CA', '6472319553', '55.00', '0', '', 0, '', '55', '', 'Mastercard', 'XXXXXXXXXXXX9391', '12', '2015', 'success', 'payflowpro', 'live', 'ESJPB2F1EABB', '', '2013-12-23 10:15:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (140, 'D3DBD5A94A', '4b220f624ff1af2ded366d9be5d70e65', 2831, 1, '', 'Regan Slonecker', '210 W Maywood AVE', 'Peoria', 'IL', '61604', 'US', '753412959', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2507', '10', '2014', 'success', 'payflowpro', 'live', 'EXHPB5174D89', '', '2013-12-23 18:03:59', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (141, '5BA9EBBE43', '56f33bf129cbf4714a1df5b9539d8deb', 1368, 1, '', 'Kaiti Rebello', '7709 Enfield Ave. Apt 204', 'Norfolk', 'VA', '23505', 'US', '7746413065', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX7988', '06', '2016', 'success', 'payflowpro', 'live', 'EPFPA34968F9', '', '2013-12-23 18:25:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (142, 'D48A95B11C', '962ebb3ae60ab7f64cc1ed421f1a9098', 2832, 5, '', 'Abigail Riley', '493 Dean Drive', 'Kennett Square', 'PA', '19348', 'US', '4844679759', '30.00', '0', '', 0, '', '30', '', 'Mastercard', 'XXXXXXXXXXXX3805', '03', '2015', 'success', 'payflowpro', 'live', 'EQCPA39F4B1E', '', '2013-12-23 18:42:13', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (143, '1DEEE57BFF', '0236dd7e43aadd4ef47dbede6ba8bb40', 2833, 2, '', 'Elizabeth Bates', '8790 Sunridge Drive', 'Sandy', 'Utah', '84093', 'US', '8015417102', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX4729', '01', '2017', 'success', 'payflowpro', 'live', 'ESHPB301F627', '', '2013-12-24 14:44:56', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (144, 'D67FF92A54', '8ca18dcb93bcd1626a91e5ea28798898', 2834, 1, '', 'Amy Botke', '2235 E. Pratt St.', 'Baltimore', 'MD', '21231', 'US', '5702360558', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5234', '05', '2014', 'success', 'payflowpro', 'live', 'ELCPA534DE1B', '', '2013-12-24 14:49:13', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (145, '826C1E938D', '57c5591373ec9461f30b7225861a8ce8', 2835, 1, '', 'Debra Benson', '11753 N Monterra Vista Dr', 'Tucson', 'AZ', '85737', 'US', '520793459', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5121', '01', '2014', 'success', 'payflowpro', 'live', 'ETYPB505CE54', '', '2013-12-25 09:24:20', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (146, 'D5C10A8D36', 'f3ba5cff0756a5a2b0e33110c5fe1fe0', 2836, 2, '', 'Mollee Sullivan', '10368 Settle Rd', 'santee', 'California', '92071', 'US', '6192491741', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX7619', '02', '2015', 'success', 'payflowpro', 'live', 'ESJPB30C0F63', '', '2013-12-25 12:21:11', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (147, 'BB7345D74F', '17b615e8937e395aae61a9f166e5ce6c', 449, 3, '', 'Chantelle Edwards', '46 Gray Ave.', 'Saskatoon', 'SK', 'S7N 3Y8', 'CA', '13062620979', '55.00', '0', '', 0, '', '55', '', 'Mastercard', 'XXXXXXXXXXXX3964', '01', '2017', 'success', 'payflowpro', 'live', 'EUYPB47D4D20', '', '2013-12-25 17:21:24', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (148, 'AFBAF1FA6F', '1e9a086f3b45ccbc618328a19946b531', 2002, 1, '', 'Michelle Medina', '833 Revere Ave.', 'Bronx', 'NY', '10465', 'US', '9174681249', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX3760', '04', '2016', 'success', 'payflowpro', 'live', 'ETHPB50AC404', '', '2013-12-25 20:43:16', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (149, '75CB592D4B', '9098dc127b64c8702c15ac97c6a83dd0', 2837, 5, '', 'Kimberly Chavez', 'P.O. Box 980', 'Jefferson', 'OR', '97352', 'US', '5037794751', '30.00', '0', '', 0, '', '30', '', 'Discover', 'XXXXXXXXXXXX5060', '06', '2016', 'success', 'payflowpro', 'live', 'ERCPA3C46956', '', '2013-12-26 01:13:08', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (150, 'E9F1EFE6E8', 'fabcbb93b93dc52288c2a7b3bcf75436', 2660, 2, '', 'Wendy Novini', '2425 20th Street SE', 'Payallup', 'WA', '98374', 'USA', '', '40', '', '', 0, '', '40', 'Square', '', '', '', '', 'success', 'check', 'live', '', '', '2013-12-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (151, '6F7F02F0C1', '883fe438a2dbdea56513a54f3d300541', 2838, 2, '', 'Alyssa Rice', '1769 N 1880 W', 'Provo', 'Utah', '84604', 'US', '8012287437', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX3147', '04', '2016', 'success', 'payflowpro', 'live', 'ESJPB3187366', '', '2013-12-26 13:30:16', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (152, 'F41C523135', 'b92b76dbcb252f16ad278c9cbf8da327', 2839, 2, '', 'Mirella Hetland', '1314 E. Ionia St.', 'Meridian', 'Idaho', '83642', 'US', '2088547277', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX4711', '08', '2016', 'success', 'payflowpro', 'live', 'EQFPA3CB7C46', '', '2013-12-27 08:50:20', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (153, '29F3C20761', 'f2ca55799b961082023911bb45944736', 2840, 13, '', 'Waclaw Lupa', '545 west street', 'Ludlow', 'Ma', '01056', 'US', '4135899883', '150.00', '0', '', 0, '', '150', '', 'Visa', 'XXXXXXXXXXXX7708', '12', '2015', 'success', 'payflowpro', 'live', 'ETJPB51E7566', '', '2013-12-27 08:58:17', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (154, '20B136D6CA', '3a959d1f5084f94e9e9d4eabf4249913', 2841, 5, '', 'Amber Simpson', '3410 Nw 91St St Apt 108', 'Gainesville', 'Florida', '32606', 'US', '4197691290', '30.00', '0', '', 0, '', '30', '', 'Mastercard', 'XXXXXXXXXXXX7946', '02', '2016', 'success', 'payflowpro', 'live', 'ESYPB32952EC', '', '2013-12-27 17:46:42', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (155, '2859CCCF49', '5597fc13097b3df4737f27cb4ef8ea7a', 2842, 5, '', 'Mallory Abel', '105 Greeley Circle', 'Liverpool', 'NY', '13090', 'US', '3157515061', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX5201', '09', '2014', 'success', 'payflowpro', 'live', 'ESYPB32A954B', '', '2013-12-27 19:40:38', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (156, '2378101B82', '7b8d0e52467cb0a30dab0413642d1427', 2843, 3, '', 'Jennifer Godwin', '140 Braxton Pl SW', 'Calgary', 'Alberta', 'T2W 1C8', 'CA', '4038361089', '55.00', '0', '', 0, '', '55', '', 'Visa', 'XXXXXXXXXXXX9390', '11', '2017', 'success', 'payflowpro', 'live', 'ESJPB32A9AAA', '', '2013-12-27 19:42:39', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (157, '3C05FE5D82', 'ec9ce010dca949161483d65ddf94a7b2', 1199, 1, '', 'Jessica Creasy', '1301 Florida Ave', 'Little Rock', 'AR', '72207', 'US', '5014420027', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX5262', '06', '2014', 'success', 'payflowpro', 'live', 'EPCPA383ECB7', '', '2013-12-28 09:55:50', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (158, 'FB1691FE25', '2e1cab308f9f38644144d95136d0c590', 2844, 1, '', 'Samantha Clark', '10483 Longwood Drive', 'Seminole', 'FL', '33777', 'US', '9143939068', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8836', '08', '2015', 'success', 'payflowpro', 'live', 'ERCPA3F13A18', '', '2013-12-29 13:08:02', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (159, '938B0FF359', '2c51fffbb2b6a41219dddee9b1bfd977', 2845, 1, '', 'Rachael Campbell', '5702 Kyla Dr', 'Greensboro', 'NC', '27455', 'US', '8153029690', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5101', '10', '2014', 'success', 'payflowpro', 'live', 'EPCPA394367B', '', '2013-12-29 19:02:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (160, 'F5871B2FC5', '0b647a0502b02029da00d3cebfb0245c', 396, 1, '', 'Carly Barron', '100 E Centre Street Apt D', 'Baltimore', 'MD', '21202', 'US', '4109609307', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6436', '02', '2016', 'success', 'payflowpro', 'live', 'EQFPA3E9ED54', '', '2013-12-29 19:05:56', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (161, '26BCF6D302', '69d400684d7aaa1a1fadd0dea6586699', 937, 1, '', 'Grace M. Porreca', '4346 W. Point Loma Blvd. Apt E', 'San Diego', 'CA', '92107', 'US', '6195481232', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8345', '08', '2016', 'success', 'payflowpro', 'live', 'ETJPB5463B33', '', '2013-12-30 10:34:01', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (162, 'A3719734F4', '053017ecd34b99d5fe4143d15981328a', 1768, 1, '', 'Lori Clarke', '204 Ashley Nicole Ct.', 'Swansboro', 'NC', '28584', 'US', '7177567915', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5685', '10', '2015', 'success', 'payflowpro', 'live', 'EPFPA3A0507B', '', '2013-12-30 13:54:39', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (163, 'BA0B25E618', 'f58e529d27155ae0d9b23fa5e0503f24', 2248, 5, '', 'Robin Abrams', '1509 W Briarwood Ave', 'Littleton', 'CO', '80120', 'US', '3039081206', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX4506', '09', '2014', 'success', 'payflowpro', 'live', 'EUJPB4BD57E2', '', '2013-12-30 14:32:10', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (164, '05957C31EF', 'e90800f50967fe0b8432f2d0167bf13f', 605, 1, '', 'Danielle Balaguer', 'PO Box 128', 'Sassamansville', 'PA', '19472', 'US', '2153547282', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0634', '04', '2015', 'success', 'payflowpro', 'live', 'ERCPA401A1A2', '', '2013-12-30 15:15:44', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (165, 'B5306072DA', 'bf4377fa6eb1aeea0892a51f7f956cbd', 2846, 5, '', 'Allison Trout', '12398 SW Center St Apt 141', 'Beaverton', 'Oregon', '97005', 'US', '3605400385', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX7091', '08', '2014', 'success', 'payflowpro', 'live', 'EXYPB5721BE7', '', '2013-12-30 19:59:52', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (166, 'DCCB1E79E7', '845d04ffd2e791b9111a411117477e9f', 875, 1, '', 'Erin S. Jones', '1170 S. Blair St.', 'Salt Lake City', 'UT', '84111-4740', 'US', '8014409665', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4201', '03', '2016', 'success', 'payflowpro', 'live', 'EXHPB57390A7', '', '2013-12-30 22:58:07', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (167, '387DAE668C', '2ecca066a5124b2c559e662d9f5accdf', 802, 2, '', 'Elizabeth Thibodeaux', '6051 W. Breezeway Dr.', 'N. Ridgeville', 'OH', '44039', 'US', '2169066512', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX5949', '02', '2016', 'success', 'payflowpro', 'live', 'EPEPA3A96E04', '', '2013-12-31 07:09:01', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (168, '3CBCFFCD05', '83fc768082a17e8d20e5cf733cc23690', 0, 13, '', 'Kent Yamaguchi', '1801 E. Chestnut Avenue', 'Santa Ana', 'CA', '92701-5001', 'USA', '', '150', '', '', 0, '', '150', 'Square', '', '', '', '', 'success', 'check', 'live', '', '', '2013-12-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (169, 'E18EC788B2', 'f15cf0b43e7f08478bd84d0585835513', 0, 13, '', 'Tanya Peterson', '1 Zoo Road', 'San Francisco', 'CA', '94132-1098', 'USA', '', '150', '', '', 0, '', '150', 'Square', '', '', '', '', 'success', 'check', 'live', '', '', '2013-12-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (170, 'FC6BF77990', 'a9c937acfb223ce499e816ca006e133f', 1608, 1, '', 'Larry Sammarco', '32479 Strigel Ct.', 'Temecula', 'CA', '92592-1143', 'US', '9513021567', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9224', '10', '2015', 'success', 'payflowpro', 'live', 'EXJPB57EC237', '', '2013-12-31 18:08:22', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (171, 'C3B31F31F9', '32d6db5e93dc6db44441858d0065d960', 2235, 1, '', 'Rita Huang', '5506 Round Rock Road', 'Garland', 'TX', '75044', 'US', '4693631193', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6746', '03', '2015', 'success', 'payflowpro', 'live', 'EQFPA4066B70', '', '2013-12-31 18:21:11', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (172, 'C1A698CE13', 'c02b0926a44e59c18d8a0e4b3c3a1a50', 2169, 2, '', 'Rachel Miller', '2225 23rd St. Apt 405', 'San Francisco', 'CA', '94107', 'US', '4152254678', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX2569', '09', '2016', 'success', 'payflowpro', 'live', 'EXYPB57F09C7', '', '2013-12-31 18:40:39', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (173, '3F4496A5FA', '65a436b10c9dd15472b2f22a6b683bb3', 2849, 5, '', 'Linda Uyeda', '20924 81st Place West', 'Edmonds', 'WA', '98026', 'US', '4252733625', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX9307', '02', '2016', 'success', 'payflowpro', 'live', 'EPEPA3B239A8', '', '2013-12-31 21:09:56', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (174, '2EED6DC56D', '95733353631c1d360ed405e7d419e72a', 2850, 5, '', 'Catherine Grover', '7245 Madison Village Court', 'Indianapolis', 'IN', '46227', 'US', '3178530614', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX4577', '11', '2015', 'success', 'payflowpro', 'live', 'ELEPA5947023', '', '2014-01-01 00:40:24', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (175, 'EBA4E8405D', '660dc2bef267b9ce32ea9496099bfd45', 2458, 2, '', 'Stephanie Miner', '917 Mull Ave. Unit PH2', 'Akron', 'OH', '44313', 'US', '6073161481', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX3288', '11', '2016', 'success', 'payflowpro', 'live', 'ETYPB56086CE', '', '2014-01-01 06:15:58', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (176, '21B428C866', 'e32d5da6dfaebf4372b3861a75e0a8b0', 2851, 2, '', 'Elizabeth Herrelko', '3100 Connecticut Ave NW Apt 101', 'Washington', 'DC', '20008', 'US', '2022039028', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX9631', '07', '2015', 'success', 'payflowpro', 'live', 'EUYPB4D65E6D', '', '2014-01-01 09:26:41', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (177, '251097BBE7', '645d9dd9236d09b38d65f49b13c39515', 2251, 1, '', 'Robin Sutker', '502 E. 73rd Apt 2A', 'New York', 'NY', '10021-4083', 'US', '5166584607', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9869', '08', '2014', 'success', 'payflowpro', 'live', 'EXJPB58B70F2', '', '2014-01-01 16:14:17', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (178, '01DD741DCC', '37f0086d23104568fdba58a1a991976a', 2187, 1, '', 'Reagan Quarg', '564 Drum point road', 'Brick', 'NJ', '08723', 'US', '9083099635', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2315', '11', '2016', 'success', 'payflowpro', 'live', 'ESYPB36AE502', '', '2014-01-01 16:28:59', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (179, '2CC668D371', '6daa41b42e4fee9663b8aad8cfa8d6bd', 1540, 5, '', 'Kimberly McMunn', 'P.O. Box 53', 'Dayton', 'IN', '47941', 'US', '7655326889', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX0006', '04', '2017', 'success', 'payflowpro', 'live', 'EUJPB4DB9937', '', '2014-01-01 19:23:51', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (180, '2AC0DDAD48', '638efa6ba989937c4c24b1281277ba0e', 2852, 5, '', 'Kristen Turner', '18024 161st Court SE', 'Renton', 'WA - Washington', '98058', 'US', '4252489262', '30.00', '0', '', 0, '', '30', '', 'Mastercard', 'XXXXXXXXXXXX8052', '02', '2017', 'success', 'payflowpro', 'live', 'EREPA421ACF2', '', '2014-01-02 00:00:44', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (181, '1A45E6C35E', '8a2bd19a94912b5d208161ab799c3895', 2853, 9, '', 'Francesca Bandoli', 'Via 4 Novembre 115', 'Montale', 'Pistoia', '51100', 'IT', '3891111128', '55.00', '0', '', 0, '', '55', '', 'Visa', 'XXXXXXXXXXXX4016', '04', '2015', 'success', 'payflowpro', 'live', 'EUHPB4E3EB76', '', '2014-01-02 09:12:07', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (182, '380B93E264', '4c985efeb00027c881772b9508b0eba2', 2854, 2, '', 'Amanda Worthington', '8380 Langshire way', 'Fort Myers', 'FL', '33912', 'US', '6514708877', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX3015', '01', '2015', 'success', 'payflowpro', 'live', 'EQCPA41E0E1D', '', '2014-01-02 10:30:24', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (183, '4413A7BE4C', '2db786f0bf74634d0aace570dd807558', 2855, 1, '', 'Bridget Weidner', '1904 D Shades Cliff Terrace', 'Birmingham', 'Alabama', '35216', 'US', '6164817343', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6186', '03', '2014', 'success', 'payflowpro', 'live', 'EUHPB4E5AF80', '', '2014-01-02 11:20:12', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (184, '284DEC4AF0', 'de81f31cf4f08926d6bba6c2456549aa', 2856, 1, '', 'Lauren Stanton', '18684 Queen Elizabeth Drive', 'Brookeville', 'Maryland', '20833', 'US', '3015704240', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1351', '04', '2015', 'success', 'payflowpro', 'live', 'EUYPB4E69CFB', '', '2014-01-02 12:37:49', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (185, 'D2308FB6A8', 'ecf18722e9f3c1af19ac9418d1bbcf41', 2857, 5, '', 'Lindsey Gray', '10658 Charrette Drive', 'Affton', 'Missouri', '63123', 'US', '3147070548', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX2863', '04', '2016', 'success', 'payflowpro', 'live', 'EXJPB59920D1', '', '2014-01-02 13:59:07', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (186, '5234CC0560', 'dad8e25f73012323d156af90544ea726', 2858, 2, '', 'Tamlyn Sapp', '13923 Ash Way', 'Lynnwood', 'Washington', '98087', 'US', '4252185831', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX9932', '10', '2014', 'success', 'payflowpro', 'live', 'EUHPB4E7AA39', '', '2014-01-02 14:06:47', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (187, 'AF21EF4100', '44c9251ebaabacf8e2f945707a0fbf10', 858, 1, '', 'Erin Fenstermaker', '101 Lockeport Circle', 'Lafayette', 'LA', '70508', 'US', '3372980112', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0626', '05', '2016', 'success', 'payflowpro', 'live', 'ESHPB378D96A', '', '2014-01-02 14:36:02', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (188, '6F1B766DE2', '1edf6f37ff1a8f4e10814535ce220d10', 2482, 1, '', 'Steve Tirotta', '3339 Panorama Dr.', 'Morro Bay', 'CA', '93442', 'US', '8057048756', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2944', '05', '2015', 'success', 'payflowpro', 'live', 'EQEPA421929B', '', '2014-01-02 15:14:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (189, '3A227633E1', 'eb0c26676bae6d022d53d864940f51d8', 2859, 2, '', 'Zac Foster', '1045 Harbourne Street', 'Colorado Springs', 'CO', '80911', 'US', '7192878565', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX3361', '05', '2015', 'success', 'payflowpro', 'live', 'ETJPB576A850', '', '2014-01-02 18:24:05', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (190, 'D78541F91B', '2d9590cba746d7d8b3e24bcd3db5e359', 2860, 2, '', 'Stephanie Hnidka', '211 Gateside Court', 'Gahanna', 'OH', '43230', 'US', '6142043718', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX4587', '12', '2014', 'success', 'payflowpro', 'live', 'ETJPB57725C2', '', '2014-01-02 19:13:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (191, '316D8D9A5E', 'ee6d0fce4d2d3c7aa1ae5119172f7781', 2861, 2, '', 'Hilary Wright', '2800 S. Nickelplate St.', 'Louisville', 'OH', '44641', 'US', '3303093883', '40.00', '0', '', 0, '', '40', '', 'Discover', 'XXXXXXXXXXXX4197', '07', '2015', 'success', 'payflowpro', 'live', 'ELFPA5AFAADA', '', '2014-01-02 20:22:45', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (192, 'FDFCC07CC4', '1ea29906a0e3f8ce20dfcdf65b819b3f', 529, 1, '', 'Cindy Cupps', '6056 River Rd.', 'Radnor', 'OH', '43066-9755', 'US', '9375788265', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1578', '11', '2016', 'success', 'payflowpro', 'live', 'ETHPB57E3B3E', '', '2014-01-03 06:47:39', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (193, 'E6D81372BD', '908fcb35dc7399389785cdc9ca417327', 2862, 1, '', 'Ginger Paschall', '1553 Lemoyne st', 'Los angeles', 'Ca', '90026', 'US', '2134539351', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0603', '09', '2016', 'success', 'payflowpro', 'live', 'EUYPB4F795F8', '', '2014-01-03 14:18:49', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (194, 'C986D016F0', '5544e42d3b1e12f849f325f89d57af41', 2863, 5, '', 'Brooke Kramer', '1000 SW 62nd Blvd. APT 124', 'Gainesville', 'Florida', '32607', 'US', '7177157712', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX0760', '04', '2015', 'success', 'payflowpro', 'live', 'EPFPA3DEC927', '', '2014-01-03 19:11:23', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (195, '6B2131EAEE', 'a47a3ed19d74a1cae6179b6e66f2ca2a', 1324, 1, '', 'Joy Kotheimer', '5975 Portside Dr.', 'Hilliard', 'OH', '43026', 'US', '6148933859', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3378', '05', '2016', 'success', 'payflowpro', 'live', 'EQCPA434C749', '', '2014-01-03 19:54:12', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (196, '891AA56CC4', '56701e836c84545b7d7c7be782b5378e', 534, 1, '', 'Cindy B. Maur', '47-38 44th St. Apt 2F', 'Woodside', 'NY', '11377', 'US', '9173995180', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX0653', '02', '2014', 'success', 'payflowpro', 'live', 'ERCPA4460AEF', '', '2014-01-04 09:42:51', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (197, '633E097EB5', 'df429689fc36d8f60382b35acbecd9f0', 3343, 1, '', 'Ashley Hicks', '1319 Ivy Lane Apt 104', 'Naperville', 'IL', '60563', 'US', '6307156453', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2088', '10', '2015', 'success', 'payflowpro', 'live', 'ELFPA5C933C9', '', '2014-01-04 15:10:37', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (198, '8216C38FB4', '0f686358b255633ee3d01d1de4d06e3a', 3398, 5, '', 'Mary Ellen Petraska', '242 109th street ocean', 'Marathon', 'FL', '33050', 'US', '3053930392', '30.00', '0', '', 0, '', '30', '', 'Mastercard', 'XXXXXXXXXXXX0631', '05', '2016', 'success', 'payflowpro', 'live', 'ETJPB591A819', '', '2014-01-04 15:47:07', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (199, '1DB942E73A', '1f4957ca476ebb5c721df8c66a4e049a', 5345, 2, '', 'Mona Emory', '108 Sonoma Valley Drive', 'Cary', 'NC', '27518', 'US', '9196296333', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX4241', '11', '2014', 'success', 'payflowpro', 'live', 'EUYPB50D92FF', '', '2014-01-05 07:19:47', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (200, 'C50E3D2B4C', 'e9e518ee2213fc8694f6416d76e9c0a5', 5443, 5, '', 'Martha Baier', '8742 Foxhall Terrace', 'Fairfax Station', 'VA', '22039', 'US', '7033508321', '30.00', '0', '', 0, '', '30', '', 'Mastercard', 'XXXXXXXXXXXX5929', '01', '2015', 'success', 'payflowpro', 'live', 'EXHPB5BF9092', '', '2014-01-05 08:21:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (201, '00ED5396C7', 'cf94f648f0d29c4b7414ee19c4c362ff', 1382, 2, '', 'Karen Tabor', '1485 St. Charles Ave.', 'Lakewood', 'OH', '44107', 'US', '2162280644', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX9564', '01', '2015', 'success', 'payflowpro', 'live', 'EUJPB50F3962', '', '2014-01-05 11:01:42', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (202, 'B31F83474B', 'bc6950589a419aaff66542b564a353db', 6322, 5, '', 'Jayden Roth', '3410 NW 91st Apt. 17C', 'Gainesville', 'Florida', '32606', 'US', '4026418887', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX6670', '08', '2017', 'success', 'payflowpro', 'live', 'ERFPA454738D', '', '2014-01-05 13:55:47', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (203, 'F5229FE53F', '217b17398c4c5e686de16e4265285a19', 6568, 1, '', 'Katie Alexander', '1363 Mesker Park Drive Apt. D', 'Evansville', 'IN', '47720', 'US', '8124534874', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3749', '05', '2015', 'success', 'payflowpro', 'live', 'ELFPA5D5E6DE', '', '2014-01-05 16:09:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (204, '26D4E347DB', '90b95d18df74d374bde7a9e7d54bf50b', 1207, 1, '', 'Jessica Meehan', '940 S. Logan St.', 'Denver', 'CO', '80209', 'US', '3032496095', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4726', '12', '2015', 'success', 'payflowpro', 'live', 'EREPA45DE81F', '', '2014-01-06 07:16:39', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (205, '52C8ED0FC3', 'a4086ab6e35c7df74654bdbfcae9cb92', 12050, 5, '', 'Christina Pavia', '10 Stonehenge Dr', 'Ocean', 'New Jersey', '07712', 'US', '7324892341', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX3028', '08', '2015', 'success', 'payflowpro', 'live', 'EPCPA3FF628F', '', '2014-01-06 09:39:21', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (206, '318717525F', '4d7d68d187caedfddf5ba214874110be', 12697, 1, '', 'Chris Hitchener', '1000 Elmwood Ave', 'Providence', 'Rhode Island', '02907', 'US', '4017853510', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4024', '05', '2016', 'success', 'payflowpro', 'live', 'EREPA462122E', '', '2014-01-06 12:52:46', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (207, '9DA07AC273', 'c8f28f9142c6506ed217aa1d4a215b20', 2145, 1, '', 'Peggy Hoppe', '3812 Berview Ln.', 'St. Louis', 'MO', '63125', 'US', '3143293939', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8312', '04', '2015', 'success', 'payflowpro', 'live', 'EUHPB51FF726', '', '2014-01-06 15:07:56', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (208, '499D3429EF', 'a5fee41c2c4aa763bde76588058b81b8', 0, 2, '', 'Mari McGovern', '7522 Glencoe Ave.', 'Brooklyn', 'NY', '44144', 'USA', '', '40', '', '', 0, '', '40', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (209, '83321DC5E1', 'a5fee41c2c4aa763bde76588058b81b8', 0, 1, '', 'Michael D. Brown', '400 Dias Creek Road', 'Cape May County Court House', 'NJ', '08210-2073', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (210, '809D9E5F62', 'a5fee41c2c4aa763bde76588058b81b8', 0, 7, '', 'Verla Atkins', '11063 Fowler Road', 'Atascosa', 'TX', '78002', 'USA', '8307093215', '70', '', '', 0, '', '70', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (211, '714BD2DC99', 'a5fee41c2c4aa763bde76588058b81b8', 0, 1, '', 'Lynne Cataldo', 'PM115 8711 E. Pinnacle Peak Road', 'Scottsdale', 'AZ', '85255', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (212, 'D0C61A38E0', '7b26a0078318f71e3b5455b9a842fcd9', 15388, 5, '', 'Shawn Bell', 'Oregon State University 677 West Complex', 'Corvallis', 'OR', '97801', 'US', '6052545810', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX1948', '06', '2014', 'success', 'payflowpro', 'live', 'EXHPB5D36422', '', '2014-01-06 17:47:08', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (213, 'B7D8B1619B', '26f4885de23c24bf53840556f123aae3', 24840, 1, '', 'Christa Klein', '1649 Columbus Rd', 'West Sacramento', 'California', '95691', 'US', '6612090666', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5573', '07', '2015', 'success', 'payflowpro', 'live', 'EXJPB5DE1622', '', '2014-01-07 12:00:09', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (214, '3A90488363', '44bd56b160a004448f2c28cc5a824662', 25153, 1, '', 'Kathryn O\'Connell', '3401 S. 96th St.', 'Milwaukee', 'WI', '53227', 'US', '4147321557', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8946', '08', '2015', 'success', 'payflowpro', 'live', 'EQEPA466A193', '', '2014-01-07 13:32:40', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (215, '9061BE7233', '2f5c9760da16434eb8a33f02995c3117', 25252, 1, '', 'Erina Waller-Weissman', '4430 Jewell Street #203', 'San Diego', 'California', '92109', 'US', '5166728069', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0983', '09', '2015', 'success', 'payflowpro', 'live', 'EUJPB52DC47C', '', '2014-01-07 13:53:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (216, '3DD4F42B0C', '1d3b3043743ce4bff42795e572c0c7ff', 2191, 1, '', 'Rebecca Sturges', '1365 Pontiac St.', 'Denver', 'CO', '80220', 'US', '7326709036', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8433', '02', '2016', 'success', 'payflowpro', 'live', 'EUYPB52EAEA2', '', '2014-01-07 15:14:24', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (217, '71C1AF4E88', '6a37f089761333e26ecdef348d46c385', 0, 1, '', 'Christine Dear', '114 Shevrondale lane', 'Simpsonville', 'SC', '29680', 'USA', '', '45', '', '', 0, '', '45', 'Check', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-07 00:00:00', '', '', 'Corporate Check') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (218, 'D0623CB9E9', '6a37f089761333e26ecdef348d46c385', 0, 1, '', 'Jacyln Lorge', '104 Hudson Farm Road', 'Greer', 'SC', '29650', 'USA', '', '0', '', '', 0, '', '45', 'Check', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-07 00:00:00', '', '', 'Corporate Check') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (219, '5C273928FD', '3185b5c527494d2614efe8b955e0da7f', 25982, 1, '', 'Corrine Steever', 'Denver Zoo - GAH 2300 Steele street', 'Denver', 'CO', '80205', 'US', '3202672282', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7012', '09', '2016', 'success', 'payflowpro', 'live', 'ESHPB3C0D45D', '', '2014-01-07 17:20:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (220, '4F06496BE9', '199e698174fe2e00d353be230548c6c6', 2658, 1, '', 'Wendi Mello', '935 N. Alder St.', 'Tacoma', 'WA', '98406', 'US', '2536275891', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX3732', '06', '2015', 'success', 'payflowpro', 'live', 'ELEPA5F3E351', '', '2014-01-07 17:21:40', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (221, '42EDA124C9', '3972916bef688fa0fb27d1a464d14c47', 26052, 1, '', 'Jillian Cornoni', '4800 Woodlake Dr NE Apt 202', 'Palm Bay', 'Florida', '32905', 'US', '5085602410', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7658', '11', '2016', 'success', 'payflowpro', 'live', 'EUYPB5305549', '', '2014-01-07 17:50:07', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (222, 'C7E4AC6C87', '84a0fcc1afca39920827d72ee8c3e728', 0, 1, '', 'Jennifer Stahl', '104 Hudson Farm Road', 'Greer', 'SC', '29650', 'United States', '', '45', '', '', 0, '', '45', 'Check', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-08 00:00:00', '', '', 'Corporate Check') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (223, 'AF584FAEEE', '84a0fcc1afca39920827d72ee8c3e728', 0, 2, '', 'Sarah Schwenzer', '357 Hillandale Apt 243', 'Greenvile', 'SC', '29609', 'USA', '', '40', '', '', 0, '', '40', 'check', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-08 00:00:00', '', '', 'Corporate Check') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (224, 'AF62B1BF1D', '84a0fcc1afca39920827d72ee8c3e728', 0, 1, '', 'Gregory Garcia', '104 Hudson Farm Road', 'Greer', 'SC', '29650', 'United States', '', '45', '', '45', 0, '', '45', 'Check', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-08 00:00:00', '', '', 'Corporate Check') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (225, '1C5D0F6E63', '84a0fcc1afca39920827d72ee8c3e728', 0, 2, '', 'Amanda Watson', '212 Biddeford Place', 'Greenville', 'SC', '29609', 'USA', '', '40', '', '', 0, '', '40', 'Check', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-08 00:00:00', '', '', 'Corporate Check') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (226, '22EEC240DD', '84a0fcc1afca39920827d72ee8c3e728', 0, 1, '', 'Julie Schmidt', '1013 Crestmont Way', 'Greenville', 'SC', '29615', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-08 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (227, 'C9930D80EE', '84a0fcc1afca39920827d72ee8c3e728', 0, 1, '', 'John Ben Cooper', '108 Wardlaw Street', 'Greenville', 'SC', '29601', 'USA', '', '45', '', '', 0, '', '45', 'Check', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-08 00:00:00', '', '', 'Corporate Check') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (228, '1542CBB0B7', '84a0fcc1afca39920827d72ee8c3e728', 0, 1, '', 'Barbara Foster', '301 Emily Lane', 'Piedmont', 'SC', '29673', 'USA', '', '45', '', '', 0, '', '45', 'Check', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-08 00:00:00', '', '', 'Corporate Check') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (229, '5F9F2B5782', 'f6d0f30acfe1d85d842c5381e8ba4ed5', 31937, 3, '', 'Sophie Dumont', '850 route 202', 'Hemmingford', 'Québec', 'J0L 1H0', 'CA', '4502472727', '55.00', '0', '', 0, '', '55', '', 'Visa', 'XXXXXXXXXXXX1378', '05', '2016', 'success', 'payflowpro', 'live', 'EQCPA474D944', '', '2014-01-08 12:46:10', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (230, 'C92DF1EB79', 'bf758c213099ad76ef8b9d755f3a2550', 1665, 1, '', 'Leanne Blinco', '629 Cherry Laurel St.', 'Minneola', 'FL', '34715', 'US', '4076250908', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2897', '07', '2015', 'success', 'payflowpro', 'live', 'EQCPA4756995', '', '2014-01-08 13:39:22', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (231, 'E168AF49D4', '2117c3b139bf95bfe88ad0beaac7af7a', 763, 1, '', 'Drew Dinehart', '430B Nancy Ln. Apt 90', 'Pulaski', 'WI', '54162', 'US', '9896432132', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8375', '02', '2015', 'success', 'payflowpro', 'live', 'EXJPB5F04F14', '', '2014-01-08 17:39:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (232, '6F38D6E4C0', '20a4337a364f06491f0e19663588aa93', 33011, 1, '', 'Michael Bona', '18209 Sierra Hwy #31', 'Canyon Country', 'California', '91351', 'US', '8184706012', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7880', '01', '2017', 'success', 'payflowpro', 'live', 'ETYPB5CB9FDF', '', '2014-01-08 19:02:07', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (233, 'D9F8B23C45', '5e09dcd119dc13404077b79d0f25cdb4', 33215, 1, '', 'Andrew Poole', '2000 Crystal Springs Rd #2511', 'San Bruno', 'CA', '94066', 'US', '2082060397', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3431', '01', '2017', 'success', 'payflowpro', 'live', 'EQCPA4797A8C', '', '2014-01-08 20:20:17', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (234, '66F3535403', 'bf1eb16417b73ad7e61e2c565581e3d3', 33239, 2, '', 'Kelsey Barker', '270 Larkwood Street', 'Anaheim Hills', 'CA', '92808', 'US', '7143237709', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX4193', '03', '2015', 'success', 'payflowpro', 'live', 'ELFPA6044A21', '', '2014-01-08 20:25:23', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (235, 'BDFF4520E7', 'ffc70139e313340b5e13dbd4b5248b73', 2333, 1, '', 'Sarah Ksiazek', '2802 N. Carroll Ave. #2204', 'Dallas', 'TX', '75204', 'US', '6785165146', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9599', '09', '2017', 'success', 'payflowpro', 'live', 'EPEPA423F2AC', '', '2014-01-08 20:36:56', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (236, '69F3CEEEA4', 'c04bf321d621f639d283955c391d6442', 35081, 5, '', 'Amy Trousdale', '5530 County Road 47', 'Florence', 'Alabama', '35634', 'US', '2566277668', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX8541', '08', '2015', 'success', 'payflowpro', 'live', 'ETHPB5D1B045', '', '2014-01-09 07:41:08', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (237, 'A6C0A2595C', '232fa2668875f10d5242be2c51f2adc1', 35721, 1, '', 'Tiffany Mayo', '4422 west 227th', 'fairview park', 'ohio', '44126', 'US', '4406689881', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9433', '10', '2014', 'success', 'payflowpro', 'live', 'ETYPB5D43F21', '', '2014-01-09 11:16:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (238, '63FCDB3712', '6605d58b63c2233bd6c14cd590165c03', 35778, 1, '', 'Brianna Duff', '3810 South 13th Street, Apt # 18', 'Omaha', 'NE', '68107', 'US', '7244627300', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2872', '05', '2016', 'success', 'payflowpro', 'live', 'ETJPB5D48BE5', '', '2014-01-09 11:40:51', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (239, '23E88A33B2', 'c670d1cf9328ccc6db567fd2693edd5b', 0, 1, '', 'Jennifer von Dohlen', '5122 Edmondson Pike', 'Nashville', 'TN', '37211', 'USA', '', '0', '', '', 0, '', '0', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-09 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (240, '0176DDA4E3', '6bb5eb38002289c73171002b09113895', 633, 2, '', 'David Kleven', '7151 Cedar Lake Rd.', 'Aubrey', 'TX', '76227', 'US', '9403659741', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX8465', '02', '2015', 'success', 'payflowpro', 'live', 'EQEPA484EE83', '', '2014-01-09 15:45:36', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (241, 'DEEB978761', '5c239c012c3be05e31647486ca199d03', 1522, 2, '', 'Kim Blaquera', '20230 Summit View Ct.', 'Canyon Country', 'CA', '91351', 'US', '6618160403', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX9464', '02', '2015', 'success', 'payflowpro', 'live', 'EUHPB54BC4C0', '', '2014-01-09 16:32:57', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (242, 'BD1D1E0672', '96c7a132cfa806e370e10f3de57e0bbe', 1429, 2, '', 'Kathleen Juliano', '3333 Gross St.', 'Eureka', 'CA', '95503', 'US', '7075020066', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX2914', '12', '2015', 'success', 'payflowpro', 'live', 'EUJPB54C0698', '', '2014-01-09 16:59:07', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (243, '3C8ED8A3DF', '56e88a12d6e74859c2955cc7f7528adf', 36993, 1, '', 'Justin Thompson', '1919 E. 2nd St. Apt. 193', 'Edmond', 'OK', '73034', 'US', '4056397277', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8169', '07', '2014', 'success', 'payflowpro', 'live', 'ESYPB3DE0ECF', '', '2014-01-09 19:03:55', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (244, '85E600CF2B', 'd4644e8b5e4a2902b3f87fe799db1f73', 37248, 2, '', 'Kat Halsey', '749 Solano Avenue', 'Los Angeles', 'CA', '90012', 'US', '2133210251', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX9593', '09', '2016', 'success', 'payflowpro', 'live', 'EPCPA431C65F', '', '2014-01-09 20:01:12', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (245, '49423E52CF', 'ab2f23eee222aff14376e389eb011e0d', 38990, 2, '', 'Heather Anderson', '3132 Ironhorse Drive', 'Lake Ridge', 'Virginia', '22192', 'US', '7024971275', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX8877', '07', '2016', 'success', 'payflowpro', 'live', 'ELCPA61A24F4', '', '2014-01-10 09:34:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (246, '53DAA50521', 'adbfa1d14a98ec19062d537078a60acd', 39047, 1, '', 'ANNABELL MARCUM', '9557 winegar rd', 'laingsburg', 'Michigan', '48848', 'US', '9894949964', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2613', '06', '2016', 'success', 'payflowpro', 'live', 'EXYPB6077C63', '', '2014-01-10 09:53:39', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (247, '95C28A01CE', '109cad1a390aca7379fa9f07d23853e9', 432, 1, '', 'Cathleen Wise', '2929 Kenilworth Lane', 'Knoxville', 'TN', '37917-3420', 'US', '8655245243', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0772', '10', '2016', 'success', 'payflowpro', 'live', 'EPFPA43B1391', '', '2014-01-10 11:32:25', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (248, '44FF7610B0', 'b60c2dcbbbedc89b96008b07eb5ccea5', 40978, 4, '', 'Amanda Taylor', '2543 LAKE SHORE BLVD WEST APT. 111', 'ETOBICOKE', 'Ontario', 'M8V 1E9', 'CA', '6478801771', '50.00', '0', '', 0, '', '50', '', 'Visa', 'XXXXXXXXXXXX0439', '10', '2017', 'success', 'payflowpro', 'live', 'EXYPB60E1F68', '', '2014-01-10 20:48:10', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (249, 'E01E361028', '2836ee493ed2f875308814b6f133e02a', 42810, 1, '', 'Sean-Patrick Wallace', '12450 Biscayne Blvd. Apt 1409', 'Jacksonville', 'Florida', '32218', 'US', '8134827442', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2040', '12', '2015', 'success', 'payflowpro', 'live', 'ERCPA4A895D8', '', '2014-01-11 11:46:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (250, 'D52F7EA4E6', '8473a303c945f94c48c238fb5d28a8a8', 42890, 1, '', 'Fred Barnard', '348 Cabrie Lane', 'Davenport', 'FL', '33897', 'US', '8638528054', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX6610', '02', '2016', 'success', 'payflowpro', 'live', 'ETHPB5F0792C', '', '2014-01-11 12:18:55', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (251, '683B9A5172', '983f469852e5039e01283b05aa86038e', 43385, 1, '', 'Ashley Darling', '2908 powhatan ave', 'point pleasant', 'NJ', '08742', 'US', '2018356302', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6059', '02', '2015', 'success', 'payflowpro', 'live', 'ESYPB3F6E721', '', '2014-01-11 15:35:27', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (252, 'F882F4274F', '2c11aa34ec42cd095f69cc9527a99d0b', 43612, 1, '', 'Tomiana DeBellis', '7421 60th St SE', 'Snohomish', 'WA', '98290', 'US', '3609134304', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX7323', '12', '2014', 'success', 'payflowpro', 'live', 'EPFPA44A3A18', '', '2014-01-11 15:54:24', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (253, 'AB1FC40D07', '2f91da85472535ad4db86fe25e6e7c92', 46448, 2, '', 'Jim Tanner', '1407 Balsam', 'Boulder', 'Colorado', '80304', 'US', '3034441165', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX9358', '10', '2016', 'success', 'payflowpro', 'live', 'EPCPA453757E', '', '2014-01-12 11:12:31', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (254, '2D16573F68', 'bb9bc19a52aab4923a5059cf99fd6b89', 46463, 2, '', 'Mary Anne Tanner', '1407 Balsam', 'Boulder', 'Colorado', '80304', 'US', '3034441165', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX4319', '10', '2015', 'success', 'payflowpro', 'live', 'ETYPB5FBE171', '', '2014-01-12 11:16:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (255, '329FDAE1EC', 'f5f3249aefc7d140370c68369c95bd1f', 2233, 1, '', 'Rick Schwartz', 'P.O. Box 120551', 'San Diego', 'CA', '92112', 'US', '6196853291', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX7691', '03', '2014', 'success', 'payflowpro', 'live', 'ELCPA634BD13', '', '2014-01-12 12:48:17', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (256, '16F280C77E', 'f33ed11eb4d9e35ed4b6188d38856036', 47978, 5, '', 'Joyce Godecke', '660 Park Ct', 'Santa Clara', 'CA', '95050', 'US', '4085837488', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX3860', '06', '2016', 'success', 'payflowpro', 'live', 'ERCPA4B7B3CA', '', '2014-01-12 18:42:47', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (257, '6276CA6868', '2e6809fd452c83dabb20919556f4834e', 48668, 1, '', 'Terri Haines', '1245 Morning View Drive #134', 'Escondido', 'CA', '92026', 'US', '9095593039', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3077', '03', '2014', 'success', 'payflowpro', 'live', 'EREPA4B98CB0', '', '2014-01-12 22:37:16', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (258, '1D089EE050', '7a0831e80bb51163893d9f499825160b', 67, 1, '', 'Alison Rouhas', '131 Berendos Ave.', 'Pacifica', 'CA', '94044', 'US', '6197707630', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9258', '10', '2016', 'success', 'payflowpro', 'live', 'ESYPB40D2005', '', '2014-01-13 10:08:11', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (259, '474D2AD05E', '1c4d2112f84a44f738c616abcdc3d9f9', 50413, 1, '', 'Amanda Mayberry', '4305 Euclid Ave.', 'Sacramento', 'CA', '95822', 'US', '9253541074', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9283', '10', '2014', 'success', 'payflowpro', 'live', 'ETJPB6091B60', '', '2014-01-13 11:04:59', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (260, 'AFDC243EBF', '37e4f9952876eab787704f2a9b5dc482', 51061, 1, '', 'John Clark', '7628 Weaver Ave.', 'Maplewood', 'MO', '63143', 'US', '3146440063', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX3662', '10', '2018', 'success', 'payflowpro', 'live', 'EQEPA4B80086', '', '2014-01-13 13:18:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (261, '694546BAEF', 'fcf4407bc7f00f3d3c096f5b330837d8', 51207, 2, '', 'Michael Stern', '1632 Humboldt Street', 'Denver', 'Colorado', '80218', 'US', '6105510332', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX9352', '12', '2016', 'success', 'payflowpro', 'live', 'EPEPA462FEAE', '', '2014-01-13 14:14:41', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (262, '21093F7E30', '3296e1527a33af7d93a25ba29583783f', 51369, 1, '', 'Erich Perry', '52225 Avenida Alvarado', 'La Quinta', 'CA', '92253', 'US', '2067140917', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0686', '05', '2014', 'success', 'payflowpro', 'live', 'ERCPA4C3F6F7', '', '2014-01-13 14:56:50', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (263, 'F04ECAEF4C', 'd920af46ba275ad879aa641a62604760', 53888, 1, '', 'Alexx Bigham', '3717 Mariners Way', 'Lewis Center', 'Ohio', '43035', 'US', '6148321766', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5869', '11', '2015', 'success', 'payflowpro', 'live', 'EREPA4CD9166', '', '2014-01-14 08:39:31', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (264, 'D9BF175DC4', '9ea216f97199938dde84c6fb3fd8d7a2', 54744, 1, '', 'P.J. Kohn', '931 Tecumseh Rd Apt 2C', 'Battle Creek', 'Michigan', '49037', 'US', '2693695507', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0484', '01', '2015', 'success', 'payflowpro', 'live', 'EQFPA4C5E3C9', '', '2014-01-14 12:57:04', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (265, 'E6B6AA9AFA', '426b4feeb9d5e3b865826b9938806554', 54781, 1, '', 'Rachel Mead', '2558 Hirsch Avenue', 'Jacksonville', 'Florida', '32216', 'US', '9045377371', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2040', '12', '2015', 'success', 'payflowpro', 'live', 'ELEPA650CEAF', '', '2014-01-14 13:06:58', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (266, '54291B6F73', '2cd05d344366ede44cc80b160ecc9227', 54802, 13, '', 'Northeastern Wisconsin Zoo', '4418 Reforestation Road', 'Green Bay', 'WI', '54313-8514', 'USA', '', '150', '', '', 0, '', '150', 'Check', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-14 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (267, '156B19B6E3', '468904b72257b2387a6495b771c5b127', 1445, 1, '', 'Kathryn N. Strain', '4666 Raleigh LaGrange Rd.', 'Memphis', 'TN', '38128', 'US', '2055314244', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX4369', '07', '2014', 'success', 'payflowpro', 'live', 'ESJPB420346A', '', '2014-01-14 17:06:07', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (268, '033051A460', 'dae4eb8aebc76bbe3c1f86fe5f1dd327', 55636, 1, '', 'Mallory Haskell', '300 East 246th St', 'Euclid', 'Ohio', '44123', 'US', '4404794639', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7870', '09', '2016', 'success', 'payflowpro', 'live', 'EPCPA473F568', '', '2014-01-14 18:30:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (269, '319104F2E7', '20c72cda473dcbc29c9a08ec77a7f051', 55775, 1, '', 'Heather Betz', '4040 Parliament Drive Apt#131', 'Alexandria', 'Louisiana', '71303', 'US', '6513311581', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6100', '03', '2015', 'success', 'payflowpro', 'live', 'ESJPB421838D', '', '2014-01-14 19:16:15', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (270, '7166CECEF4', 'ec0c960aa3971a977582e6213b6715b1', 2459, 1, '', 'Stephanie Richmond', '6515 Mardel Ave.', 'St. Louis', 'MO', '63109', 'US', '3145203744', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2415', '03', '2015', 'success', 'payflowpro', 'live', 'EPEPA475AF62', '', '2014-01-14 21:38:33', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (271, 'E31FB7F363', '074650e360bc4b9be11d8cb6c8ac411f', 58566, 2, '', 'Kyla Balfour', '2752 Queens Way', 'Thousand Oaks', 'California', '91362', 'US', '8053685442', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX4675', '05', '2016', 'success', 'payflowpro', 'live', 'ERFPA4E0943D', '', '2014-01-15 13:32:30', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (272, '6D6343BC75', '2858d789ea946a624857d08f9c08c49b', 61548, 2, '', 'Tracy Frampton', '8225 N. Wickham Rd', 'Melbourne', 'Florida', '32940', 'US', '3212549453', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX8872', '01', '2016', 'success', 'payflowpro', 'live', 'ERFPA4EA99E9', '', '2014-01-16 07:47:08', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (273, 'BD6361B1AA', '88d4322e26cbd2ce6a581403f7ab6090', 61700, 1, '', 'Matt Goodwin', '860 Arguello BLVD Apt 303', 'San Francisco', 'California', '94118', 'US', '4154257408', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1513', '01', '2017', 'success', 'payflowpro', 'live', 'EXJPB6590B03', '', '2014-01-16 08:25:33', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (274, 'E67B517236', '664c6682b80dfabcccba3bcc135f242a', 0, 16, '', 'Teresa Zube', 'PO Box 906', 'Sheboygan Falls', 'WI', '53085', 'USA', '9204535601', '150', '', '', 0, '', '150', 'Square', '', '', '', '', 'success', 'stripe', 'live', '', '', '2014-01-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (275, '5838E8F77C', 'c2ef8e5d0602f3ed6e6e9fa6f89a81d4', 2336, 1, '', 'Sarah Drechsler', '4285 Brentwood St', 'Wheat Ridge', 'CO', '80033', 'US', '7408150260', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX6475', '06', '2016', 'success', 'payflowpro', 'live', 'ESYPB43A4DE0', '', '2014-01-16 11:34:32', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (276, 'BFB2A65D6A', '664c6682b80dfabcccba3bcc135f242a', 1464, 1, '', 'Katy Harringer', '2600 Hitchcock Drive', 'Durham', 'NC', '27705', 'USA', '', '45', '', '', 0, '', '45', 'Square', '', '', '', '', 'success', 'stripe', 'live', '', '', '2014-01-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (277, '5F81B9294D', '0cfae63ec59f2abe0e1e09413b8e0e41', 63345, 1, '', 'Amber Bapst', '8001 Steven Franklin Drive', 'Memphis', 'TN', '38133', 'US', '9012777387', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0357', '08', '2016', 'success', 'payflowpro', 'live', 'EXYPB65D5DD0', '', '2014-01-16 15:02:23', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (278, '935A51E6C9', '24c75867012a4d93b6118d97ca8dff47', 64321, 5, '', 'Melissa Whitfield', '720 Bayside Rd Apt. C', 'Arcata', 'CA', '95521', 'US', '7076281029', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX3678', '01', '2015', 'success', 'payflowpro', 'live', 'EXYPB65F5C18', '', '2014-01-16 18:22:43', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (279, 'A62E6AFD7C', 'e50ff4deb2202ffc377414f980e2bfc1', 64583, 1, '', 'Janet Morgan', '1320 N Wilson Avenue', 'Fresno', 'CA', '93728', 'US', '5599810719', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6329', '05', '2014', 'success', 'payflowpro', 'live', 'ELFPA67222E2', '', '2014-01-16 19:51:33', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (280, '37FC03EAA1', 'cc1137db42902c10295f742c2936e18f', 66535, 1, '', 'Megan Stiles', '10606 Brooklet Dr. Apt 106', 'Houston', 'Texas', '77099', 'US', '9042539414', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1647', '12', '2015', 'success', 'payflowpro', 'live', 'ERCPA4F73EB2', '', '2014-01-17 06:17:07', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (281, 'DF171DA6CD', 'eb63d97a27fc8433a582743ed05dca84', 2327, 1, '', 'Sarah Woodruff', '30 Garden Path', 'Wayland', 'MA', '01778', 'US', '5085611318', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9653', '12', '2014', 'success', 'payflowpro', 'live', 'EUHPB5B49C1A', '', '2014-01-17 07:36:33', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (282, 'A6E121C895', '3f9a3d923373b1bd961659f50e9f0d08', 67060, 2, '', 'Leila Snodgrass', '124 East 156th St.', 'Cleveland', 'Ohio', '44110', 'US', '2165432768', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX3742', '03', '2016', 'success', 'payflowpro', 'live', 'EUYPB5B55823', '', '2014-01-17 08:41:56', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (283, '6254B034F0', '787c6624158d779650c5a783d000208b', 0, 1, '', 'Alicia DuBrava', '444 S. Ogden Street', 'Buffalo', 'NY', '14206', 'USA', '', '45', '', '', 0, '', '45', 'Check', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (284, '3739DAD2DD', '787c6624158d779650c5a783d000208b', 0, 2, '', 'Thomas Richter', '4388 Mason Street', 'Omaha', 'NE', '68105', 'USA', '', '40', '', '', 0, '', '40', 'Check', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (285, 'F32AF231B7', '787c6624158d779650c5a783d000208b', 0, 2, '', 'Nancy Brown', '101 Potters Way', 'Lexington', 'SC', '29073', 'USA', '', '40', '', '', 0, '', '40', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (286, 'DFA1AC2536', '787c6624158d779650c5a783d000208b', 0, 2, '', 'Lauren Amy', 'PO Box 2564', 'Antioch', 'CA', '94531', 'USA', '', '40', '', '', 0, '', '40', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (287, 'B9D645A089', '787c6624158d779650c5a783d000208b', 0, 1, '', 'Emma Baldwin', '45278 Deep Canyon Road Apt. 305A', 'Palm Desert', 'CA', '92260', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (288, 'F6362E57FC', '2fe5098dde6a704077b9010fbbf48dc9', 67464, 1, '', 'Victoria M. Sawyer', '627 Stratford Avenue', 'Stratford', 'CT', '06615', 'US', '2037279985', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8065', '10', '2015', 'success', 'payflowpro', 'live', 'ESJPB4476803', '', '2014-01-17 10:31:52', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (289, 'EBA46E56F1', '787c6624158d779650c5a783d000208b', 0, 3, '', 'Harry Hofauer', '361 A Old Finch Ave.', 'Scarbourogh', 'Ontario', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (290, '2C82FDC0B3', '787c6624158d779650c5a783d000208b', 0, 3, '', 'Mary Bird', '361 A Old Finch Ave.', 'Scarbourgh', 'CANADA', '', '', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (291, '7060B66A87', 'fa887687e955bc2c4fe625008451534b', 67832, 1, '', 'Geneve Darnell', '370 Zoo Parkway', 'Jacksonville', 'Florida', '32218', 'US', '9047625210', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2040', '12', '2015', 'success', 'payflowpro', 'live', 'ELEPA67B65EF', '', '2014-01-17 12:06:22', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (292, 'A6C479A86F', '787c6624158d779650c5a783d000208b', 0, 3, '', 'Kim Meehan', '714-10 Dean Park Rd.', 'Toronto', 'Ontario', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (293, '7CAB3925B3', '787c6624158d779650c5a783d000208b', 0, 3, '', 'Eric Cole', '361 A Old Finch Ave', 'Scarbourgh', 'Ontario', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (294, '72B3401DB1', '787c6624158d779650c5a783d000208b', 0, 3, '', 'Chris Dulong', '#1 Lanson Drive', 'Toronto', 'Ontario', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (295, 'B0EF19BD2F', '787c6624158d779650c5a783d000208b', 0, 3, '', 'Vernon Presley', '117 Harrongate Place', 'Whitby', 'Ontario', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (296, 'EC3112E3E8', '787c6624158d779650c5a783d000208b', 0, 3, '', 'Nicole Presley', '117 Harrongate Place', 'Whitby', 'Ontario', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (297, 'F9FDF9F0A6', '787c6624158d779650c5a783d000208b', 0, 3, '', 'Matt Berridge', '361A Old Finch Ave.', 'Scarbourgh', 'Ontario', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (298, 'DFD68682AE', '787c6624158d779650c5a783d000208b', 0, 3, '', 'Heidi Manicki Claffey', '361A Old Finch Ave.', 'Scarbourgh', 'Ontario', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (299, 'E9301C2D87', '787c6624158d779650c5a783d000208b', 0, 3, '', 'Tim McCaskie', '361A Old Finch Ave.', 'Scarbourgh', 'Ontario', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (300, '98BAF7FD7F', '787c6624158d779650c5a783d000208b', 0, 3, '', 'Karyn Tunwell', '1529 Fieldlight Blvd.', 'Pickering', 'Ontario', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (301, '843D25DFC3', '787c6624158d779650c5a783d000208b', 0, 3, '', 'Kasia Murphy', '336 McBride Crescent', 'New Market', 'Ontario', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (302, '6F53D9D7E0', '787c6624158d779650c5a783d000208b', 0, 3, '', 'Rebecca Dalton', '42 Epsom Ave.', 'Toronto', 'Ontario', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (303, 'E477DA7A04', '787c6624158d779650c5a783d000208b', 0, 3, '', 'Heather Kalka', '71 Pontiac Ave.', 'Oshawa', 'Ontario', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (304, '358CA7AB4D', '787c6624158d779650c5a783d000208b', 0, 3, '', 'Alison Babin', '361A Old Finch Ave.', 'Scarbourgh', 'Ontario', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (305, '11CE6AB9A2', '787c6624158d779650c5a783d000208b', 0, 3, '', 'John Arruda', '361A Old Finch Ave.', 'Scarbourgh', 'Ontario', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (306, '1DD6C0B293', '787c6624158d779650c5a783d000208b', 0, 3, '', 'Michelle Rogers', '361A Old Finch Ave.', 'Scarbourgh', 'Ontario', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (307, '3BCDA175F9', '787c6624158d779650c5a783d000208b', 0, 3, '', 'David Partington', '361A Old Finch Ave.', 'Scarbourgh', 'Ontario', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (308, 'D54575B2DD', '787c6624158d779650c5a783d000208b', 0, 3, '', 'John Armstrong', '361A Old Finch Ave.', 'Scarbourgh', '', '', '', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (309, '227244EDCA', '787c6624158d779650c5a783d000208b', 0, 3, '', 'Jackie Craig', '48 Quaker Village Dr.', 'Uxbridge', 'Ontario', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (310, 'DF0EC880D7', '787c6624158d779650c5a783d000208b', 0, 3, '', 'Connie Buzzell', '361A Old Finch Ave.', 'Scarbourgh', 'Ontario', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (311, 'B0E23F7C59', '787c6624158d779650c5a783d000208b', 0, 3, '', 'Karen Hamilton', '246 Andrew St.', 'New Castle', 'Ontario', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (312, '9B5F0BB77F', 'b9a7c49c35d4cfce8e4374d895dc199f', 68081, 1, '', 'Brittany Decker', '1908 Chiswick Rd.', 'Knoxville', 'TN', '37922', 'US', '8652504936', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9990', '09', '2017', 'success', 'payflowpro', 'live', 'ETJPB6449262', '', '2014-01-17 13:16:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (313, '0A3C673D8B', '7024a6db7b9492479c75043c149fc730', 68120, 1, '', 'Kyle Alexander', '2716 Mesa Trail #4', 'Flagstaff', 'Arizona', '86005', 'US', '9284512599', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5749', '03', '2016', 'success', 'payflowpro', 'live', 'ERFPA4FC2CE8', '', '2014-01-17 13:29:06', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (314, '1006DA4B12', '23e1779fc3b3c00ebba5532a9780e018', 69007, 2, '', 'Nancy Ralston', '14658 Oak Knoll Ln.', 'Clovis', 'CA', '93619', 'US', '5592877979', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX9308', '05', '2014', 'success', 'payflowpro', 'live', 'EXYPB66D7EA8', '', '2014-01-17 18:30:02', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (315, '18902692B5', 'f4e453f44337ba9839e4026e7b7fc465', 69373, 1, '', 'Amy Rosson', '22157 Teri Ct.', 'West Hills', 'CA', '91304', 'US', '5303046926', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6907', '07', '2016', 'success', 'payflowpro', 'live', 'ERFPA5009B21', '', '2014-01-17 20:55:56', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (316, 'FEDE6DE5C4', '68dfadc2262fb15d0a52b8b1a4eb86c1', 325, 1, '', 'Brian Eisele', 'P.O. Box 26451', 'Jacksonville', 'FL', '32226', 'US', '9045544810', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2040', '12', '2015', 'success', 'payflowpro', 'live', 'ESYPB4557BAA', '', '2014-01-18 11:14:22', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (317, '44F0D9F022', '73c85fa0cce943a0d585fc1ad442d7d5', 943, 1, '', 'Gwen Harris', '10948 SE Stacy Ct.', 'Happy Valley', 'OR', '97086', 'US', '3162580715', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7194', '09', '2015', 'success', 'payflowpro', 'live', 'ERFPA509242B', '', '2014-01-18 12:57:17', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (318, 'C75296E6FE', 'fd255476eb91039dc209507be1520a60', 73056, 2, '', 'Nickolas Gaglio', '4841 sw zarrella st', 'palm city', 'florida', '34990', 'US', '9547296144', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX5858', '02', '2016', 'success', 'payflowpro', 'live', 'EQCPA4FEBE37', '', '2014-01-18 13:36:05', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (319, '3D91A22C21', '9d49efd362e73db1a9986173e33b332b', 73453, 2, '', 'Amy Owens', '1327 Samantha Way', 'North Huntingdon', 'PA', '15642', 'US', '4123891784', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX6448', '12', '2014', 'success', 'payflowpro', 'live', 'EXHPB6784D13', '', '2014-01-18 15:16:32', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (320, '2A8806F7D9', '8abfc129694d616d543e02a0d68a332e', 73652, 1, '', 'Carolyn Schulte', '1426 Vine St.', 'Lansing', 'Michigan', '48912', 'US', '6168266195', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5283', '05', '2014', 'success', 'payflowpro', 'live', 'EQFPA4FFE2D1', '', '2014-01-18 15:56:20', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (321, '2D04C845A3', 'f60f95c600ef879610b9368b71f87a2a', 73678, 1, '', 'Liz Jagenow', '900 Long Blvd #668', 'Lansing', 'Michigan', '48911', 'US', '2487615017', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7142', '05', '2015', 'success', 'payflowpro', 'live', 'EPEPA4AA3DB3', '', '2014-01-18 16:04:07', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (322, 'E6AFEF866F', '0dba28e58eb57c521bfc85c10bf14b73', 74100, 9, '', 'Donna-Kim Sinclair-Ivey', '47 Kapang Drive P.O. Box 2737', 'Broome', 'Western Australia', '6725', 'AU', '0411572701', '55.00', '0', '', 0, '', '55', '', 'Visa', 'XXXXXXXXXXXX1717', '06', '2015', 'success', 'payflowpro', 'live', 'ETHPB65489AD', '', '2014-01-18 18:31:25', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (323, '5C30AF9332', 'dd603893581611b7cf0364cf5a3dcc28', 1692, 1, '', 'Libby Hayes', '1125 Americana Lane Apt 7301', 'Mesquite', 'TX', '75150', 'US', '2819665011', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8866', '05', '2016', 'success', 'payflowpro', 'live', 'EPCPA4ACCC98', '', '2014-01-18 20:54:35', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (324, '9869B72970', 'b54887fa3050bd4bf0ea6695fc495bb9', 74766, 5, '', 'Alexandra Rose', '1823 N Mildred St', 'Tacoma', 'WA', '98406', 'US', '2539486700', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX3462', '06', '2016', 'success', 'payflowpro', 'live', 'EUHPB5CAAC9C', '', '2014-01-18 23:16:51', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (325, '662A32F874', '281b833439d1853e53f3af28749ce609', 76390, 1, '', 'Brian Price', '13050 Morning Star Dr.', 'North Royalton', 'Ohio', '44133', 'US', '7409730875', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7829', '03', '2014', 'success', 'payflowpro', 'live', 'ETYPB65A8BFD', '', '2014-01-19 07:23:08', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (326, 'A81F7E750B', 'fef5d3574a457c1cef352438e67de2c9', 76968, 1, '', 'Pat Fountain', '4838 Tartan Ln.', 'Holt', 'MI', '48842', 'US', '9894648646', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6626', '01', '2017', 'success', 'payflowpro', 'live', 'ETYPB65BEFF4', '', '2014-01-19 10:20:40', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (327, '0BD35005F0', '28001da69f88893a9950478a8819dc1c', 77354, 1, '', 'Jeremy Fontaine', '820 W G Street Apt: 331', 'SanDiego', 'CA', '92101', 'US', '6036895497', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX8685', '01', '2018', 'success', 'payflowpro', 'live', 'EQFPA509853D', '', '2014-01-19 11:58:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (328, 'C46B191812', '9695c7c47c3190eeea40e6d76c089ebd', 78185, 1, '', 'Sonia Hildebrandt', '3230 ashford street unit f', 'san diego', 'ca', '92111', 'US', '9167519223', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7425', '11', '2014', 'success', 'payflowpro', 'live', 'ERFPA516B58A', '', '2014-01-19 16:55:18', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (329, '68AE6EBF1C', 'aa08bed0645778954ed9998335a48948', 80366, 1, '', 'Memory Mays', '4011 Del Bello Rd', 'Manvel', 'TX', '77578', 'US', '8324834459', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX9373', '06', '2014', 'success', 'payflowpro', 'live', 'ETYPB6685151', '', '2014-01-20 09:52:12', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (330, 'E275AE16AF', 'dba03b2871b6c931d61a52c537f80d76', 1086, 3, '', 'Jason Pootoolal', '1 Sugarbush Pl.', 'Guelph', 'Ont.', 'N1H 7Z3', 'CA', '15196548171', '55.00', '0', '', 0, '', '55', '', 'Visa', 'XXXXXXXXXXXX1985', '02', '2015', 'success', 'payflowpro', 'live', 'ESHPB46DFF83', '', '2014-01-20 11:10:15', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (331, 'FE2C374454', '69f3c2fe5b724336ae43a9fc386d33be', 81482, 1, '', 'Katie Peterson', '459 Wright St. Apt 307', 'Lakewood', 'CO', '80228', 'US', '7013612974', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5384', '02', '2014', 'success', 'payflowpro', 'live', 'ERFPA5228EE8', '', '2014-01-20 13:40:45', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (332, '8E134652AA', '205d7a787f1883872a20809c230f5714', 82178, 1, '', 'Kelly Pardy', '3629 N MacGregor Way #138', 'Houston', 'Texas', '77004', 'US', '9203730199', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX7018', '04', '2014', 'success', 'payflowpro', 'live', 'EUYPB5E1F3A5', '', '2014-01-20 18:19:13', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (333, '5B3D99E256', 'ca562392377a8599646d8ad35820f737', 82266, 1, '', 'Susan Kenney', '2371 Winrock Blvd. apt 4', 'Houston', 'Texas', '77057', 'US', '3037177029', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX5856', '02', '2015', 'success', 'payflowpro', 'live', 'ELCPA6A5E8FE', '', '2014-01-20 18:44:25', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (334, 'D9F5317984', 'd21febe1309defa30def81f857d1ae62', 0, 16, '', 'Cynthia Jones', 'PO Box 92', 'Dillsburg', 'PA', '17019', 'USA', '18889727282', '150', '', '', 0, '', '150', 'Square', '', '', '', '', 'success', 'stripe', 'live', '', '', '2014-01-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (335, '5B43E755CC', 'd21febe1309defa30def81f857d1ae62', 0, 2, '', 'Angela Snowie', '500 Creekview', 'Pickering', 'ONT', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (336, 'C39E53108A', 'd21febe1309defa30def81f857d1ae62', 0, 2, '', 'Lydia Attard', '361A Old Finch Ave.', 'Scarbourgh', 'ONT', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (337, 'F5E84506BD', 'd21febe1309defa30def81f857d1ae62', 0, 2, '', 'Ali Vella-Irving', '584 Crimson Cres.', 'Oshawa', 'ONT', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (338, '50D687C5B9', 'd21febe1309defa30def81f857d1ae62', 0, 2, '', 'Hollie Ross', '184 Bain Ave.', 'Toronto', 'ONT', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (339, 'B892931C0E', '7afe95562392f26bf19b197c514ee145', 2582, 1, '', 'T\'Noya Gonzales', '392 Henry St.', 'Alvin', 'TX', '77511', 'US', '2817850995', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX8806', '12', '2016', 'success', 'payflowpro', 'live', 'ELEPA6AE4A78', '', '2014-01-21 09:08:20', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (340, '442D4127B7', 'd21febe1309defa30def81f857d1ae62', 0, 2, '', 'Charles Guthrie', '361A Old Finch Ave.', 'Scarbourgh', 'ONT', 'L4G 3S6', 'Canada', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (341, 'CFDD80EC38', 'd21febe1309defa30def81f857d1ae62', 0, 2, '', 'Andrea Drost', '68 Walton Drive', 'Aurora', 'ONT', 'L4G 3S6', 'Canada', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (342, '5191A323D3', 'd21febe1309defa30def81f857d1ae62', 0, 2, '', 'Julie Brand', '361A Old Finch Ave.', 'Scarbourgh', 'ONT', 'L4G 3S6', 'Canada', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (343, 'A22ADC07A8', 'd21febe1309defa30def81f857d1ae62', 0, 2, '', 'Sonia Hojka', '80-1775 Valley Farm Rd.', 'Pickering', 'ONT', 'L4G 3S6', 'Canada', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (344, 'CBB505386F', 'd21febe1309defa30def81f857d1ae62', 0, 2, '', 'Rebecca Clark', 'P.O. Box 74', 'Neselton Station', 'ONT', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (345, 'FFAA0B8B4C', 'd21febe1309defa30def81f857d1ae62', 0, 2, '', 'Heidi Ollek', '361 A Old Finch Ave.', 'Scarbourgh', 'ONT', 'L4G 3S6', 'Canada', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (346, '80DE2448A7', 'd21febe1309defa30def81f857d1ae62', 0, 2, '', 'Susan Eberth', '641 Cowan Circle', 'Pickering', 'ONT', 'L4G 3S6', 'Canada', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (347, 'FB1005384D', 'd21febe1309defa30def81f857d1ae62', 0, 2, '', 'Deserrai Buunk', '13 Dowers Dr.', 'Ajax', 'ONT', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (348, '00EC7FC0BA', 'd21febe1309defa30def81f857d1ae62', 0, 2, '', 'Dianne Morrison', '45 Dearham Wood', 'Scarbourgh', 'ONT', 'L4G 3S6', 'Canada', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (349, 'A813D3FBCA', 'd21febe1309defa30def81f857d1ae62', 0, 2, '', 'Ashley Vasseur', '361A Old Finch Ave.', 'Scarbourgh', 'ONT', 'L4G 3S6', 'Canada', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (350, '0DE39C11F8', 'd21febe1309defa30def81f857d1ae62', 0, 3, '', 'Brendan Linnell', '361A Old Finch Ave.', 'Scarbourgh', 'ONT', 'L4G 3S6', 'Canada', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (351, 'BF41FBDD63', 'd21febe1309defa30def81f857d1ae62', 0, 3, '', 'Jeff Young', '361A Old Finch Ave.', 'Scarbourgh', 'ONT', 'L4G 3S6', 'Canada', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (352, 'DD093D0CD1', 'd21febe1309defa30def81f857d1ae62', 0, 3, '', 'Janis Miller', '316-1000 Esplanade N.', 'Pickering', 'ONT', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (353, 'E49D741698', 'd21febe1309defa30def81f857d1ae62', 0, 3, '', 'Jennifer Martin', '716 Victory Dr', 'Pickering', 'ONT', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (354, '2ACF3C91BC', 'd21febe1309defa30def81f857d1ae62', 0, 3, '', 'Ryan Hegarty', '50 George St.', 'Markhan', 'ONT', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (355, 'E36D81F44A', 'd21febe1309defa30def81f857d1ae62', 0, 0, '', 'Lisa Termini', '121 Batson Drive', 'Aurora', 'ONT', 'L4G 3S6', 'Canada', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (356, '4B6C65F531', 'd21febe1309defa30def81f857d1ae62', 0, 3, '', 'Kim Tovee', '1035 Tilbury St.', 'Oshawa', 'ONT', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (357, '5079F2365F', 'd21febe1309defa30def81f857d1ae62', 0, 3, '', 'Amy Goswell', '11 Jason Drive', 'Whitby', 'ONT', '', 'CANADA', '', '55', '', '', 0, '', '55', '', '', '', '', '', 'success', 'payflowpro', 'live', '', '', '2014-01-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (358, '2519B549FC', 'bc5b9137869e4569c98fe130ef1fa0c4', 324, 5, '', 'Brian Brophy', '336 Sugar Rd.', 'Bolton', 'MA', '1740', 'US', '6038018599', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX2169', '04', '2014', 'success', 'payflowpro', 'live', 'EUHPB5EDB7F6', '', '2014-01-21 13:22:18', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (359, '2AB91822D5', '4e70f2a1ad0cb1527c427f4aede7a36f', 84767, 1, '', 'matt neff', '6313 seventh st', 'alexandria', 'va', '22312', 'US', '7035082692', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1911', '08', '2015', 'success', 'payflowpro', 'live', 'EQCPA526D21B', '', '2014-01-21 13:35:57', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (360, '67E7BFEA6C', '0feb337ceff8f4800513c447150d5d8f', 84832, 1, '', 'Amy Schilz', '4972 Webb Drive', 'Colorado Springs', 'Colorado', '80916', 'US', '4145264567', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3063', '05', '2016', 'success', 'payflowpro', 'live', 'ERCPA531D277', '', '2014-01-21 13:58:08', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (361, '2A09EC7A7C', 'bc5b9137869e4569c98fe130ef1fa0c4', 0, 13, '', 'Don Moore', 'MRC 5503- 3001 Connecticut NW', 'Washington', 'DC', '', 'US', '', '150', '', '', 0, '', '150', 'Square', '', '', '', '', 'success', 'stripe', 'live', '', '', '2014-01-21 00:00:00', '', '', 'Square') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (362, '1D4C7680CB', 'bc5b9137869e4569c98fe130ef1fa0c4', 0, 1, '', 'Paul Caster', '16 Grant Oaks', 'Sherwood', 'AR', '72120', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (363, 'BDF086615D', 'bc5b9137869e4569c98fe130ef1fa0c4', 0, 1, '', 'Shelby Bush', '103 Barbara Street', 'Tallahassee', 'FL', '32304', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (365, '19D24D66C5', 'bc5b9137869e4569c98fe130ef1fa0c4', 0, 1, '', 'Suzie Buzzo', '1210 Southern Drive', 'Tallahassee', 'FL', '32305', '', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (366, '62CCFB0268', 'bc5b9137869e4569c98fe130ef1fa0c4', 0, 2, '', 'Janet Plosser', '212 Lombard Street', 'Philadelphia', 'PA', '19147', 'USA', '', '40', '', '', 0, '', '40', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (367, 'ADF82DDB2F', '5dc789934cfe3c0725d12af5f2fe8f3e', 85024, 1, '', 'Joanne Randinitis', '754 Ramona Ave', 'Salt Lake City', 'Utah', '84105', 'US', '8014556725', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9162', '07', '2016', 'success', 'payflowpro', 'live', 'EQEPA527E353', '', '2014-01-21 15:01:38', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (368, '59A248BA22', '9f20f5558bda8903c5150df42c90d64e', 2521, 1, '', 'Sydney Fitzpatrick', '614 W. 88th Terrace', 'Kansas City', 'MO', '64114', 'US', '4043845602', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1472', '08', '2016', 'success', 'payflowpro', 'live', 'ERCPA53358DA', '', '2014-01-21 16:04:02', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (369, 'FFF9D9FE87', 'f46dcf0e23034a83dbdd35ea3265b359', 580, 13, '', 'Cynthia Kreider', 'PO Box 3268', 'Erie', 'PA', '16508', 'USA', '', '150', '', '', 0, '', '150', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-22 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (370, '51D5C52A5F', '5d326732e22881b24de6a2e34b04f3c3', 87629, 2, '', 'Jessica Egli', '3202 Norwich Terrace', 'Alexandria', 'VA', '22309', 'US', '5208227407', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX2051', '03', '2014', 'success', 'payflowpro', 'live', 'EREPA53E786B', '', '2014-01-22 09:56:05', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (371, '76BC4AE2CC', '2c16cc3cb71e7c149d081481e6595129', 87636, 5, '', 'Jessica Barner', '147 Kelly Driver Rd.', 'Laurel Springs', 'NJ', '08021', 'USA', '', '30', '', '', 0, '', '30', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-22 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (372, 'B60FDAF609', '2c16cc3cb71e7c149d081481e6595129', 87650, 1, '', 'Alea Kuczynski', '3170 Bentwood CR South Drive #1C', 'Indianapolis', 'IN', '46268', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-22 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (373, '6C8B2C072D', '2c16cc3cb71e7c149d081481e6595129', 1196, 1, '', 'Jessica Watters', '1667 Bedford Avenue', 'Clovis', 'CA', '93611', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-22 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (374, '5F5699A990', '5d1e86568617986f30dc59cd3e2ab3d6', 88357, 1, '', 'Joseph Brown', 'PO Box 7032', 'San Diego', 'Caifornia', '92167', 'US', '9139809511', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8028', '03', '2017', 'success', 'payflowpro', 'live', 'EUHPB5FE1BD5', '', '2014-01-22 14:21:38', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (375, '534B72ABD3', '308e3c22ad73d1fd7b7ab02dc7bbbd18', 88554, 1, '', 'Jennifer Walsh', '25 Cowan St.', 'Pittsburgh', 'PA', '15211', 'USA', '', '0', '', '', 0, '', '0', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-22 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (376, '6453DEA3BF', '0940c6fbf89a6692fcaf8902d58a881a', 2162, 1, '', 'Rachael Walton', '2569 Kings View Circle', 'Spring Valley', 'CA', '91977', 'US', '6193168134', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5530', '05', '2016', 'success', 'payflowpro', 'live', 'EXYPB6B0C6CF', '', '2014-01-22 15:42:58', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (377, 'F1B261E524', '5fae999a39fb3e64690213464c23cc8a', 88671, 1, '', 'Allison Kao', '3012 N Oakley ave unit 1', 'chicago', 'IL', '60618', 'US', '7193517953', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2673', '08', '2014', 'success', 'payflowpro', 'live', 'ESYPB49059E4', '', '2014-01-22 16:14:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (378, '268ED12438', '0e0365f6243d587bd97fef64654fe65c', 88876, 1, '', 'Calahan Strickland', '245 Union Blvd, Apt 706', 'Saint Louis', 'Missouri', '63108', 'US', '8167219262', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8789', '05', '2016', 'success', 'payflowpro', 'live', 'EPFPA4E39D3D', '', '2014-01-22 17:32:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (379, '3F1EED2255', '8b71bc4a9a58d1827ff56c1bb7a66d28', 294, 1, '', 'Bethany Gates', '5352 S. Allen Dr.', 'Battlefield', 'MO', '65619', 'US', '4173431424', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX2187', '09', '2014', 'success', 'payflowpro', 'live', 'EQEPA5430C1C', '', '2014-01-23 09:51:18', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (380, '0A52F09210', '24c5a5af498a13b0b747b69d27d84c67', 91647, 1, '', 'Lauren Kimbro', '3459 Summit Drive', 'Vestavia Hills', 'Al', '35243', 'US', '8506941863', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4766', '07', '2017', 'success', 'payflowpro', 'live', 'EQFPA545735C', '', '2014-01-23 13:05:06', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (381, '50B2CC583E', 'fa763ae7aa372d1f2649b899568fcab7', 92148, 2, '', 'Laurie Holloway', '4611 Travis St. Apt. 1101B', 'Dallas', 'TX', '75205', 'US', '4695547425', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX2093', '10', '2015', 'success', 'payflowpro', 'live', 'ETHPB69AB411', '', '2014-01-23 15:49:17', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (382, '62BD167A8D', 'bf18c0580e2f45882a6abb8165c643aa', 93205, 1, '', 'Thomas Holt', '12055 Lymburner Ave.', 'Sparta', 'MI', '49345', 'US', '6168216614', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1849', '06', '2015', 'success', 'payflowpro', 'live', 'ERCPA554DEE3', '', '2014-01-23 19:40:24', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (383, '301200254F', '867cc2f5708cfd2685e731514a4015de', 93353, 2, '', 'Joshua Konieczny', '902 Wible Run Road', 'Pittsburgh', 'Pennsylvania', '15209', 'US', '4123896488', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX7693', '05', '2015', 'success', 'payflowpro', 'live', 'ESYPB4A2A612', '', '2014-01-23 20:36:12', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (384, 'EABA5251D9', '6d3968c4fe9c96726d0e3c48f15d2252', 95044, 1, '', 'Nicole Gams', '2380 S MacGregor Way #255', 'Houston', 'TX', '77021', 'US', '4148526279', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6249', '07', '2015', 'success', 'payflowpro', 'live', 'EXJPB6CBE54C', '', '2014-01-24 09:28:46', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (385, 'FB144C1748', 'e9fdabf24015ea5bc69fed6ea92e5a1f', 1111, 1, '', 'Jeffrey J. Bocek', '1417 Cleburne St. Apt 3', 'Houston', 'TX', '77004', 'US', '8472126596', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5890', '05', '2016', 'success', 'payflowpro', 'live', 'ETHPB6A8C205', '', '2014-01-24 12:18:46', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (386, '8F155EABEC', 'd647ca0e70d9e61650bb7a61d2818dda', 95972, 1, '', 'Jackie Wolfinger', 'PO Box 795', 'Grass Lake', 'MI', '49240', 'US', '5178121284', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6980', '06', '2015', 'cancelled', 'payflowpro', 'live', 'EXJPB6CF8966', '', '2014-01-24 13:57:55', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (387, '82E64D831A', '97e345e255de52003d8b1a869417fff7', 96401, 1, '', 'Christian Johnson', '37 Waterview Dr unit 16', 'Proctor', 'MN', '55810', 'US', '6122079080', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6580', '08', '2016', 'success', 'payflowpro', 'live', 'ELEPA6E3B631', '', '2014-01-24 16:36:36', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (388, '22E51618B2', '9b0cd81652c1a847392e06b7f9fe960f', 96849, 1, '', 'Megan Buecher', '3315 W. Lombard', 'Springfield', 'MO', '65802', 'US', '4176500062', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2492', '03', '2014', 'success', 'payflowpro', 'live', 'EUJPB6225D4E', '', '2014-01-24 20:12:24', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (389, '7DB1520D57', '25412064179dbb90f4fa58b1a444f61c', 96926, 1, '', 'Janice Boston', '2111 W. 17th St. Apt. C31', 'Santa Ana', 'California', '92706', 'US', '9495543412', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5467', '08', '2014', 'success', 'payflowpro', 'live', 'ELCPA6E6A201', '', '2014-01-24 21:04:23', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (390, 'C072BFA6A9', '4cfd3fb3732c36abc444de366ac0c175', 98414, 5, '', 'Maureen Wynne', '3785 Ladson Rd Apt 1234', 'Ladson', 'South Carolina', '29456', 'US', '7192721286', '30.00', '0', '', 0, '', '30', '', 'Mastercard', 'XXXXXXXXXXXX2675', '09', '2015', 'success', 'payflowpro', 'live', 'ESJPB4BAE6B4', '', '2014-01-25 09:15:11', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (391, '1385C12D05', 'd583e6d879884c2f7c5386456b840764', 353, 2, '', 'Bruce Lane', '12641 SE 277th Pl.', 'Kent', 'WA', '98030-8803', 'US', '2536392996', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX5291', '02', '2016', 'success', 'payflowpro', 'live', 'EQEPA564BC5B', '', '2014-01-25 12:02:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (392, 'A76B369ACE', 'bb8d4e82f79055b31f1c4ffe32cfe799', 102267, 1, '', 'Jane Larson', '1241 Emerson Avenue', 'Salt Lake City', 'Utah', '84105', 'US', '8018672601', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8113', '02', '2015', 'success', 'payflowpro', 'live', 'EPCPA51C33C4', '', '2014-01-26 11:25:58', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (393, 'C354E590D9', '42b42f4f901a51d5cc93e031ec00acf8', 102406, 1, '', 'Sarah Colman', '1052 Salmon Isle', 'Greenacres', 'FL', '33413', 'US', '3612931800', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8878', '01', '2017', 'success', 'payflowpro', 'live', 'EPEPA51CC9E3', '', '2014-01-26 12:27:22', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (394, '27B878A874', '6dfa8db90cbf6177d1c2a680711e2161', 103042, 2, '', 'Ashleigh Winkelmann', '500 West Lake Lansing Road Apt B43', 'East Lansing', 'MI', '48823', 'US', '6163015135', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX2209', '11', '2014', 'success', 'payflowpro', 'live', 'EUYPB63BB7F2', '', '2014-01-26 16:28:59', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (395, '0947355B71', '5200d4a8818c545df5e691fb043b01ea', 2682, 1, '', 'Zach Gring', '7506 Southwind Drive Apt 304', 'Chesterfield', 'VA', '23832', 'US', '7175142778', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2009', '01', '2015', 'success', 'payflowpro', 'live', 'ERFPA580A7C9', '', '2014-01-26 18:25:23', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (396, 'FA5CD7C8B6', '56ebf9f55ed649111eadda56c05886d3', 105358, 1, '', 'Don Moore', '3 High St', 'Brookeville', 'MD', '20833', 'US', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-27 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (397, '54498AC7CB', '56ebf9f55ed649111eadda56c05886d3', 2144, 1, '', 'Peggy Farr', '609B N 50th St', 'Seattle', 'WA', '98103', 'US', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-27 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (399, '34C9603A25', '56ebf9f55ed649111eadda56c05886d3', 677, 1, '', 'Deborah Levy', '9851 Deer Valley Road', 'Brentwood', 'CA', '94513', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-27 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (400, '36CB0F4D5E', '5930fd6783677f0422e3ead00cee7b3e', 1869, 1, '', 'Mary Barnes', '939 South 44th Street', 'Decatur', 'IL', '62521', 'US', '2174548215', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6348', '12', '2015', 'success', 'payflowpro', 'live', 'ELFPA70CE280', '', '2014-01-27 13:21:04', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (401, '184EBC3860', '836e1e3f471a7a59cc521348c6b2592a', 2209, 1, '', 'Regina Smith', '11500 Meridian Ave. S. Lot 16', 'Everett', 'WA', '98208', 'US', '4255136928', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX0010', '01', '2017', 'success', 'payflowpro', 'live', 'ESJPB4DBBD7D', '', '2014-01-27 15:24:05', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (402, '11169C5079', '591187867ebace45e088f88bdf58d2d8', 880, 2, '', 'Evelyn K. Boren', '5119 N. 81st St.', 'Scottsdale', 'AZ', '85250', 'US', '4809941575', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX5336', '07', '2015', 'success', 'payflowpro', 'live', 'EPCPA53A6F77', '', '2014-01-28 09:50:24', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (403, '91D0680A18', '6da689b00147d9c01e395fda097708b8', 109327, 1, '', 'Kendall Thawley', '14207 Maranta Estates Ct', 'Cypress', 'Texas', '77429', 'US', '2813049472', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX0046', '04', '2016', 'success', 'payflowpro', 'live', 'EUJPB657364D', '', '2014-01-28 09:58:39', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (404, '54B993984A', '4dc63c23922f01a18a06cda88e684111', 978, 1, '', 'Heather Vetter', '3120 Grovers Ave', 'Phoenix', 'AZ', '85053', 'US', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-28 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (405, 'DECA6C87CB', '4dc63c23922f01a18a06cda88e684111', 109471, 5, '', 'Alex and Max Miller', '5701 Mesquite Grove Way', 'Chandler', 'AZ', '85249', 'US', '5202484335', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX1168', '11', '2014', 'success', 'payflowpro', 'live', 'EPCPA53B3969', '', '2014-01-28 10:39:20', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (406, 'E161F946A7', 'cc0a348168a54cb5c2f5aa38646582fd', 109477, 1, '', 'Erin Engelhart', '2707 lima sandusky road', 'Sandusky', 'ohio', '44870', 'US', '4196565667', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0554', '07', '2014', 'success', 'payflowpro', 'live', 'EUHPB657E413', '', '2014-01-28 10:40:17', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (407, 'B744A8455D', 'cc0a348168a54cb5c2f5aa38646582fd', 109556, 1, '', 'Heather Sprouse', '718 Thorpe Dr.', 'Sandusky', 'Ohio', '44870', 'US', '4196270790', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0554', '07', '2014', 'success', 'payflowpro', 'live', 'ERCPA59BC86A', '', '2014-01-28 10:46:01', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (408, '905CD9DB8D', 'cc0a348168a54cb5c2f5aa38646582fd', 109573, 1, '', 'Erin McNeil', '417 garrison st 3E', 'Fremont', 'Ohio', '43420', 'US', '4408127136', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0554', '07', '2014', 'success', 'payflowpro', 'live', 'ESYPB4E90EE7', '', '2014-01-28 10:52:23', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (409, '02AB42290D', '718e2ecc5fe1c1344af5ffb121de03cd', 109625, 1, '', 'Daniel Motherway', '110 Locust Court', 'Middletown', 'Maryland', '21769', 'US', '2404297640', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX8418', '02', '2017', 'success', 'payflowpro', 'live', 'EPEPA53BCEFB', '', '2014-01-28 11:15:33', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (410, 'CD716B5B05', 'b856465b43f80e78b01639cf7b75aba4', 110300, 1, '', 'Nicole Auger', '1 Singletary Rd', 'Millbury', 'MA', '01527', 'US', '5085253054', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4666', '10', '2016', 'success', 'payflowpro', 'live', 'EXJPB70D9229', '', '2014-01-28 14:46:09', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (411, '6296168E5D', 'a50513b3932df85f630d437ca532354a', 110721, 1, '', 'Kimberly Hernandez', '2217 E. Provincial House Dr. #7', 'Lansing', 'Michigan', '48910', 'US', '5179744680', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2342', '11', '2016', 'success', 'payflowpro', 'live', 'ELEPA7222F21', '', '2014-01-28 17:34:36', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (412, '1509C3DCFB', '28fb2cef39b6fded8c2c2bc72e04a251', 110844, 1, '', 'Wendy Rice', '225 East 3rd St. PO BOX 11', 'Silver Grove', 'KY', '41085', 'US', '8598033385', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9731', '01', '2016', 'success', 'payflowpro', 'live', 'ETYPB6EB1F16', '', '2014-01-28 18:05:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (413, '3E03E89795', '844718dedfb811f3ff28da360474da50', 245, 1, '', 'Audra Taylor', '11 Landward Way', 'Savannah', 'GA', '31410', 'US', '9124141343', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0439', '11', '2016', 'success', 'payflowpro', 'live', 'EPFPA5424F1F', '', '2014-01-28 18:16:07', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (414, 'B6C1244A70', '4bd1fba080e01c1448e810592d2e8a6d', 652, 1, '', 'Dawn Kruger', '10942 W. Wildwood Ln Apt D310', 'W. Allis', 'WI', '53227', 'US', '4147044470', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6943', '03', '2016', 'success', 'payflowpro', 'live', 'ELCPA7237437', '', '2014-01-28 19:35:10', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (415, 'E0EB587B04', '6a5af6163815fb6f16a78448173542c5', 1926, 1, '', 'Megan Hankins', '18 Mounds Rd Apt 7', 'San Mateo', 'CA', '94402', 'US', '7725840425', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6136', '12', '2017', 'success', 'payflowpro', 'live', 'EPFPA54350DF', '', '2014-01-28 19:48:49', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (416, 'F65CD36572', 'e4da474fe444cd34d6cd1610c9a3bfc4', 695, 1, '', 'DeLaura DeMarco-Logue', '15635 N. 29th Way', 'Phoenix', 'AZ', '85032', 'US', '6027690375', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6333', '07', '2014', 'success', 'payflowpro', 'live', 'EQFPA599F540', '', '2014-01-28 20:58:16', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (417, '38A8EEF64E', '35dabd20cd60294fa83bced1e4ac7fdb', 303, 1, '', 'Bill Steele', '9004 Monroe Ave.', 'Brookfield', 'IL', '60513', 'US', '708/3877418', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6987', '02', '2016', 'success', 'payflowpro', 'live', 'EQCPA59A5FCD', '', '2014-01-28 21:15:22', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (418, '92DF147D11', 'a765272bac8cb4c2cde7a5823373ed5a', 112744, 1, '', 'Sarah Pechtel', '534 Denver St', 'Lansing', 'MI', '48910', 'US', '5174834476', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9738', '06', '2016', 'success', 'payflowpro', 'live', 'ESJPB4F6E0B2', '', '2014-01-29 06:16:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (419, 'F42390BF9F', 'a21e234d0537fed2d474ab01f6645fb8', 113405, 1, '', 'Deborah MacEvoy', '51 Lynwood Road', 'Verona', 'New Jersey', '07044', 'US', '9732718619', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9821', '12', '2014', 'success', 'payflowpro', 'live', 'EXJPB7191208', '', '2014-01-29 08:17:37', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (420, '6185D3A0F8', '0d6b6ff10813f6ebee43786097f5ac41', 113620, 1, '', 'Jennifer Osler', '1217 29th Ave Ct', 'Moline', 'IL', '61265', 'US', '3614461209', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9644', '11', '2015', 'success', 'payflowpro', 'live', 'ESJPB4F937EC', '', '2014-01-29 09:26:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (421, '18E51A5353', 'a6b9250e88fe067f353cc545602e17b7', 114447, 1, '', 'Maureen Cleary', '7622 Windbridge Drive Apt 21', 'Sacramento', 'CA', '95831', 'US', '7082509280', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX3204', '10', '2017', 'success', 'payflowpro', 'live', 'EUJPB66D60B0', '', '2014-01-29 15:39:02', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (422, 'E182EABE13', 'e22b572004e292046a6e88afde8916c4', 114730, 1, '', 'Rebecca Miller', '3220 Connecticut Ave NW 211', 'Washington', 'District of Columbia', '20008', 'US', '3025281840', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7613', '05', '2015', 'success', 'payflowpro', 'live', 'EPFPA55174BF', '', '2014-01-29 17:14:04', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (423, '46B301D310', '73803dda8fce4ec9ca592fbd95040ef5', 115149, 5, '', 'Ashley Gill', '3205 NW 83rd St. Apt # 2512', 'Gainesville', 'Florida', '32606', 'US', '3865903172', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX5371', '07', '2014', 'success', 'payflowpro', 'live', 'EUYPB66EDDBB', '', '2014-01-29 17:48:43', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (424, '273312738D', 'e93c6b089c56844e9e15d373505d7666', 115490, 1, '', 'Mary Pounder', '76 Albert Park Lane', 'San Rafael', 'CA', '94901', 'US', '4154531000', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8337', '07', '2015', 'success', 'payflowpro', 'live', 'EPFPA552050B', '', '2014-01-29 18:03:58', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (425, 'B3178F18FA', '5de55f46a459be92311cd7b4cd5f662f', 115791, 1, '', 'Kristi Glovack', '399 Niagara Falls Blvd', 'Amherst', 'NY', '14226', 'US', '7168609445', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2202', '02', '2014', 'success', 'payflowpro', 'live', 'EUYPB66F42C9', '', '2014-01-29 18:23:58', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (426, '70C58F54AE', '0c053dc669ba6e8398f7895d62276c18', 116262, 1, '', 'William Dixon', '1909 35th st', 'Moline', 'Illinois', '61265', 'US', '5639405139', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4308', '07', '2014', 'success', 'payflowpro', 'live', 'ESHPB5009438', '', '2014-01-29 18:55:57', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (427, '565D2CC524', 'e81e6aa81f42e257e15ada9544b3cee7', 116924, 1, '', 'Andrea Cole', 'PO Box 971', 'Roswell', 'NM', '88202', 'US', '5756268691', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX7773', '03', '2015', 'success', 'payflowpro', 'live', 'ETJPB6FC6297', '', '2014-01-29 19:48:43', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (428, '3FE11E2446', '54b551a6ed4445bafc9b131eb39ca9f6', 1205, 1, '', 'Jessica Kordell', '1500 Remount Rd.', 'Front Royal', 'VA', '22630', 'US', '2404185188', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7021', '04', '2015', 'success', 'payflowpro', 'live', 'EQFPA5A92B9E', '', '2014-01-29 20:25:47', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (429, '5A79B39466', '47e23790ca1741db9e823a7d855e0831', 118924, 5, '', 'Carly Thomas', '2930 SW 23rd Terrace Apartment 2404', 'Gainesville', 'Florida', '32608', 'US', '7723238431', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX4575', '11', '2015', 'success', 'payflowpro', 'live', 'EXYPB7298A86', '', '2014-01-30 08:54:04', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (430, '37D1675B60', '72dac4e1722545849e7c2f20b9211f36', 119085, 2, '', 'Devin Wisman', '6377 Chevy Chase Drive Apartment #307', 'Houston', 'Texas', '77057', 'US', '9208382015', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX9188', '04', '2016', 'success', 'payflowpro', 'live', 'ETJPB704DA1C', '', '2014-01-30 09:51:48', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (431, '3CEDC9216F', '617b175deedcf910fd4c48193d1094d7', 1536, 1, '', 'Kimberly Susukida', '3620 Scenic Dr', 'Redding', 'CA', '96001', 'US', '7073278487', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2424', '06', '2016', 'success', 'payflowpro', 'live', 'EXYPB72ADFE6', '', '2014-01-30 10:40:08', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (432, '738D4CB86C', '62a79e7160ea1317bd2f3e987777b8fa', 2112, 2, '', 'Pat Meekins', '485 E. 8800 S.', 'Sandy', 'UT', '84070', 'US', '8016719492', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX4631', '01', '2017', 'success', 'payflowpro', 'live', 'EUHPB67C374A', '', '2014-01-30 14:43:44', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (433, 'F9A0B2FD93', 'a62b3a74d82a676b957fd97174ce417f', 1130, 1, '', 'Jennifer Proscia', '18 timberwood lane', 'Oak Ridge', 'NJ', '07438', 'US', '6316817112', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX1654', '12', '2018', 'success', 'payflowpro', 'live', 'EXHPB733C871', '', '2014-01-30 19:21:24', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (434, 'FB25C9422E', 'bee510665cdbe8aa37268142a69fa729', 122134, 1, '', 'Amy Dietz', '912 West Jacinto Circle', 'Mesa', 'Arizona', '85210', 'US', '4802725456', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1470', '08', '2017', 'success', 'payflowpro', 'live', 'EPCPA5654CD5', '', '2014-01-30 19:47:02', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (435, '68D4C936A2', '77e4b29cc6df3fb6d841679849cf48e3', 1842, 1, '', 'Marisa Elizalde', '813 Lacy Ave.', 'Streamwood', 'IL', '60107', 'US', '6302136672', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4974', '02', '2018', 'success', 'payflowpro', 'live', 'ELCPA745C5F4', '', '2014-01-30 19:47:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (436, 'BB8DCB19DB', '1813bf621be8578c9bf79bdbc6be685d', 124408, 13, '', 'Conrad Schmitt', '2600 Sunnyside Ave', 'Salt Lake City', 'Utah', '84108', 'US', '8015841703', '150.00', '0', '', 0, '', '150', '', 'Visa', 'XXXXXXXXXXXX2171', '02', '2016', 'success', 'payflowpro', 'live', 'EXJPB73C611E', '', '2014-01-31 08:28:22', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (437, '0839841D95', '2179e7baee0da72105958c6f074fc2f3', 2158, 1, '', 'Philip Fensterer', '8347 N. Hendricks St.', 'Portland', 'OR', '97203', 'US', '5038160041', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9423', '12', '2016', 'success', 'payflowpro', 'live', 'ERCPA5CEF680', '', '2014-01-31 09:22:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (438, 'C91D91E3BB', 'bb7d97dac5e6b5a63243307fcadd5707', 125103, 1, '', 'Jonathan Baker', '3269 Kent Dr', 'Melbourne', 'FL', '32935', 'US', '9549378652', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9988', '10', '2016', 'success', 'payflowpro', 'live', 'ESYPB51FCD9C', '', '2014-01-31 13:07:42', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (439, '82339CB1CF', '66233bbd95a0e8966b6d8451e44ed156', 125105, 2, '', 'Elizabeth Fisher', '15716 Thompson Rd', 'Silver Spring', 'MD', '20905', 'US', '3018065321', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX3655', '11', '2015', 'success', 'payflowpro', 'live', 'EXYPB74086F2', '', '2014-01-31 13:09:32', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (440, '3D04144F3E', 'ef210f95f7a94722e0f99a5ea0f365ef', 1249, 13, '', 'Tanganyika Wildlife Park', '1037 S 183rd Street W', 'Goddard', 'KS', '67052', 'US', '', '150', '', '', 0, '', '150', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-01-31 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (441, 'B060C96807', '719c0b1267f16bf0393584a2e9ee7529', 1881, 2, '', 'Mary A. Shinall', '397 Valleybrook Dr. NE', 'Atlanta', 'GA', '30342', 'US', '4042522458', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX7052', '10', '2015', 'success', 'payflowpro', 'live', 'ESYPB52192AC', '', '2014-01-31 15:06:50', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (442, '0204082FEE', '2280c33484168ab5fc81ebe88f9ff56a', 125790, 2, '', 'Joshua Gross', '329 W Randolph', 'Lansing', 'Michigan', '48906', 'US', '5178965272', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX7600', '11', '2016', 'success', 'payflowpro', 'live', 'ESYPB52415C7', '', '2014-01-31 18:02:14', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (443, 'B0F8A1E636', 'd758996788d42567dda80a99bf1b8695', 125806, 2, '', 'Christopher DiPiazza', '11 Bergen Ave', 'Hillsdale', 'New Jersey', '07642', 'US', '2017748272', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX2141', '06', '2014', 'success', 'payflowpro', 'live', 'EXJPB744E315', '', '2014-01-31 18:11:01', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (444, 'AC352D6B65', '51dc3f8f18f6973c6ced8b4ff791432d', 127549, 1, '', 'Christa Gaus', '2910 Roland St', 'Pittsburgh', 'PA', '15227', 'US', '2672184173', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7171', '08', '2016', 'success', 'payflowpro', 'live', 'ELFPA75F55E6', '', '2014-02-01 07:33:09', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (445, 'BF14407108', '8dc497baa0a109beefbb14e7517a6c9f', 127657, 1, '', 'Jennifer Hickman', '8808 Goosander Way', 'Highlands Ranch', 'Colorado', '80126', 'US', '3039297067', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5901', '11', '2016', 'success', 'payflowpro', 'live', 'ELFPA75FF13D', '', '2014-02-01 08:24:52', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (446, 'C6B0C700CC', 'b313c1fa44b2d6e7c1a59e1e110bf902', 127668, 1, '', 'Abigail Robbins', '124 Pidge Ave', 'Pawtucket', 'RI', '02860', 'US', '3154084192', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0190', '04', '2015', 'success', 'payflowpro', 'live', 'EXHPB74E5025', '', '2014-02-01 08:26:46', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (447, 'C74BFF3826', '9074121c6e01fec04f5ee546390e1c65', 1412, 1, '', 'Katelyn Deaton', '2 Clyde St.', 'Somerville', 'MA', '02145', 'US', '3367077835', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9840', '03', '2015', 'success', 'payflowpro', 'live', 'EQCPA5D7358F', '', '2014-02-01 10:59:08', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (448, '4D7851D5D1', '85dc8819fb089f32b55c46f9260a2c23', 129150, 1, '', 'Alexandra Reddy', '2900 Adams Mill Road NW #102', 'Washington', 'DC', '20009', 'US', '4146305969', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6559', '01', '2018', 'success', 'payflowpro', 'live', 'EUJPB6A3DED2', '', '2014-02-01 15:57:37', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (449, 'B3AB75C875', '64f4095aaab786b42e1ace87bd8005ca', 129273, 2, '', 'Elaine Dyer', '1D Daisy Drive', 'Seymour', 'CT', '06483', 'US', '2038818584', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX0826', '11', '2016', 'success', 'payflowpro', 'live', 'EPEPA5877777', '', '2014-02-01 16:42:10', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (450, '1249E6CB50', 'c1320eebf2c06f4ae13f8d13302dcc87', 132410, 1, '', 'Stephanie Meyer', '680 Mix Avenue Apartment 6L', 'Hamden', 'Connecticut', '06514', 'US', '9732296294', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9017', '11', '2014', 'success', 'payflowpro', 'live', 'ELFPA773BB73', '', '2014-02-02 12:24:58', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (451, '133568C928', '8e4cb27a960cb991c8abc04894b92bfc', 132456, 1, '', 'Stacy Johnson', '211 Wright Street #302', 'Lakewood', 'CO', '80228', 'US', '4074897019', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6988', '01', '2016', 'success', 'payflowpro', 'live', 'ESJPB54172D5', '', '2014-02-02 12:35:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (452, '15C3168D31', '6c31e13f1bd4806b95eb8d9e606cb0d9', 132494, 1, '', 'Candice Davis', '1416 Eagle Drive', 'Fort Worth', 'Texas', '76111', 'US', '8179057327', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4813', '06', '2014', 'success', 'payflowpro', 'live', 'ERFPA5F3F853', '', '2014-02-02 12:40:58', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (453, 'C780FF193D', 'e1b836fe04d873bcc9324c2f3b2c87a9', 1137, 1, '', 'Jennifer Nixon', '1885 S. Quebec Way Apt E26', 'Denver', 'CO', '80231', 'US', '5635808252', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX0359', '03', '2014', 'success', 'payflowpro', 'live', 'EPCPA594A404', '', '2014-02-02 14:35:51', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (454, 'A5E5D2719A', 'a50f9b9e59474846a4efbab04efaae7c', 2627, 1, '', 'Valerie Holt', 'P.O. Box 727', 'Moapa', 'NV', '89025', 'US', '7024673585', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5510', '11', '2016', 'success', 'payflowpro', 'live', 'ERFPA5F601A8', '', '2014-02-02 15:59:58', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (455, '7B090578F9', '4a0b9bb7b0905ed3fd8c378a1af99b8f', 1487, 1, '', 'Kelly Nation', '6385 Daybreak Dr.', 'Bartlett', 'TN', '38135-9110', 'US', '9372450876', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8870', '05', '2016', 'success', 'payflowpro', 'live', 'ELEPA778E1EF', '', '2014-02-02 21:04:40', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (456, '121F6B7943', '7dde4eea08bc955655f5fca82012c5ca', 136046, 1, '', 'Douglas Holmes', '910 E Norwood Ave', 'Peoria', 'IL', '61603-1306', 'US', '3096823938', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0520', '09', '2015', 'success', 'payflowpro', 'live', 'ETHPB74DC79E', '', '2014-02-03 12:22:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (457, 'ACA4403DA4', '03326037eb7fde339f34d51f89b53a21', 1642, 5, '', 'Lauren Augustine', '7570 Wood Mist Lane', 'Falls Church', 'VA', '22043', 'US', '6105854977', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX3998', '01', '2015', 'success', 'payflowpro', 'live', 'EPEPA5B2913A', '', '2014-02-04 08:57:25', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (458, '810C350490', '0a4cfbbb99a7574f7db55290a6fe5b10', 965, 1, '', 'Heather Biszak', '1213 D St.', 'Omaha', 'NE', '68107-2229', 'US', '4025476850', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2805', '08', '2017', 'success', 'payflowpro', 'live', 'EPFPA5B2B068', '', '2014-02-04 09:06:08', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (459, '2D75C11F0D', '8cd1b19262dadea6750185755a99d59e', 138781, 3, '', 'Jax Hoggard', '219 Elgin Point Southeast', 'Calgary', 'Alberta', 'T2Z4Z8', 'CA', '4039231644', '55.00', '0', '', 0, '', '55', '', 'Visa', 'XXXXXXXXXXXX8695', '03', '2017', 'success', 'payflowpro', 'live', 'EREPA6154B37', '', '2014-02-04 11:31:13', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (460, 'DCF6F97F3A', '3300edba4f4403b5b0bd086b66f5c04b', 138975, 1, '', 'laney wilkins', '105 w.  crossroads', 'roswell', 'new mexico', '88203', 'US', '5753472222', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0080', '03', '2015', 'success', 'payflowpro', 'live', 'EXJPB784746D', '', '2014-02-04 12:47:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (461, '6B2DDB13CE', '0a4cfbbb99a7574f7db55290a6fe5b10', 1679, 13, '', 'Lesley Day', 'P.O. Box 6973', 'Bend', 'OR', '97701', 'US', '5414104122', '150.00', '0', '', 0, '', '150', '', 'Visa', 'XXXXXXXXXXXX5496', '08', '2014', 'success', 'payflowpro', 'live', 'EUYPB6D4316F', '', '2014-02-04 14:37:32', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (462, 'E351AEFF64', 'cb98092b20263fa84c8baf7c23aa7968', 2395, 1, '', 'Shannon Santangelo', '1554 Glenn Brooke Woods Circle', 'Ballwin', 'MO', '63021', 'US', '3149561313', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3480', '05', '2014', 'success', 'payflowpro', 'live', 'EQEPA60DBAD0', '', '2014-02-04 15:32:37', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (463, 'DB7861CF1D', '7d7e97894da5d298754c8a415f3c5dcf', 140006, 5, '', 'Rebecca Newton', '2201 Stonehenge Drive apt #4', 'Raleigh', 'NC', '27615', 'US', '4075804551', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX6251', '08', '2015', 'success', 'payflowpro', 'live', 'EREPA61A3996', '', '2014-02-04 17:43:46', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (464, '2FF380D13D', '1f779df8ac7d41796ff7952bfa6f125d', 2797, 5, '', 'Victoria Chamberlain', '441 Kearney Ave', 'Colorado Springs', 'CO', '80906', 'US', '6179134753', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX1092', '09', '2014', 'success', 'payflowpro', 'live', 'ETHPB7638444', '', '2014-02-04 18:22:51', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (465, '261EDE1EE2', '63360259beaa518ce5da6876ff0e56ba', 142687, 1, '', 'Tessa Giannini', '4308 Charlesgift Court', 'West River', 'MD', '20778', 'US', '4438487376', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0568', '07', '2016', 'success', 'payflowpro', 'live', 'EUYPB6E18E68', '', '2014-02-05 10:14:01', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (466, 'FD5216806E', 'bcbc8481386b51522df76c4db145bf99', 142704, 2, '', 'mark delves', '113 Norrostown PL', 'Garner', 'NC', '27529', 'US', '9196070576', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX2807', '05', '2015', 'success', 'payflowpro', 'live', 'EUYPB6E1B918', '', '2014-02-05 10:26:06', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (467, 'DAC963BF0F', 'edc38e10503cf99125a3b19d93a8b7d0', 2051, 1, '', 'Nancee Hutchinson', '535 Grapevine Ln.', 'Ft. Wayne', 'IN', '46825', 'US', '5172856546', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9556', '05', '2014', 'success', 'payflowpro', 'live', 'EXHPB7963F1B', '', '2014-02-05 13:46:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (468, '1B9975C433', 'e156799ee6a7b2fce41cf2c9ca892e46', 144124, 5, '', 'Hannah Jones', '2761 Military St.', 'Port Huron', 'MI', '48060', 'US', '8103345497', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX0408', '06', '2016', 'success', 'payflowpro', 'live', 'EQFPA6211CDB', '', '2014-02-05 18:42:49', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (469, '7CFCC7D739', 'a6b9250e88fe067f353cc545602e17b7', 1899, 1, '', 'Matthew Ardaiolo', '7622 Windbridge Dr. Apt 21', 'Sacramento', 'CA', '95831', 'US', '8039848071', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8040', '04', '2016', 'success', 'payflowpro', 'live', 'EREPA62C31AC', '', '2014-02-05 19:12:06', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (470, '408FA0DD46', '6e3d36c0a5c24093129205520df73736', 144211, 5, '', 'Casmera Gendernalik', '4326 Duck Creek Ln', 'Whitehall', 'Michigan', '49461', 'US', '9897453970', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX5826', '06', '2016', 'success', 'payflowpro', 'live', 'ELEPA7AC16DD', '', '2014-02-05 19:15:31', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (471, 'B9C874B104', '3c520dee2620ecbfb75f52349ea3a4fd', 751, 9, '', 'Dr. G. Alex Ruebel: Director', 'Zurichbergstr. 221', 'Zurich', 'Zurich', 'CH-8044', 'CH', '+41 44 254 25 00', '55.00', '0', '', 0, '', '55', '', 'Mastercard', 'XXXXXXXXXXXX8027', '01', '2016', 'success', 'payflowpro', 'live', 'EREPA630E785', '', '2014-02-06 02:52:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (472, 'B58F6A8B7B', 'eca9ff83dc84f1a22188a816a118c763', 145706, 1, '', 'Cari Hansen', '14096 SW 121st Place', 'Miami', 'Florida', '33186', 'US', '2629450094', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2491', '09', '2015', 'success', 'payflowpro', 'live', 'ESHPB5814A5D', '', '2014-02-06 07:10:39', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (473, 'FB8936FC3A', '107d657eb6c6d5ef5d6d09ae1c190174', 857, 2, '', 'Erika Bauer', '7112 Wilson Lane', 'Bethesda', 'MD', '20817', 'US', '4122665702', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX7859', '03', '2016', 'success', 'payflowpro', 'live', 'ESJPB582B6A9', '', '2014-02-06 08:53:51', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (474, '9FD2DC90AF', '9a4c6d0b0365903f2d81024e622e209d', 146043, 1, '', 'Emily Porter', '1631 Preston Road', 'Alexandria', 'VA', '22302', 'US', '2026334360', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9076', '09', '2015', 'success', 'payflowpro', 'live', 'EUJPB6F2751E', '', '2014-02-06 09:54:15', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (475, '5A42CFADA9', 'b9e8514e07c94b24e7bffdf20efee765', 295, 1, '', 'Bethany Wlaz', '654 Wheat Mill Ct. W.', 'Millersville', 'MD', '21108-1531', 'US', '4109807697', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5366', '12', '2015', 'success', 'payflowpro', 'live', 'EXJPB7AA9F7A', '', '2014-02-06 17:59:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (476, '87BFF24D7C', '2182e0c79f85df16cb422e3b05fea43b', 149657, 2, '', 'Nancy Cooper', '2333 N. Pyrite', 'Mesa', 'Arizona', '85207', 'US', '6027930818', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX9146', '10', '2016', 'success', 'payflowpro', 'live', 'EUJPB6F90A4C', '', '2014-02-06 18:09:15', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (477, 'E0C9D00DAA', 'bec6aa70b14665cd730ff883f186ad17', 149704, 1, '', 'Gina Pisciotta', '910 24th Ln', 'Pueblo', 'Colorado', '81006', 'US', '7196717990', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3803', '07', '2015', 'success', 'payflowpro', 'live', 'EPCPA5DC3B3F', '', '2014-02-06 18:26:12', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (478, '3965684FF4', 'fe7bdb2126b36dfa6eab3e8925ffac52', 500, 2, '', 'Christine Daywalt', '11776 Bakers Lane', 'King George', 'VA', '22485', 'US', '5407752575', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX9517', '03', '2015', 'success', 'payflowpro', 'live', 'ERFPA63DD19F', '', '2014-02-06 20:06:05', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (479, '279AA65E46', '938d7766d248bf2435abea425540c0cc', 157985, 1, '', 'Aaron Joyner', '319 Elberton Dr', 'Davenport', 'FL', '33897', 'US', '4077014846', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8575', '09', '2014', 'success', 'payflowpro', 'live', 'ELEPA7CA6C8E', '', '2014-02-07 14:16:13', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (480, '7612A852B2', 'cc7666514dc8b07fb066c7f3674da541', 158277, 2, '', 'Bonnie Mickle', '77 Cushing Rd.', 'Milton', 'MA', '02186', 'US', '6179108210', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX7947', '10', '2017', 'success', 'payflowpro', 'live', 'ESJPB5999BC8', '', '2014-02-07 16:15:05', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (481, 'D5B667F5C1', '1ffcb8a4d20196d518936f081117c1ed', 1655, 1, '', 'Lawrie Arends', '931 Saint Paul St 3R', 'BALTIMORE', 'MD', '21202', 'US', '9739001343', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8368', '02', '2015', 'success', 'payflowpro', 'live', 'ETJPB796F3EF', '', '2014-02-07 19:08:23', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (482, '4771D9B01B', '13b00d9f17226ac21569e94dee9a6d56', 2516, 1, '', 'Susannah Turner', '509 W. Forrest Lawn Ave.', 'Peoria', 'IL', '61615', 'US', '3096898371', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4892', '10', '2016', 'success', 'payflowpro', 'live', 'ESYPB5A3060D', '', '2014-02-08 07:18:50', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (483, '16E3E63F0D', 'eecddd909d9d6c640fb75340245053d6', 2252, 1, '', 'Robin F. Chambers', '909 Jancey St.', 'Pittsburgh', 'PA', '15206', 'US', '4124048708', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9015', '05', '2016', 'success', 'payflowpro', 'live', 'ETJPB79F97DD', '', '2014-02-08 09:18:47', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (484, '1A603A24E1', '5de49f7d505300eca8b0033f7f3c10a5', 1015, 1, '', 'Jackie Spicer', '4520 Madison St.', 'Riverdale', 'MD', '20737', 'US', '2402983831', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8922', '03', '2016', 'success', 'payflowpro', 'live', 'EQFPA64CA160', '', '2014-02-08 10:19:13', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (485, '2A730FB478', '03f3923936a17908da8ea61bc616a4ff', 1955, 1, '', 'Melissa Sooter', '5725 Parkview Hills Ln.', 'Forth Worth', 'TX', '76179', 'US', '8157420182', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2720', '08', '2016', 'success', 'payflowpro', 'live', 'ERCPA657A329', '', '2014-02-08 10:48:17', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (486, 'DC272EE5C0', 'd7e7518bd8ac689488fbeed69ddc66d4', 161042, 1, '', 'Samantha Aemmer', '500 Edgewood Ave', 'Akron Ohio', 'Ohio', '44307', 'US', '3303752550Ext7257', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5291', '11', '2014', 'success', 'payflowpro', 'live', 'EPEPA5F890D2', '', '2014-02-08 13:02:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (487, '0BD75576A7', '0547bfd8550d76ecdb0e53d0a1ebfbea', 161117, 2, '', 'Monica Battersby', '3624 181st St E', 'Tacoma', 'WA', '98446', 'US', '2536555741', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX6721', '05', '2017', 'success', 'payflowpro', 'live', 'EPFPA5F8A5D0', '', '2014-02-08 13:10:13', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (488, '6DDB802EE2', '5ab2a50bebc32dde5e08e482f600b478', 1485, 1, '', 'Kelly Bennett', '3237 Salt River Rd.', 'Rineyville', 'KY', '40162', 'US', '2707658141', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5343', '04', '2015', 'success', 'payflowpro', 'live', 'EREPA65CAE8F', '', '2014-02-08 18:59:43', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (489, 'F3F7E82AE5', '7ec3234afb968c39e5ea68dbdd48b730', 485, 2, '', 'Christina Tucci', '6449 Carson Dr.', 'E. Syracuse', 'NY', '13057', 'US', '3154636081', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX5099', '03', '2014', 'success', 'payflowpro', 'live', 'ETHPB7A5C63E', '', '2014-02-08 19:21:14', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (490, '89FAAAD00D', 'e7b2be706249548aae3204506c3dc9be', 1817, 1, '', 'Marcy Thompson', '4255 23rd Ave. S.', 'Fargo', 'ND', '58104', 'US', '7012386265', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX6747', '07', '2016', 'success', 'payflowpro', 'live', 'EPEPA6037B07', '', '2014-02-09 08:30:50', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (491, '10937937C2', 'fc0eb6552874fee85a6f1eb3303d1e8e', 163983, 1, '', 'Josh Kramer', '2375 Olinda Road', 'Makawao', 'HI', '96768', 'US', '8085720009', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3243', '10', '2014', 'success', 'payflowpro', 'live', 'EQEPA65A1260', '', '2014-02-09 10:03:28', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (492, 'C7F13D67DE', 'e705b852f3a78ef19b9bd9402d82d419', 164592, 5, '', 'Annette Pedrogo', '9525 B Hamilton Loop', 'Fort Drum', 'NY', '13603', 'US', '3156641681', '30.00', '0', '', 0, '', '30', '', 'Mastercard', 'XXXXXXXXXXXX6512', '10', '2014', 'success', 'payflowpro', 'live', 'EQCPA65C8878', '', '2014-02-09 13:39:16', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (493, '2CC5B76DFB', 'a557c067486c1cb42eb68d8c38ba058d', 164658, 1, '', 'Miriam Ruthford', '27304 24th Ave. S. Apt. 86', 'Federal Way', 'WA', '98003', 'US', '4153593653', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7012', '12', '2014', 'success', 'payflowpro', 'live', 'ERCPA6677583', '', '2014-02-09 14:02:36', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (494, '4D7E7F2023', '5e43a3f6510f9ceabb905816983e5277', 165150, 1, '', 'Amanda Davis', '166D Blue Vista Trail', 'Webster', 'NY', '14580', 'US', '5855900682', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2196', '05', '2015', 'success', 'payflowpro', 'live', 'EQCPA65ED901', '', '2014-02-09 17:29:28', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (495, '04BD137D08', '45c47bd55e4c5efc6e5674ebc6585f3e', 340, 1, '', 'Britanny Burkhalter', '1929 Mammoth Way', 'Sacramento', 'CA', '95834', 'US', '6787795625', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5026', '07', '2015', 'success', 'payflowpro', 'live', 'ETYPB7B399B2', '', '2014-02-09 19:19:38', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (496, 'E218858472', 'e781f1141f901e15752eb740e956516e', 412, 1, '', 'Carrie Henika', '3105 Bellas Artes Circle', 'San Ramon', 'CA', '94582', 'US', '9254519989', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7719', '05', '2014', 'success', 'payflowpro', 'live', 'EUYPB72957E1', '', '2014-02-09 22:45:41', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (497, '9E914666F0', 'b3113e62ae6c24483f8ced3920816ee8', 1720, 1, '', 'Lindsay Renner', '770 E. Browning Ave.', 'Salt Lake City', 'UT', '84105', 'US', '5742765004', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8460', '03', '2016', 'success', 'payflowpro', 'live', 'EPFPA6144E78', '', '2014-02-10 10:27:01', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (498, '60B20394F2', '8e65ba65d70a3b72788dbd92b93351e7', 170504, 18, '', 'IMATA', '1200 S Lake Shore Drive', 'Chicago', 'IL', '60605-2490', 'USA', '3126923193', '0', '', '', 0, '', '0', '', '', '', '', '', 'success', 'payflowpro', 'live', '', '', '2014-02-10 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (499, '7462DDC897', '187ffea90cb25568ccdfbe9b28e82529', 643, 13, '', 'North Carolina Zoological Park', '4401 Zoo Parkway', 'Asheboro', 'NC', '27205', 'USA', '', '150', '', '', 0, '', '150', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-11 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (500, '92D62CE917', '0b16a96b3484d4e85a1d44b321a2771f', 171816, 2, '', 'Ashley Sousa', '1365 Wainwright Ave.', 'San Leandro', 'CA', '94577', 'US', '5103321633', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX9735', '06', '2017', 'success', 'payflowpro', 'live', 'ETYPB7C40D78', '', '2014-02-10 18:03:35', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (501, '6831AA8959', '2131b160526c4b98ea742d6cec21cbf8', 133, 1, '', 'Amy Petersen', '2423 Hayes Avenue', 'Racine', 'WI', '53405', 'US', '2629301941', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8426', '11', '2016', 'success', 'payflowpro', 'live', 'EUHPB739F6FB', '', '2014-02-10 20:21:07', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (502, '39BF2E8A44', '62554728e56252c0a9a7e1e615f5be3c', 174223, 1, '', 'Jamie Orth', '2724 Calhoun', 'New Orleans', 'LA', '70118', 'US', '5042125344', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4409', '07', '2017', 'success', 'payflowpro', 'live', 'ETHPB7CDE263', '', '2014-02-11 09:18:57', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (503, '195E34AC2E', '2766e250c97d52421de08c48060cb357', 2198, 1, '', 'Rebecca Sigafoos', '1001 Amity Rd.', 'Asheboro', 'NC', '27203', 'US', '3026900239', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX4316', '08', '2018', 'success', 'payflowpro', 'live', 'EQEPA67A8A0A', '', '2014-02-11 09:19:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (504, '4AEF199870', '31fe1eac0736204076a529d212ac765f', 1610, 1, '', 'Laura Laudenslager', '192 Michele Way', 'Harleysville', 'PA', '19438', 'US', '6106985744', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4620', '07', '2014', 'success', 'payflowpro', 'live', 'EQCPA67A9741', '', '2014-02-11 09:23:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (505, '185DF783C1', 'd5ef7c0a68660095da783f92fdae59c9', 855, 1, '', 'Erik Beckman', '11623 Castilian Ct.', 'Dublin', 'CA', '94568', 'US', '4153785291', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2929', '02', '2017', 'success', 'payflowpro', 'live', 'ESHPB5D333CB', '', '2014-02-11 10:04:02', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (506, '6A33EF346E', '63d7c9ac90464ad2e18354674ce1bd9b', 741, 2, '', 'Donna Smith', '630 West St.', 'Ft. Morgan', 'CO', '80701', 'US', '9708675369', '40.00', '0', '', 0, '', '40', '', 'Discover', 'XXXXXXXXXXXX3281', '11', '2014', 'success', 'payflowpro', 'live', 'ELFPA8062DDE', '', '2014-02-11 10:34:48', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (507, 'D4114FB8BE', '5576ffa77515c5867cc54546071a5273', 174438, 1, '', 'Betsy Salmon', '7979 SE 5th Street', 'Des Moines', 'Iowa', '50315', 'US', '5154913047', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1937', '11', '2016', 'success', 'payflowpro', 'live', 'ESYPB5D3C1D6', '', '2014-02-11 10:44:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (508, '8882DC5B6C', '63d7c9ac90464ad2e18354674ce1bd9b', 174441, 1, '', 'Stephanie Hollister', '3503 Longmeadow Drive', 'Bryant', 'AR', '72202', 'US', '7197615152', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9525', '05', '2016', 'success', 'payflowpro', 'live', 'ELCPA8065403', '', '2014-02-11 10:46:26', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (509, '01FF9DC477', '63d7c9ac90464ad2e18354674ce1bd9b', 174676, 14, '', 'Australian Society of Zoo Keepers', '', '', '', '', 'Australia', '', '0', '', '', 0, '', '0', '', '', '', '', '', 'success', 'payflowpro', 'live', '', '', '2014-02-11 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (510, '3CA356C98A', '63d7c9ac90464ad2e18354674ce1bd9b', 175389, 14, '', 'International Rhino Foundation', '201 Main Street Suite 2600', 'Fort Worth', 'TX', '76102', 'US', '', '0', '', '', 0, '', '0', '', '', '', '', '', 'success', 'payflowpro', 'live', '', '', '2014-02-11 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (511, 'B4318D190D', '958b89526d0831cc60532d95df912cba', 175643, 1, '', 'Emily Kornmuller', '5702 E. Holmes St.', 'Tucson', 'Arizona', '85711', 'US', '5209549109', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0641', '07', '2014', 'success', 'payflowpro', 'live', 'ESYPB5D83659', '', '2014-02-11 16:19:41', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (512, '52903D9A0A', 'be63c690740508f05d9988a0ec854704', 316, 1, '', 'Brandy Souders', '7630 Pissarro Dr. Apt 205', 'Orlando', 'FL', '32819', 'US', '4074882265', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9378', '05', '2015', 'success', 'payflowpro', 'live', 'ERFPA68BC71A', '', '2014-02-11 17:31:15', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (513, '2BBD4D618D', '24fe1a3fc0df43d5fe5c01cffacb2a6a', 175939, 1, '', 'brittney powers', '3217 w. walter way', 'phoenix', 'AZ', '85027', 'US', '6233320170', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3728', '09', '2015', 'success', 'payflowpro', 'live', 'EQEPA681B22D', '', '2014-02-11 18:22:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (514, '94CC243C74', '9daca046511c8811cec603250757cff7', 175981, 1, '', 'Marie Leighton', '152 Hoit Road', 'Concord', 'NH', '03301', 'US', '6032239966', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3163', '04', '2016', 'success', 'payflowpro', 'live', 'ELFPA80C8664', '', '2014-02-11 18:41:41', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (515, 'F8742CD50D', '63fc959d29ae6c8da5a22b9322c7470c', 176232, 1, '', 'Lauren Ayres', '1740 Sunset Cliffs Blvd', 'San Diego', 'CA', '92107', 'US', '4063604696', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5132', '12', '2016', 'success', 'payflowpro', 'live', 'EQCPA6832F58', '', '2014-02-11 20:33:21', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (516, 'A4F9BF52B3', 'c3791fc8cd31265379422c758a356875', 178061, 1, '', 'Maureen Meslovich', '3697 Fenley Road', 'Cleveland Heights', 'Ohio [OH]', '44121', 'US', '2165703336', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2508', '12', '2015', 'success', 'payflowpro', 'live', 'EXJPB8031B13', '', '2014-02-12 07:46:51', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (517, 'EE9357915D', 'afb19e0182524a7df4a635e5cfb56129', 178204, 1, '', 'Jessica Walker', '932 Ridgewood Drive Apt. 16', 'Fort Wayne', 'Indiana', '46805', 'US', '7654341291', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX2025', '05', '2014', 'success', 'payflowpro', 'live', 'EQEPA68B7F23', '', '2014-02-12 09:02:45', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (518, 'A0266C6A3D', '3a0b63b76627b74d7d7ab03b17bb804d', 2570, 1, '', 'Tiffany Chapman', '2309 Whispering Maple Dr.', 'Orlando', 'FL', '32837', 'US', '4074308495', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1074', '02', '2016', 'success', 'payflowpro', 'live', 'EPFPA635D021', '', '2014-02-12 09:03:47', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (519, '3E07BD824B', 'a1f5e1250f3080b9d21516e034a684ef', 704, 1, '', 'Dennis Charlton', '3932 Bronson Lane', 'Evansville', 'IN', '47711', 'US', '8124832681', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6600', '01', '2016', 'success', 'payflowpro', 'live', 'ESYPB5E39C94', '', '2014-02-12 09:06:09', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (520, 'A1B5E26189', 'def0a3230c9708e5500239c3067bbf3d', 1607, 2, '', 'Lane Entrekin', '14267 Woods Valley Rd.', 'Valley Center', 'CA', '92082', 'US', '5109184567', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX8662', '05', '2015', 'success', 'payflowpro', 'live', 'EPEPA6366C4B', '', '2014-02-12 09:45:33', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (521, '5B15686BAD', '405aa184ff090e4cc2fd5ac2da59ae11', 2507, 1, '', 'Susan Faso', '5 Naomi Lane', 'Cazenovia', 'NY', '13035', 'US', '3157083857', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX3140', '03', '2018', 'success', 'payflowpro', 'live', 'EXHPB806E39A', '', '2014-02-12 12:12:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (522, '1312E2E6BD', 'cdcc28dce0052c0444771b1ba6dc81be', 179127, 5, '', 'Ashley Griffin', '1541 Silver Street', 'Jacksonville', 'Florida', '32206', 'US', '9045884818', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX8840', '07', '2015', 'success', 'payflowpro', 'live', 'ETYPB7E36ABF', '', '2014-02-12 14:05:32', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (523, '61F229A2F4', '54e1c2243fde216fcc5f2a65e8e3b98f', 179163, 5, '', 'Samantha Johnson', '3205 NW 83rd Street Apt. 2512C', 'Gainesville', 'Florida', '32606', 'US', '2517521022', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX8874', '02', '2016', 'success', 'payflowpro', 'live', 'EUHPB75790C3', '', '2014-02-12 14:19:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (524, '9FBBE2FADA', 'ca84cde034ccf93b637635d7a81cb61a', 953, 1, '', 'Hans Jorgensen', '1150 Hennepin Ave Apt 1103', 'Minneapolis', 'MN', '55403', 'US', '6053102109', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9817', '05', '2014', 'success', 'payflowpro', 'live', 'ETYPB7E3D354', '', '2014-02-12 14:20:58', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (525, '8F3E31ADD5', 'be1646974cde1ef69d88f5f7de9ed832', 179263, 1, '', 'Cassie Cox', '1595 Bayview Drive', 'Fort Wayne', 'IN', '46815', 'US', '4193224957', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX6876', '12', '2015', 'success', 'payflowpro', 'live', 'EUHPB7584382', '', '2014-02-12 15:02:39', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (526, '5067E3F83A', '41bbbe67205380942e3315705a9aee3a', 1801, 1, '', 'Maicie Sykes', '2325 West 7th St APT 2', 'Duluth', 'MN', '55806', 'US', '2187304500ext103', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3949', '07', '2014', 'success', 'payflowpro', 'live', 'EXJPB809FDF9', '', '2014-02-12 15:12:13', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (527, '482A11382B', '6255e7bf859aa9e02b43c112bbbaa85e', 179307, 2, '', 'Dustin Roudenbush', '83 Highy Park Drive', 'New Albany', 'Indiana', '47150', 'US', '8125571264', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX5815', '11', '2014', 'success', 'payflowpro', 'live', 'ETJPB7E4BB5C', '', '2014-02-12 15:21:14', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (528, '837F98CABE', '0fc727e13816031d658601147e185c36', 1438, 1, '', 'Kathryn Barszczowski', '1301 Florida Ave.', 'Little Rock', 'AR', '72207', 'US', '7246577080', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6307', '10', '2016', 'success', 'payflowpro', 'live', 'EUHPB75A4F02', '', '2014-02-12 17:47:01', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (529, 'F715D0EE55', 'ec216fc19e23eea4639deb2966c9892b', 1616, 1, '', 'Laura Trechsel', '7455 S. Lake Sarah Dr.', 'Rockford', 'MN', '55373', 'US', '9524319362', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6518', '11', '2016', 'success', 'payflowpro', 'live', 'ELEPA8272716', '', '2014-02-13 10:42:48', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (530, '19470AE131', 'bb948a2cac19fa52c9097184ded83723', 1936, 1, '', 'Meghan Bohn', '6500 N. University St. #204', 'Peoria', 'IL', '61614', 'US', '3097133598', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX8481', '01', '2017', 'success', 'payflowpro', 'live', 'ELEPA82A369F', '', '2014-02-13 14:30:47', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (531, '92C8172D9C', '55d0479fedfce6303c7363439d3e5d8e', 720, 1, '', 'Diane Brabec', 'P.O. Box 6741', 'La Quinta', 'CA', '92248', 'US', '7607990097', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2353', '09', '2014', 'success', 'payflowpro', 'live', 'EQFPA6A00F68', '', '2014-02-13 14:59:57', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (532, '06E4E46A52', '4cc53c4306c92863f46f82e431f0bce1', 184070, 1, '', 'Dan Turoczi', '24264 Cloverlawn St', 'Oak Park', 'MI', '48237', 'US', '4402239858', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX0118', '03', '2015', 'success', 'payflowpro', 'live', 'EPFPA64B2113', '', '2014-02-13 16:06:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (533, '39383BBF46', 'e5a3a25e57da8a7462772dedbb744dfe', 184309, 1, '', 'Heather Stults', '540 S. Dexter Dr.', 'Lansing', 'MI', '48910', 'US', '5179747161', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3459', '03', '2016', 'success', 'payflowpro', 'live', 'ELFPA82C2A0F', '', '2014-02-13 17:04:02', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (534, '07535E7C7C', '94496afa2271bc083305f668e4c4e700', 152, 2, '', 'Andrea Stein', '200 Post Rd. #505', 'Warwick', 'RI', '02888', 'US', '4017853510', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX3208', '02', '2017', 'success', 'payflowpro', 'live', 'ETYPB7FFCE40', '', '2014-02-14 07:59:39', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (535, 'ADB2A0B0FE', 'df5bb69ca71df39e9ec5ac05059f9868', 77, 5, '', 'Allison Waltz-Hill', '46 Putnam Street Apt. 1', 'Somerville', 'MA', '02143', 'US', '4803700277', '30.00', '0', '', 0, '', '30', '', 'Mastercard', 'XXXXXXXXXXXX3036', '01', '2016', 'success', 'payflowpro', 'live', 'ELCPA835B8DC', '', '2014-02-14 08:16:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (536, 'FAB25DBC9D', '2a80e7f14308ca09113d730ddb9d932b', 188906, 1, '', 'Raul Pereyra', 'California Science Center Foundation 700 Exposition Park Drive', 'Los Angeles', 'California', '90037', 'US', '2137442272', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2318', '10', '2016', 'cancelled', 'payflowpro', 'live', 'ETYPB803B532', '', '2014-02-14 12:47:17', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (537, '081E747A51', '6833b1086f03bbdb5637df31451cfeaf', 1505, 1, '', 'Kendle Enter', '100 Aquarium Wharf', 'Charleston', 'SC', '29401', 'US', '8435798599', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3102', '08', '2017', 'success', 'payflowpro', 'live', 'ELFPA839AEB2', '', '2014-02-14 13:10:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (538, '57CBCFBE3E', 'a1e2f341277a02be094ecac7262d8f8a', 1056, 1, '', 'Jan Brigham', '2107 Devonshire Ave', 'Lansing', 'MI', '48910', 'USA', '5174823922', '45', '', '', 0, '', '45', 'Check', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-14 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (539, '725B9CFA74', '1016bdef74b22c0d50b164e7ed5a80f8', 2603, 1, '', 'Tracy Rein', '3057 Meramar Ct.', 'St. Louis', 'MO', '63129', 'US', '6369385900', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0754', '08', '2016', 'success', 'payflowpro', 'live', 'ERCPA6BBCC02', '', '2014-02-14 15:48:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (540, 'DEA68E9350', '8ba5ef5fc7123fafd4830fc0c84959f5', 2337, 2, '', 'Sarah Kruse Doherty', '2682 Buckner Ave. Unit H', 'Fort Meade', 'MD', '20755', 'US', '2542584140', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX8842', '02', '2015', 'success', 'payflowpro', 'live', 'EPFPA66CB28C', '', '2014-02-15 17:44:18', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (541, '5522CAFD3E', '23fcf560b029561ac1aa3721edb06ba3', 194131, 1, '', 'Matt Eggert', '551 River Hill Circle Apt. 531', 'Columbia', 'SC', '29210', 'US', '4193467822', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4523', '06', '2016', 'success', 'payflowpro', 'live', 'EUYPB78C87D6', '', '2014-02-15 20:07:44', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (542, 'D9AE710AFC', 'c155a3f10f3a8bda89f5af0e06a58c50', 195687, 5, '', 'Katrina Camaiore', '28882 South River rd', 'Harrison Township', 'Michigan', '48045', 'US', '5868040026', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX6634', '04', '2016', 'success', 'payflowpro', 'live', 'EUHPB794D6AA', '', '2014-02-16 09:55:21', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (543, '7DE07B22CC', 'ac3f824683acc88e8f0d6183c77efbe5', 196197, 1, '', 'Jessica Hutjens', '3535 South Timber Trail', 'Suamico', 'Wisconsin', '54173', 'US', '9203270405', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0278', '01', '2015', 'success', 'payflowpro', 'live', 'ERCPA6D9E871', '', '2014-02-16 14:42:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (544, '573DF10B34', 'c37709d8d0bcef8c0558b2b5ff29a85e', 1719, 2, '', 'Lindsay Cosmi', '26381 Whitman St. #5', 'Hayward', 'CA', '94544', 'US', '8109230858', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX6657', '01', '2016', 'success', 'payflowpro', 'live', 'ESYPB628F346', '', '2014-02-16 14:55:51', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (545, 'CEF78D8872', 'c7b03dae7337caef857d7044047c044b', 481, 1, '', 'Christina Eastwood', '529 Mustang Dr.', 'Saginaw', 'TX', '76179', 'US', '8173069786', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8538', '02', '2016', 'success', 'payflowpro', 'live', 'EQCPA6CFB0DB', '', '2014-02-16 15:31:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (546, '562BCAB218', '9331fac00e79f80981dcf5d6f9b1ee1e', 196977, 1, '', 'Sarah Friedel', '565 red mill rd', 'Natural bridge', 'Va', '24578', 'US', '2405666119', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5758', '10', '2015', 'success', 'payflowpro', 'live', 'ELCPA85CE52C', '', '2014-02-16 19:31:21', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (547, 'CF0F188521', '0b737eaaa03d2bdb4bd7d535c8b185bb', 198555, 1, '', 'Danny Keel', '3422 Deal Street', 'Houston', 'TX', '77025', 'US', '7138288506', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8278', '04', '2018', 'success', 'payflowpro', 'live', 'ESJPB63380D9', '', '2014-02-17 07:51:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (548, '83F8B29041', 'cb045b277be6edc0a2a09f755e96445d', 1397, 7, '', 'Karl Fournier', '525- St-Hubert Street', 'Granby', 'Qc', 'J2G 5P3', 'CA', '4503729113', '70.00', '0', '', 0, '', '70', '', 'Visa', 'XXXXXXXXXXXX3726', '11', '2014', 'cancelled', 'payflowpro', 'live', 'ETYPB8306BE6', '', '2014-02-17 09:54:40', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (549, 'A590BCC50F', 'cba92a02d05e6b25abe94bb7993a5e1b', 200028, 1, '', 'Jessica Pecena', '1736 S Edgefield Ave.', 'Dallas', 'Tx', '75052', 'US', '2146751418', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX8447', '03', '2016', 'success', 'payflowpro', 'live', 'ESJPB637D5CF', '', '2014-02-17 13:09:26', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (550, 'EC4EF231A9', '327f1c8bea7b631420f35f6c353aff0d', 949, 1, '', 'Halina Walsh', '260 Lane 110 Big Otter Lake', 'Fremont', 'IN', '46737', 'USA', '', '45', '', '45', 0, '', '45', 'Square', '', '', '', '', 'success', 'payflowpro', 'live', '', '', '2014-02-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (551, '3C0C48F3C6', '769f66338c1da2a0d0333b67dd4179a6', 200412, 1, '', 'Kimberly Schollenberger', '1700 East Grand Ave #3320', 'Dallas', 'TX', '75214', 'US', '2487621272', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5259', '09', '2016', 'success', 'payflowpro', 'live', 'ESJPB639D13D', '', '2014-02-17 15:42:20', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (552, '01F904EAB8', 'c07056a107deba66e6fd00c30b746b7c', 200556, 1, '', 'Kimberly Giver', '1515 1st Ave C16', 'Jackson', 'Mississippi', '39203', 'US', '5742291108', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3254', '03', '2017', 'success', 'payflowpro', 'live', 'ETJPB835D71A', '', '2014-02-17 16:47:10', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (553, '27E5CAA6EC', '7539d121e26a6abc63b572ba0f1e0aa5', 200586, 1, '', 'Jenny Ghents', '300 Byram Dr Apt 34D', 'Byram', 'Mississippi', '39272', 'US', '6015203346', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5105', '08', '2016', 'success', 'payflowpro', 'live', 'ESYPB63AC2D7', '', '2014-02-17 16:56:40', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (554, '36BDA51B3A', '113677d4eb27c30ff4168e606d21a5d6', 200825, 1, '', 'Nicole Leslie', '2440 St. Joseph Ave.', 'Long Beach', 'CA', '90815', 'US', '5622214645', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX8373', '04', '2016', 'success', 'payflowpro', 'live', 'EXHPB85BE5F4', '', '2014-02-17 17:42:38', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (555, 'C7DA2EA451', '3bfc66f73e0d8f30f8df80b23645dc65', 201331, 5, '', 'Tara McIntosh', '315 S POPE ST APT 5', 'ATHENS', 'GA', '30605', 'US', '4044017355', '30.00', '0', '', 0, '', '30', '', 'Discover', 'XXXXXXXXXXXX2443', '04', '2017', 'success', 'payflowpro', 'live', 'EPEPA68D76F8', '', '2014-02-17 19:52:10', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (556, '2E7719AA37', '6af974c2380252ccdec59eef21538c4f', 202570, 1, '', 'Tawnya Williams', '103 Barnhardt Cir. Apt 10', 'Fort Oglethorpe', 'GA', '30742', 'US', '7069699413', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3160', '06', '2014', 'success', 'payflowpro', 'live', 'ETYPB83EA035', '', '2014-02-18 06:37:47', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (557, '0DB187A30D', 'c80811dce8b87fae376ebfd7cfb8f46e', 202576, 1, '', 'Jessie Davis', '145 Cody Ln', 'Brandon', 'MS', '39042', 'US', '6155339405', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9480', '05', '2015', 'success', 'payflowpro', 'live', 'ELFPA87466A8', '', '2014-02-18 06:44:44', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (558, '8D05840710', 'cde95cd5ca209f972c281d940b6146e9', 2602, 1, '', 'Tracy Divis', '6401 E. 113th St.', 'Kansas City', 'MO', '64134-3102', 'US', '8167637240', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0521', '09', '2014', 'success', 'payflowpro', 'live', 'ETJPB840DEC3', '', '2014-02-18 09:15:11', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (559, '92FB381A84', '452a984411fa8e41cc49d4fc345dbdf8', 2641, 2, '', 'Vicki Windham', '411 Panther Dr.', 'Winchester', 'VA', '22602-3526', 'US', '5408771029', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX9640', '03', '2015', 'success', 'payflowpro', 'live', 'ERCPA6F6D5BB', '', '2014-02-18 09:21:03', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (560, '266153BB46', 'b37132111ce4eb4cafcaab3a67e640cf', 1203, 2, '', 'Jessica Grote', '18605 Horse Creek St.', 'Parker', 'CO', '80134', 'VA', '7203371692', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX0620', '02', '2016', 'success', 'payflowpro', 'live', 'ESJPB64662C4', '', '2014-02-18 10:04:59', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (561, '177D5E959F', '40bdf5c648bea9737cbae7f91351f3b2', 36, 9, '', 'Alessandro Gambelli', 'Via Stola 1', 'Oleggio', 'Novara', '28047', 'IT', '+393406685272', '55.00', '0', '', 0, '', '55', '', 'Mastercard', 'XXXXXXXXXXXX0466', '05', '2014', 'success', 'payflowpro', 'live', 'EUHPB7B6509B', '', '2014-02-18 11:03:48', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (562, '14A113150D', 'de64d2f2833f96096b623d31a08c3b49', 203578, 2, '', 'Nathan Andrews', '34821 27th ave s', 'Federal Way', 'Washington', '98003', 'US', '2063843886', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX4856', '06', '2015', 'success', 'payflowpro', 'live', 'EQEPA6EFC4A2', '', '2014-02-18 13:32:37', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (563, '1ED6E7FFE6', 'e543f4ca5783fb28e355f8068bd01a9e', 203627, 2, '', 'Renee DeMatei', '2784 Ave 388', 'Kingsburg', 'CA - California', '93631', 'US', '6503036505', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX5891', '01', '2016', 'success', 'payflowpro', 'live', 'EQCPA6F0196F', '', '2014-02-18 13:55:51', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (564, 'CE74C56FEC', '4b0c6f690a65bb268656ab79784fe353', 203795, 2, '', 'Jean Hanson', '3458 Fontenac Court', 'Decatur', 'IL', '62621-4960', 'USA', '', '40', '', '', 0, '', '40', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-18 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (565, '0924AAD97C', '13e5f39c32282cb54c42057447d6cc91', 204460, 1, '', 'Nicole Castillo', '154 Locust Ave', 'Garwood', 'NJ', '07027', 'US', '9083779379', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1933', '04', '2015', 'success', 'payflowpro', 'live', 'EUYPB7BD8EB2', '', '2014-02-18 19:23:59', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (566, '4A7A81863E', '6b420762d183e35c269de95c73e95e58', 805, 1, '', 'Elizabeth Mills', '485 Bronx River Rd. Apt C-50', 'Yonkers', 'NY', '10704', 'US', '9142379455', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5873', '06', '2015', 'success', 'payflowpro', 'live', 'ETYPB851670B', '', '2014-02-19 07:42:36', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (567, '8943B81CBF', '6135f7fe41fa69b6f0ed3dde66c8cec0', 1954, 1, '', 'Melissa Reynolds', '136 Delft Ln.', 'Columbia', 'SC', '29210', 'US', '8038341309', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5709', '01', '2017', 'success', 'payflowpro', 'live', 'ESJPB65EBAEE', '', '2014-02-19 18:08:31', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (568, 'F62C38881F', '8314b1f904c71a299ea2bfd273551166', 207913, 5, '', 'Camille Neitzel', '24809 Church Rd', 'Kansasville', 'Wisconsin', '53139', 'US', '2625342830', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX9863', '06', '2017', 'success', 'payflowpro', 'live', 'ESYPB6603850', '', '2014-02-19 20:19:56', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (569, '4C4309D5EA', 'b12e511a9644e12ac36488d848f62c94', 208089, 5, '', 'Shelby Maerling', '3810 E Tanglewood Drive', 'Phoenix', 'AZ', '85048', 'US', '4808622492', '30.00', '0', '', 0, '', '30', '', 'Mastercard', 'XXXXXXXXXXXX7620', '06', '2014', 'success', 'payflowpro', 'live', 'EXJPB881A12C', '', '2014-02-19 21:29:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (570, '4C97551FB4', 'e191103d5a6327cc3cb4e9813477a5b7', 208251, 1, '', 'Joseph Maloney', '1637 SW 37th Terrace apartment 117', 'Topeka', 'Kansas', '66609', 'US', '7858060240', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX7129', '07', '2014', 'success', 'payflowpro', 'live', 'ELCPA8924428', '', '2014-02-19 22:52:28', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (571, '56C26464D6', '12a4775e40d4f0229436d3c0745097d9', 208976, 1, '', 'Jacob Brodie', '1603 Jerome St Apt 2', 'Lansing', 'Michigan', '48912', 'US', '6163021737', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6243', '08', '2014', 'success', 'payflowpro', 'live', 'EREPA7168029', '', '2014-02-20 05:16:58', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (572, '9E6DFCDB4B', '058f0961fbb327e3a5e12ee5a21c19cc', 635, 2, '', 'David Sansing', '5827 Bryan Rd.', 'Oregon', 'OH', '43616', 'US', '4196917144', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX7495', '11', '2015', 'success', 'payflowpro', 'live', 'EXYPB887FAC9', '', '2014-02-20 07:04:57', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (573, 'C1F6A7A86D', '7d13d7e0ba7311497930fbb02def0ffa', 218965, 1, '', 'Adam Brooks', '4408 B Lake Shore Dr', 'Waco', 'TX', '76710', 'US', '4096705115', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7026', '07', '2014', 'success', 'payflowpro', 'live', 'EQFPA70EC669', '', '2014-02-20 08:24:16', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (574, '76B3062BC3', '15a61f47ce363287d361cc1af4b57aec', 2196, 1, '', 'Rebecca Phillips', '825 Pontiac Ave. #20-304', 'Cranston', 'RI', '02910', 'US', '9415042104', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0190', '04', '2015', 'success', 'payflowpro', 'live', 'ERCPA71CCE83', '', '2014-02-20 11:45:07', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (575, 'D9EF5F5771', 'e392cfd3ff698491c7024951e3ef0828', 101, 1, '', 'Amanda Markley', '49 Bayside Ave Apt 3', 'Warwick', 'ri', '02888', 'US', '6315539907', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0190', '04', '2015', 'success', 'payflowpro', 'live', 'ERFPA71CD9F8', '', '2014-02-20 11:47:58', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (576, '56C74EC62B', '35be47d7a14df933a0ce93833fa0ee0e', 232737, 2, '', 'Brian Seay', '3316 Circle Brook Drive SW #B', 'Roanoke', 'Virginia', '24018', 'US', '8042488162', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX1270', '08', '2015', 'success', 'payflowpro', 'live', 'ETHPB86C4E78', '', '2014-02-20 17:44:24', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (577, 'D44E52C74A', 'ad578cb0898929b1cc116da980a9b794', 232911, 1, '', 'MarySue Hebeisen', '6983 Towering Spruce Drive', 'Riverview', 'Fl', '33578', 'US', '8133681685', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6520', '12', '2016', 'success', 'payflowpro', 'live', 'EXJPB892E3F9', '', '2014-02-20 19:22:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (578, 'DD5F313D8F', '0d36c33347d07a965307bddf25871ecc', 232998, 5, '', 'Nicole Berengue', '5500 SW 180th AVE Apt 12', 'Beaverton', 'Oregon', '97007', 'US', '5418924880', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX1644', '04', '2016', 'success', 'payflowpro', 'live', 'ERFPA7235804', '', '2014-02-20 20:06:05', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (579, 'C49D1750A1', '73694345a6b0d106c6480c781b7f6a78', 1141, 5, '', 'Jennifer Elam', '763 Old Donaldson Ave.', 'Severn', 'MD', '21144', 'US', '4109495570', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX5233', '12', '2017', 'success', 'payflowpro', 'live', 'EREPA724E71A', '', '2014-02-20 22:34:18', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (580, '2D96101B24', 'e2c0a4d9b3ace7a20d321187d08385bc', 239302, 1, '', 'Meagan Keen', '7244 Ponderosa Pines Place', 'Indianapolis', 'Indiana', '46239', 'US', '3176302097', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1131', '08', '2015', 'success', 'payflowpro', 'live', 'EQFPA7210752', '', '2014-02-21 08:21:49', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (581, '2EA360DB76', 'c328ee00b2563a2a71e8fac2c85f8cb0', 1852, 2, '', 'Mark Sargent', '8422 Donnybrook Drive', 'Chevy Chase', 'MD', '20815', 'USA', '', '40', '', '', 0, '', '40', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (582, '1121436ED8', '071e3fe3da340d84f9fdfdba8340cc7a', 239779, 1, '', 'Lynne McMahan', '1646 NE Commercial Ave', 'Roseburg', 'OR', '97470', 'US', '7192513697', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0847', '02', '2015', 'success', 'payflowpro', 'live', 'ERCPA72DFD08', '', '2014-02-21 11:00:25', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (583, 'C11D7701B9', '439e32392f4fbdb4a790bd5ecd979ead', 240892, 1, '', 'Kristi McGrath', '3810 S.13th Street Apt.31', 'Omaha', 'Nebraska', '68107', 'US', '4022395151', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7927', '12', '2014', 'success', 'payflowpro', 'live', 'ELEPA8B3D045', '', '2014-02-21 18:41:28', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (584, '736B4D41FC', 'd28124960cf4ee39390ee640fa37bc2c', 2495, 2, '', 'Sue Bathauer', '25442 Powell Rd.', 'Brooksville', 'FL', '34602-8164', 'US', '3527549030', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX1815', '02', '2015', 'success', 'payflowpro', 'live', 'EREPA73D1D1A', '', '2014-02-22 09:46:17', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (585, '29E02CE028', '8816182131833dc1a9072441ae82f316', 499, 1, '', 'Christine Hoskinson', '4232 Sicard Hollow Rd.', 'Birmingham', 'AL', '35242', 'US', '6174352461', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4156', '04', '2014', 'success', 'payflowpro', 'live', 'EXJPB8ADA730', '', '2014-02-22 10:31:09', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (586, '8572EBAEB3', '8c8e9aabc8ae8c2325db686ecc35186f', 246302, 2, '', 'Ann Gutowski', '1933 Villaridge Dr Apt A', 'Reston', 'VA', '20191', 'US', '7243123571', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX7155', '10', '2016', 'success', 'payflowpro', 'live', 'EREPA74FD810', '', '2014-02-23 15:20:05', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (587, '6E684BBE03', '04bda10b846f7a8f6ff4825c9f3ce30f', 246641, 2, '', 'Melissa Paine', '3578 W Hilltop Ln', 'Franklin', 'WI', '53132', 'US', '4143782311', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX0351', '06', '2014', 'success', 'payflowpro', 'live', 'ETHPB89BF097', '', '2014-02-23 17:41:09', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (588, '437224DC38', '581e92586f47a4b377d29abdce984367', 246808, 1, '', 'Elise Neuer', '806 SW 12th ST Apt 15', 'Topeka', 'Kansas', '66612', 'US', '7858175730', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8444', '12', '2015', 'success', 'payflowpro', 'live', 'EUHPB8108515', '', '2014-02-23 18:50:51', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (589, '5CB3C1A82E', '75e26d583b5c7b0cb00f126d3d0886e4', 2142, 2, '', 'Paula Longshore', '1834 Esther Ave.', 'Akron', 'OH', '44312', 'US', '3308193561', '40.00', '0', '', 0, '', '40', '', 'Discover', 'XXXXXXXXXXXX7752', '10', '2015', 'success', 'payflowpro', 'live', 'EXJPB8C2B430', '', '2014-02-23 19:38:51', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (590, '1196C50F6A', 'a7c7c9fa6209323921752e01f735b0ab', 2702, 13, '', 'Ronda Schwetz: Director', '720 S. Randall Ave.', 'Madison', 'WI', '53715', 'US', '6082664732', '150.00', '0', '', 0, '', '150', '', 'Visa', 'XXXXXXXXXXXX1909', '09', '2016', 'success', 'payflowpro', 'live', 'ELEPA8DB275C', '', '2014-02-24 08:58:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (591, 'FA7FC3B412', 'c048920b55648923202ad9baa1723b59', 958, 3, '', 'Heather Kalka', '71 Pontiac Ave.', 'Oshawa', 'Ont.', 'L1G 3M1', 'CA', '4163925929', '55.00', '0', '', 0, '', '55', '', 'Visa', 'XXXXXXXXXXXX3488', '03', '2014', 'success', 'payflowpro', 'live', 'ETJPB8A7676A', '', '2014-02-24 10:40:13', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (592, '3D6BDC8B07', 'c048920b55648923202ad9baa1723b59', 2589, 1, '', 'Toni Rife', '7701 NW 26th', 'Bethany', 'OK', '73008', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-24 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (593, 'F88564F295', '3105eb384ad3bb91a0e30e8c02ddd9a7', 249334, 1, '', 'Laura Vague', '1409 Bain Drive', 'Madison', 'TN', '37115', 'US', '6159681010', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX4877', '08', '2015', 'success', 'payflowpro', 'live', 'EUYPB81D4F5A', '', '2014-02-24 12:58:46', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (594, 'C4A10268C4', '9ad5538f9dab26fcf7e0f14928a32b1c', 630, 1, '', 'David Illig', '8420 N. Farm Rd. 117', 'Willard', 'MO', '65781', 'US', '4178331570', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX3797', '07', '2017', 'success', 'payflowpro', 'live', 'EQEPA75699DC', '', '2014-02-24 15:48:42', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (595, '5ED301E892', '0492f3e5a8adf188f855701d3adcc5c9', 250603, 1, '', 'Meg Tedeschi', '269 Saddle river Rd', 'Saddle Brook', 'NJ', '07663', 'US', '2017889830', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7145', '03', '2016', 'success', 'payflowpro', 'live', 'ELEPA8E275D7', '', '2014-02-24 17:22:35', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (596, '02432E42D9', '25d36c13e4e758d860d5c9dbf7943679', 250688, 1, '', 'Michael Marazzi', '3812 Lemmon Ave Apt 108', 'Dallas', 'Texas', '75219', 'US', '2096793066', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9757', '01', '2017', 'success', 'payflowpro', 'live', 'EQFPA7583538', '', '2014-02-24 17:48:42', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (597, 'E583541F1A', '031e879969bbc16d0f52999ca79b224d', 250923, 2, '', 'Elena Yaunke', 'W303 S7728 Oakridge Drive', 'Mukwonago', 'Wisconsin', '53149', 'US', '2624707799', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX6034', '09', '2016', 'success', 'payflowpro', 'live', 'ESHPB6B38F3E', '', '2014-02-24 19:09:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (598, '6FBD9BC905', '2e55e525c62484f2865d7dfc52b9ec17', 2551, 13, '', 'Terri Werner: Director of Operations', '17552 FM 14', 'Tyler', 'TX', '75706', 'US', '9038581008', '150.00', '0', '', 0, '', '150', '', 'Mastercard', 'XXXXXXXXXXXX8892', '05', '2015', 'success', 'payflowpro', 'live', 'EPEPA70B377A', '', '2014-02-25 08:16:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (599, 'F9055B7D2F', 'a685747dc3fd049df1060985cf7899a1', 524, 13, '', 'Chuck Wikenhauser: Director', '10001 W. Bluemound Rd.', 'Milwaukee', 'WI', '53226', 'US', '4142564502', '150.00', '0', '', 0, '', '150', '', 'Visa', 'XXXXXXXXXXXX2517', '12', '2016', 'success', 'payflowpro', 'live', 'ESHPB6BE1332', '', '2014-02-25 10:39:55', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (600, '6FCE3E8447', '832dc0c4efd2dae0fbffa6ed551dae28', 744, 1, '', 'Dorothy Fulle', '7034 Black Ridge Dr', 'Al Paso', 'texas', '79912', 'US', '3522386876', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8842', '05', '2016', 'success', 'payflowpro', 'live', 'ETHPB8BA8CE2', '', '2014-02-25 12:07:46', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (601, '9A299776C5', 'a685747dc3fd049df1060985cf7899a1', 254063, 14, '', 'International Congress of Zoo Keepers', 'Postbus 532', 'Amsterdam', 'Rotterdam', '3000', 'The Netherlands', '', '0', '', '', 0, '', '0', '', '', '', '', '', 'success', 'payflowpro', 'live', '', '', '2014-02-25 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (602, '34D15E93A7', 'aac06a082c18e9d5a4c0c39b14d8bd6a', 827, 1, '', 'Emily Hallford', '12406 E. 33rd St.', 'Tulsa', 'OK', '74146', 'US', '9186983935', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6036', '10', '2014', 'success', 'payflowpro', 'live', 'EUJPB831E5E3', '', '2014-02-25 16:23:51', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (603, 'D741223DDB', 'f15163429d0c20ebc7bc11036eee729a', 254384, 1, '', 'Stacy Lupori', '10614 Newcombe dr', 'Dallas', 'Tx', '75228', 'US', '2146813415', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1063', '08', '2014', 'success', 'payflowpro', 'live', 'ESJPB6C3114C', '', '2014-02-25 16:47:08', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (604, 'DBCA0C1492', '5f3585f03cd4ad0694beae87bb025bf2', 358, 1, '', 'Bryan Sincavage', '9 E. Pacific Ave.', 'Cape May Court House', 'NJ', '8210', 'US', '6098703962', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8286', '03', '2016', 'success', 'payflowpro', 'live', 'ELFPA8F2E4C8', '', '2014-02-25 17:20:43', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (605, '851AEA05E3', 'f3e55bff4850aa61b6a70600f3cd60ba', 254472, 1, '', 'David Havriliak', '11702 w. laurel ln', 'El Mirage', 'AZ', '85335', 'US', '6027173902', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2347', '06', '2015', 'success', 'payflowpro', 'live', 'EPFPA712B20C', '', '2014-02-25 17:27:36', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (606, 'F0D40E8FB9', '2e2e7c1cef7e39e2a2bf14fc1bc08753', 254741, 1, '', 'Timothy Lescher', '3370 Cosmic Circle', 'Anchorage', 'AK', '99517', 'US', '9072303661', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5069', '04', '2014', 'success', 'payflowpro', 'live', 'ESJPB6C4D631', '', '2014-02-25 19:08:46', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (607, 'B4DCAA617A', 'b5fcd8997ccf7724eb4bb5b0f4536690', 243, 1, '', 'Ashton Shaffer', '3901 Alton Pl. NW', 'Washington', 'DC', '20016', 'US', '2016930052', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9380', '10', '2015', 'success', 'payflowpro', 'live', 'ESYPB6D02D5F', '', '2014-02-26 11:05:11', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (608, 'D1FE9A3101', '1adc9dc08fd88267bb2b5d5644564441', 256948, 1, '', 'Jason Loy', '660 Canyon Oaks Drive, APT F', 'Oakland', 'CALIFORNIA', '94605', 'US', '5103903148', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4068', '11', '2015', 'success', 'payflowpro', 'live', 'ESYPB6D03F80', '', '2014-02-26 11:09:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (609, 'FAD6823788', '16580c14948c57a77f28fb31a2dec80f', 257223, 1, '', 'Mark Schneider', '2553paxton ave', 'Akron', 'Ohio', '44312', 'US', 'Na', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4085', '07', '2015', 'success', 'payflowpro', 'live', 'ESYPB6D164F2', '', '2014-02-26 12:32:17', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (610, 'CD5FCF14CE', 'dc8955612e8d0669e1fc8913e378795f', 257233, 1, '', 'Sarah Allen', '521 E Sixth Street', 'Royal Oak', 'MI', '48067', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (611, 'F7618B1E4D', 'dc8955612e8d0669e1fc8913e378795f', 2313, 1, '', 'Sara Baer', '632 Bellevue Ave', 'Clawson', 'MI', '48017', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (612, '1E76FABC83', 'dc8955612e8d0669e1fc8913e378795f', 1663, 1, '', 'Leanette Brown', '13203 Mark Twain', 'Detroit', 'MI', '48227', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (613, '83CE89E660', 'dc8955612e8d0669e1fc8913e378795f', 2567, 1, '', 'Thomas Brown', '19460 Stansbury', 'Detroit', 'MI', '48235', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (614, 'E8C6BF60FC', 'dc8955612e8d0669e1fc8913e378795f', 581, 1, '', 'Cindy Colling', '3211 Benjamin Ave #13', 'Royal Oak', 'MI', '48073', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (615, 'AAE39740BD', 'dc8955612e8d0669e1fc8913e378795f', 2527, 1, '', 'Tamara Colt', '2111 N. Campbell Rd', 'Royal Oak', 'MI', '48073', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (616, '0319A37AEA', 'dc8955612e8d0669e1fc8913e378795f', 1489, 1, '', 'Kelly Cook', '3971 Cummings', 'Berkley', 'MI', '48072', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (617, '37CCDC0D6F', 'dc8955612e8d0669e1fc8913e378795f', 1840, 1, '', 'Marilyn Crowley', '14323 Garfield', 'Redford', 'MI', '48336', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (618, 'A2A320C1C0', 'dc8955612e8d0669e1fc8913e378795f', 257323, 1, '', 'Kristin Gray', '21820 Waldron', 'Farmington Hills', 'MI', '48336', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (619, 'CBB1B5D6A8', 'dc8955612e8d0669e1fc8913e378795f', 1887, 1, '', 'Mary Humbryd', '2252 Lancaster', 'Bloomfield Twp', 'MI', '48302', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (620, 'F7626BB6B5', 'dc8955612e8d0669e1fc8913e378795f', 1721, 1, '', 'Lindsay Ireland', '16095 Patriot', 'Macomb', 'MI', '48044', '', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (621, '42B7AB369F', 'dd21605d0d451054e562f23f81d25503', 2545, 1, '', 'Taylor Hann', '6426 Slack Rd. Apt/Suite', 'Reynoldsburg', 'OH', '43068', 'US', '6145974303', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX0422', '01', '2016', 'success', 'payflowpro', 'live', 'ERCPA781C982', '', '2014-02-26 13:23:09', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (622, 'BA684FE61B', 'dc8955612e8d0669e1fc8913e378795f', 257474, 1, '', 'Amanda Jones', '14110 Shadywood Drive Apt 30', 'Plymouth', 'MI', '48170', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (623, 'DA1B5DB793', 'dc8955612e8d0669e1fc8913e378795f', 257491, 1, '', 'Brett Kipley', '1202 Cedar Hill Drive', 'Royal Oak', 'MI', '48067', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (624, '739F064E75', 'dc8955612e8d0669e1fc8913e378795f', 1474, 1, '', 'Keenan McCormick', '808 Channing St.', 'Ferndale', 'MI', '48220', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (625, '3A64974E93', 'dc8955612e8d0669e1fc8913e378795f', 300, 1, '', 'Betsie Meister', '1918 Bowers Street', 'Birmingham', 'MI', '48009', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (626, '22378FF876', 'dc8955612e8d0669e1fc8913e378795f', 2013, 1, '', 'Michelle Pratt', '1197 Rowland Ave', 'Madison Heights', 'MI', '48071', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (627, '33036A781C', 'dc8955612e8d0669e1fc8913e378795f', 1894, 1, '', 'Matt Porter', '21820 Waldron', 'Farmington Hills', 'MI', '48336', 'United States', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (628, '7ADFB41039', 'dc8955612e8d0669e1fc8913e378795f', 1981, 1, '', 'Michael Puppan', '2817 Long Meadow Lane', 'Rochester Hills', 'MI', '48307', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (629, '706AC0FFD1', 'dc8955612e8d0669e1fc8913e378795f', 457, 1, '', 'Charlie Ramsey', '2957 Phillips', 'Berkley', 'MI', '48072', 'United States', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (630, '48B40142AC', 'dc8955612e8d0669e1fc8913e378795f', 240, 1, '', 'Ashley Richmond', '33341 Norfolk', 'Livonia', 'MI', '48152', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (631, '394F53AEA4', 'dc8955612e8d0669e1fc8913e378795f', 545, 1, '', 'Collette Monique Roberson', '19356 Pierson', 'Detroit', 'MI', '48219', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (632, '8874E0D32B', 'dc8955612e8d0669e1fc8913e378795f', 2642, 1, '', 'Vicki Rouse', '4281 Hampton Ridge Road', 'Howell', 'MI', '48843', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (633, '15F990B68A', 'dc8955612e8d0669e1fc8913e378795f', 1148, 1, '', 'Jennifer Thomas', '22170 Derby', 'Woodhaven', 'MI', '48183', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (634, '7965EB3B0C', 'dc8955612e8d0669e1fc8913e378795f', 1496, 1, '', 'Kelly Wilson', '7128 N Evangeline', 'Dearborn', 'MI', '48127', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (635, 'D3D97A6346', 'dc8955612e8d0669e1fc8913e378795f', 257563, 1, '', 'Flo Yates', '1210 Crooks Apt 106', 'Royal Oak', 'MI', '48067', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-02-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (636, 'C7A942E41A', 'dc8955612e8d0669e1fc8913e378795f', 257574, 3, '', 'Sarah Stata', '30 Macintyre Lane', 'Ajax', 'ONT', 'L1T 3X3', 'CA', '4163925900', '55.00', '0', '', 0, '', '55', '', 'Visa', 'XXXXXXXXXXXX3488', '03', '2014', 'success', 'payflowpro', 'live', 'EUYPB8428508', '', '2014-02-26 14:51:56', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (637, 'D59296D828', '5c2af67ed0ff08f8b2a5416b3aa079ea', 1677, 13, '', 'Leonard Park', '200 S. Rusk', 'Gainesville', 'TX', '76240', 'US', '9406684533', '150.00', '0', '', 0, '', '150', '', 'Mastercard', 'XXXXXXXXXXXX2476', '04', '2017', 'success', 'payflowpro', 'live', 'EXHPB8F4284D', '', '2014-02-26 15:05:14', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (638, '61BC16A909', '8c8c3c60d5541f352850785b4eee5c27', 257839, 1, '', 'Katrina Smith', '810 S N St', 'Lake Worth', 'Florida', '33460', 'US', '7169134300', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8108', '10', '2015', 'success', 'payflowpro', 'live', 'EXYPB8F52382', '', '2014-02-26 16:20:11', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (639, 'E661D683B2', '4d6eae0ab4b6a1f110b2ae409e7bfa03', 257848, 1, '', 'Elizabeth Midgley', '810 South N Street', 'Lake Worth', 'FL', '33460', 'US', '7328224478', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX1497', '02', '2015', 'success', 'payflowpro', 'live', 'EQFPA77997E6', '', '2014-02-26 16:27:30', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (640, '2AF0A5A3C9', '472e87da1ede071dbe41aa1bc0956f48', 258079, 1, '', 'Amanda Saffer', '11 Thru way Drive', 'Bridgewater', 'New Jersey', '08807', 'US', '7326499082', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX2634', '01', '2018', 'success', 'payflowpro', 'live', 'EXYPB8F67D61', '', '2014-02-26 18:07:47', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (641, 'CB2CCF9704', 'a01944fb12da2a019208ccf9e9020215', 2463, 2, '', 'Stephanie Reed', '5173 Independence Dr.', 'Pleasanton', 'CA', '94566', 'US', '9252007801', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX3543', '03', '2016', 'success', 'payflowpro', 'live', 'ESHPB6D66975', '', '2014-02-26 18:54:48', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (642, '7F9E00D57B', '7bb6c24fbbbcc8d3615c07bf978f736b', 258266, 1, '', 'Mary Ellen Ostrander', '130 Olde Harbour Tr.', 'Rochester', 'NY', '14612', 'US', '5852279345', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX4158', '08', '2016', 'success', 'payflowpro', 'live', 'EUJPB845FFFD', '', '2014-02-26 19:26:33', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (643, '7339CA3972', 'f3ace896086b55ceb2720553d0c8f194', 258367, 2, '', 'Alicia Blose', '333 Corte Madera Ave.', 'Mill Valley', 'CA', '94941', 'US', '4153028097', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX3446', '04', '2017', 'success', 'payflowpro', 'live', 'ETYPB8D2AD9D', '', '2014-02-26 20:10:38', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (644, 'A7A2DA858A', '22f440b903c7795749ecc821867c301a', 260492, 5, '', 'Stephanie Weston', '24349 White Road', 'Watertown', 'New York', '13601', 'US', '3154085362', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX9597', '05', '2017', 'success', 'payflowpro', 'live', 'ERFPA78FFB1C', '', '2014-02-27 08:11:28', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (645, '0B6032B0EC', '67356045ea92859a0a78cc10a74df4fc', 286, 1, '', 'Beth Inches', '1616 Mt Royal Blvd Apt 305', 'Glenshaw', 'PA', '15116', 'US', '4128041235', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5567', '01', '2016', 'success', 'payflowpro', 'live', 'EPCPA72F8490', '', '2014-02-27 08:15:03', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (646, '6A979A7A58', '63bf5061578db798c37e2d91a2b5a9c9', 260630, 1, '', 'Melinda Opgrand', '3080 Sedona St Unit 119', 'Rosamond', 'California', '93560', 'US', '7574354764', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5519', '03', '2016', 'success', 'payflowpro', 'live', 'EXHPB901422C', '', '2014-02-27 08:31:33', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (647, '16334D4DE4', '254ab096db08202be5d6f2ed6dcf242c', 261293, 2, '', 'kimberly lawson', '911 new hope church rd', 'chapel hill', 'nc', '27516', 'US', '9196991170', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX3072', '12', '2016', 'success', 'payflowpro', 'live', 'ELCPA9134ED9', '', '2014-02-27 11:56:33', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (649, '47047CA721', '4b6521f3d9b4f9efdc12ce812bdf1e66', 261344, 1, '', 'bekky Muscher-Hodges', '620 Gatewood Briar', 'Cibolo', 'TX', '78108', 'US', '2103327133', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX0583', '10', '2014', 'success', 'payflowpro', 'live', 'EUYPB853608E', '', '2014-02-27 12:18:32', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (650, '8900F96C24', '1ffcea6d8c51b57967de42646d63d3c0', 261342, 1, '', 'Angela Lebanik', '457 Elgin Blvd', 'Davenport', 'Florida', '33897', 'US', '3525522294', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9539', '06', '2017', 'success', 'payflowpro', 'live', 'EXHPB904F57F', '', '2014-02-27 12:27:12', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (651, '4FAD3F2A7B', 'b3fc904269f7942d031d48b17956ab5e', 1087, 1, '', 'Jason Montgomery', '54149 Sunshine Dr.', 'Callahan', 'FL', '32011', 'US', '6164600406', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2040', '12', '2015', 'success', 'payflowpro', 'live', 'ESHPB6E49C99', '', '2014-02-27 12:41:46', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (652, '875FBBD770', 'f95f5c0e762369d0cc9b3097165ff784', 2796, 1, '', 'Shannon Morarity', '325 Markley Rd.', 'London', 'OH', '43140', 'US', '6146384896', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0106', '07', '2015', 'success', 'payflowpro', 'live', 'EPFPA734CE87', '', '2014-02-27 13:50:10', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (653, 'F0E6A93F9D', 'd2b28e5b5ccc2b6bab0973cdbe23374b', 2167, 1, '', 'Rachel Jakosalem', '69 Montebello Rd. #1', 'Jamaica Plain', 'MA', '02130', 'US', '8573347915', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0958', '10', '2014', 'success', 'payflowpro', 'live', 'EQCPA78C58CE', '', '2014-02-27 15:56:27', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (654, '4F8EC90530', '606916f4dcf308b46652a1d342aaef3a', 262166, 2, '', 'Jackie Kohl an', '3225 1/2 Adams ave', 'San Diego', 'Ca', '92116', 'US', '6192814325', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX0595', '10', '2016', 'success', 'payflowpro', 'live', 'EUHPB856FAD2', '', '2014-02-27 16:26:13', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (655, '80DF29D50F', 'e4218b3a3760e258d096846145a1c12d', 262224, 1, '', 'David Kaser', '223 Painter Ave.', 'Greensburg', 'PA', '15601', 'US', '7243093156', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5757', '04', '2015', 'success', 'payflowpro', 'live', 'EQCPA78D3CE9', '', '2014-02-27 16:55:22', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (656, 'A601A6FAC4', 'e291a19edc76a0c67f1bea2530ff4b8d', 1119, 1, '', 'Jenna Cole', '23100 SW 154th Ave.', 'Miami', 'FL', '33170', 'US', '3052469985', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5878', '05', '2016', 'success', 'payflowpro', 'live', 'EUYPB857FA15', '', '2014-02-27 17:41:13', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (657, '2332B3E59C', 'aab12c7ec3270c0e301b4676c7d0cea2', 2388, 2, '', 'Shannon Christianson', '4001 SW Canyon Rd.', 'Portland', 'OR', '97221', 'US', '5039146029', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX5635', '09', '2014', 'success', 'payflowpro', 'live', 'EUHPB858BA6D', '', '2014-02-27 18:43:41', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (658, '832227DC00', '80dbb67225e8053b33fd4a01a6b857df', 2621, 1, '', 'Tyler McCullough', '876 Chaffin Rd.', 'Akron', 'OH', '44306', 'US', '7243014344', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9543', '04', '2016', 'success', 'payflowpro', 'live', 'ETHPB8E4E4C4', '', '2014-02-27 18:47:08', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (659, '2139A89FED', 'bd8149387a21ac56602fac90c4e8c03f', 262738, 5, '', 'Kelsey Wise', 'P.O. Box 518', 'Tannersville', 'PA', '18372', 'US', '5709945917', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX6745', '09', '2014', 'success', 'payflowpro', 'live', 'ELEPA919A23B', '', '2014-02-27 19:37:17', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (660, '97C94DEDA6', '2681678c5ff4a24a11aea1c74d328833', 2435, 1, '', 'Sprina Liu', '6818 Mendenhall Way', 'Sugar Land', 'TX', '77479', 'US', '61468688751', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX9170', '02', '2017', 'cancelled', 'payflowpro', 'live', 'ERFPA79A55E9', '', '2014-02-27 20:16:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (661, 'F7776498F1', 'a31f884b0900e7d0d253a99f2c314ffc', 685, 1, '', 'Debra Round', '4039 Gateway Dr.', 'Englewood', 'OH', '45322', 'US', '9378329026', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2767', '09', '2015', 'success', 'payflowpro', 'live', 'EQCPA78FBAE1', '', '2014-02-27 20:23:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (662, '884DB5F92E', '841c7d659bb8797db88477241a8f7edb', 342, 1, '', 'Brittany Furr', '3360 Whisper Sands Ave.', 'Rosamond', 'CA', '93560', 'US', '6619926148', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9452', '02', '2017', 'success', 'payflowpro', 'live', 'EUHPB85A3C83', '', '2014-02-27 20:55:45', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (663, 'D91E6C3CF8', '22f0a2bbce2e9b15e618c5fae7e5fd79', 1534, 1, '', 'Kimberley Janke', '4172 Moraga Ave.', 'San Diego', 'CA', '92117', 'US', '7605325422', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9981', '11', '2015', 'success', 'payflowpro', 'live', 'EPFPA73AC5B3', '', '2014-02-27 21:40:48', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (664, 'DA724E176C', '33ffffbae26a239f62d4533f7fdfe8bb', 1874, 1, '', 'Mary Pederson', '12212 17th Ave. S. Apt F', 'Burnsville', 'MN', '55337', 'US', '6127015793', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7301', '02', '2017', 'success', 'payflowpro', 'live', 'EPFPA73B7CD8', '', '2014-02-27 22:45:33', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (665, '2D3E583634', '67e40eb231003ea369ef8367c61e851a', 854, 1, '', 'Erick Lamun', '4255 23rd Ave. S', 'Fargo', 'ND', '58104', 'US', '7012779240x307', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4807', '01', '2017', 'success', 'payflowpro', 'live', 'EUHPB861949C', '', '2014-02-28 06:54:37', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (666, 'B26B2C7DB7', 'f7683fe502a7b8bc186eb510152e4247', 618, 1, '', 'Danni Logue', '95 Canis Dr.', 'Brick', 'NJ', '08724', 'US', '9083097205', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX8557', '07', '2018', 'success', 'payflowpro', 'live', 'ERCPA7A31207', '', '2014-02-28 08:01:24', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (667, '1E2F63AEA0', '8d2c465a9ae41755263682726d8885fb', 1239, 2, '', 'Jill Simpson', '1111 Huntsford Terrace', 'Thomasville', 'NC', '27360', 'US', '3368801749', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX3654', '07', '2017', 'success', 'payflowpro', 'live', 'EXYPB914C91D', '', '2014-02-28 08:45:31', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (668, 'F3462CCF3A', '4ee6dedc6de1f3bb80dcf6d4aee575c3', 1562, 1, '', 'Klishaya Workman', '551 Riverhill Circle Apt 531', 'Columbia', 'SC', '29210', 'US', '6619023484', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX5392', '12', '2014', 'success', 'payflowpro', 'live', 'ELCPA923E84C', '', '2014-02-28 09:04:35', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (669, 'B13E7D3CC0', '6f321bc3e8ffdda082b85fc0277ef43d', 1513, 1, '', 'Kesha Phares', '3549 York St.', 'Homestead', 'PA', '15120', 'US', '4127089994', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7268', '12', '2016', 'success', 'payflowpro', 'live', 'ERFPA7A4A010', '', '2014-02-28 09:32:41', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (670, '34AF284744', '4d54d0d44a733fbd8e0dd30c1ade9bf0', 264525, 1, '', 'Donna McDowell', '678 W 18th Street', 'Merced', 'CA', '95340', 'US', '2093856840', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6426', '09', '2015', 'success', 'payflowpro', 'live', 'EPFPA74480FC', '', '2014-02-28 09:49:12', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (671, 'CCDA258BC4', 'e6f112edde22b3ad6e185da38b6c436e', 264701, 5, '', 'Brian Tarabula', '15269 Cynthia St.', 'Southgate', 'MI', '48195', 'US', '7347751782', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX6478', '07', '2015', 'success', 'payflowpro', 'live', 'EREPA7A62B35', '', '2014-02-28 11:01:03', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (672, '38673CD673', '5565bff0a2217ce8d6b8a2ea30f67e66', 264728, 1, '', 'Jill Sanders', '3767 Madras Dr.', 'Chino Hills', 'CA', '91709', 'US', '9099733473', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2695', '12', '2016', 'success', 'payflowpro', 'live', 'EUJPB865E4D3', '', '2014-02-28 11:13:42', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (673, 'FD088D3DE4', 'd74579bb0c3f7af5a7058931582e149b', 2392, 1, '', 'Shannon Petrosky', '5001 Cape Henry Ave.', 'Norfolk', 'VA', '23513', 'US', '6199875585', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0551', '12', '2016', 'success', 'payflowpro', 'live', 'EQCPA79BB802', '', '2014-02-28 11:14:15', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (674, 'E7CBD1AB8A', 'fb543a1b1a2dd43d605a2420504ab358', 264729, 1, '', 'Stephanie Mitchell', '195 County St Apt. 2', 'Attleboro', 'MA', '02703', 'US', '4014800207', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0749', '09', '2016', 'success', 'payflowpro', 'live', 'EQFPA79BB876', '', '2014-02-28 11:14:21', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (675, 'A60B733A7C', '73dbd71ed9ff134fa1c5fbd1ae501b66', 264735, 1, '', 'Dawn strasser', '2832 Saltaire maple road', 'Bethel', 'ohio', '45106', 'US', '5132257222', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX1943', '12', '2015', 'success', 'payflowpro', 'live', 'ELCPA9263A11', '', '2014-02-28 11:17:08', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (676, '21CC1819FC', '2a3dec382119b77a59e5564fbad2608f', 264814, 5, '', 'Amy Thompson', '6332 Telford Farm Lane', 'Goshen', 'OH', '45122', '', '', '30', '', '', 0, '', '30', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-02-28 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (677, '373C34389E', 'a7dabb16a0d49b6e84bc77cb2710958a', 948, 1, '', 'Hali O\'Connor', '2175 Berry St.', 'Lemon Grove', 'CA', '91945', 'US', '6196061156', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8278', '03', '2016', 'success', 'payflowpro', 'live', 'EPCPA746BCAD', '', '2014-02-28 12:08:12', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (678, 'C920165EDE', '72f0c7296cd4f9ed20ba6dd0d385a542', 264935, 1, '', 'Allison Suda', 'PO Box 538', 'Minot', 'North Dakota', '58702', 'US', '7018574166', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX5049', '12', '2016', 'success', 'payflowpro', 'live', 'ETJPB8F33B70', '', '2014-02-28 12:33:20', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (679, 'C4CD4DB0CD', '791500ecfa81c02fde69a73541d806a9', 819, 1, '', 'Ellen Gallagher', '2968 S 200 E Apt 117', 'Salt Lake City', 'UT', '84115-4663', 'US', '9202792033', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8332', '03', '2015', 'success', 'payflowpro', 'live', 'ELEPA9279A6F', '', '2014-02-28 12:48:37', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (680, 'EE22D2A226', 'a5d527f6420b8e74efaa9a280d54314f', 1941, 1, '', 'Melanie Weber', '66-20 Wetherole St. Apt LA', 'Rego Park', 'NY', '11374', 'US', '6169022615', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4092', '12', '2017', 'success', 'payflowpro', 'live', 'EPCPA747B4E0', '', '2014-02-28 13:15:12', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (681, 'A34391BC5E', '2a3dec382119b77a59e5564fbad2608f', 265099, 1, '', 'Whitney Huffman', '3964 N Pomona Road', 'Tucson', 'AZ', '85705', 'US', '5204374771', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8208', '01', '2017', 'success', 'payflowpro', 'live', 'ETHPB8F3EC8C', '', '2014-02-28 13:20:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (682, '2D0294961C', 'fc47cbfe10221edbeb133b7aa52b391a', 645, 1, '', 'David C. Messmann', '2121 EdgeHill Ave.', 'Ft. Wayne', 'IN', '46805', 'US', '2606022601', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0842', '06', '2014', 'success', 'payflowpro', 'live', 'EXJPB9195FA6', '', '2014-02-28 13:29:24', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (683, 'E7EECF8E6F', '599efe299f08ec8ed756dab6be45429e', 265277, 1, '', 'Nikki Maginness', '2329 Floridiane Drive', 'Melbourne', 'FL', '32935', 'US', '2392202915', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7466', '05', '2016', 'success', 'payflowpro', 'live', 'ERFPA7A92BFF', '', '2014-02-28 14:20:21', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (685, '4C574547D8', 'c887f7f276036ac30bd51cf4c7bc61fc', 265715, 1, '', 'Sarah Stewart', '152 Elizabeths Way', 'Potterville', 'Michigan', '48876', 'US', '2484965309', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2450', '11', '2017', 'success', 'payflowpro', 'live', 'EXHPB91C3283', '', '2014-02-28 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (686, '15ADCC8592', '487db3ef27caf930cf3a37171e66ea3c', 1204, 2, '', 'Jessica Hurley', '10600 Bannan Street', 'Orlando', 'FL', '32832', 'US', '2398989039', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX3033', '12', '2014', 'success', 'payflowpro', 'live', 'ESJPB6FC7D08', '', '2014-02-28 17:38:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (687, '7E14F9BDC5', 'f106e5aaf7eb686f1e2fd62125e75fd1', 1049, 1, '', 'Jamie Petrie', '3125 SW Randolph Ave. Apt 107', 'Topeka', 'KS', '66611', 'US', '9209480122', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX0189', '08', '2016', 'success', 'payflowpro', 'live', 'EQFPA7A20D46', '', '2014-02-28 18:29:42', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (688, 'CBEE2FD05B', '74843f277a61d69bf41ff61fd20fe646', 1387, 1, '', 'Karen Warda', '2256 Meadow Glade Ln. Apt 6', 'Memphis', 'TN', '38134', 'US', '7082571217', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX4943', '10', '2014', 'success', 'payflowpro', 'live', 'EPFPA74CAABF', '', '2014-02-28 19:06:14', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (689, 'C5F19936C6', '09c127a0c520882dec84255743d6b3aa', 1741, 1, '', 'Lisa Walker', '136 New Holland Village', 'Nanuet', 'NY', '10954', 'US', '8456240560', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4964', '06', '2016', 'success', 'payflowpro', 'live', 'EUYPB86CFB5E', '', '2014-02-28 19:34:15', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (690, 'C5FED15AB7', 'a8c754266b097d9275089f80f14a63e5', 1238, 1, '', 'Jill Dignan', '752 Huntley Terrace', 'Crete', 'IL', '60417', 'US', '9046874511', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3277', '12', '2016', 'success', 'payflowpro', 'live', 'EUHPB86D0F0D', '', '2014-02-28 19:40:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (691, '123D267151', 'c64cd242b1f692ccedcf7c766f07640a', 2085, 2, '', 'Nicole Petrosky', '1160 First St., NE Apt 1019', 'Washington', 'DC', '20002', 'US', '2022890971', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX2505', '11', '2016', 'success', 'payflowpro', 'live', 'EQCPA7A30D7E', '', '2014-02-28 19:55:50', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (692, '42C15FED1E', '2e876abe1c9ac00e7e1470532abbb35a', 1404, 1, '', 'Kate Gore', '7988 Oak Ave.', 'Citrus Heights', 'CA', '95610', 'US', '9167574378', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9816', '04', '2015', 'success', 'payflowpro', 'live', 'ESJPB6FE73D6', '', '2014-02-28 20:22:24', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (693, '7A2CC10680', 'ad6088dfd59055488ab98ea1de2de80d', 2422, 2, '', 'Sherri Falls', '15436 Atascosa Dr.', 'Rio Hondo', 'TX', '78583-3482', 'US', '9562443468', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX8276', '06', '2016', 'success', 'payflowpro', 'live', 'ESYPB6FF0384', '', '2014-02-28 21:14:17', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (694, '6154E8386E', '9aa92dd454725e21d5cadad6db7cf580', 402, 2, '', 'Carol Kolinger', '1805 215th St. Apt 15-S', 'Bayside', 'NY', '11360-2123', 'US', '7183522064', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX3960', '03', '2018', 'success', 'payflowpro', 'live', 'ETYPB8FB05EC', '', '2014-02-28 22:25:30', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (695, '50FA897424', 'a92b195d71e85638fe2291c407c901ba', 2398, 2, '', 'Sharah Burton', '335 South Wood Street', 'Middletown', 'PA', '17057', 'US', '6074819580', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX2332', '04', '2015', 'success', 'payflowpro', 'live', 'EQCPA7A4BD3B', '', '2014-02-28 22:29:56', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (696, '94813883AA', 'bfb360ad949341c435cd63cd8b87cadf', 1388, 1, '', 'Karen Holcroft', '3206 Chimney Rose Ct.', 'Houston', 'TX', '77047', 'US', '2816381763', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4422', '06', '2015', 'success', 'payflowpro', 'live', 'EUYPB874C1F0', '', '2014-03-01 06:02:40', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (697, 'DB338C3263', 'e632129d2ccad4fd3e9f42ebd2dfbb7f', 501, 1, '', 'Christine Rogers', '13314 Heron Cove Dr.', 'Orlando', 'FL', '32837', 'US', '3214385518', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7062', '09', '2016', 'success', 'payflowpro', 'live', 'ELEPA9369E70', '', '2014-03-01 07:59:50', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (698, 'C5DFB0F9B0', '6b9ca24dccc86d1790159f3ade7f8281', 2141, 1, '', 'Paula Blair', '1223 Leeds Terrace', 'Halethorpe', 'MD', '21227', 'US', '4438034391', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX1071', '07', '2015', 'success', 'payflowpro', 'live', 'EUYPB8797808', '', '2014-03-01 11:50:36', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (699, 'E8473A5BAB', '48d071bb2e21beee9ecbe9601690056f', 1240, 1, '', 'Jill Cunningham', '48 Broadmoor Plaza Apt 9', 'Santa Barbara', 'CA', '93105', 'US', '8133909731', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1597', '11', '2016', 'success', 'payflowpro', 'live', 'ETJPB9069B10', '', '2014-03-01 13:12:58', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (700, '5A68D9DFD5', 'f0bd5653c542fadc61282533165c3b7d', 2003, 1, '', 'Michelle Peck', '27060 Oakwood Circle Apt 208', 'Olmsted Twp.', 'OH', '44138', 'US', '2167891456', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX3052', '03', '2014', 'success', 'payflowpro', 'live', 'EPEPA75AC726', '', '2014-03-01 13:40:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (701, '67AEFB1FD9', 'afaf5d69f702b8d96570d9ef15b3cd69', 463, 1, '', 'Chelsea Weaver', '556 Trinity Marsh', 'Columbus', 'OH', '43228', 'US', '5702207245', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5713', '05', '2016', 'success', 'payflowpro', 'live', 'ERCPA7BCE573', '', '2014-03-01 15:55:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (702, '58A419EA62', '5512a66b25def9c9fd8e174a2e6ff511', 716, 1, '', 'Diana Villafuerte', '3423 N. Natchez Ave.', 'Chicago', 'IL', '60634', 'US', '7732055767', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX1511', '09', '2016', 'success', 'payflowpro', 'live', 'EQCPA7B49F27', '', '2014-03-01 19:05:40', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (703, '6F0EA3503B', '4c6a036d4f0c3cc09f863ac0670e1fb0', 273484, 2, '', 'Terri Terault', '5703 384th St E', 'Eatonville', 'WA', '98328', 'US', '2537407947', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX3843', '07', '2016', 'success', 'payflowpro', 'live', 'EUJPB88A5609', '', '2014-03-02 11:53:15', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (704, 'CCD4F75D67', '5a3d24ea44b7bcd5183df25ccf584051', 1138, 2, '', 'Jennifer Yordy', '213 Warrensburg Dr.', 'Belleville', 'IL', '62223', 'US', '6187925729', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX9523', '12', '2016', 'success', 'payflowpro', 'live', 'ETYPB918051D', '', '2014-03-02 14:02:47', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (705, '4D22DF4284', '0f78bc2281c0af7b5dcce13bcf9c211c', 273814, 1, '', 'melissa loebl', '6724 E El Salvador St', 'Long Beach', 'ca', '90815', 'US', '5626074466', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX6349', '04', '2015', 'success', 'payflowpro', 'live', 'ETHPB9189306', '', '2014-03-02 14:45:15', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (706, '48134FA5FE', '3ef953c62a136d75ca192a315c1ca368', 1506, 1, '', 'Kenton Kerns', '1650 Harvard St. NW Apt 523', 'Washington', 'DC', '20009', 'US', '5402295599', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6443', '01', '2015', 'success', 'payflowpro', 'live', 'ETHPB91C08EB', '', '2014-03-02 18:45:45', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (707, '465BB344F4', 'a824be1da770ad0081ab4be326fcf3c1', 274518, 1, '', 'Robin Beard', '12115 Mountain Laurel Dr', 'Richmond', 'Virginia', '23236', 'US', '7032036133', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX6793', '09', '2016', 'success', 'payflowpro', 'live', 'EQCPA7C697B6', '', '2014-03-02 19:58:43', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (709, '1A4DB14786', '6eaeef2cb4320cfe3f5ac915ad51a65b', 276480, 5, '', 'Laura Belcher Will', '2817 Stockton St.', 'Denton', 'TX', '76209', 'US', '2142127318', '30.00', '0', '', 0, '', '30', '', 'Mastercard', 'XXXXXXXXXXXX8326', '04', '2016', 'success', 'payflowpro', 'live', 'EQEPA7D336EC', '', '2014-03-03 12:23:48', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (710, '63BFA26A4D', '6618513fcaa3b01c771b971721a9f026', 276553, 1, '', 'Philip Columbia', '17 diamond lane', 'Howell', 'New Jersey', '07731', 'US', '7325801537', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6510', '10', '2015', 'success', 'payflowpro', 'live', 'ESJPB72E958B', '', '2014-03-03 12:45:31', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (711, 'DF8D8660F3', 'abba0d0012b37a4eba454dd6f8b22784', 2154, 2, '', 'Peter Schmelzer', '41 Roth Ave', 'Mertztown', 'PA', '19539-8844', 'USA', '', '40', '', '', 0, '', '40', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-03-03 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (712, 'D7659064E1', 'abba0d0012b37a4eba454dd6f8b22784', 2160, 1, '', 'Pilar Hicks', '125 Foggy Creek St', 'Davenport', 'FL', '33837', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-03-03 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (713, 'E0195D7090', 'e19e17fa00a4081339f87b1bc2bb08bb', 561, 2, '', 'Courtney Dunn', '1725 Clifton St.', 'Conway', 'AR', '72035', 'US', '5014284867', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX7093', '02', '2015', 'success', 'payflowpro', 'live', 'ETYPB92CB246', '', '2014-03-03 15:33:36', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (714, 'D8E571E64C', '10736376e8f3547eacf4a198c01bf4f4', 277672, 6, '', 'Colin Taylor', '081327 Grey Rd 5 RR 4', 'Tara', 'Ontario', 'N0H 2N0', 'CA', '5199341559', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX4329', '08', '2016', 'success', 'payflowpro', 'live', 'EPFPA7830AC2', '', '2014-03-03 18:26:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (715, '739533DA3F', '83786cfbf170ff5fb0547e491ac713bf', 280569, 1, '', 'Raya Young', '14693 w. St. Moritz lane', 'Surprise', 'Arizona', '85379', 'US', '6199711692', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4000', '03', '2016', 'success', 'payflowpro', 'live', 'EXJPB95E11A6', '', '2014-03-04 07:23:40', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (716, '37812CC326', 'd7202a25b861817144d8c164d7965985', 1262, 2, '', 'Joanna Miller', '2320 N. Buchanan St.', 'Arlington', 'VA', '22207', 'US', '7035258256', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX6673', '04', '2015', 'success', 'payflowpro', 'live', 'EPCPA78C2E2D', '', '2014-03-04 08:39:37', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (717, 'DC83D37167', '8e3325b59808e48f89309db9b7aa0822', 280871, 1, '', 'Becky Wolf', '11323 Park Central Place', 'Dallas', 'TX', '75230', 'US', '6109996394', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0507', '04', '2017', 'success', 'payflowpro', 'live', 'EXHPB95FA5E2', '', '2014-03-04 09:18:27', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (718, 'C45AAFFA08', 'd7202a25b861817144d8c164d7965985', 1782, 13, '', 'Lynne Sagusa: Executive Director', 'PO Box 184', 'Imlay', 'NV', '89418', 'USA', '', '150', '', '', 0, '', '150', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (719, 'D3707816E8', 'd7202a25b861817144d8c164d7965985', 281084, 7, '', 'Joan Daniels-Tantillo', '106 W. Calendar Court #132', 'LaGrange', 'IL', '60524', 'USA', '', '70', '', '', 0, '', '70', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (720, '97A7F3E61A', 'd7202a25b861817144d8c164d7965985', 1338, 2, '', 'Judy Dawson', '1924 Vincent Street', 'San Francisco', 'CA', '94116-2942', 'USA', '', '40', '', '', 0, '', '40', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (721, '4A215A085D', 'd7202a25b861817144d8c164d7965985', 281119, 1, '', 'Erin Cantwell', '332 Rossiter Ave - 1st Floor', 'Baltimore', 'MD', '21212', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (722, 'F78367A159', 'eb453313de4937a1ea8552195bf3fbdb', 1176, 1, '', 'Jennifer A. Berg', '73 Swainton Goshen Rd.', 'Cape May Court House', 'NJ', '08210', 'US', '6098278182', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9749', '08', '2014', 'success', 'payflowpro', 'live', 'ETYPB93C3A96', '', '2014-03-04 11:29:39', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (723, 'F7ED5336A4', 'd7202a25b861817144d8c164d7965985', 281166, 5, '', 'Dustin Kopala', '243 E. Washington Ave', 'Philadelphia', 'PA', '08049', 'USA', '', '30', '', '', 0, '', '30', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (724, '02BBFE610E', 'd419891249332dd6c6c160134048858a', 281190, 1, '', 'Stefanie Keshock', '306 Grovepark Dr.', 'Davenport', 'FL', '33837', 'US', '3302613901', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX1429', '09', '2016', 'success', 'payflowpro', 'live', 'ETYPB93C6FD6', '', '2014-03-04 11:45:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (725, '9F91399B81', 'd7202a25b861817144d8c164d7965985', 281203, 1, '', 'Kelly Heilmann', '3400 W. Girard Ave', 'Philadelphia', 'PA', '19104', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (726, '4E7B6D2352', 'd7202a25b861817144d8c164d7965985', 281236, 1, '', 'Kristi Blundetto', '520 Main Street', 'Vincentown', 'NJ', '08088', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (727, '8A64D1099B', 'b4472d38c23a9af765b4ea5e29708271', 281271, 1, '', 'Desiree Brown', '2810 Swede Road', 'E. Norriton', 'PA', '19401', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (728, '15FC91E475', 'b4472d38c23a9af765b4ea5e29708271', 281289, 1, '', 'Elise Forbes', '528 Winding Way', 'Warminster', 'PA', '18974', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (729, '2D5E373DF7', 'b4472d38c23a9af765b4ea5e29708271', 281305, 1, '', 'Nora Skochinsky', '645 B Rose Hollow Drive', 'Yardley', 'PA', '19067', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (730, '3E1F5DBFB8', 'b4472d38c23a9af765b4ea5e29708271', 281325, 1, '', 'Amanda Egen', '2835 Cambridge St', 'Philadelphia', 'PA', '19130', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (731, '53CAB96085', 'b4472d38c23a9af765b4ea5e29708271', 1814, 1, '', 'Marcia Riedmiller', '1622 5th Ave South', 'Irondale', 'AL', '35210', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (732, 'CA05E3D1D9', 'b4472d38c23a9af765b4ea5e29708271', 1420, 1, '', 'Katherine Vecchi', '9237 Fort Sumter Lane', 'St. Louis', 'MO', '63126', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (733, '2559F2352B', '21b9e234570b15d4486ad4b0a6a7c2c0', 542, 13, '', 'Dana Rhodes', '20 N. 6th St.', 'Lafayette', 'IN', '47901', 'US', '7658071542', '150.00', '0', '', 0, '', '150', '', 'Mastercard', 'XXXXXXXXXXXX3102', '11', '2014', 'success', 'payflowpro', 'live', 'EQCPA7E5DA0E', '', '2014-03-04 13:14:06', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (734, 'A2C09B84CD', 'b4472d38c23a9af765b4ea5e29708271', 281488, 1, '', 'Christopher McRee', '2416 S. Holden Road Apt F', 'Greensboro', 'NC', '27407', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (735, 'E6C76ADF43', 'b4472d38c23a9af765b4ea5e29708271', 281507, 1, '', 'Katherine Hubbard', '2423 Featherstone Court', 'Trinity', 'NC', '27370', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (736, '200B4C8CAB', '508f26c2316b229156380b86dd5bfc89', 281577, 1, '', 'John Rainford', '609 Daniel Lane', 'Willard', 'MO', '65781', 'US', '8165477834', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2995', '05', '2014', 'success', 'payflowpro', 'live', 'EPFPA790A20D', '', '2014-03-04 14:00:13', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (737, 'BBBDDAD718', 'b4472d38c23a9af765b4ea5e29708271', 281575, 1, '', 'Peter Miglino', '250 E Holly Grove Road', 'Lexington', 'NC', '27292', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (738, '1E57CE9EA1', 'b4472d38c23a9af765b4ea5e29708271', 281586, 1, '', 'Roger Young', '2303 E Shadow Valley Road', 'High Point', 'NC', '27265', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (739, 'E39CC7FECC', 'b4472d38c23a9af765b4ea5e29708271', 281614, 1, '', 'Bobbi Bell', '4607 Brookmont Ct', 'Greensboro', 'NC', '27406', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (740, 'DD58428DD3', 'b4472d38c23a9af765b4ea5e29708271', 281628, 1, '', 'Heather Hamilton', '38 Douglas Ave NW', 'Concord', 'NC', '28205', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (741, 'A65B81FEB9', 'b4472d38c23a9af765b4ea5e29708271', 281630, 1, '', 'Lindsay Kearns', '2511 Pisgah Covered Ridge Road', 'Asheboro', 'NC', '27203', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (742, '9D3CD05748', 'b4472d38c23a9af765b4ea5e29708271', 281640, 1, '', 'Josh Litten', '205 Raintree Road', 'Advance', 'NC', '27006', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (743, '8790006E3B', 'b4472d38c23a9af765b4ea5e29708271', 281650, 1, '', 'Jamie Williams', '18 Meadow Crossing Court', 'Greensboro', 'NC', '27410', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (744, 'B5430E24EB', 'b4472d38c23a9af765b4ea5e29708271', 281654, 1, '', 'Shanon Walker', '184 Ryan Street', 'Salisbury', 'NC', '28144', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (745, '3B0F4F66AA', 'b4472d38c23a9af765b4ea5e29708271', 281659, 1, '', 'Nicholas Barlow', '607 Hickory Nut Lane', 'China Grove', 'NC', '28203', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (746, 'A176CD79B4', 'b4472d38c23a9af765b4ea5e29708271', 281669, 1, '', 'Kyle Barry', '510 Houston Ave', 'Greensboro', 'NC', '27401', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (747, '017FB342DF', 'b4472d38c23a9af765b4ea5e29708271', 281676, 1, '', 'Tyler Foster', '2136 Benwicke Drive', 'Pfafftown', 'NC', '27040', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (748, '4C7D6EE776', 'b4472d38c23a9af765b4ea5e29708271', 281697, 1, '', 'Jillian Sharp', '2906 Little Creek Drive', 'Thomasville', 'NC', '27360', '', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (749, 'C013260238', 'b4472d38c23a9af765b4ea5e29708271', 281704, 1, '', 'Cody Cooper', '724 Rosedale Drive', 'Thomasville', 'NC', '27360', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (750, '3633EE1825', 'b4472d38c23a9af765b4ea5e29708271', 281708, 1, '', 'Samantha Maynard', '101 Ashe Ct', 'Thomasville', 'NC', '27360', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-03-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (751, '2D0278EDF4', 'edcd2f649ef2d3f0bd0d4bc56cf8c635', 281879, 1, '', 'Joanna Klass', '428 South Broadway Ave Apartment G', 'Tyler', 'TX', '75702', 'US', '9206190952', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7749', '09', '2017', 'success', 'payflowpro', 'live', 'ELCPA972880D', '', '2014-03-04 16:02:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (752, '675EC56D14', '8c2feb63328db042efcb8448d31d28a9', 281907, 1, '', 'Kimberly Peterson', '4303 Stacy Place', 'San Diego', 'CA', '92117', 'US', '8583378194', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4774', '07', '2014', 'success', 'payflowpro', 'live', 'ERCPA7F2E854', '', '2014-03-04 16:11:28', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (753, '760659DB9F', 'b18f311cd5a0e7849a02c6e9628a8970', 791, 1, '', 'Elise Bernardoni', '59 N. Bedford St. Apt 1', 'Arlington', 'VA', '22201', 'US', '2036334328', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7395', '05', '2017', 'success', 'payflowpro', 'live', 'ELFPA972DD1B', '', '2014-03-04 16:24:28', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (754, '6AEC8D9E52', 'b22a62244fe4fd178d2478479c7adbe7', 281989, 1, '', 'M Gruneisen', '2941 W Loarraine #10', 'Roseburg', 'OR', '97471', 'US', '7142939030', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX7246', '10', '2014', 'success', 'payflowpro', 'live', 'EPCPA792D014', '', '2014-03-04 16:38:47', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (755, '3738855AAE', '4dd1a4bffcb9ac029d1ec83180c3f3b2', 282052, 1, '', 'Hilary Colton', '500 Roosevelt Blvd #203', 'Falls Church', 'VA', '22044', 'US', '7039654967', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5522', '03', '2017', 'success', 'payflowpro', 'live', 'ELCPA9736912', '', '2014-03-04 17:04:12', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (756, 'FA15405B57', 'e27809403714a0857cdfc77d772f3018', 282136, 2, '', 'Azzara Oston', '200 East 32nd St. Apt. 15E', 'New York', 'New York', '10016', 'US', '9143090353', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX6969', '09', '2015', 'success', 'payflowpro', 'live', 'ELEPA973B73F', '', '2014-03-04 17:31:20', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (757, 'A4AE055331', '040f594e3e3f0d8d07c6ea319baf0157', 1352, 1, '', 'Julie Krajewski', '3406 Cowley Way Apt 2', 'San Diego', 'CA', '92117', 'US', '8048955353', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2187', '07', '2014', 'success', 'payflowpro', 'live', 'EUJPB8B4FA2D', '', '2014-03-04 17:36:44', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (758, '26E21FC715', '2ba779e587d1f7b5de09e8524a949a17', 1354, 2, '', 'Julie Felton', '2417 Ravenwood Ave. NW', 'Roanoke', 'VA', '24012', 'US', '5403129214', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX2332', '11', '2016', 'success', 'payflowpro', 'live', 'ERFPA7F6E1CF', '', '2014-03-04 21:45:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (759, '3169F97030', '005ba7baedf391612df1e3af413ce96f', 1212, 1, '', 'Jessica Bella', '2013 Quail Run', 'Santa Rosa', 'CA', '95403-8962', 'US', '5102991906', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1107', '08', '2016', 'success', 'payflowpro', 'live', 'EUYPB8B7DF20', '', '2014-03-04 21:53:12', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (760, 'CE51FB8B7B', '7c6d037206fc0d124cdd31e536f1720e', 283062, 2, '', 'Shannon Hinchman', '4849 El Cemonte Ave 136', 'Davis', 'California', '95618', 'US', '6197083963', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX1999', '03', '2016', 'success', 'payflowpro', 'live', 'ESJPB74AA1C1', '', '2014-03-05 01:06:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (761, '3C187B45EC', '0f5c999d93dd2e28bf69946bc54c7504', 377, 2, '', 'Caleb Rogovin', '2200 Arch St. Apt 1108', 'Philadelphia', 'PA', '19103', 'US', '2155631986', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX2700', '06', '2017', 'success', 'payflowpro', 'live', 'EXHPB9708A23', '', '2014-03-05 08:56:08', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (762, '85E72850A0', '2276460581ff25b1e30df0e1380e1528', 284516, 5, '', 'Claire Chipchak', '4310 Hawthorne Lane', 'Rolling Meadows', 'Illinois', '60008', 'US', '8479974912', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX9474', '08', '2017', 'success', 'payflowpro', 'live', 'ERFPA8001924', '', '2014-03-05 11:09:24', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (763, 'B2F8801A35', '4daee7c44504956de2f9376c5438aa57', 285776, 1, '', 'Natalie Parchman', '996 Hayes rd', 'Mckinleyville', 'Ca', '95519', 'US', '7072675799', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4817', '02', '2016', 'success', 'payflowpro', 'live', 'EXJPB97A2911', '', '2014-03-05 19:00:08', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (764, 'D6573DFCC7', 'cbb59029c83be83de239bb077ef56cda', 2585, 1, '', 'Tom Dillenbeck', '240 Westridge Rd.', 'Davenport', 'FL', '33837', 'US', '8634385640', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6730', '12', '2017', 'success', 'payflowpro', 'live', 'ERFPA80646FC', '', '2014-03-05 21:01:20', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (765, '609F6845A7', 'daf910de5f692f535429e8ba5dda52ea', 286201, 1, '', 'Karyn Wheatley', '1107 Shirley St', 'columbia', 'sc', '29205', 'US', '8649868137', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1844', '07', '2016', 'success', 'payflowpro', 'live', 'EXJPB97C18B6', '', '2014-03-05 21:58:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (766, '753A58CB0C', 'b3998ed25f543cb0229b1d02abfda8cd', 287151, 1, '', 'Holly Price', '4909 Eastwin Drive', 'Winston salem', 'NC', '27104', 'US', '3367821229', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9338', '01', '2015', 'success', 'payflowpro', 'live', 'EXJPB981FEF1', '', '2014-03-06 07:20:48', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (767, '6245D3CEB9', '4a45fa5d36816cdbfdef913ffd46a30e', 338, 1, '', 'Brigitte Thompson', '1993 Sagebrush Cr', 'Naples', 'FL', '34120', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-03-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (768, 'DCBCB4A448', '4a45fa5d36816cdbfdef913ffd46a30e', 287380, 2, '', 'Gina Ballerino', '409 Grenadier Dr', 'Columbia', 'SC', '29210', 'USA', '', '40', '', '', 0, '', '40', '', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-03-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (769, '5678D3D8A7', '4a45fa5d36816cdbfdef913ffd46a30e', 2598, 1, '', 'Traci Backus', '4961 Haverhill Commons Cir', 'W Palm Beach', 'FL', '33417', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-03-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (770, '89F31C5324', 'f01730d73df4604bb3b230ddf3d31780', 356, 2, '', 'Bruce Campbell', '625 E. Cypress', 'Reedley', 'CA', '93654', 'US', '5593932158', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX2145', '12', '2016', 'success', 'payflowpro', 'live', 'ETHPB95E13E8', '', '2014-03-06 08:58:38', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (771, '9D0CC62BBC', '4a45fa5d36816cdbfdef913ffd46a30e', 956, 13, '', 'Lion Country Safari', '2003 Lion Country Safari Road', 'Loxahatchee', 'FL', '33470-3977', 'USA', '', '150', '', '', 0, '', '150', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-03-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (772, '1AC239FB32', '4a43835da0e27dc21b02381db394b6d3', 287527, 1, '', 'trisha mcdonald', '3308 se 89 th 125', 'Oklahoma City', 'Ok', '73135', 'US', '4056597573', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5012', '05', '2019', 'success', 'payflowpro', 'live', 'ETJPB95ED136', '', '2014-03-06 09:48:40', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (773, '441B46E807', '5a0e80e64f4892c68e8e4b6356fe0622', 2519, 2, '', 'Suzanne Akerman', '30219 54th Ave. S.', 'Auburn', 'WA', '98001', 'US', '2532243114', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX6364', '06', '2014', 'success', 'payflowpro', 'live', 'ESYPB765DCE1', '', '2014-03-06 12:23:37', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (774, '161E77C969', 'ce7bbacb7749b3f0be94eb519ea1446d', 288044, 1, '', 'Benjamin King', '7490 Brompton Rd. Apt. 303', 'Houston', 'Texas', '77025', 'US', '2108440185', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX3544', '07', '2016', 'success', 'payflowpro', 'live', 'ESJPB766D64F', '', '2014-03-06 13:36:38', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (775, 'C05A0690AA', '069623bd9b79b3c6a10b047cbdcd3ab7', 2262, 13, '', 'Lara Marcinkowski', '8450 W. 10 Mile Rd.', 'Royal Oak', 'MI', '48067-3001', 'US', '2483365801', '150.00', '0', '', 0, '', '150', '', 'Mastercard', 'XXXXXXXXXXXX5780', '03', '2015', 'success', 'payflowpro', 'live', 'EXJPB988C4E4', '', '2014-03-06 15:18:58', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (776, '5CA269ACF3', 'aef226f2d28f1e192423bd895097a088', 293, 1, '', 'Bethany Baldwin', '202 Smith St.', 'Derby', 'CT', '06418-1243', 'US', '2032325680', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX6559', '06', '2014', 'success', 'payflowpro', 'live', 'ETYPB963F6E5', '', '2014-03-06 15:57:03', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (777, '4F500110AD', 'c09d8b0634e9ebac5313f5075c9cdd06', 1120, 1, '', 'Jenna Kocourek', '1818 N. 81st St.', 'Omaha', 'NE', '68114', 'US', '4029959854', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4626', '11', '2014', 'success', 'payflowpro', 'live', 'ESHPB769666C', '', '2014-03-06 16:35:21', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (778, '7DBCCEEDD2', '7bbcd422b3fc4c409ed2cc4e3060fb3b', 289286, 2, '', 'Susan Laszewski', '2016 N. Adams St., Apt. 712', 'Arlington', 'VA', '22201', 'US', '2025100533', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX8623', '01', '2017', 'success', 'payflowpro', 'live', 'EQCPA80CAFA1', '', '2014-03-06 20:29:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (779, 'E3394570B4', '0868daac7672f6bae75b66f430141706', 290574, 1, '', 'Holly Ray', '5405 Clearwater Dr.', 'Oklahoma City', 'Oklahoma', '73179', 'US', '4052265283', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9195', '06', '2015', 'success', 'payflowpro', 'live', 'ETYPB96DC5E4', '', '2014-03-07 06:39:33', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (780, '74C05DA3E6', 'c289f19aa997a6982a0e7ed313792c68', 120, 1, '', 'Amber Henderson', '9383 Jamaica Beach', 'Galveston', 'TX', '77554-9657', 'US', '8005824673', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7830', '03', '2015', 'success', 'payflowpro', 'live', 'EUHPB8E861D3', '', '2014-03-07 14:47:07', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (781, 'E334DC9691', '182e51dbe925ef9b16104e291330de57', 291737, 2, '', 'Brenda Hernandez Nieves', '25055 Cooper Ave', 'Calcium', 'New York', '13616', 'US', '3154897499', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX6104', '02', '2017', 'success', 'payflowpro', 'live', 'EQFPA81A09B9', '', '2014-03-07 14:53:38', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (782, '59721F4933', 'b0f477477691c2e4a777fa53b7d8b94b', 801, 2, '', 'Elizabeth Ocon', '1514 Envee Dr.', 'Bolingbrook', 'IL', '60490', 'US', '6307285147', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX8402', '12', '2015', 'success', 'payflowpro', 'live', 'ELFPA9A47DC4', '', '2014-03-07 14:56:09', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (783, 'AFA84E2DC1', 'c289f19aa997a6982a0e7ed313792c68', 1278, 1, '', 'Joe Anna Hood', '901 SW Cambridge Ave.', 'Topeka', 'KS', '66606-2017', 'US', '7855541653', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6870', '02', '2016', 'success', 'payflowpro', 'live', 'ESJPB779F727', '', '2014-03-07 15:23:38', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (784, '2FA99A42D2', 'c289f19aa997a6982a0e7ed313792c68', 291836, 16, '', 'The Safari and Conservation W LTD', 'PO Box 24576', 'Nairobi', 'Karen', '00502', 'Kenya', '+254 (0) 722 755 250', '150', '', '', 0, '', '150', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-03-07 00:00:00', '', '', 'Square') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (785, '034CC566DE', 'e0c1d4c08e065d97f37d3a1ec0ac68cc', 2172, 1, '', 'Rachel Winkler', '279 Croyden Dr.', 'Pleasant Hill', 'CA', '94523', 'US', '9252073812', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7788', '03', '2017', 'success', 'payflowpro', 'live', 'ERCPA825467F', '', '2014-03-07 15:33:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (786, 'DEA9654A95', 'c289f19aa997a6982a0e7ed313792c68', 1447, 1, '', 'Kathleen Brader', '14364 Gringsby Ct', 'Centerville', 'VA', '20120-3211', 'USA', '', '45', '', '', 0, '', '45', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-03-07 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (787, '646F682D11', '7572d395df3f44df846b32ba44d5dd88', 292033, 1, '', 'Travis Pyland', '232 Village Blvd S.', 'Baldwinsville', 'New York', '13027', 'US', '3156810071', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3599', '06', '2014', 'success', 'payflowpro', 'live', 'EPFPA7C5814F', '', '2014-03-07 16:30:48', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (788, 'DD17C63FE5', '4bb30e01ebfaca3b99345cc983ba312b', 292262, 2, '', 'Sam Clark', '5406 South Alder St', 'Tacoma', 'WA', '98409', 'US', '2532782724', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX2559', '06', '2014', 'success', 'payflowpro', 'live', 'EUHPB8EAF734', '', '2014-03-07 18:04:14', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (789, '4CEEE80784', '8460b7c28d176633bc2f15607bcfc979', 292278, 1, '', 'Ashley Bowen', '4032 North Dr', 'Pueblo', 'Colorado', '81008', 'US', '7193694930', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3977', '12', '2015', 'success', 'payflowpro', 'live', 'EUYPB8EB09D8', '', '2014-03-07 18:10:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (790, '88382CA135', '2fdef123ec493081e58feb7c11751431', 292910, 2, '', 'Sue Hedge', '2443 W Marston Drive', 'Anchorage', 'Alaska', '99517', 'US', '9075295615', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX7623', '05', '2015', 'success', 'payflowpro', 'live', 'EUJPB8ED339F', '', '2014-03-07 21:46:31', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (791, '9C87220644', '25ea6d1fe0eb0c9bb5501db35f3df414', 293883, 1, '', 'Alexis Dufilho Williamson', '4522 E Whiskey Run Rd NE', 'Georgetown', 'IN', '47122', 'US', '8129729448', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX1569', '06', '2016', 'success', 'payflowpro', 'live', 'ERFPA82D9F34', '', '2014-03-08 05:00:30', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (792, '01AE2B2EF0', '2e9f8373fdac615d40072b0a3192bd10', 296459, 2, '', 'Doria Zamcheck', '507 43rd street', 'Oakland', 'ca', '94609', 'US', '17816403430', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX1814', '10', '2016', 'success', 'payflowpro', 'live', 'ESJPB786F8BC', '', '2014-03-08 11:44:23', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (793, 'EFD2084B90', '5c5c033bfb1a528d15966b4906bf2601', 2508, 1, '', 'Susan Greathouse', '465 Lodge Dr.', 'Wheeling', 'WV', '26003', 'US', '3042434157', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3942', '11', '2014', 'success', 'payflowpro', 'live', 'EUJPB8F80BA0', '', '2014-03-08 14:56:10', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (794, '5B06EF6432', '6621991b5e8aef2e8c40b423c8e90c63', 86, 1, '', 'Alyson Goodwin', '128 Darby Way', 'W. Columbia', 'SC', '29170', 'US', '4197871820', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4099', '06', '2016', 'success', 'payflowpro', 'live', 'EXJPB9AA71BB', '', '2014-03-08 16:14:55', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (795, '27C432EC02', '5a57bfe78da64890d32b9ecb85299c17', 1355, 1, '', 'Julie McGilvray', '1172 Grand Teton Dr.', 'Pacifica', 'CA', '94044', 'US', '6505339076', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX7768', '12', '2014', 'success', 'payflowpro', 'live', 'ERCPA837EABB', '', '2014-03-08 20:04:08', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (796, '10AA935AAF', '7dc00159acb770f06d19101ce2b93bc8', 297566, 1, '', 'Damien Renner', '1604 Chester Ave', 'Arcata', 'CA', '95521', 'US', '8054164370', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2123', '02', '2016', 'success', 'payflowpro', 'live', 'EQEPA82D41C0', '', '2014-03-08 20:10:25', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (797, '3B72332DBF', 'f01da02448a48416bd818740c818ffcf', 2170, 1, '', 'Rachel Vass', '2312 3rd Ave. Apt 204', 'Seattle', 'WA', '98121', 'US', '8153262008', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0947', '11', '2014', 'success', 'payflowpro', 'live', 'EXJPB9B748AC', '', '2014-03-09 12:22:01', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (798, 'C3CCAA1EA9', '2ecf24cd8c4d4724765d0a6a17552878', 610, 1, '', 'Danielle Faucett', '308 Montana Ave.', 'South Milwaukee', 'WI', '53172', 'US', '4148416765', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9856', '09', '2015', 'success', 'payflowpro', 'live', 'ELCPA9C31285', '', '2014-03-09 14:21:57', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (799, 'D4F2599183', '995f6dc2d30425ea98a10ed60759398e', 300872, 2, '', 'Don Groner', '114 S. 4th St.', 'Santa Paula', 'CA', '93060', 'US', '9097543206', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX5310', '06', '2015', 'success', 'payflowpro', 'live', 'EPFPA7E7EEDC', '', '2014-03-09 22:05:44', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (800, '758644DEEE', '7e88a9bd9fff986f33c72718870dc33a', 2526, 1, '', 'Tamara Myhal', '122 Rutgers Street 1st floor', 'Maplewood', 'NJ', '07040', 'US', '2019272463', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8602', '09', '2016', 'success', 'payflowpro', 'live', 'EQCPA843A22B', '', '2014-03-10 07:22:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (801, 'C80F93576A', 'fac5ff4aee453f6b5dac04f9f105d253', 680, 13, '', 'Woodland Park Zoo', '601 N 59th Street', 'Seattle', 'WA', '98103-5858', 'USA', '', '150', '', '', 0, '', '150', '', '', '', '', '', 'success', 'check', 'live', '', '', '2014-03-10 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (802, 'B51FFB41A9', 'fac5ff4aee453f6b5dac04f9f105d253', 2363, 13, '', 'Great Bend Zoo', '212 Main Street Box 215', 'Great Bend', 'KS', '67530', 'USA', '', '150', '', '', 0, '', '150', 'Check', '', '', '', '', 'success', 'check', 'live', '', '', '2014-03-10 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (803, 'F5886AF8E4', 'fac5ff4aee453f6b5dac04f9f105d253', 452, 5, '', 'Charles Hardin', '1990 State Route 318', 'Seneca Falls', 'NY', '13148', 'US', '3156512520', '30.00', '0', '', 0, '', '30', '', 'Mastercard', 'XXXXXXXXXXXX3318', '04', '2016', 'success', 'payflowpro', 'live', 'EUHPB9163178', '', '2014-03-10 10:45:04', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (804, '80D3A7F77D', 'a51cdb36032dbb811b85fdb7db0322cd', 311684, 2, '', 'Sheena Kalemkiewicz', '514 Country Club Blvd.', 'Battle Creek', 'MI', '49015', 'US', '2699639812', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX9899', '08', '2015', 'success', 'payflowpro', 'live', 'EQFPA8480CB5', '', '2014-03-10 11:02:03', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (805, '7830960FF0', '8a9ecd5b3c206b7ac825bfb8f5d9d4f5', 312263, 1, '', 'Jessica Moran', '4171 Carlotta Street', 'Simi Valley', 'CA', '93063', 'US', '8053061170', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6192', '08', '2016', 'success', 'payflowpro', 'live', 'EQFPA84B2FCA', '', '2014-03-10 14:58:16', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (806, '2B3887A1F4', '2fe1e77243bcdf2818c4b781f01ca004', 312334, 1, '', 'maria clapp', '5655 avon lake road', 'spencer', 'Ohio', '44275', 'US', '2167021588', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX7632', '10', '2016', 'success', 'payflowpro', 'live', 'ESYPB7AB0A33', '', '2014-03-10 15:31:15', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (807, 'CEBFE25842', 'cafa6a86293844995da265f4ca13b2d6', 2391, 1, '', 'Shannon Jensen', '23429 Glacier View Dr.', 'Eagle River', 'AK', '99577', 'US', '9072442175', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2019', '11', '2014', 'success', 'payflowpro', 'live', 'EPFPA7F74300', '', '2014-03-10 17:27:17', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (808, '0C2919E1BA', '062dcbc79398441b03eb159406c11e66', 1375, 2, '', 'Kara Gilbert', '625 N. 16th Ave. E.', 'Duluth', 'MN', '55812-1233', 'US', '2183409220', '40.00', '0', '', 0, '', '40', '', 'Discover', 'XXXXXXXXXXXX3113', '05', '2018', 'success', 'payflowpro', 'live', 'EXHPB9CCE309', '', '2014-03-10 18:39:39', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (809, 'B807A4EC42', '880d8ad868f8390664c5495a24448fd3', 2338, 1, '', 'Sarah Shannon', '700 Arch St.', 'Pittsburgh', 'PA', '15212', 'US', '4122589452', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4341', '08', '2016', 'success', 'payflowpro', 'live', 'ERFPA861C9B0', '', '2014-03-11 07:39:03', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (810, '1C51ECB669', '6bc4fec56b155225814d0b55183c30e7', 917, 13, '', 'Oakland Zoo', '9777 Golf Links Road', 'Oakland', 'CA', '94605', 'USA', '', '150', '', '', 0, '', '150', 'Check', '', '', '', '', 'success', 'check', 'live', '', '', '2014-03-11 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (811, 'E19E3EF788', '6bc4fec56b155225814d0b55183c30e7', 2260, 13, '', 'Virginia Zoo', '3500 Granby Street', 'Norfolk', 'VA', '23504', 'USA', '', '150', '', '', 0, '', '150', 'Check', '', '', '', '', 'success', 'check', 'live', '', '', '2014-03-11 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (812, '5E63B8D05C', '6bc4fec56b155225814d0b55183c30e7', 2464, 1, '', 'Stephanie Sanchez', '1619 W. Grant St.', 'Phoenix', 'AZ', '85007', 'US', '6028210072', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0812', '04', '2015', 'success', 'payflowpro', 'live', 'EQCPA8589FAF', '', '2014-03-11 09:36:22', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (813, 'FF27E8F290', '446319862138c166cc6f5adbe4171052', 1398, 1, '', 'Karla Anderson', '8860 Argenta Trl.', 'Inner Grove Hts.', 'MN', '55077-3306', 'US', '9524319288', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3425', '04', '2014', 'success', 'payflowpro', 'live', 'ESYPB7B74CEF', '', '2014-03-11 10:42:20', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (814, 'AA97660A22', 'd0f18dcf9e8b19cd8749d0f5ccca35a9', 1526, 2, '', 'Kim Voyle Ph.D.', '24965 NW Pederson Rd.', 'Hillsboro', 'OR', '97124', 'US', '5037033807', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX9992', '07', '2016', 'success', 'payflowpro', 'live', 'ELFPA9E507E7', '', '2014-03-11 12:24:03', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (815, '08BC31C1BD', 'f45b2a8ccf0e56beb1ec76894c49aa74', 316980, 1, '', 'Christopher Windsor', '516 Dufossat St. Apt. 14', 'New Orleans', 'Louisiana', '70115', 'US', '5044274999', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8549', '02', '2016', 'success', 'payflowpro', 'live', 'ESJPB7BA6815', '', '2014-03-11 14:42:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (816, '264298DDD1', 'def3477a06b41311081cb7b0e02fb960', 394, 12, '', 'Brookfield Zoo Library', '3300 Golf Road', 'Brookfield', 'IL', '60513', 'USA', '', '40', '', '', 0, '', '40', 'Check', '', '', '', '', 'success', 'check', 'live', '', '', '2014-03-11 00:00:00', '', '', '$5.00 Short') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (817, '62B37209E6', 'def3477a06b41311081cb7b0e02fb960', 1913, 1, '', 'Maureen Miller', '35335 Smith Road', 'Lambertville', 'OH', '48144', 'USA', '', '45', '', '', 0, '', '45', 'Check', '', '', '', '', 'success', 'check', 'live', '', '', '2014-03-11 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (818, '0F56D1FD92', 'e8f138b28f6588c70c9f6f0214ff20af', 1409, 2, '', 'Katelyn Carlson', '7400 N. Villa Lake Dr. #J3', 'Peoria', 'IL', '61614', 'US', '3095324840', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX1760', '11', '2015', 'success', 'payflowpro', 'live', 'ETJPB9B8BB3C', '', '2014-03-11 18:59:28', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (819, '20502CA202', 'f592df35c7213d30c8685de188540f4e', 319453, 1, '', 'Mike Henley', '3000 Connecticut Ave NW #311', 'Washington', 'DC', '20008', 'US', '2023205616', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6248', '06', '2015', 'success', 'payflowpro', 'live', 'EXYPB9DE4A42', '', '2014-03-11 19:21:24', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (820, '3D9F0677E3', 'efac8f48a978ef555685a474d1d4be2a', 1928, 1, '', 'Megan Wright', '4007 13th St.', 'Des Moines', 'IA', '50313-3122', 'US', '5159742541', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0873', '09', '2017', 'success', 'payflowpro', 'live', 'EUHPB92CDE6A', '', '2014-03-11 19:32:12', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (821, 'FFF12E4F6B', '562cd4698987414d08ff28ef45a9a9d0', 653, 1, '', 'Dawn Muncie', '3012 Wedgewood Way', 'Louisville', 'KY', '40220', 'US', '5026405932', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX6751', '01', '2017', 'success', 'payflowpro', 'live', 'ETJPB9BE2A50', '', '2014-03-12 03:28:25', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (822, '52B82FE1DD', '7a141532a3b7e6ea4192451d01598569', 321042, 1, '', 'Amanda Ott', '616 S. Oak St.', 'Hillsboro', 'IL', '62049', 'US', '6184772335', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9473', '07', '2015', 'success', 'payflowpro', 'live', 'EQCPA868FA83', '', '2014-03-12 08:41:06', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (823, '812C7E9149', '4223be50b8a2d2c7d17059b7c2140c8d', 1439, 13, '', 'Disney\'s Animal Kingdom', '1200 N Savannah Circle E', 'Lake Buena Vista', 'FL', '32830', 'USA', '', '150', '', '', 0, '', '150', 'Check 009914336', '', '', '', '', 'success', 'check', 'live', '', '', '2014-03-12 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (824, 'A1760020FD', '4223be50b8a2d2c7d17059b7c2140c8d', 2026, 2, '', 'Mike Tetalman', '5501 Glenridge Dr. NE Apt 101', 'Atlanta', 'GA', '30342', 'US', '4042816841', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX7682', '08', '2015', 'success', 'payflowpro', 'live', 'ETYPB9C5DE81', '', '2014-03-12 13:42:15', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (825, '1D9EB2A1CC', '0cc78fce1bb0701404cdd4d4fa4c474b', 175, 1, '', 'Angela Miller', '327 Gentle Breeze Dr.', 'Minneola', 'FL', '34715', 'US', '3525361838', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0798', '04', '2017', 'success', 'payflowpro', 'live', 'ERCPA88039FD', '', '2014-03-13 03:31:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (826, '44535DC1C6', '3acfbaefd9b809da8ebbc3a8fa449730', 325422, 1, '', 'Tina Fess', '424 Plank Road', 'Macedon', 'New York', '14502', 'US', '3155245122', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5993', '04', '2015', 'success', 'payflowpro', 'live', 'EXJPB9F7456B', '', '2014-03-13 08:22:09', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (828, 'D480A7A9BF', '8a6995f44fe4ef64bc6d7518172a5779', 1664, 1, '', 'Leann Stavig', 'PO Box 484', 'Watertown', 'SD', '57201', '', '', '45', '', '', 0, '', '45', 'Check 829197', '', '', '', '', 'success', 'check', 'live', '', '', '2014-03-13 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (829, '01389ACCC6', '1d3209441bb9ac3bfdb99e5645bc2346', 1736, 5, '', 'Lisa Chicarella', '1315 Linden Ave.', 'Baltimore', 'MD', '21227', 'US', '4436779902', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX8135', '04', '2015', 'success', 'payflowpro', 'live', 'EPFPA8221C93', '', '2014-03-13 09:06:20', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (830, 'EBF66D85CC', '8a6995f44fe4ef64bc6d7518172a5779', 2362, 1, '', 'Scott Shelley', '8611 Lucas Pike', 'Plain City', 'OH', '43064', 'United States', '', '45', '', '', 0, '', '45', 'Check 215689', '', '', '', '', 'success', 'check', 'live', '', '', '2014-03-13 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (831, 'CDBDAFCA63', '56797b469918f1c818eae85fdb283ecd', 328551, 2, '', 'Jamie Ferguson', '12153 Gay Rio Dr.', 'Lakeside', 'California', '92040', 'US', '6197785963', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX0686', '06', '2016', 'success', 'payflowpro', 'live', 'ETYPB9D4A3DA', '', '2014-03-13 11:24:11', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (832, '0888954A71', 'e187e890980d8ee1a743d78918c4d254', 328786, 5, '', 'Alexander Davis', '516 NE San Rafael St.', 'Portland', 'Oregon', '97212', 'US', '7602124320', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX6470', '08', '2015', 'success', 'payflowpro', 'live', 'EQCPA87A4CC4', '', '2014-03-13 12:46:43', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (833, 'CE83639BCD', '8a6995f44fe4ef64bc6d7518172a5779', 592, 1, '', 'Dana Lintner', '5688 Kilbury Lane', 'Hilliard', 'OH', '43026', 'US', '6142164138', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8234', '04', '2016', 'success', 'payflowpro', 'live', 'EPFPA824D07E', '', '2014-03-13 13:10:49', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (834, '710E30ADED', 'f9ec9da41843e2020e69ef1ec71a6dfe', 329437, 1, '', 'Mallory Valley', '2340A E 43rd St Apt 16', 'Erie', 'PA', '16510', 'US', '2164085258', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX1197', '08', '2016', 'success', 'payflowpro', 'live', 'ELEPAA0741EA', '', '2014-03-13 16:34:14', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (835, '9C5A9518CB', '25a582388cf535be579ebf3100a4fbb3', 331600, 1, '', 'Tamara Singer', '3396 Hayes Road', 'Baldwinsville', 'NY', '13027', 'US', '3155583101', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX1477', '07', '2017', 'success', 'payflowpro', 'live', 'ESYPB7E945AD', '', '2014-03-14 10:49:18', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (836, '4873C5A028', '4f8bcac3462cf8485ebe095a340f3931', 331798, 1, '', 'Elizabeth Wilson', '988 Miramonte Dr Apt #2', 'Santa Barbara', 'California', '93109', 'US', '7196483841', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8161', '07', '2015', 'success', 'payflowpro', 'live', 'EPFPA83386F5', '', '2014-03-14 11:51:25', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (837, '97EB376909', '2cb5ac3c3336c49d0b767e512eea4f7c', 2390, 1, '', 'Shannon Irmscher', '3600 Eastbrooke Dr.', 'Evansville', 'IN', '47711', 'US', '8124830002', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6334', '08', '2015', 'success', 'payflowpro', 'live', 'EXHPBA0DF780', '', '2014-03-14 16:10:52', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (838, 'DE2B437C8B', 'e5313af5165fb360b049ca26af2226d7', 153, 1, '', 'Andrea Bryant', '1115 Tari Place', 'Colorado Springs', 'CO', '80921', 'US', '7205149996', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6017', '07', '2016', 'success', 'payflowpro', 'live', 'ETYPB9F4D5E9', '', '2014-03-15 08:57:40', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (839, '6C094A428C', '5955e469c03b5ce6409302651a576e3f', 1877, 1, '', 'Mary Yoder', '5761 Darrow Dr.', 'Seven Hills', 'OH', '44131', 'US', '3309041746', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5377', '02', '2016', 'success', 'payflowpro', 'live', 'ETJPB9F73254', '', '2014-03-15 12:19:10', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (840, 'A14D5BA0F2', '47a318737587e12604c0a827c0ce167e', 1615, 1, '', 'Laura Laverick', '2109 Columbus Ave. Apt B', 'Waco', 'TX', '76701', 'US', '3303240470', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7587', '02', '2016', 'success', 'payflowpro', 'live', 'ERFPA8A62200', '', '2014-03-15 12:25:38', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (841, '72BACBAFDA', 'ce2117dfdc04dd8825dd42e1546b6ca4', 334785, 9, '', 'Debra Williams', 'Ffordd Deg', 'Tan y Fron', 'Conwy', 'LL16 5NP', 'GB', '00441745870119', '55.00', '0', '', 0, '', '55', '', 'Visa', 'XXXXXXXXXXXX7562', '01', '2015', 'success', 'payflowpro', 'live', 'EQEPA89B87B1', '', '2014-03-15 12:31:48', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (842, '412B491EE9', 'ec8d4f263b75235e3862d46a24ae4387', 336516, 1, '', 'Lisa Melnik', '370 Newton Circle Apt. 704', 'Akron', 'OH', '44305', 'US', '3046391137', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX7522', '07', '2015', 'success', 'payflowpro', 'live', 'EUHPB976A619', '', '2014-03-16 06:13:17', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (843, 'CD9B6DABC9', '8ac04cccccaa3cef0525d52187f30ffd', 337687, 1, '', 'Amy Toman', '2407 Springfield Loop W', 'Birmingham', 'Alabama', '35242', 'US', '3047712540', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9651', '01', '2016', 'success', 'payflowpro', 'live', 'EPEPA85850DB', '', '2014-03-16 16:20:28', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (844, 'ED9A7EFBD8', '89c834b4a59f4c736bc2c9c55fa35a80', 337692, 1, '', 'Kayla Krajna', '2878 Saunders Settlement Road', 'Sanborn', 'New York', '14132', 'US', '7166220316', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX0108', '06', '2016', 'success', 'payflowpro', 'live', 'EQFPA8AE1D4C', '', '2014-03-16 16:23:32', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (845, '00F8F6508B', 'e3d5a8506335d0d237a23d0b67171e37', 70, 1, '', 'Alison Marancik', '5975 Tchoupitoulas St.', 'New Orleans', 'LA', '70115', 'US', '7655861764', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6451', '02', '2017', 'success', 'payflowpro', 'live', 'EUJPB97E5902', '', '2014-03-16 17:06:31', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (846, '37D4B31EAE', 'e09a1617710aad68c7982e7f05efe1c4', 338080, 1, '', 'Candace Cargill', '5708 Coral Cir.', 'Amarillo', 'TX', '79110', 'US', '8066798180', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1054', '01', '2018', 'success', 'payflowpro', 'live', 'ESYPB8104011', '', '2014-03-16 18:07:18', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (847, '123933B450', 'a54d50240fcdf467faa947d364b5be8f', 1358, 1, '', 'Julie Rosenthal', '9241 Elk Grove Florin Rd. Apt 124', 'Elk Grove', 'CA', '95624', 'US', '9166010780', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6129', '09', '2016', 'success', 'payflowpro', 'live', 'EXJPBA310891', '', '2014-03-16 18:40:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (848, '496DB319E4', 'd3ad791c4b2217b0473fc95367433192', 2378, 5, '', 'Seth Hochberg', '9090 NW 11th Ct.', 'Plantation', 'FL', '33322', 'US', '9547409173', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX6675', '03', '2016', 'success', 'payflowpro', 'live', 'EXYPBA310F24', '', '2014-03-16 18:42:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (849, 'CB7E58569D', 'a9d7f64d35da1561213f92f4dee37535', 78, 1, '', 'Allison Davis', '2410 Mountain Dr.', 'Hoover', 'AL', '35226', 'US', '3347280806', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5875', '04', '2016', 'success', 'payflowpro', 'live', 'EUJPB9852C64', '', '2014-03-17 03:56:22', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (850, '4FEEFBAA61', 'b66b9e795a781989d987ad975536e565', 341909, 1, '', 'Nichta Hopps', '875 Tourmaline Street', 'San Diego', 'CA', '92109', 'US', '8588883712', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3798', '01', '2018', 'success', 'payflowpro', 'live', 'EXJPBA38B389', '', '2014-03-17 06:20:48', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (851, '3B3818D3DF', '725eae88345d06b50f1a6bc59d07de8a', 2340, 2, '', 'Sarah Demeo', '4423 Stanford St.', 'Chevy Chase', 'MD', '20815', 'US', '3019860134', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX0655', '04', '2015', 'success', 'payflowpro', 'live', 'ELEPAA480AF1', '', '2014-03-17 11:58:21', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (852, '6AABA6ABC6', '3472f46735035a5cd71161447f3a5a4f', 343907, 2, '', 'Ashley Gardner', '301 N. Wood Dale Rd.', 'Addison', 'IL', '60101-3058', 'US', '6309417393', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX6665', '05', '2016', 'success', 'payflowpro', 'live', 'ELEPAA4B2AE6', '', '2014-03-17 15:37:12', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (853, '88C22523FB', '45be17c0166a033f1f213ee9661dc8a4', 2479, 2, '', 'Stephen Ganley', '1950 Ford St.', 'Brooklyn', 'NY', '11229', 'US', '3472446405', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX9238', '01', '2017', 'success', 'payflowpro', 'live', 'EXJPBA42BEAA', '', '2014-03-17 16:27:06', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (854, '823A8D6F11', '8bd085b11c624fb352632b67d9346b80', 346220, 2, '', 'Lauren Westra', '14 Shobe Ave', 'Brunswick', 'Maine', '04011', 'US', '2077982077', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX5211', '02', '2017', 'success', 'payflowpro', 'live', 'EUHPB99C1E60', '', '2014-03-18 07:15:03', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (855, '541C099AB0', '93da357f46d15e94474083f188f6cdbd', 346367, 1, '', 'Kelly Arnold', '3967 Utah St APT 2W', 'St. Louis', 'MO', '63116', 'US', '5135350900', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX5721', '04', '2016', 'success', 'payflowpro', 'live', 'EPFPA877861C', '', '2014-03-18 08:00:40', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (856, '79B8204BA1', '6fb1d1fc83f8e568e8364b6629781290', 2371, 1, '', 'Sean Mallee', '11435 Park Access Road', 'Boca Raton', 'FL', '33498', 'USA', '', '45', '', '', 0, '', '45', 'Check 0002822253', '', '', '', '', 'success', 'payflowpro', 'live', '', '', '2014-03-18 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (857, '6BD7DE97B8', '6fb1d1fc83f8e568e8364b6629781290', 26, 1, '', 'Aimee Nelson', '1506 Louisdale Dr', 'Ft. Wayne', 'IN', '46808', 'USA', '', '45', '', '', 0, '', '45', 'Square', '', '', '', '', 'success', 'stripe', 'live', '', '', '2014-03-18 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (858, '989BED9D03', '3002c9c1c2d7717fdc1f37bdafb2d8e7', 346970, 1, '', 'Rebecca Olejownik', '201 Donegal St.', 'Eaton Rapids', 'MI', '48827', 'US', '5176635352', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7724', '02', '2016', 'success', 'payflowpro', 'live', 'ETHPBA2EC7A1', '', '2014-03-18 12:10:50', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (859, '68ED74C94F', 'e2d06eb8b293b7313c9f48f04695b243', 346972, 1, '', 'Aaron Clark', '146 Dundee Dr', 'Battle Creek', 'Mi', '49014', 'US', '2694201239', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8706', '12', '2016', 'success', 'payflowpro', 'live', 'EPFPA87D3604', '', '2014-03-18 12:11:18', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (860, 'F374AF2712', 'd2240e338dae5a89b0c74084f4393e50', 1668, 1, '', 'Lee Hart', '3031 W. Cherokee St.', 'Springfield', 'MO', '65807-7629', 'US', '4178497076', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5050', '02', '2016', 'success', 'payflowpro', 'live', 'ERCPA8DDB9E8', '', '2014-03-18 12:14:40', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (861, '7765EEB828', '2ae3de1e5732ad05a82e613d1a5582cf', 348592, 1, '', 'Ariel Martinez', '5820 sw 112 ave', 'miami', 'FL - Florida', '33173', 'US', '3053228931', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2178', '01', '2016', 'success', 'payflowpro', 'live', 'ETHPBA377C9B', '', '2014-03-18 22:43:42', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (862, 'B1D9B35E6A', 'fda46f419ec6504b5e5085898d7f7d10', 1900, 1, '', 'Matthew Rich', '980 Bluebird Lane', 'Idaho Falls', 'ID', '83402', 'US', '6192007282', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6957', '03', '2017', 'success', 'payflowpro', 'live', 'EPFPA88A1FB9', '', '2014-03-19 05:31:47', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (863, '269CACB710', '08b2afece9de0845fe5765040ad2413a', 999, 1, '', 'Ida Lewis', '232 Willow Ridge Rd.', 'Ft. Worth', 'TX', '76103', 'US', '8172963048', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX5217', '02', '2019', 'success', 'payflowpro', 'live', 'ETYPBA3BF8E2', '', '2014-03-19 05:51:39', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (864, 'D9411F3DD9', '2876b73900bc713d32808401f6bc0a28', 349788, 1, '', 'Kaitlyn Wiktor', '2007 Ridgewood Drive', 'Papillion', 'Nebraska', '68133', 'US', '4138139501', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2317', '10', '2014', 'success', 'payflowpro', 'live', 'EUJPB9B05C61', '', '2014-03-19 06:38:37', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (865, '8140CE15F0', '753031006c9ff13561fb192ea8728147', 1181, 1, '', 'Jen Wilson', '42195 Church Point Rd.', 'Gonzales', 'LA', '70737-7704', 'US', '3187809248', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1592', '09', '2015', 'success', 'payflowpro', 'live', 'ETYPBA46E457', '', '2014-03-19 18:47:28', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (866, 'D0517AC209', 'f824fc700f289afc3cb69753b7a17e26', 2239, 2, '', 'Robert Sorey', '8609 Mayfair Place', 'Silver Spring', 'MD', '20910', 'US', '2403204788', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX5849', '07', '2015', 'success', 'payflowpro', 'live', 'ETJPBA4EEFD8', '', '2014-03-20 06:53:39', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (867, '3E6C2B66F4', '21c9877de406e52b4de44c79ac734b7b', 352954, 1, '', 'Steve Dombroskie', '5821 Western Run Drive Apt. D', 'Baltimore', 'Maryland', '21209', 'US', '4104591005', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1488', '07', '2015', 'success', 'payflowpro', 'live', 'EQEPA8F21718', '', '2014-03-20 08:11:17', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (868, '4B9F0554F4', '3f7ae1e6fd3d5d2b33c29e2f94bd7575', 353388, 1, '', 'Melissa Gillmer', '6 Rock Ledge Rd', 'Cold Spring', 'NY', '10516', 'US', '5165219986', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2371', '02', '2015', 'success', 'payflowpro', 'live', 'ETYPBA522CAA', '', '2014-03-20 10:43:28', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (869, '29E3EA5F51', '8f8e4549f8405bb7e3bd44990c684aa5', 1179, 1, '', 'Jennifer C. Chapman', '4886 1/2 Cape May Ave.', 'San Diego', 'CA', '92107', 'US', '4802312010', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX7565', '08', '2015', 'success', 'payflowpro', 'live', 'ERFPA8FEDF59', '', '2014-03-20 10:50:50', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (870, 'BFEB2655E1', '5d09e17307ccacb1cb64620428cf9206', 354390, 5, '', 'Michelle Johnson', '424 Big Springs DR', 'Shepherdsville', 'KY', '40165', 'US', '5024285520', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX0425', '09', '2014', 'success', 'payflowpro', 'live', 'ETHPBA57DFA8', '', '2014-03-20 18:01:09', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (871, '7C791ACEA6', '6d42cb4e5050bd1dbab20e25b0d87614', 355780, 2, '', 'Lisa McGonigle', 'Academy of Natural Science : Live Animal Center 1900 Ben Franklin Parkway', 'Philadelphia', 'PA', '19103', 'US', '2152991034', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX3475', '09', '2016', 'success', 'payflowpro', 'live', 'ETYPBA5FE48C', '', '2014-03-21 06:24:21', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (872, '1BB565F8E0', '16a67909cdf2532fb4380670e35aa322', 820, 2, '', 'Ellen Siciliano', '460 W. Wilshire Dr.', 'Hoffman Estates', 'IL', '60067-4766', 'US', '8479912620', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX6043', '05', '2018', 'success', 'payflowpro', 'live', 'EREPA90EEA31', '', '2014-03-21 09:18:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (873, '72293E4B6E', '7254021705db73ba32224883d3ca4847', 1618, 1, '', 'Laura Isaacs', '31 Geneva St.', 'Pawtucket', 'RI', '02860-5916', 'US', '2018352440', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1246', '11', '2015', 'success', 'payflowpro', 'live', 'ELCPAA9299E0', '', '2014-03-21 14:14:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (874, '85FA0C097D', 'fa845414c5d9ffb8f2e34446a1209557', 1215, 1, '', 'Jessica Real', '3938 Woodruff Ave.', 'Oakland', 'CA', '94602', 'US', '5102067246', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4445', '04', '2016', 'success', 'payflowpro', 'live', 'ETJPBA671A85', '', '2014-03-21 15:31:12', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (875, '2ED18D830E', '5f110a276568793d3dc5899d71a5fa2f', 361508, 2, '', 'Kate Trainque', '12045 Little Mountain Road', 'New Castle', 'VA', '24127', 'US', '5403099390', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX9620', '08', '2014', 'success', 'payflowpro', 'live', 'EXJPBA971A1B', '', '2014-03-22 08:15:27', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (876, '5374768EE3', 'bedf3d91a3c9f77a6773a4ea37c70e93', 1609, 2, '', 'Larry Clement', '1656 Brae Moor Ln.', 'Dunedin', 'FL', '34698', 'US', '7272437577', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX9467', '05', '2014', 'success', 'payflowpro', 'live', 'EXYPBA975D05', '', '2014-03-22 08:39:27', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (877, 'C4970220DF', '0db8b6d06c8e4e138b77f1162bc2cefb', 361618, 2, '', 'Leslie Wilkes', '1425 Janneys LN', 'Alexandria', 'VA', '22302', 'US', '5719700324', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX4515', '07', '2014', 'success', 'payflowpro', 'live', 'EQEPA9146ECC', '', '2014-03-22 09:13:09', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (878, '8F66720DAE', '0fcff8bb8973f480647d7a77cabacde5', 197, 2, '', 'Anna Grob', '9147 S. 77th Ave.', 'Bridgeview', 'IL', '60455', 'US', '7084307049', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX4612', '12', '2015', 'success', 'payflowpro', 'live', 'ELEPAA9F218E', '', '2014-03-22 09:39:24', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (879, '98C1A8FEA1', '2f52465342d66c8debe336e2d6b9c5ce', 296, 1, '', 'Bethany Wall', '5018 Mayspring', 'San Antonio', 'TX', '78217', 'US', '8502181898', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX3571', '05', '2015', 'success', 'payflowpro', 'live', 'EPEPA8BFE847', '', '2014-03-22 11:07:58', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (880, 'C8B1AF5144', '12b8283d4535599a0625c9d29490cd56', 366484, 1, '', 'Margaret Pryor-Jones', '1303 Division Ave Apt 10', 'Tacoma', 'WA', '98403', 'US', '2533896481', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2939', '12', '2017', 'success', 'payflowpro', 'live', 'EPEPA8C0A649', '', '2014-03-22 12:21:57', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (881, '81340F6FA3', 'a0300a2a685018a139bbf5386a9bf991', 368938, 1, '', 'Kimberly Millspaugh', '1351 Olive Street', 'Ramona', 'CA', '92065', 'US', '8587221471', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8681', '01', '2017', 'success', 'payflowpro', 'live', 'EXHPBA9C47C7', '', '2014-03-22 16:25:18', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (882, '40B3DF6AD0', '480ca48736d7eb6c2d170f9b0b6832ea', 370618, 5, '', 'Leonard M Rodriguez', '417 NW Whitlock Dr', 'Lee\'s Summit', 'Missouri', '64081-2044', 'US', '8165917846', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX0375', '01', '2018', 'success', 'payflowpro', 'live', 'EPFPA8CC86B9', '', '2014-03-23 07:25:57', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (883, '06712D2827', '360836e7da06c56e1cd3745d4059193d', 370969, 1, '', 'Andy Gillock', '1645 S. Chester Ct.', 'Denver', 'CO', '80247', 'US', '3035038542', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7804', '02', '2017', 'success', 'payflowpro', 'live', 'ESYPB886748F', '', '2014-03-23 09:19:40', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (884, '681D51F4B1', 'f99f58aa1248526da2d1b9be4a765c1f', 1876, 1, '', 'Mary Haberstich', '1521 SW Wayne Ave.', 'Topeka', 'KS', '66604', 'US', '4023044353', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1110', '02', '2017', 'success', 'payflowpro', 'live', 'EQEPA924696D', '', '2014-03-23 10:46:51', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (885, 'C14E995444', '1f4d8a7256479cf8187e295601fc5bb7', 371364, 2, '', 'Julia Burns', '7 Wellington Avenue', 'Somerville', 'MA', '02145', 'US', '6176256137', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX5284', '03', '2015', 'success', 'payflowpro', 'live', 'EUHPB9F72E34', '', '2014-03-23 12:25:26', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (886, '9534B06167', '71f41efdbeae53cb875d69ad67433989', 329, 1, '', 'Brian Czarnik', '8915 Burlington Ave. Unit 101', 'Brookfield', 'IL', '60513', 'US', '8507082126', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6502', '09', '2016', 'success', 'payflowpro', 'live', 'EXJPBAB4BF36', '', '2014-03-24 06:52:43', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (887, 'C78E034313', '994e3d800f671ba87c6a1464c32989c9', 373754, 2, '', 'douglas pernikoff', '32 clarkson-wilson center', 'chesterfield', 'missouri', '63017', 'US', '31476178583', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX9473', '02', '2017', 'success', 'payflowpro', 'live', 'EUJPBA064E4F', '', '2014-03-24 10:31:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (888, '92206CE546', 'bd5d861fe44ce4ab53ceb17da881f69b', 373797, 2, '', 'Andrew Young', '861 Hollins Street', 'Baltimore', 'Maryland', '21201', 'US', '4842257947', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX0095', '12', '2014', 'success', 'payflowpro', 'live', 'EPFPA8DF2F19', '', '2014-03-24 10:59:14', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (889, '908B5EB930', '3bd05f22b54e5518402a3ed9e1843b77', 373824, 5, '', 'Lynnette Borris', '6119 Walnut Dr.', 'Eureka', 'California', '95503', 'US', '9518979332', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX4015', '09', '2014', 'success', 'payflowpro', 'live', 'ETHPBA930D85', '', '2014-03-24 11:05:32', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (890, '51829C36E3', '5276194a868c3ce2302012644dd1ce18', 1241, 1, '', 'Jill Werner', '10211 Bianca Ave.', 'Northridge', 'CA', '91325', 'US', '8183197895', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2742', '12', '2014', 'success', 'payflowpro', 'live', 'ESYPB89A62A4', '', '2014-03-24 13:51:57', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (891, '2770108DB4', 'fc3088f707414eacb525ba76dcc65af9', 374615, 1, '', 'Kimberly Whitney', '1026 Mehle St', 'Arabi', 'LA', '70032', 'US', '5042581578', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3963', '09', '2015', 'success', 'payflowpro', 'live', 'EPFPA8E29D84', '', '2014-03-24 15:08:30', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (892, 'DBD18050E1', '1066d800d575db39adddfe5a3db1225e', 375053, 2, '', 'Michael Milburn', '3868 S. Jonathan Ave.', 'Springfield', 'Missouri', '65807', 'US', '4174837295', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX8123', '03', '2018', 'success', 'payflowpro', 'live', 'EXYPBABE3F0C', '', '2014-03-24 18:29:59', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (893, 'C1AC92BE60', '7f9a471453e330d32b0051343d6b8eb1', 375573, 1, '', 'Adriana Diaz', '7501 East Treasure Drive #4K', 'Miami Beach', 'Fl', '33141', 'US', '3058734516', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6561', '07', '2014', 'success', 'payflowpro', 'live', 'EQCPA93C1822', '', '2014-03-24 20:06:11', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (894, 'F1BDA5AE5F', 'dfd256c8f9bea94d3e3e38e178fe6399', 2014, 1, '', 'Michelle Rabon', '9224 W. Allerton Ave.', 'Greenfield', 'WI', '53228', 'US', '7089891387', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7662', '03', '2017', 'success', 'payflowpro', 'live', 'ETYPBAA3A0C4', '', '2014-03-25 09:27:17', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (895, '3D17B23890', '2958acbd76f327fc2291be36a12aafb3', 377691, 5, '', 'Krista Stein', '156 Lee Rd.', 'Cottontown', 'TN', '37048', 'US', '6157724370', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX6431', '06', '2015', 'success', 'payflowpro', 'live', 'ERFPA9544D81', '', '2014-03-25 14:01:45', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (896, '824991B189', '421df78973bc2e2862575beb8a3f65ee', 377862, 2, '', 'Gabrielle Crum', '1067 Enderby Way', 'Sunnyvale', 'CA', '94087', 'US', '4087336069', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX1198', '12', '2016', 'success', 'payflowpro', 'live', 'EREPA9552046', '', '2014-03-25 15:06:38', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (897, 'B550B4FA71', 'd553dbfe7c00d0a49c793e552e7396ca', 2291, 1, '', 'Samantha Kaeser', '1155 Sanddune Ln.  #108', 'Melbourne', 'FL', '32935', 'US', '8582457442', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2124', '09', '2016', 'success', 'payflowpro', 'live', 'ELCPAAD5438E', '', '2014-03-25 15:40:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (898, '4AD1D19834', '1ddce83df5d5cb8d352703e5c4415d72', 378694, 1, '', 'Craig Conklin', '187 Gabriel Drive', 'Mooresville', 'NC', '28115', 'US', '7046775755', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX1598', '09', '2015', 'success', 'payflowpro', 'live', 'ERFPA95906DD', '', '2014-03-25 20:23:02', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (899, '0F1EFEF080', 'b6ce901939ec1f9f591c7c155d7a68c1', 85, 1, '', 'Alvaro Montano', '11012 SW 124th Ct.', 'Miami', 'FL', '33186', 'US', '7868536088', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9137', '07', '2015', 'success', 'payflowpro', 'live', 'ETJPBAAD5D55', '', '2014-03-25 22:06:27', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (900, 'F9DD376AA8', 'be54b01109174c412da206bcb604d122', 379803, 1, '', 'Amy Miller', '2121 Evans Street Apartment 7', 'Oshkosh', 'Wisconsin', '54901', 'US', '922332115', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7800', '10', '2016', 'success', 'payflowpro', 'live', 'ERFPA9609A94', '', '2014-03-26 07:25:36', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (901, '936FE0F9FE', 'e2decad380233a605485e69adfe44aff', 2675, 13, '', 'Virginia Safari Park', '229 Safari Lane', 'Natural Bridge', 'VA', '24578', 'USA', '', '150', '', '', 0, '', '150', 'Check 40283', '', '', '', '', 'success', 'check', 'live', '', '', '2014-03-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (902, '143CEBB618', 'e2decad380233a605485e69adfe44aff', 2699, 13, '', 'Bergen County Zoo', '216 Forest Avenue', 'Paramus', 'NJ', '07652', 'USA', '', '150', '', '', 0, '', '150', 'Check 2835', '', '', '', '', 'success', 'check', 'live', '', '', '2014-03-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (903, '32155DD991', '025e376ce48a0383b1de0bce64e53a95', 1946, 1, '', 'Melba Brown', '8340 Imperial Drive', 'Laurel', 'MD', '20708', 'USA', '', '45', '', '', 0, '', '45', 'Check 1522', '', '', '', '', 'success', 'check', 'live', '', '', '2014-03-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (904, 'F34F572157', '025e376ce48a0383b1de0bce64e53a95', 2024, 1, '', 'Michael Connolly', 'PO Box 836', 'Skiatook', 'OK', '74070', 'USA', '', '45', '', '', 0, '', '45', 'Check 1030', '', '', '', '', 'success', 'check', 'live', '', '', '2014-03-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (905, '9DC2F259D4', '025e376ce48a0383b1de0bce64e53a95', 1209, 1, '', 'Jessica Scallan', '4062 E 25th Street', 'Tulsa', 'OK', '74114', 'USA', '', '45', '', '', 0, '', '45', 'Check 1030', '', '', '', '', 'success', 'check', 'live', '', '', '2014-03-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (906, '52E68E8A13', '025e376ce48a0383b1de0bce64e53a95', 924, 2, '', 'Geraldine Grant', '1321 Normandy Lane', 'Sacramento', 'CA', '95822-1622', 'USA', '', '40', '', '', 0, '', '40', 'Check 1569', '', '', '', '', 'success', 'check', 'live', '', '', '2014-03-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (907, 'B5FB6EF63C', '025e376ce48a0383b1de0bce64e53a95', 2633, 2, '', 'Vannis Korich', '3303 138th Street E', 'Tacoma', 'WA', '98446-1719', 'USA', '', '40', '', '', 0, '', '40', 'Check 7076', '', '', '', '', 'success', 'check', 'live', '', '', '2014-03-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (908, 'A47AE99C12', '025e376ce48a0383b1de0bce64e53a95', 2246, 1, '', 'Robin English', '79 Furman Rd.', 'Fairport', 'NY', '14450', 'US', '5853364602', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX3313', '09', '2014', 'success', 'payflowpro', 'live', 'ELEPAAE4A0E3', '', '2014-03-26 12:36:16', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (909, '1D1DB978C8', '2679fe2012e61c9c5d133e90e11439ce', 380603, 1, '', 'Ryan Statt', '1161 Hilton Parma Road', 'Rochester', 'NY', '14468', 'US', '5853541178', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX2139', '05', '2016', 'success', 'payflowpro', 'live', 'EUJPBA2C00F4', '', '2014-03-26 12:40:14', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (910, 'F070C069A9', 'ef95a7065636ce3224522a3d048c74ab', 864, 1, '', 'Erin Sattler', '1018 Laura St.', 'Elizabeth', 'NJ', '07201', 'US', '2318786174', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2666', '07', '2015', 'success', 'payflowpro', 'live', 'ESJPB8BE5A62', '', '2014-03-26 13:58:56', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (911, '80B539463C', 'f8807fbc2ada56b4fc5ff7133466f4d5', 380884, 1, '', 'Katie Woods', '1303 SW Heather Terrace', 'Stuart', 'Florida', '34997', 'US', '5613391993', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4092', '05', '2016', 'success', 'payflowpro', 'live', 'EPCPA90603A4', '', '2014-03-26 14:31:05', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (912, 'DD5C4DC437', '1da2ff13ff9712cb65e0851fcff79535', 380900, 1, '', 'Sam Delprince', '2461 sandstrom drive', 'Columbus', 'Ohio', '43235', 'US', '6144999374', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6397', '01', '2016', 'success', 'payflowpro', 'live', 'ETYPBAB9ED63', '', '2014-03-26 14:43:21', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (913, '5EA1D65AE7', '376ab73d704cd757954bed2474edca55', 361, 1, '', 'C. J. Swisher', '2510 N. Springfield', 'Chicago', 'IL', '60647-1029', 'US', '7732270329', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8913', '05', '2015', 'success', 'payflowpro', 'live', 'ERFPA9670DE2', '', '2014-03-26 15:14:50', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (914, 'D1E5BA4054', 'afffb6d065eb2689970a837cd6c02b87', 381576, 2, '', 'Ryan Clifton', '33359 1st Lane S. Apt. B', 'Federal Way', 'Washington', '98003', 'US', '5099517025', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX5715', '01', '2017', 'success', 'payflowpro', 'live', 'EUHPBA31CD58', '', '2014-03-26 20:21:22', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (915, 'F2AC1C378C', '54015480dea1307a7d3e3e6a47cd3a14', 382473, 3, '', 'Lisa Tsuji', '9520 Pine Valley Drive', 'Woodbridge', 'Ontario', 'L4L 1A6', 'CA', '6472805812', '55.00', '0', '', 0, '', '55', '', 'Visa', 'XXXXXXXXXXXX9672', '04', '2016', 'success', 'payflowpro', 'live', 'EPEPA910EA91', '', '2014-03-27 06:34:57', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (916, 'C0D376B889', '5b96e67026b216faf57748d288430265', 383449, 1, '', 'Emily Kitzel', '219 Yelton Ct.', 'Nashville', 'TN', '37211', 'US', '4199341847', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0067', '04', '2016', 'success', 'payflowpro', 'live', 'EUHPBA3ECAFD', '', '2014-03-27 14:05:06', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (917, '18F14BBE92', '2a36234c7555fff4658769a8fd6811ec', 137, 1, '', 'Amy Hewitt', '8920 Peterson Road', 'St. Francisville', 'LA', '70775', 'US', '2252884240', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9565', '01', '2017', 'success', 'payflowpro', 'live', 'ERCPA9827947', '', '2014-03-28 06:19:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (918, 'B23F61C9D5', '3bf20897409ea708025c7196dd7da4bc', 385451, 1, '', 'Jacqueline Poepping', 'PO Box 262', 'Freeport', 'Minnesota', '56331', 'US', '3203091110', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX2495', '10', '2018', 'success', 'payflowpro', 'live', 'EPEPA922F3F6', '', '2014-03-28 07:19:55', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (919, '5E6BFEC2DE', 'b22d50836b321789fc608d5b751ed93c', 385803, 1, '', 'Steven Gottfried', '222 Coville Dr.', 'Browns Mills', 'NJ', '08015-3728', 'US', '2152435216', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX6128', '07', '2016', 'success', 'payflowpro', 'live', 'EXHPBAFDDDB3', '', '2014-03-28 08:46:46', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (920, '0CF05225B3', 'fc99832d0f48514b29ea9d35926dfeae', 385829, 1, '', 'Matt Plichta', '24615 Scott Rd', 'Calhan', 'CO', '80808', 'US', '9286005882', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3369', '06', '2015', 'success', 'payflowpro', 'live', 'EXJPBAFDF329', '', '2014-03-28 08:52:52', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (921, 'C0924B13AD', 'f13b5e055ceeeba1935d34345034c17c', 386006, 5, '', 'Rebecca Salinas', '7530 Brompton St 853', 'Houston', 'TEXAS', '77025', 'US', '7135336872', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX2167', '05', '2017', 'success', 'payflowpro', 'live', 'ESJPB8DEF62A', '', '2014-03-28 10:25:39', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (922, 'E8EA658539', 'd34a26820a53267dd5b01cf4c4a117bb', 386998, 1, '', 'Kerry Silvia', '114 prospect st Apt. 3', 'Fall River', 'MA', '02720', 'US', '5085420243', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX1954', '08', '2016', 'success', 'payflowpro', 'live', 'EXHPBB06D5D5', '', '2014-03-28 20:00:20', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (923, '3D7B8C6357', 'f17ede2611632454ad1e59d5b6dac360', 387793, 1, '', 'Kristy Kaeterle', '43 Wilding St', 'Fairhaven', 'Ma', '02719', 'US', '5085251402', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX6711', '06', '2016', 'success', 'payflowpro', 'live', 'EUJPBA5AE9E0', '', '2014-03-29 05:16:13', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (924, '1106A896E9', 'd04b7c43b40f800dd1504cb23579c903', 387940, 5, '', 'Braeden Holle', '8009 Weeping Willow Ct.', 'Fort Wayne', 'Indiana', '46815', 'US', '2604529818', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX7597', '02', '2015', 'success', 'payflowpro', 'live', 'ERCPA9947E21', '', '2014-03-29 07:04:09', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (925, '4EC7F9329D', 'c4445a921b5074e053993220d786b296', 732, 1, '', 'Dolores L. Pohl', '1657 S. Woodbury', 'Springfield', 'MO', '65809', 'US', '4178877394', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1737', '10', '2016', 'success', 'payflowpro', 'live', 'ESJPB8EE2DA2', '', '2014-03-29 08:46:10', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (926, 'B5498687A3', 'c67c60ddac4d93fdc1313196ffd178df', 388461, 1, '', 'Kimberley Washington', '5951 Garfield', 'Berkeley', 'Missouri', '63134-2303', 'US', '3146257120', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4493', '11', '2015', 'success', 'payflowpro', 'live', 'ELCPAB162F57', '', '2014-03-29 10:25:12', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (927, 'FD16D0D399', '530281f826cb1e60abcee9cbec8d62ed', 388821, 2, '', 'Jennie Skinner', '322 Camelot Lane', 'Libertyville', 'IL', '60048', 'US', '8477087720', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX6638', '08', '2015', 'success', 'payflowpro', 'live', 'EXYPBB113AF3', '', '2014-03-29 12:54:21', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (928, 'E742A0B45B', '2a4a61959ffa66870e5a7498e0e1d3fc', 2335, 2, '', 'Sarah Darhower', '111 Bradley St. Apt 3', 'Saco', 'ME', '04072-3151', 'US', '2074504069', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX9178', '09', '2017', 'success', 'payflowpro', 'live', 'ESYPB8F445E2', '', '2014-03-29 18:03:55', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (929, '96E7CC6ADA', 'ca57178470e53a3a3803d3d9878bb5a0', 522, 1, '', 'Christy A. Webster', '9703 134th St. Ct. NW', 'Gig Harbor', 'WA', '98329', 'US', '2537326483', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4659', '04', '2015', 'success', 'payflowpro', 'live', 'EUYPBA63AF85', '', '2014-03-29 18:59:48', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (930, 'C587F5BA70', '2e9eebc8c599e4f0fbf5aae26dd7223b', 389541, 2, '', 'Becky Echtenkamp', '2726 Hennge Dr.', 'Cincinnati', 'Ohio', '45239', 'US', '5133679893', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX2135', '12', '2014', 'success', 'payflowpro', 'live', 'ELCPAB1C0C16', '', '2014-03-29 19:24:38', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (931, '575F2CC35A', '3ab88ee5a020f26ad2cec035c931c02c', 1362, 1, '', 'Juliet Elkins', '27A Debs Place', 'Bronx', 'NY', '10475', 'US', '9172975120', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5232', '08', '2016', 'success', 'payflowpro', 'live', 'EQCPA9994561', '', '2014-03-30 08:34:32', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (932, '1B4D2EB1F7', '5d12e9e3d0c4ce4cb4e5ce8223784279', 390606, 1, '', 'Gary Reynard II', '10036 CR 561', 'Clermont', 'Fl', '34711', 'US', '4079381992', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7642', '02', '2017', 'success', 'payflowpro', 'live', 'EQEPA9997E94', '', '2014-03-30 08:55:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (933, 'BF8F6B0D26', '601b02da599d761492c6d245db445c00', 1659, 2, '', 'Leah Rosenthal', '5007 Spring St SB8', 'Carrabassett Valley', 'ME', '04947', 'US', '2078382752', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX4006', '08', '2014', 'success', 'payflowpro', 'live', 'ERFPA9A8343E', '', '2014-03-30 15:45:52', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (934, 'C3BE76218F', 'a7bc595860fd0a11e9bcccf65b0acd3e', 391651, 5, '', 'Olivia Hunter', '433 E. Monroe, Apartment 6', 'Springfield', 'Missouri', '65806', 'US', '4173896840', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX9526', '08', '2014', 'success', 'payflowpro', 'live', 'EUYPBA70BE00', '', '2014-03-30 17:07:18', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (935, 'EE2156A804', '2952ad0eb98f18692cb00b9b7eda342f', 828, 5, '', 'Emily Cannell', '424 Old Creek Dr.', 'Saline', 'MI', '48176', 'US', '7346602483', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX2583', '02', '2015', 'success', 'payflowpro', 'live', 'ELEPAB2986D9', '', '2014-03-30 18:15:14', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (936, '53938B3DB7', '0ea3d1124e5a0fb2593eb9266595865d', 2571, 1, '', 'Tiffany Pulera', '1122 County road D', 'Glenwood city', 'WI', '54013', 'US', '4147453874', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX4814', '10', '2015', 'success', 'payflowpro', 'live', 'EPEPA949549A', '', '2014-03-30 18:17:45', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (937, '51827ABDBA', '01226d8ea0fbbb098617b0eeba75cb73', 565, 1, '', 'Courtney Nesom', '12234 Henri Matisse Ave', 'El Paso', 'TX', '79936', 'US', '2258020624', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX0201', '02', '2016', 'success', 'payflowpro', 'live', 'EUHPBA718FEC', '', '2014-03-30 18:24:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (938, '6AD638B243', '3e8713ba82d6c3eee82b7d834691f1e7', 484, 1, '', 'Christina O\'Donnell', '600 N. Manoa Rd.', 'Havertown', 'PA', '19083', 'US', '6102912524', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4875', '08', '2016', 'success', 'payflowpro', 'live', 'EPFPA949992F', '', '2014-03-30 18:42:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (939, 'CC37CB3332', '6f5e44633793a16cc98f79999c8ac187', 2238, 1, '', 'Robert Brett', '9014 Thompson Nursery Rd.', 'Winter Haven', 'FL', '33884', 'US', '5039361544', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3544', '01', '2017', 'success', 'payflowpro', 'live', 'EUJPBA72230A', '', '2014-03-30 19:18:26', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (940, 'B274F2E473', '1cc35b6b9616a11c52bb96b8db266d13', 1851, 2, '', 'Mark Hewitt', '23626 N. 42nd Dr.', 'Glendale', 'AZ', '85310', 'US', '6235811180', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX4744', '02', '2018', 'success', 'payflowpro', 'live', 'EPEPA94B3FEE', '', '2014-03-30 21:38:49', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (941, '82AF118F2C', 'b77b079288648527cc5bfd2532f39067', 395, 1, '', 'Carlos Torrez', '3018 Ashland Lane South', 'Kissimmee', 'FL', '34741', 'US', '2106186209', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1948', '06', '2017', 'success', 'payflowpro', 'live', 'ELCPAB2E7369', '', '2014-03-31 03:46:27', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (942, 'DBCD55BDCA', 'dde16b6753a62878b4500bfbffa78bdc', 670, 1, '', 'Deb Grupenhoff', '967 Park Ave.', 'Herndon', 'VA', '20170', 'US', '7034379096', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0949', '11', '2017', 'success', 'payflowpro', 'live', 'ESHPB907C4FF', '', '2014-03-31 04:09:08', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (943, 'A571702594', '9ebac4774c2ca63a7df530c24ee07f86', 1214, 5, '', 'Jessica Oszvart', '65 Robbinsville - Edinburg Rd.', 'Robbinsville', 'NJ', '08691', 'US', '6092590677', '30.00', '0', '', 0, '', '30', '', 'Mastercard', 'XXXXXXXXXXXX5329', '11', '2016', 'success', 'payflowpro', 'live', 'EXYPBB29FAA0', '', '2014-03-31 06:50:18', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (944, '2E7857F101', '3d8fb6999bef5c192ebe4235930b6fc6', 803, 2, '', 'Elizabeth Hoopes', '530 N St. SW Apt 810', 'Washington', 'DC', '20024', 'US', '2024841086', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX5664', '10', '2015', 'success', 'payflowpro', 'live', 'EXHPBB2AC4F6', '', '2014-03-31 07:45:11', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (945, '3DC1853B8C', '2b8ca52b7899a995544e62d1b50813de', 747, 2, '', 'Dotty Dortha Doyle', '4966 N. Sunset Ave.', 'Fresno', 'CA', '93704', 'US', '5592227190', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX5005', '06', '2016', 'success', 'payflowpro', 'live', 'ETHPBB05FA6C', '', '2014-03-31 08:27:35', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (946, '1C1B87F580', 'e13124251d7f99a0a261c4950c54611c', 654, 1, '', 'Dawn Falls', '17213 E. 41st St. S.', 'Independence', 'MO', '64055', 'US', '8168861418', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX4745', '05', '2017', 'success', 'payflowpro', 'live', 'EXYPBB2C4F8D', '', '2014-03-31 09:32:08', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (947, '57BF6AD660', '8612cb229259690b232e6d24164e7c27', 1555, 1, '', 'Kimberly A. Harp', '2086 Winnetka Ct.', 'Orlando', 'FL', '32818', 'US', '3057533554', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6586', '11', '2016', 'success', 'payflowpro', 'live', 'ELEPAB338F86', '', '2014-03-31 10:21:17', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (948, 'BC1EDA99FD', 'ee230ab237c103a20eec8a6863e2ecf0', 425, 2, '', 'Cassie Klein', '3732 Victoria Drive', 'W. Palm Beach', 'FL', '33406', 'US', '5514867179', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX4115', '03', '2017', 'success', 'payflowpro', 'live', 'EQCPA9A955E0', '', '2014-03-31 10:29:11', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (949, '13A3ECC069', 'ed54cbc2d4c9a8288d35819ca948426b', 584, 4, '', 'D. Philip King', '291 Nightingale Road', 'Winnipeg', 'MB', 'R3J 3G6', 'CA', '2048890506', '50.00', '0', '', 0, '', '50', '', 'Mastercard', 'XXXXXXXXXXXX6370', '03', '2015', 'success', 'payflowpro', 'live', 'EXYPBB2DE85A', '', '2014-03-31 11:24:16', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (950, 'A70E15C0E1', '586cded9a8caf9e35f7c6e2ccd71aca9', 636, 1, '', 'David Ely', '1818 E. Bowen Ave.', 'Bismarck', 'ND', '58504', 'US', '7012222571', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5711', '06', '2016', 'success', 'payflowpro', 'live', 'EPEPA954D0B0', '', '2014-03-31 12:07:50', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (951, 'D4EC7ADDF3', '2b8ca52b7899a995544e62d1b50813de', 393743, 1, '', 'Ashleigh Dickinson', '340 3rd Street SW', 'Naples', 'FL', '34117', 'USA', '', '45', '', '', 0, '', '45', 'Check - Naples Zoo 3308', '', '', '', '', 'success', 'check', 'live', '', '', '2014-03-31 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (952, 'EF3E7399E3', '9c1bcef9868cc7b017209528d0226f95', 453, 1, '', 'Charles Jacobsma', '16024 Wausau Ave.', 'S. Holland', 'IL', '60473', 'US', '7085283604', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8164', '07', '2018', 'success', 'payflowpro', 'live', 'EXJPBB2F3E96', '', '2014-03-31 12:59:39', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (953, 'A7D917CF43', '612ca068952e42ac018809e784990f02', 164, 1, '', 'Andria Benedetti', '2504 S. Oak Place', 'Broken Arrow', 'OK', '74012', 'US', '9185100224', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0376', '01', '2017', 'success', 'payflowpro', 'live', 'EUJPBA7E4ADC', '', '2014-03-31 13:37:07', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (954, '5210611AA9', '98c1be98fa99b9101fbc57b1ca50dce9', 351, 1, '', 'Brooke Rose', '2015 Sunrise Rd.', 'Arbor Vitae', 'WI', '54568', 'US', '4145340450', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0465', '09', '2015', 'success', 'payflowpro', 'live', 'EREPA9B70CBB', '', '2014-03-31 14:09:05', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (955, 'A533FEFE2C', '2b8ca52b7899a995544e62d1b50813de', 1757, 16, '', 'Nebraska Brand', 'PO Box 550', 'North Platte', 'NE', '69103-0550', 'USA', '', '150.00', '', '', 0, '', '150.00', 'Square', '', '', '', '', 'success', 'payflowpro', 'live', '', '', '2014-03-31 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (956, '5BD81D2D4A', 'c39afce0d89a4db3208de57b2e0e26e5', 394242, 1, '', 'Caitlan Hook', '1000 Ray Moses Drive', 'Aurora', 'IL', '60505', 'USA', '', '45', '', '', 0, '', '45', 'Check 364419', '', '', '', '', 'success', 'payflowpro', 'live', '', '', '2014-03-31 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (957, '6C318C7887', 'c39afce0d89a4db3208de57b2e0e26e5', 916, 1, '', 'Genna Kain', '1000 Ray Moses Drive', 'Aurora', 'IL', '60505', 'United States', '', '45', '', '', 0, '', '45', 'Check 364419', '', '', '', '', 'success', 'payflowpro', 'live', '', '', '2014-03-31 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (958, 'C9E442937D', 'c39afce0d89a4db3208de57b2e0e26e5', 1785, 1, '', 'Lynn Drewke', '1000 Ray Moses Drive', 'Aurora', 'IL', '60505', 'United States', '', '45', '', '', 0, '', '45', 'Check 364419', '', '', '', '', 'success', 'payflowpro', 'live', '', '', '2014-03-31 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (959, 'A5C76026B9', 'c39afce0d89a4db3208de57b2e0e26e5', 2181, 1, '', 'Randy Johnson', '1000 Ray Moses Drive', 'Aurora', 'IL', '60505', 'United States', '', '45', '', '', 0, '', '45', 'Check 364419', '', '', '', '', 'success', 'payflowpro', 'live', '', '', '2014-03-31 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (960, '0BA25EF3FE', '01a4699fb276a5dd07ca345f2a228493', 817, 1, '', 'Elizabeth C. Pope', '817 Aster Dr.', 'Baton Rouge', 'LA', '70802', 'US', '2258028017', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0639', '04', '2015', 'success', 'payflowpro', 'live', 'ERCPA9BA650E', '', '2014-03-31 18:37:28', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (961, 'ABE1AB4EA2', 'c94438542d3d750495f11edc70f6ed56', 991, 9, '', 'Hiroko Yoshida Ph.D.', '1288 Magome- Iwatsuki-ku University of Human Arts and Sciences', 'Saitama city', 'Saitama', '339-8539', 'JP', '81487496111', '55.00', '0', '', 0, '', '55', '', 'Visa', 'XXXXXXXXXXXX0356', '03', '2017', 'success', 'payflowpro', 'live', 'EXJPBB3399A1', '', '2014-03-31 18:37:40', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (962, '6E8804567D', '14dcb73ddccffde0fbbc8f10b87a3078', 232, 1, '', 'Ashley Roth', '1419 Latta Dr Apt 304', 'Celebration', 'FL', '34747', 'US', '7133853252', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6907', '03', '2017', 'success', 'payflowpro', 'live', 'ELEPAB3A37EE', '', '2014-03-31 18:45:41', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (963, '532CC2F66D', 'f79822fca759d0fb73ab341a141fae23', 1326, 2, '', 'Joyce Aston', '2820 West Brentford Court', 'Fresno', 'CA', '93711', 'US', '5592506543', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX9455', '08', '2015', 'success', 'payflowpro', 'live', 'ESJPB91423F6', '', '2014-03-31 20:06:48', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (964, '8EC4D1965F', '827aa822d33850c86280ac9cdd624c84', 189, 1, '', 'Ann Knutson', '6467 Lochmoor Dr.', 'San Diego', 'CA', '92120-3224', 'US', '3162600724', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9229', '11', '2016', 'success', 'payflowpro', 'live', 'EPEPA95BEBE3', '', '2014-03-31 21:57:44', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (965, 'CE5C752AE8', '937a3b7d0bb5d2c303c74af82df10769', 2657, 2, '', 'Warren W. Pryor', '2701 Spring St.', 'Fort Wayne', 'IN', '46808', 'US', '260/3997700x8212', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX4765', '06', '2015', 'success', 'payflowpro', 'live', 'EXHPBB3A1161', '', '2014-04-01 04:26:35', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (966, '1146320DFF', 'a64865740868926166fddd628818f2f1', 396242, 1, '', 'Kyle Scherere', '17624 Barkley rd', 'Monroeville', 'Indiana', '46773', 'US', '2604383579', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6992', '05', '2014', 'success', 'payflowpro', 'live', 'ELFPAB432C12', '', '2014-04-01 07:14:24', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (967, '96FCEF1F2D', 'de9659ba25cce187e41d5fbb9074d6bb', 1709, 2, '', 'Linda C. Brown', '9811 Watterson Trl.', 'Louisville', 'KY', '40299-3403', 'US', '5022677140', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX7241', '07', '2015', 'success', 'payflowpro', 'live', 'ELFPAB434002', '', '2014-04-01 07:19:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (968, '7F9030781A', '29492699b7121c0fc4d765408a989f12', 942, 1, '', 'Guy Lichty', '4401 Zoo Pkwy.', 'Asheboro', 'NC', '27205', 'US', '3368797604', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9697', '06', '2016', 'success', 'payflowpro', 'live', 'ESJPB91D3BCE', '', '2014-04-01 08:20:25', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (969, '858031368B', '3e45bd937890a81515ff09ddc2e7fb02', 225, 1, '', 'Ashleigh Kandrac', '4703 Sable Pine Cir. A-2', 'West Palm Beach', 'FL', '33417', 'US', '9542637970', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX7491', '01', '2016', 'success', 'payflowpro', 'live', 'ELCPAB4487CF', '', '2014-04-01 08:45:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (970, '9ECE4FD780', '827178570f503eabd0875b156a020d1c', 2315, 1, '', 'Sara Travis', '1448 Waterway Cove Dr.', 'Wellington', 'FL', '33414', 'US', '9046311898', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9041', '03', '2018', 'success', 'payflowpro', 'live', 'EXHPBB3F3F93', '', '2014-04-01 10:04:12', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (971, '5EEE047806', '4290af87f5385ddb32eb291d4a93616b', 396636, 5, '', 'Kayla Powlesland', '3831 221st Ave SE', 'Sammamish', 'WA', '98075', 'US', '4253914991', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX8287', '03', '2015', 'success', 'payflowpro', 'live', 'ESYPB91F2950', '', '2014-04-01 10:21:38', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (972, '6DF2E098AF', '4c72668a305e60fd1e56cb7fe20ee80a', 25, 2, '', 'Agnes Overbaugh', '5901 Phinney Ave N. #104', 'Seattle', 'WA', '98103', 'US', '2067847923', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX2213', '10', '2014', 'success', 'payflowpro', 'live', 'ESYPB91F73FE', '', '2014-04-01 10:39:45', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (973, '896F0E0B0B', '98b4cde3678038b1e10b1f1e1af0e939', 440, 1, '', 'Celeste Cambareri', '1170 S. Blair St.', 'Salt Lake City', 'UT', '84111-4740', 'US', '8015102667', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4201', '01', '2017', 'success', 'payflowpro', 'live', 'EQFPA9BD1954', '', '2014-04-01 11:48:03', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (974, '47B6882361', '2905a4396e08fda65033b4371332e9cd', 396877, 2, '', 'Allison Killam', '20548 Deerwatch Place', 'Ashburn', 'VA', '20147', 'US', '5712141714', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX7392', '07', '2016', 'success', 'payflowpro', 'live', 'EQFPA9BD321E', '', '2014-04-01 11:54:27', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (975, 'E2ABBAC719', 'f09ae3bbcf3ded8a93245ff0cea05f8b', 2703, 13, '', 'The Wildcat Sanctuary', 'PO Box 314', 'Sandstone', 'MN', '55072', 'USA', '', '150', '', '', 0, '', '150', '', 'Check 5764', '', '', '', 'success', 'check', 'live', '', '', '2014-04-01 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (976, 'B27805A8E1', '921b20090c16e8ad4fb3276d3c10edb6', 722, 1, '', 'Diane Lavsa', '104 E. Littlewood St.', 'Pittsburgh', 'PA', '15223', 'US', '4127261291', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2084', '10', '2015', 'success', 'payflowpro', 'live', 'ESHPB92446F0', '', '2014-04-01 16:21:16', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (977, 'CC2FDF4B33', 'c2280e2f55015776c6a2d0106ad0455d', 831, 1, '', 'Emily Merola', '817 S. 500 E. Apt 1', 'Salt Lake City', 'UT', '84102', 'US', '8016447669', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8710', '02', '2016', 'success', 'payflowpro', 'live', 'ELCPAB4C1D53', '', '2014-04-01 17:30:15', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (978, '0A19E1BD89', '62b009ad989a58876cea0428dd68a001', 402178, 1, '', 'Jackie Westlein', '1875 Noble Avenue', 'Bridgeport', 'CT', '06610', 'US', '2033946563', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5320', '01', '2016', 'success', 'payflowpro', 'live', 'ESJPB92AFBCF', '', '2014-04-02 02:55:48', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (979, 'C86B7BD22A', 'e3482eec8f01beb4c8d1bac04a40c5e8', 2550, 2, '', 'Terrell V. Norris', '4878 Sherwood Dr.', 'Syracuse', 'NY', '13215', 'US', '3154882785', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX6631', '02', '2017', 'success', 'payflowpro', 'live', 'ESYPB92C82B2', '', '2014-04-02 05:22:35', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (980, 'ACF54CFEF3', '355f8a6dedd0d21eef9fa5a9ae3d1119', 402506, 2, '', 'Lisa Patterson', '3 T. Parker Road', 'Foster', 'RI', '02825-1519', 'US', '4014405198', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX4321', '05', '2014', 'success', 'payflowpro', 'live', 'EXYPBB4D850C', '', '2014-04-02 06:08:50', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (981, '12245E4B27', '4b6b16c4b53f33067b942bde97685717', 2302, 2, '', 'Sandra Armstrong', '4511 SE Howe St.', 'Milwaukie', 'OR', '97222', 'US', '5037868770', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX6029', '08', '2015', 'success', 'payflowpro', 'live', 'ELFPAB55CFD8', '', '2014-04-02 08:05:31', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (982, '7456A1B91F', '784f48c7b873f5984864c3179a3f1455', 1737, 1, '', 'Lisa Fitzgerald', '4109 Dawn Dr.', 'Benbrook', 'TX', '76116-7505', 'US', '817908917', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX1474', '04', '2015', 'success', 'payflowpro', 'live', 'ERFPA9DA6C61', '', '2014-04-02 13:06:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (983, '4172B9371D', 'c981d20b8de35c0266554de69046a61c', 80, 1, '', 'Allison Blankenship', 'Zooniversity LLC POB 781642', 'Dallas', 'TX', '75378', 'US', '9729799847', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9564', '10', '2016', 'success', 'payflowpro', 'live', 'ETJPBB2EFAD9', '', '2014-04-02 14:00:50', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (984, '47AEFD47F7', '4386ae683b3a4642743430eb5af339d7', 2384, 1, '', 'Shanna Simpson', '1722 SW Valley View Dr.', 'Topeka', 'KS', '66615', 'US', '7853680167', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX9024', '01', '2019', 'success', 'payflowpro', 'live', 'EQCPA9D10009', '', '2014-04-02 14:32:01', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (985, 'AF02D49806', '15a0e1a226fb8cfafb6b80a2fd400fef', 404342, 1, '', 'Kirren Covey', '109 Lindy Murff Ct', 'Antioch', 'TN', '37013', 'US', '5093078116', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0789', '02', '2016', 'success', 'payflowpro', 'live', 'EQCPA9D2E293', '', '2014-04-02 16:56:18', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (986, '82FF96E82E', 'f6f2c0ff397af09a9ffcc91f595dee6c', 862, 1, '', 'Erin Hennessy', '3210 Oak Ave.', 'Brookfield', 'IL', '60513', 'US', '8473233992', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3443', '06', '2015', 'success', 'payflowpro', 'live', 'ELFPAB5E0066', '', '2014-04-02 18:04:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (987, '346D26C1CF', 'b85849c744f2414724a613b0db5b8cdc', 944, 1, '', 'Gwendolyn Schwanke', '2006 11th St.', 'Gering', 'NE', '69341', 'US', '6085742178', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9547', '04', '2015', 'success', 'payflowpro', 'live', 'EUJPBAA86FAB', '', '2014-04-02 21:54:30', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (988, '318E0E9F50', '4dcc9658420f14638386dce15c217f03', 406124, 12, '', 'Hunt Library - NCSU', 'Campus Box 7132', 'Raleigh', 'NC', '27606', 'USA', '', '45', '', '', 0, '', '45', 'EBSCO', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-03 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (989, '69E2AC2186', '90bddb549088c14cad7c80c1de82405c', 406675, 1, '', 'Kaitlyn Olsen', '145 Hancock Rd', 'North Wales', 'Pennsylania', '19454', 'US', '5167794585', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX1069', '06', '2015', 'success', 'payflowpro', 'live', 'EXYPBB63A22F', '', '2014-04-03 11:46:47', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (990, 'FD6E2670AE', '294f4f1cc890bd626fa473e7ae58e240', 406676, 2, '', 'Brianna Runshe', '822 Main Street', 'East Greenwich', 'RI', '02818', 'US', '4017415581', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX3516', '06', '2015', 'success', 'payflowpro', 'live', 'ESJPB9434421', '', '2014-04-03 11:46:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (991, 'EEF2E22E6C', '0b4190c87a0e6dbdd4afcf414921504b', 406869, 1, '', 'Rachel Smith', '1012 N Grand Ave Unit E', 'Gainesville', 'TX', '76240', 'US', '2699864644', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4807', '09', '2016', 'success', 'payflowpro', 'live', 'EXYPBB6537DC', '', '2014-04-03 13:10:10', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (992, '9723E597E2', 'e50bf1a82ddde35ec1313c6c1bc4d511', 1142, 1, '', 'Jennifer Gale', '828 N. El Camino Real Unit 12', 'San Mateo', 'CA', '94401-3753', 'US', '5103885463', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3687', '11', '2015', 'success', 'payflowpro', 'live', 'EUHPBAB463E5', '', '2014-04-03 14:00:35', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (993, 'E34A43CEFC', 'ec9143db31a5819db2db0e24d1757521', 2709, 16, '', 'Premier Tours', '21 South 12th St. 9th Floor', 'Philadelphia', 'PA', '19107-3609', 'USA', '', '150', '', '', 0, '', '150', 'Square', '', '', '', '', 'success', 'payflowpro', 'live', '', '', '2014-04-03 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (994, '7982AAAA95', 'ec9143db31a5819db2db0e24d1757521', 407105, 1, '', 'Athena Del Solar', '3665 E. Sandpiper Drive  Apt 5', 'Baynton Beach', 'FL', '33436', '', '', '45', '', '', 0, '', '45', 'Check 095899', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-04-03 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (995, 'B69D7DB736', 'ec9143db31a5819db2db0e24d1757521', 780, 2, '', 'Eileen Zielinski', '38876 Tandika Trail', 'Palm Desert', 'CA', '92211', 'USA', '', '40', '', '', 0, '', '40', 'Check 3115', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-03 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (996, '1A011E354C', 'e9fcbb6bee6b0ec4c1e9beff546e8923', 407459, 1, '', 'patty wallace', '643 sand creek dr', 'colorado springs', 'co', '80916', 'US', '7194646184', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3274', '07', '2014', 'success', 'payflowpro', 'live', 'ETYPBB43A392', '', '2014-04-03 18:02:36', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (997, 'FA8B8FA5F2', '521edd6eb9562b4fe0d400051a1fa5b9', 409079, 1, '', 'Lisa Fllod', '2134 Polo Gardens Drive #301', 'Wellington', 'FL', '33414', 'USA', '', '45', '', '', 0, '', '45', 'Check 96054', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-04-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (998, 'F469EAC167', '67c2e33a4ebd82144f207840fd79f679', 297, 1, '', 'Bethany J. Bingham', '6039 S. Loder Dr.', 'Salt Lake City', 'UT', '84118', 'US', '8016791814', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5035', '08', '2014', 'success', 'payflowpro', 'live', 'ELFPAB7B9DB8', '', '2014-04-04 11:18:41', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (999, '69967B2899', 'c87c2927711202ffff8b59f234fef714', 409884, 2, '', 'Jennifer Hickman', '5345 Drumcally Ln', 'Dublin', 'Ohio', '43017', 'US', '6145605490', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX3497', '11', '2016', 'success', 'payflowpro', 'live', 'EQEPA9F3B2CA', '', '2014-04-04 14:45:12', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1000, '3E0DC67F74', 'bf5ef38133f7208211fc540ff1e74b7c', 1779, 9, '', 'Luis Soto Rendon', 'Paseo de los Tejocotes #1551, Fracc. Tabachines', 'Zapopan', 'Jalisco', '45188', 'MX', '523338083677', '55.00', '0', '', 0, '', '55', '', 'Visa', 'XXXXXXXXXXXX5276', '11', '2015', 'success', 'payflowpro', 'live', 'ETYPBB5FCE9D', '', '2014-04-05 17:15:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1001, 'CF7CC6B4BB', '3f3e571f92761d5c46795aa7fd86e89f', 721, 2, '', 'Diane Barnes', '7460 Kitty Hawk Road Lot #168', 'Converse', 'TX', '78109', 'US', '2105903752', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX4073', '12', '2015', 'success', 'payflowpro', 'live', 'EXJPBB8BDEC5', '', '2014-04-06 06:36:07', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1002, '0D46751CAE', '53adce3ee3be52be5319170bda66948f', 1756, 1, '', 'Liz Evans', '501 E. Pratt St. National Aquarium', 'Baltimore', 'MD', '21202', 'US', '4105761142', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8357', '04', '2017', 'success', 'payflowpro', 'live', 'ERCPAA13F9B7', '', '2014-04-06 08:54:57', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1003, 'C9D8F10143', '5d66f8abc879a62c912aa1a4bf15f397', 417038, 5, '', 'Kendall Lewis', '35', 'Davenport', 'Fl', '33897', 'US', '3137292459', '30.00', '0', '', 0, '', '30', '', 'Mastercard', 'XXXXXXXXXXXX0492', '11', '2016', 'success', 'payflowpro', 'live', 'EPEPA9B4C6EA', '', '2014-04-06 11:23:24', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1004, '8108C06468', '3c2eac99a88c247fe0cbcbdcd44d2bb6', 418206, 1, '', 'Kristilee Kodis', '66718 8th st Apt 2', 'Desert Hot Springs', 'CA', '92240', 'US', '9513341033', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9166', '11', '2016', 'success', 'payflowpro', 'live', 'ETHPBB6DD2D8', '', '2014-04-06 20:04:44', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1005, 'C68B813E31', 'e35f6d6a868eb614b4f0e9080d49a841', 419179, 2, '', 'Lori Rinaldi', '2400 Zinow', 'Hamtramck', 'Michigan', '48212', 'US', '3134185457', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX4647', '10', '2014', 'success', 'payflowpro', 'live', 'ELCPAB9ED949', '', '2014-04-07 06:11:42', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1006, 'B38C4FBDB2', '7cc1a7a5ec237c92b9092248a730f746', 2530, 7, '', 'Tammy Sundquist', '3307 N. 48th St.', 'Lincoln', 'NE', '68504', 'US', '4029044820', '70.00', '0', '', 0, '', '70', '', 'Visa', 'XXXXXXXXXXXX5251', '12', '2015', 'success', 'payflowpro', 'live', 'EUJPBAE93660', '', '2014-04-07 09:09:35', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1007, 'D506C6D3F4', '8bdef27d407724ceccf2e45decd0d1c9', 2019, 13, '', 'Wildlife World Zoo', '16335 W Northern Ave', 'Litchfield Park', 'AZ', '85340', 'USA', '', '150', '', '', 0, '', '150', 'Check 36290', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-07 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1008, '7488B614D4', 'c679fed8723a68e8ba05bf88818e0460', 419686, 2, '', 'Becky Brinkman', '16 S. Sandusky St. Apt. #1', 'Delaware', 'OH', '43015', 'US', '5133352411', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX1338', '02', '2017', 'success', 'payflowpro', 'live', 'ETYPBB7645B3', '', '2014-04-07 10:16:39', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1009, '2EBCCDBD87', '2252e14110bc2beb1bf738c9d74ed40b', 191, 2, '', 'Ann Pisani', '13926 Hayes St.', 'Overland Park', 'KS', '66221', 'US', '9138975897', '40.00', '0', '', 0, '', '40', '', 'Discover', 'XXXXXXXXXXXX4129', '08', '2019', 'success', 'payflowpro', 'live', 'ERCPAA2471FA', '', '2014-04-07 12:55:14', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1010, 'AE8967A731', '16864bd59e11195b3b72e7b09f68c91d', 420635, 2, '', 'Katherine Harman', '3009 NW 39th PL', 'Gainesville', 'Florida', '32605', 'US', '7063462495', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX0004', '01', '2017', 'success', 'payflowpro', 'live', 'EXHPBBA087DA', '', '2014-04-07 17:14:57', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1011, 'F2635242CF', 'bad24b303d2ae6c1f292f10675dce005', 421384, 1, '', 'Kylene Plemons', '1750 W. Citracado Pkwy #4', 'Escondido', 'CA', '92029', 'US', '7607039703', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6356', '05', '2017', 'success', 'payflowpro', 'live', 'EXHPBBA2C5C9', '', '2014-04-07 20:47:38', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1012, '75C1AB221F', '9339a0a4a6c6303b3ba5c2f725892cc2', 2121, 9, '', 'Patrick Immens', 'Schanslaan 33', 'Borsbeek', 'Antwerpen', '2150', 'BE', '003133661783', '55.00', '0', '', 0, '', '55', '', 'Visa', 'XXXXXXXXXXXX6752', '09', '2015', 'success', 'payflowpro', 'live', 'EXJPBBA68D06', '', '2014-04-08 04:22:58', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1013, '6E2BB5AD1F', '4826a4adbce637d5aecbd299515ad929', 422404, 1, '', 'Heather Wilcox', '6350 Vineland Rd #305', 'Orlando', 'Florida', '32819', 'US', '9105851618', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6519', '10', '2015', 'success', 'payflowpro', 'live', 'EXHPBBA83A74', '', '2014-04-08 06:47:50', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1014, 'B1A14ED068', '05e954e5df65b89b9977059dd0e3e787', 1112, 13, '', 'Jeffrey P. Bonner: President', 'One Government Dr.', 'St. Louis', 'MO', '63110', 'US', '3146464621', '150.00', '0', '', 0, '', '150', '', 'Visa', 'XXXXXXXXXXXX0414', '08', '2015', 'success', 'payflowpro', 'live', 'ETJPBB83BF28', '', '2014-04-08 07:44:55', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1015, '685C39FF59', '43bdb7840d3ad78659549c37f3e4fb91', 425911, 1, '', 'Allyson Price', '13050 Morning Star Drive', 'North Royalton', 'Ohio', '44133', 'US', '9045767531', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4461', '03', '2017', 'success', 'payflowpro', 'live', 'ETJPBB88AA4B', '', '2014-04-08 14:20:33', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1016, '60C3671BF9', '341a8456159fc3008050498125073417', 426385, 5, '', 'Kelli Grigg', '2801 NW 23rd BLVD #37', 'Gainesville', 'Florida', '32605', 'US', '3868712575', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX5477', '08', '2014', 'success', 'payflowpro', 'live', 'ERCPAA370F28', '', '2014-04-08 18:28:40', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1017, '3A52F43997', 'f9a60dc7e78fde96653165a130b2a8e6', 426563, 1, '', 'Michael Negron', '6983 Towering Spruce Drive', 'Riverview', 'Florida', '33578', 'US', '4408290775', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX5201', '10', '2015', 'success', 'payflowpro', 'live', 'EXJPBBB14BFA', '', '2014-04-08 19:56:20', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1018, '957772B969', '30917ac6382617882bb9c8e93e9376bd', 202, 1, '', 'Anna Elyse Yarbrough', '305 Overman St.', 'Greensboro', 'NC', '27410', 'US', '3366014541', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX9727', '01', '2019', 'success', 'payflowpro', 'live', 'ETYPBB930DF1', '', '2014-04-09 08:39:58', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1019, '4F54826BA9', '6ed9012ab3c4df3108a1b4ad390f1fa8', 589, 1, '', 'Dan Madigan', '1473 Audubon Dr.', 'Brownsburg', 'IN', '46112-8320', 'US', '4109605255', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9513', '08', '2015', 'success', 'payflowpro', 'live', 'EXHPBBB948FB', '', '2014-04-09 10:06:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1020, '435F82D9D2', 'b668a0b8c0bc82280c850c061721bfe6', 428363, 1, '', 'Shirley Williams', '8226 E 66th Street', 'Kanas City', 'MO', '64133', 'US', '8164052657', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2905', '02', '2016', 'success', 'payflowpro', 'live', 'ESHPB99A544C', '', '2014-04-09 11:54:01', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1021, '4E0A1A4747', 'b668a0b8c0bc82280c850c061721bfe6', 310, 7, '', 'Bonnie Jacobs', '6248 N. Washtenaw Ave.', 'Chicago', 'IL', '60659-2629', 'US', '7733162701', '70.00', '0', '', 0, '', '70', '', 'Visa', 'XXXXXXXXXXXX8096', '02', '2017', 'success', 'payflowpro', 'live', 'EPFPA9E17737', '', '2014-04-09 12:23:42', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1022, '4C9D612A69', 'fce56b2baabb490128ed9590d2b06a35', 428788, 5, '', 'Sarah Napolitano', '3410 NW 91st Street Apt 127', 'Gainesville', 'FL', '32606', 'US', '9544013922', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX5477', '03', '2018', 'success', 'payflowpro', 'live', 'EXHPBBBCE2A6', '', '2014-04-09 15:01:48', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1023, '448DE30462', 'bda79980837b0ca6f7a1f5252c59cc74', 428987, 2, '', 'Debra Wheatley', '2606 Fairmount St', 'Colorado Springs', 'Colorado', '80909', 'US', '7193225511', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX3087', '08', '2016', 'success', 'payflowpro', 'live', 'EXYPBBBDCF1D', '', '2014-04-09 16:22:41', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1024, 'E45A196870', '28e5b7044cf3cf94eba2ea4f37bff13e', 429552, 1, '', 'Jill Yarmchuk', '3204 N El Dorado Dr', 'Chandler', 'AZ', '85224', 'US', '5203906064', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6988', '02', '2016', 'success', 'payflowpro', 'live', 'EUJPBB0F1D3F', '', '2014-04-09 20:37:04', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1025, 'BD4FF4A75B', '8439988c9f2485733f55a65c62ee2033', 430648, 1, '', 'Rebecca Duchild', '14158 Abbeyfield Ave.', 'Rosemount', 'MN', '55068', 'US', '9524317146', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4706', '08', '2017', 'success', 'payflowpro', 'live', 'EXJPBBC6F8B3', '', '2014-04-10 07:14:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1026, 'D3166505BE', '463a082f88d3e87fc73b56dc39bb6cf9', 430964, 13, '', 'Holly Hunt', '25600 Woodward Avenue Suite 110', 'Royal Oak', 'MI', '48067', 'US', '2483986533', '150.00', '0', '', 0, '', '150', '', 'Visa', 'XXXXXXXXXXXX4342', '05', '2016', 'success', 'payflowpro', 'live', 'EPCPA9EFCD43', '', '2014-04-10 10:10:24', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1027, 'E252B64014', '4201c68a11ba1ff475fdfa9c8b61a002', 525, 2, '', 'Chuck McGaugh', '1295 Pontiac Ave.', 'Clovis', 'CA', '93612', 'US', '5592928264', '40.00', '0', '', 0, '', '40', '', 'Discover', 'XXXXXXXXXXXX9751', '02', '2019', 'success', 'payflowpro', 'live', 'EXJPBBCA323B', '', '2014-04-10 11:23:49', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1028, 'ADEF345E75', 'f87adb81c2f2a58782d5084221b2d385', 1077, 2, '', 'Janice McGaugh', '1295 Pontiac Ave.', 'Clovis', 'CA', '93612', 'US', '5592928264', '40.00', '0', '', 0, '', '40', '', 'Discover', 'XXXXXXXXXXXX9751', '02', '2019', 'success', 'payflowpro', 'live', 'EUYPBB18E6A3', '', '2014-04-10 11:31:57', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1029, 'D609C4BC82', '41532d5800dc9ace63d62125834c2227', 431349, 2, '', 'Barb Butler', 'PO Box 777', 'Botsford', 'CT', '06404', 'US', '2039944669', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX4149', '03', '2017', 'success', 'payflowpro', 'live', 'EQCPAA4792DA', '', '2014-04-10 12:42:44', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1030, 'F0A3B0265C', '76bf0dce32971f94de95849a0d3aab90', 431880, 13, '', 'Misty Peterson', '19525 SE 54th St.', 'Issaquah', 'Washington', '98027', 'US', '4253926278', '150.00', '0', '', 0, '', '150', '', 'Visa', 'XXXXXXXXXXXX4544', '04', '2017', 'success', 'payflowpro', 'live', 'ELFPABD3F36A', '', '2014-04-10 15:57:11', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1031, 'FEEDE6EC81', '4d93ce477fa28969cdaa1a93100e8039', 2120, 1, '', 'Patricia L. Young', '6329 Chesham Dr. NE', 'N. Canton', 'OH', '44721-3504', 'US', '3303099114', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2849', '11', '2017', 'success', 'payflowpro', 'live', 'ELEPABE56315', '', '2014-04-11 21:49:57', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1032, 'B86DD87F23', '18e372a7f7bf361cb13a8d5d35340212', 1650, 1, '', 'Laurie Thompson', '3463 Shady Dr.', 'Edgewater', 'MD', '21037', 'US', '3015187328', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3633', '12', '2017', 'success', 'payflowpro', 'live', 'EUJPBB36516B', '', '2014-04-12 13:32:11', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1033, 'BF5E9EC73B', '8876bcd85931ee6447055fde127e69d1', 438509, 5, '', 'Alanna Cappelli', 'P.O. Box 20481', 'Stanford', 'California', '94309', 'US', '4086911598', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX4826', '02', '2017', 'success', 'payflowpro', 'live', 'ETJPBBC68B4E', '', '2014-04-12 20:58:57', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1034, '87A50FD3A1', '859542b356866f0bdcb957892aa8bba8', 1947, 1, '', 'Melinda Robinett', '1705 Pondview Dr.', 'Hastings', 'MI', '49058', 'US', '6163368526', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4733', '03', '2017', 'success', 'payflowpro', 'live', 'EUYPBB41E241', '', '2014-04-13 10:52:13', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1035, 'D2C61B47C0', '6f310869be0961acffc7a7729fcdb87e', 440120, 1, '', 'Julianne Rose', '111 NE Rifle Range Street # 32', 'Roseburg', 'Oregon', '97470', 'US', '7156300887', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9280', '11', '2015', 'success', 'payflowpro', 'live', 'ESYPB9D40203', '', '2014-04-13 12:47:09', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1036, '4C39409B3F', 'a61445c4f14cc8c4dc86a5759f01a66d', 440691, 5, '', 'Haley Cox', '3300 Brookfield Dr.', 'Newburgh', 'Indiana', '47630', 'US', '8126298298', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX8969', '03', '2016', 'success', 'payflowpro', 'live', 'ERFPAA7D1EC4', '', '2014-04-13 17:15:02', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1037, '08ECF8455D', 'c19a678c1b066ff5a262ba084c0d705e', 441923, 1, '', 'Megan Cotton', '16610 Palm Royal Dr apt# 937', 'Tampa', 'Florida', '33647', 'US', '6198845551', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8099', '04', '2016', 'success', 'payflowpro', 'live', 'EQCPAA78FE32', '', '2014-04-14 04:54:51', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1038, 'B1715534E1', '652376fa1add9eb1cd2e9b98a0a8e3fd', 2202, 1, '', 'Rebecca Malinsky', '3510 16th St.- NW  Apt 302', 'Washington', 'DC', '20010', 'US', '2029046457', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3257', '01', '2017', 'success', 'payflowpro', 'live', 'EPCPAA26F9B7', '', '2014-04-14 09:47:31', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1039, '660BD14E3C', '8f269d8163f00b41c901248dc78c4b08', 442582, 2, '', 'Jennifer Perkins', '2101 Cherrywood dr', 'Lagrange', 'Kentucky', '40031', 'US', '5023459156', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX6865', '03', '2016', 'success', 'payflowpro', 'live', 'EXYPBC01916A', '', '2014-04-14 10:09:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1040, 'E01A79B2B4', '652376fa1add9eb1cd2e9b98a0a8e3fd', 2426, 1, '', 'Sherry Barlet', '615 Spring Garden Ave', 'Salisbury', 'MD', '21804', 'US', '', '45', '', '', 0, '', '45', 'Check 16511', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-14 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1041, 'DE4D93C693', '652376fa1add9eb1cd2e9b98a0a8e3fd', 1648, 1, '', 'Lauren E. Brightman', '11327 Hayman Drive', 'Princess Anne', 'MD', '21853', 'USA', '', '45', '', '', 0, '', '45', 'Check 16511', '', '', '', '', 'success', 'payflowpro', 'live', '', '', '2014-04-14 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1042, 'CE54405AA9', '652376fa1add9eb1cd2e9b98a0a8e3fd', 378, 1, '', 'Caleb Oliver', '755 S. Park Drive', 'Salisbury', 'MD', '21804', 'USA', '', '45', '', '', 0, '', '45', 'Check 16511', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-14 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1043, '9EA4FD671A', '652376fa1add9eb1cd2e9b98a0a8e3fd', 998, 1, '', 'Ian Shelley', '702 College Lane Apt 8', 'Salisbury', 'MD', '21804', 'USA', '', '45', '', '', 0, '', '45', 'Check 16511', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-14 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1044, 'F1638089DA', '652376fa1add9eb1cd2e9b98a0a8e3fd', 442659, 1, '', 'Dave Williamson', '755 South Park Drive', 'Salisbury', 'MD', '21804', 'United States', '', '45', '', '', 0, '', '45', 'Check 16511', '', '', '', '', 'success', 'payflowpro', 'live', '', '', '2014-04-14 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1045, 'CE71DA9208', '37df0871ddb19604db0a12a95e484aff', 185, 1, '', 'Angie Selzer', '4010 Oakleaf Dr.', 'Fort Wayne', 'IN', '46815', 'US', '2604138915', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9187', '04', '2016', 'success', 'payflowpro', 'live', 'ESYPB9E37E91', '', '2014-04-14 12:52:42', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1046, 'A55BCE7146', 'a7db198add01a1da3d694b9bd6a2917f', 443314, 2, '', 'Claire Gammon', '3860 Orchard Drive D 426', 'Colorado Springs', 'Colorado', '80920', 'US', '7193609221', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX4220', '11', '2016', 'success', 'payflowpro', 'live', 'ETJPBBDF871F', '', '2014-04-14 13:56:15', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1047, 'ADD7E45E27', 'f749decc553b8682cf24595f765f23a9', 666, 13, '', 'Deanna Snell', '1300 Zoo Rd. NE', 'Calgary', 'AB', 'T2E 7V6', 'CA', '4032329327', '150.00', '0', '', 0, '', '150', '', 'Visa', 'XXXXXXXXXXXX2043', '10', '2014', 'success', 'payflowpro', 'live', 'ESHPB9E4C357', '', '2014-04-14 14:24:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1048, '35462CA185', 'a61425442b4908dae06f11241c30597b', 2565, 7, '', 'Thomas C. Roy', '5000 Town Center Ste. 2903', 'Southfield', 'MI', '48075-1118', 'US', '2487999219', '70.00', '0', '', 0, '', '70', '', 'Visa', 'XXXXXXXXXXXX2869', '07', '2015', 'success', 'payflowpro', 'live', 'ETJPBBE0CEA5', '', '2014-04-14 15:38:12', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1049, '33925640F1', 'a3a6a106d80c9fe34e5a509bdf3095e5', 1024, 1, '', 'Jacque Williamson', '3708 Evelyn Dr.', 'Wilmington', 'DE', '19808', 'US', '3025478544', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9221', '04', '2016', 'success', 'payflowpro', 'live', 'ERFPAA8DD182', '', '2014-04-14 17:36:21', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1050, '25C538E8A2', '23a003d47768ce156d0ba7028a67a313', 445289, 1, '', 'Rebecca Popowcer', '8042 Craig Street', 'Philadelphia', 'PA', '19136', 'US', '2152435216', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9180', '02', '2016', 'success', 'payflowpro', 'live', 'ELFPAC153292', '', '2014-04-15 05:47:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1051, '251D950602', '01665a4219e58406e7eb0b78b341f940', 1861, 1, '', 'Mark D. McDonough', '319 Kertis Ave.', 'New Kensington', 'PA', '15068', 'US', '4129081514', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4969', '04', '2017', 'success', 'payflowpro', 'live', 'EPCPAA3750AE', '', '2014-04-15 08:25:40', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1052, 'DC561063A7', '91a0164fc5c2ce6cea71a4384a2fd869', 445702, 1, '', 'Jim Ronemus', '23 Brigantine Circle', 'Plymouth', 'MA', '02360', 'USA', '6179892047', '45', '', '', 0, '', '45', 'Check 1032', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-04-15 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1053, 'A2DEA8CDDF', '91a0164fc5c2ce6cea71a4384a2fd869', 2327, 1, '', 'Sarah Woodruff', '30 Garden Path', 'Wayland', 'MA', '01778', 'USA', '6179892064', '45', '', '', 0, '', '45', 'Check 1032', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-15 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1054, '855137A9B5', '91a0164fc5c2ce6cea71a4384a2fd869', 469, 13, '', 'Cheryl Tuller', 'PO Box 1071', 'Sherwood', 'OR', '97140-1071', 'USA', '', '150', '', '', 0, '', '150', 'Check 0098796544', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-15 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1055, 'B67509379D', '91a0164fc5c2ce6cea71a4384a2fd869', 1466, 2, '', 'Kay Bard Gray', '5678 N Placita Paisaje', 'Tucson', 'AZ', '85750', 'USA', '5202994897', '40', '', '', 0, '', '40', 'Check 3562', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-15 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1056, '1522C2AD31', '91a0164fc5c2ce6cea71a4384a2fd869', 2707, 16, '', 'Grubco, Inc.', 'PO Box 15001', 'Hamilton', 'OH', '45015', 'USA', '', '150', '', '', 0, '', '150', 'Check 26557', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-15 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1057, '3D3A8473F5', 'e86a66aa9b523e6a2180c8cc6371231c', 487, 1, '', 'Christina Castiglione', '2311 Pimmit Dr. Apt 413', 'Falls Church', 'VA', '22043', 'US', '5625443557', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9561', '11', '2016', 'success', 'payflowpro', 'live', 'ELCPAC18CB5F', '', '2014-04-15 09:59:22', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1058, 'E8A0D9DEF8', 'ca31617a70c4a79d60b021a1db3c1a2f', 2043, 1, '', 'Mollye Nardi', '897 Milam Circle', 'Clarkston', 'GA', '30021', 'USA', '4049365806', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-15 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1059, 'E907630D2A', 'ca31617a70c4a79d60b021a1db3c1a2f', 2417, 1, '', 'Shelley Raynor', '856 Clifton Rd. SE', 'Atlanta', 'GA', '30316', 'USA', '4044237505', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-15 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1060, '223DD2BDC3', 'ca31617a70c4a79d60b021a1db3c1a2f', 1423, 1, '', 'Kate Roca', '1627 Northlake Springs Court', 'Decatur', 'GA', '30033', 'USA', '7704906413', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-15 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1061, '4B556C3C38', '832b5004b6b0454c4ab915bf049adcfd', 2475, 1, '', 'Stephanie Earhart', '3980 Honeysuckle Drive', 'Smyrna', 'GA', '30082', 'USA', '4046245604', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1062, 'F181F3B9E0', 'b2160dcbf3d278fca66e6cfa6de24b8a', 449041, 1, '', 'Sara Venable', '7607 Loma Vista Dr.', 'Amarillo', 'Tx', '79108', 'US', '8066764549', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5835', '02', '2017', 'success', 'payflowpro', 'live', 'EXJPBC2360F8', '', '2014-04-16 09:14:56', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1063, '196EC41C7D', '832b5004b6b0454c4ab915bf049adcfd', 2123, 1, '', 'Patti Frazier', '1946 High Terrace', 'Snellville', 'GA', '30039', 'USA', '7705964841', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1064, '51B70FD6F6', '832b5004b6b0454c4ab915bf049adcfd', 1530, 1, '', 'Kim Morrell', '2070 Mesa Drive SE', 'Atlanta', 'GA', '30316', 'USA', '4049910112', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1065, '5DC2181730', '832b5004b6b0454c4ab915bf049adcfd', 1149, 1, '', 'Jennifer Andrew', '262 Georgias Lane', 'Dallas', 'GA', '30157', 'USA', '4045147088', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1066, 'AB24A6CF45', '832b5004b6b0454c4ab915bf049adcfd', 1319, 1, '', 'Josh Meyerchick', '3124 Gables Drive NE', 'Atlanta', 'GA', '30319', 'USA', '2605192492', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1067, '8AB32AAD90', '832b5004b6b0454c4ab915bf049adcfd', 1592, 1, '', 'Kristina A. Krickbaum', '1367 Kingsgate Drive', 'Stone Mountain ', 'GA', '30083', 'USA', '4042929691', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1068, '0E708C7EB8', '832b5004b6b0454c4ab915bf049adcfd', 449098, 1, '', 'Robert Hill', '672 B Cassanova Street', 'Atlanta', 'GA', '30315', 'USA', '4046245618', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1069, '5C33A728EB', '2ab49e4fa24a2b7b6a2b13375f965f39', 1961, 1, '', 'Melissa Durham', '1105 Lexington St Unit 1-10', 'Waltham', 'MA', '02452', 'US', '6037697247', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1726', '03', '2015', 'success', 'payflowpro', 'live', 'ELEPAC29AF0B', '', '2014-04-16 09:46:10', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1070, 'BE2F55E6C3', '832b5004b6b0454c4ab915bf049adcfd', 449120, 1, '', 'Kelly Prayner', '17010 Kensington Point', 'Lithonia', 'GA', '30038', 'USA', '4406670469', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1071, '2235658C5E', '7d7e5ea0edf6bbacbde9e1f3b033e436', 449133, 2, '', 'Tim Kouba', '651 N Kenilworth Ave', 'Elmhurst', 'IL', '60126', 'US', '8475711490', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX6493', '12', '2016', 'success', 'payflowpro', 'live', 'EREPAAAA1A95', '', '2014-04-16 09:54:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1072, '0E7478D5B7', '832b5004b6b0454c4ab915bf049adcfd', 482, 1, '', 'Christine Lavallee', '2096 E. Lilac Lane', 'Decatur', 'GA', '30032', 'USA', '8602353668', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1073, '3B2AD4617B', '832b5004b6b0454c4ab915bf049adcfd', 449154, 1, '', 'Michelle Elliott', '880 Confederate Ave SE Unit 114', 'Atlanta', 'GA', '30312', 'USA', '4045806917', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1074, 'CB61CC4AFF', '832b5004b6b0454c4ab915bf049adcfd', 449179, 1, '', 'Jen Webb', '729 Grant Terrace SE', 'Atlanta', 'GA', '30315', 'USA', '4047548943', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1075, '2C8F9E0A1B', '832b5004b6b0454c4ab915bf049adcfd', 1996, 1, '', 'Michelle Dave', '672 B Cassanova Street', 'Atlanta', 'GA', '30315', 'United States', '4046245618', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1076, 'DAC6933E73', '832b5004b6b0454c4ab915bf049adcfd', 1318, 1, '', 'Joseph Svoke', '1981 Brannen Rd. SE', 'Atlanta', 'GA', '30316', 'USA', '2487629721', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1077, '0A43F8E4F1', '832b5004b6b0454c4ab915bf049adcfd', 449226, 1, '', 'Josh Mancebo', '7380 Ashbury Drive', 'Lithonia', 'GA', '30058', 'USA', '4047258135', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1078, 'D33C21BF22', '832b5004b6b0454c4ab915bf049adcfd', 1270, 1, '', 'Jodi Carrigan', '5732 Amerson Lane', 'Ellenwood', 'GA', '30294', 'USA', '4046245683', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1079, '6B946DCF6A', '832b5004b6b0454c4ab915bf049adcfd', 449259, 1, '', 'Caroline Ledbetter', '170 Boulevard SE  #E122', 'Atlanta', 'GA', '30312', 'USA', '4049559696', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1080, '85600F0101', '832b5004b6b0454c4ab915bf049adcfd', 449318, 1, '', 'Kyle Loomis', '5205 Jefferson Square Court', 'Decatur', 'GA', '30030', 'USA', '3345493712', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1081, '37BA87E19B', '832b5004b6b0454c4ab915bf049adcfd', 2046, 1, '', 'Monica Halpin', '107 Ardsley Run', 'Canton', 'GA', '30115', 'USA', '4042742771', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1082, 'A2652D15D6', '832b5004b6b0454c4ab915bf049adcfd', 1455, 1, '', 'Katie Bagley-Vyas', '1447 Alverado Way', 'Decatur', 'GA', '30032', 'USA', '7064369635', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1083, 'C9251C5F2F', '832b5004b6b0454c4ab915bf049adcfd', 1784, 1, '', 'Lynn Yakubinis', '2550 Akers Mill Rd. Apt K13', 'Atlanta', 'GA', '30339', 'USA', '4045397743', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1084, '60A86F8809', '832b5004b6b0454c4ab915bf049adcfd', 449350, 1, '', 'Bridget Connor', '627 Delmar Ave. Unit A', 'Atlanta', 'GA', '30312', 'USA', '7703545837', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1085, '8CF28744BF', '832b5004b6b0454c4ab915bf049adcfd', 449441, 1, '', 'Georgette Suleman', '1728 Cambridge Ave. Apt 4', 'Atlanta', 'GA', '30337', 'USA', '4048387482', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1086, 'AC7CC428AF', '832b5004b6b0454c4ab915bf049adcfd', 96, 1, '', 'Amanda Berroyer', '1717 Hollyhock Terrace', 'Decatur', 'GA', '30032', 'USA', '6148057877', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1087, '2ED93697C5', '832b5004b6b0454c4ab915bf049adcfd', 874, 1, '', 'Erin Day', '755 Grant Terrace SE', 'Atlanta', 'GA', '30315', 'USA', '5012584245', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1088, 'E4733AD38B', '832b5004b6b0454c4ab915bf049adcfd', 2443, 1, '', 'Stacie Beckett', '931 Pinehurst Drive', 'Atlanta', 'GA', '30339', 'USA', '2199213019', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1089, '2292C06487', '832b5004b6b0454c4ab915bf049adcfd', 997, 1, '', 'Heather Roberts', '2179 Jernigan Drive SE', 'Atlanta', 'GA', '30315', 'USA', '4045128211', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1090, '17FAB8BBB2', '832b5004b6b0454c4ab915bf049adcfd', 2405, 1, '', 'Shauna Dankberg', '755 Grant Terrace SE', 'Atlanta', 'GA', '30315', 'United States', '5012584245', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1091, '56AAA1C1CC', '832b5004b6b0454c4ab915bf049adcfd', 449481, 1, '', 'Teresa Deaton', '707 Delmar Ave', 'Atlanta', 'GA', '30312', 'USA', '3057932388', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1092, '468A7906D8', '832b5004b6b0454c4ab915bf049adcfd', 449493, 1, '', 'Bonnie Chatham-Stephens', '626 Coventry Road', 'Decatur', 'GA', '30312', 'USA', '4046245611', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1093, 'EF2075940F', '832b5004b6b0454c4ab915bf049adcfd', 1151, 1, '', 'Jenny Elgart', '1186 Edie Ave', 'Atlanta', 'GA', '30312', 'USA', '4047835909', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1094, 'E26CF90C4C', '832b5004b6b0454c4ab915bf049adcfd', 449517, 1, '', 'Katie Gatlin', '140 Blue Heron Blvd.', 'Senoia', 'GA', '30276', 'USA', '7702430100', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1095, '8CDBAECC4D', '832b5004b6b0454c4ab915bf049adcfd', 1547, 1, '', 'Katie Ongtingco', '3113 Reeves Street', 'Smyrna', 'GA', '30080', 'USA', '4046245611', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1096, 'CEAB2C6F92', '832b5004b6b0454c4ab915bf049adcfd', 167, 1, '', 'Andy Clement', '48 Lannon ave.', 'Atlanta', 'GA', '30317', 'USA', '4047912560', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1097, 'C9BB6C1538', '832b5004b6b0454c4ab915bf049adcfd', 1780, 1, '', 'Luke Wyrwich', '800 Cherokee Ave', 'Atlanta', 'GA', '30317', 'USA', '4046245618', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1098, '74AAF2AD5E', '832b5004b6b0454c4ab915bf049adcfd', 449602, 1, '', 'Wade Carruth', '6451 Chickasaw Drive', 'Douglasville', 'GA', '30135', 'USA', '9122695534', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1099, 'A1FBF118C4', '832b5004b6b0454c4ab915bf049adcfd', 638, 1, '', 'David Brothers', '6713 Parker Street  Apt B', 'Douglasville', 'GA', '30134', 'United States', '9122695534', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1100, '7EB2658154', '832b5004b6b0454c4ab915bf049adcfd', 1467, 1, '', 'Kaya Forstall', '800 Cherokee Ave', 'Atlanta', 'GA', '30315', 'United States', '4046245679', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1101, '5E299C4C93', '832b5004b6b0454c4ab915bf049adcfd', 449646, 1, '', 'Daniel Benboe', '751 Cherokee Ave SE', 'Atlanta', 'GA', '30315', 'USA', '4045679963', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1102, 'A808D7C1DD', '832b5004b6b0454c4ab915bf049adcfd', 449658, 1, '', 'Gabriella Ritter', '212 Maxwell Street', 'Decatur', 'GA', '30030', 'USA', '6789826711', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1103, '4EF41A1A77', '832b5004b6b0454c4ab915bf049adcfd', 449664, 1, '', 'Molly Desmet', '1445 Willow Lake Drive Apt E', 'Atlanta', 'GA', '30030', 'USA', '2693694532', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1104, '16799AE5CE', '832b5004b6b0454c4ab915bf049adcfd', 449672, 1, '', 'Kelsey Miller', '1557 Terrell Mill Road Apt 2200F', 'Merietta', 'GA', '30067', 'USA', '4197878636', '45', '', '', 0, '', '45', 'Group Check 110152', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1105, '90B352E3B0', '832b5004b6b0454c4ab915bf049adcfd', 449700, 13, '', 'Cameron Park Zoo', '1701 N. 4th Street', 'Waco', 'TX', '76707', 'USA', '2547508424', '150', '', '', 0, '', '150', 'Check 15142', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-04-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1106, '8335834F29', '687a184239a844e7f76c2b8efb7d1227', 449795, 1, '', 'Amanda Gee-Schmidt', '1904 Spring Garden Street, Unit 16', 'Philadelphia', 'PA', '19130', 'US', '2152435216', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9180', '02', '2016', 'success', 'payflowpro', 'live', 'ESHPBA0674BB', '', '2014-04-16 13:46:08', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1107, 'DE6ECB25F0', '687a184239a844e7f76c2b8efb7d1227', 2662, 1, '', 'Wendy Lenhart', '1430 S. 20th Street', 'Philadelphia', 'PA', '19146', 'US', '2152435216', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9180', '02', '2016', 'success', 'payflowpro', 'live', 'ESYPBA06921D', '', '2014-04-16 13:56:04', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1108, '8E4721D023', 'bfd354b675fe88a1bbcbbaff8e21b310', 450218, 1, '', 'Jessica McAtee', '222 E Commons Dr', 'Cranberry Township', 'Pennsylvania', '16066', 'US', '7248895226', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8656', '11', '2016', 'success', 'payflowpro', 'live', 'EXHPBC28E58C', '', '2014-04-16 16:51:07', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1109, '4157AE3EC9', 'd3184b066adfac33342149b41833d72f', 2562, 2, '', 'Tom Aversa', '115 Fisher Rd.', 'Unity', 'ME', '04988-4035', 'US', '2079488593', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX1581', '11', '2016', 'success', 'payflowpro', 'live', 'ELEPAC353BD4', '', '2014-04-17 04:13:14', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1110, 'C123BAD84F', '870b4a09136c1559be918aacee86a9a4', 2460, 1, '', 'Stephanie Turner', '301 Avondale St. Apt 26', 'Houston', 'TX', '77006', 'US', '3609291979', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0424', '01', '2017', 'success', 'payflowpro', 'live', 'EXHPBC321D03', '', '2014-04-17 08:38:39', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1111, 'EF94ECDA50', 'ee39c0188fced96bae586c927d4b9dbb', 474, 13, '', 'Chris Pfefferkorn', '4001 SW Canyon Rd.', 'Portland', 'OR', '97221', 'US', '5032202444', '150.00', '0', '', 0, '', '150', '', 'Mastercard', 'XXXXXXXXXXXX6903', '01', '2016', 'success', 'payflowpro', 'live', 'EXJPBC3E4C77', '', '2014-04-18 08:22:22', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1112, 'FE8BA5F6A4', '0026008aafc41ff35693c58a619b3ed7', 1645, 2, '', 'Lauren Kruse', '444 Bedford St. Apt 2-J', 'Stamford', 'CT', '06901', 'US', '2039704755', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX6596', '02', '2015', 'success', 'payflowpro', 'live', 'ETYPBC1A10F8', '', '2014-04-18 09:37:45', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1113, '5679CFC9C9', '65ad7c0faa8d5443c7c86fd4f7d35007', 2147, 1, '', 'Penny L. Jolly', '11754 Sir Winston Way', 'Orlando', 'FL', '32824', 'US', '8164199810', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1205', '10', '2016', 'success', 'payflowpro', 'live', 'EPFPAA691B8F', '', '2014-04-18 11:06:26', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1114, '28F599AF88', '8af3d159f3a20266c6d3a08e941642bd', 455080, 1, '', 'Paul Wenzel', '1908 Tracy Drive Apt 7', 'Bloomington', 'IL', '61704', 'US', '3098462196', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4752', '04', '2018', 'success', 'payflowpro', 'live', 'EXYPBC40EC08', '', '2014-04-18 12:10:03', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1115, 'CCA80A79F4', 'ccea381d437a02340332f1cebdfeccda', 1419, 1, '', 'Katherine Kurec', '15423 Plantation Oaks Dr. Apt 7', 'Tampa', 'FL', '33647-2122', 'US', '7577846416', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9871', '03', '2018', 'success', 'payflowpro', 'live', 'ERCPAACA90A5', '', '2014-04-18 12:37:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1116, 'DEB76F0E2A', 'ac8e69f350e23aa508c67a050543b47f', 455381, 2, '', 'Abby Kuwik', '317 Bridgebrook Lane', 'Wexford', 'PA', '15090', 'US', '4129800841', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX7614', '06', '2015', 'success', 'payflowpro', 'live', 'ETHPBC1C6627', '', '2014-04-18 13:09:50', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1117, 'F93A225C2E', 'a598b10db5041260c1ab513a85b2bbc3', 106, 2, '', 'Amanda Westerlund', '4759 Little St.', 'Munhall', 'PA', '15120', 'US', '4127153695', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX7534', '07', '2015', 'success', 'payflowpro', 'live', 'EPEPAA747D87', '', '2014-04-19 07:33:01', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1118, 'AD62385B93', 'bf25ca2e38e93a29ec22b61f5ff18661', 2286, 2, '', 'Sally Duffield', '13167 60th St. S.', 'Wellington', 'FL', '33449', 'US', '2484962769', '40.00', '0', '', 0, '', '40', '', 'Discover', 'XXXXXXXXXXXX2059', '07', '2017', 'success', 'payflowpro', 'live', 'EXJPBC4F461B', '', '2014-04-19 14:54:24', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1119, '7376F08609', '3314506adb6eab57a671d5dadaff4965', 1150, 1, '', 'Jennifer Conrad', '26 N. McLean Blvd. Apt 4', 'Memphis', 'TN', '38104', 'US', '5852596773', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1594', '05', '2016', 'success', 'payflowpro', 'live', 'EXHPBC5208FC', '', '2014-04-19 20:23:39', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1120, 'F149E63D63', '6f6d2be38f1f44b4944c1a4ca52f85f6', 1600, 1, '', 'Kyle Koehler', '3103 Ellington Circle', 'Nashville', 'TN', '37211', 'US', '6143955383', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX7651', '07', '2016', 'success', 'payflowpro', 'live', 'EUJPBBA6DBAF', '', '2014-04-20 08:25:42', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1121, '291663C878', '52eebf65b9f51b41381b8e1e8faa096b', 516, 1, '', 'Christopher Shupp', '1355 Old Mill Ford Trl.', 'Asheboro', 'NC', '27205', 'US', '3368797667', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX3420', '08', '2015', 'success', 'payflowpro', 'live', 'EREPAAE2FD96', '', '2014-04-20 09:58:06', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1122, 'F4EB806E34', '41c6404689e5bbafb28727b1c52de885', 463773, 13, '', 'Alison Grand', 'PO Box 249', 'Myakka City', 'FL', '34251', 'US', '9413228494', '150.00', '0', '', 0, '', '150', '', 'Mastercard', 'XXXXXXXXXXXX9880', '02', '2016', 'success', 'payflowpro', 'live', 'EUHPBBB36D33', '', '2014-04-21 08:07:17', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1123, 'EBEC31F62E', '17d257857d36d422be8bbe0cb40ab5c6', 2711, 13, '', 'Tregembo Wildlife Park', '5811 Carolina Beach Road', 'Wilmington', 'NC', '28412', 'USA', '9103923604', '150', '', '', 0, '', '150', 'Check 5475', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1124, '985D860506', '3f7b15565355a64f595cbdeb9b6d171e', 2712, 13, '', 'Monterey Zoo - Wild Things', '400 River Road', 'Salinas', 'CA', '93908', 'USA', '8314551901', '150', '', '', 0, '', '150', 'Check 0004289410', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-21 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1125, 'B649C2E3CD', '2c70ac4ede5a5c8a33d54e93a30bc6b7', 1594, 5, '', 'Kristy Rando', '523 S. 8th Ave.', 'Galloway', 'NJ', '08205', 'US', '6095766465', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX7860', '01', '2018', 'success', 'payflowpro', 'live', 'EXJPBC6A77C2', '', '2014-04-21 15:46:41', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1126, 'E9DA02B25A', 'd224f74b9100a99b967c1336e62890dc', 464809, 2, '', 'Miranda Lawrence', '6316 Cottage Field Circle', 'Louisville', 'KY', '40218', 'US', '5024036081', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX2320', '02', '2017', 'success', 'payflowpro', 'live', 'EREPAAF42BE0', '', '2014-04-21 16:09:42', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1127, 'A507FA6B1B', '1c6928d029d5aefe15dd35054fd05237', 2449, 2, '', 'Stephani Seiber', '8821 52nd Street CT. W.', 'University Place', 'WA', '98467', 'USA', '2535038985', '40', '', '', 0, '', '40', 'Check 238', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-22 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1128, 'A8465C9CA0', '1c6928d029d5aefe15dd35054fd05237', 758, 13, '', 'Chicago Zoological Society', '3300 Golf Road', 'Brookfield', 'IL', '60513', 'USA', '', '150', '', '', 0, '', '150', 'Check 00193444', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-22 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1129, '416EDE322B', 'b9d49a03408acc988150979a4056f5c1', 467376, 1, '', 'Jessica James', '2943 Regenwood Drive', 'Murfreesboro', 'Tennessee', '37129', 'US', '6153198605', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9153', '12', '2016', 'success', 'payflowpro', 'live', 'ETYPBC50C61F', '', '2014-04-22 11:04:28', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1130, 'F0F903363F', '401ae05c3e21db71218f8249f4bd97eb', 467601, 3, '', 'Ryan Ball', '350 Prairie Springs Crescent', 'Airdrie', 'Alberta', 'T4B0N4', 'CANADA', '4035108593', '55.00', '0', '', 0, '', '55', '', 'Mastercard', 'XXXXXXXXXXXX3163', '04', '2017', 'success', 'payflowpro', 'live', 'ETJPBC51287E', '', '2014-04-22 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1131, '574C039A9D', '06d87a8e5818ea1c0b36379dd0e1cb42', 468192, 2, '', 'Jonathan Hart', '5400 Mount Olive Rd', 'Crestview', 'Florida', '32539', 'US', '8503054231', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX8289', '04', '2016', 'success', 'payflowpro', 'live', 'ELEPAC821BEC', '', '2014-04-22 15:36:02', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1132, 'AB5A098943', '3affc0d22de651e9f15c7351b3137095', 1377, 2, '', 'Kara A. Walsh', '8435 Weirick Rd.', 'Corona', 'CA', '92883', 'US', '9518586337', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX3496', '01', '2017', 'success', 'payflowpro', 'live', 'ELFPAC831BF2', '', '2014-04-22 17:03:43', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1133, '624C295234', 'a45c3e895b35a6f5ebbb22053cd9d6a6', 468776, 1, '', 'Chawna Schuette', '2630 Walton Rd.', 'St. Louis', 'MO', '63114', 'US', '3142625606', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5576', '01', '2017', 'success', 'payflowpro', 'live', 'EQFPAAFA80E7', '', '2014-04-22 19:30:37', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1134, 'C1420896F2', '2658c4dac5fba00bd4018b032d0dc517', 471599, 2, '', 'Rachel Mooney', '2325 Sidney St.', 'Pittsburgh', 'PA', '15203', 'US', '4125082009', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX7704', '07', '2015', 'success', 'payflowpro', 'live', 'EQCPAB06F281', '', '2014-04-23 14:26:59', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1135, '3E8DE12C19', 'f8cd062724656f2049d31ef3f1c40ed2', 2445, 1, '', 'Stacie Bockheim', '1954 S. 92nd St.', 'West Allis', 'WI', '53227', 'US', '2628533327', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX5038', '05', '2019', 'success', 'payflowpro', 'live', 'ERCPAB12A782', '', '2014-04-23 16:20:12', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1136, 'BECC2FF223', '38861b146e9807314c0fe6e30eec5f9c', 472012, 1, '', 'Katharine Mantzouris', '4205 Falls Road Apt 16', 'Baltimore', 'MD', '21211', 'US', '9106244728', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3153', '08', '2015', 'success', 'payflowpro', 'live', 'EUJPBBD8A200', '', '2014-04-23 17:42:32', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1137, '7C467FAC45', '0a6690d3c2d6d164d031a0574ce1efe0', 2692, 13, '', 'Seneca Park Zoo', '2222 St. Paul Street', 'Rochester', 'NY', '14621-1097', 'US', '', '150', '', '', 0, '', '150', 'Check 1885', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-24 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1138, 'DCF18E45A8', '0a6690d3c2d6d164d031a0574ce1efe0', 473626, 1, '', 'Sara Rojas', '2134 Golden Oak Lane', 'Valrico', 'FL', '33594', 'US', '8137585209', '45', '', '', 0, '', '45', 'Check 1173', '', '', '', '', 'cancelled', 'payflowpro', 'live', '', '', '2014-04-24 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1139, 'AF918AADDD', '0a6690d3c2d6d164d031a0574ce1efe0', 1738, 1, '', 'Lisa Lidgus', '3749 Blow Street', 'St. Louis', 'MO', '63116', 'US', '3142497431', '45', '', '', 0, '', '45', 'Check 0956', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-24 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1140, '283A710D47', '0a6690d3c2d6d164d031a0574ce1efe0', 473658, 2, '', 'Steven Shields', '2323 Park Ave.', 'Riverside', 'IL', '60546', 'US', '7085334007', '40', '', '', 0, '', '40', 'Check 1530', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-04-24 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1141, '3344EDE092', '4bf2133ed4a8882d5b0b0227c2543aaa', 473894, 1, '', 'Lori Bankson', 'Bay Beach Wildlife Sanctuary 1660 East Shore Drive', 'Green Bay', 'wi', '54302', 'US', '9203913683', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX3294', '09', '2015', 'success', 'payflowpro', 'live', 'ELCPAC9D7767', '', '2014-04-24 10:52:57', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1142, 'F2B508D1FC', 'd2397b5bd8d7754c9be86eafa477dd9b', 252, 2, '', 'B. Christopher Howe', '1611 S. College Ave.', 'Tulsa', 'OK', '74104', 'US', '9185102131', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX9346', '04', '2015', 'success', 'payflowpro', 'live', 'EXJPBC980D6C', '', '2014-04-24 15:44:35', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1143, '68381CE1A9', 'ea5c0f681e05effb7a977a3a5fa06e71', 2061, 1, '', 'Natasha Marie Tworoski', '3016 Sweetwater Dr.', 'San Leandro', 'CA', '94578', 'US', '5054100554', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4926', '04', '2017', 'success', 'payflowpro', 'live', 'ESJPBA7BA844', '', '2014-04-24 22:11:39', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1144, '84FEB20464', '28cd050a0b3ec96b5b1c6882eeeb3bac', 1504, 2, '', 'Kena Campbell', '2915 Mockingbird Ln.', 'Evansville', 'IN', '47710', 'US', '8124535335', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX6369', '12', '2016', 'success', 'payflowpro', 'live', 'ESHPBA80DEFC', '', '2014-04-25 07:10:43', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1145, 'E52F1AABE3', '7a9cf0873ed568471012eb95af7d6ac2', 620, 13, '', 'Chattanooga Zoo', '301 N. Holtzclaw Ave.', 'Chattanooga', 'TN', '37404', 'USA', '4236971319', '150', '', '', 0, '', '150', 'Check 014027', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-25 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1146, '60E41AEAAB', '233ba423f4042f80c24b32ffcfeed5fb', 477036, 1, '', 'Katie Lukens', '370 SW 62nd Bvld apt. 2', 'Gainesville', 'FL', '32607', 'US', '7174395837', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0427', '03', '2016', 'success', 'payflowpro', 'live', 'ELCPACAC4BA2', '', '2014-04-25 10:20:24', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1147, '8BABC42519', '4d896620067f0946292e435c92a2cd2b', 2049, 1, '', 'Morgan Lashley', '1553 Deer Tree Lane', 'Brandon', 'FL', '33510', 'US', '3522384432', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0524', '10', '2016', 'success', 'payflowpro', 'live', 'EUJPBBF20F0D', '', '2014-04-25 10:24:32', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1148, '52C335E3FD', '2ac4673a37e31b04d0978af2e8b8702b', 160, 1, '', 'Andrew Eckstein', '5630 Osage Lake Dr 1B', 'Mishawaka', 'Indiana', '46545', 'US', '5742863298', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9097', '06', '2016', 'success', 'payflowpro', 'live', 'ESYPBA86E531', '', '2014-04-25 15:29:13', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1149, '7C31ADD553', 'd84c8a90508438c5c228811f2518e7d1', 478276, 1, '', 'Rachel Thayer', '1418 Melody Ln', 'Chattanooga', 'TN', '37412', 'US', '2764941829', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2736', '03', '2017', 'success', 'payflowpro', 'live', 'EXHPBCA9182C', '', '2014-04-25 18:38:40', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1150, '11A5C2EA38', 'e1e6dce03715ee690b0cc6421f9eaaa3', 481162, 1, '', 'Tori Hopkins', '300 Byram Drive Apt. 44H', 'Byram', 'Mississippi', '39272', 'US', '5026191396', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX7906', '12', '2016', 'success', 'payflowpro', 'live', 'EQEPAB355755', '', '2014-04-26 18:41:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1151, '2AF958FE38', '4a15b1e56ce0d8688461ca3c210518e1', 482365, 1, '', 'Mark Vassallo', '648 Pinecrest', 'Ferndale', 'Michigan', '48220', 'US', '3139999548', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5421', '02', '2016', 'success', 'payflowpro', 'live', 'EQEPAB3C1C37', '', '2014-04-27 07:09:49', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1152, '6740EF6A2F', '3b9570b29b1fd264b36fadd84c170416', 484220, 1, '', 'Erica Rustich', '3321 Vista Rocosa', 'Escondido', 'California', '92029', 'US', '7602148234', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1858', '01', '2015', 'success', 'payflowpro', 'live', 'ERFPAB4CB6A0', '', '2014-04-27 17:44:25', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1153, '59675A0E75', 'b74c89620c78125bfd50419a15b54e21', 484501, 2, '', 'Laurie Hageman', '17 Garnett Pl', 'Norwood', 'NJ', '07648', 'US', '2016937862', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX1069', '01', '2016', 'success', 'payflowpro', 'live', 'EREPAB4DDBDE', '', '2014-04-27 19:39:03', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1154, '20E9632B29', '1bdada6169402799ee30d58dbd59140d', 485924, 1, '', 'Erin Lien', '8 Pine Mountain rd', 'Little Rock', 'AR', '72223', 'US', '3152869650', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2303', '03', '2018', 'success', 'payflowpro', 'live', 'EXJPBCCA253B', '', '2014-04-28 06:00:57', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1155, '1A9C01C09C', '88ef6d705297d297a538f41b182a9a4a', 486147, 1, '', 'Jessica Chin', '8 Deerhaunt Dr', 'Croton-on-hudson', 'New York', '10520', 'US', '9147154516', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4013', '02', '2018', 'success', 'payflowpro', 'live', 'EXHPBCCB5574', '', '2014-04-28 07:22:23', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1156, 'AA24F5D5F3', '929083b970e43c7f043f886fd296e699', 2714, 16, '', 'Rodent Pro', 'PO Box 118', 'Inglefield', 'IN', '47618', 'USA', '8128677598', '150', '', '', 0, '', '150', 'Check 14406', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-28 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1157, 'BBB3611CC7', 'a8d02beb1d65641b4614126dcb73ea68', 2619, 2, '', 'Twylah Hall', 'P.O. Box 223', 'Monterey', 'CA', '93942', 'US', '8314023311', '40.00', '0', '', 0, '', '40', '', 'Discover', 'XXXXXXXXXXXX1077', '06', '2018', 'success', 'payflowpro', 'live', 'EPEPAAFCE2A6', '', '2014-04-28 17:54:56', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1158, '671CCE4CDE', 'f6bbf2884390a09ccd164c715e778cc7', 1220, 5, '', 'Jessica Griswold', '1324 Willow Creek Place', 'Alabaster', 'AL', '35007', 'US', '2056636062', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX0603', '04', '2017', 'success', 'payflowpro', 'live', 'EUJPBC22AE11', '', '2014-04-28 18:10:26', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1159, '9F4CF9E561', 'f5c039d6e8c43111493e0e7bd465a090', 487836, 5, '', 'Chris Wright', '2804 ne 184th Ave', 'Vancouver', 'WA', '98683', 'US', '7346782795', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX4673', '02', '2015', 'success', 'payflowpro', 'live', 'ETJPBCAF222C', '', '2014-04-28 18:15:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1160, 'A0218D8FF9', '00008b65e21333ff85077ba02eea192f', 2016, 1, '', 'Michelle Reagen', '521 N. 21st St - 3rd Floor', 'Allentown', 'PA', '18104', 'US', '5708621653', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX1084', '03', '2017', 'success', 'payflowpro', 'live', 'ELEPACDD946A', '', '2014-04-28 18:56:48', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1161, 'A862484ED9', 'af031810461390857afb2c90ab859138', 810, 2, '', 'Elizabeth Menche', '4030 NE 74th Ave.', 'Portland', 'OR', '97213', 'USA', '5032813127', '40', '', '', 0, '', '40', 'Check 1160', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-29 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1162, '026D334213', 'af031810461390857afb2c90ab859138', 2708, 13, '', 'Point Defiance Zoo & Aquarium', '5400 N. Pearl Street', 'Tacoma', 'WA', '98407', 'USA', '2533051058', '150', '', '', 0, '', '150', 'Check 00299597', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-29 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1163, 'A3E29A7DD6', 'af031810461390857afb2c90ab859138', 1095, 2, '', 'Jeanne Burek', '1428 Mellon Street', 'Pittsburgh', 'PA', '15206', 'USA', '4123652524', '40', '', '', 0, '', '40', 'Check 2771', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-29 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1164, 'D678F90F46', 'af031810461390857afb2c90ab859138', 1089, 2, '', 'Jason Van Hest', 'PO Box 120551', 'San Diego', 'CA', '92112', 'USA', '', '40', '', '', 0, '', '40', 'Check 743936', '', '', '', '', 'success', 'check', 'live', '', '', '2014-04-29 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1165, '543F036667', '9500f2146b33ff12d6d9dea064763d5d', 1331, 2, '', 'Judith Hansen', '2718 200 Ave. E.', 'Lake Tapps', 'WA', '98391', 'US', '2531111111', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX3452', '03', '2017', 'success', 'payflowpro', 'live', 'ERFPAB67E8BF', '', '2014-04-29 09:54:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1166, '65ECFD8D47', '0a12c76a1f71e20ae536fed05ab23d4b', 121, 1, '', 'Amber Zelmer', '2111 Holly Hall St. Apt 1213', 'Houston', 'TX', '77054', 'US', '6163348432', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4374', '04', '2018', 'success', 'payflowpro', 'live', 'ELFPACE853BF', '', '2014-04-29 11:05:12', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1167, '6A9DFDDE0C', '1715338c8662495f6727b96b8890936f', 490452, 1, '', 'Victoria Miller', '23106 Crossbend Dr', 'Katy', 'Texas', '77494', 'US', '7135026628', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1499', '01', '2016', 'success', 'payflowpro', 'live', 'ELFPACE8B222', '', '2014-04-29 11:33:57', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1168, 'A8247126D0', 'ec5ca9fb39d66a1abcb384b57495f992', 657, 1, '', 'Dawn Fleuchaus', '11831 W. Elmwood Dr.', 'Franklin', 'WI', '53132', 'US', '4145295438', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX8168', '01', '2017', 'success', 'payflowpro', 'live', 'ELCPACEACEBF', '', '2014-04-29 14:08:49', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1169, '9D63B2916D', '03b1a8575c9ef8cc10d3e9e3e8437d8c', 1591, 1, '', 'Kristina Stump', '2720 W. 37th St.', 'Davenport', 'IA', '52806', 'US', '3097995108', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9644', '11', '2015', 'success', 'payflowpro', 'live', 'EXJPBCE21872', '', '2014-04-29 14:35:56', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1170, 'EBD9890F6E', 'd43cd4e329de3940f2825e223ed8c63b', 1746, 1, '', 'Lisa Murphy', '23725 115th Ave. N', 'Port Byron', 'IL', '61275', 'US', '3097385838', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9644', '11', '2015', 'success', 'payflowpro', 'live', 'ERFPAB6BD19C', '', '2014-04-29 14:46:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1171, 'E079CED789', '75716e61475126dfb497bb6d8e9c69f1', 673, 1, '', 'Deborah Tobin', '138 Wainwright Ave.', 'Syracuse', 'NY', '13208', 'US', '3157270847', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX0003', '08', '2015', 'success', 'payflowpro', 'live', 'EUHPBC31C6FB', '', '2014-04-29 15:59:50', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1172, '49F55E0C18', 'b13d2d79d3c18fa48a150d5f4392ffd1', 287, 1, '', 'Beth Ament', '2276 Cookman Lane', 'Las Vegas', 'Nevada', '89135', 'US', '6307306045', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3061', '11', '2015', 'success', 'payflowpro', 'live', 'EXHPBCE32653', '', '2014-04-29 16:09:42', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1173, 'EF5FBC3721', 'f09b09c4a42836576d1c3d7eae3eaefa', 1815, 1, '', 'Marcia D. Campbell', '6118 S. Monitor', 'Chicago', 'IL', '60638-4414', 'US', '7735827772', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8549', '07', '2016', 'success', 'payflowpro', 'live', 'ETHPBCBF1105', '', '2014-04-29 17:18:04', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1174, 'E90D2FD72F', 'b951004bda2a7f22c64305a2c20527d7', 1772, 1, '', 'Louis Keeley', '1090 25th St. Apt 1', 'Des Moines', 'IA', '50311', 'US', '7737049346', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2485', '12', '2016', 'success', 'payflowpro', 'live', 'EXYPBCE3FAA7', '', '2014-04-29 17:19:11', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1175, '4DAD22F67C', '63bd83afd82a5de314cad6005ae1f2c5', 1901, 1, '', 'Matthew Marsicano', '19510 Lenaire Dr.', 'Cutler Bay', 'FL', '33157', 'US', '7869707538', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6269', '04', '2016', 'success', 'payflowpro', 'live', 'EPFPAB0E288E', '', '2014-04-29 18:56:55', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1176, 'C5A7365DA6', 'b96c852264d871cb64599684b59c39a2', 1683, 1, '', 'Leslie Rao', '4083 N. Peach Ave.  #212', 'Fresno', 'CA', '93727', 'US', '4083077382', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3348', '04', '2017', 'success', 'payflowpro', 'live', 'EUJPBC34AA70', '', '2014-04-29 20:21:15', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1177, '9698BC03C6', '254ddc47c2698caf88a2a40483a4d82a', 188, 2, '', 'Ann Littlewood', '2915 NE 21st Ave.', 'Portland', 'OR', '97212', 'US', '5032878782', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX7459', '12', '2016', 'success', 'payflowpro', 'live', 'ESHPBAC606E1', '', '2014-04-29 20:34:23', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1178, 'F43A2CD732', '65f885c98c1392aec1c935bec982589b', 2679, 2, '', 'Yeleny Torres', '8908 Innsdale Ave.', 'Spring Valley', 'CA', '91977', 'US', '6199615367', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX6465', '04', '2018', 'success', 'payflowpro', 'live', 'EXYPBCE66651', '', '2014-04-29 21:12:14', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1179, '122FB2F1BB', '20d0e3b207633b34a318a7db0ac4bba1', 512, 1, '', 'Christopher Gertiser', '3922 Schiller Ave. Lower', 'Cleveland', 'OH', '44109', 'US', '9896190262', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1498', '06', '2016', 'success', 'payflowpro', 'live', 'ETHPBCC68C8F', '', '2014-04-30 06:04:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1180, 'D4001CF53E', 'f13d5cb87ccf138ce5de263eecd73f1f', 2316, 2, '', 'Sara Curtis', '2299 Chippewa Rd.', 'Orrville', 'OH', '44667', 'US', '3307492045', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX6321', '10', '2014', 'success', 'payflowpro', 'live', 'ESYPBACB7D72', '', '2014-04-30 06:08:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1181, 'B90705932D', '7e2ce8922470ab1a1e692a216a18330f', 1221, 2, '', 'Jessica Sheftel', '4617 Santa Monica Ave.', 'San Diego', 'CA', '92107', 'US', '6192311515', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX0008', '02', '2017', 'success', 'payflowpro', 'live', 'ESHPBACBB2F3', '', '2014-04-30 06:23:57', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1182, '967D114AFA', '1b7350b575a5829528f53be5918c3467', 1712, 2, '', 'Linda I. Cover', '894 W. Belmont Ave.', 'Fresno', 'CA', '93728', 'US', '5594985912', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX7764', '01', '2017', 'success', 'payflowpro', 'live', 'EREPAB7706D2', '', '2014-04-30 08:37:22', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1183, 'E54E94FE29', '48525f5f76cf2a8cc99dffe85e056932', 234, 1, '', 'Ashley Kleam', '2413 S Claremont Ave', 'Fresno', 'CA', '93727', 'US', '5593633750', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5941', '01', '2018', 'success', 'payflowpro', 'live', 'EUHPBC3D3623', '', '2014-04-30 09:57:47', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1184, '678C0B6F85', '2f99dc5e88525852614eca4f27170042', 619, 2, '', 'Dardenelle Long', '301 N. Holtzclaw Ave.', 'Chattanooga', 'TN', '37404', 'US', '4324215209', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX1048', '04', '2015', 'success', 'payflowpro', 'live', 'ESJPBAD00E90', '', '2014-04-30 11:58:45', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1185, 'CBA71C0C4C', '67c16f063909132a7b5af624d83d92a0', 1920, 1, '', 'Meaghan McCarthy', '14626 Gateway Pointe Circle  Apt 14105', 'Orlando', 'FL', '32821', 'US', '4016926503', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8744', '09', '2016', 'success', 'payflowpro', 'live', 'ERFPAB7B6831', '', '2014-04-30 14:08:48', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1186, 'B3238DF942', '152c1bd5b74e2b6ab47989ed50766724', 2396, 1, '', 'Shannon White', '3183 Winstead Dr.', 'Brunswick', 'OH', '44212', 'US', '3307410510', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX8739', '01', '2017', 'success', 'payflowpro', 'live', 'ELFPACFBFFB4', '', '2014-04-30 15:53:22', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1187, '33BBEFA561', '0252dcf9fb7e857b81e5aa670b0acb87', 235, 1, '', 'Ashley Wright', '18710 Miller Rd', 'Richwood', 'OH', '43344', 'US', '3303078476', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX7688', '07', '2016', 'success', 'payflowpro', 'live', 'ETHPBCCE150A', '', '2014-04-30 15:54:38', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1188, '4E2A509D4F', '0752ffd2a291e05731e78f4bb6158159', 19, 1, '', 'Adam Fink', '1110 Vine Ave', 'Martinez', 'CA', '94553', 'US', '5107255335', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5536', '08', '2014', 'success', 'payflowpro', 'live', 'EUJPBC41BD93', '', '2014-04-30 15:57:22', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1189, 'BC500C804B', 'c2901e53d82e4df7d47d0bea51d15c9a', 1624, 1, '', 'Laura Erbelding', '37 Gordon Ave.', 'Fords', 'NJ', '08863', 'US', '6096023654', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4678', '03', '2015', 'success', 'payflowpro', 'live', 'EQEPAB729928', '', '2014-04-30 16:29:41', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1190, 'F4C42A3092', '4eb8495163ad14d6a617db35b94c5491', 2444, 1, '', 'Stacie Marchionne', '11519 Keeley Ct.', 'Orlando', 'FL', '32837', 'US', '2035126354', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3198', '10', '2017', 'success', 'payflowpro', 'live', 'ESHPBAD3DA43', '', '2014-04-30 17:06:11', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1191, 'CEF5250D88', '5bb4202969c5d8315ba47b706ee37748', 2381, 2, '', 'Shana Osmer', '818 SW 345th St.', 'Federal Way', 'WA', '98023', 'US', '2532299845', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX7337', '02', '2015', 'success', 'payflowpro', 'live', 'ELCPACFD0F72', '', '2014-04-30 17:20:03', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1192, '37A011349E', 'e5e13793320f51219016935534a679ea', 1567, 1, '', 'Kris Willis', '726 E. Orange Grove Ave. Apt E', 'Burbank', 'CA', '91501-2129', 'US', '8186180166', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5020', '11', '2015', 'success', 'payflowpro', 'live', 'ELCPACFD2C4D', '', '2014-04-30 17:29:28', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1193, 'E095F3C82E', 'd3f85d4ef4a33f6d7eed5a7b69e5a120', 1366, 2, '', 'Justin Bellizzi', '3278 S. Treasure Cove Place', 'Tucson', 'AZ', '85713', 'US', '5209090802', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX2285', '06', '2015', 'success', 'payflowpro', 'live', 'ERFPAB7DCBD5', '', '2014-04-30 17:32:27', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1194, 'F2471E2665', 'ae3cd6fcc5f234cd4f64101d74dabdb5', 1009, 2, '', 'John Schwolow', '15W756 Lexington St.', 'Elmhurst', 'IL', '60126', 'US', '6308331981', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX2957', '01', '2016', 'success', 'payflowpro', 'live', 'EXHPBCF47414', '', '2014-04-30 18:03:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1195, '08ED4C746B', '7df4938053750fc6672e4cf8d53a3c46', 494463, 2, '', 'Cassandra Elliott', '901 Page Brook Rd', 'Whitney Point', 'NY', '13862', 'US', '6074276443', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX8491', '02', '2015', 'success', 'payflowpro', 'live', 'ELCPACFD9D89', '', '2014-04-30 18:09:56', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1196, '6CA8AED28C', 'c9c785d3d5a8a2595d75db043fad1e48', 1218, 1, '', 'Jessica Conley', '4550 S. Nicholson Ave.  Apt 14', 'Cudahy', 'WI', '53110', 'US', '7193046854', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3523', '02', '2017', 'success', 'payflowpro', 'live', 'ESHPBAD62ECF', '', '2014-04-30 20:43:21', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1197, '9656C43E5A', '7290607e086a9606c8bc86d0b302d1d7', 1714, 1, '', 'Linda M King', '1434 Moran Dr.', 'Dallas', 'TX', '75218', 'US', '2143241333', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3949', '10', '2016', 'success', 'payflowpro', 'live', 'EUJPBC4519AB', '', '2014-04-30 20:59:46', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1198, 'DB976C8B3F', 'f4e0138509742dcc5d641322739f8f51', 495056, 1, '', 'Ashley Kelly', '159 Camino De Vida Apt D', 'Santa Barbara', 'Ca', '93111', 'US', '9517640202', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7533', '03', '2017', 'success', 'payflowpro', 'live', 'ETJPBCD20594', '', '2014-04-30 21:50:14', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1199, '68788A7F06', 'f3a3e9be7430b6e7b5ef20e644e13d46', 496097, 2, '', 'Matt Patterson', '22681 Cass Ave.', 'Woodland Hills', 'CA', '91364', 'US', '8182599122', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX5578', '07', '2014', 'success', 'payflowpro', 'live', 'ELEPAD0738EA', '', '2014-05-01 07:10:32', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1200, '82995238D3', '0d596296791fd37be07b4f0d1c25e26f', 1406, 1, '', 'Kate Marino', '1620 Fillmore St.  Apt 509', 'Denver', 'CO', '80206', 'US', '7206909557', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2171', '03', '2017', 'success', 'payflowpro', 'live', 'ESJPBADE8905', '', '2014-05-01 07:25:38', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1201, 'D70B447B9A', '79b4ebaba3afcd31c65500c6449a6db0', 496331, 1, '', 'Madeline Meason', '901 Piney Branch Lane # 104', 'Virginia Beach', 'VA', '23451', 'US', '3073400490', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7413', '05', '2016', 'success', 'payflowpro', 'live', 'EQEPAB7EC0FA', '', '2014-05-01 08:24:58', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1202, '158E63363F', 'b2a101a6025a789387b759ade6be1129', 2197, 1, '', 'Rebecca Richendollar', '92 Riverview Ct.', 'Columbia', 'SC', '29201', 'US', '9194427524', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6709', '02', '2017', 'success', 'payflowpro', 'live', 'ELCPAD0A2519', '', '2014-05-01 10:00:36', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1203, 'E4085D4451', '7bf464051a40ccc53d71e2c8f844c5db', 665, 1, '', 'Deana Walz', '10954 Sunup Way', 'S. Jordan', 'UT', '84095-7744', 'US', '8017064322', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX3183', '05', '2017', 'success', 'payflowpro', 'live', 'EPFPAB2D52E5', '', '2014-05-01 13:40:11', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1204, 'C736A29936', 'ea440fee8854ad076c94a53a75daedcb', 2107, 2, '', 'Paige Linkins', '11673 N. Shore Dr. #12', 'Reston', 'VA', '20190', 'US', '7034398995', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX2225', '02', '2018', 'success', 'payflowpro', 'live', 'ELEPAD0E5407', '', '2014-05-01 15:10:44', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1205, '25C1D8F593', 'b66ac7808ecccde0b87bd2eb81a62066', 497351, 5, '', 'Kara Wolfe', '2811 SW Archer rd', 'Gainesville', 'FL', '33609', 'US', '8473456007', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX0620', '11', '2016', 'success', 'payflowpro', 'live', 'EQCPAB84E1D2', '', '2014-05-01 15:46:16', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1206, 'B2068D5DCA', 'bc79316db59d5dd521bff7e58013395c', 1519, 7, '', 'Kevin R. Shelton', '2505 Krueger Ln.', 'Tampa', 'FL', '33618-3201', 'US', '8138358204', '70.00', '0', '', 0, '', '70', '', 'Visa', 'XXXXXXXXXXXX1414', '04', '2017', 'success', 'payflowpro', 'live', 'EQEPAB85CCF9', '', '2014-05-01 17:00:51', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1207, 'C000AD5BF5', '1009adeda6c802929dca7642e6652729', 1905, 1, '', 'Matthew Goeben', '26909 Morton Grove Ave.', 'Bonita Springs', 'FL', '34135', 'US', '2392737037', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX5090', '04', '2016', 'success', 'payflowpro', 'live', 'ERCPAB937E9E', '', '2014-05-01 22:28:44', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1208, '33CBA802F3', 'b10e0621c35e81fd7c30d1e2d4e987e6', 180, 2, '', 'Angela C. Binney', 'Disney\'s Animal Kingdom, Animal Programs Administration Bldg PO Box 10,000', 'Lake Buena Vista', 'FL', '32830', 'US', '4079382267', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX6860', '02', '2015', 'success', 'payflowpro', 'live', 'EQFPAB8D7FFA', '', '2014-05-02 05:32:03', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1209, '37A46DD798', '11b13f164aff09a1e75764b4a374adfb', 2606, 1, '', 'Tracy Mohr', '6633 Vega Drive', 'Ft. Worth', 'TX', '76133-5625', 'US', '9202423893', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6150', '01', '2017', 'success', 'payflowpro', 'live', 'EUYPBC5F95FC', '', '2014-05-02 08:34:31', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1210, '45C24796F9', '2ef3c67ee8525028b55832e3f76abf40', 499611, 1, '', 'Rebecca Maxey', '401 F Henley Court', 'Chesapeake', 'VA', '23320', 'US', '7576180142', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0012', '06', '2015', 'success', 'payflowpro', 'live', 'EPEPAB3BBF83', '', '2014-05-02 10:13:48', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1211, 'F336E90106', 'ed3a2f96c4b25ac987f703c99f1e4c34', 500011, 1, '', 'Karen Ross', '212 Maumus Ave.', 'New Orleans', 'Louisiana', '70131', 'US', '5045542191', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX3039', '03', '2015', 'success', 'payflowpro', 'live', 'EPFPAB3E287D', '', '2014-05-02 13:02:52', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1212, '0E972E5E8F', '0130fa7bdf7c85e8368dbdadaa9095de', 1462, 1, '', 'Katrina Mehling', '172 W. Niles Ave.', 'Fresno', 'CA', '93711-6010', 'US', '4192399315', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0626', '04', '2018', 'success', 'payflowpro', 'live', 'ESHPBAF64ACB', '', '2014-05-02 14:53:23', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1213, '563A35607F', '7d759602762fce6e4cca4915a1c36944', 1622, 2, '', 'Laura Bassett', '1710 NW 62nd St.', 'Seattle', 'WA', '98107', 'US', '6033059855', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX2753', '08', '2016', 'success', 'payflowpro', 'live', 'ESJPBAF72827', '', '2014-05-02 16:12:15', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1214, 'EB14C42D35', 'ffd28f0d47ad8f05d1c6dec473a8029b', 500975, 5, '', 'Carol thomas', '7890 woody creek dr', 'colorado springs', 'co', '80911', 'US', '7194596165', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX9176', '04', '2017', 'success', 'payflowpro', 'live', 'ETJPBCF48F63', '', '2014-05-02 19:46:05', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1215, 'F853F27868', 'e5427b24f4d3d3cd0a26304338c946c1', 483, 1, '', 'Christina Layton', '2112 Columbus Dr.', 'Brandon', 'FL', '33510', 'US', '8134708230', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX0771', '02', '2016', 'success', 'payflowpro', 'live', 'ERFPABA9F2B4', '', '2014-05-03 07:54:44', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1216, '00CE2601F7', '16bcbdf77559b27e638b24f5f6237c75', 502682, 3, '', 'Bobbi Brink', '24402 Martin Way', 'Alpine', 'California', '91901', 'US', '6196598078', '55.00', '0', '', 0, '', '55', '', 'Visa', 'XXXXXXXXXXXX0902', '03', '2015', 'cancelled', 'payflowpro', 'live', 'EXYPBD229E53', '', '2014-05-03 12:15:40', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1217, '41C9CF70D1', '5a733cb48db5f13a4dd8e806b4711e9c', 503004, 2, '', 'Kelsey Chmill', '4760 Michael Pl.', 'Colorado Springs', 'Colorado', '80918', 'US', '7197616609', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX5244', '06', '2015', 'success', 'payflowpro', 'live', 'ETYPBCFF539A', '', '2014-05-03 14:58:41', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1218, '5FB78CFE27', '7d4f467cdf90d10b17f86d680db4dad1', 503382, 1, '', 'Kaitlyn Keys', '2 Hidden Drive', 'Monroe', 'NY', '10950', 'US', '8455370305', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1941', '03', '2017', 'success', 'payflowpro', 'live', 'EPFPAB4F92EC', '', '2014-05-03 18:32:45', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1219, '37827BCF85', '2f3bb41d34db33ff43ab815509b7bf9c', 755, 2, '', 'Mark Irwin', '24677 State Route 12', 'Watertown', 'NY', '13601', 'US', '3157836658', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX7718', '02', '2017', 'success', 'payflowpro', 'live', 'ELFPAD3B2013', '', '2014-05-04 13:52:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1220, 'BFAA28AD67', '6381154984a99937532ae2969c7c3d8f', 1588, 1, '', 'Kristin Dvorak', '4726 N. Racine - Apt 1N', 'Chicago', 'IL', '60640-4916', 'US', '7735615101', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX5855', '01', '2019', 'success', 'payflowpro', 'live', 'EUHPBC8234DF', '', '2014-05-04 16:34:23', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1221, '383622E7DC', '82eeab0657ba880ab71c8ac37731c90b', 1828, 2, '', 'Maria Kane', '78 Erie Street', 'Oswego', 'NY', '13126', 'USA', '', '40', '', '', 0, '', '40', 'Check 7404', '', '', '', '', 'success', 'check', 'live', '', '', '2014-05-05 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1222, '5A50B7BF83', '82eeab0657ba880ab71c8ac37731c90b', 1045, 1, '', 'Jami Pawlowski', '2240 Bear Valley Parkway - Apt 75', 'Escondido', 'CA', '92027', 'USA', '', '45', '', '', 0, '', '45', 'Check 1174', '', '', '', '', 'success', 'check', 'live', '', '', '2014-05-05 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1223, 'F47064685D', '82eeab0657ba880ab71c8ac37731c90b', 508480, 1, '', 'Wendy Klessig', '18869 Terrace Valley Drive', 'Bloomington', 'IL', '61705-5821', 'United States', '3096602373', '45', '', '', 0, '', '45', 'Check 1681', '', '', '', '', 'success', 'check', 'live', '', '', '2014-05-05 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1224, '09CC876101', 'e177497d69cdf1b2959eefed5dd8cb09', 2389, 1, '', 'Shannon Finn', '37 Elm St.', 'Blackstone', 'MA', '01504', 'US', '5088835345', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7960', '01', '2016', 'success', 'payflowpro', 'live', 'EQCPABC09A33', '', '2014-05-05 12:59:35', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1225, '187F7E6DBD', '237dc8ad3bb571ad48551860b6b00b84', 406, 1, '', 'Carolina Segarra', '2855 NW 169th Terr', 'Miami Gardens', 'FL', '33056', 'US', '3055284311', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7343', '09', '2017', 'success', 'payflowpro', 'live', 'ELEPAD4C6E0F', '', '2014-05-05 15:36:14', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1226, 'F60A2999F9', '6821913bb1364a57af14450b388f7ebf', 509013, 1, '', 'Sarah Colman', '1052 Salmon Isle', 'Greenacres', 'FL', '33413', 'US', '3612931800', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8878', '01', '2017', 'success', 'payflowpro', 'live', 'ELFPAD4CE7EE', '', '2014-05-05 16:21:35', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1227, '38854EB523', '6d04f8b9ec3a31fbb70c206e5dd99564', 1038, 2, '', 'James Cunliffe', '2203 12th Court N. Unit 33', 'Arlington', 'VA', '22201', 'US', '5712834120', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX5933', '04', '2015', 'success', 'payflowpro', 'live', 'ELCPAD4D42D7', '', '2014-05-05 16:56:36', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1228, 'B8F0C37E05', 'c147f8dbd9cd0885b2a111a89ff8b672', 510002, 1, '', 'Stephanie Ramirez', '3443 Esplanade Ave. #104', 'New Orleans', 'LA', '70119', 'US', '7034738715', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7496', '03', '2016', 'success', 'payflowpro', 'live', 'ETHPBD2216E6', '', '2014-05-05 21:30:37', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1229, '4CB3115EA2', 'c624c02607a5b48d69c4511292db98f9', 2306, 2, '', 'Sandy Kappeler', 'P.O. Box 220', 'Medinah', 'IL', '60157', 'US', '6303514170', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX4791', '03', '2015', 'success', 'payflowpro', 'live', 'EUHPBC99FC28', '', '2014-05-06 05:13:50', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1230, 'E1EE2793E5', '7d921126bd4f5b58af37f6b018bdee33', 1069, 1, '', 'Janet Rosenthal', '2971 Woodland Ridge Dr.', 'W. Bloomfield', 'MI', '48323', 'US', '2488511506', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2549', '11', '2016', 'success', 'payflowpro', 'live', 'ESHPBB2BEE16', '', '2014-05-06 06:03:52', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1231, '4EA31EFBEC', 'e8a1e48c6c683f3d01d7975469dbc041', 2430, 10, '', 'Shiu Chen Lo', 'P.O. Box 13-125', 'Taipei', 'None', '10699', 'TW', '+29250857', '115.00', '0', '', 0, '', '115', '', 'Mastercard', 'XXXXXXXXXXXX6638', '05', '2015', 'success', 'payflowpro', 'live', 'ESJPBB2EA516', '', '2014-05-06 09:34:13', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1232, '738D3E014D', 'e8a1e48c6c683f3d01d7975469dbc041', 1303, 5, '', 'Jonathan Ismail', '1217 S. 21st St.  Apt 21', 'Lincoln', 'NE', '68502', 'USA', '', '30', '', '', 0, '', '30', 'Check 241', '', '', '', '', 'success', 'check', 'live', '', '', '2014-05-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1233, 'B2C9899AE6', 'e8a1e48c6c683f3d01d7975469dbc041', 511832, 2, '', 'Heather Paye', '258 Huffer Road', 'Hilton', 'NY', '14468', 'US', '5856132140', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX8705', '06', '2014', 'success', 'payflowpro', 'live', 'EUJPBC9F17D1', '', '2014-05-06 11:56:55', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1234, '9E12092DD2', '7f865a5c00a657fabd59adc3f29d159d', 512080, 1, '', 'Anna Steffenauer', '5713 Valleyview Dr', 'Bethel Park', 'PA', '15102', 'US', '4124966798', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9883', '02', '2017', 'success', 'payflowpro', 'live', 'EPFPAB7B19B1', '', '2014-05-06 13:44:16', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1235, '54B14C05DB', 'e35edb3d5807cd6041bb4c5014d1a507', 512411, 5, '', 'Kathryn Benavidez', '7604 Clydesdale Drive', 'Austin', 'TX', '78745', 'US', '5126598795', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX9219', '02', '2016', 'success', 'payflowpro', 'live', 'EQFPABD28595', '', '2014-05-06 15:45:06', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1236, '66F59114EF', '9aed842f37f481c3905088c7aa48d6cb', 515180, 5, '', 'Daniela Agudelo', '1767 Hermitage Blvd. Apt. 2209', 'Tallahassee', 'Florida', '32308', 'US', '9413217638', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX3122', '09', '2014', 'success', 'payflowpro', 'live', 'ERCPABEA7361', '', '2014-05-07 12:20:55', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1237, '08B8C47FE1', '14c03290718a8b6e688184a91671c403', 518492, 1, '', 'Jennifer Greig', '1324 Chelsea Road', 'Wantagh', 'NY', '11793', 'US', '5162210097', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7911', '07', '2016', 'success', 'payflowpro', 'live', 'ETYPBD48482C', '', '2014-05-08 07:41:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1238, 'EB28430B99', 'c80b70775232f46c8f0f07748afdc17a', 1833, 2, '', 'Marie Vester', '4411 Los Feliz Blvd. Apt 1203', 'Los Angeles', 'CA', '90027', 'US', '3236635774', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX1910', '11', '2017', 'success', 'payflowpro', 'live', 'EUHPBCBC86EE', '', '2014-05-08 08:35:44', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1239, '560619DA8A', 'eeef93a4c1ee0bd9df313681e399fdc8', 866, 1, '', 'Erin Mowatt', '824 Clarence Ave - Apt 1st Floor', 'Bronx', 'NY', '10465', 'US', '2672554830', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX4981', '02', '2019', 'success', 'payflowpro', 'live', 'ELCPAD7566D4', '', '2014-05-08 08:53:25', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1240, '9E9CA2E38F', 'fc3d6626fe23abc0ad2f4adf3457d7d5', 518751, 1, '', 'Mark Marquardt', '3820 Zimmer Road', 'Williamston', 'MI', '48895', 'US', '5173314153', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8220', '05', '2015', 'success', 'payflowpro', 'live', 'EUHPBCBD50DC', '', '2014-05-08 09:38:30', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1241, 'CB6F8BD826', 'fc3d6626fe23abc0ad2f4adf3457d7d5', 519139, 2, '', 'Julie Reinbrecht', '836 W. Idlewild Drive', 'Evansville', 'IN', '47710', 'USA', '8124552715', '40', '', '', 0, '', '40', 'Check 3276', '', '', '', '', 'success', 'check', 'live', '', '', '2014-05-08 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1242, 'EA3775589E', '898e2b3ecaaf58ef31de558769cf150d', 138, 2, '', 'Amy March', '405 Heritage Dr.', 'Winston-Salem', 'NC', '27107', 'US', '3367038185', '40.00', '0', '', 0, '', '40', '', 'Discover', 'XXXXXXXXXXXX8540', '09', '2018', 'success', 'payflowpro', 'live', 'ESYPBB4FC9A2', '', '2014-05-08 11:09:21', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1243, 'D1BC667ABC', '0ecafa39adc6411300d82429bedbcf40', 523789, 1, '', 'Brandy Conner', '1513 Cambridge', 'Houston', 'Texas', '77030', 'US', '7135336803', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX1384', '04', '2015', 'success', 'payflowpro', 'live', 'EPCPABA378F6', '', '2014-05-09 05:54:31', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1244, '47DA011487', '5c5a971b94d5a26918deb69bc96b8915', 1384, 1, '', 'Karen Carlson', '2250 Martin Street', 'Kissimmee', 'FL', '34741', 'USA', '4075187866', '45', '', '', 0, '', '45', 'Check 846', '', '', '', '', 'success', 'payflowpro', 'live', '', '', '2014-05-09 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1245, '783B83881E', '5202a3264f47ff3b605371dc87448afb', 526314, 1, '', 'Alisa Behar', '7031 Keokuk Ave.', 'Winnetka', 'CA', '91306', 'US', '8184141558', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6925', '11', '2015', 'success', 'payflowpro', 'live', 'ESYPBB5FE6F1', '', '2014-05-09 10:26:50', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1246, 'B8327FFE3B', '1772bfe6bdb34a3a94eccdf7048d821d', 527151, 3, '', 'Stephanie Symonds', '1010 Glen St Unit 49', 'Oshawa', 'On', 'L2j6j2', 'CA', '2899281181', '55.00', '0', '', 0, '', '55', '', 'Visa', 'XXXXXXXXXXXX1184', '11', '2015', 'success', 'payflowpro', 'live', 'ETJPBD5E4FD4', '', '2014-05-09 14:44:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1247, '086655D494', 'd0c1d3dcfca732c425a59dbf5d42ffab', 1598, 1, '', 'Kyla Holligan', '4914 Song Sparrow St. NE', 'Salem', 'OR', '97301', 'US', '7193109528', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9917', '11', '2015', 'success', 'payflowpro', 'live', 'EPCPABAB8BBF', '', '2014-05-09 15:58:14', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1248, 'AFD6202E98', 'ce5ca62bc624af61852b399d1ae800ae', 527542, 1, '', 'Miriam Gordon', '17372 20 Mile Road', 'Marshall', 'MI', '49068', 'US', '2694258425', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX6677', '01', '2017', 'success', 'payflowpro', 'live', 'ESJPBB64FABD', '', '2014-05-09 17:15:30', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1249, '0AEF9222CF', 'a9c675b2a963d32fbb33d7f4773a4076', 527707, 1, '', 'peter miller', '6000 17th Avenue SW #6', 'Seattle', 'WA', '98106', 'US', '2069209062', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3154', '06', '2015', 'success', 'payflowpro', 'live', 'ERFPAC0DBA37', '', '2014-05-09 18:29:22', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1250, '87DC31271C', 'f77f17363b399db0697a6af4f97b2afc', 2645, 1, '', 'Vickie Zavosky', '3605 Bougainvillea Avenue.', 'Tampa', 'FL', '33612', 'US', '8138429360', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9980', '03', '2016', 'success', 'payflowpro', 'live', 'EPEPABB5B48E', '', '2014-05-10 09:31:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1251, '05FFF0D086', 'fbcbbd310ce73e79ddd134fc3dac94b3', 539083, 2, '', 'Kelly Nalley', '2554 Wickline Rd', 'Gibsonia', 'PA', '15044', 'US', '7244438437', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX1500', '08', '2015', 'success', 'payflowpro', 'live', 'EQCPAC1CA2E4', '', '2014-05-11 16:14:26', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1252, 'AEC84DD830', 'e811dfe67f71332f20536af2763b0e10', 540862, 1, '', 'Katrina McCauley', '260 Firestone Dr.', 'Delaware', 'Ohio', '43015', 'US', '6147259495', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6368', '04', '2016', 'success', 'payflowpro', 'live', 'EQCPAC256964', '', '2014-05-12 07:11:42', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1253, '76D93DF5E4', '3f62cdaad0447e55f24a89d218406442', 2696, 13, '', 'Kentucky Reptile Zoo', '200 L and E Railroad', 'Slade', 'KY', '40376', 'USA', '6066639160', '150', '', '', 0, '', '150', 'Check 6180', '', '', '', '', 'success', 'check', 'live', '', '', '2014-05-12 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1254, 'B52B328BE0', '3f62cdaad0447e55f24a89d218406442', 2656, 2, '', 'Wanda Remissong', '10623 Yorktowne Place', 'Ft. Wayne', 'IN', '46804', 'US', '2604366467', '40.00', '0', '', 0, '', '40', '', 'Discover', 'XXXXXXXXXXXX2306', '03', '2016', 'success', 'payflowpro', 'live', 'EXJPBDAA5CB7', '', '2014-05-12 10:25:01', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1255, 'FF59FD27A2', '3f62cdaad0447e55f24a89d218406442', 2710, 13, '', 'Scovill Zoo', '71 S. Country Club Road', 'Decatur', 'IL', '62521-4470', 'USA', '2174225911', '150', '', '', 0, '', '150', 'Checks 104791 & 1085', '', '', '', '', 'success', 'check', 'live', '', '', '2014-05-12 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1256, 'BE1B236840', 'd1d02c687131d191cfddb8e2698adc96', 542217, 5, '', 'Rachel Twigg', '115 Cambridge Trail', 'Madison', 'AL', '35758', 'US', '2567835089', '30.00', '0', '', 0, '', '30', '', 'Mastercard', 'XXXXXXXXXXXX0321', '11', '2015', 'success', 'payflowpro', 'live', 'ETHPBD88794E', '', '2014-05-12 14:03:25', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1257, '3673E15D88', 'e5866c1d02dbbabd72d79364a936ced4', 1754, 1, '', 'Lissa Browning', '3161 Woodford Rd.  Apt N', 'Cincinnati', 'OH', '45213', 'US', '5137394091', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4603', '10', '2014', 'success', 'payflowpro', 'live', 'ELCPADB68FEF', '', '2014-05-12 16:34:33', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1258, '768867EB21', 'a8b865ada1a3ef893177a8fd71679d99', 543187, 2, '', 'Kristofer Flickinger', '2000 S. Mustang Rd Apt. 1704', 'Yukon', 'Oklahoma', '73099', 'US', '4053121082', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX1982', '08', '2014', 'success', 'payflowpro', 'live', 'ELEPADB7B7B6', '', '2014-05-12 18:20:45', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1259, '39F1C9FE86', 'fcc338b2204dc9e86f7b7f9713328ce1', 1468, 1, '', 'Kayla Anderson', '3940 Glendale St.', 'Colorado Springs', 'CO', '80906', 'US', '7193101491', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8399', '07', '2015', 'success', 'payflowpro', 'live', 'ELCPADB8A180', '', '2014-05-12 19:52:09', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1260, '017D7E8476', 'c199062d526b6e40006e822f8d719ed3', 1208, 2, '', 'Jessica Murphy', '504 Jackson St.', 'Stoughton', 'WI', '53589', 'US', '6088435801', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX0379', '07', '2015', 'success', 'payflowpro', 'live', 'EPEPABE0A4B1', '', '2014-05-13 08:45:21', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1261, '838CABEF85', '35877b1f5421f2fd475d41c5652e44ea', 2255, 1, '', 'Robyn Scanlon', '507 Race St.', 'Cambridge', 'IA', '50046', 'US', '3192109434', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7113', '02', '2017', 'success', 'payflowpro', 'live', 'ELEPADC07B52', '', '2014-05-13 08:46:57', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1262, '474F501F99', 'd862fffd5ea020221bb95e2c82976f77', 743, 2, '', 'Donna M. Swan', '2000 Ridge Road', 'Hinckley', 'OH', '44233', 'USA', '', '40', '', '', 0, '', '40', 'Check 3234', '', '', '', '', 'success', 'check', 'live', '', '', '2014-05-13 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1263, '43A5D65E0E', '23fbb2ec8447ed6b18a6cff72dd0e074', 1062, 1, '', 'Janee Zakoren', '3220 Pine St.  Unit B', 'Eureka', 'CA', '95503', 'US', '7076168231', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7602', '01', '2017', 'success', 'payflowpro', 'live', 'EUHPBD0AAC4F', '', '2014-05-13 12:26:56', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1264, '32C3BBEDA9', '3222e6a62f70f57335363f1a50b52e67', 547264, 3, '', 'Sharolyn Heeringa', 'PO Box 91 367 Snider rd', 'Carrying Place', 'Ontario', 'K0K1L0', 'CA', '6135325470', '55.00', '0', '', 0, '', '55', '', 'Mastercard', 'XXXXXXXXXXXX4821', '01', '2019', 'success', 'payflowpro', 'live', 'EPEPABE60F86', '', '2014-05-13 16:11:13', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1265, 'F9DDC733AF', '85f5ef8f60be7c4a98f807d4a4a6b31c', 140, 2, '', 'Amy Warren', '112 Gilbert Rd.', 'Barre', 'MA', '01005', 'US', '5089292820', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX2553', '10', '2016', 'success', 'payflowpro', 'live', 'EXYPBDC9BE21', '', '2014-05-14 09:42:47', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1266, 'E18DE02F06', '97f853aafa3284dc92f24a0a8795fd0d', 1809, 1, '', 'Mara Jameson', '4365 Olivette Mine Pl.', 'Tucson', 'AZ', '85745', 'US', '5208207343', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6292', '04', '2017', 'success', 'payflowpro', 'live', 'ETJPBDA5C415', '', '2014-05-14 10:45:49', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1267, '455B029BCF', '082c27374d127c9989810620e3f496d6', 2301, 1, '', 'Sandra Erickson', '12831 Stratford Dr.  Apt 32', 'Oklahoma City', 'OK', '73120', 'US', '5613514735', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4755', '01', '2017', 'success', 'payflowpro', 'live', 'ERFPAC53EAD3', '', '2014-05-14 12:15:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1268, '3010AD0B60', 'c43b9244080fa80cb3f54e16737eb662', 2661, 1, '', 'Wendy Hirniak', '10411 Grand Ave.', 'Omaha', 'NE', '68134', 'US', '4023059078', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9815', '07', '2016', 'success', 'payflowpro', 'live', 'ETHPBDAABFE7', '', '2014-05-14 17:30:25', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1269, '2AC6B46F3F', '08dfbb8a9d92ba72fef52a69b736ba22', 550464, 1, '', 'Laura Schiavo', '406 Braeburn Terrace', 'Lansdale', 'PA', '19446', 'US', '7172221037', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5744', '07', '2015', 'success', 'payflowpro', 'live', 'EXYPBDCFA66E', '', '2014-05-14 17:40:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1270, '6FE15FA2A9', '4efa8ca764cfbccfbac23edda85bc07b', 550715, 1, '', 'Becky Zahn Walcker', '1301 79th Ave SW', 'Minot', 'ND', '58702', 'US', '7018711004', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4564', '07', '2015', 'success', 'payflowpro', 'live', 'EXJPBDD0F3D9', '', '2014-05-14 19:44:31', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1271, '908898A821', '4d7e95b53cfe6f81e55ddd4fb3f69f94', 597, 2, '', 'Danelle Teetzen', '1632 N. Woodland', 'Wichita', 'KS', '67203', 'US', '3169422750', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX0308', '05', '2017', 'success', 'payflowpro', 'live', 'EPCPABF9A7B4', '', '2014-05-14 21:38:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1272, 'BDAA70C10C', '94b68115084f5d250b467c1c5134cd5b', 552146, 1, '', 'Bigi Luginbuhl', '1821 Willowbranch terrace', 'Jacksonville', 'Florida', '32205', 'US', '5039704442', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2040', '12', '2015', 'success', 'payflowpro', 'live', 'ESHPBBBBF9A3', '', '2014-05-15 10:36:35', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1273, 'FBF2CC65EF', '2edd66d543b00eb6adaca73ac15d95a9', 2011, 2, '', 'Michelle Galen Cabrera M.D.', '5344 Ellington Ct', 'Newburgh', 'IN', '47630', 'US', '8124316914', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX0655', '04', '2016', 'success', 'payflowpro', 'live', 'EXYPBDDBD8B2', '', '2014-05-15 10:37:17', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1274, '86D7A3A5A6', '9926908ef147f953ff8b9435aaf0371c', 1975, 1, '', 'Micala Teetzen', '1632 N. Woodland', 'Wichita', 'KS', '67203', 'US', '3169422750', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0971', '08', '2016', 'success', 'payflowpro', 'live', 'ELEPADE95717', '', '2014-05-15 18:56:41', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1275, '48CB0C1A67', 'c0693723f681c0b22431c92a6035c430', 927, 1, '', 'Gil Myers', '2512 Linwood Rd.', 'Baltimore', 'MD', '21234', 'US', '4433226781', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7819', '02', '2018', 'success', 'payflowpro', 'live', 'EPCPAC21C9C0', '', '2014-05-17 12:08:04', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1276, 'E8F169FE34', '56418c9b9480f18d55eef3d901ab4107', 559945, 2, '', 'Aupetit Salvina', '18212 Booming Road', 'Spring hill', 'Florida', '34610', 'US', '8132978333', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX4599', '02', '2016', 'success', 'payflowpro', 'live', 'EXJPBDFB9450', '', '2014-05-17 15:05:40', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1277, '3C26B46BAD', '95fcc6a3e23ad6e900e09ca0e343e60c', 117, 1, '', 'Amanda L. Toussaint', '48655 Coyote Rd.', 'Palm Desert', 'CA', '92260', 'US', '2076895012', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX0985', '08', '2014', 'success', 'payflowpro', 'live', 'EREPAC8B5B43', '', '2014-05-18 06:06:55', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1278, 'A64A4BF109', 'e70a543e2009a433b11fd7b2793510d0', 562291, 1, '', 'Chelsea Sendzik', '11 Buck Drive', 'Woodbine', 'New Jersey', '08270', 'US', '5183549888', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4430', '09', '2014', 'success', 'payflowpro', 'live', 'ESYPBBE5C566', '', '2014-05-18 10:40:06', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1279, 'E8CFB415B5', '243d625d4084d990409b1a4548a06485', 2035, 1, '', 'Mindy Babitz', '2602 Fleming St.', 'Alexandria', 'VA', '22306', 'US', '7038872966', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8593', '01', '2017', 'success', 'payflowpro', 'live', 'EUJPBD564DAF', '', '2014-05-18 13:46:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1280, 'D75343CB55', '8cb5902fb40c4c6ff97b4faa687a0456', 562656, 1, '', 'Yaraila Rodriguez', '5100 Kersey St. APT 5109', 'Davenport', 'Florida', '33897', 'US', '4077486638', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5629', '11', '2015', 'success', 'payflowpro', 'live', 'ERCPAC8F7CB8', '', '2014-05-18 13:58:45', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1281, 'E978AC1936', '33f8093cce05cffcf8f9ebe248703004', 563147, 1, '', 'Sarah van Bavel', '382 B Hickory Point Blvd', 'Newport News', 'VA', '23608', 'US', '7578761036', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9155', '06', '2015', 'success', 'payflowpro', 'live', 'EPFPAC318636', '', '2014-05-18 18:31:26', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1282, '4DB1CEA023', '4cf2b5efdea753aa2d8a0e961898db77', 565414, 2, '', 'Guy Byrd', 'One Market Square, 4th Floor', 'Roanoke', 'Virginia', '24011', 'US', '5403425774', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX5215', '08', '2015', 'success', 'payflowpro', 'live', 'ETHPBDEF2D1D', '', '2014-05-19 10:42:48', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1283, 'A77DB40B84', '3f82cc1085575135aa6b110873f1c876', 1914, 2, '', 'Maureen Chambers', '1511 Donard Park Ave.', 'Louisville', 'KY', '40218', 'US', '5024511450', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX4794', '09', '2017', 'success', 'payflowpro', 'live', 'ESJPBBF444C0', '', '2014-05-19 10:54:20', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1284, 'BC4A4FB954', '70c3c3751dd92d61c1de6edf1c36ea9e', 1625, 1, '', 'Laura Hackett', '4128 E. Pleasant Ln.', 'Phoenix', 'AZ', '85042', 'US', '4802289174', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6333', '07', '2014', 'success', 'payflowpro', 'live', 'ETYPBDF070D7', '', '2014-05-19 12:20:45', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1285, '388A1217F9', 'a89e8e62c09c5c743cde731593346a60', 1251, 1, '', 'Jim Haigwood', '3528 McNally Ave.', 'Altadena', 'CA', '91001', 'US', '8184721702', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX1559', '03', '2016', 'success', 'payflowpro', 'live', 'EXHPBE15D2DE', '', '2014-05-19 13:03:52', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1286, '3A636EC29E', '589328ee43b067d3e1507a9a56e7d617', 566017, 2, '', 'Dr. Teresa Randall', '2101 NE 50th Street', 'Oklahoma City', 'OK', '73111', 'USA', '4054250288', '40', '', '', 0, '', '40', 'Check 10212', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-05-19 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1287, '9F4BB011EB', '589328ee43b067d3e1507a9a56e7d617', 2704, 12, '', 'Smithsonian Institution Library', 'NHB 25 MRC 154 - PO Box 37012', 'Washington', 'DC', '20013', 'USA', '', '45', '', '', 0, '', '45', 'Ebsco Check 2076452 ', '', '', '', '', 'success', 'check', 'live', '', '', '2014-05-19 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1288, '7847F4C528', '609f101987a3d38130f354af239b9efa', 567583, 1, '', 'Jennifer Coffin', 'Apt. 16, Park Ridge Apts. 2617 E. Hwy. 82', 'Gainesville', 'TX', '76240', 'US', '9402842185', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2964', '05', '2017', 'success', 'payflowpro', 'live', 'ESHPBBFA0F69', '', '2014-05-19 19:05:03', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1289, '4410D7CB21', 'bdc9c1fcd8b8616647f0c3921bc60c7c', 569434, 5, '', 'A. Paige Kruger', '5480 NW Ridgemoor Ct.', 'Portland', 'or', '97229', 'US', '5033073471', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX9009', '08', '2015', 'success', 'payflowpro', 'live', 'EPEPAC48DC5C', '', '2014-05-20 07:08:46', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1290, '622DB7EA62', 'a24e54aadc7f590a655c2af07b402d8f', 1546, 1, '', 'Kimberly Cooper', '118 E Adams Ave.', 'Pueblo', 'CO', '81004', 'USA', '7195830596', '45', '', '', 0, '', '45', 'Personal Check 1012', '', '', '', '', 'success', 'check', 'live', '', '', '2014-05-20 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1291, '6520730A4F', 'a24e54aadc7f590a655c2af07b402d8f', 2299, 13, '', 'Arizona-Sonora Desert Museum', '2021 N Kinney Road', 'Tucson', 'AZ', '85743-8918', 'USA', '', '150', '', '', 0, '', '150', 'Corporate Check 1058638', '', '', '', '', 'success', 'check', 'live', '', '', '2014-05-20 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1292, 'C7CFB95BBD', '3218b5bcaa4b2360a4ba90e514804e91', 1626, 1, '', 'Laura McGlothlin', '570 Mawyer Dr.', 'Worthington', 'OH', '43085', 'US', '6142077534', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2509', '06', '2016', 'success', 'payflowpro', 'live', 'ERCPACAA2667', '', '2014-05-20 08:26:33', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1293, '7CC83A5D97', 'ff541f1cd1d760d27d54ca2e5692a867', 208, 13, '', 'The Toledo Zoo', 'PO Box 140130', 'Toledo', 'OH', '43614-0130', 'USA', '', '150', '', '', 0, '', '150', 'Corporate Check 1097861', '', '', '', '', 'success', 'check', 'live', '', '', '2014-05-20 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1294, 'CE9CC7B093', '883598cca7175af7e153b6025f91b5cc', 569823, 4, '', 'Amber Wright', '120 Simmons Dr.', 'East Islip', 'NY', '11730', 'US', '6314185244', '50.00', '0', '', 0, '', '50', '', 'Visa', 'XXXXXXXXXXXX0078', '01', '2015', 'cancelled', 'payflowpro', 'live', 'ELCPAE2A409D', '', '2014-05-20 09:17:12', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1295, '6A126728F3', '2b77e5cb48bef454bc83956f801000d6', 570730, 1, '', 'Sara O\'Connell', '389 Arbor Drive West', 'Palm Harbor', 'FL', '34683', 'US', '7274923381', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3774', '03', '2017', 'success', 'payflowpro', 'live', 'ETHPBE01209D', '', '2014-05-20 13:31:05', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1296, '9C253EAAAC', 'bc4437f8206a8900a903719a17bda607', 570857, 1, '', 'Kim Szawan', '2349 W Newton St Apt 301', 'Seattle', 'WA', '98199', 'US', '4434167908', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX2247', '11', '2015', 'success', 'payflowpro', 'live', 'ETJPBE017126', '', '2014-05-20 13:58:32', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1297, 'DC4F7A7A95', 'b6607d4ed92a29e8f4a48d7bac8ef8ec', 571123, 1, '', 'Brooke Akright', '868 Westminster lane', 'Virginia beach', 'Virginia', '23454', 'US', '7574701901', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5349', '10', '2017', 'success', 'payflowpro', 'live', 'ELCPAE2EA8BC', '', '2014-05-20 15:21:06', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1298, '86B7D46068', '34f0d3abe8890ab06ba860ceeb0593d4', 571134, 1, '', 'Chelsea Goss', '2207 Rockbridge Rd.', 'Virginia Beach', 'VA', '23455', 'US', '3217955385', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0265', '02', '2017', 'success', 'payflowpro', 'live', 'ETHPBE0268FC', '', '2014-05-20 15:26:01', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1299, '75E7135D98', '45f6679a93292f56edd770c93e6b612b', 2440, 1, '', 'Stacey Tabellario', '1750 Harvard St. NW  Unit 7C', 'Washington', 'DC', '20009', 'US', '7035176556', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9032', '11', '2015', 'success', 'payflowpro', 'live', 'ETHPBE034C25', '', '2014-05-20 16:45:52', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1300, 'B2D289C3FF', '105843a1ddef380bb392ca1c359b7ee9', 571447, 4, '', 'Natalie Lazure', '214 Carlisle Avenue', 'Peterborough', 'Ontario', 'K9H1J6', 'CA', '7059309754', '50.00', '0', '', 0, '', '50', '', 'Mastercard', 'XXXXXXXXXXXX5762', '11', '2017', 'success', 'payflowpro', 'live', 'EXJPBE2837C4', '', '2014-05-20 16:54:36', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1301, '1AD14B6B22', '9f45a309dbd7e967f62aec31002bd88a', 486, 2, '', 'Christina Williams', '19 Jasmine Creek Lane', 'Laguna Hills', 'CA', '92653', 'US', '2032579991', '40.00', '0', '', 0, '', '40', '', 'Discover', 'XXXXXXXXXXXX0148', '02', '2017', 'success', 'payflowpro', 'live', 'EXHPBE28D1AB', '', '2014-05-20 17:46:48', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1302, '36D0857211', 'aa3f87695c9078e1f0bca0b49aae09b5', 2071, 10, '', 'Nick Lindsay', 'ZSL Whipsnade Zoo Whipsnade', 'Dunstable', 'Bedfordshire', 'LU6 2LF', 'GB', '+ 44 (0)1582 871302', '115.00', '0', '', 0, '', '115', '', 'Visa', 'XXXXXXXXXXXX3964', '07', '2014', 'success', 'payflowpro', 'live', 'ETJPBE09A42A', '', '2014-05-21 03:38:51', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1303, 'A614BCE5F5', '5761c10b88985cd237fcba6c0c871e43', 574892, 1, '', 'Jennifer Williams', '4050 Forest Hill Avenue #8', 'Richmond', 'VA', '23225', 'US', '7039377906', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4991', '03', '2017', 'success', 'payflowpro', 'live', 'EPFPAC5999E4', '', '2014-05-21 08:34:15', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1304, 'C061CA965A', '5761c10b88985cd237fcba6c0c871e43', 574908, 1, '', 'Kenesha Myrick', '251 #1 N. Laburnum Avenue', 'Richmond', 'VA', '23223', 'US', '8044758506', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4991', '03', '2017', 'success', 'payflowpro', 'live', 'ESYPBC12201A', '', '2014-05-21 08:41:18', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1305, '56C5DB2066', '5761c10b88985cd237fcba6c0c871e43', 574916, 1, '', 'Lisa Trapp', '1505 Winder Street', 'Richmond', 'Virginia', '23220', 'US', '7573387447', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4991', '03', '2017', 'success', 'payflowpro', 'live', 'EQEPACAFCE24', '', '2014-05-21 08:45:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1306, '26F9FFEDB7', 'f89f1f94afe4dfd9e11b575bcc6139d9', 575203, 5, '', 'Valerie Segura', '1504 W Sonoma Ave', 'Stockton', 'CA', '95204', 'US', '8186402168', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX0216', '09', '2016', 'success', 'payflowpro', 'live', 'EREPACBBD566', '', '2014-05-21 10:57:58', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1307, '540FA9AAEF', '557f7d1bc77e92db40bef11847f9e2b4', 575446, 1, '', 'Lindsay Mayer', '2024 Player Circle N', 'Melbourne', 'FL', '32935', 'US', '3216156359', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1694', '09', '2017', 'success', 'payflowpro', 'live', 'ELFPAE3C5D77', '', '2014-05-21 12:27:35', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1308, '02F7DFF9CE', 'b0f95afed3212338f0c05a445f61f466', 575641, 1, '', 'Tara Bronson', '4462 bar harbor dr None', 'orlando', 'Florida', '32821', 'US', '3212165140', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1025', '07', '2015', 'success', 'payflowpro', 'live', 'EXHPBE35C93A', '', '2014-05-21 13:39:32', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1309, '1F4199717F', 'c280efb43e57728dc421afcd22cd4dfe', 576155, 1, '', 'Denise Metcalf', '4225 E McDowell Rd', 'Phoenix', 'AZ', '85008', 'US', '8055984069', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6333', '07', '2014', 'success', 'payflowpro', 'live', 'EQEPACB618DC', '', '2014-05-21 17:43:23', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1310, '34FB799DFA', '8b718b1a84822c61afa1d444f0a94a11', 2646, 2, '', 'Vicky Hoag', '5155 N. Channing', 'Fresno', 'CA', '93711', 'US', '5594323267', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX6490', '10', '2015', 'success', 'payflowpro', 'live', 'EPEPAC6B2E99', '', '2014-05-22 11:48:09', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1311, '000AF80048', '7d31450917952bccebca68237c4a101c', 579018, 1, '', 'Melissa Ramsey', '110 Farland Place', 'Escondido', 'CA', '92027', 'US', '6199576316', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6679', '01', '2017', 'success', 'payflowpro', 'live', 'EQCPACC51F4B', '', '2014-05-22 17:33:28', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1312, 'B2B6E52E7B', 'c8464731c40924732af9311326f530cd', 579067, 3, '', 'Lindsay Paats', '4591 Paynes Cres', 'Newtonville', 'ON', 'L0A1J0', 'CA', '2893563055', '55.00', '0', '', 0, '', '55', '', 'Visa', 'XXXXXXXXXXXX9980', '06', '2015', 'success', 'payflowpro', 'live', 'EQCPACC57B18', '', '2014-05-22 18:10:06', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1313, '6FC544C326', 'd98093b091a1c67eea5cbf31a0105ed1', 36079, 1, '', 'Jennifer von Dohlen', '5122 Edmondson Pike', 'Nashville', 'TN', '37211', 'US', '5093369692', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2172', '11', '2015', 'success', 'payflowpro', 'live', 'EUHPBD9D5003', '', '2014-05-23 06:03:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1314, '91BC7606D7', '9cb57db0fbe9b3387f49e3f6965dc5de', 582901, 1, '', 'Kris Romero', '1164 Calle Almendro', 'Thousand Oaks', 'California', '91360', 'US', '8053589572', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7618', '01', '2017', 'success', 'payflowpro', 'live', 'EPEPAC7CBEDD', '', '2014-05-23 14:56:46', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1315, '1D02826BA8', '3c2414a4442ea39400577ef469ac757c', 584844, 1, '', 'Taylor Daniels', '5001 Vine St. - APT 321', 'Lincoln', 'NE', '68504', 'USA', '4026504122', '45', '', '', 0, '', '45', 'Corporate Check 24339', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-05-24 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1316, '2DD20F2A29', '3c2414a4442ea39400577ef469ac757c', 647, 1, '', 'David Luce', '625 S. Fig St - Apt 14', 'Escondido', 'CA', '92025', 'USA', '7604807562', '45', '', '', 0, '', '45', 'Personal Check 1999', '', '', '', '', 'success', 'check', 'live', '', '', '2014-05-24 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1317, '6B54B57F91', '3c2414a4442ea39400577ef469ac757c', 1855, 13, '', 'McCarthy\'s Wildlife Sanctuary', '12943 61st Street N', 'W. Palm Beach', 'FL', '33412', 'USA', '', '150', '', '', 0, '', '150', 'Corporate Check 8767', '', '', '', '', 'success', 'check', 'live', '', '', '2014-05-24 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1318, 'D6C6D1D120', '0a83eb536a8d511958cb37a4495fa63e', 585562, 1, '', 'Elizabeth Dolan', '340 East Highland Street', 'Altamonte Springs', 'Florida', '32701', 'US', '4077824757', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4661', '12', '2016', 'success', 'payflowpro', 'live', 'ELCPAE6A8FDA', '', '2014-05-24 16:45:23', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1319, '01C904BD0D', 'ea3c41e4fab49be60da81b947bbacdfd', 2132, 1, '', 'Paul Brandenburger', '116 N. Symington Ave.', 'Catonsville', 'MD', '21228', 'US', '4107398457', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX5915', '10', '2016', 'success', 'payflowpro', 'live', 'EQCPACE12FD4', '', '2014-05-24 17:26:37', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1320, 'A08F3E9778', '28b53526fd6c06f38324ecc37422cb36', 1473, 1, '', 'Keeley Watson', '2053 Milan Ave.', 'S. Pasadena', 'CA', '91030', 'US', '6262433188', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7742', '12', '2015', 'success', 'payflowpro', 'live', 'ESYPBC4EF020', '', '2014-05-25 15:53:38', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1321, 'CC93FDD80F', 'c18b6da0cf2145b1b05cd1ccd52856e7', 588708, 1, '', 'Cathryn Perry', '105 Tennessee Ct', 'Travis AFB', 'CA', '94535', 'US', '7073203525', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX0578', '08', '2016', 'success', 'payflowpro', 'live', 'ESHPBC509E02', '', '2014-05-25 19:03:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1322, '09B48CD906', '90de6521d9946f2f03849634067f0dd3', 588801, 1, '', 'Stacy Rhody', '208 E. 6th Street', 'Auburn', 'Indiana', '46706-1842', 'US', '2605703864', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3506', '06', '2016', 'success', 'payflowpro', 'live', 'ELCPAE786775', '', '2014-05-25 19:54:07', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1323, '76F8EFFFAE', '511ecd7171498bf406d49f3f5247b673', 589985, 1, '', 'Julianne Parish', '818 Cavalla Rd.', 'Atlantic Beach', 'Florida', '32233', 'US', '9043120660', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2040', '12', '2015', 'success', 'payflowpro', 'live', 'ESYPBC574FA9', '', '2014-05-26 07:51:22', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1324, 'DC28487935', '398ba4c9b3d747d50413bcfd55b84f11', 591172, 1, '', 'Sarah Stuck', '15630 Rim of the Valley c/o Wendy Yates', 'Valley Center', 'CA', '92082', 'US', '8584056681', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3563', '11', '2015', 'success', 'payflowpro', 'live', 'EXJPBE7CF970', '', '2014-05-26 18:12:30', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1325, 'A17A6206D1', '98ea9d47bd0348792cbdf34bcdc0f92a', 2203, 1, '', 'Rebecca Lohse', '334 S. Kenyon Dr.', 'Tucson', 'AZ', '85710-1027', 'US', '5203256059', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9189', '01', '2015', 'success', 'payflowpro', 'live', 'EREPAD06F3E8', '', '2014-05-26 21:37:08', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1326, '53DE3F2C01', 'c0d3a580bd724c98ddd1ca317e1610d6', 1740, 1, '', 'Lisa Van Slett', '4412 Cole Ave. Apt L', 'Dallas', 'TX', '75205', 'US', '2145185183', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5794', '01', '2017', 'success', 'payflowpro', 'live', 'ELFPAE8D64ED', '', '2014-05-27 08:55:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1327, '4DEF15F513', '75b68331fd71009756ee176fd3782136', 2295, 1, '', 'Samantha Pawlowski', '4190 Marwood', 'Howell', 'MI', '48855', 'US', '5173042416', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX3042', '12', '2016', 'success', 'payflowpro', 'live', 'EXJPBE864112', '', '2014-05-27 09:31:14', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1328, 'A7B1ED4628', '9d744fcbb9fbabbc07b4521f32d4dfcb', 594864, 1, '', 'Nichole Lauppe', '3122 Hudson St.', 'Colorado Springs', 'Colorado', '80910', 'US', '7192323891', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3083', '12', '2014', 'success', 'payflowpro', 'live', 'EQEPAD0B0468', '', '2014-05-27 18:38:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1329, '5D3F04381A', '315c2622b5abd829825e9c7631aaa722', 595213, 1, '', 'Noah Shields', '4810 Autumn Lane N', 'Lafayette', 'IN', '47909', 'US', '5025533637', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8460', '01', '2017', 'success', 'payflowpro', 'live', 'ESHPBC6F2FFF', '', '2014-05-27 21:41:40', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1330, '6EAF2784EF', '2854936374d93b6aef30a8b7ec70d2b0', 773, 16, '', 'EBSCO - IPSWICH', '2 Washington St.', 'Ipswich', 'MA', '01938', 'USA', '2059911234', '150', '', '', 0, '', '150', 'Corporate Check 2082635', '', '', '', '', 'success', 'payflowpro', 'live', '', '', '2014-05-28 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1331, '2D428C0F32', 'a9d5d2a25a33f2000618b101dc87ec87', 596947, 2, '', 'Rachel Kerr', '3709 Andover Pl', 'Fort Wayne', 'Indiana', '46804', 'US', '2244258228', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX2902', '11', '2015', 'success', 'payflowpro', 'live', 'ESJPBC78BB76', '', '2014-05-28 11:24:23', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1332, '27BC3ECBAE', '189886b718be2bd73a11a8464d04d434', 1330, 1, '', 'Judith Bryja', '40410 Freemont Rd.', 'Magnolia', 'TX', '77354-4428', 'US', '7135336655', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1892', '07', '2017', 'success', 'payflowpro', 'live', 'EXYPBE98CD94', '', '2014-05-28 11:44:15', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1333, '1FAA5BD165', 'fde7e18dd856d64e902be57ad2f7ea87', 275, 1, '', 'Bernadette I. Overbeck', '1707 E. Laurel St. Apt 2', 'Garden City', 'KS', '67846', 'US', '5179804823', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9135', '12', '2015', 'success', 'payflowpro', 'live', 'ELFPAEA11BAF', '', '2014-05-28 12:26:57', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1334, 'BA783628B6', '1e2e20a94aec2527870d52e12d675cfb', 2275, 2, '', 'Russell K. Young', '1111 Ash St. #410', 'Denver', 'CO', '80220-3756', 'US', '3033339675', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX9064', '03', '2018', 'success', 'payflowpro', 'live', 'EQCPAD18240E', '', '2014-05-28 13:29:08', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1335, '64DB7FACF8', 'c9c263c1504cc09c4ee2bab12d0fea9b', 2015, 2, '', 'Michelle Orenick', '6191 Chestnut Hills Dr.', 'Parma', 'OH', '44129', 'US', '4408842796', '40.00', '0', '', 0, '', '40', '', 'Discover', 'XXXXXXXXXXXX5351', '08', '2017', 'success', 'payflowpro', 'live', 'EQEPAD18CA69', '', '2014-05-28 14:22:43', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1336, 'B2B12B41DF', '7f2fa0e20a99b9677d0c3a973a03dd7b', 598761, 5, '', 'Michelle Coronado', '740 South Livermore Avenue', 'Livermore', 'CA', '94550', 'US', '9257847498', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX5530', '03', '2017', 'success', 'payflowpro', 'live', 'EREPAD2412B3', '', '2014-05-28 15:47:20', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1337, '0CFC5FFDEA', '531fb8b19f5f019a68ec44a280186bdc', 2027, 1, '', 'Mike Grue', '3954 Bancroft St.  Apt 14', 'San Diego', 'CA', '92104', 'US', '6302540743', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1203', '01', '2015', 'success', 'payflowpro', 'live', 'EUJPBDEBC5A8', '', '2014-05-28 17:20:31', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1338, '74884ED248', '1702b46d9cd84634df1baaaa75e349f9', 599167, 1, '', 'joseph san philip', '254 dewitt ave', 'belleville', 'new jersey', '07109', 'US', '9738563210', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5798', '08', '2015', 'success', 'payflowpro', 'live', 'EXHPBE9E086B', '', '2014-05-28 19:15:55', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1339, '147F0ED9AE', 'eb88c0ba9019b1b179d7b044b867ecfb', 599392, 5, '', 'Kaetlyn Weidum', '403 O ST NE', 'Auburn', 'WA', '98002', 'US', '2534869806', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX1347', '06', '2014', 'success', 'payflowpro', 'live', 'ELFPAEA5F304', '', '2014-05-28 21:01:24', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1340, '5265417F74', 'd6c110faf9c6fa730c4759dc9252766e', 2630, 1, '', 'Valerie Salonga', '51025 Avenida Martinez  Apt 26', 'La Quinta', 'CA', '92253', 'US', '6268932803', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7405', '02', '2015', 'success', 'payflowpro', 'live', 'EPFPACC70492', '', '2014-05-28 22:01:35', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1341, '8E7FEBC987', '26b81ba3a93576eb85b01e27056b0989', 599584, 9, '', 'Michele Barnes', 'PO Box 1113', 'Oxenford', 'Queenlsand', '4210', 'AU', '412757303', '55.00', '0', '', 0, '', '55', '', 'Mastercard', 'XXXXXXXXXXXX3689', '02', '2017', 'success', 'payflowpro', 'live', 'EPEPACC7CB6A', '', '2014-05-28 23:32:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1342, '0842B2E2EE', '3771fca640d209bd219324cf9a349317', 603655, 2, '', 'Erin Fisk', '88 Bush St #1136', 'San Jose', 'CA', '95126', 'US', '6077434900', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX9811', '09', '2014', 'success', 'payflowpro', 'live', 'ELFPAEAD4756', '', '2014-05-29 08:35:39', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1343, '75C140E997', '7618678556ed25d7b9f6377a2bb1ecb5', 968, 1, '', 'Heather Fuchs', '1895 N. Snyder Rd.', 'Dayton', 'OH', '45417', 'US', '9373699562', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3276', '10', '2016', 'success', 'payflowpro', 'live', 'ESYPBC878890', '', '2014-05-29 10:10:33', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1344, '1A4D842933', '619fa1804e84095ce79048c3e8af71b2', 269, 1, '', 'Becky Heller', '1112 Circle High', 'Burnsville', 'MN', '55306', 'US', '9524319337', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX0640', '10', '2018', 'success', 'payflowpro', 'live', 'ELEPAEAEEFFB', '', '2014-05-29 10:40:17', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1345, 'AC7D2CF897', '9a5a0140ce806e73268951a932ff22ea', 1414, 1, '', 'Katelynn Kallsen', '1009 leavenworth street apt 304', 'Omaha', 'NE', '68102', 'US', '4026395384', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8076', '10', '2014', 'success', 'payflowpro', 'live', 'EUJPBDFA2C82', '', '2014-05-29 15:22:15', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1346, '0D6AE893C9', '855bbe46ad0feb86df814d448ac3a826', 640, 1, '', 'David Grubaugh', '9281 Carthay Circle', 'Spring Valley', 'CA', '91977', 'US', '6195573987', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4943', '06', '2016', 'success', 'payflowpro', 'live', 'EREPAD33AFEE', '', '2014-05-29 16:30:42', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1347, '6F711CA58A', '88d47f40fd2c76b7234e3b7ca131206f', 75, 3, '', 'Allison Pidgen', '61 Town Centre Court Unit 405', 'Scarborough', 'Ontario', 'M1P 5C5', 'CA', '4168990204', '55.00', '0', '', 0, '', '55', '', 'Mastercard', 'XXXXXXXXXXXX2599', '06', '2014', 'success', 'payflowpro', 'live', 'ETJPBE873839', '', '2014-05-29 16:31:43', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1348, '63EF1236E0', 'e030eeb5accd176985220e92c0a75ed2', 636599, 1, '', 'Holly Otocka', '1929 Killey Street', 'Virginia Beach', 'Virginia', '23453', 'US', '7572844395', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX6779', '01', '2017', 'success', 'payflowpro', 'live', 'ESYPBC8C4008', '', '2014-05-29 16:42:46', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1349, '3F590ACE46', '48ba22a3681e8d1bf53be5d3a3ca303e', 1146, 1, '', 'Jennifer Osburn', '261 Green Vista Lane', 'Roseburg', 'OR', '97471-9854', 'US', '3609082195', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8736', '01', '2017', 'success', 'payflowpro', 'live', 'EXYPBEAD2AF4', '', '2014-05-29 18:31:28', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1350, 'D1095C9D1C', '49790f3e86c34322b3a9b868140be3a1', 645149, 5, '', 'Kristin Gripp', '1552 Patricia Ave APT 247', 'Simi Valley', 'CA', '93065', 'US', '5412188926', '30.00', '0', '', 0, '', '30', '', 'Mastercard', 'XXXXXXXXXXXX6320', '11', '2016', 'success', 'payflowpro', 'live', 'EPCPACD4AD72', '', '2014-05-29 18:55:37', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1351, 'FD41BCDC53', 'e35ebb63727676807d076c5cf3b48d29', 2108, 1, '', 'Paige Stuart', '14511 Garfield Ave.', 'Lakewood', 'OH', '44107', 'US', '4198221681', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2409', '11', '2016', 'success', 'payflowpro', 'live', 'ESHPBC8DA4B9', '', '2014-05-29 18:59:31', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1352, '935DD5DAC6', 'a0a250e7058ce516b837fde2ed9776c6', 646442, 5, '', 'Amy Wagner', '3121 Penney Drive', 'Simi Valley', 'California', '93063', 'US', '8055011176', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX2305', '08', '2016', 'success', 'payflowpro', 'live', 'ERCPAD36EFD8', '', '2014-05-29 21:59:51', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1353, '28D1CEBB3E', '3c95fc60ea3561f9744d94e16f6fd469', 2281, 1, '', 'Ryan Whisney', '2903 N. 48th St.', 'Omaha', 'NE', '68104', 'US', '4025479649', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8905', '02', '2016', 'success', 'payflowpro', 'live', 'ELEPAEB9BFDB', '', '2014-05-30 04:13:56', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1354, '75D9D44B76', '52121fcb8c343401bc57fc89581c404e', 1963, 2, '', 'Melissa Koop', '14500 Las Palmas Dr.  #8', 'Bakersfield', 'CA', '93306', 'US', '6613305410', '40.00', '0', '', 0, '', '40', '', 'Discover', 'XXXXXXXXXXXX1711', '06', '2016', 'success', 'payflowpro', 'live', 'ESYPBC94A2A5', '', '2014-05-30 06:40:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1355, 'C0DAD4BDEA', 'f4c0e7d2f4410e02c8eeb81cf9ea5489', 502, 1, '', 'Christine Blankenship', '118 Majestic Oak Way', 'Cottageville', 'SC', '29435', 'US', '8437548731', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3094', '02', '2016', 'success', 'payflowpro', 'live', 'EREPAD3FD3BF', '', '2014-05-30 11:20:27', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1356, '073D982439', 'af3fa8eaf41f098acc09a0a22e618e13', 1115, 1, '', 'Jennifer Haverty', '1117 Lincoln Highlands Dr.', 'Coraopolis', 'PA', '15108', 'US', '6095603064', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2317', '02', '2017', 'success', 'payflowpro', 'live', 'ELFPAEBF5FE2', '', '2014-05-30 11:29:02', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1357, '1023EBAFAF', 'f1b18c556dfcdf1d0602b4d490fde7f7', 1927, 2, '', 'Megan O\'Donnell', '4740 Silverwood St.', 'Philadelphia', 'PA', '19128', 'US', '2673340547', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX3729', '07', '2018', 'success', 'payflowpro', 'live', 'EUYPBE078590', '', '2014-05-30 11:57:03', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1358, '1F416EFB31', '941e55a07c66198a0e2a74d7486b0996', 2670, 1, '', 'William Pendleton', '752 S. Valentine', 'Fresno', 'CA', '93706', 'US', '5593920113', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX1077', '09', '2015', 'success', 'payflowpro', 'live', 'ESJPBC9A22EE', '', '2014-05-30 13:38:37', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1359, '32142234B8', 'c996159d9066ef1e53b1735d4679ca5b', 648244, 5, '', 'Tyler Ivanchich', '15150 Collegiate Circle', 'Moorpark', 'CA', '93021', 'US', '7753037593', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX9135', '06', '2016', 'success', 'payflowpro', 'live', 'EPFPACE15997', '', '2014-05-30 13:48:42', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1360, 'C0644738E6', '1a6ee14681c1c0c8da726b64f3ce43d9', 648357, 2, '', 'Karen Green', '5918 Topaz Vista Place', 'Castle Pines', 'Colorado', '80108', 'US', '7204708275', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX1655', '03', '2016', 'success', 'payflowpro', 'live', 'ELEPAEC1E244', '', '2014-05-30 14:43:25', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1361, '666A2C75C7', '1a6ee14681c1c0c8da726b64f3ce43d9', 648380, 2, '', 'Joe Ehrenberger', 'PO Box 6030', 'Denver', 'Colorado', '80206', 'US', '7655328340', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX1655', '03', '2016', 'success', 'payflowpro', 'live', 'EXHPBEBAD635', '', '2014-05-30 14:57:18', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1362, '8525EBAB17', 'f79920e6536c8f55ea08ec5814c4c9b3', 319, 2, '', 'Brenda Nelson', '1431 Plymouth Rock Way', 'Clovis', 'CA', '93612', 'US', '5593257973', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX7123', '08', '2014', 'success', 'payflowpro', 'live', 'ELEPAEC2134B', '', '2014-05-30 15:02:06', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1363, 'EA5F9E5B4E', 'd529ae115a6d751834bf17e35186f58c', 2468, 1, '', 'Stephanie Watkins', '3808 N. State St. #C', 'Jackson', 'MS', '39216', 'US', '3186804733', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9934', '01', '2016', 'success', 'payflowpro', 'live', 'EPEPACE44246', '', '2014-05-30 18:10:44', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1364, 'B8FA0287AA', 'dcd52c9b99e5957e4a522d6774bd211c', 2518, 2, '', 'Susie Kaplar', 'P.O. Box 205', 'Blaine', 'TN', '37709', 'US', '8659337879', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX7530', '07', '2016', 'success', 'payflowpro', 'live', 'EPEPACE45B40', '', '2014-05-30 18:20:59', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1365, '8A5E77E5DC', '0548a00b6e8ed79bd28e1e6b32d0a618', 2069, 1, '', 'Nichole Majeran', '1415 Penn Ave.', 'Wilkinsburg', 'PA', '15221', 'US', '5742862127', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2890', '06', '2015', 'success', 'payflowpro', 'live', 'ELFPAEC9C9C4', '', '2014-05-31 04:41:38', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1366, '2D2A9311B7', '2bc2ea368a20419f99fabb1f4ed34dd5', 2242, 5, '', 'Robert Mendyk', '68 12th St.', 'Carle Place', 'NY', '11514', 'US', '5162876409', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX9780', '10', '2015', 'success', 'payflowpro', 'live', 'ETJPBEA0FAF5', '', '2014-05-31 10:07:12', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1367, '0731CF8D82', '6f20b0d44e9cd7f2316989af8cbf3f99', 2404, 1, '', 'Shaun Stauffer', '8226 Redwood Circle', 'Norfolk', 'VA', '23518', 'US', '7574346133', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX1765', '09', '2014', 'success', 'payflowpro', 'live', 'EREPAD4E75D7', '', '2014-05-31 11:53:04', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1368, 'D43900E11C', '49cc0408355c0b2a634b38b1065b2428', 650671, 1, '', 'Thea Etchells', '1164 Darby Street', 'Colorado Springs', 'Colorado', '80907', 'US', '7192377051', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6937', '02', '2017', 'success', 'payflowpro', 'live', 'ETHPBEA26891', '', '2014-05-31 12:41:03', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1369, 'E89CA120C8', '57e92ddfcbdf5a6104276ce50b340b3d', 2349, 2, '', 'Sarah Love', '110 Lincoln Ave.  Apt 3F', 'Riverside', 'IL', '60546', 'US', '7086888680', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX3355', '04', '2016', 'success', 'payflowpro', 'live', 'EUYPBE1923F0', '', '2014-05-31 18:11:25', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1370, '21AB17A2BA', 'd5d673b5ddc3bc1efd257315b1d7a457', 95972, 1, '', 'Jackie Wolfinger', 'PO Box 795', 'Grass Lake', 'MI', '49240', 'US', '5178121284', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6980', '06', '2015', 'success', 'payflowpro', 'live', 'EUYPBE19C1D6', '', '2014-05-31 19:18:33', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1371, '9D55759B27', '92bca2dda1c4d918617ce3d950d97c40', 1803, 1, '', 'Malia Somerville', '300 Parkside Ave', 'Buffalo', 'NY', '14214', 'US', '2024137645', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8684', '12', '2016', 'success', 'payflowpro', 'live', 'ELEPAED250B8', '', '2014-05-31 19:59:15', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1372, 'E4B27E7ADF', 'e248f64884f7f74613a95b59cb82311e', 651671, 1, '', 'Kara Loyd', '4400 4th St. North Apt #258', 'Arlington', 'VA', '22203', 'US', '3014482401', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX1399', '08', '2016', 'success', 'payflowpro', 'live', 'ERFPAD537A35', '', '2014-05-31 21:11:37', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1373, '760C877331', '0e4de3accefcb3cbe94a5fce0cbb1c22', 1449, 1, '', 'Kathy Edwards', '537 28th Street', 'San Francisco', 'CA', '94131-2219', 'US', '4153593638', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1514', '08', '2016', 'success', 'payflowpro', 'live', 'ETHPBEA7C2F6', '', '2014-05-31 22:47:41', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1374, '3D7674BC63', '69c4cb53cc6890ae3ffd3848a9bd3e2c', 150, 4, '', 'Andrea Lee', '6425 Sperling Ave.', 'Burnaby', 'BC', 'V5E 2V3', 'CA', '6044331211', '50.00', '0', '', 0, '', '50', '', 'Visa', 'XXXXXXXXXXXX5018', '03', '2016', 'success', 'payflowpro', 'live', 'ELEPAEDC9CB9', '', '2014-06-01 12:52:04', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1375, '4918BB41B1', '78fa36f0382dcb3468ec90d6809eca2c', 1748, 1, '', 'Lisa Laskoski', '120 Hansford Lasyone Rd.', 'Pineville', 'LA', '71360-9601', 'US', '3184416835', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX3759', '12', '2015', 'success', 'payflowpro', 'live', 'ETJPBEB2EAF1', '', '2014-06-01 16:51:41', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1376, 'DB87732BF6', '0341bf026c0746f7d7dc80469a06354e', 2428, 2, '', 'Sheryl Mills', '4613 Mimosa Dr.', 'Bellaire', 'TX', '77401', 'US', '7138381514', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX4353', '01', '2017', 'success', 'payflowpro', 'live', 'EXHPBEDFA856', '', '2014-06-02 05:26:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1377, 'A4AD42033F', '203bfed1b129fd615d0dabef627aee0b', 2713, 13, '', 'Reston Zoo', '1228 Hunter Lane', 'Reston', 'VA', '22182', 'USA', '7037576222', '150', '', '', 0, '', '150', 'Corporate Check 13247', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-02 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1378, 'C0A7928501', '203bfed1b129fd615d0dabef627aee0b', 2403, 2, '', 'Sharron Timmings', '1525 W. Sample Avenue', 'Fresno', 'CA', '93711', 'USA', '5594312728', '40', '', '', 0, '', '40', 'Personal Check 2945', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-02 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1379, '2B5D29B1CB', '5881843a4bb27e662bc2d9b031163ee7', 503, 1, '', 'Christine Anne', '12219 8th Ave. S', 'Seattle', 'WA', '98168', 'US', '2069650341', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2369', '06', '2016', 'success', 'payflowpro', 'live', 'EXYPBEE431EA', '', '2014-06-02 10:07:10', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1380, 'D42458B1E9', '0b239b69ffe1924e5cba5de16b0ac6b8', 656452, 1, '', 'Jeannette Schwab', '1511 HOLMES DR', 'COLORADO SPRINGS', 'CO', '80909', 'US', '7195910193', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6937', '02', '2017', 'success', 'payflowpro', 'live', 'EXJPBEE617C6', '', '2014-06-02 12:16:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1381, '59DC8ECB84', '3b527cd4e38fc14305d494fc5e902eb2', 2471, 1, '', 'Stephanie Mantilla', '1 Hermann Park Ct.  Apt 257', 'Houston', 'TX', '77021', 'US', '5712745866', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3657', '02', '2015', 'success', 'payflowpro', 'live', 'EQFPAD67778D', '', '2014-06-02 17:05:33', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1382, 'A3758F5D23', '43c8b978314aafa58fc9f5d308291cb1', 718, 2, '', 'Diana Fowler', '3518 15th Ave. Ct. NW', 'Gig Harbor', 'WA', '98335', 'US', '2538515498', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX1611', '03', '2016', 'success', 'payflowpro', 'live', 'EQCPAD6B2AF8', '', '2014-06-02 22:48:06', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1383, '3F790CE0F5', '0383097d13690bf587bfa682f0fffccb', 982, 1, '', 'Heidi Eaton', '34 Murray Heights Dr.', 'Colorado Springs', 'CO', '80916', 'US', '7194470927', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9615', '01', '2017', 'success', 'payflowpro', 'live', 'ETHPBED9450F', '', '2014-06-03 21:23:16', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1384, 'B5D6CCE8CA', '3137ecf8da4e56326d452b5043901e36', 2, 2, '', 'Ed Hansen', '8476 E. Speedway Blvd. Suite 204', 'Tucson', 'AZ', '85710-1728', 'US', '5202989688', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX8391', '05', '2016', 'cancelled', 'payflowpro', 'live', 'EPCPAD2D1BCB', '', '2014-06-04 09:00:41', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1385, '5B2A637B06', '3137ecf8da4e56326d452b5043901e36', 659532, 2, '', 'Cody D. Stang', '5730 110th Street', 'Chicago Ridge', 'IL', '60415', 'US', '7082384699', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX6244', '05', '2016', 'success', 'payflowpro', 'live', 'EXHPBF060350', '', '2014-06-04 09:10:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1386, '0ED322A600', '3137ecf8da4e56326d452b5043901e36', 2241, 1, '', 'Robert Berghaier', '809 Keely Pl.', 'Philadelphia', 'PA', '19128-2326', 'US', '8005451910', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9868', '09', '2014', 'success', 'payflowpro', 'live', 'EQCPAD83A342', '', '2014-06-04 09:28:01', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1387, '7F1C760F3E', '0e291e79c4738093c7aab9b93ec9f56a', 284, 2, '', 'Beth Minnich', '2117 139th Pl. SE', 'Mill Creek', 'WA', '98012', 'US', '4253575856', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX4749', '11', '2014', 'success', 'payflowpro', 'live', 'EXJPBF092354', '', '2014-06-04 13:19:31', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1388, 'C460FEDE43', '7b1b537fd0622233bf1c1973f78ad1a3', 1832, 1, '', 'Marie Martinez', '3115 Porter Creek Rd.', 'Santa Rosa', 'CA', '95404', 'US', '7075663623', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX6733', '01', '2015', 'success', 'payflowpro', 'live', 'EPCPAD318E67', '', '2014-06-04 15:04:30', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1389, '794D6F9C25', 'f4bc3757565cd8958fb8c085a5924065', 473, 2, '', 'Chris Graham', '1803 Woolie Rd.', 'Lincolnton', 'NC', '28092', 'US', '7046924528', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX0235', '03', '2017', 'success', 'payflowpro', 'live', 'ERCPAD933AC6', '', '2014-06-04 16:49:32', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1390, '6E64B78DBB', 'b46996b0408681b7c9c31b1e09ea761b', 659533, 1, '', 'Sarah Swanson', '3665 Epworth Ave.', 'Cincinnati', 'Ohio', '45211', 'US', '5136594862', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX1263', '01', '2019', 'success', 'payflowpro', 'live', 'EXHPBF14A1CF', '', '2014-06-05 08:09:26', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1391, 'B3CE28A39E', '30b658043353c86c1c93ad15112b1053', 659534, 16, '', 'Bob Kilgore - ICWoodLLC', '4202 Wilson Road East', 'Taberg', 'NY', '13471', 'US', '3157097079', '150', '', '', 0, '', '150', 'Square', '', '', '', '', 'cancelled', 'payflowpro', 'live', '', '', '2014-06-05 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1392, 'D7EBEBFE27', '4c11efef2caba0f4eae7887251cb7a58', 1163, 1, '', 'Jennifer Ho', '1200 E Hillsdale Blvd Apartment 40A', 'Foster City', 'CA', '64404', 'US', '5105061486', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8123', '08', '2016', 'success', 'payflowpro', 'live', 'ELCPAF1E6D50', '', '2014-06-05 11:38:45', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1393, '85A005788A', '7f660d620b1d4b84df4c55bed5e5e70e', 1051, 2, '', 'Jamie Palmer', 'One Government Dr. ICM', 'St. Louis', 'MO', '63110', 'US', '3146464731', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX5973', '08', '2015', 'success', 'payflowpro', 'live', 'EPEPAD4A8EE2', '', '2014-06-06 07:20:52', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1394, 'CD7473A77D', '643e330d7eb91a27e757695057e54fe0', 2529, 3, '', 'Tammy Moroz', '33 McAdam Ave.', 'Winnipeg', 'Manitoba', 'R2W  0A2', 'CANADA', '2043380424', '55', '', '', 0, '', '55', 'Corporate Check 000356', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1395, '3BF72094BA', '643e330d7eb91a27e757695057e54fe0', 2625, 3, '', 'Valerie Norquay', '59 Carriage Road', 'Winnipeg', 'Manitoba', 'R2Y 0L7', 'CANADA', '2048970642', '55', '', '', 0, '', '55', 'Corporate Check 000356', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1396, 'FD9B101157', '643e330d7eb91a27e757695057e54fe0', 450, 3, '', 'Charlene Berkvens', 'Box 290', 'Balmoral', 'Manitoba', 'R0C 0H0', 'CANADA', '2049278023', '55', '', '', 0, '', '55', 'Corporate Check 000356', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1397, '52F689D81E', '643e330d7eb91a27e757695057e54fe0', 2409, 3, '', 'Sheila Smith', '752 Autumnwood Drive', 'Winnipeg', 'Manitoba', 'R2J 1B7', 'Canada', '', '55', '', '', 0, '', '55', 'Corporate Check 000356', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1398, '746C810BFE', '643e330d7eb91a27e757695057e54fe0', 1073, 3, '', 'Janice Martin', '279 Ash St.', 'Winnipeg', 'Manitoba', 'R3N 0P8', 'CANADA', '', '55', '', '', 0, '', '55', 'Corporate Check 000356', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1399, 'CD74D47A92', '643e330d7eb91a27e757695057e54fe0', 1192, 3, '', 'Jesse Kindzierski', '#2-464 Carpathia Rd.', 'Winnipeg', 'Manitoba', 'R3N 1Y5', 'CANADA', '2047828320', '55', '', '', 0, '', '55', 'Corporate Check 000356', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1400, '1D1341CC4F', '643e330d7eb91a27e757695057e54fe0', 1846, 3, '', 'Mark Stepanuik', '261 Wexford St.', 'Manitoba', 'Winnipeg', 'R2G 2E1', 'CANADA', '2049300080', '55', '', '', 0, '', '55', 'Corporate Check 000356', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1401, '220DAE9989', '643e330d7eb91a27e757695057e54fe0', 885, 3, '', 'Fran Donnelly', '229 Melbourne Ave.', 'Winnipeg', 'Manitoba', 'R2K 1A2', 'CANADA', '', '55', '', '', 0, '', '55', 'Corporate Check 000356', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1402, '32F2D53BC5', '643e330d7eb91a27e757695057e54fe0', 1013, 3, '', 'Jackie Enberg', '167 Collegiate St.', 'Winnipeg', 'Manitoba', 'R3J 1T9', 'CANADA', '', '55', '', '', 0, '', '55', 'Corporate Check 000356', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1403, 'A195E3D2B2', '643e330d7eb91a27e757695057e54fe0', 365, 3, '', 'Caitlin Gordon-Hall', '140 Braemar Ave.', 'Winnipeg', 'Manitoba', 'R2H 2K7', 'CANADA', '', '55', '', '', 0, '', '55', 'Corporate Check 000356', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1404, '02D04D31BA', '643e330d7eb91a27e757695057e54fe0', 557, 3, '', 'Courtney Granger', '836 Ingersoll St.', 'Winnipeg', 'Manitoba', 'R3G 0X4', 'CANADA', '', '55', '', '', 0, '', '55', 'Corporate Check 000356', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1405, '17B874734B', '643e330d7eb91a27e757695057e54fe0', 393, 3, '', 'Carla Ellis', '18 Ascot Bay', 'Winnipeg', 'Manitoba', 'R3R 0X4', 'CANADA', '', '55', '', '', 0, '', '55', 'Corporate Check 000356', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1406, 'AC5BD96C73', '643e330d7eb91a27e757695057e54fe0', 659535, 3, '', 'Sarah McEwen', '201-421 Assiniboine Ave', 'Winnipeg', 'Manitoba', 'R2C 0Y4', 'CANADA', '', '55', '', '', 0, '', '55', 'Corporate Check 000356', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-06-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1407, 'BD38A33582', '643e330d7eb91a27e757695057e54fe0', 2213, 3, '', 'Rene Lanctot', '788 Beresford Ave.', 'Winnipeg', 'Manitoba', 'R3L 1K1', 'CANADA', '', '55', '', '', 0, '', '55', 'Corporate Check 000356', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1408, 'F5E3960721', '643e330d7eb91a27e757695057e54fe0', 1280, 3, '', 'John Toothill', '279 Ash St.', 'Winnipeg', 'Manitoba', 'R3N 0P8', 'CANADA', '', '55', '', '', 0, '', '55', 'Corporate Check 000356', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1409, '45ED8EE18E', '643e330d7eb91a27e757695057e54fe0', 844, 13, '', 'The Florida Aquarium', '701 Channelside Drive', 'Tampa', 'FL', '33602', 'USA', '8132734000', '150', '', '', 0, '', '150', 'Corporate Check 72356', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1410, '081E114C9D', '24d56e8763cb3fbb1be563539be2670e', 659536, 1, '', 'MICHAEL ROMANO', '1107 HAYWOOD ST', 'GREENSBORO', 'NC', '27403', 'US', '3868484023', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1558', '11', '2014', 'success', 'payflowpro', 'live', 'ELCPAF2C5E9E', '', '2014-06-06 09:48:18', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1411, 'A0FFA53F09', '643e330d7eb91a27e757695057e54fe0', 54, 1, '', 'Alice Miser Schellenberger', 'E12628 Man Mound Rd', 'Baraboo', 'WI', '53913', 'USA', '6083562387', '45', '', '', 0, '', '45', 'Personal Check 2405', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1412, '1C4A9223DD', '9bb3de0da3a1d01d0fb538e4da605e73', 659537, 1, '', 'Carrie Jung', '1021 Meadowcrest Rd.', 'La Grange Park', 'IL', '60526', 'US', '7739684620', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7338', '08', '2016', 'success', 'payflowpro', 'live', 'EQEPADA40411', '', '2014-06-06 11:41:50', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1413, '33FEA9B9F7', 'b9c6a4ca6e1f87d014630aa12f05bf6c', 1243, 1, '', 'Jill Brown', '820 Torredge Rd.', 'Durham', 'NC', '27712', 'US', '9192205429x334', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6037', '02', '2017', 'success', 'payflowpro', 'live', 'ETHPBF0240F7', '', '2014-06-06 12:17:55', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1414, '472D38A11B', 'b5374527f85421baf49149eebaf963bc', 1256, 1, '', 'Jo Roach', '15704 Interlake Ave. N.', 'Shoreline', 'WA', '98133', 'US', '2065482617', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX1747', '07', '2015', 'success', 'payflowpro', 'live', 'EQFPADA6E314', '', '2014-06-06 15:48:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1415, 'A87F740FB2', 'a705fd4697b782a57c207911f2a355b4', 659538, 1, '', 'Autumn Lindey', '105 Sunshine Crest Ct', 'Apex', 'NC', '27539', 'US', '7248131638', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8549', '09', '2014', 'success', 'payflowpro', 'live', 'ESHPBD09BFA8', '', '2014-06-06 15:50:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1416, '122F42C671', '535e19371e5e28296dddda22acd068e2', 659539, 1, '', 'Sarah Parisi', '227 Elm Street', 'West Hempstead', 'NY', '11552', 'US', '6316978020', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4503', '05', '2017', 'success', 'payflowpro', 'live', 'EQFPADA6EFCD', '', '2014-06-06 15:53:31', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1417, 'FE7D7AED13', '3d7e33063f41ae61478ec982b02c08df', 1652, 1, '', 'Laurie McGivern', 'P.O. Box 30395', 'Bellingham', 'WA', '98226', 'US', '6047992934', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3394', '04', '2019', 'success', 'payflowpro', 'live', 'ELCPAF3AF6AB', '', '2014-06-07 10:35:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1418, 'FEBFB219B9', 'e5821971c0bf71b222c782254bc01128', 1822, 1, '', 'Margaret Rousser', '9777 Golf LInks Rd', 'Oakland', 'CA', '94605', 'US', '4079245533', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7404', '04', '2015', 'success', 'payflowpro', 'live', 'EUHPBE82CCB6', '', '2014-06-07 10:53:22', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1419, '4B8C53551B', 'b573e7e475302991eb5a7b07990be313', 1226, 2, '', 'Jessica Rautio', '12452 Hammock Pointe Cir', 'Clermont', 'FL', '34711', 'US', '4074882864', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX3827', '06', '2017', 'success', 'payflowpro', 'live', 'EPEPAD5B41EE', '', '2014-06-07 11:03:01', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1420, 'C7A6BBF641', 'ef4540dfceec4ee9000ce6f1180c9aa7', 659540, 2, '', 'Brian Klotzbier', '68 William Drive', 'East Hampton', 'Connecticut', '06424', 'US', '8606525814', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX5705', '09', '2015', 'success', 'payflowpro', 'live', 'ERCPADBCB14A', '', '2014-06-07 12:46:37', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1421, '475425301C', '4da7a911fed885e36c90823902f99b49', 13, 2, '', 'Abbi Macmurdo', '28399 Island Dr.', 'Lacombe', 'LA', '70445-2639', 'US', '9852378435', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX2168', '08', '2015', 'success', 'payflowpro', 'live', 'EUJPBE8EC53D', '', '2014-06-08 10:35:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1422, '66D27839B5', '39934e026b014e7b19e41bfa90998828', 659541, 2, '', 'Kaitlin Jungiewicz', '2640 Oak Rail Dr.', 'New Lenox', 'IL', '60451', 'US', '8154856703', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX6720', '03', '2017', 'success', 'payflowpro', 'live', 'EQFPADBD488D', '', '2014-06-08 10:36:03', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1423, '61D51803B5', 'd58c7320511ea641f5580f7c0c1902a0', 2204, 2, '', 'Rebecca Parker', '2017 Laney Dr.', 'Sanger', 'TX', '76266', 'US', '9792557556', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX6398', '12', '2014', 'success', 'payflowpro', 'live', 'ERCPADCBCA64', '', '2014-06-08 18:26:06', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1424, '357CCA30DD', '0086b562f84b4432f22ef821fe2849d4', 1962, 2, '', 'Melissa Donley', '906 Amelia Ave.', 'Glen Burnie', 'MD', '21060', 'US', '4104284797', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX3321', '10', '2017', 'success', 'payflowpro', 'live', 'ESJPBD2BA3C3', '', '2014-06-09 07:24:04', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1425, 'B40152D003', '134da282f29e670679f3211f39bfd949', 1971, 3, '', 'Menita Prasad', '5048 264th St.', 'Aldergrove', 'BC', 'V4W 1N7', 'CANADA', '6048566825', '55', '', '', 0, '', '55', 'Corporate Check 0354', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-09 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1426, '7DB6796C1C', '6c8fb8f2f2f83dcb28c40734b2714960', 659542, 1, '', 'Daniel Cardona', '12450 Biscayne Blvd. Apartment 1305', 'Jacksonville', 'FL', '32218', 'US', '7863823340', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2040', '12', '2015', 'success', 'payflowpro', 'live', 'EUHPBE9D4414', '', '2014-06-09 11:05:07', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1427, '1AE870CED0', '72c18471220395281fa2354c52a2dffa', 2269, 1, '', 'Ross Anthold', '1008 W. Sycamore St.', 'Anaheim', 'CA', '92805', 'US', '8186205277', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX3080', '02', '2017', 'success', 'payflowpro', 'live', 'EUYPBE9D6DB2', '', '2014-06-09 11:17:07', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1428, 'A240207285', '96ad53e9ed64cab303008d9b15396f84', 659543, 5, '', 'Sarah Bousfield', '10209 E. Boxthorn', 'Wichita', 'Kansas', '67226', 'US', '3167655071', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX4720', '07', '2017', 'success', 'payflowpro', 'live', 'EPEPAD76E28C', '', '2014-06-09 12:35:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1429, '70EAA2DADA', '728efd7a13a18d417ba6b4ac8f5343ba', 2639, 1, '', 'Veronica Tarnowski', '1313 NW 55th St.', 'Blue Springs', 'MO', '64015', 'US', '4057620439', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3801', '04', '2016', 'success', 'payflowpro', 'live', 'ETYPBF346B4A', '', '2014-06-10 04:08:04', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1430, '81640B9AED', '8b5c5d4f6c7cf459d1e79bfdc035603a', 659544, 2, '', 'Melissa Moeser', '8426 South 77th Court', 'Bridgeview', 'Illinois', '60455', 'US', '7083597875', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX4618', '12', '2017', 'success', 'payflowpro', 'live', 'EREPADE27DE7', '', '2014-06-10 06:19:23', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1431, 'E62B90DEF5', 'a83ad9148ba207ef7dd6ff0703f82aa1', 2180, 1, '', 'Racquel Ardisana', '329 Nuttall Rd.', 'Riverside', 'IL', '60546', 'US', '3123016107', '45', '', '', 0, '', '45', 'Personal Check 516', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-10 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1432, '794B870295', 'b867baedd66cf4e279788487d07bebf6', 578, 1, '', 'Curby Simerson', '5700 Baltimore Drive #165', 'La Mesa', 'CA', '91942', 'US', '', '45', '', '', 0, '', '45', 'Personal Check 1841', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-10 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1433, '2D0BD93D5F', 'b867baedd66cf4e279788487d07bebf6', 2270, 2, '', 'Roxane Renaud-Lozich', '7270 W. 174th Place', 'Tinley Park', 'IL', '60477', 'US', '7089279173', '40', '', '', 0, '', '40', 'Personal Check 10921', '', '', '', '', 'success', 'payflowpro', 'live', '', '', '2014-06-10 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1434, '024C5C682B', 'd49cd302007876e8efba5962f06ccea6', 621, 2, '', 'Daria Veccia', '84 Fawn Ridge Ln.', 'Norwalk', 'CT', '06851', 'US', '2038461819', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX7024', '12', '2014', 'success', 'payflowpro', 'live', 'EREPADE5E967', '', '2014-06-10 10:52:01', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1435, 'B49AB9F685', 'f477a85177268e8023e20682783270ee', 641, 1, '', 'David Mulnix', '5620 Deerfield St.', 'Portage', 'MI', '49024', 'US', '2693494342', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9042', '04', '2015', 'success', 'payflowpro', 'live', 'EREPADE84F33', '', '2014-06-10 13:58:52', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1436, '9EBC90313B', 'e5b3dc373425d794492fbb952a29486d', 659545, 5, '', 'Jennifer Wang', '10121 Empire Ave', 'Cupertino', 'California', '95014', 'US', '4087721625', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX2956', '01', '2017', 'success', 'payflowpro', 'live', 'ERCPADEBD2B5', '', '2014-06-10 19:17:55', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1437, 'BFFB189A0A', '9a19733c674f34c7a7c46402aa3bcbc4', 1076, 1, '', 'Janice McNernie', '1219 W. Greenleaf Ave. #3', 'Chicago', 'IL', '60626', 'US', '7736004243', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1341', '03', '2016', 'success', 'payflowpro', 'live', 'ETYPBF493652', '', '2014-06-11 11:10:05', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1438, '266F61E9A7', 'cc595ee2a751646d292f46180c87c754', 1602, 1, '', 'L\'Oreal Dunn', '9547 Rincon Ave.', 'Pacoima', 'CA', '91331-4254', 'US', '7143814316', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9272', '03', '2016', 'success', 'payflowpro', 'live', 'EXJPBF6FCBBB', '', '2014-06-11 13:27:56', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1439, '2F4B1F28E3', '165f2a0cf70e5ced898e5570ca134ba2', 1705, 1, '', 'Linda Henry', '13426 Appaloosa Dr.', 'Lakeside', 'CA', '92040', 'US', '6195618054', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX8408', '01', '2016', 'success', 'payflowpro', 'live', 'EPEPAD990D3E', '', '2014-06-11 16:21:11', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1440, 'D4799688AE', 'bef01045cd4e689de320381195ed943e', 659546, 1, '', 'Anthony Mason', '5400 NW 39th Ave #B7', 'Gainesville', 'Florida', '32606', 'US', '4029903338', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4781', '10', '2016', 'success', 'payflowpro', 'live', 'ETHPBF4D58A2', '', '2014-06-11 17:03:04', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1441, '88FCE4BE93', 'c302bcf307b26d173b0dd7a1b0105dca', 659547, 1, '', 'Zachary Page', '3163 Spaulding Ave Apt. 203', 'Pueblo', 'CO', '81008', 'US', '4015296402', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX4928', '06', '2016', 'success', 'payflowpro', 'live', 'EREPADFA146B', '', '2014-06-11 17:12:59', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1442, '352AEE334B', '30a0e3a2d18738f0089df169217f9ff7', 659548, 5, '', 'Aaron Bucciantini', '1158 Route 9P', 'Saratoga Springs', 'New York', '12866', 'US', '5183121759', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX7079', '07', '2016', 'success', 'payflowpro', 'live', 'EQCPADF1A307', '', '2014-06-11 20:29:30', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1443, '6DC90E53F1', 'c6e4a83b0d2857d83403428ce790c6e7', 2515, 1, '', 'Susan A. Gurley', '655 John Muir Dr. Apt 608', 'San Francisco', 'CA', '94132', 'US', '4157173045', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7561', '01', '2015', 'success', 'payflowpro', 'live', 'EQCPADF21B8B', '', '2014-06-11 21:18:21', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1444, '9ECDD707E7', '6bdf934d28025e73fac39967a162f33f', 1937, 1, '', 'Melaina Wallace', '5923 Loma Vista Dr W', 'Davenport', 'FL', '33896', 'US', '8636693120', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7186', '02', '2018', 'success', 'payflowpro', 'live', 'EQCPADF7DF12', '', '2014-06-12 07:24:42', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1445, '706B86D71B', '51f89685eac96946550aa499b399225d', 1999, 1, '', 'Michele Stancer', '2041 e 1300 s', 'SLC', 'Utah', '84108', 'US', '6193689589', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX7239', '02', '2015', 'success', 'payflowpro', 'live', 'ETYPBF55CB68', '', '2014-06-12 07:39:28', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1446, '5D749E439A', 'bc1177aec69bb23e58ad483d82791858', 659549, 1, '', 'AJ Citro', '2205 Colville Chase Drive', 'Ruskin', 'Floirda', '33570', 'US', '9739753063', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7289', '05', '2018', 'success', 'payflowpro', 'live', 'EQEPADFAE5AC', '', '2014-06-12 11:34:38', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1447, 'D26D1D27F4', '58a8491d1cfb84fbc4b88f7c9d0cda00', 1684, 2, '', 'Leslie Smith', '11920 McCord Rd', 'Huntersville', 'NC', '28078', 'US', '7046406560', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX7158', '05', '2017', 'success', 'payflowpro', 'live', 'ELCPAF870757', '', '2014-06-12 14:57:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1448, '1696955A76', 'f233ebcece55310192f4b61bf669ca28', 1492, 1, '', 'Kelly Vineyard', '139 Spring Valley Rd.', 'Westerville', 'OH', '43081', 'US', '6147258191', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX0846', '03', '2015', 'success', 'payflowpro', 'live', 'EPCPADB0AE63', '', '2014-06-13 08:05:57', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1449, 'F23A650A09', '2d7d73130ffb08b7acf63ee9bce46f1a', 659550, 2, '', 'Therese Dolan', '3360 Lawn Avenue', 'St. Louis', 'MO', '63139', 'US', '3146918717', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX3524', '04', '2015', 'success', 'payflowpro', 'live', 'ETJPBF6586C6', '', '2014-06-13 09:29:43', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1450, '873F45AAB5', '1e250b5a20ab55d87ffe550ea47db5d4', 2496, 2, '', 'Sue Lebanik', '885 Kennebec St.', 'Pittsburgh', 'PA', '15217', 'USA', '4125216519', '40', '', '', 0, '', '40', 'Personal Check 1452', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-13 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1451, '496413721F', '15e04462351216041be5c859a7962b8b', 951, 2, '', 'Hannah Salvatore', '714 Texter Mountain Rd.', 'Robesonia', 'PA', '19551', 'US', '2152435216', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX9180', '02', '2016', 'success', 'payflowpro', 'live', 'EXYPBF8D2D25', '', '2014-06-13 13:40:33', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1452, 'D3E558B0CC', 'be48754f5152e0c6fb791ca7aff1ffac', 1267, 1, '', 'Joanne Luyster', '3515 Allison Way', 'Louisville', 'KY', '40220', 'US', '5024514540', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0423', '11', '2016', 'success', 'payflowpro', 'live', 'EQEPAE0C04DB', '', '2014-06-13 16:17:48', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1453, '7C91E95444', '87ef4ed6846dca7355587a4a68bcfa8f', 1724, 1, '', 'Lindsay Jacks', '5985 Western Run Drive Apt D', 'Baltimore', 'MD', '21209', 'US', '2564937393', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0249', '05', '2018', 'success', 'payflowpro', 'live', 'ERCPAE180AD7', '', '2014-06-13 18:55:37', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1454, 'BDBA01C8EA', '9b5880d2f8aa4884d914a76c24d49673', 1109, 1, '', 'Jeffrey Zajac', '19 Woodmont Rd', 'Pine Brook', 'NJ', '07058', 'US', '9733934855', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5000', '05', '2017', 'success', 'payflowpro', 'live', 'ESYPBD75A29A', '', '2014-06-14 05:30:40', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1455, '800525F71C', 'adbc3a76c5c0afab11765c6857942f78', 659551, 2, '', 'Katrina Shedd', '1178 Lindsay Ave', 'Akron', 'OH', '44306', 'US', '5173035014', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX2362', '08', '2017', 'success', 'payflowpro', 'live', 'EXYPBF987FCC', '', '2014-06-14 11:35:32', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1456, 'BE6AC61F29', '6656c368c29647d70f8e4a844afe6034', 2044, 3, '', 'Mona Keith', 'Apt.#403, 2-14th St NW', 'Calgary', 'AB', 'T2N 1Z4', 'CA', '4032831575', '55.00', '0', '', 0, '', '55', '', 'Visa', 'XXXXXXXXXXXX5945', '05', '2016', 'success', 'payflowpro', 'live', 'ETJPBF74D11B', '', '2014-06-14 13:39:02', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1457, '9745A51779', '59e2c8e4a724dcd8b1bdb5c1b40b63d1', 1154, 1, '', 'Jennifer Nelson', '17540 Willow Pond Drive', 'Lutz', 'FL', '33549', 'US', '9546297951', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX0540', '02', '2019', 'success', 'payflowpro', 'live', 'EPEPADC29CDD', '', '2014-06-14 16:44:02', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1458, 'F27E2EBBC9', '800da5c2c0865c125771c05ab8aaa2d9', 659552, 2, '', 'Cassie Matthies', '18400 Montour dr.', 'Hudson', 'FLORIDA', '34667', 'US', '7275970150', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX6513', '11', '2016', 'success', 'payflowpro', 'live', 'ELFPAFB17FC8', '', '2014-06-15 17:38:25', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1459, '63D7BEF3F8', 'b270984461d1f04daf12d724dfc1108b', 2517, 1, '', 'John Wyatt', '3303 Summer Breeze Lane', 'Indianapolis', 'IN', '46239', 'USA', '3178627964', '45', '', '', 0, '', '45', 'Personal Check 146', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1461, '0786AE9C4B', 'b270984461d1f04daf12d724dfc1108b', 659553, 1, '', 'Susan Wyatt', '3303 Summer Breeze Lane', 'Indianapolis', 'IN', '46239', 'USA', '3178627964', '45', '', '', 0, '', '45', 'Personal Check 146', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1462, '4CD79D3683', 'b270984461d1f04daf12d724dfc1108b', 1431, 2, '', 'Kathleen McNamee', '6957 Manti Street', 'Philadelphia', 'PA', '19128', 'USA', '', '40', '', '', 0, '', '40', 'Personal Check 523', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1463, 'E9ACB0BD79', 'b270984461d1f04daf12d724dfc1108b', 74, 1, '', 'Alissa Gottfreid', '6875 W. Kathleen Ct. #7', 'Franklin', 'WI', '53132', 'USA', '4144273940', '45', '', '', 0, '', '45', 'Personal Check 1229', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1464, '939A6C4DD6', 'daec0de1a509e3cbf522f9c8ff272101', 659554, 13, '', 'Tigers For Tomorrow Exotic Animal Preserve, Inc. Susan Steffens', '708 county Road 345', 'attalla', 'Alabama', '35954', 'US', '2563640143', '150.00', '0', '', 0, '', '150', '', 'Visa', 'XXXXXXXXXXXX4546', '04', '2016', 'success', 'payflowpro', 'live', 'ETHPBF94593E', '', '2014-06-16 13:37:21', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1465, 'E7D3BE987B', '3f1a9523a47517b57502a339dc4b79c8', 2685, 13, '', 'William Gersonde', '2070 Zoo Lane', 'Abilene', 'TX', '79602-1996', 'USA', '', '150', '', '', 0, '', '150', 'Corporate Check A143656', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1466, '700021CDF0', 'c128bd48a30d12aeddb63c1133a581dc', 659555, 2, '', 'Laurelin Sitterly', '359 Williams Street', 'Providence', 'Rhode Island', '02915', 'US', '4013684793', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX8137', '06', '2015', 'success', 'payflowpro', 'live', 'ESHPBD9C1F2E', '', '2014-06-16 17:47:55', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1467, '5ACF780A71', 'bd8507377b21bcd877b6d634f6696f4f', 220, 1, '', 'Arianne Parton', '7905 Woodhue Dr.', 'Oklahoma City', 'OK', '73135', 'US', '3216623515', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX6840', '12', '2015', 'success', 'payflowpro', 'live', 'ETYPBF97E31F', '', '2014-06-16 19:24:50', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1468, '4659FBDACD', 'c72570ef9048de74322294f169c81ee9', 659556, 1, '', 'Dara Kelly', '1746 W. Huron #3E', 'Chicago', 'IL', '60622', 'US', '9546103512', '45', '', '', 0, '', '45', 'Personal Check 1190', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1469, 'F645E11972', 'c72570ef9048de74322294f169c81ee9', 552, 2, '', 'Corey S. Vann', '1804 Harpers Ferry Rd', 'Knoxville', 'MD', '21758-1238', 'US', '3015148665', '40', '', '', 0, '', '40', 'Personal Check 5351', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-17 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1470, 'DF7A1E3193', '7185060487018d7770a3275e6f4d052a', 659557, 1, '', 'Patrick Nepp', '330 NE Whitetail Ln', 'Waukee', 'Iowa', '50263', 'US', '5153339387', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1374', '05', '2016', 'success', 'payflowpro', 'live', 'EXYPBFCBA83D', '', '2014-06-17 19:14:43', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1471, '6B6D70E5AB', 'b5515516ab9a13aa2e53cd9fb489578c', 765, 9, '', 'Duncan J. Bourne', '104 Quarry St,', 'Ultimo', 'NSW', '2007', 'AU', '0422681511', '55.00', '0', '', 0, '', '55', '', 'Visa', 'XXXXXXXXXXXX4038', '03', '2016', 'success', 'payflowpro', 'live', 'EXJPBFCE2861', '', '2014-06-18 00:15:56', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1472, '71E6DEA28E', '531435b54d7931120b2061225b313e81', 344, 1, '', 'Brittany Murphy', '153 Sheephill Rd.', 'Riverside', 'CT', '06878', 'US', '2036374021', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7207', '08', '2016', 'success', 'payflowpro', 'live', 'ESHPBDB01B0B', '', '2014-06-18 03:37:16', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1473, '80F4911D5E', '7e361f4d6dc90775fcab3262ffdbb749', 1503, 13, '', 'Ken Howell', '501 E. Pratt St. National Aquarium', 'Baltimore', 'MD', '21202', 'US', '4105763829', '150.00', '0', '', 0, '', '150', '', 'Visa', 'XXXXXXXXXXXX8378', '09', '2015', 'success', 'payflowpro', 'live', 'ESYPBDB124B0', '', '2014-06-18 05:38:03', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1474, '9DAFA13DA2', '5d6062040ba5799888ca5aff7b4a55ed', 462, 1, '', 'Chelsea Grubb', '8309 16th St.', 'Silver Spring', 'MD', '20910', 'US', '5204902827', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0692', '02', '2017', 'success', 'payflowpro', 'live', 'EPEPADFDFE04', '', '2014-06-18 15:29:25', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1475, 'D737B0F612', 'fa9d8d629a750e1bc8ff94bf8420ce81', 2184, 5, '', 'Raven Alford', '2721 Euclid Ave. #4', 'Cincinnati', 'OH', '45219', 'US', '9373291402', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX9864', '11', '2016', 'success', 'payflowpro', 'live', 'EUJPBF280B99', '', '2014-06-18 18:52:24', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1476, 'C8EB362C0C', 'bd5cf6c7278aa5f3950c7666df548541', 659558, 10, '', 'Elia Lunghini', 'Via Borgo Albanese 8', 'Pistoia', 'Pistoia', '51100', 'IT', '3331463238', '115.00', '0', '', 0, '', '115', '', 'Visa', 'XXXXXXXXXXXX1224', '10', '2018', 'success', 'payflowpro', 'live', 'ESYPBDBE0BCF', '', '2014-06-19 04:49:56', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1477, 'EF90B94AEE', '919c558a7a30b44c37f4d473dc9c9c76', 659559, 2, '', 'Tracy Thessing', '4250 Cheyenne Mountain Zoo Rd', 'Colorado Springs', 'Colorado', '80906', 'US', '7196339925', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX0977', '03', '2016', 'success', 'payflowpro', 'live', 'EQFPAE5C3BF0', '', '2014-06-19 07:25:13', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1478, '71C7F1E6E9', 'f84084e5f21873019aab4ea4724a982b', 659560, 1, '', 'Kelly Carman', '3025 48th Street', 'Astoria', 'NY', '11103', 'US', '5164484934', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3407', '03', '2017', 'success', 'payflowpro', 'live', 'EXJPBFE08F16', '', '2014-06-19 09:15:14', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1479, '11D30407FB', '0a963fb0e49c50c0509498d9cc0b7774', 1661, 1, '', 'Clara Lemyre', '3615 Wilderness Rd.', 'Knoxville', 'TN', '37917', 'US', '8657768871', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1898', '11', '2017', 'success', 'payflowpro', 'live', 'ERFPAE683ADF', '', '2014-06-19 09:55:26', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1480, 'AAC5034253', '716b1453fd653eff63d97ec269394897', 663, 13, '', 'Out of Africa Wildlife Park', '4020 N Cherry Rd', 'Camp Verde', 'AZ', '86322', 'USA', '9285672840', '150', '', '', 0, '', '150', 'Corporate Check 13550', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-19 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1481, '6EAF71BA91', 'b391cf64c372ec91f9bf2bf6b517b596', 1910, 5, '', 'Matthew W. Sine', '10861 White Dogwood Dr.', 'Providence Frg', 'VA', '23140-4536', 'US', '9085287859', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX0174', '09', '2016', 'success', 'payflowpro', 'live', 'ETHPBFBE25D0', '', '2014-06-19 12:58:57', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1482, '4C204EF73A', '83c21848c1f585a38cc6c9974e6997fa', 1997, 1, '', 'Michelle Ozuna', '1513 Cambridge St', 'Houston', 'TX', '77030', 'US', '7135336632', '45', '', '', 0, '', '45', 'Corporate Check 503205', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-19 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1483, '48B9931E92', 'd75e479f9e2b54c02e9a007201d584ae', 107, 2, '', 'Amanda Jurasek', '1132 N. Broadway  Unit 23 unit 23', 'Escondido', 'CA', '92026', 'US', '5037067340', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX6477', '12', '2015', 'success', 'payflowpro', 'live', 'EQCPAE619E5D', '', '2014-06-19 15:56:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1484, '2796CF218D', '7d5c8806bfe4c20d18e07f2bc83787cd', 659561, 3, '', 'Erica Jacques', '#11-1 Testa rd.', 'Uxbridge', 'Ontario', 'L9P 1Y8', 'CA', '4168190976', '55.00', '0', '', 0, '', '55', '', 'Visa', 'XXXXXXXXXXXX3018', '11', '2017', 'success', 'payflowpro', 'live', 'EREPAE6EA257', '', '2014-06-19 20:38:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1485, '6C1C8DA9C2', '95f0f3036574ffcefcafbfc21ccf03a9', 1853, 2, '', 'Mark Fuchs', '1895 N. Snyder Rd.', 'Dayton', 'OH', '45417', 'US', '9378372933', '40.00', '0', '', 0, '', '40', '', 'Discover', 'XXXXXXXXXXXX3420', '04', '2019', 'success', 'payflowpro', 'live', 'ETJPBFC3224A', '', '2014-06-19 21:59:52', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1486, 'AAD9DF745E', '91b32144cf7c200baa2fa20b5b778a55', 723, 2, '', 'Diane Defeo', '913 Clover Hill Rd.', 'Wynnewood', 'PA', '19096', 'US', '2152435216', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX9180', '02', '2016', 'success', 'payflowpro', 'live', 'EXJPBFED6A26', '', '2014-06-20 07:44:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1487, '73619DA7FA', 'cc4d67198693f09dbe86e5bb8d928146', 659562, 5, '', 'Awbrea Moss', '43334 32nd Street West', 'Lancaster', 'California', '93536', 'US', '6612024743', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX6104', '08', '2018', 'success', 'payflowpro', 'live', 'ELCPAFF6A9DC', '', '2014-06-20 11:31:26', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1488, '277868DB69', '6587d1f4b6ee0ecdeaa8a42c4e890584', 659563, 2, '', 'Rhett Bockman', '7806 US 301 South', 'Jacksonville', 'Florida', '32234', 'US', '9047030187', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX7441', '07', '2016', 'success', 'payflowpro', 'live', 'ELCPAFF81F96', '', '2014-06-20 13:44:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1489, '7F3C17BF26', '105b164ab7397c165ac0df17aea329cd', 659564, 3, '', 'Rebecca Rice', '120 Nonquon Road Unit 135', 'Oshawa', 'Ontario', 'L1G 7E6', 'CA', '6472340372', '55.00', '0', '', 0, '', '55', '', 'Visa', 'XXXXXXXXXXXX3085', '02', '2015', 'success', 'payflowpro', 'live', 'EQCPAE7169D4', '', '2014-06-20 19:18:55', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1490, '0D1B475178', '302e8b4ca856c03f3f8f8967b23893e0', 2534, 2, '', 'Tanja Majca', '6103 Wigmore Ln. Unit I', 'Alexandria', 'VA', '22315', 'US', '7037196644', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX8453', '10', '2014', 'success', 'payflowpro', 'live', 'ETJPBFD62889', '', '2014-06-21 08:58:21', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1491, 'CCF4CB739F', 'c25736da9615f3399b2aa6a2e56141ac', 659565, 2, '', 'Ashley Herbolich', '395 Ocean Avenue Apt 2R', 'Brooklyn', 'NY', '11226', 'US', '4124277084', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX3142', '06', '2016', 'success', 'payflowpro', 'live', 'EXJPBFFBFA6F', '', '2014-06-21 10:50:41', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1492, 'CE2CEB6A73', '6a94ad0735894c958284945ca255c4ae', 659566, 4, '', 'Nick Daniels', '93 Dunsfold Drive', 'Scarborough', 'Ontario', 'M1B 1T5', 'CA', '6472400669', '50.00', '0', '', 0, '', '50', '', 'Mastercard', 'XXXXXXXXXXXX5773', '06', '2015', 'success', 'payflowpro', 'live', 'ELEPB0060D11', '', '2014-06-21 18:08:38', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1493, '1E2DBEF51C', 'cc9c2e0f6ce6b86c83921b0e1c3d2aea', 812, 1, '', 'Elizabeth Toth', '2600 DeWeese Pkwy. Boonshoft Museum of Discovery', 'Dayton', 'OH', '45414', 'US', '9372757431', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX7346', '05', '2016', 'success', 'payflowpro', 'live', 'EPFPAE2EF1D0', '', '2014-06-22 14:15:32', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1494, 'D3BA0A8F98', '0b76d3845d07dc1cd5e9b565447a1381', 675, 2, '', 'Debbie Crosthwait', '211 Eagle Lane', 'Palmdale', 'CA', '93551', 'US', '6612661562', '40', '', '', 0, '', '40', 'Personal Check 6107', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-23 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1495, '1E297488FC', '5a436b6f6606a2df554653cc207b71c2', 659567, 2, '', 'Cassondra Gavazza', '5374 Marigold lane', 'Santa Rosa', 'California', '95403', 'US', '7075251381', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX0349', '10', '2014', 'success', 'payflowpro', 'live', 'EUJPBF631FC6', '', '2014-06-23 12:57:08', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1496, '048456CA6C', 'c2a88b5a2a90767f8f49bc017475499f', 659568, 5, '', 'Jennifer Brady', '55 Diamond Ledge Rd', 'Center Sandwich', 'NH', '03227', 'US', '6035204448', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX9305', '11', '2016', 'success', 'payflowpro', 'live', 'EQEPAE9339C5', '', '2014-06-23 16:31:03', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1497, '4D797B2B80', '6142406287454cf29a9d2461a756e70b', 659569, 1, '', 'Jamie Gray', '113 Old Walnut Lane', 'Lexington', 'NC', '27295', 'US', '3362258739', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7548', '02', '2015', 'success', 'payflowpro', 'live', 'ETHPBFF2CB58', '', '2014-06-23 18:56:11', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1498, 'ACD0C56799', 'a5c5635f8ca88e3c604c5764772200ba', 659570, 1, '', 'Emily Mack', '10804 SW 240th St', 'Homestead', 'FL', '33032', 'US', '5132575620', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX7749', '05', '2016', 'success', 'payflowpro', 'live', 'ERFPAE9F3FE5', '', '2014-06-23 19:25:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1499, '2AEF14BBD6', '66f830e6b422b8a1e7d64f4dc4db7b81', 2465, 5, '', 'Stephanie Bousseau', '1126 Majestic Canyon St.', 'Henderson', 'NV', '89052', 'US', '7024391664', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX8366', '02', '2016', 'success', 'payflowpro', 'live', 'ETYPBFF5F354', '', '2014-06-24 01:24:15', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1500, 'C2C58025C2', '137d2e700e006d4f94048ebe58c6784f', 659571, 1, '', 'Kristin Campbell', '701 Broadway 3', 'Long Branch', 'NJ', '07740', 'US', '7328229341', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8047', '04', '2017', 'success', 'payflowpro', 'live', 'ELEPB02366C3', '', '2014-06-24 05:09:43', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1501, '4B3D799459', '653ce165550bcd2c58d285b4a6bec25b', 659572, 1, '', 'Megan Garrett', '1774 Old Forge Rd', 'Mogadore', 'OH', '44260', 'US', '2484101302', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5750', '10', '2016', 'success', 'payflowpro', 'live', 'EQCPAE9DA955', '', '2014-06-24 11:19:36', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1502, 'BBDD286996', '2d413331bc2e487993d3effc345a5276', 659573, 5, '', 'Laura Berube', '3714 Leawood Drive', 'Bellevue', 'NE', '68123', 'US', '3523617625', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX3739', '06', '2014', 'success', 'payflowpro', 'live', 'ELEPB027BCB9', '', '2014-06-24 11:28:18', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1503, 'D83F8254A6', '5695813d6a927c0fa35e071f27ddd16f', 2353, 2, '', 'Sarah Wahr', '1418 E. Mount Hope Ave.', 'Lansing', 'MI', '48910-1831', 'US', '9894504626', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX4059', '07', '2016', 'success', 'payflowpro', 'live', 'EPFPAE4B899F', '', '2014-06-24 17:11:14', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1504, '532EB4C2B3', 'c2c39694e00accbb9d200e1835d8f02c', 1160, 1, '', 'Jennifer Orrison', '278 N. Wilshire Ave.  Apt B37', 'Anaheim', 'CA', '92801-5861', 'US', '7146754494', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX6205', '02', '2017', 'success', 'payflowpro', 'live', 'EQFPAEA3605E', '', '2014-06-24 20:26:58', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1505, 'CE7BA8DEE1', '4fd6bcd649d765ee4a103744d43fb2f8', 632, 1, '', 'David Backus', '4961 Haverhill Commons Cir Apt 12', 'W Palm Beach', 'FL', '33417', 'United States', '', '45', '', '', 0, '', '45', 'Corporate Check 10245', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-25 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1506, '555F3C7684', '3955b42472d0cba424f287d62d603708', 853, 1, '', 'Erica A. Calcagno', '250 W. Jackson  Apt 66', 'Hayward', 'CA', '94544', 'US', '5107826806', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7283', '02', '2017', 'success', 'payflowpro', 'live', 'EQEPAEABF558', '', '2014-06-25 11:46:33', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1507, '3958C7B795', '33edb75a38007e890aabe9930ff7aa4e', 1964, 1, '', 'Melissa Lincoln', '2325 Kirkland ridge dr', 'Holt', 'MI', '48842', 'US', '5864365871', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9321', '02', '2017', 'success', 'payflowpro', 'live', 'ELCPB0367741', '', '2014-06-25 12:32:41', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1508, 'F8740223BB', '0f263ec330ab9d42f8ddb61b96ccba57', 1493, 2, '', 'Kelly Ralph', '11321 Cloudcrest Dr.', 'San Diego', 'CA', '92127', 'US', '8586028941', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX1270', '05', '2015', 'success', 'payflowpro', 'live', 'EQEPAEAC829C', '', '2014-06-25 12:35:16', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1509, 'D28A224B8D', 'ded59136656b60f02646c0074f0479e0', 659574, 5, '', 'Colette Biondi', '6403 Ten Point Circle', 'Trafford', 'PA', '15085', 'US', '4123358517', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX2227', '10', '2016', 'success', 'payflowpro', 'live', 'EQCPAEAD6E61', '', '2014-06-25 13:56:08', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1510, '38227BD0A2', '26dbca69573609ea4086f84599985aee', 659575, 5, '', 'CLOVER ROBICHAUD', '6505 WHITEOAK ROAD', 'COLUMBIA', 'SC', '29206', 'US', '8037820340', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX6629', '05', '2015', 'success', 'payflowpro', 'live', 'ERCPAEB7E1C0', '', '2014-06-25 14:00:41', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1511, '12FE8C6F65', 'e76a8e1e9120d233afe0bd8542efd22c', 659576, 5, '', 'Elizabeth Pajares', '1669 E Jefferson Way #302', 'Simi Valley', 'CA', '93065', 'US', '3143239743', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX2222', '04', '2017', 'success', 'payflowpro', 'live', 'ESHPBE1196B6', '', '2014-06-25 15:08:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1512, '1D75BA6004', '336a51e9533a8f46a46635f326aa69a4', 602, 5, '', 'Daniel Hatch', '234 Hazard St.', 'Solvay', 'NY', '13209', 'US', '3154882731', '30.00', '0', '', 0, '', '30', '', 'Mastercard', 'XXXXXXXXXXXX6349', '04', '2015', 'success', 'payflowpro', 'live', 'EUHPBF808534', '', '2014-06-25 15:40:18', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1513, '8DD2CC043C', 'e30d02fd06ab118274bbbfca1a5d401c', 659577, 1, '', 'aimee trudel', '1929 Foucher St.', 'New Orleans', 'LA', '70115', 'US', '6036744403', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3603', '02', '2017', 'success', 'payflowpro', 'live', 'EXHPC033B180', '', '2014-06-25 19:13:49', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1514, 'CEB1FBB50B', '7dfcee85d42d92923f98e7cdfd4e474e', 1529, 1, '', 'Kim Dangelo-Kezer', '86 High St.', 'Amesbury', 'MA', '01913-1415', 'US', '9783881295', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3877', '10', '2015', 'success', 'payflowpro', 'live', 'ELFPB03E6A91', '', '2014-06-26 03:33:28', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1515, '28A09084D7', 'a478d77cffe8672db9e30e6a425608e5', 1706, 1, '', 'Linda Tomas', '2 Woodcrest Ave', 'Trumbull', 'CT', '06611', 'US', '2033324249', '45', '', '', 0, '', '45', 'Personal Check 229', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-26 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1516, 'B4F7781173', 'a4f055458b2f18d00357b1cc5b5966bb', 659578, 1, '', 'Craig Bickel', '20214 Merry Oak Ave', 'Tampa', 'FL', '33647', 'US', '8132851136', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2720', '09', '2017', 'success', 'payflowpro', 'live', 'ETJPC0173B59', '', '2014-06-26 10:59:42', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1517, 'A51CFBF1A2', '835adc19543b67423b2f26154eea45f6', 1242, 1, '', 'Jill Cox', '3710 Angelico Ct. Apt B', 'West Valley City', 'UT', '84119', 'US', '8017915005', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1816', '12', '2016', 'success', 'payflowpro', 'live', 'EUJPBF8D0033', '', '2014-06-26 13:51:50', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1518, '8E31183FD2', 'ef276e4a638b10a0c4e1499588486cfb', 659579, 1, '', 'Cari Camizzi', '20 Cooper St.', 'Bergenfield', 'NJ', '07621', 'US', '5512657197', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX0891', '08', '2015', 'success', 'payflowpro', 'live', 'ETYPC01B800D', '', '2014-06-26 18:01:32', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1519, '5FFE3A14E1', 'b90a5881891e6c4886813c792f5ebb4f', 2716, 13, '', 'Gulf Breeze Zoo', '5701 Gulf Breeze Pkwy', 'Gulf Breeze', 'FL', '32563', 'US', '', '150', '', '', 0, '', '150', 'Corporate Check 12612', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-27 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1520, 'E6F940DD19', 'b9c112ff7e7c16fe2abc2606468b1b9a', 1765, 1, '', 'Loren Berry', '5704 S. Everett Way', 'Littleton', 'CO', '80123', 'US', '3038830458', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9828', '11', '2014', 'success', 'payflowpro', 'live', 'ESYPBE2972CC', '', '2014-06-27 10:38:21', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1521, '228C19D5BB', 'a17109c2a49fe2eff1ed485f1f031640', 659580, 5, '', 'Jordan Shafel', '2012 Golden Bell Drive', 'Green Bay', 'Wisconsin', '54313', 'US', '9206607726', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX1705', '02', '2016', 'success', 'payflowpro', 'live', 'EREPAED4A1BD', '', '2014-06-27 17:28:46', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1522, '4AF89A2030', '6ad9b6daba97cb079e4993225b5cda65', 1595, 1, '', 'Kristyn Hayden-Ortega', '1627 NE 46th St.', 'Topeka', 'KS', '66617', 'US', '7853131414', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7352', '12', '2015', 'success', 'payflowpro', 'live', 'EXHPC04E13BF', '', '2014-06-27 18:25:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1523, 'B6BF74C22A', 'ae0dafa4dd883f8d864769f8c43b7cc1', 1460, 1, '', 'Katie Pilgram-Kloppe', '7519 Wise Ave.', 'St. Louis', 'MO', '63117', 'US', '5735787323', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8771', '11', '2015', 'success', 'payflowpro', 'live', 'EPFPAE74E004', '', '2014-06-27 18:40:46', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1524, '1DBD5FED2C', '2ebae0e7e1d4af1252ec820931715963', 186, 1, '', 'Angie Dosch', '505 Birchwood Dr.', 'N. Aurora', 'IL', '60542', 'US', '6309157033', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX3823', '06', '2017', 'success', 'payflowpro', 'live', 'EXHPC04E9928', '', '2014-06-27 19:30:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1525, 'ECBFEF8CA3', 'f5cd168e09d038e4f00325e06fec4c4b', 64, 1, '', 'Alisha Harvey', '11411 NE 8th Street', 'Vancouver', 'WA', '98684', 'US', '3604338118', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0110', '09', '2014', 'success', 'payflowpro', 'live', 'EREPAED6ECB3', '', '2014-06-27 22:14:58', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1526, '5EB69E77FC', '136348e6f7263f45d7b00b8a12dd8aed', 1223, 1, '', 'Jessica Ehrgott', 'P.O. Box 412', 'Georgetown', 'CO', '80444-0412', 'US', '5073822573', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6108', '11', '2014', 'success', 'payflowpro', 'live', 'EUYPBFA48788', '', '2014-06-28 10:02:55', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1527, '275CD49C51', '38d5b2200754163ded4db33f4c661da3', 573, 1, '', 'Crystal Holcombe', '11288 W. Harvester Dr.', 'Marana', 'AZ', '85653', 'US', '5209816226', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX2899', '04', '2015', 'success', 'payflowpro', 'live', 'EPEPAE7D0576', '', '2014-06-28 11:09:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1528, 'CF196D387F', '0196ca95a40dc9bea11a26dd29041920', 2491, 1, '', 'Steven Flath', '3072 Wild Run Rd.', 'Pennsburg', 'PA', '18073', 'US', '2677337578', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9958', '07', '2014', 'success', 'payflowpro', 'live', 'ELFPB05E1C51', '', '2014-06-28 13:15:24', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1529, '67619C9222', '638566222652069afd695d75be0f9f56', 659581, 1, '', 'Shellie Pick', '3813 Ivydale Drive', 'Annandale', 'Virginia', '22003', 'US', '7039635010', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2055', '02', '2016', 'success', 'payflowpro', 'live', 'EPEPAE7E692A', '', '2014-06-28 13:51:37', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1530, 'F4EEF30723', '8dc6ad505b7efd1d7903fd14cf995c2b', 419, 1, '', 'Cassandra Stanton', '1310 Drayton Ave', 'St. Louis', 'MO', '63119', 'US', '3146087925', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7076', '09', '2016', 'success', 'payflowpro', 'live', 'ERFPAEE010BE', '', '2014-06-28 16:39:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1531, '8BB66A7D7F', '796ec98714907f866586c125a3f76178', 659582, 5, '', 'Claire Darby', '420 Braquet Rd', 'Carencro', 'Louisiana', '70520', 'US', '3373710703', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX9727', '03', '2017', 'success', 'payflowpro', 'live', 'ERFPAEE08DA6', '', '2014-06-28 17:42:41', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1532, '5C921B3FDB', '44d1b85917a9e7c90862d07c727f9fe0', 659583, 1, '', 'Kara Hart', '13030 Blanco Rd. Apt 802', 'San Antonio', 'Texas', '78216', 'US', '3523393475', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9422', '09', '2016', 'success', 'payflowpro', 'live', 'EXYPC0633F39', '', '2014-06-29 14:21:16', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1533, '143EB5C6BE', 'bcd246d52bb4e71197912a7f9e9475ac', 659584, 1, '', 'Brittany Blocker', '1101 Richard Lee Circle', 'Hermitage', 'Tennessee', '37076', 'US', '6153977822', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9136', '04', '2017', 'success', 'payflowpro', 'live', 'EXJPC06C5EAF', '', '2014-06-30 08:17:04', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1534, '77B3A89F86', 'db1557f2c42832853bef1610a9fe01ea', 659585, 1, '', 'Catherine Vine', '27-A East Browning Road', 'Collingswood', 'NJ', '08108', 'US', '2152435216', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9180', '02', '2016', 'success', 'payflowpro', 'live', 'ETYPC04AD576', '', '2014-06-30 12:40:01', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1535, '62D3327DE0', 'be7ef29689dfd2d21199b003aea81c90', 1653, 2, '', 'Laurie White', '8216 Yorkshire Dr', 'Mentor', 'OH', '44060', 'US', '', '40', '', '', 0, '', '40', 'Personal Check 0465', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-30 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1536, '0CC521FA94', 'be7ef29689dfd2d21199b003aea81c90', 1929, 1, '', 'Megan Madura', '5272 Wesley Chapel Rd', 'New Berlin', 'IL', '62670', 'US', '2178917899', '45', '', '', 0, '', '45', 'Chapter Check 1261', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-30 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1537, '6E6BEDFF4E', 'be7ef29689dfd2d21199b003aea81c90', 2596, 1, '', 'Tracy Dowllar', '503 Burberry Ln', 'Rochester', 'IL', '62563', 'US', '2174987570', '45', '', '', 0, '', '45', 'Chapter Check 1261', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-30 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1538, 'F49A15CB8D', 'be7ef29689dfd2d21199b003aea81c90', 1250, 1, '', 'jim Funsch', '110 Sidener Ln', 'Springfield', 'IL', '62707', 'US', '2174988862', '45', '', '', 0, '', '45', 'Chapter Check 1261', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-30 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1539, '403939DE97', 'be7ef29689dfd2d21199b003aea81c90', 535, 1, '', 'Cindy Wheatley', '2140 Dunwich', 'Springfield', 'IL', '62702', 'US', '2178994316', '45', '', '', 0, '', '45', 'Chapter Check 1261', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-30 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1540, '60F91E88A1', 'be7ef29689dfd2d21199b003aea81c90', 659586, 1, '', 'Adam Gantt', '2000 S. Park Ave', 'Springfield', 'IL', '62704', 'US', '2178912190', '45', '', '', 0, '', '45', 'Chapter Check 1261', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-30 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1541, 'A83312985F', 'be7ef29689dfd2d21199b003aea81c90', 1890, 1, '', 'Mary Lutes', '9 Douglas Ct', 'Springfield', 'IL', '62704', 'US', '2176220889', '45', '', '', 0, '', '45', 'Chapter Check 1261', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-30 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1542, '092DED1581', 'be7ef29689dfd2d21199b003aea81c90', 952, 1, '', 'Hannah Schroeder', '10635 Old Indian Trail Rd', 'Glenaron', 'IL', '62536', 'US', '2177258004', '45', '', '', 0, '', '45', 'Chapter Check 1261', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-30 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1543, '37E55A82AE', '2875da66543e835a4f70d834e21927b4', 2717, 13, '', 'Peoria Zoo', '2320 N Prospect Rd', 'Peoria', 'IL', '61603', 'US', '', '150', '', '', 0, '', '150', 'Corporate Check 110774', '', '', '', '', 'success', 'check', 'live', '', '', '2014-06-30 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1544, 'A63595A651', '318e48475f3344bd6d8677c44d95d431', 700, 2, '', 'Deneen Beatty', '7900 Spruce St.', 'Pittsburgh', 'PA', '15237', 'US', '4123646387', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX0512', '06', '2016', 'success', 'payflowpro', 'live', 'EXHPC07215FA', '', '2014-06-30 15:54:31', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1545, 'AE11423926', '4cfd614d0b2a4bdf28fd223a14afadf1', 659587, 1, '', 'Caitlin Miller', '1301 Goodbar ave #6', 'Memphis', 'TN', '38104', 'US', '4074964864', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8088', '05', '2017', 'success', 'payflowpro', 'live', 'ESJPBE535B27', '', '2014-06-30 17:36:48', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1546, '7C89C751F2', '670e9eb576ab83920be226016eba7dfc', 659588, 2, '', 'Shanna Gay', '6160 Bollinger Road', 'Export', 'PA', '15632', 'US', '4124969641', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX7537', '01', '2015', 'success', 'payflowpro', 'live', 'EQFPAEF0063D', '', '2014-06-30 17:56:07', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1547, '41A1457923', '503e3b3f8359c5b303ab84f1f40eb2bc', 811, 1, '', 'Elizabeth Johnson', '4515A Ohio St', 'San Diego', 'CA', '92116', 'US', '7346464580', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1427', '05', '2015', 'success', 'payflowpro', 'live', 'EQFPAEF08714', '', '2014-06-30 18:46:45', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1548, '260C653EB6', '3b9085418fb9ee8f62210c854310f658', 539, 1, '', 'Claire Fukumoto', '725 Luakaha St.', 'Honolulu', 'HI', '96816', 'US', '8084292327', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX5016', '12', '2015', 'success', 'payflowpro', 'live', 'EXJPC0757675', '', '2014-06-30 21:54:12', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1549, 'D6BF381D5E', '883a0541cc22531a50f4eb43231f106b', 2292, 1, '', 'Samantha Cadman', '6023 Eileen Avenue 6023 Eileen Ave', 'Los Angeles', 'CA', '90043-3627', 'US', '8184802494', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4167', '06', '2017', 'success', 'payflowpro', 'live', 'ETHPC0509558', '', '2014-06-30 22:11:36', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1550, 'D7A0B058D1', '909334e46fa369f5ea23c68e2abcd723', 893, 16, '', 'Animal Source Texas', '3513 Hopkins Rd', 'Krum', 'TX', '76249', 'USA', '9404823382', '150', '', '', 0, '', '150', 'Square', '', '', '', '', 'success', 'payflowpro', 'live', '', '', '2014-07-01 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1551, 'D35A90313C', 'db9fe655a9de0828967a7f872fe80d2b', 659589, 2, '', 'Jennifer Tobey', 'San Diego Institute for Conservation Research 15600 San Pasqual Valley Rd', 'Escondido', 'CA', '92027', 'US', '7602915488', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX5271', '01', '2017', 'success', 'payflowpro', 'live', 'EQCPAEFA0743', '', '2014-07-01 10:07:16', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1552, 'D215C8B101', '74c53a7f17007134dbea4feb107d797c', 520, 1, '', 'Christy Poelker', '6443 Hoffman Ave.', 'St. Louis', 'MO', '63139', 'US', '3144531681', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX8037', '06', '2018', 'success', 'payflowpro', 'live', 'EUHPBFCDE395', '', '2014-07-01 12:20:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1553, '852082884C', '03771b19ee63bcaa9ad266820faef147', 1162, 1, '', 'Jennifer Y\'Deen', '15802 Tern St.', 'Chino Hills', 'CA', '91709', 'US', '9099389397', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2332', '02', '2017', 'success', 'payflowpro', 'live', 'EUHPBFCDEA3E', '', '2014-07-01 12:22:25', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1554, '3E14AB7FCA', 'eab45eee27455723ac84dbcd6be549b4', 2326, 1, '', 'Sarah Tharp', '5471 Genesta Walk', 'St. Louis', 'MO', '63123-2832', 'US', '3148076487', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9923', '12', '2016', 'success', 'payflowpro', 'live', 'EUJPBFCE9CB9', '', '2014-07-01 13:21:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1555, '2F415D4409', '757d09ebb914c76221a1ac9a400c2029', 659590, 1, '', 'Robin Matos', '3555 Las Vegas Blvd. So.', 'Las Vegas', 'NV', '89109', 'US', '7027333349', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX3375', '05', '2016', 'success', 'payflowpro', 'live', 'EXHPC08CFD4B', '', '2014-07-02 11:41:09', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1556, '6F0BA23C14', '42ec192d6901ff8b1ce525ee8dd947e0', 2186, 2, '', 'Ray Wack  D.V.M.', '2913 Willow Ct.', 'Fairfield', 'CA', '94533', 'US', '9168088808', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX8479', '02', '2017', 'success', 'payflowpro', 'live', 'EXHPC08E621C', '', '2014-07-02 13:15:33', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1557, 'AB102C823A', '9ffc02587a5909ddf5baa193d51d57f0', 278, 9, '', 'Beth Pohl', '9 Wuttke Rd.', 'Mount Barker', 'South Australia', '5251', 'AU', '61418803147', '55.00', '0', '', 0, '', '55', '', 'Mastercard', 'XXXXXXXXXXXX4983', '11', '2016', 'success', 'payflowpro', 'live', 'EPFPAEB71F00', '', '2014-07-02 16:26:09', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1558, '69ED7D7C99', 'f7ec442ce345b763658fa3a96b3dc569', 659591, 1, '', 'Jennifer (Sarah) Duncan', '4333 Bell Rd Apt 401', 'Newburgh', 'IN', '47630', 'US', '8124900000', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9303', '11', '2015', 'success', 'payflowpro', 'live', 'EXHPC091040B', '', '2014-07-02 17:21:02', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1559, 'E5E3DE895B', '7c1420fa3a711fa045d86dff69cad68b', 2532, 1, '', 'Tania Prebble', '133 Rainbow Dr.', 'Oxnard', 'CA', '93033-6921', 'US', '8052311869', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9740', '03', '2018', 'success', 'payflowpro', 'live', 'ESHPBE72AA19', '', '2014-07-02 20:35:15', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1560, '1B2F50A04D', '13f900596659fb1f9c0639f4420e2a8e', 1459, 1, '', 'Katie Leatherman', '4528 Haylock Dr.', 'Orlando', 'FL', '32807', 'US', '2317407334', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX4605', '03', '2017', 'success', 'payflowpro', 'live', 'EXHPC094F2FE', '', '2014-07-03 02:05:24', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1561, 'EDA78DBD62', '9305e66c415bd99af7a14b50158eda7c', 289, 2, '', 'Beth Mescolotto', '1161 Bateman Dr.', 'Phoenixville', 'PA', '19460', 'US', '6109350831', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX2100', '07', '2016', 'success', 'payflowpro', 'live', 'ESYPBE7605B8', '', '2014-07-03 04:18:41', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1562, 'EE3451B489', '47668b0dba7130d2cec28536e11355d2', 2715, 16, '', 'Animal Behavior Institute, Inc.', '2643 Springhill Circle', 'Furlong', 'PA', '18925-1155', 'USA', '', '150', '', '', 0, '', '150', 'Corporate Check 0000007043', '', '', '', '', 'success', 'check', 'live', '', '', '2014-07-03 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1563, 'EF6BB16612', '700fc8205795861e3e771820d2010863', 454, 1, '', 'Charles Moxley', '11005 Briarwood Terr. NE', 'Albuquerque', 'NM', '87111', 'US', '5057027416', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2385', '09', '2014', 'success', 'payflowpro', 'live', 'EXJPC0997451', '', '2014-07-03 10:01:37', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1564, 'A380A295F9', '6aed9ff2f191f098346c73aa5dd5c40b', 659592, 2, '', 'Desiree Brandon', '1122 N Bancroft Street', 'Indianapolis', 'INDIANA', '46201', 'US', '3172221087', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX3331', '04', '2015', 'success', 'payflowpro', 'live', 'ETHPC074C41C', '', '2014-07-03 10:21:03', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1565, '90C76A9359', 'b061dddb0cc685046592461ad9d62ce8', 2581, 2, '', 'Tina Hutchison', '21 Concord Creek Rd.', 'Glen Mills', 'PA', '19342', 'US', '6108830101', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX9180', '02', '2016', 'success', 'payflowpro', 'live', 'EREPAF22247C', '', '2014-07-03 11:56:27', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1566, '97DDA851D6', 'b061dddb0cc685046592461ad9d62ce8', 2134, 1, '', 'Paul Kalka', '357 W. Elm St. Fl. 1', 'Conshohocken', 'PA', '19428', 'US', '6108254590', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9180', '02', '2016', 'success', 'payflowpro', 'live', 'EXHPC09B02C6', '', '2014-07-03 12:01:15', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1567, '9D401534CB', 'b061dddb0cc685046592461ad9d62ce8', 2347, 1, '', 'Sarah Bierly', '734 Mulberry Court', 'Bensalem', 'PA', '19020', 'US', '2152435216', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9180', '02', '2016', 'success', 'payflowpro', 'live', 'ESHPBE7B7E99', '', '2014-07-03 12:31:26', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1568, 'C8C51BBAE1', 'b061dddb0cc685046592461ad9d62ce8', 2452, 2, '', 'Stephanie Eller', '3400 W. Girard Ave.', 'Philadelphia', 'PA', '19104', 'US', '2152435216', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX9180', '02', '2016', 'success', 'payflowpro', 'live', 'ERCPAF22CD3F', '', '2014-07-03 12:57:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1569, '86A3806DFD', '535257978881b4025c0beb453170ad96', 321, 3, '', 'Brent Huffman', '117 Stokely Crescent', 'Whitby', 'Ont.', 'L1N 9S9', 'CA', '9056661475', '55.00', '0', '', 0, '', '55', '', 'Visa', 'XXXXXXXXXXXX9291', '02', '2017', 'success', 'payflowpro', 'live', 'EQFPAF1B81E1', '', '2014-07-03 18:47:03', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1570, '5DEF2AA53D', '761501c08e106331e71c1eced757cb2b', 836, 10, '', 'Emma Milnes', 'Zoological Society of London, Library Regent\'s Park, Outer Circle', 'London', 'London', 'NW1 4RY', 'GB', '+44 (0)20 7449 6293', '115.00', '0', '', 0, '', '115', '', 'Visa', 'XXXXXXXXXXXX9417', '07', '2014', 'success', 'payflowpro', 'live', 'EQCPAF1FBA31', '', '2014-07-04 04:30:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1571, '7DE0D60985', '23cb93f480b61e1df4bdb49a2b99ce56', 659593, 2, '', 'Linda Kahn', '5602 S Rutherford', 'Chicago', 'Illinois', '60638', 'US', '7735860820', '40.00', '0', '', 0, '', '40', '', 'Discover', 'XXXXXXXXXXXX5061', '08', '2018', 'success', 'payflowpro', 'live', 'EXHPC0A4A351', '', '2014-07-04 07:25:31', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1572, '7850C3AB5F', '55cc2cddfb293ecf2ced894180ad3eed', 964, 1, '', 'Heather Gibson', '114 S. Waverly Dr.', 'Dallas', 'TX', '75208', 'US', '2546440919', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7946', '09', '2017', 'success', 'payflowpro', 'live', 'ERCPAF30145B', '', '2014-07-04 17:37:20', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1573, '4EEED731B5', '75439ac8a47ad4e520f7d794c844618f', 659594, 1, '', 'Jennifer Holmes', '752 Sunridge Woods Blvd', 'Davenport', 'Fl', '33837', 'US', '4074142854', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0928', '04', '2015', 'success', 'payflowpro', 'live', 'ERCPAF36037D', '', '2014-07-05 08:47:11', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1574, 'AF0E92C827', '8654db99c09b8f4d9a34944d0d06f6be', 2320, 1, '', 'Sara Monson', '2568 Butterfly Trail', 'Randleman', 'NC', '27317-8304', 'US', '3369068668', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0920', '08', '2017', 'success', 'payflowpro', 'live', 'EXYPC0AF0FF7', '', '2014-07-05 09:27:14', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1575, '2AB0C5DF62', '9d83df5e5feb6b24175e6da35b3e3a71', 659595, 2, '', 'Alan Grofe', '170 Seaview St', 'Melbourne Bch', 'Florida', '32951', 'US', '5713300980', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX2941', '11', '2015', 'success', 'payflowpro', 'live', 'EQEPAF2DE693', '', '2014-07-05 14:52:15', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1576, 'D44AF444E9', 'f545525a493649d1e60a9c0891ca7b9a', 659596, 1, '', 'Audra Meinelt', '9383 Westview Drive', 'Powell', 'ohio', '43065', 'US', '6147243535', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7771', '01', '2017', 'success', 'payflowpro', 'live', 'EUYPC00631E2', '', '2014-07-06 07:23:48', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1577, '3A8368C17D', '081c8109c2a3662613fd1c9c3198487d', 659597, 1, '', 'Michelle Fishburn', '32 Sandia Mountain Trail', 'Edgewood', 'NM', '87015', 'US', '5052520117', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX3033', '08', '2018', 'success', 'payflowpro', 'live', 'EUHPC0087D60', '', '2014-07-06 13:12:35', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1578, 'DE186D130B', 'aaac25f362ec9a74f8961c3227ac4740', 659598, 1, '', 'Holly Blackwood', '101 Crystal Cv Apt H', 'Hampton', 'VA', '23666', 'US', '8165162471', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8311', '04', '2018', 'success', 'payflowpro', 'live', 'EQCPAF3F8F6D', '', '2014-07-07 08:57:48', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1579, 'D9FE3FF53D', '0d7b0524cd4a4ca9703452289d08e3cd', 2718, 16, '', 'Richard Hogan Lyon Technologies, Inc.', '1690 Brandywine Ave. Suite A', 'Chula Vista', 'CA', '91911', 'US', '6192163400', '150.00', '0', '', 0, '', '150', '', 'Visa', 'XXXXXXXXXXXX9630', '02', '2022', 'success', 'payflowpro', 'live', 'EXJPC0C41667', '', '2014-07-07 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1580, '330C5D9370', '5cabef4b624c569cc68a31f6b6ed1ae8', 659599, 5, '', 'Joshua Weber', '441 Kearney Ave', 'Colorado Springs', 'Colorado', '80906', 'US', '4028053060', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX7039', '03', '2015', 'success', 'payflowpro', 'live', 'EUHPC0159A07', '', '2014-07-07 14:34:15', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1581, '1A33C9B084', '8af376777926ad07247dfb3295944968', 659600, 1, '', 'Melissa Vindigni', '2230 N Fayetteville St Apt 12F', 'Asheboro', 'NC', '27203', 'US', '3368797656', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6488', '02', '2017', 'success', 'payflowpro', 'live', 'EPCPAEF0AE05', '', '2014-07-07 20:10:32', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1582, 'D93BD0B09E', '969699cdc4a5b5462e1d10ca6b9abd56', 2287, 2, '', 'Sally Majewski', '536 North Ave', 'Veroria', 'PA', '15147', 'US', '4128280989', '40', '', '', 0, '', '40', 'Personal Check 1916', '', '', '', '', 'success', 'check', 'live', '', '', '2014-07-08 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1583, '02F9D028CA', '969699cdc4a5b5462e1d10ca6b9abd56', 899, 1, '', 'Gail Karr', '1871 Jefferson', 'Memphis', 'TN', '38104', 'US', '9013336702', '45', '', '', 0, '', '45', 'Personal Check 4544', '', '', '', '', 'success', 'check', 'live', '', '', '2014-07-08 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1584, '2D0561E151', '92219b23590d51019dcd19d05c2c740c', 659601, 5, '', 'Michael Schenone', '639 South Broad Street Apartment O-6', 'Lansdale', 'PA', '19446', 'US', '6074252548', '30.00', '0', '', 0, '', '30', '', 'Mastercard', 'XXXXXXXXXXXX0606', '01', '2016', 'success', 'payflowpro', 'live', 'ETYPC0AC3F32', '', '2014-07-08 10:18:14', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1585, 'AF4C554064', 'fabc5506820d233105233bc22cf354ee', 659602, 2, '', 'Lora Donnelly', '3712 Columbia Dr', 'Longmont', 'CO', '80503', 'US', '3038271141', '40.00', '0', '', 0, '', '40', '', 'Discover', 'XXXXXXXXXXXX2174', '03', '2018', 'success', 'payflowpro', 'live', 'EQFPAF4F8FFC', '', '2014-07-08 12:37:50', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1586, '1F43F2200A', '182ba6fc15a004c91eaa219b43a827d8', 435, 2, '', 'Cathy Breen', '15747 38th Ave. NE', 'Lake Forest Park', 'WA', '98155', 'US', '2063633469', '40.00', '0', '', 0, '', '40', '', 'Discover', 'XXXXXXXXXXXX2881', '04', '2018', 'success', 'payflowpro', 'live', 'ERCPAF5AA7DC', '', '2014-07-08 13:26:41', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1587, 'EA9242398E', 'cdcbc5b4366ca985a69ff7c36478a073', 659603, 2, '', 'Jacqueline Pereira', '1127 Pittsfield Lane', 'Ventura', 'CA', '93001', 'US', '5593033783', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX0705', '07', '2016', 'success', 'payflowpro', 'live', 'ETJPC0AE8822', '', '2014-07-08 13:37:25', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1588, 'B88CFD98EA', 'd55378849ac869412ad1c6e8a88d5f66', 659604, 1, '', 'Jean Brittain', '801 W Long Lake Rd  I-7', 'Bloomfield Hills', 'MI', '48302', 'US', '2485406054', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6712', '06', '2015', 'success', 'payflowpro', 'live', 'EUJPC024EF40', '', '2014-07-08 18:16:14', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1589, 'A584835BD8', 'a7926242bc45c47c25eaa64e1917b6a0', 659605, 1, '', 'Chase Caldwell', '4126 Turf Lane', 'Fort Wayne', 'IN', '46804', 'US', '7654914177', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6273', '08', '2016', 'success', 'payflowpro', 'live', 'EQCPAF52EB98', '', '2014-07-08 18:29:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1590, '00BFE47927', '39bc6e5f2424d4eeeebfa744b2d3a7cd', 659606, 1, '', 'Noah Eye', '5305 La Jolla Mesa Dr', 'San Diego', 'California', '92109', 'US', '7074840689', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX1870', '07', '2017', 'success', 'payflowpro', 'live', 'EPEPAF0632A1', '', '2014-07-09 12:11:33', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1591, 'DAD98718DB', '1fe33a0a7348d247f9aaaa9c41a3f639', 715, 1, '', 'Diana Major', '3605 Earnscliff Place Apt 44', 'San Diego', 'CA', '92111', 'US', '7185410192', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2469', '02', '2015', 'success', 'payflowpro', 'live', 'EQCPAF5E0BEF', '', '2014-07-09 15:34:11', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1592, '2A9B4DFC40', '15245751fdd420c8278c44f8e1db52c0', 659607, 1, '', 'David Francomacaro', '178 Koehler Road', 'Sciota', 'Pennsylvania', '18354', 'US', '5709923591', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9732', '06', '2016', 'success', 'payflowpro', 'live', 'ELFPB0EF7EED', '', '2014-07-10 07:00:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1593, 'BC7835A568', 'feb229f87af71dbd3edb6a0615be3baf', 1156, 1, '', 'Jennifer Vincent', '149 Woodbine St.  #2L', 'Cranston', 'RI', '02910', 'US', '6097095326', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0190', '04', '2015', 'success', 'payflowpro', 'live', 'EQEPAF65CC4D', '', '2014-07-10 07:36:02', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1594, '2D88BCBF4D', 'b20123b0e3017567fdce9c417e7f89a3', 868, 1, '', 'Erin Black', '2420 S. Northern Blvd.', 'Independence', 'MO', '64052', 'US', '8168086452', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2280', '11', '2014', 'success', 'payflowpro', 'live', 'EQEPAF683742', '', '2014-07-10 11:27:21', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1595, 'F1652B0780', '880e17038e26398104ca53411e14530c', 1184, 1, '', 'Jenyva Turner', '313 N Main St.', 'Fountain', 'CO', '80817', 'USA', '7196502055', '45', '', '', 0, '', '45', 'Personal Check 2355', '', '', '', '', 'success', 'check', 'live', '', '', '2014-07-10 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1596, '726E46A83F', '7506dcd9efc6524e8133a5a1f10638f7', 659608, 5, '', 'Kristin Keeler', '6427 Marlow Street', 'Portage', 'MI', '49024', 'US', '2698082248', '30.00', '0', '', 0, '', '30', '', 'Mastercard', 'XXXXXXXXXXXX3716', '02', '2017', 'success', 'payflowpro', 'live', 'EPEPAF14BA7B', '', '2014-07-10 15:33:33', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1597, '33DE072AA7', 'd27f241013fc25ef853751cfd051c0ed', 690, 2, '', 'Debra Groleau', '17524 Vandenberg Ln.  Apt 06', 'Tustin', 'CA', '92780', 'US', '7148320172', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX8650', '11', '2014', 'success', 'payflowpro', 'live', 'ESYPBECF3ABF', '', '2014-07-10 17:47:59', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1598, '8540E49B20', 'f0f5f8b5d4db08ab8a47f004a7c1522b', 370, 1, '', 'Caitlin Robinson', '1185 Mountain Creek Road  Apt 1115', 'Chattanooga', 'TN', '37405-1655', 'US', '8025226770', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8642', '02', '2015', 'success', 'payflowpro', 'live', 'EPCPAF1C1308', '', '2014-07-11 06:55:40', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1599, 'A7DB5803EB', '305030829e80e606ea445d6058dc9725', 659609, 1, '', 'Alyssa Feiste', '1462 W Via De Chapala', 'Sahuarita', 'AZ', '85629', 'US', '5202411465', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1511', '01', '2017', 'success', 'payflowpro', 'live', 'EUJPC0452F63', '', '2014-07-11 08:48:14', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1600, 'B8866E468C', '9d51ec4edd9be312d2e80d43f541f682', 1878, 2, '', 'Mary Lawrence', '7215 NE 156th St.', 'Kenmore', 'WA', '98028', 'US', '2067152747', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX8891', '08', '2017', 'success', 'payflowpro', 'live', 'ERCPAF7F0115', '', '2014-07-11 10:52:08', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1601, 'B96D839772', 'fc89fb72cf4525326bb0ce6f193e90da', 1732, 1, '', 'Lindsey King', '4540 Florida St.   Apt 6', 'San Diego', 'CA', '92116', 'US', '6109553793', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2047', '12', '2015', 'success', 'payflowpro', 'live', 'EREPAF7F13F4', '', '2014-07-11 10:59:43', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1602, '621DD768C8', 'bf44798f4312e0db7f72dd4957cc4475', 1525, 1, '', 'Kim Callis', '1059 Whittier Ave.', 'Akron', 'OH', '44320', 'US', '3043120452', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX7308', '05', '2015', 'success', 'payflowpro', 'live', 'ERFPAF807753', '', '2014-07-11 13:11:07', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1603, '5B5DCA147D', '30e12866602207798d8ffaecdabb78db', 1973, 1, '', 'Meryt Schumacher', '2241 S. Truckee St.', 'Aurora', 'CO', '80013', 'US', '3037258832', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8640', '02', '2017', 'success', 'payflowpro', 'live', 'ESJPBED9DEF5', '', '2014-07-11 13:58:47', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1604, '32A9F6D7A9', '349307591c0c28a9f2ad8fc47a4afe45', 659610, 1, '', 'Aaron Jeskie', '3697 Quail Hollow Dr', 'Columbus', 'OH', '43228', 'United States', '6149815001', '45', '', '', 0, '', '45', 'Corporate Check 317921', '', '', '', '', 'success', 'check', 'live', '', '', '2014-07-11 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1605, 'E74243149B', '349307591c0c28a9f2ad8fc47a4afe45', 2034, 1, '', 'Midi Scott', '5111 Merry Oak Ct.', 'Columbus', 'OH', '43230', 'USA', '6142050932', '45', '', '', 0, '', '45', 'Corporate Check 317921', '', '', '', '', 'success', 'check', 'live', '', '', '2014-07-11 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1606, 'CB12E5A1CD', '349307591c0c28a9f2ad8fc47a4afe45', 2419, 2, '', 'Shelly Roach', '9990 Riverside Dr', 'Powell', 'OH', '43064', 'USA', '61464534229', '40', '', '', 0, '', '40', 'Corporate Check 317921', '', '', '', '', 'success', 'check', 'live', '', '', '2014-07-11 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1607, '89B8B6933A', '349307591c0c28a9f2ad8fc47a4afe45', 2319, 1, '', 'Sara Fee', '8007 Nelson St.', 'New Orleans', 'LA', '70125', 'US', '5209825409', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3963', '09', '2015', 'success', 'payflowpro', 'live', 'EXJPC0FA4268', '', '2014-07-11 14:58:26', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1608, '133199C3C6', '8c93221db236dbaa287db523bf446ebc', 335, 1, '', 'Bridget Smith', '1641 Hickory Ln.', 'Eagan', 'MN', '55122', 'US', '5073136235', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8009', '04', '2017', 'success', 'payflowpro', 'live', 'EUJPC053E8EC', '', '2014-07-12 16:33:08', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1609, '2D93539EC2', '35d4d7596a39ba1bacc5a355b7537cc9', 81, 1, '', 'Flavio Sutti', '208 S. Great Rd.', 'Lincoln', 'MA', '01773', 'US', '7812592230', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX0064', '08', '2016', 'success', 'payflowpro', 'live', 'EPEPAF31A6B4', '', '2014-07-13 07:17:36', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1610, '96BC113339', '722c23e334880ad6df29eae1c5f5341b', 659611, 1, '', 'Jessica Nelson', '7121 Riverdale Road Log House 1', 'Lanham', 'Maryland', '20706', 'US', '2404763874', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX0320', '02', '2018', 'success', 'payflowpro', 'live', 'ERFPAF92643E', '', '2014-07-13 08:00:47', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1611, '851FDB7A3A', '7c7544611063b4d59a32a87f50a3c561', 659612, 1, '', 'john lewis', '32 park circle', 'westfield', 'MA', '01085', 'US', '4132623626', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4689', '01', '2016', 'success', 'payflowpro', 'live', 'EPFPAF3AD6F6', '', '2014-07-14 05:16:39', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1612, '54920EF890', '3b2bd65d9c86288fddda580b930e7e6c', 2680, 1, '', 'Yvette Cook', '411 Maplewood Dr.', 'Colorado Springs', 'CO', '80907', 'US', '7195982372', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4796', '10', '2015', 'success', 'payflowpro', 'live', 'ESJPBEF50B04', '', '2014-07-14 06:30:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1613, '78164CB814', 'df74d91db88a0c1f69af1124add9f561', 659613, 1, '', 'Sheri Smith', '4577 gooding rd', 'Marion', 'Oh', '43302', 'US', '6143144382', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1771', '12', '2015', 'success', 'payflowpro', 'live', 'ESJPBEF515CF', '', '2014-07-14 06:34:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1614, 'E3CD1A6C01', '5b8c425faf33c89e148e8e054a116d6d', 659614, 1, '', 'Casey Krause', '3824 5th Ave Apt # 207', 'Birmingham', 'Alabama', '35222', 'US', '7175075643', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3869', '08', '2014', 'success', 'payflowpro', 'live', 'ERFPAFA2AE97', '', '2014-07-14 16:28:32', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1615, 'DE9BB868AF', 'd55c8c76af5a2c3905d06f5d6fb8ac99', 659615, 2, '', 'Lindsey Peters', '3520 Baywood Dr.', 'Shreveport', 'LA', '71118', 'US', '3185371051', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX6057', '12', '2017', 'success', 'payflowpro', 'live', 'EXYPC11CD471', '', '2014-07-14 19:04:50', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1616, '8E80D58A64', '84160d03776f645a2e3ee3706574c310', 2355, 1, '', 'Sarah Smolinski', '1015 Frederick St.', 'Omaha', 'NE', '68108-1626', 'US', '8606204017', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX3029', '01', '2019', 'success', 'payflowpro', 'live', 'ELCPB123A302', '', '2014-07-14 19:15:03', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1617, '9E855D754E', 'afdb60f91ff48b3cd25dd224d5b27643', 659616, 2, '', 'stacie picone', '2640 portage bay east 42', 'davis', 'ca', '95616', 'US', '5303049448', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX0025', '09', '2015', 'success', 'payflowpro', 'live', 'EXHPC11D3186', '', '2014-07-14 19:50:17', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1618, '0F637260ED', '0af713413e8492432b30faff141fbccc', 1121, 1, '', 'Jenna McMichael', '205 SW 75th St. Apt 9N', 'Gainesville', 'FL', '32607', 'US', '3212982047', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2889', '12', '2016', 'success', 'payflowpro', 'live', 'EXJPC11D4D1E', '', '2014-07-14 20:04:44', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1619, 'E57177FFBF', '1523888b5e66cc9458a987c979f91e66', 659617, 1, '', 'Courtney Taylor', '5453 Rutherford Place', 'Oviedo', 'FL', '32765', 'USA', '9413205117', '45', '', '', 0, '', '45', 'Corporate Check 72927', '', '', '', '', 'success', 'check', 'live', '', '', '2014-07-15 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1620, '01BC488898', '1523888b5e66cc9458a987c979f91e66', 659618, 1, '', 'Meghan Padgett', '4204 Stonebrook Dr', 'Sanford', 'FL', '32773', 'USA', '2392166056', '45', '', '', 0, '', '45', 'Corporate Check 72927', '', '', '', '', 'success', 'check', 'live', '', '', '2014-07-15 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1621, 'DD56D6E57E', '1523888b5e66cc9458a987c979f91e66', 659619, 1, '', 'Jessica Streifer', '105 E. Villa Capri Cir. Apt F', 'DeLand', 'FL', '32724', 'USA', '7742668234', '45', '', '', 0, '', '45', 'Corporate Check 72927', '', '', '', '', 'success', 'check', 'live', '', '', '2014-07-15 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1622, 'AA84BE13DC', '1523888b5e66cc9458a987c979f91e66', 659620, 1, '', 'Jamie McMaster', '12061 Fountainbrook Blvd. Apt 1536', 'Orlando', 'FL', '32825', 'USA', '3214329202', '45', '', '', 0, '', '45', 'Corporate Check 72927', '', '', '', '', 'success', 'check', 'live', '', '', '2014-07-15 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1623, 'FBB643D564', '1523888b5e66cc9458a987c979f91e66', 659621, 1, '', 'Morgan Owens', '1609 Gaines Mill Ct. Apt 101', 'Celebration', 'FL', '34747', 'USA', '4076908479', '45', '', '', 0, '', '45', 'Corporate Check 72927', '', '', '', '', 'success', 'check', 'live', '', '', '2014-07-15 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1624, 'AC66FAA165', '309dc1b0da902a81746b7fc6be5e6018', 966, 1, '', 'Heather Shaw', '303 E. Arch St.', 'Jerseyville', 'IL', '62052', 'US', '6184013304', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX7916', '02', '2015', 'success', 'payflowpro', 'live', 'EUYPC07436A1', '', '2014-07-15 09:59:30', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1625, 'B1EDACBF5F', '1523888b5e66cc9458a987c979f91e66', 659622, 1, '', 'Erika Murphy', '300 Sheoah Blvd.  Apt 1012', 'WinterSpring', 'FL', '32708', 'USA', '', '45', '', '', 0, '', '45', 'Corporate Check 72927', '', '', '', '', 'success', 'check', 'live', '', '', '2014-07-15 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1626, '0BD774FE1F', 'b6254dff91270d2fa44a8ce2ecf0b9d9', 659623, 1, '', 'Amanda Bissert', '2541 Eight Oaks Drive', 'High Point', 'North Carolina', '27263', 'US', '3362597759', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX3843', '07', '2017', 'success', 'payflowpro', 'live', 'EPFPAF4E5F50', '', '2014-07-15 13:01:06', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1627, 'EC91DCA218', '1523888b5e66cc9458a987c979f91e66', 2720, 12, '', 'Hinkle Library - Alfred State College', '10 Upper College Drive', 'Alfred', 'NY', '14802', 'USA', '', '45', '', '', 0, '', '45', 'Cox Subscriptions 1237952', '', '', '', '', 'success', 'check', 'live', '', '', '2014-07-15 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1628, 'D4B65DA3A5', 'c0ec3afb361a1c49cca233d7765a8ffc', 971, 1, '', 'Heather Purdeu', '1975 W. Forest Ave.', 'Decatur', 'IL', '62522-2650', 'US', '2174120739', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0527', '12', '2015', 'success', 'payflowpro', 'live', 'ELCPB131E99F', '', '2014-07-15 19:00:33', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1629, '252D3EC987', 'e28d6495b0a6e74f19ece0efb0acab0d', 659624, 2, '', 'Laura Anderson', '545 Mayfair Lane', 'Buffalo Grove', 'IL', '60089', 'US', '2246281193', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX4752', '10', '2016', 'success', 'payflowpro', 'live', 'EPFPAF5210F5', '', '2014-07-15 19:16:49', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1630, '5D1DCC8FA2', 'ff38b84525dc8e28674e470c20b63010', 659625, 5, '', 'Emma Lawlor', '179 Pleasant Dr', 'Cheshire', 'CT', '06410', 'US', '2036050192', '30.00', '0', '', 0, '', '30', '', 'Mastercard', 'XXXXXXXXXXXX3681', '06', '2017', 'success', 'payflowpro', 'live', 'EPEPAF573596', '', '2014-07-16 06:08:26', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1631, 'F3DFA92BB0', 'a8e8ada3e5aaa72d6fd17ee9ad048ed6', 659626, 16, '', 'Dan Fehringer: Hayday LLC', '9323 N. Government Way - Unit 402', 'Hayden', 'ID', '83835', 'USA', '2086657979', '150', '', '', 0, '', '150', 'Square', '', '', '', '', 'success', 'stripe', 'live', '', '', '2014-07-16 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1632, '9DA5924908', '21589a5e05a7520ce8619c4a9609cabb', 777, 1, '', 'Eileen Duffy Roberts', '403 Burnside Blvd.', 'Wilmington', 'DE', '19804', 'US', '2152435216', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9180', '02', '2016', 'success', 'payflowpro', 'live', 'ESHPBF150ACA', '', '2014-07-16 13:05:32', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1633, '38B1450DDE', '107a40eb80610966b5b53c1b2bc45a2c', 659627, 1, '', 'Rebecca Abreu', '5550 E. Michigan Street #2307', 'Orlando', 'Florida', '32822', 'US', '3522627565', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8112', '03', '2017', 'success', 'payflowpro', 'live', 'ELEPB13BB305', '', '2014-07-16 13:08:47', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1634, '7CC9A25B30', '6033d22c27f7fb7891542b32f29ac92d', 659628, 1, '', 'Becky Hardin', '162 Killarney Dr', 'San Antonio', 'Texas', '78223', 'US', '2104547591', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX5380', '05', '2016', 'success', 'payflowpro', 'live', 'ETYPC1121B45', '', '2014-07-16 16:59:09', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1635, '030CD64A1F', 'a884c5def9a540506db4876a3e2741d5', 659629, 2, '', 'Tara Blasier', '3113 Falcon Crest', 'Enid', 'Oklahoma (OK)', '73703', 'US', '5805541539', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX4913', '05', '2016', 'success', 'payflowpro', 'live', 'ESYPBF178C8F', '', '2014-07-16 17:36:33', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1636, '18FD1D7E95', '41033343178042d45b1b80c23293528c', 659630, 2, '', 'Bruce Campbell', '625 E. Cypress', 'Reedley', 'CA', '93654', 'US', '5596386400', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX2145', '12', '2016', 'success', 'payflowpro', 'live', 'ETYPC1139D06', '', '2014-07-16 19:54:02', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1637, 'A01BE2545A', 'b7dc7751e342b91635a414169fa058b0', 659631, 5, '', 'Alexandra Ricke-Vergara', '1457 Paradise Lane', 'Cocoa', 'FL', '32922', 'US', '3217498381', '30.00', '0', '', 0, '', '30', '', 'Mastercard', 'XXXXXXXXXXXX7851', '11', '2015', 'success', 'payflowpro', 'live', 'ELFPB14A93C6', '', '2014-07-17 16:46:06', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1638, 'B80DE339E6', '85cef83823b9d4454029aa151e55e9fe', 659632, 1, '', 'Katelyn Babcock', '7956 Cove Harbour Dr North', 'Holland', 'Ohio', '43528', 'US', '4194918317', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX5824', '08', '2015', 'success', 'payflowpro', 'live', 'EPEPAF6ACDC8', '', '2014-07-17 17:21:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1639, '39A0A1FF84', '35864a19ec3aeee26cdc3c3ceca98e92', 184, 1, '', 'Angie Kutchery', '170 W. Rainbow Ridge - Apt 411', 'Oak Creek', 'WI', '53154', 'US', '7159382457', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX3914', '03', '2016', 'success', 'payflowpro', 'live', 'ETJPC12B0B56', '', '2014-07-18 15:02:11', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1640, '5FFFB50F45', 'dae17f3cbbb7b987d178066e0ef7d056', 659633, 1, '', 'Candis Malcolm', '1348 N Concord Rd', 'Chattanooga', 'Tennessee', '37421', 'US', '8082176614', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2825', '03', '2018', 'success', 'payflowpro', 'live', 'EPFPAF7648EE', '', '2014-07-18 16:33:46', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1641, 'CCE04B5CF2', '03f8a9f1a72cd97a34bceeb0ba3375a3', 2117, 2, '', 'Patricia Ohta', 'P.O. Box 638', 'Georgetown', 'CT', '06829-0638', 'US', '2032261109', '40.00', '0', '', 0, '', '40', '', 'Discover', 'XXXXXXXXXXXX8852', '04', '2018', 'success', 'payflowpro', 'live', 'ELEPB15FD449', '', '2014-07-19 13:55:18', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1642, '53CCC4A7B3', '6e6593c4b4f10de9e9d05798d89e75c8', 44, 1, '', 'Alexandra Echenberg', '314 E. 2nd St. #B', 'Los Fresnos', 'TX', '78566', 'US', '5856902651', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX5437', '04', '2016', 'success', 'payflowpro', 'live', 'EUHPC0A9B66B', '', '2014-07-19 15:15:51', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1643, '6BFFE79F9D', '0f75f0a13445d5bad2b90ee48b3fb02e', 2351, 1, '', 'Sarah Jenkins', '5110 S 37th St Apt 111', 'Omaha', 'NE', '68107', 'US', '2083716729', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8913', '07', '2014', 'success', 'payflowpro', 'live', 'EXYPC15B04C6', '', '2014-07-19 15:20:03', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1644, 'B108BAE331', '4813d7e31eac529e48406ae38ec4d75f', 659634, 1, '', 'Adam Newland', '382 B Hickory Point Blvd', 'Newport News', 'VA', '23608', 'US', '8048542419', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9155', '06', '2015', 'success', 'payflowpro', 'live', 'EQEPAFDF94BB', '', '2014-07-20 12:44:05', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1645, '1B8C7C34F9', 'a7cdeb2427182652d5c57487837e70e2', 89, 1, '', 'Alyssa DeBenedetti', '5578 Tunitas Ave', 'Atascadero', 'CA', '93422', 'US', '8315353255', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6720', '03', '2017', 'success', 'payflowpro', 'live', 'EXHPC1649EE7', '', '2014-07-20 13:23:31', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1646, '9E86A94FBF', '77a05716a03cc8e987cd1329f8b801d5', 475, 2, '', 'Chris Hoag', '5155 N. Channing', 'Fresno', 'CA', '93711', 'US', '5594323267', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX6490', '10', '2015', 'success', 'payflowpro', 'live', 'EREPAFEB6F1F', '', '2014-07-20 14:18:25', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1647, '105F6C53AC', '16b18399cc471ad6300dba9bfb5c06ec', 659635, 1, '', 'Leigh Douglas', '5858 Margarido Drive', 'Oakland', 'CA', '94618', 'US', '5107104914', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9398', '06', '2016', 'success', 'payflowpro', 'live', 'ELCPB16E5A49', '', '2014-07-20 21:56:46', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1648, '998AF94A0B', 'b40caddc0ee06110ae4854e4e7638ee5', 659636, 1, '', 'Michael Grumney', '2168 Backbay Drive', 'Columbus', 'Ohio', '43235', 'US', '7405046737', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX1533', '01', '2015', 'success', 'payflowpro', 'live', 'EUYPC0BAB0E8', '', '2014-07-21 04:21:28', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1649, 'FAD5E7BC25', 'e4e1e58dd6a845381c981dfb74a45d9b', 659637, 1, '', 'Lori Weitzel', '951 Fell Street 737', 'Baltimore', 'MD', '21231', 'US', '5163757532', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4090', '01', '2017', 'success', 'payflowpro', 'live', 'ELFPB175213F', '', '2014-07-21 09:55:52', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1650, '741D5B3F81', 'eae76eead29df064da4cc59f79cc6d25', 659638, 1, '', 'Shannon Sprayberry', '3011 91st St S', 'Lakewood', 'Washington', '98499', 'US', '3614431716', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7562', '07', '2018', 'success', 'payflowpro', 'live', 'EPFPAF968D5D', '', '2014-07-21 12:22:25', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1651, 'C4BD5D6A8E', 'fd919e5803ccbb0a54213d42c202cbb0', 659639, 1, '', 'Brian Marquez', '2616 Winsdor Circle', 'Salt Lake City', 'UT', '84106', 'US', '3078710618', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX3183', '05', '2017', 'success', 'payflowpro', 'live', 'EQFPAFEE7386', '', '2014-07-21 14:31:28', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1652, '372ED6AF37', '313b26bc5e3795c1fcc9d8d1ce6ee021', 2469, 1, '', 'Stephanie Edling', '1247 School lane', 'Nashville', 'TN', '37217', 'US', '4803139313', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6450', '05', '2017', 'success', 'payflowpro', 'live', 'EPEPAF98BE3A', '', '2014-07-21 15:43:03', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1653, 'B9881DF081', '0caa3817a19ff59256b9706feda17023', 142, 5, '', 'Amy Smith', '11219 Pinehurst Dr.', 'Lakeside', 'CA', '92040', 'US', '6195622408', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX2481', '05', '2016', 'success', 'payflowpro', 'live', 'ELCPB1798184', '', '2014-07-21 16:20:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1654, 'BAD13B5129', '93c23922c7a984097840b5bf93377502', 659640, 1, '', 'Mandy Chorman', '11609 Waterlily Ct.', 'Orlando', 'FL', '32837', 'USA', '7275656790', '45', '', '', 0, '', '45', 'Corporate Check 72984', '', '', '', '', 'cancelled', 'check', 'live', '', '', '2014-07-22 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1655, 'E76C1831DE', '93c23922c7a984097840b5bf93377502', 659641, 1, '', 'Nicole Geffner', '410 S. Palmetto Ave.', 'Sanford', 'FL', '32771', 'USA', '4079134877', '45', '', '', 0, '', '45', 'Corporate Check 72984', '', '', '', '', 'success', 'check', 'live', '', '', '2014-07-22 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1656, '9B0A45E432', '0db8f75dc404590cd3c05c95e51e8abb', 659643, 2, '', 'D.S. Arnauld', '2111 E. Beltline RD #100A', 'Richardson', 'Texas', '75081', 'US', '4698265736', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX0619', '05', '2018', 'success', 'payflowpro', 'live', 'ETYPC1587BD1', '', '2014-07-22 10:05:55', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1657, 'CADD02C2F6', '93c23922c7a984097840b5bf93377502', 659642, 1, '', 'Michelle Schoenbeck', '28 Sunset Dr', 'DeBary', 'FL', '32713', 'USA', '3867855468', '45', '', '', 0, '', '45', 'Corporate Check 72984', '', '', '', '', 'success', 'check', 'live', '', '', '2014-07-22 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1658, '330983DAAF', '93c23922c7a984097840b5bf93377502', 659644, 1, '', 'Kimberly McCoy', '12628 Victoria Place Circle Apt 11108', 'Orlando', 'FL', '32828', 'USA', '3865470241', '45', '', '', 0, '', '45', 'Corporate Check 72984', '', '', '', '', 'success', 'check', 'live', '', '', '2014-07-22 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1659, 'ABDA2AE602', '93c23922c7a984097840b5bf93377502', 659645, 1, '', 'Jenny Egan', '436 Los Altos Way Apt 103', 'Altamonte', 'FL', '32714', 'USA', '9548031555', '45', '', '', 0, '', '45', 'Corporate Check 72984', '', '', '', '', 'success', 'check', 'live', '', '', '2014-07-22 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1660, '793B9523D5', '93c23922c7a984097840b5bf93377502', 1293, 1, '', 'John D. Mossler', '2344 Ednor St. NW', 'Port Charlotte', 'FL', '33952', 'US', '9416271850', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0073', '03', '2016', 'success', 'payflowpro', 'live', 'EXJPC17E28EF', '', '2014-07-22 10:54:20', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1661, '8C24DA0888', '3552fa0742f8c1c0752e1d7c28a9d1ce', 659646, 2, '', 'Lauren Thomas', '7939 Nelson St.', 'New Orleans', 'LA', '70125', 'US', '4849259901', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX5238', '07', '2015', 'success', 'payflowpro', 'live', 'EQFPAFFD9AFF', '', '2014-07-22 17:40:01', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1662, '2206429ACB', '48c19070e50033a802a7901d1cca3e8e', 659647, 1, '', 'Lauren Schenek', '11630 Mountain View Rd.', 'Tracy', 'CA', '95376', 'US', '2092142349', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8965', '03', '2017', 'success', 'payflowpro', 'live', 'EPEPAFA8B0D7', '', '2014-07-22 20:20:42', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1663, 'EAA716B1C4', 'fbb45173f97d9af636de5dc112660155', 659648, 1, '', 'Jason Sierpien', '601 Dundee Ave', 'East Dundee', 'IL', '60118', 'US', '8474266751', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX7790', '06', '2017', 'success', 'payflowpro', 'live', 'EXHPC1891BEB', '', '2014-07-23 07:15:06', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1664, 'C52693CF36', '7836e7911a2ecb5e6ce177d546e084f8', 969, 1, '', 'Heather Hunt', '444 Cobblestone Dr.', 'Deleware', 'OH', '43015', 'USA', '6143614489', '45', '', '', 0, '', '45', 'Corporate Check 318203', '', '', '', '', 'success', 'check', 'live', '', '', '2014-07-23 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1665, 'B64546DF6C', '7836e7911a2ecb5e6ce177d546e084f8', 2412, 12, '', 'Sheila Campbell: Librarian', '9990 Riverside Dr', 'Columbus', 'OH', '43065', 'USA', '6147243610', '45', '', '', 0, '', '45', 'Corporate Check 318203', '', '', '', '', 'success', 'check', 'live', '', '', '2014-07-23 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1666, '2BCA5A74B6', '7836e7911a2ecb5e6ce177d546e084f8', 697, 1, '', 'Delia Plate', '360 Belfair Drive', 'Galloway', 'OH', '43119', 'USA', '6148783982', '45', '', '', 0, '', '45', 'Corporate Check 318203', '', '', '', '', 'success', 'check', 'live', '', '', '2014-07-23 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1667, 'C91E53D4DC', '5912cd541b595d334a2d5ea9aee92ffb', 659649, 2, '', 'Natalie Moore', '5048 West 220 St', 'Fairview Park', 'Ohio', '44126', 'US', '4405322334', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX0082', '03', '2015', 'success', 'payflowpro', 'live', 'EPFPAFB1A453', '', '2014-07-23 12:47:37', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1668, '25777A07F8', 'ea906f57aba8ccf276c24695daab8f7f', 659650, 1, '', 'Randy White', '12515 Lake Square Circle 410', 'Orlando', 'Florida', '32821', 'US', '4078105143', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX7306', '02', '2016', 'success', 'payflowpro', 'live', 'ESJPBF6D3433', '', '2014-07-23 13:50:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1669, '7ECAB9B369', '79fb2befe892f243042bf448adfe0245', 601, 1, '', 'Daniel Dembiec', '3156 Ash Grove Rd.', 'Jacksonville', 'FL', '32226', 'US', '2487090918', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2040', '12', '2015', 'success', 'payflowpro', 'live', 'EQEPB012C495', '', '2014-07-24 09:23:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1670, 'F9D1634FBE', '6947da025e232a70e0e78e05c077589a', 2226, 13, '', 'Catoctin Wildlife Preserve and Zoo', '13019 Catoctin Furnace Rd', 'Thurmont', 'MD', '21788', 'USA', '', '150', '', '', 0, '', '150', 'Corporate Check 2356', '', '', '', '', 'success', 'check', 'live', '', '', '2014-07-24 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1671, '4310C38931', '61590e8cd1c111cf7cd29da2913e5dfa', 45, 1, '', 'Alexandra Henwood', '5400 NW 39th Ave Apt B7', 'Gainesville', 'FL', '32606', 'US', '8134821196', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX7801', '09', '2015', 'success', 'payflowpro', 'live', 'ETJPC176D9A2', '', '2014-07-24 16:56:49', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1672, 'B735A43074', '659e8bafa755f8741ff29a2c82e0066a', 659651, 2, '', 'Christina Silva', '724 Hamilton Lane', 'Escondido', 'CA', '92029', 'US', '17605056867', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX0035', '03', '2017', 'success', 'payflowpro', 'live', 'ESHPBF7DD53E', '', '2014-07-24 21:08:10', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1673, '81789BAB87', '524c54e4079d2b7c53be79a7661daa36', 659652, 1, '', 'Ellen Dreyer', '507 Conifer St', 'Melbourne', 'FL', '32904', 'US', '3175144522', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3545', '09', '2015', 'success', 'payflowpro', 'live', 'EXJPC1A8FAFE', '', '2014-07-25 17:21:46', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1674, '6237107F7B', '8f1ab4933276c2547b635745d9ee8f90', 2236, 1, '', 'Robbie Clark', '2728 Villas Way', 'San Diego', 'CA', '92108-6730', 'US', '2146745021', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7246', '01', '2018', 'success', 'payflowpro', 'live', 'ESHPBF89ECD7', '', '2014-07-25 19:28:47', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1675, '18ED76368D', 'ec0427810537b115bcdd0196cad5b5f5', 34, 2, '', 'Alec Marschke', '3708 Beckleysville Rd.', 'Manchester', 'MD', '21102', 'US', '4437918589', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX2480', '10', '2017', 'success', 'payflowpro', 'live', 'ETHPC18AD1D1', '', '2014-07-26 09:42:47', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1676, 'A9D35A46E9', 'ab629839b44bcb57cd42430b6b3e7f7f', 659653, 1, '', 'Jackson Thompson', '884 South Jester Ave.', 'Springfield', 'Missouri', '65802', 'US', '4178503017', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1737', '10', '2016', 'success', 'payflowpro', 'live', 'EXJPC1B0DE1A', '', '2014-07-26 12:01:58', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1677, '1B60874757', 'b429e3bbec4ba9a5812893b5c49ab7e3', 1589, 2, '', 'Kristin Schaffer', '1601 Independence Dr.', 'Jefferson City', 'MO', '65109', 'US', '5732304864', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX4185', '07', '2017', 'success', 'payflowpro', 'live', 'EUHPC100BB35', '', '2014-07-26 14:44:28', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1678, '2F7B9F0345', 'caaa80981c2e1f8874a97070f6e4f52b', 1786, 2, '', 'Lynn Kramer', '650 S. RL Thornton Frwy.', 'Dallas', 'TX', '75203', 'US', '4695547202', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX6419', '11', '2014', 'success', 'payflowpro', 'live', 'EXYPC1C7F9C4', '', '2014-07-28 12:27:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1679, 'FAF7ED4F1D', 'd1b2f92912305c8e1d087b13a8339e7d', 2523, 2, '', 'Talli Ruksas', '7722 S. Butte Ave.', 'Tempe', 'AZ', '85284', 'US', '4808978648', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX7192', '01', '2016', 'success', 'payflowpro', 'live', 'ELCPB1CE963B', '', '2014-07-28 13:55:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1680, '1E8A29C7D0', '361f878bee52bd4dd754b39ed07dc274', 659654, 1, '', 'Clare Sugarman', '552 Grand street', 'Redwood city', 'CA', '94062', 'US', '6504648927', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5606', '08', '2015', 'success', 'payflowpro', 'live', 'ELCPB1CE9B64', '', '2014-07-28 13:57:03', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1681, 'F220AB7A06', 'b07d8bb58099f3f43f08beebbf0406a2', 1995, 1, '', 'Michele Dzama', '2110 Sherwood Forest Blvd. Apt 24', 'W. Palm Beach', 'FL', '33415', 'US', '5614390733', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2690', '05', '2017', 'success', 'payflowpro', 'live', 'EQEPB0460264', '', '2014-07-28 16:31:12', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1682, 'F2770E8E6A', '3ebdf2e190a87b6b7770f765b113e8f4', 1048, 1, '', 'Jamie McTyre', '2534 Hearth Stone Dr.', 'Cordova', 'TN', '38016', 'US', '5083302199', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5404', '06', '2016', 'success', 'payflowpro', 'live', 'EUHPC11AFD04', '', '2014-07-28 19:54:38', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1683, '25C4CA8DAF', '6c5d0b1ae38ae2c8ecccd1b861f6282a', 1356, 2, '', 'Julie Smith', '4863 Sable Pine Circle Apt H', 'W. Palm Beach', 'FL', '33417', 'US', '9545476442', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX7484', '12', '2015', 'success', 'payflowpro', 'live', 'ELEPB1D8558C', '', '2014-07-29 08:58:44', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1684, '1C8C93B6A8', '32eea86b6ffee321ad01cc51449e72e9', 1685, 1, '', 'Leslie Ackerman', '110 Hill Top Dr.', 'Los Gatos', 'CA', '95032', 'US', '4086742385', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3355', '03', '2017', 'success', 'payflowpro', 'live', 'ERFPB05B6E60', '', '2014-07-29 12:52:36', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1685, '60AB9F6BCB', '88d17d143b29c6823281db0d5a68fd8a', 2072, 1, '', 'Nick Fantozzi', '102 E. Brookside Ave.', 'Akron', 'OH', '44301', 'US', '4196020545', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX4772', '03', '2017', 'success', 'payflowpro', 'live', 'ESJPBFB58FFC', '', '2014-07-29 13:40:18', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1686, 'FBEACD31A0', '2961cc3ea2aa493755adc44ff6ed2ab7', 659655, 5, '', 'Jessica Schlarbaum', '5000 Cochrane Ave', 'Oakland', 'CA', '94618', 'US', '7144585563', '30.00', '0', '', 0, '', '30', '', 'Mastercard', 'XXXXXXXXXXXX9627', '08', '2015', 'success', 'payflowpro', 'live', 'EPFPAFFE451E', '', '2014-07-29 19:56:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1687, '6F49966553', 'b94e2c46661facdae2f23b103b4cd7a4', 1686, 2, '', 'Leslie MacDougall', '1119 Main St.  Box 814', 'Hope Valley', 'RI', '2832', 'US', '5026096424', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX2106', '03', '2015', 'success', 'payflowpro', 'live', 'EXHPC1DE74DE', '', '2014-07-30 07:11:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1688, '8AA2A62E40', 'dcadbceb0ee5ae1671b8af7fd6a78c0b', 659656, 2, '', 'Nancy Rule', '1900 Benjamin Franklin Parkway Live Animal Center', 'Philadelphia', 'PA', '19103', 'US', '2152991034', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX3475', '09', '2016', 'success', 'payflowpro', 'live', 'ELEPB1E7B1AF', '', '2014-07-30 13:11:08', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1689, '0DB0AF119B', '6655ab6b4bbc6f05a62dabbffb8a3e78', 659657, 2, '', 'Sean Daly', 'PO Box 570291', 'Houston', 'TX', '77257', 'US', '9136535592', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX8899', '07', '2017', 'success', 'payflowpro', 'live', 'ESYPBFC2F728', '', '2014-07-30 14:59:22', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1690, 'ED64A2B113', 'bfb10bd00838a1739a0dec0ba9f6879a', 521, 1, '', 'Christy Azzarello-Dole', '2720 Midland Dr.', 'Naperville', 'IL', '60564', 'US', '7085163453', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1084', '04', '2017', 'success', 'payflowpro', 'live', 'ESHPBFC47BF6', '', '2014-07-30 17:44:06', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1691, 'D49DCAF6EA', '9542a62c30942b39640200b387869129', 659658, 1, '', 'Corissa Boaman', '3317 W. 4th St.  Apt 69', 'Hattiesburg', 'MS', '39401', 'USA', '', '45', '', '', 0, '', '45', 'Corporate Check 24906', '', '', '', '', 'success', 'check', 'live', '', '', '2014-07-31 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1692, '83DAD6FAE1', '9542a62c30942b39640200b387869129', 659659, 1, '', 'Stephanie Buckley', '620 S. 28th Ave. Apt 604', 'Hattiesburg', 'MS', '34401', 'USA', '', '45', '', '', 0, '', '45', 'Corporate Check 24906', '', '', '', '', 'success', 'check', 'live', '', '', '2014-07-31 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1693, '80F8801C23', '9542a62c30942b39640200b387869129', 1155, 1, '', 'Jennifer Trevis', '200 Foxgate Ave. Apt 9C', 'Hattiesburg', 'MS', '39402', 'USA', '', '45', '', '', 0, '', '45', 'Corporate Check 24906', '', '', '', '', 'success', 'check', 'live', '', '', '2014-07-31 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1694, 'E9631883E5', '5c32f2da95b4e800f4f7ed90d89ffbcc', 1465, 1, '', 'Katy Watson', '3310 Carl Rd.', 'Franklin', 'TN', '37064', 'US', '6157089178', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0009', '04', '2017', 'success', 'payflowpro', 'live', 'ELEPB1F25287', '', '2014-07-31 09:38:06', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1695, 'EEC24474BE', 'c726d36413488b1c14421d617942ff13', 659660, 1, '', 'Deidre Linden', '42 Richland Dr.', 'Tijeras', 'NM', '87059', 'US', '5054011216', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6981', '07', '2015', 'success', 'payflowpro', 'live', 'ETYPC1C97952', '', '2014-07-31 12:13:51', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1696, '072141EF42', '198c825f8a83bc5c1769ef41f5a8f7c7', 1551, 2, '', 'Kimberly Sweigard', '7306 Kitchens Drive', 'Marriottsville', 'MD', '21104', 'US', '7034776009', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX4813', '05', '2017', 'success', 'payflowpro', 'live', 'ETHPC1CC93B3', '', '2014-07-31 16:51:27', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1697, '3C472EDD45', 'eb55db16dd97c4c76f480eb926b88318', 659661, 1, '', 'Marie Perez', '1834 Clinton Ave', 'Berwyn', 'IL', '60402', 'US', '7736279984', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2436', '04', '2017', 'success', 'payflowpro', 'live', 'EUYPC141E959', '', '2014-07-31 19:42:15', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1698, 'FF736864CC', '07fb994d7096b7ab4afb8cb0405b98d6', 659662, 5, '', 'Danielle Koppel', '623 Bennett Way', 'Newmarket', 'NH', '03857', 'US', '2039218102', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX4851', '04', '2017', 'success', 'payflowpro', 'live', 'EREPB0803D16', '', '2014-08-01 06:15:30', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1699, '70A8F8829C', '132e92a8094eb2e783863e1e0f66db55', 659663, 2, '', 'Tamara Clinton-Cook', '400 S Westminster Rd', 'Guthrie', 'OK', '73044', 'US', '4052820792', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX4017', '12', '2015', 'success', 'payflowpro', 'live', 'ELFPB201C7E6', '', '2014-08-01 09:02:58', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1700, '1D3CD6CD4B', 'ba04ce15e91dbe81ec5a6b98da83337d', 659664, 5, '', 'Hannah Francis', '8370 Regency Drive', 'Pleasanton', 'California', '94588', 'US', '9259892394', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX9878', '01', '2016', 'success', 'payflowpro', 'live', 'ELEPB202931D', '', '2014-08-01 10:00:42', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1701, 'F3977D2205', '562c78204f3cc8c7758e4432b431a59a', 842, 2, '', 'Eric Gienke', '11632 Cedar Walk Dr.', 'St. Louis', 'MO', '63146', 'US', '3143465457', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX4539', '07', '2015', 'success', 'payflowpro', 'live', 'ELEPB205D576', '', '2014-08-01 14:32:42', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1702, 'D7AECC4980', 'b7a456b29edc07c485aa5b38bd8b93b8', 659665, 1, '', 'Zachary Cochran', '2423 Morrison Road', 'Granite City', 'Illinois', '62040', 'US', '6183344570', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0673', '08', '2016', 'success', 'payflowpro', 'live', 'EQEPB07D60CE', '', '2014-08-01 16:58:42', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1703, '4AFBCA77B0', '41d6909497a981198daac741e69de9c6', 1359, 1, '', 'Julie Hartell-DeNardo', '9611 Engel Lane', 'Olivette', 'MO', '63132', 'US', '5103320119', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6963', '09', '2016', 'success', 'payflowpro', 'live', 'ETYPC1E72D80', '', '2014-08-02 12:24:31', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1704, 'DFEFD1F3A4', '8d4a6e630b2a59b03f5c29fad6a2df72', 1122, 1, '', 'Jenna Schmidt', '434 S 70th E Ave', 'Tulsa', 'OK', '741112', 'US', '2603410732', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2100', '02', '2017', 'success', 'payflowpro', 'live', 'ESYPBFED776B', '', '2014-08-02 15:12:55', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1705, '4ADD21AE91', '9ba809101b4092d087d7fae823784f64', 659666, 1, '', 'Colleen Reed', '1305 NWATTS ST', 'PORTLAND', 'OREGON', '97217', 'US', '7724732478', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX9813', '10', '2015', 'success', 'payflowpro', 'live', 'EPFPB03A2D83', '', '2014-08-03 06:40:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1706, 'C42E02D5E4', 'f316fba70ca7ebdf0f71d847f76052ca', 659667, 1, '', 'Jennifer Warren', '3805 SW 5th Place', 'Gainesville', 'FL', '32607', 'US', '3522147055', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2405', '12', '2016', 'success', 'payflowpro', 'live', 'EPCPB03EBF01', '', '2014-08-03 15:43:24', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1707, '911B4298FB', '10b6df737d02e4aca7046e3c9090af48', 163, 1, '', 'Andrew Rowan', '1625 Elm St.', 'Denver', 'CO', '80220', 'US', '3039819630', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9853', '10', '2014', 'success', 'payflowpro', 'live', 'EPCPB0488399', '', '2014-08-04 08:28:55', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1708, '032E3ADFBF', '808b9414dc4ab8ccdc578b808bcb57af', 659668, 1, '', 'Sara Slatsky', '1025 Reynolds Rd. Apt C-302', 'Johnson City', 'NY', '13790', 'USA', '', '45', '', '', 0, '', '45', 'Corporate Check 10871', '', '', '', '', 'success', 'check', 'live', '', '', '2014-08-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1709, 'CA4173CAF6', '808b9414dc4ab8ccdc578b808bcb57af', 659669, 1, '', 'Michael Bender', '74 Park Ave. Apt 1', 'Binghampton', 'NY', '13903', 'USA', '', '45', '', '', 0, '', '45', 'Corporate Check 10871', '', '', '', '', 'success', 'check', 'live', '', '', '2014-08-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1710, 'C89A0D03A3', '808b9414dc4ab8ccdc578b808bcb57af', 659670, 1, '', 'Kelsey Lotz', '226 Court St. Apt 4', 'Binghampton', 'NY', '13901', 'USA', '', '45', '', '', 0, '', '45', 'Corporate Check 10871', '', '', '', '', 'success', 'check', 'live', '', '', '2014-08-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1711, '8528CF0C34', '808b9414dc4ab8ccdc578b808bcb57af', 659671, 1, '', 'Courtnie Yale', '372 Oak St.', 'Vestal', 'NY', '13850', 'USA', '', '45', '', '', 0, '', '45', 'Corporate Check 10871', '', '', '', '', 'success', 'check', 'live', '', '', '2014-08-04 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1712, '7B0D917B48', '64abaf34cb4580930250c5599073ad8a', 659672, 5, '', 'Robert Evans', '15150 Collegiate Cir', 'Moorpark', 'CA', '93021', 'US', '8323384556', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX4127', '02', '2017', 'success', 'payflowpro', 'live', 'ESJPC00AB1F8', '', '2014-08-04 18:36:50', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1713, 'B131273A68', '392b1f4a9c8d419507fa948259474130', 659673, 1, '', 'Michelle Schireman', '13724 NW MIlburn St', 'Portland', 'OR', '97229', 'US', '5036460315', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0155', '02', '2017', 'success', 'payflowpro', 'live', 'EQEPB0A6B625', '', '2014-08-04 19:24:49', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1714, 'A2D3C5D047', 'f46e7cb09f7acddb13efadbe510ad3d8', 659674, 1, '', 'Courtney Copestake', '69 Turkey Creek', 'Alachua', 'FL', '32615', 'US', '3054846802', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6522', '07', '2017', 'success', 'payflowpro', 'live', 'ETHPC20DB9A3', '', '2014-08-05 08:30:19', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1715, '60AF671325', '240777826e4ab46ee05619863ed70a5a', 659675, 1, '', 'Daniel Kozlowski', '9342 S. Austin Ave 9342 S. Austin Ave', 'Oak Lawn', 'IL', '60453', 'US', '7085573091', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX1991', '12', '2017', 'success', 'payflowpro', 'live', 'EUJPC187CE08', '', '2014-08-05 17:26:13', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1716, 'B0DA094505', '06081cf466c09db236e410748f14282a', 659676, 1, '', 'Rebecca Pye', '157 Hatton Ln', 'Lexington', 'Sc', '29072', 'US', '8034034040', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2530', '11', '2016', 'success', 'payflowpro', 'live', 'EXYPC241D5BE', '', '2014-08-06 08:28:51', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1717, '3FB17AE243', 'e81d18c0beee91abef7475e3600fffb9', 750, 13, '', 'Columbus Zoo and Aquarium', 'PO Box 400', 'Powell', 'OH', '43065', 'USA', '', '150', '', '', 0, '', '150', 'Corporate Check 318565', '', '', '', '', 'success', 'check', 'live', '', '', '2014-08-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1718, 'EEBF6FD376', 'e81d18c0beee91abef7475e3600fffb9', 1367, 1, '', 'Justin Zolman', '879 Wallace Drive', 'Delaware', 'OH', '43105', 'USA', '7405018224', '45', '', '', 0, '', '45', 'Corporate Check 318565', '', '', '', '', 'success', 'check', 'live', '', '', '2014-08-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1719, '7DA11F36C9', 'e81d18c0beee91abef7475e3600fffb9', 62, 1, '', 'Alicia Shelley', '8611 Lucas Rd.', 'Plain City', 'OH', '43064', 'USA', '6147243638', '45', '', '', 0, '', '45', 'Corporate Check 318565', '', '', '', '', 'success', 'check', 'live', '', '', '2014-08-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1720, '1AA25D16D9', 'e81d18c0beee91abef7475e3600fffb9', 659677, 2, '', 'Jon Z. Allyn Jr.', 'PO Box 180128', 'Boston', 'MA', '02118', 'USA', '7818618778', '40', '', '', 0, '', '40', 'Treasurers Check 4200000186', '', '', '', '', 'success', 'check', 'live', '', '', '2014-08-06 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1721, '2CA89922AA', '72ef3e28aff0437b2711edf45b751d40', 659678, 1, '', 'Kimberly Schmidt', '219 Roxborough Avenue', 'Philadelphia', 'PA', '19120', 'US', '2152435216', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX9180', '02', '2016', 'success', 'payflowpro', 'live', 'EPEPB0693FBB', '', '2014-08-06 11:05:31', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1722, '5A7F511BAB', 'd884c61b2485ab47a73c333770c83868', 870, 1, '', 'Erin Martin', '3448 34th Ave. W #A', 'Seattle', 'WA', '98199-1608', 'US', '2067902777', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX1646', '07', '2017', 'success', 'payflowpro', 'live', 'ESHPC024D564', '', '2014-08-06 12:09:13', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1723, '7014AF1BA1', '8dc1772469c5e31a37c87058350af3cf', 2728, 5, '', 'Corrine Del Grande', '50 Harbourton Woodsville', 'Pennington', 'NJ', '08534', 'US', '9084214262', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX2657', '07', '2017', 'success', 'payflowpro', 'live', 'ETJPC2227428', '', '2014-08-06 16:12:47', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1724, 'AB26ABA245', 'd7f086a7f96f60c3aa7e64b09c766f49', 2448, 1, '', 'Stacy Jae Hitt', '1613 Decree Ave.', 'West Columbia', 'SC', '29169', 'US', '8646501274', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX4259', '07', '2015', 'success', 'payflowpro', 'live', 'ETHPC22B1462', '', '2014-08-07 08:36:22', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1725, '745BFB6551', 'f41d7d4467cd7df60a20b0321f60995d', 1091, 1, '', 'Jay Pratte', '3701 S. 10th St.', 'Omaha', 'NE', '68107', 'US', '4027386907', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7424', '07', '2015', 'success', 'payflowpro', 'live', 'EREPB0D6CAB9', '', '2014-08-07 09:18:39', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1726, '38F13EB722', '18dd0d800dca3cf54741a19cc8d1db94', 659679, 1, '', 'Tari Ruggero', '3421 Ecochee Ave.', 'San Diego', 'CA', '92117', 'USA', '8585255060', '45', '', '', 0, '', '45', 'Personal Check 1516', '', '', '', '', 'success', 'check', 'live', '', '', '2014-08-07 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1727, '9CE7C23F83', '55b70bfa2ff4717b455b1cb29cb2e3fa', 1244, 2, '', 'Jill Gordon', 'St. Louis Zoo - One Government Dr.', 'St. Louis', 'MO', '63110', 'US', '3146464554', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX5423', '08', '2016', 'success', 'payflowpro', 'live', 'ETYPC22CD552', '', '2014-08-07 11:16:57', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1728, '3222B700E8', 'e0f20f305b6bf5228d2f87e807e36754', 1430, 1, '', 'Kathleen Echevarria', '14001 McKay Park Circle', 'Broomfield', 'CO', '80023', 'US', '3522427599', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3570', '04', '2018', 'success', 'payflowpro', 'live', 'ERCPB0D855D0', '', '2014-08-07 11:43:55', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1729, '81A6189AE7', 'c75cec32bb777ef92f3ca0a09d149c2b', 1629, 1, '', 'L. Charles', '502 E. 79th St.  Apt 5A', 'New York', 'NY', '10075', 'US', '6462497306', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4062', '10', '2015', 'success', 'payflowpro', 'live', 'ESJPC03280B7', '', '2014-08-07 12:12:50', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1730, 'A5571FCE64', '26c9b787320f6cda04f42091433cb0fe', 659680, 1, '', 'Joseph Piquet', '1903 Mosher St', 'Bay City', 'MI', '48706', 'US', '9894159930', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0160', '08', '2018', 'success', 'payflowpro', 'live', 'ETHPC22E393D', '', '2014-08-07 13:28:40', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1731, '742017B346', '2ad5e0fee0e42a5cb51cd72a5f387d9e', 183, 5, '', 'Angie Adkin', '8406 SW 51st Lane', 'Gainesville', 'FL', '32608', 'US', '7735627546', '30.00', '0', '', 0, '', '30', '', 'Mastercard', 'XXXXXXXXXXXX9574', '12', '2016', 'success', 'payflowpro', 'live', 'EPCPB078C090', '', '2014-08-07 14:12:42', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1733, 'B92C228CCC', '9a39821e735f5a8313b6cab865456996', 322, 1, '', 'Brenton Maille', '5021 S. Toledo Ave.  Apt 6D', 'Tulsa', 'OK', '74135', 'US', '8147068893', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX4529', '09', '2017', 'success', 'payflowpro', 'live', 'EPCPB07A3E4B', '', '2014-08-07 16:38:59', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1734, '19F3E743C8', '7ed81e3c2453d149d4cba7a5021136d7', 659682, 1, '', 'Nicole Miller', '1940 Chickasaw Ave', 'Los Angles', 'Ca', '90041', 'US', '3233978803', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1218', '12', '2014', 'success', 'payflowpro', 'live', 'EUJPC1A65550', '', '2014-08-07 21:18:58', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1735, 'D2CCE54FF1', '8eaee8033d301b085deff2e25aca5f0a', 2110, 1, '', 'Pamela Jones', '165 Ocean Ave  Apt 2', 'Providence', 'RI', '02905', 'US', '7133596492', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4011', '03', '2018', 'success', 'payflowpro', 'live', 'EREPB0E1A7B2', '', '2014-08-08 05:33:30', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1736, 'C083DC6578', '2ab62f11fa1a74966906cbed6c9298e6', 1305, 5, '', 'Jonathan Lorenzo', '6250 Moccasin Pass Ct', 'Colorado Springs', 'CO', '80919-4442', 'US', '7193210004', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX9510', '07', '2015', 'success', 'payflowpro', 'live', 'ELFPB262FA87', '', '2014-08-08 08:32:06', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1737, 'D1185789C8', 'aecb016cf722909590048a4a525a98ed', 2136, 2, '', 'Paul Vidal', '1254 Canyon View Rd.', 'Sagamore Hills', 'OH', '44067', 'US', '3304671470', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX0322', '06', '2017', 'success', 'payflowpro', 'live', 'EPCPB084B90D', '', '2014-08-08 11:49:23', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1738, '9402ECD931', '5a793307c0be5f846c051bee69a64b24', 659683, 9, '', 'Fanny Bonilla', 'Parroquia Tarqui Parroquia Tarqui', 'Puyo', 'Pastaza', '150160', 'EC', '5930983208414', '55.00', '0', '', 0, '', '55', '', 'Mastercard', 'XXXXXXXXXXXX0004', '06', '2017', 'success', 'payflowpro', 'live', 'EPCPB085399E', '', '2014-08-08 12:38:41', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1739, '082AB358BF', '9831df715c31f7f0b6c3a1fb6e4accfd', 851, 1, '', 'Erica Mueller', '7 Kenneth Court', 'Lincoln Park', 'NJ', '07035', 'US', '9739970133', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8916', '11', '2016', 'success', 'payflowpro', 'live', 'EQFPB0DBC609', '', '2014-08-08 12:50:58', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1740, '5CE4D67484', '8ba9860e6b8af0ef1af0f6be25fa4c65', 659684, 2, '', 'Kristin Marucci', '4030 Starwreath Way', 'Ellicott City', 'Maryland', '21042', 'US', '4103402015', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX1474', '01', '2017', 'success', 'payflowpro', 'live', 'EPFPB0866E5E', '', '2014-08-08 14:42:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1741, 'F49DCCE585', 'c651ab623857bba0888a2be65c176f54', 659685, 1, '', 'Rebecca Woolley', '2130 SW Fillmore St. Apt. 5', 'Topeka', 'KS', '66611', 'US', '7654373248', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX5769', '06', '2017', 'success', 'payflowpro', 'live', 'ETJPC23DA377', '', '2014-08-08 16:58:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1742, '9A1DE391E4', 'a7865ff6a5766fec5aca461c30d5f9b1', 586, 2, '', 'Dale Martin', '12610 Barbizon Dr. None', 'Houston', 'TX', '77089', 'US', '2819019147', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX5739', '10', '2015', 'success', 'payflowpro', 'live', 'EUJPC1B71D9C', '', '2014-08-09 05:41:07', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1743, '2D89C36121', 'a05a1fe8fb8844b24b2e078086b204f7', 659686, 1, '', 'Danielle Estes', '238 Zuni Dr', 'Hewitt', 'Texas', '76643', 'US', '9512334932', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3359', '01', '2016', 'success', 'payflowpro', 'live', 'EPFPB08F0F30', '', '2014-08-09 09:11:42', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1744, '6591B4BE88', '352bf7d10ab95af2d20ef20bc2744a1c', 659687, 1, '', 'Megan Lumpkin', '6849 Chantilly Lane', 'Dallas', 'TX', '75214', 'US', '2148212803', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6565', '05', '2016', 'success', 'payflowpro', 'live', 'EQEPB0E6C04F', '', '2014-08-09 11:56:17', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1745, 'F458464F38', '6e87306989fe6b8b48b8a9dc31e122e0', 659688, 5, '', 'Jennifer Wojciechowski', '351 W University Blvd PO Box 9303', 'Cedar City', 'Utah', '847209', 'US', '7025263230', '30.00', '0', '', 0, '', '30', '', 'Visa', 'XXXXXXXXXXXX0897', '05', '2016', 'success', 'payflowpro', 'live', 'EPFPB09CB32C', '', '2014-08-10 13:09:28', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1746, '11004D689B', 'cc0283ce924aece9d2e5274d0d59f36b', 659689, 1, '', 'Barbara Shurman', '4813 Oakbrooke Place', 'Orlando', 'FL', '32812', 'US', '4075953946', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3533', '04', '2015', 'success', 'payflowpro', 'live', 'EUJPC1C8B43E', '', '2014-08-10 17:57:04', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1747, '9D1AB571EA', '9eed617a10950177f86e4ec6b201e7c9', 1433, 1, '', 'Kathleen Ferris', '1110 Moraine Way Apt 107', 'Green Bay', 'WI', '54303-4462', 'US', '4147581306', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7112', '07', '2015', 'success', 'payflowpro', 'live', 'EXHPC282E573', '', '2014-08-11 09:18:43', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1748, 'D151A322C2', '0b423a26944d2dc051ff4d6161069328', 642, 3, '', 'David Rodrigue: Executive Director Ecomuseum', '21125 Chemin Sainte-Marie', 'Sainte-Anne-de-Bellevue', 'QC', 'H9X 3Y7', 'CANADA', '', '55', '', '', 0, '', '55', 'Square', '', '', '', '', 'success', 'stripe', 'live', '', '', '2014-08-08 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1749, 'FBCC992A3D', '12b4933bc12973f6dc86b34a71d82210', 659690, 2, '', 'Samantha Staunch', '13934 Briardale Ln', 'Tampa', 'Fl', '33618', 'US', '8136956440', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX6391', '06', '2017', 'success', 'payflowpro', 'live', 'ELEPB2887A88', '', '2014-08-11 09:33:02', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1750, '8EEC79A397', '40e9d1c6aafb5d07c2b0cafd524b137b', 659691, 1, '', 'Sarah Snell', '4697 Pembrook Place', 'Orlando', 'Florida', '32811', 'US', '4075950334', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX7970', '04', '2018', 'success', 'payflowpro', 'live', 'ERCPB10C0EC5', '', '2014-08-11 13:36:41', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1751, '344AD1D4BB', '41cb2595d7937933a4d69a7b1fe15f67', 659692, 2, '', 'Trish Ennis', '7030 W 42nd Ave', 'Wheat Ridge', 'CO', '80033', 'US', '3034321025', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX9408', '03', '2016', 'success', 'payflowpro', 'live', 'ELFPB28C6151', '', '2014-08-11 15:06:04', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1752, '6AB03CB832', '04762522b92830d9b53ed7274bf7f4f2', 659693, 1, '', 'Emily Gertiser', '1800 N. Martin Luther King Jr. Blvd #1201', 'Waco', 'Texas', '76704', 'US', '9896191464', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX3962', '08', '2019', 'success', 'payflowpro', 'live', 'EXJPC288E9FA', '', '2014-08-11 18:23:10', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1753, '4A8AF3EE20', '14b05fdf4f2cb5cb508615a556e0e3f0', 659694, 2, '', 'Amy Alexander', '12062 Old Pomerado Road A', 'Poway', 'CA', '92064', 'US', '8583544385', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX3250', '03', '2017', 'success', 'payflowpro', 'live', 'ESJPC06A10F5', '', '2014-08-11 20:36:45', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1754, 'C6B608FFC5', '312b4fb46b226396c747ce486e3b9194', 659695, 1, '', 'Ashley Gunn', '9407 north 35th drive', 'phoenix', 'arizona', '85051', 'US', '6023204025', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8793', '06', '2017', 'success', 'payflowpro', 'live', 'EXHPC291B263', '', '2014-08-12 10:56:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1755, '877F00E977', '682e26e5d4094d9d6ecf2ce79d540d26', 1039, 2, '', 'James Ritt', '1824 Cree Lane', 'Mt. Prospect', 'IL', '60056', 'US', '8472986015', '40.00', '0', '', 0, '', '40', '', 'Mastercard', 'XXXXXXXXXXXX5455', '10', '2014', 'success', 'payflowpro', 'live', 'ESYPC073CED7', '', '2014-08-12 14:21:12', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1756, '8A291D728C', '7cd46cd5bc563013c09c2b514825d333', 659696, 3, '', 'April Martel', '1631 Finch Avenue', 'Pickering', 'Ontario', 'L1V 1K3', 'CA', '9056263094', '55.00', '0', '', 0, '', '55', '', 'Visa', 'XXXXXXXXXXXX0464', '11', '2016', 'success', 'payflowpro', 'live', 'EXHPC29548FD', '', '2014-08-12 16:47:21', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1757, '304FCD82DD', 'a7a0d23ad324f03d8f4345090222c10f', 1837, 1, '', 'Marie Greene', '1 Zoo Dr.', 'Little Rock', 'AR', '72205', 'US', '15016127866', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1163', '02', '2016', 'success', 'payflowpro', 'live', 'ETHPC2718D03', '', '2014-08-12 19:06:06', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1758, 'EFFBA5B853', 'bd9c1b827b4c7e94db4ffc490bba7ca3', 2538, 1, '', 'Tanya Barton-Garcia', '3220 Santiago Dr.', 'Mesquite', 'TX', '75150', 'US', '2142646498', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX4024', '02', '2017', 'success', 'payflowpro', 'live', 'ETYPC279A5A5', '', '2014-08-13 10:05:04', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1759, '6D49BC3878', '46e33a36d33e2d5495936a6184c0292d', 659697, 17, '', 'Jack Hanna', '9990 Riverside Dr', 'Powell', 'OH', '43065', 'USA', '', '0', '', '', 0, '', '0', '', '', '', '', '', 'success', 'payflowpro', 'live', '', '', '2014-08-13 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1760, '3AE8FED1E9', '6720f4dbfdc4fd7c948dc66d4bab55bf', 659698, 1, '', 'Lori Smith', '124 Allen Road', 'Glen Burnie', 'MD', '21061', 'US', '4439283133', '45.00', '0', '', 0, '', '45', '', 'Discover', 'XXXXXXXXXXXX5917', '07', '2019', 'success', 'payflowpro', 'live', 'EPCPB0C4277B', '', '2014-08-13 10:43:49', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1761, 'BB08C08CF4', '8b63a5ba75aa8d9187ab4d9884c8ff5e', 784, 1, '', 'Elana Kopel', '445 Monument Rd  #209', 'Jacksonville', 'FL', '32225', 'US', '5126265465', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX7552', '12', '2015', 'success', 'payflowpro', 'live', 'EQFPB11CAD53', '', '2014-08-13 13:54:14', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1762, '2444F640DC', 'a365b6f37a0a58b3f48e420b183d5bcc', 237, 1, '', 'Ashley Kramer', '2658 Skyview Trace Ct.', 'Houston', 'TX', '77047', 'US', '8329045952', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8766', '03', '2018', 'success', 'payflowpro', 'live', 'EPFPB0C69826', '', '2014-08-13 14:34:44', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1763, 'BC3F1282B2', '051965983238ce970688eb81a38b7b55', 1879, 2, '', 'Mary Nodulman', '4723 Central Ave.', 'Western Springs', 'IL', '60558', 'US', '7082461720', '40.00', '0', '', 0, '', '40', '', 'Discover', 'XXXXXXXXXXXX1280', '01', '2019', 'success', 'payflowpro', 'live', 'ETJPC27CA668', '', '2014-08-13 14:42:14', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1764, 'D8528B42D5', '0e5b480fde26d261186e5e056bbfaaf2', 2135, 1, '', 'Paul Gibbons', '1696 McNell Rd', 'Ojai', 'CA', '93023', 'US', '2123535060', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX5632', '07', '2015', 'success', 'payflowpro', 'live', 'ERCPB1288625', '', '2014-08-13 15:56:13', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1765, 'AEBDD219AA', 'edd46358ff852bf902238ada654d4574', 2356, 1, '', 'Sarah Kirkman', '2828 Redcrest Ln.  Apt 104', 'Akron', 'OH', '44319', 'US', '6145958098', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3220', '03', '2016', 'success', 'payflowpro', 'live', 'ETJPC27DDCAE', '', '2014-08-13 16:53:24', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1766, '6FC3F8CEC4', 'b831446b308a03d95453950058e0009c', 1511, 1, '', 'Kerry Dobson', '8 Leighton Rd.', 'Trumbull', 'CT', '06611', 'US', '2033723843', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX8930', '12', '2016', 'success', 'payflowpro', 'live', 'ETJPC27F6AC9', '', '2014-08-13 19:48:32', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1767, 'A5B82C0A95', '7fa7dd2800622a1abe72c64afa78b9fb', 1265, 1, '', 'Joanna Bojarski', '7014 24th Ave. NE', 'Seattle', 'WA', '98115-5808', 'US', '2062148294', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2008', '06', '2015', 'success', 'payflowpro', 'live', 'ERFPB12BA820', '', '2014-08-13 22:02:34', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1768, '2C5B0ACF84', '9d4d5ae147b6eea371620d32c0bb5ae7', 659699, 1, '', 'Sheryl Staaden', '3407 Trout Street', 'Brunswick', 'GA', '31520', 'US', '9122303237', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX2040', '12', '2015', 'success', 'payflowpro', 'live', 'EPEPB0D283C5', '', '2014-08-14 12:04:56', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1769, '5B20787573', 'a3af4d28451b58fd65143fe21b5bedf5', 1031, 1, '', 'Jade Salamone', '1201 NW 25th Terrace', 'Gainesville', 'FL', '32605', 'US', '3522134091', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX5442', '06', '2016', 'success', 'payflowpro', 'live', 'EXJPC2ADC1F5', '', '2014-08-14 12:31:54', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1770, 'AD3558BF5D', 'a5909a2fcfc4fa4efe9bd6573119605f', 659700, 1, '', 'Stacey Daniel', '961 Derbyshire Drive', 'Kissimmee', 'Florida', '34758', 'US', '8505323234', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8749', '06', '2017', 'success', 'payflowpro', 'live', 'EPEPB0D53B1B', '', '2014-08-14 16:47:14', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1771, 'CA004DC876', '37ae5dac9eb6fc108eb2d3fab5f72073', 2559, 1, '', 'Theresa Larson', '3536 W. Waco Dr.  Apt C', 'Waco', 'TX', '76710', 'US', '3092559357', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1534', '01', '2015', 'success', 'payflowpro', 'live', 'ELCPB2B7AFFA', '', '2014-08-14 20:44:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1772, '3E3EA1A74E', '226238e6880818b7a11a06e8c5d36eb4', 659701, 1, '', 'Kris Florig', '701 Channelside Drive', 'Tampa', 'FL', '33602-5614', 'USA', '8473665977', '45', '', '', 0, '', '45', 'Corporate Check 72996', '', '', '', '', 'success', 'check', 'live', '', '', '2014-08-15 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1773, '02A0151846', '226238e6880818b7a11a06e8c5d36eb4', 659702, 1, '', 'Maegan Sweeney', '1920 E. Clifton St.', 'Tampa', 'FL', '33610', 'USA', '8137485710', '45', '', '', 0, '', '45', 'Corporate Check 72996', '', '', '', '', 'success', 'check', 'live', '', '', '2014-08-15 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1774, 'C21EB6C777', '7418ff8af7279cf2a69a57da99b142f4', 659703, 2, '', 'Kristin Zabawa', '1937 SE Ladd Ave', 'Portland', 'OR', '97214', 'US', '5032301040', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX9680', '02', '2017', 'success', 'payflowpro', 'live', 'EQCPB1378FDE', '', '2014-08-15 12:28:06', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1775, 'ADC2A07521', '2711839f7136ff911ba5ace248ab92a5', 659704, 1, '', 'Edgar Fortune', '2122 N. 185 street', 'Shoreline', 'WA', '98133', 'US', '2062931766', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX0043', '01', '2016', 'success', 'payflowpro', 'live', 'ESHPC09C625D', '', '2014-08-15 13:03:52', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1776, '75709B3236', '040d88e6e203d8559536b9b310f0e0df', 659705, 4, '', 'alyssa lamanna', '2229 Queen St E Unit B', 'Toronto', 'Ontario', 'M4E 1E8', 'CA', '6474544657', '50.00', '0', '', 0, '', '50', '', 'Mastercard', 'XXXXXXXXXXXX5841', '03', '2018', 'success', 'payflowpro', 'live', 'ESJPC09D8638', '', '2014-08-15 14:51:40', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1777, '10246DCE8E', '8758f67c276101c8170bef8a5b108fbc', 1224, 2, '', 'Jessica Penrose', '14025 Osprey Links Rd. Apt 372', 'Orlando', 'FL', '32837-6180', 'US', '8136904047', '40.00', '0', '', 0, '', '40', '', 'Visa', 'XXXXXXXXXXXX6301', '05', '2016', 'success', 'payflowpro', 'live', 'EQFPB1396572', '', '2014-08-15 15:24:08', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1778, '6A35DF9453', '8073f65a9a1c80670e207b646c1bf0f8', 58, 1, '', 'Alicia Grano', '212 Coral Reef Ct.', 'Romeoville', 'IL', '60446', 'US', '6168943779', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6977', '10', '2015', 'success', 'payflowpro', 'live', 'EPCPB0E5B167', '', '2014-08-15 20:47:55', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1779, 'E86BFE2D8B', '0b02ebf205ac180b4bc4b01d00981bbe', 2318, 1, '', 'Sara Wunder', '3605 E Bougainvillea Ave', 'Tampa', 'FL', '33612', 'US', '8133251681', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8202', '07', '2016', 'success', 'payflowpro', 'live', 'EUJPC2151DC8', '', '2014-08-16 09:41:48', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1780, 'ABDD5B8BFB', '1573c323428975eb4c992949547c4be6', 989, 1, '', 'Hilary Merkwan', '706 Sherman Dr', 'Bellevue', 'NE', '68005', 'US', '4022392151', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1051', '05', '2016', 'success', 'payflowpro', 'live', 'EUJPC2192E0B', '', '2014-08-16 19:09:32', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1781, 'B1DDF4C214', '9473eed35ee536b2b6700d35b6ade9f2', 1025, 1, '', 'Jacque Blessington', '1506 E. 81st St.', 'Kansas City', 'MO', '64131-2336', 'US', '8164056125', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3701', '02', '2015', 'success', 'payflowpro', 'live', 'ETHPC2A5A19D', '', '2014-08-16 19:35:47', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1782, '2BF5C867C9', 'c21b4a9306b24604185bda32230bc39c', 659706, 1, '', 'Crystal Equels', '3557 BARRY ST', 'VIRGINIA BEACH', 'VA', '23452', 'US', '4124806120', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX5504', '08', '2017', 'success', 'payflowpro', 'live', 'EQFPB14E911F', '', '2014-08-17 16:16:27', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1783, 'E2B1533C0C', '3a6fbd4041e4a230a260498a9b50e4ec', 1434, 1, '', 'Kathleen Hiebert', '2409 Eagle Chase Dr.', 'Palm Harbor', 'FL', '34683', 'US', '8124807177', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX8416', '08', '2016', 'success', 'payflowpro', 'live', 'ETYPC2AE137F', '', '2014-08-17 16:20:17', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1784, '73F9F4CB7F', '39a925cff8d951ff1d73ee73a069b45d', 659707, 5, '', 'Timothy Hutton', '205 Greenwood Drive', 'Cranberry Township', 'Pennsylvania', '16066', 'US', '7245912629', '30.00', '0', '', 0, '', '30', '', 'Discover', 'XXXXXXXXXXXX1524', '07', '2017', 'success', 'payflowpro', 'live', 'EXJPC2D62913', '', '2014-08-17 23:24:58', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1785, 'AF15BF33CB', '38133bd1987e195a11b7df021d9faad6', 659708, 1, '', 'Sarah Armstrong', '6209 S 161 Ave', 'Omaha', 'NE', '68135', 'US', '4027382048', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX4338', '09', '2015', 'success', 'payflowpro', 'live', 'EUHPC22B0A4F', '', '2014-08-18 09:47:20', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1786, '20FC05D80C', '8db7ca6a76266edb7843fed2a1f99090', 2159, 1, '', 'Phillip Sigler', '318 Trade Wind Drive', 'Minneola', 'FL', '34715', 'USA', '4073532536', '45', '', '', 0, '', '45', 'Personal Check 1369', '', '', '', '', 'success', 'check', 'live', '', '', '2014-08-18 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1787, 'F03511E3CD', 'f03e138be13eb3660bc10717cdd5d396', 659709, 4, '', 'Kirsten Arienda-Jose', '50 laurel avenue', 'scarborough', 'ontario', 'm1k3j5', 'CA', '6479090019', '50.00', '0', '', 0, '', '50', '', 'Visa', 'XXXXXXXXXXXX1636', '06', '2017', 'success', 'payflowpro', 'live', 'EQCPB158B4B2', '', '2014-08-18 10:45:28', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1788, '975DC5A9BE', 'a2e282f70b545c921b03317744527db5', 659710, 4, '', 'Elisa Langer', '141 James street east', 'Cobourg', 'Ontario', 'K9a 1h4', 'CA', '9053758017', '50.00', '0', '', 0, '', '50', '', 'Visa', 'XXXXXXXXXXXX4018', '09', '2016', 'success', 'payflowpro', 'live', 'EPEPB1028E50', '', '2014-08-18 11:08:01', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1789, '2DA9257BE1', '0853f6a27ec661152c8871070c3dafe2', 2164, 1, '', 'Rachael Rufino', '1235 Wildwood Ave #330', 'Sunnyvale', 'CA', '94089', 'US', '4158281220', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX8368', '05', '2016', 'success', 'payflowpro', 'live', 'ELFPB2E37547', '', '2014-08-18 11:45:16', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1790, 'CC65139834', '0a66dcd367314cecc546371e1d05ae93', 659711, 1, '', 'Steve Gibson', '2193 Rexwood Rd.', 'Cleveland Heights', 'Ohio', '44118', 'US', '4403095105', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX8765', '05', '2017', 'success', 'payflowpro', 'live', 'EQFPB15A137E', '', '2014-08-18 12:38:25', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1791, '303E6B7D5B', 'b7622eb7f268afcd9537a52541f7a1fe', 814, 1, '', 'Elizabeth Miller', '1033 Ontario St.  Apt 3ES', 'Oak Park', 'IL', '60302', 'US', '8472541820', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX3759', '06', '2017', 'success', 'payflowpro', 'live', 'ETYPC2B9B7B3', '', '2014-08-18 12:59:48', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1792, '458BA3E7BD', '6c4e1e8a5e9db66cce60759fdeab36d6', 1361, 1, '', 'Julie Ann Platt', '1133 S. Wabash Ave. Apt 806', 'Chicago', 'IL', '60605', 'US', '7735514590', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX1838', '10', '2017', 'success', 'payflowpro', 'live', 'ETJPC2BA2328', '', '2014-08-18 13:33:53', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1793, 'AFCD1F3BC7', '9168b792d152a06878cf33dffccee5a0', 659712, 3, '', 'Elise Schembri', '156 lakedriveway west', 'Ajax', 'Ontario', 'L1S4V7', 'CA', '4164734274', '55.00', '0', '', 0, '', '55', '', 'Visa', 'XXXXXXXXXXXX0165', '06', '2015', 'success', 'payflowpro', 'live', 'EPEPB104AEA1', '', '2014-08-18 14:05:30', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1794, '014FA6800D', '39858851ee9dcc88fd9121cd06e4062a', 659713, 1, '', 'Hollie Mayeux', '8911 youree apt 406', 'Shreveport', 'La', '71106', 'US', '3188404498', '45.00', '0', '', 0, '', '45', '', 'Mastercard', 'XXXXXXXXXXXX5927', '01', '2017', 'success', 'payflowpro', 'live', 'EXHPC2E009B8', '', '2014-08-18 14:42:29', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1795, '4AB4684452', '29ba43baf7579fca97f1e5494280f265', 659714, 12, '', 'University of Wisconsin Madison', '728 State St.', 'Madison', 'WI', '53706', 'USA', '', '45', '', '', 0, '', '45', 'EBSCO Check 2121119', '', '', '', '', 'success', 'check', 'live', '', '', '2014-08-18 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1796, '35ECE7914B', '29ba43baf7579fca97f1e5494280f265', 1074, 1, '', 'Janice Coakley', '853 Mt. Shepherd Rd.', 'Asheboro', 'NC', '27205-2843', 'USA', '', '45', '', '', 0, '', '45', 'Personal Check 4180', '', '', '', '', 'success', 'check', 'live', '', '', '2014-08-19 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1797, 'E0B4F16844', '29ba43baf7579fca97f1e5494280f265', 659715, 1, '', 'Tamara Thompson', '461 Forest Court', 'Altamonte Springs', 'FL', '32714', 'USA', '4074749157', '45', '', '', 0, '', '45', 'Corporate Check 73214', '', '', '', '', 'success', 'check', 'live', '', '', '2014-08-19 00:00:00', '', '', '') ; 
INSERT INTO `wp_pmpro_membership_orders` VALUES (1798, '82733A41C7', 'b3fac85d164a3baba3bbef223a8b5fd6', 1291, 1, '', 'John Beachey', '8751 North kansas ave apt 302', 'Kansas City', 'MO', '64156', 'US', '4408135904', '45.00', '0', '', 0, '', '45', '', 'Visa', 'XXXXXXXXXXXX6965', '02', '2016', 'success', 'payflowpro', 'live', 'EPCPB1138BCC', '', '2014-08-19 14:40:54', '', '', '') ;
#
# End of data contents of table `wp_pmpro_membership_orders`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_pmpro_memberships_categories`
# --------------------------------------------------------


#
# Delete any existing table `wp_pmpro_memberships_categories`
#

DROP TABLE IF EXISTS `wp_pmpro_memberships_categories`;


#
# Table structure of table `wp_pmpro_memberships_categories`
#

CREATE TABLE `wp_pmpro_memberships_categories` (
  `membership_id` int(11) unsigned NOT NULL,
  `category_id` int(11) unsigned NOT NULL,
  `modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  UNIQUE KEY `membership_category` (`membership_id`,`category_id`),
  UNIQUE KEY `category_membership` (`category_id`,`membership_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ;

#
# Data contents of table `wp_pmpro_memberships_categories`
#

#
# End of data contents of table `wp_pmpro_memberships_categories`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_pmpro_memberships_pages`
# --------------------------------------------------------


#
# Delete any existing table `wp_pmpro_memberships_pages`
#

DROP TABLE IF EXISTS `wp_pmpro_memberships_pages`;


#
# Table structure of table `wp_pmpro_memberships_pages`
#

CREATE TABLE `wp_pmpro_memberships_pages` (
  `membership_id` int(11) unsigned NOT NULL,
  `page_id` int(11) unsigned NOT NULL,
  `modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  UNIQUE KEY `category_membership` (`page_id`,`membership_id`),
  UNIQUE KEY `membership_page` (`membership_id`,`page_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ;

#
# Data contents of table `wp_pmpro_memberships_pages`
#
 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 14, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 14, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 14, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 14, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 14, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 14, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 14, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 14, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 14, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 14, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 14, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 14, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 14, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 14, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 14, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 14, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 192, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 192, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 192, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 192, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 192, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 192, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 192, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 192, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 192, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 192, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 192, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 192, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 192, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 192, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 192, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 192, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 200, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 200, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 200, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 200, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 200, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 200, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 200, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 200, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 200, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 200, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 200, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 200, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 200, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 200, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 200, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 200, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 224, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 224, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 224, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 224, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 224, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 224, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 224, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 224, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 224, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 224, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 224, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 224, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 224, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 224, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 224, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 224, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 303, '2013-10-28 16:57:41') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 303, '2013-10-28 16:57:41') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 303, '2013-10-28 16:57:41') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 303, '2013-10-28 16:57:41') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 303, '2013-10-28 16:57:41') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 303, '2013-10-28 16:57:41') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 303, '2013-10-28 16:57:41') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (8, 303, '2013-10-28 16:57:41') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 303, '2013-10-28 16:57:41') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 303, '2013-10-28 16:57:41') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 303, '2013-10-28 16:57:41') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 303, '2013-10-28 16:57:41') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 303, '2013-10-28 16:57:41') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 303, '2013-10-28 16:57:41') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 324, '2014-02-05 11:50:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 324, '2014-02-05 11:50:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 324, '2014-02-05 11:50:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 324, '2014-02-05 11:50:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 324, '2014-02-05 11:50:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 324, '2014-02-05 11:50:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 324, '2014-02-05 11:50:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 324, '2014-02-05 11:50:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 324, '2014-02-05 11:50:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 324, '2014-02-05 11:50:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 324, '2014-02-05 11:50:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 324, '2014-02-05 11:50:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 324, '2014-02-05 11:50:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 324, '2014-02-05 11:50:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 324, '2014-02-05 11:50:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 324, '2014-02-05 11:50:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 3284, '2013-11-25 22:00:18') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 3285, '2013-10-16 10:38:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 3288, '2013-10-16 11:42:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 3336, '2013-11-05 18:45:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 3336, '2013-11-05 18:45:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 3336, '2013-11-05 18:45:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 3336, '2013-11-05 18:45:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 3336, '2013-11-05 18:45:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 3336, '2013-11-05 18:45:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 3336, '2013-11-05 18:45:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 3336, '2013-11-05 18:45:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 3336, '2013-11-05 18:45:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 3336, '2013-11-05 18:45:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 3336, '2013-11-05 18:45:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 3336, '2013-11-05 18:45:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 3336, '2013-11-05 18:45:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 3336, '2013-11-05 18:45:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 3336, '2013-11-05 18:45:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 3336, '2013-11-05 18:45:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 3356, '2013-10-22 15:43:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 3356, '2013-10-22 15:43:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 3356, '2013-10-22 15:43:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 3356, '2013-10-22 15:43:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 3356, '2013-10-22 15:43:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 3356, '2013-10-22 15:43:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 3356, '2013-10-22 15:43:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (8, 3356, '2013-10-22 15:43:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 3356, '2013-10-22 15:43:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 3356, '2013-10-22 15:43:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 3356, '2013-10-22 15:43:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 3356, '2013-10-22 15:43:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 3356, '2013-10-22 15:43:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 3356, '2013-10-22 15:43:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 3456, '2013-10-25 15:26:44') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 3456, '2013-10-25 15:26:44') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 3456, '2013-10-25 15:26:44') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 3456, '2013-10-25 15:26:44') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 3456, '2013-10-25 15:26:44') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 3456, '2013-10-25 15:26:44') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 3456, '2013-10-25 15:26:44') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (8, 3456, '2013-10-25 15:26:44') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 3456, '2013-10-25 15:26:44') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 3456, '2013-10-25 15:26:44') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 3456, '2013-10-25 15:26:44') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 3456, '2013-10-25 15:26:44') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 3456, '2013-10-25 15:26:44') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 3456, '2013-10-25 15:26:44') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 3457, '2013-10-25 15:28:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 3457, '2013-10-25 15:28:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 3457, '2013-10-25 15:28:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 3457, '2013-10-25 15:28:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 3457, '2013-10-25 15:28:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 3457, '2013-10-25 15:28:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 3457, '2013-10-25 15:28:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (8, 3457, '2013-10-25 15:28:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 3457, '2013-10-25 15:28:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 3457, '2013-10-25 15:28:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 3457, '2013-10-25 15:28:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 3457, '2013-10-25 15:28:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 3457, '2013-10-25 15:28:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 3457, '2013-10-25 15:28:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 3458, '2013-10-25 15:29:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 3458, '2013-10-25 15:29:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 3458, '2013-10-25 15:29:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 3458, '2013-10-25 15:29:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 3458, '2013-10-25 15:29:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 3458, '2013-10-25 15:29:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 3458, '2013-10-25 15:29:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (8, 3458, '2013-10-25 15:29:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 3458, '2013-10-25 15:29:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 3458, '2013-10-25 15:29:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 3458, '2013-10-25 15:29:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 3458, '2013-10-25 15:29:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 3458, '2013-10-25 15:29:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 3458, '2013-10-25 15:29:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 3459, '2013-10-25 15:30:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 3459, '2013-10-25 15:30:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 3459, '2013-10-25 15:30:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 3459, '2013-10-25 15:30:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 3459, '2013-10-25 15:30:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 3459, '2013-10-25 15:30:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 3459, '2013-10-25 15:30:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (8, 3459, '2013-10-25 15:30:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 3459, '2013-10-25 15:30:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 3459, '2013-10-25 15:30:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 3459, '2013-10-25 15:30:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 3459, '2013-10-25 15:30:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 3459, '2013-10-25 15:30:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 3459, '2013-10-25 15:30:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 3460, '2013-10-25 16:14:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 3460, '2013-10-25 16:14:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 3460, '2013-10-25 16:14:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 3460, '2013-10-25 16:14:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 3460, '2013-10-25 16:14:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 3460, '2013-10-25 16:14:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 3460, '2013-10-25 16:14:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (8, 3460, '2013-10-25 16:14:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 3460, '2013-10-25 16:14:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 3460, '2013-10-25 16:14:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 3460, '2013-10-25 16:14:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 3460, '2013-10-25 16:14:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 3460, '2013-10-25 16:14:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 3460, '2013-10-25 16:14:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 3461, '2013-10-25 16:18:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 3461, '2013-10-25 16:18:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 3461, '2013-10-25 16:18:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 3461, '2013-10-25 16:18:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 3461, '2013-10-25 16:18:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 3461, '2013-10-25 16:18:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 3461, '2013-10-25 16:18:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (8, 3461, '2013-10-25 16:18:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 3461, '2013-10-25 16:18:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 3461, '2013-10-25 16:18:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 3461, '2013-10-25 16:18:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 3461, '2013-10-25 16:18:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 3461, '2013-10-25 16:18:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 3461, '2013-10-25 16:18:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 3462, '2013-10-25 16:21:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 3462, '2013-10-25 16:21:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 3462, '2013-10-25 16:21:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 3462, '2013-10-25 16:21:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 3462, '2013-10-25 16:21:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 3462, '2013-10-25 16:21:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 3462, '2013-10-25 16:21:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (8, 3462, '2013-10-25 16:21:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 3462, '2013-10-25 16:21:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 3462, '2013-10-25 16:21:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 3462, '2013-10-25 16:21:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 3462, '2013-10-25 16:21:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 3462, '2013-10-25 16:21:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 3462, '2013-10-25 16:21:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 3486, '2013-10-28 09:15:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 3486, '2013-10-28 09:15:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 3486, '2013-10-28 09:15:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 3486, '2013-10-28 09:15:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 3486, '2013-10-28 09:15:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 3486, '2013-10-28 09:15:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 3486, '2013-10-28 09:15:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (8, 3486, '2013-10-28 09:15:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 3486, '2013-10-28 09:15:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 3486, '2013-10-28 09:15:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 3486, '2013-10-28 09:15:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 3486, '2013-10-28 09:15:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 3486, '2013-10-28 09:15:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 3486, '2013-10-28 09:15:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 3607, '2013-10-28 16:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 3607, '2013-10-28 16:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 3607, '2013-10-28 16:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 3607, '2013-10-28 16:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 3607, '2013-10-28 16:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 3607, '2013-10-28 16:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 3607, '2013-10-28 16:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (8, 3607, '2013-10-28 16:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 3607, '2013-10-28 16:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 3607, '2013-10-28 16:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 3607, '2013-10-28 16:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 3607, '2013-10-28 16:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 3607, '2013-10-28 16:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 3607, '2013-10-28 16:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 3610, '2013-10-28 16:09:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 3610, '2013-10-28 16:09:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 3610, '2013-10-28 16:09:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 3610, '2013-10-28 16:09:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 3610, '2013-10-28 16:09:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 3610, '2013-10-28 16:09:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 3610, '2013-10-28 16:09:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (8, 3610, '2013-10-28 16:09:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 3610, '2013-10-28 16:09:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 3610, '2013-10-28 16:09:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 3610, '2013-10-28 16:09:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 3610, '2013-10-28 16:09:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 3610, '2013-10-28 16:09:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 3610, '2013-10-28 16:09:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 3612, '2013-10-28 16:47:18') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 3612, '2013-10-28 16:47:18') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 3612, '2013-10-28 16:47:18') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 3612, '2013-10-28 16:47:18') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 3612, '2013-10-28 16:47:18') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 3612, '2013-10-28 16:47:18') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 3612, '2013-10-28 16:47:18') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (8, 3612, '2013-10-28 16:47:18') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 3612, '2013-10-28 16:47:18') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 3612, '2013-10-28 16:47:18') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 3612, '2013-10-28 16:47:18') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 3612, '2013-10-28 16:47:18') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 3612, '2013-10-28 16:47:18') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 3612, '2013-10-28 16:47:18') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 3614, '2013-10-28 16:57:41') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 3614, '2013-10-28 16:57:41') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 3614, '2013-10-28 16:57:41') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 3614, '2013-10-28 16:57:41') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 3614, '2013-10-28 16:57:41') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 3614, '2013-10-28 16:57:41') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 3614, '2013-10-28 16:57:41') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (8, 3614, '2013-10-28 16:57:41') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 3614, '2013-10-28 16:57:41') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 3614, '2013-10-28 16:57:41') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 3614, '2013-10-28 16:57:41') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 3614, '2013-10-28 16:57:41') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 3614, '2013-10-28 16:57:41') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 3614, '2013-10-28 16:57:41') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 3687, '2013-10-29 13:40:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 3687, '2013-10-29 13:40:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 3687, '2013-10-29 13:40:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 3687, '2013-10-29 13:40:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 3687, '2013-10-29 13:40:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 3687, '2013-10-29 13:40:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 3687, '2013-10-29 13:40:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (8, 3687, '2013-10-29 13:40:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 3687, '2013-10-29 13:40:44') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 3687, '2013-10-29 13:40:44') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 3687, '2013-10-29 13:40:44') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 3687, '2013-10-29 13:40:44') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 3687, '2013-10-29 13:40:44') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 3687, '2013-10-29 13:40:44') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 3785, '2013-10-30 09:25:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 3785, '2013-10-30 09:25:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 3785, '2013-10-30 09:25:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 3785, '2013-10-30 09:25:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 3785, '2013-10-30 09:25:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 3785, '2013-10-30 09:25:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 3785, '2013-10-30 09:25:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (8, 3785, '2013-10-30 09:25:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 3785, '2013-10-30 09:25:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 3785, '2013-10-30 09:25:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 3785, '2013-10-30 09:25:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 3785, '2013-10-30 09:25:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 3785, '2013-10-30 09:25:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 3785, '2013-10-30 09:25:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 3789, '2013-10-30 09:26:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 3789, '2013-10-30 09:26:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 3789, '2013-10-30 09:26:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 3789, '2013-10-30 09:26:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 3789, '2013-10-30 09:26:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 3789, '2013-10-30 09:26:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 3789, '2013-10-30 09:26:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (8, 3789, '2013-10-30 09:26:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 3789, '2013-10-30 09:26:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 3789, '2013-10-30 09:26:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 3789, '2013-10-30 09:26:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 3789, '2013-10-30 09:26:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 3789, '2013-10-30 09:26:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 3789, '2013-10-30 09:26:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 3920, '2013-10-30 09:57:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 3920, '2013-10-30 09:57:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 3920, '2013-10-30 09:57:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 3920, '2013-10-30 09:57:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 3920, '2013-10-30 09:57:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 3920, '2013-10-30 09:57:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 3920, '2013-10-30 09:57:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (8, 3920, '2013-10-30 09:57:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 3920, '2013-10-30 09:57:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 3920, '2013-10-30 09:57:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 3920, '2013-10-30 09:57:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 3920, '2013-10-30 09:57:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 3920, '2013-10-30 09:57:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 3920, '2013-10-30 09:57:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 3924, '2013-10-30 09:58:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 3924, '2013-10-30 09:58:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 3924, '2013-10-30 09:58:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 3924, '2013-10-30 09:58:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 3924, '2013-10-30 09:58:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 3924, '2013-10-30 09:58:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 3924, '2013-10-30 09:58:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (8, 3924, '2013-10-30 09:58:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 3924, '2013-10-30 09:58:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 3924, '2013-10-30 09:58:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 3924, '2013-10-30 09:58:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 3924, '2013-10-30 09:58:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 3924, '2013-10-30 09:58:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 3924, '2013-10-30 09:58:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 3928, '2013-10-30 09:59:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 3928, '2013-10-30 09:59:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 3928, '2013-10-30 09:59:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 3928, '2013-10-30 09:59:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 3928, '2013-10-30 09:59:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 3928, '2013-10-30 09:59:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 3928, '2013-10-30 09:59:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (8, 3928, '2013-10-30 09:59:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 3928, '2013-10-30 09:59:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 3928, '2013-10-30 09:59:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 3928, '2013-10-30 09:59:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 3928, '2013-10-30 09:59:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 3928, '2013-10-30 09:59:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 3928, '2013-10-30 09:59:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 3962, '2013-11-06 15:08:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 3962, '2013-11-06 15:08:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 3962, '2013-11-06 15:08:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 3962, '2013-11-06 15:08:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 3962, '2013-11-06 15:08:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 3962, '2013-11-06 15:08:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 3962, '2013-11-06 15:08:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 3962, '2013-11-06 15:08:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 3962, '2013-11-06 15:08:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 3962, '2013-11-06 15:08:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 3962, '2013-11-06 15:08:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 3962, '2013-11-06 15:08:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 3962, '2013-11-06 15:08:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 3962, '2013-11-06 15:08:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 3962, '2013-11-06 15:08:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 3962, '2013-11-06 15:08:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 3979, '2013-10-30 10:09:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 3979, '2013-10-30 10:09:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 3979, '2013-10-30 10:09:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 3979, '2013-10-30 10:09:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 3979, '2013-10-30 10:09:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 3979, '2013-10-30 10:09:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 3979, '2013-10-30 10:09:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (8, 3979, '2013-10-30 10:09:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 3979, '2013-10-30 10:09:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 3979, '2013-10-30 10:09:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 3979, '2013-10-30 10:09:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 3979, '2013-10-30 10:09:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 3979, '2013-10-30 10:09:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 3979, '2013-10-30 10:09:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 3989, '2013-11-06 20:59:30') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 3989, '2013-11-06 20:59:30') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 3989, '2013-11-06 20:59:30') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 3989, '2013-11-06 20:59:30') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 3989, '2013-11-06 20:59:30') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 3989, '2013-11-06 20:59:30') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 3989, '2013-11-06 20:59:30') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 3989, '2013-11-06 20:59:30') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 3989, '2013-11-06 20:59:30') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 3989, '2013-11-06 20:59:30') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 3989, '2013-11-06 20:59:30') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 3989, '2013-11-06 20:59:30') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 3989, '2013-11-06 20:59:30') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 3989, '2013-11-06 20:59:30') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 3989, '2013-11-06 20:59:30') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 3989, '2013-11-06 20:59:30') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4107, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4107, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4107, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4107, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4107, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4107, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4107, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4107, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4107, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4107, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4107, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4107, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4107, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 4107, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 4107, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 4107, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4132, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4132, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4132, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4132, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4132, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4132, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4132, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4132, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4132, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4132, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4132, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4132, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4132, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 4132, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 4132, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 4132, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4152, '2013-11-06 21:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4152, '2013-11-06 21:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4152, '2013-11-06 21:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4152, '2013-11-06 21:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4152, '2013-11-06 21:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4152, '2013-11-06 21:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4152, '2013-11-06 21:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4152, '2013-11-06 21:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4152, '2013-11-06 21:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4152, '2013-11-06 21:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4152, '2013-11-06 21:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4152, '2013-11-06 21:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4152, '2013-11-06 21:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 4152, '2013-11-06 21:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 4152, '2013-11-06 21:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 4152, '2013-11-06 21:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4457, '2013-11-05 18:45:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4457, '2013-11-05 18:45:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4457, '2013-11-05 18:45:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4457, '2013-11-05 18:45:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4457, '2013-11-05 18:45:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4457, '2013-11-05 18:45:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4457, '2013-11-05 18:45:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4457, '2013-11-05 18:45:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4457, '2013-11-05 18:45:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4457, '2013-11-05 18:45:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4457, '2013-11-05 18:45:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4457, '2013-11-05 18:45:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4457, '2013-11-05 18:45:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 4457, '2013-11-05 18:45:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 4457, '2013-11-05 18:45:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 4457, '2013-11-05 18:45:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4459, '2013-11-05 18:54:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4459, '2013-11-05 18:54:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4459, '2013-11-05 18:54:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4459, '2013-11-05 18:54:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4459, '2013-11-05 18:54:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4459, '2013-11-05 18:54:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4459, '2013-11-05 18:54:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4459, '2013-11-05 18:54:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4459, '2013-11-05 18:54:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4459, '2013-11-05 18:54:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4459, '2013-11-05 18:54:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4459, '2013-11-05 18:54:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4459, '2013-11-05 18:54:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4460, '2013-11-05 18:52:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4460, '2013-11-05 18:52:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4460, '2013-11-05 18:52:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4460, '2013-11-05 18:52:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4460, '2013-11-05 18:52:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4460, '2013-11-05 18:52:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4460, '2013-11-05 18:52:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4460, '2013-11-05 18:52:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4460, '2013-11-05 18:52:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4460, '2013-11-05 18:52:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4460, '2013-11-05 18:52:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4460, '2013-11-05 18:52:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4460, '2013-11-05 18:52:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4461, '2013-11-05 18:52:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4461, '2013-11-05 18:52:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4461, '2013-11-05 18:52:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4461, '2013-11-05 18:52:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4461, '2013-11-05 18:52:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4461, '2013-11-05 18:52:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4461, '2013-11-05 18:52:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4461, '2013-11-05 18:52:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4461, '2013-11-05 18:52:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4461, '2013-11-05 18:52:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4461, '2013-11-05 18:52:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4461, '2013-11-05 18:52:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4461, '2013-11-05 18:52:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4462, '2013-11-05 18:53:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4462, '2013-11-05 18:53:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4462, '2013-11-05 18:53:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4462, '2013-11-05 18:53:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4462, '2013-11-05 18:53:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4462, '2013-11-05 18:53:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4462, '2013-11-05 18:53:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4462, '2013-11-05 18:53:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4462, '2013-11-05 18:53:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4462, '2013-11-05 18:53:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4462, '2013-11-05 18:53:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4462, '2013-11-05 18:53:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4462, '2013-11-05 18:53:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4463, '2013-11-05 18:54:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4463, '2013-11-05 18:54:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4463, '2013-11-05 18:54:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4463, '2013-11-05 18:54:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4463, '2013-11-05 18:54:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4463, '2013-11-05 18:54:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4463, '2013-11-05 18:54:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4463, '2013-11-05 18:54:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4463, '2013-11-05 18:54:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4463, '2013-11-05 18:54:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4463, '2013-11-05 18:54:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4463, '2013-11-05 18:54:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4463, '2013-11-05 18:54:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4492, '2013-11-06 14:40:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4492, '2013-11-06 14:40:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4492, '2013-11-06 14:40:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4492, '2013-11-06 14:40:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4492, '2013-11-06 14:40:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4492, '2013-11-06 14:40:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4492, '2013-11-06 14:40:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4492, '2013-11-06 14:40:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4492, '2013-11-06 14:40:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4492, '2013-11-06 14:40:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4492, '2013-11-06 14:40:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4492, '2013-11-06 14:40:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4492, '2013-11-06 14:40:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 4492, '2013-11-06 14:40:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 4492, '2013-11-06 14:40:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 4492, '2013-11-06 14:40:46') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4493, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4493, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4493, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4493, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4493, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4493, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4493, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4493, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4493, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4493, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4493, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4493, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4493, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 4493, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 4493, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 4493, '2013-11-06 14:41:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4503, '2013-11-06 15:19:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4503, '2013-11-06 15:19:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4503, '2013-11-06 15:19:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4503, '2013-11-06 15:19:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4503, '2013-11-06 15:19:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4503, '2013-11-06 15:19:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4503, '2013-11-06 15:19:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4503, '2013-11-06 15:19:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4503, '2013-11-06 15:19:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4503, '2013-11-06 15:19:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4503, '2013-11-06 15:19:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4503, '2013-11-06 15:19:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4503, '2013-11-06 15:19:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 4503, '2013-11-06 15:19:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 4503, '2013-11-06 15:19:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 4503, '2013-11-06 15:19:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4522, '2013-11-06 20:05:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4523, '2013-11-06 20:05:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4535, '2013-11-06 20:48:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4535, '2013-11-06 20:48:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4535, '2013-11-06 20:48:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4535, '2013-11-06 20:48:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4535, '2013-11-06 20:48:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4535, '2013-11-06 20:48:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4535, '2013-11-06 20:48:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4535, '2013-11-06 20:48:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4535, '2013-11-06 20:48:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4535, '2013-11-06 20:48:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4535, '2013-11-06 20:48:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4535, '2013-11-06 20:48:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4535, '2013-11-06 20:48:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 4535, '2013-11-06 20:48:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 4535, '2013-11-06 20:48:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 4535, '2013-11-06 20:48:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4536, '2013-11-06 20:48:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4536, '2013-11-06 20:48:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4536, '2013-11-06 20:48:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4536, '2013-11-06 20:48:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4536, '2013-11-06 20:48:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4536, '2013-11-06 20:48:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4536, '2013-11-06 20:48:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4536, '2013-11-06 20:48:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4536, '2013-11-06 20:48:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4536, '2013-11-06 20:48:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4536, '2013-11-06 20:48:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4536, '2013-11-06 20:48:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4536, '2013-11-06 20:48:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 4536, '2013-11-06 20:48:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 4536, '2013-11-06 20:48:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 4536, '2013-11-06 20:48:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4565, '2014-01-24 10:50:20') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4565, '2014-01-24 10:50:20') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4565, '2014-01-24 10:50:20') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4565, '2014-01-24 10:50:20') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4565, '2014-01-24 10:50:20') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4565, '2014-01-24 10:50:20') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4565, '2014-01-24 10:50:20') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4565, '2014-01-24 10:50:20') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4565, '2014-01-24 10:50:20') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4565, '2014-01-24 10:50:20') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4565, '2014-01-24 10:50:20') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4565, '2014-01-24 10:50:20') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4565, '2014-01-24 10:50:20') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 4565, '2014-01-24 10:50:20') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 4565, '2014-01-24 10:50:20') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 4565, '2014-01-24 10:50:20') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4566, '2013-11-21 09:34:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4566, '2013-11-21 09:34:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4566, '2013-11-21 09:34:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4566, '2013-11-21 09:34:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4566, '2013-11-21 09:34:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4566, '2013-11-21 09:34:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4566, '2013-11-21 09:34:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4566, '2013-11-21 09:34:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4566, '2013-11-21 09:34:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4566, '2013-11-21 09:34:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4566, '2013-11-21 09:34:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4566, '2013-11-21 09:34:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4566, '2013-11-21 09:34:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 4566, '2013-11-21 09:34:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 4566, '2013-11-21 09:34:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 4566, '2013-11-21 09:34:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4567, '2013-11-21 09:47:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4567, '2013-11-21 09:47:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4567, '2013-11-21 09:47:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4567, '2013-11-21 09:47:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4567, '2013-11-21 09:47:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4567, '2013-11-21 09:47:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4567, '2013-11-21 09:47:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4567, '2013-11-21 09:47:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4567, '2013-11-21 09:47:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4567, '2013-11-21 09:47:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4567, '2013-11-21 09:47:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4567, '2013-11-21 09:47:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4567, '2013-11-21 09:47:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 4567, '2013-11-21 09:47:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 4567, '2013-11-21 09:47:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 4567, '2013-11-21 09:47:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4569, '2013-11-21 10:33:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4569, '2013-11-21 10:33:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4569, '2013-11-21 10:33:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4569, '2013-11-21 10:33:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4569, '2013-11-21 10:33:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4569, '2013-11-21 10:33:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4569, '2013-11-21 10:33:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4569, '2013-11-21 10:33:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4569, '2013-11-21 10:33:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4569, '2013-11-21 10:33:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4569, '2013-11-21 10:33:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4569, '2013-11-21 10:33:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4569, '2013-11-21 10:33:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 4569, '2013-11-21 10:33:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 4569, '2013-11-21 10:33:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 4569, '2013-11-21 10:33:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4570, '2013-11-21 10:13:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4570, '2013-11-21 10:13:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4570, '2013-11-21 10:13:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4570, '2013-11-21 10:13:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4570, '2013-11-21 10:13:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4570, '2013-11-21 10:13:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4570, '2013-11-21 10:13:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4570, '2013-11-21 10:13:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4570, '2013-11-21 10:13:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4570, '2013-11-21 10:13:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4570, '2013-11-21 10:13:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4570, '2013-11-21 10:13:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4570, '2013-11-21 10:13:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 4570, '2013-11-21 10:13:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 4570, '2013-11-21 10:13:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 4570, '2013-11-21 10:13:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4572, '2013-11-21 10:33:21') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4572, '2013-11-21 10:33:21') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4572, '2013-11-21 10:33:21') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4572, '2013-11-21 10:33:21') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4572, '2013-11-21 10:33:21') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4572, '2013-11-21 10:33:21') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4572, '2013-11-21 10:33:21') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4572, '2013-11-21 10:33:21') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4572, '2013-11-21 10:33:21') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4572, '2013-11-21 10:33:21') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4572, '2013-11-21 10:33:21') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4572, '2013-11-21 10:33:21') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4572, '2013-11-21 10:33:21') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 4572, '2013-11-21 10:33:21') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 4572, '2013-11-21 10:33:21') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 4572, '2013-11-21 10:33:21') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4695, '2013-11-25 13:01:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4695, '2013-11-25 13:01:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4695, '2013-11-25 13:01:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4695, '2013-11-25 13:01:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4695, '2013-11-25 13:01:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4695, '2013-11-25 13:01:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4695, '2013-11-25 13:01:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4695, '2013-11-25 13:01:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4695, '2013-11-25 13:01:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4695, '2013-11-25 13:01:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4695, '2013-11-25 13:01:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4695, '2013-11-25 13:01:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4695, '2013-11-25 13:01:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 4695, '2013-11-25 13:01:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 4695, '2013-11-25 13:01:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 4695, '2013-11-25 13:01:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4715, '2013-11-25 15:10:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4715, '2013-11-25 15:10:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4715, '2013-11-25 15:10:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4715, '2013-11-25 15:10:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4715, '2013-11-25 15:10:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4715, '2013-11-25 15:10:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4715, '2013-11-25 15:10:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4715, '2013-11-25 15:10:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4715, '2013-11-25 15:10:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4715, '2013-11-25 15:10:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4715, '2013-11-25 15:10:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4715, '2013-11-25 15:10:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4715, '2013-11-25 15:10:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 4715, '2013-11-25 15:10:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 4715, '2013-11-25 15:10:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 4715, '2013-11-25 15:10:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4719, '2013-11-25 21:23:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4750, '2013-11-25 21:59:10') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4751, '2013-11-25 22:00:16') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4752, '2013-11-25 22:00:31') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4753, '2013-11-25 22:01:28') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4754, '2013-11-25 22:08:21') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4769, '2013-11-26 10:58:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4769, '2013-11-26 10:58:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4769, '2013-11-26 10:58:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4769, '2013-11-26 10:58:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4769, '2013-11-26 10:58:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4769, '2013-11-26 10:58:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4769, '2013-11-26 10:58:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4769, '2013-11-26 10:58:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4769, '2013-11-26 10:58:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4769, '2013-11-26 10:58:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4769, '2013-11-26 10:58:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4769, '2013-11-26 10:58:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4769, '2013-11-26 10:58:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 4769, '2013-11-26 10:58:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 4769, '2013-11-26 10:58:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 4769, '2013-11-26 10:58:09') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4771, '2014-02-13 13:57:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4771, '2014-02-13 13:57:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4771, '2014-02-13 13:57:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4771, '2014-02-13 13:57:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4771, '2014-02-13 13:57:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4771, '2014-02-13 13:57:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4771, '2014-02-13 13:57:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4771, '2014-02-13 13:57:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4771, '2014-02-13 13:57:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4771, '2014-02-13 13:57:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4771, '2014-02-13 13:57:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4771, '2014-02-13 13:57:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4771, '2014-02-13 13:57:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 4771, '2014-02-13 13:57:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 4771, '2014-02-13 13:57:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 4771, '2014-02-13 13:57:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4784, '2013-12-03 14:35:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4784, '2013-12-03 14:35:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4784, '2013-12-03 14:35:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4784, '2013-12-03 14:35:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4784, '2013-12-03 14:35:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4784, '2013-12-03 14:35:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4784, '2013-12-03 14:35:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4784, '2013-12-03 14:35:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4784, '2013-12-03 14:35:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4784, '2013-12-03 14:35:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4784, '2013-12-03 14:35:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4784, '2013-12-03 14:35:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4784, '2013-12-03 14:35:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 4784, '2013-12-03 14:35:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 4784, '2013-12-03 14:35:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 4784, '2013-12-03 14:35:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4785, '2013-12-03 14:36:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4785, '2013-12-03 14:36:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4785, '2013-12-03 14:36:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4785, '2013-12-03 14:36:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4785, '2013-12-03 14:36:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4785, '2013-12-03 14:36:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4785, '2013-12-03 14:36:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4785, '2013-12-03 14:36:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4785, '2013-12-03 14:36:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4785, '2013-12-03 14:36:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4785, '2013-12-03 14:36:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4785, '2013-12-03 14:36:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4785, '2013-12-03 14:36:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 4785, '2013-12-03 14:36:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 4785, '2013-12-03 14:36:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 4785, '2013-12-03 14:36:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4788, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4788, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4788, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4788, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4788, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4788, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4788, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4788, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4788, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4788, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4788, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4788, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4788, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 4788, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 4788, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 4788, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4789, '2013-12-03 14:39:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4789, '2013-12-03 14:39:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4789, '2013-12-03 14:39:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4789, '2013-12-03 14:39:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4789, '2013-12-03 14:39:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4789, '2013-12-03 14:39:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4789, '2013-12-03 14:39:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4789, '2013-12-03 14:39:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4789, '2013-12-03 14:39:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4789, '2013-12-03 14:39:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4789, '2013-12-03 14:39:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4789, '2013-12-03 14:39:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4789, '2013-12-03 14:39:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 4789, '2013-12-03 14:39:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 4789, '2013-12-03 14:39:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 4789, '2013-12-03 14:39:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4791, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4791, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4791, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4791, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4791, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4791, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4791, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4791, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4791, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4791, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4791, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4791, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4791, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 4791, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 4791, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 4791, '2013-12-03 14:41:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 4816, '2013-12-10 09:07:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 4816, '2013-12-10 09:07:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 4816, '2013-12-10 09:07:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 4816, '2013-12-10 09:07:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 4816, '2013-12-10 09:07:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 4816, '2013-12-10 09:07:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 4816, '2013-12-10 09:07:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 4816, '2013-12-10 09:07:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 4816, '2013-12-10 09:07:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 4816, '2013-12-10 09:07:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 4816, '2013-12-10 09:07:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 4816, '2013-12-10 09:07:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 4816, '2013-12-10 09:07:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 4816, '2013-12-10 09:07:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 4816, '2013-12-10 09:07:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 4816, '2013-12-10 09:07:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5130, '2014-01-06 14:50:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5130, '2014-01-06 14:50:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5130, '2014-01-06 14:50:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5130, '2014-01-06 14:50:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5130, '2014-01-06 14:50:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5130, '2014-01-06 14:50:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5130, '2014-01-06 14:50:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5130, '2014-01-06 14:50:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5130, '2014-01-06 14:50:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5130, '2014-01-06 14:50:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5130, '2014-01-06 14:50:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5130, '2014-01-06 14:50:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5130, '2014-01-06 14:50:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5130, '2014-01-06 14:50:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5130, '2014-01-06 14:50:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5130, '2014-01-06 14:50:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5132, '2014-01-06 15:02:21') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5132, '2014-01-06 15:02:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5132, '2014-01-06 15:02:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5132, '2014-01-06 15:02:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5132, '2014-01-06 15:02:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5132, '2014-01-06 15:02:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5132, '2014-01-06 15:02:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5132, '2014-01-06 15:02:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5132, '2014-01-06 15:02:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5132, '2014-01-06 15:02:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5132, '2014-01-06 15:02:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5132, '2014-01-06 15:02:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5132, '2014-01-06 15:02:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5132, '2014-01-06 15:02:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5132, '2014-01-06 15:02:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5132, '2014-01-06 15:02:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5137, '2014-01-06 15:14:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5137, '2014-01-06 15:14:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5137, '2014-01-06 15:14:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5137, '2014-01-06 15:14:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5137, '2014-01-06 15:14:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5137, '2014-01-06 15:14:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5137, '2014-01-06 15:14:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5137, '2014-01-06 15:14:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5137, '2014-01-06 15:14:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5137, '2014-01-06 15:14:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5137, '2014-01-06 15:14:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5137, '2014-01-06 15:14:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5137, '2014-01-06 15:14:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5137, '2014-01-06 15:14:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5137, '2014-01-06 15:14:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5137, '2014-01-06 15:14:13') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5138, '2014-01-06 15:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5138, '2014-01-06 15:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5138, '2014-01-06 15:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5138, '2014-01-06 15:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5138, '2014-01-06 15:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5138, '2014-01-06 15:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5138, '2014-01-06 15:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5138, '2014-01-06 15:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5138, '2014-01-06 15:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5138, '2014-01-06 15:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5138, '2014-01-06 15:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5138, '2014-01-06 15:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5138, '2014-01-06 15:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5138, '2014-01-06 15:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5138, '2014-01-06 15:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5138, '2014-01-06 15:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5139, '2014-01-06 15:30:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5139, '2014-01-06 15:30:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5139, '2014-01-06 15:30:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5139, '2014-01-06 15:30:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5139, '2014-01-06 15:30:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5139, '2014-01-06 15:30:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5139, '2014-01-06 15:30:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5139, '2014-01-06 15:30:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5139, '2014-01-06 15:30:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5139, '2014-01-06 15:30:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5139, '2014-01-06 15:30:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5139, '2014-01-06 15:30:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5139, '2014-01-06 15:30:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5139, '2014-01-06 15:30:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5139, '2014-01-06 15:30:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5139, '2014-01-06 15:30:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5140, '2014-01-06 15:31:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5140, '2014-01-06 15:31:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5140, '2014-01-06 15:31:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5140, '2014-01-06 15:31:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5140, '2014-01-06 15:31:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5140, '2014-01-06 15:31:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5140, '2014-01-06 15:31:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5140, '2014-01-06 15:31:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5140, '2014-01-06 15:31:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5140, '2014-01-06 15:31:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5140, '2014-01-06 15:31:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5140, '2014-01-06 15:31:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5140, '2014-01-06 15:31:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5140, '2014-01-06 15:31:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5140, '2014-01-06 15:31:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5140, '2014-01-06 15:31:59') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5229, '2014-01-13 15:47:28') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5229, '2014-01-13 15:47:28') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5229, '2014-01-13 15:47:28') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5229, '2014-01-13 15:47:28') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5229, '2014-01-13 15:47:28') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5229, '2014-01-13 15:47:28') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5229, '2014-01-13 15:47:28') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5229, '2014-01-13 15:47:28') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5229, '2014-01-13 15:47:28') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5229, '2014-01-13 15:47:28') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5229, '2014-01-13 15:47:28') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5229, '2014-01-13 15:47:28') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5229, '2014-01-13 15:47:28') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5229, '2014-01-13 15:47:28') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5229, '2014-01-13 15:47:28') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5229, '2014-01-13 15:47:28') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5230, '2014-01-13 15:48:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5230, '2014-01-13 15:48:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5230, '2014-01-13 15:48:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5230, '2014-01-13 15:48:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5230, '2014-01-13 15:48:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5230, '2014-01-13 15:48:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5230, '2014-01-13 15:48:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5230, '2014-01-13 15:48:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5230, '2014-01-13 15:48:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5230, '2014-01-13 15:48:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5230, '2014-01-13 15:48:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5230, '2014-01-13 15:48:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5230, '2014-01-13 15:48:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5230, '2014-01-13 15:48:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5230, '2014-01-13 15:48:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5230, '2014-01-13 15:48:25') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5231, '2014-01-13 15:48:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5231, '2014-01-13 15:48:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5231, '2014-01-13 15:48:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5231, '2014-01-13 15:48:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5231, '2014-01-13 15:48:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5231, '2014-01-13 15:48:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5231, '2014-01-13 15:48:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5231, '2014-01-13 15:48:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5231, '2014-01-13 15:48:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5231, '2014-01-13 15:48:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5231, '2014-01-13 15:48:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5231, '2014-01-13 15:48:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5231, '2014-01-13 15:48:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5231, '2014-01-13 15:48:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5231, '2014-01-13 15:48:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5231, '2014-01-13 15:48:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5232, '2014-01-13 15:49:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5232, '2014-01-13 15:49:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5232, '2014-01-13 15:49:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5232, '2014-01-13 15:49:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5232, '2014-01-13 15:49:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5232, '2014-01-13 15:49:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5232, '2014-01-13 15:49:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5232, '2014-01-13 15:49:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5232, '2014-01-13 15:49:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5232, '2014-01-13 15:49:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5232, '2014-01-13 15:49:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5232, '2014-01-13 15:49:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5232, '2014-01-13 15:49:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5232, '2014-01-13 15:49:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5232, '2014-01-13 15:49:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5232, '2014-01-13 15:49:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5333, '2014-01-24 10:47:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5333, '2014-01-24 10:47:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5333, '2014-01-24 10:47:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5333, '2014-01-24 10:47:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5333, '2014-01-24 10:47:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5333, '2014-01-24 10:47:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5333, '2014-01-24 10:47:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5333, '2014-01-24 10:47:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5333, '2014-01-24 10:47:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5333, '2014-01-24 10:47:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5333, '2014-01-24 10:47:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5333, '2014-01-24 10:47:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5333, '2014-01-24 10:47:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5333, '2014-01-24 10:47:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5333, '2014-01-24 10:47:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5333, '2014-01-24 10:47:27') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5334, '2014-01-24 10:48:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5334, '2014-01-24 10:48:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5334, '2014-01-24 10:48:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5334, '2014-01-24 10:48:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5334, '2014-01-24 10:48:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5334, '2014-01-24 10:48:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5334, '2014-01-24 10:48:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5334, '2014-01-24 10:48:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5334, '2014-01-24 10:48:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5334, '2014-01-24 10:48:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5334, '2014-01-24 10:48:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5334, '2014-01-24 10:48:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5334, '2014-01-24 10:48:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5334, '2014-01-24 10:48:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5334, '2014-01-24 10:48:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5334, '2014-01-24 10:48:43') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5335, '2014-01-24 10:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5335, '2014-01-24 10:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5335, '2014-01-24 10:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5335, '2014-01-24 10:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5335, '2014-01-24 10:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5335, '2014-01-24 10:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5335, '2014-01-24 10:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5335, '2014-01-24 10:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5335, '2014-01-24 10:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5335, '2014-01-24 10:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5335, '2014-01-24 10:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5335, '2014-01-24 10:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5335, '2014-01-24 10:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5335, '2014-01-24 10:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5335, '2014-01-24 10:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5335, '2014-01-24 10:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5336, '2014-01-24 10:53:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5336, '2014-01-24 10:53:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5336, '2014-01-24 10:53:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5336, '2014-01-24 10:53:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5336, '2014-01-24 10:53:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5336, '2014-01-24 10:53:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5336, '2014-01-24 10:53:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5336, '2014-01-24 10:53:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5336, '2014-01-24 10:53:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5336, '2014-01-24 10:53:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5336, '2014-01-24 10:53:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5336, '2014-01-24 10:53:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5336, '2014-01-24 10:53:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5336, '2014-01-24 10:53:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5336, '2014-01-24 10:53:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5336, '2014-01-24 10:53:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5337, '2014-01-24 10:54:29') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5337, '2014-01-24 10:54:29') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5337, '2014-01-24 10:54:29') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5337, '2014-01-24 10:54:29') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5337, '2014-01-24 10:54:29') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5337, '2014-01-24 10:54:29') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5337, '2014-01-24 10:54:29') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5337, '2014-01-24 10:54:29') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5337, '2014-01-24 10:54:29') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5337, '2014-01-24 10:54:29') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5337, '2014-01-24 10:54:29') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5337, '2014-01-24 10:54:29') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5337, '2014-01-24 10:54:29') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5337, '2014-01-24 10:54:29') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5337, '2014-01-24 10:54:29') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5337, '2014-01-24 10:54:29') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5338, '2014-01-24 10:55:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5338, '2014-01-24 10:55:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5338, '2014-01-24 10:55:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5338, '2014-01-24 10:55:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5338, '2014-01-24 10:55:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5338, '2014-01-24 10:55:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5338, '2014-01-24 10:55:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5338, '2014-01-24 10:55:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5338, '2014-01-24 10:55:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5338, '2014-01-24 10:55:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5338, '2014-01-24 10:55:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5338, '2014-01-24 10:55:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5338, '2014-01-24 10:55:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5338, '2014-01-24 10:55:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5338, '2014-01-24 10:55:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5338, '2014-01-24 10:55:03') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5340, '2014-01-24 10:57:06') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5340, '2014-01-24 10:57:06') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5340, '2014-01-24 10:57:06') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5340, '2014-01-24 10:57:06') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5340, '2014-01-24 10:57:06') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5340, '2014-01-24 10:57:06') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5340, '2014-01-24 10:57:06') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5340, '2014-01-24 10:57:06') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5340, '2014-01-24 10:57:06') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5340, '2014-01-24 10:57:06') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5340, '2014-01-24 10:57:06') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5340, '2014-01-24 10:57:06') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5340, '2014-01-24 10:57:06') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5340, '2014-01-24 10:57:06') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5340, '2014-01-24 10:57:06') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5340, '2014-01-24 10:57:06') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5341, '2014-01-24 10:58:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5341, '2014-01-24 10:58:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5341, '2014-01-24 10:58:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5341, '2014-01-24 10:58:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5341, '2014-01-24 10:58:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5341, '2014-01-24 10:58:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5341, '2014-01-24 10:58:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5341, '2014-01-24 10:58:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5341, '2014-01-24 10:58:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5341, '2014-01-24 10:58:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5341, '2014-01-24 10:58:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5341, '2014-01-24 10:58:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5341, '2014-01-24 10:58:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5341, '2014-01-24 10:58:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5341, '2014-01-24 10:58:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5341, '2014-01-24 10:58:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5342, '2014-01-24 10:59:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5342, '2014-01-24 10:59:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5342, '2014-01-24 10:59:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5342, '2014-01-24 10:59:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5342, '2014-01-24 10:59:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5342, '2014-01-24 10:59:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5342, '2014-01-24 10:59:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5342, '2014-01-24 10:59:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5342, '2014-01-24 10:59:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5342, '2014-01-24 10:59:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5342, '2014-01-24 10:59:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5342, '2014-01-24 10:59:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5342, '2014-01-24 10:59:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5342, '2014-01-24 10:59:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5342, '2014-01-24 10:59:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5342, '2014-01-24 10:59:04') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5343, '2014-01-24 11:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5343, '2014-01-24 11:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5343, '2014-01-24 11:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5343, '2014-01-24 11:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5343, '2014-01-24 11:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5343, '2014-01-24 11:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5343, '2014-01-24 11:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5343, '2014-01-24 11:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5343, '2014-01-24 11:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5343, '2014-01-24 11:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5343, '2014-01-24 11:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5343, '2014-01-24 11:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5343, '2014-01-24 11:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5343, '2014-01-24 11:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5343, '2014-01-24 11:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5343, '2014-01-24 11:04:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5345, '2014-01-24 11:13:10') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5345, '2014-01-24 11:13:10') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5345, '2014-01-24 11:13:10') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5345, '2014-01-24 11:13:10') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5345, '2014-01-24 11:13:10') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5345, '2014-01-24 11:13:10') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5345, '2014-01-24 11:13:10') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5345, '2014-01-24 11:13:10') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5345, '2014-01-24 11:13:10') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5345, '2014-01-24 11:13:10') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5345, '2014-01-24 11:13:10') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5345, '2014-01-24 11:13:10') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5345, '2014-01-24 11:13:10') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5345, '2014-01-24 11:13:10') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5345, '2014-01-24 11:13:10') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5345, '2014-01-24 11:13:10') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5346, '2014-01-24 11:15:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5346, '2014-01-24 11:15:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5346, '2014-01-24 11:15:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5346, '2014-01-24 11:15:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5346, '2014-01-24 11:15:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5346, '2014-01-24 11:15:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5346, '2014-01-24 11:15:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5346, '2014-01-24 11:15:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5346, '2014-01-24 11:15:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5346, '2014-01-24 11:15:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5346, '2014-01-24 11:15:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5346, '2014-01-24 11:15:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5346, '2014-01-24 11:15:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5346, '2014-01-24 11:15:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5346, '2014-01-24 11:15:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5346, '2014-01-24 11:15:17') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5347, '2014-01-24 11:15:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5347, '2014-01-24 11:15:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5347, '2014-01-24 11:15:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5347, '2014-01-24 11:15:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5347, '2014-01-24 11:15:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5347, '2014-01-24 11:15:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5347, '2014-01-24 11:15:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5347, '2014-01-24 11:15:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5347, '2014-01-24 11:15:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5347, '2014-01-24 11:15:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5347, '2014-01-24 11:15:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5347, '2014-01-24 11:15:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5347, '2014-01-24 11:15:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5347, '2014-01-24 11:15:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5347, '2014-01-24 11:15:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5347, '2014-01-24 11:15:48') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5348, '2014-01-24 11:18:47') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5348, '2014-01-24 11:18:47') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5348, '2014-01-24 11:18:47') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5348, '2014-01-24 11:18:47') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5348, '2014-01-24 11:18:47') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5348, '2014-01-24 11:18:47') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5348, '2014-01-24 11:18:47') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5348, '2014-01-24 11:18:47') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5348, '2014-01-24 11:18:47') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5348, '2014-01-24 11:18:47') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5348, '2014-01-24 11:18:47') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5348, '2014-01-24 11:18:47') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5348, '2014-01-24 11:18:47') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5348, '2014-01-24 11:18:47') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5348, '2014-01-24 11:18:47') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5348, '2014-01-24 11:18:47') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5349, '2014-01-24 11:22:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5349, '2014-01-24 11:22:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5349, '2014-01-24 11:22:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5349, '2014-01-24 11:22:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5349, '2014-01-24 11:22:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5349, '2014-01-24 11:22:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5349, '2014-01-24 11:22:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5349, '2014-01-24 11:22:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5349, '2014-01-24 11:22:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5349, '2014-01-24 11:22:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5349, '2014-01-24 11:22:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5349, '2014-01-24 11:22:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5349, '2014-01-24 11:22:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5349, '2014-01-24 11:22:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5349, '2014-01-24 11:22:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5349, '2014-01-24 11:22:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5350, '2014-01-24 11:23:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5350, '2014-01-24 11:23:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5350, '2014-01-24 11:23:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5350, '2014-01-24 11:23:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5350, '2014-01-24 11:23:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5350, '2014-01-24 11:23:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5350, '2014-01-24 11:23:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5350, '2014-01-24 11:23:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5350, '2014-01-24 11:23:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5350, '2014-01-24 11:23:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5350, '2014-01-24 11:23:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5350, '2014-01-24 11:23:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5350, '2014-01-24 11:23:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5350, '2014-01-24 11:23:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5350, '2014-01-24 11:23:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5350, '2014-01-24 11:23:11') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5351, '2014-01-24 11:24:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5351, '2014-01-24 11:24:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5351, '2014-01-24 11:24:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5351, '2014-01-24 11:24:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5351, '2014-01-24 11:24:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5351, '2014-01-24 11:24:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5351, '2014-01-24 11:24:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5351, '2014-01-24 11:24:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5351, '2014-01-24 11:24:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5351, '2014-01-24 11:24:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5351, '2014-01-24 11:24:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5351, '2014-01-24 11:24:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5351, '2014-01-24 11:24:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5351, '2014-01-24 11:24:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5351, '2014-01-24 11:24:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5351, '2014-01-24 11:24:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5352, '2014-01-24 11:25:14') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5352, '2014-01-24 11:25:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5352, '2014-01-24 11:25:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5352, '2014-01-24 11:25:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5352, '2014-01-24 11:25:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5352, '2014-01-24 11:25:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5352, '2014-01-24 11:25:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5352, '2014-01-24 11:25:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5352, '2014-01-24 11:25:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5352, '2014-01-24 11:25:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5352, '2014-01-24 11:25:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5352, '2014-01-24 11:25:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5352, '2014-01-24 11:25:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5352, '2014-01-24 11:25:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5352, '2014-01-24 11:25:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5352, '2014-01-24 11:25:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5353, '2014-01-24 11:26:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5353, '2014-01-24 11:26:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5353, '2014-01-24 11:26:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5353, '2014-01-24 11:26:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5353, '2014-01-24 11:26:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5353, '2014-01-24 11:26:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5353, '2014-01-24 11:26:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5353, '2014-01-24 11:26:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5353, '2014-01-24 11:26:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5353, '2014-01-24 11:26:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5353, '2014-01-24 11:26:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5353, '2014-01-24 11:26:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5353, '2014-01-24 11:26:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5353, '2014-01-24 11:26:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5353, '2014-01-24 11:26:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5353, '2014-01-24 11:26:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5354, '2014-01-24 11:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5354, '2014-01-24 11:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5354, '2014-01-24 11:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5354, '2014-01-24 11:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5354, '2014-01-24 11:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5354, '2014-01-24 11:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5354, '2014-01-24 11:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5354, '2014-01-24 11:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5354, '2014-01-24 11:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5354, '2014-01-24 11:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5354, '2014-01-24 11:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5354, '2014-01-24 11:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5354, '2014-01-24 11:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5354, '2014-01-24 11:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5354, '2014-01-24 11:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5354, '2014-01-24 11:27:40') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5512, '2014-02-05 11:22:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5512, '2014-02-05 11:22:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5512, '2014-02-05 11:22:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5512, '2014-02-05 11:22:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5512, '2014-02-05 11:22:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5512, '2014-02-05 11:22:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5512, '2014-02-05 11:22:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5512, '2014-02-05 11:22:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5512, '2014-02-05 11:22:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5512, '2014-02-05 11:22:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5512, '2014-02-05 11:22:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5512, '2014-02-05 11:22:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5512, '2014-02-05 11:22:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5512, '2014-02-05 11:22:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5512, '2014-02-05 11:22:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5512, '2014-02-05 11:22:50') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5514, '2014-02-05 11:25:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5514, '2014-02-05 11:25:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5514, '2014-02-05 11:25:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5514, '2014-02-05 11:25:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5514, '2014-02-05 11:25:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5514, '2014-02-05 11:25:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5514, '2014-02-05 11:25:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5514, '2014-02-05 11:25:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5514, '2014-02-05 11:25:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5514, '2014-02-05 11:25:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5514, '2014-02-05 11:25:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5514, '2014-02-05 11:25:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5514, '2014-02-05 11:25:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5514, '2014-02-05 11:25:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5514, '2014-02-05 11:25:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5514, '2014-02-05 11:25:54') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5515, '2014-02-05 11:26:52') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5515, '2014-02-05 11:26:52') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5515, '2014-02-05 11:26:52') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5515, '2014-02-05 11:26:52') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5515, '2014-02-05 11:26:52') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5515, '2014-02-05 11:26:52') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5515, '2014-02-05 11:26:52') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5515, '2014-02-05 11:26:52') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5515, '2014-02-05 11:26:52') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5515, '2014-02-05 11:26:52') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5515, '2014-02-05 11:26:52') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5515, '2014-02-05 11:26:52') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5515, '2014-02-05 11:26:52') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5515, '2014-02-05 11:26:52') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5515, '2014-02-05 11:26:52') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5515, '2014-02-05 11:26:52') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5516, '2014-02-05 11:32:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5516, '2014-02-05 11:32:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5516, '2014-02-05 11:32:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5516, '2014-02-05 11:32:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5516, '2014-02-05 11:32:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5516, '2014-02-05 11:32:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5516, '2014-02-05 11:32:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5516, '2014-02-05 11:32:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5516, '2014-02-05 11:32:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5516, '2014-02-05 11:32:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5516, '2014-02-05 11:32:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5516, '2014-02-05 11:32:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5516, '2014-02-05 11:32:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5516, '2014-02-05 11:32:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5516, '2014-02-05 11:32:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5516, '2014-02-05 11:32:26') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5522, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5522, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5522, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5522, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5522, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5522, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5522, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5522, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5522, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5522, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5522, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5522, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5522, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5522, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5522, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5522, '2014-02-05 11:49:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5575, '2014-02-13 13:38:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5575, '2014-02-13 13:38:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5575, '2014-02-13 13:38:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5575, '2014-02-13 13:38:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5575, '2014-02-13 13:38:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5575, '2014-02-13 13:38:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5575, '2014-02-13 13:38:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5575, '2014-02-13 13:38:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5575, '2014-02-13 13:38:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5575, '2014-02-13 13:38:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5575, '2014-02-13 13:38:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5575, '2014-02-13 13:38:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5575, '2014-02-13 13:38:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5575, '2014-02-13 13:38:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5575, '2014-02-13 13:38:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5575, '2014-02-13 13:38:23') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5577, '2014-02-13 13:47:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5577, '2014-02-13 13:47:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5577, '2014-02-13 13:47:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5577, '2014-02-13 13:47:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5577, '2014-02-13 13:47:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5577, '2014-02-13 13:47:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5577, '2014-02-13 13:47:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5577, '2014-02-13 13:47:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5577, '2014-02-13 13:47:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5577, '2014-02-13 13:47:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5577, '2014-02-13 13:47:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5577, '2014-02-13 13:47:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5577, '2014-02-13 13:47:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5577, '2014-02-13 13:47:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5577, '2014-02-13 13:47:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5577, '2014-02-13 13:47:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5578, '2014-02-13 13:48:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5578, '2014-02-13 13:48:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5578, '2014-02-13 13:48:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5578, '2014-02-13 13:48:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5578, '2014-02-13 13:48:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5578, '2014-02-13 13:48:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5578, '2014-02-13 13:48:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5578, '2014-02-13 13:48:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5578, '2014-02-13 13:48:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5578, '2014-02-13 13:48:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5578, '2014-02-13 13:48:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5578, '2014-02-13 13:48:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5578, '2014-02-13 13:48:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5578, '2014-02-13 13:48:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5578, '2014-02-13 13:48:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5578, '2014-02-13 13:48:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5579, '2014-02-13 13:51:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5579, '2014-02-13 13:51:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5579, '2014-02-13 13:51:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5579, '2014-02-13 13:51:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5579, '2014-02-13 13:51:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5579, '2014-02-13 13:51:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5579, '2014-02-13 13:51:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5579, '2014-02-13 13:51:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5579, '2014-02-13 13:51:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5579, '2014-02-13 13:51:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5579, '2014-02-13 13:51:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5579, '2014-02-13 13:51:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5579, '2014-02-13 13:51:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5579, '2014-02-13 13:51:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5579, '2014-02-13 13:51:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5579, '2014-02-13 13:51:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5586, '2014-02-13 13:55:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5586, '2014-02-13 13:55:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5586, '2014-02-13 13:55:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5586, '2014-02-13 13:55:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5586, '2014-02-13 13:55:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5586, '2014-02-13 13:55:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5586, '2014-02-13 13:55:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5586, '2014-02-13 13:55:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5586, '2014-02-13 13:55:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5586, '2014-02-13 13:55:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5586, '2014-02-13 13:55:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5586, '2014-02-13 13:55:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5586, '2014-02-13 13:55:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5586, '2014-02-13 13:55:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5586, '2014-02-13 13:55:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5586, '2014-02-13 13:55:42') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5587, '2014-02-13 13:57:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5587, '2014-02-13 13:57:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5587, '2014-02-13 13:57:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5587, '2014-02-13 13:57:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5587, '2014-02-13 13:57:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5587, '2014-02-13 13:57:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5587, '2014-02-13 13:57:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5587, '2014-02-13 13:57:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5587, '2014-02-13 13:57:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5587, '2014-02-13 13:57:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5587, '2014-02-13 13:57:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5587, '2014-02-13 13:57:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5587, '2014-02-13 13:57:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5587, '2014-02-13 13:57:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5587, '2014-02-13 13:57:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5587, '2014-02-13 13:57:08') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5642, '2014-02-20 08:22:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5642, '2014-02-20 08:22:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5642, '2014-02-20 08:22:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5642, '2014-02-20 08:22:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5642, '2014-02-20 08:22:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5642, '2014-02-20 08:22:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5642, '2014-02-20 08:22:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5642, '2014-02-20 08:22:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5642, '2014-02-20 08:22:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5642, '2014-02-20 08:22:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5642, '2014-02-20 08:22:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5642, '2014-02-20 08:22:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5642, '2014-02-20 08:22:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5642, '2014-02-20 08:22:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5642, '2014-02-20 08:22:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5642, '2014-02-20 08:22:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5655, '2014-02-27 09:24:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5655, '2014-02-27 09:24:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5655, '2014-02-27 09:24:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5655, '2014-02-27 09:24:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5655, '2014-02-27 09:24:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5655, '2014-02-27 09:24:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5655, '2014-02-27 09:24:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5655, '2014-02-27 09:24:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5655, '2014-02-27 09:24:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5655, '2014-02-27 09:24:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5655, '2014-02-27 09:24:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5655, '2014-02-27 09:24:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5655, '2014-02-27 09:24:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5655, '2014-02-27 09:24:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5655, '2014-02-27 09:24:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5655, '2014-02-27 09:24:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5656, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5656, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5656, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5656, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5656, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5656, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5656, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5656, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5656, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5656, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5656, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5656, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5656, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5656, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5656, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5656, '2014-02-27 09:41:35') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5731, '2014-03-18 11:54:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5731, '2014-03-18 11:54:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5731, '2014-03-18 11:54:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5731, '2014-03-18 11:54:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5731, '2014-03-18 11:54:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5731, '2014-03-18 11:54:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5731, '2014-03-18 11:54:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5731, '2014-03-18 11:54:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5731, '2014-03-18 11:54:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5731, '2014-03-18 11:54:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5731, '2014-03-18 11:54:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5731, '2014-03-18 11:54:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5731, '2014-03-18 11:54:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5731, '2014-03-18 11:54:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5731, '2014-03-18 11:54:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5731, '2014-03-18 11:54:55') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5733, '2014-03-18 12:01:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5733, '2014-03-18 12:01:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5733, '2014-03-18 12:01:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5733, '2014-03-18 12:01:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5733, '2014-03-18 12:01:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5733, '2014-03-18 12:01:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5733, '2014-03-18 12:01:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5733, '2014-03-18 12:01:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5733, '2014-03-18 12:01:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5733, '2014-03-18 12:01:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5733, '2014-03-18 12:01:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5733, '2014-03-18 12:01:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5733, '2014-03-18 12:01:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5733, '2014-03-18 12:01:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5733, '2014-03-18 12:01:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5733, '2014-03-18 12:01:36') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5735, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5735, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5735, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5735, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5735, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5735, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5735, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5735, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5735, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5735, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5735, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5735, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5735, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5735, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5735, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5735, '2014-03-18 12:07:57') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5826, '2014-04-16 08:57:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5826, '2014-04-16 08:57:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5826, '2014-04-16 08:57:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5826, '2014-04-16 08:57:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5826, '2014-04-16 08:57:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5826, '2014-04-16 08:57:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5826, '2014-04-16 08:57:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5826, '2014-04-16 08:57:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5826, '2014-04-16 08:57:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5826, '2014-04-16 08:57:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5826, '2014-04-16 08:57:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5826, '2014-04-16 08:57:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5826, '2014-04-16 08:57:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5826, '2014-04-16 08:57:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5826, '2014-04-16 08:57:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5826, '2014-04-16 08:57:58') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5827, '2014-04-16 08:59:14') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5827, '2014-04-16 08:59:14') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5827, '2014-04-16 08:59:14') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5827, '2014-04-16 08:59:14') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5827, '2014-04-16 08:59:14') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5827, '2014-04-16 08:59:14') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5827, '2014-04-16 08:59:14') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5827, '2014-04-16 08:59:14') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5827, '2014-04-16 08:59:14') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5827, '2014-04-16 08:59:14') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5827, '2014-04-16 08:59:14') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5827, '2014-04-16 08:59:14') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5827, '2014-04-16 08:59:14') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5827, '2014-04-16 08:59:14') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5827, '2014-04-16 08:59:14') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5827, '2014-04-16 08:59:14') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5837, '2014-04-17 10:41:51') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5837, '2014-04-17 10:41:51') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5837, '2014-04-17 10:41:51') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5837, '2014-04-17 10:41:51') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5837, '2014-04-17 10:41:51') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5837, '2014-04-17 10:41:51') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5837, '2014-04-17 10:41:51') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5837, '2014-04-17 10:41:51') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5837, '2014-04-17 10:41:51') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5837, '2014-04-17 10:41:51') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5837, '2014-04-17 10:41:51') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5837, '2014-04-17 10:41:51') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5837, '2014-04-17 10:41:51') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5837, '2014-04-17 10:41:51') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5837, '2014-04-17 10:41:51') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5837, '2014-04-17 10:41:51') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5838, '2014-04-17 10:44:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5838, '2014-04-17 10:44:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5838, '2014-04-17 10:44:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5838, '2014-04-17 10:44:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5838, '2014-04-17 10:44:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5838, '2014-04-17 10:44:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5838, '2014-04-17 10:44:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5838, '2014-04-17 10:44:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5838, '2014-04-17 10:44:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5838, '2014-04-17 10:44:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5838, '2014-04-17 10:44:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5838, '2014-04-17 10:44:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5838, '2014-04-17 10:44:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5838, '2014-04-17 10:44:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5838, '2014-04-17 10:44:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5838, '2014-04-17 10:44:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5839, '2014-04-17 10:45:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5839, '2014-04-17 10:45:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5839, '2014-04-17 10:45:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5839, '2014-04-17 10:45:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5839, '2014-04-17 10:45:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5839, '2014-04-17 10:45:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5839, '2014-04-17 10:45:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5839, '2014-04-17 10:45:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5839, '2014-04-17 10:45:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5839, '2014-04-17 10:45:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5839, '2014-04-17 10:45:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5839, '2014-04-17 10:45:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5839, '2014-04-17 10:45:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5839, '2014-04-17 10:45:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5839, '2014-04-17 10:45:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5839, '2014-04-17 10:45:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5840, '2014-04-17 10:47:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5840, '2014-04-17 10:47:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5840, '2014-04-17 10:47:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5840, '2014-04-17 10:47:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5840, '2014-04-17 10:47:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5840, '2014-04-17 10:47:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5840, '2014-04-17 10:47:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5840, '2014-04-17 10:47:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5840, '2014-04-17 10:47:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5840, '2014-04-17 10:47:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5840, '2014-04-17 10:47:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5840, '2014-04-17 10:47:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5840, '2014-04-17 10:47:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5840, '2014-04-17 10:47:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5840, '2014-04-17 10:47:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5840, '2014-04-17 10:47:38') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5841, '2014-04-17 10:49:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5841, '2014-04-17 10:49:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5841, '2014-04-17 10:49:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5841, '2014-04-17 10:49:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5841, '2014-04-17 10:49:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5841, '2014-04-17 10:49:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5841, '2014-04-17 10:49:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5841, '2014-04-17 10:49:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5841, '2014-04-17 10:49:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5841, '2014-04-17 10:49:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5841, '2014-04-17 10:49:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5841, '2014-04-17 10:49:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5841, '2014-04-17 10:49:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5841, '2014-04-17 10:49:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5841, '2014-04-17 10:49:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5841, '2014-04-17 10:49:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5842, '2014-04-17 10:50:19') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5842, '2014-04-17 10:50:19') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5842, '2014-04-17 10:50:19') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5842, '2014-04-17 10:50:19') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5842, '2014-04-17 10:50:19') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5842, '2014-04-17 10:50:19') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5842, '2014-04-17 10:50:19') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5842, '2014-04-17 10:50:19') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5842, '2014-04-17 10:50:19') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5842, '2014-04-17 10:50:19') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5842, '2014-04-17 10:50:19') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5842, '2014-04-17 10:50:19') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5842, '2014-04-17 10:50:19') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5842, '2014-04-17 10:50:19') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5842, '2014-04-17 10:50:19') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5842, '2014-04-17 10:50:19') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5843, '2014-04-17 10:52:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5843, '2014-04-17 10:52:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5843, '2014-04-17 10:52:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5843, '2014-04-17 10:52:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5843, '2014-04-17 10:52:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5843, '2014-04-17 10:52:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5843, '2014-04-17 10:52:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5843, '2014-04-17 10:52:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5843, '2014-04-17 10:52:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5843, '2014-04-17 10:52:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5843, '2014-04-17 10:52:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5843, '2014-04-17 10:52:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5843, '2014-04-17 10:52:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5843, '2014-04-17 10:52:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5843, '2014-04-17 10:52:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5843, '2014-04-17 10:52:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5844, '2014-04-17 10:52:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5844, '2014-04-17 10:52:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5844, '2014-04-17 10:52:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5844, '2014-04-17 10:52:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5844, '2014-04-17 10:52:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5844, '2014-04-17 10:52:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5844, '2014-04-17 10:52:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5844, '2014-04-17 10:52:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5844, '2014-04-17 10:52:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5844, '2014-04-17 10:52:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5844, '2014-04-17 10:52:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5844, '2014-04-17 10:52:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5844, '2014-04-17 10:52:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5844, '2014-04-17 10:52:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5844, '2014-04-17 10:52:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5844, '2014-04-17 10:52:34') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5982, '2014-05-21 08:00:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5982, '2014-05-21 08:00:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5982, '2014-05-21 08:00:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5982, '2014-05-21 08:00:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5982, '2014-05-21 08:00:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5982, '2014-05-21 08:00:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5982, '2014-05-21 08:00:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5982, '2014-05-21 08:00:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5982, '2014-05-21 08:00:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5982, '2014-05-21 08:00:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5982, '2014-05-21 08:00:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5982, '2014-05-21 08:00:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5982, '2014-05-21 08:00:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5982, '2014-05-21 08:00:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5982, '2014-05-21 08:00:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5982, '2014-05-21 08:00:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 5983, '2014-05-21 08:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 5983, '2014-05-21 08:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 5983, '2014-05-21 08:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 5983, '2014-05-21 08:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 5983, '2014-05-21 08:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 5983, '2014-05-21 08:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 5983, '2014-05-21 08:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 5983, '2014-05-21 08:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 5983, '2014-05-21 08:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 5983, '2014-05-21 08:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 5983, '2014-05-21 08:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 5983, '2014-05-21 08:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 5983, '2014-05-21 08:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 5983, '2014-05-21 08:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 5983, '2014-05-21 08:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 5983, '2014-05-21 08:01:12') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 6065, '2014-06-09 09:45:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 6065, '2014-06-09 09:45:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 6065, '2014-06-09 09:45:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 6065, '2014-06-09 09:45:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 6065, '2014-06-09 09:45:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 6065, '2014-06-09 09:45:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 6065, '2014-06-09 09:45:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 6065, '2014-06-09 09:45:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 6065, '2014-06-09 09:45:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 6065, '2014-06-09 09:45:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 6065, '2014-06-09 09:45:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 6065, '2014-06-09 09:45:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 6065, '2014-06-09 09:45:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 6065, '2014-06-09 09:45:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 6065, '2014-06-09 09:45:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 6065, '2014-06-09 09:45:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 6066, '2014-06-09 09:46:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 6066, '2014-06-09 09:46:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 6066, '2014-06-09 09:46:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 6066, '2014-06-09 09:46:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 6066, '2014-06-09 09:46:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 6066, '2014-06-09 09:46:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 6066, '2014-06-09 09:46:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 6066, '2014-06-09 09:46:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 6066, '2014-06-09 09:46:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 6066, '2014-06-09 09:46:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 6066, '2014-06-09 09:46:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 6066, '2014-06-09 09:46:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 6066, '2014-06-09 09:46:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 6066, '2014-06-09 09:46:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 6066, '2014-06-09 09:46:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 6066, '2014-06-09 09:46:15') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 6083, '2014-06-12 12:23:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 6083, '2014-06-12 12:23:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 6083, '2014-06-12 12:23:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 6083, '2014-06-12 12:23:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 6083, '2014-06-12 12:23:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 6083, '2014-06-12 12:23:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 6083, '2014-06-12 12:23:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 6083, '2014-06-12 12:23:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 6083, '2014-06-12 12:23:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 6083, '2014-06-12 12:23:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 6083, '2014-06-12 12:23:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 6083, '2014-06-12 12:23:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 6083, '2014-06-12 12:23:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 6083, '2014-06-12 12:23:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 6083, '2014-06-12 12:23:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 6083, '2014-06-12 12:23:39') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 6084, '2014-06-12 12:26:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 6084, '2014-06-12 12:26:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 6084, '2014-06-12 12:26:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 6084, '2014-06-12 12:26:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 6084, '2014-06-12 12:26:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 6084, '2014-06-12 12:26:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 6084, '2014-06-12 12:26:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 6084, '2014-06-12 12:26:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 6084, '2014-06-12 12:26:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 6084, '2014-06-12 12:26:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 6084, '2014-06-12 12:26:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 6084, '2014-06-12 12:26:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 6084, '2014-06-12 12:26:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 6084, '2014-06-12 12:26:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 6084, '2014-06-12 12:26:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 6084, '2014-06-12 12:26:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 6085, '2014-06-12 12:27:32') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 6085, '2014-06-12 12:27:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 6085, '2014-06-12 12:27:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 6085, '2014-06-12 12:27:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 6085, '2014-06-12 12:27:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 6085, '2014-06-12 12:27:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 6085, '2014-06-12 12:27:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 6085, '2014-06-12 12:27:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 6085, '2014-06-12 12:27:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 6085, '2014-06-12 12:27:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 6085, '2014-06-12 12:27:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 6085, '2014-06-12 12:27:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 6085, '2014-06-12 12:27:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 6085, '2014-06-12 12:27:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 6085, '2014-06-12 12:27:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 6085, '2014-06-12 12:27:33') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 6086, '2014-06-12 12:28:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 6086, '2014-06-12 12:28:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 6086, '2014-06-12 12:28:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 6086, '2014-06-12 12:28:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 6086, '2014-06-12 12:28:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 6086, '2014-06-12 12:28:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 6086, '2014-06-12 12:28:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 6086, '2014-06-12 12:28:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 6086, '2014-06-12 12:28:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 6086, '2014-06-12 12:28:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 6086, '2014-06-12 12:28:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 6086, '2014-06-12 12:28:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 6086, '2014-06-12 12:28:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 6086, '2014-06-12 12:28:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 6086, '2014-06-12 12:28:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 6086, '2014-06-12 12:28:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 6132, '2014-06-23 08:51:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 6132, '2014-06-23 08:51:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 6132, '2014-06-23 08:51:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 6132, '2014-06-23 08:51:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 6132, '2014-06-23 08:51:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 6132, '2014-06-23 08:51:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 6132, '2014-06-23 08:51:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 6132, '2014-06-23 08:51:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 6132, '2014-06-23 08:51:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 6132, '2014-06-23 08:51:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 6132, '2014-06-23 08:51:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 6132, '2014-06-23 08:51:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 6132, '2014-06-23 08:51:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 6132, '2014-06-23 08:51:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 6132, '2014-06-23 08:51:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 6132, '2014-06-23 08:51:05') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 6134, '2014-06-23 09:10:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 6134, '2014-06-23 09:10:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 6134, '2014-06-23 09:10:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 6134, '2014-06-23 09:10:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 6134, '2014-06-23 09:10:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 6134, '2014-06-23 09:10:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 6134, '2014-06-23 09:10:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 6134, '2014-06-23 09:10:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 6134, '2014-06-23 09:10:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 6134, '2014-06-23 09:10:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 6134, '2014-06-23 09:10:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 6134, '2014-06-23 09:10:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 6134, '2014-06-23 09:10:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 6134, '2014-06-23 09:10:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 6134, '2014-06-23 09:10:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 6134, '2014-06-23 09:10:37') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 6135, '2014-06-23 09:16:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 6135, '2014-06-23 09:16:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 6135, '2014-06-23 09:16:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 6135, '2014-06-23 09:16:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 6135, '2014-06-23 09:16:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 6135, '2014-06-23 09:16:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 6135, '2014-06-23 09:16:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 6135, '2014-06-23 09:16:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 6135, '2014-06-23 09:16:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 6135, '2014-06-23 09:16:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 6135, '2014-06-23 09:16:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 6135, '2014-06-23 09:16:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 6135, '2014-06-23 09:16:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 6135, '2014-06-23 09:16:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 6135, '2014-06-23 09:16:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 6135, '2014-06-23 09:16:24') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 6184, '2014-07-08 09:01:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 6184, '2014-07-08 09:01:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 6184, '2014-07-08 09:01:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 6184, '2014-07-08 09:01:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 6184, '2014-07-08 09:01:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 6184, '2014-07-08 09:01:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 6184, '2014-07-08 09:01:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 6184, '2014-07-08 09:01:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 6184, '2014-07-08 09:01:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 6184, '2014-07-08 09:01:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 6184, '2014-07-08 09:01:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 6184, '2014-07-08 09:01:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 6184, '2014-07-08 09:01:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 6184, '2014-07-08 09:01:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 6184, '2014-07-08 09:01:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 6184, '2014-07-08 09:01:01') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 6216, '2014-07-16 13:20:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 6216, '2014-07-16 13:20:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 6216, '2014-07-16 13:20:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 6216, '2014-07-16 13:20:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 6216, '2014-07-16 13:20:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 6216, '2014-07-16 13:20:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 6216, '2014-07-16 13:20:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 6216, '2014-07-16 13:20:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 6216, '2014-07-16 13:20:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 6216, '2014-07-16 13:20:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 6216, '2014-07-16 13:20:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 6216, '2014-07-16 13:20:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 6216, '2014-07-16 13:20:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 6216, '2014-07-16 13:20:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 6216, '2014-07-16 13:20:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 6216, '2014-07-16 13:20:22') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 6217, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 6217, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 6217, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 6217, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 6217, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 6217, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 6217, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 6217, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 6217, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 6217, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 6217, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 6217, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 6217, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 6217, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 6217, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 6217, '2014-07-16 13:22:02') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (1, 6282, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (2, 6282, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (3, 6282, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (4, 6282, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (5, 6282, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (6, 6282, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (7, 6282, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (9, 6282, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (10, 6282, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (11, 6282, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (12, 6282, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (13, 6282, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (14, 6282, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (16, 6282, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (17, 6282, '2014-08-04 08:49:45') ; 
INSERT INTO `wp_pmpro_memberships_pages` VALUES (18, 6282, '2014-08-04 08:49:45') ;
#
# End of data contents of table `wp_pmpro_memberships_pages`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_pmpro_memberships_users`
# --------------------------------------------------------


#
# Delete any existing table `wp_pmpro_memberships_users`
#

DROP TABLE IF EXISTS `wp_pmpro_memberships_users`;


#
# Table structure of table `wp_pmpro_memberships_users`
#

CREATE TABLE `wp_pmpro_memberships_users` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(11) unsigned NOT NULL,
  `membership_id` int(11) unsigned NOT NULL,
  `code_id` int(11) unsigned NOT NULL,
  `initial_payment` decimal(10,2) NOT NULL,
  `billing_amount` decimal(10,2) NOT NULL,
  `cycle_number` int(11) NOT NULL,
  `cycle_period` enum('Day','Week','Month','Year') NOT NULL DEFAULT 'Month',
  `billing_limit` int(11) NOT NULL,
  `trial_amount` decimal(10,2) NOT NULL,
  `trial_limit` int(11) NOT NULL,
  `status` varchar(20) NOT NULL DEFAULT 'active',
  `startdate` datetime NOT NULL,
  `enddate` datetime DEFAULT NULL,
  `modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `membership_id` (`membership_id`),
  KEY `modified` (`modified`),
  KEY `code_id` (`code_id`),
  KEY `enddate` (`enddate`),
  KEY `user_id` (`user_id`),
  KEY `status` (`status`)
) ENGINE=InnoDB AUTO_INCREMENT=4308 DEFAULT CHARSET=latin1 ;

#
# Data contents of table `wp_pmpro_memberships_users`
#
 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1, 1, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-10-14 15:58:22', '2013-11-20 13:59:25', '2013-11-20 13:59:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2, 5, 4, 0, '50.00', '50.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-10-29 11:03:09', '2013-11-20 14:03:18', '2013-11-20 14:03:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3, 2, 17, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2014-06-04 09:00:41', '2014-06-04 09:00:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4, 6, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:26', '2013-11-29 19:13:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (5, 7, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (6, 8, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (7, 9, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-19 13:06:39', '2014-06-19 13:06:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (8, 10, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (9, 11, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (10, 12, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (11, 13, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-08 10:35:34', '2014-06-08 10:35:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (12, 14, 9, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2013-11-19 09:03:42', '2013-11-19 09:03:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (13, 15, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (14, 16, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:20', '2013-12-30 17:51:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (15, 17, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (16, 18, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-22 16:19:17', '2013-12-22 16:19:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (17, 19, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-30 15:57:22', '2014-04-30 15:57:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (18, 20, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (19, 21, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-05-14 10:32:01', '2014-05-14 10:32:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (20, 22, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (21, 23, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (22, 24, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (23, 25, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-04-01 10:39:45', '2014-04-01 10:39:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (24, 26, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-03-18 09:41:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (25, 27, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (26, 28, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (27, 29, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (28, 30, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (29, 31, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:26', '2013-11-29 19:13:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (30, 32, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (31, 33, 10, 0, '115.00', '115.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (32, 34, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-09-30 00:00:00', '2014-07-26 09:42:47', '2014-07-26 09:42:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (33, 35, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (34, 36, 9, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-18 11:03:48', '2014-02-18 11:03:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (35, 37, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (36, 38, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (37, 39, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (38, 40, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (39, 41, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (40, 42, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (41, 43, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (42, 44, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-19 15:15:52', '2014-07-19 15:15:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (43, 45, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-24 16:56:49', '2014-07-24 16:56:49') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (44, 46, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (45, 47, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (46, 48, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (47, 49, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-03-27 10:18:24', '2014-03-27 10:18:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (48, 50, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (49, 51, 16, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:19', '2013-12-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (50, 52, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2015-11-30 00:00:00', '2014-01-21 09:03:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (51, 53, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:26', '2013-11-29 19:13:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (52, 54, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-30 00:00:00', '2014-06-06 09:51:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (53, 55, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (54, 56, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (55, 57, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (56, 58, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-08-15 20:47:55', '2014-08-15 20:47:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (57, 59, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (58, 60, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (59, 61, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2014-01-16 15:55:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (60, 62, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-08-31 00:00:00', '2014-08-06 10:50:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (61, 63, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (62, 64, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-27 22:14:58', '2014-06-27 22:14:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (63, 65, 9, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-12-03 14:31:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (64, 66, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-01-17 12:45:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (65, 67, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-13 10:08:11', '2014-01-13 10:08:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (66, 68, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (67, 69, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (68, 70, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-03-16 17:06:31', '2014-03-16 17:06:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (69, 71, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (70, 72, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (71, 73, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (72, 74, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-06-30 00:00:00', '2014-06-16 09:57:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (73, 75, 4, 0, '50.00', '50.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-05-29 16:31:43', '2014-05-29 16:31:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (74, 76, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:19', '2013-12-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (75, 77, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-14 08:16:00', '2014-02-14 08:16:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (76, 78, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-17 03:56:22', '2014-03-17 03:56:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (77, 79, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (78, 80, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-04-02 14:00:50', '2014-04-02 14:00:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (79, 81, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-13 07:17:36', '2014-07-13 07:17:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (80, 82, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (81, 83, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (82, 84, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (83, 85, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-25 22:06:27', '2014-03-25 22:06:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (84, 86, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:17', '2014-01-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (85, 87, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-12-09 15:20:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (86, 88, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (87, 89, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-07-20 13:23:31', '2014-07-20 13:23:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (88, 90, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (89, 91, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (90, 92, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:18', '2014-01-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (91, 93, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (92, 94, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (93, 95, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:18', '2014-01-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (94, 96, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2015-10-31 00:00:00', '2014-04-16 11:45:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (95, 97, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (96, 98, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (97, 99, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (98, 100, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (99, 101, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-20 11:47:58', '2014-02-20 11:47:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (100, 102, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (101, 103, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (102, 104, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (103, 105, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (104, 106, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-04-19 07:33:01', '2014-04-19 07:33:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (105, 107, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-19 15:56:19', '2014-06-19 15:56:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (106, 108, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (107, 109, 16, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (108, 110, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (109, 111, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (110, 112, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (111, 113, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (112, 114, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (113, 115, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (114, 116, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:18', '2014-01-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (115, 117, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-05-18 06:06:55', '2014-05-18 06:06:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (116, 118, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-11-30 00:00:00', '2014-11-30 00:00:00', '2013-11-26 14:04:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (117, 119, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (118, 120, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:18', '2014-01-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (119, 121, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-04-29 11:05:12', '2014-04-29 11:05:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (120, 122, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (121, 123, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (122, 124, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (123, 125, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:19', '2013-12-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (124, 126, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (125, 127, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (126, 128, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (127, 129, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:26', '2013-11-29 19:13:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (128, 130, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:26', '2013-11-29 19:13:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (129, 131, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (130, 132, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (131, 133, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-10 20:21:07', '2014-02-10 20:21:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (132, 134, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (133, 135, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (134, 136, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (135, 137, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-28 06:19:29', '2014-03-28 06:19:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (136, 138, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-05-08 11:09:22', '2014-05-08 11:09:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (137, 139, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (138, 140, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-05-14 09:42:47', '2014-05-14 09:42:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (139, 141, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (140, 142, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-21 16:20:53', '2014-07-21 16:20:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (141, 143, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (142, 144, 7, 0, '70.00', '70.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (143, 145, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (144, 146, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (145, 147, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (146, 148, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2015-12-31 00:00:00', '2014-01-21 09:10:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (147, 149, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (148, 150, 4, 0, '50.00', '50.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-06-01 12:52:04', '2014-06-01 12:52:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (149, 151, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (150, 152, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-14 07:59:39', '2014-02-14 07:59:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (151, 153, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-15 08:57:40', '2014-03-15 08:57:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (152, 154, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (153, 155, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (154, 156, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (155, 157, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (156, 158, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (157, 159, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (158, 160, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-25 15:29:13', '2014-04-25 15:29:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (159, 161, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (160, 162, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (161, 163, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-08-04 08:28:55', '2014-08-04 08:28:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (162, 164, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-31 13:37:07', '2014-03-31 13:37:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (163, 165, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (164, 166, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:18', '2014-01-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (165, 167, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-16 12:22:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (166, 168, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (167, 169, 17, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (168, 170, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-01-21 08:57:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (169, 171, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:18', '2014-01-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (170, 172, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (171, 173, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (172, 174, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (173, 175, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-13 03:31:53', '2014-03-13 03:31:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (174, 176, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (175, 177, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (176, 178, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (177, 179, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-24 13:09:42', '2014-07-24 13:09:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (178, 180, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-05-02 05:32:03', '2014-05-02 05:32:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (179, 181, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (180, 182, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-31 00:00:00', '2013-12-05 15:05:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (181, 183, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-08-07 14:12:42', '2014-08-07 14:12:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (182, 184, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-07-18 15:02:11', '2014-07-18 15:02:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (183, 185, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-14 12:52:43', '2014-04-14 12:52:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (184, 186, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-27 19:30:53', '2014-06-27 19:30:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (185, 187, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:26', '2013-11-29 19:13:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (186, 188, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-04-29 20:34:23', '2014-04-29 20:34:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (187, 189, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-03-31 21:57:44', '2014-03-31 21:57:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (188, 190, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (189, 191, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-04-07 12:55:14', '2014-04-07 12:55:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (190, 192, 14, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (191, 193, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (192, 194, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (193, 195, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (194, 196, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (195, 197, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (196, 198, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (197, 199, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (198, 200, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (199, 201, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (200, 202, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-04-09 08:39:58', '2014-04-09 08:39:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (201, 203, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (202, 204, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (203, 205, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (204, 206, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (205, 207, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (206, 208, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-05-20 08:42:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (207, 209, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (208, 210, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (209, 211, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (210, 212, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (211, 213, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (212, 214, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (213, 215, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (214, 216, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (215, 217, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (216, 218, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (217, 219, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (218, 220, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-06-16 19:24:50', '2014-06-16 19:24:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (219, 221, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (220, 222, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (221, 223, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (222, 224, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (223, 225, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-04-01 08:45:00', '2014-04-01 08:45:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (224, 226, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2015-12-31 00:00:00', '2014-01-21 10:31:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (225, 227, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:18', '2014-01-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (226, 228, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-11-30 00:00:00', '2014-11-30 00:00:00', '2013-11-20 15:20:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (227, 229, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (228, 230, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (229, 231, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (230, 232, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-31 18:45:41', '2014-03-31 18:45:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (231, 233, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (232, 234, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-30 09:57:47', '2014-04-30 09:57:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (233, 235, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-30 15:54:38', '2014-04-30 15:54:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (234, 236, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (235, 237, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-08-13 14:34:44', '2014-08-13 14:34:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (236, 238, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (237, 239, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (238, 240, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-02-26 14:31:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (239, 241, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (240, 242, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:18', '2013-12-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (241, 243, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-02-26 11:05:11', '2014-02-26 11:05:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (242, 244, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:18', '2013-12-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (243, 245, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-01-28 18:16:08', '2014-01-28 18:16:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (244, 246, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:18', '2014-01-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (245, 247, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (246, 248, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (247, 249, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (248, 250, 10, 0, '115.00', '115.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (249, 251, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (250, 252, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-24 15:44:35', '2014-04-24 15:44:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (251, 253, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (252, 254, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (253, 255, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-11-20 10:59:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (254, 256, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (255, 257, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (256, 258, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (257, 259, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (258, 260, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-01-08 11:04:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (259, 261, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (260, 262, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (261, 263, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (262, 264, 17, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (263, 265, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (264, 266, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (265, 267, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (266, 268, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (267, 269, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-05-29 10:40:17', '2014-05-29 10:40:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (268, 270, 6, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (269, 271, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (270, 272, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (271, 273, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (272, 274, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (273, 275, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-05-28 12:26:57', '2014-05-28 12:26:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (274, 276, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (275, 277, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (276, 278, 9, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-02 16:26:09', '2014-07-02 16:26:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (277, 279, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:18', '2014-01-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (278, 280, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:18', '2014-01-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (279, 281, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (280, 282, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (281, 283, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (282, 284, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-06-04 13:19:31', '2014-06-04 13:19:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (283, 285, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (284, 286, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-02-27 08:15:03', '2014-02-27 08:15:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (285, 287, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-29 16:09:42', '2014-04-29 16:09:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (286, 288, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (287, 289, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-03 04:18:41', '2014-07-03 04:18:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (288, 290, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (289, 291, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (290, 292, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (291, 293, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-03-06 15:57:03', '2014-03-06 15:57:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (292, 294, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-01-23 09:51:18', '2014-01-23 09:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (293, 295, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-06 17:59:53', '2014-02-06 17:59:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (294, 296, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:18', '2013-12-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (295, 297, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-04 11:18:41', '2014-04-04 11:18:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (296, 298, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (297, 299, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (298, 300, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-02-26 14:19:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (299, 301, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (300, 302, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (301, 303, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-01-28 21:15:22', '2014-01-28 21:15:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (302, 304, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (303, 305, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (304, 306, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (305, 307, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (306, 308, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:18', '2013-12-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (307, 309, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (308, 310, 7, 0, '70.00', '70.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-04-09 12:23:42', '2014-04-09 12:23:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (309, 311, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (310, 312, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (311, 313, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2013-12-06 10:25:42', '2013-12-06 10:25:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (312, 314, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (313, 315, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (314, 316, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-11 17:31:15', '2014-02-11 17:31:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (315, 317, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-12-05 13:34:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (316, 318, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (317, 319, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-05-30 15:02:06', '2014-05-30 15:02:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (318, 320, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-01-21 09:38:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (319, 321, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-03 18:47:03', '2014-07-03 18:47:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (320, 322, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-08-31 00:00:00', '2014-08-07 16:38:59', '2014-08-07 16:38:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (321, 323, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (322, 324, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-21 13:22:18', '2014-01-21 13:22:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (323, 325, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-18 11:14:52', '2014-01-18 11:14:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (324, 326, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (325, 327, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (326, 328, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-06-07 12:29:12', '2014-06-07 12:29:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (327, 329, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-03-24 06:52:44', '2014-03-24 06:52:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (328, 330, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (329, 331, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (330, 332, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (331, 333, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (332, 334, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (333, 335, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-12 16:33:08', '2014-07-12 16:33:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (334, 336, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (335, 337, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (336, 338, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:18', '2013-12-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (337, 339, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (338, 340, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:18', '2014-01-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (339, 341, 4, 0, '50.00', '50.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (340, 342, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-02-27 20:55:45', '2014-02-27 20:55:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (341, 343, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (342, 344, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-06-18 03:37:16', '2014-06-18 03:37:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (343, 345, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (344, 346, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (345, 347, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (346, 348, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (347, 349, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (348, 350, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (349, 351, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-31 14:09:05', '2014-03-31 14:09:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (350, 352, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (351, 353, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-25 12:02:54', '2014-01-25 12:02:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (352, 354, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (353, 355, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (354, 356, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-03-06 08:58:38', '2014-03-06 08:58:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (355, 357, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (356, 358, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-25 17:20:43', '2014-02-25 17:20:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (357, 359, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (358, 360, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:18', '2014-01-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (359, 361, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-26 15:14:50', '2014-03-26 15:14:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (360, 362, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-11-25 08:56:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (361, 363, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-11-30 00:00:00', '2014-11-30 00:00:00', '2013-11-26 14:46:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (362, 364, 4, 0, '50.00', '50.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (363, 365, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-06-06 09:18:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (364, 366, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:18', '2014-01-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (365, 367, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:18', '2013-12-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (366, 368, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (367, 369, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (368, 370, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-11 06:55:40', '2014-07-11 06:55:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (369, 371, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (370, 372, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (371, 373, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (372, 374, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (373, 375, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:18', '2014-01-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (374, 376, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (375, 377, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-05 08:56:08', '2014-03-05 08:56:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (376, 378, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-04-14 10:35:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (377, 379, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (378, 380, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (379, 381, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (380, 382, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (381, 383, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:17', '2014-01-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (382, 384, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (383, 385, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (384, 386, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (385, 387, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (386, 388, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (387, 389, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (388, 390, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (389, 391, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (390, 392, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (391, 393, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-06-06 09:25:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (392, 394, 12, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-11 14:37:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (393, 395, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-31 03:46:27', '2014-03-31 03:46:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (394, 396, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-29 19:05:56', '2013-12-29 19:05:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (395, 397, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (396, 398, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (397, 399, 7, 0, '70.00', '70.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:18', '2013-12-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (398, 400, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (399, 401, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (400, 402, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-02-28 22:25:30', '2014-02-28 22:25:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (401, 403, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (402, 404, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-12-20 11:04:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (403, 405, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (404, 406, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-05-05 15:36:14', '2014-05-05 15:36:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (405, 407, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (406, 408, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (407, 409, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-12-30 13:46:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (408, 410, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (409, 411, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (410, 412, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-09 22:45:41', '2014-02-09 22:45:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (411, 413, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (412, 414, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (413, 415, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (414, 416, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (415, 417, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (416, 418, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (417, 419, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-06-28 16:39:29', '2014-06-28 16:39:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (418, 420, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (419, 421, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (420, 422, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (421, 423, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (422, 424, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (423, 425, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-31 10:29:11', '2014-03-31 10:29:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (424, 426, 4, 0, '50.00', '50.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:18', '2013-12-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (425, 427, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (426, 428, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (427, 429, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (428, 430, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-06-30 15:12:11', '2014-06-30 15:12:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (429, 431, 4, 0, '50.00', '50.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-27 09:31:54', '2013-11-27 09:31:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (430, 432, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-10 11:32:25', '2014-01-10 11:32:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (431, 433, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:17', '2014-01-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (432, 434, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (433, 435, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-07-08 13:26:41', '2014-07-08 13:26:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (434, 436, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-12-05 15:06:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (435, 437, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (436, 438, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (437, 439, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (438, 440, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-04-01 11:48:03', '2014-04-01 11:48:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (439, 441, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (440, 442, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (441, 443, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (442, 444, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (443, 445, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (444, 446, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (445, 447, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:26', '2013-11-29 19:13:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (446, 448, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (447, 449, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-25 17:21:24', '2013-12-25 17:21:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (448, 450, 4, 0, '50.00', '50.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-06-06 08:52:07', '2014-06-06 08:52:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (449, 451, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2015-11-30 00:00:00', '2014-01-21 09:08:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (450, 452, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-03-10 10:45:04', '2014-03-10 10:45:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (451, 453, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-31 12:59:39', '2014-03-31 12:59:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (452, 454, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-03 10:01:37', '2014-07-03 10:01:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (453, 455, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (454, 456, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (455, 457, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-02-26 14:29:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (456, 458, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (457, 459, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (458, 460, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (459, 461, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-31 00:00:00', '2013-11-26 14:50:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (460, 462, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-06-18 15:29:25', '2014-06-18 15:29:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (461, 463, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-03-01 15:55:54', '2014-03-01 15:55:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (462, 464, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (463, 465, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (464, 466, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (465, 467, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (466, 468, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (467, 469, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-15 09:24:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (468, 470, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (469, 471, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2015-11-30 00:00:00', '2014-01-17 12:16:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (470, 472, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (471, 473, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-06-04 16:49:32', '2014-06-04 16:49:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (472, 474, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-18 08:22:22', '2014-04-18 08:22:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (473, 475, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-20 14:18:25', '2014-07-20 14:18:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (474, 476, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (475, 477, 16, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (476, 478, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2014-01-31 00:00:00', '2015-01-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (477, 479, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (478, 480, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (479, 481, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-16 15:31:54', '2014-02-16 15:31:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (480, 482, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-04-16 00:00:00', '2014-04-16 13:47:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (481, 483, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-05-03 07:54:44', '2014-05-03 07:54:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (482, 484, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-30 18:42:54', '2014-03-30 18:42:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (483, 485, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-02-08 19:21:14', '2014-02-08 19:21:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (484, 486, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-05-20 17:46:48', '2014-05-20 17:46:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (485, 487, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-15 09:59:22', '2014-04-15 09:59:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (486, 488, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (487, 489, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (488, 490, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (489, 491, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (490, 492, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (491, 493, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (492, 494, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (493, 495, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:17', '2014-01-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (494, 496, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (495, 497, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (496, 498, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:18', '2013-12-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (497, 499, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-22 10:31:09', '2014-02-22 10:31:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (498, 500, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-02-06 20:06:05', '2014-02-06 20:06:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (499, 501, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-01 07:59:50', '2014-03-01 07:59:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (500, 502, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-05-30 11:20:27', '2014-05-30 11:20:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (501, 503, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-02 10:07:10', '2014-06-02 10:07:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (502, 504, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (503, 505, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (504, 506, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (505, 507, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (506, 508, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (507, 509, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (508, 510, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (509, 511, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (510, 512, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-30 06:04:54', '2014-04-30 06:04:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (511, 513, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (512, 514, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (513, 515, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (514, 516, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-20 09:58:06', '2014-04-20 09:58:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (515, 517, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (516, 518, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (517, 519, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2013-12-08 18:40:42', '2013-12-08 18:40:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (518, 520, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-07-01 12:20:19', '2014-07-01 12:20:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (519, 521, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-30 17:44:06', '2014-07-30 17:44:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (520, 522, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-03-29 18:59:48', '2014-03-29 18:59:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (521, 523, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (522, 524, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-25 10:39:55', '2014-02-25 10:39:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (523, 525, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-04-10 11:23:50', '2014-04-10 11:23:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (524, 526, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (525, 527, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (526, 528, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (527, 529, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-03 06:48:03', '2014-01-03 06:48:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (528, 530, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (529, 531, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (530, 532, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (531, 533, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (532, 534, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:18', '2013-12-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (533, 535, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-06-30 00:00:00', '2014-06-30 14:17:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (534, 536, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (535, 537, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (536, 538, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (537, 539, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-30 21:54:12', '2014-06-30 21:54:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (538, 540, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (539, 541, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:26', '2013-11-29 19:13:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (540, 542, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-03-04 13:14:06', '2014-03-04 13:14:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (541, 543, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (542, 544, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (543, 545, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-30 00:00:00', '2014-02-26 14:35:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (544, 546, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (545, 547, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:26', '2013-11-29 19:13:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (546, 548, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-01-17 12:57:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (547, 549, 17, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'inactive', '0199-01-31 00:00:00', '2013-11-18 11:40:53', '2013-11-18 11:40:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (548, 550, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-12-30 13:59:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (549, 551, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (550, 552, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-31 00:00:00', '2014-06-17 09:38:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (551, 553, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (552, 554, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (553, 555, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (554, 556, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (555, 557, 4, 0, '50.00', '50.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-06-06 09:23:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (556, 558, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (557, 559, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (558, 560, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (559, 561, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-03-03 15:33:36', '2014-03-03 15:33:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (560, 562, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (561, 563, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (562, 564, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (563, 565, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-30 18:24:29', '2014-03-30 18:24:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (564, 566, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (565, 567, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (566, 568, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (567, 569, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (568, 570, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (569, 571, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (570, 572, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (571, 573, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-06-28 11:09:54', '2014-06-28 11:09:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (572, 574, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (573, 575, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (574, 576, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (575, 577, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (576, 578, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-06-10 10:08:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (577, 579, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (578, 580, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2014-01-22 08:48:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (579, 581, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-02-26 12:52:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (580, 582, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (581, 583, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (582, 584, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-03-31 11:24:16', '2014-03-31 11:24:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (583, 585, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (584, 586, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-08-31 00:00:00', '2014-08-09 05:41:07', '2014-08-09 05:41:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (585, 587, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:17', '2014-01-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (586, 588, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (587, 589, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-09 10:06:19', '2014-04-09 10:06:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (588, 590, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (589, 591, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (590, 592, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-03-13 13:10:49', '2014-03-13 13:10:49') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (591, 593, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (592, 594, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (593, 595, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (594, 596, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:17', '2014-01-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (595, 597, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-05-14 21:38:34', '2014-05-14 21:38:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (596, 598, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-11-30 00:00:00', '2014-11-30 00:00:00', '2013-11-19 11:15:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (597, 599, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (598, 600, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (599, 601, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-07-24 09:23:53', '2014-07-24 09:23:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (600, 602, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-25 15:40:18', '2014-06-25 15:40:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (601, 603, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (602, 604, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (603, 605, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2013-12-30 15:15:44', '2013-12-30 15:15:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (604, 606, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:17', '2014-01-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (605, 607, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (606, 608, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (607, 609, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (608, 610, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-09 14:21:57', '2014-03-09 14:21:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (609, 611, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (610, 612, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (611, 613, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (612, 614, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (613, 615, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (614, 616, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (615, 617, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (616, 618, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-28 08:01:24', '2014-02-28 08:01:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (617, 619, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-30 11:58:45', '2014-04-30 11:58:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (618, 620, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-25 09:01:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (619, 621, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-06-10 10:52:01', '2014-06-10 10:52:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (620, 622, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:26', '2013-11-29 19:13:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (621, 623, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:18', '2013-12-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (622, 624, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (623, 625, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (624, 626, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (625, 627, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (626, 628, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (627, 629, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-30 00:00:00', '2014-01-17 12:52:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (628, 630, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:17', '2014-01-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (629, 631, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (630, 632, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-06-30 00:00:00', '2014-06-25 10:26:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (631, 633, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-01-09 15:45:36', '2014-01-09 15:45:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (632, 634, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (633, 635, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-20 07:04:57', '2014-02-20 07:04:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (634, 636, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-31 12:07:50', '2014-03-31 12:07:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (635, 637, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (636, 638, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-16 12:34:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (637, 639, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (638, 640, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-05-29 16:30:42', '2014-05-29 16:30:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (639, 641, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-06-10 13:58:52', '2014-06-10 13:58:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (640, 642, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2015-08-31 00:00:00', '2014-08-08 09:13:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (641, 643, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:18', '2014-01-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (642, 644, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (643, 645, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-28 13:29:24', '2014-02-28 13:29:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (644, 646, 7, 0, '70.00', '70.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (645, 647, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-05-24 11:52:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (646, 648, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (647, 649, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (648, 650, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (649, 651, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (650, 652, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-01-28 19:35:10', '2014-01-28 19:35:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (651, 653, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-03-12 03:28:25', '2014-03-12 03:28:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (652, 654, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-31 09:32:08', '2014-03-31 09:32:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (653, 655, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (654, 656, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (655, 657, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-29 14:08:49', '2014-04-29 14:08:49') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (656, 658, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (657, 659, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (658, 660, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-03-12 12:56:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (659, 661, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:26', '2013-11-29 19:13:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (660, 662, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (661, 663, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-30 00:00:00', '2014-06-19 10:15:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (662, 664, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (663, 665, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-05-01 13:40:11', '2014-05-01 13:40:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (664, 666, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-14 14:24:29', '2014-04-14 14:24:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (665, 667, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (666, 668, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (667, 669, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (668, 670, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-03-31 04:09:08', '2014-03-31 04:09:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (669, 671, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (670, 672, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (671, 673, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-29 15:59:50', '2014-04-29 15:59:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (672, 674, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (673, 675, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-30 00:00:00', '2014-06-23 09:31:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (674, 676, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (675, 677, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2014-01-27 09:45:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (676, 678, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (677, 679, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (678, 680, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-10 09:37:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (679, 681, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (680, 682, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (681, 683, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (682, 684, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (683, 685, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:18', '2013-12-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (684, 686, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (685, 687, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (686, 688, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (687, 689, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (688, 690, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-07-10 17:47:59', '2014-07-10 17:47:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (689, 691, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (690, 692, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (691, 693, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (692, 694, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:18', '2014-01-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (693, 695, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-01-28 20:58:16', '2014-01-28 20:58:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (694, 696, 9, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (695, 697, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-07-31 00:00:00', '2014-07-23 08:58:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (696, 698, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (697, 699, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (698, 700, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-30 15:54:31', '2014-06-30 15:54:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (699, 701, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (700, 702, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (701, 703, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2014-08-31 00:00:00', '2015-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (702, 704, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-12 09:06:09', '2014-02-12 09:06:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (703, 705, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (704, 706, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (705, 707, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (706, 708, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (707, 709, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-31 00:00:00', '2014-01-21 09:22:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (708, 710, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:18', '2013-12-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (709, 711, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (710, 712, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (711, 713, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-11-20 09:19:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (712, 714, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (713, 715, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-07-09 15:34:11', '2014-07-09 15:34:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (714, 716, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-03-01 19:05:40', '2014-03-01 19:05:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (715, 717, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (716, 718, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-02 22:48:06', '2014-06-02 22:48:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (717, 719, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (718, 720, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-13 14:59:57', '2014-02-13 14:59:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (719, 721, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-04-06 06:36:08', '2014-04-06 06:36:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (720, 722, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-04-01 16:21:16', '2014-04-01 16:21:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (721, 723, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-20 07:44:54', '2014-06-20 07:44:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (722, 724, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (723, 725, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (724, 726, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (725, 727, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:18', '2014-01-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (726, 728, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2014-08-31 00:00:00', '2016-08-31 00:00:00', '2014-01-21 09:52:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (727, 729, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:26', '2013-11-29 19:13:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (728, 730, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (729, 731, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (730, 732, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-03-29 08:46:10', '2014-03-29 08:46:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (731, 733, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (732, 734, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:26', '2013-11-29 19:13:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (733, 735, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2014-01-21 14:03:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (734, 736, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (735, 737, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (736, 738, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:19', '2013-12-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (737, 739, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (738, 740, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (739, 741, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-11 10:34:48', '2014-02-11 10:34:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (740, 742, 7, 0, '70.00', '70.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (741, 743, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-05-13 09:06:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (742, 744, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-25 12:07:46', '2014-02-25 12:07:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (743, 745, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (744, 746, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (745, 747, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-03-31 08:27:35', '2014-03-31 08:27:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (746, 748, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:18', '2014-01-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (747, 749, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (748, 750, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-31 00:00:00', '2014-08-06 10:15:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (749, 751, 9, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-02-06 02:52:34', '2014-02-06 02:52:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (750, 752, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (751, 753, 10, 0, '115.00', '115.00', 1, 'Year', 0, '0.00', 0, 'active', '2014-03-31 00:00:00', '2015-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (752, 754, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (753, 755, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-05-04 13:52:29', '2014-05-04 13:52:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (754, 756, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (755, 757, 9, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (756, 758, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-22 09:22:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (757, 759, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (758, 760, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (759, 761, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:18', '2014-01-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (760, 762, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (761, 763, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-01-08 17:39:29', '2014-01-08 17:39:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (762, 764, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (763, 765, 9, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-18 00:15:56', '2014-06-18 00:15:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (764, 766, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (765, 767, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (766, 768, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (767, 769, 14, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (768, 770, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:18', '2014-01-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (769, 771, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (770, 772, 18, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (771, 773, 16, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2015-09-30 00:00:00', '2014-05-28 09:24:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (772, 774, 12, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2013-11-29 10:09:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (773, 775, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (774, 776, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:19', '2013-12-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (775, 777, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-16 13:05:32', '2014-07-16 13:05:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (776, 778, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (777, 779, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:19', '2013-12-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (778, 780, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-04-03 15:08:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (779, 781, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (780, 782, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (781, 783, 17, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (782, 784, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-08-31 00:00:00', '2014-08-13 13:54:14', '2014-08-13 13:54:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (783, 785, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (784, 786, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (785, 787, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (786, 788, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-10-31 00:00:00', '2014-01-16 09:05:20', '2014-01-16 09:05:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (787, 789, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (788, 790, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (789, 791, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-04 16:24:28', '2014-03-04 16:24:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (790, 792, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-05-14 10:30:44', '2014-05-14 10:30:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (791, 793, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (792, 794, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (793, 795, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (794, 796, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (795, 797, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:26', '2013-11-29 19:13:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (796, 798, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (797, 799, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-31 00:00:00', '2013-11-20 10:48:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (798, 800, 7, 0, '70.00', '70.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (799, 801, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-03-07 14:56:09', '2014-03-07 14:56:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (800, 802, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2013-12-31 07:09:01', '2013-12-31 07:09:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (801, 803, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-31 07:45:11', '2014-03-31 07:45:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (802, 804, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (803, 805, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-02-19 07:42:36', '2014-02-19 07:42:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (804, 806, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (805, 807, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (806, 808, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (807, 809, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (808, 810, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-04-29 08:49:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (809, 811, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-30 18:46:45', '2014-06-30 18:46:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (810, 812, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-22 14:15:32', '2014-06-22 14:15:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (811, 813, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (812, 814, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-08-31 00:00:00', '2014-08-18 12:59:48', '2014-08-18 12:59:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (813, 815, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (814, 816, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (815, 817, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-31 18:37:28', '2014-03-31 18:37:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (816, 818, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (817, 819, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-28 12:48:37', '2014-02-28 12:48:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (818, 820, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-21 09:18:53', '2014-03-21 09:18:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (819, 821, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (820, 822, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (821, 823, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (822, 824, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (823, 825, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (824, 826, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:19', '2013-12-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (825, 827, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-25 16:23:51', '2014-02-25 16:23:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (826, 828, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-30 18:15:15', '2014-03-30 18:15:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (827, 829, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (828, 830, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (829, 831, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-01 17:30:15', '2014-04-01 17:30:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (830, 832, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (831, 833, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (832, 834, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (833, 835, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (834, 836, 10, 0, '115.00', '115.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-02-11 11:13:19', '2014-02-11 11:13:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (835, 837, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (836, 838, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (837, 839, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (838, 840, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (839, 841, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-01-17 12:10:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (840, 842, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-08-01 14:32:42', '2014-08-01 14:32:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (841, 843, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (842, 844, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-06-06 09:43:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (843, 845, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (844, 846, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (845, 847, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (846, 848, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:19', '2013-12-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (847, 849, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (848, 850, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (849, 851, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-08-31 00:00:00', '2014-08-08 12:50:58', '2014-08-08 12:50:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (850, 852, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (851, 853, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-08-31 00:00:00', '2014-06-25 11:46:33', '2014-06-25 11:46:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (852, 854, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-28 06:54:37', '2014-02-28 06:54:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (853, 855, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-11 10:04:02', '2014-02-11 10:04:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (854, 856, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (855, 857, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:19', '2014-01-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (856, 858, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-02 14:36:02', '2014-01-02 14:36:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (857, 859, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:26', '2013-11-29 19:13:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (858, 860, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (859, 861, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (860, 862, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-04-02 18:04:54', '2014-04-02 18:04:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (861, 863, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (862, 864, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-26 13:58:56', '2014-03-26 13:58:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (863, 865, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (864, 866, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-05-08 08:53:25', '2014-05-08 08:53:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (865, 867, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (866, 868, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-10 11:27:21', '2014-07-10 11:27:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (867, 869, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (868, 870, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-08-06 12:09:13', '2014-08-06 12:09:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (869, 871, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (870, 872, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (871, 873, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (872, 874, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2014-02-28 00:00:00', '2016-02-28 00:00:00', '2014-04-16 11:48:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (873, 875, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:19', '2013-12-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (874, 876, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (875, 877, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (876, 878, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (877, 879, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (878, 880, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-01-28 09:50:24', '2014-01-28 09:50:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (879, 881, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (880, 882, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (881, 883, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-11-26 13:13:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (882, 884, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:19', '2014-01-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (883, 885, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-06-06 09:13:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (884, 886, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (885, 887, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (886, 888, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (887, 889, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (888, 890, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (889, 891, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (890, 892, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (891, 893, 16, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-30 00:00:00', '2014-07-01 08:50:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (892, 894, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (893, 895, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (894, 896, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (895, 897, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (896, 898, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (897, 899, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-31 00:00:00', '2014-07-08 09:17:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (898, 900, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (899, 901, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (900, 902, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (901, 903, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:19', '2013-12-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (902, 904, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (903, 905, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (904, 906, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (905, 907, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (906, 908, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (907, 909, 17, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'inactive', '0199-01-31 00:00:00', '2013-11-18 11:40:53', '2013-11-18 11:40:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (908, 910, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (909, 911, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (910, 912, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (911, 913, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2014-01-31 00:00:00', '2015-01-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (912, 914, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (913, 915, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (914, 916, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-31 15:56:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (915, 917, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-03-11 08:44:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (916, 918, 9, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (917, 919, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (918, 920, 7, 0, '70.00', '70.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (919, 921, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (920, 922, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (921, 923, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (922, 924, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-03-26 11:22:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (923, 925, 9, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (924, 926, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (925, 927, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-05-17 12:08:04', '2014-05-17 12:08:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (926, 928, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (927, 929, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (928, 930, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (929, 931, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-11-19 11:20:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (930, 932, 7, 0, '70.00', '70.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (931, 933, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (932, 934, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (933, 935, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (934, 936, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (935, 937, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2013-12-30 10:34:01', '2013-12-30 10:34:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (936, 938, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (937, 939, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (938, 940, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (939, 941, 7, 0, '70.00', '70.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (940, 942, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-04-01 08:20:25', '2014-04-01 08:20:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (941, 943, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-18 12:57:17', '2014-01-18 12:57:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (942, 944, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-04-02 21:54:30', '2014-04-02 21:54:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (943, 945, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (944, 946, 12, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-31 00:00:00', '2013-11-29 10:11:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (945, 947, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (946, 948, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-28 12:08:12', '2014-02-28 12:08:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (947, 949, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-02-17 15:10:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (948, 950, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (949, 951, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-09-30 00:00:00', '2014-06-13 13:40:33', '2014-06-13 13:40:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (950, 952, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2015-08-31 00:00:00', '2014-06-30 14:28:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (951, 953, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-12 14:20:58', '2014-02-12 14:20:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (952, 954, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (953, 955, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2015-12-31 00:00:00', '2014-01-17 11:55:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (954, 956, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-06 08:59:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (955, 957, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (956, 958, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-12-31 00:00:00', '2014-02-24 10:40:13', '2014-02-24 10:40:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (957, 959, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:19', '2014-01-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (958, 960, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-11-26 14:07:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (959, 961, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (960, 962, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (961, 963, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (962, 964, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-07-04 17:37:20', '2014-07-04 17:37:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (963, 965, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-04 09:06:09', '2014-02-04 09:06:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (964, 966, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-07-15 09:59:30', '2014-07-15 09:59:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (965, 967, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (966, 968, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-05-29 10:10:33', '2014-05-29 10:10:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (967, 969, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-07-31 00:00:00', '2014-07-23 08:46:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (968, 970, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (969, 971, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-15 19:00:33', '2014-07-15 19:00:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (970, 972, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (971, 973, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (972, 974, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (973, 975, 14, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (974, 976, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:19', '2014-01-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (975, 977, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-16 11:54:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (976, 978, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:26', '2013-11-29 19:13:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (977, 979, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (978, 980, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-01-17 12:32:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (979, 981, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2015-08-31 00:00:00', '2014-01-21 09:18:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (980, 982, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-06-03 21:23:16', '2014-06-03 21:23:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (981, 983, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (982, 984, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (983, 985, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (984, 986, 14, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (985, 987, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (986, 988, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (987, 989, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-08-16 19:09:32', '2014-08-16 19:09:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (988, 990, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (989, 991, 9, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-03-31 18:37:40', '2014-03-31 18:37:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (990, 992, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-01-21 09:06:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (991, 993, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:19', '2014-01-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (992, 994, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (993, 995, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (994, 996, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-31 00:00:00', '2013-11-19 11:10:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (995, 997, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (996, 998, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-04-14 10:37:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (997, 999, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-19 05:51:39', '2014-03-19 05:51:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (998, 1000, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (999, 1001, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1000, 1002, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1001, 1003, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1002, 1004, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1003, 1005, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1004, 1006, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1005, 1007, 17, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'inactive', '0199-01-31 00:00:00', '2013-11-18 11:40:53', '2013-11-18 11:40:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1006, 1008, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1007, 1009, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-04-30 18:03:34', '2014-04-30 18:03:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1008, 1010, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1009, 1011, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1010, 1012, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-01-17 12:55:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1011, 1013, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-06-06 09:16:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1012, 1014, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-12-30 10:48:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1013, 1015, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-02-08 10:19:13', '2014-02-08 10:19:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1014, 1016, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1015, 1017, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1016, 1018, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1017, 1019, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1018, 1020, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1019, 1021, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1020, 1022, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1021, 1023, 12, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1022, 1024, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-04-14 17:36:21', '2014-04-14 17:36:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1023, 1025, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-08-16 19:35:47', '2014-08-16 19:35:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1024, 1026, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1025, 1027, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1026, 1028, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1027, 1029, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1028, 1030, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1029, 1031, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-08-14 12:31:54', '2014-08-14 12:31:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1030, 1032, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1031, 1033, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:19', '2014-01-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1032, 1034, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:19', '2013-12-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1033, 1035, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1034, 1036, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1035, 1037, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1036, 1038, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-05-05 16:56:36', '2014-05-05 16:56:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1037, 1039, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-08-12 14:21:12', '2014-08-12 14:21:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1038, 1040, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1039, 1041, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1040, 1042, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:26', '2013-11-29 19:13:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1041, 1043, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1042, 1044, 7, 0, '70.00', '70.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1043, 1045, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:19', '2014-01-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1044, 1046, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1045, 1047, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:19', '2013-12-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1046, 1048, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-07-28 19:54:38', '2014-07-28 19:54:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1047, 1049, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-02-28 18:29:42', '2014-02-28 18:29:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1048, 1050, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1049, 1051, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-06-06 07:20:52', '2014-06-06 07:20:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1050, 1052, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1051, 1053, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2014-11-30 00:00:00', '2015-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1052, 1054, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1053, 1055, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:26', '2013-11-29 19:13:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1054, 1056, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-02-14 14:46:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1055, 1057, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1056, 1058, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1057, 1059, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1058, 1060, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1059, 1061, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-05-11 10:30:07', '2014-05-11 10:30:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1060, 1062, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-05-13 12:26:56', '2014-05-13 12:26:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1061, 1063, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2014-01-31 00:00:00', '2015-01-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1062, 1064, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-12-09 15:29:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1063, 1065, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1064, 1066, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1065, 1067, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:19', '2014-01-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1066, 1068, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1067, 1069, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-05-06 06:03:52', '2014-05-06 06:03:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1068, 1070, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1069, 1071, 17, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1070, 1072, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1071, 1073, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-06-06 09:00:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1072, 1074, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:26', '2013-11-29 19:13:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1073, 1075, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1074, 1076, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-06-11 11:10:05', '2014-06-11 11:10:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1075, 1077, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-04-10 11:31:57', '2014-04-10 11:31:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1076, 1078, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1077, 1079, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:19', '2014-01-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1078, 1080, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1079, 1081, 4, 0, '50.00', '50.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2015-09-30 00:00:00', '2014-01-21 09:42:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1080, 1082, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1081, 1083, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1082, 1084, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1083, 1085, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:19', '2014-01-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1084, 1086, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-20 11:10:15', '2014-01-20 11:10:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1085, 1087, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-27 12:41:46', '2014-02-27 12:41:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1086, 1088, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1087, 1089, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-29 09:05:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1088, 1090, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-12-05 15:08:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1089, 1091, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-08-07 09:18:39', '2014-08-07 09:18:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1090, 1092, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-11-30 00:00:00', '2014-08-05 09:30:24', '2014-08-05 09:30:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1091, 1093, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1092, 1094, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1093, 1095, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-04-29 09:00:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1094, 1096, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1095, 1097, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-06-24 13:14:54', '2014-06-24 13:14:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1096, 1098, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-01-21 09:40:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1097, 1099, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:19', '2013-12-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1098, 1100, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1099, 1101, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1100, 1102, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1101, 1103, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1102, 1104, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1103, 1105, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1104, 1106, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1105, 1107, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1106, 1108, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1107, 1109, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-14 05:30:40', '2014-06-14 05:30:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1108, 1110, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1109, 1111, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-01-24 12:18:46', '2014-01-24 12:18:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1110, 1112, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-08 07:44:55', '2014-04-08 07:44:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1111, 1113, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1112, 1114, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1113, 1115, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-05-30 11:29:02', '2014-05-30 11:29:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1114, 1116, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1115, 1117, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1116, 1118, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:19', '2014-01-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1117, 1119, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-27 17:41:13', '2014-02-27 17:41:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1118, 1120, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-03-06 16:35:21', '2014-03-06 16:35:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1119, 1121, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-07-14 20:04:44', '2014-07-14 20:04:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1120, 1122, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-08-02 15:12:55', '2014-08-02 15:12:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1121, 1123, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1122, 1124, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2015-12-31 00:00:00', '2014-01-21 09:45:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1123, 1125, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1124, 1126, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:19', '2014-01-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1125, 1127, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:19', '2014-01-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1126, 1128, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:19', '2014-01-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1127, 1129, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:18', '2014-01-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1128, 1130, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:18', '2014-01-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1129, 1131, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:26', '2013-11-29 19:13:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1130, 1132, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1131, 1133, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1132, 1134, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1133, 1135, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-18 21:23:10', '2013-12-18 21:23:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1134, 1136, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:19', '2013-12-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1135, 1137, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-02 14:35:51', '2014-02-02 14:35:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1136, 1138, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-03-02 14:02:47', '2014-03-02 14:02:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1137, 1139, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1138, 1140, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1139, 1141, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-02-20 22:34:18', '2014-02-20 22:34:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1140, 1142, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-04-03 14:00:35', '2014-04-03 14:00:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1141, 1143, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1142, 1144, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1143, 1145, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1144, 1146, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-05-29 18:31:28', '2014-05-29 18:31:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1145, 1147, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1146, 1148, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-02-26 14:40:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1147, 1149, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-16 09:28:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1148, 1150, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-19 20:23:39', '2014-04-19 20:23:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1149, 1151, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-16 12:10:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1150, 1152, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1151, 1153, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1152, 1154, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-04-21 13:34:32', '2014-04-21 13:34:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1153, 1155, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-07-31 00:00:00', '2014-07-31 08:50:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1154, 1156, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-07-10 07:36:02', '2014-07-10 07:36:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1155, 1157, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1156, 1158, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1157, 1159, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1158, 1160, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-24 20:26:58', '2014-06-24 20:26:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1159, 1161, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1160, 1162, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-07-01 12:22:25', '2014-07-01 12:22:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1161, 1163, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-06-05 11:38:45', '2014-06-05 11:38:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1162, 1164, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1163, 1165, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1164, 1166, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1165, 1167, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1166, 1168, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1167, 1169, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1168, 1170, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1169, 1171, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1170, 1172, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1171, 1173, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1172, 1174, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1173, 1175, 14, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1174, 1176, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-04 11:29:39', '2014-03-04 11:29:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1175, 1177, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1176, 1178, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1177, 1179, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-03-20 10:50:50', '2014-03-20 10:50:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1178, 1180, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1179, 1181, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-19 18:47:28', '2014-03-19 18:47:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1180, 1182, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1181, 1183, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1182, 1184, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-07-31 00:00:00', '2014-07-10 14:23:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1183, 1185, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1184, 1186, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1185, 1187, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1186, 1188, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1187, 1189, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1188, 1190, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1189, 1191, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1190, 1192, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-06-06 09:02:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1191, 1193, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1192, 1194, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1193, 1195, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:18', '2014-01-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1194, 1196, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2014-01-22 10:08:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1195, 1197, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1196, 1198, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1197, 1199, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:26', '2013-11-29 19:13:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1198, 1200, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:26', '2013-11-29 19:13:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1199, 1201, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:26', '2013-11-29 19:13:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1200, 1202, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-31 00:00:00', '2013-11-27 09:29:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1201, 1203, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-18 10:04:59', '2014-02-18 10:04:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1202, 1204, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-28 17:38:54', '2014-02-28 17:38:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1203, 1205, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-01-29 20:25:47', '2014-01-29 20:25:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1204, 1206, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1205, 1207, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-01-06 07:17:09', '2014-01-06 07:17:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1206, 1208, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-05-13 08:45:21', '2014-05-13 08:45:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1207, 1209, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-03-26 11:19:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1208, 1210, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1209, 1211, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1210, 1212, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-04 21:53:12', '2014-03-04 21:53:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1211, 1213, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1212, 1214, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-31 06:50:19', '2014-03-31 06:50:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1213, 1215, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-21 15:31:12', '2014-03-21 15:31:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1214, 1216, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1215, 1217, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1216, 1218, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-30 20:43:21', '2014-04-30 20:43:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1217, 1219, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1218, 1220, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-28 18:10:26', '2014-04-28 18:10:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1219, 1221, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-30 06:23:57', '2014-04-30 06:23:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1220, 1222, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1221, 1223, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-06-28 10:02:56', '2014-06-28 10:02:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1222, 1224, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-08-15 15:24:08', '2014-08-15 15:24:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1223, 1225, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1224, 1226, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-06-07 11:03:01', '2014-06-07 11:03:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1225, 1227, 7, 0, '70.00', '70.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1226, 1228, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1227, 1229, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1228, 1230, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1229, 1231, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1230, 1232, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1231, 1233, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1232, 1234, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-12-16 10:56:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1233, 1235, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1234, 1236, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1235, 1237, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1236, 1238, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-28 19:40:55', '2014-02-28 19:40:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1237, 1239, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-28 08:45:31', '2014-02-28 08:45:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1238, 1240, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-01 13:12:58', '2014-03-01 13:12:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1239, 1241, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-24 13:51:57', '2014-03-24 13:51:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1240, 1242, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-26 13:51:50', '2014-06-26 13:51:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1241, 1243, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-06-06 12:17:55', '2014-06-06 12:17:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1242, 1244, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-08-31 00:00:00', '2014-08-07 11:16:57', '2014-08-07 11:16:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1243, 1245, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1244, 1246, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1245, 1247, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:19', '2013-12-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1246, 1248, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1247, 1249, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:19', '2013-12-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1248, 1250, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-06-30 00:00:00', '2014-06-30 14:14:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1249, 1251, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-05-19 13:03:52', '2014-05-19 13:03:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1250, 1252, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1251, 1253, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1252, 1254, 14, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1253, 1255, 14, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1254, 1256, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-06-06 15:48:29', '2014-06-06 15:48:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1255, 1257, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:18', '2014-01-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1256, 1258, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1257, 1259, 7, 0, '70.00', '70.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1258, 1260, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1259, 1261, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1260, 1262, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-04 08:39:37', '2014-03-04 08:39:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1261, 1263, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1262, 1264, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1263, 1265, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-08-13 22:02:34', '2014-08-13 22:02:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1264, 1266, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1265, 1267, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-13 16:17:48', '2014-06-13 16:17:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1266, 1268, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1267, 1269, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:19', '2013-12-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1268, 1270, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-16 10:27:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1269, 1271, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:19', '2013-12-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1270, 1272, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1271, 1273, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1272, 1274, 16, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:19', '2014-01-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1273, 1275, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1274, 1276, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1275, 1277, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1276, 1278, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-03-07 15:23:38', '2014-03-07 15:23:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1277, 1279, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1278, 1280, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-06-06 09:36:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1279, 1281, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-01-17 12:54:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1280, 1282, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-01-17 12:47:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1281, 1283, 14, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'inactive', '0199-01-31 00:00:00', '2013-11-18 11:40:54', '2013-11-18 11:40:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1282, 1284, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2015-01-31 00:00:00', '2013-11-26 13:35:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1283, 1285, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1284, 1286, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:19', '2013-12-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1285, 1287, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1286, 1288, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1287, 1289, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1288, 1290, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1289, 1291, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-09-30 00:00:00', '2014-08-19 14:40:54', '2014-08-19 14:40:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1290, 1292, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1291, 1293, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-22 10:54:20', '2014-07-22 10:54:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1292, 1294, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1293, 1295, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1294, 1296, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1295, 1297, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1296, 1298, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1297, 1299, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-31 00:00:00', '2013-11-26 14:05:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1298, 1300, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1299, 1301, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1300, 1302, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-11-26 13:53:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1301, 1303, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-04-30 00:00:00', '2014-05-06 10:07:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1302, 1304, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1303, 1305, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-08-31 00:00:00', '2014-08-08 08:32:06', '2014-08-08 08:32:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1304, 1306, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1305, 1307, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1306, 1308, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1307, 1309, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1308, 1310, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1309, 1311, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:19', '2014-01-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1310, 1312, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-12-05 13:35:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1311, 1313, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1312, 1314, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1313, 1315, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1314, 1316, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1315, 1317, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1316, 1318, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-04-16 00:00:00', '2014-04-16 13:48:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1317, 1319, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-16 09:32:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1318, 1320, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1319, 1321, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1320, 1322, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1321, 1323, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:19', '2014-01-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1322, 1324, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-03 19:54:12', '2014-01-03 19:54:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1323, 1325, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1324, 1326, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-03-31 20:06:48', '2014-03-31 20:06:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1325, 1327, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1326, 1328, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1327, 1329, 17, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1328, 1330, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-05-28 11:44:15', '2014-05-28 11:44:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1329, 1331, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-04-29 09:54:53', '2014-04-29 09:54:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1330, 1332, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1331, 1333, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1332, 1334, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1333, 1335, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1334, 1336, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-12-30 13:52:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1335, 1337, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1336, 1338, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:19', '2013-12-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1337, 1339, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1338, 1340, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1339, 1341, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1340, 1342, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1341, 1343, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1342, 1344, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1343, 1345, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1344, 1346, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1345, 1347, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-01-21 09:13:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1346, 1348, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1347, 1349, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1348, 1350, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2015-11-30 00:00:00', '2014-01-08 10:57:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1349, 1351, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1350, 1352, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-03-04 17:36:44', '2014-03-04 17:36:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1351, 1353, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1352, 1354, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-04 21:45:29', '2014-03-04 21:45:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1353, 1355, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-08 20:04:08', '2014-03-08 20:04:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1354, 1356, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-07-29 08:58:44', '2014-07-29 08:58:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1355, 1357, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1356, 1358, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-03-16 18:40:34', '2014-03-16 18:40:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1357, 1359, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-08-02 12:24:31', '2014-08-02 12:24:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1358, 1360, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1359, 1361, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-08-18 13:33:53', '2014-08-18 13:33:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1360, 1362, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-03-30 08:34:32', '2014-03-30 08:34:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1361, 1363, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1362, 1364, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:19', '2014-01-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1363, 1365, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1364, 1366, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-04-30 17:32:27', '2014-04-30 17:32:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1365, 1367, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-08-31 00:00:00', '2014-08-06 10:41:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1366, 1368, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-23 18:25:19', '2013-12-23 18:25:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1367, 1369, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:19', '2014-01-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1368, 1370, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1369, 1371, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1370, 1372, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:19', '2014-01-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1371, 1373, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1372, 1374, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1373, 1375, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:19', '2013-12-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1374, 1376, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1375, 1377, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-04-22 17:03:43', '2014-04-22 17:03:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1376, 1378, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1377, 1379, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1378, 1380, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-12-30 13:50:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1379, 1381, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:19', '2014-01-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1380, 1382, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:19', '2013-12-30 17:51:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1381, 1383, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1382, 1384, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-05-09 09:25:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1383, 1385, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1384, 1386, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1385, 1387, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-28 19:06:14', '2014-02-28 19:06:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1386, 1388, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-01 06:02:40', '2014-03-01 06:02:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1387, 1389, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1388, 1390, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1389, 1391, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1390, 1392, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1391, 1393, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1392, 1394, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1393, 1395, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1394, 1396, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1395, 1397, 7, 0, '70.00', '70.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-17 09:54:40', '2014-02-17 09:54:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1396, 1398, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-11 10:42:20', '2014-03-11 10:42:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1397, 1399, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1398, 1400, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-30 00:00:00', '2014-01-17 12:36:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1399, 1401, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1400, 1402, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-01-17 12:39:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1401, 1403, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-11-20 10:59:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1402, 1404, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-02-28 20:22:24', '2014-02-28 20:22:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1403, 1405, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1404, 1406, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-05-01 07:25:39', '2014-05-01 07:25:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1405, 1407, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1406, 1408, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1407, 1409, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:20', '2014-01-30 17:51:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1408, 1410, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-11-30 00:00:00', '2014-11-30 00:00:00', '2013-11-26 14:48:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1409, 1411, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1410, 1412, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-01 10:59:08', '2014-02-01 10:59:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1411, 1413, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1412, 1414, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-05-29 15:22:15', '2014-05-29 15:22:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1413, 1415, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-11-27 09:30:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1414, 1416, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:17', '2014-01-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1415, 1417, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1416, 1418, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-11-30 00:00:00', '2013-11-19 11:01:44', '2013-11-19 11:01:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1417, 1419, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1418, 1420, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1419, 1421, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:18', '2013-12-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1420, 1422, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1421, 1423, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-15 15:03:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1422, 1424, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1423, 1425, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1424, 1426, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1425, 1427, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1426, 1428, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1427, 1429, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1428, 1430, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-08-07 11:43:55', '2014-08-07 11:43:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1429, 1431, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-06-30 00:00:00', '2014-06-16 09:50:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1430, 1432, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1431, 1433, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-08-31 00:00:00', '2014-08-11 09:18:43', '2014-08-11 09:18:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1432, 1434, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-08-31 00:00:00', '2014-08-17 16:20:17', '2014-08-17 16:20:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1433, 1435, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1434, 1436, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1435, 1437, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1436, 1438, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-12 17:47:01', '2014-02-12 17:47:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1437, 1439, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-03-12 12:47:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1438, 1440, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1439, 1441, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1440, 1442, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1441, 1443, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1442, 1444, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-31 00:00:00', '2013-12-05 15:05:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1443, 1445, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-14 17:06:07', '2014-01-14 17:06:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1444, 1446, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:15', '2014-01-30 17:51:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1445, 1447, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-03-07 15:44:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1446, 1448, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1447, 1449, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-05-31 22:47:41', '2014-05-31 22:47:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1448, 1450, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1449, 1451, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1450, 1452, 17, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1451, 1453, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:15', '2014-01-30 17:51:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1452, 1454, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1453, 1455, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-16 10:51:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1454, 1456, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1455, 1457, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-16 12:19:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1456, 1458, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1457, 1459, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-07-03 02:05:25', '2014-07-03 02:05:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1458, 1460, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-27 18:40:46', '2014-06-27 18:40:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1459, 1461, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:18', '2013-12-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1460, 1462, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-05-02 14:53:23', '2014-05-02 14:53:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1461, 1463, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1462, 1464, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2014-01-16 14:31:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1463, 1465, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-31 09:38:06', '2014-07-31 09:38:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1464, 1466, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-15 09:31:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1465, 1467, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-04-16 00:00:00', '2014-04-16 12:37:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1466, 1468, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-05-12 19:52:09', '2014-05-12 19:52:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1467, 1469, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1468, 1470, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1469, 1471, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:17', '2013-12-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1470, 1472, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1471, 1473, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1472, 1474, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-02-26 14:17:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1473, 1475, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1474, 1476, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1475, 1477, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1476, 1478, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1477, 1479, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1478, 1480, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1479, 1481, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1480, 1482, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1481, 1483, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:17', '2013-12-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1482, 1484, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1483, 1485, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-08 18:59:44', '2014-02-08 18:59:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1484, 1486, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1485, 1487, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-02-02 21:04:40', '2014-02-02 21:04:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1486, 1488, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1487, 1489, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-02-26 12:59:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1488, 1490, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1489, 1491, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1490, 1492, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-06-13 08:05:57', '2014-06-13 08:05:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1491, 1493, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-25 12:35:16', '2014-06-25 12:35:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1492, 1494, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1493, 1495, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1494, 1496, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2015-08-31 00:00:00', '2014-02-26 14:43:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1495, 1497, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1496, 1498, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1497, 1499, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1498, 1500, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1499, 1501, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-31 00:00:00', '2013-12-05 15:07:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1500, 1502, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1501, 1503, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-18 05:38:03', '2014-06-18 05:38:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1502, 1504, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-04-25 07:10:43', '2014-04-25 07:10:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1503, 1505, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:17', '2013-12-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1504, 1506, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-02 18:45:45', '2014-03-02 18:45:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1505, 1507, 12, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-31 00:00:00', '2013-11-29 10:12:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1506, 1508, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1507, 1509, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1508, 1510, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1509, 1511, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-08-13 19:48:32', '2014-08-13 19:48:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1510, 1512, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:15', '2014-01-30 17:51:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1511, 1513, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-02-28 09:32:41', '2014-02-28 09:32:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1512, 1514, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1513, 1515, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1514, 1516, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1515, 1517, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1516, 1518, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1517, 1519, 7, 0, '70.00', '70.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-05-01 17:00:51', '2014-05-01 17:00:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1518, 1520, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1519, 1521, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-30 00:00:00', '2014-01-17 12:05:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1520, 1522, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-09 16:32:57', '2014-01-09 16:32:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1521, 1523, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1522, 1524, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-10-31 00:00:00', '2014-06-10 07:31:20', '2014-06-10 07:31:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1523, 1525, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-07-11 13:11:07', '2014-07-11 13:11:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1524, 1526, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-11 12:24:03', '2014-03-11 12:24:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1525, 1527, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1526, 1528, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1527, 1529, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-26 03:33:28', '2014-06-26 03:33:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1528, 1530, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2015-09-30 00:00:00', '2014-04-16 09:23:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1529, 1531, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1530, 1532, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:15', '2014-01-30 17:51:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1531, 1533, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-01-21 09:53:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1532, 1534, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-27 21:40:48', '2014-02-27 21:40:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1533, 1535, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1534, 1536, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 10:40:08', '2014-01-30 10:40:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1535, 1537, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1536, 1538, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1537, 1539, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1538, 1540, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-01-01 19:23:51', '2014-01-01 19:23:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1539, 1541, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1540, 1542, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1541, 1543, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1542, 1544, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1543, 1545, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1544, 1546, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-05-20 08:12:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1545, 1547, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1546, 1548, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1547, 1549, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1548, 1550, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1549, 1551, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-31 16:51:27', '2014-07-31 16:51:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1550, 1552, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1551, 1553, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1552, 1554, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1553, 1555, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-31 10:21:17', '2014-03-31 10:21:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1554, 1556, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1555, 1557, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1556, 1558, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1557, 1559, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1558, 1560, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1559, 1561, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1560, 1562, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-28 09:04:35', '2014-02-28 09:04:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1561, 1563, 17, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1562, 1564, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1563, 1565, 12, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1564, 1566, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1565, 1567, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-30 17:29:28', '2014-04-30 17:29:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1566, 1568, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1567, 1569, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1568, 1570, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1569, 1571, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1570, 1572, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1571, 1573, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1572, 1574, 9, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1573, 1575, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1574, 1576, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1575, 1577, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '2013-11-26 14:13:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1576, 1578, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:17', '2013-12-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1577, 1579, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1578, 1580, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1579, 1581, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1580, 1582, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1581, 1583, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1582, 1584, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1583, 1585, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1584, 1586, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1585, 1587, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1586, 1588, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-05-04 16:34:23', '2014-05-04 16:34:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1587, 1589, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-26 14:44:29', '2014-07-26 14:44:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1588, 1590, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1589, 1591, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-29 14:35:56', '2014-04-29 14:35:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1590, 1592, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-16 09:36:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1591, 1593, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1592, 1594, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-21 15:46:41', '2014-04-21 15:46:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1593, 1595, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-27 18:25:19', '2014-06-27 18:25:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1594, 1596, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1595, 1597, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1596, 1598, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-05-09 15:58:14', '2014-05-09 15:58:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1597, 1599, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1598, 1600, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-20 08:25:42', '2014-04-20 08:25:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1599, 1601, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1600, 1602, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-06-11 13:27:56', '2014-06-11 13:27:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1601, 1603, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1602, 1604, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1603, 1605, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1604, 1606, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1605, 1607, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-12 09:45:33', '2014-02-12 09:45:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1606, 1608, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2013-12-31 18:08:22', '2013-12-31 18:08:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1607, 1609, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-22 08:39:27', '2014-03-22 08:39:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1608, 1610, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:16', '2014-01-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1609, 1611, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1610, 1612, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:17', '2013-12-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1611, 1613, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-31 00:00:00', '2013-11-26 14:47:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1612, 1614, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1613, 1615, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-03-15 12:25:38', '2014-03-15 12:25:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1614, 1616, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-13 10:42:48', '2014-02-13 10:42:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1615, 1617, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1616, 1618, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-21 14:14:19', '2014-03-21 14:14:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1617, 1619, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1618, 1620, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1619, 1621, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1620, 1622, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-05-02 16:12:15', '2014-05-02 16:12:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1621, 1623, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1622, 1624, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-30 16:29:41', '2014-04-30 16:29:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1623, 1625, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-05-19 12:20:45', '2014-05-19 12:20:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1624, 1626, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-05-20 08:26:33', '2014-05-20 08:26:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1625, 1627, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1626, 1628, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1627, 1629, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-08-31 00:00:00', '2014-08-07 12:12:50', '2014-08-07 12:12:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1628, 1630, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1629, 1631, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1630, 1632, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1631, 1633, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1632, 1634, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1633, 1635, 4, 0, '50.00', '50.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1634, 1636, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2014-01-16 15:49:49') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1635, 1637, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1636, 1638, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1637, 1639, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-11-30 00:00:00', '2014-04-21 13:27:02', '2014-04-21 13:27:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1638, 1640, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1639, 1641, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1640, 1642, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-04 08:57:25', '2014-02-04 08:57:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1641, 1643, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1642, 1644, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1643, 1645, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-18 09:37:45', '2014-04-18 09:37:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1644, 1646, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1645, 1647, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1646, 1648, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-04-14 10:31:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1647, 1649, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1648, 1650, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-04-12 13:32:11', '2014-04-12 13:32:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1649, 1651, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1650, 1652, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-06-07 10:35:53', '2014-06-07 10:35:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1651, 1653, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-30 00:00:00', '2014-06-30 13:58:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1652, 1654, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:17', '2013-12-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1653, 1655, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:16', '2014-01-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1654, 1656, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-11-26 12:27:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1655, 1657, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1656, 1658, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1657, 1659, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-30 15:45:52', '2014-03-30 15:45:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1658, 1660, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1659, 1661, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-06-19 09:55:26', '2014-06-19 09:55:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1660, 1662, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1661, 1663, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-02-26 12:44:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1662, 1664, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-13 08:57:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1663, 1665, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-08 13:39:22', '2014-01-08 13:39:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1664, 1666, 12, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1665, 1667, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1666, 1668, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-18 12:14:40', '2014-03-18 12:14:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1667, 1669, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1668, 1670, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:16', '2014-01-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1669, 1671, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2014-01-31 00:00:00', '2015-01-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1670, 1672, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1671, 1673, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1672, 1674, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1673, 1675, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1674, 1676, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1675, 1677, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-26 15:05:14', '2014-02-26 15:05:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1676, 1678, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1677, 1679, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:16', '2014-01-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1678, 1680, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1679, 1681, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1680, 1682, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-27 09:33:47', '2013-11-27 09:33:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1681, 1683, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-29 20:21:15', '2014-04-29 20:21:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1682, 1684, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-06-12 14:57:54', '2014-06-12 14:57:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1683, 1685, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-29 12:52:36', '2014-07-29 12:52:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1684, 1686, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-30 07:11:29', '2014-07-30 07:11:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1685, 1687, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-04-24 10:52:18', '2014-04-24 10:52:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1686, 1688, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1687, 1689, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1688, 1690, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1689, 1691, 9, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1690, 1692, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-18 20:54:35', '2014-01-18 20:54:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1691, 1693, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1692, 1694, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1693, 1695, 12, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2013-11-29 10:10:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1694, 1696, 10, 0, '115.00', '115.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-11-30 00:00:00', '2014-02-11 11:24:41', '2014-02-11 11:24:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1695, 1697, 12, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-31 00:00:00', '2013-12-30 13:48:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1696, 1698, 12, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-31 00:00:00', '2013-11-29 10:01:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1697, 1699, 12, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1698, 1700, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1699, 1701, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1700, 1702, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1701, 1703, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1702, 1704, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1703, 1705, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-11 16:21:11', '2014-06-11 16:21:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1704, 1706, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-30 00:00:00', '2014-06-26 09:17:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1705, 1707, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1706, 1708, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1707, 1709, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-04-01 07:19:34', '2014-04-01 07:19:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1708, 1710, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1709, 1711, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1710, 1712, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-30 08:37:23', '2014-04-30 08:37:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1711, 1713, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1712, 1714, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-30 20:59:46', '2014-04-30 20:59:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1713, 1715, 6, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1714, 1716, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1715, 1717, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1716, 1718, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1717, 1719, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-16 14:55:51', '2014-02-16 14:55:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1718, 1720, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-10 10:27:01', '2014-02-10 10:27:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1719, 1721, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-02-26 13:19:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1720, 1722, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1721, 1723, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1722, 1724, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-06-13 18:55:37', '2014-06-13 18:55:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1723, 1725, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1724, 1726, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1725, 1727, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1726, 1728, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1727, 1729, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1728, 1730, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1729, 1731, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1730, 1732, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-07-11 10:59:43', '2014-07-11 10:59:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1731, 1733, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1732, 1734, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1733, 1735, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1734, 1736, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-03-13 09:06:20', '2014-03-13 09:06:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1735, 1737, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-04-02 13:06:00', '2014-04-02 13:06:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1736, 1738, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-04-30 00:00:00', '2014-04-24 09:21:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1737, 1739, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1738, 1740, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-05-27 08:55:19', '2014-05-27 08:55:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1739, 1741, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-28 19:34:15', '2014-02-28 19:34:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1740, 1742, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1741, 1743, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1742, 1744, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1743, 1745, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1744, 1746, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-29 14:46:29', '2014-04-29 14:46:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1745, 1747, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1746, 1748, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-06-01 16:51:41', '2014-06-01 16:51:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1747, 1749, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1748, 1750, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1749, 1751, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-06-30 00:00:00', '2013-11-18 11:40:54', '2013-11-18 11:40:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1750, 1752, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1751, 1753, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1752, 1754, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-05-12 16:34:34', '2014-05-12 16:34:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1753, 1755, 18, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1754, 1756, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-04-06 08:54:57', '2014-04-06 08:54:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1755, 1757, 16, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-31 14:38:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1756, 1758, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1757, 1759, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1758, 1760, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1759, 1761, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1760, 1762, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1761, 1763, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1762, 1764, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1763, 1765, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-06-27 10:38:21', '2014-06-27 10:38:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1764, 1766, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1765, 1767, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:16', '2014-01-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1766, 1768, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2013-12-30 13:54:39', '2013-12-30 13:54:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1767, 1769, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1768, 1770, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1769, 1771, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1770, 1772, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-29 17:19:11', '2014-04-29 17:19:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1771, 1773, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:16', '2014-01-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1772, 1774, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1773, 1775, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1774, 1776, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-11-30 00:00:00', '2014-11-30 00:00:00', '2013-11-26 14:02:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1775, 1777, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1776, 1778, 17, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1777, 1779, 9, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-05 17:15:19', '2014-04-05 17:15:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1778, 1780, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-29 12:02:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1779, 1781, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2014-01-21 09:00:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1780, 1782, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-04 10:42:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1781, 1783, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1782, 1784, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-16 10:55:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1783, 1785, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-03-31 15:55:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1784, 1786, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-28 12:27:29', '2014-07-28 12:27:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1785, 1787, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1786, 1788, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1787, 1789, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1788, 1790, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1789, 1791, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1790, 1792, 9, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1791, 1793, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1792, 1794, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1793, 1795, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-12-05 10:24:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1794, 1796, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1795, 1797, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:16', '2014-01-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1796, 1798, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:16', '2014-01-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1797, 1799, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1798, 1800, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1799, 1801, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-12 15:12:13', '2014-02-12 15:12:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1800, 1802, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1801, 1803, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-05-31 19:59:15', '2014-05-31 19:59:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1802, 1804, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-11-30 00:00:00', '2014-11-30 00:00:00', '2013-11-26 14:07:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1803, 1805, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1804, 1806, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1805, 1807, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1806, 1808, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1807, 1809, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-05-14 10:45:49', '2014-05-14 10:45:49') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1808, 1810, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1809, 1811, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1810, 1812, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1811, 1813, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1812, 1814, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:16', '2013-12-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1813, 1815, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-29 17:18:04', '2014-04-29 17:18:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1814, 1816, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1815, 1817, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-02-09 08:30:50', '2014-02-09 08:30:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1816, 1818, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:16', '2013-12-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1817, 1819, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1818, 1820, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1819, 1821, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1820, 1822, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-07 10:53:22', '2014-06-07 10:53:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1821, 1823, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1822, 1824, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1823, 1825, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1824, 1826, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1825, 1827, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1826, 1828, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-30 00:00:00', '2014-05-05 12:06:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1827, 1829, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1828, 1830, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1829, 1831, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-11-30 00:00:00', '2014-11-30 00:00:00', '2013-11-20 10:54:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1830, 1832, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-06-04 15:04:30', '2014-06-04 15:04:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1831, 1833, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-05-08 08:35:44', '2014-05-08 08:35:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1832, 1834, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1833, 1835, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1834, 1836, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1835, 1837, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-08-31 00:00:00', '2014-08-12 19:06:06', '2014-08-12 19:06:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1836, 1838, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1837, 1839, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2014-01-06 15:53:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1838, 1840, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-02-26 13:02:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1839, 1841, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1840, 1842, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:15', '2014-01-30 17:51:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1841, 1843, 10, 0, '115.00', '115.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-02-11 11:37:44', '2014-02-11 11:37:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1842, 1844, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:15', '2014-01-30 17:51:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1843, 1845, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1844, 1846, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-06-06 09:06:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1845, 1847, 17, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1846, 1848, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-11-20 15:18:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1847, 1849, 7, 0, '70.00', '70.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1848, 1850, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1849, 1851, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-30 21:38:49', '2014-03-30 21:38:49') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1850, 1852, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-02-21 10:31:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1851, 1853, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-06-19 21:59:52', '2014-06-19 21:59:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1852, 1854, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1853, 1855, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-05-24 11:57:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1854, 1856, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1855, 1857, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1856, 1858, 16, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1857, 1859, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1858, 1860, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1859, 1861, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-15 08:25:40', '2014-04-15 08:25:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1860, 1862, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1861, 1863, 4, 0, '50.00', '50.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1862, 1864, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1863, 1865, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1864, 1866, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1865, 1867, 14, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1866, 1868, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-31 00:00:00', '2014-01-17 12:13:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1867, 1869, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-27 13:21:04', '2014-01-27 13:21:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1868, 1870, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:15', '2014-01-30 17:51:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1869, 1871, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1870, 1872, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1871, 1873, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1872, 1874, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-27 22:45:33', '2014-02-27 22:45:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1873, 1875, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1874, 1876, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-23 10:46:51', '2014-03-23 10:46:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1875, 1877, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-03-15 12:19:10', '2014-03-15 12:19:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1876, 1878, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-11 10:52:08', '2014-07-11 10:52:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1877, 1879, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-08-13 14:42:14', '2014-08-13 14:42:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1878, 1880, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1879, 1881, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-01-31 15:06:50', '2014-01-31 15:06:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1880, 1882, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-31 00:00:00', '2013-11-27 09:32:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1881, 1883, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1882, 1884, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1883, 1885, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1884, 1886, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1885, 1887, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-02-26 13:11:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1886, 1888, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1887, 1889, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1888, 1890, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-06-30 00:00:00', '2014-06-30 14:24:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1889, 1891, 9, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1890, 1892, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-01-17 12:29:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1891, 1893, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1892, 1894, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-02-26 14:25:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1893, 1895, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1894, 1896, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1895, 1897, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:15', '2014-01-30 17:51:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1896, 1898, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1897, 1899, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-05 19:12:06', '2014-02-05 19:12:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1898, 1900, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-03-19 05:31:47', '2014-03-19 05:31:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1899, 1901, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-29 18:56:55', '2014-04-29 18:56:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1900, 1902, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1901, 1903, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1902, 1904, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1903, 1905, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-05-01 22:28:44', '2014-05-01 22:28:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1904, 1906, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1905, 1907, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1906, 1908, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1907, 1909, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1908, 1910, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-19 12:58:57', '2014-06-19 12:58:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1909, 1911, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1910, 1912, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1911, 1913, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-11 15:03:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1912, 1914, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-05-19 10:54:20', '2014-05-19 10:54:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1913, 1915, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1914, 1916, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1915, 1917, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:15', '2014-01-30 17:51:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1916, 1918, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1917, 1919, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1918, 1920, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-30 14:08:48', '2014-04-30 14:08:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1919, 1921, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1920, 1922, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1921, 1923, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:15', '2014-01-30 17:51:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1922, 1924, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2014-01-31 00:00:00', '2015-01-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1923, 1925, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-11-30 00:00:00', '2014-11-30 00:00:00', '2013-11-20 10:52:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1924, 1926, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-01-28 19:48:49', '2014-01-28 19:48:49') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1925, 1927, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-05-30 11:57:03', '2014-05-30 11:57:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1926, 1928, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-03-11 19:32:12', '2014-03-11 19:32:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1927, 1929, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-06-30 00:00:00', '2014-06-30 14:01:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1928, 1930, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1929, 1931, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1930, 1932, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1931, 1933, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1932, 1934, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1933, 1935, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-31 00:00:00', '2013-11-26 14:09:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1934, 1936, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-13 14:30:47', '2014-02-13 14:30:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1935, 1937, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-12 07:24:42', '2014-06-12 07:24:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1936, 1938, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1937, 1939, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1938, 1940, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1939, 1941, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-28 13:15:12', '2014-02-28 13:15:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1940, 1942, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1941, 1943, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1942, 1944, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1943, 1945, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1944, 1946, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:15', '2014-01-30 17:51:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1945, 1947, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-13 10:52:13', '2014-04-13 10:52:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1946, 1948, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1947, 1949, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1948, 1950, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:15', '2014-01-30 17:51:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1949, 1951, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:15', '2014-01-30 17:51:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1950, 1952, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:15', '2014-01-30 17:51:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1951, 1953, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:15', '2014-01-30 17:51:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1952, 1954, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:15', '2014-01-30 17:51:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1953, 1955, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:16', '2013-12-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1954, 1956, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-19 16:41:53', '2013-12-19 16:41:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1955, 1957, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2013-12-22 08:47:55', '2013-12-22 08:47:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1956, 1958, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1957, 1959, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1958, 1960, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1959, 1961, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-16 09:46:10', '2014-04-16 09:46:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1960, 1962, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-06-09 07:24:04', '2014-06-09 07:24:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1961, 1963, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-05-30 06:40:35', '2014-05-30 06:40:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1962, 1964, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-25 12:32:42', '2014-06-25 12:32:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1963, 1965, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1964, 1966, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1965, 1967, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1966, 1968, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1967, 1969, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1968, 1970, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1969, 1971, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-06-09 09:38:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1970, 1972, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1971, 1973, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-11 13:58:47', '2014-07-11 13:58:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1972, 1974, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1973, 1975, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-05-15 18:56:41', '2014-05-15 18:56:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1974, 1976, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1975, 1977, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1976, 1978, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1977, 1979, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:16', '2013-12-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1978, 1980, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1979, 1981, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-02-26 14:26:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1980, 1982, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1981, 1983, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1982, 1984, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1983, 1985, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1984, 1986, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1985, 1987, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-11-20 10:49:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1986, 1988, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2014-01-06 15:58:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1987, 1989, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-12-05 13:35:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1988, 1990, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:15', '2014-01-30 17:51:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1989, 1991, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1990, 1992, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1991, 1993, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-12-30 13:51:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1992, 1994, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1993, 1995, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-07-28 16:31:12', '2014-07-28 16:31:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1994, 1996, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-16 10:15:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1995, 1997, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-06-30 00:00:00', '2014-06-19 13:48:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1996, 1998, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1997, 1999, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-12 07:39:29', '2014-06-12 07:39:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1998, 2000, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-01-17 12:49:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (1999, 2001, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2013-12-19 13:02:34', '2013-12-19 13:02:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2000, 2002, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2013-12-25 20:43:16', '2013-12-25 20:43:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2001, 2003, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:15', '2014-01-30 17:51:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2002, 2004, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2003, 2005, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2004, 2006, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-11-30 00:00:00', '2014-02-25 09:57:25', '2014-02-25 09:57:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2005, 2007, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2006, 2008, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:16', '2013-12-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2007, 2009, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2008, 2010, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2009, 2011, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-05-15 10:37:17', '2014-05-15 10:37:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2010, 2012, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2011, 2013, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-02-26 14:22:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2012, 2014, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-03-25 09:27:17', '2014-03-25 09:27:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2013, 2015, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-05-28 14:22:43', '2014-05-28 14:22:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2014, 2016, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-04-28 18:56:48', '2014-04-28 18:56:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2015, 2017, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2016, 2018, 9, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2017, 2019, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-07 09:38:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2018, 2020, 14, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2019, 2021, 17, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'inactive', '0199-01-31 00:00:00', '2013-11-18 11:40:54', '2013-11-18 11:40:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2020, 2022, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-31 00:00:00', '2013-12-16 11:31:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2021, 2023, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-31 00:00:00', '2013-12-16 09:31:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2022, 2024, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-03-26 11:16:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2023, 2025, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2024, 2026, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-03-12 13:42:15', '2014-03-12 13:42:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2025, 2027, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-05-28 17:20:31', '2014-05-28 17:20:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2026, 2028, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2027, 2029, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2028, 2030, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2029, 2031, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2030, 2032, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2031, 2033, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2032, 2034, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-31 00:00:00', '2014-07-11 14:41:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2033, 2035, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-05-18 13:46:34', '2014-05-18 13:46:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2034, 2036, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2035, 2037, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2036, 2038, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2037, 2039, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2038, 2040, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2039, 2041, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2040, 2042, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2041, 2043, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-15 14:54:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2042, 2044, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-14 13:39:02', '2014-06-14 13:39:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2043, 2045, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-11-26 14:08:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2044, 2046, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-16 10:48:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2045, 2047, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2046, 2048, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2047, 2049, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-04-25 10:24:32', '2014-04-25 10:24:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2048, 2050, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2049, 2051, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:16', '2014-01-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2050, 2052, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2014-01-16 15:49:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2051, 2053, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2052, 2054, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2053, 2055, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2054, 2056, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2055, 2057, 14, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2056, 2058, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-09-30 00:00:00', '2014-08-05 09:31:08', '2014-08-05 09:31:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2057, 2059, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2058, 2060, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2059, 2061, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-04-24 22:11:39', '2014-04-24 22:11:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2060, 2062, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2061, 2063, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2062, 2064, 12, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:16', '2013-12-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2063, 2065, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2064, 2066, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2065, 2067, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2066, 2068, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2067, 2069, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-05-31 04:41:38', '2014-05-31 04:41:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2068, 2070, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2069, 2071, 10, 0, '115.00', '115.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-11 11:17:41', '2014-02-11 11:17:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2070, 2072, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-07-29 13:40:18', '2014-07-29 13:40:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2071, 2073, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-01-17 12:26:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2072, 2074, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:16', '2014-01-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2073, 2075, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2074, 2076, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2075, 2077, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-11-30 00:00:00', '2014-11-30 00:00:00', '2013-11-20 09:19:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2076, 2078, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2077, 2079, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:16', '2013-12-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2078, 2080, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:16', '2013-12-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2079, 2081, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2080, 2082, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2081, 2083, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2082, 2084, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2083, 2085, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-02-28 19:55:50', '2014-02-28 19:55:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2084, 2086, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2085, 2087, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2086, 2088, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2087, 2089, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2088, 2090, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2089, 2091, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2090, 2092, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:17', '2014-01-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2091, 2093, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-11-30 00:00:00', '2014-11-30 00:00:00', '2013-11-20 10:53:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2092, 2094, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2093, 2095, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2094, 2096, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2095, 2097, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2096, 2098, 10, 0, '115.00', '115.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2097, 2099, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2098, 2100, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2099, 2101, 14, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2100, 2102, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2101, 2103, 17, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2102, 2104, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2103, 2105, 10, 0, '115.00', '115.00', 1, 'Year', 0, '0.00', 0, 'active', '2014-04-30 00:00:00', '2015-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2104, 2106, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:16', '2013-12-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2105, 2107, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-05-01 15:10:44', '2014-05-01 15:10:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2106, 2108, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-05-29 18:59:31', '2014-05-29 18:59:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2107, 2109, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2108, 2110, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-08-31 00:00:00', '2014-08-08 05:33:30', '2014-08-08 05:33:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2109, 2111, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2110, 2112, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-01-30 14:43:44', '2014-01-30 14:43:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2111, 2113, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2112, 2114, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2113, 2115, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-06-17 10:56:08', '2014-06-17 10:56:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2114, 2116, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2115, 2117, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-07-19 13:55:18', '2014-07-19 13:55:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2116, 2118, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2117, 2119, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2118, 2120, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-11 21:49:57', '2014-04-11 21:49:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2119, 2121, 9, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-04-08 04:22:58', '2014-04-08 04:22:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2120, 2122, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2121, 2123, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-16 09:15:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2122, 2124, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2123, 2125, 7, 0, '70.00', '70.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2124, 2126, 9, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2125, 2127, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-10-31 00:00:00', '2013-11-18 11:40:54', '2013-11-18 11:40:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2126, 2128, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2127, 2129, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2128, 2130, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:16', '2013-12-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2129, 2131, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-06-17 08:56:42', '2014-06-17 08:56:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2130, 2132, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-05-24 17:26:37', '2014-05-24 17:26:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2131, 2133, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2132, 2134, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-07-03 12:01:15', '2014-07-03 12:01:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2133, 2135, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-08-31 00:00:00', '2014-08-13 15:56:13', '2014-08-13 15:56:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2134, 2136, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-08-31 00:00:00', '2014-08-08 11:49:23', '2014-08-08 11:49:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2135, 2137, 16, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2136, 2138, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2137, 2139, 7, 0, '70.00', '70.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2138, 2140, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2139, 2141, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-03-01 11:50:36', '2014-03-01 11:50:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2140, 2142, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-23 19:38:51', '2014-02-23 19:38:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2141, 2143, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2142, 2144, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2014-01-27 09:27:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2143, 2145, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-01-06 15:07:56', '2014-01-06 15:07:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2144, 2146, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2145, 2147, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-18 11:06:26', '2014-04-18 11:06:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2146, 2148, 18, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2147, 2149, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2148, 2150, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2149, 2151, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2150, 2152, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2151, 2153, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2152, 2154, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-03 12:54:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2153, 2155, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2154, 2156, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2155, 2157, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2156, 2158, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-01-31 09:22:54', '2014-01-31 09:22:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2157, 2159, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-08-31 00:00:00', '2014-08-18 10:20:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2158, 2160, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:17', '2013-12-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2159, 2161, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2160, 2162, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:17', '2013-12-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2161, 2163, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2162, 2164, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-08-31 00:00:00', '2014-08-18 11:45:16', '2014-08-18 11:45:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2163, 2165, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:17', '2014-01-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2164, 2166, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2165, 2167, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-27 15:56:27', '2014-02-27 15:56:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2166, 2168, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2167, 2169, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2013-12-31 18:40:39', '2013-12-31 18:40:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2168, 2170, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-03-09 12:22:01', '2014-03-09 12:22:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2169, 2171, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2170, 2172, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-07 15:33:29', '2014-03-07 15:33:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2171, 2173, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2172, 2174, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2173, 2175, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2174, 2176, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2175, 2177, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2176, 2178, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2177, 2179, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2178, 2180, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-06-10 09:55:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2179, 2181, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-31 00:00:00', '2014-03-31 15:54:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2180, 2182, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:17', '2014-01-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2181, 2183, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:17', '2013-12-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2182, 2184, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-06-18 18:52:24', '2014-06-18 18:52:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2183, 2185, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2184, 2186, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-02 13:15:33', '2014-07-02 13:15:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2185, 2187, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-01-01 16:28:59', '2014-01-01 16:28:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2186, 2188, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-01-21 09:17:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2187, 2189, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-30 00:00:00', '2014-01-17 12:40:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2188, 2190, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:17', '2014-01-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2189, 2191, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2190, 2192, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2191, 2193, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2192, 2194, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-31 00:00:00', '2013-12-19 10:40:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2193, 2195, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2194, 2196, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-20 11:45:07', '2014-02-20 11:45:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2195, 2197, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-05-01 10:00:36', '2014-05-01 10:00:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2196, 2198, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-11 09:19:34', '2014-02-11 09:19:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2197, 2199, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2198, 2200, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2199, 2201, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2200, 2202, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-14 09:47:34', '2014-04-14 09:47:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2201, 2203, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-05-26 21:37:08', '2014-05-26 21:37:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2202, 2204, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-06-08 18:26:06', '2014-06-08 18:26:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2203, 2205, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2204, 2206, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2205, 2207, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2206, 2208, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2207, 2209, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-01-27 15:24:05', '2014-01-27 15:24:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2208, 2210, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2209, 2211, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2210, 2212, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2211, 2213, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-06-06 09:33:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2212, 2214, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2213, 2215, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2214, 2216, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2215, 2217, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2216, 2218, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2217, 2219, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2218, 2220, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2219, 2221, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2220, 2222, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2221, 2223, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2222, 2224, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2223, 2225, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2224, 2226, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-31 00:00:00', '2014-07-24 09:55:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2225, 2227, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2226, 2228, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2227, 2229, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2228, 2230, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2229, 2231, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2230, 2232, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2231, 2233, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-01-12 12:48:17', '2014-01-12 12:48:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2232, 2234, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:17', '2014-01-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2233, 2235, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:18', '2013-12-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2234, 2236, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-25 19:28:47', '2014-07-25 19:28:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2235, 2237, 4, 0, '50.00', '50.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2236, 2238, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:18', '2013-12-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2237, 2239, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-03-20 06:53:39', '2014-03-20 06:53:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2238, 2240, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2239, 2241, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-06-04 09:28:01', '2014-06-04 09:28:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2240, 2242, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-05-31 10:07:12', '2014-05-31 10:07:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2241, 2243, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2242, 2244, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2243, 2245, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2244, 2246, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:17', '2014-01-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2245, 2247, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2246, 2248, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2247, 2249, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2248, 2250, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2249, 2251, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-01-01 16:14:17', '2014-01-01 16:14:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2250, 2252, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-02-08 09:18:47', '2014-02-08 09:18:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2251, 2253, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2252, 2254, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2253, 2255, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-05-13 08:46:58', '2014-05-13 08:46:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2254, 2256, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:17', '2014-01-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2255, 2257, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2256, 2258, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2014-01-31 00:00:00', '2015-01-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2257, 2259, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2258, 2260, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-03-11 08:49:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2259, 2261, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2260, 2262, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-06 15:18:58', '2014-03-06 15:18:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2261, 2263, 7, 0, '70.00', '70.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2262, 2264, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2263, 2265, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2264, 2266, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2013-11-20 09:17:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2265, 2267, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2266, 2268, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2267, 2269, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-06-09 11:17:07', '2014-06-09 11:17:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2268, 2270, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-06-10 10:14:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2269, 2271, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2270, 2272, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2271, 2273, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2272, 2274, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2273, 2275, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-05-28 13:29:08', '2014-05-28 13:29:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2274, 2276, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2275, 2277, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2276, 2278, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2277, 2279, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2015-12-31 00:00:00', '2014-01-21 09:48:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2278, 2280, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2279, 2281, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-05-30 04:13:56', '2014-05-30 04:13:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2280, 2282, 10, 0, '115.00', '115.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2281, 2283, 18, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2282, 2284, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:17', '2014-01-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2283, 2285, 14, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2284, 2286, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-04-19 14:54:24', '2014-04-19 14:54:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2285, 2287, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-30 00:00:00', '2014-07-08 09:08:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2286, 2288, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2287, 2289, 12, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2288, 2290, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-12-11 15:10:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2289, 2291, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2290, 2292, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-06-30 22:11:36', '2014-06-30 22:11:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2291, 2293, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2292, 2294, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2293, 2295, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-05-27 09:31:14', '2014-05-27 09:31:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2294, 2296, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2295, 2297, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2296, 2298, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2297, 2299, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-05-20 08:21:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2298, 2300, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2299, 2301, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-05-14 12:15:54', '2014-05-14 12:15:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2300, 2302, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-04-02 08:05:31', '2014-04-02 08:05:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2301, 2303, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2302, 2304, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2303, 2305, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2304, 2306, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-05-06 05:13:50', '2014-05-06 05:13:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2305, 2307, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2306, 2308, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2307, 2309, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2308, 2310, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2309, 2311, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2310, 2312, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2311, 2313, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-02-26 12:47:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2312, 2314, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2313, 2315, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-04-01 10:04:12', '2014-04-01 10:04:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2314, 2316, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-30 06:08:53', '2014-04-30 06:08:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2315, 2317, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2316, 2318, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-08-16 09:41:48', '2014-08-16 09:41:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2317, 2319, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-07-11 14:58:26', '2014-07-11 14:58:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2318, 2320, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-07-05 09:27:14', '2014-07-05 09:27:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2319, 2321, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2320, 2322, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2321, 2323, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2322, 2324, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:17', '2014-01-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2323, 2325, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:17', '2014-01-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2324, 2326, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:17', '2014-01-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2325, 2327, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-17 07:36:33', '2014-01-17 07:36:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2326, 2328, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2327, 2329, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2328, 2330, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2329, 2331, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2330, 2332, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2331, 2333, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:18', '2013-12-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2332, 2334, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:18', '2013-12-30 17:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2333, 2335, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-03-29 18:03:55', '2014-03-29 18:03:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2334, 2336, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-01-16 11:34:32', '2014-01-16 11:34:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2335, 2337, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-15 17:44:18', '2014-02-15 17:44:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2336, 2338, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-03-11 07:39:04', '2014-03-11 07:39:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2337, 2339, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2338, 2340, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-17 11:58:21', '2014-03-17 11:58:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2339, 2341, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2340, 2342, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2341, 2343, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2342, 2344, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2343, 2345, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2344, 2346, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2345, 2347, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-07-03 12:31:26', '2014-07-03 12:31:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2346, 2348, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2347, 2349, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-05-31 18:11:25', '2014-05-31 18:11:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2348, 2350, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2349, 2351, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-07-19 15:20:03', '2014-07-19 15:20:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2350, 2352, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2351, 2353, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-24 17:11:14', '2014-06-24 17:11:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2352, 2354, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2353, 2355, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-14 19:15:03', '2014-07-14 19:15:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2354, 2356, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-08-31 00:00:00', '2014-08-13 16:53:24', '2014-08-13 16:53:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2355, 2357, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2356, 2358, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:17', '2014-01-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2357, 2359, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2358, 2360, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2359, 2361, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2360, 2362, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2361, 2363, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-03-10 09:42:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2362, 2364, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2363, 2365, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2364, 2366, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2365, 2367, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-12-30 13:49:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2366, 2368, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2367, 2369, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2368, 2370, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2369, 2371, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-03-18 09:10:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2370, 2372, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2371, 2373, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2372, 2374, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2373, 2375, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2374, 2376, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:17', '2013-12-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2375, 2377, 12, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2376, 2378, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:16', '2014-01-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2377, 2379, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2378, 2380, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2379, 2381, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-30 17:20:03', '2014-04-30 17:20:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2380, 2382, 16, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '2014-01-31 00:00:00', '2015-01-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2381, 2383, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-11-26 14:05:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2382, 2384, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-02 14:32:01', '2014-04-02 14:32:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2383, 2385, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2384, 2386, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:16', '2014-01-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2385, 2387, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-09 22:22:53', '2013-12-09 22:22:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2386, 2388, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-27 18:43:41', '2014-02-27 18:43:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2387, 2389, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-05-05 12:59:35', '2014-05-05 12:59:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2388, 2390, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-03-14 16:10:52', '2014-03-14 16:10:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2389, 2391, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-03-10 17:27:17', '2014-03-10 17:27:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2390, 2392, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-28 11:14:15', '2014-02-28 11:14:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2391, 2393, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2392, 2394, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2393, 2395, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-02-04 15:32:37', '2014-02-04 15:32:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2394, 2396, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-30 15:53:22', '2014-04-30 15:53:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2395, 2397, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2396, 2398, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-02-28 22:29:56', '2014-02-28 22:29:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2397, 2399, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2398, 2400, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2399, 2401, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2400, 2402, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2401, 2403, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-06-02 08:52:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2402, 2404, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-05-31 11:53:04', '2014-05-31 11:53:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2403, 2405, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2015-10-31 00:00:00', '2014-04-16 11:57:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2404, 2406, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2405, 2407, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-11-30 00:00:00', '2014-11-30 00:00:00', '2013-11-26 14:49:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2406, 2408, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2407, 2409, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-06-06 08:57:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2408, 2410, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2409, 2411, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2410, 2412, 7, 0, '70.00', '70.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-23 08:53:27', '2014-07-23 08:53:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2411, 2413, 14, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2412, 2414, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:17', '2013-12-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2413, 2415, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2414, 2416, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:16', '2014-01-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2415, 2417, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-04-15 00:00:00', '2014-04-16 13:43:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2416, 2418, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2417, 2419, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-31 00:00:00', '2014-07-11 14:48:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2418, 2420, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2419, 2421, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2420, 2422, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-02-28 21:14:17', '2014-02-28 21:14:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2421, 2423, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2422, 2424, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2423, 2425, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2424, 2426, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-04-14 10:18:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2425, 2427, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2426, 2428, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-06-02 05:26:00', '2014-06-02 05:26:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2427, 2429, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2428, 2430, 10, 0, '115.00', '115.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-05-06 09:34:13', '2014-05-06 09:34:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2429, 2431, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2430, 2432, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2431, 2433, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2432, 2434, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-01-31 00:00:00', '2014-08-04 09:31:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2433, 2435, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-27 20:16:53', '2014-02-27 20:16:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2434, 2436, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2435, 2437, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2436, 2438, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2437, 2439, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2438, 2440, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-05-20 16:45:52', '2014-05-20 16:45:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2439, 2441, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2440, 2442, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2441, 2443, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-04-16 00:00:00', '2014-04-16 11:51:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2442, 2444, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-04-30 17:06:11', '2014-04-30 17:06:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2443, 2445, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-23 16:20:12', '2014-04-23 16:20:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2444, 2446, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2445, 2447, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2446, 2448, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-08-07 08:36:22', '2014-08-07 08:36:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2447, 2449, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-22 09:10:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2448, 2450, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2449, 2451, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2450, 2452, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-03 12:57:00', '2014-07-03 12:57:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2451, 2453, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:16', '2014-01-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2452, 2454, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2453, 2455, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2454, 2456, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2455, 2457, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-10-31 00:00:00', '2014-04-24 09:59:14', '2014-04-24 09:59:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2456, 2458, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:17', '2013-12-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2457, 2459, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:17', '2013-12-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2458, 2460, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-04-17 08:38:39', '2014-04-17 08:38:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2459, 2461, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2460, 2462, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2461, 2463, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-02-26 18:54:48', '2014-02-26 18:54:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2462, 2464, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-11 09:36:22', '2014-03-11 09:36:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2463, 2465, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-06-24 01:24:15', '2014-06-24 01:24:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2464, 2466, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2465, 2467, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2466, 2468, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-05-30 18:10:44', '2014-05-30 18:10:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2467, 2469, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-21 15:43:03', '2014-07-21 15:43:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2468, 2470, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2469, 2471, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-06-02 17:05:33', '2014-06-02 17:05:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2470, 2472, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2471, 2473, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2472, 2474, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2473, 2475, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-04-16 00:00:00', '2014-04-16 13:43:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2474, 2476, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-31 00:00:00', '2013-12-05 10:23:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2475, 2477, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:17', '2013-12-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2476, 2478, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:16', '2014-01-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2477, 2479, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-03-17 16:27:06', '2014-03-17 16:27:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2478, 2480, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2479, 2481, 18, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2480, 2482, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-01-02 15:14:53', '2014-01-02 15:14:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2481, 2483, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2482, 2484, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2483, 2485, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2484, 2486, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2485, 2487, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2486, 2488, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2487, 2489, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2488, 2490, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2489, 2491, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-06-28 13:15:24', '2014-06-28 13:15:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2490, 2492, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2491, 2493, 18, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2014-02-11 11:45:40', '2014-02-11 11:45:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2492, 2494, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-31 00:00:00', '2013-12-30 15:34:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2493, 2495, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-22 09:46:17', '2014-02-22 09:46:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2494, 2496, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-06-13 10:38:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2495, 2497, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2496, 2498, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-30 00:00:00', '2014-01-21 09:20:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2497, 2499, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2498, 2500, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:16', '2014-01-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2499, 2501, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:16', '2014-01-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2500, 2502, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-11-30 00:00:00', '2014-11-30 00:00:00', '2013-11-20 15:19:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2501, 2503, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2502, 2504, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:17', '2013-12-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2503, 2505, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2504, 2506, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2505, 2507, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-02-12 12:12:34', '2014-02-12 12:12:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2506, 2508, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-08 14:56:10', '2014-03-08 14:56:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2507, 2509, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2508, 2510, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2509, 2511, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2510, 2512, 17, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2511, 2513, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2512, 2514, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2513, 2515, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:16', '2014-01-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2514, 2516, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-08 07:18:50', '2014-02-08 07:18:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2515, 2517, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-06-16 09:11:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2516, 2518, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-05-30 18:20:59', '2014-05-30 18:20:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2517, 2519, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-03-06 12:23:37', '2014-03-06 12:23:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2518, 2520, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:17', '2013-12-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2519, 2521, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-01-21 16:04:02', '2014-01-21 16:04:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2520, 2522, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2521, 2523, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-28 13:55:19', '2014-07-28 13:55:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2522, 2524, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2523, 2525, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2524, 2526, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-10 07:22:34', '2014-03-10 07:22:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2525, 2527, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-02-26 12:55:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2526, 2528, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2527, 2529, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-06-06 08:43:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2528, 2530, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-04-07 09:09:35', '2014-04-07 09:09:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2529, 2531, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2530, 2532, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-07-02 20:35:15', '2014-07-02 20:35:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2531, 2533, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2532, 2534, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-21 08:58:21', '2014-06-21 08:58:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2533, 2535, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2534, 2536, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2535, 2537, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2536, 2538, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-08-13 10:05:04', '2014-08-13 10:05:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2537, 2539, 4, 0, '50.00', '50.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2538, 2540, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2539, 2541, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-12-09 15:19:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2540, 2542, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2541, 2543, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2542, 2544, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2543, 2545, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-02-26 13:23:09', '2014-02-26 13:23:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2544, 2546, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2545, 2547, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2546, 2548, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2547, 2549, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2548, 2550, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-04-02 05:22:35', '2014-04-02 05:22:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2549, 2551, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-25 08:16:19', '2014-02-25 08:16:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2550, 2552, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2551, 2553, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2552, 2554, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-06-24 13:17:01', '2014-06-24 13:17:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2553, 2555, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2554, 2556, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2555, 2557, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2556, 2558, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2557, 2559, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-08-31 00:00:00', '2014-08-14 20:44:00', '2014-08-14 20:44:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2558, 2560, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2559, 2561, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2560, 2562, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-04-17 04:13:14', '2014-04-17 04:13:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2561, 2563, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2562, 2564, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2563, 2565, 7, 0, '70.00', '70.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-04-14 15:38:12', '2014-04-14 15:38:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2564, 2566, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2565, 2567, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-02-26 12:49:49') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2566, 2568, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2567, 2569, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2568, 2570, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-12 09:03:47', '2014-02-12 09:03:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2569, 2571, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-03-30 18:17:45', '2014-03-30 18:17:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2570, 2572, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2571, 2573, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-01-17 12:34:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2572, 2574, 4, 0, '50.00', '50.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2573, 2575, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2574, 2576, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2575, 2577, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2576, 2578, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2577, 2579, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2578, 2580, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2579, 2581, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-03 11:56:27', '2014-07-03 11:56:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2580, 2582, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-01-21 09:08:20', '2014-01-21 09:08:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2581, 2583, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2582, 2584, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2014-01-16 15:53:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2583, 2585, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-03-05 21:01:21', '2014-03-05 21:01:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2584, 2586, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2585, 2587, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2586, 2588, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2587, 2589, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-09-30 00:00:00', '2013-11-18 11:40:54', '2013-11-18 11:40:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2588, 2590, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2013-12-05 15:45:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2589, 2591, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2590, 2592, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2591, 2593, 12, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:17', '2013-12-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2592, 2594, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2593, 2595, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2594, 2596, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-06-30 00:00:00', '2014-06-30 14:10:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2595, 2597, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2596, 2598, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-03-06 08:52:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2597, 2599, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2598, 2600, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:17', '2013-12-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2599, 2601, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:17', '2013-12-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2600, 2602, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-18 09:15:11', '2014-02-18 09:15:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2601, 2603, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-14 15:48:54', '2014-02-14 15:48:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2602, 2604, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2603, 2605, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2604, 2606, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-05-02 08:34:31', '2014-05-02 08:34:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2605, 2607, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2606, 2608, 14, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2607, 2609, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2608, 2610, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2609, 2611, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2610, 2612, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:16', '2014-01-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2611, 2613, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2612, 2614, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-07-18 05:40:48', '2014-07-18 05:40:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2613, 2615, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2614, 2616, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2615, 2617, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:16', '2014-01-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2616, 2618, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2617, 2619, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-04-28 17:54:56', '2014-04-28 17:54:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2618, 2620, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2619, 2621, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-27 18:47:08', '2014-02-27 18:47:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2620, 2622, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:16', '2014-01-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2621, 2623, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2622, 2624, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2623, 2625, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-06-06 08:47:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2624, 2626, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2014-01-31 00:00:00', '2015-01-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2625, 2627, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:16', '2014-01-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2626, 2628, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2627, 2629, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2628, 2630, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-05-28 22:01:35', '2014-05-28 22:01:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2629, 2631, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-30 17:51:17', '2014-01-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2630, 2632, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2631, 2633, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-03-26 11:27:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2632, 2634, 7, 0, '70.00', '70.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2014-01-06 16:16:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2633, 2635, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-08-08 09:16:15', '2014-08-08 09:16:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2634, 2636, 7, 0, '70.00', '70.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2635, 2637, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-31 00:00:00', '2013-11-26 14:11:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2636, 2638, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2637, 2639, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-06-10 04:08:04', '2014-06-10 04:08:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2638, 2640, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2639, 2641, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-02-18 09:21:03', '2014-02-18 09:21:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2640, 2642, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-02-26 14:42:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2641, 2643, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2642, 2644, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2643, 2645, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-05-10 09:31:34', '2014-05-10 09:31:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2644, 2646, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-05-22 11:48:09', '2014-05-22 11:48:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2645, 2647, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2646, 2648, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2647, 2649, 3, 0, '55.00', '55.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2648, 2650, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2649, 2651, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2650, 2652, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-11-30 00:00:00', '2014-11-30 00:00:00', '2013-11-26 14:10:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2651, 2653, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2652, 2654, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2653, 2655, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2654, 2656, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-05-12 10:25:01', '2014-05-12 10:25:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2655, 2657, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-04-01 04:26:35', '2014-04-01 04:26:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2656, 2658, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-01-07 17:21:40', '2014-01-07 17:21:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2657, 2659, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2013-12-22 22:29:02', '2013-12-22 22:29:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2658, 2660, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2013-12-26 10:29:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2659, 2661, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-05-14 17:30:26', '2014-05-14 17:30:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2660, 2662, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-06-30 00:00:00', '2014-04-16 13:56:04', '2014-04-16 13:56:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2661, 2663, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2662, 2664, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2663, 2665, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2664, 2666, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2665, 2667, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2666, 2668, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2667, 2669, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:17', '2013-12-30 17:51:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2668, 2670, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-05-31 00:00:00', '2014-05-30 13:38:37', '2014-05-30 13:38:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2669, 2671, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2670, 2672, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2014-06-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2671, 2673, 7, 0, '70.00', '70.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2672, 2674, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2014-05-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2673, 2675, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-31 00:00:00', '2014-03-26 08:32:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2674, 2676, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2014-08-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2675, 2677, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2014-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2676, 2678, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2677, 2679, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-04-29 21:12:14', '2014-04-29 21:12:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2678, 2680, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-07-14 06:30:34', '2014-07-14 06:30:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2679, 2681, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2014-12-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2680, 2682, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2014-01-26 18:25:23', '2014-01-26 18:25:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2681, 2683, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2682, 2684, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2683, 2685, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2015-06-30 00:00:00', '2014-06-16 14:16:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2684, 2686, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2014-01-31 00:00:00', '2015-01-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2685, 2687, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-12-10 15:27:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2686, 2688, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-10-31 00:00:00', '2014-10-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2687, 2689, 12, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2688, 2690, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-11-30 00:00:00', '2013-11-29 19:13:25', '2013-11-29 19:13:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2689, 2691, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2690, 2692, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2015-11-30 00:00:00', '2014-04-24 08:59:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2691, 2693, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-11-30 00:00:00', '2014-11-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2692, 2694, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-31 00:00:00', '2013-11-27 09:37:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2693, 2695, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-31 00:00:00', '2013-11-27 09:36:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2694, 2696, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2015-05-31 00:00:00', '2014-05-12 10:11:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2695, 2697, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-11-25 10:36:01', '2013-11-25 10:36:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2696, 2698, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2012-12-31 00:00:00', '2013-12-30 17:51:16', '2013-12-30 17:51:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2697, 2699, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-31 00:00:00', '2014-03-26 08:38:49') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2698, 2700, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2014-02-28 00:00:00', '2015-02-28 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2699, 2701, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2014-03-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2700, 2702, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-03-31 00:00:00', '2014-02-24 08:58:00', '2014-02-24 08:58:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2701, 2703, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-04-01 15:28:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2702, 2704, 12, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-05-19 13:20:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2703, 2705, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-04-30 00:00:00', '2014-06-17 10:55:12', '2014-06-17 10:55:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2704, 2706, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2014-04-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2705, 2707, 16, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-15 09:42:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2706, 2708, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-29 08:52:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2707, 2709, 16, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-03 14:52:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2708, 2710, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-05-12 10:48:49') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2709, 2711, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-21 09:18:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2710, 2712, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-21 10:08:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2711, 2713, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-06-02 08:34:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2712, 2714, 16, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-04-28 11:23:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2713, 2715, 16, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-30 00:00:00', '2014-07-03 09:11:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2714, 2716, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-30 00:00:00', '2014-06-27 09:52:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2715, 2717, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-30 00:00:00', '2014-06-30 14:42:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2716, 2718, 16, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-07-31 00:00:00', '2014-07-07 10:34:00', '2014-07-07 10:34:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2717, 2719, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2014-07-31 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2718, 2720, 12, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2015-09-30 00:00:00', '2014-07-15 13:41:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2719, 2721, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2014-09-30 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2720, 2722, 14, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2721, 2723, 14, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2722, 2724, 14, 0, '0.00', '0.00', 1, 'Year', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2723, 14, 3, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-02-28 00:00:00', '2013-11-19 09:03:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2724, 2725, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2013-11-20 14:06:32', '2013-11-20 14:06:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2725, 1418, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-11-30 00:00:00', '2013-11-19 11:01:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2726, 2726, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-12-20 00:00:00', '2013-11-20 10:03:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2727, 2727, 2, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-12-20 00:00:00', '2013-11-20 10:03:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2728, 2728, 5, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2014-08-06 16:12:47', '2014-08-06 16:12:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2729, 2730, 5, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2014-06-10 07:38:08', '2014-06-10 07:38:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2730, 2731, 5, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-12-20 00:00:00', '2013-11-20 10:25:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2731, 2732, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-12-20 00:00:00', '2013-11-20 11:04:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2732, 2733, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-12-20 00:00:00', '2013-11-20 11:09:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2733, 2734, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-12-20 00:00:00', '2013-11-20 11:14:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2734, 2735, 3, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-12-20 00:00:00', '2014-01-21 09:55:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2735, 1, 17, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2013-11-25 21:29:10', '2013-11-25 21:29:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2736, 2736, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-11-20 14:18:06', '2013-11-20 14:23:32', '2013-11-20 14:23:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2737, 2737, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-12-20 00:00:00', '2013-11-20 15:34:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2738, 2738, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-11-20 00:00:00', '2013-11-20 15:50:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2739, 2739, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-12-21 00:00:00', '2013-11-21 08:56:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2740, 2740, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-12-21 00:00:00', '2013-11-21 09:01:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2741, 2741, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-11-21 00:00:00', '2013-11-21 09:08:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2742, 2742, 13, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-12-21 00:00:00', '2013-11-21 15:57:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2743, 2736, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2013-11-22 09:29:50', '2013-11-22 09:29:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2744, 2743, 2, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-25 00:00:00', '2013-11-25 08:54:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2745, 2744, 16, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-12-25 00:00:00', '2013-11-25 10:52:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2746, 2745, 13, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-12-25 00:00:00', '2013-11-25 10:57:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2747, 1, 13, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2013-11-25 21:35:37', '2013-11-25 21:35:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2748, 1, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2013-11-25 21:35:47', '2013-11-25 21:35:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2749, 1, 13, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2013-11-25 21:47:39', '2013-11-25 21:47:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2750, 1, 17, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2013-11-25 22:15:36', '2013-11-25 22:15:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2751, 1, 13, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2013-11-25 22:17:06', '2013-11-25 22:17:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2752, 1, 17, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2013-12-10 18:07:44', '2013-12-10 18:07:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2753, 2746, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-12-26 00:00:00', '2013-11-26 12:24:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2754, 2747, 13, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2014-02-14 13:54:44', '2014-02-14 13:54:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2755, 2748, 13, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-26 00:00:00', '2013-11-26 13:40:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2756, 2749, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-12-26 00:00:00', '2013-11-26 14:44:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2757, 2750, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-12-26 00:00:00', '2013-11-26 14:53:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2758, 2751, 5, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-12-26 00:00:00', '2013-11-26 14:57:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2759, 2752, 5, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-12-27 00:00:00', '2013-11-27 09:22:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2760, 2753, 5, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2014-05-20 08:09:46', '2014-05-20 08:09:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2761, 431, 3, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-11-30 00:00:00', '2013-11-27 09:31:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2762, 1682, 5, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-11-30 00:00:00', '2013-11-27 09:33:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2763, 2754, 5, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-12-27 00:00:00', '2013-11-27 11:05:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2764, 2755, 7, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-29 00:00:00', '2013-11-29 09:56:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2765, 2756, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-31 00:00:00', '2013-12-03 14:28:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2766, 2758, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-31 00:00:00', '2013-12-05 13:33:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2767, 2759, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-31 00:00:00', '2013-12-05 13:26:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2768, 2760, 2, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-31 00:00:00', '2013-12-05 13:30:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2769, 2761, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-31 00:00:00', '2013-12-05 13:44:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2770, 2762, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-31 00:00:00', '2013-12-05 13:47:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2771, 2763, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-12-05 14:29:52', '2013-12-05 14:29:53', '2013-12-05 14:29:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2772, 2763, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-05 14:29:52', '2014-12-05 00:00:00', '2013-12-05 15:39:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2773, 2764, 16, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-31 00:00:00', '2013-12-05 14:53:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2774, 2765, 12, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-11-30 00:00:00', '2013-12-05 15:02:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2775, 6, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-11-30 00:00:00', '2013-12-05 15:03:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2776, 547, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-11-30 00:00:00', '2013-12-05 15:04:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2777, 2766, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-12-05 00:00:00', '2013-12-05 15:13:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2778, 2767, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-31 00:00:00', '2013-12-05 15:25:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2779, 2768, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2014-05-20 08:07:27', '2014-05-20 08:07:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2780, 2769, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-31 00:00:00', '2013-12-05 15:49:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2781, 2770, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-12-05 19:49:12', '2013-12-05 19:49:12', '2013-12-05 19:49:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2782, 2770, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-05 19:49:12', '2015-12-06 00:00:00', '2013-12-05 19:49:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2783, 661, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-12-05 19:54:33', '2013-12-05 19:54:42', '2013-12-05 19:54:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2784, 661, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-05 19:54:33', '2015-12-06 00:00:00', '2013-12-05 19:54:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2785, 313, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-01-31 00:00:00', '2013-12-06 10:25:42', '2013-12-06 10:25:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2786, 313, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2016-01-29 00:00:00', '2013-12-06 10:25:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2787, 2772, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-12-06 13:05:26', '2013-12-06 13:05:32', '2013-12-06 13:05:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2788, 2772, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-06 13:05:26', '2015-12-05 00:00:00', '2013-12-06 13:05:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2789, 2773, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-07 09:36:05', '2014-12-07 00:00:00', '2013-12-07 09:36:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2790, 2774, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-07 14:51:13', '2014-12-07 00:00:00', '2013-12-07 14:51:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2791, 2775, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-12-07 17:14:11', '2013-12-07 17:14:12', '2013-12-07 17:14:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2792, 2775, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-07 17:14:11', '2015-12-08 00:00:00', '2013-12-07 17:14:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2793, 2776, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-07 18:22:31', '2014-12-08 00:00:00', '2013-12-07 18:22:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2794, 2777, 13, 0, '150.00', '150.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-07 18:40:03', '2014-12-08 00:00:00', '2013-12-07 18:40:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2795, 2779, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-12-08 15:48:02', '2013-12-08 15:48:05', '2013-12-08 15:48:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2796, 2779, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-08 15:48:02', '2015-12-07 00:00:00', '2013-12-08 15:48:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2797, 2778, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-12-08 15:56:03', '2013-12-08 15:56:04', '2013-12-08 15:56:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2798, 2778, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-08 15:56:03', '2015-12-07 00:00:00', '2013-12-08 15:56:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2799, 2780, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-12-08 16:25:52', '2013-12-08 16:25:52', '2013-12-08 16:25:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2800, 2780, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-08 16:25:52', '2015-12-07 00:00:00', '2013-12-08 16:25:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2801, 2781, 2, 0, '40.00', '40.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-08 18:01:23', '2014-12-09 00:00:00', '2013-12-08 18:01:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2802, 519, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-12-08 18:40:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2803, 2782, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-09 08:57:21', '2014-12-09 00:00:00', '2013-12-09 08:57:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2804, 2783, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-12-09 00:00:00', '2013-12-09 09:37:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2805, 2788, 13, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-12-09 00:00:00', '2013-12-09 15:07:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2806, 2789, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-12-09 00:00:00', '2013-12-09 15:14:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2807, 326, 2, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-31 00:00:00', '2013-12-09 15:19:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2808, 2790, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-09 00:00:00', '2013-12-09 15:34:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2809, 2791, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-09 00:00:00', '2013-12-09 15:41:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2810, 2387, 5, 0, '30.00', '30.00', 1, 'Year', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-31 00:00:00', '2013-12-09 22:22:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2811, 2795, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'inactive', '2013-12-10 08:34:34', '2013-12-10 08:34:42', '2013-12-10 08:34:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2812, 2795, 1, 0, '45.00', '45.00', 1, 'Year', 0, '0.00', 0, 'active', '2013-12-10 08:34:34', '2015-12-09 00:00:00', '2013-12-10 08:34:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2813, 2798, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2014-07-10 12:57:15', '2014-07-10 12:57:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2814, 1, 19, 0, '0.05', '0.00', 0, '', 0, '0.00', 0, 'inactive', '2013-12-10 18:07:44', '2013-12-10 18:08:57', '2013-12-10 18:08:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2815, 1, 17, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2014-01-07 16:20:42', '2014-01-07 16:20:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2816, 2799, 20, 0, '0.05', '0.00', 0, '', 0, '0.00', 0, 'inactive', '2013-12-12 11:19:15', '2013-12-12 13:22:40', '2013-12-12 13:22:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2817, 2800, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-12 13:36:36', '2014-12-12 00:00:00', '2013-12-12 13:36:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2818, 2801, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-13 10:01:07', '2014-12-13 00:00:00', '2013-12-13 10:01:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2819, 2802, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-14 07:24:33', '2014-12-14 00:00:00', '2013-12-14 07:24:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2820, 2803, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-15 12:27:56', '2014-12-15 00:00:00', '2013-12-15 12:27:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2821, 2804, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-15 12:31:20', '2014-12-15 00:00:00', '2013-12-15 12:31:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2822, 2805, 5, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-16 00:00:00', '2013-12-16 08:59:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2823, 2806, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-16 00:00:00', '2013-12-16 09:24:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2824, 2807, 2, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-16 00:00:00', '2013-12-16 09:28:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2825, 1978, 2, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-12-16 00:00:00', '2013-12-16 09:30:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2826, 2808, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-16 09:47:42', '2014-12-16 00:00:00', '2013-12-16 09:47:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2827, 2690, 13, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-16 00:00:00', '2013-12-16 10:53:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2828, 797, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-16 00:00:00', '2013-12-16 10:56:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2829, 2809, 5, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-16 00:00:00', '2013-12-16 11:00:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2830, 2810, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-16 11:50:26', '2014-12-16 00:00:00', '2013-12-16 11:50:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2831, 2811, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-17 06:48:57', '2014-12-17 00:00:00', '2013-12-17 06:48:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2832, 2812, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-17 17:05:34', '2014-12-18 00:00:00', '2013-12-17 17:05:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2833, 2813, 3, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-18 10:38:38', '2014-12-18 00:00:00', '2013-12-18 10:38:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2834, 2814, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-18 11:02:10', '2014-12-18 00:00:00', '2013-12-18 11:02:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2835, 2815, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-18 19:00:51', '2014-12-19 00:00:00', '2013-12-18 19:00:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2836, 1135, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-31 00:00:00', '2013-12-18 21:23:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2837, 2001, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-30 00:00:00', '2013-12-19 13:02:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2838, 2816, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-19 14:52:25', '2014-12-19 00:00:00', '2013-12-19 14:52:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2839, 2817, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-19 16:31:00', '2014-12-19 00:00:00', '2013-12-19 16:31:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2840, 1956, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-30 00:00:00', '2013-12-19 16:41:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2841, 2818, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-19 17:05:11', '2014-12-20 00:00:00', '2013-12-19 17:05:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2842, 2819, 13, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-20 00:00:00', '2013-12-20 11:04:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2843, 2820, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-20 13:07:53', '2014-12-20 00:00:00', '2013-12-20 13:07:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2844, 2821, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-20 17:25:36', '2014-12-21 00:00:00', '2013-12-20 17:25:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2845, 2822, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-21 07:35:14', '2014-12-21 00:00:00', '2013-12-21 07:35:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2846, 2823, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-21 08:58:39', '2014-12-21 00:00:00', '2013-12-21 08:58:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2847, 2824, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-21 15:29:04', '2014-12-21 00:00:00', '2013-12-21 15:29:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2848, 2825, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-21 16:24:19', '2014-12-21 00:00:00', '2013-12-21 16:24:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2849, 2826, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-21 20:47:58', '2014-12-22 00:00:00', '2013-12-21 20:47:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2850, 2827, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-21 21:26:33', '2014-12-22 00:00:00', '2013-12-21 21:26:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2851, 1957, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2013-12-22 08:47:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2852, 2828, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-22 11:16:14', '2014-12-22 00:00:00', '2013-12-22 11:16:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2853, 18, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-30 00:00:00', '2013-12-22 16:19:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2854, 2659, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-12-22 22:29:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2855, 2829, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-23 09:13:07', '2014-12-23 00:00:00', '2013-12-23 09:13:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2856, 2830, 3, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-23 10:15:19', '2014-12-23 00:00:00', '2013-12-23 10:15:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2857, 2831, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-23 18:03:59', '2014-12-24 00:00:00', '2013-12-23 18:03:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2858, 1368, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-31 00:00:00', '2013-12-23 18:25:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2859, 2832, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-23 18:42:13', '2014-12-24 00:00:00', '2013-12-23 18:42:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2860, 2833, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-24 14:44:57', '2014-12-24 00:00:00', '2013-12-24 14:44:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2861, 2834, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-24 14:49:13', '2014-12-24 00:00:00', '2013-12-24 14:49:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2862, 2835, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-25 09:24:20', '2014-12-25 00:00:00', '2013-12-25 09:24:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2863, 2836, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-25 12:21:11', '2014-12-25 00:00:00', '2013-12-25 12:21:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2864, 449, 3, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-31 00:00:00', '2013-12-25 17:21:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2865, 2002, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-12-25 20:43:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2866, 2837, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-26 01:13:08', '2014-12-26 00:00:00', '2013-12-26 01:13:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2867, 2838, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-26 13:30:16', '2014-12-26 00:00:00', '2013-12-26 13:30:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2868, 2839, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-27 08:50:20', '2014-12-27 00:00:00', '2013-12-27 08:50:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2869, 2840, 13, 0, '150.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-27 08:58:17', '2015-01-27 00:00:00', '2013-12-30 12:17:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2870, 2841, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-27 17:46:42', '2014-12-28 00:00:00', '2013-12-27 17:46:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2871, 2842, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-27 19:40:38', '2014-12-28 00:00:00', '2013-12-27 19:40:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2872, 2843, 3, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-27 19:42:39', '2014-12-28 00:00:00', '2013-12-27 19:42:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2873, 1199, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-28 09:55:50', '2014-12-28 00:00:00', '2013-12-28 09:55:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2874, 2844, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-29 13:08:02', '2014-12-29 00:00:00', '2013-12-29 13:08:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2875, 2845, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-29 19:02:19', '2014-12-30 00:00:00', '2013-12-29 19:02:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2876, 396, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2012-12-31 00:00:00', '2014-12-31 00:00:00', '2013-12-29 19:05:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2877, 937, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-30 00:00:00', '2013-12-30 10:34:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2878, 1768, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2013-12-30 13:54:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2879, 2248, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-30 14:32:10', '2014-12-30 00:00:00', '2013-12-30 14:32:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2880, 605, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-30 00:00:00', '2013-12-30 15:15:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2881, 2846, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-30 19:59:52', '2014-12-31 00:00:00', '2013-12-30 19:59:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2882, 875, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-30 22:58:07', '2014-12-31 00:00:00', '2013-12-30 22:58:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2883, 802, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2013-12-31 07:09:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2884, 2847, 13, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-12-31 00:00:00', '2013-12-31 12:59:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2885, 2848, 13, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-12-17 00:00:00', '2013-12-31 13:22:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2886, 1608, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2013-12-31 18:08:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2887, 2235, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-31 18:21:11', '2015-01-01 00:00:00', '2013-12-31 18:21:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2888, 2169, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2013-12-31 18:40:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2889, 2849, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-31 21:09:56', '2015-01-01 00:00:00', '2013-12-31 21:09:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2890, 2850, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-01 00:40:24', '2015-01-01 00:00:00', '2014-01-01 00:40:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2891, 2458, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-01 06:15:58', '2015-01-01 00:00:00', '2014-01-01 06:15:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2892, 2851, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-01 09:26:41', '2015-01-01 00:00:00', '2014-01-01 09:26:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2893, 2251, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-30 00:00:00', '2014-01-01 16:14:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2894, 2187, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-01-01 16:28:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2895, 1540, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-01 19:23:51', '2015-01-02 00:00:00', '2014-01-01 19:23:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2896, 2852, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-02 00:00:44', '2015-01-02 00:00:00', '2014-01-02 00:00:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2897, 2853, 9, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-02 09:12:07', '2015-01-02 00:00:00', '2014-01-02 09:12:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2898, 2854, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-02 10:30:24', '2015-01-02 00:00:00', '2014-01-02 10:30:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2899, 2855, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-02 11:20:12', '2015-01-02 00:00:00', '2014-01-02 11:20:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2900, 2856, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-02 12:37:49', '2015-01-02 00:00:00', '2014-01-02 12:37:49') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2901, 2857, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-02 13:59:07', '2015-01-02 00:00:00', '2014-01-02 13:59:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2902, 2858, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-02 14:06:47', '2015-01-02 00:00:00', '2014-01-02 14:06:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2903, 858, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-30 00:00:00', '2014-01-02 14:36:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2904, 2482, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-01-02 15:14:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2905, 2859, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-02 18:24:05', '2015-01-03 00:00:00', '2014-01-02 18:24:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2906, 2860, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-02 19:13:00', '2015-01-03 00:00:00', '2014-01-02 19:13:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2907, 2861, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-02 20:22:45', '2015-01-03 00:00:00', '2014-01-02 20:22:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2908, 529, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-30 00:00:00', '2014-01-03 06:48:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2909, 2862, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-03 14:18:49', '2015-01-03 00:00:00', '2014-01-03 14:18:49') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2910, 2863, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-03 19:11:23', '2015-01-04 00:00:00', '2014-01-03 19:11:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2911, 1324, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2014-01-03 19:54:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2912, 534, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-04 09:42:51', '2015-01-04 00:00:00', '2014-01-04 09:42:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2913, 3343, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-04 15:10:37', '2015-01-04 00:00:00', '2014-01-04 15:10:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2914, 3398, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-04 15:47:07', '2015-01-04 00:00:00', '2014-01-04 15:47:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2915, 5345, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-05 07:19:47', '2015-01-05 00:00:00', '2014-01-05 07:19:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2916, 5443, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-05 08:21:34', '2015-01-05 00:00:00', '2014-01-05 08:21:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2917, 1382, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-05 11:01:42', '2015-01-05 00:00:00', '2014-01-05 11:01:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2918, 6322, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-05 13:55:47', '2015-01-05 00:00:00', '2014-01-05 13:55:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2919, 6568, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-05 16:09:00', '2015-01-05 00:00:00', '2014-01-05 16:09:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2920, 1207, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-01-06 07:17:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2921, 12050, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-06 09:39:21', '2015-01-06 00:00:00', '2014-01-06 09:39:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2922, 12697, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-06 12:52:46', '2015-01-06 00:00:00', '2014-01-06 12:52:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2923, 2145, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-01-06 15:07:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2924, 13263, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-06 00:00:00', '2014-01-06 16:11:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2925, 15388, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-06 17:47:08', '2015-01-07 00:00:00', '2014-01-06 17:47:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2926, 24840, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-07 12:00:10', '2015-01-07 00:00:00', '2014-01-07 12:00:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2927, 25153, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-07 13:33:09', '2015-01-07 00:00:00', '2014-01-07 13:33:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2928, 25252, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-07 13:53:54', '2015-01-07 00:00:00', '2014-01-07 13:53:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2929, 2191, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-07 15:14:25', '2015-01-07 00:00:00', '2014-01-07 15:14:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2930, 25590, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-07 00:00:00', '2014-01-07 15:33:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2931, 25608, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-07 00:00:00', '2014-01-07 15:38:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2932, 25759, 17, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', NULL, '2014-01-07 16:21:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2933, 25982, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-07 17:20:34', '2015-01-08 00:00:00', '2014-01-07 17:20:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2934, 2658, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-01-07 17:21:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2935, 26052, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-07 17:50:07', '2015-01-08 00:00:00', '2014-01-07 17:50:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2936, 31455, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-08 00:00:00', '2014-01-08 10:38:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2937, 31477, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-08 00:00:00', '2014-01-08 10:43:49') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2938, 31500, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-08 00:00:00', '2014-01-08 10:48:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2939, 31515, 2, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-08 00:00:00', '2014-01-08 10:53:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2940, 31540, 3, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2014-05-08 11:28:39', '2014-05-08 11:28:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2941, 31937, 3, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-08 12:46:10', '2015-01-08 00:00:00', '2014-01-08 12:46:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2942, 1665, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-30 00:00:00', '2014-01-08 13:39:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2943, 763, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-08 17:39:29', '2015-01-09 00:00:00', '2014-01-08 17:39:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2944, 33011, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-08 19:02:07', '2015-01-09 00:00:00', '2014-01-08 19:02:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2945, 33215, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-08 20:20:17', '2015-01-09 00:00:00', '2014-01-08 20:20:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2946, 33239, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-08 20:25:23', '2015-01-09 00:00:00', '2014-01-08 20:25:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2947, 2333, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-08 20:36:56', '2015-01-09 00:00:00', '2014-01-08 20:36:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2948, 35081, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-09 07:41:08', '2015-01-09 00:00:00', '2014-01-09 07:41:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2949, 35721, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-09 11:16:00', '2015-01-09 00:00:00', '2014-01-09 11:16:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2950, 35778, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-09 11:40:51', '2015-01-09 00:00:00', '2014-01-09 11:40:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2951, 36079, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2014-05-23 06:03:20', '2014-05-23 06:03:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2952, 633, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-01-09 15:45:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2953, 1522, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-30 00:00:00', '2014-01-09 16:32:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2954, 1429, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-09 16:59:07', '2015-01-09 00:00:00', '2014-01-09 16:59:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2955, 36993, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-09 19:03:55', '2015-01-10 00:00:00', '2014-01-09 19:03:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2956, 37248, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-09 20:01:12', '2015-01-10 00:00:00', '2014-01-09 20:01:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2957, 38990, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-10 09:34:29', '2015-01-10 00:00:00', '2014-01-10 09:34:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2958, 39047, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-10 09:53:39', '2015-01-10 00:00:00', '2014-01-10 09:53:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2959, 432, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-30 00:00:00', '2014-01-10 11:32:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2960, 40978, 4, 0, '50.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-10 20:48:10', '2015-01-11 00:00:00', '2014-01-10 20:48:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2961, 42810, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-11 11:46:29', '2015-01-11 00:00:00', '2014-01-11 11:46:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2962, 42890, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-11 12:18:55', '2015-01-11 00:00:00', '2014-01-11 12:18:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2963, 43385, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-11 15:35:27', '2015-01-11 00:00:00', '2014-01-11 15:35:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2964, 43612, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-11 15:54:24', '2015-01-11 00:00:00', '2014-01-11 15:54:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2965, 46448, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-12 11:12:31', '2015-01-12 00:00:00', '2014-01-12 11:12:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2966, 46463, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-12 11:16:19', '2015-01-12 00:00:00', '2014-01-12 11:16:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2967, 2233, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-01-12 12:48:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2968, 47978, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-12 18:42:47', '2015-01-13 00:00:00', '2014-01-12 18:42:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2969, 48668, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-12 22:37:16', '2015-01-13 00:00:00', '2014-01-12 22:37:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2970, 67, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-30 00:00:00', '2014-01-13 10:08:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2971, 50413, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-13 11:04:59', '2015-01-13 00:00:00', '2014-01-13 11:04:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2972, 51061, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-13 13:18:54', '2015-01-13 00:00:00', '2014-01-13 13:18:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2973, 51207, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-13 14:14:41', '2015-01-13 00:00:00', '2014-01-13 14:14:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2974, 51369, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-13 14:56:50', '2015-01-13 00:00:00', '2014-01-13 14:56:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2975, 53888, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-14 08:39:32', '2015-01-14 00:00:00', '2014-01-14 08:39:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2976, 54744, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-14 12:57:04', '2015-01-14 00:00:00', '2014-01-14 12:57:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2977, 54781, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-14 13:06:59', '2015-01-14 00:00:00', '2014-01-14 13:06:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2978, 54802, 13, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-31 00:00:00', '2014-01-14 13:18:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2979, 1445, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2014-01-14 17:06:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2980, 55636, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-14 18:30:29', '2015-01-15 00:00:00', '2014-01-14 18:30:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2981, 55775, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-14 19:16:15', '2015-01-15 00:00:00', '2014-01-14 19:16:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2982, 2459, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-14 21:38:33', '2015-01-15 00:00:00', '2014-01-14 21:38:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2983, 58566, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-15 13:32:30', '2015-01-15 00:00:00', '2014-01-15 13:32:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2984, 61548, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-16 07:47:08', '2015-01-16 00:00:00', '2014-01-16 07:47:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2985, 61700, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-16 08:25:33', '2015-01-16 00:00:00', '2014-01-16 08:25:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2986, 62193, 16, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-16 00:00:00', '2014-01-16 10:26:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2987, 2336, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-01-16 11:34:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2988, 63345, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-16 15:02:23', '2015-01-16 00:00:00', '2014-01-16 15:02:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2989, 64321, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-16 18:22:44', '2015-01-17 00:00:00', '2014-01-16 18:22:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2990, 64583, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-16 19:51:33', '2015-01-17 00:00:00', '2014-01-16 19:51:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2991, 66535, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-17 06:17:07', '2015-01-17 00:00:00', '2014-01-17 06:17:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2992, 2327, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2016-01-30 00:00:00', '2014-04-15 09:09:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2993, 67060, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-17 08:41:56', '2015-01-17 00:00:00', '2014-01-17 08:41:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2994, 67244, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-17 00:00:00', '2014-01-17 09:35:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2995, 67464, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-17 10:31:53', '2015-01-17 00:00:00', '2014-01-17 10:31:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2996, 67832, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-17 12:06:22', '2015-01-17 00:00:00', '2014-01-17 12:06:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2997, 68081, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-17 13:16:54', '2015-01-17 00:00:00', '2014-01-17 13:16:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2998, 68120, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-17 13:29:06', '2015-01-17 00:00:00', '2014-01-17 13:29:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (2999, 69007, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-17 18:30:03', '2015-01-18 00:00:00', '2014-01-17 18:30:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3000, 69373, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-17 20:55:56', '2015-01-18 00:00:00', '2014-01-17 20:55:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3001, 325, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-30 00:00:00', '2014-01-18 11:14:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3002, 943, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-30 00:00:00', '2014-01-18 12:57:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3003, 73056, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-18 13:36:05', '2015-01-18 00:00:00', '2014-01-18 13:36:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3004, 73453, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-18 15:16:32', '2015-01-18 00:00:00', '2014-01-18 15:16:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3005, 73652, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-18 15:56:20', '2015-01-18 00:00:00', '2014-01-18 15:56:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3006, 73678, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-18 16:04:08', '2015-01-18 00:00:00', '2014-01-18 16:04:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3007, 74100, 9, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-18 18:31:25', '2015-01-19 00:00:00', '2014-01-18 18:31:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3008, 1692, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2014-01-18 20:54:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3009, 74766, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-18 23:16:51', '2015-01-19 00:00:00', '2014-01-18 23:16:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3010, 76390, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-19 07:23:08', '2015-01-19 00:00:00', '2014-01-19 07:23:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3011, 76968, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-19 10:20:40', '2015-01-19 00:00:00', '2014-01-19 10:20:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3012, 77354, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-19 11:58:55', '2015-01-19 00:00:00', '2014-01-19 11:58:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3013, 78185, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-19 16:55:18', '2015-01-19 00:00:00', '2014-01-19 16:55:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3014, 80366, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-20 09:52:13', '2015-01-20 00:00:00', '2014-01-20 09:52:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3015, 1086, 3, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-30 00:00:00', '2014-01-20 11:10:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3016, 81482, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-20 13:40:45', '2015-01-20 00:00:00', '2014-01-20 13:40:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3017, 82178, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-20 18:19:13', '2015-01-21 00:00:00', '2014-01-20 18:19:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3018, 82266, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-20 18:44:25', '2015-01-21 00:00:00', '2014-01-20 18:44:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3019, 84005, 16, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-21 00:00:00', '2014-01-21 08:51:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3020, 2582, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-01-21 09:08:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3021, 84121, 3, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2014-01-21 10:29:46', '2014-01-21 10:29:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3022, 324, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-30 00:00:00', '2014-01-21 13:22:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3023, 84767, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-21 13:35:58', '2015-01-21 00:00:00', '2014-01-21 13:35:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3024, 84832, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-21 13:58:08', '2015-01-21 00:00:00', '2014-01-21 13:58:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3025, 2130, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-21 00:00:00', '2014-01-21 14:21:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3026, 2414, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-21 00:00:00', '2014-01-21 14:26:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3027, 2520, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-21 00:00:00', '2014-01-21 14:36:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3028, 84951, 2, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-21 00:00:00', '2014-01-21 14:41:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3029, 85024, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-21 15:01:38', '2015-01-21 00:00:00', '2014-01-21 15:01:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3030, 2521, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-01-21 16:04:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3031, 87629, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-22 09:56:05', '2015-01-22 00:00:00', '2014-01-22 09:56:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3032, 87636, 5, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-22 00:00:00', '2014-01-22 10:00:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3033, 87650, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-22 00:00:00', '2014-01-22 10:06:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3034, 88357, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-22 14:21:38', '2015-01-22 00:00:00', '2014-01-22 14:21:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3035, 88554, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-22 00:00:00', '2014-01-22 15:31:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3036, 2162, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-22 15:42:58', '2015-01-22 00:00:00', '2014-01-22 15:42:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3037, 88671, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-22 16:14:29', '2015-01-22 00:00:00', '2014-01-22 16:14:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3038, 88876, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-22 17:32:00', '2015-01-23 00:00:00', '2014-01-22 17:32:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3039, 294, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-01-23 09:51:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3040, 91647, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-23 13:05:06', '2015-01-23 00:00:00', '2014-01-23 13:05:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3041, 92148, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-23 15:49:17', '2015-01-23 00:00:00', '2014-01-23 15:49:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3042, 93205, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-23 19:40:24', '2015-01-24 00:00:00', '2014-01-23 19:40:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3043, 93353, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-23 20:36:12', '2015-01-24 00:00:00', '2014-01-23 20:36:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3044, 95044, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-24 09:28:47', '2015-01-24 00:00:00', '2014-01-24 09:28:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3045, 1111, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-01-24 12:18:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3046, 95972, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'inactive', '2014-01-24 13:57:55', '2014-05-01 08:39:13', '2014-05-01 08:39:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3047, 96401, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-24 16:36:36', '2015-01-24 00:00:00', '2014-01-24 16:36:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3048, 96849, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-24 20:12:24', '2015-01-25 00:00:00', '2014-01-24 20:12:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3049, 96926, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-24 21:04:23', '2015-01-25 00:00:00', '2014-01-24 21:04:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3050, 98414, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-25 09:15:12', '2015-01-25 00:00:00', '2014-01-25 09:15:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3051, 353, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-30 00:00:00', '2014-01-25 12:02:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3052, 102267, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-26 11:25:58', '2015-01-26 00:00:00', '2014-01-26 11:25:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3053, 102406, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-26 12:27:22', '2015-01-26 00:00:00', '2014-01-26 12:27:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3054, 103042, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-26 16:28:59', '2015-01-26 00:00:00', '2014-01-26 16:28:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3055, 2682, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-31 00:00:00', '2014-01-26 18:25:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3056, 105358, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-27 00:00:00', '2014-01-27 09:25:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3057, 105397, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2014-01-31 13:04:10', '2014-01-31 13:04:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3058, 1869, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-30 00:00:00', '2014-01-27 13:21:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3059, 2209, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-27 15:24:05', '2015-01-27 00:00:00', '2014-01-27 15:24:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3060, 880, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-01-28 09:50:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3061, 109327, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-28 09:58:39', '2015-01-28 00:00:00', '2014-01-28 09:58:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3062, 978, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-28 00:00:00', '2014-01-28 10:25:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3063, 109471, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-28 10:39:20', '2015-01-28 00:00:00', '2014-01-28 10:39:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3064, 109477, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-28 10:40:17', '2015-01-28 00:00:00', '2014-01-28 10:40:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3065, 109556, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-28 10:46:58', '2015-01-28 00:00:00', '2014-01-28 10:46:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3066, 109573, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-28 10:52:23', '2015-01-28 00:00:00', '2014-01-28 10:52:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3067, 109625, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-28 11:15:33', '2015-01-28 00:00:00', '2014-01-28 11:15:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3068, 110300, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-28 14:46:10', '2015-01-28 00:00:00', '2014-01-28 14:46:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3069, 110721, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-28 17:34:37', '2015-01-29 00:00:00', '2014-01-28 17:34:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3070, 110844, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-28 18:05:00', '2015-01-29 00:00:00', '2014-01-28 18:05:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3071, 245, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-01-28 18:16:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3072, 652, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-01-28 19:35:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3073, 1926, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-01-28 19:48:49') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3074, 695, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-01-28 20:58:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3075, 303, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-01-28 21:15:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3076, 112744, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-29 06:16:54', '2015-01-29 00:00:00', '2014-01-29 06:16:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3077, 113405, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-29 08:17:37', '2015-01-29 00:00:00', '2014-01-29 08:17:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3078, 113620, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-29 09:26:54', '2015-01-29 00:00:00', '2014-01-29 09:26:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3079, 114447, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-29 15:39:02', '2015-01-29 00:00:00', '2014-01-29 15:39:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3080, 114730, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-29 17:14:04', '2015-01-30 00:00:00', '2014-01-29 17:14:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3081, 115149, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-29 17:48:44', '2015-01-30 00:00:00', '2014-01-29 17:48:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3082, 115490, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-29 18:03:58', '2015-01-30 00:00:00', '2014-01-29 18:03:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3083, 115791, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-29 18:23:58', '2015-01-30 00:00:00', '2014-01-29 18:23:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3084, 116262, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-29 18:55:57', '2015-01-30 00:00:00', '2014-01-29 18:55:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3085, 116924, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-29 19:48:43', '2015-01-30 00:00:00', '2014-01-29 19:48:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3086, 1205, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-01-29 20:25:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3087, 118924, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-30 08:54:04', '2015-01-30 00:00:00', '2014-01-30 08:54:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3088, 119085, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-30 09:51:48', '2015-01-30 00:00:00', '2014-01-30 09:51:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3089, 1536, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2015-01-30 00:00:00', '2014-01-30 10:40:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3090, 2112, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-01-30 14:43:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3091, 1130, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-30 19:21:24', '2015-01-31 00:00:00', '2014-01-30 19:21:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3092, 122134, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-30 19:47:02', '2015-01-31 00:00:00', '2014-01-30 19:47:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3093, 1842, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-30 19:47:54', '2015-01-31 00:00:00', '2014-01-30 19:47:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3094, 124408, 13, 0, '150.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-31 08:28:22', '2015-01-31 00:00:00', '2014-01-31 08:28:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3095, 2158, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-01-31 09:22:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3096, 125103, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-31 13:07:42', '2015-01-31 00:00:00', '2014-01-31 13:07:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3097, 125105, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-31 13:09:32', '2015-01-31 00:00:00', '2014-01-31 13:09:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3098, 1249, 13, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-31 00:00:00', '2014-01-31 14:45:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3099, 1881, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-01-31 15:06:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3100, 125790, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-31 18:02:14', '2015-02-01 00:00:00', '2014-01-31 18:02:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3101, 125806, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-01-31 18:11:01', '2015-02-01 00:00:00', '2014-01-31 18:11:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3102, 127549, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-01 07:33:09', '2015-02-01 00:00:00', '2014-02-01 07:33:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3103, 127657, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-01 08:24:53', '2015-02-01 00:00:00', '2014-02-01 08:24:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3104, 127668, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-01 08:26:46', '2015-02-01 00:00:00', '2014-02-01 08:26:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3105, 1412, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-01 10:59:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3106, 129150, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-01 15:57:37', '2015-02-01 00:00:00', '2014-02-01 15:57:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3107, 129273, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-01 16:42:11', '2015-02-01 00:00:00', '2014-02-01 16:42:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3108, 132410, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-02 12:24:58', '2015-02-02 00:00:00', '2014-02-02 12:24:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3109, 132456, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-02 12:35:00', '2015-02-02 00:00:00', '2014-02-02 12:35:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3110, 132494, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-02 12:40:58', '2015-02-02 00:00:00', '2014-02-02 12:40:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3111, 1137, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-02 14:35:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3112, 2627, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-02 15:59:58', '2015-02-02 00:00:00', '2014-02-02 15:59:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3113, 1487, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-02-02 21:04:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3114, 136046, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-03 12:22:19', '2015-02-03 00:00:00', '2014-02-03 12:22:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3115, 1642, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-04 08:57:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3116, 965, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-04 09:06:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3117, 138781, 3, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-04 11:31:13', '2015-02-04 00:00:00', '2014-02-04 11:31:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3118, 138975, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-04 12:47:34', '2015-02-04 00:00:00', '2014-02-04 12:47:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3119, 1679, 13, 0, '150.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-04 14:37:32', '2015-02-04 00:00:00', '2014-02-04 14:37:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3120, 2395, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-02-04 15:32:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3121, 140006, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-04 17:43:46', '2015-02-05 00:00:00', '2014-02-04 17:43:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3122, 2797, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-04 18:22:51', '2015-02-05 00:00:00', '2014-02-04 18:22:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3123, 142687, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-05 10:14:01', '2015-02-05 00:00:00', '2014-02-05 10:14:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3124, 142704, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-05 10:26:06', '2015-02-05 00:00:00', '2014-02-05 10:26:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3125, 2051, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-05 13:46:00', '2015-02-05 00:00:00', '2014-02-05 13:46:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3126, 144124, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-05 18:42:49', '2015-02-06 00:00:00', '2014-02-05 18:42:49') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3127, 1899, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-02-05 19:12:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3128, 144211, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-05 19:15:31', '2015-02-06 00:00:00', '2014-02-05 19:15:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3129, 751, 9, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-02-06 02:52:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3130, 145706, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-06 07:10:39', '2015-02-06 00:00:00', '2014-02-06 07:10:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3131, 857, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-06 08:53:51', '2015-02-06 00:00:00', '2014-02-06 08:53:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3132, 146043, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-06 09:54:15', '2015-02-06 00:00:00', '2014-02-06 09:54:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3133, 295, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-02-06 17:59:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3134, 149657, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-06 18:09:15', '2015-02-07 00:00:00', '2014-02-06 18:09:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3135, 149704, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-06 18:26:12', '2015-02-07 00:00:00', '2014-02-06 18:26:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3136, 500, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-02-06 20:06:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3137, 157985, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-07 14:16:13', '2015-02-07 00:00:00', '2014-02-07 14:16:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3138, 158277, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-07 16:15:05', '2015-02-07 00:00:00', '2014-02-07 16:15:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3139, 1655, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-07 19:08:23', '2015-02-08 00:00:00', '2014-02-07 19:08:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3140, 2516, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-08 07:18:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3141, 2252, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-02-08 09:18:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3142, 1015, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-02-08 10:19:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3143, 1955, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-08 10:48:17', '2015-02-08 00:00:00', '2014-02-08 10:48:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3144, 161042, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-08 13:02:19', '2015-02-08 00:00:00', '2014-02-08 13:02:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3145, 161117, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-08 13:10:13', '2015-02-08 00:00:00', '2014-02-08 13:10:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3146, 1485, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-02-08 18:59:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3147, 485, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-02-08 19:21:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3148, 1817, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-02-09 08:30:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3149, 163983, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-09 10:03:28', '2015-02-09 00:00:00', '2014-02-09 10:03:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3150, 164592, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-09 13:39:16', '2015-02-09 00:00:00', '2014-02-09 13:39:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3151, 164658, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-09 14:02:36', '2015-02-09 00:00:00', '2014-02-09 14:02:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3152, 165150, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-09 17:29:29', '2015-02-10 00:00:00', '2014-02-09 17:29:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3153, 340, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-09 19:19:38', '2015-02-10 00:00:00', '2014-02-09 19:19:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3154, 412, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-02-09 22:45:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3155, 1720, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-10 10:27:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3156, 170504, 18, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2014-02-10 13:23:45', '2014-02-10 13:23:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3157, 170504, 14, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', NULL, '2014-02-10 13:23:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3158, 643, 13, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-02-10 00:00:00', '2014-02-10 17:03:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3159, 171816, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-10 18:03:35', '2015-02-11 00:00:00', '2014-02-10 18:03:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3160, 133, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-02-10 20:21:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3161, 174223, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-11 09:18:57', '2015-02-11 00:00:00', '2014-02-11 09:18:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3162, 2198, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-11 09:19:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3163, 1610, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-11 09:23:34', '2015-02-11 00:00:00', '2014-02-11 09:23:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3164, 855, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-11 10:04:02', '2015-02-11 00:00:00', '2014-02-11 10:04:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3165, 741, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-11 10:34:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3166, 174438, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-11 10:44:53', '2015-02-11 00:00:00', '2014-02-11 10:44:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3167, 174441, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-11 10:46:26', '2015-02-11 00:00:00', '2014-02-11 10:46:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3168, 836, 12, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2014-02-11 11:14:41', '2014-02-11 11:14:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3169, 836, 10, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2014-02-11 11:15:28', '2014-02-11 11:15:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3170, 836, 12, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2014-07-04 04:30:19', '2014-07-04 04:30:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3171, 2071, 9, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2014-05-21 03:38:51', '2014-05-21 03:38:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3172, 1696, 12, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-11-30 00:00:00', '2014-02-11 11:24:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3173, 1843, 3, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-04-30 00:00:00', '2014-02-11 11:37:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3174, 174676, 14, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', NULL, '2014-02-11 11:52:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3175, 175389, 14, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', NULL, '2014-02-11 14:57:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3176, 175643, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-11 16:19:41', '2015-02-11 00:00:00', '2014-02-11 16:19:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3177, 316, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-02-11 17:31:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3178, 175939, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-11 18:22:19', '2015-02-12 00:00:00', '2014-02-11 18:22:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3179, 175981, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-11 18:41:41', '2015-02-12 00:00:00', '2014-02-11 18:41:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3180, 176232, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-11 20:33:21', '2015-02-12 00:00:00', '2014-02-11 20:33:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3181, 178061, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-12 07:46:51', '2015-02-12 00:00:00', '2014-02-12 07:46:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3182, 178204, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-12 09:02:45', '2015-02-12 00:00:00', '2014-02-12 09:02:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3183, 2570, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-12 09:03:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3184, 704, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-12 09:06:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3185, 1607, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-12 09:45:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3186, 2507, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-02-12 12:12:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3187, 179127, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-12 14:05:32', '2015-02-12 00:00:00', '2014-02-12 14:05:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3188, 179163, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-12 14:19:34', '2015-02-12 00:00:00', '2014-02-12 14:19:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3189, 953, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-12 14:20:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3190, 179263, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-12 15:02:39', '2015-02-12 00:00:00', '2014-02-12 15:02:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3191, 1801, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-12 15:12:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3192, 179307, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-12 15:21:14', '2015-02-12 00:00:00', '2014-02-12 15:21:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3193, 1438, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-02-12 17:47:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3194, 1616, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-13 10:42:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3195, 1936, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-13 14:30:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3196, 720, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-13 14:59:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3197, 184070, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-13 16:06:54', '2015-02-13 00:00:00', '2014-02-13 16:06:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3198, 184309, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-13 17:04:02', '2015-02-14 00:00:00', '2014-02-13 17:04:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3199, 152, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-14 07:59:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3200, 77, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-14 08:16:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3201, 188906, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'inactive', '2014-02-14 12:47:17', '2014-02-14 15:02:44', '2014-02-14 15:02:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3202, 1505, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-14 13:10:29', '2015-02-14 00:00:00', '2014-02-14 13:10:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3203, 2603, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-14 15:48:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3204, 2337, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-02-15 17:44:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3205, 194131, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-15 20:07:45', '2015-02-16 00:00:00', '2014-02-15 20:07:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3206, 195687, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-16 09:55:21', '2015-02-16 00:00:00', '2014-02-16 09:55:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3207, 196197, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-16 14:42:53', '2015-02-16 00:00:00', '2014-02-16 14:42:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3208, 1719, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-16 14:55:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3209, 481, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-16 15:31:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3210, 196977, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-16 19:31:21', '2015-02-17 00:00:00', '2014-02-16 19:31:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3211, 198555, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-17 07:51:01', '2015-02-17 00:00:00', '2014-02-17 07:51:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3212, 1397, 7, 0, '70.00', '0.00', 0, '', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-05-20 08:08:24', '2014-05-20 08:08:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3213, 200028, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-17 13:09:27', '2015-02-17 00:00:00', '2014-02-17 13:09:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3214, 200412, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-17 15:42:20', '2015-02-17 00:00:00', '2014-02-17 15:42:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3215, 200556, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-17 16:47:10', '2015-02-17 00:00:00', '2014-02-17 16:47:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3216, 200586, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-17 16:56:41', '2015-02-17 00:00:00', '2014-02-17 16:56:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3217, 200825, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-17 17:42:38', '2015-02-18 00:00:00', '2014-02-17 17:42:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3218, 201331, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-17 19:52:10', '2015-02-18 00:00:00', '2014-02-17 19:52:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3219, 202570, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-18 06:37:47', '2015-02-18 00:00:00', '2014-02-18 06:37:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3220, 202576, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-18 06:44:44', '2015-02-18 00:00:00', '2014-02-18 06:44:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3221, 2602, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2016-02-27 00:00:00', '2014-02-18 09:15:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3222, 2641, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-18 09:21:03', '2015-02-18 00:00:00', '2014-02-18 09:21:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3223, 1203, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-18 10:04:59', '2015-02-18 00:00:00', '2014-02-18 10:04:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3224, 36, 9, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-18 11:03:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3225, 203578, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-18 13:32:37', '2015-02-18 00:00:00', '2014-02-18 13:32:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3226, 203627, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-18 13:55:51', '2015-02-18 00:00:00', '2014-02-18 13:55:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3227, 203795, 2, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-02-18 00:00:00', '2014-02-18 15:05:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3228, 204460, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-18 19:23:59', '2015-02-19 00:00:00', '2014-02-18 19:23:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3229, 805, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-02-19 07:42:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3230, 1954, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-19 18:08:31', '2015-02-20 00:00:00', '2014-02-19 18:08:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3231, 207913, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-19 20:19:56', '2015-02-20 00:00:00', '2014-02-19 20:19:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3232, 208089, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-19 21:29:53', '2015-02-20 00:00:00', '2014-02-19 21:29:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3233, 208251, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-19 22:52:28', '2015-02-20 00:00:00', '2014-02-19 22:52:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3234, 208976, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-20 05:16:58', '2015-02-20 00:00:00', '2014-02-20 05:16:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3235, 635, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-20 07:04:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3236, 218965, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-20 08:24:16', '2015-02-20 00:00:00', '2014-02-20 08:24:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3237, 2196, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-20 11:45:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3238, 101, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-20 11:47:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3239, 232737, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-20 17:44:24', '2015-02-21 00:00:00', '2014-02-20 17:44:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3240, 232911, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-20 19:22:54', '2015-02-21 00:00:00', '2014-02-20 19:22:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3241, 232998, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-20 20:06:05', '2015-02-21 00:00:00', '2014-02-20 20:06:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3242, 1141, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-20 22:34:18', '2015-02-21 00:00:00', '2014-02-20 22:34:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3243, 239302, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-21 08:21:49', '2015-02-21 00:00:00', '2014-02-21 08:21:49') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3244, 239779, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-21 11:00:26', '2015-02-21 00:00:00', '2014-02-21 11:00:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3245, 240892, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-21 18:41:28', '2015-02-22 00:00:00', '2014-02-21 18:41:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3246, 2495, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-22 09:46:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3247, 499, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-22 10:31:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3248, 246302, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-23 15:20:05', '2015-02-23 00:00:00', '2014-02-23 15:20:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3249, 246641, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-23 17:41:09', '2015-02-24 00:00:00', '2014-02-23 17:41:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3250, 246808, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-23 18:50:51', '2015-02-24 00:00:00', '2014-02-23 18:50:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3251, 2142, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-02-23 19:38:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3252, 2702, 13, 0, '150.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-02-24 08:58:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3253, 958, 3, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-12-31 00:00:00', '2016-12-29 00:00:00', '2014-02-24 10:40:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3254, 2589, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-02-24 00:00:00', '2014-02-24 11:02:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3255, 630, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2014-02-24 15:48:42', '2014-02-24 15:48:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3256, 249334, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-24 12:58:46', '2015-02-24 00:00:00', '2014-02-24 12:58:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3257, 630, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2016-02-23 00:00:00', '2014-02-24 15:48:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3258, 250603, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-24 17:22:35', '2015-02-25 00:00:00', '2014-02-24 17:22:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3259, 250688, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-24 17:48:42', '2015-02-25 00:00:00', '2014-02-24 17:48:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3260, 250923, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-24 19:09:29', '2015-02-25 00:00:00', '2014-02-24 19:09:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3261, 2551, 13, 0, '150.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-25 08:16:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3262, 524, 13, 0, '150.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-25 10:39:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3263, 744, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-25 12:07:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3264, 254063, 14, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', NULL, '2014-02-25 14:34:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3265, 827, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-25 16:23:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3266, 254384, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-25 16:47:08', '2015-02-25 00:00:00', '2014-02-25 16:47:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3267, 358, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-02-25 17:20:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3268, 254472, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-25 17:27:36', '2015-02-26 00:00:00', '2014-02-25 17:27:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3269, 254741, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-25 19:08:46', '2015-02-26 00:00:00', '2014-02-25 19:08:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3270, 243, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-02-26 11:05:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3271, 256948, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-26 11:09:53', '2015-02-26 00:00:00', '2014-02-26 11:09:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3272, 257223, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-26 12:32:17', '2015-02-26 00:00:00', '2014-02-26 12:32:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3273, 257233, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-02-26 00:00:00', '2014-02-26 12:39:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3274, 257323, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-02-26 00:00:00', '2014-02-26 13:08:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3275, 2545, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-02-26 13:23:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3276, 257474, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-02-26 00:00:00', '2014-02-26 14:10:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3277, 257491, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-02-26 00:00:00', '2014-02-26 14:15:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3278, 257563, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-02-26 00:00:00', '2014-02-26 14:47:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3279, 257574, 3, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-26 14:51:56', '2015-02-26 00:00:00', '2014-02-26 14:51:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3280, 1677, 13, 0, '150.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-26 15:05:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3281, 257839, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-26 16:20:11', '2015-02-26 00:00:00', '2014-02-26 16:20:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3282, 257848, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-26 16:27:30', '2015-02-26 00:00:00', '2014-02-26 16:27:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3283, 258079, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-26 18:07:47', '2015-02-27 00:00:00', '2014-02-26 18:07:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3284, 2463, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-02-26 18:54:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3285, 258266, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-26 19:26:33', '2015-02-27 00:00:00', '2014-02-26 19:26:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3286, 258367, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-26 20:10:38', '2015-02-27 00:00:00', '2014-02-26 20:10:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3287, 260492, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-27 08:11:28', '2015-02-27 00:00:00', '2014-02-27 08:11:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3288, 286, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-27 08:15:03', '2015-02-27 00:00:00', '2014-02-27 08:15:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3289, 260630, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-27 08:31:33', '2015-02-27 00:00:00', '2014-02-27 08:31:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3290, 261293, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-27 11:56:33', '2015-02-27 00:00:00', '2014-02-27 11:56:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3291, 261342, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'inactive', '2014-02-27 12:17:53', '2014-02-27 12:27:12', '2014-02-27 12:27:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3292, 261344, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-27 12:18:32', '2015-02-27 00:00:00', '2014-02-27 12:18:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3293, 261342, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-27 12:17:53', '2016-02-26 00:00:00', '2014-02-27 12:27:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3294, 1087, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-27 12:41:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3295, 2796, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-27 13:50:10', '2015-02-27 00:00:00', '2014-02-27 13:50:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3296, 2167, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-27 00:00:00', '2014-02-27 15:56:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3297, 262166, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-27 16:26:13', '2015-02-27 00:00:00', '2014-02-27 16:26:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3298, 262224, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-27 16:55:22', '2015-02-27 00:00:00', '2014-02-27 16:55:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3299, 1119, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-02-27 17:41:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3300, 2388, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-02-27 18:43:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3301, 2621, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-02-27 18:47:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3302, 262738, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-27 19:37:17', '2015-02-28 00:00:00', '2014-02-27 19:37:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3303, 2435, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'inactive', '2013-02-28 00:00:00', '2014-06-17 10:58:23', '2014-06-17 10:58:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3304, 685, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-27 20:23:53', '2015-02-28 00:00:00', '2014-02-27 20:23:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3305, 342, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-02-27 20:55:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3306, 1534, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-02-27 21:40:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3307, 1874, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-02-27 22:45:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3308, 854, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-02-28 06:54:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3309, 618, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-02-28 08:01:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3310, 1239, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-02-28 08:45:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3311, 1562, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-28 09:04:35', '2015-02-28 00:00:00', '2014-02-28 09:04:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3312, 1513, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-02-28 09:32:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3313, 264525, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-28 09:49:12', '2015-02-28 00:00:00', '2014-02-28 09:49:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3314, 264701, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-28 11:01:03', '2015-02-28 00:00:00', '2014-02-28 11:01:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3315, 264728, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-28 11:13:42', '2015-02-28 00:00:00', '2014-02-28 11:13:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3316, 2392, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-02-28 11:14:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3317, 264729, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-28 11:14:21', '2015-02-28 00:00:00', '2014-02-28 11:14:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3318, 264735, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-28 11:17:08', '2015-02-28 00:00:00', '2014-02-28 11:17:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3319, 264814, 5, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-02-28 00:00:00', '2014-02-28 11:50:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3320, 948, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-02-28 12:08:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3321, 264935, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-28 12:33:20', '2015-02-28 00:00:00', '2014-02-28 12:33:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3322, 819, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-02-28 12:48:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3323, 1941, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-02-28 13:15:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3324, 265099, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-28 13:20:53', '2015-02-28 00:00:00', '2014-02-28 13:20:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3325, 645, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-02-28 00:00:00', '2014-02-28 13:29:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3326, 265277, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-28 14:20:21', '2015-02-28 00:00:00', '2014-02-28 14:20:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3327, 1204, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-28 17:38:54', '2015-03-01 00:00:00', '2014-02-28 17:38:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3328, 1049, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-02-28 18:29:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3329, 1387, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-01 00:00:00', '2014-02-28 19:06:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3330, 1741, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-01 00:00:00', '2014-02-28 19:34:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3331, 1238, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-01 00:00:00', '2014-02-28 19:40:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3332, 2085, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-30 00:00:00', '2014-02-28 19:55:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3333, 1404, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-02-28 20:22:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3334, 2422, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-28 21:14:17', '2015-03-01 00:00:00', '2014-02-28 21:14:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3335, 402, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-02-28 22:25:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3336, 2398, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-02-28 22:29:56', '2015-03-01 00:00:00', '2014-02-28 22:29:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3337, 1388, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-01 06:02:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3338, 501, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-01 07:59:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3339, 2141, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-01 00:00:00', '2014-03-01 11:50:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3340, 1240, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-01 13:12:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3341, 2003, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-01 13:40:54', '2015-03-01 00:00:00', '2014-03-01 13:40:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3342, 463, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-01 00:00:00', '2014-03-01 15:55:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3343, 716, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-03-01 19:05:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3344, 273484, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-02 11:53:15', '2015-03-02 00:00:00', '2014-03-02 11:53:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3345, 1138, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-02 00:00:00', '2014-03-02 14:02:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3346, 273814, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-02 14:45:16', '2015-03-02 00:00:00', '2014-03-02 14:45:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3347, 1506, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-02 18:45:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3348, 274518, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-02 19:58:43', '2015-03-03 00:00:00', '2014-03-02 19:58:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3349, 265715, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-02-28 00:00:00', '2014-03-03 09:43:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3350, 276480, 6, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'inactive', '2014-03-03 12:19:11', '2014-03-03 12:23:48', '2014-03-03 12:23:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3351, 276480, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-03 12:23:48', '2015-03-03 00:00:00', '2014-03-03 12:23:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3352, 276553, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-03 12:45:31', '2015-03-03 00:00:00', '2014-03-03 12:45:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3353, 2160, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-03-03 00:00:00', '2014-03-03 13:08:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3354, 561, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-03 00:00:00', '2014-03-03 15:33:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3355, 277672, 6, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-03 18:26:00', '2015-03-04 00:00:00', '2014-03-03 18:26:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3356, 280569, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-04 07:23:40', '2015-03-04 00:00:00', '2014-03-04 07:23:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3357, 1262, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-04 08:39:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3358, 280871, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-04 09:18:27', '2015-03-04 00:00:00', '2014-03-04 09:18:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3359, 281084, 7, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-03-04 00:00:00', '2014-03-04 11:01:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3360, 1338, 2, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-03-04 00:00:00', '2014-03-04 11:10:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3361, 281119, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-03-04 00:00:00', '2014-03-04 11:22:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3362, 1176, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-04 11:29:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3363, 281166, 5, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-03-04 00:00:00', '2014-03-04 11:42:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3364, 281190, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-04 11:45:29', '2015-03-04 00:00:00', '2014-03-04 11:45:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3365, 281203, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-03-04 00:00:00', '2014-03-04 11:51:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3366, 281236, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-03-04 00:00:00', '2014-03-04 12:00:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3367, 281271, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-03-04 00:00:00', '2014-03-04 12:12:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3368, 281289, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-03-04 00:00:00', '2014-03-04 12:19:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3369, 281305, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-03-04 00:00:00', '2014-03-04 12:26:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3370, 281325, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-03-04 00:00:00', '2014-03-04 12:39:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3371, 1814, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-03-04 00:00:00', '2014-03-04 12:46:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3372, 1420, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-03-04 00:00:00', '2014-03-04 13:00:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3373, 542, 13, 0, '150.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-04 00:00:00', '2014-03-04 13:14:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3374, 281488, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-06-30 00:00:00', '2014-03-04 13:34:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3375, 281507, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-06-30 00:00:00', '2014-03-04 13:41:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3376, 281577, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-04 14:00:13', '2015-03-04 00:00:00', '2014-03-04 14:00:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3377, 281575, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-06-30 00:00:00', '2014-03-04 14:03:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3378, 281586, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-06-30 00:00:00', '2014-03-04 14:06:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3379, 281614, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-06-30 00:00:00', '2014-03-04 14:15:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3380, 281628, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-06-30 00:00:00', '2014-03-04 14:18:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3381, 281630, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-06-30 00:00:00', '2014-03-04 14:22:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3382, 281640, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-06-30 00:00:00', '2014-03-04 14:25:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3383, 281650, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-03-04 00:00:00', '2014-03-04 14:29:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3384, 281654, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-06-30 00:00:00', '2014-03-04 14:32:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3385, 281659, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-06-30 00:00:00', '2014-03-04 14:35:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3386, 281669, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-03-04 00:00:00', '2014-03-04 14:38:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3387, 281676, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-06-30 00:00:00', '2014-03-04 14:42:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3388, 281697, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-03-04 00:00:00', '2014-03-04 14:45:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3389, 281704, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-06-30 00:00:00', '2014-03-04 14:48:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3390, 281708, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-06-30 00:00:00', '2014-03-04 14:51:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3391, 281879, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-04 16:03:37', '2015-03-04 00:00:00', '2014-03-04 16:03:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3392, 281907, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-04 16:11:28', '2015-03-04 00:00:00', '2014-03-04 16:11:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3393, 791, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-04 16:24:28', '2015-03-04 00:00:00', '2014-03-04 16:24:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3394, 281989, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-04 16:38:47', '2015-03-04 00:00:00', '2014-03-04 16:38:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3395, 282052, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-04 17:04:12', '2015-03-05 00:00:00', '2014-03-04 17:04:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3396, 282136, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-04 17:31:20', '2015-03-05 00:00:00', '2014-03-04 17:31:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3397, 1352, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-05 00:00:00', '2014-03-04 17:36:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3398, 1354, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-04 21:45:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3399, 1212, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-04 21:53:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3400, 283062, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-05 01:06:53', '2015-03-05 00:00:00', '2014-03-05 01:06:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3401, 377, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-05 08:56:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3402, 284516, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-05 11:09:24', '2015-03-05 00:00:00', '2014-03-05 11:09:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3403, 285776, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-05 19:00:08', '2015-03-06 00:00:00', '2014-03-05 19:00:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3404, 2585, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-06 00:00:00', '2014-03-05 21:01:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3405, 286201, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-05 21:58:19', '2015-03-06 00:00:00', '2014-03-05 21:58:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3406, 287151, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-06 07:20:48', '2015-03-06 00:00:00', '2014-03-06 07:20:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3407, 338, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-03-06 00:00:00', '2014-03-06 08:35:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3408, 287380, 2, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-03-06 00:00:00', '2014-03-06 08:46:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3409, 356, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-03-06 08:58:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3410, 287527, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-06 09:48:40', '2015-03-06 00:00:00', '2014-03-06 09:48:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3411, 2519, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-03-06 12:23:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3412, 288044, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-06 13:36:38', '2015-03-06 00:00:00', '2014-03-06 13:36:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3413, 2262, 13, 0, '150.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-06 15:18:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3414, 293, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-06 00:00:00', '2014-03-06 15:57:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3415, 1120, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-03-06 16:35:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3416, 289286, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-06 20:29:53', '2015-03-07 00:00:00', '2014-03-06 20:29:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3417, 290574, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-07 06:39:33', '2015-03-07 00:00:00', '2014-03-07 06:39:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3418, 120, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-07 14:47:07', '2015-03-07 00:00:00', '2014-03-07 14:47:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3419, 291737, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-07 14:53:38', '2015-03-07 00:00:00', '2014-03-07 14:53:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3420, 801, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-07 00:00:00', '2014-03-07 14:56:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3421, 1278, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-07 00:00:00', '2014-03-07 15:23:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3422, 291836, 16, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-03-07 00:00:00', '2014-03-07 15:33:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3423, 2172, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-07 15:33:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3424, 292033, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-07 16:30:48', '2015-03-07 00:00:00', '2014-03-07 16:30:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3425, 292262, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-07 18:04:14', '2015-03-08 00:00:00', '2014-03-07 18:04:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3426, 292278, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-07 18:10:01', '2015-03-08 00:00:00', '2014-03-07 18:10:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3427, 292910, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-07 21:46:31', '2015-03-08 00:00:00', '2014-03-07 21:46:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3428, 293883, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-08 05:00:31', '2015-03-08 00:00:00', '2014-03-08 05:00:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3429, 296459, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-08 11:44:23', '2015-03-08 00:00:00', '2014-03-08 11:44:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3430, 2508, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-08 14:56:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3431, 86, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-08 16:14:55', '2015-03-08 00:00:00', '2014-03-08 16:14:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3432, 1355, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-08 20:04:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3433, 297566, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-08 20:10:25', '2015-03-09 00:00:00', '2014-03-08 20:10:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3434, 2170, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-09 00:00:00', '2014-03-09 12:22:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3435, 610, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-09 14:21:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3436, 300872, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-09 22:05:44', '2015-03-10 00:00:00', '2014-03-09 22:05:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3437, 2526, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-10 07:22:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3438, 452, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-10 00:00:00', '2014-03-10 10:45:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3439, 311684, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-10 11:02:03', '2015-03-10 00:00:00', '2014-03-10 11:02:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3440, 312263, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-10 14:58:16', '2015-03-10 00:00:00', '2014-03-10 14:58:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3441, 312334, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-10 15:31:15', '2015-03-10 00:00:00', '2014-03-10 15:31:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3442, 2391, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-11 00:00:00', '2014-03-10 17:27:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3443, 1375, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-10 18:39:40', '2015-03-11 00:00:00', '2014-03-10 18:39:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3444, 2338, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-11 00:00:00', '2014-03-11 07:39:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3445, 2464, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-11 09:36:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3446, 1398, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-11 10:42:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3447, 1526, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-11 12:24:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3448, 316980, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-11 14:42:19', '2015-03-11 00:00:00', '2014-03-11 14:42:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3449, 1409, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-11 18:59:28', '2015-03-12 00:00:00', '2014-03-11 18:59:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3450, 319453, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-11 19:21:24', '2015-03-12 00:00:00', '2014-03-11 19:21:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3451, 1928, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-12 00:00:00', '2014-03-11 19:32:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3452, 653, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-12 00:00:00', '2014-03-12 03:28:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3453, 321042, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-12 08:41:06', '2015-03-12 00:00:00', '2014-03-12 08:41:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3454, 2026, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-03-12 13:42:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3455, 175, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-13 03:31:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3456, 325422, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-13 08:22:09', '2015-03-13 00:00:00', '2014-03-13 08:22:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3457, 325952, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2014-03-13 09:04:17', '2014-03-13 09:04:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3458, 1736, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-13 00:00:00', '2014-03-13 09:06:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3459, 2362, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-03-13 00:00:00', '2014-03-13 09:10:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3460, 328551, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-13 11:24:11', '2015-03-13 00:00:00', '2014-03-13 11:24:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3461, 328786, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-13 12:46:43', '2015-03-13 00:00:00', '2014-03-13 12:46:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3462, 592, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-13 00:00:00', '2014-03-13 13:10:49') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3463, 329437, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-13 16:34:14', '2015-03-13 00:00:00', '2014-03-13 16:34:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3464, 331600, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-14 10:49:19', '2015-03-14 00:00:00', '2014-03-14 10:49:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3465, 331798, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-14 11:51:25', '2015-03-14 00:00:00', '2014-03-14 11:51:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3466, 2390, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-14 00:00:00', '2014-03-14 16:10:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3467, 153, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-15 08:57:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3468, 1877, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-03-15 12:19:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3469, 1615, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-15 00:00:00', '2014-03-15 12:25:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3470, 334785, 9, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-15 12:31:48', '2015-03-15 00:00:00', '2014-03-15 12:31:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3471, 336516, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-16 06:13:17', '2015-03-16 00:00:00', '2014-03-16 06:13:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3472, 337687, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-16 16:20:29', '2015-03-16 00:00:00', '2014-03-16 16:20:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3473, 337692, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-16 16:23:32', '2015-03-16 00:00:00', '2014-03-16 16:23:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3474, 70, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-03-16 17:06:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3475, 338080, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-16 18:07:18', '2015-03-17 00:00:00', '2014-03-16 18:07:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3476, 1358, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-03-16 18:40:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3477, 2378, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-16 18:42:54', '2015-03-17 00:00:00', '2014-03-16 18:42:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3478, 78, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-17 03:56:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3479, 341909, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-17 06:20:48', '2015-03-17 00:00:00', '2014-03-17 06:20:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3480, 2340, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-17 11:58:21', '2015-03-17 00:00:00', '2014-03-17 11:58:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3481, 343907, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-17 15:37:13', '2015-03-17 00:00:00', '2014-03-17 15:37:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3482, 2479, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-17 00:00:00', '2014-03-17 16:27:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3483, 346220, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-18 07:15:03', '2015-03-18 00:00:00', '2014-03-18 07:15:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3484, 346367, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-18 08:00:40', '2015-03-18 00:00:00', '2014-03-18 08:00:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3485, 346970, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-18 12:10:50', '2015-03-18 00:00:00', '2014-03-18 12:10:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3486, 346972, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-18 12:11:18', '2015-03-18 00:00:00', '2014-03-18 12:11:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3487, 1668, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-18 12:14:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3488, 348592, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-18 22:43:42', '2015-03-19 00:00:00', '2014-03-18 22:43:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3489, 1900, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-19 00:00:00', '2014-03-19 05:31:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3490, 999, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-19 05:51:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3491, 349788, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-19 06:38:37', '2015-03-19 00:00:00', '2014-03-19 06:38:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3492, 1181, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-19 18:47:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3493, 2239, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-20 00:00:00', '2014-03-20 06:53:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3494, 352954, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-20 08:11:17', '2015-03-20 00:00:00', '2014-03-20 08:11:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3495, 353388, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-20 10:43:28', '2015-03-20 00:00:00', '2014-03-20 10:43:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3496, 1179, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-03-20 10:50:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3497, 354390, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-20 18:01:09', '2015-03-21 00:00:00', '2014-03-20 18:01:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3498, 355780, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-21 06:24:22', '2015-03-21 00:00:00', '2014-03-21 06:24:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3499, 820, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-21 09:18:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3500, 1618, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-21 14:14:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3501, 1215, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-21 15:31:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3502, 361508, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-22 08:15:27', '2015-03-22 00:00:00', '2014-03-22 08:15:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3503, 1609, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-22 08:39:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3504, 361618, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-22 09:13:09', '2015-03-22 00:00:00', '2014-03-22 09:13:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3505, 197, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-22 09:39:24', '2015-03-22 00:00:00', '2014-03-22 09:39:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3506, 296, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-22 11:07:58', '2015-03-22 00:00:00', '2014-03-22 11:07:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3507, 366484, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-22 12:21:57', '2015-03-22 00:00:00', '2014-03-22 12:21:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3508, 368938, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-22 16:25:18', '2015-03-22 00:00:00', '2014-03-22 16:25:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3509, 370618, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-23 07:25:57', '2015-03-23 00:00:00', '2014-03-23 07:25:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3510, 370969, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-23 09:19:40', '2015-03-23 00:00:00', '2014-03-23 09:19:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3511, 1876, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-23 10:46:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3512, 371364, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-23 12:25:26', '2015-03-23 00:00:00', '2014-03-23 12:25:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3513, 329, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-03-24 06:52:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3514, 373754, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-24 10:31:34', '2015-03-24 00:00:00', '2014-03-24 10:31:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3515, 373797, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-24 10:59:14', '2015-03-24 00:00:00', '2014-03-24 10:59:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3516, 373824, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-24 11:05:32', '2015-03-24 00:00:00', '2014-03-24 11:05:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3517, 1241, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-24 13:51:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3518, 374615, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-24 15:08:30', '2015-03-24 00:00:00', '2014-03-24 15:08:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3519, 375053, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-24 18:29:59', '2015-03-25 00:00:00', '2014-03-24 18:29:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3520, 375573, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-24 20:06:11', '2015-03-25 00:00:00', '2014-03-24 20:06:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3521, 2014, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-03-25 09:27:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3522, 377691, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-25 14:01:45', '2015-03-25 00:00:00', '2014-03-25 14:01:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3523, 377862, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-25 15:06:39', '2015-03-25 00:00:00', '2014-03-25 15:06:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3524, 2291, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-25 15:40:29', '2015-03-25 00:00:00', '2014-03-25 15:40:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3525, 378694, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-25 20:23:02', '2015-03-26 00:00:00', '2014-03-25 20:23:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3526, 85, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-25 22:06:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3527, 379803, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-26 07:25:36', '2015-03-26 00:00:00', '2014-03-26 07:25:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3528, 1946, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-03-26 00:00:00', '2014-03-26 11:11:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3529, 2246, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-26 12:36:16', '2015-03-26 00:00:00', '2014-03-26 12:36:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3530, 380603, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-26 12:40:14', '2015-03-26 00:00:00', '2014-03-26 12:40:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3531, 864, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-26 13:58:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3532, 380884, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-26 14:31:05', '2015-03-26 00:00:00', '2014-03-26 14:31:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3533, 380900, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-26 14:43:21', '2015-03-26 00:00:00', '2014-03-26 14:43:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3534, 361, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-26 15:14:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3535, 381576, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-26 20:21:22', '2015-03-27 00:00:00', '2014-03-26 20:21:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3536, 382473, 3, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-27 06:34:58', '2015-03-27 00:00:00', '2014-03-27 06:34:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3537, 383449, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-27 14:05:06', '2015-03-27 00:00:00', '2014-03-27 14:05:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3538, 137, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-28 06:19:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3539, 385451, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-28 07:19:58', '2015-03-28 00:00:00', '2014-03-28 07:19:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3540, 385803, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-28 08:46:46', '2015-03-28 00:00:00', '2014-03-28 08:46:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3541, 385829, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-28 08:52:52', '2015-03-28 00:00:00', '2014-03-28 08:52:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3542, 386006, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-28 10:25:39', '2015-03-28 00:00:00', '2014-03-28 10:25:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3543, 386998, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-28 20:00:20', '2015-03-29 00:00:00', '2014-03-28 20:00:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3544, 387793, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-29 05:16:13', '2015-03-29 00:00:00', '2014-03-29 05:16:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3545, 387940, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-29 07:04:09', '2015-03-29 00:00:00', '2014-03-29 07:04:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3546, 732, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-03-29 08:46:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3547, 388461, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-29 10:25:12', '2015-03-29 00:00:00', '2014-03-29 10:25:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3548, 388821, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-29 12:54:21', '2015-03-29 00:00:00', '2014-03-29 12:54:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3549, 2335, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-30 00:00:00', '2014-03-29 18:03:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3550, 522, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-30 00:00:00', '2014-03-29 18:59:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3551, 389541, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-29 19:24:38', '2015-03-30 00:00:00', '2014-03-29 19:24:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3552, 1362, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-03-30 00:00:00', '2014-03-30 08:34:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3553, 390606, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-30 08:55:54', '2015-03-30 00:00:00', '2014-03-30 08:55:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3554, 1659, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-30 00:00:00', '2014-03-30 15:45:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3555, 391651, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-30 17:07:18', '2015-03-31 00:00:00', '2014-03-30 17:07:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3556, 828, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-30 18:15:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3557, 2571, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-30 18:17:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3558, 565, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-30 18:24:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3559, 484, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-30 18:42:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3560, 2238, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-30 19:18:26', '2015-03-31 00:00:00', '2014-03-30 19:18:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3561, 1851, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-30 21:38:49') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3562, 395, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-31 03:46:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3563, 670, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-03-31 04:09:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3564, 1214, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-31 06:50:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3565, 803, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-31 07:45:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3566, 747, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-03-31 08:27:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3567, 654, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-31 09:32:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3568, 1555, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-31 10:21:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3569, 425, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-31 10:29:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3570, 584, 4, 0, '50.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-31 11:24:16', '2015-03-31 00:00:00', '2014-03-31 11:24:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3571, 636, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-31 12:07:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3572, 453, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-03-31 12:59:39', '2015-03-31 00:00:00', '2014-03-31 12:59:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3573, 164, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-31 13:37:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3574, 351, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-03-31 00:00:00', '2014-03-31 14:09:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3575, 817, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-04-01 00:00:00', '2014-03-31 18:37:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3576, 991, 9, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-03-31 18:37:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3577, 232, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-04-01 00:00:00', '2014-03-31 18:45:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3578, 1326, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-03-31 20:06:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3579, 189, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-03-31 21:57:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3580, 2657, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-30 00:00:00', '2014-04-01 04:26:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3581, 396242, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-01 07:14:24', '2015-04-01 00:00:00', '2014-04-01 07:14:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3582, 1709, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-30 00:00:00', '2014-04-01 07:19:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3583, 942, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-04-01 00:00:00', '2014-04-01 08:20:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3584, 225, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-04-01 00:00:00', '2014-04-01 08:45:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3585, 2315, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-04-01 00:00:00', '2014-04-01 10:04:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3586, 396636, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-01 10:21:38', '2015-04-01 00:00:00', '2014-04-01 10:21:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3587, 25, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-04-01 00:00:00', '2014-04-01 10:39:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3588, 440, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-04-01 00:00:00', '2014-04-01 11:48:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3589, 396877, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-01 11:54:27', '2015-04-01 00:00:00', '2014-04-01 11:54:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3590, 722, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-30 00:00:00', '2014-04-01 16:21:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3591, 831, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-01 17:30:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3592, 402178, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-02 02:55:48', '2015-04-02 00:00:00', '2014-04-02 02:55:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3593, 2550, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-04-02 00:00:00', '2014-04-02 05:22:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3594, 402506, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-02 06:08:50', '2015-04-02 00:00:00', '2014-04-02 06:08:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3595, 2302, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-30 00:00:00', '2014-04-02 08:05:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3596, 1737, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-04-02 00:00:00', '2014-04-02 13:06:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3597, 80, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-30 00:00:00', '2014-04-02 14:00:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3598, 2384, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-04-02 14:32:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3599, 404342, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-02 16:56:18', '2015-04-02 00:00:00', '2014-04-02 16:56:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3600, 862, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-04-03 00:00:00', '2014-04-02 18:04:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3601, 944, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-04-03 00:00:00', '2014-04-02 21:54:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3602, 406124, 12, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-11-30 00:00:00', '2014-04-03 08:50:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3603, 406675, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-03 11:46:47', '2015-04-03 00:00:00', '2014-04-03 11:46:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3604, 406676, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-03 11:46:53', '2015-04-03 00:00:00', '2014-04-03 11:46:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3605, 406869, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-03 13:10:10', '2015-04-03 00:00:00', '2014-04-03 13:10:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3606, 1142, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-04-03 00:00:00', '2014-04-03 14:00:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3607, 407459, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-03 18:02:36', '2015-04-04 00:00:00', '2014-04-03 18:02:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3608, 407105, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-04-04 00:00:00', '2014-04-04 08:43:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3609, 409079, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-04-04 00:00:00', '2014-04-04 08:59:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3610, 297, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-04-04 11:18:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3611, 409884, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-04 14:45:12', '2015-04-04 00:00:00', '2014-04-04 14:45:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3612, 1779, 9, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-05 17:15:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3613, 721, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-06 06:36:08', '2015-04-06 00:00:00', '2014-04-06 06:36:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3614, 1756, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-30 00:00:00', '2014-04-06 08:54:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3615, 417038, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-06 11:23:24', '2015-04-06 00:00:00', '2014-04-06 11:23:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3616, 418206, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-06 20:04:44', '2015-04-07 00:00:00', '2014-04-06 20:04:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3617, 419179, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-07 06:11:42', '2015-04-07 00:00:00', '2014-04-07 06:11:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3618, 2530, 7, 0, '70.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-07 09:09:35', '2015-04-07 00:00:00', '2014-04-07 09:09:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3619, 419686, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-07 10:16:39', '2015-04-07 00:00:00', '2014-04-07 10:16:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3620, 191, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-30 00:00:00', '2014-04-07 12:55:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3621, 420635, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-07 17:14:57', '2015-04-08 00:00:00', '2014-04-07 17:14:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3622, 421384, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-07 20:47:38', '2015-04-08 00:00:00', '2014-04-07 20:47:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3623, 2121, 9, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-30 00:00:00', '2014-04-08 04:22:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3624, 422404, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-08 06:47:50', '2015-04-08 00:00:00', '2014-04-08 06:47:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3625, 1112, 13, 0, '150.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-04-08 07:44:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3626, 425911, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-08 14:20:33', '2015-04-08 00:00:00', '2014-04-08 14:20:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3627, 426385, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-08 18:28:40', '2015-04-09 00:00:00', '2014-04-08 18:28:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3628, 426563, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-08 19:56:20', '2015-04-09 00:00:00', '2014-04-08 19:56:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3629, 202, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-09 08:39:58', '2015-04-09 00:00:00', '2014-04-09 08:39:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3630, 589, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-04-09 10:06:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3631, 428363, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-09 11:54:01', '2015-04-09 00:00:00', '2014-04-09 11:54:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3632, 310, 7, 0, '70.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-04-09 00:00:00', '2014-04-09 12:23:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3633, 428788, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-09 15:01:48', '2015-04-09 00:00:00', '2014-04-09 15:01:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3634, 428987, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-09 16:22:41', '2015-04-09 00:00:00', '2014-04-09 16:22:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3635, 429552, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-09 20:37:04', '2015-04-10 00:00:00', '2014-04-09 20:37:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3636, 430648, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-10 07:14:34', '2015-04-10 00:00:00', '2014-04-10 07:14:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3637, 430964, 13, 0, '150.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-10 10:10:24', '2015-04-10 00:00:00', '2014-04-10 10:10:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3638, 525, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-30 00:00:00', '2014-04-10 11:23:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3639, 1077, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-30 00:00:00', '2014-04-10 11:31:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3640, 431349, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-10 12:42:44', '2015-04-10 00:00:00', '2014-04-10 12:42:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3641, 431880, 13, 0, '150.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-10 15:57:11', '2015-04-10 00:00:00', '2014-04-10 15:57:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3642, 2120, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-11 21:49:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3643, 1650, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-04-12 00:00:00', '2014-04-12 13:32:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3644, 438509, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-12 20:58:57', '2015-04-13 00:00:00', '2014-04-12 20:58:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3645, 1947, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-04-13 10:52:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3646, 440120, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-13 12:47:09', '2015-04-13 00:00:00', '2014-04-13 12:47:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3647, 440691, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-13 17:15:02', '2015-04-14 00:00:00', '2014-04-13 17:15:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3648, 441923, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-14 04:54:51', '2015-04-14 00:00:00', '2014-04-14 04:54:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3649, 2202, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-04-14 09:47:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3650, 442582, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-14 10:09:43', '2015-04-14 00:00:00', '2014-04-14 10:09:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3651, 442659, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-04-14 00:00:00', '2014-04-14 10:44:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3652, 185, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-04-14 12:52:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3653, 443314, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-14 13:56:16', '2015-04-14 00:00:00', '2014-04-14 13:56:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3654, 666, 13, 0, '150.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-04-14 14:24:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3655, 2565, 7, 0, '70.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-30 00:00:00', '2014-04-14 15:38:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3656, 1024, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-14 17:36:21', '2015-04-15 00:00:00', '2014-04-14 17:36:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3657, 445289, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-15 05:47:53', '2015-04-15 00:00:00', '2014-04-15 05:47:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3658, 1861, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-04-15 08:25:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3659, 445702, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-04-15 00:00:00', '2014-04-15 09:02:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3660, 487, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-04-15 09:59:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3661, 449041, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-16 09:14:56', '2015-04-16 00:00:00', '2014-04-16 09:14:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3662, 1961, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-04-16 09:46:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3663, 449098, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-04-16 00:00:00', '2014-04-16 09:46:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3664, 449120, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-04-16 00:00:00', '2014-04-16 09:51:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3665, 449133, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-16 09:54:19', '2015-04-16 00:00:00', '2014-04-16 09:54:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3666, 449154, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-04-16 00:00:00', '2014-04-16 10:03:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3667, 449179, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-04-16 00:00:00', '2014-04-16 10:12:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3668, 449226, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-04-16 00:00:00', '2014-04-16 10:25:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3669, 449259, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-04-16 00:00:00', '2014-04-16 10:33:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3670, 449318, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-04-16 00:00:00', '2014-04-16 10:46:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3671, 449441, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-04-16 00:00:00', '2014-04-16 11:43:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3672, 449481, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-04-16 00:00:00', '2014-04-16 12:03:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3673, 449493, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-04-16 00:00:00', '2014-04-16 12:08:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3674, 449517, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-04-16 00:00:00', '2014-04-16 12:16:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3675, 449602, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-04-16 00:00:00', '2014-04-16 12:32:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3676, 449646, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-04-16 00:00:00', '2014-04-16 12:43:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3677, 449658, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-04-16 00:00:00', '2014-04-16 12:50:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3678, 449664, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-04-16 00:00:00', '2014-04-16 12:56:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3679, 449672, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-04-16 00:00:00', '2014-04-16 13:00:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3680, 449700, 13, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-04-16 00:00:00', '2014-04-16 13:12:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3681, 449795, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-16 13:46:08', '2015-04-16 00:00:00', '2014-04-16 13:46:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3682, 2662, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-04-16 13:56:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3683, 450218, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-16 16:51:07', '2015-04-16 00:00:00', '2014-04-16 16:51:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3684, 2562, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-30 00:00:00', '2014-04-17 04:13:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3685, 2460, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-04-17 00:00:00', '2014-04-17 08:38:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3686, 474, 13, 0, '150.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2016-04-28 00:00:00', '2014-04-18 08:22:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3687, 1645, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-04-18 09:37:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3688, 2147, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-04-18 11:06:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3689, 455080, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-18 12:10:03', '2015-04-18 00:00:00', '2014-04-18 12:10:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3690, 1419, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-18 12:37:19', '2015-04-18 00:00:00', '2014-04-18 12:37:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3691, 455381, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-18 13:09:51', '2015-04-18 00:00:00', '2014-04-18 13:09:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3692, 106, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-19 07:33:01', '2015-04-19 00:00:00', '2014-04-19 07:33:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3693, 2286, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-30 00:00:00', '2014-04-19 14:54:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3694, 1150, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-19 20:23:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3695, 1600, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-04-20 08:25:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3696, 516, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-04-20 09:58:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3697, 463773, 13, 0, '150.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-21 08:07:17', '2015-04-21 00:00:00', '2014-04-21 08:07:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3698, 1154, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2014-06-14 16:44:02', '2014-06-14 16:44:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3699, 1594, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-04-21 15:46:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3700, 464809, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-21 16:09:43', '2015-04-21 00:00:00', '2014-04-21 16:09:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3701, 467376, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-22 11:04:28', '2015-04-22 00:00:00', '2014-04-22 11:04:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3702, 467601, 3, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-22 11:36:30', '2015-04-22 00:00:00', '2014-04-22 11:36:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3703, 468192, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-22 15:36:02', '2015-04-22 00:00:00', '2014-04-22 15:36:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3704, 1377, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-04-23 00:00:00', '2014-04-22 17:03:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3705, 468776, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-22 19:30:37', '2015-04-23 00:00:00', '2014-04-22 19:30:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3706, 471599, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-23 14:26:59', '2015-04-23 00:00:00', '2014-04-23 14:26:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3707, 2445, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-04-23 16:20:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3708, 472012, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-23 17:42:32', '2015-04-24 00:00:00', '2014-04-23 17:42:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3709, 473626, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-04-24 00:00:00', '2014-04-24 09:14:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3710, 473658, 2, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-04-24 00:00:00', '2014-04-24 09:32:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3711, 473894, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-24 10:52:57', '2015-04-24 00:00:00', '2014-04-24 10:52:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3712, 252, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-04-24 15:44:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3713, 2061, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-04-25 00:00:00', '2014-04-24 22:11:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3714, 1504, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-30 00:00:00', '2014-04-25 07:10:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3715, 477036, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-25 10:20:24', '2015-04-25 00:00:00', '2014-04-25 10:20:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3716, 2049, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-04-25 00:00:00', '2014-04-25 10:24:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3717, 160, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-04-25 15:29:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3718, 478276, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-25 18:38:40', '2015-04-26 00:00:00', '2014-04-25 18:38:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3719, 481162, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-26 18:41:54', '2015-04-27 00:00:00', '2014-04-26 18:41:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3720, 482365, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-27 07:09:49', '2015-04-27 00:00:00', '2014-04-27 07:09:49') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3721, 484220, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-27 17:44:25', '2015-04-28 00:00:00', '2014-04-27 17:44:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3722, 484501, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-27 19:39:03', '2015-04-28 00:00:00', '2014-04-27 19:39:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3723, 485924, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-28 06:00:58', '2015-04-28 00:00:00', '2014-04-28 06:00:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3724, 486147, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-28 07:22:23', '2015-04-28 00:00:00', '2014-04-28 07:22:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3725, 2619, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-28 17:54:56', '2015-04-29 00:00:00', '2014-04-28 17:54:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3726, 1220, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-28 18:10:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3727, 487836, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-28 18:15:19', '2015-04-29 00:00:00', '2014-04-28 18:15:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3728, 2016, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-28 18:56:48', '2015-04-29 00:00:00', '2014-04-28 18:56:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3729, 1331, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-30 00:00:00', '2014-04-29 09:54:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3730, 121, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-04-29 00:00:00', '2014-04-29 11:05:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3731, 490452, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-29 11:33:57', '2015-04-29 00:00:00', '2014-04-29 11:33:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3732, 657, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-04-29 14:08:49') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3733, 1591, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-04-29 14:35:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3734, 1746, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-04-29 14:46:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3735, 673, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-04-29 15:59:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3736, 287, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-29 00:00:00', '2014-04-29 16:09:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3737, 1815, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-29 17:18:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3738, 1772, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-29 17:19:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3739, 1901, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-29 18:56:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3740, 1683, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-29 20:21:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3741, 188, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-04-30 00:00:00', '2014-04-29 20:34:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3742, 2679, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-29 21:12:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3743, 512, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-30 06:04:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3744, 2316, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-30 06:08:53', '2015-04-30 00:00:00', '2014-04-30 06:08:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3745, 1221, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-30 06:23:57', '2015-04-30 00:00:00', '2014-04-30 06:23:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3746, 1712, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-30 08:37:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3747, 234, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-30 09:57:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3748, 619, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-30 11:58:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3749, 1920, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-30 14:08:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3750, 2396, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-30 15:53:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3751, 235, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-30 15:54:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3752, 19, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-30 15:57:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3753, 1624, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-04-30 00:00:00', '2014-04-30 16:29:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3754, 2444, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-05-01 00:00:00', '2014-04-30 17:06:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3755, 2381, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-05-01 00:00:00', '2014-04-30 17:20:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3756, 1567, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-05-01 00:00:00', '2014-04-30 17:29:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3757, 1366, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-30 17:32:27', '2015-05-01 00:00:00', '2014-04-30 17:32:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3758, 1009, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-30 00:00:00', '2014-04-30 18:03:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3759, 494463, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-30 18:09:56', '2015-05-01 00:00:00', '2014-04-30 18:09:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3760, 1218, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-05-01 00:00:00', '2014-04-30 20:43:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3761, 1714, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-05-01 00:00:00', '2014-04-30 20:59:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3762, 495056, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-04-30 21:50:14', '2015-05-01 00:00:00', '2014-04-30 21:50:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3763, 496097, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-01 07:10:32', '2015-05-01 00:00:00', '2014-05-01 07:10:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3764, 1406, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-05-01 00:00:00', '2014-05-01 07:25:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3765, 496331, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-01 08:24:58', '2015-05-01 00:00:00', '2014-05-01 08:24:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3766, 2197, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-05-01 00:00:00', '2014-05-01 10:00:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3767, 665, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-05-01 00:00:00', '2014-05-01 13:40:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3768, 2107, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-05-01 00:00:00', '2014-05-01 15:10:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3769, 497351, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-01 15:46:16', '2015-05-01 00:00:00', '2014-05-01 15:46:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3770, 1519, 7, 0, '70.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-05-02 00:00:00', '2014-05-01 17:00:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3771, 1905, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-30 00:00:00', '2014-05-01 22:28:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3772, 180, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-05-02 05:32:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3773, 2606, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-05-02 00:00:00', '2014-05-02 08:34:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3774, 499611, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-02 10:13:48', '2015-05-02 00:00:00', '2014-05-02 10:13:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3775, 500011, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-02 13:02:52', '2015-05-02 00:00:00', '2014-05-02 13:02:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3776, 1462, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-05-02 00:00:00', '2014-05-02 14:53:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3777, 1622, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-05-02 00:00:00', '2014-05-02 16:12:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3778, 500975, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-02 19:46:05', '2015-05-03 00:00:00', '2014-05-02 19:46:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3779, 483, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-05-03 00:00:00', '2014-05-03 07:54:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3780, 502682, 3, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'inactive', '2014-05-03 12:15:40', '2014-05-06 10:27:12', '2014-05-06 10:27:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3781, 503004, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-03 14:58:41', '2015-05-03 00:00:00', '2014-05-03 14:58:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3782, 503382, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-03 18:32:45', '2015-05-04 00:00:00', '2014-05-03 18:32:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3783, 755, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-05-04 00:00:00', '2014-05-04 13:52:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3784, 1588, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-05-04 16:34:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3785, 1045, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-05-31 00:00:00', '2014-05-05 12:16:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3786, 508480, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-05-05 00:00:00', '2014-05-05 12:42:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3787, 2389, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-05-05 00:00:00', '2014-05-05 12:59:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3788, 406, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-05-05 00:00:00', '2014-05-05 15:36:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3789, 509013, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-05 16:21:35', '2015-05-05 00:00:00', '2014-05-05 16:21:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3790, 1038, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-05-05 00:00:00', '2014-05-05 16:56:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3791, 510002, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-05 21:30:37', '2015-05-06 00:00:00', '2014-05-05 21:30:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3792, 2306, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-05-06 00:00:00', '2014-05-06 05:13:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3793, 1069, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-06 06:03:52', '2015-05-06 00:00:00', '2014-05-06 06:03:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3794, 2430, 10, 0, '115.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-01-31 00:00:00', '2016-01-30 00:00:00', '2014-05-06 09:34:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3795, 502682, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-07-03 00:00:00', '2014-05-07 09:47:49') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3796, 511832, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-06 11:56:55', '2015-05-06 00:00:00', '2014-05-06 11:56:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3797, 512080, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-06 13:44:17', '2015-05-06 00:00:00', '2014-05-06 13:44:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3798, 512411, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-06 15:45:06', '2015-05-06 00:00:00', '2014-05-06 15:45:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3799, 515180, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-07 12:20:55', '2015-05-07 00:00:00', '2014-05-07 12:20:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3800, 518492, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-08 07:41:35', '2015-05-08 00:00:00', '2014-05-08 07:41:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3801, 1833, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-05-08 00:00:00', '2014-05-08 08:35:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3802, 866, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-05-08 00:00:00', '2014-05-08 08:53:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3803, 518751, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-08 09:38:31', '2015-05-08 00:00:00', '2014-05-08 09:38:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3804, 519139, 2, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-05-08 00:00:00', '2014-05-08 10:39:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3805, 138, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-08 11:09:22', '2015-05-08 00:00:00', '2014-05-08 11:09:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3806, 31540, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-08 00:00:00', '2014-05-08 11:28:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3807, 523789, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-09 05:54:32', '2015-05-09 00:00:00', '2014-05-09 05:54:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3808, 526314, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-09 10:26:50', '2015-05-09 00:00:00', '2014-05-09 10:26:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3809, 527151, 3, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-09 14:44:01', '2015-05-09 00:00:00', '2014-05-09 14:44:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3810, 1598, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-05-09 00:00:00', '2014-05-09 15:58:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3811, 527542, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-09 17:15:30', '2015-05-10 00:00:00', '2014-05-09 17:15:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3812, 527707, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-09 18:29:22', '2015-05-10 00:00:00', '2014-05-09 18:29:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3813, 2645, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-05-10 00:00:00', '2014-05-10 09:31:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3814, 539083, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-11 16:14:26', '2015-05-11 00:00:00', '2014-05-11 16:14:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3815, 540862, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-12 07:11:42', '2015-05-12 00:00:00', '2014-05-12 07:11:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3816, 2656, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-05-12 00:00:00', '2014-05-12 10:25:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3817, 542217, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-12 14:03:25', '2015-05-12 00:00:00', '2014-05-12 14:03:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3818, 1754, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-05-12 16:34:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3819, 543187, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-12 18:20:45', '2015-05-13 00:00:00', '2014-05-12 18:20:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3820, 1468, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-05-12 19:52:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3821, 1208, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-05-13 00:00:00', '2014-05-13 08:45:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3822, 2255, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-05-13 00:00:00', '2014-05-13 08:46:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3823, 1062, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-05-13 00:00:00', '2014-05-13 12:26:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3824, 547264, 3, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-13 16:11:13', '2015-05-13 00:00:00', '2014-05-13 16:11:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3825, 140, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-30 00:00:00', '2014-05-14 09:42:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3826, 1809, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-05-14 00:00:00', '2014-05-14 10:45:49') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3827, 2301, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-05-14 00:00:00', '2014-05-14 12:15:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3828, 2661, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-05-15 00:00:00', '2014-05-14 17:30:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3829, 550464, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-14 17:40:54', '2015-05-15 00:00:00', '2014-05-14 17:40:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3830, 550715, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-14 19:44:31', '2015-05-15 00:00:00', '2014-05-14 19:44:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3831, 597, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-14 21:38:34', '2015-05-15 00:00:00', '2014-05-14 21:38:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3832, 552146, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-15 10:36:35', '2015-05-15 00:00:00', '2014-05-15 10:36:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3833, 2011, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-05-15 00:00:00', '2014-05-15 10:37:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3834, 1975, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-05-16 00:00:00', '2014-05-15 18:56:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3835, 927, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-05-17 00:00:00', '2014-05-17 12:08:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3836, 559945, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-17 15:05:40', '2015-05-17 00:00:00', '2014-05-17 15:05:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3837, 117, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-30 00:00:00', '2014-05-18 06:06:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3838, 562291, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-18 10:40:06', '2015-05-18 00:00:00', '2014-05-18 10:40:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3839, 2035, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-05-18 13:46:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3840, 562656, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-18 13:58:45', '2015-05-18 00:00:00', '2014-05-18 13:58:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3841, 563147, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-18 18:31:26', '2015-05-19 00:00:00', '2014-05-18 18:31:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3842, 565414, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-19 10:42:48', '2015-05-19 00:00:00', '2014-05-19 10:42:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3843, 1914, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-05-19 10:54:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3844, 1625, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-05-19 00:00:00', '2014-05-19 12:20:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3845, 1251, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-05-19 13:03:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3846, 567583, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-19 19:05:04', '2015-05-20 00:00:00', '2014-05-19 19:05:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3847, 569434, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-20 07:08:46', '2015-05-20 00:00:00', '2014-05-20 07:08:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3848, 2768, 3, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2016-01-31 00:00:00', '2014-05-20 08:07:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3849, 1397, 3, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-02-27 00:00:00', '2014-05-20 08:08:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3850, 2753, 6, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-11-27 00:00:00', '2014-05-20 08:09:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3851, 1626, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-05-20 00:00:00', '2014-05-20 08:26:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3852, 569823, 4, 0, '50.00', '0.00', 0, '', 0, '0.00', 0, 'inactive', '2014-05-20 09:17:12', '2014-06-16 11:16:40', '2014-06-16 11:16:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3853, 570730, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-20 13:31:05', '2015-05-20 00:00:00', '2014-05-20 13:31:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3854, 570857, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-20 13:58:32', '2015-05-20 00:00:00', '2014-05-20 13:58:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3855, 571123, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-20 15:21:06', '2015-05-20 00:00:00', '2014-05-20 15:21:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3856, 571134, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-20 15:26:01', '2015-05-20 00:00:00', '2014-05-20 15:26:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3857, 2440, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-05-20 00:00:00', '2014-05-20 16:45:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3858, 571447, 4, 0, '50.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-20 16:54:36', '2015-05-20 00:00:00', '2014-05-20 16:54:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3859, 486, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-20 17:46:48', '2015-05-21 00:00:00', '2014-05-20 17:46:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3860, 2071, 10, 0, '115.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-21 03:38:51', '2015-05-21 00:00:00', '2014-05-21 03:38:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3861, 574892, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-21 08:34:16', '2015-05-21 00:00:00', '2014-05-21 08:34:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3862, 574908, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-21 08:41:18', '2015-05-21 00:00:00', '2014-05-21 08:41:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3863, 574916, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-21 08:45:19', '2015-05-21 00:00:00', '2014-05-21 08:45:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3864, 575203, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-21 10:57:58', '2015-05-21 00:00:00', '2014-05-21 10:57:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3865, 575446, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-21 12:27:35', '2015-05-21 00:00:00', '2014-05-21 12:27:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3866, 575641, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-21 13:39:32', '2015-05-21 00:00:00', '2014-05-21 13:39:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3867, 576155, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-21 17:43:23', '2015-05-22 00:00:00', '2014-05-21 17:43:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3868, 2646, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-05-22 00:00:00', '2014-05-22 11:48:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3869, 579018, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-22 17:33:28', '2015-05-23 00:00:00', '2014-05-22 17:33:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3870, 579067, 3, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-22 18:10:07', '2015-05-23 00:00:00', '2014-05-22 18:10:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3871, 36079, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-05-30 00:00:00', '2014-05-23 06:03:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3872, 582901, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-23 14:56:46', '2015-05-23 00:00:00', '2014-05-23 14:56:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3873, 584844, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-05-24 00:00:00', '2014-05-24 11:46:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3874, 585562, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-24 16:45:23', '2015-05-24 00:00:00', '2014-05-24 16:45:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3875, 2132, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-05-24 17:26:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3876, 1473, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-25 15:53:38', '2015-05-25 00:00:00', '2014-05-25 15:53:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3877, 588708, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-25 19:03:34', '2015-05-26 00:00:00', '2014-05-25 19:03:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3878, 588801, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-25 19:54:07', '2015-05-26 00:00:00', '2014-05-25 19:54:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3879, 589985, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-26 07:51:22', '2015-05-26 00:00:00', '2014-05-26 07:51:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3880, 591172, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-26 18:12:31', '2015-05-27 00:00:00', '2014-05-26 18:12:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3881, 2203, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-05-26 21:37:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3882, 1740, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-05-27 00:00:00', '2014-05-27 08:55:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3883, 2295, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-27 09:31:14', '2015-05-27 00:00:00', '2014-05-27 09:31:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3884, 594864, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-27 18:38:00', '2015-05-28 00:00:00', '2014-05-27 18:38:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3885, 595213, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-27 21:41:40', '2015-05-28 00:00:00', '2014-05-27 21:41:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3886, 596947, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-28 11:24:23', '2015-05-28 00:00:00', '2014-05-28 11:24:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3887, 1330, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-30 00:00:00', '2014-05-28 11:44:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3888, 275, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-30 00:00:00', '2014-05-28 12:26:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3889, 2275, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-30 00:00:00', '2014-05-28 13:29:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3890, 2015, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-30 00:00:00', '2014-05-28 14:22:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3891, 598761, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-28 15:47:20', '2015-05-28 00:00:00', '2014-05-28 15:47:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3892, 2027, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-05-28 17:20:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3893, 599167, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-28 19:15:55', '2015-05-29 00:00:00', '2014-05-28 19:15:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3894, 599392, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-28 21:01:24', '2015-05-29 00:00:00', '2014-05-28 21:01:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3895, 2630, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-05-29 00:00:00', '2014-05-28 22:01:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3896, 599584, 9, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-28 23:32:34', '2015-05-29 00:00:00', '2014-05-28 23:32:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3897, 603655, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-29 08:35:40', '2015-05-29 00:00:00', '2014-05-29 08:35:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3898, 968, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-05-29 10:10:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3899, 269, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-30 00:00:00', '2014-05-29 10:40:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3900, 1414, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-30 00:00:00', '2014-05-29 15:22:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3901, 640, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-30 00:00:00', '2014-05-29 16:30:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3902, 75, 3, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-29 16:31:43', '2015-05-29 00:00:00', '2014-05-29 16:31:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3903, 636599, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-29 16:42:47', '2015-05-29 00:00:00', '2014-05-29 16:42:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3904, 1146, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-05-30 00:00:00', '2014-05-29 18:31:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3905, 645149, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-29 18:55:37', '2015-05-30 00:00:00', '2014-05-29 18:55:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3906, 2108, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-05-29 18:59:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3907, 645885, 17, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', NULL, '2014-05-29 19:06:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3908, 646442, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-29 21:59:51', '2015-05-30 00:00:00', '2014-05-29 21:59:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3909, 2281, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-05-30 00:00:00', '2014-05-30 04:13:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3910, 1963, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-30 00:00:00', '2014-05-30 06:40:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3911, 502, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-05-30 00:00:00', '2014-05-30 11:20:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3912, 1115, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-30 11:29:02', '2015-05-30 00:00:00', '2014-05-30 11:29:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3913, 1927, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-30 11:57:03', '2015-05-30 00:00:00', '2014-05-30 11:57:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3914, 2670, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-30 00:00:00', '2014-05-30 13:38:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3915, 648244, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-30 13:48:42', '2015-05-30 00:00:00', '2014-05-30 13:48:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3916, 648357, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-30 14:43:26', '2015-05-30 00:00:00', '2014-05-30 14:43:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3917, 648380, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-30 14:57:18', '2015-05-30 00:00:00', '2014-05-30 14:57:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3918, 319, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-30 00:00:00', '2014-05-30 15:02:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3919, 2468, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-05-30 18:10:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3920, 2518, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-05-30 18:20:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3921, 2069, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-05-31 04:41:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3922, 2242, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-05-31 00:00:00', '2014-05-31 10:07:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3923, 2404, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-05-31 00:00:00', '2014-05-31 11:53:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3924, 650671, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-31 12:41:03', '2015-05-31 00:00:00', '2014-05-31 12:41:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3925, 2349, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-06-01 00:00:00', '2014-05-31 18:11:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3926, 95972, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-31 19:18:33', '2015-06-01 00:00:00', '2014-05-31 19:18:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3927, 1803, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-06-01 00:00:00', '2014-05-31 19:59:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3928, 651671, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-05-31 21:11:37', '2015-06-01 00:00:00', '2014-05-31 21:11:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3929, 1449, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-31 00:00:00', '2014-05-31 22:47:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3930, 150, 4, 0, '50.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-06-01 00:00:00', '2014-06-01 12:52:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3931, 1748, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-06-01 16:51:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3932, 2428, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-06-02 00:00:00', '2014-06-02 05:26:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3933, 503, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-06-02 10:07:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3934, 656452, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-02 12:16:19', '2015-06-02 00:00:00', '2014-06-02 12:16:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3935, 566017, 2, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-05-31 00:00:00', '2014-06-02 12:30:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3936, 2471, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-31 00:00:00', '2014-06-02 17:05:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3937, 718, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-30 00:00:00', '2014-06-02 22:48:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3938, 982, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-06-04 00:00:00', '2014-06-03 21:23:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3939, 2, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'inactive', '2014-06-04 09:00:41', '2014-07-10 11:48:22', '2014-07-10 11:48:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3940, 659532, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-04 09:10:29', '2015-06-04 00:00:00', '2014-06-04 09:10:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3941, 2241, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-06-04 00:00:00', '2014-06-04 09:28:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3942, 284, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-06-04 00:00:00', '2014-06-04 13:19:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3943, 1832, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-06-04 00:00:00', '2014-06-04 15:04:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3944, 473, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-06-04 00:00:00', '2014-06-04 16:49:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3945, 659533, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-05 08:09:26', '2015-06-05 00:00:00', '2014-06-05 08:09:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3946, 659534, 16, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-06-05 00:00:00', '2014-06-05 10:08:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3947, 1163, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-06-05 11:38:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3948, 1051, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-06-06 00:00:00', '2014-06-06 07:20:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3949, 450, 3, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-04-30 00:00:00', '2014-06-06 08:52:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3950, 659535, 3, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-06-06 00:00:00', '2014-06-06 09:32:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3951, 659536, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-06 09:48:19', '2015-06-06 00:00:00', '2014-06-06 09:48:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3952, 659537, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-06 11:41:50', '2015-06-06 00:00:00', '2014-06-06 11:41:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3953, 1243, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-06-06 12:17:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3954, 1256, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-06-06 15:48:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3955, 659538, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-06 15:50:00', '2015-06-06 00:00:00', '2014-06-06 15:50:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3956, 659539, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-06 15:53:31', '2015-06-06 00:00:00', '2014-06-06 15:53:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3957, 1652, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-06-07 00:00:00', '2014-06-07 10:35:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3958, 1822, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-06-07 10:53:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3959, 1226, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-07 11:03:01', '2015-06-07 00:00:00', '2014-06-07 11:03:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3960, 659540, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-07 12:46:38', '2015-06-07 00:00:00', '2014-06-07 12:46:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3961, 13, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-08 10:35:34', '2015-06-08 00:00:00', '2014-06-08 10:35:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3962, 659541, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-08 10:36:03', '2015-06-08 00:00:00', '2014-06-08 10:36:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3963, 2204, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-06-09 00:00:00', '2014-06-08 18:26:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3964, 1962, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-06-09 00:00:00', '2014-06-09 07:24:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3965, 659542, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-09 11:05:07', '2015-06-09 00:00:00', '2014-06-09 11:05:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3966, 2269, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-06-09 00:00:00', '2014-06-09 11:17:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3967, 659543, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-09 12:35:34', '2015-06-09 00:00:00', '2014-06-09 12:35:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3968, 2639, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-06-10 04:08:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3969, 659544, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-10 06:19:24', '2015-06-10 00:00:00', '2014-06-10 06:19:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3970, 621, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-06-10 00:00:00', '2014-06-10 10:52:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3971, 641, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-10 13:58:52', '2015-06-10 00:00:00', '2014-06-10 13:58:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3972, 659545, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-10 19:17:55', '2015-06-11 00:00:00', '2014-06-10 19:17:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3973, 1076, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-06-11 00:00:00', '2014-06-11 11:10:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3974, 1602, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-06-11 00:00:00', '2014-06-11 13:27:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3975, 1705, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-06-11 16:21:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3976, 659546, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-11 17:03:05', '2015-06-12 00:00:00', '2014-06-11 17:03:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3977, 659547, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-11 17:12:59', '2015-06-12 00:00:00', '2014-06-11 17:12:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3978, 659548, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-11 20:29:30', '2015-06-12 00:00:00', '2014-06-11 20:29:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3979, 2515, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-11 21:18:21', '2015-06-12 00:00:00', '2014-06-11 21:18:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3980, 1937, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-06-12 07:24:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3981, 1999, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-06-12 07:39:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3982, 659549, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-12 11:34:39', '2015-06-12 00:00:00', '2014-06-12 11:34:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3983, 1684, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-12 14:57:54', '2015-06-12 00:00:00', '2014-06-12 14:57:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3984, 1492, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-06-13 00:00:00', '2014-06-13 08:05:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3985, 659550, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-13 09:29:43', '2015-06-13 00:00:00', '2014-06-13 09:29:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3986, 951, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2015-09-29 00:00:00', '2014-06-13 13:40:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3987, 1267, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-06-13 16:17:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3988, 1724, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-06-14 00:00:00', '2014-06-13 18:55:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3989, 1109, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-06-14 05:30:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3990, 659551, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-14 11:35:32', '2015-06-14 00:00:00', '2014-06-14 11:35:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3991, 2044, 3, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-06-14 13:39:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3992, 1154, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-06-14 00:00:00', '2014-06-14 16:44:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3993, 659552, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-15 17:38:26', '2015-06-16 00:00:00', '2014-06-15 17:38:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3994, 659553, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-06-16 00:00:00', '2014-06-16 09:19:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3995, 569823, 2, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-07-20 00:00:00', '2014-06-16 11:16:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3996, 659554, 13, 0, '150.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-16 13:37:22', '2015-06-16 00:00:00', '2014-06-16 13:37:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3997, 659555, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-16 17:47:56', '2015-06-17 00:00:00', '2014-06-16 17:47:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3998, 220, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-06-17 00:00:00', '2014-06-16 19:24:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (3999, 659556, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-06-17 00:00:00', '2014-06-17 09:24:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4000, 2435, 9, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-02-28 00:00:00', '2014-06-17 10:58:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4001, 659557, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-17 19:14:43', '2015-06-18 00:00:00', '2014-06-17 19:14:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4002, 765, 9, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-06-18 00:15:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4003, 344, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-06-18 00:00:00', '2014-06-18 03:37:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4004, 1503, 13, 0, '150.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-06-18 05:38:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4005, 462, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-06-18 00:00:00', '2014-06-18 15:29:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4006, 2184, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-06-19 00:00:00', '2014-06-18 18:52:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4007, 659558, 10, 0, '115.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-19 04:49:56', '2015-06-19 00:00:00', '2014-06-19 04:49:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4008, 659559, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-19 07:25:13', '2015-06-19 00:00:00', '2014-06-19 07:25:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4009, 659560, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-19 09:15:14', '2015-06-19 00:00:00', '2014-06-19 09:15:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4010, 1661, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-06-19 09:55:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4011, 1910, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-06-19 12:58:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4012, 107, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-06-19 15:56:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4013, 659561, 3, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-19 20:38:30', '2015-06-20 00:00:00', '2014-06-19 20:38:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4014, 1853, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-06-20 00:00:00', '2014-06-19 21:59:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4015, 723, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-06-20 07:44:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4016, 659562, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-20 11:31:27', '2015-06-20 00:00:00', '2014-06-20 11:31:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4017, 659563, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-20 13:44:53', '2015-06-20 00:00:00', '2014-06-20 13:44:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4018, 659564, 3, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-20 19:18:55', '2015-06-21 00:00:00', '2014-06-20 19:18:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4019, 2534, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-06-21 08:58:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4020, 659565, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-21 10:50:41', '2015-06-21 00:00:00', '2014-06-21 10:50:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4021, 659566, 4, 0, '50.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-21 18:08:39', '2015-06-22 00:00:00', '2014-06-21 18:08:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4022, 812, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-06-22 14:15:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4023, 659567, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-23 12:57:08', '2015-06-23 00:00:00', '2014-06-23 12:57:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4024, 659568, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-23 16:31:03', '2015-06-23 00:00:00', '2014-06-23 16:31:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4025, 659569, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-23 18:56:11', '2015-06-24 00:00:00', '2014-06-23 18:56:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4026, 659570, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-23 19:25:30', '2015-06-24 00:00:00', '2014-06-23 19:25:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4027, 2465, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-06-24 00:00:00', '2014-06-24 01:24:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4028, 659571, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-24 05:09:43', '2015-06-24 00:00:00', '2014-06-24 05:09:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4029, 659572, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-24 11:19:37', '2015-06-24 00:00:00', '2014-06-24 11:19:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4030, 659573, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-24 11:28:19', '2015-06-24 00:00:00', '2014-06-24 11:28:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4031, 2353, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-24 17:11:14', '2015-06-25 00:00:00', '2014-06-24 17:11:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4032, 1160, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-30 00:00:00', '2014-06-24 20:26:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4033, 853, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2015-08-30 00:00:00', '2014-06-25 11:46:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4034, 1964, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-06-25 12:32:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4035, 1493, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-06-25 12:35:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4036, 659574, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-25 13:56:08', '2015-06-25 00:00:00', '2014-06-25 13:56:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4037, 659575, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-25 14:00:41', '2015-06-25 00:00:00', '2014-06-25 14:00:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4038, 659576, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-25 15:08:29', '2015-06-25 00:00:00', '2014-06-25 15:08:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4039, 602, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-06-25 15:40:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4040, 659577, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-25 19:13:50', '2015-06-26 00:00:00', '2014-06-25 19:13:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4041, 1529, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-06-26 03:33:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4042, 2021, 17, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', NULL, '2014-06-26 08:46:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4043, 659578, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-26 10:59:43', '2015-06-26 00:00:00', '2014-06-26 10:59:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4044, 1242, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-29 00:00:00', '2014-06-26 13:51:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4045, 659579, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-26 18:01:32', '2015-06-27 00:00:00', '2014-06-26 18:01:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4046, 1765, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-06-27 10:38:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4047, 659580, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-27 17:28:46', '2015-06-28 00:00:00', '2014-06-27 17:28:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4048, 1595, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-30 00:00:00', '2014-06-27 18:25:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4049, 1460, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-30 00:00:00', '2014-06-27 18:40:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4050, 186, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-30 00:00:00', '2014-06-27 19:30:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4051, 64, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-27 22:14:58', '2015-06-28 00:00:00', '2014-06-27 22:14:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4052, 1223, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-06-28 00:00:00', '2014-06-28 10:02:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4053, 573, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-06-28 00:00:00', '2014-06-28 11:09:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4054, 2491, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-28 13:15:24', '2015-06-28 00:00:00', '2014-06-28 13:15:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4055, 659581, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-28 13:51:37', '2015-06-28 00:00:00', '2014-06-28 13:51:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4056, 419, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-06-28 00:00:00', '2014-06-28 16:39:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4057, 659582, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-28 17:42:41', '2015-06-29 00:00:00', '2014-06-28 17:42:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4058, 659583, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-29 14:21:17', '2015-06-29 00:00:00', '2014-06-29 14:21:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4059, 659584, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-30 08:17:09', '2015-06-30 00:00:00', '2014-06-30 08:17:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4060, 659585, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-30 12:40:02', '2015-06-30 00:00:00', '2014-06-30 12:40:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4061, 659586, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-06-30 00:00:00', '2014-06-30 14:22:49') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4062, 700, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-06-30 00:00:00', '2014-06-30 15:54:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4063, 659587, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-30 17:36:48', '2015-07-01 00:00:00', '2014-06-30 17:36:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4064, 659588, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-06-30 17:56:07', '2015-07-01 00:00:00', '2014-06-30 17:56:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4065, 811, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-07-01 00:00:00', '2014-06-30 18:46:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4066, 539, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-07-01 00:00:00', '2014-06-30 21:54:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4067, 2292, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-07-01 00:00:00', '2014-06-30 22:11:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4068, 659589, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-01 10:07:19', '2015-07-01 00:00:00', '2014-07-01 10:07:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4069, 520, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-07-01 00:00:00', '2014-07-01 12:20:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4070, 1162, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-07-01 00:00:00', '2014-07-01 12:22:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4071, 2326, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-01 13:21:19', '2015-07-01 00:00:00', '2014-07-01 13:21:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4072, 659590, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-02 11:41:09', '2015-07-02 00:00:00', '2014-07-02 11:41:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4073, 2186, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-07-02 13:15:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4074, 278, 9, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-07-02 16:26:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4075, 659591, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-02 17:21:02', '2015-07-03 00:00:00', '2014-07-02 17:21:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4076, 2532, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-07-03 00:00:00', '2014-07-02 20:35:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4077, 1459, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-07-03 00:00:00', '2014-07-03 02:05:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4078, 289, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-07-03 04:18:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4079, 454, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-07-03 10:01:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4080, 659592, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-03 10:21:03', '2015-07-03 00:00:00', '2014-07-03 10:21:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4081, 2581, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-07-03 11:56:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4082, 2134, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-07-03 00:00:00', '2014-07-03 12:01:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4083, 2347, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-07-03 00:00:00', '2014-07-03 12:31:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4084, 2452, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-07-03 12:57:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4085, 321, 3, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-31 00:00:00', '2014-07-03 18:47:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4086, 836, 10, 0, '115.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-04 04:30:19', '2015-07-04 00:00:00', '2014-07-04 04:30:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4087, 659593, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-04 07:25:32', '2015-07-04 00:00:00', '2014-07-04 07:25:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4088, 964, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-07-05 00:00:00', '2014-07-04 17:37:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4089, 659594, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-05 08:47:11', '2015-07-05 00:00:00', '2014-07-05 08:47:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4090, 2320, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-07-05 00:00:00', '2014-07-05 09:27:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4091, 659595, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-05 14:52:15', '2015-07-05 00:00:00', '2014-07-05 14:52:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4092, 659596, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-06 07:23:48', '2015-07-06 00:00:00', '2014-07-06 07:23:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4093, 659597, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-06 13:12:35', '2015-07-06 00:00:00', '2014-07-06 13:12:35') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4094, 659598, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-07 08:57:49', '2015-07-07 00:00:00', '2014-07-07 08:57:49') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4095, 2718, 13, 0, '150.00', '0.00', 0, '', 0, '0.00', 0, 'inactive', '2014-07-07 10:34:00', '2014-07-07 10:47:03', '2014-07-07 10:47:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4096, 2718, 16, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-07-07 00:00:00', '2014-07-07 10:47:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4097, 659599, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-07 14:34:16', '2015-07-07 00:00:00', '2014-07-07 14:34:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4098, 659600, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-07 20:10:33', '2015-07-08 00:00:00', '2014-07-07 20:10:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4099, 659601, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-08 10:18:15', '2015-07-08 00:00:00', '2014-07-08 10:18:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4100, 659602, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-08 12:37:50', '2015-07-08 00:00:00', '2014-07-08 12:37:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4101, 435, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-07-08 00:00:00', '2014-07-08 13:26:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4102, 659603, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-08 13:37:26', '2015-07-08 00:00:00', '2014-07-08 13:37:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4103, 659604, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-08 18:16:14', '2015-07-09 00:00:00', '2014-07-08 18:16:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4104, 659605, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-08 18:29:34', '2015-07-09 00:00:00', '2014-07-08 18:29:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4105, 659606, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-09 12:11:33', '2015-07-09 00:00:00', '2014-07-09 12:11:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4106, 715, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-07-09 00:00:00', '2014-07-09 15:34:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4107, 659607, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-10 07:00:29', '2015-07-10 00:00:00', '2014-07-10 07:00:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4108, 1156, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-07-10 00:00:00', '2014-07-10 07:36:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4109, 868, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-07-10 11:27:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4110, 2, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-06-04 00:00:00', '2014-07-10 11:48:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4111, 2798, 13, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-31 00:00:00', '2014-07-10 12:57:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4112, 659608, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-10 15:33:33', '2015-07-10 00:00:00', '2014-07-10 15:33:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4113, 690, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-10 17:47:59', '2015-07-11 00:00:00', '2014-07-10 17:47:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4114, 370, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-07-11 06:55:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4115, 659609, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-11 08:48:14', '2015-07-11 00:00:00', '2014-07-11 08:48:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4116, 1878, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-07-11 10:52:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4117, 1732, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-07-11 00:00:00', '2014-07-11 10:59:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4118, 1525, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-07-11 00:00:00', '2014-07-11 13:11:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4119, 1973, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-07-11 13:58:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4120, 659610, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-07-11 00:00:00', '2014-07-11 14:35:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4121, 2319, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-07-11 00:00:00', '2014-07-11 14:58:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4122, 335, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-07-12 16:33:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4123, 81, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-07-13 07:17:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4124, 659611, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-13 08:00:47', '2015-07-13 00:00:00', '2014-07-13 08:00:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4125, 659612, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-14 05:16:39', '2015-07-14 00:00:00', '2014-07-14 05:16:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4126, 2680, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-07-14 00:00:00', '2014-07-14 06:30:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4127, 659613, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-14 06:34:53', '2015-07-14 00:00:00', '2014-07-14 06:34:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4128, 659614, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-14 16:28:33', '2015-07-14 00:00:00', '2014-07-14 16:28:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4129, 659615, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-14 19:04:51', '2015-07-15 00:00:00', '2014-07-14 19:04:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4130, 2355, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-31 00:00:00', '2014-07-14 19:15:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4131, 659616, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-14 19:50:17', '2015-07-15 00:00:00', '2014-07-14 19:50:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4132, 1121, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-07-15 00:00:00', '2014-07-14 20:04:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4133, 659617, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-07-15 00:00:00', '2014-07-15 09:22:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4134, 659618, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-07-15 00:00:00', '2014-07-15 09:31:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4135, 659619, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-07-15 00:00:00', '2014-07-15 09:40:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4136, 659620, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-07-15 00:00:00', '2014-07-15 09:49:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4137, 659621, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-07-15 00:00:00', '2014-07-15 09:56:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4138, 966, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-07-15 00:00:00', '2014-07-15 09:59:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4139, 659622, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-07-15 00:00:00', '2014-07-15 10:04:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4140, 659623, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-15 13:01:06', '2015-07-15 00:00:00', '2014-07-15 13:01:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4141, 971, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-31 00:00:00', '2014-07-15 19:00:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4142, 659624, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-15 19:16:50', '2015-07-16 00:00:00', '2014-07-15 19:16:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4143, 659625, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-16 06:08:26', '2015-07-16 00:00:00', '2014-07-16 06:08:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4144, 659626, 16, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-07-16 00:00:00', '2014-07-16 11:04:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4145, 777, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-07-16 13:05:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4146, 659627, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-16 13:08:48', '2015-07-16 00:00:00', '2014-07-16 13:08:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4147, 659628, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-16 16:59:09', '2015-07-16 00:00:00', '2014-07-16 16:59:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4148, 659629, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-16 17:36:33', '2015-07-17 00:00:00', '2014-07-16 17:36:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4149, 659630, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-16 19:54:02', '2015-07-17 00:00:00', '2014-07-16 19:54:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4150, 659631, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-17 16:46:06', '2015-07-17 00:00:00', '2014-07-17 16:46:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4151, 659632, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-17 17:21:29', '2015-07-18 00:00:00', '2014-07-17 17:21:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4152, 184, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-07-18 00:00:00', '2014-07-18 15:02:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4153, 659633, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-18 16:33:46', '2015-07-18 00:00:00', '2014-07-18 16:33:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4154, 2117, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-07-19 00:00:00', '2014-07-19 13:55:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4155, 44, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-07-19 15:15:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4156, 2351, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-07-19 00:00:00', '2014-07-19 15:20:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4157, 659634, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-20 12:44:05', '2015-07-20 00:00:00', '2014-07-20 12:44:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4158, 89, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-07-20 00:00:00', '2014-07-20 13:23:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4159, 475, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-07-20 14:18:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4160, 659635, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-20 21:56:46', '2015-07-21 00:00:00', '2014-07-20 21:56:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4161, 659636, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-21 04:21:28', '2015-07-21 00:00:00', '2014-07-21 04:21:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4162, 659637, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-21 09:55:52', '2015-07-21 00:00:00', '2014-07-21 09:55:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4163, 659638, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-21 12:22:25', '2015-07-21 00:00:00', '2014-07-21 12:22:25') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4164, 659639, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-21 14:31:28', '2015-07-21 00:00:00', '2014-07-21 14:31:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4165, 2469, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-07-21 15:43:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4166, 142, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-07-21 16:20:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4167, 659640, 3, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'inactive', '0000-00-00 00:00:00', '2014-08-15 09:48:50', '2014-08-15 09:48:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4168, 659641, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-07-22 00:00:00', '2014-07-22 09:55:09') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4169, 659643, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-22 10:05:55', '2015-07-22 00:00:00', '2014-07-22 10:05:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4170, 659642, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-07-22 00:00:00', '2014-07-22 10:07:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4171, 659644, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-07-22 00:00:00', '2014-07-22 10:16:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4172, 659645, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-07-22 00:00:00', '2014-07-22 10:23:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4173, 1293, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-07-22 10:54:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4174, 659646, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-22 17:40:01', '2015-07-23 00:00:00', '2014-07-22 17:40:01') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4175, 659647, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-22 20:20:43', '2015-07-23 00:00:00', '2014-07-22 20:20:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4176, 659648, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-23 07:15:07', '2015-07-23 00:00:00', '2014-07-23 07:15:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4177, 2412, 12, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-07-31 00:00:00', '2014-07-23 08:53:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4178, 659649, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-23 12:47:37', '2015-07-23 00:00:00', '2014-07-23 12:47:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4179, 659650, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-23 13:50:29', '2015-07-23 00:00:00', '2014-07-23 13:50:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4180, 601, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-06-30 00:00:00', '2015-07-24 00:00:00', '2014-07-24 09:23:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4181, 45, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-07-24 16:56:49') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4182, 659651, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-24 21:08:10', '2015-07-25 00:00:00', '2014-07-24 21:08:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4183, 659652, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-25 17:21:46', '2015-07-26 00:00:00', '2014-07-25 17:21:46') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4184, 2236, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-31 00:00:00', '2014-07-25 19:28:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4185, 34, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-09-30 00:00:00', '2015-09-29 00:00:00', '2014-07-26 09:42:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4186, 659653, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-26 12:01:58', '2015-07-26 00:00:00', '2014-07-26 12:01:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4187, 1589, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-07-26 14:44:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4188, 1786, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-07-28 12:27:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4189, 2523, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-07-28 13:55:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4190, 659654, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-28 13:57:03', '2015-07-28 00:00:00', '2014-07-28 13:57:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4191, 1995, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2015-07-28 00:00:00', '2014-07-28 16:31:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4192, 1048, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-07-29 00:00:00', '2014-07-28 19:54:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4193, 1356, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-07-29 00:00:00', '2014-07-29 08:58:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4194, 1685, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-07-29 12:52:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4195, 2072, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-07-29 00:00:00', '2014-07-29 13:40:18') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4196, 659655, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-29 19:56:29', '2015-07-30 00:00:00', '2014-07-29 19:56:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4197, 1686, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-30 00:00:00', '2014-07-30 07:11:29') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4198, 659656, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-30 13:11:08', '2015-07-30 00:00:00', '2014-07-30 13:11:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4199, 659657, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-30 14:59:22', '2015-07-30 00:00:00', '2014-07-30 14:59:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4200, 521, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-31 00:00:00', '2014-07-30 17:44:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4201, 659658, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-07-31 00:00:00', '2014-07-31 08:35:36') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4202, 659659, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-07-31 00:00:00', '2014-07-31 08:48:11') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4203, 1465, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-31 00:00:00', '2014-07-31 09:38:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4204, 659660, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-31 12:13:51', '2015-07-31 00:00:00', '2014-07-31 12:13:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4205, 1551, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-07-31 00:00:00', '2014-07-31 16:51:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4206, 659661, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-07-31 19:42:15', '2015-08-01 00:00:00', '2014-07-31 19:42:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4207, 659662, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-01 06:15:30', '2015-08-01 00:00:00', '2014-08-01 06:15:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4208, 659663, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-01 09:02:58', '2015-08-01 00:00:00', '2014-08-01 09:02:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4209, 659664, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-01 10:00:42', '2015-08-01 00:00:00', '2014-08-01 10:00:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4210, 842, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-04-30 00:00:00', '2015-08-01 00:00:00', '2014-08-01 14:32:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4211, 659665, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-01 16:58:42', '2015-08-01 00:00:00', '2014-08-01 16:58:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4212, 1359, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-08-02 00:00:00', '2014-08-02 12:24:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4213, 1122, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-08-02 00:00:00', '2014-08-02 15:12:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4214, 659666, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-03 06:40:54', '2015-08-03 00:00:00', '2014-08-03 06:40:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4215, 659667, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-03 15:43:24', '2015-08-03 00:00:00', '2014-08-03 15:43:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4216, 163, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-08-04 00:00:00', '2014-08-04 08:28:55') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4217, 659668, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-08-04 00:00:00', '2014-08-04 10:42:59') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4218, 659669, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-08-04 00:00:00', '2014-08-04 10:50:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4219, 659670, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-08-04 00:00:00', '2014-08-04 10:58:21') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4220, 659671, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-08-04 00:00:00', '2014-08-04 11:04:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4221, 659672, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-04 18:36:50', '2015-08-05 00:00:00', '2014-08-04 18:36:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4222, 659673, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-04 19:24:49', '2015-08-05 00:00:00', '2014-08-04 19:24:49') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4223, 659674, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-05 08:30:19', '2015-08-05 00:00:00', '2014-08-05 08:30:19') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4224, 1092, 17, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', NULL, '2014-08-05 09:30:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4225, 2058, 17, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', NULL, '2014-08-05 09:31:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4226, 659675, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-05 17:26:13', '2015-08-06 00:00:00', '2014-08-05 17:26:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4227, 659676, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-06 08:28:51', '2015-08-06 00:00:00', '2014-08-06 08:28:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4228, 659677, 2, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-08-31 00:00:00', '2014-08-06 11:03:05') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4229, 659678, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-06 11:05:31', '2015-08-06 00:00:00', '2014-08-06 11:05:31') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4230, 2622, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2014-10-31 00:00:00', '2014-08-06 11:34:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4231, 870, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-08-06 00:00:00', '2014-08-06 12:09:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4232, 2728, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-12-19 00:00:00', '2014-08-06 16:12:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4233, 2448, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-03-31 00:00:00', '2015-08-07 00:00:00', '2014-08-07 08:36:22') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4234, 1091, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-08-07 00:00:00', '2014-08-07 09:18:39') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4235, 659679, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-08-31 00:00:00', '2014-08-07 09:37:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4236, 1244, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2015-08-30 00:00:00', '2014-08-07 11:16:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4237, 1430, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2016-02-28 00:00:00', '2014-08-07 11:45:03') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4238, 1629, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2015-08-30 00:00:00', '2014-08-07 12:12:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4239, 659680, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-07 13:28:40', '2015-08-30 00:00:00', '2014-08-08 10:32:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4240, 183, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2016-02-28 00:00:00', '2014-08-08 10:29:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4241, 659681, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'inactive', '2014-08-07 16:11:39', '2014-08-08 12:42:04', '2014-08-08 12:42:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4242, 322, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-07 16:38:59', '2015-08-31 00:00:00', '2014-08-08 10:34:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4243, 659682, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-07 21:18:58', '2015-08-31 00:00:00', '2014-08-08 10:33:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4244, 2110, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2015-08-30 00:00:00', '2014-08-08 05:33:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4245, 1305, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2015-08-30 00:00:00', '2014-08-08 08:32:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4246, 2635, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-03-31 00:00:00', '2014-08-08 09:16:15') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4247, 2136, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2015-08-30 00:00:00', '2014-08-08 11:49:23') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4248, 659683, 9, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-08 12:38:41', '2015-08-31 00:00:00', '2014-08-11 09:24:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4249, 851, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2015-08-30 00:00:00', '2014-08-08 12:50:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4250, 659684, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-08 14:42:29', '2015-08-31 00:00:00', '2014-08-11 09:23:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4251, 659685, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-08 16:58:54', '2015-08-31 00:00:00', '2014-08-11 09:22:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4252, 586, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2015-08-30 00:00:00', '2014-08-09 05:41:07') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4253, 659686, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-09 09:11:42', '2015-08-31 00:00:00', '2014-08-11 09:20:32') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4254, 659687, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-09 11:56:17', '2015-08-31 00:00:00', '2014-08-11 09:19:44') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4255, 659688, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-10 13:09:29', '2015-08-31 00:00:00', '2014-08-11 09:18:47') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4256, 659689, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-10 17:57:04', '2015-08-31 00:00:00', '2014-08-11 09:17:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4257, 1433, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2015-08-30 00:00:00', '2014-08-11 09:18:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4258, 659690, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-11 09:33:02', '2015-08-31 00:00:00', '2014-08-11 09:37:38') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4259, 659691, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-11 13:36:41', '2015-08-11 00:00:00', '2014-08-11 13:36:41') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4260, 659692, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-11 15:06:04', '2015-08-11 00:00:00', '2014-08-11 15:06:04') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4261, 659693, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-11 18:23:10', '2015-08-12 00:00:00', '2014-08-11 18:23:10') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4262, 659694, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-11 20:36:45', '2015-08-12 00:00:00', '2014-08-11 20:36:45') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4263, 659695, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-12 10:56:53', '2015-08-12 00:00:00', '2014-08-12 10:56:53') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4264, 1039, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-08-31 00:00:00', '2014-08-13 10:27:37') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4265, 659696, 3, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-12 16:47:21', '2015-08-31 00:00:00', '2014-08-13 10:30:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4266, 1837, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2015-08-31 00:00:00', '2014-08-12 19:06:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4267, 2538, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-08-31 00:00:00', '2014-08-13 10:31:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4268, 659697, 17, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', NULL, '2014-08-13 10:25:51') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4269, 659698, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-13 10:43:49', '2015-08-31 00:00:00', '2014-08-13 11:24:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4270, 784, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2015-08-30 00:00:00', '2014-08-13 13:54:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4271, 237, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-08-31 00:00:00', '2014-08-14 09:29:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4272, 1879, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-08-31 00:00:00', '2014-08-14 09:30:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4273, 2135, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2015-08-30 00:00:00', '2014-08-13 15:56:13') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4274, 2356, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2015-08-30 00:00:00', '2014-08-13 16:53:24') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4275, 1511, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-08-31 00:00:00', '2014-08-14 09:34:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4276, 1265, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-08-31 00:00:00', '2014-08-14 09:35:02') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4277, 659699, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-14 12:04:56', '2015-08-14 00:00:00', '2014-08-14 12:04:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4278, 1031, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2016-02-28 00:00:00', '2014-08-15 09:03:30') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4279, 659700, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-14 16:47:14', '2015-08-14 00:00:00', '2014-08-14 16:47:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4280, 2559, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2015-08-31 00:00:00', '2014-08-14 20:44:00') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4281, 659701, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-08-31 00:00:00', '2014-08-15 08:50:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4282, 659702, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-08-31 00:00:00', '2014-08-15 08:57:28') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4283, 659640, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-07-22 00:00:00', '2014-08-15 09:48:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4284, 659703, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-15 12:28:06', '2015-08-15 00:00:00', '2014-08-15 12:28:06') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4285, 659704, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-15 13:03:52', '2015-08-15 00:00:00', '2014-08-15 13:03:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4286, 659705, 4, 0, '50.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-15 14:51:40', '2015-08-31 00:00:00', '2014-08-18 09:38:12') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4287, 1224, 2, 0, '40.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-08-15 00:00:00', '2014-08-15 15:24:08') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4288, 58, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-08-31 00:00:00', '2014-08-18 09:41:26') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4289, 2318, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-05-31 00:00:00', '2015-08-30 00:00:00', '2014-08-18 09:42:34') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4290, 989, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-02-28 00:00:00', '2016-02-28 00:00:00', '2014-08-18 09:52:40') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4291, 1025, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-08-31 00:00:00', '2014-08-18 09:44:52') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4292, 659706, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-17 16:16:27', '2015-08-17 00:00:00', '2014-08-17 16:16:27') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4293, 1434, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2015-08-30 00:00:00', '2014-08-17 16:20:17') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4294, 659707, 5, 0, '30.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-17 23:24:58', '2015-08-18 00:00:00', '2014-08-17 23:24:58') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4295, 659708, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-18 09:47:20', '2015-08-18 00:00:00', '2014-08-18 09:47:20') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4296, 659709, 4, 0, '50.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-18 10:45:28', '2015-08-31 00:00:00', '2014-08-18 11:35:14') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4297, 659710, 4, 0, '50.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-18 11:08:01', '2015-08-31 00:00:00', '2014-08-18 11:33:42') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4298, 2164, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2015-08-30 00:00:00', '2014-08-18 11:45:16') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4299, 659711, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-18 12:38:25', '2015-08-31 00:00:00', '2014-08-18 13:30:57') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4300, 814, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-08-31 00:00:00', '2015-08-30 00:00:00', '2014-08-18 12:59:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4301, 1361, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2013-07-31 00:00:00', '2015-08-31 00:00:00', '2014-08-19 10:29:48') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4302, 659712, 3, 0, '55.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-18 14:05:30', '2015-08-31 00:00:00', '2014-08-19 10:31:50') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4303, 659713, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-18 14:42:29', '2015-08-31 00:00:00', '2014-08-19 10:32:54') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4304, 659714, 12, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-01-31 00:00:00', '2014-08-19 11:02:33') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4305, 1074, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-08-31 00:00:00', '2014-08-19 11:18:56') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4306, 659715, 1, 0, '0.00', '0.00', 0, 'Month', 0, '0.00', 0, 'active', '0000-00-00 00:00:00', '2015-08-31 00:00:00', '2014-08-19 11:32:43') ; 
INSERT INTO `wp_pmpro_memberships_users` VALUES (4307, 1291, 1, 0, '45.00', '0.00', 0, '', 0, '0.00', 0, 'active', '2014-08-19 14:40:54', '2015-08-19 00:00:00', '2014-08-19 14:40:54') ;
#
# End of data contents of table `wp_pmpro_memberships_users`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_postmeta`
# --------------------------------------------------------


#
# Delete any existing table `wp_postmeta`
#

DROP TABLE IF EXISTS `wp_postmeta`;


#
# Table structure of table `wp_postmeta`
#

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`)
) ENGINE=MyISAM AUTO_INCREMENT=8113 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC ;

#
# Data contents of table `wp_postmeta`
#
 
INSERT INTO `wp_postmeta` VALUES (1, 3, '_edit_lock', '1404835153:2') ; 
INSERT INTO `wp_postmeta` VALUES (2, 3, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3, 3, '_wp_page_template', 'page-home.php') ; 
INSERT INTO `wp_postmeta` VALUES (4, 6, '_edit_lock', '1404835188:2') ; 
INSERT INTO `wp_postmeta` VALUES (5, 6, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6, 6, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (5136, 4629, '_wpsc_price', '7.5') ; 
INSERT INTO `wp_postmeta` VALUES (5135, 4629, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (10, 10, '_edit_lock', '1383792199:1') ; 
INSERT INTO `wp_postmeta` VALUES (11, 10, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (12, 10, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (13, 12, '_edit_lock', '1408467580:2') ; 
INSERT INTO `wp_postmeta` VALUES (14, 12, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (15, 12, '_wp_page_template', 'page-full-width.php') ; 
INSERT INTO `wp_postmeta` VALUES (16, 14, '_edit_lock', '1395169567:2') ; 
INSERT INTO `wp_postmeta` VALUES (17, 14, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (18, 14, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (19, 17, '_edit_lock', '1396992659:2') ; 
INSERT INTO `wp_postmeta` VALUES (20, 17, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (21, 17, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (22, 20, '_edit_lock', '1383773671:1') ; 
INSERT INTO `wp_postmeta` VALUES (23, 20, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (24, 20, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (25, 22, '_edit_lock', '1401829181:25759') ; 
INSERT INTO `wp_postmeta` VALUES (26, 22, '_edit_last', '25759') ; 
INSERT INTO `wp_postmeta` VALUES (27, 22, '_wp_page_template', 'page-full-width.php') ; 
INSERT INTO `wp_postmeta` VALUES (851, 984, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:2:"85";s:6:"height";s:2:"85";s:14:"hwstring_small";s:22:"height=\'85\' width=\'85\'";s:4:"file";s:8:"lewa.gif";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (850, 984, '_wp_attached_file', 'lewa.gif') ; 
INSERT INTO `wp_postmeta` VALUES (56, 69, '_wp_page_template', 'page-job-posting.php') ; 
INSERT INTO `wp_postmeta` VALUES (36, 29, '_edit_lock', '1245125072') ; 
INSERT INTO `wp_postmeta` VALUES (37, 29, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (41, 29, '_wp_old_slug', 'electronice-voting-now-open') ; 
INSERT INTO `wp_postmeta` VALUES (47, 3, 'homepage_callout', 'AAZK is a nonprofit volunteer organization (U.S. 501c3) made up of professional zoo keepers and other interested persons dedicated to professional animal care and conservation.') ; 
INSERT INTO `wp_postmeta` VALUES (48, 6, 'menu', 'about') ; 
INSERT INTO `wp_postmeta` VALUES (49, 12, 'menu', 'committees') ; 
INSERT INTO `wp_postmeta` VALUES (50, 14, 'menu', 'about') ; 
INSERT INTO `wp_postmeta` VALUES (51, 10, 'menu', 'career') ; 
INSERT INTO `wp_postmeta` VALUES (5134, 4629, '_edit_lock', '1394821365:2') ; 
INSERT INTO `wp_postmeta` VALUES (53, 22, 'menu', 'contact') ; 
INSERT INTO `wp_postmeta` VALUES (54, 69, '_edit_lock', '1389639858:25759') ; 
INSERT INTO `wp_postmeta` VALUES (55, 69, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (57, 72, '_edit_lock', '1383792130:1') ; 
INSERT INTO `wp_postmeta` VALUES (58, 72, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (59, 72, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (60, 72, 'menu', 'career') ; 
INSERT INTO `wp_postmeta` VALUES (61, 75, '_edit_lock', '1370963644') ; 
INSERT INTO `wp_postmeta` VALUES (62, 75, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (63, 75, 'menu', 'career') ; 
INSERT INTO `wp_postmeta` VALUES (64, 75, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (65, 82, '_edit_lock', '1396992684:2') ; 
INSERT INTO `wp_postmeta` VALUES (66, 82, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (67, 82, 'menu', 'career') ; 
INSERT INTO `wp_postmeta` VALUES (68, 82, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (69, 88, '_edit_lock', '1316901342') ; 
INSERT INTO `wp_postmeta` VALUES (70, 88, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (71, 88, 'menu', 'career') ; 
INSERT INTO `wp_postmeta` VALUES (72, 88, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (73, 95, '_edit_lock', '1302786628') ; 
INSERT INTO `wp_postmeta` VALUES (74, 95, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (75, 95, 'menu', 'career') ; 
INSERT INTO `wp_postmeta` VALUES (76, 95, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (77, 98, '_edit_lock', '1302784890') ; 
INSERT INTO `wp_postmeta` VALUES (78, 98, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (79, 98, 'menu', 'career') ; 
INSERT INTO `wp_postmeta` VALUES (80, 98, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (81, 102, '_edit_lock', '1383793294:1') ; 
INSERT INTO `wp_postmeta` VALUES (82, 102, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (83, 102, 'menu', 'career') ; 
INSERT INTO `wp_postmeta` VALUES (84, 102, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (85, 106, '_edit_lock', '1382485437:1') ; 
INSERT INTO `wp_postmeta` VALUES (86, 106, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (87, 106, 'menu', 'career') ; 
INSERT INTO `wp_postmeta` VALUES (88, 106, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (89, 112, '_edit_lock', '1382485429:1') ; 
INSERT INTO `wp_postmeta` VALUES (90, 112, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (91, 112, 'menu', 'career') ; 
INSERT INTO `wp_postmeta` VALUES (92, 112, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (93, 116, '_edit_lock', '1383083001:1') ; 
INSERT INTO `wp_postmeta` VALUES (94, 116, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (95, 116, 'menu', 'career') ; 
INSERT INTO `wp_postmeta` VALUES (96, 116, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (97, 120, '_edit_lock', '1243378690') ; 
INSERT INTO `wp_postmeta` VALUES (98, 120, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (99, 120, 'menu', 'career') ; 
INSERT INTO `wp_postmeta` VALUES (100, 120, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (101, 125, '_edit_lock', '1340243051') ; 
INSERT INTO `wp_postmeta` VALUES (102, 125, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (103, 125, 'menu', 'career') ; 
INSERT INTO `wp_postmeta` VALUES (104, 125, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (105, 20, 'menu', 'links') ; 
INSERT INTO `wp_postmeta` VALUES (107, 134, '_wp_attached_file', 'zookeeper_week.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (108, 134, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"350";s:6:"height";s:3:"215";s:14:"hwstring_small";s:23:"height=\'78\' width=\'128\'";s:4:"file";s:18:"zookeeper_week.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"zookeeper_week-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:26:"zookeeper_week-300x184.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"184";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (110, 136, '_edit_lock', '1369946247') ; 
INSERT INTO `wp_postmeta` VALUES (111, 136, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (112, 136, 'menu', 'about') ; 
INSERT INTO `wp_postmeta` VALUES (113, 136, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (114, 153, '_edit_lock', '1383776160:1') ; 
INSERT INTO `wp_postmeta` VALUES (115, 153, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (116, 153, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (117, 153, 'menu', 'committees') ; 
INSERT INTO `wp_postmeta` VALUES (122, 160, '_edit_lock', '1372780918') ; 
INSERT INTO `wp_postmeta` VALUES (123, 160, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (124, 160, 'menu', 'committees') ; 
INSERT INTO `wp_postmeta` VALUES (125, 160, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (126, 163, '_edit_lock', '1408389983:2') ; 
INSERT INTO `wp_postmeta` VALUES (127, 163, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (128, 163, 'menu', 'committees') ; 
INSERT INTO `wp_postmeta` VALUES (129, 163, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (130, 168, '_edit_lock', '1408465859:2') ; 
INSERT INTO `wp_postmeta` VALUES (131, 168, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (132, 168, 'menu', 'bfr') ; 
INSERT INTO `wp_postmeta` VALUES (133, 168, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (134, 171, '_edit_lock', '1397589914:25759') ; 
INSERT INTO `wp_postmeta` VALUES (135, 171, '_edit_last', '25759') ; 
INSERT INTO `wp_postmeta` VALUES (136, 171, 'menu', 'committees') ; 
INSERT INTO `wp_postmeta` VALUES (137, 171, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (138, 173, '_edit_lock', '1399912023:2') ; 
INSERT INTO `wp_postmeta` VALUES (139, 173, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (140, 173, 'menu', 'committees') ; 
INSERT INTO `wp_postmeta` VALUES (141, 173, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (2346, 757, 'reminder_thumbnail', '') ; 
INSERT INTO `wp_postmeta` VALUES (615, 757, '_rc_cwp_write_panel_id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (614, 757, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (146, 178, '_edit_lock', '1396989657:2') ; 
INSERT INTO `wp_postmeta` VALUES (147, 178, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (148, 178, 'menu', 'committees') ; 
INSERT INTO `wp_postmeta` VALUES (149, 178, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (150, 182, '_edit_lock', '1408467785:2') ; 
INSERT INTO `wp_postmeta` VALUES (151, 182, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (152, 182, 'menu', 'committees') ; 
INSERT INTO `wp_postmeta` VALUES (153, 182, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (154, 192, '_edit_lock', '1391626983:2') ; 
INSERT INTO `wp_postmeta` VALUES (155, 192, '_edit_last', '25759') ; 
INSERT INTO `wp_postmeta` VALUES (156, 192, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (157, 192, 'menu', 'committees') ; 
INSERT INTO `wp_postmeta` VALUES (158, 200, '_edit_lock', '1407167245:2') ; 
INSERT INTO `wp_postmeta` VALUES (159, 200, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (160, 200, 'menu', 'akf') ; 
INSERT INTO `wp_postmeta` VALUES (161, 200, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (1029, 1308, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"497";s:6:"height";s:3:"497";s:14:"hwstring_small";s:22:"height=\'96\' width=\'96\'";s:4:"file";s:20:"bfr_logo_497x497.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"bfr_logo_497x497-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:28:"bfr_logo_497x497-300x300.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1027, 991, 'menu', 'bfr') ; 
INSERT INTO `wp_postmeta` VALUES (166, 207, '_wp_attached_file', 'grant_blood_typing.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (167, 207, '_wp_attachment_metadata', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (168, 210, '_wp_attached_file', 'grant_project_penguin.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (169, 210, '_wp_attachment_metadata', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (170, 211, '_wp_attached_file', 'grant_river_otter_survey.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (171, 211, '_wp_attachment_metadata', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (172, 212, '_wp_attached_file', 'grant_amphibian_keeper_course.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (173, 212, '_wp_attachment_metadata', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (174, 214, '_wp_attached_file', 'grant_awards-_2008.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (175, 214, '_wp_attachment_metadata', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (176, 215, '_wp_attached_file', 'research_grant_database.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (177, 215, '_wp_attachment_metadata', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (178, 217, '_wp_attached_file', 'what_is_animal_training.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (179, 217, '_wp_attachment_metadata', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (180, 218, '_wp_attached_file', 'health_and_safety_considerations.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (181, 218, '_wp_attachment_metadata', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (182, 219, '_wp_attached_file', 'training_enrichment_bibliography.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (183, 219, '_wp_attachment_metadata', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (184, 220, '_wp_attached_file', 'training_terms_glossary.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (185, 220, '_wp_attachment_metadata', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (186, 221, '_wp_attached_file', 'aazk_animal_data_transfer.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (187, 221, '_wp_attachment_metadata', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (188, 222, '_wp_attached_file', 'risk_assessment_and_safety.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (189, 222, '_wp_attachment_metadata', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (190, 224, '_edit_lock', '1393519604:25759') ; 
INSERT INTO `wp_postmeta` VALUES (191, 224, '_edit_last', '25759') ; 
INSERT INTO `wp_postmeta` VALUES (192, 224, 'menu', 'committees') ; 
INSERT INTO `wp_postmeta` VALUES (193, 224, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (194, 230, '_wp_attached_file', '2008_awards_recipients.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (195, 230, '_wp_attachment_metadata', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (196, 232, '_edit_lock', '1382981608:1') ; 
INSERT INTO `wp_postmeta` VALUES (197, 232, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (198, 232, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (199, 239, '_edit_lock', '1382979552:1') ; 
INSERT INTO `wp_postmeta` VALUES (200, 239, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (201, 239, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (202, 244, '_edit_lock', '1382980422:1') ; 
INSERT INTO `wp_postmeta` VALUES (203, 244, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (204, 244, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (205, 247, '_edit_lock', '1382980738:1') ; 
INSERT INTO `wp_postmeta` VALUES (206, 247, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (207, 247, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (208, 250, '_edit_lock', '1382980832:1') ; 
INSERT INTO `wp_postmeta` VALUES (209, 250, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (210, 250, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (211, 254, '_edit_lock', '1382981078:1') ; 
INSERT INTO `wp_postmeta` VALUES (212, 254, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (213, 254, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (214, 258, '_edit_lock', '1382981170:1') ; 
INSERT INTO `wp_postmeta` VALUES (215, 258, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (216, 258, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (217, 261, '_edit_lock', '1385055966:2') ; 
INSERT INTO `wp_postmeta` VALUES (218, 261, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (219, 261, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (244, 292, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (243, 292, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (242, 292, '_edit_lock', '1404834124:2') ; 
INSERT INTO `wp_postmeta` VALUES (224, 267, '_edit_lock', '1381878533:1') ; 
INSERT INTO `wp_postmeta` VALUES (225, 267, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (226, 267, 'menu', 'akf') ; 
INSERT INTO `wp_postmeta` VALUES (227, 267, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (228, 269, '_wp_attached_file', 'aazk_photo_model_release.doc') ; 
INSERT INTO `wp_postmeta` VALUES (229, 269, '_wp_attachment_metadata', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (230, 270, '_wp_attached_file', 'aazk_photo_model_release.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (231, 270, '_wp_attachment_metadata', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (232, 275, '_edit_lock', '1273402224') ; 
INSERT INTO `wp_postmeta` VALUES (233, 275, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (234, 275, 'menu', 'links') ; 
INSERT INTO `wp_postmeta` VALUES (235, 275, '_wp_page_template', 'institutions.php') ; 
INSERT INTO `wp_postmeta` VALUES (4931, 4552, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1800;s:6:"height";i:421;s:4:"file";s:12:"banner-8.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"banner-8-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:19:"banner-8-300x70.jpg";s:5:"width";i:300;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"banner-8-1024x239.jpg";s:5:"width";i:1024;s:6:"height";i:239;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:19:"banner-8-190x44.jpg";s:5:"width";i:190;s:6:"height";i:44;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"banner-8-31x7.jpg";s:5:"width";i:31;s:6:"height";i:7;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"banner-8-38x8.jpg";s:5:"width";i:38;s:6:"height";i:8;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:19:"banner-8-425x99.jpg";s:5:"width";i:425;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:19:"banner-8-190x44.jpg";s:5:"width";i:190;s:6:"height";i:44;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"banner-8-128x29.jpg";s:5:"width";i:128;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:20:"banner-8-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:20:"banner-8-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"banner-8-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:21:"banner-8-1800x421.jpg";s:5:"width";i:1800;s:6:"height";i:421;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4930, 4552, '_wp_attached_file', 'banner-8.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4929, 4551, '_edit_lock', '1393518997:25759') ; 
INSERT INTO `wp_postmeta` VALUES (240, 280, '_wp_attached_file', 'keeperlogo.gif') ; 
INSERT INTO `wp_postmeta` VALUES (241, 280, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"124";s:6:"height";s:3:"126";s:14:"hwstring_small";s:22:"height=\'96\' width=\'94\'";s:4:"file";s:14:"keeperlogo.gif";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (245, 292, 'menu', 'bfr') ; 
INSERT INTO `wp_postmeta` VALUES (246, 299, '_wp_attached_file', 'lewa_sample_journey.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (247, 299, '_wp_attachment_metadata', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (1028, 1308, '_wp_attached_file', 'bfr_logo_497x497.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (248, 301, '_wp_attached_file', 'lewa_capital_request_2008.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (249, 301, '_wp_attachment_metadata', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (250, 303, '_edit_lock', '1391625394:25759') ; 
INSERT INTO `wp_postmeta` VALUES (251, 303, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (252, 303, 'menu', 'committees') ; 
INSERT INTO `wp_postmeta` VALUES (253, 303, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (254, 309, '_edit_lock', '1391624521:2') ; 
INSERT INTO `wp_postmeta` VALUES (255, 309, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (256, 309, 'menu', 'committees') ; 
INSERT INTO `wp_postmeta` VALUES (257, 309, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (262, 324, '_edit_lock', '1391626813:25759') ; 
INSERT INTO `wp_postmeta` VALUES (263, 324, '_edit_last', '25759') ; 
INSERT INTO `wp_postmeta` VALUES (264, 324, 'menu', 'committees') ; 
INSERT INTO `wp_postmeta` VALUES (265, 324, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (266, 356, '_edit_lock', '1245980167') ; 
INSERT INTO `wp_postmeta` VALUES (267, 356, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (269, 358, '_wp_attached_file', 'akf_awards_2008.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (270, 358, '_wp_attachment_metadata', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (271, 359, '_edit_lock', '1245981298') ; 
INSERT INTO `wp_postmeta` VALUES (272, 359, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (274, 361, '_edit_lock', '1245980679') ; 
INSERT INTO `wp_postmeta` VALUES (275, 361, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (286, 372, '_wp_attached_file', 'arial-view-of-lion-exhibit.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (287, 372, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1200";s:6:"height";s:3:"900";s:14:"hwstring_small";s:23:"height=\'96\' width=\'128\'";s:4:"file";s:30:"arial-view-of-lion-exhibit.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:38:"arial-view-of-lion-exhibit-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:38:"arial-view-of-lion-exhibit-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}s:5:"large";a:3:{s:4:"file";s:39:"arial-view-of-lion-exhibit-1024x768.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:8:"DSC-W300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1235847072";s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"13.1";s:3:"iso";s:3:"125";s:13:"shutter_speed";s:5:"0.001";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (293, 378, '_wp_attached_file', 'header_training_tails.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (294, 378, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"317";s:6:"height";s:2:"68";s:14:"hwstring_small";s:23:"height=\'27\' width=\'128\'";s:4:"file";s:25:"header_training_tails.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:32:"header_training_tails-150x68.jpg";s:5:"width";s:3:"150";s:6:"height";s:2:"68";}s:6:"medium";a:3:{s:4:"file";s:32:"header_training_tails-300x64.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"64";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (298, 383, '_wp_attached_file', 'hooding-ostrich.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (299, 383, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1200";s:6:"height";s:3:"900";s:14:"hwstring_small";s:23:"height=\'96\' width=\'128\'";s:4:"file";s:19:"hooding-ostrich.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"hooding-ostrich-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:27:"hooding-ostrich-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}s:5:"large";a:3:{s:4:"file";s:28:"hooding-ostrich-1024x768.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (836, 965, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (835, 965, '_edit_lock', '1262373637') ; 
INSERT INTO `wp_postmeta` VALUES (307, 391, '_wp_attached_file', 'geriatric_cover.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (308, 391, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"383";s:6:"height";s:3:"255";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:19:"geriatric_cover.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"geriatric_cover-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:27:"geriatric_cover-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (311, 395, '_edit_lock', '1396988957:2') ; 
INSERT INTO `wp_postmeta` VALUES (312, 395, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (313, 395, 'menu', 'contact') ; 
INSERT INTO `wp_postmeta` VALUES (314, 395, '_wp_page_template', 'page-full-width.php') ; 
INSERT INTO `wp_postmeta` VALUES (613, 757, '_edit_lock', '1369930704') ; 
INSERT INTO `wp_postmeta` VALUES (1387, 1776, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1386, 1776, '_edit_lock', '1288706515') ; 
INSERT INTO `wp_postmeta` VALUES (693, 791, '_wp_attached_file', 'aazkcmcdlogo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1285, 1675, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"150";s:6:"height";s:2:"92";s:14:"hwstring_small";s:23:"height=\'78\' width=\'128\'";s:4:"file";s:15:"sdaazk_conf.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1284, 1675, '_wp_attached_file', 'sdaazk_conf.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (342, 415, '_edit_lock', '1387211571:2') ; 
INSERT INTO `wp_postmeta` VALUES (343, 415, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (344, 415, 'menu', 'jobs') ; 
INSERT INTO `wp_postmeta` VALUES (345, 415, '_wp_page_template', 'page-job-posting.php') ; 
INSERT INTO `wp_postmeta` VALUES (346, 69, 'menu', 'jobs') ; 
INSERT INTO `wp_postmeta` VALUES (6315, 5131, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:350;s:6:"height";i:166;s:4:"file";s:9:"Haven.gif";s:5:"sizes";a:10:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"Haven-150x150.gif";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/gif";}s:6:"medium";a:4:{s:4:"file";s:17:"Haven-300x142.gif";s:5:"width";i:300;s:6:"height";i:142;s:9:"mime-type";s:9:"image/gif";}s:18:"product-thumbnails";a:4:{s:4:"file";s:16:"Haven-190x90.gif";s:5:"width";i:190;s:6:"height";i:90;s:9:"mime-type";s:9:"image/gif";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:15:"Haven-31x14.gif";s:5:"width";i:31;s:6:"height";i:14;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:15:"Haven-38x18.gif";s:5:"width";i:38;s:6:"height";i:18;s:9:"mime-type";s:9:"image/gif";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:16:"Haven-190x90.gif";s:5:"width";i:190;s:6:"height";i:90;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:16:"Haven-128x60.gif";s:5:"width";i:128;s:6:"height";i:60;s:9:"mime-type";s:9:"image/gif";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:17:"Haven-350x150.gif";s:5:"width";i:350;s:6:"height";i:150;s:9:"mime-type";s:9:"image/gif";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:17:"Haven-300x100.gif";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"Haven-164x111.gif";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (356, 435, '_edit_lock', '1407859325:2') ; 
INSERT INTO `wp_postmeta` VALUES (357, 435, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (358, 435, 'menu', 'akf') ; 
INSERT INTO `wp_postmeta` VALUES (359, 435, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (360, 441, '_edit_lock', '1394839490:25759') ; 
INSERT INTO `wp_postmeta` VALUES (361, 441, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (362, 441, '_wp_page_template', 'page-shop.php') ; 
INSERT INTO `wp_postmeta` VALUES (363, 441, 'menu', 'shop') ; 
INSERT INTO `wp_postmeta` VALUES (364, 442, '_edit_lock', '1386105724:1') ; 
INSERT INTO `wp_postmeta` VALUES (365, 442, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (366, 442, 'menu', 'shop') ; 
INSERT INTO `wp_postmeta` VALUES (367, 442, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (368, 443, '_edit_lock', '1243888096') ; 
INSERT INTO `wp_postmeta` VALUES (369, 443, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (370, 443, 'menu', 'shop') ; 
INSERT INTO `wp_postmeta` VALUES (371, 443, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (372, 451, '_edit_lock', '1272548431') ; 
INSERT INTO `wp_postmeta` VALUES (373, 451, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (381, 460, '_edit_lock', '1243905079') ; 
INSERT INTO `wp_postmeta` VALUES (382, 460, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (387, 464, '_wp_attached_file', 'crisis_management_issue.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (385, 460, '_wp_old_slug', 'akf-special-issue-table-of-contents-novemberdecember-2007') ; 
INSERT INTO `wp_postmeta` VALUES (388, 464, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"400";s:6:"height";s:3:"270";s:14:"hwstring_small";s:23:"height=\'86\' width=\'128\'";s:4:"file";s:27:"crisis_management_issue.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:35:"crisis_management_issue-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:35:"crisis_management_issue-300x202.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"202";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (391, 467, '_edit_lock', '1243907726') ; 
INSERT INTO `wp_postmeta` VALUES (392, 467, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (401, 475, '_edit_lock', '1243908068') ; 
INSERT INTO `wp_postmeta` VALUES (399, 467, '_wp_old_slug', 'akf-special-issue-table-of-contents-august-2007') ; 
INSERT INTO `wp_postmeta` VALUES (402, 475, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (407, 480, '_wp_attached_file', 'cheetahmcknightlg.gif') ; 
INSERT INTO `wp_postmeta` VALUES (408, 480, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"180";s:6:"height";s:3:"180";s:14:"hwstring_small";s:22:"height=\'96\' width=\'96\'";s:4:"file";s:21:"cheetahmcknightlg.gif";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:29:"cheetahmcknightlg-150x150.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (414, 496, '_edit_lock', '1383795911:1') ; 
INSERT INTO `wp_postmeta` VALUES (415, 496, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (416, 496, 'menu', 'contact') ; 
INSERT INTO `wp_postmeta` VALUES (417, 496, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (419, 509, '_edit_lock', '1244515929') ; 
INSERT INTO `wp_postmeta` VALUES (420, 509, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (421, 509, '_wp_page_template', 'thickbox-page.php') ; 
INSERT INTO `wp_postmeta` VALUES (422, 511, '_edit_lock', '1326914680') ; 
INSERT INTO `wp_postmeta` VALUES (423, 511, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (424, 511, '_wp_page_template', 'thickbox-page.php') ; 
INSERT INTO `wp_postmeta` VALUES (425, 513, '_edit_lock', '1372090189') ; 
INSERT INTO `wp_postmeta` VALUES (426, 513, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (427, 513, '_wp_page_template', 'thickbox-page.php') ; 
INSERT INTO `wp_postmeta` VALUES (428, 515, '_edit_lock', '1244516137') ; 
INSERT INTO `wp_postmeta` VALUES (429, 515, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (430, 515, '_wp_page_template', 'thickbox-page.php') ; 
INSERT INTO `wp_postmeta` VALUES (431, 517, '_edit_lock', '1390584816:2') ; 
INSERT INTO `wp_postmeta` VALUES (432, 517, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (433, 517, '_wp_page_template', 'thickbox-page.php') ; 
INSERT INTO `wp_postmeta` VALUES (438, 529, '_wp_attached_file', 'aazk_member_registration.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (439, 529, '_wp_attachment_metadata', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (448, 541, '_wp_attached_file', 'animal_training_bibliography.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (449, 541, '_wp_attachment_metadata', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (510, 659, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (509, 659, '_edit_lock', '1385414513:2') ; 
INSERT INTO `wp_postmeta` VALUES (458, 549, '_wp_attached_file', 'aza_conf_logo.gif') ; 
INSERT INTO `wp_postmeta` VALUES (459, 549, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"390";s:6:"height";s:3:"215";s:14:"hwstring_small";s:23:"height=\'70\' width=\'128\'";s:4:"file";s:17:"aza_conf_logo.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"aza_conf_logo-150x150.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:25:"aza_conf_logo-300x165.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"165";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (461, 558, '_edit_lock', '1248400997') ; 
INSERT INTO `wp_postmeta` VALUES (462, 558, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (463, 561, '_edit_lock', '1249083850') ; 
INSERT INTO `wp_postmeta` VALUES (464, 561, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (465, 565, '_edit_lock', '1249083398') ; 
INSERT INTO `wp_postmeta` VALUES (466, 565, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (467, 569, '_wp_attached_file', 'floor_plan.gif') ; 
INSERT INTO `wp_postmeta` VALUES (468, 569, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"700";s:6:"height";s:3:"562";s:14:"hwstring_small";s:23:"height=\'96\' width=\'119\'";s:4:"file";s:14:"floor_plan.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"floor_plan-150x150.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"floor_plan-300x240.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"240";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (469, 571, '_wp_attached_file', 'gorilla_move.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (470, 571, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"700";s:6:"height";s:4:"1050";s:14:"hwstring_small";s:22:"height=\'96\' width=\'64\'";s:4:"file";s:16:"gorilla_move.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"gorilla_move-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:24:"gorilla_move-200x300.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:25:"gorilla_move-682x1024.jpg";s:5:"width";s:3:"682";s:6:"height";s:4:"1024";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (484, 596, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (485, 598, '_edit_lock', '1251771563') ; 
INSERT INTO `wp_postmeta` VALUES (483, 596, '_edit_lock', '1251768682') ; 
INSERT INTO `wp_postmeta` VALUES (486, 598, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (487, 603, '_wp_attached_file', 'lion.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (488, 603, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"522";s:6:"height";s:3:"695";s:14:"hwstring_small";s:22:"height=\'96\' width=\'72\'";s:4:"file";s:8:"lion.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"lion-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:16:"lion-225x300.jpg";s:5:"width";s:3:"225";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (489, 607, '_edit_lock', '1251770629') ; 
INSERT INTO `wp_postmeta` VALUES (490, 607, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (491, 610, '_wp_attached_file', 'giraffe.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (492, 610, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"522";s:6:"height";s:3:"346";s:14:"hwstring_small";s:23:"height=\'84\' width=\'128\'";s:4:"file";s:11:"giraffe.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"giraffe-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"giraffe-300x198.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"198";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (496, 639, '_edit_lock', '1259245698') ; 
INSERT INTO `wp_postmeta` VALUES (497, 639, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (498, 640, '_edit_lock', '1254346974') ; 
INSERT INTO `wp_postmeta` VALUES (499, 640, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (500, 642, '_wp_attached_file', 'camel.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (501, 642, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"522";s:6:"height";s:3:"377";s:14:"hwstring_small";s:23:"height=\'92\' width=\'128\'";s:4:"file";s:9:"camel.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"camel-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:17:"camel-300x216.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"216";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (502, 647, '_edit_lock', '1254346229') ; 
INSERT INTO `wp_postmeta` VALUES (503, 647, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (504, 649, '_wp_attached_file', 'yang-open.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (505, 649, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"514";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=\'96\' width=\'123\'";s:4:"file";s:13:"yang-open.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"yang-open-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"yang-open-300x233.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"233";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (513, 665, '_wp_attached_file', 'ballcap.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (514, 665, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"788";s:6:"height";s:3:"807";s:14:"hwstring_small";s:22:"height=\'96\' width=\'93\'";s:4:"file";s:11:"ballcap.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"ballcap-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"ballcap-292x300.jpg";s:5:"width";s:3:"292";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:7:"DSC-P72";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1248475035";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"6";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:5:"0.125";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (515, 666, '_wp_attached_file', 'emtshirt.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (516, 666, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"456";s:6:"height";s:3:"422";s:14:"hwstring_small";s:23:"height=\'96\' width=\'103\'";s:4:"file";s:12:"emtshirt.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"emtshirt-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"emtshirt-300x277.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"277";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:27:"Canon EOS DIGITAL REBEL XTi";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1247580225";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"33";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (517, 667, '_wp_attached_file', 'ballcap1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (518, 667, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"788";s:6:"height";s:3:"807";s:14:"hwstring_small";s:22:"height=\'96\' width=\'93\'";s:4:"file";s:12:"ballcap1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"ballcap1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"ballcap1-292x300.jpg";s:5:"width";s:3:"292";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:7:"DSC-P72";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1248475035";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"6";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:5:"0.125";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (519, 668, '_wp_attached_file', 'ballcap2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (520, 668, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"788";s:6:"height";s:3:"807";s:14:"hwstring_small";s:22:"height=\'96\' width=\'93\'";s:4:"file";s:12:"ballcap2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"ballcap2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"ballcap2-292x300.jpg";s:5:"width";s:3:"292";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:7:"DSC-P72";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1248475035";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"6";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:5:"0.125";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (521, 669, '_wp_attached_file', 'emtshirt1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (522, 669, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"456";s:6:"height";s:3:"422";s:14:"hwstring_small";s:23:"height=\'96\' width=\'103\'";s:4:"file";s:13:"emtshirt1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"emtshirt1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"emtshirt1-300x277.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"277";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:27:"Canon EOS DIGITAL REBEL XTi";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1247580225";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"33";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (523, 670, '_wp_attached_file', 'shortsleeveemshirt.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (524, 670, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1018";s:6:"height";s:3:"986";s:14:"hwstring_small";s:22:"height=\'96\' width=\'99\'";s:4:"file";s:22:"shortsleeveemshirt.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:30:"shortsleeveemshirt-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:30:"shortsleeveemshirt-300x290.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"290";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:7:"SP560UZ";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1250363349";s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"4.68";s:3:"iso";s:3:"125";s:13:"shutter_speed";s:3:"0.4";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (525, 671, '_wp_attached_file', 'emtshirt2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (526, 671, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"456";s:6:"height";s:3:"422";s:14:"hwstring_small";s:23:"height=\'96\' width=\'103\'";s:4:"file";s:13:"emtshirt2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"emtshirt2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"emtshirt2-300x277.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"277";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:27:"Canon EOS DIGITAL REBEL XTi";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1247580225";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"33";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (527, 672, '_wp_attached_file', 'emtshirt3.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (528, 672, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"456";s:6:"height";s:3:"422";s:14:"hwstring_small";s:23:"height=\'96\' width=\'103\'";s:4:"file";s:13:"emtshirt3.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"emtshirt3-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"emtshirt3-300x277.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"277";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:27:"Canon EOS DIGITAL REBEL XTi";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1247580225";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"33";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (529, 673, '_wp_attached_file', 'shortsleeveemshirt1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (530, 673, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1018";s:6:"height";s:3:"986";s:14:"hwstring_small";s:22:"height=\'96\' width=\'99\'";s:4:"file";s:23:"shortsleeveemshirt1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:31:"shortsleeveemshirt1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:31:"shortsleeveemshirt1-300x290.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"290";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:7:"SP560UZ";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1250363349";s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"4.68";s:3:"iso";s:3:"125";s:13:"shutter_speed";s:3:"0.4";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (531, 674, '_wp_attached_file', 'ballcap3.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (532, 674, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"788";s:6:"height";s:3:"807";s:14:"hwstring_small";s:22:"height=\'96\' width=\'93\'";s:4:"file";s:12:"ballcap3.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"ballcap3-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"ballcap3-292x300.jpg";s:5:"width";s:3:"292";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:7:"DSC-P72";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1248475035";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"6";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:5:"0.125";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (533, 675, '_wp_attached_file', 'ballcap4.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (534, 675, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"788";s:6:"height";s:3:"807";s:14:"hwstring_small";s:22:"height=\'96\' width=\'93\'";s:4:"file";s:12:"ballcap4.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"ballcap4-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"ballcap4-292x300.jpg";s:5:"width";s:3:"292";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:7:"DSC-P72";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1248475035";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"6";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:5:"0.125";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (536, 679, '_wp_attached_file', 'conferencepricing.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (537, 679, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"736";s:6:"height";s:3:"827";s:14:"hwstring_small";s:22:"height=\'96\' width=\'85\'";s:4:"file";s:21:"conferencepricing.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:29:"conferencepricing-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:29:"conferencepricing-266x300.jpg";s:5:"width";s:3:"266";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (541, 682, '_wp_attached_file', 'gettoknow.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (542, 682, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"122";s:6:"height";s:3:"111";s:14:"hwstring_small";s:23:"height=\'96\' width=\'105\'";s:4:"file";s:13:"gettoknow.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (546, 692, '_edit_lock', '1256739101') ; 
INSERT INTO `wp_postmeta` VALUES (547, 692, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (548, 694, '_edit_lock', '1256786685') ; 
INSERT INTO `wp_postmeta` VALUES (549, 694, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (550, 695, '_wp_attached_file', 'hdr_conservation_station.gif') ; 
INSERT INTO `wp_postmeta` VALUES (551, 695, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"522";s:6:"height";s:3:"200";s:14:"hwstring_small";s:23:"height=\'49\' width=\'128\'";s:4:"file";s:28:"hdr_conservation_station.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:36:"hdr_conservation_station-150x150.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:36:"hdr_conservation_station-300x114.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"114";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (552, 701, '_edit_lock', '1256738789') ; 
INSERT INTO `wp_postmeta` VALUES (553, 701, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (554, 705, '_wp_attached_file', 'loggers.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (555, 705, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"522";s:6:"height";s:3:"350";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:11:"loggers.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"loggers-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"loggers-300x201.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"201";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (853, 985, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"240";s:6:"height";s:3:"156";s:14:"hwstring_small";s:23:"height=\'83\' width=\'128\'";s:4:"file";s:12:"irf-logo.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"irf-logo-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (852, 985, '_wp_attached_file', 'irf-logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1726, 2145, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"500";s:6:"height";s:3:"376";s:14:"hwstring_small";s:23:"height=\'95\' width=\'127\'";s:4:"file";s:18:"2012_conf_logo.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"2012_conf_logo-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:26:"2012_conf_logo-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1316793018";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (694, 791, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"360";s:6:"height";s:3:"360";s:14:"hwstring_small";s:22:"height=\'96\' width=\'96\'";s:4:"file";s:16:"aazkcmcdlogo.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"aazkcmcdlogo-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:24:"aazkcmcdlogo-300x300.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (832, 960, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (831, 960, '_edit_lock', '1262371910') ; 
INSERT INTO `wp_postmeta` VALUES (703, 797, '_wp_attached_file', 'rhino-2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (704, 797, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"960";s:6:"height";s:3:"760";s:14:"hwstring_small";s:23:"height=\'96\' width=\'121\'";s:4:"file";s:11:"rhino-2.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"rhino-2-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:19:"rhino-2-300x237.jpg";s:5:"width";i:300;s:6:"height";i:237;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:19:"rhino-2-190x150.jpg";s:5:"width";i:190;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"rhino-2-31x24.jpg";s:5:"width";i:31;s:6:"height";i:24;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"rhino-2-38x30.jpg";s:5:"width";i:38;s:6:"height";i:30;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:19:"rhino-2-271x215.jpg";s:5:"width";i:271;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:19:"rhino-2-190x150.jpg";s:5:"width";i:190;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"rhino-2-128x101.jpg";s:5:"width";i:128;s:6:"height";i:101;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:19:"rhino-2-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:19:"rhino-2-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"rhino-2-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:19:"rhino-2-960x421.jpg";s:5:"width";i:960;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:32:"1996-98 AccuSoft Inc., All right";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (717, 807, '_edit_lock', '1259245923') ; 
INSERT INTO `wp_postmeta` VALUES (718, 807, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (719, 808, '_wp_attached_file', 'bear-in-snow.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (720, 808, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"288";s:6:"height";s:3:"216";s:14:"hwstring_small";s:23:"height=\'96\' width=\'128\'";s:4:"file";s:16:"bear-in-snow.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"bear-in-snow-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"8";s:6:"credit";s:0:"";s:6:"camera";s:16:"PENTAX Optio W10";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1234372863";s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"18.9";s:3:"iso";s:2:"64";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (722, 814, '_edit_lock', '1257019020') ; 
INSERT INTO `wp_postmeta` VALUES (723, 814, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (725, 820, '_edit_lock', '1259246511') ; 
INSERT INTO `wp_postmeta` VALUES (726, 820, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (727, 823, '_wp_attached_file', 'penguin-photo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (728, 823, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"288";s:6:"height";s:3:"243";s:14:"hwstring_small";s:23:"height=\'96\' width=\'113\'";s:4:"file";s:17:"penguin-photo.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"penguin-photo-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"4.9";s:6:"credit";s:0:"";s:6:"camera";s:22:"Canon PowerShot SD1000";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1223960399";s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"17.4";s:3:"iso";s:2:"80";s:13:"shutter_speed";s:7:"0.00625";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (729, 825, '_wp_attached_file', 'enrichment_options.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (730, 825, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"482";s:6:"height";s:3:"189";s:14:"hwstring_small";s:23:"height=\'50\' width=\'128\'";s:4:"file";s:22:"enrichment_options.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:30:"enrichment_options-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:30:"enrichment_options-300x117.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"117";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (765, 882, '_wp_attached_file', 'barbara.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (734, 834, '_wp_attached_file', 'oaw2009.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (735, 834, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"579";s:6:"height";s:3:"495";s:14:"hwstring_small";s:23:"height=\'96\' width=\'112\'";s:4:"file";s:11:"oaw2009.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"oaw2009-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"oaw2009-300x256.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"256";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (739, 841, '_wp_attached_file', 'kamradt.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (740, 841, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"111";s:6:"height";s:3:"134";s:14:"hwstring_small";s:22:"height=\'96\' width=\'79\'";s:4:"file";s:11:"kamradt.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:25:"Canon PowerShot SD1200 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1256765203";s:9:"copyright";s:0:"";s:12:"focal_length";s:6:"11.614";s:3:"iso";s:2:"80";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (741, 843, '_wp_attached_file', 'shane.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (742, 843, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"145";s:6:"height";s:3:"157";s:14:"hwstring_small";s:22:"height=\'96\' width=\'88\'";s:4:"file";s:9:"shane.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"shane-145x150.jpg";s:5:"width";s:3:"145";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"5";s:6:"credit";s:0:"";s:6:"camera";s:9:"NIKON D80";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1225678520";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"56";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (743, 845, '_wp_attached_file', 'bob-mug2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (744, 845, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"158";s:6:"height";s:3:"155";s:14:"hwstring_small";s:22:"height=\'96\' width=\'97\'";s:4:"file";s:12:"bob-mug2.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"bob-mug2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:26:"Canon EOS DIGITAL REBEL XT";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1208431095";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"29";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:3:"0.1";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (745, 846, '_wp_attached_file', 'penny.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (746, 846, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"186";s:6:"height";s:3:"209";s:14:"hwstring_small";s:22:"height=\'96\' width=\'85\'";s:4:"file";s:9:"penny.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"penny-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:3:"E-3";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1257190684";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"25";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (747, 850, '_edit_lock', '1372781570') ; 
INSERT INTO `wp_postmeta` VALUES (748, 850, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (749, 850, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (750, 850, 'menu', 'about') ; 
INSERT INTO `wp_postmeta` VALUES (751, 857, '_wp_attached_file', 'pbi-logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (752, 857, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"165";s:6:"height";s:3:"129";s:14:"hwstring_small";s:23:"height=\'96\' width=\'122\'";s:4:"file";s:12:"pbi-logo.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"pbi-logo-150x129.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"129";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (753, 861, '_wp_attached_file', 'pearthreejpg.jpeg') ; 
INSERT INTO `wp_postmeta` VALUES (754, 861, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"216";s:6:"height";s:3:"246";s:14:"hwstring_small";s:22:"height=\'96\' width=\'84\'";s:4:"file";s:17:"pearthreejpg.jpeg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"pearthreejpg-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (755, 865, '_wp_attached_file', 'wagner.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (756, 865, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"150";s:6:"height";s:3:"144";s:14:"hwstring_small";s:23:"height=\'96\' width=\'100\'";s:4:"file";s:10:"wagner.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (757, 867, '_wp_attached_file', 'blue-rhino-logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (758, 867, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"216";s:6:"height";s:2:"92";s:14:"hwstring_small";s:23:"height=\'54\' width=\'128\'";s:4:"file";s:19:"blue-rhino-logo.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"blue-rhino-logo-150x92.jpg";s:5:"width";i:150;s:6:"height";i:92;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:26:"blue-rhino-logo-190x80.jpg";s:5:"width";i:190;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:25:"blue-rhino-logo-31x13.jpg";s:5:"width";i:31;s:6:"height";i:13;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:25:"blue-rhino-logo-38x16.jpg";s:5:"width";i:38;s:6:"height";i:16;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:26:"blue-rhino-logo-190x80.jpg";s:5:"width";i:190;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:26:"blue-rhino-logo-128x54.jpg";s:5:"width";i:128;s:6:"height";i:54;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"blue-rhino-logo-164x92.jpg";s:5:"width";i:164;s:6:"height";i:92;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (759, 869, '_wp_attached_file', 'img_2828-1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (760, 869, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"464";s:6:"height";s:3:"309";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:14:"img_2828-1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"img_2828-1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"img_2828-1-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (761, 871, '_wp_attached_file', 'walz.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (762, 871, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"338";s:6:"height";s:3:"456";s:14:"hwstring_small";s:22:"height=\'96\' width=\'71\'";s:4:"file";s:8:"walz.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"walz-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:16:"walz-222x300.jpg";s:5:"width";s:3:"222";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (763, 874, '_wp_attached_file', 'wiggins.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (764, 874, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"490";s:6:"height";s:3:"447";s:14:"hwstring_small";s:23:"height=\'96\' width=\'105\'";s:4:"file";s:11:"wiggins.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"wiggins-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"wiggins-300x273.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"273";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon PowerShot S2 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1219928738";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"8.3";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (766, 882, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"494";s:6:"height";s:3:"489";s:14:"hwstring_small";s:22:"height=\'96\' width=\'96\'";s:4:"file";s:11:"barbara.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"barbara-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"barbara-300x296.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"296";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (767, 883, '_wp_attached_file', 'chan.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (768, 883, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"585";s:6:"height";s:3:"644";s:14:"hwstring_small";s:22:"height=\'96\' width=\'87\'";s:4:"file";s:8:"chan.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"chan-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:16:"chan-272x300.jpg";s:5:"width";s:3:"272";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (769, 885, '_edit_lock', '1404834089:2') ; 
INSERT INTO `wp_postmeta` VALUES (770, 885, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (771, 885, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (772, 890, '_wp_attached_file', 'bcs_scoring.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (773, 890, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"768";s:6:"height";s:3:"577";s:14:"hwstring_small";s:23:"height=\'96\' width=\'127\'";s:4:"file";s:15:"bcs_scoring.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"bcs_scoring-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"bcs_scoring-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (774, 891, '_wp_attached_file', 'capture_restraint_workshop.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (775, 891, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"604";s:6:"height";s:3:"454";s:14:"hwstring_small";s:23:"height=\'96\' width=\'127\'";s:4:"file";s:30:"capture_restraint_workshop.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:38:"capture_restraint_workshop-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:38:"capture_restraint_workshop-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (776, 894, '_edit_lock', '1259245799') ; 
INSERT INTO `wp_postmeta` VALUES (777, 894, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (779, 899, '_edit_lock', '1259246430') ; 
INSERT INTO `wp_postmeta` VALUES (780, 899, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (781, 900, '_wp_attached_file', 'polarbear.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (782, 900, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"800";s:6:"height";s:3:"601";s:14:"hwstring_small";s:23:"height=\'96\' width=\'127\'";s:4:"file";s:13:"polarbear.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"polarbear-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"polarbear-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (784, 910, '_edit_lock', '1259247949') ; 
INSERT INTO `wp_postmeta` VALUES (785, 910, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (786, 911, '_wp_attached_file', 'kimani.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (787, 911, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"293";s:6:"height";s:3:"443";s:14:"hwstring_small";s:22:"height=\'96\' width=\'63\'";s:4:"file";s:10:"kimani.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"kimani-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"kimani-198x300.jpg";s:5:"width";s:3:"198";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (788, 912, '_wp_attached_file', 'kimani_credits.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (789, 912, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"564";s:6:"height";s:2:"96";s:14:"hwstring_small";s:23:"height=\'21\' width=\'128\'";s:4:"file";s:18:"kimani_credits.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"kimani_credits-150x96.jpg";s:5:"width";s:3:"150";s:6:"height";s:2:"96";}s:6:"medium";a:3:{s:4:"file";s:25:"kimani_credits-300x51.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"51";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (790, 913, '_wp_attached_file', 'training_tales.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (791, 913, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1560";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=\'41\' width=\'128\'";s:4:"file";s:18:"training_tales.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"training_tales-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:25:"training_tales-300x96.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"96";}s:5:"large";a:3:{s:4:"file";s:27:"training_tales-1024x328.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"328";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (792, 916, '_wp_attached_file', 'training_tales1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (793, 916, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1170";s:6:"height";s:3:"375";s:14:"hwstring_small";s:23:"height=\'41\' width=\'128\'";s:4:"file";s:19:"training_tales1.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"training_tales1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:26:"training_tales1-300x96.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"96";}s:5:"large";a:3:{s:4:"file";s:28:"training_tales1-1024x328.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"328";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (794, 918, '_wp_attached_file', 'training_tales2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (795, 918, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"878";s:6:"height";s:3:"281";s:14:"hwstring_small";s:23:"height=\'40\' width=\'128\'";s:4:"file";s:19:"training_tales2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"training_tales2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:26:"training_tales2-300x96.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"96";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (815, 934, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"683";s:6:"height";s:3:"758";s:14:"hwstring_small";s:22:"height=\'96\' width=\'86\'";s:4:"file";s:9:"tammy.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"tammy-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:17:"tammy-270x300.jpg";s:5:"width";s:3:"270";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:11:"COOLPIX L11";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1258688900";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.2";s:3:"iso";s:2:"64";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (814, 934, '_wp_attached_file', 'tammy.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (837, 966, '_wp_attached_file', 'alligator1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1390, 1779, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1389, 1779, '_edit_lock', '1288706908') ; 
INSERT INTO `wp_postmeta` VALUES (824, 954, '_wp_attached_file', 'aazk_member_registration_2010.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (825, 954, '_wp_attachment_metadata', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (826, 957, '_wp_attached_file', 'phillyconflogo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (827, 957, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"300";s:6:"height";s:3:"337";s:14:"hwstring_small";s:22:"height=\'96\' width=\'85\'";s:4:"file";s:18:"phillyconflogo.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"phillyconflogo-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:26:"phillyconflogo-267x300.jpg";s:5:"width";s:3:"267";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (838, 966, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"688";s:6:"height";s:3:"469";s:14:"hwstring_small";s:23:"height=\'87\' width=\'128\'";s:4:"file";s:14:"alligator1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"alligator1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"alligator1-300x204.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"204";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (839, 967, '_wp_attached_file', 'alligator2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (840, 967, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"688";s:6:"height";s:3:"457";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:14:"alligator2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"alligator2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"alligator2-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (842, 974, '_edit_lock', '1262374723') ; 
INSERT INTO `wp_postmeta` VALUES (843, 974, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (844, 975, '_wp_attached_file', 'zambianreunionphoto.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (845, 975, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"2560";s:6:"height";s:4:"1920";s:14:"hwstring_small";s:23:"height=\'96\' width=\'128\'";s:4:"file";s:23:"zambianreunionphoto.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:31:"zambianreunionphoto-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:31:"zambianreunionphoto-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}s:5:"large";a:3:{s:4:"file";s:32:"zambianreunionphoto-1024x768.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:10:"DiMAGE Z20";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1257304891";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"6";s:3:"iso";s:3:"160";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (854, 986, '_wp_attached_file', 'irflogosm.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (855, 986, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"150";s:6:"height";s:2:"98";s:14:"hwstring_small";s:23:"height=\'83\' width=\'128\'";s:4:"file";s:13:"irflogosm.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (856, 987, '_wp_attached_file', 'acklogosm.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (857, 987, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"144";s:6:"height";s:3:"150";s:14:"hwstring_small";s:22:"height=\'96\' width=\'92\'";s:4:"file";s:13:"acklogosm.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (858, 991, '_edit_lock', '1404834690:2') ; 
INSERT INTO `wp_postmeta` VALUES (859, 991, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (860, 991, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (861, 993, '_wp_attached_file', 'img_3060a.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (862, 993, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"382";s:6:"height";s:3:"138";s:14:"hwstring_small";s:23:"height=\'46\' width=\'128\'";s:4:"file";s:13:"img_3060a.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"img_3060a-150x138.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"138";}s:6:"medium";a:3:{s:4:"file";s:21:"img_3060a-300x108.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"108";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"10";s:6:"credit";s:0:"";s:6:"camera";s:23:"Canon EOS DIGITAL REBEL";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1172217589";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"24";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:8:"0.000625";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (863, 995, '_wp_attached_file', 'img_3060.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (864, 995, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3071";s:6:"height";s:4:"1437";s:14:"hwstring_small";s:23:"height=\'59\' width=\'128\'";s:4:"file";s:12:"img_3060.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"img_3060-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"img_3060-300x140.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"140";}s:5:"large";a:3:{s:4:"file";s:21:"img_3060-1024x479.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"479";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"10";s:6:"credit";s:0:"";s:6:"camera";s:23:"Canon EOS DIGITAL REBEL";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1172217589";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"24";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:8:"0.000625";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (865, 999, '_wp_attached_file', 'lewa.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (866, 999, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1188";s:6:"height";s:3:"833";s:14:"hwstring_small";s:23:"height=\'89\' width=\'128\'";s:4:"file";s:8:"lewa.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"lewa-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:16:"lewa-300x210.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"210";}s:5:"large";a:3:{s:4:"file";s:17:"lewa-1024x718.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"718";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (867, 1002, '_wp_attached_file', 'lewa1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (868, 1002, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1188";s:6:"height";s:3:"833";s:14:"hwstring_small";s:23:"height=\'89\' width=\'128\'";s:4:"file";s:9:"lewa1.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"lewa1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:17:"lewa1-300x210.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"210";}s:5:"large";a:3:{s:4:"file";s:18:"lewa1-1024x718.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"718";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (869, 1012, '_wp_attached_file', 'img_6296a.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (870, 1012, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1310";s:6:"height";s:3:"874";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:13:"img_6296a.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"img_6296a-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"img_6296a-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}s:5:"large";a:3:{s:4:"file";s:22:"img_6296a-1024x683.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"683";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:0:"";s:6:"camera";s:12:"Canon EOS 5D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1234829812";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"400";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (871, 1020, '_edit_lock', '1264884732') ; 
INSERT INTO `wp_postmeta` VALUES (872, 1020, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (874, 1025, '_edit_lock', '1264885754') ; 
INSERT INTO `wp_postmeta` VALUES (875, 1025, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (876, 1026, '_wp_attached_file', 'o_line_crowd_picture.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (877, 1026, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1199";s:6:"height";s:4:"1598";s:14:"hwstring_small";s:22:"height=\'96\' width=\'72\'";s:4:"file";s:24:"o_line_crowd_picture.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:32:"o_line_crowd_picture-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:32:"o_line_crowd_picture-225x300.jpg";s:5:"width";s:3:"225";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:33:"o_line_crowd_picture-768x1024.jpg";s:5:"width";s:3:"768";s:6:"height";s:4:"1024";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (879, 1030, '_edit_lock', '1264886920') ; 
INSERT INTO `wp_postmeta` VALUES (880, 1030, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1391, 1780, '_wp_attached_file', 'kalijon.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (884, 1034, '_wp_attached_file', 'denverzoo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (885, 1034, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"198";s:6:"height";s:3:"244";s:14:"hwstring_small";s:22:"height=\'96\' width=\'77\'";s:4:"file";s:13:"denverzoo.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"denverzoo-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1392, 1780, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"796";s:6:"height";s:3:"659";s:14:"hwstring_small";s:23:"height=\'96\' width=\'115\'";s:4:"file";s:11:"kalijon.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"kalijon-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"kalijon-300x248.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"248";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1288708026";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (890, 1043, '_wp_attached_file', 'denverzoo1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (891, 1043, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"119";s:6:"height";s:3:"146";s:14:"hwstring_small";s:22:"height=\'96\' width=\'78\'";s:4:"file";s:14:"denverzoo1.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (893, 1046, '_edit_lock', '1267625279') ; 
INSERT INTO `wp_postmeta` VALUES (894, 1046, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (895, 1047, '_wp_attached_file', 'barredowl.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (896, 1047, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"968";s:6:"height";s:3:"648";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:13:"barredowl.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"barredowl-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"barredowl-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D40X";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1247811203";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"130";s:3:"iso";s:3:"450";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (897, 1051, '_wp_attached_file', 'raccoon.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (898, 1051, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"652";s:6:"height";s:3:"476";s:14:"hwstring_small";s:23:"height=\'93\' width=\'128\'";s:4:"file";s:11:"raccoon.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"raccoon-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"raccoon-300x219.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"219";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D40X";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240014744";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"300";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (900, 1055, '_edit_lock', '1267625605') ; 
INSERT INTO `wp_postmeta` VALUES (901, 1055, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (903, 1059, '_edit_lock', '1267625990') ; 
INSERT INTO `wp_postmeta` VALUES (904, 1059, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (905, 1060, '_wp_attached_file', 'pec_colorwdmill.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (906, 1060, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1600";s:6:"height";s:4:"1200";s:14:"hwstring_small";s:23:"height=\'96\' width=\'128\'";s:4:"file";s:19:"pec_colorwdmill.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"pec_colorwdmill-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:27:"pec_colorwdmill-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}s:5:"large";a:3:{s:4:"file";s:28:"pec_colorwdmill-1024x768.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:5:"CU920";s:7:"caption";s:0:"";s:17:"created_timestamp";s:9:"337176706";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (907, 1062, '_wp_attached_file', 'pec_colorwdmill1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (908, 1062, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1600";s:6:"height";s:4:"1200";s:14:"hwstring_small";s:23:"height=\'96\' width=\'128\'";s:4:"file";s:20:"pec_colorwdmill1.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"pec_colorwdmill1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:28:"pec_colorwdmill1-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}s:5:"large";a:3:{s:4:"file";s:29:"pec_colorwdmill1-1024x768.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:5:"CU920";s:7:"caption";s:0:"";s:17:"created_timestamp";s:9:"337176706";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (913, 1073, '_wp_attached_file', 'img_4434a.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (914, 1073, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"2420";s:6:"height";s:4:"2900";s:14:"hwstring_small";s:22:"height=\'96\' width=\'80\'";s:4:"file";s:13:"img_4434a.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"img_4434a-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"img_4434a-250x300.jpg";s:5:"width";s:3:"250";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:22:"img_4434a-854x1023.jpg";s:5:"width";s:3:"854";s:6:"height";s:4:"1023";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"14";s:6:"credit";s:0:"";s:6:"camera";s:12:"Canon EOS 5D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1203440096";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"400";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:8:"0.003125";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (915, 1075, '_wp_attached_file', 'img_3593a.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (916, 1075, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"672";s:6:"height";s:3:"741";s:14:"hwstring_small";s:22:"height=\'96\' width=\'87\'";s:4:"file";s:13:"img_3593a.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"img_3593a-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"img_3593a-272x300.jpg";s:5:"width";s:3:"272";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:0:"";s:6:"camera";s:12:"Canon EOS 5D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1203021538";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"400";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:7:"0.00125";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (917, 1089, '_wp_attached_file', 'lewa_map1.swf') ; 
INSERT INTO `wp_postmeta` VALUES (918, 1089, '_wp_attachment_metadata', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (919, 1091, '_wp_attached_file', 'lewa_map11.swf') ; 
INSERT INTO `wp_postmeta` VALUES (920, 1091, '_wp_attachment_metadata', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (921, 1093, '_wp_attached_file', 'lewa_map1.html') ; 
INSERT INTO `wp_postmeta` VALUES (922, 1093, '_wp_attachment_metadata', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (923, 1103, '_wp_attached_file', 'lewa_map11.swf') ; 
INSERT INTO `wp_postmeta` VALUES (924, 1103, '_wp_attachment_metadata', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (925, 1116, '_wp_attached_file', 'img_6019.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (926, 1116, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"4368";s:6:"height";s:4:"2912";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:12:"img_6019.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"img_6019-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"img_6019-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}s:5:"large";a:3:{s:4:"file";s:21:"img_6019-1024x682.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"682";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:0:"";s:6:"camera";s:12:"Canon EOS 5D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1234639466";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"100";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (927, 1117, '_wp_attached_file', 'img_5948a.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (928, 1117, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"874";s:6:"height";s:3:"582";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:13:"img_5948a.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"img_5948a-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"img_5948a-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"13";s:6:"credit";s:0:"";s:6:"camera";s:12:"Canon EOS 5D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1234638109";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"130";s:3:"iso";s:3:"500";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (929, 1118, '_wp_attached_file', 'img_6361a.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (930, 1118, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"874";s:6:"height";s:3:"582";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:13:"img_6361a.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"img_6361a-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"img_6361a-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:0:"";s:6:"camera";s:12:"Canon EOS 5D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1234887609";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"400";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:7:"0.00125";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (931, 1119, '_wp_attached_file', 'img_5737a.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (932, 1119, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1310";s:6:"height";s:3:"874";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:13:"img_5737a.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"img_5737a-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"img_5737a-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}s:5:"large";a:3:{s:4:"file";s:22:"img_5737a-1024x683.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"683";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"9";s:6:"credit";s:0:"";s:6:"camera";s:12:"Canon EOS 5D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1234545737";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"400";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:5:"0.002";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (933, 1132, '_wp_attached_file', 'pdc_color_logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (934, 1132, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"277";s:6:"height";s:3:"536";s:14:"hwstring_small";s:22:"height=\'96\' width=\'49\'";s:4:"file";s:18:"pdc_color_logo.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"pdc_color_logo-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:26:"pdc_color_logo-155x300.jpg";s:5:"width";s:3:"155";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (935, 1134, '_edit_lock', '1385055507:2') ; 
INSERT INTO `wp_postmeta` VALUES (936, 1134, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (937, 1134, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (940, 1151, '_wp_attached_file', 'mom2010.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (941, 1151, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"216";s:6:"height";s:3:"193";s:14:"hwstring_small";s:23:"height=\'96\' width=\'107\'";s:4:"file";s:11:"mom2010.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"mom2010-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (946, 1157, '_wp_attached_file', 'philly_logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (947, 1157, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"492";s:6:"height";s:3:"547";s:14:"hwstring_small";s:22:"height=\'96\' width=\'86\'";s:4:"file";s:15:"philly_logo.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"philly_logo-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"philly_logo-269x300.jpg";s:5:"width";s:3:"269";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (949, 1161, '_edit_lock', '1272548908') ; 
INSERT INTO `wp_postmeta` VALUES (950, 1161, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (953, 1168, '_edit_lock', '1270127619') ; 
INSERT INTO `wp_postmeta` VALUES (954, 1168, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (955, 1169, '_wp_attached_file', 'emu_xray.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (956, 1169, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"496";s:14:"hwstring_small";s:23:"height=\'96\' width=\'116\'";s:4:"file";s:12:"emu_xray.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"emu_xray-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"emu_xray-300x248.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"248";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.3";s:6:"credit";s:0:"";s:6:"camera";s:7:"SP550UZ";s:7:"caption";s:22:"OLYMPUS DIGITAL CAMERA";s:17:"created_timestamp";s:10:"1188488122";s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"7.08";s:3:"iso";s:2:"64";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (961, 1178, '_wp_attached_file', 'img_4405a.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (962, 1178, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"2173";s:6:"height";s:4:"1369";s:14:"hwstring_small";s:23:"height=\'80\' width=\'128\'";s:4:"file";s:13:"img_4405a.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"img_4405a-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"img_4405a-300x189.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"189";}s:5:"large";a:3:{s:4:"file";s:22:"img_4405a-1024x645.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"645";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:12:"Canon EOS 5D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1203383930";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"400";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:6:"0.0008";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (963, 1183, '_edit_lock', '1404835079:2') ; 
INSERT INTO `wp_postmeta` VALUES (964, 1183, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (965, 1183, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (966, 1183, 'menu', 'akf') ; 
INSERT INTO `wp_postmeta` VALUES (967, 1187, '_edit_lock', '1372708353') ; 
INSERT INTO `wp_postmeta` VALUES (968, 1187, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (969, 1187, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (970, 1187, 'menu', 'about') ; 
INSERT INTO `wp_postmeta` VALUES (971, 1193, '_edit_lock', '1388768924:2') ; 
INSERT INTO `wp_postmeta` VALUES (972, 1193, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (973, 1194, '_wp_attached_file', 'zoo-keeper-weeklogohorz-2010.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (974, 1194, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"2915";s:6:"height";s:3:"423";s:14:"hwstring_small";s:23:"height=\'18\' width=\'127\'";s:4:"file";s:32:"zoo-keeper-weeklogohorz-2010.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:40:"zoo-keeper-weeklogohorz-2010-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:39:"zoo-keeper-weeklogohorz-2010-300x43.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"43";}s:5:"large";a:3:{s:4:"file";s:41:"zoo-keeper-weeklogohorz-2010-1023x148.jpg";s:5:"width";s:4:"1023";s:6:"height";s:3:"148";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (975, 1193, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (976, 1193, 'menu', 'about') ; 
INSERT INTO `wp_postmeta` VALUES (979, 1212, '_wp_attached_file', 'apetaglogo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (980, 1212, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"144";s:6:"height";s:3:"133";s:14:"hwstring_small";s:23:"height=\'96\' width=\'103\'";s:4:"file";s:14:"apetaglogo.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (981, 1213, '_wp_attached_file', 'azalogo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (982, 1213, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"151";s:6:"height";s:2:"50";s:14:"hwstring_small";s:23:"height=\'42\' width=\'128\'";s:4:"file";s:11:"azalogo.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"azalogo-150x50.jpg";s:5:"width";s:3:"150";s:6:"height";s:2:"50";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (985, 1221, '_edit_lock', '1404834103:2') ; 
INSERT INTO `wp_postmeta` VALUES (986, 1221, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (987, 1221, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (996, 1221, 'menu', 'bfr') ; 
INSERT INTO `wp_postmeta` VALUES (990, 1226, '_edit_lock', '1404834083:2') ; 
INSERT INTO `wp_postmeta` VALUES (991, 1226, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (992, 1226, 'menu', 'about') ; 
INSERT INTO `wp_postmeta` VALUES (993, 1226, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (994, 1226, 'menu', 'about') ; 
INSERT INTO `wp_postmeta` VALUES (995, 1226, 'menu', 'about') ; 
INSERT INTO `wp_postmeta` VALUES (999, 1243, '_wp_attached_file', 'aazk-color-logo-c2a8.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1000, 1243, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:2:"56";s:6:"height";s:2:"68";s:14:"hwstring_small";s:22:"height=\'68\' width=\'56\'";s:4:"file";s:24:"aazk-color-logo-c2a8.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1004, 1249, '_wp_attached_file', 'janmccoy.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1005, 1249, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"428";s:6:"height";s:3:"440";s:14:"hwstring_small";s:22:"height=\'96\' width=\'93\'";s:4:"file";s:12:"janmccoy.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"janmccoy-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"janmccoy-291x300.jpg";s:5:"width";s:3:"291";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.6";s:6:"credit";s:0:"";s:6:"camera";s:23:"Canon PowerShot A590 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1222580337";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"5.8";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1006, 1250, '_wp_attached_file', 'jacque.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1007, 1250, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"232";s:6:"height";s:3:"238";s:14:"hwstring_small";s:22:"height=\'96\' width=\'93\'";s:4:"file";s:10:"jacque.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"jacque-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1008, 1251, '_wp_attached_file', 'jacque1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1009, 1251, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"232";s:6:"height";s:3:"238";s:14:"hwstring_small";s:22:"height=\'96\' width=\'93\'";s:4:"file";s:11:"jacque1.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"jacque1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1010, 1256, '_wp_attached_file', 'ed-hansen.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1011, 1256, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:2:"98";s:6:"height";s:3:"104";s:14:"hwstring_small";s:22:"height=\'96\' width=\'90\'";s:4:"file";s:13:"ed-hansen.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1012, 1257, '_wp_attached_file', 'shelly-roach.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1013, 1257, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"2150";s:6:"height";s:4:"2134";s:14:"hwstring_small";s:22:"height=\'96\' width=\'96\'";s:4:"file";s:16:"shelly-roach.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"shelly-roach-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:24:"shelly-roach-300x297.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"297";}s:5:"large";a:3:{s:4:"file";s:26:"shelly-roach-1024x1016.jpg";s:5:"width";s:4:"1024";s:6:"height";s:4:"1016";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"5.5";s:6:"credit";s:0:"";s:6:"camera";s:23:"Canon PowerShot A590 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1254113576";s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"23.2";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1014, 1260, '_wp_attached_file', 'melaina.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1015, 1260, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"377";s:6:"height";s:3:"441";s:14:"hwstring_small";s:22:"height=\'96\' width=\'82\'";s:4:"file";s:11:"melaina.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"melaina-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"melaina-256x300.jpg";s:5:"width";s:3:"256";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:23:"Canon PowerShot SX10 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1265859909";s:9:"copyright";s:0:"";s:12:"focal_length";s:5:"9.392";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:5:"0.002";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1016, 1269, '_edit_lock', '1406577855:2') ; 
INSERT INTO `wp_postmeta` VALUES (1017, 1269, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1018, 1269, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (1019, 1269, 'menu', 'bfr') ; 
INSERT INTO `wp_postmeta` VALUES (7060, 5583, '_wp_attached_file', '4Chapter-Income-Expenses-Worksheet-2014.doc') ; 
INSERT INTO `wp_postmeta` VALUES (1096, 885, 'menu', 'bfr') ; 
INSERT INTO `wp_postmeta` VALUES (1030, 1312, '_wp_attached_file', 'extinct_rhino.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1031, 1312, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"570";s:6:"height";s:3:"380";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:17:"extinct_rhino.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"extinct_rhino-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:"extinct_rhino-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:25:"extinct_rhino-190x126.jpg";s:5:"width";i:190;s:6:"height";i:126;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"extinct_rhino-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"extinct_rhino-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:25:"extinct_rhino-322x215.jpg";s:5:"width";i:322;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:25:"extinct_rhino-190x126.jpg";s:5:"width";i:190;s:6:"height";i:126;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:24:"extinct_rhino-128x85.jpg";s:5:"width";i:128;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:25:"extinct_rhino-570x150.jpg";s:5:"width";i:570;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:25:"extinct_rhino-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"extinct_rhino-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1032, 1316, '_wp_attached_file', 'bluerhinologo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1033, 1316, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"725";s:6:"height";s:3:"308";s:14:"hwstring_small";s:23:"height=\'54\' width=\'127\'";s:4:"file";s:17:"bluerhinologo.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"bluerhinologo-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:"bluerhinologo-300x127.jpg";s:5:"width";i:300;s:6:"height";i:127;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:24:"bluerhinologo-190x80.jpg";s:5:"width";i:190;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"bluerhinologo-31x13.jpg";s:5:"width";i:31;s:6:"height";i:13;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"bluerhinologo-38x16.jpg";s:5:"width";i:38;s:6:"height";i:16;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:25:"bluerhinologo-425x180.jpg";s:5:"width";i:425;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:24:"bluerhinologo-190x80.jpg";s:5:"width";i:190;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:24:"bluerhinologo-128x54.jpg";s:5:"width";i:128;s:6:"height";i:54;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:25:"bluerhinologo-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:25:"bluerhinologo-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"bluerhinologo-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1034, 1329, '_wp_attached_file', 'lewa_20100208_0052_students.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1035, 1329, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3648";s:6:"height";s:4:"2736";s:14:"hwstring_small";s:23:"height=\'96\' width=\'128\'";s:4:"file";s:31:"lewa_20100208_0052_students.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:39:"lewa_20100208_0052_students-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:39:"lewa_20100208_0052_students-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}s:5:"large";a:3:{s:4:"file";s:40:"lewa_20100208_0052_students-1024x768.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"4.9";s:6:"credit";s:0:"";s:6:"camera";s:19:"Canon PowerShot S90";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1265615817";s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"22.5";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1036, 1331, '_wp_attached_file', 'lewa_20100208_0095_manyangalocommunityfarms.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1037, 1331, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3108";s:6:"height";s:4:"2220";s:14:"hwstring_small";s:23:"height=\'91\' width=\'128\'";s:4:"file";s:47:"lewa_20100208_0095_manyangalocommunityfarms.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:55:"lewa_20100208_0095_manyangalocommunityfarms-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:55:"lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"214";}s:5:"large";a:3:{s:4:"file";s:56:"lewa_20100208_0095_manyangalocommunityfarms-1024x731.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"731";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:19:"Canon PowerShot S90";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1265623972";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"6";s:3:"iso";s:2:"80";s:13:"shutter_speed";s:5:"0.002";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1038, 1333, '_wp_attached_file', 'lewa_20100208_0082_lunchline.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1039, 1333, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3459";s:6:"height";s:4:"2471";s:14:"hwstring_small";s:23:"height=\'91\' width=\'128\'";s:4:"file";s:32:"lewa_20100208_0082_lunchline.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:40:"lewa_20100208_0082_lunchline-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:40:"lewa_20100208_0082_lunchline-300x214.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"214";}s:5:"large";a:3:{s:4:"file";s:41:"lewa_20100208_0082_lunchline-1024x731.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"731";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:19:"Canon PowerShot S90";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1265619188";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"6";s:3:"iso";s:3:"160";s:13:"shutter_speed";s:5:"0.002";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1040, 1341, '_edit_lock', '1385441249:1') ; 
INSERT INTO `wp_postmeta` VALUES (1041, 1341, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (1042, 1342, '_wp_attached_file', 'irf-logo1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1043, 1342, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"240";s:6:"height";s:3:"156";s:14:"hwstring_small";s:23:"height=\'83\' width=\'128\'";s:4:"file";s:13:"irf-logo1.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"irf-logo1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1044, 1343, '_wp_attached_file', 'irflogo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1045, 1343, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"200";s:6:"height";s:2:"65";s:14:"hwstring_small";s:23:"height=\'41\' width=\'128\'";s:4:"file";s:11:"irflogo.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"irflogo-150x65.jpg";s:5:"width";s:3:"150";s:6:"height";s:2:"65";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1046, 1341, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (1047, 1341, 'menu', 'bfr') ; 
INSERT INTO `wp_postmeta` VALUES (1048, 1350, '_wp_attached_file', 'ujungmap.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1049, 1350, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"332";s:6:"height";s:3:"272";s:14:"hwstring_small";s:23:"height=\'96\' width=\'117\'";s:4:"file";s:12:"ujungmap.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"ujungmap-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"ujungmap-300x245.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"245";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1050, 1353, '_wp_attached_file', 'javanrhino.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1051, 1353, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"595";s:6:"height";s:3:"396";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:14:"javanrhino.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"javanrhino-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:"javanrhino-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:22:"javanrhino-190x126.jpg";s:5:"width";i:190;s:6:"height";i:126;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"javanrhino-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"javanrhino-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:22:"javanrhino-323x215.jpg";s:5:"width";i:323;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:22:"javanrhino-190x126.jpg";s:5:"width";i:190;s:6:"height";i:126;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"javanrhino-128x85.jpg";s:5:"width";i:128;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:22:"javanrhino-595x150.jpg";s:5:"width";i:595;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:22:"javanrhino-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"javanrhino-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1052, 1365, '_wp_attached_file', 'bukitmap.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1053, 1365, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"264";s:6:"height";s:3:"332";s:14:"hwstring_small";s:22:"height=\'96\' width=\'76\'";s:4:"file";s:12:"bukitmap.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"bukitmap-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"bukitmap-238x300.jpg";s:5:"width";s:3:"238";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1054, 1366, '_wp_attached_file', 'bukitmap2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1055, 1366, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"330";s:6:"height";s:3:"400";s:14:"hwstring_small";s:22:"height=\'96\' width=\'79\'";s:4:"file";s:13:"bukitmap2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"bukitmap2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"bukitmap2-247x300.jpg";s:5:"width";s:3:"247";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1056, 1371, '_wp_attached_file', 'dsc01375.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1057, 1371, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"2048";s:6:"height";s:4:"1536";s:14:"hwstring_small";s:23:"height=\'96\' width=\'128\'";s:4:"file";s:12:"dsc01375.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"dsc01375-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"dsc01375-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}s:5:"large";a:3:{s:4:"file";s:21:"dsc01375-1024x768.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:9:"CYBERSHOT";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1094757228";s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"48.5";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1058, 1374, '_wp_attached_file', 'waykambasmap.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1059, 1374, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"295";s:6:"height";s:3:"407";s:14:"hwstring_small";s:22:"height=\'96\' width=\'69\'";s:4:"file";s:16:"waykambasmap.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"waykambasmap-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:24:"waykambasmap-217x300.jpg";s:5:"width";s:3:"217";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1060, 1375, '_wp_attached_file', 'waykambasmap2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1061, 1375, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"443";s:6:"height";s:3:"300";s:14:"hwstring_small";s:23:"height=\'86\' width=\'127\'";s:4:"file";s:17:"waykambasmap2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"waykambasmap2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:25:"waykambasmap2-300x203.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"203";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1062, 1385, '_edit_lock', '1385439427:1') ; 
INSERT INTO `wp_postmeta` VALUES (1063, 1385, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (1064, 1386, '_wp_attached_file', 'acklogo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1065, 1386, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"190";s:6:"height";s:3:"197";s:14:"hwstring_small";s:22:"height=\'96\' width=\'92\'";s:4:"file";s:11:"acklogo.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"acklogo-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1066, 1385, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (1067, 1385, 'menu', 'bfr') ; 
INSERT INTO `wp_postmeta` VALUES (1068, 1391, '_wp_attached_file', 'dip_workshop.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1069, 1391, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"800";s:6:"height";s:3:"600";s:14:"hwstring_small";s:23:"height=\'96\' width=\'128\'";s:4:"file";s:16:"dip_workshop.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"dip_workshop-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:24:"dip_workshop-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1070, 1395, '_wp_attached_file', 'img_5595.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1071, 1395, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"4368";s:6:"height";s:4:"2912";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:12:"img_5595.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"img_5595-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"img_5595-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}s:5:"large";a:3:{s:4:"file";s:21:"img_5595-1024x682.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"682";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"6.3";s:6:"credit";s:0:"";s:6:"camera";s:12:"Canon EOS 5D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1234494428";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"400";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1072, 1397, '_wp_attached_file', 'img_3766a.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1073, 1397, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"525";s:6:"height";s:3:"350";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:13:"img_3766a.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"img_3766a-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"img_3766a-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:0:"";s:6:"camera";s:12:"Canon EOS 5D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1203089746";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"400";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:5:"0.002";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1074, 1398, '_wp_attached_file', 'img_3761.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1075, 1398, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"4368";s:6:"height";s:4:"2912";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:12:"img_3761.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"img_3761-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"img_3761-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}s:5:"large";a:3:{s:4:"file";s:21:"img_3761-1024x682.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"682";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:0:"";s:6:"camera";s:12:"Canon EOS 5D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1203089732";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"400";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1076, 1400, '_wp_attached_file', 'cheetah_collar.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1077, 1400, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"392";s:6:"height";s:3:"427";s:14:"hwstring_small";s:22:"height=\'96\' width=\'88\'";s:4:"file";s:18:"cheetah_collar.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"cheetah_collar-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:26:"cheetah_collar-275x300.jpg";s:5:"width";s:3:"275";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1094, 1428, '_wp_attached_file', 'lewa-logo.gif') ; 
INSERT INTO `wp_postmeta` VALUES (1080, 1404, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (1081, 1404, '_edit_lock', '1408465607:2') ; 
INSERT INTO `wp_postmeta` VALUES (1082, 1404, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1083, 1408, '_wp_attached_file', 'bfr_logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1084, 1408, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"497";s:6:"height";s:3:"497";s:14:"hwstring_small";s:22:"height=\'96\' width=\'96\'";s:4:"file";s:12:"bfr_logo.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"bfr_logo-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"bfr_logo-300x300.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1085, 1409, '_wp_attached_file', 'aazk_logo_color.gif') ; 
INSERT INTO `wp_postmeta` VALUES (1086, 1409, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"890";s:6:"height";s:4:"1074";s:14:"hwstring_small";s:22:"height=\'96\' width=\'79\'";s:4:"file";s:19:"aazk_logo_color.gif";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"aazk_logo_color-150x150.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:27:"aazk_logo_color-248x300.gif";s:5:"width";s:3:"248";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:28:"aazk_logo_color-848x1024.gif";s:5:"width";s:3:"848";s:6:"height";s:4:"1024";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1087, 1411, '_wp_attached_file', 'aazk_logo_bw.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1088, 1411, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"648";s:6:"height";s:3:"757";s:14:"hwstring_small";s:22:"height=\'96\' width=\'82\'";s:4:"file";s:16:"aazk_logo_bw.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"aazk_logo_bw-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:24:"aazk_logo_bw-256x300.jpg";s:5:"width";s:3:"256";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1089, 1412, '_wp_attached_file', 'bfr_cartoon.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1090, 1412, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"887";s:6:"height";s:4:"1097";s:14:"hwstring_small";s:22:"height=\'96\' width=\'77\'";s:4:"file";s:15:"bfr_cartoon.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"bfr_cartoon-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"bfr_cartoon-242x300.jpg";s:5:"width";s:3:"242";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:24:"bfr_cartoon-827x1024.jpg";s:5:"width";s:3:"827";s:6:"height";s:4:"1024";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1091, 1413, '_wp_attached_file', 'blue_rhino_logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1092, 1413, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"725";s:6:"height";s:3:"308";s:14:"hwstring_small";s:23:"height=\'54\' width=\'127\'";s:4:"file";s:19:"blue_rhino_logo.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"blue_rhino_logo-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:"blue_rhino_logo-300x127.jpg";s:5:"width";i:300;s:6:"height";i:127;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:26:"blue_rhino_logo-190x80.jpg";s:5:"width";i:190;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:25:"blue_rhino_logo-31x13.jpg";s:5:"width";i:31;s:6:"height";i:13;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:25:"blue_rhino_logo-38x16.jpg";s:5:"width";i:38;s:6:"height";i:16;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:27:"blue_rhino_logo-425x180.jpg";s:5:"width";i:425;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:26:"blue_rhino_logo-190x80.jpg";s:5:"width";i:190;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:26:"blue_rhino_logo-128x54.jpg";s:5:"width";i:128;s:6:"height";i:54;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:27:"blue_rhino_logo-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:27:"blue_rhino_logo-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"blue_rhino_logo-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1093, 1404, 'menu', 'bfr') ; 
INSERT INTO `wp_postmeta` VALUES (1095, 1428, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"470";s:6:"height";s:3:"470";s:14:"hwstring_small";s:22:"height=\'96\' width=\'96\'";s:4:"file";s:13:"lewa-logo.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"lewa-logo-150x150.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"lewa-logo-300x300.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1097, 1443, '_wp_attached_file', 'img_5337.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1098, 1443, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3888";s:6:"height";s:4:"2592";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:12:"img_5337.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"img_5337-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"img_5337-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}s:5:"large";a:3:{s:4:"file";s:21:"img_5337-1024x682.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"682";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:0:"";s:6:"camera";s:13:"Canon EOS 40D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1234861812";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"1000";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1099, 1444, '_wp_attached_file', 'sumatranrhino2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1100, 1444, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"595";s:6:"height";s:3:"396";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:18:"sumatranrhino2.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"sumatranrhino2-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:"sumatranrhino2-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:26:"sumatranrhino2-190x126.jpg";s:5:"width";i:190;s:6:"height";i:126;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:24:"sumatranrhino2-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:24:"sumatranrhino2-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:26:"sumatranrhino2-323x215.jpg";s:5:"width";i:323;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:26:"sumatranrhino2-190x126.jpg";s:5:"width";i:190;s:6:"height";i:126;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:25:"sumatranrhino2-128x85.jpg";s:5:"width";i:128;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:26:"sumatranrhino2-595x150.jpg";s:5:"width";i:595;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:26:"sumatranrhino2-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"sumatranrhino2-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1101, 1445, '_wp_attached_file', 'sumatranrhino.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1102, 1445, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"595";s:6:"height";s:3:"396";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:17:"sumatranrhino.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"sumatranrhino-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:"sumatranrhino-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:25:"sumatranrhino-190x126.jpg";s:5:"width";i:190;s:6:"height";i:126;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"sumatranrhino-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"sumatranrhino-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:25:"sumatranrhino-323x215.jpg";s:5:"width";i:323;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:25:"sumatranrhino-190x126.jpg";s:5:"width";i:190;s:6:"height";i:126;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:24:"sumatranrhino-128x85.jpg";s:5:"width";i:128;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:25:"sumatranrhino-595x150.jpg";s:5:"width";i:595;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:25:"sumatranrhino-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"sumatranrhino-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1103, 1447, '_edit_lock', '1272549157') ; 
INSERT INTO `wp_postmeta` VALUES (1104, 1447, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1105, 1448, '_wp_attached_file', 'akf-cover-apr_may.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1106, 1448, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"648";s:6:"height";s:3:"972";s:14:"hwstring_small";s:22:"height=\'96\' width=\'64\'";s:4:"file";s:21:"akf-cover-apr_may.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:29:"akf-cover-apr_may-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:29:"akf-cover-apr_may-200x300.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1725, 2145, '_wp_attached_file', '2012_conf_logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1123, 1460, '_wp_attached_file', 'lewaroundblack_withwebsite.gif') ; 
INSERT INTO `wp_postmeta` VALUES (1124, 1460, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"548";s:6:"height";s:3:"540";s:14:"hwstring_small";s:22:"height=\'96\' width=\'97\'";s:4:"file";s:30:"lewaroundblack_withwebsite.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:38:"lewaroundblack_withwebsite-150x150.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:38:"lewaroundblack_withwebsite-300x295.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"295";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1125, 1461, '_wp_attached_file', 'lewaroundblack_withwebsite-2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1126, 1461, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"548";s:6:"height";s:3:"540";s:14:"hwstring_small";s:22:"height=\'96\' width=\'97\'";s:4:"file";s:32:"lewaroundblack_withwebsite-2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:40:"lewaroundblack_withwebsite-2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:40:"lewaroundblack_withwebsite-2-300x295.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"295";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1134, 1471, '_wp_attached_file', 'may_2010.gif') ; 
INSERT INTO `wp_postmeta` VALUES (1135, 1471, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"309";s:6:"height";s:3:"216";s:14:"hwstring_small";s:23:"height=\'89\' width=\'128\'";s:4:"file";s:12:"may_2010.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"may_2010-150x150.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"may_2010-300x209.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"209";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1137, 1474, '_edit_lock', '1277903875') ; 
INSERT INTO `wp_postmeta` VALUES (1138, 1474, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1139, 1475, '_wp_attached_file', 'training_tales3.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1140, 1475, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"476";s:6:"height";s:3:"102";s:14:"hwstring_small";s:23:"height=\'27\' width=\'128\'";s:4:"file";s:19:"training_tales3.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"training_tales3-150x102.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"102";}s:6:"medium";a:3:{s:4:"file";s:26:"training_tales3-300x64.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"64";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1141, 1476, '_wp_attached_file', 'panda_blood_sleeve.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1142, 1476, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"640";s:6:"height";s:3:"481";s:14:"hwstring_small";s:23:"height=\'96\' width=\'127\'";s:4:"file";s:22:"panda_blood_sleeve.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:30:"panda_blood_sleeve-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:30:"panda_blood_sleeve-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1145, 1480, '_edit_lock', '1274968301') ; 
INSERT INTO `wp_postmeta` VALUES (1146, 1480, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1148, 1483, '_edit_lock', '1274968634') ; 
INSERT INTO `wp_postmeta` VALUES (1149, 1483, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1150, 1484, '_wp_attached_file', 'klipspringer.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1151, 1484, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"775";s:6:"height";s:3:"700";s:14:"hwstring_small";s:23:"height=\'96\' width=\'106\'";s:4:"file";s:16:"klipspringer.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"klipspringer-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:24:"klipspringer-300x270.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"270";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1153, 1486, '_wp_attached_file', 'june_sales.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1154, 1486, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"350";s:6:"height";s:3:"240";s:14:"hwstring_small";s:23:"height=\'87\' width=\'128\'";s:4:"file";s:14:"june_sales.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"june_sales-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"june_sales-300x205.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"205";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1156, 1488, '_edit_lock', '1372261173') ; 
INSERT INTO `wp_postmeta` VALUES (1157, 1488, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1158, 1488, '_rc_cwp_write_panel_id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (1161, 1488, 'reminder_thumbnail', '') ; 
INSERT INTO `wp_postmeta` VALUES (1164, 1492, '_wp_attached_file', 'azh_logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1165, 1492, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"133";s:6:"height";s:3:"255";s:14:"hwstring_small";s:22:"height=\'96\' width=\'50\'";s:4:"file";s:12:"azh_logo.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"azh_logo-133x150.jpg";s:5:"width";s:3:"133";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1169, 1498, '_wp_attached_file', 'norah.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1170, 1498, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"291";s:6:"height";s:3:"305";s:14:"hwstring_small";s:22:"height=\'96\' width=\'91\'";s:4:"file";s:9:"norah.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"norah-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:17:"norah-286x300.jpg";s:5:"width";s:3:"286";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1171, 1499, '_wp_attached_file', 'icz_logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1172, 1499, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"223";s:6:"height";s:3:"169";s:14:"hwstring_small";s:23:"height=\'96\' width=\'126\'";s:4:"file";s:12:"icz_logo.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"icz_logo-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1173, 1500, '_wp_attached_file', 'icz_sc.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1174, 1500, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"800";s:6:"height";s:3:"535";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:10:"icz_sc.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"icz_sc-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"icz_sc-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1175, 1501, '_wp_attached_file', 'conferencegroupphoto.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1176, 1501, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"604";s:6:"height";s:3:"266";s:14:"hwstring_small";s:23:"height=\'56\' width=\'128\'";s:4:"file";s:24:"conferencegroupphoto.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:32:"conferencegroupphoto-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:32:"conferencegroupphoto-300x132.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"132";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1177, 1504, '_wp_attached_file', 'ed_hansen.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1178, 1504, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"408";s:6:"height";s:3:"555";s:14:"hwstring_small";s:22:"height=\'96\' width=\'70\'";s:4:"file";s:13:"ed_hansen.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"ed_hansen-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"ed_hansen-220x300.jpg";s:5:"width";s:3:"220";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:12:"COOLPIX L100";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1272072638";s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"15.1";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:16:"0.03448275862069";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1394, 1783, '_edit_lock', '1288707496') ; 
INSERT INTO `wp_postmeta` VALUES (1185, 1517, '_edit_lock', '1280953797') ; 
INSERT INTO `wp_postmeta` VALUES (1186, 1517, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1188, 1521, '_edit_lock', '1277903953') ; 
INSERT INTO `wp_postmeta` VALUES (1189, 1521, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1190, 1522, '_wp_attached_file', 'alligator.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1191, 1522, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"588";s:6:"height";s:3:"337";s:14:"hwstring_small";s:23:"height=\'73\' width=\'128\'";s:4:"file";s:13:"alligator.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"alligator-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"alligator-300x171.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"171";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1193, 1525, '_edit_lock', '1277904362') ; 
INSERT INTO `wp_postmeta` VALUES (1194, 1525, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1195, 1526, '_wp_attached_file', 'icz_singapore.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1196, 1526, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"729";s:6:"height";s:3:"504";s:14:"hwstring_small";s:23:"height=\'88\' width=\'127\'";s:4:"file";s:17:"icz_singapore.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"icz_singapore-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:25:"icz_singapore-300x207.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"207";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1404, 1798, '_edit_lock', '1292502243') ; 
INSERT INTO `wp_postmeta` VALUES (1200, 1530, '_wp_attached_file', 'july10_banner.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1201, 1530, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"459";s:6:"height";s:3:"289";s:14:"hwstring_small";s:23:"height=\'80\' width=\'128\'";s:4:"file";s:17:"july10_banner.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"july10_banner-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:25:"july10_banner-300x188.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"188";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1205, 1538, '_wp_attached_file', 'zacc.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1206, 1538, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1080";s:6:"height";s:3:"720";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:8:"zacc.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"zacc-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:16:"zacc-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}s:5:"large";a:3:{s:4:"file";s:17:"zacc-1024x682.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"682";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1395, 1783, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1228, 1572, '_edit_lock', '1280954036') ; 
INSERT INTO `wp_postmeta` VALUES (1229, 1572, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1232, 1577, '_edit_lock', '1280954800') ; 
INSERT INTO `wp_postmeta` VALUES (1233, 1577, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1234, 1578, '_wp_attached_file', 'shipping.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1235, 1578, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"359";s:6:"height";s:3:"175";s:14:"hwstring_small";s:23:"height=\'62\' width=\'128\'";s:4:"file";s:12:"shipping.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"shipping-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"shipping-300x146.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"146";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1280955514";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1236, 1580, '_wp_attached_file', 'world.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1237, 1580, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"162";s:6:"height";s:3:"160";s:14:"hwstring_small";s:22:"height=\'96\' width=\'97\'";s:4:"file";s:9:"world.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"world-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1280955805";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1239, 1582, '_edit_lock', '1280955281') ; 
INSERT INTO `wp_postmeta` VALUES (1240, 1582, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1405, 1798, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1246, 1589, '_edit_lock', '1383012024:1') ; 
INSERT INTO `wp_postmeta` VALUES (1247, 1589, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1248, 1589, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (1249, 1602, '_wp_attached_file', 'pbi_logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1250, 1602, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"334";s:6:"height";s:3:"276";s:14:"hwstring_small";s:23:"height=\'96\' width=\'116\'";s:4:"file";s:12:"pbi_logo.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"pbi_logo-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"pbi_logo-300x247.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"247";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1251, 1606, '_wp_attached_file', 'polar_bears.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1252, 1606, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1800";s:6:"height";s:4:"1168";s:14:"hwstring_small";s:23:"height=\'83\' width=\'128\'";s:4:"file";s:15:"polar_bears.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"polar_bears-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"polar_bears-300x194.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"194";}s:5:"large";a:3:{s:4:"file";s:24:"polar_bears-1024x664.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"664";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1253, 1623, '_wp_attached_file', 'acres_atmos.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1254, 1623, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1041";s:6:"height";s:4:"1000";s:14:"hwstring_small";s:22:"height=\'96\' width=\'99\'";s:4:"file";s:15:"acres_atmos.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"acres_atmos-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"acres_atmos-300x288.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"288";}s:5:"large";a:3:{s:4:"file";s:24:"acres_atmos-1024x983.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"983";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:13:"ASquaredFinal";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1255, 1632, '_wp_attached_file', 'pbi_camp.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1256, 1632, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"464";s:6:"height";s:3:"309";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:12:"pbi_camp.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"pbi_camp-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"pbi_camp-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1257, 1634, '_wp_attached_file', 'marissa.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1258, 1634, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"628";s:6:"height";s:3:"670";s:14:"hwstring_small";s:22:"height=\'96\' width=\'89\'";s:4:"file";s:11:"marissa.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"marissa-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"marissa-281x300.jpg";s:5:"width";s:3:"281";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:18:"HP Photosmart R740";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1178847915";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"5.9";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1259, 1637, '_wp_attached_file', 'nc_group.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1260, 1637, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"479";s:6:"height";s:3:"360";s:14:"hwstring_small";s:23:"height=\'96\' width=\'127\'";s:4:"file";s:12:"nc_group.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"nc_group-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"nc_group-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.3";s:6:"credit";s:0:"";s:6:"camera";s:18:"HP Photosmart R740";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1273943926";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"8";s:3:"iso";s:2:"50";s:13:"shutter_speed";s:18:"0.0058139534883721";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1261, 1645, '_wp_attached_file', 'nc_group1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1262, 1645, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"476";s:6:"height";s:3:"413";s:14:"hwstring_small";s:23:"height=\'96\' width=\'110\'";s:4:"file";s:13:"nc_group1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"nc_group1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"nc_group1-300x260.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"260";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1282139130";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1263, 1647, '_wp_attached_file', 'nc_group2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1264, 1647, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"467";s:6:"height";s:3:"393";s:14:"hwstring_small";s:23:"height=\'96\' width=\'114\'";s:4:"file";s:13:"nc_group2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"nc_group2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"nc_group2-300x252.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"252";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1282139422";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1265, 1649, '_wp_attached_file', 'marissa1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1266, 1649, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"603";s:6:"height";s:3:"719";s:14:"hwstring_small";s:22:"height=\'96\' width=\'80\'";s:4:"file";s:12:"marissa1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"marissa1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"marissa1-251x300.jpg";s:5:"width";s:3:"251";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1267, 1651, '_wp_attached_file', 'nc_group3.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1268, 1651, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"467";s:6:"height";s:3:"393";s:14:"hwstring_small";s:23:"height=\'96\' width=\'114\'";s:4:"file";s:13:"nc_group3.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"nc_group3-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"nc_group3-300x252.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"252";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1282139422";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1269, 1654, '_wp_attached_file', 'trees_u_me.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1270, 1654, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"286";s:6:"height";s:3:"284";s:14:"hwstring_small";s:22:"height=\'96\' width=\'96\'";s:4:"file";s:14:"trees_u_me.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"trees_u_me-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1281621062";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1271, 1656, '_wp_attached_file', 'bagbear.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1272, 1656, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"479";s:6:"height";s:3:"396";s:14:"hwstring_small";s:23:"height=\'96\' width=\'116\'";s:4:"file";s:11:"bagbear.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"bagbear-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"bagbear-300x248.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"248";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1282140186";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1273, 1658, '_wp_attached_file', 'christy.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1274, 1658, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"519";s:6:"height";s:3:"576";s:14:"hwstring_small";s:22:"height=\'96\' width=\'86\'";s:4:"file";s:11:"christy.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"christy-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"christy-270x300.jpg";s:5:"width";s:3:"270";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1282138944";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1275, 1661, '_wp_attached_file', 'brookfield.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1276, 1661, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"357";s:6:"height";s:3:"535";s:14:"hwstring_small";s:22:"height=\'95\' width=\'64\'";s:4:"file";s:14:"brookfield.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"brookfield-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"brookfield-200x300.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1282140568";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1277, 1589, 'menu', 'about') ; 
INSERT INTO `wp_postmeta` VALUES (1278, 1589, 'menu', 'about') ; 
INSERT INTO `wp_postmeta` VALUES (1724, 2144, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1723, 2144, '_edit_lock', '1349183046') ; 
INSERT INTO `wp_postmeta` VALUES (1407, 1801, '_edit_lock', '1291204114') ; 
INSERT INTO `wp_postmeta` VALUES (1315, 1699, '_wp_attached_file', 'sept_spec_banner.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1316, 1699, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1871";s:6:"height";s:4:"1228";s:14:"hwstring_small";s:23:"height=\'84\' width=\'127\'";s:4:"file";s:20:"sept_spec_banner.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"sept_spec_banner-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:28:"sept_spec_banner-300x196.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"196";}s:5:"large";a:3:{s:4:"file";s:29:"sept_spec_banner-1023x672.jpg";s:5:"width";s:4:"1023";s:6:"height";s:3:"672";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1319, 1704, '_edit_lock', '1283349124') ; 
INSERT INTO `wp_postmeta` VALUES (1320, 1704, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1322, 1707, '_edit_lock', '1283350083') ; 
INSERT INTO `wp_postmeta` VALUES (1323, 1707, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1324, 1708, '_wp_attached_file', 'mandrill.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1325, 1708, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1002";s:6:"height";s:3:"760";s:14:"hwstring_small";s:23:"height=\'96\' width=\'126\'";s:4:"file";s:12:"mandrill.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"mandrill-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"mandrill-300x227.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"227";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1283350516";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1328, 1717, '_edit_lock', '1283368736') ; 
INSERT INTO `wp_postmeta` VALUES (1329, 1717, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1330, 1718, '_wp_attached_file', 'af_spoonbill.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1331, 1718, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"862";s:6:"height";s:3:"762";s:14:"hwstring_small";s:23:"height=\'96\' width=\'108\'";s:4:"file";s:16:"af_spoonbill.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"af_spoonbill-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:24:"af_spoonbill-300x265.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"265";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1283368228";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1332, 1719, '_wp_attached_file', 'spoonbill.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1333, 1719, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"781";s:6:"height";s:3:"923";s:14:"hwstring_small";s:22:"height=\'96\' width=\'81\'";s:4:"file";s:13:"spoonbill.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"spoonbill-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"spoonbill-253x300.jpg";s:5:"width";s:3:"253";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1283368182";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1334, 1720, '_wp_attached_file', 'af_spoonbill1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1335, 1720, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"849";s:6:"height";s:3:"815";s:14:"hwstring_small";s:23:"height=\'96\' width=\'100\'";s:4:"file";s:17:"af_spoonbill1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"af_spoonbill1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:25:"af_spoonbill1-300x287.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"287";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1283368719";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1336, 1721, '_wp_attached_file', 'spoonbill1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1337, 1721, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"771";s:6:"height";s:3:"959";s:14:"hwstring_small";s:22:"height=\'96\' width=\'77\'";s:4:"file";s:14:"spoonbill1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"spoonbill1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"spoonbill1-241x300.jpg";s:5:"width";s:3:"241";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1283368941";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1409, 1802, '_wp_attached_file', 'green_tree_frog.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1408, 1801, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1341, 1727, '_wp_attached_file', 'sdaazk_logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1342, 1727, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"259";s:6:"height";s:3:"300";s:14:"hwstring_small";s:22:"height=\'96\' width=\'82\'";s:4:"file";s:15:"sdaazk_logo.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"sdaazk_logo-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1410, 1802, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"900";s:6:"height";s:3:"602";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:19:"green_tree_frog.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"green_tree_frog-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:27:"green_tree_frog-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"20";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D200";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1198895354";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"135";s:3:"iso";s:3:"500";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1349, 1739, '_wp_attached_file', 'october-banner.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1350, 1739, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"468";s:6:"height";s:3:"303";s:14:"hwstring_small";s:23:"height=\'82\' width=\'128\'";s:4:"file";s:18:"october-banner.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"october-banner-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:26:"october-banner-300x194.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"194";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1286032267";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1353, 1743, '_edit_lock', '1286031830') ; 
INSERT INTO `wp_postmeta` VALUES (1354, 1743, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1355, 1744, '_wp_attached_file', 'baboon_training.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1356, 1744, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"692";s:6:"height";s:3:"519";s:14:"hwstring_small";s:23:"height=\'96\' width=\'128\'";s:4:"file";s:19:"baboon_training.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"baboon_training-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:27:"baboon_training-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1286032727";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1358, 1747, '_edit_lock', '1286032142') ; 
INSERT INTO `wp_postmeta` VALUES (1359, 1747, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1360, 1748, '_wp_attached_file', 'tapir.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1361, 1748, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"566";s:6:"height";s:3:"853";s:14:"hwstring_small";s:22:"height=\'96\' width=\'63\'";s:4:"file";s:9:"tapir.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"tapir-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:17:"tapir-199x300.jpg";s:5:"width";s:3:"199";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1286033238";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1363, 1751, '_edit_lock', '1286367010') ; 
INSERT INTO `wp_postmeta` VALUES (1364, 1751, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1667, 2101, '_wp_attached_file', 'vulture_chick.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1376, 1767, '_wp_attached_file', 'pbi_leadership_camp1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1377, 1767, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"249";s:6:"height";s:3:"403";s:14:"hwstring_small";s:22:"height=\'96\' width=\'59\'";s:4:"file";s:24:"pbi_leadership_camp1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:32:"pbi_leadership_camp1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:32:"pbi_leadership_camp1-185x300.jpg";s:5:"width";s:3:"185";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1288302373";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1378, 1768, '_wp_attached_file', 'pbi_leadership_camp11.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1379, 1768, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"247";s:6:"height";s:3:"378";s:14:"hwstring_small";s:22:"height=\'96\' width=\'62\'";s:4:"file";s:25:"pbi_leadership_camp11.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:33:"pbi_leadership_camp11-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:33:"pbi_leadership_camp11-196x300.jpg";s:5:"width";s:3:"196";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1288302741";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1428, 1824, '_edit_lock', '1294404470') ; 
INSERT INTO `wp_postmeta` VALUES (1382, 1772, '_wp_attached_file', 'nov_sales_banner.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1383, 1772, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1082";s:6:"height";s:3:"706";s:14:"hwstring_small";s:23:"height=\'83\' width=\'128\'";s:4:"file";s:20:"nov_sales_banner.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"nov_sales_banner-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:28:"nov_sales_banner-300x195.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"195";}s:5:"large";a:3:{s:4:"file";s:29:"nov_sales_banner-1024x668.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"668";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1288627358";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1426, 1821, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1425, 1821, '_edit_lock', '1294404289') ; 
INSERT INTO `wp_postmeta` VALUES (1416, 1811, '_wp_attached_file', 'dec_10_banner.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1417, 1811, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"903";s:6:"height";s:3:"603";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:17:"dec_10_banner.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"dec_10_banner-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:25:"dec_10_banner-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1291212924";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1419, 1814, '_wp_attached_file', 'pass_workshop.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1420, 1814, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"922";s:6:"height";s:4:"1229";s:14:"hwstring_small";s:22:"height=\'96\' width=\'72\'";s:4:"file";s:17:"pass_workshop.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"pass_workshop-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:25:"pass_workshop-225x300.jpg";s:5:"width";s:3:"225";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:26:"pass_workshop-768x1024.jpg";s:5:"width";s:3:"768";s:6:"height";s:4:"1024";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.1";s:6:"credit";s:0:"";s:6:"camera";s:6:"EX-Z75";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1282600129";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.3";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.066666666666667";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1421, 1815, '_wp_attached_file', 'robert_webster.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1422, 1815, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1229";s:6:"height";s:3:"922";s:14:"hwstring_small";s:23:"height=\'96\' width=\'127\'";s:4:"file";s:18:"robert_webster.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"robert_webster-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:26:"robert_webster-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}s:5:"large";a:3:{s:4:"file";s:27:"robert_webster-1024x768.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:6:"EX-Z75";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1282601817";s:9:"copyright";s:0:"";s:12:"focal_length";s:5:"12.47";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1423, 1816, '_wp_attached_file', 'predator_ridge.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1424, 1816, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1600";s:6:"height";s:4:"1200";s:14:"hwstring_small";s:23:"height=\'96\' width=\'128\'";s:4:"file";s:18:"predator_ridge.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"predator_ridge-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:26:"predator_ridge-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}s:5:"large";a:3:{s:4:"file";s:27:"predator_ridge-1024x768.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:25:"Canon PowerShot SD1300 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1282685487";s:9:"copyright";s:0:"";s:12:"focal_length";s:5:"9.464";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:4:"0.05";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1429, 1824, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1431, 1826, '_edit_lock', '1294404999') ; 
INSERT INTO `wp_postmeta` VALUES (1432, 1826, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1433, 1827, '_wp_attached_file', 'bison.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1434, 1827, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"958";s:6:"height";s:3:"638";s:14:"hwstring_small";s:23:"height=\'85\' width=\'127\'";s:4:"file";s:9:"bison.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"bison-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:17:"bison-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1294410168";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1435, 1828, '_wp_attached_file', 'bison1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1436, 1828, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"958";s:6:"height";s:3:"638";s:14:"hwstring_small";s:23:"height=\'85\' width=\'127\'";s:4:"file";s:10:"bison1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"bison1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"bison1-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1294410168";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1439, 1832, '_wp_attached_file', 'nrt-logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1440, 1832, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"135";s:6:"height";s:3:"170";s:14:"hwstring_small";s:22:"height=\'96\' width=\'76\'";s:4:"file";s:12:"nrt-logo.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"nrt-logo-135x150.jpg";s:5:"width";s:3:"135";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1668, 2101, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"539";s:6:"height";s:3:"407";s:14:"hwstring_small";s:23:"height=\'96\' width=\'127\'";s:4:"file";s:17:"vulture_chick.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"vulture_chick-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:25:"vulture_chick-300x226.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"226";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1314971329";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1445, 1841, '_edit_lock', '1296832969') ; 
INSERT INTO `wp_postmeta` VALUES (1446, 1841, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1448, 1844, '_edit_lock', '1296833226') ; 
INSERT INTO `wp_postmeta` VALUES (1449, 1844, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1450, 1845, '_wp_attached_file', 'ground_hornbills.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1451, 1845, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"635";s:6:"height";s:3:"509";s:14:"hwstring_small";s:23:"height=\'96\' width=\'119\'";s:4:"file";s:20:"ground_hornbills.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"ground_hornbills-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:28:"ground_hornbills-300x240.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"240";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1296838551";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1453, 1848, '_edit_lock', '1296834008') ; 
INSERT INTO `wp_postmeta` VALUES (1454, 1848, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1455, 1849, '_wp_attached_file', 'ostrich.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1456, 1849, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"505";s:6:"height";s:3:"376";s:14:"hwstring_small";s:23:"height=\'95\' width=\'128\'";s:4:"file";s:11:"ostrich.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"ostrich-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"ostrich-300x223.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"223";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1296838952";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1467, 1872, '_edit_lock', '1298471209') ; 
INSERT INTO `wp_postmeta` VALUES (1468, 1872, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1476, 1881, '_wp_attached_file', 'giraffe1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1477, 1881, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"299";s:14:"hwstring_small";s:22:"height=\'96\' width=\'67\'";s:4:"file";s:12:"giraffe1.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"giraffe1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1298477565";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1480, 1886, '_edit_lock', '1370470450') ; 
INSERT INTO `wp_postmeta` VALUES (1481, 1886, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1483, 1889, '_edit_lock', '1298474115') ; 
INSERT INTO `wp_postmeta` VALUES (1484, 1889, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1485, 1890, '_wp_attached_file', 'palm_browse.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1486, 1890, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"874";s:6:"height";s:3:"642";s:14:"hwstring_small";s:23:"height=\'94\' width=\'128\'";s:4:"file";s:15:"palm_browse.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"palm_browse-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"palm_browse-300x220.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"220";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1298476133";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1487, 1891, '_wp_attached_file', 'palm_browse1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1488, 1891, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"874";s:6:"height";s:3:"642";s:14:"hwstring_small";s:23:"height=\'94\' width=\'128\'";s:4:"file";s:16:"palm_browse1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"palm_browse1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:24:"palm_browse1-300x220.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"220";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1298476133";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1489, 1892, '_wp_attached_file', 'zebra_palm.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1490, 1892, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1078";s:6:"height";s:3:"857";s:14:"hwstring_small";s:23:"height=\'96\' width=\'120\'";s:4:"file";s:14:"zebra_palm.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"zebra_palm-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"zebra_palm-300x238.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"238";}s:5:"large";a:3:{s:4:"file";s:23:"zebra_palm-1024x814.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"814";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1298476170";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1492, 1896, '_edit_lock', '1298474874') ; 
INSERT INTO `wp_postmeta` VALUES (1493, 1896, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1494, 1897, '_wp_attached_file', 'predator_ridge1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1495, 1897, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"991";s:6:"height";s:3:"742";s:14:"hwstring_small";s:23:"height=\'95\' width=\'128\'";s:4:"file";s:19:"predator_ridge1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"predator_ridge1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:27:"predator_ridge1-300x224.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"224";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1298475992";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1496, 1898, '_wp_attached_file', 'hyena.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1497, 1898, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1037";s:6:"height";s:3:"791";s:14:"hwstring_small";s:23:"height=\'96\' width=\'125\'";s:4:"file";s:9:"hyena.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"hyena-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:17:"hyena-300x228.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"228";}s:5:"large";a:3:{s:4:"file";s:18:"hyena-1024x781.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"781";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1298476058";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1506, 1913, '_wp_attached_file', 'icee.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1507, 1913, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"306";s:6:"height";s:3:"143";s:14:"hwstring_small";s:23:"height=\'59\' width=\'128\'";s:4:"file";s:8:"icee.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"icee-150x143.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"143";}s:6:"medium";a:3:{s:4:"file";s:16:"icee-300x140.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"140";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1509, 1922, '_edit_lock', '1301578558') ; 
INSERT INTO `wp_postmeta` VALUES (1510, 1922, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1511, 1923, '_wp_attached_file', 'bhc_training_tales.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1512, 1923, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"803";s:6:"height";s:3:"327";s:14:"hwstring_small";s:23:"height=\'52\' width=\'128\'";s:4:"file";s:22:"bhc_training_tales.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:30:"bhc_training_tales-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:30:"bhc_training_tales-300x122.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"122";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1301580411";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1513, 1924, '_wp_attached_file', 'hoof_trim.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1514, 1924, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1057";s:6:"height";s:3:"868";s:14:"hwstring_small";s:23:"height=\'96\' width=\'116\'";s:4:"file";s:13:"hoof_trim.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"hoof_trim-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"hoof_trim-300x246.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"246";}s:5:"large";a:3:{s:4:"file";s:22:"hoof_trim-1024x840.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"840";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1301580054";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1516, 1927, '_edit_lock', '1301579002') ; 
INSERT INTO `wp_postmeta` VALUES (1517, 1927, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1518, 1928, '_wp_attached_file', 'butterflies.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1519, 1928, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"814";s:6:"height";s:3:"504";s:14:"hwstring_small";s:23:"height=\'79\' width=\'128\'";s:4:"file";s:15:"butterflies.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"butterflies-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"butterflies-300x185.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1301579975";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1521, 1931, '_edit_lock', '1301579161') ; 
INSERT INTO `wp_postmeta` VALUES (1522, 1931, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1524, 1935, '_wp_attached_file', '2011-logo-horz.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1525, 1935, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"2100";s:6:"height";s:3:"336";s:14:"hwstring_small";s:23:"height=\'20\' width=\'128\'";s:4:"file";s:18:"2011-logo-horz.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"2011-logo-horz-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:25:"2011-logo-horz-300x48.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"48";}s:5:"large";a:3:{s:4:"file";s:27:"2011-logo-horz-1024x163.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"163";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:29:"Zookeeper WEEK.Logo.Horz 2010";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1526, 1937, '_wp_attached_file', 'rickotarsky.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1527, 1937, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"131";s:6:"height";s:3:"150";s:14:"hwstring_small";s:22:"height=\'96\' width=\'83\'";s:4:"file";s:15:"rickotarsky.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:9:"iPhone 3G";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1302276353";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1531, 1973, '_edit_lock', '1304101640') ; 
INSERT INTO `wp_postmeta` VALUES (1532, 1973, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1534, 1976, '_edit_lock', '1304102091') ; 
INSERT INTO `wp_postmeta` VALUES (1535, 1976, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1536, 1977, '_wp_attached_file', 'duiker.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1537, 1977, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"661";s:6:"height";s:3:"513";s:14:"hwstring_small";s:23:"height=\'96\' width=\'123\'";s:4:"file";s:10:"duiker.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"duiker-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"duiker-300x232.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"232";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1304094487";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1539, 1980, '_edit_lock', '1304102712') ; 
INSERT INTO `wp_postmeta` VALUES (1540, 1980, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1541, 1981, '_wp_attached_file', 'ugandan_students.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1542, 1981, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"637";s:6:"height";s:3:"371";s:14:"hwstring_small";s:23:"height=\'74\' width=\'128\'";s:4:"file";s:20:"ugandan_students.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"ugandan_students-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:28:"ugandan_students-300x174.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"174";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1304094983";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1670, 2103, '_edit_lock', '1314979119') ; 
INSERT INTO `wp_postmeta` VALUES (1672, 2104, '_wp_attached_file', 'caracal_bloodsicle.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1671, 2103, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1550, 1990, '_wp_attached_file', 'may2011.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1551, 1990, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1173";s:6:"height";s:3:"643";s:14:"hwstring_small";s:23:"height=\'70\' width=\'128\'";s:4:"file";s:11:"may2011.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"may2011-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"may2011-300x164.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"164";}s:5:"large";a:3:{s:4:"file";s:20:"may2011-1024x561.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"561";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1305723062";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1827, 2223, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1826, 2223, '_edit_lock', '1322928372') ; 
INSERT INTO `wp_postmeta` VALUES (1555, 1993, '_wp_attached_file', 'icz_logo_2012.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1556, 1993, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1006";s:6:"height";s:3:"711";s:14:"hwstring_small";s:23:"height=\'90\' width=\'127\'";s:4:"file";s:17:"icz_logo_2012.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"icz_logo_2012-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:25:"icz_logo_2012-300x212.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"212";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1557, 1994, '_wp_attached_file', 'icz1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1558, 1994, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"2362";s:6:"height";s:3:"531";s:14:"hwstring_small";s:23:"height=\'28\' width=\'128\'";s:4:"file";s:8:"icz1.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"icz1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:15:"icz1-300x67.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"67";}s:5:"large";a:3:{s:4:"file";s:17:"icz1-1024x230.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"230";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1559, 1995, '_wp_attached_file', 'icz2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1560, 1995, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"800";s:6:"height";s:3:"605";s:14:"hwstring_small";s:23:"height=\'96\' width=\'126\'";s:4:"file";s:8:"icz2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"icz2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:16:"icz2-300x226.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"226";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1561, 1996, '_wp_attached_file', 'icz3.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1562, 1996, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1465";s:6:"height";s:4:"1276";s:14:"hwstring_small";s:23:"height=\'96\' width=\'110\'";s:4:"file";s:8:"icz3.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"icz3-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:16:"icz3-300x261.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"261";}s:5:"large";a:3:{s:4:"file";s:17:"icz3-1024x891.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"891";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1564, 2002, '_edit_lock', '1306944114') ; 
INSERT INTO `wp_postmeta` VALUES (1565, 2002, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1567, 2005, '_edit_lock', '1306944387') ; 
INSERT INTO `wp_postmeta` VALUES (1568, 2005, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1569, 2006, '_wp_attached_file', 'vulture1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1570, 2006, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"450";s:6:"height";s:3:"189";s:14:"hwstring_small";s:23:"height=\'53\' width=\'128\'";s:4:"file";s:12:"vulture1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"vulture1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"vulture1-300x126.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"126";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1571, 2007, '_wp_attached_file', 'vulture2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1572, 2007, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"720";s:6:"height";s:3:"481";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:12:"vulture2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"vulture2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"vulture2-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1306932035";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1574, 2011, '_edit_lock', '1306943939') ; 
INSERT INTO `wp_postmeta` VALUES (1575, 2011, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1576, 2012, '_wp_attached_file', 'steps.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1577, 2012, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"455";s:14:"hwstring_small";s:23:"height=\'96\' width=\'126\'";s:4:"file";s:9:"steps.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"steps-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:17:"steps-300x227.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"227";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1306932677";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1579, 2017, '_edit_lock', '1306941934') ; 
INSERT INTO `wp_postmeta` VALUES (1580, 2017, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1583, 2019, '_wp_attached_file', 'grilledcheese.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1584, 2019, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"230";s:6:"height";s:3:"168";s:14:"hwstring_small";s:23:"height=\'93\' width=\'128\'";s:4:"file";s:17:"grilledcheese.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"grilledcheese-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1306935649";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1585, 2020, '_wp_attached_file', 'gbcaazk_logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1586, 2020, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"200";s:6:"height";s:3:"199";s:14:"hwstring_small";s:22:"height=\'96\' width=\'96\'";s:4:"file";s:16:"gbcaazk_logo.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"gbcaazk_logo-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1306935607";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1587, 2021, '_wp_attached_file', 'bronxaazk_logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1588, 2021, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"180";s:6:"height";s:3:"222";s:14:"hwstring_small";s:22:"height=\'96\' width=\'77\'";s:4:"file";s:18:"bronxaazk_logo.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"bronxaazk_logo-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1306935575";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1589, 2022, '_wp_attached_file', 'sflaazk_logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1590, 2022, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"132";s:6:"height";s:3:"179";s:14:"hwstring_small";s:22:"height=\'96\' width=\'70\'";s:4:"file";s:16:"sflaazk_logo.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"sflaazk_logo-132x150.jpg";s:5:"width";s:3:"132";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1306935522";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1601, 2032, '_wp_attached_file', 'dzs_logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1602, 2032, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"330";s:6:"height";s:3:"126";s:14:"hwstring_small";s:23:"height=\'48\' width=\'128\'";s:4:"file";s:12:"dzs_logo.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"dzs_logo-150x126.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"126";}s:6:"medium";a:3:{s:4:"file";s:20:"dzs_logo-300x114.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"114";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1306934507";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1603, 2033, '_wp_attached_file', 'czaw_logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1604, 2033, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"284";s:6:"height";s:3:"124";s:14:"hwstring_small";s:23:"height=\'55\' width=\'128\'";s:4:"file";s:13:"czaw_logo.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"czaw_logo-150x124.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"124";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1306935480";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1609, 2040, '_wp_attached_file', 'june2011.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1610, 2040, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1248";s:6:"height";s:3:"831";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:12:"june2011.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"june2011-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"june2011-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}s:5:"large";a:3:{s:4:"file";s:21:"june2011-1024x681.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"681";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1307015646";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1663, 2096, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1662, 2096, '_edit_lock', '1314977415') ; 
INSERT INTO `wp_postmeta` VALUES (1618, 2049, '_edit_lock', '1309554767') ; 
INSERT INTO `wp_postmeta` VALUES (1619, 2049, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1673, 2104, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"417";s:6:"height";s:3:"620";s:14:"hwstring_small";s:22:"height=\'96\' width=\'64\'";s:4:"file";s:22:"caracal_bloodsicle.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:30:"caracal_bloodsicle-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:30:"caracal_bloodsicle-201x300.jpg";s:5:"width";s:3:"201";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"13";s:6:"credit";s:0:"";s:6:"camera";s:19:"Canon EOS REBEL T1i";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1314971427";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"20";s:3:"iso";s:4:"1600";s:13:"shutter_speed";s:6:"0.0025";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1632, 2066, '_wp_attached_file', 'aperockpic.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1633, 2066, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"512";s:6:"height";s:3:"384";s:14:"hwstring_small";s:23:"height=\'96\' width=\'128\'";s:4:"file";s:14:"aperockpic.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"aperockpic-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"aperockpic-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:15:"BlackBerry 9700";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1666, 2100, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1665, 2100, '_edit_lock', '1314978193') ; 
INSERT INTO `wp_postmeta` VALUES (1638, 2074, '_edit_lock', '1312247607') ; 
INSERT INTO `wp_postmeta` VALUES (1639, 2074, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1640, 2075, '_edit_lock', '1313767420') ; 
INSERT INTO `wp_postmeta` VALUES (1641, 2075, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1643, 2079, '_edit_lock', '1312250309') ; 
INSERT INTO `wp_postmeta` VALUES (1644, 2079, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1645, 2080, '_wp_attached_file', 'giraffe_barn.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1646, 2080, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"299";s:6:"height";s:3:"452";s:14:"hwstring_small";s:22:"height=\'96\' width=\'63\'";s:4:"file";s:16:"giraffe_barn.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"giraffe_barn-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:24:"giraffe_barn-198x300.jpg";s:5:"width";s:3:"198";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1312241718";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1647, 2081, '_wp_attached_file', 'giraffe_barn1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1648, 2081, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"299";s:6:"height";s:3:"452";s:14:"hwstring_small";s:22:"height=\'96\' width=\'63\'";s:4:"file";s:17:"giraffe_barn1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"giraffe_barn1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:25:"giraffe_barn1-198x300.jpg";s:5:"width";s:3:"198";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1312241718";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1832, 2227, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:14:"hwstring_small";s:23:"height=\'96\' width=\'128\'";s:4:"file";s:12:"franck_2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"franck_2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"franck_2-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:36:"KODAK EASYSHARE M1063 DIGITAL CAMERA";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1268003585";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"5.7";s:3:"iso";s:3:"120";s:13:"shutter_speed";s:8:"0.016667";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1763, 2163, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1762, 2163, '_edit_lock', '1317825337') ; 
INSERT INTO `wp_postmeta` VALUES (1678, 2109, '_wp_attached_file', 'battle_creek_logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1679, 2109, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"217";s:6:"height";s:3:"240";s:14:"hwstring_small";s:22:"height=\'96\' width=\'86\'";s:4:"file";s:21:"battle_creek_logo.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:29:"battle_creek_logo-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1314972544";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1680, 2110, '_wp_attached_file', 'bttlecreekphoto.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1681, 2110, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"589";s:6:"height";s:3:"476";s:14:"hwstring_small";s:23:"height=\'96\' width=\'118\'";s:4:"file";s:19:"bttlecreekphoto.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"bttlecreekphoto-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:27:"bttlecreekphoto-300x242.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"242";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:7:"ADR6300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1314972591";s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"4.92";s:3:"iso";s:3:"111";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1682, 2111, '_wp_attached_file', 'st_louis_logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1683, 2111, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"375";s:6:"height";s:3:"350";s:14:"hwstring_small";s:23:"height=\'96\' width=\'102\'";s:4:"file";s:17:"st_louis_logo.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"st_louis_logo-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:25:"st_louis_logo-300x280.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"280";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1314972679";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1684, 2112, '_wp_attached_file', 'littleturtlechapterlogo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1685, 2112, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"350";s:6:"height";s:3:"292";s:14:"hwstring_small";s:23:"height=\'96\' width=\'115\'";s:4:"file";s:27:"littleturtlechapterlogo.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:35:"littleturtlechapterlogo-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:35:"littleturtlechapterlogo-300x250.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"250";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1314972624";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1686, 2113, '_wp_attached_file', 'newenglandchapterlogo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1687, 2113, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"391";s:6:"height";s:3:"255";s:14:"hwstring_small";s:23:"height=\'83\' width=\'128\'";s:4:"file";s:25:"newenglandchapterlogo.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:33:"newenglandchapterlogo-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:33:"newenglandchapterlogo-300x195.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"195";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1314972652";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1688, 2114, '_wp_attached_file', 'ape_rock.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1689, 2114, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"216";s:6:"height";s:3:"288";s:14:"hwstring_small";s:22:"height=\'96\' width=\'72\'";s:4:"file";s:12:"ape_rock.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"ape_rock-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:12:"COOLPIX S550";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1314972456";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.3";s:3:"iso";s:3:"306";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1697, 2122, '_wp_attached_file', 'sept2011.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1698, 2122, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"2331";s:6:"height";s:4:"1475";s:14:"hwstring_small";s:23:"height=\'80\' width=\'128\'";s:4:"file";s:12:"sept2011.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"sept2011-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"sept2011-300x189.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"189";}s:5:"large";a:3:{s:4:"file";s:21:"sept2011-1024x647.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"647";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1314996731";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1704, 2131, '_wp_attached_file', 'wilson.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1705, 2131, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"150";s:6:"height";s:3:"181";s:14:"hwstring_small";s:22:"height=\'96\' width=\'79\'";s:4:"file";s:10:"wilson.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"wilson-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon PowerShot SD750";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1231330707";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"5.8";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1727, 2144, '_rc_cwp_write_panel_id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (2171, 2144, 'reminder_thumbnail', '') ; 
INSERT INTO `wp_postmeta` VALUES (1754, 2157, '_edit_lock', '1317824312') ; 
INSERT INTO `wp_postmeta` VALUES (1755, 2157, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1951, 2378, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"238";s:6:"height";s:3:"224";s:14:"hwstring_small";s:23:"height=\'96\' width=\'102\'";s:4:"file";s:15:"asag-logo-1.jpg";s:5:"sizes";a:10:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"asag-logo-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:23:"asag-logo-1-190x178.jpg";s:5:"width";i:190;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"asag-logo-1-31x29.jpg";s:5:"width";i:31;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"asag-logo-1-38x35.jpg";s:5:"width";i:38;s:6:"height";i:35;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:23:"asag-logo-1-228x215.jpg";s:5:"width";i:228;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:23:"asag-logo-1-190x178.jpg";s:5:"width";i:190;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:23:"asag-logo-1-128x120.jpg";s:5:"width";i:128;s:6:"height";i:120;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:23:"asag-logo-1-238x150.jpg";s:5:"width";i:238;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:23:"asag-logo-1-238x100.jpg";s:5:"width";i:238;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"asag-logo-1-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1950, 2378, '_wp_attached_file', 'asag-logo-1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1759, 2161, '_wp_attached_file', 'ncaazk-logo_2011.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1760, 2161, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"720";s:6:"height";s:3:"564";s:14:"hwstring_small";s:23:"height=\'96\' width=\'122\'";s:4:"file";s:20:"ncaazk-logo_2011.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"ncaazk-logo_2011-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:28:"ncaazk-logo_2011-300x235.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"235";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1764, 2165, '_wp_attached_file', 'bird_window.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1765, 2165, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"555";s:6:"height";s:3:"445";s:14:"hwstring_small";s:23:"height=\'96\' width=\'119\'";s:4:"file";s:15:"bird_window.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"bird_window-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"bird_window-300x240.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"240";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1317818509";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1767, 2169, '_edit_lock', '1317826077') ; 
INSERT INTO `wp_postmeta` VALUES (1768, 2169, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1769, 2170, '_wp_attached_file', 'harpy_eagle.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1770, 2170, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"800";s:6:"height";s:3:"601";s:14:"hwstring_small";s:23:"height=\'96\' width=\'127\'";s:4:"file";s:15:"harpy_eagle.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"harpy_eagle-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"harpy_eagle-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1317819067";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1777, 2177, '_wp_attached_file', 'oct2011.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1778, 2177, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1721";s:6:"height";s:4:"1233";s:14:"hwstring_small";s:23:"height=\'91\' width=\'128\'";s:4:"file";s:11:"oct2011.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"oct2011-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"oct2011-300x214.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"214";}s:5:"large";a:3:{s:4:"file";s:20:"oct2011-1024x733.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"733";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1317848200";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1831, 2227, '_wp_attached_file', 'franck_2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1829, 2226, '_edit_lock', '1322929592') ; 
INSERT INTO `wp_postmeta` VALUES (1830, 2226, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1791, 2191, '_edit_lock', '1320243658') ; 
INSERT INTO `wp_postmeta` VALUES (1792, 2191, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1794, 2196, '_edit_lock', '1320245447') ; 
INSERT INTO `wp_postmeta` VALUES (1795, 2196, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1796, 2197, '_wp_attached_file', 'meerkat_totem.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1797, 2197, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"768";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=\'96\' width=\'72\'";s:4:"file";s:17:"meerkat_totem.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"meerkat_totem-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:25:"meerkat_totem-225x300.jpg";s:5:"width";s:3:"225";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.4";s:6:"credit";s:0:"";s:6:"camera";s:30:"KODAK Z700 ZOOM DIGITAL CAMERA";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1170342165";s:9:"copyright";s:0:"";s:12:"focal_length";s:15:"12.300000190735";s:3:"iso";s:3:"140";s:13:"shutter_speed";s:16:"0.01111111138016";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1799, 2199, '_edit_lock', '1320246140') ; 
INSERT INTO `wp_postmeta` VALUES (1800, 2199, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1801, 2200, '_wp_attached_file', 'raccoon_chute.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1802, 2200, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"734";s:6:"height";s:3:"979";s:14:"hwstring_small";s:22:"height=\'96\' width=\'71\'";s:4:"file";s:17:"raccoon_chute.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"raccoon_chute-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:25:"raccoon_chute-224x300.jpg";s:5:"width";s:3:"224";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:24:"Canon PowerShot SD850 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1316716732";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"5.8";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1806, 2203, '_wp_attached_file', 'galveston_logo.tif') ; 
INSERT INTO `wp_postmeta` VALUES (1807, 2203, '_wp_attachment_metadata', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (1808, 2204, '_wp_attached_file', 'galveston_logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1809, 2204, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"266";s:6:"height";s:3:"300";s:14:"hwstring_small";s:22:"height=\'96\' width=\'85\'";s:4:"file";s:18:"galveston_logo.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"galveston_logo-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1320238966";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1814, 2209, '_wp_attached_file', 'nov2011.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1815, 2209, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1375";s:6:"height";s:3:"915";s:14:"hwstring_small";s:23:"height=\'85\' width=\'127\'";s:4:"file";s:11:"nov2011.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"nov2011-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"nov2011-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}s:5:"large";a:3:{s:4:"file";s:20:"nov2011-1023x681.jpg";s:5:"width";s:4:"1023";s:6:"height";s:3:"681";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1320241195";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1819, 2214, '_wp_attached_file', 'nov20111.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1820, 2214, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1375";s:6:"height";s:3:"915";s:14:"hwstring_small";s:23:"height=\'85\' width=\'127\'";s:4:"file";s:12:"nov20111.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"nov20111-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"nov20111-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}s:5:"large";a:3:{s:4:"file";s:21:"nov20111-1023x681.jpg";s:5:"width";s:4:"1023";s:6:"height";s:3:"681";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1320241195";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1835, 2230, '_edit_lock', '1322929526') ; 
INSERT INTO `wp_postmeta` VALUES (1836, 2230, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1837, 2231, '_wp_attached_file', 'camel1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1838, 2231, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"2816";s:6:"height";s:4:"2112";s:14:"hwstring_small";s:23:"height=\'96\' width=\'128\'";s:4:"file";s:10:"camel1.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"camel1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"camel1-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}s:5:"large";a:3:{s:4:"file";s:19:"camel1-1024x768.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"8";s:6:"credit";s:0:"";s:6:"camera";s:10:"uD600,S600";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1304212930";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"5.8";s:3:"iso";s:2:"64";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1914, 2317, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1913, 2317, '_edit_lock', '1328313779') ; 
INSERT INTO `wp_postmeta` VALUES (1844, 2236, '_wp_attached_file', 'nj_chap_logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1845, 2236, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3817";s:6:"height";s:4:"3817";s:14:"hwstring_small";s:22:"height=\'96\' width=\'96\'";s:4:"file";s:16:"nj_chap_logo.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"nj_chap_logo-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:24:"nj_chap_logo-300x300.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:26:"nj_chap_logo-1024x1024.jpg";s:5:"width";s:4:"1024";s:6:"height";s:4:"1024";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:4:"AAZK";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2087, 2529, '_wp_attached_file', 'sara_wunder2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1855, 2251, '_wp_attached_file', 'icz4.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1856, 2251, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3888";s:6:"height";s:4:"2592";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:8:"icz4.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"icz4-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:16:"icz4-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}s:5:"large";a:3:{s:4:"file";s:17:"icz4-1024x682.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"682";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"5";s:6:"credit";s:0:"";s:6:"camera";s:22:"Canon EOS 400D DIGITAL";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1302644490";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"21";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1858, 2258, '_wp_attached_file', 'wagner1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1859, 2258, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"150";s:6:"height";s:3:"144";s:14:"hwstring_small";s:23:"height=\'96\' width=\'100\'";s:4:"file";s:11:"wagner1.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1860, 2260, '_edit_lock', '1325202196') ; 
INSERT INTO `wp_postmeta` VALUES (1861, 2260, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1863, 2263, '_edit_lock', '1325202699') ; 
INSERT INTO `wp_postmeta` VALUES (1864, 2263, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1865, 2264, '_wp_attached_file', 'condors-2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1866, 2264, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3648";s:6:"height";s:4:"2736";s:14:"hwstring_small";s:23:"height=\'96\' width=\'128\'";s:4:"file";s:13:"condors-2.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"condors-2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"condors-2-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}s:5:"large";a:3:{s:4:"file";s:22:"condors-2-1024x768.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:7:"DSC-H20";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1287673076";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.3";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1868, 2267, '_edit_lock', '1325203290') ; 
INSERT INTO `wp_postmeta` VALUES (1869, 2267, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1870, 2268, '_wp_attached_file', 'mendyk-4.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1871, 2268, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1536";s:6:"height";s:4:"1152";s:14:"hwstring_small";s:23:"height=\'96\' width=\'128\'";s:4:"file";s:12:"mendyk-4.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"mendyk-4-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"mendyk-4-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}s:5:"large";a:3:{s:4:"file";s:21:"mendyk-4-1024x768.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:8:"DSC-P200";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1109571065";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"7.9";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2088, 2529, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"150";s:6:"height";s:3:"171";s:14:"hwstring_small";s:22:"height=\'96\' width=\'84\'";s:4:"file";s:16:"sara_wunder2.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"sara_wunder2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"sara_wunder2-27x31.jpg";s:5:"width";i:27;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"sara_wunder2-33x38.jpg";s:5:"width";i:33;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:24:"sara_wunder2-112x128.jpg";s:5:"width";i:112;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:24:"sara_wunder2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:24:"sara_wunder2-150x100.jpg";s:5:"width";i:150;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"sara_wunder2-150x111.jpg";s:5:"width";i:150;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:6:"DSC-N2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1341591435";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"7.9";s:3:"iso";s:3:"160";s:13:"shutter_speed";s:7:"0.00625";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1882, 2291, '_wp_attached_file', 'trees.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1883, 2291, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"800";s:6:"height";s:3:"337";s:14:"hwstring_small";s:23:"height=\'53\' width=\'128\'";s:4:"file";s:9:"trees.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"trees-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:17:"trees-300x126.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"126";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1885, 2293, '_wp_attached_file', 'trees1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1886, 2293, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"250";s:6:"height";s:3:"411";s:14:"hwstring_small";s:22:"height=\'96\' width=\'58\'";s:4:"file";s:10:"trees1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"trees1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"trees1-182x300.jpg";s:5:"width";s:3:"182";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1894, 2302, '_edit_lock', '1328141364') ; 
INSERT INTO `wp_postmeta` VALUES (1895, 2302, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1897, 2305, '_edit_lock', '1328142283') ; 
INSERT INTO `wp_postmeta` VALUES (1898, 2305, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1899, 2306, '_wp_attached_file', 'kowali_before.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1900, 2306, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"704";s:6:"height";s:3:"914";s:14:"hwstring_small";s:22:"height=\'96\' width=\'73\'";s:4:"file";s:17:"kowali_before.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"kowali_before-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:25:"kowali_before-231x300.jpg";s:5:"width";s:3:"231";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"2";s:6:"credit";s:0:"";s:6:"camera";s:9:"CYBERSHOT";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1137604057";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"9.7";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1901, 2307, '_wp_attached_file', 'kowali_before1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1902, 2307, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"704";s:6:"height";s:3:"914";s:14:"hwstring_small";s:22:"height=\'96\' width=\'73\'";s:4:"file";s:18:"kowali_before1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"kowali_before1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:26:"kowali_before1-231x300.jpg";s:5:"width";s:3:"231";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"2";s:6:"credit";s:0:"";s:6:"camera";s:9:"CYBERSHOT";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1137604057";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"9.7";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1903, 2308, '_wp_attached_file', 'kowali_after.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1904, 2308, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"2560";s:6:"height";s:4:"1920";s:14:"hwstring_small";s:23:"height=\'96\' width=\'128\'";s:4:"file";s:16:"kowali_after.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"kowali_after-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:24:"kowali_after-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}s:5:"large";a:3:{s:4:"file";s:25:"kowali_after-1024x768.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.4";s:6:"credit";s:0:"";s:6:"camera";s:9:"CYBERSHOT";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1254170913";s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"28.9";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1969, 2410, '_wp_attached_file', 'donate_button.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1910, 2315, '_wp_attached_file', 'battlecreeklogo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1911, 2315, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:2:"90";s:6:"height";s:3:"100";s:14:"hwstring_small";s:22:"height=\'96\' width=\'86\'";s:4:"file";s:19:"battlecreeklogo.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1915, 2319, '_wp_attached_file', 'lemur_island.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1916, 2319, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"2048";s:6:"height";s:4:"1536";s:14:"hwstring_small";s:23:"height=\'96\' width=\'128\'";s:4:"file";s:16:"lemur_island.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"lemur_island-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:24:"lemur_island-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}s:5:"large";a:3:{s:4:"file";s:25:"lemur_island-1024x768.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon PowerShot S5 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1312201549";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"6";s:3:"iso";s:2:"80";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1917, 2325, '_wp_attached_file', 'lemur_island1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1918, 2325, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=\'96\' width=\'128\'";s:4:"file";s:17:"lemur_island1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"lemur_island1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:25:"lemur_island1-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon PowerShot S5 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1312201549";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"6";s:3:"iso";s:2:"80";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1919, 2328, '_wp_attached_file', 'rtlemur1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1920, 2328, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=\'96\' width=\'128\'";s:4:"file";s:12:"rtlemur1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"rtlemur1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"rtlemur1-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon PowerShot S5 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1314042669";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"16";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1921, 2329, '_wp_attached_file', 'lemur.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1922, 2329, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"475";s:14:"hwstring_small";s:23:"height=\'96\' width=\'121\'";s:4:"file";s:9:"lemur.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"lemur-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:17:"lemur-300x237.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"237";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon PowerShot S5 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1311690275";s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"35.4";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:7:"0.00625";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1923, 2344, '_wp_attached_file', 'lemur_island2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1924, 2344, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"604";s:6:"height";s:3:"485";s:14:"hwstring_small";s:23:"height=\'96\' width=\'119\'";s:4:"file";s:17:"lemur_island2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"lemur_island2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:25:"lemur_island2-300x240.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"240";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1328197899";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1925, 2345, '_wp_attached_file', 'rtlemur11.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1926, 2345, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"611";s:6:"height";s:3:"492";s:14:"hwstring_small";s:23:"height=\'96\' width=\'119\'";s:4:"file";s:13:"rtlemur11.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"rtlemur11-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"rtlemur11-300x241.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"241";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1328308838";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1927, 2346, '_wp_attached_file', 'lemur1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1928, 2346, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"616";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=\'96\' width=\'118\'";s:4:"file";s:10:"lemur1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"lemur1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"lemur1-300x243.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"243";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1328308454";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1929, 2351, '_wp_attached_file', 'ethogram.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1930, 2351, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"573";s:6:"height";s:3:"205";s:14:"hwstring_small";s:23:"height=\'45\' width=\'128\'";s:4:"file";s:12:"ethogram.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"ethogram-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"ethogram-300x107.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"107";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1328309757";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1931, 2353, '_wp_attached_file', 'rtlemur.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1932, 2353, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"613";s:6:"height";s:3:"493";s:14:"hwstring_small";s:23:"height=\'96\' width=\'119\'";s:4:"file";s:11:"rtlemur.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"rtlemur-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"rtlemur-300x241.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"241";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1328308730";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1933, 2354, '_wp_attached_file', 'ginger.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1934, 2354, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"610";s:6:"height";s:3:"486";s:14:"hwstring_small";s:23:"height=\'96\' width=\'120\'";s:4:"file";s:10:"ginger.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"ginger-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"ginger-300x239.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"239";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1328198290";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1935, 2358, '_wp_attached_file', 'lemur2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1936, 2358, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"615";s:6:"height";s:3:"605";s:14:"hwstring_small";s:22:"height=\'96\' width=\'97\'";s:4:"file";s:10:"lemur2.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"lemur2-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:"lemur2-300x295.jpg";s:5:"width";i:300;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:18:"lemur2-190x186.jpg";s:5:"width";i:190;s:6:"height";i:186;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"lemur2-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"lemur2-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:18:"lemur2-218x215.jpg";s:5:"width";i:218;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:18:"lemur2-190x186.jpg";s:5:"width";i:190;s:6:"height";i:186;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:18:"lemur2-128x125.jpg";s:5:"width";i:128;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:18:"lemur2-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"lemur2-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"lemur2-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:18:"lemur2-615x421.jpg";s:5:"width";i:615;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1328308608";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1937, 2364, '_wp_attached_file', 'chart1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1938, 2364, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"641";s:6:"height";s:3:"427";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:10:"chart1.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"chart1-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:"chart1-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:18:"chart1-190x126.jpg";s:5:"width";i:190;s:6:"height";i:126;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"chart1-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"chart1-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:18:"chart1-322x215.jpg";s:5:"width";i:322;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:18:"chart1-190x126.jpg";s:5:"width";i:190;s:6:"height";i:126;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:17:"chart1-128x85.jpg";s:5:"width";i:128;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:18:"chart1-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"chart1-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"chart1-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:18:"chart1-641x421.jpg";s:5:"width";i:641;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1328197575";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1939, 2365, '_wp_attached_file', 'chart2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1940, 2365, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"638";s:6:"height";s:3:"417";s:14:"hwstring_small";s:23:"height=\'83\' width=\'128\'";s:4:"file";s:10:"chart2.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"chart2-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:"chart2-300x196.jpg";s:5:"width";i:300;s:6:"height";i:196;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:18:"chart2-190x124.jpg";s:5:"width";i:190;s:6:"height";i:124;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"chart2-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"chart2-38x24.jpg";s:5:"width";i:38;s:6:"height";i:24;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:18:"chart2-328x215.jpg";s:5:"width";i:328;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:18:"chart2-190x124.jpg";s:5:"width";i:190;s:6:"height";i:124;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:17:"chart2-128x83.jpg";s:5:"width";i:128;s:6:"height";i:83;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:18:"chart2-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"chart2-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"chart2-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1328197711";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1941, 2367, '_wp_attached_file', 'graph1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1942, 2367, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"503";s:6:"height";s:3:"348";s:14:"hwstring_small";s:23:"height=\'88\' width=\'127\'";s:4:"file";s:10:"graph1.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"graph1-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:"graph1-300x207.jpg";s:5:"width";i:300;s:6:"height";i:207;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:18:"graph1-190x131.jpg";s:5:"width";i:190;s:6:"height";i:131;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"graph1-31x21.jpg";s:5:"width";i:31;s:6:"height";i:21;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"graph1-38x26.jpg";s:5:"width";i:38;s:6:"height";i:26;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:18:"graph1-310x215.jpg";s:5:"width";i:310;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:18:"graph1-190x131.jpg";s:5:"width";i:190;s:6:"height";i:131;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:17:"graph1-128x88.jpg";s:5:"width";i:128;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:18:"graph1-503x150.jpg";s:5:"width";i:503;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"graph1-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"graph1-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1328198042";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1943, 2368, '_wp_attached_file', 'graph2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1944, 2368, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"525";s:6:"height";s:3:"378";s:14:"hwstring_small";s:23:"height=\'92\' width=\'128\'";s:4:"file";s:10:"graph2.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"graph2-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:"graph2-300x216.jpg";s:5:"width";i:300;s:6:"height";i:216;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:18:"graph2-190x136.jpg";s:5:"width";i:190;s:6:"height";i:136;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"graph2-31x22.jpg";s:5:"width";i:31;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"graph2-38x27.jpg";s:5:"width";i:38;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:18:"graph2-298x215.jpg";s:5:"width";i:298;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:18:"graph2-190x136.jpg";s:5:"width";i:190;s:6:"height";i:136;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:17:"graph2-128x92.jpg";s:5:"width";i:128;s:6:"height";i:92;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:18:"graph2-525x150.jpg";s:5:"width";i:525;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"graph2-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"graph2-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1328198165";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1955, 2397, '_edit_lock', '1330618076') ; 
INSERT INTO `wp_postmeta` VALUES (1956, 2397, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1958, 2400, '_edit_lock', '1336058291') ; 
INSERT INTO `wp_postmeta` VALUES (1959, 2400, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1960, 2401, '_wp_attached_file', 'red_panda.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1961, 2401, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1192";s:6:"height";s:3:"875";s:14:"hwstring_small";s:23:"height=\'93\' width=\'128\'";s:4:"file";s:13:"red_panda.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"red_panda-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:"red_panda-300x220.jpg";s:5:"width";i:300;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"red_panda-1024x751.jpg";s:5:"width";i:1024;s:6:"height";i:751;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:21:"red_panda-190x139.jpg";s:5:"width";i:190;s:6:"height";i:139;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"red_panda-31x22.jpg";s:5:"width";i:31;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"red_panda-38x27.jpg";s:5:"width";i:38;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:21:"red_panda-292x215.jpg";s:5:"width";i:292;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:21:"red_panda-190x139.jpg";s:5:"width";i:190;s:6:"height";i:139;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:20:"red_panda-128x93.jpg";s:5:"width";i:128;s:6:"height";i:93;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:21:"red_panda-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:21:"red_panda-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"red_panda-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:22:"red_panda-1192x421.jpg";s:5:"width";i:1192;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:11:"HP pst_p02a";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1964, 2405, '_edit_lock', '1339100263') ; 
INSERT INTO `wp_postmeta` VALUES (1965, 2405, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1966, 2406, '_wp_attached_file', 'sd_group.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1967, 2406, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1600";s:6:"height";s:4:"1200";s:14:"hwstring_small";s:23:"height=\'96\' width=\'128\'";s:4:"file";s:12:"sd_group.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"sd_group-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:"sd_group-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:"sd_group-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:20:"sd_group-190x142.jpg";s:5:"width";i:190;s:6:"height";i:142;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"sd_group-31x23.jpg";s:5:"width";i:31;s:6:"height";i:23;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"sd_group-38x28.jpg";s:5:"width";i:38;s:6:"height";i:28;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:20:"sd_group-286x215.jpg";s:5:"width";i:286;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:20:"sd_group-190x142.jpg";s:5:"width";i:190;s:6:"height";i:142;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"sd_group-128x96.jpg";s:5:"width";i:128;s:6:"height";i:96;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:20:"sd_group-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:20:"sd_group-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"sd_group-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:21:"sd_group-1600x421.jpg";s:5:"width";i:1600;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.6";s:6:"credit";s:0:"";s:6:"camera";s:20:"Canon PowerShot A550";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1327167528";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"5.8";s:3:"iso";s:2:"80";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1970, 2410, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"135";s:6:"height";s:3:"136";s:14:"hwstring_small";s:22:"height=\'96\' width=\'95\'";s:4:"file";s:17:"donate_button.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1330697293";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}s:5:"sizes";a:5:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"donate_button-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"donate_button-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:25:"donate_button-128x128.jpg";s:5:"width";i:128;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:25:"donate_button-135x100.jpg";s:5:"width";i:135;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"donate_button-135x111.jpg";s:5:"width";i:135;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}}}') ; 
INSERT INTO `wp_postmeta` VALUES (1974, 2421, '_edit_lock', '1333125639') ; 
INSERT INTO `wp_postmeta` VALUES (1975, 2421, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1977, 2424, '_edit_lock', '1334418431') ; 
INSERT INTO `wp_postmeta` VALUES (1978, 2424, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1981, 2428, '_wp_attached_file', 'christy_poelker.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1982, 2428, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"170";s:6:"height";s:3:"199";s:14:"hwstring_small";s:22:"height=\'96\' width=\'82\'";s:4:"file";s:19:"christy_poelker.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"christy_poelker-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:27:"christy_poelker-162x190.jpg";s:5:"width";i:162;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:25:"christy_poelker-26x31.jpg";s:5:"width";i:26;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:25:"christy_poelker-32x38.jpg";s:5:"width";i:32;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:27:"christy_poelker-162x190.jpg";s:5:"width";i:162;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:27:"christy_poelker-109x128.jpg";s:5:"width";i:109;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:27:"christy_poelker-170x150.jpg";s:5:"width";i:170;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:27:"christy_poelker-170x100.jpg";s:5:"width";i:170;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"christy_poelker-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"10";s:6:"credit";s:0:"";s:6:"camera";s:26:"Canon EOS DIGITAL REBEL XT";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1333380349";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"25";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1983, 2435, '_wp_attached_file', '2012_logo_horz.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1984, 2435, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3000";s:6:"height";s:3:"600";s:14:"hwstring_small";s:23:"height=\'25\' width=\'128\'";s:4:"file";s:18:"2012_logo_horz.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"2012_logo_horz-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:"2012_logo_horz-300x60.jpg";s:5:"width";i:300;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"2012_logo_horz-1024x204.jpg";s:5:"width";i:1024;s:6:"height";i:204;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:25:"2012_logo_horz-190x38.jpg";s:5:"width";i:190;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"2012_logo_horz-31x6.jpg";s:5:"width";i:31;s:6:"height";i:6;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"2012_logo_horz-38x7.jpg";s:5:"width";i:38;s:6:"height";i:7;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:25:"2012_logo_horz-425x85.jpg";s:5:"width";i:425;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:25:"2012_logo_horz-190x38.jpg";s:5:"width";i:190;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:25:"2012_logo_horz-128x25.jpg";s:5:"width";i:128;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:26:"2012_logo_horz-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:26:"2012_logo_horz-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"2012_logo_horz-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:27:"2012_logo_horz-1800x421.jpg";s:5:"width";i:1800;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:30:"Zoo keeper WEEK.Logo.Horz 2011";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1985, 2437, '_wp_attached_file', 'ian.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1986, 2437, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3872";s:6:"height";s:4:"2592";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:7:"ian.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"ian-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:15:"ian-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:16:"ian-1024x685.jpg";s:5:"width";i:1024;s:6:"height";i:685;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:15:"ian-190x127.jpg";s:5:"width";i:190;s:6:"height";i:127;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:13:"ian-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:13:"ian-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:15:"ian-321x215.jpg";s:5:"width";i:321;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:15:"ian-190x127.jpg";s:5:"width";i:190;s:6:"height";i:127;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:14:"ian-128x85.jpg";s:5:"width";i:128;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:15:"ian-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:15:"ian-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"ian-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:16:"ian-1800x421.jpg";s:5:"width";i:1800;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"7.1";s:6:"credit";s:10:"Picasa 3.0";s:6:"camera";s:10:"NIKON D40X";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1261593346";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"55";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1987, 2438, '_wp_attached_file', 'ian1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1988, 2438, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1906";s:6:"height";s:4:"1381";s:14:"hwstring_small";s:23:"height=\'92\' width=\'128\'";s:4:"file";s:8:"ian1.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"ian1-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:16:"ian1-300x217.jpg";s:5:"width";i:300;s:6:"height";i:217;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:17:"ian1-1024x741.jpg";s:5:"width";i:1024;s:6:"height";i:741;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:16:"ian1-190x137.jpg";s:5:"width";i:190;s:6:"height";i:137;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:14:"ian1-31x22.jpg";s:5:"width";i:31;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:14:"ian1-38x27.jpg";s:5:"width";i:38;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:16:"ian1-296x215.jpg";s:5:"width";i:296;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:16:"ian1-190x137.jpg";s:5:"width";i:190;s:6:"height";i:137;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:15:"ian1-128x92.jpg";s:5:"width";i:128;s:6:"height";i:92;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:16:"ian1-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:16:"ian1-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"ian1-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:17:"ian1-1800x421.jpg";s:5:"width";i:1800;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334411190";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1989, 2439, '_wp_attached_file', 'black_rhino.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1990, 2439, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"927";s:6:"height";s:4:"1106";s:14:"hwstring_small";s:22:"height=\'96\' width=\'80\'";s:4:"file";s:15:"black_rhino.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"black_rhino-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:"black_rhino-251x300.jpg";s:5:"width";i:251;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"black_rhino-858x1024.jpg";s:5:"width";i:858;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:23:"black_rhino-159x190.jpg";s:5:"width";i:159;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"black_rhino-25x31.jpg";s:5:"width";i:25;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"black_rhino-31x38.jpg";s:5:"width";i:31;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:23:"black_rhino-180x215.jpg";s:5:"width";i:180;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:23:"black_rhino-159x190.jpg";s:5:"width";i:159;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:23:"black_rhino-107x128.jpg";s:5:"width";i:107;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:23:"black_rhino-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:23:"black_rhino-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"black_rhino-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:23:"black_rhino-927x421.jpg";s:5:"width";i:927;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"7.1";s:6:"credit";s:0:"";s:6:"camera";s:13:"Canon EOS 40D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1265530111";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"300";s:3:"iso";s:3:"500";s:13:"shutter_speed";s:6:"0.0025";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1992, 2443, '_edit_lock', '1334418938') ; 
INSERT INTO `wp_postmeta` VALUES (1993, 2443, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (1994, 2444, '_wp_attached_file', 'anna3.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1995, 2444, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"456";s:6:"height";s:3:"700";s:14:"hwstring_small";s:22:"height=\'96\' width=\'62\'";s:4:"file";s:9:"anna3.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"anna3-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:17:"anna3-195x300.jpg";s:5:"width";i:195;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:17:"anna3-123x190.jpg";s:5:"width";i:123;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:15:"anna3-20x31.jpg";s:5:"width";i:20;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:15:"anna3-24x38.jpg";s:5:"width";i:24;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:17:"anna3-140x215.jpg";s:5:"width";i:140;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:17:"anna3-123x190.jpg";s:5:"width";i:123;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:16:"anna3-83x128.jpg";s:5:"width";i:83;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:17:"anna3-456x150.jpg";s:5:"width";i:456;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:17:"anna3-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"anna3-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:17:"anna3-456x421.jpg";s:5:"width";i:456;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:9:"QSS-32_33";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1996, 2445, '_wp_attached_file', 'anna.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1997, 2445, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"700";s:6:"height";s:3:"456";s:14:"hwstring_small";s:23:"height=\'83\' width=\'128\'";s:4:"file";s:8:"anna.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"anna-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:16:"anna-300x195.jpg";s:5:"width";i:300;s:6:"height";i:195;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:16:"anna-190x123.jpg";s:5:"width";i:190;s:6:"height";i:123;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:14:"anna-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:14:"anna-38x24.jpg";s:5:"width";i:38;s:6:"height";i:24;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:16:"anna-330x215.jpg";s:5:"width";i:330;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:16:"anna-190x123.jpg";s:5:"width";i:190;s:6:"height";i:123;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:15:"anna-128x83.jpg";s:5:"width";i:128;s:6:"height";i:83;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:16:"anna-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:16:"anna-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"anna-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:16:"anna-700x421.jpg";s:5:"width";i:700;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:9:"QSS-32_33";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (1998, 2446, '_wp_attached_file', 'anna_guards.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (1999, 2446, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"456";s:6:"height";s:3:"700";s:14:"hwstring_small";s:22:"height=\'96\' width=\'62\'";s:4:"file";s:15:"anna_guards.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"anna_guards-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:"anna_guards-195x300.jpg";s:5:"width";i:195;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:23:"anna_guards-123x190.jpg";s:5:"width";i:123;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"anna_guards-20x31.jpg";s:5:"width";i:20;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"anna_guards-24x38.jpg";s:5:"width";i:24;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:23:"anna_guards-140x215.jpg";s:5:"width";i:140;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:23:"anna_guards-123x190.jpg";s:5:"width";i:123;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"anna_guards-83x128.jpg";s:5:"width";i:83;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:23:"anna_guards-456x150.jpg";s:5:"width";i:456;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:23:"anna_guards-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"anna_guards-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:23:"anna_guards-456x421.jpg";s:5:"width";i:456;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:9:"QSS-32_33";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2000, 2447, '_wp_attached_file', 'anna2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2001, 2447, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"456";s:6:"height";s:3:"700";s:14:"hwstring_small";s:22:"height=\'96\' width=\'62\'";s:4:"file";s:9:"anna2.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"anna2-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:17:"anna2-195x300.jpg";s:5:"width";i:195;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:17:"anna2-123x190.jpg";s:5:"width";i:123;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:15:"anna2-20x31.jpg";s:5:"width";i:20;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:15:"anna2-24x38.jpg";s:5:"width";i:24;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:17:"anna2-140x215.jpg";s:5:"width";i:140;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:17:"anna2-123x190.jpg";s:5:"width";i:123;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:16:"anna2-83x128.jpg";s:5:"width";i:83;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:17:"anna2-456x150.jpg";s:5:"width";i:456;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:17:"anna2-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"anna2-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:17:"anna2-456x421.jpg";s:5:"width";i:456;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:9:"QSS-32_33";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2004, 2452, '_edit_lock', '1334419161') ; 
INSERT INTO `wp_postmeta` VALUES (2005, 2452, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2007, 2454, '_edit_lock', '1336057943') ; 
INSERT INTO `wp_postmeta` VALUES (2008, 2454, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2011, 2458, '_edit_lock', '1336059514') ; 
INSERT INTO `wp_postmeta` VALUES (2012, 2458, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2013, 2459, '_wp_attached_file', 'chinchilla.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2014, 2459, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1571";s:6:"height";s:4:"1080";s:14:"hwstring_small";s:23:"height=\'87\' width=\'127\'";s:4:"file";s:14:"chinchilla.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"chinchilla-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:"chinchilla-300x206.jpg";s:5:"width";i:300;s:6:"height";i:206;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"chinchilla-1024x703.jpg";s:5:"width";i:1024;s:6:"height";i:703;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:22:"chinchilla-190x130.jpg";s:5:"width";i:190;s:6:"height";i:130;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"chinchilla-31x21.jpg";s:5:"width";i:31;s:6:"height";i:21;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"chinchilla-38x26.jpg";s:5:"width";i:38;s:6:"height";i:26;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:22:"chinchilla-312x215.jpg";s:5:"width";i:312;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:22:"chinchilla-190x130.jpg";s:5:"width";i:190;s:6:"height";i:130;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"chinchilla-128x87.jpg";s:5:"width";i:128;s:6:"height";i:87;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:22:"chinchilla-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:22:"chinchilla-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"chinchilla-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:23:"chinchilla-1571x421.jpg";s:5:"width";i:1571;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2016, 2463, '_wp_attached_file', 'chinchilla1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2017, 2463, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"840";s:6:"height";s:3:"645";s:14:"hwstring_small";s:23:"height=\'96\' width=\'125\'";s:4:"file";s:15:"chinchilla1.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"chinchilla1-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:"chinchilla1-300x230.jpg";s:5:"width";i:300;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:23:"chinchilla1-190x145.jpg";s:5:"width";i:190;s:6:"height";i:145;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"chinchilla1-31x23.jpg";s:5:"width";i:31;s:6:"height";i:23;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"chinchilla1-38x29.jpg";s:5:"width";i:38;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:23:"chinchilla1-280x215.jpg";s:5:"width";i:280;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:23:"chinchilla1-190x145.jpg";s:5:"width";i:190;s:6:"height";i:145;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"chinchilla1-128x98.jpg";s:5:"width";i:128;s:6:"height";i:98;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:23:"chinchilla1-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:23:"chinchilla1-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"chinchilla1-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:23:"chinchilla1-840x421.jpg";s:5:"width";i:840;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1336053584";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2018, 2464, '_wp_attached_file', 'chinchilla2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2019, 2464, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"504";s:6:"height";s:3:"387";s:14:"hwstring_small";s:23:"height=\'96\' width=\'125\'";s:4:"file";s:15:"chinchilla2.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"chinchilla2-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:"chinchilla2-300x230.jpg";s:5:"width";i:300;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:23:"chinchilla2-190x145.jpg";s:5:"width";i:190;s:6:"height";i:145;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"chinchilla2-31x23.jpg";s:5:"width";i:31;s:6:"height";i:23;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"chinchilla2-38x29.jpg";s:5:"width";i:38;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:23:"chinchilla2-280x215.jpg";s:5:"width";i:280;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:23:"chinchilla2-190x145.jpg";s:5:"width";i:190;s:6:"height";i:145;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"chinchilla2-128x98.jpg";s:5:"width";i:128;s:6:"height";i:98;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:23:"chinchilla2-504x150.jpg";s:5:"width";i:504;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:23:"chinchilla2-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"chinchilla2-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1336053584";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2022, 2467, '_edit_lock', '1336059963') ; 
INSERT INTO `wp_postmeta` VALUES (2023, 2467, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2024, 2468, '_wp_attached_file', '732borneo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2025, 2468, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"500";s:6:"height";s:3:"359";s:14:"hwstring_small";s:23:"height=\'91\' width=\'128\'";s:4:"file";s:13:"732borneo.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"732borneo-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:"732borneo-300x215.jpg";s:5:"width";i:300;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:21:"732borneo-190x136.jpg";s:5:"width";i:190;s:6:"height";i:136;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"732borneo-31x22.jpg";s:5:"width";i:31;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"732borneo-38x27.jpg";s:5:"width";i:38;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:21:"732borneo-299x215.jpg";s:5:"width";i:299;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:21:"732borneo-190x136.jpg";s:5:"width";i:190;s:6:"height";i:136;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:20:"732borneo-128x91.jpg";s:5:"width";i:128;s:6:"height";i:91;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:21:"732borneo-500x150.jpg";s:5:"width";i:500;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:21:"732borneo-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"732borneo-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1336054296";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2027, 2471, '_wp_attached_file', 'sdaazklogo2005small.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2028, 2471, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"519";s:6:"height";s:3:"600";s:14:"hwstring_small";s:22:"height=\'96\' width=\'83\'";s:4:"file";s:23:"sdaazklogo2005small.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"sdaazklogo2005small-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:31:"sdaazklogo2005small-259x300.jpg";s:5:"width";i:259;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:31:"sdaazklogo2005small-164x190.jpg";s:5:"width";i:164;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:29:"sdaazklogo2005small-26x31.jpg";s:5:"width";i:26;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:29:"sdaazklogo2005small-32x38.jpg";s:5:"width";i:32;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:31:"sdaazklogo2005small-185x215.jpg";s:5:"width";i:185;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:31:"sdaazklogo2005small-164x190.jpg";s:5:"width";i:164;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:31:"sdaazklogo2005small-110x128.jpg";s:5:"width";i:110;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:31:"sdaazklogo2005small-519x150.jpg";s:5:"width";i:519;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:31:"sdaazklogo2005small-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:31:"sdaazklogo2005small-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:31:"sdaazklogo2005small-519x421.jpg";s:5:"width";i:519;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2030, 2474, '_edit_lock', '1339098363') ; 
INSERT INTO `wp_postmeta` VALUES (2031, 2474, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2032, 2475, '_wp_attached_file', 'mac2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2033, 2475, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"900";s:6:"height";s:3:"600";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:8:"mac2.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"mac2-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:16:"mac2-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:16:"mac2-190x126.jpg";s:5:"width";i:190;s:6:"height";i:126;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:14:"mac2-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:14:"mac2-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:16:"mac2-322x215.jpg";s:5:"width";i:322;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:16:"mac2-190x126.jpg";s:5:"width";i:190;s:6:"height";i:126;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:15:"mac2-128x85.jpg";s:5:"width";i:128;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:16:"mac2-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:16:"mac2-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"mac2-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:16:"mac2-900x421.jpg";s:5:"width";i:900;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"10";s:6:"credit";s:0:"";s:6:"camera";s:19:"Canon EOS REBEL T3i";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1339090950";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2034, 2476, '_wp_attached_file', 'mac.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2035, 2476, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"900";s:6:"height";s:3:"600";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:7:"mac.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"mac-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:15:"mac-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:15:"mac-190x126.jpg";s:5:"width";i:190;s:6:"height";i:126;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:13:"mac-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:13:"mac-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:15:"mac-322x215.jpg";s:5:"width";i:322;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:15:"mac-190x126.jpg";s:5:"width";i:190;s:6:"height";i:126;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:14:"mac-128x85.jpg";s:5:"width";i:128;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:15:"mac-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:15:"mac-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"mac-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:15:"mac-900x421.jpg";s:5:"width";i:900;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:0:"";s:6:"camera";s:19:"Canon EOS REBEL T3i";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1339090913";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2037, 2481, '_wp_attached_file', 'lcs-aazk-logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2038, 2481, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"486";s:6:"height";s:3:"124";s:14:"hwstring_small";s:23:"height=\'32\' width=\'128\'";s:4:"file";s:17:"lcs-aazk-logo.jpg";s:5:"sizes";a:10:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"lcs-aazk-logo-150x124.jpg";s:5:"width";i:150;s:6:"height";i:124;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"lcs-aazk-logo-300x76.jpg";s:5:"width";i:300;s:6:"height";i:76;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:24:"lcs-aazk-logo-190x48.jpg";s:5:"width";i:190;s:6:"height";i:48;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"lcs-aazk-logo-31x7.jpg";s:5:"width";i:31;s:6:"height";i:7;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"lcs-aazk-logo-38x9.jpg";s:5:"width";i:38;s:6:"height";i:9;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:25:"lcs-aazk-logo-425x108.jpg";s:5:"width";i:425;s:6:"height";i:108;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:24:"lcs-aazk-logo-190x48.jpg";s:5:"width";i:190;s:6:"height";i:48;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:24:"lcs-aazk-logo-128x32.jpg";s:5:"width";i:128;s:6:"height";i:32;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:25:"lcs-aazk-logo-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"lcs-aazk-logo-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1339093319";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2041, 2483, '_edit_lock', '1339098886') ; 
INSERT INTO `wp_postmeta` VALUES (2040, 2405, '_wp_old_slug', 'march-2012-2') ; 
INSERT INTO `wp_postmeta` VALUES (2042, 2483, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2044, 2486, '_edit_lock', '1339100116') ; 
INSERT INTO `wp_postmeta` VALUES (2045, 2486, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2046, 2487, '_wp_attached_file', 'tiger3.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2047, 2487, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"673";s:6:"height";s:3:"545";s:14:"hwstring_small";s:23:"height=\'96\' width=\'118\'";s:4:"file";s:10:"tiger3.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"tiger3-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:"tiger3-300x242.jpg";s:5:"width";i:300;s:6:"height";i:242;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:18:"tiger3-190x153.jpg";s:5:"width";i:190;s:6:"height";i:153;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"tiger3-31x25.jpg";s:5:"width";i:31;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"tiger3-38x30.jpg";s:5:"width";i:38;s:6:"height";i:30;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:18:"tiger3-265x215.jpg";s:5:"width";i:265;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:18:"tiger3-190x153.jpg";s:5:"width";i:190;s:6:"height";i:153;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:18:"tiger3-128x103.jpg";s:5:"width";i:128;s:6:"height";i:103;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:18:"tiger3-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"tiger3-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"tiger3-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:18:"tiger3-673x421.jpg";s:5:"width";i:673;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1339094539";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2048, 2488, '_wp_attached_file', 'tiger4.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2049, 2488, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"669";s:6:"height";s:3:"539";s:14:"hwstring_small";s:23:"height=\'96\' width=\'119\'";s:4:"file";s:10:"tiger4.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"tiger4-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:"tiger4-300x241.jpg";s:5:"width";i:300;s:6:"height";i:241;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:18:"tiger4-190x153.jpg";s:5:"width";i:190;s:6:"height";i:153;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"tiger4-31x24.jpg";s:5:"width";i:31;s:6:"height";i:24;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"tiger4-38x30.jpg";s:5:"width";i:38;s:6:"height";i:30;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:18:"tiger4-266x215.jpg";s:5:"width";i:266;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:18:"tiger4-190x153.jpg";s:5:"width";i:190;s:6:"height";i:153;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:18:"tiger4-128x103.jpg";s:5:"width";i:128;s:6:"height";i:103;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:18:"tiger4-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"tiger4-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"tiger4-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:18:"tiger4-669x421.jpg";s:5:"width";i:669;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1339094689";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2051, 2493, '_wp_attached_file', 'art-show-2012.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2052, 2493, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"436";s:6:"height";s:3:"563";s:14:"hwstring_small";s:22:"height=\'96\' width=\'74\'";s:4:"file";s:17:"art-show-2012.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"art-show-2012-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:"art-show-2012-232x300.jpg";s:5:"width";i:232;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:25:"art-show-2012-147x190.jpg";s:5:"width";i:147;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"art-show-2012-24x31.jpg";s:5:"width";i:24;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"art-show-2012-29x38.jpg";s:5:"width";i:29;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:25:"art-show-2012-166x215.jpg";s:5:"width";i:166;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:25:"art-show-2012-147x190.jpg";s:5:"width";i:147;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:24:"art-show-2012-99x128.jpg";s:5:"width";i:99;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:25:"art-show-2012-436x150.jpg";s:5:"width";i:436;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:25:"art-show-2012-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"art-show-2012-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:25:"art-show-2012-436x421.jpg";s:5:"width";i:436;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.7";s:6:"credit";s:0:"";s:6:"camera";s:6:"DSC-H7";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1339093241";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"5.2";s:3:"iso";s:3:"160";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2054, 2500, '_edit_lock', '1341412676') ; 
INSERT INTO `wp_postmeta` VALUES (2055, 2500, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2057, 2503, '_edit_lock', '1341413804') ; 
INSERT INTO `wp_postmeta` VALUES (2058, 2503, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2059, 2504, '_wp_attached_file', 'bubba-on-cart.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2060, 2504, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"714";s:6:"height";s:3:"511";s:14:"hwstring_small";s:23:"height=\'91\' width=\'128\'";s:4:"file";s:17:"bubba-on-cart.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"bubba-on-cart-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:"bubba-on-cart-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:25:"bubba-on-cart-190x135.jpg";s:5:"width";i:190;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"bubba-on-cart-31x22.jpg";s:5:"width";i:31;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"bubba-on-cart-38x27.jpg";s:5:"width";i:38;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:25:"bubba-on-cart-300x215.jpg";s:5:"width";i:300;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:25:"bubba-on-cart-190x135.jpg";s:5:"width";i:190;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:24:"bubba-on-cart-128x91.jpg";s:5:"width";i:128;s:6:"height";i:91;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:25:"bubba-on-cart-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:25:"bubba-on-cart-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"bubba-on-cart-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:25:"bubba-on-cart-714x421.jpg";s:5:"width";i:714;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1341407282";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2061, 2506, '_edit_lock', '1341414032') ; 
INSERT INTO `wp_postmeta` VALUES (2062, 2506, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2067, 2514, '_edit_lock', '1341414424') ; 
INSERT INTO `wp_postmeta` VALUES (2068, 2514, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2069, 2515, '_wp_attached_file', 'figure-2-elston-fort-worth-zoo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2070, 2515, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"677";s:6:"height";s:3:"561";s:14:"hwstring_small";s:23:"height=\'96\' width=\'115\'";s:4:"file";s:34:"figure-2-elston-fort-worth-zoo.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:42:"figure-2-elston-fort-worth-zoo-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:42:"figure-2-elston-fort-worth-zoo-300x248.jpg";s:5:"width";i:300;s:6:"height";i:248;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:42:"figure-2-elston-fort-worth-zoo-190x157.jpg";s:5:"width";i:190;s:6:"height";i:157;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:40:"figure-2-elston-fort-worth-zoo-31x25.jpg";s:5:"width";i:31;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:40:"figure-2-elston-fort-worth-zoo-38x31.jpg";s:5:"width";i:38;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:42:"figure-2-elston-fort-worth-zoo-259x215.jpg";s:5:"width";i:259;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:42:"figure-2-elston-fort-worth-zoo-190x157.jpg";s:5:"width";i:190;s:6:"height";i:157;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:42:"figure-2-elston-fort-worth-zoo-128x106.jpg";s:5:"width";i:128;s:6:"height";i:106;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:42:"figure-2-elston-fort-worth-zoo-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:42:"figure-2-elston-fort-worth-zoo-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:42:"figure-2-elston-fort-worth-zoo-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:42:"figure-2-elston-fort-worth-zoo-677x421.jpg";s:5:"width";i:677;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2159, 2602, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"173";s:6:"height";s:2:"88";s:14:"hwstring_small";s:23:"height=\'65\' width=\'128\'";s:4:"file";s:19:"2013_logo_small.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"2013_logo_small-150x88.jpg";s:5:"width";i:150;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:25:"2013_logo_small-31x15.jpg";s:5:"width";i:31;s:6:"height";i:15;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:25:"2013_logo_small-38x19.jpg";s:5:"width";i:38;s:6:"height";i:19;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:26:"2013_logo_small-128x65.jpg";s:5:"width";i:128;s:6:"height";i:65;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"2013_logo_small-164x88.jpg";s:5:"width";i:164;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1349178350";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2089, 2535, '_edit_lock', '1343834074') ; 
INSERT INTO `wp_postmeta` VALUES (2090, 2535, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2092, 2538, '_edit_lock', '1343834476') ; 
INSERT INTO `wp_postmeta` VALUES (2093, 2538, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2094, 2539, '_wp_attached_file', 'anteater.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2095, 2539, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1800";s:6:"height";s:4:"1203";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:12:"anteater.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"anteater-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:"anteater-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:"anteater-1024x684.jpg";s:5:"width";i:1024;s:6:"height";i:684;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:20:"anteater-190x126.jpg";s:5:"width";i:190;s:6:"height";i:126;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"anteater-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"anteater-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:20:"anteater-321x215.jpg";s:5:"width";i:321;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:20:"anteater-190x126.jpg";s:5:"width";i:190;s:6:"height";i:126;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"anteater-128x85.jpg";s:5:"width";i:128;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:20:"anteater-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:20:"anteater-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"anteater-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:21:"anteater-1800x421.jpg";s:5:"width";i:1800;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"8";s:6:"credit";s:23:"Smithsonian Institution";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1294333998";s:9:"copyright";s:31:"© 2011 Smithsonian Institution";s:12:"focal_length";s:2:"90";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:14:"Giant Anteater";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2097, 2542, '_edit_lock', '1343834872') ; 
INSERT INTO `wp_postmeta` VALUES (2098, 2542, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2099, 2543, '_wp_attached_file', 'yellow_billed_duck.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2100, 2543, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"2256";s:6:"height";s:4:"1496";s:14:"hwstring_small";s:23:"height=\'84\' width=\'128\'";s:4:"file";s:22:"yellow_billed_duck.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"yellow_billed_duck-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:"yellow_billed_duck-300x198.jpg";s:5:"width";i:300;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"yellow_billed_duck-1024x679.jpg";s:5:"width";i:1024;s:6:"height";i:679;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:30:"yellow_billed_duck-190x125.jpg";s:5:"width";i:190;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:28:"yellow_billed_duck-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:28:"yellow_billed_duck-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:30:"yellow_billed_duck-324x215.jpg";s:5:"width";i:324;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:30:"yellow_billed_duck-190x125.jpg";s:5:"width";i:190;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:29:"yellow_billed_duck-128x84.jpg";s:5:"width";i:128;s:6:"height";i:84;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:30:"yellow_billed_duck-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:30:"yellow_billed_duck-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:30:"yellow_billed_duck-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:31:"yellow_billed_duck-1800x421.jpg";s:5:"width";i:1800;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"5";s:6:"credit";s:0:"";s:6:"camera";s:9:"NIKON D50";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1317228480";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"26";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2103, 2548, '_wp_attached_file', 'melaina1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2104, 2548, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3648";s:6:"height";s:4:"2736";s:14:"hwstring_small";s:23:"height=\'96\' width=\'128\'";s:4:"file";s:12:"melaina1.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"melaina1-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:"melaina1-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:"melaina1-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:20:"melaina1-190x142.jpg";s:5:"width";i:190;s:6:"height";i:142;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"melaina1-31x23.jpg";s:5:"width";i:31;s:6:"height";i:23;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"melaina1-38x28.jpg";s:5:"width";i:38;s:6:"height";i:28;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:20:"melaina1-286x215.jpg";s:5:"width";i:286;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:20:"melaina1-190x142.jpg";s:5:"width";i:190;s:6:"height";i:142;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"melaina1-128x96.jpg";s:5:"width";i:128;s:6:"height";i:96;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:20:"melaina1-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:20:"melaina1-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"melaina1-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:21:"melaina1-1800x421.jpg";s:5:"width";i:1800;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:23:"Canon PowerShot SX10 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1335585396";s:9:"copyright";s:0:"";s:12:"focal_length";s:6:"24.486";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:5:"0.125";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2105, 2549, '_wp_attached_file', 'melaina2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2106, 2549, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3648";s:6:"height";s:4:"2736";s:14:"hwstring_small";s:23:"height=\'96\' width=\'128\'";s:4:"file";s:12:"melaina2.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"melaina2-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:"melaina2-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:"melaina2-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:20:"melaina2-190x142.jpg";s:5:"width";i:190;s:6:"height";i:142;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"melaina2-31x23.jpg";s:5:"width";i:31;s:6:"height";i:23;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"melaina2-38x28.jpg";s:5:"width";i:38;s:6:"height";i:28;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:20:"melaina2-286x215.jpg";s:5:"width";i:286;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:20:"melaina2-190x142.jpg";s:5:"width";i:190;s:6:"height";i:142;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"melaina2-128x96.jpg";s:5:"width";i:128;s:6:"height";i:96;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:20:"melaina2-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:20:"melaina2-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"melaina2-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:21:"melaina2-1800x421.jpg";s:5:"width";i:1800;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:23:"Canon PowerShot SX10 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1346248911";s:9:"copyright";s:0:"";s:12:"focal_length";s:6:"24.486";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:5:"0.125";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2107, 2550, '_wp_attached_file', 'melaina3.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2108, 2550, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"150";s:6:"height";s:3:"159";s:14:"hwstring_small";s:22:"height=\'96\' width=\'90\'";s:4:"file";s:12:"melaina3.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"melaina3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"melaina3-29x31.jpg";s:5:"width";i:29;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"melaina3-35x38.jpg";s:5:"width";i:35;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:20:"melaina3-120x128.jpg";s:5:"width";i:120;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:20:"melaina3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:20:"melaina3-150x100.jpg";s:5:"width";i:150;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"melaina3-150x111.jpg";s:5:"width";i:150;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:23:"Canon PowerShot SX10 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1346248911";s:9:"copyright";s:0:"";s:12:"focal_length";s:6:"24.486";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:5:"0.125";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2158, 2602, '_wp_attached_file', '2013_logo_small.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2112, 2560, '_edit_lock', '1346459455') ; 
INSERT INTO `wp_postmeta` VALUES (2113, 2560, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2115, 2563, '_edit_lock', '1346460440') ; 
INSERT INTO `wp_postmeta` VALUES (2116, 2563, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2117, 2564, '_wp_attached_file', 'pic2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2118, 2564, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1708";s:6:"height";s:4:"2400";s:14:"hwstring_small";s:22:"height=\'96\' width=\'68\'";s:4:"file";s:8:"pic2.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"pic2-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:16:"pic2-213x300.jpg";s:5:"width";i:213;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:17:"pic2-728x1024.jpg";s:5:"width";i:728;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:16:"pic2-135x190.jpg";s:5:"width";i:135;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:14:"pic2-22x31.jpg";s:5:"width";i:22;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:14:"pic2-27x38.jpg";s:5:"width";i:27;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:16:"pic2-153x215.jpg";s:5:"width";i:153;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:16:"pic2-135x190.jpg";s:5:"width";i:135;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:15:"pic2-91x128.jpg";s:5:"width";i:91;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:16:"pic2-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:16:"pic2-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"pic2-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:17:"pic2-1708x421.jpg";s:5:"width";i:1708;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"5.3";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1288080296";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"75";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.066666666666667";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2119, 2565, '_wp_attached_file', 'pic21.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2120, 2565, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"358";s:6:"height";s:3:"504";s:14:"hwstring_small";s:22:"height=\'96\' width=\'68\'";s:4:"file";s:9:"pic21.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"pic21-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:17:"pic21-213x300.jpg";s:5:"width";i:213;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:17:"pic21-134x190.jpg";s:5:"width";i:134;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:15:"pic21-22x31.jpg";s:5:"width";i:22;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:15:"pic21-26x38.jpg";s:5:"width";i:26;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:17:"pic21-152x215.jpg";s:5:"width";i:152;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:17:"pic21-134x190.jpg";s:5:"width";i:134;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:16:"pic21-90x128.jpg";s:5:"width";i:90;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:17:"pic21-358x150.jpg";s:5:"width";i:358;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:17:"pic21-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"pic21-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:17:"pic21-358x421.jpg";s:5:"width";i:358;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"5.3";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1288080296";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"75";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.066666666666667";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2121, 2566, '_wp_attached_file', 'pic22.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2122, 2566, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"419";s:6:"height";s:3:"572";s:14:"hwstring_small";s:22:"height=\'96\' width=\'70\'";s:4:"file";s:9:"pic22.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"pic22-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:17:"pic22-219x300.jpg";s:5:"width";i:219;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:17:"pic22-139x190.jpg";s:5:"width";i:139;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:15:"pic22-22x31.jpg";s:5:"width";i:22;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:15:"pic22-27x38.jpg";s:5:"width";i:27;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:17:"pic22-157x215.jpg";s:5:"width";i:157;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:17:"pic22-139x190.jpg";s:5:"width";i:139;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:16:"pic22-93x128.jpg";s:5:"width";i:93;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:17:"pic22-419x150.jpg";s:5:"width";i:419;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:17:"pic22-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"pic22-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:17:"pic22-419x421.jpg";s:5:"width";i:419;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1346455620";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2126, 2571, '_edit_lock', '1346461083') ; 
INSERT INTO `wp_postmeta` VALUES (2127, 2571, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2128, 2572, '_wp_attached_file', 'okapi.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2129, 2572, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"394";s:6:"height";s:3:"512";s:14:"hwstring_small";s:22:"height=\'96\' width=\'73\'";s:4:"file";s:9:"okapi.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"okapi-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:17:"okapi-230x300.jpg";s:5:"width";i:230;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:17:"okapi-146x190.jpg";s:5:"width";i:146;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:15:"okapi-23x31.jpg";s:5:"width";i:23;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:15:"okapi-29x38.jpg";s:5:"width";i:29;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:17:"okapi-165x215.jpg";s:5:"width";i:165;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:17:"okapi-146x190.jpg";s:5:"width";i:146;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:16:"okapi-98x128.jpg";s:5:"width";i:98;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:17:"okapi-394x150.jpg";s:5:"width";i:394;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:17:"okapi-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"okapi-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:17:"okapi-394x421.jpg";s:5:"width";i:394;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:15:"HP ScanJet 5530";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2130, 2573, '_wp_attached_file', 'okapi1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2131, 2573, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"433";s:6:"height";s:3:"573";s:14:"hwstring_small";s:22:"height=\'96\' width=\'72\'";s:4:"file";s:10:"okapi1.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"okapi1-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:"okapi1-226x300.jpg";s:5:"width";i:226;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:18:"okapi1-143x190.jpg";s:5:"width";i:143;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"okapi1-23x31.jpg";s:5:"width";i:23;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"okapi1-28x38.jpg";s:5:"width";i:28;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:18:"okapi1-162x215.jpg";s:5:"width";i:162;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:18:"okapi1-143x190.jpg";s:5:"width";i:143;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:17:"okapi1-96x128.jpg";s:5:"width";i:96;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:18:"okapi1-433x150.jpg";s:5:"width";i:433;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"okapi1-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"okapi1-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:18:"okapi1-433x421.jpg";s:5:"width";i:433;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1346456384";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2137, 2581, '_edit_lock', '1349094754') ; 
INSERT INTO `wp_postmeta` VALUES (2138, 2581, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2139, 2582, '_edit_lock', '1349094897') ; 
INSERT INTO `wp_postmeta` VALUES (2140, 2582, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2142, 2586, '_edit_lock', '1349182250') ; 
INSERT INTO `wp_postmeta` VALUES (2143, 2586, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2145, 2590, '_edit_lock', '1349096402') ; 
INSERT INTO `wp_postmeta` VALUES (2146, 2590, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2147, 2591, '_wp_attached_file', 'kangaroo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2148, 2591, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3068";s:6:"height";s:4:"2550";s:14:"hwstring_small";s:23:"height=\'95\' width=\'115\'";s:4:"file";s:12:"kangaroo.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"kangaroo-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:"kangaroo-300x249.jpg";s:5:"width";i:300;s:6:"height";i:249;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"kangaroo-1024x851.jpg";s:5:"width";i:1024;s:6:"height";i:851;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:20:"kangaroo-190x157.jpg";s:5:"width";i:190;s:6:"height";i:157;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"kangaroo-31x25.jpg";s:5:"width";i:31;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"kangaroo-38x31.jpg";s:5:"width";i:38;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:20:"kangaroo-258x215.jpg";s:5:"width";i:258;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:20:"kangaroo-190x157.jpg";s:5:"width";i:190;s:6:"height";i:157;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:20:"kangaroo-128x106.jpg";s:5:"width";i:128;s:6:"height";i:106;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:20:"kangaroo-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:20:"kangaroo-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"kangaroo-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:21:"kangaroo-1800x421.jpg";s:5:"width";i:1800;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"9";s:6:"credit";s:16:"Denise C. Wagner";s:6:"camera";s:10:"NIKON D200";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1349091155";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"112";s:3:"iso";s:4:"1600";s:13:"shutter_speed";s:8:"0.003125";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2149, 2592, '_wp_attached_file', 'kangaroo1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2150, 2592, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1035";s:6:"height";s:3:"949";s:14:"hwstring_small";s:23:"height=\'96\' width=\'104\'";s:4:"file";s:13:"kangaroo1.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"kangaroo1-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:"kangaroo1-300x275.jpg";s:5:"width";i:300;s:6:"height";i:275;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"kangaroo1-1024x938.jpg";s:5:"width";i:1024;s:6:"height";i:938;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:21:"kangaroo1-190x174.jpg";s:5:"width";i:190;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"kangaroo1-31x28.jpg";s:5:"width";i:31;s:6:"height";i:28;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"kangaroo1-38x34.jpg";s:5:"width";i:38;s:6:"height";i:34;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:21:"kangaroo1-234x215.jpg";s:5:"width";i:234;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:21:"kangaroo1-190x174.jpg";s:5:"width";i:190;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"kangaroo1-128x117.jpg";s:5:"width";i:128;s:6:"height";i:117;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:21:"kangaroo1-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:21:"kangaroo1-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"kangaroo1-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:22:"kangaroo1-1035x421.jpg";s:5:"width";i:1035;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1349091816";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2151, 2593, '_wp_attached_file', 'wallaby.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2152, 2593, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"679";s:6:"height";s:3:"743";s:14:"hwstring_small";s:22:"height=\'96\' width=\'87\'";s:4:"file";s:11:"wallaby.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"wallaby-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:19:"wallaby-274x300.jpg";s:5:"width";i:274;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:19:"wallaby-173x190.jpg";s:5:"width";i:173;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"wallaby-28x31.jpg";s:5:"width";i:28;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"wallaby-34x38.jpg";s:5:"width";i:34;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:19:"wallaby-196x215.jpg";s:5:"width";i:196;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:19:"wallaby-173x190.jpg";s:5:"width";i:173;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"wallaby-116x128.jpg";s:5:"width";i:116;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:19:"wallaby-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:19:"wallaby-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"wallaby-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:19:"wallaby-679x421.jpg";s:5:"width";i:679;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1349091331";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2154, 2599, '_wp_attached_file', 'turtle.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2155, 2599, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1271";s:6:"height";s:3:"881";s:14:"hwstring_small";s:23:"height=\'88\' width=\'128\'";s:4:"file";s:10:"turtle.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"turtle-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:"turtle-300x207.jpg";s:5:"width";i:300;s:6:"height";i:207;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"turtle-1024x709.jpg";s:5:"width";i:1024;s:6:"height";i:709;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:18:"turtle-190x131.jpg";s:5:"width";i:190;s:6:"height";i:131;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"turtle-31x21.jpg";s:5:"width";i:31;s:6:"height";i:21;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"turtle-38x26.jpg";s:5:"width";i:38;s:6:"height";i:26;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:18:"turtle-310x215.jpg";s:5:"width";i:310;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:18:"turtle-190x131.jpg";s:5:"width";i:190;s:6:"height";i:131;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:17:"turtle-128x88.jpg";s:5:"width";i:128;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:18:"turtle-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"turtle-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"turtle-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:19:"turtle-1271x421.jpg";s:5:"width";i:1271;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1349177431";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2182, 2615, '_wp_attached_file', 'andy_h.tif') ; 
INSERT INTO `wp_postmeta` VALUES (2183, 2615, '_wp_attachment_metadata', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (2184, 2616, '_wp_attached_file', 'andy_h.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2185, 2616, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"524";s:6:"height";s:3:"563";s:14:"hwstring_small";s:22:"height=\'96\' width=\'89\'";s:4:"file";s:10:"andy_h.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"andy_h-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:"andy_h-279x300.jpg";s:5:"width";i:279;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:18:"andy_h-176x190.jpg";s:5:"width";i:176;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"andy_h-28x31.jpg";s:5:"width";i:28;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"andy_h-35x38.jpg";s:5:"width";i:35;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:18:"andy_h-200x215.jpg";s:5:"width";i:200;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:18:"andy_h-176x190.jpg";s:5:"width";i:176;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:18:"andy_h-119x128.jpg";s:5:"width";i:119;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:18:"andy_h-524x150.jpg";s:5:"width";i:524;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"andy_h-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"andy_h-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:18:"andy_h-524x421.jpg";s:5:"width";i:524;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2190, 2622, '_edit_lock', '1351895588') ; 
INSERT INTO `wp_postmeta` VALUES (2191, 2622, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2193, 2624, '_edit_lock', '1351896604') ; 
INSERT INTO `wp_postmeta` VALUES (2194, 2624, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2195, 2625, '_wp_attached_file', 'toe_prick.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2196, 2625, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"869";s:6:"height";s:3:"801";s:14:"hwstring_small";s:23:"height=\'96\' width=\'104\'";s:4:"file";s:13:"toe_prick.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"toe_prick-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:"toe_prick-300x276.jpg";s:5:"width";i:300;s:6:"height";i:276;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:21:"toe_prick-190x175.jpg";s:5:"width";i:190;s:6:"height";i:175;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"toe_prick-31x28.jpg";s:5:"width";i:31;s:6:"height";i:28;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"toe_prick-38x35.jpg";s:5:"width";i:38;s:6:"height";i:35;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:21:"toe_prick-233x215.jpg";s:5:"width";i:233;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:21:"toe_prick-190x175.jpg";s:5:"width";i:190;s:6:"height";i:175;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"toe_prick-128x117.jpg";s:5:"width";i:128;s:6:"height";i:117;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:21:"toe_prick-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:21:"toe_prick-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"toe_prick-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:21:"toe_prick-869x421.jpg";s:5:"width";i:869;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1351891923";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2198, 2628, '_edit_lock', '1351897133') ; 
INSERT INTO `wp_postmeta` VALUES (2199, 2628, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2200, 2629, '_wp_attached_file', 'insulin_inject.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2201, 2629, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"811";s:6:"height";s:3:"709";s:14:"hwstring_small";s:23:"height=\'96\' width=\'109\'";s:4:"file";s:18:"insulin_inject.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"insulin_inject-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:"insulin_inject-300x262.jpg";s:5:"width";i:300;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:26:"insulin_inject-190x166.jpg";s:5:"width";i:190;s:6:"height";i:166;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:24:"insulin_inject-31x27.jpg";s:5:"width";i:31;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:24:"insulin_inject-38x33.jpg";s:5:"width";i:38;s:6:"height";i:33;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:26:"insulin_inject-245x215.jpg";s:5:"width";i:245;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:26:"insulin_inject-190x166.jpg";s:5:"width";i:190;s:6:"height";i:166;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:26:"insulin_inject-128x111.jpg";s:5:"width";i:128;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:26:"insulin_inject-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:26:"insulin_inject-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"insulin_inject-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:26:"insulin_inject-811x421.jpg";s:5:"width";i:811;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1351892093";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2326, 2839, '_wp_attached_file', 'nzkw_2013_horz.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2217, 2646, '_edit_lock', '1354460636') ; 
INSERT INTO `wp_postmeta` VALUES (2218, 2646, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2220, 2649, '_edit_lock', '1354461952') ; 
INSERT INTO `wp_postmeta` VALUES (2221, 2649, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2222, 2650, '_wp_attached_file', 'crane.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2223, 2650, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1421";s:6:"height";s:4:"2471";s:14:"hwstring_small";s:22:"height=\'95\' width=\'55\'";s:4:"file";s:9:"crane.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"crane-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:17:"crane-172x300.jpg";s:5:"width";i:172;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:18:"crane-588x1024.jpg";s:5:"width";i:588;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:17:"crane-109x190.jpg";s:5:"width";i:109;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:15:"crane-17x31.jpg";s:5:"width";i:17;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:15:"crane-21x38.jpg";s:5:"width";i:21;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:17:"crane-123x215.jpg";s:5:"width";i:123;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:17:"crane-109x190.jpg";s:5:"width";i:109;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:16:"crane-73x128.jpg";s:5:"width";i:73;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:17:"crane-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:17:"crane-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"crane-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:18:"crane-1421x421.jpg";s:5:"width";i:1421;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2224, 2651, '_wp_attached_file', 'crane1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2225, 2651, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1421";s:6:"height";s:4:"2471";s:14:"hwstring_small";s:22:"height=\'95\' width=\'55\'";s:4:"file";s:10:"crane1.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"crane1-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:"crane1-172x300.jpg";s:5:"width";i:172;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"crane1-588x1024.jpg";s:5:"width";i:588;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:18:"crane1-109x190.jpg";s:5:"width";i:109;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"crane1-17x31.jpg";s:5:"width";i:17;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"crane1-21x38.jpg";s:5:"width";i:21;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:18:"crane1-123x215.jpg";s:5:"width";i:123;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:18:"crane1-109x190.jpg";s:5:"width";i:109;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:17:"crane1-73x128.jpg";s:5:"width";i:73;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:18:"crane1-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"crane1-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"crane1-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:19:"crane1-1421x421.jpg";s:5:"width";i:1421;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2230, 2657, '_edit_lock', '1354463873') ; 
INSERT INTO `wp_postmeta` VALUES (2231, 2657, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2232, 2658, '_wp_attached_file', 'rhino_feet.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2233, 2658, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1000";s:6:"height";s:3:"404";s:14:"hwstring_small";s:23:"height=\'51\' width=\'128\'";s:4:"file";s:14:"rhino_feet.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"rhino_feet-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:"rhino_feet-300x121.jpg";s:5:"width";i:300;s:6:"height";i:121;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:21:"rhino_feet-190x76.jpg";s:5:"width";i:190;s:6:"height";i:76;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"rhino_feet-31x12.jpg";s:5:"width";i:31;s:6:"height";i:12;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"rhino_feet-38x15.jpg";s:5:"width";i:38;s:6:"height";i:15;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:22:"rhino_feet-425x171.jpg";s:5:"width";i:425;s:6:"height";i:171;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:21:"rhino_feet-190x76.jpg";s:5:"width";i:190;s:6:"height";i:76;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"rhino_feet-128x51.jpg";s:5:"width";i:128;s:6:"height";i:51;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:22:"rhino_feet-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:22:"rhino_feet-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"rhino_feet-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1354462260";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2274, 2758, '_wp_attached_file', 'sara_wunder21.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2327, 2839, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"705";s:6:"height";s:3:"103";s:14:"hwstring_small";s:23:"height=\'18\' width=\'128\'";s:4:"file";s:18:"nzkw_2013_horz.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"nzkw_2013_horz-150x103.jpg";s:5:"width";i:150;s:6:"height";i:103;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"nzkw_2013_horz-300x43.jpg";s:5:"width";i:300;s:6:"height";i:43;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:25:"nzkw_2013_horz-190x27.jpg";s:5:"width";i:190;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"nzkw_2013_horz-31x4.jpg";s:5:"width";i:31;s:6:"height";i:4;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"nzkw_2013_horz-38x5.jpg";s:5:"width";i:38;s:6:"height";i:5;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:25:"nzkw_2013_horz-425x62.jpg";s:5:"width";i:425;s:6:"height";i:62;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:25:"nzkw_2013_horz-190x27.jpg";s:5:"width";i:190;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:25:"nzkw_2013_horz-128x18.jpg";s:5:"width";i:128;s:6:"height";i:18;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:26:"nzkw_2013_horz-600x103.jpg";s:5:"width";i:600;s:6:"height";i:103;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:26:"nzkw_2013_horz-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"nzkw_2013_horz-164x103.jpg";s:5:"width";i:164;s:6:"height";i:103;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1369346751";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2239, 2685, '_edit_lock', '1408400381:2') ; 
INSERT INTO `wp_postmeta` VALUES (2240, 2685, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2241, 2685, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (2242, 2685, 'menu', 'about') ; 
INSERT INTO `wp_postmeta` VALUES (2247, 2709, '_edit_lock', '1356793377') ; 
INSERT INTO `wp_postmeta` VALUES (2248, 2709, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2250, 2713, '_wp_attached_file', '7.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2251, 2713, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"740";s:6:"height";s:3:"607";s:14:"hwstring_small";s:23:"height=\'95\' width=\'117\'";s:4:"file";s:5:"7.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"7-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:13:"7-300x246.jpg";s:5:"width";i:300;s:6:"height";i:246;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:13:"7-190x155.jpg";s:5:"width";i:190;s:6:"height";i:155;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:11:"7-31x25.jpg";s:5:"width";i:31;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:11:"7-38x31.jpg";s:5:"width";i:38;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:13:"7-262x215.jpg";s:5:"width";i:262;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:13:"7-190x155.jpg";s:5:"width";i:190;s:6:"height";i:155;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:13:"7-128x104.jpg";s:5:"width";i:128;s:6:"height";i:104;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:13:"7-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:13:"7-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:13:"7-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:13:"7-740x421.jpg";s:5:"width";i:740;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1356792474";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2252, 2714, '_edit_lock', '1356794314') ; 
INSERT INTO `wp_postmeta` VALUES (2253, 2714, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2254, 2717, '_wp_attached_file', '71.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2255, 2717, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"740";s:6:"height";s:3:"607";s:14:"hwstring_small";s:23:"height=\'95\' width=\'117\'";s:4:"file";s:6:"71.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:14:"71-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:14:"71-300x246.jpg";s:5:"width";i:300;s:6:"height";i:246;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:14:"71-190x155.jpg";s:5:"width";i:190;s:6:"height";i:155;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:12:"71-31x25.jpg";s:5:"width";i:31;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:12:"71-38x31.jpg";s:5:"width";i:38;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:14:"71-262x215.jpg";s:5:"width";i:262;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:14:"71-190x155.jpg";s:5:"width";i:190;s:6:"height";i:155;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:14:"71-128x104.jpg";s:5:"width";i:128;s:6:"height";i:104;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:14:"71-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:14:"71-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:14:"71-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:14:"71-740x421.jpg";s:5:"width";i:740;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1356792474";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2258, 2721, '_edit_lock', '1356794830') ; 
INSERT INTO `wp_postmeta` VALUES (2259, 2721, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2260, 2722, '_wp_attached_file', 'jaffna.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2261, 2722, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"776";s:6:"height";s:3:"587";s:14:"hwstring_small";s:23:"height=\'96\' width=\'126\'";s:4:"file";s:10:"jaffna.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"jaffna-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:"jaffna-300x226.jpg";s:5:"width";i:300;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:18:"jaffna-190x143.jpg";s:5:"width";i:190;s:6:"height";i:143;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"jaffna-31x23.jpg";s:5:"width";i:31;s:6:"height";i:23;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"jaffna-38x28.jpg";s:5:"width";i:38;s:6:"height";i:28;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:18:"jaffna-284x215.jpg";s:5:"width";i:284;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:18:"jaffna-190x143.jpg";s:5:"width";i:190;s:6:"height";i:143;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:17:"jaffna-128x96.jpg";s:5:"width";i:128;s:6:"height";i:96;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:18:"jaffna-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"jaffna-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"jaffna-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:18:"jaffna-776x421.jpg";s:5:"width";i:776;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1356792642";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2263, 2729, '_wp_attached_file', 'julie.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2264, 2729, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"250";s:6:"height";s:3:"293";s:14:"hwstring_small";s:22:"height=\'96\' width=\'81\'";s:4:"file";s:9:"julie.jpg";s:5:"sizes";a:10:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"julie-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:17:"julie-162x190.jpg";s:5:"width";i:162;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:15:"julie-26x31.jpg";s:5:"width";i:26;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:15:"julie-32x38.jpg";s:5:"width";i:32;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:17:"julie-183x215.jpg";s:5:"width";i:183;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:17:"julie-162x190.jpg";s:5:"width";i:162;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:17:"julie-109x128.jpg";s:5:"width";i:109;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:17:"julie-250x150.jpg";s:5:"width";i:250;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:17:"julie-250x100.jpg";s:5:"width";i:250;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"julie-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"5";s:6:"credit";s:0:"";s:6:"camera";s:5:"C1433";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1292237761";s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"10.8";s:3:"iso";s:2:"80";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2275, 2758, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"150";s:6:"height";s:3:"171";s:14:"hwstring_small";s:22:"height=\'96\' width=\'84\'";s:4:"file";s:17:"sara_wunder21.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"sara_wunder21-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"sara_wunder21-27x31.jpg";s:5:"width";i:27;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"sara_wunder21-33x38.jpg";s:5:"width";i:33;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:25:"sara_wunder21-112x128.jpg";s:5:"width";i:112;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:25:"sara_wunder21-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:25:"sara_wunder21-150x100.jpg";s:5:"width";i:150;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"sara_wunder21-150x111.jpg";s:5:"width";i:150;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:6:"DSC-N2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1341591435";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"7.9";s:3:"iso";s:3:"160";s:13:"shutter_speed";s:7:"0.00625";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2276, 2759, '_wp_attached_file', '2012_icz_sc.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2277, 2759, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"816";s:6:"height";s:3:"612";s:14:"hwstring_small";s:23:"height=\'96\' width=\'128\'";s:4:"file";s:15:"2012_icz_sc.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"2012_icz_sc-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"2012_icz_sc-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:6:"DSC-N2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1347606280";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"7.9";s:3:"iso";s:3:"160";s:13:"shutter_speed";s:6:"0.0025";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2278, 2760, '_wp_attached_file', '2012_conf_group.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2279, 2760, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"700";s:6:"height";s:3:"467";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:19:"2012_conf_group.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"2012_conf_group-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:"2012_conf_group-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:27:"2012_conf_group-190x126.jpg";s:5:"width";i:190;s:6:"height";i:126;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:25:"2012_conf_group-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:25:"2012_conf_group-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:27:"2012_conf_group-322x215.jpg";s:5:"width";i:322;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:27:"2012_conf_group-190x126.jpg";s:5:"width";i:190;s:6:"height";i:126;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:26:"2012_conf_group-128x85.jpg";s:5:"width";i:128;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:27:"2012_conf_group-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:27:"2012_conf_group-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"2012_conf_group-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:27:"2012_conf_group-700x421.jpg";s:5:"width";i:700;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS 5D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1347369734";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"28";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2280, 2768, '_edit_lock', '1359667119') ; 
INSERT INTO `wp_postmeta` VALUES (2281, 2768, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2283, 2770, '_edit_lock', '1359667766') ; 
INSERT INTO `wp_postmeta` VALUES (2284, 2770, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2285, 2771, '_wp_attached_file', 'mina.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2286, 2771, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"2116";s:6:"height";s:4:"1492";s:14:"hwstring_small";s:23:"height=\'90\' width=\'128\'";s:4:"file";s:8:"mina.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"mina-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:16:"mina-300x211.jpg";s:5:"width";i:300;s:6:"height";i:211;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:17:"mina-1024x722.jpg";s:5:"width";i:1024;s:6:"height";i:722;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:16:"mina-190x133.jpg";s:5:"width";i:190;s:6:"height";i:133;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:14:"mina-31x21.jpg";s:5:"width";i:31;s:6:"height";i:21;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:14:"mina-38x26.jpg";s:5:"width";i:38;s:6:"height";i:26;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:16:"mina-304x215.jpg";s:5:"width";i:304;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:16:"mina-190x133.jpg";s:5:"width";i:190;s:6:"height";i:133;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:15:"mina-128x90.jpg";s:5:"width";i:128;s:6:"height";i:90;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:16:"mina-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:16:"mina-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"mina-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:17:"mina-1800x421.jpg";s:5:"width";i:1800;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1359642700";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2287, 2772, '_wp_attached_file', 'mina1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2288, 2772, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"423";s:14:"hwstring_small";s:23:"height=\'90\' width=\'128\'";s:4:"file";s:9:"mina1.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"mina1-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:17:"mina1-300x211.jpg";s:5:"width";i:300;s:6:"height";i:211;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:17:"mina1-190x133.jpg";s:5:"width";i:190;s:6:"height";i:133;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:15:"mina1-31x21.jpg";s:5:"width";i:31;s:6:"height";i:21;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:15:"mina1-38x26.jpg";s:5:"width";i:38;s:6:"height";i:26;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:17:"mina1-304x215.jpg";s:5:"width";i:304;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:17:"mina1-190x133.jpg";s:5:"width";i:190;s:6:"height";i:133;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:16:"mina1-128x90.jpg";s:5:"width";i:128;s:6:"height";i:90;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:17:"mina1-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:17:"mina1-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"mina1-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:17:"mina1-600x421.jpg";s:5:"width";i:600;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1359642700";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2293, 2782, '_edit_lock', '1386864329:2') ; 
INSERT INTO `wp_postmeta` VALUES (2294, 2782, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (2295, 2782, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (2296, 2782, 'menu', 'bfr') ; 
INSERT INTO `wp_postmeta` VALUES (2297, 2799, '_edit_lock', '1361804228') ; 
INSERT INTO `wp_postmeta` VALUES (2298, 2799, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2299, 2800, '_wp_attached_file', 'giraffe_lights.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2300, 2800, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"825";s:6:"height";s:3:"605";s:14:"hwstring_small";s:23:"height=\'93\' width=\'128\'";s:4:"file";s:18:"giraffe_lights.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"giraffe_lights-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:"giraffe_lights-300x220.jpg";s:5:"width";i:300;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:26:"giraffe_lights-190x139.jpg";s:5:"width";i:190;s:6:"height";i:139;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:24:"giraffe_lights-31x22.jpg";s:5:"width";i:31;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:24:"giraffe_lights-38x27.jpg";s:5:"width";i:38;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:26:"giraffe_lights-293x215.jpg";s:5:"width";i:293;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:26:"giraffe_lights-190x139.jpg";s:5:"width";i:190;s:6:"height";i:139;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:25:"giraffe_lights-128x93.jpg";s:5:"width";i:128;s:6:"height";i:93;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:26:"giraffe_lights-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:26:"giraffe_lights-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"giraffe_lights-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:26:"giraffe_lights-825x421.jpg";s:5:"width";i:825;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1361802180";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2305, 2806, '_edit_lock', '1361804775') ; 
INSERT INTO `wp_postmeta` VALUES (2306, 2806, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2307, 2807, '_wp_attached_file', 'penguin.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2308, 2807, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1565";s:6:"height";s:3:"793";s:14:"hwstring_small";s:23:"height=\'64\' width=\'128\'";s:4:"file";s:11:"penguin.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"penguin-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:19:"penguin-300x152.jpg";s:5:"width";i:300;s:6:"height";i:152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"penguin-1024x518.jpg";s:5:"width";i:1024;s:6:"height";i:518;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:18:"penguin-190x96.jpg";s:5:"width";i:190;s:6:"height";i:96;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"penguin-31x15.jpg";s:5:"width";i:31;s:6:"height";i:15;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"penguin-38x19.jpg";s:5:"width";i:38;s:6:"height";i:19;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:19:"penguin-425x215.jpg";s:5:"width";i:425;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:18:"penguin-190x96.jpg";s:5:"width";i:190;s:6:"height";i:96;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:18:"penguin-128x64.jpg";s:5:"width";i:128;s:6:"height";i:64;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:19:"penguin-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:19:"penguin-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"penguin-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:20:"penguin-1565x421.jpg";s:5:"width";i:1565;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1361802354";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2317, 2821, '_wp_attached_file', 'trees_results.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2318, 2821, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"700";s:6:"height";s:3:"317";s:14:"hwstring_small";s:23:"height=\'57\' width=\'128\'";s:4:"file";s:17:"trees_results.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"trees_results-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:"trees_results-300x135.jpg";s:5:"width";i:300;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:24:"trees_results-190x86.jpg";s:5:"width";i:190;s:6:"height";i:86;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"trees_results-31x14.jpg";s:5:"width";i:31;s:6:"height";i:14;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"trees_results-38x17.jpg";s:5:"width";i:38;s:6:"height";i:17;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:25:"trees_results-425x192.jpg";s:5:"width";i:425;s:6:"height";i:192;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:24:"trees_results-190x86.jpg";s:5:"width";i:190;s:6:"height";i:86;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:24:"trees_results-128x57.jpg";s:5:"width";i:128;s:6:"height";i:57;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:25:"trees_results-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:25:"trees_results-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"trees_results-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2323, 2835, '_edit_lock', '1365103312') ; 
INSERT INTO `wp_postmeta` VALUES (2324, 2835, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2328, 2841, '_wp_attached_file', 'nzkw_2013_horz.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2329, 2841, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"705";s:6:"height";s:3:"103";s:14:"hwstring_small";s:23:"height=\'18\' width=\'128\'";s:4:"file";s:18:"nzkw_2013_horz.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"nzkw_2013_horz-150x103.jpg";s:5:"width";i:150;s:6:"height";i:103;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"nzkw_2013_horz-300x43.jpg";s:5:"width";i:300;s:6:"height";i:43;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:25:"nzkw_2013_horz-190x27.jpg";s:5:"width";i:190;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"nzkw_2013_horz-31x4.jpg";s:5:"width";i:31;s:6:"height";i:4;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"nzkw_2013_horz-38x5.jpg";s:5:"width";i:38;s:6:"height";i:5;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:25:"nzkw_2013_horz-425x62.jpg";s:5:"width";i:425;s:6:"height";i:62;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:25:"nzkw_2013_horz-190x27.jpg";s:5:"width";i:190;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:25:"nzkw_2013_horz-128x18.jpg";s:5:"width";i:128;s:6:"height";i:18;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:26:"nzkw_2013_horz-600x103.jpg";s:5:"width";i:600;s:6:"height";i:103;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:26:"nzkw_2013_horz-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"nzkw_2013_horz-164x103.jpg";s:5:"width";i:164;s:6:"height";i:103;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1369346751";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2426, 2969, '_edit_lock', '1385415398:2') ; 
INSERT INTO `wp_postmeta` VALUES (2377, 2912, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"612";s:6:"height";s:3:"778";s:14:"hwstring_small";s:22:"height=\'96\' width=\'75\'";s:4:"file";s:16:"akfjuly20133.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"akfjuly20133-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:"akfjuly20133-235x300.jpg";s:5:"width";i:235;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:24:"akfjuly20133-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"akfjuly20133-24x31.jpg";s:5:"width";i:24;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"akfjuly20133-29x38.jpg";s:5:"width";i:29;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:24:"akfjuly20133-169x215.jpg";s:5:"width";i:169;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:24:"akfjuly20133-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:24:"akfjuly20133-100x128.jpg";s:5:"width";i:100;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:24:"akfjuly20133-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:24:"akfjuly20133-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"akfjuly20133-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:24:"akfjuly20133-612x421.jpg";s:5:"width";i:612;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2376, 2912, '_wp_attached_file', 'akfjuly20133.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2369, 2907, '_wp_attached_file', 'akfjuly2013.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2370, 2907, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"612";s:6:"height";s:3:"778";s:14:"hwstring_small";s:22:"height=\'96\' width=\'75\'";s:4:"file";s:15:"akfjuly2013.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"akfjuly2013-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:"akfjuly2013-235x300.jpg";s:5:"width";i:235;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:23:"akfjuly2013-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"akfjuly2013-24x31.jpg";s:5:"width";i:24;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"akfjuly2013-29x38.jpg";s:5:"width";i:29;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:23:"akfjuly2013-169x215.jpg";s:5:"width";i:169;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:23:"akfjuly2013-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:23:"akfjuly2013-100x128.jpg";s:5:"width";i:100;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:23:"akfjuly2013-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:23:"akfjuly2013-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"akfjuly2013-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:23:"akfjuly2013-612x421.jpg";s:5:"width";i:612;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2363, 2898, '_edit_lock', '1373401156') ; 
INSERT INTO `wp_postmeta` VALUES (2364, 2898, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2372, 2910, '_wp_attached_file', 'akfjuly20131.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2373, 2910, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"612";s:6:"height";s:3:"778";s:14:"hwstring_small";s:22:"height=\'96\' width=\'75\'";s:4:"file";s:16:"akfjuly20131.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"akfjuly20131-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:"akfjuly20131-235x300.jpg";s:5:"width";i:235;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:24:"akfjuly20131-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"akfjuly20131-24x31.jpg";s:5:"width";i:24;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"akfjuly20131-29x38.jpg";s:5:"width";i:29;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:24:"akfjuly20131-169x215.jpg";s:5:"width";i:169;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:24:"akfjuly20131-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:24:"akfjuly20131-100x128.jpg";s:5:"width";i:100;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:24:"akfjuly20131-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:24:"akfjuly20131-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"akfjuly20131-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:24:"akfjuly20131-612x421.jpg";s:5:"width";i:612;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2374, 2911, '_wp_attached_file', 'akfjuly20132.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2375, 2911, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"612";s:6:"height";s:3:"778";s:14:"hwstring_small";s:22:"height=\'96\' width=\'75\'";s:4:"file";s:16:"akfjuly20132.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"akfjuly20132-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:"akfjuly20132-235x300.jpg";s:5:"width";i:235;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:24:"akfjuly20132-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"akfjuly20132-24x31.jpg";s:5:"width";i:24;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"akfjuly20132-29x38.jpg";s:5:"width";i:29;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:24:"akfjuly20132-169x215.jpg";s:5:"width";i:169;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:24:"akfjuly20132-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:24:"akfjuly20132-100x128.jpg";s:5:"width";i:100;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:24:"akfjuly20132-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:24:"akfjuly20132-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"akfjuly20132-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:24:"akfjuly20132-612x421.jpg";s:5:"width";i:612;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2421, 2958, '_wp_attached_file', 'akfaugust2013.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2430, 2972, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2429, 2972, '_edit_lock', '1378317265') ; 
INSERT INTO `wp_postmeta` VALUES (2422, 2958, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"612";s:6:"height";s:3:"778";s:14:"hwstring_small";s:22:"height=\'96\' width=\'75\'";s:4:"file";s:17:"akfaugust2013.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"akfaugust2013-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:"akfaugust2013-235x300.jpg";s:5:"width";i:235;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:25:"akfaugust2013-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"akfaugust2013-24x31.jpg";s:5:"width";i:24;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"akfaugust2013-29x38.jpg";s:5:"width";i:29;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:25:"akfaugust2013-169x215.jpg";s:5:"width";i:169;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:25:"akfaugust2013-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:25:"akfaugust2013-100x128.jpg";s:5:"width";i:100;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:25:"akfaugust2013-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:25:"akfaugust2013-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"akfaugust2013-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:25:"akfaugust2013-612x421.jpg";s:5:"width";i:612;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2431, 2973, '_wp_attached_file', 'akfseptember2013.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2427, 2969, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2432, 2973, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"604";s:6:"height";s:3:"768";s:14:"hwstring_small";s:22:"height=\'96\' width=\'75\'";s:4:"file";s:20:"akfseptember2013.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"akfseptember2013-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:28:"akfseptember2013-235x300.jpg";s:5:"width";i:235;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:28:"akfseptember2013-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:26:"akfseptember2013-24x31.jpg";s:5:"width";i:24;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:26:"akfseptember2013-29x38.jpg";s:5:"width";i:29;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:28:"akfseptember2013-169x215.jpg";s:5:"width";i:169;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:28:"akfseptember2013-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:28:"akfseptember2013-100x128.jpg";s:5:"width";i:100;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:28:"akfseptember2013-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:28:"akfseptember2013-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"akfseptember2013-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:28:"akfseptember2013-604x421.jpg";s:5:"width";i:604;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2434, 2977, '_edit_lock', '1378317378') ; 
INSERT INTO `wp_postmeta` VALUES (2435, 2977, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2436, 2978, '_wp_attached_file', 'akfseptember20131.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2437, 2978, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"604";s:6:"height";s:3:"768";s:14:"hwstring_small";s:22:"height=\'96\' width=\'75\'";s:4:"file";s:21:"akfseptember20131.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"akfseptember20131-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:"akfseptember20131-235x300.jpg";s:5:"width";i:235;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:29:"akfseptember20131-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:27:"akfseptember20131-24x31.jpg";s:5:"width";i:24;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:27:"akfseptember20131-29x38.jpg";s:5:"width";i:29;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:29:"akfseptember20131-169x215.jpg";s:5:"width";i:169;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:29:"akfseptember20131-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:29:"akfseptember20131-100x128.jpg";s:5:"width";i:100;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:29:"akfseptember20131-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:29:"akfseptember20131-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:29:"akfseptember20131-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:29:"akfseptember20131-604x421.jpg";s:5:"width";i:604;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2438, 2981, '_edit_lock', '1381331910:1') ; 
INSERT INTO `wp_postmeta` VALUES (2439, 2981, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2440, 2982, '_wp_attached_file', 'akfseptember20132.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2441, 2982, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"604";s:6:"height";s:3:"768";s:14:"hwstring_small";s:22:"height=\'96\' width=\'75\'";s:4:"file";s:21:"akfseptember20132.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"akfseptember20132-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:"akfseptember20132-235x300.jpg";s:5:"width";i:235;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:29:"akfseptember20132-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:27:"akfseptember20132-24x31.jpg";s:5:"width";i:24;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:27:"akfseptember20132-29x38.jpg";s:5:"width";i:29;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:29:"akfseptember20132-169x215.jpg";s:5:"width";i:169;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:29:"akfseptember20132-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:29:"akfseptember20132-100x128.jpg";s:5:"width";i:100;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:29:"akfseptember20132-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:29:"akfseptember20132-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:29:"akfseptember20132-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:29:"akfseptember20132-604x421.jpg";s:5:"width";i:604;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2447, 3041, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (2448, 3041, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (2449, 3041, '_edit_lock', '1387559666:1') ; 
INSERT INTO `wp_postmeta` VALUES (2470, 3055, '_eventorganiser_schedule_start_finish', '2013-10-03 12:58:00') ; 
INSERT INTO `wp_postmeta` VALUES (2464, 3054, '_edit_lock', '1380668788:1') ; 
INSERT INTO `wp_postmeta` VALUES (2465, 2969, '_thumbnail_id', '3054') ; 
INSERT INTO `wp_postmeta` VALUES (2466, 3055, '_edit_lock', '1380815958:1') ; 
INSERT INTO `wp_postmeta` VALUES (2467, 3055, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (2468, 3055, '_eventorganiser_event_schedule', 'a:9:{s:7:"all_day";i:0;s:8:"schedule";s:4:"once";s:13:"schedule_meta";s:0:"";s:9:"frequency";i:1;s:7:"exclude";a:0:{}s:7:"include";a:0:{}s:8:"duration";O:12:"DateInterval":15:{s:1:"y";i:0;s:1:"m";i:0;s:1:"d";i:0;s:1:"h";i:1;s:1:"i";i:0;s:1:"s";i:0;s:6:"invert";i:0;s:4:"days";i:0;s:7:"weekday";i:-1;s:16:"weekday_behavior";i:-1;s:17:"first_last_day_of";i:-1;s:12:"special_type";i:0;s:14:"special_amount";i:-1;s:21:"have_weekday_relative";i:0;s:21:"have_special_relative";i:0;}s:12:"duration_str";s:19:"+0days 3600 seconds";s:12:"_occurrences";a:1:{i:1;s:19:"2013-10-03 11:58:00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2469, 3055, '_eventorganiser_schedule_start_start', '2013-10-03 11:58:00') ; 
INSERT INTO `wp_postmeta` VALUES (2462, 3054, '_wp_attached_file', 'aazk2013.png') ; 
INSERT INTO `wp_postmeta` VALUES (2463, 3054, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:165;s:6:"height";i:111;s:4:"file";s:12:"aazk2013.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"aazk2013-150x111.png";s:5:"width";i:150;s:6:"height";i:111;s:9:"mime-type";s:9:"image/png";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:20:"aazk2013-165x100.png";s:5:"width";i:165;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"aazk2013-164x111.png";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:9:"image/png";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"aazk2013-31x20.png";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:9:"image/png";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"aazk2013-38x25.png";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:9:"image/png";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"aazk2013-128x86.png";s:5:"width";i:128;s:6:"height";i:86;s:9:"mime-type";s:9:"image/png";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2471, 3055, '_eventorganiser_schedule_last_start', '2013-10-03 11:58:00') ; 
INSERT INTO `wp_postmeta` VALUES (2472, 3055, '_eventorganiser_schedule_last_finish', '2013-10-03 12:58:00') ; 
INSERT INTO `wp_postmeta` VALUES (2473, 3056, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (2474, 3056, '_edit_lock', '1385056018:2') ; 
INSERT INTO `wp_postmeta` VALUES (2475, 3056, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (2482, 3066, '_wp_attached_file', 'slide4.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2483, 3066, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1400;s:6:"height";i:421;s:4:"file";s:10:"slide4.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"slide4-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:17:"slide4-300x90.jpg";s:5:"width";i:300;s:6:"height";i:90;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"slide4-1024x307.jpg";s:5:"width";i:1024;s:6:"height";i:307;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:18:"slide4-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"slide4-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"slide4-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:17:"slide4-190x57.jpg";s:5:"width";i:190;s:6:"height";i:57;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:15:"slide4-31x9.jpg";s:5:"width";i:31;s:6:"height";i:9;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"slide4-38x11.jpg";s:5:"width";i:38;s:6:"height";i:11;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:18:"slide4-425x127.jpg";s:5:"width";i:425;s:6:"height";i:127;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:17:"slide4-190x57.jpg";s:5:"width";i:190;s:6:"height";i:57;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:17:"slide4-128x38.jpg";s:5:"width";i:128;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2488, 3068, '_wp_attached_file', 'slide3.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2489, 3068, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1400;s:6:"height";i:421;s:4:"file";s:10:"slide3.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"slide3-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:17:"slide3-300x90.jpg";s:5:"width";i:300;s:6:"height";i:90;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"slide3-1024x307.jpg";s:5:"width";i:1024;s:6:"height";i:307;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:18:"slide3-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"slide3-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"slide3-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:17:"slide3-190x57.jpg";s:5:"width";i:190;s:6:"height";i:57;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:15:"slide3-31x9.jpg";s:5:"width";i:31;s:6:"height";i:9;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"slide3-38x11.jpg";s:5:"width";i:38;s:6:"height";i:11;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:18:"slide3-425x127.jpg";s:5:"width";i:425;s:6:"height";i:127;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:17:"slide3-190x57.jpg";s:5:"width";i:190;s:6:"height";i:57;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:17:"slide3-128x38.jpg";s:5:"width";i:128;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2494, 3070, '_wp_attached_file', 'slide2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2495, 3070, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1400;s:6:"height";i:421;s:4:"file";s:10:"slide2.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"slide2-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:17:"slide2-300x90.jpg";s:5:"width";i:300;s:6:"height";i:90;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"slide2-1024x307.jpg";s:5:"width";i:1024;s:6:"height";i:307;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:18:"slide2-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"slide2-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"slide2-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:17:"slide2-190x57.jpg";s:5:"width";i:190;s:6:"height";i:57;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:15:"slide2-31x9.jpg";s:5:"width";i:31;s:6:"height";i:9;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"slide2-38x11.jpg";s:5:"width";i:38;s:6:"height";i:11;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:18:"slide2-425x127.jpg";s:5:"width";i:425;s:6:"height";i:127;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:17:"slide2-190x57.jpg";s:5:"width";i:190;s:6:"height";i:57;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:17:"slide2-128x38.jpg";s:5:"width";i:128;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2500, 3072, '_wp_attached_file', 'slide1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2501, 3072, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1400;s:6:"height";i:421;s:4:"file";s:10:"slide1.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"slide1-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:17:"slide1-300x90.jpg";s:5:"width";i:300;s:6:"height";i:90;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"slide1-1024x307.jpg";s:5:"width";i:1024;s:6:"height";i:307;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:18:"slide1-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"slide1-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"slide1-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:17:"slide1-190x57.jpg";s:5:"width";i:190;s:6:"height";i:57;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:15:"slide1-31x9.jpg";s:5:"width";i:31;s:6:"height";i:9;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"slide1-38x11.jpg";s:5:"width";i:38;s:6:"height";i:11;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:18:"slide1-425x127.jpg";s:5:"width";i:425;s:6:"height";i:127;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:17:"slide1-190x57.jpg";s:5:"width";i:190;s:6:"height";i:57;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:17:"slide1-128x38.jpg";s:5:"width";i:128;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2508, 3083, '_edit_lock', '1397784349:25759') ; 
INSERT INTO `wp_postmeta` VALUES (2509, 3084, '_edit_lock', '1397784822:25759') ; 
INSERT INTO `wp_postmeta` VALUES (2510, 3085, '_edit_lock', '1381348598:1') ; 
INSERT INTO `wp_postmeta` VALUES (2511, 3086, '_edit_lock', '1403279012:2') ; 
INSERT INTO `wp_postmeta` VALUES (2512, 3087, '_edit_lock', '1396992766:2') ; 
INSERT INTO `wp_postmeta` VALUES (2513, 3088, '_edit_lock', '1396992773:2') ; 
INSERT INTO `wp_postmeta` VALUES (2514, 3089, '_edit_lock', '1397784286:25759') ; 
INSERT INTO `wp_postmeta` VALUES (2515, 3089, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2516, 3089, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (2517, 3086, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (2518, 3086, '_wp_page_template', 'page-hide-sidebar.php') ; 
INSERT INTO `wp_postmeta` VALUES (2521, 3105, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (2522, 3105, '_menu_item_menu_item_parent', '0') ; 
INSERT INTO `wp_postmeta` VALUES (2523, 3105, '_menu_item_object_id', '168') ; 
INSERT INTO `wp_postmeta` VALUES (2524, 3105, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (2525, 3105, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (2526, 3105, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (2527, 3105, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (2528, 3105, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (2530, 3106, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (2531, 3106, '_menu_item_menu_item_parent', '0') ; 
INSERT INTO `wp_postmeta` VALUES (2532, 3106, '_menu_item_object_id', '6') ; 
INSERT INTO `wp_postmeta` VALUES (2533, 3106, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (2534, 3106, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (2535, 3106, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (2536, 3106, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (2537, 3106, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (2548, 3108, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (2549, 3108, '_menu_item_menu_item_parent', '0') ; 
INSERT INTO `wp_postmeta` VALUES (2550, 3108, '_menu_item_object_id', '3') ; 
INSERT INTO `wp_postmeta` VALUES (2551, 3108, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (2552, 3108, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (2553, 3108, '_menu_item_classes', 'a:1:{i:0;s:6:"no-sub";}') ; 
INSERT INTO `wp_postmeta` VALUES (2554, 3108, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (2555, 3108, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (2678, 3123, '_wp_page_template', 'page-full-width.php') ; 
INSERT INTO `wp_postmeta` VALUES (2676, 3123, '_edit_lock', '1396992751:2') ; 
INSERT INTO `wp_postmeta` VALUES (2677, 3123, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (2674, 3122, '_menu_item_url', '#') ; 
INSERT INTO `wp_postmeta` VALUES (2673, 3122, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (2672, 3122, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (2671, 3122, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (2670, 3122, '_menu_item_object', 'custom') ; 
INSERT INTO `wp_postmeta` VALUES (2669, 3122, '_menu_item_object_id', '3122') ; 
INSERT INTO `wp_postmeta` VALUES (2668, 3122, '_menu_item_menu_item_parent', '0') ; 
INSERT INTO `wp_postmeta` VALUES (2667, 3122, '_menu_item_type', 'custom') ; 
INSERT INTO `wp_postmeta` VALUES (5140, 4629, '_wpsc_product_metadata', 'a:17:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5139, 4629, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (2586, 3113, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (2587, 3113, '_menu_item_menu_item_parent', '0') ; 
INSERT INTO `wp_postmeta` VALUES (2588, 3113, '_menu_item_object_id', '3083') ; 
INSERT INTO `wp_postmeta` VALUES (2589, 3113, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (2590, 3113, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (2591, 3113, '_menu_item_classes', 'a:1:{i:0;s:6:"no-sub";}') ; 
INSERT INTO `wp_postmeta` VALUES (2592, 3113, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (2593, 3113, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (2649, 3120, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (6970, 5552, '_wpsc_product_metadata', 'a:21:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";s:1:"0";s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";s:4:"0.00";s:11:"height_unit";s:2:"in";s:5:"width";s:4:"0.00";s:10:"width_unit";s:2:"in";s:6:"length";s:4:"0.00";s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6971, 5552, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6972, 5552, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (6973, 5552, '_thumbnail_id', '4599') ; 
INSERT INTO `wp_postmeta` VALUES (6969, 5552, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (6968, 5552, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (6967, 5552, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6966, 5552, '_wpsc_price', '7.5') ; 
INSERT INTO `wp_postmeta` VALUES (6965, 5552, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5555, 4679, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5556, 4679, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5557, 4679, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (6816, 5535, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6817, 5535, '_thumbnail_id', '4595') ; 
INSERT INTO `wp_postmeta` VALUES (5552, 4679, '_thumbnail_id', '4597') ; 
INSERT INTO `wp_postmeta` VALUES (6815, 5535, '_edit_lock', '1391706508:2') ; 
INSERT INTO `wp_postmeta` VALUES (6814, 5534, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (6813, 5534, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6829, 5536, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6830, 5536, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (6831, 5536, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (6832, 5536, '_wpsc_product_metadata', 'a:21:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";s:1:"0";s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6805, 5534, '_edit_lock', '1391706508:2') ; 
INSERT INTO `wp_postmeta` VALUES (6806, 5534, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6807, 5534, '_thumbnail_id', '4595') ; 
INSERT INTO `wp_postmeta` VALUES (6808, 5534, '_wpsc_price', '17.5') ; 
INSERT INTO `wp_postmeta` VALUES (6809, 5534, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6810, 5534, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (6811, 5534, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (6812, 5534, '_wpsc_product_metadata', 'a:21:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";s:1:"0";s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:5:"10.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2650, 3120, '_menu_item_menu_item_parent', '0') ; 
INSERT INTO `wp_postmeta` VALUES (2651, 3120, '_menu_item_object_id', '22') ; 
INSERT INTO `wp_postmeta` VALUES (2652, 3120, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (2653, 3120, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (2654, 3120, '_menu_item_classes', 'a:1:{i:0;s:6:"no-sub";}') ; 
INSERT INTO `wp_postmeta` VALUES (2655, 3120, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (2656, 3120, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (2679, 3127, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (2658, 3121, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (2659, 3121, '_menu_item_menu_item_parent', '0') ; 
INSERT INTO `wp_postmeta` VALUES (2660, 3121, '_menu_item_object_id', '441') ; 
INSERT INTO `wp_postmeta` VALUES (2661, 3121, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (2662, 3121, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (2663, 3121, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (2664, 3121, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (2665, 3121, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (2680, 3127, '_menu_item_menu_item_parent', '0') ; 
INSERT INTO `wp_postmeta` VALUES (2681, 3127, '_menu_item_object_id', '3083') ; 
INSERT INTO `wp_postmeta` VALUES (2682, 3127, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (2683, 3127, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (2684, 3127, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (2685, 3127, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (2686, 3127, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (2688, 3128, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (2689, 3128, '_menu_item_menu_item_parent', '3127') ; 
INSERT INTO `wp_postmeta` VALUES (2690, 3128, '_menu_item_object_id', '3088') ; 
INSERT INTO `wp_postmeta` VALUES (2691, 3128, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (2692, 3128, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (2693, 3128, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (2694, 3128, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (2695, 3128, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (2697, 3129, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (2698, 3129, '_menu_item_menu_item_parent', '3127') ; 
INSERT INTO `wp_postmeta` VALUES (2699, 3129, '_menu_item_object_id', '3085') ; 
INSERT INTO `wp_postmeta` VALUES (2700, 3129, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (2701, 3129, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (2702, 3129, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (2703, 3129, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (2704, 3129, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (2706, 3130, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (2707, 3130, '_menu_item_menu_item_parent', '3127') ; 
INSERT INTO `wp_postmeta` VALUES (2708, 3130, '_menu_item_object_id', '3084') ; 
INSERT INTO `wp_postmeta` VALUES (2709, 3130, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (2710, 3130, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (2711, 3130, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (2712, 3130, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (2713, 3130, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (2742, 1249, '_wp_attachment_image_alt', 'Janet McCoy') ; 
INSERT INTO `wp_postmeta` VALUES (6827, 5536, '_thumbnail_id', '4595') ; 
INSERT INTO `wp_postmeta` VALUES (6828, 5536, '_wpsc_price', '7.5') ; 
INSERT INTO `wp_postmeta` VALUES (5554, 4679, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5553, 4679, '_wpsc_price', '7.5') ; 
INSERT INTO `wp_postmeta` VALUES (5551, 4679, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (2766, 3142, '_menu_item_classes', 'a:1:{i:0;s:6:"no-sub";}') ; 
INSERT INTO `wp_postmeta` VALUES (2765, 3142, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (2764, 3142, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (2763, 3142, '_menu_item_object_id', '192') ; 
INSERT INTO `wp_postmeta` VALUES (2762, 3142, '_menu_item_menu_item_parent', '3141') ; 
INSERT INTO `wp_postmeta` VALUES (2761, 3142, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (2733, 3133, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (2734, 3133, '_menu_item_menu_item_parent', '3141') ; 
INSERT INTO `wp_postmeta` VALUES (2735, 3133, '_menu_item_object_id', '224') ; 
INSERT INTO `wp_postmeta` VALUES (2736, 3133, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (2737, 3133, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (2738, 3133, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (2739, 3133, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (2740, 3133, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (2743, 3140, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (2744, 3140, '_menu_item_menu_item_parent', '3127') ; 
INSERT INTO `wp_postmeta` VALUES (2745, 3140, '_menu_item_object_id', '3083') ; 
INSERT INTO `wp_postmeta` VALUES (2746, 3140, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (2747, 3140, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (2748, 3140, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (2749, 3140, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (2750, 3140, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (2752, 3141, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (2753, 3141, '_menu_item_menu_item_parent', '0') ; 
INSERT INTO `wp_postmeta` VALUES (2754, 3141, '_menu_item_object_id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (2755, 3141, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (2756, 3141, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (2757, 3141, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (2758, 3141, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (2759, 3141, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (2767, 3142, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (2768, 3142, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (2770, 3143, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (2771, 3143, '_menu_item_menu_item_parent', '3141') ; 
INSERT INTO `wp_postmeta` VALUES (2772, 3143, '_menu_item_object_id', '182') ; 
INSERT INTO `wp_postmeta` VALUES (2773, 3143, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (2774, 3143, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (2775, 3143, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (2776, 3143, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (2777, 3143, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (2788, 3146, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (2789, 3146, '_menu_item_menu_item_parent', '3141') ; 
INSERT INTO `wp_postmeta` VALUES (2790, 3146, '_menu_item_object_id', '163') ; 
INSERT INTO `wp_postmeta` VALUES (2791, 3146, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (2792, 3146, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (2793, 3146, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (2794, 3146, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (2795, 3146, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (2797, 3147, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (2798, 3147, '_menu_item_menu_item_parent', '3146') ; 
INSERT INTO `wp_postmeta` VALUES (2799, 3147, '_menu_item_object_id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (2800, 3147, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (2801, 3147, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (2802, 3147, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (2803, 3147, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (2804, 3147, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (2806, 3148, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (2807, 3148, '_menu_item_menu_item_parent', '3141') ; 
INSERT INTO `wp_postmeta` VALUES (2808, 3148, '_menu_item_object_id', '178') ; 
INSERT INTO `wp_postmeta` VALUES (2809, 3148, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (2810, 3148, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (2811, 3148, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (2812, 3148, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (2813, 3148, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (2818, 3172, '_edit_last', '25759') ; 
INSERT INTO `wp_postmeta` VALUES (2819, 3172, '_edit_lock', '1392587143:25759') ; 
INSERT INTO `wp_postmeta` VALUES (2820, 3172, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (7122, 5626, '_gform-entry-id', '299') ; 
INSERT INTO `wp_postmeta` VALUES (7331, 5803, '_gform-entry-id', '434') ; 
INSERT INTO `wp_postmeta` VALUES (7332, 5803, 'job_expiration_day', '20140709') ; 
INSERT INTO `wp_postmeta` VALUES (2955, 3359, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (6825, 5536, '_edit_lock', '1391706941:2') ; 
INSERT INTO `wp_postmeta` VALUES (6826, 5536, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5550, 4679, '_edit_lock', '1385405255:2') ; 
INSERT INTO `wp_postmeta` VALUES (5426, 4665, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (5425, 4665, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (5424, 4665, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (5423, 4665, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (5422, 4665, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (5421, 4665, '_menu_item_object_id', '168') ; 
INSERT INTO `wp_postmeta` VALUES (5420, 4665, '_menu_item_menu_item_parent', '3141') ; 
INSERT INTO `wp_postmeta` VALUES (5419, 4665, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (6378, 5168, '_wp_attached_file', 'AAZAK-2012-AbouMadi-Darting.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (2870, 3282, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (2871, 3282, '_menu_item_menu_item_parent', '3340') ; 
INSERT INTO `wp_postmeta` VALUES (2872, 3282, '_menu_item_object_id', '1183') ; 
INSERT INTO `wp_postmeta` VALUES (2873, 3282, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (2874, 3282, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (2875, 3282, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (2876, 3282, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (2877, 3282, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (4667, 4465, '_wp_attached_file', 'sponsor_sheet1.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (7057, 5580, '_wp_attached_file', '1Chapter-Recharter-Introduction-2014.docx') ; 
INSERT INTO `wp_postmeta` VALUES (7056, 5576, '_wp_attached_file', 'Workbook-and-Glossary-of-Terms.docx') ; 
INSERT INTO `wp_postmeta` VALUES (3064, 3391, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:150;s:6:"height";i:150;s:4:"file";s:25:"pearthreejpg-150x1501.jpg";s:5:"sizes";a:6:{s:15:"bones-thumb-300";a:4:{s:4:"file";s:33:"pearthreejpg-150x1501-150x100.jpg";s:5:"width";i:150;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:33:"pearthreejpg-150x1501-150x111.jpg";s:5:"width";i:150;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:33:"pearthreejpg-150x1501-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:31:"pearthreejpg-150x1501-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:31:"pearthreejpg-150x1501-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:33:"pearthreejpg-150x1501-128x128.jpg";s:5:"width";i:128;s:6:"height";i:128;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3063, 3391, '_wp_attached_file', 'pearthreejpg-150x1501.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2920, 3325, '_wp_attached_file', 'no-img.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (2921, 3325, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:150;s:6:"height";i:159;s:4:"file";s:10:"no-img.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"no-img-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:18:"no-img-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"no-img-150x100.jpg";s:5:"width";i:150;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"no-img-150x111.jpg";s:5:"width";i:150;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"no-img-29x31.jpg";s:5:"width";i:29;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"no-img-35x38.jpg";s:5:"width";i:35;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:18:"no-img-120x128.jpg";s:5:"width";i:120;s:6:"height";i:128;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (2922, 3325, '_edit_lock', '1382388971:1') ; 
INSERT INTO `wp_postmeta` VALUES (2927, 3062, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (2928, 3062, '_edit_lock', '1392235727:2') ; 
INSERT INTO `wp_postmeta` VALUES (2929, 3083, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (2930, 3336, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (2931, 3336, '_edit_lock', '1404835178:2') ; 
INSERT INTO `wp_postmeta` VALUES (2932, 3336, '_wp_page_template', 'page-hide-sidebar.php') ; 
INSERT INTO `wp_postmeta` VALUES (2933, 3339, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (2934, 3339, '_menu_item_menu_item_parent', '0') ; 
INSERT INTO `wp_postmeta` VALUES (2935, 3339, '_menu_item_object_id', '3336') ; 
INSERT INTO `wp_postmeta` VALUES (2936, 3339, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (2937, 3339, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (2938, 3339, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (2939, 3339, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (2940, 3339, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (2942, 3340, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (2943, 3340, '_menu_item_menu_item_parent', '3339') ; 
INSERT INTO `wp_postmeta` VALUES (2944, 3340, '_menu_item_object_id', '200') ; 
INSERT INTO `wp_postmeta` VALUES (2945, 3340, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (2946, 3340, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (2947, 3340, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (2948, 3340, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (2949, 3340, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (5138, 4629, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5137, 4629, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (2956, 3359, '_menu_item_menu_item_parent', '4665') ; 
INSERT INTO `wp_postmeta` VALUES (2957, 3359, '_menu_item_object_id', '1385') ; 
INSERT INTO `wp_postmeta` VALUES (2958, 3359, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (2959, 3359, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (2960, 3359, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (2961, 3359, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (2962, 3359, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (6358, 5155, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (6357, 5155, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7014, 5557, '_edit_lock', '1391708306:2') ; 
INSERT INTO `wp_postmeta` VALUES (7015, 5557, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7016, 5557, '_thumbnail_id', '4603') ; 
INSERT INTO `wp_postmeta` VALUES (6681, 5457, '_wp_attached_file', 'AAZK-Conservation-Committee1.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6376, 5166, '_wp_attached_file', 'Teams.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6375, 5165, '_wp_attached_file', 'QR-Protocols_-erichment-and-trainingfinal.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (2982, 3362, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (2983, 3362, '_menu_item_menu_item_parent', '4665') ; 
INSERT INTO `wp_postmeta` VALUES (2984, 3362, '_menu_item_object_id', '1341') ; 
INSERT INTO `wp_postmeta` VALUES (2985, 3362, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (2986, 3362, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (2987, 3362, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (2988, 3362, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (2989, 3362, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (2991, 3363, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (2992, 3363, '_menu_item_menu_item_parent', '4665') ; 
INSERT INTO `wp_postmeta` VALUES (2993, 3363, '_menu_item_object_id', '991') ; 
INSERT INTO `wp_postmeta` VALUES (2994, 3363, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (2995, 3363, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (2996, 3363, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (2997, 3363, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (2998, 3363, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (3000, 3366, '_wp_attached_file', 'blackrhinos_004.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3001, 3366, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:126;s:6:"height";i:90;s:4:"file";s:19:"blackrhinos_004.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:25:"blackrhinos_004-31x22.jpg";s:5:"width";i:31;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:25:"blackrhinos_004-38x27.jpg";s:5:"width";i:38;s:6:"height";i:27;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3002, 3367, '_wp_attached_file', 'sumatranrhino1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3003, 3367, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:126;s:6:"height";i:90;s:4:"file";s:18:"sumatranrhino1.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:24:"sumatranrhino1-31x22.jpg";s:5:"width";i:31;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:24:"sumatranrhino1-38x27.jpg";s:5:"width";i:38;s:6:"height";i:27;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3004, 3366, '_edit_lock', '1382556466:1') ; 
INSERT INTO `wp_postmeta` VALUES (3005, 3367, '_edit_lock', '1382556558:1') ; 
INSERT INTO `wp_postmeta` VALUES (3006, 3369, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (3007, 3369, '_menu_item_menu_item_parent', '3105') ; 
INSERT INTO `wp_postmeta` VALUES (3008, 3369, '_menu_item_object_id', '2782') ; 
INSERT INTO `wp_postmeta` VALUES (3009, 3369, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (3010, 3369, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (3011, 3369, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (3012, 3369, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (3013, 3369, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (3015, 3370, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (3016, 3370, '_menu_item_menu_item_parent', '3105') ; 
INSERT INTO `wp_postmeta` VALUES (3017, 3370, '_menu_item_object_id', '1269') ; 
INSERT INTO `wp_postmeta` VALUES (3018, 3370, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (3019, 3370, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (3020, 3370, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (3021, 3370, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (3022, 3370, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (3024, 3377, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (3025, 3377, '_menu_item_menu_item_parent', '3105') ; 
INSERT INTO `wp_postmeta` VALUES (3026, 3377, '_menu_item_object_id', '1385') ; 
INSERT INTO `wp_postmeta` VALUES (3027, 3377, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (3028, 3377, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (3029, 3377, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (3030, 3377, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (3031, 3377, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (3033, 3378, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (3034, 3378, '_menu_item_menu_item_parent', '3105') ; 
INSERT INTO `wp_postmeta` VALUES (3035, 3378, '_menu_item_object_id', '1341') ; 
INSERT INTO `wp_postmeta` VALUES (3036, 3378, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (3037, 3378, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (3038, 3378, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (3039, 3378, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (3040, 3378, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (3042, 3379, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (3043, 3379, '_menu_item_menu_item_parent', '3105') ; 
INSERT INTO `wp_postmeta` VALUES (3044, 3379, '_menu_item_object_id', '991') ; 
INSERT INTO `wp_postmeta` VALUES (3045, 3379, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (3046, 3379, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (3047, 3379, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (3048, 3379, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (3049, 3379, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (6011, 4921, '_edit_lock', '1388764102:2') ; 
INSERT INTO `wp_postmeta` VALUES (6010, 4921, '_gform-entry-id', '78') ; 
INSERT INTO `wp_postmeta` VALUES (6009, 4921, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3065, 3391, '_edit_lock', '1382562974:1') ; 
INSERT INTO `wp_postmeta` VALUES (3066, 3401, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3067, 3401, '_edit_lock', '1389133167:2') ; 
INSERT INTO `wp_postmeta` VALUES (3068, 3401, '_wp_page_template', 'page-no-email.php') ; 
INSERT INTO `wp_postmeta` VALUES (3069, 3408, '_wp_attached_file', 'animalkeepersforum-oct13.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3070, 3408, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:381;s:4:"file";s:28:"animalkeepersforum-oct13.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"animalkeepersforum-oct13-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:36:"animalkeepersforum-oct13-236x300.jpg";s:5:"width";i:236;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:36:"animalkeepersforum-oct13-300x150.jpg";s:5:"width";i:300;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:36:"animalkeepersforum-oct13-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:36:"animalkeepersforum-oct13-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:36:"animalkeepersforum-oct13-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:34:"animalkeepersforum-oct13-24x31.jpg";s:5:"width";i:24;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:34:"animalkeepersforum-oct13-29x38.jpg";s:5:"width";i:29;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:36:"animalkeepersforum-oct13-169x215.jpg";s:5:"width";i:169;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:36:"animalkeepersforum-oct13-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:36:"animalkeepersforum-oct13-100x128.jpg";s:5:"width";i:100;s:6:"height";i:128;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3071, 3408, '_edit_lock', '1382567796:1') ; 
INSERT INTO `wp_postmeta` VALUES (3072, 192, '_post_restored_from', 'a:3:{s:20:"restored_revision_id";i:3452;s:16:"restored_by_user";i:1;s:13:"restored_time";i:1382743347;}') ; 
INSERT INTO `wp_postmeta` VALUES (6448, 5146, '_oembed_de050804307dcf81e347cdf52b938acc', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7061, 5584, '_wp_attached_file', '5Chapter-Financial-Report-Income-Expense-Form-2014.doc') ; 
INSERT INTO `wp_postmeta` VALUES (3087, 224, '_post_restored_from', 'a:3:{s:20:"restored_revision_id";i:3136;s:16:"restored_by_user";i:1;s:13:"restored_time";i:1382977126;}') ; 
INSERT INTO `wp_postmeta` VALUES (3088, 3513, '_edit_lock', '1383795841:1') ; 
INSERT INTO `wp_postmeta` VALUES (3089, 3513, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3090, 3514, '_wp_attached_file', 'SaveNatureOrg.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3091, 3514, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:150;s:6:"height";i:258;s:4:"file";s:17:"SaveNatureOrg.jpg";s:5:"sizes";a:10:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"SaveNatureOrg-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:25:"SaveNatureOrg-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:25:"SaveNatureOrg-150x100.jpg";s:5:"width";i:150;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"SaveNatureOrg-150x111.jpg";s:5:"width";i:150;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:25:"SaveNatureOrg-110x190.jpg";s:5:"width";i:110;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"SaveNatureOrg-18x31.jpg";s:5:"width";i:18;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"SaveNatureOrg-22x38.jpg";s:5:"width";i:22;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:25:"SaveNatureOrg-125x215.jpg";s:5:"width";i:125;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:25:"SaveNatureOrg-110x190.jpg";s:5:"width";i:110;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:24:"SaveNatureOrg-74x128.jpg";s:5:"width";i:74;s:6:"height";i:128;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3092, 3513, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (3093, 3517, '_wp_attached_file', 'wine-for-the-wild-sign.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3094, 3517, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:257;s:4:"file";s:26:"wine-for-the-wild-sign.jpg";s:5:"sizes";a:10:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"wine-for-the-wild-sign-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:34:"wine-for-the-wild-sign-200x150.jpg";s:5:"width";i:200;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:34:"wine-for-the-wild-sign-200x100.jpg";s:5:"width";i:200;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:34:"wine-for-the-wild-sign-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:34:"wine-for-the-wild-sign-147x190.jpg";s:5:"width";i:147;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:32:"wine-for-the-wild-sign-24x31.jpg";s:5:"width";i:24;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:32:"wine-for-the-wild-sign-29x38.jpg";s:5:"width";i:29;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:34:"wine-for-the-wild-sign-167x215.jpg";s:5:"width";i:167;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:34:"wine-for-the-wild-sign-147x190.jpg";s:5:"width";i:147;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:33:"wine-for-the-wild-sign-99x128.jpg";s:5:"width";i:99;s:6:"height";i:128;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3095, 3518, '_wp_attached_file', 'wine-for-the-wild-crowd.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3096, 3518, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:350;s:6:"height";i:257;s:4:"file";s:27:"wine-for-the-wild-crowd.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"wine-for-the-wild-crowd-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:35:"wine-for-the-wild-crowd-300x220.jpg";s:5:"width";i:300;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:35:"wine-for-the-wild-crowd-350x150.jpg";s:5:"width";i:350;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:35:"wine-for-the-wild-crowd-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:35:"wine-for-the-wild-crowd-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:35:"wine-for-the-wild-crowd-190x139.jpg";s:5:"width";i:190;s:6:"height";i:139;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:33:"wine-for-the-wild-crowd-31x22.jpg";s:5:"width";i:31;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:33:"wine-for-the-wild-crowd-38x27.jpg";s:5:"width";i:38;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:35:"wine-for-the-wild-crowd-292x215.jpg";s:5:"width";i:292;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:35:"wine-for-the-wild-crowd-190x139.jpg";s:5:"width";i:190;s:6:"height";i:139;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:34:"wine-for-the-wild-crowd-128x93.jpg";s:5:"width";i:128;s:6:"height";i:93;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3097, 3522, '_wp_attached_file', 'Fun-Raising-for-the-Wild.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3098, 3522, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:254;s:6:"height";i:186;s:4:"file";s:28:"Fun-Raising-for-the-Wild.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"Fun-Raising-for-the-Wild-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:36:"Fun-Raising-for-the-Wild-254x150.jpg";s:5:"width";i:254;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:36:"Fun-Raising-for-the-Wild-254x100.jpg";s:5:"width";i:254;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:36:"Fun-Raising-for-the-Wild-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:36:"Fun-Raising-for-the-Wild-190x139.jpg";s:5:"width";i:190;s:6:"height";i:139;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:34:"Fun-Raising-for-the-Wild-31x22.jpg";s:5:"width";i:31;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:34:"Fun-Raising-for-the-Wild-38x27.jpg";s:5:"width";i:38;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:36:"Fun-Raising-for-the-Wild-190x139.jpg";s:5:"width";i:190;s:6:"height";i:139;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:35:"Fun-Raising-for-the-Wild-128x93.jpg";s:5:"width";i:128;s:6:"height";i:93;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3099, 3523, '_wp_attached_file', 'Svengoolie-for-the-Wild.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3100, 3523, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:250;s:6:"height";i:186;s:4:"file";s:27:"Svengoolie-for-the-Wild.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"Svengoolie-for-the-Wild-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:35:"Svengoolie-for-the-Wild-250x150.jpg";s:5:"width";i:250;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:35:"Svengoolie-for-the-Wild-250x100.jpg";s:5:"width";i:250;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:35:"Svengoolie-for-the-Wild-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:35:"Svengoolie-for-the-Wild-190x141.jpg";s:5:"width";i:190;s:6:"height";i:141;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:33:"Svengoolie-for-the-Wild-31x23.jpg";s:5:"width";i:31;s:6:"height";i:23;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:33:"Svengoolie-for-the-Wild-38x28.jpg";s:5:"width";i:38;s:6:"height";i:28;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:35:"Svengoolie-for-the-Wild-190x141.jpg";s:5:"width";i:190;s:6:"height";i:141;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:34:"Svengoolie-for-the-Wild-128x95.jpg";s:5:"width";i:128;s:6:"height";i:95;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3101, 3524, '_wp_attached_file', 'Swim-for-the-Wild.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3102, 3524, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:309;s:6:"height";i:186;s:4:"file";s:21:"Swim-for-the-Wild.jpg";s:5:"sizes";a:10:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"Swim-for-the-Wild-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:"Swim-for-the-Wild-300x180.jpg";s:5:"width";i:300;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:29:"Swim-for-the-Wild-309x150.jpg";s:5:"width";i:309;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:29:"Swim-for-the-Wild-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:29:"Swim-for-the-Wild-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:29:"Swim-for-the-Wild-190x114.jpg";s:5:"width";i:190;s:6:"height";i:114;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:27:"Swim-for-the-Wild-31x18.jpg";s:5:"width";i:31;s:6:"height";i:18;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:27:"Swim-for-the-Wild-38x22.jpg";s:5:"width";i:38;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:29:"Swim-for-the-Wild-190x114.jpg";s:5:"width";i:190;s:6:"height";i:114;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:28:"Swim-for-the-Wild-128x77.jpg";s:5:"width";i:128;s:6:"height";i:77;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3103, 3526, '_wp_attached_file', 'GUANACASTE-CONSERVATION-AREA-COSTA-RICA.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3104, 3526, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:274;s:6:"height";i:186;s:4:"file";s:43:"GUANACASTE-CONSERVATION-AREA-COSTA-RICA.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:51:"GUANACASTE-CONSERVATION-AREA-COSTA-RICA-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:51:"GUANACASTE-CONSERVATION-AREA-COSTA-RICA-274x150.jpg";s:5:"width";i:274;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:51:"GUANACASTE-CONSERVATION-AREA-COSTA-RICA-274x100.jpg";s:5:"width";i:274;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:51:"GUANACASTE-CONSERVATION-AREA-COSTA-RICA-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:51:"GUANACASTE-CONSERVATION-AREA-COSTA-RICA-190x128.jpg";s:5:"width";i:190;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:49:"GUANACASTE-CONSERVATION-AREA-COSTA-RICA-31x21.jpg";s:5:"width";i:31;s:6:"height";i:21;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:49:"GUANACASTE-CONSERVATION-AREA-COSTA-RICA-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:51:"GUANACASTE-CONSERVATION-AREA-COSTA-RICA-190x128.jpg";s:5:"width";i:190;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:50:"GUANACASTE-CONSERVATION-AREA-COSTA-RICA-128x86.jpg";s:5:"width";i:128;s:6:"height";i:86;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3105, 3527, '_wp_attached_file', 'Lincoln-Park.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3106, 3527, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:311;s:6:"height";i:186;s:4:"file";s:16:"Lincoln-Park.jpg";s:5:"sizes";a:10:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"Lincoln-Park-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:"Lincoln-Park-300x179.jpg";s:5:"width";i:300;s:6:"height";i:179;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:24:"Lincoln-Park-311x150.jpg";s:5:"width";i:311;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:24:"Lincoln-Park-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"Lincoln-Park-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:24:"Lincoln-Park-190x113.jpg";s:5:"width";i:190;s:6:"height";i:113;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"Lincoln-Park-31x18.jpg";s:5:"width";i:31;s:6:"height";i:18;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"Lincoln-Park-38x22.jpg";s:5:"width";i:38;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:24:"Lincoln-Park-190x113.jpg";s:5:"width";i:190;s:6:"height";i:113;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:23:"Lincoln-Park-128x76.jpg";s:5:"width";i:128;s:6:"height";i:76;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3107, 3528, '_wp_attached_file', 'Lincoln-Park-cert.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3108, 3528, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:243;s:6:"height";i:186;s:4:"file";s:21:"Lincoln-Park-cert.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"Lincoln-Park-cert-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:29:"Lincoln-Park-cert-243x150.jpg";s:5:"width";i:243;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:29:"Lincoln-Park-cert-243x100.jpg";s:5:"width";i:243;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:29:"Lincoln-Park-cert-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:29:"Lincoln-Park-cert-190x145.jpg";s:5:"width";i:190;s:6:"height";i:145;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:27:"Lincoln-Park-cert-31x23.jpg";s:5:"width";i:31;s:6:"height";i:23;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:27:"Lincoln-Park-cert-38x29.jpg";s:5:"width";i:38;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:29:"Lincoln-Park-cert-190x145.jpg";s:5:"width";i:190;s:6:"height";i:145;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:28:"Lincoln-Park-cert-128x97.jpg";s:5:"width";i:128;s:6:"height";i:97;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3109, 3530, '_wp_attached_file', 'Certificate-of-Appreciation.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3110, 3530, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:319;s:6:"height";i:257;s:4:"file";s:31:"Certificate-of-Appreciation.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"Certificate-of-Appreciation-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:39:"Certificate-of-Appreciation-300x241.jpg";s:5:"width";i:300;s:6:"height";i:241;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:39:"Certificate-of-Appreciation-319x150.jpg";s:5:"width";i:319;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:39:"Certificate-of-Appreciation-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:39:"Certificate-of-Appreciation-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:39:"Certificate-of-Appreciation-190x153.jpg";s:5:"width";i:190;s:6:"height";i:153;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:37:"Certificate-of-Appreciation-31x24.jpg";s:5:"width";i:31;s:6:"height";i:24;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:37:"Certificate-of-Appreciation-38x30.jpg";s:5:"width";i:38;s:6:"height";i:30;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:39:"Certificate-of-Appreciation-266x215.jpg";s:5:"width";i:266;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:39:"Certificate-of-Appreciation-190x153.jpg";s:5:"width";i:190;s:6:"height";i:153;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:39:"Certificate-of-Appreciation-128x103.jpg";s:5:"width";i:128;s:6:"height";i:103;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3111, 3531, '_wp_attached_file', 'robin-shewokis.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3112, 3531, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:243;s:6:"height";i:186;s:4:"file";s:18:"robin-shewokis.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"robin-shewokis-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:26:"robin-shewokis-243x150.jpg";s:5:"width";i:243;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:26:"robin-shewokis-243x100.jpg";s:5:"width";i:243;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"robin-shewokis-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:26:"robin-shewokis-190x145.jpg";s:5:"width";i:190;s:6:"height";i:145;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:24:"robin-shewokis-31x23.jpg";s:5:"width";i:31;s:6:"height";i:23;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:24:"robin-shewokis-38x29.jpg";s:5:"width";i:38;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:26:"robin-shewokis-190x145.jpg";s:5:"width";i:190;s:6:"height";i:145;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:25:"robin-shewokis-128x97.jpg";s:5:"width";i:128;s:6:"height";i:97;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3113, 3533, '_wp_attached_file', 'Certificate-of-Recognition.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3114, 3533, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:284;s:6:"height";i:186;s:4:"file";s:30:"Certificate-of-Recognition.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"Certificate-of-Recognition-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:38:"Certificate-of-Recognition-284x150.jpg";s:5:"width";i:284;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:38:"Certificate-of-Recognition-284x100.jpg";s:5:"width";i:284;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:38:"Certificate-of-Recognition-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:38:"Certificate-of-Recognition-190x124.jpg";s:5:"width";i:190;s:6:"height";i:124;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:36:"Certificate-of-Recognition-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:36:"Certificate-of-Recognition-38x24.jpg";s:5:"width";i:38;s:6:"height";i:24;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:38:"Certificate-of-Recognition-190x124.jpg";s:5:"width";i:190;s:6:"height";i:124;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:37:"Certificate-of-Recognition-128x83.jpg";s:5:"width";i:128;s:6:"height";i:83;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3115, 3534, '_wp_attached_file', 'tammy-root-cert.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3116, 3534, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:254;s:6:"height";i:186;s:4:"file";s:19:"tammy-root-cert.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"tammy-root-cert-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:27:"tammy-root-cert-254x150.jpg";s:5:"width";i:254;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:27:"tammy-root-cert-254x100.jpg";s:5:"width";i:254;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"tammy-root-cert-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:27:"tammy-root-cert-190x139.jpg";s:5:"width";i:190;s:6:"height";i:139;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:25:"tammy-root-cert-31x22.jpg";s:5:"width";i:31;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:25:"tammy-root-cert-38x27.jpg";s:5:"width";i:38;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:27:"tammy-root-cert-190x139.jpg";s:5:"width";i:190;s:6:"height";i:139;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:26:"tammy-root-cert-128x93.jpg";s:5:"width";i:128;s:6:"height";i:93;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3117, 3535, '_wp_attached_file', 'tammy-root.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3118, 3535, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:156;s:6:"height";i:186;s:4:"file";s:14:"tammy-root.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"tammy-root-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:22:"tammy-root-156x150.jpg";s:5:"width";i:156;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:22:"tammy-root-156x100.jpg";s:5:"width";i:156;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"tammy-root-156x111.jpg";s:5:"width";i:156;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"tammy-root-26x31.jpg";s:5:"width";i:26;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"tammy-root-31x38.jpg";s:5:"width";i:31;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"tammy-root-107x128.jpg";s:5:"width";i:107;s:6:"height";i:128;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3119, 3536, '_wp_attached_file', 'shane-good.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3120, 3536, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:133;s:6:"height";i:186;s:4:"file";s:14:"shane-good.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"shane-good-133x150.jpg";s:5:"width";i:133;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:22:"shane-good-133x150.jpg";s:5:"width";i:133;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:22:"shane-good-133x100.jpg";s:5:"width";i:133;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"shane-good-133x111.jpg";s:5:"width";i:133;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"shane-good-22x31.jpg";s:5:"width";i:22;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"shane-good-27x38.jpg";s:5:"width";i:27;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"shane-good-91x128.jpg";s:5:"width";i:91;s:6:"height";i:128;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3121, 3537, '_wp_attached_file', 'shane-good-cert.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3122, 3537, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:231;s:6:"height";i:196;s:4:"file";s:19:"shane-good-cert.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"shane-good-cert-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:27:"shane-good-cert-231x150.jpg";s:5:"width";i:231;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:27:"shane-good-cert-231x100.jpg";s:5:"width";i:231;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"shane-good-cert-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:27:"shane-good-cert-190x161.jpg";s:5:"width";i:190;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:25:"shane-good-cert-31x26.jpg";s:5:"width";i:31;s:6:"height";i:26;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:25:"shane-good-cert-38x32.jpg";s:5:"width";i:38;s:6:"height";i:32;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:27:"shane-good-cert-190x161.jpg";s:5:"width";i:190;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:27:"shane-good-cert-128x108.jpg";s:5:"width";i:128;s:6:"height";i:108;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3123, 3538, '_wp_attached_file', 'angela-binney-cert.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3124, 3538, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:226;s:6:"height";i:186;s:4:"file";s:22:"angela-binney-cert.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"angela-binney-cert-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:30:"angela-binney-cert-226x150.jpg";s:5:"width";i:226;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:30:"angela-binney-cert-226x100.jpg";s:5:"width";i:226;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:30:"angela-binney-cert-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:30:"angela-binney-cert-190x156.jpg";s:5:"width";i:190;s:6:"height";i:156;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:28:"angela-binney-cert-31x25.jpg";s:5:"width";i:31;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:28:"angela-binney-cert-38x31.jpg";s:5:"width";i:38;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:30:"angela-binney-cert-190x156.jpg";s:5:"width";i:190;s:6:"height";i:156;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:30:"angela-binney-cert-128x105.jpg";s:5:"width";i:128;s:6:"height";i:105;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3125, 3539, '_wp_attached_file', 'angela-binney.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3126, 3539, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:249;s:6:"height";i:186;s:4:"file";s:17:"angela-binney.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"angela-binney-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:25:"angela-binney-249x150.jpg";s:5:"width";i:249;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:25:"angela-binney-249x100.jpg";s:5:"width";i:249;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"angela-binney-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:25:"angela-binney-190x141.jpg";s:5:"width";i:190;s:6:"height";i:141;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"angela-binney-31x23.jpg";s:5:"width";i:31;s:6:"height";i:23;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"angela-binney-38x28.jpg";s:5:"width";i:38;s:6:"height";i:28;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:25:"angela-binney-190x141.jpg";s:5:"width";i:190;s:6:"height";i:141;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:24:"angela-binney-128x95.jpg";s:5:"width";i:128;s:6:"height";i:95;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3127, 3540, '_wp_attached_file', 'dawn-neptune-cert.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3128, 3540, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:228;s:6:"height";i:186;s:4:"file";s:21:"dawn-neptune-cert.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"dawn-neptune-cert-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:29:"dawn-neptune-cert-228x150.jpg";s:5:"width";i:228;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:29:"dawn-neptune-cert-228x100.jpg";s:5:"width";i:228;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:29:"dawn-neptune-cert-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:29:"dawn-neptune-cert-190x155.jpg";s:5:"width";i:190;s:6:"height";i:155;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:27:"dawn-neptune-cert-31x25.jpg";s:5:"width";i:31;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:27:"dawn-neptune-cert-38x31.jpg";s:5:"width";i:38;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:29:"dawn-neptune-cert-190x155.jpg";s:5:"width";i:190;s:6:"height";i:155;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:29:"dawn-neptune-cert-128x104.jpg";s:5:"width";i:128;s:6:"height";i:104;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3129, 3541, '_wp_attached_file', 'dawn-neptune.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3130, 3541, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:278;s:6:"height";i:186;s:4:"file";s:16:"dawn-neptune.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"dawn-neptune-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:24:"dawn-neptune-278x150.jpg";s:5:"width";i:278;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:24:"dawn-neptune-278x100.jpg";s:5:"width";i:278;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"dawn-neptune-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:24:"dawn-neptune-190x127.jpg";s:5:"width";i:190;s:6:"height";i:127;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"dawn-neptune-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"dawn-neptune-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:24:"dawn-neptune-190x127.jpg";s:5:"width";i:190;s:6:"height";i:127;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:23:"dawn-neptune-128x85.jpg";s:5:"width";i:128;s:6:"height";i:85;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3131, 3542, '_wp_attached_file', 'jennifer-macnaughton-cert.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3132, 3542, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:229;s:6:"height";i:186;s:4:"file";s:29:"jennifer-macnaughton-cert.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:37:"jennifer-macnaughton-cert-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:37:"jennifer-macnaughton-cert-229x150.jpg";s:5:"width";i:229;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:37:"jennifer-macnaughton-cert-229x100.jpg";s:5:"width";i:229;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:37:"jennifer-macnaughton-cert-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:37:"jennifer-macnaughton-cert-190x154.jpg";s:5:"width";i:190;s:6:"height";i:154;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:35:"jennifer-macnaughton-cert-31x25.jpg";s:5:"width";i:31;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:35:"jennifer-macnaughton-cert-38x30.jpg";s:5:"width";i:38;s:6:"height";i:30;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:37:"jennifer-macnaughton-cert-190x154.jpg";s:5:"width";i:190;s:6:"height";i:154;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:37:"jennifer-macnaughton-cert-128x103.jpg";s:5:"width";i:128;s:6:"height";i:103;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3133, 3543, '_wp_attached_file', 'jennifer-macnaughton.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3134, 3543, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:138;s:6:"height";i:186;s:4:"file";s:24:"jennifer-macnaughton.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"jennifer-macnaughton-138x150.jpg";s:5:"width";i:138;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:32:"jennifer-macnaughton-138x150.jpg";s:5:"width";i:138;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:32:"jennifer-macnaughton-138x100.jpg";s:5:"width";i:138;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"jennifer-macnaughton-138x111.jpg";s:5:"width";i:138;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:30:"jennifer-macnaughton-23x31.jpg";s:5:"width";i:23;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:30:"jennifer-macnaughton-28x38.jpg";s:5:"width";i:28;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:31:"jennifer-macnaughton-94x128.jpg";s:5:"width";i:94;s:6:"height";i:128;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3135, 3544, '_wp_attached_file', 'mark-dedenus-cert.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3136, 3544, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:238;s:6:"height";i:186;s:4:"file";s:21:"mark-dedenus-cert.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"mark-dedenus-cert-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:29:"mark-dedenus-cert-238x150.jpg";s:5:"width";i:238;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:29:"mark-dedenus-cert-238x100.jpg";s:5:"width";i:238;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:29:"mark-dedenus-cert-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:29:"mark-dedenus-cert-190x148.jpg";s:5:"width";i:190;s:6:"height";i:148;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:27:"mark-dedenus-cert-31x24.jpg";s:5:"width";i:31;s:6:"height";i:24;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:27:"mark-dedenus-cert-38x29.jpg";s:5:"width";i:38;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:29:"mark-dedenus-cert-190x148.jpg";s:5:"width";i:190;s:6:"height";i:148;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:29:"mark-dedenus-cert-128x100.jpg";s:5:"width";i:128;s:6:"height";i:100;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3137, 3545, '_wp_attached_file', 'mark-dedenus.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3138, 3545, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:184;s:6:"height";i:186;s:4:"file";s:16:"mark-dedenus.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"mark-dedenus-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:24:"mark-dedenus-184x150.jpg";s:5:"width";i:184;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:24:"mark-dedenus-184x100.jpg";s:5:"width";i:184;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"mark-dedenus-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"mark-dedenus-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"mark-dedenus-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:24:"mark-dedenus-126x128.jpg";s:5:"width";i:126;s:6:"height";i:128;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3139, 3548, '_wp_attached_file', 'lee-houts-cert.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3140, 3548, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:234;s:6:"height";i:186;s:4:"file";s:18:"lee-houts-cert.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"lee-houts-cert-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:26:"lee-houts-cert-234x150.jpg";s:5:"width";i:234;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:26:"lee-houts-cert-234x100.jpg";s:5:"width";i:234;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"lee-houts-cert-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:26:"lee-houts-cert-190x151.jpg";s:5:"width";i:190;s:6:"height";i:151;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:24:"lee-houts-cert-31x24.jpg";s:5:"width";i:31;s:6:"height";i:24;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:24:"lee-houts-cert-38x30.jpg";s:5:"width";i:38;s:6:"height";i:30;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:26:"lee-houts-cert-190x151.jpg";s:5:"width";i:190;s:6:"height";i:151;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:26:"lee-houts-cert-128x101.jpg";s:5:"width";i:128;s:6:"height";i:101;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3141, 3549, '_wp_attached_file', 'lee-houts-happy-hallow.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3142, 3549, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:260;s:6:"height";i:186;s:4:"file";s:26:"lee-houts-happy-hallow.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"lee-houts-happy-hallow-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:34:"lee-houts-happy-hallow-260x150.jpg";s:5:"width";i:260;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:34:"lee-houts-happy-hallow-260x100.jpg";s:5:"width";i:260;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:34:"lee-houts-happy-hallow-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:34:"lee-houts-happy-hallow-190x135.jpg";s:5:"width";i:190;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:32:"lee-houts-happy-hallow-31x22.jpg";s:5:"width";i:31;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:32:"lee-houts-happy-hallow-38x27.jpg";s:5:"width";i:38;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:34:"lee-houts-happy-hallow-190x135.jpg";s:5:"width";i:190;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:33:"lee-houts-happy-hallow-128x91.jpg";s:5:"width";i:128;s:6:"height";i:91;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3143, 3550, '_wp_attached_file', 'lee-houts-1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3144, 3550, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:282;s:6:"height";i:186;s:4:"file";s:15:"lee-houts-1.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"lee-houts-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:23:"lee-houts-1-282x150.jpg";s:5:"width";i:282;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:23:"lee-houts-1-282x100.jpg";s:5:"width";i:282;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"lee-houts-1-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:23:"lee-houts-1-190x125.jpg";s:5:"width";i:190;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"lee-houts-1-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"lee-houts-1-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:23:"lee-houts-1-190x125.jpg";s:5:"width";i:190;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"lee-houts-1-128x84.jpg";s:5:"width";i:128;s:6:"height";i:84;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3145, 3551, '_wp_attached_file', 'lee-houts-2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3146, 3551, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:282;s:6:"height";i:186;s:4:"file";s:15:"lee-houts-2.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"lee-houts-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:23:"lee-houts-2-282x150.jpg";s:5:"width";i:282;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:23:"lee-houts-2-282x100.jpg";s:5:"width";i:282;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"lee-houts-2-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:23:"lee-houts-2-190x125.jpg";s:5:"width";i:190;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"lee-houts-2-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"lee-houts-2-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:23:"lee-houts-2-190x125.jpg";s:5:"width";i:190;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"lee-houts-2-128x84.jpg";s:5:"width";i:128;s:6:"height";i:84;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3147, 3553, '_wp_attached_file', 'jean-m-award-harry.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3148, 3553, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:259;s:6:"height";i:186;s:4:"file";s:22:"jean-m-award-harry.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"jean-m-award-harry-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:30:"jean-m-award-harry-259x150.jpg";s:5:"width";i:259;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:30:"jean-m-award-harry-259x100.jpg";s:5:"width";i:259;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:30:"jean-m-award-harry-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:30:"jean-m-award-harry-190x136.jpg";s:5:"width";i:190;s:6:"height";i:136;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:28:"jean-m-award-harry-31x22.jpg";s:5:"width";i:31;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:28:"jean-m-award-harry-38x27.jpg";s:5:"width";i:38;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:30:"jean-m-award-harry-190x136.jpg";s:5:"width";i:190;s:6:"height";i:136;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:29:"jean-m-award-harry-128x91.jpg";s:5:"width";i:128;s:6:"height";i:91;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3149, 3554, '_wp_attached_file', 'jean-m-award.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3150, 3554, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:145;s:6:"height";i:186;s:4:"file";s:16:"jean-m-award.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"jean-m-award-145x150.jpg";s:5:"width";i:145;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:24:"jean-m-award-145x150.jpg";s:5:"width";i:145;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:24:"jean-m-award-145x100.jpg";s:5:"width";i:145;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"jean-m-award-145x111.jpg";s:5:"width";i:145;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"jean-m-award-24x31.jpg";s:5:"width";i:24;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"jean-m-award-29x38.jpg";s:5:"width";i:29;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:23:"jean-m-award-99x128.jpg";s:5:"width";i:99;s:6:"height";i:128;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3151, 3555, '_wp_attached_file', 'jean-m-award-harry1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3152, 3555, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:252;s:6:"height";i:186;s:4:"file";s:23:"jean-m-award-harry1.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"jean-m-award-harry1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:31:"jean-m-award-harry1-252x150.jpg";s:5:"width";i:252;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:31:"jean-m-award-harry1-252x100.jpg";s:5:"width";i:252;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:31:"jean-m-award-harry1-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:31:"jean-m-award-harry1-190x140.jpg";s:5:"width";i:190;s:6:"height";i:140;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:29:"jean-m-award-harry1-31x22.jpg";s:5:"width";i:31;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:29:"jean-m-award-harry1-38x28.jpg";s:5:"width";i:38;s:6:"height";i:28;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:31:"jean-m-award-harry1-190x140.jpg";s:5:"width";i:190;s:6:"height";i:140;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:30:"jean-m-award-harry1-128x94.jpg";s:5:"width";i:128;s:6:"height";i:94;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3153, 3556, '_wp_attached_file', 'jean-m-award-harry2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3154, 3556, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:271;s:6:"height";i:186;s:4:"file";s:23:"jean-m-award-harry2.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"jean-m-award-harry2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:31:"jean-m-award-harry2-271x150.jpg";s:5:"width";i:271;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:31:"jean-m-award-harry2-271x100.jpg";s:5:"width";i:271;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:31:"jean-m-award-harry2-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:31:"jean-m-award-harry2-190x130.jpg";s:5:"width";i:190;s:6:"height";i:130;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:29:"jean-m-award-harry2-31x21.jpg";s:5:"width";i:31;s:6:"height";i:21;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:29:"jean-m-award-harry2-38x26.jpg";s:5:"width";i:38;s:6:"height";i:26;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:31:"jean-m-award-harry2-190x130.jpg";s:5:"width";i:190;s:6:"height";i:130;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:30:"jean-m-award-harry2-128x87.jpg";s:5:"width";i:128;s:6:"height";i:87;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3155, 3558, '_wp_attached_file', 'lutz-ruhe-cert-amanda.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3156, 3558, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:165;s:6:"height";i:186;s:4:"file";s:25:"lutz-ruhe-cert-amanda.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"lutz-ruhe-cert-amanda-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:33:"lutz-ruhe-cert-amanda-165x150.jpg";s:5:"width";i:165;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:33:"lutz-ruhe-cert-amanda-165x100.jpg";s:5:"width";i:165;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:33:"lutz-ruhe-cert-amanda-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:31:"lutz-ruhe-cert-amanda-27x31.jpg";s:5:"width";i:27;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:31:"lutz-ruhe-cert-amanda-33x38.jpg";s:5:"width";i:33;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:33:"lutz-ruhe-cert-amanda-113x128.jpg";s:5:"width";i:113;s:6:"height";i:128;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3157, 3559, '_wp_attached_file', 'lutz-ruhe-cert.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3158, 3559, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:147;s:6:"height";i:186;s:4:"file";s:18:"lutz-ruhe-cert.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"lutz-ruhe-cert-147x150.jpg";s:5:"width";i:147;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:26:"lutz-ruhe-cert-147x150.jpg";s:5:"width";i:147;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:26:"lutz-ruhe-cert-147x100.jpg";s:5:"width";i:147;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"lutz-ruhe-cert-147x111.jpg";s:5:"width";i:147;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:24:"lutz-ruhe-cert-24x31.jpg";s:5:"width";i:24;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:24:"lutz-ruhe-cert-30x38.jpg";s:5:"width";i:30;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:26:"lutz-ruhe-cert-101x128.jpg";s:5:"width";i:101;s:6:"height";i:128;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3159, 3560, '_wp_attached_file', 'lutz-ruhe-amanda.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3160, 3560, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:241;s:6:"height";i:186;s:4:"file";s:20:"lutz-ruhe-amanda.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"lutz-ruhe-amanda-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:28:"lutz-ruhe-amanda-241x150.jpg";s:5:"width";i:241;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:28:"lutz-ruhe-amanda-241x100.jpg";s:5:"width";i:241;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"lutz-ruhe-amanda-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:28:"lutz-ruhe-amanda-190x146.jpg";s:5:"width";i:190;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:26:"lutz-ruhe-amanda-31x23.jpg";s:5:"width";i:31;s:6:"height";i:23;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:26:"lutz-ruhe-amanda-38x29.jpg";s:5:"width";i:38;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:28:"lutz-ruhe-amanda-190x146.jpg";s:5:"width";i:190;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:27:"lutz-ruhe-amanda-128x98.jpg";s:5:"width";i:128;s:6:"height";i:98;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3161, 3561, '_wp_attached_file', 'lutz-ruhe-amanda1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3162, 3561, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:358;s:6:"height";i:255;s:4:"file";s:21:"lutz-ruhe-amanda1.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"lutz-ruhe-amanda1-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:"lutz-ruhe-amanda1-300x213.jpg";s:5:"width";i:300;s:6:"height";i:213;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:29:"lutz-ruhe-amanda1-358x150.jpg";s:5:"width";i:358;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:29:"lutz-ruhe-amanda1-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:29:"lutz-ruhe-amanda1-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:29:"lutz-ruhe-amanda1-190x135.jpg";s:5:"width";i:190;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:27:"lutz-ruhe-amanda1-31x22.jpg";s:5:"width";i:31;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:27:"lutz-ruhe-amanda1-38x27.jpg";s:5:"width";i:38;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:29:"lutz-ruhe-amanda1-301x215.jpg";s:5:"width";i:301;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:29:"lutz-ruhe-amanda1-190x135.jpg";s:5:"width";i:190;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:28:"lutz-ruhe-amanda1-128x91.jpg";s:5:"width";i:128;s:6:"height";i:91;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3163, 3563, '_wp_attached_file', 'lifetime-knoxmartin.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3164, 3563, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:254;s:6:"height";i:186;s:4:"file";s:23:"lifetime-knoxmartin.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"lifetime-knoxmartin-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:31:"lifetime-knoxmartin-254x150.jpg";s:5:"width";i:254;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:31:"lifetime-knoxmartin-254x100.jpg";s:5:"width";i:254;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:31:"lifetime-knoxmartin-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:31:"lifetime-knoxmartin-190x139.jpg";s:5:"width";i:190;s:6:"height";i:139;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:29:"lifetime-knoxmartin-31x22.jpg";s:5:"width";i:31;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:29:"lifetime-knoxmartin-38x27.jpg";s:5:"width";i:38;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:31:"lifetime-knoxmartin-190x139.jpg";s:5:"width";i:190;s:6:"height";i:139;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:30:"lifetime-knoxmartin-128x93.jpg";s:5:"width";i:128;s:6:"height";i:93;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3165, 3564, '_wp_attached_file', 'lifetime-award.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3166, 3564, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:161;s:6:"height";i:186;s:4:"file";s:18:"lifetime-award.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"lifetime-award-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:26:"lifetime-award-161x150.jpg";s:5:"width";i:161;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:26:"lifetime-award-161x100.jpg";s:5:"width";i:161;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"lifetime-award-161x111.jpg";s:5:"width";i:161;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:24:"lifetime-award-26x31.jpg";s:5:"width";i:26;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:24:"lifetime-award-32x38.jpg";s:5:"width";i:32;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:26:"lifetime-award-110x128.jpg";s:5:"width";i:110;s:6:"height";i:128;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3167, 3565, '_wp_attached_file', 'lifetime-award-knoxmartin.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3168, 3565, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:140;s:6:"height";i:186;s:4:"file";s:29:"lifetime-award-knoxmartin.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:37:"lifetime-award-knoxmartin-140x150.jpg";s:5:"width";i:140;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:37:"lifetime-award-knoxmartin-140x150.jpg";s:5:"width";i:140;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:37:"lifetime-award-knoxmartin-140x100.jpg";s:5:"width";i:140;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:37:"lifetime-award-knoxmartin-140x111.jpg";s:5:"width";i:140;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:35:"lifetime-award-knoxmartin-23x31.jpg";s:5:"width";i:23;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:35:"lifetime-award-knoxmartin-28x38.jpg";s:5:"width";i:28;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:36:"lifetime-award-knoxmartin-96x128.jpg";s:5:"width";i:96;s:6:"height";i:128;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3169, 3568, '_wp_attached_file', 'BATTLE-CREEK-AAZK-CHAPTER.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3170, 3568, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:353;s:6:"height";i:283;s:4:"file";s:29:"BATTLE-CREEK-AAZK-CHAPTER.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:37:"BATTLE-CREEK-AAZK-CHAPTER-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:37:"BATTLE-CREEK-AAZK-CHAPTER-300x240.jpg";s:5:"width";i:300;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:37:"BATTLE-CREEK-AAZK-CHAPTER-353x150.jpg";s:5:"width";i:353;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:37:"BATTLE-CREEK-AAZK-CHAPTER-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:37:"BATTLE-CREEK-AAZK-CHAPTER-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:37:"BATTLE-CREEK-AAZK-CHAPTER-190x152.jpg";s:5:"width";i:190;s:6:"height";i:152;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:35:"BATTLE-CREEK-AAZK-CHAPTER-31x24.jpg";s:5:"width";i:31;s:6:"height";i:24;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:35:"BATTLE-CREEK-AAZK-CHAPTER-38x30.jpg";s:5:"width";i:38;s:6:"height";i:30;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:37:"BATTLE-CREEK-AAZK-CHAPTER-268x215.jpg";s:5:"width";i:268;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:37:"BATTLE-CREEK-AAZK-CHAPTER-190x152.jpg";s:5:"width";i:190;s:6:"height";i:152;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:37:"BATTLE-CREEK-AAZK-CHAPTER-128x102.jpg";s:5:"width";i:128;s:6:"height";i:102;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3171, 3569, '_wp_attached_file', 'lifetime-award-oliver2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3172, 3569, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:255;s:6:"height";i:186;s:4:"file";s:26:"lifetime-award-oliver2.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"lifetime-award-oliver2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:34:"lifetime-award-oliver2-255x150.jpg";s:5:"width";i:255;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:34:"lifetime-award-oliver2-255x100.jpg";s:5:"width";i:255;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:34:"lifetime-award-oliver2-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:34:"lifetime-award-oliver2-190x138.jpg";s:5:"width";i:190;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:32:"lifetime-award-oliver2-31x22.jpg";s:5:"width";i:31;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:32:"lifetime-award-oliver2-38x27.jpg";s:5:"width";i:38;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:34:"lifetime-award-oliver2-190x138.jpg";s:5:"width";i:190;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:33:"lifetime-award-oliver2-128x93.jpg";s:5:"width";i:128;s:6:"height";i:93;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3173, 3570, '_wp_attached_file', 'lifetime-award-oliver.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3174, 3570, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:145;s:6:"height";i:186;s:4:"file";s:25:"lifetime-award-oliver.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"lifetime-award-oliver-145x150.jpg";s:5:"width";i:145;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:33:"lifetime-award-oliver-145x150.jpg";s:5:"width";i:145;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:33:"lifetime-award-oliver-145x100.jpg";s:5:"width";i:145;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:33:"lifetime-award-oliver-145x111.jpg";s:5:"width";i:145;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:31:"lifetime-award-oliver-24x31.jpg";s:5:"width";i:24;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:31:"lifetime-award-oliver-29x38.jpg";s:5:"width";i:29;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:32:"lifetime-award-oliver-99x128.jpg";s:5:"width";i:99;s:6:"height";i:128;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3175, 3571, '_wp_attached_file', 'lifetime-award-oliver1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3176, 3571, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:251;s:6:"height";i:186;s:4:"file";s:26:"lifetime-award-oliver1.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"lifetime-award-oliver1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:34:"lifetime-award-oliver1-251x150.jpg";s:5:"width";i:251;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:34:"lifetime-award-oliver1-251x100.jpg";s:5:"width";i:251;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:34:"lifetime-award-oliver1-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:34:"lifetime-award-oliver1-190x140.jpg";s:5:"width";i:190;s:6:"height";i:140;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:32:"lifetime-award-oliver1-31x22.jpg";s:5:"width";i:31;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:32:"lifetime-award-oliver1-38x28.jpg";s:5:"width";i:38;s:6:"height";i:28;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:34:"lifetime-award-oliver1-190x140.jpg";s:5:"width";i:190;s:6:"height";i:140;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:33:"lifetime-award-oliver1-128x94.jpg";s:5:"width";i:128;s:6:"height";i:94;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5847, 4798, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (5838, 4793, '_edit_lock', '1386723328:1') ; 
INSERT INTO `wp_postmeta` VALUES (5837, 4793, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6333, 5146, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6334, 5146, '_gform-entry-id', '120') ; 
INSERT INTO `wp_postmeta` VALUES (7121, 5626, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7063, 5588, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3188, 3582, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (3189, 3582, '_menu_item_menu_item_parent', '3133') ; 
INSERT INTO `wp_postmeta` VALUES (3190, 3582, '_menu_item_object_id', '3513') ; 
INSERT INTO `wp_postmeta` VALUES (3191, 3582, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (3192, 3582, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (3193, 3582, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (3194, 3582, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (3195, 3582, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (5851, 4799, '_menu_item_object_id', '4788') ; 
INSERT INTO `wp_postmeta` VALUES (5850, 4799, '_menu_item_menu_item_parent', '4798') ; 
INSERT INTO `wp_postmeta` VALUES (3204, 303, '_post_restored_from', 'a:3:{s:20:"restored_revision_id";i:3606;s:16:"restored_by_user";i:1;s:13:"restored_time";i:1383004588;}') ; 
INSERT INTO `wp_postmeta` VALUES (5846, 4798, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (7055, 5569, 'job_expiration_day', '20140513') ; 
INSERT INTO `wp_postmeta` VALUES (5854, 4799, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (5853, 4799, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (4752, 4497, '_wp_attached_file', 'aazk_operations_manual_2010.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (4741, 4495, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (4740, 4495, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (5856, 4799, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (6314, 5131, '_wp_attached_file', 'Haven.gif') ; 
INSERT INTO `wp_postmeta` VALUES (7304, 5770, '_gform-entry-id', '414') ; 
INSERT INTO `wp_postmeta` VALUES (7305, 5770, 'job_expiration_day', '20140630') ; 
INSERT INTO `wp_postmeta` VALUES (4739, 4495, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (7330, 5803, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (4738, 4495, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (4737, 4495, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (4736, 4495, '_menu_item_object_id', '3989') ; 
INSERT INTO `wp_postmeta` VALUES (7059, 5582, '_wp_attached_file', '3Chapter-Charter-Agreement-2014.doc') ; 
INSERT INTO `wp_postmeta` VALUES (7300, 5767, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (6324, 4107, '_post_restored_from', 'a:3:{s:20:"restored_revision_id";i:4565;s:16:"restored_by_user";i:2;s:13:"restored_time";i:1389047548;}') ; 
INSERT INTO `wp_postmeta` VALUES (4597, 4435, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (4596, 4435, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (4595, 4435, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (4594, 4435, '_menu_item_object_id', '415') ; 
INSERT INTO `wp_postmeta` VALUES (4593, 4435, '_menu_item_menu_item_parent', '3122') ; 
INSERT INTO `wp_postmeta` VALUES (4592, 4435, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (4049, 4107, '_edit_lock', '1405541982:2') ; 
INSERT INTO `wp_postmeta` VALUES (5814, 4788, '_wp_page_template', 'page-full-width.php') ; 
INSERT INTO `wp_postmeta` VALUES (5812, 4788, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (5813, 4788, '_edit_lock', '1389132329:2') ; 
INSERT INTO `wp_postmeta` VALUES (5810, 4787, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (5809, 4787, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (5808, 4787, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (3275, 3663, '_gform-form-id', '7') ; 
INSERT INTO `wp_postmeta` VALUES (3276, 3663, '_gform-entry-id', '22') ; 
INSERT INTO `wp_postmeta` VALUES (7065, 5590, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (7066, 5590, '_gform-entry-id', '274') ; 
INSERT INTO `wp_postmeta` VALUES (7093, 5616, '_wp_page_template', 'page-job-posting-test.php') ; 
INSERT INTO `wp_postmeta` VALUES (3284, 3674, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3285, 3674, '_edit_lock', '1383686518:1') ; 
INSERT INTO `wp_postmeta` VALUES (3286, 3674, '_wp_page_template', 'page-update-profile.php') ; 
INSERT INTO `wp_postmeta` VALUES (3291, 1193, '_post_restored_from', 'a:3:{s:20:"restored_revision_id";i:3691;s:16:"restored_by_user";i:1;s:13:"restored_time";i:1383080847;}') ; 
INSERT INTO `wp_postmeta` VALUES (3292, 3703, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3293, 3703, '_wp_page_template', 'page-update-password.php') ; 
INSERT INTO `wp_postmeta` VALUES (3294, 3703, '_edit_lock', '1389132341:2') ; 
INSERT INTO `wp_postmeta` VALUES (3387, 3732, '_wp_attached_file', 'banner-4.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3388, 3732, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1800;s:6:"height";i:421;s:4:"file";s:12:"banner-4.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"banner-4-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:19:"banner-4-300x70.jpg";s:5:"width";i:300;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"banner-4-1024x239.jpg";s:5:"width";i:1024;s:6:"height";i:239;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:19:"banner-4-190x44.jpg";s:5:"width";i:190;s:6:"height";i:44;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"banner-4-31x7.jpg";s:5:"width";i:31;s:6:"height";i:7;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"banner-4-38x8.jpg";s:5:"width";i:38;s:6:"height";i:8;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:19:"banner-4-425x99.jpg";s:5:"width";i:425;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:19:"banner-4-190x44.jpg";s:5:"width";i:190;s:6:"height";i:44;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"banner-4-128x29.jpg";s:5:"width";i:128;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:20:"banner-4-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:20:"banner-4-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"banner-4-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3386, 3731, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1800;s:6:"height";i:421;s:4:"file";s:12:"banner-3.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"banner-3-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:19:"banner-3-300x70.jpg";s:5:"width";i:300;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"banner-3-1024x239.jpg";s:5:"width";i:1024;s:6:"height";i:239;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:19:"banner-3-190x44.jpg";s:5:"width";i:190;s:6:"height";i:44;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"banner-3-31x7.jpg";s:5:"width";i:31;s:6:"height";i:7;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"banner-3-38x8.jpg";s:5:"width";i:38;s:6:"height";i:8;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:19:"banner-3-425x99.jpg";s:5:"width";i:425;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:19:"banner-3-190x44.jpg";s:5:"width";i:190;s:6:"height";i:44;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"banner-3-128x29.jpg";s:5:"width";i:128;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:20:"banner-3-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:20:"banner-3-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"banner-3-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3385, 3731, '_wp_attached_file', 'banner-3.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3370, 3725, '_edit_lock', '1383691738:1') ; 
INSERT INTO `wp_postmeta` VALUES (3378, 3727, '_thumbnail_id', '3728') ; 
INSERT INTO `wp_postmeta` VALUES (3379, 3727, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3380, 3727, '_slide_link_url', 'awards-committee/') ; 
INSERT INTO `wp_postmeta` VALUES (3381, 3727, '_edit_lock', '1383685452:1') ; 
INSERT INTO `wp_postmeta` VALUES (3382, 3729, '_edit_lock', '1393517914:25759') ; 
INSERT INTO `wp_postmeta` VALUES (3383, 3730, '_wp_attached_file', 'banner-7.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3384, 3730, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1800;s:6:"height";i:421;s:4:"file";s:12:"banner-7.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"banner-7-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:19:"banner-7-300x70.jpg";s:5:"width";i:300;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"banner-7-1024x239.jpg";s:5:"width";i:1024;s:6:"height";i:239;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:19:"banner-7-190x44.jpg";s:5:"width";i:190;s:6:"height";i:44;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"banner-7-31x7.jpg";s:5:"width";i:31;s:6:"height";i:7;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"banner-7-38x8.jpg";s:5:"width";i:38;s:6:"height";i:8;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:19:"banner-7-425x99.jpg";s:5:"width";i:425;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:19:"banner-7-190x44.jpg";s:5:"width";i:190;s:6:"height";i:44;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"banner-7-128x29.jpg";s:5:"width";i:128;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:20:"banner-7-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:20:"banner-7-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"banner-7-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3373, 3725, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3374, 3725, '_thumbnail_id', '3726') ; 
INSERT INTO `wp_postmeta` VALUES (3375, 3725, '_slide_link_url', 'bowling-for-rhinos/') ; 
INSERT INTO `wp_postmeta` VALUES (3376, 3728, '_wp_attached_file', 'banner-2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3377, 3728, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1800;s:6:"height";i:421;s:4:"file";s:12:"banner-2.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"banner-2-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:19:"banner-2-300x70.jpg";s:5:"width";i:300;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"banner-2-1024x239.jpg";s:5:"width";i:1024;s:6:"height";i:239;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:19:"banner-2-190x44.jpg";s:5:"width";i:190;s:6:"height";i:44;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"banner-2-31x7.jpg";s:5:"width";i:31;s:6:"height";i:7;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"banner-2-38x8.jpg";s:5:"width";i:38;s:6:"height";i:8;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:19:"banner-2-425x99.jpg";s:5:"width";i:425;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:19:"banner-2-190x44.jpg";s:5:"width";i:190;s:6:"height";i:44;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"banner-2-128x29.jpg";s:5:"width";i:128;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:20:"banner-2-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:20:"banner-2-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"banner-2-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3371, 3726, '_wp_attached_file', 'banner-1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3372, 3726, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1800;s:6:"height";i:421;s:4:"file";s:12:"banner-1.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"banner-1-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:19:"banner-1-300x70.jpg";s:5:"width";i:300;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"banner-1-1024x239.jpg";s:5:"width";i:1024;s:6:"height";i:239;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:19:"banner-1-190x44.jpg";s:5:"width";i:190;s:6:"height";i:44;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"banner-1-31x7.jpg";s:5:"width";i:31;s:6:"height";i:7;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"banner-1-38x8.jpg";s:5:"width";i:38;s:6:"height";i:8;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:19:"banner-1-425x99.jpg";s:5:"width";i:425;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:19:"banner-1-190x44.jpg";s:5:"width";i:190;s:6:"height";i:44;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"banner-1-128x29.jpg";s:5:"width";i:128;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:20:"banner-1-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:20:"banner-1-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"banner-1-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7062, 5585, '_wp_attached_file', '6ChapteroftheYearNominationForm2014.doc') ; 
INSERT INTO `wp_postmeta` VALUES (6003, 4916, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2595;s:6:"height";i:3371;s:4:"file";s:19:"Zookeeping-Book.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"Zookeeping-Book-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:"Zookeeping-Book-230x300.jpg";s:5:"width";i:230;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:28:"Zookeeping-Book-788x1024.jpg";s:5:"width";i:788;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:27:"Zookeeping-Book-146x190.jpg";s:5:"width";i:146;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:25:"Zookeeping-Book-23x31.jpg";s:5:"width";i:23;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:25:"Zookeeping-Book-29x38.jpg";s:5:"width";i:29;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:27:"Zookeeping-Book-165x215.jpg";s:5:"width";i:165;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:27:"Zookeeping-Book-146x190.jpg";s:5:"width";i:146;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:26:"Zookeeping-Book-98x128.jpg";s:5:"width";i:98;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:27:"Zookeeping-Book-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:27:"Zookeeping-Book-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"Zookeeping-Book-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:28:"Zookeeping-Book-1800x421.jpg";s:5:"width";i:1800;s:6:"height";i:421;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6002, 4916, '_wp_attached_file', 'Zookeeping-Book.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3389, 3733, '_wp_attached_file', 'banner-5.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3390, 3733, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1800;s:6:"height";i:421;s:4:"file";s:12:"banner-5.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"banner-5-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:19:"banner-5-300x70.jpg";s:5:"width";i:300;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"banner-5-1024x239.jpg";s:5:"width";i:1024;s:6:"height";i:239;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:19:"banner-5-190x44.jpg";s:5:"width";i:190;s:6:"height";i:44;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"banner-5-31x7.jpg";s:5:"width";i:31;s:6:"height";i:7;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"banner-5-38x8.jpg";s:5:"width";i:38;s:6:"height";i:8;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:19:"banner-5-425x99.jpg";s:5:"width";i:425;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:19:"banner-5-190x44.jpg";s:5:"width";i:190;s:6:"height";i:44;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"banner-5-128x29.jpg";s:5:"width";i:128;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:20:"banner-5-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:20:"banner-5-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"banner-5-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3391, 3734, '_wp_attached_file', 'banner-6.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3392, 3734, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1800;s:6:"height";i:421;s:4:"file";s:12:"banner-6.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"banner-6-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:19:"banner-6-300x70.jpg";s:5:"width";i:300;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"banner-6-1024x239.jpg";s:5:"width";i:1024;s:6:"height";i:239;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:19:"banner-6-190x44.jpg";s:5:"width";i:190;s:6:"height";i:44;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"banner-6-31x7.jpg";s:5:"width";i:31;s:6:"height";i:7;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"banner-6-38x8.jpg";s:5:"width";i:38;s:6:"height";i:8;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:19:"banner-6-425x99.jpg";s:5:"width";i:425;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:19:"banner-6-190x44.jpg";s:5:"width";i:190;s:6:"height";i:44;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"banner-6-128x29.jpg";s:5:"width";i:128;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:20:"banner-6-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:20:"banner-6-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"banner-6-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3393, 3729, '_thumbnail_id', '3734') ; 
INSERT INTO `wp_postmeta` VALUES (3394, 3729, '_edit_last', '25759') ; 
INSERT INTO `wp_postmeta` VALUES (3395, 3729, '_slide_link_url', 'animal-keepers-forum/') ; 
INSERT INTO `wp_postmeta` VALUES (3396, 3735, '_thumbnail_id', '3733') ; 
INSERT INTO `wp_postmeta` VALUES (3397, 3735, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3398, 3735, '_slide_link_url', 'job-listings/all/') ; 
INSERT INTO `wp_postmeta` VALUES (3399, 3735, '_edit_lock', '1383684967:1') ; 
INSERT INTO `wp_postmeta` VALUES (3400, 3736, '_thumbnail_id', '3732') ; 
INSERT INTO `wp_postmeta` VALUES (3401, 3736, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3402, 3736, '_slide_link_url', 'find-chapters/') ; 
INSERT INTO `wp_postmeta` VALUES (3403, 3736, '_edit_lock', '1383684721:1') ; 
INSERT INTO `wp_postmeta` VALUES (3404, 3737, '_thumbnail_id', '3730') ; 
INSERT INTO `wp_postmeta` VALUES (3405, 3737, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3406, 3737, '_slide_link_url', 'shop/') ; 
INSERT INTO `wp_postmeta` VALUES (3407, 3737, '_edit_lock', '1383685075:1') ; 
INSERT INTO `wp_postmeta` VALUES (3408, 3738, '_thumbnail_id', '3731') ; 
INSERT INTO `wp_postmeta` VALUES (3409, 3738, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3410, 3738, '_slide_link_url', 'committee/grants-committee/grants/') ; 
INSERT INTO `wp_postmeta` VALUES (3411, 3738, '_edit_lock', '1384967713:1') ; 
INSERT INTO `wp_postmeta` VALUES (3415, 3743, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3416, 3743, '_edit_lock', '1383176508:1') ; 
INSERT INTO `wp_postmeta` VALUES (3417, 3745, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3418, 3745, '_edit_lock', '1383176507:1') ; 
INSERT INTO `wp_postmeta` VALUES (3419, 3748, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3420, 3748, '_edit_lock', '1383175997:1') ; 
INSERT INTO `wp_postmeta` VALUES (3421, 3750, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (3422, 3750, '_menu_item_menu_item_parent', '3141') ; 
INSERT INTO `wp_postmeta` VALUES (3423, 3750, '_menu_item_object_id', '173') ; 
INSERT INTO `wp_postmeta` VALUES (3424, 3750, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (3425, 3750, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (3426, 3750, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (3427, 3750, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (3428, 3750, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (3430, 3751, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3431, 3751, '_edit_lock', '1383176078:1') ; 
INSERT INTO `wp_postmeta` VALUES (3432, 3752, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (3433, 3752, '_menu_item_menu_item_parent', '3141') ; 
INSERT INTO `wp_postmeta` VALUES (3434, 3752, '_menu_item_object_id', '1193') ; 
INSERT INTO `wp_postmeta` VALUES (3435, 3752, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (3436, 3752, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (3437, 3752, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (3438, 3752, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (3439, 3752, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (3441, 3755, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (3442, 3755, '_menu_item_menu_item_parent', '4483') ; 
INSERT INTO `wp_postmeta` VALUES (3443, 3755, '_menu_item_object_id', '116') ; 
INSERT INTO `wp_postmeta` VALUES (3444, 3755, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (3445, 3755, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (3446, 3755, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (3447, 3755, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (3448, 3755, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (3450, 3756, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (3451, 3756, '_menu_item_menu_item_parent', '3141') ; 
INSERT INTO `wp_postmeta` VALUES (3452, 3756, '_menu_item_object_id', '2685') ; 
INSERT INTO `wp_postmeta` VALUES (3453, 3756, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (3454, 3756, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (3455, 3756, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (3456, 3756, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (3457, 3756, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (3459, 3757, '_edit_lock', '1383176080:1') ; 
INSERT INTO `wp_postmeta` VALUES (3460, 3757, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3463, 3761, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3464, 3761, '_edit_lock', '1383149866:1') ; 
INSERT INTO `wp_postmeta` VALUES (3465, 3763, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3466, 3763, '_edit_lock', '1383176018:1') ; 
INSERT INTO `wp_postmeta` VALUES (3468, 3766, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3469, 3766, '_edit_lock', '1383149981:1') ; 
INSERT INTO `wp_postmeta` VALUES (3470, 3766, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (3471, 3769, '_edit_lock', '1383176124:1') ; 
INSERT INTO `wp_postmeta` VALUES (3472, 3769, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3475, 3771, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3476, 3771, '_edit_lock', '1383176220:1') ; 
INSERT INTO `wp_postmeta` VALUES (3477, 3773, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3478, 3773, '_edit_lock', '1383176367:1') ; 
INSERT INTO `wp_postmeta` VALUES (3479, 3776, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3480, 3776, '_edit_lock', '1383176381:1') ; 
INSERT INTO `wp_postmeta` VALUES (3481, 3779, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3482, 3779, '_edit_lock', '1383150214:1') ; 
INSERT INTO `wp_postmeta` VALUES (3483, 3782, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3484, 3782, '_edit_lock', '1383176406:1') ; 
INSERT INTO `wp_postmeta` VALUES (3485, 3784, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3486, 3784, '_edit_lock', '1383176430:1') ; 
INSERT INTO `wp_postmeta` VALUES (3487, 3787, '_edit_lock', '1383150305:1') ; 
INSERT INTO `wp_postmeta` VALUES (3488, 3787, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3489, 3790, '_edit_lock', '1383176200:1') ; 
INSERT INTO `wp_postmeta` VALUES (3490, 3790, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3491, 3792, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3492, 3792, '_edit_lock', '1383150353:1') ; 
INSERT INTO `wp_postmeta` VALUES (3493, 3794, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3494, 3794, '_edit_lock', '1383150380:1') ; 
INSERT INTO `wp_postmeta` VALUES (3495, 3796, '_edit_lock', '1383176613:1') ; 
INSERT INTO `wp_postmeta` VALUES (3496, 3796, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3497, 3798, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (3498, 3798, '_menu_item_menu_item_parent', '3141') ; 
INSERT INTO `wp_postmeta` VALUES (3499, 3798, '_menu_item_object_id', '3766') ; 
INSERT INTO `wp_postmeta` VALUES (3500, 3798, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (3501, 3798, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (3502, 3798, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (3503, 3798, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (3504, 3798, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (3517, 3804, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3506, 3799, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (3507, 3799, '_menu_item_menu_item_parent', '3141') ; 
INSERT INTO `wp_postmeta` VALUES (3508, 3799, '_menu_item_object_id', '171') ; 
INSERT INTO `wp_postmeta` VALUES (3509, 3799, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (3510, 3799, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (3511, 3799, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (3512, 3799, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (3513, 3799, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (3515, 3800, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3516, 3800, '_edit_lock', '1383176679:1') ; 
INSERT INTO `wp_postmeta` VALUES (3518, 3804, '_edit_lock', '1383176744:1') ; 
INSERT INTO `wp_postmeta` VALUES (3519, 3806, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3520, 3806, '_edit_lock', '1383176777:1') ; 
INSERT INTO `wp_postmeta` VALUES (3521, 3808, '_edit_lock', '1383176798:1') ; 
INSERT INTO `wp_postmeta` VALUES (3522, 3808, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3523, 3810, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3524, 3810, '_edit_lock', '1383176816:1') ; 
INSERT INTO `wp_postmeta` VALUES (3525, 3812, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3526, 3812, '_edit_lock', '1383176864:1') ; 
INSERT INTO `wp_postmeta` VALUES (3527, 3814, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3528, 3814, '_edit_lock', '1383150805:1') ; 
INSERT INTO `wp_postmeta` VALUES (3529, 3816, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3530, 3816, '_edit_lock', '1383176886:1') ; 
INSERT INTO `wp_postmeta` VALUES (3531, 3818, '_edit_lock', '1383177016:1') ; 
INSERT INTO `wp_postmeta` VALUES (3532, 3818, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3533, 3820, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3534, 3820, '_edit_lock', '1383232812:1') ; 
INSERT INTO `wp_postmeta` VALUES (3535, 3822, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3536, 3822, '_edit_lock', '1383232990:1') ; 
INSERT INTO `wp_postmeta` VALUES (3537, 3824, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3538, 3824, '_edit_lock', '1383233025:1') ; 
INSERT INTO `wp_postmeta` VALUES (3539, 3826, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3540, 3826, '_edit_lock', '1383150983:1') ; 
INSERT INTO `wp_postmeta` VALUES (3541, 3828, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3542, 3828, '_edit_lock', '1383150995:1') ; 
INSERT INTO `wp_postmeta` VALUES (3543, 3830, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3544, 3830, '_edit_lock', '1383233123:1') ; 
INSERT INTO `wp_postmeta` VALUES (3545, 3832, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (3546, 3832, '_edit_lock', '1390252778:2') ; 
INSERT INTO `wp_postmeta` VALUES (3547, 3834, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3548, 3834, '_edit_lock', '1383151050:1') ; 
INSERT INTO `wp_postmeta` VALUES (3549, 3836, '_edit_lock', '1383233171:1') ; 
INSERT INTO `wp_postmeta` VALUES (3550, 3836, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3551, 3838, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3552, 3838, '_edit_lock', '1383151094:1') ; 
INSERT INTO `wp_postmeta` VALUES (3553, 3840, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3554, 3840, '_edit_lock', '1383233197:1') ; 
INSERT INTO `wp_postmeta` VALUES (3555, 3842, '_edit_lock', '1383233366:1') ; 
INSERT INTO `wp_postmeta` VALUES (3556, 3842, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3557, 3843, '_wp_attached_file', 'Enrichment-Day-Examples.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (3558, 3843, '_edit_lock', '1383151254:1') ; 
INSERT INTO `wp_postmeta` VALUES (3559, 3845, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3560, 3845, '_edit_lock', '1383233280:1') ; 
INSERT INTO `wp_postmeta` VALUES (3561, 3848, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3562, 3848, '_edit_lock', '1383233325:1') ; 
INSERT INTO `wp_postmeta` VALUES (3563, 3850, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3564, 3850, '_edit_lock', '1383233584:1') ; 
INSERT INTO `wp_postmeta` VALUES (3565, 3852, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3566, 3852, '_edit_lock', '1383233612:1') ; 
INSERT INTO `wp_postmeta` VALUES (3567, 3854, '_edit_lock', '1383233710:1') ; 
INSERT INTO `wp_postmeta` VALUES (3568, 3854, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3569, 3856, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3570, 3856, '_edit_lock', '1383233687:1') ; 
INSERT INTO `wp_postmeta` VALUES (3571, 3858, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3572, 3858, '_edit_lock', '1383151420:1') ; 
INSERT INTO `wp_postmeta` VALUES (3573, 3860, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (3574, 3860, '_edit_lock', '1390255268:2') ; 
INSERT INTO `wp_postmeta` VALUES (3575, 3862, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3576, 3862, '_edit_lock', '1383233841:1') ; 
INSERT INTO `wp_postmeta` VALUES (3577, 3864, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3578, 3864, '_edit_lock', '1383233871:1') ; 
INSERT INTO `wp_postmeta` VALUES (3579, 3866, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3580, 3866, '_edit_lock', '1383233908:1') ; 
INSERT INTO `wp_postmeta` VALUES (3581, 3868, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3582, 3868, '_edit_lock', '1383233937:1') ; 
INSERT INTO `wp_postmeta` VALUES (3583, 3870, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3584, 3870, '_edit_lock', '1383234036:1') ; 
INSERT INTO `wp_postmeta` VALUES (3585, 3872, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3586, 3872, '_edit_lock', '1383234069:1') ; 
INSERT INTO `wp_postmeta` VALUES (3587, 3874, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3588, 3874, '_edit_lock', '1383234090:1') ; 
INSERT INTO `wp_postmeta` VALUES (3589, 3876, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3590, 3876, '_edit_lock', '1383234137:1') ; 
INSERT INTO `wp_postmeta` VALUES (3591, 3878, '_edit_lock', '1383234155:1') ; 
INSERT INTO `wp_postmeta` VALUES (4669, 4478, '_wp_attached_file', 'Professional-Development-Grant-Application.docx') ; 
INSERT INTO `wp_postmeta` VALUES (3594, 3881, '_wp_attached_file', 'Suggested-Guidelines-for-Primate-Enrichment.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (3595, 3882, '_wp_attached_file', 'Suggested-Guidelines-for-Reptile-Enrichment.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (3596, 3883, '_wp_attached_file', 'Suggested-Guidelines-for-Ungulate-Enrichment.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (3597, 3884, '_wp_attached_file', 'Suggested-Guidelines-for-Bat-Enrichment.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (3598, 3885, '_wp_attached_file', 'Suggested-Guidelines-for-Bear-Enrichment.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (3599, 3886, '_wp_attached_file', 'Suggested-Guidelines-for-Bird-Enrichment.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (3600, 3887, '_wp_attached_file', 'Suggested-Guidelines-for-Captive-Elephant-Enrichment.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (3601, 3888, '_wp_attached_file', 'Suggested-Guidelines-for-Carnivore-Enrichment.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (3602, 3889, '_wp_attached_file', 'Suggested-Guidelines-for-Fishes-Enrichment.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (3603, 3878, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3604, 3891, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3605, 3891, '_edit_lock', '1385579999:2') ; 
INSERT INTO `wp_postmeta` VALUES (3606, 3893, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3607, 3893, '_edit_lock', '1383151856:1') ; 
INSERT INTO `wp_postmeta` VALUES (3608, 3895, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (3609, 3895, '_edit_lock', '1390252733:2') ; 
INSERT INTO `wp_postmeta` VALUES (3610, 3897, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3611, 3897, '_edit_lock', '1383234312:1') ; 
INSERT INTO `wp_postmeta` VALUES (3612, 3899, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3613, 3899, '_edit_lock', '1383151918:1') ; 
INSERT INTO `wp_postmeta` VALUES (3614, 3901, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3615, 3901, '_edit_lock', '1383234390:1') ; 
INSERT INTO `wp_postmeta` VALUES (3616, 3885, '_edit_lock', '1383152179:1') ; 
INSERT INTO `wp_postmeta` VALUES (3617, 3881, '_edit_lock', '1383152103:1') ; 
INSERT INTO `wp_postmeta` VALUES (3618, 3884, '_edit_lock', '1383152195:1') ; 
INSERT INTO `wp_postmeta` VALUES (3619, 3883, '_edit_lock', '1383152211:1') ; 
INSERT INTO `wp_postmeta` VALUES (3620, 3882, '_edit_lock', '1383152227:1') ; 
INSERT INTO `wp_postmeta` VALUES (3621, 3888, '_edit_lock', '1383152152:1') ; 
INSERT INTO `wp_postmeta` VALUES (3622, 3889, '_edit_lock', '1383152120:1') ; 
INSERT INTO `wp_postmeta` VALUES (3623, 3886, '_edit_lock', '1383152167:1') ; 
INSERT INTO `wp_postmeta` VALUES (3624, 3887, '_edit_lock', '1383152167:1') ; 
INSERT INTO `wp_postmeta` VALUES (3625, 3904, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3626, 3904, '_edit_lock', '1383152009:1') ; 
INSERT INTO `wp_postmeta` VALUES (4668, 4477, '_wp_attached_file', 'CPR-Grant-Application.docx') ; 
INSERT INTO `wp_postmeta` VALUES (3628, 3906, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3629, 3906, '_edit_lock', '1383234437:1') ; 
INSERT INTO `wp_postmeta` VALUES (3630, 3908, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3631, 3908, '_edit_lock', '1383152048:1') ; 
INSERT INTO `wp_postmeta` VALUES (3632, 3910, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3633, 3910, '_edit_lock', '1383234458:1') ; 
INSERT INTO `wp_postmeta` VALUES (3634, 3912, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3635, 3912, '_edit_lock', '1383234479:1') ; 
INSERT INTO `wp_postmeta` VALUES (3636, 3914, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3637, 3914, '_edit_lock', '1383234543:1') ; 
INSERT INTO `wp_postmeta` VALUES (3638, 3916, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3639, 3916, '_edit_lock', '1383234569:1') ; 
INSERT INTO `wp_postmeta` VALUES (3640, 3918, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3641, 3918, '_edit_lock', '1383234668:1') ; 
INSERT INTO `wp_postmeta` VALUES (3642, 3921, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3643, 3921, '_edit_lock', '1383234610:1') ; 
INSERT INTO `wp_postmeta` VALUES (3644, 3923, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3645, 3923, '_edit_lock', '1383234713:1') ; 
INSERT INTO `wp_postmeta` VALUES (3650, 3929, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3651, 3929, '_edit_lock', '1383234746:1') ; 
INSERT INTO `wp_postmeta` VALUES (3652, 3932, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3653, 3932, '_edit_lock', '1383152300:1') ; 
INSERT INTO `wp_postmeta` VALUES (3654, 3933, '_edit_lock', '1383152445:1') ; 
INSERT INTO `wp_postmeta` VALUES (3655, 3935, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3656, 3935, '_edit_lock', '1383234797:1') ; 
INSERT INTO `wp_postmeta` VALUES (3657, 3937, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3658, 3937, '_edit_lock', '1383152352:1') ; 
INSERT INTO `wp_postmeta` VALUES (3659, 3939, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3660, 3939, '_edit_lock', '1383152429:1') ; 
INSERT INTO `wp_postmeta` VALUES (3661, 3933, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3662, 3943, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3663, 3943, '_edit_lock', '1383234907:1') ; 
INSERT INTO `wp_postmeta` VALUES (3664, 3945, '_edit_lock', '1383234974:1') ; 
INSERT INTO `wp_postmeta` VALUES (3665, 3945, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3666, 3947, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3667, 3947, '_edit_lock', '1383234992:1') ; 
INSERT INTO `wp_postmeta` VALUES (3668, 3949, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3669, 3949, '_edit_lock', '1383235010:1') ; 
INSERT INTO `wp_postmeta` VALUES (3670, 3950, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3671, 3950, '_edit_lock', '1383235030:1') ; 
INSERT INTO `wp_postmeta` VALUES (3672, 3952, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3673, 3952, '_edit_lock', '1383235047:1') ; 
INSERT INTO `wp_postmeta` VALUES (3674, 3957, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3675, 3957, '_edit_lock', '1383152609:1') ; 
INSERT INTO `wp_postmeta` VALUES (3676, 3956, '_edit_lock', '1383235082:1') ; 
INSERT INTO `wp_postmeta` VALUES (3677, 3956, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3678, 3959, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3679, 3959, '_edit_lock', '1383235099:1') ; 
INSERT INTO `wp_postmeta` VALUES (3680, 3962, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3681, 3962, '_edit_lock', '1383779478:1') ; 
INSERT INTO `wp_postmeta` VALUES (3686, 3965, '_edit_lock', '1383235127:1') ; 
INSERT INTO `wp_postmeta` VALUES (3687, 3965, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3688, 3967, '_edit_lock', '1383235160:1') ; 
INSERT INTO `wp_postmeta` VALUES (3689, 3968, '_edit_lock', '1383235190:1') ; 
INSERT INTO `wp_postmeta` VALUES (3690, 3969, '_edit_lock', '1383235309:1') ; 
INSERT INTO `wp_postmeta` VALUES (3691, 3967, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3692, 3962, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (3693, 3968, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3694, 3974, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3695, 3974, '_edit_lock', '1383235208:1') ; 
INSERT INTO `wp_postmeta` VALUES (3696, 3973, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3697, 3973, '_edit_lock', '1383797631:1') ; 
INSERT INTO `wp_postmeta` VALUES (3698, 3976, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3699, 3976, '_edit_lock', '1383152815:1') ; 
INSERT INTO `wp_postmeta` VALUES (3700, 3978, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3701, 3978, '_edit_lock', '1383235270:1') ; 
INSERT INTO `wp_postmeta` VALUES (3702, 3973, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (3703, 3969, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3704, 3983, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3705, 3983, '_edit_lock', '1383235327:1') ; 
INSERT INTO `wp_postmeta` VALUES (3706, 3984, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3707, 3984, '_edit_lock', '1389046473:2') ; 
INSERT INTO `wp_postmeta` VALUES (3708, 3987, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (3709, 3987, '_menu_item_menu_item_parent', '3339') ; 
INSERT INTO `wp_postmeta` VALUES (3710, 3987, '_menu_item_object_id', '3973') ; 
INSERT INTO `wp_postmeta` VALUES (3711, 3987, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (3712, 3987, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (3713, 3987, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (3714, 3987, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (3715, 3987, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (4761, 4498, '_menu_item_url', 'http://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Operations-Manual-2013-Linked.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (4760, 4498, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (4759, 4498, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (3726, 3989, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3727, 3989, '_edit_lock', '1393460854:25759') ; 
INSERT INTO `wp_postmeta` VALUES (3728, 3989, '_wp_page_template', 'page-chapters.php') ; 
INSERT INTO `wp_postmeta` VALUES (3734, 3996, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (3735, 3996, '_edit_lock', '1383774025:1') ; 
INSERT INTO `wp_postmeta` VALUES (3736, 3996, '_wp_page_template', 'page-hide-sidebar.php') ; 
INSERT INTO `wp_postmeta` VALUES (3737, 4007, '_wp_attached_file', 'birmingham.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3738, 4007, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:170;s:6:"height";i:73;s:4:"file";s:14:"birmingham.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"birmingham-150x73.jpg";s:5:"width";i:150;s:6:"height";i:73;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"birmingham-31x13.jpg";s:5:"width";i:31;s:6:"height";i:13;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"birmingham-38x16.jpg";s:5:"width";i:38;s:6:"height";i:16;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"birmingham-128x54.jpg";s:5:"width";i:128;s:6:"height";i:54;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"birmingham-164x73.jpg";s:5:"width";i:164;s:6:"height";i:73;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3739, 3763, '_thumbnail_id', '4007') ; 
INSERT INTO `wp_postmeta` VALUES (3740, 4009, '_wp_attached_file', 'phoenix.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3741, 4009, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:143;s:6:"height";i:75;s:4:"file";s:11:"phoenix.jpg";s:5:"sizes";a:3:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"phoenix-31x16.jpg";s:5:"width";i:31;s:6:"height";i:16;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"phoenix-38x19.jpg";s:5:"width";i:38;s:6:"height";i:19;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:18:"phoenix-128x67.jpg";s:5:"width";i:128;s:6:"height";i:67;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3742, 3748, '_thumbnail_id', '4009') ; 
INSERT INTO `wp_postmeta` VALUES (3743, 4010, '_wp_attached_file', 'tucson.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3744, 4010, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:95;s:6:"height";i:100;s:4:"file";s:10:"tucson.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"tucson-29x31.jpg";s:5:"width";i:29;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"tucson-36x38.jpg";s:5:"width";i:36;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3745, 3751, '_thumbnail_id', '4010') ; 
INSERT INTO `wp_postmeta` VALUES (3746, 4011, '_wp_attached_file', 'wildlife_world_zool.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3747, 4011, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:118;s:6:"height";i:100;s:4:"file";s:23:"wildlife_world_zool.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:29:"wildlife_world_zool-31x26.jpg";s:5:"width";i:31;s:6:"height";i:26;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:29:"wildlife_world_zool-38x32.jpg";s:5:"width";i:38;s:6:"height";i:32;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3748, 3757, '_thumbnail_id', '4011') ; 
INSERT INTO `wp_postmeta` VALUES (3749, 4013, '_wp_attached_file', 'little_rock.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3750, 4013, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:107;s:6:"height";i:100;s:4:"file";s:15:"little_rock.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"little_rock-31x28.jpg";s:5:"width";i:31;s:6:"height";i:28;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"little_rock-38x35.jpg";s:5:"width";i:38;s:6:"height";i:35;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3751, 3769, '_thumbnail_id', '4013') ; 
INSERT INTO `wp_postmeta` VALUES (3767, 4021, '_wp_attached_file', 'los_angeles.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3752, 4014, '_wp_attached_file', 'san_diego.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3753, 4014, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:99;s:6:"height";i:100;s:4:"file";s:13:"san_diego.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"san_diego-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"san_diego-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3754, 3790, '_thumbnail_id', '4014') ; 
INSERT INTO `wp_postmeta` VALUES (3755, 4015, '_wp_attached_file', 'bay_area.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3756, 4015, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:165;s:6:"height";i:74;s:4:"file";s:12:"bay_area.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"bay_area-150x74.jpg";s:5:"width";i:150;s:6:"height";i:74;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"bay_area-31x13.jpg";s:5:"width";i:31;s:6:"height";i:13;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"bay_area-38x17.jpg";s:5:"width";i:38;s:6:"height";i:17;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"bay_area-128x57.jpg";s:5:"width";i:128;s:6:"height";i:57;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"bay_area-164x74.jpg";s:5:"width";i:164;s:6:"height";i:74;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3757, 3771, '_thumbnail_id', '4015') ; 
INSERT INTO `wp_postmeta` VALUES (3758, 4016, '_wp_attached_file', 'california_desert.gif') ; 
INSERT INTO `wp_postmeta` VALUES (3759, 4016, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:109;s:6:"height";i:100;s:4:"file";s:21:"california_desert.gif";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:27:"california_desert-31x28.gif";s:5:"width";i:31;s:6:"height";i:28;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:27:"california_desert-38x34.gif";s:5:"width";i:38;s:6:"height";i:34;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3760, 3773, '_thumbnail_id', '4016') ; 
INSERT INTO `wp_postmeta` VALUES (3761, 4017, '_wp_attached_file', 'efbc.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3762, 4017, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:105;s:6:"height";i:100;s:4:"file";s:8:"efbc.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:14:"efbc-31x29.jpg";s:5:"width";i:31;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:14:"efbc-38x36.jpg";s:5:"width";i:38;s:6:"height";i:36;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3763, 3776, '_thumbnail_id', '4017') ; 
INSERT INTO `wp_postmeta` VALUES (3764, 4018, '_wp_attached_file', 'sacramento_aazk_logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3765, 4018, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:101;s:6:"height";i:150;s:4:"file";s:24:"sacramento_aazk_logo.jpg";s:5:"sizes";a:5:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:30:"sacramento_aazk_logo-20x31.jpg";s:5:"width";i:20;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:30:"sacramento_aazk_logo-25x38.jpg";s:5:"width";i:25;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:31:"sacramento_aazk_logo-86x128.jpg";s:5:"width";i:86;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:32:"sacramento_aazk_logo-101x100.jpg";s:5:"width";i:101;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"sacramento_aazk_logo-101x111.jpg";s:5:"width";i:101;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3766, 3782, '_thumbnail_id', '4018') ; 
INSERT INTO `wp_postmeta` VALUES (3768, 4021, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:139;s:6:"height";i:100;s:4:"file";s:15:"los_angeles.jpg";s:5:"sizes";a:3:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"los_angeles-31x22.jpg";s:5:"width";i:31;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"los_angeles-38x27.jpg";s:5:"width";i:38;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"los_angeles-128x92.jpg";s:5:"width";i:128;s:6:"height";i:92;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3769, 3784, '_thumbnail_id', '4021') ; 
INSERT INTO `wp_postmeta` VALUES (3770, 4024, '_wp_attached_file', 'rocky_mountain.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3771, 4024, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:150;s:6:"height";i:100;s:4:"file";s:18:"rocky_mountain.jpg";s:5:"sizes";a:3:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:24:"rocky_mountain-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:24:"rocky_mountain-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:25:"rocky_mountain-128x85.jpg";s:5:"width";i:128;s:6:"height";i:85;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3772, 3745, '_thumbnail_id', '4024') ; 
INSERT INTO `wp_postmeta` VALUES (3773, 4025, '_wp_attached_file', 'cheyenne_mountian.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3774, 4025, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:90;s:6:"height";i:100;s:4:"file";s:21:"cheyenne_mountian.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:27:"cheyenne_mountian-27x31.jpg";s:5:"width";i:27;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:27:"cheyenne_mountian-34x38.jpg";s:5:"width";i:34;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3775, 3743, '_thumbnail_id', '4025') ; 
INSERT INTO `wp_postmeta` VALUES (3776, 4028, '_wp_attached_file', 'beardsley.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3777, 4028, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:71;s:6:"height";i:100;s:4:"file";s:13:"beardsley.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"beardsley-22x31.jpg";s:5:"width";i:22;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"beardsley-26x38.jpg";s:5:"width";i:26;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3778, 3796, '_thumbnail_id', '4028') ; 
INSERT INTO `wp_postmeta` VALUES (3779, 4030, '_wp_attached_file', 'ncaazk_logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3780, 4030, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:170;s:6:"height";i:133;s:4:"file";s:15:"ncaazk_logo.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"ncaazk_logo-150x133.jpg";s:5:"width";i:150;s:6:"height";i:133;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"ncaazk_logo-31x24.jpg";s:5:"width";i:31;s:6:"height";i:24;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"ncaazk_logo-38x29.jpg";s:5:"width";i:38;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:23:"ncaazk_logo-128x100.jpg";s:5:"width";i:128;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:23:"ncaazk_logo-170x100.jpg";s:5:"width";i:170;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"ncaazk_logo-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3781, 3800, '_thumbnail_id', '4030') ; 
INSERT INTO `wp_postmeta` VALUES (3782, 4031, '_wp_attached_file', 'orlando.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3783, 4031, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:132;s:6:"height";i:100;s:4:"file";s:11:"orlando.jpg";s:5:"sizes";a:3:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"orlando-31x23.jpg";s:5:"width";i:31;s:6:"height";i:23;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"orlando-38x28.jpg";s:5:"width";i:38;s:6:"height";i:28;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:18:"orlando-128x96.jpg";s:5:"width";i:128;s:6:"height";i:96;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3784, 3804, '_thumbnail_id', '4031') ; 
INSERT INTO `wp_postmeta` VALUES (3785, 4032, '_wp_attached_file', 'jacksonville.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3786, 4032, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:154;s:4:"file";s:16:"jacksonville.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"jacksonville-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"jacksonville-31x25.jpg";s:5:"width";i:31;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"jacksonville-38x30.jpg";s:5:"width";i:38;s:6:"height";i:30;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:24:"jacksonville-128x103.jpg";s:5:"width";i:128;s:6:"height";i:103;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:24:"jacksonville-190x150.jpg";s:5:"width";i:190;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:24:"jacksonville-190x100.jpg";s:5:"width";i:190;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"jacksonville-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3787, 3806, '_thumbnail_id', '4032') ; 
INSERT INTO `wp_postmeta` VALUES (3788, 3996, '_post_restored_from', 'a:3:{s:20:"restored_revision_id";i:4000;s:16:"restored_by_user";i:1;s:13:"restored_time";i:1383176890;}') ; 
INSERT INTO `wp_postmeta` VALUES (3789, 4034, '_wp_attached_file', 'lion_country_safari.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3790, 4034, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:170;s:6:"height";i:43;s:4:"file";s:23:"lion_country_safari.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"lion_country_safari-150x43.jpg";s:5:"width";i:150;s:6:"height";i:43;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:28:"lion_country_safari-31x7.jpg";s:5:"width";i:31;s:6:"height";i:7;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:28:"lion_country_safari-38x9.jpg";s:5:"width";i:38;s:6:"height";i:9;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:30:"lion_country_safari-128x32.jpg";s:5:"width";i:128;s:6:"height";i:32;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:30:"lion_country_safari-164x43.jpg";s:5:"width";i:164;s:6:"height";i:43;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3791, 3808, '_thumbnail_id', '4034') ; 
INSERT INTO `wp_postmeta` VALUES (3792, 4036, '_wp_attached_file', 'naples.gif') ; 
INSERT INTO `wp_postmeta` VALUES (3793, 4036, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:167;s:6:"height";i:100;s:4:"file";s:10:"naples.gif";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"naples-150x100.gif";s:5:"width";i:150;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"naples-31x18.gif";s:5:"width";i:31;s:6:"height";i:18;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"naples-38x22.gif";s:5:"width";i:38;s:6:"height";i:22;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:17:"naples-128x76.gif";s:5:"width";i:128;s:6:"height";i:76;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"naples-164x100.gif";s:5:"width";i:164;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3794, 3810, '_thumbnail_id', '4036') ; 
INSERT INTO `wp_postmeta` VALUES (3795, 4037, '_wp_attached_file', 'palm_beach.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3796, 4037, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:102;s:6:"height";i:100;s:4:"file";s:14:"palm_beach.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"palm_beach-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"palm_beach-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3797, 3812, '_thumbnail_id', '4037') ; 
INSERT INTO `wp_postmeta` VALUES (3798, 4038, '_wp_attached_file', 'south_florida.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3799, 4038, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:87;s:6:"height";i:100;s:4:"file";s:17:"south_florida.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"south_florida-26x31.jpg";s:5:"width";i:26;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"south_florida-33x38.jpg";s:5:"width";i:33;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3800, 3816, '_thumbnail_id', '4038') ; 
INSERT INTO `wp_postmeta` VALUES (3801, 4040, '_wp_attached_file', 'tampa_bay.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3802, 4040, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:134;s:6:"height";i:100;s:4:"file";s:13:"tampa_bay.jpg";s:5:"sizes";a:3:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"tampa_bay-31x23.jpg";s:5:"width";i:31;s:6:"height";i:23;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"tampa_bay-38x28.jpg";s:5:"width";i:38;s:6:"height";i:28;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:20:"tampa_bay-128x95.jpg";s:5:"width";i:128;s:6:"height";i:95;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3803, 3818, '_thumbnail_id', '4040') ; 
INSERT INTO `wp_postmeta` VALUES (3804, 4043, '_wp_attached_file', 'georgia.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3805, 4043, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:118;s:6:"height";i:100;s:4:"file";s:11:"georgia.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"georgia-31x26.jpg";s:5:"width";i:31;s:6:"height";i:26;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"georgia-38x32.jpg";s:5:"width";i:38;s:6:"height";i:32;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3806, 3820, '_thumbnail_id', '4043') ; 
INSERT INTO `wp_postmeta` VALUES (3807, 4044, '_wp_attached_file', 'honolulu.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3808, 4044, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:97;s:6:"height";i:100;s:4:"file";s:12:"honolulu.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"honolulu-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"honolulu-36x38.jpg";s:5:"width";i:36;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3809, 3822, '_thumbnail_id', '4044') ; 
INSERT INTO `wp_postmeta` VALUES (3810, 4045, '_wp_attached_file', 'brookfield1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3811, 4045, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:78;s:6:"height";i:100;s:4:"file";s:15:"brookfield1.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"brookfield1-24x31.jpg";s:5:"width";i:24;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"brookfield1-29x38.jpg";s:5:"width";i:29;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3812, 3824, '_thumbnail_id', '4045') ; 
INSERT INTO `wp_postmeta` VALUES (3813, 4046, '_wp_attached_file', 'lincoln_park.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3814, 4046, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:173;s:4:"file";s:16:"lincoln_park.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"lincoln_park-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"lincoln_park-31x28.jpg";s:5:"width";i:31;s:6:"height";i:28;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"lincoln_park-38x34.jpg";s:5:"width";i:38;s:6:"height";i:34;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:24:"lincoln_park-128x116.jpg";s:5:"width";i:128;s:6:"height";i:116;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:24:"lincoln_park-190x150.jpg";s:5:"width";i:190;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:24:"lincoln_park-190x100.jpg";s:5:"width";i:190;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"lincoln_park-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3815, 3830, '_thumbnail_id', '4046') ; 
INSERT INTO `wp_postmeta` VALUES (3816, 4047, '_wp_attached_file', 'indy.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3817, 4047, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:133;s:6:"height";i:100;s:4:"file";s:8:"indy.jpg";s:5:"sizes";a:3:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:14:"indy-31x23.jpg";s:5:"width";i:31;s:6:"height";i:23;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:14:"indy-38x28.jpg";s:5:"width";i:38;s:6:"height";i:28;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:15:"indy-128x96.jpg";s:5:"width";i:128;s:6:"height";i:96;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3818, 3836, '_thumbnail_id', '4047') ; 
INSERT INTO `wp_postmeta` VALUES (3819, 4048, '_wp_attached_file', 'mesker_park.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3820, 4048, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:127;s:6:"height";i:100;s:4:"file";s:15:"mesker_park.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"mesker_park-31x24.jpg";s:5:"width";i:31;s:6:"height";i:24;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"mesker_park-38x29.jpg";s:5:"width";i:38;s:6:"height";i:29;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3821, 3840, '_thumbnail_id', '4048') ; 
INSERT INTO `wp_postmeta` VALUES (3822, 4049, '_wp_attached_file', 'sedgwick.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3823, 4049, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:170;s:6:"height";i:72;s:4:"file";s:12:"sedgwick.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"sedgwick-150x72.jpg";s:5:"width";i:150;s:6:"height";i:72;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"sedgwick-31x13.jpg";s:5:"width";i:31;s:6:"height";i:13;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"sedgwick-38x16.jpg";s:5:"width";i:38;s:6:"height";i:16;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"sedgwick-128x54.jpg";s:5:"width";i:128;s:6:"height";i:54;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"sedgwick-164x72.jpg";s:5:"width";i:164;s:6:"height";i:72;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3824, 3842, '_thumbnail_id', '4049') ; 
INSERT INTO `wp_postmeta` VALUES (3825, 4050, '_wp_attached_file', 'topeka.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3826, 4050, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:85;s:6:"height";i:100;s:4:"file";s:10:"topeka.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"topeka-26x31.jpg";s:5:"width";i:26;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"topeka-32x38.jpg";s:5:"width";i:32;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3827, 3845, '_thumbnail_id', '4050') ; 
INSERT INTO `wp_postmeta` VALUES (3828, 4051, '_wp_attached_file', 'louisville.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3829, 4051, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:126;s:6:"height";i:100;s:4:"file";s:14:"louisville.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"louisville-31x24.jpg";s:5:"width";i:31;s:6:"height";i:24;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"louisville-38x30.jpg";s:5:"width";i:38;s:6:"height";i:30;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3830, 3848, '_thumbnail_id', '4051') ; 
INSERT INTO `wp_postmeta` VALUES (3831, 4052, '_wp_attached_file', 'audubon.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3832, 4052, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:85;s:6:"height";i:100;s:4:"file";s:11:"audubon.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"audubon-26x31.jpg";s:5:"width";i:26;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"audubon-32x38.jpg";s:5:"width";i:32;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3833, 3850, '_thumbnail_id', '4052') ; 
INSERT INTO `wp_postmeta` VALUES (3834, 4053, '_wp_attached_file', 'baton_rouge.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3835, 4053, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:89;s:6:"height";i:100;s:4:"file";s:15:"baton_rouge.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"baton_rouge-27x31.jpg";s:5:"width";i:27;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"baton_rouge-33x38.jpg";s:5:"width";i:33;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3836, 3852, '_thumbnail_id', '4053') ; 
INSERT INTO `wp_postmeta` VALUES (3837, 4054, '_wp_attached_file', 'chesapeake.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3838, 4054, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:102;s:6:"height";i:100;s:4:"file";s:14:"chesapeake.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"chesapeake-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"chesapeake-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3839, 3856, '_thumbnail_id', '4054') ; 
INSERT INTO `wp_postmeta` VALUES (3840, 4056, '_wp_attached_file', 'gbaazk_logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3841, 4056, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:189;s:4:"file";s:15:"gbaazk_logo.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"gbaazk_logo-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"gbaazk_logo-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"gbaazk_logo-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:23:"gbaazk_logo-128x128.jpg";s:5:"width";i:128;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:23:"gbaazk_logo-190x150.jpg";s:5:"width";i:190;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:23:"gbaazk_logo-190x100.jpg";s:5:"width";i:190;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"gbaazk_logo-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3842, 3854, '_thumbnail_id', '4056') ; 
INSERT INTO `wp_postmeta` VALUES (3843, 4057, '_wp_attached_file', 'new_england.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3844, 4057, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:153;s:6:"height";i:100;s:4:"file";s:15:"new_england.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"new_england-150x100.jpg";s:5:"width";i:150;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"new_england-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"new_england-38x24.jpg";s:5:"width";i:38;s:6:"height";i:24;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"new_england-128x83.jpg";s:5:"width";i:128;s:6:"height";i:83;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3845, 3860, '_thumbnail_id', '4057') ; 
INSERT INTO `wp_postmeta` VALUES (3846, 4058, '_wp_attached_file', 'battle_creek.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3847, 4058, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:90;s:6:"height";i:100;s:4:"file";s:16:"battle_creek.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"battle_creek-27x31.jpg";s:5:"width";i:27;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"battle_creek-34x38.jpg";s:5:"width";i:34;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3848, 3862, '_thumbnail_id', '4058') ; 
INSERT INTO `wp_postmeta` VALUES (3849, 4059, '_wp_attached_file', 'detroit.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3850, 4059, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:102;s:6:"height";i:100;s:4:"file";s:11:"detroit.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"detroit-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"detroit-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3851, 3864, '_thumbnail_id', '4059') ; 
INSERT INTO `wp_postmeta` VALUES (3852, 4060, '_wp_attached_file', 'lake_superior_chapter.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3853, 4060, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:170;s:6:"height";i:179;s:4:"file";s:25:"lake_superior_chapter.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"lake_superior_chapter-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:31:"lake_superior_chapter-29x31.jpg";s:5:"width";i:29;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:31:"lake_superior_chapter-36x38.jpg";s:5:"width";i:36;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:33:"lake_superior_chapter-121x128.jpg";s:5:"width";i:121;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:33:"lake_superior_chapter-170x150.jpg";s:5:"width";i:170;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:33:"lake_superior_chapter-170x100.jpg";s:5:"width";i:170;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:33:"lake_superior_chapter-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3854, 3866, '_thumbnail_id', '4060') ; 
INSERT INTO `wp_postmeta` VALUES (3855, 4061, '_wp_attached_file', 'minnesota.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3856, 4061, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:78;s:6:"height";i:100;s:4:"file";s:13:"minnesota.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"minnesota-24x31.jpg";s:5:"width";i:24;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"minnesota-29x38.jpg";s:5:"width";i:29;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3857, 3868, '_thumbnail_id', '4061') ; 
INSERT INTO `wp_postmeta` VALUES (3858, 4062, '_wp_attached_file', 'jackson.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3859, 4062, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:93;s:6:"height";i:100;s:4:"file";s:11:"jackson.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"jackson-28x31.jpg";s:5:"width";i:28;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"jackson-35x38.jpg";s:5:"width";i:35;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3860, 3870, '_thumbnail_id', '4062') ; 
INSERT INTO `wp_postmeta` VALUES (3861, 4063, '_wp_attached_file', 'kansas_city.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3862, 4063, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:100;s:6:"height";i:100;s:4:"file";s:15:"kansas_city.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"kansas_city-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"kansas_city-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3863, 3872, '_thumbnail_id', '4063') ; 
INSERT INTO `wp_postmeta` VALUES (3864, 4064, '_wp_attached_file', 'ozarks.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3865, 4064, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:170;s:6:"height";i:97;s:4:"file";s:10:"ozarks.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"ozarks-150x97.jpg";s:5:"width";i:150;s:6:"height";i:97;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"ozarks-31x17.jpg";s:5:"width";i:31;s:6:"height";i:17;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"ozarks-38x21.jpg";s:5:"width";i:38;s:6:"height";i:21;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:17:"ozarks-128x73.jpg";s:5:"width";i:128;s:6:"height";i:73;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"ozarks-164x97.jpg";s:5:"width";i:164;s:6:"height";i:97;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3866, 3874, '_thumbnail_id', '4064') ; 
INSERT INTO `wp_postmeta` VALUES (3867, 4065, '_wp_attached_file', 'stl.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3868, 4065, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:100;s:6:"height";i:100;s:4:"file";s:7:"stl.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:13:"stl-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:13:"stl-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3869, 3876, '_thumbnail_id', '4065') ; 
INSERT INTO `wp_postmeta` VALUES (3870, 4066, '_wp_attached_file', 'omaha.gif') ; 
INSERT INTO `wp_postmeta` VALUES (3871, 4066, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:170;s:6:"height";i:66;s:4:"file";s:9:"omaha.gif";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"omaha-150x66.gif";s:5:"width";i:150;s:6:"height";i:66;s:9:"mime-type";s:9:"image/gif";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:15:"omaha-31x12.gif";s:5:"width";i:31;s:6:"height";i:12;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:15:"omaha-38x14.gif";s:5:"width";i:38;s:6:"height";i:14;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:16:"omaha-128x49.gif";s:5:"width";i:128;s:6:"height";i:49;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"omaha-164x66.gif";s:5:"width";i:164;s:6:"height";i:66;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3872, 3878, '_thumbnail_id', '4066') ; 
INSERT INTO `wp_postmeta` VALUES (3873, 4067, '_wp_attached_file', 'cape_may_county.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3874, 4067, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:91;s:6:"height";i:100;s:4:"file";s:19:"cape_may_county.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:25:"cape_may_county-28x31.jpg";s:5:"width";i:28;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:25:"cape_may_county-34x38.jpg";s:5:"width";i:34;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3875, 3891, '_thumbnail_id', '4067') ; 
INSERT INTO `wp_postmeta` VALUES (3876, 4068, '_wp_attached_file', 'bronx.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3877, 4068, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:136;s:6:"height";i:190;s:4:"file";s:9:"bronx.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"bronx-136x150.jpg";s:5:"width";i:136;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:15:"bronx-22x31.jpg";s:5:"width";i:22;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:15:"bronx-27x38.jpg";s:5:"width";i:27;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:16:"bronx-91x128.jpg";s:5:"width";i:91;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:17:"bronx-136x150.jpg";s:5:"width";i:136;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:17:"bronx-136x100.jpg";s:5:"width";i:136;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"bronx-136x111.jpg";s:5:"width";i:136;s:6:"height";i:111;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:1301526265;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3880, 3895, '_thumbnail_id', '4068') ; 
INSERT INTO `wp_postmeta` VALUES (3881, 4071, '_wp_attached_file', 'rosamond_gifford.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3882, 4071, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:80;s:6:"height";i:100;s:4:"file";s:20:"rosamond_gifford.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:26:"rosamond_gifford-24x31.jpg";s:5:"width";i:24;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:26:"rosamond_gifford-30x38.jpg";s:5:"width";i:30;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3883, 3897, '_thumbnail_id', '4071') ; 
INSERT INTO `wp_postmeta` VALUES (3884, 4072, '_wp_attached_file', 'north_carolina.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3885, 4072, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:61;s:6:"height";i:100;s:4:"file";s:18:"north_carolina.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:24:"north_carolina-18x31.jpg";s:5:"width";i:18;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:24:"north_carolina-23x38.jpg";s:5:"width";i:23;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3886, 3901, '_thumbnail_id', '4072') ; 
INSERT INTO `wp_postmeta` VALUES (3887, 4073, '_wp_attached_file', 'columbus.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3888, 4073, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:83;s:6:"height";i:100;s:4:"file";s:12:"columbus.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"columbus-25x31.jpg";s:5:"width";i:25;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"columbus-31x38.jpg";s:5:"width";i:31;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3889, 3906, '_thumbnail_id', '4073') ; 
INSERT INTO `wp_postmeta` VALUES (3890, 4074, '_wp_attached_file', 'cleveland.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3891, 4074, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:96;s:6:"height";i:100;s:4:"file";s:13:"cleveland.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"cleveland-29x31.jpg";s:5:"width";i:29;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"cleveland-36x38.jpg";s:5:"width";i:36;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3892, 3910, '_thumbnail_id', '4074') ; 
INSERT INTO `wp_postmeta` VALUES (3893, 4075, '_wp_attached_file', 'toledo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3894, 4075, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:87;s:6:"height";i:100;s:4:"file";s:10:"toledo.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"toledo-26x31.jpg";s:5:"width";i:26;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"toledo-33x38.jpg";s:5:"width";i:33;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3895, 3912, '_thumbnail_id', '4075') ; 
INSERT INTO `wp_postmeta` VALUES (3896, 4076, '_wp_attached_file', 'oklahoma_city.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3897, 4076, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:49;s:6:"height";i:100;s:4:"file";s:17:"oklahoma_city.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"oklahoma_city-15x31.jpg";s:5:"width";i:15;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"oklahoma_city-18x38.jpg";s:5:"width";i:18;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3898, 3914, '_thumbnail_id', '4076') ; 
INSERT INTO `wp_postmeta` VALUES (3899, 4077, '_wp_attached_file', 'tulsa.gif') ; 
INSERT INTO `wp_postmeta` VALUES (3900, 4077, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:92;s:6:"height";i:100;s:4:"file";s:9:"tulsa.gif";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:15:"tulsa-28x31.gif";s:5:"width";i:28;s:6:"height";i:31;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:15:"tulsa-34x38.gif";s:5:"width";i:34;s:6:"height";i:38;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3901, 3916, '_thumbnail_id', '4077') ; 
INSERT INTO `wp_postmeta` VALUES (3902, 4078, '_wp_attached_file', 'wildlife_safari.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3903, 4078, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:102;s:6:"height";i:100;s:4:"file";s:19:"wildlife_safari.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:25:"wildlife_safari-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:25:"wildlife_safari-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3904, 3921, '_thumbnail_id', '4078') ; 
INSERT INTO `wp_postmeta` VALUES (3905, 4079, '_wp_attached_file', 'portland.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3906, 4079, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:117;s:6:"height";i:100;s:4:"file";s:12:"portland.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"portland-31x26.jpg";s:5:"width";i:31;s:6:"height";i:26;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"portland-38x32.jpg";s:5:"width";i:38;s:6:"height";i:32;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3907, 3918, '_thumbnail_id', '4079') ; 
INSERT INTO `wp_postmeta` VALUES (3908, 4080, '_wp_attached_file', 'philadelphia.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3909, 4080, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:101;s:6:"height";i:100;s:4:"file";s:16:"philadelphia.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"philadelphia-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"philadelphia-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3910, 3923, '_thumbnail_id', '4080') ; 
INSERT INTO `wp_postmeta` VALUES (3911, 4081, '_wp_attached_file', 'pittsburgh.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3912, 4081, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:136;s:4:"file";s:14:"pittsburgh.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"pittsburgh-150x136.jpg";s:5:"width";i:150;s:6:"height";i:136;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"pittsburgh-31x22.jpg";s:5:"width";i:31;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"pittsburgh-38x27.jpg";s:5:"width";i:38;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"pittsburgh-128x91.jpg";s:5:"width";i:128;s:6:"height";i:91;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:22:"pittsburgh-190x100.jpg";s:5:"width";i:190;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"pittsburgh-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3913, 3929, '_thumbnail_id', '4081') ; 
INSERT INTO `wp_postmeta` VALUES (3914, 4082, '_wp_attached_file', 'roger_williams.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3915, 4082, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:57;s:6:"height";i:100;s:4:"file";s:18:"roger_williams.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:24:"roger_williams-17x31.jpg";s:5:"width";i:17;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:24:"roger_williams-21x38.jpg";s:5:"width";i:21;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3916, 3935, '_thumbnail_id', '4082') ; 
INSERT INTO `wp_postmeta` VALUES (3917, 4083, '_wp_attached_file', 'nashville.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3918, 4083, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:150;s:6:"height";i:100;s:4:"file";s:13:"nashville.jpg";s:5:"sizes";a:3:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"nashville-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"nashville-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:20:"nashville-128x85.jpg";s:5:"width";i:128;s:6:"height";i:85;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3919, 3943, '_thumbnail_id', '4083') ; 
INSERT INTO `wp_postmeta` VALUES (3920, 4084, '_wp_attached_file', 'dallas.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3921, 4084, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:100;s:6:"height";i:100;s:4:"file";s:10:"dallas.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"dallas-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"dallas-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3922, 3945, '_thumbnail_id', '4084') ; 
INSERT INTO `wp_postmeta` VALUES (3923, 4085, '_wp_attached_file', 'el_paso.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3924, 4085, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:104;s:6:"height";i:100;s:4:"file";s:11:"el_paso.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"el_paso-31x29.jpg";s:5:"width";i:31;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"el_paso-38x36.jpg";s:5:"width";i:38;s:6:"height";i:36;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3925, 3947, '_thumbnail_id', '4085') ; 
INSERT INTO `wp_postmeta` VALUES (3926, 4086, '_wp_attached_file', 'fort_worth.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3927, 4086, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:101;s:6:"height";i:100;s:4:"file";s:14:"fort_worth.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"fort_worth-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"fort_worth-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3928, 3949, '_thumbnail_id', '4086') ; 
INSERT INTO `wp_postmeta` VALUES (3929, 4087, '_wp_attached_file', 'galveston.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3930, 4087, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:87;s:6:"height";i:99;s:4:"file";s:13:"galveston.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"galveston-27x31.jpg";s:5:"width";i:27;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"galveston-33x38.jpg";s:5:"width";i:33;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3931, 3950, '_thumbnail_id', '4087') ; 
INSERT INTO `wp_postmeta` VALUES (3932, 4088, '_wp_attached_file', 'houston.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3933, 4088, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:119;s:6:"height";i:120;s:4:"file";s:11:"houston.jpg";s:5:"sizes";a:4:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"houston-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"houston-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:19:"houston-119x100.jpg";s:5:"width";i:119;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"houston-119x111.jpg";s:5:"width";i:119;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3934, 3952, '_thumbnail_id', '4088') ; 
INSERT INTO `wp_postmeta` VALUES (3935, 4089, '_wp_attached_file', 'san_antonio.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3936, 4089, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:102;s:6:"height";i:100;s:4:"file";s:15:"san_antonio.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"san_antonio-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"san_antonio-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3937, 3956, '_thumbnail_id', '4089') ; 
INSERT INTO `wp_postmeta` VALUES (3938, 4090, '_wp_attached_file', 'west_texas.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3939, 4090, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:100;s:6:"height";i:100;s:4:"file";s:14:"west_texas.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"west_texas-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"west_texas-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3940, 3959, '_thumbnail_id', '4090') ; 
INSERT INTO `wp_postmeta` VALUES (3941, 4091, '_wp_attached_file', 'utah.gif') ; 
INSERT INTO `wp_postmeta` VALUES (3942, 4091, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:107;s:6:"height";i:100;s:4:"file";s:8:"utah.gif";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:14:"utah-31x28.gif";s:5:"width";i:31;s:6:"height";i:28;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:14:"utah-38x35.gif";s:5:"width";i:38;s:6:"height";i:35;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3943, 3965, '_thumbnail_id', '4091') ; 
INSERT INTO `wp_postmeta` VALUES (3944, 4092, '_wp_attached_file', 'roanoke_aazk.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3945, 4092, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:236;s:6:"height";i:96;s:4:"file";s:16:"roanoke_aazk.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"roanoke_aazk-150x96.jpg";s:5:"width";i:150;s:6:"height";i:96;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:23:"roanoke_aazk-190x77.jpg";s:5:"width";i:190;s:6:"height";i:77;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"roanoke_aazk-31x12.jpg";s:5:"width";i:31;s:6:"height";i:12;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"roanoke_aazk-38x15.jpg";s:5:"width";i:38;s:6:"height";i:15;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:23:"roanoke_aazk-190x77.jpg";s:5:"width";i:190;s:6:"height";i:77;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:23:"roanoke_aazk-128x52.jpg";s:5:"width";i:128;s:6:"height";i:52;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"roanoke_aazk-164x96.jpg";s:5:"width";i:164;s:6:"height";i:96;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3946, 3967, '_thumbnail_id', '4092') ; 
INSERT INTO `wp_postmeta` VALUES (3947, 4093, '_wp_attached_file', 'point_defiance.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3948, 4093, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:102;s:6:"height";i:84;s:4:"file";s:18:"point_defiance.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:24:"point_defiance-31x25.jpg";s:5:"width";i:31;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:24:"point_defiance-38x31.jpg";s:5:"width";i:38;s:6:"height";i:31;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3949, 3968, '_thumbnail_id', '4093') ; 
INSERT INTO `wp_postmeta` VALUES (3950, 4094, '_wp_attached_file', 'puget_sound.gif') ; 
INSERT INTO `wp_postmeta` VALUES (3951, 4094, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:68;s:6:"height";i:100;s:4:"file";s:15:"puget_sound.gif";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"puget_sound-21x31.gif";s:5:"width";i:21;s:6:"height";i:31;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"puget_sound-25x38.gif";s:5:"width";i:25;s:6:"height";i:38;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3952, 3974, '_thumbnail_id', '4094') ; 
INSERT INTO `wp_postmeta` VALUES (3953, 4095, '_wp_attached_file', 'milwaukee.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3954, 4095, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:136;s:6:"height";i:100;s:4:"file";s:13:"milwaukee.jpg";s:5:"sizes";a:3:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"milwaukee-31x22.jpg";s:5:"width";i:31;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"milwaukee-38x27.jpg";s:5:"width";i:38;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:20:"milwaukee-128x94.jpg";s:5:"width";i:128;s:6:"height";i:94;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3955, 3978, '_thumbnail_id', '4095') ; 
INSERT INTO `wp_postmeta` VALUES (3956, 4096, '_wp_attached_file', 'assiniboine.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3957, 4096, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:170;s:6:"height";i:62;s:4:"file";s:15:"assiniboine.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"assiniboine-150x62.jpg";s:5:"width";i:150;s:6:"height";i:62;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"assiniboine-31x11.jpg";s:5:"width";i:31;s:6:"height";i:11;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"assiniboine-38x13.jpg";s:5:"width";i:38;s:6:"height";i:13;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"assiniboine-128x46.jpg";s:5:"width";i:128;s:6:"height";i:46;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"assiniboine-164x62.jpg";s:5:"width";i:164;s:6:"height";i:62;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3958, 3969, '_thumbnail_id', '4096') ; 
INSERT INTO `wp_postmeta` VALUES (3959, 4097, '_wp_attached_file', 'edmonton_aazk_logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3960, 4097, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:112;s:6:"height";i:125;s:4:"file";s:22:"edmonton_aazk_logo.jpg";s:5:"sizes";a:4:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:28:"edmonton_aazk_logo-27x31.jpg";s:5:"width";i:27;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:28:"edmonton_aazk_logo-34x38.jpg";s:5:"width";i:34;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:30:"edmonton_aazk_logo-112x100.jpg";s:5:"width";i:112;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:30:"edmonton_aazk_logo-112x111.jpg";s:5:"width";i:112;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3961, 3983, '_thumbnail_id', '4097') ; 
INSERT INTO `wp_postmeta` VALUES (3962, 4098, '_wp_attached_file', 'southern_ontario.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (3963, 4098, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:170;s:6:"height";i:90;s:4:"file";s:20:"southern_ontario.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"southern_ontario-150x90.jpg";s:5:"width";i:150;s:6:"height";i:90;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:26:"southern_ontario-31x16.jpg";s:5:"width";i:31;s:6:"height";i:16;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:26:"southern_ontario-38x20.jpg";s:5:"width";i:38;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:27:"southern_ontario-128x67.jpg";s:5:"width";i:128;s:6:"height";i:67;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"southern_ontario-164x90.jpg";s:5:"width";i:164;s:6:"height";i:90;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (3964, 3984, '_thumbnail_id', '4098') ; 
INSERT INTO `wp_postmeta` VALUES (4052, 4108, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:240;s:6:"height";i:49;s:4:"file";s:12:"abi-logo.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"abi-logo-150x49.jpg";s:5:"width";i:150;s:6:"height";i:49;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:19:"abi-logo-190x38.jpg";s:5:"width";i:190;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"abi-logo-31x6.jpg";s:5:"width";i:31;s:6:"height";i:6;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"abi-logo-38x7.jpg";s:5:"width";i:38;s:6:"height";i:7;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:19:"abi-logo-190x38.jpg";s:5:"width";i:190;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"abi-logo-128x26.jpg";s:5:"width";i:128;s:6:"height";i:26;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"abi-logo-164x49.jpg";s:5:"width";i:164;s:6:"height";i:49;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4051, 4108, '_wp_attached_file', 'abi-logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5807, 4787, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (5806, 4787, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (5805, 4787, '_menu_item_object_id', '4785') ; 
INSERT INTO `wp_postmeta` VALUES (5803, 4787, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (5804, 4787, '_menu_item_menu_item_parent', '4494') ; 
INSERT INTO `wp_postmeta` VALUES (4050, 4107, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (4731, 4494, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (4732, 4494, '_menu_item_url', '#') ; 
INSERT INTO `wp_postmeta` VALUES (4734, 4495, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (4735, 4495, '_menu_item_menu_item_parent', '4494') ; 
INSERT INTO `wp_postmeta` VALUES (4053, 4107, '_wp_page_template', 'page-full-width-inner-links.php') ; 
INSERT INTO `wp_postmeta` VALUES (4054, 4112, '_wp_attached_file', 'animal_source.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4055, 4112, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:69;s:4:"file";s:17:"animal_source.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"animal_source-150x69.jpg";s:5:"width";i:150;s:6:"height";i:69;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:24:"animal_source-190x65.jpg";s:5:"width";i:190;s:6:"height";i:65;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"animal_source-31x10.jpg";s:5:"width";i:31;s:6:"height";i:10;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"animal_source-38x13.jpg";s:5:"width";i:38;s:6:"height";i:13;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:24:"animal_source-190x65.jpg";s:5:"width";i:190;s:6:"height";i:65;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:24:"animal_source-128x44.jpg";s:5:"width";i:128;s:6:"height";i:44;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"animal_source-164x69.jpg";s:5:"width";i:164;s:6:"height";i:69;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4056, 4114, '_wp_attached_file', 'blue_rhino.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4057, 4114, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:216;s:6:"height";i:92;s:4:"file";s:14:"blue_rhino.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"blue_rhino-150x92.jpg";s:5:"width";i:150;s:6:"height";i:92;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:21:"blue_rhino-190x80.jpg";s:5:"width";i:190;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"blue_rhino-31x13.jpg";s:5:"width";i:31;s:6:"height";i:13;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"blue_rhino-38x16.jpg";s:5:"width";i:38;s:6:"height";i:16;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:21:"blue_rhino-190x80.jpg";s:5:"width";i:190;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"blue_rhino-128x54.jpg";s:5:"width";i:128;s:6:"height";i:54;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"blue_rhino-164x92.jpg";s:5:"width";i:164;s:6:"height";i:92;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4058, 4115, '_wp_attached_file', 'CLR_Design.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4059, 4115, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:136;s:6:"height";i:120;s:4:"file";s:14:"CLR_Design.jpg";s:5:"sizes";a:5:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"CLR_Design-31x27.jpg";s:5:"width";i:31;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"CLR_Design-38x33.jpg";s:5:"width";i:38;s:6:"height";i:33;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"CLR_Design-128x112.jpg";s:5:"width";i:128;s:6:"height";i:112;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:22:"CLR_Design-136x100.jpg";s:5:"width";i:136;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"CLR_Design-136x111.jpg";s:5:"width";i:136;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4060, 4116, '_wp_attached_file', 'DesertPlasticsheader.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4061, 4116, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:240;s:6:"height";i:48;s:4:"file";s:24:"DesertPlasticsheader.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"DesertPlasticsheader-150x48.jpg";s:5:"width";i:150;s:6:"height";i:48;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:31:"DesertPlasticsheader-190x38.jpg";s:5:"width";i:190;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:29:"DesertPlasticsheader-31x6.jpg";s:5:"width";i:31;s:6:"height";i:6;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:29:"DesertPlasticsheader-38x7.jpg";s:5:"width";i:38;s:6:"height";i:7;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:31:"DesertPlasticsheader-190x38.jpg";s:5:"width";i:190;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:31:"DesertPlasticsheader-128x25.jpg";s:5:"width";i:128;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:31:"DesertPlasticsheader-164x48.jpg";s:5:"width";i:164;s:6:"height";i:48;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4062, 4117, '_wp_attached_file', 'ebscocom-logo.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4063, 4117, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:116;s:6:"height";i:41;s:4:"file";s:17:"ebscocom-logo.gif";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"ebscocom-logo-31x10.gif";s:5:"width";i:31;s:6:"height";i:10;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"ebscocom-logo-38x13.gif";s:5:"width";i:38;s:6:"height";i:13;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4064, 4118, '_wp_attached_file', 'fauna_research.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4065, 4118, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:174;s:6:"height";i:173;s:4:"file";s:18:"fauna_research.gif";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"fauna_research-150x150.gif";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/gif";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:24:"fauna_research-31x31.gif";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:24:"fauna_research-38x38.gif";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:26:"fauna_research-128x128.gif";s:5:"width";i:128;s:6:"height";i:128;s:9:"mime-type";s:9:"image/gif";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:26:"fauna_research-174x150.gif";s:5:"width";i:174;s:6:"height";i:150;s:9:"mime-type";s:9:"image/gif";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:26:"fauna_research-174x100.gif";s:5:"width";i:174;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"fauna_research-164x111.gif";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4066, 4119, '_wp_attached_file', 'grubco.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4067, 4119, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:76;s:4:"file";s:10:"grubco.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"grubco-150x76.jpg";s:5:"width";i:150;s:6:"height";i:76;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"grubco-31x12.jpg";s:5:"width";i:31;s:6:"height";i:12;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"grubco-38x15.jpg";s:5:"width";i:38;s:6:"height";i:15;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:17:"grubco-128x51.jpg";s:5:"width";i:128;s:6:"height";i:51;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"grubco-164x76.jpg";s:5:"width";i:164;s:6:"height";i:76;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4068, 4120, '_wp_attached_file', 'lyontechnology.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4069, 4120, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:28;s:4:"file";s:18:"lyontechnology.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"lyontechnology-150x28.jpg";s:5:"width";i:150;s:6:"height";i:28;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"lyontechnology-31x4.jpg";s:5:"width";i:31;s:6:"height";i:4;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"lyontechnology-38x5.jpg";s:5:"width";i:38;s:6:"height";i:5;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:25:"lyontechnology-128x18.jpg";s:5:"width";i:128;s:6:"height";i:18;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"lyontechnology-164x28.jpg";s:5:"width";i:164;s:6:"height";i:28;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4070, 4121, '_wp_attached_file', 'nebraskabrand.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4071, 4121, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:99;s:4:"file";s:17:"nebraskabrand.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"nebraskabrand-150x99.jpg";s:5:"width";i:150;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:24:"nebraskabrand-190x94.jpg";s:5:"width";i:190;s:6:"height";i:94;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"nebraskabrand-31x15.jpg";s:5:"width";i:31;s:6:"height";i:15;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"nebraskabrand-38x18.jpg";s:5:"width";i:38;s:6:"height";i:18;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:24:"nebraskabrand-190x94.jpg";s:5:"width";i:190;s:6:"height";i:94;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:24:"nebraskabrand-128x63.jpg";s:5:"width";i:128;s:6:"height";i:63;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"nebraskabrand-164x99.jpg";s:5:"width";i:164;s:6:"height";i:99;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4072, 4122, '_wp_attached_file', 'overland.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4073, 4122, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:82;s:4:"file";s:12:"overland.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"overland-150x82.jpg";s:5:"width";i:150;s:6:"height";i:82;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:19:"overland-190x77.jpg";s:5:"width";i:190;s:6:"height";i:77;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"overland-31x12.jpg";s:5:"width";i:31;s:6:"height";i:12;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"overland-38x15.jpg";s:5:"width";i:38;s:6:"height";i:15;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:19:"overland-190x77.jpg";s:5:"width";i:190;s:6:"height";i:77;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"overland-128x52.jpg";s:5:"width";i:128;s:6:"height";i:52;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"overland-164x82.jpg";s:5:"width";i:164;s:6:"height";i:82;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4074, 4123, '_wp_attached_file', 'premier_tours.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4075, 4123, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:124;s:4:"file";s:17:"premier_tours.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"premier_tours-150x124.jpg";s:5:"width";i:150;s:6:"height";i:124;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:25:"premier_tours-190x117.jpg";s:5:"width";i:190;s:6:"height";i:117;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"premier_tours-31x19.jpg";s:5:"width";i:31;s:6:"height";i:19;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"premier_tours-38x23.jpg";s:5:"width";i:38;s:6:"height";i:23;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:25:"premier_tours-190x117.jpg";s:5:"width";i:190;s:6:"height";i:117;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:24:"premier_tours-128x79.jpg";s:5:"width";i:128;s:6:"height";i:79;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:25:"premier_tours-200x100.jpg";s:5:"width";i:200;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"premier_tours-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4076, 4124, '_wp_attached_file', 'zupreem.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4077, 4124, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:199;s:6:"height";i:65;s:4:"file";s:11:"zupreem.gif";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"zupreem-150x65.gif";s:5:"width";i:150;s:6:"height";i:65;s:9:"mime-type";s:9:"image/gif";}s:18:"product-thumbnails";a:4:{s:4:"file";s:18:"zupreem-190x62.gif";s:5:"width";i:190;s:6:"height";i:62;s:9:"mime-type";s:9:"image/gif";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"zupreem-31x10.gif";s:5:"width";i:31;s:6:"height";i:10;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"zupreem-38x12.gif";s:5:"width";i:38;s:6:"height";i:12;s:9:"mime-type";s:9:"image/gif";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:18:"zupreem-190x62.gif";s:5:"width";i:190;s:6:"height";i:62;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:18:"zupreem-128x41.gif";s:5:"width";i:128;s:6:"height";i:41;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"zupreem-164x65.gif";s:5:"width";i:164;s:6:"height";i:65;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4078, 4125, '_wp_attached_file', 'reliableprotein.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4079, 4125, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:166;s:6:"height";i:190;s:4:"file";s:19:"reliableprotein.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"reliableprotein-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:25:"reliableprotein-27x31.jpg";s:5:"width";i:27;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:25:"reliableprotein-33x38.jpg";s:5:"width";i:33;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:27:"reliableprotein-111x128.jpg";s:5:"width";i:111;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:27:"reliableprotein-166x150.jpg";s:5:"width";i:166;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:27:"reliableprotein-166x100.jpg";s:5:"width";i:166;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"reliableprotein-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4080, 4126, '_wp_attached_file', 'rodentpro.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4081, 4126, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:43;s:4:"file";s:13:"rodentpro.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"rodentpro-150x43.jpg";s:5:"width";i:150;s:6:"height";i:43;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"rodentpro-31x7.jpg";s:5:"width";i:31;s:6:"height";i:7;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"rodentpro-38x8.jpg";s:5:"width";i:38;s:6:"height";i:8;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:20:"rodentpro-128x28.jpg";s:5:"width";i:128;s:6:"height";i:28;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"rodentpro-164x43.jpg";s:5:"width";i:164;s:6:"height";i:43;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4082, 4127, '_wp_attached_file', 'zoomed.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4083, 4127, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:168;s:4:"file";s:10:"zoomed.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"zoomed-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:18:"zoomed-190x159.jpg";s:5:"width";i:190;s:6:"height";i:159;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"zoomed-31x26.jpg";s:5:"width";i:31;s:6:"height";i:26;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"zoomed-38x31.jpg";s:5:"width";i:38;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:18:"zoomed-190x159.jpg";s:5:"width";i:190;s:6:"height";i:159;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:18:"zoomed-128x107.jpg";s:5:"width";i:128;s:6:"height";i:107;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:18:"zoomed-200x150.jpg";s:5:"width";i:200;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"zoomed-200x100.jpg";s:5:"width";i:200;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"zoomed-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4084, 4128, '_wp_attached_file', 'zukudla_logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4085, 4128, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:225;s:6:"height";i:40;s:4:"file";s:16:"zukudla_logo.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"zukudla_logo-150x40.jpg";s:5:"width";i:150;s:6:"height";i:40;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:23:"zukudla_logo-190x33.jpg";s:5:"width";i:190;s:6:"height";i:33;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"zukudla_logo-31x5.jpg";s:5:"width";i:31;s:6:"height";i:5;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"zukudla_logo-38x6.jpg";s:5:"width";i:38;s:6:"height";i:6;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:23:"zukudla_logo-190x33.jpg";s:5:"width";i:190;s:6:"height";i:33;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:23:"zukudla_logo-128x22.jpg";s:5:"width";i:128;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"zukudla_logo-164x40.jpg";s:5:"width";i:164;s:6:"height";i:40;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4086, 4132, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4087, 4132, '_edit_lock', '1389031450:2') ; 
INSERT INTO `wp_postmeta` VALUES (4088, 4133, '_wp_attached_file', 'acklogo1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4089, 4133, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:197;s:4:"file";s:12:"acklogo1.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"acklogo1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:20:"acklogo1-183x190.jpg";s:5:"width";i:183;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"acklogo1-29x31.jpg";s:5:"width";i:29;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"acklogo1-36x38.jpg";s:5:"width";i:36;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:20:"acklogo1-183x190.jpg";s:5:"width";i:183;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:20:"acklogo1-123x128.jpg";s:5:"width";i:123;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:20:"acklogo1-190x150.jpg";s:5:"width";i:190;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:20:"acklogo1-190x100.jpg";s:5:"width";i:190;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"acklogo1-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4090, 4134, '_wp_attached_file', 'abma.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4091, 4134, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:194;s:6:"height";i:121;s:4:"file";s:8:"abma.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"abma-150x121.jpg";s:5:"width";i:150;s:6:"height";i:121;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:16:"abma-190x118.jpg";s:5:"width";i:190;s:6:"height";i:118;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:14:"abma-31x19.jpg";s:5:"width";i:31;s:6:"height";i:19;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:14:"abma-38x23.jpg";s:5:"width";i:38;s:6:"height";i:23;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:16:"abma-190x118.jpg";s:5:"width";i:190;s:6:"height";i:118;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:15:"abma-128x79.jpg";s:5:"width";i:128;s:6:"height";i:79;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:16:"abma-194x100.jpg";s:5:"width";i:194;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"abma-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4092, 4135, '_wp_attached_file', 'aza.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4093, 4135, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:150;s:6:"height";i:47;s:4:"file";s:7:"aza.gif";s:5:"sizes";a:3:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:12:"aza-31x9.gif";s:5:"width";i:31;s:6:"height";i:9;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:13:"aza-38x11.gif";s:5:"width";i:38;s:6:"height";i:11;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:14:"aza-128x40.gif";s:5:"width";i:128;s:6:"height";i:40;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4094, 4136, '_wp_attached_file', 'icz.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4095, 4136, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:175;s:6:"height";i:132;s:4:"file";s:7:"icz.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"icz-150x132.jpg";s:5:"width";i:150;s:6:"height";i:132;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:13:"icz-31x23.jpg";s:5:"width";i:31;s:6:"height";i:23;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:13:"icz-38x28.jpg";s:5:"width";i:38;s:6:"height";i:28;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:14:"icz-128x96.jpg";s:5:"width";i:128;s:6:"height";i:96;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:15:"icz-175x100.jpg";s:5:"width";i:175;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"icz-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4096, 4137, '_wp_attached_file', 'irf.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4097, 4137, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:240;s:6:"height";i:156;s:4:"file";s:7:"irf.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"irf-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:15:"irf-190x123.jpg";s:5:"width";i:190;s:6:"height";i:123;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:13:"irf-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:13:"irf-38x24.jpg";s:5:"width";i:38;s:6:"height";i:24;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:15:"irf-190x123.jpg";s:5:"width";i:190;s:6:"height";i:123;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:14:"irf-128x83.jpg";s:5:"width";i:128;s:6:"height";i:83;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:15:"irf-240x150.jpg";s:5:"width";i:240;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:15:"irf-240x100.jpg";s:5:"width";i:240;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"irf-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4098, 4138, '_wp_attached_file', 'lewa2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4099, 4138, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:175;s:6:"height";i:172;s:4:"file";s:9:"lewa2.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"lewa2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:15:"lewa2-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:15:"lewa2-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:17:"lewa2-128x125.jpg";s:5:"width";i:128;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:17:"lewa2-175x150.jpg";s:5:"width";i:175;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:17:"lewa2-175x100.jpg";s:5:"width";i:175;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"lewa2-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4100, 4139, '_wp_attached_file', 'pbi.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4101, 4139, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:165;s:6:"height";i:129;s:4:"file";s:7:"pbi.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"pbi-150x129.jpg";s:5:"width";i:150;s:6:"height";i:129;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:13:"pbi-31x24.jpg";s:5:"width";i:31;s:6:"height";i:24;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:13:"pbi-38x29.jpg";s:5:"width";i:38;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:15:"pbi-128x100.jpg";s:5:"width";i:128;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:15:"pbi-165x100.jpg";s:5:"width";i:165;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"pbi-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4102, 4140, '_wp_attached_file', 'red_panda_logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4103, 4140, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:250;s:6:"height";i:71;s:4:"file";s:18:"red_panda_logo.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"red_panda_logo-150x71.jpg";s:5:"width";i:150;s:6:"height";i:71;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:25:"red_panda_logo-190x53.jpg";s:5:"width";i:190;s:6:"height";i:53;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"red_panda_logo-31x8.jpg";s:5:"width";i:31;s:6:"height";i:8;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:24:"red_panda_logo-38x10.jpg";s:5:"width";i:38;s:6:"height";i:10;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:25:"red_panda_logo-190x53.jpg";s:5:"width";i:190;s:6:"height";i:53;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:25:"red_panda_logo-128x36.jpg";s:5:"width";i:128;s:6:"height";i:36;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"red_panda_logo-164x71.jpg";s:5:"width";i:164;s:6:"height";i:71;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4104, 4141, '_wp_attached_file', 'savenature.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4105, 4141, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:61;s:4:"file";s:14:"savenature.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"savenature-150x61.jpg";s:5:"width";i:150;s:6:"height";i:61;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:21:"savenature-190x57.jpg";s:5:"width";i:190;s:6:"height";i:57;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"savenature-31x9.jpg";s:5:"width";i:31;s:6:"height";i:9;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"savenature-38x11.jpg";s:5:"width";i:38;s:6:"height";i:11;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:21:"savenature-190x57.jpg";s:5:"width";i:190;s:6:"height";i:57;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"savenature-128x39.jpg";s:5:"width";i:128;s:6:"height";i:39;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"savenature-164x61.jpg";s:5:"width";i:164;s:6:"height";i:61;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4106, 4142, '_wp_attached_file', 'menu_sfw_logo.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4107, 4142, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:187;s:6:"height";i:41;s:4:"file";s:17:"menu_sfw_logo.gif";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"menu_sfw_logo-150x41.gif";s:5:"width";i:150;s:6:"height";i:41;s:9:"mime-type";s:9:"image/gif";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"menu_sfw_logo-31x6.gif";s:5:"width";i:31;s:6:"height";i:6;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"menu_sfw_logo-38x8.gif";s:5:"width";i:38;s:6:"height";i:8;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:24:"menu_sfw_logo-128x28.gif";s:5:"width";i:128;s:6:"height";i:28;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"menu_sfw_logo-164x41.gif";s:5:"width";i:164;s:6:"height";i:41;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4108, 4143, '_wp_attached_file', 'snow_leopard_trust.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4109, 4143, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:169;s:6:"height";i:144;s:4:"file";s:22:"snow_leopard_trust.gif";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"snow_leopard_trust-150x144.gif";s:5:"width";i:150;s:6:"height";i:144;s:9:"mime-type";s:9:"image/gif";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:28:"snow_leopard_trust-31x26.gif";s:5:"width";i:31;s:6:"height";i:26;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:28:"snow_leopard_trust-38x32.gif";s:5:"width";i:38;s:6:"height";i:32;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:30:"snow_leopard_trust-128x109.gif";s:5:"width";i:128;s:6:"height";i:109;s:9:"mime-type";s:9:"image/gif";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:30:"snow_leopard_trust-169x100.gif";s:5:"width";i:169;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:30:"snow_leopard_trust-164x111.gif";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4110, 4144, '_wp_attached_file', 'tsa-logo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4111, 4144, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:145;s:4:"file";s:12:"tsa-logo.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"tsa-logo-150x145.jpg";s:5:"width";i:150;s:6:"height";i:145;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:20:"tsa-logo-190x137.jpg";s:5:"width";i:190;s:6:"height";i:137;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"tsa-logo-31x22.jpg";s:5:"width";i:31;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"tsa-logo-38x27.jpg";s:5:"width";i:38;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:20:"tsa-logo-190x137.jpg";s:5:"width";i:190;s:6:"height";i:137;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"tsa-logo-128x92.jpg";s:5:"width";i:128;s:6:"height";i:92;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:20:"tsa-logo-200x100.jpg";s:5:"width";i:200;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"tsa-logo-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4112, 4145, '_wp_attached_file', 'zaa.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4113, 4145, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:240;s:6:"height";i:215;s:4:"file";s:7:"zaa.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"zaa-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:15:"zaa-190x170.jpg";s:5:"width";i:190;s:6:"height";i:170;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:13:"zaa-31x27.jpg";s:5:"width";i:31;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:13:"zaa-38x34.jpg";s:5:"width";i:38;s:6:"height";i:34;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:15:"zaa-190x170.jpg";s:5:"width";i:190;s:6:"height";i:170;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:15:"zaa-128x114.jpg";s:5:"width";i:128;s:6:"height";i:114;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:15:"zaa-240x150.jpg";s:5:"width";i:240;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:15:"zaa-240x100.jpg";s:5:"width";i:240;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"zaa-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4114, 4132, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (4123, 4152, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4124, 4152, '_edit_lock', '1388770567:2') ; 
INSERT INTO `wp_postmeta` VALUES (4125, 4152, '_wp_page_template', 'page-institutional-members.php') ; 
INSERT INTO `wp_postmeta` VALUES (4128, 4154, '_edit_lock', '1383579899:1') ; 
INSERT INTO `wp_postmeta` VALUES (4129, 4154, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4130, 4156, '_wp_attached_file', 'birmingham1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4131, 4156, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:145;s:6:"height";i:147;s:4:"file";s:15:"birmingham1.jpg";s:5:"sizes";a:5:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"birmingham1-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"birmingham1-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:23:"birmingham1-126x128.jpg";s:5:"width";i:126;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:23:"birmingham1-145x100.jpg";s:5:"width";i:145;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"birmingham1-145x111.jpg";s:5:"width";i:145;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4132, 4154, '_thumbnail_id', '4156') ; 
INSERT INTO `wp_postmeta` VALUES (4133, 4157, '_edit_lock', '1383580301:1') ; 
INSERT INTO `wp_postmeta` VALUES (4134, 4157, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4135, 4159, '_wp_attached_file', 'tigersfortomorrow.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4136, 4159, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:180;s:6:"height";i:179;s:4:"file";s:21:"tigersfortomorrow.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"tigersfortomorrow-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:27:"tigersfortomorrow-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:27:"tigersfortomorrow-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:29:"tigersfortomorrow-128x128.jpg";s:5:"width";i:128;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:29:"tigersfortomorrow-180x150.jpg";s:5:"width";i:180;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:29:"tigersfortomorrow-180x100.jpg";s:5:"width";i:180;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:29:"tigersfortomorrow-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4137, 4157, '_thumbnail_id', '4159') ; 
INSERT INTO `wp_postmeta` VALUES (4138, 4160, '_edit_lock', '1383587955:1') ; 
INSERT INTO `wp_postmeta` VALUES (4139, 4160, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4140, 4161, '_wp_attached_file', 'asdm.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4141, 4161, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:110;s:6:"height";i:200;s:4:"file";s:8:"asdm.gif";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"asdm-110x150.gif";s:5:"width";i:110;s:6:"height";i:150;s:9:"mime-type";s:9:"image/gif";}s:18:"product-thumbnails";a:4:{s:4:"file";s:16:"asdm-104x190.gif";s:5:"width";i:104;s:6:"height";i:190;s:9:"mime-type";s:9:"image/gif";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:14:"asdm-17x31.gif";s:5:"width";i:17;s:6:"height";i:31;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:14:"asdm-20x38.gif";s:5:"width";i:20;s:6:"height";i:38;s:9:"mime-type";s:9:"image/gif";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:16:"asdm-104x190.gif";s:5:"width";i:104;s:6:"height";i:190;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:15:"asdm-70x128.gif";s:5:"width";i:70;s:6:"height";i:128;s:9:"mime-type";s:9:"image/gif";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:16:"asdm-110x150.gif";s:5:"width";i:110;s:6:"height";i:150;s:9:"mime-type";s:9:"image/gif";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:16:"asdm-110x100.gif";s:5:"width";i:110;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"asdm-110x111.gif";s:5:"width";i:110;s:6:"height";i:111;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4142, 4160, '_thumbnail_id', '4161') ; 
INSERT INTO `wp_postmeta` VALUES (4143, 4163, '_edit_lock', '1383580490:1') ; 
INSERT INTO `wp_postmeta` VALUES (4144, 4163, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4145, 4165, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4146, 4165, '_edit_lock', '1383582126:1') ; 
INSERT INTO `wp_postmeta` VALUES (4147, 4166, '_wp_attached_file', 'northeastern_wisconsin.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4148, 4166, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:150;s:6:"height";i:120;s:4:"file";s:26:"northeastern_wisconsin.gif";s:5:"sizes";a:5:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:32:"northeastern_wisconsin-31x24.gif";s:5:"width";i:31;s:6:"height";i:24;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:32:"northeastern_wisconsin-38x30.gif";s:5:"width";i:38;s:6:"height";i:30;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:34:"northeastern_wisconsin-128x102.gif";s:5:"width";i:128;s:6:"height";i:102;s:9:"mime-type";s:9:"image/gif";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:34:"northeastern_wisconsin-150x100.gif";s:5:"width";i:150;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:34:"northeastern_wisconsin-150x111.gif";s:5:"width";i:150;s:6:"height";i:111;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4149, 4165, '_thumbnail_id', '4166') ; 
INSERT INTO `wp_postmeta` VALUES (4150, 4168, '_wp_attached_file', 'wwp.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4151, 4168, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:232;s:6:"height";i:76;s:4:"file";s:7:"wwp.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:14:"wwp-150x76.jpg";s:5:"width";i:150;s:6:"height";i:76;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:14:"wwp-190x62.jpg";s:5:"width";i:190;s:6:"height";i:62;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:13:"wwp-31x10.jpg";s:5:"width";i:31;s:6:"height";i:10;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:13:"wwp-38x12.jpg";s:5:"width";i:38;s:6:"height";i:12;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:14:"wwp-190x62.jpg";s:5:"width";i:190;s:6:"height";i:62;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:14:"wwp-128x41.jpg";s:5:"width";i:128;s:6:"height";i:41;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:14:"wwp-164x76.jpg";s:5:"width";i:164;s:6:"height";i:76;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4152, 4163, '_thumbnail_id', '4168') ; 
INSERT INTO `wp_postmeta` VALUES (4153, 4170, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4154, 4170, '_edit_lock', '1383580522:1') ; 
INSERT INTO `wp_postmeta` VALUES (4156, 4171, '_wp_attached_file', 'milwaukee.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4157, 4171, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:188;s:6:"height";i:21;s:4:"file";s:13:"milwaukee.gif";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"milwaukee-150x21.gif";s:5:"width";i:150;s:6:"height";i:21;s:9:"mime-type";s:9:"image/gif";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"milwaukee-31x3.gif";s:5:"width";i:31;s:6:"height";i:3;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"milwaukee-38x4.gif";s:5:"width";i:38;s:6:"height";i:4;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:20:"milwaukee-128x14.gif";s:5:"width";i:128;s:6:"height";i:14;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"milwaukee-164x21.gif";s:5:"width";i:164;s:6:"height";i:21;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4158, 4170, '_thumbnail_id', '4171') ; 
INSERT INTO `wp_postmeta` VALUES (4159, 4173, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4160, 4173, '_edit_lock', '1383580550:1') ; 
INSERT INTO `wp_postmeta` VALUES (4161, 4174, '_wp_attached_file', 'henry_villas.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4162, 4174, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:150;s:6:"height";i:93;s:4:"file";s:16:"henry_villas.gif";s:5:"sizes";a:3:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"henry_villas-31x19.gif";s:5:"width";i:31;s:6:"height";i:19;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"henry_villas-38x23.gif";s:5:"width";i:38;s:6:"height";i:23;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:23:"henry_villas-128x79.gif";s:5:"width";i:128;s:6:"height";i:79;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4163, 4173, '_thumbnail_id', '4174') ; 
INSERT INTO `wp_postmeta` VALUES (4164, 4176, '_edit_lock', '1383580638:1') ; 
INSERT INTO `wp_postmeta` VALUES (4165, 4176, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4166, 4178, '_wp_attached_file', 'woodland_park.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4167, 4178, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:181;s:6:"height";i:110;s:4:"file";s:17:"woodland_park.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"woodland_park-150x110.jpg";s:5:"width";i:150;s:6:"height";i:110;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"woodland_park-31x18.jpg";s:5:"width";i:31;s:6:"height";i:18;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"woodland_park-38x23.jpg";s:5:"width";i:38;s:6:"height";i:23;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:24:"woodland_park-128x77.jpg";s:5:"width";i:128;s:6:"height";i:77;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:25:"woodland_park-181x100.jpg";s:5:"width";i:181;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"woodland_park-164x110.jpg";s:5:"width";i:164;s:6:"height";i:110;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4168, 4176, '_thumbnail_id', '4178') ; 
INSERT INTO `wp_postmeta` VALUES (4169, 4179, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4170, 4179, '_edit_lock', '1383580673:1') ; 
INSERT INTO `wp_postmeta` VALUES (4171, 4180, '_wp_attached_file', 'point_defiance.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4172, 4180, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:128;s:6:"height";i:150;s:4:"file";s:18:"point_defiance.gif";s:5:"sizes";a:5:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:24:"point_defiance-26x31.gif";s:5:"width";i:26;s:6:"height";i:31;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:24:"point_defiance-32x38.gif";s:5:"width";i:32;s:6:"height";i:38;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:26:"point_defiance-109x128.gif";s:5:"width";i:109;s:6:"height";i:128;s:9:"mime-type";s:9:"image/gif";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:26:"point_defiance-128x100.gif";s:5:"width";i:128;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"point_defiance-128x111.gif";s:5:"width";i:128;s:6:"height";i:111;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4173, 4179, '_thumbnail_id', '4180') ; 
INSERT INTO `wp_postmeta` VALUES (4174, 4182, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4175, 4182, '_edit_lock', '1383580820:1') ; 
INSERT INTO `wp_postmeta` VALUES (4176, 4183, '_wp_attached_file', 'cougar_mountain_zoo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4177, 4183, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:121;s:6:"height";i:120;s:4:"file";s:23:"cougar_mountain_zoo.jpg";s:5:"sizes";a:4:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:29:"cougar_mountain_zoo-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:29:"cougar_mountain_zoo-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:31:"cougar_mountain_zoo-121x100.jpg";s:5:"width";i:121;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:31:"cougar_mountain_zoo-121x111.jpg";s:5:"width";i:121;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4178, 4182, '_thumbnail_id', '4183') ; 
INSERT INTO `wp_postmeta` VALUES (4179, 4185, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4180, 4185, '_edit_lock', '1383580760:1') ; 
INSERT INTO `wp_postmeta` VALUES (4181, 4186, '_wp_attached_file', 'virginiazoo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4182, 4186, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:97;s:6:"height";i:96;s:4:"file";s:15:"virginiazoo.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"virginiazoo-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"virginiazoo-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4183, 4185, '_thumbnail_id', '4186') ; 
INSERT INTO `wp_postmeta` VALUES (4184, 4188, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4185, 4188, '_edit_lock', '1383580793:1') ; 
INSERT INTO `wp_postmeta` VALUES (4186, 4189, '_wp_attached_file', 'virginiasafari.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4187, 4189, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:89;s:6:"height";i:178;s:4:"file";s:18:"virginiasafari.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"virginiasafari-89x150.jpg";s:5:"width";i:89;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:24:"virginiasafari-15x31.jpg";s:5:"width";i:15;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:24:"virginiasafari-19x38.jpg";s:5:"width";i:19;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:25:"virginiasafari-64x128.jpg";s:5:"width";i:64;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:25:"virginiasafari-89x150.jpg";s:5:"width";i:89;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:25:"virginiasafari-89x100.jpg";s:5:"width";i:89;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"virginiasafari-89x111.jpg";s:5:"width";i:89;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4188, 4188, '_thumbnail_id', '4189') ; 
INSERT INTO `wp_postmeta` VALUES (4189, 4191, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4190, 4191, '_edit_lock', '1383580856:1') ; 
INSERT INTO `wp_postmeta` VALUES (4191, 4192, '_wp_attached_file', 'restonzoo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4192, 4192, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:136;s:4:"file";s:13:"restonzoo.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"restonzoo-150x136.jpg";s:5:"width";i:150;s:6:"height";i:136;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"restonzoo-31x22.jpg";s:5:"width";i:31;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"restonzoo-38x27.jpg";s:5:"width";i:38;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:20:"restonzoo-128x91.jpg";s:5:"width";i:128;s:6:"height";i:91;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:21:"restonzoo-190x100.jpg";s:5:"width";i:190;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"restonzoo-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4193, 4191, '_thumbnail_id', '4192') ; 
INSERT INTO `wp_postmeta` VALUES (4194, 4194, '_edit_lock', '1383580924:1') ; 
INSERT INTO `wp_postmeta` VALUES (4195, 4194, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4196, 4195, '_wp_attached_file', 'tiger_creek.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4197, 4195, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:180;s:6:"height";i:42;s:4:"file";s:15:"tiger_creek.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"tiger_creek-150x42.jpg";s:5:"width";i:150;s:6:"height";i:42;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"tiger_creek-31x7.jpg";s:5:"width";i:31;s:6:"height";i:7;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"tiger_creek-38x8.jpg";s:5:"width";i:38;s:6:"height";i:8;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"tiger_creek-128x29.jpg";s:5:"width";i:128;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"tiger_creek-164x42.jpg";s:5:"width";i:164;s:6:"height";i:42;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4198, 4194, '_thumbnail_id', '4195') ; 
INSERT INTO `wp_postmeta` VALUES (4199, 4197, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (4200, 4197, '_edit_lock', '1388785601:2') ; 
INSERT INTO `wp_postmeta` VALUES (4201, 4199, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4202, 4199, '_edit_lock', '1383580976:1') ; 
INSERT INTO `wp_postmeta` VALUES (4203, 4200, '_wp_attached_file', 'insync.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4204, 4200, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:170;s:6:"height";i:156;s:4:"file";s:10:"insync.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"insync-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"insync-31x28.jpg";s:5:"width";i:31;s:6:"height";i:28;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"insync-38x34.jpg";s:5:"width";i:38;s:6:"height";i:34;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:18:"insync-128x117.jpg";s:5:"width";i:128;s:6:"height";i:117;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:18:"insync-170x150.jpg";s:5:"width";i:170;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"insync-170x100.jpg";s:5:"width";i:170;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"insync-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4205, 4199, '_thumbnail_id', '4200') ; 
INSERT INTO `wp_postmeta` VALUES (4206, 4202, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4207, 4202, '_edit_lock', '1383581010:1') ; 
INSERT INTO `wp_postmeta` VALUES (4208, 4203, '_wp_attached_file', 'houston_zoo.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4209, 4203, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:74;s:6:"height";i:150;s:4:"file";s:15:"houston_zoo.gif";s:5:"sizes";a:5:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"houston_zoo-15x31.gif";s:5:"width";i:15;s:6:"height";i:31;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"houston_zoo-18x38.gif";s:5:"width";i:18;s:6:"height";i:38;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"houston_zoo-63x128.gif";s:5:"width";i:63;s:6:"height";i:128;s:9:"mime-type";s:9:"image/gif";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:22:"houston_zoo-74x100.gif";s:5:"width";i:74;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"houston_zoo-74x111.gif";s:5:"width";i:74;s:6:"height";i:111;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4210, 4202, '_thumbnail_id', '4203') ; 
INSERT INTO `wp_postmeta` VALUES (4211, 4205, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4212, 4205, '_edit_lock', '1383581056:1') ; 
INSERT INTO `wp_postmeta` VALUES (4213, 4206, '_wp_attached_file', 'frank_buck_zoo.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4214, 4206, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:177;s:6:"height";i:90;s:4:"file";s:18:"frank_buck_zoo.gif";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"frank_buck_zoo-150x90.gif";s:5:"width";i:150;s:6:"height";i:90;s:9:"mime-type";s:9:"image/gif";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:24:"frank_buck_zoo-31x15.gif";s:5:"width";i:31;s:6:"height";i:15;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:24:"frank_buck_zoo-38x19.gif";s:5:"width";i:38;s:6:"height";i:19;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:25:"frank_buck_zoo-128x65.gif";s:5:"width";i:128;s:6:"height";i:65;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"frank_buck_zoo-164x90.gif";s:5:"width";i:164;s:6:"height";i:90;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4215, 4205, '_thumbnail_id', '4206') ; 
INSERT INTO `wp_postmeta` VALUES (4216, 4208, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4217, 4208, '_edit_lock', '1383581101:1') ; 
INSERT INTO `wp_postmeta` VALUES (4218, 4211, '_wp_attached_file', 'el_paso.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4219, 4211, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:123;s:4:"file";s:11:"el_paso.gif";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"el_paso-150x123.gif";s:5:"width";i:150;s:6:"height";i:123;s:9:"mime-type";s:9:"image/gif";}s:18:"product-thumbnails";a:4:{s:4:"file";s:19:"el_paso-190x116.gif";s:5:"width";i:190;s:6:"height";i:116;s:9:"mime-type";s:9:"image/gif";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"el_paso-31x19.gif";s:5:"width";i:31;s:6:"height";i:19;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"el_paso-38x23.gif";s:5:"width";i:38;s:6:"height";i:23;s:9:"mime-type";s:9:"image/gif";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:19:"el_paso-190x116.gif";s:5:"width";i:190;s:6:"height";i:116;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:18:"el_paso-128x78.gif";s:5:"width";i:128;s:6:"height";i:78;s:9:"mime-type";s:9:"image/gif";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:19:"el_paso-200x100.gif";s:5:"width";i:200;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"el_paso-164x111.gif";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4220, 4212, '_wp_attached_file', 'ellen_trout.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4221, 4212, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:188;s:6:"height";i:94;s:4:"file";s:15:"ellen_trout.gif";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"ellen_trout-150x94.gif";s:5:"width";i:150;s:6:"height";i:94;s:9:"mime-type";s:9:"image/gif";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"ellen_trout-31x15.gif";s:5:"width";i:31;s:6:"height";i:15;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"ellen_trout-38x19.gif";s:5:"width";i:38;s:6:"height";i:19;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"ellen_trout-128x64.gif";s:5:"width";i:128;s:6:"height";i:64;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"ellen_trout-164x94.gif";s:5:"width";i:164;s:6:"height";i:94;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4222, 4210, '_edit_lock', '1383581124:1') ; 
INSERT INTO `wp_postmeta` VALUES (4223, 4208, '_thumbnail_id', '4212') ; 
INSERT INTO `wp_postmeta` VALUES (4224, 4210, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4225, 4210, '_thumbnail_id', '4211') ; 
INSERT INTO `wp_postmeta` VALUES (4226, 4214, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4227, 4214, '_edit_lock', '1383581147:1') ; 
INSERT INTO `wp_postmeta` VALUES (4228, 4215, '_wp_attached_file', 'amarillo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4229, 4215, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:202;s:6:"height";i:131;s:4:"file";s:12:"amarillo.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"amarillo-150x131.jpg";s:5:"width";i:150;s:6:"height";i:131;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:20:"amarillo-190x123.jpg";s:5:"width";i:190;s:6:"height";i:123;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"amarillo-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"amarillo-38x24.jpg";s:5:"width";i:38;s:6:"height";i:24;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:20:"amarillo-190x123.jpg";s:5:"width";i:190;s:6:"height";i:123;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"amarillo-128x83.jpg";s:5:"width";i:128;s:6:"height";i:83;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:20:"amarillo-202x100.jpg";s:5:"width";i:202;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"amarillo-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4230, 4214, '_thumbnail_id', '4215') ; 
INSERT INTO `wp_postmeta` VALUES (4231, 4217, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4232, 4217, '_edit_lock', '1383581177:1') ; 
INSERT INTO `wp_postmeta` VALUES (4233, 4218, '_wp_attached_file', 'abilene.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4234, 4218, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:108;s:4:"file";s:11:"abilene.gif";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"abilene-150x108.gif";s:5:"width";i:150;s:6:"height";i:108;s:9:"mime-type";s:9:"image/gif";}s:18:"product-thumbnails";a:4:{s:4:"file";s:19:"abilene-190x102.gif";s:5:"width";i:190;s:6:"height";i:102;s:9:"mime-type";s:9:"image/gif";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"abilene-31x16.gif";s:5:"width";i:31;s:6:"height";i:16;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"abilene-38x20.gif";s:5:"width";i:38;s:6:"height";i:20;s:9:"mime-type";s:9:"image/gif";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:19:"abilene-190x102.gif";s:5:"width";i:190;s:6:"height";i:102;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:18:"abilene-128x69.gif";s:5:"width";i:128;s:6:"height";i:69;s:9:"mime-type";s:9:"image/gif";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:19:"abilene-200x100.gif";s:5:"width";i:200;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"abilene-164x108.gif";s:5:"width";i:164;s:6:"height";i:108;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4235, 4217, '_thumbnail_id', '4218') ; 
INSERT INTO `wp_postmeta` VALUES (4236, 4220, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4237, 4220, '_edit_lock', '1383581234:1') ; 
INSERT INTO `wp_postmeta` VALUES (4238, 4221, '_wp_attached_file', 'chatt_zoo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4239, 4221, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:168;s:6:"height";i:74;s:4:"file";s:13:"chatt_zoo.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"chatt_zoo-150x74.jpg";s:5:"width";i:150;s:6:"height";i:74;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"chatt_zoo-31x13.jpg";s:5:"width";i:31;s:6:"height";i:13;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"chatt_zoo-38x16.jpg";s:5:"width";i:38;s:6:"height";i:16;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:20:"chatt_zoo-128x56.jpg";s:5:"width";i:128;s:6:"height";i:56;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"chatt_zoo-164x74.jpg";s:5:"width";i:164;s:6:"height";i:74;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4240, 4220, '_thumbnail_id', '4221') ; 
INSERT INTO `wp_postmeta` VALUES (4241, 4223, '_edit_lock', '1383581280:1') ; 
INSERT INTO `wp_postmeta` VALUES (4242, 4223, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4243, 4224, '_wp_attached_file', 'brookgreen.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4244, 4224, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:170;s:6:"height";i:72;s:4:"file";s:14:"brookgreen.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"brookgreen-150x72.jpg";s:5:"width";i:150;s:6:"height";i:72;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"brookgreen-31x13.jpg";s:5:"width";i:31;s:6:"height";i:13;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"brookgreen-38x16.jpg";s:5:"width";i:38;s:6:"height";i:16;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"brookgreen-128x54.jpg";s:5:"width";i:128;s:6:"height";i:54;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"brookgreen-164x72.jpg";s:5:"width";i:164;s:6:"height";i:72;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4245, 4223, '_thumbnail_id', '4224') ; 
INSERT INTO `wp_postmeta` VALUES (4246, 4226, '_edit_lock', '1383581339:1') ; 
INSERT INTO `wp_postmeta` VALUES (4247, 4226, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4248, 4227, '_wp_attached_file', 'erie_zoo.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4249, 4227, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:149;s:6:"height";i:93;s:4:"file";s:12:"erie_zoo.gif";s:5:"sizes";a:3:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"erie_zoo-31x19.gif";s:5:"width";i:31;s:6:"height";i:19;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"erie_zoo-38x23.gif";s:5:"width";i:38;s:6:"height";i:23;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"erie_zoo-128x79.gif";s:5:"width";i:128;s:6:"height";i:79;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4250, 4226, '_thumbnail_id', '4227') ; 
INSERT INTO `wp_postmeta` VALUES (4251, 4229, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4252, 4229, '_edit_lock', '1383581388:1') ; 
INSERT INTO `wp_postmeta` VALUES (4253, 4230, '_wp_attached_file', 'wildcathaven.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4254, 4230, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:147;s:4:"file";s:16:"wildcathaven.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"wildcathaven-150x147.jpg";s:5:"width";i:150;s:6:"height";i:147;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"wildcathaven-31x23.jpg";s:5:"width";i:31;s:6:"height";i:23;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"wildcathaven-38x29.jpg";s:5:"width";i:38;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:23:"wildcathaven-128x99.jpg";s:5:"width";i:128;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:24:"wildcathaven-190x100.jpg";s:5:"width";i:190;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"wildcathaven-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:14:"WCH_tagline_09";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4255, 4229, '_thumbnail_id', '4230') ; 
INSERT INTO `wp_postmeta` VALUES (4256, 4232, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4257, 4232, '_edit_lock', '1383584929:1') ; 
INSERT INTO `wp_postmeta` VALUES (4258, 4233, '_wp_attached_file', 'oregon_zoo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4259, 4233, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:84;s:6:"height";i:67;s:4:"file";s:14:"oregon_zoo.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"oregon_zoo-31x24.jpg";s:5:"width";i:31;s:6:"height";i:24;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"oregon_zoo-38x30.jpg";s:5:"width";i:38;s:6:"height";i:30;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4260, 4235, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4261, 4235, '_edit_lock', '1383584070:1') ; 
INSERT INTO `wp_postmeta` VALUES (4262, 4236, '_wp_attached_file', 'chimps_inc.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4263, 4236, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:184;s:6:"height";i:106;s:4:"file";s:14:"chimps_inc.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"chimps_inc-150x106.jpg";s:5:"width";i:150;s:6:"height";i:106;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"chimps_inc-31x17.jpg";s:5:"width";i:31;s:6:"height";i:17;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"chimps_inc-38x21.jpg";s:5:"width";i:38;s:6:"height";i:21;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"chimps_inc-128x73.jpg";s:5:"width";i:128;s:6:"height";i:73;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:22:"chimps_inc-184x100.jpg";s:5:"width";i:184;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"chimps_inc-164x106.jpg";s:5:"width";i:164;s:6:"height";i:106;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4264, 4235, '_thumbnail_id', '4236') ; 
INSERT INTO `wp_postmeta` VALUES (4265, 4232, '_thumbnail_id', '4233') ; 
INSERT INTO `wp_postmeta` VALUES (4266, 4238, '_edit_lock', '1383584173:1') ; 
INSERT INTO `wp_postmeta` VALUES (4267, 4238, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4268, 4240, '_wp_attached_file', 'toledo_zoo.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4269, 4240, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:119;s:6:"height";i:150;s:4:"file";s:14:"toledo_zoo.gif";s:5:"sizes";a:5:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"toledo_zoo-24x31.gif";s:5:"width";i:24;s:6:"height";i:31;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"toledo_zoo-30x38.gif";s:5:"width";i:30;s:6:"height";i:38;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"toledo_zoo-101x128.gif";s:5:"width";i:101;s:6:"height";i:128;s:9:"mime-type";s:9:"image/gif";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:22:"toledo_zoo-119x100.gif";s:5:"width";i:119;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"toledo_zoo-119x111.gif";s:5:"width";i:119;s:6:"height";i:111;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4270, 4238, '_thumbnail_id', '4240') ; 
INSERT INTO `wp_postmeta` VALUES (4271, 4241, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4272, 4241, '_edit_lock', '1383584207:1') ; 
INSERT INTO `wp_postmeta` VALUES (4273, 4242, '_wp_attached_file', 'columbus_zoo.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4274, 4242, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:150;s:6:"height";i:94;s:4:"file";s:16:"columbus_zoo.gif";s:5:"sizes";a:3:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"columbus_zoo-31x19.gif";s:5:"width";i:31;s:6:"height";i:19;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"columbus_zoo-38x23.gif";s:5:"width";i:38;s:6:"height";i:23;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:23:"columbus_zoo-128x80.gif";s:5:"width";i:128;s:6:"height";i:80;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4275, 4241, '_thumbnail_id', '4242') ; 
INSERT INTO `wp_postmeta` VALUES (4276, 4244, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4277, 4244, '_edit_lock', '1383584248:1') ; 
INSERT INTO `wp_postmeta` VALUES (4278, 4245, '_wp_attached_file', 'cleveland_metroparks.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4279, 4245, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:81;s:4:"file";s:24:"cleveland_metroparks.gif";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"cleveland_metroparks-150x81.gif";s:5:"width";i:150;s:6:"height";i:81;s:9:"mime-type";s:9:"image/gif";}s:18:"product-thumbnails";a:4:{s:4:"file";s:31:"cleveland_metroparks-190x76.gif";s:5:"width";i:190;s:6:"height";i:76;s:9:"mime-type";s:9:"image/gif";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:30:"cleveland_metroparks-31x12.gif";s:5:"width";i:31;s:6:"height";i:12;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:30:"cleveland_metroparks-38x15.gif";s:5:"width";i:38;s:6:"height";i:15;s:9:"mime-type";s:9:"image/gif";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:31:"cleveland_metroparks-190x76.gif";s:5:"width";i:190;s:6:"height";i:76;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:31:"cleveland_metroparks-128x51.gif";s:5:"width";i:128;s:6:"height";i:51;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:31:"cleveland_metroparks-164x81.gif";s:5:"width";i:164;s:6:"height";i:81;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4280, 4244, '_thumbnail_id', '4245') ; 
INSERT INTO `wp_postmeta` VALUES (4281, 4247, '_edit_lock', '1383584294:1') ; 
INSERT INTO `wp_postmeta` VALUES (4282, 4247, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4283, 4248, '_wp_attached_file', 'utica.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4284, 4248, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:170;s:6:"height";i:58;s:4:"file";s:9:"utica.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"utica-150x58.jpg";s:5:"width";i:150;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:15:"utica-31x10.jpg";s:5:"width";i:31;s:6:"height";i:10;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:15:"utica-38x12.jpg";s:5:"width";i:38;s:6:"height";i:12;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:16:"utica-128x43.jpg";s:5:"width";i:128;s:6:"height";i:43;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"utica-164x58.jpg";s:5:"width";i:164;s:6:"height";i:58;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4285, 4247, '_thumbnail_id', '4248') ; 
INSERT INTO `wp_postmeta` VALUES (4286, 4250, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4287, 4250, '_edit_lock', '1383584317:1') ; 
INSERT INTO `wp_postmeta` VALUES (4288, 4251, '_wp_attached_file', 'seneca.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4289, 4251, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:180;s:6:"height";i:103;s:4:"file";s:10:"seneca.gif";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"seneca-150x103.gif";s:5:"width";i:150;s:6:"height";i:103;s:9:"mime-type";s:9:"image/gif";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"seneca-31x17.gif";s:5:"width";i:31;s:6:"height";i:17;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"seneca-38x21.gif";s:5:"width";i:38;s:6:"height";i:21;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:17:"seneca-128x73.gif";s:5:"width";i:128;s:6:"height";i:73;s:9:"mime-type";s:9:"image/gif";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"seneca-180x100.gif";s:5:"width";i:180;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"seneca-164x103.gif";s:5:"width";i:164;s:6:"height";i:103;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4290, 4250, '_thumbnail_id', '4251') ; 
INSERT INTO `wp_postmeta` VALUES (4291, 4253, '_edit_lock', '1383584344:1') ; 
INSERT INTO `wp_postmeta` VALUES (4292, 4253, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4293, 4254, '_wp_attached_file', 'burnet_park_zoo.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4294, 4254, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:175;s:6:"height";i:112;s:4:"file";s:19:"burnet_park_zoo.gif";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"burnet_park_zoo-150x112.gif";s:5:"width";i:150;s:6:"height";i:112;s:9:"mime-type";s:9:"image/gif";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:25:"burnet_park_zoo-31x19.gif";s:5:"width";i:31;s:6:"height";i:19;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:25:"burnet_park_zoo-38x24.gif";s:5:"width";i:38;s:6:"height";i:24;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:26:"burnet_park_zoo-128x81.gif";s:5:"width";i:128;s:6:"height";i:81;s:9:"mime-type";s:9:"image/gif";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:27:"burnet_park_zoo-175x100.gif";s:5:"width";i:175;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"burnet_park_zoo-164x111.gif";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4295, 4253, '_thumbnail_id', '4254') ; 
INSERT INTO `wp_postmeta` VALUES (4296, 4257, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4297, 4257, '_edit_lock', '1383584407:1') ; 
INSERT INTO `wp_postmeta` VALUES (4298, 4258, '_wp_attached_file', 'prospect_park_zoo.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4299, 4258, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:180;s:6:"height";i:72;s:4:"file";s:21:"prospect_park_zoo.gif";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"prospect_park_zoo-150x72.gif";s:5:"width";i:150;s:6:"height";i:72;s:9:"mime-type";s:9:"image/gif";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:27:"prospect_park_zoo-31x12.gif";s:5:"width";i:31;s:6:"height";i:12;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:27:"prospect_park_zoo-38x15.gif";s:5:"width";i:38;s:6:"height";i:15;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:28:"prospect_park_zoo-128x51.gif";s:5:"width";i:128;s:6:"height";i:51;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"prospect_park_zoo-164x72.gif";s:5:"width";i:164;s:6:"height";i:72;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4300, 4257, '_thumbnail_id', '4258') ; 
INSERT INTO `wp_postmeta` VALUES (4301, 4260, '_edit_lock', '1383584475:1') ; 
INSERT INTO `wp_postmeta` VALUES (4302, 4260, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4303, 4262, '_wp_attached_file', 'bergencounty.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4304, 4262, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:149;s:6:"height";i:166;s:4:"file";s:16:"bergencounty.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"bergencounty-149x150.jpg";s:5:"width";i:149;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"bergencounty-27x31.jpg";s:5:"width";i:27;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"bergencounty-34x38.jpg";s:5:"width";i:34;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:24:"bergencounty-114x128.jpg";s:5:"width";i:114;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:24:"bergencounty-149x150.jpg";s:5:"width";i:149;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:24:"bergencounty-149x100.jpg";s:5:"width";i:149;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"bergencounty-149x111.jpg";s:5:"width";i:149;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4305, 4260, '_thumbnail_id', '4262') ; 
INSERT INTO `wp_postmeta` VALUES (4306, 4263, '_edit_lock', '1383584546:1') ; 
INSERT INTO `wp_postmeta` VALUES (4307, 4263, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4308, 4264, '_wp_attached_file', 'safe_haven_rescue_zoo.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4309, 4264, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:225;s:6:"height";i:139;s:4:"file";s:25:"safe_haven_rescue_zoo.gif";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"safe_haven_rescue_zoo-150x139.gif";s:5:"width";i:150;s:6:"height";i:139;s:9:"mime-type";s:9:"image/gif";}s:18:"product-thumbnails";a:4:{s:4:"file";s:33:"safe_haven_rescue_zoo-190x117.gif";s:5:"width";i:190;s:6:"height";i:117;s:9:"mime-type";s:9:"image/gif";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:31:"safe_haven_rescue_zoo-31x19.gif";s:5:"width";i:31;s:6:"height";i:19;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:31:"safe_haven_rescue_zoo-38x23.gif";s:5:"width";i:38;s:6:"height";i:23;s:9:"mime-type";s:9:"image/gif";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:33:"safe_haven_rescue_zoo-190x117.gif";s:5:"width";i:190;s:6:"height";i:117;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:32:"safe_haven_rescue_zoo-128x79.gif";s:5:"width";i:128;s:6:"height";i:79;s:9:"mime-type";s:9:"image/gif";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:33:"safe_haven_rescue_zoo-225x100.gif";s:5:"width";i:225;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:33:"safe_haven_rescue_zoo-164x111.gif";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4310, 4263, '_thumbnail_id', '4264') ; 
INSERT INTO `wp_postmeta` VALUES (4311, 4266, '_edit_lock', '1383584897:1') ; 
INSERT INTO `wp_postmeta` VALUES (4312, 4266, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4313, 4267, '_wp_attached_file', 'uom_ellis_library.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4314, 4267, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:177;s:6:"height";i:49;s:4:"file";s:21:"uom_ellis_library.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"uom_ellis_library-150x49.jpg";s:5:"width";i:150;s:6:"height";i:49;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:26:"uom_ellis_library-31x8.jpg";s:5:"width";i:31;s:6:"height";i:8;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:27:"uom_ellis_library-38x10.jpg";s:5:"width";i:38;s:6:"height";i:10;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:28:"uom_ellis_library-128x35.jpg";s:5:"width";i:128;s:6:"height";i:35;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"uom_ellis_library-164x49.jpg";s:5:"width";i:164;s:6:"height";i:49;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4315, 4266, '_thumbnail_id', '4267') ; 
INSERT INTO `wp_postmeta` VALUES (4316, 4269, '_edit_lock', '1383584964:1') ; 
INSERT INTO `wp_postmeta` VALUES (4317, 4269, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4318, 4271, '_wp_attached_file', 'saint_louis_zoo.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4319, 4271, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:55;s:4:"file";s:19:"saint_louis_zoo.gif";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"saint_louis_zoo-150x55.gif";s:5:"width";i:150;s:6:"height";i:55;s:9:"mime-type";s:9:"image/gif";}s:18:"product-thumbnails";a:4:{s:4:"file";s:26:"saint_louis_zoo-190x52.gif";s:5:"width";i:190;s:6:"height";i:52;s:9:"mime-type";s:9:"image/gif";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:24:"saint_louis_zoo-31x8.gif";s:5:"width";i:31;s:6:"height";i:8;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:25:"saint_louis_zoo-38x10.gif";s:5:"width";i:38;s:6:"height";i:10;s:9:"mime-type";s:9:"image/gif";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:26:"saint_louis_zoo-190x52.gif";s:5:"width";i:190;s:6:"height";i:52;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:26:"saint_louis_zoo-128x35.gif";s:5:"width";i:128;s:6:"height";i:35;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"saint_louis_zoo-164x55.gif";s:5:"width";i:164;s:6:"height";i:55;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4320, 4269, '_thumbnail_id', '4271') ; 
INSERT INTO `wp_postmeta` VALUES (4321, 4272, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4322, 4272, '_edit_lock', '1383585020:1') ; 
INSERT INTO `wp_postmeta` VALUES (4323, 4273, '_wp_attached_file', 'dickerson.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4324, 4273, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:150;s:6:"height";i:65;s:4:"file";s:13:"dickerson.gif";s:5:"sizes";a:3:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"dickerson-31x13.gif";s:5:"width";i:31;s:6:"height";i:13;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"dickerson-38x16.gif";s:5:"width";i:38;s:6:"height";i:16;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:20:"dickerson-128x55.gif";s:5:"width";i:128;s:6:"height";i:55;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4325, 4272, '_thumbnail_id', '4273') ; 
INSERT INTO `wp_postmeta` VALUES (4326, 4276, '_edit_lock', '1383585155:1') ; 
INSERT INTO `wp_postmeta` VALUES (4327, 4276, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4328, 4279, '_wp_attached_file', 'wildcat_sanctuary.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4329, 4279, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:197;s:6:"height";i:41;s:4:"file";s:21:"wildcat_sanctuary.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"wildcat_sanctuary-150x41.jpg";s:5:"width";i:150;s:6:"height";i:41;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:28:"wildcat_sanctuary-190x39.jpg";s:5:"width";i:190;s:6:"height";i:39;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:26:"wildcat_sanctuary-31x6.jpg";s:5:"width";i:31;s:6:"height";i:6;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:26:"wildcat_sanctuary-38x7.jpg";s:5:"width";i:38;s:6:"height";i:7;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:28:"wildcat_sanctuary-190x39.jpg";s:5:"width";i:190;s:6:"height";i:39;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:28:"wildcat_sanctuary-128x26.jpg";s:5:"width";i:128;s:6:"height";i:26;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"wildcat_sanctuary-164x41.jpg";s:5:"width";i:164;s:6:"height";i:41;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4330, 4276, '_thumbnail_id', '4279') ; 
INSERT INTO `wp_postmeta` VALUES (4331, 4280, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4332, 4280, '_edit_lock', '1383585188:1') ; 
INSERT INTO `wp_postmeta` VALUES (4333, 4281, '_wp_attached_file', 'como_park.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4334, 4281, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:127;s:6:"height";i:121;s:4:"file";s:13:"como_park.jpg";s:5:"sizes";a:4:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"como_park-31x29.jpg";s:5:"width";i:31;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"como_park-38x36.jpg";s:5:"width";i:38;s:6:"height";i:36;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:21:"como_park-127x100.jpg";s:5:"width";i:127;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"como_park-127x111.jpg";s:5:"width";i:127;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4335, 4280, '_thumbnail_id', '4281') ; 
INSERT INTO `wp_postmeta` VALUES (4336, 4283, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (4337, 4283, '_edit_lock', '1388780126:2') ; 
INSERT INTO `wp_postmeta` VALUES (4338, 4285, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4339, 4285, '_edit_lock', '1383585275:1') ; 
INSERT INTO `wp_postmeta` VALUES (4340, 4286, '_wp_attached_file', 'john_ball.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4341, 4286, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:108;s:6:"height";i:79;s:4:"file";s:13:"john_ball.gif";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"john_ball-31x22.gif";s:5:"width";i:31;s:6:"height";i:22;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"john_ball-38x27.gif";s:5:"width";i:38;s:6:"height";i:27;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4342, 4285, '_thumbnail_id', '4286') ; 
INSERT INTO `wp_postmeta` VALUES (4343, 4288, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4344, 4288, '_edit_lock', '1383585307:1') ; 
INSERT INTO `wp_postmeta` VALUES (4345, 4289, '_wp_attached_file', 'detroit_zoo.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4346, 4289, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:64;s:4:"file";s:15:"detroit_zoo.gif";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"detroit_zoo-150x64.gif";s:5:"width";i:150;s:6:"height";i:64;s:9:"mime-type";s:9:"image/gif";}s:18:"product-thumbnails";a:4:{s:4:"file";s:22:"detroit_zoo-190x60.gif";s:5:"width";i:190;s:6:"height";i:60;s:9:"mime-type";s:9:"image/gif";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"detroit_zoo-31x9.gif";s:5:"width";i:31;s:6:"height";i:9;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"detroit_zoo-38x12.gif";s:5:"width";i:38;s:6:"height";i:12;s:9:"mime-type";s:9:"image/gif";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:22:"detroit_zoo-190x60.gif";s:5:"width";i:190;s:6:"height";i:60;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"detroit_zoo-128x40.gif";s:5:"width";i:128;s:6:"height";i:40;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"detroit_zoo-164x64.gif";s:5:"width";i:164;s:6:"height";i:64;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4347, 4288, '_thumbnail_id', '4289') ; 
INSERT INTO `wp_postmeta` VALUES (4350, 4293, '_edit_lock', '1383585426:1') ; 
INSERT INTO `wp_postmeta` VALUES (4351, 4293, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4352, 4295, '_wp_attached_file', 'nationalaquarium.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4353, 4295, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:100;s:6:"height";i:111;s:4:"file";s:20:"nationalaquarium.jpg";s:5:"sizes";a:3:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:26:"nationalaquarium-27x31.jpg";s:5:"width";i:27;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:26:"nationalaquarium-34x38.jpg";s:5:"width";i:34;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:28:"nationalaquarium-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4354, 4293, '_thumbnail_id', '4295') ; 
INSERT INTO `wp_postmeta` VALUES (4355, 4296, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4356, 4296, '_edit_lock', '1383585451:1') ; 
INSERT INTO `wp_postmeta` VALUES (4357, 4297, '_wp_attached_file', 'catoctin_wildlife_preserve.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4358, 4297, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:237;s:6:"height";i:157;s:4:"file";s:30:"catoctin_wildlife_preserve.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"catoctin_wildlife_preserve-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:38:"catoctin_wildlife_preserve-190x125.jpg";s:5:"width";i:190;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:36:"catoctin_wildlife_preserve-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:36:"catoctin_wildlife_preserve-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:38:"catoctin_wildlife_preserve-190x125.jpg";s:5:"width";i:190;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:37:"catoctin_wildlife_preserve-128x84.jpg";s:5:"width";i:128;s:6:"height";i:84;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:38:"catoctin_wildlife_preserve-237x150.jpg";s:5:"width";i:237;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:38:"catoctin_wildlife_preserve-237x100.jpg";s:5:"width";i:237;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:38:"catoctin_wildlife_preserve-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4359, 4296, '_thumbnail_id', '4297') ; 
INSERT INTO `wp_postmeta` VALUES (4360, 4299, '_edit_lock', '1383585509:1') ; 
INSERT INTO `wp_postmeta` VALUES (4361, 4299, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4362, 4300, '_wp_attached_file', 'zoo_acadiana.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4363, 4300, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:125;s:6:"height";i:87;s:4:"file";s:16:"zoo_acadiana.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"zoo_acadiana-31x21.jpg";s:5:"width";i:31;s:6:"height";i:21;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"zoo_acadiana-38x26.jpg";s:5:"width";i:38;s:6:"height";i:26;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4364, 4299, '_thumbnail_id', '4300') ; 
INSERT INTO `wp_postmeta` VALUES (4365, 4302, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4366, 4302, '_edit_lock', '1383585552:1') ; 
INSERT INTO `wp_postmeta` VALUES (4367, 4303, '_wp_attached_file', 'louisville_zoo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4368, 4303, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:250;s:6:"height";i:182;s:4:"file";s:18:"louisville_zoo.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"louisville_zoo-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:26:"louisville_zoo-190x138.jpg";s:5:"width";i:190;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:24:"louisville_zoo-31x22.jpg";s:5:"width";i:31;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:24:"louisville_zoo-38x27.jpg";s:5:"width";i:38;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:26:"louisville_zoo-190x138.jpg";s:5:"width";i:190;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:25:"louisville_zoo-128x93.jpg";s:5:"width";i:128;s:6:"height";i:93;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:26:"louisville_zoo-250x150.jpg";s:5:"width";i:250;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:26:"louisville_zoo-250x100.jpg";s:5:"width";i:250;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"louisville_zoo-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4369, 4302, '_thumbnail_id', '4303') ; 
INSERT INTO `wp_postmeta` VALUES (4370, 4305, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4371, 4305, '_edit_lock', '1383585583:1') ; 
INSERT INTO `wp_postmeta` VALUES (4372, 4306, '_wp_attached_file', 'kentucky_reptile.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4373, 4306, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:102;s:6:"height";i:100;s:4:"file";s:20:"kentucky_reptile.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:26:"kentucky_reptile-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:26:"kentucky_reptile-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4374, 4305, '_thumbnail_id', '4306') ; 
INSERT INTO `wp_postmeta` VALUES (4375, 4308, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4376, 4308, '_edit_lock', '1383585619:1') ; 
INSERT INTO `wp_postmeta` VALUES (4377, 4309, '_wp_attached_file', 'tanganyika.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4378, 4309, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:250;s:6:"height";i:146;s:4:"file";s:14:"tanganyika.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"tanganyika-150x146.jpg";s:5:"width";i:150;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:22:"tanganyika-190x110.jpg";s:5:"width";i:190;s:6:"height";i:110;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"tanganyika-31x18.jpg";s:5:"width";i:31;s:6:"height";i:18;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"tanganyika-38x22.jpg";s:5:"width";i:38;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:22:"tanganyika-190x110.jpg";s:5:"width";i:190;s:6:"height";i:110;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"tanganyika-128x74.jpg";s:5:"width";i:128;s:6:"height";i:74;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:22:"tanganyika-250x100.jpg";s:5:"width";i:250;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"tanganyika-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4379, 4308, '_thumbnail_id', '4309') ; 
INSERT INTO `wp_postmeta` VALUES (4380, 4311, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4381, 4311, '_edit_lock', '1383586232:1') ; 
INSERT INTO `wp_postmeta` VALUES (4382, 4312, '_wp_attached_file', 'great_bend.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4383, 4312, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:170;s:6:"height";i:51;s:4:"file";s:14:"great_bend.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"great_bend-150x51.jpg";s:5:"width";i:150;s:6:"height";i:51;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"great_bend-31x9.jpg";s:5:"width";i:31;s:6:"height";i:9;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"great_bend-38x11.jpg";s:5:"width";i:38;s:6:"height";i:11;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"great_bend-128x38.jpg";s:5:"width";i:128;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"great_bend-164x51.jpg";s:5:"width";i:164;s:6:"height";i:51;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4384, 4311, '_thumbnail_id', '4312') ; 
INSERT INTO `wp_postmeta` VALUES (4385, 4316, '_edit_lock', '1383586280:1') ; 
INSERT INTO `wp_postmeta` VALUES (4386, 4316, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4387, 4317, '_wp_attached_file', 'ftwaynes.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4388, 4317, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:170;s:6:"height";i:81;s:4:"file";s:12:"ftwaynes.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"ftwaynes-150x81.jpg";s:5:"width";i:150;s:6:"height";i:81;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"ftwaynes-31x14.jpg";s:5:"width";i:31;s:6:"height";i:14;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"ftwaynes-38x18.jpg";s:5:"width";i:38;s:6:"height";i:18;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"ftwaynes-128x60.jpg";s:5:"width";i:128;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"ftwaynes-164x81.jpg";s:5:"width";i:164;s:6:"height";i:81;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4389, 4316, '_thumbnail_id', '4317') ; 
INSERT INTO `wp_postmeta` VALUES (4390, 4319, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4391, 4319, '_edit_lock', '1383586323:1') ; 
INSERT INTO `wp_postmeta` VALUES (4392, 4320, '_wp_attached_file', 'columbianpark.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4393, 4320, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:248;s:6:"height";i:111;s:4:"file";s:17:"columbianpark.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"columbianpark-150x111.jpg";s:5:"width";i:150;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:24:"columbianpark-190x85.jpg";s:5:"width";i:190;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"columbianpark-31x13.jpg";s:5:"width";i:31;s:6:"height";i:13;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"columbianpark-38x17.jpg";s:5:"width";i:38;s:6:"height";i:17;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:24:"columbianpark-190x85.jpg";s:5:"width";i:190;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:24:"columbianpark-128x57.jpg";s:5:"width";i:128;s:6:"height";i:57;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:25:"columbianpark-248x100.jpg";s:5:"width";i:248;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"columbianpark-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4394, 4319, '_thumbnail_id', '4320') ; 
INSERT INTO `wp_postmeta` VALUES (4395, 4322, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4396, 4322, '_edit_lock', '1383586343:1') ; 
INSERT INTO `wp_postmeta` VALUES (4397, 4323, '_wp_attached_file', 'black_pine_animal_park.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4398, 4323, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:153;s:6:"height";i:129;s:4:"file";s:26:"black_pine_animal_park.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"black_pine_animal_park-150x129.jpg";s:5:"width";i:150;s:6:"height";i:129;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:32:"black_pine_animal_park-31x26.jpg";s:5:"width";i:31;s:6:"height";i:26;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:32:"black_pine_animal_park-38x32.jpg";s:5:"width";i:38;s:6:"height";i:32;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:34:"black_pine_animal_park-128x107.jpg";s:5:"width";i:128;s:6:"height";i:107;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:34:"black_pine_animal_park-153x100.jpg";s:5:"width";i:153;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:34:"black_pine_animal_park-153x111.jpg";s:5:"width";i:153;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4399, 4322, '_thumbnail_id', '4323') ; 
INSERT INTO `wp_postmeta` VALUES (4400, 4325, '_edit_lock', '1383586402:1') ; 
INSERT INTO `wp_postmeta` VALUES (4401, 4325, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4402, 4326, '_wp_attached_file', 'scovill_zoo.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4403, 4326, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:97;s:4:"file";s:15:"scovill_zoo.gif";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"scovill_zoo-150x97.gif";s:5:"width";i:150;s:6:"height";i:97;s:9:"mime-type";s:9:"image/gif";}s:18:"product-thumbnails";a:4:{s:4:"file";s:22:"scovill_zoo-190x92.gif";s:5:"width";i:190;s:6:"height";i:92;s:9:"mime-type";s:9:"image/gif";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"scovill_zoo-31x15.gif";s:5:"width";i:31;s:6:"height";i:15;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"scovill_zoo-38x18.gif";s:5:"width";i:38;s:6:"height";i:18;s:9:"mime-type";s:9:"image/gif";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:22:"scovill_zoo-190x92.gif";s:5:"width";i:190;s:6:"height";i:92;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"scovill_zoo-128x62.gif";s:5:"width";i:128;s:6:"height";i:62;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"scovill_zoo-164x97.gif";s:5:"width";i:164;s:6:"height";i:97;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4404, 4325, '_thumbnail_id', '4326') ; 
INSERT INTO `wp_postmeta` VALUES (4405, 4328, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4406, 4328, '_edit_lock', '1383586428:1') ; 
INSERT INTO `wp_postmeta` VALUES (4407, 4329, '_wp_attached_file', 'cosley_zoo.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4408, 4329, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:150;s:6:"height";i:125;s:4:"file";s:14:"cosley_zoo.gif";s:5:"sizes";a:5:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"cosley_zoo-31x25.gif";s:5:"width";i:31;s:6:"height";i:25;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"cosley_zoo-38x31.gif";s:5:"width";i:38;s:6:"height";i:31;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"cosley_zoo-128x106.gif";s:5:"width";i:128;s:6:"height";i:106;s:9:"mime-type";s:9:"image/gif";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:22:"cosley_zoo-150x100.gif";s:5:"width";i:150;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"cosley_zoo-150x111.gif";s:5:"width";i:150;s:6:"height";i:111;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4409, 4328, '_thumbnail_id', '4329') ; 
INSERT INTO `wp_postmeta` VALUES (4410, 4331, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4411, 4331, '_edit_lock', '1383586449:1') ; 
INSERT INTO `wp_postmeta` VALUES (4412, 4332, '_wp_attached_file', 'brookfield.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4413, 4332, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:148;s:6:"height";i:121;s:4:"file";s:14:"brookfield.gif";s:5:"sizes";a:5:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"brookfield-31x25.gif";s:5:"width";i:31;s:6:"height";i:25;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"brookfield-38x31.gif";s:5:"width";i:38;s:6:"height";i:31;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"brookfield-128x104.gif";s:5:"width";i:128;s:6:"height";i:104;s:9:"mime-type";s:9:"image/gif";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:22:"brookfield-148x100.gif";s:5:"width";i:148;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"brookfield-148x111.gif";s:5:"width";i:148;s:6:"height";i:111;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4414, 4331, '_thumbnail_id', '4332') ; 
INSERT INTO `wp_postmeta` VALUES (4415, 4334, '_edit_lock', '1388779889:2') ; 
INSERT INTO `wp_postmeta` VALUES (4416, 4334, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (4417, 4336, '_edit_lock', '1383586688:1') ; 
INSERT INTO `wp_postmeta` VALUES (4418, 4336, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4419, 4337, '_wp_attached_file', 'wild_wonders.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4420, 4337, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:104;s:4:"file";s:16:"wild_wonders.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"wild_wonders-150x104.jpg";s:5:"width";i:150;s:6:"height";i:104;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:23:"wild_wonders-190x98.jpg";s:5:"width";i:190;s:6:"height";i:98;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"wild_wonders-31x16.jpg";s:5:"width";i:31;s:6:"height";i:16;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"wild_wonders-38x19.jpg";s:5:"width";i:38;s:6:"height";i:19;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:23:"wild_wonders-190x98.jpg";s:5:"width";i:190;s:6:"height";i:98;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:23:"wild_wonders-128x66.jpg";s:5:"width";i:128;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:24:"wild_wonders-200x100.jpg";s:5:"width";i:200;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"wild_wonders-164x104.jpg";s:5:"width";i:164;s:6:"height";i:104;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4421, 4336, '_thumbnail_id', '4337') ; 
INSERT INTO `wp_postmeta` VALUES (4422, 4340, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4423, 4340, '_edit_lock', '1383586612:1') ; 
INSERT INTO `wp_postmeta` VALUES (4425, 4342, '_wp_attached_file', 'lowrypark.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4426, 4342, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:169;s:6:"height";i:182;s:4:"file";s:13:"lowrypark.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"lowrypark-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"lowrypark-28x31.jpg";s:5:"width";i:28;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"lowrypark-35x38.jpg";s:5:"width";i:35;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"lowrypark-118x128.jpg";s:5:"width";i:118;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:21:"lowrypark-169x150.jpg";s:5:"width";i:169;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:21:"lowrypark-169x100.jpg";s:5:"width";i:169;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"lowrypark-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4427, 4340, '_thumbnail_id', '4342') ; 
INSERT INTO `wp_postmeta` VALUES (4428, 4343, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4429, 4343, '_edit_lock', '1383588078:1') ; 
INSERT INTO `wp_postmeta` VALUES (4430, 4344, '_wp_attached_file', 'santa_fe_college_teach_zoo.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4431, 4344, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:130;s:6:"height";i:131;s:4:"file";s:30:"santa_fe_college_teach_zoo.gif";s:5:"sizes";a:5:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:36:"santa_fe_college_teach_zoo-31x31.gif";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:36:"santa_fe_college_teach_zoo-38x38.gif";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:38:"santa_fe_college_teach_zoo-128x128.gif";s:5:"width";i:128;s:6:"height";i:128;s:9:"mime-type";s:9:"image/gif";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:38:"santa_fe_college_teach_zoo-130x100.gif";s:5:"width";i:130;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:38:"santa_fe_college_teach_zoo-130x111.gif";s:5:"width";i:130;s:6:"height";i:111;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4432, 4343, '_thumbnail_id', '4344') ; 
INSERT INTO `wp_postmeta` VALUES (4433, 4347, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4434, 4347, '_edit_lock', '1383586667:1') ; 
INSERT INTO `wp_postmeta` VALUES (4435, 4348, '_wp_attached_file', 'naples_zoo.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4436, 4348, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:122;s:6:"height";i:150;s:4:"file";s:14:"naples_zoo.gif";s:5:"sizes";a:5:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"naples_zoo-25x31.gif";s:5:"width";i:25;s:6:"height";i:31;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"naples_zoo-30x38.gif";s:5:"width";i:30;s:6:"height";i:38;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"naples_zoo-104x128.gif";s:5:"width";i:104;s:6:"height";i:128;s:9:"mime-type";s:9:"image/gif";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:22:"naples_zoo-122x100.gif";s:5:"width";i:122;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"naples_zoo-122x111.gif";s:5:"width";i:122;s:6:"height";i:111;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4438, 4347, '_thumbnail_id', '4348') ; 
INSERT INTO `wp_postmeta` VALUES (4439, 4350, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4440, 4350, '_edit_lock', '1383586689:1') ; 
INSERT INTO `wp_postmeta` VALUES (4441, 4351, '_wp_attached_file', 'mccarthys.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4442, 4351, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:170;s:6:"height";i:24;s:4:"file";s:13:"mccarthys.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"mccarthys-150x24.jpg";s:5:"width";i:150;s:6:"height";i:24;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"mccarthys-31x4.jpg";s:5:"width";i:31;s:6:"height";i:4;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"mccarthys-38x5.jpg";s:5:"width";i:38;s:6:"height";i:5;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:20:"mccarthys-128x18.jpg";s:5:"width";i:128;s:6:"height";i:18;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"mccarthys-164x24.jpg";s:5:"width";i:164;s:6:"height";i:24;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4443, 4350, '_thumbnail_id', '4351') ; 
INSERT INTO `wp_postmeta` VALUES (4444, 4353, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4445, 4353, '_edit_lock', '1383586716:1') ; 
INSERT INTO `wp_postmeta` VALUES (4446, 4354, '_wp_attached_file', 'lion_country_safari.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4447, 4354, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:140;s:6:"height";i:150;s:4:"file";s:23:"lion_country_safari.gif";s:5:"sizes";a:5:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:29:"lion_country_safari-28x31.gif";s:5:"width";i:28;s:6:"height";i:31;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:29:"lion_country_safari-35x38.gif";s:5:"width";i:35;s:6:"height";i:38;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:31:"lion_country_safari-119x128.gif";s:5:"width";i:119;s:6:"height";i:128;s:9:"mime-type";s:9:"image/gif";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:31:"lion_country_safari-140x100.gif";s:5:"width";i:140;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:31:"lion_country_safari-140x111.gif";s:5:"width";i:140;s:6:"height";i:111;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4448, 4353, '_thumbnail_id', '4354') ; 
INSERT INTO `wp_postmeta` VALUES (4449, 4356, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4450, 4356, '_edit_lock', '1383586742:1') ; 
INSERT INTO `wp_postmeta` VALUES (4451, 4357, '_wp_attached_file', 'lcf.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4452, 4357, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:93;s:6:"height";i:100;s:4:"file";s:7:"lcf.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:13:"lcf-28x31.jpg";s:5:"width";i:28;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:13:"lcf-35x38.jpg";s:5:"width";i:35;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4453, 4356, '_thumbnail_id', '4357') ; 
INSERT INTO `wp_postmeta` VALUES (4454, 4359, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4455, 4359, '_edit_lock', '1383586771:1') ; 
INSERT INTO `wp_postmeta` VALUES (4456, 4360, '_wp_attached_file', 'jacksonville_zoo.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4457, 4360, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:150;s:6:"height";i:116;s:4:"file";s:20:"jacksonville_zoo.gif";s:5:"sizes";a:5:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:26:"jacksonville_zoo-31x23.gif";s:5:"width";i:31;s:6:"height";i:23;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:26:"jacksonville_zoo-38x29.gif";s:5:"width";i:38;s:6:"height";i:29;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:27:"jacksonville_zoo-128x98.gif";s:5:"width";i:128;s:6:"height";i:98;s:9:"mime-type";s:9:"image/gif";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:28:"jacksonville_zoo-150x100.gif";s:5:"width";i:150;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"jacksonville_zoo-150x111.gif";s:5:"width";i:150;s:6:"height";i:111;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4458, 4359, '_thumbnail_id', '4360') ; 
INSERT INTO `wp_postmeta` VALUES (4459, 4362, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4460, 4362, '_edit_lock', '1383586798:1') ; 
INSERT INTO `wp_postmeta` VALUES (4461, 4363, '_wp_attached_file', 'gulf_breeze.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4462, 4363, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:170;s:6:"height";i:45;s:4:"file";s:15:"gulf_breeze.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"gulf_breeze-150x45.jpg";s:5:"width";i:150;s:6:"height";i:45;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"gulf_breeze-31x8.jpg";s:5:"width";i:31;s:6:"height";i:8;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"gulf_breeze-38x10.jpg";s:5:"width";i:38;s:6:"height";i:10;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"gulf_breeze-128x33.jpg";s:5:"width";i:128;s:6:"height";i:33;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"gulf_breeze-164x45.jpg";s:5:"width";i:164;s:6:"height";i:45;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4463, 4362, '_thumbnail_id', '4363') ; 
INSERT INTO `wp_postmeta` VALUES (4464, 4365, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4465, 4365, '_edit_lock', '1383586847:1') ; 
INSERT INTO `wp_postmeta` VALUES (4466, 4366, '_wp_attached_file', 'florida_aquarium.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4467, 4366, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:155;s:6:"height";i:134;s:4:"file";s:20:"florida_aquarium.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"florida_aquarium-150x134.jpg";s:5:"width";i:150;s:6:"height";i:134;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:26:"florida_aquarium-31x26.jpg";s:5:"width";i:31;s:6:"height";i:26;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:26:"florida_aquarium-38x32.jpg";s:5:"width";i:38;s:6:"height";i:32;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:28:"florida_aquarium-128x110.jpg";s:5:"width";i:128;s:6:"height";i:110;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:28:"florida_aquarium-155x100.jpg";s:5:"width";i:155;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"florida_aquarium-155x111.jpg";s:5:"width";i:155;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4468, 4365, '_thumbnail_id', '4366') ; 
INSERT INTO `wp_postmeta` VALUES (4469, 4368, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4470, 4368, '_edit_lock', '1383586870:1') ; 
INSERT INTO `wp_postmeta` VALUES (4471, 4369, '_wp_attached_file', 'disneyanimalkingdom.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4472, 4369, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:205;s:6:"height";i:182;s:4:"file";s:23:"disneyanimalkingdom.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"disneyanimalkingdom-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:31:"disneyanimalkingdom-190x168.jpg";s:5:"width";i:190;s:6:"height";i:168;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:29:"disneyanimalkingdom-31x27.jpg";s:5:"width";i:31;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:29:"disneyanimalkingdom-38x33.jpg";s:5:"width";i:38;s:6:"height";i:33;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:31:"disneyanimalkingdom-190x168.jpg";s:5:"width";i:190;s:6:"height";i:168;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:31:"disneyanimalkingdom-128x113.jpg";s:5:"width";i:128;s:6:"height";i:113;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:31:"disneyanimalkingdom-205x150.jpg";s:5:"width";i:205;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:31:"disneyanimalkingdom-205x100.jpg";s:5:"width";i:205;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:31:"disneyanimalkingdom-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4473, 4368, '_thumbnail_id', '4369') ; 
INSERT INTO `wp_postmeta` VALUES (4474, 4371, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4475, 4371, '_edit_lock', '1383587036:1') ; 
INSERT INTO `wp_postmeta` VALUES (4476, 4372, '_wp_attached_file', 'smithsonian_national_zoo.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4477, 4372, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:280;s:6:"height";i:60;s:4:"file";s:28:"smithsonian_national_zoo.gif";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"smithsonian_national_zoo-150x60.gif";s:5:"width";i:150;s:6:"height";i:60;s:9:"mime-type";s:9:"image/gif";}s:18:"product-thumbnails";a:4:{s:4:"file";s:35:"smithsonian_national_zoo-190x40.gif";s:5:"width";i:190;s:6:"height";i:40;s:9:"mime-type";s:9:"image/gif";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:33:"smithsonian_national_zoo-31x6.gif";s:5:"width";i:31;s:6:"height";i:6;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:33:"smithsonian_national_zoo-38x8.gif";s:5:"width";i:38;s:6:"height";i:8;s:9:"mime-type";s:9:"image/gif";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:35:"smithsonian_national_zoo-190x40.gif";s:5:"width";i:190;s:6:"height";i:40;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:35:"smithsonian_national_zoo-128x27.gif";s:5:"width";i:128;s:6:"height";i:27;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:35:"smithsonian_national_zoo-164x60.gif";s:5:"width";i:164;s:6:"height";i:60;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4478, 4371, '_thumbnail_id', '4372') ; 
INSERT INTO `wp_postmeta` VALUES (4479, 4374, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4480, 4374, '_edit_lock', '1383587075:1') ; 
INSERT INTO `wp_postmeta` VALUES (4481, 4375, '_wp_attached_file', 'brandywine_zoo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4482, 4375, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:159;s:6:"height";i:123;s:4:"file";s:18:"brandywine_zoo.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"brandywine_zoo-150x123.jpg";s:5:"width";i:150;s:6:"height";i:123;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:24:"brandywine_zoo-31x23.jpg";s:5:"width";i:31;s:6:"height";i:23;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:24:"brandywine_zoo-38x29.jpg";s:5:"width";i:38;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:25:"brandywine_zoo-128x99.jpg";s:5:"width";i:128;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:26:"brandywine_zoo-159x100.jpg";s:5:"width";i:159;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"brandywine_zoo-159x111.jpg";s:5:"width";i:159;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4483, 4374, '_thumbnail_id', '4375') ; 
INSERT INTO `wp_postmeta` VALUES (4484, 4377, '_edit_lock', '1383587116:1') ; 
INSERT INTO `wp_postmeta` VALUES (4485, 4377, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4486, 4378, '_wp_attached_file', 'pikes_peak_college.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4487, 4378, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:182;s:6:"height";i:127;s:4:"file";s:22:"pikes_peak_college.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"pikes_peak_college-150x127.jpg";s:5:"width";i:150;s:6:"height";i:127;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:28:"pikes_peak_college-31x21.jpg";s:5:"width";i:31;s:6:"height";i:21;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:28:"pikes_peak_college-38x26.jpg";s:5:"width";i:38;s:6:"height";i:26;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:29:"pikes_peak_college-128x89.jpg";s:5:"width";i:128;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:30:"pikes_peak_college-182x100.jpg";s:5:"width";i:182;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:30:"pikes_peak_college-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4488, 4377, '_thumbnail_id', '4378') ; 
INSERT INTO `wp_postmeta` VALUES (4489, 4380, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4490, 4380, '_edit_lock', '1383587150:1') ; 
INSERT INTO `wp_postmeta` VALUES (4491, 4381, '_wp_attached_file', 'denver_zoo.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4492, 4381, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:100;s:6:"height";i:121;s:4:"file";s:14:"denver_zoo.gif";s:5:"sizes";a:4:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"denver_zoo-25x31.gif";s:5:"width";i:25;s:6:"height";i:31;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"denver_zoo-31x38.gif";s:5:"width";i:31;s:6:"height";i:38;s:9:"mime-type";s:9:"image/gif";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:22:"denver_zoo-100x100.gif";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"denver_zoo-100x111.gif";s:5:"width";i:100;s:6:"height";i:111;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4493, 4380, '_thumbnail_id', '4381') ; 
INSERT INTO `wp_postmeta` VALUES (4494, 4383, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4495, 4383, '_edit_lock', '1383587573:1') ; 
INSERT INTO `wp_postmeta` VALUES (4496, 4385, '_wp_attached_file', 'sandiegozooglobal.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4497, 4385, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:259;s:6:"height";i:176;s:4:"file";s:21:"sandiegozooglobal.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"sandiegozooglobal-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:29:"sandiegozooglobal-190x129.jpg";s:5:"width";i:190;s:6:"height";i:129;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:27:"sandiegozooglobal-31x21.jpg";s:5:"width";i:31;s:6:"height";i:21;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:27:"sandiegozooglobal-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:29:"sandiegozooglobal-190x129.jpg";s:5:"width";i:190;s:6:"height";i:129;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:28:"sandiegozooglobal-128x86.jpg";s:5:"width";i:128;s:6:"height";i:86;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:29:"sandiegozooglobal-259x150.jpg";s:5:"width";i:259;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:29:"sandiegozooglobal-259x100.jpg";s:5:"width";i:259;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:29:"sandiegozooglobal-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4498, 4383, '_thumbnail_id', '4385') ; 
INSERT INTO `wp_postmeta` VALUES (4499, 4386, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4500, 4386, '_edit_lock', '1383587505:1') ; 
INSERT INTO `wp_postmeta` VALUES (4501, 4387, '_wp_attached_file', 'wild_wonders-1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4502, 4387, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:104;s:4:"file";s:18:"wild_wonders-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"wild_wonders-1-150x104.jpg";s:5:"width";i:150;s:6:"height";i:104;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:25:"wild_wonders-1-190x98.jpg";s:5:"width";i:190;s:6:"height";i:98;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:24:"wild_wonders-1-31x16.jpg";s:5:"width";i:31;s:6:"height";i:16;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:24:"wild_wonders-1-38x19.jpg";s:5:"width";i:38;s:6:"height";i:19;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:25:"wild_wonders-1-190x98.jpg";s:5:"width";i:190;s:6:"height";i:98;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:25:"wild_wonders-1-128x66.jpg";s:5:"width";i:128;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:26:"wild_wonders-1-200x100.jpg";s:5:"width";i:200;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"wild_wonders-1-164x104.jpg";s:5:"width";i:164;s:6:"height";i:104;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4503, 4386, '_thumbnail_id', '4387') ; 
INSERT INTO `wp_postmeta` VALUES (4504, 4389, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4505, 4389, '_edit_lock', '1383587569:1') ; 
INSERT INTO `wp_postmeta` VALUES (4506, 4391, '_wp_attached_file', 'wild_things.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4507, 4391, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:191;s:6:"height";i:111;s:4:"file";s:15:"wild_things.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"wild_things-150x111.jpg";s:5:"width";i:150;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:23:"wild_things-190x110.jpg";s:5:"width";i:190;s:6:"height";i:110;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"wild_things-31x18.jpg";s:5:"width";i:31;s:6:"height";i:18;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"wild_things-38x22.jpg";s:5:"width";i:38;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:23:"wild_things-190x110.jpg";s:5:"width";i:190;s:6:"height";i:110;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"wild_things-128x74.jpg";s:5:"width";i:128;s:6:"height";i:74;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:23:"wild_things-191x100.jpg";s:5:"width";i:191;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"wild_things-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4508, 4389, '_thumbnail_id', '4391') ; 
INSERT INTO `wp_postmeta` VALUES (4509, 4392, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4510, 4392, '_edit_lock', '1383587590:1') ; 
INSERT INTO `wp_postmeta` VALUES (4511, 4393, '_wp_attached_file', 'santa_barbara.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4512, 4393, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:244;s:6:"height";i:126;s:4:"file";s:17:"santa_barbara.gif";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"santa_barbara-150x126.gif";s:5:"width";i:150;s:6:"height";i:126;s:9:"mime-type";s:9:"image/gif";}s:18:"product-thumbnails";a:4:{s:4:"file";s:24:"santa_barbara-190x98.gif";s:5:"width";i:190;s:6:"height";i:98;s:9:"mime-type";s:9:"image/gif";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"santa_barbara-31x16.gif";s:5:"width";i:31;s:6:"height";i:16;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"santa_barbara-38x19.gif";s:5:"width";i:38;s:6:"height";i:19;s:9:"mime-type";s:9:"image/gif";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:24:"santa_barbara-190x98.gif";s:5:"width";i:190;s:6:"height";i:98;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:24:"santa_barbara-128x66.gif";s:5:"width";i:128;s:6:"height";i:66;s:9:"mime-type";s:9:"image/gif";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:25:"santa_barbara-244x100.gif";s:5:"width";i:244;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"santa_barbara-164x111.gif";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4513, 4392, '_thumbnail_id', '4393') ; 
INSERT INTO `wp_postmeta` VALUES (4514, 4395, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4515, 4395, '_edit_lock', '1383587621:1') ; 
INSERT INTO `wp_postmeta` VALUES (4516, 4396, '_wp_attached_file', 'orangecounty.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4517, 4396, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:79;s:4:"file";s:16:"orangecounty.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"orangecounty-150x79.jpg";s:5:"width";i:150;s:6:"height";i:79;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"orangecounty-31x12.jpg";s:5:"width";i:31;s:6:"height";i:12;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"orangecounty-38x15.jpg";s:5:"width";i:38;s:6:"height";i:15;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:23:"orangecounty-128x53.jpg";s:5:"width";i:128;s:6:"height";i:53;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"orangecounty-164x79.jpg";s:5:"width";i:164;s:6:"height";i:79;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4518, 4395, '_thumbnail_id', '4396') ; 
INSERT INTO `wp_postmeta` VALUES (4519, 4398, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4520, 4398, '_edit_lock', '1383587648:1') ; 
INSERT INTO `wp_postmeta` VALUES (4521, 4399, '_wp_attached_file', 'oakland_zoo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4522, 4399, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:222;s:6:"height";i:47;s:4:"file";s:15:"oakland_zoo.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"oakland_zoo-150x47.jpg";s:5:"width";i:150;s:6:"height";i:47;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:22:"oakland_zoo-190x40.jpg";s:5:"width";i:190;s:6:"height";i:40;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"oakland_zoo-31x6.jpg";s:5:"width";i:31;s:6:"height";i:6;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"oakland_zoo-38x8.jpg";s:5:"width";i:38;s:6:"height";i:8;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:22:"oakland_zoo-190x40.jpg";s:5:"width";i:190;s:6:"height";i:40;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"oakland_zoo-128x27.jpg";s:5:"width";i:128;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"oakland_zoo-164x47.jpg";s:5:"width";i:164;s:6:"height";i:47;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4523, 4398, '_thumbnail_id', '4399') ; 
INSERT INTO `wp_postmeta` VALUES (4524, 4401, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4525, 4401, '_edit_lock', '1383587677:1') ; 
INSERT INTO `wp_postmeta` VALUES (4526, 4402, '_wp_attached_file', 'happy_hollow_zoo.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4527, 4402, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:150;s:6:"height";i:45;s:4:"file";s:20:"happy_hollow_zoo.gif";s:5:"sizes";a:3:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:25:"happy_hollow_zoo-31x9.gif";s:5:"width";i:31;s:6:"height";i:9;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:26:"happy_hollow_zoo-38x11.gif";s:5:"width";i:38;s:6:"height";i:11;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:27:"happy_hollow_zoo-128x38.gif";s:5:"width";i:128;s:6:"height";i:38;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4528, 4401, '_thumbnail_id', '4402') ; 
INSERT INTO `wp_postmeta` VALUES (4529, 4404, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4530, 4404, '_edit_lock', '1383587700:1') ; 
INSERT INTO `wp_postmeta` VALUES (4531, 4405, '_wp_attached_file', 'gorilla_foundation.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4532, 4405, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:175;s:6:"height";i:83;s:4:"file";s:22:"gorilla_foundation.gif";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"gorilla_foundation-150x83.gif";s:5:"width";i:150;s:6:"height";i:83;s:9:"mime-type";s:9:"image/gif";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:28:"gorilla_foundation-31x14.gif";s:5:"width";i:31;s:6:"height";i:14;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:28:"gorilla_foundation-38x18.gif";s:5:"width";i:38;s:6:"height";i:18;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:29:"gorilla_foundation-128x60.gif";s:5:"width";i:128;s:6:"height";i:60;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:29:"gorilla_foundation-164x83.gif";s:5:"width";i:164;s:6:"height";i:83;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4533, 4404, '_thumbnail_id', '4405') ; 
INSERT INTO `wp_postmeta` VALUES (4534, 4407, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4535, 4407, '_edit_lock', '1383587836:1') ; 
INSERT INTO `wp_postmeta` VALUES (4536, 4408, '_wp_attached_file', 'chaffee.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4537, 4408, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:183;s:6:"height";i:69;s:4:"file";s:11:"chaffee.gif";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"chaffee-150x69.gif";s:5:"width";i:150;s:6:"height";i:69;s:9:"mime-type";s:9:"image/gif";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"chaffee-31x11.gif";s:5:"width";i:31;s:6:"height";i:11;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"chaffee-38x14.gif";s:5:"width";i:38;s:6:"height";i:14;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:18:"chaffee-128x48.gif";s:5:"width";i:128;s:6:"height";i:48;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"chaffee-164x69.gif";s:5:"width";i:164;s:6:"height";i:69;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4538, 4407, '_thumbnail_id', '4408') ; 
INSERT INTO `wp_postmeta` VALUES (4539, 4410, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4540, 4410, '_edit_lock', '1383587757:1') ; 
INSERT INTO `wp_postmeta` VALUES (4541, 4411, '_wp_attached_file', 'cal_wolf_center.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4542, 4411, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:150;s:6:"height";i:142;s:4:"file";s:19:"cal_wolf_center.gif";s:5:"sizes";a:5:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:25:"cal_wolf_center-31x29.gif";s:5:"width";i:31;s:6:"height";i:29;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:25:"cal_wolf_center-38x35.gif";s:5:"width";i:38;s:6:"height";i:35;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:27:"cal_wolf_center-128x121.gif";s:5:"width";i:128;s:6:"height";i:121;s:9:"mime-type";s:9:"image/gif";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:27:"cal_wolf_center-150x100.gif";s:5:"width";i:150;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"cal_wolf_center-150x111.gif";s:5:"width";i:150;s:6:"height";i:111;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4543, 4410, '_thumbnail_id', '4411') ; 
INSERT INTO `wp_postmeta` VALUES (4544, 4413, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4545, 4413, '_edit_lock', '1383587781:1') ; 
INSERT INTO `wp_postmeta` VALUES (4546, 4414, '_wp_attached_file', 'moorpark.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4547, 4414, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:194;s:6:"height";i:182;s:4:"file";s:12:"moorpark.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"moorpark-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:20:"moorpark-190x178.jpg";s:5:"width";i:190;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"moorpark-31x29.jpg";s:5:"width";i:31;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"moorpark-38x35.jpg";s:5:"width";i:38;s:6:"height";i:35;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:20:"moorpark-190x178.jpg";s:5:"width";i:190;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:20:"moorpark-128x120.jpg";s:5:"width";i:128;s:6:"height";i:120;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:20:"moorpark-194x150.jpg";s:5:"width";i:194;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:20:"moorpark-194x100.jpg";s:5:"width";i:194;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"moorpark-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4548, 4413, '_thumbnail_id', '4414') ; 
INSERT INTO `wp_postmeta` VALUES (4549, 4416, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4550, 4416, '_edit_lock', '1383587822:1') ; 
INSERT INTO `wp_postmeta` VALUES (4551, 4417, '_wp_attached_file', 'turpentine_creek.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4552, 4417, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:169;s:6:"height";i:114;s:4:"file";s:20:"turpentine_creek.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"turpentine_creek-150x114.jpg";s:5:"width";i:150;s:6:"height";i:114;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:26:"turpentine_creek-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:26:"turpentine_creek-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:27:"turpentine_creek-128x86.jpg";s:5:"width";i:128;s:6:"height";i:86;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:28:"turpentine_creek-169x100.jpg";s:5:"width";i:169;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"turpentine_creek-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4553, 4416, '_thumbnail_id', '4417') ; 
INSERT INTO `wp_postmeta` VALUES (4554, 4419, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4555, 4419, '_edit_lock', '1383587859:1') ; 
INSERT INTO `wp_postmeta` VALUES (4556, 4420, '_wp_attached_file', 'little_rock1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4557, 4420, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:91;s:6:"height";i:44;s:4:"file";s:16:"little_rock1.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"little_rock1-31x14.jpg";s:5:"width";i:31;s:6:"height";i:14;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"little_rock1-38x18.jpg";s:5:"width";i:38;s:6:"height";i:18;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4558, 4419, '_thumbnail_id', '4420') ; 
INSERT INTO `wp_postmeta` VALUES (4559, 4422, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4560, 4422, '_edit_lock', '1383587884:1') ; 
INSERT INTO `wp_postmeta` VALUES (4561, 4423, '_wp_attached_file', 'wwz.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4562, 4423, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:180;s:6:"height";i:126;s:4:"file";s:7:"wwz.gif";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"wwz-150x126.gif";s:5:"width";i:150;s:6:"height";i:126;s:9:"mime-type";s:9:"image/gif";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:13:"wwz-31x21.gif";s:5:"width";i:31;s:6:"height";i:21;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:13:"wwz-38x26.gif";s:5:"width";i:38;s:6:"height";i:26;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:14:"wwz-128x89.gif";s:5:"width";i:128;s:6:"height";i:89;s:9:"mime-type";s:9:"image/gif";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:15:"wwz-180x100.gif";s:5:"width";i:180;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"wwz-164x111.gif";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4563, 4422, '_thumbnail_id', '4423') ; 
INSERT INTO `wp_postmeta` VALUES (4564, 4425, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4565, 4425, '_edit_lock', '1383587904:1') ; 
INSERT INTO `wp_postmeta` VALUES (4566, 4426, '_wp_attached_file', 'ooa.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4567, 4426, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:156;s:6:"height";i:169;s:4:"file";s:7:"ooa.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"ooa-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:13:"ooa-28x31.jpg";s:5:"width";i:28;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:13:"ooa-35x38.jpg";s:5:"width";i:35;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:15:"ooa-118x128.jpg";s:5:"width";i:118;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:15:"ooa-156x150.jpg";s:5:"width";i:156;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:15:"ooa-156x100.jpg";s:5:"width";i:156;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"ooa-156x111.jpg";s:5:"width";i:156;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4568, 4425, '_thumbnail_id', '4426') ; 
INSERT INTO `wp_postmeta` VALUES (4569, 4428, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4570, 4428, '_edit_lock', '1388769524:2') ; 
INSERT INTO `wp_postmeta` VALUES (4571, 4429, '_wp_attached_file', 'bearizona.gif') ; 
INSERT INTO `wp_postmeta` VALUES (4572, 4429, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:170;s:6:"height";i:75;s:4:"file";s:13:"bearizona.gif";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"bearizona-150x75.gif";s:5:"width";i:150;s:6:"height";i:75;s:9:"mime-type";s:9:"image/gif";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"bearizona-31x13.gif";s:5:"width";i:31;s:6:"height";i:13;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"bearizona-38x16.gif";s:5:"width";i:38;s:6:"height";i:16;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:20:"bearizona-128x56.gif";s:5:"width";i:128;s:6:"height";i:56;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"bearizona-164x75.gif";s:5:"width";i:164;s:6:"height";i:75;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4573, 4428, '_thumbnail_id', '4429') ; 
INSERT INTO `wp_postmeta` VALUES (5845, 4798, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (5844, 4798, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (5843, 4798, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (5842, 4798, '_menu_item_object_id', '4788') ; 
INSERT INTO `wp_postmeta` VALUES (5841, 4798, '_menu_item_menu_item_parent', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5840, 4798, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (5858, 4800, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4730, 4494, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (4729, 4494, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (4728, 4494, '_menu_item_object', 'custom') ; 
INSERT INTO `wp_postmeta` VALUES (4727, 4494, '_menu_item_object_id', '4494') ; 
INSERT INTO `wp_postmeta` VALUES (4726, 4494, '_menu_item_menu_item_parent', '0') ; 
INSERT INTO `wp_postmeta` VALUES (4725, 4494, '_menu_item_type', 'custom') ; 
INSERT INTO `wp_postmeta` VALUES (4598, 4435, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (4599, 4435, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (5767, 4771, '_edit_lock', '1392324952:2') ; 
INSERT INTO `wp_postmeta` VALUES (5766, 4771, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5765, 4769, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (5764, 4769, '_edit_lock', '1385488577:1') ; 
INSERT INTO `wp_postmeta` VALUES (5763, 4769, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (7328, 5800, '_gform-entry-id', '433') ; 
INSERT INTO `wp_postmeta` VALUES (7329, 5800, 'job_expiration_day', '20140709') ; 
INSERT INTO `wp_postmeta` VALUES (5855, 4799, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (5852, 4799, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (5849, 4799, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (7094, 5592, '_edit_lock', '1392608291:25759') ; 
INSERT INTO `wp_postmeta` VALUES (4620, 4440, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (4621, 4440, '_menu_item_menu_item_parent', '3106') ; 
INSERT INTO `wp_postmeta` VALUES (4622, 4440, '_menu_item_object_id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (4623, 4440, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (4624, 4440, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (4625, 4440, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (4626, 4440, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (4627, 4440, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (7303, 5770, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (4891, 4541, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (4890, 4541, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (4889, 4541, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (4888, 4541, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (4887, 4541, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (4886, 4541, '_menu_item_object_id', '435') ; 
INSERT INTO `wp_postmeta` VALUES (4885, 4541, '_menu_item_menu_item_parent', '3106') ; 
INSERT INTO `wp_postmeta` VALUES (4884, 4541, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (4816, 4510, '_menu_item_menu_item_parent', '4514') ; 
INSERT INTO `wp_postmeta` VALUES (4815, 4510, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (4814, 4508, '_edit_lock', '1383779575:1') ; 
INSERT INTO `wp_postmeta` VALUES (4813, 4508, '_wp_attached_file', 'AAZK-Operations-Manual-2013-Linked.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (4811, 4506, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (4810, 4506, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (4809, 4506, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (4808, 4506, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (4807, 4506, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (4806, 4506, '_menu_item_object_id', '4503') ; 
INSERT INTO `wp_postmeta` VALUES (4805, 4506, '_menu_item_menu_item_parent', '4798') ; 
INSERT INTO `wp_postmeta` VALUES (4804, 4506, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (4665, 4458, '_wp_attached_file', 'crisis_management_issue1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4666, 4458, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:400;s:6:"height";i:270;s:4:"file";s:28:"crisis_management_issue1.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"crisis_management_issue1-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:36:"crisis_management_issue1-300x202.jpg";s:5:"width";i:300;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:36:"crisis_management_issue1-190x128.jpg";s:5:"width";i:190;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:34:"crisis_management_issue1-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:34:"crisis_management_issue1-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:36:"crisis_management_issue1-318x215.jpg";s:5:"width";i:318;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:36:"crisis_management_issue1-190x128.jpg";s:5:"width";i:190;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:35:"crisis_management_issue1-128x86.jpg";s:5:"width";i:128;s:6:"height";i:86;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:36:"crisis_management_issue1-400x150.jpg";s:5:"width";i:400;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:36:"crisis_management_issue1-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:36:"crisis_management_issue1-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4670, 4479, '_wp_attached_file', 'Research-Grant-Application.docx') ; 
INSERT INTO `wp_postmeta` VALUES (4671, 4483, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (4672, 4483, '_menu_item_menu_item_parent', '3141') ; 
INSERT INTO `wp_postmeta` VALUES (4673, 4483, '_menu_item_object_id', '153') ; 
INSERT INTO `wp_postmeta` VALUES (4674, 4483, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (4675, 4483, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (4676, 4483, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (4677, 4483, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (4678, 4483, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (4680, 4486, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (4681, 4486, '_menu_item_menu_item_parent', '4489') ; 
INSERT INTO `wp_postmeta` VALUES (4682, 4486, '_menu_item_object_id', '4107') ; 
INSERT INTO `wp_postmeta` VALUES (4683, 4486, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (4684, 4486, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (4685, 4486, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (4686, 4486, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (4687, 4486, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (4689, 4487, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (4690, 4487, '_menu_item_menu_item_parent', '4489') ; 
INSERT INTO `wp_postmeta` VALUES (4691, 4487, '_menu_item_object_id', '4132') ; 
INSERT INTO `wp_postmeta` VALUES (4692, 4487, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (4693, 4487, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (4694, 4487, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (4695, 4487, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (4696, 4487, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (4698, 4488, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (4699, 4488, '_menu_item_menu_item_parent', '4489') ; 
INSERT INTO `wp_postmeta` VALUES (4700, 4488, '_menu_item_object_id', '3996') ; 
INSERT INTO `wp_postmeta` VALUES (4701, 4488, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (4702, 4488, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (4703, 4488, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (4704, 4488, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (4705, 4488, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (4758, 4498, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (4707, 4489, '_menu_item_type', 'custom') ; 
INSERT INTO `wp_postmeta` VALUES (4708, 4489, '_menu_item_menu_item_parent', '0') ; 
INSERT INTO `wp_postmeta` VALUES (4709, 4489, '_menu_item_object_id', '4489') ; 
INSERT INTO `wp_postmeta` VALUES (4710, 4489, '_menu_item_object', 'custom') ; 
INSERT INTO `wp_postmeta` VALUES (4711, 4489, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (4712, 4489, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (4713, 4489, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (4714, 4489, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (4716, 4490, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (4717, 4490, '_menu_item_menu_item_parent', '4489') ; 
INSERT INTO `wp_postmeta` VALUES (4718, 4490, '_menu_item_object_id', '4152') ; 
INSERT INTO `wp_postmeta` VALUES (4719, 4490, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (4720, 4490, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (4721, 4490, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (4722, 4490, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (4723, 4490, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (4757, 4498, '_menu_item_object', 'custom') ; 
INSERT INTO `wp_postmeta` VALUES (4756, 4498, '_menu_item_object_id', '4498') ; 
INSERT INTO `wp_postmeta` VALUES (4755, 4498, '_menu_item_menu_item_parent', '3339') ; 
INSERT INTO `wp_postmeta` VALUES (4754, 4498, '_menu_item_type', 'custom') ; 
INSERT INTO `wp_postmeta` VALUES (4753, 4497, '_edit_lock', '1383775758:1') ; 
INSERT INTO `wp_postmeta` VALUES (4763, 4499, '_wp_attached_file', 'aazk_animal_data_transfer1.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (4764, 4499, '_edit_lock', '1383776179:1') ; 
INSERT INTO `wp_postmeta` VALUES (4765, 4500, '_menu_item_type', 'custom') ; 
INSERT INTO `wp_postmeta` VALUES (4766, 4500, '_menu_item_menu_item_parent', '3339') ; 
INSERT INTO `wp_postmeta` VALUES (4767, 4500, '_menu_item_object_id', '4500') ; 
INSERT INTO `wp_postmeta` VALUES (4768, 4500, '_menu_item_object', 'custom') ; 
INSERT INTO `wp_postmeta` VALUES (4769, 4500, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (4770, 4500, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (4771, 4500, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (4772, 4500, '_menu_item_url', 'http://www.aecetia.net/gws/aazk/wp-content/uploads/aazk_animal_data_transfer1.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (7406, 5885, '_wp_attached_file', 'Bowling_for_Rhinos_2013_BW.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6379, 5169, '_wp_attached_file', 'AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (5859, 4800, '_edit_lock', '1386280707:1') ; 
INSERT INTO `wp_postmeta` VALUES (4783, 4502, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (4784, 4502, '_menu_item_menu_item_parent', '4798') ; 
INSERT INTO `wp_postmeta` VALUES (4785, 4502, '_menu_item_object_id', '395') ; 
INSERT INTO `wp_postmeta` VALUES (4786, 4502, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (4787, 4502, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (4788, 4502, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (4789, 4502, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (4790, 4502, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (4792, 4503, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4793, 4503, '_edit_lock', '1383780415:1') ; 
INSERT INTO `wp_postmeta` VALUES (4794, 4503, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (6374, 5164, '_wp_attached_file', 'Keys-to-a-successful-Chapter.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6373, 5163, '_wp_attached_file', 'Keepers-as-Population-Managers.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6372, 5162, '_wp_attached_file', 'Professional-Development-Goal-Setting.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6370, 5156, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (4817, 4510, '_menu_item_object_id', '10') ; 
INSERT INTO `wp_postmeta` VALUES (4818, 4510, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (4819, 4510, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (4820, 4510, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (4821, 4510, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (4822, 4510, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (4824, 4511, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (4825, 4511, '_menu_item_menu_item_parent', '4514') ; 
INSERT INTO `wp_postmeta` VALUES (4826, 4511, '_menu_item_object_id', '72') ; 
INSERT INTO `wp_postmeta` VALUES (4827, 4511, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (4828, 4511, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (4829, 4511, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (4830, 4511, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (4831, 4511, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (4833, 4512, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (4834, 4512, '_menu_item_menu_item_parent', '4514') ; 
INSERT INTO `wp_postmeta` VALUES (4835, 4512, '_menu_item_object_id', '82') ; 
INSERT INTO `wp_postmeta` VALUES (4836, 4512, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (4837, 4512, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (4838, 4512, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (4839, 4512, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (4840, 4512, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (4842, 4513, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (4843, 4513, '_menu_item_menu_item_parent', '4514') ; 
INSERT INTO `wp_postmeta` VALUES (4844, 4513, '_menu_item_object_id', '102') ; 
INSERT INTO `wp_postmeta` VALUES (4845, 4513, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (4846, 4513, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (4847, 4513, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (4848, 4513, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (4849, 4513, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (4860, 4519, '_edit_lock', '1396988865:2') ; 
INSERT INTO `wp_postmeta` VALUES (4851, 4514, '_menu_item_type', 'custom') ; 
INSERT INTO `wp_postmeta` VALUES (4852, 4514, '_menu_item_menu_item_parent', '3122') ; 
INSERT INTO `wp_postmeta` VALUES (4853, 4514, '_menu_item_object_id', '4514') ; 
INSERT INTO `wp_postmeta` VALUES (4854, 4514, '_menu_item_object', 'custom') ; 
INSERT INTO `wp_postmeta` VALUES (4855, 4514, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (4856, 4514, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (4857, 4514, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (4858, 4514, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (4861, 4519, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (4862, 4519, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (4863, 4521, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (4864, 4521, '_menu_item_menu_item_parent', '4514') ; 
INSERT INTO `wp_postmeta` VALUES (4865, 4521, '_menu_item_object_id', '4519') ; 
INSERT INTO `wp_postmeta` VALUES (4866, 4521, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (4867, 4521, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (4868, 4521, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (4869, 4521, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (4870, 4521, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (4872, 4538, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (4873, 4538, '_edit_lock', '1407168454:2') ; 
INSERT INTO `wp_postmeta` VALUES (4874, 4538, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (4875, 4540, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (4876, 4540, '_menu_item_menu_item_parent', '4547') ; 
INSERT INTO `wp_postmeta` VALUES (4877, 4540, '_menu_item_object_id', '4538') ; 
INSERT INTO `wp_postmeta` VALUES (4878, 4540, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (4879, 4540, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (4880, 4540, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (4881, 4540, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (4882, 4540, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (7322, 5789, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (7323, 5789, '_gform-entry-id', '431') ; 
INSERT INTO `wp_postmeta` VALUES (7321, 5786, 'job_expiration_day', '20140505') ; 
INSERT INTO `wp_postmeta` VALUES (7320, 5786, '_gform-entry-id', '426') ; 
INSERT INTO `wp_postmeta` VALUES (7319, 5786, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7072, 5596, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (7318, 5783, '_oembed_adde58b7e179ca23059550060e5bdd04', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7071, 5596, '_edit_last', '25759') ; 
INSERT INTO `wp_postmeta` VALUES (6360, 5156, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6359, 5156, '_edit_lock', '1391546253:2') ; 
INSERT INTO `wp_postmeta` VALUES (4911, 4547, '_menu_item_type', 'custom') ; 
INSERT INTO `wp_postmeta` VALUES (4912, 4547, '_menu_item_menu_item_parent', '3106') ; 
INSERT INTO `wp_postmeta` VALUES (4913, 4547, '_menu_item_object_id', '4547') ; 
INSERT INTO `wp_postmeta` VALUES (4914, 4547, '_menu_item_object', 'custom') ; 
INSERT INTO `wp_postmeta` VALUES (4915, 4547, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (4916, 4547, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (4917, 4547, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (4918, 4547, '_menu_item_url', '#') ; 
INSERT INTO `wp_postmeta` VALUES (4920, 4548, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (4921, 4548, '_menu_item_menu_item_parent', '4547') ; 
INSERT INTO `wp_postmeta` VALUES (4922, 4548, '_menu_item_object_id', '3973') ; 
INSERT INTO `wp_postmeta` VALUES (4923, 4548, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (4924, 4548, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (4925, 4548, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (4926, 4548, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (4927, 4548, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (4932, 4551, '_thumbnail_id', '4552') ; 
INSERT INTO `wp_postmeta` VALUES (4933, 4551, '_edit_last', '25759') ; 
INSERT INTO `wp_postmeta` VALUES (4934, 4551, '_slide_link_url', 'committee/grants-committee/grants/') ; 
INSERT INTO `wp_postmeta` VALUES (4935, 3083, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (4936, 4563, '_wp_attached_file', 'November-2013-Cover2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4937, 4563, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:612;s:6:"height";i:778;s:4:"file";s:24:"November-2013-Cover2.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"November-2013-Cover2-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:32:"November-2013-Cover2-235x300.jpg";s:5:"width";i:235;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:32:"November-2013-Cover2-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:30:"November-2013-Cover2-24x31.jpg";s:5:"width";i:24;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:30:"November-2013-Cover2-29x38.jpg";s:5:"width";i:29;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:32:"November-2013-Cover2-169x215.jpg";s:5:"width";i:169;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:32:"November-2013-Cover2-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:32:"November-2013-Cover2-100x128.jpg";s:5:"width";i:100;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:32:"November-2013-Cover2-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:32:"November-2013-Cover2-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"November-2013-Cover2-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:32:"November-2013-Cover2-612x421.jpg";s:5:"width";i:612;s:6:"height";i:421;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4938, 4568, '_wp_attached_file', 'australianoutback.png') ; 
INSERT INTO `wp_postmeta` VALUES (4939, 4568, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:966;s:6:"height";i:154;s:4:"file";s:21:"australianoutback.png";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"australianoutback-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:28:"australianoutback-300x47.png";s:5:"width";i:300;s:6:"height";i:47;s:9:"mime-type";s:9:"image/png";}s:18:"product-thumbnails";a:4:{s:4:"file";s:28:"australianoutback-190x30.png";s:5:"width";i:190;s:6:"height";i:30;s:9:"mime-type";s:9:"image/png";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:26:"australianoutback-31x4.png";s:5:"width";i:31;s:6:"height";i:4;s:9:"mime-type";s:9:"image/png";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:26:"australianoutback-38x6.png";s:5:"width";i:38;s:6:"height";i:6;s:9:"mime-type";s:9:"image/png";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:28:"australianoutback-425x67.png";s:5:"width";i:425;s:6:"height";i:67;s:9:"mime-type";s:9:"image/png";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:28:"australianoutback-190x30.png";s:5:"width";i:190;s:6:"height";i:30;s:9:"mime-type";s:9:"image/png";}s:21:"medium-single-product";a:4:{s:4:"file";s:28:"australianoutback-128x20.png";s:5:"width";i:128;s:6:"height";i:20;s:9:"mime-type";s:9:"image/png";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:29:"australianoutback-600x150.png";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:29:"australianoutback-300x100.png";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:29:"australianoutback-164x111.png";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:9:"image/png";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4940, 4568, '_edit_lock', '1385053352:2') ; 
INSERT INTO `wp_postmeta` VALUES (4941, 4568, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (4944, 4578, '_wp_attached_file', 'BFR-Shirt-Image.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4945, 4578, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1369;s:6:"height";i:699;s:4:"file";s:19:"BFR-Shirt-Image.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"BFR-Shirt-Image-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:"BFR-Shirt-Image-300x153.jpg";s:5:"width";i:300;s:6:"height";i:153;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:28:"BFR-Shirt-Image-1024x522.jpg";s:5:"width";i:1024;s:6:"height";i:522;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:26:"BFR-Shirt-Image-190x97.jpg";s:5:"width";i:190;s:6:"height";i:97;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:25:"BFR-Shirt-Image-31x15.jpg";s:5:"width";i:31;s:6:"height";i:15;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:25:"BFR-Shirt-Image-38x19.jpg";s:5:"width";i:38;s:6:"height";i:19;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:27:"BFR-Shirt-Image-421x215.jpg";s:5:"width";i:421;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:26:"BFR-Shirt-Image-190x97.jpg";s:5:"width";i:190;s:6:"height";i:97;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:26:"BFR-Shirt-Image-128x65.jpg";s:5:"width";i:128;s:6:"height";i:65;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:27:"BFR-Shirt-Image-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:27:"BFR-Shirt-Image-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"BFR-Shirt-Image-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:28:"BFR-Shirt-Image-1369x421.jpg";s:5:"width";i:1369;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:27:"BFR-Shirt-Image-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-50x50";a:4:{s:4:"file";s:25:"BFR-Shirt-Image-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:25:"BFR-Shirt-Image-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (4962, 4584, '_edit_lock', '1391708056:2') ; 
INSERT INTO `wp_postmeta` VALUES (4963, 4584, '_thumbnail_id', '4578') ; 
INSERT INTO `wp_postmeta` VALUES (4964, 4584, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (4965, 4584, '_wpsc_price', '17') ; 
INSERT INTO `wp_postmeta` VALUES (4966, 4584, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (4967, 4584, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (4968, 4584, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (4969, 4584, '_wpsc_product_metadata', 'a:17:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5350, 4658, '_edit_lock', '1385150097:2') ; 
INSERT INTO `wp_postmeta` VALUES (5351, 4658, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5352, 4658, '_thumbnail_id', '4605') ; 
INSERT INTO `wp_postmeta` VALUES (5353, 4658, '_wpsc_price', '8') ; 
INSERT INTO `wp_postmeta` VALUES (4970, 4584, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (4971, 4584, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (4974, 4587, '_wp_attached_file', 'license_frame.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (4975, 4587, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:819;s:6:"height";i:447;s:4:"file";s:17:"license_frame.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"license_frame-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:"license_frame-300x163.jpg";s:5:"width";i:300;s:6:"height";i:163;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:25:"license_frame-190x103.jpg";s:5:"width";i:190;s:6:"height";i:103;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"license_frame-31x16.jpg";s:5:"width";i:31;s:6:"height";i:16;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"license_frame-38x20.jpg";s:5:"width";i:38;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:25:"license_frame-393x215.jpg";s:5:"width";i:393;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:25:"license_frame-190x103.jpg";s:5:"width";i:190;s:6:"height";i:103;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:24:"license_frame-128x69.jpg";s:5:"width";i:128;s:6:"height";i:69;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:25:"license_frame-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:25:"license_frame-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"license_frame-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:25:"license_frame-819x421.jpg";s:5:"width";i:819;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:25:"license_frame-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-50x50";a:4:{s:4:"file";s:23:"license_frame-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:23:"license_frame-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:6:"denise";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1281600235;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6037, 4942, '_gform-entry-id', '97') ; 
INSERT INTO `wp_postmeta` VALUES (6038, 4942, '_edit_lock', '1388764025:2') ; 
INSERT INTO `wp_postmeta` VALUES (6039, 4931, '_edit_lock', '1388764031:2') ; 
INSERT INTO `wp_postmeta` VALUES (6040, 4926, '_edit_lock', '1388764052:2') ; 
INSERT INTO `wp_postmeta` VALUES (6041, 4924, '_edit_lock', '1388764069:2') ; 
INSERT INTO `wp_postmeta` VALUES (6638, 5392, '_wp_attached_file', 'Lessons-in-Squirrel-Monkey-Introductions.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6044, 4911, '_edit_lock', '1388764160:2') ; 
INSERT INTO `wp_postmeta` VALUES (6045, 4944, '_wp_attached_file', '2014-Zoo-keeper-WEEK-V.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6046, 4944, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:318;s:6:"height";i:190;s:4:"file";s:26:"2014-Zoo-keeper-WEEK-V.jpg";s:5:"sizes";a:10:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"2014-Zoo-keeper-WEEK-V-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:34:"2014-Zoo-keeper-WEEK-V-300x179.jpg";s:5:"width";i:300;s:6:"height";i:179;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:34:"2014-Zoo-keeper-WEEK-V-190x113.jpg";s:5:"width";i:190;s:6:"height";i:113;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:32:"2014-Zoo-keeper-WEEK-V-31x18.jpg";s:5:"width";i:31;s:6:"height";i:18;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:32:"2014-Zoo-keeper-WEEK-V-38x22.jpg";s:5:"width";i:38;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:34:"2014-Zoo-keeper-WEEK-V-190x113.jpg";s:5:"width";i:190;s:6:"height";i:113;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:33:"2014-Zoo-keeper-WEEK-V-128x76.jpg";s:5:"width";i:128;s:6:"height";i:76;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:34:"2014-Zoo-keeper-WEEK-V-318x150.jpg";s:5:"width";i:318;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:34:"2014-Zoo-keeper-WEEK-V-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:34:"2014-Zoo-keeper-WEEK-V-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:27:"Zoo keeper WEEK.Logo 2011 V";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6036, 4942, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6033, 4930, '_wp_old_slug', '4930') ; 
INSERT INTO `wp_postmeta` VALUES (6030, 4930, '_thumbnail_id', '4716') ; 
INSERT INTO `wp_postmeta` VALUES (6006, 4917, '_thumbnail_id', '4916') ; 
INSERT INTO `wp_postmeta` VALUES (6016, 4926, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6017, 4926, '_gform-entry-id', '82') ; 
INSERT INTO `wp_postmeta` VALUES (6018, 4926, '_oembed_6419f67934ef0b0aa9a5327e73ff37e1', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (6019, 4924, '_oembed_810867aa81fc6ff9d339488e91f09fbf', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (6020, 4928, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6021, 4928, '_edit_lock', '1388764041:2') ; 
INSERT INTO `wp_postmeta` VALUES (6022, 4930, '_edit_lock', '1388504173:2') ; 
INSERT INTO `wp_postmeta` VALUES (6023, 4930, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6024, 4931, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6025, 4931, '_gform-entry-id', '88') ; 
INSERT INTO `wp_postmeta` VALUES (6005, 4917, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6004, 4917, '_edit_lock', '1389722118:2') ; 
INSERT INTO `wp_postmeta` VALUES (4996, 4587, '_wpsc_custom_thumb_w', '') ; 
INSERT INTO `wp_postmeta` VALUES (4997, 4587, '_wpsc_custom_thumb_h', '') ; 
INSERT INTO `wp_postmeta` VALUES (4998, 4587, '_wpsc_selected_image_size', 'small-product-thumbnail') ; 
INSERT INTO `wp_postmeta` VALUES (4999, 4589, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5000, 4589, '_edit_lock', '1402442522:25759') ; 
INSERT INTO `wp_postmeta` VALUES (5009, 4589, '_thumbnail_id', '4587') ; 
INSERT INTO `wp_postmeta` VALUES (5002, 4589, '_wpsc_price', '5') ; 
INSERT INTO `wp_postmeta` VALUES (5003, 4589, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5004, 4589, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5005, 4589, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5006, 4589, '_wpsc_product_metadata', 'a:17:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5007, 4589, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5008, 4589, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (5017, 4591, '_wp_attached_file', 'aazkdecal.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5018, 4591, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:190;s:4:"file";s:13:"aazkdecal.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"aazkdecal-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:21:"aazkdecal-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"aazkdecal-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"aazkdecal-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:21:"aazkdecal-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"aazkdecal-128x128.jpg";s:5:"width";i:128;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:21:"aazkdecal-190x150.jpg";s:5:"width";i:190;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:21:"aazkdecal-190x100.jpg";s:5:"width";i:190;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"aazkdecal-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:21:"aazkdecal-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:19:"aazkdecal-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5019, 4592, '_wp_attached_file', 'aazkpatch.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5020, 4592, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:190;s:4:"file";s:13:"aazkpatch.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"aazkpatch-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:21:"aazkpatch-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"aazkpatch-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"aazkpatch-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:21:"aazkpatch-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"aazkpatch-128x128.jpg";s:5:"width";i:128;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:21:"aazkpatch-190x150.jpg";s:5:"width";i:190;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:21:"aazkpatch-190x100.jpg";s:5:"width";i:190;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"aazkpatch-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5021, 4593, '_wp_attached_file', 'aazkpin.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5022, 4593, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:190;s:4:"file";s:11:"aazkpin.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"aazkpin-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:19:"aazkpin-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"aazkpin-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"aazkpin-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:19:"aazkpin-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"aazkpin-128x128.jpg";s:5:"width";i:128;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:19:"aazkpin-190x150.jpg";s:5:"width";i:190;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:19:"aazkpin-190x100.jpg";s:5:"width";i:190;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"aazkpin-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:19:"aazkpin-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:17:"aazkpin-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5023, 4594, '_wp_attached_file', 'aazksticker.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5024, 4594, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:190;s:4:"file";s:15:"aazksticker.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"aazksticker-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:23:"aazksticker-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"aazksticker-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"aazksticker-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:23:"aazksticker-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:23:"aazksticker-128x128.jpg";s:5:"width";i:128;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:23:"aazksticker-190x150.jpg";s:5:"width";i:190;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:23:"aazksticker-190x100.jpg";s:5:"width";i:190;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"aazksticker-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:23:"aazksticker-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:21:"aazksticker-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5025, 4595, '_wp_attached_file', 'Avian.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5026, 4595, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:300;s:4:"file";s:9:"Avian.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"Avian-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:17:"Avian-126x190.jpg";s:5:"width";i:126;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:15:"Avian-20x31.jpg";s:5:"width";i:20;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:15:"Avian-25x38.jpg";s:5:"width";i:25;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:17:"Avian-143x215.jpg";s:5:"width";i:143;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:17:"Avian-126x190.jpg";s:5:"width";i:126;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:16:"Avian-85x128.jpg";s:5:"width";i:85;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:17:"Avian-200x150.jpg";s:5:"width";i:200;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:17:"Avian-200x100.jpg";s:5:"width";i:200;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"Avian-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-50x50";a:4:{s:4:"file";s:15:"Avian-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:17:"Avian-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:15:"Avian-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5027, 4596, '_wp_attached_file', 'ballcap5.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5028, 4596, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:788;s:6:"height";i:807;s:4:"file";s:12:"ballcap5.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"ballcap5-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:"ballcap5-292x300.jpg";s:5:"width";i:292;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:20:"ballcap5-185x190.jpg";s:5:"width";i:185;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"ballcap5-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"ballcap5-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:20:"ballcap5-209x215.jpg";s:5:"width";i:209;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:20:"ballcap5-185x190.jpg";s:5:"width";i:185;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:20:"ballcap5-124x128.jpg";s:5:"width";i:124;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:20:"ballcap5-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:20:"ballcap5-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"ballcap5-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:20:"ballcap5-788x421.jpg";s:5:"width";i:788;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:20:"ballcap5-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:18:"ballcap5-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:2.79999999999999982236431605997495353221893310546875;s:6:"credit";s:0:"";s:6:"camera";s:7:"DSC-P72";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1248457035;s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"6";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:5:"0.125";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5029, 4597, '_wp_attached_file', 'Bats.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5030, 4597, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:190;s:4:"file";s:8:"Bats.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"Bats-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:16:"Bats-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:14:"Bats-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:14:"Bats-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:16:"Bats-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:16:"Bats-128x128.jpg";s:5:"width";i:128;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:16:"Bats-190x150.jpg";s:5:"width";i:190;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:16:"Bats-190x100.jpg";s:5:"width";i:190;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"Bats-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-50x50";a:4:{s:4:"file";s:14:"Bats-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:16:"Bats-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:14:"Bats-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5031, 4598, '_wp_attached_file', 'biovalues.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5032, 4598, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:190;s:4:"file";s:13:"biovalues.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"biovalues-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:21:"biovalues-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"biovalues-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"biovalues-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:21:"biovalues-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"biovalues-128x128.jpg";s:5:"width";i:128;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:21:"biovalues-190x150.jpg";s:5:"width";i:190;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:21:"biovalues-190x100.jpg";s:5:"width";i:190;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"biovalues-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-50x50";a:4:{s:4:"file";s:19:"biovalues-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:21:"biovalues-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:19:"biovalues-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5033, 4599, '_wp_attached_file', 'chelonian.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5034, 4599, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:190;s:4:"file";s:13:"chelonian.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"chelonian-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:21:"chelonian-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"chelonian-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"chelonian-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:21:"chelonian-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"chelonian-128x128.jpg";s:5:"width";i:128;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:21:"chelonian-190x150.jpg";s:5:"width";i:190;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:21:"chelonian-190x100.jpg";s:5:"width";i:190;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"chelonian-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-50x50";a:4:{s:4:"file";s:19:"chelonian-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:21:"chelonian-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:19:"chelonian-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5035, 4600, '_wp_attached_file', 'clicker.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5036, 4600, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:190;s:4:"file";s:11:"clicker.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"clicker-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:19:"clicker-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"clicker-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"clicker-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:19:"clicker-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"clicker-128x128.jpg";s:5:"width";i:128;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:19:"clicker-190x150.jpg";s:5:"width";i:190;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:19:"clicker-190x100.jpg";s:5:"width";i:190;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"clicker-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:19:"clicker-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:17:"clicker-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5037, 4601, '_wp_attached_file', 'climatechange.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5038, 4601, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:190;s:4:"file";s:17:"climatechange.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"climatechange-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:25:"climatechange-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"climatechange-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"climatechange-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:25:"climatechange-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:25:"climatechange-128x128.jpg";s:5:"width";i:128;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:25:"climatechange-190x150.jpg";s:5:"width";i:190;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:25:"climatechange-190x100.jpg";s:5:"width";i:190;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"climatechange-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-50x50";a:4:{s:4:"file";s:23:"climatechange-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:25:"climatechange-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:23:"climatechange-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5039, 4602, '_wp_attached_file', 'combo8.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5040, 4602, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:441;s:6:"height";i:462;s:4:"file";s:10:"combo8.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"combo8-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:"combo8-286x300.jpg";s:5:"width";i:286;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:18:"combo8-181x190.jpg";s:5:"width";i:181;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"combo8-29x31.jpg";s:5:"width";i:29;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"combo8-36x38.jpg";s:5:"width";i:36;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:18:"combo8-205x215.jpg";s:5:"width";i:205;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:18:"combo8-181x190.jpg";s:5:"width";i:181;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:18:"combo8-122x128.jpg";s:5:"width";i:122;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:18:"combo8-441x150.jpg";s:5:"width";i:441;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"combo8-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"combo8-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:18:"combo8-441x421.jpg";s:5:"width";i:441;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-50x50";a:4:{s:4:"file";s:16:"combo8-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:18:"combo8-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:16:"combo8-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:6:"denise";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1329320722;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5041, 4603, '_wp_attached_file', 'crisis.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5042, 4603, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:360;s:6:"height";i:360;s:4:"file";s:10:"crisis.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"crisis-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:"crisis-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:18:"crisis-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"crisis-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"crisis-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:18:"crisis-215x215.jpg";s:5:"width";i:215;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:18:"crisis-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:18:"crisis-128x128.jpg";s:5:"width";i:128;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:18:"crisis-360x150.jpg";s:5:"width";i:360;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"crisis-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"crisis-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:18:"crisis-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:16:"crisis-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5043, 4604, '_wp_attached_file', 'emtshirt4.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5044, 4604, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:190;s:4:"file";s:13:"emtshirt4.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"emtshirt4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:21:"emtshirt4-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"emtshirt4-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"emtshirt4-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:21:"emtshirt4-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"emtshirt4-128x128.jpg";s:5:"width";i:128;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:21:"emtshirt4-190x150.jpg";s:5:"width";i:190;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:21:"emtshirt4-190x100.jpg";s:5:"width";i:190;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"emtshirt4-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-50x50";a:4:{s:4:"file";s:19:"emtshirt4-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:21:"emtshirt4-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:19:"emtshirt4-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5045, 4605, '_wp_attached_file', 'emtshort.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5046, 4605, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1018;s:6:"height";i:986;s:4:"file";s:12:"emtshort.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"emtshort-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:"emtshort-300x290.jpg";s:5:"width";i:300;s:6:"height";i:290;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:20:"emtshort-190x184.jpg";s:5:"width";i:190;s:6:"height";i:184;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"emtshort-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"emtshort-38x36.jpg";s:5:"width";i:38;s:6:"height";i:36;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:20:"emtshort-221x215.jpg";s:5:"width";i:221;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:20:"emtshort-190x184.jpg";s:5:"width";i:190;s:6:"height";i:184;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:20:"emtshort-128x123.jpg";s:5:"width";i:128;s:6:"height";i:123;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:20:"emtshort-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:20:"emtshort-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"emtshort-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:21:"emtshort-1018x421.jpg";s:5:"width";i:1018;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-50x50";a:4:{s:4:"file";s:18:"emtshort-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:20:"emtshort-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:18:"emtshort-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:2.79999999999999982236431605997495353221893310546875;s:6:"credit";s:0:"";s:6:"camera";s:7:"SP560UZ";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1250345349;s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"4.68";s:3:"iso";s:3:"125";s:13:"shutter_speed";s:3:"0.4";s:5:"title";s:22:"OLYMPUS DIGITAL CAMERA";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5047, 4605, '_edit_lock', '1385070024:2') ; 
INSERT INTO `wp_postmeta` VALUES (5048, 4605, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5049, 4606, '_wp_attached_file', 'keeperprofile.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5050, 4606, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:190;s:4:"file";s:17:"keeperprofile.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"keeperprofile-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:25:"keeperprofile-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"keeperprofile-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"keeperprofile-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:25:"keeperprofile-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:25:"keeperprofile-128x128.jpg";s:5:"width";i:128;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:25:"keeperprofile-190x150.jpg";s:5:"width";i:190;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:25:"keeperprofile-190x100.jpg";s:5:"width";i:190;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"keeperprofile-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5051, 4607, '_wp_attached_file', 'license_frame1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5052, 4607, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:819;s:6:"height";i:447;s:4:"file";s:18:"license_frame1.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"license_frame1-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:"license_frame1-300x163.jpg";s:5:"width";i:300;s:6:"height";i:163;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:26:"license_frame1-190x103.jpg";s:5:"width";i:190;s:6:"height";i:103;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:24:"license_frame1-31x16.jpg";s:5:"width";i:31;s:6:"height";i:16;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:24:"license_frame1-38x20.jpg";s:5:"width";i:38;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:26:"license_frame1-393x215.jpg";s:5:"width";i:393;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:26:"license_frame1-190x103.jpg";s:5:"width";i:190;s:6:"height";i:103;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:25:"license_frame1-128x69.jpg";s:5:"width";i:128;s:6:"height";i:69;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:26:"license_frame1-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:26:"license_frame1-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"license_frame1-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:26:"license_frame1-819x421.jpg";s:5:"width";i:819;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:6:"denise";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1281600235;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5053, 4608, '_wp_attached_file', 'polarbear1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5054, 4608, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:190;s:4:"file";s:14:"polarbear1.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"polarbear1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:22:"polarbear1-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"polarbear1-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"polarbear1-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:22:"polarbear1-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"polarbear1-128x128.jpg";s:5:"width";i:128;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:22:"polarbear1-190x150.jpg";s:5:"width";i:190;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:22:"polarbear1-190x100.jpg";s:5:"width";i:190;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"polarbear1-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:22:"polarbear1-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:20:"polarbear1-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5055, 4609, '_wp_attached_file', 'lanyard.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5056, 4609, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:190;s:4:"file";s:11:"lanyard.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"lanyard-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:19:"lanyard-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"lanyard-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"lanyard-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:19:"lanyard-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"lanyard-128x128.jpg";s:5:"width";i:128;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:19:"lanyard-190x150.jpg";s:5:"width";i:190;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:19:"lanyard-190x100.jpg";s:5:"width";i:190;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"lanyard-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5057, 4610, '_wp_attached_file', 'rhinocard.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5058, 4610, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:129;s:4:"file";s:13:"rhinocard.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"rhinocard-150x129.jpg";s:5:"width";i:150;s:6:"height";i:129;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"rhinocard-31x21.jpg";s:5:"width";i:31;s:6:"height";i:21;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"rhinocard-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:20:"rhinocard-128x86.jpg";s:5:"width";i:128;s:6:"height";i:86;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:21:"rhinocard-190x100.jpg";s:5:"width";i:190;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"rhinocard-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5059, 4611, '_wp_attached_file', 'toque.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5060, 4611, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1239;s:6:"height";i:1074;s:4:"file";s:9:"toque.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"toque-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:17:"toque-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:18:"toque-1024x887.jpg";s:5:"width";i:1024;s:6:"height";i:887;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:17:"toque-190x164.jpg";s:5:"width";i:190;s:6:"height";i:164;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:15:"toque-31x26.jpg";s:5:"width";i:31;s:6:"height";i:26;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:15:"toque-38x32.jpg";s:5:"width";i:38;s:6:"height";i:32;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:17:"toque-248x215.jpg";s:5:"width";i:248;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:17:"toque-190x164.jpg";s:5:"width";i:190;s:6:"height";i:164;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:17:"toque-128x110.jpg";s:5:"width";i:128;s:6:"height";i:110;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:17:"toque-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:17:"toque-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"toque-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:18:"toque-1239x421.jpg";s:5:"width";i:1239;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:2.899999999999999911182158029987476766109466552734375;s:6:"credit";s:0:"";s:6:"camera";s:10:"COOLPIX L5";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1252552509;s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.3";s:3:"iso";s:2:"79";s:13:"shutter_speed";s:15:"0.0442477876106";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5061, 4612, '_wp_attached_file', 'Ungulates.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5062, 4612, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:190;s:4:"file";s:13:"Ungulates.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"Ungulates-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:21:"Ungulates-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"Ungulates-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"Ungulates-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:21:"Ungulates-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"Ungulates-128x128.jpg";s:5:"width";i:128;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:21:"Ungulates-190x150.jpg";s:5:"width";i:190;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:21:"Ungulates-190x100.jpg";s:5:"width";i:190;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"Ungulates-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-50x50";a:4:{s:4:"file";s:19:"Ungulates-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:21:"Ungulates-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:19:"Ungulates-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5063, 4613, '_wp_attached_file', 'wristcoil.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5064, 4613, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:190;s:4:"file";s:13:"wristcoil.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"wristcoil-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:21:"wristcoil-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"wristcoil-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"wristcoil-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:21:"wristcoil-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"wristcoil-128x128.jpg";s:5:"width";i:128;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:21:"wristcoil-190x150.jpg";s:5:"width";i:190;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:21:"wristcoil-190x100.jpg";s:5:"width";i:190;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"wristcoil-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:21:"wristcoil-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:19:"wristcoil-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5065, 4614, '_edit_lock', '1385408043:2') ; 
INSERT INTO `wp_postmeta` VALUES (5066, 4614, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5067, 4615, '_wp_attached_file', 'rhinocard1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5068, 4615, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:129;s:4:"file";s:14:"rhinocard1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"rhinocard1-150x129.jpg";s:5:"width";i:150;s:6:"height";i:129;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"rhinocard1-31x21.jpg";s:5:"width";i:31;s:6:"height";i:21;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"rhinocard1-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"rhinocard1-128x86.jpg";s:5:"width";i:128;s:6:"height";i:86;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:22:"rhinocard1-190x100.jpg";s:5:"width";i:190;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"rhinocard1-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";b:0;s:10:"wpsc-31x31";a:4:{s:4:"file";s:20:"rhinocard1-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5069, 4614, '_thumbnail_id', '4615') ; 
INSERT INTO `wp_postmeta` VALUES (5070, 4614, '_wpsc_price', '7.5') ; 
INSERT INTO `wp_postmeta` VALUES (5071, 4614, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5072, 4614, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5073, 4614, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5074, 4614, '_wpsc_product_metadata', 'a:21:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";i:0;s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";d:0;s:13:"international";d:0;}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5075, 4614, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5076, 4614, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (5077, 4617, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5078, 4617, '_edit_lock', '1385407714:2') ; 
INSERT INTO `wp_postmeta` VALUES (5079, 4617, '_thumbnail_id', '4596') ; 
INSERT INTO `wp_postmeta` VALUES (5080, 4617, '_wpsc_price', '13') ; 
INSERT INTO `wp_postmeta` VALUES (5081, 4617, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5082, 4617, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5083, 4617, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5084, 4617, '_wpsc_product_metadata', 'a:21:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";i:0;s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";d:0;s:13:"international";d:0;}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5085, 4617, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5086, 4617, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (5088, 4620, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5089, 4620, '_edit_lock', '1385407829:2') ; 
INSERT INTO `wp_postmeta` VALUES (5090, 4621, '_wp_attached_file', 'toque1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5091, 4621, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1239;s:6:"height";i:1074;s:4:"file";s:10:"toque1.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"toque1-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:"toque1-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"toque1-1024x887.jpg";s:5:"width";i:1024;s:6:"height";i:887;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:18:"toque1-190x164.jpg";s:5:"width";i:190;s:6:"height";i:164;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"toque1-31x26.jpg";s:5:"width";i:31;s:6:"height";i:26;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"toque1-38x32.jpg";s:5:"width";i:38;s:6:"height";i:32;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:18:"toque1-248x215.jpg";s:5:"width";i:248;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:18:"toque1-190x164.jpg";s:5:"width";i:190;s:6:"height";i:164;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:18:"toque1-128x110.jpg";s:5:"width";i:128;s:6:"height";i:110;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:18:"toque1-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"toque1-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"toque1-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:19:"toque1-1239x421.jpg";s:5:"width";i:1239;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:18:"toque1-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:16:"toque1-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:2.899999999999999911182158029987476766109466552734375;s:6:"credit";s:0:"";s:6:"camera";s:10:"COOLPIX L5";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1252552509;s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.3";s:3:"iso";s:2:"79";s:13:"shutter_speed";s:15:"0.0442477876106";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5092, 4620, '_thumbnail_id', '4621') ; 
INSERT INTO `wp_postmeta` VALUES (5093, 4620, '_wpsc_price', '15') ; 
INSERT INTO `wp_postmeta` VALUES (5094, 4620, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5095, 4620, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5096, 4620, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5097, 4620, '_wpsc_product_metadata', 'a:21:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";i:0;s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";d:0;s:13:"international";d:0;}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5098, 4620, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5099, 4620, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (5100, 4622, '_edit_lock', '1406650943:2') ; 
INSERT INTO `wp_postmeta` VALUES (5101, 4622, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (8035, 6272, '_wp_attached_file', 'Clicker.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5103, 4622, '_wpsc_price', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5104, 4622, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5105, 4622, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5106, 4622, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5107, 4622, '_wpsc_product_metadata', 'a:11:{s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (8038, 6274, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (8039, 6274, '_gform-entry-id', '708') ; 
INSERT INTO `wp_postmeta` VALUES (7728, 6052, '_edit_lock', '1401900539:2') ; 
INSERT INTO `wp_postmeta` VALUES (7729, 6052, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7730, 6052, '_thumbnail_id', '4600') ; 
INSERT INTO `wp_postmeta` VALUES (7731, 6052, '_wpsc_price', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5108, 4622, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5109, 4622, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (6014, 4924, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6013, 4921, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5112, 4626, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5113, 4626, '_edit_lock', '1385407770:2') ; 
INSERT INTO `wp_postmeta` VALUES (5114, 4627, '_wp_attached_file', 'lanyard1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5115, 4627, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:190;s:4:"file";s:12:"lanyard1.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"lanyard1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:20:"lanyard1-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"lanyard1-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"lanyard1-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:20:"lanyard1-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:20:"lanyard1-128x128.jpg";s:5:"width";i:128;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:20:"lanyard1-190x150.jpg";s:5:"width";i:190;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:20:"lanyard1-190x100.jpg";s:5:"width";i:190;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"lanyard1-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:20:"lanyard1-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:18:"lanyard1-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5116, 4626, '_thumbnail_id', '4627') ; 
INSERT INTO `wp_postmeta` VALUES (5117, 4626, '_wpsc_price', '5') ; 
INSERT INTO `wp_postmeta` VALUES (5118, 4626, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5119, 4626, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5120, 4626, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5121, 4626, '_wpsc_product_metadata', 'a:21:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";i:0;s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";d:0;s:13:"international";d:0;}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5122, 4626, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5123, 4626, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (5124, 4628, '_edit_lock', '1385408296:2') ; 
INSERT INTO `wp_postmeta` VALUES (5125, 4628, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5126, 4628, '_thumbnail_id', '4613') ; 
INSERT INTO `wp_postmeta` VALUES (5127, 4628, '_wpsc_price', '1.5') ; 
INSERT INTO `wp_postmeta` VALUES (5128, 4628, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5129, 4628, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5130, 4628, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5131, 4628, '_wpsc_product_metadata', 'a:21:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";i:0;s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";d:0;s:13:"international";d:0;}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5132, 4628, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5133, 4628, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (5141, 4629, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5142, 4629, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (5143, 4629, '_thumbnail_id', '4599') ; 
INSERT INTO `wp_postmeta` VALUES (7202, 5700, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7201, 5697, '_oembed_e62cd00822da1e7a0155ad40997d6266', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7200, 5697, 'job_expiration_day', '20140325') ; 
INSERT INTO `wp_postmeta` VALUES (7190, 5664, '_edit_lock', '1394477748:2') ; 
INSERT INTO `wp_postmeta` VALUES (7191, 5661, '_edit_lock', '1394477758:2') ; 
INSERT INTO `wp_postmeta` VALUES (7192, 5626, '_edit_lock', '1394477772:2') ; 
INSERT INTO `wp_postmeta` VALUES (7193, 5359, '_edit_lock', '1394478522:2') ; 
INSERT INTO `wp_postmeta` VALUES (7194, 5359, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7195, 5694, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7196, 5694, '_gform-entry-id', '356') ; 
INSERT INTO `wp_postmeta` VALUES (7197, 5694, 'job_expiration_day', '20140610') ; 
INSERT INTO `wp_postmeta` VALUES (7198, 5697, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7199, 5697, '_gform-entry-id', '363') ; 
INSERT INTO `wp_postmeta` VALUES (5570, 4682, '_edit_lock', '1385405401:2') ; 
INSERT INTO `wp_postmeta` VALUES (5571, 4682, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5572, 4682, '_thumbnail_id', '4601') ; 
INSERT INTO `wp_postmeta` VALUES (5573, 4682, '_wpsc_price', '17.5') ; 
INSERT INTO `wp_postmeta` VALUES (7189, 5684, '_edit_lock', '1397072944:2') ; 
INSERT INTO `wp_postmeta` VALUES (7188, 5680, '_edit_lock', '1397072938:2') ; 
INSERT INTO `wp_postmeta` VALUES (5154, 4632, '_edit_lock', '1391708367:2') ; 
INSERT INTO `wp_postmeta` VALUES (5155, 4632, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5156, 4632, '_thumbnail_id', '4612') ; 
INSERT INTO `wp_postmeta` VALUES (5157, 4632, '_wpsc_price', '7.5') ; 
INSERT INTO `wp_postmeta` VALUES (5158, 4632, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5159, 4632, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5160, 4632, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5161, 4632, '_wpsc_product_metadata', 'a:17:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5162, 4632, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5163, 4632, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (5164, 4633, '_edit_lock', '1391708317:2') ; 
INSERT INTO `wp_postmeta` VALUES (5165, 4633, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5166, 4633, '_thumbnail_id', '4601') ; 
INSERT INTO `wp_postmeta` VALUES (5167, 4633, '_wpsc_price', '7.5') ; 
INSERT INTO `wp_postmeta` VALUES (5168, 4633, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5169, 4633, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5170, 4633, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5171, 4633, '_wpsc_product_metadata', 'a:17:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5590, 4684, '_edit_lock', '1385405557:2') ; 
INSERT INTO `wp_postmeta` VALUES (5591, 4684, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5592, 4684, '_thumbnail_id', '4612') ; 
INSERT INTO `wp_postmeta` VALUES (5593, 4684, '_wpsc_price', '17.5') ; 
INSERT INTO `wp_postmeta` VALUES (5172, 4633, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5173, 4633, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (5174, 4634, '_edit_lock', '1391708422:2') ; 
INSERT INTO `wp_postmeta` VALUES (5175, 4634, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5176, 4634, '_thumbnail_id', '4595') ; 
INSERT INTO `wp_postmeta` VALUES (5177, 4634, '_wpsc_price', '7.5') ; 
INSERT INTO `wp_postmeta` VALUES (5178, 4634, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5179, 4634, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5180, 4634, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5181, 4634, '_wpsc_product_metadata', 'a:17:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5182, 4634, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5183, 4634, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (5184, 4635, '_edit_lock', '1391708340:2') ; 
INSERT INTO `wp_postmeta` VALUES (5185, 4635, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5186, 4635, '_thumbnail_id', '4608') ; 
INSERT INTO `wp_postmeta` VALUES (5187, 4635, '_wpsc_price', '7.5') ; 
INSERT INTO `wp_postmeta` VALUES (5188, 4635, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5189, 4635, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5190, 4635, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5191, 4635, '_wpsc_product_metadata', 'a:17:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (7317, 5783, 'job_expiration_day', '20140418') ; 
INSERT INTO `wp_postmeta` VALUES (7316, 5783, '_gform-entry-id', '424') ; 
INSERT INTO `wp_postmeta` VALUES (7315, 5783, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (5192, 4635, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5193, 4635, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (5194, 4636, '_edit_lock', '1391708420:2') ; 
INSERT INTO `wp_postmeta` VALUES (5195, 4636, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5196, 4637, '_wp_attached_file', 'geriatric.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5197, 4637, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:190;s:4:"file";s:13:"geriatric.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"geriatric-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:21:"geriatric-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"geriatric-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"geriatric-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:21:"geriatric-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"geriatric-128x128.jpg";s:5:"width";i:128;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:21:"geriatric-190x150.jpg";s:5:"width";i:190;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:21:"geriatric-190x100.jpg";s:5:"width";i:190;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"geriatric-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-50x50";a:4:{s:4:"file";s:19:"geriatric-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:21:"geriatric-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:19:"geriatric-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5198, 4636, '_thumbnail_id', '4637') ; 
INSERT INTO `wp_postmeta` VALUES (5199, 4636, '_wpsc_price', '7.5') ; 
INSERT INTO `wp_postmeta` VALUES (5200, 4636, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5201, 4636, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5202, 4636, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5203, 4636, '_wpsc_product_metadata', 'a:17:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5682, 4705, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5683, 4707, '_wp_attached_file', 'AAZK-color-LOGO-¨.gif') ; 
INSERT INTO `wp_postmeta` VALUES (5684, 4707, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:890;s:6:"height";i:1074;s:4:"file";s:22:"AAZK-color-LOGO-¨.gif";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"AAZK-color-LOGO-¨-150x150.gif";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/gif";}s:6:"medium";a:4:{s:4:"file";s:30:"AAZK-color-LOGO-¨-248x300.gif";s:5:"width";i:248;s:6:"height";i:300;s:9:"mime-type";s:9:"image/gif";}s:5:"large";a:4:{s:4:"file";s:31:"AAZK-color-LOGO-¨-848x1024.gif";s:5:"width";i:848;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/gif";}s:18:"product-thumbnails";a:4:{s:4:"file";s:30:"AAZK-color-LOGO-¨-157x190.gif";s:5:"width";i:157;s:6:"height";i:190;s:9:"mime-type";s:9:"image/gif";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:28:"AAZK-color-LOGO-¨-25x31.gif";s:5:"width";i:25;s:6:"height";i:31;s:9:"mime-type";s:9:"image/gif";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:28:"AAZK-color-LOGO-¨-31x38.gif";s:5:"width";i:31;s:6:"height";i:38;s:9:"mime-type";s:9:"image/gif";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:30:"AAZK-color-LOGO-¨-178x215.gif";s:5:"width";i:178;s:6:"height";i:215;s:9:"mime-type";s:9:"image/gif";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:30:"AAZK-color-LOGO-¨-157x190.gif";s:5:"width";i:157;s:6:"height";i:190;s:9:"mime-type";s:9:"image/gif";}s:21:"medium-single-product";a:4:{s:4:"file";s:30:"AAZK-color-LOGO-¨-106x128.gif";s:5:"width";i:106;s:6:"height";i:128;s:9:"mime-type";s:9:"image/gif";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:30:"AAZK-color-LOGO-¨-600x150.gif";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:9:"image/gif";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:30:"AAZK-color-LOGO-¨-300x100.gif";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:14:"post-thumbnail";a:4:{s:4:"file";s:30:"AAZK-color-LOGO-¨-164x111.gif";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:9:"image/gif";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:30:"AAZK-color-LOGO-¨-890x421.gif";s:5:"width";i:890;s:6:"height";i:421;s:9:"mime-type";s:9:"image/gif";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (5204, 4636, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5205, 4636, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (5206, 4638, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5207, 4638, '_edit_lock', '1403889988:2') ; 
INSERT INTO `wp_postmeta` VALUES (5209, 4638, '_thumbnail_id', '4602') ; 
INSERT INTO `wp_postmeta` VALUES (5210, 4638, '_wpsc_price', '40') ; 
INSERT INTO `wp_postmeta` VALUES (5211, 4638, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5212, 4638, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5213, 4638, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5214, 4638, '_wpsc_product_metadata', 'a:11:{s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (7875, 6148, 'job_expiration_day', '20140927') ; 
INSERT INTO `wp_postmeta` VALUES (7876, 6151, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7877, 6151, '_gform-entry-id', '646') ; 
INSERT INTO `wp_postmeta` VALUES (7878, 6151, 'job_expiration_day', '20140714') ; 
INSERT INTO `wp_postmeta` VALUES (6015, 4924, '_gform-entry-id', '81') ; 
INSERT INTO `wp_postmeta` VALUES (5215, 4638, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5216, 4638, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (5217, 4639, '_edit_lock', '1391708256:2') ; 
INSERT INTO `wp_postmeta` VALUES (5218, 4639, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5219, 4639, '_thumbnail_id', '4603') ; 
INSERT INTO `wp_postmeta` VALUES (5220, 4639, '_wpsc_price', '15') ; 
INSERT INTO `wp_postmeta` VALUES (5221, 4639, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5222, 4639, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5223, 4639, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5224, 4639, '_wpsc_product_metadata', 'a:21:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";i:0;s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";d:0;s:13:"international";d:0;}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5225, 4639, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5226, 4639, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (5227, 4640, '_edit_lock', '1391707851:2') ; 
INSERT INTO `wp_postmeta` VALUES (5228, 4640, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5229, 4640, '_thumbnail_id', '4598') ; 
INSERT INTO `wp_postmeta` VALUES (5230, 4640, '_wpsc_price', '5') ; 
INSERT INTO `wp_postmeta` VALUES (5231, 4640, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5232, 4640, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5233, 4640, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5234, 4640, '_wpsc_product_metadata', 'a:17:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5235, 4640, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5236, 4640, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (5237, 4641, '_edit_lock', '1396540735:2') ; 
INSERT INTO `wp_postmeta` VALUES (5238, 4641, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5239, 4641, '_thumbnail_id', '4605') ; 
INSERT INTO `wp_postmeta` VALUES (5240, 4641, '_wpsc_price', '10') ; 
INSERT INTO `wp_postmeta` VALUES (5241, 4641, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5242, 4641, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5243, 4641, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5244, 4641, '_wpsc_product_metadata', 'a:17:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5672, 4509, '_edit_lock', '1387297900:2') ; 
INSERT INTO `wp_postmeta` VALUES (5673, 4696, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5674, 4696, '_edit_lock', '1387905022:2') ; 
INSERT INTO `wp_postmeta` VALUES (5245, 4641, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5246, 4641, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (5247, 4645, '_edit_lock', '1402418346:2') ; 
INSERT INTO `wp_postmeta` VALUES (5248, 4645, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5249, 4645, '_thumbnail_id', '4604') ; 
INSERT INTO `wp_postmeta` VALUES (5250, 4645, '_wpsc_price', '12') ; 
INSERT INTO `wp_postmeta` VALUES (5251, 4645, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5252, 4645, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5253, 4645, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5254, 4645, '_wpsc_product_metadata', 'a:11:{s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (7773, 6077, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7774, 6077, '_gform-entry-id', '597') ; 
INSERT INTO `wp_postmeta` VALUES (7775, 6077, 'job_expiration_day', '20140909') ; 
INSERT INTO `wp_postmeta` VALUES (5681, 4705, '_edit_lock', '1385416525:2') ; 
INSERT INTO `wp_postmeta` VALUES (5255, 4645, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5256, 4645, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (5258, 4648, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5259, 4648, '_edit_lock', '1385149391:2') ; 
INSERT INTO `wp_postmeta` VALUES (5260, 4648, '_thumbnail_id', '4587') ; 
INSERT INTO `wp_postmeta` VALUES (5261, 4648, '_wpsc_price', '5') ; 
INSERT INTO `wp_postmeta` VALUES (5262, 4648, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5263, 4648, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5264, 4648, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5265, 4648, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5266, 4648, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5267, 4648, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (7832, 6133, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2624;s:6:"height";i:3600;s:4:"file";s:27:"IC-WOOD-JULY-AKF-Ad-1-2.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"IC-WOOD-JULY-AKF-Ad-1-2-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:35:"IC-WOOD-JULY-AKF-Ad-1-2-218x300.jpg";s:5:"width";i:218;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"IC-WOOD-JULY-AKF-Ad-1-2-746x1024.jpg";s:5:"width";i:746;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:35:"IC-WOOD-JULY-AKF-Ad-1-2-138x190.jpg";s:5:"width";i:138;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:33:"IC-WOOD-JULY-AKF-Ad-1-2-22x31.jpg";s:5:"width";i:22;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:33:"IC-WOOD-JULY-AKF-Ad-1-2-27x38.jpg";s:5:"width";i:27;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:35:"IC-WOOD-JULY-AKF-Ad-1-2-156x215.jpg";s:5:"width";i:156;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:35:"IC-WOOD-JULY-AKF-Ad-1-2-138x190.jpg";s:5:"width";i:138;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:34:"IC-WOOD-JULY-AKF-Ad-1-2-93x128.jpg";s:5:"width";i:93;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:35:"IC-WOOD-JULY-AKF-Ad-1-2-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:35:"IC-WOOD-JULY-AKF-Ad-1-2-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:35:"IC-WOOD-JULY-AKF-Ad-1-2-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:36:"IC-WOOD-JULY-AKF-Ad-1-2-1800x421.jpg";s:5:"width";i:1800;s:6:"height";i:421;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7778, 6082, '_wp_attached_file', 'IC-Wood.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (7779, 6082, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:644;s:6:"height";i:170;s:4:"file";s:11:"IC-Wood.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"IC-Wood-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:"IC-Wood-300x79.jpg";s:5:"width";i:300;s:6:"height";i:79;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:18:"IC-Wood-190x50.jpg";s:5:"width";i:190;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"IC-Wood-31x8.jpg";s:5:"width";i:31;s:6:"height";i:8;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"IC-Wood-38x10.jpg";s:5:"width";i:38;s:6:"height";i:10;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:19:"IC-Wood-425x112.jpg";s:5:"width";i:425;s:6:"height";i:112;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:18:"IC-Wood-190x50.jpg";s:5:"width";i:190;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:18:"IC-Wood-128x33.jpg";s:5:"width";i:128;s:6:"height";i:33;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:19:"IC-Wood-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:19:"IC-Wood-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"IC-Wood-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7831, 6133, '_wp_attached_file', 'IC-WOOD-JULY-AKF-Ad-1-2.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5278, 4650, '_edit_lock', '1385149466:2') ; 
INSERT INTO `wp_postmeta` VALUES (5279, 4650, '_thumbnail_id', '4578') ; 
INSERT INTO `wp_postmeta` VALUES (5280, 4650, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5281, 4650, '_wpsc_price', '17') ; 
INSERT INTO `wp_postmeta` VALUES (5282, 4650, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5283, 4650, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5284, 4650, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5285, 4650, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:5:"10.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5286, 4650, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5287, 4650, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (5288, 4651, '_edit_lock', '1385149466:2') ; 
INSERT INTO `wp_postmeta` VALUES (5289, 4651, '_thumbnail_id', '4578') ; 
INSERT INTO `wp_postmeta` VALUES (5290, 4651, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5291, 4651, '_wpsc_price', '17') ; 
INSERT INTO `wp_postmeta` VALUES (5292, 4651, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5293, 4651, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5294, 4651, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5295, 4651, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:5:"10.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5296, 4651, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5297, 4651, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (5298, 4652, '_edit_lock', '1385149466:2') ; 
INSERT INTO `wp_postmeta` VALUES (5299, 4652, '_thumbnail_id', '4578') ; 
INSERT INTO `wp_postmeta` VALUES (5300, 4652, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5301, 4652, '_wpsc_price', '17') ; 
INSERT INTO `wp_postmeta` VALUES (5302, 4652, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5303, 4652, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5304, 4652, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5305, 4652, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:5:"10.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5306, 4652, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5307, 4652, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (5308, 4653, '_edit_lock', '1385149466:2') ; 
INSERT INTO `wp_postmeta` VALUES (5309, 4653, '_thumbnail_id', '4578') ; 
INSERT INTO `wp_postmeta` VALUES (5310, 4653, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5311, 4653, '_wpsc_price', '17') ; 
INSERT INTO `wp_postmeta` VALUES (5312, 4653, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5313, 4653, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5314, 4653, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5315, 4653, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:5:"10.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5316, 4653, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5317, 4653, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (5318, 4654, '_edit_lock', '1385149466:2') ; 
INSERT INTO `wp_postmeta` VALUES (5319, 4654, '_thumbnail_id', '4578') ; 
INSERT INTO `wp_postmeta` VALUES (5320, 4654, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5321, 4654, '_wpsc_price', '20') ; 
INSERT INTO `wp_postmeta` VALUES (5322, 4654, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5323, 4654, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5324, 4654, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5325, 4654, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:5:"10.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5326, 4654, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5327, 4654, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (5359, 4658, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (5358, 4658, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5355, 4658, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5356, 4658, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5357, 4658, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5354, 4658, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5340, 4656, '_edit_lock', '1385149984:2') ; 
INSERT INTO `wp_postmeta` VALUES (5341, 4656, '_thumbnail_id', '4578') ; 
INSERT INTO `wp_postmeta` VALUES (5342, 4656, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5343, 4656, '_wpsc_price', '20') ; 
INSERT INTO `wp_postmeta` VALUES (5344, 4656, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5345, 4656, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5346, 4656, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5347, 4656, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:5:"10.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5348, 4656, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5349, 4656, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (5360, 4659, '_edit_lock', '1385150097:2') ; 
INSERT INTO `wp_postmeta` VALUES (5361, 4659, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5362, 4659, '_thumbnail_id', '4605') ; 
INSERT INTO `wp_postmeta` VALUES (5363, 4659, '_wpsc_price', '8') ; 
INSERT INTO `wp_postmeta` VALUES (5364, 4659, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5365, 4659, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5366, 4659, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5367, 4659, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5368, 4659, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5369, 4659, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (5370, 4660, '_edit_lock', '1385150153:2') ; 
INSERT INTO `wp_postmeta` VALUES (5371, 4660, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5372, 4660, '_thumbnail_id', '4604') ; 
INSERT INTO `wp_postmeta` VALUES (5373, 4660, '_wpsc_price', '10') ; 
INSERT INTO `wp_postmeta` VALUES (5374, 4660, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5375, 4660, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5376, 4660, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5377, 4660, '_wpsc_product_metadata', 'a:21:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:0:"";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;s:14:"dimension_unit";s:2:"in";}') ; 
INSERT INTO `wp_postmeta` VALUES (5378, 4660, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5379, 4660, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (5380, 4661, '_edit_lock', '1385150153:2') ; 
INSERT INTO `wp_postmeta` VALUES (5381, 4661, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5382, 4661, '_thumbnail_id', '4604') ; 
INSERT INTO `wp_postmeta` VALUES (5383, 4661, '_wpsc_price', '10') ; 
INSERT INTO `wp_postmeta` VALUES (5384, 4661, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5385, 4661, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5386, 4661, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5387, 4661, '_wpsc_product_metadata', 'a:21:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:0:"";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;s:14:"dimension_unit";s:2:"in";}') ; 
INSERT INTO `wp_postmeta` VALUES (5388, 4661, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5389, 4661, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (7784, 6090, '_gform-entry-id', '600') ; 
INSERT INTO `wp_postmeta` VALUES (7783, 6090, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7782, 6087, 'job_expiration_day', '20140627') ; 
INSERT INTO `wp_postmeta` VALUES (7781, 6087, '_gform-entry-id', '599') ; 
INSERT INTO `wp_postmeta` VALUES (7780, 6087, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (5400, 4663, '_edit_lock', '1385150153:2') ; 
INSERT INTO `wp_postmeta` VALUES (5401, 4663, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5402, 4663, '_thumbnail_id', '4604') ; 
INSERT INTO `wp_postmeta` VALUES (5403, 4663, '_wpsc_price', '10') ; 
INSERT INTO `wp_postmeta` VALUES (5404, 4663, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5405, 4663, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5406, 4663, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5407, 4663, '_wpsc_product_metadata', 'a:21:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:0:"";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;s:14:"dimension_unit";s:2:"in";}') ; 
INSERT INTO `wp_postmeta` VALUES (5408, 4663, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5409, 4663, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (6964, 5552, '_edit_lock', '1391707972:2') ; 
INSERT INTO `wp_postmeta` VALUES (6963, 5551, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (6958, 5551, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6959, 5551, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (6960, 5551, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (6961, 5551, '_wpsc_product_metadata', 'a:21:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";s:1:"0";s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6962, 5551, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6957, 5551, '_wpsc_price', '5') ; 
INSERT INTO `wp_postmeta` VALUES (6956, 5551, '_thumbnail_id', '4598') ; 
INSERT INTO `wp_postmeta` VALUES (6953, 5548, 'job_expiration_day', '20140507') ; 
INSERT INTO `wp_postmeta` VALUES (6952, 5548, '_gform-entry-id', '250') ; 
INSERT INTO `wp_postmeta` VALUES (6951, 5548, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (6954, 5551, '_edit_lock', '1391707827:2') ; 
INSERT INTO `wp_postmeta` VALUES (5558, 4679, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5559, 4679, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (5560, 4680, '_edit_lock', '1385405287:2') ; 
INSERT INTO `wp_postmeta` VALUES (5561, 4680, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5562, 4680, '_thumbnail_id', '4597') ; 
INSERT INTO `wp_postmeta` VALUES (5563, 4680, '_wpsc_price', '17.5') ; 
INSERT INTO `wp_postmeta` VALUES (5564, 4680, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5565, 4680, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5566, 4680, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5567, 4680, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5568, 4680, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5569, 4680, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (5574, 4682, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5575, 4682, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5576, 4682, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5577, 4682, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5578, 4682, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5579, 4682, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (5580, 4683, '_edit_lock', '1385405401:2') ; 
INSERT INTO `wp_postmeta` VALUES (5581, 4683, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5582, 4683, '_thumbnail_id', '4601') ; 
INSERT INTO `wp_postmeta` VALUES (5583, 4683, '_wpsc_price', '17.5') ; 
INSERT INTO `wp_postmeta` VALUES (5584, 4683, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5585, 4683, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5586, 4683, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5587, 4683, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5588, 4683, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5589, 4683, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (5594, 4684, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5595, 4684, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5596, 4684, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5597, 4684, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5598, 4684, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5599, 4684, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (5600, 4685, '_edit_lock', '1385405557:2') ; 
INSERT INTO `wp_postmeta` VALUES (5601, 4685, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5602, 4685, '_thumbnail_id', '4612') ; 
INSERT INTO `wp_postmeta` VALUES (5603, 4685, '_wpsc_price', '17.5') ; 
INSERT INTO `wp_postmeta` VALUES (5604, 4685, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5605, 4685, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5606, 4685, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5607, 4685, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5608, 4685, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5609, 4685, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (5610, 4686, '_edit_lock', '1385405618:2') ; 
INSERT INTO `wp_postmeta` VALUES (5611, 4686, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5612, 4686, '_thumbnail_id', '4598') ; 
INSERT INTO `wp_postmeta` VALUES (5613, 4686, '_wpsc_price', '5') ; 
INSERT INTO `wp_postmeta` VALUES (5614, 4686, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5615, 4686, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5616, 4686, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5617, 4686, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5618, 4686, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5619, 4686, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (5620, 4687, '_edit_lock', '1385405618:2') ; 
INSERT INTO `wp_postmeta` VALUES (5621, 4687, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5622, 4687, '_thumbnail_id', '4598') ; 
INSERT INTO `wp_postmeta` VALUES (5623, 4687, '_wpsc_price', '15') ; 
INSERT INTO `wp_postmeta` VALUES (5624, 4687, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5625, 4687, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5626, 4687, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5627, 4687, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:5:"10.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5628, 4687, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5629, 4687, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (5630, 4689, '_wpsc_price', '17.5') ; 
INSERT INTO `wp_postmeta` VALUES (5631, 4689, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5632, 4689, '_edit_lock', '1385405704:2') ; 
INSERT INTO `wp_postmeta` VALUES (5633, 4689, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5634, 4689, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5635, 4689, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5636, 4689, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5637, 4689, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5638, 4689, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (5639, 4689, '_thumbnail_id', '4599') ; 
INSERT INTO `wp_postmeta` VALUES (5640, 4690, '_wpsc_price', '17.5') ; 
INSERT INTO `wp_postmeta` VALUES (5641, 4690, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5642, 4690, '_edit_lock', '1385405704:2') ; 
INSERT INTO `wp_postmeta` VALUES (5643, 4690, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5644, 4690, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5645, 4690, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5646, 4690, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5647, 4690, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5648, 4690, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (5649, 4690, '_thumbnail_id', '4599') ; 
INSERT INTO `wp_postmeta` VALUES (5650, 4691, '_edit_lock', '1385405777:2') ; 
INSERT INTO `wp_postmeta` VALUES (5651, 4691, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5652, 4691, '_thumbnail_id', '4637') ; 
INSERT INTO `wp_postmeta` VALUES (5653, 4691, '_wpsc_price', '17.5') ; 
INSERT INTO `wp_postmeta` VALUES (5654, 4691, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5655, 4691, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5656, 4691, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5657, 4691, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5658, 4691, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5659, 4691, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (5660, 4692, '_edit_lock', '1385405777:2') ; 
INSERT INTO `wp_postmeta` VALUES (5661, 4692, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5662, 4692, '_thumbnail_id', '4637') ; 
INSERT INTO `wp_postmeta` VALUES (5663, 4692, '_wpsc_price', '17.5') ; 
INSERT INTO `wp_postmeta` VALUES (5664, 4692, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5665, 4692, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5666, 4692, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5667, 4692, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5668, 4692, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5669, 4692, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (5695, 4716, '_wp_attached_file', 'no-image.png') ; 
INSERT INTO `wp_postmeta` VALUES (5696, 4716, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:164;s:6:"height";i:111;s:4:"file";s:12:"no-image.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"no-image-150x111.png";s:5:"width";i:150;s:6:"height";i:111;s:9:"mime-type";s:9:"image/png";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"no-image-31x20.png";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:9:"image/png";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"no-image-38x25.png";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:9:"image/png";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"no-image-128x86.png";s:5:"width";i:128;s:6:"height";i:86;s:9:"mime-type";s:9:"image/png";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:20:"no-image-164x100.png";s:5:"width";i:164;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"no-image-164x111.png";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:9:"image/png";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7017, 5557, '_wpsc_price', '17') ; 
INSERT INTO `wp_postmeta` VALUES (7018, 5557, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5706, 4720, '_edit_last', '25759') ; 
INSERT INTO `wp_postmeta` VALUES (5707, 4720, '_wp_page_template', 'page-jobs-members.php') ; 
INSERT INTO `wp_postmeta` VALUES (5708, 4720, '_edit_lock', '1392606834:25759') ; 
INSERT INTO `wp_postmeta` VALUES (7019, 5557, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7995, 6246, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (7996, 6246, '_gform-entry-id', '692') ; 
INSERT INTO `wp_postmeta` VALUES (7997, 6246, 'job_expiration_day', '20140731') ; 
INSERT INTO `wp_postmeta` VALUES (7998, 5556, '_wpsc_stats', 'a:2:{s:5:"sales";i:2;s:8:"earnings";i:12;}') ; 
INSERT INTO `wp_postmeta` VALUES (6356, 5155, '_wpsc_product_metadata', 'a:11:{s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (6355, 5155, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (6354, 5155, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (6353, 5155, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6352, 5155, '_wpsc_price', '6') ; 
INSERT INTO `wp_postmeta` VALUES (6351, 5155, '_thumbnail_id', '4812') ; 
INSERT INTO `wp_postmeta` VALUES (6349, 5155, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6350, 5155, '_edit_lock', '1405957370:2') ; 
INSERT INTO `wp_postmeta` VALUES (6347, 5153, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (6346, 5153, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (6345, 5153, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (6344, 5153, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (6343, 5153, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (6342, 5153, '_menu_item_object_id', '1404') ; 
INSERT INTO `wp_postmeta` VALUES (6341, 5153, '_menu_item_menu_item_parent', '4665') ; 
INSERT INTO `wp_postmeta` VALUES (6340, 5153, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (5745, 4748, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (5746, 4748, '_menu_item_menu_item_parent', '3122') ; 
INSERT INTO `wp_postmeta` VALUES (5747, 4748, '_menu_item_object_id', '4720') ; 
INSERT INTO `wp_postmeta` VALUES (5748, 4748, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (5749, 4748, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (5750, 4748, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (5751, 4748, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (5752, 4748, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (5754, 4749, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (5755, 4749, '_menu_item_menu_item_parent', '3122') ; 
INSERT INTO `wp_postmeta` VALUES (5756, 4749, '_menu_item_object_id', '3172') ; 
INSERT INTO `wp_postmeta` VALUES (5757, 4749, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (5758, 4749, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (5759, 4749, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (5760, 4749, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (5761, 4749, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (5768, 4771, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (5769, 4773, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (5770, 4773, '_menu_item_menu_item_parent', '4494') ; 
INSERT INTO `wp_postmeta` VALUES (5771, 4773, '_menu_item_object_id', '4771') ; 
INSERT INTO `wp_postmeta` VALUES (5772, 4773, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (5773, 4773, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (5774, 4773, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (5775, 4773, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (5776, 4773, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (5787, 4775, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (5778, 4774, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (5779, 4774, '_menu_item_menu_item_parent', '4494') ; 
INSERT INTO `wp_postmeta` VALUES (5780, 4774, '_menu_item_object_id', '4769') ; 
INSERT INTO `wp_postmeta` VALUES (5781, 4774, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (5782, 4774, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (5783, 4774, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (5784, 4774, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (5785, 4774, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (5788, 4775, '_edit_lock', '1385488711:1') ; 
INSERT INTO `wp_postmeta` VALUES (5789, 4775, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (5790, 4777, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (5791, 4777, '_menu_item_menu_item_parent', '4489') ; 
INSERT INTO `wp_postmeta` VALUES (5792, 4777, '_menu_item_object_id', '4775') ; 
INSERT INTO `wp_postmeta` VALUES (5793, 4777, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (5794, 4777, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (5795, 4777, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (5796, 4777, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (5797, 4777, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (5799, 2782, '_post_restored_from', 'a:3:{s:20:"restored_revision_id";i:2856;s:16:"restored_by_user";i:2;s:13:"restored_time";i:1385506145;}') ; 
INSERT INTO `wp_postmeta` VALUES (5800, 4785, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (5801, 4785, '_edit_lock', '1386106598:1') ; 
INSERT INTO `wp_postmeta` VALUES (5802, 4785, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (5839, 4793, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (7306, 5773, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7404, 5882, '_wp_attached_file', 'BFR-Color-5-Rhino.png') ; 
INSERT INTO `wp_postmeta` VALUES (5872, 4807, '_wp_attached_file', '3.01-3-Institutional-Member-2013.form_.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (5873, 4807, '_edit_lock', '1386631615:1') ; 
INSERT INTO `wp_postmeta` VALUES (5874, 4808, '_edit_lock', '1389640660:25759') ; 
INSERT INTO `wp_postmeta` VALUES (5875, 4808, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6380, 5170, '_wp_attached_file', 'African-Wild-Dog-Husbandry.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (7307, 5773, '_gform-entry-id', '415') ; 
INSERT INTO `wp_postmeta` VALUES (5879, 4812, '_wp_attached_file', 'December-2013-AKF_cover.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (5880, 4812, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:612;s:6:"height";i:778;s:4:"file";s:27:"December-2013-AKF_cover.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"December-2013-AKF_cover-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:35:"December-2013-AKF_cover-235x300.jpg";s:5:"width";i:235;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:35:"December-2013-AKF_cover-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:33:"December-2013-AKF_cover-24x31.jpg";s:5:"width";i:24;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:33:"December-2013-AKF_cover-29x38.jpg";s:5:"width";i:29;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:35:"December-2013-AKF_cover-169x215.jpg";s:5:"width";i:169;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:35:"December-2013-AKF_cover-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:35:"December-2013-AKF_cover-100x128.jpg";s:5:"width";i:100;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:35:"December-2013-AKF_cover-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:35:"December-2013-AKF_cover-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:35:"December-2013-AKF_cover-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:35:"December-2013-AKF_cover-612x421.jpg";s:5:"width";i:612;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:35:"December-2013-AKF_cover-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:33:"December-2013-AKF_cover-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6386, 5179, '_wp_attached_file', 'Hawk-box.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (5883, 4538, '_thumbnail_id', '4812') ; 
INSERT INTO `wp_postmeta` VALUES (5884, 4817, '_edit_lock', '1387385852:2') ; 
INSERT INTO `wp_postmeta` VALUES (5885, 4817, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7045, 5560, '_gform-entry-id', '254') ; 
INSERT INTO `wp_postmeta` VALUES (7044, 5560, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (5888, 4823, '_edit_lock', '1387385838:2') ; 
INSERT INTO `wp_postmeta` VALUES (5889, 4823, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6387, 5180, '_wp_attached_file', 'IAATE-PositionStatement-Tethering.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (5892, 4826, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5893, 4826, '_edit_lock', '1387385831:2') ; 
INSERT INTO `wp_postmeta` VALUES (6389, 5182, '_wp_attached_file', 'Raptor-knot.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6388, 5181, '_wp_attached_file', 'Raptor-equipment.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (5896, 4829, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5897, 4829, '_edit_lock', '1387385810:2') ; 
INSERT INTO `wp_postmeta` VALUES (5898, 4831, '_edit_lock', '1387385802:2') ; 
INSERT INTO `wp_postmeta` VALUES (5899, 4831, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5900, 4833, '_edit_lock', '1387385794:2') ; 
INSERT INTO `wp_postmeta` VALUES (5901, 4833, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6572, 5311, '_gform-entry-id', '178') ; 
INSERT INTO `wp_postmeta` VALUES (6571, 5311, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (5904, 4838, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5905, 4838, '_edit_lock', '1387385776:2') ; 
INSERT INTO `wp_postmeta` VALUES (5906, 4840, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5907, 4840, '_edit_lock', '1401896946:2') ; 
INSERT INTO `wp_postmeta` VALUES (5908, 4846, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5909, 4846, '_edit_lock', '1387385763:2') ; 
INSERT INTO `wp_postmeta` VALUES (5910, 4848, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5911, 4848, '_edit_lock', '1387385757:2') ; 
INSERT INTO `wp_postmeta` VALUES (5912, 4851, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5913, 4851, '_edit_lock', '1388764220:2') ; 
INSERT INTO `wp_postmeta` VALUES (6576, 5316, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (6575, 5314, '_gform-entry-id', '179') ; 
INSERT INTO `wp_postmeta` VALUES (5916, 4865, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (5917, 4865, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (5918, 4865, '_edit_lock', '1386723569:1') ; 
INSERT INTO `wp_postmeta` VALUES (6683, 5459, '_wp_attached_file', 'Bird-Strike-Monitoring-at-the-Philadelphia-Zoo.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (7091, 5616, '_edit_last', '25759') ; 
INSERT INTO `wp_postmeta` VALUES (7092, 5616, '_edit_lock', '1392608452:25759') ; 
INSERT INTO `wp_postmeta` VALUES (5927, 4874, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5928, 4874, '_edit_lock', '1387211581:2') ; 
INSERT INTO `wp_postmeta` VALUES (5929, 4874, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (5930, 4885, '_edit_lock', '1386869522:2') ; 
INSERT INTO `wp_postmeta` VALUES (5931, 4885, '_edit_last', '1') ; 
INSERT INTO `wp_postmeta` VALUES (5932, 4885, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (5933, 4887, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (5934, 4887, '_gform-entry-id', '58') ; 
INSERT INTO `wp_postmeta` VALUES (5935, 4887, '_oembed_555eb6748e923b861fbb5ee8f7cd2c02', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (5936, 4891, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (5937, 4891, '_gform-entry-id', '59') ; 
INSERT INTO `wp_postmeta` VALUES (5938, 4891, '_edit_lock', '1388764205:2') ; 
INSERT INTO `wp_postmeta` VALUES (5939, 4894, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (5940, 4894, '_gform-entry-id', '62') ; 
INSERT INTO `wp_postmeta` VALUES (5941, 4896, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (5942, 4896, '_gform-entry-id', '64') ; 
INSERT INTO `wp_postmeta` VALUES (5943, 4896, '_oembed_9faa2a937a734bd79be8e62f6e956cb2', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (5944, 4898, '_edit_lock', '1387384135:2') ; 
INSERT INTO `wp_postmeta` VALUES (5945, 4898, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5946, 4898, '_wpsc_price', '6') ; 
INSERT INTO `wp_postmeta` VALUES (5947, 4898, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5948, 4898, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5949, 4898, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5950, 4898, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";i:0;s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";d:0;s:13:"international";d:0;}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5951, 4898, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5952, 4898, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (6593, 5331, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:266;s:6:"height";i:179;s:4:"file";s:9:"Swine.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"Swine-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:17:"Swine-190x127.jpg";s:5:"width";i:190;s:6:"height";i:127;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:15:"Swine-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:15:"Swine-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:17:"Swine-190x127.jpg";s:5:"width";i:190;s:6:"height";i:127;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:16:"Swine-128x86.jpg";s:5:"width";i:128;s:6:"height";i:86;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:17:"Swine-266x150.jpg";s:5:"width";i:266;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:17:"Swine-266x100.jpg";s:5:"width";i:266;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"Swine-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6580, 5279, '_edit_lock', '1401896522:2') ; 
INSERT INTO `wp_postmeta` VALUES (7118, 5623, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7119, 5623, '_gform-entry-id', '298') ; 
INSERT INTO `wp_postmeta` VALUES (7120, 5623, 'job_expiration_day', '20140305') ; 
INSERT INTO `wp_postmeta` VALUES (7177, 5648, '_edit_lock', '1394041280:2') ; 
INSERT INTO `wp_postmeta` VALUES (6586, 5322, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (6587, 5322, '_gform-entry-id', '185') ; 
INSERT INTO `wp_postmeta` VALUES (6588, 5322, 'job_expiration_day', '20140420') ; 
INSERT INTO `wp_postmeta` VALUES (7325, 5794, '_wp_attached_file', '2014-AAZK-Membership-Application.docx') ; 
INSERT INTO `wp_postmeta` VALUES (6589, 5329, '_edit_lock', '1390330557:25759') ; 
INSERT INTO `wp_postmeta` VALUES (6590, 5329, '_edit_last', '25759') ; 
INSERT INTO `wp_postmeta` VALUES (6591, 5329, '_wp_page_template', 'page-search-members.php') ; 
INSERT INTO `wp_postmeta` VALUES (6592, 5331, '_wp_attached_file', 'Swine.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6579, 5316, '_oembed_794e12da1bcaac7b9e890f903beb6607', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (5964, 4901, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5965, 4901, '_edit_lock', '1387384859:2') ; 
INSERT INTO `wp_postmeta` VALUES (5966, 4901, '_wpsc_price', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5967, 4901, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5968, 4901, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5969, 4901, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5970, 4901, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";i:0;s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";d:0;s:13:"international";d:0;}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5971, 4901, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5972, 4901, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (5984, 4901, '_thumbnail_id', '4594') ; 
INSERT INTO `wp_postmeta` VALUES (5974, 4903, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5975, 4903, '_edit_lock', '1387385050:2') ; 
INSERT INTO `wp_postmeta` VALUES (5976, 4903, '_thumbnail_id', '4591') ; 
INSERT INTO `wp_postmeta` VALUES (5977, 4903, '_wpsc_price', '2') ; 
INSERT INTO `wp_postmeta` VALUES (5978, 4903, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5979, 4903, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (5980, 4903, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (5981, 4903, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";i:0;s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";d:0;s:13:"international";d:0;}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (5982, 4903, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (5983, 4903, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (6578, 5316, 'job_expiration_day', '20140418') ; 
INSERT INTO `wp_postmeta` VALUES (6577, 5316, '_gform-entry-id', '182') ; 
INSERT INTO `wp_postmeta` VALUES (5999, 4911, '_gform-entry-id', '73') ; 
INSERT INTO `wp_postmeta` VALUES (5998, 4911, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (5989, 4887, '_edit_lock', '1388764210:2') ; 
INSERT INTO `wp_postmeta` VALUES (6574, 5314, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6573, 5311, 'job_expiration_day', '20140417') ; 
INSERT INTO `wp_postmeta` VALUES (5992, 4904, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (5993, 4904, '_gform-entry-id', '65') ; 
INSERT INTO `wp_postmeta` VALUES (5994, 4907, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (5995, 4907, '_gform-entry-id', '69') ; 
INSERT INTO `wp_postmeta` VALUES (5996, 4907, '_edit_lock', '1388764163:2') ; 
INSERT INTO `wp_postmeta` VALUES (5997, 4894, '_edit_lock', '1388764179:2') ; 
INSERT INTO `wp_postmeta` VALUES (6637, 5391, '_wp_attached_file', 'Enrichment-Comparison-of-African-Painted-Dogs.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6047, 1193, '_thumbnail_id', '4944') ; 
INSERT INTO `wp_postmeta` VALUES (6048, 4948, '_wp_attached_file', 'Zoo-keeper-WEEK.Logo-H-2014.tif') ; 
INSERT INTO `wp_postmeta` VALUES (6049, 4949, '_wp_attached_file', 'Zoo-keeper-WEEK.Logo-2014-V-copy.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6050, 4949, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:720;s:4:"file";s:36:"Zoo-keeper-WEEK.Logo-2014-V-copy.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:44:"Zoo-keeper-WEEK.Logo-2014-V-copy-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:44:"Zoo-keeper-WEEK.Logo-2014-V-copy-300x180.jpg";s:5:"width";i:300;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:45:"Zoo-keeper-WEEK.Logo-2014-V-copy-1024x614.jpg";s:5:"width";i:1024;s:6:"height";i:614;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:44:"Zoo-keeper-WEEK.Logo-2014-V-copy-190x114.jpg";s:5:"width";i:190;s:6:"height";i:114;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:42:"Zoo-keeper-WEEK.Logo-2014-V-copy-31x18.jpg";s:5:"width";i:31;s:6:"height";i:18;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:42:"Zoo-keeper-WEEK.Logo-2014-V-copy-38x22.jpg";s:5:"width";i:38;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:44:"Zoo-keeper-WEEK.Logo-2014-V-copy-358x215.jpg";s:5:"width";i:358;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:44:"Zoo-keeper-WEEK.Logo-2014-V-copy-190x114.jpg";s:5:"width";i:190;s:6:"height";i:114;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:43:"Zoo-keeper-WEEK.Logo-2014-V-copy-128x76.jpg";s:5:"width";i:128;s:6:"height";i:76;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:44:"Zoo-keeper-WEEK.Logo-2014-V-copy-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:44:"Zoo-keeper-WEEK.Logo-2014-V-copy-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:44:"Zoo-keeper-WEEK.Logo-2014-V-copy-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:45:"Zoo-keeper-WEEK.Logo-2014-V-copy-1200x421.jpg";s:5:"width";i:1200;s:6:"height";i:421;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:26:"Zookeeper WEEK.Logo 2006 V";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6051, 4953, '_wp_attached_file', 'Zoo-keeper-WEEK.Logo_.Horz-2014.tif') ; 
INSERT INTO `wp_postmeta` VALUES (6052, 4955, '_wp_attached_file', 'Zoo-keeper-WEEK-copy.Logo-2014-V.tiff') ; 
INSERT INTO `wp_postmeta` VALUES (6054, 4959, '_wp_attached_file', 'reidpark.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6055, 4959, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:165;s:6:"height";i:170;s:4:"file";s:12:"reidpark.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"reidpark-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"reidpark-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"reidpark-36x38.jpg";s:5:"width";i:36;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:20:"reidpark-124x128.jpg";s:5:"width";i:124;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:20:"reidpark-165x150.jpg";s:5:"width";i:165;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:20:"reidpark-165x100.jpg";s:5:"width";i:165;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"reidpark-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6056, 4960, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6057, 4960, '_edit_lock', '1388769549:2') ; 
INSERT INTO `wp_postmeta` VALUES (6058, 4960, '_thumbnail_id', '4959') ; 
INSERT INTO `wp_postmeta` VALUES (7064, 5588, '_gform-entry-id', '272') ; 
INSERT INTO `wp_postmeta` VALUES (6061, 4965, '_wp_attached_file', 'Phoenix.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6062, 4965, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:396;s:6:"height";i:265;s:4:"file";s:11:"Phoenix.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"Phoenix-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:19:"Phoenix-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:19:"Phoenix-190x127.jpg";s:5:"width";i:190;s:6:"height";i:127;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"Phoenix-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"Phoenix-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:19:"Phoenix-321x215.jpg";s:5:"width";i:321;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:19:"Phoenix-190x127.jpg";s:5:"width";i:190;s:6:"height";i:127;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:18:"Phoenix-128x85.jpg";s:5:"width";i:128;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:19:"Phoenix-396x150.jpg";s:5:"width";i:396;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:19:"Phoenix-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"Phoenix-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6065, 4967, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6066, 4967, '_edit_lock', '1388769951:2') ; 
INSERT INTO `wp_postmeta` VALUES (6067, 4967, '_thumbnail_id', '4965') ; 
INSERT INTO `wp_postmeta` VALUES (6068, 4969, '_edit_lock', '1388770289:2') ; 
INSERT INTO `wp_postmeta` VALUES (6069, 4969, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6070, 4970, '_wp_attached_file', 'Curiodessy.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6071, 4970, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:299;s:6:"height";i:107;s:4:"file";s:14:"Curiodessy.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"Curiodessy-150x107.jpg";s:5:"width";i:150;s:6:"height";i:107;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:21:"Curiodessy-190x67.jpg";s:5:"width";i:190;s:6:"height";i:67;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"Curiodessy-31x11.jpg";s:5:"width";i:31;s:6:"height";i:11;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"Curiodessy-38x13.jpg";s:5:"width";i:38;s:6:"height";i:13;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:21:"Curiodessy-190x67.jpg";s:5:"width";i:190;s:6:"height";i:67;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"Curiodessy-128x45.jpg";s:5:"width";i:128;s:6:"height";i:45;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:22:"Curiodessy-299x100.jpg";s:5:"width";i:299;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"Curiodessy-164x107.jpg";s:5:"width";i:164;s:6:"height";i:107;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6072, 4969, '_thumbnail_id', '4970') ; 
INSERT INTO `wp_postmeta` VALUES (6073, 4972, '_edit_lock', '1388771027:2') ; 
INSERT INTO `wp_postmeta` VALUES (6074, 4972, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6075, 4973, '_wp_attached_file', 'BBryan.png') ; 
INSERT INTO `wp_postmeta` VALUES (6076, 4973, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:179;s:6:"height";i:107;s:4:"file";s:10:"BBryan.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"BBryan-150x107.png";s:5:"width";i:150;s:6:"height";i:107;s:9:"mime-type";s:9:"image/png";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"BBryan-31x18.png";s:5:"width";i:31;s:6:"height";i:18;s:9:"mime-type";s:9:"image/png";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"BBryan-38x22.png";s:5:"width";i:38;s:6:"height";i:22;s:9:"mime-type";s:9:"image/png";}s:21:"medium-single-product";a:4:{s:4:"file";s:17:"BBryan-128x76.png";s:5:"width";i:128;s:6:"height";i:76;s:9:"mime-type";s:9:"image/png";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"BBryan-179x100.png";s:5:"width";i:179;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"BBryan-164x107.png";s:5:"width";i:164;s:6:"height";i:107;s:9:"mime-type";s:9:"image/png";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6077, 4972, '_thumbnail_id', '4973') ; 
INSERT INTO `wp_postmeta` VALUES (6078, 4975, '_edit_lock', '1388770833:2') ; 
INSERT INTO `wp_postmeta` VALUES (6079, 4975, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6080, 4976, '_wp_attached_file', 'MontereyBay.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6081, 4976, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:183;s:6:"height";i:177;s:4:"file";s:15:"MontereyBay.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"MontereyBay-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"MontereyBay-31x29.jpg";s:5:"width";i:31;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"MontereyBay-38x36.jpg";s:5:"width";i:38;s:6:"height";i:36;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:23:"MontereyBay-128x123.jpg";s:5:"width";i:128;s:6:"height";i:123;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:23:"MontereyBay-183x150.jpg";s:5:"width";i:183;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:23:"MontereyBay-183x100.jpg";s:5:"width";i:183;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"MontereyBay-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6082, 4975, '_thumbnail_id', '4976') ; 
INSERT INTO `wp_postmeta` VALUES (6083, 4979, '_edit_lock', '1388771944:2') ; 
INSERT INTO `wp_postmeta` VALUES (6084, 4979, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6085, 4980, '_wp_attached_file', 'SanFrancisco.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6086, 4980, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:115;s:6:"height";i:177;s:4:"file";s:16:"SanFrancisco.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"SanFrancisco-115x150.jpg";s:5:"width";i:115;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"SanFrancisco-20x31.jpg";s:5:"width";i:20;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"SanFrancisco-24x38.jpg";s:5:"width";i:24;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:23:"SanFrancisco-83x128.jpg";s:5:"width";i:83;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:24:"SanFrancisco-115x150.jpg";s:5:"width";i:115;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:24:"SanFrancisco-115x100.jpg";s:5:"width";i:115;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"SanFrancisco-115x111.jpg";s:5:"width";i:115;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6087, 4979, '_thumbnail_id', '4980') ; 
INSERT INTO `wp_postmeta` VALUES (6088, 4983, '_edit_lock', '1388772153:2') ; 
INSERT INTO `wp_postmeta` VALUES (6089, 4983, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6090, 4984, '_wp_attached_file', 'SantaAna.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6091, 4984, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:289;s:6:"height";i:145;s:4:"file";s:12:"SantaAna.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SantaAna-150x145.jpg";s:5:"width";i:150;s:6:"height";i:145;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:19:"SantaAna-190x95.jpg";s:5:"width";i:190;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"SantaAna-31x15.jpg";s:5:"width";i:31;s:6:"height";i:15;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"SantaAna-38x19.jpg";s:5:"width";i:38;s:6:"height";i:19;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:19:"SantaAna-190x95.jpg";s:5:"width";i:190;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"SantaAna-128x64.jpg";s:5:"width";i:128;s:6:"height";i:64;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:20:"SantaAna-289x100.jpg";s:5:"width";i:289;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"SantaAna-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6092, 4983, '_thumbnail_id', '4984') ; 
INSERT INTO `wp_postmeta` VALUES (6093, 4991, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6094, 4991, '_edit_lock', '1388772494:2') ; 
INSERT INTO `wp_postmeta` VALUES (6095, 4992, '_wp_attached_file', 'NHMLA.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6096, 4992, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:233;s:6:"height";i:180;s:4:"file";s:9:"NHMLA.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"NHMLA-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:17:"NHMLA-190x146.jpg";s:5:"width";i:190;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:15:"NHMLA-31x23.jpg";s:5:"width";i:31;s:6:"height";i:23;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:15:"NHMLA-38x29.jpg";s:5:"width";i:38;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:17:"NHMLA-190x146.jpg";s:5:"width";i:190;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:16:"NHMLA-128x98.jpg";s:5:"width";i:128;s:6:"height";i:98;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:17:"NHMLA-233x150.jpg";s:5:"width";i:233;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:17:"NHMLA-233x100.jpg";s:5:"width";i:233;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"NHMLA-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6097, 4991, '_thumbnail_id', '4992') ; 
INSERT INTO `wp_postmeta` VALUES (6098, 4996, '_edit_lock', '1388773066:2') ; 
INSERT INTO `wp_postmeta` VALUES (6099, 4996, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6100, 4997, '_wp_attached_file', 'CentralFlorida.png') ; 
INSERT INTO `wp_postmeta` VALUES (6101, 4997, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:242;s:6:"height";i:158;s:4:"file";s:18:"CentralFlorida.png";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"CentralFlorida-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:18:"product-thumbnails";a:4:{s:4:"file";s:26:"CentralFlorida-190x124.png";s:5:"width";i:190;s:6:"height";i:124;s:9:"mime-type";s:9:"image/png";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:24:"CentralFlorida-31x20.png";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:9:"image/png";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:24:"CentralFlorida-38x24.png";s:5:"width";i:38;s:6:"height";i:24;s:9:"mime-type";s:9:"image/png";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:26:"CentralFlorida-190x124.png";s:5:"width";i:190;s:6:"height";i:124;s:9:"mime-type";s:9:"image/png";}s:21:"medium-single-product";a:4:{s:4:"file";s:25:"CentralFlorida-128x83.png";s:5:"width";i:128;s:6:"height";i:83;s:9:"mime-type";s:9:"image/png";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:26:"CentralFlorida-242x150.png";s:5:"width";i:242;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:26:"CentralFlorida-242x100.png";s:5:"width";i:242;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"CentralFlorida-164x111.png";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:9:"image/png";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6102, 4996, '_thumbnail_id', '4997') ; 
INSERT INTO `wp_postmeta` VALUES (6103, 5002, '_edit_lock', '1388773402:2') ; 
INSERT INTO `wp_postmeta` VALUES (6104, 5002, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6105, 5003, '_wp_attached_file', 'BuschGardens.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6106, 5003, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:269;s:6:"height";i:124;s:4:"file";s:16:"BuschGardens.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"BuschGardens-150x124.jpg";s:5:"width";i:150;s:6:"height";i:124;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:23:"BuschGardens-190x87.jpg";s:5:"width";i:190;s:6:"height";i:87;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"BuschGardens-31x14.jpg";s:5:"width";i:31;s:6:"height";i:14;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"BuschGardens-38x17.jpg";s:5:"width";i:38;s:6:"height";i:17;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:23:"BuschGardens-190x87.jpg";s:5:"width";i:190;s:6:"height";i:87;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:23:"BuschGardens-128x59.jpg";s:5:"width";i:128;s:6:"height";i:59;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:24:"BuschGardens-269x100.jpg";s:5:"width";i:269;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"BuschGardens-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6107, 5002, '_thumbnail_id', '5003') ; 
INSERT INTO `wp_postmeta` VALUES (6108, 5005, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6109, 5005, '_edit_lock', '1388773625:2') ; 
INSERT INTO `wp_postmeta` VALUES (6110, 5006, '_wp_attached_file', 'Brevard.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6111, 5006, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:168;s:6:"height";i:171;s:4:"file";s:11:"Brevard.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"Brevard-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"Brevard-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"Brevard-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"Brevard-125x128.jpg";s:5:"width";i:125;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:19:"Brevard-168x150.jpg";s:5:"width";i:168;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:19:"Brevard-168x100.jpg";s:5:"width";i:168;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"Brevard-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6112, 5005, '_thumbnail_id', '5006') ; 
INSERT INTO `wp_postmeta` VALUES (6113, 5008, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6114, 5008, '_edit_lock', '1388773821:2') ; 
INSERT INTO `wp_postmeta` VALUES (6115, 5009, '_wp_attached_file', 'PantherRidge.png') ; 
INSERT INTO `wp_postmeta` VALUES (6116, 5009, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:139;s:6:"height";i:111;s:4:"file";s:16:"PantherRidge.png";s:5:"sizes";a:4:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"PantherRidge-31x24.png";s:5:"width";i:31;s:6:"height";i:24;s:9:"mime-type";s:9:"image/png";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"PantherRidge-38x30.png";s:5:"width";i:38;s:6:"height";i:30;s:9:"mime-type";s:9:"image/png";}s:21:"medium-single-product";a:4:{s:4:"file";s:24:"PantherRidge-128x102.png";s:5:"width";i:128;s:6:"height";i:102;s:9:"mime-type";s:9:"image/png";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:24:"PantherRidge-139x100.png";s:5:"width";i:139;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6117, 5008, '_thumbnail_id', '5009') ; 
INSERT INTO `wp_postmeta` VALUES (6118, 5011, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6119, 5011, '_edit_lock', '1388774010:2') ; 
INSERT INTO `wp_postmeta` VALUES (6120, 5012, '_wp_attached_file', 'DolphinResearch.png') ; 
INSERT INTO `wp_postmeta` VALUES (6121, 5012, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:158;s:6:"height";i:157;s:4:"file";s:19:"DolphinResearch.png";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"DolphinResearch-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:25:"DolphinResearch-31x31.png";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:9:"image/png";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:25:"DolphinResearch-38x38.png";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:9:"image/png";}s:21:"medium-single-product";a:4:{s:4:"file";s:27:"DolphinResearch-128x128.png";s:5:"width";i:128;s:6:"height";i:128;s:9:"mime-type";s:9:"image/png";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:27:"DolphinResearch-158x150.png";s:5:"width";i:158;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:27:"DolphinResearch-158x100.png";s:5:"width";i:158;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"DolphinResearch-158x111.png";s:5:"width";i:158;s:6:"height";i:111;s:9:"mime-type";s:9:"image/png";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6122, 5011, '_thumbnail_id', '5012') ; 
INSERT INTO `wp_postmeta` VALUES (6635, 5389, '_wp_attached_file', 'Zoo-Atlanta-and-USFWS.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6125, 5015, '_wp_attached_file', 'Tautphaus.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6126, 5015, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:155;s:4:"file";s:13:"Tautphaus.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"Tautphaus-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:21:"Tautphaus-190x147.jpg";s:5:"width";i:190;s:6:"height";i:147;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"Tautphaus-31x24.jpg";s:5:"width";i:31;s:6:"height";i:24;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"Tautphaus-38x29.jpg";s:5:"width";i:38;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:21:"Tautphaus-190x147.jpg";s:5:"width";i:190;s:6:"height";i:147;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:20:"Tautphaus-128x99.jpg";s:5:"width";i:128;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:21:"Tautphaus-200x150.jpg";s:5:"width";i:200;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:21:"Tautphaus-200x100.jpg";s:5:"width";i:200;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"Tautphaus-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6634, 5388, '_wp_attached_file', 'Helping-Harbor-Seals.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6128, 5017, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6129, 5017, '_edit_lock', '1388777126:2') ; 
INSERT INTO `wp_postmeta` VALUES (6130, 5018, '_wp_attached_file', 'Boise.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6131, 5018, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:125;s:6:"height";i:125;s:4:"file";s:9:"Boise.jpg";s:5:"sizes";a:4:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:15:"Boise-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:15:"Boise-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:17:"Boise-125x100.jpg";s:5:"width";i:125;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"Boise-125x111.jpg";s:5:"width";i:125;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6132, 5017, '_thumbnail_id', '5018') ; 
INSERT INTO `wp_postmeta` VALUES (6133, 5020, '_edit_lock', '1388777353:2') ; 
INSERT INTO `wp_postmeta` VALUES (6134, 5020, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6135, 5021, '_wp_attached_file', 'LincolnPark.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6136, 5021, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:141;s:6:"height";i:77;s:4:"file";s:15:"LincolnPark.jpg";s:5:"sizes";a:3:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"LincolnPark-31x16.jpg";s:5:"width";i:31;s:6:"height";i:16;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"LincolnPark-38x20.jpg";s:5:"width";i:38;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"LincolnPark-128x69.jpg";s:5:"width";i:128;s:6:"height";i:69;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6137, 5020, '_thumbnail_id', '5021') ; 
INSERT INTO `wp_postmeta` VALUES (6138, 5023, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6139, 5023, '_edit_lock', '1388777576:2') ; 
INSERT INTO `wp_postmeta` VALUES (6140, 5024, '_wp_attached_file', 'Peoria.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6141, 5024, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:237;s:6:"height";i:174;s:4:"file";s:10:"Peoria.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"Peoria-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:18:"Peoria-190x139.jpg";s:5:"width";i:190;s:6:"height";i:139;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"Peoria-31x22.jpg";s:5:"width";i:31;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"Peoria-38x27.jpg";s:5:"width";i:38;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:18:"Peoria-190x139.jpg";s:5:"width";i:190;s:6:"height";i:139;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:17:"Peoria-128x93.jpg";s:5:"width";i:128;s:6:"height";i:93;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:18:"Peoria-237x150.jpg";s:5:"width";i:237;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"Peoria-237x100.jpg";s:5:"width";i:237;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"Peoria-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6142, 5023, '_thumbnail_id', '5024') ; 
INSERT INTO `wp_postmeta` VALUES (6143, 5026, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6144, 5026, '_edit_lock', '1388777810:2') ; 
INSERT INTO `wp_postmeta` VALUES (6145, 5027, '_wp_attached_file', 'EFRC.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6146, 5027, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:250;s:6:"height";i:69;s:4:"file";s:8:"EFRC.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"EFRC-150x69.jpg";s:5:"width";i:150;s:6:"height";i:69;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:15:"EFRC-190x52.jpg";s:5:"width";i:190;s:6:"height";i:52;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:13:"EFRC-31x8.jpg";s:5:"width";i:31;s:6:"height";i:8;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:14:"EFRC-38x10.jpg";s:5:"width";i:38;s:6:"height";i:10;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:15:"EFRC-190x52.jpg";s:5:"width";i:190;s:6:"height";i:52;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:15:"EFRC-128x35.jpg";s:5:"width";i:128;s:6:"height";i:35;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"EFRC-164x69.jpg";s:5:"width";i:164;s:6:"height";i:69;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6147, 5026, '_thumbnail_id', '5027') ; 
INSERT INTO `wp_postmeta` VALUES (6148, 5030, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6149, 5030, '_edit_lock', '1388778019:2') ; 
INSERT INTO `wp_postmeta` VALUES (6150, 5031, '_wp_attached_file', 'GreatBend.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6151, 5031, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:126;s:4:"file";s:13:"GreatBend.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"GreatBend-150x126.jpg";s:5:"width";i:150;s:6:"height";i:126;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:21:"GreatBend-190x119.jpg";s:5:"width";i:190;s:6:"height";i:119;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"GreatBend-31x19.jpg";s:5:"width";i:31;s:6:"height";i:19;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"GreatBend-38x23.jpg";s:5:"width";i:38;s:6:"height";i:23;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:21:"GreatBend-190x119.jpg";s:5:"width";i:190;s:6:"height";i:119;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:20:"GreatBend-128x80.jpg";s:5:"width";i:128;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:21:"GreatBend-200x100.jpg";s:5:"width";i:200;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"GreatBend-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6152, 5030, '_thumbnail_id', '5031') ; 
INSERT INTO `wp_postmeta` VALUES (6153, 5033, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6154, 5033, '_edit_lock', '1388778342:2') ; 
INSERT INTO `wp_postmeta` VALUES (6155, 5034, '_wp_attached_file', 'SunsetZoo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6156, 5034, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:50;s:6:"height";i:50;s:4:"file";s:13:"SunsetZoo.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"SunsetZoo-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"SunsetZoo-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6157, 5033, '_thumbnail_id', '5034') ; 
INSERT INTO `wp_postmeta` VALUES (6158, 5037, '_edit_lock', '1388778559:2') ; 
INSERT INTO `wp_postmeta` VALUES (6159, 5037, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6160, 5038, '_wp_attached_file', 'BREC.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6161, 5038, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:927;s:6:"height";i:193;s:4:"file";s:8:"BREC.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"BREC-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:15:"BREC-300x62.jpg";s:5:"width";i:300;s:6:"height";i:62;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:15:"BREC-190x39.jpg";s:5:"width";i:190;s:6:"height";i:39;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:13:"BREC-31x6.jpg";s:5:"width";i:31;s:6:"height";i:6;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:13:"BREC-38x7.jpg";s:5:"width";i:38;s:6:"height";i:7;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:15:"BREC-425x88.jpg";s:5:"width";i:425;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:15:"BREC-190x39.jpg";s:5:"width";i:190;s:6:"height";i:39;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:15:"BREC-128x26.jpg";s:5:"width";i:128;s:6:"height";i:26;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:16:"BREC-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:16:"BREC-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"BREC-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6162, 5037, '_thumbnail_id', '5038') ; 
INSERT INTO `wp_postmeta` VALUES (6163, 5040, '_edit_lock', '1388778830:2') ; 
INSERT INTO `wp_postmeta` VALUES (6164, 5040, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6165, 5041, '_wp_attached_file', 'BostonMuseum.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6166, 5041, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:276;s:6:"height";i:187;s:4:"file";s:16:"BostonMuseum.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"BostonMuseum-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:24:"BostonMuseum-190x128.jpg";s:5:"width";i:190;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"BostonMuseum-31x21.jpg";s:5:"width";i:31;s:6:"height";i:21;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"BostonMuseum-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:24:"BostonMuseum-190x128.jpg";s:5:"width";i:190;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:23:"BostonMuseum-128x86.jpg";s:5:"width";i:128;s:6:"height";i:86;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:24:"BostonMuseum-276x150.jpg";s:5:"width";i:276;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:24:"BostonMuseum-276x100.jpg";s:5:"width";i:276;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"BostonMuseum-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6167, 5040, '_thumbnail_id', '5041') ; 
INSERT INTO `wp_postmeta` VALUES (6168, 5043, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6169, 5043, '_edit_lock', '1388779099:2') ; 
INSERT INTO `wp_postmeta` VALUES (6170, 5044, '_wp_attached_file', 'ZooNewEngland.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6171, 5044, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:177;s:6:"height";i:183;s:4:"file";s:17:"ZooNewEngland.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"ZooNewEngland-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"ZooNewEngland-29x31.jpg";s:5:"width";i:29;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"ZooNewEngland-36x38.jpg";s:5:"width";i:36;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:25:"ZooNewEngland-123x128.jpg";s:5:"width";i:123;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:25:"ZooNewEngland-177x150.jpg";s:5:"width";i:177;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:25:"ZooNewEngland-177x100.jpg";s:5:"width";i:177;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"ZooNewEngland-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6173, 5046, '_wp_attached_file', 'znelogo1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6174, 5046, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:191;s:6:"height";i:115;s:4:"file";s:12:"znelogo1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"znelogo1-150x115.jpg";s:5:"width";i:150;s:6:"height";i:115;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:20:"znelogo1-190x114.jpg";s:5:"width";i:190;s:6:"height";i:114;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"znelogo1-31x18.jpg";s:5:"width";i:31;s:6:"height";i:18;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"znelogo1-38x22.jpg";s:5:"width";i:38;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:20:"znelogo1-190x114.jpg";s:5:"width";i:190;s:6:"height";i:114;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"znelogo1-128x77.jpg";s:5:"width";i:128;s:6:"height";i:77;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:20:"znelogo1-191x100.jpg";s:5:"width";i:191;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"znelogo1-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6175, 5043, '_thumbnail_id', '5046') ; 
INSERT INTO `wp_postmeta` VALUES (6176, 5047, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6177, 5047, '_edit_lock', '1388779328:2') ; 
INSERT INTO `wp_postmeta` VALUES (6178, 5048, '_wp_attached_file', 'Lupa.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6179, 5048, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:118;s:6:"height";i:96;s:4:"file";s:8:"Lupa.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:14:"Lupa-31x25.jpg";s:5:"width";i:31;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:14:"Lupa-38x30.jpg";s:5:"width";i:38;s:6:"height";i:30;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6180, 5047, '_thumbnail_id', '5048') ; 
INSERT INTO `wp_postmeta` VALUES (6181, 5050, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6182, 5050, '_edit_lock', '1388779623:2') ; 
INSERT INTO `wp_postmeta` VALUES (6183, 5051, '_wp_attached_file', 'MarylandZoo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6184, 5051, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:271;s:6:"height";i:167;s:4:"file";s:15:"MarylandZoo.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"MarylandZoo-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:23:"MarylandZoo-190x117.jpg";s:5:"width";i:190;s:6:"height";i:117;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"MarylandZoo-31x19.jpg";s:5:"width";i:31;s:6:"height";i:19;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"MarylandZoo-38x23.jpg";s:5:"width";i:38;s:6:"height";i:23;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:23:"MarylandZoo-190x117.jpg";s:5:"width";i:190;s:6:"height";i:117;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"MarylandZoo-128x78.jpg";s:5:"width";i:128;s:6:"height";i:78;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:23:"MarylandZoo-271x150.jpg";s:5:"width";i:271;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:23:"MarylandZoo-271x100.jpg";s:5:"width";i:271;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"MarylandZoo-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6185, 5050, '_thumbnail_id', '5051') ; 
INSERT INTO `wp_postmeta` VALUES (6636, 5390, '_wp_attached_file', 'Understanding-Vocal-Patterns-in-Tigers.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6188, 4334, '_thumbnail_id', '5015') ; 
INSERT INTO `wp_postmeta` VALUES (6633, 5386, '_wp_attached_file', 'Zoo-Guests-Carrion-On-About-Vultures.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6191, 5054, '_wp_attached_file', 'MichiganState.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6192, 5054, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:183;s:6:"height";i:175;s:4:"file";s:17:"MichiganState.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"MichiganState-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:23:"MichiganState-31x29.jpg";s:5:"width";i:31;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:23:"MichiganState-38x36.jpg";s:5:"width";i:38;s:6:"height";i:36;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:25:"MichiganState-128x122.jpg";s:5:"width";i:128;s:6:"height";i:122;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:25:"MichiganState-183x150.jpg";s:5:"width";i:183;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:25:"MichiganState-183x100.jpg";s:5:"width";i:183;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"MichiganState-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6193, 4283, '_thumbnail_id', '5054') ; 
INSERT INTO `wp_postmeta` VALUES (6194, 5056, '_edit_lock', '1388780743:2') ; 
INSERT INTO `wp_postmeta` VALUES (6195, 5056, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6196, 5057, '_wp_attached_file', 'BoulderRidge.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6197, 5057, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:228;s:6:"height";i:184;s:4:"file";s:16:"BoulderRidge.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"BoulderRidge-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:24:"BoulderRidge-190x153.jpg";s:5:"width";i:190;s:6:"height";i:153;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"BoulderRidge-31x25.jpg";s:5:"width";i:31;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"BoulderRidge-38x30.jpg";s:5:"width";i:38;s:6:"height";i:30;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:24:"BoulderRidge-190x153.jpg";s:5:"width";i:190;s:6:"height";i:153;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:24:"BoulderRidge-128x103.jpg";s:5:"width";i:128;s:6:"height";i:103;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:24:"BoulderRidge-228x150.jpg";s:5:"width";i:228;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:24:"BoulderRidge-228x100.jpg";s:5:"width";i:228;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"BoulderRidge-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6199, 5059, '_wp_attached_file', 'BoulderRidge.png') ; 
INSERT INTO `wp_postmeta` VALUES (6200, 5059, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:71;s:4:"file";s:16:"BoulderRidge.png";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"BoulderRidge-150x71.png";s:5:"width";i:150;s:6:"height";i:71;s:9:"mime-type";s:9:"image/png";}s:18:"product-thumbnails";a:4:{s:4:"file";s:23:"BoulderRidge-190x44.png";s:5:"width";i:190;s:6:"height";i:44;s:9:"mime-type";s:9:"image/png";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"BoulderRidge-31x7.png";s:5:"width";i:31;s:6:"height";i:7;s:9:"mime-type";s:9:"image/png";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"BoulderRidge-38x8.png";s:5:"width";i:38;s:6:"height";i:8;s:9:"mime-type";s:9:"image/png";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:23:"BoulderRidge-190x44.png";s:5:"width";i:190;s:6:"height";i:44;s:9:"mime-type";s:9:"image/png";}s:21:"medium-single-product";a:4:{s:4:"file";s:23:"BoulderRidge-128x30.png";s:5:"width";i:128;s:6:"height";i:30;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"BoulderRidge-164x71.png";s:5:"width";i:164;s:6:"height";i:71;s:9:"mime-type";s:9:"image/png";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6201, 5056, '_thumbnail_id', '5059') ; 
INSERT INTO `wp_postmeta` VALUES (6631, 5382, '_wp_attached_file', 'AAZK-2013-Proceedings-Paper-Sessions.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6204, 5062, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6205, 5062, '_edit_lock', '1388781459:2') ; 
INSERT INTO `wp_postmeta` VALUES (6206, 5063, '_wp_attached_file', 'NCZOO.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6207, 5063, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:276;s:6:"height";i:188;s:4:"file";s:9:"NCZOO.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"NCZOO-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:17:"NCZOO-190x129.jpg";s:5:"width";i:190;s:6:"height";i:129;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:15:"NCZOO-31x21.jpg";s:5:"width";i:31;s:6:"height";i:21;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:15:"NCZOO-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:17:"NCZOO-190x129.jpg";s:5:"width";i:190;s:6:"height";i:129;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:16:"NCZOO-128x87.jpg";s:5:"width";i:128;s:6:"height";i:87;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:17:"NCZOO-276x150.jpg";s:5:"width";i:276;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:17:"NCZOO-276x100.jpg";s:5:"width";i:276;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"NCZOO-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6208, 5062, '_thumbnail_id', '5063') ; 
INSERT INTO `wp_postmeta` VALUES (6632, 5385, '_wp_attached_file', 'ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6211, 5067, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6212, 5067, '_edit_lock', '1388781707:2') ; 
INSERT INTO `wp_postmeta` VALUES (6213, 5068, '_wp_attached_file', 'TigerWorld.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6214, 5068, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:150;s:6:"height";i:142;s:4:"file";s:14:"TigerWorld.jpg";s:5:"sizes";a:5:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"TigerWorld-31x29.jpg";s:5:"width";i:31;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"TigerWorld-38x35.jpg";s:5:"width";i:38;s:6:"height";i:35;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"TigerWorld-128x121.jpg";s:5:"width";i:128;s:6:"height";i:121;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:22:"TigerWorld-150x100.jpg";s:5:"width";i:150;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"TigerWorld-150x111.jpg";s:5:"width";i:150;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6215, 5067, '_thumbnail_id', '5068') ; 
INSERT INTO `wp_postmeta` VALUES (6216, 5070, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6217, 5070, '_edit_lock', '1388782100:2') ; 
INSERT INTO `wp_postmeta` VALUES (6218, 5071, '_wp_attached_file', 'Tregembo.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6219, 5071, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:193;s:6:"height";i:185;s:4:"file";s:12:"Tregembo.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"Tregembo-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:20:"Tregembo-190x182.jpg";s:5:"width";i:190;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"Tregembo-31x29.jpg";s:5:"width";i:31;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"Tregembo-38x36.jpg";s:5:"width";i:38;s:6:"height";i:36;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:20:"Tregembo-190x182.jpg";s:5:"width";i:190;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:20:"Tregembo-128x122.jpg";s:5:"width";i:128;s:6:"height";i:122;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:20:"Tregembo-193x150.jpg";s:5:"width";i:193;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:20:"Tregembo-193x100.jpg";s:5:"width";i:193;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"Tregembo-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6220, 5070, '_thumbnail_id', '5071') ; 
INSERT INTO `wp_postmeta` VALUES (6221, 5074, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6222, 5074, '_edit_lock', '1388782337:2') ; 
INSERT INTO `wp_postmeta` VALUES (6223, 5075, '_wp_attached_file', 'Greensboro.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6224, 5075, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:378;s:6:"height";i:252;s:4:"file";s:14:"Greensboro.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"Greensboro-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:"Greensboro-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:22:"Greensboro-190x126.jpg";s:5:"width";i:190;s:6:"height";i:126;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"Greensboro-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"Greensboro-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:22:"Greensboro-322x215.jpg";s:5:"width";i:322;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:22:"Greensboro-190x126.jpg";s:5:"width";i:190;s:6:"height";i:126;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"Greensboro-128x85.jpg";s:5:"width";i:128;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:22:"Greensboro-378x150.jpg";s:5:"width";i:378;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:22:"Greensboro-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"Greensboro-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6225, 5074, '_thumbnail_id', '5075') ; 
INSERT INTO `wp_postmeta` VALUES (6226, 5077, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6227, 5077, '_edit_lock', '1388782616:2') ; 
INSERT INTO `wp_postmeta` VALUES (6228, 5078, '_wp_attached_file', 'RescueRanch.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6229, 5078, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:160;s:6:"height";i:160;s:4:"file";s:15:"RescueRanch.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"RescueRanch-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"RescueRanch-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"RescueRanch-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:23:"RescueRanch-128x128.jpg";s:5:"width";i:128;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:23:"RescueRanch-160x150.jpg";s:5:"width";i:160;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:23:"RescueRanch-160x100.jpg";s:5:"width";i:160;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"RescueRanch-160x111.jpg";s:5:"width";i:160;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6230, 5077, '_thumbnail_id', '5078') ; 
INSERT INTO `wp_postmeta` VALUES (6231, 5080, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6232, 5080, '_edit_lock', '1388782861:2') ; 
INSERT INTO `wp_postmeta` VALUES (6233, 5081, '_wp_attached_file', 'RedRiver.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6234, 5081, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:161;s:6:"height";i:110;s:4:"file";s:12:"RedRiver.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"RedRiver-150x110.jpg";s:5:"width";i:150;s:6:"height";i:110;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:18:"RedRiver-31x21.jpg";s:5:"width";i:31;s:6:"height";i:21;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:18:"RedRiver-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"RedRiver-128x87.jpg";s:5:"width";i:128;s:6:"height";i:87;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:20:"RedRiver-161x100.jpg";s:5:"width";i:161;s:6:"height";i:100;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6235, 5080, '_thumbnail_id', '5081') ; 
INSERT INTO `wp_postmeta` VALUES (6236, 5083, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6237, 5083, '_edit_lock', '1388783110:2') ; 
INSERT INTO `wp_postmeta` VALUES (6238, 5084, '_wp_attached_file', 'HenryDoorly.png') ; 
INSERT INTO `wp_postmeta` VALUES (6239, 5084, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:400;s:6:"height";i:125;s:4:"file";s:15:"HenryDoorly.png";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"HenryDoorly-150x125.png";s:5:"width";i:150;s:6:"height";i:125;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:22:"HenryDoorly-300x93.png";s:5:"width";i:300;s:6:"height";i:93;s:9:"mime-type";s:9:"image/png";}s:18:"product-thumbnails";a:4:{s:4:"file";s:22:"HenryDoorly-190x59.png";s:5:"width";i:190;s:6:"height";i:59;s:9:"mime-type";s:9:"image/png";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"HenryDoorly-31x9.png";s:5:"width";i:31;s:6:"height";i:9;s:9:"mime-type";s:9:"image/png";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"HenryDoorly-38x11.png";s:5:"width";i:38;s:6:"height";i:11;s:9:"mime-type";s:9:"image/png";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:22:"HenryDoorly-190x59.png";s:5:"width";i:190;s:6:"height";i:59;s:9:"mime-type";s:9:"image/png";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"HenryDoorly-128x40.png";s:5:"width";i:128;s:6:"height";i:40;s:9:"mime-type";s:9:"image/png";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:23:"HenryDoorly-300x100.png";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"HenryDoorly-164x111.png";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:9:"image/png";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6240, 5083, '_thumbnail_id', '5084') ; 
INSERT INTO `wp_postmeta` VALUES (6241, 5086, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6242, 5086, '_edit_lock', '1388783314:2') ; 
INSERT INTO `wp_postmeta` VALUES (6243, 5087, '_wp_attached_file', 'TurtleBack.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6244, 5087, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:271;s:6:"height";i:180;s:4:"file";s:14:"TurtleBack.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"TurtleBack-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:22:"TurtleBack-190x126.jpg";s:5:"width";i:190;s:6:"height";i:126;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"TurtleBack-31x20.jpg";s:5:"width";i:31;s:6:"height";i:20;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"TurtleBack-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:22:"TurtleBack-190x126.jpg";s:5:"width";i:190;s:6:"height";i:126;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"TurtleBack-128x85.jpg";s:5:"width";i:128;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:22:"TurtleBack-271x150.jpg";s:5:"width";i:271;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:22:"TurtleBack-271x100.jpg";s:5:"width";i:271;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"TurtleBack-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6245, 5086, '_thumbnail_id', '5087') ; 
INSERT INTO `wp_postmeta` VALUES (6246, 5089, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6247, 5089, '_edit_lock', '1388783499:2') ; 
INSERT INTO `wp_postmeta` VALUES (6248, 5090, '_wp_attached_file', 'Jenkinson.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6249, 5090, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:273;s:6:"height";i:117;s:4:"file";s:13:"Jenkinson.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"Jenkinson-150x117.jpg";s:5:"width";i:150;s:6:"height";i:117;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:20:"Jenkinson-190x81.jpg";s:5:"width";i:190;s:6:"height";i:81;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"Jenkinson-31x13.jpg";s:5:"width";i:31;s:6:"height";i:13;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"Jenkinson-38x16.jpg";s:5:"width";i:38;s:6:"height";i:16;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:20:"Jenkinson-190x81.jpg";s:5:"width";i:190;s:6:"height";i:81;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:20:"Jenkinson-128x54.jpg";s:5:"width";i:128;s:6:"height";i:54;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:21:"Jenkinson-273x100.jpg";s:5:"width";i:273;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"Jenkinson-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6250, 5089, '_thumbnail_id', '5090') ; 
INSERT INTO `wp_postmeta` VALUES (6251, 5092, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6252, 5092, '_edit_lock', '1388783702:2') ; 
INSERT INTO `wp_postmeta` VALUES (6253, 5093, '_wp_attached_file', 'StatenIsland.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6254, 5093, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:184;s:6:"height";i:103;s:4:"file";s:16:"StatenIsland.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"StatenIsland-150x103.jpg";s:5:"width";i:150;s:6:"height";i:103;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"StatenIsland-31x17.jpg";s:5:"width";i:31;s:6:"height";i:17;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"StatenIsland-38x21.jpg";s:5:"width";i:38;s:6:"height";i:21;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:23:"StatenIsland-128x71.jpg";s:5:"width";i:128;s:6:"height";i:71;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:24:"StatenIsland-184x100.jpg";s:5:"width";i:184;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"StatenIsland-164x103.jpg";s:5:"width";i:164;s:6:"height";i:103;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6255, 5092, '_thumbnail_id', '5093') ; 
INSERT INTO `wp_postmeta` VALUES (6256, 5095, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6257, 5095, '_edit_lock', '1388783950:2') ; 
INSERT INTO `wp_postmeta` VALUES (6258, 5096, '_wp_attached_file', 'Ohio-State.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6259, 5096, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:207;s:6:"height";i:207;s:4:"file";s:14:"Ohio-State.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"Ohio-State-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:22:"Ohio-State-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"Ohio-State-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"Ohio-State-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:22:"Ohio-State-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"Ohio-State-128x128.jpg";s:5:"width";i:128;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:22:"Ohio-State-207x150.jpg";s:5:"width";i:207;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:22:"Ohio-State-207x100.jpg";s:5:"width";i:207;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"Ohio-State-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6260, 5095, '_thumbnail_id', '5096') ; 
INSERT INTO `wp_postmeta` VALUES (6261, 5098, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6262, 5098, '_edit_lock', '1388784676:2') ; 
INSERT INTO `wp_postmeta` VALUES (6263, 5099, '_wp_attached_file', 'Philadelphia.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6264, 5099, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:239;s:6:"height";i:176;s:4:"file";s:16:"Philadelphia.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"Philadelphia-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:24:"Philadelphia-190x139.jpg";s:5:"width";i:190;s:6:"height";i:139;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"Philadelphia-31x22.jpg";s:5:"width";i:31;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"Philadelphia-38x27.jpg";s:5:"width";i:38;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:24:"Philadelphia-190x139.jpg";s:5:"width";i:190;s:6:"height";i:139;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:23:"Philadelphia-128x94.jpg";s:5:"width";i:128;s:6:"height";i:94;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:24:"Philadelphia-239x150.jpg";s:5:"width";i:239;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:24:"Philadelphia-239x100.jpg";s:5:"width";i:239;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"Philadelphia-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6265, 5098, '_thumbnail_id', '5099') ; 
INSERT INTO `wp_postmeta` VALUES (6266, 5101, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6267, 5101, '_edit_lock', '1388784711:2') ; 
INSERT INTO `wp_postmeta` VALUES (6268, 5102, '_wp_attached_file', 'LehighValley.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6269, 5102, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:257;s:6:"height";i:135;s:4:"file";s:16:"LehighValley.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"LehighValley-150x135.jpg";s:5:"width";i:150;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:23:"LehighValley-190x99.jpg";s:5:"width";i:190;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"LehighValley-31x16.jpg";s:5:"width";i:31;s:6:"height";i:16;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"LehighValley-38x19.jpg";s:5:"width";i:38;s:6:"height";i:19;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:23:"LehighValley-190x99.jpg";s:5:"width";i:190;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:23:"LehighValley-128x67.jpg";s:5:"width";i:128;s:6:"height";i:67;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:24:"LehighValley-257x100.jpg";s:5:"width";i:257;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"LehighValley-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6271, 5104, '_wp_attached_file', 'Lehigh.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6272, 5104, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:297;s:6:"height";i:111;s:4:"file";s:10:"Lehigh.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"Lehigh-150x111.jpg";s:5:"width";i:150;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:17:"Lehigh-190x71.jpg";s:5:"width";i:190;s:6:"height";i:71;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"Lehigh-31x11.jpg";s:5:"width";i:31;s:6:"height";i:11;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"Lehigh-38x14.jpg";s:5:"width";i:38;s:6:"height";i:14;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:17:"Lehigh-190x71.jpg";s:5:"width";i:190;s:6:"height";i:71;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:17:"Lehigh-128x47.jpg";s:5:"width";i:128;s:6:"height";i:47;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"Lehigh-297x100.jpg";s:5:"width";i:297;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"Lehigh-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6273, 5101, '_thumbnail_id', '5104') ; 
INSERT INTO `wp_postmeta` VALUES (6274, 5105, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6275, 5105, '_edit_lock', '1388784914:2') ; 
INSERT INTO `wp_postmeta` VALUES (6276, 5106, '_wp_attached_file', 'Greenville.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6277, 5106, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:165;s:6:"height";i:177;s:4:"file";s:14:"Greenville.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"Greenville-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"Greenville-28x31.jpg";s:5:"width";i:28;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"Greenville-35x38.jpg";s:5:"width";i:35;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"Greenville-119x128.jpg";s:5:"width";i:119;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:22:"Greenville-165x150.jpg";s:5:"width";i:165;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:22:"Greenville-165x100.jpg";s:5:"width";i:165;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"Greenville-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6278, 5105, '_thumbnail_id', '5106') ; 
INSERT INTO `wp_postmeta` VALUES (6279, 5108, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6280, 5108, '_edit_lock', '1388785105:2') ; 
INSERT INTO `wp_postmeta` VALUES (6281, 5109, '_wp_attached_file', 'Knoxville.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6282, 5109, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:246;s:6:"height";i:186;s:4:"file";s:13:"Knoxville.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"Knoxville-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:21:"Knoxville-190x143.jpg";s:5:"width";i:190;s:6:"height";i:143;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"Knoxville-31x23.jpg";s:5:"width";i:31;s:6:"height";i:23;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"Knoxville-38x28.jpg";s:5:"width";i:38;s:6:"height";i:28;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:21:"Knoxville-190x143.jpg";s:5:"width";i:190;s:6:"height";i:143;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:20:"Knoxville-128x96.jpg";s:5:"width";i:128;s:6:"height";i:96;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:21:"Knoxville-246x150.jpg";s:5:"width";i:246;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:21:"Knoxville-246x100.jpg";s:5:"width";i:246;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"Knoxville-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6283, 5108, '_thumbnail_id', '5109') ; 
INSERT INTO `wp_postmeta` VALUES (6284, 5111, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6285, 5111, '_edit_lock', '1388785290:2') ; 
INSERT INTO `wp_postmeta` VALUES (6286, 5112, '_wp_attached_file', 'DallasWorld.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6287, 5112, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:157;s:6:"height";i:75;s:4:"file";s:15:"DallasWorld.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"DallasWorld-150x75.jpg";s:5:"width";i:150;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"DallasWorld-31x14.jpg";s:5:"width";i:31;s:6:"height";i:14;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"DallasWorld-38x18.jpg";s:5:"width";i:38;s:6:"height";i:18;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"DallasWorld-128x61.jpg";s:5:"width";i:128;s:6:"height";i:61;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6288, 5111, '_thumbnail_id', '5112') ; 
INSERT INTO `wp_postmeta` VALUES (6289, 5114, '_edit_lock', '1388785487:2') ; 
INSERT INTO `wp_postmeta` VALUES (6290, 5114, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6291, 5115, '_wp_attached_file', 'IEFS.png') ; 
INSERT INTO `wp_postmeta` VALUES (6292, 5115, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:208;s:6:"height";i:144;s:4:"file";s:8:"IEFS.png";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"IEFS-150x144.png";s:5:"width";i:150;s:6:"height";i:144;s:9:"mime-type";s:9:"image/png";}s:18:"product-thumbnails";a:4:{s:4:"file";s:16:"IEFS-190x131.png";s:5:"width";i:190;s:6:"height";i:131;s:9:"mime-type";s:9:"image/png";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:14:"IEFS-31x21.png";s:5:"width";i:31;s:6:"height";i:21;s:9:"mime-type";s:9:"image/png";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:14:"IEFS-38x26.png";s:5:"width";i:38;s:6:"height";i:26;s:9:"mime-type";s:9:"image/png";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:16:"IEFS-190x131.png";s:5:"width";i:190;s:6:"height";i:131;s:9:"mime-type";s:9:"image/png";}s:21:"medium-single-product";a:4:{s:4:"file";s:15:"IEFS-128x88.png";s:5:"width";i:128;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:16:"IEFS-208x100.png";s:5:"width";i:208;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"IEFS-164x111.png";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:9:"image/png";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6293, 5114, '_thumbnail_id', '5115') ; 
INSERT INTO `wp_postmeta` VALUES (6294, 5117, '_wp_attached_file', 'TGR.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6295, 5117, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:171;s:6:"height";i:116;s:4:"file";s:7:"TGR.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"TGR-150x116.jpg";s:5:"width";i:150;s:6:"height";i:116;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:13:"TGR-31x21.jpg";s:5:"width";i:31;s:6:"height";i:21;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:13:"TGR-38x25.jpg";s:5:"width";i:38;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:14:"TGR-128x86.jpg";s:5:"width";i:128;s:6:"height";i:86;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:15:"TGR-171x100.jpg";s:5:"width";i:171;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"TGR-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6296, 4197, '_thumbnail_id', '5117') ; 
INSERT INTO `wp_postmeta` VALUES (6297, 5118, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6298, 5118, '_edit_lock', '1388785819:2') ; 
INSERT INTO `wp_postmeta` VALUES (6299, 5119, '_wp_attached_file', 'FossilRim.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6300, 5119, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:181;s:6:"height";i:177;s:4:"file";s:13:"FossilRim.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"FossilRim-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"FossilRim-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"FossilRim-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"FossilRim-128x125.jpg";s:5:"width";i:128;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:21:"FossilRim-181x150.jpg";s:5:"width";i:181;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:21:"FossilRim-181x100.jpg";s:5:"width";i:181;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"FossilRim-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6301, 5118, '_thumbnail_id', '5119') ; 
INSERT INTO `wp_postmeta` VALUES (6303, 5122, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6304, 5122, '_edit_lock', '1388786122:2') ; 
INSERT INTO `wp_postmeta` VALUES (6305, 5123, '_wp_attached_file', 'Calgary.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6306, 5123, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:111;s:6:"height";i:67;s:4:"file";s:11:"Calgary.jpg";s:5:"sizes";a:2:{s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"Calgary-31x18.jpg";s:5:"width";i:31;s:6:"height";i:18;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"Calgary-38x22.jpg";s:5:"width";i:38;s:6:"height";i:22;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6307, 5122, '_thumbnail_id', '5123') ; 
INSERT INTO `wp_postmeta` VALUES (6308, 5126, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6309, 5126, '_gform-entry-id', '100') ; 
INSERT INTO `wp_postmeta` VALUES (6310, 5128, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6311, 5128, '_gform-entry-id', '101') ; 
INSERT INTO `wp_postmeta` VALUES (7058, 5581, '_wp_attached_file', '2Recharter-Application-and-Fee-Schedule-2014.doc') ; 
INSERT INTO `wp_postmeta` VALUES (6682, 5458, '_wp_attached_file', 'BHC-The-Shaping-Police.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6382, 5174, '_wp_attached_file', 'SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc') ; 
INSERT INTO `wp_postmeta` VALUES (6391, 5184, '_wp_attached_file', 'PenguinWorkshop.pptx') ; 
INSERT INTO `wp_postmeta` VALUES (6392, 5185, '_wp_attached_file', 'Humboldt-Conservation-in-Peru.ppt') ; 
INSERT INTO `wp_postmeta` VALUES (6393, 5186, '_wp_attached_file', 'Humboldt-Conservation-in-Peru-2.doc') ; 
INSERT INTO `wp_postmeta` VALUES (6684, 5460, '_wp_attached_file', 'Bringing-it-Home.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6395, 5188, '_wp_attached_file', 'Bringing-it-Home-Workshop.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6396, 5189, '_wp_attached_file', 'Conservation-Resources-for-AAZK-Workshop.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6397, 5190, '_wp_attached_file', 'Farming-with-Pollenators.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6398, 5191, '_wp_attached_file', 'Nests-for-Native-Bees.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6685, 5461, '_wp_attached_file', 'Conservation-Resources-for-AAZK.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6400, 5193, '_wp_attached_file', 'Palm-Oil-Wallet-Card.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6401, 5194, '_wp_attached_file', 'Plants-for-Native-Bees.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (7327, 5800, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7054, 5569, '_gform-entry-id', '267') ; 
INSERT INTO `wp_postmeta` VALUES (7051, 5566, '_gform-entry-id', '266') ; 
INSERT INTO `wp_postmeta` VALUES (7052, 5566, 'job_expiration_day', '20140513') ; 
INSERT INTO `wp_postmeta` VALUES (7053, 5569, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (7050, 5566, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (7049, 5564, '_gform-entry-id', '263') ; 
INSERT INTO `wp_postmeta` VALUES (7046, 5562, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (7047, 5562, '_gform-entry-id', '258') ; 
INSERT INTO `wp_postmeta` VALUES (7048, 5564, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (7277, 5746, 'job_expiration_day', '20140501') ; 
INSERT INTO `wp_postmeta` VALUES (7268, 5736, 'job_expiration_day', '20140531') ; 
INSERT INTO `wp_postmeta` VALUES (7266, 5736, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7267, 5736, '_gform-entry-id', '384') ; 
INSERT INTO `wp_postmeta` VALUES (7281, 5749, '_oembed_b5ffaea085a6bb1a2d46c66979e36137', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7280, 5749, 'job_expiration_day', '20140408') ; 
INSERT INTO `wp_postmeta` VALUES (7286, 5755, '_gform-entry-id', '399') ; 
INSERT INTO `wp_postmeta` VALUES (7285, 5755, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7283, 5752, '_gform-entry-id', '398') ; 
INSERT INTO `wp_postmeta` VALUES (7284, 5752, 'job_expiration_day', '20140408') ; 
INSERT INTO `wp_postmeta` VALUES (7289, 5752, '_oembed_565bf4231c0a11a8a9d6289a30514106', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (6431, 5222, '_edit_last', '25759') ; 
INSERT INTO `wp_postmeta` VALUES (6432, 5222, '_edit_lock', '1392586788:25759') ; 
INSERT INTO `wp_postmeta` VALUES (6433, 5222, '_wp_page_template', 'page-job-posting-test.php') ; 
INSERT INTO `wp_postmeta` VALUES (6434, 5146, '_edit_lock', '1389642834:25759') ; 
INSERT INTO `wp_postmeta` VALUES (6435, 5146, 'job_expiration_day', '20140408') ; 
INSERT INTO `wp_postmeta` VALUES (6436, 5146, '_edit_last', '25759') ; 
INSERT INTO `wp_postmeta` VALUES (7294, 5761, '_gform-entry-id', '405') ; 
INSERT INTO `wp_postmeta` VALUES (7293, 5761, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7292, 5758, 'job_expiration_day', '20140624') ; 
INSERT INTO `wp_postmeta` VALUES (7291, 5758, '_gform-entry-id', '400') ; 
INSERT INTO `wp_postmeta` VALUES (6449, 5228, '_wp_attached_file', 'January-2014-AKF-Cover.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6450, 5228, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:612;s:6:"height";i:778;s:4:"file";s:26:"January-2014-AKF-Cover.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"January-2014-AKF-Cover-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:34:"January-2014-AKF-Cover-235x300.jpg";s:5:"width";i:235;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:34:"January-2014-AKF-Cover-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:32:"January-2014-AKF-Cover-24x31.jpg";s:5:"width";i:24;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:32:"January-2014-AKF-Cover-29x38.jpg";s:5:"width";i:29;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:34:"January-2014-AKF-Cover-169x215.jpg";s:5:"width";i:169;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:34:"January-2014-AKF-Cover-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:34:"January-2014-AKF-Cover-100x128.jpg";s:5:"width";i:100;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:34:"January-2014-AKF-Cover-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:34:"January-2014-AKF-Cover-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:34:"January-2014-AKF-Cover-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:34:"January-2014-AKF-Cover-612x421.jpg";s:5:"width";i:612;s:6:"height";i:421;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7299, 5764, '_oembed_43fdd5dfe09619fb3894bbdeac347bd5', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7298, 5764, 'job_expiration_day', '20140406') ; 
INSERT INTO `wp_postmeta` VALUES (7296, 5764, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7297, 5764, '_gform-entry-id', '406') ; 
INSERT INTO `wp_postmeta` VALUES (7313, 5780, '_gform-entry-id', '420') ; 
INSERT INTO `wp_postmeta` VALUES (7308, 5773, 'job_expiration_day', '20140630') ; 
INSERT INTO `wp_postmeta` VALUES (7309, 5777, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (7310, 5777, '_gform-entry-id', '419') ; 
INSERT INTO `wp_postmeta` VALUES (7311, 5777, 'job_expiration_day', '20140701') ; 
INSERT INTO `wp_postmeta` VALUES (7312, 5780, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (6476, 5261, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (6477, 5261, '_gform-entry-id', '157') ; 
INSERT INTO `wp_postmeta` VALUES (6478, 5261, 'job_expiration_day', '20140414') ; 
INSERT INTO `wp_postmeta` VALUES (6479, 5261, '_edit_lock', '1389729794:25759') ; 
INSERT INTO `wp_postmeta` VALUES (6480, 5265, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6481, 5265, '_edit_lock', '1406576321:2') ; 
INSERT INTO `wp_postmeta` VALUES (6686, 5462, '_wp_attached_file', 'Farming-with-Pollenators1.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6483, 5265, '_wp_page_template', 'default') ; 
INSERT INTO `wp_postmeta` VALUES (6484, 5268, '_edit_lock', '1391708086:2') ; 
INSERT INTO `wp_postmeta` VALUES (6485, 5268, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6486, 5269, '_wp_attached_file', 'April_May-AKF-Cover-2013.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6487, 5269, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1812;s:6:"height";i:2718;s:4:"file";s:28:"April_May-AKF-Cover-2013.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"April_May-AKF-Cover-2013-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:36:"April_May-AKF-Cover-2013-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:37:"April_May-AKF-Cover-2013-682x1024.jpg";s:5:"width";i:682;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:36:"April_May-AKF-Cover-2013-126x190.jpg";s:5:"width";i:126;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:34:"April_May-AKF-Cover-2013-20x31.jpg";s:5:"width";i:20;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:34:"April_May-AKF-Cover-2013-25x38.jpg";s:5:"width";i:25;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:36:"April_May-AKF-Cover-2013-143x215.jpg";s:5:"width";i:143;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:36:"April_May-AKF-Cover-2013-126x190.jpg";s:5:"width";i:126;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:35:"April_May-AKF-Cover-2013-85x128.jpg";s:5:"width";i:85;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:36:"April_May-AKF-Cover-2013-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:36:"April_May-AKF-Cover-2013-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:36:"April_May-AKF-Cover-2013-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:37:"April_May-AKF-Cover-2013-1800x421.jpg";s:5:"width";i:1800;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:36:"April_May-AKF-Cover-2013-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:34:"April_May-AKF-Cover-2013-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6488, 5268, '_thumbnail_id', '5269') ; 
INSERT INTO `wp_postmeta` VALUES (6489, 5268, '_wpsc_price', '12') ; 
INSERT INTO `wp_postmeta` VALUES (6490, 5268, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6491, 5268, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (6492, 5268, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (6493, 5268, '_wpsc_product_metadata', 'a:16:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (6518, 5272, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (6519, 5272, '_gform-entry-id', '158') ; 
INSERT INTO `wp_postmeta` VALUES (6520, 5272, 'job_expiration_day', '20140414') ; 
INSERT INTO `wp_postmeta` VALUES (6494, 5268, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6495, 5268, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (6871, 5540, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6870, 5540, '_wpsc_price', '7.5') ; 
INSERT INTO `wp_postmeta` VALUES (6869, 5540, '_thumbnail_id', '4601') ; 
INSERT INTO `wp_postmeta` VALUES (6868, 5540, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6867, 5540, '_edit_lock', '1391707345:2') ; 
INSERT INTO `wp_postmeta` VALUES (6846, 5537, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (6845, 5537, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6840, 5537, '_wpsc_price', '22') ; 
INSERT INTO `wp_postmeta` VALUES (6841, 5537, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6842, 5537, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (6843, 5537, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (6844, 5537, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";s:1:"0";s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";s:4:"0.00";s:11:"height_unit";s:2:"in";s:5:"width";s:4:"0.00";s:10:"width_unit";s:2:"in";s:6:"length";s:4:"0.00";s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7326, 5673, '_edit_lock', '1397072931:2') ; 
INSERT INTO `wp_postmeta` VALUES (6838, 5537, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6837, 5537, '_edit_lock', '1391707180:2') ; 
INSERT INTO `wp_postmeta` VALUES (6873, 5540, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (6872, 5540, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7324, 5789, 'job_expiration_day', '20140706') ; 
INSERT INTO `wp_postmeta` VALUES (6526, 5279, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6527, 5279, '_gform-entry-id', '163') ; 
INSERT INTO `wp_postmeta` VALUES (6528, 5281, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6529, 5281, '_gform-entry-id', '164') ; 
INSERT INTO `wp_postmeta` VALUES (6530, 5283, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6531, 5283, '_gform-entry-id', '165') ; 
INSERT INTO `wp_postmeta` VALUES (7069, 5592, 'job_expiration_day', '20140515') ; 
INSERT INTO `wp_postmeta` VALUES (7068, 5592, '_gform-entry-id', '279') ; 
INSERT INTO `wp_postmeta` VALUES (7067, 5592, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (7917, 6178, '_wp_attached_file', 'Lewa-2014-Report-For-AAZK-JULY.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6536, 5289, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (6537, 5289, '_menu_item_menu_item_parent', '4665') ; 
INSERT INTO `wp_postmeta` VALUES (6538, 5289, '_menu_item_object_id', '5265') ; 
INSERT INTO `wp_postmeta` VALUES (6539, 5289, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (6540, 5289, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (6541, 5289, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (6542, 5289, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (6543, 5289, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (8034, 1269, '_post_restored_from', 'a:3:{s:20:"restored_revision_id";i:1442;s:16:"restored_by_user";i:2;s:13:"restored_time";i:1406576869;}') ; 
INSERT INTO `wp_postmeta` VALUES (6545, 5290, '_menu_item_type', 'post_type') ; 
INSERT INTO `wp_postmeta` VALUES (6546, 5290, '_menu_item_menu_item_parent', '3339') ; 
INSERT INTO `wp_postmeta` VALUES (6547, 5290, '_menu_item_object_id', '5156') ; 
INSERT INTO `wp_postmeta` VALUES (6548, 5290, '_menu_item_object', 'page') ; 
INSERT INTO `wp_postmeta` VALUES (6549, 5290, '_menu_item_target', '') ; 
INSERT INTO `wp_postmeta` VALUES (6550, 5290, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_postmeta` VALUES (6551, 5290, '_menu_item_xfn', '') ; 
INSERT INTO `wp_postmeta` VALUES (6552, 5290, '_menu_item_url', '') ; 
INSERT INTO `wp_postmeta` VALUES (6554, 5296, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6555, 5296, '_gform-entry-id', '168') ; 
INSERT INTO `wp_postmeta` VALUES (6558, 5300, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6559, 5300, '_gform-entry-id', '172') ; 
INSERT INTO `wp_postmeta` VALUES (7070, 5596, '_edit_lock', '1392587124:25759') ; 
INSERT INTO `wp_postmeta` VALUES (6563, 5302, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6564, 5302, '_gform-entry-id', '173') ; 
INSERT INTO `wp_postmeta` VALUES (6565, 5304, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6566, 5304, '_gform-entry-id', '175') ; 
INSERT INTO `wp_postmeta` VALUES (6567, 5306, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6568, 5306, '_gform-entry-id', '176') ; 
INSERT INTO `wp_postmeta` VALUES (6569, 5308, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6570, 5308, '_gform-entry-id', '177') ; 
INSERT INTO `wp_postmeta` VALUES (6594, 5332, '_wp_attached_file', 'Swine1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6595, 5332, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1296;s:6:"height";i:459;s:4:"file";s:10:"Swine1.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"Swine1-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:"Swine1-300x106.jpg";s:5:"width";i:300;s:6:"height";i:106;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"Swine1-1024x362.jpg";s:5:"width";i:1024;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:17:"Swine1-190x67.jpg";s:5:"width";i:190;s:6:"height";i:67;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"Swine1-31x10.jpg";s:5:"width";i:31;s:6:"height";i:10;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"Swine1-38x13.jpg";s:5:"width";i:38;s:6:"height";i:13;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:18:"Swine1-425x150.jpg";s:5:"width";i:425;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:17:"Swine1-190x67.jpg";s:5:"width";i:190;s:6:"height";i:67;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:17:"Swine1-128x45.jpg";s:5:"width";i:128;s:6:"height";i:45;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:18:"Swine1-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"Swine1-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"Swine1-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:19:"Swine1-1296x421.jpg";s:5:"width";i:1296;s:6:"height";i:421;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6596, 5339, '_wp_attached_file', 'AnimalEquipment.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6597, 5339, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:400;s:6:"height";i:309;s:4:"file";s:19:"AnimalEquipment.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"AnimalEquipment-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:"AnimalEquipment-300x231.jpg";s:5:"width";i:300;s:6:"height";i:231;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:27:"AnimalEquipment-190x146.jpg";s:5:"width";i:190;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:25:"AnimalEquipment-31x23.jpg";s:5:"width";i:31;s:6:"height";i:23;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:25:"AnimalEquipment-38x29.jpg";s:5:"width";i:38;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:27:"AnimalEquipment-278x215.jpg";s:5:"width";i:278;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:27:"AnimalEquipment-190x146.jpg";s:5:"width";i:190;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:26:"AnimalEquipment-128x98.jpg";s:5:"width";i:128;s:6:"height";i:98;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:27:"AnimalEquipment-400x150.jpg";s:5:"width";i:400;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:27:"AnimalEquipment-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"AnimalEquipment-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6598, 5344, '_wp_attached_file', 'ScratchNAll.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (6599, 5344, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:160;s:6:"height";i:160;s:4:"file";s:15:"ScratchNAll.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"ScratchNAll-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:21:"ScratchNAll-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:21:"ScratchNAll-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:23:"ScratchNAll-128x128.jpg";s:5:"width";i:128;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:23:"ScratchNAll-160x150.jpg";s:5:"width";i:160;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:23:"ScratchNAll-160x100.jpg";s:5:"width";i:160;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"ScratchNAll-160x111.jpg";s:5:"width";i:160;s:6:"height";i:111;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6600, 5355, '_wp_attached_file', 'Conservation-Database-and-Password.docx') ; 
INSERT INTO `wp_postmeta` VALUES (6601, 5359, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6602, 5359, '_gform-entry-id', '204') ; 
INSERT INTO `wp_postmeta` VALUES (6603, 5361, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (6604, 5361, '_gform-entry-id', '209') ; 
INSERT INTO `wp_postmeta` VALUES (6605, 5361, 'job_expiration_day', '20140401') ; 
INSERT INTO `wp_postmeta` VALUES (6606, 5364, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6607, 5364, '_gform-entry-id', '211') ; 
INSERT INTO `wp_postmeta` VALUES (6608, 5364, '_oembed_43fdd5dfe09619fb3894bbdeac347bd5', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (6609, 5366, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6610, 5366, '_gform-entry-id', '218') ; 
INSERT INTO `wp_postmeta` VALUES (7174, 5673, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7175, 5673, '_gform-entry-id', '342') ; 
INSERT INTO `wp_postmeta` VALUES (7176, 5673, 'job_expiration_day', '20140403') ; 
INSERT INTO `wp_postmeta` VALUES (6614, 5368, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6615, 5368, '_gform-entry-id', '222') ; 
INSERT INTO `wp_postmeta` VALUES (6616, 5370, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6617, 5370, '_gform-entry-id', '223') ; 
INSERT INTO `wp_postmeta` VALUES (6618, 5370, '_oembed_8452d86a9ea5a6da64646f41c339dab7', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (6619, 5368, '_oembed_a4e85c13de73647f14cd9d3ecfc31bc9', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (6620, 5372, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6621, 5372, '_gform-entry-id', '225') ; 
INSERT INTO `wp_postmeta` VALUES (6622, 5372, '_oembed_a6a760823c9ca367ad160a8557ce4ceb', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (6623, 5374, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6624, 5374, '_gform-entry-id', '229') ; 
INSERT INTO `wp_postmeta` VALUES (6625, 5376, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6626, 5376, '_gform-entry-id', '230') ; 
INSERT INTO `wp_postmeta` VALUES (6627, 5378, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6628, 5378, '_gform-entry-id', '231') ; 
INSERT INTO `wp_postmeta` VALUES (6629, 5380, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6630, 5380, '_gform-entry-id', '232') ; 
INSERT INTO `wp_postmeta` VALUES (6639, 5393, '_wp_attached_file', 'Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6640, 5394, '_wp_attached_file', 'Leucoderma-in-an-African-Penguin.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6641, 5395, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6642, 5395, '_gform-entry-id', '238') ; 
INSERT INTO `wp_postmeta` VALUES (6643, 5397, '_wp_attached_file', 'Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6644, 5399, '_wp_attached_file', 'Videographic-Study-on-Brown-Kiwi.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6645, 5401, '_wp_attached_file', 'Introduction-of-Silvered-langurs.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6646, 5402, '_wp_attached_file', 'World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6647, 5403, '_wp_attached_file', 'AAZK-Conservation-Committee.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6648, 5395, '_oembed_e541281c6c6824876220ee5dea1f1035', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (6649, 5408, '_wp_attached_file', 'Conservation-Committee-Workshop.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6650, 5409, '_wp_attached_file', 'Ethical-Chapter-Conduct.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6651, 5410, '_wp_attached_file', 'Animal-Welfare.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6652, 5412, '_wp_attached_file', 'Population-Management.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6653, 5414, '_wp_attached_file', 'Guest-Presentations-Made-Easy-for-participants.parts1-and-2.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6654, 5417, '_wp_attached_file', 'Goal-Setting.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6656, 5419, '_wp_attached_file', 'SCUBA-Diving-and-Rock-Climbing-Operations.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6657, 5420, '_wp_attached_file', 'Animal-Escape-Preparedness.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6658, 5422, '_wp_attached_file', 'Teams1.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6659, 5423, '_wp_attached_file', 'Keeper-to-Curator.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6660, 5424, '_wp_attached_file', 'Invert-Husbandry-Basics.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6661, 5426, '_wp_attached_file', 'Radio-Telemetry.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6662, 5427, '_wp_attached_file', 'Challenges-and-Successes-of-Breeding-in-a-Large-Mixed-Species-Aviary.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6663, 5428, '_wp_attached_file', 'Health-Management-of-Fishes-and-Amphibians.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6664, 5429, '_wp_attached_file', 'BHC-Safety-Workshop.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6665, 5431, '_wp_attached_file', 'Wild-Bird-Banding.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6666, 5432, '_wp_attached_file', 'Improving-Your-Photography.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6667, 5433, '_wp_attached_file', 'AAZK-Online.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6668, 5434, '_wp_attached_file', 'Building-Shipping-Crates.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6669, 5436, '_wp_attached_file', 'North-Carolina-Zoo-Browse-Program.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6670, 5437, '_wp_attached_file', 'Keeper-Founded-Conservation-Programs.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6671, 5438, '_wp_attached_file', 'Understanding-Veterinary-Communications.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6672, 5439, '_wp_attached_file', 'Public-Relations-101.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6673, 5440, '_wp_attached_file', 'Management-Adjustments-to-Address-Aging-Populations.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6675, 5443, '_wp_attached_file', 'Management-Adjustments-to-Address-Aging-Populations-Part-2.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6676, 5444, '_wp_attached_file', 'Mixed-Species-Mgt-Facility-Design.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6677, 5445, '_wp_attached_file', 'Keeper-Talks-Can-Be-Fun-Seriously.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6678, 5446, '_wp_attached_file', 'BHC-Enrichment-Day.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6679, 5447, '_wp_attached_file', 'Proposal-Writing-and-Evaluation.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6680, 5449, '_wp_attached_file', 'Better-Powerpoint-Presentations.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6687, 5463, '_wp_attached_file', 'Hawk-box1.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6688, 5466, '_wp_attached_file', 'Humboldt-Penguin-Breeding-Management.pptx') ; 
INSERT INTO `wp_postmeta` VALUES (6689, 5467, '_wp_attached_file', 'IAATE-PositionStatement-Tethering1.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6690, 5468, '_wp_attached_file', 'Important-Zoonotic-Diseases-of-Zoo-and-Doemestic-Animals.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6691, 5469, '_wp_attached_file', 'Keepers-as-Population-Managers1.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6692, 5470, '_wp_attached_file', 'Keys-to-a-successful-Chapter1.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6693, 5472, '_wp_attached_file', 'Nests-for-Native-Bees-Fact-Sheet.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6694, 5473, '_wp_attached_file', 'Nests-for-Native-Bees1.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6695, 5474, '_wp_attached_file', 'Palm-Oil-Wallet-Card1.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6696, 5475, '_wp_attached_file', 'Plants-for-Native-Bees1.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6697, 5476, '_wp_attached_file', 'Professional-Development-Goal-Setting1.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6698, 5477, '_wp_attached_file', 'QT-Protocols-Enichment-and-Training.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6699, 5478, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6700, 5478, '_gform-entry-id', '241') ; 
INSERT INTO `wp_postmeta` VALUES (6701, 5480, '_wp_attached_file', 'Raptor-Equipment.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6702, 5481, '_wp_attached_file', 'Raptor-Workshop.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6704, 5483, '_wp_attached_file', 'Raptor-Knot.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6705, 5485, '_wp_attached_file', 'Ungulate-Restraint-and-Handling.ppt') ; 
INSERT INTO `wp_postmeta` VALUES (6706, 5489, '_wp_attached_file', 'A-Big-Trip-for-the-Smallest-Bear.docx') ; 
INSERT INTO `wp_postmeta` VALUES (6707, 5490, '_wp_attached_file', 'Attwaters-Prairie-Chicken-Awareness.docx') ; 
INSERT INTO `wp_postmeta` VALUES (6708, 5491, '_wp_attached_file', 'Building-Enrichment-with-Fourth-Graders.docx') ; 
INSERT INTO `wp_postmeta` VALUES (6709, 5492, '_wp_attached_file', 'Fecal-Firming-in-a-Female-Chimpanzee.docx') ; 
INSERT INTO `wp_postmeta` VALUES (6710, 5493, '_wp_attached_file', 'From-Fear-to-Friend-Building-Trust-Between-Keeper-and-Animal-Through-Training.doc') ; 
INSERT INTO `wp_postmeta` VALUES (6711, 5494, '_wp_attached_file', 'Giant-Anteater-Introductions-Using-Positive-Reinforcement-Training-to-Ease-Introductions.doc') ; 
INSERT INTO `wp_postmeta` VALUES (6712, 5496, '_wp_attached_file', 'How-To-Prepare-Your-Sea-Lion-For-Surgery.docx') ; 
INSERT INTO `wp_postmeta` VALUES (6713, 5497, '_wp_attached_file', 'Integrating-Research-and-Animal-Care-to-Support-Conservation.doc') ; 
INSERT INTO `wp_postmeta` VALUES (6714, 5498, '_wp_attached_file', 'Let-me-get-the-door-for-you.docx') ; 
INSERT INTO `wp_postmeta` VALUES (6715, 5499, '_wp_attached_file', 'LIGHTING-AND-SHADING-THE-PATH-TOWARD-CONSERVATION.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (6716, 5500, '_wp_attached_file', 'Managing-a-Reticulated-Giraffe-Giraffe-camelopardalis-with-Allergies.doc') ; 
INSERT INTO `wp_postmeta` VALUES (6717, 5502, '_wp_attached_file', 'Managing-a-Reticulated-Giraffe-Table-2.xls') ; 
INSERT INTO `wp_postmeta` VALUES (6718, 5503, '_wp_attached_file', 'Managing-a-Reticulated-Giraffe-Table1.xls') ; 
INSERT INTO `wp_postmeta` VALUES (6719, 5504, '_wp_attached_file', 'Redeveloping-the-Georgia-Chapter-of-AAZK.doc') ; 
INSERT INTO `wp_postmeta` VALUES (6720, 5505, '_wp_attached_file', 'Thirty-eight-years-of-crap.docx') ; 
INSERT INTO `wp_postmeta` VALUES (6721, 5506, '_wp_attached_file', 'Zoo-Keeper-Education-Survey.docx') ; 
INSERT INTO `wp_postmeta` VALUES (7204, 5700, 'job_expiration_day', '20140325') ; 
INSERT INTO `wp_postmeta` VALUES (7203, 5700, '_gform-entry-id', '364') ; 
INSERT INTO `wp_postmeta` VALUES (6724, 5517, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6725, 5517, '_gform-entry-id', '246') ; 
INSERT INTO `wp_postmeta` VALUES (6729, 5525, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6726, 5523, '_gform-form-id', '1') ; 
INSERT INTO `wp_postmeta` VALUES (6727, 5523, '_gform-entry-id', '247') ; 
INSERT INTO `wp_postmeta` VALUES (6728, 5523, '_oembed_b8e2670de38715776d564c154c8b3fb9', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (6730, 5525, '_gform-entry-id', '248') ; 
INSERT INTO `wp_postmeta` VALUES (6839, 5537, '_thumbnail_id', '5269') ; 
INSERT INTO `wp_postmeta` VALUES (6822, 5535, '_wpsc_product_metadata', 'a:21:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";s:1:"0";s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:5:"10.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6821, 5535, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (6820, 5535, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (6819, 5535, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6818, 5535, '_wpsc_price', '17.5') ; 
INSERT INTO `wp_postmeta` VALUES (6847, 5538, '_edit_lock', '1391707180:2') ; 
INSERT INTO `wp_postmeta` VALUES (6848, 5538, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6849, 5538, '_thumbnail_id', '5269') ; 
INSERT INTO `wp_postmeta` VALUES (6850, 5538, '_wpsc_price', '22') ; 
INSERT INTO `wp_postmeta` VALUES (6851, 5538, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6852, 5538, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (6853, 5538, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (6854, 5538, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";s:1:"0";s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";s:4:"0.00";s:11:"height_unit";s:2:"in";s:5:"width";s:4:"0.00";s:10:"width_unit";s:2:"in";s:6:"length";s:4:"0.00";s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6833, 5536, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6834, 5536, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (6823, 5535, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6824, 5535, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (6855, 5538, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6856, 5538, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (6857, 5539, '_edit_lock', '1391707180:2') ; 
INSERT INTO `wp_postmeta` VALUES (6858, 5539, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6859, 5539, '_thumbnail_id', '5269') ; 
INSERT INTO `wp_postmeta` VALUES (6860, 5539, '_wpsc_price', '12') ; 
INSERT INTO `wp_postmeta` VALUES (6861, 5539, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6862, 5539, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (6863, 5539, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (6864, 5539, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";s:1:"0";s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";s:4:"0.00";s:11:"height_unit";s:2:"in";s:5:"width";s:4:"0.00";s:10:"width_unit";s:2:"in";s:6:"length";s:4:"0.00";s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6865, 5539, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6866, 5539, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (6874, 5540, '_wpsc_product_metadata', 'a:21:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";s:1:"0";s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";s:4:"0.00";s:11:"height_unit";s:2:"in";s:5:"width";s:4:"0.00";s:10:"width_unit";s:2:"in";s:6:"length";s:4:"0.00";s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6875, 5540, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6876, 5540, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (6877, 5541, '_edit_lock', '1391707425:2') ; 
INSERT INTO `wp_postmeta` VALUES (6878, 5541, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6879, 5541, '_thumbnail_id', '4608') ; 
INSERT INTO `wp_postmeta` VALUES (6880, 5541, '_wpsc_price', '17.5') ; 
INSERT INTO `wp_postmeta` VALUES (6881, 5541, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6882, 5541, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (6883, 5541, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (6884, 5541, '_wpsc_product_metadata', 'a:21:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (6885, 5541, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6886, 5541, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (6887, 5542, '_edit_lock', '1391707425:2') ; 
INSERT INTO `wp_postmeta` VALUES (6888, 5542, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6889, 5542, '_thumbnail_id', '4608') ; 
INSERT INTO `wp_postmeta` VALUES (6890, 5542, '_wpsc_price', '17.5') ; 
INSERT INTO `wp_postmeta` VALUES (6891, 5542, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6892, 5542, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (6893, 5542, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (6894, 5542, '_wpsc_product_metadata', 'a:21:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (6895, 5542, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6896, 5542, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (6897, 5543, '_edit_lock', '1391707425:2') ; 
INSERT INTO `wp_postmeta` VALUES (6898, 5543, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6899, 5543, '_thumbnail_id', '4608') ; 
INSERT INTO `wp_postmeta` VALUES (6900, 5543, '_wpsc_price', '7.5') ; 
INSERT INTO `wp_postmeta` VALUES (6901, 5543, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6902, 5543, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (6903, 5543, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (6904, 5543, '_wpsc_product_metadata', 'a:21:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (6905, 5543, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6906, 5543, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (6907, 5544, '_edit_lock', '1391707525:2') ; 
INSERT INTO `wp_postmeta` VALUES (6908, 5544, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6909, 5544, '_thumbnail_id', '4612') ; 
INSERT INTO `wp_postmeta` VALUES (6910, 5544, '_wpsc_price', '7.5') ; 
INSERT INTO `wp_postmeta` VALUES (6911, 5544, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6912, 5544, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (6913, 5544, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (6914, 5544, '_wpsc_product_metadata', 'a:21:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";s:1:"0";s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";s:4:"0.00";s:11:"height_unit";s:2:"in";s:5:"width";s:4:"0.00";s:10:"width_unit";s:2:"in";s:6:"length";s:4:"0.00";s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6915, 5544, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6916, 5544, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (6955, 5551, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6921, 5545, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6922, 5545, '_edit_lock', '1391707616:2') ; 
INSERT INTO `wp_postmeta` VALUES (6923, 5545, '_thumbnail_id', '4602') ; 
INSERT INTO `wp_postmeta` VALUES (6924, 5545, '_wpsc_price', '55') ; 
INSERT INTO `wp_postmeta` VALUES (6925, 5545, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6926, 5545, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (6927, 5545, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (6928, 5545, '_wpsc_product_metadata', 'a:21:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";s:1:"0";s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6929, 5545, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6930, 5545, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (6931, 5546, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6932, 5546, '_edit_lock', '1391707616:2') ; 
INSERT INTO `wp_postmeta` VALUES (6933, 5546, '_thumbnail_id', '4602') ; 
INSERT INTO `wp_postmeta` VALUES (6934, 5546, '_wpsc_price', '75') ; 
INSERT INTO `wp_postmeta` VALUES (6935, 5546, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6936, 5546, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (6937, 5546, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (6938, 5546, '_wpsc_product_metadata', 'a:21:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";s:1:"0";s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6939, 5546, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6940, 5546, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (6941, 5547, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6942, 5547, '_edit_lock', '1391707616:2') ; 
INSERT INTO `wp_postmeta` VALUES (6943, 5547, '_thumbnail_id', '4602') ; 
INSERT INTO `wp_postmeta` VALUES (6944, 5547, '_wpsc_price', '45') ; 
INSERT INTO `wp_postmeta` VALUES (6945, 5547, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6946, 5547, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (6947, 5547, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (6948, 5547, '_wpsc_product_metadata', 'a:21:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";s:1:"0";s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6949, 5547, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6950, 5547, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (6974, 5553, '_edit_lock', '1391708083:2') ; 
INSERT INTO `wp_postmeta` VALUES (6975, 5553, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6976, 5553, '_thumbnail_id', '4637') ; 
INSERT INTO `wp_postmeta` VALUES (6977, 5553, '_wpsc_price', '7.5') ; 
INSERT INTO `wp_postmeta` VALUES (6978, 5553, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6979, 5553, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (6980, 5553, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (6981, 5553, '_wpsc_product_metadata', 'a:21:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";s:1:"0";s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";s:4:"0.00";s:11:"height_unit";s:2:"in";s:5:"width";s:4:"0.00";s:10:"width_unit";s:2:"in";s:6:"length";s:4:"0.00";s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (6982, 5553, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6983, 5553, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (6984, 5554, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6985, 5554, '_edit_lock', '1391708207:2') ; 
INSERT INTO `wp_postmeta` VALUES (6986, 5554, '_thumbnail_id', '4812') ; 
INSERT INTO `wp_postmeta` VALUES (6987, 5554, '_wpsc_price', '9') ; 
INSERT INTO `wp_postmeta` VALUES (6988, 5554, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6989, 5554, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (6990, 5554, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (6991, 5554, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (6992, 5554, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6993, 5554, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (6994, 5555, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (6995, 5555, '_edit_lock', '1391708207:2') ; 
INSERT INTO `wp_postmeta` VALUES (6996, 5555, '_thumbnail_id', '4812') ; 
INSERT INTO `wp_postmeta` VALUES (6997, 5555, '_wpsc_price', '10') ; 
INSERT INTO `wp_postmeta` VALUES (6998, 5555, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (6999, 5555, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7000, 5555, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7001, 5555, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (7002, 5555, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7003, 5555, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (7004, 5556, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7005, 5556, '_edit_lock', '1391708207:2') ; 
INSERT INTO `wp_postmeta` VALUES (7006, 5556, '_thumbnail_id', '4812') ; 
INSERT INTO `wp_postmeta` VALUES (7007, 5556, '_wpsc_price', '6') ; 
INSERT INTO `wp_postmeta` VALUES (7008, 5556, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7009, 5556, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7010, 5556, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7011, 5556, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (7012, 5556, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7013, 5556, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (7020, 5557, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7021, 5557, '_wpsc_product_metadata', 'a:21:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (7022, 5557, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7023, 5557, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (7024, 5558, '_edit_lock', '1391708306:2') ; 
INSERT INTO `wp_postmeta` VALUES (7025, 5558, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7026, 5558, '_thumbnail_id', '4603') ; 
INSERT INTO `wp_postmeta` VALUES (7027, 5558, '_wpsc_price', '20') ; 
INSERT INTO `wp_postmeta` VALUES (7028, 5558, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7029, 5558, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7030, 5558, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7031, 5558, '_wpsc_product_metadata', 'a:21:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (7032, 5558, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7033, 5558, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (7034, 5559, '_edit_lock', '1391708306:2') ; 
INSERT INTO `wp_postmeta` VALUES (7035, 5559, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7036, 5559, '_thumbnail_id', '4603') ; 
INSERT INTO `wp_postmeta` VALUES (7037, 5559, '_wpsc_price', '15') ; 
INSERT INTO `wp_postmeta` VALUES (7038, 5559, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7039, 5559, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7040, 5559, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7041, 5559, '_wpsc_product_metadata', 'a:21:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:18:"wpec_taxes_taxable";s:2:"on";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (7042, 5559, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7043, 5559, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (7314, 5780, 'job_expiration_day', '20140424') ; 
INSERT INTO `wp_postmeta` VALUES (7302, 5767, 'job_expiration_day', '20140626') ; 
INSERT INTO `wp_postmeta` VALUES (7301, 5767, '_gform-entry-id', '407') ; 
INSERT INTO `wp_postmeta` VALUES (7295, 5761, 'job_expiration_day', '20140409') ; 
INSERT INTO `wp_postmeta` VALUES (7290, 5758, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (7288, 5755, '_oembed_554b88419f38f9878bbadd445798bd4e', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7287, 5755, 'job_expiration_day', '20140408') ; 
INSERT INTO `wp_postmeta` VALUES (7282, 5752, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7279, 5749, '_gform-entry-id', '397') ; 
INSERT INTO `wp_postmeta` VALUES (7278, 5749, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7123, 5626, 'job_expiration_day', '20140305') ; 
INSERT INTO `wp_postmeta` VALUES (7124, 5626, '_oembed_fbc909064fefff7958d7f42b3b49a195', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7125, 5623, '_oembed_ec52bc7cc5814996d2f81ce8bca61447', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7126, 5629, '_wp_attached_file', 'Conservation-Database.xls') ; 
INSERT INTO `wp_postmeta` VALUES (7274, 5742, 'job_expiration_day', '20140411') ; 
INSERT INTO `wp_postmeta` VALUES (7129, 5632, '_wp_attached_file', 'Gorilla-2014-AKF-cover.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (7130, 5632, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:612;s:6:"height";i:778;s:4:"file";s:26:"Gorilla-2014-AKF-cover.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"Gorilla-2014-AKF-cover-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:34:"Gorilla-2014-AKF-cover-235x300.jpg";s:5:"width";i:235;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:34:"Gorilla-2014-AKF-cover-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:32:"Gorilla-2014-AKF-cover-24x31.jpg";s:5:"width";i:24;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:32:"Gorilla-2014-AKF-cover-29x38.jpg";s:5:"width";i:29;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:34:"Gorilla-2014-AKF-cover-169x215.jpg";s:5:"width";i:169;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:34:"Gorilla-2014-AKF-cover-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:34:"Gorilla-2014-AKF-cover-100x128.jpg";s:5:"width";i:100;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:34:"Gorilla-2014-AKF-cover-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:34:"Gorilla-2014-AKF-cover-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:34:"Gorilla-2014-AKF-cover-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:34:"Gorilla-2014-AKF-cover-612x421.jpg";s:5:"width";i:612;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:34:"Gorilla-2014-AKF-cover-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:32:"Gorilla-2014-AKF-cover-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7273, 5742, '_gform-entry-id', '393') ; 
INSERT INTO `wp_postmeta` VALUES (7271, 5739, 'job_expiration_day', '20140407') ; 
INSERT INTO `wp_postmeta` VALUES (7270, 5739, '_gform-entry-id', '392') ; 
INSERT INTO `wp_postmeta` VALUES (7269, 5739, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7276, 5746, '_gform-entry-id', '395') ; 
INSERT INTO `wp_postmeta` VALUES (7275, 5746, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7272, 5742, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7141, 5640, '_edit_lock', '1392909715:2') ; 
INSERT INTO `wp_postmeta` VALUES (7142, 5640, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7143, 5640, '_thumbnail_id', '5632') ; 
INSERT INTO `wp_postmeta` VALUES (7146, 5645, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (7147, 5645, '_gform-entry-id', '303') ; 
INSERT INTO `wp_postmeta` VALUES (7148, 5645, 'job_expiration_day', '20140521') ; 
INSERT INTO `wp_postmeta` VALUES (7149, 5648, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (7150, 5648, '_gform-entry-id', '308') ; 
INSERT INTO `wp_postmeta` VALUES (7151, 5648, 'job_expiration_day', '20140307') ; 
INSERT INTO `wp_postmeta` VALUES (7152, 5651, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7153, 5651, '_gform-entry-id', '313') ; 
INSERT INTO `wp_postmeta` VALUES (7154, 5651, 'job_expiration_day', '20140310') ; 
INSERT INTO `wp_postmeta` VALUES (7263, 5730, '_wp_attached_file', 'CPR-Grant-Guidelines.doc') ; 
INSERT INTO `wp_postmeta` VALUES (7264, 5732, '_wp_attached_file', 'Professional-Development-Grant-Guidelines.doc') ; 
INSERT INTO `wp_postmeta` VALUES (7155, 5658, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7156, 5658, '_gform-entry-id', '328') ; 
INSERT INTO `wp_postmeta` VALUES (7157, 5658, 'job_expiration_day', '20140312') ; 
INSERT INTO `wp_postmeta` VALUES (7158, 5661, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7159, 5661, '_gform-entry-id', '329') ; 
INSERT INTO `wp_postmeta` VALUES (7160, 5661, 'job_expiration_day', '20140312') ; 
INSERT INTO `wp_postmeta` VALUES (7161, 5661, '_oembed_564c67b483c1ae319c222e416ce183a5', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7162, 5658, '_oembed_6419f67934ef0b0aa9a5327e73ff37e1', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7163, 5664, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7164, 5664, '_gform-entry-id', '330') ; 
INSERT INTO `wp_postmeta` VALUES (7165, 5664, 'job_expiration_day', '20140312') ; 
INSERT INTO `wp_postmeta` VALUES (7166, 5664, '_oembed_3ed4321c6c61b6b977f4e0a6a962dc4a', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7167, 5667, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7168, 5667, '_gform-entry-id', '331') ; 
INSERT INTO `wp_postmeta` VALUES (7169, 5667, 'job_expiration_day', '20140313') ; 
INSERT INTO `wp_postmeta` VALUES (7170, 5667, '_oembed_b245947165a483811d475f16e3db5f09', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7171, 5670, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7172, 5670, '_gform-entry-id', '332') ; 
INSERT INTO `wp_postmeta` VALUES (7173, 5670, 'job_expiration_day', '20140313') ; 
INSERT INTO `wp_postmeta` VALUES (7178, 5648, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7179, 5680, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7180, 5680, '_gform-entry-id', '344') ; 
INSERT INTO `wp_postmeta` VALUES (7181, 5680, 'job_expiration_day', '20140401') ; 
INSERT INTO `wp_postmeta` VALUES (7182, 5684, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7183, 5684, '_gform-entry-id', '345') ; 
INSERT INTO `wp_postmeta` VALUES (7184, 5684, 'job_expiration_day', '20140602') ; 
INSERT INTO `wp_postmeta` VALUES (7185, 5687, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (7186, 5687, '_gform-entry-id', '350') ; 
INSERT INTO `wp_postmeta` VALUES (7187, 5687, 'job_expiration_day', '20140604') ; 
INSERT INTO `wp_postmeta` VALUES (7205, 5700, '_oembed_fbc909064fefff7958d7f42b3b49a195', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7206, 5703, '_edit_lock', '1397494944:2') ; 
INSERT INTO `wp_postmeta` VALUES (7207, 5703, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7208, 5704, '_wp_attached_file', 'Conference-Logo-Gradient-Large-CMYK.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (7209, 5704, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2550;s:6:"height";i:3300;s:4:"file";s:39:"Conference-Logo-Gradient-Large-CMYK.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:47:"Conference-Logo-Gradient-Large-CMYK-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:47:"Conference-Logo-Gradient-Large-CMYK-231x300.jpg";s:5:"width";i:231;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:48:"Conference-Logo-Gradient-Large-CMYK-791x1024.jpg";s:5:"width";i:791;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:47:"Conference-Logo-Gradient-Large-CMYK-146x190.jpg";s:5:"width";i:146;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:45:"Conference-Logo-Gradient-Large-CMYK-23x31.jpg";s:5:"width";i:23;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:45:"Conference-Logo-Gradient-Large-CMYK-29x38.jpg";s:5:"width";i:29;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:47:"Conference-Logo-Gradient-Large-CMYK-166x215.jpg";s:5:"width";i:166;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:47:"Conference-Logo-Gradient-Large-CMYK-146x190.jpg";s:5:"width";i:146;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:46:"Conference-Logo-Gradient-Large-CMYK-98x128.jpg";s:5:"width";i:98;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:47:"Conference-Logo-Gradient-Large-CMYK-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:47:"Conference-Logo-Gradient-Large-CMYK-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:47:"Conference-Logo-Gradient-Large-CMYK-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:48:"Conference-Logo-Gradient-Large-CMYK-1800x421.jpg";s:5:"width";i:1800;s:6:"height";i:421;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7210, 5703, '_thumbnail_id', '5704') ; 
INSERT INTO `wp_postmeta` VALUES (7213, 5707, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (7214, 5707, '_gform-entry-id', '366') ; 
INSERT INTO `wp_postmeta` VALUES (7215, 5707, 'job_expiration_day', '20140321') ; 
INSERT INTO `wp_postmeta` VALUES (7216, 5710, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7217, 5710, '_gform-entry-id', '369') ; 
INSERT INTO `wp_postmeta` VALUES (7218, 5710, 'job_expiration_day', '20140327') ; 
INSERT INTO `wp_postmeta` VALUES (7219, 5710, '_oembed_b9d4eda56dea5c24e2c10dcebe2e471a', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7220, 5713, '_edit_lock', '1394820892:2') ; 
INSERT INTO `wp_postmeta` VALUES (7221, 5713, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7222, 5713, '_thumbnail_id', '5632') ; 
INSERT INTO `wp_postmeta` VALUES (7223, 5714, '_edit_lock', '1394820940:2') ; 
INSERT INTO `wp_postmeta` VALUES (7224, 5714, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7225, 5714, '_thumbnail_id', '5632') ; 
INSERT INTO `wp_postmeta` VALUES (7226, 5715, '_edit_lock', '1394820940:2') ; 
INSERT INTO `wp_postmeta` VALUES (7227, 5715, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7228, 5715, '_thumbnail_id', '5632') ; 
INSERT INTO `wp_postmeta` VALUES (7229, 5716, '_edit_lock', '1394820940:2') ; 
INSERT INTO `wp_postmeta` VALUES (7230, 5716, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7231, 5716, '_thumbnail_id', '5632') ; 
INSERT INTO `wp_postmeta` VALUES (7232, 5714, '_wpsc_product_metadata', 'a:5:{s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";s:4:"0.00";s:11:"height_unit";s:2:"in";s:5:"width";s:4:"0.00";s:10:"width_unit";s:2:"in";s:6:"length";s:4:"0.00";s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7233, 5714, '_wpsc_price', '22') ; 
INSERT INTO `wp_postmeta` VALUES (7234, 5714, '_wpsc_special_price', '') ; 
INSERT INTO `wp_postmeta` VALUES (7235, 5714, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7236, 5714, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7237, 5715, '_wpsc_product_metadata', 'a:5:{s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";s:4:"0.00";s:11:"height_unit";s:2:"in";s:5:"width";s:4:"0.00";s:10:"width_unit";s:2:"in";s:6:"length";s:4:"0.00";s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7238, 5715, '_wpsc_price', '22') ; 
INSERT INTO `wp_postmeta` VALUES (7239, 5715, '_wpsc_special_price', '') ; 
INSERT INTO `wp_postmeta` VALUES (7240, 5715, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7241, 5715, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7242, 5716, '_wpsc_product_metadata', 'a:5:{s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";s:4:"0.00";s:11:"height_unit";s:2:"in";s:5:"width";s:4:"0.00";s:10:"width_unit";s:2:"in";s:6:"length";s:4:"0.00";s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7243, 5716, '_wpsc_price', '12') ; 
INSERT INTO `wp_postmeta` VALUES (7244, 5716, '_wpsc_special_price', '') ; 
INSERT INTO `wp_postmeta` VALUES (7245, 5716, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7246, 5716, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7247, 5713, '_wpsc_price', '12') ; 
INSERT INTO `wp_postmeta` VALUES (7248, 5713, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7249, 5713, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7250, 5713, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7251, 5713, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";i:0;s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";d:0;s:13:"international";d:0;}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (7252, 5713, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7253, 5713, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (7254, 5718, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7255, 5718, '_gform-entry-id', '375') ; 
INSERT INTO `wp_postmeta` VALUES (7256, 5718, 'job_expiration_day', '20140614') ; 
INSERT INTO `wp_postmeta` VALUES (7257, 5721, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7258, 5721, '_gform-entry-id', '377') ; 
INSERT INTO `wp_postmeta` VALUES (7259, 5721, 'job_expiration_day', '20140615') ; 
INSERT INTO `wp_postmeta` VALUES (7260, 5724, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7261, 5724, '_gform-entry-id', '378') ; 
INSERT INTO `wp_postmeta` VALUES (7262, 5724, 'job_expiration_day', '20140615') ; 
INSERT INTO `wp_postmeta` VALUES (7265, 5734, '_wp_attached_file', 'Research-Grant-Guidelines.doc') ; 
INSERT INTO `wp_postmeta` VALUES (7333, 5806, '_wp_attached_file', 'Conservation-Database-4-14.xls') ; 
INSERT INTO `wp_postmeta` VALUES (7340, 5815, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7341, 5815, '_gform-entry-id', '443') ; 
INSERT INTO `wp_postmeta` VALUES (7342, 5815, 'job_expiration_day', '20140428') ; 
INSERT INTO `wp_postmeta` VALUES (7343, 5815, '_oembed_d46fe130d67857ef04c891ca1acce535', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7344, 5821, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7345, 5821, '_gform-entry-id', '446') ; 
INSERT INTO `wp_postmeta` VALUES (7346, 5821, 'job_expiration_day', '20140515') ; 
INSERT INTO `wp_postmeta` VALUES (7347, 5824, '_wp_attached_file', 'April-2014-AKF_cover.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (7348, 5824, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:612;s:6:"height";i:778;s:4:"file";s:24:"April-2014-AKF_cover.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"April-2014-AKF_cover-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:32:"April-2014-AKF_cover-235x300.jpg";s:5:"width";i:235;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:32:"April-2014-AKF_cover-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:30:"April-2014-AKF_cover-24x31.jpg";s:5:"width";i:24;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:30:"April-2014-AKF_cover-29x38.jpg";s:5:"width";i:29;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:32:"April-2014-AKF_cover-169x215.jpg";s:5:"width";i:169;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:32:"April-2014-AKF_cover-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:32:"April-2014-AKF_cover-100x128.jpg";s:5:"width";i:100;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:32:"April-2014-AKF_cover-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:32:"April-2014-AKF_cover-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"April-2014-AKF_cover-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:32:"April-2014-AKF_cover-612x421.jpg";s:5:"width";i:612;s:6:"height";i:421;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7349, 5828, '_edit_lock', '1397680467:2') ; 
INSERT INTO `wp_postmeta` VALUES (7350, 5828, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7355, 5721, '_edit_lock', '1397747939:2') ; 
INSERT INTO `wp_postmeta` VALUES (7356, 5721, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7357, 5834, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7358, 5834, '_gform-entry-id', '449') ; 
INSERT INTO `wp_postmeta` VALUES (7359, 5834, 'job_expiration_day', '20140501') ; 
INSERT INTO `wp_postmeta` VALUES (7360, 5834, '_oembed_54620543b4acdbad392984983e6f6bf8', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7872, 6145, 'job_expiration_day', '20140715') ; 
INSERT INTO `wp_postmeta` VALUES (7871, 6145, '_gform-entry-id', '638') ; 
INSERT INTO `wp_postmeta` VALUES (7870, 6145, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7366, 5849, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7367, 5849, '_gform-entry-id', '454') ; 
INSERT INTO `wp_postmeta` VALUES (7368, 5849, 'job_expiration_day', '20140509') ; 
INSERT INTO `wp_postmeta` VALUES (7369, 5849, '_oembed_d9287f125359f3ff92d72b45557c941c', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7370, 5853, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7371, 5853, '_gform-entry-id', '457') ; 
INSERT INTO `wp_postmeta` VALUES (7372, 5853, 'job_expiration_day', '20140505') ; 
INSERT INTO `wp_postmeta` VALUES (7373, 5853, '_oembed_03b2a3b45eb038fac74d97e06698d5c8', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7374, 5856, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7375, 5856, '_gform-entry-id', '458') ; 
INSERT INTO `wp_postmeta` VALUES (7376, 5856, 'job_expiration_day', '20140505') ; 
INSERT INTO `wp_postmeta` VALUES (7377, 5859, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7378, 5859, '_gform-entry-id', '461') ; 
INSERT INTO `wp_postmeta` VALUES (7379, 5859, 'job_expiration_day', '20140721') ; 
INSERT INTO `wp_postmeta` VALUES (7380, 5862, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (7381, 5862, '_gform-entry-id', '463') ; 
INSERT INTO `wp_postmeta` VALUES (7382, 5862, 'job_expiration_day', '20140723') ; 
INSERT INTO `wp_postmeta` VALUES (7604, 5997, '_edit_lock', '1401222289:2') ; 
INSERT INTO `wp_postmeta` VALUES (7601, 5994, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7602, 5994, '_gform-entry-id', '541') ; 
INSERT INTO `wp_postmeta` VALUES (7603, 5994, 'job_expiration_day', '20140610') ; 
INSERT INTO `wp_postmeta` VALUES (7389, 5869, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7390, 5869, '_gform-entry-id', '466') ; 
INSERT INTO `wp_postmeta` VALUES (7391, 5869, 'job_expiration_day', '20140725') ; 
INSERT INTO `wp_postmeta` VALUES (7392, 5872, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7393, 5872, '_gform-entry-id', '472') ; 
INSERT INTO `wp_postmeta` VALUES (7394, 5872, 'job_expiration_day', '20140727') ; 
INSERT INTO `wp_postmeta` VALUES (7395, 5872, '_oembed_f4afb99cb481cbfbf3283aa49b42041f', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7396, 5872, '_edit_lock', '1398786162:2') ; 
INSERT INTO `wp_postmeta` VALUES (7397, 5876, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7398, 5876, '_gform-entry-id', '477') ; 
INSERT INTO `wp_postmeta` VALUES (7399, 5876, 'job_expiration_day', '20140630') ; 
INSERT INTO `wp_postmeta` VALUES (7400, 5876, '_edit_lock', '1398809452:2') ; 
INSERT INTO `wp_postmeta` VALUES (7401, 5879, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7402, 5879, '_gform-entry-id', '478') ; 
INSERT INTO `wp_postmeta` VALUES (7403, 5879, 'job_expiration_day', '20140728') ; 
INSERT INTO `wp_postmeta` VALUES (7405, 5882, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:138;s:6:"height";i:179;s:4:"file";s:21:"BFR-Color-5-Rhino.png";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"BFR-Color-5-Rhino-138x150.png";s:5:"width";i:138;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:27:"BFR-Color-5-Rhino-23x31.png";s:5:"width";i:23;s:6:"height";i:31;s:9:"mime-type";s:9:"image/png";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:27:"BFR-Color-5-Rhino-29x38.png";s:5:"width";i:29;s:6:"height";i:38;s:9:"mime-type";s:9:"image/png";}s:21:"medium-single-product";a:4:{s:4:"file";s:28:"BFR-Color-5-Rhino-98x128.png";s:5:"width";i:98;s:6:"height";i:128;s:9:"mime-type";s:9:"image/png";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:29:"BFR-Color-5-Rhino-138x150.png";s:5:"width";i:138;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:29:"BFR-Color-5-Rhino-138x100.png";s:5:"width";i:138;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:29:"BFR-Color-5-Rhino-138x111.png";s:5:"width";i:138;s:6:"height";i:111;s:9:"mime-type";s:9:"image/png";}}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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7407, 5885, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2571;s:6:"height";i:1340;s:4:"file";s:30:"Bowling_for_Rhinos_2013_BW.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"Bowling_for_Rhinos_2013_BW-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:38:"Bowling_for_Rhinos_2013_BW-300x156.jpg";s:5:"width";i:300;s:6:"height";i:156;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:39:"Bowling_for_Rhinos_2013_BW-1024x533.jpg";s:5:"width";i:1024;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:37:"Bowling_for_Rhinos_2013_BW-190x99.jpg";s:5:"width";i:190;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:36:"Bowling_for_Rhinos_2013_BW-31x16.jpg";s:5:"width";i:31;s:6:"height";i:16;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:36:"Bowling_for_Rhinos_2013_BW-38x19.jpg";s:5:"width";i:38;s:6:"height";i:19;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:38:"Bowling_for_Rhinos_2013_BW-412x215.jpg";s:5:"width";i:412;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:37:"Bowling_for_Rhinos_2013_BW-190x99.jpg";s:5:"width";i:190;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:37:"Bowling_for_Rhinos_2013_BW-128x66.jpg";s:5:"width";i:128;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:38:"Bowling_for_Rhinos_2013_BW-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:38:"Bowling_for_Rhinos_2013_BW-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:38:"Bowling_for_Rhinos_2013_BW-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:39:"Bowling_for_Rhinos_2013_BW-1800x421.jpg";s:5:"width";i:1800;s:6:"height";i:421;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7408, 5887, '_wp_attached_file', 'Copy-of-Bowling_for_Rhinos_2013_color.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (7409, 5887, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2571;s:6:"height";i:1336;s:4:"file";s:41:"Copy-of-Bowling_for_Rhinos_2013_color.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:49:"Copy-of-Bowling_for_Rhinos_2013_color-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:49:"Copy-of-Bowling_for_Rhinos_2013_color-300x155.jpg";s:5:"width";i:300;s:6:"height";i:155;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:50:"Copy-of-Bowling_for_Rhinos_2013_color-1024x532.jpg";s:5:"width";i:1024;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:48:"Copy-of-Bowling_for_Rhinos_2013_color-190x98.jpg";s:5:"width";i:190;s:6:"height";i:98;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:47:"Copy-of-Bowling_for_Rhinos_2013_color-31x16.jpg";s:5:"width";i:31;s:6:"height";i:16;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:47:"Copy-of-Bowling_for_Rhinos_2013_color-38x19.jpg";s:5:"width";i:38;s:6:"height";i:19;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:49:"Copy-of-Bowling_for_Rhinos_2013_color-413x215.jpg";s:5:"width";i:413;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:48:"Copy-of-Bowling_for_Rhinos_2013_color-190x98.jpg";s:5:"width";i:190;s:6:"height";i:98;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:48:"Copy-of-Bowling_for_Rhinos_2013_color-128x66.jpg";s:5:"width";i:128;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:49:"Copy-of-Bowling_for_Rhinos_2013_color-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:49:"Copy-of-Bowling_for_Rhinos_2013_color-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:49:"Copy-of-Bowling_for_Rhinos_2013_color-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:50:"Copy-of-Bowling_for_Rhinos_2013_color-1800x421.jpg";s:5:"width";i:1800;s:6:"height";i:421;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7410, 5895, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (7411, 5895, '_gform-entry-id', '480') ; 
INSERT INTO `wp_postmeta` VALUES (7412, 5895, 'job_expiration_day', '20140531') ; 
INSERT INTO `wp_postmeta` VALUES (7413, 5895, '_edit_lock', '1399036764:2') ; 
INSERT INTO `wp_postmeta` VALUES (7414, 5898, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7415, 5898, '_gform-entry-id', '486') ; 
INSERT INTO `wp_postmeta` VALUES (7416, 5898, 'job_expiration_day', '20140730') ; 
INSERT INTO `wp_postmeta` VALUES (7417, 5901, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7418, 5901, '_gform-entry-id', '492') ; 
INSERT INTO `wp_postmeta` VALUES (7419, 5901, 'job_expiration_day', '20140620') ; 
INSERT INTO `wp_postmeta` VALUES (7420, 5904, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7421, 5904, '_gform-entry-id', '493') ; 
INSERT INTO `wp_postmeta` VALUES (7422, 5904, 'job_expiration_day', '20140620') ; 
INSERT INTO `wp_postmeta` VALUES (7423, 5907, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7424, 5907, '_gform-entry-id', '494') ; 
INSERT INTO `wp_postmeta` VALUES (7425, 5907, 'job_expiration_day', '20140620') ; 
INSERT INTO `wp_postmeta` VALUES (7426, 5910, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7427, 5910, '_gform-entry-id', '495') ; 
INSERT INTO `wp_postmeta` VALUES (7428, 5910, 'job_expiration_day', '20140620') ; 
INSERT INTO `wp_postmeta` VALUES (7429, 5904, '_edit_lock', '1399317962:2') ; 
INSERT INTO `wp_postmeta` VALUES (7430, 5904, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7431, 5920, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7432, 5920, '_gform-entry-id', '498') ; 
INSERT INTO `wp_postmeta` VALUES (7433, 5920, 'job_expiration_day', '20140801') ; 
INSERT INTO `wp_postmeta` VALUES (7434, 5923, '_edit_lock', '1399408273:2') ; 
INSERT INTO `wp_postmeta` VALUES (7435, 5923, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7436, 5924, '_wp_attached_file', 'Carabiner.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (7437, 5924, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:1200;s:4:"file";s:13:"Carabiner.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"Carabiner-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:"Carabiner-300x240.jpg";s:5:"width";i:300;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"Carabiner-1024x819.jpg";s:5:"width";i:1024;s:6:"height";i:819;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:21:"Carabiner-190x152.jpg";s:5:"width";i:190;s:6:"height";i:152;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:19:"Carabiner-31x24.jpg";s:5:"width";i:31;s:6:"height";i:24;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:19:"Carabiner-38x30.jpg";s:5:"width";i:38;s:6:"height";i:30;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:21:"Carabiner-268x215.jpg";s:5:"width";i:268;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:21:"Carabiner-190x152.jpg";s:5:"width";i:190;s:6:"height";i:152;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:21:"Carabiner-128x102.jpg";s:5:"width";i:128;s:6:"height";i:102;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:21:"Carabiner-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:21:"Carabiner-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"Carabiner-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:22:"Carabiner-1500x421.jpg";s:5:"width";i:1500;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:21:"Carabiner-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:19:"Carabiner-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:10;s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D100";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1399378463;s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";i:0;s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7438, 5923, '_thumbnail_id', '5924') ; 
INSERT INTO `wp_postmeta` VALUES (7439, 5925, '_edit_lock', '1399407260:2') ; 
INSERT INTO `wp_postmeta` VALUES (7440, 5925, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7441, 5925, '_thumbnail_id', '5924') ; 
INSERT INTO `wp_postmeta` VALUES (7442, 5926, '_edit_lock', '1399407260:2') ; 
INSERT INTO `wp_postmeta` VALUES (7443, 5926, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7444, 5926, '_thumbnail_id', '5924') ; 
INSERT INTO `wp_postmeta` VALUES (7445, 5927, '_edit_lock', '1399407260:2') ; 
INSERT INTO `wp_postmeta` VALUES (7446, 5927, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7447, 5927, '_thumbnail_id', '5924') ; 
INSERT INTO `wp_postmeta` VALUES (7448, 5928, '_edit_lock', '1399407260:2') ; 
INSERT INTO `wp_postmeta` VALUES (7449, 5928, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7450, 5928, '_thumbnail_id', '5924') ; 
INSERT INTO `wp_postmeta` VALUES (7451, 5929, '_edit_lock', '1399407260:2') ; 
INSERT INTO `wp_postmeta` VALUES (7452, 5929, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7453, 5929, '_thumbnail_id', '5924') ; 
INSERT INTO `wp_postmeta` VALUES (7454, 5930, '_edit_lock', '1399407260:2') ; 
INSERT INTO `wp_postmeta` VALUES (7455, 5930, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7456, 5930, '_thumbnail_id', '5924') ; 
INSERT INTO `wp_postmeta` VALUES (7457, 5925, '_wpsc_product_metadata', 'a:5:{s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";s:4:"0.00";s:11:"height_unit";s:2:"in";s:5:"width";s:4:"0.00";s:10:"width_unit";s:2:"in";s:6:"length";s:4:"0.00";s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7458, 5925, '_wpsc_price', '4') ; 
INSERT INTO `wp_postmeta` VALUES (7459, 5925, '_wpsc_special_price', '') ; 
INSERT INTO `wp_postmeta` VALUES (7460, 5925, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7461, 5925, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7462, 5926, '_wpsc_product_metadata', 'a:5:{s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";s:4:"0.00";s:11:"height_unit";s:2:"in";s:5:"width";s:4:"0.00";s:10:"width_unit";s:2:"in";s:6:"length";s:4:"0.00";s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7463, 5926, '_wpsc_price', '4') ; 
INSERT INTO `wp_postmeta` VALUES (7464, 5926, '_wpsc_special_price', '') ; 
INSERT INTO `wp_postmeta` VALUES (7465, 5926, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7466, 5926, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7467, 5927, '_wpsc_product_metadata', 'a:5:{s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";s:4:"0.00";s:11:"height_unit";s:2:"in";s:5:"width";s:4:"0.00";s:10:"width_unit";s:2:"in";s:6:"length";s:4:"0.00";s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7468, 5927, '_wpsc_price', '4') ; 
INSERT INTO `wp_postmeta` VALUES (7469, 5927, '_wpsc_special_price', '') ; 
INSERT INTO `wp_postmeta` VALUES (7470, 5927, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7471, 5927, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7472, 5928, '_wpsc_product_metadata', 'a:5:{s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";s:4:"0.00";s:11:"height_unit";s:2:"in";s:5:"width";s:4:"0.00";s:10:"width_unit";s:2:"in";s:6:"length";s:4:"0.00";s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7473, 5928, '_wpsc_price', '4') ; 
INSERT INTO `wp_postmeta` VALUES (7474, 5928, '_wpsc_special_price', '') ; 
INSERT INTO `wp_postmeta` VALUES (7475, 5928, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7476, 5928, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7477, 5929, '_wpsc_product_metadata', 'a:5:{s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";s:4:"0.00";s:11:"height_unit";s:2:"in";s:5:"width";s:4:"0.00";s:10:"width_unit";s:2:"in";s:6:"length";s:4:"0.00";s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7478, 5929, '_wpsc_price', '4') ; 
INSERT INTO `wp_postmeta` VALUES (7479, 5929, '_wpsc_special_price', '') ; 
INSERT INTO `wp_postmeta` VALUES (7480, 5929, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7481, 5929, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7482, 5930, '_wpsc_product_metadata', 'a:5:{s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";s:4:"0.00";s:11:"height_unit";s:2:"in";s:5:"width";s:4:"0.00";s:10:"width_unit";s:2:"in";s:6:"length";s:4:"0.00";s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7483, 5930, '_wpsc_price', '4') ; 
INSERT INTO `wp_postmeta` VALUES (7484, 5930, '_wpsc_special_price', '') ; 
INSERT INTO `wp_postmeta` VALUES (7485, 5930, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7486, 5930, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7487, 5923, '_wpsc_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7488, 5923, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7489, 5923, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7490, 5923, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7491, 5923, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";i:0;s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";d:0;s:13:"international";d:0;}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (7492, 5923, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7493, 5923, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (7494, 5931, '_edit_lock', '1399408795:2') ; 
INSERT INTO `wp_postmeta` VALUES (7495, 5931, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7496, 5932, '_wp_attached_file', 'Bandana.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (7497, 5932, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:1091;s:4:"file";s:11:"Bandana.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"Bandana-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:19:"Bandana-300x218.jpg";s:5:"width";i:300;s:6:"height";i:218;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"Bandana-1024x744.jpg";s:5:"width";i:1024;s:6:"height";i:744;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:19:"Bandana-190x138.jpg";s:5:"width";i:190;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"Bandana-31x22.jpg";s:5:"width";i:31;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"Bandana-38x27.jpg";s:5:"width";i:38;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:19:"Bandana-295x215.jpg";s:5:"width";i:295;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:19:"Bandana-190x138.jpg";s:5:"width";i:190;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:18:"Bandana-128x93.jpg";s:5:"width";i:128;s:6:"height";i:93;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:19:"Bandana-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:19:"Bandana-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"Bandana-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:20:"Bandana-1500x421.jpg";s:5:"width";i:1500;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:19:"Bandana-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:17:"Bandana-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:10;s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D100";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1399378590;s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"31";s:3:"iso";i:0;s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7498, 5931, '_thumbnail_id', '5932') ; 
INSERT INTO `wp_postmeta` VALUES (7499, 5933, '_edit_lock', '1399408762:2') ; 
INSERT INTO `wp_postmeta` VALUES (7500, 5933, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7501, 5933, '_thumbnail_id', '5932') ; 
INSERT INTO `wp_postmeta` VALUES (7502, 5934, '_edit_lock', '1399408762:2') ; 
INSERT INTO `wp_postmeta` VALUES (7503, 5934, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7504, 5934, '_thumbnail_id', '5932') ; 
INSERT INTO `wp_postmeta` VALUES (7505, 5935, '_edit_lock', '1399408762:2') ; 
INSERT INTO `wp_postmeta` VALUES (7506, 5935, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7507, 5935, '_thumbnail_id', '5932') ; 
INSERT INTO `wp_postmeta` VALUES (7508, 5933, '_wpsc_product_metadata', 'a:5:{s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";s:4:"0.00";s:11:"height_unit";s:2:"in";s:5:"width";s:4:"0.00";s:10:"width_unit";s:2:"in";s:6:"length";s:4:"0.00";s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7509, 5933, '_wpsc_price', '6') ; 
INSERT INTO `wp_postmeta` VALUES (7510, 5933, '_wpsc_special_price', '') ; 
INSERT INTO `wp_postmeta` VALUES (7511, 5933, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7512, 5933, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7513, 5934, '_wpsc_product_metadata', 'a:5:{s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";s:4:"0.00";s:11:"height_unit";s:2:"in";s:5:"width";s:4:"0.00";s:10:"width_unit";s:2:"in";s:6:"length";s:4:"0.00";s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7514, 5934, '_wpsc_price', '6') ; 
INSERT INTO `wp_postmeta` VALUES (7515, 5934, '_wpsc_special_price', '') ; 
INSERT INTO `wp_postmeta` VALUES (7516, 5934, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7517, 5934, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7518, 5935, '_wpsc_product_metadata', 'a:5:{s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";s:4:"0.00";s:11:"height_unit";s:2:"in";s:5:"width";s:4:"0.00";s:10:"width_unit";s:2:"in";s:6:"length";s:4:"0.00";s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7519, 5935, '_wpsc_price', '6') ; 
INSERT INTO `wp_postmeta` VALUES (7520, 5935, '_wpsc_special_price', '') ; 
INSERT INTO `wp_postmeta` VALUES (7521, 5935, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7522, 5935, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7523, 5931, '_wpsc_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7524, 5931, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7525, 5931, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7526, 5931, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7527, 5931, '_wpsc_product_metadata', 'a:16:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (7530, 5936, '_edit_lock', '1399409347:2') ; 
INSERT INTO `wp_postmeta` VALUES (7531, 5936, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7532, 5937, '_wp_attached_file', 'Flashlight.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (7533, 5937, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:1200;s:4:"file";s:14:"Flashlight.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"Flashlight-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:"Flashlight-300x240.jpg";s:5:"width";i:300;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"Flashlight-1024x819.jpg";s:5:"width";i:1024;s:6:"height";i:819;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:22:"Flashlight-190x152.jpg";s:5:"width";i:190;s:6:"height";i:152;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:20:"Flashlight-31x24.jpg";s:5:"width";i:31;s:6:"height";i:24;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:20:"Flashlight-38x30.jpg";s:5:"width";i:38;s:6:"height";i:30;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:22:"Flashlight-268x215.jpg";s:5:"width";i:268;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:22:"Flashlight-190x152.jpg";s:5:"width";i:190;s:6:"height";i:152;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:22:"Flashlight-128x102.jpg";s:5:"width";i:128;s:6:"height";i:102;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:22:"Flashlight-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:22:"Flashlight-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"Flashlight-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:23:"Flashlight-1500x421.jpg";s:5:"width";i:1500;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:22:"Flashlight-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:20:"Flashlight-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:14;s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D100";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1399378202;s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"100";s:3:"iso";i:0;s:13:"shutter_speed";s:15:"0.0166666666667";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7528, 5931, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7529, 5931, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (7534, 5936, '_thumbnail_id', '5937') ; 
INSERT INTO `wp_postmeta` VALUES (7535, 5936, '_wpsc_price', '7.5') ; 
INSERT INTO `wp_postmeta` VALUES (7536, 5936, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7537, 5936, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7538, 5936, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7539, 5936, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";i:0;s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";d:0;s:13:"international";d:0;}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (7540, 5936, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7541, 5936, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (7542, 5938, '_edit_lock', '1401737756:2') ; 
INSERT INTO `wp_postmeta` VALUES (7543, 5938, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7708, 5938, '_thumbnail_id', '5998') ; 
INSERT INTO `wp_postmeta` VALUES (7548, 5942, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (7549, 5942, '_gform-entry-id', '499') ; 
INSERT INTO `wp_postmeta` VALUES (7550, 5942, 'job_expiration_day', '20140620') ; 
INSERT INTO `wp_postmeta` VALUES (7551, 5869, '_edit_lock', '1399570044:2') ; 
INSERT INTO `wp_postmeta` VALUES (7552, 5945, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (7553, 5945, '_gform-entry-id', '500') ; 
INSERT INTO `wp_postmeta` VALUES (7554, 5945, 'job_expiration_day', '20140609') ; 
INSERT INTO `wp_postmeta` VALUES (7555, 5948, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (7556, 5948, '_gform-entry-id', '501') ; 
INSERT INTO `wp_postmeta` VALUES (7557, 5948, 'job_expiration_day', '20140807') ; 
INSERT INTO `wp_postmeta` VALUES (7560, 5952, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7561, 5952, '_gform-entry-id', '506') ; 
INSERT INTO `wp_postmeta` VALUES (7562, 5952, 'job_expiration_day', '20140516') ; 
INSERT INTO `wp_postmeta` VALUES (7563, 5956, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7564, 5956, '_gform-entry-id', '510') ; 
INSERT INTO `wp_postmeta` VALUES (7565, 5956, 'job_expiration_day', '20140528') ; 
INSERT INTO `wp_postmeta` VALUES (7566, 5956, '_oembed_44307f4ca4fdefc4e4e106a1d3b81daa', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7567, 5960, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7568, 5960, '_gform-entry-id', '514') ; 
INSERT INTO `wp_postmeta` VALUES (7569, 5960, 'job_expiration_day', '20140601') ; 
INSERT INTO `wp_postmeta` VALUES (7570, 5963, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (7571, 5963, '_gform-entry-id', '515') ; 
INSERT INTO `wp_postmeta` VALUES (7572, 5963, 'job_expiration_day', '20140813') ; 
INSERT INTO `wp_postmeta` VALUES (7573, 5963, '_oembed_7b966a4a0f56bdca1e37c72abcad144c', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7574, 5967, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (7575, 5967, '_gform-entry-id', '525') ; 
INSERT INTO `wp_postmeta` VALUES (7576, 5967, 'job_expiration_day', '20140817') ; 
INSERT INTO `wp_postmeta` VALUES (7577, 5967, '_edit_lock', '1400598941:2') ; 
INSERT INTO `wp_postmeta` VALUES (7578, 5967, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7579, 5971, '_wp_attached_file', 'BFRN_2014_SponsorSheet.doc') ; 
INSERT INTO `wp_postmeta` VALUES (7580, 5972, '_wp_attached_file', 'BFRN_2014_SponsorSheet.pdf') ; 
INSERT INTO `wp_postmeta` VALUES (7581, 5974, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7582, 5974, '_gform-entry-id', '529') ; 
INSERT INTO `wp_postmeta` VALUES (7583, 5974, 'job_expiration_day', '20140602') ; 
INSERT INTO `wp_postmeta` VALUES (7584, 5974, '_oembed_a4e72c963deac304f4c84927e6287b85', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7585, 5977, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7586, 5977, '_gform-entry-id', '532') ; 
INSERT INTO `wp_postmeta` VALUES (7587, 5977, 'job_expiration_day', '20140719') ; 
INSERT INTO `wp_postmeta` VALUES (7588, 5980, '_wp_attached_file', 'May-cover-2014.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (7589, 5980, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:612;s:6:"height";i:778;s:4:"file";s:18:"May-cover-2014.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"May-cover-2014-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:"May-cover-2014-235x300.jpg";s:5:"width";i:235;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:26:"May-cover-2014-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:24:"May-cover-2014-24x31.jpg";s:5:"width";i:24;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:24:"May-cover-2014-29x38.jpg";s:5:"width";i:29;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:26:"May-cover-2014-169x215.jpg";s:5:"width";i:169;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:26:"May-cover-2014-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:26:"May-cover-2014-100x128.jpg";s:5:"width";i:100;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:26:"May-cover-2014-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:26:"May-cover-2014-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"May-cover-2014-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:26:"May-cover-2014-612x421.jpg";s:5:"width";i:612;s:6:"height";i:421;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7590, 5984, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7591, 5984, '_gform-entry-id', '533') ; 
INSERT INTO `wp_postmeta` VALUES (7592, 5984, 'job_expiration_day', '20140603') ; 
INSERT INTO `wp_postmeta` VALUES (7593, 5984, '_oembed_c016692d503540549ced57370f189994', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7594, 5987, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7595, 5987, '_gform-entry-id', '534') ; 
INSERT INTO `wp_postmeta` VALUES (7596, 5987, 'job_expiration_day', '20140603') ; 
INSERT INTO `wp_postmeta` VALUES (7597, 5987, '_oembed_4e41c856fd3a1a0c066e25c7dd6be8a3', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7598, 5991, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7599, 5991, '_gform-entry-id', '540') ; 
INSERT INTO `wp_postmeta` VALUES (7600, 5991, 'job_expiration_day', '20140822') ; 
INSERT INTO `wp_postmeta` VALUES (7605, 5997, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7606, 5998, '_wp_attached_file', 'Water-Bottle.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (7607, 5998, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:1200;s:4:"file";s:16:"Water-Bottle.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"Water-Bottle-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:"Water-Bottle-300x240.jpg";s:5:"width";i:300;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"Water-Bottle-1024x819.jpg";s:5:"width";i:1024;s:6:"height";i:819;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:24:"Water-Bottle-190x152.jpg";s:5:"width";i:190;s:6:"height";i:152;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:22:"Water-Bottle-31x24.jpg";s:5:"width";i:31;s:6:"height";i:24;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:22:"Water-Bottle-38x30.jpg";s:5:"width";i:38;s:6:"height";i:30;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:24:"Water-Bottle-268x215.jpg";s:5:"width";i:268;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:24:"Water-Bottle-190x152.jpg";s:5:"width";i:190;s:6:"height";i:152;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:24:"Water-Bottle-128x102.jpg";s:5:"width";i:128;s:6:"height";i:102;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:24:"Water-Bottle-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:24:"Water-Bottle-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"Water-Bottle-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:25:"Water-Bottle-1500x421.jpg";s:5:"width";i:1500;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:24:"Water-Bottle-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:22:"Water-Bottle-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:18;s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D100";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1401195841;s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"75";s:3:"iso";i:0;s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7608, 5997, '_thumbnail_id', '5998') ; 
INSERT INTO `wp_postmeta` VALUES (7609, 5997, '_wpsc_price', '12') ; 
INSERT INTO `wp_postmeta` VALUES (7610, 5997, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7611, 5997, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7612, 5997, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7613, 5997, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";i:0;s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";d:0;s:13:"international";d:0;}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (7614, 5997, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7615, 5997, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (7616, 5999, '_edit_lock', '1401222481:2') ; 
INSERT INTO `wp_postmeta` VALUES (7617, 5999, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7618, 6000, '_wp_attached_file', 'Magnet.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (7619, 6000, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:1200;s:4:"file";s:10:"Magnet.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"Magnet-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:"Magnet-300x240.jpg";s:5:"width";i:300;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"Magnet-1024x819.jpg";s:5:"width";i:1024;s:6:"height";i:819;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:18:"Magnet-190x152.jpg";s:5:"width";i:190;s:6:"height";i:152;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"Magnet-31x24.jpg";s:5:"width";i:31;s:6:"height";i:24;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"Magnet-38x30.jpg";s:5:"width";i:38;s:6:"height";i:30;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:18:"Magnet-268x215.jpg";s:5:"width";i:268;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:18:"Magnet-190x152.jpg";s:5:"width";i:190;s:6:"height";i:152;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:18:"Magnet-128x102.jpg";s:5:"width";i:128;s:6:"height";i:102;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:18:"Magnet-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"Magnet-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"Magnet-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:19:"Magnet-1500x421.jpg";s:5:"width";i:1500;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:18:"Magnet-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:16:"Magnet-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:18;s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D100";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1401195639;s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"90";s:3:"iso";i:0;s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7620, 5999, '_thumbnail_id', '6000') ; 
INSERT INTO `wp_postmeta` VALUES (7621, 5999, '_wpsc_price', '3') ; 
INSERT INTO `wp_postmeta` VALUES (7622, 5999, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7623, 5999, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7624, 5999, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7625, 5999, '_wpsc_product_metadata', 'a:20:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:11:"no_shipping";i:0;s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";d:0;s:13:"international";d:0;}s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:8:"quantity";a:0:{}s:11:"table_price";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (7626, 5999, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7627, 5999, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (7628, 6001, '_edit_lock', '1401222677:2') ; 
INSERT INTO `wp_postmeta` VALUES (7629, 6001, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7630, 6002, '_wp_attached_file', 'Coolit.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (7631, 6002, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:1200;s:4:"file";s:10:"Coolit.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"Coolit-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:"Coolit-300x240.jpg";s:5:"width";i:300;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"Coolit-1024x819.jpg";s:5:"width";i:1024;s:6:"height";i:819;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:18:"Coolit-190x152.jpg";s:5:"width";i:190;s:6:"height";i:152;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:16:"Coolit-31x24.jpg";s:5:"width";i:31;s:6:"height";i:24;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:16:"Coolit-38x30.jpg";s:5:"width";i:38;s:6:"height";i:30;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:18:"Coolit-268x215.jpg";s:5:"width";i:268;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:18:"Coolit-190x152.jpg";s:5:"width";i:190;s:6:"height";i:152;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:18:"Coolit-128x102.jpg";s:5:"width";i:128;s:6:"height";i:102;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:18:"Coolit-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:18:"Coolit-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"Coolit-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:19:"Coolit-1500x421.jpg";s:5:"width";i:1500;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:18:"Coolit-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:16:"Coolit-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:13;s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D100";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1401194942;s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"105";s:3:"iso";i:0;s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7632, 6003, '_edit_lock', '1401222787:2') ; 
INSERT INTO `wp_postmeta` VALUES (7633, 6003, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7634, 6003, '_thumbnail_id', '6002') ; 
INSERT INTO `wp_postmeta` VALUES (7635, 6004, '_edit_lock', '1401222862:2') ; 
INSERT INTO `wp_postmeta` VALUES (7636, 6004, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7637, 6004, '_thumbnail_id', '6002') ; 
INSERT INTO `wp_postmeta` VALUES (7638, 6005, '_edit_lock', '1401222862:2') ; 
INSERT INTO `wp_postmeta` VALUES (7639, 6005, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7640, 6005, '_thumbnail_id', '6002') ; 
INSERT INTO `wp_postmeta` VALUES (7641, 6006, '_edit_lock', '1401222862:2') ; 
INSERT INTO `wp_postmeta` VALUES (7642, 6006, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7643, 6006, '_thumbnail_id', '6002') ; 
INSERT INTO `wp_postmeta` VALUES (7644, 6004, '_wpsc_product_metadata', 'a:5:{s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7645, 6004, '_wpsc_price', '3') ; 
INSERT INTO `wp_postmeta` VALUES (7646, 6004, '_wpsc_special_price', '') ; 
INSERT INTO `wp_postmeta` VALUES (7647, 6004, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7648, 6004, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7649, 6005, '_wpsc_product_metadata', 'a:5:{s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7650, 6005, '_wpsc_price', '3') ; 
INSERT INTO `wp_postmeta` VALUES (7651, 6005, '_wpsc_special_price', '') ; 
INSERT INTO `wp_postmeta` VALUES (7652, 6005, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7653, 6005, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7654, 6006, '_wpsc_product_metadata', 'a:5:{s:11:"no_shipping";s:1:"0";s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:6:{s:6:"height";d:0;s:11:"height_unit";s:2:"in";s:5:"width";d:0;s:10:"width_unit";s:2:"in";s:6:"length";d:0;s:11:"length_unit";s:2:"in";}s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7655, 6006, '_wpsc_price', '3') ; 
INSERT INTO `wp_postmeta` VALUES (7656, 6006, '_wpsc_special_price', '') ; 
INSERT INTO `wp_postmeta` VALUES (7657, 6006, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7658, 6006, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7659, 6003, '_wpsc_price', '3') ; 
INSERT INTO `wp_postmeta` VALUES (7660, 6003, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7661, 6003, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7662, 6003, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7663, 6003, '_wpsc_product_metadata', 'a:16:{s:25:"wpec_taxes_taxable_amount";s:0:"";s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:20:"external_link_target";s:0:"";s:14:"merchant_notes";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:15:"enable_comments";s:0:"";s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:0:"";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (7664, 6003, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7665, 6003, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (7666, 6007, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7667, 6007, '_gform-entry-id', '542') ; 
INSERT INTO `wp_postmeta` VALUES (7668, 6007, 'job_expiration_day', '20140610') ; 
INSERT INTO `wp_postmeta` VALUES (7669, 6007, '_oembed_dc65b09f2a0d800e4e6d88757351f02c', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7670, 6010, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7671, 6010, '_gform-entry-id', '543') ; 
INSERT INTO `wp_postmeta` VALUES (7672, 6010, 'job_expiration_day', '20140610') ; 
INSERT INTO `wp_postmeta` VALUES (7673, 6010, '_oembed_9e7b853ceeae937fc0e124a9d595034b', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7674, 6013, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7675, 6013, '_gform-entry-id', '544') ; 
INSERT INTO `wp_postmeta` VALUES (7676, 6013, 'job_expiration_day', '20140610') ; 
INSERT INTO `wp_postmeta` VALUES (7677, 6013, '_oembed_e7c6a9b92a1dbaf3aedc4a79e609b2dd', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7678, 6013, '_edit_lock', '1401233451:2') ; 
INSERT INTO `wp_postmeta` VALUES (7679, 6010, '_edit_lock', '1401233457:2') ; 
INSERT INTO `wp_postmeta` VALUES (7680, 5994, '_edit_lock', '1401233465:2') ; 
INSERT INTO `wp_postmeta` VALUES (7681, 5910, '_edit_lock', '1401233476:2') ; 
INSERT INTO `wp_postmeta` VALUES (7682, 5942, '_edit_lock', '1401233483:2') ; 
INSERT INTO `wp_postmeta` VALUES (7683, 5948, '_edit_lock', '1401233489:2') ; 
INSERT INTO `wp_postmeta` VALUES (7684, 5952, '_edit_lock', '1401233496:2') ; 
INSERT INTO `wp_postmeta` VALUES (7874, 6148, '_gform-entry-id', '643') ; 
INSERT INTO `wp_postmeta` VALUES (7873, 6148, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7687, 6016, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7688, 6016, '_gform-entry-id', '549') ; 
INSERT INTO `wp_postmeta` VALUES (7689, 6016, 'job_expiration_day', '20140701') ; 
INSERT INTO `wp_postmeta` VALUES (7690, 6019, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (7691, 6019, '_gform-entry-id', '550') ; 
INSERT INTO `wp_postmeta` VALUES (7692, 6019, 'job_expiration_day', '20140701') ; 
INSERT INTO `wp_postmeta` VALUES (7693, 6022, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7694, 6022, '_gform-entry-id', '553') ; 
INSERT INTO `wp_postmeta` VALUES (7695, 6022, 'job_expiration_day', '20140613') ; 
INSERT INTO `wp_postmeta` VALUES (7696, 6022, '_oembed_ebd58822d44218c601e95d7617533ea6', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7697, 6025, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7698, 6025, '_gform-entry-id', '554') ; 
INSERT INTO `wp_postmeta` VALUES (7699, 6025, 'job_expiration_day', '20140701') ; 
INSERT INTO `wp_postmeta` VALUES (7700, 6028, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7701, 6028, '_gform-entry-id', '555') ; 
INSERT INTO `wp_postmeta` VALUES (7702, 6028, 'job_expiration_day', '20140613') ; 
INSERT INTO `wp_postmeta` VALUES (7703, 6028, '_oembed_37c0d791cc4559f6b6e07449bddf971d', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7704, 6031, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7705, 6031, '_gform-entry-id', '557') ; 
INSERT INTO `wp_postmeta` VALUES (7706, 6031, 'job_expiration_day', '20140630') ; 
INSERT INTO `wp_postmeta` VALUES (7707, 6031, '_oembed_44307f4ca4fdefc4e4e106a1d3b81daa', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7710, 6036, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (7711, 6036, '_gform-entry-id', '561') ; 
INSERT INTO `wp_postmeta` VALUES (7712, 6036, 'job_expiration_day', '20140701') ; 
INSERT INTO `wp_postmeta` VALUES (7713, 6039, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7714, 6039, '_gform-entry-id', '562') ; 
INSERT INTO `wp_postmeta` VALUES (7715, 6039, 'job_expiration_day', '20140901') ; 
INSERT INTO `wp_postmeta` VALUES (7897, 6166, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:190;s:4:"file";s:18:"keeperprofile1.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"keeperprofile1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:26:"keeperprofile1-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:24:"keeperprofile1-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:24:"keeperprofile1-38x38.jpg";s:5:"width";i:38;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:26:"keeperprofile1-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:26:"keeperprofile1-128x128.jpg";s:5:"width";i:128;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:26:"keeperprofile1-190x150.jpg";s:5:"width";i:190;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:26:"keeperprofile1-190x100.jpg";s:5:"width";i:190;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"keeperprofile1-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:26:"keeperprofile1-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:10:"wpsc-31x31";a:4:{s:4:"file";s:24:"keeperprofile1-31x31.jpg";s:5:"width";i:31;s:6:"height";i:31;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7894, 6165, '_edit_lock', '1404410648:2') ; 
INSERT INTO `wp_postmeta` VALUES (7895, 6165, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7896, 6166, '_wp_attached_file', 'keeperprofile1.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (7721, 6039, '_edit_lock', '1401811170:2') ; 
INSERT INTO `wp_postmeta` VALUES (7722, 6039, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7723, 6046, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7724, 6046, '_gform-entry-id', '565') ; 
INSERT INTO `wp_postmeta` VALUES (7725, 6046, 'job_expiration_day', '20140617') ; 
INSERT INTO `wp_postmeta` VALUES (7726, 6046, '_oembed_27751c40af22a7875e144275579bb82f', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7920, 6165, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:15;}') ; 
INSERT INTO `wp_postmeta` VALUES (7727, 5128, '_edit_lock', '1401896527:2') ; 
INSERT INTO `wp_postmeta` VALUES (7732, 6052, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7733, 6052, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7734, 6052, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7735, 6052, '_wpsc_product_metadata', 'a:17:{s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:3:{s:6:"length";d:0;s:5:"width";d:0;s:6:"height";d:0;}s:14:"dimension_unit";s:2:"in";s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";s:0:"";s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (7736, 6052, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7737, 6052, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (7738, 6053, '_edit_lock', '1401900539:2') ; 
INSERT INTO `wp_postmeta` VALUES (7739, 6053, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7740, 6053, '_thumbnail_id', '4600') ; 
INSERT INTO `wp_postmeta` VALUES (7741, 6053, '_wpsc_price', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7742, 6053, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7743, 6053, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7744, 6053, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7745, 6053, '_wpsc_product_metadata', 'a:17:{s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:3:{s:6:"length";d:0;s:5:"width";d:0;s:6:"height";d:0;}s:14:"dimension_unit";s:2:"in";s:8:"shipping";a:2:{s:5:"local";s:4:"0.00";s:13:"international";s:4:"0.00";}s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";s:0:"";s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (7746, 6053, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7747, 6053, '_wpsc_currency', 's:6:"a:0:{}";') ; 
INSERT INTO `wp_postmeta` VALUES (7748, 6054, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7749, 6054, '_gform-entry-id', '568') ; 
INSERT INTO `wp_postmeta` VALUES (7750, 6054, 'job_expiration_day', '20140902') ; 
INSERT INTO `wp_postmeta` VALUES (7751, 6057, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7752, 6057, '_gform-entry-id', '585') ; 
INSERT INTO `wp_postmeta` VALUES (7753, 6057, 'job_expiration_day', '20140907') ; 
INSERT INTO `wp_postmeta` VALUES (7754, 6060, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7755, 6060, '_gform-entry-id', '586') ; 
INSERT INTO `wp_postmeta` VALUES (7756, 6060, 'job_expiration_day', '20140918') ; 
INSERT INTO `wp_postmeta` VALUES (7757, 6060, '_oembed_910fac67f733e2427e98e02fd26ea40c', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7758, 6063, '_wp_attached_file', 'June-cover-2014.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (7759, 6063, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:612;s:6:"height";i:778;s:4:"file";s:19:"June-cover-2014.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"June-cover-2014-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:"June-cover-2014-235x300.jpg";s:5:"width";i:235;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:27:"June-cover-2014-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:25:"June-cover-2014-24x31.jpg";s:5:"width";i:24;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:25:"June-cover-2014-29x38.jpg";s:5:"width";i:29;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:27:"June-cover-2014-169x215.jpg";s:5:"width";i:169;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:27:"June-cover-2014-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:27:"June-cover-2014-100x128.jpg";s:5:"width";i:100;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:27:"June-cover-2014-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:27:"June-cover-2014-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"June-cover-2014-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:27:"June-cover-2014-612x421.jpg";s:5:"width";i:612;s:6:"height";i:421;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7760, 6067, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7761, 6067, '_gform-entry-id', '591') ; 
INSERT INTO `wp_postmeta` VALUES (7762, 6067, 'job_expiration_day', '20140623') ; 
INSERT INTO `wp_postmeta` VALUES (7763, 6067, '_oembed_3065fc068e7f84f541a1b4ad9eb98af0', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7764, 6070, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7765, 6070, '_gform-entry-id', '592') ; 
INSERT INTO `wp_postmeta` VALUES (7766, 6070, 'job_expiration_day', '20140623') ; 
INSERT INTO `wp_postmeta` VALUES (7767, 6070, '_oembed_1b75525b38fd3b6974a376ef607f4c5f', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7768, 6073, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7769, 6073, '_gform-entry-id', '595') ; 
INSERT INTO `wp_postmeta` VALUES (7770, 6073, 'job_expiration_day', '20140705') ; 
INSERT INTO `wp_postmeta` VALUES (7786, 6093, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7785, 6090, 'job_expiration_day', '20140629') ; 
INSERT INTO `wp_postmeta` VALUES (7787, 6093, '_gform-entry-id', '601') ; 
INSERT INTO `wp_postmeta` VALUES (7788, 6093, 'job_expiration_day', '20140927') ; 
INSERT INTO `wp_postmeta` VALUES (7789, 6096, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (7790, 6096, '_gform-entry-id', '605') ; 
INSERT INTO `wp_postmeta` VALUES (7791, 6096, 'job_expiration_day', '20140914') ; 
INSERT INTO `wp_postmeta` VALUES (7792, 6099, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7793, 6099, '_gform-entry-id', '606') ; 
INSERT INTO `wp_postmeta` VALUES (7794, 6099, 'job_expiration_day', '20140914') ; 
INSERT INTO `wp_postmeta` VALUES (7795, 6102, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7796, 6102, '_gform-entry-id', '607') ; 
INSERT INTO `wp_postmeta` VALUES (7797, 6102, 'job_expiration_day', '20140914') ; 
INSERT INTO `wp_postmeta` VALUES (7798, 6105, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7799, 6105, '_gform-entry-id', '609') ; 
INSERT INTO `wp_postmeta` VALUES (7800, 6105, 'job_expiration_day', '20140704') ; 
INSERT INTO `wp_postmeta` VALUES (7801, 6108, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7802, 6108, '_gform-entry-id', '611') ; 
INSERT INTO `wp_postmeta` VALUES (7803, 6108, 'job_expiration_day', '20140916') ; 
INSERT INTO `wp_postmeta` VALUES (7804, 6112, '_edit_lock', '1403203549:2') ; 
INSERT INTO `wp_postmeta` VALUES (7805, 6112, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7806, 6115, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7807, 6115, '_gform-entry-id', '614') ; 
INSERT INTO `wp_postmeta` VALUES (7808, 6115, 'job_expiration_day', '20140630') ; 
INSERT INTO `wp_postmeta` VALUES (7809, 6118, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7810, 6118, '_gform-entry-id', '616') ; 
INSERT INTO `wp_postmeta` VALUES (7811, 6118, 'job_expiration_day', '20140704') ; 
INSERT INTO `wp_postmeta` VALUES (7812, 6118, '_oembed_77acdaea730a1b061fa34a53bf7e8a13', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7813, 4901, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:2;}') ; 
INSERT INTO `wp_postmeta` VALUES (7814, 4654, '_wpsc_stats', 'a:2:{s:5:"sales";i:0;s:8:"earnings";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (7815, 4650, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:17;}') ; 
INSERT INTO `wp_postmeta` VALUES (7816, 4651, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:17;}') ; 
INSERT INTO `wp_postmeta` VALUES (7817, 4652, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:17;}') ; 
INSERT INTO `wp_postmeta` VALUES (7818, 4584, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:17;}') ; 
INSERT INTO `wp_postmeta` VALUES (7819, 6122, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7820, 6122, '_gform-entry-id', '620') ; 
INSERT INTO `wp_postmeta` VALUES (7821, 6122, 'job_expiration_day', '20140731') ; 
INSERT INTO `wp_postmeta` VALUES (7833, 6136, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7834, 6136, '_gform-entry-id', '624') ; 
INSERT INTO `wp_postmeta` VALUES (7835, 6136, 'job_expiration_day', '20140721') ; 
INSERT INTO `wp_postmeta` VALUES (7836, 4617, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:13;}') ; 
INSERT INTO `wp_postmeta` VALUES (7837, 5935, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:6;}') ; 
INSERT INTO `wp_postmeta` VALUES (7838, 5931, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:6;}') ; 
INSERT INTO `wp_postmeta` VALUES (7839, 4653, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:17;}') ; 
INSERT INTO `wp_postmeta` VALUES (7840, 4648, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:5;}') ; 
INSERT INTO `wp_postmeta` VALUES (7841, 4589, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:5;}') ; 
INSERT INTO `wp_postmeta` VALUES (7842, 4626, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:5;}') ; 
INSERT INTO `wp_postmeta` VALUES (7843, 4898, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:6;}') ; 
INSERT INTO `wp_postmeta` VALUES (7844, 4903, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:2;}') ; 
INSERT INTO `wp_postmeta` VALUES (7845, 5997, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:12;}') ; 
INSERT INTO `wp_postmeta` VALUES (7846, 5999, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:3;}') ; 
INSERT INTO `wp_postmeta` VALUES (7847, 5544, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:7;}') ; 
INSERT INTO `wp_postmeta` VALUES (7848, 4684, '_wpsc_stats', 'a:2:{s:5:"sales";s:1:"2";s:8:"earnings";s:5:"15.00";}') ; 
INSERT INTO `wp_postmeta` VALUES (7849, 4685, '_wpsc_stats', 'a:2:{s:5:"sales";s:1:"1";s:8:"earnings";s:5:"17.50";}') ; 
INSERT INTO `wp_postmeta` VALUES (7850, 4632, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:7;}') ; 
INSERT INTO `wp_postmeta` VALUES (7851, 5547, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:45;}') ; 
INSERT INTO `wp_postmeta` VALUES (7852, 4638, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:45;}') ; 
INSERT INTO `wp_postmeta` VALUES (7853, 5936, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:7;}') ; 
INSERT INTO `wp_postmeta` VALUES (7854, 6052, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:2;}') ; 
INSERT INTO `wp_postmeta` VALUES (7855, 4622, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:2;}') ; 
INSERT INTO `wp_postmeta` VALUES (7856, 5925, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:4;}') ; 
INSERT INTO `wp_postmeta` VALUES (7857, 5923, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:4;}') ; 
INSERT INTO `wp_postmeta` VALUES (7858, 5716, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:12;}') ; 
INSERT INTO `wp_postmeta` VALUES (7859, 5713, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:12;}') ; 
INSERT INTO `wp_postmeta` VALUES (7860, 6139, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (7861, 6139, '_gform-entry-id', '626') ; 
INSERT INTO `wp_postmeta` VALUES (7862, 6139, 'job_expiration_day', '20140922') ; 
INSERT INTO `wp_postmeta` VALUES (7863, 6142, '_edit_lock', '1403799072:2') ; 
INSERT INTO `wp_postmeta` VALUES (7864, 6142, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7865, 5551, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:5;}') ; 
INSERT INTO `wp_postmeta` VALUES (7866, 4686, '_wpsc_stats', 'a:2:{s:5:"sales";s:1:"5";s:8:"earnings";s:5:"25.00";}') ; 
INSERT INTO `wp_postmeta` VALUES (7867, 4687, '_wpsc_stats', 'a:2:{s:5:"sales";s:1:"1";s:8:"earnings";s:5:"15.00";}') ; 
INSERT INTO `wp_postmeta` VALUES (7868, 4640, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:5;}') ; 
INSERT INTO `wp_postmeta` VALUES (7869, 4614, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:7;}') ; 
INSERT INTO `wp_postmeta` VALUES (7879, 6151, '_oembed_ef410194bc7ed6833a324263e58febeb', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7880, 6154, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7881, 6154, '_gform-entry-id', '647') ; 
INSERT INTO `wp_postmeta` VALUES (7882, 6154, 'job_expiration_day', '20140714') ; 
INSERT INTO `wp_postmeta` VALUES (7883, 6154, '_oembed_4b0e56eb7e1946ea0623ec86fe995c30', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7884, 6157, '_edit_lock', '1404251557:2') ; 
INSERT INTO `wp_postmeta` VALUES (7885, 6157, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7886, 6157, '_yoast_wpseo_metadesc', 'This full time position under limited supervision, performs a variety of duties divided between assisting the commissary stewards with daily responsibilities and performing hospital keeper responsibilities.') ; 
INSERT INTO `wp_postmeta` VALUES (7887, 6159, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7888, 6159, '_gform-entry-id', '649') ; 
INSERT INTO `wp_postmeta` VALUES (7889, 6159, 'job_expiration_day', '20140715') ; 
INSERT INTO `wp_postmeta` VALUES (7890, 6159, '_oembed_2ae5f5ceb801be4819478b49d7d83a65', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7891, 6162, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7892, 6162, '_gform-entry-id', '651') ; 
INSERT INTO `wp_postmeta` VALUES (7893, 6162, 'job_expiration_day', '20140731') ; 
INSERT INTO `wp_postmeta` VALUES (7898, 6165, '_thumbnail_id', '6166') ; 
INSERT INTO `wp_postmeta` VALUES (7899, 6165, '_wpsc_price', '15') ; 
INSERT INTO `wp_postmeta` VALUES (7900, 6165, '_wpsc_special_price', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7901, 6165, '_wpsc_sku', '') ; 
INSERT INTO `wp_postmeta` VALUES (7902, 6165, '_wpsc_stock', '') ; 
INSERT INTO `wp_postmeta` VALUES (7903, 6165, '_wpsc_product_metadata', 'a:17:{s:6:"weight";d:0;s:11:"weight_unit";s:5:"pound";s:10:"dimensions";a:3:{s:6:"length";d:0;s:5:"width";d:0;s:6:"height";d:0;}s:14:"dimension_unit";s:2:"in";s:8:"shipping";a:2:{s:5:"local";d:0;s:13:"international";d:0;}s:13:"external_link";s:0:"";s:18:"external_link_text";s:0:"";s:8:"engraved";i:0;s:23:"can_have_uploaded_image";i:0;s:21:"notify_when_none_left";i:0;s:24:"unpublish_when_none_left";i:0;s:11:"no_shipping";i:0;s:16:"quantity_limited";i:0;s:7:"special";i:0;s:17:"display_weight_as";s:5:"pound";s:16:"table_rate_price";a:2:{s:11:"table_price";a:0:{}s:8:"quantity";a:0:{}}s:17:"google_prohibited";i:0;}') ; 
INSERT INTO `wp_postmeta` VALUES (7904, 6165, '_wpsc_is_donation', '0') ; 
INSERT INTO `wp_postmeta` VALUES (7905, 6165, '_wpsc_currency', 'a:0:{}') ; 
INSERT INTO `wp_postmeta` VALUES (7906, 6167, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7907, 6167, '_gform-entry-id', '655') ; 
INSERT INTO `wp_postmeta` VALUES (7908, 6167, 'job_expiration_day', '20140717') ; 
INSERT INTO `wp_postmeta` VALUES (7909, 6167, '_oembed_8941592fe3df82b1cf024f078f742079', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7910, 6171, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7911, 6171, '_gform-entry-id', '657') ; 
INSERT INTO `wp_postmeta` VALUES (7912, 6171, 'job_expiration_day', '20140721') ; 
INSERT INTO `wp_postmeta` VALUES (7913, 6171, '_oembed_55dcccc8d5a266dd40ab3704c08aef61', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7914, 6174, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7915, 6174, '_gform-entry-id', '659') ; 
INSERT INTO `wp_postmeta` VALUES (7916, 6174, 'job_expiration_day', '20140731') ; 
INSERT INTO `wp_postmeta` VALUES (7918, 6183, '_wp_attached_file', 'July-2014-AKF_cover.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (7919, 6183, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:612;s:6:"height";i:778;s:4:"file";s:23:"July-2014-AKF_cover.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"July-2014-AKF_cover-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:31:"July-2014-AKF_cover-235x300.jpg";s:5:"width";i:235;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:31:"July-2014-AKF_cover-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:29:"July-2014-AKF_cover-24x31.jpg";s:5:"width";i:24;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:29:"July-2014-AKF_cover-29x38.jpg";s:5:"width";i:29;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:31:"July-2014-AKF_cover-169x215.jpg";s:5:"width";i:169;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:31:"July-2014-AKF_cover-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:31:"July-2014-AKF_cover-100x128.jpg";s:5:"width";i:100;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:31:"July-2014-AKF_cover-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:31:"July-2014-AKF_cover-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:31:"July-2014-AKF_cover-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:31:"July-2014-AKF_cover-612x421.jpg";s:5:"width";i:612;s:6:"height";i:421;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (7921, 4660, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:10;}') ; 
INSERT INTO `wp_postmeta` VALUES (7922, 4645, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:10;}') ; 
INSERT INTO `wp_postmeta` VALUES (7923, 4663, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:10;}') ; 
INSERT INTO `wp_postmeta` VALUES (7924, 5928, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:4;}') ; 
INSERT INTO `wp_postmeta` VALUES (7925, 6187, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7926, 6187, '_gform-entry-id', '663') ; 
INSERT INTO `wp_postmeta` VALUES (7927, 6187, 'job_expiration_day', '20140722') ; 
INSERT INTO `wp_postmeta` VALUES (7928, 6190, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7929, 6190, '_gform-entry-id', '664') ; 
INSERT INTO `wp_postmeta` VALUES (7930, 6190, 'job_expiration_day', '20140722') ; 
INSERT INTO `wp_postmeta` VALUES (7931, 6193, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7932, 6193, '_gform-entry-id', '665') ; 
INSERT INTO `wp_postmeta` VALUES (7933, 6193, 'job_expiration_day', '20140722') ; 
INSERT INTO `wp_postmeta` VALUES (7934, 6193, '_oembed_da8157986b7e1cb45bebf22e28c572fa', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7935, 6190, '_oembed_55572cdb423b0ce8db22907c82f66da5', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7936, 6187, '_oembed_47f382c89cb9386f03e229240c24120f', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7937, 6004, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:3;}') ; 
INSERT INTO `wp_postmeta` VALUES (7938, 6003, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:3;}') ; 
INSERT INTO `wp_postmeta` VALUES (7939, 5929, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:4;}') ; 
INSERT INTO `wp_postmeta` VALUES (7940, 6196, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7941, 6196, '_gform-entry-id', '668') ; 
INSERT INTO `wp_postmeta` VALUES (7942, 6196, 'job_expiration_day', '20140811') ; 
INSERT INTO `wp_postmeta` VALUES (7943, 6199, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7944, 6199, '_gform-entry-id', '669') ; 
INSERT INTO `wp_postmeta` VALUES (7945, 6199, 'job_expiration_day', '20140724') ; 
INSERT INTO `wp_postmeta` VALUES (7946, 6199, '_oembed_0224f2bbcbdaffb17b6258359a6fd2b7', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7947, 6202, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7948, 6202, '_gform-entry-id', '672') ; 
INSERT INTO `wp_postmeta` VALUES (7949, 6202, 'job_expiration_day', '20140814') ; 
INSERT INTO `wp_postmeta` VALUES (7950, 6206, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7951, 6206, '_gform-entry-id', '673') ; 
INSERT INTO `wp_postmeta` VALUES (7952, 6206, 'job_expiration_day', '20140728') ; 
INSERT INTO `wp_postmeta` VALUES (7953, 6209, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7954, 6209, '_gform-entry-id', '678') ; 
INSERT INTO `wp_postmeta` VALUES (7955, 6209, 'job_expiration_day', '20140726') ; 
INSERT INTO `wp_postmeta` VALUES (7956, 6212, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (7957, 6212, '_gform-entry-id', '679') ; 
INSERT INTO `wp_postmeta` VALUES (7958, 6212, 'job_expiration_day', '20140912') ; 
INSERT INTO `wp_postmeta` VALUES (7959, 6215, '_wp_attached_file', 'SG-Logo-2-Copy-page-001.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (7960, 6215, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1275;s:6:"height";i:1650;s:4:"file";s:27:"SG-Logo-2-Copy-page-001.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"SG-Logo-2-Copy-page-001-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:35:"SG-Logo-2-Copy-page-001-231x300.jpg";s:5:"width";i:231;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"SG-Logo-2-Copy-page-001-791x1024.jpg";s:5:"width";i:791;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:35:"SG-Logo-2-Copy-page-001-146x190.jpg";s:5:"width";i:146;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:33:"SG-Logo-2-Copy-page-001-23x31.jpg";s:5:"width";i:23;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:33:"SG-Logo-2-Copy-page-001-29x38.jpg";s:5:"width";i:29;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:35:"SG-Logo-2-Copy-page-001-166x215.jpg";s:5:"width";i:166;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:35:"SG-Logo-2-Copy-page-001-146x190.jpg";s:5:"width";i:146;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:34:"SG-Logo-2-Copy-page-001-98x128.jpg";s:5:"width";i:98;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:35:"SG-Logo-2-Copy-page-001-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:35:"SG-Logo-2-Copy-page-001-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:35:"SG-Logo-2-Copy-page-001-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:36:"SG-Logo-2-Copy-page-001-1275x421.jpg";s:5:"width";i:1275;s:6:"height";i:421;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (8092, 6325, '_wp_attached_file', 'Professional-Development-Grant-Master-Draft.docx') ; 
INSERT INTO `wp_postmeta` VALUES (8089, 6322, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (8090, 6322, '_gform-entry-id', '739') ; 
INSERT INTO `wp_postmeta` VALUES (8091, 6322, 'job_expiration_day', '20141116') ; 
INSERT INTO `wp_postmeta` VALUES (7967, 6222, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7968, 6222, '_gform-entry-id', '683') ; 
INSERT INTO `wp_postmeta` VALUES (7969, 6222, 'job_expiration_day', '20140730') ; 
INSERT INTO `wp_postmeta` VALUES (7970, 6222, '_oembed_8a198c8a20d76b971de7502e36b82d26', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7971, 6225, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7972, 6225, '_gform-entry-id', '684') ; 
INSERT INTO `wp_postmeta` VALUES (7973, 6225, 'job_expiration_day', '20140731') ; 
INSERT INTO `wp_postmeta` VALUES (7974, 6225, '_oembed_2be695dc70f0267ab1ae4f294ecbf217', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7975, 6228, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7976, 6228, '_gform-entry-id', '685') ; 
INSERT INTO `wp_postmeta` VALUES (7977, 6228, 'job_expiration_day', '20140731') ; 
INSERT INTO `wp_postmeta` VALUES (7978, 6228, '_oembed_348592b7c0789ec1dd13417d81390438', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7979, 6231, '_edit_lock', '1405686663:2') ; 
INSERT INTO `wp_postmeta` VALUES (7980, 6231, '_edit_last', '2') ; 
INSERT INTO `wp_postmeta` VALUES (7981, 6234, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7982, 6234, '_gform-entry-id', '688') ; 
INSERT INTO `wp_postmeta` VALUES (7983, 6234, 'job_expiration_day', '20140801') ; 
INSERT INTO `wp_postmeta` VALUES (7984, 6234, '_oembed_c03014aa28273ee8475d5fd977fb24b7', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7985, 6237, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7986, 6237, '_gform-entry-id', '689') ; 
INSERT INTO `wp_postmeta` VALUES (7987, 6237, 'job_expiration_day', '20140801') ; 
INSERT INTO `wp_postmeta` VALUES (7988, 6237, '_oembed_049fe02177692562dac76789f342b31a', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (7989, 6240, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (7990, 6240, '_gform-entry-id', '690') ; 
INSERT INTO `wp_postmeta` VALUES (7991, 6240, 'job_expiration_day', '20140815') ; 
INSERT INTO `wp_postmeta` VALUES (7992, 6243, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (7993, 6243, '_gform-entry-id', '691') ; 
INSERT INTO `wp_postmeta` VALUES (7994, 6243, 'job_expiration_day', '20140830') ; 
INSERT INTO `wp_postmeta` VALUES (7999, 5155, '_wpsc_stats', 'a:2:{s:5:"sales";i:2;s:8:"earnings";i:12;}') ; 
INSERT INTO `wp_postmeta` VALUES (8000, 4620, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:15;}') ; 
INSERT INTO `wp_postmeta` VALUES (8001, 4658, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:8;}') ; 
INSERT INTO `wp_postmeta` VALUES (8002, 4641, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:8;}') ; 
INSERT INTO `wp_postmeta` VALUES (8003, 5536, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:7;}') ; 
INSERT INTO `wp_postmeta` VALUES (8004, 4634, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:7;}') ; 
INSERT INTO `wp_postmeta` VALUES (8005, 6053, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:2;}') ; 
INSERT INTO `wp_postmeta` VALUES (8006, 4659, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:8;}') ; 
INSERT INTO `wp_postmeta` VALUES (8007, 5559, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:15;}') ; 
INSERT INTO `wp_postmeta` VALUES (8008, 4639, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:15;}') ; 
INSERT INTO `wp_postmeta` VALUES (8009, 5933, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:6;}') ; 
INSERT INTO `wp_postmeta` VALUES (8010, 5930, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:4;}') ; 
INSERT INTO `wp_postmeta` VALUES (8011, 6005, '_wpsc_stats', 'a:2:{s:5:"sales";i:1;s:8:"earnings";i:3;}') ; 
INSERT INTO `wp_postmeta` VALUES (8012, 6250, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (8013, 6250, '_gform-entry-id', '698') ; 
INSERT INTO `wp_postmeta` VALUES (8014, 6250, 'job_expiration_day', '20140922') ; 
INSERT INTO `wp_postmeta` VALUES (8015, 6253, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (8016, 6253, '_gform-entry-id', '700') ; 
INSERT INTO `wp_postmeta` VALUES (8017, 6253, 'job_expiration_day', '20141022') ; 
INSERT INTO `wp_postmeta` VALUES (8018, 6256, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (8019, 6256, '_gform-entry-id', '701') ; 
INSERT INTO `wp_postmeta` VALUES (8020, 6256, 'job_expiration_day', '20140807') ; 
INSERT INTO `wp_postmeta` VALUES (8021, 6259, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (8022, 6259, '_gform-entry-id', '702') ; 
INSERT INTO `wp_postmeta` VALUES (8023, 6259, 'job_expiration_day', '20140807') ; 
INSERT INTO `wp_postmeta` VALUES (8024, 6259, '_oembed_9b548e84ba64ab263887e1e458dd995a', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (8025, 6256, '_oembed_bffb65fb46ec85c0a12d5e6e63881bab', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (8026, 6262, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (8027, 6262, '_gform-entry-id', '703') ; 
INSERT INTO `wp_postmeta` VALUES (8028, 6262, 'job_expiration_day', '20140808') ; 
INSERT INTO `wp_postmeta` VALUES (8029, 6262, '_oembed_cd11505aefd9793aef96139c3caa356a', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (8030, 6265, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (8031, 6265, '_gform-entry-id', '705') ; 
INSERT INTO `wp_postmeta` VALUES (8032, 6265, 'job_expiration_day', '20140815') ; 
INSERT INTO `wp_postmeta` VALUES (8033, 6265, '_oembed_e541281c6c6824876220ee5dea1f1035', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (8036, 6272, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:1200;s:4:"file";s:11:"Clicker.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"Clicker-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:19:"Clicker-300x240.jpg";s:5:"width";i:300;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"Clicker-1024x819.jpg";s:5:"width";i:1024;s:6:"height";i:819;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:19:"Clicker-190x152.jpg";s:5:"width";i:190;s:6:"height";i:152;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:17:"Clicker-31x24.jpg";s:5:"width";i:31;s:6:"height";i:24;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:17:"Clicker-38x30.jpg";s:5:"width";i:38;s:6:"height";i:30;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:19:"Clicker-268x215.jpg";s:5:"width";i:268;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:19:"Clicker-190x152.jpg";s:5:"width";i:190;s:6:"height";i:152;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:19:"Clicker-128x102.jpg";s:5:"width";i:128;s:6:"height";i:102;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:19:"Clicker-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:19:"Clicker-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"Clicker-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:20:"Clicker-1500x421.jpg";s:5:"width";i:1500;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:12:"wpsc-190x190";a:4:{s:4:"file";s:19:"Clicker-190x190.jpg";s:5:"width";i:190;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:11;s:6:"credit";s:0:"";s:6:"camera";s:9:"NIKON D80";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1404138997;s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"65";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (8037, 4622, '_thumbnail_id', '6272') ; 
INSERT INTO `wp_postmeta` VALUES (8040, 6274, 'job_expiration_day', '20140821') ; 
INSERT INTO `wp_postmeta` VALUES (8041, 6277, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (8042, 6277, '_gform-entry-id', '712') ; 
INSERT INTO `wp_postmeta` VALUES (8043, 6277, 'job_expiration_day', '20140815') ; 
INSERT INTO `wp_postmeta` VALUES (8044, 6093, '_wp_trash_meta_status', 'publish') ; 
INSERT INTO `wp_postmeta` VALUES (8045, 6093, '_wp_trash_meta_time', '1406914174') ; 
INSERT INTO `wp_postmeta` VALUES (8046, 6281, '_wp_attached_file', 'August-2014-AKF-cover.jpg') ; 
INSERT INTO `wp_postmeta` VALUES (8047, 6281, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:612;s:6:"height";i:778;s:4:"file";s:25:"August-2014-AKF-cover.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"August-2014-AKF-cover-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:33:"August-2014-AKF-cover-235x300.jpg";s:5:"width";i:235;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"product-thumbnails";a:4:{s:4:"file";s:33:"August-2014-AKF-cover-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:15:"gold-thumbnails";a:4:{s:4:"file";s:31:"August-2014-AKF-cover-24x31.jpg";s:5:"width";i:24;s:6:"height";i:31;s:9:"mime-type";s:10:"image/jpeg";}s:24:"admin-product-thumbnails";a:4:{s:4:"file";s:31:"August-2014-AKF-cover-29x38.jpg";s:5:"width";i:29;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:27:"featured-product-thumbnails";a:4:{s:4:"file";s:33:"August-2014-AKF-cover-169x215.jpg";s:5:"width";i:169;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:23:"small-product-thumbnail";a:4:{s:4:"file";s:33:"August-2014-AKF-cover-149x190.jpg";s:5:"width";i:149;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:21:"medium-single-product";a:4:{s:4:"file";s:33:"August-2014-AKF-cover-100x128.jpg";s:5:"width";i:100;s:6:"height";i:128;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-600";a:4:{s:4:"file";s:33:"August-2014-AKF-cover-600x150.jpg";s:5:"width";i:600;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"bones-thumb-300";a:4:{s:4:"file";s:33:"August-2014-AKF-cover-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:33:"August-2014-AKF-cover-164x111.jpg";s:5:"width";i:164;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:15:"slide-thumbnail";a:4:{s:4:"file";s:33:"August-2014-AKF-cover-612x421.jpg";s:5:"width";i:612;s:6:"height";i:421;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:"";}}') ; 
INSERT INTO `wp_postmeta` VALUES (8048, 6284, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (8049, 6284, '_gform-entry-id', '715') ; 
INSERT INTO `wp_postmeta` VALUES (8050, 6284, 'job_expiration_day', '20141103') ; 
INSERT INTO `wp_postmeta` VALUES (8051, 6284, '_edit_lock', '1407433898:2') ; 
INSERT INTO `wp_postmeta` VALUES (8052, 6277, '_edit_lock', '1407433906:2') ; 
INSERT INTO `wp_postmeta` VALUES (8053, 6265, '_edit_lock', '1407433913:2') ; 
INSERT INTO `wp_postmeta` VALUES (8054, 6253, '_edit_lock', '1407433923:2') ; 
INSERT INTO `wp_postmeta` VALUES (8055, 6246, '_edit_lock', '1407433932:2') ; 
INSERT INTO `wp_postmeta` VALUES (8056, 6288, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (8057, 6288, '_gform-entry-id', '717') ; 
INSERT INTO `wp_postmeta` VALUES (8058, 6288, 'job_expiration_day', '20141008') ; 
INSERT INTO `wp_postmeta` VALUES (8059, 6291, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (8060, 6291, '_gform-entry-id', '719') ; 
INSERT INTO `wp_postmeta` VALUES (8061, 6291, 'job_expiration_day', '20140821') ; 
INSERT INTO `wp_postmeta` VALUES (8062, 6291, '_oembed_f7dd949fe72ba33369e9118342f6b067', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (8063, 6294, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (8064, 6294, '_gform-entry-id', '720') ; 
INSERT INTO `wp_postmeta` VALUES (8065, 6294, 'job_expiration_day', '20141105') ; 
INSERT INTO `wp_postmeta` VALUES (8066, 6294, '_oembed_4ce3d988c59f2c439384a4358258b172', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (8067, 6297, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (8068, 6297, '_gform-entry-id', '722') ; 
INSERT INTO `wp_postmeta` VALUES (8069, 6297, 'job_expiration_day', '20141106') ; 
INSERT INTO `wp_postmeta` VALUES (8070, 6300, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (8071, 6300, '_gform-entry-id', '724') ; 
INSERT INTO `wp_postmeta` VALUES (8072, 6300, 'job_expiration_day', '20141106') ; 
INSERT INTO `wp_postmeta` VALUES (8073, 6304, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (8074, 6304, '_gform-entry-id', '727') ; 
INSERT INTO `wp_postmeta` VALUES (8075, 6304, 'job_expiration_day', '20140826') ; 
INSERT INTO `wp_postmeta` VALUES (8076, 6304, '_oembed_61fa722f547fb9fb24bf64658fe8fad0', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (8077, 6307, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (8078, 6307, '_gform-entry-id', '728') ; 
INSERT INTO `wp_postmeta` VALUES (8079, 6307, 'job_expiration_day', '20141012') ; 
INSERT INTO `wp_postmeta` VALUES (8080, 6310, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (8081, 6310, '_gform-entry-id', '729') ; 
INSERT INTO `wp_postmeta` VALUES (8082, 6310, 'job_expiration_day', '20141012') ; 
INSERT INTO `wp_postmeta` VALUES (8083, 6314, '_gform-form-id', '12') ; 
INSERT INTO `wp_postmeta` VALUES (8084, 6314, '_gform-entry-id', '732') ; 
INSERT INTO `wp_postmeta` VALUES (8085, 6314, 'job_expiration_day', '20141112') ; 
INSERT INTO `wp_postmeta` VALUES (8086, 6317, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (8087, 6317, '_gform-entry-id', '733') ; 
INSERT INTO `wp_postmeta` VALUES (8088, 6317, 'job_expiration_day', '20141113') ; 
INSERT INTO `wp_postmeta` VALUES (8093, 6326, '_wp_attached_file', 'Professional-Development-Grant.docx') ; 
INSERT INTO `wp_postmeta` VALUES (8094, 6328, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (8095, 6328, '_gform-entry-id', '740') ; 
INSERT INTO `wp_postmeta` VALUES (8096, 6328, 'job_expiration_day', '20140919') ; 
INSERT INTO `wp_postmeta` VALUES (8097, 2685, '_post_restored_from', 'a:3:{s:20:"restored_revision_id";i:4575;s:16:"restored_by_user";i:2;s:13:"restored_time";i:1408395974;}') ; 
INSERT INTO `wp_postmeta` VALUES (8098, 6348, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (8099, 6348, '_gform-entry-id', '743') ; 
INSERT INTO `wp_postmeta` VALUES (8100, 6348, 'job_expiration_day', '20140901') ; 
INSERT INTO `wp_postmeta` VALUES (8101, 6348, '_oembed_198636dfd38cf3ffff1a418853f14bc8', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (8102, 6351, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (8103, 6351, '_gform-entry-id', '744') ; 
INSERT INTO `wp_postmeta` VALUES (8104, 6351, 'job_expiration_day', '20140901') ; 
INSERT INTO `wp_postmeta` VALUES (8105, 6351, '_oembed_cbbf6f803aa1d2930911c09c199a0d9b', '{{unknown}}') ; 
INSERT INTO `wp_postmeta` VALUES (8106, 6358, '_wp_attached_file', 'Copy-of-Conservation-Database-8-14.xls') ; 
INSERT INTO `wp_postmeta` VALUES (8107, 6360, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (8108, 6360, '_gform-entry-id', '747') ; 
INSERT INTO `wp_postmeta` VALUES (8109, 6360, 'job_expiration_day', '20141117') ; 
INSERT INTO `wp_postmeta` VALUES (8110, 6363, '_gform-form-id', '14') ; 
INSERT INTO `wp_postmeta` VALUES (8111, 6363, '_gform-entry-id', '748') ; 
INSERT INTO `wp_postmeta` VALUES (8112, 6363, 'job_expiration_day', '20141117') ;
#
# End of data contents of table `wp_postmeta`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_posts`
# --------------------------------------------------------


#
# Delete any existing table `wp_posts`
#

DROP TABLE IF EXISTS `wp_posts`;


#
# Table structure of table `wp_posts`
#

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_category` int(4) NOT NULL DEFAULT '0',
  `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 `post_name` (`post_name`),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=6366 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC ;

#
# Data contents of table `wp_posts`
#
 
INSERT INTO `wp_posts` VALUES (17, 1, '2009-04-21 20:37:17', '2009-04-22 01:37:17', '<h5>You can join as a new member or renew your current membership below. For those wishing to mail in their membership application you can download the application <a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf">here</a>. For those wishing to sign up or renew on the website please utilize the buttons below.</h5>\r\n<div class="membership">\r\n<h3>US Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input type="image" alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com" /> <input type="hidden" name="item_name" value="US Professional Membership" /> <input type="hidden" name="item_number" value="us-professional" /> <input type="hidden" name="amount" value="45.00" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="USD" /> <input type="hidden" name="lc" value="US" /></form></div>\r\n<div class="description">\r\n<div class="type">$45 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input type="image" alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com" /> <input type="hidden" name="item_name" value="US Affiliate Membership" /> <input type="hidden" name="item_number" value="us-affiliate" /> <input type="hidden" name="amount" value="40.00" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="USD" /> <input type="hidden" name="lc" value="US" /></form></div>\r\n<div class="description">\r\n<div class="type">$40 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input type="image" alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com" /> <input type="hidden" name="item_name" value="US Student Membership" /> <input type="hidden" name="item_number" value="us-student" /> <input type="hidden" name="amount" value="30.00" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="USD" /> <input type="hidden" name="lc" value="US" /></form></div>\r\n<div class="description">\r\n<div class="type">$30 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input type="image" alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com" /> <input type="hidden" name="item_name" value="US Individuals Contributing" /> <input type="hidden" name="item_number" value="us-individual" /> <input type="hidden" name="amount" value="70.00" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="USD" /> <input type="hidden" name="lc" value="US" /></form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Canadian Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input type="image" alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com" /> <input type="hidden" name="item_name" value="Canadian Professional Membership" /> <input type="hidden" name="item_number" value="cad-professional" /> <input type="hidden" name="amount" value="50.00" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="CAD" /> <input type="hidden" name="lc" value="CA" /></form></div>\r\n<div class="description">\r\n<div class="type">$55 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input type="image" alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com" /> <input type="hidden" name="item_name" value="Canadian Affiliate Membership" /> <input type="hidden" name="item_number" value="cad-affiliate" /> <input type="hidden" name="amount" value="50.00" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="CAD" /> <input type="hidden" name="lc" value="CA" /></form></div>\r\n<div class="description">\r\n<div class="type">$50 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input type="image" alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com" /> <input type="hidden" name="item_name" value="Canadian Student Membership" /> <input type="hidden" name="item_number" value="cad-student" /> <input type="hidden" name="amount" value="35.00" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="CAD" /> <input type="hidden" name="lc" value="CA" /></form></div>\r\n<div class="description">\r\n<div class="type">$35 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input type="image" alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com" /> <input type="hidden" name="item_name" value="Canadian Individuals Contributing" /> <input type="hidden" name="item_number" value="cad-individual" /> <input type="hidden" name="amount" value="70.00" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="CAD" /> <input type="hidden" name="lc" value="CA" /></form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Commercial Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input type="image" alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com" /> <input type="hidden" name="item_name" value="Commercial Membership" /> <input type="hidden" name="item_number" value="commercial" /> <input type="hidden" name="amount" value="150.00" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="USD" /> <input type="hidden" name="lc" value="US" /></form></div>\r\n<div class="description">\r\n<div class="type">$150 - Commercial Membership</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/commercial-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<strong>The following membership types require verification of your organization\'s information and/or approval by the AAZK Board.</strong>\r\n<h3>Institutional Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$150 - Institutional Membership</div>\r\n<div class="details">requires AAZK Board approval</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/institutional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<h3>Library Only</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$45 - Institutional</div>\r\n<div class="details">Available only to public &amp; university libraries</div>\r\n</div>\r\n</div>\r\n<h3>International Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$60 - International Membership - <span style="text-decoration: underline;">Electronic Delivery of AKF ONLY</span></div>\r\n<div class="type"><strong>        </strong>Email address required</div>\r\n<div class="type">$115 - International Membership/AKF mail bundle</div>\r\n<div class="type">        AKF will be mailed overseas to the listed address</div>\r\n<div class="details">All members outside U.S. &amp; Canada regardless of category</div>\r\n</div>\r\n</div>\r\nPrint and mail applications to:\r\n\r\n<strong>AAZK Administrative Offices\r\n3601 S.W. 29th, Suite 133\r\nTopeka, KS 66614</strong>\r\n\r\nMake checks/money orders payable to <strong>AAZK, Inc</strong>\r\nMust be in U.S. FUNDS ONLY.\r\n\r\nMembership includes a subscription to Animal Keepers\' Forum.\r\n\r\n&nbsp;\r\n\r\n</div>', 'Join/Renew AAZK', 0, '', 'publish', 'closed', 'closed', '', 'join', '', '', '2013-12-10 14:19:23', '2013-12-10 19:19:23', '', 0, 'http://dev.aazk.org/?page_id=17', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (18, 1, '2009-04-21 20:36:53', '2009-04-22 01:36:53', '', 'Join AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2009-04-21 20:36:53', '2009-04-22 01:36:53', '', 17, 'http://dev.aazk.org/uncategorized/17-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3, 1, '2009-04-16 20:49:52', '2009-04-17 01:49:52', '<p>AAZK\'s purpose is to foster a professional attitude in animal keepers and aquarists by encouraging them to become active members of professional teams at today\'s zoos and aquariums. AAZK supports the promotion and implementation of zookeeper education and strives to make the general public aware of our concern for all deserving conservation projects and the need for the preservation of our natural resources and the species that depend on those resources.</p>\r\n\r\n<p>Serving as a professional organization for zookeepers, AAZK is a valuable resource for dedicated animal care workers. AAZK is dedicated to advancing animal care, promoting public awareness, enhancing professional development and contributing to local and global conservation through fundraising and stewardship. Our goal is to inspire and motivate through our roles as animal caregivers, educators and conservationists. Through workshops, conferences, newsletters, and internet forums, AAZK helps animal care staff stay current in husbandry, training, nutrition, and conservation. Well educated keepers using modern techniques means the animals in their care benefit tremendously.</p>', 'Home Page', 0, '', 'publish', 'closed', 'closed', '', 'home-page', '', '', '2013-10-01 17:54:59', '2013-10-01 22:54:59', '', 0, 'http://dev.aazk.org/?page_id=3', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4, 1, '2009-04-16 20:49:38', '2009-04-17 01:49:38', '', 'Home Page', 0, '', 'inherit', 'open', 'open', '', '3-revision-v1', '', '', '2009-04-16 20:49:38', '2009-04-17 01:49:38', '', 3, 'http://dev.aazk.org/?p=4', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5, 1, '2009-04-16 20:49:52', '2009-04-17 01:49:52', 'This is a the home page', 'Home Page', 0, '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2009-04-16 20:49:52', '2009-04-17 01:49:52', '', 3, 'http://dev.aazk.org/uncategorized/3-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6, 1, '2009-04-16 21:22:08', '2009-04-17 02:22:08', 'The American Association of Zoo Keepers is a membership association for animal care professionals to exchange information and network with one another.\r\n<h4>Mission Statement</h4>\r\nThe mission of The American Association of Zoo Keepers is to advance excellence in the animal keeping profession, foster effective communication beneficial to animal care, support deserving conservation projects, and promote the preservation of our natural resources and animal life.\r\n<h4>Vision Statement</h4>\r\nAAZK will be the leader in the zoo and aquarium industry fostering professional development and personal connections that advance animal care, animal welfare and conservation.\r\n<h4>Purpose</h4>\r\nAAZK\'s purpose is to foster a professional attitude in animal keepers and aquarists by encouraging them to become active members of professional teams at today\'s zoos and aquariums. AAZK supports the promotion and implementation of zookeeper education and strives to make the general public aware of our concern for all deserving conservation projects and the need for the preservation of our natural resources and the species that depend on those resources.\r\n\r\nServing as a professional organization for zookeepers, AAZK is a valuable resource for dedicated animal care workers. AAZK is dedicated to advancing animal care, promoting public awareness, enhancing professional development and contributing to local and global conservation through fundraising and stewardship. Our goal is to inspire and motivate through our roles as animal caregivers, educators and conservationists. Through workshops, conferences, newsletters, and internet forums, AAZK helps animal care staff stay current in husbandry, training, nutrition, and conservation. Well educated keepers using modern techniques means the animals in their care benefit tremendously.\r\n<h2>History of AAZK</h2>\r\nThe American Association of Zoo Keepers, Inc. began in 1967 in San Diego, CA with the purpose of promoting professionalism in zoo keeping through education of zoological staff members in the most modern and current techniques of captive exotic animal care. AAZK\'s mission is to provide a resource and a forum of continuing education for the animal care professional and to support zoo and aquarium personnel in their roles as animal care givers, scientific researchers, public educators and conservationists; to promote zoos and aquariums as cultural establishments dedicated to the enrichment of human and natural resources; to foster the exchange of research materials, enrichment options and husbandry information through publications and conferences which will lead to a greater understanding of the needs and requirements of all animals. Membership is currently about 2,800 and includes individuals at all levels of zoo staff from directors, curators and veterinarians to zoo keepers, animal health technicians, volunteers and students. Members are from 48 of the 50 States, 5 Canadian Provinces and 24 foreign countries and represent nearly 250 animal-related facilities.\r\n\r\nAAZK\'s purpose is to foster a professional attitude in animal keepers by encouraging them to become active members of the professional teams at today\'s zoos and aquariums. AAZK supports the promotion and implementation of zoo keeper education and strives to make the general public aware of our concern for all valid and deserving conservation projects and the need for the preservation of our natural resources and animal life.\r\n\r\nAAZK publications, conferences, and chapter activities at local zoos provide keepers with a means to exchange ideas and discuss new methods of professional care, observations on animal behavior and other information. Animal Keepers\' Forum, the monthly journal of AAZK, is the principal vehicle for communication among keepers. Other AAZK publications include AAZK National Conference Proceedings, Zoo and Aquarium Professionals and The Resource for Crisis Management in Zoos and Other Animal Care Facilities.\r\n\r\nAAZK also has a number of committees which provide ways to promote AAZK and the Zoo Keepers\' role in conservation education.', 'About Us', 0, '', 'publish', 'closed', 'closed', '', 'about-us', '', '', '2013-11-25 14:58:03', '2013-11-25 19:58:03', '', 0, 'http://dev.aazk.org/?page_id=6', 5, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2860, 2, '2013-05-30 15:33:35', '2013-05-30 20:33:35', 'The American Association of Zoo Keepers is a memberhip association for animal care professionals to exchange information and network with one another. \r\n<h3>Mission Statement</h3>\r\nThe mission of The American Association of Zoo Keepers is to advance excellence in the animal keeping profession, foster effective communication beneficial to animal care, support deserving conservation projects, and promote the preservation of our natural resources and animal life.\r\n<h3>Vision Statement</h3>\r\nAAZK will be the leader in the zoo and aquarium industry fostering professional development and personal connections that advance animal care, animal welfare and conservation.\r\n', 'Mission and Vision', 0, '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2013-05-30 15:33:35', '2013-05-30 20:33:35', '', 6, 'http://aazk.org/uncategorized/6-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (7, 1, '2009-04-16 21:21:31', '2009-04-17 02:21:31', '', 'About AAZK', 0, '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2009-04-16 21:21:31', '2009-04-17 02:21:31', '', 6, 'http://dev.aazk.org/uncategorized/6-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2145, 2, '2011-09-23 12:36:09', '2011-09-23 17:36:09', '', '2012_conf_logo', 0, '', 'inherit', 'closed', 'closed', '', '2012_conf_logo', '', '', '2011-09-23 12:36:09', '2011-09-23 17:36:09', '', 2144, 'http://aazk.org/wp-content/uploads/2012_conf_logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2146, 2, '2011-09-23 12:36:31', '2011-09-23 17:36:31', '<img class="alignnone size-medium wp-image-2145" title="2012_conf_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_conf_logo-300x225.jpg" alt="2012_conf_logo" width="300" height="225" />\n\nHoste', '2012 AAZK National Conference', 0, '', 'inherit', 'closed', 'closed', '', '2144-revision', '', '', '2011-09-23 12:36:31', '2011-09-23 17:36:31', '', 2144, 'http://aazk.org/uncategorized/2144-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4632, 2, '2013-11-22 14:02:54', '2013-11-22 19:02:54', '<form id="product_39" action="http://aecetia.net/gws/aazk/shop/?category=" method="post" name="product_39"><input type="hidden" name="prodid" value="39" />\r\n<div>\r\n\r\nComprehensive papers on Ungulates included in this July/August 2011 issue of the Animal Keepers\' Forum.\r\n\r\n\r\n**Please note there is a $10 charge added on to the final price for all orders shipped outside the United States - Please select shipping destination.**\r\n<h2></h2>\r\n</div>\r\n</form>', 'AKF Dedicated Issue - Ungulate Husbandry', 0, '', 'publish', 'closed', 'closed', '', 'akf-dedicated-issue-ungulate-husbandry', '', '', '2014-02-06 12:41:18', '2014-02-06 17:41:18', '', 0, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5545, 2, '2014-02-06 12:27:03', '2014-02-06 17:27:03', 'Get a combo pack of <strong>7</strong> dedicated issues of the Animal Keepers\' Forum <strong>PLUS</strong> the Crisis Management CD, <strong>PLUS</strong> the Biological Values CD, <strong>PLUS</strong> a box of Rhino Note cards. You\'ll get issues on: Chelonian Husbandry, Mix-species, Climate Change, Care and Management of Geriatric Animals, Ungulate Husbandry, Polar Bears, and Avian Husbandry.  All this for $40!  That\'s a savings of 50% over buying them individually. These are great issues so purchase your combo pack today.\r\n\r\nOrders from Canada require $15.00 in shipping which has already been configured into the price. Just select "CANADA" shipping.\r\n\r\nInternational Orders require $35.00 in shipping which has already been configured into the price. Just select "INTERNATIONAL" shipping', 'AKF Dedicated Issue Combo Pack (Canadian)', 0, '', 'inherit', 'open', 'closed', '', 'akf-dedicated-issue-combo-pack-canadian', '', '', '2014-02-06 12:27:03', '2014-02-06 17:27:03', '', 4638, 'https://www.aazk.org/shop/publications/akf-dedicated-issue-combo-pack/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4633, 2, '2013-11-22 14:01:46', '2013-11-22 19:01:46', 'Extensive papers on Climate Change and Effects  included in this December 2010 issue of the Animal Keepers\' Forum.\r\n\r\n\r\n**Please note there is a $10  charge added on to the final price for all orders outside of the United States - Please select shipping destination.**', 'AKF Dedicated Issue - Climate Change', 0, '', 'publish', 'closed', 'closed', '', 'akf-dedicated-issue-climate-change', '', '', '2014-02-06 12:40:28', '2014-02-06 17:40:28', '', 0, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4634, 2, '2013-11-22 14:07:09', '2013-11-22 19:07:09', 'Its not just Raptors - Information and articles on a number of Avian species included in this April/May 2010 issue of the Animal Keepers\' Forum.\r\n\r\n**Please note there is a $10 shipping charge added on to the final price for all order outside of the US - Please selelct shipping destination.**', 'AKF Dedicated Issue - Avian Management', 0, '', 'publish', 'closed', 'closed', '', 'akf-deicated-issue-avian-management', '', '', '2014-02-06 12:39:56', '2014-02-06 17:39:56', '', 0, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4635, 2, '2013-11-22 14:15:01', '2013-11-22 19:15:01', 'Still a value.  Husbandry information and papers included in this August 2007 issue of the Animal Keepers\' Forum.\r\n\r\n**Please note there is a $10 charge added on to the final price for order shipped outide the United States - Please select shipping destination.**', 'AKF Dedicated Issue - Polar Bear', 0, '', 'publish', 'closed', 'closed', '', 'akf-dedicated-issue-polar-bear', '', '', '2014-02-06 12:40:51', '2014-02-06 17:40:51', '', 0, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (10, 1, '2009-04-16 21:24:41', '2009-04-17 02:24:41', '<strong>"Zoo keeper"</strong> is a term used to describe an individual who cares for animals in zoological parks or aquariums. A career as a zoo keeper offers a unique opportunity in the specialized and demanding profession of maintaining captive exotic animals for conservation, research, public education and recreation.\r\n\r\nZoo keepers care for a diverse collection of animals from mammals and birds to reptiles and amphibians to fish and invertebrates. Some keepers become highly specialized, such as those who work in animal hospitals or who concentrate on a specific group of animals such as exotic birds, great apes, elephants or reptiles.\r\n\r\nIf you are interested in becoming a zoo keeper a comprehensive document has been compiled which will give you a better idea of what this profession entails and will give you more information to start you on the road to making this a career. You can access the information by clicking on the link below.  <a href="/wp-content/uploads/keeper_information.pdf"></a>\r\n\r\n<a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/keeper_information.pdf">So You Want to be a Keeper, Trainer, or Aquarist?</a>', 'Zoo Keeping as a Career', 0, '', 'publish', 'closed', 'closed', '', 'zoo-keeping-as-a-career', '', '', '2013-11-06 21:45:05', '2013-11-07 02:45:05', '', 0, 'http://dev.aazk.org/?page_id=10', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (11, 1, '2009-04-16 21:24:16', '2009-04-17 02:24:16', '', 'Zoo Keeping as a Career', 0, '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2009-04-16 21:24:16', '2009-04-17 02:24:16', '', 10, 'http://dev.aazk.org/uncategorized/10-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (586, 2, '2009-07-20 11:25:11', '2009-07-20 16:25:11', '<strong>"Zoo keeper"</strong> is a term used to describe an individual who cares for animals in zoological parks or aquariums. A career as a zoo keeper offers a unique opportunity in the specialized and demanding profession of maintaining captive exotic animals for conservation, research, public education and recreation.\r\n\r\nZoo keepers care for a diverse collection of animals from mammals and birds to reptiles and amphibians to fish and invertebrates. Some keepers become highly specialized, such as those who work in animal hospitals or who concentrate on a specific group of animals such as exotic birds, great apes, elephants or reptiles.\r\n\r\nIf you are interested in becoming a zoo keeper a comprehensive document has been compiled which will give you a better idea of what this profession entails and will give you more information to start you on the road to making this a career. You can access the information by clicking on the link below.\r\n\r\n<a href="/wp-content/uploads/keeper_information.pdf">So You Want to be a Keeper, Trainer, or Aquarist?</a>', 'Zoo Keeping as a Career', 0, '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2009-07-20 11:25:11', '2009-07-20 16:25:11', '', 10, 'http://aazk.org/uncategorized/10-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (603, 1, '2009-07-31 18:37:26', '2009-07-31 23:37:26', '', 'lion', 0, '1.0 African Lion Tsavo on his firehose bed that was designed to  help with his back problems.   (Photo: Tracey Barnes)', 'inherit', 'closed', 'closed', '', 'lion', '', '', '2009-07-31 18:37:26', '2009-07-31 23:37:26', '', 598, 'http://aazk.org/wp-content/uploads/lion.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (604, 1, '2009-07-31 18:36:21', '2009-07-31 23:36:21', '<p><em>By Barry Poole, General Maintenance &amp; Operations Supervisor<br />\r\nand Marie Magnuson, Animal Keeper/Great Cats<br />\r\nSmithsonian\'s National Zoological Park, Washington, DC</em></p>\r\n\r\n<p>In September of 2003 our male African lion (Panthera leo) Tsavo was 15 years old and had been alone for a year after the death of his brother, Tana. Lionesses Kisangali and Lusaka were just getting out of quarantine after arriving at the National Zoo from Wildlife Way Station (Angeles National Forest, CA). We had brought these two beautiful female lions to Washington in the hopes of forming a pride with Tsavo. We were not sure of the girl\'s ages, but the veterinary staff estimated them to be about 12 or 13 years old. Tsavo had been vasectomized when he was young since he had been housed with his mother.</p>\r\n\r\n<p>The introductions went very smoothly and soon the copulating that is integral to forming a pride was taking up most of Tsavo\'s time and energy.  As a matter of fact, since Tsavo had been vasectomized it was taking up a little too much of his time and energy. The girls were not getting pregnant of course and so they continued to cycle like clockwork. Tsavo\'s years started to catch up with him. He started to show signs of back trouble, including limping and ataxia, and after only a few months together we had to separate them so we could keep Tsavo inside. His back problems had gotten so severe that the staff veterinarians decided to keep him as quiet as possible and treat his back with steroids. The treatment was extremely successful and Tsavo was going back outside with the now-spayed Lusaka in the spring of 2005. Kisangali had sadly died of an infection during the winter.</p>\r\n\r\n<p>Jeanne Minor, a keeper who was working here at that time, suggested that a firehose bed might make Tsavo even more comfortable. Her idea was to weave the fire hose on a sturdy metal frame, much like a lawn chair. Barry Poole from the Metal Shop worked with Jeanne on the design and it has proven hugely successful.</p>\r\n<p>The first thing that Barry did was to "skin" the hose, or remove the outer canvas layer. He used only the inner canvas and rubber layer so that the bed would dry in a reasonable length of time and also to remove bulk from the weaving. The width of the fire hose you have will determine the final dimensions of your bed. The metal frame of Tsavo\'s bed ended up being 77"x36" [1.95m x .91m]. The woven part is made of six long pieces (warp) of 5&deg;" [13.33cm] hose woven with 14 shorter pieces (weft). After you approximate the length and width of your bed add at least 15% for what is called "take up" by weavers. This is what is lost to the ups and downs of the weaving itself. Then add two to three feet to the length of each piece for loom waste. This will be the part of each piece that wraps around...</p>\r\n\r\n<p>Want to read the rest of this article on the successful transfer of lowland gorillas between two zoological institutions?  For this and many more fascinating articles every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="/join/">JOIN NOW</a>!</p>', 'Constructing A Firehose Bed For An Aging Lion', 0, '', 'inherit', 'closed', 'closed', '', '598-revision-5', '', '', '2009-07-31 18:36:21', '2009-07-31 23:36:21', '', 598, 'http://aazk.org/uncategorized/598-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (12, 1, '2009-04-16 21:26:28', '2009-04-17 02:26:28', '<h3>Committees</h3>\r\nDedicated to professional animal care, the vision of AAZK is to provide resources for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function please log in to the Members Only Page and open the Committees and Program tab.\r\n<div class="first sixcol">\r\n<h4><i class="left icon-trophy"></i> Awards Committee</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards’ criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award’s recipients each year at the National Conference.\r\n<div class="hr"></div>\r\n<h4><i class="left icon-lamp"></i> Behavioral Husbandry Committee</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<div class="hr"></div>\r\n<h4><i class="left icon-mic"></i> Communication Committee</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership. The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n<div class="hr"></div>\r\n<h4><i class="left icon-heart"></i> Conservation Committee</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h4><i class="left icon-doc-text-inv"></i> Ethics Committee</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n<div class="hr"></div>\r\n<h4><i class="left icon-chart-bar"></i> Grants Committee</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<div class="hr"></div>\r\n<h4><i class="left icon-graduation-cap"></i> Professional Development Committee</h4>\r\nAAZK’s Professional Development Committee’s mission is to provide a resource for National AAZK members to explore continuing education opportunities. Our goal is concentrate on continuing education through online training courses and conference workshops. Online courses can be found at the <a href="http://sdzglobalacademy.org/courses.html" target="_blank">San Diego Zoo Global Academy courses</a>. Over 200 self-directed courses are offered. Conferences are held annually and delegates are provided with paper presentations, posters sessions, and a variety of workshops to meet everyone’s needs. Workshops can be lecture based or hands on.\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<h3>Programs</h3>\r\nDedicated to professional animal care, the vision of AAZK is to provide resources through internal, national and international Programs. Our Programs are developed to further this vision. To learn about AAZK Programs please click on one of the links below.\r\n<div class="first sixcol">\r\n<h4><i class="left icon-users"></i> Bylaws Program</h4>\r\nThe Program Manager annually reviews the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. When developing new Bylaws, the Program expands to a Member Committee consisting of five members, two of which shall be member of the Board of Directors. (If you would like a copy of the Association’s Bylaws please <a href="http://www.aecetia.net/gws/aazk/contact/">contact</a> the Administrative Office.)\r\n<div class="hr"></div>\r\n<h4><i class="left icon-globe"></i> International Congress of Zoo Keepers Program</h4>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h4><i class="left icon-star"></i> National Zoo Keeper Week Program</h4>\r\nAs the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n<div class="hr"></div>\r\n<h4><i class="left icon-leaf"></i> Trees for You and Me Program</h4>\r\nTrees for You &amp; Me is an annual AAZK Chapter competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. Every year, the effort has a local focus.  AAZK believes drawing attention to the benefits of urban tree-planting and tropical reforestation and has partnered with Polar Bears International to develop the associated educational programming and awareness such events create.\r\n\r\n</div>', 'Committees and Programs', 0, '', 'publish', 'closed', 'closed', '', 'committee', '', '', '2014-08-19 11:48:19', '2014-08-19 16:48:19', '', 0, 'http://dev.aazk.org/?page_id=12', 4, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4717, 1, '2013-11-25 23:08:13', '2013-11-26 04:08:13', '<h3>Committees</h3>\r\nDedicated to professional animal care, the vision of AAZK is to provide resources for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function please log in to the Members Only Page and open the Committees and Program tab.\r\n<div class="first sixcol">\r\n<h4><i class="left icon-trophy"></i> Awards Committee</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards’ criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award’s recipients each year at the National Conference.\r\n</a>\r\n<div class="hr"></div>\r\n<h4><i class="left icon-lamp"></i> Behavioral Husbandry Committee</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n</a>\r\n<div class="hr"></div>\r\n<h4><i class="left icon-mic"></i> Communication Committee</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership. The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n<div class="hr"></div>\r\n<h4><i class="left icon-heart"></i> Conservation Committee</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h4><i class="left icon-doc-text-inv"></i> Ethics Committee</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n</a>\r\n<div class="hr"></div>\r\n<h4><i class="left icon-chart-bar"></i> Grants Committee</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<div class="hr"></div>\r\n<h4><i class="left icon-graduation-cap"></i> Professional Development Committee</h4>\r\nAAZK’s Professional Development Committee’s mission is to provide a resource for National AAZK members to explore continuing education opportunities. Our goal is concentrate on continuing education through online training courses and conference workshops. Online courses can be found at the <a href="http://sdzglobalacademy.org/courses.html" target="_blank">San Diego Zoo Global Academy courses</a>. Over 200 self-directed courses are offered. Conferences are held annually and delegates are provided with paper presentations, posters sessions, and a variety of workshops to meet everyone’s needs. Workshops can be lecture based or hands on.\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<h3>Programs</h3>\r\nDedicated to professional animal care, the vision of AAZK is to provide resources through internal, national and international Programs. Our Programs are developed to further this vision. To learn about AAZK Programs please click on one of the links below.\r\n<div class="first sixcol">\r\n<h4><i class="left icon-users"></i> Bylaws Program</h4>\r\nThe Program Manager annually reviews the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. When developing new Bylaws, the Program expands to a Member Committee consisting of five members, two of which shall be member of the Board of Directors. (If you would like a copy of the Association’s Bylaws please <a href="[homeurl]/contact/">contact</a> the Administrative Office.)\r\n<div class="hr"></div>\r\n<h4><i class="left icon-globe"></i> International Congress of Zoo Keepers Program</h4>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n</div>\r\n<div class="last sixcol">\r\n<h4><i class="left icon-star"></i> National Zoo Keeper Week Program</h4>\r\nAs the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n<div class="hr"></div>\r\n<h4><i class="left icon-leaf"></i> Trees for You and Me Program</h4>\r\nTrees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. Every year, the effort has a local focus. Gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, AAZK believes drawing attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n\r\n</div>', 'Committees and Programs', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2013-11-25 23:08:13', '2013-11-26 04:08:13', '', 12, 'http://web3.gowebsolutions.com/~aazook/12-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (13, 1, '2009-04-16 21:25:35', '2009-04-17 02:25:35', '', 'Committees', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2009-04-16 21:25:35', '2009-04-17 02:25:35', '', 12, 'http://dev.aazk.org/uncategorized/12-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (355, 1, '2009-05-24 14:37:19', '2009-05-24 19:37:19', 'Short intorduction here, tellus leo varius lorem, vitae porttitor augue dolor ut libero. Nulla mattis nunc quis leo tempor eleifend. Pellentesque volutpat. Etiam eu magna. Nullam augue. Quisque dolor. Sed a mi non libero adipiscing aliquam. Nullam enim sapien, euismod vitae, condimentum eget, vulputate at, erat.\r\n\r\nVestibulum vehicula pharetra tortor. Fusce nulla neque, ultrices nec, consequat vel, volutpat vitae, dui. Aliquam scelerisque. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Suspendisse justo. Quisque pellentesque erat non felis.', 'Home Page', 0, '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2009-05-24 14:37:19', '2009-05-24 19:37:19', '', 3, 'http://dev.aazk.org/uncategorized/3-revision-22/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (359, 1, '2009-05-31 16:18:13', '2009-05-31 21:18:13', '<p><em>By Kymberlee Nelson<br />\r\nKeeper in Heart of Africa, Collections Husbandry and Science<br />\r\nSan Diego Zoo’s Wild Animal Park, Escondido, CA</em></p>\r\n\r\n<h3>Abstract</h3>\r\n<p>Following SSP&reg; recommendations two, 3&frac12; year old, female, Transvaal lions (sisters) were bred to a 3&frac12; year old male. These pairings resulted in two litters (2.2 and 1.2) born four days apart. Following the behaviors of lions in the wild, the two litters, dams and sire were successfully introduced to form one large pride.</p>\r\n\r\n<h3>Introduction</h3>\r\n<p>Lions are the only truly social cats living in groups called prides. A pride is generally composed of a group of related females and several non-related males (although males are generally related to one another). The African lion is listed as vulnerable in the IUCN Red List and can be found in Appendix II of CITES. The AZA felid TAG set a target population size of 350 lions; both generic and pedigreed animals. Currently, there are 133 lions at 43 institutions managed by the Species Survival Plan (SSP&reg;), with a target population of 150 cats (SSP&reg; 2007).</p>\r\n\r\n<p>Captive breeding is determined by genetic analysis of the population with a goal of retaining 90% gene diversity for 100 years. The captive pedigreed population descends from 52 founders and is tracked and managed by the species coordinator and SSP&reg; Institutional Representatives. A Master Planning meeting is held each year where breeding recommendations and animal transfers are made.</p>\r\n\r\n<p>In the wild it has been shown that females younger than 36 months rarely conceived (Hanby &amp; Bygott,1987) and that the mean age of first reproduction for females was between four (Bertram, 1975; Hanby &amp; Bygott, 1987) and six and a half years (Packer <i>et al.</i>, 2001). In captivity this age is reduced and reproduction is seen as early as 18 months. Wild females generally come back into estrous when their cubs are 18 months old (about 10 months from the end of lactation) and her next litter can be expected to be born 24 months after the birth of any surviving cubs (Bertram, 1975).</p>\r\n\r\n<p>[caption id="attachment_372" align="aligncenter" width="300" caption="Arial View of Lion Camp"]<img src="http://dev.aecetia.net/gws/aazk/wp-content/uploads/arial-view-of-lion-exhibit-300x225.jpg" alt="Arial View of Lion Camp" title="Arial View of Lion Camp" width="300" height="225" class="size-medium wp-image-372" />[/caption]</p>\r\n\r\n<p>Female pride members have been observed to come into estrus synchronously and therefore birth synchrony has been observed (Bertram, 1975; Packer &amp; Pusey, 1983). The female typically births one to four cubs in a secluded area away from the pride. It is not until the cubs are four to six weeks old that their dams will introduce them to the pride (Bertram, 1975; Packer &amp; Pusey, 1983; Pusey &amp; Packer, 1994). At this time, the dams and cubs will often form or join a cr&eacute;che, with cubs varying in age up to 150 days (Pusey &amp; Packer, 1994). Cubs will also be introduced to pride males, but the males play no role in the rearing of the offspring. The sire\'s primary responsibility is to provide a secure territory for the females of his pride and their offspring.</p>\r\n\r\n<p>The main advantage to forming a cr&eacute;che appears to be the communal defense of the cubs against invading males (Pusey &amp; Packer, 1994). Females of the same cr&eacute;che are known to associate closely with each other. Generally all females are present with their cubs or all are absent, leaving the cubs unattended for short periods of time (Pusey &amp; Packer, 1994). Females in a cr&eacute;che will allow cubs of other females to nurse. There is evidence, however, that females can distinguish between their own offspring and other cubs, but are virtually indiscriminate with cubs of first order relatives (Pusey &amp; Packer, 1994). Cubs wean at six to eight months of age, but will begin eating meat at two to three months (Bertram, 1975; Pusey &amp; Packer, 1994); although cubs remain dependent on their mothers for two years (Bertram, 1975; Pusey &amp; Packer, 1994; Packer &amp; Pusey, 1997).</p>\r\n\r\n<p>Average age of dispersal from the natal pride is two to four years for males (Pusey &amp; Packer, 1987) but males as young as 13-20 months may be forced out as a result of a pride takeover (Packer &amp; Pusey, 1983) and no males were observed with their natal prides past 65 months (Hanby &amp; Bygott, 1987). Most females are integrated into their natal prides but for those who emigrated all had left by four years of age (Hanby &amp; Bygott, 1987; Pusey &amp; Packer, 1987).</p>\r\n\r\n<h3>Methods and Results</h3>\r\n<p>Following SSP&reg; recommendations two, 3&frac12; year old, sibling female, Transvaal lions, Mina and Oshana, were bred to a 3&frac12; year old male, Izu. These pairings had previously resulted in Oshana giving birth to 0.2 on 16 May 2006 and Mina to 2.1 on 19 July 2006. The females were separated from their litters on 14 July 2007 due to...</p>\r\n\r\n<p><strong>Want to read the rest of this article on forming a Lion\'s Pride. For this and many more fascinating articles every month, see <em>Animal Keepers\' Forum</em>. AKF is available only by being a member of AAZK. <a href="/join/">JOIN NOW</a>!</strong></p>', 'The Formation of a Lion (Panthera Leo) Pride  at The San Diego Zoo’s Wild Animal Park', 0, '', 'draft', 'closed', 'closed', '', 'june-2009-2', '', '', '2013-10-15 17:49:24', '2013-10-15 22:49:24', '', 0, 'http://dev.aazk.org/?p=359', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (360, 1, '2009-05-31 16:18:10', '2009-05-31 21:18:10', '', 'June-2009', 0, '', 'inherit', 'closed', 'closed', '', '359-revision', '', '', '2009-05-31 16:18:10', '2009-05-31 21:18:10', '', 359, 'http://dev.aazk.org/uncategorized/359-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (361, 1, '2009-05-31 16:18:30', '2009-05-31 21:18:30', '<p><em>By Dana Urbanski, Keeper II<br />North Carolina Zoological Park, Asheboro, NC</em></p>\r\n\r\n<h3>Purpose</h3> \r\n<p>Through training, safely perform a physical exam, vaccinate and draw blood on 0.3 ostrich without using restraint devices (baffle boards or physical restraint).</p>\r\n\r\n<h3>Background</h3>\r\nThe Forest Edge exhibit at the North Carolina Zoological Park houses three seven year old female ostrich (Redbird, Bluebird, and Yellowbird) in a mixed species exhibit with zebra and giraffe. The ostrich are accustomed to "gating," or coming into designated holding stalls every morning. These stalls have a specially coated floor and are approximately 10ft. x 10 ft. [~3m x3m]. The ostrich are locked in the stalls between 30-45 minutes each morning to eat their grain while keepers service the exhibit. The ostrich are trained before they are released onto exhibit.</p>\r\n\r\n<h3>Training Background</h3>\r\n<p>In August of 2005 I began a training program with the ostrich. This was the first time a training plan had been implemented for these particular animals. The first task was to desensitize the ostrich by free feeding and then establishing the bridge while I was in the stall with them. Once they were calm being in close proximity to me, a training program was initiated. Training project forms and shaping plans were created. These forms help to organize objectives and target specific behaviors. Training sessions were 5-15 minutes long and were done three to four times a week.</p>\r\n\r\n<p>"Hooding" became the first training project. Hooding the ostrich became top priority so that annual physical exams could be done without the use of baffle boards and physical restraint. The ostrich were much calmer and more relaxed with the hoods on. The stress level of the ostrich, keepers and veterinary staff was also reduced. The success of the hood training prompted new training projects such as targeting, stationing, steady, physical exam desensitization, scale training and currently, leg and foot desensitization. Through the implementation of these training projects, hoods are no longer necessary when doing annual physical exams simply because the ostrich have become accustomed to daily tactile training.</p>\r\n\r\n<p>[caption id="attachment_383" align="alignleft" width="300" caption="The author training the hooding behavior with 0.1 ostrich at the North Carolina Zoological Park. (Photo: Becca Wentz, Keeper I)"]<img src="http://dev.aecetia.net/gws/aazk/wp-content/uploads/hooding-ostrich-300x225.jpg" alt="The author training the hooding behavior with 0.1 ostrich at the North Carolina Zoological Park. (Photo: Becca Wentz, Keeper I)" title="hooding-ostrich" width="300" height="225" class="size-medium wp-image-383" />[/caption]</p>\r\n\r\n<h3>Training Tools</h3>\r\n<ol>\r\n    <li><strong>Hood</strong> – made from the bottom two feet of a dark colored sweat pant leg, with the wide end sewn with a draw string.</li>\r\n    <li><strong>Target</strong> – a colored paddle approximately 3ft. long [~1m].</li>\r\n    <li><strong>Whistle</strong> – dog training style with lanyard to wear around neck.</li>\r\n    <li><strong>Platform metal scale</strong> – approximately 3ft. x 4ft. [0.914m x 1.219m] and 3" [7.62cm] off the ground with a black fatigue mat on top to help prevent slipping.</li>\r\n    <li><strong>Reward bucket</strong> – a small plastic measuring cup or hip bucket that can be worn on the waist line and hang on the hip for easy access to rewards.</li>\r\n    <li><strong>Training forms and shaping plans</strong> – forms that help organize training projects.</li>\r\n</ol>\r\n\r\n\r\n<h3>Trained Behaviors</h3>\r\n\r\n<h4>Hooding</h4>\r\n<p>Place the hood over trainer\'s right forearm with hand sticking out the wide end, when the ostrich comes down for a treat the hood can be pulled over the ostrich\'s head using the left or free hand. The ostrich were reinforced with repeatedly whistling and praise. Once the hood was removed the ostrich received bonus apple rewards. This behavior took about three months of desensitizing and training.</p>\r\n\r\n<h4>Targeting</h4>\r\n<p>Using the paddle target, ask the ostrich to touch the target with its beak. Ostrich are extremely curious and this came easy to all three. Within a week they were all targeting.</p>\r\n\r\n<h4>Steady</h4>\r\n<p>Using a paddle target as a visual focus item, ask the ostrich to steady. The ostrich should stand tall with neck straight up in the air and not peck at the target. I bounced back and forth with target and steady until both behaviors were learned. This behavior took three months for the ostrich to learn.</p>\r\n\r\n<h4>Stationing</h4>\r\n<p>Ask the ostrich to stand at a designated point in the stall, using a small plastic shovel and Wiffleballs&reg; clipped to the caging as visible stations. This behavior proved to be...</p>\r\n\r\n<p><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers\' Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="/join/">JOIN NOW</a>!</strong></p>', 'Operant Conditioning 0.3 Ostrich (Struthio camelus)  at the North Carolina Zoo', 0, '', 'draft', 'closed', 'closed', '', 'june-2009-3', '', '', '2013-10-15 17:49:24', '2013-10-15 22:49:24', '', 0, 'http://dev.aazk.org/?p=361', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (362, 1, '2009-05-31 16:18:27', '2009-05-31 21:18:27', '', 'June-2009', 0, '', 'inherit', 'closed', 'closed', '', '361-revision', '', '', '2009-05-31 16:18:27', '2009-05-31 21:18:27', '', 361, 'http://dev.aazk.org/uncategorized/361-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2855, 2, '2013-02-25 09:36:56', '2013-02-25 14:36:56', '<strong>April 14-19, 2013 - <em>ABMA Annual Conference</em> - Toronto, Canada.</strong> The ABMA is heading north, eh! Visit Canada’s cultural, entertainment and financial capital while experiencing the country’s largest zoo!  Don’t miss a keynote address by Ian Stirling of Polar Bears International, an action-packed full day site visit at the Toronto Zoo and fun events including a very Canadian evening at the Hockey Hall of Fame! Stay at the Delta Chelsea Hotel, located in the heart of the city, for only $119 a night (that’s Canadian dollars, of course!).  So grab your toque and your passport and join us for a truly international conference!  For more information, visit <a href="http://theabma.org">theabma.org</a>.\r\n\r\n<strong>April 30 - May 2 2013 -<em>Chimpanzee SSP Meeting and Husbandry Workshop</em></strong> -The Chimpanzee SSP and the Houston Zoo are hosting the next Chimpanzee Husbandry Workshop to take place April 30 – May 2, 2013. The Chimpanzee SSP meeting will precede the workshop on April 29, 2013.  Please visit <a href="https://houstonzoo.doubleknot.com/event/chimp-husbandry-workshop-registration/1250219">https://houstonzoo.doubleknot.com/event/chimp-husbandry-workshop-registration/1250219</a> for more information.\r\n\r\n<strong>May 5-10, 2013 - <em>Eighth Biannual Rhino Keepers’ Workshop</em> -</strong> Hosted by San Diego Zoo Global.  For Call for Papers and more information contact <a href="mailto:laubery@sandiegozoo.org">laubery@sandiegozoo.org</a>.\r\n\r\n<strong>May 20-23, 2013 - <em>World Crocodile Conference</em></strong> - “Living with Crocodilians” 22nd Working Meeting of the IUCN — SSC, Crocodile Specialist Group. For more information and registration, go to: <a href="http://csgsrilanka.com/">csgsrilanka.com/</a>.\r\n\r\n<strong>June 5-6, 2013 - <em>2nd International Symposium on Zoo Animal Welfare</em></strong>, Brookfield Zoo. For more information:  <a href="http://czs.org/symposium">czs.org/symposium</a>.\r\n\r\n<strong>June 9-13, 2013 - </strong><strong><em>Shape of Enrichment Workshop </em>- </strong><span><strong>Omaha’s Henry Doorly Zoo and Aquarium, </strong></span><span><strong>Omaha, Nebraska</strong>. </span><span>Hosted by the Omaha AAZK Chapter. </span><span>For more information contact: <a href="mailto:robinfreise@hotmail.com">robinfreise@hotmail.com</a> or visit <a href="http://enrichment.org">enrichment.org</a> and click under “New Events”.</span>\r\n\r\n<strong>June 13-16, 2013 - <em>3rd Seminar on Venomous Animal Safety and Husbandry</em></strong>, Hosted by Catoctin Wildlife Preserve and Zoo, Thurmont, MD. For more information visit<a href="http://CWPZoo.com"> CWPZoo.com</a>. Registration deadline is May 25, 2013.\r\n\r\n<span style="font-weight: bold;">June 23-26, 2013 - <em>Felid Tag Husbandry Course</em>, </span>plus...\r\n\r\n<span style="font-weight: bold;">June 27-29, 2013 - </span><span style="font-weight: bold;"><em>AZA Felid TAG Mid-Year Meeting</em> - </span><strong>Hosted by Jacksonville Zoo and Gardens, Jacksonville, FL.</strong> For more information go to: <a href="http://felidtag.org">felidtag.org</a> or contact <a href="mailto:felidtag2013@jacksonvillezoo.org">felidtag2013@jacksonvillezoo.org</a>.\r\n\r\n<strong>July 8-12, 2013 - </strong><strong><em>Zoos and Aquariums Committing to Conservation (ZACC)</em><strong> </strong></strong><strong>-</strong> Hosted by Blank Park Zoo, Des Moines, Iowa.  The conference will bring together colleagues from the field and zoos in an informal setting to network, share ideas and support one another in our shared commitment to conservation.  Registration is available at <a href="http://blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1">blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1</a>.  Contact Jessie Lowry with questions at <a href="mailto:jrlowry@blankparkzoo.org">jrlowry@blankparkzoo.org</a>.\r\n\r\n<strong>August 7-10, 2013 - <em>11th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles </em>- St. Louis, MO.</strong> Co-hosted by the Turtle Survival Alliance and the IUCN-TFTSG. Please visit <a href="http://turtlesurvival.org/get-involved/conference">turtlesurvival.org/get-involved/conference</a> for more information, or contact Heather Lowe at <a href="mailto:Hlowe@turtlesurvival.org">Hlowe@turtlesurvival.org</a>.\r\n\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter.\r\n\r\n<strong><strong>October 3-6, 2013 - <em><em>Advancing Bear Care 2013</em></em></strong></strong> - <strong>Woodlands Wildlife Refuge, Clinton, NJ</strong>. The conference dates, hotel, program, and adjunct activities will be announced soon.   For current information and updates check ABC 2013 UPDATES often. <a href="http://bearcaregroup.org/#!abc_2013_updates/c10h4">bearcaregroup.org/#!abc_2013_updates/c10h4</a>\r\n\r\n<strong>October 13-17, 2013 - <em>WAZA Annual Conference</em></strong> - Hosted by Disney’s Animal Kingdom. For more information go to: <a href="http://waza.org">waza.org</a>.\r\n\r\n<strong>October 15-18, 2013 - <em>ICEE ─ International Conference on Environmental Enrichment</em></strong><em> </em>- Hosted by the National Zoological Gardens of South Africa at the Kwalata Game Ranch,   South Africa.  For more information, go to <a href="http://nzg.ac.za/icee2013">nzg.ac.za/icee2013</a>.\r\n\r\n<strong>November 10-14, 2013 - <em>Zoological Association of America (ZAA) Annual Conference</em>, Phoenix, AZ</strong>. For more information go to<a href="http://zaa.org"> zaa.org</a>.\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2013 - Greensboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - September 8-12\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events March 2013', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2013-02-25 09:36:56', '2013-02-25 14:36:56', '', 435, 'http://aazk.org/uncategorized/435-revision-76/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (153, 1, '2009-05-26 21:58:11', '2009-05-27 02:58:11', '<h3><img class="aligncenter size-full wp-image-1499" title="icz_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/icz_logo.jpg" alt="icz_logo" width="223" height="169" />AAZK Program Representatives</h3>\r\n<img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /> Norah Farnham         <img class="alignnone size-full wp-image-2758" title="sara_wunder21" src="http://aecetia.net/gws/aazk/wp-content/uploads/sara_wunder21.jpg" alt="sara_wunder21" width="150" height="171" /> Sara Wunder Steward\r\n\r\n<em><strong>Purpose</strong></em>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n\r\nThe ICZ evolved from AAZK’s now-extinct International Outreach Committee (IOC). A major accomplishment of the IOC was procuring a travel grant which afforded the opportunity for representatives from 7 of the world’s professional zookeeper associations to meet at the AAZK conference in Columbus Ohio, in 2000.  Since this meeting, the ICZ has grown into an incorporated 501(c) 3 non-profit organization, complete with a Constitution, By- Laws, and 6,000 members from 30 countries.\r\n\r\n<strong>ICZ Mission Statement: </strong>\r\n\r\n\'The ICZ will build a worldwide network among zookeepers and other professionals in the field of wildlife care and conservation. This exchange of experience and knowledge will improve the professionalism of zookeepers for the benefit of the animals under their care and promote awareness and actions that will contribute to the preservation of wildlife everywhere.\'\r\n<strong>\r\nVision Statement:</strong>\r\n\r\n\'A global network of zookeepers with the highest standards of professional animal care contributing to a diverse and sustainable natural world where neither wild animals nor their habitats are in danger.\'\r\n\r\n<strong>Current membership of the ICZ:</strong>\r\n- American Association of Zoo Keepers (AAZK)\r\n- Association of British &amp; Irish Wild Animal Keepers (ABWAK)\r\n- Australasian Society of Zoo Keeping (ASZK)\r\n- Asociación Ibérica de Cuidadores de Animales Salvajes (AICAS) (Spain)\r\n- Association Francophone de Soigneurs Animaliers (AFSA) (France)\r\n- Berufsverband der Zootierpfleger (BdZ) (Germany)\r\n- Stichting De Harpij (Netherlands and Belgium)\r\n-Animal Keepers’ Association of Africa (AKAA)\r\n-Zookeepers’ Association of the Philippines (ZAP)\r\n\r\n<strong>ICZ Steering Committee:</strong>\r\n\r\nPresident:  Rolf Veehuizen, De Harpij\r\nVice President:  Carsten Knott, BdZ\r\nTreasurer:  Liz Romer, ASZK\r\nSecretary:  Carla Srb, ASZK\r\nAAZK Program Representatives:  Norah Farnham &amp; Sara Wunder Steward\r\nABWAK Representatives:  Richard Barnett &amp; Ross Snipp\r\nAFSA Representatives:   Virginie Roy &amp; Damien Lerasle\r\nAICAS Representative:  Albert Pamies &amp; Raul Cabrera\r\nAKAA Representatives:  Robynn Ingle-Moller &amp; John Werth\r\nBdZ Representative:  Carsten Knott &amp; Irene Tomaschek\r\nDe Harpij Representatives:  Dennis Blomjous\r\nZAP Representatives:  Leo Jonathon Suarez, DVM &amp; Emilia Lastica, DVM\r\n\r\n<img class="size-full wp-image-2759 alignnone" title="2012_icz_sc" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_icz_sc.jpg" alt="2012_icz_sc" width="571" height="428" />\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><span><em>Steering Committee in Singapore 2012</em></span></p>\r\n\r\n<em><strong>Strategic Plan:</strong></em>\r\nThe ICZ’s course through 2016 will be guided by eight Strategic Directions:\r\n·    Achieve the highest standards of zookeeping globally.\r\n·    To assist zoos in need of improvement.\r\n·    Securing the financial growth and stability needed to implement the ICZ’s strategy.\r\n·    Increasing ICZ\'s visibility and impact.\r\n·    Improving and developing the ICZ, reflecting the needs of zookeepers, zookeeper associations and zoos needing improvement.\r\n·    Developing and delivering ICZ’s core conservation activities.\r\n·    Developing and strengthening ICZ’s external partnerships.\r\n·    Procure and develop a professional administrative management.\r\n\r\n<em><strong>Upcoming:</strong></em>\r\nThe next ICZ conference will be held in Leipzig, Germany in 2015. Look for exact dates to be announced by Spring 2014.\r\n\r\n<img class="alignleft size-full wp-image-2760" title="2012_conf_group" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_conf_group.jpg" alt="2012_conf_group" width="700" height="467" />\r\n<p style="text-align: center;"></p>\r\n\r\n<strong>For more information:</strong>\r\nCurrently the two AAZK Program Representatives on the ICZ Steering Committee are Norah Farnham and Sara Wunder Steward. You may contact them at:\r\n\r\n<a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a>\r\n<a href="mailto:sara.steward@aecetia.net/gws/aazk">sara.steward@aecetia.net/gws/aazk</a>\r\n\r\nPlease visit the ICZ Website at:  <a href="http://www.iczoo.org">www.iczoo.org</a>\r\n\r\n<a href="http://www.aecetia.net/gws/aazk/committee/international-programs/" title="International Programs"><i class="icon-link"></i> International Programs - Click here</a>', 'International Congress of Zookeepers (ICZ)', 0, '', 'publish', 'closed', 'closed', '', 'international-congress-zookeepers', '', '', '2013-11-06 16:27:21', '2013-11-06 21:27:21', '', 12, 'http://dev.aazk.org/?page_id=153', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (154, 1, '2009-05-26 21:56:54', '2009-05-27 02:56:54', '', 'International Outreach', 0, '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2009-05-26 21:56:54', '2009-05-27 02:56:54', '', 153, 'http://dev.aazk.org/uncategorized/153-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (14, 1, '2009-04-16 21:26:46', '2009-04-17 02:26:46', '<h4>Grants Offered</h4>\r\n<strong>Deadlines for all grants is March 1st of every year.</strong>\r\n<h6>The AAZK Professional Development Grant</h6>\r\nThe AAZK Professional Development Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Grant-Guidelines.doc">Professional Development Grant Guidelines</a>\r\n<h6>The AAZK Conservation, Preservation and Restoration Grant</h6>\r\nThe purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/CPR-Grant-Guidelines.doc">CPR Grant Guidelines</a>\r\n<h6>The AAZK Research Grant</h6>\r\nThe purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Research-Grant-Guidelines.doc">Research Grant Guidelines</a>\r\n<div class="hr"></div>\r\n<h4>Qualifications</h4>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.\r\n<div class="hr"></div>\r\n<h4>Restrictions</h4>\r\nThe Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the conservation/research value of the program the applicant will be participating in.\r\n\r\nThe purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.\r\n\r\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/research_grant_database.pdf" target="_blank">Research Grant Database</a>\r\n<pre>The Research Grant Database is in Adobe PDF format. If you do not have Adobe Acrobat Reader, please download the free software <a href="http://get.adobe.com/reader/" target="_blank">here</a>.</pre>\r\n<h4>Examples of Past Grants</h4>\r\nExamples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.\r\n<h6>Research Grants</h6>\r\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_blood_typing.pdf" target="_blank">Cataloguing Blood Types for SSP Populations of Great Apes</a>\r\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_project_penguin.pdf" target="_blank">Project Penguin: Semen Collection</a>\r\n<h6>Conservation, Restoration, and Preservation Grants</h6>\r\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_river_otter_survey.pdf" target="_blank">North American River Otter Latrine Site Survey</a>\r\n<h6>Travel Grants</h6>\r\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_amphibian_keeper_course.pdf" target="_blank">Amphibians, their current status, and an important AZA course for any amphibian keeper</a>\r\n<div class="hr"></div>\r\n<h4>Past Recipients</h4>\r\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_awards-_2008.pdf" target="_blank">2008 Grant Awards [PDF]</a>\r\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_awards2012.pdf" target="_blank">2012 Grant Awards [PDF]</a>\r\n<div id="inner-links"></div>', 'Available Grants', 0, '', 'publish', 'closed', 'closed', '', 'grants', '', '', '2014-03-18 14:07:57', '2014-03-18 19:07:57', '', 163, 'http://dev.aazk.org/?page_id=14', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3589, 1, '2013-10-28 17:16:43', '2013-10-28 22:16:43', '<h3>Grants Offered</h3>\r\n<strong><em>(Deadlines for all grants is 01 March)</em></strong>\r\n<h4>The AAZK  Professional Development Grant</h4>\r\nThe AAZK Professional Development Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.\r\n\r\n<h4>The AAZK Conservation, Preservation and Restoration Grant</h4>\r\nThe purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.\r\n<h4>The AAZK Research Grant</h4>\r\nThe purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.\r\n<h3>Qualifications</h3>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.\r\n\r\nApplication instructions and the grant applications can be found in the <a href="/members/">Members Only section</a> of the website. Examples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.\r\n<h3>Examples of Past Grants</h3>\r\n<h4>Research Grants</h4>\r\n<ul>\r\n	<li><a href="[homeurl]/wp-content/uploads/grant_blood_typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/grant_project_penguin.pdf">Project Penguin: Semen Collection</a></li>\r\n</ul>\r\n<h4>Conservation, Restoration, and Preservation Grants</h4>\r\n<ul>\r\n	<li><a href="[homeurl]/wp-content/uploads/grant_river_otter_survey.pdf">North American River Otter Latrine Site Survey</a></li>\r\n</ul>\r\n<h4>Travel Grants</h4>\r\n<ul>\r\n	<li><a href="[homeurl]/wp-content/uploads/grant_amphibian_keeper_course.pdf">Amphibians, their current status, and an important AZA course for any amphibian keeper</a></li>\r\n</ul>\r\n<strong><a href="[homeurl]/wp-content/uploads/grant_awards-_2008.pdf">2008 Grant Awards</a></strong>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/grant_awards2012.pdf">2012 Grant Awards</a></strong>\r\n<h3>Restrictions</h3>\r\nThe Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.\r\n\r\nThe Research Grant Database is in Adobe PDF format. If you do not have\r\nAdobe Acrobat Reader, please download the free software <a href="http://get.adobe.com/reader/">here</a>.\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/research_grant_database.pdf">Research Grant Database</a></strong>\r\n\r\n<strong>The purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.</strong>\r\n\r\n<div id="inner-links"></div>', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2013-10-28 17:16:43', '2013-10-28 22:16:43', '', 14, 'http://web3.gowebsolutions.com/~aazook/14-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (15, 1, '2009-04-16 21:26:44', '2009-04-17 02:26:44', '', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2009-04-16 21:26:44', '2009-04-17 02:26:44', '', 14, 'http://dev.aazk.org/uncategorized/14-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4640, 2, '2013-11-22 14:25:06', '2013-11-22 19:25:06', 'The 1,396 page Biological Information on Selected Mammal Species CD covers a wide range from general, breeding, and young- rearing behavior to diet and physical descriptions of 590 species. The volume is in a PDF format allowing searches by Species (Common or Latin name); or Key words using the Find function; or by Species (Common or Latin name), Family; or Order using the Bookmarks.\r\n\r\n&nbsp;\r\n\r\nTable of Contents are given for Orders, Families, Species by Common Name,  Species by Scientific Name, and Species by Order and Family. The Appendices  cover a variety of information from behavioral patterns common to families (Bovid displays) to taxonomy (Primates). References are listed by Order and Family.\r\n\r\nUS and Canadian Orders ship at No Cost.\r\n\r\n**Please note there is a $10 shipping charge added on to the final price for all international orders - please select INTERNATIONAL.**', 'Biological Values for Selected Mammals', 0, '', 'publish', 'closed', 'closed', '', 'biological-values-for-selected-mammals', '', '', '2014-02-06 12:32:41', '2014-02-06 17:32:41', '', 0, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4641, 2, '2013-11-22 14:31:19', '2013-11-22 19:31:19', 'These shirts are 100% preshrunk, certified organic cotton making them not only comfortable but eco-friendly. Their fashion fit makes them current and trendy. Available in black with the new "Eye Movement" design. Sizes M-L only.\r\n\r\n<span style="color: #800080;"><strong>CLOSEOUT SALE!</strong></span>\r\n\r\n<strong>**Artwork by Haley Newberg</strong>', 'Women\'s Form Fit Eye Movement T-Shirt', 0, '', 'publish', 'closed', 'closed', '', 'eye-movement-t-shirt', '', '', '2014-04-03 11:00:45', '2014-04-03 16:00:45', '', 0, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4645, 2, '2013-11-22 14:38:46', '2013-11-22 19:38:46', 'These shirts are 100% certified organic, combed cotton. Fashion fit design makes them comfortable and easy to wear for any occasion. Available in black with the new "Eye Movement" design. Sizes M-XL.\r\n\r\n<span style="color: #800080;"><strong>CLOSEOUT SALE!</strong></span>\r\n\r\n<strong>**Artwork by Haley Newberg</strong>', 'Eye Movement Long Sleeve Shirt', 0, '', 'publish', 'closed', 'closed', '', 'eye-movement-long-sleeve-shirt', '', '', '2014-06-10 11:41:26', '2014-06-10 16:41:26', '', 0, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (19, 1, '2009-04-21 20:37:17', '2009-04-22 01:37:17', '', 'Join AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2009-04-21 20:37:17', '2009-04-22 01:37:17', '', 17, 'http://dev.aazk.org/uncategorized/17-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (20, 1, '2009-04-21 20:37:59', '2009-04-22 01:37:59', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.', 'Links', 0, '', 'draft', 'closed', 'closed', '', 'links-old', '', '', '2013-11-06 16:36:19', '2013-11-06 21:36:19', '', 0, 'http://dev.aazk.org/?page_id=20', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (21, 1, '2009-04-21 20:37:51', '2009-04-22 01:37:51', '', 'Links', 0, '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2009-04-21 20:37:51', '2009-04-22 01:37:51', '', 20, 'http://dev.aazk.org/uncategorized/20-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (22, 1, '2009-04-21 20:38:24', '2009-04-22 01:38:24', '<div class="first sixcol">\r\n<h3>American Association of Zoo Keepers</h3>\r\n<strong>Address:</strong> 8476 E. Speedway Blvd., Ste. 204\r\nTucson, Arizona 85710-1728\r\n<a href="mailto:visitor@aecetia.net/gws/aazk">visitor@aecetia.net/gws/aazk</a>\r\n\r\n<strong>Phone Number:</strong>  1.520.298.9688\r\n\r\n[mappress mapid="1"]\r\n\r\n</div>\r\n<div class="last sixcol">[gravityform id="6" name="Contact" title="false" description="false"]</div>', 'Visitor Contact', 0, '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2014-06-03 15:59:40', '2014-06-03 20:59:40', '', 0, 'http://dev.aazk.org/?page_id=22', 8, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3442, 1, '2013-10-24 13:36:14', '2013-10-24 18:36:14', '<strong>American Association of Zoo Keepers</strong>\r\n<em>Address:</em> 601 SW 29th Street, Suite 133\r\nTopeka, KS, 66614-2054\r\n\r\n<em>Phone Number:</em> +1 (785) 273-9149\r\n</div>', 'Contact', 0, '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2013-10-24 13:36:14', '2013-10-24 18:36:14', '', 22, 'http://web3.gowebsolutions.com/~aazook/uncategorized/22-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (23, 1, '2009-04-21 20:38:21', '2009-04-22 01:38:21', '', 'Contact', 0, '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2009-04-21 20:38:21', '2009-04-22 01:38:21', '', 22, 'http://dev.aazk.org/uncategorized/22-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (24, 1, '2009-04-16 21:26:28', '2009-04-17 02:26:28', '  <h3 class="committee"><a href="/about/committees/international-outreach/">International Outreach Committee</a></h3>\r\n      <div class="member">Shane Good, <span class="position">Acting Chair</span></div>\r\n      <div class="contact"><a href="">Send Shane an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/marketing-resources/">Marketing Resources</a></h3>\r\n      <div class="member">Kristin Wolfe<br />\r\n          <span class="organization">Disney\'s Animal Kingdom</span></div>\r\n\r\n      <div class="contact"><a href="">Send Kristin an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/annual-conferences/">Annual AAZK Conferences</a></h3>\r\n      <div class="member">Ed Hansen, <span class="position">Conference Program Chair</span></div>\r\n      <div class="contact"><a href="">Send Ed an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/grants-committee/">Grants Committee</a></h3>\r\n      <div class="member">Shelly Roach, <span class="position">Chair</span><br />\r\n\r\n          <span class="organization">Columbus Zoo</span></div>\r\n      <div class="contact"><a href="">Send Shelly an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/bowling-for-rhinos-commitee/">Bowling for Rhinos</a></h3>\r\n      <div class="member">Patty Pearthree, <span class="position">Coordinator</span></div>\r\n      <div class="contact"><a href="">Send Patty an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/ethics/">Ethics Committee</a></h3>\r\n\r\n      <div class="member">Denise Wagner<br />\r\n          <span class="organization">Phoenix Zoo</span></div>\r\n      <div class="contact"><a href="">Send Denise an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/bylaws/">Bylaws Committee</a></h3>\r\n      <div class="member">Gisela A.Wiggins, <span class="position">Chair</span><br />\r\n          <span class="organization">North Carolina Zoological Park</span></div>\r\n\r\n      <div class="contact"><a href="">Send Gisela an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/historian/">Historian</a></h3>\r\n      <div class="member">Mark Levin<br />\r\n          <span class="organization">Norristown, PA</span></div>\r\n      <div class="contact"><a href="">Send Mark an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/enrichment/">Enrichment Committee</a></h3>\r\n\r\n      <div class="member">Dawn Neptune, <span class="position">Co-Chair</span><br />\r\n          <span class="organization">Utah\'s Hogle Zoo</span></div>\r\n      <div class="contact"><a href="">Send Dawn an email</a></div>\r\n      <div class="member">Amy Burgess, <span class="position">Co-Chair</span><br />\r\n          <span class="organization">Disney\'s Animal Kingdom</span></div>\r\n\r\n      <div class="contact"><a href="">Send Amy an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/animal-training/">Animal Training Committee</a></h3>\r\n      <div class="member">Angela Binney, <span class="position">Co-Chair</span><br />\r\n          <span class="organization">Disney\'s Animal Kingdom</span></div>\r\n      <div class="contact"><a href="">Send Angela an email</a></div>\r\n      <div class="member">Kim Kezer, <span class="position">Co-Chair</span><br />\r\n\r\n          <span class="organization">Zoo New England</span></div>\r\n      <div class="contact"><a href="">Send Kim an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/awards/">Awards Committee</a></h3>\r\n      <div class="member">Janet McCoy<br />\r\n          <span class="organization">Oregon Zoo</span></div>\r\n      <div class="contact"><a href="">Send Janet an email</a></div>\r\n\r\n      \r\n  <h3 class="committee"><a href="/about/committees/professional-development/">Professional Development Committee</a></h3>\r\n      <div class="member">Tammy Schmidt, <span class="position">Chair</span><br />\r\n          <span class="organization">Peoria Zoo, Peoria, IL</span></div>\r\n      <div class="contact"><a href="">Send Tammy an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/conservation/">Conservation Committee</a></h3>\r\n      <div class="member">Penny Jolly, <span class="position">Co-Chair</span><br />\r\n\r\n          <span class="organization">Disney\'s Animal Kingdom</span></div>\r\n      <div class="contact"><a href="">Send Penny an email</a></div>\r\n      <div class="member">Amanda Kamradt, <span class="position">Co-Chair</span><br />\r\n          <span class="organization">Houston Zoo</span></div>\r\n      <div class="contact"><a href="">Send Amanda an email</a>', 'Committees', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2009-04-16 21:26:28', '2009-04-17 02:26:28', '', 12, 'http://dev.aazk.org/uncategorized/12-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (986, 2, '2010-01-07 09:50:50', '2010-01-07 14:50:50', '', 'irflogosm', 0, '', 'inherit', 'closed', 'closed', '', 'irflogosm', '', '', '2010-01-07 09:50:50', '2010-01-07 14:50:50', '', 885, 'http://aazk.org/wp-content/uploads/irflogosm.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (27, 1, '2009-04-16 21:13:36', '2009-04-17 02:13:36', 'AAZK is a nonprofit volunteer organization (U.S. 501c3) made up of professional zoo keepers and other interested persons dedicated to professional animal care and conservation.', 'Home Page', 0, '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2009-04-16 21:13:36', '2009-04-17 02:13:36', '', 3, 'http://dev.aazk.org/uncategorized/3-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (29, 1, '2009-05-17 21:59:54', '2009-05-18 02:59:54', 'This is a reminder for AAZK members that electronic voting is now open in the Members Only Section of the website.\r\n\r\nVoting is open for <strong>professional members</strong> only for Board of Directors positions. There are 6 very capable candidates vying for 3 open positions. Please vote for up to 3 candidates. <strong>Voting closes 1 June.</strong>', 'Electronic Voting Now Open!', 0, '', 'draft', 'closed', 'closed', '', 'electronic-voting-now-open', '', '', '2013-10-15 17:49:24', '2013-10-15 22:49:24', '', 0, 'http://dev.aazk.org/?p=29', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (30, 1, '2009-05-17 21:59:32', '2009-05-18 02:59:32', '', 'Electronice Voting Now Open!', 0, '', 'inherit', 'closed', 'closed', '', '29-revision', '', '', '2009-05-17 21:59:32', '2009-05-18 02:59:32', '', 29, 'http://dev.aazk.org/uncategorized/29-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (31, 1, '2009-05-17 21:59:54', '2009-05-18 02:59:54', 'This is a reminder for AAZK members that electronic voting is now open in the Members Only Section of the website.\r\n\r\nVoting is open for <strong>professional members</strong> only for Board of Directors positions. There are 6 very capable candidates vying for 3 open positions. Please vote for up to 3 candidates. <strong>Voting closes 1 June.</strong>', 'Electronice Voting Now Open!', 0, '', 'inherit', 'closed', 'closed', '', '29-revision-2', '', '', '2009-05-17 21:59:54', '2009-05-18 02:59:54', '', 29, 'http://dev.aazk.org/uncategorized/29-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (32, 1, '2009-05-17 22:00:14', '2009-05-18 03:00:14', 'This is a reminder for AAZK members that electronic voting is now open in the Members Only Section of the website.\r\n\r\nVoting is open for <strong>professional members</strong> only for Board of Directors positions. There are 6 very capable candidates vying for 3 open positions. Please vote for up to 3 candidates. <strong>Voting closes 1 June.</strong>', 'Electronic Voting Now Open!', 0, '', 'inherit', 'closed', 'closed', '', '29-revision-3', '', '', '2009-05-17 22:00:14', '2009-05-18 03:00:14', '', 29, 'http://dev.aazk.org/uncategorized/29-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (36, 1, '2009-05-18 22:23:52', '2009-05-19 03:23:52', 'This is a reminder for AAZK members that electronic voting is now open in the Members Only Section of the website.\n\nVoting is open for <strong>professional members</strong> only for Board of Directors positions. There are 6 very capable candidates vying for 3 open positions. Please vote for up to 3 candidates. <strong>Voting closes 1 June.</strong>', 'Electronic Voting Now Open!', 0, '', 'inherit', 'closed', 'closed', '', '29-autosave', '', '', '2009-05-18 22:23:52', '2009-05-19 03:23:52', '', 29, 'http://dev.aazk.org/uncategorized/29-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (38, 1, '2013-10-07 13:41:12', '2013-10-07 18:41:12', '&nbsp;\n\nAAZK\'s purpose is to foste<span style="color: #3366ff;">r a profe</span>ssional at<span style="color: #3366ff;">titude in</span> animal keepers and aquarists by encouraging them to become active m<span style="color: #3366ff;">embers of professi</span><!--more-->onal teams at today\'s zoos and aquariums. AAZK supports the promotion and implementation of zookeeper education and strives to make the general public aware of our concern for all deserving conservation projects and the need for the preservation of our natural resources and the species that depend on those resources.\n\nServing as a professional organization for zookeepers, AAZK is a valuable resource for dedicated animal care workers. AAZK is dedicated to advancing animal care, promoting public awareness, enhancing professional development and contributing to local and global conservation through fundraising and stewardship. Our goal is to inspire and motivate through our roles as animal caregivers, educators and conservationists. Through workshops, conferences, newsletters, and internet forums, AAZK helps animal care staff stay current in husbandry, training, nutrition, and conservation. Well educated keepers using modern techniques means the animals in their care benefit tremendously.', 'Home Page', 0, '', 'inherit', 'closed', 'closed', '', '3-autosave-v1', '', '', '2013-10-07 13:41:12', '2013-10-07 18:41:12', '', 3, 'http://dev.aazk.org/uncategorized/3-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (39, 1, '2009-05-17 21:34:58', '2009-05-18 02:34:58', 'AAZK is a nonprofit volunteer organization (U.S. 501c3) made up of professional zoo keepers and other interested persons dedicated to professional animal care and conservation.', 'Home Page', 0, '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2009-05-17 21:34:58', '2009-05-18 02:34:58', '', 3, 'http://dev.aazk.org/uncategorized/3-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (40, 1, '2009-05-19 20:33:02', '2009-05-20 01:33:02', 'AAZK is a nonprofit volunteer organization (U.S. 501c3) made up of professional zoo keepers and other interested persons dedicated to professional animal care and conservation.', 'Home Page', 0, '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2009-05-19 20:33:02', '2009-05-20 01:33:02', '', 3, 'http://dev.aazk.org/uncategorized/3-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (41, 1, '2009-05-19 20:37:19', '2009-05-20 01:37:19', 'AAZK is a nonprofit volunteer organization (U.S. 501c3) made up of professional zoo keepers and other interested persons dedicated to professional animal care and conservation.', 'Home Page', 0, '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2009-05-19 20:37:19', '2009-05-20 01:37:19', '', 3, 'http://dev.aazk.org/uncategorized/3-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (42, 2, '2009-05-22 18:40:39', '2009-05-22 23:40:39', 'AAZK is a nonprofit volunteer organization (U.S. 501c3) made up of professional zoo keepers and other interested persons dedicated to professional animal care and conservation.', 'Home Page', 0, '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2009-05-22 18:40:39', '2009-05-22 23:40:39', '', 3, 'http://dev.aazk.org/uncategorized/3-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (43, 1, '2009-05-22 18:51:20', '2009-05-22 23:51:20', 'AAZK is a nonprofit volunteer organization (U.S. 501c3) made up of professional zoo keepers and other interested persons dedicated to professional animal care and conservation.', 'Home Page', 0, '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2009-05-22 18:51:20', '2009-05-22 23:51:20', '', 3, 'http://dev.aazk.org/uncategorized/3-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (44, 1, '2009-05-22 18:52:35', '2009-05-22 23:52:35', 'AAZK is a nonprofit volunteer organization (U.S. 501c3) made up of professional zoo keepers and other interested persons dedicated to professional animal care and conservation.', 'Home Page', 0, '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2009-05-22 18:52:35', '2009-05-22 23:52:35', '', 3, 'http://dev.aazk.org/uncategorized/3-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (45, 1, '2009-05-22 18:53:17', '2009-05-22 23:53:17', 'AAZK is a nonprofit volunteer organization (U.S. 501c3) made up of professional zoo keepers and other interested persons dedicated to professional animal care and conservation.', 'Home Page', 0, '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2009-05-22 18:53:17', '2009-05-22 23:53:17', '', 3, 'http://dev.aazk.org/uncategorized/3-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (46, 1, '2009-05-22 18:53:39', '2009-05-22 23:53:39', 'AAZK is a nonprofit volunteer organization (U.S. 501c3) made up of professional zoo keepers and other interested persons dedicated to professional animal care and conservation.', 'Home Page', 0, '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2009-05-22 18:53:39', '2009-05-22 23:53:39', '', 3, 'http://dev.aazk.org/uncategorized/3-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (47, 1, '2009-05-22 19:12:57', '2009-05-23 00:12:57', 'AAZK is a nonprofit volunteer organization (U.S. 501c3) made up of professional zoo keepers and other interested persons dedicated to professional animal care and conservation.', 'Home Page', 0, '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2009-05-22 19:12:57', '2009-05-23 00:12:57', '', 3, 'http://dev.aazk.org/uncategorized/3-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (48, 1, '2009-05-23 17:16:08', '2009-05-23 22:16:08', 'AAZK is a nonprofit volunteer organization (U.S. 501c3) made up of professional zoo keepers and other interested persons dedicated to professional animal care and conservation.', 'Home Page', 0, '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2009-05-23 17:16:08', '2009-05-23 22:16:08', '', 3, 'http://dev.aazk.org/uncategorized/3-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (49, 1, '2009-05-24 13:29:53', '2009-05-24 18:29:53', 'AAZK is a nonprofit volunteer organization (U.S. 501c3) made up of professional zoo keepers and other interested persons dedicated to professional animal care and conservation.', 'Home Page', 0, '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2009-05-24 13:29:53', '2009-05-24 18:29:53', '', 3, 'http://dev.aazk.org/uncategorized/3-revision-14/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (50, 1, '2009-05-24 13:32:05', '2009-05-24 18:32:05', 'AAZK is a nonprofit volunteer organization (U.S. 501c3) made up of professional zoo keepers and other interested persons dedicated to professional animal care and conservation.', 'Home Page', 0, '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2009-05-24 13:32:05', '2009-05-24 18:32:05', '', 3, 'http://dev.aazk.org/uncategorized/3-revision-15/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (51, 1, '2009-05-24 13:52:23', '2009-05-24 18:52:23', 'AAZK is a nonprofit volunteer organization (U.S. 501c3) made up of professional zoo keepers and other interested persons dedicated to professional animal care and conservation.', 'Home Page', 0, '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2009-05-24 13:52:23', '2009-05-24 18:52:23', '', 3, 'http://dev.aazk.org/uncategorized/3-revision-16/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (52, 1, '2009-05-24 13:56:13', '2009-05-24 18:56:13', 'AAZK is a nonprofit volunteer organization (U.S. 501c3) made up of professional zoo keepers and other interested persons dedicated to professional animal care and conservation.', 'Home Page', 0, '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2009-05-24 13:56:13', '2009-05-24 18:56:13', '', 3, 'http://dev.aazk.org/uncategorized/3-revision-17/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (53, 1, '2009-05-24 13:57:15', '2009-05-24 18:57:15', 'AAZK is a nonprofit volunteer organization (U.S. 501c3) made up of professional zoo keepers and other interested persons dedicated to professional animal care and conservation.', 'Home Page', 0, '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2009-05-24 13:57:15', '2009-05-24 18:57:15', '', 3, 'http://dev.aazk.org/uncategorized/3-revision-18/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (54, 1, '2009-05-24 14:29:10', '2009-05-24 19:29:10', 'AAZK is a nonprofit volunteer organization (U.S. 501c3) made up of professional zoo keepers and other interested persons dedicated to professional animal care and conservation.', 'Home Page', 0, '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2009-05-24 14:29:10', '2009-05-24 19:29:10', '', 3, 'http://dev.aazk.org/uncategorized/3-revision-19/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (55, 1, '2009-05-24 14:34:24', '2009-05-24 19:34:24', 'AAZK is a nonprofit volunteer organization (U.S. 501c3) made up of professional zoo keepers and other interested persons dedicated to professional animal care and conservation.', 'Home Page', 0, '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2009-05-24 14:34:24', '2009-05-24 19:34:24', '', 3, 'http://dev.aazk.org/uncategorized/3-revision-20/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (56, 1, '2009-05-24 14:36:21', '2009-05-24 19:36:21', 'AAZK is a nonprofit volunteer organization (U.S. 501c3) made up of professional zoo keepers and other interested persons dedicated to professional animal care and conservation.', 'Home Page', 0, '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2009-05-24 14:36:21', '2009-05-24 19:36:21', '', 3, 'http://dev.aazk.org/uncategorized/3-revision-21/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (356, 1, '2009-05-31 16:04:04', '2009-05-31 21:04:04', '<ul>\r\n    <li>About the Cover/Information for Contributors</li>\r\n    <li>Scoops &amp; Scuttlebutt</li>\r\n    <li>From the Executive Director</li>\r\n    <li>Coming Events</li>\r\n    <li>ICZ/AAZK Conference 2009 - Update/Info</li>\r\n    <li>AAZK Announces New Members</li>\r\n    <li>Care and Management of Geriatric Animals in Zoos (order info)</li>\r\n    <li>Bowling for Rhinos Reminders for 2009</li>\r\n    <li><a href="/category/akf/columns/">Training Tales (Operant Conditioning 0.3 Ostrich at the N.C. Zoo)</a></li>\r\n    <li>New Database to Help Zoos Manage, Find Animals</li>\r\n    <li>Introduction of a Young Hand-reared Japanese Macaque in a Group</li>\r\n    <li><a href="/category/akf/article/">The Formation of a Lion Pride at The San Diego Zoo\'s Wild Animal Park</a></li>\r\n    <li>Book Reviews (Standard and Common Current Scientific Names for N.A. Amphibians, Turtles, Reptiles and Crocodilians, 6th edition; and Frogs and Toads of North America)</li>\r\n    <li>Enrichment Options (Enriching the Days of Our Elephants)</li>\r\n    <li>7th Annual Turtle Survival Alliance Symposium</li>\r\n    <li>Feeling Boxed In? You\'re Not Alone</li>\r\n    <li>Conservation/Legislative Update</li>\r\n</ul>', 'June 2009', 0, '', 'draft', 'closed', 'closed', '', 'june-2009', '', '', '2013-10-15 17:49:24', '2013-10-15 22:49:24', '', 0, 'http://dev.aazk.org/?p=356', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (357, 1, '2009-05-31 16:03:58', '2009-05-31 21:03:58', '', 'June 2009', 0, '', 'inherit', 'closed', 'closed', '', '356-revision', '', '', '2009-05-31 16:03:58', '2009-05-31 21:03:58', '', 356, 'http://dev.aazk.org/uncategorized/356-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (358, 1, '2009-05-31 16:15:13', '2009-05-31 21:15:13', '', '2008 AKF Award Winners', 0, '', 'inherit', 'closed', 'closed', '', 'akf_awards_2008', '', '', '2009-05-31 16:15:13', '2009-05-31 21:15:13', '', 0, 'http://dev.aazk.org/wp-content/uploads/akf_awards_2008.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (57, 1, '2009-04-16 21:22:08', '2009-04-17 02:22:08', '<p>The American Association of Zoo Keepers, Inc. began in 1967 in San Diego, CA with the purpose of promoting professionalism in zoo keeping through education of zoological staff members in the most modern and current techniques of captive exotic animal care. AAZK&#8217;s mission is to provide a resource and a forum of continuing education for the animal care professional and to support zoo and aquarium personnel in their roles as animal care givers, scientific researchers, public educators and conservationists; to promote zoos and aquariums as cultural establishments dedicated to the enrichment of human and natural resources; to foster the exchange of research materials, enrichment options and husbandry information through publications and conferences which will lead to a greater understanding of the needs and requirements of all animals. Membership is currently about 2,800 and includes individuals at all levels of zoo staff from directors, curators and veterinarians to zoo keepers, animal health technicians, volunteers and students. Members are from 48 of the 50 States, 5 Canadian Provinces and 24 foreign countries and represent nearly 250 animal-related facilities.</p>\r\n			\r\n<p>AAZK&#8217;s purpose is to foster a professional attitude in animal keepers by encouraging them to become active members of the professional teams at today&#8217;s zoos and aquariums. AAZK supports the promotion and implementation of zoo keeper education and strives to make the general public aware of our concern for all valid and deserving conservation projects and the need for the preservation of our natural resources and animal life.</p>\r\n			\r\n<p>AAZK publications, conferences, and chapter activities at local zoos provide keepers with a means to exchange ideas and discuss new methods of professional care, observations on animal behavior and other information. Animal Keepers&#8217; Forum, the monthly journal of AAZK, is the principal vehicle for communication among keepers. Other AAZK publications include AAZK National Conference Proceedings, Zoo and Aquarium Professionals and The Resource for Crisis Management in Zoos and Other Animal Care Facilities.</p>\r\n			\r\n<p>AAZK also has a number of committees which provide ways to promote AAZK and the Zoo Keepers&#8217; role in conservation education.</p>', 'About AAZK', 0, '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2009-04-16 21:22:08', '2009-04-17 02:22:08', '', 6, 'http://dev.aazk.org/uncategorized/6-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (58, 1, '2009-05-24 14:46:09', '2009-05-24 19:46:09', '<p>The American Association of Zoo Keepers, Inc. began in 1967 in San Diego, CA with the purpose of promoting professionalism in zoo keeping through education of zoological staff members in the most modern and current techniques of captive exotic animal care. AAZK&#8217;s mission is to provide a resource and a forum of continuing education for the animal care professional and to support zoo and aquarium personnel in their roles as animal care givers, scientific researchers, public educators and conservationists; to promote zoos and aquariums as cultural establishments dedicated to the enrichment of human and natural resources; to foster the exchange of research materials, enrichment options and husbandry information through publications and conferences which will lead to a greater understanding of the needs and requirements of all animals. Membership is currently about 2,800 and includes individuals at all levels of zoo staff from directors, curators and veterinarians to zoo keepers, animal health technicians, volunteers and students. Members are from 48 of the 50 States, 5 Canadian Provinces and 24 foreign countries and represent nearly 250 animal-related facilities.</p>\r\n			\r\n<p>AAZK&#8217;s purpose is to foster a professional attitude in animal keepers by encouraging them to become active members of the professional teams at today&#8217;s zoos and aquariums. AAZK supports the promotion and implementation of zoo keeper education and strives to make the general public aware of our concern for all valid and deserving conservation projects and the need for the preservation of our natural resources and animal life.</p>\r\n			\r\n<p>AAZK publications, conferences, and chapter activities at local zoos provide keepers with a means to exchange ideas and discuss new methods of professional care, observations on animal behavior and other information. Animal Keepers&#8217; Forum, the monthly journal of AAZK, is the principal vehicle for communication among keepers. Other AAZK publications include AAZK National Conference Proceedings, Zoo and Aquarium Professionals and The Resource for Crisis Management in Zoos and Other Animal Care Facilities.</p>\r\n			\r\n<p>AAZK also has a number of committees which provide ways to promote AAZK and the Zoo Keepers&#8217; role in conservation education.</p>', 'About AAZK', 0, '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2009-05-24 14:46:09', '2009-05-24 19:46:09', '', 6, 'http://dev.aazk.org/uncategorized/6-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (59, 1, '2009-04-21 20:48:17', '2009-04-22 01:48:17', '  <h3 class="committee"><a href="/about/committees/international-outreach/">International Outreach Committee</a></h3>\r\n      <div class="member">Shane Good, <span class="position">Acting Chair</span></div>\r\n      <div class="contact"><a href="">Send Shane an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/marketing-resources/">Marketing Resources</a></h3>\r\n      <div class="member">Kristin Wolfe<br />\r\n          <span class="organization">Disney\'s Animal Kingdom</span></div>\r\n\r\n      <div class="contact"><a href="">Send Kristin an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/annual-conferences/">Annual AAZK Conferences</a></h3>\r\n      <div class="member">Ed Hansen, <span class="position">Conference Program Chair</span></div>\r\n      <div class="contact"><a href="">Send Ed an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/grants-committee/">Grants Committee</a></h3>\r\n      <div class="member">Shelly Roach, <span class="position">Chair</span><br />\r\n\r\n          <span class="organization">Columbus Zoo</span></div>\r\n      <div class="contact"><a href="">Send Shelly an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/bowling-for-rhinos-commitee/">Bowling for Rhinos</a></h3>\r\n      <div class="member">Patty Pearthree, <span class="position">Coordinator</span></div>\r\n      <div class="contact"><a href="">Send Patty an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/ethics/">Ethics Committee</a></h3>\r\n\r\n      <div class="member">Denise Wagner<br />\r\n          <span class="organization">Phoenix Zoo</span></div>\r\n      <div class="contact"><a href="">Send Denise an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/bylaws/">Bylaws Committee</a></h3>\r\n      <div class="member">Gisela A.Wiggins, <span class="position">Chair</span><br />\r\n          <span class="organization">North Carolina Zoological Park</span></div>\r\n\r\n      <div class="contact"><a href="">Send Gisela an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/historian/">Historian</a></h3>\r\n      <div class="member">Mark Levin<br />\r\n          <span class="organization">Norristown, PA</span></div>\r\n      <div class="contact"><a href="">Send Mark an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/enrichment/">Enrichment Committee</a></h3>\r\n\r\n      <div class="member">Dawn Neptune, <span class="position">Co-Chair</span><br />\r\n          <span class="organization">Utah\'s Hogle Zoo</span></div>\r\n      <div class="contact"><a href="">Send Dawn an email</a></div>\r\n      <div class="member">Amy Burgess, <span class="position">Co-Chair</span><br />\r\n          <span class="organization">Disney\'s Animal Kingdom</span></div>\r\n\r\n      <div class="contact"><a href="">Send Amy an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/animal-training/">Animal Training Committee</a></h3>\r\n      <div class="member">Angela Binney, <span class="position">Co-Chair</span><br />\r\n          <span class="organization">Disney\'s Animal Kingdom</span></div>\r\n      <div class="contact"><a href="">Send Angela an email</a></div>\r\n      <div class="member">Kim Kezer, <span class="position">Co-Chair</span><br />\r\n\r\n          <span class="organization">Zoo New England</span></div>\r\n      <div class="contact"><a href="">Send Kim an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/awards/">Awards Committee</a></h3>\r\n      <div class="member">Janet McCoy<br />\r\n          <span class="organization">Oregon Zoo</span></div>\r\n      <div class="contact"><a href="">Send Janet an email</a></div>\r\n\r\n      \r\n  <h3 class="committee"><a href="/about/committees/professional-development/">Professional Development Committee</a></h3>\r\n      <div class="member">Tammy Schmidt, <span class="position">Chair</span><br />\r\n          <span class="organization">Peoria Zoo, Peoria, IL</span></div>\r\n      <div class="contact"><a href="">Send Tammy an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/conservation/">Conservation Committee</a></h3>\r\n      <div class="member">Penny Jolly, <span class="position">Co-Chair</span><br />\r\n\r\n          <span class="organization">Disney\'s Animal Kingdom</span></div>\r\n      <div class="contact"><a href="">Send Penny an email</a></div>\r\n      <div class="member">Amanda Kamradt, <span class="position">Co-Chair</span><br />\r\n          <span class="organization">Houston Zoo</span></div>\r\n      <div class="contact"><a href="">Send Amanda an email</a>', 'Committees', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2009-04-21 20:48:17', '2009-04-22 01:48:17', '', 12, 'http://dev.aazk.org/uncategorized/12-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (60, 1, '2009-04-16 21:26:46', '2009-04-17 02:26:46', '', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2009-04-16 21:26:46', '2009-04-17 02:26:46', '', 14, 'http://dev.aazk.org/uncategorized/14-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (61, 1, '2009-04-16 21:24:41', '2009-04-17 02:24:41', '<p><strong>"Zoo keeper"</strong> is a term used to describe an individual who cares for animals in zoological parks or aquariums. A career as a zoo keeper offers a unique opportunity in the specialized and demanding profession of maintaining captive exotic animals for conservation, research, public education and recreation.</p>\r\n\r\n<p>Zoo keepers care for a diverse collection of animals from mammals and birds to reptiles and amphibians to fish and invertebrates. Some keepers become highly specialized, such as those who work in animal hospitals or who concentrate on a specific group of animals such as exotic birds, great apes, elephants or reptiles.</p>\r\n\r\n<p>Important basic duties of zoo keepers include daily cleaning and maintentance of animal enclosures and proper feeding of the animals under their care. Zoo keepers may help design, build and repair animal enclosures and care for the plants in and around the exhibits. Keepers must also be excellent observers, learning habits and behaviors of both individual animals and groups. Professional zoo keepers must be able to detect subtle changes in an animal\'s physical or psychological condition and then react accordingly. These responsibilities should not be underestimated since they are essential in maintaining a healthy and reproductively successful animal colletion.</p>\r\n\r\n<p>In addition, zoo keepers will work closely with zoo managers on conservation, reproductive husbandry and research projects. This research will provide zoos with important information to help preserve rare and endangered species and learn more about species which may become threatened in the future.</p>\r\n\r\n<p>LemurKeepers serve as the first line of public relations for their institutions. Interactions with visitors help to increase the public\'s awareness of the important role of zoos in wildlife conservation. Keepers should be knowledgeable about the animals in their zoo, the animals\' natural habitat and habits, and zoos in general. They should be friendly and professional when answering questions from visitors.</p>\r\n\r\n<p>The educational requirements for an entry level zoo keeper varies but is often a college degree in zoology, biology or an animal-related field. Some animal care experience such as zoo volunteer or intern, or veterinary hospital worker is also helpful. Some colleges offer specific programs oriented towards a career in zoos. The Santa Fe Community College in Gainesville, Florida, for example, has a Teaching Zoo, while Moorpark College in California offers an Exotic Animal Training Management Program.</p>\r\n\r\n<p>Zoo keeping can be a demanding job requiring dedication, commitment, and patience. Keepers should be reliable people who are willing to learn and improve their performance in a cooperative setting. Concern for their animals is essential since the animal\'s lives depend largely on how the keepers view their jobs. With such professional attitudes, keepers develop a sense of pride in their work and in their accomplishments and contributions.</p>\r\n\r\n<p>Animal keepers must be physically able to perform the required work and be in a general state of good health. A person who is interested in zoo work should be aware of the risk of animal inflicted injury or disease. For these reasons, direct contact with animals is minimized and strictly managed.</p>\r\n\r\n<p>Because zoo animals require daily care and maintenance, keepers\'  schedules include working weekends and holidays. Wages are often  relatively low considering the training and education which is usually  required. Even so, zoo keeper jobs are at a premium and some applicants may become frustrated over the initial difficulty in entering the animal care profession. The future for careers in zoo work continues to expand and is promising for both men and women.</p>\r\n\r\n<p>Job advancement is also possible but more limited than in some other careers requiring a college degree. While keepers do move into management positions, many prefer to remain at the important front lines of animal care where their skills and experience have the most direct impact.</p>\r\n\r\n<p>Zoo keeping offers a unique opportunity for an individual to pursue a career that is stimulating as well as demanding, and from which one may develop a deep sense of satisfaction. The personal gratification of successfully maintaining and reproducing wild animals -- especially rare or endangered species -- can be highly rewarding. Zoo keepers must devote considerable time and effort in order to establish a healthy, well-adjusted animal collection. Anyone who is willing to make this sort of commitment should seriously consider a career as a professional zoo keeper.</p>', 'Zoo Keeping as a Career', 0, '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2009-04-16 21:24:41', '2009-04-17 02:24:41', '', 10, 'http://dev.aazk.org/uncategorized/10-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4636, 2, '2013-11-22 14:15:26', '2013-11-22 19:15:26', 'An incredible and timeless resource for information on Geriatric animals in this April/May2009 issue of the Animal Keepers\' Forum.\r\n\r\n\r\n**Please note there is a $10 charge added on to the final price for all orders shipped outside the United States. Please select your shipping destination**\r\n\r\n&nbsp;', 'Dedicated Issue AKF - Geriatric Animals', 0, '', 'publish', 'closed', 'closed', '', 'dedicated-issue-akf-geriatric-animals', '', '', '2014-02-06 12:35:44', '2014-02-06 17:35:44', '', 0, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4637, 2, '2013-11-22 14:12:47', '2013-11-22 19:12:47', '', 'geriatric', 0, '', 'inherit', 'closed', 'closed', '', 'geriatric', '', '', '2013-11-22 14:12:47', '2013-11-22 19:12:47', '', 4636, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/geriatric.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4638, 2, '2013-11-22 14:20:46', '2013-11-22 19:20:46', 'Get a combo pack of <strong>7</strong> dedicated issues of the Animal Keepers\' Forum <strong>PLUS</strong> the Crisis Management CD, <strong>PLUS</strong> the Biological Values CD, <strong>PLUS</strong> a box of Rhino Note cards. You\'ll get issues on: Gorilla Husbandry, Chelonian Husbandry, Mix-species, Climate Change, Care and Management of Geriatric Animals, Ungulate Husbandry, Polar Bears, and Avian Husbandry.  All this for $45!  That\'s a savings of 60% over buying them individually. These are great issues so purchase your combo pack today.\r\n\r\nOrders from Canada require $15.00 in shipping which has already been configured into the price. Just select "CANADA" shipping.\r\n\r\nInternational Orders require $35.00 in shipping which has already been configured into the price. Just select "INTERNATIONAL" shipping', 'AKF Dedicated Issue Combo Pack', 0, '', 'publish', 'closed', 'closed', '', 'akf-dedicated-issue-combo-pack', '', '', '2014-06-27 12:14:45', '2014-06-27 17:14:45', '', 0, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4639, 2, '2013-11-22 14:22:34', '2013-11-22 19:22:34', 'This CD contains all of the manuscripts found in the original (1999) book <em>Resources for Crisis Management in Zoos and Other Animal Care Facilities</em> as well as the manuscripts from the special issue of <em>Animal Keepers’ Forum</em> dedicated to crisis management that was published in November/December 2007 by AAZK, Inc. It is fully searchable by topic, title or author. It is\r\n\r\n&nbsp;\r\n\r\nAAZK’s hope that this resource information may assist zoos, aquariums and other animal care facilities in making and/or revising their crisis management protocols for their facilities.\r\n\r\nInternational shipping costs applied.', 'AAZK Crisis Management ', 0, '', 'publish', 'closed', 'closed', '', 'aazk-crisis-management', '', '', '2014-02-06 12:39:13', '2014-02-06 17:39:13', '', 0, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (63, 1, '2009-04-21 20:38:24', '2009-04-22 01:38:24', '', 'Contact', 0, '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2009-04-21 20:38:24', '2009-04-22 01:38:24', '', 22, 'http://dev.aazk.org/uncategorized/22-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (64, 1, '2009-05-25 22:07:03', '2009-05-26 03:07:03', '<p>The American Association of Zoo Keepers, Inc. began in 1967 in San Diego, CA with the purpose of promoting professionalism in zoo keeping through education of zoological staff members in the most modern and current techniques of captive exotic animal care. AAZK&#8217;s mission is to provide a resource and a forum of continuing education for the animal care professional and to support zoo and aquarium personnel in their roles as animal care givers, scientific researchers, public educators and conservationists; to promote zoos and aquariums as cultural establishments dedicated to the enrichment of human and natural resources; to foster the exchange of research materials, enrichment options and husbandry information through publications and conferences which will lead to a greater understanding of the needs and requirements of all animals. Membership is currently about 2,800 and includes individuals at all levels of zoo staff from directors, curators and veterinarians to zoo keepers, animal health technicians, volunteers and students. Members are from 48 of the 50 States, 5 Canadian Provinces and 24 foreign countries and represent nearly 250 animal-related facilities.</p>\r\n			\r\n<p>AAZK&#8217;s purpose is to foster a professional attitude in animal keepers by encouraging them to become active members of the professional teams at today&#8217;s zoos and aquariums. AAZK supports the promotion and implementation of zoo keeper education and strives to make the general public aware of our concern for all valid and deserving conservation projects and the need for the preservation of our natural resources and animal life.</p>\r\n			\r\n<p>AAZK publications, conferences, and chapter activities at local zoos provide keepers with a means to exchange ideas and discuss new methods of professional care, observations on animal behavior and other information. Animal Keepers&#8217; Forum, the monthly journal of AAZK, is the principal vehicle for communication among keepers. Other AAZK publications include AAZK National Conference Proceedings, Zoo and Aquarium Professionals and The Resource for Crisis Management in Zoos and Other Animal Care Facilities.</p>\r\n			\r\n<p>AAZK also has a number of committees which provide ways to promote AAZK and the Zoo Keepers&#8217; role in conservation education.</p>', 'About AAZK', 0, '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2009-05-25 22:07:03', '2009-05-26 03:07:03', '', 6, 'http://dev.aazk.org/uncategorized/6-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (66, 1, '2009-05-26 09:27:49', '2009-05-26 14:27:49', '<p>The American Association of Zoo Keepers, Inc. is professional association for animal care professionals to exchange information and network with one another. Please see our Mission and Vision statements below.</p>\r\n\r\n<h3>Mission Statement</h3>\r\n\r\n<p>The mission of The American Association of Zoo Keepers is to advance excellence in the animal keeping profession, foster effective communication beneficial to animal care, support deserving conservation projects, and promote the preservation of our natural resources and animal life.</p>\r\n\r\n<h3>Vision Statement</h3>\r\n\r\n<p>Dedicated to professional animal care, the vision of AAZK is to provide a resource for professional development, enrichment, training, and conservation for zoo keepers and animal care professionals. AAZK will advance effective communication beneficial to animal care through publications, conferences and online resources. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. AAZK recognizes the role that our profession plays in the conservation and preservation of our wildlife and their habitats and encourages and promotes the support of deserving conservation projects through individual, chapter, and national endeavors. Through its Board of Directors, chapters, committees, conferences, and workshops, AAZK strives to encourage initiative in order to help develop future leaders in today’s zoos and aquariums.</p>', 'Who is The American Association of Zoo Keepers (AAZK), Inc.?', 0, '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2009-05-26 09:27:49', '2009-05-26 14:27:49', '', 6, 'http://dev.aazk.org/uncategorized/6-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (65, 1, '2009-05-26 09:26:33', '2009-05-26 14:26:33', '<p>The American Association of Zoo Keepers, Inc. began in 1967 in San Diego, CA with the purpose of promoting professionalism in zoo keeping through education of zoological staff members in the most modern and current techniques of captive exotic animal care. AAZK&#8217;s mission is to provide a resource and a forum of continuing education for the animal care professional and to support zoo and aquarium personnel in their roles as animal care givers, scientific researchers, public educators and conservationists; to promote zoos and aquariums as cultural establishments dedicated to the enrichment of human and natural resources; to foster the exchange of research materials, enrichment options and husbandry information through publications and conferences which will lead to a greater understanding of the needs and requirements of all animals. Membership is currently about 2,800 and includes individuals at all levels of zoo staff from directors, curators and veterinarians to zoo keepers, animal health technicians, volunteers and students. Members are from 48 of the 50 States, 5 Canadian Provinces and 24 foreign countries and represent nearly 250 animal-related facilities.</p>\r\n			\r\n<p>AAZK&#8217;s purpose is to foster a professional attitude in animal keepers by encouraging them to become active members of the professional teams at today&#8217;s zoos and aquariums. AAZK supports the promotion and implementation of zoo keeper education and strives to make the general public aware of our concern for all valid and deserving conservation projects and the need for the preservation of our natural resources and animal life.</p>\r\n			\r\n<p>AAZK publications, conferences, and chapter activities at local zoos provide keepers with a means to exchange ideas and discuss new methods of professional care, observations on animal behavior and other information. Animal Keepers&#8217; Forum, the monthly journal of AAZK, is the principal vehicle for communication among keepers. Other AAZK publications include AAZK National Conference Proceedings, Zoo and Aquarium Professionals and The Resource for Crisis Management in Zoos and Other Animal Care Facilities.</p>\r\n			\r\n<p>AAZK also has a number of committees which provide ways to promote AAZK and the Zoo Keepers&#8217; role in conservation education.</p>', 'Who is The American Association of Zoo Keepers (AAZK), Inc.?', 0, '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2009-05-26 09:26:33', '2009-05-26 14:26:33', '', 6, 'http://dev.aazk.org/uncategorized/6-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (67, 1, '2009-05-26 09:08:58', '2009-05-26 14:08:58', '<div class="vcard">\r\n    <div class="fn org">American Association of Zoo Keepers</div>\r\n    <address class="adr">\r\n        <div class="street-address">3601 SW 29th St</div>\r\n        <span class="locality">Topeka</span>, <span class="region">KS</span>, <span class="postal-code">66614-2054</span>\r\n    </address>\r\n    <div class="tel">785-273-9149</div>\r\n</div>', 'Contact', 0, '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2009-05-26 09:08:58', '2009-05-26 14:08:58', '', 22, 'http://dev.aazk.org/uncategorized/22-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (68, 1, '2009-05-25 22:09:54', '2009-05-26 03:09:54', '<p><strong>"Zoo keeper"</strong> is a term used to describe an individual who cares for animals in zoological parks or aquariums. A career as a zoo keeper offers a unique opportunity in the specialized and demanding profession of maintaining captive exotic animals for conservation, research, public education and recreation.</p>\r\n\r\n<p>Zoo keepers care for a diverse collection of animals from mammals and birds to reptiles and amphibians to fish and invertebrates. Some keepers become highly specialized, such as those who work in animal hospitals or who concentrate on a specific group of animals such as exotic birds, great apes, elephants or reptiles.</p>\r\n\r\n<p>Important basic duties of zoo keepers include daily cleaning and maintentance of animal enclosures and proper feeding of the animals under their care. Zoo keepers may help design, build and repair animal enclosures and care for the plants in and around the exhibits. Keepers must also be excellent observers, learning habits and behaviors of both individual animals and groups. Professional zoo keepers must be able to detect subtle changes in an animal\'s physical or psychological condition and then react accordingly. These responsibilities should not be underestimated since they are essential in maintaining a healthy and reproductively successful animal colletion.</p>\r\n\r\n<p>In addition, zoo keepers will work closely with zoo managers on conservation, reproductive husbandry and research projects. This research will provide zoos with important information to help preserve rare and endangered species and learn more about species which may become threatened in the future.</p>\r\n\r\n<p>LemurKeepers serve as the first line of public relations for their institutions. Interactions with visitors help to increase the public\'s awareness of the important role of zoos in wildlife conservation. Keepers should be knowledgeable about the animals in their zoo, the animals\' natural habitat and habits, and zoos in general. They should be friendly and professional when answering questions from visitors.</p>\r\n\r\n<p>The educational requirements for an entry level zoo keeper varies but is often a college degree in zoology, biology or an animal-related field. Some animal care experience such as zoo volunteer or intern, or veterinary hospital worker is also helpful. Some colleges offer specific programs oriented towards a career in zoos. The Santa Fe Community College in Gainesville, Florida, for example, has a Teaching Zoo, while Moorpark College in California offers an Exotic Animal Training Management Program.</p>\r\n\r\n<p>Zoo keeping can be a demanding job requiring dedication, commitment, and patience. Keepers should be reliable people who are willing to learn and improve their performance in a cooperative setting. Concern for their animals is essential since the animal\'s lives depend largely on how the keepers view their jobs. With such professional attitudes, keepers develop a sense of pride in their work and in their accomplishments and contributions.</p>\r\n\r\n<p>Animal keepers must be physically able to perform the required work and be in a general state of good health. A person who is interested in zoo work should be aware of the risk of animal inflicted injury or disease. For these reasons, direct contact with animals is minimized and strictly managed.</p>\r\n\r\n<p>Because zoo animals require daily care and maintenance, keepers\'  schedules include working weekends and holidays. Wages are often  relatively low considering the training and education which is usually  required. Even so, zoo keeper jobs are at a premium and some applicants may become frustrated over the initial difficulty in entering the animal care profession. The future for careers in zoo work continues to expand and is promising for both men and women.</p>\r\n\r\n<p>Job advancement is also possible but more limited than in some other careers requiring a college degree. While keepers do move into management positions, many prefer to remain at the important front lines of animal care where their skills and experience have the most direct impact.</p>\r\n\r\n<p>Zoo keeping offers a unique opportunity for an individual to pursue a career that is stimulating as well as demanding, and from which one may develop a deep sense of satisfaction. The personal gratification of successfully maintaining and reproducing wild animals -- especially rare or endangered species -- can be highly rewarding. Zoo keepers must devote considerable time and effort in order to establish a healthy, well-adjusted animal collection. Anyone who is willing to make this sort of commitment should seriously consider a career as a professional zoo keeper.</p>', 'Zoo Keeping as a Career', 0, '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2009-05-25 22:09:54', '2009-05-26 03:09:54', '', 10, 'http://dev.aazk.org/uncategorized/10-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (69, 1, '2009-05-26 10:46:28', '2009-05-26 15:46:28', '<h3><a href="/jobs/index.php">Login or Register to Post a Job!</a></h3>\r\nIf you have previously registered as a "user" on this site, you need do nothing. If your institution has never posted a job on this site and you wish to establish a new user account in order to post a job listing, you will need to register and set up your account. Only jobs related to the animal care field will be posted on this site. <a href="/jobs/register.php">Click here to set up a "user" account</a>.\r\n\r\nAAZK Institutional Members will receive unlimited free job postings as long as their membership remains active.\r\n\r\nNon-AAZK Institutional member facilities may purchase listings at the following rates. Non-member postings will receive a return email explaining payment options and such job postings will not become active until posting fee is paid.\r\n<ul>\r\n	<li>$250/year: unlimited listings; each good for 60 days</li>\r\n	<li>$125/6 months: unlimited listings; each good for 60 days</li>\r\n	<li>$50/listing; good for 60 days</li>\r\n</ul>\r\nOnce you have posted a job listing, it will remain "pending" until approved by an AAZK Web Administrator. AAZK reserves the right to approve each job posting and may reject postings not in line with the goals and objectives of AAZK, Inc.\r\n\r\nPlease contact AAZK to purchase Job Postings or for more information about AAZK Institutional Membership.\r\n\r\nTo apply for an Institutional Membership please click on the following link. <a href="/join/">Become an AAZK Institutional Member</a>!\r\n\r\nInstitutions wishing to advertise employment opportunities, must register an account and login to submit postings online.\r\nAAZK reserves the right to approve each job posting.', 'Job Listings', 0, '', 'publish', 'closed', 'closed', '', 'job-listings', '', '', '2013-11-05 16:34:27', '2013-11-05 21:34:27', '', 0, 'http://dev.aazk.org/?page_id=69', 4, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (70, 1, '2009-05-26 10:46:06', '2009-05-26 15:46:06', '', 'Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2009-05-26 10:46:06', '2009-05-26 15:46:06', '', 69, 'http://dev.aazk.org/uncategorized/69-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (71, 1, '2009-05-26 10:42:21', '2009-05-26 15:42:21', '<p><strong>"Zoo keeper"</strong> is a term used to describe an individual who cares for animals in zoological parks or aquariums. A career as a zoo keeper offers a unique opportunity in the specialized and demanding profession of maintaining captive exotic animals for conservation, research, public education and recreation.</p>\r\n\r\n<p>Zoo keepers care for a diverse collection of animals from mammals and birds to reptiles and amphibians to fish and invertebrates. Some keepers become highly specialized, such as those who work in animal hospitals or who concentrate on a specific group of animals such as exotic birds, great apes, elephants or reptiles.</p>\r\n\r\n<p>Important basic duties of zoo keepers include daily cleaning and maintentance of animal enclosures and proper feeding of the animals under their care. Zoo keepers may help design, build and repair animal enclosures and care for the plants in and around the exhibits. Keepers must also be excellent observers, learning habits and behaviors of both individual animals and groups. Professional zoo keepers must be able to detect subtle changes in an animal\'s physical or psychological condition and then react accordingly. These responsibilities should not be underestimated since they are essential in maintaining a healthy and reproductively successful animal colletion.</p>\r\n\r\n<p>In addition, zoo keepers will work closely with zoo managers on conservation, reproductive husbandry and research projects. This research will provide zoos with important information to help preserve rare and endangered species and learn more about species which may become threatened in the future.</p>\r\n\r\n<p>LemurKeepers serve as the first line of public relations for their institutions. Interactions with visitors help to increase the public\'s awareness of the important role of zoos in wildlife conservation. Keepers should be knowledgeable about the animals in their zoo, the animals\' natural habitat and habits, and zoos in general. They should be friendly and professional when answering questions from visitors.</p>\r\n\r\n<p>The educational requirements for an entry level zoo keeper varies but is often a college degree in zoology, biology or an animal-related field. Some animal care experience such as zoo volunteer or intern, or veterinary hospital worker is also helpful. Some colleges offer specific programs oriented towards a career in zoos. The Santa Fe Community College in Gainesville, Florida, for example, has a Teaching Zoo, while Moorpark College in California offers an Exotic Animal Training Management Program.</p>\r\n\r\n<p>Zoo keeping can be a demanding job requiring dedication, commitment, and patience. Keepers should be reliable people who are willing to learn and improve their performance in a cooperative setting. Concern for their animals is essential since the animal\'s lives depend largely on how the keepers view their jobs. With such professional attitudes, keepers develop a sense of pride in their work and in their accomplishments and contributions.</p>\r\n\r\n<p>Animal keepers must be physically able to perform the required work and be in a general state of good health. A person who is interested in zoo work should be aware of the risk of animal inflicted injury or disease. For these reasons, direct contact with animals is minimized and strictly managed.</p>\r\n\r\n<p>Because zoo animals require daily care and maintenance, keepers\'  schedules include working weekends and holidays. Wages are often  relatively low considering the training and education which is usually  required. Even so, zoo keeper jobs are at a premium and some applicants may become frustrated over the initial difficulty in entering the animal care profession. The future for careers in zoo work continues to expand and is promising for both men and women.</p>\r\n\r\n<p>Job advancement is also possible but more limited than in some other careers requiring a college degree. While keepers do move into management positions, many prefer to remain at the important front lines of animal care where their skills and experience have the most direct impact.</p>\r\n\r\n<p>Zoo keeping offers a unique opportunity for an individual to pursue a career that is stimulating as well as demanding, and from which one may develop a deep sense of satisfaction. The personal gratification of successfully maintaining and reproducing wild animals -- especially rare or endangered species -- can be highly rewarding. Zoo keepers must devote considerable time and effort in order to establish a healthy, well-adjusted animal collection. Anyone who is willing to make this sort of commitment should seriously consider a career as a professional zoo keeper.</p>', 'Zoo Keeping as a Career', 0, '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2009-05-26 10:42:21', '2009-05-26 15:42:21', '', 10, 'http://dev.aazk.org/uncategorized/10-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (72, 1, '2009-05-26 10:51:25', '2009-05-26 15:51:25', '<h3>Why did you choose to work at the zoo?</h3>\r\n<p>I\'ve always had a tremendous respect for nature and wildlife and wanted to find a career that would allow me to be close to those two things. By working in a zoo I get to travel the savannas of Africa, the rain forests of South America, and the tropics of India all in one day! But even more importantly, I get to help improve the quality of life for captive animals, help educate the public on endangered species, and hopefully contribute to the preservation of our environment and the species within it.</p>\r\n\r\n<h3>Do you like to work with animals why or why not?</h3>\r\n<p>Yes I love working with animals. They are all so different and so amazing! Have you seen the specialized claw of the anteater that allows it to rip through termite mounds? The "fingers" on an elephant\'s trunk that allows it to pick up and manipulate things? Or how about the length of a giraffe\'s neck that allows it pick leaves from the tip top of acacia trees? It\'s fascinating to learn about all of their unique adaptations.</p>\r\n\r\n<h3>Did you have to study about animals a lot if so why?</h3>\r\n<p>Yes I did have to study quite a bit. I took four years of college and have a Bachelors degree in Wildlife Biology. This is important on many levels; to understand how animals interact with their environment and with each other; behavioral learning in animals; wildlife diseases; how their bodies work and why; what is essential to their survival; and much much more.</p>\r\n\r\n<h3>What is your favorite animal in the zoo and why?</h3>\r\n<p>I have a very hard time picking just one animal to be my favorite. I enjoy the otters quite a bit because they seem so playful and curious.</p>\r\n\r\n<h3>When did you start thinking about working in the zoo?</h3>\r\n<p>I first started thinking about working in a zoo when I was in high school. Originally I wanted to work as a zoo veterinarian, but I later decided that I didn\'t want to work with the animals just when they were sick or in need of vaccinations or dental work. I wanted to work with them every day!</p>\r\n\r\n<h3>Is it hard to work at the zoo why?</h3>\r\n<p>Yes sometimes it can be very difficult working at the zoo. The hardest thing is working outside when its 110 degrees or when it\'s really windy or rainy! Another thing that makes it hard working at the zoo is that when an animal is sick it can\'t tell you what\'s wrong, so you have to be a detective and look for clues to tell you what might be wrong and why.</p>\r\n\r\n<h3>What is your job?</h3>\r\n<p>My job includes a variety of things. Primarily I feed the animals, clean their exhibits and night houses, and observe them closely to make sure all of their needs are being met. I also try and think of ways to keep them interested and interacting with their environment. In the wild an animal\'s surroundings are constantly changing. They are encountering other animals, different kinds of plants and landscapes, and they spend lots of time hunting or foraging for food. In a zoo they are in the same environment everyday. I try to do things such as hiding their food so they have to look for it like they would in the wild, or putting different smells in their exhibits that they might like, or finding nontoxic plants from a different part of the zoo that they wouldn\'t normally encounter and putting it in their exhibit. All of this and much more is part of what my job includes.</p>\r\n\r\n<h3>How long have you been working at the zoo?</h3>\r\n<p>I\'ve been working as a keeper for almost a year but I have spent a couple years volunteering on weekends at a couple different zoos just to get some experience.</p>\r\n\r\n<h3>Do you plan to work at the zoo for the rest of your life?</h3>\r\n<p>This is a career that makes me very happy. I will continue to work at the zoo as long as I feel I am doing a good job and I\'m happy doing it!</p>', 'Keeper Feedback', 0, '', 'publish', 'closed', 'closed', '', 'keeper-feedback', '', '', '2013-11-06 21:43:51', '2013-11-07 02:43:51', '', 0, 'http://dev.aazk.org/?page_id=72', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (73, 1, '2009-05-26 10:49:40', '2009-05-26 15:49:40', '', 'Keeper Feedback', 0, '', 'inherit', 'closed', 'closed', '', '72-revision-v1', '', '', '2009-05-26 10:49:40', '2009-05-26 15:49:40', '', 72, 'http://dev.aazk.org/uncategorized/72-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (74, 1, '2009-05-26 10:51:25', '2009-05-26 15:51:25', '<h3>Why did you choose to work at the zoo?</h3>\r\n<p>I\'ve always had a tremendous respect for nature and wildlife and wanted to find a career that would allow me to be close to those two things. By working in a zoo I get to travel the savannas of Africa, the rain forests of South America, and the tropics of India all in one day! But even more importantly, I get to help improve the quality of life for captive animals, help educate the public on endangered species, and hopefully contribute to the preservation of our environment and the species within it.</p>\r\n\r\n<h3>Do you like to work with animals why or why not?</h3>\r\n<p>Yes I love working with animals. They are all so different and so amazing! Have you seen the specialized claw of the anteater that allows it to rip through termite mounds? The "fingers" on an elephant\'s trunk that allows it to pick up and manipulate things? Or how about the length of a giraffe\'s neck that allows it pick leaves from the tip top of acacia trees? It\'s fascinating to learn about all of their unique adaptations.</p>\r\n\r\n<h3>Did you have to study about animals a lot if so why?</h3>\r\n<p>Yes I did have to study quite a bit. I took four years of college and have a Bachelors degree in Wildlife Biology. This is important on many levels; to understand how animals interact with their environment and with each other; behavioral learning in animals; wildlife diseases; how their bodies work and why; what is essential to their survival; and much much more.</p>\r\n\r\n<h3>What is your favorite animal in the zoo and why?</h3>\r\n<p>I have a very hard time picking just one animal to be my favorite. I enjoy the otters quite a bit because they seem so playful and curious.</p>\r\n\r\n<h3>When did you start thinking about working in the zoo?</h3>\r\n<p>I first started thinking about working in a zoo when I was in high school. Originally I wanted to work as a zoo veterinarian, but I later decided that I didn\'t want to work with the animals just when they were sick or in need of vaccinations or dental work. I wanted to work with them every day!</p>\r\n\r\n<h3>Is it hard to work at the zoo why?</h3>\r\n<p>Yes sometimes it can be very difficult working at the zoo. The hardest thing is working outside when its 110 degrees or when it\'s really windy or rainy! Another thing that makes it hard working at the zoo is that when an animal is sick it can\'t tell you what\'s wrong, so you have to be a detective and look for clues to tell you what might be wrong and why.</p>\r\n\r\n<h3>What is your job?</h3>\r\n<p>My job includes a variety of things. Primarily I feed the animals, clean their exhibits and night houses, and observe them closely to make sure all of their needs are being met. I also try and think of ways to keep them interested and interacting with their environment. In the wild an animal\'s surroundings are constantly changing. They are encountering other animals, different kinds of plants and landscapes, and they spend lots of time hunting or foraging for food. In a zoo they are in the same environment everyday. I try to do things such as hiding their food so they have to look for it like they would in the wild, or putting different smells in their exhibits that they might like, or finding nontoxic plants from a different part of the zoo that they wouldn\'t normally encounter and putting it in their exhibit. All of this and much more is part of what my job includes.</p>\r\n\r\n<h3>How long have you been working at the zoo?</h3>\r\n<p>I\'ve been working as a keeper for almost a year but I have spent a couple years volunteering on weekends at a couple different zoos just to get some experience.</p>\r\n\r\n<h3>Do you plan to work at the zoo for the rest of your life?</h3>\r\n<p>This is a career that makes me very happy. I will continue to work at the zoo as long as I feel I am doing a good job and I\'m happy doing it!</p>', 'Keeper Feedback', 0, '', 'inherit', 'closed', 'closed', '', '72-revision-v1', '', '', '2009-05-26 10:51:25', '2009-05-26 15:51:25', '', 72, 'http://dev.aazk.org/uncategorized/72-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (75, 1, '2009-05-26 10:55:07', '2009-05-26 15:55:07', '<p><strong><em>Students Say Work is Tough but Worth It.</em></strong></p>\r\n\r\n<p>A Futures Channel documentary about the students who are taking their love for animals to the next level at "America\'s Teaching Zoo."</p>\r\n\r\n<p><strong><a href="http://www.thefutureschannel.com/dockets/realworld/teaching_zoo/">Watch the movie</a></strong></p>\r\n\r\n<p>Burbank, CA (PRWeb) February 21, 2007: Today\'s homework: Hand-feed tigers, divvy up raw meat for hyenas and teach the sea lion to play hide and seek.</p>\r\n\r\n<p>For the students at Moorpark College\'s Exotic Animal Training and Management Program, learning to train and care for wild animals means getting out of the classroom and getting their hands dirty.</p>\r\n\r\n<blockquote><p>"It\'s seven days a week from 6:3 0am to 5:00 pm. Animals have to eat. They need to be cleaned and taken care of," says Moorpark student Christie Kreider. "You don\'t get up and put make-up on. There\'s no make-up at a zoo. It\'s definitely a commitment but it\'s worth it."</p></blockquote>\r\n\r\n<p>"America\'s Teaching Zoo" is the latest micro-documentary released by The Futures Channel, whose popular movies are routinely shown in tens of thousands of classrooms to give students a real world context for the math and science they are studying. When it comes to caring for animals, math, especially measurement, is an essential tool to monitor the condition of the animals and to determine the correct quantity of food to keep them healthy.</p>\r\n\r\n<p>According to the teaching zoo\'s website, nearly every animal on the 5-acre zoo is assigned to a student or group of students. It is their responsibility to ensure the animals are getting everything they need. As part of the program, students also provide educational shows that introduce children to wildlife they wouldn\'t otherwise encounter.</p>\r\n\r\n<blockquote><p>"I just have always wanted to work with animals my whole life and not very many people get to do this, so I feel really privileged. Every day is unexpected," Kreider says in the documentary. "When I can hold a bald eagle and show him to children and I can teach them about him, that\'s really special to me."</p></blockquote>\r\n\r\n<p>The zoo program provides students with unique experiences every day and opportunities to work with animals for a living. Moorpark student Krista Anderson explains that she has had many experiences she never dreamed of. "I never thought I would be feeding a cougar… ever."</p>\r\n\r\n<p>The facility, located in Moorpark, California, is one of only two teaching zoos in the country. Graduates of the program enter a variety of fields, including working at zoos and animal conservation programs. After graduating from the program in 1977, Professor Gary Wilson returned to the college in 1981 to teach animal behavior, animal diversity and animal training. Both Kreider and Anderson are among Wilson\'s students. "I\'m really lucky," says Wilson, "because I get to help people make their dreams come true."</p>', 'America\'s Teaching Zoo', 0, '', 'draft', 'closed', 'closed', '', 'americas-teaching-zoo', '', '', '2013-09-23 10:37:03', '2013-09-23 15:37:03', '', 10, 'http://dev.aazk.org/?page_id=75', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (76, 1, '2009-05-26 10:53:22', '2009-05-26 15:53:22', '', 'America\'s Teaching Zoo', 0, '', 'inherit', 'closed', 'closed', '', '75-revision', '', '', '2009-05-26 10:53:22', '2009-05-26 15:53:22', '', 75, 'http://dev.aazk.org/uncategorized/75-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (77, 1, '2009-05-26 10:55:07', '2009-05-26 15:55:07', '<p><em>Students Say Work is Tough but Worth It.</em></p>\r\n\r\n<p>A Futures Channel documentary about the students who are taking their love for animals to the next level at "America\'s Teaching Zoo." Watch the movie:</p>\r\n\r\nhttp://www.thefutureschannel.com/dockets/realworld/teaching_zoo/\r\n\r\n<p>Burbank, CA (PRWeb) February 21, 2007: Today\'s homework: Hand-feed tigers, divvy up raw meat for hyenas and teach the sea lion to play hide and seek.</p>\r\n\r\n<p>For the students at Moorpark College\'s Exotic Animal Training and Management Program, learning to train and care for wild animals means getting out of the classroom and getting their hands dirty.</p>\r\n\r\n<blockquote><p>"It\'s seven days a week from 6:3 0am to 5:00 pm. Animals have to eat. They need to be cleaned and taken care of," says Moorpark student Christie Kreider. "You don\'t get up and put make-up on. There\'s no make-up at a zoo. It\'s definitely a commitment but it\'s worth it."</p></blockquote>\r\n\r\n<p>"America\'s Teaching Zoo" is the latest micro-documentary released by The Futures Channel, whose popular movies are routinely shown in tens of thousands of classrooms to give students a real world context for the math and science they are studying. When it comes to caring for animals, math, especially measurement, is an essential tool to monitor the condition of the animals and to determine the correct quantity of food to keep them healthy.</p>\r\n\r\n<p>According to the teaching zoo\'s website, nearly every animal on the 5-acre zoo is assigned to a student or group of students. It is their responsibility to ensure the animals are getting everything they need. As part of the program, students also provide educational shows that introduce children to wildlife they wouldn\'t otherwise encounter.</p>\r\n\r\n<blockquote><p>"I just have always wanted to work with animals my whole life and not very many people get to do this, so I feel really privileged. Every day is unexpected," Kreider says in the documentary. "When I can hold a bald eagle and show him to children and I can teach them about him, that\'s really special to me."</p></blockquote>\r\n\r\n<p>The zoo program provides students with unique experiences every day and opportunities to work with animals for a living. Moorpark student Krista Anderson explains that she has had many experiences she never dreamed of. "I never thought I would be feeding a cougar… ever."</p>\r\n\r\n<p>The facility, located in Moorpark, California, is one of only two teaching zoos in the country. Graduates of the program enter a variety of fields, including working at zoos and animal conservation programs. After graduating from the program in 1977, Professor Gary Wilson returned to the college in 1981 to teach animal behavior, animal diversity and animal training. Both Kreider and Anderson are among Wilson\'s students. "I\'m really lucky," says Wilson, "because I get to help people make their dreams come true."</p>', 'America\'s Teaching Zoo', 0, '', 'inherit', 'closed', 'closed', '', '75-revision-2', '', '', '2009-05-26 10:55:07', '2009-05-26 15:55:07', '', 75, 'http://dev.aazk.org/uncategorized/75-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (78, 1, '2009-05-26 10:55:13', '2009-05-26 15:55:13', '<p><em>Students Say Work is Tough but Worth It.</em></p>\r\n\r\n<p>A Futures Channel documentary about the students who are taking their love for animals to the next level at "America\'s Teaching Zoo." Watch the movie:</p>\r\n\r\nhttp://www.thefutureschannel.com/dockets/realworld/teaching_zoo/\r\n\r\n<p>Burbank, CA (PRWeb) February 21, 2007: Today\'s homework: Hand-feed tigers, divvy up raw meat for hyenas and teach the sea lion to play hide and seek.</p>\r\n\r\n<p>For the students at Moorpark College\'s Exotic Animal Training and Management Program, learning to train and care for wild animals means getting out of the classroom and getting their hands dirty.</p>\r\n\r\n<blockquote><p>"It\'s seven days a week from 6:3 0am to 5:00 pm. Animals have to eat. They need to be cleaned and taken care of," says Moorpark student Christie Kreider. "You don\'t get up and put make-up on. There\'s no make-up at a zoo. It\'s definitely a commitment but it\'s worth it."</p></blockquote>\r\n\r\n<p>"America\'s Teaching Zoo" is the latest micro-documentary released by The Futures Channel, whose popular movies are routinely shown in tens of thousands of classrooms to give students a real world context for the math and science they are studying. When it comes to caring for animals, math, especially measurement, is an essential tool to monitor the condition of the animals and to determine the correct quantity of food to keep them healthy.</p>\r\n\r\n<p>According to the teaching zoo\'s website, nearly every animal on the 5-acre zoo is assigned to a student or group of students. It is their responsibility to ensure the animals are getting everything they need. As part of the program, students also provide educational shows that introduce children to wildlife they wouldn\'t otherwise encounter.</p>\r\n\r\n<blockquote><p>"I just have always wanted to work with animals my whole life and not very many people get to do this, so I feel really privileged. Every day is unexpected," Kreider says in the documentary. "When I can hold a bald eagle and show him to children and I can teach them about him, that\'s really special to me."</p></blockquote>\r\n\r\n<p>The zoo program provides students with unique experiences every day and opportunities to work with animals for a living. Moorpark student Krista Anderson explains that she has had many experiences she never dreamed of. "I never thought I would be feeding a cougar… ever."</p>\r\n\r\n<p>The facility, located in Moorpark, California, is one of only two teaching zoos in the country. Graduates of the program enter a variety of fields, including working at zoos and animal conservation programs. After graduating from the program in 1977, Professor Gary Wilson returned to the college in 1981 to teach animal behavior, animal diversity and animal training. Both Kreider and Anderson are among Wilson\'s students. "I\'m really lucky," says Wilson, "because I get to help people make their dreams come true."</p>', 'America\'s Teaching Zoo', 0, '', 'inherit', 'closed', 'closed', '', '75-revision-3', '', '', '2009-05-26 10:55:13', '2009-05-26 15:55:13', '', 75, 'http://dev.aazk.org/uncategorized/75-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (79, 1, '2009-05-26 10:57:13', '2009-05-26 15:57:13', '<h3><em>Students Say Work is Tough but Worth It.</em></h3>\r\n\r\n<p>A Futures Channel documentary about the students who are taking their love for animals to the next level at "America\'s Teaching Zoo." Watch the movie:</p>\r\n\r\nhttp://www.thefutureschannel.com/dockets/realworld/teaching_zoo/\r\n\r\n<p>Burbank, CA (PRWeb) February 21, 2007: Today\'s homework: Hand-feed tigers, divvy up raw meat for hyenas and teach the sea lion to play hide and seek.</p>\r\n\r\n<p>For the students at Moorpark College\'s Exotic Animal Training and Management Program, learning to train and care for wild animals means getting out of the classroom and getting their hands dirty.</p>\r\n\r\n<blockquote><p>"It\'s seven days a week from 6:3 0am to 5:00 pm. Animals have to eat. They need to be cleaned and taken care of," says Moorpark student Christie Kreider. "You don\'t get up and put make-up on. There\'s no make-up at a zoo. It\'s definitely a commitment but it\'s worth it."</p></blockquote>\r\n\r\n<p>"America\'s Teaching Zoo" is the latest micro-documentary released by The Futures Channel, whose popular movies are routinely shown in tens of thousands of classrooms to give students a real world context for the math and science they are studying. When it comes to caring for animals, math, especially measurement, is an essential tool to monitor the condition of the animals and to determine the correct quantity of food to keep them healthy.</p>\r\n\r\n<p>According to the teaching zoo\'s website, nearly every animal on the 5-acre zoo is assigned to a student or group of students. It is their responsibility to ensure the animals are getting everything they need. As part of the program, students also provide educational shows that introduce children to wildlife they wouldn\'t otherwise encounter.</p>\r\n\r\n<blockquote><p>"I just have always wanted to work with animals my whole life and not very many people get to do this, so I feel really privileged. Every day is unexpected," Kreider says in the documentary. "When I can hold a bald eagle and show him to children and I can teach them about him, that\'s really special to me."</p></blockquote>\r\n\r\n<p>The zoo program provides students with unique experiences every day and opportunities to work with animals for a living. Moorpark student Krista Anderson explains that she has had many experiences she never dreamed of. "I never thought I would be feeding a cougar… ever."</p>\r\n\r\n<p>The facility, located in Moorpark, California, is one of only two teaching zoos in the country. Graduates of the program enter a variety of fields, including working at zoos and animal conservation programs. After graduating from the program in 1977, Professor Gary Wilson returned to the college in 1981 to teach animal behavior, animal diversity and animal training. Both Kreider and Anderson are among Wilson\'s students. "I\'m really lucky," says Wilson, "because I get to help people make their dreams come true."</p>', 'America\'s Teaching Zoo', 0, '', 'inherit', 'closed', 'closed', '', '75-revision-4', '', '', '2009-05-26 10:57:13', '2009-05-26 15:57:13', '', 75, 'http://dev.aazk.org/uncategorized/75-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (80, 1, '2009-05-26 10:59:49', '2009-05-26 15:59:49', '<p><strong><em>Students Say Work is Tough but Worth It.</em></strong></p>\n\n<p>A Futures Channel documentary about the students who are taking their love for animals to the next level at "America\'s Teaching Zoo."</p>\n\n<p><strong><a href="http://www.thefutureschannel.com/dockets/realworld/teaching_zoo/" rel=>Watch the movie</a></strong></p>\n\n<p>Burbank, CA (PRWeb) February 21, 2007: Today\'s homework: Hand-feed tigers, divvy up raw meat for hyenas and teach the sea lion to play hide and seek.</p>\n\n<p>For the students at Moorpark College\'s Exotic Animal Training and Management Program, learning to train and care for wild animals means getting out of the classroom and getting their hands dirty.</p>\n\n<blockquote><p>"It\'s seven days a week from 6:3 0am to 5:00 pm. Animals have to eat. They need to be cleaned and taken care of," says Moorpark student Christie Kreider. "You don\'t get up and put make-up on. There\'s no make-up at a zoo. It\'s definitely a commitment but it\'s worth it."</p></blockquote>\n\n<p>"America\'s Teaching Zoo" is the latest micro-documentary released by The Futures Channel, whose popular movies are routinely shown in tens of thousands of classrooms to give students a real world context for the math and science they are studying. When it comes to caring for animals, math, especially measurement, is an essential tool to monitor the condition of the animals and to determine the correct quantity of food to keep them healthy.</p>\n\n<p>According to the teaching zoo\'s website, nearly every animal on the 5-acre zoo is assigned to a student or group of students. It is their responsibility to ensure the animals are getting everything they need. As part of the program, students also provide educational shows that introduce children to wildlife they wouldn\'t otherwise encounter.</p>\n\n<blockquote><p>"I just have always wanted to work with animals my whole life and not very many people get to do this, so I feel really privileged. Every day is unexpected," Kreider says in the documentary. "When I can hold a bald eagle and show him to children and I can teach them about him, that\'s really special to me."</p></blockquote>\n\n<p>The zoo program provides students with unique experiences every day and opportunities to work with animals for a living. Moorpark student Krista Anderson explains that she has had many experiences she never dreamed of. "I never thought I would be feeding a cougar… ever."</p>\n\n<p>The facility, located in Moorpark, California, is one of only two teaching zoos in the country. Graduates of the program enter a variety of fields, including working at zoos and animal conservation programs. After graduating from the program in 1977, Professor Gary Wilson returned to the college in 1981 to teach animal behavior, animal diversity and animal training. Both Kreider and Anderson are among Wilson\'s students. "I\'m really lucky," says Wilson, "because I get to help people make their dreams come true."</p>', 'America\'s Teaching Zoo', 0, '', 'inherit', 'closed', 'closed', '', '75-autosave', '', '', '2009-05-26 10:59:49', '2009-05-26 15:59:49', '', 75, 'http://dev.aazk.org/uncategorized/75-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (81, 1, '2009-05-26 10:57:47', '2009-05-26 15:57:47', '<p><strong><em>Students Say Work is Tough but Worth It.</em></strong></p>\r\n\r\n<p>A Futures Channel documentary about the students who are taking their love for animals to the next level at "America\'s Teaching Zoo." Watch the movie:</p>\r\n\r\nhttp://www.thefutureschannel.com/dockets/realworld/teaching_zoo/\r\n\r\n<p>Burbank, CA (PRWeb) February 21, 2007: Today\'s homework: Hand-feed tigers, divvy up raw meat for hyenas and teach the sea lion to play hide and seek.</p>\r\n\r\n<p>For the students at Moorpark College\'s Exotic Animal Training and Management Program, learning to train and care for wild animals means getting out of the classroom and getting their hands dirty.</p>\r\n\r\n<blockquote><p>"It\'s seven days a week from 6:3 0am to 5:00 pm. Animals have to eat. They need to be cleaned and taken care of," says Moorpark student Christie Kreider. "You don\'t get up and put make-up on. There\'s no make-up at a zoo. It\'s definitely a commitment but it\'s worth it."</p></blockquote>\r\n\r\n<p>"America\'s Teaching Zoo" is the latest micro-documentary released by The Futures Channel, whose popular movies are routinely shown in tens of thousands of classrooms to give students a real world context for the math and science they are studying. When it comes to caring for animals, math, especially measurement, is an essential tool to monitor the condition of the animals and to determine the correct quantity of food to keep them healthy.</p>\r\n\r\n<p>According to the teaching zoo\'s website, nearly every animal on the 5-acre zoo is assigned to a student or group of students. It is their responsibility to ensure the animals are getting everything they need. As part of the program, students also provide educational shows that introduce children to wildlife they wouldn\'t otherwise encounter.</p>\r\n\r\n<blockquote><p>"I just have always wanted to work with animals my whole life and not very many people get to do this, so I feel really privileged. Every day is unexpected," Kreider says in the documentary. "When I can hold a bald eagle and show him to children and I can teach them about him, that\'s really special to me."</p></blockquote>\r\n\r\n<p>The zoo program provides students with unique experiences every day and opportunities to work with animals for a living. Moorpark student Krista Anderson explains that she has had many experiences she never dreamed of. "I never thought I would be feeding a cougar… ever."</p>\r\n\r\n<p>The facility, located in Moorpark, California, is one of only two teaching zoos in the country. Graduates of the program enter a variety of fields, including working at zoos and animal conservation programs. After graduating from the program in 1977, Professor Gary Wilson returned to the college in 1981 to teach animal behavior, animal diversity and animal training. Both Kreider and Anderson are among Wilson\'s students. "I\'m really lucky," says Wilson, "because I get to help people make their dreams come true."</p>', 'America\'s Teaching Zoo', 0, '', 'inherit', 'closed', 'closed', '', '75-revision-5', '', '', '2009-05-26 10:57:47', '2009-05-26 15:57:47', '', 75, 'http://dev.aazk.org/uncategorized/75-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (82, 1, '2009-05-26 11:03:46', '2009-05-26 16:03:46', 'Today\'s zookeeper is an educated person. Gone are the days when all you needed was a love for animals, a shovel and a strong back. Now we are expected to know animal husbandry, nutrition, operant conditioning, enrichment and conservation; we are also expected to be able to lift 50 lbs., and to work weekends and holidays. We do this job because we love it, not for the money. The money is in upper management, which usually means less contact with the animals. However, in the zoo field even being in the upper echelon does not guarantee a substantial income. For us, knowing that we are saving an animal species or maybe just making an animal feel as at home as possible is enough.\r\n\r\nFor those of you who think this is the field for you, click here. For more information, you may also visit the websites for the <a href="http://www.aza.org/">American Zoo and Aquarium Association</a> and the <a href="http://aecetia.net/gws/aazk/">American Association of Zoo Keepers</a> directly. You may also be interested in <a href="http://www.aecetia.net/gws/aazk/zoo-keeping-as-a-career/books-about-animal-careers/">Books about Animal Careers</a>.\r\n\r\n<h3>The List</h3>\r\n<p>While this list deals primarily with schools that have programs geared toward zookeeping, keep in mind that a degree in Wildlife Management or Wildlife Ecology is also acceptable for most zoos, as are degrees in Zoology and Biology. Remember, most zoos prefer hands-on experience, so while pursuing these degrees, volunteer where you can! (I do not list Vet. Tech Schools or those programs dealing with pure Animal Science.) There are both two and four year programs listed. Some zoos require more education than others and it is always a good idea to get a higher degree if you wish to advance up the ranks. Because of this, I have also included on this list a new program geared toward zoo and aquarium management. In addition you will find information on the Durrell Wildlife Conservation Trust and a list of international schools.</p>\r\n\r\n<dl>\r\n	<dt><a href="http://www.aecetia.net/gws/aazk/zoo-keeper-training/high-school-programs/">High School Programs</a></dt>\r\n    	<dd>There are many high schools around the country that have started cooperative learning programs with their local zoos. I have listed a few here, but you should check with your own school system, especially if you live near a zoological facility.</dd>\r\n	<dt><a href="http://www.aecetia.net/gws/aazk/zoo-keeper-training/two-year-programs/">Two-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a two-year higher education degree such as an Associate\'s degree or a technical degree.</dd>\r\n	<dt><a href="http://www.aecetia.net/gws/aazk/zoo-keeper-training/four-year-programs/">Four-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a four-year degree such as a Bachelor\'s degree.</dd>\r\n	<dt><a href="http://www.aecetia.net/gws/aazk/zoo-keeper-training/management-programs/">Management Programs</a></dt>\r\n    	<dd>This list provides information concerning higher education programs leading to degrees specific to leadership positions within the zoo field.</dd>\r\n	<dt><a href="http://www.aecetia.net/gws/aazk/zoo-keeper-training/conservation-programs/">Conservation Programs</a></dt>\r\n    	<dd>This list provides information on programs geared toward teaching environmental conservation techniques.</dd>\r\n	<dt><a href="http://www.aecetia.net/gws/aazk/zoo-keeper-training/international-programs">International Programs</a></dt>\r\n    	<dd>This list provides information on programs outside the United States.</dd>\r\n	<dt><a href="http://www.aecetia.net/gws/aazk/zoo-keeper-training/aquarium-marine-focus-programs/">Aquarium or Marine Mammal Focus Programs</a></dt>\r\n    	<dd>This list provides information on programs that focus on aquarium or marine mammal husbandry and/or training.</dd>\r\n	<dt><a href="http://www.aecetia.net/gws/aazk/zoo-keeper-training/veterinary-schools-exotic-animal-programs/">Veterinary Schools with Exotic Animal Programs</a></dt>\r\n    	<dd>This list provides information for those who would like to become a veterinarian who specializes in exotic/zoo animals.</dd>\r\n</dl>', 'Zoo Keeper Training', 0, '', 'publish', 'closed', 'closed', '', 'zoo-keeper-training', '', '', '2013-11-06 21:48:42', '2013-11-07 02:48:42', '', 0, 'http://dev.aazk.org/?page_id=82', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (83, 1, '2009-05-26 11:02:51', '2009-05-26 16:02:51', '', 'Zoo Keeper Training', 0, '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2009-05-26 11:02:51', '2009-05-26 16:02:51', '', 82, 'http://dev.aazk.org/uncategorized/82-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (84, 1, '2013-11-06 21:48:30', '2013-11-07 02:48:30', 'Today\'s zookeeper is an educated person. Gone are the days when all you needed was a love for animals, a shovel and a strong back. Now we are expected to know animal husbandry, nutrition, operant conditioning, enrichment and conservation; we are also expected to be able to lift 50 lbs., and to work weekends and holidays. We do this job because we love it, not for the money. The money is in upper management, which usually means less contact with the animals. However, in the zoo field even being in the upper echelon does not guarantee a substantial income. For us, knowing that we are saving an animal species or maybe just making an animal feel as at home as possible is enough.\r\n\r\nFor those of you who think this is the field for you, click here. For more information, you may also visit the websites for the <a href="http://www.aza.org/">American Zoo and Aquarium Association</a> and the <a href="http://aecetia.net/gws/aazk/">American Association of Zoo Keepers</a> directly. You may also be interested in <a href="[homeurl]/zoo-keeping-as-a-career/books-about-animal-careers/">Books about Animal Careers</a>.\r\n\r\n<h3>The List</h3>\r\n<p>While this list deals primarily with schools that have programs geared toward zookeeping, keep in mind that a degree in Wildlife Management or Wildlife Ecology is also acceptable for most zoos, as are degrees in Zoology and Biology. Remember, most zoos prefer hands-on experience, so while pursuing these degrees, volunteer where you can! (I do not list Vet. Tech Schools or those programs dealing with pure Animal Science.) There are both two and four year programs listed. Some zoos require more education than others and it is always a good idea to get a higher degree if you wish to advance up the ranks. Because of this, I have also included on this list a new program geared toward zoo and aquarium management. In addition you will find information on the Durrell Wildlife Conservation Trust and a list of international schools.</p>\r\n\r\n<dl>\r\n	<dt><a href="[homeurl]zoo-keeper-training/high-school-programs/">High School Programs</a></dt>\r\n    	<dd>There are many high schools around the country that have started cooperative learning programs with their local zoos. I have listed a few here, but you should check with your own school system, especially if you live near a zoological facility.</dd>\r\n	<dt><a href="[homeurl]zoo-keeper-training/two-year-programs/">Two-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a two-year higher education degree such as an Associate\'s degree or a technical degree.</dd>\r\n	<dt><a href="[homeurl]zoo-keeper-training/four-year-programs/">Four-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a four-year degree such as a Bachelor\'s degree.</dd>\r\n	<dt><a href="[homeurl]zoo-keeper-training/management-programs/">Management Programs</a></dt>\r\n    	<dd>This list provides information concerning higher education programs leading to degrees specific to leadership positions within the zoo field.</dd>\r\n	<dt><a href="[homeurl]zoo-keeper-training/conservation-programs/">Conservation Programs</a></dt>\r\n    	<dd>This list provides information on programs geared toward teaching environmental conservation techniques.</dd>\r\n	<dt><a href="[homeurl]zoo-keeper-training/international-programs">International Programs</a></dt>\r\n    	<dd>This list provides information on programs outside the United States.</dd>\r\n	<dt><a href="[homeurl]zoo-keeper-training/aquarium-marine-focus-programs/">Aquarium or Marine Mammal Focus Programs</a></dt>\r\n    	<dd>This list provides information on programs that focus on aquarium or marine mammal husbandry and/or training.</dd>\r\n	<dt><a href="[homeurl]zoo-keeper-training/veterinary-schools-exotic-animal-programs/">Veterinary Schools with Exotic Animal Programs</a></dt>\r\n    	<dd>This list provides information for those who would like to become a veterinarian who specializes in exotic/zoo animals.</dd>\r\n</dl>', 'Zoo Keeper Training', 0, '', 'inherit', 'closed', 'closed', '', '82-autosave-v1', '', '', '2013-11-06 21:48:30', '2013-11-07 02:48:30', '', 82, 'http://dev.aazk.org/uncategorized/82-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (85, 1, '2009-05-26 11:03:46', '2009-05-26 16:03:46', '<p>Today\'s zookeeper is an educated person. Gone are the days when all you needed was a love for animals, a shovel and a strong back. Now we are expected to know animal husbandry, nutrition, operant conditioning, enrichment and conservation; we are also expected to be able to lift 50 lbs., and to work weekends and holidays. We do this job because we love it, not for the money. The money is in upper management, which usually means less contact with the animals. However, in the zoo field even being in the upper echelon does not guarantee a substantial income. For us, knowing that we are saving an animal species or maybe just making an animal feel as at home as possible is enough.</p>\r\n\r\n<p>For those of you who think this is the field for you, click here. For more information, you may also visit the websites for the American Zoo and Aquarium Association and the American Association of Zoo Keepers directly. You may also be interested in books about animal careers -- if so, Click Here!</p>\r\n\r\n<p>The List: While this list deals primarily with schools that have programs geared toward zookeeping, keep in mind that a degree in Wildlife Management or Wildlife Ecology is also acceptable for most zoos, as are degrees in Zoology and Biology. Remember, most zoos prefer hands-on experience, so while pursuing these degrees, volunteer where you can! (I do not list Vet. Tech Schools or those programs dealing with pure Animal Science.) There are both two and four year programs listed. Some zoos require more education than others and it is always a good idea to get a higher degree if you wish to advance up the ranks. Because of this, I have also included on this list a new program geared toward zoo and aquarium management. In addition you will find information on the Durrell Wildlife Conservation Trust and a list of international schools.</p>', 'Zoo Keeper Training', 0, '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2009-05-26 11:03:46', '2009-05-26 16:03:46', '', 82, 'http://dev.aazk.org/uncategorized/82-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (86, 1, '2009-05-26 11:29:52', '2009-05-26 16:29:52', 'Today\'s zookeeper is an educated person. Gone are the days when all you needed was a love for animals, a shovel and a strong back. Now we are expected to know animal husbandry, nutrition, operant conditioning, enrichment and conservation; we are also expected to be able to lift 50 lbs., and to work weekends and holidays. We do this job because we love it, not for the money. The money is in upper management, which usually means less contact with the animals. However, in the zoo field even being in the upper echelon does not guarantee a substantial income. For us, knowing that we are saving an animal species or maybe just making an animal feel as at home as possible is enough.\r\n\r\nFor those of you who think this is the field for you, click here. For more information, you may also visit the websites for the <a href="http://www.aza.org/">American Zoo and Aquarium Association</a> and the <a href="http://aecetia.net/gws/aazk/">American Association of Zoo Keepers</a> directly. You may also be interested in books about animal careers -- if so, Click Here!\r\n\r\nThe List: While this list deals primarily with schools that have programs geared toward zookeeping, keep in mind that a degree in Wildlife Management or Wildlife Ecology is also acceptable for most zoos, as are degrees in Zoology and Biology. Remember, most zoos prefer hands-on experience, so while pursuing these degrees, volunteer where you can! (I do not list Vet. Tech Schools or those programs dealing with pure Animal Science.) There are both two and four year programs listed. Some zoos require more education than others and it is always a good idea to get a higher degree if you wish to advance up the ranks. Because of this, I have also included on this list a new program geared toward zoo and aquarium management. In addition you will find information on the Durrell Wildlife Conservation Trust and a list of international schools.', 'Zoo Keeper Training', 0, '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2009-05-26 11:29:52', '2009-05-26 16:29:52', '', 82, 'http://dev.aazk.org/uncategorized/82-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (87, 1, '2009-05-26 11:31:30', '2009-05-26 16:31:30', 'Today\'s zookeeper is an educated person. Gone are the days when all you needed was a love for animals, a shovel and a strong back. Now we are expected to know animal husbandry, nutrition, operant conditioning, enrichment and conservation; we are also expected to be able to lift 50 lbs., and to work weekends and holidays. We do this job because we love it, not for the money. The money is in upper management, which usually means less contact with the animals. However, in the zoo field even being in the upper echelon does not guarantee a substantial income. For us, knowing that we are saving an animal species or maybe just making an animal feel as at home as possible is enough.\r\n\r\nFor those of you who think this is the field for you, click here. For more information, you may also visit the websites for the <a href="http://www.aza.org/">American Zoo and Aquarium Association</a> and the <a href="http://aecetia.net/gws/aazk/">American Association of Zoo Keepers</a> directly. You may also be interested in books about animal careers -- if so, Click Here!\r\n\r\n<h3>The List</h3>\r\n<p>While this list deals primarily with schools that have programs geared toward zookeeping, keep in mind that a degree in Wildlife Management or Wildlife Ecology is also acceptable for most zoos, as are degrees in Zoology and Biology. Remember, most zoos prefer hands-on experience, so while pursuing these degrees, volunteer where you can! (I do not list Vet. Tech Schools or those programs dealing with pure Animal Science.) There are both two and four year programs listed. Some zoos require more education than others and it is always a good idea to get a higher degree if you wish to advance up the ranks. Because of this, I have also included on this list a new program geared toward zoo and aquarium management. In addition you will find information on the Durrell Wildlife Conservation Trust and a list of international schools.</p>', 'Zoo Keeper Training', 0, '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2009-05-26 11:31:30', '2009-05-26 16:31:30', '', 82, 'http://dev.aazk.org/uncategorized/82-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (88, 1, '2009-05-26 14:33:08', '2009-05-26 19:33:08', '<h3>Alamance Community College</h3>\r\nA.A.S. Animal Care &amp; Management Technology\r\nP.O. Box 8000\r\nGraham, NC  27253-8000\r\n(336) 506-4385\r\n\r\nProgram Contact: Christine Remington, Department Head - <a href="mailto:remingc@alamancecc.edu">remingc@alamancecc.edu</a>\r\n\r\nThe A.A.S. degree in Animal Care and Management Technology focuses on cultivating caring, educated, and experienced employees in a wide variety of animal related fields including exotic animal husbandry.  With a broad base of knowledge including habitat design, sanitation, nutrition, healthcare, principles of behavior and training, and animal handling and restraint grounded in hours of service learning projects, rigorous competencies, and cooperative work experiences, students exemplify the education, compassion &amp; skill of captive animal care and management.\r\n\r\n<a href="http://www.alamancecc.edu/curriculum_courses_programs/courses_programs/programs_of_study/programs/prog.php?curr=A55100">A.A.S. Animal Care &amp; Management Technology Curriculum</a>\r\n<h3>America\'s Teaching Zoo at Moorpark College</h3>\r\nExotic Animal Management and Training Program (EATM)\r\nMoorpark College\r\n7075 Campus Road\r\nMoorpark, CA 93021\r\n(805) 378-1441\r\n\r\nStudents may earn an A.S. degree by taking general education courses alongside their zoo curriculum and they can earn degrees and certificates in Animal Training, and Wildlife Education. This is an intense program and EATM students are required to attend classes, work with and care for the animals, and work at the campus zoo most days and weekends.\r\n<ul>\r\n	<li><a href="mailto:EATM@vcccd.net">EATM@vcccd.net</a></li>\r\n	<li><a href="http://www.moorparkcollege.edu/current_students/teaching_zoo/index.shtml">http://www.moorparkcollege.edu/current_students/teaching_zoo/index.shtml</a></li>\r\n</ul>\r\n<h3>Davidson County Community College</h3>\r\nA.A.S. Zoo &amp; Aquarium Science\r\nP.O. Box 1287\r\nLexington, NC 27293-1287\r\n(336) 249-8186\r\n\r\nProgram Contacts\r\nJill Simpson\r\n<a href="mailto:jbsimpso@davidsonccc.edu">jbsimpso@davidsonccc.edu</a>\r\n336.249.8186, ext. 6231\r\n\r\nMark Stevens\r\n<a href="mailto:mesteven@davidsonccc.edu">mesteven@davidsonccc.edu</a>\r\n336.249.8186, ext. 6737\r\n\r\nThe Zoo &amp; Aquarium Science program combines a rigorous classroom curriculum with extensive co-opexperiences over 5 semesters. Graduates of the Zoo &amp; Aquarium Science program will be prepared for employment at an entry level in the zoo and/or aquarium profession or to continue their academic studies in zoo science. Co-op experiences may involve animal collections in a zoological park, wild animal safari park university research facility and/or aquarium setting.\r\n\r\n<a href="http://www.davidsonccc.edu/academics/ase-zoo.htm">http://www.davidsonccc.edu/academics/ase-zoo.htm</a>\r\n<h3>Harcum College</h3>\r\nA.S. in Animal Center Management\r\nHarcum College\r\n750 Montgomery Avenue\r\nBryn Mawr, PA 19010\r\n(610) 525-4100\r\n\r\nProgram Director: Mary Friday\r\n(610) 526-6108\r\n<a href="mailto:mfriday@harcum.edu">mfriday@harcum.edu</a>\r\n\r\nAnimal Center Managers provide managerial support to veterinarians in clinics and hospitals, biological research settings, animal control, humane organizations, zoos and educational facilities. Management duties include both the facility and its personnel. Animal Center Managers must complete a 2-year educational program, and 250 hours of practical experience.\r\n\r\n<a href="http://www.harcum.edu/PS_ACD_Animal_Center_Management_632839831382031250.aspx">http://www.harcum.edu/PS_ACD_Animal_Center_Management_632839831382031250.aspx</a>\r\n<h3>Jefferson Community College, Watertown, New York</h3>\r\nA.A.S. Degree in Animal management\r\n1220 Coffeen St.\r\nWatertown, NY 13601\r\n\r\nProgram Director: Mark D. Irwin, D.V.M.\r\n<a href="mailto:mirwin@sunyjefferson.edu">mirwin@sunyjefferson.edu</a>\r\nAdmissions Office, (315) 786-2277\r\n\r\nThe Animal Management Program at Jefferson Community College is designed to provide students with the basic skills, experience and knowledge required for a career as a progressive zoo keeper in zoological parks. Upon graduation with this Associate in Applied Sciences degree, students will have been exposed to all aspects of zoo animal management and care. Students will study at many of the zoos of New York State and Southern Canada. Hands-on keeping experience is provided at Syracuse\'s Rosamond Gifford Zoo (AZA) and The New York State Zoo at Thompson Park.\r\n<ul>\r\n	<li><a href="http://www.zookeeping.com">http://www.zookeeping.com</a></li>\r\n	<li><a href="http://www.sunyjefferson.edu/amg">http://www.sunyjefferson.edu/amg</a></li>\r\n</ul>\r\n<h3>Syracuse\'s Rosamond Gifford Zoo</h3>\r\n<a href="http://www.rosamondgiffordzoo.org">http://www.rosamondgiffordzoo.org</a>\r\n<h3>The New York State Zoo at Thompson Park</h3>\r\n<a href="http://www.nyszoo.org">http://www.nyszoo.org</a>\r\n<h3>Niagara County Community College</h3>\r\nA.A.S. in Animal Management\r\n3111 Saunders Settlement Rd.\r\nSanborn, NY 14132\r\n(716)-614-6222\r\n\r\n<a href="http://catalog.niagaracc.suny.edu/preview_program.php?catoid=6&amp;poid=213&amp;returnto=132">http://catalog.niagaracc.suny.edu/preview_program.php?catoid=6&amp;poid=213&amp;returnto=132</a>\r\n<h3>Buffalo Zoo</h3>\r\n300 Parkside Ave\r\nBuffalo, N.Y. 14214-1999\r\n(716)-837-3900\r\n<a href="http://www.buffalozoo.org/">http://www.buffalozoo.org/</a>\r\n<h3>Pikes Peak Community College</h3>\r\nA.A.S. in Zoo Keeping Technology\r\n5675 S. Academy Blvd.\r\nColorado Springs, CO 80906 USA\r\n(800) 456-6847 | (719) 576-7711\r\n\r\nProgram Coordinator: Tracey Anderson\r\n(719) 650-0472 or (719) 502-3443\r\n<a href="mailto:Tracey.Anderson@ppcc.edu">Tracey.Anderson@ppcc.edu</a>\r\n\r\nThe program is a two-year degree in which students complete 675 hours of hands on training through required internships. The program is 75 credit hours. In addition to the practical application, students are trained in animal husbandry, exhibitry, safety, veterinary care, horticulture, public relations, career development, and environmental science. The program also offers electives such as elephant management, animal training, advanced exhibitry techniques, primate studies and adventures in zoo design.\r\n<ul>\r\n	<li><a href="http://www.ppcc.edu/about-ppcc/">http://www.ppcc.edu/about-ppcc/</a></li>\r\n</ul>\r\n<h3>Cheyenne Mountain Zoo</h3>\r\n<a href="http://www.cmzoo.org/">http://www.cmzoo.org/</a>\r\n4250 Cheyenne Mountain Zoo Road\r\nColorado Springs, CO 80906\r\n(719)633-9925\r\n<a href="mailto:info@cmzoo.org">info@cmzoo.org</a>\r\n<h3>Santa Fe College</h3>\r\nA.S. in Zoo Technology\r\n3000 N.W. 83rd Street\r\nGainesville, FL 32606\r\n\r\nLinda Asbell\r\n(352) 395-5604\r\n<a href="mailto:linda.asbell@sfcollege.edu">linda.asbell@sfcollege.edu</a>\r\n\r\nThe Zoo Animal Technology Program at Santa Fe Community College was the first program of its kind, and the first to offer a great combination of academic classes and hands on experiences in the animal fields. Students in the program will complete a 74 credit hour course of study over five semesters, including academic classes on all animal groups, animal nutrition, animal breeding, as well as visitor education. In addition to the academic classes the students will work in the Teaching Zoo (an AZA accredited facility) for over 1800 hours. This training enables students to find employment in a variety of fields including zookeeping, park naturalist, zoo education, animal technician and a host of other animal husbandry fields. Four-year programs are also available in cooperation with State University of New York at Oswego, Friends University in Wichita, Kansas, and University of West Florida in Pensacola, Florida. Please contact Linda Asbell (above) for cooperative information.\r\n\r\n<a href="http://www.sfcollege.edu/zoo">http://www.sfcollege.edu/zoo</a>\r\n<h3>Portland Community College</h3>\r\nA.A.S. in Biology and Management of Zoo Animals\r\nRock Creek Campus\r\n17705 NW Springville Rd\r\nPortland, Oregon 97229\r\nFaculty Department Chair: Joyce Kaplan\r\n(971) 722-7688\r\n<a href="mailto:joyce.kaplan@pcc.edu">joyce.kaplan@pcc.edu</a><a href="mailto:jkaplan@pensacolastate.edu"></a>\r\n<p class="MsoNormal">This is a two-year full time program that will open for admissions in Fall of 2012 in conjunction with the Oregon Zoo and Oregon National Primate Research Center.  The coursework in planning includes over 1000 internship hours as well as a wide variety of courses critical for modern zoological management.  For more information: <a href="http://www.pcc.edu/staff/index.cfm/1415,html">http://www.pcc.edu/staff/index.cfm/1415,html</a>.</p>', 'Two-Year Programs', 0, '', 'publish', 'closed', 'closed', '', 'two-year-programs', '', '', '2013-11-06 21:59:02', '2013-11-07 02:59:02', '', 82, 'http://dev.aazk.org/?page_id=88', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (89, 1, '2009-05-26 14:28:53', '2009-05-26 19:28:53', '', 'Two-Year Programs', 0, '', 'inherit', 'closed', 'closed', '', '88-revision', '', '', '2009-05-26 14:28:53', '2009-05-26 19:28:53', '', 88, 'http://dev.aazk.org/uncategorized/88-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (90, 1, '2009-05-26 11:37:00', '2009-05-26 16:37:00', 'Today\'s zookeeper is an educated person. Gone are the days when all you needed was a love for animals, a shovel and a strong back. Now we are expected to know animal husbandry, nutrition, operant conditioning, enrichment and conservation; we are also expected to be able to lift 50 lbs., and to work weekends and holidays. We do this job because we love it, not for the money. The money is in upper management, which usually means less contact with the animals. However, in the zoo field even being in the upper echelon does not guarantee a substantial income. For us, knowing that we are saving an animal species or maybe just making an animal feel as at home as possible is enough.\r\n\r\nFor those of you who think this is the field for you, click here. For more information, you may also visit the websites for the <a href="http://www.aza.org/">American Zoo and Aquarium Association</a> and the <a href="http://aecetia.net/gws/aazk/">American Association of Zoo Keepers</a> directly. You may also be interested in books about animal careers -- if so, Click Here!\r\n\r\n<h3>The List</h3>\r\n<p>While this list deals primarily with schools that have programs geared toward zookeeping, keep in mind that a degree in Wildlife Management or Wildlife Ecology is also acceptable for most zoos, as are degrees in Zoology and Biology. Remember, most zoos prefer hands-on experience, so while pursuing these degrees, volunteer where you can! (I do not list Vet. Tech Schools or those programs dealing with pure Animal Science.) There are both two and four year programs listed. Some zoos require more education than others and it is always a good idea to get a higher degree if you wish to advance up the ranks. Because of this, I have also included on this list a new program geared toward zoo and aquarium management. In addition you will find information on the Durrell Wildlife Conservation Trust and a list of international schools.</p>\r\n\r\n<dl>\r\n	<dt>Two-Year Programs</dt>\r\n    	<dd>Listed here are current programs leading to a two-year higher education degree such as an Associate\'s degree or a technical degree.</dd>\r\n	<dt>Four-Year Programs</dt>\r\n    	<dd>Listed here are current programs leading to a four-year degree such as a Bachelor\'s degree.</dd>\r\n	<dt>Management Programs</dt>\r\n    	<dd>This list provides information concerning higher education programs leading to degrees specific to leadership positions within the zoo field.</dd>\r\n	<dt>Conservation Programs</dt>\r\n    	<dd>This list provides information on programs geared toward teaching environmental conservation techniques.</dd>\r\n	<dt>International Programs</dt>\r\n    	<dd>This list provides information on programs outside the United States.</dd>\r\n	<dt>Aquarium or Marine Mammal Focus Programs</dt>\r\n    	<dd>This list provides information on programs that focus on aquarium or marine mammal husbandry and/or training.</dd>\r\n	<dt>Veterinary Schools with Exotic Animal Programs</dt>\r\n    	<dd>This list provides information for those who would like to become a veterinarian who specializes in exotic/zoo animals.</dd>\r\n</dl>', 'Zoo Keeper Training', 0, '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2009-05-26 11:37:00', '2009-05-26 16:37:00', '', 82, 'http://dev.aazk.org/uncategorized/82-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (91, 1, '2009-05-26 14:33:53', '2009-05-26 19:33:53', 'Today\'s zookeeper is an educated person. Gone are the days when all you needed was a love for animals, a shovel and a strong back. Now we are expected to know animal husbandry, nutrition, operant conditioning, enrichment and conservation; we are also expected to be able to lift 50 lbs., and to work weekends and holidays. We do this job because we love it, not for the money. The money is in upper management, which usually means less contact with the animals. However, in the zoo field even being in the upper echelon does not guarantee a substantial income. For us, knowing that we are saving an animal species or maybe just making an animal feel as at home as possible is enough.\r\n\r\nFor those of you who think this is the field for you, click here. For more information, you may also visit the websites for the <a href="http://www.aza.org/">American Zoo and Aquarium Association</a> and the <a href="http://aecetia.net/gws/aazk/">American Association of Zoo Keepers</a> directly. You may also be interested in books about animal careers -- if so, Click Here!\r\n\r\n<h3>The List</h3>\r\n<p>While this list deals primarily with schools that have programs geared toward zookeeping, keep in mind that a degree in Wildlife Management or Wildlife Ecology is also acceptable for most zoos, as are degrees in Zoology and Biology. Remember, most zoos prefer hands-on experience, so while pursuing these degrees, volunteer where you can! (I do not list Vet. Tech Schools or those programs dealing with pure Animal Science.) There are both two and four year programs listed. Some zoos require more education than others and it is always a good idea to get a higher degree if you wish to advance up the ranks. Because of this, I have also included on this list a new program geared toward zoo and aquarium management. In addition you will find information on the Durrell Wildlife Conservation Trust and a list of international schools.</p>\r\n\r\n<dl>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/two-year-programstwo-year-programs/">Two-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a two-year higher education degree such as an Associate\'s degree or a technical degree.</dd>\r\n	<dt>Four-Year Programs</dt>\r\n    	<dd>Listed here are current programs leading to a four-year degree such as a Bachelor\'s degree.</dd>\r\n	<dt>Management Programs</dt>\r\n    	<dd>This list provides information concerning higher education programs leading to degrees specific to leadership positions within the zoo field.</dd>\r\n	<dt>Conservation Programs</dt>\r\n    	<dd>This list provides information on programs geared toward teaching environmental conservation techniques.</dd>\r\n	<dt>International Programs</dt>\r\n    	<dd>This list provides information on programs outside the United States.</dd>\r\n	<dt>Aquarium or Marine Mammal Focus Programs</dt>\r\n    	<dd>This list provides information on programs that focus on aquarium or marine mammal husbandry and/or training.</dd>\r\n	<dt>Veterinary Schools with Exotic Animal Programs</dt>\r\n    	<dd>This list provides information for those who would like to become a veterinarian who specializes in exotic/zoo animals.</dd>\r\n</dl>', 'Zoo Keeper Training', 0, '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2009-05-26 14:33:53', '2009-05-26 19:33:53', '', 82, 'http://dev.aazk.org/uncategorized/82-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (92, 1, '2009-05-26 14:33:08', '2009-05-26 19:33:08', '<h3>Alamance Community College</h3>\r\n<div class="vcard">\r\n    <div class="fn org">A.A.S. Animal Care &amp; Management Technology</div>\r\n    <address class="adr">\r\n        <div class="street-address">P.O. Box 8000</div>\r\n        <span class="locality">Graham</span>, <span class="region">NC</span>, <span class="postal-code">27253-8000</span>\r\n    </address>\r\n    <div class="tel">(336) 506-4385</div>\r\n</div>\r\n\r\n<p>Program Contact:<br />\r\nChristine Remington, Department Head - <a href="mailto:remingc@alamancecc.edu">remingc@alamancecc.edu</a></p>\r\n\r\n<p>The A.A.S. degree in Animal Care and Management Technology focuses on cultivating caring, educated, and experienced employees in a wide variety of animal related fields including exotic animal husbandry. With a broad base of knowledge including habitat design, sanitation, nutrition, healthcare, principles of behavior and training, and animal handling and restraint grounded in hours of service learning projects, rigorous competencies, and cooperative work experiences, students exemplify the education, compassion & skill of captive animal care and management.</p>\r\n\r\n<p><a href="http://www.alamancecc.edu/curriculum_courses_programs/courses_programs/programs_of_study/programs/prog.php?curr=A55100">A.A.S. Animal Care &amp; Management Technology Curriculum</a></p>', 'Two-Year Programs', 0, '', 'inherit', 'closed', 'closed', '', '88-revision-2', '', '', '2009-05-26 14:33:08', '2009-05-26 19:33:08', '', 88, 'http://dev.aazk.org/uncategorized/88-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (93, 1, '2009-05-26 14:44:31', '2009-05-26 19:44:31', '<h3>Alamance Community College</h3>\r\n<div class="vcard">\r\n    <div class="fn org">A.A.S. Animal Care &amp; Management Technology</div>\r\n    <address class="adr">\r\n        <div class="street-address">P.O. Box 8000</div>\r\n        <span class="locality">Graham</span>, <span class="region">NC</span>, <span class="postal-code">27253-8000</span>\r\n    </address>\r\n    <div class="tel">(336) 506-4385</div>\r\n</div>\r\n\r\n<p>Program Contact:<br />\r\nChristine Remington, Department Head - <a href="mailto:remingc@alamancecc.edu">remingc@alamancecc.edu</a></p>\r\n\r\n<p>The A.A.S. degree in Animal Care and Management Technology focuses on cultivating caring, educated, and experienced employees in a wide variety of animal related fields including exotic animal husbandry. With a broad base of knowledge including habitat design, sanitation, nutrition, healthcare, principles of behavior and training, and animal handling and restraint grounded in hours of service learning projects, rigorous competencies, and cooperative work experiences, students exemplify the education, compassion & skill of captive animal care and management.</p>\r\n\r\n<p><a href="http://www.alamancecc.edu/curriculum_courses_programs/courses_programs/programs_of_study/programs/prog.php?curr=A55100">A.A.S. Animal Care &amp; Management Technology Curriculum</a></p>\r\n\r\n<h3>America\'s Teaching Zoo at Moorpark College<br />\r\nExotic Animal Management and Training Program (EATM)</h3>\r\n<div class="vcard">\r\n    <div class="fn org">Moorpark College</div>\r\n    <address class="adr">\r\n        <div class="street-address">7075 Campus Road</div>\r\n        <span class="locality">Moorpark</span>, <span class="region">CA</span>, <span class="postal-code">93021</span>\r\n    </address>\r\n    <div class="tel">(805) 378-1441</div>\r\n    <div class="email"><a href="mailto:EATM@vcccd.net">EATM@vcccd.net</a></div>\r\n</div>\r\n\r\n<p>Students may earn an A.S. degree by taking general education courses alongside their zoo curriculum and they can earn degrees and certificates in Animal Training, and Wildlife Education. This is an intense program and EATM students are required to attend classes, work with and care for the animals, and work at the campus zoo most days and weekends.</p>\r\n\r\n<p><a href="http://www.moorparkcollege.edu/zoo/">http://www.moorparkcollege.edu/zoo/</a></p>', 'Two-Year Programs', 0, '', 'inherit', 'closed', 'closed', '', '88-revision-3', '', '', '2009-05-26 14:44:31', '2009-05-26 19:44:31', '', 88, 'http://dev.aazk.org/uncategorized/88-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (94, 1, '2009-05-26 14:47:45', '2009-05-26 19:47:45', '<div class="vcard">\r\n    <div class="fn org">A.A.S. Animal Care &amp; Management Technology</div>\r\n    <address class="adr">\r\n        <span class="street-address">P.O. Box 8000</span>\r\n        <span class="locality">Graham</span>, <span class="region">NC</span>, <span class="postal-code">27253-8000</span>\r\n    </address>\r\n    <div class="tel">(336) 506-4385</div>\r\n</div>\r\n\r\n<p>Program Contact:<br />\r\nChristine Remington, Department Head - <a href="mailto:remingc@alamancecc.edu">remingc@alamancecc.edu</a></p>\r\n\r\n<p>The A.A.S. degree in Animal Care and Management Technology focuses on cultivating caring, educated, and experienced employees in a wide variety of animal related fields including exotic animal husbandry. With a broad base of knowledge including habitat design, sanitation, nutrition, healthcare, principles of behavior and training, and animal handling and restraint grounded in hours of service learning projects, rigorous competencies, and cooperative work experiences, students exemplify the education, compassion & skill of captive animal care and management.</p>\r\n\r\n<p><a href="http://www.alamancecc.edu/curriculum_courses_programs/courses_programs/programs_of_study/programs/prog.php?curr=A55100">A.A.S. Animal Care &amp; Management Technology Curriculum</a></p>\r\n\r\n<h3>America\'s Teaching Zoo at Moorpark College<br />\r\nExotic Animal Management and Training Program (EATM)</h3>\r\n<div class="vcard">\r\n    <div class="fn org">Moorpark College</div>\r\n    <address class="adr">\r\n        <span class="street-address">7075 Campus Road</span>\r\n        <span class="locality">Moorpark</span>, <span class="region">CA</span>, <span class="postal-code">93021</span>\r\n    </address>\r\n    <div class="tel">(805) 378-1441</div>\r\n    <div class="email"><a href="mailto:EATM@vcccd.net">EATM@vcccd.net</a></div>\r\n</div>\r\n\r\n<p>Students may earn an A.S. degree by taking general education courses alongside their zoo curriculum and they can earn degrees and certificates in Animal Training, and Wildlife Education. This is an intense program and EATM students are required to attend classes, work with and care for the animals, and work at the campus zoo most days and weekends.</p>\r\n\r\n<p><a href="http://www.moorparkcollege.edu/zoo/">http://www.moorparkcollege.edu/zoo/</a></p>', 'Two-Year Programs', 0, '', 'inherit', 'closed', 'closed', '', '88-revision-4', '', '', '2009-05-26 14:47:45', '2009-05-26 19:47:45', '', 88, 'http://dev.aazk.org/uncategorized/88-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1941, 2, '2009-05-26 21:37:06', '2009-05-27 02:37:06', '<h3>Greater Columbus Area Zoo and Aquarium School</h3>\r\n\r\n<p>9990 Riverside Drive<br />\r\nP.O. Box 400<br />\r\nPowell, Ohio 43065-0400<br />\r\n(614) 724-3608</p>\r\n\r\n<p>All students enter the program with a zoo-related career interest in mind.</p>\r\n\r\n<p><a href="http://www.columbuszooschool.org">http://www.columbuszooschool.org</a></p>\r\n\r\n<h3>Millbrook School, Millbrook New York</h3>\r\n\r\n<p>The Trevor Zoo is a unique facility. There is no other zoo which is part of a college preparatory school. This is a coeducational independent high school which offers a rigorous college preparatory education. The zoo offers unique opportunities for students to develop an appreciation of wildlife through the direct care of zoo animals and through associated academic classes.</p>\r\n\r\n<p><a href="http://www.millbrook.org/podium/default.aspx?t=35004">http://www.millbrook.org/podium/default.aspx?t=35004</a></p>\r\n\r\n<h3>North Hollywood High School Zoo Magnet</h3>\r\n\r\n<p>5336 Crystal Springs Drive<br />\r\nLos Angeles, CA 90027</p>\r\n\r\n<p>Utilizing the nearby Los Angeles Zoo, this magnet school teaches students how their subjects relate to the real world.</p>\r\n\r\n<ul>\r\n    <li><a href="mailto:nh-zoo-mag@lausd.k12.ca.us">nh-zoo-mag@lausd.k12.ca.us</a></li>\r\n    <li><a href="http://www.lausd.k12.ca.us/NH_Zoo_Magnet/">www.lausd.k12.ca.us/NH_Zoo_Magnet/</a></li>\r\n</ul>\r\n\r\n<h3>Richmond Heights Middle Zoo Magnet</h3>\r\n\r\n<p>15015 S.W. 103 Avenue<br />\r\nMiami, Florida 33176-7746<br />\r\n(305) 238-2316</p>\r\n\r\n<p>The Science Zoo Magnet Program affords students an opportunity to study a rigorous curriculum which explores, in depth, many branches of science related to the zoo and our technological world. Students will experience the fun, adventure and excitement of learning in Metrozoo\'s 290 acre "science classroom", with more than 1200 exotic animals in cageless habitats. They will take learning safaris into unique environments ranging from Asian jungles to African Plains. Participating students sill work and study with a select group of enthusiastic classmates who have a keen interest in science and its applications to animals and their environment.</p>\r\n\r\n<ul>\r\n	<li><a href="mailto:rhmsinfo@rhms.dadeschools.net">rhmsinfo@rhms.dadeschools.net</a></li>\r\n	<li><a href="http://rhms.dadeschools.net/">http://rhms.dadeschools.net/</a></li>\r\n</ul>\r\n\r\n<h3>Miami Metrozoo</h3>\r\n\r\n<p>1 Zoo Boulevard<br />\r\n12400 SW 152 Street<br />\r\nMiami, FL  33177<br />\r\n(305) 251-0400<br />\r\n<a href="http://www.miamimetrozoo.com">http://www.miamimetrozoo.com</a></p>\r\n\r\n<h3>Asheboro High School Zoo School</h3>\r\n\r\n<p>1221 South Park St.<br /> \r\nAsheboro, NC 27203<br /> \r\n(336) 625-6185 main office</p>\r\n\r\n<p>The AHS Zoo School is located at the <a href="http://www.nczoo.org">North Carolina Zoological Park</a> in Asheboro, NC.&nbsp;&nbsp;We are&nbsp;a science-themed, cross-curricular&nbsp;focused  small learning community that actively engages students in real life  experiences in our 1,500 acre&nbsp;campus.&nbsp; Students have the opportunity to  work with NC Zoo staff and apply their scientific investigation skills  to solve problems.</p>\r\n\r\n<ul>\r\n    <li><a href="http://www.nczoo.org/education/zooschool.html">http://www.nczoo.org/education/zooschool.html</a></li>\r\n    <li><a href="http://www.asheboro.k12.nc.us/cms/AHS+Zoo+School/6470.html">http://www.asheboro.k12.nc.us/cms/AHS+Zoo+School/6470.html</a></li>\r\n</ul>', 'High School Programs', 0, '', 'inherit', 'closed', 'closed', '', '98-revision-4', '', '', '2009-05-26 21:37:06', '2009-05-27 02:37:06', '', 98, 'http://aazk.org/uncategorized/98-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (151, 1, '2009-05-26 15:23:16', '2009-05-26 20:23:16', '<div class="vcard">\r\n	<h3 class="fn org">Greater Columbus Area Zoo and Aquarium School</h3>\r\n    <address class="adr">\r\n        <span class="street-address">9990 Riverside Drive</span>\r\n        <span class="pob">P.O. Box 400</span>\r\n        <span class="locality">Powell</span>, <span class="region">OH</span>, <span class="postal-code">43065-0400</span>\r\n    </address>\r\n    <div class="tel">(614) 724-3608</div>\r\n    <div class="url"><a href="http://www.columbuszooschool.org">http://www.columbuszooschool.org</a></div>\r\n</div>\r\n\r\n<p>All students enter the program with a zoo-related career interest in mind.</p>\r\n\r\n\r\n<h3>Millbrook School, Millbrook New York</h3>\r\n\r\n<p>The Trevor Zoo is a unique facility. There is no other zoo which is part of a college preparatory school. This is a coeducational independent high school which offers a rigorous college preparatory education. The zoo offers unique opportunities for students to develop an appreciation of wildlife through the direct care of zoo animals and through associated academic classes.</p>\r\n\r\n<p><a href="http://www.millbrook.org/podium/default.aspx?t=35004">http://www.millbrook.org/podium/default.aspx?t=35004</a></p>\r\n\r\n<div class="vcard">\r\n	<h3 class="fn org">North Hollywood High School Zoo Magnet</h3>\r\n    <address class="adr">\r\n        <span class="street-address">5336 Crystal Springs Drive</span>\r\n        <span class="locality">Los Angeles</span>, <span class="region">CA</span>, <span class="postal-code">90027</span>\r\n    </address>\r\n    <div class="email"><a href="mailto:nh-zoo-mag@lausd.k12.ca.us">nh-zoo-mag@lausd.k12.ca.us</a></div>\r\n    <div class="url"><a href="http://www.lausd.k12.ca.us/NH_Zoo_Magnet/">www.lausd.k12.ca.us/NH_Zoo_Magnet/</a></div>\r\n</div>\r\n\r\n<p>Utilizing the nearby Los Angeles Zoo, this magnet school teaches students how their subjects relate to the real world.</p>\r\n\r\n\r\n<div class="vcard">\r\n	<h3 class="fn org">Richmond Heights Middle Zoo Magnet</h3>\r\n    <address class="adr">\r\n        <span class="street-address">15015 S.W. 103 Avenue</span>\r\n        <span class="locality">Miami</span>, <span class="region">FL</span>, <span class="postal-code">33176-7746</span>\r\n    </address>\r\n    <div class="tel">(305) 238-2316</div>\r\n    <div class="email"><a href="mailto:rhmsinfo@rhms.dadeschools.net">rhmsinfo@rhms.dadeschools.net</a></div>\r\n    <div class="url"><a href="http://rhms.dadeschools.net/">rhms.dadeschools.net/</a></div>\r\n</div>\r\n\r\n<p>The Science Zoo Magnet Program affords students an opportunity to study a rigorous curriculum which explores, in depth, many branches of science related to the zoo and our technological world. Students will experience the fun, adventure and excitement of learning in Metrozoo\'s 290 acre “science classroom” , with more than 1200 exotic animals in cageless habitats. They will take learning safaris into unique environments ranging from Asian jungles to African Plains. Participating students sill work and study with a select group of enthusiastic classmates who have a keen interest in science and its applications to animals and their environment.</p>\r\n\r\n<div class="vcard">\r\n	<h3 class="fn org">Miami Metrozoo</h3>\r\n    <address class="adr">\r\n        <span class="street-address">1 Zoo Boulevard</span>\r\n        <span class="extended-address">12400 SW 152 Street</span>\r\n        <span class="locality">Miami</span>, <span class="region">FL</span>, <span class="postal-code">33177</span>\r\n    </address>\r\n    <div class="tel">(305) 251-0400</div>\r\n    <div class="url"><a href="http://www.miamimetrozoo.com">http://www.miamimetrozoo.com</a></div>\r\n</div>\r\n\r\n\r\n<div class="vcard">\r\n	<h3 class="fn org">Asheboro High School Zoo School</h3>\r\n    <address class="adr">\r\n        <span class="street-address">1221 South Park St</span>\r\n        <span class="locality">Asheboro</span>, <span class="region">NC</span>, <span class="postal-code">27203</span>\r\n    </address>\r\n    <div class="tel">(336) 625-6185</div>\r\n    <div class="url"><a href="http://www.nczoo.org/education/zooschool.html">http://www.nczoo.org/education/zooschool.html</a></div>\r\n</div>\r\n\r\n<p><a href="http://www.asheboro.k12.nc.us/cms/AHS+Zoo+School/6470.html">http://www.asheboro.k12.nc.us/cms/AHS+Zoo+School/6470.html</a></p>\r\n', 'High School Programs', 0, '', 'inherit', 'closed', 'closed', '', '98-revision-3', '', '', '2009-05-26 15:23:16', '2009-05-26 20:23:16', '', 98, 'http://dev.aazk.org/uncategorized/98-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (95, 1, '2009-05-26 15:10:35', '2009-05-26 20:10:35', '<h3>Canisius College</h3>\r\nB.S. in Biology with a Minor in Zoo Biology\r\n2001 Main Street\r\nBuffalo, NY 14208-1098\r\n(716)-883-7000\r\n<a href="mailto:noonan@canisius.edu">noonan@canisius.edu</a>\r\n\r\nStudents receive rigorous background preparation in coursework through an abundance of hands-on experiences at various zoos and marine parks in Western New York and Ontario, Canada.\r\n<ul>\r\n	<li><a href="http://www.canisius.edu/">http://www.canisius.edu/</a></li>\r\n	<li><a href="http://www.canisius.edu/biopsych/zoobio/">http://www.canisius.edu/biopsych/zoobio/</a></li>\r\n</ul>\r\n<h3>Delaware Valley College</h3>\r\nB.S. in Animal Biotechnology and Conservation\r\n\r\nStudents in the Animal Biotechnology and Conservation program may major in Zoo Science, Small Animal Science or Conservation &amp; Wildlife Management. The choice of major is made upon completion of the first year of study.\r\n<ul>\r\n	<li><a href="http://www.delval.edu/cms/">http://www.delval.edu/cms/</a></li>\r\n	<li><a href="http://delval.edu/cms/index.php/delval/overview_sn/animal_bio">http://delval.edu/cms/index.php/delval/overview_sn/animal_bio</a></li>\r\n</ul>\r\n<h3>Emporia State University</h3>\r\nB.S. and MS/MA in Biology with Environmental Biology, Zoology, and Botany emphases available.\r\n1200 Commercial Street\r\nEmporia, KS 66801\r\n(620) 341-5611\r\n\r\nPrograms emphasize natural history, lab and fieldwork, and modern developments in organismic biology.\r\n\r\nVisit <a href="http://www.emporia.edu/biosci/eeb.htm">http://www.emporia.edu/biosci/eeb.htm</a> for departmental information.\r\n\r\nVisit <a href="http://www.emporia.edu/ksn/">http://www.emporia.edu/ksn/</a> for the Kansas School Naturalist.\r\n<h3>Friends University</h3>\r\nB.S. and M.S.\r\n2100 W. University St.\r\nWichita KS 67213\r\n(316)-295-5000\r\n(800)-794-6945\r\n\r\nB.S. and M.S. programs with emphasis in Zoo Science, Zoo Management, and Zoo Education; requires 360 hours of practical experience at Sedgwick County Zoo. Also, Friends University offers a cooperative program through Santa Fe Community College Teaching Zoo (see Two Year Programs).\r\n\r\n<a href="http://www.friends.edu/academics/zoo-science">http://www.friends.edu/academics/zoo-science</a>\r\n<h3>Sedgwick County Zoo</h3>\r\n5555 Zoo Boulevard\r\nWichita, Kansas\r\nUSA 67212-1698\r\n(316) 660-WILD (9453)\r\n\r\n<a href="http://www.scz.org/">http://www.scz.org/</a>\r\n<h3>Michigan State University</h3>\r\nB.S. in Zoology with disciplinary concentration in Zoo and Aquarium Science\r\nDr. Richard Snider, Program Coordinator\r\nDepartment of Zoology\r\n219 Natural Science Building\r\nMichigan State University\r\nEast Lansing, MI 48824-1115\r\n(517) 353-9864\r\n<a href="mailto:snider@msu.edu">snider@msu.edu</a>\r\n\r\n<a href="http://www.msu.edu/">http://www.msu.edu/</a>\r\n<h3>Oswego, State University of New York</h3>\r\nB.S. in Zoology\r\nDepartment of Biology\r\nState University of New York at Oswego\r\nOswego, NY 13126\r\n(315) 341-2776\r\n\r\nOffers a cooperative program though the Santa Fe Teaching Zoo (see Two Year Programs).\r\n\r\n<a href="http://www.oswego.edu">http://www.oswego.edu</a>\r\n<h3>Unity College</h3>\r\nB.S. in Captive Wildlife Care and Education\r\n90 Quaker Hill Road\r\nUnity, Maine 04988\r\n(207) 948-3131\r\n\r\nThis program is designed for students interested in careers involving a hands-on approach to the care and husbandry of captive wild species, and educating the public concerning wildlife issues. Students receive a solid foundation in the biological sciences, along with courses focused on wildlife science, education and interpretation. Potential employers include zoos, aquaria, rehabilitation and wildlife education facilities.\r\n<ul>\r\n	<li><a href="http://www.unity.edu/default.aspx">http://www.unity.edu/default.aspx</a></li>\r\n	<li><a href="http://www.unity.edu/Academic/Majors/WildlifeCareAndEducation/WildlifeCareAndEducation.aspx">http://www.unity.edu/Academic/Majors/WildlifeCareAndEducation/WildlifeCareAndEducation.aspx</a></li>\r\n</ul>\r\n<h3>University of West Florida</h3>\r\nB.S. in Zoo Science as part of an Interdisciplinary Science Degree\r\n11000 University Parkway\r\nPensacola, FL 32514\r\n(850) 474-2000\r\n\r\nSteve Celestial, Zoo Science Advisor, <a href="mailto:scelestial@uwf.edu">scelestial@uwf.edu</a>\r\nOffers cooperative programs with the Pensacola Junior College Zoo Animal Technology Program and Santa Fe Community College Teaching Zoo (see Two Year Programs).\r\n\r\n<a href="http://uwf.edu/catalog/intscibs.pdf">http://uwf.edu/catalog/intscibs.pdf</a>\r\n<h3>University of Wisconsin-Stevens Point</h3>\r\nB.S. degrees\r\nMajor in Wildlife\r\nMinor in Captive Wildlife management\r\n2100 Main Street\r\nStevens Point, WI 54481-3897\r\n(715) 346-0123\r\n\r\nSue Kissinger\r\nCoordinator of Advising and Recruitment\r\nStudent Success Center - 180 CNR\r\nCollege of Natural Resources\r\n\r\nShelli Dubay, Ph.D.\r\nAssistant Professor, Wildlife\r\n327 CNR\r\nCollege of Natural Resources\r\nUniversity of Wisconsin-Stevens Point\r\n(715) 346-4178\r\nFax: (715) 346-3624\r\n<a href="mailto:sdubay@uwsp.edu">sdubay@uwsp.edu</a>\r\n\r\nWhile not directly advertised for zookeepers this program offers much of the same basic knowledge and skill that would be needed for the job.\r\n\r\n<a href="http://www.uwsp.edu/admissions/guides/captivewildlife.aspx">http://www.uwsp.edu/admissions/guides/captivewildlife.aspx</a>\r\n<h3>Western Illinois University School of Graduate Studies</h3>\r\nPost-Baccalaureate Certificate: Zoo &amp; Aquarium Studies\r\n1 University Circle\r\nMemorial Hall 237\r\nMacomb, IL 61455-1390\r\n(309)-298-1806\r\n<a href="mailto:Grad-Office@wiu.edu">Grad-Office@wiu.edu</a>\r\n\r\n<a href="http://www.wiu.edu/graduate_studies/catalog/post_bacc_certificates/zooaquastudies.php">http://www.wiu.edu/graduate_studies/catalog/post_bacc_certificates/zooaquastudies.php</a>', 'Four-Year Programs', 0, '', 'publish', 'closed', 'closed', '', 'four-year-programs', '', '', '2013-11-06 21:59:02', '2013-11-07 02:59:02', '', 82, 'http://dev.aazk.org/?page_id=95', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (96, 1, '2009-05-26 15:10:23', '2009-05-26 20:10:23', '', 'Four-Year Programs', 0, '', 'inherit', 'closed', 'closed', '', '95-revision', '', '', '2009-05-26 15:10:23', '2009-05-26 20:10:23', '', 95, 'http://dev.aazk.org/uncategorized/95-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (97, 1, '2009-05-26 14:34:15', '2009-05-26 19:34:15', 'Today\'s zookeeper is an educated person. Gone are the days when all you needed was a love for animals, a shovel and a strong back. Now we are expected to know animal husbandry, nutrition, operant conditioning, enrichment and conservation; we are also expected to be able to lift 50 lbs., and to work weekends and holidays. We do this job because we love it, not for the money. The money is in upper management, which usually means less contact with the animals. However, in the zoo field even being in the upper echelon does not guarantee a substantial income. For us, knowing that we are saving an animal species or maybe just making an animal feel as at home as possible is enough.\r\n\r\nFor those of you who think this is the field for you, click here. For more information, you may also visit the websites for the <a href="http://www.aza.org/">American Zoo and Aquarium Association</a> and the <a href="http://aecetia.net/gws/aazk/">American Association of Zoo Keepers</a> directly. You may also be interested in books about animal careers -- if so, Click Here!\r\n\r\n<h3>The List</h3>\r\n<p>While this list deals primarily with schools that have programs geared toward zookeeping, keep in mind that a degree in Wildlife Management or Wildlife Ecology is also acceptable for most zoos, as are degrees in Zoology and Biology. Remember, most zoos prefer hands-on experience, so while pursuing these degrees, volunteer where you can! (I do not list Vet. Tech Schools or those programs dealing with pure Animal Science.) There are both two and four year programs listed. Some zoos require more education than others and it is always a good idea to get a higher degree if you wish to advance up the ranks. Because of this, I have also included on this list a new program geared toward zoo and aquarium management. In addition you will find information on the Durrell Wildlife Conservation Trust and a list of international schools.</p>\r\n\r\n<dl>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/two-year-programs/">Two-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a two-year higher education degree such as an Associate\'s degree or a technical degree.</dd>\r\n	<dt>Four-Year Programs</dt>\r\n    	<dd>Listed here are current programs leading to a four-year degree such as a Bachelor\'s degree.</dd>\r\n	<dt>Management Programs</dt>\r\n    	<dd>This list provides information concerning higher education programs leading to degrees specific to leadership positions within the zoo field.</dd>\r\n	<dt>Conservation Programs</dt>\r\n    	<dd>This list provides information on programs geared toward teaching environmental conservation techniques.</dd>\r\n	<dt>International Programs</dt>\r\n    	<dd>This list provides information on programs outside the United States.</dd>\r\n	<dt>Aquarium or Marine Mammal Focus Programs</dt>\r\n    	<dd>This list provides information on programs that focus on aquarium or marine mammal husbandry and/or training.</dd>\r\n	<dt>Veterinary Schools with Exotic Animal Programs</dt>\r\n    	<dd>This list provides information for those who would like to become a veterinarian who specializes in exotic/zoo animals.</dd>\r\n</dl>', 'Zoo Keeper Training', 0, '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2009-05-26 14:34:15', '2009-05-26 19:34:15', '', 82, 'http://dev.aazk.org/uncategorized/82-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (98, 1, '2009-05-26 15:15:32', '2009-05-26 20:15:32', '<h3>Greater Columbus Area Zoo and Aquarium School</h3>\r\n9990 Riverside Drive\r\nP.O. Box 400\r\nPowell, Ohio 43065-0400\r\n(614) 724-3608\r\n\r\nAll students enter the program with a zoo-related career interest in mind.\r\n\r\n<a href="http://www.columbuszooschool.org">http://www.columbuszooschool.org</a>\r\n<h3>Millbrook School, Millbrook New York</h3>\r\nThe Trevor Zoo is a unique facility. There is no other zoo which is part of a college preparatory school. This is a coeducational independent high school which offers a rigorous college preparatory education. The zoo offers unique opportunities for students to develop an appreciation of wildlife through the direct care of zoo animals and through associated academic classes.\r\n\r\n<a href="http://www.millbrook.org/podium/default.aspx?t=35004">http://www.millbrook.org/podium/default.aspx?t=35004</a>\r\n<h3>North Hollywood High School Zoo Magnet</h3>\r\n5336 Crystal Springs Drive\r\nLos Angeles, CA 90027\r\n\r\nUtilizing the nearby Los Angeles Zoo, this magnet school teaches students how their subjects relate to the real world.\r\n<ul>\r\n	<li><a href="mailto:nh-zoo-mag@lausd.k12.ca.us">nh-zoo-mag@lausd.k12.ca.us</a></li>\r\n	<li><a href="http://www.lausd.k12.ca.us/NH_Zoo_Magnet/">www.lausd.k12.ca.us/NH_Zoo_Magnet/</a></li>\r\n</ul>\r\n<h3>Richmond Heights Middle Zoo Magnet</h3>\r\n15015 S.W. 103 Avenue\r\nMiami, Florida 33176-7746\r\n(305) 238-2316\r\n\r\nThe Science Zoo Magnet Program affords students an opportunity to study a rigorous curriculum which explores, in depth, many branches of science related to the zoo and our technological world. Students will experience the fun, adventure and excitement of learning in Metrozoo\'s 290 acre "science classroom", with more than 1200 exotic animals in cageless habitats. They will take learning safaris into unique environments ranging from Asian jungles to African Plains. Participating students sill work and study with a select group of enthusiastic classmates who have a keen interest in science and its applications to animals and their environment.\r\n<ul>\r\n	<li><a href="mailto:rhmsinfo@rhms.dadeschools.net">rhmsinfo@rhms.dadeschools.net</a></li>\r\n	<li><a href="http://rhms.dadeschools.net/">http://rhms.dadeschools.net/</a></li>\r\n</ul>\r\n<h3>Miami Metrozoo</h3>\r\n1 Zoo Boulevard\r\n12400 SW 152 Street\r\nMiami, FL  33177\r\n(305) 251-0400\r\n<a href="http://www.miamimetrozoo.com">http://www.miamimetrozoo.com</a>\r\n<h3>Asheboro High School Zoo School</h3>\r\n1221 South Park St.\r\n\r\nAsheboro, NC 27203\r\n\r\n(336) 625-6185 main office\r\n\r\nThe AHS Zoo School is located at the <a href="http://www.nczoo.org">North Carolina Zoological Park</a> in Asheboro, NC.  We are a science-themed, cross-curricular focused  small learning community that actively engages students in real life  experiences in our 1,500 acre campus.  Students have the opportunity to  work with NC Zoo staff and apply their scientific investigation skills  to solve problems.\r\n<ul>\r\n	<li><a href="http://www.nczoo.org/education/zooschool.html">http://www.nczoo.org/education/zooschool.html</a></li>\r\n	<li><a href="http://ahs.asheboro.k12.nc.us/ahs_zoo_school.aspx">http://ahs.asheboro.k12.nc.us/ahs_zoo_school.aspx</a></li>\r\n</ul>', 'High School Programs', 0, '', 'publish', 'closed', 'closed', '', 'high-school-programs', '', '', '2013-11-06 21:59:02', '2013-11-07 02:59:02', '', 82, 'http://dev.aazk.org/?page_id=98', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (99, 1, '2009-05-26 15:15:19', '2009-05-26 20:15:19', '', 'High School Programs', 0, '', 'inherit', 'closed', 'closed', '', '98-revision', '', '', '2009-05-26 15:15:19', '2009-05-26 20:15:19', '', 98, 'http://dev.aazk.org/uncategorized/98-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (100, 1, '2009-05-26 15:11:11', '2009-05-26 20:11:11', 'Today\'s zookeeper is an educated person. Gone are the days when all you needed was a love for animals, a shovel and a strong back. Now we are expected to know animal husbandry, nutrition, operant conditioning, enrichment and conservation; we are also expected to be able to lift 50 lbs., and to work weekends and holidays. We do this job because we love it, not for the money. The money is in upper management, which usually means less contact with the animals. However, in the zoo field even being in the upper echelon does not guarantee a substantial income. For us, knowing that we are saving an animal species or maybe just making an animal feel as at home as possible is enough.\r\n\r\nFor those of you who think this is the field for you, click here. For more information, you may also visit the websites for the <a href="http://www.aza.org/">American Zoo and Aquarium Association</a> and the <a href="http://aecetia.net/gws/aazk/">American Association of Zoo Keepers</a> directly. You may also be interested in books about animal careers -- if so, Click Here!\r\n\r\n<h3>The List</h3>\r\n<p>While this list deals primarily with schools that have programs geared toward zookeeping, keep in mind that a degree in Wildlife Management or Wildlife Ecology is also acceptable for most zoos, as are degrees in Zoology and Biology. Remember, most zoos prefer hands-on experience, so while pursuing these degrees, volunteer where you can! (I do not list Vet. Tech Schools or those programs dealing with pure Animal Science.) There are both two and four year programs listed. Some zoos require more education than others and it is always a good idea to get a higher degree if you wish to advance up the ranks. Because of this, I have also included on this list a new program geared toward zoo and aquarium management. In addition you will find information on the Durrell Wildlife Conservation Trust and a list of international schools.</p>\r\n\r\n<dl>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/two-year-programs/">Two-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a two-year higher education degree such as an Associate\'s degree or a technical degree.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/four-year-programs/">Four-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a four-year degree such as a Bachelor\'s degree.</dd>\r\n	<dt>Management Programs</dt>\r\n    	<dd>This list provides information concerning higher education programs leading to degrees specific to leadership positions within the zoo field.</dd>\r\n	<dt>Conservation Programs</dt>\r\n    	<dd>This list provides information on programs geared toward teaching environmental conservation techniques.</dd>\r\n	<dt>International Programs</dt>\r\n    	<dd>This list provides information on programs outside the United States.</dd>\r\n	<dt>Aquarium or Marine Mammal Focus Programs</dt>\r\n    	<dd>This list provides information on programs that focus on aquarium or marine mammal husbandry and/or training.</dd>\r\n	<dt>Veterinary Schools with Exotic Animal Programs</dt>\r\n    	<dd>This list provides information for those who would like to become a veterinarian who specializes in exotic/zoo animals.</dd>\r\n</dl>', 'Zoo Keeper Training', 0, '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2009-05-26 15:11:11', '2009-05-26 20:11:11', '', 82, 'http://dev.aazk.org/uncategorized/82-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (101, 1, '2009-05-26 15:15:32', '2009-05-26 20:15:32', '<div class="vcard">\r\n	<h3 class="fn org">Greater Columbus Area Zoo and Aquarium School</h3>\r\n    <address class="adr">\r\n        <span class="street-address">9990 Riverside Drive</span>\r\n        <span class="pob">P.O. Box 400</span>\r\n        <span class="locality">Powell</span>, <span class="region">OH</span>, <span class="postal-code">43065-0400</span>\r\n    </address>\r\n    <div class="tel">(614) 724-3608</div>\r\n    <div class="url"><a href="http://www.columbuszooschool.org">http://www.columbuszooschool.org</a></div>\r\n</div>\r\n\r\n<p>All students enter the program with a zoo-related career interest in mind.</p>', 'High School Programs', 0, '', 'inherit', 'closed', 'closed', '', '98-revision-2', '', '', '2009-05-26 15:15:32', '2009-05-26 20:15:32', '', 98, 'http://dev.aazk.org/uncategorized/98-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1942, 2, '2011-04-14 07:40:33', '2011-04-14 12:40:33', '<h3>Greater Columbus Area Zoo and Aquarium School</h3>\n9990 Riverside Drive\nP.O. Box 400\nPowell, Ohio 43065-0400\n(614) 724-3608\n\nAll students enter the program with a zoo-related career interest in mind.\n\n<a href="http://www.columbuszooschool.org">http://www.columbuszooschool.org</a>\n<h3>Millbrook School, Millbrook New York</h3>\nThe Trevor Zoo is a unique facility. There is no other zoo which is part of a college preparatory school. This is a coeducational independent high school which offers a rigorous college preparatory education. The zoo offers unique opportunities for students to develop an appreciation of wildlife through the direct care of zoo animals and through associated academic classes.\n\n<a href="http://www.millbrook.org/podium/default.aspx?t=35004">http://www.millbrook.org/podium/default.aspx?t=35004</a>\n<h3>North Hollywood High School Zoo Magnet</h3>\n5336 Crystal Springs Drive\nLos Angeles, CA 90027\n\nUtilizing the nearby Los Angeles Zoo, this magnet school teaches students how their subjects relate to the real world.\n<ul>\n	<li><a href="mailto:nh-zoo-mag@lausd.k12.ca.us">nh-zoo-mag@lausd.k12.ca.us</a></li>\n	<li><a href="http://www.lausd.k12.ca.us/NH_Zoo_Magnet/">www.lausd.k12.ca.us/NH_Zoo_Magnet/</a></li>\n</ul>\n<h3>Richmond Heights Middle Zoo Magnet</h3>\n15015 S.W. 103 Avenue\nMiami, Florida 33176-7746\n(305) 238-2316\n\nThe Science Zoo Magnet Program affords students an opportunity to study a rigorous curriculum which explores, in depth, many branches of science related to the zoo and our technological world. Students will experience the fun, adventure and excitement of learning in Metrozoo\'s 290 acre "science classroom", with more than 1200 exotic animals in cageless habitats. They will take learning safaris into unique environments ranging from Asian jungles to African Plains. Participating students sill work and study with a select group of enthusiastic classmates who have a keen interest in science and its applications to animals and their environment.\n<ul>\n	<li><a href="mailto:rhmsinfo@rhms.dadeschools.net">rhmsinfo@rhms.dadeschools.net</a></li>\n	<li><a href="http://rhms.dadeschools.net/">http://rhms.dadeschools.net/</a></li>\n</ul>\n<h3>Miami Metrozoo</h3>\n1 Zoo Boulevard\n12400 SW 152 Street\nMiami, FL  33177\n(305) 251-0400\n<a href="http://www.miamimetrozoo.com">http://www.miamimetrozoo.com</a>\n<h3>Asheboro High School Zoo School</h3>\n1221 South Park St.\n\nAsheboro, NC 27203\n\n(336) 625-6185 main office\n\nThe AHS Zoo School is located at the <a href="http://www.nczoo.org">North Carolina Zoological Park</a> in Asheboro, NC.  We are a science-themed, cross-curricular focused  small learning community that actively engages students in real life  experiences in our 1,500 acre campus.  Students have the opportunity to  work with NC Zoo staff and apply their scientific investigation skills  to solve problems.\n<ul>\n	<li><a href="http://www.nczoo.org/education/zooschool.html">http://www.nczoo.org/education/zooschool.html</a></li>\n	<li><a href="http://ahs.asheboro.k12.nc.us/ahs_zoo_school.aspx">http://ahs.asheboro.k12.nc.us/ahs_zoo_school.aspx</a></li>\n</ul>', 'High School Programs', 0, '', 'inherit', 'closed', 'closed', '', '98-autosave', '', '', '2011-04-14 07:40:33', '2011-04-14 12:40:33', '', 98, 'http://aazk.org/uncategorized/98-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (152, 1, '2009-05-25 22:08:53', '2009-05-26 03:08:53', '  <h3 class="committee"><a href="/about/committees/international-outreach/">International Outreach Committee</a></h3>\r\n      <div class="member">Shane Good, <span class="position">Acting Chair</span></div>\r\n      <div class="contact"><a href="">Send Shane an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/marketing-resources/">Marketing Resources</a></h3>\r\n      <div class="member">Kristin Wolfe<br />\r\n          <span class="organization">Disney\'s Animal Kingdom</span></div>\r\n\r\n      <div class="contact"><a href="">Send Kristin an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/annual-conferences/">Annual AAZK Conferences</a></h3>\r\n      <div class="member">Ed Hansen, <span class="position">Conference Program Chair</span></div>\r\n      <div class="contact"><a href="">Send Ed an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/grants-committee/">Grants Committee</a></h3>\r\n      <div class="member">Shelly Roach, <span class="position">Chair</span><br />\r\n\r\n          <span class="organization">Columbus Zoo</span></div>\r\n      <div class="contact"><a href="">Send Shelly an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/bowling-for-rhinos-commitee/">Bowling for Rhinos</a></h3>\r\n      <div class="member">Patty Pearthree, <span class="position">Coordinator</span></div>\r\n      <div class="contact"><a href="">Send Patty an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/ethics/">Ethics Committee</a></h3>\r\n\r\n      <div class="member">Denise Wagner<br />\r\n          <span class="organization">Phoenix Zoo</span></div>\r\n      <div class="contact"><a href="">Send Denise an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/bylaws/">Bylaws Committee</a></h3>\r\n      <div class="member">Gisela A.Wiggins, <span class="position">Chair</span><br />\r\n          <span class="organization">North Carolina Zoological Park</span></div>\r\n\r\n      <div class="contact"><a href="">Send Gisela an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/historian/">Historian</a></h3>\r\n      <div class="member">Mark Levin<br />\r\n          <span class="organization">Norristown, PA</span></div>\r\n      <div class="contact"><a href="">Send Mark an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/enrichment/">Enrichment Committee</a></h3>\r\n\r\n      <div class="member">Dawn Neptune, <span class="position">Co-Chair</span><br />\r\n          <span class="organization">Utah\'s Hogle Zoo</span></div>\r\n      <div class="contact"><a href="">Send Dawn an email</a></div>\r\n      <div class="member">Amy Burgess, <span class="position">Co-Chair</span><br />\r\n          <span class="organization">Disney\'s Animal Kingdom</span></div>\r\n\r\n      <div class="contact"><a href="">Send Amy an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/animal-training/">Animal Training Committee</a></h3>\r\n      <div class="member">Angela Binney, <span class="position">Co-Chair</span><br />\r\n          <span class="organization">Disney\'s Animal Kingdom</span></div>\r\n      <div class="contact"><a href="">Send Angela an email</a></div>\r\n      <div class="member">Kim Kezer, <span class="position">Co-Chair</span><br />\r\n\r\n          <span class="organization">Zoo New England</span></div>\r\n      <div class="contact"><a href="">Send Kim an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/awards/">Awards Committee</a></h3>\r\n      <div class="member">Janet McCoy<br />\r\n          <span class="organization">Oregon Zoo</span></div>\r\n      <div class="contact"><a href="">Send Janet an email</a></div>\r\n\r\n      \r\n  <h3 class="committee"><a href="/about/committees/professional-development/">Professional Development Committee</a></h3>\r\n      <div class="member">Tammy Schmidt, <span class="position">Chair</span><br />\r\n          <span class="organization">Peoria Zoo, Peoria, IL</span></div>\r\n      <div class="contact"><a href="">Send Tammy an email</a></div>\r\n      \r\n  <h3 class="committee"><a href="/about/committees/conservation/">Conservation Committee</a></h3>\r\n      <div class="member">Penny Jolly, <span class="position">Co-Chair</span><br />\r\n\r\n          <span class="organization">Disney\'s Animal Kingdom</span></div>\r\n      <div class="contact"><a href="">Send Penny an email</a></div>\r\n      <div class="member">Amanda Kamradt, <span class="position">Co-Chair</span><br />\r\n          <span class="organization">Houston Zoo</span></div>\r\n      <div class="contact"><a href="">Send Amanda an email</a>', 'Committees', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2009-05-25 22:08:53', '2009-05-26 03:08:53', '', 12, 'http://dev.aazk.org/uncategorized/12-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (102, 1, '2009-05-26 16:04:51', '2009-05-26 21:04:51', '<p>These books were recommended by fellow zookeepers. Although some of these books are quite old the information can still be valuable. Our field has changed quite a bit but the behavior of the animals has not. Plus they are just one heck of an interesting read. You may find that some of these books are out of print. Often used copies are still available on the web through sites such as Amazon.com. <em>This list is just a beginning; more will be added as it is compiled.</em></p>\r\n        \r\n<h3>Careers for Animal Lovers &amp; Other Zoological Types</h3>\r\n<p><a href="http://www.amazon.com/exec/obidos/search-handle-url/index=books&amp;field-author=Miller%2C%20Louise/104-0969686-3247129">Louise Miller</a></p>\r\n<p>McGraw-Hill; 2 edition (September 1, 2000)</p>\r\n<p>This book lets career explorers look at the job market through the unique lens of their own interests. The book reveals dozens of ways to pursue a passion and make a living--including many little-known but delightful careers that will surprise readers.</a></p>\r\n\r\n<h3>Ethics on the Ark: Zoos, Animal Welfare and Wildlife Conservation</h3>\r\n<p><a href="http://www.amazon.com/exec/obidos/search-handle-url/index=books&amp;field-author=Norton%2C%20Bryan%20G./104-0969686-3247129">Bryan G. Norton</a>,\r\n<a href="http://www.amazon.com/exec/obidos/search-handle-url/index=books&amp;field-author=Hutchins%2C%20Michael/104-0969686-3247129">Michael Hutchins</a>,\r\n<a href="http://www.amazon.com/exec/obidos/search-handle-url/index=books&amp;field-author=Stevens%2C%20Elizabeth%20F./104-0969686-3247129">Elizabeth F. Stevens</a>,\r\n<a href="http://www.amazon.com/exec/obidos/search-handle-url/index=books&amp;field-author=Maple%2C%20Terry%20L./104-0969686-3247129">Terry L. Maple</a></p>\r\n\r\n<p>1995, Smithsonian Institution Press </p>\r\n<p>Zoo professionals, activists, conservation biologists, and philosophers present perspectives on the future of zoos and aquariums, the treatment of animals in captivity, and the question of whether the individual, the species, or the ecosystem is the most important focus in conservation efforts, in papers from a March 1992 conference. Other subjects include captive breeding, wild populations, reintroduction, the use of animals in research, and public relations. Includes guidelines designed at the conference. No index. Annotation copyright Book News, Inc. Portland, Ore. <em>--This text refers to\r\n		the <a href="http://www.amazon.com/exec/obidos/tg/detail/-/1560985151/104-0969686-3247129?v=glance&amp;s=books">Hardcoveredition</a></em></p>\r\n        \r\n<h3>Management of Wild Mammals in Captivity</h3>\r\n<p>Lee Saunders Crandall</p>\r\n<p>1964, University of Chicago Press</p>\r\n\r\n<em>Out of print</em>\r\n\r\n<h3>Maybe You Belong in a Zoo!: Zoo and Aquarium Careers</h3>\r\n<p><a href="http://www.amazon.com/exec/obidos/search-handle-url/index=books&amp;field-author=O%27Connor%2C%20Karen/104-0969686-3247129">Karen O\'Connor</a></p>\r\n<p>Putnam Pub Group (J); (November 1, 1982)</p>\r\n<p>Introduces zoo and aquarium careers through interviews with administrators, curators and keepers, trainers and performers, veterinarians, animal dentists, and support personnel including groundskeepers, photographers, and tour guides.</p>\r\n\r\n<h3>Opportunities in Animal and Pet Care Careers</h3>\r\n<p><a href="http://www.amazon.com/exec/obidos/search-handle-url/index=books&amp;field-author=Lee%2C%20Mary%20Price/104-0969686-3247129">Mary Price Lee</span></a>,\r\n<a href="http://www.amazon.com/exec/obidos/search-handle-url/index=books&amp;field-author=Lee%2C%20Richard/104-0969686-3247129">Richard Lee</a></p>\r\n\r\n<p>McGraw-Hill/Contemporary Books; 1 edition (March 31, 2001)</p>\r\n<p>Offers job seekers essential information about a variety of careers for animal lovers. The book includes training and education requirements, salary statistics, and professional and Internet resources.</p>\r\n\r\n<h3>Opportunities in Zoos and Aquariums</h3>\r\n<p>Blythe Camenson</p>\r\n<p>McGraw-Hill/Contemporary; (October 1, 1997)</p>\r\n<p>Presents current educational &amp; professional requirements for diverse careers with animals, discusses related jobs in wildlife rehab, public relations, &amp; education, salaries, &amp; information on professional associations. Paper. DLC: Zoos Vocational guidance.</p>\r\n\r\n<h3>Working With Wildlife: A Guide to Careers in the Animal<br />\r\nWorld (Science, College and Career Guidance)</h3>\r\n<p><a href="http://www.amazon.com/exec/obidos/search-handle-url/index=books&amp;field-author=Maynard%2C%20Thane/104-0969686-3247129">Thane Maynard</a></p>\r\n<p>Franklin Watts; (March 1, 2000)</p>\r\n<p>Grade 7 Up-Anyone investigating the myriad options in wildlife careers will find sound advice and inspiration in this guide. Maynard provides insights into veterinary medicine; zoo and aquarium careers; wildlife research, education, and conservation; and jobs in the communication and creative arts.</p>\r\n	\r\n<h3>Zoo Careers</h3>\r\n<p><a href="http://www.amazon.com/exec/obidos/search-handle-url/index=books&amp;field-author=Bridges%2C%20William%2C/104-0969686-3247129">William, Bridges</a></p>\r\n\r\n<p>William Morrow; (September 1971)</p>', 'Books about Animal Careers', 0, '', 'publish', 'closed', 'closed', '', 'books-about-animal-careers', '', '', '2013-11-06 21:42:34', '2013-11-07 02:42:34', '', 0, 'http://dev.aazk.org/?page_id=102', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (103, 1, '2009-05-26 16:04:41', '2009-05-26 21:04:41', '<p>These books were recommended by fellow zookeepers. Although some of these books are quite old the information can still be valuable. Our field has changed quite a bit but the behavior of the animals has not. Plus they are just one heck of an interesting read. You may find that some of these books are out of print. Often used copies are still available on the web through sites such as Amazon.com. <em>This list is just a beginning; more will be added as it is compiled.</em></p>\n        \n<h3>Careers for Animal Lovers &amp; Other Zoological Types</h3>\n<p><a href="http://www.amazon.com/exec/obidos/search-handle-url/index=books&amp;field-author=Miller%2C%20Louise/104-0969686-3247129">Louise Miller</a></p>\n<p>McGraw-Hill; 2 edition (September 1, 2000)</p>\n<p>This book lets career explorers look at the job market through the unique lens of their own interests. The book reveals dozens of ways to pursue a passion and make a living--including many little-known but delightful careers that will surprise readers.</a></p>\n\n<h3>Ethics on the Ark: Zoos, Animal Welfare and Wildlife Conservation</h3>\n<p><a href="http://www.amazon.com/exec/obidos/search-handle-url/index=books&amp;field-author=Norton%2C%20Bryan%20G./104-0969686-3247129">Bryan G. Norton</a>,\n<a href="http://www.amazon.com/exec/obidos/search-handle-url/index=books&amp;field-author=Hutchins%2C%20Michael/104-0969686-3247129">Michael Hutchins</a>,\n<a href="http://www.amazon.com/exec/obidos/search-handle-url/index=books&amp;field-author=Stevens%2C%20Elizabeth%20F./104-0969686-3247129">Elizabeth F. Stevens</a>,\n<a href="http://www.amazon.com/exec/obidos/search-handle-url/index=books&amp;field-author=Maple%2C%20Terry%20L./104-0969686-3247129">Terry L. Maple</a></p>\n\n<p>1995, Smithsonian Institution Press </p>\n<p>Zoo professionals, activists, conservation biologists, and philosophers present perspectives on the future of zoos and aquariums, the treatment of animals in captivity, and the question of whether the individual, the species, or the ecosystem is the most important focus in conservation efforts, in papers from a March 1992 conference. Other subjects include captive breeding, wild populations, reintroduction, the use of animals in research, and public relations. Includes guidelines designed at the conference. No index. Annotation copyright Book News, Inc. Portland, Ore. <em>--This text refers to\n		the <a href="http://www.amazon.com/exec/obidos/tg/detail/-/1560985151/104-0969686-3247129?v=glance&amp;s=books">Hardcoveredition</a></em></p>\n        \n<h3>Management of Wild Mammals in Captivity</h3>\n<p>Lee Saunders Crandall</p>\n<p>1964, University of Chicago Press</p>\n\n<em>Out of print</em>\n\n<h3>Maybe You Belong in a Zoo!: Zoo and Aquarium Careers</h3>\n<p><a href="http://www.amazon.com/exec/obidos/search-handle-url/index=books&amp;field-author=O%27Connor%2C%20Karen/104-0969686-3247129">Karen O\'Connor</a></p>\n<p>Putnam Pub Group (J); (November 1, 1982)</p>\n<p>Introduces zoo and aquarium careers through interviews with administrators, curators and keepers, trainers and performers, veterinarians, animal dentists, and support personnel including groundskeepers, photographers, and tour guides.</p>\n\n<h3>Opportunities in Animal and Pet Care Careers</h3>\n<p><a href="http://www.amazon.com/exec/obidos/search-handle-url/index=books&amp;field-author=Lee%2C%20Mary%20Price/104-0969686-3247129">Mary Price Lee</span></a>,\n<a href="http://www.amazon.com/exec/obidos/search-handle-url/index=books&amp;field-author=Lee%2C%20Richard/104-0969686-3247129">Richard Lee</a></p>\n\n<p>McGraw-Hill/Contemporary Books; 1 edition (March 31, 2001)</p>\n<p>Offers job seekers essential information about a variety of careers for animal lovers. The book includes training and education requirements, salary statistics, and professional and Internet resources.</p>\n\n<h3>Opportunities in Zoos and Aquariums</h3>\n<p>Blythe Camenson</p>\n<p>McGraw-Hill/Contemporary; (October 1, 1997)</p>\n<p>Presents current educational &amp; professional requirements for diverse careers with animals, discusses related jobs in wildlife rehab, public relations, &amp; education, salaries, &amp; information on professional associations. Paper. DLC: Zoos Vocational guidance.</p>\n\n<h3>Working With Wildlife: A Guide to Careers in the Animal<br />\nWorld (Science, College and Career Guidance)</h3>\n<p><a href="http://www.amazon.com/exec/obidos/search-handle-url/index=books&amp;field-author=Maynard%2C%20Thane/104-0969686-3247129">Thane Maynard</a></p>\n<p>Franklin Watts; (March 1, 2000)</p>\n<p>Grade 7 Up-Anyone investigating the myriad options in wildlife careers will find sound advice and inspiration in this guide. Maynard provides insights into veterinary medicine; zoo and aquarium careers; wildlife research, education, and conservation; and jobs in the communication and creative arts.</p>\n	\n<h3>Zoo Careers</h3>\n<p><a href="http://www.amazon.com/exec/obidos/search-handle-url/index=books&amp;field-author=Bridges%2C%20William%2C/104-0969686-3247129">William, Bridges</a></p>\n\n<p>William Morrow; (September 1971)</p>', 'Books about Animal Careers', 0, '', 'inherit', 'closed', 'closed', '', '102-revision-v1', '', '', '2009-05-26 16:04:41', '2009-05-26 21:04:41', '', 102, 'http://dev.aazk.org/uncategorized/102-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (104, 1, '2009-05-26 15:17:12', '2009-05-26 20:17:12', 'Today\'s zookeeper is an educated person. Gone are the days when all you needed was a love for animals, a shovel and a strong back. Now we are expected to know animal husbandry, nutrition, operant conditioning, enrichment and conservation; we are also expected to be able to lift 50 lbs., and to work weekends and holidays. We do this job because we love it, not for the money. The money is in upper management, which usually means less contact with the animals. However, in the zoo field even being in the upper echelon does not guarantee a substantial income. For us, knowing that we are saving an animal species or maybe just making an animal feel as at home as possible is enough.\r\n\r\nFor those of you who think this is the field for you, click here. For more information, you may also visit the websites for the <a href="http://www.aza.org/">American Zoo and Aquarium Association</a> and the <a href="http://aecetia.net/gws/aazk/">American Association of Zoo Keepers</a> directly. You may also be interested in books about animal careers -- if so, Click Here!\r\n\r\n<h3>The List</h3>\r\n<p>While this list deals primarily with schools that have programs geared toward zookeeping, keep in mind that a degree in Wildlife Management or Wildlife Ecology is also acceptable for most zoos, as are degrees in Zoology and Biology. Remember, most zoos prefer hands-on experience, so while pursuing these degrees, volunteer where you can! (I do not list Vet. Tech Schools or those programs dealing with pure Animal Science.) There are both two and four year programs listed. Some zoos require more education than others and it is always a good idea to get a higher degree if you wish to advance up the ranks. Because of this, I have also included on this list a new program geared toward zoo and aquarium management. In addition you will find information on the Durrell Wildlife Conservation Trust and a list of international schools.</p>\r\n\r\n<dl>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/high-school-programs/">High School Programs</a></dt>\r\n    	<dd>There are many high schools around the country that have started cooperative learning programs with their local zoos. I have listed a few here, but you should check with your own school system, especially if you live near a zoological facility.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/two-year-programs/">Two-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a two-year higher education degree such as an Associate\'s degree or a technical degree.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/four-year-programs/">Four-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a four-year degree such as a Bachelor\'s degree.</dd>\r\n	<dt>Management Programs</dt>\r\n    	<dd>This list provides information concerning higher education programs leading to degrees specific to leadership positions within the zoo field.</dd>\r\n	<dt>Conservation Programs</dt>\r\n    	<dd>This list provides information on programs geared toward teaching environmental conservation techniques.</dd>\r\n	<dt>International Programs</dt>\r\n    	<dd>This list provides information on programs outside the United States.</dd>\r\n	<dt>Aquarium or Marine Mammal Focus Programs</dt>\r\n    	<dd>This list provides information on programs that focus on aquarium or marine mammal husbandry and/or training.</dd>\r\n	<dt>Veterinary Schools with Exotic Animal Programs</dt>\r\n    	<dd>This list provides information for those who would like to become a veterinarian who specializes in exotic/zoo animals.</dd>\r\n</dl>', 'Zoo Keeper Training', 0, '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2009-05-26 15:17:12', '2009-05-26 20:17:12', '', 82, 'http://dev.aazk.org/uncategorized/82-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (105, 1, '2009-05-26 15:10:35', '2009-05-26 20:10:35', '', 'Four-Year Programs', 0, '', 'inherit', 'closed', 'closed', '', '95-revision-2', '', '', '2009-05-26 15:10:35', '2009-05-26 20:10:35', '', 95, 'http://dev.aazk.org/uncategorized/95-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (150, 1, '2009-05-26 15:09:37', '2009-05-26 20:09:37', '<h3>Alamance Community College</h3>\r\n<div class="vcard">\r\n    <div class="fn org">A.A.S. Animal Care &amp; Management Technology</div>\r\n    <address class="adr">\r\n        <span class="street-address">P.O. Box 8000</span>\r\n        <span class="locality">Graham</span>, <span class="region">NC</span>, <span class="postal-code">27253-8000</span>\r\n    </address>\r\n    <div class="tel">(336) 506-4385</div>\r\n</div>\r\n\r\n<p>Program Contact:<br />\r\nChristine Remington, Department Head - <a href="mailto:remingc@alamancecc.edu">remingc@alamancecc.edu</a></p>\r\n\r\n<p>The A.A.S. degree in Animal Care and Management Technology focuses on cultivating caring, educated, and experienced employees in a wide variety of animal related fields including exotic animal husbandry. With a broad base of knowledge including habitat design, sanitation, nutrition, healthcare, principles of behavior and training, and animal handling and restraint grounded in hours of service learning projects, rigorous competencies, and cooperative work experiences, students exemplify the education, compassion & skill of captive animal care and management.</p>\r\n\r\n<p><a href="http://www.alamancecc.edu/curriculum_courses_programs/courses_programs/programs_of_study/programs/prog.php?curr=A55100">A.A.S. Animal Care &amp; Management Technology Curriculum</a></p>\r\n\r\n<h3>America\'s Teaching Zoo at Moorpark College<br />\r\nExotic Animal Management and Training Program (EATM)</h3>\r\n<div class="vcard">\r\n    <div class="fn org">Moorpark College</div>\r\n    <address class="adr">\r\n        <span class="street-address">7075 Campus Road</span>\r\n        <span class="locality">Moorpark</span>, <span class="region">CA</span>, <span class="postal-code">93021</span>\r\n    </address>\r\n    <div class="tel">(805) 378-1441</div>\r\n    <div class="email"><a href="mailto:EATM@vcccd.net">EATM@vcccd.net</a></div>\r\n</div>\r\n\r\n<p>Students may earn an A.S. degree by taking general education courses alongside their zoo curriculum and they can earn degrees and certificates in Animal Training, and Wildlife Education. This is an intense program and EATM students are required to attend classes, work with and care for the animals, and work at the campus zoo most days and weekends.</p>\r\n\r\n<p><a href="http://www.moorparkcollege.edu/zoo/">http://www.moorparkcollege.edu/zoo/</a></p>\r\n\r\n<h3>Davidson County Community College</h3>\r\n<div class="vcard">\r\n    <div class="fn org">A.A.S. Zoo & Aquarium Science</div>\r\n    <address class="adr">\r\n        <span class="street-address">P.O. Box 1287</span>\r\n        <span class="locality">Lexington</span>, <span class="region">NC</span>, <span class="postal-code">27293-1287</span>\r\n    </address>\r\n    <div class="tel">(336) 249-8186</div>\r\n</div>\r\n\r\n<p>Program Contact: Kim Sepich, Associate Dean of Enrollment Services, (336) 249-8186, extension 6780</p>\r\n\r\n<p>Faculty Contact: Mark E. Stevens - <a href="mailto:mesteven@davidsonccc.edu">mesteven@davidsonccc.edu</a></p>\r\n\r\n<p>This is a 5 semester full-time program leading to an A.A.S. degree in Zoo & Aquarium Science. The program combines a rigorous classroom curriculum with over 1400 hours of practical experience at area animal facilities including Animal Discovery, the North Carolina Zoological Park and Duke University Lemur Center.</p>\r\n\r\n<p><a href="http://www.davidsonccc.edu/academics/as-zoo.htm">http://www.davidsonccc.edu/academics/as-zoo.htm</a></p>\r\n\r\n<h3>Harcum College<br />A.S. in Animal Center Management</h3>\r\n<div class="vcard">\r\n    <div class="fn org">Harcum College</div>\r\n    <address class="adr">\r\n        <span class="street-address">750 Montgomery Avenue</span>\r\n        <span class="locality">Bryn Mawr</span>, <span class="region">PA</span>, <span class="postal-code">19010</span>\r\n    </address>\r\n    <div class="tel">(610) 525-4100</div>\r\n</div>\r\n\r\n<p>Program Director: Mary Friday, (610) 526-6108 - <a href="mailto:mfriday@harcum.edu">mfriday@harcum.edu</a></p>\r\n  \r\n<p>Animal Center Managers provide managerial support to veterinarians in clinics and hospitals, biological research settings, animal control, humane organizations, zoos and educational facilities. Management duties include both the facility and its personnel. Animal Center Managers must complete a 2-year educational program, and 250 hours of practical experience.</p>\r\n  \r\n<p><a href="http://www.harcum.edu/PS_ACD_Animal_Center_Management_632839831382031250.aspx">http://www.harcum.edu/PS_ACD_Animal_Center_Management_632839831382031250.aspx</a></p>\r\n  \r\n<h3>Jefferson Community College, Watertown, New York<br />A.A.S. Degree in Animal management</h3>\r\n<div class="vcard">\r\n    <div class="fn org">Jefferson Community College</div>\r\n    <address class="adr">\r\n        <span class="street-address">1220 Coffeen St</span>\r\n        <span class="locality">Watertown</span>, <span class="region">NY</span>, <span class="postal-code">13601</span>\r\n    </address>\r\n    <div class="tel">(315) 786-2277</div>\r\n</div>\r\n\r\n<p>Program Director: Mark D. Irwin, D.V.M. - <a href="mailto:mirwin@sunyjefferson.edu">mirwin@sunyjefferson.edu</a></p>\r\n  \r\n<p>The Animal Management Program at Jefferson Community College is designed to provide students with the basic skills, experience and knowledge required for a career as a progressive zoo keeper in zoological parks. Upon graduation with this Associate in Applied Sciences degree, students will have been exposed to all aspects of zoo animal management and care. Students will study at many of the zoos of New York State and Southern Canada. Hands-on keeping experience is provided at Syracuse\'s Rosamond Gifford Zoo (AZA) and The New York State Zoo at Thompson Park.</p>\r\n  \r\n<p><a href="http://www.zookeeping.com">http://www.zookeeping.com</a></p>\r\n\r\n<p><a href="http://www.sunyjefferson.edu/amg">http://www.sunyjefferson.edu/amg</a></p>\r\n  \r\n<h3>Syracuse\'s Rosamond Gifford Zoo</h3>\r\n<p><a href="http://www.rosamondgiffordzoo.org">http://www.rosamondgiffordzoo.org</a></p>\r\n  \r\n<h3>The New York State Zoo at Thompson Park</h3>\r\n<p><a href="http://www.nyszoo.org">http://www.nyszoo.org</a></p>\r\n  \r\n<h3>Niagara County Community College<br />A.A.S. in Animal Management</h3>\r\n<div class="vcard">\r\n    <div class="fn org">Niagara County Community College</div>\r\n    <address class="adr">\r\n        <span class="street-address">3111 Saunders Settlement Rd</span>\r\n        <span class="locality">Sanborn</span>, <span class="region">NY</span>, <span class="postal-code">14132</span>\r\n    </address>\r\n    <div class="tel">(716)-614-6222</div>\r\n</div>\r\n\r\n<p>Coordinator: Aaron Cobaugh, (716) 614-6424 - <a href="mailto:acobaugh@niagaracc.suny.edu">acobaugh@niagaracc.suny.edu</a></p>\r\n\r\n<p><a href="http://www.niagaracc.suny.edu/lsd/animal.html">http://www.niagaracc.suny.edu/lsd/animal.html</a></p>\r\n  \r\n<h3>Buffalo Zoo</h3>\r\n<div class="vcard">\r\n    <div class="fn org url"><a href="http://www.buffalozoo.org/">Buffalo Zoo</a></div>\r\n    <address class="adr">\r\n        <span class="street-address">300 Parkside Ave</span>\r\n        <span class="locality">Buffalo</span>, <span class="region">NY</span>, <span class="postal-code">14214-1999</span>\r\n    </address>\r\n    <div class="tel">(716)-837-3900</div>\r\n</div>\r\n\r\n<h3>Pensacola Junior College, Zoo Animal Technology<br />A.S. Degree, Zoo Animal Technology Program</h3>\r\n<div class="vcard">\r\n    <div class="fn org">\r\n    	<div class="organization-name">Pensacola Junior College</div>\r\n        <div class="organization-unit extended-address">Department of Biological Sciences</div>\r\n    <address class="adr">\r\n        <span class="street-address">1000 College Avenue</span>\r\n        <span class="locality">Pensacola</span>, <span class="region">FL</span>, <span class="postal-code">32504-8998</span>\r\n    </address>\r\n    <div class="tel">(716)-837-3900</div>\r\n</div>\r\n\r\n<p>Program Director: Joyce Kaplan, (850) 484-1164 - <a href="mailto:jkaplan@pjc.edu">jkaplan@pjc.edu</a></p>\r\n\r\n<p>This is a two year full-time program leading to an A.S. degree in Zoo Animal Technology offered in conjunction with The Northwest Florida Zoological Park and Botanical Gardens in Gulf Breeze and other animal facilities in the region. Includes 900 hours of practical experience in addition to a variety of animal biology and zoo specialty theoretical courses. A new class of up to 30 students is admitted each Fall.</p>\r\n  \r\n<p>This school offers a cooperative program with the University of West Florida (see four-year programs), providing further education in biological sciences and business courses relevant to zoo management.</p>\r\n\r\n<p><a href="http://itech.pjc.edu/jkaplan/zooschool/">http://itech.pjc.edu/jkaplan/zooschool/</a></p>\r\n\r\n<h3>Northwest Florida Zoological Park and Botanical Gardens</h3>\r\n<p><a href="http://www.thezoonorthwestflorida.org/">http://www.thezoonorthwestflorida.org/</a></p>\r\n  \r\n<h3>Pikes Peak Community College<br />A.A.S. in Zookeeping Technology</h3>\r\n<div class="vcard">\r\n  <div class="fn org">Pikes Peak Community College</div>\r\n    <address class="adr">\r\n        <span class="street-address">5675 S. Academy Blvd</span>\r\n        <span class="locality">Colorado Springs</span>, <span class="region">CO</span>, <span class="postal-code">80906</span>\r\n    </address>\r\n    <div class="tel">(719) 576-7711</div>\r\n    <div class="tel">(800) 456-6847</div>\r\n</div>\r\n\r\n<p>Zookeeping Liaison: Tracey Anderson, (719) 650-0472 - <a href="mailto:zooliaisonppcc@gmail.com">zooliaisonppcc@gmail.com</a></p>\r\n\r\n<p>The program is a two-year degree in which students complete 690 hours of hands on training through required internships. Most internships are done at Cheyenne Mountain Zoo. In addition to the practical application, students are trained in animal husbandry, exhibitry, safety, veterinary care, horticulture, public relations, career development, and environmental science. The program also offers electives such as elephant management, animal training, advanced exhibitry techniques, primate studies and adventures in zoo design.</p>\r\n  \r\n  <p><a href="http://www.ppcc.cccoes.edu">http://www.ppcc.cccoes.edu</a>/</p>\r\n  \r\n  <p><a href="http://www.ppcc.edu/CatalogSchedule/Courses/Courses.cfm?Course=ZOO">http://www.ppcc.edu/CatalogSchedule/Courses/Courses.cfm?Course=ZOO</a></p>\r\n  \r\n<h3>Cheyenne Mountain Zoo</h3>\r\n<div class="vcard">\r\n    <div class="fn org url"><a href="http://www.cmzoo.org/">Cheyenne Mountain Zoo</a></div>\r\n    <address class="adr">\r\n        <span class="street-address">4250 Cheyenne Mountain Zoo Road</span>\r\n        <span class="locality">Colorado Springs</span>, <span class="region">CO</span>, <span class="postal-code">80906</span>\r\n    </address>\r\n    <div class="tel">(719)633-9925</div>\r\n    <div class="email"><a href="mailto:info@cmzoo.org">info@cmzoo.org</a></div>\r\n</div>\r\n  \r\n<h3>Santa Fe Community College Teaching Zoo<br />A.S. in Zoo Technology</h3>\r\n<div class="vcard">\r\n    <div class="fn org">Santa Fe Community College Teaching Zoo</div>\r\n    <address class="adr">\r\n        <span class="street-address">3000 N.W. 83rd Street</span>\r\n        <span class="locality">Gainesville</span>, <span class="region">FL</span>, <span class="postal-code">32606</span>\r\n    </address>\r\n</div>\r\n\r\n<p>Linda Asbell, (352) 395-5604 - <a href="linda.asbell@sfcc.edu">linda.asbell@sfcc.edu</a></p>\r\n\r\n<p>The Zoo Animal Technology Program at Santa Fe Community College was the first program of its kind, and the first to offer a great combination of academic classes and hands on experiences in the animal fields. Students in the program will complete a 74 credit hour course of study over five semesters, including academic classes on all animal groups, animal nutrition, animal breeding, as well as visitor education. In addition to the academic classes the students will work in the Teaching Zoo (an AZA accredited facility) for over 1800 hours. This training enables students to find employment in a variety of fields including zookeeping, park naturalist, zoo education, animal technician and a host of other animal husbandry fields. Four-year programs are also available in cooperation with State University of New York at Oswego, Friends University in Wichita, Kansas, and University of West Florida in Pensacola, Florida. Please contact Linda Asbell (above) for cooperative information.</p>\r\n  \r\n<p><a href="http://inst.santafe.cc.fl.us/~zoo/index.htm">http://inst.santafe.cc.fl.us/~zoo/index.htm</a></p>\r\n', 'Two-Year Programs', 0, '', 'inherit', 'closed', 'closed', '', '88-revision-5', '', '', '2009-05-26 15:09:37', '2009-05-26 20:09:37', '', 88, 'http://dev.aazk.org/uncategorized/88-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (109, 1, '2009-05-26 16:52:36', '2009-05-26 21:52:36', '', 'Management Programs', 0, '', 'inherit', 'closed', 'closed', '', '106-revision-2', '', '', '2009-05-26 16:52:36', '2009-05-26 21:52:36', '', 106, 'http://dev.aazk.org/uncategorized/106-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (106, 1, '2009-05-26 16:52:36', '2009-05-26 21:52:36', '<h3>George Mason University</h3>\r\nInterdisciplinary Studies in Zoo and Aquarium Leadership\r\nDr. Thomas C. Wood\r\nAssistant Professor\r\nNew Century College\r\n(703)-993-3167, <a href="mailto:twood@gmu.edu">twood@gmu.edu</a>, <a href="mailto:mais@gmu.edu">mais@gmu.edu</a>\r\n\r\nThis Master of Arts degree prepares students for advanced careers in modern, professional zoos and aquariums. It offers three specializations within the concentration:\r\nLeadership in Zoo/Aquarium Collections Management\r\nLeadership in Zoo/Aquarium Administration\r\nLeadership in Zoo/Aquarium Conservation Education\r\n\r\n<a href="http://chss.gmu.edu/concentrations/show/LA-MAIS-ISIN-ZAL">http://chss.gmu.edu/concentrations/show/LA-MAIS-ISIN-ZAL</a>\r\n<h3>Michigan State University</h3>\r\nproMSc in Zoo and Aquarium Science Management\r\nDr. Richard Snider, Program Coordinator, <a href="mailto:snider@msu.edu">snider@msu.edu</a>\r\nDepartment of Zoology\r\n203 Natural Science Building\r\nMichigan State University\r\nEast Lansing, MI 48824-1115\r\n(517) 355-4640\r\n<a href="http://naturalscience.msu.edu/students/graduate/professional_masters_program/programs/zoo_aquarium_science/">http://naturalscience.msu.edu/students/graduate/professional_masters_program/programs/zoo_aquarium_science/</a>\r\n<h3>University of Plymouth</h3>\r\nMSc/PgDip Zoo Conservation Biology\r\nPostgraduate Admissions\r\nFaculty of Science\r\nUniversity of Plymouth, Drake Circus, Plymouth PL4 8AA\r\nUnited Kingdom\r\nTel: +44 (0)1752 233093\r\n\r\nThis programme aims to provide the essential knowledge to support scientists working in areas of captive breeding, management of exotic animal species, and wildlife conservation. The programme is jointly delivered by staff of the University and Paignton Zoo Environment Park, Totnes Road, Paignton, Devon, TQ4 7EU.\r\n<ul>\r\n	<li><a href="mailto:science@plymouth.ac.uk">science@plymouth.ac.uk</a></li>\r\n	<li><a href="http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678">http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678</a></li>\r\n	<li><a href="http://www.paigntonzoo.org.uk/">http://www.paigntonzoo.org.uk/</a></li>\r\n</ul>', 'Management Programs', 0, '', 'publish', 'closed', 'closed', '', 'management-programs', '', '', '2013-10-22 18:43:57', '2013-10-22 23:43:57', '', 12, 'http://dev.aazk.org/?page_id=106', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (107, 1, '2009-05-26 16:52:25', '2009-05-26 21:52:25', '', 'Management Programs', 0, '', 'inherit', 'closed', 'closed', '', '106-revision', '', '', '2009-05-26 16:52:25', '2009-05-26 21:52:25', '', 106, 'http://dev.aazk.org/uncategorized/106-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (108, 1, '2009-05-26 16:38:30', '2009-05-26 21:38:30', '<div class="vcard">\r\n	<div class="fn org">Greater Columbus Area Zoo and Aquarium School</div>\r\n    <address class="adr">\r\n        <span class="street-address">9990 Riverside Drive</span>\r\n        <span class="pob">P.O. Box 400</span>\r\n        <span class="locality">Powell</span>, <span class="region">OH</span>, <span class="postal-code">43065-0400</span>\r\n    </address>\r\n    <div class="tel">(614) 724-3608</div>\r\n    <div class="url"><a href="http://www.columbuszooschool.org">http://www.columbuszooschool.org</a></div>\r\n</div>\r\n\r\n<h3>Canisius College<br />B.S. in Biology with a Minor in Zoo Biology</h3>\r\n<div class="vcard">\r\n	<div class="fn org url"><a href="http://www.canisius.edu/">Canisius College</a></div>\r\n    <address class="adr">\r\n        <span class="street-address">2001 Main Street</span>\r\n        <span class="locality">Buffalo</span>, <span class="region">NY</span>, <span class="postal-code">14208-1098</span>\r\n    </address>\r\n    <div class="tel">(716)-883-7000</div>\r\n    <div class="email"><a href="mailto:noonan@canisius.edu">noonan@canisius.edu</a></div>\r\n</div>\r\n\r\n<p>Students receive rigorous background preparation in coursework through an abundance of hands-on experiences at various zoos and marine parks in Western New York and Ontario, Canada.</p>\r\n\r\n<p><a href="http://www.canisius.edu/biopsych/zoobio/">http://www.canisius.edu/biopsych/zoobio/</a></p>\r\n\r\n\r\n<h3>Delaware Valley College<br />\r\nB.S. in Animal Biotechnology and Conservation</h3>\r\n<div class="vcard">\r\n	<div class="fn org url"><a href="http://www.delval.edu/cms/">Delaware Valley College</a></div>\r\n</div>\r\n\r\n<p>Students in the Animal Biotechnology and Conservation program may major in Zoo Science, Small Animal Science or Conservation &amp; Wildlife Management. The choice of major is made upon completion of the first year of study.</p>\r\n\r\n<p><a href="http://delval.edu/cms/index.php/delval/overview_sn/animal_bio">http://delval.edu/cms/index.php/delval/overview_sn/animal_bio</a></p>\r\n\r\n\r\n<h3>Emporia State University<br>\r\nB.S. and MS/MA in Biology with Environmental Biology, Zoology, and Botany emphases available.</h3>\r\n<div class="vcard">\r\n	<div class="fn org">Emporia State University</div>\r\n    <address class="adr">\r\n        <span class="street-address">1200 Commercial Street</span>\r\n        <span class="locality">Emporia</span>, <span class="region">KS</span>, <span class="postal-code">66801</span>\r\n    </address>\r\n    <div class="tel">(620) 341-5611</div>\r\n</div>\r\n\r\n<p>Programs emphasize natural history, lab and fieldwork, and modern developments in organismic biology.</p>\r\n\r\n<p>Visit <a href="http://www.emporia.edu/biosci/eeb.htm" target="_blank">http://www.emporia.edu/biosci/eeb.htm</a> for departmental information.</p>\r\n\r\n<p>Visit <a href="http://www.emporia.edu/ksn/" target="_blank">http://www.emporia.edu/ksn/</a> for the Kansas School Naturalist.</p>\r\n\r\n\r\n<h3>Friends University<br />\r\nB.S. and M.S.</h3>\r\n<div class="vcard">\r\n	<div class="fn org">Friends University</div>\r\n    <address class="adr">\r\n        <span class="locality">Wichita</span>, <span class="region">KS</span>, <span class="postal-code">67213</span>\r\n    </address>\r\n    <div class="tel">(316)-295-5000</div>\r\n    <div class="tel">(800)-794-6945</div>\r\n</div>\r\n\r\n<p>B.S. and M.S. programs with emphasis in Zoo Science, Zoo Management, and Zoo Education; requires 360 hours of practical experience at Sedgwick County Zoo. Also, Friends University offers a cooperative program through Santa Fe Community College Teaching Zoo (see Two Year Programs).</p>\r\n\r\n<p><a href="http://www.friends.edu/Academics/degree_detail.asp?id=49">http://www.friends.edu/Academics/degree_detail.asp?id=49</a></p>\r\n\r\n\r\n<h3>Sedgwick County Zoo<br />\r\n5555 Zoo Boulevard</h3>\r\n<div class="vcard">\r\n	<div class="fn org url"><a href="http://www.scz.org/">Sedgwick County Zoo</a></div>\r\n    <address class="adr">\r\n        <span class="locality">Wichita</span>, <span class="region">KS</span>, <span class="postal-code">67212-1698</span>\r\n    </address>\r\n    <div class="tel">(316) 660-WILD (9453)</div>\r\n</div>\r\n\r\n<h3>Michigan State University<br />\r\nB.S. in Zoology with disciplinary concentration in Zoo and Aquarium Science</h3>\r\n<div class="vcard">\r\n	<div class="fn">Dr. Richard Snider, Program Coordinator</div>\r\n	<div class="org url"><a href="http://www.msu.edu/">Michigan State University</a></div>\r\n	<div class="organization-unit ">Department of Zoology</div>\r\n    <address class="adr">\r\n        <span class="street-address">219 Natural Science Building</span>\r\n        <span class="locality">East Lansing</span>, <span class="region">MI</span>, <span class="postal-code">48824-1115</span>\r\n    </address>\r\n    <div class="tel">(517) 353-9864</div>\r\n    <div class="email"><a href="mailto:snider@msu.edu">snider@msu.edu</a></div>\r\n</div>\r\n\r\n<h3>Oswego, State University of New York<br />\r\nB.S. in Zoology</h3>\r\n<div class="vcard">\r\n	<div class="fn org url"><a href="http://www.oswego.edu">State University of New York at Oswego</a></div>\r\n	<div class="organization-unit ">Department of Biology</div>\r\n    <address class="adr">\r\n        <span class="locality">Oswego</span>, <span class="region">NY</span>, <span class="postal-code">13126</span>\r\n    </address>\r\n    <div class="tel">(315) 341-2776</div>\r\n</div>\r\n\r\n<p>Offers a cooperative program though the Santa Fe Teaching Zoo (see Two Year Programs)</p>\r\n\r\n<h3>Unity College<br />\r\nB.S. in Wildlife Care and Education</h3>\r\n<div class="vcard">\r\n	<div class="fn org url"><a href="http://www.unity.edu/">Unity College</a></div>\r\n    <address class="adr">\r\n        <span class="street-address">90 Quaker Hill Road</span>\r\n        <span class="locality">Unity</span>, <span class="region">ME</span>, <span class="postal-code">04988</span>\r\n    </address>\r\n    <div class="tel">(207) 948-3131</div>\r\n</div>\r\n\r\n<p>This program is designed for students interested in careers involving a hands-on approach to the care and husbandry of captive wild species, and educating the public concerning wildlife issues. Students receive a solid foundation in the biological sciences, along with courses focused on wildlife science, education and interpretation. Potential employers include zoos, aquaria, rehabilitation and wildlife education facilities.</p>\r\n\r\n<p><a href="http://www.unity.edu/Academic/Majors/WildlifeCareAndEducation/WildlifeCareAndEducation.aspx">http://www.unity.edu/Academic/Majors/WildlifeCareAndEducation/WildlifeCareAndEducation.aspx</a></p>\r\n\r\n\r\n<h3>University of West Florida<br />\r\nB.S. in Zoo Science as part of an Interdisciplinary Science Degree</h3>\r\n<div class="vcard">\r\n	<div class="fn">Steve Celestial</div>\r\n	<div class="organization-unit">Zoo Science Advisor</div>\r\n	<div class="org">University of West Florida</div>\r\n    <address class="adr">\r\n        <span class="street-address">11000 University Parkway</span>\r\n        <span class="locality">Pensacola</span>, <span class="region">FL</span>, <span class="postal-code">32514</span>\r\n    </address>\r\n    <div class="tel">(850) 474-2000</div>\r\n    <div class="email"><a href="mailto:scelestial@uwf.edu">scelestial@uwf.edu</a></div>\r\n</div>\r\n\r\n<p>Offers cooperative programs with the Pensacola Junior College Zoo Animal Technology Program and Santa Fe Community College Teaching Zoo (see Two Year Programs).</p>\r\n\r\n<p><a href="http://uwf.edu/catalog/intscibs.pdf" target="_blank">http://uwf.edu/catalog/intscibs.pdf</a></p>\r\n\r\n\r\n<h3>University of Wisconsin-Stevens Point<br />\r\nB.S. degrees<br />\r\nMajor in Wildlife<br />\r\nMinor in Captive Wildlife management</h3>\r\n<div class="vcard">\r\n	<div class="fn org">University of Wisconsin-Stevens Point</div>\r\n    <address class="adr">\r\n        <span class="street-address">2100 Main Street</span>\r\n        <span class="extended-address">Student Success Center - 180 CNR</span>\r\n        <span class="locality">Stevens Point</span>, <span class="region">WI</span>, <span class="postal-code">54481-3897</span>\r\n    </address>\r\n    <div class="tel">(715) 346-0123</div>\r\n</div>\r\n\r\n<p>Sue Kissinger<br />\r\nCoordinator of Advising and Recruitment<br />\r\nStudent Success Center - 180 CNR<br />\r\nCollege of Natural Resources</p>\r\n\r\n<p>Shelli Dubay, Ph.D.<br />\r\nAssistant Professor, Wildlife<br />\r\n327 CNR<br />\r\nCollege of Natural Resources<br />\r\nUniversity of Wisconsin-Stevens Point<br />\r\n(715) 346-4178<br />\r\nFax: (715) 346-3624<br />\r\n<a href="mailto:sdubay@uwsp.edu">sdubay@uwsp.edu</a></p>\r\n\r\n<p>While not directly advertised for zookeepers this program offers much of the same basic knowledge and skill that would be needed for the job.</p>\r\n\r\n<p><a href="http://www.uwsp.edu/admissions/guides/captivewildlife.aspx">http://www.uwsp.edu/admissions/guides/captivewildlife.aspx</a></p>\r\n\r\n\r\n<h3>Western Illinois University School of Graduate Studies<br />\r\nPost-Baccalaureate Certificate: Zoo &amp; Aquarium Studies</h3>\r\n<div class="vcard">\r\n	<div class="fn org">Western Illinois University</div>\r\n    <address class="adr">\r\n        <span class="street-address">1 University Circle</span>\r\n        <span class="extended-address">Memorial Hall 237</span>\r\n        <span class="locality">Macomb</span>, <span class="region">IL</span>, <span class="postal-code">61455-1390</span>\r\n    </address>\r\n    <div class="tel">(309)-298-1806</div>\r\n    <div class="email"><a href="mailto:Grad-Office@wiu.edu">Grad-Office@wiu.edu</a></div>\r\n</div>\r\n\r\n<p><a href="http://www.wiu.edu/grad/catalog/zooaquastudies.php">http://www.wiu.edu/grad/catalog/zooaquastudies.php</a></p>', 'Four-Year Programs', 0, '', 'inherit', 'closed', 'closed', '', '95-revision-3', '', '', '2009-05-26 16:38:30', '2009-05-26 21:38:30', '', 95, 'http://dev.aazk.org/uncategorized/95-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (148, 1, '2009-05-26 21:04:35', '2009-05-27 02:04:35', '<h3>George Mason University</h3>\r\n\r\n<p>Interdisciplinary Studies in Zoo and Aquarium Leadership<br>\r\nDr. Thomas C. Wood<br>\r\nAssistant Professor<br>\r\nNew Century College<br>\r\n(703)-993-3167, <a href="mailto:twood@gmu.edu">twood@gmu.edu</a>, <a href="mailto:mais@gmu.edu">mais@gmu.edu</a></p>\r\n\r\n<p>This Master of Arts degree prepares students for advanced careers in modern, professional zoos and aquariums. It offers three specializations within the concentration:<br>\r\nLeadership in Zoo/Aquarium Collections Management<br>\r\nLeadership in Zoo/Aquarium Administration<br>\r\nLeadership in Zoo/Aquarium Conservation Education</p>\r\n\r\n<p><a href="http://chss.gmu.edu/concentrations/show/LA-MAIS-ISIN-ZAL">http://chss.gmu.edu/concentrations/show/LA-MAIS-ISIN-ZAL</a></p>\r\n\r\n<h3>Michigan State University</h3>\r\n\r\n<p>proMSc in Zoo and Aquarium Science Management<br>\r\nDr. Richard Snider, Program Coordinator, <a href="mailto:snider@msu.edu">snider@msu.edu</a><br>\r\nDepartment of Zoology<br>\r\n203 Natural Science Building<br>\r\nMichigan State University<br>\r\nEast Lansing, MI 48824-1115<br>\r\n(517) 355-4640<br>\r\n<a href="http://www.zas.msu.edu/">http://www.zas.msu.edu/</a></p>\r\n\r\n<h3>University of Plymouth</h3>\r\n<p>MSc/PgDip Zoo Conservation Biology<br>\r\nPostgraduate Admissions<br>\r\nFaculty of Science<br>\r\nUniversity of Plymouth, Drake Circus, Plymouth PL4 8AA<br>\r\nUnited Kingdom<br>\r\nTel: +44 (0)1752 233093</p>\r\n\r\n<p>This programme aims to provide the essential knowledge to support scientists working in areas of captive breeding, management of exotic animal species, and wildlife conservation. The programme is jointly delivered by staff of the University and Paignton Zoo Environment Park, Totnes Road, Paignton, Devon, TQ4 7EU.</p>\r\n\r\n<ul>\r\n    <li><a href="mailto:science@plymouth.ac.uk">science@plymouth.ac.uk</a></li>\r\n    <li><a href="http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678">http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678</a></li>\r\n    <li><a href="http://www.paigntonzoo.org.uk/">http://www.paigntonzoo.org.uk/</a></li>\r\n</ul>', 'Management Programs', 0, '', 'inherit', 'closed', 'closed', '', '106-revision-4', '', '', '2009-05-26 21:04:35', '2009-05-27 02:04:35', '', 106, 'http://dev.aazk.org/uncategorized/106-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (110, 1, '2009-05-26 16:07:22', '2009-05-26 21:07:22', 'Today\'s zookeeper is an educated person. Gone are the days when all you needed was a love for animals, a shovel and a strong back. Now we are expected to know animal husbandry, nutrition, operant conditioning, enrichment and conservation; we are also expected to be able to lift 50 lbs., and to work weekends and holidays. We do this job because we love it, not for the money. The money is in upper management, which usually means less contact with the animals. However, in the zoo field even being in the upper echelon does not guarantee a substantial income. For us, knowing that we are saving an animal species or maybe just making an animal feel as at home as possible is enough.\r\n\r\nFor those of you who think this is the field for you, click here. For more information, you may also visit the websites for the <a href="http://www.aza.org/">American Zoo and Aquarium Association</a> and the <a href="http://aecetia.net/gws/aazk/">American Association of Zoo Keepers</a> directly. You may also be interested in <a href="/zoo-keeping-as-a-career/books-about-animal-careers/">Books about Animal Careers</a>.\r\n\r\n<h3>The List</h3>\r\n<p>While this list deals primarily with schools that have programs geared toward zookeeping, keep in mind that a degree in Wildlife Management or Wildlife Ecology is also acceptable for most zoos, as are degrees in Zoology and Biology. Remember, most zoos prefer hands-on experience, so while pursuing these degrees, volunteer where you can! (I do not list Vet. Tech Schools or those programs dealing with pure Animal Science.) There are both two and four year programs listed. Some zoos require more education than others and it is always a good idea to get a higher degree if you wish to advance up the ranks. Because of this, I have also included on this list a new program geared toward zoo and aquarium management. In addition you will find information on the Durrell Wildlife Conservation Trust and a list of international schools.</p>\r\n\r\n<dl>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/high-school-programs/">High School Programs</a></dt>\r\n    	<dd>There are many high schools around the country that have started cooperative learning programs with their local zoos. I have listed a few here, but you should check with your own school system, especially if you live near a zoological facility.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/two-year-programs/">Two-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a two-year higher education degree such as an Associate\'s degree or a technical degree.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/four-year-programs/">Four-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a four-year degree such as a Bachelor\'s degree.</dd>\r\n	<dt>Management Programs</dt>\r\n    	<dd>This list provides information concerning higher education programs leading to degrees specific to leadership positions within the zoo field.</dd>\r\n	<dt>Conservation Programs</dt>\r\n    	<dd>This list provides information on programs geared toward teaching environmental conservation techniques.</dd>\r\n	<dt>International Programs</dt>\r\n    	<dd>This list provides information on programs outside the United States.</dd>\r\n	<dt>Aquarium or Marine Mammal Focus Programs</dt>\r\n    	<dd>This list provides information on programs that focus on aquarium or marine mammal husbandry and/or training.</dd>\r\n	<dt>Veterinary Schools with Exotic Animal Programs</dt>\r\n    	<dd>This list provides information for those who would like to become a veterinarian who specializes in exotic/zoo animals.</dd>\r\n</dl>', 'Zoo Keeper Training', 0, '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2009-05-26 16:07:22', '2009-05-26 21:07:22', '', 82, 'http://dev.aazk.org/uncategorized/82-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (111, 1, '2009-05-26 17:05:36', '2009-05-26 22:05:36', 'Today\'s zookeeper is an educated person. Gone are the days when all you needed was a love for animals, a shovel and a strong back. Now we are expected to know animal husbandry, nutrition, operant conditioning, enrichment and conservation; we are also expected to be able to lift 50 lbs., and to work weekends and holidays. We do this job because we love it, not for the money. The money is in upper management, which usually means less contact with the animals. However, in the zoo field even being in the upper echelon does not guarantee a substantial income. For us, knowing that we are saving an animal species or maybe just making an animal feel as at home as possible is enough.\r\n\r\nFor those of you who think this is the field for you, click here. For more information, you may also visit the websites for the <a href="http://www.aza.org/">American Zoo and Aquarium Association</a> and the <a href="http://aecetia.net/gws/aazk/">American Association of Zoo Keepers</a> directly. You may also be interested in <a href="/zoo-keeping-as-a-career/books-about-animal-careers/">Books about Animal Careers</a>.\r\n\r\n<h3>The List</h3>\r\n<p>While this list deals primarily with schools that have programs geared toward zookeeping, keep in mind that a degree in Wildlife Management or Wildlife Ecology is also acceptable for most zoos, as are degrees in Zoology and Biology. Remember, most zoos prefer hands-on experience, so while pursuing these degrees, volunteer where you can! (I do not list Vet. Tech Schools or those programs dealing with pure Animal Science.) There are both two and four year programs listed. Some zoos require more education than others and it is always a good idea to get a higher degree if you wish to advance up the ranks. Because of this, I have also included on this list a new program geared toward zoo and aquarium management. In addition you will find information on the Durrell Wildlife Conservation Trust and a list of international schools.</p>\r\n\r\n<dl>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/high-school-programs/">High School Programs</a></dt>\r\n    	<dd>There are many high schools around the country that have started cooperative learning programs with their local zoos. I have listed a few here, but you should check with your own school system, especially if you live near a zoological facility.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/two-year-programs/">Two-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a two-year higher education degree such as an Associate\'s degree or a technical degree.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/four-year-programs/">Four-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a four-year degree such as a Bachelor\'s degree.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/management-programsmanagement-programs">Management Programs</a></dt>\r\n    	<dd>This list provides information concerning higher education programs leading to degrees specific to leadership positions within the zoo field.</dd>\r\n	<dt>Conservation Programs</dt>\r\n    	<dd>This list provides information on programs geared toward teaching environmental conservation techniques.</dd>\r\n	<dt>International Programs</dt>\r\n    	<dd>This list provides information on programs outside the United States.</dd>\r\n	<dt>Aquarium or Marine Mammal Focus Programs</dt>\r\n    	<dd>This list provides information on programs that focus on aquarium or marine mammal husbandry and/or training.</dd>\r\n	<dt>Veterinary Schools with Exotic Animal Programs</dt>\r\n    	<dd>This list provides information for those who would like to become a veterinarian who specializes in exotic/zoo animals.</dd>\r\n</dl>', 'Zoo Keeper Training', 0, '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2009-05-26 17:05:36', '2009-05-26 22:05:36', '', 82, 'http://dev.aazk.org/uncategorized/82-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (112, 1, '2009-05-26 17:21:35', '2009-05-26 22:21:35', '<h3>Durrell Wildlife Conservation Trust</h3>\r\n\r\n<p>Durrell Wildlife\'s conservation teaching headquarters is based at the International Training Centre (ITC) in the Les Noyers building complex located adjacent to Jersey Zoo.<br />\r\nLes Augr\'s Manor, La Profonde Rue, Trinity , Jersey JE3 5BP, English Channel Islands, British Isles<br />\r\nTel: +44 (0)1534 860000</p>\r\n\r\n<ul>\r\n    <li><a href="mailto:info@durrellwildlife.org">info@durrellwildlife.org</a></li>\r\n    <li><a href="http://www.durrellwildlife.org">http://www.durrellwildlife.org</a></li>\r\n    <li><a href="http://www.jerseyzoo.co.uk/">http://www.jerseyzoo.co.uk/</a></li>\r\n</ul>\r\n\r\n<h3>Refer back to Delaware Valley College</h3>\r\n<p>B.S. in Animal Biotechnology and Conservation</p>\r\n \r\n<h3>University of New Orleans</h3>\r\n<p>In this program, called ZUNO, UNO is working together with the Smithsonian\'s National Zoo, the San Diego Zoo, and Omaha\'s Henry Doorly Zoo to recruit and train exceptional undergraduate and graduate students in conservation biology and to apply research advances to the management and survival of wildlife species, both in captivity and in the wild. The partners will also work together to further public education and awareness of conservation issues, and to raise funds to support their activities. Click here for the full press release.</p>\r\n\r\n<ul>\r\n    <li><a href="http://www.sandiegozoo.org/">http://www.sandiegozoo.org/</a></li>\r\n    <li><a href="http://www.omahazoo.com/">http://www.omahazoo.com/</a></li>\r\n    <li><a href="http://www.uno.edu/">http://www.uno.edu/</a></li>\r\n    <li><a href="http://nationalzoo.si.edu/default.cfm">http://nationalzoo.si.edu/default.cfm</a></li>\r\n</ul>\r\n\r\n<h3>University of Plymouth</h3>\r\n\r\n<p>MSc/PgDip Zoo Conservation Biology<br />\r\nPostgraduate Admissions<br />\r\nFaculty of Science<br />\r\nUniversity of Plymouth, Drake Circus, Plymouth PL4 8AA<br />\r\nUnited Kingdom<br />\r\nTel: +44 (0)1752 233093</p>\r\n\r\n<p>This programme aims to provide the essential knowledge to support scientists working in areas of captive breeding, management of exotic animal species, and wildlife conservation. The programme is jointly delivered by staff of the University and Paignton Zoo Environment Park, Totnes Road, Paignton, Devon, TQ4 7EU.</p>\r\n\r\n<ul>\r\n    <li><a href="mailto:science@plymouth.ac.uk">science@plymouth.ac.uk</a></li>\r\n    <li><a href="http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678">http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678</a></li>\r\n    <li><a href="http://www.paigntonzoo.org.uk/">http://www.paigntonzoo.org.uk/</a></li>\r\n</ul>\r\n', 'Conservation Programs', 0, '', 'publish', 'closed', 'closed', '', 'conservation-programs', '', '', '2013-10-22 18:43:49', '2013-10-22 23:43:49', '', 12, 'http://dev.aazk.org/?page_id=112', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (113, 1, '2009-05-26 17:21:24', '2009-05-26 22:21:24', '', 'Conservation Programs', 0, '', 'inherit', 'closed', 'closed', '', '112-revision', '', '', '2009-05-26 17:21:24', '2009-05-26 22:21:24', '', 112, 'http://dev.aazk.org/uncategorized/112-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (114, 1, '2009-05-26 17:21:36', '2009-05-26 22:21:36', '', 'Conservation Programs', 0, '', 'inherit', 'closed', 'closed', '', '112-revision-2', '', '', '2009-05-26 17:21:36', '2009-05-26 22:21:36', '', 112, 'http://dev.aazk.org/uncategorized/112-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (147, 1, '2009-05-26 17:05:05', '2009-05-26 22:05:05', '<h3>George Mason University<br />\r\nInterdisciplinary Studies in Zoo and Aquarium Leadership</h3>\r\n<div class="vcard">\r\n	<div class="fn">Dr. Thomas C. Wood</div>\r\n	<div class="business-unit">Assistant Professor</div>\r\n	<div class="org">New Century College</div>\r\n    <div class="tel">(703)-993-3167</div>\r\n    <div class="email"><a href="mailto:twood@gmu.edu">twood@gmu.edu</a></div>\r\n    <div class="email"><a href="mailto:mais@gmu.edu">mais@gmu.edu</a></div>\r\n</div>\r\n\r\n<p>This Master of Arts degree prepares students for advanced careers in modern, professional zoos and aquariums. It offers three specializations within the concentration:<br />\r\nLeadership in Zoo/Aquarium Collections Management<br />\r\nLeadership in Zoo/Aquarium Administration<br />\r\nLeadership in Zoo/Aquarium Conservation Education</p>\r\n\r\n<p><a href="http://chss.gmu.edu/concentrations/show/LA-MAIS-ISIN-ZAL">http://chss.gmu.edu/concentrations/show/LA-MAIS-ISIN-ZAL</a></p>\r\n\r\n\r\n<h3>Michigan State University<br />\r\nproMSc in Zoo and Aquarium Science Management</h3>\r\n<div class="vcard">\r\n	<div class="fn">Dr. Richard Snider</div>\r\n	<div class="title">Program Coordinator</div>\r\n	<div class="org">Michigan State University</div>\r\n	<div class="business-unit url"><a href="http://www.zas.msu.edu/">Department of Zoology</a></div>\r\n    <address class="adr">\r\n        <span class="street-address">203 Natural Science Building</span>\r\n        <span class="locality">East Lansing</span>, <span class="region">MI</span>, <span class="postal-code">48824-1115</span>\r\n    </address>\r\n    <div class="tel">(517) 355-4640</div>\r\n    <div class="email"><a href="mailto:snider@msu.edu">snider@msu.edu</a></div>\r\n    <div class="url"><a href="mailto:mais@gmu.edu">mais@gmu.edu</a></div>\r\n</div>\r\n\r\n\r\n<h3>University of Plymouth<br />\r\nMSc/PgDip Zoo Conservation Biology<br />\r\nPostgraduate Admissions<br />\r\nFaculty of Science</h3>\r\n<div class="vcard">\r\n	<div class="fn org url"><a href="http://www.paigntonzoo.org.uk/">University of Plymouth, Drake Circus</a></div>\r\n    <address class="adr">\r\n        <span class="locality">Drake Circus</span>, <span class="region">Plymouth</span>, <span class="postal-code">PL4 8AA</span>\r\n        <div class="country-name">United Kingdom</div>\r\n    </address>\r\n    <div class="tel">+44 (0)1752 233093</div>\r\n    <div class="email"><a href="mailto:science@plymouth.ac.uk">science@plymouth.ac.uk</a></div>\r\n</div>\r\n\r\n<p>This programme aims to provide the essential knowledge to support scientists working in areas of captive breeding, management of exotic animal species, and wildlife conservation. The programme is jointly delivered by staff of the University and Paignton Zoo Environment Park, Totnes Road, Paignton, Devon, TQ4 7EU.</p>\r\n\r\n<p><a href="http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678">http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678</a></p>', 'Management Programs', 0, '', 'inherit', 'closed', 'closed', '', '106-revision-3', '', '', '2009-05-26 17:05:05', '2009-05-26 22:05:05', '', 106, 'http://dev.aazk.org/uncategorized/106-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (115, 1, '2009-05-26 17:06:02', '2009-05-26 22:06:02', 'Today\'s zookeeper is an educated person. Gone are the days when all you needed was a love for animals, a shovel and a strong back. Now we are expected to know animal husbandry, nutrition, operant conditioning, enrichment and conservation; we are also expected to be able to lift 50 lbs., and to work weekends and holidays. We do this job because we love it, not for the money. The money is in upper management, which usually means less contact with the animals. However, in the zoo field even being in the upper echelon does not guarantee a substantial income. For us, knowing that we are saving an animal species or maybe just making an animal feel as at home as possible is enough.\r\n\r\nFor those of you who think this is the field for you, click here. For more information, you may also visit the websites for the <a href="http://www.aza.org/">American Zoo and Aquarium Association</a> and the <a href="http://aecetia.net/gws/aazk/">American Association of Zoo Keepers</a> directly. You may also be interested in <a href="/zoo-keeping-as-a-career/books-about-animal-careers/">Books about Animal Careers</a>.\r\n\r\n<h3>The List</h3>\r\n<p>While this list deals primarily with schools that have programs geared toward zookeeping, keep in mind that a degree in Wildlife Management or Wildlife Ecology is also acceptable for most zoos, as are degrees in Zoology and Biology. Remember, most zoos prefer hands-on experience, so while pursuing these degrees, volunteer where you can! (I do not list Vet. Tech Schools or those programs dealing with pure Animal Science.) There are both two and four year programs listed. Some zoos require more education than others and it is always a good idea to get a higher degree if you wish to advance up the ranks. Because of this, I have also included on this list a new program geared toward zoo and aquarium management. In addition you will find information on the Durrell Wildlife Conservation Trust and a list of international schools.</p>\r\n\r\n<dl>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/high-school-programs/">High School Programs</a></dt>\r\n    	<dd>There are many high schools around the country that have started cooperative learning programs with their local zoos. I have listed a few here, but you should check with your own school system, especially if you live near a zoological facility.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/two-year-programs/">Two-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a two-year higher education degree such as an Associate\'s degree or a technical degree.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/four-year-programs/">Four-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a four-year degree such as a Bachelor\'s degree.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/management-programs/">Management Programs</a></dt>\r\n    	<dd>This list provides information concerning higher education programs leading to degrees specific to leadership positions within the zoo field.</dd>\r\n	<dt>Conservation Programs</dt>\r\n    	<dd>This list provides information on programs geared toward teaching environmental conservation techniques.</dd>\r\n	<dt>International Programs</dt>\r\n    	<dd>This list provides information on programs outside the United States.</dd>\r\n	<dt>Aquarium or Marine Mammal Focus Programs</dt>\r\n    	<dd>This list provides information on programs that focus on aquarium or marine mammal husbandry and/or training.</dd>\r\n	<dt>Veterinary Schools with Exotic Animal Programs</dt>\r\n    	<dd>This list provides information for those who would like to become a veterinarian who specializes in exotic/zoo animals.</dd>\r\n</dl>', 'Zoo Keeper Training', 0, '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2009-05-26 17:06:02', '2009-05-26 22:06:02', '', 82, 'http://dev.aazk.org/uncategorized/82-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (116, 1, '2009-05-26 17:50:30', '2009-05-26 22:50:30', '<h4>Australia</h4>\r\n<h6>Box Hill Institute</h6>\r\nCertificate III in Zookeeping\r\nPostal Address: Private Bag 2014, Box Hill 3128, AUSTRALIA\r\nWhitehorse Campus\r\n1000 Whitehorse Road, Box Hill, Victoria, Australia\r\nPhone: +61 (0)3 9286 9222\r\n<a href="http://www.bhtafe.edu.au/" target="_blank">http://www.bhtafe.edu.au/</a>\r\n<a href="mailto:courseinfo@bhtafe.edu.au">courseinfo@bhtafe.edu.au</a>\r\n3 year program\r\n\r\n<h6>Charles Stuart University</h6>\r\nAustralia\r\nGraduate Diploma of Captive Vertebrate Management\r\nGraduate Certificate in Captive Vertebrate Management\r\nThere is also a Masters degree available.\r\nThere are numerous campuses so all contact information is through the following link:\r\n<a  target="_blank" href="http://www.csu.edu.au/contacts/campus.htm">http://www.csu.edu.au/contacts/campus.htm</a>\r\n<a  target="_blank" href="http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview">http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview</a>\r\nCSU\'s Graduate Certificate in Captive Vertebrate Management is designed to provide graduates with scientific training and career development opportunities in the fields associated with captive vertebrate management.\r\n\r\n<h6>Ultimo College, TAFE, Sydney Australia</h6>\r\nCertificate III in Zookeeping\r\nCertificate III in Animal Care and Husbandry\r\nHarris Street, ULTIMO NSW 2007, AUSTRALIA\r\nPhone: within Australia 1300 360 601\r\nPhone: outside Australia +61 2 9217 2900\r\n<a  target="_blank" href="http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9">http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9</a>\r\n\r\n<h6>University of Western Australia</h6>\r\nBSc in Animal Science\r\nNedlands Perth, Western Australia 6907 Australia\r\n<a target="_blank" href="http://www.uwa.edu.au/">http://www.uwa.edu.au/</a>\r\n<a target="_blank" href="http://admissions.uwa.edu.au/undergrad/courses/animal_science">http://admissions.uwa.edu.au/undergrad/courses/animal_science</a>\r\nThe program is geared more toward animal management than most animal science programs.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Canada</h4>\r\n<h6>Alberta Business Education Services</h6>\r\nCertificate in Zoo Technology\r\n#780 910 - 7th Avenue SW, Calgary, Alberta, Canada T2P 3N8\r\nPhone: (403) 232-8758\r\n<a target="_blank" href="http://www.abes.ca/programs.html">http://www.abes.ca/programs.html</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>France</h4>\r\nThese are not actual schools but training centers for adults.\r\n<h6>Instut Rural La chamelière</h6>\r\n44470 Carquefou\r\n00 33 240527982\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>New Zealand</h4>\r\n<h6>Unitec New Zealand</h6>\r\nBachelor of Applied Animal Technology\r\nCertificates in Animal Care and Animal Management\r\nPrivate Bag 92025\r\nCarrington Road, Mt Albert\r\nAuckland, New Zealand\r\nPhone: +64-9-849 4180\r\n<a target="_blank" href="http://www.unitec.ac.nz/">http://www.unitec.ac.nz/</a>\r\n<a target="_blank" href="http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900">http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900</a>\r\nThis program aims to provide students with an understanding of the issues relating to animal health, welfare, production, conservation, and law and ethics. It also covers recent technological developments in these areas.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>United Kingdom</h4>\r\n<h6>Bishop Burton College</h6>\r\nBTCE National Diploma in Animal Management\r\nBishop Burton, Beverley, East Yorkshire HU17 8QG\r\nTel: (01964) 553000\r\n<a target="_blank" href="http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he">http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he</a>\r\n<a href="mailto:enquiries@bishopburton.ac.uk">enquiries@bishopburton.ac.uk</a>\r\n2 year program\r\nThey have several other areas of study related to animal care. These courses can be viewed on the same link.\r\n\r\n<h6>Hartpury College</h6>\r\nAnimal Care (First Diploma)\r\nAnimal Management (National Award)\r\nAnimal Management (National Certificate)\r\nAnimal Management (National Diploma)\r\nHartpury House, Gloucester, GL19 3BE\r\nTel: 01452 700283\r\n<a href="mailto:enquire@hartpury.ac.uk">enquire@hartpury.ac.uk</a>\r\n<a target="_blank" href="http://www.hartpury.ac.uk">http://www.hartpury.ac.uk</a>\r\n<a target="_blank" href="http://www.hartpury.ac.uk/Hartpury-College/Our-Courses/Further-Education/Areas-Of-Study/Animal-Care/">http://www.hartpury.ac.uk/Hartpury-College/Our-Courses/Further-Education/Areas-Of-Study/Animal-Care/</a>\r\nProgram runs one to four years depending on which degree you want.\r\n\r\n<h6>University of Plymouth</h6>\r\nMSc/PgDip Zoo Conservation Biology\r\nPostgraduate Admissions\r\nFaculty of Science\r\nUniversity of Plymouth, Drake Circus, Plymouth PL4 8AA\r\nUnited Kingdom\r\nTel: +44 (0)1752 233093\r\nThis program aims to provide the essential knowledge to support scientists working in areas of captive breeding, management of exotic animal species, and wildlife conservation. The programme is jointly delivered by staff of the University and Paignton Zoo Environment Park, Totnes Road, Paignton, Devon, TQ4 7EU.\r\n<a href="mailto:science@plymouth.ac.uk">science@plymouth.ac.uk</a>\r\n<a target="_blank" href="http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678">http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678</a>\r\n<a target="_blank" href="http://www.paigntonzoo.org.uk/">http://www.paigntonzoo.org.uk/</a>\r\n<h6>University of Greenwich</h6>\r\nAnimal Management BSc Hons / Animal Management HND\r\nOld Royal Naval College, Park Row, Greenwich, London SE10 9LS 020 8331 8000\r\n<a target="_blank" href="http://www.gre.ac.uk/">http://www.gre.ac.uk/</a>\r\n<a target="_blank" href="http://www.gre.ac.uk/courses/ug/ani/d300">http://www.gre.ac.uk/courses/ug/ani/d300</a>\r\n<a href="mailto:jeremy.kerswell@hadlow.ac.uk">jeremy.kerswell@hadlow.ac.uk</a>\r\n\r\n<h6>University of Lincoln</h6>\r\nBSc (Hons) Animal Management &amp; Welfare\r\nBrayford Pool, Lincoln, LN6 7TS UK\r\nTel: +44 (0)1522 882000\r\n<a href="mailto:enquiries@lincoln.ac.uk">enquiries@lincoln.ac.uk</a>\r\n<a  target="_blank"href="http://www.lincoln.ac.uk">http://www.lincoln.ac.uk</a>\r\n<a  target="_blank" href="http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp">http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp</a>\r\n3 year program\r\n\r\n<h6>Weston College</h6>\r\nNational Diploma in Animal Management\r\nKnightstone Road, Weston-super-Mare, North Somerset BS23 2AL\r\nTel: 01934 411 411\r\nOverseas Tel: +44 1934 411411\r\n<a target="_blank" href="http://www.weston.ac.uk">http://www.weston.ac.uk</a>\r\n<a target="_blank" href="http://www.weston.ac.uk/course/fdsc-animal-management">http://www.weston.ac.uk/course/fdsc-animal-management</a>\r\n2 year program\r\n\r\n<h6>Wiltshire College Lackham</h6>\r\nNational Diploma in Animal Management\r\nHigher National Certificate/Diploma in Animal Management\r\nBSc Honours in Animal Science and Management\r\nLacock ? Chippenham SN15 2NY\r\nPhone: 01249 466800\r\n<a target="_blank" href="http://www.wiltscoll.ac.uk">http://www.wiltscoll.ac.uk</a>\r\n<a href="mailto:info@wiltscoll.ac.uk">info@wiltscoll.ac.uk</a>\r\n<a target="_blank" href="http://www.wiltshire.ac.uk/courses/university_level/detail.aspx?ref=1140">http://www.wiltshire.ac.uk/courses/university_level/detail.aspx?ref=1140</a>\r\n<a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581">http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581</a>\r\nProgram runs one to four years depending on which degree you want.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Other</h4>\r\n<h6>Hogeschool Van Hall Larenstein</h6>\r\nAgora 1, 8934 CJ Leeuwarden\r\n<a href="http://www.vanhall-larenstein.nl/">http://www.vanhall-larenstein.nl/</a>\r\n<a href="mailto:Hetty.vanDijk@wur.nl">Hetty.vanDijk@wur.nl</a>\r\n4 year Bachelor course in Animal Management (presented in Dutch)\r\nInternational students are welcome. The school offers an international programme for students with a bachelor diploma in a related field (or students who have finished at least 2 years of University education in a related field); this full time course is taught in English, takes 2 years and leads to a BSc in Nature and Wildlife Management. The number of English-taught modules has recently increased, including modules on Wildlife Management (both in situ and ex situ), Companion Animal Management, Animal Welfare, International Policy, and others.\r\nAqua Zoo Friesland\r\n<a href="http://www.otterparkleeuwarden.nl/">http://www.otterparkleeuwarden.nl/</a>\r\nStudents are responsible for part of the management of the zoo so they learn all aspects, not just animal keeping.\r\n\r\n<h6>Ogr\'d Zoologiczny w Poznaniu</h6>\r\nZoobiology Summer School at Poznan Zoo, Poland\r\nul. Browarna 25\r\n61-063 Poznan\r\nPolska\r\ntel. : dyrekcja : + 48 61 876 82 09, 876 82 25\r\nFAX. : + 48 61 877 35 33\r\n<a href="mailto:zoo@zoo.poznan.pl">zoo@zoo.poznan.pl</a>\r\nEvery year an increasing number of students work at the zoo as volunteers, practitioners, or to make observations for master\'s degrees and PhD\'s. As there is no place in our country where students can get a formal education in the management of wild animals in captivity, a need arose to provide, apart from normal work, a professional training in various aspects of zoo biology. Therefore we decided to hold for the first time a summer school.  During the intensive six day course from July 7 through July 12 there will be lectures as well as guided tours, led by curators, through the zoos. All higher staff of the zoo will be involved in the training. The lecture topics are varied and will cover all aspects of animal husbandry, feeding, history and development of modern zoos, conservation through captive breeding, reintroduction, record keeping, behavioral enrichment, hand-rearing techniques, genetics, international cooperation and education, and other subjects. Additionally, there will be a day-long excursion to the breeding center for native threatened species run by Academy of Agriculture.  Over 40 people registered for the summer school in 2003. Students include zoo animal keepers, students, scientific university staff as well as people simply interested in wild animal husbandry and zoos in general. We do hope that in this way we will further strengthen ties with scientific and conservation community as well as prepare new, better trained staff for Polish zoos.\r\n\r\n<div id="inner-links"></div>', 'International Programs', 0, '', 'publish', 'closed', 'closed', '', 'international-programs', '', '', '2013-10-29 16:40:03', '2013-10-29 21:40:03', '', 12, 'http://dev.aazk.org/?page_id=116', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1958, 2, '2011-04-14 08:22:51', '2011-04-14 13:22:51', '<h3></h3>\r\n<h3>AUSTRALIA</h3>\r\n<h4>Box Hill Institute</h4>\r\nCertificate III in Zookeeping\r\n\r\nPostal Address: Private Bag 2014, Box Hill 3128, AUSTRALIA\r\nWhitehorse Campus\r\n1000 Whitehorse Road, Box Hill, Victoria, Australia\r\nPhone: +61 (0)3 9286 9222\r\n<a href="http://www.bhtafe.edu.au/">http://www.bhtafe.edu.au/</a>\r\n<a href="mailto:courseinfo@bhtafe.edu.au">courseinfo@bhtafe.edu.au</a>\r\n3 year program\r\n<h4>Charles Stuart University</h4>\r\nAustralia\r\nGraduate Diploma of Captive Vertebrate Management\r\nGraduate Certificate in Captive Vertebrate Management\r\nThere is also a Masters degree available.\r\nThere are numerous campuses so all contact information is through the following link:\r\n<a href="http://www.csu.edu.au/contacts/campus.htm">http://www.csu.edu.au/contacts/campus.htm</a>\r\n<a href="http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview">http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview</a>\r\nCSU\'s Graduate Certificate in Captive Vertebrate Management is designed to provide graduates with scientific training and career development opportunities in the fields associated with captive vertebrate management.\r\n<h4>Ultimo College, TAFE, Sydney Australia</h4>\r\nCertificate III in Zookeeping\r\nCertificate III in Animal Care and Husbandry\r\nHarris Street, ULTIMO NSW 2007, AUSTRALIA\r\nPhone: within Australia 1300 360 601\r\nPhone: outside Australia +61 2 9217 2900\r\n<a href="http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9">http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9</a>\r\n<h4>University of Western Australia</h4>\r\nBSc in Animal Science\r\nNedlands Perth, Western Australia 6907 Australia\r\n<a href="http://www.uwa.edu.au/">http://www.uwa.edu.au/</a>\r\n<a href="http://admissions.uwa.edu.au/undergrad/courses/animal_science">http://admissions.uwa.edu.au/undergrad/courses/animal_science</a>\r\nThe program is geared more toward animal management than most animal science programs.\r\n<h3>CANADA</h3>\r\n<h4>Alberta Business Education Services</h4>\r\nCertificate in Zoo Technology\r\n#780 910 - 7th Avenue SW, Calgary, Alberta, Canada T2P 3N8\r\nPhone: (403) 232-8758\r\n<a href="http://www.abes.ca/programs.html">http://www.abes.ca/programs.html</a>\r\n<h3>FRANCE</h3>\r\nThese are not actual schools but training centers for adults.\r\n<h4>Instut Rural La chamelière</h4>\r\n44470 Carquefou\r\n00 33 240527982\r\n<h3>NEW ZEALAND</h3>\r\n<h4>Unitec New Zealand</h4>\r\nBachelor of Applied Animal Technology\r\n\r\nCertificates in Animal Care and Animal Management\r\nPrivate Bag 92025\r\nCarrington Road, Mt Albert\r\nAuckland\r\nNEW ZEALAND\r\n\r\nPhone: +64-9-849 4180\r\n<a href="http://www.unitec.ac.nz/">http://www.unitec.ac.nz/</a>\r\n<a href="http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900">http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900</a>\r\nThis programme aims to provide students with an understanding of the issues relating to animal health, welfare, production, conservation, and law and ethics. It also covers recent technological developments in these areas.\r\n<h3>UNITED KINGDOM</h3>\r\n<h4>Bishop Burton College</h4>\r\nBTCE National Diploma in Animal Management\r\n\r\nBishop Burton, Beverley, East Yorkshire HU17 8QG\r\nTel: (01964) 553000\r\n<a href="http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he">http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he</a>\r\n<a href="mailto:enquiries@bishopburton.ac.uk">enquiries@bishopburton.ac.uk</a>\r\n2 year program\r\nThey have several other areas of study related to animal care. These courses can be viewed on the same link.\r\n<h4>Hartpury College</h4>\r\nAnimal Care (First Diploma)\r\nAnimal Management (National Aw', 'International Programs', 0, '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2011-04-14 08:22:51', '2011-04-14 13:22:51', '', 116, 'http://aazk.org/uncategorized/116-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1956, 2, '2011-07-08 19:10:41', '2011-07-09 00:10:41', '<h3>AUSTRALIA</h3>\n<h4>Box Hill Institute</h4>\nCertificate III in Zookeeping\n\nPostal Address: Private Bag 2014, Box Hill 3128, AUSTRALIA\nWhitehorse Campus\n1000 Whitehorse Road, Box Hill, Victoria, Australia\nPhone: +61 (0)3 9286 9222\n<a href="http://www.bhtafe.edu.au/">http://www.bhtafe.edu.au/</a>\n<a href="mailto:courseinfo@bhtafe.edu.au">courseinfo@bhtafe.edu.au</a>\n3 year program\n<h4>Charles Stuart University</h4>\nAustralia\nGraduate Diploma of Captive Vertebrate Management\nGraduate Certificate in Captive Vertebrate Management\nThere is also a Masters degree available.\nThere are numerous campuses so all contact information is through the following link:\n<a href="http://www.csu.edu.au/contacts/campus.htm">http://www.csu.edu.au/contacts/campus.htm</a>\n<a href="http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview">http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview</a>\nCSU\'s Graduate Certificate in Captive Vertebrate Management is designed to provide graduates with scientific training and career development opportunities in the fields associated with captive vertebrate management.\n<h4>Ultimo College, TAFE, Sydney Australia</h4>\nCertificate III in Zookeeping\nCertificate III in Animal Care and Husbandry\nHarris Street, ULTIMO NSW 2007, AUSTRALIA\nPhone: within Australia 1300 360 601\nPhone: outside Australia +61 2 9217 2900\n<a href="http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9">http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9</a>\n<h4>University of Western Australia</h4>\nBSc in Animal Science\nNedlands Perth, Western Australia 6907 Australia\n<a href="http://www.uwa.edu.au/">http://www.uwa.edu.au/</a>\n<a href="http://admissions.uwa.edu.au/undergrad/courses/animal_science">http://admissions.uwa.edu.au/undergrad/courses/animal_science</a>\nThe program is geared more toward animal management than most animal science programs.\n<h3>CANADA</h3>\n<h4>Alberta Business Education Services</h4>\nCertificate in Zoo Technology\n#780 910 - 7th Avenue SW, Calgary, Alberta, Canada T2P 3N8\nPhone: (403) 232-8758\n<a href="http://www.abes.ca/programs.html">http://www.abes.ca/programs.html</a>\n<h3>FRANCE</h3>\nThese are not actual schools but training centers for adults.\n<h4>Instut Rural La chamelière</h4>\n44470 Carquefou\n00 33 240527982\n<h3>NEW ZEALAND</h3>\n<h4>Unitec New Zealand</h4>\nBachelor of Applied Animal Technology\n\nCertificates in Animal Care and Animal Management\nPrivate Bag 92025\nCarrington Road, Mt Albert\nAuckland\nNEW ZEALAND\n\nPhone: +64-9-849 4180\n<a href="http://www.unitec.ac.nz/">http://www.unitec.ac.nz/</a>\n<a href="http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900">http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900</a>\nThis programme aims to provide students with an understanding of the issues relating to animal health, welfare, production, conservation, and law and ethics. It also covers recent technological developments in these areas.\n<h3>UNITED KINGDOM</h3>\n<h4>Bishop Burton College</h4>\nBTCE National Diploma in Animal Management\n\nBishop Burton, Beverley, East Yorkshire HU17 8QG\nTel: (01964) 553000\n<a href="http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he">http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he</a>\n<a href="mailto:enquiries@bishopburton.ac.uk">enquiries@bishopburton.ac.uk</a>\n2 year program\nThey have several other areas of study related to animal care. These courses can be viewed on the same link.\n<h4>Hartpury College</h4>\nAnimal Care (First Diploma)\nAnimal Management (National Award)\nAnimal Management (National Certificate)\nAnimal Management (National Diploma)\nHartpury House, Gloucester, GL19 3BE\nTel: 01452 700283\n<a href="mailto:enquire@hartpury.ac.uk">enquire@hartpury.ac.uk</a>\n<a href="http://www.hartpury.ac.uk">http://www.hartpury.ac.uk</a>\n<a href="http://www.hartpury.ac.uk/Hartpury-College/Our-Courses/Further-Education/Areas-Of-Study/Animal-Care/">http://www.hartpury.ac.uk/Hartpury-College/Our-Courses/Further-Education/Areas-Of-Study/Animal-Care/</a>\n\nProgram runs one to four years depending on which degree you want.\n<h4>University of Plymouth</h4>\nMSc/PgDip Zoo Conservation Biology\nPostgraduate Admissions\nFaculty of Science\nUniversity of Plymouth, Drake Circus, Plymouth PL4 8AA\nUnited Kingdom\nTel: +44 (0)1752 233093\n\nThis programme aims to provide the essential knowledge to support scientists working in areas of captive breeding, management of exotic animal species, and wildlife conservation. The programme is jointly delivered by staff of the University and Paignton Zoo Environment Park, Totnes Road, Paignton, Devon, TQ4 7EU.\n<a href="mailto:science@plymouth.ac.uk">science@plymouth.ac.uk</a>\n<a href="http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678">http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678</a>\n<a href="http://www.paigntonzoo.org.uk/">http://www.paigntonzoo.org.uk/</a>\n<h4>University of Greenwich</h4>\nAnimal Management BSc Hons / Animal Management HND\nOld Royal Naval College, Park Row, Greenwich, London SE10 9LS 020 8331 8000\n<a href="http://www.gre.ac.uk/">http://www.gre.ac.uk/</a>\n\n<a href="http://www.gre.ac.uk/courses/ug/ani/d300">http://www.gre.ac.uk/courses/ug/ani/d300</a>\n<a href="mailto:jeremy.kerswell@hadlow.ac.uk">\n</a>\n<h4>University of Lincoln</h4>\nBSc (Hons) Animal Management &amp; Welfare\nBrayford Pool, Lincoln, LN6 7TS UK\nTel: +44 (0)1522 882000\n\n<a href="mailto:enquiries@lincoln.ac.uk">enquiries@lincoln.ac.uk</a>\n<a href="http://www.lincoln.ac.uk">http://www.lincoln.ac.uk</a>\n<a href="http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp">http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp</a>\n3 year program\n<h4>Weston College</h4>\nNational Diploma in Animal Management\nKnightstone Road, Weston-super-Mare, North Somerset BS23 2AL\nTel: 01934 411 411\n\nOverseas Tel: +44 1934 411411\n<a href="http://www.weston.ac.uk">http://www.weston.ac.uk</a>\n<a href="http://www.weston.ac.uk/course/fdsc-animal-management">http://www.weston.ac.uk/course/fdsc-animal-management</a>\n2 year program\n<h4>Wiltshire College Lackham</h4>\nNational Diploma in Animal Management\nHigher National Certificate/Diploma in Animal Management\nBSc Honours in Animal Science and Management\n\nLacock ? Chippenham SN15 2NY\nPhone: 01249 466800\n<a href="http://www.wiltscoll.ac.uk">http://www.wiltscoll.ac.uk</a>\n<a href="mailto:info@wiltscoll.ac.uk">info@wiltscoll.ac.uk</a>\n<a href="http://www.wiltshire.ac.uk/courses/university_level/detail.aspx?ref=1140">http://www.wiltshire.ac.uk/courses/university_level/detail.aspx?ref=1140</a><a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581"></a>\n\nProgram runs one to four years depending on which degree you want.\n<h3>OTHER</h3>\n<h4>Hogeschool Van Hall Larenstein</h4>\nAgora 1, 8934 CJ Leeuwarden\n<a href="http://www.vanhall-larenstein.nl/">http://www.vanhall-larenstein.nl/</a>\n<a href="mailto:Hetty.vanDijk@wur.nl">Hetty.vanDijk@wur.nl</a>\n4 year Bachelor course in Animal Management (presented in Dutch)\nInternational students are welcome. The school offers an international programme for students with a bachelor diploma in a related field (or students who have finished at least 2 years of University education in a related field); this full time course is taught in English, takes 2 years and leads to a BSc in Nature and Wildlife Management. The number of English-taught modules has recently increased, including modules on Wildlife Management (both in situ and ex situ), Companion Animal Management, Animal Welfare, International Policy, and others.\nAqua Zoo Friesland\n\n<a href="http://www.otterparkleeuwarden.nl/">http://www.otterparkleeuwarden.nl/</a>\nStudents are responsible for part of the management of the zoo so they learn all aspects, not just animal keeping.\n<h4>Ogr\'d Zoologiczny w Poznaniu</h4>\nZoobiology Summer School at Poznan Zoo, Poland\nul. Browarna 25\n61-063 Poznan\nPolska\ntel. : dyrekcja : + 48 61 876 82 09, 876 82 25\n\nFAX. : + 48 61 877 35 33\n<a href="mailto:zoo@zoo.poznan.pl">zoo@zoo.poznan.pl</a>\nEvery year an increasing number of students work at the zoo as volunteers, practitioners, or to make observations for master\'s degrees and PhD\'s. As there is no place in our country where students can get a formal education in the management of wild animals in captivity, a need arose to provide, apart from normal work, a professional training in various aspects of zoo biology. Therefore we decided to hold for the first time a summer school.  During the intensive six day course from July 7 through July 12 there will be lectures as well as guided tours, led by curators, through the zoos. All higher staff of the zoo will be involved in the training. The lecture topics are varied and will cover all aspects of animal husbandry, feeding, history and development of modern zoos, conservation through captive breeding, reintroduction, record keeping, behavioral enrichment, hand-rearing techniques, genetics, international cooperation and education, and other subjects. Additionally, there will be a day-long excursion to the breeding center for native threatened species run by Academy of Agriculture.  Over 40 people registered for the summer school in 2003. Students include zoo animal keepers, students, scientific university staff as well as people simply interested in wild animal husbandry and zoos in general. We do hope that in this way we will further strengthen ties with scientific and conservation community as well as prepare new, better trained staff for Polish zoos.', 'International Programs', 0, '', 'inherit', 'closed', 'closed', '', '116-autosave-v1', '', '', '2011-07-08 19:10:41', '2011-07-09 00:10:41', '', 116, 'http://aazk.org/uncategorized/116-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1955, 2, '2011-04-14 08:18:08', '2011-04-14 13:18:08', '<h3>AUSTRALIA</h3>\r\n<h4>Box Hill Institute</h4>\r\nCertificate III in Zookeeping\r\n\r\nPostal Address: Private Bag 2014, Box Hill 3128, AUSTRALIA\r\nWhitehorse Campus\r\n1000 Whitehorse Road, Box Hill, Victoria, Australia\r\nPhone: +61 (0)3 9286 9222\r\n<a href="http://www.bhtafe.edu.au/">http://www.bhtafe.edu.au/</a>\r\n<a href="mailto:courseinfo@bhtafe.edu.au">courseinfo@bhtafe.edu.au</a>\r\n3 year program\r\n<h4>Charles Stuart University</h4>\r\nAustralia\r\nGraduate Diploma of Captive Vertebrate Management\r\nGraduate Certificate in Captive Vertebrate Management\r\nThere is also a Masters degree available.\r\nThere are numerous campuses so all contact information is through the following link:\r\n<a href="http://www.csu.edu.au/contacts/campus.htm">http://www.csu.edu.au/contacts/campus.htm</a>\r\n<a href="http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview">http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview</a>\r\nThis group of three articulated courses has been developed in co-operation with Western Plains Zoo, Dubbo. They are the first tertiary courses in Australia to offer specialisation in Captive Vertebrate Management. Some of these courses are correspondence courses.\r\n<h4>Ultimo College, TAFE, Sydney Australia</h4>\r\nCertificate III in Zookeeping\r\nCertificate III in Animal Care and Husbandry\r\nHarris Street, ULTIMO NSW 2007, AUSTRALIA\r\nPhone: within Australia 1300 360 601\r\nPhone: outside Australia +61 2 9217 2900\r\n<a href="http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9">http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9</a>\r\n<h4>University of Western Australia</h4>\r\nBSc in Animal Science\r\nNedlands Perth, Western Australia 6907 Australia\r\n<a href="http://www.uwa.edu.au/">http://www.uwa.edu.au/</a>\r\n<a href="http://admissions.uwa.edu.au/undergrad/courses/animal_science">http://admissions.uwa.edu.au/undergrad/courses/animal_science</a>\r\nThe program is geared more toward animal management than most animal science programs.\r\n<h3>CANADA</h3>\r\n<h4>Alberta Business Education Services</h4>\r\nCertificate in Zoo Technology\r\n#780 910 - 7th Avenue SW, Calgary, Alberta, Canada T2P 3N8\r\nPhone: (403) 232-8758\r\n<a href="http://www.abes2000.com/abes2000/zookeeper.html">http://www.abes2000.com/abes2000/zookeeper.html</a>\r\nDon Pattie, Program Coordinator/Tutor\r\nPhone: (780) 474-4215\r\ndonpatt@nait.ab.ca\r\nLorraine Zwicker, Student Liason Officer\r\n\r\n<a href="amilto:lorraine.z@abes2000.com">lorraine.z@abes2000.com</a>\r\nZookeeping is a hands-on profession. This program is designed to give both entry-level and practicing zookeepers awareness of the competencies, skills and attitudes expected of employees. These courses are offered by correspondence and in the future over the Internet. Try the "Animal Breeding and Behaviour" online program for free for a limited time.  This is a program jointly offered by Canadian Association of Zoos and Aquarium (CAZA), ABES 2000 Ltd and The Northern Alberta Institute of Technology (NAIT).\r\n<h3>FRANCE</h3>\r\nThese are not actual schools but training centers for adults.\r\n<h4>Instut Rural La chamelière</h4>\r\n44470 Carquefou\r\n00 33 240527982\r\n<h3>NEW ZEALAND</h3>\r\n<h4>Unitec New Zealand</h4>\r\nBachelor of Applied Animal Technology\r\n\r\nCertificates in Animal Care and Animal Management\r\nPrivate Bag 92025\r\nCarrington Road, Mt Albert\r\nAuckland\r\nNEW ZEALAND\r\n\r\nPhone: +64-9-849 4180\r\n<a href="http://www.unitec.ac.nz/">http://www.unitec.ac.nz/</a>\r\n<a href="http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900">http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900</a>\r\nThis programme aims to provide students with an understanding of the issues relating to animal health, welfare, production, conservation, and law and ethics. It also covers recent technological developments in these areas.\r\n<h3>UNITED KINGDOM</h3>\r\n<h4>Bishop Burton College</h4>\r\nBTCE National Diploma in Animal Management\r\n\r\nBishop Burton, Beverley, East Yorkshire HU17 8QG\r\nTel: (01964) 553000\r\n<a href="http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he">http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he</a>\r\n<a href="mailto:enquiries@bishopburton.ac.uk">enquiries@bishopburton.ac.uk</a>\r\n2 year program\r\nThey have several other areas of study related to animal care. These courses can be viewed on the same link.\r\n<h4>Hartpury College</h4>\r\nAnimal Care (First Diploma)\r\nAnimal Management (National Award)\r\nAnimal Management (National Certificate)\r\nAnimal Management (National Diploma)\r\nHartpury House, Gloucester, GL19 3BE\r\nTel: 01452 700283\r\n<a href="mailto:enquire@hartpury.ac.uk">enquire@hartpury.ac.uk</a>\r\n<a href="http://www.hartpury.ac.uk">http://www.hartpury.ac.uk</a>\r\n<a href="http://www.hartpury.ac.uk/courses/programme.asp?RProgrammeID=22&amp;RStudyLevelID=1&amp;RProgrammeAreaID=3">http://www.hartpury.ac.uk/courses/programme.asp?RProgrammeID=22&amp;RStudyLevelID=1&amp;RProgrammeAreaID=3</a>\r\n\r\nProgram runs one to four years depending on which degree you want.\r\n<h4>University of Plymouth</h4>\r\nMSc/PgDip Zoo Conservation Biology\r\nPostgraduate Admissions\r\nFaculty of Science\r\nUniversity of Plymouth, Drake Circus, Plymouth PL4 8AA\r\nUnited Kingdom\r\nTel: +44 (0)1752 233093\r\n\r\nThis programme aims to provide the essential knowledge to support scientists working in areas of captive breeding, management of exotic animal species, and wildlife conservation. The programme is jointly delivered by staff of the University and Paignton Zoo Environment Park, Totnes Road, Paignton, Devon, TQ4 7EU.\r\n<a href="mailto:science@plymouth.ac.uk">science@plymouth.ac.uk</a>\r\n<a href="http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678">http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678</a>\r\n<a href="http://www.paigntonzoo.org.uk/">http://www.paigntonzoo.org.uk/</a>\r\n<h4>University of Greenwich</h4>\r\nAnimal Management BSc Hons / Animal Management HND\r\nOld Royal Naval College, Park Row, Greenwich, London SE10 9LS 020 8331 8000\r\n<a href="http://www.gre.ac.uk/">http://www.gre.ac.uk/</a>\r\n\r\n<a href="http://www.gre.ac.uk/clearing/vacan/a/animan_bsc.htm">http://www.gre.ac.uk/clearing/vacan/a/animan_bsc.htm</a>\r\n<a href="mailto:jeremy.kerswell@hadlow.ac.uk">jeremy.kerswell@hadlow.ac.uk</a>\r\n3 year program\r\n<h4>University of Lincoln</h4>\r\nBSc (Hons) Animal Management &amp; Welfare\r\nBrayford Pool, Lincoln, LN6 7TS UK\r\nTel: +44 (0)1522 882000\r\n\r\n<a href="mailto:enquiries@lincoln.ac.uk">enquiries@lincoln.ac.uk</a>\r\n<a href="http://www.lincoln.ac.uk">http://www.lincoln.ac.uk</a>\r\n<a href="http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp">http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp</a>\r\n3 year program\r\n<h4>Weston College</h4>\r\nNational Diploma in Animal Management\r\nKnightstone Road, Weston-super-Mare, North Somerset BS23 2AL\r\nTel: 01934 411 411\r\n\r\nOverseas Tel: +44 1934 411411\r\n<a href="http://www.weston.ac.uk">http://www.weston.ac.uk</a>\r\n<a href="http://www.weston.ac.uk/courses/fulltime/Animal%20Care.pdf">http://www.weston.ac.uk/courses/fulltime/Animal%20Care.pdf</a>\r\n2 year program\r\n<h4>Wiltshire College Lackham</h4>\r\nNational Diploma in Animal Management\r\nHigher National Certificate/Diploma in Animal Management\r\nBSc Honours in Animal Science and Management\r\n\r\nLacock ? Chippenham SN15 2NY\r\nPhone: 01249 466800\r\n<a href="http://www.wiltscoll.ac.uk">http://www.wiltscoll.ac.uk</a>\r\n<a href="mailto:info@wiltscoll.ac.uk">info@wiltscoll.ac.uk</a>\r\n<a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=564">http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=564</a>\r\n<a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581">http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581</a>\r\n\r\nProgram runs one to four years depending on which degree you want.\r\n<h3>OTHER</h3>\r\n<h4>Hogeschool Van Hall Larenstein</h4>\r\nAgora 1, 8934 CJ Leeuwarden\r\n<a href="http://www.vhall.nl/hoofd.htm">http://www.vhall.nl/hoofd.htm</a>\r\n<a href="mailto:Hetty.vanDijk@wur.nl">Hetty.vanDijk@wur.nl</a>\r\n4 year Bachelor course in Animal Management (presented in Dutch)\r\nInternational students are welcome. The school offers an international programme for students with a bachelor diploma in a related field (or students who have finished at least 2 years of University education in a related field); this full time course is taught in English, takes 2 years and leads to a BSc in Nature and Wildlife Management. The number of English-taught modules has recently increased, including modules on Wildlife Management (both in situ and ex situ), Companion Animal Management, Animal Welfare, International Policy, and others.\r\nAqua Zoo Friesland\r\n\r\n<a href="http://www.otterparkleeuwarden.nl/">http://www.otterparkleeuwarden.nl/</a>\r\nStudents are responsible for part of the management of the zoo so they learn all aspects, not just animal keeping.\r\n<h4>Ogr\'d Zoologiczny w Poznaniu</h4>\r\nZoobiology Summer School at Poznan Zoo, Poland\r\nul. Browarna 25\r\n61-063 Poznan\r\nPolska\r\ntel. : dyrekcja : + 48 61 876 82 09, 876 82 25\r\n\r\nFAX. : + 48 61 877 35 33\r\n<a href="mailto:zoo@zoo.poznan.pl">zoo@zoo.poznan.pl</a>\r\nEvery year an increasing number of students work at the zoo as volunteers, practitioners, or to make observations for master\'s degrees and PhD\'s. As there is no place in our country where students can get a formal education in the management of wild animals in captivity, a need arose to provide, apart from normal work, a professional training in various aspects of zoo biology. Therefore we decided to hold for the first time a summer school.  During the intensive six day course from July 7 through July 12 there will be lectures as well as guided tours, led by curators, through the zoos. All higher staff of the zoo will be involved in the training. The lecture topics are varied and will cover all aspects of animal husbandry, feeding, history and development of modern zoos, conservation through captive breeding, reintroduction, record keeping, behavioral enrichment, hand-rearing techniques, genetics, international cooperation and education, and other subjects. Additionally, there will be a day-long excursion to the breeding center for native threatened species run by Academy of Agriculture.  Over 40 people registered for the summer school in 2003. Students include zoo animal keepers, students, scientific university staff as well as people simply interested in wild animal husbandry and zoos in general. We do hope that in this way we will further strengthen ties with scientific and conservation community as well as prepare new, better trained staff for Polish zoos.', 'International Programs', 0, '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2011-04-14 08:18:08', '2011-04-14 13:18:08', '', 116, 'http://aazk.org/uncategorized/116-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (117, 1, '2009-05-26 17:50:21', '2009-05-26 22:50:21', '<h3>AUSTRALIA</h3>\n\n<h4>Box Hill Institute</h4>\n<p>Certificate III in Zookeeping</p>\n\n<p>Postal Address: Private Bag 2014, Box Hill 3128, AUSTRALIA<br>\nWhitehorse Campus<br>\n1000 Whitehorse Road, Box Hill, Victoria, Australia<br>\nPhone: +61 (0)3 9286 9222<br>\n<a href="http://www.bhtafe.edu.au/" target="_blank">http://www.bhtafe.edu.au/</a><br>\n<a href="mailto:courseinfo@bhtafe.edu.au">courseinfo@bhtafe.edu.au</a><br>\n3 year program</p>\n\n<h4>Charles Stuart University<h4>\n\n<p>Australia<br>\nGraduate Diploma of Captive Vertebrate Management<br>\nGraduate Certificate in Captive Vertebrate Management<br>\nThere is also a Masters degree available.<br>\nThere are numerous campuses so all contact information is through the following link:<br>\n<a href="http://www.csu.edu.au/contacts/campus.htm" target="_blank">http://www.csu.edu.au/contacts/campus.htm</a><br>\n<a href="http://www.csu.edu.au/courses/pg/sci/m_cvm/ag_abo.htm" target="_blank">http://www.csu.edu.au/courses/pg/sci/m_cvm/ag_abo.htm</a><br>\nThis group of three articulated courses has been developed in co-operation with Western Plains Zoo, Dubbo. They are the first tertiary courses in Australia to offer specialisation in Captive Vertebrate Management. Some of these courses are correspondence courses.</p>\n\n<h4>Ultimo College, TAFE, Sydney Australia</h4>\n\n<p>Certificate III in Zookeeping<br>\nCertificate III in Animal Care and Husbandry<br>\nHarris Street, ULTIMO NSW 2007, AUSTRALIA<br>\nPhone: within Australia 1300 360 601<br>\nPhone: outside Australia +61 2 9217 2900<br>\n<a href="http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9" target="_blank">http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9</a></p>\n\n<h4>University of Western Australia</h4>\n\n<p>BSc in Animal Science<br>\nNedlands Perth, Western Australia 6907 Australia<br>\n<a href="http://www.uwa.edu.au/" target="_blank">http://www.uwa.edu.au/</a><br>\n<a href="http://admissions.uwa.edu.au/undergrad/courses/animal_science" target="_blank">http://admissions.uwa.edu.au/undergrad/courses/animal_science</a><br>\nThe program is geared more toward animal management than most animal science programs.</p>\n\n\n<h3>CANADA</h3>\n\n<h4>Alberta Business Education Services</h4>\n\n<p>Certificate in Zoo Technology<br>\n#780 910 - 7th Avenue SW, Calgary, Alberta, Canada T2P 3N8<br>\nPhone: (403) 232-8758<br>\n<a href="http://www.abes2000.com/abes2000/zookeeper.html" target="_blank">http://www.abes2000.com/abes2000/zookeeper.html</a><br>\nDon Pattie, Program Coordinator/Tutor<br>\nPhone: (780) 474-4215<br>\ndonpatt@nait.ab.ca<br>\nLorraine Zwicker, Student Liason Officer<br>\n\n<a href="amilto:lorraine.z@abes2000.com">lorraine.z@abes2000.com</a><br>\nZookeeping is a hands-on profession. This program is designed to give both entry-level and practicing zookeepers awareness of the competencies, skills and attitudes expected of employees. These courses are offered by correspondence and in the future over the Internet. Try the "Animal Breeding and Behaviour" online program for free for a limited time.  This is a program jointly offered by Canadian Association of Zoos and Aquarium (CAZA), ABES 2000 Ltd and The Northern Alberta Institute of Technology (NAIT).</p>\n\n\n<h3>FRANCE</h3>\n<p>These are not actual schools but training centers for adults.</p>\n\n<h4>Instut Rural La chamelière</h4>\n\n<p>44470 Carquefou<br>\n00 33 240527982</p>\n\n<h3>NEW ZEALAND</h3>\n\n<h4>Unitec New Zealand</h4>\n\n<p>Bachelor of Applied Animal Technology<br>\n\n<p>Certificates in Animal Care and Animal Management<br>\nPrivate Bag 92025<br>\nCarrington Road, Mt Albert<br>\nAuckland<br>\nNEW ZEALAND<br>\n\nPhone: +64-9-849 4180<br>\n<a href="http://www.unitec.ac.nz/" target="_blank">http://www.unitec.ac.nz/</a><br>\n<a href="http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900" target="_blank">http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900</a><br>\nThis programme aims to provide students with an understanding of the issues relating to animal health, welfare, production, conservation, and law and ethics. It also covers recent technological developments in these areas.</p>\n\n\n<h3>UNITED KINGDOM</h3>\n\n<h4>Bishop Burton College</h4>\n\n<p>BTCE National Diploma in Animal Management<br>\n\nBishop Burton, Beverley, East Yorkshire HU17 8QG<br>\nTel: (01964) 553000<br>\n<a href="http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he" target="_blank">http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he</a><br>\n<a href="mailto:enquiries@bishopburton.ac.uk">enquiries@bishopburton.ac.uk</a><br>\n2 year program<br>\nThey have several other areas of study related to animal care. These courses can be viewed on the same link.</p>\n\n<h4>Hartpury College</h4>\n\n<p>Animal Care (First Diploma)<br>\nAnimal Management (National Award)<br>\nAnimal Management (National Certificate)<br>\nAnimal Management (National Diploma)<br>\nHartpury House, Gloucester, GL19 3BE<br>\nTel: 01452 700283<br>\n<a href="mailto:enquire@hartpury.ac.uk">enquire@hartpury.ac.uk</a><br>\n<a href="http://www.hartpury.ac.uk" target="_blank">http://www.hartpury.ac.uk</a><br>\n<a href="http://www.hartpury.ac.uk/courses/programme.asp?RProgrammeID=22&amp;RStudyLevelID=1&amp;RProgrammeAreaID=3" target="_blank">http://www.hartpury.ac.uk/courses/programme.asp?RProgrammeID=22&amp;RStudyLevelID=1&amp;RProgrammeAreaID=3</a><br>\n\nProgram runs one to four years depending on which degree you want.</p>\n\n<h4>University of Plymouth</h4>\n\n<p>MSc/PgDip Zoo Conservation Biology<br>\nPostgraduate Admissions<br>\nFaculty of Science<br>\nUniversity of Plymouth, Drake Circus, Plymouth PL4 8AA<br>\nUnited Kingdom<br>\nTel: +44 (0)1752 233093<br>\n\nThis programme aims to provide the essential knowledge to support scientists working in areas of captive breeding, management of exotic animal species, and wildlife conservation. The programme is jointly delivered by staff of the University and Paignton Zoo Environment Park, Totnes Road, Paignton, Devon, TQ4 7EU.<br>\n<a href="mailto:science@plymouth.ac.uk">science@plymouth.ac.uk</a><br>\n<a href="http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678" target="_blank">http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678</a><br>\n<a href="http://www.paigntonzoo.org.uk/" target="_blank">http://www.paigntonzoo.org.uk/</a></p>\n\n<h4>University of Greenwich</h4>\n\n<p>Animal Management BSc Hons / Animal Management HND<br>\nOld Royal Naval College, Park Row, Greenwich, London SE10 9LS 020 8331 8000<br>\n<a href="http://www.gre.ac.uk/" target="_blank">http://www.gre.ac.uk/</a><br>\n\n<a href="http://www.gre.ac.uk/clearing/vacan/a/animan_bsc.htm" target="_blank">http://www.gre.ac.uk/clearing/vacan/a/animan_bsc.htm</a><br>\n<a href="mailto:jeremy.kerswell@hadlow.ac.uk">jeremy.kerswell@hadlow.ac.uk</a><br>\n3 year program</p>\n\n<h4>University of Lincoln</h4>\n\n<p>BSc (Hons) Animal Management &amp; Welfare<br>\nBrayford Pool, Lincoln, LN6 7TS UK<br>\nTel: +44 (0)1522 882000<br>\n\n<a href="mailto:enquiries@lincoln.ac.uk">enquiries@lincoln.ac.uk</a><br>\n<a href="http://www.lincoln.ac.uk" target="_blank">http://www.lincoln.ac.uk</a><br>\n<a href="http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp" target="_blank">http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp</a><br>\n3 year program</p>\n\n<h4>Weston College</h4>\n\n<p>National Diploma in Animal Management<br>\nKnightstone Road, Weston-super-Mare, North Somerset BS23 2AL<br>\nTel: 01934 411 411<br>\n\nOverseas Tel: +44 1934 411411<br>\n<a href="http://www.weston.ac.uk" target="_blank">http://www.weston.ac.uk</a><br>\n<a href="http://www.weston.ac.uk/courses/fulltime/Animal%20Care.pdf" target="_blank">http://www.weston.ac.uk/courses/fulltime/Animal%20Care.pdf</a><br>\n2 year program</p>\n\n<h4>Wiltshire College Lackham</h4>\n\n<p>National Diploma in Animal Management<br>\nHigher National Certificate/Diploma in Animal Management<br>\nBSc Honours in Animal Science and Management<br>\n\nLacock ? Chippenham SN15 2NY<br>\nPhone: 01249 466800<br>\n<a href="http://www.wiltscoll.ac.uk" target="_blank">http://www.wiltscoll.ac.uk</a><br>\n<a href="mailto:info@wiltscoll.ac.uk">info@wiltscoll.ac.uk</a><br>\n  <a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=564" target="_blank">http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=564</a><br>\n<a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581">http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581</a>\n<br>\n  Program runs one to four years depending on which degree you want.</p>\n\n<h3>OTHER</h3>\n\n<h4>Hogeschool Van Hall Larenstein</h4>\n\n<p>Agora 1, 8934 CJ Leeuwarden<br>\n<a href="http://www.vhall.nl/hoofd.htm" target="_blank">http://www.vhall.nl/hoofd.htm</a><br>\n<a href="mailto:Hetty.vanDijk@wur.nl">Hetty.vanDijk@wur.nl</a><br>\n4 year Bachelor course in Animal Management (presented in Dutch)<br>\nInternational students are welcome. The school offers an international programme for students with a bachelor diploma in a related field (or students who have finished at least 2 years of University education in a related field); this full time course is taught in English, takes 2 years and leads to a BSc in Nature and Wildlife Management. The number of English-taught modules has recently increased, including modules on Wildlife Management (both in situ and ex situ), Companion Animal Management, Animal Welfare, International Policy, and others.<br>\nAqua Zoo Friesland<br>\n\n<a href="http://www.otterparkleeuwarden.nl/" target="_blank">http://www.otterparkleeuwarden.nl/</a><br>\nStudents are responsible for part of the management of the zoo so they learn all aspects, not just animal keeping.</p>\n\n<h4>Ogr\'d Zoologiczny w Poznaniu</h4>\n\n<p>Zoobiology Summer School at Poznan Zoo, Poland<br>\nul. Browarna 25<br>\n61-063 Poznan<br>\nPolska<br>\ntel. : dyrekcja : + 48 61 876 82 09, 876 82 25<br>\n\nFAX. : + 48 61 877 35 33<br>\n<a href="mailto:zoo@zoo.poznan.pl">zoo@zoo.poznan.pl</a><br>\nEvery year an increasing number of students work at the zoo as volunteers, practitioners, or to make observations for master\'s degrees and PhD\'s. As there is no place in our country where students can get a formal education in the management of wild animals in captivity, a need arose to provide, apart from normal work, a professional training in various aspects of zoo biology. Therefore we decided to hold for the first time a summer school.  During the intensive six day course from July 7 through July 12 there will be lectures as well as guided tours, led by curators, through the zoos. All higher staff of the zoo will be involved in the training. The lecture topics are varied and will cover all aspects of animal husbandry, feeding, history and development of modern zoos, conservation through captive breeding, reintroduction, record keeping, behavioral enrichment, hand-rearing techniques, genetics, international cooperation and education, and other subjects. Additionally, there will be a day-long excursion to the breeding center for native threatened species run by Academy of Agriculture.  Over 40 people registered for the summer school in 2003. Students include zoo animal keepers, students, scientific university staff as well as people simply interested in wild animal husbandry and zoos in general. We do hope that in this way we will further strengthen ties with scientific and conservation community as well as prepare new, better trained staff for Polish zoos.</p>', 'International Programs', 0, '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2009-05-26 17:50:21', '2009-05-26 22:50:21', '', 116, 'http://dev.aazk.org/uncategorized/116-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (146, 1, '2009-05-26 17:41:03', '2009-05-26 22:41:03', '<div class="vcard">\r\n	<h3 class="fn org">Durrell Wildlife Conservation Trust</h3>\r\n    <address class="adr">\r\n		Les Augr\'s Manor,<br />\r\n        La Profonde Rue,<br />\r\n        Trinity,<br />\r\n        Jersey JE3 5BP,<br />\r\n        English Channel Islands,<br />\r\n        British Isles\r\n    </address>\r\n    <div class="tel">+44 (0)1534 860000</div>\r\n    <div class="email"><a href="mailto:info@durrellwildlife.org">info@durrellwildlife.org</a></div>\r\n    <div class="url"><a href="http://www.durrellwildlife.org">http://www.durrellwildlife.org</a></div>\r\n    <div class="url"><a href="http://www.jerseyzoo.co.uk/">http://www.jerseyzoo.co.uk/</a></div>\r\n</div>\r\n\r\n<p>Durrell Wildlife\'s conservation teaching headquarters is based at the International Training Centre (ITC) in the Les Noyers building complex located adjacent to Jersey Zoo.</p>\r\n\r\n\r\n<h3>Refer back to Delaware Valley College<br />\r\nB.S. in Animal Biotechnology and Conservation</h3>\r\n \r\n \r\n<h3>University of New Orleans</h3>\r\n\r\n<p>In this program, called ZUNO, UNO is working together with the Smithsonian\'s National Zoo, the San Diego Zoo, and Omaha\'s Henry Doorly Zoo to recruit and train exceptional undergraduate and graduate students in conservation biology and to apply research advances to the management and survival of wildlife species, both in captivity and in the wild. The partners will also work together to further public education and awareness of conservation issues, and to raise funds to support their activities. Click here for the full press release.</p>\r\n\r\n<p><a href="http://www.sandiegozoo.org/">http://www.sandiegozoo.org/</a></p>\r\n<p><a href="http://www.omahazoo.com/">http://www.omahazoo.com/</a></p>\r\n<p><a href="http://www.uno.edu/">http://www.uno.edu/</a></p>\r\n<p><a href="http://nationalzoo.si.edu/default.cfm">http://nationalzoo.si.edu/default.cfm</a></p>\r\n \r\n\r\n<h3>University of Plymouth<br />\r\nMSc/PgDip Zoo Conservation Biology</h3>\r\n<div class="vcard">\r\n	<div class="fn org">University of Plymouth</div>\r\n    <div class="business-unit">Postgraduate Admissions</div>\r\n    <div class="business-unit">Faculty of Science</div>\r\n    <address class="adr">\r\n        <span class="locality">Drake Circus</span>, <span class="region">Plymouth</span>, <span class="postal-code">PL4 8AA</span>\r\n        <span class="country-name">United Kingdom</span>\r\n    </address>\r\n    <div class="tel">+44 (0)1752 233093</div>\r\n    <div class="email"><a href="mailto:science@plymouth.ac.uk">science@plymouth.ac.uk</a></div>\r\n    <div class="url"><a href="http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678">http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678/</a></div>\r\n    <div class="url"><a href="http://www.paigntonzoo.org.uk/">http://www.paigntonzoo.org.uk/</a></div>\r\n</div>\r\n\r\n<p>This programme aims to provide the essential knowledge to support scientists working in areas of captive breeding, management of exotic animal species, and wildlife conservation. The programme is jointly delivered by staff of the University and Paignton Zoo Environment Park, Totnes Road, Paignton, Devon, TQ4 7EU.</p>', 'Conservation Programs', 0, '', 'inherit', 'closed', 'closed', '', '112-revision-3', '', '', '2009-05-26 17:41:03', '2009-05-26 22:41:03', '', 112, 'http://dev.aazk.org/uncategorized/112-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (118, 1, '2009-05-26 17:41:41', '2009-05-26 22:41:41', 'Today\'s zookeeper is an educated person. Gone are the days when all you needed was a love for animals, a shovel and a strong back. Now we are expected to know animal husbandry, nutrition, operant conditioning, enrichment and conservation; we are also expected to be able to lift 50 lbs., and to work weekends and holidays. We do this job because we love it, not for the money. The money is in upper management, which usually means less contact with the animals. However, in the zoo field even being in the upper echelon does not guarantee a substantial income. For us, knowing that we are saving an animal species or maybe just making an animal feel as at home as possible is enough.\r\n\r\nFor those of you who think this is the field for you, click here. For more information, you may also visit the websites for the <a href="http://www.aza.org/">American Zoo and Aquarium Association</a> and the <a href="http://aecetia.net/gws/aazk/">American Association of Zoo Keepers</a> directly. You may also be interested in <a href="/zoo-keeping-as-a-career/books-about-animal-careers/">Books about Animal Careers</a>.\r\n\r\n<h3>The List</h3>\r\n<p>While this list deals primarily with schools that have programs geared toward zookeeping, keep in mind that a degree in Wildlife Management or Wildlife Ecology is also acceptable for most zoos, as are degrees in Zoology and Biology. Remember, most zoos prefer hands-on experience, so while pursuing these degrees, volunteer where you can! (I do not list Vet. Tech Schools or those programs dealing with pure Animal Science.) There are both two and four year programs listed. Some zoos require more education than others and it is always a good idea to get a higher degree if you wish to advance up the ranks. Because of this, I have also included on this list a new program geared toward zoo and aquarium management. In addition you will find information on the Durrell Wildlife Conservation Trust and a list of international schools.</p>\r\n\r\n<dl>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/high-school-programs/">High School Programs</a></dt>\r\n    	<dd>There are many high schools around the country that have started cooperative learning programs with their local zoos. I have listed a few here, but you should check with your own school system, especially if you live near a zoological facility.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/two-year-programs/">Two-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a two-year higher education degree such as an Associate\'s degree or a technical degree.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/four-year-programs/">Four-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a four-year degree such as a Bachelor\'s degree.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/management-programs/">Management Programs</a></dt>\r\n    	<dd>This list provides information concerning higher education programs leading to degrees specific to leadership positions within the zoo field.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/conservation-programs/">Conservation Programs</a></dt>\r\n    	<dd>This list provides information on programs geared toward teaching environmental conservation techniques.</dd>\r\n	<dt>International Programs</dt>\r\n    	<dd>This list provides information on programs outside the United States.</dd>\r\n	<dt>Aquarium or Marine Mammal Focus Programs</dt>\r\n    	<dd>This list provides information on programs that focus on aquarium or marine mammal husbandry and/or training.</dd>\r\n	<dt>Veterinary Schools with Exotic Animal Programs</dt>\r\n    	<dd>This list provides information for those who would like to become a veterinarian who specializes in exotic/zoo animals.</dd>\r\n</dl>', 'Zoo Keeper Training', 0, '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2009-05-26 17:41:41', '2009-05-26 22:41:41', '', 82, 'http://dev.aazk.org/uncategorized/82-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (119, 1, '2009-05-26 17:50:30', '2009-05-26 22:50:30', '<h3>AUSTRALIA</h3>\r\n\r\n<h4>Box Hill Institute</h4>\r\n<p>Certificate III in Zookeeping</p>\r\n\r\n<p>Postal Address: Private Bag 2014, Box Hill 3128, AUSTRALIA<br>\r\nWhitehorse Campus<br>\r\n1000 Whitehorse Road, Box Hill, Victoria, Australia<br>\r\nPhone: +61 (0)3 9286 9222<br>\r\n<a href="http://www.bhtafe.edu.au/" target="_blank">http://www.bhtafe.edu.au/</a><br>\r\n<a href="mailto:courseinfo@bhtafe.edu.au">courseinfo@bhtafe.edu.au</a><br>\r\n3 year program</p>\r\n\r\n<h4>Charles Stuart University<h4>\r\n\r\n<p>Australia<br>\r\nGraduate Diploma of Captive Vertebrate Management<br>\r\nGraduate Certificate in Captive Vertebrate Management<br>\r\nThere is also a Masters degree available.<br>\r\nThere are numerous campuses so all contact information is through the following link:<br>\r\n<a href="http://www.csu.edu.au/contacts/campus.htm" target="_blank">http://www.csu.edu.au/contacts/campus.htm</a><br>\r\n<a href="http://www.csu.edu.au/courses/pg/sci/m_cvm/ag_abo.htm" target="_blank">http://www.csu.edu.au/courses/pg/sci/m_cvm/ag_abo.htm</a><br>\r\nThis group of three articulated courses has been developed in co-operation with Western Plains Zoo, Dubbo. They are the first tertiary courses in Australia to offer specialisation in Captive Vertebrate Management. Some of these courses are correspondence courses.</p>\r\n\r\n<h4>Ultimo College, TAFE, Sydney Australia</h4>\r\n\r\n<p>Certificate III in Zookeeping<br>\r\nCertificate III in Animal Care and Husbandry<br>\r\nHarris Street, ULTIMO NSW 2007, AUSTRALIA<br>\r\nPhone: within Australia 1300 360 601<br>\r\nPhone: outside Australia +61 2 9217 2900<br>\r\n<a href="http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9" target="_blank">http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9</a></p>\r\n\r\n<h4>University of Western Australia</h4>\r\n\r\n<p>BSc in Animal Science<br>\r\nNedlands Perth, Western Australia 6907 Australia<br>\r\n<a href="http://www.uwa.edu.au/" target="_blank">http://www.uwa.edu.au/</a><br>\r\n<a href="http://admissions.uwa.edu.au/undergrad/courses/animal_science" target="_blank">http://admissions.uwa.edu.au/undergrad/courses/animal_science</a><br>\r\nThe program is geared more toward animal management than most animal science programs.</p>\r\n\r\n\r\n<h3>CANADA</h3>\r\n\r\n<h4>Alberta Business Education Services</h4>\r\n\r\n<p>Certificate in Zoo Technology<br>\r\n#780 910 - 7th Avenue SW, Calgary, Alberta, Canada T2P 3N8<br>\r\nPhone: (403) 232-8758<br>\r\n<a href="http://www.abes2000.com/abes2000/zookeeper.html" target="_blank">http://www.abes2000.com/abes2000/zookeeper.html</a><br>\r\nDon Pattie, Program Coordinator/Tutor<br>\r\nPhone: (780) 474-4215<br>\r\ndonpatt@nait.ab.ca<br>\r\nLorraine Zwicker, Student Liason Officer<br>\r\n\r\n<a href="amilto:lorraine.z@abes2000.com">lorraine.z@abes2000.com</a><br>\r\nZookeeping is a hands-on profession. This program is designed to give both entry-level and practicing zookeepers awareness of the competencies, skills and attitudes expected of employees. These courses are offered by correspondence and in the future over the Internet. Try the "Animal Breeding and Behaviour" online program for free for a limited time.  This is a program jointly offered by Canadian Association of Zoos and Aquarium (CAZA), ABES 2000 Ltd and The Northern Alberta Institute of Technology (NAIT).</p>\r\n\r\n\r\n<h3>FRANCE</h3>\r\n<p>These are not actual schools but training centers for adults.</p>\r\n\r\n<h4>Instut Rural La chamelière</h4>\r\n\r\n<p>44470 Carquefou<br>\r\n00 33 240527982</p>\r\n\r\n<h3>NEW ZEALAND</h3>\r\n\r\n<h4>Unitec New Zealand</h4>\r\n\r\n<p>Bachelor of Applied Animal Technology<br>\r\n\r\n<p>Certificates in Animal Care and Animal Management<br>\r\nPrivate Bag 92025<br>\r\nCarrington Road, Mt Albert<br>\r\nAuckland<br>\r\nNEW ZEALAND<br>\r\n\r\nPhone: +64-9-849 4180<br>\r\n<a href="http://www.unitec.ac.nz/" target="_blank">http://www.unitec.ac.nz/</a><br>\r\n<a href="http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900" target="_blank">http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900</a><br>\r\nThis programme aims to provide students with an understanding of the issues relating to animal health, welfare, production, conservation, and law and ethics. It also covers recent technological developments in these areas.</p>\r\n\r\n\r\n<h3>UNITED KINGDOM</h3>\r\n\r\n<h4>Bishop Burton College</h4>\r\n\r\n<p>BTCE National Diploma in Animal Management<br>\r\n\r\nBishop Burton, Beverley, East Yorkshire HU17 8QG<br>\r\nTel: (01964) 553000<br>\r\n<a href="http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he" target="_blank">http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he</a><br>\r\n<a href="mailto:enquiries@bishopburton.ac.uk">enquiries@bishopburton.ac.uk</a><br>\r\n2 year program<br>\r\nThey have several other areas of study related to animal care. These courses can be viewed on the same link.</p>\r\n\r\n<h4>Hartpury College</h4>\r\n\r\n<p>Animal Care (First Diploma)<br>\r\nAnimal Management (National Award)<br>\r\nAnimal Management (National Certificate)<br>\r\nAnimal Management (National Diploma)<br>\r\nHartpury House, Gloucester, GL19 3BE<br>\r\nTel: 01452 700283<br>\r\n<a href="mailto:enquire@hartpury.ac.uk">enquire@hartpury.ac.uk</a><br>\r\n<a href="http://www.hartpury.ac.uk" target="_blank">http://www.hartpury.ac.uk</a><br>\r\n<a href="http://www.hartpury.ac.uk/courses/programme.asp?RProgrammeID=22&amp;RStudyLevelID=1&amp;RProgrammeAreaID=3" target="_blank">http://www.hartpury.ac.uk/courses/programme.asp?RProgrammeID=22&amp;RStudyLevelID=1&amp;RProgrammeAreaID=3</a><br>\r\n\r\nProgram runs one to four years depending on which degree you want.</p>\r\n\r\n<h4>University of Plymouth</h4>\r\n\r\n<p>MSc/PgDip Zoo Conservation Biology<br>\r\nPostgraduate Admissions<br>\r\nFaculty of Science<br>\r\nUniversity of Plymouth, Drake Circus, Plymouth PL4 8AA<br>\r\nUnited Kingdom<br>\r\nTel: +44 (0)1752 233093<br>\r\n\r\nThis programme aims to provide the essential knowledge to support scientists working in areas of captive breeding, management of exotic animal species, and wildlife conservation. The programme is jointly delivered by staff of the University and Paignton Zoo Environment Park, Totnes Road, Paignton, Devon, TQ4 7EU.<br>\r\n<a href="mailto:science@plymouth.ac.uk">science@plymouth.ac.uk</a><br>\r\n<a href="http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678" target="_blank">http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678</a><br>\r\n<a href="http://www.paigntonzoo.org.uk/" target="_blank">http://www.paigntonzoo.org.uk/</a></p>\r\n\r\n<h4>University of Greenwich</h4>\r\n\r\n<p>Animal Management BSc Hons / Animal Management HND<br>\r\nOld Royal Naval College, Park Row, Greenwich, London SE10 9LS 020 8331 8000<br>\r\n<a href="http://www.gre.ac.uk/" target="_blank">http://www.gre.ac.uk/</a><br>\r\n\r\n<a href="http://www.gre.ac.uk/clearing/vacan/a/animan_bsc.htm" target="_blank">http://www.gre.ac.uk/clearing/vacan/a/animan_bsc.htm</a><br>\r\n<a href="mailto:jeremy.kerswell@hadlow.ac.uk">jeremy.kerswell@hadlow.ac.uk</a><br>\r\n3 year program</p>\r\n\r\n<h4>University of Lincoln</h4>\r\n\r\n<p>BSc (Hons) Animal Management &amp; Welfare<br>\r\nBrayford Pool, Lincoln, LN6 7TS UK<br>\r\nTel: +44 (0)1522 882000<br>\r\n\r\n<a href="mailto:enquiries@lincoln.ac.uk">enquiries@lincoln.ac.uk</a><br>\r\n<a href="http://www.lincoln.ac.uk" target="_blank">http://www.lincoln.ac.uk</a><br>\r\n<a href="http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp" target="_blank">http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp</a><br>\r\n3 year program</p>\r\n\r\n<h4>Weston College</h4>\r\n\r\n<p>National Diploma in Animal Management<br>\r\nKnightstone Road, Weston-super-Mare, North Somerset BS23 2AL<br>\r\nTel: 01934 411 411<br>\r\n\r\nOverseas Tel: +44 1934 411411<br>\r\n<a href="http://www.weston.ac.uk" target="_blank">http://www.weston.ac.uk</a><br>\r\n<a href="http://www.weston.ac.uk/courses/fulltime/Animal%20Care.pdf" target="_blank">http://www.weston.ac.uk/courses/fulltime/Animal%20Care.pdf</a><br>\r\n2 year program</p>\r\n\r\n<h4>Wiltshire College Lackham</h4>\r\n\r\n<p>National Diploma in Animal Management<br>\r\nHigher National Certificate/Diploma in Animal Management<br>\r\nBSc Honours in Animal Science and Management<br>\r\n\r\nLacock ? Chippenham SN15 2NY<br>\r\nPhone: 01249 466800<br>\r\n<a href="http://www.wiltscoll.ac.uk" target="_blank">http://www.wiltscoll.ac.uk</a><br>\r\n<a href="mailto:info@wiltscoll.ac.uk">info@wiltscoll.ac.uk</a><br>\r\n  <a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=564" target="_blank">http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=564</a><br>\r\n<a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581">http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581</a>\r\n<br>\r\n  Program runs one to four years depending on which degree you want.</p>\r\n\r\n<h3>OTHER</h3>\r\n\r\n<h4>Hogeschool Van Hall Larenstein</h4>\r\n\r\n<p>Agora 1, 8934 CJ Leeuwarden<br>\r\n<a href="http://www.vhall.nl/hoofd.htm" target="_blank">http://www.vhall.nl/hoofd.htm</a><br>\r\n<a href="mailto:Hetty.vanDijk@wur.nl">Hetty.vanDijk@wur.nl</a><br>\r\n4 year Bachelor course in Animal Management (presented in Dutch)<br>\r\nInternational students are welcome. The school offers an international programme for students with a bachelor diploma in a related field (or students who have finished at least 2 years of University education in a related field); this full time course is taught in English, takes 2 years and leads to a BSc in Nature and Wildlife Management. The number of English-taught modules has recently increased, including modules on Wildlife Management (both in situ and ex situ), Companion Animal Management, Animal Welfare, International Policy, and others.<br>\r\nAqua Zoo Friesland<br>\r\n\r\n<a href="http://www.otterparkleeuwarden.nl/" target="_blank">http://www.otterparkleeuwarden.nl/</a><br>\r\nStudents are responsible for part of the management of the zoo so they learn all aspects, not just animal keeping.</p>\r\n\r\n<h4>Ogr\'d Zoologiczny w Poznaniu</h4>\r\n\r\n<p>Zoobiology Summer School at Poznan Zoo, Poland<br>\r\nul. Browarna 25<br>\r\n61-063 Poznan<br>\r\nPolska<br>\r\ntel. : dyrekcja : + 48 61 876 82 09, 876 82 25<br>\r\n\r\nFAX. : + 48 61 877 35 33<br>\r\n<a href="mailto:zoo@zoo.poznan.pl">zoo@zoo.poznan.pl</a><br>\r\nEvery year an increasing number of students work at the zoo as volunteers, practitioners, or to make observations for master\'s degrees and PhD\'s. As there is no place in our country where students can get a formal education in the management of wild animals in captivity, a need arose to provide, apart from normal work, a professional training in various aspects of zoo biology. Therefore we decided to hold for the first time a summer school.  During the intensive six day course from July 7 through July 12 there will be lectures as well as guided tours, led by curators, through the zoos. All higher staff of the zoo will be involved in the training. The lecture topics are varied and will cover all aspects of animal husbandry, feeding, history and development of modern zoos, conservation through captive breeding, reintroduction, record keeping, behavioral enrichment, hand-rearing techniques, genetics, international cooperation and education, and other subjects. Additionally, there will be a day-long excursion to the breeding center for native threatened species run by Academy of Agriculture.  Over 40 people registered for the summer school in 2003. Students include zoo animal keepers, students, scientific university staff as well as people simply interested in wild animal husbandry and zoos in general. We do hope that in this way we will further strengthen ties with scientific and conservation community as well as prepare new, better trained staff for Polish zoos.</p>', 'International Programs', 0, '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2009-05-26 17:50:30', '2009-05-26 22:50:30', '', 116, 'http://dev.aazk.org/uncategorized/116-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (120, 1, '2009-05-26 17:53:41', '2009-05-26 22:53:41', '<h3>Oregon Coast Community College</h3>\r\n\r\n<p>A.A.S. in Aquarium Science<br>\r\n332 SW Coast Highway, Newport, OR 97365<br>\r\n(541)-265-2283<br><br>\r\n\r\n<a href="http://www.occc.cc.or.us">http://www.occc.cc.or.us</a><br><br>\r\n\r\n<a href="mailto:webinfo@occc.cc.or.us">webinfo@occc.cc.or.us</a><br><br>\r\n\r\n<a href="http://www.occc.cc.or.us/aquarium/index.html">http://www.occc.cc.or.us/aquarium/index.html</a><br><br>\r\n\r\nJane Hodgkins: <a href="mailto:jhodgkins@occc.cc.or.us">jhodgkins@occc.cc.or.us</a> (541) 574-7124<br>\r\nBruce Koike: <a href="mailto:bkoike@occc.cc.or.us">bkoike@occc.cc.or.us</a> (541) 574-7130<br>\r\nDavid Beran: <a href="mailto:dberan@occc.cc.or.us">dberan@occc.cc.or.us</a> (541) 574-7140<br><br>\r\n\r\nGraduates will be prepared to work in aquatic animal husbandry at zoos and aquariums as well as related businesses including aquaculture facilities, fish hatcheries, and ornamental fish enterprises.</p>', 'Aquarium or Marine Mammal Focus Programs', 0, '', 'publish', 'closed', 'closed', '', 'aquarium-marine-focus-programs', '', '', '2013-11-06 21:59:02', '2013-11-07 02:59:02', '', 82, 'http://dev.aazk.org/?page_id=120', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (121, 1, '2009-05-26 17:53:33', '2009-05-26 22:53:33', '<h3>Oregon Coast Community College</h3>\n\n<p>A.A.S. in Aquarium Science<br>\n332 SW Coast Highway, Newport, OR 97365<br>\n(541)-265-2283<br><br>\n\n<a href="http://www.occc.cc.or.us">http://www.occc.cc.or.us</a><br><br>\n\n<a href="mailto:webinfo@occc.cc.or.us">webinfo@occc.cc.or.us</a><br><br>\n\n<a href="http://www.occc.cc.or.us/aquarium/index.html">http://www.occc.cc.or.us/aquarium/index.html</a><br><br>\n\nJane Hodgkins: <a href="mailto:jhodgkins@occc.cc.or.us">jhodgkins@occc.cc.or.us</a> (541) 574-7124<br>\nBruce Koike: <a href="mailto:bkoike@occc.cc.or.us">bkoike@occc.cc.or.us</a> (541) 574-7130<br>\nDavid Beran: <a href="mailto:dberan@occc.cc.or.us">dberan@occc.cc.or.us</a> (541) 574-7140<br><br>\n\nGraduates will be prepared to work in aquatic animal husbandry at zoos and aquariums as well as related businesses including aquaculture facilities, fish hatcheries, and ornamental fish enterprises.</p>', 'Aquarium or Marine Mammal Focus Programs', 0, '', 'inherit', 'closed', 'closed', '', '120-revision', '', '', '2009-05-26 17:53:33', '2009-05-26 22:53:33', '', 120, 'http://dev.aazk.org/uncategorized/120-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (122, 1, '2009-05-26 17:51:05', '2009-05-26 22:51:05', 'Today\'s zookeeper is an educated person. Gone are the days when all you needed was a love for animals, a shovel and a strong back. Now we are expected to know animal husbandry, nutrition, operant conditioning, enrichment and conservation; we are also expected to be able to lift 50 lbs., and to work weekends and holidays. We do this job because we love it, not for the money. The money is in upper management, which usually means less contact with the animals. However, in the zoo field even being in the upper echelon does not guarantee a substantial income. For us, knowing that we are saving an animal species or maybe just making an animal feel as at home as possible is enough.\r\n\r\nFor those of you who think this is the field for you, click here. For more information, you may also visit the websites for the <a href="http://www.aza.org/">American Zoo and Aquarium Association</a> and the <a href="http://aecetia.net/gws/aazk/">American Association of Zoo Keepers</a> directly. You may also be interested in <a href="/zoo-keeping-as-a-career/books-about-animal-careers/">Books about Animal Careers</a>.\r\n\r\n<h3>The List</h3>\r\n<p>While this list deals primarily with schools that have programs geared toward zookeeping, keep in mind that a degree in Wildlife Management or Wildlife Ecology is also acceptable for most zoos, as are degrees in Zoology and Biology. Remember, most zoos prefer hands-on experience, so while pursuing these degrees, volunteer where you can! (I do not list Vet. Tech Schools or those programs dealing with pure Animal Science.) There are both two and four year programs listed. Some zoos require more education than others and it is always a good idea to get a higher degree if you wish to advance up the ranks. Because of this, I have also included on this list a new program geared toward zoo and aquarium management. In addition you will find information on the Durrell Wildlife Conservation Trust and a list of international schools.</p>\r\n\r\n<dl>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/high-school-programs/">High School Programs</a></dt>\r\n    	<dd>There are many high schools around the country that have started cooperative learning programs with their local zoos. I have listed a few here, but you should check with your own school system, especially if you live near a zoological facility.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/two-year-programs/">Two-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a two-year higher education degree such as an Associate\'s degree or a technical degree.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/four-year-programs/">Four-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a four-year degree such as a Bachelor\'s degree.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/management-programs/">Management Programs</a></dt>\r\n    	<dd>This list provides information concerning higher education programs leading to degrees specific to leadership positions within the zoo field.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/conservation-programs/">Conservation Programs</a></dt>\r\n    	<dd>This list provides information on programs geared toward teaching environmental conservation techniques.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/international-programs">International Programs</a></dt>\r\n    	<dd>This list provides information on programs outside the United States.</dd>\r\n	<dt>Aquarium or Marine Mammal Focus Programs</dt>\r\n    	<dd>This list provides information on programs that focus on aquarium or marine mammal husbandry and/or training.</dd>\r\n	<dt>Veterinary Schools with Exotic Animal Programs</dt>\r\n    	<dd>This list provides information for those who would like to become a veterinarian who specializes in exotic/zoo animals.</dd>\r\n</dl>', 'Zoo Keeper Training', 0, '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2009-05-26 17:51:05', '2009-05-26 22:51:05', '', 82, 'http://dev.aazk.org/uncategorized/82-revision-14/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (123, 1, '2009-05-26 17:55:08', '2009-05-26 22:55:08', 'Today\'s zookeeper is an educated person. Gone are the days when all you needed was a love for animals, a shovel and a strong back. Now we are expected to know animal husbandry, nutrition, operant conditioning, enrichment and conservation; we are also expected to be able to lift 50 lbs., and to work weekends and holidays. We do this job because we love it, not for the money. The money is in upper management, which usually means less contact with the animals. However, in the zoo field even being in the upper echelon does not guarantee a substantial income. For us, knowing that we are saving an animal species or maybe just making an animal feel as at home as possible is enough.\r\n\r\nFor those of you who think this is the field for you, click here. For more information, you may also visit the websites for the <a href="http://www.aza.org/">American Zoo and Aquarium Association</a> and the <a href="http://aecetia.net/gws/aazk/">American Association of Zoo Keepers</a> directly. You may also be interested in <a href="/zoo-keeping-as-a-career/books-about-animal-careers/">Books about Animal Careers</a>.\r\n\r\n<h3>The List</h3>\r\n<p>While this list deals primarily with schools that have programs geared toward zookeeping, keep in mind that a degree in Wildlife Management or Wildlife Ecology is also acceptable for most zoos, as are degrees in Zoology and Biology. Remember, most zoos prefer hands-on experience, so while pursuing these degrees, volunteer where you can! (I do not list Vet. Tech Schools or those programs dealing with pure Animal Science.) There are both two and four year programs listed. Some zoos require more education than others and it is always a good idea to get a higher degree if you wish to advance up the ranks. Because of this, I have also included on this list a new program geared toward zoo and aquarium management. In addition you will find information on the Durrell Wildlife Conservation Trust and a list of international schools.</p>\r\n\r\n<dl>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/high-school-programs/">High School Programs</a></dt>\r\n    	<dd>There are many high schools around the country that have started cooperative learning programs with their local zoos. I have listed a few here, but you should check with your own school system, especially if you live near a zoological facility.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/two-year-programs/">Two-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a two-year higher education degree such as an Associate\'s degree or a technical degree.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/four-year-programs/">Four-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a four-year degree such as a Bachelor\'s degree.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/management-programs/">Management Programs</a></dt>\r\n    	<dd>This list provides information concerning higher education programs leading to degrees specific to leadership positions within the zoo field.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/conservation-programs/">Conservation Programs</a></dt>\r\n    	<dd>This list provides information on programs geared toward teaching environmental conservation techniques.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/international-programs">International Programs</a></dt>\r\n    	<dd>This list provides information on programs outside the United States.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/aquarium-marine-focus-programsaquarium-marine-focus-programs">Aquarium or Marine Mammal Focus Programs</a></dt>\r\n    	<dd>This list provides information on programs that focus on aquarium or marine mammal husbandry and/or training.</dd>\r\n	<dt>Veterinary Schools with Exotic Animal Programs</dt>\r\n    	<dd>This list provides information for those who would like to become a veterinarian who specializes in exotic/zoo animals.</dd>\r\n</dl>', 'Zoo Keeper Training', 0, '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2009-05-26 17:55:08', '2009-05-26 22:55:08', '', 82, 'http://dev.aazk.org/uncategorized/82-revision-15/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (124, 1, '2009-05-26 17:53:41', '2009-05-26 22:53:41', '<h3>Oregon Coast Community College</h3>\r\n\r\n<p>A.A.S. in Aquarium Science<br>\r\n332 SW Coast Highway, Newport, OR 97365<br>\r\n(541)-265-2283<br><br>\r\n\r\n<a href="http://www.occc.cc.or.us">http://www.occc.cc.or.us</a><br><br>\r\n\r\n<a href="mailto:webinfo@occc.cc.or.us">webinfo@occc.cc.or.us</a><br><br>\r\n\r\n<a href="http://www.occc.cc.or.us/aquarium/index.html">http://www.occc.cc.or.us/aquarium/index.html</a><br><br>\r\n\r\nJane Hodgkins: <a href="mailto:jhodgkins@occc.cc.or.us">jhodgkins@occc.cc.or.us</a> (541) 574-7124<br>\r\nBruce Koike: <a href="mailto:bkoike@occc.cc.or.us">bkoike@occc.cc.or.us</a> (541) 574-7130<br>\r\nDavid Beran: <a href="mailto:dberan@occc.cc.or.us">dberan@occc.cc.or.us</a> (541) 574-7140<br><br>\r\n\r\nGraduates will be prepared to work in aquatic animal husbandry at zoos and aquariums as well as related businesses including aquaculture facilities, fish hatcheries, and ornamental fish enterprises.</p>', 'Aquarium or Marine Mammal Focus Programs', 0, '', 'inherit', 'closed', 'closed', '', '120-revision-2', '', '', '2009-05-26 17:53:41', '2009-05-26 22:53:41', '', 120, 'http://dev.aazk.org/uncategorized/120-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (125, 1, '2009-05-26 17:59:16', '2009-05-26 22:59:16', '<strong>For more options around the globe, go to:</strong>\r\n<a href="http://netvet.wustl.edu/vschool.htm">http://netvet.wustl.edu/vschool.htm</a>\r\n<h3>University of Illinois at Urbana-Champaign College of Veterinary Medicine</h3>\r\n3505 Veterinary Medicine Basic Sciences Building\r\n2001 South Lincoln Avenue\r\nUrbana, IL 61802\r\n217/333-2760\r\nThey have a teaching hospital which has a wildlife rescue center. They also deal with the occasional exotic; e.g. tigers or bears.\r\n<a href="http://www.cvm.uiuc.edu/">http://www.cvm.uiuc.edu/</a>\r\n<a href="http://www.cvm.uiuc.edu/vth/">http://www.cvm.uiuc.edu/vth/</a>\r\n<h3>Kansas State University College of Veterinary Medicine</h3>\r\n112 Trotter Hall\r\nKansas State University\r\nManhattan, KS 66506-5601\r\n(785) 532-6011\r\nAn excellent teaching hospital offering plenty of exotic animal experience. They take care of the animals at Sunset, Topeka, and Rolling Hills zoos.\r\n<a href="http://www.ksu.edu/">http://www.ksu.edu/</a>\r\n<a href="http://www.vet.ksu.edu/">http://www.vet.ksu.edu/</a>\r\n<a href="http://www.vet.ksu.edu/depts/VMTH/exotics/index.htm">http://www.vet.ksu.edu/depts/VMTH/exotics/index.htm</a>\r\n<h3>Louisiana State University School of Veterinary Medicine</h3>\r\nVeterinary Teaching Hospital and Clinics\r\nSkip Bertman Drive\r\nBaton Rouge, LA 70803\r\n(225) 578-9600\r\nFAX (225) 578-9559\r\nTeaching hospital with an exotic animal program.\r\n<a href="http://www.vetmed.lsu.edu/Default.htm">http://www.vetmed.lsu.edu/Default.htm</a>\r\n\r\n<a href="http://www.vetmed.lsu.edu/vth&amp;c/BZEM.htm">http://www.vetmed.lsu.edu/vth&amp;c/BZEM.htm</a>\r\n<h3>Michigan State University College of Veterinary Medicine</h3>\r\nOffice of the Dean\r\nG100 Vet Med Center\r\nEast Lansing, MI 48824-1314\r\nPH: 517-355-6509\r\nFAX: 517-432-1037\r\nTeaching hospital with exotic animal specialty. They work with the Potter Park zoo.\r\n\r\n<a href="http://cvm.msu.edu/">http://cvm.msu.edu/</a>\r\n<a href="http://cvm.msu.edu/vth/index.htm">http://cvm.msu.edu/vth/index.htm</a>\r\n<h3>Oklahoma State University Center for Veterinary Health Sciences</h3>\r\nStillwater, OK 74078\r\n(405)744-7000\r\nZoo, Exotics, and Wildlife program. They work with the Tulsa and Oklahoma City zoos.\r\n<a href="http://www.cvm.okstate.edu/">http://www.cvm.okstate.edu/</a>\r\n<a href="http://www.cvm.okstate.edu/Depts/VCS/ZEW/Residency%20Program%20Description%20%282003%29.htm">\r\n</a>\r\n<h3>Washington State University College of Veterinary Medicine</h3>\r\nPO Box 647012\r\nPullman, Washington 99164-7012\r\n(509) 335-1532\r\nFAX (509) 335-6133\r\nThe teaching hospital offers exotic animal services.\r\n<a href="http://www.vetmed.wsu.edu/">http://www.vetmed.wsu.edu/</a>\r\n<a href="http://www.vetmed.wsu.edu/depts-vth/">http://www.vetmed.wsu.edu/depts-vth/</a>', 'Veterinary Schools with Exotic Animal Programs', 0, '', 'publish', 'closed', 'closed', '', 'veterinary-schools-exotic-animal-programs', '', '', '2013-11-06 21:59:02', '2013-11-07 02:59:02', '', 82, 'http://dev.aazk.org/?page_id=125', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (126, 1, '2009-05-26 17:58:56', '2009-05-26 22:58:56', '<p><strong>For more options around the globe, go to:</strong><br>\n	<a href="http://netvet.wustl.edu/vschool.htm" target="_blank">http://netvet.wustl.edu/vschool.htm</a></p>\n\n\n<h3>University of Illinois at Urbana-Champaign College of Veterinary Medicine</h3>\n\n<p>3505 Veterinary Medicine Basic Sciences Building<br>\n2001 South Lincoln Avenue<br>\nUrbana, IL 61802<br>\n217/333-2760<br>\nThey have a teaching hospital which has a wildlife rescue center. They also deal with the occasional exotic; e.g. tigers or bears.<br>\n<a href="http://www.cvm.uiuc.edu/" target="_blank">http://www.cvm.uiuc.edu/</a><br>\n<a href="http://www.cvm.uiuc.edu/vth/" target="_blank">http://www.cvm.uiuc.edu/vth/</a></p>\n \n \n\n<h3>Kansas State University College of Veterinary Medicine</h3>\n\n<p>112 Trotter Hall<br>\nKansas State University<br>\nManhattan, KS 66506-5601<br>\n(785) 532-6011<br>\nAn excellent teaching hospital offering plenty of exotic animal experience. They take care of the animals at Sunset, Topeka, and Rolling Hills zoos.<br>\n<a href="http://www.ksu.edu/" target="_blank">http://www.ksu.edu/</a><br>\n<a href="http://www.vet.ksu.edu/" target="_blank">http://www.vet.ksu.edu/</a><br>\n<a href="http://www.vet.ksu.edu/depts/VMTH/exotics/index.htm" target="_blank">http://www.vet.ksu.edu/depts/VMTH/exotics/index.htm</a></p>\n\n \n\n<h3>Louisiana State University School of Veterinary Medicine</h3>\n\n<p>Veterinary Teaching Hospital and Clinics<br>\nSkip Bertman Drive<br>\nBaton Rouge, LA 70803<br>\n(225) 578-9600<br>\nFAX (225) 578-9559<br>\nTeaching hospital with an exotic animal program.<br>\n<a href="http://www.vetmed.lsu.edu/Default.htm" target="_blank">http://www.vetmed.lsu.edu/Default.htm</a><br>\n\n<a href="http://www.vetmed.lsu.edu/vth&amp;c/BZEM.htm" target="_blank">http://www.vetmed.lsu.edu/vth&amp;c/BZEM.htm</a></p>\n \n\n<h3>Michigan State University College of Veterinary Medicine</h3>\n\n<p>Office of the Dean<br>\nG100 Vet Med Center<br>\nEast Lansing, MI 48824-1314<br>\nPH: 517-355-6509<br>\nFAX: 517-432-1037<br>\nTeaching hospital with exotic animal specialty. They work with the Potter Park zoo.<br>\n\n<a href="http://cvm.msu.edu/" target="_blank">http://cvm.msu.edu/</a><br>\n<a href="http://cvm.msu.edu/vth/index.htm" target="_blank">http://cvm.msu.edu/vth/index.htm</a></p>\n \n \n<h3>Oklahoma State University Center for Veterinary Health Sciences</h3>\n\n<p>Stillwater, OK 74078<br>\n(405)744-6595<br>\nZoo, Exotics, and Wildlife program. They work with the Tulsa and Oklahoma City zoos.<br>\n<a href="http://www.cvm.okstate.edu/">http://www.cvm.okstate.edu/</a><br>\n<a href="http://www.cvm.okstate.edu/Depts/VCS/ZEW/Residency%20Program%20Description%20%282003%29.htm" target="_blank">http://www.cvm.okstate.edu/Depts/VCS/ZEW/Residency%20Program%20Description%20(2003).htm</a></p>\n\n<h3>Washington State University College of Veterinary Medicine</h3>\n\n<p>PO Box 647012<br>\nPullman, Washington 99164-7012<br>\n(509) 335-1532<br>\nFAX (509) 335-6133<br>\nThe teaching hospital offers exotic animal services.<br>\n<a href="http://www.vetmed.wsu.edu/" target="_blank">http://www.vetmed.wsu.edu/</a><br>\n<a href="http://www.vetmed.wsu.edu/depts-vth/" target="_blank">http://www.vetmed.wsu.edu/depts-vth/</a></p>', 'Veterinary Schools with Exotic Animal Programs', 0, '', 'inherit', 'closed', 'closed', '', '125-revision', '', '', '2009-05-26 17:58:56', '2009-05-26 22:58:56', '', 125, 'http://dev.aazk.org/uncategorized/125-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (131, 1, '2009-04-21 20:37:59', '2009-04-22 01:37:59', '', 'Links', 0, '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2009-04-21 20:37:59', '2009-04-22 01:37:59', '', 20, 'http://dev.aazk.org/uncategorized/20-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (127, 1, '2009-05-26 17:59:16', '2009-05-26 22:59:16', '<p><strong>For more options around the globe, go to:</strong><br>\r\n	<a href="http://netvet.wustl.edu/vschool.htm" target="_blank">http://netvet.wustl.edu/vschool.htm</a></p>\r\n\r\n\r\n<h3>University of Illinois at Urbana-Champaign College of Veterinary Medicine</h3>\r\n\r\n<p>3505 Veterinary Medicine Basic Sciences Building<br>\r\n2001 South Lincoln Avenue<br>\r\nUrbana, IL 61802<br>\r\n217/333-2760<br>\r\nThey have a teaching hospital which has a wildlife rescue center. They also deal with the occasional exotic; e.g. tigers or bears.<br>\r\n<a href="http://www.cvm.uiuc.edu/" target="_blank">http://www.cvm.uiuc.edu/</a><br>\r\n<a href="http://www.cvm.uiuc.edu/vth/" target="_blank">http://www.cvm.uiuc.edu/vth/</a></p>\r\n \r\n \r\n\r\n<h3>Kansas State University College of Veterinary Medicine</h3>\r\n\r\n<p>112 Trotter Hall<br>\r\nKansas State University<br>\r\nManhattan, KS 66506-5601<br>\r\n(785) 532-6011<br>\r\nAn excellent teaching hospital offering plenty of exotic animal experience. They take care of the animals at Sunset, Topeka, and Rolling Hills zoos.<br>\r\n<a href="http://www.ksu.edu/" target="_blank">http://www.ksu.edu/</a><br>\r\n<a href="http://www.vet.ksu.edu/" target="_blank">http://www.vet.ksu.edu/</a><br>\r\n<a href="http://www.vet.ksu.edu/depts/VMTH/exotics/index.htm" target="_blank">http://www.vet.ksu.edu/depts/VMTH/exotics/index.htm</a></p>\r\n\r\n \r\n\r\n<h3>Louisiana State University School of Veterinary Medicine</h3>\r\n\r\n<p>Veterinary Teaching Hospital and Clinics<br>\r\nSkip Bertman Drive<br>\r\nBaton Rouge, LA 70803<br>\r\n(225) 578-9600<br>\r\nFAX (225) 578-9559<br>\r\nTeaching hospital with an exotic animal program.<br>\r\n<a href="http://www.vetmed.lsu.edu/Default.htm" target="_blank">http://www.vetmed.lsu.edu/Default.htm</a><br>\r\n\r\n<a href="http://www.vetmed.lsu.edu/vth&amp;c/BZEM.htm" target="_blank">http://www.vetmed.lsu.edu/vth&amp;c/BZEM.htm</a></p>\r\n \r\n\r\n<h3>Michigan State University College of Veterinary Medicine</h3>\r\n\r\n<p>Office of the Dean<br>\r\nG100 Vet Med Center<br>\r\nEast Lansing, MI 48824-1314<br>\r\nPH: 517-355-6509<br>\r\nFAX: 517-432-1037<br>\r\nTeaching hospital with exotic animal specialty. They work with the Potter Park zoo.<br>\r\n\r\n<a href="http://cvm.msu.edu/" target="_blank">http://cvm.msu.edu/</a><br>\r\n<a href="http://cvm.msu.edu/vth/index.htm" target="_blank">http://cvm.msu.edu/vth/index.htm</a></p>\r\n \r\n \r\n<h3>Oklahoma State University Center for Veterinary Health Sciences</h3>\r\n\r\n<p>Stillwater, OK 74078<br>\r\n(405)744-6595<br>\r\nZoo, Exotics, and Wildlife program. They work with the Tulsa and Oklahoma City zoos.<br>\r\n<a href="http://www.cvm.okstate.edu/">http://www.cvm.okstate.edu/</a><br>\r\n<a href="http://www.cvm.okstate.edu/Depts/VCS/ZEW/Residency%20Program%20Description%20%282003%29.htm" target="_blank">http://www.cvm.okstate.edu/Depts/VCS/ZEW/Residency%20Program%20Description%20(2003).htm</a></p>\r\n\r\n<h3>Washington State University College of Veterinary Medicine</h3>\r\n\r\n<p>PO Box 647012<br>\r\nPullman, Washington 99164-7012<br>\r\n(509) 335-1532<br>\r\nFAX (509) 335-6133<br>\r\nThe teaching hospital offers exotic animal services.<br>\r\n<a href="http://www.vetmed.wsu.edu/" target="_blank">http://www.vetmed.wsu.edu/</a><br>\r\n<a href="http://www.vetmed.wsu.edu/depts-vth/" target="_blank">http://www.vetmed.wsu.edu/depts-vth/</a></p>', 'Veterinary Schools with Exotic Animal Programs', 0, '', 'inherit', 'closed', 'closed', '', '125-revision-2', '', '', '2009-05-26 17:59:16', '2009-05-26 22:59:16', '', 125, 'http://dev.aazk.org/uncategorized/125-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (128, 1, '2012-06-20 20:41:12', '2012-06-21 01:41:12', '<strong>For more options around the globe, go to:</strong>\n<a href="http://netvet.wustl.edu/vschool.htm">http://netvet.wustl.edu/vschool.htm</a>\n<h3>University of Illinois at Urbana-Champaign College of Veterinary Medicine</h3>\n3505 Veterinary Medicine Basic Sciences Building\n2001 South Lincoln Avenue\nUrbana, IL 61802\n217/333-2760\nThey have a teaching hospital which has a wildlife rescue center. They also deal with the occasional exotic; e.g. tigers or bears.\n<a href="http://www.cvm.uiuc.edu/">http://www.cvm.uiuc.edu/</a>\n<a href="http://www.cvm.uiuc.edu/vth/">http://www.cvm.uiuc.edu/vth/</a>\n<h3>Kansas State University College of Veterinary Medicine</h3>\n112 Trotter Hall\nKansas State University\nManhattan, KS 66506-5601\n(785) 532-6011\nAn excellent teaching hospital offering plenty of exotic animal experience. They take care of the animals at Sunset, Topeka, and Rolling Hills zoos.\n<a href="http://www.ksu.edu/">http://www.ksu.edu/</a>\n<a href="http://www.vet.ksu.edu/">http://www.vet.ksu.edu/</a>\n<a href="http://www.vet.ksu.edu/depts/VMTH/exotics/index.htm">http://www.vet.ksu.edu/depts/VMTH/exotics/index.htm</a>\n<h3>Louisiana State University School of Veterinary Medicine</h3>\nVeterinary Teaching Hospital and Clinics\nSkip Bertman Drive\nBaton Rouge, LA 70803\n(225) 578-9600\nFAX (225) 578-9559\nTeaching hospital with an exotic animal program.\n<a href="http://www.vetmed.lsu.edu/Default.htm">http://www.vetmed.lsu.edu/Default.htm</a>\n\n<a href="http://www.vetmed.lsu.edu/vth&amp;c/BZEM.htm">http://www.vetmed.lsu.edu/vth&amp;c/BZEM.htm</a>\n<h3>Michigan State University College of Veterinary Medicine</h3>\nOffice of the Dean\nG100 Vet Med Center\nEast Lansing, MI 48824-1314\nPH: 517-355-6509\nFAX: 517-432-1037\nTeaching hospital with exotic animal specialty. They work with the Potter Park zoo.\n\n<a href="http://cvm.msu.edu/">http://cvm.msu.edu/</a>\n<a href="http://cvm.msu.edu/vth/index.htm">http://cvm.msu.edu/vth/index.htm</a>\n<h3>Oklahoma State University Center for Veterinary Health Sciences</h3>\nStillwater, OK 74078\n(405)744-7000\nZoo, Exotics, and Wildlife program. They work with the Tulsa and Oklahoma City zoos.\n<a href="http://www.cvm.okstate.edu/">http://www.cvm.okstate.edu/</a>\n<a href="http://www.cvm.okstate.edu/Depts/VCS/ZEW/Residency%20Program%20Description%20%282003%29.htm">\n</a>\n<h3>Washington State University College of Veterinary Medicine</h3>\nPO Box 647012\nPullman, Washington 99164-7012\n(509) 335-1532\nFAX (509) 335-6133\nThe teaching hospital offers exotic animal services.\n<a href="http://www.vetmed.wsu.edu/">http://www.vetmed.wsu.edu/</a>\n<a href="http://www.vetmed.wsu.edu/depts-vth/">http://www.vetmed.wsu.edu/depts-vth/</a>', 'Veterinary Schools with Exotic Animal Programs', 0, '', 'inherit', 'closed', 'closed', '', '125-autosave', '', '', '2012-06-20 20:41:12', '2012-06-21 01:41:12', '', 125, 'http://dev.aazk.org/uncategorized/125-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1967, 2, '2011-01-27 14:50:33', '2011-01-27 19:50:33', '<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2><strong>Total Funds Raised to Date: <span style="color: #ff0000;">$3,723,329</span></strong></h2>\r\n<h2><strong><strong>2010 Funds Raised to Date: <span style="color: #ff0000;">$256,420\r\n</span></strong></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Samatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $3 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<span style="text-decoration: underline;">Links</span>\r\n\r\nIf your chapter would like to check your totals you can do so here: <a href="http://aazkbfr.org/bfrsites">http://aazkbfr.org/bfrsites</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2011-01-27 14:50:33', '2011-01-27 19:50:33', '', 168, 'http://aazk.org/uncategorized/168-revision-32/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (129, 1, '2009-05-26 17:55:30', '2009-05-26 22:55:30', 'Today\'s zookeeper is an educated person. Gone are the days when all you needed was a love for animals, a shovel and a strong back. Now we are expected to know animal husbandry, nutrition, operant conditioning, enrichment and conservation; we are also expected to be able to lift 50 lbs., and to work weekends and holidays. We do this job because we love it, not for the money. The money is in upper management, which usually means less contact with the animals. However, in the zoo field even being in the upper echelon does not guarantee a substantial income. For us, knowing that we are saving an animal species or maybe just making an animal feel as at home as possible is enough.\r\n\r\nFor those of you who think this is the field for you, click here. For more information, you may also visit the websites for the <a href="http://www.aza.org/">American Zoo and Aquarium Association</a> and the <a href="http://aecetia.net/gws/aazk/">American Association of Zoo Keepers</a> directly. You may also be interested in <a href="/zoo-keeping-as-a-career/books-about-animal-careers/">Books about Animal Careers</a>.\r\n\r\n<h3>The List</h3>\r\n<p>While this list deals primarily with schools that have programs geared toward zookeeping, keep in mind that a degree in Wildlife Management or Wildlife Ecology is also acceptable for most zoos, as are degrees in Zoology and Biology. Remember, most zoos prefer hands-on experience, so while pursuing these degrees, volunteer where you can! (I do not list Vet. Tech Schools or those programs dealing with pure Animal Science.) There are both two and four year programs listed. Some zoos require more education than others and it is always a good idea to get a higher degree if you wish to advance up the ranks. Because of this, I have also included on this list a new program geared toward zoo and aquarium management. In addition you will find information on the Durrell Wildlife Conservation Trust and a list of international schools.</p>\r\n\r\n<dl>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/high-school-programs/">High School Programs</a></dt>\r\n    	<dd>There are many high schools around the country that have started cooperative learning programs with their local zoos. I have listed a few here, but you should check with your own school system, especially if you live near a zoological facility.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/two-year-programs/">Two-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a two-year higher education degree such as an Associate\'s degree or a technical degree.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/four-year-programs/">Four-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a four-year degree such as a Bachelor\'s degree.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/management-programs/">Management Programs</a></dt>\r\n    	<dd>This list provides information concerning higher education programs leading to degrees specific to leadership positions within the zoo field.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/conservation-programs/">Conservation Programs</a></dt>\r\n    	<dd>This list provides information on programs geared toward teaching environmental conservation techniques.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/international-programs">International Programs</a></dt>\r\n    	<dd>This list provides information on programs outside the United States.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/aquarium-marine-focus-programs/">Aquarium or Marine Mammal Focus Programs</a></dt>\r\n    	<dd>This list provides information on programs that focus on aquarium or marine mammal husbandry and/or training.</dd>\r\n	<dt>Veterinary Schools with Exotic Animal Programs</dt>\r\n    	<dd>This list provides information for those who would like to become a veterinarian who specializes in exotic/zoo animals.</dd>\r\n</dl>', 'Zoo Keeper Training', 0, '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2009-05-26 17:55:30', '2009-05-26 22:55:30', '', 82, 'http://dev.aazk.org/uncategorized/82-revision-16/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (130, 1, '2009-05-26 17:59:35', '2009-05-26 22:59:35', '<p><strong>For more options around the globe, go to:</strong><br>\r\n	<a href="http://netvet.wustl.edu/vschool.htm" target="_blank">http://netvet.wustl.edu/vschool.htm</a></p>\r\n\r\n\r\n<h3>University of Illinois at Urbana-Champaign College of Veterinary Medicine</h3>\r\n\r\n<p>3505 Veterinary Medicine Basic Sciences Building<br>\r\n2001 South Lincoln Avenue<br>\r\nUrbana, IL 61802<br>\r\n217/333-2760<br>\r\nThey have a teaching hospital which has a wildlife rescue center. They also deal with the occasional exotic; e.g. tigers or bears.<br>\r\n<a href="http://www.cvm.uiuc.edu/" target="_blank">http://www.cvm.uiuc.edu/</a><br>\r\n<a href="http://www.cvm.uiuc.edu/vth/" target="_blank">http://www.cvm.uiuc.edu/vth/</a></p>\r\n \r\n \r\n\r\n<h3>Kansas State University College of Veterinary Medicine</h3>\r\n\r\n<p>112 Trotter Hall<br>\r\nKansas State University<br>\r\nManhattan, KS 66506-5601<br>\r\n(785) 532-6011<br>\r\nAn excellent teaching hospital offering plenty of exotic animal experience. They take care of the animals at Sunset, Topeka, and Rolling Hills zoos.<br>\r\n<a href="http://www.ksu.edu/" target="_blank">http://www.ksu.edu/</a><br>\r\n<a href="http://www.vet.ksu.edu/" target="_blank">http://www.vet.ksu.edu/</a><br>\r\n<a href="http://www.vet.ksu.edu/depts/VMTH/exotics/index.htm" target="_blank">http://www.vet.ksu.edu/depts/VMTH/exotics/index.htm</a></p>\r\n\r\n \r\n\r\n<h3>Louisiana State University School of Veterinary Medicine</h3>\r\n\r\n<p>Veterinary Teaching Hospital and Clinics<br>\r\nSkip Bertman Drive<br>\r\nBaton Rouge, LA 70803<br>\r\n(225) 578-9600<br>\r\nFAX (225) 578-9559<br>\r\nTeaching hospital with an exotic animal program.<br>\r\n<a href="http://www.vetmed.lsu.edu/Default.htm" target="_blank">http://www.vetmed.lsu.edu/Default.htm</a><br>\r\n\r\n<a href="http://www.vetmed.lsu.edu/vth&amp;c/BZEM.htm" target="_blank">http://www.vetmed.lsu.edu/vth&amp;c/BZEM.htm</a></p>\r\n \r\n\r\n<h3>Michigan State University College of Veterinary Medicine</h3>\r\n\r\n<p>Office of the Dean<br>\r\nG100 Vet Med Center<br>\r\nEast Lansing, MI 48824-1314<br>\r\nPH: 517-355-6509<br>\r\nFAX: 517-432-1037<br>\r\nTeaching hospital with exotic animal specialty. They work with the Potter Park zoo.<br>\r\n\r\n<a href="http://cvm.msu.edu/" target="_blank">http://cvm.msu.edu/</a><br>\r\n<a href="http://cvm.msu.edu/vth/index.htm" target="_blank">http://cvm.msu.edu/vth/index.htm</a></p>\r\n \r\n \r\n<h3>Oklahoma State University Center for Veterinary Health Sciences</h3>\r\n\r\n<p>Stillwater, OK 74078<br>\r\n(405)744-6595<br>\r\nZoo, Exotics, and Wildlife program. They work with the Tulsa and Oklahoma City zoos.<br>\r\n<a href="http://www.cvm.okstate.edu/">http://www.cvm.okstate.edu/</a><br>\r\n<a href="http://www.cvm.okstate.edu/Depts/VCS/ZEW/Residency%20Program%20Description%20%282003%29.htm" target="_blank">http://www.cvm.okstate.edu/Depts/VCS/ZEW/Residency%20Program%20Description%20(2003).htm</a></p>\r\n\r\n<h3>Washington State University College of Veterinary Medicine</h3>\r\n\r\n<p>PO Box 647012<br>\r\nPullman, Washington 99164-7012<br>\r\n(509) 335-1532<br>\r\nFAX (509) 335-6133<br>\r\nThe teaching hospital offers exotic animal services.<br>\r\n<a href="http://www.vetmed.wsu.edu/" target="_blank">http://www.vetmed.wsu.edu/</a><br>\r\n<a href="http://www.vetmed.wsu.edu/depts-vth/" target="_blank">http://www.vetmed.wsu.edu/depts-vth/</a></p>', 'Veterinary Schools with Exotic Animal Programs', 0, '', 'inherit', 'closed', 'closed', '', '125-revision-3', '', '', '2009-05-26 17:59:35', '2009-05-26 22:59:35', '', 125, 'http://dev.aazk.org/uncategorized/125-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (132, 1, '2009-05-26 19:35:35', '2009-05-27 00:35:35', '<p>The links below highlight our Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.</p>\r\n\r\n<p>AAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.</p>\r\n\r\n<p>These links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.</p>', 'Links', 0, '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2009-05-26 19:35:35', '2009-05-27 00:35:35', '', 20, 'http://dev.aazk.org/uncategorized/20-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (596, 1, '2009-07-31 19:01:25', '2009-08-01 00:01:25', '<ul>\r\n    <li>About the Cover/Information for Contributors</li>\r\n    <li>Scoops &amp; Scuttlebutt</li>\r\n    <li>From the President</li>\r\n    <li>Letter to the Editor</li>\r\n    <li>AAZK Announces New Members</li>\r\n    <li>Coming Events</li>\r\n    <li>Enrichment Options (Giraffe Enrichment at Brookfield Zoo) </li>  \r\n    <li>One World, One Zoo - Conference 2009 Updates/Reminders</li>\r\n    <li>PBI\'s Long-Range Strategies to Save Polar Bears</li>\r\n    <li>Renewing Memberships with PayPal - A Few Reminders</li>\r\n    <li>Management of Geriatric Animals in Zoos - Order Information</li>\r\n    <li>Third Training &amp; Enrichment Workshop for Zoo Animals</li>\r\n    <li>Training Tales (Thinking Outside the Mew)</li>\r\n    <li>Book Reviews (Reptiles and Amphibians of the Southern Pine Woods and Restraint and Handling of Wild and Domestic Animals, 3rd Edition) </li>\r\n    <li>Keeper Profiles DVD Order Info </li>\r\n    <li>Toronto Zoo Lion-tailed Macaques Get Geothermal Retrofit</li>\r\n    <li>Constructing a Firehose Bed for an Aging Lion</li>\r\n    <li>"Virgin" Lizard Produces Fertile Eggs</li>\r\n    <li>Crisis Management Special Issue Order Information</li>\r\n    <li>Conservation/Legislative Update</li>\r\n</ul>', 'August 2009', 0, '', 'draft', 'closed', 'closed', '', 'august-2009', '', '', '2013-10-15 17:49:24', '2013-10-15 22:49:24', '', 0, 'http://aazk.org/?p=596', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (597, 1, '2009-07-31 18:24:46', '2009-07-31 23:24:46', '', 'August 2009', 0, '', 'inherit', 'closed', 'closed', '', '596-revision', '', '', '2009-07-31 18:24:46', '2009-07-31 23:24:46', '', 596, 'http://aazk.org/uncategorized/596-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (598, 1, '2009-07-31 19:01:04', '2009-08-01 00:01:04', '<p><em>By Barry Poole, General Maintenance &amp; Operations Supervisor<br />\r\nand Marie Magnuson, Animal Keeper/Great Cats<br />\r\nSmithsonian\'s National Zoological Park, Washington, DC</em></p>\r\n\r\n<p>In September of 2003 our male African lion (Panthera leo) Tsavo was 15 years old and had been alone for a year after the death of his brother, Tana. Lionesses Kisangali and Lusaka were just getting out of quarantine after arriving at the National Zoo from Wildlife Way Station (Angeles National Forest, CA). We had brought these two beautiful female lions to Washington in the hopes of forming a pride with Tsavo. We were not sure of the girl\'s ages, but the veterinary staff estimated them to be about 12 or 13 years old. Tsavo had been vasectomized when he was young since he had been housed with his mother.</p>\r\n\r\n<p>The introductions went very smoothly and soon the copulating that is integral to forming a pride was taking up most of Tsavo\'s time and energy.  As a matter of fact, since Tsavo had been vasectomized it was taking up a little too much of his time and energy. The girls were not getting pregnant of course and so they continued to cycle like clockwork. Tsavo\'s years started to catch up with him. He started to show signs of back trouble, including limping and ataxia, and after only a few months together we had to separate them so we could keep Tsavo inside. His back problems had gotten so severe that the staff veterinarians decided to keep him as quiet as possible and treat his back with steroids. The treatment was extremely successful and Tsavo was going back outside with the now-spayed Lusaka in the spring of 2005. Kisangali had sadly died of an infection during the winter.</p>\r\n\r\n<p>Jeanne Minor, a keeper who was working here at that time, suggested that a firehose bed might make Tsavo even more comfortable. Her idea was to weave the fire hose on a sturdy metal frame, much like a lawn chair. Barry Poole from the Metal Shop worked with Jeanne on the design and it has proven hugely successful.</p>\r\n\r\n[caption id="attachment_603" align="alignnone" width="522" caption="1.0 African Lion Tsavo on his firehose bed that was designed to  help with his back problems.   (Photo: Tracey Barnes)"]<img src="http://aecetia.net/gws/aazk/wp-content/uploads/lion.jpg" alt="1.0 African Lion Tsavo on his firehose bed that was designed to  help with his back problems.   (Photo: Tracey Barnes)" title="lion" width="522" height="695" class="size-full wp-image-603" />[/caption]\r\n\r\n<p>The first thing that Barry did was to "skin" the hose, or remove the outer canvas layer. He used only the inner canvas and rubber layer so that the bed would dry in a reasonable length of time and also to remove bulk from the weaving. The width of the fire hose you have will determine the final dimensions of your bed. The metal frame of Tsavo\'s bed ended up being 77"x36" [1.95m x .91m]. The woven part is made of six long pieces (warp) of 5&deg;" [13.33cm] hose woven with 14 shorter pieces (weft). After you approximate the length and width of your bed add at least 15% for what is called "take up" by weavers. This is what is lost to the ups and downs of the weaving itself. Then add two to three feet to the length of each piece for loom waste. This will be the part of each piece that wraps around...</p>\r\n\r\n<p>Want to read the rest of this article on the successful transfer of lowland gorillas between two zoological institutions?  For this and many more fascinating articles every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="/join/">JOIN NOW</a>!</p>', 'Constructing A Firehose Bed For An Aging Lion', 0, '', 'draft', 'closed', 'closed', '', 'constructing-a-firehose-bed-for-an-aging-lion', '', '', '2013-10-15 17:49:24', '2013-10-15 22:49:24', '', 0, 'http://aazk.org/?p=598', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (599, 1, '2009-07-31 18:29:28', '2009-07-31 23:29:28', '', 'Constructing A Firehose Bed For An Aging Lion', 0, '', 'inherit', 'closed', 'closed', '', '598-revision', '', '', '2009-07-31 18:29:28', '2009-07-31 23:29:28', '', 598, 'http://aazk.org/uncategorized/598-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (600, 1, '2009-07-31 18:31:25', '2009-07-31 23:31:25', '<p><em>By Barry Poole, General Maintenance &amp; Operations Supervisor<br />\nand Marie Magnuson, Animal Keeper/Great Cats<br />\nSmithsonian\'s National Zoological Park, Washington, DC</em></p>', 'Constructing A Firehose Bed For An Aging Lion', 0, '', 'inherit', 'closed', 'closed', '', '598-revision-2', '', '', '2009-07-31 18:31:25', '2009-07-31 23:31:25', '', 598, 'http://aazk.org/uncategorized/598-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (134, 1, '2009-05-26 20:06:47', '2009-05-27 01:06:47', '', 'zookeeper_week', 0, '', 'inherit', 'closed', 'closed', '', 'zookeeper_week', '', '', '2009-05-26 20:06:47', '2009-05-27 01:06:47', '', 0, 'http://dev.aazk.org/wp-content/uploads/zookeeper_week.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (602, 1, '2009-07-31 18:33:37', '2009-07-31 23:33:37', '<p><em>By Barry Poole, General Maintenance &amp; Operations Supervisor<br />\r\nand Marie Magnuson, Animal Keeper/Great Cats<br />\r\nSmithsonian\'s National Zoological Park, Washington, DC</em></p>\r\n\r\n<p>In September of 2003 our male African lion (Panthera leo) Tsavo was 15 years old and had been alone for a year after the death of his brother, Tana. Lionesses Kisangali and Lusaka were just getting out of quarantine after arriving at the National Zoo from Wildlife Way Station (Angeles National Forest, CA). We had brought these two beautiful female lions to Washington in the hopes of forming a pride with Tsavo. We were not sure of the girl\'s ages, but the veterinary staff estimated them to be about 12 or 13 years old. Tsavo had been vasectomized when he was young since he had been housed with his mother.</p>\r\n\r\n<p>The introductions went very smoothly and soon the copulating that is integral to forming a pride was taking up most of Tsavo\'s time and energy.  As a matter of fact, since Tsavo had been vasectomized it was taking up a little too much of his time and energy. The girls were not getting pregnant of course and so they continued to cycle like clockwork. Tsavo\'s years started to catch up with him. He started to show signs of back trouble, including limping and ataxia, and after only a few months together we had to separate them so we could keep Tsavo inside. His back problems had gotten so severe that the staff veterinarians decided to keep him as quiet as possible and treat his back with steroids. The treatment was extremely successful and Tsavo was going back outside with the now-spayed Lusaka in the spring of 2005. Kisangali had sadly died of an infection during the winter.</p>\r\n\r\n<p>Jeanne Minor, a keeper who was working here at that time, suggested that a firehose bed might make Tsavo even more comfortable. Her idea was to weave the fire hose on a sturdy metal frame, much like a lawn chair. Barry Poole from the Metal Shop worked with Jeanne on the design and it has proven hugely successful.</p>\r\n<p>The first thing that Barry did was to "skin" the hose, or remove the outer canvas layer. He used only the inner canvas and rubber layer so that the bed would dry in a reasonable length of time and also to remove bulk from the weaving. The width of the fire hose you have will determine the final dimensions of your bed. The metal frame of Tsavo\'s bed ended up being 77"x36" [1.95m x .91m]. The woven part is made of six long pieces (warp) of 5&deg;" [13.33cm] hose woven with 14 shorter pieces (weft). After you approximate the length and width of your bed add at least 15% for what is called "take up" by weavers. This is what is lost to the ups and downs of the weaving itself. Then add two to three feet to the length of each piece for loom waste. This will be the part of each piece that wraps around...</p>\r\n\r\n<p>Want to read the rest of this article on the successful transfer of lowland gorillas between two zoological institutions?  For this and many more fascinating articles every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="/join/">JOIN NOW</a>!</p>', 'Constructing A Firehose Bed For An Aging Lion', 0, '', 'inherit', 'closed', 'closed', '', '598-revision-4', '', '', '2009-07-31 18:33:37', '2009-07-31 23:33:37', '', 598, 'http://aazk.org/uncategorized/598-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (136, 1, '2009-05-26 20:15:48', '2009-05-27 01:15:48', '<p>As an animal keeper, I joined AAZK because of the networking opportunities and the organization\'s professionalism. When I joined it seemed as though AAZK was just for those  working with birds and mammals. As I grew in my profession, my focus completely changed. I became an aquarist. Although I changed positions, I continued my involvement with AAZK. In my 12 years as  an aquarist, I have become more involved in AAZK. It\'s simply amazing that it doesn\'t matter  what animals you work with, AAZK is still right for you. For me, I\'m still active in my Chapter, have been a member of the AAZK National Enrichment Committee, a member of the AAZK  National Training Committee and was elected to the Board of Directors.</p>\r\n\r\n<p>Every conference I attend I  learn something new, whether it\'s a training technique, an enrichment option or just simply "to handle a conflict with a co-worker". Yes, aquarists do train and enrich animals and yes, training is training! By listening to a rhino training paper, I find myself jotting down notes on how I could incorporate the same ideas with some of the animals I care for. It\'s simply amazing what you can learn as an AAZK member.</p>\r\n\r\n<p>The way the organization grows is set by its members. And yes, that means you! If you are a student, a keeper, a herpetologist, an aquarist or just someone who wants to work with animals someday, then consider joining AAZK. There are so many opportunities waiting for you. As an AAZK member, the networking and involvement opportunities are endless.</p>', 'Don\'t think AAZK is right for you?', 0, '', 'draft', 'closed', 'closed', '', 'members-perspective', '', '', '2013-09-23 10:37:02', '2013-09-23 15:37:02', '', 6, 'http://dev.aazk.org/?page_id=136', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (137, 1, '2009-05-26 20:15:33', '2009-05-27 01:15:33', '', 'Don\'t think AAZK is right for you?', 0, '', 'inherit', 'closed', 'closed', '', '136-revision', '', '', '2009-05-26 20:15:33', '2009-05-27 01:15:33', '', 136, 'http://dev.aazk.org/uncategorized/136-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (138, 1, '2009-05-26 20:15:48', '2009-05-27 01:15:48', '', 'Don\'t think AAZK is right for you?', 0, '', 'inherit', 'closed', 'closed', '', '136-revision-2', '', '', '2009-05-26 20:15:48', '2009-05-27 01:15:48', '', 136, 'http://dev.aazk.org/uncategorized/136-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (139, 2, '2013-11-25 14:57:43', '2013-11-25 19:57:43', 'The American Association of Zoo Keepers is a membership association for animal care professionals to exchange information and network with one another.\r\n<h4>Mission Statement</h4>\r\nThe mission of The American Association of Zoo Keepers is to advance excellence in the animal keeping profession, foster effective communication beneficial to animal care, support deserving conservation projects, and promote the preservation of our natural resources and animal life.\r\n<h4>Vision Statement</h4>\r\nAAZK will be the leader in the zoo and aquarium industry fostering professional development and personal connections that advance animal care, animal welfare and conservation.\r\n<h4>Purpose</h4>\r\nAAZK\'s purpose is to foster a professional attitude in animal keepers and aquarists by encouraging them to become active members of professional teams at today\'s zoos and aquariums. AAZK supports the promotion and implementation of zookeeper education and strives to make the general public aware of our concern for all deserving conservation projects and the need for the preservation of our natural resources and the species that depend on those resources.\r\n\r\nServing as a professional organization for zookeepers, AAZK is a valuable resource for dedicated animal care workers. AAZK is dedicated to advancing animal care, promoting public awareness, enhancing professional development and contributing to local and global conservation through fundraising and stewardship. Our goal is to inspire and motivate through our roles as animal caregivers, educators and conservationists. Through workshops, conferences, newsletters, and internet forums, AAZK helps animal care staff stay current in husbandry, training, nutrition, and conservation. Well educated keepers using modern techniques means the animals in their care benefit tremendously.\r\n<h2>History of AAZK</h2>\r\nThe American Association of Zoo Keepers, Inc. began in 1967 in San Diego, CA with the purpose of promoting professionalism in zoo keeping through education of zoological staff members in the most modern and current techniques of captive exotic animal care. AAZK\'s mission is to provide a resource and a forum of continuing education for the animal care professional and to support zoo and aquarium personnel in their roles as animal care givers, scientific researchers, public educators and conservationists; to promote zoos and aquariums as cultural establishments dedicated to the enrichment of human and natural resources; to foster the exchange of research materials, enrichment options and husbandry information through publications and conferences which will lead to a greater understanding of the needs and requirements of all animals. Membership is currently about 2,800 and includes individuals at all levels of zoo staff from directors, curators and veterinarians to zoo keepers, animal health technicians, volunteers and students. Members are from 48 of the 50 States, 5 Canadian Provinces and 24 foreign countries and represent nearly 250 animal-related facilities.\r\n\r\nAAZK\'s purpose is to foster a professional attitude in animal keepers by encouraging them to become active members of the professional teams at today\'s zoos and aquariums. AAZK supports the promotion and implementation of zoo keeper education and strives to make the general public aware of our concern for all valid and deserving conservation projects and the need for the preservation of our natural resources and animal life.\r\n\r\nAAZK publications, conferences, and chapter activities at local zoos provide keepers with a means to exchange ideas and discuss new methods of professional care, observations on animal behavior and other information. Animal Keepers\' Forum, the monthly journal of AAZK, is the principal vehicle for communication among keepers. Other AAZK publications include AAZK National Conference Proceedings, Zoo and Aquarium Professionals and The Resource for Crisis Management in Zoos and Other Animal Care Facilities.\r\n\r\nAAZK also has a number of committees which provide ways to promote AAZK and the Zoo Keepers\' role in conservation education.', 'About Us', 0, '', 'inherit', 'closed', 'closed', '', '6-autosave-v1', '', '', '2013-11-25 14:57:43', '2013-11-25 19:57:43', '', 6, 'http://dev.aazk.org/uncategorized/6-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2859, 2, '2013-05-30 15:25:29', '2013-05-30 20:25:29', 'The American Association of Zoo Keepers is a memberhip association for animal care professionals to exchange information and network with one another. \r\n<h3>Mission Statement</h3>\r\nThe mission of The American Association of Zoo Keepers is to advance excellence in the animal keeping profession, foster effective communication beneficial to animal care, support deserving conservation projects, and promote the preservation of our natural resources and animal life.\r\n<h3>Vision Statement</h3>\r\nAAZK will be the leader in the zoo and aquarium industry fostering professional development and personal connections that advance animal care, animal welfare and conservation.\r\n<h3>Don\'t think AAZK is for you?</h3>\r\n<a href="/about/members-perspective">Read about AAZK from a Member\'s perspective</a>.', 'Who is The American Association of Zoo Keepers (AAZK)?', 0, '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2013-05-30 15:25:29', '2013-05-30 20:25:29', '', 6, 'http://aazk.org/uncategorized/6-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2858, 2, '2013-05-30 11:24:49', '2013-05-30 16:24:49', 'The American Association of Zoo Keepers is professional association for animal care professionals to exchange information and network with one another. Please see our Mission and Vision statements below.\r\n<h3>Mission Statement</h3>\r\nThe mission of The American Association of Zoo Keepers is to advance excellence in the animal keeping profession, foster effective communication beneficial to animal care, support deserving conservation projects, and promote the preservation of our natural resources and animal life.\r\n<h3>Vision Statement</h3>\r\nAAZK will be the leader in the zoo and aquarium industry fostering professional development and personal connections that advance animal care, animal welfare and conservation.\r\n<h3>Don\'t think AAZK is for you?</h3>\r\n<a href="/about/members-perspective">Read about AAZK from a Member\'s perspective</a>.', 'Who is The American Association of Zoo Keepers (AAZK)?', 0, '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2013-05-30 11:24:49', '2013-05-30 16:24:49', '', 6, 'http://aazk.org/uncategorized/6-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2143, 1, '2009-05-26 20:18:01', '2009-05-27 01:18:01', '<p>The American Association of Zoo Keepers, Inc. is professional association for animal care professionals to exchange information and network with one another. Please see our Mission and Vision statements below.</p>\r\n\r\n<h3>Mission Statement</h3>\r\n\r\n<p>The mission of The American Association of Zoo Keepers is to advance excellence in the animal keeping profession, foster effective communication beneficial to animal care, support deserving conservation projects, and promote the preservation of our natural resources and animal life.</p>\r\n\r\n<h3>Vision Statement</h3>\r\n\r\n<p>Dedicated to professional animal care, the vision of AAZK is to provide a resource for professional development, enrichment, training, and conservation for zoo keepers and animal care professionals. AAZK will advance effective communication beneficial to animal care through publications, conferences and online resources. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. AAZK recognizes the role that our profession plays in the conservation and preservation of our wildlife and their habitats and encourages and promotes the support of deserving conservation projects through individual, chapter, and national endeavors. Through its Board of Directors, chapters, committees, conferences, and workshops, AAZK strives to encourage initiative in order to help develop future leaders in today’s zoos and aquariums.</p>\r\n\r\n<h3>Don\'t think AAZK is for you?</h3> \r\n<p><a href="/about/members-perspective">Read about AAZK from a Member\'s perspective</a>.</p>', 'Who is The American Association of Zoo Keepers (AAZK), Inc.?', 0, '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2009-05-26 20:18:01', '2009-05-27 01:18:01', '', 6, 'http://aazk.org/uncategorized/6-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (140, 1, '2009-05-26 09:28:31', '2009-05-26 14:28:31', '<p>The American Association of Zoo Keepers, Inc. is professional association for animal care professionals to exchange information and network with one another. Please see our Mission and Vision statements below.</p>\r\n\r\n<h3>Mission Statement</h3>\r\n\r\n<p>The mission of The American Association of Zoo Keepers is to advance excellence in the animal keeping profession, foster effective communication beneficial to animal care, support deserving conservation projects, and promote the preservation of our natural resources and animal life.</p>\r\n\r\n<h3>Vision Statement</h3>\r\n\r\n<p>Dedicated to professional animal care, the vision of AAZK is to provide a resource for professional development, enrichment, training, and conservation for zoo keepers and animal care professionals. AAZK will advance effective communication beneficial to animal care through publications, conferences and online resources. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. AAZK recognizes the role that our profession plays in the conservation and preservation of our wildlife and their habitats and encourages and promotes the support of deserving conservation projects through individual, chapter, and national endeavors. Through its Board of Directors, chapters, committees, conferences, and workshops, AAZK strives to encourage initiative in order to help develop future leaders in today’s zoos and aquariums.</p>\r\n\r\n<p><strong>Don\'t think AAZK is for you? Click below for a member\'s perspective.</strong></p>', 'Who is The American Association of Zoo Keepers (AAZK), Inc.?', 0, '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2009-05-26 09:28:31', '2009-05-26 14:28:31', '', 6, 'http://dev.aazk.org/uncategorized/6-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2144, 2, '2011-09-23 12:37:51', '2011-09-23 17:37:51', '<a href="http://www.ncaazk.com/2013nationalconference.htm"><img class="size-full wp-image-2602 alignnone" title="2013_logo_small" src="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_small.jpg" alt="2013_logo_small" width="173" height="88" /></a>\r\n\r\n<a href="http://www.ncaazk.com/2013nationalconference.htm">Greensboro, NC</a><br>\r\n\r\n22-26 September 2013', '2013 AAZK National Conference', 0, '', 'draft', 'closed', 'closed', '', '2012-aazk-national-conference', '', '', '2013-10-15 17:49:19', '2013-10-15 22:49:19', '', 0, 'http://aazk.org/?p=2144', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (141, 1, '2009-05-26 20:17:44', '2009-05-27 01:17:44', '<p>The American Association of Zoo Keepers, Inc. is professional association for animal care professionals to exchange information and network with one another. Please see our Mission and Vision statements below.</p>\r\n\r\n<h3>Mission Statement</h3>\r\n\r\n<p>The mission of The American Association of Zoo Keepers is to advance excellence in the animal keeping profession, foster effective communication beneficial to animal care, support deserving conservation projects, and promote the preservation of our natural resources and animal life.</p>\r\n\r\n<h3>Vision Statement</h3>\r\n\r\n<p>Dedicated to professional animal care, the vision of AAZK is to provide a resource for professional development, enrichment, training, and conservation for zoo keepers and animal care professionals. AAZK will advance effective communication beneficial to animal care through publications, conferences and online resources. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. AAZK recognizes the role that our profession plays in the conservation and preservation of our wildlife and their habitats and encourages and promotes the support of deserving conservation projects through individual, chapter, and national endeavors. Through its Board of Directors, chapters, committees, conferences, and workshops, AAZK strives to encourage initiative in order to help develop future leaders in today’s zoos and aquariums.</p>\r\n\r\n<h3>Don\'t think AAZK is for you?</h3> \r\n<p><a href="/about/members-perspective">Read about AAZK form a Member\'s perspective</a>.</p>', 'Who is The American Association of Zoo Keepers (AAZK), Inc.?', 0, '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2009-05-26 20:17:44', '2009-05-27 01:17:44', '', 6, 'http://dev.aazk.org/uncategorized/6-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (142, 1, '2009-05-26 20:19:25', '2009-05-27 01:19:25', '<p>By Tammy Root</p>', 'Don\'t think AAZK is right for you?', 0, '', 'inherit', 'closed', 'closed', '', '136-autosave', '', '', '2009-05-26 20:19:25', '2009-05-27 01:19:25', '', 136, 'http://dev.aazk.org/uncategorized/136-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (143, 1, '2009-05-26 20:16:17', '2009-05-27 01:16:17', '', 'Don\'t think AAZK is right for you?', 0, '', 'inherit', 'closed', 'closed', '', '136-revision-3', '', '', '2009-05-26 20:16:17', '2009-05-27 01:16:17', '', 136, 'http://dev.aazk.org/uncategorized/136-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (144, 1, '2009-05-26 20:21:07', '2009-05-27 01:21:07', '<p>By Tammy Root</p>\r\n\r\n<p>As an animal keeper, I joined AAZK because of the networking opportunities and the organization\'s professionalism. When I joined it seemed as though AAZK was just for those  working with birds and mammals. As I grew in my profession, my focus completely changed. I became an aquarist. Although I changed positions, I continued my involvement with AAZK. In my 12 years as  an aquarist, I have become more involved in AAZK. It\'s simply amazing that it doesn\'t matter  what animals you work with, AAZK is still right for you. For me, I\'m still active in my Chapter, have been a member of the AAZK National Enrichment Committee, a member of the AAZK  National Training Committee and was elected to the Board of Directors.</p>\r\n\r\n<p>Every conference I attend I  learn something new, whether it\'s a training technique, an enrichment option or just simply " to handle a conflict with a co-worker". Yes, aquarists do train and enrich animals and yes, training is training! By  listening to a rhino training paper, I find myself jotting down notes on how I could incorporate the same ideas with some of the animals I care for. It\'s simply amazing what you can learn as an AAZK member.</p>\r\n\r\n<p>The way the organization grows is set by its members. And yes, that means you! If you are a student, a keeper, a herpetologist, an aquarist or just someone who wants to work with animals someday, then consider joining AAZK. There are so many opportunities waiting for you.; As an AAZK member, the networking  and involvement opportunities are endless.</p>', 'Don\'t think AAZK is right for you?', 0, '', 'inherit', 'closed', 'closed', '', '136-revision-4', '', '', '2009-05-26 20:21:07', '2009-05-27 01:21:07', '', 136, 'http://dev.aazk.org/uncategorized/136-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (145, 1, '2009-05-26 17:51:45', '2009-05-26 22:51:45', '<h3>AUSTRALIA</h3>\r\n\r\n<h4>Box Hill Institute</h4>\r\n<p>Certificate III in Zookeeping</p>\r\n\r\n<p>Postal Address: Private Bag 2014, Box Hill 3128, AUSTRALIA<br>\r\nWhitehorse Campus<br>\r\n1000 Whitehorse Road, Box Hill, Victoria, Australia<br>\r\nPhone: +61 (0)3 9286 9222<br>\r\n<a href="http://www.bhtafe.edu.au/" target="_blank">http://www.bhtafe.edu.au/</a><br>\r\n<a href="mailto:courseinfo@bhtafe.edu.au">courseinfo@bhtafe.edu.au</a><br>\r\n3 year program</p>\r\n\r\n<h4>Charles Stuart University</h4>\r\n\r\n<p>Australia<br>\r\nGraduate Diploma of Captive Vertebrate Management<br>\r\nGraduate Certificate in Captive Vertebrate Management<br>\r\nThere is also a Masters degree available.<br>\r\nThere are numerous campuses so all contact information is through the following link:<br>\r\n<a href="http://www.csu.edu.au/contacts/campus.htm" target="_blank">http://www.csu.edu.au/contacts/campus.htm</a><br>\r\n<a href="http://www.csu.edu.au/courses/pg/sci/m_cvm/ag_abo.htm" target="_blank">http://www.csu.edu.au/courses/pg/sci/m_cvm/ag_abo.htm</a><br>\r\nThis group of three articulated courses has been developed in co-operation with Western Plains Zoo, Dubbo. They are the first tertiary courses in Australia to offer specialisation in Captive Vertebrate Management. Some of these courses are correspondence courses.</p>\r\n\r\n<h4>Ultimo College, TAFE, Sydney Australia</h4>\r\n\r\n<p>Certificate III in Zookeeping<br>\r\nCertificate III in Animal Care and Husbandry<br>\r\nHarris Street, ULTIMO NSW 2007, AUSTRALIA<br>\r\nPhone: within Australia 1300 360 601<br>\r\nPhone: outside Australia +61 2 9217 2900<br>\r\n<a href="http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9" target="_blank">http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9</a></p>\r\n\r\n<h4>University of Western Australia</h4>\r\n\r\n<p>BSc in Animal Science<br>\r\nNedlands Perth, Western Australia 6907 Australia<br>\r\n<a href="http://www.uwa.edu.au/" target="_blank">http://www.uwa.edu.au/</a><br>\r\n<a href="http://admissions.uwa.edu.au/undergrad/courses/animal_science" target="_blank">http://admissions.uwa.edu.au/undergrad/courses/animal_science</a><br>\r\nThe program is geared more toward animal management than most animal science programs.</p>\r\n\r\n\r\n<h3>CANADA</h3>\r\n\r\n<h4>Alberta Business Education Services</h4>\r\n\r\n<p>Certificate in Zoo Technology<br>\r\n#780 910 - 7th Avenue SW, Calgary, Alberta, Canada T2P 3N8<br>\r\nPhone: (403) 232-8758<br>\r\n<a href="http://www.abes2000.com/abes2000/zookeeper.html" target="_blank">http://www.abes2000.com/abes2000/zookeeper.html</a><br>\r\nDon Pattie, Program Coordinator/Tutor<br>\r\nPhone: (780) 474-4215<br>\r\ndonpatt@nait.ab.ca<br>\r\nLorraine Zwicker, Student Liason Officer<br>\r\n\r\n<a href="amilto:lorraine.z@abes2000.com">lorraine.z@abes2000.com</a><br>\r\nZookeeping is a hands-on profession. This program is designed to give both entry-level and practicing zookeepers awareness of the competencies, skills and attitudes expected of employees. These courses are offered by correspondence and in the future over the Internet. Try the "Animal Breeding and Behaviour" online program for free for a limited time.  This is a program jointly offered by Canadian Association of Zoos and Aquarium (CAZA), ABES 2000 Ltd and The Northern Alberta Institute of Technology (NAIT).</p>\r\n\r\n\r\n<h3>FRANCE</h3>\r\n<p>These are not actual schools but training centers for adults.</p>\r\n\r\n<h4>Instut Rural La chamelière</h4>\r\n\r\n<p>44470 Carquefou<br>\r\n00 33 240527982</p>\r\n\r\n<h3>NEW ZEALAND</h3>\r\n\r\n<h4>Unitec New Zealand</h4>\r\n\r\n<p>Bachelor of Applied Animal Technology<br>\r\n\r\n<p>Certificates in Animal Care and Animal Management<br>\r\nPrivate Bag 92025<br>\r\nCarrington Road, Mt Albert<br>\r\nAuckland<br>\r\nNEW ZEALAND<br>\r\n\r\nPhone: +64-9-849 4180<br>\r\n<a href="http://www.unitec.ac.nz/" target="_blank">http://www.unitec.ac.nz/</a><br>\r\n<a href="http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900" target="_blank">http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900</a><br>\r\nThis programme aims to provide students with an understanding of the issues relating to animal health, welfare, production, conservation, and law and ethics. It also covers recent technological developments in these areas.</p>\r\n\r\n\r\n<h3>UNITED KINGDOM</h3>\r\n\r\n<h4>Bishop Burton College</h4>\r\n\r\n<p>BTCE National Diploma in Animal Management<br>\r\n\r\nBishop Burton, Beverley, East Yorkshire HU17 8QG<br>\r\nTel: (01964) 553000<br>\r\n<a href="http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he" target="_blank">http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he</a><br>\r\n<a href="mailto:enquiries@bishopburton.ac.uk">enquiries@bishopburton.ac.uk</a><br>\r\n2 year program<br>\r\nThey have several other areas of study related to animal care. These courses can be viewed on the same link.</p>\r\n\r\n<h4>Hartpury College</h4>\r\n\r\n<p>Animal Care (First Diploma)<br>\r\nAnimal Management (National Award)<br>\r\nAnimal Management (National Certificate)<br>\r\nAnimal Management (National Diploma)<br>\r\nHartpury House, Gloucester, GL19 3BE<br>\r\nTel: 01452 700283<br>\r\n<a href="mailto:enquire@hartpury.ac.uk">enquire@hartpury.ac.uk</a><br>\r\n<a href="http://www.hartpury.ac.uk" target="_blank">http://www.hartpury.ac.uk</a><br>\r\n<a href="http://www.hartpury.ac.uk/courses/programme.asp?RProgrammeID=22&amp;RStudyLevelID=1&amp;RProgrammeAreaID=3" target="_blank">http://www.hartpury.ac.uk/courses/programme.asp?RProgrammeID=22&amp;RStudyLevelID=1&amp;RProgrammeAreaID=3</a><br>\r\n\r\nProgram runs one to four years depending on which degree you want.</p>\r\n\r\n<h4>University of Plymouth</h4>\r\n\r\n<p>MSc/PgDip Zoo Conservation Biology<br>\r\nPostgraduate Admissions<br>\r\nFaculty of Science<br>\r\nUniversity of Plymouth, Drake Circus, Plymouth PL4 8AA<br>\r\nUnited Kingdom<br>\r\nTel: +44 (0)1752 233093<br>\r\n\r\nThis programme aims to provide the essential knowledge to support scientists working in areas of captive breeding, management of exotic animal species, and wildlife conservation. The programme is jointly delivered by staff of the University and Paignton Zoo Environment Park, Totnes Road, Paignton, Devon, TQ4 7EU.<br>\r\n<a href="mailto:science@plymouth.ac.uk">science@plymouth.ac.uk</a><br>\r\n<a href="http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678" target="_blank">http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678</a><br>\r\n<a href="http://www.paigntonzoo.org.uk/" target="_blank">http://www.paigntonzoo.org.uk/</a></p>\r\n\r\n<h4>University of Greenwich</h4>\r\n\r\n<p>Animal Management BSc Hons / Animal Management HND<br>\r\nOld Royal Naval College, Park Row, Greenwich, London SE10 9LS 020 8331 8000<br>\r\n<a href="http://www.gre.ac.uk/" target="_blank">http://www.gre.ac.uk/</a><br>\r\n\r\n<a href="http://www.gre.ac.uk/clearing/vacan/a/animan_bsc.htm" target="_blank">http://www.gre.ac.uk/clearing/vacan/a/animan_bsc.htm</a><br>\r\n<a href="mailto:jeremy.kerswell@hadlow.ac.uk">jeremy.kerswell@hadlow.ac.uk</a><br>\r\n3 year program</p>\r\n\r\n<h4>University of Lincoln</h4>\r\n\r\n<p>BSc (Hons) Animal Management &amp; Welfare<br>\r\nBrayford Pool, Lincoln, LN6 7TS UK<br>\r\nTel: +44 (0)1522 882000<br>\r\n\r\n<a href="mailto:enquiries@lincoln.ac.uk">enquiries@lincoln.ac.uk</a><br>\r\n<a href="http://www.lincoln.ac.uk" target="_blank">http://www.lincoln.ac.uk</a><br>\r\n<a href="http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp" target="_blank">http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp</a><br>\r\n3 year program</p>\r\n\r\n<h4>Weston College</h4>\r\n\r\n<p>National Diploma in Animal Management<br>\r\nKnightstone Road, Weston-super-Mare, North Somerset BS23 2AL<br>\r\nTel: 01934 411 411<br>\r\n\r\nOverseas Tel: +44 1934 411411<br>\r\n<a href="http://www.weston.ac.uk" target="_blank">http://www.weston.ac.uk</a><br>\r\n<a href="http://www.weston.ac.uk/courses/fulltime/Animal%20Care.pdf" target="_blank">http://www.weston.ac.uk/courses/fulltime/Animal%20Care.pdf</a><br>\r\n2 year program</p>\r\n\r\n<h4>Wiltshire College Lackham</h4>\r\n\r\n<p>National Diploma in Animal Management<br>\r\nHigher National Certificate/Diploma in Animal Management<br>\r\nBSc Honours in Animal Science and Management<br>\r\n\r\nLacock ? Chippenham SN15 2NY<br>\r\nPhone: 01249 466800<br>\r\n<a href="http://www.wiltscoll.ac.uk" target="_blank">http://www.wiltscoll.ac.uk</a><br>\r\n<a href="mailto:info@wiltscoll.ac.uk">info@wiltscoll.ac.uk</a><br>\r\n  <a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=564" target="_blank">http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=564</a><br>\r\n<a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581">http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581</a>\r\n<br>\r\n  Program runs one to four years depending on which degree you want.</p>\r\n\r\n<h3>OTHER</h3>\r\n\r\n<h4>Hogeschool Van Hall Larenstein</h4>\r\n\r\n<p>Agora 1, 8934 CJ Leeuwarden<br>\r\n<a href="http://www.vhall.nl/hoofd.htm" target="_blank">http://www.vhall.nl/hoofd.htm</a><br>\r\n<a href="mailto:Hetty.vanDijk@wur.nl">Hetty.vanDijk@wur.nl</a><br>\r\n4 year Bachelor course in Animal Management (presented in Dutch)<br>\r\nInternational students are welcome. The school offers an international programme for students with a bachelor diploma in a related field (or students who have finished at least 2 years of University education in a related field); this full time course is taught in English, takes 2 years and leads to a BSc in Nature and Wildlife Management. The number of English-taught modules has recently increased, including modules on Wildlife Management (both in situ and ex situ), Companion Animal Management, Animal Welfare, International Policy, and others.<br>\r\nAqua Zoo Friesland<br>\r\n\r\n<a href="http://www.otterparkleeuwarden.nl/" target="_blank">http://www.otterparkleeuwarden.nl/</a><br>\r\nStudents are responsible for part of the management of the zoo so they learn all aspects, not just animal keeping.</p>\r\n\r\n<h4>Ogr\'d Zoologiczny w Poznaniu</h4>\r\n\r\n<p>Zoobiology Summer School at Poznan Zoo, Poland<br>\r\nul. Browarna 25<br>\r\n61-063 Poznan<br>\r\nPolska<br>\r\ntel. : dyrekcja : + 48 61 876 82 09, 876 82 25<br>\r\n\r\nFAX. : + 48 61 877 35 33<br>\r\n<a href="mailto:zoo@zoo.poznan.pl">zoo@zoo.poznan.pl</a><br>\r\nEvery year an increasing number of students work at the zoo as volunteers, practitioners, or to make observations for master\'s degrees and PhD\'s. As there is no place in our country where students can get a formal education in the management of wild animals in captivity, a need arose to provide, apart from normal work, a professional training in various aspects of zoo biology. Therefore we decided to hold for the first time a summer school.  During the intensive six day course from July 7 through July 12 there will be lectures as well as guided tours, led by curators, through the zoos. All higher staff of the zoo will be involved in the training. The lecture topics are varied and will cover all aspects of animal husbandry, feeding, history and development of modern zoos, conservation through captive breeding, reintroduction, record keeping, behavioral enrichment, hand-rearing techniques, genetics, international cooperation and education, and other subjects. Additionally, there will be a day-long excursion to the breeding center for native threatened species run by Academy of Agriculture.  Over 40 people registered for the summer school in 2003. Students include zoo animal keepers, students, scientific university staff as well as people simply interested in wild animal husbandry and zoos in general. We do hope that in this way we will further strengthen ties with scientific and conservation community as well as prepare new, better trained staff for Polish zoos.</p>\r\n', 'International Programs', 0, '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2009-05-26 17:51:45', '2009-05-26 22:51:45', '', 116, 'http://dev.aazk.org/uncategorized/116-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (149, 1, '2009-05-26 16:53:45', '2009-05-26 21:53:45', '<h3>Canisius College<br />B.S. in Biology with a Minor in Zoo Biology</h3>\r\n<div class="vcard">\r\n	<div class="fn org url"><a href="http://www.canisius.edu/">Canisius College</a></div>\r\n    <address class="adr">\r\n        <span class="street-address">2001 Main Street</span>\r\n        <span class="locality">Buffalo</span>, <span class="region">NY</span>, <span class="postal-code">14208-1098</span>\r\n    </address>\r\n    <div class="tel">(716)-883-7000</div>\r\n    <div class="email"><a href="mailto:noonan@canisius.edu">noonan@canisius.edu</a></div>\r\n</div>\r\n\r\n<p>Students receive rigorous background preparation in coursework through an abundance of hands-on experiences at various zoos and marine parks in Western New York and Ontario, Canada.</p>\r\n\r\n<p><a href="http://www.canisius.edu/biopsych/zoobio/">http://www.canisius.edu/biopsych/zoobio/</a></p>\r\n\r\n\r\n<h3>Delaware Valley College<br />\r\nB.S. in Animal Biotechnology and Conservation</h3>\r\n<div class="vcard">\r\n	<div class="fn org url"><a href="http://www.delval.edu/cms/">Delaware Valley College</a></div>\r\n</div>\r\n\r\n<p>Students in the Animal Biotechnology and Conservation program may major in Zoo Science, Small Animal Science or Conservation &amp; Wildlife Management. The choice of major is made upon completion of the first year of study.</p>\r\n\r\n<p><a href="http://delval.edu/cms/index.php/delval/overview_sn/animal_bio">http://delval.edu/cms/index.php/delval/overview_sn/animal_bio</a></p>\r\n\r\n\r\n<h3>Emporia State University<br>\r\nB.S. and MS/MA in Biology with Environmental Biology, Zoology, and Botany emphases available.</h3>\r\n<div class="vcard">\r\n	<div class="fn org">Emporia State University</div>\r\n    <address class="adr">\r\n        <span class="street-address">1200 Commercial Street</span>\r\n        <span class="locality">Emporia</span>, <span class="region">KS</span>, <span class="postal-code">66801</span>\r\n    </address>\r\n    <div class="tel">(620) 341-5611</div>\r\n</div>\r\n\r\n<p>Programs emphasize natural history, lab and fieldwork, and modern developments in organismic biology.</p>\r\n\r\n<p>Visit <a href="http://www.emporia.edu/biosci/eeb.htm" target="_blank">http://www.emporia.edu/biosci/eeb.htm</a> for departmental information.</p>\r\n\r\n<p>Visit <a href="http://www.emporia.edu/ksn/" target="_blank">http://www.emporia.edu/ksn/</a> for the Kansas School Naturalist.</p>\r\n\r\n\r\n<h3>Friends University<br />\r\nB.S. and M.S.</h3>\r\n<div class="vcard">\r\n	<div class="fn org">Friends University</div>\r\n    <address class="adr">\r\n        <span class="locality">Wichita</span>, <span class="region">KS</span>, <span class="postal-code">67213</span>\r\n    </address>\r\n    <div class="tel">(316)-295-5000</div>\r\n    <div class="tel">(800)-794-6945</div>\r\n</div>\r\n\r\n<p>B.S. and M.S. programs with emphasis in Zoo Science, Zoo Management, and Zoo Education; requires 360 hours of practical experience at Sedgwick County Zoo. Also, Friends University offers a cooperative program through Santa Fe Community College Teaching Zoo (see Two Year Programs).</p>\r\n\r\n<p><a href="http://www.friends.edu/Academics/degree_detail.asp?id=49">http://www.friends.edu/Academics/degree_detail.asp?id=49</a></p>\r\n\r\n\r\n<h3>Sedgwick County Zoo<br />\r\n5555 Zoo Boulevard</h3>\r\n<div class="vcard">\r\n	<div class="fn org url"><a href="http://www.scz.org/">Sedgwick County Zoo</a></div>\r\n    <address class="adr">\r\n        <span class="locality">Wichita</span>, <span class="region">KS</span>, <span class="postal-code">67212-1698</span>\r\n    </address>\r\n    <div class="tel">(316) 660-WILD (9453)</div>\r\n</div>\r\n\r\n<h3>Michigan State University<br />\r\nB.S. in Zoology with disciplinary concentration in Zoo and Aquarium Science</h3>\r\n<div class="vcard">\r\n	<div class="fn">Dr. Richard Snider, Program Coordinator</div>\r\n	<div class="org url"><a href="http://www.msu.edu/">Michigan State University</a></div>\r\n	<div class="organization-unit ">Department of Zoology</div>\r\n    <address class="adr">\r\n        <span class="street-address">219 Natural Science Building</span>\r\n        <span class="locality">East Lansing</span>, <span class="region">MI</span>, <span class="postal-code">48824-1115</span>\r\n    </address>\r\n    <div class="tel">(517) 353-9864</div>\r\n    <div class="email"><a href="mailto:snider@msu.edu">snider@msu.edu</a></div>\r\n</div>\r\n\r\n<h3>Oswego, State University of New York<br />\r\nB.S. in Zoology</h3>\r\n<div class="vcard">\r\n	<div class="fn org url"><a href="http://www.oswego.edu">State University of New York at Oswego</a></div>\r\n	<div class="organization-unit ">Department of Biology</div>\r\n    <address class="adr">\r\n        <span class="locality">Oswego</span>, <span class="region">NY</span>, <span class="postal-code">13126</span>\r\n    </address>\r\n    <div class="tel">(315) 341-2776</div>\r\n</div>\r\n\r\n<p>Offers a cooperative program though the Santa Fe Teaching Zoo (see Two Year Programs)</p>\r\n\r\n<h3>Unity College<br />\r\nB.S. in Wildlife Care and Education</h3>\r\n<div class="vcard">\r\n	<div class="fn org url"><a href="http://www.unity.edu/">Unity College</a></div>\r\n    <address class="adr">\r\n        <span class="street-address">90 Quaker Hill Road</span>\r\n        <span class="locality">Unity</span>, <span class="region">ME</span>, <span class="postal-code">04988</span>\r\n    </address>\r\n    <div class="tel">(207) 948-3131</div>\r\n</div>\r\n\r\n<p>This program is designed for students interested in careers involving a hands-on approach to the care and husbandry of captive wild species, and educating the public concerning wildlife issues. Students receive a solid foundation in the biological sciences, along with courses focused on wildlife science, education and interpretation. Potential employers include zoos, aquaria, rehabilitation and wildlife education facilities.</p>\r\n\r\n<p><a href="http://www.unity.edu/Academic/Majors/WildlifeCareAndEducation/WildlifeCareAndEducation.aspx">http://www.unity.edu/Academic/Majors/WildlifeCareAndEducation/WildlifeCareAndEducation.aspx</a></p>\r\n\r\n\r\n<h3>University of West Florida<br />\r\nB.S. in Zoo Science as part of an Interdisciplinary Science Degree</h3>\r\n<div class="vcard">\r\n	<div class="fn">Steve Celestial</div>\r\n	<div class="organization-unit">Zoo Science Advisor</div>\r\n	<div class="org">University of West Florida</div>\r\n    <address class="adr">\r\n        <span class="street-address">11000 University Parkway</span>\r\n        <span class="locality">Pensacola</span>, <span class="region">FL</span>, <span class="postal-code">32514</span>\r\n    </address>\r\n    <div class="tel">(850) 474-2000</div>\r\n    <div class="email"><a href="mailto:scelestial@uwf.edu">scelestial@uwf.edu</a></div>\r\n</div>\r\n\r\n<p>Offers cooperative programs with the Pensacola Junior College Zoo Animal Technology Program and Santa Fe Community College Teaching Zoo (see Two Year Programs).</p>\r\n\r\n<p><a href="http://uwf.edu/catalog/intscibs.pdf" target="_blank">http://uwf.edu/catalog/intscibs.pdf</a></p>\r\n\r\n\r\n<h3>University of Wisconsin-Stevens Point<br />\r\nB.S. degrees<br />\r\nMajor in Wildlife<br />\r\nMinor in Captive Wildlife management</h3>\r\n<div class="vcard">\r\n	<div class="fn org">University of Wisconsin-Stevens Point</div>\r\n    <address class="adr">\r\n        <span class="street-address">2100 Main Street</span>\r\n        <span class="extended-address">Student Success Center - 180 CNR</span>\r\n        <span class="locality">Stevens Point</span>, <span class="region">WI</span>, <span class="postal-code">54481-3897</span>\r\n    </address>\r\n    <div class="tel">(715) 346-0123</div>\r\n</div>\r\n\r\n<p>Sue Kissinger<br />\r\nCoordinator of Advising and Recruitment<br />\r\nStudent Success Center - 180 CNR<br />\r\nCollege of Natural Resources</p>\r\n\r\n<p>Shelli Dubay, Ph.D.<br />\r\nAssistant Professor, Wildlife<br />\r\n327 CNR<br />\r\nCollege of Natural Resources<br />\r\nUniversity of Wisconsin-Stevens Point<br />\r\n(715) 346-4178<br />\r\nFax: (715) 346-3624<br />\r\n<a href="mailto:sdubay@uwsp.edu">sdubay@uwsp.edu</a></p>\r\n\r\n<p>While not directly advertised for zookeepers this program offers much of the same basic knowledge and skill that would be needed for the job.</p>\r\n\r\n<p><a href="http://www.uwsp.edu/admissions/guides/captivewildlife.aspx">http://www.uwsp.edu/admissions/guides/captivewildlife.aspx</a></p>\r\n\r\n\r\n<h3>Western Illinois University School of Graduate Studies<br />\r\nPost-Baccalaureate Certificate: Zoo &amp; Aquarium Studies</h3>\r\n<div class="vcard">\r\n	<div class="fn org">Western Illinois University</div>\r\n    <address class="adr">\r\n        <span class="street-address">1 University Circle</span>\r\n        <span class="extended-address">Memorial Hall 237</span>\r\n        <span class="locality">Macomb</span>, <span class="region">IL</span>, <span class="postal-code">61455-1390</span>\r\n    </address>\r\n    <div class="tel">(309)-298-1806</div>\r\n    <div class="email"><a href="mailto:Grad-Office@wiu.edu">Grad-Office@wiu.edu</a></div>\r\n</div>\r\n\r\n<p><a href="http://www.wiu.edu/grad/catalog/zooaquastudies.php">http://www.wiu.edu/grad/catalog/zooaquastudies.php</a></p>', 'Four-Year Programs', 0, '', 'inherit', 'closed', 'closed', '', '95-revision-4', '', '', '2009-05-26 16:53:45', '2009-05-26 21:53:45', '', 95, 'http://dev.aazk.org/uncategorized/95-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (155, 1, '2009-05-26 21:58:11', '2009-05-27 02:58:11', '<h3>Purpose</h3>\r\n\r\n<p>The International Outreach Committee (IOC) provides a variety of assistance to our international colleagues, promotes the goals and objective of AAZK, Inc. on an international level, increases awareness of AAZK, Inc., and enhances communication among the world\'s zoo professionals. Ultimately, the IOC\'s purpose is to help improve professional animal care in North America and throughout the world. Traditional functions of the IOC have included keeper workshops, Project M.A.R.C. (Making a Realistic Contribution), and helping keepers in developing countries receive needed supplies.</p>\r\n\r\n<p>The AAZK Board of Directors is seeking a chairperson for this committee. If you are interested in applying for this position, please contact the acting chair:</p>\r\n\r\n<p>Shane Good, IOC Acting Chair</p>\r\n\r\n<p>Cleveland Metroparks Zoo<br>\r\n3900 Wildlife Way<br>\r\nCleveland, OH 44109-3132<br>\r\nEmail: <a href="mailto:sjg@clevelandmetroparks.com">sjg@clevelandmetroparks.com</a></p>', 'International Outreach', 0, '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2009-05-26 21:58:11', '2009-05-27 02:58:11', '', 153, 'http://dev.aazk.org/uncategorized/153-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (156, 1, '2009-05-26 21:59:02', '2009-05-27 02:59:02', '<h3>Purpose</h3>\r\n\r\n<p>The International Outreach Committee (IOC) provides a variety of assistance to our international colleagues, promotes the goals and objective of AAZK, Inc. on an international level, increases awareness of AAZK, Inc., and enhances communication among the world\'s zoo professionals. Ultimately, the IOC\'s purpose is to help improve professional animal care in North America and throughout the world. Traditional functions of the IOC have included keeper workshops, Project M.A.R.C. (Making a Realistic Contribution), and helping keepers in developing countries receive needed supplies.</p>\r\n\r\n<p>The AAZK Board of Directors is seeking a chairperson for this committee. If you are interested in applying for this position, please contact the acting chair:</p>\r\n\r\n<p>Shane Good, IOC Acting Chair</p>\r\n\r\n<p>Cleveland Metroparks Zoo<br>\r\n3900 Wildlife Way<br>\r\nCleveland, OH 44109-3132<br>\r\nEmail: <a href="mailto:sjg@clevelandmetroparks.com">sjg@clevelandmetroparks.com</a></p>', 'International Outreach Committee', 0, '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2009-05-26 21:59:02', '2009-05-27 02:59:02', '', 153, 'http://dev.aazk.org/uncategorized/153-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (157, 1, '2009-05-26 21:55:24', '2009-05-27 02:55:24', '<h3 class="committee"><a href="/about/committees/international-outreach/">International Outreach Committee</a></h3>\r\n    <div class="member">Shane Good, <span class="position">Acting Chair</span></div>\r\n    <div class="contact"><a href="">Send Shane an email</a></div>\r\n      \r\n<h3 class="committee"><a href="/about/committees/marketing-resources/">Marketing Resources</a></h3>\r\n    <div class="member">Kristin Wolfe<br />\r\n    <span class="organization">Disney\'s Animal Kingdom</span></div>\r\n    <div class="contact"><a href="">Send Kristin an email</a></div>\r\n      \r\n<h3 class="committee"><a href="/about/committees/annual-conferences/">Annual AAZK Conferences</a></h3>\r\n    <div class="member">Ed Hansen, <span class="position">Conference Program Chair</span></div>\r\n    <div class="contact"><a href="">Send Ed an email</a></div>\r\n      \r\n<h3 class="committee"><a href="/about/committees/grants-committee/">Grants Committee</a></h3>\r\n    <div class="member">Shelly Roach, <span class="position">Chair</span><br />\r\n    	<span class="organization">Columbus Zoo</span></div>\r\n    <div class="contact"><a href="">Send Shelly an email</a></div>\r\n      \r\n<h3 class="committee"><a href="/about/committees/bowling-for-rhinos-commitee/">Bowling for Rhinos</a></h3>\r\n    <div class="member">Patty Pearthree, <span class="position">Coordinator</span></div>\r\n    <div class="contact"><a href="">Send Patty an email</a></div>\r\n      \r\n<h3 class="committee"><a href="/about/committees/ethics/">Ethics Committee</a></h3>\r\n    <div class="member">Denise Wagner<br />\r\n    	<span class="organization">Phoenix Zoo</span></div>\r\n    <div class="contact"><a href="">Send Denise an email</a></div>\r\n      \r\n<h3 class="committee"><a href="/about/committees/bylaws/">Bylaws Committee</a></h3>\r\n    <div class="member">Gisela A.Wiggins, <span class="position">Chair</span><br />\r\n    	<span class="organization">North Carolina Zoological Park</span></div>\r\n    <div class="contact"><a href="">Send Gisela an email</a></div>\r\n      \r\n<h3 class="committee"><a href="/about/committees/historian/">Historian</a></h3>\r\n    <div class="member">Mark Levin<br />\r\n    	<span class="organization">Norristown, PA</span></div>\r\n    <div class="contact"><a href="">Send Mark an email</a></div>\r\n      \r\n<h3 class="committee"><a href="/about/committees/enrichment/">Enrichment Committee</a></h3>\r\n    <div class="member">Dawn Neptune, <span class="position">Co-Chair</span><br />\r\n    	<span class="organization">Utah\'s Hogle Zoo</span></div>\r\n    <div class="contact"><a href="">Send Dawn an email</a></div>\r\n    <div class="member">Amy Burgess, <span class="position">Co-Chair</span><br />\r\n    	<span class="organization">Disney\'s Animal Kingdom</span></div>\r\n    <div class="contact"><a href="">Send Amy an email</a></div>\r\n      \r\n<h3 class="committee"><a href="/about/committees/animal-training/">Animal Training Committee</a></h3>\r\n    <div class="member">Angela Binney, <span class="position">Co-Chair</span><br />\r\n    	<span class="organization">Disney\'s Animal Kingdom</span></div>\r\n    <div class="contact"><a href="">Send Angela an email</a></div>\r\n    <div class="member">Kim Kezer, <span class="position">Co-Chair</span><br />\r\n    	<span class="organization">Zoo New England</span></div>\r\n    <div class="contact"><a href="">Send Kim an email</a></div>\r\n      \r\n<h3 class="committee"><a href="/about/committees/awards/">Awards Committee</a></h3>\r\n    <div class="member">Janet McCoy<br />\r\n    	<span class="organization">Oregon Zoo</span></div>\r\n    <div class="contact"><a href="">Send Janet an email</a></div>\r\n\r\n<h3 class="committee"><a href="/about/committees/professional-development/">Professional Development Committee</a></h3>\r\n    <div class="member">Tammy Schmidt, <span class="position">Chair</span><br />\r\n    	<span class="organization">Peoria Zoo, Peoria, IL</span></div>\r\n    <div class="contact"><a href="">Send Tammy an email</a></div>\r\n\r\n<h3 class="committee"><a href="/about/committees/conservation/">Conservation Committee</a></h3>\r\n    <div class="member">Penny Jolly, <span class="position">Co-Chair</span><br />\r\n    	<span class="organization">Disney\'s Animal Kingdom</span></div>\r\n    <div class="contact"><a href="">Send Penny an email</a></div>\r\n    <div class="member">Amanda Kamradt, <span class="position">Co-Chair</span><br />\r\n    	<span class="organization">Houston Zoo</span></div>\r\n    <div class="contact"><a href="">Send Amanda an email</a></div>', 'Committees', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2009-05-26 21:55:24', '2009-05-27 02:55:24', '', 12, 'http://dev.aazk.org/uncategorized/12-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (160, 1, '2009-05-26 22:07:50', '2009-05-27 03:07:50', '<h3>Conference Program Chair</h3>\r\n<img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /> Ed Hansen\r\n<h3>Upcoming AAZK Conferences:</h3>\r\n<!--more-->\r\n\r\n \r\n<ul>\r\n	<li><strong>2013: </strong>Asheboro, NC - September 22-26</li>\r\n	<li><strong>2014: </strong>Orlando, FL - September 8-12</li>\r\n	<li><strong>2015:</strong> St. Louis, MO - September 27 - October 1</li>\r\n</ul>\r\n<strong></strong>\r\n\r\n<strong></strong>\r\n\r\n<strong></strong>', 'Annual AAZK Conferences', 0, '', 'draft', 'closed', 'closed', '', 'annual-aazk-conferences', '', '', '2013-09-23 10:37:00', '2013-09-23 15:37:00', '', 12, 'http://dev.aazk.org/?page_id=160', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2863, 1, '2013-11-25 23:08:03', '2013-11-26 04:08:03', '<h3>Committees</h3>\r\nDedicated to professional animal care, the vision of AAZK is to provide resources for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function please log in to the Members Only Page and open the Committees and Program tab.\r\n<div class="first sixcol">\r\n<h4><i class="left icon-trophy"></i> Awards Committee</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards’ criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award’s recipients each year at the National Conference.\r\n</a>\r\n<div class="hr"></div>\r\n<h4><i class="left icon-lamp"></i> Behavioral Husbandry Committee</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n</a>\r\n<div class="hr"></div>\r\n<h4><i class="left icon-mic"></i> Communication Committee</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership. The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n<div class="hr"></div>\r\n<h4><i class="left icon-heart"></i> Conservation Committee</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h4><i class="left icon-doc-text-inv"></i> Ethics Committee</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n</a>\r\n<div class="hr"></div>\r\n<h4><i class="left icon-chart-bar"></i> Grants Committee</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<div class="hr"></div>\r\n<h4><i class="left icon-graduation-cap"></i> Professional Development Committee</h4>\r\nAAZK’s Professional Development Committee’s mission is to provide a resource for National AAZK members to explore continuing education opportunities. Our goal is concentrate on continuing education through online training courses and conference workshops. Online courses can be found at the <a href="http://sdzglobalacademy.org/courses.html" target="_blank">San Diego Zoo Global Academy courses</a>. Over 200 self-directed courses are offered. Conferences are held annually and delegates are provided with paper presentations, posters sessions, and a variety of workshops to meet everyone’s needs. Workshops can be lecture based or hands on.\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<h3>Programs</h3>\r\nDedicated to professional animal care, the vision of AAZK is to provide resources through internal, national and international Programs. Our Programs are developed to further this vision. To learn about AAZK Programs please click on one of the links below.\r\n<div class="first sixcol">\r\n<h4><i class="left icon-users"></i> Bylaws Program</h4>\r\nThe Program Manager annually reviews the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. When developing new Bylaws, the Program expands to a Member Committee consisting of five members, two of which shall be member of the Board of Directors. (If you would like a copy of the Association’s Bylaws please <a href="[homeurl]/contact/">contact</a> the Administrative Office.)\r\n<div class="hr"></div>\r\n<h4><i class="left icon-globe"></i> International Congress of Zoo Keepers Program</h4>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n</div>\r\n<div class="last sixcol">\r\n<h4><i class="left icon-star"></i> National Zoo Keeper Week Program</h4>\r\nAs the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n<div class="hr"></div>\r\n<h4><i class="left icon-leaf"></i> Trees for You and Me Program</h4>\r\nTrees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. Every year, the effort has a local focus. Gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, AAZK believes drawing attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n\r\n</div>', 'Committees and Programs', 0, '', 'inherit', 'closed', 'closed', '', '12-autosave-v1', '', '', '2013-11-25 23:08:03', '2013-11-26 04:08:03', '', 12, 'http://aazk.org/uncategorized/12-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (161, 1, '2009-05-26 22:07:39', '2009-05-27 03:07:39', '<h3>Upcoming AAZK Conferences:</h3>\n\n<ul>\n    <li><strong>2009:</strong> Joint AAZK/ICZ Conference in Seattle, WA ­ Woodland Park Zoo - September 24-29, 2009</li>\n    <li><strong>2010:</strong> Philadelphia, PA­ Philadelphia Zoo- TBA</li>\n    <li><strong>2011:</strong> San Diego, CA - San Diego Zoo - TBA</li>\n</ul>', 'Annual AAZK Conferences', 0, '', 'inherit', 'closed', 'closed', '', '160-revision', '', '', '2009-05-26 22:07:39', '2009-05-27 03:07:39', '', 160, 'http://dev.aazk.org/uncategorized/160-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (162, 1, '2009-05-26 22:07:50', '2009-05-27 03:07:50', '<h3>Upcoming AAZK Conferences:</h3>\r\n\r\n<ul>\r\n    <li><strong>2009:</strong> Joint AAZK/ICZ Conference in Seattle, WA ­ Woodland Park Zoo - September 24-29, 2009</li>\r\n    <li><strong>2010:</strong> Philadelphia, PA­ Philadelphia Zoo- TBA</li>\r\n    <li><strong>2011:</strong> San Diego, CA - San Diego Zoo - TBA</li>\r\n</ul>', 'Annual AAZK Conferences', 0, '', 'inherit', 'closed', 'closed', '', '160-revision-2', '', '', '2009-05-26 22:07:50', '2009-05-27 03:07:50', '', 160, 'http://dev.aazk.org/uncategorized/160-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (163, 1, '2009-05-26 22:14:19', '2009-05-27 03:14:19', 'Zoo Keeper Grants in Zoology, Proposal Guidelines and Instructions\r\n<h4>Purpose</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<div class="hr"></div>\r\n<h4>Qualifications</h4>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are professional\r\nmembers of AAZK, INC. in good standing, are eligible to receive grants. Researchers\r\nother than zoo keepers may participate in the funded studies. The principal\r\ninvestigator, however, must be a keeper/aquarist.\r\n<div class="hr"></div>\r\n<h4>Restrictions</h4>\r\nThe committee will not fund any invasive biological studies, or any study\r\nthat may cause an animal undue or prolonged discomfort or harm.\r\n\r\nAllowable expenses include equipment, supplies and other costs such as library\r\nfees, computer time, etc. Expenses that are not allowed include travel and\r\ntelephone costs, animal purchases and wages for research participants. Grant\r\nrecipients will be reimbursed for research expenses upon presentation of receipts.\r\nOnly in unusual circumstances, and only with Board approval, will grant recipients\r\nbe advanced funds. In such cases, receipts will be required as soon as they\r\nare available. Upon completion of the study, all equipment purchased with\r\nAAZK funds becomes the property of AAZK, Inc. and must be forwarded to the\r\ncommittee unless other arrangements have been approved.\r\n\r\nFailure to comply with any of these regulations may result in the revocation\r\nof the grant at any time.\r\n<div class="hr"></div>\r\n<h4>Grants Committee Chair</h4>\r\n<div class="first sixcol"><img class="aligncenter size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /> Shelly Roach - <em>Columbus Zoo and Aquarium</em></div>\r\n<div class="clear"></div>\r\n<div class="hr"></div>\r\n<h4>Available Grants</h4>\r\n<a class="button" href="http://www.aecetia.net/gws/aazk/committee/grants-committee/grants/">View Available Grants</a>\r\n<h4>Applications</h4>\r\n<a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/CPR-Grant-Application.docx"><i class="icon-download"></i>CPR Grant Application</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Grant.docx">Professional Development Grant</a>\r\n\r\n<a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Research-Grant-Application.docx"><i class="icon-download"></i>Research Grant Application</a>', 'Grants Committee', 0, '', 'publish', 'closed', 'closed', '', 'grants-committee', '', '', '2014-08-18 14:28:42', '2014-08-18 19:28:42', '', 12, 'http://dev.aazk.org/?page_id=163', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (164, 1, '2009-05-26 22:09:40', '2009-05-27 03:09:40', '', 'Grants Committee', 0, '', 'inherit', 'closed', 'closed', '', '163-revision-v1', '', '', '2009-05-26 22:09:40', '2009-05-27 03:09:40', '', 163, 'http://dev.aazk.org/uncategorized/163-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (165, 1, '2009-05-26 22:14:19', '2009-05-27 03:14:19', '<p>American Association of Zoo Keepers, Inc.<br>\r\nZoo Keeper Grants in Zoology<br>\r\nPROPOSAL GUIDELINES AND INSTRUCTIONS</strong></p>\r\n\r\n<h3>Purpose</h3>\r\n<p>The purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.</p>\r\n\r\n<h3>Qualifications</h3>\r\n\r\n<p>Full-time keepers/aquarists in zoological parks and aquariums, who are professional \r\nmembers of AAZK, INC. in good standing, are eligible to receive grants. Researchers \r\nother than zoo keepers may participate in the funded studies. The principal \r\ninvestigator, however, must be a keeper/aquarist.</p>\r\n\r\n<h3>Restrictions</h3>\r\n\r\n<p>The committee will not fund any invasive biological studies, or any study \r\nthat may cause an animal undue or prolonged discomfort or harm.</p>\r\n\r\n<p> Allowable expenses include equipment, supplies and other costs such as library \r\nfees, computer time, etc. Expenses that are not allowed include travel and \r\ntelephone costs, animal purchases and wages for research participants. Grant \r\nrecipients will be reimbursed for research expenses upon presentation of receipts. \r\nOnly in unusual circumstances, and only with Board approval, will grant recipients \r\nbe advanced funds. In such cases, receipts will be required as soon as they \r\nare available. Upon completion of the study, all equipment purchased with \r\nAAZK funds becomes the property of AAZK, Inc. and must be forwarded to the \r\ncommittee unless other arrangements have been approved.</p>\r\n\r\n<p>Failure to comply with any of these regulations may result in the revocation \r\nof the grant at any time.</p>', 'Grants Committee', 0, '', 'inherit', 'closed', 'closed', '', '163-revision-v1', '', '', '2009-05-26 22:14:19', '2009-05-27 03:14:19', '', 163, 'http://dev.aazk.org/uncategorized/163-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (166, 2, '2014-08-18 14:27:54', '2014-08-18 19:27:54', 'Zoo Keeper Grants in Zoology, Proposal Guidelines and Instructions\n<h4>Purpose</h4>\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\n<div class="hr"></div>\n<h4>Qualifications</h4>\nFull-time keepers/aquarists in zoological parks and aquariums, who are professional\nmembers of AAZK, INC. in good standing, are eligible to receive grants. Researchers\nother than zoo keepers may participate in the funded studies. The principal\ninvestigator, however, must be a keeper/aquarist.\n<div class="hr"></div>\n<h4>Restrictions</h4>\nThe committee will not fund any invasive biological studies, or any study\nthat may cause an animal undue or prolonged discomfort or harm.\n\nAllowable expenses include equipment, supplies and other costs such as library\nfees, computer time, etc. Expenses that are not allowed include travel and\ntelephone costs, animal purchases and wages for research participants. Grant\nrecipients will be reimbursed for research expenses upon presentation of receipts.\nOnly in unusual circumstances, and only with Board approval, will grant recipients\nbe advanced funds. In such cases, receipts will be required as soon as they\nare available. Upon completion of the study, all equipment purchased with\nAAZK funds becomes the property of AAZK, Inc. and must be forwarded to the\ncommittee unless other arrangements have been approved.\n\nFailure to comply with any of these regulations may result in the revocation\nof the grant at any time.\n<div class="hr"></div>\n<h4>Grants Committee Chair</h4>\n<div class="first sixcol"><img class="aligncenter size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /> Shelly Roach - <em>Columbus Zoo and Aquarium</em></div>\n<div class="clear"></div>\n<div class="hr"></div>\n<h4>Available Grants</h4>\n<a class="button" href="http://www.aecetia.net/gws/aazk/committee/grants-committee/grants/">View Available Grants</a>\n<h4>Applications</h4>\n<a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/CPR-Grant-Application.docx"><i class="icon-download"></i>CPR Grant Application</a>\n\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Grant-Master-Draft.docx">Professional Development Grant Master Draft</a>\n\n<a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Research-Grant-Application.docx"><i class="icon-download"></i>Research Grant Application</a>', 'Grants Committee', 0, '', 'inherit', 'closed', 'closed', '', '163-autosave-v1', '', '', '2014-08-18 14:27:54', '2014-08-18 19:27:54', '', 163, 'http://dev.aazk.org/uncategorized/163-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (167, 1, '2009-05-26 22:15:32', '2009-05-27 03:15:32', '<p>American Association of Zoo Keepers, Inc.<br>\r\nZoo Keeper Grants in Zoology<br>\r\nProposal Guidelines and Instructions</strong></p>\r\n\r\n<h3>Purpose</h3>\r\n<p>The purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.</p>\r\n\r\n<h3>Qualifications</h3>\r\n\r\n<p>Full-time keepers/aquarists in zoological parks and aquariums, who are professional \r\nmembers of AAZK, INC. in good standing, are eligible to receive grants. Researchers \r\nother than zoo keepers may participate in the funded studies. The principal \r\ninvestigator, however, must be a keeper/aquarist.</p>\r\n\r\n<h3>Restrictions</h3>\r\n\r\n<p>The committee will not fund any invasive biological studies, or any study \r\nthat may cause an animal undue or prolonged discomfort or harm.</p>\r\n\r\n<p> Allowable expenses include equipment, supplies and other costs such as library \r\nfees, computer time, etc. Expenses that are not allowed include travel and \r\ntelephone costs, animal purchases and wages for research participants. Grant \r\nrecipients will be reimbursed for research expenses upon presentation of receipts. \r\nOnly in unusual circumstances, and only with Board approval, will grant recipients \r\nbe advanced funds. In such cases, receipts will be required as soon as they \r\nare available. Upon completion of the study, all equipment purchased with \r\nAAZK funds becomes the property of AAZK, Inc. and must be forwarded to the \r\ncommittee unless other arrangements have been approved.</p>\r\n\r\n<p>Failure to comply with any of these regulations may result in the revocation \r\nof the grant at any time.</p>', 'Grants Committee', 0, '', 'inherit', 'closed', 'closed', '', '163-revision-v1', '', '', '2009-05-26 22:15:32', '2009-05-27 03:15:32', '', 163, 'http://dev.aazk.org/uncategorized/163-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (168, 1, '2009-05-26 22:27:04', '2009-05-27 03:27:04', '[membership level="0"]\r\n<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $400,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nIn 1990, AAZK began by supporting the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n<h4>Who does BFR support?</h4>\r\n<img class="alignleft" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blackrhinos_004.jpg" alt="Black Rhinos" border="1" hspace="10" vspace="10" /> In Kenya, Africa, BFR supports the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\nRead the Lewa Wildlife Conservancy - 2014 Report to AAZK - <a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lewa-2014-Report-For-AAZK-JULY.pdf">Lewa 2014 Report For AAZK --JULY</a>\r\n\r\n<img class="alignright" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino1.jpg" alt="" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n<h4>Donate</h4>\r\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below.\r\n<div class="first sixcol">\r\n<h6>Total Funds Raised to Date:</h6>\r\n<span style="font-size: 25px;"><b> Over $5,000,000.00!!!!!!!!!!!</b></span>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h6>2014 Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 1.9em;">$134,406.34</span></strong>\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/"><img class="alignnone size-full wp-image-2410" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\r\n[/membership][membership]\r\n<h4>Local Events</h4>\r\n[caption]<img class="alignleft" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x1501.jpg" alt="Program Manager - Patty Pearthree" width="150" height="150" />\r\n<p align="center"><strong>Program Manager - Patty Pearthree</strong></p>\r\n[/caption]\r\n\r\nIf you would like to find out if there will be a BFR event near you have or your event listed, please send your BFR event date &amp; contact information to <strong>Patty Pearthree</strong> at: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">p</a>pear3atgmail.com.\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing" target="_blank">click here</a>.\r\n<div class="clear"></div>\r\n<h3><span style="font-size: 1em;">Total Funds Raised</span></h3>\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 2em;">Over $5,000,000.00 !!!!</span></strong>\r\n<h6>2014 Funds Raised:</h6>\r\n<strong><span style="font-size: 2em;">$134,406.34</span></strong>\r\n\r\n<em><strong>Bowling For Rhinos has broken the $5 million mark and we continue to strive towards attaining our goal of $500,000 per year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send your organization\'s contact person/contact information ASAP along with the date of your event to our national BFR Coordinator.\r\n<h4>Chapters</h4>\r\nPlease forward all <strong>event information</strong>, <strong>event monies</strong> and <strong>registration fees </strong>to Patty Pearthree.\r\n\r\n<strong>Please make Checks payable to:</strong>\r\n\r\n<strong>AAZK/BFR</strong>\r\n\r\nSend to:\r\nPatty Pearthree\r\nc/o BFR\r\n318 Montibello Drive\r\nCary, NC  27513\r\n\r\n<strong>Chapters</strong> - Please do not utilize the "<strong>Donation</strong>" button on the Home page to forward <strong>event monies</strong> <em>or</em> <strong>registration fees</strong>\r\n<h4>Email Group</h4>\r\nThere is a new Yahoo groups email for <em>Bowling For Rhino</em> Coordinators. If you would like to be part of this email group, please email <strong>Barbie Wilson</strong> at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n\r\nPlease contact <strong>Patty Pearthree</strong>: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n<pre><i class="icon-attention"></i> Applications being accepted for the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></pre>\r\n<h4>Who does BFR support?</h4>\r\nBFR supports the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa. In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>. BFR also supports <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home. Many organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n<h4>Chapter Totals</h4>\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3" target="_blank">here</a>.\r\n<h4>Sponsorship Form</h4>\r\n<a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet1.pdf" target="_blank"><i class="icon-download"></i> Download Sponsorship Form</a>\r\n<h2>Bowling for Rhinos Awards - 2013</h2>\r\n<strong>Conservation Resource Grant</strong> RhiNOremedy\r\n<h3>Top Individual Fundraisers – Bowling for Rhinos 2013</h3>\r\n<strong>Mike Bona</strong> - Los Angeles Chapter, Lewa trip winner\r\n<strong>Ann Knutson</strong> - San Diego Chapter, Lewa trip winner\r\n<strong>Kenton Kerns</strong> - National Capital Chapter, Indonesia trip winner\r\nCrystal Butler - Oklahoma City Chapter, Indonesia trip winner\r\n<strong>Jim Haigwood</strong> - Los Angeles Chapter, Honorary trip winner\r\n<h3>Top Chapter Fundraiser - 2013</h3>\r\n<strong>Portland AAZK Chapter.</strong> Chapter Award[/membership]', 'Bowling for Rhinos', 0, '', 'publish', 'closed', 'closed', '', 'bowling-for-rhinos', '', '', '2014-08-19 11:33:20', '2014-08-19 16:33:20', '', 0, 'http://dev.aazk.org/?page_id=168', 1, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3371, 1, '2013-10-23 14:42:36', '2013-10-23 19:42:36', '<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos. In 1990, AAZK began by supporting the <a href="http://www.lewa.org/" target="_blank">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<img src="[homeurl]/wp-content/uploads/blackrhinos_004.jpg" border="1" alt="Black Rhinos" hspace="10" vspace="10" class="alignleft" /> In Kenya, Africa, BFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img src="[homeurl]/wp-content/uploads/sumatranrhino1.jpg" alt="" class="alignright" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000 per year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send your organization\'s contact person/contact information ASAP along with the date of your event to our national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\n', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-10-23 14:42:36', '2013-10-23 19:42:36', '', 168, 'http://web3.gowebsolutions.com/~aazook/uncategorized/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3368, 1, '2013-10-23 14:30:31', '2013-10-23 19:30:31', '<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos. In 1990, AAZK began by supporting the <a href="http://www.lewa.org/" target="_blank">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<img src="[homeurl]/wp-content/uploads/blackrhinos_004.jpg" border="1" alt="Black Rhinos" hspace="10" vspace="10" class="alignleft" /> In Kenya, Africa, BFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img src="[homeurl]/wp-content/uploads/sumatranrhino1.jpg" alt="" class="alignright" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000 per year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send your organization\'s contact person/contact information ASAP along with the date of your event to our national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\n<h4>Email Group</h4>\r\nThere is a new Yahoo groups email for <em>Bowling For Rhino</em> Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<h4>Local Events</h4>\r\nIf you would like to find out if there will be a BFR event near you have or your event listed, please send your BFR event date &amp; contact information to Patty Pearthree at: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing">click here</a>.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-10-23 14:30:31', '2013-10-23 19:30:31', '', 168, 'http://web3.gowebsolutions.com/~aazook/uncategorized/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3364, 1, '2013-10-23 12:29:51', '2013-10-23 17:29:51', '<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos. In 1990, AAZK began by supporting the <a href="http://www.lewa.org/" target="_blank">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="Black Rhinos" hspace="10" vspace="10" class="alignleft" /> In Kenya, Africa, BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" class="alignright" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000 per year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send your organization\'s contact person/contact information ASAP along with the date of your event to our national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\n<h4>Email Group</h4>\r\nThere is a new Yahoo groups email for <em>Bowling For Rhino</em> Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<h4>Local Events</h4>\r\nIf you would like to find out if there will be a BFR event near you have or your event listed, please send your BFR event date &amp; contact information to Patty Pearthree at: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing">click here</a>.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-10-23 12:29:51', '2013-10-23 17:29:51', '', 168, 'http://web3.gowebsolutions.com/~aazook/uncategorized/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3304, 1, '2013-10-18 18:17:47', '2013-10-18 23:17:47', '<pre><i class="icon-attention"></i> Applications being accepted for the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></pre>\r\n\r\n<h4>Program Manager - Patty Pearthree</h4>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> <a href="/committee/bowling-for-rhinos/bfr-donation/"><img class="alignright size-full wp-image-2410" title="donate_button" src="http://aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\r\n<h3>Total Funds Raised to Date:</h3>\r\n<h4>$4,321,808.48</h4>\r\n<h3>2012 Funds Raised:</h3>\r\n<h4>$337,191.09</h4>\r\n<span class="alert-info"><em> - this is a new record for amount raised in a year!</em></span>\r\n\r\n<h3>Purpose</h3>\r\nThe AAZK Bowling for Rhinos program provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s <strong>Bowling for Rhinos</strong> fund raiser began on a small scale and is now the signature conservation effort of AAZK.  BFR events  across North America  raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal  of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.   In 1990, AAZK began by supporting the Lewa Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the Program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="Black Rhinos" hspace="10" vspace="10" class="alignleft" /> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" class="alignright" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\nCheck the calendar below to see if there is a local event in your area. If you would like to have your event listed, please send your BFR event date &amp; contact info to: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing">click here</a>.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-10-18 18:17:47', '2013-10-18 23:17:47', '', 168, 'http://web3.gowebsolutions.com/~aazook/uncategorized/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3301, 1, '2013-10-18 18:13:02', '2013-10-18 23:13:02', '<p class="alert-help"><i class="icon-attention"></i>Applications being accepted for the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></p>\r\n<h3>Program Manager - Patty Pearthree</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> <a href="/committee/bowling-for-rhinos/bfr-donation/"><img class="alignright size-full wp-image-2410" title="donate_button" src="http://aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\r\n<h3>Total Funds Raised to Date:</h3>\r\n<h4>$4,321,808.48</h4>\r\n<h3>2012 Funds Raised:</h3>\r\n<h4>$337,191.09</h4>\r\n<span class="alert-info"><em> - this is a new record for amount raised in a year!</em></span>\r\n\r\n<h3>Purpose</h3>\r\nThe AAZK Bowling for Rhinos program provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s <strong>Bowling for Rhinos</strong> fund raiser began on a small scale and is now the signature conservation effort of AAZK.  BFR events  across North America  raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal  of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.   In 1990, AAZK began by supporting the Lewa Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the Program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="Black Rhinos" hspace="10" vspace="10" class="alignleft" /> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" class="alignright" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\nCheck the calendar below to see if there is a local event in your area. If you would like to have your event listed, please send your BFR event date &amp; contact info to: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\n<iframe src="https://www.google.com/calendar/embed?showTz=0&amp;height=480&amp;wkst=1&amp;bgcolor=%23cc6600&amp;src=i632h1mj6669n3peqanca9mjmo%40group.calendar.google.com&amp;color=%23B1440E&amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="640" height="480" frameborder="0" scrolling="no"></iframe>\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing">click here</a>.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-10-18 18:13:02', '2013-10-18 23:13:02', '', 168, 'http://web3.gowebsolutions.com/~aazook/uncategorized/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3094, 1, '2013-10-14 14:33:38', '2013-10-14 19:33:38', '<p class="alert-yellow">Applications being accepted for the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></p>\r\n<h3>Program Manager - Patty Pearthree</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> <a href="/committee/bowling-for-rhinos/bfr-donation/"><img class="alignright size-full wp-image-2410" title="donate_button" src="http://aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\r\n<h4>Total Funds Raised to Date:<h4>\r\n<span>$4,321,808.48</span>\r\n<p><strong><strong>2012 Funds Raised: <span><em>$337,191.09 - this is a new record for amount raised in a year!</em></span></p>\r\n<strong>Purpose</strong>\r\n\r\nThe AAZK Bowling for Rhinos program provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s <strong>Bowling for Rhinos</strong> fund raiser began on a small scale and is now the signature conservation effort of AAZK.  BFR events  across North America  raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal  of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.   In 1990, AAZK began by supporting the Lewa Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the Program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"><img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"><img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\nCheck the calendar below to see if there is a local event in your area. If you would like to have your event listed, please send your BFR event date &amp; contact info to: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\n<iframe src="https://www.google.com/calendar/embed?showTz=0&amp;height=480&amp;wkst=1&amp;bgcolor=%23cc6600&amp;src=i632h1mj6669n3peqanca9mjmo%40group.calendar.google.com&amp;color=%23B1440E&amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="640" height="480" frameborder="0" scrolling="no"></iframe>\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing">click here</a>.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-10-14 14:33:38', '2013-10-14 19:33:38', '', 168, 'http://web3.gowebsolutions.com/~aazook/uncategorized/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (169, 1, '2009-05-26 22:18:55', '2009-05-27 03:18:55', '', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2009-05-26 22:18:55', '2009-05-27 03:18:55', '', 168, 'http://dev.aazk.org/uncategorized/168-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (869, 2, '2009-11-13 08:29:53', '2009-11-13 13:29:53', '', 'img_2828-1', 0, '', 'inherit', 'closed', 'closed', '', 'img_2828-1', '', '', '2009-11-13 08:29:53', '2009-11-13 13:29:53', '', 850, 'http://aazk.org/wp-content/uploads/img_2828-1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (865, 2, '2009-11-12 10:17:18', '2009-11-12 15:17:18', '', 'wagner', 0, '', 'inherit', 'closed', 'closed', '', 'wagner', '', '', '2009-11-12 10:17:18', '2009-11-12 15:17:18', '', 171, 'http://aazk.org/wp-content/uploads/wagner.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (866, 1, '2009-05-31 15:32:25', '2009-05-31 20:32:25', '<h3>Chair</h3>\r\n<p>Denise Wagner - <em>Phoenix Zoo</em></p>\r\n\r\n<h3>Purpose</h3>\r\n<p>This committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.</p>', 'Ethics Committee', 0, '', 'inherit', 'closed', 'closed', '', '171-revision-v1', '', '', '2009-05-31 15:32:25', '2009-05-31 20:32:25', '', 171, 'http://aazk.org/uncategorized/171-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (170, 1, '2009-05-26 22:27:04', '2009-05-27 03:27:04', '<p>Sponsored by Blue Rhino - Coordinator, Patty Pearthree</p>\r\n    \r\n<p>"AAZK\'s Bowling for Rhinos-Sponsored by Blue Rhino" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising over $300,000 annually. In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.</p>\r\n\r\n<p>In 1994 we expanded our funding efforts to include Ujung  Kulon National Park in Java, Indonesia and in 1996 to include Bukit Barisan  Selatan and Way Kambas National Parks in Sumatra, Indonesia. The International Rhino Foundation (IRF) oversees the use of funding in the Indonesian parks in  order to best protect endangered species.</p>\r\n\r\n<p>AAZK Chapters and zookeepers at some zoos which have no  official chapter, hold bowl-a-thons (or similar events), enlisting sponsors for  bowlers and outright cash donations. One hundred percent of the money generated  from this conservation fund raiser goes to protect rhinos.</p>\r\n\r\n<p><strong>Since its inception, Bowling for Rhinos has raised over $3 million for rhino conservation efforts.</strong></p>\r\n\r\n<p>The Bowling for Rhinos (BFR) event has gained momentum  every year and continues to grow in participation and financial success. Over  the past few years, AAZK, Inc. has been able to provide Lewa Wildlife  Conservancy with a single engine spotter airplane, a large transport truck for  the relocation of animals, solar-powered electrical fencing for the preserve,  etc. BFR now supplies part of Lewa\'s $850,000 annual operating budget. BFR  provides much needed boats, uniforms and funding for training and operation  of poaching guards (Rhino Patrol Units) in Indonesia.</p>\r\n  \r\n<p>While the flagship species for this fund raiser  is the rhino, by providing financial assistance for the support of protected  rhino sanctuaries, the project also protects many other species of animals as  well as habitats. More information about Bowling for Rhinos may be found on the  Bowling for Rhino\'s Website:\r\n  <a href="http://www.aazkbfr.org">http://www.aazkbfr.org.</a></p>\r\n  \r\n<p>There is a new Yahoo groups email for Bowling For Rhino  Coordinators. If you would like to be part of this email group, please email  Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>.  This will let you communicate with each other on questions about t-shirts, bowling  alley prices, how to get more support from your zoo, etc. with other BFR  coordinators.</p>\r\n\r\n<h3><a href="http://www.aecetia.net/gws/aazk/committees/safaris.php">Lewa Wildlife Conservancy Safaris</a></h3>\r\n\r\n<h3><a href="/pdf/LWC_CapitalNeeds_2008.pdf">Urgent Capital request from Lewa!</a></h3>\r\n\r\n<p><strong>Bowling For Rhinos  Announcement for 2008</strong></p>\r\n\r\n<p>The distribution of "AAZK\'s Bowling For Rhinos-sponsored by Blue Rhino" funds will follow these guidelines in 2008:</p>\r\n\r\n<p>Blue Rhino Gas donation ($20,000/year - Split 50/50 between LWC and IRF):<br />\r\n$10K to LWC (Lewa Wildlife Conservancy in Kenya)<br />\r\n$10K to IRF (The International Rhino Foundation)</p>\r\n\r\n<p>Funds are added to total BFR (Bowling For Rhinos) share.</p>\r\n\r\n<p>LWC receives the first $150,000 raised by BFR/year, plus $10K from Blue Rhino, guaranteed if BFR funds reach $150,000. All BFR funds over $150,000 will now go directly to The International Rhino Foundation (IRF) for use in the Indonesian Rhino Parks of Ujung Kulon, Way Kambas, and Bukit Barisan Selatan. IRF gets the $10,000 from Blue Rhino added to their share. The AAZK Board of Directors will be discussing the distribution of BFR funds during their Board meetings. They hope to come up with a distribution program of funds that will better suite all parties as BFR continues to grow.</p>\r\n\r\n<p>2007 Bowling For Rhinos events raised over $316,000. This was the best year on record as the increasing trend continues. Congratulations for a fabulous year! Bowling For Rhinos will soon break the $3 million mark and we continue to reach for attaining our goal of $500,000/year! Together AAZK can do it. We have and we will continue to make a difference in the conservation world. Please send me your organization\'s contact person/contact info ASAP along with the date of your event. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation. Please see <a href="http://aazkbfr.org/">http://aazkbfr.org</a> or contact Patty Pearthree: <a href="mailto:ppear3@pear3.org">ppear3@pear3.org</a>. We hope to merge the BFR website onto the AAZK this year. </p>', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2009-05-26 22:27:04', '2009-05-27 03:27:04', '', 168, 'http://dev.aazk.org/uncategorized/168-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (171, 1, '2009-05-26 22:30:40', '2009-05-27 03:30:40', '<h4>Purpose</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Vice President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n<div class="hr"></div>\r\n<h4>Committee Chair</h4>\r\n<div class="first sixcol">\r\n\r\n<img class="aligncenter" title="penny" alt="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny.jpg" width="186" height="209" />\r\n<p align="center">Penny Jolly - <em>Disney\'s Animal Kingdom</em></p>\r\n\r\n</div>\r\n<div id="inner-links"></div>', 'Ethics', 0, '', 'publish', 'closed', 'closed', '', 'ethics-committee', '', '', '2014-04-15 12:26:33', '2014-04-15 17:26:33', '', 12, 'http://dev.aazk.org/?page_id=171', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (172, 1, '2009-05-26 22:29:36', '2009-05-27 03:29:36', '', 'Ethics Committee', 0, '', 'inherit', 'closed', 'closed', '', '171-revision-v1', '', '', '2009-05-26 22:29:36', '2009-05-27 03:29:36', '', 171, 'http://dev.aazk.org/uncategorized/171-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (173, 1, '2009-05-26 22:32:33', '2009-05-27 03:32:33', '<h4>Purpose</h4>\r\nThe Manager of the Bylaws shall annually review the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. If required a Committee will be convened by the Association President to draft the Bylaw revisions. The committee consists of a minimum of five members, two of which shall be member of the Board of Directors. Appointments are made at the discretion of the President. If you would like a copy of the Association’s Bylaws please contact the Administrative Office.\r\n<div class="hr"></div>\r\n<h4>Manager</h4>\r\n<div class="first sixcol"><img class="aligncenter" title="rickotarsky" src="http://aecetia.net/gws/aazk/wp-content/uploads/rickotarsky.jpg" alt="rickotarsky" width="131" height="150" />\r\n<p align="center">Ric Kotarsky - <em>Tulsa Zoo</em></p>\r\n\r\n</div>\r\n<div id="inner-links"></div>', 'Bylaws', 0, '', 'publish', 'closed', 'closed', '', 'bylaws-committee', '', '', '2014-05-12 11:29:23', '2014-05-12 16:29:23', '', 12, 'http://dev.aazk.org/?page_id=173', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (174, 1, '2009-05-26 22:31:48', '2009-05-27 03:31:48', '', 'Bylaws Committee', 0, '', 'inherit', 'closed', 'closed', '', '173-revision-v1', '', '', '2009-05-26 22:31:48', '2009-05-27 03:31:48', '', 173, 'http://dev.aazk.org/uncategorized/173-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (178, 1, '2009-05-26 23:01:29', '2009-05-27 04:01:29', '<h4>Purpose</h4>\r\n<img class="alignleft wp-image-1132" title="Professional Development Committee Logo" alt="Professional Development Committee Logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="130" /> The Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\nThe Passerine Husbandry Workshop taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom. This a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds. <img class="alignright" title="Passerine Husbandry Workshop" alt="Passerine Husbandry Workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="125" />\r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo. This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry. This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry.\r\n<div class="first sixcol">\r\n\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" /> Dr. Robert Webster giving one of many bird husbandry talks[/caption]\r\n\r\n</div>\r\n<div class="sixcol">\r\n\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="alignright size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" /> Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge[/caption]\r\n\r\n</div>\r\n<h4>The Future</h4>\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n<h4>Professional Development Committee Members</h4>\r\n<div class="first sixcol">\r\n<p align="center"><strong>Co-Chair</strong></p>\r\n<img class="aligncenter" alt="Melaina Wallace - Disney\'s Animal Kingdom" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/melaina3.jpg" width="150" height="159" />\r\n<p align="center">Melaina Wallace - <em>Disney\'s Animal Kingdom</em></p>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<p align="center"><strong>Co-Chair</strong></p>\r\n<img class="aligncenter" alt="No Image Available" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/no-img.jpg" />\r\n<p align="center">Ellen Vossekull - <em>Utah\'s Hogle Zoo</em></p>\r\n\r\n</div>\r\n<div class="first sixcol"><strong>Victor Alm</strong>\r\n<em>Oakland Zoo</em>\r\n<strong>Leanne Blinco</strong>\r\n<em>Disney\'s Animal Kingdom</em>\r\n<strong>Mike Murray</strong>\r\n<em>Cleveland Metroparks Zoo</em>\r\n<strong>Aaron Jesue</strong>\r\n<em>North Carolina Zoo</em>\r\n<strong>Eunice Hui</strong>\r\n<em>CuriOdyssey</em>\r\n<strong>Dawn Sohr</strong>\r\n<em>Brookfield Zoo</em>\r\n<strong>Andrew Rowan</strong>\r\n<em>Denver Zoo</em></div>\r\n<div class="last sixcol"><strong>Anthony Nielsen</strong>\r\n<em>Lincoln Park Zoo</em>\r\n<strong>T\'noya Thopmson Gonzales</strong>\r\n<em>Moody Gardens</em>\r\n<strong>Chris Mooney</strong>\r\n<em>San Diego Zoo</em>\r\n<strong>Sasha Stallard</strong>\r\n<em>San Diego Zoo\'s Safari Park</em>\r\n<strong>Janee Thill</strong>\r\n<em>Sequoia Park Zoo</em>\r\n<strong>Emily Merola</strong>\r\n<em>Utah\'s Hogle Zoo</em></div>', 'Professional Development Committee', 0, '', 'publish', 'closed', 'closed', '', 'professional-development-committee', '', '', '2014-04-08 15:34:42', '2014-04-08 20:34:42', '', 12, 'http://dev.aazk.org/?page_id=178', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3600, 1, '2013-10-28 17:50:09', '2013-10-28 22:50:09', '<h4>Purpose</h4>\r\n<img class="alignleft wp-image-1132" title="Professional Development Committee Logo" alt="Professional Development Committee Logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="130" /> The Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\nThe Passerine Husbandry Workshop taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom. This a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds. <img class="alignright" title="Passerine Husbandry Workshop" alt="Passerine Husbandry Workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="125"/> \r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo. This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry. This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. \r\n\r\n<div class="first sixcol">\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" /> Dr. Robert Webster giving one of many bird husbandry talks[/caption]\r\n</div>\r\n<div class="sixcol">\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="alignright size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" /> Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge[/caption]\r\n</div>\r\n\r\n<h4>The Future</h4>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<h4>Professional Development Committee Members</h4>\r\n<div class="first sixcol">\r\n <p align="center"><strong>Chair</strong></p>\r\n<img class="aligncenter" alt="Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> <p align="center">Melaina Wallace - <em>Disney\'s Animal Kingdom</em></p>\r\n</div>\r\n<div class="last sixcol">\r\n <p align="center"><strong>Board Oversight</strong></p>\r\n<img src="[homeurl]/wp-content/uploads/no-img.jpg" class="aligncenter" alt="No Image Available">\r\n <p align="center">Bob Cisneros - <em>AAZK President</em></p>\r\n</div>\r\n\r\n<div class="first sixcol">\r\nSan Diego Zoo\r\nMelaina Wallace - Co-chair\r\nDisney\'s Animal Kingdom\r\nEllen Vossekull - Co-Chair\r\nUtah\'s Hogle Zoo\r\nVictor Alm\r\nOakland Zoo\r\nLeanne Blinco\r\nDisney\'s Animal Kingdom\r\nMike Murray\r\nDenver Zoo\r\nAaron Jesue\r\nNorth Carolina Zoo\r\nEunice Hui\r\nCuriOdyssey\r\nDawn Sohr\r\n</div>\r\n<div class="last sixcol">\r\nBrookfield Zoo\r\nAndrew Rowan\r\nDenver Zoo\r\nAnthony Nielsen\r\nLincoln Park Zoo\r\nT\'noya Thopmson Gonzales\r\nMoody Gardens\r\nChris Mooney\r\nSan Diego Zoo\r\nSasha Stallard\r\nSan Diego Zoo\'s Safari Park\r\nJanee Thill\r\nSequoia Park Zoo\r\nEmily Merola\r\nUtah\'s Hogle Zoo\r\n</div>', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-28 17:50:09', '2013-10-28 22:50:09', '', 178, 'http://web3.gowebsolutions.com/~aazook/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3316, 1, '2013-10-21 15:28:53', '2013-10-21 20:28:53', '<h3>Purpose</h3>\r\n<img class="alignleft size-medium wp-image-1132" title="pdc_color_logo" alt="Professional Development Committee Logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="120" /> The Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\n<img class=" wp-image-1814 alignright" title="pass_workshop" alt="pass_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="225" height="300" /> The Passerine Husbandry Workshop taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom. This a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds. PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website.\r\n\r\n[caption id="attachment_1815" align="alignleft" width="300"]<img class="size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" />Dr. Robert Webster giving one of many bird husbandry talks[/caption] The Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo. This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry. This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website.\r\n\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="alignright size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" />Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge[/caption]\r\n\r\n<strong>The Future</strong>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<h3>Chair</h3>\r\n<img class="size-full wp-image-2550" alt=" Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>[/caption]\r\n\r\n<h4>Professional Development Committee Members</h4>\r\nBob Cisneros - AAZK President\r\n\r\n<strong>Board Oversight</strong>\r\nSan Diego Zoo\r\nMelaina Wallace - Co-chair\r\nDisney\'s Animal Kingdom\r\nEllen Vossekull - Co-Chair\r\nUtah\'s Hogle Zoo\r\nVictor Alm\r\nOakland Zoo\r\nLeanne Blinco\r\nDisney\'s Animal Kingdom\r\nMike Murray\r\nDenver Zoo\r\nAaron Jesue\r\nNorth Carolina Zoo\r\nEunice Hui\r\n[/col][col w="6"]CuriOdyssey\r\nDawn Sohr\r\nBrookfield Zoo\r\nAndrew Rowan\r\nDenver Zoo\r\nAnthony Nielsen\r\nLincoln Park Zoo\r\nT\'noya Thopmson Gonzales\r\nMoody Gardens\r\nChris Mooney\r\nSan Diego Zoo\r\nSasha Stallard\r\nSan Diego Zoo\'s Safari Park\r\nJanee Thill\r\nSequoia Park Zoo\r\nEmily Merola\r\nUtah\'s Hogle Zoo[/col]', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-21 15:28:53', '2013-10-21 20:28:53', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2870, 2, '2012-01-18 14:26:36', '2012-01-18 19:26:36', '<h5>You can join as a new member or renew your current membership below. For those wishing to mail in their membership application you can download the application <a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf">here</a>. For those wishing to sign up or renew on the website please utilize the buttons below.</h5>\r\n<div class="membership">\r\n<h3>US Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Professional Membership" /> <input name="item_number" type="hidden" value="us-professional" /> <input name="amount" type="hidden" value="45.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$45 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Affiliate Membership" /> <input name="item_number" type="hidden" value="us-affiliate" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Student Membership" /> <input name="item_number" type="hidden" value="us-student" /> <input name="amount" type="hidden" value="30.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$30 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Individuals Contributing" /> <input name="item_number" type="hidden" value="us-individual" /> <input name="amount" type="hidden" value="70.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Canadian Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Professional Membership" /> <input name="item_number" type="hidden" value="cad-professional" /> <input name="amount" type="hidden" value="50.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$50 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Affiliate Membership" /> <input name="item_number" type="hidden" value="cad-affiliate" /> <input name="amount" type="hidden" value="50.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$50 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Student Membership" /> <input name="item_number" type="hidden" value="cad-student" /> <input name="amount" type="hidden" value="35.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$35 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Individuals Contributing" /> <input name="item_number" type="hidden" value="cad-individual" /> <input name="amount" type="hidden" value="70.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Commercial Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Commercial Membership" /> <input name="item_number" type="hidden" value="commercial" /> <input name="amount" type="hidden" value="150.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$150 - Commercial Membership</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/commercial-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<strong>The following membership types require verification of your organization\'s information and/or approval by the AAZK Board.</strong>\r\n<h3>Institutional Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$150 - Institutional Membership</div>\r\n<div class="details">requires AAZK Board approval</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/institutional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<h3>Library Only</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$45 - Institutional</div>\r\n<div class="details">Available only to public &amp; university libraries</div>\r\n</div>\r\n</div>\r\n<h3>International Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$60 - International Membership</div>\r\n<div class="details">All members outside U.S. &amp; Canada regardless of category</div>\r\n</div>\r\n</div>\r\nPrint and mail applications to:\r\n\r\n<strong>AAZK Administrative Offices\r\n3601 S.W. 29th, Suite 133\r\nTopeka, KS 66614</strong>\r\n\r\nMake checks/money orders payable to <strong>AAZK, Inc</strong>\r\nMust be in U.S. FUNDS ONLY.\r\n\r\nMembership includes a subscription to Animal Keepers\' Forum. The membership card is good for free admission to many zoos and aquariums in the U.S. and Canada.</div>', 'Join/Renew AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2012-01-18 14:26:36', '2012-01-18 19:26:36', '', 17, 'http://aazk.org/uncategorized/17-revision-29/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (179, 1, '2009-05-26 23:01:19', '2009-05-27 04:01:19', '<p>Chair, Melaina Wallace</p>\n\n<p>The Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership  and educational opportunities for all National AAZK members. The committee is comprised of 10 members.</p>\n\n<h3>Current Projects:</h3>\n\n<ul>\n    <li>We are working with the conference organizers to development workshops for the 2009 conference.</li>\n    <li>We are looking into the possibities for Keeper Certification/Qualification Program.</li>\n</ul>', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2009-05-26 23:01:19', '2009-05-27 04:01:19', '', 178, 'http://dev.aazk.org/uncategorized/178-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (180, 1, '2009-05-26 23:01:29', '2009-05-27 04:01:29', '<p>Chair, Melaina Wallace</p>\r\n\r\n<p>The Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership  and educational opportunities for all National AAZK members. The committee is comprised of 10 members.</p>\r\n\r\n<h3>Current Projects:</h3>\r\n\r\n<ul>\r\n    <li>We are working with the conference organizers to development workshops for the 2009 conference.</li>\r\n    <li>We are looking into the possibities for Keeper Certification/Qualification Program.</li>\r\n</ul>', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2009-05-26 23:01:29', '2009-05-27 04:01:29', '', 178, 'http://dev.aazk.org/uncategorized/178-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (181, 1, '2009-05-26 23:02:58', '2009-05-27 04:02:58', '<p>Chair, Melaina Wallace</p>\r\n\r\n<p>The Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership  and educational opportunities for all National AAZK members. The committee is comprised of 10 members.</p>\r\n\r\n<h3>Current Projects:</h3>\r\n\r\n<ul>\r\n    <li>We are working with the conference organizers to development workshops for the 2009 conference.</li>\r\n    <li>We are looking into the positives for Keeper Certification/Qualification Program.</li>\r\n</ul>', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2009-05-26 23:02:58', '2009-05-27 04:02:58', '', 178, 'http://dev.aazk.org/uncategorized/178-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (182, 1, '2009-05-26 23:06:36', '2009-05-27 04:06:36', '<h4>Purpose</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<h4>Conservation Committee Mission Statement</h4>\r\nTo promote and establish connections between AAZK members and the conservation of wildlife and their habitats.\r\n\r\nTo provide educational resources for members and their institutions about environmentally responsible practices.\r\n<h4>Vision Statement</h4>\r\nServe as a resource that will assist members in finding in situ opportunities with local, national, and international conservation projects and to initiate new conservation projects.\r\n<h4>Conservation Research and Volunteer Opportunities</h4>\r\nThe Conservation Committee maintains a database of volunteer and compensated research/work  opportunities within the United States and for International Programs and Agencies.\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Conservation-Database-8-14.xls">Copy of Conservation-Database-8-14</a>\r\n\r\nProvide contact information to coordinate educational and development opportunities with conservationists.\r\n<h4>Chair</h4>\r\n<div class="first sixcol"></div>\r\n<div class="last sixcol"><img class="aligncenter size-full wp-image-2428" title="christy_poelker" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy_poelker.jpg" alt="christy_poelker" width="110" />\r\n<p align="center">Christy Poelker -<em>Saint Louis Zoo</em></p>\r\n\r\n</div>\r\n<div id="inner-links"></div>\r\n<h4></h4>', 'Conservation Committee', 0, '', 'publish', 'closed', 'closed', '', 'conservation-committee', '', '', '2014-08-19 12:05:22', '2014-08-19 17:05:22', '', 12, 'http://dev.aazk.org/?page_id=182', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (183, 1, '2009-05-26 23:04:18', '2009-05-27 04:04:18', '', 'Conservation Committee', 0, '', 'inherit', 'closed', 'closed', '', '182-revision-v1', '', '', '2009-05-26 23:04:18', '2009-05-27 04:04:18', '', 182, 'http://dev.aazk.org/uncategorized/182-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (184, 1, '2009-05-25 22:09:24', '2009-05-26 03:09:24', '', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2009-05-25 22:09:24', '2009-05-26 03:09:24', '', 14, 'http://dev.aazk.org/uncategorized/14-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (185, 1, '2009-05-26 23:15:23', '2009-05-27 04:15:23', '<p>Grants Committee Chair:<br />\r\nShelly Roach, Columbus Zoo and Aquarium</p>\r\n\r\n<h3>Purpose</h3>\r\n\r\n<p>The purpose of the AAZK Grants Committee is to encourage and support the professional development and conservation involvement of AAZK members. Additionally, AAZK is committed to supporting and encouraging research conducted by members in zoological parks and aquariums.</p>\r\n\r\n<h3>Grants Offered</h3>\r\n\r\n<p><strong>(Deadlines for all grants is 01 March)</strong></p>\r\n\r\n<dl>\r\n<dt>The AAZK  Professional Travel Grant</dt>\r\n<dd>The AAZK Professional Travel Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.</dd>\r\n\r\n<dt>The AAZK/AZA Advances in Animal Keeping Course Grant</dt>\r\n<dd>The AAZK/AZA Advances in Animal Keeping Course Grant is designed to assist AAZK members with costs associated with attending the Advances in Animal Keeping Course offered through AZA.</dd>\r\n\r\n<dt>The AAZK Conservation, Preservation and Restoration Grant</dt>\r\n<dd>The purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.</dd>\r\n\r\n<dt>The AAZK Research Grant</dt>\r\n<dd>The purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.</dd>\r\n</dl>\r\n\r\n<h3>Qualifications</h3>\r\n\r\n<p>Full-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.</p>\r\n\r\n<p>Application instructions and the grant applications can be found in the <a href="/members/">Members Only section</a> of the website. Examples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.</p>\r\n\r\n<p><a href="/grants/grants2.php"><strong>Examples of Past Grants</strong></a></p>\r\n\r\n<p><a href="http://www.aecetia.net/gws/aazk/grants/grant%20awards%2008.pdf"><strong>2008 Grant Awards</strong></a></p>\r\n\r\n<h3>Restrictions</h3>\r\n\r\n<p>The Grants Committee will not fund any invasive biological studies, or any  study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on; the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.</p>\r\n\r\n<p>The Research Grant Database is in Adobe PDF format. If you do not have \r\nAdobe Acrobat Reader, please download the free software <a href="http://www.adobe.com/products/acrobat/readermain.html" target="_blank">here</a>.</p>\r\n\r\n<p><strong><a href="/grants/RESEARCH GRANT DATABASE.pdf">Research Grant Database</a></strong></p>\r\n\r\n<p><strong>The purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.</strong></p>', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2009-05-26 23:15:23', '2009-05-27 04:15:23', '', 14, 'http://dev.aazk.org/uncategorized/14-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (186, 1, '2009-05-26 23:15:58', '2009-05-27 04:15:58', '<p>Grants Committee Chair:<br />\r\nShelly Roach, Columbus Zoo and Aquarium</p>\r\n\r\n<h3>Purpose</h3>\r\n\r\n<p>The purpose of the AAZK Grants Committee is to encourage and support the professional development and conservation involvement of AAZK members. Additionally, AAZK is committed to supporting and encouraging research conducted by members in zoological parks and aquariums.</p>\r\n\r\n<h3>Grants Offered</h3>\r\n\r\n<p><strong><em>(Deadlines for all grants is 01 March)</em></strong></p>\r\n\r\n<dl>\r\n<dt>The AAZK  Professional Travel Grant</dt>\r\n<dd>The AAZK Professional Travel Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.</dd>\r\n\r\n<dt>The AAZK/AZA Advances in Animal Keeping Course Grant</dt>\r\n<dd>The AAZK/AZA Advances in Animal Keeping Course Grant is designed to assist AAZK members with costs associated with attending the Advances in Animal Keeping Course offered through AZA.</dd>\r\n\r\n<dt>The AAZK Conservation, Preservation and Restoration Grant</dt>\r\n<dd>The purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.</dd>\r\n\r\n<dt>The AAZK Research Grant</dt>\r\n<dd>The purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.</dd>\r\n</dl>\r\n\r\n<h3>Qualifications</h3>\r\n\r\n<p>Full-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.</p>\r\n\r\n<p>Application instructions and the grant applications can be found in the <a href="/members/">Members Only section</a> of the website. Examples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.</p>\r\n\r\n<p><a href="/grants/grants2.php"><strong>Examples of Past Grants</strong></a></p>\r\n\r\n<p><a href="http://www.aecetia.net/gws/aazk/grants/grant%20awards%2008.pdf"><strong>2008 Grant Awards</strong></a></p>\r\n\r\n<h3>Restrictions</h3>\r\n\r\n<p>The Grants Committee will not fund any invasive biological studies, or any  study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on; the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.</p>\r\n\r\n<p>The Research Grant Database is in Adobe PDF format. If you do not have \r\nAdobe Acrobat Reader, please download the free software <a href="http://www.adobe.com/products/acrobat/readermain.html" target="_blank">here</a>.</p>\r\n\r\n<p><strong><a href="/grants/RESEARCH GRANT DATABASE.pdf">Research Grant Database</a></strong></p>\r\n\r\n<p><strong>The purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.</strong></p>', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2009-05-26 23:15:58', '2009-05-27 04:15:58', '', 14, 'http://dev.aazk.org/uncategorized/14-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (187, 1, '2009-05-26 23:16:46', '2009-05-27 04:16:46', '<p>Grants Committee Chair:<br />\r\nShelly Roach, Columbus Zoo and Aquarium</p>\r\n\r\n<h3>Purpose</h3>\r\n\r\n<p>The purpose of the AAZK Grants Committee is to encourage and support the professional development and conservation involvement of AAZK members. Additionally, AAZK is committed to supporting and encouraging research conducted by members in zoological parks and aquariums.</p>\r\n\r\n<h3>Grants Offered</h3>\r\n\r\n<p><strong><em>(Deadlines for all grants is 01 March)</em></strong></p>\r\n\r\n<dl>\r\n<dt>The AAZK  Professional Travel Grant</dt>\r\n<dd>The AAZK Professional Travel Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.</dd>\r\n\r\n<dt>The AAZK/AZA Advances in Animal Keeping Course Grant</dt>\r\n<dd>The AAZK/AZA Advances in Animal Keeping Course Grant is designed to assist AAZK members with costs associated with attending the Advances in Animal Keeping Course offered through AZA.</dd>\r\n\r\n<dt>The AAZK Conservation, Preservation and Restoration Grant</dt>\r\n<dd>The purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.</dd>\r\n\r\n<dt>The AAZK Research Grant</dt>\r\n<dd>The purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.</dd>\r\n</dl>\r\n\r\n<h3>Qualifications</h3>\r\n\r\n<p>Full-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.</p>\r\n\r\n<p>Application instructions and the grant applications can be found in the <a href="/members/">Members Only section</a> of the website. Examples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.</p>\r\n\r\n<p><a href="/grants/grants2.php"><strong>Examples of Past Grants</strong></a></p>\r\n\r\n<p><a href="http://www.aecetia.net/gws/aazk/grants/grant%20awards%2008.pdf"><strong>2008 Grant Awards</strong></a></p>\r\n\r\n<h3>Restrictions</h3>\r\n\r\n<p>The Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.</p>\r\n\r\n<p>The Research Grant Database is in Adobe PDF format. If you do not have \r\nAdobe Acrobat Reader, please download the free software <a href="http://www.adobe.com/products/acrobat/readermain.html" target="_blank">here</a>.</p>\r\n\r\n<p><strong><a href="/grants/RESEARCH GRANT DATABASE.pdf">Research Grant Database</a></strong></p>\r\n\r\n<p><strong>The purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.</strong></p>', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2009-05-26 23:16:46', '2009-05-27 04:16:46', '', 14, 'http://dev.aazk.org/uncategorized/14-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (188, 1, '2009-05-26 23:20:02', '2009-05-27 04:20:02', '<p>Grants Committee Chair:<br />\r\nShelly Roach, Columbus Zoo and Aquarium</p>\r\n\r\n<h3>Purpose</h3>\r\n\r\n<p>The purpose of the AAZK Grants Committee is to encourage and support the professional development and conservation involvement of AAZK members. Additionally, AAZK is committed to supporting and encouraging research conducted by members in zoological parks and aquariums.</p>\r\n\r\n<h3>Grants Offered</h3>\r\n\r\n<p><strong><em>(Deadlines for all grants is 01 March)</em></strong></p>\r\n\r\n<dl>\r\n<dt>The AAZK  Professional Travel Grant</dt>\r\n<dd>The AAZK Professional Travel Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.</dd>\r\n\r\n<dt>The AAZK/AZA Advances in Animal Keeping Course Grant</dt>\r\n<dd>The AAZK/AZA Advances in Animal Keeping Course Grant is designed to assist AAZK members with costs associated with attending the Advances in Animal Keeping Course offered through AZA.</dd>\r\n\r\n<dt>The AAZK Conservation, Preservation and Restoration Grant</dt>\r\n<dd>The purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.</dd>\r\n\r\n<dt>The AAZK Research Grant</dt>\r\n<dd>The purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.</dd>\r\n</dl>\r\n\r\n<h3>Qualifications</h3>\r\n\r\n<p>Full-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.</p>\r\n\r\n<p>Application instructions and the grant applications can be found in the <a href="/members/">Members Only section</a> of the website. Examples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.</p>\r\n\r\n<h3>Examples of Past Grants</strong><h3>\r\n\r\n<h4>Research Grants</h4>\r\n<ul>\r\n    <li><a href="/pdf/Blood%20Typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a></li>\r\n    <li><a href="/pdf/Project%20Penguin.pdf">Project Penguin: Semen Collection</a></li>\r\n</ul>\r\n\r\n<h4>Conservation, Restoration, and Preservation Grants</h4>\r\n<ul>\r\n    <li><a href="/pdf/North%20American%20River%20Otter%20Latrine%20Site%20Survey.pdf">North American River Otter Latrine Site Survey</a></li>\r\n</ul>\r\n\r\n<h4>Travel Grants</h4>\r\n<ul>\r\n    <li><a href="/pdf/AZA%20course%20for%20AAZK%20%282%29.pdf">Amphibians, their current status, and an important AZA course for any amphibian keeper</a></li>\r\n</ul>\r\n\r\n<p><a href="http://www.aecetia.net/gws/aazk/grants/grant%20awards%2008.pdf"><strong>2008 Grant Awards</strong></a></p>\r\n\r\n<h3>Restrictions</h3>\r\n\r\n<p>The Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.</p>\r\n\r\n<p>The Research Grant Database is in Adobe PDF format. If you do not have \r\nAdobe Acrobat Reader, please download the free software <a href="http://www.adobe.com/products/acrobat/readermain.html" target="_blank">here</a>.</p>\r\n\r\n<p><strong><a href="/grants/RESEARCH GRANT DATABASE.pdf">Research Grant Database</a></strong></p>\r\n\r\n<p><strong>The purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.</strong></p>', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2009-05-26 23:20:02', '2009-05-27 04:20:02', '', 14, 'http://dev.aazk.org/uncategorized/14-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (191, 1, '2009-05-26 19:43:39', '2009-05-27 00:43:39', '<p>The links below highlight our Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.</p>\r\n\r\n<p>AAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.</p>\r\n\r\n<p>These links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.</p>', 'Links', 0, '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2009-05-26 19:43:39', '2009-05-27 00:43:39', '', 20, 'http://dev.aazk.org/uncategorized/20-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (189, 1, '2009-05-26 23:20:45', '2009-05-27 04:20:45', '<p>Grants Committee Chair:<br />\r\nShelly Roach, Columbus Zoo and Aquarium</p>\r\n\r\n<h3>Purpose</h3>\r\n\r\n<p>The purpose of the AAZK Grants Committee is to encourage and support the professional development and conservation involvement of AAZK members. Additionally, AAZK is committed to supporting and encouraging research conducted by members in zoological parks and aquariums.</p>\r\n\r\n<h3>Grants Offered</h3>\r\n\r\n<p><strong><em>(Deadlines for all grants is 01 March)</em></strong></p>\r\n\r\n<dl>\r\n<dt>The AAZK  Professional Travel Grant</dt>\r\n<dd>The AAZK Professional Travel Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.</dd>\r\n\r\n<dt>The AAZK/AZA Advances in Animal Keeping Course Grant</dt>\r\n<dd>The AAZK/AZA Advances in Animal Keeping Course Grant is designed to assist AAZK members with costs associated with attending the Advances in Animal Keeping Course offered through AZA.</dd>\r\n\r\n<dt>The AAZK Conservation, Preservation and Restoration Grant</dt>\r\n<dd>The purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.</dd>\r\n\r\n<dt>The AAZK Research Grant</dt>\r\n<dd>The purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.</dd>\r\n</dl>\r\n\r\n<h3>Qualifications</h3>\r\n\r\n<p>Full-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.</p>\r\n\r\n<p>Application instructions and the grant applications can be found in the <a href="/members/">Members Only section</a> of the website. Examples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.</p>\r\n\r\n<h3>Examples of Past Grants</strong><h3>\r\n\r\n<h4>Research Grants</h4>\r\n<ul>\r\n    <li><a href="/pdf/Blood%20Typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a></li>\r\n    <li><a href="/pdf/Project%20Penguin.pdf">Project Penguin: Semen Collection</a></li>\r\n</ul>\r\n\r\n<h4>Conservation, Restoration, and Preservation Grants</h4>\r\n<ul>\r\n    <li><a href="/pdf/North%20American%20River%20Otter%20Latrine%20Site%20Survey.pdf">North American River Otter Latrine Site Survey</a></li>\r\n</ul>\r\n\r\n<h4>Travel Grants</h4>\r\n<ul>\r\n    <li><a href="/pdf/AZA%20course%20for%20AAZK%20%282%29.pdf">Amphibians, their current status, and an important AZA course for any amphibian keeper</a></li>\r\n</ul>\r\n\r\n<h3><a href="http://www.aecetia.net/gws/aazk/grants/grant%20awards%2008.pdf"><strong>2008 Grant Awards</strong></a></h3>\r\n\r\n<h3>Restrictions</h3>\r\n\r\n<p>The Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.</p>\r\n\r\n<p>The Research Grant Database is in Adobe PDF format. If you do not have \r\nAdobe Acrobat Reader, please download the free software <a href="http://www.adobe.com/products/acrobat/readermain.html" target="_blank">here</a>.</p>\r\n\r\n<p><strong><a href="/grants/RESEARCH GRANT DATABASE.pdf">Research Grant Database</a></strong></p>\r\n\r\n<p><strong>The purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.</strong></p>', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2009-05-26 23:20:45', '2009-05-27 04:20:45', '', 14, 'http://dev.aazk.org/uncategorized/14-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (190, 1, '2009-05-26 23:21:11', '2009-05-27 04:21:11', '<p>Grants Committee Chair:<br />\r\nShelly Roach, Columbus Zoo and Aquarium</p>\r\n\r\n<h3>Purpose</h3>\r\n\r\n<p>The purpose of the AAZK Grants Committee is to encourage and support the professional development and conservation involvement of AAZK members. Additionally, AAZK is committed to supporting and encouraging research conducted by members in zoological parks and aquariums.</p>\r\n\r\n<h3>Grants Offered</h3>\r\n\r\n<p><strong><em>(Deadlines for all grants is 01 March)</em></strong></p>\r\n\r\n<dl>\r\n<dt>The AAZK  Professional Travel Grant</dt>\r\n<dd>The AAZK Professional Travel Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.</dd>\r\n\r\n<dt>The AAZK/AZA Advances in Animal Keeping Course Grant</dt>\r\n<dd>The AAZK/AZA Advances in Animal Keeping Course Grant is designed to assist AAZK members with costs associated with attending the Advances in Animal Keeping Course offered through AZA.</dd>\r\n\r\n<dt>The AAZK Conservation, Preservation and Restoration Grant</dt>\r\n<dd>The purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.</dd>\r\n\r\n<dt>The AAZK Research Grant</dt>\r\n<dd>The purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.</dd>\r\n</dl>\r\n\r\n<h3>Qualifications</h3>\r\n\r\n<p>Full-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.</p>\r\n\r\n<p>Application instructions and the grant applications can be found in the <a href="/members/">Members Only section</a> of the website. Examples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.</p>\r\n\r\n<h3>Examples of Past Grants</strong><h3>\r\n\r\n<h4>Research Grants</h4>\r\n<ul>\r\n    <li><a href="/pdf/Blood%20Typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a></li>\r\n    <li><a href="/pdf/Project%20Penguin.pdf">Project Penguin: Semen Collection</a></li>\r\n</ul>\r\n\r\n<h4>Conservation, Restoration, and Preservation Grants</h4>\r\n<ul>\r\n    <li><a href="/pdf/North%20American%20River%20Otter%20Latrine%20Site%20Survey.pdf">North American River Otter Latrine Site Survey</a></li>\r\n</ul>\r\n\r\n<h4>Travel Grants</h4>\r\n<ul>\r\n    <li><a href="/pdf/AZA%20course%20for%20AAZK%20%282%29.pdf">Amphibians, their current status, and an important AZA course for any amphibian keeper</a></li>\r\n</ul>\r\n\r\n<h3><a href="http://www.aecetia.net/gws/aazk/grants/grant%20awards%2008.pdf"><strong>2008 Grant Awards</strong></a></h3>\r\n\r\n\r\n<h3>Restrictions</h3>\r\n\r\n<p>The Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.</p>\r\n\r\n<p>The Research Grant Database is in Adobe PDF format. If you do not have \r\nAdobe Acrobat Reader, please download the free software <a href="http://www.adobe.com/products/acrobat/readermain.html" target="_blank">here</a>.</p>\r\n\r\n<p><strong><a href="/grants/RESEARCH GRANT DATABASE.pdf">Research Grant Database</a></strong></p>\r\n\r\n<p><strong>The purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.</strong></p>', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2009-05-26 23:21:11', '2009-05-27 04:21:11', '', 14, 'http://dev.aazk.org/uncategorized/14-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (192, 1, '2009-05-27 20:32:01', '2009-05-28 01:32:01', '<h4>Purpose</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<div class="hr"></div>\r\n<h4>Resources produced</h4>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2013)</li>\r\n	<li>Articles and Committee Updates (via Editors of the Training Tales and Enrichment Options Columns - Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h4>Projects</h4>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li>Enrichment guidelines for marine mammals and elephants</li>\r\n	<li>AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h4>Additional Information</h4>\r\n<h6><i class="left icon-download"></i> Downloads</h6>\r\n<ul>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/what_is_animal_training.pdf" target="_blank">What is Training?</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/health_and_safety_considerations.pdf" target="_blank">Health and Safety Considerations</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/training_enrichment_bibliography.pdf" target="_blank">Training and Enrichment Bibliography</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/training_terms_glossary.pdf" target="_blank">Glossary of Training Terms</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/aazk_animal_data_transfer.pdf" target="_blank">Animal Data Transfer Form</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/risk_assessment_and_safety.pdf" target="_blank">Risk Assessment and Safety</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Day-Examples.pdf" target="_blank">Enrichment Day Examples</a></li>\r\n</ul>\r\n<h6><i class="left icon-download"></i> Helpful Links</h6>\r\n<ul>\r\n	<li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1" target="_blank">Training and Enrichment Video Library</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/behavioral-husbandry/resources/">Suggested Animal Training Resources</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/behavioral-husbandry/printed-resources/">Printed Resources</a></li>\r\n	<li><a title="Enrichment Suppliers" href="https://www.aecetia.net/gws/aazk/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers and Resources</a></li>\r\n</ul>\r\n<h6><i class="left icon-download"></i> Enrichment Guidelines</h6>\r\nClick below for the complete enrichment guidelines for the following groups of animals. Feel free to print, copy and distribute these guidelines as needed. Most of these guidelines are currently printed in the third edition of the Enrichment Notebook. Notebooks can be ordered through A.A.Z.K., Inc.\r\n<ul>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Bat-Enrichment.pdf" target="_blank">Bat Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Bear-Enrichment.pdf" target="_blank">Bear Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Bird-Enrichment.pdf" target="_blank">Bird Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Carnivore-Enrichment.pdf" target="_blank">Carnivore Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Captive-Elephant-Enrichment.pdf" target="_blank">Elephant Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Fishes-Enrichment.pdf" target="_blank">Fish Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Primate-Enrichment.pdf" target="_blank">Primate Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Reptile-Enrichment.pdf" target="_blank">Reptile Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Ungulate-Enrichment.pdf" target="_blank">Ungulate Guidelines</a></li>\r\n</ul>\r\n<div class="hr"></div>\r\n<div class="first sixcol">\r\n<h4>Committee Chair Member</h4>\r\n<img class="aligncenter" title="Julie Hartell-DeNardo" alt="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" width="125" height="146" />\r\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\r\n\r\n</div>\r\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'publish', 'closed', 'closed', '', 'behavioral-husbandry', '', '', '2014-02-05 13:49:15', '2014-02-05 18:49:15', '', 12, 'http://dev.aazk.org/?page_id=192', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (193, 1, '2009-05-27 20:27:23', '2009-05-28 01:27:23', '', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2009-05-27 20:27:23', '2009-05-28 01:27:23', '', 192, 'http://dev.aazk.org/uncategorized/192-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (194, 1, '2009-05-27 20:32:01', '2009-05-28 01:32:01', '<p>The Behavioral Husbandry Committee formally came into being in late 2008. It brought together two very different and yet very alike committees, The Animal Training and Enrichment Committees. These were joined at the request of the two individual committees.</p>\r\n\r\n<p>The AAZK Enrichment Committee was founded in 1994 and The Animal Training Committee was founded in 2000. These specialized groups were organized to provide specific resources in the areas of  enrichment and training. The timeliness of their formation filled a growing  need for support as these aspects of animal care evolved into a daily part of husbandry.</p>\r\n\r\n<p>Since the formation of these two  committees, most zoo professionals have found great success in utilizing both  training techniques and enrichment to solve behavioral challenges in captive animals. Many zoos now have a supportive "Behavioral Husbandry Department" or  staff that is dedicated to training, enrichment and animal welfare. Training and enrichment are no longer viewed necessarily as separate entities, but as two branches of behavioral management that are often used in concert. In our effort to stay current with the trends of professional zoo keeping, we have combined the two current committees into one AAZK, Inc. Behavioral Husbandry Committee. The focus of this committee would be training, enrichment and animal welfare.</p>\r\n\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n    <li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n    <li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n    <li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n    <li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n    <li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n    <li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<h3>Projects:</h3>\r\n<ul>\r\n    <li>Partner with other committees to streamline resources and efforts</li>\r\n    <li>Development of new workshops for the annual conference</li>\r\n    <li>Development of training behavior lists for taxonomic groups</li>\r\n    <li>Update the bibliography and resource lists over time</li>\r\n    <li>Surveying the membership to meet needs</li>\r\n    <li>Enhancement of this website</li>\r\n    <li>A database of bibliographies </li>\r\n    <li> Enrichment guidelines for marine mammals and elephants </li>\r\n    <li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2009-05-27 20:32:01', '2009-05-28 01:32:01', '', 192, 'http://dev.aazk.org/uncategorized/192-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (195, 1, '2009-05-27 20:34:48', '2009-05-28 01:34:48', '<p>The Behavioral Husbandry Committee formally came into being in late 2008. It brought together two very different and yet very alike committees, The Animal Training and Enrichment Committees. These were joined at the request of the two individual committees.</p>\r\n\r\n<p>The AAZK Enrichment Committee was founded in 1994 and The Animal Training Committee was founded in 2000. These specialized groups were organized to provide specific resources in the areas of  enrichment and training. The timeliness of their formation filled a growing  need for support as these aspects of animal care evolved into a daily part of husbandry.</p>\r\n\r\n<p>Since the formation of these two  committees, most zoo professionals have found great success in utilizing both  training techniques and enrichment to solve behavioral challenges in captive animals. Many zoos now have a supportive "Behavioral Husbandry Department" or  staff that is dedicated to training, enrichment and animal welfare. Training and enrichment are no longer viewed necessarily as separate entities, but as two branches of behavioral management that are often used in concert. In our effort to stay current with the trends of professional zoo keeping, we have combined the two current committees into one AAZK, Inc. Behavioral Husbandry Committee. The focus of this committee would be training, enrichment and animal welfare.</p>\r\n\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n    <li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n    <li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n    <li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n    <li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n    <li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n    <li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<h3>Projects:</h3>\r\n<ul>\r\n    <li>Partner with other committees to streamline resources and efforts</li>\r\n    <li>Development of new workshops for the annual conference</li>\r\n    <li>Development of training behavior lists for taxonomic groups</li>\r\n    <li>Update the bibliography and resource lists over time</li>\r\n    <li>Surveying the membership to meet needs</li>\r\n    <li>Enhancement of this website</li>\r\n    <li>A database of bibliographies </li>\r\n    <li> Enrichment guidelines for marine mammals and elephants </li>\r\n    <li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2009-05-27 20:34:48', '2009-05-28 01:34:48', '', 192, 'http://dev.aazk.org/uncategorized/192-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (196, 1, '2009-05-27 20:36:41', '2009-05-28 01:36:41', '<p>The Behavioral Husbandry Committee formally came into being in late 2008. It brought together two very different and yet very alike committees, The Animal Training and Enrichment Committees. These were joined at the request of the two individual committees.</p>\r\n\r\n<p>The AAZK Enrichment Committee was founded in 1994 and The Animal Training Committee was founded in 2000. These specialized groups were organized to provide specific resources in the areas of  enrichment and training. The timeliness of their formation filled a growing  need for support as these aspects of animal care evolved into a daily part of husbandry.</p>\r\n\r\n<p>Since the formation of these two  committees, most zoo professionals have found great success in utilizing both  training techniques and enrichment to solve behavioral challenges in captive animals. Many zoos now have a supportive "Behavioral Husbandry Department" or  staff that is dedicated to training, enrichment and animal welfare. Training and enrichment are no longer viewed necessarily as separate entities, but as two branches of behavioral management that are often used in concert. In our effort to stay current with the trends of professional zoo keeping, we have combined the two current committees into one AAZK, Inc. Behavioral Husbandry Committee. The focus of this committee would be training, enrichment and animal welfare.</p>\r\n\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n    <li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n    <li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n    <li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n    <li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n    <li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n    <li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<h3>Projects:</h3>\r\n<ul>\r\n    <li>Partner with other committees to streamline resources and efforts</li>\r\n    <li>Development of new workshops for the annual conference</li>\r\n    <li>Development of training behavior lists for taxonomic groups</li>\r\n    <li>Update the bibliography and resource lists over time</li>\r\n    <li>Surveying the membership to meet needs</li>\r\n    <li>Enhancement of this website</li>\r\n    <li>A database of bibliographies </li>\r\n    <li> Enrichment guidelines for marine mammals and elephants </li>\r\n    <li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2009-05-27 20:36:41', '2009-05-28 01:36:41', '', 192, 'http://dev.aazk.org/uncategorized/192-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (197, 2, '2014-02-05 13:25:22', '2014-02-05 18:25:22', '<h4>Purpose</h4>\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\n<div class="hr"></div>\n<h4>Resources produced</h4>\n<ul>\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2013)</li>\n	<li>Articles and Committee Updates (via Editors of the Training Tales and Enrichment Options Columns - Animal Keeper\'s Forum)</li>\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\n</ul>\n<div class="hr"></div>\n<h4>Projects</h4>\n<ul>\n	<li>Partner with other committees to streamline resources and efforts</li>\n	<li>Development of new workshops for the annual conference</li>\n	<li>Development of training behavior lists for taxonomic groups</li>\n	<li>Update the bibliography and resource lists over time</li>\n	<li>Surveying the membership to meet needs</li>\n	<li>Enhancement of this website</li>\n	<li>A database of bibliographies</li>\n	<li>Enrichment guidelines for marine mammals and elephants</li>\n	<li>AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\n</ul>\n<div class="hr"></div>\n<h4>Additional Information</h4>\n<h6><i class="left icon-download"></i> Downloads</h6>\n<ul>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/what_is_animal_training.pdf" target="_blank">What is Training?</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/health_and_safety_considerations.pdf" target="_blank">Health and Safety Considerations</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/training_enrichment_bibliography.pdf" target="_blank">Training and Enrichment Bibliography</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/training_terms_glossary.pdf" target="_blank">Glossary of Training Terms</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/aazk_animal_data_transfer.pdf" target="_blank">Animal Data Transfer Form</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/risk_assessment_and_safety.pdf" target="_blank">Risk Assessment and Safety</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Day-Examples.pdf" target="_blank">Enrichment Day Examples</a></li>\n</ul>\n<h6><i class="left icon-download"></i> Helpful Links</h6>\n<ul>\n	<li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1" target="_blank">Training and Enrichment Video Library</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/behavioral-husbandry/resources/">Suggested Animal Training Resources</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/behavioral-husbandry/printed-resources/">Printed Resources</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a> &amp; Resources</li>\n</ul>\n<h6><i class="left icon-download"></i> Enrichment Guidelines</h6>\nClick below for the complete enrichment guidelines for the following groups of animals. Feel free to print, copy and distribute these guidelines as needed. Most of these guidelines are currently printed in the third edition of the Enrichment Notebook. Notebooks can be ordered through A.A.Z.K., Inc.\n<ul>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Bat-Enrichment.pdf" target="_blank">Bat Guidelines</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Bear-Enrichment.pdf" target="_blank">Bear Guidelines</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Bird-Enrichment.pdf" target="_blank">Bird Guidelines</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Carnivore-Enrichment.pdf" target="_blank">Carnivore Guidelines</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Captive-Elephant-Enrichment.pdf" target="_blank">Elephant Guidelines</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Fishes-Enrichment.pdf" target="_blank">Fish Guidelines</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Primate-Enrichment.pdf" target="_blank">Primate Guidelines</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Reptile-Enrichment.pdf" target="_blank">Reptile Guidelines</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Ungulate-Enrichment.pdf" target="_blank">Ungulate Guidelines</a></li>\n</ul>\n<div class="hr"></div>\n<div class="first sixcol">\n<h4>Committee Chair Member</h4>\n<img class="aligncenter" title="Julie Hartell-DeNardo" alt="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" width="125" height="146" />\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\n\n</div>\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-autosave-v1', '', '', '2014-02-05 13:25:22', '2014-02-05 18:25:22', '', 192, 'http://dev.aazk.org/uncategorized/192-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (198, 1, '2009-05-27 20:38:59', '2009-05-28 01:38:59', '<p>The Behavioral Husbandry Committee formally came into being in late 2008. It brought together two very different and yet very alike committees, The Animal Training and Enrichment Committees. These were joined at the request of the two individual committees.</p>\r\n\r\n<p>The AAZK Enrichment Committee was founded in 1994 and The Animal Training Committee was founded in 2000. These specialized groups were organized to provide specific resources in the areas of  enrichment and training. The timeliness of their formation filled a growing  need for support as these aspects of animal care evolved into a daily part of husbandry.</p>\r\n\r\n<p>Since the formation of these two  committees, most zoo professionals have found great success in utilizing both  training techniques and enrichment to solve behavioral challenges in captive animals. Many zoos now have a supportive "Behavioral Husbandry Department" or  staff that is dedicated to training, enrichment and animal welfare. Training and enrichment are no longer viewed necessarily as separate entities, but as two branches of behavioral management that are often used in concert. In our effort to stay current with the trends of professional zoo keeping, we have combined the two current committees into one AAZK, Inc. Behavioral Husbandry Committee. The focus of this committee would be training, enrichment and animal welfare.</p>\r\n\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n    <li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n    <li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n    <li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n    <li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n    <li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n    <li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<h3>Projects:</h3>\r\n<ul>\r\n    <li>Partner with other committees to streamline resources and efforts</li>\r\n    <li>Development of new workshops for the annual conference</li>\r\n    <li>Development of training behavior lists for taxonomic groups</li>\r\n    <li>Update the bibliography and resource lists over time</li>\r\n    <li>Surveying the membership to meet needs</li>\r\n    <li>Enhancement of this website</li>\r\n    <li>A database of bibliographies </li>\r\n    <li> Enrichment guidelines for marine mammals and elephants </li>\r\n    <li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2009-05-27 20:38:59', '2009-05-28 01:38:59', '', 192, 'http://dev.aazk.org/uncategorized/192-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2730, 2, '2013-01-09 09:44:51', '2013-01-09 14:44:51', '<h3>Chair</h3>\r\nJulie Hartell De-Nardo - St. Louis Zoo\r\n<h3>Purpose</h3>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n<h3>Projects:</h3>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n<h3>Additional Information</h3>\r\n<ul>\r\n	<li><a href="/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a href="/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a href="/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a href="/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a href="/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1">Training and Enrichment Video Library</a></li>\r\n	<li><a href="/about/committee/behavioral-husbandry/resources/">Resources</a></li>\r\n	<li><a href="/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n	<li><a href="/members/bhc.php">Suggested Guidelines for Enrichment</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n	<li><a href="/about/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n	<li><a href="/members/bhc.php">Enrichment Day Examples</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2013-01-09 09:44:51', '2013-01-09 14:44:51', '', 192, 'http://aazk.org/uncategorized/192-revision-26/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (200, 1, '2009-05-28 05:38:04', '2009-05-28 10:38:04', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info"><span style="line-height: 1.5em;">AAZK Inc. - Cleveland, OH</span></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="department"></div>\r\n</div>\r\n</div>\r\n<h4><a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/August-2014-AKF-cover.jpg"><img class="alignnone size-medium wp-image-6281" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/August-2014-AKF-cover-235x300.jpg" alt="August 2014 AKF cover" width="235" height="300" /></a></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui &amp; Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &amp; Jenni Dyar</em>\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak,\r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard\r\nAlison Mott &amp; Kate Gore', 'Animal Keepers\' Forum', 0, '', 'publish', 'closed', 'closed', '', 'animal-keepers-forum', '', '', '2014-08-04 10:49:45', '2014-08-04 15:49:45', '', 3336, 'http://dev.aazk.org/?page_id=200', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4816, 2, '2013-12-10 11:07:45', '2013-12-10 16:07:45', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" alt="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="department">AAZK Inc. - Cleveland, OH</div>\r\n</div>\r\n</div>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/December-2013-AKF_cover.jpg"><img class="alignnone size-medium wp-image-4812" alt="December-2013-AKF_cover" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/December-2013-AKF_cover-235x300.jpg" width="235" height="300" /></a>\r\n<div class="hr"></div>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui &amp; Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &amp; Jenni Dyar</em>\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak,\r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard\r\nAlison Mott &amp; Kate Gore', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2013-12-10 11:07:45', '2013-12-10 16:07:45', '', 200, 'https://www.aazk.org/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3407, 1, '2013-10-23 17:34:19', '2013-10-23 22:34:19', 'In August of 1972, a short-lived "unofficial" newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level.\r\n\r\nThe idea for Animal Keepers\' Forum grew out of a bull session among keepers at the Topeka Zoo. The original Ruptured Rhino staff, along with several others, were involved in the conception and production of the<strong> first issue of AKF in November of 1974</strong>. It was 3 1/2 pages long, and printed on a mimeograph-type machine. Early issues contained zoo news articles, items on legislation and guest editorials.\r\n\r\nBy June of 1975 the AKF had grown to 13 pages and in November of 1975 celebrated its first anniversary of continuous publication. After the first two issues, it was sold on a subscription basis at $5.00 per year. Although originally the AKF was sold to AAZK members, it didn\'t become the "official" professional journal of the Association until March of 1975. The AKF has always carried the motto "Dedicated to Professional Animal Care".\r\n\r\nIn January 1976, AKF changed its format to a booklet style publication. In 1977 AKF had its first part-time paid editor and also began to be printed commercially. In 1978 the buff colored cover featuring artwork by keepers debuted. The first Excellence in Journalism Awards were given in 1979.\r\n\r\nIn 1981 Susan Chan was hired as Managing Editor for Animal Keepers’ Forum. The AKF has continued to grow in scope and content since that time, now averaging 44 pages per issue.  At least once a year, an issue dedicated to a particular species or topic is produced. AKF contains regular columns on Animal Behavior, Enrichment Options, Crisis Management and legislative issues affecting wildlife and zoos. Each issue also contains articles on animal husbandry, book reviews, a listing of upcoming conferences and symposia and Association news.\r\n\r\nThe Animal Keepers\' Forum has come a long way since its inception when it was printed on a mimeograph machine to today when it is produced with modern desktop publishing computer equipment. It currently reaches approximately <strong>2800 members (including about 150 zoos) in the U.S., Canada and 24 foreign countries</strong>.\r\n\r\nAnimal Keepers’ Forum is celebrating its 38th anniversary of continuous publication this year (2011).', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2013-10-23 17:34:19', '2013-10-23 22:34:19', '', 200, 'http://web3.gowebsolutions.com/~aazook/uncategorized/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (199, 1, '2009-05-27 20:47:27', '2009-05-28 01:47:27', '<p>The Behavioral Husbandry Committee formally came into being in late 2008. It brought together two very different and yet very alike committees, The Animal Training and Enrichment Committees. These were joined at the request of the two individual committees.</p>\r\n\r\n<p>The AAZK Enrichment Committee was founded in 1994 and The Animal Training Committee was founded in 2000. These specialized groups were organized to provide specific resources in the areas of  enrichment and training. The timeliness of their formation filled a growing  need for support as these aspects of animal care evolved into a daily part of husbandry.</p>\r\n\r\n<p>Since the formation of these two  committees, most zoo professionals have found great success in utilizing both  training techniques and enrichment to solve behavioral challenges in captive animals. Many zoos now have a supportive "Behavioral Husbandry Department" or  staff that is dedicated to training, enrichment and animal welfare. Training and enrichment are no longer viewed necessarily as separate entities, but as two branches of behavioral management that are often used in concert. In our effort to stay current with the trends of professional zoo keeping, we have combined the two current committees into one AAZK, Inc. Behavioral Husbandry Committee. The focus of this committee would be training, enrichment and animal welfare.</p>\r\n\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n    <li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n    <li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n    <li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n    <li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n    <li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n    <li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<h3>Projects:</h3>\r\n<ul>\r\n    <li>Partner with other committees to streamline resources and efforts</li>\r\n    <li>Development of new workshops for the annual conference</li>\r\n    <li>Development of training behavior lists for taxonomic groups</li>\r\n    <li>Update the bibliography and resource lists over time</li>\r\n    <li>Surveying the membership to meet needs</li>\r\n    <li>Enhancement of this website</li>\r\n    <li>A database of bibliographies </li>\r\n    <li> Enrichment guidelines for marine mammals and elephants </li>\r\n    <li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<h3>Additional Information</h3>\r\n<ul>\r\n    <li><a href="/pdf/What%20is%20animal%20training.pdf">What is Training?</a></li>\r\n    <li><a href="/pdf/Health%20and%20Safety%20Considerations.pdf">Health and Safety Considerations</a></li>\r\n    <li><a href="/pdf/ATC%20Animal%20Training%20Bibliography%20Dec%2007.pdf">Training and Enrichment Bibliography</a></li>\r\n    <li><a href="/pdf/Training%20Terms.pdf">Glossary of Training Terms</a></li>\r\n    <li><a href="/pdf/2007_AAZK_ADT_Final_Revision1.pdf">Animal Data Transfer Form</a></li>\r\n    <li><a href="http://www.enrichment.org/video.html">Training and Enrichment Video Library</a></li>\r\n    <li><a href="/committees/comm_animalbehavior_links.php">Resources</a></li>\r\n    <li><a href="/pdf/Risk%20Assessment%20and%20Safety%20Considerations.pdf">Health and Safety</a></li>\r\n    <li>Suggested Guidelines for Enrichment: available in the Members Area.</li>\r\n    <li><a href="/committees/enrichment/comm_enrichment_resources.php">Printed Resources</a></li>\r\n    <li><a href="http://www.enrichment.org/video.html">Enrichment Video Library</a></li>\r\n    <li><a href="/committees/enrichment/comm_enrichment_suppliers.php">Enrichment Suppliers</a></li>\r\n    <li>Enrichment Day Examples: examples of enrichment day events from various institutions. Available in Members Area.</li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2009-05-27 20:47:27', '2009-05-28 01:47:27', '', 192, 'http://dev.aazk.org/uncategorized/192-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (201, 1, '2009-05-28 05:37:46', '2009-05-28 10:37:46', '', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2009-05-28 05:37:46', '2009-05-28 10:37:46', '', 200, 'http://dev.aazk.org/uncategorized/200-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1299, 2, '2010-04-02 10:06:32', '2010-04-02 15:06:32', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="759" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n<p style="text-align: left;"><img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="219" height="145" /> <img class="alignnone size-medium wp-image-1118" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="217" height="144" /> <img class="alignnone size-medium wp-image-1178" title="img_4405a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="img_4405a" width="235" height="148" /></p>\r\n<p style="text-align: left;"><strong>Community Development Programs</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy engages in a very broad based community development program. They believe that the key to successful wildlife conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through. They operate three health clinics</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-04-02 10:06:32', '2010-04-02 15:06:32', '', 991, 'http://aazk.org/uncategorized/991-revision-71/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (205, 2, '2014-03-18 13:53:56', '2014-03-18 18:53:56', '<h4>Grants Offered</h4>\n<strong>Deadlines for all grants is March 1st of every year.</strong>\n<h6>The AAZK Professional Development Grant</h6>\nThe AAZK Professional Development Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.\n<h6>The AAZK Conservation, Preservation and Restoration Grant</h6>\nThe purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.\n\n&nbsp;\n<h6>The AAZK Research Grant</h6>\nThe purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.\n<div class="hr"></div>\n<h4>Qualifications</h4>\nFull-time keepers/aquarists in zoological parks and aquariums, who are professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.\n<div class="hr"></div>\n<h4>Restrictions</h4>\nThe Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the conservation/research value of the program the applicant will be participating in.\n\nThe purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.\n\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/research_grant_database.pdf" target="_blank">Research Grant Database</a>\n<pre>The Research Grant Database is in Adobe PDF format. If you do not have Adobe Acrobat Reader, please download the free software <a href="http://get.adobe.com/reader/" target="_blank">here</a>.</pre>\n<h4>Examples of Past Grants</h4>\nExamples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.\n<h6>Research Grants</h6>\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_blood_typing.pdf" target="_blank">Cataloguing Blood Types for SSP Populations of Great Apes</a>\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_project_penguin.pdf" target="_blank">Project Penguin: Semen Collection</a>\n<h6>Conservation, Restoration, and Preservation Grants</h6>\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_river_otter_survey.pdf" target="_blank">North American River Otter Latrine Site Survey</a>\n<h6>Travel Grants</h6>\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_amphibian_keeper_course.pdf" target="_blank">Amphibians, their current status, and an important AZA course for any amphibian keeper</a>\n<div class="hr"></div>\n<h4>Past Recipients</h4>\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_awards-_2008.pdf" target="_blank">2008 Grant Awards [PDF]</a>\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_awards2012.pdf" target="_blank">2012 Grant Awards [PDF]</a>\n<div id="inner-links"></div>', 'Available Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-autosave-v1', '', '', '2014-03-18 13:53:56', '2014-03-18 18:53:56', '', 14, 'http://dev.aazk.org/uncategorized/14-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5730, 2, '2014-03-18 13:54:49', '2014-03-18 18:54:49', '', 'CPR Grant Guidelines', 0, '', 'inherit', 'closed', 'closed', '', 'cpr-grant-guidelines', '', '', '2014-03-18 13:54:49', '2014-03-18 18:54:49', '', 14, 'https://www.aazk.org/wp-content/uploads/CPR-Grant-Guidelines.doc', 0, 'attachment', 'application/msword', 0) ; 
INSERT INTO `wp_posts` VALUES (2955, 2, '2012-12-09 12:09:08', '2012-12-09 17:09:08', '<h3>Grants Committee Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /> Shelly Roach - <em>Columbus Zoo and Aquarium</em>\r\n<h3>Purpose</h3>\r\nThe purpose of the AAZK Grants Committee is to encourage and support the professional development and conservation involvement of AAZK members. Additionally, AAZK is committed to supporting and encouraging research conducted by members in zoological parks and aquariums.\r\n<h3>Grants Offered</h3>\r\n<strong><em>(Deadlines for all grants is 01 March)</em></strong>\r\n<h4>The AAZK  Professional Travel Grant</h4>\r\nThe AAZK Professional Travel Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.\r\n<h4>The AAZK/AZA Advances in Animal Keeping Course Grant</h4>\r\n<dd>The AAZK/AZA Advances in Animal Keeping Course Grant is designed to assist AAZK members with costs associated with attending the Advances in Animal Keeping Course offered through AZA.</dd>\r\n<h4>The AAZK Conservation, Preservation and Restoration Grant</h4>\r\nThe purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.\r\n<h4>The AAZK Research Grant</h4>\r\nThe purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.\r\n<h3>Qualifications</h3>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.\r\n\r\nApplication instructions and the grant applications can be found in the <a href="/members/">Members Only section</a> of the website. Examples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.\r\n<h3>Examples of Past Grants</h3>\r\n<h4>Research Grants</h4>\r\n<ul>\r\n	<li><a href="/wp-content/uploads/grant_blood_typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a></li>\r\n	<li><a href="/wp-content/uploads/grant_project_penguin.pdf">Project Penguin: Semen Collection</a></li>\r\n</ul>\r\n<h4>Conservation, Restoration, and Preservation Grants</h4>\r\n<ul>\r\n	<li><a href="/wp-content/uploads/grant_river_otter_survey.pdf">North American River Otter Latrine Site Survey</a></li>\r\n</ul>\r\n<h4>Travel Grants</h4>\r\n<ul>\r\n	<li><a href="/wp-content/uploads/grant_amphibian_keeper_course.pdf">Amphibians, their current status, and an important AZA course for any amphibian keeper</a></li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/grant_awards-_2008.pdf">2008 Grant Awards</a></strong>\r\n\r\n<strong><a href="/wp-content/uploads/grant_awards2012.pdf">2012 Grant Awards</a></strong>\r\n<h3>Restrictions</h3>\r\nThe Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.\r\n\r\nThe Research Grant Database is in Adobe PDF format. If you do not have\r\nAdobe Acrobat Reader, please download the free software <a href="http://get.adobe.com/reader/">here</a>.\r\n\r\n<strong><a href="/wp-content/uploads/research_grant_database.pdf">Research Grant Database</a></strong>\r\n\r\n<strong>The purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.</strong>', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2012-12-09 12:09:08', '2012-12-09 17:09:08', '', 14, 'http://aazk.org/uncategorized/14-revision-20/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (206, 1, '2009-05-26 23:22:00', '2009-05-27 04:22:00', '<p>Grants Committee Chair:<br />\r\nShelly Roach, Columbus Zoo and Aquarium</p>\r\n\r\n<h3>Purpose</h3>\r\n\r\n<p>The purpose of the AAZK Grants Committee is to encourage and support the professional development and conservation involvement of AAZK members. Additionally, AAZK is committed to supporting and encouraging research conducted by members in zoological parks and aquariums.</p>\r\n\r\n<h3>Grants Offered</h3>\r\n\r\n<p><strong><em>(Deadlines for all grants is 01 March)</em></strong></p>\r\n\r\n<dl>\r\n<dt>The AAZK  Professional Travel Grant</dt>\r\n<dd>The AAZK Professional Travel Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.</dd>\r\n\r\n<dt>The AAZK/AZA Advances in Animal Keeping Course Grant</dt>\r\n<dd>The AAZK/AZA Advances in Animal Keeping Course Grant is designed to assist AAZK members with costs associated with attending the Advances in Animal Keeping Course offered through AZA.</dd>\r\n\r\n<dt>The AAZK Conservation, Preservation and Restoration Grant</dt>\r\n<dd>The purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.</dd>\r\n\r\n<dt>The AAZK Research Grant</dt>\r\n<dd>The purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.</dd>\r\n</dl>\r\n\r\n<h3>Qualifications</h3>\r\n\r\n<p>Full-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.</p>\r\n\r\n<p>Application instructions and the grant applications can be found in the <a href="/members/">Members Only section</a> of the website. Examples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.</p>\r\n\r\n<h3>Examples of Past Grants</strong><h3>\r\n\r\n<h4>Research Grants</h4>\r\n<ul>\r\n    <li><a href="/pdf/Blood%20Typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a></li>\r\n    <li><a href="/pdf/Project%20Penguin.pdf">Project Penguin: Semen Collection</a></li>\r\n</ul>\r\n\r\n<h4>Conservation, Restoration, and Preservation Grants</h4>\r\n<ul>\r\n    <li><a href="/pdf/North%20American%20River%20Otter%20Latrine%20Site%20Survey.pdf">North American River Otter Latrine Site Survey</a></li>\r\n</ul>\r\n\r\n<h4>Travel Grants</h4>\r\n<ul>\r\n    <li><a href="/pdf/AZA%20course%20for%20AAZK%20%282%29.pdf">Amphibians, their current status, and an important AZA course for any amphibian keeper</a></li>\r\n</ul>\r\n\r\n<p><strong><a href="http://www.aecetia.net/gws/aazk/grants/grant%20awards%2008.pdf">2008 Grant Awards</a></strong></p>\r\n\r\n<h3>Restrictions</h3>\r\n\r\n<p>The Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.</p>\r\n\r\n<p>The Research Grant Database is in Adobe PDF format. If you do not have \r\nAdobe Acrobat Reader, please download the free software <a href="http://www.adobe.com/products/acrobat/readermain.html" target="_blank">here</a>.</p>\r\n\r\n<p><strong><a href="/grants/RESEARCH GRANT DATABASE.pdf">Research Grant Database</a></strong></p>\r\n\r\n<p><strong>The purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.</strong></p>', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2009-05-26 23:22:00', '2009-05-27 04:22:00', '', 14, 'http://dev.aazk.org/uncategorized/14-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (207, 1, '2009-05-28 21:01:47', '2009-05-29 02:01:47', '', 'Cataloguing Blood Types for SSP Populations of Great Apes', 0, 'Cataloguing Blood Types for SSP Populations of Great Apes', 'inherit', 'closed', 'closed', '', 'grant_blood_typing', '', '', '2009-05-28 21:01:47', '2009-05-29 02:01:47', '', 14, 'http://dev.aazk.org/wp-content/uploads/grant_blood_typing.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (208, 1, '2009-05-28 20:57:58', '2009-05-29 01:57:58', '<p>Grants Committee Chair:<br />\r\nShelly Roach, Columbus Zoo and Aquarium</p>\r\n\r\n<h3>Purpose</h3>\r\n\r\n<p>The purpose of the AAZK Grants Committee is to encourage and support the professional development and conservation involvement of AAZK members. Additionally, AAZK is committed to supporting and encouraging research conducted by members in zoological parks and aquariums.</p>\r\n\r\n<h3>Grants Offered</h3>\r\n\r\n<p><strong><em>(Deadlines for all grants is 01 March)</em></strong></p>\r\n\r\n<h4>The AAZK  Professional Travel Grant</h4>\r\n<p>The AAZK Professional Travel Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.</p>\r\n\r\n<h4>The AAZK/AZA Advances in Animal Keeping Course Grant</h4>\r\n<dd>The AAZK/AZA Advances in Animal Keeping Course Grant is designed to assist AAZK members with costs associated with attending the Advances in Animal Keeping Course offered through AZA.</dd>\r\n\r\n<h4>The AAZK Conservation, Preservation and Restoration Grant</h4>\r\n<p>The purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.</p>\r\n\r\n<h4>The AAZK Research Grant</h4>\r\n<p>The purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.</p>\r\n\r\n<h3>Qualifications</h3>\r\n\r\n<p>Full-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.</p>\r\n\r\n<p>Application instructions and the grant applications can be found in the <a href="/members/">Members Only section</a> of the website. Examples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.</p>\r\n\r\n<h3>Examples of Past Grants</strong><h3>\r\n\r\n<h4>Research Grants</h4>\r\n<ul>\r\n    <li><a href="/pdf/Blood%20Typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a></li>\r\n    <li><a href="/pdf/Project%20Penguin.pdf">Project Penguin: Semen Collection</a></li>\r\n</ul>\r\n\r\n<h4>Conservation, Restoration, and Preservation Grants</h4>\r\n<ul>\r\n    <li><a href="/pdf/North%20American%20River%20Otter%20Latrine%20Site%20Survey.pdf">North American River Otter Latrine Site Survey</a></li>\r\n</ul>\r\n\r\n<h4>Travel Grants</h4>\r\n<ul>\r\n    <li><a href="/pdf/AZA%20course%20for%20AAZK%20%282%29.pdf">Amphibians, their current status, and an important AZA course for any amphibian keeper</a></li>\r\n</ul>\r\n\r\n<p><strong><a href="http://www.aecetia.net/gws/aazk/grants/grant%20awards%2008.pdf">2008 Grant Awards</a></strong></p>\r\n\r\n<h3>Restrictions</h3>\r\n\r\n<p>The Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.</p>\r\n\r\n<p>The Research Grant Database is in Adobe PDF format. If you do not have \r\nAdobe Acrobat Reader, please download the free software <a href="http://www.adobe.com/products/acrobat/readermain.html" target="_blank">here</a>.</p>\r\n\r\n<p><strong><a href="/grants/RESEARCH GRANT DATABASE.pdf">Research Grant Database</a></strong></p>\r\n\r\n<p><strong>The purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.</strong></p>', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2009-05-28 20:57:58', '2009-05-29 01:57:58', '', 14, 'http://dev.aazk.org/uncategorized/14-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (209, 1, '2009-05-28 21:03:53', '2009-05-29 02:03:53', '<p>Grants Committee Chair:<br />\r\nShelly Roach, Columbus Zoo and Aquarium</p>\r\n\r\n<h3>Purpose</h3>\r\n\r\n<p>The purpose of the AAZK Grants Committee is to encourage and support the professional development and conservation involvement of AAZK members. Additionally, AAZK is committed to supporting and encouraging research conducted by members in zoological parks and aquariums.</p>\r\n\r\n<h3>Grants Offered</h3>\r\n\r\n<p><strong><em>(Deadlines for all grants is 01 March)</em></strong></p>\r\n\r\n<h4>The AAZK  Professional Travel Grant</h4>\r\n<p>The AAZK Professional Travel Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.</p>\r\n\r\n<h4>The AAZK/AZA Advances in Animal Keeping Course Grant</h4>\r\n<dd>The AAZK/AZA Advances in Animal Keeping Course Grant is designed to assist AAZK members with costs associated with attending the Advances in Animal Keeping Course offered through AZA.</dd>\r\n\r\n<h4>The AAZK Conservation, Preservation and Restoration Grant</h4>\r\n<p>The purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.</p>\r\n\r\n<h4>The AAZK Research Grant</h4>\r\n<p>The purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.</p>\r\n\r\n<h3>Qualifications</h3>\r\n\r\n<p>Full-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.</p>\r\n\r\n<p>Application instructions and the grant applications can be found in the <a href="/members/">Members Only section</a> of the website. Examples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.</p>\r\n\r\n<h3>Examples of Past Grants</strong><h3>\r\n\r\n<h4>Research Grants</h4>\r\n<ul>\r\n    <li><a href="/pdf/Blood%20Typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a></li>\r\n    <li><a href="/pdf/Project%20Penguin.pdf">Project Penguin: Semen Collection</a></li>\r\n</ul>\r\n\r\n<h4>Conservation, Restoration, and Preservation Grants</h4>\r\n<ul>\r\n    <li><a href="/pdf/North%20American%20River%20Otter%20Latrine%20Site%20Survey.pdf">North American River Otter Latrine Site Survey</a></li>\r\n</ul>\r\n\r\n<h4>Travel Grants</h4>\r\n<ul>\r\n    <li><a href="/pdf/AZA%20course%20for%20AAZK%20%282%29.pdf">Amphibians, their current status, and an important AZA course for any amphibian keeper</a></li>\r\n</ul>\r\n\r\n<p><strong><a href="http://www.aecetia.net/gws/aazk/grants/grant%20awards%2008.pdf">2008 Grant Awards</a></strong></p>\r\n\r\n<h3>Restrictions</h3>\r\n\r\n<p>The Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.</p>\r\n\r\n<p>The Research Grant Database is in Adobe PDF format. If you do not have \r\nAdobe Acrobat Reader, please download the free software <a href="http://www.adobe.com/products/acrobat/readermain.html" target="_blank">here</a>.</p>\r\n\r\n<p><strong><a href="/grants/RESEARCH GRANT DATABASE.pdf">Research Grant Database</a></strong></p>\r\n\r\n<p><strong>The purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.</strong></p>Cataloguing Blood Types for SSP Populations of Great Apes', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2009-05-28 21:03:53', '2009-05-29 02:03:53', '', 14, 'http://dev.aazk.org/uncategorized/14-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (210, 1, '2009-05-28 21:07:39', '2009-05-29 02:07:39', '', 'Project Penguin: Semen Collection', 0, '', 'inherit', 'closed', 'closed', '', 'grant_project_penguin', '', '', '2009-05-28 21:07:39', '2009-05-29 02:07:39', '', 14, 'http://dev.aazk.org/wp-content/uploads/grant_project_penguin.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (211, 1, '2009-05-28 21:15:31', '2009-05-29 02:15:31', '', 'North American River Otter Latrine Site Survey', 0, '', 'inherit', 'closed', 'closed', '', 'grant_river_otter_survey', '', '', '2009-05-28 21:15:31', '2009-05-29 02:15:31', '', 14, 'http://dev.aazk.org/wp-content/uploads/grant_river_otter_survey.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (212, 1, '2009-05-28 21:16:23', '2009-05-29 02:16:23', '', 'Amphibians, their current status, and an important AZA course for any amphibian keeper', 0, '', 'inherit', 'closed', 'closed', '', 'grant_amphibian_keeper_course', '', '', '2009-05-28 21:16:23', '2009-05-29 02:16:23', '', 14, 'http://dev.aazk.org/wp-content/uploads/grant_amphibian_keeper_course.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (213, 1, '2009-05-28 21:07:12', '2009-05-29 02:07:12', '<p>Grants Committee Chair:<br />\r\nShelly Roach, Columbus Zoo and Aquarium</p>\r\n\r\n<h3>Purpose</h3>\r\n\r\n<p>The purpose of the AAZK Grants Committee is to encourage and support the professional development and conservation involvement of AAZK members. Additionally, AAZK is committed to supporting and encouraging research conducted by members in zoological parks and aquariums.</p>\r\n\r\n<h3>Grants Offered</h3>\r\n\r\n<p><strong><em>(Deadlines for all grants is 01 March)</em></strong></p>\r\n\r\n<h4>The AAZK  Professional Travel Grant</h4>\r\n<p>The AAZK Professional Travel Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.</p>\r\n\r\n<h4>The AAZK/AZA Advances in Animal Keeping Course Grant</h4>\r\n<dd>The AAZK/AZA Advances in Animal Keeping Course Grant is designed to assist AAZK members with costs associated with attending the Advances in Animal Keeping Course offered through AZA.</dd>\r\n\r\n<h4>The AAZK Conservation, Preservation and Restoration Grant</h4>\r\n<p>The purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.</p>\r\n\r\n<h4>The AAZK Research Grant</h4>\r\n<p>The purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.</p>\r\n\r\n<h3>Qualifications</h3>\r\n\r\n<p>Full-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.</p>\r\n\r\n<p>Application instructions and the grant applications can be found in the <a href="/members/">Members Only section</a> of the website. Examples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.</p>\r\n\r\n<h3>Examples of Past Grants</strong><h3>\r\n\r\n<h4>Research Grants</h4>\r\n<ul>\r\n    <li><a href="/wp-content/uploads/grant_blood_typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a></li>\r\n    <li><a href="/pdf/Project%20Penguin.pdf">Project Penguin: Semen Collection</a></li>\r\n</ul>\r\n\r\n<h4>Conservation, Restoration, and Preservation Grants</h4>\r\n<ul>\r\n    <li><a href="/pdf/North%20American%20River%20Otter%20Latrine%20Site%20Survey.pdf">North American River Otter Latrine Site Survey</a></li>\r\n</ul>\r\n\r\n<h4>Travel Grants</h4>\r\n<ul>\r\n    <li><a href="/pdf/AZA%20course%20for%20AAZK%20%282%29.pdf">Amphibians, their current status, and an important AZA course for any amphibian keeper</a></li>\r\n</ul>\r\n\r\n<p><strong><a href="http://www.aecetia.net/gws/aazk/grants/grant%20awards%2008.pdf">2008 Grant Awards</a></strong></p>\r\n\r\n<h3>Restrictions</h3>\r\n\r\n<p>The Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.</p>\r\n\r\n<p>The Research Grant Database is in Adobe PDF format. If you do not have \r\nAdobe Acrobat Reader, please download the free software <a href="http://www.adobe.com/products/acrobat/readermain.html" target="_blank">here</a>.</p>\r\n\r\n<p><strong><a href="/grants/RESEARCH GRANT DATABASE.pdf">Research Grant Database</a></strong></p>\r\n\r\n<p><strong>The purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.</strong></p>Cataloguing Blood Types for SSP Populations of Great Apes', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2009-05-28 21:07:12', '2009-05-29 02:07:12', '', 14, 'http://dev.aazk.org/uncategorized/14-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (217, 1, '2009-05-28 21:32:14', '2009-05-29 02:32:14', '', 'What is Training?', 0, '', 'inherit', 'closed', 'closed', '', 'what_is_animal_training', '', '', '2009-05-28 21:32:14', '2009-05-29 02:32:14', '', 192, 'http://dev.aazk.org/wp-content/uploads/what_is_animal_training.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (214, 1, '2009-05-28 21:18:24', '2009-05-29 02:18:24', '', '2008 Grant Awards', 0, '', 'inherit', 'closed', 'closed', '', 'grant_awards-_2008', '', '', '2009-05-28 21:18:24', '2009-05-29 02:18:24', '', 14, 'http://dev.aazk.org/wp-content/uploads/grant_awards-_2008.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (215, 1, '2009-05-28 21:19:30', '2009-05-29 02:19:30', '', 'Research Grant Database', 0, '', 'inherit', 'closed', 'closed', '', 'research_grant_database', '', '', '2009-05-28 21:19:30', '2009-05-29 02:19:30', '', 14, 'http://dev.aazk.org/wp-content/uploads/research_grant_database.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (584, 2, '2009-07-20 11:27:35', '2009-07-20 16:27:35', '<strong>"Zoo keeper"</strong> is a term used to describe an individual who cares for animals in zoological parks or aquariums. A career as a zoo keeper offers a unique opportunity in the specialized and demanding profession of maintaining captive exotic animals for conservation, research, public education and recreation.\n\nZoo keepers care for a diverse collection of animals from mammals and birds to reptiles and amphibians to fish and invertebrates. Some keepers become highly specialized, such as those who work in animal hospitals or who concentrate on a specific group of animals such as exotic birds, great apes, elephants or reptiles.\n\nIf you are interested in becoming a zoo keeper a comprehensive document has been compiled which will give you a better idea of what this profession entails and will give you more information to start you on the road to making this a career. You can access the information by clicking on the link below.  <a href="/wp-content/uploads/keeper_information.pdf"></a>\n\n<a href="/wp-content/uploads/keeper_information.pdf">So You Want to be a Keeper, Trainer, or Aquarist?</a>', 'Zoo Keeping as a Career', 0, '', 'inherit', 'closed', 'closed', '', '10-autosave-v1', '', '', '2009-07-20 11:27:35', '2009-07-20 16:27:35', '', 10, 'http://aazk.org/uncategorized/10-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (216, 1, '2009-05-28 21:16:43', '2009-05-29 02:16:43', '<p>Grants Committee Chair:<br />\r\nShelly Roach, Columbus Zoo and Aquarium</p>\r\n\r\n<h3>Purpose</h3>\r\n\r\n<p>The purpose of the AAZK Grants Committee is to encourage and support the professional development and conservation involvement of AAZK members. Additionally, AAZK is committed to supporting and encouraging research conducted by members in zoological parks and aquariums.</p>\r\n\r\n<h3>Grants Offered</h3>\r\n\r\n<p><strong><em>(Deadlines for all grants is 01 March)</em></strong></p>\r\n\r\n<h4>The AAZK  Professional Travel Grant</h4>\r\n<p>The AAZK Professional Travel Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.</p>\r\n\r\n<h4>The AAZK/AZA Advances in Animal Keeping Course Grant</h4>\r\n<dd>The AAZK/AZA Advances in Animal Keeping Course Grant is designed to assist AAZK members with costs associated with attending the Advances in Animal Keeping Course offered through AZA.</dd>\r\n\r\n<h4>The AAZK Conservation, Preservation and Restoration Grant</h4>\r\n<p>The purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.</p>\r\n\r\n<h4>The AAZK Research Grant</h4>\r\n<p>The purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.</p>\r\n\r\n<h3>Qualifications</h3>\r\n\r\n<p>Full-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.</p>\r\n\r\n<p>Application instructions and the grant applications can be found in the <a href="/members/">Members Only section</a> of the website. Examples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.</p>\r\n\r\n<h3>Examples of Past Grants</strong><h3>\r\n\r\n<h4>Research Grants</h4>\r\n<ul>\r\n    <li><a href="/wp-content/uploads/grant_blood_typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a></li>\r\n    <li><a href=\'/wp-content/uploads/grant_project_penguin.pdf\'>Project Penguin: Semen Collection</a></li>\r\n</ul>\r\n\r\n<h4>Conservation, Restoration, and Preservation Grants</h4>\r\n<ul>\r\n    <li><a href=\'/wp-content/uploads/grant_river_otter_survey.pdf\'>North American River Otter Latrine Site Survey</a></li>\r\n</ul>\r\n\r\n<h4>Travel Grants</h4>\r\n<ul>\r\n    <li><a href=\'/wp-content/uploads/grant_amphibian_keeper_course.pdf\'>Amphibians, their current status, and an important AZA course for any amphibian keeper</a></li>\r\n</ul>\r\n\r\n<p><strong><a href="http://www.aecetia.net/gws/aazk/grants/grant%20awards%2008.pdf">2008 Grant Awards</a></strong></p>\r\n\r\n<h3>Restrictions</h3>\r\n\r\n<p>The Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.</p>\r\n\r\n<p>The Research Grant Database is in Adobe PDF format. If you do not have \r\nAdobe Acrobat Reader, please download the free software <a href="http://www.adobe.com/products/acrobat/readermain.html" target="_blank">here</a>.</p>\r\n\r\n<p><strong><a href="/grants/RESEARCH GRANT DATABASE.pdf">Research Grant Database</a></strong></p>\r\n\r\n<p><strong>The purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.</strong></p>Cataloguing Blood Types for SSP Populations of Great Apes', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2009-05-28 21:16:43', '2009-05-29 02:16:43', '', 14, 'http://dev.aazk.org/uncategorized/14-revision-14/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (218, 1, '2009-05-28 21:33:16', '2009-05-29 02:33:16', '', 'Health and Safety Considerations', 0, '', 'inherit', 'closed', 'closed', '', 'health_and_safety_considerations', '', '', '2009-05-28 21:33:16', '2009-05-29 02:33:16', '', 192, 'http://dev.aazk.org/wp-content/uploads/health_and_safety_considerations.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (219, 1, '2009-05-28 21:34:40', '2009-05-29 02:34:40', '', 'Training and Enrichment Bibliography', 0, '', 'inherit', 'closed', 'closed', '', 'training_enrichment_bibliography', '', '', '2009-05-28 21:34:40', '2009-05-29 02:34:40', '', 192, 'http://dev.aazk.org/wp-content/uploads/training_enrichment_bibliography.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (220, 1, '2009-05-28 21:35:35', '2009-05-29 02:35:35', '', 'Glossary of Training Terms', 0, '', 'inherit', 'closed', 'closed', '', 'training_terms_glossary', '', '', '2009-05-28 21:35:35', '2009-05-29 02:35:35', '', 192, 'http://dev.aazk.org/wp-content/uploads/training_terms_glossary.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (221, 1, '2009-05-28 21:36:58', '2009-05-29 02:36:58', '', 'Animal Data Transfer Form', 0, '', 'inherit', 'closed', 'closed', '', 'aazk_animal_data_transfer', '', '', '2009-05-28 21:36:58', '2009-05-29 02:36:58', '', 192, 'http://dev.aazk.org/wp-content/uploads/aazk_animal_data_transfer.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (222, 1, '2009-05-28 21:39:09', '2009-05-29 02:39:09', '', 'Risk Assessment and Safety', 0, '', 'inherit', 'closed', 'closed', '', 'risk_assessment_and_safety', '', '', '2009-05-28 21:39:09', '2009-05-29 02:39:09', '', 192, 'http://dev.aazk.org/wp-content/uploads/risk_assessment_and_safety.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (223, 1, '2009-05-27 20:50:23', '2009-05-28 01:50:23', '<p>The Behavioral Husbandry Committee formally came into being in late 2008. It brought together two very different and yet very alike committees, The Animal Training and Enrichment Committees. These were joined at the request of the two individual committees.</p>\r\n\r\n<p>The AAZK Enrichment Committee was founded in 1994 and The Animal Training Committee was founded in 2000. These specialized groups were organized to provide specific resources in the areas of  enrichment and training. The timeliness of their formation filled a growing  need for support as these aspects of animal care evolved into a daily part of husbandry.</p>\r\n\r\n<p>Since the formation of these two  committees, most zoo professionals have found great success in utilizing both  training techniques and enrichment to solve behavioral challenges in captive animals. Many zoos now have a supportive "Behavioral Husbandry Department" or  staff that is dedicated to training, enrichment and animal welfare. Training and enrichment are no longer viewed necessarily as separate entities, but as two branches of behavioral management that are often used in concert. In our effort to stay current with the trends of professional zoo keeping, we have combined the two current committees into one AAZK, Inc. Behavioral Husbandry Committee. The focus of this committee would be training, enrichment and animal welfare.</p>\r\n\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n    <li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n    <li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n    <li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n    <li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n    <li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n    <li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<h3>Projects:</h3>\r\n<ul>\r\n    <li>Partner with other committees to streamline resources and efforts</li>\r\n    <li>Development of new workshops for the annual conference</li>\r\n    <li>Development of training behavior lists for taxonomic groups</li>\r\n    <li>Update the bibliography and resource lists over time</li>\r\n    <li>Surveying the membership to meet needs</li>\r\n    <li>Enhancement of this website</li>\r\n    <li>A database of bibliographies </li>\r\n    <li> Enrichment guidelines for marine mammals and elephants </li>\r\n    <li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<h3>Additional Information</h3>\r\n<ul>\r\n    <li><a href="/pdf/What%20is%20animal%20training.pdf">What is Training?</a></li>\r\n    <li><a href="/pdf/Health%20and%20Safety%20Considerations.pdf">Health and Safety Considerations</a></li>\r\n    <li><a href="/pdf/ATC%20Animal%20Training%20Bibliography%20Dec%2007.pdf">Training and Enrichment Bibliography</a></li>\r\n    <li><a href="/pdf/Training%20Terms.pdf">Glossary of Training Terms</a></li>\r\n    <li><a href="/pdf/2007_AAZK_ADT_Final_Revision1.pdf">Animal Data Transfer Form</a></li>\r\n    <li><a href="http://www.enrichment.org/video.html">Training and Enrichment Video Library</a></li>\r\n    <li><a href="/committees/comm_animalbehavior_links.php">Resources</a></li>\r\n    <li><a href="/pdf/Risk%20Assessment%20and%20Safety%20Considerations.pdf">Health and Safety</a></li>\r\n    <li>Suggested Guidelines for Enrichment: available in the Members Area.</li>\r\n    <li><a href="/committees/enrichment/comm_enrichment_resources.php">Printed Resources</a></li>\r\n    <li><a href="/committees/enrichment/comm_enrichment_suppliers.php">Enrichment Suppliers</a></li>\r\n    <li>Enrichment Day Examples: examples of enrichment day events from various institutions. Available in Members Area.</li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2009-05-27 20:50:23', '2009-05-28 01:50:23', '', 192, 'http://dev.aazk.org/uncategorized/192-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (224, 1, '2009-05-28 21:46:53', '2009-05-29 02:46:53', '<h4>Purpose</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards\' criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award\'s recipients each year at the National Conference.\r\n<h4>Nominations</h4>\r\nThe AAZK Awards Committee is accepting nominations for the following categories. The deadline for all award nominations is <strong>May 1, of each calendar year</strong>. Nomination criteria for these nine awards are listed below:\r\n<ul>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/awards-committee/lifetime-achievement-la-award/">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/awards-committee/mazuri-animal-nutrition-award-mana/">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/awards-committee/certificate-of-merit-in-conservation-cmc/">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/awards-committee/the-aazk-chapter-of-the-year-award/">The Barbara Manspeaker AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\nThese awards are presented at the annual AAZK National Conference held in the fall each year. The deadline for all award nominations is <strong>May 1, of each calendar year</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p align="center">Janet McCoy, Chair, AAZK Awards Committee</p>\r\n<p align="center"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n<h4>Awards Committee Members</h4>\r\n<div class="first sixcol">\r\n<p align="center"><strong>Chair</strong></p>\r\n<img class="aligncenter" alt="Janet McCoy" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/janmccoy-291x300.jpg" width="150" />\r\n<p align="center">Janet McCoy</p>\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<h4>Past Recipients</h4>\r\n<a class="button" href="http://www.aecetia.net/gws/aazk/committee/awards-committee/past-recipients/">View the 2013 Award Recipients</a>\r\n<div id="inner-links"></div>', 'Awards Committee', 0, '', 'publish', 'closed', 'closed', '', 'awards-committee', '', '', '2014-02-27 11:41:35', '2014-02-27 16:41:35', '', 12, 'http://dev.aazk.org/?page_id=224', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3487, 1, '2013-10-28 11:18:46', '2013-10-28 16:18:46', '<strong><em>AAZK Award Nominations Are Now Being Accepted for 2013</em></strong>\n\n<h4>Purpose</h4>\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards\' criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award\'s recipients each year at the National Conference.\n\n<h4>Awards Committee Members</h4>\n<div class="first sixcol">\n <p align="center"><strong>Chair</strong></p>\n<img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/janmccoy-291x300.jpg" alt="Janet McCoy" width="150" class="aligncenter" />\n <p align="center">Janet McCoy</p>\n</div>\n\n<div class="clear"></div>\n\n<strong>Nominations</strong>\n\n<em>The AAZK Awards Committee is accepting nominations for the Jean M. Hromadka AAZK Excellence in Animal Care Award, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, The AAZK Chapter of the Year Award, Lifetime Achievement Award (LA), the Lee Houts Excellence in Enrichment(LHEE) Award, The Certificate of Merit for Zoo Keeper Education (CMZE), The Certificate of Excellence in Exhibit Design Renovation (CEER), the Mazuri Animal Nutrition Award (MANA), and The Certificate of Merit in Conservation Award(CMC). </em>\n\nNomination criteria for these nine awards are listed below. These awards are presented at the annual AAZK National Conference held in the fall each year. The deadline for all award nominations is <strong>1 May</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\n\nJanet McCoy, Chair, AAZK Awards Committee\n846 NW 170th Dr.\nBeaverton, OR 97006\n\nOr, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\n\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\n\n<strong>Award Nominations should be submitted to:</strong>\nJanet McCoy, Chair, AAZK Awards Committee\n846 NW 170th Dr.\nBeaverton, OR 97006\n\n<strong>Deadline for Nominations is 1 May </strong>\n<ul>\n	<li><a href="[homeurl]/committee/awards-committee/lifetime-achievement-la-award/">Lifetime Achievement (LA) Award</a></li>\n	<li><a href="[homeurl]/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\n	<li><a href="[homeurl]/committee/awards-committee/mazuri-animal-nutrition-award-mana/">Mazuri Animal Nutrition Award (MANA)</a></li>\n	<li><a href="[homeurl]/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\n	<li><a href="[homeurl]/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-in-conservation-cmc/">Certificate of Merit in Conservation Award</a></li>\n	<li><a href="[homeurl]/committee/awards-committee/the-aazk-chapter-of-the-year-award/">The AAZK Chapter of the Year Award</a></li>\n</ul>\n\n<strong><a href="[homeurl]/wp-content/uploads/awards2012.pdf">2012 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2013-10-28 11:18:46', '2013-10-28 16:18:46', '', 224, 'http://web3.gowebsolutions.com/~aazook/224-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3331, 1, '2013-10-21 16:53:25', '2013-10-21 21:53:25', '<strong><em>AAZK Award Nominations Are Now Being Accepted for 2013</em></strong>\r\n\r\n<h3>Purpose</h3>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards\' criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award\'s recipients each year at the National Conference.\r\n\r\n<h3>Awards Committee Members</h3>\r\n<div class="first sixcol">\r\n <p align="center"><strong>Chair</strong></p>\r\n<img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/janmccoy-291x300.jpg" alt="Janet McCoy" width="150" class="aligncenter" />\r\n <p align="center">Janet McCoy</p>\r\n</div>\r\n\r\n\r\n\r\n<strong>Nominations</strong>\r\n\r\n<em>The AAZK Awards Committee is accepting nominations for the Jean M. Hromadka AAZK Excellence in Animal Care Award, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, The AAZK Chapter of the Year Award, Lifetime Achievement Award (LA), the Lee Houts Excellence in Enrichment(LHEE) Award, The Certificate of Merit for Zoo Keeper Education (CMZE), The Certificate of Excellence in Exhibit Design Renovation (CEER), the Mazuri Animal Nutrition Award (MANA), and The Certificate of Merit in Conservation Award(CMC). </em>\r\n\r\nNomination criteria for these nine awards are listed below. These awards are presented at the annual AAZK National Conference held in the fall each year. The deadline for all award nominations is <strong>1 May</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\nOr, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\n<strong>Deadline for Nominations is 1 May </strong>\r\n<ul>\r\n	<li><a href="[homeurl]/committee/awards-committee/lifetime-achievement-la-award/">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/mazuri-animal-nutrition-award-mana/">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-in-conservation-cmc/">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/the-aazk-chapter-of-the-year-award/">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/awards2012.pdf">2012 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2013-10-21 16:53:25', '2013-10-21 21:53:25', '', 224, 'http://web3.gowebsolutions.com/~aazook/uncategorized/224-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3330, 1, '2013-10-21 16:13:01', '2013-10-21 21:13:01', '<h3>Chair</h3>\r\n[caption id="attachment_1249" align="alignright" width="291"]<a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/janmccoy.jpg"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/janmccoy-291x300.jpg" alt="Janet McCoy" width="291" height="300" class="size-medium wp-image-1249" /></a> Janet McCoy[/caption]\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2013</em></strong>\r\n<h3>Purpose</h3>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards\' criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award\'s recipients each year at the National Conference.\r\n\r\n<strong>Nominations</strong>\r\n\r\n<em>The AAZK Awards Committee is accepting nominations for the Jean M. Hromadka AAZK Excellence in Animal Care Award, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, The AAZK Chapter of the Year Award, Lifetime Achievement Award (LA), the Lee Houts Excellence in Enrichment(LHEE) Award, The Certificate of Merit for Zoo Keeper Education (CMZE), The Certificate of Excellence in Exhibit Design Renovation (CEER), the Mazuri Animal Nutrition Award (MANA), and The Certificate of Merit in Conservation Award(CMC). </em>\r\n\r\nNomination criteria for these nine awards are listed below. These awards are presented at the annual AAZK National Conference held in the fall each year. The deadline for all award nominations is <strong>1 May</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\nOr, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\n<strong>Deadline for Nominations is 1 May </strong>\r\n<ul>\r\n	<li><a href="[homeurl]/committee/awards-committee/lifetime-achievement-la-award/">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/mazuri-animal-nutrition-award-mana/">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-in-conservation-cmc/">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/the-aazk-chapter-of-the-year-award/">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/awards2012.pdf">2012 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2013-10-21 16:13:01', '2013-10-21 21:13:01', '', 224, 'http://web3.gowebsolutions.com/~aazook/uncategorized/224-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (225, 1, '2009-05-28 21:46:21', '2009-05-29 02:46:21', '', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-05-28 21:46:21', '2009-05-29 02:46:21', '', 224, 'http://dev.aazk.org/uncategorized/224-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (226, 1, '2009-05-28 21:46:53', '2009-05-29 02:46:53', '', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-05-28 21:46:53', '2009-05-29 02:46:53', '', 224, 'http://dev.aazk.org/uncategorized/224-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (227, 1, '2009-05-28 21:50:05', '2009-05-29 02:50:05', '<p><strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong></p>\r\n\r\n<p>The AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>. Nomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting  Janet McCoy, Chair, AAZK Awards Committee, Oregon Zoo, 4001 S.W. Canyon Rd., Portland, OR 97221. <a href="/blindemail.php?name=Janet" target="_blank">Send Jan an email.</a></p>\r\n\r\n</p>The character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution"s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers" Forum (AAZK). Some categories may include monetary awards.</\r\n\r\n</p><strong>Award Nominations should be submitted to:</strong><br>\r\n  Janet McCoy, Awards Chair<br>\r\n  The Oregon Zoo<br>\r\n  4001 SW Canyon Road<br>\r\n  Portland, OR 97221</p>\r\n\r\n<p><strong>Deadline for Nominations is 1 May 2009</strong></p>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-05-28 21:50:05', '2009-05-29 02:50:05', '', 224, 'http://dev.aazk.org/uncategorized/224-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (228, 1, '2009-05-28 21:51:36', '2009-05-29 02:51:36', '<p><strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong></p>\r\n\r\n<p>The AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.</p>\r\n\r\n<p>Nomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting  Janet McCoy, Chair, AAZK Awards Committee, Oregon Zoo, 4001 S.W. Canyon Rd., Portland, OR 97221. <a href="/blindemail.php?name=Janet" target="_blank">Send Jan an email.</a></p>\r\n\r\n</p>The character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution"s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers" Forum (AAZK). Some categories may include monetary awards.</\r\n\r\n</p><strong>Award Nominations should be submitted to:</strong><br>\r\n  Janet McCoy, Awards Chair<br>\r\n  The Oregon Zoo<br>\r\n  4001 SW Canyon Road<br>\r\n  Portland, OR 97221</p>\r\n\r\n<p><strong>Deadline for Nominations is 1 May 2009</strong></p>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-05-28 21:51:36', '2009-05-29 02:51:36', '', 224, 'http://dev.aazk.org/uncategorized/224-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (229, 1, '2009-05-28 21:52:56', '2009-05-29 02:52:56', '<p><strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong></p>\r\n\r\n<p>The AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.</p>\r\n\r\n<p>Nomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:</p>\r\n\r\n<p>Janet McCoy, Chair, AAZK Awards Committee<br />\r\nOregon Zoo<br />\r\n4001 S.W. Canyon Rd.<br />\r\nPortland, OR 97221</p>\r\n\r\n<p>Or, <a href="/blindemail.php?name=Janet" target="_blank">Send Jan an email.</a></p>\r\n\r\n</p>The character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution"s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers" Forum (AAZK). Some categories may include monetary awards.</\r\n\r\n</p><strong>Award Nominations should be submitted to:</strong><br>\r\n  Janet McCoy, Awards Chair<br>\r\n  The Oregon Zoo<br>\r\n  4001 SW Canyon Road<br>\r\n  Portland, OR 97221</p>\r\n\r\n<p><strong>Deadline for Nominations is 1 May 2009</strong></p>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-05-28 21:52:56', '2009-05-29 02:52:56', '', 224, 'http://dev.aazk.org/uncategorized/224-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (230, 1, '2009-05-28 21:56:38', '2009-05-29 02:56:38', '', '2008 Award Recipients', 0, '', 'inherit', 'closed', 'closed', '', '2008_awards_recipients', '', '', '2009-05-28 21:56:38', '2009-05-29 02:56:38', '', 224, 'http://dev.aazk.org/wp-content/uploads/2008_awards_recipients.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (231, 1, '2009-05-28 21:54:43', '2009-05-29 02:54:43', '<p><strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong></p>\r\n\r\n<p>The AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.</p>\r\n\r\n<p>Nomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:</p>\r\n\r\n<p>Janet McCoy, Chair, AAZK Awards Committee<br />\r\nOregon Zoo<br />\r\n4001 S.W. Canyon Rd.<br />\r\nPortland, OR 97221</p>\r\n\r\n<p>Or, <a href="/blindemail.php?name=Janet" target="_blank">Send Jan an email.</a></p>\r\n\r\n</p>The character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.</p>\r\n\r\n</p><strong>Award Nominations should be submitted to:</strong><br>\r\n  Janet McCoy, Awards Chair<br>\r\n  The Oregon Zoo<br>\r\n  4001 SW Canyon Road<br>\r\n  Portland, OR 97221</p>\r\n\r\n<p><strong>Deadline for Nominations is 1 May 2009</strong></p>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-05-28 21:54:43', '2009-05-29 02:54:43', '', 224, 'http://dev.aazk.org/uncategorized/224-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (232, 1, '2009-05-28 22:11:38', '2009-05-29 03:11:38', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Lifetime Achievement Award presented by the AAZK Awards Committee. This award is to be given at the end (retirement) of a keeper’s career. The purpose of the award is to recognize outstanding commitment to professionalism as a zoo keeper over a long period of time, and significant contributions to the community.\r\n\r\nThe Lifetime Achievement Award was established by the 1993 Awards Committee, Janet McCoy, Chair. Rachél Rogers proposed the award to the AAZK Board of Directors. The award is presented at the annual AAZK National Conference.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Qualifications</h4>\r\n<ul>\r\n	<li>The <strong>nominee</strong> must be a full-time keeper retiring from a career of zoo keeping and employed in any North American zoological institution, aquarium or related facility.</li>\r\n	<li>The nominee must have been employed at least 20 years on permanent status at a zoo, aquarium or related facility.</li>\r\n	<li>The nominee <strong>must</strong> be nominated by <strong>two</strong> of his or her peers who have also been employed at that same zoo, aquarium or related facility. Supporting nominations may be submitted by management personnel from the same institution.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Procedure</h4>\r\n<ul>\r\n	<li>List name, position, institution’s  name, address, phone and Director, years of  service in the field and the recommendation of peers or colleagues.</li>\r\n	<li>List and <strong>document</strong> outstanding achievements: exhibits, breeding, education, project participation, papers, etc. <strong>Verification</strong> of these facts must be signed by the zoo director, curator, or immediate supervisor of the individual being nominated.</li>\r\n	<li>Describe extra activities outside of zoo, aquarium or related facility: working with conservation groups, animal-related youth groups, rehabilitation wildlife officials, etc.</li>\r\n	<li>Paragraph on why the nominee fits the criteria.</li>\r\n	<li>Provide 3 - 5 references.</li>\r\n	<li>Deadline for nominations is <strong>MAY 1st</strong> of each year.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Selection Procedure</h4>\r\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Form</h4>\r\nPlease select the format you would like to download the Nomination Form below:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/laa.doc" target="_blank">Download nomination form in MS Word format</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/laa.pdf" target="_blank">Download nomination form in Adobe PDF format</a>\r\n\r\n<div id="inner-links"></div>', 'Lifetime Achievement (LA) Award', 0, '', 'publish', 'closed', 'closed', '', 'lifetime-achievement-la-award', '', '', '2013-10-28 11:56:31', '2013-10-28 16:56:31', '', 224, 'http://dev.aazk.org/?page_id=232', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (233, 1, '2009-05-28 22:11:28', '2009-05-29 03:11:28', '<p>The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Lifetime Achievement Award presented by the AAZK Awards Committee. This award is to be given at the end (retirement) of a keeper’s career. The purpose of the award is to recognize outstanding commitment to professionalism as a zoo keeper over a long period of time, and significant contributions to the community.</p>\n\n<p>The Lifetime Achievement Award was established by the 1993 Awards Committee, Janet McCoy, Chair. Rachél Rogers proposed the award to the AAZK Board of Directors. The award is presented at the annual AAZK National Conference.</p>\n\n<h3>Qualifications</h3>\n<ol>\n	<li>The <strong>nominee</strong> must be a full-time keeper retiring from a career of zoo keeping and employed in any North American zoological institution, aquarium or related facility.</li>\n	<li>The nominee must have been employed at least 20 years on permanent status at a zoo, aquarium or related facility.</li>\n	<li>The nominee <strong>must</strong> be nominated by <strong>two</strong> of his or her peers who have also been employed at that same zoo, aquarium or related facility. Supporting nominations may be submitted by management personnel from the same institution.</li>\n</ol>\n\n<h3>Nomination Procedure</h3>\n\n<ol>\n    <li>List name, position, institution’s  name, address, phone and Director, years of  service in the field and the recommendation of peers or colleagues.</li>\n    <li>List and <strong>document</strong> outstanding achievements: exhibits, breeding, education, project participation, papers, etc. <strong>Verification</strong> of these facts must be signed by the zoo director, curator, or immediate supervisor of the individual being nominated.</li>\n    <li>Describe extra activities outside of zoo, aquarium or related facility: working with conservation groups, animal-related youth groups, rehabilitation wildlife officials, etc.</li>\n    <li>Paragraph on why the nominee fits the criteria.</li>\n    <li>Provide 3 - 5 references.</li>\n    <li>Deadline for nominations is <strong>MAY 1st</strong> of each year.</li>\n</ol>\n\n<h3>Selection Procedure:</h3>\n\n<p>The Awards Committee, consisting of five keepers, will independently review each nominee.</p>', 'Lifetime Achievement (LA) Award', 0, '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2009-05-28 22:11:28', '2009-05-29 03:11:28', '', 232, 'http://dev.aazk.org/uncategorized/232-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (235, 2, '2013-11-21 12:44:57', '2013-11-21 17:44:57', '<h4>Purpose</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards\' criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award\'s recipients each year at the National Conference.\r\n<h4>Nominations</h4>\r\nThe AAZK Awards Committee is accepting nominations for the following categories. The deadline for all award nominations is <strong>May 1, of each calendar year</strong>. Nomination criteria for these nine awards are listed below:\r\n<ul>\r\n	<li><a href="[homeurl]/committee/awards-committee/lifetime-achievement-la-award/">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/mazuri-animal-nutrition-award-mana/">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-in-conservation-cmc/">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/the-aazk-chapter-of-the-year-award/">The Barbara Manspeaker AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\nThese awards are presented at the annual AAZK National Conference held in the fall each year. The deadline for all award nominations is <strong>May 1, of each calendar year</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p align="center">Janet McCoy, Chair, AAZK Awards Committee</p>\r\n<p align="center"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n<h4>Awards Committee Members</h4>\r\n<div class="first sixcol">\r\n<p align="center"><strong>Chair</strong></p>\r\n<img class="aligncenter" alt="Janet McCoy" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/janmccoy-291x300.jpg" width="150" />\r\n<p align="center">Janet McCoy</p>\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<h4>Past Recipients</h4>\r\n<a class="button" href="[homeurl]/committee/awards-committee/past-recipients/">View the 2013 Award Recipients</a>\r\n<div id="inner-links"></div>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-autosave-v1', '', '', '2013-11-21 12:44:57', '2013-11-21 17:44:57', '', 224, 'http://dev.aazk.org/uncategorized/224-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4573, 2, '2013-11-21 12:37:59', '2013-11-21 17:37:59', '<h4>Purpose</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards\' criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award\'s recipients each year at the National Conference.\r\n<h4>Nominations</h4>\r\nThe AAZK Awards Committee is accepting nominations for the following categories. The deadline for all award nominations is <strong>May 1, of each calendar year</strong>. Nomination criteria for these nine awards are listed below:\r\n<ul>\r\n	<li><a href="[homeurl]/committee/awards-committee/lifetime-achievement-la-award/">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/mazuri-animal-nutrition-award-mana/">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-in-conservation-cmc/">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/the-aazk-chapter-of-the-year-award/">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\nThese awards are presented at the annual AAZK National Conference held in the fall each year. The deadline for all award nominations is <strong>May 1, of each calendar year</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p align="center">Janet McCoy, Chair, AAZK Awards Committee</p>\r\n<p align="center"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>\r\n</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong></strong>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n<h4>Awards Committee Members</h4>\r\n<div class="first sixcol">\r\n<p align="center"><strong>Chair</strong></p>\r\n<img class="aligncenter" alt="Janet McCoy" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/janmccoy-291x300.jpg" width="150" />\r\n<p align="center">Janet McCoy</p>\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<h4>Past Recipients</h4>\r\n<a class="button" href="[homeurl]/committee/awards-committee/past-recipients/">View the 2013 Award Recipients</a>\r\n<div id="inner-links"></div>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2013-11-21 12:37:59', '2013-11-21 17:37:59', '', 224, 'http://web3.gowebsolutions.com/~aazook/224-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (234, 1, '2009-05-28 22:11:38', '2009-05-29 03:11:38', '<p>The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Lifetime Achievement Award presented by the AAZK Awards Committee. This award is to be given at the end (retirement) of a keeper’s career. The purpose of the award is to recognize outstanding commitment to professionalism as a zoo keeper over a long period of time, and significant contributions to the community.</p>\r\n\r\n<p>The Lifetime Achievement Award was established by the 1993 Awards Committee, Janet McCoy, Chair. Rachél Rogers proposed the award to the AAZK Board of Directors. The award is presented at the annual AAZK National Conference.</p>\r\n\r\n<h3>Qualifications</h3>\r\n<ol>\r\n	<li>The <strong>nominee</strong> must be a full-time keeper retiring from a career of zoo keeping and employed in any North American zoological institution, aquarium or related facility.</li>\r\n	<li>The nominee must have been employed at least 20 years on permanent status at a zoo, aquarium or related facility.</li>\r\n	<li>The nominee <strong>must</strong> be nominated by <strong>two</strong> of his or her peers who have also been employed at that same zoo, aquarium or related facility. Supporting nominations may be submitted by management personnel from the same institution.</li>\r\n</ol>\r\n\r\n<h3>Nomination Procedure</h3>\r\n\r\n<ol>\r\n    <li>List name, position, institution’s  name, address, phone and Director, years of  service in the field and the recommendation of peers or colleagues.</li>\r\n    <li>List and <strong>document</strong> outstanding achievements: exhibits, breeding, education, project participation, papers, etc. <strong>Verification</strong> of these facts must be signed by the zoo director, curator, or immediate supervisor of the individual being nominated.</li>\r\n    <li>Describe extra activities outside of zoo, aquarium or related facility: working with conservation groups, animal-related youth groups, rehabilitation wildlife officials, etc.</li>\r\n    <li>Paragraph on why the nominee fits the criteria.</li>\r\n    <li>Provide 3 - 5 references.</li>\r\n    <li>Deadline for nominations is <strong>MAY 1st</strong> of each year.</li>\r\n</ol>\r\n\r\n<h3>Selection Procedure:</h3>\r\n\r\n<p>The Awards Committee, consisting of five keepers, will independently review each nominee.</p>', 'Lifetime Achievement (LA) Award', 0, '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2009-05-28 22:11:38', '2009-05-29 03:11:38', '', 232, 'http://dev.aazk.org/uncategorized/232-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (236, 1, '2009-05-28 21:56:51', '2009-05-29 02:56:51', '<p><strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong></p>\r\n\r\n<p>The AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.</p>\r\n\r\n<p>Nomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:</p>\r\n\r\n<p>Janet McCoy, Chair, AAZK Awards Committee<br />\r\nOregon Zoo<br />\r\n4001 S.W. Canyon Rd.<br />\r\nPortland, OR 97221</p>\r\n\r\n<p>Or, <a href="/blindemail.php?name=Janet" target="_blank">Send Jan an email.</a></p>\r\n\r\n</p>The character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.</p>\r\n\r\n</p><strong>Award Nominations should be submitted to:</strong><br>\r\n  Janet McCoy, Awards Chair<br>\r\n  The Oregon Zoo<br>\r\n  4001 SW Canyon Road<br>\r\n  Portland, OR 97221</p>\r\n\r\n<p><strong>Deadline for Nominations is 1 May 2009</strong></p>\r\n\r\n<p><strong><a href=\'/wp-content/uploads/2008_awards_recipients.pdf\'>2008 Award Recipients</a></strong></p>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-05-28 21:56:51', '2009-05-29 02:56:51', '', 224, 'http://dev.aazk.org/uncategorized/224-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (237, 1, '2009-05-28 22:14:59', '2009-05-29 03:14:59', '<strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong>\r\n\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\nOregon Zoo\r\n4001 S.W. Canyon Rd.\r\nPortland, OR 97221\r\n\r\nOr, <a href="/blindemail.php?name=Janet" target="_blank">Send Jan an email.</a>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Awards Chair\r\nThe Oregon Zoo\r\n4001 SW Canyon Road\r\nPortland, OR 97221\r\n\r\n<strong>Deadline for Nominations is 1 May 2009</strong>\r\n<ul>\r\n	<li>[thkBC id="232" height="300" width="500" anchortext="Link Anchor Text" title="Lifetime Achievement (LA) Award" type="iframe"]</li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-05-28 22:14:59', '2009-05-29 03:14:59', '', 224, 'http://dev.aazk.org/uncategorized/224-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (239, 1, '2009-05-28 22:21:51', '2009-05-29 03:21:51', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Lee Houts Excellence in Enrichment (LHEE) Award presented by the AAZK Awards Committee. The purpose of the award is to recognize outstanding keeper-initiated contributions to the art and science of environmental enrichment. It is hoped that recognition of outstanding efforts by keepers to improve animal care and welfare through environmental enrichment will provide incentive to keepers to continue to be leaders in this important endeavor.\r\n\r\nThe Lee Houts Excellence in Enrichment was established in 2001 by the AAZK Enrichment Committee. Lee Houts proposed the award to the AAZK Board of Directors. The award was renamed in Lee\'s memory, and to honor her many contributions to the field of enrichment, following her death in 2005. The award is presented at the annual AAZK National Conference.\r\n\r\n<h4>Qualifications</h4>\r\n<ul>\r\n	<li>The nominee may be an individual, group, project or program in any North American zoo, aquarium, or related facility that has improved the well-being of an animal or group of animals through outstanding <strong>keeper-initiated</strong> enrichment techniques.</li>\r\n	<li>Nominees <strong>must</strong> have excelled in one or more of the following categories:\r\n<ul>\r\n	<li>Innovative techniques developed, implemented and evaluated.</li>\r\n	<li>Creative fundraising efforts implemented which increased the availability of enrichment items for staff to utilize.</li>\r\n	<li>Motivation of staff, volunteers and peers through development of an enrichment infrastructure that increased participation in in-house programs or disseminated information to the zoo community to advance the art and science of environmental enrichment.</li>\r\n	<li>The nominee must be nominated by a keeper.</li>\r\n</ul>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Procedure</h4>\r\n<ul>\r\n	<li>List name of keeper(s) who initiated the enrichment, institution\'s name, address, phone and Director.</li>\r\n	<li>List and <strong>document</strong> outstanding achievements in one or more of the categories listed under qualifications. <strong>Verification</strong> of these facts must be signed by the zoo director, curator, or immediate supervisor of the <strong>nominee</strong>.</li>\r\n	<li>The deadline for nominations is <strong>MAY 1st</strong> of each year.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Selection Procedure</h4>\r\nThe Awards and Enrichment Committees will independently review each nominee.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Form</h4>\r\nPlease select the format you would like to download the Nomination Form below:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/enrichform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/enrichform.pdf" target="_blank">Download nomination form in Adobe PDF format</a>\r\n\r\n<div id="inner-links"></div>', 'Lee Houts Excellence in Enrichment (LHEE) Award', 0, '', 'publish', 'closed', 'closed', '', 'lee-houts-excellence-in-enrichment-lhee-award', '', '', '2013-10-28 12:01:03', '2013-10-28 17:01:03', '', 224, 'http://dev.aazk.org/?page_id=239', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (238, 1, '2009-05-28 22:15:57', '2009-05-29 03:15:57', '<strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong>\r\n\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\nOregon Zoo\r\n4001 S.W. Canyon Rd.\r\nPortland, OR 97221\r\n\r\nOr, <a href="/blindemail.php?name=Janet" target="_blank">Send Jan an email.</a>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Awards Chair\r\nThe Oregon Zoo\r\n4001 SW Canyon Road\r\nPortland, OR 97221\r\n\r\n<strong>Deadline for Nominations is 1 May 2009</strong>\r\n<ul>\r\n	<li>[thkBC id="232" height="500" width="900" anchortext="Lifetime Achievement (LA) Award" title="Lifetime Achievement (LA) Award" type="iframe"]</li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-05-28 22:15:57', '2009-05-29 03:15:57', '', 224, 'http://dev.aazk.org/uncategorized/224-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (240, 1, '2009-05-28 22:17:07', '2009-05-29 03:17:07', '', 'Lee Houts Excellence in Enrichment (LHEE) Award', 0, '', 'inherit', 'closed', 'closed', '', '239-revision-v1', '', '', '2009-05-28 22:17:07', '2009-05-29 03:17:07', '', 239, 'http://dev.aazk.org/uncategorized/239-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (244, 1, '2009-05-28 22:28:38', '2009-05-29 03:28:38', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the <em>Certificate of Merit for Zoo Keeper Education (CMZE)</em> presented by the AAZK Awards Committee. The purpose of the award is to recognize individuals, institutions and organizations in the zoological community most actively promoting educational programs for zoo keepers. Examples of such support are: reimbursements for formal education, keeper training courses and staff seminars.\r\n\r\nThe CMZE was founded by Jeff Roberts, 1976-1978 CHAIR, in 1978, to compliment the work of the AAZK Education Committee that had been formed at that time. The award is presented at the annual AAZK National Conference.\r\n\r\n<h4>Qualifications</h4>\r\n<ul>\r\n	<li>Any staff individual, institution or organization from a North American zoo, aquarium or related facility is eligible.</li>\r\n	<li>The keeper training program must have been in existence for at least one (1) year.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Procedure</h4>\r\n<ul>\r\n	<li>If you feel that your institution, organization or a staff individual merits such an award, please submit a letter of nomination  which mentions specifically the educational programs that are offered.</li>\r\n	<li>Claims made should be backed up with <strong>documentation</strong> for the committee to review.</li>\r\n	<li>List the institution or organization\'s name, address, phone and Director.</li>\r\n	<li>The deadline for nominations is <strong>MAY 1st</strong> of each year.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Selection Procedure:</h4>\r\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\r\n\r\n<h4>Nomination Form</h4>\r\nPlease select the format you would like to download the Nomination Form below:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/edform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/edform.pdf" target="_blank">Download nomination form in Adobe PDF format</a>\r\n\r\n<div id="inner-links"></div>', 'Certificate of Merit for Zoo Keeper Education (CMZE)', 0, '', 'publish', 'closed', 'closed', '', 'certificate-of-merit-for-zoo-keeper-education-cmze', '', '', '2013-10-28 12:15:03', '2013-10-28 17:15:03', '', 224, 'http://dev.aazk.org/?page_id=244', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (241, 1, '2009-05-28 22:16:34', '2009-05-29 03:16:34', '<strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong>\r\n\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\nOregon Zoo\r\n4001 S.W. Canyon Rd.\r\nPortland, OR 97221\r\n\r\nOr, <a href="/blindemail.php?name=Janet" target="_blank">Send Jan an email.</a>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Awards Chair\r\nThe Oregon Zoo\r\n4001 SW Canyon Road\r\nPortland, OR 97221\r\n\r\n<strong>Deadline for Nominations is 1 May 2009</strong>\r\n<ul>\r\n	<li>[thkBC id="232" height="500" width="900" anchortext="Lifetime Achievement (LA) Award" title="" type="iframe"]</li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-05-28 22:16:34', '2009-05-29 03:16:34', '', 224, 'http://dev.aazk.org/uncategorized/224-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (242, 1, '2009-05-28 22:23:19', '2009-05-29 03:23:19', '<strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong>\r\n\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\nOregon Zoo\r\n4001 S.W. Canyon Rd.\r\nPortland, OR 97221\r\n\r\nOr, <a href="/blindemail.php?name=Janet" target="_blank">Send Jan an email.</a>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Awards Chair\r\nThe Oregon Zoo\r\n4001 SW Canyon Road\r\nPortland, OR 97221\r\n\r\n<strong>Deadline for Nominations is 1 May 2009</strong>\r\n<ul>\r\n	<li>[thkBC id="232" height="500" width="900" anchortext="Lifetime Achievement (LA) Award" title="" type="iframe"]</li>\r\n	<li>[thkBC id="239" height="500" width="900" anchortext="Lee Houts Excellence in Enrichment (LHEE) Award" type="iframe"]</li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-05-28 22:23:19', '2009-05-29 03:23:19', '', 224, 'http://dev.aazk.org/uncategorized/224-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (243, 1, '2009-05-28 22:21:51', '2009-05-29 03:21:51', '&lt;p&gt;The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Lee Houts Excellence in Enrichment (LHEE) Award presented by the AAZK Awards Committee. The purpose of the award is to recognize outstanding keeper-initiated contributions to the art and science of environmental enrichment. It is hoped that recognition of outstanding efforts by keepers to improve animal care and welfare through environmental enrichment will provide incentive to keepers to continue to be leaders in this important endeavor.&lt;/p&gt;\r\n\r\n&lt;p&gt;The Lee Houts Excellence in Enrichment was established in 2001 by the AAZK Enrichment Committee. Lee Houts proposed the award to the AAZK Board of Directors. The award was renamed in Lee\'s memory, and to honor her many contributions to the field of enrichment, following her death in 2005. The award is presented at the annual AAZK National Conference.&lt;/p&gt;\r\n\r\n&lt;h3&gt;Qualifications&lt;/h3&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;The nominee may be an individual, group, project or program in any North American zoo, aquarium, or related facility that has improved the well-being of an animal or group of animals through outstanding &lt;strong&gt;keeper-initiated&lt;/strong&gt; enrichment techniques.&lt;/li&gt;\r\n\r\n&lt;li&gt;Nominees &lt;strong&gt;must&lt;/strong&gt; have excelled in one or more of the following categories:&lt;br /&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Innovative techniques developed, implemented and evaluated.&lt;/li&gt;\r\n&lt;li&gt;Creative fundraising efforts implemented which increased the availability of enrichment items for staff to utilize.&lt;/li&gt;\r\n&lt;li&gt;Motivation of staff, volunteers and peers through development of an enrichment infrastructure that increased participation in in-house&lt;/li&gt;\r\n&lt;/ul&gt;\r\nprograms or disseminated information to the zoo community to advance the art and science of environmental enrichment.&lt;/li&gt;\r\n&lt;li&gt;The nominee must be nominated by a keeper.&lt;/li&gt;\r\n&lt;/ul&gt;\r\n\r\n&lt;h3&gt;Nomination Procedure&lt;/h3&gt;\r\n&lt;ol&gt;\r\n&lt;li&gt;List name of keeper(s) who initiated the enrichment, institution\'s name, address, phone and Director.&lt;/li&gt;\r\n&lt;li&gt;List and &lt;strong&gt;document&lt;/strong&gt; outstanding achievements in one or more of the categories listed under qualifications. &lt;strong&gt;Verification&lt;/strong&gt; of these facts must be signed by the zoo director, curator, or immediate supervisor of the &lt;strong&gt;nominee&lt;/strong&gt;.&lt;/li&gt;\r\n&lt;li&gt;The deadline for nominations is &lt;strong&gt;MAY 1st&lt;/strong&gt; of each year.&lt;/li&gt;\r\n&lt;/ol&gt;\r\n\r\n&lt;h3&gt;Selection Procedure:&lt;/h3&gt;\r\n&lt;p&gt;The Awards and Enrichment Committees will independently review each nominee.&lt;/p&gt;', 'Lee Houts Excellence in Enrichment (LHEE) Award', 0, '', 'inherit', 'closed', 'closed', '', '239-revision-v1', '', '', '2009-05-28 22:21:51', '2009-05-29 03:21:51', '', 239, 'http://dev.aazk.org/uncategorized/239-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (245, 1, '2009-05-28 22:26:31', '2009-05-29 03:26:31', '', 'Certificate of Merit for Zoo Keeper Education (CMZE)', 0, '', 'inherit', 'closed', 'closed', '', '244-revision-v1', '', '', '2009-05-28 22:26:31', '2009-05-29 03:26:31', '', 244, 'http://dev.aazk.org/uncategorized/244-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (246, 1, '2009-05-28 22:24:02', '2009-05-29 03:24:02', '<strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong>\r\n\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\nOregon Zoo\r\n4001 S.W. Canyon Rd.\r\nPortland, OR 97221\r\n\r\nOr, <a href="/blindemail.php?name=Janet" target="_blank">Send Jan an email.</a>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Awards Chair\r\nThe Oregon Zoo\r\n4001 SW Canyon Road\r\nPortland, OR 97221\r\n\r\n<strong>Deadline for Nominations is 1 May 2009</strong>\r\n<ul>\r\n	<li>[thkBC id="232" height="500" width="900" anchortext="Lifetime Achievement (LA) Award" type="iframe"]</li>\r\n	<li>[thkBC id="239" height="500" width="900" anchortext="Lee Houts Excellence in Enrichment (LHEE) Award" type="iframe"]</li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-05-28 22:24:02', '2009-05-29 03:24:02', '', 224, 'http://dev.aazk.org/uncategorized/224-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (247, 1, '2009-05-28 22:35:10', '2009-05-29 03:35:10', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Certificate of Excellence in Exhibit Design Renovation (CEER) presented by the AAZK Awards Committee. The purpose of the award is to recognize institutions or organizations in the zoological community for the design and renovation of existing animal facilities which involved active keeper participation in the process.\r\n\r\nThe CEER was established by Janet McCoy, 1990 CHAIR. Bill Whittaker proposed the award to the AAZK Board of Directors.  The award is presented at the annual AAZK National Conference.\r\n\r\n<h4>Qualifications</h4>\r\n<ul>\r\n	<li>Any North American zoological institution or organization is eligible.</li>\r\n	<li>The renovated exhibit must be in full operation for at least two (2) years.</li>\r\n	<li>The exhibit must be nominated by a keeper at that same institution or organization. Supporting nominations may be submitted by management  personnel from the same institution.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Procedure</h4>\r\n<ul>\r\n	<li>List institution or organization\'s name, address, phone and Director.</li>\r\n	<li><strong>Document</strong> local awards or commendations for exhibit, drawings, 8 X 10 color  photos - no slides (2 before and 8 after), and renovated exhibit type: single or multi-species, and size.</li>\r\n	<li><strong>Document</strong> keeper participation in the design and why the existing facility was renovated.</li>\r\n	<li><strong>Document</strong> interface with other zoo divisions; and maintenance of exhibit after completion.</li>\r\n	<li>The deadline for nominations is <strong>MAY 1st </strong> of each year.</li>\r\n</ul>\r\n<strong><i class="left icon-attention"></i> NOTE: Materials will not be returned.</strong>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Selection Procedure</h4>\r\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nominee Evaluation:</h4>\r\nThe evaluation of each nomination is broken down into four categories based on the general guidelines outlined for the award. The four categories are: Keeper Involvement, Exhibit Functionality, Exhibit Management and Visitor Point of View/ Other Information. Items the committee is looking for are the following:\r\n\r\n<h6>Keeper Involvement</h6>\r\n<ul>\r\n	<li>degree of keeper involvement with conceptual development of exhibit</li>\r\n	<li>degree of keeper involvement  with facilitation of completion of exhibit, (fundraising, promotion, assist with construction)</li>\r\n	<li>contribution to educational experience (graphics, conservation message</li>\r\n	<li>originality - is it something new and different, or has it been tried before?</li>\r\n</ul>\r\n\r\n<h6>EXHIBIT FUNCTIONALITY</h6>\r\n<ul>\r\n	<li>versatility - indoor/outdoor, four seasons, protection from elements</li>\r\n	<li>accommodates and encourages animal\'s natural behavior – climbing structures, land area, height, water</li>\r\n	<li>hard (gunite, concrete) vs. soft (grass, dirt) environments - as to animal  needs</li>\r\n	<li>sight lines valuable to animal as well as visitor - important to some animals (polar bear, chimps)</li>\r\n	<li>physical and visual barriers for animal\'s use, animal safety</li>\r\n	<li>flexible entrance/exits (hoofstock - more than one entrance)</li>\r\n	<li>ability to exhibit natural social grouping</li>\r\n	<li>breeding success</li>\r\n</ul>\r\n\r\n<h6>EXHIBIT MANAGEMENT</h6>\r\n<ul>\r\n	<li>how management of exhibit interfaces with other zoo divisions (grounds, maintenance - simple repair, paint)</li>\r\n	<li>keeper serviceability, overall maintenance of exhibit and surroundings</li>\r\n	<li>adequate drains and properly located</li>\r\n	<li>quality and versatily of holding areas - ease of separating animals, moving, breeding, sick</li>\r\n	<li>keeper sight lines - can you see animal when they come into holding or when shifting them between areas, keeper safety</li>\r\n	<li>ease of providing time change items (browse, logs, feed, novel objects)</li>\r\n	<li>environmental control (ease of seasonal adjustments - ventilation, heat)</li>\r\n</ul>\r\n\r\n<h6>VISITOR POINT OF VIEW/OTHER INFORMATION</h6>\r\n<ul>\r\n	<li>educational experience (conservation message)</li>\r\n	<li>immediate and sustained viewer interest</li>\r\n	<li>sight lines - not see doors, drains, fencing - does it have esthetics?</li>\r\n	<li>bonus point - local awards, commendation, "wow" factor</li>\r\n	<li>include anything else pertinent to the renovated exhibit that you think is important</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Form</h4>\r\nPlease select the format you would like to download the Nomination Form below:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/exhform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/exhform.pdf" target="_blank">Download nomination form in Adobe pdf format</a>\r\n\r\n<div id="inner-links"></div>', 'Certificate of Excellence in Exhibit Design Renovation (CEER)', 0, '', 'publish', 'closed', 'closed', '', 'certificate-of-excellence-in-exhibit-design-renovation-ceer', '', '', '2013-10-28 12:20:10', '2013-10-28 17:20:10', '', 224, 'http://dev.aazk.org/?page_id=247', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (248, 1, '2009-05-28 22:30:07', '2009-05-29 03:30:07', '', 'Certificate of Excellence in Exhibit Design Renovation (CEER)', 0, '', 'inherit', 'closed', 'closed', '', '247-revision-v1', '', '', '2009-05-28 22:30:07', '2009-05-29 03:30:07', '', 247, 'http://dev.aazk.org/uncategorized/247-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (249, 1, '2009-05-28 22:29:40', '2009-05-29 03:29:40', '<strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong>\r\n\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\nOregon Zoo\r\n4001 S.W. Canyon Rd.\r\nPortland, OR 97221\r\n\r\nOr, <a href="/blindemail.php?name=Janet" target="_blank">Send Jan an email.</a>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Awards Chair\r\nThe Oregon Zoo\r\n4001 SW Canyon Road\r\nPortland, OR 97221\r\n\r\n<strong>Deadline for Nominations is 1 May 2009</strong>\r\n<ul>\r\n	<li>[thkBC id="232" height="500" width="900" anchortext="Lifetime Achievement (LA) Award" type="iframe"]</li>\r\n	<li>[thkBC id="239" height="500" width="900" anchortext="Lee Houts Excellence in Enrichment (LHEE) Award" type="iframe"]</li>\r\n	<li>[thkBC id="244" height="500" width="900" anchortext="Certificate of Merit for Zoo Keeper Education (CMZE)" type="iframe"]</li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-05-28 22:29:40', '2009-05-29 03:29:40', '', 224, 'http://dev.aazk.org/uncategorized/224-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (250, 1, '2009-05-28 22:39:08', '2009-05-29 03:39:08', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Mazuri® Animal Nutrition Award (MANA) presented by the AAZK Awards Committee. The purpose of this award is to recognize individuals in the zoological community who have been actively involved in projects/studies/research concerning zoo/aquarium nutrition. The award will carry a cash award of $500.00 funded by the Mazuri® Foods Division.\r\n\r\nThe MANA was established in 2005. Mazurii® proposed the award to the AAZK Board of Directors. Bruce Elkins, Curator of Waters at the Indianapolis Zoo, and Heidi Bissel, nutritionist at the Memphis Zoo, assisted in the development of the judging criteria for this award. The award is presented at the annual AAZK National Conference.\r\n\r\n<h4>Qualifications</h4>\r\n<ul>\r\n	<li>The nominee must be a full-time keeper/aquarist in any North American zoological institution or aquarium who has been actively involved in projects/studies/research concerning zoo/aquarium nutrition.</li>\r\n	<li>The award candidate shall be a Professional member of AAZK.</li>\r\n	<li>Supporting nominations may be submitted by management personnel from the same institution.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Procedure</h4>\r\n<ul>\r\n	<li>List name, position, institution\'s name, address, phone and Director.</li>\r\n	<li>List and <strong>document</strong> keeper/aquarist project initiation and design, research, project involvement, and usage of new nutritional information. <strong>Verification</strong> of these facts must be signed by the zoo director, curator, or immediate supervisor of the individual being nominated.</li>\r\n	<li>The deadline for nomination is <strong>MAY 1st</strong> of each year.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Selection Procedure</h4>\r\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Form</h4>\r\nPlease select the format you would like to download the Nomination Form below:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/mazuriform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/mazuriform.pdf" target="_blank">Download nomination form in Adobe pdf format</a>\r\n\r\n<div id="inner-links"></div>', 'Mazuri Animal Nutrition Award (MANA)', 0, '', 'publish', 'closed', 'closed', '', 'mazuri-animal-nutrition-award-mana', '', '', '2013-10-28 12:22:13', '2013-10-28 17:22:13', '', 224, 'http://dev.aazk.org/?page_id=250', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (251, 1, '2009-05-28 22:36:47', '2009-05-29 03:36:47', '', 'Mazuri Animal Nutrition Award (MANA)', 0, '', 'inherit', 'closed', 'closed', '', '250-revision-v1', '', '', '2009-05-28 22:36:47', '2009-05-29 03:36:47', '', 250, 'http://dev.aazk.org/uncategorized/250-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (252, 1, '2009-05-28 22:36:04', '2009-05-29 03:36:04', '<strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong>\r\n\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\nOregon Zoo\r\n4001 S.W. Canyon Rd.\r\nPortland, OR 97221\r\n\r\nOr, <a href="/blindemail.php?name=Janet" target="_blank">Send Jan an email.</a>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Awards Chair\r\nThe Oregon Zoo\r\n4001 SW Canyon Road\r\nPortland, OR 97221\r\n\r\n<strong>Deadline for Nominations is 1 May 2009</strong>\r\n<ul>\r\n	<li>[thkBC id="232" height="500" width="900" anchortext="Lifetime Achievement (LA) Award" type="iframe"]</li>\r\n	<li>[thkBC id="239" height="500" width="900" anchortext="Lee Houts Excellence in Enrichment (LHEE) Award" type="iframe"]</li>\r\n	<li>[thkBC id="244" height="500" width="900" anchortext="Certificate of Merit for Zoo Keeper Education (CMZE)" type="iframe"]</li>\r\n	<li>[thkBC id="247" height="500" width="900" anchortext="Certificate of Excellence in Exhibit Design Renovation (CEER)" type="iframe"]</li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-05-28 22:36:04', '2009-05-29 03:36:04', '', 224, 'http://dev.aazk.org/uncategorized/224-revision-14/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (253, 1, '2009-05-28 22:39:59', '2009-05-29 03:39:59', '<strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong>\r\n\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\nOregon Zoo\r\n4001 S.W. Canyon Rd.\r\nPortland, OR 97221\r\n\r\nOr, <a href="/blindemail.php?name=Janet" target="_blank">Send Jan an email.</a>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Awards Chair\r\nThe Oregon Zoo\r\n4001 SW Canyon Road\r\nPortland, OR 97221\r\n\r\n<strong>Deadline for Nominations is 1 May 2009</strong>\r\n<ul>\r\n	<li>[thkBC id="232" height="500" width="900" anchortext="Lifetime Achievement (LA) Award" type="iframe"]</li>\r\n	<li>[thkBC id="239" height="500" width="900" anchortext="Lee Houts Excellence in Enrichment (LHEE) Award" type="iframe"]</li>\r\n	<li>[thkBC id="244" height="500" width="900" anchortext="Certificate of Merit for Zoo Keeper Education (CMZE)" type="iframe"]</li>\r\n	<li>[thkBC id="247" height="500" width="900" anchortext="Certificate of Excellence in Exhibit Design Renovation (CEER)" type="iframe"]</li>\r\n	<li>[thkBC id="250" height="500" width="300" anchortext="Mazuri Animal Nutrition Award (MANA)" type="iframe"]</li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-05-28 22:39:59', '2009-05-29 03:39:59', '', 224, 'http://dev.aazk.org/uncategorized/224-revision-15/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (254, 1, '2009-05-28 22:43:44', '2009-05-29 03:43:44', 'The purpose of this award is to recognize achievement and determination of an individual or team in the animal care field and in fostering professionalism. Animal care is a science combining zoology, biology, animal management, behavioral observation and daily record keeping on the species in their care. This is essential knowledge for maintaining a species effectively in captivity. The excellent animal care professional must excel in one or more of these areas.\r\n\r\nThe Jean M. Hromadka Excellence in Animal Care Award is named in memory of her outstanding contributions to the furtherance of AAZK through her work as President of the Association. This award is presented at the annual AAZK National Conference.\r\n\r\n<h4>Qualifications</h4>\r\n<ul>\r\n	<li>The nominee <strong>must</strong> be a full-time animal care professional individual or team, employed in any North American zoological institution, aquarium or related facility.</li>\r\n	<li>The nominee(s) <strong>must</strong> have been employed at least two (2) years on permanent status at the same zoo, aquarium or related facility</li>\r\n	<li>The nominee(s) <strong>must</strong> be nominated by his or her peers who have also been employed at the same zoo, aquarium or related facility.  Management personnel from the same institution may submit supporting nominations.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Procedure</h4>\r\n<ul>\r\n	<li>List name, position, institution\'s name, address, phone and director, years of service in the field and the recommendation of peers and colleagues.</li>\r\n	<li>List and <strong>document</strong> commitment to the profession, outstanding achievements, practical/outstanding application of knowledge and experience, and keeper skills, etc. The zoo director, curator, or immediate supervisor of the individual being nominated <strong>must sign verification</strong> of these facts.</li>\r\n	<li>List any extra activities outside of the zoo, aquarium or related facility work: working with conservation groups, youth, wildlife officials, etc.</li>\r\n	<li>Deadline for nominations is <strong>MAY 1st </strong>of each year.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Selection Procedure</h4>\r\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\r\n\r\nThe winner of the Jean M. Hromodka Excellence in Animal Care Award receives a cash award in the amount of $500.00, endowed by a generous donation through the Lutz Ruhe Family Educational Trust for the American Association of Zoo Keepers, Inc. The award is endowed by the Lutz Ruhe Trust primarily to aid winners in making travel and registration arrangements to attend the AAZK National Conference in the year of their award, to receive the award and be recognized in person at a gathering of their peers.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Form</h4>\r\nPlease select the format you would like to download the Nomination Form below:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/eacform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/eacform.pdf" target="_blank">Download nomination form in Adobe PDF format</a>\r\n\r\n<div id="inner-links"></div>', 'Jean M. Hromadka AAZK Excellence in Animal Care Award', 0, '', 'publish', 'closed', 'closed', '', 'jean-m-hromadka-aazk-excellence-in-animal-care-award', '', '', '2013-10-28 12:26:32', '2013-10-28 17:26:32', '', 224, 'http://dev.aazk.org/?page_id=254', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (255, 1, '2009-05-28 22:41:07', '2009-05-29 03:41:07', '', 'Jean M. Hromadka AAZK Excellence in Animal Care Award', 0, '', 'inherit', 'closed', 'closed', '', '254-revision-v1', '', '', '2009-05-28 22:41:07', '2009-05-29 03:41:07', '', 254, 'http://dev.aazk.org/uncategorized/254-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (256, 1, '2009-05-28 22:40:23', '2009-05-29 03:40:23', '<strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong>\r\n\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\nOregon Zoo\r\n4001 S.W. Canyon Rd.\r\nPortland, OR 97221\r\n\r\nOr, <a href="/blindemail.php?name=Janet" target="_blank">Send Jan an email.</a>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Awards Chair\r\nThe Oregon Zoo\r\n4001 SW Canyon Road\r\nPortland, OR 97221\r\n\r\n<strong>Deadline for Nominations is 1 May 2009</strong>\r\n<ul>\r\n	<li>[thkBC id="232" height="500" width="900" anchortext="Lifetime Achievement (LA) Award" type="iframe"]</li>\r\n	<li>[thkBC id="239" height="500" width="900" anchortext="Lee Houts Excellence in Enrichment (LHEE) Award" type="iframe"]</li>\r\n	<li>[thkBC id="244" height="500" width="900" anchortext="Certificate of Merit for Zoo Keeper Education (CMZE)" type="iframe"]</li>\r\n	<li>[thkBC id="247" height="500" width="900" anchortext="Certificate of Excellence in Exhibit Design Renovation (CEER)" type="iframe"]</li>\r\n	<li>[thkBC id="250" height="500" width="900" anchortext="Mazuri Animal Nutrition Award (MANA)" type="iframe"]</li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-05-28 22:40:23', '2009-05-29 03:40:23', '', 224, 'http://dev.aazk.org/uncategorized/224-revision-16/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (257, 1, '2009-05-28 22:44:25', '2009-05-29 03:44:25', '<strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong>\r\n\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\nOregon Zoo\r\n4001 S.W. Canyon Rd.\r\nPortland, OR 97221\r\n\r\nOr, <a href="/blindemail.php?name=Janet" target="_blank">Send Jan an email.</a>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Awards Chair\r\nThe Oregon Zoo\r\n4001 SW Canyon Road\r\nPortland, OR 97221\r\n\r\n<strong>Deadline for Nominations is 1 May 2009</strong>\r\n<ul>\r\n	<li>[thkBC id="232" height="500" width="900" anchortext="Lifetime Achievement (LA) Award" type="iframe"]</li>\r\n	<li>[thkBC id="239" height="500" width="900" anchortext="Lee Houts Excellence in Enrichment (LHEE) Award" type="iframe"]</li>\r\n	<li>[thkBC id="244" height="500" width="900" anchortext="Certificate of Merit for Zoo Keeper Education (CMZE)" type="iframe"]</li>\r\n	<li>[thkBC id="247" height="500" width="900" anchortext="Certificate of Excellence in Exhibit Design Renovation (CEER)" type="iframe"]</li>\r\n	<li>[thkBC id="250" height="500" width="900" anchortext="Mazuri Animal Nutrition Award (MANA)" type="iframe"]</li>\r\n	<li>Jean M. Hromadka AAZK Excellence in Animal Care Award</li>\r\n	<li>Jean M. Hromadka AAZK Excellence in Animal Care Award</li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-05-28 22:44:25', '2009-05-29 03:44:25', '', 224, 'http://dev.aazk.org/uncategorized/224-revision-17/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (258, 1, '2009-05-28 22:47:22', '2009-05-29 03:47:22', 'The purpose of this award is to recognize professional members of AAZK, in good standing in the association, for their day-to day professionalism within their facility. This includes participation in AAZK/AZA conservation projects, dedicating time to other facility-related projects or programs (BFR, conservation, wildlife education and individual breeding projects). Commitment and dedication to AAZK at a Committee or Chapter level enhances the nomination. The award was established in 1982 as a means of recognizing work done above and beyond the criteria of the Jean M. Hromadka Excellence in Animal Care Award. You must be a professional member of AAZK, Inc. in order to qualify.The award is presented at the annual AAZK National Conference.\r\n\r\n<h4>Qualifications</h4>\r\n<ul>\r\n	<li>The nominee must be a full-time keeper, professional AAZK member employed in any North American zoo, aquarium, or related facility.</li>\r\n	<li>The nominee must have been employed at least three (3) years on a permanent basis at a zoo, aquarium, or related facility.</li>\r\n	<li>Peers or colleagues must nominate the nominee. Zoo, aquarium or related facility personnel may submit other supporting nominations. The nominators need not be from the same institution.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Procedure</h4>\r\n<ul>\r\n	<li>List name, position, institution\'s name, address, phone and director, years of service in the field and the recommendation of a peer or colleague.</li>\r\n	<li>List and <strong>document</strong> the outstanding achievements: AZA/AAZK Conservation project participation, exhibits, breeding, conservation, etc.</li>\r\n	<li>The deadline for nominations is <strong>MAY 1st</strong> of each year.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Selection Procedure</h4>\r\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\r\n\r\nThe winner of the Lutz Ruhe Meritorious Achievement Award - AAZK Professional of the Year Award, receives a cash award in the amount of $750.00, endowed by a generous donation through the Lutz Ruhe Family Educational Trust for the American Association of Zoo Keepers, Inc. The cash award is endowed by the Lutz Ruhe Trust primarily to aid winners in making travel and registration arrangements to attend the AAZK National Conference in the year of their award, to receive the award and be recognized in person at a gathering of their peers.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Form</h4>\r\nPlease select the format you would like to download the Nomination Form below:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/poyform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/poyform.pdf" target="_blank">Download nomination form in Adobe pdf format</a>\r\n\r\n<div id="inner-links"></div>', 'The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award', 0, '', 'publish', 'closed', 'closed', '', 'the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award', '', '', '2013-10-28 12:27:49', '2013-10-28 17:27:49', '', 224, 'http://dev.aazk.org/?page_id=258', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (259, 1, '2009-05-28 22:45:11', '2009-05-29 03:45:11', '', 'The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award', 0, '', 'inherit', 'closed', 'closed', '', '258-revision-v1', '', '', '2009-05-28 22:45:11', '2009-05-29 03:45:11', '', 258, 'http://dev.aazk.org/uncategorized/258-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (260, 1, '2009-05-28 22:44:50', '2009-05-29 03:44:50', '<strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong>\r\n\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\nOregon Zoo\r\n4001 S.W. Canyon Rd.\r\nPortland, OR 97221\r\n\r\nOr, <a href="/blindemail.php?name=Janet" target="_blank">Send Jan an email.</a>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Awards Chair\r\nThe Oregon Zoo\r\n4001 SW Canyon Road\r\nPortland, OR 97221\r\n\r\n<strong>Deadline for Nominations is 1 May 2009</strong>\r\n<ul>\r\n	<li>[thkBC id="232" height="500" width="900" anchortext="Lifetime Achievement (LA) Award" type="iframe"]</li>\r\n	<li>[thkBC id="239" height="500" width="900" anchortext="Lee Houts Excellence in Enrichment (LHEE) Award" type="iframe"]</li>\r\n	<li>[thkBC id="244" height="500" width="900" anchortext="Certificate of Merit for Zoo Keeper Education (CMZE)" type="iframe"]</li>\r\n	<li>[thkBC id="247" height="500" width="900" anchortext="Certificate of Excellence in Exhibit Design Renovation (CEER)" type="iframe"]</li>\r\n	<li>[thkBC id="250" height="500" width="900" anchortext="Mazuri Animal Nutrition Award (MANA)" type="iframe"]</li>\r\n	<li>[thkBC id="254" height="500" width="900" anchortext="Jean M. Hromadka AAZK Excellence in Animal Care Award" type="iframe"]</li>\r\n	<li>Jean M. Hromadka AAZK Excellence in Animal Care Award</li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-05-28 22:44:50', '2009-05-29 03:44:50', '', 224, 'http://dev.aazk.org/uncategorized/224-revision-18/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (261, 1, '2009-05-28 22:50:32', '2009-05-29 03:50:32', 'The purpose of this award is to recognize AAZK Chapters in good standing with the Association for their dedication and commitment to both the Association and in conveying our conservation and education messages to the public. The award is presented at the annual AAZK National Conference.\r\n\r\n<h4>Qualifications</h4>\r\n<ul>\r\n    <li>The Chapter must be a chartered member of the Association, in good standing.</li>\r\n    <li>The Chapter shall be able to demonstrate by the completion of their re-charter materials, a commitment to conservation and/or wildlife education activities by detailing their involvement and level of commitment to stated activities.</li>\r\n    <li>Chapters shall be represented by membership roles in which 75% of the Chapter\'s members are paid members in good standing of the National Association.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Procedure</h4>\r\n<ul>\r\n	<li>Each Chapter that completes and files the required Re-Charter Packet, by the deadline is eligible for this award.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Statement</h4>\r\nThe eligibility of each Chapter to qualify for this award is enhanced by the Chapter\'s support of the Association on the national level. Chapters that monetarily support the Association to the best of their ability and that consistently contribute to and support the programs of the Association such as Bowling for Rhinos, or who consistently support exotic animal or habitat conservation programs, both locally and globally shall receive preference.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Selection Procedure</h4>\r\nThe AAZK Chapter of the Year shall be determined by the Board of Directors of the Association and shall be presented during the annual conference of the Association.\r\n\r\n<div id="inner-links"></div>', 'The AAZK Chapter of the Year Award', 0, '', 'publish', 'closed', 'closed', '', 'the-aazk-chapter-of-the-year-award', '', '', '2013-10-28 12:32:15', '2013-10-28 17:32:15', '', 224, 'http://dev.aazk.org/?page_id=261', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (262, 1, '2009-05-28 22:48:40', '2009-05-29 03:48:40', '', 'The AAZK Chapter of the Year Award', 0, '', 'inherit', 'closed', 'closed', '', '261-revision-v1', '', '', '2009-05-28 22:48:40', '2009-05-29 03:48:40', '', 261, 'http://dev.aazk.org/uncategorized/261-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (263, 1, '2009-05-28 22:48:13', '2009-05-29 03:48:13', '<strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong>\r\n\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\nOregon Zoo\r\n4001 S.W. Canyon Rd.\r\nPortland, OR 97221\r\n\r\nOr, <a href="/blindemail.php?name=Janet" target="_blank">Send Jan an email.</a>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Awards Chair\r\nThe Oregon Zoo\r\n4001 SW Canyon Road\r\nPortland, OR 97221\r\n\r\n<strong>Deadline for Nominations is 1 May 2009</strong>\r\n<ul>\r\n	<li>[thkBC id="232" height="500" width="900" anchortext="Lifetime Achievement (LA) Award" type="iframe"]</li>\r\n	<li>[thkBC id="239" height="500" width="900" anchortext="Lee Houts Excellence in Enrichment (LHEE) Award" type="iframe"]</li>\r\n	<li>[thkBC id="244" height="500" width="900" anchortext="Certificate of Merit for Zoo Keeper Education (CMZE)" type="iframe"]</li>\r\n	<li>[thkBC id="247" height="500" width="900" anchortext="Certificate of Excellence in Exhibit Design Renovation (CEER)" type="iframe"]</li>\r\n	<li>[thkBC id="250" height="500" width="900" anchortext="Mazuri Animal Nutrition Award (MANA)" type="iframe"]</li>\r\n	<li>[thkBC id="254" height="500" width="900" anchortext="Jean M. Hromadka AAZK Excellence in Animal Care Award" type="iframe"]</li>\r\n	<li>[thkBC id="258" height="500" width="900" anchortext="The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award" type="iframe"]</li>\r\n	<li>The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-05-28 22:48:13', '2009-05-29 03:48:13', '', 224, 'http://dev.aazk.org/uncategorized/224-revision-19/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (264, 1, '2009-05-28 22:25:51', '2009-05-29 03:25:51', '<p>The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Lee Houts Excellence in Enrichment (LHEE) Award presented by the AAZK Awards Committee. The purpose of the award is to recognize outstanding keeper-initiated contributions to the art and science of environmental enrichment. It is hoped that recognition of outstanding efforts by keepers to improve animal care and welfare through environmental enrichment will provide incentive to keepers to continue to be leaders in this important endeavor.</p>\r\n\r\n<p>The Lee Houts Excellence in Enrichment was established in 2001 by the AAZK Enrichment Committee. Lee Houts proposed the award to the AAZK Board of Directors. The award was renamed in Lee\'s memory, and to honor her many contributions to the field of enrichment, following her death in 2005. The award is presented at the annual AAZK National Conference.</p>\r\n\r\n<h3>Qualifications</h3>\r\n<ul>\r\n    <li>The nominee may be an individual, group, project or program in any North American zoo, aquarium, or related facility that has improved the well-being of an animal or group of animals through outstanding <strong>keeper-initiated</strong> enrichment techniques.</li>\r\n    \r\n    <li>Nominees <strong>must</strong> have excelled in one or more of the following categories:<br />\r\n        <ul>\r\n            <li>Innovative techniques developed, implemented and evaluated.</li>\r\n            <li>Creative fundraising efforts implemented which increased the availability of enrichment items for staff to utilize.</li>\r\n            <li>Motivation of staff, volunteers and peers through development of an enrichment infrastructure that increased participation in in-house</li>\r\n        </ul>\r\n    programs or disseminated information to the zoo community to advance the art and science of environmental enrichment.</li>\r\n    <li>The nominee must be nominated by a keeper.</li>\r\n</ul>\r\n\r\n<h3>Nomination Procedure</h3>\r\n<ol>\r\n    <li>List name of keeper(s) who initiated the enrichment, institution\'s name, address, phone and Director.</li>\r\n    <li>List and <strong>document</strong> outstanding achievements in one or more of the categories listed under qualifications. <strong>Verification</strong> of these facts must be signed by the zoo director, curator, or immediate supervisor of the <strong>nominee</strong>.</li>\r\n    <li>The deadline for nominations is <strong>MAY 1st</strong> of each year.</li>\r\n</ol>\r\n\r\n<h3>Selection Procedure:</h3>\r\n<p>The Awards and Enrichment Committees will independently review each nominee.</p>', 'Lee Houts Excellence in Enrichment (LHEE) Award', 0, '', 'inherit', 'closed', 'closed', '', '239-revision-v1', '', '', '2009-05-28 22:25:51', '2009-05-29 03:25:51', '', 239, 'http://dev.aazk.org/uncategorized/239-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4562, 2, '2014-06-09 11:43:54', '2014-06-09 16:43:54', '&nbsp;\n\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/May-cover-2014.jpg"><img class="alignnone wp-image-5980 size-medium" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/May-cover-2014-235x300.jpg" alt="" width="235" height="300" /></a>\n\nIn August of 1972, a short-lived "unofficial" newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level.\n\nThe idea for Animal Keepers\' Forum grew out of a bull session among keepers at the Topeka Zoo. The original Ruptured Rhino staff, along with several others, were involved in the conception and production of the<strong> first issue of AKF in November of 1974</strong>. It was 3 1/2 pages long, and printed on a mimeograph-type machine. Early issues contained zoo news articles, items on legislation and guest editorials.\n\nBy June of 1975 the AKF had grown to 13 pages and in November of 1975 celebrated its first anniversary of continuous publication. After the first two issues, it was sold on a subscription basis at $5.00 per year. Although originally the AKF was sold to AAZK members, it didn\'t become the "official" professional journal of the Association until March of 1975. The AKF has always carried the motto "Dedicated to Professional Animal Care".\n\nIn January 1976, AKF changed its format to a booklet style publication. In 1977 AKF had its first part-time paid editor and also began to be printed commercially. In 1978 the buff colored cover featuring artwork by keepers debuted. The first Excellence in Journalism Awards were given in 1979.\n\nIn 1981 Susan Chan was hired as Managing Editor for Animal Keepers’ Forum. The AKF has continued to grow in scope and content since that time, now averaging 44 pages per issue.  At least once a year, an issue dedicated to a particular species or topic is produced. AKF contains regular columns on Animal Behavior, Enrichment Options, Crisis Management and legislative issues affecting wildlife and zoos. Each issue also contains articles on animal husbandry, book reviews, a listing of upcoming conferences and symposia and Association news.\n\nThe Animal Keepers\' Forum has come a long way since its inception when it was printed on a mimeograph machine to today when it is produced with modern desktop publishing computer equipment. It currently reaches approximately <strong>2800 members (including about 150 zoos) in the U.S., Canada and 24 foreign countries</strong>.\n\nAnimal Keepers’ Forum is celebrating its 40th anniversary of continuous publication this year (2013).\n<div class="hr"></div>\n<h4>Submissions</h4>\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\n<div class="hr"></div>\n<h4>Purchase a copy</h4>\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '4538-autosave-v1', '', '', '2014-06-09 11:43:54', '2014-06-09 16:43:54', '', 4538, 'http://web3.gowebsolutions.com/~aazook/4538-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (267, 1, '2009-05-28 23:17:59', '2009-05-29 04:17:59', 'We would like to begin putting together a library of photographs to be utilized in <em>Animal Keepers\' Forum</em> either as an occasional four-color cover or in conjunction with material inside the journal. We plan to gather this photo library electronically. Photographers interested in submitting photos should send them to <a href="mailto:denise.wagner@aecetia.net/gws/aazk">denise.wagner@aecetia.net/gws/aazk</a>. Pho<em></em>tos should be high resolution and in either .jpg or.tif format. When sending, please include common and scientific name of species featured in the photo. Please put "Photo Library" in the subject line.\r\n\r\nEach photo must be accompanied by a Photo Release Form available for download below. You may submit the form electronically to Denise at the above address or print it out, obtain required signatures and send by regular mail to:\r\n\r\nBarbara Manspeaker, AAZK Inc.\r\n3601 SW 29th St., Suite 133\r\nTopeka, KS 66614-2054\r\nAttn: photo release.\r\n\r\nAAZK, Inc. does <strong>not</strong> pay for photographs, but will give appropriate photo credit to individual photographers and/or institutions whenever a photo is utilized and a copy of the <em>AKF</em> issue in which the photograph appears will be sent to the photographer and/or institution.\r\n\r\nAAZK Photo Model Release Form: <a href="/wp-content/uploads/aazk_photo_model_release.doc">Word format</a> | <a href="/wp-content/uploads/aazk_photo_model_release.pdf">Adobe Acrobat format</a>', 'AAZK Photo Model Release Form', 0, '', 'draft', 'closed', 'closed', '', 'aazk-photo-model-release-form', '', '', '2013-09-23 10:37:00', '2013-09-23 15:37:00', '', 200, 'http://dev.aazk.org/?page_id=267', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (268, 1, '2009-05-28 23:15:35', '2009-05-29 04:15:35', '', 'AAZK Photo Model Release Form', 0, '', 'inherit', 'closed', 'closed', '', '267-revision-v1', '', '', '2009-05-28 23:15:35', '2009-05-29 04:15:35', '', 267, 'http://dev.aazk.org/uncategorized/267-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (269, 1, '2009-05-28 23:19:18', '2009-05-29 04:19:18', '', 'AAZK Photo Model Release Form', 0, '', 'inherit', 'closed', 'closed', '', 'aazk_photo_model_release', '', '', '2009-05-28 23:19:18', '2009-05-29 04:19:18', '', 267, 'http://dev.aazk.org/wp-content/uploads/aazk_photo_model_release.doc', 0, 'attachment', 'application/msword', 0) ; 
INSERT INTO `wp_posts` VALUES (270, 1, '2009-05-28 23:20:02', '2009-05-29 04:20:02', '', 'AAZK Photo Model Release Form', 0, '', 'inherit', 'closed', 'closed', '', 'aazk_photo_model_release-2', '', '', '2009-05-28 23:20:02', '2009-05-29 04:20:02', '', 267, 'http://dev.aazk.org/wp-content/uploads/aazk_photo_model_release.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (271, 1, '2009-05-28 23:17:59', '2009-05-29 04:17:59', '<p>We would like to begin putting together a library of photographs to be utilized in <em>Animal Keepers\' Forum</em> either as an occasional four-color cover or in conjunction with material inside the journal. We plan to gather this photo library electronically. Photographers interested in submitting photos should send them to <a href="mailto:denise.wagner@aecetia.net/gws/aazk">denise.wagner@aecetia.net/gws/aazk</a>. Pho<em></em>tos should be high resolution and in either .jpg or.tif format. When sending, please include common and scientific name of species featured in the photo. Please put "Photo Library" in the subject line.</p>\r\n\r\n<p>Each photo must be accompanied by a Photo Release Form available for download below. You may submit the form electronically to Denise at the above address or print it out, obtain required signatures and send by regular mail to: Susan Chan, AAZK Inc., 3601 SW 29th St., Suite 133, Topeka, KS 66614-2054. Attn: photo release.</p>\r\n\r\n<p>AAZK, Inc. does <strong>not</strong> pay for photographs, but will give appropriate photo credit to individual photographers and/or institutions whenever a photo is utilized and a copy of the <em>AKF</em> issue in which the photograph appears will be sent to the photographer and/or institution.</p>\r\n\r\n<ul>\r\n    <li>AAZK Photo Model Release Form: Word format</li>\r\n    <li>AAZK Photo Model Release Form: Adobe Acrobat format</li>\r\n</ul>', 'AAZK Photo Model Release Form', 0, '', 'inherit', 'closed', 'closed', '', '267-revision-v1', '', '', '2009-05-28 23:17:59', '2009-05-29 04:17:59', '', 267, 'http://dev.aazk.org/uncategorized/267-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (272, 1, '2009-05-28 23:20:11', '2009-05-29 04:20:11', '<p>We would like to begin putting together a library of photographs to be utilized in <em>Animal Keepers\' Forum</em> either as an occasional four-color cover or in conjunction with material inside the journal. We plan to gather this photo library electronically. Photographers interested in submitting photos should send them to <a href="mailto:denise.wagner@aecetia.net/gws/aazk">denise.wagner@aecetia.net/gws/aazk</a>. Pho<em></em>tos should be high resolution and in either .jpg or.tif format. When sending, please include common and scientific name of species featured in the photo. Please put "Photo Library" in the subject line.</p>\r\n\r\n<p>Each photo must be accompanied by a Photo Release Form available for download below. You may submit the form electronically to Denise at the above address or print it out, obtain required signatures and send by regular mail to: Susan Chan, AAZK Inc., 3601 SW 29th St., Suite 133, Topeka, KS 66614-2054. Attn: photo release.</p>\r\n\r\n<p>AAZK, Inc. does <strong>not</strong> pay for photographs, but will give appropriate photo credit to individual photographers and/or institutions whenever a photo is utilized and a copy of the <em>AKF</em> issue in which the photograph appears will be sent to the photographer and/or institution.</p>\r\n\r\n<ul>\r\n    <li><a href=\'/wp-content/uploads/aazk_photo_model_release.doc\'>AAZK Photo Model Release Form</a>: Word format</li>\r\n    <li><a href=\'/wp-content/uploads/aazk_photo_model_release.pdf\'>AAZK Photo Model Release Form</a>: Adobe Acrobat format</li>\r\n</ul>', 'AAZK Photo Model Release Form', 0, '', 'inherit', 'closed', 'closed', '', '267-revision-v1', '', '', '2009-05-28 23:20:11', '2009-05-29 04:20:11', '', 267, 'http://dev.aazk.org/uncategorized/267-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (275, 1, '2009-05-30 12:07:27', '2009-05-30 17:07:27', 'The links below highlight our Institutional Members. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.', 'Institutional Members', 0, '', 'draft', 'closed', 'closed', '', 'institutional-members', '', '', '2013-09-23 10:37:02', '2013-09-23 15:37:02', '', 20, 'http://dev.aazk.org/?page_id=275', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (273, 1, '2009-05-28 23:23:14', '2009-05-29 04:23:14', '<p>We would like to begin putting together a library of photographs to be utilized in <em>Animal Keepers\' Forum</em> either as an occasional four-color cover or in conjunction with material inside the journal. We plan to gather this photo library electronically. Photographers interested in submitting photos should send them to <a href="mailto:denise.wagner@aecetia.net/gws/aazk">denise.wagner@aecetia.net/gws/aazk</a>. Pho<em></em>tos should be high resolution and in either .jpg or.tif format. When sending, please include common and scientific name of species featured in the photo. Please put "Photo Library" in the subject line.</p>\n\n<p>Each photo must be accompanied by a Photo Release Form available for download below. You may submit the form electronically to Denise at the above address or print it out, obtain required signatures and send by regular mail to:</p>\n\n<p>Susan Chan, AAZK Inc.<br />\n3601 SW 29th St., Suite 133<br />\nTopeka, KS 66614-2054<br />\nAttn: photo release.</p>\n\n<p>AAZK, Inc. does <strong>not</strong> pay for photographs, but will give appropriate photo credit to individual photographers and/or institutions whenever a photo is utilized and a copy of the <em>AKF</em> issue in which the photograph appears will be sent to the photographer and/or institution.</p>\n\n<p>AAZK Photo Model Release Form: </p>\n<ul>\n    <li><a href=\'/wp-content/uploads/aazk_photo_model_release.doc\'>AAZK Photo Model Release Form</a>: Word format</li>\n    <li><a href=\'/wp-content/uploads/aazk_photo_model_release.pdf\'>AAZK Photo Model Release Form</a>: Adobe Acrobat format</li>\n</ul>', 'AAZK Photo Model Release Form', 0, '', 'inherit', 'closed', 'closed', '', '267-autosave-v1', '', '', '2009-05-28 23:23:14', '2009-05-29 04:23:14', '', 267, 'http://dev.aazk.org/uncategorized/267-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (274, 1, '2009-05-28 23:22:12', '2009-05-29 04:22:12', '<p>We would like to begin putting together a library of photographs to be utilized in <em>Animal Keepers\' Forum</em> either as an occasional four-color cover or in conjunction with material inside the journal. We plan to gather this photo library electronically. Photographers interested in submitting photos should send them to <a href="mailto:denise.wagner@aecetia.net/gws/aazk">denise.wagner@aecetia.net/gws/aazk</a>. Pho<em></em>tos should be high resolution and in either .jpg or.tif format. When sending, please include common and scientific name of species featured in the photo. Please put "Photo Library" in the subject line.</p>\r\n\r\n<p>Each photo must be accompanied by a Photo Release Form available for download below. You may submit the form electronically to Denise at the above address or print it out, obtain required signatures and send by regular mail to:</p>\r\n\r\n<p>Susan Chan, AAZK Inc.<br />\r\n3601 SW 29th St., Suite 133<br />\r\nTopeka, KS 66614-2054<br />\r\nAttn: photo release.</p>\r\n\r\n<p>AAZK, Inc. does <strong>not</strong> pay for photographs, but will give appropriate photo credit to individual photographers and/or institutions whenever a photo is utilized and a copy of the <em>AKF</em> issue in which the photograph appears will be sent to the photographer and/or institution.</p>\r\n\r\n<ul>\r\n    <li><a href=\'/wp-content/uploads/aazk_photo_model_release.doc\'>AAZK Photo Model Release Form</a>: Word format</li>\r\n    <li><a href=\'/wp-content/uploads/aazk_photo_model_release.pdf\'>AAZK Photo Model Release Form</a>: Adobe Acrobat format</li>\r\n</ul>', 'AAZK Photo Model Release Form', 0, '', 'inherit', 'closed', 'closed', '', '267-revision-v1', '', '', '2009-05-28 23:22:12', '2009-05-29 04:22:12', '', 267, 'http://dev.aazk.org/uncategorized/267-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (276, 1, '2009-05-30 12:07:01', '2009-05-30 17:07:01', '<p>The links below highlight our Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.</p>\n\n<p>AAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.</p>\n\n<p>These links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.</p>', 'Institutions', 0, '', 'inherit', 'closed', 'closed', '', '275-revision', '', '', '2009-05-30 12:07:01', '2009-05-30 17:07:01', '', 275, 'http://dev.aazk.org/uncategorized/275-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4778, 2, '2013-11-26 17:05:55', '2013-11-26 22:05:55', '[membership level="0"]\r\n<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nIn 1990, AAZK began by supporting the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n<h4>Who does BFR support?</h4>\r\n<img class="alignleft" alt="Black Rhinos" src="[homeurl]/wp-content/uploads/blackrhinos_004.jpg" border="1" hspace="10" vspace="10" /> In Kenya, Africa, BFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img class="alignright" alt="" src="[homeurl]/wp-content/uploads/sumatranrhino1.jpg" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n<h4>Donate</h4>\r\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below.\r\n<div class="first sixcol">\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 1.9em;">Quickly approaching $5,000,000.00</span></strong>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h6>2013 Funds Raised:</h6>\r\n<strong><span style="font-size: 1.9em;">$440,843.65</span></strong>\r\n<em> - this is a new record for amount raised in a year!</em>\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<a href="[homeurl]/bowling-for-rhinos/bfr-donation/"><img class="alignnone size-full wp-image-2410" alt="donate_button" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/donate_button.jpg" width="135" height="136" /></a>\r\n[/membership][membership]\r\n<h4>Local Events</h4>\r\n[caption]<img class="alignleft" alt="Program Manager - Patty Pearthree" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/pearthreejpg-150x1501.jpg" width="150" height="150" />\r\n<p align="center"><strong>Program Manager - Patty Pearthree</strong></p>\r\n[/caption]\r\n\r\nIf you would like to find out if there will be a BFR event near you have or your event listed, please send your BFR event date &amp; contact information to <strong>Patty Pearthree</strong> at: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing" target="_blank">click here</a>.\r\n<div class="clear"></div>\r\n<h3><span style="font-size: 1em;">Total Funds Raised</span></h3>\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 2em;">Quickly approaching $5,000,000.00</span></strong>\r\n<h6>2013 Funds Raised:</h6>\r\n<strong><span style="font-size: 2em;">$440,843.65</span></strong>\r\n<em>- this is a new record for amount raised in a year!</em>\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000 per year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send your organization\'s contact person/contact information ASAP along with the date of your event to our national BFR Coordinator.\r\n<h4>Email Group</h4>\r\nThere is a new Yahoo groups email for <em>Bowling For Rhino</em> Coordinators. If you would like to be part of this email group, please email <strong>Barbie Wilson</strong> at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n\r\nPlease contact <strong>Patty Pearthree</strong>: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n<pre><i class="icon-attention"></i> Applications being accepted for the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></pre>\r\n<h4>Who does BFR support?</h4>\r\nBFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa. In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>. BFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home. Many organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n<h4>Chapter Totals</h4>\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3" target="_blank">here</a>.\r\n<h4>Sponsorship Form</h4>\r\n<a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/sponsor_sheet1.pdf" target="_blank"><i class="icon-download"></i> Download Sponsorship Form</a>\r\n<h2>Bowling for Rhinos Awards - 2013</h2>\r\n<strong>Conservation Resource Grant</strong> RhiNOremedy\r\n<h3>Top Individual Fundraisers – Bowling for Rhinos 2013</h3>\r\n<strong>Mike Bona</strong> - Los Angeles Chapter, Lewa trip winner\r\n<strong>Ann Knutson</strong> - San Diego Chapter, Lewa trip winner\r\n<strong>Kenton Kerns</strong> - National Capital Chapter, Indonesia trip winner\r\nCrystal Butler - Oklahoma City Chapter, Indonesia trip winner\r\n<strong>Jim Haigwood</strong> - Los Angeles Chapter, Honorary trip winner\r\n<h3>Top Chapter Fundraiser - 2013</h3>\r\n<strong>Portland AAZK Chapter.</strong> Chapter Award[/membership]', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-11-26 17:05:55', '2013-11-26 22:05:55', '', 168, 'http://web3.gowebsolutions.com/~aazook/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4551, 1, '2013-11-19 18:04:44', '2013-11-19 23:04:44', '[col w="9"]AAZK has member grants for Professional Development, Research and Conservation – take a moment to see how you can apply for financial assistance[/col][col w="3"]<span class="learn-more silver-button">Learn More ></span>[/col]', '', 0, '', 'publish', 'closed', 'closed', '', '4551', '', '', '2014-02-27 11:37:31', '2014-02-27 16:37:31', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=slides&#038;p=4551', 0, 'slides', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4552, 1, '2013-11-19 18:04:27', '2013-11-19 23:04:27', '', 'banner-8', 0, '', 'inherit', 'closed', 'closed', '', 'banner-8', '', '', '2013-11-19 18:04:27', '2013-11-19 23:04:27', '', 4551, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/banner-8.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4553, 1, '2013-11-20 12:15:04', '2013-11-20 17:15:04', '\n[pmpro_account]', 'Membership Account', 0, '', 'inherit', 'closed', 'closed', '', '3083-autosave-v1', '', '', '2013-11-20 12:15:04', '2013-11-20 17:15:04', '', 3083, 'http://web3.gowebsolutions.com/~aazook/3083-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4554, 1, '2013-11-20 12:15:30', '2013-11-20 17:15:30', '[membership level="13,11"]Test[/membership]\r\n[pmpro_account]', 'Membership Account', 0, '', 'inherit', 'closed', 'closed', '', '3083-revision-v1', '', '', '2013-11-20 12:15:30', '2013-11-20 17:15:30', '', 3083, 'http://web3.gowebsolutions.com/~aazook/3083-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4555, 2, '2013-11-20 12:23:57', '2013-11-20 17:23:57', '[membership level="13,11"]<h2>Job Postings</h2>\n<a href="[homeurl]/job-listings/submit-a-job/">Post a job</a>\n<a href="[homeurl]/job-listings/all/">Current Listings</a>[/membership]\n[pmpro_account]', 'Membership Account', 0, '', 'inherit', 'closed', 'closed', '', '3083-autosave-v1', '', '', '2013-11-20 12:23:57', '2013-11-20 17:23:57', '', 3083, 'http://web3.gowebsolutions.com/~aazook/3083-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4556, 2, '2013-11-20 12:23:59', '2013-11-20 17:23:59', '[membership level="13,11"]<h2>Job Postings</h2>\r\n<a href="[homeurl]/job-listings/submit-a-job/">Post a job</a>\r\n<a href="[homeurl]/job-listings/all/">Current Listings</a>[/membership]\r\n[pmpro_account]', 'Membership Account', 0, '', 'inherit', 'closed', 'closed', '', '3083-revision-v1', '', '', '2013-11-20 12:23:59', '2013-11-20 17:23:59', '', 3083, 'http://web3.gowebsolutions.com/~aazook/3083-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4557, 1, '2013-11-20 12:58:07', '2013-11-20 17:58:07', '[membership level="0"]\r\n<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nIn 1990, AAZK began by supporting the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n<h4>Who does BFR support?</h4>\r\n<img class="alignleft" alt="Black Rhinos" src="[homeurl]/wp-content/uploads/blackrhinos_004.jpg" border="1" hspace="10" vspace="10" /> In Kenya, Africa, BFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img class="alignright" alt="" src="[homeurl]/wp-content/uploads/sumatranrhino1.jpg" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n<h4>Donate</h4>\r\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below.\r\n<div class="first sixcol">\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 1.9em;">$4,321,808.48</span></strong>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h6>2012 Funds Raised:</h6>\r\n<strong><span style="font-size: 1.9em;">$337,191.09</span></strong>\r\n<em> - this is a new record for amount raised in a year!</em>\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<a href="[homeurl]/bowling-for-rhinos/bfr-donation/"><img class="alignnone size-full wp-image-2410" alt="donate_button" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/donate_button.jpg" width="135" height="136" /></a>\r\n[/membership]\r\n[membership level="-0"]Testing[/membership]', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-11-20 12:58:07', '2013-11-20 17:58:07', '', 168, 'http://web3.gowebsolutions.com/~aazook/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (277, 1, '2009-05-30 12:07:27', '2009-05-30 17:07:27', '<p>The links below highlight our Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.</p>\r\n\r\n<p>AAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.</p>\r\n\r\n<p>These links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.</p>', 'Institutional Members', 0, '', 'inherit', 'closed', 'closed', '', '275-revision-2', '', '', '2009-05-30 12:07:27', '2009-05-30 17:07:27', '', 275, 'http://dev.aazk.org/uncategorized/275-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (280, 1, '2009-05-30 19:48:38', '2009-05-31 00:48:38', '', 'Animal Keepers\' Forum Logo', 0, '', 'inherit', 'closed', 'closed', '', 'keeperlogo', '', '', '2009-05-30 19:48:38', '2009-05-31 00:48:38', '', 0, 'http://dev.aazk.org/wp-content/uploads/keeperlogo.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4713, 1, '2013-11-25 17:03:48', '2013-11-25 22:03:48', '[membership level="0"]\r\n<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nIn 1990, AAZK began by supporting the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n<h4>Who does BFR support?</h4>\r\n<img class="alignleft" alt="Black Rhinos" src="[homeurl]/wp-content/uploads/blackrhinos_004.jpg" border="1" hspace="10" vspace="10" /> In Kenya, Africa, BFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img class="alignright" alt="" src="[homeurl]/wp-content/uploads/sumatranrhino1.jpg" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n<h4>Donate</h4>\r\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below.\r\n<div class="first sixcol">\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 1.9em;">$4,321,808.48</span></strong>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h6>2012 Funds Raised:</h6>\r\n<strong><span style="font-size: 1.9em;">$337,191.09</span></strong>\r\n<em> - this is a new record for amount raised in a year!</em>\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<a href="[homeurl]/bowling-for-rhinos/bfr-donation/"><img class="alignnone size-full wp-image-2410" alt="donate_button" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/donate_button.jpg" width="135" height="136" /></a>\r\n[/membership][membership]\r\n<h4>Local Events</h4>\r\n[caption]<img class="alignleft" alt="Program Manager - Patty Pearthree" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/pearthreejpg-150x1501.jpg" width="150" height="150" />\r\n<p align="center"><strong>Program Manager - Patty Pearthree</strong></p>\r\n[/caption]\r\n\r\nIf you would like to find out if there will be a BFR event near you have or your event listed, please send your BFR event date &amp; contact information to <strong>Patty Pearthree</strong> at: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing" target="_blank">click here</a>.\r\n<div class="clear"></div>\r\n<h3><span style="font-size: 1em;">Total Funds Raised</span></h3>\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 2em;">$4,321,808.48</span></strong>\r\n<h6>2012 Funds Raised:</h6>\r\n<strong><span style="font-size: 2em;">$337,191.09</span></strong>\r\n<em>- this is a new record for amount raised in a year!</em>\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000 per year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send your organization\'s contact person/contact information ASAP along with the date of your event to our national BFR Coordinator.\r\n<h4>Email Group</h4>\r\nThere is a new Yahoo groups email for <em>Bowling For Rhino</em> Coordinators. If you would like to be part of this email group, please email <strong>Barbie Wilson</strong> at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n\r\nPlease contact <strong>Patty Pearthree</strong>: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n<pre><i class="icon-attention"></i> Applications being accepted for the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></pre>\r\n<h4>Who does BFR support?</h4>\r\nBFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa. In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>. BFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home. Many organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n<h4>Chapter Totals</h4>\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3" target="_blank">here</a>.\r\n<h4>Sponsorship Form</h4>\r\n<a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/sponsor_sheet1.pdf" target="_blank"><i class="icon-download"></i> Download Sponsorship Form</a>\r\n<h2>Bowling for Rhinos Awards - 2013</h2>\r\n<strong>Conservation Resource Grant</strong> RhiNOremedy\r\n<h3>Top Individual Fundraisers – Bowling for Rhinos 2013</h3>\r\n<strong>Mike Bona</strong> - Los Angeles Chapter, Lewa trip winner\r\n<strong>Ann Knutson</strong> - San Diego Chapter, Lewa trip winner\r\n<strong>Kenton Kerns</strong> - National Capital Chapter, Indonesia trip winner\r\nCrystal Butler - Oklahoma City Chapter, Indonesia trip winner\r\n<strong>Jim Haigwood</strong> - Los Angeles Chapter, Honorary trip winner\r\n<h3>Top Chapter Fundraiser - 2013</h3>\r\n<strong>Portland AAZK Chapter.</strong> Chapter Award[/membership]', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-11-25 17:03:48', '2013-11-25 22:03:48', '', 168, 'http://web3.gowebsolutions.com/~aazook/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4561, 1, '2013-11-20 13:20:08', '2013-11-20 18:20:08', '[membership level="0"]\r\n<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nIn 1990, AAZK began by supporting the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n<h4>Who does BFR support?</h4>\r\n<img class="alignleft" alt="Black Rhinos" src="[homeurl]/wp-content/uploads/blackrhinos_004.jpg" border="1" hspace="10" vspace="10" /> In Kenya, Africa, BFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img class="alignright" alt="" src="[homeurl]/wp-content/uploads/sumatranrhino1.jpg" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n<h4>Donate</h4>\r\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below.\r\n<div class="first sixcol">\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 1.9em;">$4,321,808.48</span></strong>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h6>2012 Funds Raised:</h6>\r\n<strong><span style="font-size: 1.9em;">$337,191.09</span></strong>\r\n<em> - this is a new record for amount raised in a year!</em>\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<a href="[homeurl]/bowling-for-rhinos/bfr-donation/"><img class="alignnone size-full wp-image-2410" alt="donate_button" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/donate_button.jpg" width="135" height="136" /></a>\r\n[/membership][membership]\r\n<h4>Local Events</h4>\r\n[caption]<img class="alignleft" alt="Program Manager - Patty Pearthree" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/pearthreejpg-150x1501.jpg" width="150" height="150" /><br /><br /><br /><br />\r\n<p align="center"><strong>Program Manager - Patty Pearthree</strong></p>\r\n<br /><br />[/caption]\r\n\r\nIf you would like to find out if there will be a BFR event near you have or your event listed, please send your BFR event date &amp; contact information to <strong>Patty Pearthree</strong> at: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing" target="_blank">click here</a>.\r\n<div class="clear"></div>\r\n<h3><span style="font-size: 1em;">Total Funds Raised</span></h3>\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 2em;">$4,321,808.48</span></strong>\r\n<h6>2012 Funds Raised:</h6>\r\n<strong><span style="font-size: 2em;">$337,191.09</span></strong>\r\n<em>- this is a new record for amount raised in a year!</em>\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000 per year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send your organization\'s contact person/contact information ASAP along with the date of your event to our national BFR Coordinator.\r\n<h4>Email Group</h4>\r\nThere is a new Yahoo groups email for <em>Bowling For Rhino</em> Coordinators. If you would like to be part of this email group, please email <strong>Barbie Wilson</strong> at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n\r\nPlease contact <strong>Patty Pearthree</strong>: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n<pre><i class="icon-attention"></i> Applications being accepted for the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></pre>\r\n<h4>Who does BFR support?</h4>\r\nBFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa. In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>. BFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home. Many organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n<h4>Chapter Totals</h4>\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3" target="_blank">here</a>.\r\n<h4>Sponsorship Form</h4>\r\n<a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/sponsor_sheet1.pdf" target="_blank"><i class="icon-download"></i> Download Sponsorship Form</a>\r\n<h2>Bowling for Rhinos Awards - 2013</h2>\r\n<strong>Conservation Resource Grant</strong> RhiNOremedy\r\n<h3>Top Individual Fundraisers – Bowling for Rhinos 2013</h3>\r\n<strong>Mike Bona</strong> - Los Angeles Chapter, Lewa trip winner\r\n<strong>Ann Knutson</strong> - San Diego Chapter, Lewa trip winner\r\n<strong>Kenton Kerns</strong> - National Capital Chapter, Indonesia trip winner\r\nCrystal Butler - Oklahoma City Chapter, Indonesia trip winner\r\n<strong>Jim Haigwood</strong> - Los Angeles Chapter, Honorary trip winner\r\n<h3>Top Chapter Fundraiser - 2013</h3>\r\n<strong>Portland AAZK Chapter.</strong> Chapter Award[/membership]', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-11-20 13:20:08', '2013-11-20 18:20:08', '', 168, 'http://web3.gowebsolutions.com/~aazook/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2907, 2, '2013-07-09 15:02:54', '2013-07-09 20:02:54', '', 'akfjuly2013', 0, '', 'inherit', 'closed', 'closed', '', 'akfjuly2013', '', '', '2013-07-09 15:02:54', '2013-07-09 20:02:54', '', 0, 'http://aazk.org/wp-content/uploads/akfjuly2013.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4560, 1, '2013-11-20 13:04:04', '2013-11-20 18:04:04', '[membership level="0"]\r\n<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nIn 1990, AAZK began by supporting the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n<h4>Who does BFR support?</h4>\r\n<img class="alignleft" alt="Black Rhinos" src="[homeurl]/wp-content/uploads/blackrhinos_004.jpg" border="1" hspace="10" vspace="10" /> In Kenya, Africa, BFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img class="alignright" alt="" src="[homeurl]/wp-content/uploads/sumatranrhino1.jpg" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n<h4>Donate</h4>\r\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below.\r\n<div class="first sixcol">\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 1.9em;">$4,321,808.48</span></strong>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h6>2012 Funds Raised:</h6>\r\n<strong><span style="font-size: 1.9em;">$337,191.09</span></strong>\r\n<em> - this is a new record for amount raised in a year!</em>\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<a href="[homeurl]/bowling-for-rhinos/bfr-donation/"><img class="alignnone size-full wp-image-2410" alt="donate_button" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/donate_button.jpg" width="135" height="136" /></a>\r\n[/membership][membership]<h4>Local Events</h4>\r\n[caption]<img class="alignleft" alt="Program Manager - Patty Pearthree" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/pearthreejpg-150x1501.jpg" width="150" height="150" /><br /><br />\r\n<p align="center"><strong>Program Manager - Patty Pearthree</strong></p>\r\n<br />[/caption]\r\n\r\nIf you would like to find out if there will be a BFR event near you have or your event listed, please send your BFR event date &amp; contact information to <strong>Patty Pearthree</strong> at: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing" target="_blank">click here</a>.\r\n<div class="clear"></div>\r\n<h3><span style="font-size: 1em;">Total Funds Raised</span></h3>\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 2em;">$4,321,808.48</span></strong>\r\n<h6>2012 Funds Raised:</h6>\r\n<strong><span style="font-size: 2em;">$337,191.09</span></strong>\r\n<em>- this is a new record for amount raised in a year!</em>\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000 per year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send your organization\'s contact person/contact information ASAP along with the date of your event to our national BFR Coordinator.\r\n\r\n<h4>Email Group</h4>\r\nThere is a new Yahoo groups email for <em>Bowling For Rhino</em> Coordinators. If you would like to be part of this email group, please email <strong>Barbie Wilson</strong> at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n\r\nPlease contact <strong>Patty Pearthree</strong>: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n<pre><i class="icon-attention"></i> Applications being accepted for the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></pre>\r\n\r\n<h4>Who does BFR support?</h4>\r\nBFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa. In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>. BFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home. Many organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<h4>Chapter Totals</h4>\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3" target="_blank">here</a>.\r\n<h4>Sponsorship Form</h4>\r\n<a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/sponsor_sheet1.pdf" target="_blank"><i class="icon-download"></i> Download Sponsorship Form</a>\r\n<h2>Bowling for Rhinos Awards - 2013</h2>\r\n<strong>Conservation Resource Grant</strong> RhiNOremedy\r\n<h3>Top Individual Fundraisers – Bowling for Rhinos 2013</h3>\r\n<strong>Mike Bona</strong> - Los Angeles Chapter, Lewa trip winner\r\n<strong>Ann Knutson</strong> - San Diego Chapter, Lewa trip winner\r\n<strong>Kenton Kerns</strong> - National Capital Chapter, Indonesia trip winner\r\n Crystal Butler</strong> - Oklahoma City Chapter, Indonesia trip winner\r\n<strong>Jim Haigwood</strong> - Los Angeles Chapter, Honorary trip winner\r\n<h3>Top Chapter Fundraiser - 2013</h3>\r\n<strong>Portland AAZK Chapter.</strong> Chapter Award[/membership]', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-11-20 13:04:04', '2013-11-20 18:04:04', '', 168, 'http://web3.gowebsolutions.com/~aazook/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4711, 1, '2013-11-25 17:01:40', '2013-11-25 22:01:40', '[membership level="0"]\r\n<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nIn 1990, AAZK began by supporting the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n<h4>Who does BFR support?</h4>\r\n<img class="alignleft" alt="Black Rhinos" src="[homeurl]/wp-content/uploads/blackrhinos_004.jpg" border="1" hspace="10" vspace="10" /> In Kenya, Africa, BFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img class="alignright" alt="" src="[homeurl]/wp-content/uploads/sumatranrhino1.jpg" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n<h4>Donate</h4>\r\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below.\r\n<div class="first sixcol">\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 1.9em;">$4,321,808.48</span></strong>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h6>2012 Funds Raised:</h6>\r\n<strong><span style="font-size: 1.9em;">$337,191.09</span></strong>\r\n<em> - this is a new record for amount raised in a year!</em>\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<a href="[homeurl]/bowling-for-rhinos/bfr-donation/"><img class="alignnone size-full wp-image-2410" alt="donate_button" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/donate_button.jpg" width="135" height="136" /></a>\r\n[/membership][membership]\r\n<h4>Local Events</h4>\r\n[caption]<img class="alignleft" alt="Program Manager - Patty Pearthree" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/pearthreejpg-150x1501.jpg" width="150" height="150" />\r\n<p align="center"><strong>Program Manager - Patty Pearthree</strong></p>\r\n[/caption]\r\n\r\nIf you would like to find out if there will be a BFR event near you have or your event listed, please send your BFR event date &amp; contact information to <strong>Patty Pearthree</strong> at: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing" target="_blank">click here</a>.\r\n<div class="clear"></div>\r\n<h3><span style="font-size: 1em;">Total Funds Raised</span></h3>\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 2em;">$4,321,808.480</span></strong>\r\n<h6>2012 Funds Raised:</h6>\r\n<strong><span style="font-size: 2em;">$337,191.09</span></strong>\r\n<em>- this is a new record for amount raised in a year!</em>\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000 per year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send your organization\'s contact person/contact information ASAP along with the date of your event to our national BFR Coordinator.\r\n<h4>Email Group</h4>\r\nThere is a new Yahoo groups email for <em>Bowling For Rhino</em> Coordinators. If you would like to be part of this email group, please email <strong>Barbie Wilson</strong> at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n\r\nPlease contact <strong>Patty Pearthree</strong>: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n<pre><i class="icon-attention"></i> Applications being accepted for the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></pre>\r\n<h4>Who does BFR support?</h4>\r\nBFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa. In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>. BFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home. Many organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n<h4>Chapter Totals</h4>\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3" target="_blank">here</a>.\r\n<h4>Sponsorship Form</h4>\r\n<a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/sponsor_sheet1.pdf" target="_blank"><i class="icon-download"></i> Download Sponsorship Form</a>\r\n<h2>Bowling for Rhinos Awards - 2013</h2>\r\n<strong>Conservation Resource Grant</strong> RhiNOremedy\r\n<h3>Top Individual Fundraisers – Bowling for Rhinos 2013</h3>\r\n<strong>Mike Bona</strong> - Los Angeles Chapter, Lewa trip winner\r\n<strong>Ann Knutson</strong> - San Diego Chapter, Lewa trip winner\r\n<strong>Kenton Kerns</strong> - National Capital Chapter, Indonesia trip winner\r\nCrystal Butler - Oklahoma City Chapter, Indonesia trip winner\r\n<strong>Jim Haigwood</strong> - Los Angeles Chapter, Honorary trip winner\r\n<h3>Top Chapter Fundraiser - 2013</h3>\r\n<strong>Portland AAZK Chapter.</strong> Chapter Award[/membership]', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-11-25 17:01:40', '2013-11-25 22:01:40', '', 168, 'http://web3.gowebsolutions.com/~aazook/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4559, 1, '2013-11-20 13:02:59', '2013-11-20 18:02:59', '[membership level="0"]\r\n<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nIn 1990, AAZK began by supporting the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n<h4>Who does BFR support?</h4>\r\n<img class="alignleft" alt="Black Rhinos" src="[homeurl]/wp-content/uploads/blackrhinos_004.jpg" border="1" hspace="10" vspace="10" /> In Kenya, Africa, BFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img class="alignright" alt="" src="[homeurl]/wp-content/uploads/sumatranrhino1.jpg" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n<h4>Donate</h4>\r\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below.\r\n<div class="first sixcol">\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 1.9em;">$4,321,808.48</span></strong>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h6>2012 Funds Raised:</h6>\r\n<strong><span style="font-size: 1.9em;">$337,191.09</span></strong>\r\n<em> - this is a new record for amount raised in a year!</em>\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<a href="[homeurl]/bowling-for-rhinos/bfr-donation/"><img class="alignnone size-full wp-image-2410" alt="donate_button" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/donate_button.jpg" width="135" height="136" /></a>\r\n[/membership]\r\n[membership]<h4>Local Events</h4>\r\n[caption]<img class="alignleft" alt="Program Manager - Patty Pearthree" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/pearthreejpg-150x1501.jpg" width="150" height="150" /><br /><br />\r\n<p align="center"><strong>Program Manager - Patty Pearthree</strong></p>\r\n<br />[/caption]\r\n\r\nIf you would like to find out if there will be a BFR event near you have or your event listed, please send your BFR event date &amp; contact information to <strong>Patty Pearthree</strong> at: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing" target="_blank">click here</a>.\r\n<div class="clear"></div>\r\n<h3><span style="font-size: 1em;">Total Funds Raised</span></h3>\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 2em;">$4,321,808.48</span></strong>\r\n<h6>2012 Funds Raised:</h6>\r\n<strong><span style="font-size: 2em;">$337,191.09</span></strong>\r\n<em>- this is a new record for amount raised in a year!</em>\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000 per year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send your organization\'s contact person/contact information ASAP along with the date of your event to our national BFR Coordinator.\r\n\r\n<h4>Email Group</h4>\r\nThere is a new Yahoo groups email for <em>Bowling For Rhino</em> Coordinators. If you would like to be part of this email group, please email <strong>Barbie Wilson</strong> at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n\r\nPlease contact <strong>Patty Pearthree</strong>: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n<pre><i class="icon-attention"></i> Applications being accepted for the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></pre>\r\n\r\n<h4>Who does BFR support?</h4>\r\nBFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa. In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>. BFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home. Many organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<h4>Chapter Totals</h4>\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3" target="_blank">here</a>.\r\n<h4>Sponsorship Form</h4>\r\n<a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/sponsor_sheet1.pdf" target="_blank"><i class="icon-download"></i> Download Sponsorship Form</a>\r\n<h2>Bowling for Rhinos Awards - 2013</h2>\r\n<strong>Conservation Resource Grant</strong> RhiNOremedy\r\n<h3>Top Individual Fundraisers – Bowling for Rhinos 2013</h3>\r\n<strong>Mike Bona</strong> - Los Angeles Chapter, Lewa trip winner\r\n<strong>Ann Knutson</strong> - San Diego Chapter, Lewa trip winner\r\n<strong>Kenton Kerns</strong> - National Capital Chapter, Indonesia trip winner\r\n Crystal Butler</strong> - Oklahoma City Chapter, Indonesia trip winner\r\n<strong>Jim Haigwood</strong> - Los Angeles Chapter, Honorary trip winner\r\n<h3>Top Chapter Fundraiser - 2013</h3>\r\n<strong>Portland AAZK Chapter.</strong> Chapter Award[/membership]', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-11-20 13:02:59', '2013-11-20 18:02:59', '', 168, 'http://web3.gowebsolutions.com/~aazook/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (292, 1, '2009-05-31 11:53:45', '2009-05-31 16:53:45', 'AAZK members have been offered a tremendous opportunity to see how the money raised from Bowling for Rhinos, Sponsored by Blue Rhino is spent. Lewa Wildlife Conservancy has generously offered a <strong>limited</strong> number of trips at a reduced rate for AAZK members and their friends to visit the Conservancy. AAZK members receive a discount on lodging rates at the Lewa  Safari Camp. It\'s a great opportunity for professional research (which may be tax deductible, please consult your tax advisor for details) and to witness how BFR funds help to support Lewa. AAZK members generally receive preference in trip scheduling but the trip participants are not limited to AAZK members.\r\n\r\nTrip leaders are volunteers, not travel professionals (<strong>**</strong><em>please see liability statement below the calendar</em>). They  volunteer hundreds of hours arranging these trips. A trip leader honorarium may be collected from each trip participant to help defray the cost of the journey to Lewa. Trip leaders also receive lodging sponsorship from Lewa Safari Camp. Visit <a href="http://www.lewa.org">Lewa.org</a> for more information about Lewa Wildlife Conservancy.\r\n\r\nThe cost of the trips vary depending upon departure city and other  variables such as international air fare, in-country (Kenya) lodging and transportation, trip extensions, special activities and tourist venues, and other variables arranged by each trip leader.\r\n\r\n<a href="/wp-content/uploads/lewajourney.pdf">Sample itinerary: in Adobe Acrobat format</a>\r\n\r\nThe calendar below lists the trip dates and contact information of known trip leaders. Click on the arrows to move through the months to see when trips are offered. Click on listed trips for contact information of the trip leaders. Please direct all inquiries to the individual trip leaders for additional information.\r\n\r\n<iframe src="http://www.google.com/calendar/embed?title=Lewa%20Wildlife%20Conservancy%20Safaris&amp;height=600&amp;wkst=1&amp;bgcolor=%2333ccff&amp;src=lwcsafari%40cox.net&amp;color=%23A32929&amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="700" height="600" frameborder="0" scrolling="no"></iframe> \r\n\r\n\r\n<h6><strong><em>**These trips are not sponsored by AAZK, Inc. Information is provided as a courtesy. It is understood that certain hazards exist for citizens of the United States of America and other western countries while traveling outside the United States.  Hazards include, but are not limited to, Acts of God, fire, acts of governments or other authorities, terrorist activities, wars civil disturbances, riots, strikes, thefts, pilferage, epidemics, quarantines, the risk of theft, loss and damage to personal property.  These hazards could result in bodily injury, sickness, death or dismemberment.  By participating in these trips it is understood and accepted that these risks are inherent and the participant will forever discharge and agree to hold harmless the American Association of Zoo Keepers, Inc. (AAZK Inc.) and the directors, officers, trip leader(s) and any other representative of AAZK, Inc. from any and all liability, claims or demands while participating in a safari to Kenya.</em></strong></h6>\r\n<h6><strong><em>Furthermore, it is understood that all risk of personal injury, sickness, death, theft or damage of personal property and expense, which may result from the participation in any and all events, activities, or in recreation and work therein is accepted by the participant.**</em></strong></h6>', 'Lewa Wildlife Conservancy Safaris', 0, '', 'draft', 'closed', 'closed', '', 'lewa-safaris', '', '', '2013-09-23 10:37:01', '2013-09-23 15:37:01', '', 168, 'http://dev.aazk.org/?page_id=292', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (293, 1, '2009-05-31 11:52:50', '2009-05-31 16:52:50', '<p>AAZK members have been offered a tremendous opportunity to see how the money raised from Bowling for Rhinos, Sponsored by Blue Rhino is spent. Lewa Wildlife Conservancy has generously offered a <strong>limited</strong> number of trips at a reduced rate for AAZK members and their friends to visit the Conservancy. AAZK members receive a discount on lodging rates at the Lewa  Safari Camp. It\'s a great opportunity for professional research (which may be tax deductible, please consult your tax advisor for details) and to witness how BFR funds help to support Lewa. AAZK members generally receive preference in trip scheduling but the trip participants are not limited to AAZK members.</p>\n\n<p>Trip leaders are volunteers, not travel professionals (<strong>**</strong><em>please see liability statement below the calendar</em>). They  volunteer hundreds of hours arranging these trips. A trip leader honorarium may be collected from each trip participant to help defray the cost of the journey to Lewa. Trip leaders also receive lodging sponsorship from Lewa Safari Camp. Visit <a href="http://www.lewa.org">Lewa.org</a> for more information about Lewa Wildlife Conservancy.</p>\n\n<p>The cost of the trips vary depending upon departure city and other  variables such as international air fare, in-country (Kenya) lodging and transportation, trip extensions, special activities and tourist venues, and other variables arranged by each trip leader.</p>\n\n<p><a href="/pdf/Sample%20Journey.pdf">Sample itinerary: in Adobe Acrobat format</a></p>\n\n<p>The calendar below lists the trip dates and contact information of known trip leaders. Click on the arrows to move through the months to see when trips are offered. Click on listed trips for contact information of the trip leaders. Please direct all inquiries to the individual trip leaders for additional information.</p>', 'Lewa Wildlife Conservancy Safaris', 0, '', 'inherit', 'closed', 'closed', '', '292-revision', '', '', '2009-05-31 11:52:50', '2009-05-31 16:52:50', '', 292, 'http://dev.aazk.org/uncategorized/292-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (294, 1, '2009-05-31 11:53:45', '2009-05-31 16:53:45', '<p>AAZK members have been offered a tremendous opportunity to see how the money raised from Bowling for Rhinos, Sponsored by Blue Rhino is spent. Lewa Wildlife Conservancy has generously offered a <strong>limited</strong> number of trips at a reduced rate for AAZK members and their friends to visit the Conservancy. AAZK members receive a discount on lodging rates at the Lewa  Safari Camp. It\'s a great opportunity for professional research (which may be tax deductible, please consult your tax advisor for details) and to witness how BFR funds help to support Lewa. AAZK members generally receive preference in trip scheduling but the trip participants are not limited to AAZK members.</p>\r\n\r\n<p>Trip leaders are volunteers, not travel professionals (<strong>**</strong><em>please see liability statement below the calendar</em>). They  volunteer hundreds of hours arranging these trips. A trip leader honorarium may be collected from each trip participant to help defray the cost of the journey to Lewa. Trip leaders also receive lodging sponsorship from Lewa Safari Camp. Visit <a href="http://www.lewa.org">Lewa.org</a> for more information about Lewa Wildlife Conservancy.</p>\r\n\r\n<p>The cost of the trips vary depending upon departure city and other  variables such as international air fare, in-country (Kenya) lodging and transportation, trip extensions, special activities and tourist venues, and other variables arranged by each trip leader.</p>\r\n\r\n<p><a href="/pdf/Sample%20Journey.pdf">Sample itinerary: in Adobe Acrobat format</a></p>\r\n\r\n<p>The calendar below lists the trip dates and contact information of known trip leaders. Click on the arrows to move through the months to see when trips are offered. Click on listed trips for contact information of the trip leaders. Please direct all inquiries to the individual trip leaders for additional information.</p>\r\n\r\n<p><em>**These trips are not sponsored by AAZK, Inc. Information is provided as a courtesy. It is understood that certain hazards exist for citizens of the United States of America and other western countries while traveling outside the United States.&nbsp; Hazards include, but are not limited to, Acts of God, fire, acts of governments or other authorities, terrorist activities, wars civil disturbances, riots, strikes, thefts, pilferage, epidemics, quarantines, the risk of theft, loss and damage to personal property.&nbsp; These hazards could result in bodily injury, sickness, death or dismemberment.&nbsp; By participating in these trips it is understood and accepted that these risks are inherent and the participant will forever discharge and agree to hold harmless the American Association of Zoo Keepers, Inc. (AAZK Inc.) and the directors, officers, trip leader(s) and any other representative of AAZK, Inc. from any and all liability, claims or demands while participating in a safari to Kenya.</em></p>\r\n\r\n<p><em>Furthermore, it is understood that all risk of personal injury, sickness, death, theft or damage of personal property and expense, which may result from the participation in any and all events, activities, or in recreation and work therein is accepted by the participant.**</em></p>', 'Lewa Wildlife Conservancy Safaris', 0, '', 'inherit', 'closed', 'closed', '', '292-revision-2', '', '', '2009-05-31 11:53:45', '2009-05-31 16:53:45', '', 292, 'http://dev.aazk.org/uncategorized/292-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (295, 1, '2009-05-26 22:28:24', '2009-05-27 03:28:24', '<p>Sponsored by Blue Rhino - Coordinator, Patty Pearthree</p>\r\n    \r\n<p>"AAZK\'s Bowling for Rhinos-Sponsored by Blue Rhino" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising over $300,000 annually. In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.</p>\r\n\r\n<p>In 1994 we expanded our funding efforts to include Ujung  Kulon National Park in Java, Indonesia and in 1996 to include Bukit Barisan  Selatan and Way Kambas National Parks in Sumatra, Indonesia. The International Rhino Foundation (IRF) oversees the use of funding in the Indonesian parks in  order to best protect endangered species.</p>\r\n\r\n<p>AAZK Chapters and zookeepers at some zoos which have no  official chapter, hold bowl-a-thons (or similar events), enlisting sponsors for  bowlers and outright cash donations. One hundred percent of the money generated  from this conservation fund raiser goes to protect rhinos.</p>\r\n\r\n<p><strong>Since its inception, Bowling for Rhinos has raised over $3 million for rhino conservation efforts.</strong></p>\r\n\r\n<p>The Bowling for Rhinos (BFR) event has gained momentum  every year and continues to grow in participation and financial success. Over  the past few years, AAZK, Inc. has been able to provide Lewa Wildlife  Conservancy with a single engine spotter airplane, a large transport truck for  the relocation of animals, solar-powered electrical fencing for the preserve,  etc. BFR now supplies part of Lewa\'s $850,000 annual operating budget. BFR  provides much needed boats, uniforms and funding for training and operation  of poaching guards (Rhino Patrol Units) in Indonesia.</p>\r\n  \r\n<p>While the flagship species for this fund raiser  is the rhino, by providing financial assistance for the support of protected  rhino sanctuaries, the project also protects many other species of animals as  well as habitats. More information about Bowling for Rhinos may be found on the  Bowling for Rhino\'s Website:\r\n  <a href="http://www.aazkbfr.org">http://www.aazkbfr.org.</a></p>\r\n  \r\n<p>There is a new Yahoo groups email for Bowling For Rhino  Coordinators. If you would like to be part of this email group, please email  Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>.  This will let you communicate with each other on questions about t-shirts, bowling  alley prices, how to get more support from your zoo, etc. with other BFR  coordinators.</p>\r\n\r\n<p><a href="http://www.aecetia.net/gws/aazk/committees/safaris.php">Lewa Wildlife Conservancy Safaris</a></p>\r\n\r\n<p><a href="/pdf/LWC_CapitalNeeds_2008.pdf">Urgent Capital request from Lewa!</a></p>\r\n\r\n<h3>Bowling For Rhinos  Announcement for 2008</h3>\r\n\r\n<p>The distribution of "AAZK\'s Bowling For Rhinos-sponsored by Blue Rhino" funds will follow these guidelines in 2008:</p>\r\n\r\n<p>Blue Rhino Gas donation ($20,000/year - Split 50/50 between LWC and IRF):<br />\r\n$10K to LWC (Lewa Wildlife Conservancy in Kenya)<br />\r\n$10K to IRF (The International Rhino Foundation)</p>\r\n\r\n<p>Funds are added to total BFR (Bowling For Rhinos) share.</p>\r\n\r\n<p>LWC receives the first $150,000 raised by BFR/year, plus $10K from Blue Rhino, guaranteed if BFR funds reach $150,000. All BFR funds over $150,000 will now go directly to The International Rhino Foundation (IRF) for use in the Indonesian Rhino Parks of Ujung Kulon, Way Kambas, and Bukit Barisan Selatan. IRF gets the $10,000 from Blue Rhino added to their share. The AAZK Board of Directors will be discussing the distribution of BFR funds during their Board meetings. They hope to come up with a distribution program of funds that will better suite all parties as BFR continues to grow.</p>\r\n\r\n<p>2007 Bowling For Rhinos events raised over $316,000. This was the best year on record as the increasing trend continues. Congratulations for a fabulous year! Bowling For Rhinos will soon break the $3 million mark and we continue to reach for attaining our goal of $500,000/year! Together AAZK can do it. We have and we will continue to make a difference in the conservation world. Please send me your organization\'s contact person/contact info ASAP along with the date of your event. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation. Please see <a href="http://aazkbfr.org/">http://aazkbfr.org</a> or contact Patty Pearthree: <a href="mailto:ppear3@pear3.org">ppear3@pear3.org</a>. We hope to merge the BFR website onto the AAZK this year. </p>', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2009-05-26 22:28:24', '2009-05-27 03:28:24', '', 168, 'http://dev.aazk.org/uncategorized/168-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (296, 1, '2009-05-31 11:54:35', '2009-05-31 16:54:35', '<p>AAZK members have been offered a tremendous opportunity to see how the money raised from Bowling for Rhinos, Sponsored by Blue Rhino is spent. Lewa Wildlife Conservancy has generously offered a <strong>limited</strong> number of trips at a reduced rate for AAZK members and their friends to visit the Conservancy. AAZK members receive a discount on lodging rates at the Lewa  Safari Camp. It\'s a great opportunity for professional research (which may be tax deductible, please consult your tax advisor for details) and to witness how BFR funds help to support Lewa. AAZK members generally receive preference in trip scheduling but the trip participants are not limited to AAZK members.</p>\r\n\r\n<p>Trip leaders are volunteers, not travel professionals (<strong>**</strong><em>please see liability statement below the calendar</em>). They  volunteer hundreds of hours arranging these trips. A trip leader honorarium may be collected from each trip participant to help defray the cost of the journey to Lewa. Trip leaders also receive lodging sponsorship from Lewa Safari Camp. Visit <a href="http://www.lewa.org">Lewa.org</a> for more information about Lewa Wildlife Conservancy.</p>\r\n\r\n<p>The cost of the trips vary depending upon departure city and other  variables such as international air fare, in-country (Kenya) lodging and transportation, trip extensions, special activities and tourist venues, and other variables arranged by each trip leader.</p>\r\n\r\n<p><a href="/pdf/Sample%20Journey.pdf">Sample itinerary: in Adobe Acrobat format</a></p>\r\n\r\n<p>The calendar below lists the trip dates and contact information of known trip leaders. Click on the arrows to move through the months to see when trips are offered. Click on listed trips for contact information of the trip leaders. Please direct all inquiries to the individual trip leaders for additional information.</p>\r\n\r\n<p><em>**These trips are not sponsored by AAZK, Inc. Information is provided as a courtesy. It is understood that certain hazards exist for citizens of the United States of America and other western countries while traveling outside the United States.&nbsp; Hazards include, but are not limited to, Acts of God, fire, acts of governments or other authorities, terrorist activities, wars civil disturbances, riots, strikes, thefts, pilferage, epidemics, quarantines, the risk of theft, loss and damage to personal property.&nbsp; These hazards could result in bodily injury, sickness, death or dismemberment.&nbsp; By participating in these trips it is understood and accepted that these risks are inherent and the participant will forever discharge and agree to hold harmless the American Association of Zoo Keepers, Inc. (AAZK Inc.) and the directors, officers, trip leader(s) and any other representative of AAZK, Inc. from any and all liability, claims or demands while participating in a safari to Kenya.</em></p>\r\n\r\n<p><em>Furthermore, it is understood that all risk of personal injury, sickness, death, theft or damage of personal property and expense, which may result from the participation in any and all events, activities, or in recreation and work therein is accepted by the participant.**</em></p>', 'Lewa Wildlife Conservancy Safaris', 0, '', 'inherit', 'closed', 'closed', '', '292-revision-3', '', '', '2009-05-31 11:54:35', '2009-05-31 16:54:35', '', 292, 'http://dev.aazk.org/uncategorized/292-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (297, 1, '2009-05-31 12:01:33', '2009-05-31 17:01:33', '<p>AAZK members have been offered a tremendous opportunity to see how the money raised from Bowling for Rhinos, Sponsored by Blue Rhino is spent. Lewa Wildlife Conservancy has generously offered a <strong>limited</strong> number of trips at a reduced rate for AAZK members and their friends to visit the Conservancy. AAZK members receive a discount on lodging rates at the Lewa  Safari Camp. It\'s a great opportunity for professional research (which may be tax deductible, please consult your tax advisor for details) and to witness how BFR funds help to support Lewa. AAZK members generally receive preference in trip scheduling but the trip participants are not limited to AAZK members.</p>\r\n\r\n<p>Trip leaders are volunteers, not travel professionals (<strong>**</strong><em>please see liability statement below the calendar</em>). They  volunteer hundreds of hours arranging these trips. A trip leader honorarium may be collected from each trip participant to help defray the cost of the journey to Lewa. Trip leaders also receive lodging sponsorship from Lewa Safari Camp. Visit <a href="http://www.lewa.org">Lewa.org</a> for more information about Lewa Wildlife Conservancy.</p>\r\n\r\n<p>The cost of the trips vary depending upon departure city and other  variables such as international air fare, in-country (Kenya) lodging and transportation, trip extensions, special activities and tourist venues, and other variables arranged by each trip leader.</p>\r\n\r\n<p><a href="/pdf/Sample%20Journey.pdf">Sample itinerary: in Adobe Acrobat format</a></p>\r\n\r\n<p>The calendar below lists the trip dates and contact information of known trip leaders. Click on the arrows to move through the months to see when trips are offered. Click on listed trips for contact information of the trip leaders. Please direct all inquiries to the individual trip leaders for additional information.</p>\r\n\r\n<iframe src="http://www.google.com/calendar/embed?title=Lewa%20Wildlife%20Conservancy%20Safaris&amp;height=600&amp;wkst=1&amp;bgcolor=%2333ccff&amp;src=lwcsafari%40cox.net&amp;color=%23A32929&amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="718" height="600" frameborder="0" scrolling="no"></iframe>\r\n\r\n<p><em>**These trips are not sponsored by AAZK, Inc. Information is provided as a courtesy. It is understood that certain hazards exist for citizens of the United States of America and other western countries while traveling outside the United States.&nbsp; Hazards include, but are not limited to, Acts of God, fire, acts of governments or other authorities, terrorist activities, wars civil disturbances, riots, strikes, thefts, pilferage, epidemics, quarantines, the risk of theft, loss and damage to personal property.&nbsp; These hazards could result in bodily injury, sickness, death or dismemberment.&nbsp; By participating in these trips it is understood and accepted that these risks are inherent and the participant will forever discharge and agree to hold harmless the American Association of Zoo Keepers, Inc. (AAZK Inc.) and the directors, officers, trip leader(s) and any other representative of AAZK, Inc. from any and all liability, claims or demands while participating in a safari to Kenya.</em></p>\r\n\r\n<p><em>Furthermore, it is understood that all risk of personal injury, sickness, death, theft or damage of personal property and expense, which may result from the participation in any and all events, activities, or in recreation and work therein is accepted by the participant.**</em></p>', 'Lewa Wildlife Conservancy Safaris', 0, '', 'inherit', 'closed', 'closed', '', '292-revision-4', '', '', '2009-05-31 12:01:33', '2009-05-31 17:01:33', '', 292, 'http://dev.aazk.org/uncategorized/292-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (298, 1, '2010-04-22 14:18:39', '2010-04-22 19:18:39', 'AAZK members have been offered a tremendous opportunity to see how the money raised from Bowling for Rhinos, Sponsored by Blue Rhino is spent. Lewa Wildlife Conservancy has generously offered a <strong>limited</strong> number of trips at a reduced rate for AAZK members and their friends to visit the Conservancy. AAZK members receive a discount on lodging rates at the Lewa  Safari Camp. It\'s a great opportunity for professional research (which may be tax deductible, please consult your tax advisor for details) and to witness how BFR funds help to support Lewa. AAZK members generally receive preference in trip scheduling but the trip participants are not limited to AAZK members.\r\n\r\nTrip leaders are volunteers, not travel professionals (<strong>**</strong><em>please see liability statement below the calendar</em>). They  volunteer hundreds of hours arranging these trips. A trip leader honorarium may be collected from each trip participant to help defray the cost of the journey to Lewa. Trip leaders also receive lodging sponsorship from Lewa Safari Camp. Visit <a href="http://www.lewa.org">Lewa.org</a> for more information about Lewa Wildlife Conservancy.\r\n\r\nThe cost of the trips vary depending upon departure city and other  variables such as international air fare, in-country (Kenya) lodging and transportation, trip extensions, special activities and tourist venues, and other variables arranged by each trip leader.\r\n\r\n<a href="/wp-content/uploads/lewajourney.pdf">Sample itinerary: in Adobe Acrobat format</a>\r\n\r\nThe calendar below lists the trip dates and contact information of known trip leaders. Click on the arrows to move through the months to see when trips are offered. Click on listed trips for contact information of the trip leaders. Please direct all inquiries to the individual trip leaders for additional information.\r\n\r\n<iframe src="http://www.google.com/calendar/embed?title=Lewa%20Wildlife%20Conservancy%20Safaris&amp;height=600&amp;wkst=1&amp;bgcolor=%2333ccff&amp;src=lwcsafari%40cox.net&amp;color=%23A32929&amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="700" height="600" frameborder="0" scrolling="no"></iframe> \r\n\r\n\r\n<h6><strong><em>**These trips are not sponsored by AAZK, Inc. Information is provided as a courtesy. It is understood that certain hazards exist for citizens of the United States of America and other western countries while traveling outside the United States.  Hazards include, but are not limited to, Acts of God, fire, acts of governments or other authorities, terrorist activities, wars civil disturbances, riots, strikes, thefts, pilferage, epidemics, quarantines, the risk of theft, loss and damage to personal property.  These hazards could result in bodily injury, sickness, death or dismemberment.  By participating in these trips it is understood and accepted that these risks are inherent and the participant will forever discharge and agree to hold harmless the American Association of Zoo Keepers, Inc. (AAZK Inc.) and the directors, officers, trip leader(s) and any other representative of AAZK, Inc. from any and all liability, claims or demands while participating in a safari to Kenya.</em></strong></h6>\r\n<h6><strong><em>Furthermore, it is understood that all risk of personal injury, sickness, death, theft or damage of personal property and expense, which may result from the participation in any and all events, activities, or in recreation and work therein is accepted by the participant.**</em></strong></h6>', 'Lewa Wildlife Conservancy Safaris', 0, '', 'inherit', 'closed', 'closed', '', '292-autosave', '', '', '2010-04-22 14:18:39', '2010-04-22 19:18:39', '', 292, 'http://dev.aazk.org/uncategorized/292-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (947, 2, '2009-05-31 12:04:01', '2009-05-31 17:04:01', '<p>AAZK members have been offered a tremendous opportunity to see how the money raised from Bowling for Rhinos, Sponsored by Blue Rhino is spent. Lewa Wildlife Conservancy has generously offered a <strong>limited</strong> number of trips at a reduced rate for AAZK members and their friends to visit the Conservancy. AAZK members receive a discount on lodging rates at the Lewa  Safari Camp. It\'s a great opportunity for professional research (which may be tax deductible, please consult your tax advisor for details) and to witness how BFR funds help to support Lewa. AAZK members generally receive preference in trip scheduling but the trip participants are not limited to AAZK members.</p>\r\n\r\n<p>Trip leaders are volunteers, not travel professionals (<strong>**</strong><em>please see liability statement below the calendar</em>). They  volunteer hundreds of hours arranging these trips. A trip leader honorarium may be collected from each trip participant to help defray the cost of the journey to Lewa. Trip leaders also receive lodging sponsorship from Lewa Safari Camp. Visit <a href="http://www.lewa.org">Lewa.org</a> for more information about Lewa Wildlife Conservancy.</p>\r\n\r\n<p>The cost of the trips vary depending upon departure city and other  variables such as international air fare, in-country (Kenya) lodging and transportation, trip extensions, special activities and tourist venues, and other variables arranged by each trip leader.</p>\r\n\r\n<p><a href=\'/wp-content/uploads/lewa_sample_journey.pdf\'>Sample itinerary: in Adobe Acrobat format</a></p>\r\n\r\n<p>The calendar below lists the trip dates and contact information of known trip leaders. Click on the arrows to move through the months to see when trips are offered. Click on listed trips for contact information of the trip leaders. Please direct all inquiries to the individual trip leaders for additional information.</p>\r\n\r\n<iframe src="http://www.google.com/calendar/embed?title=Lewa%20Wildlife%20Conservancy%20Safaris&amp;height=600&amp;wkst=1&amp;bgcolor=%2333ccff&amp;src=lwcsafari%40cox.net&amp;color=%23A32929&amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="700" height="600" frameborder="0" scrolling="no"></iframe>\r\n\r\n<p><em>**These trips are not sponsored by AAZK, Inc. Information is provided as a courtesy. It is understood that certain hazards exist for citizens of the United States of America and other western countries while traveling outside the United States.&nbsp; Hazards include, but are not limited to, Acts of God, fire, acts of governments or other authorities, terrorist activities, wars civil disturbances, riots, strikes, thefts, pilferage, epidemics, quarantines, the risk of theft, loss and damage to personal property.&nbsp; These hazards could result in bodily injury, sickness, death or dismemberment.&nbsp; By participating in these trips it is understood and accepted that these risks are inherent and the participant will forever discharge and agree to hold harmless the American Association of Zoo Keepers, Inc. (AAZK Inc.) and the directors, officers, trip leader(s) and any other representative of AAZK, Inc. from any and all liability, claims or demands while participating in a safari to Kenya.</em></p>\r\n\r\n<p><em>Furthermore, it is understood that all risk of personal injury, sickness, death, theft or damage of personal property and expense, which may result from the participation in any and all events, activities, or in recreation and work therein is accepted by the participant.**</em></p>', 'Lewa Wildlife Conservancy Safaris', 0, '', 'inherit', 'closed', 'closed', '', '292-revision-6', '', '', '2009-05-31 12:04:01', '2009-05-31 17:04:01', '', 292, 'http://aazk.org/uncategorized/292-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (299, 1, '2009-05-31 12:03:39', '2009-05-31 17:03:39', '', 'Sample itinerary: in Adobe Acrobat format', 0, '', 'inherit', 'closed', 'closed', '', 'lewa_sample_journey', '', '', '2009-05-31 12:03:39', '2009-05-31 17:03:39', '', 292, 'http://dev.aazk.org/wp-content/uploads/lewa_sample_journey.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (300, 1, '2009-05-31 12:02:14', '2009-05-31 17:02:14', '<p>AAZK members have been offered a tremendous opportunity to see how the money raised from Bowling for Rhinos, Sponsored by Blue Rhino is spent. Lewa Wildlife Conservancy has generously offered a <strong>limited</strong> number of trips at a reduced rate for AAZK members and their friends to visit the Conservancy. AAZK members receive a discount on lodging rates at the Lewa  Safari Camp. It\'s a great opportunity for professional research (which may be tax deductible, please consult your tax advisor for details) and to witness how BFR funds help to support Lewa. AAZK members generally receive preference in trip scheduling but the trip participants are not limited to AAZK members.</p>\r\n\r\n<p>Trip leaders are volunteers, not travel professionals (<strong>**</strong><em>please see liability statement below the calendar</em>). They  volunteer hundreds of hours arranging these trips. A trip leader honorarium may be collected from each trip participant to help defray the cost of the journey to Lewa. Trip leaders also receive lodging sponsorship from Lewa Safari Camp. Visit <a href="http://www.lewa.org">Lewa.org</a> for more information about Lewa Wildlife Conservancy.</p>\r\n\r\n<p>The cost of the trips vary depending upon departure city and other  variables such as international air fare, in-country (Kenya) lodging and transportation, trip extensions, special activities and tourist venues, and other variables arranged by each trip leader.</p>\r\n\r\n<p><a href="/pdf/Sample%20Journey.pdf">Sample itinerary: in Adobe Acrobat format</a></p>\r\n\r\n<p>The calendar below lists the trip dates and contact information of known trip leaders. Click on the arrows to move through the months to see when trips are offered. Click on listed trips for contact information of the trip leaders. Please direct all inquiries to the individual trip leaders for additional information.</p>\r\n\r\n<iframe src="http://www.google.com/calendar/embed?title=Lewa%20Wildlife%20Conservancy%20Safaris&amp;height=600&amp;wkst=1&amp;bgcolor=%2333ccff&amp;src=lwcsafari%40cox.net&amp;color=%23A32929&amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="700" height="600" frameborder="0" scrolling="no"></iframe>\r\n\r\n<p><em>**These trips are not sponsored by AAZK, Inc. Information is provided as a courtesy. It is understood that certain hazards exist for citizens of the United States of America and other western countries while traveling outside the United States.&nbsp; Hazards include, but are not limited to, Acts of God, fire, acts of governments or other authorities, terrorist activities, wars civil disturbances, riots, strikes, thefts, pilferage, epidemics, quarantines, the risk of theft, loss and damage to personal property.&nbsp; These hazards could result in bodily injury, sickness, death or dismemberment.&nbsp; By participating in these trips it is understood and accepted that these risks are inherent and the participant will forever discharge and agree to hold harmless the American Association of Zoo Keepers, Inc. (AAZK Inc.) and the directors, officers, trip leader(s) and any other representative of AAZK, Inc. from any and all liability, claims or demands while participating in a safari to Kenya.</em></p>\r\n\r\n<p><em>Furthermore, it is understood that all risk of personal injury, sickness, death, theft or damage of personal property and expense, which may result from the participation in any and all events, activities, or in recreation and work therein is accepted by the participant.**</em></p>', 'Lewa Wildlife Conservancy Safaris', 0, '', 'inherit', 'closed', 'closed', '', '292-revision-5', '', '', '2009-05-31 12:02:14', '2009-05-31 17:02:14', '', 292, 'http://dev.aazk.org/uncategorized/292-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (948, 2, '2009-12-31 10:47:59', '2009-12-31 15:47:59', 'AAZK members have been offered a tremendous opportunity to see how the money raised from Bowling for Rhinos, Sponsored by Blue Rhino is spent. Lewa Wildlife Conservancy has generously offered a <strong>limited</strong> number of trips at a reduced rate for AAZK members and their friends to visit the Conservancy. AAZK members receive a discount on lodging rates at the Lewa  Safari Camp. It\'s a great opportunity for professional research (which may be tax deductible, please consult your tax advisor for details) and to witness how BFR funds help to support Lewa. AAZK members generally receive preference in trip scheduling but the trip participants are not limited to AAZK members.\r\n\r\nTrip leaders are volunteers, not travel professionals (<strong>**</strong><em>please see liability statement below the calendar</em>). They  volunteer hundreds of hours arranging these trips. A trip leader honorarium may be collected from each trip participant to help defray the cost of the journey to Lewa. Trip leaders also receive lodging sponsorship from Lewa Safari Camp. Visit <a href="http://www.lewa.org">Lewa.org</a> for more information about Lewa Wildlife Conservancy.\r\n\r\nThe cost of the trips vary depending upon departure city and other  variables such as international air fare, in-country (Kenya) lodging and transportation, trip extensions, special activities and tourist venues, and other variables arranged by each trip leader.\r\n\r\n<a href="/wp-content/uploads/lewajourney.pdf">Sample itinerary: in Adobe Acrobat format</a>\r\n\r\nThe calendar below lists the trip dates and contact information of known trip leaders. Click on the arrows to move through the months to see when trips are offered. Click on listed trips for contact information of the trip leaders. Please direct all inquiries to the individual trip leaders for additional information.\r\n\r\n<em>**These trips are not sponsored by AAZK, Inc. Information is provided as a courtesy. It is understood that certain hazards exist for citizens of the United States of America and other western countries while traveling outside the United States.  Hazards include, but are not limited to, Acts of God, fire, acts of governments or other authorities, terrorist activities, wars civil disturbances, riots, strikes, thefts, pilferage, epidemics, quarantines, the risk of theft, loss and damage to personal property.  These hazards could result in bodily injury, sickness, death or dismemberment.  By participating in these trips it is understood and accepted that these risks are inherent and the participant will forever discharge and agree to hold harmless the American Association of Zoo Keepers, Inc. (AAZK Inc.) and the directors, officers, trip leader(s) and any other representative of AAZK, Inc. from any and all liability, claims or demands while participating in a safari to Kenya.</em>\r\n\r\n<em>Furthermore, it is understood that all risk of personal injury, sickness, death, theft or damage of personal property and expense, which may result from the participation in any and all events, activities, or in recreation and work therein is accepted by the participant.**</em>', 'Lewa Wildlife Conservancy Safaris', 0, '', 'inherit', 'closed', 'closed', '', '292-revision-7', '', '', '2009-12-31 10:47:59', '2009-12-31 15:47:59', '', 292, 'http://aazk.org/uncategorized/292-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (301, 1, '2009-05-31 12:08:01', '2009-05-31 17:08:01', '', 'Urgent Capital request from Lewa!', 0, '', 'inherit', 'closed', 'closed', '', 'lewa_capital_request_2008', '', '', '2009-05-31 12:08:01', '2009-05-31 17:08:01', '', 168, 'http://dev.aazk.org/wp-content/uploads/lewa_capital_request_2008.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (302, 1, '2009-05-31 11:56:08', '2009-05-31 16:56:08', '<p>Sponsored by Blue Rhino - Coordinator, Patty Pearthree</p>\r\n    \r\n<p>"AAZK\'s Bowling for Rhinos-Sponsored by Blue Rhino" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising over $300,000 annually. In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.</p>\r\n\r\n<p>In 1994 we expanded our funding efforts to include Ujung  Kulon National Park in Java, Indonesia and in 1996 to include Bukit Barisan  Selatan and Way Kambas National Parks in Sumatra, Indonesia. The International Rhino Foundation (IRF) oversees the use of funding in the Indonesian parks in  order to best protect endangered species.</p>\r\n\r\n<p>AAZK Chapters and zookeepers at some zoos which have no  official chapter, hold bowl-a-thons (or similar events), enlisting sponsors for  bowlers and outright cash donations. One hundred percent of the money generated  from this conservation fund raiser goes to protect rhinos.</p>\r\n\r\n<p><strong>Since its inception, Bowling for Rhinos has raised over $3 million for rhino conservation efforts.</strong></p>\r\n\r\n<p>The Bowling for Rhinos (BFR) event has gained momentum  every year and continues to grow in participation and financial success. Over  the past few years, AAZK, Inc. has been able to provide Lewa Wildlife  Conservancy with a single engine spotter airplane, a large transport truck for  the relocation of animals, solar-powered electrical fencing for the preserve,  etc. BFR now supplies part of Lewa\'s $850,000 annual operating budget. BFR  provides much needed boats, uniforms and funding for training and operation  of poaching guards (Rhino Patrol Units) in Indonesia.</p>\r\n  \r\n<p>While the flagship species for this fund raiser  is the rhino, by providing financial assistance for the support of protected  rhino sanctuaries, the project also protects many other species of animals as  well as habitats. More information about Bowling for Rhinos may be found on the  Bowling for Rhino\'s Website:\r\n  <a href="http://www.aazkbfr.org">http://www.aazkbfr.org.</a></p>\r\n  \r\n<p>There is a new Yahoo groups email for Bowling For Rhino  Coordinators. If you would like to be part of this email group, please email  Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>.  This will let you communicate with each other on questions about t-shirts, bowling  alley prices, how to get more support from your zoo, etc. with other BFR  coordinators.</p>\r\n\r\n<p><a href="/about/committee/bowling-for-rhinos/lewa-safaris/">Lewa Wildlife Conservancy Safaris</a></p>\r\n\r\n<p><a href="/pdf/LWC_CapitalNeeds_2008.pdf">Urgent Capital request from Lewa!</a></p>\r\n\r\n<h3>Bowling For Rhinos  Announcement for 2008</h3>\r\n\r\n<p>The distribution of "AAZK\'s Bowling For Rhinos-sponsored by Blue Rhino" funds will follow these guidelines in 2008:</p>\r\n\r\n<p>Blue Rhino Gas donation ($20,000/year - Split 50/50 between LWC and IRF):<br />\r\n$10K to LWC (Lewa Wildlife Conservancy in Kenya)<br />\r\n$10K to IRF (The International Rhino Foundation)</p>\r\n\r\n<p>Funds are added to total BFR (Bowling For Rhinos) share.</p>\r\n\r\n<p>LWC receives the first $150,000 raised by BFR/year, plus $10K from Blue Rhino, guaranteed if BFR funds reach $150,000. All BFR funds over $150,000 will now go directly to The International Rhino Foundation (IRF) for use in the Indonesian Rhino Parks of Ujung Kulon, Way Kambas, and Bukit Barisan Selatan. IRF gets the $10,000 from Blue Rhino added to their share. The AAZK Board of Directors will be discussing the distribution of BFR funds during their Board meetings. They hope to come up with a distribution program of funds that will better suite all parties as BFR continues to grow.</p>\r\n\r\n<p>2007 Bowling For Rhinos events raised over $316,000. This was the best year on record as the increasing trend continues. Congratulations for a fabulous year! Bowling For Rhinos will soon break the $3 million mark and we continue to reach for attaining our goal of $500,000/year! Together AAZK can do it. We have and we will continue to make a difference in the conservation world. Please send me your organization\'s contact person/contact info ASAP along with the date of your event. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation. Please see <a href="http://aazkbfr.org/">http://aazkbfr.org</a> or contact Patty Pearthree: <a href="mailto:ppear3@pear3.org">ppear3@pear3.org</a>. We hope to merge the BFR website onto the AAZK this year. </p>', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2009-05-31 11:56:08', '2009-05-31 16:56:08', '', 168, 'http://dev.aazk.org/uncategorized/168-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (303, 1, '2009-05-31 12:42:24', '2009-05-31 17:42:24', 'The training resources available today, many of them free, can really help a trainer develop skills, problem solve, and collect new ideas. There are literally thousands, if not more, resources for zoo keepers to learn more about animal training. Below is a brief list of some of these resources other than those produced by the ATC. This resource list includes websites, List Servs and supply companies that are not necessarily affiliated with or endorsed by the AAZK, Inc. However, many of them can prove to be quite useful to the zoo trainer. Specific articles and books are listed in the <a href="http://aecetia.net/gws/aazk/wp-content/uploads/training_enrichment_bibliography.pdf" target="_blank">Animal Training and Enrichment Bibliography</a>.\r\n\r\nThere is one resource that is not on this list that is invaluable to the zoo trainer - our zoo colleagues. In addition to utilizing the vast array of training resources available in books, or websites, etc., the ATC encourages all zoo trainers to communicate with their peers and colleagues to learn from each other’s experiences.\r\n\r\n<h4>E-Mail List Serves</h4>\r\n<ul>\r\n<li>AZA (American Association of Zoos and Aquariums) Animal Training List Serve. To join contact <a href="mailto:mthompson@lifegate.net">mthompson@lifegate.net</a>.</li>\r\n<li>RATE: Reptile, Amphibian Training and Enrichment List Serve.  To join contact  <a href="mailto:andre.j.daneault@disney.com">andre.j.daneault@disney.com</a>.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Journals and Newsletters</h4>\r\nPlease refer to the address below:\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th><p align="center">Animal Behavior Management Alliance\r\nC/o Gary Wilson, Moorpark College, 7075 Campus Road, Moorpark, CA 93021, 805-378-1441</p></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th><p align="center">Animal Keepers’ Forum (Journal of the American Association of Zoo Keepers (AAZK)\r\n3601 S.W 29th St. Suite 133, Topeka, KS 66614</p></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th><p align="center">Journal of the Elephant Managers’ Association Newsletter (EMA)\r\nC/o Chuck Doyle Rosamund Gifford Zoo 1 Conservation Place, Syracuse, NY 13204</p></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th><p align="center">Soundings, Magazine of the International Marine Animal Trainers’ Association (IMATA)\r\n1200 South Lake Shore Drive, Chicago, IL 60605</p></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th><p align="center">The Flyer, newsletter of the International Association of Avian Trainers and Educators (IAATE)\r\n2412 Creekside Court, Stillwater, MN 55082</p></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>World Wide Web</h4>\r\n<ul>\r\n	<li>Ark Animals - <a target="_blank" href="http://www.arkanimals.com">www.arkanimals.com</a></li>\r\n	<li>Elephant Managers’ Association - <a target="_blank" href="http://www.elephant-managers.com">www.elephant-managers.com</a></li>\r\n	<li>International Association of Avian Trainers and Educators - <a target="_blank" href="http://www.iaate.org">www.iaate.org</a></li>\r\n	<li>International Marine Animal Trainers’ Association - <a target="_blank" href="http://www.imata.org">www.imata.org</a></li>\r\n	<li>Animal Training Website for Disney’s Animal Kingdom - <a target="_blank" href="http://www.animaltraining.org">www.animaltraining.org</a></li>\r\n</ul>\r\n\r\n\r\n<h6>Bird Training Websites</h6>\r\n<ul>\r\n	<li>Barbara Heidenreich\'s website - <a target="_blank" href="http://www.GoodBirdInc.com">www.GoodBirdInc.com</a></li>\r\n	<li>Northwood limited - <a target="_blank" href="http://www.northwoodsfalconry.com/">http://www.northwoodsfalconry.com/</a></li>\r\n	<li>Mike\'s Falconry - <a target="_blank" href="http://www.mikesfalconry.com/">http://www.mikesfalconry.com/</a></li>\r\n	<li>Psitticines - <a target="_blank" href="http://www.busybeaks.com/77811_good_bird.htm">http://www.busybeaks.com/77811_good_bird.htm</a></li>\r\n</ul>\r\n\r\n\r\n<h6>Websites to purchase books</h6>\r\n<ul>\r\n	<li>Amazon - <a target="_blank" href="http://www.amazon.com">http://www.amazon.com</a></li>\r\n</ul>\r\n\r\n<h6>Training Supplies:</h6>\r\n<ul>\r\n	<li>Animal Management Resources, Inc. (Meg Hudson-Dye) - <a target="_blank" href="http://www.Mytrainingstore.com">www.mytrainingstore.com</a></li>\r\n	<li>Karen Pryor’s Website and Store - <a target="_blank" href="http://www.clickertraining.com">www.clickertraining.com</a></li>\r\n</ul>\r\n\r\nBusy Beaks, LLC - <em>They have a large variety of bird toys that are good quality.</em> - <a target="_blank" href="http://www.busybeaks.com">www.busybeaks.com</a> OR:\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th><p align="center">Busy Beaks, LLC\r\n458 Lucher Rd\r\nWillis, TX  77378\r\nVoice: 936-344-8400\r\nFax: 936-344-8406</p></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<h6>Transmitters</h6>\r\n<ul>\r\n<li>LL Electronics - <a target="_blank" href="http://www.radiotracking.com/">http://www.radiotracking.com/</a></li>\r\n</ul>\r\n\r\nMerlin Systems, Inc. - <a target="_blank" href="http://www.merlin-systems.com">www.merlin-systems.com</a> OR:\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th><p align="center">Merlin Systems, Inc.\r\nP.O. Box 190257 Boise, ID 83719\r\n\r\n<strong>Ph:</strong>(208)362-2254   <strong>Fax:</strong>(208) 362-2140\r\n<strong>For Orders:</strong> 1-866-742-8475</p></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<h6>Receivers:</h6>\r\n<ul><li>Com-Spec - <a target="_blank" href="http://www.com-spec.com">www.com-spec.com</a></li></ul>\r\n\r\n\r\n<pre><i class="left icon-info"></i> <strong>Please note:</strong> The information and/or products provided in this resource list are intended for use at the zoo trainer\'s discretion. The ATC or AAZK, Inc. does not necessarily endorse the information or products in this resource list, but has compiled it simply as a reference list for you to use at your own discretion.</pre>\r\n\r\n<div id="inner-links"></div>', 'Suggested Animal Training Resources', 0, '', 'publish', 'closed', 'closed', '', 'resources', '', '', '2013-10-28 18:57:41', '2013-10-28 23:57:41', '', 192, 'http://dev.aazk.org/?page_id=303', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (304, 1, '2009-05-31 12:22:40', '2009-05-31 17:22:40', '', 'Suggested Animal Training Resources', 0, '', 'inherit', 'closed', 'closed', '', '303-revision-v1', '', '', '2009-05-31 12:22:40', '2009-05-31 17:22:40', '', 303, 'http://dev.aazk.org/uncategorized/303-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1020, 2, '2010-01-30 15:46:52', '2010-01-30 20:46:52', '<ul>\r\n	<li>About the Cover/Information for Contributors</li>\r\n	<li>Scoops &amp; Scuttlebutt</li>\r\n	<li>In Memorium ~ Lutz Ruhe ~ AAZK Benefactor</li>\r\n	<li>Coming Events</li>\r\n	<li>AAZK Announces New Members</li>\r\n	<li>From the President</li>\r\n	<li>Rhino Poaching at Lewa Wildlife Conservancy</li>\r\n	<li>Third Call for Papers ~ Conference 2010</li>\r\n	<li>AAZK/Geraldine Meyer Professional Development Grant Report</li>\r\n	<li>New Resource CD Available from AAZK, Inc. ~ Crisis Management</li>\r\n	<li>2010 Bowling for Rhinos Event Form</li>\r\n	<li>World Wildlife Fund’s “Ten to Watch” List</li>\r\n	<li>Care and Management of Geriatric Animals in Zoos (order info)</li>\r\n	<li>Rhino News Notes</li>\r\n	<li>Big Benefit for Contributing to Training Tales and Enrichment Options Columns</li>\r\n	<li>People Skills for Animal People: Keeper Communication, Part II</li>\r\n	<li>Training Tales (<em>Visitor Cued Gorilla “Tree Climb” Behavior</em>)</li>\r\n	<li>The National Zoo’s O Line: The Enrichment Value of an Orangutan Transit System</li>\r\n	<li>Keeper Profiles DVD Ordering Information</li>\r\n	<li>Book Reviews (<em>Amphibian Biology, Vol. 8, Amphibian Declines</em>)</li>\r\n	<li>Conservation/Legislative Update</li>\r\n</ul>', 'February 2010', 0, '', 'draft', 'closed', 'closed', '', 'february-2010', '', '', '2013-10-15 17:49:23', '2013-10-15 22:49:23', '', 0, 'http://aazk.org/?p=1020', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (305, 1, '2009-05-28 21:42:37', '2009-05-29 02:42:37', '<p>The Behavioral Husbandry Committee formally came into being in late 2008. It brought together two very different and yet very alike committees, The Animal Training and Enrichment Committees. These were joined at the request of the two individual committees.</p>\r\n\r\n<p>The AAZK Enrichment Committee was founded in 1994 and The Animal Training Committee was founded in 2000. These specialized groups were organized to provide specific resources in the areas of  enrichment and training. The timeliness of their formation filled a growing  need for support as these aspects of animal care evolved into a daily part of husbandry.</p>\r\n\r\n<p>Since the formation of these two  committees, most zoo professionals have found great success in utilizing both  training techniques and enrichment to solve behavioral challenges in captive animals. Many zoos now have a supportive "Behavioral Husbandry Department" or  staff that is dedicated to training, enrichment and animal welfare. Training and enrichment are no longer viewed necessarily as separate entities, but as two branches of behavioral management that are often used in concert. In our effort to stay current with the trends of professional zoo keeping, we have combined the two current committees into one AAZK, Inc. Behavioral Husbandry Committee. The focus of this committee would be training, enrichment and animal welfare.</p>\r\n\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n    <li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n    <li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n    <li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n    <li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n    <li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n    <li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<h3>Projects:</h3>\r\n<ul>\r\n    <li>Partner with other committees to streamline resources and efforts</li>\r\n    <li>Development of new workshops for the annual conference</li>\r\n    <li>Development of training behavior lists for taxonomic groups</li>\r\n    <li>Update the bibliography and resource lists over time</li>\r\n    <li>Surveying the membership to meet needs</li>\r\n    <li>Enhancement of this website</li>\r\n    <li>A database of bibliographies </li>\r\n    <li> Enrichment guidelines for marine mammals and elephants </li>\r\n    <li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<h3>Additional Information</h3>\r\n<ul>\r\n    <li><a href=\'/wp-content/uploads/what_is_animal_training.pdf\'>What is Training?</a></li>\r\n    <li><a href=\'/wp-content/uploads/health_and_safety_considerations.pdf\'>Health and Safety Considerations</a></li>\r\n    <li><a href=\'/wp-content/uploads/training_enrichment_bibliography.pdf\'>Training and Enrichment Bibliography</a></li>\r\n    <li><a href=\'/wp-content/uploads/training_terms_glossary.pdf\'>Glossary of Training Terms</a></li>\r\n    <li><a href=\'/wp-content/uploads/aazk_animal_data_transfer.pdf\'>Animal Data Transfer Form</a></li>\r\n    <li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&NotFlag=1">Training and Enrichment Video Library</a></li>\r\n    <li><a href="/committees/comm_animalbehavior_links.php">Resources</a></li>\r\n    <li><a href=\'/wp-content/uploads/risk_assessment_and_safety.pdf\'>Risk Assessment and Safety</a></li>\r\n    <li>Suggested Guidelines for Enrichment: available in the Members Area.</li>\r\n    <li><a href="/committees/enrichment/comm_enrichment_resources.php">Printed Resources</a></li>\r\n    <li><a href="/committees/enrichment/comm_enrichment_suppliers.php">Enrichment Suppliers</a></li>\r\n    <li>Enrichment Day Examples: examples of enrichment day events from various institutions. Available in Members Area.</li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2009-05-28 21:42:37', '2009-05-29 02:42:37', '', 192, 'http://dev.aazk.org/uncategorized/192-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (306, 1, '2009-05-31 12:42:24', '2009-05-31 17:42:24', '<p>The training resources available today, many of them free, can really help a trainer develop skills, problem solve, and collect new ideas. There are literally thousands, if not more, resources for zoo keepers to learn more about animal training. Below is a brief list of some of these resources other than those produced by the ATC. This resource list includes websites, Listservs and supply companies that are not necessarily affiliated with or endorsed by the AAZK, Inc. However, many of them can prove to be quite useful to the zoo trainer. Specific articles and books are listed in the <a href="/committees/comm_animalbehavior_bibliog.php">Animal Training and Enrichment Bibliography</a>. ATC Resources are listed on this website at the <a href="/committees/comm_animalbehavior_comm.php">Animal Training Committee</a> and <a href="/committees/comm_animalbehavior.php">Table of Contents</a> pages.</p>\r\n\r\n<p>There is one resource that is not on this list that is invaluable to the zoo trainer - our zoo colleagues. In addition to utilizing the vast array of training resources available in books, or websites, etc., the ATC encourages all zoo trainers to communicate with their peers and colleagues to learn from each other\'s experiences.</p>\r\n \r\n<h3>E Mail List Serves</h3>\r\n<ul>\r\n	<li>AZA (American Association of Zoos and Aquariums) Animal Training List Serve<br>To join contact <a href="mailto:mthompson@lifegate.net">mthompson@lifegate.net</a></li>\r\n	<li>RATE: Reptile, Amphibian Training and Enrichment List Serve. To join contact <a href="mailto:andre.j.daneault@disney.com">andre.j.daneault@disney.com</a></li>\r\n</ul>\r\n\r\n<h3>Journals and Newsletters</h3>\r\n<ul>\r\n	<li><strong>Animal Behavior Management Alliance</strong><br />\r\n		C/O Gary Wilson<br />\r\n		Moorpark College<br />\r\n		7075 Campus Road<br />\r\n		Moorpark, CA 93021<br />\r\n		805-378-1441\r\n	</li>\r\n  <li>\r\n  	<strong>Animal Keepers\' Forum<br />\r\n    (Journal of the American Association of Zoo Keepers (AAZK))</strong><br />\r\n    3601 S.W 29th St. Suite 133<br />\r\n    Topeka, KS 66614\r\n  </li>\r\n  <li>\r\n  	<strong>Journal of the Elephant Managers\' Association Newsletter (EMA)</strong><br />\r\n		C/O Chuck Doyle<br />\r\n		Rosamund Gifford Zoo<br />\r\n		1 Conservation Place<br />\r\n		Syracuse, NY 13204\r\n  </li>\r\n  <li>\r\n  	<strong>Soundings, Magazine of the International Marine Animal Trainers\' Association (IMATA)</strong><br />\r\n		1200 South Lake Shore Drive<br />\r\n		Chicago, IL 60605\r\n  </li>\r\n  <li>\r\n  	<strong>The Flyer, newsletter of the International Association of Avian Trainers and Educators (IAATE)</strong><br />\r\n		2412 Creekside Court<br />\r\n		Stillwater, MN 55082\r\n  </li>\r\n</ul>\r\n\r\n<h3>On the Web</h3>\r\n<ul>\r\n  <li><a href="http://www.arkanimals.com">Ark Animals</a></li>\r\n  <li><a href="http://www.elephant-managers.com">Elephant Managers\' Association</a></li>\r\n  <li><a href="http://www.iaate.org">International Association of Avian Trainers and Educators</a></li>\r\n  <li><a href="http://www.imata.org">International Marine Animal Trainers\' Association</a></li>\r\n  <li><a href="http://www.animaltraining.org">Animal Training Website for Disney\'s Animal Kingdom</a></li>\r\n</ul>\r\n\r\n<h3>Bird Training Websites</h3>\r\n<ul>\r\n  <li><a href="http://www.GoodBirdInc.com">Barbara Heidenreich\'s website</a></li>\r\n  <li><a href="http://www.northwoodsfalconry.com">Northwood limited</a></li>\r\n  <li><a href="http://www.mikesfalconry.com">Mike\'s Falconry</a></li>\r\n  <li><a href="http://members.aol.com/hawkequip/falconry.html">Williams F. Snell Falconry</a></li>\r\n  <li><a href="http://www.busybeaks.com">Psitticines</a></li>\r\n</ul>\r\n\r\n<h3>Places to purchase books</h3>\r\n\r\n<p>Amazon.com (Go through the AAZK website and AAZK, Inc. will receive a donation of 5% of the purchase price).</p>\r\n\r\n<ul>\r\n  <li><a href="http://www.Mytrainingstore.com">Animal Management Resources, Inc. (Meg Hudson-Dye)</a></li>\r\n  <li><a href="http://www.clickertraining.com">Karen Pryor\'s Website and Store</a></li>\r\n</ul>\r\n\r\n<h3>Transmitters</h3>\r\n<ul>\r\n  <li>Merlin Systems, Inc.<br />\r\n    P.O. Box 190257<br />\r\n    Boise, ID 83719<br />\r\n    Ph:(208) 362-2254<br />\r\n    Fax:(208) 362-2140<br />\r\n    For Orders: 1-866-742-8475\r\n    <a href="http://www.merlin-systems.com">merlin-systems.com</a></li>\r\n	<li><a href="http://www.radiotracking.com">LL Electronics</a></li>\r\n</ul>\r\n\r\n<h3>Receivers</h3>\r\n<ul>\r\n	<li><a href="http://www.com-spec.com">com-spec.com</a></li>\r\n</ul>\r\n\r\n<p><em>Please note: The information and/or products provided in this resource list are intended for use at the zoo trainer\'s discretion. The ATC or AAZK, Inc. does not necessarily endorse the information or products in this resource list, but has compiled it simply as a reference list for you to use at your own discretion.</em></p>', 'Suggested Animal Training Resources', 0, '', 'inherit', 'closed', 'closed', '', '303-revision-v1', '', '', '2009-05-31 12:42:24', '2009-05-31 17:42:24', '', 303, 'http://dev.aazk.org/uncategorized/303-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (307, 1, '2009-05-31 12:43:40', '2009-05-31 17:43:40', '<p>The Behavioral Husbandry Committee formally came into being in late 2008. It brought together two very different and yet very alike committees, The Animal Training and Enrichment Committees. These were joined at the request of the two individual committees.</p>\r\n\r\n<p>The AAZK Enrichment Committee was founded in 1994 and The Animal Training Committee was founded in 2000. These specialized groups were organized to provide specific resources in the areas of  enrichment and training. The timeliness of their formation filled a growing  need for support as these aspects of animal care evolved into a daily part of husbandry.</p>\r\n\r\n<p>Since the formation of these two  committees, most zoo professionals have found great success in utilizing both  training techniques and enrichment to solve behavioral challenges in captive animals. Many zoos now have a supportive "Behavioral Husbandry Department" or  staff that is dedicated to training, enrichment and animal welfare. Training and enrichment are no longer viewed necessarily as separate entities, but as two branches of behavioral management that are often used in concert. In our effort to stay current with the trends of professional zoo keeping, we have combined the two current committees into one AAZK, Inc. Behavioral Husbandry Committee. The focus of this committee would be training, enrichment and animal welfare.</p>\r\n\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n    <li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n    <li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n    <li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n    <li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n    <li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n    <li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<h3>Projects:</h3>\r\n<ul>\r\n    <li>Partner with other committees to streamline resources and efforts</li>\r\n    <li>Development of new workshops for the annual conference</li>\r\n    <li>Development of training behavior lists for taxonomic groups</li>\r\n    <li>Update the bibliography and resource lists over time</li>\r\n    <li>Surveying the membership to meet needs</li>\r\n    <li>Enhancement of this website</li>\r\n    <li>A database of bibliographies </li>\r\n    <li> Enrichment guidelines for marine mammals and elephants </li>\r\n    <li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<h3>Additional Information</h3>\r\n<ul>\r\n    <li><a href=\'/wp-content/uploads/what_is_animal_training.pdf\'>What is Training?</a></li>\r\n    <li><a href=\'/wp-content/uploads/health_and_safety_considerations.pdf\'>Health and Safety Considerations</a></li>\r\n    <li><a href=\'/wp-content/uploads/training_enrichment_bibliography.pdf\'>Training and Enrichment Bibliography</a></li>\r\n    <li><a href=\'/wp-content/uploads/training_terms_glossary.pdf\'>Glossary of Training Terms</a></li>\r\n    <li><a href=\'/wp-content/uploads/aazk_animal_data_transfer.pdf\'>Animal Data Transfer Form</a></li>\r\n    <li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&NotFlag=1">Training and Enrichment Video Library</a></li>\r\n    <li><a href="/about/committee/behavioral-husbandry/resources">Resources</a></li>\r\n    <li><a href=\'/wp-content/uploads/risk_assessment_and_safety.pdf\'>Risk Assessment and Safety</a></li>\r\n    <li>Suggested Guidelines for Enrichment: available in the Members Area.</li>\r\n    <li><a href="/committees/enrichment/comm_enrichment_resources.php">Printed Resources</a></li>\r\n    <li><a href="/committees/enrichment/comm_enrichment_suppliers.php">Enrichment Suppliers</a></li>\r\n    <li>Enrichment Day Examples: examples of enrichment day events from various institutions. Available in Members Area.</li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2009-05-31 12:43:40', '2009-05-31 17:43:40', '', 192, 'http://dev.aazk.org/uncategorized/192-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (308, 1, '2009-05-31 12:44:26', '2009-05-31 17:44:26', '<p>The training resources available today, many of them free, can really help a trainer develop skills, problem solve, and collect new ideas. There are literally thousands, if not more, resources for zoo keepers to learn more about animal training. Below is a brief list of some of these resources other than those produced by the ATC. This resource list includes websites, Listservs and supply companies that are not necessarily affiliated with or endorsed by the AAZK, Inc. However, many of them can prove to be quite useful to the zoo trainer. Specific articles and books are listed in the <a href="/committees/comm_animalbehavior_bibliog.php">Animal Training and Enrichment Bibliography</a>. ATC Resources are listed on this website at the <a href="/committees/comm_animalbehavior_comm.php">Animal Training Committee</a> and <a href="/committees/comm_animalbehavior.php">Table of Contents</a> pages.</p>\r\n\r\n<p>There is one resource that is not on this list that is invaluable to the zoo trainer - our zoo colleagues. In addition to utilizing the vast array of training resources available in books, or websites, etc., the ATC encourages all zoo trainers to communicate with their peers and colleagues to learn from each other\'s experiences.</p>\r\n \r\n<h3>E Mail List Serves</h3>\r\n<ul>\r\n	<li>AZA (American Association of Zoos and Aquariums) Animal Training List Serve<br>To join contact <a href="mailto:mthompson@lifegate.net">mthompson@lifegate.net</a></li>\r\n	<li>RATE: Reptile, Amphibian Training and Enrichment List Serve. To join contact <a href="mailto:andre.j.daneault@disney.com">andre.j.daneault@disney.com</a></li>\r\n</ul>\r\n\r\n<h3>Journals and Newsletters</h3>\r\n<ul>\r\n	<li><strong>Animal Behavior Management Alliance</strong><br />\r\n		C/O Gary Wilson<br />\r\n		Moorpark College<br />\r\n		7075 Campus Road<br />\r\n		Moorpark, CA 93021<br />\r\n		805-378-1441\r\n	</li>\r\n  <li>\r\n  	<strong>Animal Keepers\' Forum<br />\r\n    (Journal of the American Association of Zoo Keepers (AAZK))</strong><br />\r\n    3601 S.W 29th St. Suite 133<br />\r\n    Topeka, KS 66614\r\n  </li>\r\n  <li>\r\n  	<strong>Journal of the Elephant Managers\' Association Newsletter (EMA)</strong><br />\r\n		C/O Chuck Doyle<br />\r\n		Rosamund Gifford Zoo<br />\r\n		1 Conservation Place<br />\r\n		Syracuse, NY 13204\r\n  </li>\r\n  <li>\r\n  	<strong>Soundings, Magazine of the International Marine Animal Trainers\' Association (IMATA)</strong><br />\r\n		1200 South Lake Shore Drive<br />\r\n		Chicago, IL 60605\r\n  </li>\r\n  <li>\r\n  	<strong>The Flyer, newsletter of the International Association of Avian Trainers and Educators (IAATE)</strong><br />\r\n		2412 Creekside Court<br />\r\n		Stillwater, MN 55082\r\n  </li>\r\n</ul>\r\n\r\n<h3>On the Web</h3>\r\n<ul>\r\n  <li><a href="http://www.arkanimals.com">Ark Animals</a></li>\r\n  <li><a href="http://www.elephant-managers.com">Elephant Managers\' Association</a></li>\r\n  <li><a href="http://www.iaate.org">International Association of Avian Trainers and Educators</a></li>\r\n  <li><a href="http://www.imata.org">International Marine Animal Trainers\' Association</a></li>\r\n  <li><a href="http://www.animaltraining.org">Animal Training Website for Disney\'s Animal Kingdom</a></li>\r\n</ul>\r\n\r\n<h3>Bird Training Websites</h3>\r\n<ul>\r\n  <li><a href="http://www.GoodBirdInc.com">Barbara Heidenreich\'s website</a></li>\r\n  <li><a href="http://www.northwoodsfalconry.com">Northwood limited</a></li>\r\n  <li><a href="http://www.mikesfalconry.com">Mike\'s Falconry</a></li>\r\n  <li><a href="http://members.aol.com/hawkequip/falconry.html">Williams F. Snell Falconry</a></li>\r\n  <li><a href="http://www.busybeaks.com">Psitticines</a></li>\r\n</ul>\r\n\r\n<h3>Places to purchase books</h3>\r\n\r\n<p>Amazon.com (Go through the AAZK website and AAZK, Inc. will receive a donation of 5% of the purchase price).</p>\r\n\r\n<ul>\r\n  <li><a href="http://www.Mytrainingstore.com">Animal Management Resources, Inc. (Meg Hudson-Dye)</a></li>\r\n  <li><a href="http://www.clickertraining.com">Karen Pryor\'s Website and Store</a></li>\r\n</ul>\r\n\r\n<h3>Transmitters</h3>\r\n<ul>\r\n  <li>Merlin Systems, Inc.<br />\r\n    P.O. Box 190257<br />\r\n    Boise, ID 83719<br />\r\n    Ph:(208) 362-2254<br />\r\n    Fax:(208) 362-2140<br />\r\n    For Orders: 1-866-742-8475\r\n    <a href="http://www.merlin-systems.com">merlin-systems.com</a></li>\r\n	<li><a href="http://www.radiotracking.com">LL Electronics</a></li>\r\n</ul>\r\n\r\n<h3>Receivers</h3>\r\n<ul>\r\n	<li><a href="http://www.com-spec.com">com-spec.com</a></li>\r\n</ul>\r\n\r\n<p><em>Please note: The information and/or products provided in this resource list are intended for use at the zoo trainer\'s discretion. The ATC or AAZK, Inc. does not necessarily endorse the information or products in this resource list, but has compiled it simply as a reference list for you to use at your own discretion.</em></p>', 'Suggested Animal Training Resources', 0, '', 'inherit', 'closed', 'closed', '', '303-revision-v1', '', '', '2009-05-31 12:44:26', '2009-05-31 17:44:26', '', 303, 'http://dev.aazk.org/uncategorized/303-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (309, 1, '2009-05-31 13:47:14', '2009-05-31 18:47:14', '<h4>Periodicals</h4>\r\n<h6>"Enrichment Options and Training Tales"</h6>\r\nRegular columns featuring brief descriptions of ideas published monthly in the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/">Animal Keepers\' Forum</a>. Published by the American Association of Zoo Keepers, Inc.\r\n\r\nAAZK Administrative Office\r\nShane Good, Editor\r\n8476 E. Speedway Blvd.\r\nSuite 204\r\nTucson, AZ  85710-1728\r\n<strong>phone:</strong> (520) 298-9688\r\n<strong>fax:</strong> (520) 298-9688\r\n<strong>email:</strong> <a href="http://Shane.Good@aecetia.net/gws/aazk"><span style="text-decoration: underline;">Shane.Good@aecetia.net/gws/aazk</span></a>\r\n<strong>website:</strong> <a href="http://www.aecetia.net/gws/aazk">http://www.aecetia.net/gws/aazk</a>\r\n<h6>"The Shape of Enrichment" Newsletter</h6>\r\nA newsletter devoted entirely to enrichment of captive wild animals - everything from short blurbs to full length articles, pictures, and more! Published by The Shape of Enrichment, Inc.\r\n\r\nVal Hare and Karen Worley, editors\r\n1650 Minden Drive\r\nSan Diego, CA 92111\r\n<strong>phone:</strong> (619)270-4273\r\n<strong>fax: </strong>(619)279-4208\r\n<strong>e-mail:</strong> <a href="mailto:shape@enrichment.org">shape@enrichment.org</a>\r\n<strong>website:</strong> <a href="http://www.enrichment.org" target="blank">www.enrichment.org</a>\r\n<div class="hr"></div>\r\n<h4>Books</h4>\r\nSecond Nature: Environmental Enrichment for Captive Animals\r\nEds. David J. Shepherdson, Jill Mellen and Michael Hutchins.\r\n\r\nTo order, call Smithsonian 1-800-782-4612\r\nISBN # 1-56098-745-6.\r\n<div class="hr"></div>\r\n<h4>Articles in Print</h4>\r\n<em>Coming Soon!</em>\r\n<div class="hr"></div>\r\n<h4>Citations from Text</h4>\r\n<h6>Bekoff, Mark (1989) "Predators".</h6>\r\n<em>The encyclopedia of animal behavior</em>\r\nPeter J.B. Slater, ed. New York: 22-29.\r\n<h6>Bloomsmith, Mollie A.; Brent, Linda Y.; Schapiro, Steven J.(1991).</h6>\r\n<em>Guidelines for developing and managing an environmental enrichment program for nonhuman primates</em>\r\nLaboratory Animal Science, 41 (4):372-377.\r\n<h6>Brigham, David (1997).</h6>\r\n<em>Time out for good behavior</em>\r\nWildlife Conservation Sept/Oct: 64-65.\r\n<h6>Edmunds, Malcom; Edmunds, Janet (1989).</h6>\r\n<em>"Prey Defense"</em>\r\nThe encyclopedia Of animal behavior\r\nPeter J.B. Slater, ed. New York: 32-39.\r\n<h6>Forthman, Debra L.; Ogden, Jacqueline J. (1992).</h6>\r\n<em>The role of applied Behavior analysis in zoo management: today and tomorrow</em>\r\nJournal Of Applied Behavior Analysis, 25: 647-652.\r\n<h6>Forthman-Quick, Debra (1984).</h6>\r\n<em>An integrative approach to environmental engineering in zoos</em>\r\nZoo Biology, 3: 65-77.\r\n<h6>Kreger, Michael D; Hutchins, Michael; Fascione, Nina (1998).\r\n<em>Context, Ethics and environmental enrichment in zoos and aquariums</em>\r\nSecond Nature.</h6>\r\n<h6>Luoma, Jon R. (1987).</h6>\r\n<em>A crowded ark: The roles of zoos in wildlife conservation</em>\r\nHaughton Mifflin Co.\r\n<h6>Poole, T.B. (1997).</h6>\r\n<em>Environmental enrichment for captive vertebrates</em>\r\nTopics In Captive Wild Animal Husbandry\r\nProceedings Of Symposium 12 Of The Association Of British Wild Animal Keepers, Chesington: 23-31.\r\n<h6>Reinhardt, Viktor (1993).</h6>\r\n<em>Enticing nonhuman primates to forage for their standard biscuit ration</em>\r\nZoo Biology, 12:307-312.\r\n<h6>Shepherdson, David (1992a).</h6>\r\n<em>Environmental enrichment: an overview</em>\r\nAmerican Association Of Zoological Parks And Aquariums Annual Conference Proceedings: 100-103.\r\n<h6>Shepherdson, David (1992b)</h6>\r\n<em>An introduction to behavioral enrichment</em>\r\nNortheast Regional American Zoo And Aquarium Association Conference, hands-on workshop notes.\r\n<h6>Tudge, Colin (1992).</h6>\r\n<em>Last Animals At The Zoo: How Mass Extinction Can Be Stopped</em>\r\nWashington D.C., Island Press.', 'Printed Resources', 0, '', 'publish', 'closed', 'closed', '', 'printed-resources', '', '', '2014-02-05 13:23:51', '2014-02-05 18:23:51', '', 192, 'http://dev.aazk.org/?page_id=309', 1, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (310, 1, '2009-05-31 13:46:59', '2009-05-31 18:46:59', '', 'Printed Resources', 0, '', 'inherit', 'closed', 'closed', '', '309-revision-v1', '', '', '2009-05-31 13:46:59', '2009-05-31 18:46:59', '', 309, 'http://dev.aazk.org/uncategorized/309-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (311, 1, '2009-05-31 13:47:14', '2009-05-31 18:47:14', '', 'Printed Resources', 0, '', 'inherit', 'closed', 'closed', '', '309-revision-v1', '', '', '2009-05-31 13:47:14', '2009-05-31 18:47:14', '', 309, 'http://dev.aazk.org/uncategorized/309-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (312, 1, '2013-10-29 10:39:34', '2013-10-29 15:39:34', '<h4>Periodicals</h4>\n\n<h6>"Enrichment Options"</h6>\nA regular column featuring brief descriptions of ideas published monthly in the <a href="[homeurl]/publications/animal-keepers-forum/">Animal Keepers\' Forum</a>. Published by the American Association of Zoo Keepers, Inc.\n\nAAZK Administrative Office\nSusan Chan, Editor\n3601 S.W. 29th Street, Suite 133\nTopeka, KS 66614\n<strong>phone:</strong> (785) 273-9149\n<strong>fax:</strong>  (785)273-1980\n<strong>email:</strong> <a href="mailto:akfeditor@zk.kscoxmail.com">akfeditor@zk.kscoxmail.com</a>\n<strong>website:</strong> <a href="http://www.aecetia.net/gws/aazk">http://www.aecetia.net/gws/aazk</a>\n\n<h6>"The Shape of Enrichment" Newsletter</h6>\nA newsletter devoted entirely to enrichment of captive wild animals - everything from short blurbs to full length articles, pictures, and more! Published by The Shape of Enrichment, Inc.\n\nVal Hare and Karen Worley, editors\n1650 Minden Drive\nSan Diego, CA 92111\n<strong>phone:</strong> (619)270-4273\n<strong>fax: </strong>(619)279-4208\n<strong>e-mail:</strong> <a href="mailto:shape@enrichment.org">shape@enrichment.org</a>\n<strong>website:</strong> <a href="http://www.enrichment.org" target="blank">www.enrichment.org</a>\n\n\n<div class="hr"></div>\n\n\n<h4>Books</h4>\n\nSecond Nature: Environmental Enrichment for Captive Animals\nEds. David J. Shepherdson, Jill Mellen and Michael Hutchins.\n\nTo order, call Smithsonian 1-800-782-4612\nISBN # 1-56098-745-6.\n\n\n<div class="hr"></div>\n\n\n<h4>Articles in Print</h4>\n\n<em>Coming Soon!</em>\n\n\n<div class="hr"></div>\n\n\n<h4>Citations from Text</h4>\n<ul>\n	<li>Bekoff, Mark (1989) "Predators".\n<em>The encyclopedia of animal behavior</em>\nPeter J.B. Slater, ed. New York: 22-29.\n\n	<li>Bloomsmith, Mollie A.; Brent, Linda Y.; Schapiro, Steven J.(1991).\n<em>Guidelines for developing and managing an environmental enrichment program for nonhuman primates</em>\nLaboratory Animal Science, 41 (4):372-377.\n\n	<li>Brigham, David (1997).\n<em>Time out for good behavior</em>\nWildlife Conservation Sept/Oct: 64-65.\n\nEdmunds, Malcom; Edmunds, Janet (1989).\n<em>"Prey Defense"</em>\nThe encyclopedia Of animal behavior\nPeter J.B. Slater, ed. New York: 32-39.\n\nForthman, Debra L.; Ogden, Jacqueline J. (1992).\n<em>The role of applied Behavior analysis in zoo management: today and tomorrow</em>\nJournal Of Applied Behavior Analysis, 25: 647-652.\n\nForthman-Quick, Debra (1984).\n<em>An integrative approach to environmental engineering in zoos</em>\nZoo Biology, 3: 65-77.\n\nKreger, Michael D; Hutchins, Michael; Fascione, Nina (1998).\n<em>Context, Ethics and environmental enrichment in zoos and aquariums</em>\nSecond Nature.\n\nLuoma, Jon R. (1987).\n<em>A crowded ark: The roles of zoos in wildlife conservation</em>\nHaughton Mifflin Co.\n\nPoole, T.B. (1997).\n<em>Environmental enrichment for captive vertebrates</em>\nTopics In Captive Wild Animal Husbandry\nProceedings Of Symposium 12 Of The Association Of British Wild Animal Keepers, Chesington: 23-31.\n\nReinhardt, Viktor (1993).\n<em>Enticing nonhuman primates to forage for their standard biscuit ration</em>\nZoo Biology, 12:307-312.\n\nShepherdson, David (1992a).\n<em>Environmental enrichment: an overview</em>\nAmerican Association Of Zoological Parks And Aquariums Annual Conference Proceedings: 100-103.\n\nShepherdson, David (1992b)\n<em>An introduction to behavioral enrichment</em>\nNortheast Regional American Zoo And Aquarium Association Conference, hands-on workshop notes.\n\nTudge, Colin (1992).\n<em>Last Animals At The Zoo: How Mass Extinction Can Be Stopped</em>\nWashington D.C., Island Press.\n\n<div id="inner-links"></div>', 'Printed Resources', 0, '', 'inherit', 'closed', 'closed', '', '309-autosave-v1', '', '', '2013-10-29 10:39:34', '2013-10-29 15:39:34', '', 309, 'http://dev.aazk.org/uncategorized/309-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (313, 1, '2009-05-31 14:02:16', '2009-05-31 19:02:16', '<h3>Periodicals</h3>\r\n<p><strong>"Enrichment Options"</strong></p>\r\n\r\n<p>A regular column featuring brief descriptions of ideas published monthly in the <a href="/animal-keepers-forum/">Animal Keepers\' Forum</a>. Published by the American Association of Zoo Keepers, Inc.</p>\r\n\r\n<p>AAZK Administrative Office<br />\r\nSusan Chan, Editor<br />\r\n3601 S.W. 29th Street, Suite 133<br />\r\nTopeka, KS 66614<br />\r\nphone: (785) 273-9149<br />\r\nfax:  (785)273-1980<br />\r\nemail: <a href="mailto:akfeditor@zk.kscoxmail.com">akfeditor@zk.kscoxmail.com</a><br />\r\nwebsite: <a href="http://www.aecetia.net/gws/aazk">http://www.aecetia.net/gws/aazk</a></p>\r\n\r\n<p><strong>"The Shape of Enrichment" Newsletter</strong></p>\r\n\r\n<p>A newsletter devoted entirely to enrichment of captive wild animals - everything from short blurbs to full length articles, pictures, and more! Published by The Shape of Enrichment, Inc.</p>\r\n\r\n<p>Val Hare and Karen Worley, editors<br />\r\n1650 Minden Drive<br />\r\nSan Diego, CA 92111<br />\r\nphone: (619)270-4273<br />\r\nfax: (619)279-4208<br />\r\ne-mail: <a href="mailto:shape@enrichment.org">shape@enrichment.org</a><br />\r\nwebsite: <a href="http://www.enrichment.org">www.enrichment.org</a></p>\r\n\r\n<h3>Books</h3>\r\n\r\n<p><strong>Second Nature: Environmental Enrichment for Captive Animals</strong></p>\r\n\r\n<p>Eds. David J. Shepherdson, Jill Mellen and Michael Hutchins.</p>\r\n\r\n<p>To order, call Smithsonian 1-800-782-4612<br />\r\nISBN # 1-56098-745-6.</p> \r\n\r\n<h3>Articles in Print</h3>\r\n<p>Coming Soon!</p>\r\n\r\n<h3>Citations from Text</h3>\r\n\r\n<p>Bekoff, Mark (1989) "Predators".<br />\r\n<em>The encyclopedia of animal behavior</em><br />\r\nPeter J.B. Slater, ed. New York: 22-29.</p>\r\n\r\n<p>Bloomsmith, Mollie A.; Brent, Linda Y.; Schapiro, Steven J.(1991).<br />\r\n<em>Guidelines for developing and managing an environmental enrichment program for nonhuman primates</em><br />\r\nLaboratory Animal Science, 41 (4):372-377.</p>\r\n\r\n<p>Brigham, David (1997).<br />\r\n<em>Time out for good behavior</em><br />\r\nWildlife Conservation Sept/Oct: 64-65.</p>\r\n\r\n<p>Edmunds, Malcom; Edmunds, Janet (1989).<br />\r\n<em>"Prey Defense"</em><br />\r\nThe encyclopedia Of animal behavior<br />\r\nPeter J.B. Slater, ed. New York: 32-39.</p>\r\n\r\n<p>Forthman, Debra L.; Ogden, Jacqueline J. (1992).<br />\r\n<em>The role of applied Behavior analysis in zoo management: today and tomorrow</em><br />\r\nJournal Of Applied Behavior Analysis, 25: 647-652.</p>\r\n\r\n<p>Forthman-Quick, Debra (1984).<br />\r\n<em>An integrative approach to environmental engineering in zoos</em><br />\r\nZoo Biology, 3: 65-77.</p>\r\n\r\n<p>Kreger, Michael D; Hutchins, Michael; Fascione, Nina (1998).<br />\r\n<em>Context, Ethics and environmental enrichment in zoos and aquariums</em><br />\r\nSecond Nature.</p>\r\n\r\n<p>Luoma, Jon R. (1987).<br />\r\n<em>A crowded ark: The roles of zoos in wildlife conservation</em><br />\r\nHaughton Mifflin Co.</p>\r\n\r\n<p>Poole, T.B. (1997).<br />\r\n<em>Environmental enrichment for captive vertebrates</em><br />\r\nTopics In Captive Wild Animal Husbandry<br />\r\nProceedings Of Symposium 12 Of The Association Of British Wild Animal Keepers, Chesington: 23-31.</p>\r\n\r\n<p>Reinhardt, Viktor (1993).<br />\r\n<em>Enticing nonhuman primates to forage for their standard biscuit ration</em><br />\r\nZoo Biology, 12:307-312.</p>\r\n\r\n<p>Shepherdson, David (1992a).<br />\r\n<em>Environmental enrichment: an overview</em><br />\r\nAmerican Association Of Zoological Parks And Aquariums Annual Conference Proceedings: 100-103.</p>\r\n\r\n<p>Shepherdson, David (1992b)<br />\r\n<em>An introduction to behavioral enrichment</em><br />\r\nNortheast Regional American Zoo And Aquarium Association Conference, hands-on workshop notes.</p>\r\n\r\n<p>Tudge, Colin (1992).<br />\r\n<em>Last Animals At The Zoo: How Mass Extinction Can Be Stopped</em><br />\r\nWashington D.C., Island Press.</p>', 'Printed Resources', 0, '', 'inherit', 'closed', 'closed', '', '309-revision-v1', '', '', '2009-05-31 14:02:16', '2009-05-31 19:02:16', '', 309, 'http://dev.aazk.org/uncategorized/309-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (314, 1, '2009-05-31 12:44:47', '2009-05-31 17:44:47', '<p>The Behavioral Husbandry Committee formally came into being in late 2008. It brought together two very different and yet very alike committees, The Animal Training and Enrichment Committees. These were joined at the request of the two individual committees.</p>\r\n\r\n<p>The AAZK Enrichment Committee was founded in 1994 and The Animal Training Committee was founded in 2000. These specialized groups were organized to provide specific resources in the areas of  enrichment and training. The timeliness of their formation filled a growing  need for support as these aspects of animal care evolved into a daily part of husbandry.</p>\r\n\r\n<p>Since the formation of these two  committees, most zoo professionals have found great success in utilizing both  training techniques and enrichment to solve behavioral challenges in captive animals. Many zoos now have a supportive "Behavioral Husbandry Department" or  staff that is dedicated to training, enrichment and animal welfare. Training and enrichment are no longer viewed necessarily as separate entities, but as two branches of behavioral management that are often used in concert. In our effort to stay current with the trends of professional zoo keeping, we have combined the two current committees into one AAZK, Inc. Behavioral Husbandry Committee. The focus of this committee would be training, enrichment and animal welfare.</p>\r\n\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n    <li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n    <li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n    <li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n    <li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n    <li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n    <li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<h3>Projects:</h3>\r\n<ul>\r\n    <li>Partner with other committees to streamline resources and efforts</li>\r\n    <li>Development of new workshops for the annual conference</li>\r\n    <li>Development of training behavior lists for taxonomic groups</li>\r\n    <li>Update the bibliography and resource lists over time</li>\r\n    <li>Surveying the membership to meet needs</li>\r\n    <li>Enhancement of this website</li>\r\n    <li>A database of bibliographies </li>\r\n    <li> Enrichment guidelines for marine mammals and elephants </li>\r\n    <li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<h3>Additional Information</h3>\r\n<ul>\r\n    <li><a href=\'/wp-content/uploads/what_is_animal_training.pdf\'>What is Training?</a></li>\r\n    <li><a href=\'/wp-content/uploads/health_and_safety_considerations.pdf\'>Health and Safety Considerations</a></li>\r\n    <li><a href=\'/wp-content/uploads/training_enrichment_bibliography.pdf\'>Training and Enrichment Bibliography</a></li>\r\n    <li><a href=\'/wp-content/uploads/training_terms_glossary.pdf\'>Glossary of Training Terms</a></li>\r\n    <li><a href=\'/wp-content/uploads/aazk_animal_data_transfer.pdf\'>Animal Data Transfer Form</a></li>\r\n    <li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&NotFlag=1">Training and Enrichment Video Library</a></li>\r\n    <li><a href="/about/committee/behavioral-husbandry/resources/">Resources</a></li>\r\n    <li><a href=\'/wp-content/uploads/risk_assessment_and_safety.pdf\'>Risk Assessment and Safety</a></li>\r\n    <li>Suggested Guidelines for Enrichment: available in the Members Area.</li>\r\n    <li><a href="/committees/enrichment/comm_enrichment_resources.php">Printed Resources</a></li>\r\n    <li><a href="/committees/enrichment/comm_enrichment_suppliers.php">Enrichment Suppliers</a></li>\r\n    <li>Enrichment Day Examples: examples of enrichment day events from various institutions. Available in Members Area.</li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2009-05-31 12:44:47', '2009-05-31 17:44:47', '', 192, 'http://dev.aazk.org/uncategorized/192-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (315, 1, '2009-05-31 14:03:07', '2009-05-31 19:03:07', '<p>The Behavioral Husbandry Committee formally came into being in late 2008. It brought together two very different and yet very alike committees, The Animal Training and Enrichment Committees. These were joined at the request of the two individual committees.</p>\r\n\r\n<p>The AAZK Enrichment Committee was founded in 1994 and The Animal Training Committee was founded in 2000. These specialized groups were organized to provide specific resources in the areas of  enrichment and training. The timeliness of their formation filled a growing  need for support as these aspects of animal care evolved into a daily part of husbandry.</p>\r\n\r\n<p>Since the formation of these two  committees, most zoo professionals have found great success in utilizing both  training techniques and enrichment to solve behavioral challenges in captive animals. Many zoos now have a supportive "Behavioral Husbandry Department" or  staff that is dedicated to training, enrichment and animal welfare. Training and enrichment are no longer viewed necessarily as separate entities, but as two branches of behavioral management that are often used in concert. In our effort to stay current with the trends of professional zoo keeping, we have combined the two current committees into one AAZK, Inc. Behavioral Husbandry Committee. The focus of this committee would be training, enrichment and animal welfare.</p>\r\n\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n    <li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n    <li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n    <li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n    <li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n    <li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n    <li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<h3>Projects:</h3>\r\n<ul>\r\n    <li>Partner with other committees to streamline resources and efforts</li>\r\n    <li>Development of new workshops for the annual conference</li>\r\n    <li>Development of training behavior lists for taxonomic groups</li>\r\n    <li>Update the bibliography and resource lists over time</li>\r\n    <li>Surveying the membership to meet needs</li>\r\n    <li>Enhancement of this website</li>\r\n    <li>A database of bibliographies </li>\r\n    <li> Enrichment guidelines for marine mammals and elephants </li>\r\n    <li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<h3>Additional Information</h3>\r\n<ul>\r\n    <li><a href=\'/wp-content/uploads/what_is_animal_training.pdf\'>What is Training?</a></li>\r\n    <li><a href=\'/wp-content/uploads/health_and_safety_considerations.pdf\'>Health and Safety Considerations</a></li>\r\n    <li><a href=\'/wp-content/uploads/training_enrichment_bibliography.pdf\'>Training and Enrichment Bibliography</a></li>\r\n    <li><a href=\'/wp-content/uploads/training_terms_glossary.pdf\'>Glossary of Training Terms</a></li>\r\n    <li><a href=\'/wp-content/uploads/aazk_animal_data_transfer.pdf\'>Animal Data Transfer Form</a></li>\r\n    <li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&NotFlag=1">Training and Enrichment Video Library</a></li>\r\n    <li><a href="/about/committee/behavioral-husbandry/resources/">Resources</a></li>\r\n    <li><a href=\'/wp-content/uploads/risk_assessment_and_safety.pdf\'>Risk Assessment and Safety</a></li>\r\n    <li>Suggested Guidelines for Enrichment: available in the Members Area.</li>\r\n    <li><a href="/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n    <li><a href="/committees/enrichment/comm_enrichment_suppliers.php">Enrichment Suppliers</a></li>\r\n    <li>Enrichment Day Examples: examples of enrichment day events from various institutions. Available in Members Area.</li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2009-05-31 14:03:07', '2009-05-31 19:03:07', '', 192, 'http://dev.aazk.org/uncategorized/192-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (320, 1, '2009-05-31 14:05:37', '2009-05-31 19:05:37', '<p>The Behavioral Husbandry Committee formally came into being in late 2008. It brought together two very different and yet very alike committees, The Animal Training and Enrichment Committees. These were joined at the request of the two individual committees.</p>\r\n\r\n<p>The AAZK Enrichment Committee was founded in 1994 and The Animal Training Committee was founded in 2000. These specialized groups were organized to provide specific resources in the areas of  enrichment and training. The timeliness of their formation filled a growing  need for support as these aspects of animal care evolved into a daily part of husbandry.</p>\r\n\r\n<p>Since the formation of these two  committees, most zoo professionals have found great success in utilizing both  training techniques and enrichment to solve behavioral challenges in captive animals. Many zoos now have a supportive "Behavioral Husbandry Department" or  staff that is dedicated to training, enrichment and animal welfare. Training and enrichment are no longer viewed necessarily as separate entities, but as two branches of behavioral management that are often used in concert. In our effort to stay current with the trends of professional zoo keeping, we have combined the two current committees into one AAZK, Inc. Behavioral Husbandry Committee. The focus of this committee would be training, enrichment and animal welfare.</p>\r\n\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n    <li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n    <li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n    <li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n    <li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n    <li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n    <li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<h3>Projects:</h3>\r\n<ul>\r\n    <li>Partner with other committees to streamline resources and efforts</li>\r\n    <li>Development of new workshops for the annual conference</li>\r\n    <li>Development of training behavior lists for taxonomic groups</li>\r\n    <li>Update the bibliography and resource lists over time</li>\r\n    <li>Surveying the membership to meet needs</li>\r\n    <li>Enhancement of this website</li>\r\n    <li>A database of bibliographies </li>\r\n    <li> Enrichment guidelines for marine mammals and elephants </li>\r\n    <li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<h3>Additional Information</h3>\r\n<ul>\r\n    <li><a href=\'/wp-content/uploads/what_is_animal_training.pdf\'>What is Training?</a></li>\r\n    <li><a href=\'/wp-content/uploads/health_and_safety_considerations.pdf\'>Health and Safety Considerations</a></li>\r\n    <li><a href=\'/wp-content/uploads/training_enrichment_bibliography.pdf\'>Training and Enrichment Bibliography</a></li>\r\n    <li><a href=\'/wp-content/uploads/training_terms_glossary.pdf\'>Glossary of Training Terms</a></li>\r\n    <li><a href=\'/wp-content/uploads/aazk_animal_data_transfer.pdf\'>Animal Data Transfer Form</a></li>\r\n    <li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&NotFlag=1">Training and Enrichment Video Library</a></li>\r\n    <li><a href="/about/committee/behavioral-husbandry/resources/">Resources</a></li>\r\n    <li><a href=\'/wp-content/uploads/risk_assessment_and_safety.pdf\'>Risk Assessment and Safety</a></li>\r\n    <li>Suggested Guidelines for Enrichment: available in the Members Area.</li>\r\n    <li><a href="/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n    <li><a href="/committees/enrichment/comm_enrichment_suppliers.php">Enrichment Suppliers</a></li>\r\n    <li>Enrichment Day Examples: examples of enrichment day events from various institutions. Available in Members Area.</li>\r\n    <li><a href="/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2009-05-31 14:05:37', '2009-05-31 19:05:37', '', 192, 'http://dev.aazk.org/uncategorized/192-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (321, 1, '2009-05-31 14:11:00', '2009-05-31 19:11:00', '<p>The Behavioral Husbandry Committee formally came into being in late 2008. It brought together two very different and yet very alike committees, The Animal Training and Enrichment Committees. These were joined at the request of the two individual committees.</p>\r\n\r\n<p>The AAZK Enrichment Committee was founded in 1994 and The Animal Training Committee was founded in 2000. These specialized groups were organized to provide specific resources in the areas of  enrichment and training. The timeliness of their formation filled a growing  need for support as these aspects of animal care evolved into a daily part of husbandry.</p>\r\n\r\n<p>Since the formation of these two  committees, most zoo professionals have found great success in utilizing both  training techniques and enrichment to solve behavioral challenges in captive animals. Many zoos now have a supportive "Behavioral Husbandry Department" or  staff that is dedicated to training, enrichment and animal welfare. Training and enrichment are no longer viewed necessarily as separate entities, but as two branches of behavioral management that are often used in concert. In our effort to stay current with the trends of professional zoo keeping, we have combined the two current committees into one AAZK, Inc. Behavioral Husbandry Committee. The focus of this committee would be training, enrichment and animal welfare.</p>\r\n\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n    <li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n    <li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n    <li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n    <li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n    <li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n    <li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<h3>Projects:</h3>\r\n<ul>\r\n    <li>Partner with other committees to streamline resources and efforts</li>\r\n    <li>Development of new workshops for the annual conference</li>\r\n    <li>Development of training behavior lists for taxonomic groups</li>\r\n    <li>Update the bibliography and resource lists over time</li>\r\n    <li>Surveying the membership to meet needs</li>\r\n    <li>Enhancement of this website</li>\r\n    <li>A database of bibliographies </li>\r\n    <li> Enrichment guidelines for marine mammals and elephants </li>\r\n    <li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<h3>Additional Information</h3>\r\n<ul>\r\n    <li><a href=\'/wp-content/uploads/what_is_animal_training.pdf\'>What is Training?</a></li>\r\n    <li><a href=\'/wp-content/uploads/health_and_safety_considerations.pdf\'>Health and Safety Considerations</a></li>\r\n    <li><a href=\'/wp-content/uploads/training_enrichment_bibliography.pdf\'>Training and Enrichment Bibliography</a></li>\r\n    <li><a href=\'/wp-content/uploads/training_terms_glossary.pdf\'>Glossary of Training Terms</a></li>\r\n    <li><a href=\'/wp-content/uploads/aazk_animal_data_transfer.pdf\'>Animal Data Transfer Form</a></li>\r\n    <li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&NotFlag=1">Training and Enrichment Video Library</a></li>\r\n    <li><a href="/about/committee/behavioral-husbandry/resources/">Resources</a></li>\r\n    <li><a href=\'/wp-content/uploads/risk_assessment_and_safety.pdf\'>Risk Assessment and Safety</a></li>\r\n    <li><a href="/members/bhc.php">Suggested Guidelines for Enrichment (AAZK Members Only)</a></li>\r\n    <li><a href="/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n    <li><a href="/committees/enrichment/comm_enrichment_suppliers.php">Enrichment Suppliers</a></li>\r\n    <li><a href="/members/bhc.php">Enrichment Day Examples</a> (AAZK Members Only)</li>\r\n    <li><a href="/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2009-05-31 14:11:00', '2009-05-31 19:11:00', '', 192, 'http://dev.aazk.org/uncategorized/192-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (322, 1, '2009-05-31 14:11:16', '2009-05-31 19:11:16', '<p>The Behavioral Husbandry Committee formally came into being in late 2008. It brought together two very different and yet very alike committees, The Animal Training and Enrichment Committees. These were joined at the request of the two individual committees.</p>\r\n\r\n<p>The AAZK Enrichment Committee was founded in 1994 and The Animal Training Committee was founded in 2000. These specialized groups were organized to provide specific resources in the areas of  enrichment and training. The timeliness of their formation filled a growing  need for support as these aspects of animal care evolved into a daily part of husbandry.</p>\r\n\r\n<p>Since the formation of these two  committees, most zoo professionals have found great success in utilizing both  training techniques and enrichment to solve behavioral challenges in captive animals. Many zoos now have a supportive "Behavioral Husbandry Department" or  staff that is dedicated to training, enrichment and animal welfare. Training and enrichment are no longer viewed necessarily as separate entities, but as two branches of behavioral management that are often used in concert. In our effort to stay current with the trends of professional zoo keeping, we have combined the two current committees into one AAZK, Inc. Behavioral Husbandry Committee. The focus of this committee would be training, enrichment and animal welfare.</p>\r\n\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n    <li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n    <li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n    <li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n    <li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n    <li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n    <li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<h3>Projects:</h3>\r\n<ul>\r\n    <li>Partner with other committees to streamline resources and efforts</li>\r\n    <li>Development of new workshops for the annual conference</li>\r\n    <li>Development of training behavior lists for taxonomic groups</li>\r\n    <li>Update the bibliography and resource lists over time</li>\r\n    <li>Surveying the membership to meet needs</li>\r\n    <li>Enhancement of this website</li>\r\n    <li>A database of bibliographies </li>\r\n    <li> Enrichment guidelines for marine mammals and elephants </li>\r\n    <li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<h3>Additional Information</h3>\r\n<ul>\r\n    <li><a href=\'/wp-content/uploads/what_is_animal_training.pdf\'>What is Training?</a></li>\r\n    <li><a href=\'/wp-content/uploads/health_and_safety_considerations.pdf\'>Health and Safety Considerations</a></li>\r\n    <li><a href=\'/wp-content/uploads/training_enrichment_bibliography.pdf\'>Training and Enrichment Bibliography</a></li>\r\n    <li><a href=\'/wp-content/uploads/training_terms_glossary.pdf\'>Glossary of Training Terms</a></li>\r\n    <li><a href=\'/wp-content/uploads/aazk_animal_data_transfer.pdf\'>Animal Data Transfer Form</a></li>\r\n    <li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&NotFlag=1">Training and Enrichment Video Library</a></li>\r\n    <li><a href="/about/committee/behavioral-husbandry/resources/">Resources</a></li>\r\n    <li><a href=\'/wp-content/uploads/risk_assessment_and_safety.pdf\'>Risk Assessment and Safety</a></li>\r\n    <li><a href="/members/bhc.php">Suggested Guidelines for Enrichment</a> (AAZK Members Only)</li>\r\n    <li><a href="/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n    <li><a href="/committees/enrichment/comm_enrichment_suppliers.php">Enrichment Suppliers</a></li>\r\n    <li><a href="/members/bhc.php">Enrichment Day Examples</a> (AAZK Members Only)</li>\r\n    <li><a href="/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2009-05-31 14:11:16', '2009-05-31 19:11:16', '', 192, 'http://dev.aazk.org/uncategorized/192-revision-14/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (323, 1, '2009-05-31 14:11:33', '2009-05-31 19:11:33', '<p>The Behavioral Husbandry Committee formally came into being in late 2008. It brought together two very different and yet very alike committees, The Animal Training and Enrichment Committees. These were joined at the request of the two individual committees.</p>\r\n\r\n<p>The AAZK Enrichment Committee was founded in 1994 and The Animal Training Committee was founded in 2000. These specialized groups were organized to provide specific resources in the areas of  enrichment and training. The timeliness of their formation filled a growing  need for support as these aspects of animal care evolved into a daily part of husbandry.</p>\r\n\r\n<p>Since the formation of these two  committees, most zoo professionals have found great success in utilizing both  training techniques and enrichment to solve behavioral challenges in captive animals. Many zoos now have a supportive "Behavioral Husbandry Department" or  staff that is dedicated to training, enrichment and animal welfare. Training and enrichment are no longer viewed necessarily as separate entities, but as two branches of behavioral management that are often used in concert. In our effort to stay current with the trends of professional zoo keeping, we have combined the two current committees into one AAZK, Inc. Behavioral Husbandry Committee. The focus of this committee would be training, enrichment and animal welfare.</p>\r\n\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n    <li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n    <li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n    <li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n    <li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n    <li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n    <li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<h3>Projects:</h3>\r\n<ul>\r\n    <li>Partner with other committees to streamline resources and efforts</li>\r\n    <li>Development of new workshops for the annual conference</li>\r\n    <li>Development of training behavior lists for taxonomic groups</li>\r\n    <li>Update the bibliography and resource lists over time</li>\r\n    <li>Surveying the membership to meet needs</li>\r\n    <li>Enhancement of this website</li>\r\n    <li>A database of bibliographies </li>\r\n    <li> Enrichment guidelines for marine mammals and elephants </li>\r\n    <li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<h3>Additional Information</h3>\r\n<ul>\r\n    <li><a href=\'/wp-content/uploads/what_is_animal_training.pdf\'>What is Training?</a></li>\r\n    <li><a href=\'/wp-content/uploads/health_and_safety_considerations.pdf\'>Health and Safety Considerations</a></li>\r\n    <li><a href=\'/wp-content/uploads/training_enrichment_bibliography.pdf\'>Training and Enrichment Bibliography</a></li>\r\n    <li><a href=\'/wp-content/uploads/training_terms_glossary.pdf\'>Glossary of Training Terms</a></li>\r\n    <li><a href=\'/wp-content/uploads/aazk_animal_data_transfer.pdf\'>Animal Data Transfer Form</a></li>\r\n    <li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&NotFlag=1">Training and Enrichment Video Library</a></li>\r\n    <li><a href="/about/committee/behavioral-husbandry/resources/">Resources</a></li>\r\n    <li><a href=\'/wp-content/uploads/risk_assessment_and_safety.pdf\'>Risk Assessment and Safety</a></li>\r\n    <li><a href="/members/bhc.php">Suggested Guidelines for Enrichment</a> (AAZK Members Only!)</li>\r\n    <li><a href="/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n    <li><a href="/committees/enrichment/comm_enrichment_suppliers.php">Enrichment Suppliers</a></li>\r\n    <li><a href="/members/bhc.php">Enrichment Day Examples</a> (AAZK Members Only!)</li>\r\n    <li><a href="/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2009-05-31 14:11:33', '2009-05-31 19:11:33', '', 192, 'http://dev.aazk.org/uncategorized/192-revision-15/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (324, 1, '2009-05-31 14:24:13', '2009-05-31 19:24:13', '<h4>Suppliers</h4>\r\n<div class="first sixcol">\r\n<h6>Absolute Primate Enrichment Systems</h6>\r\nEnrichment devices for primates\r\n(817) 228-2281\r\n<a href="http://www.absoluteprimate.com" target="_blank">www.absoluteprimate.com</a>\r\n\r\n<h6>American Excelsior Company</h6>\r\nWoodwool Substrates\r\n(800) 326-3626\r\n<a href="http://www.amerexcel.com/" target="_blank">www.amerexcel.com</a>\r\n\r\n<h6>Animal Management Resources</h6>\r\n(910) 246-6263\r\n<a href="http://www.mytrainingstore.com" target="_blank">www.mytrainingstore.com</a>\r\nemail: <a href="mailto:meg@mytrainingstore.com">meg@mytrainingstore.com</a></li>\r\n\r\n<h6>Aussie Dog Products</h6>\r\nEnrichment devices for dogs, horses and zoo animals\r\n+61 (0)3 9752-3336  FAX +61 (0)3 9758-3020\r\n<a href="http://www.aussiedog.com.au" target="_blank">www.aussiedog.com.au</a>\r\n\r\n<h6>BCI Burke Co., Inc.</h6>\r\nPlayground Structures\r\n800-266-1250 FAX  (414) 921-9566\r\nemail: <a href="mailto:info@bciburke.com">info@bciburke.com</a>\r\n<a href="http://www.bciburke.com/" target="_blank">www.bciburke.com</a>\r\n\r\n<h6>Bio-Serve</h6>\r\nEnrichment devices for primates, dogs, pigs, rodents\r\n(908) 996-2155 FAX  (908) 996-4123\r\n<a href="http://www.bio-serv.com" target="_blank">www.bio-serv.com</a>\r\n\r\n<h6>Birds Just Wanna Have Fun</h6>\r\nBird toys\r\n1-800-246-1018 or (512) 401-0536\r\nE-mail: <a href="mailto:info@birdsjustwannahavefun.com">info@birdsjustwannahavefun.com</a>\r\n<a href="http://www.birdsjustwannahavefun.com/" target="_blank">www.birdsjustwannahavefun.com</a>\r\n\r\n<h6>Boomer Ball®, Inc.</h6>\r\nEnrichment devices for zoo animals\r\n(888) 858-9529  or (847) 546-6125\r\nFAX (800) 858-9529  or (847) 546-6185\r\n\r\n<h6>Busy Beaks</h6>\r\nBird toys\r\n<a href="http://www.busybeaks.com" target="_blank">www.busybeaks.com</a>\r\n458 Lucher Rd.\r\nWillis, TX 77378\r\n(936)344-8400 (phone)\r\n(936)344-8406 (fax)\r\n<a href="mailto:BusyBeaksToys@aol.com">BusyBeaksToys@aol.com</a>\r\n\r\n<h6>The Caning Company</h6>\r\nGourds\r\n(800) 544-3373\r\n<a href="http://www.caning.com/" target="_blank">www.caning.com</a>\r\n\r\n<h6>Choppers Toys/Design-Rite Products</h6>\r\n101 North 55th Street Unit #4\r\nPhoenix AZ 85034\r\n(480) 945-8406\r\n<a href="http://www.chopperstoys.com/" target="_blank">www.chopperstoys.com</a>\r\n\r\n<h6>Desert Plastics</h6>\r\n2401A Phoenix, NE\r\nAlbuquerque, NM 87107\r\nPhone: (505) 884-3889\r\nFax: (505) 884-3932\r\n<a href="http://www.desertplastics-abq.com/" target="_blank">www.desertplastics-abq.com</a>\r\n\r\n<h6>Doctors Fosters Smith</h6>\r\nPet Supply\r\n(800) 826-7206\r\n<a href="http://www.drsfostersmith.com/" target="_blank">www.drsfostersmith.com</a>\r\n\r\n<h6>Duracast Products, Inc.</h6>\r\nPlastic enrichment products\r\n(800) 683-4116  FAX (863) 638-2443\r\n<a href="http://www.duracast.com" target="_blank">http://www.duracast.com</a>\r\n\r\n<h6>Edible Landscaping</h6>\r\nEdible Plants\r\n800-524-4156 FAX  (434) 361-1916\r\n<a href="http://www.eat-it.com/" target="_blank">www.eat-it.com </a>\r\n\r\n<h6>E Street Plastics</h6>\r\nAcrylic mirrors, plexi and lexan\r\n(972) 207-0936\r\n<a href="http://www.estreetplastics.com" target="_blank">www.estreetplastics.com</a>\r\nemail: <a href="mailto:sales@estreetplastics.com">sales@estreetplastics.com</a>\r\n\r\n<h6>Ethical, Inc.</h6>\r\nVinyl chew toys, squish balls\r\n(973) 484-1000\r\n<a href="http://www.ethicalpet.com/" target="_blank">www.ethicalpet.com</a>\r\n\r\n<h6>Exotic Creations</h6>\r\nBird Toys\r\n(612) 785-0376\r\n<a href="http://www.exoticreations.com" target="_blank">www.exoticreations.com</a>\r\n\r\n<h6>Fauna-Tek</h6>\r\nNew England Exotics, Inc.\r\n71 Michaels Rd.\r\nWells, ME 04090\r\n207-646-7173\r\n<a href="http://www.fauna-tek.net" target="_blank">www.fauna-tek.net</a>\r\n\r\n<h6>Fluker Farms</h6>\r\nHerpetological Supplies\r\n(800) 735-8537\r\n<a href="http://www.flukerfarms.com" target="_blank">www.flukerfarms.com</a>\r\n\r\n<h6>Injoy Coursing Equipment</h6>\r\nCoursing Lures\r\n(802) 425-3691 FAX  (802) 425-4468\r\n<a href="http://www.injoy-1.com" target="_blank">www.injoy-1.com</a>\r\n\r\n<h6>International Cordage</h6>\r\nRope Structures\r\n(602) 252-3155\r\nFAX  (602) 252-3053\r\n<a href="http://www.internationalcordage.com/" target="_blank">www.internationalcordage.com</a>\r\n\r\n<h6>Jeffer’s Pet Supply</h6>\r\nPet &amp; livestock supplies\r\n(800) 533-3377\r\n<a href="http://www.jefferspet.com" target="_blank">www.jefferspet.com</a>\r\n<a href="http://www.jefferslivestock.com" target="_blank">www.jefferslivestock.com</a>\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Jolly Pets</h6>\r\nHorseman’s Pride\r\nHeavy duty plastic toys\r\n10008 State Rt. 43\r\nStreetsboro, OH. 44241\r\n<a href="http://www.jollypets.com/HorsemenHome.html" target="_blank">http://www.jollypets.com/HorsemenHome.html</a>\r\nemail: <a href="mailto:cservice@jollypets.com">cservice@jollypets.com</a>\r\n\r\n<h6>The Kong Company</h6>\r\nKong toys\r\n16191 Table Mountain Parkway\r\nGolden, CO 80403\r\n(303)  216-2626\r\n<a href="http://www.kongcompany.com/" target="_blank">http://www.kongcompany.com/</a>\r\n\r\n<h6>Kracor, Inc.</h6>\r\nPlastic enrichment feeders &amp; toys\r\n(800) 255-6335\r\n<a href="http://www.kracor.com" target="_blank">www.kracor.com</a>\r\nemail:  <a href="mailto:custormerservice@kracor.com">custormerservice@kracor.com</a>\r\n\r\n<h6>The Larson Company</h6>\r\n"The Stump" enrichment  device\r\n(520) 294-3900 FAX  (520) 741-7930\r\n<a href="http://www.larson-usa.com" target="_blank">www.larson-usa.com</a>\r\n\r\n<h6>Leather Elves</h6>\r\nEnrichment devices for birds &amp; zoo animals\r\n(781) 331-8557\r\n<a href="http://www.theleatherelves.com" target="_blank">www.theleatherelves.com</a>\r\n\r\n<h6>Lomir Primate Enrichment Technologies</h6>\r\nPrimate enrichment products\r\n(877) 425-3604\r\n<a href="http://www.lomir.com/pet" target="_blank">www.lomir.com/pet</a>\r\n\r\n<h6>Omaha Vaccine Company</h6>\r\nPet Supplies\r\n800-367-4444\r\nFAX 800-242-9447\r\n<a href="http://www.omahavaccine.com/" target="_blank">www.omahavaccine.com</a>\r\n\r\n<h6>Otto Environmental</h6>\r\nEnrichment devices for zoo animals\r\n(414) 358-1001\r\n<a href="http://www.ottoenvironmental.com/" target="_blank">www.ottoenvironmental.com</a>\r\n\r\n<h6>Pacific Fibre and Rope Co., Inc.</h6>\r\nCargo nets and rope ladders\r\nFAX (310) 835-6781\r\n<a href="http://www.pacificfibre.com/" target="_blank">www.pacificfibre.com</a>\r\nemail: <a href="mailto:pacfib@worldnet.att.net">pacfib@worldnet.att.net</a>\r\n\r\n<h6>Primate Products</h6>\r\n<a href="http://www.primateproducts.com" target="_blank">www.primateproducts.com </a>\r\n\r\n<h6>PetsMart</h6>\r\n19601 N. 27th Ave.\r\nPhoenix,  AZ. 85027\r\n(800) 738-1385\r\nPet supplies: <a href="http://www.petsmart.com/" target="_blank">www.petsmart.com</a>\r\n\r\n<h6>Rotonics</h6>\r\nCustom rotational plastics molding &amp; buoys\r\n(800) 351-1363\r\n<a href="http://www.rotonics.com" target="_blank">www.rotonics.com</a>\r\nemail: <a href="mailto:buoys@rotonics.com">buoys@rotonics.com</a>\r\n\r\n<h6>Safari Thatch, Inc.</h6>\r\nBamboo Products\r\n(954) 564-0059\r\nFAX (954) 564-7431\r\n<a href="http://www.safarithatch.com/" target="_blank">www.safarithatch.com</a>\r\n\r\n<h6>Sanctuary Supplies</h6>\r\n4300 Pletzer Blvd.\r\nRootstown, OH. 44272\r\n(877) 886-1992\r\n<a href="http://www.sanctuarysupplies.com" target="_blank">www.sanctuarysupplies.com</a>\r\n\r\n<h6>Seeds of Change</h6>\r\nOrganic seeds for edible plants\r\nFAX (505) 438-7052\r\n<a href="http://www.seedsofchange.com/" target="_blank">www.seedsofchange.com</a>\r\n\r\n<h6>SINCO Group, Inc.</h6>\r\nCargo Nets\r\nFAX (860) 632-1509\r\n<a href="http://www.sinco.com/" target="_blank">www.sinco.com</a>\r\nemail: <a href="mailto:sales@sincosala.com">sales@sincosala.com</a>\r\n\r\n<h6>SitStay</h6>\r\nTraining Clickers\r\nFAX (402) 467-5055\r\n<a href="http://www.sitstay.com/" target="_blank">www.sitstay.com</a>\r\n\r\n<h6>StarBird</h6>\r\nZoo Enrichment\r\n(310) 489-8868\r\nFAX (310) 828-5129\r\n<a href="http://www.estarbird.com/" target="_blank">www.estarbird.com</a>\r\n\r\n<h6>Sweeney Enterprises, Inc.</h6>\r\nAutomatic Feeders\r\n(800) 443-4244\r\nFAX (800) 337-5017\r\n<a href="http://www.sweeneyfeeders.com" target="_blank">www.sweeneyfeeders.com</a>\r\n\r\n<h6>That Pet Place</h6>\r\n<a href="http://www.thatpetplace.com" target="_blank">www.thatpetplace.com </a>\r\n\r\n<h6>Twin Leather Company</h6>\r\nBird toy parts and supplies\r\n(508) 583-3485\r\nFAX (508) 586-4501\r\n<a href="http://www.twinleather.com/" target="_blank">www.twinleather.com</a>\r\nemail: <a href="mailto:sales@twinleather.com">sales@twinleather.com</a>\r\n\r\n<h6>Valentine Inc.</h6>\r\nZoological supplies\r\nFAX  (239) 645 4682\r\n<a href="http://www.valentineinc.com/" target="_blank">www.valentineinc.com</a>\r\n\r\n<h6>Welburn Gourd Farm</h6>\r\nGourds\r\n(760)728-4271\r\n<a href="http://www.welburngourdfarm.com" target="_blank">www.welburngourdfarm.com</a>\r\n\r\n<h6>World Champion Horse Equipment</h6>\r\nEquine Supply\r\n(931) 684-0496\r\n<a href="http://www.ehorseequipment.com" target="_blank">www.ehorseequipment.com</a>\r\n\r\n<h6>Zoomed Laboratories</h6>\r\nHerpetological Supplies\r\n(805) 542-9988  FAX (805) 542-9295\r\n<a href="http://www.zoomed.com/" target="_blank">www.zoomed.com</a>\r\nemail: <a href="mailto:zoomed@zoomed.com">zoomed@zoomed.com</a>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Related Sites</h4>\r\nThe AAZK, Inc. provides links to other sites as a convenience to users of the AAZK Enrichment Site, and does not necessarily endorse or take any responsibility for the content of these sites.\r\n\r\n<ul>\r\n    <li><a target="_blank" href="http://www.enrichment.org/">"The Shape of Enrichment"</a></li>\r\n    <li><a target="_blank" href="https://awionline.org/">Primate Enrichment Bibliography</a></li>\r\n    <li><a target="_blank" href="http://www.arkanimals.com/ark/e_index.html">E is for Enrichment</a></li>\r\n    <li><a target="_blank" href="http://www.brown.edu/Research/Primate/enrich.html">An Index of Laboratory Animal Enrichment Articles</a></li>\r\n    <li><a target="_blank" href="http://www.fortworthzoo.org/">The Fort Worth Zoo presents Enrichment Online</a></li>\r\n    <li><a target="_blank" href="http://www.animalenrichment.org/">Disney\'s Animal Kingdom: Animal Enrichment Programs</a></li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n\r\n<div id="inner-links"></div>', 'Enrichment Suppliers', 0, '', 'publish', 'closed', 'closed', '', 'suppliers', '', '', '2014-02-05 13:50:09', '2014-02-05 18:50:09', '', 192, 'http://dev.aazk.org/?page_id=324', 2, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3658, 1, '2013-10-29 10:53:49', '2013-10-29 15:53:49', '<h4>Absolute Primate Enrichment Systems</h4>\r\nEnrichment devices for primates\r\n(817) 228-2281\r\n<a href="http://www.absoluteprimate.com" target="_blank">www.absoluteprimate.com</a>\r\n\r\n<h4>American Excelsior Company</h4>\r\nWoodwool Substrates\r\n(800) 326-3626\r\n<a href="http://www.amerexcel.com/" target="_blank">www.amerexcel.com</a>\r\n\r\n<h4>Animal Management Resources</h4>\r\n(910) 246-6263\r\n<a href="http://www.mytrainingstore.com" target="_blank">www.mytrainingstore.com</a>\r\nemail: <a href="mailto:meg@mytrainingstore.com">meg@mytrainingstore.com</a></li>\r\n\r\n<h4><strong>Aussie Dog Products</h4>\r\nEnrichment devices for dogs, horses and zoo animals\r\n+61 (0)3 9752-3336  FAX +61 (0)3 9758-3020\r\n<a href="http://www.aussiedog.com.au" target="_blank">www.aussiedog.com.au</a>\r\n\r\n<h4>BCI Burke Co., Inc.</h4>\r\nPlayground Structures\r\n800-266-1250 FAX  (414) 921-9566\r\nemail: <a href="mailto:info@bciburke.com">info@bciburke.com</a>\r\n<a href="http://www.bciburke.com/">www.bciburke.com</a>\r\n\r\n<h4>Bio-Serve</h4>\r\nEnrichment devices for primates, dogs, pigs, rodents\r\n(908) 996-2155 FAX  (908) 996-4123\r\n<a href="http://www.bio-serv.com">www.bio-serv.com</a>\r\n\r\nBirds Just Wanna Have Fun\r\nBird toys\r\n1-800-246-1018 or (512) 401-0536\r\nE-mail: <a href="mailto:info@birdsjustwannahavefun.com">info@birdsjustwannahavefun.com</a>\r\n<a href="http://www.birdsjustwannahavefun.com/">www.birdsjustwannahavefun.com</a>\r\n\r\nBoomer Ball®, Inc.\r\nEnrichment devices for zoo animals\r\n(888) 858-9529  or (847) 546-6125\r\nFAX (800) 858-9529  or (847) 546-6185\r\n\r\nBusy Beaks\r\nBird toys\r\n<a href="http://www.busybeaks.com" target="_blank">www.busybeaks.com</a>\r\n458 Lucher Rd.\r\nWillis, TX 77378\r\n(936)344-8400 (phone)\r\n(936)344-8406 (fax)\r\n<a href="mailto:BusyBeaksToys@aol.com">BusyBeaksToys@aol.com</a>\r\n\r\nThe Caning Company\r\nGourds\r\n(800) 544-3373\r\n<a href="http://www.caning.com/" target="_blank">www.caning.com</a>\r\n\r\nChoppers Toys/Design-Rite Products\r\n101 North 55th Street Unit #4\r\nPhoenix AZ 85034\r\n(480) 945-8406\r\n<a href="http://www.chopperstoys.com/" target="_blank">www.chopperstoys.com</a>\r\n\r\nDesert Plastics\r\n2401A Phoenix, NE\r\nAlbuquerque, NM 87107\r\nPhone: (505) 884-3889\r\nFax: (505) 884-3932\r\n<a href="http://www.desertplastics-abq.com/" target="_blank">www.desertplastics-abq.com</a>\r\n\r\nDoctors Fosters Smith\r\nPet Supply\r\n(800) 826-7206\r\n<a href="http://www.drsfostersmith.com/" target="_blank">www.drsfostersmith.com</a>\r\n\r\nDuracast Products, Inc.\r\nPlastic enrichment products\r\n(800) 683-4116  FAX (863) 638-2443\r\n<a href="http://www.duracast.com" target="_blank">http://www.duracast.com</a>\r\n\r\nEdible Landscaping\r\nEdible Plants\r\n800-524-4156 FAX  (434) 361-1916\r\n<a href="http://www.eat-it.com/" target="_blank">www.eat-it.com </a>\r\n\r\nE Street Plastics\r\nAcrylic mirrors, plexi and lexan\r\n(972) 207-0936\r\n<a href="http://www.estreetplastics.com" target="_blank">www.estreetplastics.com</a>\r\nemail: <a href="mailto:sales@estreetplastics.com">sales@estreetplastics.com</a>\r\n\r\nEthical, Inc.\r\nVinyl chew toys, squish balls\r\n(973) 484-1000\r\n<a href="http://www.ethicalpet.com/" target="_blank">www.ethicalpet.com</a>\r\n\r\nExotic Creations\r\nBird Toys\r\n(612) 785-0376\r\n<a href="http://www.exoticreations.com" target="_blank">www.exoticreations.com</a>\r\n\r\nFauna-Tek\r\nNew England Exotics, Inc.\r\n71 Michaels Rd.\r\nWells, ME 04090\r\n207-646-7173\r\n<a href="http://www.fauna-tek.net" target="_blank">www.fauna-tek.net</a>\r\n\r\nFluker Farms\r\nHerpetological Supplies\r\n(800) 735-8537\r\n<a href="http://www.flukerfarms.com" target="_blank">www.flukerfarms.com</a>\r\n\r\nInjoy Coursing Equipment\r\nCoursing Lures\r\n(802) 425-3691 FAX  (802) 425-4468\r\n<a href="http://www.injoy-1.com" target="_blank">www.injoy-1.com</a>\r\n\r\nInternational Cordage\r\nRope Structures\r\n(602) 252-3155\r\nFAX  (602) 252-3053\r\n<a href="http://www.internationalcordage.com/" target="_blank">www.internationalcordage.com</a>\r\n\r\nJeffer’s Pet Supply\r\nPet &amp; livestock supplies\r\n(800) 533-3377\r\n<a href="http://www.jefferspet.com" target="_blank">www.jefferspet.com</a>\r\n<a href="http://www.jefferslivestock.com" target="_blank">www.jefferslivestock.com</a>\r\n\r\nJolly Pets\r\nHorseman’s Pride\r\nHeavy duty plastic toys\r\n10008 State Rt. 43\r\nStreetsboro, OH. 44241\r\n<a href="http://www.jollypets.com/HorsemenHome.html" target="_blank">http://www.jollypets.com/HorsemenHome.html</a>\r\nemail: <a href="mailto:cservice@jollypets.com">cservice@jollypets.com</a>\r\n\r\nThe Kong Company\r\nKong toys\r\n16191 Table Mountain Parkway\r\nGolden, CO 80403\r\n(303)  216-2626\r\n<a href="http://www.kongcompany.com/" target="_blank">http://www.kongcompany.com/</a>\r\n\r\nKracor, Inc.\r\nPlastic enrichment feeders &amp; toys\r\n(800) 255-6335\r\n<a href="http://www.kracor.com" target="_blank">www.kracor.com</a>\r\nemail:  <a href="mailto:custormerservice@kracor.com">custormerservice@kracor.com</a>\r\n\r\nThe Larson Company\r\n"The Stump" enrichment  device\r\n(520) 294-3900 FAX  (520) 741-7930\r\n<a href="http://www.larson-usa.com" target="_blank">www.larson-usa.com</a>\r\n\r\nLeather Elves\r\nEnrichment devices for birds &amp; zoo animals\r\n(781) 331-8557\r\n<a href="http://www.theleatherelves.com" target="_blank">www.theleatherelves.com</a>\r\n\r\nLomir Primate Enrichment Technologies\r\nPrimate enrichment products\r\n(877) 425-3604\r\n<a href="http://www.lomir.com/pet" target="_blank">www.lomir.com/pet</a>\r\n\r\nOmaha Vaccine Company\r\nPet Supplies\r\n800-367-4444\r\nFAX 800-242-9447\r\n<a href="http://www.omahavaccine.com/" target="_blank">www.omahavaccine.com</a>\r\n\r\nOtto Environmental\r\nEnrichment devices for zoo animals\r\n(414) 358-1001\r\n<a href="http://www.ottoenvironmental.com/" target="_blank">www.ottoenvironmental.com</a>\r\n\r\nPacific Fibre and Rope Co., Inc.\r\nCargo nets and rope ladders\r\nFAX (310) 835-6781\r\n<a href="http://www.pacificfibre.com/" target="_blank">www.pacificfibre.com</a>\r\nemail: <a href="mailto:pacfib@worldnet.att.net">pacfib@worldnet.att.net</a>\r\n\r\nPrimate Products\r\n<a href="http://www.primateproducts.com" target="_blank">www.primateproducts.com </a>\r\n\r\nPetsMart\r\n19601 N. 27th    Ave.\r\nPhoenix,  AZ. 85027\r\n(800) 738-1385\r\nPet supplies: <a href="http://www.petsmart.com/" target="_blank">www.petsmart.com</a>\r\n\r\nRotonics\r\nCustom rotational plastics molding &amp; buoys\r\n(800) 351-1363\r\n<a href="http://www.rotonics.com" target="_blank">www.rotonics.com</a>\r\nemail: <a href="mailto:buoys@rotonics.com">buoys@rotonics.com</a>\r\n\r\nSafari Thatch, Inc.\r\nBamboo Products\r\n(954) 564-0059\r\nFAX (954) 564-7431\r\n<a href="http://www.safarithatch.com/" target="_blank">www.safarithatch.com</a>\r\n\r\nSanctuary Supplies\r\n4300 Pletzer Blvd.\r\nRootstown, OH. 44272\r\n(877) 886-1992\r\n<a href="http://www.sanctuarysupplies.com" target="_blank">www.sanctuarysupplies.com</a>\r\n\r\nSeeds of Change\r\nOrganic seeds for edible plants\r\nFAX (505) 438-7052\r\n<a href="http://www.seedsofchange.com/" target="_blank">www.seedsofchange.com</a>\r\n\r\nSINCO Group, Inc.\r\nCargo Nets\r\nFAX (860) 632-1509\r\n<a href="http://www.sinco.com/" target="_blank">www.sinco.com</a>\r\nemail: <a href="mailto:sales@sincosala.com">sales@sincosala.com</a>\r\n\r\nSitStay\r\nTraining Clickers\r\nFAX (402) 467-5055\r\n<a href="http://www.sitstay.com/" target="_blank">www.sitstay.com</a>\r\n\r\nStarBird\r\nZoo Enrichment\r\n(310) 489-8868\r\nFAX (310) 828-5129\r\n<a href="http://www.estarbird.com/" target="_blank">www.estarbird.com</a>\r\n\r\nSweeney Enterprises, Inc.\r\nAutomatic Feeders\r\n(800) 443-4244\r\nFAX (800) 337-5017\r\n<a href="http://www.sweeneyfeeders.com" target="_blank">www.sweeneyfeeders.com</a>\r\n\r\nThat Pet Place\r\n<a href="http://www.thatpetplace.com" target="_blank">www.thatpetplace.com </a>\r\n\r\nTwin Leather Company\r\nBird toy parts and supplies\r\n(508) 583-3485\r\nFAX (508) 586-4501\r\n<a href="http://www.twinleather.com/" target="_blank">www.twinleather.com</a>\r\nemail: <a href="mailto:sales@twinleather.com">sales@twinleather.com</a>\r\n\r\nValentine Inc.\r\nZoological supplies\r\nFAX  (239) 645 4682\r\n<a href="http://www.valentineinc.com/" target="_blank">www.valentineinc.com</a>\r\n\r\nWelburn Gourd Farm\r\nGourds\r\n(760)728-4271\r\n<a href="http://www.welburngourdfarm.com" target="_blank">www.welburngourdfarm.com</a>\r\n\r\nWorld Champion Horse Equipment\r\nEquine Supply\r\n(931) 684-0496\r\n<a href="http://www.ehorseequipment.com" target="_blank">www.ehorseequipment.com</a>\r\n\r\nZoomed Laboratories\r\nHerpetological Supplies\r\n(805) 542-9988  FAX (805) 542-9295\r\n<a href="http://www.zoomed.com/" target="_blank">www.zoomed.com</a>\r\nemail: <a href="mailto:zoomed@zoomed.com">zoomed@zoomed.com</a>\r\n\r\n<div id="inner-links"></div>', 'Enrichment Suppliers', 0, '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2013-10-29 10:53:49', '2013-10-29 15:53:49', '', 324, 'http://web3.gowebsolutions.com/~aazook/324-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (325, 1, '2009-05-31 14:23:51', '2009-05-31 19:23:51', '', 'Suppliers', 0, '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2009-05-31 14:23:51', '2009-05-31 19:23:51', '', 324, 'http://dev.aazk.org/uncategorized/324-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1864, 2, '2011-02-17 15:19:03', '2011-02-17 20:19:03', '<ul style="text-align: left;">\r\n	<li><strong>Absolute Primate Enrichment Systems</strong>\r\nEnrichment devices for primates\r\n(817) 228-2281\r\n<a href="http://www.absoluteprimate.com ">www.absoluteprimate.com</a></li>\r\n	<li><strong>American Excelsior Company</strong>\r\nWoodwool Substrates\r\n(800) 326-3626\r\n\r\n<a href="http://www.amerexcel.com/">www.amerexcel.com</a></li>\r\n	<li><strong>Animal Management Resources</strong>\r\n(910) 246-6263\r\n<a href="http://www.mytrainingstore.com">www.mytrainingstore.com</a>\r\nemail: <a href="mailto:meg@mytrainingstore.com">meg@mytrainingstore.com</a></li>\r\n</ul>\r\n<ul>\r\n	<li><strong>Aussie Dog Products</strong>\r\nEnrichment devices for dogs, horses and zoo animals\r\n+61 (0)3 9752-3336  FAX +61 (0)3 9758-3020\r\n<a href="http://www.aussiedog.com.au">www.aussiedog.com.au</a></li>\r\n\r\n	<li><strong>BCI Burke Co., Inc.</strong>\r\nPlayground Structures\r\n800-266-1250 FAX  (414) 921-9566\r\n\r\nemail: <a href="mailto:info@bciburke.com">info@bciburke.com</a>\r\n<a href="http://www.bciburke.com/">www.bciburke.com</a></li>\r\n	<li><strong>Bio-Serve</strong>\r\nEnrichment devices for primates, dogs, pigs, rodents\r\n(908) 996-2155 FAX  (908) 996-4123\r\n\r\n<a href="http://www.bio-serv.com">www.bio-serv.com</a></li>\r\n	<li><strong>Birds Just Wanna Have Fun</strong>\r\nBird toys\r\n1-800-246-1018 or (512) 401-0536\r\n\r\nE-mail: <a href="mailto:info@birdsjustwannahavefun.com">info@birdsjustwannahavefun.com</a>\r\n<a href="http://www.birdsjustwannahavefun.com/">www.birdsjustwannahavefun.com</a></li>\r\n	<li><strong>Boomer Ball®, Inc.</strong>\r\nEnrichment devices for zoo animals\r\n(888) 858-9529  or (847) 546-6125\r\nFAX (800) 858-9529  or (847) 546-6185</li>\r\n	<li><strong>Busy Beaks</strong> (toys for birds)\r\n<a href="http://www.busybeaks.com">www.busybeaks.com</a>\r\n458 Lucher Rd.\r\nWillis, TX 77378\r\n(936)344-8400 (phone)\r\n(936)344-8406 (fax)\r\n<a href="mailto:BusyBeaksToys@aol.com">BusyBeaksToys@aol.com</a></li>\r\n	<li><strong>The Caning Company</strong>\r\nGourds\r\n(800) 544-3373\r\n\r\n<a href="http://www.caning.com/">www.caning.com</a></li>\r\n	<li><strong>Choppers Toys/Design-Rite Products</strong>\r\n101 North 55th    Street Unit #4\r\nPhoenix AZ 85034\r\n(480) 945-8406\r\n\r\n<a href="http://www.chopperstoys.com/">www.chopperstoys.com</a></li>\r\n	<li><strong>Desert Plastics</strong>\r\n2401A Phoenix, NE\r\nAlbuquerque, NM 87107\r\nPhone: (505) 884-3889\r\nFax: (505) 884-3932\r\n\r\n<a href="http://www.desertplastics-abq.com/">www.desertplastics-abq.com</a></li>\r\n	<li><strong>Doctors Fosters Smith</strong>\r\nPet Supply\r\n(800) 826-7206\r\n\r\n<a href="http://www.drsfostersmith.com/">www.drsfostersmith.com</a></li>\r\n	<li><strong>Duracast Products, Inc.</strong>\r\nPlastic enrichment products\r\n(800) 683-4116  FAX (863) 638-2443\r\n\r\n<a href="http://www.duracast.com">http://www.duracast.com</a></li>\r\n	<li><strong>Edible Landscaping</strong>\r\nEdible Plants\r\n800-524-4156 FAX  (434) 361-1916\r\n\r\n<a href="http://www.eat-it.com/">www.eat-it.com </a></li>\r\n	<li><strong>Ethical, Inc.</strong>\r\nVinyl chew toys, squish balls\r\n(973) 484-1000\r\n\r\n<a href="http://www.ethicalpet.com/">www.ethicalpet.com</a></li>\r\n	<li><strong>Exotic Creations</strong>\r\nBird Toys\r\n(612) 785-0376\r\n\r\n<a href="http://www.exoticreations.com">www.exoticreations.com</a></li>\r\n	<li><strong>Fauna-Tek</strong>\r\nNew England Exotics, Inc.\r\n71 Michaels Rd.\r\nWells, ME 04090\r\n207-646-7173\r\n\r\n<a href="http://www.fauna-tek.com/">www.fauna-tek.com</a></li>\r\n	<li><strong>Fluker Farms</strong>\r\nHerpetological Supplies\r\n(800) 735-8537\r\n\r\n<a href="http://www.flukerfarms.com">www.flukerfarms.com</a></li>\r\n	<li><strong>Injoy Coursing Equipment</strong>\r\nCoursing Lures\r\n(802) 425-3691 FAX  (802) 425-4468\r\n\r\n<a href="http://www.injoy-1.com">www.injoy-1.com</a></li>\r\n	<li><strong>International Cordage</strong>\r\nRope Structures\r\n(602) 252-3155\r\nFAX  (602) 252-3053\r\n\r\n<a href="http://www.internationalcordage.com/">www.internationalcordage.com</a></li>\r\n	<li><strong>Jeffer’s Pet Supply</strong>\r\nPet &amp; livestock supplies\r\n(800) 533-3377\r\n\r\n<a href="http://www.jefferspet.com">www.jefferspet.com</a>\r\n<a href="http://www.jefferslivestock.com">www.jefferslivestock.com</a></li>\r\n	<li><strong>Jolly Pets</strong>\r\nHorsemen\'s Pride Incorporated\r\n219 South Sycamore Street\r\nRavenna, Ohio 44266\r\n1-800-232-7950\r\n\r\n<a href="http://www.sportote.com/html/Zoo.html">http://www.sportote.com/html/Zoo.html</a>\r\nHeavy duty plastic balls</li>\r\n	<li><strong>The Kong Company</strong>\r\nKong toys\r\n16191 Table Mountain Parkway\r\nGolden, CO 80403\r\n(303)  216-2626\r\n\r\n<a href="http://www.kongcompany.com/">http://www.kongcompany.com/</a></li>\r\n	<li><strong>Kracor, Inc.</strong>\r\nPlastic enrichment feeders &amp; toys\r\n(800) 255-6335\r\n\r\n<a href="http://www.kracor.com">www.kracor.com</a>\r\nemail:  <a href="mailto:custormerservice@kracor.com">custormerservice@kracor.com</a></li>\r\n	<li><strong>The Larson Company</strong>\r\n"The Stump" enrichment  device\r\n(520) 294-3900 FAX  (520) 741-7930\r\n\r\n<a href="http://www.larson-usa.com">www.larson-usa.com</a></li>\r\n	<li><strong>Leather Elves</strong>\r\nEnrichment devices for birds &amp; zoo animals\r\n(781) 331-8557\r\n\r\n<a href="http://www.theleatherelves.com">www.theleatherelves.com</a></li>\r\n	<li><strong>Lomir Primate Enrichment Technologies</strong>\r\nPrimate enrichment products\r\n(877) 425-3604\r\n\r\n<a href="http://www.lomir.com/pet">www.lomir.com/pet</a></li>\r\n	<li><strong>Omaha Vaccine Company</strong>\r\nPet Supplies\r\n800-367-4444\r\nFAX 800-242-9447\r\n\r\n<a href="http://www.omahavaccine.com/">www.omahavaccine.com</a></li>\r\n	<li><strong>Otto Environmental</strong>\r\nEnrichment devices for zoo animals\r\n(414) 358-1001\r\n\r\n<a href="http://www.ottoenvironmental.com/">www.ottoenvironmental.com</a></li>\r\n	<li><strong>Pacific Fibre and Rope Co., Inc.</strong>\r\nCargo nets and rope ladders\r\nFAX (310) 835-6781\r\n\r\n<a href="http://www.pacificfibre.com/">www.pacificfibre.com</a>\r\nemail: <a href="mailto:pacfib@worldnet.att.net">pacfib@worldnet.att.net</a></li>\r\n	<li><strong>Primate Products</strong>\r\nEnrichment devices for primates\r\n(305) 471-9557\r\n\r\n<a href="http://www.primateproducts.com/enrichment/htm">www.primateproducts.com/enrichment/htm</a></li>\r\n	<li><strong>PetsMart</strong>\r\n19601 N. 27th    Ave.\r\nPhoenix,  AZ. 85027\r\n(800) 738-1385\r\nPet supplies\r\n\r\n<a href="http://www.petsmart.com/">www.petsmart.com</a></li>\r\n	<li><strong>Safari Thatch, Inc.</strong>\r\nBamboo Products\r\n(954) 564-0059\r\nFAX (954) 564-7431\r\n\r\n<a href="http://www.safarithatch.com/">www.safarithatch.com</a></li>\r\n	<li><strong>Sanctuary Supplies</strong>\r\n4300 Pletzer    Blvd.\r\nRootstown,   OH. 44272\r\n(877) 886-1992\r\n\r\n<a href="http://www.santuarysupplies.com/">www.santuarysupplies.com</a></li>\r\n	<li><strong>Seeds of Change</strong>\r\nOrganic seeds for edible plants\r\nFAX (505) 438-7052\r\n\r\n<a href="http://www.seedsofchange.com/">www.seedsofchange.com</a></li>\r\n	<li><strong>SINCO Group, Inc.</strong>\r\nCargo Nets\r\nFAX (860) 632-1509\r\n\r\n<a href="http://www.sinco.com/">www.sinco.com</a>\r\nemail: <a href="mailto:sales@sincosala.com">sales@sincosala.com</a></li>\r\n	<li><strong>SitStay</strong>\r\nTraining Clickers\r\nFAX (402) 467-5055\r\n\r\n<a href="http://www.sitstay.com/">www.sitstay.com</a></li>\r\n	<li><strong>StarBird</strong>\r\nZoo Enrichment\r\n(310) 489-8868\r\nFAX (310) 828-5129\r\n\r\n<a href="http://www.estarbird.com/">www.estarbird.com</a></li>\r\n	<li><strong>Sweeney Enterprises, Inc.</strong>\r\nAutomatic Feeders\r\n(800) 443-4244\r\nFAX (800) 337-5017\r\n\r\n<a href="http://www.sweeneyfeeders.com">www.sweeneyfeeders.com</a></li>\r\n	<li><strong>That Fish Place  and Pet Place</strong>\r\nAquarium Supplies\r\nFAX (800) 786-3829\r\n\r\n<a href="http://www.thatpetplace.com/intro/mainf.html">www.thatpetplace.com/intro/mainf.html</a></li>\r\n	<li><strong>Toys for Habitats/Rotocast</strong>\r\nHeavy duty plastic balls\r\n(800) 537-8888 or (865) 522-9902 FAX (865) 524-0170\r\n\r\n<a href="http://www.rotonics.com/">www.rotonics.com</a>\r\n<a href="http://www.rotonics.com/petcast/habitat.pdf">www.rotonics.com/petcast/habitat.pdf</a>\r\nemail: <a href="mailto:tennesseee@rotonics.com">tennesseee@rotonics.com</a></li>\r\n	<li><strong>Twin Leather Company</strong>\r\nBird toy parts and supplies\r\n(508) 583-3485\r\nFAX (508) 586-4501\r\n\r\n<a href="http://www.twinleather.com/">www.twinleather.com</a>\r\nemail: <a href="mailto:sales@twinleather.com">sales@twinleather.com</a></li>\r\n	<li><strong>Valentine Herpetological Supplies</strong>\r\nHerpetological Supplies\r\n800-438-7883\r\nFAX (630) 243-8882\r\n\r\n<a href="http://www.valentineinc.com/">www.valentineinc.com</a></li>\r\n	<li><strong>Welburn Gourd Farm</strong>\r\nGourds\r\n(760)728-4271\r\n\r\n<a href="http://www.welburngourdfarm.com">www.welburngourdfarm.com</a></li>\r\n	<li><strong>World Champion Horse Equipment</strong>\r\nEquine Supply\r\n(931) 684-0496\r\n\r\n<a href="http://www.ehorseequipment.com">www.ehorseequipment.com</a></li>\r\n	<li><strong>Zoomed Laboratories</strong>\r\nHerpetological Supplies\r\n(805) 542-9988  FAX (805) 542-9295\r\n\r\n<a href="http://www.zoomed.com/">www.zoomed.com</a>\r\nemail: <a href="mailto:zoomed@zoomed.com">zoomed@zoomed.com</a></li>\r\n</ul>', 'Enrichment Suppliers', 0, '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2011-02-17 15:19:03', '2011-02-17 20:19:03', '', 324, 'http://aazk.org/uncategorized/324-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (326, 1, '2009-05-31 14:24:13', '2009-05-31 19:24:13', '<ul>\r\n	<li><p><strong>American Excelsior Company</strong> <br />\r\n      Woodwool Substrates <br />\r\n      (800) 326-3626 </p>\r\n      \r\n      <p><a href="http://www.amerexcel.com/">www.amerexcel.com</a></p></li>\r\n\r\n  <li><p><strong>Animal Management Resources</strong><br />\r\n      Training and enrichment gear<br />\r\n      (708) 352-3636 (office)  (708) 369- 3626 (mobile)</p>\r\n      \r\n      <p><a href="http://www.amrchicago.com">www.amrchicago.com</a><br />\r\n      email: <a href="mailto:meg@amrchicago.com">meg@amrchicago.com</a></p></li>\r\n      \r\n  <li><p><strong>Aussie Dog Products</strong><br />\r\n      Enrichment devices for dogs, horses and zoo animals<br />\r\n      +61 (0)3 9752-3336  FAX +61 (0)3 9758-3020</p>\r\n      \r\n      <p><a href="http://www.aussiedog.com.au">www.aussiedog.com.au</a></p></li>\r\n      \r\n  <li><p><strong>BCI Burke Co., Inc.</strong><br />\r\n      Playground Structures<br />\r\n      800-266-1250 FAX  (414) 921-9566</p>\r\n      \r\n      <p>email: <a href="mailto:info@bciburke.com">info@bciburke.com</a><br />\r\n      <a href="http://www.bciburke.com/">www.bciburke.com</a></p></li>\r\n      \r\n  <li><p><strong>Bio-Serve</strong><br />\r\n      Enrichment devices for primates, dogs, pigs, rodents<br />\r\n      (908) 996-2155 FAX  (908) 996-4123</p>\r\n      \r\n      <p><a href="http://www.bio-serv.com">www.bio-serv.com</a></p></li>\r\n      \r\n  <li><p><strong>Birds Just Wanna Have Fun</strong><br />\r\n      Bird toys<br />\r\n      1-800-246-1018 or (512) 401-0536</p>\r\n      \r\n      <p>E-mail: <a href="mailto:info@birdsjustwannahavefun.com">info@birdsjustwannahavefun.com</a> <br />\r\n      <a href="http://www.birdsjustwannahavefun.com/">www.birdsjustwannahavefun.com</a></p></li>\r\n      \r\n  <li><p><strong>Boomer Ball®, Inc.</strong><br />\r\n      Enrichment devices for zoo animals<br />\r\n      (888) 858-9529  or (847) 546-6125<br />\r\n      FAX (800) 858-9529  or (847) 546-6185</p></li>\r\n      \r\n  <li><p><strong>The Caning Company</strong><br />\r\n      Gourds<br />\r\n      (800) 544-3373</p>\r\n      \r\n      <p><a href="http://www.caning.com/">www.caning.com</a></p></li>\r\n\r\n  <li><p><strong>Choppers Toys/Design-Rite Products</strong><br />\r\n      101 North 55th    Street Unit #4 <br />\r\n      Phoenix AZ 85034 <br />\r\n      (480) 945-8406</p>\r\n      \r\n      <p><a href="http://www.chopperstoys.com/">www.chopperstoys.com</a></p></li>\r\n  \r\n  <li><p><strong>Desert Plastics</strong><br />\r\n      2401A Phoenix, NE<br />\r\n      Albuquerque, NM 87107<br />\r\n      Phone: (505) 884-3889<br />\r\n      Fax: (505) 884-3932</p>\r\n      \r\n      <p><a href="http://www.desertplastics-abq.com/">www.desertplastics-abq.com</a></p></li>\r\n  \r\n  <li><p><strong>Doctors Fosters Smith</strong><br />\r\n      Pet Supply<br />\r\n      (800) 826-7206</p>\r\n      \r\n      <p><a href="http://www.drsfostersmith.com/">www.drsfostersmith.com</a></p></li>\r\n  \r\n  <li><p><strong>Duracast Products, Inc.</strong><br />\r\n      Plastic enrichment products<br />\r\n      (800) 683-4116  FAX (863) 638-2443</p>\r\n      \r\n      <p><a href="http://www.duracast.com">http://www.duracast.com</a></p></li>\r\n\r\n  <li><p><strong>Edible Landscaping</strong><br />\r\n      Edible Plants<br />\r\n      800-524-4156 FAX  (434) 361-1916</p>\r\n      \r\n      <p><a href="http://www.eat-it.com/">www.eat-it.com </a> </p></li>\r\n\r\n  <li><p><strong>Ethical, Inc.</strong> <br />\r\n      Vinyl chew toys, squish balls <br />\r\n      (973) 484-1000</p>\r\n      \r\n      <p><a href="http://www.ethicalpet.com/">www.ethicalpet.com</a></p></li>\r\n\r\n  <li><p><strong>Exotic Creations</strong> <br />\r\n      Bird Toys <br />\r\n      (612) 785-0376</p>\r\n      \r\n      <p><a href="http://www.exoticreations.com">www.exoticreations.com</a></p></li>\r\n\r\n  <li><p><strong>Fauna-Tek</strong><br />\r\n      New England Exotics, Inc.<br />\r\n      71 Michaels Rd.<br />\r\n      Wells, ME 04090<br />\r\n      207-646-7173</p>\r\n      \r\n      <p><a href="http://www.fauna-tek.com/">www.fauna-tek.com</a></p></li>\r\n      \r\n  <li><p><strong>Fluker Farms</strong><br />\r\n      Herpetological Supplies <br />\r\n      (800) 735-8537</p>\r\n      \r\n      <p><a href="http://www.flukerfarms.com">www.flukerfarms.com</a></p></li>\r\n      \r\n  <li><p><strong>Injoy Coursing Equipment</strong><br />\r\n      Coursing Lures <br />\r\n      (802) 425-3691 FAX  (802) 425-4468</p>\r\n      \r\n      <p> <a href="http://www.injoy-1.com">www.injoy-1.com</a> </p></li>\r\n      \r\n  <li><p><strong>International Cordage</strong> <br />\r\n      Rope Structures <br />\r\n      (602) 252-3155<br />\r\n      FAX  (602) 252-3053</p>\r\n      \r\n      <p><a href="http://www.internationalcordage.com/">www.internationalcordage.com</a> </p></li>\r\n      \r\n  <li><p><strong>Jeffer’s Pet Supply</strong> <br />\r\n      Pet &amp; livestock supplies <br />\r\n      (800) 533-3377</p>\r\n      \r\n      <p><a href="http://www.jefferspet.com">www.jefferspet.com</a><br />\r\n      <a href="http://www.jefferslivestock.com">www.jefferslivestock.com</a></p></li>\r\n      \r\n  <li><p><strong>Jolly Pets</strong> <br />\r\n      Horsemen\'s Pride Incorporated<br />\r\n      219 South Sycamore Street<br />\r\n      Ravenna, Ohio 44266<br />\r\n      1-800-232-7950</p>\r\n      \r\n      <p><a href="http://www.sportote.com/html/Zoo.html">http://www.sportote.com/html/Zoo.html</a><br />\r\n      Heavy duty plastic balls</p></li>\r\n      \r\n  <li><p><strong>The Kong Company</strong><br />\r\n      Kong toys<br />\r\n      16191 Table Mountain Parkway<br />\r\n      Golden, CO 80403<br />\r\n      (303)  216-2626</p>\r\n      \r\n      <p><a href="http://www.kongcompany.com/">http://www.kongcompany.com/</a></p></li>\r\n\r\n  <li><p><strong>Kracor, Inc.</strong> <br />\r\n      Plastic enrichment feeders &amp; toys <br />\r\n      (800) 255-6335</p>\r\n      \r\n      <p><a href="http://www.kracor.com">www.kracor.com</a> <br />\r\n      email:  <a href="mailto:custormerservice@kracor.com">custormerservice@kracor.com</a></p></li>\r\n      \r\n  <li><p><strong>The Larson Company</strong> <br />\r\n      "The Stump" enrichment  device <br />\r\n      (520) 294-3900 FAX  (520) 741-7930</p>\r\n      \r\n      <p><a href="http://www.larson-usa.com">www.larson-usa.com</a> </p></li>\r\n      \r\n  <li><p><strong>Leather Elves</strong> <br />\r\n      Enrichment devices for birds &amp; zoo animals <br />\r\n      (781) 331-8557</p>\r\n      \r\n      <p><a href="http://www.theleatherelves.com">www.theleatherelves.com</a></p></li>\r\n      \r\n  <li><p><strong>Lomir Primate Enrichment Technologies</strong> <br />\r\n      Primate enrichment products <br />\r\n      (877) 425-3604</p>\r\n      \r\n      <p><a href="http://www.lomir.com/pet">www.lomir.com/pet</a> </p></li>\r\n      \r\n  <li><p><strong>Omaha Vaccine Company</strong> <br />\r\n      Pet Supplies<br />\r\n      800-367-4444<br />\r\n      FAX 800-242-9447</p>\r\n      \r\n      <p><a href="http://www.omahavaccine.com/">www.omahavaccine.com</a></p></li>\r\n      \r\n  <li><p><strong>Otto Environmental</strong><br />\r\n      Enrichment devices for zoo animals<br />\r\n      (414) 358-1001</p>\r\n      \r\n      <p><a href="http://www.ottoenvironmental.com/">www.ottoenvironmental.com</a></p></li>\r\n      \r\n  <li><p><strong>Pacific Fibre and Rope Co., Inc.</strong><br />\r\n      Cargo nets and rope ladders<br />\r\n      FAX (310) 835-6781</p>\r\n      \r\n      <p><a href="http://www.pacificfibre.com/">www.pacificfibre.com</a><br />\r\n      email: <a href="mailto:pacfib@worldnet.att.net">pacfib@worldnet.att.net</a></p></li>\r\n      \r\n  <li><p><strong>Primate Products</strong><br />\r\n      Enrichment devices for primates<br />\r\n      (305) 471-9557</p>\r\n      \r\n      <p><a href="http://www.primateproducts.com/enrichment/htm">www.primateproducts.com/enrichment/htm</a></p></li>\r\n      \r\n  <li><p><strong>PetsMart</strong><br />\r\n      19601 N. 27th    Ave.<br />\r\n      Phoenix,  AZ. 85027<br />\r\n      (800) 738-1385<br />\r\n      Pet supplies</p>\r\n      \r\n      <p><a href="http://www.petsmart.com/">www.petsmart.com</a></p></li>\r\n      \r\n  <li><p><strong>Safari Thatch, Inc.</strong><br />\r\n      Bamboo Products<br />\r\n      (954) 564-0059<br />\r\n      FAX (954) 564-7431</p>\r\n      \r\n      <p><a href="http://www.safarithatch.com/">www.safarithatch.com</a></p></li>\r\n      \r\n  <li><p><strong>Sanctuary Supplies</strong><br />\r\n      4300 Pletzer    Blvd.<br />\r\n      Rootstown,   OH. 44272<br />\r\n      (877) 886-1992</p>\r\n      \r\n      <p><a href="http://www.santuarysupplies.com/">www.santuarysupplies.com</a></p></li>\r\n      \r\n  <li><p><strong>Seeds of Change</strong><br />\r\n      Organic seeds for edible plants<br />\r\n      FAX (505) 438-7052</p>\r\n      \r\n      <p><a href="http://www.seedsofchange.com/">www.seedsofchange.com</a></p></li>\r\n      \r\n  <li><p><strong>SINCO Group, Inc.</strong><br />\r\n      Cargo Nets<br />\r\n      FAX (860) 632-1509</p>\r\n      \r\n      <p><a href="http://www.sinco.com/">www.sinco.com</a><br />\r\n      email: <a href="mailto:sales@sincosala.com">sales@sincosala.com</a></p></li>\r\n      \r\n  <li><p><strong>SitStay</strong><br />\r\n      Training Clickers<br />\r\n      FAX (402) 467-5055</p>\r\n      \r\n      <p><a href="http://www.sitstay.com/">www.sitstay.com</a></p></li>\r\n\r\n  <li><p><strong>StarBird</strong> <br />\r\n      Zoo Enrichment<br />\r\n      (310) 489-8868<br />\r\n      FAX (310) 828-5129</p>\r\n      \r\n      <p><a href="http://www.estarbird.com/">www.estarbird.com</a> </p></li>\r\n\r\n  <li><p><strong>Sweeney Enterprises, Inc.</strong><br />\r\n      Automatic Feeders<br />\r\n      (800) 443-4244<br />\r\n      FAX (800) 337-5017</p>\r\n      \r\n      <p><a href="http://www.sweeneyfeeders.com">www.sweeneyfeeders.com</a></p></li>\r\n      \r\n  <li><p><strong>That Fish Place  and Pet Place</strong><br />\r\n      Aquarium Supplies<br />\r\n      FAX (800) 786-3829</p>\r\n      \r\n      <p><a href="http://www.thatpetplace.com/intro/mainf.html">www.thatpetplace.com/intro/mainf.html</a></p></li>\r\n      \r\n  <li><p><strong>Toys for Habitats/Rotocast</strong><br />\r\n      Heavy duty plastic balls<br />\r\n      (800) 537-8888 or (865) 522-9902 FAX (865) 524-0170</p>\r\n      \r\n      <p><a href="http://www.rotonics.com/">www.rotonics.com</a><br />\r\n      <a href="http://www.rotonics.com/petcast/habitat.pdf">www.rotonics.com/petcast/habitat.pdf</a><br />\r\n      email: <a href="mailto:tennesseee@rotonics.com">tennesseee@rotonics.com</a></p></li>\r\n      \r\n  <li><p><strong>Twin Leather Company</strong><br />\r\n      Bird toy parts and supplies<br />\r\n      (508) 583-3485<br />\r\n      FAX (508) 586-4501</p>\r\n      \r\n      <p><a href="http://www.twinleather.com/">www.twinleather.com</a> <br />\r\n      email: <a href="mailto:sales@twinleather.com">sales@twinleather.com</a> </p></li>\r\n      \r\n  <li><p><strong>Valentine Herpetological Supplies</strong> <br />\r\n      Herpetological Supplies<br />\r\n      800-438-7883<br />\r\n      FAX (630) 243-8882</p>\r\n      \r\n      <p><a href="http://www.valentineinc.com/">www.valentineinc.com</a></p></li>\r\n      \r\n  <li><p><strong>Welburn Gourd Farm</strong> <br />\r\n      Gourds <br />\r\n      (760)728-4271</p>\r\n      \r\n      <p><a href="http://www.welburngourdfarm.com">www.welburngourdfarm.com</a> </p></li>\r\n      \r\n  <li><p><strong>World Champion Horse Equipment</strong><br />\r\n      Equine Supply<br />\r\n      (931) 684-0496</p>\r\n      \r\n      <p><a href="http://www.ehorseequipment.com">www.ehorseequipment.com</a> </p></li>\r\n      \r\n  <li><p><strong>Zoomed Laboratories</strong><br />\r\n      Herpetological Supplies<br />\r\n      (805) 542-9988  FAX (805) 542-9295</p>\r\n      \r\n      <p><a href="http://www.zoomed.com/">www.zoomed.com</a><br />\r\n      email: <a href="mailto:zoomed@zoomed.com">zoomed@zoomed.com</a></p></li>\r\n<ul>', 'Enrichment Suppliers', 0, '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2009-05-31 14:24:13', '2009-05-31 19:24:13', '', 324, 'http://dev.aazk.org/uncategorized/324-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (327, 1, '2009-05-31 14:12:08', '2009-05-31 19:12:08', '<p>The Behavioral Husbandry Committee formally came into being in late 2008. It brought together two very different and yet very alike committees, The Animal Training and Enrichment Committees. These were joined at the request of the two individual committees.</p>\r\n\r\n<p>The AAZK Enrichment Committee was founded in 1994 and The Animal Training Committee was founded in 2000. These specialized groups were organized to provide specific resources in the areas of  enrichment and training. The timeliness of their formation filled a growing  need for support as these aspects of animal care evolved into a daily part of husbandry.</p>\r\n\r\n<p>Since the formation of these two  committees, most zoo professionals have found great success in utilizing both  training techniques and enrichment to solve behavioral challenges in captive animals. Many zoos now have a supportive "Behavioral Husbandry Department" or  staff that is dedicated to training, enrichment and animal welfare. Training and enrichment are no longer viewed necessarily as separate entities, but as two branches of behavioral management that are often used in concert. In our effort to stay current with the trends of professional zoo keeping, we have combined the two current committees into one AAZK, Inc. Behavioral Husbandry Committee. The focus of this committee would be training, enrichment and animal welfare.</p>\r\n\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n    <li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n    <li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n    <li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n    <li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n    <li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n    <li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<h3>Projects:</h3>\r\n<ul>\r\n    <li>Partner with other committees to streamline resources and efforts</li>\r\n    <li>Development of new workshops for the annual conference</li>\r\n    <li>Development of training behavior lists for taxonomic groups</li>\r\n    <li>Update the bibliography and resource lists over time</li>\r\n    <li>Surveying the membership to meet needs</li>\r\n    <li>Enhancement of this website</li>\r\n    <li>A database of bibliographies </li>\r\n    <li> Enrichment guidelines for marine mammals and elephants </li>\r\n    <li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<h3>Additional Information</h3>\r\n<ul>\r\n    <li><a href=\'/wp-content/uploads/what_is_animal_training.pdf\'>What is Training?</a></li>\r\n    <li><a href=\'/wp-content/uploads/health_and_safety_considerations.pdf\'>Health and Safety Considerations</a></li>\r\n    <li><a href=\'/wp-content/uploads/training_enrichment_bibliography.pdf\'>Training and Enrichment Bibliography</a></li>\r\n    <li><a href=\'/wp-content/uploads/training_terms_glossary.pdf\'>Glossary of Training Terms</a></li>\r\n    <li><a href=\'/wp-content/uploads/aazk_animal_data_transfer.pdf\'>Animal Data Transfer Form</a></li>\r\n    <li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&NotFlag=1">Training and Enrichment Video Library</a></li>\r\n    <li><a href="/about/committee/behavioral-husbandry/resources/">Resources</a></li>\r\n    <li><a href=\'/wp-content/uploads/risk_assessment_and_safety.pdf\'>Risk Assessment and Safety</a></li>\r\n    <li><a href="/members/bhc.php">Suggested Guidelines for Enrichment</a> (Available only to AAZK Members!)</li>\r\n    <li><a href="/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n    <li><a href="/committees/enrichment/comm_enrichment_suppliers.php">Enrichment Suppliers</a></li>\r\n    <li><a href="/members/bhc.php">Enrichment Day Examples</a> (Available only to AAZK Members!)</li>\r\n    <li><a href="/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2009-05-31 14:12:08', '2009-05-31 19:12:08', '', 192, 'http://dev.aazk.org/uncategorized/192-revision-16/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (328, 2, '2013-07-02 11:11:04', '2013-07-02 16:11:04', '<h3><img class="aligncenter size-full wp-image-1499" title="icz_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/icz_logo.jpg" alt="icz_logo" width="223" height="169" />AAZK Program Representatives</h3>\n<img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /> Norah Farnham         <img class="alignnone size-full wp-image-2758" title="sara_wunder21" src="http://aecetia.net/gws/aazk/wp-content/uploads/sara_wunder21.jpg" alt="sara_wunder21" width="150" height="171" /> Sara Wunder Steward\n\n<em><strong>Purpose</strong></em>\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\n\nThe ICZ evolved from AAZK’s now-extinct International Outreach Committee (IOC). A major accomplishment of the IOC was procuring a travel grant which afforded the opportunity for representatives from 7 of the world’s professional zookeeper associations to meet at the AAZK conference in Columbus Ohio, in 2000.  Since this meeting, the ICZ has grown into an incorporated 501(c) 3 non-profit organization, complete with a Constitution, By- Laws, and 6,000 members from 30 countries.\n\n<strong>ICZ Mission Statement: </strong>\n\n\'The ICZ will build a worldwide network among zookeepers and other professionals in the field of wildlife care and conservation. This exchange of experience and knowledge will improve the professionalism of zookeepers for the benefit of the animals under their care and promote awareness and actions that will contribute to the preservation of wildlife everywhere.\'\n<strong>\nVision Statement:</strong>\n\n\'A global network of zookeepers with the highest standards of professional animal care contributing to a diverse and sustainable natural world where neither wild animals nor their habitats are in danger.\'\n\n<strong>Current membership of the ICZ:</strong>\n- American Association of Zoo Keepers (AAZK)\n- Association of British &amp; Irish Wild Animal Keepers (ABWAK)\n- Australasian Society of Zoo Keeping (ASZK)\n- Asociación Ibérica de Cuidadores de Animales Salvajes (AICAS) (Spain)\n- Association Francophone de Soigneurs Animaliers (AFSA) (France)\n- Berufsverband der Zootierpfleger (BdZ) (Germany)\n- Stichting De Harpij (Netherlands and Belgium)\n-Animal Keepers’ Association of Africa (AKAA)\n-Zookeepers’ Association of the Philippines (ZAP)\n\n<strong>ICZ Steering Committee:</strong>\n\nPresident:  Rolf Veehuizen, De Harpij\nVice President:  Carsten Knott, BdZ\nTreasurer:  Liz Romer, ASZK\nSecretary:  Carla Srb, ASZK\nAAZK Program Representatives:  Norah Farnham &amp; Sara Wunder Steward\nABWAK Representatives:  Richard Barnett &amp; Ross Snipp\nAFSA Representatives:   Virginie Roy &amp; Damien Lerasle\nAICAS Representative:  Albert Pamies &amp; Raul Cabrera\nAKAA Representatives:  Robynn Ingle-Moller &amp; John Werth\nBdZ Representative:  Carsten Knott &amp; Irene Tomaschek\nDe Harpij Representatives:  Dennis Blomjous\nZAP Representatives:  Leo Jonathon Suarez, DVM &amp; Emilia Lastica, DVM\n\n<img class="size-full wp-image-2759 alignnone" title="2012_icz_sc" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_icz_sc.jpg" alt="2012_icz_sc" width="571" height="428" />\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"><span><em>Steering Committee in Singapore 2012</em></span></p>\n\n<em><strong>Strategic Plan:</strong></em>\nThe ICZ’s course through 2016 will be guided by eight Strategic Directions:\n·    Achieve the highest standards of zookeeping globally.\n·    To assist zoos in need of improvement.\n·    Securing the financial growth and stability needed to implement the ICZ’s strategy.\n·    Increasing ICZ\'s visibility and impact.\n·    Improving and developing the ICZ, reflecting the needs of zookeepers, zookeeper associations and zoos needing improvement.\n·    Developing and delivering ICZ’s core conservation activities.\n·    Developing and strengthening ICZ’s external partnerships.\n·    Procure and develop a professional administrative management.\n\n<em><strong>Upcoming:</strong></em>\nThe next ICZ conference will be held in Leipzig, Germany in 2015. Look for exact dates to be announced by Spring 2014.\n\n<img class="alignleft size-full wp-image-2760" title="2012_conf_group" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_conf_group.jpg" alt="2012_conf_group" width="700" height="467" />\n<p style="text-align: center;"></p>\n\n<strong>For more information:</strong>\nCurrently the two AAZK representatives on the ICZ Steering Committee are Norah Farnham and Sara Wunder Steward. You may contact them at:\n\n<a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a>\n<a href="mailto:sara.steward@aecetia.net/gws/aazk">sara.steward@aecetia.net/gws/aazk</a>\n\nPlease visit the ICZ Website at:  <a href="http://www.iczoo.org">www.iczoo.org</a>', 'International Congress of Zookeepers (ICZ)', 0, '', 'inherit', 'closed', 'closed', '', '153-autosave-v1', '', '', '2013-07-02 11:11:04', '2013-07-02 16:11:04', '', 153, 'http://dev.aazk.org/uncategorized/153-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2896, 2, '2013-01-30 09:48:43', '2013-01-30 14:48:43', '<h3><img class="aligncenter size-full wp-image-1499" title="icz_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/icz_logo.jpg" alt="icz_logo" width="223" height="169" />AAZK Representatives</h3>\r\n<img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /> Norah Farnham         <img class="alignnone size-full wp-image-2758" title="sara_wunder21" src="http://aecetia.net/gws/aazk/wp-content/uploads/sara_wunder21.jpg" alt="sara_wunder21" width="150" height="171" /> Sara Wunder Steward\r\n\r\n<em><strong>Purpose</strong></em>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK, Inc., and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n\r\nThe ICZ evolved from AAZK’s International Outreach Committee, or IOC. A major accomplishment of the IOC was procuring a travel grant which afforded the opportunity for representatives from 7 of the world’s professional zookeeper associations to meet at the AAZK conference in Columbus Ohio, in 2000. . Since this meeting, the ICZ has grown into an incorporated 501(c) 3 non-profit organization, complete with a Constitution, By- Laws, and 6,000 members from 30 countries.\r\n\r\n<strong>ICZ Mission Statement: </strong>\r\n\r\n\'The ICZ will build a worldwide network among zookeepers and other professionals in the field of wildlife care and conservation. This exchange of experience and knowledge will improve the professionalism of zookeepers for the benefit of the animals under their care and promote awareness and actions that will contribute to the preservation of wildlife everywhere.\'\r\n<strong>\r\nVision Statement:</strong>\r\n\r\n\'A global network of zookeepers with the highest standards of professional animal care contributing to a diverse and sustainable natural world where neither wild animals nor their habitats are in danger.\'\r\n\r\n<strong>Current membership of the ICZ:</strong>\r\n- American Association of Zoo Keepers (AAZK)\r\n- Association of British &amp; Irish Wild Animal Keepers (ABWAK)\r\n- Australasian Society of Zoo Keeping (ASZK)\r\n- Asociación Ibérica de Cuidadores de Animales Salvajes (AICAS) (Spain)\r\n- Association Francophone de Soigneurs Animaliers (AFSA) (France)\r\n- Berufsverband der Zootierpfleger (BdZ) (Germany)\r\n- Stichting De Harpij (Netherlands and Belgium)\r\n-Animal Keepers’ Association of Africa (AKAA)\r\n-Zookeepers’ Association of the Philippines (ZAP)\r\n\r\n<strong>ICZ Steering Committee:</strong>\r\n\r\nPresident:  Rolf Veehuizen, De Harpij\r\nVice President:  Carsten Knott, BdZ\r\nTreasurer:  Liz Romer, ASZK\r\nSecretary:  Carla Srb, ASZK\r\nAAZK Representative:  Norah Farnham &amp; Sara Wunder Steward\r\nABWAK Representatives:  Richard Barnett &amp; Ross Snipp\r\nAFSA Representatives:   Virginie Roy &amp; Damien Lerasle\r\nAICAS Representative:  Albert Pamies &amp; Raul Cabrera\r\nAKAA Representatives:  Robynn Ingle-Moller &amp; John Werth\r\nBdZ Representative:  Carsten Knott &amp; Irene Tomaschek\r\nDe Harpij Representatives:  Dennis Blomjous\r\nZAP Representatives:  Leo Jonathon Suarez, DVM &amp; Emilia Lastica, DVM\r\n\r\n<img class="size-full wp-image-2759 alignnone" title="2012_icz_sc" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_icz_sc.jpg" alt="2012_icz_sc" width="571" height="428" />\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><span><em>Steering Committee in Singapore 2012</em></span></p>\r\n\r\n<em><strong>Strategic Plan:</strong></em>\r\nThe ICZ’s course through 2016 will be guided by eight Strategic Directions:\r\n·    Achieve the highest standards of zookeeping globally.\r\n·    To assist zoos in need of improvement.\r\n·    Securing the financial growth and stability needed to implement the ICZ’s strategy.\r\n·    Increasing ICZ\'s visibility and impact.\r\n·    Improving and developing the ICZ, reflecting the needs of zookeepers, zookeeper associations and zoos needing improvement.\r\n·    Developing and delivering ICZ’s core conservation activities.\r\n·    Developing and strengthening ICZ’s external partnerships.\r\n·    Procure and develop a professional administrative management.\r\n\r\n<em><strong>Upcoming:</strong></em>\r\nThe next ICZ conference will be held in Leipzig, Germany in 2015. Look for exact dates to be announced by Spring 2014.\r\n\r\n<img class="alignleft size-full wp-image-2760" title="2012_conf_group" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_conf_group.jpg" alt="2012_conf_group" width="700" height="467" />\r\n<p style="text-align: center;"></p>\r\n\r\n<strong>For more information:</strong>\r\nCurrently the two AAZK representatives on the ICZ Steering Committee are Norah Farnham and Sara Wunder Steward. You may contact them at:\r\n\r\n<a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a>\r\n<a href="mailto:sara.steward@aecetia.net/gws/aazk">sara.steward@aecetia.net/gws/aazk</a>\r\n\r\nPlease visit the ICZ Website at:  <a href="http://www.iczoo.org">www.iczoo.org</a>', 'International Congress of Zookeepers (ICZ)', 0, '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2013-01-30 09:48:43', '2013-01-30 14:48:43', '', 153, 'http://aazk.org/uncategorized/153-revision-17/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (329, 1, '2009-05-26 21:59:18', '2009-05-27 02:59:18', '<h3>Purpose</h3>\r\n\r\n<p>The International Outreach Committee (IOC) provides a variety of assistance to our international colleagues, promotes the goals and objective of AAZK, Inc. on an international level, increases awareness of AAZK, Inc., and enhances communication among the world\'s zoo professionals. Ultimately, the IOC\'s purpose is to help improve professional animal care in North America and throughout the world. Traditional functions of the IOC have included keeper workshops, Project M.A.R.C. (Making a Realistic Contribution), and helping keepers in developing countries receive needed supplies.</p>\r\n\r\n<p>The AAZK Board of Directors is seeking a chairperson for this committee. If you are interested in applying for this position, please contact the acting chair:</p>\r\n\r\n<p>Shane Good, IOC Acting Chair</p>\r\n\r\n<p>Cleveland Metroparks Zoo<br>\r\n3900 Wildlife Way<br>\r\nCleveland, OH 44109-3132<br>\r\nEmail: <a href="mailto:sjg@clevelandmetroparks.com">sjg@clevelandmetroparks.com</a></p>', 'International Outreach Committee', 0, '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2009-05-26 21:59:18', '2009-05-27 02:59:18', '', 153, 'http://dev.aazk.org/uncategorized/153-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (332, 1, '2009-05-26 22:08:36', '2009-05-27 03:08:36', '<p>Upcoming AAZK Conferences:</p>\r\n\r\n<ul>\r\n    <li><strong>2009:</strong> Joint AAZK/ICZ Conference in Seattle, WA ­ Woodland Park Zoo - September 24-29, 2009</li>\r\n    <li><strong>2010:</strong> Philadelphia, PA­ Philadelphia Zoo- TBA</li>\r\n    <li><strong>2011:</strong> San Diego, CA - San Diego Zoo - TBA</li>\r\n</ul>', 'Annual AAZK Conferences', 0, '', 'inherit', 'closed', 'closed', '', '160-revision-3', '', '', '2009-05-26 22:08:36', '2009-05-27 03:08:36', '', 160, 'http://dev.aazk.org/uncategorized/160-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (333, 1, '2009-05-31 15:16:39', '2009-05-31 20:16:39', '<h3>Conference Program Chair</h3>\r\n<p>Ed Hansen</p>\r\n\r\n<p>Upcoming AAZK Conferences:</p>\r\n\r\n<ul>\r\n    <li><strong>2009:</strong> Joint AAZK/ICZ Conference in Seattle, WA ­ Woodland Park Zoo - September 24-29, 2009</li>\r\n    <li><strong>2010:</strong> Philadelphia, PA­ Philadelphia Zoo- TBA</li>\r\n    <li><strong>2011:</strong> San Diego, CA - San Diego Zoo - TBA</li>\r\n</ul>', 'Annual AAZK Conferences', 0, '', 'inherit', 'closed', 'closed', '', '160-revision-4', '', '', '2009-05-31 15:16:39', '2009-05-31 20:16:39', '', 160, 'http://dev.aazk.org/uncategorized/160-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (334, 1, '2009-05-28 21:21:32', '2009-05-29 02:21:32', '<p>Grants Committee Chair:<br />\r\nShelly Roach, Columbus Zoo and Aquarium</p>\r\n\r\n<h3>Purpose</h3>\r\n\r\n<p>The purpose of the AAZK Grants Committee is to encourage and support the professional development and conservation involvement of AAZK members. Additionally, AAZK is committed to supporting and encouraging research conducted by members in zoological parks and aquariums.</p>\r\n\r\n<h3>Grants Offered</h3>\r\n\r\n<p><strong><em>(Deadlines for all grants is 01 March)</em></strong></p>\r\n\r\n<h4>The AAZK  Professional Travel Grant</h4>\r\n<p>The AAZK Professional Travel Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.</p>\r\n\r\n<h4>The AAZK/AZA Advances in Animal Keeping Course Grant</h4>\r\n<dd>The AAZK/AZA Advances in Animal Keeping Course Grant is designed to assist AAZK members with costs associated with attending the Advances in Animal Keeping Course offered through AZA.</dd>\r\n\r\n<h4>The AAZK Conservation, Preservation and Restoration Grant</h4>\r\n<p>The purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.</p>\r\n\r\n<h4>The AAZK Research Grant</h4>\r\n<p>The purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.</p>\r\n\r\n<h3>Qualifications</h3>\r\n\r\n<p>Full-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.</p>\r\n\r\n<p>Application instructions and the grant applications can be found in the <a href="/members/">Members Only section</a> of the website. Examples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.</p>\r\n\r\n<h3>Examples of Past Grants</strong><h3>\r\n\r\n<h4>Research Grants</h4>\r\n<ul>\r\n    <li><a href="/wp-content/uploads/grant_blood_typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a></li>\r\n    <li><a href=\'/wp-content/uploads/grant_project_penguin.pdf\'>Project Penguin: Semen Collection</a></li>\r\n</ul>\r\n\r\n<h4>Conservation, Restoration, and Preservation Grants</h4>\r\n<ul>\r\n    <li><a href=\'/wp-content/uploads/grant_river_otter_survey.pdf\'>North American River Otter Latrine Site Survey</a></li>\r\n</ul>\r\n\r\n<h4>Travel Grants</h4>\r\n<ul>\r\n    <li><a href=\'/wp-content/uploads/grant_amphibian_keeper_course.pdf\'>Amphibians, their current status, and an important AZA course for any amphibian keeper</a></li>\r\n</ul>\r\n\r\n<p><strong><a href=\'/wp-content/uploads/grant_awards-_2008.pdf\'>2008 Grant Awards</a></strong></p>\r\n\r\n<h3>Restrictions</h3>\r\n\r\n<p>The Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.</p>\r\n\r\n<p>The Research Grant Database is in Adobe PDF format. If you do not have \r\nAdobe Acrobat Reader, please download the free software <a href="http://get.adobe.com/reader/">here</a>.</p>\r\n\r\n<p><strong><a href=\'/wp-content/uploads/research_grant_database.pdf\'>Research Grant Database</a></strong></p>\r\n\r\n<p><strong>The purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.</strong></p>Cataloguing Blood Types for SSP Populations of Great Apes', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2009-05-28 21:21:32', '2009-05-29 02:21:32', '', 14, 'http://dev.aazk.org/uncategorized/14-revision-15/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (335, 1, '2009-05-31 15:17:56', '2009-05-31 20:17:56', '<Chair>Grants Committee Chair</Chair>\r\n<p>Shelly Roach - <em>Columbus Zoo and Aquarium</em></p>\r\n\r\n<h3>Purpose</h3>\r\n\r\n<p>The purpose of the AAZK Grants Committee is to encourage and support the professional development and conservation involvement of AAZK members. Additionally, AAZK is committed to supporting and encouraging research conducted by members in zoological parks and aquariums.</p>\r\n\r\n<h3>Grants Offered</h3>\r\n\r\n<p><strong><em>(Deadlines for all grants is 01 March)</em></strong></p>\r\n\r\n<h4>The AAZK  Professional Travel Grant</h4>\r\n<p>The AAZK Professional Travel Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.</p>\r\n\r\n<h4>The AAZK/AZA Advances in Animal Keeping Course Grant</h4>\r\n<dd>The AAZK/AZA Advances in Animal Keeping Course Grant is designed to assist AAZK members with costs associated with attending the Advances in Animal Keeping Course offered through AZA.</dd>\r\n\r\n<h4>The AAZK Conservation, Preservation and Restoration Grant</h4>\r\n<p>The purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.</p>\r\n\r\n<h4>The AAZK Research Grant</h4>\r\n<p>The purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.</p>\r\n\r\n<h3>Qualifications</h3>\r\n\r\n<p>Full-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.</p>\r\n\r\n<p>Application instructions and the grant applications can be found in the <a href="/members/">Members Only section</a> of the website. Examples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.</p>\r\n\r\n<h3>Examples of Past Grants</strong><h3>\r\n\r\n<h4>Research Grants</h4>\r\n<ul>\r\n    <li><a href="/wp-content/uploads/grant_blood_typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a></li>\r\n    <li><a href=\'/wp-content/uploads/grant_project_penguin.pdf\'>Project Penguin: Semen Collection</a></li>\r\n</ul>\r\n\r\n<h4>Conservation, Restoration, and Preservation Grants</h4>\r\n<ul>\r\n    <li><a href=\'/wp-content/uploads/grant_river_otter_survey.pdf\'>North American River Otter Latrine Site Survey</a></li>\r\n</ul>\r\n\r\n<h4>Travel Grants</h4>\r\n<ul>\r\n    <li><a href=\'/wp-content/uploads/grant_amphibian_keeper_course.pdf\'>Amphibians, their current status, and an important AZA course for any amphibian keeper</a></li>\r\n</ul>\r\n\r\n<p><strong><a href=\'/wp-content/uploads/grant_awards-_2008.pdf\'>2008 Grant Awards</a></strong></p>\r\n\r\n<h3>Restrictions</h3>\r\n\r\n<p>The Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.</p>\r\n\r\n<p>The Research Grant Database is in Adobe PDF format. If you do not have \r\nAdobe Acrobat Reader, please download the free software <a href="http://get.adobe.com/reader/">here</a>.</p>\r\n\r\n<p><strong><a href=\'/wp-content/uploads/research_grant_database.pdf\'>Research Grant Database</a></strong></p>\r\n\r\n<p><strong>The purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.</strong></p>Cataloguing Blood Types for SSP Populations of Great Apes', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2009-05-31 15:17:56', '2009-05-31 20:17:56', '', 14, 'http://dev.aazk.org/uncategorized/14-revision-16/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (336, 1, '2009-05-26 22:17:11', '2009-05-27 03:17:11', '<p>American Association of Zoo Keepers, Inc.<br>\r\nZoo Keeper Grants in Zoology<br>\r\nProposal Guidelines and Instructions</strong></p>\r\n\r\n<h3>Purpose</h3>\r\n<p>The purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.</p>\r\n\r\n<h3>Qualifications</h3>\r\n\r\n<p>Full-time keepers/aquarists in zoological parks and aquariums, who are professional \r\nmembers of AAZK, INC. in good standing, are eligible to receive grants. Researchers \r\nother than zoo keepers may participate in the funded studies. The principal \r\ninvestigator, however, must be a keeper/aquarist.</p>\r\n\r\n<h3>Restrictions</h3>\r\n\r\n<p>The committee will not fund any invasive biological studies, or any study \r\nthat may cause an animal undue or prolonged discomfort or harm.</p>\r\n\r\n<p> Allowable expenses include equipment, supplies and other costs such as library \r\nfees, computer time, etc. Expenses that are not allowed include travel and \r\ntelephone costs, animal purchases and wages for research participants. Grant \r\nrecipients will be reimbursed for research expenses upon presentation of receipts. \r\nOnly in unusual circumstances, and only with Board approval, will grant recipients \r\nbe advanced funds. In such cases, receipts will be required as soon as they \r\nare available. Upon completion of the study, all equipment purchased with \r\nAAZK funds becomes the property of AAZK, Inc. and must be forwarded to the \r\ncommittee unless other arrangements have been approved.</p>\r\n\r\n<p>Failure to comply with any of these regulations may result in the revocation \r\nof the grant at any time.</p>\r\n\r\n<p><a href="/about/grants/">Available Grants</a></p>', 'Grants Committee', 0, '', 'inherit', 'closed', 'closed', '', '163-revision-v1', '', '', '2009-05-26 22:17:11', '2009-05-27 03:17:11', '', 163, 'http://dev.aazk.org/uncategorized/163-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (337, 1, '2009-05-31 12:08:21', '2009-05-31 17:08:21', '<p>Sponsored by Blue Rhino - Coordinator, Patty Pearthree</p>\r\n    \r\n<p>"AAZK\'s Bowling for Rhinos-Sponsored by Blue Rhino" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising over $300,000 annually. In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.</p>\r\n\r\n<p>In 1994 we expanded our funding efforts to include Ujung  Kulon National Park in Java, Indonesia and in 1996 to include Bukit Barisan  Selatan and Way Kambas National Parks in Sumatra, Indonesia. The International Rhino Foundation (IRF) oversees the use of funding in the Indonesian parks in  order to best protect endangered species.</p>\r\n\r\n<p>AAZK Chapters and zookeepers at some zoos which have no  official chapter, hold bowl-a-thons (or similar events), enlisting sponsors for  bowlers and outright cash donations. One hundred percent of the money generated  from this conservation fund raiser goes to protect rhinos.</p>\r\n\r\n<p><strong>Since its inception, Bowling for Rhinos has raised over $3 million for rhino conservation efforts.</strong></p>\r\n\r\n<p>The Bowling for Rhinos (BFR) event has gained momentum  every year and continues to grow in participation and financial success. Over  the past few years, AAZK, Inc. has been able to provide Lewa Wildlife  Conservancy with a single engine spotter airplane, a large transport truck for  the relocation of animals, solar-powered electrical fencing for the preserve,  etc. BFR now supplies part of Lewa\'s $850,000 annual operating budget. BFR  provides much needed boats, uniforms and funding for training and operation  of poaching guards (Rhino Patrol Units) in Indonesia.</p>\r\n  \r\n<p>While the flagship species for this fund raiser  is the rhino, by providing financial assistance for the support of protected  rhino sanctuaries, the project also protects many other species of animals as  well as habitats. More information about Bowling for Rhinos may be found on the  Bowling for Rhino\'s Website:\r\n  <a href="http://www.aazkbfr.org">http://www.aazkbfr.org.</a></p>\r\n  \r\n<p>There is a new Yahoo groups email for Bowling For Rhino  Coordinators. If you would like to be part of this email group, please email  Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>.  This will let you communicate with each other on questions about t-shirts, bowling  alley prices, how to get more support from your zoo, etc. with other BFR  coordinators.</p>\r\n\r\n<p><a href="/about/committee/bowling-for-rhinos/lewa-safaris/">Lewa Wildlife Conservancy Safaris</a></p>\r\n\r\n<p><a href=\'/wp-content/uploads/lewa_capital_request_2008.pdf\'>Urgent Capital request from Lewa!</a></p>\r\n\r\n<h3>Bowling For Rhinos  Announcement for 2008</h3>\r\n\r\n<p>The distribution of "AAZK\'s Bowling For Rhinos-sponsored by Blue Rhino" funds will follow these guidelines in 2008:</p>\r\n\r\n<p>Blue Rhino Gas donation ($20,000/year - Split 50/50 between LWC and IRF):<br />\r\n$10K to LWC (Lewa Wildlife Conservancy in Kenya)<br />\r\n$10K to IRF (The International Rhino Foundation)</p>\r\n\r\n<p>Funds are added to total BFR (Bowling For Rhinos) share.</p>\r\n\r\n<p>LWC receives the first $150,000 raised by BFR/year, plus $10K from Blue Rhino, guaranteed if BFR funds reach $150,000. All BFR funds over $150,000 will now go directly to The International Rhino Foundation (IRF) for use in the Indonesian Rhino Parks of Ujung Kulon, Way Kambas, and Bukit Barisan Selatan. IRF gets the $10,000 from Blue Rhino added to their share. The AAZK Board of Directors will be discussing the distribution of BFR funds during their Board meetings. They hope to come up with a distribution program of funds that will better suite all parties as BFR continues to grow.</p>\r\n\r\n<p>2007 Bowling For Rhinos events raised over $316,000. This was the best year on record as the increasing trend continues. Congratulations for a fabulous year! Bowling For Rhinos will soon break the $3 million mark and we continue to reach for attaining our goal of $500,000/year! Together AAZK can do it. We have and we will continue to make a difference in the conservation world. Please send me your organization\'s contact person/contact info ASAP along with the date of your event. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation. Please see <a href="http://aazkbfr.org/">http://aazkbfr.org</a> or contact Patty Pearthree: <a href="mailto:ppear3@pear3.org">ppear3@pear3.org</a>. We hope to merge the BFR website onto the AAZK this year. </p>', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2009-05-31 12:08:21', '2009-05-31 17:08:21', '', 168, 'http://dev.aazk.org/uncategorized/168-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (338, 2, '2014-08-19 11:32:14', '2014-08-19 16:32:14', '[membership level="0"]\n<h3>Purpose</h3>\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\n\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $400,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\n\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\n\nIn 1990, AAZK began by supporting the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\n\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\n<h4>Who does BFR support?</h4>\n<img class="alignleft" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blackrhinos_004.jpg" alt="Black Rhinos" border="1" hspace="10" vspace="10" /> In Kenya, Africa, BFR supports the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\n\nRead the Lewa Wildlife Conservancy - 2014 Report to AAZK - <a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lewa-2014-Report-For-AAZK-JULY.pdf">Lewa 2014 Report For AAZK --JULY</a>\n\n<img class="alignright" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino1.jpg" alt="" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\n\nBFR also supports <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\n\nMany organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\n\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\n<h4>Donate</h4>\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below.\n<div class="first sixcol">\n<h6>Total Funds Raised to Date:</h6>\n<span style="font-size: 25px;"><b> Over $5,000,000.00!!!!!!!!!!!</b></span>\n\n</div>\n<div class="last sixcol">\n<h6>2014 Funds Raised to Date:</h6>\n<strong><span style="font-size: 1.9em;">$134,406.34</span></strong>\n\n</div>\n<div class="clear"></div>\n<a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/"><img class="alignnone size-full wp-image-2410" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\n[/membership][membership]\n<h4>Local Events</h4>\n[caption]<img class="alignleft" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x1501.jpg" alt="Program Manager - Patty Pearthree" width="150" height="150" />\n<p align="center"><strong>Program Manager - Patty Pearthree</strong></p>\n[/caption]\n\nIf you would like to find out if there will be a BFR event near you have or your event listed, please send your BFR event date &amp; contact information to <strong>Patty Pearthree</strong> at: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">p</a>pear3atgmail.com.\n\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing" target="_blank">click here</a>.\n<div class="clear"></div>\n<h3><span style="font-size: 1em;">Total Funds Raised</span></h3>\n<h6>Total Funds Raised to Date:</h6>\n<strong><span style="font-size: 2em;">Over $5,000,000.00 !!!!</span></strong>\n<h6>2014 Funds Raised:</h6>\n<strong><span style="font-size: 2em;">$481,448.21</span></strong>\n\n<em><strong>Bowling For Rhinos has broken the $5 million mark and we continue to strive towards attaining our goal of $500,000 per year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send your organization\'s contact person/contact information ASAP along with the date of your event to our national BFR Coordinator.\n<h4>Chapters</h4>\nPlease forward all <strong>event information</strong>, <strong>event monies</strong> and <strong>registration fees </strong>to Patty Pearthree.\n\n<strong>Please make Checks payable to:</strong>\n\nAAZK/BFR\nPatty Pearthree\nc/o BFR\n318 Montibello Drive\nCary, NC  27513\n\n<strong>Chapters</strong> - Please do not utilize the "<strong>Donation</strong>" button on the Home page to forward <strong>event monies</strong> <em>or</em> <strong>registration fees</strong>\n<h4>Email Group</h4>\nThere is a new Yahoo groups email for <em>Bowling For Rhino</em> Coordinators. If you would like to be part of this email group, please email <strong>Barbie Wilson</strong> at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\n\nPlease contact <strong>Patty Pearthree</strong>: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\n<pre><i class="icon-attention"></i> Applications being accepted for the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></pre>\n<h4>Who does BFR support?</h4>\nBFR supports the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa. In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>. BFR also supports <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home. Many organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\n<h4>Chapter Totals</h4>\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3" target="_blank">here</a>.\n<h4>Sponsorship Form</h4>\n<a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet1.pdf" target="_blank"><i class="icon-download"></i> Download Sponsorship Form</a>\n<h2>Bowling for Rhinos Awards - 2013</h2>\n<strong>Conservation Resource Grant</strong> RhiNOremedy\n<h3>Top Individual Fundraisers – Bowling for Rhinos 2013</h3>\n<strong>Mike Bona</strong> - Los Angeles Chapter, Lewa trip winner\n<strong>Ann Knutson</strong> - San Diego Chapter, Lewa trip winner\n<strong>Kenton Kerns</strong> - National Capital Chapter, Indonesia trip winner\nCrystal Butler - Oklahoma City Chapter, Indonesia trip winner\n<strong>Jim Haigwood</strong> - Los Angeles Chapter, Honorary trip winner\n<h3>Top Chapter Fundraiser - 2013</h3>\n<strong>Portland AAZK Chapter.</strong> Chapter Award[/membership]', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-autosave-v1', '', '', '2014-08-19 11:32:14', '2014-08-19 16:32:14', '', 168, 'http://dev.aazk.org/uncategorized/168-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (868, 2, '2009-11-12 08:37:19', '2009-11-12 13:37:19', '<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h3>Sponsored by</h3>\r\n<a href="http://www.bluerhino.com/">Blue Rhino</a>\r\n\r\n"AAZK\'s Bowling for Rhinos-Sponsored by Blue Rhino" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising over $300,000 annually. In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nIn 1994 we expanded our funding efforts to include Ujung  Kulon National Park in Java, Indonesia and in 1996 to include Bukit Barisan  Selatan and Way Kambas National Parks in Sumatra, Indonesia. The International Rhino Foundation (IRF) oversees the use of funding in the Indonesian parks in  order to best protect endangered species.\r\n\r\nAAZK Chapters and zookeepers at some zoos which have no  official chapter, hold bowl-a-thons (or similar events), enlisting sponsors for  bowlers and outright cash donations. One hundred percent of the money generated  from this conservation fund raiser goes to protect rhinos.\r\n\r\n<strong>Since its inception, Bowling for Rhinos has raised over $3 million for rhino conservation efforts.</strong>\r\n\r\nThe Bowling for Rhinos (BFR) event has gained momentum  every year and continues to grow in participation and financial success. Over  the past few years, AAZK, Inc. has been able to provide Lewa Wildlife  Conservancy with a single engine spotter airplane, a large transport truck for  the relocation of animals, solar-powered electrical fencing for the preserve,  etc. BFR now supplies part of Lewa\'s $850,000 annual operating budget. BFR  provides much needed boats, uniforms and funding for training and operation  of poaching guards (Rhino Patrol Units) in Indonesia.\r\n\r\nWhile the flagship species for this fund raiser  is the rhino, by providing financial assistance for the support of protected  rhino sanctuaries, the project also protects many other species of animals as  well as habitats. More information about Bowling for Rhinos may be found on the  Bowling for Rhino\'s Website:\r\n<a href="http://www.aazkbfr.org">http://www.aazkbfr.org.</a>\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino  Coordinators. If you would like to be part of this email group, please email  Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>.  This will let you communicate with each other on questions about t-shirts, bowling  alley prices, how to get more support from your zoo, etc. with other BFR  coordinators.\r\n\r\n<a href="/about/committee/bowling-for-rhinos/lewa-safaris/">Lewa Wildlife Conservancy Safaris</a>\r\n\r\nBowling For Rhinos will soon break the $3 million mark and we continue to reach for attaining our goal of $500,000/year! Together AAZK can do it. We have and we will continue to make a difference in the conservation world. Please send me your organization\'s contact person/contact info ASAP along with the date of your event. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation. Please see <a href="http://aazkbfr.org/">http://aazkbfr.org</a> or contact Patty Pearthree: <a href="mailto:ppear3@pear3.org">ppear3@pear3.org</a>. We hope to merge the BFR website onto the AAZK this year.', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2009-11-12 08:37:19', '2009-11-12 13:37:19', '', 168, 'http://aazk.org/uncategorized/168-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (867, 2, '2009-11-13 07:02:03', '2009-11-13 12:02:03', '', 'blue-rhino-logo', 0, '', 'inherit', 'closed', 'closed', '', 'blue-rhino-logo', '', '', '2009-11-13 07:02:03', '2009-11-13 12:02:03', '', 168, 'http://aazk.org/wp-content/uploads/blue-rhino-logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (339, 1, '2009-05-31 15:28:45', '2009-05-31 20:28:45', '<h3>Coordinator</h3>\r\n<p>Patty Pearthree</p>\r\n\r\n<p>Sponsored by Blue Rhino - Coordinator, Patty Pearthree</p>\r\n    \r\n<p>"AAZK\'s Bowling for Rhinos-Sponsored by Blue Rhino" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising over $300,000 annually. In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.</p>\r\n\r\n<p>In 1994 we expanded our funding efforts to include Ujung  Kulon National Park in Java, Indonesia and in 1996 to include Bukit Barisan  Selatan and Way Kambas National Parks in Sumatra, Indonesia. The International Rhino Foundation (IRF) oversees the use of funding in the Indonesian parks in  order to best protect endangered species.</p>\r\n\r\n<p>AAZK Chapters and zookeepers at some zoos which have no  official chapter, hold bowl-a-thons (or similar events), enlisting sponsors for  bowlers and outright cash donations. One hundred percent of the money generated  from this conservation fund raiser goes to protect rhinos.</p>\r\n\r\n<p><strong>Since its inception, Bowling for Rhinos has raised over $3 million for rhino conservation efforts.</strong></p>\r\n\r\n<p>The Bowling for Rhinos (BFR) event has gained momentum  every year and continues to grow in participation and financial success. Over  the past few years, AAZK, Inc. has been able to provide Lewa Wildlife  Conservancy with a single engine spotter airplane, a large transport truck for  the relocation of animals, solar-powered electrical fencing for the preserve,  etc. BFR now supplies part of Lewa\'s $850,000 annual operating budget. BFR  provides much needed boats, uniforms and funding for training and operation  of poaching guards (Rhino Patrol Units) in Indonesia.</p>\r\n  \r\n<p>While the flagship species for this fund raiser  is the rhino, by providing financial assistance for the support of protected  rhino sanctuaries, the project also protects many other species of animals as  well as habitats. More information about Bowling for Rhinos may be found on the  Bowling for Rhino\'s Website:\r\n  <a href="http://www.aazkbfr.org">http://www.aazkbfr.org.</a></p>\r\n  \r\n<p>There is a new Yahoo groups email for Bowling For Rhino  Coordinators. If you would like to be part of this email group, please email  Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>.  This will let you communicate with each other on questions about t-shirts, bowling  alley prices, how to get more support from your zoo, etc. with other BFR  coordinators.</p>\r\n\r\n<p><a href="/about/committee/bowling-for-rhinos/lewa-safaris/">Lewa Wildlife Conservancy Safaris</a></p>\r\n\r\n<p><a href=\'/wp-content/uploads/lewa_capital_request_2008.pdf\'>Urgent Capital request from Lewa!</a></p>\r\n\r\n<h3>Bowling For Rhinos  Announcement for 2008</h3>\r\n\r\n<p>The distribution of "AAZK\'s Bowling For Rhinos-sponsored by Blue Rhino" funds will follow these guidelines in 2008:</p>\r\n\r\n<p>Blue Rhino Gas donation ($20,000/year - Split 50/50 between LWC and IRF):<br />\r\n$10K to LWC (Lewa Wildlife Conservancy in Kenya)<br />\r\n$10K to IRF (The International Rhino Foundation)</p>\r\n\r\n<p>Funds are added to total BFR (Bowling For Rhinos) share.</p>\r\n\r\n<p>LWC receives the first $150,000 raised by BFR/year, plus $10K from Blue Rhino, guaranteed if BFR funds reach $150,000. All BFR funds over $150,000 will now go directly to The International Rhino Foundation (IRF) for use in the Indonesian Rhino Parks of Ujung Kulon, Way Kambas, and Bukit Barisan Selatan. IRF gets the $10,000 from Blue Rhino added to their share. The AAZK Board of Directors will be discussing the distribution of BFR funds during their Board meetings. They hope to come up with a distribution program of funds that will better suite all parties as BFR continues to grow.</p>\r\n\r\n<p>2007 Bowling For Rhinos events raised over $316,000. This was the best year on record as the increasing trend continues. Congratulations for a fabulous year! Bowling For Rhinos will soon break the $3 million mark and we continue to reach for attaining our goal of $500,000/year! Together AAZK can do it. We have and we will continue to make a difference in the conservation world. Please send me your organization\'s contact person/contact info ASAP along with the date of your event. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation. Please see <a href="http://aazkbfr.org/">http://aazkbfr.org</a> or contact Patty Pearthree: <a href="mailto:ppear3@pear3.org">ppear3@pear3.org</a>. We hope to merge the BFR website onto the AAZK this year. </p>', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2009-05-31 15:28:45', '2009-05-31 20:28:45', '', 168, 'http://dev.aazk.org/uncategorized/168-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (340, 1, '2009-05-31 15:29:54', '2009-05-31 20:29:54', '<h3>Coordinator</h3>\r\n<p>Patty Pearthree</p>\r\n<p>Sponsored by <a href="http://www.bluerhino.com/">Blue Rhino</a></p>\r\n    \r\n<p>"AAZK\'s Bowling for Rhinos-Sponsored by Blue Rhino" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising over $300,000 annually. In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.</p>\r\n\r\n<p>In 1994 we expanded our funding efforts to include Ujung  Kulon National Park in Java, Indonesia and in 1996 to include Bukit Barisan  Selatan and Way Kambas National Parks in Sumatra, Indonesia. The International Rhino Foundation (IRF) oversees the use of funding in the Indonesian parks in  order to best protect endangered species.</p>\r\n\r\n<p>AAZK Chapters and zookeepers at some zoos which have no  official chapter, hold bowl-a-thons (or similar events), enlisting sponsors for  bowlers and outright cash donations. One hundred percent of the money generated  from this conservation fund raiser goes to protect rhinos.</p>\r\n\r\n<p><strong>Since its inception, Bowling for Rhinos has raised over $3 million for rhino conservation efforts.</strong></p>\r\n\r\n<p>The Bowling for Rhinos (BFR) event has gained momentum  every year and continues to grow in participation and financial success. Over  the past few years, AAZK, Inc. has been able to provide Lewa Wildlife  Conservancy with a single engine spotter airplane, a large transport truck for  the relocation of animals, solar-powered electrical fencing for the preserve,  etc. BFR now supplies part of Lewa\'s $850,000 annual operating budget. BFR  provides much needed boats, uniforms and funding for training and operation  of poaching guards (Rhino Patrol Units) in Indonesia.</p>\r\n  \r\n<p>While the flagship species for this fund raiser  is the rhino, by providing financial assistance for the support of protected  rhino sanctuaries, the project also protects many other species of animals as  well as habitats. More information about Bowling for Rhinos may be found on the  Bowling for Rhino\'s Website:\r\n  <a href="http://www.aazkbfr.org">http://www.aazkbfr.org.</a></p>\r\n  \r\n<p>There is a new Yahoo groups email for Bowling For Rhino  Coordinators. If you would like to be part of this email group, please email  Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>.  This will let you communicate with each other on questions about t-shirts, bowling  alley prices, how to get more support from your zoo, etc. with other BFR  coordinators.</p>\r\n\r\n<p><a href="/about/committee/bowling-for-rhinos/lewa-safaris/">Lewa Wildlife Conservancy Safaris</a></p>\r\n\r\n<p><a href=\'/wp-content/uploads/lewa_capital_request_2008.pdf\'>Urgent Capital request from Lewa!</a></p>\r\n\r\n<h3>Bowling For Rhinos  Announcement for 2008</h3>\r\n\r\n<p>The distribution of "AAZK\'s Bowling For Rhinos-sponsored by Blue Rhino" funds will follow these guidelines in 2008:</p>\r\n\r\n<p>Blue Rhino Gas donation ($20,000/year - Split 50/50 between LWC and IRF):<br />\r\n$10K to LWC (Lewa Wildlife Conservancy in Kenya)<br />\r\n$10K to IRF (The International Rhino Foundation)</p>\r\n\r\n<p>Funds are added to total BFR (Bowling For Rhinos) share.</p>\r\n\r\n<p>LWC receives the first $150,000 raised by BFR/year, plus $10K from Blue Rhino, guaranteed if BFR funds reach $150,000. All BFR funds over $150,000 will now go directly to The International Rhino Foundation (IRF) for use in the Indonesian Rhino Parks of Ujung Kulon, Way Kambas, and Bukit Barisan Selatan. IRF gets the $10,000 from Blue Rhino added to their share. The AAZK Board of Directors will be discussing the distribution of BFR funds during their Board meetings. They hope to come up with a distribution program of funds that will better suite all parties as BFR continues to grow.</p>\r\n\r\n<p>2007 Bowling For Rhinos events raised over $316,000. This was the best year on record as the increasing trend continues. Congratulations for a fabulous year! Bowling For Rhinos will soon break the $3 million mark and we continue to reach for attaining our goal of $500,000/year! Together AAZK can do it. We have and we will continue to make a difference in the conservation world. Please send me your organization\'s contact person/contact info ASAP along with the date of your event. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation. Please see <a href="http://aazkbfr.org/">http://aazkbfr.org</a> or contact Patty Pearthree: <a href="mailto:ppear3@pear3.org">ppear3@pear3.org</a>. We hope to merge the BFR website onto the AAZK this year. </p>', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2009-05-31 15:29:54', '2009-05-31 20:29:54', '', 168, 'http://dev.aazk.org/uncategorized/168-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (341, 1, '2009-05-26 22:30:40', '2009-05-27 03:30:40', '<p>This committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.</p>', 'Ethics Committee', 0, '', 'inherit', 'closed', 'closed', '', '171-revision-v1', '', '', '2009-05-26 22:30:40', '2009-05-27 03:30:40', '', 171, 'http://dev.aazk.org/uncategorized/171-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (342, 1, '2009-05-31 15:31:45', '2009-05-31 20:31:45', '<h3>Chair</h3>\r\n<p>Denise Wagner - <em>Phoenix Zoo</em></p>\r\n\r\n<p>This committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.</p>', 'Ethics Committee', 0, '', 'inherit', 'closed', 'closed', '', '171-revision-v1', '', '', '2009-05-31 15:31:45', '2009-05-31 20:31:45', '', 171, 'http://dev.aazk.org/uncategorized/171-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (344, 1, '2009-05-26 22:32:33', '2009-05-27 03:32:33', '<p>This committee shall annually review the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. The committee consists of a minimum of five members, two of which shall be member of the Board of Directors. Appointments are made at the discretion of the President. If you would like a copy of the Association’s Bylaws please contact the Administrative Office in Topeka.</p>', 'Bylaws Committee', 0, '', 'inherit', 'closed', 'closed', '', '173-revision-v1', '', '', '2009-05-26 22:32:33', '2009-05-27 03:32:33', '', 173, 'http://dev.aazk.org/uncategorized/173-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (725, 2, '2013-05-30 16:38:56', '2013-05-30 21:38:56', '<h3>Conference Program Chair</h3>\r\n<img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /> Ed Hansen\r\n<h3>Upcoming AAZK Conferences:</h3>\r\n<!--more-->\r\n\r\n \r\n<ul>\r\n	<li><strong>2013: </strong>Asheboro, NC - September 22-26</li>\r\n	<li><strong>2014: </strong>Orlando, FL - September 8-12</li>\r\n	<li><strong>2015:</strong> St. Louis, MO - September 27 - October 1</li>\r\n</ul>\r\n<strong></strong>\r\n\r\n<strong></strong>\r\n\r\n<strong></strong>', 'Annual AAZK Conferences', 0, '', 'inherit', 'closed', 'closed', '', '160-autosave', '', '', '2013-05-30 16:38:56', '2013-05-30 21:38:56', '', 160, 'http://aazk.org/uncategorized/160-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (726, 2, '2009-05-31 15:16:55', '2009-05-31 20:16:55', '<h3>Conference Program Chair</h3>\r\n<p>Ed Hansen</p>\r\n\r\n<h3>Upcoming AAZK Conferences:</h3>\r\n\r\n<ul>\r\n    <li><strong>2009:</strong> Joint AAZK/ICZ Conference in Seattle, WA ­ Woodland Park Zoo - September 24-29, 2009</li>\r\n    <li><strong>2010:</strong> Philadelphia, PA­ Philadelphia Zoo- TBA</li>\r\n    <li><strong>2011:</strong> San Diego, CA - San Diego Zoo - TBA</li>\r\n</ul>', 'Annual AAZK Conferences', 0, '', 'inherit', 'closed', 'closed', '', '160-revision-5', '', '', '2009-05-31 15:16:55', '2009-05-31 20:16:55', '', 160, 'http://aazk.org/uncategorized/160-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (727, 1, '2009-05-31 15:42:17', '2009-05-31 20:42:17', '<h3>Co-Chairs</h3>\r\n<p>Penny Jolly - <em>Disney\'s Animal Kingdom</em><br />\r\nAmanda Kamradt - <em>Zoo New England</em></p>\r\n\r\n<h3>Purpose</h3>\r\n<p>The Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.</p>\r\n\r\n<h3>Conservation Committee Mission Statement</h3>\r\n\r\n<p>To promote and establish connections between AAZK members and the conservation of wildlife and their habitats.</p>\r\n\r\n<p>To provide educational resources for members and their institutions about environmentally responsible practices.</p>\r\n\r\n<h3>Vision Statement</h3>\r\n\r\n<p>Serve as a resource that will assist members in finding in situ opportunities with local, national, and international conservation projects and to initiate new conservation projects.</p>\r\n\r\n<p>Provide contact information to coordinate educational and development opportunities with conservationists.</p>', 'Conservation Committee', 0, '', 'inherit', 'closed', 'closed', '', '182-revision-v1', '', '', '2009-05-31 15:42:17', '2009-05-31 20:42:17', '', 182, 'http://aazk.org/uncategorized/182-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (724, 1, '2009-05-31 15:34:08', '2009-05-31 20:34:08', '<h3>Chair </h3>\r\n<p>Gisela A.Wiggins - <em>North Carolina Zoological Park</em></p>\r\n\r\n<h3>Purpose</h3>\r\n<p>This committee shall annually review the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. The committee consists of a minimum of five members, two of which shall be member of the Board of Directors. Appointments are made at the discretion of the President. If you would like a copy of the Association’s Bylaws please contact the Administrative Office in Topeka.</p>', 'Bylaws Committee', 0, '', 'inherit', 'closed', 'closed', '', '173-revision-v1', '', '', '2009-05-31 15:34:08', '2009-05-31 20:34:08', '', 173, 'http://aazk.org/uncategorized/173-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (349, 1, '2009-05-31 14:24:53', '2009-05-31 19:24:53', '<p>The Behavioral Husbandry Committee formally came into being in late 2008. It brought together two very different and yet very alike committees, The Animal Training and Enrichment Committees. These were joined at the request of the two individual committees.</p>\r\n\r\n<p>The AAZK Enrichment Committee was founded in 1994 and The Animal Training Committee was founded in 2000. These specialized groups were organized to provide specific resources in the areas of  enrichment and training. The timeliness of their formation filled a growing  need for support as these aspects of animal care evolved into a daily part of husbandry.</p>\r\n\r\n<p>Since the formation of these two  committees, most zoo professionals have found great success in utilizing both  training techniques and enrichment to solve behavioral challenges in captive animals. Many zoos now have a supportive "Behavioral Husbandry Department" or  staff that is dedicated to training, enrichment and animal welfare. Training and enrichment are no longer viewed necessarily as separate entities, but as two branches of behavioral management that are often used in concert. In our effort to stay current with the trends of professional zoo keeping, we have combined the two current committees into one AAZK, Inc. Behavioral Husbandry Committee. The focus of this committee would be training, enrichment and animal welfare.</p>\r\n\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n    <li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n    <li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n    <li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n    <li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n    <li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n    <li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<h3>Projects:</h3>\r\n<ul>\r\n    <li>Partner with other committees to streamline resources and efforts</li>\r\n    <li>Development of new workshops for the annual conference</li>\r\n    <li>Development of training behavior lists for taxonomic groups</li>\r\n    <li>Update the bibliography and resource lists over time</li>\r\n    <li>Surveying the membership to meet needs</li>\r\n    <li>Enhancement of this website</li>\r\n    <li>A database of bibliographies </li>\r\n    <li> Enrichment guidelines for marine mammals and elephants </li>\r\n    <li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<h3>Additional Information</h3>\r\n<ul>\r\n    <li><a href=\'/wp-content/uploads/what_is_animal_training.pdf\'>What is Training?</a></li>\r\n    <li><a href=\'/wp-content/uploads/health_and_safety_considerations.pdf\'>Health and Safety Considerations</a></li>\r\n    <li><a href=\'/wp-content/uploads/training_enrichment_bibliography.pdf\'>Training and Enrichment Bibliography</a></li>\r\n    <li><a href=\'/wp-content/uploads/training_terms_glossary.pdf\'>Glossary of Training Terms</a></li>\r\n    <li><a href=\'/wp-content/uploads/aazk_animal_data_transfer.pdf\'>Animal Data Transfer Form</a></li>\r\n    <li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&NotFlag=1">Training and Enrichment Video Library</a></li>\r\n    <li><a href="/about/committee/behavioral-husbandry/resources/">Resources</a></li>\r\n    <li><a href=\'/wp-content/uploads/risk_assessment_and_safety.pdf\'>Risk Assessment and Safety</a></li>\r\n    <li><a href="/members/bhc.php">Suggested Guidelines for Enrichment</a> (Available only to AAZK Members!)</li>\r\n    <li><a href="/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n    <li><a href="/about/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n    <li><a href="/members/bhc.php">Enrichment Day Examples</a> (Available only to AAZK Members!)</li>\r\n    <li><a href="/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2009-05-31 14:24:53', '2009-05-31 19:24:53', '', 192, 'http://dev.aazk.org/uncategorized/192-revision-17/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (350, 1, '2009-05-28 22:51:11', '2009-05-29 03:51:11', '<strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong>\r\n\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\nOregon Zoo\r\n4001 S.W. Canyon Rd.\r\nPortland, OR 97221\r\n\r\nOr, <a href="/blindemail.php?name=Janet" target="_blank">Send Jan an email.</a>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Awards Chair\r\nThe Oregon Zoo\r\n4001 SW Canyon Road\r\nPortland, OR 97221\r\n\r\n<strong>Deadline for Nominations is 1 May 2009</strong>\r\n<ul>\r\n	<li>[thkBC id="232" height="500" width="900" anchortext="Lifetime Achievement (LA) Award" type="iframe"]</li>\r\n	<li>[thkBC id="239" height="500" width="900" anchortext="Lee Houts Excellence in Enrichment (LHEE) Award" type="iframe"]</li>\r\n	<li>[thkBC id="244" height="500" width="900" anchortext="Certificate of Merit for Zoo Keeper Education (CMZE)" type="iframe"]</li>\r\n	<li>[thkBC id="247" height="500" width="900" anchortext="Certificate of Excellence in Exhibit Design Renovation (CEER)" type="iframe"]</li>\r\n	<li>[thkBC id="250" height="500" width="900" anchortext="Mazuri Animal Nutrition Award (MANA)" type="iframe"]</li>\r\n	<li>[thkBC id="254" height="500" width="900" anchortext="Jean M. Hromadka AAZK Excellence in Animal Care Award" type="iframe"]</li>\r\n	<li>[thkBC id="258" height="500" width="900" anchortext="The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award" type="iframe"]</li>\r\n	<li>[thkBC id="261" height="500" width="900" anchortext="The AAZK Chapter of the Year Award" type="iframe"]</li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-05-28 22:51:11', '2009-05-29 03:51:11', '', 224, 'http://dev.aazk.org/uncategorized/224-revision-20/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (486, 1, '2009-06-01 23:13:29', '2009-06-02 04:13:29', '<h3>Chair</h3>\r\nJanet McCoy - <em>Oregon Zoo</em>\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong>\r\n<h3>Purpose</h3>\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\nOregon Zoo\r\n4001 S.W. Canyon Rd.\r\nPortland, OR 97221\r\n\r\nOr, <a href="/blindemail.php?name=Janet" target="_blank">Send Jan an email.</a>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Awards Chair\r\nThe Oregon Zoo\r\n4001 SW Canyon Road\r\nPortland, OR 97221\r\n\r\n<strong>Deadline for Nominations is 1 May 2009</strong>\r\n<ul>\r\n	<li>Lifetime Achievement (LA) Award</li>\r\n	<li>Lee Houts Excellence in Enrichment (LHEE) Award</li>\r\n	<li>Certificate of Merit for Zoo Keeper Education (CMZE)</li>\r\n	<li>Certificate of Excellence in Exhibit Design Renovation (CEER)</li>\r\n	<li>Mazuri Animal Nutrition Award (MANA)</li>\r\n	<li>Jean M. Hromadka AAZK Excellence in Animal Care Award</li>\r\n	<li>The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</li>\r\n	<li>The AAZK Chapter of the Year Award</li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-06-01 23:13:29', '2009-06-02 04:13:29', '', 224, 'http://dev.aazk.org/uncategorized/224-revision-23/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (351, 1, '2009-05-26 23:03:41', '2009-05-27 04:03:41', '<p>Chair, Melaina Wallace</p>\r\n\r\n<p>The Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership  and educational opportunities for all National AAZK members. The committee is comprised of 10 members.</p>\r\n\r\n<h3>Current Projects:</h3>\r\n\r\n<ul>\r\n    <li>We are working with the conference organizers to development workshops for the 2009 conference.</li>\r\n    <li>We are looking into the possibilities for Keeper Certification/Qualification Program.</li>\r\n</ul>', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2009-05-26 23:03:41', '2009-05-27 04:03:41', '', 178, 'http://dev.aazk.org/uncategorized/178-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (352, 2, '2014-02-19 17:56:34', '2014-02-19 22:56:34', '<h4>Purpose</h4>\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\n<h4>Conservation Committee Mission Statement</h4>\nTo promote and establish connections between AAZK members and the conservation of wildlife and their habitats.\n\nTo provide educational resources for members and their institutions about environmentally responsible practices.\n<h4>Vision Statement</h4>\nServe as a resource that will assist members in finding in situ opportunities with local, national, and international conservation projects and to initiate new conservation projects.\n<h4>Conservation Research and Volunteer Opportunities</h4>\nThe Conservation Committee maintains a database of volunteer and compensated research/work  opportunities within the United States and for International Programs and Agencies.\n\n&nbsp;\n\nProvide contact information to coordinate educational and development opportunities with conservationists.\n<h4>Co-chairs</h4>\n<div class="first sixcol"><img class="aligncenter size-full wp-image-841" title="kamradt" alt="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" width="110" />\n<p align="center">Amanda Kamradt - <em>Zoo New England </em></p>\n\n</div>\n<div class="last sixcol"><img class="aligncenter size-full wp-image-2428" title="christy_poelker" alt="christy_poelker" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy_poelker.jpg" width="110" />\n<p align="center">Christy Poelker -<em>Saint Louis Zoo</em></p>\n\n</div>\n<div id="inner-links"></div>\n<h4></h4>', 'Conservation Committee', 0, '', 'inherit', 'closed', 'closed', '', '182-autosave-v1', '', '', '2014-02-19 17:56:34', '2014-02-19 22:56:34', '', 182, 'http://dev.aazk.org/uncategorized/182-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (353, 1, '2009-05-26 23:06:36', '2009-05-27 04:06:36', '<p>Penny Jolly, Co-Chair<br>Amanda Kamradt, Co-Chair</p>\r\n\r\n<p>The Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.</p>\r\n\r\n<h3>Conservation Committee Mission Statement</h3>\r\n\r\n<p>To promote and establish connections between AAZK members and the conservation of wildlife and their habitats.</p>\r\n\r\n<p>To provide educational resources for members and their institutions about environmentally responsible practices.</p>\r\n\r\n<h3>Vision Statement</h3>\r\n\r\n<p>Serve as a resource that will assist members in finding in situ opportunities with local, national, and international conservation projects and to initiate new conservation projects.</p>\r\n\r\n<p>Provide contact information to coordinate educational and development opportunities with conservationists.</p>', 'Conservation Committee', 0, '', 'inherit', 'closed', 'closed', '', '182-revision-v1', '', '', '2009-05-26 23:06:36', '2009-05-27 04:06:36', '', 182, 'http://dev.aazk.org/uncategorized/182-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (354, 1, '2009-05-26 22:01:19', '2009-05-27 03:01:19', '<h3 class="committee"><a href="/about/committees/international-outreach/">International Outreach Committee</a></h3>\r\n    <div class="member">Shane Good, <span class="position">Acting Chair</span></div>\r\n    <div class="contact"><a href="">Send Shane an email</a></div>\r\n      \r\n<h3 class="committee"><a href="/about/committees/marketing-resources/">Marketing Resources</a></h3>\r\n    <div class="member">Kristin Wolfe<br />\r\n    <span class="organization">Disney\'s Animal Kingdom</span></div>\r\n    <div class="contact"><a href="">Send Kristin an email</a></div>\r\n      \r\n<h3 class="committee"><a href="/about/committees/annual-conferences/">Annual AAZK Conferences</a></h3>\r\n    <div class="member">Ed Hansen, <span class="position">Conference Program Chair</span></div>\r\n    <div class="contact"><a href="">Send Ed an email</a></div>\r\n      \r\n<h3 class="committee"><a href="/about/committees/grants-committee/">Grants Committee</a></h3>\r\n    <div class="member">Shelly Roach, <span class="position">Chair</span><br />\r\n    	<span class="organization">Columbus Zoo</span></div>\r\n    <div class="contact"><a href="">Send Shelly an email</a></div>\r\n      \r\n<h3 class="committee"><a href="/about/committees/bowling-for-rhinos-commitee/">Bowling for Rhinos</a></h3>\r\n    <div class="member">Patty Pearthree, <span class="position">Coordinator</span></div>\r\n    <div class="contact"><a href="">Send Patty an email</a></div>\r\n      \r\n<h3 class="committee"><a href="/about/committees/ethics/">Ethics Committee</a></h3>\r\n    <div class="member">Denise Wagner<br />\r\n    	<span class="organization">Phoenix Zoo</span></div>\r\n    <div class="contact"><a href="">Send Denise an email</a></div>\r\n      \r\n<h3 class="committee"><a href="/about/committees/bylaws/">Bylaws Committee</a></h3>\r\n    <div class="member">Gisela A.Wiggins, <span class="position">Chair</span><br />\r\n    	<span class="organization">North Carolina Zoological Park</span></div>\r\n    <div class="contact"><a href="">Send Gisela an email</a></div>\r\n      \r\n<h3 class="committee"><a href="/about/committees/historian/">Historian</a></h3>\r\n    <div class="member">Mark Levin<br />\r\n    	<span class="organization">Norristown, PA</span></div>\r\n    <div class="contact"><a href="">Send Mark an email</a></div>\r\n      \r\n<h3 class="committee"><a href="/about/committees/enrichment/">Enrichment Committee</a></h3>\r\n    <div class="member">Dawn Neptune, <span class="position">Co-Chair</span><br />\r\n    	<span class="organization">Utah\'s Hogle Zoo</span></div>\r\n    <div class="contact"><a href="">Send Dawn an email</a></div>\r\n    <div class="member">Amy Burgess, <span class="position">Co-Chair</span><br />\r\n    	<span class="organization">Disney\'s Animal Kingdom</span></div>\r\n    <div class="contact"><a href="">Send Amy an email</a></div>\r\n      \r\n<h3 class="committee"><a href="/about/committees/animal-training/">Animal Training Committee</a></h3>\r\n    <div class="member">Angela Binney, <span class="position">Co-Chair</span><br />\r\n    	<span class="organization">Disney\'s Animal Kingdom</span></div>\r\n    <div class="contact"><a href="">Send Angela an email</a></div>\r\n    <div class="member">Kim Kezer, <span class="position">Co-Chair</span><br />\r\n    	<span class="organization">Zoo New England</span></div>\r\n    <div class="contact"><a href="">Send Kim an email</a></div>\r\n      \r\n<h3 class="committee"><a href="/about/committees/awards/">Awards Committee</a></h3>\r\n    <div class="member">Janet McCoy<br />\r\n    	<span class="organization">Oregon Zoo</span></div>\r\n    <div class="contact"><a href="">Send Janet an email</a></div>\r\n\r\n<h3 class="committee"><a href="/about/committees/professional-development/">Professional Development Committee</a></h3>\r\n    <div class="member">Tammy Schmidt, <span class="position">Chair</span><br />\r\n    	<span class="organization">Peoria Zoo, Peoria, IL</span></div>\r\n    <div class="contact"><a href="">Send Tammy an email</a></div>\r\n\r\n<h3 class="committee"><a href="/about/committees/conservation/">Conservation Committee</a></h3>\r\n    <div class="member">Penny Jolly, <span class="position">Co-Chair</span><br />\r\n    	<span class="organization">Disney\'s Animal Kingdom</span></div>\r\n    <div class="contact"><a href="">Send Penny an email</a></div>\r\n    <div class="member">Amanda Kamradt, <span class="position">Co-Chair</span><br />\r\n    	<span class="organization">Houston Zoo</span></div>\r\n    <div class="contact"><a href="">Send Amanda an email</a></div>', 'Committees', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2009-05-26 22:01:19', '2009-05-27 03:01:19', '', 12, 'http://dev.aazk.org/uncategorized/12-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (367, 1, '2009-05-31 16:40:04', '2009-05-31 21:40:04', '\nAbout the Cover/Information for Contributors\nScoops & Scuttlebutt\nFrom the Executive Director\nComing Events\nICZ/AAZK Conference 2009 - Update/Info\nAAZK Announces New Members\nCare and Management of Geriatric Animals in Zoos (order info)\nBowling for Rhinos Reminders for 2009\nTraining Tales (Operant Conditioning 0.3 Ostrich at the N.C. Zoo)\nNew Database to Help Zoos Manage, Find Animals\nIntroduction of a Young Hand-reared Japanese Macaque in a Group\nThe Formation of a Lion Pride at The San Diego Zoo’s Wild Animal Park\nBook Reviews (Standard and Common Current Scientific Names for N.A.\nAmphibians, Turtles, Reptiles and Crocodilians, 6th edition; and Frogs and Toads of North America)\nEnrichment Options (Enriching the Days of Our Elephants)\n7th Annual Turtle Survival Alliance Symposium\nFeeling Boxed In?  You’re Not Alone\nConservation/Legislative Update', 'June 2009', 0, '', 'inherit', 'closed', 'closed', '', '356-autosave', '', '', '2009-05-31 16:40:04', '2009-05-31 21:40:04', '', 356, 'http://dev.aazk.org/uncategorized/356-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (368, 1, '2009-05-31 16:04:04', '2009-05-31 21:04:04', 'test', 'June 2009', 0, '', 'inherit', 'closed', 'closed', '', '356-revision-2', '', '', '2009-05-31 16:04:04', '2009-05-31 21:04:04', '', 356, 'http://dev.aazk.org/uncategorized/356-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (369, 1, '2009-05-31 16:53:14', '2009-05-31 21:53:14', '<p><em>By Kymberlee Nelson<br />\nKeeper in Heart of Africa, Collections Husbandry and Science<br />\nSan Diego Zoo’s Wild Animal Park, Escondido, CA</em></p>\n\n', 'The Formation of a Lion (Panthera Leo) Pride  at The San Diego Zoo’s Wild Animal Park', 0, '', 'inherit', 'closed', 'closed', '', '359-autosave', '', '', '2009-05-31 16:53:14', '2009-05-31 21:53:14', '', 359, 'http://dev.aazk.org/uncategorized/359-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (370, 1, '2009-05-31 16:18:13', '2009-05-31 21:18:13', 'test', 'June-2009', 0, '', 'inherit', 'closed', 'closed', '', '359-revision-2', '', '', '2009-05-31 16:18:13', '2009-05-31 21:18:13', '', 359, 'http://dev.aazk.org/uncategorized/359-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (371, 1, '2009-05-31 16:45:11', '2009-05-31 21:45:11', '<p><em>By Kymberlee Nelson<br />\r\nKeeper in Heart of Africa, Collections Husbandry and Science<br />\r\nSan Diego Zoo’s Wild Animal Park, Escondido, CA</em></p>', 'The Formation of a Lion (Panthera Leo) Pride  at The San Diego Zoo’s Wild Animal Park', 0, '', 'inherit', 'closed', 'closed', '', '359-revision-3', '', '', '2009-05-31 16:45:11', '2009-05-31 21:45:11', '', 359, 'http://dev.aazk.org/uncategorized/359-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (372, 1, '2009-05-31 16:59:54', '2009-05-31 21:59:54', '', 'Arial View of Lion Camp', 0, 'Arial View of Lion Camp', 'inherit', 'closed', 'closed', '', 'arial-view-of-lion-exhibit', '', '', '2009-05-31 16:59:54', '2009-05-31 21:59:54', '', 359, 'http://dev.aazk.org/wp-content/uploads/arial-view-of-lion-exhibit.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (373, 1, '2009-05-31 16:57:01', '2009-05-31 21:57:01', '<p><em>By Kymberlee Nelson<br />\r\nKeeper in Heart of Africa, Collections Husbandry and Science<br />\r\nSan Diego Zoo’s Wild Animal Park, Escondido, CA</em></p>\r\n\r\n<h3>Abstract</h3>\r\n<p>Following SSP&reg; recommendations two, 3&frac12; year old, female, Transvaal lions (sisters) were bred to a 3&frac12; year old male. These pairings resulted in two litters (2.2 and 1.2) born four days apart. Following the behaviors of lions in the wild, the two litters, dams and sire were successfully introduced to form one large pride.</p>\r\n\r\n<h3>Introduction</h3>\r\n<p>Lions are the only truly social cats living in groups called prides. A pride is generally composed of a group of related females and several non-related males (although males are generally related to one another). The African lion is listed as vulnerable in the IUCN Red List and can be found in Appendix II of CITES. The AZA felid TAG set a target population size of 350 lions; both generic and pedigreed animals. Currently, there are 133 lions at 43 institutions managed by the Species Survival Plan (SSP&reg;), with a target population of 150 cats (SSP&reg; 2007).</p>\r\n\r\n<p>Captive breeding is determined by genetic analysis of the population with a goal of retaining 90% gene diversity for 100 years. The captive pedigreed population descends from 52 founders and is tracked and managed by the species coordinator and SSP&reg; Institutional Representatives. A Master Planning meeting is held each year where breeding recommendations and animal transfers are made.</p>\r\n\r\n<p>In the wild it has been shown that females younger than 36 months rarely conceived (Hanby &amp; Bygott,1987) and that the mean age of first reproduction for females was between four (Bertram, 1975; Hanby &amp; Bygott, 1987) and six and a half years (Packer <i>et al.</i>, 2001). In captivity this age is reduced and reproduction is seen as early as 18 months. Wild females generally come back into estrous when their cubs are 18 months old (about 10 months from the end of lactation) and her next litter can be expected to be born 24 months after the birth of any surviving cubs (Bertram, 1975).</p>\r\n\r\n<p>Arial View of Lion Camp</p>\r\n\r\n<p>Female pride members have been observed to come into estrus synchronously and therefore birth synchrony has been observed (Bertram, 1975; Packer &amp; Pusey, 1983). The female typically births one to four cubs in a secluded area away from the pride. It is not until the cubs are four to six weeks old that their dams will introduce them to the pride (Bertram, 1975; Packer &amp; Pusey, 1983; Pusey &amp; Packer, 1994). At this time, the dams and cubs will often form or join a cr&eacute;che, with cubs varying in age up to 150 days (Pusey &amp; Packer, 1994). Cubs will also be introduced to pride males, but the males play no role in the rearing of the offspring. The sire\'s primary responsibility is to provide a secure territory for the females of his pride and their offspring.</p>\r\n\r\n<p>The main advantage to forming a cr&eacute;che appears to be the communal defense of the cubs against invading males (Pusey &amp; Packer, 1994). Females of the same cr&eacute;che are known to associate closely with each other. Generally all females are present with their cubs or all are absent, leaving the cubs unattended for short periods of time (Pusey &amp; Packer, 1994). Females in a cr&eacute;che will allow cubs of other females to nurse. There is evidence, however, that females can distinguish between their own offspring and other cubs, but are virtually indiscriminate with cubs of first order relatives (Pusey &amp; Packer, 1994). Cubs wean at six to eight months of age, but will begin eating meat at two to three months (Bertram, 1975; Pusey &amp; Packer, 1994); although cubs remain dependent on their mothers for two years (Bertram, 1975; Pusey &amp; Packer, 1994; Packer &amp; Pusey, 1997).</p>\r\n\r\n<p>Average age of dispersal from the natal pride is two to four years for males (Pusey &amp; Packer, 1987) but males as young as 13-20 months may be forced out as a result of a pride takeover (Packer &amp; Pusey, 1983) and no males were observed with their natal prides past 65 months (Hanby &amp; Bygott, 1987). Most females are integrated into their natal prides but for those who emigrated all had left by four years of age (Hanby &amp; Bygott, 1987; Pusey &amp; Packer, 1987).</p>\r\n\r\n<h3>Methods and Results</h3>\r\n<p>Following SSP&reg; recommendations two, 3&frac12; year old, sibling female, Transvaal lions, Mina and Oshana, were bred to a 3&frac12; year old male, Izu. These pairings had previously resulted in Oshana giving birth to 0.2 on 16 May 2006 and Mina to 2.1 on 19 July 2006. The females were separated from their litters on 14 July 2007 due to...</p>\r\n\r\n<p><strong>Want to read the rest of this article on forming a Lion\'s Pride. For this and many more fascinating articles every month, see <em>Animal Keepers\' Forum</em>. AKF is available only by being a member of AAZK. JOIN NOW!</strong></p>', 'The Formation of a Lion (Panthera Leo) Pride  at The San Diego Zoo’s Wild Animal Park', 0, '', 'inherit', 'closed', 'closed', '', '359-revision-4', '', '', '2009-05-31 16:57:01', '2009-05-31 21:57:01', '', 359, 'http://dev.aazk.org/uncategorized/359-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (375, 1, '2009-05-31 17:01:50', '2009-05-31 22:01:50', '<p><em>By Kymberlee Nelson<br />\r\nKeeper in Heart of Africa, Collections Husbandry and Science<br />\r\nSan Diego Zoo’s Wild Animal Park, Escondido, CA</em></p>\r\n\r\n<h3>Abstract</h3>\r\n<p>Following SSP&reg; recommendations two, 3&frac12; year old, female, Transvaal lions (sisters) were bred to a 3&frac12; year old male. These pairings resulted in two litters (2.2 and 1.2) born four days apart. Following the behaviors of lions in the wild, the two litters, dams and sire were successfully introduced to form one large pride.</p>\r\n\r\n<h3>Introduction</h3>\r\n<p>Lions are the only truly social cats living in groups called prides. A pride is generally composed of a group of related females and several non-related males (although males are generally related to one another). The African lion is listed as vulnerable in the IUCN Red List and can be found in Appendix II of CITES. The AZA felid TAG set a target population size of 350 lions; both generic and pedigreed animals. Currently, there are 133 lions at 43 institutions managed by the Species Survival Plan (SSP&reg;), with a target population of 150 cats (SSP&reg; 2007).</p>\r\n\r\n<p>Captive breeding is determined by genetic analysis of the population with a goal of retaining 90% gene diversity for 100 years. The captive pedigreed population descends from 52 founders and is tracked and managed by the species coordinator and SSP&reg; Institutional Representatives. A Master Planning meeting is held each year where breeding recommendations and animal transfers are made.</p>\r\n\r\n<p>In the wild it has been shown that females younger than 36 months rarely conceived (Hanby &amp; Bygott,1987) and that the mean age of first reproduction for females was between four (Bertram, 1975; Hanby &amp; Bygott, 1987) and six and a half years (Packer <i>et al.</i>, 2001). In captivity this age is reduced and reproduction is seen as early as 18 months. Wild females generally come back into estrous when their cubs are 18 months old (about 10 months from the end of lactation) and her next litter can be expected to be born 24 months after the birth of any surviving cubs (Bertram, 1975).</p>\r\n\r\n<p>[caption id="attachment_372" align="alignleft" width="300" caption="Arial View of Lion Camp"]<img src="http://dev.aecetia.net/gws/aazk/wp-content/uploads/arial-view-of-lion-exhibit-300x225.jpg" alt="Arial View of Lion Camp" title="Arial View of Lion Camp" width="300" height="225" class="size-medium wp-image-372" />[/caption]Female pride members have been observed to come into estrus synchronously and therefore birth synchrony has been observed (Bertram, 1975; Packer &amp; Pusey, 1983). The female typically births one to four cubs in a secluded area away from the pride. It is not until the cubs are four to six weeks old that their dams will introduce them to the pride (Bertram, 1975; Packer &amp; Pusey, 1983; Pusey &amp; Packer, 1994). At this time, the dams and cubs will often form or join a cr&eacute;che, with cubs varying in age up to 150 days (Pusey &amp; Packer, 1994). Cubs will also be introduced to pride males, but the males play no role in the rearing of the offspring. The sire\'s primary responsibility is to provide a secure territory for the females of his pride and their offspring.</p>\r\n\r\n<p>The main advantage to forming a cr&eacute;che appears to be the communal defense of the cubs against invading males (Pusey &amp; Packer, 1994). Females of the same cr&eacute;che are known to associate closely with each other. Generally all females are present with their cubs or all are absent, leaving the cubs unattended for short periods of time (Pusey &amp; Packer, 1994). Females in a cr&eacute;che will allow cubs of other females to nurse. There is evidence, however, that females can distinguish between their own offspring and other cubs, but are virtually indiscriminate with cubs of first order relatives (Pusey &amp; Packer, 1994). Cubs wean at six to eight months of age, but will begin eating meat at two to three months (Bertram, 1975; Pusey &amp; Packer, 1994); although cubs remain dependent on their mothers for two years (Bertram, 1975; Pusey &amp; Packer, 1994; Packer &amp; Pusey, 1997).</p>\r\n\r\n<p>Average age of dispersal from the natal pride is two to four years for males (Pusey &amp; Packer, 1987) but males as young as 13-20 months may be forced out as a result of a pride takeover (Packer &amp; Pusey, 1983) and no males were observed with their natal prides past 65 months (Hanby &amp; Bygott, 1987). Most females are integrated into their natal prides but for those who emigrated all had left by four years of age (Hanby &amp; Bygott, 1987; Pusey &amp; Packer, 1987).</p>\r\n\r\n<h3>Methods and Results</h3>\r\n<p>Following SSP&reg; recommendations two, 3&frac12; year old, sibling female, Transvaal lions, Mina and Oshana, were bred to a 3&frac12; year old male, Izu. These pairings had previously resulted in Oshana giving birth to 0.2 on 16 May 2006 and Mina to 2.1 on 19 July 2006. The females were separated from their litters on 14 July 2007 due to...</p>\r\n\r\n<p><strong>Want to read the rest of this article on forming a Lion\'s Pride. For this and many more fascinating articles every month, see <em>Animal Keepers\' Forum</em>. AKF is available only by being a member of AAZK. JOIN NOW!</strong></p>', 'The Formation of a Lion (Panthera Leo) Pride  at The San Diego Zoo’s Wild Animal Park', 0, '', 'inherit', 'closed', 'closed', '', '359-revision-6', '', '', '2009-05-31 17:01:50', '2009-05-31 22:01:50', '', 359, 'http://dev.aazk.org/uncategorized/359-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (374, 1, '2009-05-31 17:00:54', '2009-05-31 22:00:54', '<p><em>By Kymberlee Nelson<br />\r\nKeeper in Heart of Africa, Collections Husbandry and Science<br />\r\nSan Diego Zoo’s Wild Animal Park, Escondido, CA</em></p>\r\n\r\n<h3>Abstract</h3>\r\n<p>Following SSP&reg; recommendations two, 3&frac12; year old, female, Transvaal lions (sisters) were bred to a 3&frac12; year old male. These pairings resulted in two litters (2.2 and 1.2) born four days apart. Following the behaviors of lions in the wild, the two litters, dams and sire were successfully introduced to form one large pride.</p>\r\n\r\n<h3>Introduction</h3>\r\n<p>Lions are the only truly social cats living in groups called prides. A pride is generally composed of a group of related females and several non-related males (although males are generally related to one another). The African lion is listed as vulnerable in the IUCN Red List and can be found in Appendix II of CITES. The AZA felid TAG set a target population size of 350 lions; both generic and pedigreed animals. Currently, there are 133 lions at 43 institutions managed by the Species Survival Plan (SSP&reg;), with a target population of 150 cats (SSP&reg; 2007).</p>\r\n\r\n<p>Captive breeding is determined by genetic analysis of the population with a goal of retaining 90% gene diversity for 100 years. The captive pedigreed population descends from 52 founders and is tracked and managed by the species coordinator and SSP&reg; Institutional Representatives. A Master Planning meeting is held each year where breeding recommendations and animal transfers are made.</p>\r\n\r\n<p>In the wild it has been shown that females younger than 36 months rarely conceived (Hanby &amp; Bygott,1987) and that the mean age of first reproduction for females was between four (Bertram, 1975; Hanby &amp; Bygott, 1987) and six and a half years (Packer <i>et al.</i>, 2001). In captivity this age is reduced and reproduction is seen as early as 18 months. Wild females generally come back into estrous when their cubs are 18 months old (about 10 months from the end of lactation) and her next litter can be expected to be born 24 months after the birth of any surviving cubs (Bertram, 1975).</p>\r\n\r\n<p><img src="http://dev.aecetia.net/gws/aazk/wp-content/uploads/arial-view-of-lion-exhibit-300x225.jpg" alt="Arial View of Lion Camp" title="Arial View of Lion Camp" width="300" height="225" class="aligncenter size-medium wp-image-372" /></p>\r\n\r\n<p>Female pride members have been observed to come into estrus synchronously and therefore birth synchrony has been observed (Bertram, 1975; Packer &amp; Pusey, 1983). The female typically births one to four cubs in a secluded area away from the pride. It is not until the cubs are four to six weeks old that their dams will introduce them to the pride (Bertram, 1975; Packer &amp; Pusey, 1983; Pusey &amp; Packer, 1994). At this time, the dams and cubs will often form or join a cr&eacute;che, with cubs varying in age up to 150 days (Pusey &amp; Packer, 1994). Cubs will also be introduced to pride males, but the males play no role in the rearing of the offspring. The sire\'s primary responsibility is to provide a secure territory for the females of his pride and their offspring.</p>\r\n\r\n<p>The main advantage to forming a cr&eacute;che appears to be the communal defense of the cubs against invading males (Pusey &amp; Packer, 1994). Females of the same cr&eacute;che are known to associate closely with each other. Generally all females are present with their cubs or all are absent, leaving the cubs unattended for short periods of time (Pusey &amp; Packer, 1994). Females in a cr&eacute;che will allow cubs of other females to nurse. There is evidence, however, that females can distinguish between their own offspring and other cubs, but are virtually indiscriminate with cubs of first order relatives (Pusey &amp; Packer, 1994). Cubs wean at six to eight months of age, but will begin eating meat at two to three months (Bertram, 1975; Pusey &amp; Packer, 1994); although cubs remain dependent on their mothers for two years (Bertram, 1975; Pusey &amp; Packer, 1994; Packer &amp; Pusey, 1997).</p>\r\n\r\n<p>Average age of dispersal from the natal pride is two to four years for males (Pusey &amp; Packer, 1987) but males as young as 13-20 months may be forced out as a result of a pride takeover (Packer &amp; Pusey, 1983) and no males were observed with their natal prides past 65 months (Hanby &amp; Bygott, 1987). Most females are integrated into their natal prides but for those who emigrated all had left by four years of age (Hanby &amp; Bygott, 1987; Pusey &amp; Packer, 1987).</p>\r\n\r\n<h3>Methods and Results</h3>\r\n<p>Following SSP&reg; recommendations two, 3&frac12; year old, sibling female, Transvaal lions, Mina and Oshana, were bred to a 3&frac12; year old male, Izu. These pairings had previously resulted in Oshana giving birth to 0.2 on 16 May 2006 and Mina to 2.1 on 19 July 2006. The females were separated from their litters on 14 July 2007 due to...</p>\r\n\r\n<p><strong>Want to read the rest of this article on forming a Lion\'s Pride. For this and many more fascinating articles every month, see <em>Animal Keepers\' Forum</em>. AKF is available only by being a member of AAZK. JOIN NOW!</strong></p>', 'The Formation of a Lion (Panthera Leo) Pride  at The San Diego Zoo’s Wild Animal Park', 0, '', 'inherit', 'closed', 'closed', '', '359-revision-5', '', '', '2009-05-31 17:00:54', '2009-05-31 22:00:54', '', 359, 'http://dev.aazk.org/uncategorized/359-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (376, 1, '2009-05-31 17:02:38', '2009-05-31 22:02:38', '<p><em>By Kymberlee Nelson<br />\r\nKeeper in Heart of Africa, Collections Husbandry and Science<br />\r\nSan Diego Zoo’s Wild Animal Park, Escondido, CA</em></p>\r\n\r\n<h3>Abstract</h3>\r\n<p>Following SSP&reg; recommendations two, 3&frac12; year old, female, Transvaal lions (sisters) were bred to a 3&frac12; year old male. These pairings resulted in two litters (2.2 and 1.2) born four days apart. Following the behaviors of lions in the wild, the two litters, dams and sire were successfully introduced to form one large pride.</p>\r\n\r\n<h3>Introduction</h3>\r\n<p>Lions are the only truly social cats living in groups called prides. A pride is generally composed of a group of related females and several non-related males (although males are generally related to one another). The African lion is listed as vulnerable in the IUCN Red List and can be found in Appendix II of CITES. The AZA felid TAG set a target population size of 350 lions; both generic and pedigreed animals. Currently, there are 133 lions at 43 institutions managed by the Species Survival Plan (SSP&reg;), with a target population of 150 cats (SSP&reg; 2007).</p>\r\n\r\n<p>Captive breeding is determined by genetic analysis of the population with a goal of retaining 90% gene diversity for 100 years. The captive pedigreed population descends from 52 founders and is tracked and managed by the species coordinator and SSP&reg; Institutional Representatives. A Master Planning meeting is held each year where breeding recommendations and animal transfers are made.</p>\r\n\r\n<p>In the wild it has been shown that females younger than 36 months rarely conceived (Hanby &amp; Bygott,1987) and that the mean age of first reproduction for females was between four (Bertram, 1975; Hanby &amp; Bygott, 1987) and six and a half years (Packer <i>et al.</i>, 2001). In captivity this age is reduced and reproduction is seen as early as 18 months. Wild females generally come back into estrous when their cubs are 18 months old (about 10 months from the end of lactation) and her next litter can be expected to be born 24 months after the birth of any surviving cubs (Bertram, 1975).</p>\r\n\r\n<p><img src="http://dev.aecetia.net/gws/aazk/wp-content/uploads/arial-view-of-lion-exhibit-300x225.jpg" alt="Arial View of Lion Camp" title="Arial View of Lion Camp" width="300" height="225" class="aligncenter size-medium wp-image-372" /></p>\r\n\r\n<p>Female pride members have been observed to come into estrus synchronously and therefore birth synchrony has been observed (Bertram, 1975; Packer &amp; Pusey, 1983). The female typically births one to four cubs in a secluded area away from the pride. It is not until the cubs are four to six weeks old that their dams will introduce them to the pride (Bertram, 1975; Packer &amp; Pusey, 1983; Pusey &amp; Packer, 1994). At this time, the dams and cubs will often form or join a cr&eacute;che, with cubs varying in age up to 150 days (Pusey &amp; Packer, 1994). Cubs will also be introduced to pride males, but the males play no role in the rearing of the offspring. The sire\'s primary responsibility is to provide a secure territory for the females of his pride and their offspring.</p>\r\n\r\n<p>The main advantage to forming a cr&eacute;che appears to be the communal defense of the cubs against invading males (Pusey &amp; Packer, 1994). Females of the same cr&eacute;che are known to associate closely with each other. Generally all females are present with their cubs or all are absent, leaving the cubs unattended for short periods of time (Pusey &amp; Packer, 1994). Females in a cr&eacute;che will allow cubs of other females to nurse. There is evidence, however, that females can distinguish between their own offspring and other cubs, but are virtually indiscriminate with cubs of first order relatives (Pusey &amp; Packer, 1994). Cubs wean at six to eight months of age, but will begin eating meat at two to three months (Bertram, 1975; Pusey &amp; Packer, 1994); although cubs remain dependent on their mothers for two years (Bertram, 1975; Pusey &amp; Packer, 1994; Packer &amp; Pusey, 1997).</p>\r\n\r\n<p>Average age of dispersal from the natal pride is two to four years for males (Pusey &amp; Packer, 1987) but males as young as 13-20 months may be forced out as a result of a pride takeover (Packer &amp; Pusey, 1983) and no males were observed with their natal prides past 65 months (Hanby &amp; Bygott, 1987). Most females are integrated into their natal prides but for those who emigrated all had left by four years of age (Hanby &amp; Bygott, 1987; Pusey &amp; Packer, 1987).</p>\r\n\r\n<h3>Methods and Results</h3>\r\n<p>Following SSP&reg; recommendations two, 3&frac12; year old, sibling female, Transvaal lions, Mina and Oshana, were bred to a 3&frac12; year old male, Izu. These pairings had previously resulted in Oshana giving birth to 0.2 on 16 May 2006 and Mina to 2.1 on 19 July 2006. The females were separated from their litters on 14 July 2007 due to...</p>\r\n\r\n<p><strong>Want to read the rest of this article on forming a Lion\'s Pride. For this and many more fascinating articles every month, see <em>Animal Keepers\' Forum</em>. AKF is available only by being a member of AAZK. JOIN NOW!</strong></p>', 'The Formation of a Lion (Panthera Leo) Pride  at The San Diego Zoo’s Wild Animal Park', 0, '', 'inherit', 'closed', 'closed', '', '359-revision-7', '', '', '2009-05-31 17:02:38', '2009-05-31 22:02:38', '', 359, 'http://dev.aazk.org/uncategorized/359-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (377, 1, '2009-05-31 16:18:30', '2009-05-31 21:18:30', 'test', 'June-2009', 0, '', 'inherit', 'closed', 'closed', '', '361-revision-2', '', '', '2009-05-31 16:18:30', '2009-05-31 21:18:30', '', 361, 'http://dev.aazk.org/uncategorized/361-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (378, 1, '2009-05-31 17:06:08', '2009-05-31 22:06:08', '', 'training_tails', 0, '', 'inherit', 'closed', 'closed', '', 'header_training_tails', '', '', '2009-05-31 17:06:08', '2009-05-31 22:06:08', '', 647, 'http://dev.aazk.org/wp-content/uploads/header_training_tails.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (379, 1, '2009-05-31 17:04:53', '2009-05-31 22:04:53', 'test', 'Operant Conditioning 0.3 Ostrich (Struthio camelus)  at the North Carolina Zoo', 0, '', 'inherit', 'closed', 'closed', '', '361-revision-3', '', '', '2009-05-31 17:04:53', '2009-05-31 22:04:53', '', 361, 'http://dev.aazk.org/uncategorized/361-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (380, 1, '2009-05-31 17:07:13', '2009-05-31 22:07:13', '<p>By Dana Urbanski, Keeper II<br />North Carolina Zoological Park, Asheboro, NC</p>', 'Operant Conditioning 0.3 Ostrich (Struthio camelus)  at the North Carolina Zoo', 0, '', 'inherit', 'closed', 'closed', '', '361-revision-4', '', '', '2009-05-31 17:07:13', '2009-05-31 22:07:13', '', 361, 'http://dev.aazk.org/uncategorized/361-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (381, 1, '2009-05-31 17:20:01', '2009-05-31 22:20:01', '<p>By Dana Urbanski, Keeper II<br />North Carolina Zoological Park, Asheboro, NC</p>\r\n\r\n<h3>Purpose</h3> \r\n<p>Through training, safely perform a physical exam, vaccinate and draw blood on 0.3 ostrich without using restraint devices (baffle boards or physical restraint).</p>\r\n\r\n<h3>Background</h3>\r\nThe Forest Edge exhibit at the North Carolina Zoological Park houses three seven year old female ostrich (Redbird, Bluebird, and Yellowbird) in a mixed species exhibit with zebra and giraffe. The ostrich are accustomed to "gating," or coming into designated holding stalls every morning. These stalls have a specially coated floor and are approximately 10ft. x 10 ft. [~3m x3m]. The ostrich are locked in the stalls between 30-45 minutes each morning to eat their grain while keepers service the exhibit. The ostrich are trained before they are released onto exhibit.</p>\r\n\r\n<h3>Training Background</h3>\r\n<p>In August of 2005 I began a training program with the ostrich. This was the first time a training plan had been implemented for these particular animals. The first task was to desensitize the ostrich by free feeding and then establishing the bridge while I was in the stall with them. Once they were calm being in close proximity to me, a training program was initiated. Training project forms and shaping plans were created. These forms help to organize objectives and target specific behaviors. Training sessions were 5-15 minutes long and were done three to four times a week.</p>\r\n\r\n<p>"Hooding" became the first training project. Hooding the ostrich became top priority so that annual physical exams could be done without the use of baffle boards and physical restraint. The ostrich were much calmer and more relaxed with the hoods on. The stress level of the ostrich, keepers and veterinary staff was also reduced. The success of the hood training prompted new training projects such as targeting, stationing, steady, physical exam desensitization, scale training and currently, leg and foot desensitization. Through the implementation of these training projects, hoods are no longer necessary when doing annual physical exams simply because the ostrich have become accustomed to daily tactile training.</p>\r\n\r\n<p>The author training the hooding behavior with 0.1 ostrich at the North Carolina Zoological Park. <em>(Photo: Becca Wentz, Keeper I)</em></p>\r\n\r\n<h3>Training Tools</h3>\r\n<ol>\r\n    <li><strong>Hood</strong> – made from the bottom two feet of a dark colored sweat pant leg, with the wide end sewn with a draw string.</li>\r\n    <li><strong>Target</strong> – a colored paddle approximately 3ft. long [~1m].</li>\r\n    <li><strong>Whistle</strong> – dog training style with lanyard to wear around neck.</li>\r\n    <li><strong>Platform metal scale</strong> – approximately 3ft. x 4ft. [0.914m x 1.219m] and 3" [7.62cm] off the ground with a black fatigue mat on top to help prevent slipping.</li>\r\n    <li><strong>Reward bucket</strong> – a small plastic measuring cup or hip bucket that can be worn on the waist line and hang on the hip for easy access to rewards.</li>\r\n    <li><strong>Training forms and shaping plans</strong> – forms that help organize training projects.</li>\r\n</ol>\r\n\r\n\r\n<h3>Trained Behaviors</h3>\r\n\r\n<h4>Hooding</h4>\r\n<p>Place the hood over trainer\'s right forearm with hand sticking out the wide end, when the ostrich comes down for a treat the hood can be pulled over the ostrich\'s head using the left or free hand. The ostrich were reinforced with repeatedly whistling and praise. Once the hood was removed the ostrich received bonus apple rewards. This behavior took about three months of desensitizing and training.</p>\r\n\r\n<h4>Targeting</h4>\r\n<p>Using the paddle target, ask the ostrich to touch the target with its beak. Ostrich are extremely curious and this came easy to all three. Within a week they were all targeting.</p>\r\n\r\n<h4>Steady</h4>\r\n<p>Using a paddle target as a visual focus item, ask the ostrich to steady. The ostrich should stand tall with neck straight up in the air and not peck at the target. I bounced back and forth with target and steady until both behaviors were learned. This behavior took three months for the ostrich to learn.</p>\r\n\r\n<h4>Stationing</h4>\r\n<p>Ask the ostrich to stand at a designated point in the stall, using a small plastic shovel and Wiffleballs&reg; clipped to the caging as visible stations. This behavior proved to be...</p>\r\n\r\n<p><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers\' Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. JOIN NOW!</strong></p>', 'Operant Conditioning 0.3 Ostrich (Struthio camelus)  at the North Carolina Zoo', 0, '', 'inherit', 'closed', 'closed', '', '361-revision-5', '', '', '2009-05-31 17:20:01', '2009-05-31 22:20:01', '', 361, 'http://dev.aazk.org/uncategorized/361-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (382, 1, '2009-05-31 17:21:22', '2009-05-31 22:21:22', '<p><em>By Dana Urbanski, Keeper II<br />North Carolina Zoological Park, Asheboro, NC</em></p>\n\n<h3>Purpose</h3> \n<p>Through training, safely perform a physical exam, vaccinate and draw blood on 0.3 ostrich without using restraint devices (baffle boards or physical restraint).</p>\n\n<h3>Background</h3>\nThe Forest Edge exhibit at the North Carolina Zoological Park houses three seven year old female ostrich (Redbird, Bluebird, and Yellowbird) in a mixed species exhibit with zebra and giraffe. The ostrich are accustomed to "gating," or coming into designated holding stalls every morning. These stalls have a specially coated floor and are approximately 10ft. x 10 ft. [~3m x3m]. The ostrich are locked in the stalls between 30-45 minutes each morning to eat their grain while keepers service the exhibit. The ostrich are trained before they are released onto exhibit.</p>\n\n<h3>Training Background</h3>\n<p>In August of 2005 I began a training program with the ostrich. This was the first time a training plan had been implemented for these particular animals. The first task was to desensitize the ostrich by free feeding and then establishing the bridge while I was in the stall with them. Once they were calm being in close proximity to me, a training program was initiated. Training project forms and shaping plans were created. These forms help to organize objectives and target specific behaviors. Training sessions were 5-15 minutes long and were done three to four times a week.</p>\n\n<p>"Hooding" became the first training project. Hooding the ostrich became top priority so that annual physical exams could be done without the use of baffle boards and physical restraint. The ostrich were much calmer and more relaxed with the hoods on. The stress level of the ostrich, keepers and veterinary staff was also reduced. The success of the hood training prompted new training projects such as targeting, stationing, steady, physical exam desensitization, scale training and currently, leg and foot desensitization. Through the implementation of these training projects, hoods are no longer necessary when doing annual physical exams simply because the ostrich have become accustomed to daily tactile training.</p>\n\n<p></p>\n\n<h3>Training Tools</h3>\n<ol>\n    <li><strong>Hood</strong> – made from the bottom two feet of a dark colored sweat pant leg, with the wide end sewn with a draw string.</li>\n    <li><strong>Target</strong> – a colored paddle approximately 3ft. long [~1m].</li>\n    <li><strong>Whistle</strong> – dog training style with lanyard to wear around neck.</li>\n    <li><strong>Platform metal scale</strong> – approximately 3ft. x 4ft. [0.914m x 1.219m] and 3" [7.62cm] off the ground with a black fatigue mat on top to help prevent slipping.</li>\n    <li><strong>Reward bucket</strong> – a small plastic measuring cup or hip bucket that can be worn on the waist line and hang on the hip for easy access to rewards.</li>\n    <li><strong>Training forms and shaping plans</strong> – forms that help organize training projects.</li>\n</ol>\n\n\n<h3>Trained Behaviors</h3>\n\n<h4>Hooding</h4>\n<p>Place the hood over trainer\'s right forearm with hand sticking out the wide end, when the ostrich comes down for a treat the hood can be pulled over the ostrich\'s head using the left or free hand. The ostrich were reinforced with repeatedly whistling and praise. Once the hood was removed the ostrich received bonus apple rewards. This behavior took about three months of desensitizing and training.</p>\n\n<h4>Targeting</h4>\n<p>Using the paddle target, ask the ostrich to touch the target with its beak. Ostrich are extremely curious and this came easy to all three. Within a week they were all targeting.</p>\n\n<h4>Steady</h4>\n<p>Using a paddle target as a visual focus item, ask the ostrich to steady. The ostrich should stand tall with neck straight up in the air and not peck at the target. I bounced back and forth with target and steady until both behaviors were learned. This behavior took three months for the ostrich to learn.</p>\n\n<h4>Stationing</h4>\n<p>Ask the ostrich to stand at a designated point in the stall, using a small plastic shovel and Wiffleballs&reg; clipped to the caging as visible stations. This behavior proved to be...</p>\n\n<p><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers\' Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. JOIN NOW!</strong></p>', 'Operant Conditioning 0.3 Ostrich (Struthio camelus)  at the North Carolina Zoo', 0, '', 'inherit', 'closed', 'closed', '', '361-autosave', '', '', '2009-05-31 17:21:22', '2009-05-31 22:21:22', '', 361, 'http://dev.aazk.org/uncategorized/361-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (383, 1, '2009-05-31 17:21:38', '2009-05-31 22:21:38', '', 'hooding-ostrich', 0, 'The author training the hooding behavior with 0.1 ostrich at the North Carolina Zoological Park. (Photo: Becca Wentz, Keeper I)', 'inherit', 'closed', 'closed', '', 'hooding-ostrich', '', '', '2009-05-31 17:21:38', '2009-05-31 22:21:38', '', 361, 'http://dev.aazk.org/wp-content/uploads/hooding-ostrich.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (384, 1, '2009-05-31 17:20:20', '2009-05-31 22:20:20', '<p><em>By Dana Urbanski, Keeper II<br />North Carolina Zoological Park, Asheboro, NC</em></p>\r\n\r\n<h3>Purpose</h3> \r\n<p>Through training, safely perform a physical exam, vaccinate and draw blood on 0.3 ostrich without using restraint devices (baffle boards or physical restraint).</p>\r\n\r\n<h3>Background</h3>\r\nThe Forest Edge exhibit at the North Carolina Zoological Park houses three seven year old female ostrich (Redbird, Bluebird, and Yellowbird) in a mixed species exhibit with zebra and giraffe. The ostrich are accustomed to "gating," or coming into designated holding stalls every morning. These stalls have a specially coated floor and are approximately 10ft. x 10 ft. [~3m x3m]. The ostrich are locked in the stalls between 30-45 minutes each morning to eat their grain while keepers service the exhibit. The ostrich are trained before they are released onto exhibit.</p>\r\n\r\n<h3>Training Background</h3>\r\n<p>In August of 2005 I began a training program with the ostrich. This was the first time a training plan had been implemented for these particular animals. The first task was to desensitize the ostrich by free feeding and then establishing the bridge while I was in the stall with them. Once they were calm being in close proximity to me, a training program was initiated. Training project forms and shaping plans were created. These forms help to organize objectives and target specific behaviors. Training sessions were 5-15 minutes long and were done three to four times a week.</p>\r\n\r\n<p>"Hooding" became the first training project. Hooding the ostrich became top priority so that annual physical exams could be done without the use of baffle boards and physical restraint. The ostrich were much calmer and more relaxed with the hoods on. The stress level of the ostrich, keepers and veterinary staff was also reduced. The success of the hood training prompted new training projects such as targeting, stationing, steady, physical exam desensitization, scale training and currently, leg and foot desensitization. Through the implementation of these training projects, hoods are no longer necessary when doing annual physical exams simply because the ostrich have become accustomed to daily tactile training.</p>\r\n\r\n<p>The author training the hooding behavior with 0.1 ostrich at the North Carolina Zoological Park. <em>(Photo: Becca Wentz, Keeper I)</em></p>\r\n\r\n<h3>Training Tools</h3>\r\n<ol>\r\n    <li><strong>Hood</strong> – made from the bottom two feet of a dark colored sweat pant leg, with the wide end sewn with a draw string.</li>\r\n    <li><strong>Target</strong> – a colored paddle approximately 3ft. long [~1m].</li>\r\n    <li><strong>Whistle</strong> – dog training style with lanyard to wear around neck.</li>\r\n    <li><strong>Platform metal scale</strong> – approximately 3ft. x 4ft. [0.914m x 1.219m] and 3" [7.62cm] off the ground with a black fatigue mat on top to help prevent slipping.</li>\r\n    <li><strong>Reward bucket</strong> – a small plastic measuring cup or hip bucket that can be worn on the waist line and hang on the hip for easy access to rewards.</li>\r\n    <li><strong>Training forms and shaping plans</strong> – forms that help organize training projects.</li>\r\n</ol>\r\n\r\n\r\n<h3>Trained Behaviors</h3>\r\n\r\n<h4>Hooding</h4>\r\n<p>Place the hood over trainer\'s right forearm with hand sticking out the wide end, when the ostrich comes down for a treat the hood can be pulled over the ostrich\'s head using the left or free hand. The ostrich were reinforced with repeatedly whistling and praise. Once the hood was removed the ostrich received bonus apple rewards. This behavior took about three months of desensitizing and training.</p>\r\n\r\n<h4>Targeting</h4>\r\n<p>Using the paddle target, ask the ostrich to touch the target with its beak. Ostrich are extremely curious and this came easy to all three. Within a week they were all targeting.</p>\r\n\r\n<h4>Steady</h4>\r\n<p>Using a paddle target as a visual focus item, ask the ostrich to steady. The ostrich should stand tall with neck straight up in the air and not peck at the target. I bounced back and forth with target and steady until both behaviors were learned. This behavior took three months for the ostrich to learn.</p>\r\n\r\n<h4>Stationing</h4>\r\n<p>Ask the ostrich to stand at a designated point in the stall, using a small plastic shovel and Wiffleballs&reg; clipped to the caging as visible stations. This behavior proved to be...</p>\r\n\r\n<p><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers\' Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. JOIN NOW!</strong></p>', 'Operant Conditioning 0.3 Ostrich (Struthio camelus)  at the North Carolina Zoo', 0, '', 'inherit', 'closed', 'closed', '', '361-revision-6', '', '', '2009-05-31 17:20:20', '2009-05-31 22:20:20', '', 361, 'http://dev.aazk.org/uncategorized/361-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (385, 1, '2009-05-31 17:22:01', '2009-05-31 22:22:01', '<p><em>By Dana Urbanski, Keeper II<br />North Carolina Zoological Park, Asheboro, NC</em></p>\r\n\r\n<h3>Purpose</h3> \r\n<p>Through training, safely perform a physical exam, vaccinate and draw blood on 0.3 ostrich without using restraint devices (baffle boards or physical restraint).</p>\r\n\r\n<h3>Background</h3>\r\nThe Forest Edge exhibit at the North Carolina Zoological Park houses three seven year old female ostrich (Redbird, Bluebird, and Yellowbird) in a mixed species exhibit with zebra and giraffe. The ostrich are accustomed to "gating," or coming into designated holding stalls every morning. These stalls have a specially coated floor and are approximately 10ft. x 10 ft. [~3m x3m]. The ostrich are locked in the stalls between 30-45 minutes each morning to eat their grain while keepers service the exhibit. The ostrich are trained before they are released onto exhibit.</p>\r\n\r\n<h3>Training Background</h3>\r\n<p>In August of 2005 I began a training program with the ostrich. This was the first time a training plan had been implemented for these particular animals. The first task was to desensitize the ostrich by free feeding and then establishing the bridge while I was in the stall with them. Once they were calm being in close proximity to me, a training program was initiated. Training project forms and shaping plans were created. These forms help to organize objectives and target specific behaviors. Training sessions were 5-15 minutes long and were done three to four times a week.</p>\r\n\r\n<p>"Hooding" became the first training project. Hooding the ostrich became top priority so that annual physical exams could be done without the use of baffle boards and physical restraint. The ostrich were much calmer and more relaxed with the hoods on. The stress level of the ostrich, keepers and veterinary staff was also reduced. The success of the hood training prompted new training projects such as targeting, stationing, steady, physical exam desensitization, scale training and currently, leg and foot desensitization. Through the implementation of these training projects, hoods are no longer necessary when doing annual physical exams simply because the ostrich have become accustomed to daily tactile training.</p>\r\n\r\n<p><img src="http://dev.aecetia.net/gws/aazk/wp-content/uploads/hooding-ostrich-300x225.jpg" alt="hooding-ostrich" title="hooding-ostrich" width="300" height="225" class="aligncenter size-medium wp-image-383" /></p>\r\n\r\n<h3>Training Tools</h3>\r\n<ol>\r\n    <li><strong>Hood</strong> – made from the bottom two feet of a dark colored sweat pant leg, with the wide end sewn with a draw string.</li>\r\n    <li><strong>Target</strong> – a colored paddle approximately 3ft. long [~1m].</li>\r\n    <li><strong>Whistle</strong> – dog training style with lanyard to wear around neck.</li>\r\n    <li><strong>Platform metal scale</strong> – approximately 3ft. x 4ft. [0.914m x 1.219m] and 3" [7.62cm] off the ground with a black fatigue mat on top to help prevent slipping.</li>\r\n    <li><strong>Reward bucket</strong> – a small plastic measuring cup or hip bucket that can be worn on the waist line and hang on the hip for easy access to rewards.</li>\r\n    <li><strong>Training forms and shaping plans</strong> – forms that help organize training projects.</li>\r\n</ol>\r\n\r\n\r\n<h3>Trained Behaviors</h3>\r\n\r\n<h4>Hooding</h4>\r\n<p>Place the hood over trainer\'s right forearm with hand sticking out the wide end, when the ostrich comes down for a treat the hood can be pulled over the ostrich\'s head using the left or free hand. The ostrich were reinforced with repeatedly whistling and praise. Once the hood was removed the ostrich received bonus apple rewards. This behavior took about three months of desensitizing and training.</p>\r\n\r\n<h4>Targeting</h4>\r\n<p>Using the paddle target, ask the ostrich to touch the target with its beak. Ostrich are extremely curious and this came easy to all three. Within a week they were all targeting.</p>\r\n\r\n<h4>Steady</h4>\r\n<p>Using a paddle target as a visual focus item, ask the ostrich to steady. The ostrich should stand tall with neck straight up in the air and not peck at the target. I bounced back and forth with target and steady until both behaviors were learned. This behavior took three months for the ostrich to learn.</p>\r\n\r\n<h4>Stationing</h4>\r\n<p>Ask the ostrich to stand at a designated point in the stall, using a small plastic shovel and Wiffleballs&reg; clipped to the caging as visible stations. This behavior proved to be...</p>\r\n\r\n<p><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers\' Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. JOIN NOW!</strong></p>', 'Operant Conditioning 0.3 Ostrich (Struthio camelus)  at the North Carolina Zoo', 0, '', 'inherit', 'closed', 'closed', '', '361-revision-7', '', '', '2009-05-31 17:22:01', '2009-05-31 22:22:01', '', 361, 'http://dev.aazk.org/uncategorized/361-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (386, 1, '2009-05-31 16:41:13', '2009-05-31 21:41:13', '<ul>\r\n    <li>About the Cover/Information for Contributors</li>\r\n    <li>Scoops &amp; Scuttlebutt</li>\r\n    <li>From the Executive Director</li>\r\n    <li>Coming Events</li>\r\n    <li>ICZ/AAZK Conference 2009 - Update/Info</li>\r\n    <li>AAZK Announces New Members</li>\r\n    <li>Care and Management of Geriatric Animals in Zoos (order info)</li>\r\n    <li>Bowling for Rhinos Reminders for 2009</li>\r\n    <li>Training Tales (Operant Conditioning 0.3 Ostrich at the N.C. Zoo)</li>\r\n    <li>New Database to Help Zoos Manage, Find Animals</li>\r\n    <li>Introduction of a Young Hand-reared Japanese Macaque in a Group</li>\r\n    <li>The Formation of a Lion Pride at The San Diego Zoo\'s Wild Animal Park</li>\r\n    <li>Book Reviews (Standard and Common Current Scientific Names for N.A. Amphibians, Turtles, Reptiles and Crocodilians, 6th edition; and Frogs and Toads of North America)</li>\r\n    <li>Enrichment Options (Enriching the Days of Our Elephants)</li>\r\n    <li>7th Annual Turtle Survival Alliance Symposium</li>\r\n    <li>Feeling Boxed In? You\'re Not Alone</li>\r\n    <li>Conservation/Legislative Update</li>\r\n</ul>', 'June 2009', 0, '', 'inherit', 'closed', 'closed', '', '356-revision-3', '', '', '2009-05-31 16:41:13', '2009-05-31 21:41:13', '', 356, 'http://dev.aazk.org/uncategorized/356-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (391, 1, '2009-05-31 17:33:43', '2009-05-31 22:33:43', '', 'geriatric_cover', 0, '', 'inherit', 'closed', 'closed', '', 'geriatric_cover', '', '', '2009-05-31 17:33:43', '2009-05-31 22:33:43', '', 0, 'http://dev.aazk.org/wp-content/uploads/geriatric_cover.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (533, 1, '2009-05-31 17:22:44', '2009-05-31 22:22:44', '<p><em>By Dana Urbanski, Keeper II<br />North Carolina Zoological Park, Asheboro, NC</em></p>\r\n\r\n<h3>Purpose</h3> \r\n<p>Through training, safely perform a physical exam, vaccinate and draw blood on 0.3 ostrich without using restraint devices (baffle boards or physical restraint).</p>\r\n\r\n<h3>Background</h3>\r\nThe Forest Edge exhibit at the North Carolina Zoological Park houses three seven year old female ostrich (Redbird, Bluebird, and Yellowbird) in a mixed species exhibit with zebra and giraffe. The ostrich are accustomed to "gating," or coming into designated holding stalls every morning. These stalls have a specially coated floor and are approximately 10ft. x 10 ft. [~3m x3m]. The ostrich are locked in the stalls between 30-45 minutes each morning to eat their grain while keepers service the exhibit. The ostrich are trained before they are released onto exhibit.</p>\r\n\r\n<h3>Training Background</h3>\r\n<p>In August of 2005 I began a training program with the ostrich. This was the first time a training plan had been implemented for these particular animals. The first task was to desensitize the ostrich by free feeding and then establishing the bridge while I was in the stall with them. Once they were calm being in close proximity to me, a training program was initiated. Training project forms and shaping plans were created. These forms help to organize objectives and target specific behaviors. Training sessions were 5-15 minutes long and were done three to four times a week.</p>\r\n\r\n<p>"Hooding" became the first training project. Hooding the ostrich became top priority so that annual physical exams could be done without the use of baffle boards and physical restraint. The ostrich were much calmer and more relaxed with the hoods on. The stress level of the ostrich, keepers and veterinary staff was also reduced. The success of the hood training prompted new training projects such as targeting, stationing, steady, physical exam desensitization, scale training and currently, leg and foot desensitization. Through the implementation of these training projects, hoods are no longer necessary when doing annual physical exams simply because the ostrich have become accustomed to daily tactile training.</p>\r\n\r\n<p>[caption id="attachment_383" align="alignleft" width="300" caption="The author training the hooding behavior with 0.1 ostrich at the North Carolina Zoological Park. (Photo: Becca Wentz, Keeper I)"]<img src="http://dev.aecetia.net/gws/aazk/wp-content/uploads/hooding-ostrich-300x225.jpg" alt="The author training the hooding behavior with 0.1 ostrich at the North Carolina Zoological Park. (Photo: Becca Wentz, Keeper I)" title="hooding-ostrich" width="300" height="225" class="size-medium wp-image-383" />[/caption]</p>\r\n\r\n<h3>Training Tools</h3>\r\n<ol>\r\n    <li><strong>Hood</strong> – made from the bottom two feet of a dark colored sweat pant leg, with the wide end sewn with a draw string.</li>\r\n    <li><strong>Target</strong> – a colored paddle approximately 3ft. long [~1m].</li>\r\n    <li><strong>Whistle</strong> – dog training style with lanyard to wear around neck.</li>\r\n    <li><strong>Platform metal scale</strong> – approximately 3ft. x 4ft. [0.914m x 1.219m] and 3" [7.62cm] off the ground with a black fatigue mat on top to help prevent slipping.</li>\r\n    <li><strong>Reward bucket</strong> – a small plastic measuring cup or hip bucket that can be worn on the waist line and hang on the hip for easy access to rewards.</li>\r\n    <li><strong>Training forms and shaping plans</strong> – forms that help organize training projects.</li>\r\n</ol>\r\n\r\n\r\n<h3>Trained Behaviors</h3>\r\n\r\n<h4>Hooding</h4>\r\n<p>Place the hood over trainer\'s right forearm with hand sticking out the wide end, when the ostrich comes down for a treat the hood can be pulled over the ostrich\'s head using the left or free hand. The ostrich were reinforced with repeatedly whistling and praise. Once the hood was removed the ostrich received bonus apple rewards. This behavior took about three months of desensitizing and training.</p>\r\n\r\n<h4>Targeting</h4>\r\n<p>Using the paddle target, ask the ostrich to touch the target with its beak. Ostrich are extremely curious and this came easy to all three. Within a week they were all targeting.</p>\r\n\r\n<h4>Steady</h4>\r\n<p>Using a paddle target as a visual focus item, ask the ostrich to steady. The ostrich should stand tall with neck straight up in the air and not peck at the target. I bounced back and forth with target and steady until both behaviors were learned. This behavior took three months for the ostrich to learn.</p>\r\n\r\n<h4>Stationing</h4>\r\n<p>Ask the ostrich to stand at a designated point in the stall, using a small plastic shovel and Wiffleballs&reg; clipped to the caging as visible stations. This behavior proved to be...</p>\r\n\r\n<p><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers\' Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. JOIN NOW!</strong></p>', 'Operant Conditioning 0.3 Ostrich (Struthio camelus)  at the North Carolina Zoo', 0, '', 'inherit', 'closed', 'closed', '', '361-revision-8', '', '', '2009-05-31 17:22:44', '2009-05-31 22:22:44', '', 361, 'http://aazk.org/uncategorized/361-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (394, 1, '2009-05-31 15:46:51', '2009-05-31 20:46:51', 'Need intro text for this page', 'Committees', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2009-05-31 15:46:51', '2009-05-31 20:46:51', '', 12, 'http://dev.aazk.org/uncategorized/12-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (395, 1, '2009-05-31 18:11:34', '2009-05-31 23:11:34', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-845" title="bob-mug2" alt="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2.jpg" width="158" height="155" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">President</div>\r\n<div class="title"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="affiliated_zoo_location">San Diego, CA</div>\r\n<div class="sevencol last">\r\n<ul class="committees">\r\n	<li>Professional Association and Husbandry liaisons</li>\r\n	<li>Membership Communication</li>\r\n	<li>Chapter Communication</li>\r\n</ul>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-846" title="penny" alt="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny.jpg" width="149" height="167" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Penny Jolly</div>\r\n<div class="title">Vice President</div>\r\n<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="affiliated_zoo_location">Orlando, FL</div>\r\n<div class="affiliated_zoo_location"></div>\r\n<div class="affiliated_zoo_location"><strong>EDUCATION</strong></div>\r\n<ul class="committees">\r\n	<li><a href="../committee/ethics-committee/">Ethics</a></li>\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/behavioral-husbandry/">Behavioral Husbandry</a></li>\r\n	<li>Professional Development</li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-medium wp-image-871" title="walz" alt="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-222x300.jpg" width="133" height="180" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="affiliated_zoo">Living Planet Aquarium</div>\r\n<div class="affiliated_zoo_location">Sandy, UT</div>\r\n<div class="affiliated_zoo_location"></div>\r\n<div class="affiliated_zoo_location"><strong>COMMUNICATION</strong></div>\r\n<ul class="committees">\r\n	<li>Communications Committee</li>\r\n	<li>Social Media</li>\r\n	<li>Board Communication</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-2131" title="wilson" alt="wilson" src="http://aecetia.net/gws/aazk/wp-content/uploads/wilson.jpg" width="150" height="181" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Kelly Wilson</div>\r\n<div class="title">Board Member</div>\r\n<div class="title"><a href="mailto:kelly.wilson@aecetia.net/gws/aazk">kelly.wilson@aecetia.net/gws/aazk</a></div>\r\n<div class="affiliated_zoo">Detroit Zoo</div>\r\n<div class="affiliated_zoo_location">Detroit, MI</div>\r\n<div class="affiliated_zoo_location"></div>\r\n<div class="affiliated_zoo_location"><strong>REGOGNITION</strong></div>\r\n<div class="affiliated_zoo_location">\r\n<ul class="committees">\r\n	<li><a href="../committee/awards-committee/">Awards</a></li>\r\n	<li><a href="../committee/grants-committee/">Grants</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-3325" alt="no-img" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/no-img.jpg" width="150" height="159" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Wendy Lenhart</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="wendy.lenhart@aecetia.net/gws/aazk">wendy.lenhart@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="affiliated_zoo">Philadelphia Zoo</div>\r\n<div class="affiliated_zoo_location">Philadelphia, PA</div>\r\n<div class="affiliated_zoo_location"></div>\r\n<div class="affiliated_zoo_location"><strong>CONSERVATION</strong></div>\r\n<ul class="committees">\r\n	<li><a href="../committee/bowling-for-rhinos/">Bowling for Rhinos</a></li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" alt="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" width="150" height="150" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">CEO/CFO</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="department">AAZK Inc. - Tucson, AZ</div>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"></div>\r\n<div class="sevencol last">\r\n<div class="name"></div>\r\n</div>\r\n</div>', 'Board of Directors', 0, '', 'publish', 'closed', 'closed', '', 'board-of-directors', '', '', '2014-04-08 15:28:16', '2014-04-08 20:28:16', '', 22, 'http://dev.aazk.org/?page_id=395', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5792, 2, '2014-04-08 15:28:16', '2014-04-08 20:28:16', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-845" title="bob-mug2" alt="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2.jpg" width="158" height="155" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">President</div>\r\n<div class="title"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="affiliated_zoo_location">San Diego, CA</div>\r\n<div class="sevencol last">\r\n<ul class="committees">\r\n	<li>Professional Association and Husbandry liaisons</li>\r\n	<li>Membership Communication</li>\r\n	<li>Chapter Communication</li>\r\n</ul>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-846" title="penny" alt="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny.jpg" width="149" height="167" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Penny Jolly</div>\r\n<div class="title">Vice President</div>\r\n<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="affiliated_zoo_location">Orlando, FL</div>\r\n<div class="affiliated_zoo_location"></div>\r\n<div class="affiliated_zoo_location"><strong>EDUCATION</strong></div>\r\n<ul class="committees">\r\n	<li><a href="../committee/ethics-committee/">Ethics</a></li>\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/behavioral-husbandry/">Behavioral Husbandry</a></li>\r\n	<li>Professional Development</li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-medium wp-image-871" title="walz" alt="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-222x300.jpg" width="133" height="180" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="affiliated_zoo">Living Planet Aquarium</div>\r\n<div class="affiliated_zoo_location">Sandy, UT</div>\r\n<div class="affiliated_zoo_location"></div>\r\n<div class="affiliated_zoo_location"><strong>COMMUNICATION</strong></div>\r\n<ul class="committees">\r\n	<li>Communications Committee</li>\r\n	<li>Social Media</li>\r\n	<li>Board Communication</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-2131" title="wilson" alt="wilson" src="http://aecetia.net/gws/aazk/wp-content/uploads/wilson.jpg" width="150" height="181" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Kelly Wilson</div>\r\n<div class="title">Board Member</div>\r\n<div class="title"><a href="mailto:kelly.wilson@aecetia.net/gws/aazk">kelly.wilson@aecetia.net/gws/aazk</a></div>\r\n<div class="affiliated_zoo">Detroit Zoo</div>\r\n<div class="affiliated_zoo_location">Detroit, MI</div>\r\n<div class="affiliated_zoo_location"></div>\r\n<div class="affiliated_zoo_location"><strong>REGOGNITION</strong></div>\r\n<div class="affiliated_zoo_location">\r\n<ul class="committees">\r\n	<li><a href="../committee/awards-committee/">Awards</a></li>\r\n	<li><a href="../committee/grants-committee/">Grants</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-3325" alt="no-img" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/no-img.jpg" width="150" height="159" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Wendy Lenhart</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="wendy.lenhart@aecetia.net/gws/aazk">wendy.lenhart@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="affiliated_zoo">Philadelphia Zoo</div>\r\n<div class="affiliated_zoo_location">Philadelphia, PA</div>\r\n<div class="affiliated_zoo_location"></div>\r\n<div class="affiliated_zoo_location"><strong>CONSERVATION</strong></div>\r\n<ul class="committees">\r\n	<li><a href="../committee/bowling-for-rhinos/">Bowling for Rhinos</a></li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" alt="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" width="150" height="150" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">CEO/CFO</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="department">AAZK Inc. - Tucson, AZ</div>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"></div>\r\n<div class="sevencol last">\r\n<div class="name"></div>\r\n</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2014-04-08 15:28:16', '2014-04-08 20:28:16', '', 395, 'https://www.aazk.org/395-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4779, 2, '2013-11-26 17:32:55', '2013-11-26 22:32:55', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-845" title="bob-mug2" alt="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2.jpg" width="158" height="155" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">President</div>\r\n<div class="title"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="affiliated_zoo_location">San Diego, CA</div>\r\n<div class="sevencol last">\r\n<ul class="committees">\r\n	<li>Professional Association and Husbandry liaisons</li>\r\n	<li>Membership Communication</li>\r\n	<li>Chapter Communication</li>\r\n</ul>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-846" title="penny" alt="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny.jpg" width="149" height="167" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Penny Jolly</div>\r\n<div class="title">Vice President</div>\r\n<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="affiliated_zoo_location">Orlando, FL</div>\r\n<div class="affiliated_zoo_location"></div>\r\n<div class="affiliated_zoo_location"><strong>EDUCATION</strong></div>\r\n<ul class="committees">\r\n	<li><a href="../committee/ethics-committee/">Ethics</a>,</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/behavioral-husbandry/">Behavioral Husbandry</a></li>\r\n	<li>Professional Development</li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-medium wp-image-871" title="walz" alt="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-222x300.jpg" width="133" height="180" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="affiliated_zoo">Living Planet Aquarium</div>\r\n<div class="affiliated_zoo_location">Sandy, UT</div>\r\n<div class="affiliated_zoo_location"></div>\r\n<div class="affiliated_zoo_location"><strong>COMMUNICATION</strong></div>\r\n<ul class="committees">\r\n	<li>Communications Committee</li>\r\n	<li>Social Media</li>\r\n	<li>Board Communication</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-2131" title="wilson" alt="wilson" src="http://aecetia.net/gws/aazk/wp-content/uploads/wilson.jpg" width="150" height="181" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Kelly Wilson</div>\r\n<div class="title">Board Member</div>\r\n<div class="title"><a href="mailto:kelly.wilson@aecetia.net/gws/aazk">kelly.wilson@aecetia.net/gws/aazk</a></div>\r\n<div class="affiliated_zoo">Detroit Zoo</div>\r\n<div class="affiliated_zoo_location">Detroit, MI</div>\r\n<div class="affiliated_zoo_location"></div>\r\n<div class="affiliated_zoo_location"><strong>REGOGNITION</strong></div>\r\n<div class="affiliated_zoo_location">\r\n<ul class="committees">\r\n	<li><a href="../committee/awards-committee/">Awards</a>,</li>\r\n	<li><a href="../committee/grants-committee/">Grants</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="hr"><img class="alignnone size-full wp-image-3325" alt="no-img" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/no-img.jpg" width="150" height="159" /></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"></div>\r\n<div class="sevencol last">\r\n<div class="name">Wendy Lenhart</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="wendy.lenhart@aecetia.net/gws/aazk">wendy.lenhart@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="affiliated_zoo">Philadelphia Zoo</div>\r\n<div class="affiliated_zoo_location">Philadelphia, PA</div>\r\n<div class="affiliated_zoo_location"></div>\r\n<div class="affiliated_zoo_location"><strong>CONSERVATION</strong></div>\r\n<ul class="committees">\r\n	<li><a href="../committee/bowling-for-rhinos/">Bowling for Rhinos</a>,</li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" alt="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" width="150" height="150" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">CEO/CFO</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="department">AAZK Inc. - Tucson, AZ</div>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-thumbnail wp-image-882" title="barbara" alt="barbara" src="http://aecetia.net/gws/aazk/wp-content/uploads/barbara-150x150.jpg" width="150" height="150" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Barbara Manspeaker</div>\r\n<div class="title">Administrative Secretary</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2013-11-26 17:32:55', '2013-11-26 22:32:55', '', 395, 'http://web3.gowebsolutions.com/~aazook/395-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4507, 1, '2013-11-06 17:23:18', '2013-11-06 22:23:18', '<div class="clearfix">\r\n	<div class="name fivecol first"><img class="alignnone size-full wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2.jpg" alt="bob-mug2" width="158" height="155" /></div>\r\n	<div class="sevencol last">\r\n		<div class="name">Bob Cisneros</div>\r\n		<div class="title">President<a href="mailto:bob.cisneros@aecetia.net/gws/aazk"></a></div>\r\n		<div class="title"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n	<div class="affiliated_zoo">San Diego Zoo</div>\r\n	<div class="affiliated_zoo_location">San Diego, CA</div>\r\n	<ul class="committees">\r\n		<li>Professional association and husbandry liaisons,</li>\r\n		<li><a href="../committee/professional-development-committee/">Professional Development</a>,</li>\r\n		<li>Media,</li>\r\n		<li>Social Media</li>\r\n	</ul>\r\n	</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="name fivecol first"><img class="alignnone size-full wp-image-846" title="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny.jpg" alt="penny" width="149" height="167" /></div>\r\n	<div class="sevencol last">\r\n		\r\n	<div class="name">Penny Jolly</div>\r\n	<div class="title">Vice President</div>\r\n	<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n	<div class="info">\r\n	</div>\r\n	<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n	<div class="affiliated_zoo_location">Orlando, FL</div>\r\n	<ul class="committees">\r\n		<li><a href="../committee/bowling-for-rhinos/">Bowling for Rhinos</a>,<a href="../committee/bowling-for-rhinos/"> </a><a href="../committee/bowling-for-rhinos/"></a></li>\r\n		<li><a href="../committee/ethics-committee/">Ethics</a>,</li>\r\n		<li><a href="http://aecetia.net/gws/aazk/committee/bylaws-committee/">Bylaws</a>,</li>\r\n		<li>Conservation Partners liaisons</li>\r\n	</ul>\r\n	</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="name fivecol first"><img class="alignnone size-medium wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-222x300.jpg" alt="walz" width="133" height="180" /></div>\r\n	<div class="sevencol last">\r\n		\r\n	<div class="name">Deana Walz</div>\r\n	<div class="title">Board Member</div>\r\n	<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n	<div class="info">\r\n	</div>\r\n	<div class="affiliated_zoo">Living Planet Aquarium</div>\r\n	<div class="affiliated_zoo_location">Sandy, UT</div>\r\n	<ul class="committees">\r\n		<li><a href="http://aecetia.net/gws/aazk/committee/behavioral-husbandry/">Behavioral Husbandry</a><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/"> </a><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/"></a></li>\r\n	</ul>\r\n	</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="name fivecol first"><img class="alignnone size-full wp-image-2131" title="wilson" src="http://aecetia.net/gws/aazk/wp-content/uploads/wilson.jpg" alt="wilson" width="150" height="181" /></div>\r\n	<div class="sevencol last">\r\n		\r\n	<div class="name">Kelly Wilson</div>\r\n	<div class="title">Board Member<a href="mailto:kelly.wilson@aecetia.net/gws/aazk"></a></div>\r\n	<div class="title"><a href="mailto:kelly.wilson@aecetia.net/gws/aazk">kelly.wilson@aecetia.net/gws/aazk</a></div>\r\n	<div class="affiliated_zoo">Detroit Zoo</div>\r\n	<div class="affiliated_zoo_location">Detroit, MI</div>\r\n	<div class="affiliated_zoo_location">\r\n	<ul class="committees">\r\n		<li><a href="http://aecetia.net/gws/aazk/committee/membership-resources/">Membership Resources</a><a href="../committee/bowling-for-rhinos/"> </a><a href="../committee/bowling-for-rhinos/"></a></li>\r\n	</ul>\r\n	</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-2258" title="wagner1" src="http://aecetia.net/gws/aazk/wp-content/uploads/wagner1.jpg" alt="wagner1" width="150" height="144" /></div>\r\n<div class="sevencol last">\r\n	\r\n<div class="name">Denise Wagner</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:denise.wagner@aecetia.net/gws/aazk">denise.wagner@aecetia.net/gws/aazk</a></div>\r\n<div class="info">\r\n</div>\r\n<div class="affiliated_zoo">Phoenix Zoo</div>\r\n<div class="affiliated_zoo_location">Phoenix, AZ</div>\r\n<ul class="committees">\r\n	<li><a href="../committee/awards-committee/">Awards</a>,</li>\r\n	<li><a href="../committee/grants-committee/">Grants</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="sevencol last">\r\n	\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">CEO/CFO</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n<div class="info">\r\n</div>\r\n<div class="department">AAZK Inc. - Tucson, AZ</div>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-thumbnail wp-image-882" title="barbara" src="http://aecetia.net/gws/aazk/wp-content/uploads/barbara-150x150.jpg" alt="barbara" width="150" height="150" /></div>\r\n<div class="sevencol last">\r\n	\r\n<div class="name">Barbara Manspeaker</div>\r\n<div class="title">Administrative Secretary</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n<div class="info">\r\n</div>\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2013-11-06 17:23:18', '2013-11-06 22:23:18', '', 395, 'http://web3.gowebsolutions.com/~aazook/395-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2868, 2, '2013-05-30 16:30:54', '2013-05-30 21:30:54', '<h2>Applications being accepted for the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></h2>\r\n<h2>Program Manager - Patty Pearthree</h2>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> <a href="/committee/bowling-for-rhinos/bfr-donation/"><img class="alignright size-full wp-image-2410" title="donate_button" src="http://aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\r\n<h2>Total Funds Raised to Date: <span style="color: #ff0000;">$4,321,808.48</span></h2>\r\n<h2><strong><strong>2012 Funds Raised: <span style="color: #ff0000;"><em>$337,191.09 - this is a new record for amount raised in a year!</em></span></strong></strong></h2>\r\n<strong>Purpose</strong>\r\n\r\nThe AAZK Bowling for Rhinos program provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s <strong>Bowling for Rhinos</strong> fund raiser began on a small scale and is now the signature conservation effort of AAZK.  BFR events  across North America  raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal  of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.   In 1990, AAZK began by supporting the Lewa Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the Program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"><img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"><img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\nCheck the calendar below to see if there is a local event in your area. If you would like to have your event listed, please send your BFR event date &amp; contact info to: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\n \r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing">click here</a>.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-05-30 16:30:54', '2013-05-30 21:30:54', '', 168, 'http://aazk.org/uncategorized/168-revision-68/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (396, 1, '2009-05-31 18:11:17', '2009-05-31 23:11:17', '', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2009-05-31 18:11:17', '2009-05-31 23:11:17', '', 395, 'http://dev.aazk.org/uncategorized/395-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (409, 1, '2009-05-31 20:44:10', '2009-06-01 01:44:10', '', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2009-05-31 20:44:10', '2009-06-01 01:44:10', '', 395, 'http://dev.aazk.org/uncategorized/395-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (412, 1, '2009-05-31 20:46:55', '2009-06-01 01:46:55', '<div class="bod">\r\n<div class="identity">\r\n<div class="name">Shane Good</div>\r\n<div class="title">President</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Cleveland Metroparks Zoo</div>\r\n<div class="affiliated_zoo_location">Cleveland, OH</div>\r\n<ul class="committees">\r\n<li><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a>, </li>\r\n<li>International Congress on Zookeeping</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Denise Wagner</div>\r\n<div class="title">Vice President</div>\r\n<div class="email"><a href="mailto:denise.wagner@aecetia.net/gws/aazk">denise.wagner@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Phoenix Zoo</div>\r\n<div class="affiliated_zoo_location">Phoenix, AZ</div>\r\n<ul class="committees">\r\n<li><a href="/committee/bylaws-committee/">Bylaws</a>, </li>\r\n<li><a href="/committee/ethics-committee/">Ethics</a>, </li>\r\n<li><a href="/committee/awards-committee/">Awards</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Jacque Blessington</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Kansas City Zoological Gardens</div>\r\n<div class="affiliated_zoo_location">Kansas City, MO</div>\r\n<ul class="committees">\r\n<li><a href="/committee/grants-committee/">Grants</a>, </li>\r\n<li><a href="/committee/membership-resources/">Membership Resources</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Tammy Root</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:tammy.root@aecetia.net/gws/aazk">tammy.root@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Indianapolis Zoo</div>\r\n<div class="affiliated_zoo_location">Indianapolis, IN</div>\r\n<ul class="committees">\r\n<li><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a>, </li>\r\n<li><a href="/committee/historian/">Historian</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="affiliated_zoo_location">San Diego, CA</div>\r\n<ul class="committees">\r\n<li><a href="/committee/professional-development-committee/">Professional Development</a>, </li>\r\n<li><a href="/committee/conservation-committee/">Conservation Committee</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Executive Director</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n<ul class="committees">\r\n<li><a href="/committee/annual-aazk-conferences/">Conferences</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Barbara Manspeaker</div>\r\n<div class="title">Administrative Secretary</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Susan Chan</div>\r\n<div class="title">Managing Editor AKF</div>\r\n<div class="email"><a href="mailto:susan.chan@aecetia.net/gws/aazk">susan.chan@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2009-05-31 20:46:55', '2009-06-01 01:46:55', '', 395, 'http://dev.aazk.org/uncategorized/395-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (397, 1, '2009-05-31 15:47:21', '2009-05-31 20:47:21', 'Need intro text here', 'Home Page', 0, '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2009-05-31 15:47:21', '2009-05-31 20:47:21', '', 3, 'http://dev.aazk.org/uncategorized/3-revision-23/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1686, 2, '2010-08-27 14:47:43', '2010-08-27 19:47:43', '<h3>Conference Program Chair</h3>\r\n<img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /> Ed Hansen\r\n<h3>Upcoming AAZK Conferences:</h3>\r\n<!--more-->\r\n<ul>\r\n	<li><strong>2011: </strong>San Diego, CA - San Diego Zoo - August 24-28        <a href="http://sdaazk.com/?page_id=15"> http://sdaazk.com/</a></li>\r\n</ul>\r\n<ul>\r\n	<li><strong>2012:</strong> Syracuse, NY - Rosamond Gifford Zoo - September 23-27</li>\r\n</ul>', 'Annual AAZK Conferences', 0, '', 'inherit', 'closed', 'closed', '', '160-revision-17', '', '', '2010-08-27 14:47:43', '2010-08-27 19:47:43', '', 160, 'http://aazk.org/uncategorized/160-revision-17/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (764, 2, '2009-10-15 15:07:55', '2009-10-15 20:07:55', 'San Diego\r\nAugust 24-28, 2011\r\n\r\nSyracuse\r\nSeptember 23-27, 2012', 'Upcoming Conferences', 0, '', 'inherit', 'closed', 'closed', '', '757-revision-4', '', '', '2009-10-15 15:07:55', '2009-10-15 20:07:55', '', 757, 'http://aazk.org/uncategorized/757-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (763, 2, '2013-05-30 11:16:39', '2013-05-30 16:16:39', '<strong>Greensboro, NC</strong>\n\nSeptember 22-26, 2013\n\n<strong>Orlando, FL</strong><\n\n\nSeptember 8-12, 2014\n\n\n<strong>St. Louis, MO</strong>\n\nSeptember 27 - October 1, 2015', 'Upcoming Conferences', 0, '', 'inherit', 'closed', 'closed', '', '757-autosave', '', '', '2013-05-30 11:16:39', '2013-05-30 16:16:39', '', 757, 'http://aazk.org/uncategorized/757-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (407, 1, '2009-05-31 18:00:59', '2009-05-31 23:00:59', 'Need intro text for this page', 'Committees', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2009-05-31 18:00:59', '2009-05-31 23:00:59', '', 12, 'http://dev.aazk.org/uncategorized/12-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (408, 1, '2009-05-31 18:11:34', '2009-05-31 23:11:34', '<div class="contact">\r\n	<div class="identity">\r\n        <div class="name">Shane Good</div>\r\n        <div class="title">President</div>\r\n        <div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n    </div>\r\n    \r\n	<div class="info">\r\n		<div class="affiliated_zoo">Cleveland Metroparks Zoo</div>\r\n		<div class="affiliated_zoo_location">Cleveland, OH</div>\r\n		<ul class="committees">\r\n			<li><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a>, </li>\r\n			<li>International Congress on Zookeeping</li>\r\n		</ul>\r\n	</div>\r\n</div>\r\n\r\n<div class="contact">\r\n	<div class="identity">\r\n        <div class="name">Denise Wagner</div>\r\n        <div class="title">Vice President</div>\r\n        <div class="email"><a href="mailto:denise.wagner@aecetia.net/gws/aazk">denise.wagner@aecetia.net/gws/aazk</a></div>\r\n    </div>\r\n    \r\n	<div class="info">\r\n		<div class="affiliated_zoo">Phoenix Zoo</div>\r\n		<div class="affiliated_zoo_location">Phoenix, AZ</div>\r\n		<ul class="committees">\r\n			<li><a href="/committee/bylaws-committee/">Bylaws</a>, </li>\r\n			<li><a href="/committee/ethics-committee/">Ethics</a>, </li>\r\n			<li><a href="/committee/awards-committee/">Awards</a></li>\r\n		</ul>\r\n	</div>\r\n</div>\r\n\r\n<div class="contact">\r\n	<div class="identity">\r\n        <div class="name">Jacque Blessington</div>\r\n        <div class="title">Board Member</div>\r\n        <div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n    </div>\r\n    \r\n	<div class="info">\r\n		<div class="affiliated_zoo">Kansas City Zoological Gardens</div>\r\n		<div class="affiliated_zoo_location">Kansas City, MO</div>\r\n		<ul class="committees">\r\n			<li><a href="/committee/grants-committee/">Grants</a>, </li>\r\n			<li><a href="/committee/membership-resources/">Membership Resources</a></li>\r\n		</ul>\r\n	</div>\r\n</div>\r\n\r\n<div class="contact">\r\n	<div class="identity">\r\n        <div class="name">Tammy Root</div>\r\n        <div class="title">Board Member</div>\r\n        <div class="email"><a href="mailto:tammy.root@aecetia.net/gws/aazk">tammy.root@aecetia.net/gws/aazk</a></div>\r\n    </div>\r\n    \r\n	<div class="info">\r\n		<div class="affiliated_zoo">Indianapolis Zoo</div>\r\n		<div class="affiliated_zoo_location">Indianapolis, IN</div>\r\n		<ul class="committees">\r\n			<li><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a>, </li>\r\n			<li><a href="/committee/historian/">Historian</a></li>\r\n		</ul>\r\n	</div>\r\n</div>\r\n\r\n<div class="contact">\r\n	<div class="identity">\r\n        <div class="name">Bob Cisneros</div>\r\n        <div class="title">Board Member</div>\r\n        <div class="email"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n    </div>\r\n    \r\n	<div class="info">\r\n		<div class="affiliated_zoo">San Diego Zoo</div>\r\n		<div class="affiliated_zoo_location">San Diego, CA</div>\r\n		<ul class="committees">\r\n			<li><a href="/committee/professional-development-committee/">Professional Development</a>, </li>\r\n			<li><a href="/committee/conservation-committee/">Conservation Committee</a></li>\r\n		</ul>\r\n	</div>\r\n</div>\r\n\r\n<div class="contact">\r\n	<div class="identity">\r\n        <div class="name">Ed Hansen</div>\r\n        <div class="title">Executive Director</div>\r\n        <div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n    </div>\r\n    \r\n	<div class="info">\r\n		<div class="department">AAZK Inc. - Topeka, KS</div>\r\n		<ul class="committees">\r\n			<li><a href="/committee/annual-aazk-conferences/">Conferences</a></li>\r\n		</ul>\r\n	</div>\r\n</div>\r\n\r\n<div class="contact">\r\n	<div class="identity">\r\n        <div class="name">Barbara Manspeaker</div>\r\n        <div class="title">Administrative Secretary</div>\r\n        <div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n    </div>\r\n    \r\n	<div class="info">\r\n		<div class="department">AAZK Inc. - Topeka, KS</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="contact">\r\n	<div class="identity">\r\n        <div class="name">Susan Chan</div>\r\n        <div class="title">Managing Editor AKF</div>\r\n        <div class="email"><a href="mailto:susan.chan@aecetia.net/gws/aazk">susan.chan@aecetia.net/gws/aazk</a></div>\r\n    </div>\r\n    \r\n	<div class="info">\r\n		<div class="department">AAZK Inc. - Topeka, KS</div>\r\n	</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2009-05-31 18:11:34', '2009-05-31 23:11:34', '', 395, 'http://dev.aazk.org/uncategorized/395-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (411, 1, '2009-05-31 20:45:34', '2009-06-01 01:45:34', '<div class="contact">\r\n<div class="identity">\r\n<div class="name">Shane Good</div>\r\n<div class="title">President</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Cleveland Metroparks Zoo</div>\r\n<div class="affiliated_zoo_location">Cleveland, OH</div>\r\n<ul class="committees">\r\n<li><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a>, </li>\r\n<li>International Congress on Zookeeping</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="contact">\r\n<div class="identity">\r\n<div class="name">Denise Wagner</div>\r\n<div class="title">Vice President</div>\r\n<div class="email"><a href="mailto:denise.wagner@aecetia.net/gws/aazk">denise.wagner@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Phoenix Zoo</div>\r\n<div class="affiliated_zoo_location">Phoenix, AZ</div>\r\n<ul class="committees">\r\n<li><a href="/committee/bylaws-committee/">Bylaws</a>, </li>\r\n<li><a href="/committee/ethics-committee/">Ethics</a>, </li>\r\n<li><a href="/committee/awards-committee/">Awards</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="contact">\r\n<div class="identity">\r\n<div class="name">Jacque Blessington</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Kansas City Zoological Gardens</div>\r\n<div class="affiliated_zoo_location">Kansas City, MO</div>\r\n<ul class="committees">\r\n<li><a href="/committee/grants-committee/">Grants</a>, </li>\r\n<li><a href="/committee/membership-resources/">Membership Resources</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="contact">\r\n<div class="identity">\r\n<div class="name">Tammy Root</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:tammy.root@aecetia.net/gws/aazk">tammy.root@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Indianapolis Zoo</div>\r\n<div class="affiliated_zoo_location">Indianapolis, IN</div>\r\n<ul class="committees">\r\n<li><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a>, </li>\r\n<li><a href="/committee/historian/">Historian</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="contact">\r\n<div class="identity">\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="affiliated_zoo_location">San Diego, CA</div>\r\n<ul class="committees">\r\n<li><a href="/committee/professional-development-committee/">Professional Development</a>, </li>\r\n<li><a href="/committee/conservation-committee/">Conservation Committee</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="contact">\r\n<div class="identity">\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Executive Director</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n<ul class="committees">\r\n<li><a href="/committee/annual-aazk-conferences/">Conferences</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="contact">\r\n<div class="identity">\r\n<div class="name">Barbara Manspeaker</div>\r\n<div class="title">Administrative Secretary</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n<div class="contact">\r\n<div class="identity">\r\n<div class="name">Susan Chan</div>\r\n<div class="title">Managing Editor AKF</div>\r\n<div class="email"><a href="mailto:susan.chan@aecetia.net/gws/aazk">susan.chan@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2009-05-31 20:45:34', '2009-06-01 01:45:34', '', 395, 'http://dev.aazk.org/uncategorized/395-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (410, 1, '2009-05-31 20:44:31', '2009-06-01 01:44:31', '<div class="contact">\r\n	<div class="identity">\r\n        <div class="name">Shane Good</div>\r\n        <div class="title">President</div>\r\n        <div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n    </div>\r\n	<div class="info">\r\n		<div class="affiliated_zoo">Cleveland Metroparks Zoo</div>\r\n		<div class="affiliated_zoo_location">Cleveland, OH</div>\r\n		<ul class="committees">\r\n			<li><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a>, </li>\r\n			<li>International Congress on Zookeeping</li>\r\n		</ul>\r\n	</div>\r\n</div>\r\n<div class="contact">\r\n	<div class="identity">\r\n        <div class="name">Denise Wagner</div>\r\n        <div class="title">Vice President</div>\r\n        <div class="email"><a href="mailto:denise.wagner@aecetia.net/gws/aazk">denise.wagner@aecetia.net/gws/aazk</a></div>\r\n    </div>\r\n	<div class="info">\r\n		<div class="affiliated_zoo">Phoenix Zoo</div>\r\n		<div class="affiliated_zoo_location">Phoenix, AZ</div>\r\n		<ul class="committees">\r\n			<li><a href="/committee/bylaws-committee/">Bylaws</a>, </li>\r\n			<li><a href="/committee/ethics-committee/">Ethics</a>, </li>\r\n			<li><a href="/committee/awards-committee/">Awards</a></li>\r\n		</ul>\r\n	</div>\r\n</div>\r\n<div class="contact">\r\n	<div class="identity">\r\n        <div class="name">Jacque Blessington</div>\r\n        <div class="title">Board Member</div>\r\n        <div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n    </div>\r\n	<div class="info">\r\n		<div class="affiliated_zoo">Kansas City Zoological Gardens</div>\r\n		<div class="affiliated_zoo_location">Kansas City, MO</div>\r\n		<ul class="committees">\r\n			<li><a href="/committee/grants-committee/">Grants</a>, </li>\r\n			<li><a href="/committee/membership-resources/">Membership Resources</a></li>\r\n		</ul>\r\n	</div>\r\n</div>\r\n<div class="contact">\r\n	<div class="identity">\r\n        <div class="name">Tammy Root</div>\r\n        <div class="title">Board Member</div>\r\n        <div class="email"><a href="mailto:tammy.root@aecetia.net/gws/aazk">tammy.root@aecetia.net/gws/aazk</a></div>\r\n    </div>\r\n	<div class="info">\r\n		<div class="affiliated_zoo">Indianapolis Zoo</div>\r\n		<div class="affiliated_zoo_location">Indianapolis, IN</div>\r\n		<ul class="committees">\r\n			<li><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a>, </li>\r\n			<li><a href="/committee/historian/">Historian</a></li>\r\n		</ul>\r\n	</div>\r\n</div>\r\n<div class="contact">\r\n	<div class="identity">\r\n        <div class="name">Bob Cisneros</div>\r\n        <div class="title">Board Member</div>\r\n        <div class="email"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n    </div>\r\n	<div class="info">\r\n		<div class="affiliated_zoo">San Diego Zoo</div>\r\n		<div class="affiliated_zoo_location">San Diego, CA</div>\r\n		<ul class="committees">\r\n			<li><a href="/committee/professional-development-committee/">Professional Development</a>, </li>\r\n			<li><a href="/committee/conservation-committee/">Conservation Committee</a></li>\r\n		</ul>\r\n	</div>\r\n</div>\r\n<div class="contact">\r\n	<div class="identity">\r\n        <div class="name">Ed Hansen</div>\r\n        <div class="title">Executive Director</div>\r\n        <div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n    </div>\r\n	<div class="info">\r\n		<div class="department">AAZK Inc. - Topeka, KS</div>\r\n		<ul class="committees">\r\n			<li><a href="/committee/annual-aazk-conferences/">Conferences</a></li>\r\n		</ul>\r\n	</div>\r\n</div>\r\n<div class="contact">\r\n	<div class="identity">\r\n        <div class="name">Barbara Manspeaker</div>\r\n        <div class="title">Administrative Secretary</div>\r\n        <div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n    </div>\r\n	<div class="info">\r\n		<div class="department">AAZK Inc. - Topeka, KS</div>\r\n	</div>\r\n</div>\r\n<div class="contact">\r\n	<div class="identity">\r\n        <div class="name">Susan Chan</div>\r\n        <div class="title">Managing Editor AKF</div>\r\n        <div class="email"><a href="mailto:susan.chan@aecetia.net/gws/aazk">susan.chan@aecetia.net/gws/aazk</a></div>\r\n    </div>\r\n	<div class="info">\r\n		<div class="department">AAZK Inc. - Topeka, KS</div>\r\n	</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2009-05-31 20:44:31', '2009-06-01 01:44:31', '', 395, 'http://dev.aazk.org/uncategorized/395-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (413, 2, '2014-04-08 15:29:17', '2014-04-08 20:29:17', '<div class="clearfix">\n<div class="name fivecol first"><img class="alignnone size-full wp-image-845" title="bob-mug2" alt="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2.jpg" width="158" height="155" /></div>\n<div class="name">Bob Cisneros</div>\n<div class="title">President</div>\n<div class="title"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\n<div class="affiliated_zoo">San Diego Zoo</div>\n<div class="affiliated_zoo_location">San Diego, CA</div>\n<div class="sevencol last">\n<ul class="committees">\n	<li>Professional Association and Husbandry liaisons</li>\n	<li>Membership Communication</li>\n	<li>Chapter Communication</li>\n</ul>\n</div>\n&nbsp;\n\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="name fivecol first"><img class="alignnone size-full wp-image-846" title="penny" alt="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny.jpg" width="149" height="167" /></div>\n<div class="sevencol last">\n<div class="name">Penny Jolly</div>\n<div class="title">Vice President</div>\n<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\n<div class="info"></div>\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\n<div class="affiliated_zoo_location">Orlando, FL</div>\n<div class="affiliated_zoo_location"></div>\n<div class="affiliated_zoo_location"><strong>EDUCATION</strong></div>\n<ul class="committees">\n	<li><a href="../committee/ethics-committee/">Ethics</a></li>\n	<li><a href="http://aecetia.net/gws/aazk/committee/behavioral-husbandry/">Behavioral Husbandry</a></li>\n	<li>Professional Development</li>\n	<li>Conservation Partners liaisons</li>\n</ul>\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="name fivecol first"><img class="alignnone size-medium wp-image-871" title="walz" alt="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-222x300.jpg" width="133" height="180" /></div>\n<div class="sevencol last">\n<div class="name">Deana Walz</div>\n<div class="title">Board Member</div>\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\n<div class="info"></div>\n<div class="affiliated_zoo">Living Planet Aquarium</div>\n<div class="affiliated_zoo_location">Sandy, UT</div>\n<div class="affiliated_zoo_location"></div>\n<div class="affiliated_zoo_location"><strong>COMMUNICATION</strong></div>\n<ul class="committees">\n	<li>Communications Committee</li>\n	<li>Social Media</li>\n	<li>Board Communication</li>\n</ul>\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="name fivecol first"><img class="alignnone size-full wp-image-2131" title="wilson" alt="wilson" src="http://aecetia.net/gws/aazk/wp-content/uploads/wilson.jpg" width="150" height="181" /></div>\n<div class="sevencol last">\n<div class="name">Kelly Wilson</div>\n<div class="title">Board Member</div>\n<div class="title"><a href="mailto:kelly.wilson@aecetia.net/gws/aazk">kelly.wilson@aecetia.net/gws/aazk</a></div>\n<div class="affiliated_zoo">Detroit Zoo</div>\n<div class="affiliated_zoo_location">Detroit, MI</div>\n<div class="affiliated_zoo_location"></div>\n<div class="affiliated_zoo_location"><strong>REGOGNITION</strong></div>\n<div class="affiliated_zoo_location">\n<ul class="committees">\n	<li><a href="../committee/awards-committee/">Awards</a></li>\n	<li><a href="../committee/grants-committee/">Grants</a></li>\n</ul>\n</div>\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="name fivecol first"><img class="alignnone size-full wp-image-3325" alt="no-img" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/no-img.jpg" width="150" height="159" /></div>\n<div class="sevencol last">\n<div class="name">Wendy Lenhart</div>\n<div class="title">Board Member</div>\n<div class="email"><a href="wendy.lenhart@aecetia.net/gws/aazk">wendy.lenhart@aecetia.net/gws/aazk</a></div>\n<div class="info"></div>\n<div class="affiliated_zoo">Philadelphia Zoo</div>\n<div class="affiliated_zoo_location">Philadelphia, PA</div>\n<div class="affiliated_zoo_location"></div>\n<div class="affiliated_zoo_location"><strong>CONSERVATION</strong></div>\n<ul class="committees">\n	<li><a href="../committee/bowling-for-rhinos/">Bowling for Rhinos</a></li>\n	<li>Conservation Partners liaisons</li>\n</ul>\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="name fivecol first"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" alt="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" width="150" height="150" /></div>\n<div class="sevencol last">\n<div class="name">Ed Hansen</div>\n<div class="title">CEO/CFO</div>\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\n<div class="info"></div>\n<div class="department">AAZK Inc. - Tucson, AZ</div>\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix"></div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-autosave-v1', '', '', '2014-04-08 15:29:17', '2014-04-08 20:29:17', '', 395, 'http://dev.aazk.org/uncategorized/395-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5793, 2, '2014-04-08 15:34:42', '2014-04-08 20:34:42', '<h4>Purpose</h4>\r\n<img class="alignleft wp-image-1132" title="Professional Development Committee Logo" alt="Professional Development Committee Logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="130" /> The Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\nThe Passerine Husbandry Workshop taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom. This a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds. <img class="alignright" title="Passerine Husbandry Workshop" alt="Passerine Husbandry Workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="125" />\r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo. This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry. This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry.\r\n<div class="first sixcol">\r\n\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" /> Dr. Robert Webster giving one of many bird husbandry talks[/caption]\r\n\r\n</div>\r\n<div class="sixcol">\r\n\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="alignright size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" /> Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge[/caption]\r\n\r\n</div>\r\n<h4>The Future</h4>\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n<h4>Professional Development Committee Members</h4>\r\n<div class="first sixcol">\r\n<p align="center"><strong>Co-Chair</strong></p>\r\n<img class="aligncenter" alt="Melaina Wallace - Disney\'s Animal Kingdom" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/melaina3.jpg" width="150" height="159" />\r\n<p align="center">Melaina Wallace - <em>Disney\'s Animal Kingdom</em></p>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<p align="center"><strong>Co-Chair</strong></p>\r\n<img class="aligncenter" alt="No Image Available" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/no-img.jpg" />\r\n<p align="center">Ellen Vossekull - <em>Utah\'s Hogle Zoo</em></p>\r\n\r\n</div>\r\n<div class="first sixcol"><strong>Victor Alm</strong>\r\n<em>Oakland Zoo</em>\r\n<strong>Leanne Blinco</strong>\r\n<em>Disney\'s Animal Kingdom</em>\r\n<strong>Mike Murray</strong>\r\n<em>Cleveland Metroparks Zoo</em>\r\n<strong>Aaron Jesue</strong>\r\n<em>North Carolina Zoo</em>\r\n<strong>Eunice Hui</strong>\r\n<em>CuriOdyssey</em>\r\n<strong>Dawn Sohr</strong>\r\n<em>Brookfield Zoo</em>\r\n<strong>Andrew Rowan</strong>\r\n<em>Denver Zoo</em></div>\r\n<div class="last sixcol"><strong>Anthony Nielsen</strong>\r\n<em>Lincoln Park Zoo</em>\r\n<strong>T\'noya Thopmson Gonzales</strong>\r\n<em>Moody Gardens</em>\r\n<strong>Chris Mooney</strong>\r\n<em>San Diego Zoo</em>\r\n<strong>Sasha Stallard</strong>\r\n<em>San Diego Zoo\'s Safari Park</em>\r\n<strong>Janee Thill</strong>\r\n<em>Sequoia Park Zoo</em>\r\n<strong>Emily Merola</strong>\r\n<em>Utah\'s Hogle Zoo</em></div>', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2014-04-08 15:34:42', '2014-04-08 20:34:42', '', 178, 'https://www.aazk.org/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4629, 2, '2013-11-22 14:03:36', '2013-11-22 19:03:36', 'An extensive listing of papers included in this July 2012 issue of the Animal Keepers\' Forum.\r\n\r\n**Please note there is a $10 charge added on to the final price for all orders shiped outside the United States - Please select shipping destination.**', 'Dedicated AKF Issue - Chelonians', 0, '', 'publish', 'closed', 'closed', '', 'dedicated-akf-issue-chelonians', '', '', '2014-03-14 13:23:12', '2014-03-14 18:23:12', '', 0, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5692, 2, '2014-03-10 14:03:03', '2014-03-10 19:03:03', 'DESCRIPTION\r\n\r\nTiger World is located just 20 minutes North of Charlotte, NC and has animals including Lions, Tigers, Leopards, Lemurs, Baboons, Bears and more. We have available 3-month Intern positions throughout the year including for the SPRING (March 28-June 24), SUMMER (June 27-Sept 23), and FALL (Sept 26-Dec 22) 2014. If you have always wanted an opportunity to work with these amazing animals please apply. Visit our website at<a href="http://www.tigerworld.us/" target="_blank">www.TigerWorld.us</a> to learn more about us.\r\n\r\nRESPONSIBILITIES\r\n\r\nInterns will have the opportunity to gain practical work experience and knowledge caring for Bears, Primates, and Big Cats. Under close supervision you will learn how to prepare diets, clean habitats, observe and document, implement enrichment, repair and build enclosures, give guided tours to visitors, assist with veterinary care, crate animals for transport and more. There are opportunities for extending the internship to six [6] months and more advanced learning depending upon your commitment, dedication, and how well you work with the team and animals.\r\n\r\nREQUIREMENTS\r\n\r\n1. Candidates should have at least two (2) years of program studies in zoology, animal management, biology, exotic animal husbandry or a related field. Applicants who have already achieved their bachelors is a plus.\r\n\r\n2. Must be able to do some heavy lifting of at least 50 pounds.\r\n\r\n3. Must be able to work in unfavorable weather conditions including rain, snow, extreme heat, and freezing temperatures.\r\n\r\n4. Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\n\r\n5. Must be able to follow instructions and required policies and procedures.\r\n\r\n6. Must be honest, trustworthy and organized.\r\n\r\n7. Must have valid driver\'s license and social security card or if from outside the US, a Green Card and Visa, or Visa Waiver Program.\r\n\r\n8. One [1] letter of reference/recommendation.\r\n\r\n9. Unofficial or official school transcript and/or a copy of your degree.\r\n\r\n10. Up to date vaccinations including for Tetanus and be TB Negative.\r\n\r\nCOMPENSATION\r\n\r\nThis is an unpaid voluntary position, however housing and a weekly stipend of $50 will be provided. The use of the company vehicle is available for insured drivers. We also evaluate the Interns for future employment opportunities with Tiger World.\r\n\r\nThis internship is not affiliated with a college or university for credit hours, however some colleges and universities have recognized Tiger World to fulfill internship requirements. It is the applicants responsibility to determine if your college or university recognizes Tiger World\'s Intern studies program.\r\n\r\nHOW TO APPLY\r\nPlease send your Resumé and Cover Letter to Careers@tigerworld.us along with your letter of recommendation and transcripts. We also enjoy pictures of your past experiences with your application. Please specify the months you will be available for the internship. We carefully evaluate all applicants and will call for interviews over the phone. Good Luck!', 'CARNIVORE/PRIMATE INTERN', 0, 'Tiger World Interns will have the opportunity to gain practical work experience and knowledge caring for Bears, Primates, and Big Cats. APPLY NOW!', 'inherit', 'closed', 'closed', '', '5359-revision-v1', '', '', '2014-03-10 14:03:03', '2014-03-10 19:03:03', '', 5359, 'https://www.aazk.org/5359-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (414, 1, '2009-05-31 20:51:04', '2009-06-01 01:51:04', '<div class="bod first">\r\n<div class="identity">\r\n<div class="name">Shane Good</div>\r\n<div class="title">President</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Cleveland Metroparks Zoo</div>\r\n<div class="affiliated_zoo_location">Cleveland, OH</div>\r\n<ul class="committees">\r\n<li><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a>, </li>\r\n<li>International Congress on Zookeeping</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Denise Wagner</div>\r\n<div class="title">Vice President</div>\r\n<div class="email"><a href="mailto:denise.wagner@aecetia.net/gws/aazk">denise.wagner@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Phoenix Zoo</div>\r\n<div class="affiliated_zoo_location">Phoenix, AZ</div>\r\n<ul class="committees">\r\n<li><a href="/committee/bylaws-committee/">Bylaws</a>, </li>\r\n<li><a href="/committee/ethics-committee/">Ethics</a>, </li>\r\n<li><a href="/committee/awards-committee/">Awards</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Jacque Blessington</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Kansas City Zoological Gardens</div>\r\n<div class="affiliated_zoo_location">Kansas City, MO</div>\r\n<ul class="committees">\r\n<li><a href="/committee/grants-committee/">Grants</a>, </li>\r\n<li><a href="/committee/membership-resources/">Membership Resources</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Tammy Root</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:tammy.root@aecetia.net/gws/aazk">tammy.root@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Indianapolis Zoo</div>\r\n<div class="affiliated_zoo_location">Indianapolis, IN</div>\r\n<ul class="committees">\r\n<li><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a>, </li>\r\n<li><a href="/committee/historian/">Historian</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="affiliated_zoo_location">San Diego, CA</div>\r\n<ul class="committees">\r\n<li><a href="/committee/professional-development-committee/">Professional Development</a>, </li>\r\n<li><a href="/committee/conservation-committee/">Conservation Committee</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Executive Director</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n<ul class="committees">\r\n<li><a href="/committee/annual-aazk-conferences/">Conferences</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Barbara Manspeaker</div>\r\n<div class="title">Administrative Secretary</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Susan Chan</div>\r\n<div class="title">Managing Editor AKF</div>\r\n<div class="email"><a href="mailto:susan.chan@aecetia.net/gws/aazk">susan.chan@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2009-05-31 20:51:04', '2009-06-01 01:51:04', '', 395, 'http://dev.aazk.org/uncategorized/395-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (415, 1, '2009-05-31 21:14:32', '2009-06-01 02:14:32', '', 'All Job Listings', 0, '', 'publish', 'closed', 'closed', '', 'all', '', '', '2013-10-28 14:04:40', '2013-10-28 19:04:40', '', 69, 'http://dev.aazk.org/?page_id=415', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (416, 1, '2009-05-31 21:14:18', '2009-06-01 02:14:18', '', 'All Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '415-revision-v1', '', '', '2009-05-31 21:14:18', '2009-06-01 02:14:18', '', 415, 'http://dev.aazk.org/uncategorized/415-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (417, 1, '2009-05-26 10:46:28', '2009-05-26 15:46:28', '', 'Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2009-05-26 10:46:28', '2009-05-26 15:46:28', '', 69, 'http://dev.aazk.org/uncategorized/69-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (418, 1, '2009-05-31 21:14:32', '2009-06-01 02:14:32', '', 'All Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '415-revision-v1', '', '', '2009-05-31 21:14:32', '2009-06-01 02:14:32', '', 415, 'http://dev.aazk.org/uncategorized/415-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (419, 1, '2009-05-31 21:15:36', '2009-06-01 02:15:36', '', 'Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2009-05-31 21:15:36', '2009-06-01 02:15:36', '', 69, 'http://dev.aazk.org/uncategorized/69-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (420, 2, '2012-01-20 17:34:28', '2012-01-20 22:34:28', '<h3><a href="/jobs/index.php">Login or Register to Post a Job!</a></h3>\nIf you have previously registered as a "user" on this site, you need do nothing. If your institution has never posted a job on this site and you wish to establish a new user account in order to post a job listing, you will need to register and set up your account. Only jobs related to the animal care field will be posted on this site. <a href="/jobs/register.php">Click here to set up a "user" account</a>.\n\nAAZK Institutional Members will receive unlimited free job postings as long as their membership remains active.\n\nNon-AAZK Institutional member facilities may purchase listings at the following rates. Non-member postings will receive a return email explaining payment options and such job postings will not become active until posting fee is paid.\n<ul>\n	<li>$250/year: unlimited listings; each good for 60 days</li>\n	<li>$125/6 months: unlimited listings; each good for 60 days</li>\n	<li>$50/listing; good for 60 days</li>\n</ul>\nOnce you have posted a job listing, it will remain "pending" until approved by an AAZK Web Administrator. AAZK reserves the right to approve each job posting and may reject postings not in line with the goals and objectives of AAZK, Inc.\n\nPlease contact AAZK to purchase Job Postings or for more information about AAZK Institutional Membership.\n\nTo apply for an Institutional Membership please click on the following link. <a href="/join/">Become an AAZK Institutional Member</a>!\n\nInstitutions wishing to advertise employment opportunities, must register an account and login to submit postings online.\nAAZK reserves the right to approve each job posting.', 'Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '69-autosave-v1', '', '', '2012-01-20 17:34:28', '2012-01-20 22:34:28', '', 69, 'http://dev.aazk.org/uncategorized/69-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (421, 1, '2009-05-31 21:18:24', '2009-06-01 02:18:24', '<p>As of 1 September ONLY AAZK Institutional Members will receive unlimited free job postings as long as their membership remains active.</p>\r\n<p>Non-AAZK Institutional member facilities may purchase listings at the following rates. Non-member postings will receive a return email explaining payment options and such job postings will not become active until posting fee is paid.</p>\r\n<ul>\r\n    <li>$250/year: unlimited listings; each good for 60 days</li>\r\n    <li>$125/6 months: unlimited listings; each good for 60 days</li>\r\n    <li>$50/listing; good for 60 days</li>\r\n</ul>\r\n<p>Once you have posted a job listing, it will remain "pending" until approved by an AAZK Web Administrator. AAZK reserves the right to approve each job posting and may reject posting not in line with the goals and objectives of AAZK, Inc.</p>\r\n<p>Please contact AAZK to purchase Job Postings or for more information about AAZK Institutional Membership.</p>\r\n<p>To apply for an Institutional Membership please click on the following link. Become an AAZK Institutional Member!</p>\r\n<p>Institutions wishing to advertise employment opportunities, must register an account and login to submit postings online or, email pertinent data to email pertinent data to Susan</p>\r\n<p>Listings must be sent as MS Word attachments and follow the format used in listings currently posted on this website.</p>\r\n<p>AAZK reserves the right to approve each job posting</p>', 'Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2009-05-31 21:18:24', '2009-06-01 02:18:24', '', 69, 'http://dev.aazk.org/uncategorized/69-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (422, 1, '2009-05-31 21:19:47', '2009-06-01 02:19:47', '<p>As of 1 September ONLY AAZK Institutional Members will receive unlimited free job postings as long as their membership remains active.</p>\r\n<p>Non-AAZK Institutional member facilities may purchase listings at the following rates. Non-member postings will receive a return email explaining payment options and such job postings will not become active until posting fee is paid.</p>\r\n<ul>\r\n    <li>$250/year: unlimited listings; each good for 60 days</li>\r\n    <li>$125/6 months: unlimited listings; each good for 60 days</li>\r\n    <li>$50/listing; good for 60 days</li>\r\n</ul>\r\n<p>Once you have posted a job listing, it will remain "pending" until approved by an AAZK Web Administrator. AAZK reserves the right to approve each job posting and may reject posting not in line with the goals and objectives of AAZK, Inc.</p>\r\n<p>Please contact AAZK to purchase Job Postings or for more information about AAZK Institutional Membership.</p>\r\n<p>To apply for an Institutional Membership please click on the following link. <a href="/join-aazk/">Become an AAZK Institutional Member!</a></p>\r\n<p>Institutions wishing to advertise employment opportunities, must register an account and login to submit postings online or, email pertinent data to email pertinent data to Susan</p>\r\n<p>Listings must be sent as MS Word attachments and follow the format used in listings currently posted on this website.</p>\r\n<p>AAZK reserves the right to approve each job posting</p>', 'Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2009-05-31 21:19:47', '2009-06-01 02:19:47', '', 69, 'http://dev.aazk.org/uncategorized/69-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (423, 1, '2009-05-31 21:16:09', '2009-06-01 02:16:09', '', 'All Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '415-revision-v1', '', '', '2009-05-31 21:16:09', '2009-06-01 02:16:09', '', 415, 'http://dev.aazk.org/uncategorized/415-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (424, 1, '2009-05-31 21:20:33', '2009-06-01 02:20:33', '<p>As of 1 September ONLY AAZK Institutional Members will receive unlimited free job postings as long as their membership remains active.</p>\r\n<p>Non-AAZK Institutional member facilities may purchase listings at the following rates. Non-member postings will receive a return email explaining payment options and such job postings will not become active until posting fee is paid.</p>\r\n<ul>\r\n    <li>$250/year: unlimited listings; each good for 60 days</li>\r\n    <li>$125/6 months: unlimited listings; each good for 60 days</li>\r\n    <li>$50/listing; good for 60 days</li>\r\n</ul>\r\n<p>Once you have posted a job listing, it will remain "pending" until approved by an AAZK Web Administrator. AAZK reserves the right to approve each job posting and may reject posting not in line with the goals and objectives of AAZK, Inc.</p>\r\n<p>Please contact AAZK to purchase Job Postings or for more information about AAZK Institutional Membership.</p>\r\n<p>To apply for an Institutional Membership please click on the following link. <a href="/join-aazk/">Become an AAZK Institutional Member!</a></p>\r\n<p>Institutions wishing to advertise employment opportunities, must register an account and login to submit postings online or, email pertinent data to <a href="mailto:susan.chan@aecetia.net/gws/aazk">email pertinent data to Susan</a></p>\r\n<p>Listings must be sent as MS Word attachments and follow the format used in listings currently posted on this website.</p>\r\n<p>AAZK reserves the right to approve each job posting</p>', 'Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2009-05-31 21:20:33', '2009-06-01 02:20:33', '', 69, 'http://dev.aazk.org/uncategorized/69-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (971, 2, '2010-01-01 14:17:38', '2010-01-01 19:17:38', '<em>By\r\nStacy Johnson and Angela Matthews, Animal Keepers\r\nDisney’s Animal Kingdom, Lake Buena Vista, Florida</em>\r\n\r\n<strong>Background</strong>\r\nChinese alligators (<em>Alligator sinensis</em>) are one of the smallest crocodilians, with adult males reaching six feet long [~1.83m] from snout to tail, and weighing up to 90 pounds [40.82kg].  Chinese alligators are also one of the most critically endangered crocodilian species, with less than 300 left in the wild.  They are restricted to a reserve around the lower Yangtze River, in the Anhui province in China. While the wild population suffers, numbers in captivity are very healthy.\r\n\r\nFrom our original eight Chinese alligators brought to Disney’s Animal Kingdom in 1997, we now have one female, “Birdie”, who was transferred to an off-exhibit holding area in 1999.  Since we were going to be working around her very closely, keeper and animal safety were a priority.  Within the last year, several husbandry initiatives were accomplished, both in training and enrichment, which have had a great impact on both the animal, as well as her caretakers.\r\n\r\n<strong>Enclosure Renovation</strong>\r\nSince “Birdie” may be a long-term resident, we decided to make some modifications to her husbandry program.  Her previous housing was limited to one stall with a pool and a strip of land for sunning (Figure 1).  When the other alligators were shipped out, we had ample space to increase her enclosure size.\r\n\r\nShe was given two large stalls; one with a bigger pool and grass for sunning and the other filled with dirt substrate.  These stalls are separated with a shifting corridor, where her crate will be housed, and can be closed off with guillotine doors.  Her enclosure furniture now consists of: deadfall, a ladder for sunning in the water, grass, dirt, and plants, all of which help provide a more complex environment (Figure 2).\r\n<img class="size-full wp-image-966 alignnone" title="alligator1" src="http://aecetia.net/gws/aazk/wp-content/uploads/alligator1.jpg" alt="alligator1" width="688" height="469" />\r\n<strong></strong>\r\n\r\n<strong>Figure 1:</strong> previous Chinese alligator off-exhibit holding (<em>photo: Stacy Johnson</em>)\r\n\r\n<img class="size-full wp-image-967 alignnone" title="alligator2" src="http://aecetia.net/gws/aazk/wp-content/uploads/alligator2.jpg" alt="alligator2" width="688" height="457" />\r\n\r\n<strong>Figure 2:</strong> current Chinese alligator off-exhibit holding (<em>photo: Stacy Johnson</em>)\r\n\r\nUsing this model, we set our goals to encourage natural behavior such as locomotion, burrowing, digging, foraging, sunning, hiding, vocalizing, and swimming. To ensure she received a regular rotation of daily enrichment, we developed a schedule for implementation. We documented her interactions with the enrichment items on daily observation sheets. We found the most effective enrichment to be……..\r\n\r\n<strong>Want to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'Training and Enrichment Advances for a Chinese Alligator at Disney’s Animal Kingdom', 0, '', 'inherit', 'closed', 'closed', '', '965-revision-4', '', '', '2010-01-01 14:17:38', '2010-01-01 19:17:38', '', 965, 'http://aazk.org/uncategorized/965-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (434, 1, '2009-05-31 22:19:33', '2009-06-01 03:19:33', '<p><a href="/jobs/index.php">Post a Job (Login)</a></p>\r\n<p>As of 1 September ONLY AAZK Institutional Members will receive unlimited free job postings as long as their membership remains active.</p>\r\n<p>Non-AAZK Institutional member facilities may purchase listings at the following rates. Non-member postings will receive a return email explaining payment options and such job postings will not become active until posting fee is paid.</p>\r\n<ul>\r\n    <li>$250/year: unlimited listings; each good for 60 days</li>\r\n    <li>$125/6 months: unlimited listings; each good for 60 days</li>\r\n    <li>$50/listing; good for 60 days</li>\r\n</ul>\r\n<p>Once you have posted a job listing, it will remain "pending" until approved by an AAZK Web Administrator. AAZK reserves the right to approve each job posting and may reject posting not in line with the goals and objectives of AAZK, Inc.</p>\r\n<p>Please contact AAZK to purchase Job Postings or for more information about AAZK Institutional Membership.</p>\r\n<p>To apply for an Institutional Membership please click on the following link. <a href="/join-aazk/">Become an AAZK Institutional Member!</a></p>\r\n<p>Institutions wishing to advertise employment opportunities, must register an account and login to submit postings online or, email pertinent data to <a href="mailto:susan.chan@aecetia.net/gws/aazk">email pertinent data to Susan</a></p>\r\n<p>Listings must be sent as MS Word attachments and follow the format used in listings currently posted on this website.</p>\r\n<p>AAZK reserves the right to approve each job posting</p>', 'Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2009-05-31 22:19:33', '2009-06-01 03:19:33', '', 69, 'http://dev.aazk.org/uncategorized/69-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (435, 1, '2013-06-26 09:42:01', '2013-06-26 14:42:01', '<strong style="line-height: 1.5em;">August 4-7, 2014 </strong><span style="line-height: 1.5em;">- 12th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles.  Orlando, FL.  For more information go to: <a href="http://www.turtlesurvival.org">www.turtlesurvival.org</a></span>\r\n\r\n<strong>September 8-12, 2014</strong> - AAZK Conference, Orlando FL. Hosted by Disney\'s Animal Kingdom. For information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n\r\n<strong>September 10-15, 2014 </strong>- International Wild Waterfowl Association Conference, Salt Lake City, UT m For more information visit: <a href="http://www.wildwaterfowl.org">www.wildwaterfowl.org</a>\r\n\r\n<strong>September 12-18, 2014</strong> - AZA National Conference, Orlando, FL.  Hosted by Disney’s Animal Kingdom, The Seas, and SeaWorld Orlando. For more information visit <a href="http://www.aza.org">www.aza.org</a>\r\n\r\n<strong>September 21, 2014</strong> - Bird Conservation Alliance Meeting St. Louis, MO Hosted by: American Bird Conservancy For more information go to: <a href="/do/redirect?url=http%253A%252F%252Fwww.afwaannualmeeting.org%252Fschedule.html" target="_blank">http://www.afwaannualmeeting.org/schedule.html</a>\r\n\r\n<strong>October 1-5, 2014 - </strong>The Detroit Zoological Society’s Center for Zoo Animal Welfare is offering a unique five-day workshop October 1-5, 2014 for animal care staff working with captive exotic animals. The workshop is designed to help participants better understand animals’ perspectives and experiences, address the challenges captivity imposes on animal welfare, and develop the skills necessary to assess and improve overall well-being.\r\n\r\nWorkshop format includes lectures, discussions, small group projects, demonstrations, and multiple hands-on opportunities with animal environments at the Detroit Zoo.  Exercises are immersive and designed to help us understand captivity from the animal’s point of view. Get ready to experience the zoo the way the animals do!Early registration ends August 15! For additional information, including downloading the registration form and hotel information, please visit <a href="/do/redirect?url=http%253A%252F%252Fwww.czaw.org">www.czaw.org</a>.\r\n\r\n<strong>October 6-8, 2014 </strong>- 3rd International Flamingo Symposium Hosted by SeaWorld San Diego, San Diego. CA.  For more information contact: laurie.conrad@SeaWorld.com\r\n\r\n<strong>October 6-9, 2014 - </strong>Hosted by the Houston Zoo\r\n\r\n<strong>Orangutan SSP Husbandry Workshop &amp; Conservation Summit</strong>\r\n\r\nThe SSP Husbandry Workshop will be held in conjunction with an Orangutan Conservation Summit at the Houston Zoo. The meeting will feature a full day husbandry workshop on Monday, October 6, 2014, covering topics pertaining to captive populations including enrichment, training, and veterinary care, through presentations, posters and panel discussions. The Conservation Summit will begin on October 7, 2014 and focus on exploring the emergent issues facing wild orangutans, as well as helping more zoos holding orangutans commit to participating in the vital role of saving them. Houston is lining up key personnel involved in orangutan conservation across Borneo and Sumatra for this very special event.\r\n\r\nFor more info: <a href="http://www.houstonzoo.org/orangutan-husbandry-workshop-and-conservation-summit/" target="_blank">http://www.houstonzoo.org/<wbr />orangutan-husbandry-workshop-<wbr />and-conservation-summit/</a> or contact <a href="mailto:conservation@houstonzoo.org" target="_blank">conservation@houstonzoo.org</a>\r\n\r\n<strong>October 7-11, 2014 </strong>- National Conference of the Association of the Zoo and Aquarium Docents and Volunteers (AZADV).  Hosted by the Zoological Society of Milwaukee County Zoo and Zoo Pride, Milwaukee, WI.  For more information visit: http://<a href="http://www.zoosociety.org/azadv2014">www.zoosociety.org/azadv2014</a>\r\n\r\n<strong>October 8-11, 2014 </strong>- Advancing Bear Care 2014,  Barasov, Romania.  For more information visit: <a href="http://www.bearcaregroup.org">www.bearcaregroup.org</a>\r\n\r\n<b>November 10-13, 2014</b> - Zoological Association of America (ZAA) National Conference, Gulf Breeze, FL  - Hosted by the Gulf Breeze Zoo.  For more information visit: <a href="http://www.zaa.org">www.zaa.org</a><b>\r\n</b>\r\n\r\n<strong>December 8-12, 2014</strong> - Training and Enrichment Workshop for Zoo and Aquarium Animals Galveston, TX Hosted by Moody Gardens Presented by Active Environments and Shape of Enrichment For more information contact: <a href="/do/mail/message/mailto?to=dolsen%40moodygardens.com">dolsen@moodygardens.com</a>\r\n\r\n<strong>February 16-20, 2015</strong>\r\n\r\nMARINE MAMMAL BEHAVIOR AND CONSERVATION - Location: Los Cabos, Baja California, Mexico\r\n\r\nA unique educational opportunity for those interested in learning more about whales, dolphins and sea lions. This is a cutting-edge workshop designed to teach from firsthand, personal experience how to create human-nature connections. You will also learn how animals under human care serve as ambassadors for their species and how sustainable, eco-tourism helps to promote environmental awareness.\r\n\r\nRegistration is Open.\r\n\r\nFor more information please go to <a href="/do/redirect?url=http%253A%252F%252Fwww.abcanimaltraining.com%252Flos_cabos">www.abcanimaltraining.com/los_cabos</a>\r\n\r\nAnd contact Shelley Wood at <a href="/do/mail/message/mailto?to=swood%40abcanimaltraining.com">swood@abcanimaltraining.com</a>', 'Coming Events', 0, '', 'publish', 'closed', 'closed', '', 'coming-events', '', '', '2014-08-12 10:52:40', '2014-08-12 15:52:40', '', 200, 'http://dev.aazk.org/?page_id=435', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4571, 2, '2013-11-21 12:19:00', '2013-11-21 17:19:00', '&nbsp;\r\n\r\n<strong>February 5-8, 2014</strong> - 22nd International Association of Avian Trainers and Educators Conference, Dallas TX 2014: Texas Fly\'em.  For more information go to:  IAATE.org\r\n\r\n<strong>March 10-13, 2014 </strong>- Association of Zoo Veterinary Technicians (AZVT) Focus Group:  The Art and Science of hand-rearing.  Santa Rosa, CA  The workshop concentrates solely on the hand-rearing of zoo carnivore and ungulate species.  For more information contact: Gail Hedberg at ghedberg@safariwest.com\r\n\r\n<strong>March 15-19, 2014</strong> - Otter Keeper Workshop, Denver, CO  Hosted by the Denver Zoo and Denver Downtown Aquarium.  For more information go to: otterkeepersworkshop.org\r\n\r\n<strong>March 22-28, 2014</strong> AZA Mid-year Meeting, Memphis, TN  For more information go to: AAZA.org/midyearmeeting\r\n\r\n<strong>April 13-18, 2014 </strong>ABMA’s 14th Annual Conference Dallas, TX For more information go to: <a href="http://theabma.org/" target="_blank">theabma.org</a>\r\n\r\n<strong>August 4-7, 2014 </strong>- 12th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles.  Orlando, FL.  For more information go to: turtlesurvival.org\r\n\r\n<strong>September 8-12, 2014</strong> - AAZK Conference, Orlando FL. Hosted by Disney\'s Animal Kingdom. For information on upcoming AAZK conferences, watch the AAZK website at www.aecetia.net/gws/aazk.\r\n\r\n<strong>September 12-18, 2014</strong> - AZA National Conference, Orlando, FL.  Hosted by Disney’s Animal Kingdom, The Seas, and SeaWorld Orlando. For more information visit aza.org\r\n\r\n<strong>Otober 6-8, 2014 </strong>- 3rd International Flamingo Symposium Hosted by SeaWorld San Diego, San Diego. CA.  For more information contact: laurie.conrad@SeaWorld.com', 'Coming Events', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2013-11-21 12:19:00', '2013-11-21 17:19:00', '', 435, 'http://web3.gowebsolutions.com/~aazook/435-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2879, 2, '2013-06-27 12:16:43', '2013-06-27 17:16:43', 'July 8-12, 2013 - Zoos and Aquariums Committing to Conservation (ZACC) - Hosted by Blank Park Zoo, Des Moines, Iowa.  The conference will bring together colleagues from the field and zoos in an informal setting to network, share ideas and support one another in our shared commitment to conservation.  Registration is available at blankparkzoo.com  Contact Jessie Lowry with questions at jrlowry@blankparkzoo.org. \r\n\r\nAugust 7-10, 2013 - 11th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles - St. Louis, MO. Co-hosted by the Turtle Survival Alliance and the IUCN-TFTSG. Please visit turtlesurvival.org/get-involved/conference for more information, or contact Heather Lowe at Hlowe@turtlesurvival.org. \r\n\r\nSeptember 22-26  2013 - AAZK National Conference - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter. \r\n\r\nOctober 3-6, 2013 - Advancing Bear Care 2013 - Woodlands Wildlife Refuge, Clinton, NJ. The conference dates, hotel, program, and adjunct activities will be announced soon.   For current information and updates check ABC 2013 UPDATES often. bearcaregroup.org \r\n\r\nOctober 13-17, 2013 - WAZA Annual Conference - Hosted by Disney’s Animal Kingdom. For more information go to: waza.org. \r\n\r\nOctober 15-18, 2013 - ICEE ─ International Conference on Environmental Enrichment - Hosted by the National Zoological Gardens of South Africa at the Kwalata Game Ranch,   South Africa.  For more information, go to nzg.ac.za/icee2013. \r\n\r\nNovember 10-14, 2013 - Zoological Association of America (ZAA) Annual Conference, Phoenix, AZ. For more information go to zaa.org. \r\n\r\nUpcoming AAZK National Conferences 2013 - Greensboro, NC  - September 22-26 2013 - Orlando, FL - September 8-12 For information on upcoming AAZK conferences, watch the AAZK website at www.aecetia.net/gws/aazk. \r\n\r\nUpcoming AZA National Conferences September 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO For info on AZA Conferences, see http://aza.org.', 'Coming Events 2013', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2013-06-27 12:16:43', '2013-06-27 17:16:43', '', 435, 'http://aazk.org/uncategorized/435-revision-84/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2873, 2, '2013-06-26 10:50:38', '2013-06-26 15:50:38', 'June 5-6, 2013 - 2nd International Symposium on Zoo Animal Welfare, Brookfield Zoo. For more information:  czs.org/symposium. June 9-13, 2013 - Shape of Enrichment Workshop - Omaha’s Henry Doorly Zoo and Aquarium, Omaha, Nebraska. Hosted by the Omaha AAZK Chapter. For more information contact: robinfreise@hotmail.com or visit enrichment.org and click under “New Events”. June 13-16, 2013 - 3rd Seminar on Venomous Animal Safety and Husbandry, Hosted by Catoctin Wildlife Preserve and Zoo, Thurmont, MD. For more information visit CWPZoo.com. Registration deadline is May 25, 2013. June 23-26, 2013 - Felid Tag Husbandry Course, plus... June 27-29, 2013 - AZA Felid TAG Mid-Year Meeting - Hosted by Jacksonville Zoo and Gardens, Jacksonville, FL. For more information go to: felidtag.org or contact felidtag2013@jacksonvillezoo.org. July 8-12, 2013 - Zoos and Aquariums Committing to Conservation (ZACC) - Hosted by Blank Park Zoo, Des Moines, Iowa.  The conference will bring together colleagues from the field and zoos in an informal setting to network, share ideas and support one another in our shared commitment to conservation.  Registration is available at blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1.  Contact Jessie Lowry with questions at jrlowry@blankparkzoo.org. August 7-10, 2013 - 11th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles - St. Louis, MO. Co-hosted by the Turtle Survival Alliance and the IUCN-TFTSG. Please visit turtlesurvival.org/get-involved/conference for more information, or contact Heather Lowe at Hlowe@turtlesurvival.org. September 22-26  2013 - AAZK National Conference - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter. October 3-6, 2013 - Advancing Bear Care 2013 - Woodlands Wildlife Refuge, Clinton, NJ. The conference dates, hotel, program, and adjunct activities will be announced soon.   For current information and updates check ABC 2013 UPDATES often. bearcaregroup.org/#!abc_2013_updates/c10h4 October 13-17, 2013 - WAZA Annual Conference - Hosted by Disney’s Animal Kingdom. For more information go to: waza.org. October 15-18, 2013 - ICEE ─ International Conference on Environmental Enrichment - Hosted by the National Zoological Gardens of South Africa at the Kwalata Game Ranch,   South Africa.  For more information, go to nzg.ac.za/icee2013. November 10-14, 2013 - Zoological Association of America (ZAA) Annual Conference, Phoenix, AZ. For more information go to zaa.org. Upcoming AAZK National Conferences 2013 - Greensboro, NC  - September 22-26 2014 - Orlando, FL - September 8-12 2015 - St. Louis, MO September 27 - October 1 For information on upcoming AAZK conferences, watch the AAZK website at www.aecetia.net/gws/aazk. Upcoming AZA National Conferences September 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO For info on AZA Conferences, see http://aza.org/ConfWork/AC_Intro/index.html.', 'Coming Events June 2013', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2013-06-26 10:50:38', '2013-06-26 15:50:38', '', 435, 'http://aazk.org/uncategorized/435-revision-78/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2856, 2, '2013-11-26 12:05:41', '2013-11-26 17:05:41', '<span style="color: #993300;">Donate to Bowling for Rhinos today and help save five rhino species and their ecosystems. </span>\r\n\r\nVisitors and Members may give a general donation or may donate in the name of a local AAZK Chapter - directed donations will be credited to Chapter totals.\r\n\r\nIn <em>lieu</em> of an Event, AAZK Chapters may use this feature to donate to Bowling for Rhinos.\r\n\r\n<em><strong>Please Note: </strong>The donation feature is <strong>not</strong> intended for AAZK Chapters or Event Holders to pay their registration fee or forward their Event monies to BFR.  Registration fees and Event totals should be forwarded to Patty Pearthree - BFR Program Manager.</em>\r\n\r\n<span style="color: #993300;">Thank you for your gift to support conservation.  All donations are <strong>100% tax deductible</strong>.</span>\r\n\r\n[gravityform id="5" name="Bowling for Rhinos Donate" title="false" description="false"]', 'Donation to Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '2782-autosave-v1', '', '', '2013-11-26 12:05:41', '2013-11-26 17:05:41', '', 2782, 'http://aazk.org/uncategorized/2782-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4768, 1, '2013-11-26 12:31:19', '2013-11-26 17:31:19', '<div class="first sixcol">\r\n<h3>American Association of Zoo Keepers</h3>\r\n<strong>Address:</strong> 8476 E. Speedway Blvd., Ste. 204\r\nTucson, Arizona 85710-1728\r\n\r\n<strong>Phone Number:</strong>  1.520.298.9688\r\n\r\n[mappress mapid="1"]\r\n\r\n</div>\r\n<div class="last sixcol">[gravityform id="6" name="Contact" title="false" description="false"]</div>', 'Visitor Contact', 0, '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2013-11-26 12:31:19', '2013-11-26 17:31:19', '', 22, 'http://web3.gowebsolutions.com/~aazook/22-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4769, 1, '2013-11-26 12:43:21', '2013-11-26 17:43:21', '', 'Chapter FAQ', 0, '', 'publish', 'closed', 'closed', '', 'chapter-faq', '', '', '2013-11-26 12:58:09', '2013-11-26 17:58:09', '', 3989, 'http://web3.gowebsolutions.com/~aazook/?page_id=4769', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4770, 1, '2013-11-26 12:43:21', '2013-11-26 17:43:21', '', 'Chapter FAQ', 0, '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2013-11-26 12:43:21', '2013-11-26 17:43:21', '', 4769, 'http://web3.gowebsolutions.com/~aazook/4769-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4771, 1, '2013-11-26 12:44:58', '2013-11-26 17:44:58', 'The re-charter date for all AAZK Chapters shall be 1 March of each calendar year. Student AAZK Chapters shall be confirmed. Applications for re-charter will be made available to each AAZK Chapter by the AAZK Office in the week of each calendar year. The <span style="color: #993300;"><strong>AAZK Re-charter Packet</strong></span> contains six (6) documents,  three (3) documents which must be completed and returned before 1 March of each calendar year:\r\n\r\n<strong><span style="color: #993300;">Chapter Fee Schedule</span></strong>\r\n<strong><span style="color: #993300;"> Chapter Charter Agreement</span></strong>\r\n<strong><span style="color: #993300;"> Chapter Financial Report</span></strong>\r\n\r\nThe <strong><span style="color: #993300;">Re-charter Agreement</span></strong> shall be completed and submitted by the current AAZK Chapter Officers responsible for the new fiscal year. This will include the name of the AAZK Chapter, facility mailing address, number of AAZK Chapter members and a list of all AAZK Chapter Executive Officers. AAZK Chapters are required to notify the Office of AAZK by electronic mail or other means, of any Executive Officer(s) change due to resignation or replacement along with the names of the replacement Executive Officers.  The <strong><span style="color: #993300;">Re-charter Agreement</span></strong> is also a declaration submitted by all current AAZK Chapter Officers. It states the required parameters and intentions of the AAZK Chapter and its relationship to AAZK, its Statement of Purpose, and IRS law.\r\n\r\nThe <span style="color: #993300;"><strong>Chapter Fee Schedule</strong></span> defines the Chapter Membership fee and Duty Obligation owed to AAZK National. AAZK Chapters failing to comply with fees and required reports by the Annual Re-charter date shall be considered in non-compliance and their chapter charter subject to revocation.\r\n\r\nA <strong><span style="color: #993300;">Chapter Financial Report</span></strong> is required to be completed and signed by AAZK Chapter officers. This comprehensive report is mandatory for all AAZK Chapters and is required by IRS regulation. This report will detail the previous year’s financial transactions of the AAZK Chapter (Financial Statement) as well as indicate the financial value of each AAZK Chapter (Net Worth).\r\n\r\nAll AAZK Chapters are encouraged to complete the self-nomination form for the <strong><span style="color: #993300;">Barbara Manspeaker AAZK Chapter of the Year<span style="color: #000000;">. </span></span></strong><span style="color: #993300;"><span style="color: #000000;">The nominees and winning Chapter are recognized at the Annual AAZK Conference and in the Awards section of the Website.</span></span>\r\n\r\nThe <span style="color: #993300;"><strong>AAZK Recharter Packet</strong></span> for 2014 is available for download.\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/1Chapter-Recharter-Introduction-2014.docx">1Chapter Recharter Introduction 2014</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/2Recharter-Application-and-Fee-Schedule-2014.doc">2Recharter Application and Fee Schedule 2014</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/3Chapter-Charter-Agreement-2014.doc">3Chapter Charter Agreement 2014</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/4Chapter-Income-Expenses-Worksheet-2014.doc">4Chapter Income-Expenses Worksheet 2014</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/5Chapter-Financial-Report-Income-Expense-Form-2014.doc">5Chapter Financial Report Income-Expense Form 2014</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/6ChapteroftheYearNominationForm2014.doc">6ChapteroftheYearNominationForm2014</a>\r\n\r\n<span style="line-height: 1.5em;">The </span><strong style="line-height: 1.5em;"><span style="color: #993300;">Workbook Instructions</span></strong><span style="line-height: 1.5em;"> and </span><strong style="line-height: 1.5em;"><span style="color: #993300;">Glossary of Terms</span></strong><span style="line-height: 1.5em;"> utilized in the Recharter Packet can be referenced here.</span>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Workbook-and-Glossary-of-Terms.docx">Workbook and Glossary of Terms</a>', 'Chapter Re-charter Instructions', 0, '', 'publish', 'closed', 'closed', '', 'chapter-re-charter-instructions', '', '', '2014-02-13 15:57:42', '2014-02-13 20:57:42', '', 3989, 'http://web3.gowebsolutions.com/~aazook/?page_id=4771', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4772, 1, '2013-11-26 12:44:58', '2013-11-26 17:44:58', '', 'Chapter Re-Charter Instructions', 0, '', 'inherit', 'closed', 'closed', '', '4771-revision-v1', '', '', '2013-11-26 12:44:58', '2013-11-26 17:44:58', '', 4771, 'http://web3.gowebsolutions.com/~aazook/4771-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4773, 1, '2013-11-26 12:57:27', '2013-11-26 17:57:27', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '4773', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 3989, 'http://web3.gowebsolutions.com/~aazook/?p=4773', 38, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4774, 1, '2013-11-26 12:57:27', '2013-11-26 17:57:27', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '4774', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 3989, 'http://web3.gowebsolutions.com/~aazook/?p=4774', 36, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4775, 1, '2013-11-26 12:58:23', '2013-11-26 17:58:23', '', 'Education Partners', 0, '', 'publish', 'closed', 'closed', '', 'education-partners', '', '', '2013-11-26 12:58:23', '2013-11-26 17:58:23', '', 3083, 'http://web3.gowebsolutions.com/~aazook/?page_id=4775', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4776, 1, '2013-11-26 12:58:23', '2013-11-26 17:58:23', '', 'Education Partners', 0, '', 'inherit', 'closed', 'closed', '', '4775-revision-v1', '', '', '2013-11-26 12:58:23', '2013-11-26 17:58:23', '', 4775, 'http://web3.gowebsolutions.com/~aazook/4775-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4777, 1, '2013-11-26 12:58:59', '2013-11-26 17:58:59', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '4777', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 3083, 'http://web3.gowebsolutions.com/~aazook/?p=4777', 40, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (436, 1, '2009-06-01 09:41:25', '2009-06-01 14:41:25', '<h3>July 18-19, 2009</h3>\n\n<p><strong><em>First African Symposium on Zoological Medicine</em></strong> – at the Johannesburg Zoo, South Africa. Financial assistance available for vets from other African countries. For more details contact Teresa Slackie- <a href="mailto:vetadin@jhbzoo.org.za">vetadin@jhbzoo.org.za</a></p>\n\n<h3>August 31 - September 2, 2009</h3>\n\n<p><strong><em>Third Orangutan SSP&reg; Husbandry Workshop</em></strong> - hosted by Zoo Atlanta, Atlanta, GA. This workshop will focus on the care and management of the orangutan in captivity. The workshop will bring together orangutan caregivers, managers, researchers, and field biologists to share and disseminate the most current information on husbandry, conservation, and emergent issues pertaining to captive and wild populations of orangutans. For more information please visit our website at <a href="http://www.2009orangutanworkshop.org">www.2009orangutanworkshop.org</a> or contact Tom Heitz at <a href="mailto:theitz@zooatlanta.org">theitz@zooatlanta.org</a> or call 404-624-5939.</p>  ', 'Coming Events', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2009-06-01 09:41:25', '2009-06-01 14:41:25', '', 435, 'http://dev.aazk.org/uncategorized/435-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (437, 1, '2009-06-01 09:42:02', '2009-06-01 14:42:02', '<h3>July 18-19, 2009</h3>\r\n\r\n<p><strong><em>First African Symposium on Zoological Medicine</em></strong> – at the Johannesburg Zoo, South Africa. Financial assistance available for vets from other African countries. For more details contact Teresa Slackie- <a href="mailto:vetadin@jhbzoo.org.za">vetadin@jhbzoo.org.za</a></p>\r\n\r\n<h3>August 31 - September 2, 2009</h3>\r\n\r\n<p><strong><em>Third Orangutan SSP&reg; Husbandry Workshop</em></strong> - hosted by Zoo Atlanta, Atlanta, GA. This workshop will focus on the care and management of the orangutan in captivity. The workshop will bring together orangutan caregivers, managers, researchers, and field biologists to share and disseminate the most current information on husbandry, conservation, and emergent issues pertaining to captive and wild populations of orangutans. For more information please visit our website at <a href="http://www.2009orangutanworkshop.org">www.2009orangutanworkshop.org</a> or contact Tom Heitz at <a href="mailto:theitz@zooatlanta.org">theitz@zooatlanta.org</a> or call 404-624-5939.</p>  ', 'Coming Events', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2009-06-01 09:42:02', '2009-06-01 14:42:02', '', 435, 'http://dev.aazk.org/uncategorized/435-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (438, 1, '2009-06-01 09:50:51', '2009-06-01 14:50:51', '<h3>July 18-19, 2009</h3>\r\n\r\n<p><strong><em>First African Symposium on Zoological Medicine</em></strong> – at the Johannesburg Zoo, South Africa. Financial assistance available for vets from other African countries. For more details contact Teresa Slackie- <a href="mailto:vetadin@jhbzoo.org.za">vetadin@jhbzoo.org.za</a></p>\r\n\r\n<h3>August 31 - September 2, 2009</h3>\r\n\r\n<p><strong><em>Third Orangutan SSP&reg; Husbandry Workshop</em></strong> - hosted by Zoo Atlanta, Atlanta, GA. This workshop will focus on the care and management of the orangutan in captivity. The workshop will bring together orangutan caregivers, managers, researchers, and field biologists to share and disseminate the most current information on husbandry, conservation, and emergent issues pertaining to captive and wild populations of orangutans. For more information please visit our website at <a href="http://www.2009orangutanworkshop.org">www.2009orangutanworkshop.org</a> or contact Tom Heitz at <a href="mailto:theitz@zooatlanta.org">theitz@zooatlanta.org</a> or call 404-624-5939.</p> \r\n\r\n<h3>September 24-29, 2009</h3> \r\n\r\n<p><strong><em>Joint 36th National AAZK and 3rd International Congress on Zookeeping Conference</em></strong> - in Seattle, WA. Hosted by the Woodland Park Zoo and the Puget Sound Chapter of AAZK. Check out <a href="http://www.pugetsoundaecetia.net/gws/aazk/">pugetsoundaecetia.net/gws/aazk</a> for conference information.</p>\r\n\r\n<h3>October 1-6, 2009</h3>\r\n\r\n<p><strong><em>29th Annual Association of Zoo Veterinary Technicians Conference</em></strong> - in Jackson, WY. If you would like more information, please visit <a href="http://www.azvt.org">www.azvt.org</a> or contact Virginia Crossettvia at <a href="mailto:virginia.crossett@louisvilleky.gov">virginia.crossett@louisvilleky.gov</a></p>\r\n\r\n<h3>October 4-8, 2009</h3> \r\n\r\n<p><strong><em>64th WAZA Annual Conference</em></strong> - in St. Louis, MO. Hosted by the St. Louis Zoo at the Renaissance Grand Hotel. For more information please visit <a href="http://www.waza.org">www.waza.org</a></p>\r\n\r\n<h3>October 21 – 25, 2009</h3>\r\n\r\n<p><strong><em>The Zoological Registrars Association (ZRA) 2009 Annual Conference "Foundations for the Future"</em></strong>, will be hosted by Zoo Boise in Boise, Idaho. The Annual Conference Program will begin with leadership training and the Icebreaker on Wednesday, October 21. General Sessions will be held on Thursday, October 22 and Saturday, October 24 and will feature topics from four categories of presentations under Record Keeping, Permits and Wildlife Legislation, Animal Transport and Records and Collection Management. Possible topics from each of the four categories will include presentations on ZIMS; ARKS; animal transactions; permit applications; roundtables on permit issues; legislative updates; policies and procedures; accreditation; collection management; disaster preparedness; archives management; records retention, protection and disposal. There will be a variety of formats for presentations including individual papers, workshops, panel discussions and poster presentations. Zoo Day will be held on Friday, October 23 and will culminate with a special dinner celebrating ZRAs\' 25th Anniversary. A special evening at Bogus Creek Outfitters featuring a cowboy-style dinner, cowboy poetry, Wild West shoot out, karaoke and a bonfire has been scheduled on Saturday, October 24, and the 2009 Annual Conference will end on Sunday, October 25 with additional ZIMS sessions.</p>\r\n\r\n<p>ZRA, Zoo Boise and the Owyhee Plaza Hotel welcome delegates to Idaho. Please visit the ZRA website at <a href="http://www.zooregistrars.org">www.zooregistrars.org</a> or contact the 2009 Annual Conference Host, Corinne Roberts/Registrar for Zoo Boise, at (208) 384-4260 ext. 101 or by email at cxroberts@cityofboise.org. If you have questions about the 2009 ZRA Annual Conference Program, please contact the Program Chairman, Pam Krentz/Registrar for Cleveland Metroparks Zoo at (216) 635-3361 or by email at <a href="mailto:pak@clevelandmetroparks.com">pak@clevelandmetroparks.com</a></p>\r\n\r\n<h3>November 6-8, 2009</h3>\r\n\r\n<p><strong><em>Second International Bear Care Conference: "Advancing Bear Care \'09"</em></strong> – to be held n San Francisco, CA. For more info see <a href="http://www.bearcaregroup.org">bearcaregroup.org</a></p>\r\n\r\n<h3>April 15 –18, 2010</h3>\r\n\r\n<p><strong><em>4th Otter Keeper Workshop</em></strong> - the Cincinnati Zoo in Cincinnati, Ohio will host. This year the focus of the workshop will be expanded to include all of the otters managed under the Otter SSP&reg; North American river otters, Asian small-clawed otters, African clawless, African spot-necked and giant otters. Keepers working with any of the species are welcome to attend. Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, lots of sharing of information between keepers.</p>\r\n \r\n<p>Registration will be $75 and the deadline is December 15, 2009. Spots fill up fast so please register early. A waiting list will be maintained once the workshop is filled. Due to the popularity of the workshop, priority will be given to first time attendees. Please just one registrant per institution. No refunds after January 15, 2010.</p> \r\n\r\n<p>Accommodations: A hotel near the Cincinnati Zoo or the Newport Aquarium. Room negotiations are ongoing. Roommates are encouraged. You will be matched if you indicate that you wish to have a roommate. </p>\r\n \r\n<p>Information can be found on: www.OtterSpotter.com</p>\r\n\r\n<p>For more information contact:<br />\r\nDavid Hamilton at Seneca Park Zoo<br />\r\n2222 St. Paul St.<br />\r\nRochester, NY 14617<br />\r\nphone: 585-336-2502<br />\r\nfax: 585-266-5775<br />\r\n<a href="mailto:dhamilton@monroecounty.gov">dhamilton@monroecounty.gov</a></p>\r\n\r\n<h3>August 30 - September 3, 2010</h3> \r\n\r\n<p><strong><em>7th International Penguin Conference</em></strong> - in Boston, MA. Hosted by The New England Aquarium. For info email <a href="mailto:ipcboston@neaq.org">ipcboston@neaq.org</a></p>\r\n\r\n<h3>September 28-October 2, 2010</h3>\r\n\r\n<p><strong><em>20th International Zoo Educators\' (IZE) Biennial Conference</em></strong> - at Disney\'s Animal Kingdom, Orlando, FL. For more information, please visit <a href="http://www.izea.net">www.izea.net</a></p>', 'Coming Events', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2009-06-01 09:50:51', '2009-06-01 14:50:51', '', 435, 'http://dev.aazk.org/uncategorized/435-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (439, 1, '2009-06-01 09:53:34', '2009-06-01 14:53:34', '<div class="event">\r\n    <h3>July 18-19, 2009</h3>\r\n    \r\n    <p><strong><em>First African Symposium on Zoological Medicine</em></strong> – at the Johannesburg Zoo, South Africa. Financial assistance available for vets from other African countries. For more details contact Teresa Slackie- <a href="mailto:vetadin@jhbzoo.org.za">vetadin@jhbzoo.org.za</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>August 31 - September 2, 2009</h3>\r\n    \r\n    <p><strong><em>Third Orangutan SSP&reg; Husbandry Workshop</em></strong> - hosted by Zoo Atlanta, Atlanta, GA. This workshop will focus on the care and management of the orangutan in captivity. The workshop will bring together orangutan caregivers, managers, researchers, and field biologists to share and disseminate the most current information on husbandry, conservation, and emergent issues pertaining to captive and wild populations of orangutans. For more information please visit our website at <a href="http://www.2009orangutanworkshop.org">www.2009orangutanworkshop.org</a> or contact Tom Heitz at <a href="mailto:theitz@zooatlanta.org">theitz@zooatlanta.org</a> or call 404-624-5939.</p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>September 24-29, 2009</h3> \r\n    \r\n    <p><strong><em>Joint 36th National AAZK and 3rd International Congress on Zookeeping Conference</em></strong> - in Seattle, WA. Hosted by the Woodland Park Zoo and the Puget Sound Chapter of AAZK. Check out <a href="http://www.pugetsoundaecetia.net/gws/aazk/">pugetsoundaecetia.net/gws/aazk</a> for conference information.</p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 1-6, 2009</h3>\r\n    \r\n    <p><strong><em>29th Annual Association of Zoo Veterinary Technicians Conference</em></strong> - in Jackson, WY. If you would like more information, please visit <a href="http://www.azvt.org">www.azvt.org</a> or contact Virginia Crossettvia at <a href="mailto:virginia.crossett@louisvilleky.gov">virginia.crossett@louisvilleky.gov</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 4-8, 2009</h3> \r\n    \r\n    <p><strong><em>64th WAZA Annual Conference</em></strong> - in St. Louis, MO. Hosted by the St. Louis Zoo at the Renaissance Grand Hotel. For more information please visit <a href="http://www.waza.org">www.waza.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 21 – 25, 2009</h3>\r\n    \r\n    <p><strong><em>The Zoological Registrars Association (ZRA) 2009 Annual Conference "Foundations for the Future"</em></strong>, will be hosted by Zoo Boise in Boise, Idaho. The Annual Conference Program will begin with leadership training and the Icebreaker on Wednesday, October 21. General Sessions will be held on Thursday, October 22 and Saturday, October 24 and will feature topics from four categories of presentations under Record Keeping, Permits and Wildlife Legislation, Animal Transport and Records and Collection Management. Possible topics from each of the four categories will include presentations on ZIMS; ARKS; animal transactions; permit applications; roundtables on permit issues; legislative updates; policies and procedures; accreditation; collection management; disaster preparedness; archives management; records retention, protection and disposal. There will be a variety of formats for presentations including individual papers, workshops, panel discussions and poster presentations. Zoo Day will be held on Friday, October 23 and will culminate with a special dinner celebrating ZRAs\' 25th Anniversary. A special evening at Bogus Creek Outfitters featuring a cowboy-style dinner, cowboy poetry, Wild West shoot out, karaoke and a bonfire has been scheduled on Saturday, October 24, and the 2009 Annual Conference will end on Sunday, October 25 with additional ZIMS sessions.</p>\r\n    \r\n    <p>ZRA, Zoo Boise and the Owyhee Plaza Hotel welcome delegates to Idaho. Please visit the ZRA website at <a href="http://www.zooregistrars.org">www.zooregistrars.org</a> or contact the 2009 Annual Conference Host, Corinne Roberts/Registrar for Zoo Boise, at (208) 384-4260 ext. 101 or by email at cxroberts@cityofboise.org. If you have questions about the 2009 ZRA Annual Conference Program, please contact the Program Chairman, Pam Krentz/Registrar for Cleveland Metroparks Zoo at (216) 635-3361 or by email at <a href="mailto:pak@clevelandmetroparks.com">pak@clevelandmetroparks.com</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>November 6-8, 2009</h3>\r\n    \r\n    <p><strong><em>Second International Bear Care Conference: "Advancing Bear Care \'09"</em></strong> – to be held n San Francisco, CA. For more info see <a href="http://www.bearcaregroup.org">bearcaregroup.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>April 15 –18, 2010</h3>\r\n    \r\n    <p><strong><em>4th Otter Keeper Workshop</em></strong> - the Cincinnati Zoo in Cincinnati, Ohio will host. This year the focus of the workshop will be expanded to include all of the otters managed under the Otter SSP&reg; North American river otters, Asian small-clawed otters, African clawless, African spot-necked and giant otters. Keepers working with any of the species are welcome to attend. Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, lots of sharing of information between keepers.</p>\r\n     \r\n    <p>Registration will be $75 and the deadline is December 15, 2009. Spots fill up fast so please register early. A waiting list will be maintained once the workshop is filled. Due to the popularity of the workshop, priority will be given to first time attendees. Please just one registrant per institution. No refunds after January 15, 2010.</p> \r\n    \r\n    <p>Accommodations: A hotel near the Cincinnati Zoo or the Newport Aquarium. Room negotiations are ongoing. Roommates are encouraged. You will be matched if you indicate that you wish to have a roommate. </p>\r\n     \r\n    <p>Information can be found on: www.OtterSpotter.com</p>\r\n    \r\n    <p>For more information contact:<br />\r\n    David Hamilton at Seneca Park Zoo<br />\r\n    2222 St. Paul St.<br />\r\n    Rochester, NY 14617<br />\r\n    phone: 585-336-2502<br />\r\n    fax: 585-266-5775<br />\r\n    <a href="mailto:dhamilton@monroecounty.gov">dhamilton@monroecounty.gov</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>August 30 - September 3, 2010</h3> \r\n    \r\n    <p><strong><em>7th International Penguin Conference</em></strong> - in Boston, MA. Hosted by The New England Aquarium. For info email <a href="mailto:ipcboston@neaq.org">ipcboston@neaq.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>September 28-October 2, 2010</h3>\r\n    \r\n    <p><strong><em>20th International Zoo Educators\' (IZE) Biennial Conference</em></strong> - at Disney\'s Animal Kingdom, Orlando, FL. For more information, please visit <a href="http://www.izea.net">www.izea.net</a></p>\r\n</div>', 'Coming Events June 2009', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2009-06-01 09:53:34', '2009-06-01 14:53:34', '', 435, 'http://dev.aazk.org/uncategorized/435-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (440, 2, '2014-08-12 10:50:04', '2014-08-12 15:50:04', '<strong style="line-height: 1.5em;">August 4-7, 2014 </strong><span style="line-height: 1.5em;">- 12th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles.  Orlando, FL.  For more information go to: <a href="http://www.turtlesurvival.org">www.turtlesurvival.org</a></span>\n\n<strong>September 8-12, 2014</strong> - AAZK Conference, Orlando FL. Hosted by Disney\'s Animal Kingdom. For information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\n\n<strong>September 10-15, 2014 </strong>- International Wild Waterfowl Association Conference, Salt Lake City, UT m For more information visit: <a href="http://www.wildwaterfowl.org">www.wildwaterfowl.org</a>\n\n<strong>September 12-18, 2014</strong> - AZA National Conference, Orlando, FL.  Hosted by Disney’s Animal Kingdom, The Seas, and SeaWorld Orlando. For more information visit <a href="http://www.aza.org">www.aza.org</a>\n\n<strong>September 21, 2014</strong> - Bird Conservation Alliance Meeting St. Louis, MO Hosted by: American Bird Conservancy For more information go to: <a href="/do/redirect?url=http%253A%252F%252Fwww.afwaannualmeeting.org%252Fschedule.html" target="_blank">http://www.afwaannualmeeting.org/schedule.html</a>\n\n<strong>October 1-5, 2014</strong> - From Good Care to Great Welfare Workshop Detroit, MI Hosted by: Detroit Zoological Society’s Center for Zoo Animal Welfare For more information contact: <a href="/do/mail/message/mailto?to=czaw%40dzs.org">czaw@dzs.org</a>\n\n<strong>October 1-5, 2014 - </strong>The Detroit Zoological Society’s Center for Zoo Animal Welfare is offering a unique five-day workshop October 1-5, 2014 for animal care staff working with captive exotic animals. The workshop is designed to help participants better understand animals’ perspectives and experiences, address the challenges captivity imposes on animal welfare, and develop the skills necessary to assess and improve overall well-being.\n\nWorkshop format includes lectures, discussions, small group projects, demonstrations, and multiple hands-on opportunities with animal environments at the Detroit Zoo.  Exercises are immersive and designed to help us understand captivity from the animal’s point of view. Get ready to experience the zoo the way the animals do!Early registration ends August 15! For additional information, including downloading the registration form and hotel information, please visit <a href="/do/redirect?url=http%253A%252F%252Fwww.czaw.org">www.czaw.org</a>.\n\n<strong>October 6-8, 2014 </strong>- 3rd International Flamingo Symposium Hosted by SeaWorld San Diego, San Diego. CA.  For more information contact: laurie.conrad@SeaWorld.com\n\n<strong>October 6-9, 2014 - </strong>Hosted by the Houston Zoo\n\n<strong>Orangutan SSP Husbandry Workshop &amp; Conservation Summit</strong>\n\nThe SSP Husbandry Workshop will be held in conjunction with an Orangutan Conservation Summit at the Houston Zoo. The meeting will feature a full day husbandry workshop on Monday, October 6, 2014, covering topics pertaining to captive populations including enrichment, training, and veterinary care, through presentations, posters and panel discussions. The Conservation Summit will begin on October 7, 2014 and focus on exploring the emergent issues facing wild orangutans, as well as helping more zoos holding orangutans commit to participating in the vital role of saving them. Houston is lining up key personnel involved in orangutan conservation across Borneo and Sumatra for this very special event.\n\nFor more info: <a href="http://www.houstonzoo.org/orangutan-husbandry-workshop-and-conservation-summit/" target="_blank">http://www.houstonzoo.org/<wbr />orangutan-husbandry-workshop-<wbr />and-conservation-summit/</a> or contact <a href="mailto:conservation@houstonzoo.org" target="_blank">conservation@houstonzoo.org</a>\n\n<strong>October 7-11, 2014 </strong>- National Conference of the Association of the Zoo and Aquarium Docents and Volunteers (AZADV).  Hosted by the Zoological Society of Milwaukee County Zoo and Zoo Pride, Milwaukee, WI.  For more information visit: http://<a href="http://www.zoosociety.org/azadv2014">www.zoosociety.org/azadv2014</a>\n\n<strong>October 8-11, 2014 </strong>- Advancing Bear Care 2014,  Barasov, Romania.  For more information visit: <a href="http://www.bearcaregroup.org">www.bearcaregroup.org</a>\n\n<b>November 10-13, 2014</b> - Zoological Association of America (ZAA) National Conference, Gulf Breeze, FL  - Hosted by the Gulf Breeze Zoo.  For more information visit: <a href="http://www.zaa.org">www.zaa.org</a><b>\n</b>\n\n<strong>December 8-12, 2014</strong> - Training and Enrichment Workshop for Zoo and Aquarium Animals Galveston, TX Hosted by Moody Gardens Presented by Active Environments and Shape of Enrichment For more information contact: <a href="/do/mail/message/mailto?to=dolsen%40moodygardens.com">dolsen@moodygardens.com</a>\n\n<strong>February 16-20, 2015</strong>\n\nMARINE MAMMAL BEHAVIOR AND CONSERVATION - Location: Los Cabos, Baja California, Mexico\n\nA unique educational opportunity for those interested in learning more about whales, dolphins and sea lions. This is a cutting-edge workshop designed to teach from firsthand, personal experience how to create human-nature connections. You will also learn how animals under human care serve as ambassadors for their species and how sustainable, eco-tourism helps to promote environmental awareness.\n\nRegistration is Open.\n\nFor more information please go to <a href="/do/redirect?url=http%253A%252F%252Fwww.abcanimaltraining.com%252Flos_cabos">www.abcanimaltraining.com/los_cabos</a>\n\nAnd contact Shelley Wood at <a href="/do/mail/message/mailto?to=swood%40abcanimaltraining.com">swood@abcanimaltraining.com</a>', 'Coming Events', 0, '', 'inherit', 'closed', 'closed', '', '435-autosave-v1', '', '', '2014-08-12 10:50:04', '2014-08-12 15:50:04', '', 435, 'http://dev.aazk.org/uncategorized/435-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2878, 2, '2013-06-27 11:52:00', '2013-06-27 16:52:00', 'June 27-29, 2013 - AZA Felid TAG Mid-Year Meeting - Hosted by Jacksonville Zoo and Gardens, Jacksonville, FL. For more information go to: felidtag.org or contact felidtag2013@jacksonvillezoo.org. \r\n\r\nJuly 8-12, 2013 - Zoos and Aquariums Committing to Conservation (ZACC) - Hosted by Blank Park Zoo, Des Moines, Iowa.  The conference will bring together colleagues from the field and zoos in an informal setting to network, share ideas and support one another in our shared commitment to conservation.  Registration is available at blankparkzoo.com  Contact Jessie Lowry with questions at jrlowry@blankparkzoo.org. \r\n\r\nAugust 7-10, 2013 - 11th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles - St. Louis, MO. Co-hosted by the Turtle Survival Alliance and the IUCN-TFTSG. Please visit turtlesurvival.org/get-involved/conference for more information, or contact Heather Lowe at Hlowe@turtlesurvival.org. \r\n\r\nSeptember 22-26  2013 - AAZK National Conference - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter. \r\n\r\nOctober 3-6, 2013 - Advancing Bear Care 2013 - Woodlands Wildlife Refuge, Clinton, NJ. The conference dates, hotel, program, and adjunct activities will be announced soon.   For current information and updates check ABC 2013 UPDATES often. bearcaregroup.org \r\n\r\nOctober 13-17, 2013 - WAZA Annual Conference - Hosted by Disney’s Animal Kingdom. For more information go to: waza.org. \r\n\r\nOctober 15-18, 2013 - ICEE ─ International Conference on Environmental Enrichment - Hosted by the National Zoological Gardens of South Africa at the Kwalata Game Ranch,   South Africa.  For more information, go to nzg.ac.za/icee2013. \r\n\r\nNovember 10-14, 2013 - Zoological Association of America (ZAA) Annual Conference, Phoenix, AZ. For more information go to zaa.org. \r\n\r\nUpcoming AAZK National Conferences 2013 - Greensboro, NC  - September 22-26 2013 - Orlando, FL - September 8-12 For information on upcoming AAZK conferences, watch the AAZK website at www.aecetia.net/gws/aazk. \r\n\r\nUpcoming AZA National Conferences September 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO For info on AZA Conferences, see http://aza.org.', 'Coming Events 2013', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2013-06-27 11:52:00', '2013-06-27 16:52:00', '', 435, 'http://aazk.org/uncategorized/435-revision-83/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2877, 2, '2013-06-26 11:34:38', '2013-06-26 16:34:38', 'June 27-29, 2013 - AZA Felid TAG Mid-Year Meeting - Hosted by Jacksonville Zoo and Gardens, Jacksonville, FL. For more information go to: felidtag.org or contact felidtag2013@jacksonvillezoo.org. July 8-12, 2013 - Zoos and Aquariums Committing to Conservation (ZACC) - Hosted by Blank Park Zoo, Des Moines, Iowa.  The conference will bring together colleagues from the field and zoos in an informal setting to network, share ideas and support one another in our shared commitment to conservation.  Registration is available at blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1.  Contact Jessie Lowry with questions at jrlowry@blankparkzoo.org. August 7-10, 2013 - 11th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles - St. Louis, MO. Co-hosted by the Turtle Survival Alliance and the IUCN-TFTSG. Please visit turtlesurvival.org/get-involved/conference for more information, or contact Heather Lowe at Hlowe@turtlesurvival.org. September 22-26  2013 - AAZK National Conference - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter. October 3-6, 2013 - Advancing Bear Care 2013 - Woodlands Wildlife Refuge, Clinton, NJ. The conference dates, hotel, program, and adjunct activities will be announced soon.   For current information and updates check ABC 2013 UPDATES often. bearcaregroup.org/#!abc_2013_updates/c10h4 October 13-17, 2013 - WAZA Annual Conference - Hosted by Disney’s Animal Kingdom. For more information go to: waza.org. October 15-18, 2013 - ICEE ─ International Conference on Environmental Enrichment - Hosted by the National Zoological Gardens of South Africa at the Kwalata Game Ranch,   South Africa.  For more information, go to nzg.ac.za/icee2013. November 10-14, 2013 - Zoological Association of America (ZAA) Annual Conference, Phoenix, AZ. For more information go to zaa.org. Upcoming AAZK National Conferences 2013 - Greensboro, NC  - September 22-26 2014 - Orlando, FL - September 8-12 For information on upcoming AAZK conferences, watch the AAZK website at www.aecetia.net/gws/aazk. Upcoming AZA National Conferences September 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO For info on AZA Conferences, see http://aza.org/ConfWork/AC_Intro/index.html.', 'Coming Events 2013', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2013-06-26 11:34:38', '2013-06-26 16:34:38', '', 435, 'http://aazk.org/uncategorized/435-revision-82/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2876, 2, '2013-06-26 11:10:12', '2013-06-26 16:10:12', 'June 27-29, 2013 - AZA Felid TAG Mid-Year Meeting - Hosted by Jacksonville Zoo and Gardens, Jacksonville, FL. For more information go to: felidtag.org or contact felidtag2013@jacksonvillezoo.org. July 8-12, 2013 - Zoos and Aquariums Committing to Conservation (ZACC) - Hosted by Blank Park Zoo, Des Moines, Iowa.  The conference will bring together colleagues from the field and zoos in an informal setting to network, share ideas and support one another in our shared commitment to conservation.  Registration is available at blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1.  Contact Jessie Lowry with questions at jrlowry@blankparkzoo.org. August 7-10, 2013 - 11th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles - St. Louis, MO. Co-hosted by the Turtle Survival Alliance and the IUCN-TFTSG. Please visit turtlesurvival.org/get-involved/conference for more information, or contact Heather Lowe at Hlowe@turtlesurvival.org. September 22-26  2013 - AAZK National Conference - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter. October 3-6, 2013 - Advancing Bear Care 2013 - Woodlands Wildlife Refuge, Clinton, NJ. The conference dates, hotel, program, and adjunct activities will be announced soon.   For current information and updates check ABC 2013 UPDATES often. bearcaregroup.org/#!abc_2013_updates/c10h4 October 13-17, 2013 - WAZA Annual Conference - Hosted by Disney’s Animal Kingdom. For more information go to: waza.org. October 15-18, 2013 - ICEE ─ International Conference on Environmental Enrichment - Hosted by the National Zoological Gardens of South Africa at the Kwalata Game Ranch,   South Africa.  For more information, go to nzg.ac.za/icee2013. November 10-14, 2013 - Zoological Association of America (ZAA) Annual Conference, Phoenix, AZ. For more information go to zaa.org. Upcoming AAZK National Conferences 2013 - Greensboro, NC  - September 22-26 2014 - Orlando, FL - September 8-12 For information on upcoming AAZK conferences, watch the AAZK website at www.aecetia.net/gws/aazk. Upcoming AZA National Conferences September 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO For info on AZA Conferences, see http://aza.org/ConfWork/AC_Intro/index.html.', 'Coming Events 2013', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2013-06-26 11:10:12', '2013-06-26 16:10:12', '', 435, 'http://aazk.org/uncategorized/435-revision-81/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2872, 2, '2013-05-30 12:10:33', '2013-05-30 17:10:33', '<strong>June 5-6, 2013 - <em>2nd International Symposium on Zoo Animal Welfare</em></strong>, Brookfield Zoo. For more information:  <a href="http://czs.org/symposium">czs.org/symposium</a>.\r\n\r\n<strong>June 9-13, 2013 - </strong><strong><em>Shape of Enrichment Workshop </em>- </strong><span><strong>Omaha’s Henry Doorly Zoo and Aquarium, </strong></span><span><strong>Omaha, Nebraska</strong>. </span><span>Hosted by the Omaha AAZK Chapter. </span><span>For more information contact: <a href="mailto:robinfreise@hotmail.com">robinfreise@hotmail.com</a> or visit <a href="http://enrichment.org">enrichment.org</a> and click under “New Events”.</span>\r\n\r\n<strong>June 13-16, 2013 - <em>3rd Seminar on Venomous Animal Safety and Husbandry</em></strong>, Hosted by Catoctin Wildlife Preserve and Zoo, Thurmont, MD. For more information visit<a href="http://CWPZoo.com"> CWPZoo.com</a>. Registration deadline is May 25, 2013.\r\n\r\n<span style="font-weight: bold;">June 23-26, 2013 - <em>Felid Tag Husbandry Course</em>, </span>plus...\r\n\r\n<span style="font-weight: bold;">June 27-29, 2013 - </span><span style="font-weight: bold;"><em>AZA Felid TAG Mid-Year Meeting</em> - </span><strong>Hosted by Jacksonville Zoo and Gardens, Jacksonville, FL.</strong> For more information go to: <a href="http://felidtag.org">felidtag.org</a> or contact <a href="mailto:felidtag2013@jacksonvillezoo.org">felidtag2013@jacksonvillezoo.org</a>.\r\n\r\n<strong>July 8-12, 2013 - </strong><strong><em>Zoos and Aquariums Committing to Conservation (ZACC)</em><strong> </strong></strong><strong>-</strong> Hosted by Blank Park Zoo, Des Moines, Iowa.  The conference will bring together colleagues from the field and zoos in an informal setting to network, share ideas and support one another in our shared commitment to conservation.  Registration is available at <a href="http://blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1">blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1</a>.  Contact Jessie Lowry with questions at <a href="mailto:jrlowry@blankparkzoo.org">jrlowry@blankparkzoo.org</a>.\r\n\r\n<strong>August 7-10, 2013 - <em>11th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles </em>- St. Louis, MO.</strong> Co-hosted by the Turtle Survival Alliance and the IUCN-TFTSG. Please visit <a href="http://turtlesurvival.org/get-involved/conference">turtlesurvival.org/get-involved/conference</a> for more information, or contact Heather Lowe at <a href="mailto:Hlowe@turtlesurvival.org">Hlowe@turtlesurvival.org</a>.\r\n\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter.\r\n\r\n<strong><strong>October 3-6, 2013 - <em><em>Advancing Bear Care 2013</em></em></strong></strong> - <strong>Woodlands Wildlife Refuge, Clinton, NJ</strong>. The conference dates, hotel, program, and adjunct activities will be announced soon.   For current information and updates check ABC 2013 UPDATES often. <a href="http://bearcaregroup.org/#!abc_2013_updates/c10h4">bearcaregroup.org/#!abc_2013_updates/c10h4</a>\r\n\r\n<strong>October 13-17, 2013 - <em>WAZA Annual Conference</em></strong> - Hosted by Disney’s Animal Kingdom. For more information go to: <a href="http://waza.org">waza.org</a>.\r\n\r\n<strong>October 15-18, 2013 - <em>ICEE ─ International Conference on Environmental Enrichment</em></strong><em> </em>- Hosted by the National Zoological Gardens of South Africa at the Kwalata Game Ranch,   South Africa.  For more information, go to <a href="http://nzg.ac.za/icee2013">nzg.ac.za/icee2013</a>.\r\n\r\n<strong>November 10-14, 2013 - <em>Zoological Association of America (ZAA) Annual Conference</em>, Phoenix, AZ</strong>. For more information go to<a href="http://zaa.org"> zaa.org</a>.\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2013 - Greensboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - September 8-12\r\n\r\n2015 - St. Louis, MO September 27 - October 1\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events June 2013', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2013-05-30 12:10:33', '2013-05-30 17:10:33', '', 435, 'http://aazk.org/uncategorized/435-revision-77/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2313, 2, '2011-12-29 18:44:30', '2011-12-29 23:44:30', '<strong><em></em></strong>\r\n\r\n<strong>February 6-9, 2012 -<em> International Association of Giraffe Care Professionals</em> -</strong>San Francisco, CA. Located at the Hilton San Francisco Financial District.  For more information, check out the IAGCP’s Event Page on Facebook.\r\n\r\n<strong>February 15-18, 2012 - <em>20th Annual Conference of the International Association of Avian Trainers and Educators </em>- </strong>Hosted by the Minnesota Zoo, Bloomington, MN. Topics will include avian behavior, training, husbandry, conservation, education, enrichment, and show presentation/production.  Paper and poster abstract deadline is 1 October 2010.  Please mail to: <a href="mailto:conference@IAATE.org">conference@IAATE.org</a>.  For detailed Call for Papers and more information visit <a href="http://www.IAATE.org">www.IAATE.org</a>.\r\n\r\n<strong>March 7-9, 2012 - <em>Association of Professional Wildlife Educators</em></strong><em> </em>- Hosted by Happy Hollow Zoo, San Jose, CA. For more information please visit <a href="http://www.apwe.org">www.apwe.org</a>.\r\n\r\n<strong>April 12-15, 2012 - <em>Otter Keeper Workshop </em></strong>- The 5th biennial workshop will be hosted by The Dallas World Aquarium,  Any staff working with any of the freshwater species is welcome to attend.  Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, and lots of sharing of information between keepers.  Registration is $75.00.  For more information, see <a href="http://www.otterkeeperworkshop.org">www.otterkeeperworkshop.org</a>.\r\n\r\n<strong>May 6-11, 2012 - <em>ABMA Annual Conference </em></strong>- Hosted by Oakland Zoo, California Academy of Sciences, and CuriOdyssey.  The conference location will be the San Francisco Airport Mariott, Burlingame, CA.  See <a href="http://theabma.org">theabma.org</a> for more info.\r\n\r\n<strong>May 13-16 - <em>Shape of Enrichment Regional Workshop</em></strong> - Hosted by Howletts and Port Lympne Wild Animal Parks, Kent, UK.  For more information go to <a href="http://enrichment.org">enrichment.org</a>.\r\n\r\n<strong>July 15-21, 2012 - NATIONAL ZOO KEEPER WEEK</strong>\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>August 16-19 - <em>The 10th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles</em> </strong>- Tucson, AZ.  Hosted by the Turtle Survival Alliance and the IUCN Tortoise and Freshwater Turtle Specialist Group.  For more information go to <a href="http://turtlesurvival.org">turtlesurvival.org</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY. For more information go to <a href="http://www.rgzaecetia.net/gws/aazk">www.rgzaecetia.net/gws/aazk</a>.\r\n<h2><strong>2013</strong></h2>\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - Dates TBD\r\n\r\n2015 - St. Louis, MO - Dates TBD\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events January 2012', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2011-12-29 18:44:30', '2011-12-29 23:44:30', '', 435, 'http://aazk.org/uncategorized/435-revision-50/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1775, 2, '2010-10-02 10:10:41', '2010-10-02 15:10:41', '<strong>October 3-7, 2010 - <em>The Aquarium and Zoo Facilities Association’s 17th Annual Conference</em></strong> - To be hosted by the Saint Louis Zoo in Saint Louis, MO.  For further program and registration information, please see <a href="http://www.azfa.org">www.azfa.org</a> or call Sue Stroud at (314) 646-4616; Fax (314) 646-5531; email at <a href="mailto:stroud@stlzoo.org">stroud@stlzoo.org</a>\r\n\r\n<strong></strong>\r\n\r\n<strong>October 14-15, 2010</strong> - <em><strong>Passerine Workshop </strong></em>\r\nHosted by Zoo Atlanta, Atlanta, GA. The intent of this workshop is to increase knowledge for keepers/newer managers on basic husbandry, breeding, and daily management of various passerine species and sharing of information between institutions.\r\n\r\nPlease contact Sprina Liu, <a href="mailto:sliu@zooatlanta.org">sliu@zooatlanta.org</a>, for more information.\r\n\r\n<strong>October 14-20, 2010 - <em>30th Annual AZVT Conference</em></strong>.  The Association of Zoo Veterinary Technicians will meet at the Los Angeles Zoo in Los Angeles, CA.  If you would like more information please visit <a href="http://www.azvt.org">www.azvt.org</a> or contact Peter Flowers @ <a href="mailto:zootekkie@gmail.com">zootekkie@gmail.com</a> or call (323) 644-6051.\r\n\r\n<strong>October 17-21, 2010 -  <em>65th Annual Conference of WAZA</em></strong>. To be held in Cologne, Germany.  See <a href="http://www.waza.org/en/site/home">http://www.waza.org/en/site/home</a> for further information.\r\n\r\n<strong>November 10-13, 2010  - <em>The 6th Annual Zoological Association of America Conference</em></strong> - In Lafayette, LA.  Information and registration forms are available at <a href="http://www.zaa.org/">http://www.zaa.org/</a>.  For more information, contact Matt Oldenburg at (337) 837-6139 or <a href="mailto:MOldenburg@ZooOfAcadiana.org">MOldenburg@ZooOfAcadiana.org</a>.\r\n\r\n<strong>December 6-10, 2010 - <em>Training and Enrichment Workshop for Zoo Animals</em></strong><em> </em>- Oakland Zoo, Oakland, CA.  For information contact Active Environments, Inc. at 805-737-3700 or email Gail Laule at <a href="mailto:moonshadowe@earthlink.net">moonshadowe@earthlink.net</a> or Margaret Rousser at <a href="mailto:margaret@oaklandzoo.org">margaret@oaklandzoo.org</a>.\r\n\r\n<strong>February 16-19, 2011  - <em>19th Annual Conference International Association of Avian Trainers and Educators</em></strong> ~ “Pittsburgh 2011: Innovation and Inspiration” Hosted by National Aviary in Pittsburgh, PA USA. Papers, posters, site visits, vendors and workshops. Topics will include avian behavior, training, husbandry, conservation, education, enrichment and show presentation/production.  For more information about the conference visit <a href="http://www.IAATE.org">www.IAATE.org</a>.\r\n\r\n<strong><em></em></strong>\r\n\r\n<strong>March 2-4, 2011 - <em>Association of Professional Wildlife Educators</em></strong>. To be held at the Frank Buck Zoo Gainesville, Texas. Watch <a href="http://www.apwe.org/">http://www.apwe.org/</a> for details as they become available.\r\n\r\n<strong>March 8-11, 2011 -<em> Zoos and Aquariums Committing to Conservation</em></strong>.  Hosted by the Woodland Park Zoo, at Sheraton Seattle Hotel, Seattle, WA, USA.  Icebreaker planned for evening of March 7th. Registration is now open at <a href="http://www.zoo.org/zacc">www.zoo.org/zacc</a>.\r\n<strong>\r\nMay 15th-18th, 2011 - <em>2011 Rhino Keeper Workshop</em></strong>. To be held at Fossil Rim Wildlife Center, Glen Rose, Texas. For further info contact:<a href="mailto:adam.felts@columbuszoo.org"> adam.felts@columbuszoo.org</a>.\r\n\r\n<em><strong>Upcoming AAZK National Conferences</strong></em>\r\n\r\n2011 - San Diego, CA - August 24-28\r\n\r\n2012 - Syracuse, NY - September 23-27\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at\r\n<a href="http://aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>\r\n\r\n<em><strong>Upcoming AZA National Conferences</strong></em>\r\n\r\nSeptember 11-16, 2010  - AZA 2010 Annual Conference - Hosted by Houston Zoo, Houston, TX.\r\n\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events October 2010', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2010-10-02 10:10:41', '2010-10-02 15:10:41', '', 435, 'http://aazk.org/uncategorized/435-revision-25/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1473, 2, '2010-04-01 08:14:50', '2010-04-01 13:14:50', '<strong>April 15 –18, 2010</strong> - <strong><em>4th Otter Keeper Workshop</em></strong> -  the Cincinnati Zoo in Cincinnati, Ohio will host.  This year the focus of the workshop will be expanded to include all of the otters managed under the Otter SSP® ­­ North American river otters, Asian small-clawed otters, African clawless, African spot-necked and giant otters.  Keepers working with any of the species are welcome to attend.  Topics will include:  captive  management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, lots of sharing of information between keepers.\r\n\r\nRegistration will be $75 and the deadline is December 15, 2009.  Spots fill up fast so please register early.  A waiting list will be maintained once the workshop is filled.  Due to the popularity of the workshop, priority will be given to first time attendees.  Please just one registrant per institution.  <strong>No refunds after January 15, 2010.</strong>\r\nAccommodations:   A hotel near the Cincinnati Zoo or the Newport Aquarium. Room negotiations are ongoing.  Roommates are encouraged. You will be matched if you indicate that you wish to have a roommate.\r\nInformation can be found on:  <a href="http://www.OtterSpotter.com">www.OtterSpotter.com</a>\r\nFor more information contact: David Hamilton at Seneca Park Zoo, 2222 St. Paul St., Rochester, NY 14617; phone: 585-336-2502; 585-266-5775 fax\r\n<a href="mailto:dhamilton@monroecounty.gov">dhamilton@monroecounty.gov </a>\r\n\r\n<strong>April 25-30, 2010 </strong>- <em><strong>Animal Behavior Management Alliance (ABMA) Annual Conference</strong></em> - In Pittsburgh, PA. The theme of this 10th Anniversary Conference is “Defining a Decade: Animal Management - Past, Present, and Future”.\r\n\r\nConference programming includes: Dr. Vint Virga, a Veterinary Behaviorist as keynote speaker, formal presentations, numerous workshops and seminars, a poster session, and site visits to animal facilities.  All conference details can be found at <a href="http://www.theabma.org">www.theabma.org</a>.  The conference will be held at the Hilton Pittsburgh located in downtown Pittsburgh.  Mention that you are with the ABMA and receive a special room rate of $119/night Reservations must be made by March 23, 2010 at 412-391-4600.  Contact Nicole Begley at <a href="mailto:nicole.begley@aviary.org">nicole.begley@aviary.org</a> or 412-323-7235 ext 216 with questions.\r\n\r\n<strong>May 11-15, 2010</strong> - <strong><em>International Gorilla Workshop</em></strong> – 2010 - Oklahoma City Zoo is excited to host the 2010 International Gorilla Workshop. We hope you’ll join us for these informative sessions. Our keynote speakers who are confirmed are Dave Morgan and Charlene Jendry. We are in final confirmation stage to get Dr. Ilana Kutinsky here as our third keynote.  The Gorilla Workshop was created to promote and improve husbandry, management and conservation of gorillas. It is necessary to collaborate with colleagues to better provide for and understand gorillas in our care. The 2010 Gorilla Workshop will include a number of topics with an emphasis on multi-male and bachelor groups, as well as innovative and best practices in gorilla husbandry. The deadline for abstracts is 10 February 2010.\r\n\r\nAbstracts must contain the following:\r\n• Author’s name, affiliation, address, e-mail address and phone number\r\n• Title of paper\r\n• Concise description of paper not to exceed 500 words (single space)\r\n• On a separate page please provide a concise bio of the author/presenter\r\n\r\nSuggested Topics (1 full day will be devoted to each main topic): Innovations and best practices in gorilla husbandry: Retro-fitting existing cages; Innovations in exhibit and holding design to facilitate husbandry; Philosophy driven husbandry programs - What’s yours and why does it work for your facility?; How to promote mother-rearing; Surrogate programs;; Behavioral husbandry – What is working to promote innovations in gorilla management?; Multi-male and bachelor groups: Best practices – What’s working at your facility? What’s not and how can we learn from it?; Research Updates;  Complexities such as holding/exhibit design;  Introduction strategies; Management strategies; Field Work and Conservation: Ape Sanctuaries/Updates from the Field; Fundraisers to support in situ work; and In or Ex-situ conservation education programs.\r\n\r\nPlease send via e-mail or CD (in Word format) to: Laura Bottaro OR Donna Mobbs, OKC Zoo, 2101 NE 50th St.,, Okla. City, OK 73111        Emails: <a href="mailto:LBottaro@okczoo.com">LBottaro@okczoo.com</a> <a href="mailto:DMobbs@okczoo.com">DMobbs@okczoo.com</a>\r\n\r\nRegistration fees of $195 are due by 10 February 2010. A late fee of $30 will be assessed after 10 February. Ten dollars from each registration will be combined to benefit one or more in situ conservation project(s).   If you have other general question about the workshop, OKC, etc, please contact Brian Aucone, <a href="mailto:BrianA@okczoo.com">BrianA@okczoo.com</a>, 405-425-0283.\r\n\r\n<strong>August 30 - September 3, 2010</strong> - <strong><em>7th International Penguin Conference</em></strong> - in Boston, MA.  Hosted by The New England Aquarium.  For info email <a href="mailto:ipcboston@neaq.org">ipcboston@neaq.org</a>.\r\n<strong>\r\nSeptember 7-12, 2010 </strong>- <strong><em>National AZAD Conference</em></strong> Hosted by Brookfield Zoo, Brookfield, IL USA. Call for Papers--Share your ideas by presenting a paper addressing ways people can work to conserve our Earth and all the gifts it gives us - Abstracts must be submitted by January 15, 2010; Notification of Acceptance is February 15, 2010; Completed papers are due April 1, 2010.  Presentations should be 45 minutes in length, including 10 minutes for Q&amp;A.  Please email abstracts to <a href="mailto:AZAD2010info@gmail.com">AZAD2010info@gmail.com</a> with the subject line being “Abstract”.  Include name and contact info, title of paper, abstract, audio-visual equipment needed, your zoo/aquarium affiliation and AZAD membership category.\r\n\r\n<strong>September 27-30, 2010</strong> -<em> <strong>AZA Orangutan SSP® Workshop </strong></em>– at the Denver Zoo, Denver, CO. Theme:  “Conservation &amp; Husbandry Innovations for the New Decade” Climb Up to a Higher Branch at the 4th Annual Orangutan SSP® Husbandry Workshop! - Focused on the care and management of orangutans, the workshop will bring together orangutan caregivers and managers, researchers, and field biologists to share the most current information on husbandry, conservation, and emergent issues pertaining to captive and wild populations of orangutans. Workshop registration fee is $125. The workshop will be held in conjunction with the Orangutan SSP® Masterplan meetings which will take place on Sunday, September 26, 2010.  For additional information contact Ronda Schwetz at <a href="mailto:rschwetz@denverzoo.org">rschwetz@denverzoo.org</a>.   Online registration will be available soon at <a href="http://www.denverzoo.org">www.denverzoo.org</a>. Pre-Conference Trip to Cheyenne Mountain Zoo Sunday, September 26—more details soon!<strong>\r\n</strong>\r\n\r\n<strong>September 28-October 2, 2010</strong> -<strong><em> 20th International Zoo Educators’ (IZE) Biennial Conference</em></strong> - at Disney’s Animal Kingdom, Orlando, FL.  For more information, please visit <a href="http://www.izea.net">http://www.izea.net</a>.\r\n\r\n<strong>October 14-15, 2010</strong> - <em><strong>Passerine Workshop </strong></em>\r\nHosted by Zoo Atlanta, Atlanta, GA. The intent of this workshop is to increase knowledge for keepers/newer managers on basic husbandry, breeding, and daily management of various passerine species and sharing of information between institutions.\r\n\r\nPlease contact Sprina Liu, <a href="mailto:sliu@zooatlanta.org">sliu@zooatlanta.org</a>, for more information.\r\n\r\n<em><strong>Upcoming AAZK National Conferences</strong></em>\r\n\r\n2010 - Philadelphia, PA - August 22-26\r\n\r\n2011 - San Diego, CA - August 24-28\r\n\r\n2012 - Syracuse, NY - September 23-27\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at\r\n<a href="http://aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>\r\n\r\n<em><strong>Upcoming AZA National Conferences</strong></em>\r\n\r\nSeptember 11-16, 2010  - AZA 2010 Annual Conference - Hosted by Houston Zoo, Houston, TX.\r\n\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events April/May 2010', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2010-04-01 08:14:50', '2010-04-01 13:14:50', '', 435, 'http://aazk.org/uncategorized/435-revision-20/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (441, 1, '2009-06-01 10:15:47', '2009-06-01 15:15:47', '[productspage]', 'Shop', 0, '', 'publish', 'closed', 'closed', '', 'shop', '', '', '2013-12-04 19:44:22', '2013-12-05 00:44:22', '', 0, 'http://dev.aazk.org/products-page/', 7, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (442, 1, '2009-06-01 10:15:47', '2009-06-01 15:15:47', '[shoppingcart]', 'Checkout', 0, '', 'publish', 'closed', 'closed', '', 'checkout', '', '', '2013-12-03 16:21:29', '2013-12-03 21:21:29', '', 441, 'http://dev.aazk.org/products-page/checkout/', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (443, 1, '2009-06-01 10:15:47', '2009-06-01 15:15:47', '[transactionresults]', 'Transaction Results', 0, '', 'draft', 'closed', 'closed', '', 'transaction-results', '', '', '2013-09-23 10:37:02', '2013-09-23 15:37:02', '', 441, 'http://dev.aazk.org/products-page/transaction-results/', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (444, 1, '2009-06-01 10:15:47', '2009-06-01 15:15:47', '[userlog]', 'Your Account', 0, '', 'draft', 'closed', 'closed', '', 'your-account', '', '', '2013-09-23 10:37:02', '2013-09-23 15:37:02', '', 441, 'http://dev.aazk.org/products-page/your-account/', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (445, 1, '2009-06-01 10:15:47', '2009-06-01 15:15:47', '[productspage]', 'Products Page', 0, '', 'inherit', 'closed', 'closed', '', '441-revision-v1', '', '', '2009-06-01 10:15:47', '2009-06-01 15:15:47', '', 441, 'http://dev.aazk.org/uncategorized/441-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (446, 1, '2009-06-01 10:36:40', '2009-06-01 15:36:40', '[productspage]', 'Products Page', 0, '', 'inherit', 'closed', 'closed', '', '441-revision-v1', '', '', '2009-06-01 10:36:40', '2009-06-01 15:36:40', '', 441, 'http://dev.aazk.org/uncategorized/441-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (447, 1, '2009-06-01 10:15:47', '2009-06-01 15:15:47', '[shoppingcart]', 'Checkout', 0, '', 'inherit', 'closed', 'closed', '', '442-revision-v1', '', '', '2009-06-01 10:15:47', '2009-06-01 15:15:47', '', 442, 'http://dev.aazk.org/uncategorized/442-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (448, 1, '2009-06-01 10:15:47', '2009-06-01 15:15:47', '[transactionresults]', 'Transaction Results', 0, '', 'inherit', 'closed', 'closed', '', '443-revision', '', '', '2009-06-01 10:15:47', '2009-06-01 15:15:47', '', 443, 'http://dev.aazk.org/uncategorized/443-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (449, 1, '2009-06-01 11:48:48', '2009-06-01 16:48:48', '[productspage]', 'Products Page', 0, '', 'inherit', 'closed', 'closed', '', '441-revision-v1', '', '', '2009-06-01 11:48:48', '2009-06-01 16:48:48', '', 441, 'http://dev.aazk.org/uncategorized/441-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (450, 1, '2009-05-27 09:39:27', '2009-05-27 14:39:27', '<p>The links below highlight our Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.</p>\r\n\r\n<p>AAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.</p>\r\n\r\n<p>These links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.</p>', 'Links', 0, '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2009-05-27 09:39:27', '2009-05-27 14:39:27', '', 20, 'http://dev.aazk.org/uncategorized/20-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (451, 1, '2009-04-01 19:15:48', '2009-04-02 00:15:48', '<p><strong>The Care and Management of Geriatric Animals in Zoos</strong></p>\r\n<p><img src="http://dev.aecetia.net/gws/aazk/wp-content/uploads/geriatric_cover.jpg" alt="geriatric_cover" title="geriatric_cover" width="383" height="255" class="alignnone size-full wp-image-391" /></p>\r\n<p><a href="http://dev.aecetia.net/gws/aazk/shop/publications/special-issue-of-animal-keepers-forum-dedicated-to-the-care-and-management-of-geriatric-animals-in-zoos/">Order your copy of this Special Issue of the Animal Keepers\' Forum</a></p>\r\n<ul>\r\n<li>From the President - Remembering the Golden Girls</li>\r\n<li>Acknowledgements from the Editor</li>\r\n<li>The Future is Now: New Strategies for Geriatric Care at the Oakland Zoo</li>\r\n<li>Some Thoughts on Veterinary Considerations on the Management of the Geriatric Zoo Patient</li>\r\n<li>Pachyderm Milestones</li>\r\n<li>The Oldest of the Old</li>\r\n<li>An Easy Way Out: PVC Ladder Assists Geriatric Animals</li>\r\n<li>The Old Hippo That Could</li>\r\n<li>Searching for Your Support (GoodSearch.com)</li>\r\n<li>It\'s a Geriatric Jungle Out There</li>\r\n<li>Joint Disease and Its Management in Captive Bear Species</li>\r\n<li>Never Too Late</li>\r\n<li>Assiniboine Park Zoo\'s Debby the Polar Bear</li>\r\n<li>The Widower - Care of a Geriatric Bird at The National Aviary</li>\r\n<li>The Care and Management of Geriatric Gorillas in Captivity and The Role of Louisville Zoo\'s Husbandry Program</li>\r\n<li>Gravity and Hydrotherapy Procedures as a Way to Reduce the Possibility of Stiffening Joints in Elephants After an Injury</li>\r\n<li>A Public Relations Professional\'s Look at Geriatric Animals and Euthanasia</li>\r\n<li>Donna the Hippo is 57 years Old</li>\r\n<li>Using Cue Conditioning to Facilitate Voluntary Separation for Supplemental Feeding in a Geriatric 0.1 Scimitar-horned Oryx (Oryx dammah)</li>\r\n<li>World\'s Oldest Asian Elephant Lived to be 86 Years Old</li>\r\n<li>Some Considerations in the Care of an Elderly Red-Ruffed Lemur</li>\r\n<li>Collaborative Management and Interpretation of Arthritis in a Geriatric Giraffe</li>\r\n<li>Indoors Natural Substrates for Elephants and Medical Issues Associated with Hard Surfaces</li>\r\n<li>Old Bears, New Care</li>\r\n<li>Improving the Quality of Life for Tiffany, a 40-year-old Female Western Lowland Gorilla (Gorilla g. gorilla) at the Topeka Zoo</li>\r\n<li>Topeka Zoo\'s Long-lived Hippo Duo</li>\r\n<li>Ode to the Oldies: Geriatric Keepers Caring for Geriatric Critters</li>\r\n<li>Longevity in the Animal Kingdom</li>\r\n</ul>', 'AKF Special Issue Table of Contents - April/May 2009', 0, '', 'draft', 'closed', 'closed', '', 'special-geriatric-animals', '', '', '2013-10-15 17:49:24', '2013-10-15 22:49:24', '', 0, 'http://dev.aazk.org/?p=451', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (452, 1, '2009-06-01 19:17:50', '2009-06-02 00:17:50', '<p><strong>The Care and Management of Geriatric Animals in Zoos</strong></p>', 'AKF Special Issue Table of Contents - April/May 2009', 0, '', 'inherit', 'closed', 'closed', '', '451-revision', '', '', '2009-06-01 19:17:50', '2009-06-02 00:17:50', '', 451, 'http://dev.aazk.org/uncategorized/451-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (453, 1, '2009-06-01 19:23:55', '2009-06-02 00:23:55', '<p><strong>The Care and Management of Geriatric Animals in Zoos</strong></p>\n<p>Order this Special Issue of AKF</p>', 'AKF Special Issue Table of Contents - April/May 2009', 0, '', 'inherit', 'closed', 'closed', '', '451-autosave', '', '', '2009-06-01 19:23:55', '2009-06-02 00:23:55', '', 451, 'http://dev.aazk.org/uncategorized/451-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (454, 1, '2009-06-01 19:18:18', '2009-06-02 00:18:18', '<p><strong>The Care and Management of Geriatric Animals in Zoos</strong></p>', 'AKF Special Issue Table of Contents - April/May 2009', 0, '', 'inherit', 'closed', 'closed', '', '451-revision-2', '', '', '2009-06-01 19:18:18', '2009-06-02 00:18:18', '', 451, 'http://dev.aazk.org/uncategorized/451-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (455, 1, '2009-06-01 19:24:04', '2009-06-02 00:24:04', '<p><strong>The Care and Management of Geriatric Animals in Zoos</strong></p>\r\n<p><a href="http://dev.aecetia.net/gws/aazk/shop/publications/special-issue-of-animal-keepers-forum-dedicated-to-the-care-and-management-of-geriatric-animals-in-zoos/">Order this Special Issue of AKF</a></p>', 'AKF Special Issue Table of Contents - April/May 2009', 0, '', 'inherit', 'closed', 'closed', '', '451-revision-3', '', '', '2009-06-01 19:24:04', '2009-06-02 00:24:04', '', 451, 'http://dev.aazk.org/uncategorized/451-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (456, 1, '2009-06-01 19:27:42', '2009-06-02 00:27:42', '<p><strong>The Care and Management of Geriatric Animals in Zoos</strong></p>\r\n<p><a href="http://dev.aecetia.net/gws/aazk/shop/publications/special-issue-of-animal-keepers-forum-dedicated-to-the-care-and-management-of-geriatric-animals-in-zoos/">Order this Special Issue of AKF</a></p>\r\n<ul>\r\n<li>From the President - Remembering the Golden Girls</li>\r\n<li>Acknowledgements from the Editor</li>\r\n<li>The Future is Now: New Strategies for Geriatric Care at the Oakland Zoo</li>\r\n<li>Some Thoughts on Veterinary Considerations on the Management of the Geriatric Zoo Patient</li>\r\n<li>Pachyderm Milestones</li>\r\n<li>The Oldest of the Old</li>\r\n<li>An Easy Way Out: PVC Ladder Assists Geriatric Animals</li>\r\n<li>The Old Hippo That Could</li>\r\n<li>Searching for Your Support (GoodSearch.com)</li>\r\n<li>It\'s a Geriatric Jungle Out There</li>\r\n<li>Joint Disease and Its Management in Captive Bear Species</li>\r\n<li>Never Too Late</li>\r\n<li>Assiniboine Park Zoo\'s Debby the Polar Bear</li>\r\n<li>The Widower - Care of a Geriatric Bird at The National Aviary</li>\r\n<li>The Care and Management of Geriatric Gorillas in Captivity and The Role of Louisville Zoo\'s Husbandry Program</li>\r\n<li>Gravity and Hydrotherapy Procedures as a Way to Reduce the Possibility of Stiffening Joints in Elephants After an Injury</li>\r\n<li>A Public Relations Professional\'s Look at Geriatric Animals and Euthanasia</li>\r\n<li>Donna the Hippo is 57 years Old</li>\r\n<li>Using Cue Conditioning to Facilitate Voluntary Separation for Supplemental Feeding in a Geriatric 0.1 Scimitar-horned Oryx (Oryx dammah)</li>\r\n<li>World\'s Oldest Asian Elephant Lived to be 86 Years Old</li>\r\n<li>Some Considerations in the Care of an Elderly Red-Ruffed Lemur</li>\r\n<li>Collaborative Management and Interpretation of Arthritis in a Geriatric Giraffe</li>\r\n<li>Indoors Natural Substrates for Elephants and Medical Issues Associated with Hard Surfaces</li>\r\n<li>Old Bears, New Care</li>\r\n<li>Improving the Quality of Life for Tiffany, a 40-year-old Female Western Lowland Gorilla (Gorilla g. gorilla) at the Topeka Zoo</li>\r\n<li>Topeka Zoo\'s Long-lived Hippo Duo</li>\r\n<li>Ode to the Oldies: Geriatric Keepers Caring for Geriatric Critters</li>\r\n<li>Longevity in the Animal Kingdom</li>\r\n</ul>', 'AKF Special Issue Table of Contents - April/May 2009', 0, '', 'inherit', 'closed', 'closed', '', '451-revision-4', '', '', '2009-06-01 19:27:42', '2009-06-02 00:27:42', '', 451, 'http://dev.aazk.org/uncategorized/451-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (457, 1, '2009-06-01 19:28:18', '2009-06-02 00:28:18', '<p><strong>The Care and Management of Geriatric Animals in Zoos</strong></p>\r\n<p><a href="http://dev.aecetia.net/gws/aazk/shop/publications/special-issue-of-animal-keepers-forum-dedicated-to-the-care-and-management-of-geriatric-animals-in-zoos/">Order your copy of this Special Issue of the Animal Keepers\' Forum</a></p>\r\n<ul>\r\n<li>From the President - Remembering the Golden Girls</li>\r\n<li>Acknowledgements from the Editor</li>\r\n<li>The Future is Now: New Strategies for Geriatric Care at the Oakland Zoo</li>\r\n<li>Some Thoughts on Veterinary Considerations on the Management of the Geriatric Zoo Patient</li>\r\n<li>Pachyderm Milestones</li>\r\n<li>The Oldest of the Old</li>\r\n<li>An Easy Way Out: PVC Ladder Assists Geriatric Animals</li>\r\n<li>The Old Hippo That Could</li>\r\n<li>Searching for Your Support (GoodSearch.com)</li>\r\n<li>It\'s a Geriatric Jungle Out There</li>\r\n<li>Joint Disease and Its Management in Captive Bear Species</li>\r\n<li>Never Too Late</li>\r\n<li>Assiniboine Park Zoo\'s Debby the Polar Bear</li>\r\n<li>The Widower - Care of a Geriatric Bird at The National Aviary</li>\r\n<li>The Care and Management of Geriatric Gorillas in Captivity and The Role of Louisville Zoo\'s Husbandry Program</li>\r\n<li>Gravity and Hydrotherapy Procedures as a Way to Reduce the Possibility of Stiffening Joints in Elephants After an Injury</li>\r\n<li>A Public Relations Professional\'s Look at Geriatric Animals and Euthanasia</li>\r\n<li>Donna the Hippo is 57 years Old</li>\r\n<li>Using Cue Conditioning to Facilitate Voluntary Separation for Supplemental Feeding in a Geriatric 0.1 Scimitar-horned Oryx (Oryx dammah)</li>\r\n<li>World\'s Oldest Asian Elephant Lived to be 86 Years Old</li>\r\n<li>Some Considerations in the Care of an Elderly Red-Ruffed Lemur</li>\r\n<li>Collaborative Management and Interpretation of Arthritis in a Geriatric Giraffe</li>\r\n<li>Indoors Natural Substrates for Elephants and Medical Issues Associated with Hard Surfaces</li>\r\n<li>Old Bears, New Care</li>\r\n<li>Improving the Quality of Life for Tiffany, a 40-year-old Female Western Lowland Gorilla (Gorilla g. gorilla) at the Topeka Zoo</li>\r\n<li>Topeka Zoo\'s Long-lived Hippo Duo</li>\r\n<li>Ode to the Oldies: Geriatric Keepers Caring for Geriatric Critters</li>\r\n<li>Longevity in the Animal Kingdom</li>\r\n</ul>', 'AKF Special Issue Table of Contents - April/May 2009', 0, '', 'inherit', 'closed', 'closed', '', '451-revision-5', '', '', '2009-06-01 19:28:18', '2009-06-02 00:28:18', '', 451, 'http://dev.aazk.org/uncategorized/451-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (458, 1, '2009-06-01 19:29:11', '2009-06-02 00:29:11', '<p><strong>The Care and Management of Geriatric Animals in Zoos</strong></p>\r\n<p><img src="http://dev.aecetia.net/gws/aazk/wp-content/uploads/geriatric_cover.jpg" alt="geriatric_cover" title="geriatric_cover" width="383" height="255" class="aligncenter size-full wp-image-391" /></p>\r\n<p><a href="http://dev.aecetia.net/gws/aazk/shop/publications/special-issue-of-animal-keepers-forum-dedicated-to-the-care-and-management-of-geriatric-animals-in-zoos/">Order your copy of this Special Issue of the Animal Keepers\' Forum</a></p>\r\n<ul>\r\n<li>From the President - Remembering the Golden Girls</li>\r\n<li>Acknowledgements from the Editor</li>\r\n<li>The Future is Now: New Strategies for Geriatric Care at the Oakland Zoo</li>\r\n<li>Some Thoughts on Veterinary Considerations on the Management of the Geriatric Zoo Patient</li>\r\n<li>Pachyderm Milestones</li>\r\n<li>The Oldest of the Old</li>\r\n<li>An Easy Way Out: PVC Ladder Assists Geriatric Animals</li>\r\n<li>The Old Hippo That Could</li>\r\n<li>Searching for Your Support (GoodSearch.com)</li>\r\n<li>It\'s a Geriatric Jungle Out There</li>\r\n<li>Joint Disease and Its Management in Captive Bear Species</li>\r\n<li>Never Too Late</li>\r\n<li>Assiniboine Park Zoo\'s Debby the Polar Bear</li>\r\n<li>The Widower - Care of a Geriatric Bird at The National Aviary</li>\r\n<li>The Care and Management of Geriatric Gorillas in Captivity and The Role of Louisville Zoo\'s Husbandry Program</li>\r\n<li>Gravity and Hydrotherapy Procedures as a Way to Reduce the Possibility of Stiffening Joints in Elephants After an Injury</li>\r\n<li>A Public Relations Professional\'s Look at Geriatric Animals and Euthanasia</li>\r\n<li>Donna the Hippo is 57 years Old</li>\r\n<li>Using Cue Conditioning to Facilitate Voluntary Separation for Supplemental Feeding in a Geriatric 0.1 Scimitar-horned Oryx (Oryx dammah)</li>\r\n<li>World\'s Oldest Asian Elephant Lived to be 86 Years Old</li>\r\n<li>Some Considerations in the Care of an Elderly Red-Ruffed Lemur</li>\r\n<li>Collaborative Management and Interpretation of Arthritis in a Geriatric Giraffe</li>\r\n<li>Indoors Natural Substrates for Elephants and Medical Issues Associated with Hard Surfaces</li>\r\n<li>Old Bears, New Care</li>\r\n<li>Improving the Quality of Life for Tiffany, a 40-year-old Female Western Lowland Gorilla (Gorilla g. gorilla) at the Topeka Zoo</li>\r\n<li>Topeka Zoo\'s Long-lived Hippo Duo</li>\r\n<li>Ode to the Oldies: Geriatric Keepers Caring for Geriatric Critters</li>\r\n<li>Longevity in the Animal Kingdom</li>\r\n</ul>', 'AKF Special Issue Table of Contents - April/May 2009', 0, '', 'inherit', 'closed', 'closed', '', '451-revision-6', '', '', '2009-06-01 19:29:11', '2009-06-02 00:29:11', '', 451, 'http://dev.aazk.org/uncategorized/451-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (459, 1, '2009-06-01 19:29:51', '2009-06-02 00:29:51', '<p><strong>The Care and Management of Geriatric Animals in Zoos</strong></p>\r\n<p><img src="http://dev.aecetia.net/gws/aazk/wp-content/uploads/geriatric_cover.jpg" alt="geriatric_cover" title="geriatric_cover" width="383" height="255" class="alignleft size-full wp-image-391" /></p>\r\n<p><a href="http://dev.aecetia.net/gws/aazk/shop/publications/special-issue-of-animal-keepers-forum-dedicated-to-the-care-and-management-of-geriatric-animals-in-zoos/">Order your copy of this Special Issue of the Animal Keepers\' Forum</a></p>\r\n<ul>\r\n<li>From the President - Remembering the Golden Girls</li>\r\n<li>Acknowledgements from the Editor</li>\r\n<li>The Future is Now: New Strategies for Geriatric Care at the Oakland Zoo</li>\r\n<li>Some Thoughts on Veterinary Considerations on the Management of the Geriatric Zoo Patient</li>\r\n<li>Pachyderm Milestones</li>\r\n<li>The Oldest of the Old</li>\r\n<li>An Easy Way Out: PVC Ladder Assists Geriatric Animals</li>\r\n<li>The Old Hippo That Could</li>\r\n<li>Searching for Your Support (GoodSearch.com)</li>\r\n<li>It\'s a Geriatric Jungle Out There</li>\r\n<li>Joint Disease and Its Management in Captive Bear Species</li>\r\n<li>Never Too Late</li>\r\n<li>Assiniboine Park Zoo\'s Debby the Polar Bear</li>\r\n<li>The Widower - Care of a Geriatric Bird at The National Aviary</li>\r\n<li>The Care and Management of Geriatric Gorillas in Captivity and The Role of Louisville Zoo\'s Husbandry Program</li>\r\n<li>Gravity and Hydrotherapy Procedures as a Way to Reduce the Possibility of Stiffening Joints in Elephants After an Injury</li>\r\n<li>A Public Relations Professional\'s Look at Geriatric Animals and Euthanasia</li>\r\n<li>Donna the Hippo is 57 years Old</li>\r\n<li>Using Cue Conditioning to Facilitate Voluntary Separation for Supplemental Feeding in a Geriatric 0.1 Scimitar-horned Oryx (Oryx dammah)</li>\r\n<li>World\'s Oldest Asian Elephant Lived to be 86 Years Old</li>\r\n<li>Some Considerations in the Care of an Elderly Red-Ruffed Lemur</li>\r\n<li>Collaborative Management and Interpretation of Arthritis in a Geriatric Giraffe</li>\r\n<li>Indoors Natural Substrates for Elephants and Medical Issues Associated with Hard Surfaces</li>\r\n<li>Old Bears, New Care</li>\r\n<li>Improving the Quality of Life for Tiffany, a 40-year-old Female Western Lowland Gorilla (Gorilla g. gorilla) at the Topeka Zoo</li>\r\n<li>Topeka Zoo\'s Long-lived Hippo Duo</li>\r\n<li>Ode to the Oldies: Geriatric Keepers Caring for Geriatric Critters</li>\r\n<li>Longevity in the Animal Kingdom</li>\r\n</ul>', 'AKF Special Issue Table of Contents - April/May 2009', 0, '', 'inherit', 'closed', 'closed', '', '451-revision-7', '', '', '2009-06-01 19:29:51', '2009-06-02 00:29:51', '', 451, 'http://dev.aazk.org/uncategorized/451-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (460, 1, '2007-11-01 19:40:27', '2007-11-02 00:40:27', '<p><strong>Crisis Management in Zoos</strong></p>\r\n<p><img src="http://dev.aecetia.net/gws/aazk/wp-content/uploads/crisis_management_issue.jpg" alt="crisis_management_issue" title="crisis_management_issue" width="400" height="270" class="alignnone size-full wp-image-464" /></p>\r\n<p><a href="/shop/publications/special-issue-of-animal-keepers-forum-dedicated-to-crisis-management-in-zoos/">Order your copy of this Special Issue of the Animal Keepers’ Forum</a></p>\r\n<ul>\r\n<li>Acknowledgements<br><em>Susan D. Chan, Managing Editor, Animal Keepers\' Forum</em></li>\r\n<li>Preface<br><em>Ed Hansen, Executive Director, AAZK, Inc.</em></li>\r\n<li>Forward<br><em>Kris Vehrs, Executive Director, Association of Zoos &amp; Aquariums</em></li>\r\n<li>Introduction<br><em>W.K. Baker, Jr., Director, Abilene Zoological Gardens, Abilene, TX</em></li>\r\n<li>Crisis Management Planning in Zoological Institutions<br><em>Geoff Underwood, Stirling, South Australia</em></li>\r\n<li>Disease Risk Communication and Highly Pathogenic Avian Influenza<br><em>Robyn Barbiers, D.V.M., Lincoln Park Zoo, Chicago, IL</em></li>\r\n<li>Developing a Weapons Team for Dangerous Animal Emergencies: Organization and Training<br><em>Norm Piwonka, Departmental Technical Analyst and<br>Ken Kaemmerer, Curator of Mammals, Dallas Zoo, Dallas, TX</em></li>\r\n<li>Who\'s Afraid of the Big Bad Wolf? Dealing with a long-term, high-profile animal escape<br><em>Jennifer Barnett, Director of Wildlife Management, Binder Park Zoo, Battle Creek, MI</em></li>\r\n<li>Chemical Restraint of Exotic Animals in an Emergency Situation<br><em>Marilynn M. Baeyens, DVM, Veterinarian, Little Rock Zoo, Little Rock, AR</em></li>\r\n<li>The Veterinary Role as First Responders to a Medical Emergency in a Crisis Management Situation<br><em>W.K. Baker, Jr., Director, Abilene Zoological Gardens, Abilene, TX</em> </li>\r\n<li>Critical Incident Stress Management: A Proven Tool for Addressing Staff Needs After a Traumatic Event<br><em>Lisa Fitzgerald and Gary Sanchez, Dallas Zoo, Dallas, TX<br>and  Jay Pratte, Zoo Atlanta, Atlanta, GA</em></li>\r\n<li>Developing a Program for Dangerous Animal Emergencies: Procedures for Animal Escape, Unauthorized Person in with Dangerous Animals, and Unified Command System<br><em>Ken Kaemmerer, Curator of Mammals, and<br>Norm Piwonka, Departmental Technical Analyst, Dallas Zoo, Dallas, TX</em></li>\r\n<li>Dive Safety in Zoos and Aquariums<br><em>Gil Falcone, Senior Dive Safety Officer, Monterey Bay Aquarium, Monterey, CA</em></li>\r\n<li>Wildlfire! One Facility\'s Response and Lessons Learned<br><em>Chuck Brinkman IV, Professor, Moorpark College, the Staff of America\'s Teaching Zoo<br>and the Students from the Classes of 2004 and 2005</em></li>\r\n<li>Keep Communication Equipment Powered in an Emergency, Part 1 What to Put in Your Emergency Power Kit<br><em>Thomas Shaddack, TechSoup.com</em></li>\r\n<li>Keep Communication Equipment Powered in an Emergency, Part 2 How to Convert Your Devices to Run Off Batteries<br><em>Thomas Shaddack, TechSoup.com</em></li>\r\n<li>The Terrorist Threat to Zoological Institutions<br><em>W.K. Baker, Jr., Director, Abilene Zoological Gardens, Abilene, TX and<br>Commander W.S. Graves, U.S. Navy, Retired</em></li>\r\n<li>Hurricane Preparedness: Lessons Learned from Hurricane Katrina<br><em>Elizabeth E. Hammond, DVM, Lion Country Safari, Loxahatchee, FL and<br>Daniel K. Maloney, General Curator/Life Sciences, Zoos Victoria, Parkville, VIC, Australia</em> </li>\r\n<li>Training Dangerous Animals Safely is No Accident<br><em>Gary M. Priest, Curator-Applied Animal Behavior, San Diego Zoo/San Diego Wild Animal Park Zoological Society of San Diego, San Diego, CA</em></li>\r\n<li>Firearms Use and Training in AZA Institutions<br><em>Dan Beetem, Director of Animal Management, The Wilds, Cumberland, OH</em></li>\r\n<li>Aspects of a Safety Program for Zoos and Aquarium Facilities in the United States<br><em>Ed Hansen, Risk Management Coordinator, City of Tucson, Tucson, AZ</em></li>\r\n<li>Emergency Contact Information/Notes</li>\r\n<li>Editors\' Biographies</li> \r\n</ul>', 'AKF Special Issue Table of Contents - November/December 2007', 0, '', 'draft', 'closed', 'closed', '', 'special-crisis-management', '', '', '2013-10-15 17:49:24', '2013-10-15 22:49:24', '', 0, 'http://dev.aazk.org/?p=460', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (461, 1, '2009-06-01 19:38:18', '2009-06-02 00:38:18', '<p>Crisis Management in Zoos</p>\n<p><a href="/shop/publications/special-issue-of-animal-keepers-forum-dedicated-to-crisis-management-in-zoos/">Order your copy of this Special Issue of the Animal Keepers’ Forum</a></p>', 'AKF Special Issue Table of Contents - November/December 2007', 0, '', 'inherit', 'closed', 'closed', '', '460-revision', '', '', '2009-06-01 19:38:18', '2009-06-02 00:38:18', '', 460, 'http://dev.aazk.org/uncategorized/460-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (462, 1, '2009-06-01 19:40:27', '2009-06-02 00:40:27', '<p>Crisis Management in Zoos</p>\r\n<p><a href="/shop/publications/special-issue-of-animal-keepers-forum-dedicated-to-crisis-management-in-zoos/">Order your copy of this Special Issue of the Animal Keepers’ Forum</a></p>\r\n<ul>\r\n<li>Acknowledgements<br><em>Susan D. Chan, Managing Editor, Animal Keepers\' Forum</em></li>\r\n<li>Preface<br><em>Ed Hansen, Executive Director, AAZK, Inc.</em></li>\r\n<li>Forward<br><em>Kris Vehrs, Executive Director, Association of Zoos &amp; Aquariums</em></li>\r\n<li>Introduction<br><em>W.K. Baker, Jr., Director, Abilene Zoological Gardens, Abilene, TX</em></li>\r\n<li>Crisis Management Planning in Zoological Institutions<br><em>Geoff Underwood, Stirling, South Australia</em></li>\r\n<li>Disease Risk Communication and Highly Pathogenic Avian Influenza<br><em>Robyn Barbiers, D.V.M., Lincoln Park Zoo, Chicago, IL</em></li>\r\n<li>Developing a Weapons Team for Dangerous Animal Emergencies: Organization and Training<br><em>Norm Piwonka, Departmental Technical Analyst and<br>Ken Kaemmerer, Curator of Mammals, Dallas Zoo, Dallas, TX</em></li>\r\n<li>Who\'s Afraid of the Big Bad Wolf? Dealing with a long-term, high-profile animal escape<br><em>Jennifer Barnett, Director of Wildlife Management, Binder Park Zoo, Battle Creek, MI</em></li>\r\n<li>Chemical Restraint of Exotic Animals in an Emergency Situation<br><em>Marilynn M. Baeyens, DVM, Veterinarian, Little Rock Zoo, Little Rock, AR</em></li>\r\n<li>The Veterinary Role as First Responders to a Medical Emergency in a Crisis Management Situation<br><em>W.K. Baker, Jr., Director, Abilene Zoological Gardens, Abilene, TX</em> </li>\r\n<li>Critical Incident Stress Management: A Proven Tool for Addressing Staff Needs After a Traumatic Event<br><em>Lisa Fitzgerald and Gary Sanchez, Dallas Zoo, Dallas, TX<br>and  Jay Pratte, Zoo Atlanta, Atlanta, GA</em></li>\r\n<li>Developing a Program for Dangerous Animal Emergencies: Procedures for Animal Escape, Unauthorized Person in with Dangerous Animals, and Unified Command System<br><em>Ken Kaemmerer, Curator of Mammals, and<br>Norm Piwonka, Departmental Technical Analyst, Dallas Zoo, Dallas, TX</em></li>\r\n<li>Dive Safety in Zoos and Aquariums<br><em>Gil Falcone, Senior Dive Safety Officer, Monterey Bay Aquarium, Monterey, CA</em></li>\r\n<li>Wildlfire! One Facility\'s Response and Lessons Learned<br><em>Chuck Brinkman IV, Professor, Moorpark College, the Staff of America\'s Teaching Zoo<br>and the Students from the Classes of 2004 and 2005</em></li>\r\n<li>Keep Communication Equipment Powered in an Emergency, Part 1 What to Put in Your Emergency Power Kit<br><em>Thomas Shaddack, TechSoup.com</em></li>\r\n<li>Keep Communication Equipment Powered in an Emergency, Part 2 How to Convert Your Devices to Run Off Batteries<br><em>Thomas Shaddack, TechSoup.com</em></li>\r\n<li>The Terrorist Threat to Zoological Institutions<br><em>W.K. Baker, Jr., Director, Abilene Zoological Gardens, Abilene, TX and<br>Commander W.S. Graves, U.S. Navy, Retired</em></li>\r\n<li>Hurricane Preparedness: Lessons Learned from Hurricane Katrina<br><em>Elizabeth E. Hammond, DVM, Lion Country Safari, Loxahatchee, FL and<br>Daniel K. Maloney, General Curator/Life Sciences, Zoos Victoria, Parkville, VIC, Australia</em> </li>\r\n<li>Training Dangerous Animals Safely is No Accident<br><em>Gary M. Priest, Curator-Applied Animal Behavior, San Diego Zoo/San Diego Wild Animal Park Zoological Society of San Diego, San Diego, CA</em></li>\r\n<li>Firearms Use and Training in AZA Institutions<br><em>Dan Beetem, Director of Animal Management, The Wilds, Cumberland, OH</em></li>\r\n<li>Aspects of a Safety Program for Zoos and Aquarium Facilities in the United States<br><em>Ed Hansen, Risk Management Coordinator, City of Tucson, Tucson, AZ</em></li>\r\n<li>Emergency Contact Information/Notes</li>\r\n<li>Editors\' Biographies</li> \r\n</ul>', 'AKF Special Issue Table of Contents - November/December 2007', 0, '', 'inherit', 'closed', 'closed', '', '460-revision-2', '', '', '2009-06-01 19:40:27', '2009-06-02 00:40:27', '', 460, 'http://dev.aazk.org/uncategorized/460-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (463, 1, '2009-06-01 19:41:00', '2009-06-02 00:41:00', '<p>Crisis Management in Zoos</p>\r\n<p><a href="/shop/publications/special-issue-of-animal-keepers-forum-dedicated-to-crisis-management-in-zoos/">Order your copy of this Special Issue of the Animal Keepers’ Forum</a></p>\r\n<ul>\r\n<li>Acknowledgements<br><em>Susan D. Chan, Managing Editor, Animal Keepers\' Forum</em></li>\r\n<li>Preface<br><em>Ed Hansen, Executive Director, AAZK, Inc.</em></li>\r\n<li>Forward<br><em>Kris Vehrs, Executive Director, Association of Zoos &amp; Aquariums</em></li>\r\n<li>Introduction<br><em>W.K. Baker, Jr., Director, Abilene Zoological Gardens, Abilene, TX</em></li>\r\n<li>Crisis Management Planning in Zoological Institutions<br><em>Geoff Underwood, Stirling, South Australia</em></li>\r\n<li>Disease Risk Communication and Highly Pathogenic Avian Influenza<br><em>Robyn Barbiers, D.V.M., Lincoln Park Zoo, Chicago, IL</em></li>\r\n<li>Developing a Weapons Team for Dangerous Animal Emergencies: Organization and Training<br><em>Norm Piwonka, Departmental Technical Analyst and<br>Ken Kaemmerer, Curator of Mammals, Dallas Zoo, Dallas, TX</em></li>\r\n<li>Who\'s Afraid of the Big Bad Wolf? Dealing with a long-term, high-profile animal escape<br><em>Jennifer Barnett, Director of Wildlife Management, Binder Park Zoo, Battle Creek, MI</em></li>\r\n<li>Chemical Restraint of Exotic Animals in an Emergency Situation<br><em>Marilynn M. Baeyens, DVM, Veterinarian, Little Rock Zoo, Little Rock, AR</em></li>\r\n<li>The Veterinary Role as First Responders to a Medical Emergency in a Crisis Management Situation<br><em>W.K. Baker, Jr., Director, Abilene Zoological Gardens, Abilene, TX</em> </li>\r\n<li>Critical Incident Stress Management: A Proven Tool for Addressing Staff Needs After a Traumatic Event<br><em>Lisa Fitzgerald and Gary Sanchez, Dallas Zoo, Dallas, TX<br>and  Jay Pratte, Zoo Atlanta, Atlanta, GA</em></li>\r\n<li>Developing a Program for Dangerous Animal Emergencies: Procedures for Animal Escape, Unauthorized Person in with Dangerous Animals, and Unified Command System<br><em>Ken Kaemmerer, Curator of Mammals, and<br>Norm Piwonka, Departmental Technical Analyst, Dallas Zoo, Dallas, TX</em></li>\r\n<li>Dive Safety in Zoos and Aquariums<br><em>Gil Falcone, Senior Dive Safety Officer, Monterey Bay Aquarium, Monterey, CA</em></li>\r\n<li>Wildlfire! One Facility\'s Response and Lessons Learned<br><em>Chuck Brinkman IV, Professor, Moorpark College, the Staff of America\'s Teaching Zoo<br>and the Students from the Classes of 2004 and 2005</em></li>\r\n<li>Keep Communication Equipment Powered in an Emergency, Part 1 What to Put in Your Emergency Power Kit<br><em>Thomas Shaddack, TechSoup.com</em></li>\r\n<li>Keep Communication Equipment Powered in an Emergency, Part 2 How to Convert Your Devices to Run Off Batteries<br><em>Thomas Shaddack, TechSoup.com</em></li>\r\n<li>The Terrorist Threat to Zoological Institutions<br><em>W.K. Baker, Jr., Director, Abilene Zoological Gardens, Abilene, TX and<br>Commander W.S. Graves, U.S. Navy, Retired</em></li>\r\n<li>Hurricane Preparedness: Lessons Learned from Hurricane Katrina<br><em>Elizabeth E. Hammond, DVM, Lion Country Safari, Loxahatchee, FL and<br>Daniel K. Maloney, General Curator/Life Sciences, Zoos Victoria, Parkville, VIC, Australia</em> </li>\r\n<li>Training Dangerous Animals Safely is No Accident<br><em>Gary M. Priest, Curator-Applied Animal Behavior, San Diego Zoo/San Diego Wild Animal Park Zoological Society of San Diego, San Diego, CA</em></li>\r\n<li>Firearms Use and Training in AZA Institutions<br><em>Dan Beetem, Director of Animal Management, The Wilds, Cumberland, OH</em></li>\r\n<li>Aspects of a Safety Program for Zoos and Aquarium Facilities in the United States<br><em>Ed Hansen, Risk Management Coordinator, City of Tucson, Tucson, AZ</em></li>\r\n<li>Emergency Contact Information/Notes</li>\r\n<li>Editors\' Biographies</li> \r\n</ul>', 'AKF Special Issue Table of Contents - November/December 2007', 0, '', 'inherit', 'closed', 'closed', '', '460-revision-3', '', '', '2009-06-01 19:41:00', '2009-06-02 00:41:00', '', 460, 'http://dev.aazk.org/uncategorized/460-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (464, 1, '2009-06-01 19:44:48', '2009-06-02 00:44:48', '', 'crisis_management_issue', 0, '', 'inherit', 'closed', 'closed', '', 'crisis_management_issue', '', '', '2009-06-01 19:44:48', '2009-06-02 00:44:48', '', 460, 'http://dev.aazk.org/wp-content/uploads/crisis_management_issue.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (465, 1, '2009-06-01 19:44:07', '2009-06-02 00:44:07', '<p>Crisis Management in Zoos</p>\r\n<p><a href="/shop/publications/special-issue-of-animal-keepers-forum-dedicated-to-crisis-management-in-zoos/">Order your copy of this Special Issue of the Animal Keepers’ Forum</a></p>\r\n<ul>\r\n<li>Acknowledgements<br><em>Susan D. Chan, Managing Editor, Animal Keepers\' Forum</em></li>\r\n<li>Preface<br><em>Ed Hansen, Executive Director, AAZK, Inc.</em></li>\r\n<li>Forward<br><em>Kris Vehrs, Executive Director, Association of Zoos &amp; Aquariums</em></li>\r\n<li>Introduction<br><em>W.K. Baker, Jr., Director, Abilene Zoological Gardens, Abilene, TX</em></li>\r\n<li>Crisis Management Planning in Zoological Institutions<br><em>Geoff Underwood, Stirling, South Australia</em></li>\r\n<li>Disease Risk Communication and Highly Pathogenic Avian Influenza<br><em>Robyn Barbiers, D.V.M., Lincoln Park Zoo, Chicago, IL</em></li>\r\n<li>Developing a Weapons Team for Dangerous Animal Emergencies: Organization and Training<br><em>Norm Piwonka, Departmental Technical Analyst and<br>Ken Kaemmerer, Curator of Mammals, Dallas Zoo, Dallas, TX</em></li>\r\n<li>Who\'s Afraid of the Big Bad Wolf? Dealing with a long-term, high-profile animal escape<br><em>Jennifer Barnett, Director of Wildlife Management, Binder Park Zoo, Battle Creek, MI</em></li>\r\n<li>Chemical Restraint of Exotic Animals in an Emergency Situation<br><em>Marilynn M. Baeyens, DVM, Veterinarian, Little Rock Zoo, Little Rock, AR</em></li>\r\n<li>The Veterinary Role as First Responders to a Medical Emergency in a Crisis Management Situation<br><em>W.K. Baker, Jr., Director, Abilene Zoological Gardens, Abilene, TX</em> </li>\r\n<li>Critical Incident Stress Management: A Proven Tool for Addressing Staff Needs After a Traumatic Event<br><em>Lisa Fitzgerald and Gary Sanchez, Dallas Zoo, Dallas, TX<br>and  Jay Pratte, Zoo Atlanta, Atlanta, GA</em></li>\r\n<li>Developing a Program for Dangerous Animal Emergencies: Procedures for Animal Escape, Unauthorized Person in with Dangerous Animals, and Unified Command System<br><em>Ken Kaemmerer, Curator of Mammals, and<br>Norm Piwonka, Departmental Technical Analyst, Dallas Zoo, Dallas, TX</em></li>\r\n<li>Dive Safety in Zoos and Aquariums<br><em>Gil Falcone, Senior Dive Safety Officer, Monterey Bay Aquarium, Monterey, CA</em></li>\r\n<li>Wildlfire! One Facility\'s Response and Lessons Learned<br><em>Chuck Brinkman IV, Professor, Moorpark College, the Staff of America\'s Teaching Zoo<br>and the Students from the Classes of 2004 and 2005</em></li>\r\n<li>Keep Communication Equipment Powered in an Emergency, Part 1 What to Put in Your Emergency Power Kit<br><em>Thomas Shaddack, TechSoup.com</em></li>\r\n<li>Keep Communication Equipment Powered in an Emergency, Part 2 How to Convert Your Devices to Run Off Batteries<br><em>Thomas Shaddack, TechSoup.com</em></li>\r\n<li>The Terrorist Threat to Zoological Institutions<br><em>W.K. Baker, Jr., Director, Abilene Zoological Gardens, Abilene, TX and<br>Commander W.S. Graves, U.S. Navy, Retired</em></li>\r\n<li>Hurricane Preparedness: Lessons Learned from Hurricane Katrina<br><em>Elizabeth E. Hammond, DVM, Lion Country Safari, Loxahatchee, FL and<br>Daniel K. Maloney, General Curator/Life Sciences, Zoos Victoria, Parkville, VIC, Australia</em> </li>\r\n<li>Training Dangerous Animals Safely is No Accident<br><em>Gary M. Priest, Curator-Applied Animal Behavior, San Diego Zoo/San Diego Wild Animal Park Zoological Society of San Diego, San Diego, CA</em></li>\r\n<li>Firearms Use and Training in AZA Institutions<br><em>Dan Beetem, Director of Animal Management, The Wilds, Cumberland, OH</em></li>\r\n<li>Aspects of a Safety Program for Zoos and Aquarium Facilities in the United States<br><em>Ed Hansen, Risk Management Coordinator, City of Tucson, Tucson, AZ</em></li>\r\n<li>Emergency Contact Information/Notes</li>\r\n<li>Editors\' Biographies</li> \r\n</ul>', 'AKF Special Issue Table of Contents - November/December 2007', 0, '', 'inherit', 'closed', 'closed', '', '460-revision-4', '', '', '2009-06-01 19:44:07', '2009-06-02 00:44:07', '', 460, 'http://dev.aazk.org/uncategorized/460-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (466, 1, '2009-06-01 19:45:25', '2009-06-02 00:45:25', '<p>Crisis Management in Zoos</p>\r\n<p><img src="http://dev.aecetia.net/gws/aazk/wp-content/uploads/crisis_management_issue.jpg" alt="crisis_management_issue" title="crisis_management_issue" width="400" height="270" class="alignnone size-full wp-image-464" /></p>\r\n<p><a href="/shop/publications/special-issue-of-animal-keepers-forum-dedicated-to-crisis-management-in-zoos/">Order your copy of this Special Issue of the Animal Keepers’ Forum</a></p>\r\n<ul>\r\n<li>Acknowledgements<br><em>Susan D. Chan, Managing Editor, Animal Keepers\' Forum</em></li>\r\n<li>Preface<br><em>Ed Hansen, Executive Director, AAZK, Inc.</em></li>\r\n<li>Forward<br><em>Kris Vehrs, Executive Director, Association of Zoos &amp; Aquariums</em></li>\r\n<li>Introduction<br><em>W.K. Baker, Jr., Director, Abilene Zoological Gardens, Abilene, TX</em></li>\r\n<li>Crisis Management Planning in Zoological Institutions<br><em>Geoff Underwood, Stirling, South Australia</em></li>\r\n<li>Disease Risk Communication and Highly Pathogenic Avian Influenza<br><em>Robyn Barbiers, D.V.M., Lincoln Park Zoo, Chicago, IL</em></li>\r\n<li>Developing a Weapons Team for Dangerous Animal Emergencies: Organization and Training<br><em>Norm Piwonka, Departmental Technical Analyst and<br>Ken Kaemmerer, Curator of Mammals, Dallas Zoo, Dallas, TX</em></li>\r\n<li>Who\'s Afraid of the Big Bad Wolf? Dealing with a long-term, high-profile animal escape<br><em>Jennifer Barnett, Director of Wildlife Management, Binder Park Zoo, Battle Creek, MI</em></li>\r\n<li>Chemical Restraint of Exotic Animals in an Emergency Situation<br><em>Marilynn M. Baeyens, DVM, Veterinarian, Little Rock Zoo, Little Rock, AR</em></li>\r\n<li>The Veterinary Role as First Responders to a Medical Emergency in a Crisis Management Situation<br><em>W.K. Baker, Jr., Director, Abilene Zoological Gardens, Abilene, TX</em> </li>\r\n<li>Critical Incident Stress Management: A Proven Tool for Addressing Staff Needs After a Traumatic Event<br><em>Lisa Fitzgerald and Gary Sanchez, Dallas Zoo, Dallas, TX<br>and  Jay Pratte, Zoo Atlanta, Atlanta, GA</em></li>\r\n<li>Developing a Program for Dangerous Animal Emergencies: Procedures for Animal Escape, Unauthorized Person in with Dangerous Animals, and Unified Command System<br><em>Ken Kaemmerer, Curator of Mammals, and<br>Norm Piwonka, Departmental Technical Analyst, Dallas Zoo, Dallas, TX</em></li>\r\n<li>Dive Safety in Zoos and Aquariums<br><em>Gil Falcone, Senior Dive Safety Officer, Monterey Bay Aquarium, Monterey, CA</em></li>\r\n<li>Wildlfire! One Facility\'s Response and Lessons Learned<br><em>Chuck Brinkman IV, Professor, Moorpark College, the Staff of America\'s Teaching Zoo<br>and the Students from the Classes of 2004 and 2005</em></li>\r\n<li>Keep Communication Equipment Powered in an Emergency, Part 1 What to Put in Your Emergency Power Kit<br><em>Thomas Shaddack, TechSoup.com</em></li>\r\n<li>Keep Communication Equipment Powered in an Emergency, Part 2 How to Convert Your Devices to Run Off Batteries<br><em>Thomas Shaddack, TechSoup.com</em></li>\r\n<li>The Terrorist Threat to Zoological Institutions<br><em>W.K. Baker, Jr., Director, Abilene Zoological Gardens, Abilene, TX and<br>Commander W.S. Graves, U.S. Navy, Retired</em></li>\r\n<li>Hurricane Preparedness: Lessons Learned from Hurricane Katrina<br><em>Elizabeth E. Hammond, DVM, Lion Country Safari, Loxahatchee, FL and<br>Daniel K. Maloney, General Curator/Life Sciences, Zoos Victoria, Parkville, VIC, Australia</em> </li>\r\n<li>Training Dangerous Animals Safely is No Accident<br><em>Gary M. Priest, Curator-Applied Animal Behavior, San Diego Zoo/San Diego Wild Animal Park Zoological Society of San Diego, San Diego, CA</em></li>\r\n<li>Firearms Use and Training in AZA Institutions<br><em>Dan Beetem, Director of Animal Management, The Wilds, Cumberland, OH</em></li>\r\n<li>Aspects of a Safety Program for Zoos and Aquarium Facilities in the United States<br><em>Ed Hansen, Risk Management Coordinator, City of Tucson, Tucson, AZ</em></li>\r\n<li>Emergency Contact Information/Notes</li>\r\n<li>Editors\' Biographies</li> \r\n</ul>', 'AKF Special Issue Table of Contents - November/December 2007', 0, '', 'inherit', 'closed', 'closed', '', '460-revision-5', '', '', '2009-06-01 19:45:25', '2009-06-02 00:45:25', '', 460, 'http://dev.aazk.org/uncategorized/460-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (467, 1, '2007-08-01 20:10:43', '2007-08-02 01:10:43', '<p><strong>Dedicated Polar Bear Issue</strong></p>\r\n<p><strong>A Note from the Editor:</strong> The August 2007 issue of Animal Keepers\' Forum is a special 80-page edition dedicated to the Polar Bear. As you will see from the listing below, this issue covers many aspects concerning the polar bear - from captive husbandry to conservation efforts, to the impacts of global warming on this species. AAZK worked cooperatively with Polar Bears International in the production of this special issue. A limited number of extra copies of this special issue are available for purchase from the AAZK Administrative Office. Cost is $10.00US per copy; domestic postage is included. Overseas orders are $20.00US and include airmail delivery. If interested you may contact the Editor via email through this website under the Board of Directors link on the menu bar; or use the order form link.</p>\r\n<p><a href="/shop/publications/special-issue-of-animal-keepers-forum-dedicated-to-the-polar-bear/">Order your copy of this Special Issue of the Animal Keepers’ Forum</a></p>\r\n<ul>\r\n    <li>Dive Into Something Wild - Conference 2007 Update</li>\r\n    <li>Editor\'s Acknowledgements</li>\r\n    <li>Year of the Polar Bear - PBI President Robert Buchanan</li>\r\n    <li>Great Offer from PBI for AAZK Members</li>\r\n    <li>El Photo Grande (The Big Picture) - AAZK Vice President Shane Good</li>\r\n    <li>Polar Bears International - What\'s it all about?</li>\r\n    <li>PBI\'s 2008 “Zoological Tour” in Churchhill</li>\r\n    <li>2008 - Year of the Polar Bear</li>\r\n    <li>Track the Bears Online</li>\r\n    <li>Polar Bear Natural History</li>\r\n    <li>Vanishing Ice</li>\r\n    <li>Ask the Experts: Are Polar Bear Populations Increasing?</li>\r\n    <li>IUCN Status Report on the Polar Bear - PDF Download</li>\r\n    <li>PBI Launches Groundbreaking Study</li>\r\n    <li>Dispatch from Russia</li>\r\n    <li>U.S. - Russia Polar Bear Treaty</li>\r\n    <li>Polar Bear Research in Zoos: An Interdisciplinary Approach</li>\r\n    <li>Busy Fall on the Tundra</li>\r\n    <li>Polar Bear Scientists on Film</li>\r\n    <li>The Effects of Diet Change in Skin and Coat Condition of 1.1 Polar Bears (Ursus Maritimis) at The Maryland Zoo in Baltimore</li>\r\n    <li>Nutrition Handbook Download</li>\r\n    <li>Formulating Diets for Polar Bears in Captivity</li>\r\n    <li>Roundworm Infections in Polar Bears</li>\r\n    <li>Livin\' Green Helps Polar Bears and All Living Things</li>\r\n    <li>Champagne Training on a Beer Budget</li>\r\n    <li>The Polar Bear Population Project (Tri-P)</li>\r\n    <li>Raising the Standards for Polar Bears in Zoos</li>\r\n    <li>Zoos Housing Polar Bears Worldwide</li>\r\n    <li>Operant Conditioning with Polar Bears - Another Form of Enrichment</li>\r\n    <li>PBI\'s Adventure Learning Program</li>\r\n    <li>They Said It Couldn\'t Be Done: Transportation of Two Polar Bears from Jardin Zoologique de Quebec to Sea World Australia</li>\r\n    <li>Polar Bear Status Report</li>\r\n    <li>Polar Bears Proposed for ESA Listing as Threatened</li>\r\n    <li>Frequently Asked Questions on the Proposed ESA Listing</li>\r\n    <li>Polar Bear Fast Facts</li>\r\n</ul>', 'AKF Special Issue Table of Contents - August 2007', 0, '', 'draft', 'closed', 'closed', '', 'special-polar-bear-issue', '', '', '2013-10-15 17:49:24', '2013-10-15 22:49:24', '', 0, 'http://dev.aazk.org/?p=467', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (468, 1, '2009-06-01 20:10:13', '2009-06-02 01:10:13', '<p>Dedicated Polar Bea', 'AKF Special Issue Table of Contents - August 2007', 0, '', 'inherit', 'closed', 'closed', '', '467-revision', '', '', '2009-06-01 20:10:13', '2009-06-02 01:10:13', '', 467, 'http://dev.aazk.org/uncategorized/467-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (469, 1, '2009-06-01 20:09:05', '2009-06-02 01:09:05', '<p>Crisis Management in Zoos</p>\r\n<p><img src="http://dev.aecetia.net/gws/aazk/wp-content/uploads/crisis_management_issue.jpg" alt="crisis_management_issue" title="crisis_management_issue" width="400" height="270" class="alignnone size-full wp-image-464" /></p>\r\n<p><a href="/shop/publications/special-issue-of-animal-keepers-forum-dedicated-to-crisis-management-in-zoos/">Order your copy of this Special Issue of the Animal Keepers’ Forum</a></p>\r\n<ul>\r\n<li>Acknowledgements<br><em>Susan D. Chan, Managing Editor, Animal Keepers\' Forum</em></li>\r\n<li>Preface<br><em>Ed Hansen, Executive Director, AAZK, Inc.</em></li>\r\n<li>Forward<br><em>Kris Vehrs, Executive Director, Association of Zoos &amp; Aquariums</em></li>\r\n<li>Introduction<br><em>W.K. Baker, Jr., Director, Abilene Zoological Gardens, Abilene, TX</em></li>\r\n<li>Crisis Management Planning in Zoological Institutions<br><em>Geoff Underwood, Stirling, South Australia</em></li>\r\n<li>Disease Risk Communication and Highly Pathogenic Avian Influenza<br><em>Robyn Barbiers, D.V.M., Lincoln Park Zoo, Chicago, IL</em></li>\r\n<li>Developing a Weapons Team for Dangerous Animal Emergencies: Organization and Training<br><em>Norm Piwonka, Departmental Technical Analyst and<br>Ken Kaemmerer, Curator of Mammals, Dallas Zoo, Dallas, TX</em></li>\r\n<li>Who\'s Afraid of the Big Bad Wolf? Dealing with a long-term, high-profile animal escape<br><em>Jennifer Barnett, Director of Wildlife Management, Binder Park Zoo, Battle Creek, MI</em></li>\r\n<li>Chemical Restraint of Exotic Animals in an Emergency Situation<br><em>Marilynn M. Baeyens, DVM, Veterinarian, Little Rock Zoo, Little Rock, AR</em></li>\r\n<li>The Veterinary Role as First Responders to a Medical Emergency in a Crisis Management Situation<br><em>W.K. Baker, Jr., Director, Abilene Zoological Gardens, Abilene, TX</em> </li>\r\n<li>Critical Incident Stress Management: A Proven Tool for Addressing Staff Needs After a Traumatic Event<br><em>Lisa Fitzgerald and Gary Sanchez, Dallas Zoo, Dallas, TX<br>and  Jay Pratte, Zoo Atlanta, Atlanta, GA</em></li>\r\n<li>Developing a Program for Dangerous Animal Emergencies: Procedures for Animal Escape, Unauthorized Person in with Dangerous Animals, and Unified Command System<br><em>Ken Kaemmerer, Curator of Mammals, and<br>Norm Piwonka, Departmental Technical Analyst, Dallas Zoo, Dallas, TX</em></li>\r\n<li>Dive Safety in Zoos and Aquariums<br><em>Gil Falcone, Senior Dive Safety Officer, Monterey Bay Aquarium, Monterey, CA</em></li>\r\n<li>Wildlfire! One Facility\'s Response and Lessons Learned<br><em>Chuck Brinkman IV, Professor, Moorpark College, the Staff of America\'s Teaching Zoo<br>and the Students from the Classes of 2004 and 2005</em></li>\r\n<li>Keep Communication Equipment Powered in an Emergency, Part 1 What to Put in Your Emergency Power Kit<br><em>Thomas Shaddack, TechSoup.com</em></li>\r\n<li>Keep Communication Equipment Powered in an Emergency, Part 2 How to Convert Your Devices to Run Off Batteries<br><em>Thomas Shaddack, TechSoup.com</em></li>\r\n<li>The Terrorist Threat to Zoological Institutions<br><em>W.K. Baker, Jr., Director, Abilene Zoological Gardens, Abilene, TX and<br>Commander W.S. Graves, U.S. Navy, Retired</em></li>\r\n<li>Hurricane Preparedness: Lessons Learned from Hurricane Katrina<br><em>Elizabeth E. Hammond, DVM, Lion Country Safari, Loxahatchee, FL and<br>Daniel K. Maloney, General Curator/Life Sciences, Zoos Victoria, Parkville, VIC, Australia</em> </li>\r\n<li>Training Dangerous Animals Safely is No Accident<br><em>Gary M. Priest, Curator-Applied Animal Behavior, San Diego Zoo/San Diego Wild Animal Park Zoological Society of San Diego, San Diego, CA</em></li>\r\n<li>Firearms Use and Training in AZA Institutions<br><em>Dan Beetem, Director of Animal Management, The Wilds, Cumberland, OH</em></li>\r\n<li>Aspects of a Safety Program for Zoos and Aquarium Facilities in the United States<br><em>Ed Hansen, Risk Management Coordinator, City of Tucson, Tucson, AZ</em></li>\r\n<li>Emergency Contact Information/Notes</li>\r\n<li>Editors\' Biographies</li> \r\n</ul>', 'AKF Special Issue Table of Contents - November/December 2007', 0, '', 'inherit', 'closed', 'closed', '', '460-revision-6', '', '', '2009-06-01 20:09:05', '2009-06-02 01:09:05', '', 460, 'http://dev.aazk.org/uncategorized/460-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (470, 1, '2009-06-01 20:10:43', '2009-06-02 01:10:43', '<p><strong>Dedicated Polar Bear Issue</strong></p>', 'AKF Special Issue Table of Contents - August 2007', 0, '', 'inherit', 'closed', 'closed', '', '467-revision-2', '', '', '2009-06-01 20:10:43', '2009-06-02 01:10:43', '', 467, 'http://dev.aazk.org/uncategorized/467-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (471, 1, '2009-06-01 20:13:38', '2009-06-02 01:13:38', '<p><strong>Dedicated Polar Bear Issue</strong></p>', 'AKF Special Issue Table of Contents - August 2007', 0, '', 'inherit', 'closed', 'closed', '', '467-revision-3', '', '', '2009-06-01 20:13:38', '2009-06-02 01:13:38', '', 467, 'http://dev.aazk.org/uncategorized/467-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (472, 1, '2009-06-01 20:14:18', '2009-06-02 01:14:18', '<p><strong>Dedicated Polar Bear Issue</strong></p>\r\n<p><a href="/shop/publications/special-issue-of-animal-keepers-forum-dedicated-to-the-polar-bear/">Order your copy of this Special Issue of the Animal Keepers’ Forum</a></p>', 'AKF Special Issue Table of Contents - August 2007', 0, '', 'inherit', 'closed', 'closed', '', '467-revision-4', '', '', '2009-06-01 20:14:18', '2009-06-02 01:14:18', '', 467, 'http://dev.aazk.org/uncategorized/467-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (473, 1, '2009-06-01 20:15:03', '2009-06-02 01:15:03', '<p><strong>Dedicated Polar Bear Issue</strong></p>\r\n<p><strong>A Note from the Editor:</strong> The August 2007 issue of Animal Keepers\' Forum is a special 80-page edition dedicated to the Polar Bear. As you will see from the listing below, this issue covers many aspects concerning the polar bear - from captive husbandry to conservation efforts, to the impacts of global warming on this species. AAZK worked cooperatively with Polar Bears International in the production of this special issue. A limited number of extra copies of this special issue are available for purchase from the AAZK Administrative Office. Cost is $10.00US per copy; domestic postage is included. Overseas orders are $20.00US and include airmail delivery. If interested you may contact the Editor via email through this website under the Board of Directors link on the menu bar; or use the order form link.</p>\r\n<p><a href="/shop/publications/special-issue-of-animal-keepers-forum-dedicated-to-the-polar-bear/">Order your copy of this Special Issue of the Animal Keepers’ Forum</a></p>', 'AKF Special Issue Table of Contents - August 2007', 0, '', 'inherit', 'closed', 'closed', '', '467-revision-5', '', '', '2009-06-01 20:15:03', '2009-06-02 01:15:03', '', 467, 'http://dev.aazk.org/uncategorized/467-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (474, 1, '2009-06-01 20:16:41', '2009-06-02 01:16:41', '<p><strong>Dedicated Polar Bear Issue</strong></p>\r\n<p><strong>A Note from the Editor:</strong> The August 2007 issue of Animal Keepers\' Forum is a special 80-page edition dedicated to the Polar Bear. As you will see from the listing below, this issue covers many aspects concerning the polar bear - from captive husbandry to conservation efforts, to the impacts of global warming on this species. AAZK worked cooperatively with Polar Bears International in the production of this special issue. A limited number of extra copies of this special issue are available for purchase from the AAZK Administrative Office. Cost is $10.00US per copy; domestic postage is included. Overseas orders are $20.00US and include airmail delivery. If interested you may contact the Editor via email through this website under the Board of Directors link on the menu bar; or use the order form link.</p>\r\n<p><a href="/shop/publications/special-issue-of-animal-keepers-forum-dedicated-to-the-polar-bear/">Order your copy of this Special Issue of the Animal Keepers’ Forum</a></p>', 'AKF Special Issue Table of Contents - August 2007', 0, '', 'inherit', 'closed', 'closed', '', '467-revision-6', '', '', '2009-06-01 20:16:41', '2009-06-02 01:16:41', '', 467, 'http://dev.aazk.org/uncategorized/467-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (475, 1, '2005-07-01 20:56:02', '2005-07-02 01:56:02', '<p><strong>Dedicated Polar Bear Issue</strong></p>\r\n<p><img src="http://dev.aecetia.net/gws/aazk/wp-content/uploads/cheetahmcknightlg.gif" alt="cheetah_issue" title="cheetah_issue" width="180" height="180" class="alignnone size-full wp-image-480" /></p>\r\n<p><strong>A Note from the Editor:</strong> The combined July/August 2005 issue of Animal Keepers\' Forum is a special 124-page edition dedicated to the cheetah. As you will see from the listing below, this issue covers many aspects concerning the cheetah-from captive husbandry to conservation efforts in Africa. A limited number of extra copies of this special issue are available for purchase from the AAZK Administrative Office. Cost is $10.00US per copy; domestic postage is included. Overseas orders are $20.00US and include airmail delivery. If interested you may contact the Editor via email through this website under the Board of Directors link on the menu bar; or follow the order link.</p>\r\n<p><a href="/shop/publications/special-issue-of-animal-keepers-forum-dedicated-to-the-cheetah/">Order your copy of this Special Issue of the Animal Keepers’ Forum</a></p>\r\n<ul>\r\n<li>From the Editor/About the Cover</li>\r\n<li>Overview of the Global Wild Cheetah Population</li>\r\n<li>Herpesvirus Infection in Cheetahs</li>\r\n<li>The Introduction of Three Abandoned Cheetah Cubs to a Foster Mother and Half Siblings at the Fort Worth Zoo</li>\r\n<li>Hand-Rearing Cheetah Cubs: Milk Formula</li>\r\n<li>Coursing Cheetahs</li>\r\n<li>Morbidity and Mortality in Hand-Reared Cheetah Cubs</li>\r\n<li>Hand-Rearing Cheetah Cubs: Milk Additives</li>\r\n<li>Successful Adoption of a Cheetah Litter at Wassenaar Wildlife Breeding Centre</li>\r\n<li>Cheetah Rehabilitation and Conservation Research Project</li>\r\n<li>Developing a Behavior Modification Program for Your Cheetah</li>\r\n<li>A Brief Summary of the Incidence of Renal Amyloidosis in Captive-bred Cheetah at the Cango Wildlife Ranch in Oudtshoorn, South Africa</li>\r\n<li>Report from Japan States Amyloidosis Killing Off Cheetahs in Zoos</li>\r\n<li>Anthrax Vaccination Evaluation Study in Cheetah</li>\r\n<li>Cheetah Conservation in Namibia</li>\r\n<li>Cheetah Websites of Interest</li>\r\n<li>Using Scent Attractants to Non-Invasively Collect Hair Samples from Cheetahs, Leopards and Lions</li>\r\n<li>Hand-Rearing Cheetah Cubs: Weaning Diet</li>\r\n<li>Educating the African NationsUsing Weight to Determine Pregnancy in Cheetahs</li>\r\n<li>Book Review (Cheetah by Luke Hunter)</li>\r\n<li>The Global Cheetah Forum</li>\r\n<li>Cheetah Breeding Program at Wassenaar Wildlife Breeding Centre</li>\r\n<li>A Summary of the Cheetah Program at the San Diego Zoo\'s Wild Animal Park</li>\r\n<li>Cheetah Conservation Botswana </li>\r\n<li>Iranian Cheetah Conservation</li>\r\n<li>The International Cheetah Studbook</li>\r\n<li>Bonding with Mother-Reared Cheetahs</li>\r\n<li>Cheetah Conservation Fund - Namibia to Kenya</li>\r\n<li>Volunteer Opportunities Available in Kenya</li>\r\n<li>Breeding Management Strategy for Cheetahs at the Smithsonian\'s National Zoo</li>\r\n<li>An African Opportunity with Cheetah Conservation Fund - Namibia and Kenya</li>\r\n</ul>', 'AKF Special Issue Table of Contents - July/August 2005', 0, '', 'draft', 'closed', 'closed', '', 'special-cheetah-issue', '', '', '2013-10-15 17:49:24', '2013-10-15 22:49:24', '', 0, 'http://dev.aazk.org/?p=475', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (476, 1, '2009-06-01 20:54:50', '2009-06-02 01:54:50', '', 'AKF Special Issue Table of Contents - July/August 2005', 0, '', 'inherit', 'closed', 'closed', '', '475-revision', '', '', '2009-06-01 20:54:50', '2009-06-02 01:54:50', '', 475, 'http://dev.aazk.org/uncategorized/475-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (478, 1, '2009-06-01 20:56:54', '2009-06-02 01:56:54', '<p><strong>Dedicated Polar Bear Issue</strong></p>\r\n<p><strong>A Note from the Editor:</strong> The combined July/August 2005 issue of Animal Keepers\' Forum is a special 124-page edition dedicated to the cheetah. As you will see from the listing below, this issue covers many aspects concerning the cheetah-from captive husbandry to conservation efforts in Africa. A limited number of extra copies of this special issue are available for purchase from the AAZK Administrative Office. Cost is $10.00US per copy; domestic postage is included. Overseas orders are $20.00US and include airmail delivery. If interested you may contact the Editor via email through this website under the Board of Directors link on the menu bar; or follow the order link.</p>\r\n<p><a href="/shop/publications/special-issue-of-animal-keepers-forum-dedicated-to-the-cheetah/">Order your copy of this Special Issue of the Animal Keepers’ Forum</a></p>', 'AKF Special Issue Table of Contents - July/August 2005', 0, '', 'inherit', 'closed', 'closed', '', '475-revision-3', '', '', '2009-06-01 20:56:54', '2009-06-02 01:56:54', '', 475, 'http://dev.aazk.org/uncategorized/475-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (477, 1, '2009-06-01 20:56:02', '2009-06-02 01:56:02', '<p><strong>Dedicated Polar Bear Issue</strong></p>\r\n<p><strong>A Note from the Editor:</strong> The August 2007 issue of Animal Keepers\' Forum is a special 80-page edition dedicated to the Polar Bear. As you will see from the listing below, this issue covers many aspects concerning the polar bear - from captive husbandry to conservation efforts, to the impacts of global warming on this species. AAZK worked cooperatively with Polar Bears International in the production of this special issue. A limited number of extra copies of this special issue are available for purchase from the AAZK Administrative Office. Cost is $10.00US per copy; domestic postage is included. Overseas orders are $20.00US and include airmail delivery. If interested you may contact the Editor via email through this website under the Board of Directors link on the menu bar; or use the order form link.</p>\r\n<p><a href="/shop/publications/special-issue-of-animal-keepers-forum-dedicated-to-the-polar-bear/">Order your copy of this Special Issue of the Animal Keepers’ Forum</a></p>', 'AKF Special Issue Table of Contents - July/August 2005', 0, '', 'inherit', 'closed', 'closed', '', '475-revision-2', '', '', '2009-06-01 20:56:02', '2009-06-02 01:56:02', '', 475, 'http://dev.aazk.org/uncategorized/475-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (479, 1, '2009-06-01 20:58:48', '2009-06-02 01:58:48', '<p><strong>Dedicated Polar Bear Issue</strong></p>\r\n<p><strong>A Note from the Editor:</strong> The combined July/August 2005 issue of Animal Keepers\' Forum is a special 124-page edition dedicated to the cheetah. As you will see from the listing below, this issue covers many aspects concerning the cheetah-from captive husbandry to conservation efforts in Africa. A limited number of extra copies of this special issue are available for purchase from the AAZK Administrative Office. Cost is $10.00US per copy; domestic postage is included. Overseas orders are $20.00US and include airmail delivery. If interested you may contact the Editor via email through this website under the Board of Directors link on the menu bar; or follow the order link.</p>\r\n<p><a href="/shop/publications/special-issue-of-animal-keepers-forum-dedicated-to-the-cheetah/">Order your copy of this Special Issue of the Animal Keepers’ Forum</a></p>\r\n<ul>\r\n<li>From the Editor/About the Cover</li>\r\n<li>Overview of the Global Wild Cheetah Population</li>\r\n<li>Herpesvirus Infection in Cheetahs</li>\r\n<li>The Introduction of Three Abandoned Cheetah Cubs to a Foster Mother and Half Siblings at the Fort Worth Zoo</li>\r\n<li>Hand-Rearing Cheetah Cubs: Milk Formula</li>\r\n<li>Coursing Cheetahs</li>\r\n<li>Morbidity and Mortality in Hand-Reared Cheetah Cubs</li>\r\n<li>Hand-Rearing Cheetah Cubs: Milk Additives</li>\r\n<li>Successful Adoption of a Cheetah Litter at Wassenaar Wildlife Breeding Centre</li>\r\n<li>Cheetah Rehabilitation and Conservation Research Project</li>\r\n<li>Developing a Behavior Modification Program for Your Cheetah</li>\r\n<li>A Brief Summary of the Incidence of Renal Amyloidosis in Captive-bred Cheetah at the Cango Wildlife Ranch in Oudtshoorn, South Africa</li>\r\n<li>Report from Japan States Amyloidosis Killing Off Cheetahs in Zoos</li>\r\n<li>Anthrax Vaccination Evaluation Study in Cheetah</li>\r\n<li>Cheetah Conservation in Namibia</li>\r\n<li>Cheetah Websites of Interest</li>\r\n<li>Using Scent Attractants to Non-Invasively Collect Hair Samples from Cheetahs, Leopards and Lions</li>\r\n<li>Hand-Rearing Cheetah Cubs: Weaning Diet</li>\r\n<li>Educating the African NationsUsing Weight to Determine Pregnancy in Cheetahs</li>\r\n<li>Book Review (Cheetah by Luke Hunter)</li>\r\n<li>The Global Cheetah Forum</li>\r\n<li>Cheetah Breeding Program at Wassenaar Wildlife Breeding Centre</li>\r\n<li>A Summary of the Cheetah Program at the San Diego Zoo\'s Wild Animal Park</li>\r\n<li>Cheetah Conservation Botswana </li>\r\n<li>Iranian Cheetah Conservation</li>\r\n<li>The International Cheetah Studbook</li>\r\n<li>Bonding with Mother-Reared Cheetahs</li>\r\n<li>Cheetah Conservation Fund - Namibia to Kenya</li>\r\n<li>Volunteer Opportunities Available in Kenya</li>\r\n<li>Breeding Management Strategy for Cheetahs at the Smithsonian\'s National Zoo</li>\r\n<li>An African Opportunity with Cheetah Conservation Fund - Namibia and Kenya</li>\r\n</ul>', 'AKF Special Issue Table of Contents - July/August 2005', 0, '', 'inherit', 'closed', 'closed', '', '475-revision-4', '', '', '2009-06-01 20:58:48', '2009-06-02 01:58:48', '', 475, 'http://dev.aazk.org/uncategorized/475-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (480, 1, '2009-06-01 21:00:51', '2009-06-02 02:00:51', '', 'cheetah_issue', 0, '', 'inherit', 'closed', 'closed', '', 'cheetahmcknightlg', '', '', '2009-06-01 21:00:51', '2009-06-02 02:00:51', '', 475, 'http://dev.aazk.org/wp-content/uploads/cheetahmcknightlg.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (481, 1, '2009-06-01 21:00:26', '2009-06-02 02:00:26', '<p><strong>Dedicated Polar Bear Issue</strong></p>\r\n<p><strong>A Note from the Editor:</strong> The combined July/August 2005 issue of Animal Keepers\' Forum is a special 124-page edition dedicated to the cheetah. As you will see from the listing below, this issue covers many aspects concerning the cheetah-from captive husbandry to conservation efforts in Africa. A limited number of extra copies of this special issue are available for purchase from the AAZK Administrative Office. Cost is $10.00US per copy; domestic postage is included. Overseas orders are $20.00US and include airmail delivery. If interested you may contact the Editor via email through this website under the Board of Directors link on the menu bar; or follow the order link.</p>\r\n<p><a href="/shop/publications/special-issue-of-animal-keepers-forum-dedicated-to-the-cheetah/">Order your copy of this Special Issue of the Animal Keepers’ Forum</a></p>\r\n<ul>\r\n<li>From the Editor/About the Cover</li>\r\n<li>Overview of the Global Wild Cheetah Population</li>\r\n<li>Herpesvirus Infection in Cheetahs</li>\r\n<li>The Introduction of Three Abandoned Cheetah Cubs to a Foster Mother and Half Siblings at the Fort Worth Zoo</li>\r\n<li>Hand-Rearing Cheetah Cubs: Milk Formula</li>\r\n<li>Coursing Cheetahs</li>\r\n<li>Morbidity and Mortality in Hand-Reared Cheetah Cubs</li>\r\n<li>Hand-Rearing Cheetah Cubs: Milk Additives</li>\r\n<li>Successful Adoption of a Cheetah Litter at Wassenaar Wildlife Breeding Centre</li>\r\n<li>Cheetah Rehabilitation and Conservation Research Project</li>\r\n<li>Developing a Behavior Modification Program for Your Cheetah</li>\r\n<li>A Brief Summary of the Incidence of Renal Amyloidosis in Captive-bred Cheetah at the Cango Wildlife Ranch in Oudtshoorn, South Africa</li>\r\n<li>Report from Japan States Amyloidosis Killing Off Cheetahs in Zoos</li>\r\n<li>Anthrax Vaccination Evaluation Study in Cheetah</li>\r\n<li>Cheetah Conservation in Namibia</li>\r\n<li>Cheetah Websites of Interest</li>\r\n<li>Using Scent Attractants to Non-Invasively Collect Hair Samples from Cheetahs, Leopards and Lions</li>\r\n<li>Hand-Rearing Cheetah Cubs: Weaning Diet</li>\r\n<li>Educating the African NationsUsing Weight to Determine Pregnancy in Cheetahs</li>\r\n<li>Book Review (Cheetah by Luke Hunter)</li>\r\n<li>The Global Cheetah Forum</li>\r\n<li>Cheetah Breeding Program at Wassenaar Wildlife Breeding Centre</li>\r\n<li>A Summary of the Cheetah Program at the San Diego Zoo\'s Wild Animal Park</li>\r\n<li>Cheetah Conservation Botswana </li>\r\n<li>Iranian Cheetah Conservation</li>\r\n<li>The International Cheetah Studbook</li>\r\n<li>Bonding with Mother-Reared Cheetahs</li>\r\n<li>Cheetah Conservation Fund - Namibia to Kenya</li>\r\n<li>Volunteer Opportunities Available in Kenya</li>\r\n<li>Breeding Management Strategy for Cheetahs at the Smithsonian\'s National Zoo</li>\r\n<li>An African Opportunity with Cheetah Conservation Fund - Namibia and Kenya</li>\r\n</ul>', 'AKF Special Issue Table of Contents - July/August 2005', 0, '', 'inherit', 'closed', 'closed', '', '475-revision-5', '', '', '2009-06-01 21:00:26', '2009-06-02 02:00:26', '', 475, 'http://dev.aazk.org/uncategorized/475-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (482, 1, '2009-05-31 21:23:24', '2009-06-01 02:23:24', '', 'All Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '415-revision-v1', '', '', '2009-05-31 21:23:24', '2009-06-01 02:23:24', '', 415, 'http://dev.aazk.org/uncategorized/415-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (483, 1, '2009-06-01 21:22:45', '2009-06-02 02:22:45', '', 'All Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '415-revision-v1', '', '', '2009-06-01 21:22:45', '2009-06-02 02:22:45', '', 415, 'http://dev.aazk.org/uncategorized/415-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (485, 1, '2009-06-01 23:02:53', '2009-06-02 04:02:53', '<h3>Chair</h3>\r\nJanet McCoy - <em>Oregon Zoo</em>\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong>\r\n<h3>Purpose</h3>\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\nOregon Zoo\r\n4001 S.W. Canyon Rd.\r\nPortland, OR 97221\r\n\r\nOr, <a href="/blindemail.php?name=Janet" target="_blank">Send Jan an email.</a>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Awards Chair\r\nThe Oregon Zoo\r\n4001 SW Canyon Road\r\nPortland, OR 97221\r\n\r\n<strong>Deadline for Nominations is 1 May 2009</strong>\r\n<ul>\r\n	<li>[thkBC id="232" height="500" width="900" anchortext="Lifetime Achievement (LA) Award" type="iframe"]</li>\r\n	<li>[thkBC id="239" height="500" width="900" anchortext="Lee Houts Excellence in Enrichment (LHEE) Award" type="iframe"]</li>\r\n	<li>[thkBC id="244" height="500" width="900" anchortext="Certificate of Merit for Zoo Keeper Education (CMZE)" type="iframe"]</li>\r\n	<li>[thkBC id="247" height="500" width="900" anchortext="Certificate of Excellence in Exhibit Design Renovation (CEER)" type="iframe"]</li>\r\n	<li>[thkBC id="250" height="500" width="900" anchortext="Mazuri Animal Nutrition Award (MANA)" type="iframe"]</li>\r\n	<li>[thkBC id="254" height="500" width="900" anchortext="Jean M. Hromadka AAZK Excellence in Animal Care Award" type="iframe"]</li>\r\n	<li>[thkBC id="258" height="500" width="900" anchortext="The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award" type="iframe"]</li>\r\n	<li>[thkBC id="261" height="500" width="900" anchortext="The AAZK Chapter of the Year Award" type="iframe"]</li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-06-01 23:02:53', '2009-06-02 04:02:53', '', 224, 'http://dev.aazk.org/uncategorized/224-revision-22/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (484, 1, '2009-05-31 15:39:03', '2009-05-31 20:39:03', '<h3>Chair</h3>\r\n<p>Janet McCoy - <em>Oregon Zoo</em></p>\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong>\r\n\r\n<h3>Purpose</h3>\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\nOregon Zoo\r\n4001 S.W. Canyon Rd.\r\nPortland, OR 97221\r\n\r\nOr, <a href="/blindemail.php?name=Janet" target="_blank">Send Jan an email.</a>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Awards Chair\r\nThe Oregon Zoo\r\n4001 SW Canyon Road\r\nPortland, OR 97221\r\n\r\n<strong>Deadline for Nominations is 1 May 2009</strong>\r\n<ul>\r\n	<li>[thkBC id="232" height="500" width="900" anchortext="Lifetime Achievement (LA) Award" type="iframe"]</li>\r\n	<li>[thkBC id="239" height="500" width="900" anchortext="Lee Houts Excellence in Enrichment (LHEE) Award" type="iframe"]</li>\r\n	<li>[thkBC id="244" height="500" width="900" anchortext="Certificate of Merit for Zoo Keeper Education (CMZE)" type="iframe"]</li>\r\n	<li>[thkBC id="247" height="500" width="900" anchortext="Certificate of Excellence in Exhibit Design Renovation (CEER)" type="iframe"]</li>\r\n	<li>[thkBC id="250" height="500" width="900" anchortext="Mazuri Animal Nutrition Award (MANA)" type="iframe"]</li>\r\n	<li>[thkBC id="254" height="500" width="900" anchortext="Jean M. Hromadka AAZK Excellence in Animal Care Award" type="iframe"]</li>\r\n	<li>[thkBC id="258" height="500" width="900" anchortext="The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award" type="iframe"]</li>\r\n	<li>[thkBC id="261" height="500" width="900" anchortext="The AAZK Chapter of the Year Award" type="iframe"]</li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-05-31 15:39:03', '2009-05-31 20:39:03', '', 224, 'http://dev.aazk.org/uncategorized/224-revision-21/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (487, 1, '2009-06-01 23:17:08', '2009-06-02 04:17:08', '<h3>Chair</h3>\r\nJanet McCoy - <em>Oregon Zoo</em>\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong>\r\n<h3>Purpose</h3>\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\nOregon Zoo\r\n4001 S.W. Canyon Rd.\r\nPortland, OR 97221\r\n\r\nOr, <a href="/blindemail.php?name=Janet" target="_blank">Send Jan an email.</a>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Awards Chair\r\nThe Oregon Zoo\r\n4001 SW Canyon Road\r\nPortland, OR 97221\r\n\r\n<strong>Deadline for Nominations is 1 May 2009</strong>\r\n<ul>\r\n	<li><a href="/committee/awards-committee/lifetime-achievement-la-award/" rel="facebox">Lifetime Achievement (LA) Award</a></li>\r\n	<li>Lee Houts Excellence in Enrichment (LHEE) Award</li>\r\n	<li>Certificate of Merit for Zoo Keeper Education (CMZE)</li>\r\n	<li>Certificate of Excellence in Exhibit Design Renovation (CEER)</li>\r\n	<li>Mazuri Animal Nutrition Award (MANA)</li>\r\n	<li>Jean M. Hromadka AAZK Excellence in Animal Care Award</li>\r\n	<li>The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</li>\r\n	<li>The AAZK Chapter of the Year Award</li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-06-01 23:17:08', '2009-06-02 04:17:08', '', 224, 'http://dev.aazk.org/uncategorized/224-revision-24/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (488, 1, '2009-06-01 23:58:59', '2009-06-02 04:58:59', '<h3>Chair</h3>\r\nJanet McCoy - <em>Oregon Zoo</em>\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong>\r\n<h3>Purpose</h3>\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\nOregon Zoo\r\n4001 S.W. Canyon Rd.\r\nPortland, OR 97221\r\n\r\nOr, <a href="/blindemail.php?name=Janet" target="_blank">Send Jan an email.</a>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Awards Chair\r\nThe Oregon Zoo\r\n4001 SW Canyon Road\r\nPortland, OR 97221\r\n\r\n<strong>Deadline for Nominations is 1 May 2009</strong>\r\n<ul>\r\n	<li><a href="/committee/awards-committee/lifetime-achievement-la-award/" class="thickbox">Lifetime Achievement (LA) Award</a></li>\r\n	<li>Lee Houts Excellence in Enrichment (LHEE) Award</li>\r\n	<li>Certificate of Merit for Zoo Keeper Education (CMZE)</li>\r\n	<li>Certificate of Excellence in Exhibit Design Renovation (CEER)</li>\r\n	<li>Mazuri Animal Nutrition Award (MANA)</li>\r\n	<li>Jean M. Hromadka AAZK Excellence in Animal Care Award</li>\r\n	<li>The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</li>\r\n	<li>The AAZK Chapter of the Year Award</li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-06-01 23:58:59', '2009-06-02 04:58:59', '', 224, 'http://dev.aazk.org/uncategorized/224-revision-25/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (489, 1, '2009-06-02 00:00:52', '2009-06-02 05:00:52', '<h3>Chair</h3>\r\nJanet McCoy - <em>Oregon Zoo</em>\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong>\r\n<h3>Purpose</h3>\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\nOregon Zoo\r\n4001 S.W. Canyon Rd.\r\nPortland, OR 97221\r\n\r\nOr, <a href="/blindemail.php?name=Janet" target="_blank">Send Jan an email.</a>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Awards Chair\r\nThe Oregon Zoo\r\n4001 SW Canyon Road\r\nPortland, OR 97221\r\n\r\n<strong>Deadline for Nominations is 1 May 2009</strong>\r\n<ul>\r\n	<li><a href="/committee/awards-committee/lifetime-achievement-la-award/?height=800&width=700" class="thickbox">Lifetime Achievement (LA) Award</a></li>\r\n	<li>Lee Houts Excellence in Enrichment (LHEE) Award</li>\r\n	<li>Certificate of Merit for Zoo Keeper Education (CMZE)</li>\r\n	<li>Certificate of Excellence in Exhibit Design Renovation (CEER)</li>\r\n	<li>Mazuri Animal Nutrition Award (MANA)</li>\r\n	<li>Jean M. Hromadka AAZK Excellence in Animal Care Award</li>\r\n	<li>The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</li>\r\n	<li>The AAZK Chapter of the Year Award</li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-06-02 00:00:52', '2009-06-02 05:00:52', '', 224, 'http://dev.aazk.org/uncategorized/224-revision-26/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (490, 1, '2009-06-02 00:02:48', '2009-06-02 05:02:48', '<h3>Chair</h3>\r\nJanet McCoy - <em>Oregon Zoo</em>\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong>\r\n<h3>Purpose</h3>\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\nOregon Zoo\r\n4001 S.W. Canyon Rd.\r\nPortland, OR 97221\r\n\r\nOr, <a href="/blindemail.php?name=Janet" target="_blank">Send Jan an email.</a>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Awards Chair\r\nThe Oregon Zoo\r\n4001 SW Canyon Road\r\nPortland, OR 97221\r\n\r\n<strong>Deadline for Nominations is 1 May 2009</strong>\r\n<ul>\r\n	<li><a href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&TB_iframe=true&height=400&width=600" class="thickbox">Lifetime Achievement (LA) Award</a></li>\r\n	<li>Lee Houts Excellence in Enrichment (LHEE) Award</li>\r\n	<li>Certificate of Merit for Zoo Keeper Education (CMZE)</li>\r\n	<li>Certificate of Excellence in Exhibit Design Renovation (CEER)</li>\r\n	<li>Mazuri Animal Nutrition Award (MANA)</li>\r\n	<li>Jean M. Hromadka AAZK Excellence in Animal Care Award</li>\r\n	<li>The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</li>\r\n	<li>The AAZK Chapter of the Year Award</li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-06-02 00:02:48', '2009-06-02 05:02:48', '', 224, 'http://dev.aazk.org/uncategorized/224-revision-27/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (491, 1, '2009-06-02 00:03:38', '2009-06-02 05:03:38', '<h3>Chair</h3>\r\nJanet McCoy - <em>Oregon Zoo</em>\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong>\r\n<h3>Purpose</h3>\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\nOregon Zoo\r\n4001 S.W. Canyon Rd.\r\nPortland, OR 97221\r\n\r\nOr, <a href="/blindemail.php?name=Janet" target="_blank">Send Jan an email.</a>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Awards Chair\r\nThe Oregon Zoo\r\n4001 SW Canyon Road\r\nPortland, OR 97221\r\n\r\n<strong>Deadline for Nominations is 1 May 2009</strong>\r\n<ul>\r\n	<li><a href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&TB_iframe=true&height=400&width=700" class="thickbox">Lifetime Achievement (LA) Award</a></li>\r\n	<li>Lee Houts Excellence in Enrichment (LHEE) Award</li>\r\n	<li>Certificate of Merit for Zoo Keeper Education (CMZE)</li>\r\n	<li>Certificate of Excellence in Exhibit Design Renovation (CEER)</li>\r\n	<li>Mazuri Animal Nutrition Award (MANA)</li>\r\n	<li>Jean M. Hromadka AAZK Excellence in Animal Care Award</li>\r\n	<li>The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</li>\r\n	<li>The AAZK Chapter of the Year Award</li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-06-02 00:03:38', '2009-06-02 05:03:38', '', 224, 'http://dev.aazk.org/uncategorized/224-revision-28/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (492, 1, '2009-06-02 00:05:29', '2009-06-02 05:05:29', '<h3>Chair</h3>\r\nJanet McCoy - <em>Oregon Zoo</em>\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong>\r\n<h3>Purpose</h3>\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\nOregon Zoo\r\n4001 S.W. Canyon Rd.\r\nPortland, OR 97221\r\n\r\nOr, <a href="/blindemail.php?name=Janet" target="_blank">Send Jan an email.</a>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Awards Chair\r\nThe Oregon Zoo\r\n4001 SW Canyon Road\r\nPortland, OR 97221\r\n\r\n<strong>Deadline for Nominations is 1 May 2009</strong>\r\n<ul>\r\n	<li><a href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&TB_iframe=true&height=400&width=700" class="thickbox">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a href="/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award//?KeepThis=true&TB_iframe=true&height=400&width=700" class="thickbox">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li>Certificate of Merit for Zoo Keeper Education (CMZE)</li>\r\n	<li>Certificate of Excellence in Exhibit Design Renovation (CEER)</li>\r\n	<li>Mazuri Animal Nutrition Award (MANA)</li>\r\n	<li>Jean M. Hromadka AAZK Excellence in Animal Care Award</li>\r\n	<li>The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</li>\r\n	<li>The AAZK Chapter of the Year Award</li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-06-02 00:05:29', '2009-06-02 05:05:29', '', 224, 'http://dev.aazk.org/uncategorized/224-revision-29/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (496, 1, '2009-06-07 20:37:13', '2009-06-08 01:37:13', '<div class="committee">\r\n<h3><a href="http://aecetia.net/gws/aazk/committee/international-congress-zookeepers/">International Congress of Zookeepers\r\n</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /></div>\r\n<div class="email">Norah Farnham</div>\r\n<div class="email">AAZK representative</div>\r\n<div class="email">Woodland Park Zoo</div>\r\n<div class="email"><a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a></div>\r\n<div class="email">\r\n<div class="name"><img class="size-full wp-image-2529 alignnone" title="sara_wunder2" src="http://aecetia.net/gws/aazk/wp-content/uploads/sara_wunder2.jpg" alt="sara_wunder2" width="150" height="171" /></div>\r\n<div class="email">Sara Wunder Steward</div>\r\n<div class="email">AAZK representative</div>\r\n<div class="email">Busch Gardens Tampa</div>\r\n<div class="email"><a href="mailto:sara.steward@aecetia.net/gws/aazk">sara.steward@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="committee"><a href="/committee/annual-aazk-conferences/"><strong>Annual AAZK Conferences</strong></a></div>\r\n<div class="committee">\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">CEO/CFO</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /></div>\r\n<div class="name">Shelly Roach</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Columbus Zoo</div>\r\n<div class="email"><a href="mailto:shelly.roach@aecetia.net/gws/aazk">shelly.roach@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /></div>\r\n<div class="name">Patty Pearthree</div>\r\n<div class="title">Program Manager</div>\r\n<div class="email"><a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="email"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-full wp-image-1937" title="rickotarsky" src="http://aecetia.net/gws/aazk/wp-content/uploads/rickotarsky.jpg" alt="rickotarsky" width="131" height="150" /></div>\r\n<div class="name">Ric Kotarsky</div>\r\n<div class="title">Chair</div>\r\n<div class="title">Tulsa Zoo</div>\r\n<div class="title"><a href="mailto:ric.kotarsky@aecetia.net/gws/aazk">ric.kotarsky@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-full wp-image-2729" title="julie" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="julie" width="120" height="141" /></div>\r\n<div class="name">Julie Hartell-DeNardo</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:julie.hartell.denardo@aecetia.net/gws/aazk">julie.hartell.denardo@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1249 alignnone" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /></div>\r\n<div class="name">Janet McCoy</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-2550" title="melaina3" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina3-150x150.jpg" alt="melaina3" width="150" height="150" /></div>\r\n<div class="name">Melaina Wallace</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:melaina.wallace@aecetia.net/gws/aazk">melaina.wallace@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-841 alignnone" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /></div>\r\n<div class="name">Amanda Kamradt</div>\r\n<div class="title">Co-chair</div>\r\n<div class="affiliated_zoo">Zoo New England</div>\r\n<div class="email"><a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a></div>\r\n<div class="email">\r\n<div class="name"><img class="alignnone size-full wp-image-2428" title="christy_poelker" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy_poelker.jpg" alt="christy_poelker" width="136" height="159" /></div>\r\n<div class="name">Christy Poelker</div>\r\n<div class="title">Co-chair</div>\r\n<div class="affiliated_zoo">Saint Louis Zoo</div>\r\n<div class="email"><a href="mailto:christy.poelker@aecetia.net/gws/aazk">christy.poelker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n</div>', 'Committee Chairs', 0, '', 'publish', 'closed', 'closed', '', 'committee-chairs', '', '', '2013-11-05 17:56:50', '2013-11-05 22:56:50', '', 22, 'http://dev.aazk.org/?page_id=496', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (497, 1, '2009-06-07 20:36:51', '2009-06-08 01:36:51', '', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2009-06-07 20:36:51', '2009-06-08 01:36:51', '', 496, 'http://dev.aazk.org/uncategorized/496-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1675, 2, '2010-08-27 14:28:54', '2010-08-27 19:28:54', '', 'sdaazk_conf', 0, '', 'inherit', 'closed', 'closed', '', 'sdaazk_conf', '', '', '2010-08-27 14:28:54', '2010-08-27 19:28:54', '', 0, 'http://aazk.org/wp-content/uploads/sdaazk_conf.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (500, 1, '2009-06-07 20:44:52', '2009-06-08 01:44:52', '<div class="committee">\r\n	<h3><a href="/committee/international-outreach-committee/">International Outreach Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Shane Good</a></div>\r\n		<div class="title">Acting Chair</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/membership-resources/">Membership Resources</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Jacque Blessington</a></div>\r\n		<div class="title">Acting Chair</div>\r\n        <div class="affiliated_zoo">Kansas City Zoo</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/annual-aazk-conferences/">Annual AAZK Conferences</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Ed Hansen</a></div>\r\n		<div class="title">Conference Program Chair</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Shelly Roach</a></div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">Columbus Zoo</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Patty Pearthree</a></div>\r\n		<div class="title">Coordinator</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Denise Wagner</a></div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">Phoenix Zoo</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Gisela A.Wiggins</a></div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">North Carolina Zoological Park</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/historian/">Historian</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Mark Levin</a></div>\r\n		<div class="title">Historian</div>\r\n        <div class="location">Norristown, PA</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Deana Walz</a></div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">Tracy Aviary</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Janet McCoy</a></div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">Oregon Zoo</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Melaina Wallace</a></div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Penny Jolly</a></div>\r\n		<div class="title">Co-Chair</div>\r\n        <div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n\r\n		<div class="name"><a href="/contact/form/?contact=">Amanda Kamradt</a></div>\r\n		<div class="title">Co-Chair</div>\r\n        <div class="affiliated_zoo">Zoo New England</div>\r\n	</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2009-06-07 20:44:52', '2009-06-08 01:44:52', '', 496, 'http://dev.aazk.org/uncategorized/496-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (499, 1, '2009-06-07 20:42:15', '2009-06-08 01:42:15', '<div class="committee">\r\n	<h3><a href="/committee/international-outreach-committee/">International Outreach Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Shane Good</a></div>\r\n		<div class="title">Acting Chair</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/international-outreach-committee/">Membership Resources</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Jacque Blessington</a></div>\r\n		<div class="title">Acting Chair</div>\r\n        <div class="affiliated_zoo">Kansas City Zoo</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/international-outreach-committee/">Annual AAZK Conferences</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Ed Hansen</a></div>\r\n		<div class="title">Conference Program Chair</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/international-outreach-committee/">Grants Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Shelly Roach</a></div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">Columbus Zoo</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/international-outreach-committee/">Bowling for Rhinos</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Patty Pearthree</a></div>\r\n		<div class="title">Coordinator</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/international-outreach-committee/">Ethics Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Denise Wagner</a></div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">Phoenix Zoo</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/international-outreach-committee/">Bylaws Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Gisela A.Wiggins</a></div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">North Carolina Zoological Park</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/international-outreach-committee/">Historian</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Mark Levin</a></div>\r\n		<div class="title">Historian</div>\r\n        <div class="location">Norristown, PA</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/international-outreach-committee/">Behavioral Husbandry</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Deana Walz</a></div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">Tracy Aviary</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/international-outreach-committee/">Awards Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Janet McCoy</a></div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">Oregon Zoo</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/international-outreach-committee/">Professional Development Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Melaina Wallace</a></div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/international-outreach-committee/">Conservation Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Penny Jolly</a></div>\r\n		<div class="title">Co-Chair</div>\r\n		<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n\r\n		<div class="name"><a href="/contact/form/?contact=">Amanda Kamradt</a></div>\r\n		<div class="title">Co-Chair</div>\r\n		<div class="affiliated_zoo">Zoo New England</div>\r\n	</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2009-06-07 20:42:15', '2009-06-08 01:42:15', '', 496, 'http://dev.aazk.org/uncategorized/496-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (498, 1, '2009-06-07 20:37:13', '2009-06-08 01:37:13', '<div class="committee">\r\n	<h3><a href="/committee/international-outreach-committee/">International Outreach Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Shane Good</a></div>\r\n		<div class="title">Acting Chair</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/international-outreach-committee/">Membership Resources</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Jacque Blessington</a></div>\r\n		<div class="title">Acting Chair</div>\r\n        <div class="affiliated_zoo">Kansas City Zoo</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/international-outreach-committee/">Annual AAZK Conferences</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Ed Hansen</a></div>\r\n		<div class="title">Conference Program Chair</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/international-outreach-committee/">Grants Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Shelly Roach</a></div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">Columbus Zoo</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/international-outreach-committee/">Bowling for Rhinos</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Patty Pearthree</a></div>\r\n		<div class="title">Coordinator</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/international-outreach-committee/">Ethics Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Denise Wagner</a></div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">Phoenix Zoo</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/international-outreach-committee/">Bylaws Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Gisela A.Wiggins</a></div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">North Carolina Zoological Park</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/international-outreach-committee/">Historian</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Mark Levin</a></div>\r\n		<div class="title">Historian</div>\r\n        <div class="location">Norristown, PA</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/international-outreach-committee/">Behavioral Husbandry</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Deana Walz</a></div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">Tracy Aviary</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/international-outreach-committee/">Awards Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Janet McCoy</a></div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">Oregon Zoo</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/international-outreach-committee/">Professional Development Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Melaina Wallace</a></div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/international-outreach-committee/">Conservation Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Penny Jolly</a></div>\r\n		<div class="title">Co-Chair</div>\r\n        <div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n	</div>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=">Amanda Kamradt</a></div>\r\n		<div class="title">Co-Chair</div>\r\n        <div class="affiliated_zoo">Zoo New England</div>\r\n	</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2009-06-07 20:37:13', '2009-06-08 01:37:13', '', 496, 'http://dev.aazk.org/uncategorized/496-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (501, 1, '2009-04-21 20:37:30', '2009-04-22 01:37:30', '', 'Join AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2009-04-21 20:37:30', '2009-04-22 01:37:30', '', 17, 'http://dev.aazk.org/uncategorized/17-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (502, 1, '2009-06-07 20:55:31', '2009-06-08 01:55:31', '<div class="committee">\r\n	<h3><a href="/committee/international-outreach-committee/">International Outreach Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="mailto:shane.good@aecetia.net/gws/aazk">Shane Good</a></div>\r\n		<div class="title">Acting Chair</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/membership-resources/">Membership Resources</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">Jacque Blessington</a></div>\r\n		<div class="title">Acting Chair</div>\r\n        <div class="affiliated_zoo">Kansas City Zoo</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/annual-aazk-conferences/">Annual AAZK Conferences</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">Ed Hansen</a></div>\r\n		<div class="title">Conference Program Chair</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=shelly-roach">Shelly Roach</a></div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">Columbus Zoo</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=patty-pearthree">Patty Pearthree</a></div>\r\n		<div class="title">Coordinator</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="mailto:denise.wagner@aecetia.net/gws/aazk">Denise Wagner</a></div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">Phoenix Zoo</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=gisela-wiggins">Gisela A.Wiggins</a></div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">North Carolina Zoological Park</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/historian/">Historian</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=mark-levin">Mark Levin</a></div>\r\n		<div class="title">Historian</div>\r\n        <div class="location">Norristown, PA</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=deana-walz">Deana Walz</a></div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">Tracy Aviary</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=janet-mccoy">Janet McCoy</a></div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">Oregon Zoo</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=melaina-wallace">Melaina Wallace</a></div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name"><a href="/contact/form/?contact=penny-jolly">Penny Jolly</a></div>\r\n		<div class="title">Co-Chair</div>\r\n        <div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n\r\n		<div class="name"><a href="/contact/form/?contact=amanda-kamradt">Amanda Kamradt</a></div>\r\n		<div class="title">Co-Chair</div>\r\n        <div class="affiliated_zoo">Zoo New England</div>\r\n	</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2009-06-07 20:55:31', '2009-06-08 01:55:31', '', 496, 'http://dev.aazk.org/uncategorized/496-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2139, 2, '2010-08-27 14:57:05', '2010-08-27 19:57:05', 'Syracuse, NY<br>\r\nSeptember 23-27, 2012', 'Upcoming Conferences', 0, '', 'inherit', 'closed', 'closed', '', '757-revision-10', '', '', '2010-08-27 14:57:05', '2010-08-27 19:57:05', '', 757, 'http://aazk.org/uncategorized/757-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1673, 2, '2009-10-15 15:12:12', '2009-10-15 20:12:12', 'San Diego<br>\r\nAugust 24-28, 2011<br><br>\r\n\r\nSyracuse<br>\r\nSeptember 23-27, 2012', 'Upcoming Conferences', 0, '', 'inherit', 'closed', 'closed', '', '757-revision-5', '', '', '2009-10-15 15:12:12', '2009-10-15 20:12:12', '', 757, 'http://aazk.org/uncategorized/757-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1695, 2, '2010-08-27 14:56:32', '2010-08-27 19:56:32', 'Syracuse, NY</br>\r\nSeptember 23-27, 2012', 'Upcoming Conferences', 0, '', 'inherit', 'closed', 'closed', '', '757-revision-9', '', '', '2010-08-27 14:56:32', '2010-08-27 19:56:32', '', 757, 'http://aazk.org/uncategorized/757-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (503, 1, '2009-06-08 06:27:14', '2009-06-08 11:27:14', '', 'Join AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2009-06-08 06:27:14', '2009-06-08 11:27:14', '', 17, 'http://dev.aazk.org/uncategorized/17-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (504, 1, '2009-06-08 21:40:16', '2009-06-09 02:40:16', '<h3>US Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Professional Membership">\r\n		<input type="hidden" name="item_number" value="us-professional">\r\n		<input type="hidden" name="amount" value="40.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Professional Membership</div>\r\n		<div class="details">Full-time Keepers</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Affiliate Membership">\r\n		<input type="hidden" name="item_number" value="us-affiliate">\r\n		<input type="hidden" name="amount" value="35.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$35 - Affiliate Membership</div>\r\n		<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Student Membership">\r\n		<input type="hidden" name="item_number" value="us-student">\r\n		<input type="hidden" name="amount" value="25.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$25 - Student Membership</div>\r\n		<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="us-individual">\r\n		<input type="hidden" name="amount" value="65.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$65 - Individuals Contributing</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>Canadian Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Professional Membership">\r\n		<input type="hidden" name="item_number" value="cad-professional">\r\n		<input type="hidden" name="amount" value="40.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Professional Membership</div>\r\n		<div class="details">Full-time Keepers</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Affiliate Membership">\r\n		<input type="hidden" name="item_number" value="cad-affiliate">\r\n		<input type="hidden" name="amount" value="35.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$35 - Affiliate Membership</div>\r\n		<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Student Membership">\r\n		<input type="hidden" name="item_number" value="cad-student">\r\n		<input type="hidden" name="amount" value="25.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$25 - Student Membership</div>\r\n		<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="cad-individual">\r\n		<input type="hidden" name="amount" value="65.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$65 - Individuals Contributing</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n\r\n<h3>Commercial Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="cad-individual">\r\n		<input type="hidden" name="amount" value="150.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$150 - Commercial Membership</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<p>The following membership types require verification of your oganization\'s information and/or approval by the AAZK Board.</p>\r\n\r\n<h3>Institutional Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href="">Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$150 - Institutional Membership</div>\r\n		<div class="details">requires AAZK Board approval</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>Library Only</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href="">Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Institutional</div>\r\n		<div class="details">Available only to public &amp; university libraries</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>International Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href="">Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$55 - Institutional Membership</div>\r\n		<div class="details">Available only to public &amp; university libraries</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<p>Print and mail applications to:<br />\r\nAAZK Administrative Offices<br />\r\n3601 S.W. 29th, Suite 133<br />\r\nTopeka, KS 66614</p>\r\n\r\n<p>Make checks/money orders payable to <strong>AAZK, Inc</strong><br />Must be in U.S. FUNDS ONLY.</p>\r\n\r\n<p>Membership includes a subscription to Animal Keepers\' Forum. The membership card is good for free admission to many zoos and aquariums in the U.S. and Canada.</p>\r\n', 'Join AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2009-06-08 21:40:16', '2009-06-09 02:40:16', '', 17, 'http://dev.aazk.org/uncategorized/17-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (505, 1, '2009-06-08 21:40:48', '2009-06-09 02:40:48', '<h3>US Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Professional Membership">\r\n		<input type="hidden" name="item_number" value="us-professional">\r\n		<input type="hidden" name="amount" value="40.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Professional Membership</div>\r\n		<div class="details">Full-time Keepers</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Affiliate Membership">\r\n		<input type="hidden" name="item_number" value="us-affiliate">\r\n		<input type="hidden" name="amount" value="35.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$35 - Affiliate Membership</div>\r\n		<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Student Membership">\r\n		<input type="hidden" name="item_number" value="us-student">\r\n		<input type="hidden" name="amount" value="25.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$25 - Student Membership</div>\r\n		<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="us-individual">\r\n		<input type="hidden" name="amount" value="65.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$65 - Individuals Contributing</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>Canadian Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Professional Membership">\r\n		<input type="hidden" name="item_number" value="cad-professional">\r\n		<input type="hidden" name="amount" value="40.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Professional Membership</div>\r\n		<div class="details">Full-time Keepers</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Affiliate Membership">\r\n		<input type="hidden" name="item_number" value="cad-affiliate">\r\n		<input type="hidden" name="amount" value="35.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$35 - Affiliate Membership</div>\r\n		<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Student Membership">\r\n		<input type="hidden" name="item_number" value="cad-student">\r\n		<input type="hidden" name="amount" value="25.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$25 - Student Membership</div>\r\n		<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="cad-individual">\r\n		<input type="hidden" name="amount" value="65.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$65 - Individuals Contributing</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n\r\n<h3>Commercial Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="cad-individual">\r\n		<input type="hidden" name="amount" value="150.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$150 - Commercial Membership</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<p>The following membership types require verification of your oganization\'s information and/or approval by the AAZK Board.</p>\r\n\r\n<h3>Institutional Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href="">Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$150 - Institutional Membership</div>\r\n		<div class="details">requires AAZK Board approval</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>Library Only</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href="">Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Institutional</div>\r\n		<div class="details">Available only to public &amp; university libraries</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>International Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href="">Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$55 - Institutional Membership</div>\r\n		<div class="details">Available only to public &amp; university libraries</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<p>Print and mail applications to:<br />\r\nAAZK Administrative Offices<br />\r\n3601 S.W. 29th, Suite 133<br />\r\nTopeka, KS 66614</p>\r\n\r\n<p>Make checks/money orders payable to <strong>AAZK, Inc</strong><br />Must be in U.S. FUNDS ONLY.</p>\r\n\r\n<p>Membership includes a subscription to Animal Keepers\' Forum. The membership card is good for free admission to many zoos and aquariums in the U.S. and Canada.</p>\r\n', 'Join AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2009-06-08 21:40:48', '2009-06-09 02:40:48', '', 17, 'http://dev.aazk.org/uncategorized/17-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (506, 1, '2009-06-08 21:42:50', '2009-06-09 02:42:50', '<h3>US Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Professional Membership">\r\n		<input type="hidden" name="item_number" value="us-professional">\r\n		<input type="hidden" name="amount" value="40.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Professional Membership</div>\r\n		<div class="details">Full-time Keepers</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Affiliate Membership">\r\n		<input type="hidden" name="item_number" value="us-affiliate">\r\n		<input type="hidden" name="amount" value="35.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$35 - Affiliate Membership</div>\r\n		<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Student Membership">\r\n		<input type="hidden" name="item_number" value="us-student">\r\n		<input type="hidden" name="amount" value="25.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$25 - Student Membership</div>\r\n		<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="us-individual">\r\n		<input type="hidden" name="amount" value="65.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$65 - Individuals Contributing</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>Canadian Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Professional Membership">\r\n		<input type="hidden" name="item_number" value="cad-professional">\r\n		<input type="hidden" name="amount" value="40.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Professional Membership</div>\r\n		<div class="details">Full-time Keepers</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Affiliate Membership">\r\n		<input type="hidden" name="item_number" value="cad-affiliate">\r\n		<input type="hidden" name="amount" value="35.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$35 - Affiliate Membership</div>\r\n		<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Student Membership">\r\n		<input type="hidden" name="item_number" value="cad-student">\r\n		<input type="hidden" name="amount" value="25.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$25 - Student Membership</div>\r\n		<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="cad-individual">\r\n		<input type="hidden" name="amount" value="65.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$65 - Individuals Contributing</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n\r\n<h3>Commercial Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="cad-individual">\r\n		<input type="hidden" name="amount" value="150.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$150 - Commercial Membership</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<p>The following membership types require verification of your oganization\'s information and/or approval by the AAZK Board.</p>\r\n\r\n<h3>Institutional Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href="">Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$150 - Institutional Membership</div>\r\n		<div class="details">requires AAZK Board approval</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>Library Only</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href="">Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Institutional</div>\r\n		<div class="details">Available only to public &amp; university libraries</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>International Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href="">Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$55 - Institutional Membership</div>\r\n		<div class="details">Available only to public &amp; university libraries</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<p>Print and mail applications to:<br />\r\nAAZK Administrative Offices<br />\r\n3601 S.W. 29th, Suite 133<br />\r\nTopeka, KS 66614</p>\r\n\r\n<p>Make checks/money orders payable to <strong>AAZK, Inc</strong><br />Must be in U.S. FUNDS ONLY.</p>\r\n\r\n<p>Membership includes a subscription to Animal Keepers\' Forum. The membership card is good for free admission to many zoos and aquariums in the U.S. and Canada.</p>\r\n', 'Join AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2009-06-08 21:42:50', '2009-06-09 02:42:50', '', 17, 'http://dev.aazk.org/uncategorized/17-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (507, 1, '2009-06-08 21:42:59', '2009-06-09 02:42:59', '<h3>US Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Professional Membership">\r\n		<input type="hidden" name="item_number" value="us-professional">\r\n		<input type="hidden" name="amount" value="40.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Professional Membership</div>\r\n		<div class="details">Full-time Keepers</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Affiliate Membership">\r\n		<input type="hidden" name="item_number" value="us-affiliate">\r\n		<input type="hidden" name="amount" value="35.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$35 - Affiliate Membership</div>\r\n		<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Student Membership">\r\n		<input type="hidden" name="item_number" value="us-student">\r\n		<input type="hidden" name="amount" value="25.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$25 - Student Membership</div>\r\n		<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="us-individual">\r\n		<input type="hidden" name="amount" value="65.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$65 - Individuals Contributing</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>Canadian Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Professional Membership">\r\n		<input type="hidden" name="item_number" value="cad-professional">\r\n		<input type="hidden" name="amount" value="40.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Professional Membership</div>\r\n		<div class="details">Full-time Keepers</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Affiliate Membership">\r\n		<input type="hidden" name="item_number" value="cad-affiliate">\r\n		<input type="hidden" name="amount" value="35.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$35 - Affiliate Membership</div>\r\n		<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Student Membership">\r\n		<input type="hidden" name="item_number" value="cad-student">\r\n		<input type="hidden" name="amount" value="25.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$25 - Student Membership</div>\r\n		<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="cad-individual">\r\n		<input type="hidden" name="amount" value="65.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$65 - Individuals Contributing</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n\r\n<h3>Commercial Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="cad-individual">\r\n		<input type="hidden" name="amount" value="150.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$150 - Commercial Membership</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<p>The following membership types require verification of your oganization\'s information and/or approval by the AAZK Board.</p>\r\n\r\n<h3>Institutional Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href="">Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$150 - Institutional Membership</div>\r\n		<div class="details">requires AAZK Board approval</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>Library Only</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href="">Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Institutional</div>\r\n		<div class="details">Available only to public &amp; university libraries</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>International Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href="">Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$55 - Institutional Membership</div>\r\n		<div class="details">Available only to public &amp; university libraries</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<p>Print and mail applications to:<br />\r\nAAZK Administrative Offices<br />\r\n3601 S.W. 29th, Suite 133<br />\r\nTopeka, KS 66614</p>\r\n\r\n<p>Make checks/money orders payable to <strong>AAZK, Inc</strong><br />Must be in U.S. FUNDS ONLY.</p>\r\n\r\n<p>Membership includes a subscription to Animal Keepers\' Forum. The membership card is good for free admission to many zoos and aquariums in the U.S. and Canada.</p>\r\n', 'Join AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2009-06-08 21:42:59', '2009-06-09 02:42:59', '', 17, 'http://dev.aazk.org/uncategorized/17-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (508, 2, '2013-12-10 14:28:05', '2013-12-10 19:28:05', '<h5>You can join as a new member or renew your current membership below. For those wishing to mail in their membership application you can download the application <a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf">here</a>. For those wishing to sign up or renew on the website please utilize the buttons below.</h5>\n<div class="membership">\n<h3>US Members</h3>\n<div class="membership">\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input type="image" alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com" /> <input type="hidden" name="item_name" value="US Professional Membership" /> <input type="hidden" name="item_number" value="us-professional" /> <input type="hidden" name="amount" value="45.00" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="USD" /> <input type="hidden" name="lc" value="US" /></form></div>\n<div class="description">\n<div class="type">$45 - Professional Membership</div>\n<div class="details">Full-time Keepers</div>\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\n</div>\n</div>\n<div class="membership">\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input type="image" alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com" /> <input type="hidden" name="item_name" value="US Affiliate Membership" /> <input type="hidden" name="item_number" value="us-affiliate" /> <input type="hidden" name="amount" value="40.00" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="USD" /> <input type="hidden" name="lc" value="US" /></form></div>\n<div class="description">\n<div class="type">$40 - Affiliate Membership</div>\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\n</div>\n</div>\n<div class="membership">\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input type="image" alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com" /> <input type="hidden" name="item_name" value="US Student Membership" /> <input type="hidden" name="item_number" value="us-student" /> <input type="hidden" name="amount" value="30.00" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="USD" /> <input type="hidden" name="lc" value="US" /></form></div>\n<div class="description">\n<div class="type">$30 - Student Membership</div>\n<div class="details">Students: must supply a copy of student ID at time of application</div>\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\n</div>\n</div>\n<div class="membership">\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input type="image" alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com" /> <input type="hidden" name="item_name" value="US Individuals Contributing" /> <input type="hidden" name="item_number" value="us-individual" /> <input type="hidden" name="amount" value="70.00" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="USD" /> <input type="hidden" name="lc" value="US" /></form></div>\n<div class="description">\n<div class="type">$70 - Individuals Contributing</div>\n</div>\n</div>\n<h3>Canadian Members</h3>\n<div class="membership">\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input type="image" alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com" /> <input type="hidden" name="item_name" value="Canadian Professional Membership" /> <input type="hidden" name="item_number" value="cad-professional" /> <input type="hidden" name="amount" value="50.00" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="CAD" /> <input type="hidden" name="lc" value="CA" /></form></div>\n<div class="description">\n<div class="type">$55 - Professional Membership</div>\n<div class="details">Full-time Keepers</div>\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\n</div>\n</div>\n<div class="membership">\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input type="image" alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com" /> <input type="hidden" name="item_name" value="Canadian Affiliate Membership" /> <input type="hidden" name="item_number" value="cad-affiliate" /> <input type="hidden" name="amount" value="50.00" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="CAD" /> <input type="hidden" name="lc" value="CA" /></form></div>\n<div class="description">\n<div class="type">$50 - Affiliate Membership</div>\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\n</div>\n</div>\n<div class="membership">\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input type="image" alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com" /> <input type="hidden" name="item_name" value="Canadian Student Membership" /> <input type="hidden" name="item_number" value="cad-student" /> <input type="hidden" name="amount" value="35.00" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="CAD" /> <input type="hidden" name="lc" value="CA" /></form></div>\n<div class="description">\n<div class="type">$35 - Student Membership</div>\n<div class="details">Students: must supply a copy of student ID at time of application</div>\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\n</div>\n</div>\n<div class="membership">\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input type="image" alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com" /> <input type="hidden" name="item_name" value="Canadian Individuals Contributing" /> <input type="hidden" name="item_number" value="cad-individual" /> <input type="hidden" name="amount" value="70.00" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="CAD" /> <input type="hidden" name="lc" value="CA" /></form></div>\n<div class="description">\n<div class="type">$70 - Individuals Contributing</div>\n</div>\n</div>\n<h3>Commercial Members</h3>\n<div class="membership">\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input type="image" alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com" /> <input type="hidden" name="item_name" value="Commercial Membership" /> <input type="hidden" name="item_number" value="commercial" /> <input type="hidden" name="amount" value="150.00" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="USD" /> <input type="hidden" name="lc" value="US" /></form></div>\n<div class="description">\n<div class="type">$150 - Commercial Membership</div>\n<div class="benefits">(<a class="thickbox" href="/join/commercial-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\n</div>\n</div>\n<strong>Non-AZA and ZAA facilities require application and/or approval by the AAZK Board.</strong>\n<h3>Institutional Members</h3>\n<div class="membership">\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\n<div class="description">\n<div class="type">$150 - Institutional Membership</div>\n<div class="details">requires AAZK Board approval</div>\n<div class="benefits">(<a class="thickbox" href="/join/institutional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\n<div class="benefits">\n\nPrint and mail applications to:\n\n<strong>AAZK Administrative Offices\n8476 E. Speedway Blvd. Suite 204\nTucson, AZ  85710-1728</strong>\n\n</div>\n</div>\n</div>\n<h3>Library Only</h3>\n<div class="membership">\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\n<div class="description">\n<div class="type">$45 - Institutional</div>\n<div class="details">Available only to public &amp; university libraries</div>\n</div>\n</div>\n<h3>International Members</h3>\n<div class="membership">\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\n<div class="description">\n<div class="type">$60 - International Membership - <span style="text-decoration: underline;">Electronic Delivery of AKF ONLY</span></div>\n<div class="type"><strong>        </strong>Email address required</div>\n<div class="type">$115 - International Membership/AKF mail bundle</div>\n<div class="type">        AKF will be mailed overseas to the listed address</div>\n<div class="details">All members outside U.S. &amp; Canada regardless of category</div>\n</div>\n</div>\nMembership includes a subscription to Animal Keepers\' Forum.\n\n&nbsp;\n\n</div>', 'Join/Renew AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-autosave-v1', '', '', '2013-12-10 14:28:05', '2013-12-10 19:28:05', '', 17, 'http://dev.aazk.org/uncategorized/17-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2880, 2, '2013-06-27 12:30:11', '2013-06-27 17:30:11', 'July 8-12, 2013 - Zoos and Aquariums Committing to Conservation (ZACC) - Hosted by Blank Park Zoo, Des Moines, Iowa.  The conference will bring together colleagues from the field and zoos in an informal setting to network, share ideas and support one another in our shared commitment to conservation.  Registration is available at blankparkzoo.com  Contact Jessie Lowry with questions at jrlowry@blankparkzoo.org.\r\n\r\nAugust 7-10, 2013 - 11th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles - St. Louis, MO. Co-hosted by the Turtle Survival Alliance and the IUCN-TFTSG. Please visit turtlesurvival.org/get-involved/conference for more information, or contact Heather Lowe at Hlowe@turtlesurvival.org.\r\n\r\nSeptember 22-26  2013 - AAZK National Conference - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter.\r\n\r\nOctober 3-6, 2013 - Advancing Bear Care 2013 - Woodlands Wildlife Refuge, Clinton, NJ. The conference dates, hotel, program, and adjunct activities will be announced soon.   For current information and updates check ABC 2013 UPDATES often. bearcaregroup.org\r\n\r\nOctober 13-17, 2013 - WAZA Annual Conference - Hosted by Disney’s Animal Kingdom. For more information go to: waza.org.\r\n\r\nOctober 15-18, 2013 - ICEE ─ International Conference on Environmental Enrichment - Hosted by the National Zoological Gardens of South Africa at the Kwalata Game Ranch,   South Africa.  For more information, go to nzg.ac.za/icee2013.\r\n\r\nNovember 10-14, 2013 - Zoological Association of America (ZAA) Annual Conference, Phoenix, AZ. For more information go to zaa.org.\r\n\r\nUpcoming AAZK National Conferences 2013 - Greensboro, NC  - September 22-26 2013 - Orlando, FL - September 8-12 For information on upcoming AAZK conferences, watch the AAZK website at www.aecetia.net/gws/aazk.\r\n\r\nUpcoming AZA National Conferences September 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO For info on AZA Conferences, see http://aza.org.', 'Coming Events ', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2013-06-27 12:30:11', '2013-06-27 17:30:11', '', 435, 'http://aazk.org/uncategorized/435-revision-85/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2912, 2, '2013-07-09 15:18:31', '2013-07-09 20:18:31', '', 'akfjuly20133', 0, 'July AKF Cover', 'inherit', 'closed', 'closed', '', 'akfjuly20133', '', '', '2013-07-09 15:18:31', '2013-07-09 20:18:31', '', 0, 'http://aazk.org/wp-content/uploads/akfjuly20133.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2882, 2, '2013-05-23 18:25:49', '2013-05-23 23:25:49', '<strong>2013:</strong> Asheboro, NC - September 22-26\r\n\r\n<strong>2014: </strong>Orlando, FL - September 8-12', 'Upcoming Annual Conferences', 0, '', 'inherit', 'closed', 'closed', '', '1187-revision-12', '', '', '2013-05-23 18:25:49', '2013-05-23 23:25:49', '', 1187, 'http://aazk.org/uncategorized/1187-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2958, 2, '2013-08-05 11:44:41', '2013-08-05 16:44:41', '', 'akfaugust2013', 0, '', 'inherit', 'closed', 'closed', '', 'akfaugust2013', '', '', '2013-08-05 11:44:41', '2013-08-05 16:44:41', '', 0, 'http://aazk.org/wp-content/uploads/akfaugust2013.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2910, 2, '2013-07-09 15:12:35', '2013-07-09 20:12:35', '', 'akfjuly20131', 0, '', 'inherit', 'closed', 'closed', '', 'akfjuly20131', '', '', '2013-07-09 15:12:35', '2013-07-09 20:12:35', '', 0, 'http://aazk.org/wp-content/uploads/akfjuly20131.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2911, 2, '2013-07-09 15:15:07', '2013-07-09 20:15:07', '', 'akfjuly20132', 0, '', 'inherit', 'closed', 'closed', '', 'akfjuly20132', '', '', '2013-07-09 15:15:07', '2013-07-09 20:15:07', '', 0, 'http://aazk.org/wp-content/uploads/akfjuly20132.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2891, 2, '2013-05-30 13:01:48', '2013-05-30 18:01:48', 'Thank you for your interest in submitting a paper for publication Animal Keepers’ Forum. Please adhere to the following guidelines for manuscript submission.  If a paper is submitted and does not follow these guidelines, it will be rejected for publication.  Be sure to include your contact information for the editor, including e-mail address and daytime phone number if available.\r\n\r\n<strong>FORMAT:</strong>\r\n\r\n1. Submit manuscripts electronically in MS Word only to <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.   You may also submit a paper on a disk or CD in Microsoft Word ONLY.\r\n\r\n2. Use a clear, clean typeface. Suggested type fonts are 10-point Times Roman.  \r\n\r\n3. Body of manuscript should be single-spaced.\r\n\r\n4. Do not indent paragraphs.\r\n\r\n5. Double space between paragraphs.\r\n\r\n6. Do not use computer-generated page numbering (headers/footers).\r\n\r\n7. Use a 1-inch margin setting on top, bottom and sides of your manuscript.\r\n\r\n8. Bold-face or underline sub-headings within the text (i.e. Introduction, Materials, Methods, Conclusions, etc.) Do not use all caps for these headings.\r\n\r\n<strong>LENGTH: </strong>The entire paper, including graphs, charts and illustrations should be no more than ten (10) pages long.\r\n\r\n<strong>TITLE:</strong> Should be brief and descriptive.  Center your title on the first page of your paper directly before you begin the introduction and text. Type size for title should be no larger than 14 point. Follow the title with your name, position, facility, city and state as shown below:  Author information should be in 10 point type, Italics.\r\n\r\nBy\r\n\r\nJoe Smith, Keeper II\r\n\r\nBest Zoological Park\r\n\r\nAnywhere, Allstates\r\n\r\n<strong>TABLES/GRAPHS: </strong>These, along with their legends should be submitted as separate jpg or tiff files.  If you are submitting on a disk or CD, these should be separate files from the body of the manuscript text.  Include the explanation of the graph, chart, etc. on the page/file with the illustration.  (Examples: Figure 1 Shows the average temperature of incubation….Graph 4 Illustrates the variation in  duration of…..)   Be certain that all such graphs, tables or charts included with your manuscript are properly referenced within the manuscript text.  Graphs and charts should be no larger than 8” tall by 5” wide.\r\n\r\n<strong>ILLUSTRATIONS/PHOTOS:</strong> Submit photos as separate jpg or tif files sent to the editor’s email address.  If you are unable to send electronic photo files, send actual photo prints to the address listed below. Be sure to properly reference illustrations/photos within the manuscript.  You may submit as many photos as you wish, but it will be up to the editor to determine how many can be used.  A good average is 3-5. Photos should be high resolution (300 dpi). Be sure to give proper photo credit for each photo submitted. You are also encouraged to submit suggested captions.\r\n\r\n<strong>METRIC SYSTEM:</strong> Use the twenty-four-hour clock (i.e., 0900 - 1425 hrs.) for identifying time and the continental dating system (day, month, year) when describing dates.  Use the metric system for weights and measurements (standard equivalent may be noted in parenthesis).\r\n\r\n<strong>SCIENTIFIC NAMES:</strong> Should be included with their common names, when first mentioned, and only the common name thereafter.  When both the common and scientific name are given as a paragraph heading, put the common name first.  Only currently recognized nomenclatures should be utilized.  Authorship of scientific names should be included only when nomenclature problems exist.\r\n\r\n<strong>SPECIAL NOTES:</strong> Identify Registered or Trademark products by ® or ™ symbols respectively. If you have a Products Mentioned in the Text section, please include full name and address of the manufacturer of the product, including website or email address if available.\r\n\r\nAvoid footnotes.\r\n\r\n<strong>REFERENCES:</strong> Should be listed alphabetically at the end of the manuscript according to author’s surname. (Example: Ricter, J.W. 1984.  How To be A Good Keeper. Animal Keepers’ Forum. Vol. 11, No. 6: 12-22. AAZK, Inc., Topeka, Kansas, U.S.A.)\r\n\r\nWithin the text, references should be cited as Ricter (1984) or (Ricter, 1984).\r\n\r\n<strong>Send manuscript/photos on CD to:</strong>\r\n\r\nShane Good, AKF Editor\r\nP. O. Box 535\r\nValley City, OH 44280\r\n\r\n<strong>Or submit electronically at <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.</strong>\r\n\r\n<strong>If you have any further questions or are uncertain of instructions, please contact the AKF Editor at the email address above.  Or you may call 1-330-483-1104.</strong>', 'AKF Submission Guidelines', 0, '', 'inherit', 'closed', 'closed', '', '1183-revision-v1', '', '', '2013-05-30 13:01:48', '2013-05-30 18:01:48', '', 1183, 'http://aazk.org/uncategorized/1183-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (509, 1, '2009-06-08 21:52:08', '2009-06-09 02:52:08', '<ul>\r\n<li>AKF Subscription</li>\r\n<li>Vote in Board Elections</li>\r\n<li>Vote for Conference Host</li>\r\n<li>Members Only Access - Web</li>\r\n<li>Committee Opportunities</li>\r\n<li>Hold Office at the Board of Directors level</li>\r\n<li>Hold Office at Chapter level</li>\r\n<li>Member Rates/Conferences</li>\r\n<li>Member Rates/Publications/Products</li>\r\n</ul>', 'Professional Membership Benefits', 0, '', 'draft', 'closed', 'closed', '', 'professional-membership-benefits', '', '', '2013-09-23 10:37:02', '2013-09-23 15:37:02', '', 17, 'http://dev.aazk.org/?page_id=509', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (510, 1, '2009-06-08 21:50:42', '2009-06-09 02:50:42', '', 'Professional Membership Benefits', 0, '', 'inherit', 'closed', 'closed', '', '509-revision', '', '', '2009-06-08 21:50:42', '2009-06-09 02:50:42', '', 509, 'http://dev.aazk.org/uncategorized/509-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (511, 1, '2009-06-08 21:53:44', '2009-06-09 02:53:44', '<ul>\r\n<li>AKF Subscription</li>\r\n<li>Vote for Conference Host</li>\r\n<li>Members Only Access - Web</li>\r\n<li>Committee Opportunities</li>\r\n<li>Hold Office at Chapter level (if approved by Chapter Bylaws/Constitution)</li>\r\n<li>Member Rates/Conferences</li>\r\n<li>Member Rates/Publications/Products</li>\r\n</ul>', 'Affiliate Membership Benefits', 0, '', 'draft', 'closed', 'closed', '', 'affiliate-membership-benefits', '', '', '2013-09-23 10:37:02', '2013-09-23 15:37:02', '', 17, 'http://dev.aazk.org/?page_id=511', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (512, 1, '2009-06-08 21:53:17', '2009-06-09 02:53:17', '', 'Affiliate Membership Benefits', 0, '', 'inherit', 'closed', 'closed', '', '511-revision', '', '', '2009-06-08 21:53:17', '2009-06-09 02:53:17', '', 511, 'http://dev.aazk.org/uncategorized/511-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (513, 1, '2009-06-08 21:54:25', '2009-06-09 02:54:25', '<ul>\r\n<li>AKF Subscription</li>\r\n<li>Vote for Conference Host</li>\r\n<li>Members Only Access - Web</li>\r\n<li>Committee Opportunities</li>\r\n<li>Ability  to Form Student Chapter and Hold Office on Student Chapter level</li>\r\n<li>Member Rates/Conferences</li>\r\n<li>Member Rates/Publications/Products</li>\r\n</ul>', 'Student Membership Benefits', 0, '', 'draft', 'closed', 'closed', '', 'student-membership-benefits', '', '', '2013-09-23 10:37:02', '2013-09-23 15:37:02', '', 17, 'http://dev.aazk.org/?page_id=513', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (514, 1, '2009-06-08 21:54:01', '2009-06-09 02:54:01', '', 'Student Membership Benefits', 0, '', 'inherit', 'closed', 'closed', '', '513-revision', '', '', '2009-06-08 21:54:01', '2009-06-09 02:54:01', '', 513, 'http://dev.aazk.org/uncategorized/513-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (515, 1, '2009-06-08 21:55:36', '2009-06-09 02:55:36', '<ul>\r\n<li>AKF Subscription</li>\r\n<li>Membership Plaque</li>\r\n<li>Job Opportunity Placement - Web</li>\r\n<li>Member Advertising Rates for AKF (50% reduction)</li>\r\n<li>Member Rates/Publications</li>\r\n</ul>', 'Institutional Membership Benefits', 0, '', 'draft', 'closed', 'closed', '', 'institutional-membership-benefits', '', '', '2013-09-23 10:37:02', '2013-09-23 15:37:02', '', 17, 'http://dev.aazk.org/?page_id=515', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (516, 1, '2009-06-08 21:55:12', '2009-06-09 02:55:12', '', 'Institutional Membership Benefits', 0, '', 'inherit', 'closed', 'closed', '', '515-revision', '', '', '2009-06-08 21:55:12', '2009-06-09 02:55:12', '', 515, 'http://dev.aazk.org/uncategorized/515-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (517, 1, '2009-06-08 21:56:20', '2009-06-09 02:56:20', '<ul>\r\n<li>AKF Subscription</li> \r\n<li>Member Advertising Rates for AKF (50% reduction)</li>\r\n<li>Ad Placement Options for AKF</li>\r\n<li>Web Page Hyperlink</li>\r\n<li>Member Rates at Conferences (Registration and Hotel)</li>\r\n<li>Member Rates/Publications</li>\r\n<li>Priority Opportunity to Sponsor and Exhibit at AAZK Conferences</li>\r\n<li>Member Rates to Exhibit at Conferences</li> \r\n</ul>', 'Commercial Membership Benefits', 0, '', 'draft', 'closed', 'closed', '', 'commercial-membership-benefits', '', '', '2013-09-23 10:37:02', '2013-09-23 15:37:02', '', 17, 'http://dev.aazk.org/?page_id=517', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (518, 1, '2009-06-08 21:55:55', '2009-06-09 02:55:55', '', 'Commercial Membership Benefits', 0, '', 'inherit', 'closed', 'closed', '', '517-revision', '', '', '2009-06-08 21:55:55', '2009-06-09 02:55:55', '', 517, 'http://dev.aazk.org/uncategorized/517-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (519, 1, '2009-06-08 21:47:01', '2009-06-09 02:47:01', '<h3>US Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Professional Membership">\r\n		<input type="hidden" name="item_number" value="us-professional">\r\n		<input type="hidden" name="amount" value="40.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Professional Membership</div>\r\n		<div class="details">Full-time Keepers</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Affiliate Membership">\r\n		<input type="hidden" name="item_number" value="us-affiliate">\r\n		<input type="hidden" name="amount" value="35.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$35 - Affiliate Membership</div>\r\n		<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Student Membership">\r\n		<input type="hidden" name="item_number" value="us-student">\r\n		<input type="hidden" name="amount" value="25.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$25 - Student Membership</div>\r\n		<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="us-individual">\r\n		<input type="hidden" name="amount" value="65.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$65 - Individuals Contributing</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>Canadian Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Professional Membership">\r\n		<input type="hidden" name="item_number" value="cad-professional">\r\n		<input type="hidden" name="amount" value="40.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Professional Membership</div>\r\n		<div class="details">Full-time Keepers</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Affiliate Membership">\r\n		<input type="hidden" name="item_number" value="cad-affiliate">\r\n		<input type="hidden" name="amount" value="35.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$35 - Affiliate Membership</div>\r\n		<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Student Membership">\r\n		<input type="hidden" name="item_number" value="cad-student">\r\n		<input type="hidden" name="amount" value="25.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$25 - Student Membership</div>\r\n		<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="cad-individual">\r\n		<input type="hidden" name="amount" value="65.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$65 - Individuals Contributing</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n\r\n<h3>Commercial Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="cad-individual">\r\n		<input type="hidden" name="amount" value="150.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$150 - Commercial Membership</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<p><strong>The following membership types require verification of your oganization\'s information and/or approval by the AAZK Board.</strong></p>\r\n\r\n<h3>Institutional Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href="">Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$150 - Institutional Membership</div>\r\n		<div class="details">requires AAZK Board approval</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>Library Only</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href="">Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Institutional</div>\r\n		<div class="details">Available only to public &amp; university libraries</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>International Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href="">Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$55 - Institutional Membership</div>\r\n		<div class="details">Available only to public &amp; university libraries</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<p>Print and mail applications to:</p>\r\n\r\n<p><strong>AAZK Administrative Offices<br />\r\n3601 S.W. 29th, Suite 133<br />\r\nTopeka, KS 66614</strong></p>\r\n\r\n<p>Make checks/money orders payable to <strong>AAZK, Inc</strong><br />Must be in U.S. FUNDS ONLY.</p>\r\n\r\n<p>Membership includes a subscription to Animal Keepers\' Forum. The membership card is good for free admission to many zoos and aquariums in the U.S. and Canada.</p>', 'Join AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2009-06-08 21:47:01', '2009-06-09 02:47:01', '', 17, 'http://dev.aazk.org/uncategorized/17-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (520, 1, '2009-06-08 22:37:00', '2009-06-09 03:37:00', '<h3>US Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Professional Membership">\r\n		<input type="hidden" name="item_number" value="us-professional">\r\n		<input type="hidden" name="amount" value="40.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Professional Membership</div>\r\n		<div class="details">Full-time Keepers</div>\r\n		<div class="benefits">(<a href="/join/professional-membership-benefits/">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Affiliate Membership">\r\n		<input type="hidden" name="item_number" value="us-affiliate">\r\n		<input type="hidden" name="amount" value="35.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$35 - Affiliate Membership</div>\r\n		<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n		<div class="benefits">(<a href="/join/affiliate-membership-benefits/">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Student Membership">\r\n		<input type="hidden" name="item_number" value="us-student">\r\n		<input type="hidden" name="amount" value="25.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$25 - Student Membership</div>\r\n		<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n		<div class="benefits">(<a href="/join/student-membership-benefits/">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="us-individual">\r\n		<input type="hidden" name="amount" value="65.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$65 - Individuals Contributing</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>Canadian Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Professional Membership">\r\n		<input type="hidden" name="item_number" value="cad-professional">\r\n		<input type="hidden" name="amount" value="40.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Professional Membership</div>\r\n		<div class="details">Full-time Keepers</div>\r\n		<div class="benefits">(<a href="/join/professional-membership-benefits/">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Affiliate Membership">\r\n		<input type="hidden" name="item_number" value="cad-affiliate">\r\n		<input type="hidden" name="amount" value="35.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$35 - Affiliate Membership</div>\r\n		<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n		<div class="benefits">(<a href="/join/affiliate-membership-benefits/">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Student Membership">\r\n		<input type="hidden" name="item_number" value="cad-student">\r\n		<input type="hidden" name="amount" value="25.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$25 - Student Membership</div>\r\n		<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n		<div class="benefits">(<a href="/join/student-membership-benefits/">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="cad-individual">\r\n		<input type="hidden" name="amount" value="65.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$65 - Individuals Contributing</div>\r\n	</div>\r\n</div>\r\n\r\n\r\n<h3>Commercial Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="cad-individual">\r\n		<input type="hidden" name="amount" value="150.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$150 - Commercial Membership</div>\r\n		<div class="benefits">(<a href="/join/commercial-membership-benefits/">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<p><strong>The following membership types require verification of your oganization\'s information and/or approval by the AAZK Board.</strong></p>\r\n\r\n<h3>Institutional Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href="">Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$150 - Institutional Membership</div>\r\n		<div class="details">requires AAZK Board approval</div>\r\n		<div class="benefits">(<a href="">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>Library Only</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href="">Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Institutional</div>\r\n		<div class="details">Available only to public &amp; university libraries</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>International Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href="">Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$55 - Institutional Membership</div>\r\n		<div class="details">All members outside U.S. &amp; Canada regardless of category</div>\r\n	</div>\r\n</div>\r\n\r\n<p>Print and mail applications to:</p>\r\n\r\n<p><strong>AAZK Administrative Offices<br />\r\n3601 S.W. 29th, Suite 133<br />\r\nTopeka, KS 66614</strong></p>\r\n\r\n<p>Make checks/money orders payable to <strong>AAZK, Inc</strong><br />Must be in U.S. FUNDS ONLY.</p>\r\n\r\n<p>Membership includes a subscription to Animal Keepers\' Forum. The membership card is good for free admission to many zoos and aquariums in the U.S. and Canada.</p>\r\n', 'Join AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2009-06-08 22:37:00', '2009-06-09 03:37:00', '', 17, 'http://dev.aazk.org/uncategorized/17-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (521, 1, '2009-06-08 22:38:36', '2009-06-09 03:38:36', '<h3>US Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Professional Membership">\r\n		<input type="hidden" name="item_number" value="us-professional">\r\n		<input type="hidden" name="amount" value="40.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Professional Membership</div>\r\n		<div class="details">Full-time Keepers</div>\r\n		<div class="benefits">(<a href="/join/professional-membership-benefits/">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Affiliate Membership">\r\n		<input type="hidden" name="item_number" value="us-affiliate">\r\n		<input type="hidden" name="amount" value="35.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$35 - Affiliate Membership</div>\r\n		<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n		<div class="benefits">(<a href="/join/affiliate-membership-benefits/">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Student Membership">\r\n		<input type="hidden" name="item_number" value="us-student">\r\n		<input type="hidden" name="amount" value="25.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$25 - Student Membership</div>\r\n		<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n		<div class="benefits">(<a href="/join/student-membership-benefits/">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="us-individual">\r\n		<input type="hidden" name="amount" value="65.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$65 - Individuals Contributing</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>Canadian Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Professional Membership">\r\n		<input type="hidden" name="item_number" value="cad-professional">\r\n		<input type="hidden" name="amount" value="40.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Professional Membership</div>\r\n		<div class="details">Full-time Keepers</div>\r\n		<div class="benefits">(<a href="/join/professional-membership-benefits/">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Affiliate Membership">\r\n		<input type="hidden" name="item_number" value="cad-affiliate">\r\n		<input type="hidden" name="amount" value="35.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$35 - Affiliate Membership</div>\r\n		<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n		<div class="benefits">(<a href="/join/affiliate-membership-benefits/">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Student Membership">\r\n		<input type="hidden" name="item_number" value="cad-student">\r\n		<input type="hidden" name="amount" value="25.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$25 - Student Membership</div>\r\n		<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n		<div class="benefits">(<a href="/join/student-membership-benefits/">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="cad-individual">\r\n		<input type="hidden" name="amount" value="65.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$65 - Individuals Contributing</div>\r\n	</div>\r\n</div>\r\n\r\n\r\n<h3>Commercial Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="cad-individual">\r\n		<input type="hidden" name="amount" value="150.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$150 - Commercial Membership</div>\r\n		<div class="benefits">(<a href="/join/commercial-membership-benefits/">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<p><strong>The following membership types require verification of your oganization\'s information and/or approval by the AAZK Board.</strong></p>\r\n\r\n<h3>Institutional Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href="">Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$150 - Institutional Membership</div>\r\n		<div class="details">requires AAZK Board approval</div>\r\n		<div class="benefits">(<a href="/join/institutional-membership-benefits/">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>Library Only</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href="">Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Institutional</div>\r\n		<div class="details">Available only to public &amp; university libraries</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>International Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href="">Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$55 - International Membership</div>\r\n		<div class="details">All members outside U.S. &amp; Canada regardless of category</div>\r\n	</div>\r\n</div>\r\n\r\n<p>Print and mail applications to:</p>\r\n\r\n<p><strong>AAZK Administrative Offices<br />\r\n3601 S.W. 29th, Suite 133<br />\r\nTopeka, KS 66614</strong></p>\r\n\r\n<p>Make checks/money orders payable to <strong>AAZK, Inc</strong><br />Must be in U.S. FUNDS ONLY.</p>\r\n\r\n<p>Membership includes a subscription to Animal Keepers\' Forum. The membership card is good for free admission to many zoos and aquariums in the U.S. and Canada.</p>\r\n', 'Join AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2009-06-08 22:38:36', '2009-06-09 03:38:36', '', 17, 'http://dev.aazk.org/uncategorized/17-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (522, 1, '2009-06-08 22:39:56', '2009-06-09 03:39:56', '<h3>US Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Professional Membership">\r\n		<input type="hidden" name="item_number" value="us-professional">\r\n		<input type="hidden" name="amount" value="40.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Professional Membership</div>\r\n		<div class="details">Full-time Keepers</div>\r\n		<div class="benefits">(<a href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700" class="thickbox">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Affiliate Membership">\r\n		<input type="hidden" name="item_number" value="us-affiliate">\r\n		<input type="hidden" name="amount" value="35.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$35 - Affiliate Membership</div>\r\n		<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n		<div class="benefits">(<a href="/join/affiliate-membership-benefits/">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Student Membership">\r\n		<input type="hidden" name="item_number" value="us-student">\r\n		<input type="hidden" name="amount" value="25.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$25 - Student Membership</div>\r\n		<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n		<div class="benefits">(<a href="/join/student-membership-benefits/">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="us-individual">\r\n		<input type="hidden" name="amount" value="65.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$65 - Individuals Contributing</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>Canadian Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Professional Membership">\r\n		<input type="hidden" name="item_number" value="cad-professional">\r\n		<input type="hidden" name="amount" value="40.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Professional Membership</div>\r\n		<div class="details">Full-time Keepers</div>\r\n		<div class="benefits">(<a href="/join/professional-membership-benefits/">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Affiliate Membership">\r\n		<input type="hidden" name="item_number" value="cad-affiliate">\r\n		<input type="hidden" name="amount" value="35.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$35 - Affiliate Membership</div>\r\n		<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n		<div class="benefits">(<a href="/join/affiliate-membership-benefits/">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Student Membership">\r\n		<input type="hidden" name="item_number" value="cad-student">\r\n		<input type="hidden" name="amount" value="25.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$25 - Student Membership</div>\r\n		<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n		<div class="benefits">(<a href="/join/student-membership-benefits/">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="cad-individual">\r\n		<input type="hidden" name="amount" value="65.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$65 - Individuals Contributing</div>\r\n	</div>\r\n</div>\r\n\r\n\r\n<h3>Commercial Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="cad-individual">\r\n		<input type="hidden" name="amount" value="150.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$150 - Commercial Membership</div>\r\n		<div class="benefits">(<a href="/join/commercial-membership-benefits/">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<p><strong>The following membership types require verification of your oganization\'s information and/or approval by the AAZK Board.</strong></p>\r\n\r\n<h3>Institutional Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href="">Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$150 - Institutional Membership</div>\r\n		<div class="details">requires AAZK Board approval</div>\r\n		<div class="benefits">(<a href="/join/institutional-membership-benefits/">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>Library Only</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href="">Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Institutional</div>\r\n		<div class="details">Available only to public &amp; university libraries</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>International Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href="">Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$55 - International Membership</div>\r\n		<div class="details">All members outside U.S. &amp; Canada regardless of category</div>\r\n	</div>\r\n</div>\r\n\r\n<p>Print and mail applications to:</p>\r\n\r\n<p><strong>AAZK Administrative Offices<br />\r\n3601 S.W. 29th, Suite 133<br />\r\nTopeka, KS 66614</strong></p>\r\n\r\n<p>Make checks/money orders payable to <strong>AAZK, Inc</strong><br />Must be in U.S. FUNDS ONLY.</p>\r\n\r\n<p>Membership includes a subscription to Animal Keepers\' Forum. The membership card is good for free admission to many zoos and aquariums in the U.S. and Canada.</p>\r\n', 'Join AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2009-06-08 22:39:56', '2009-06-09 03:39:56', '', 17, 'http://dev.aazk.org/uncategorized/17-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2862, 2, '2012-01-18 12:30:05', '2012-01-18 17:30:05', '<h3>Conference Program Chair</h3>\r\n<img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /> Ed Hansen\r\n<h3>Upcoming AAZK Conferences:</h3>\r\n<!--more-->\r\n<ul>\r\n	<li><strong>2012: </strong>Syracuse, NY - Rosamond Gifford Zoo - September 23-27; <a style="font-weight: bold; " href="http://www.rgzaecetia.net/gws/aazk/aazk_2012.html">http://www.rgzaecetia.net/gws/aazk/aazk_2012.html</a></li>\r\n	<li><strong>2013: </strong> Asheboro, NC - September 22-26</li>\r\n	<li><strong>2014: </strong>Orlando, FL - September 8-12</li>\r\n</ul>\r\n<strong></strong>\r\n\r\n<strong></strong>\r\n\r\n<strong></strong>', 'Annual AAZK Conferences', 0, '', 'inherit', 'closed', 'closed', '', '160-revision-25', '', '', '2012-01-18 12:30:05', '2012-01-18 17:30:05', '', 160, 'http://aazk.org/uncategorized/160-revision-25/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2864, 2, '2011-04-09 08:03:06', '2011-04-09 13:03:06', '<h3>Chair</h3>\r\n<img class="alignnone size-full wp-image-1937" title="rickotarsky" src="http://aecetia.net/gws/aazk/wp-content/uploads/rickotarsky.jpg" alt="rickotarsky" width="131" height="150" /> Ric Kotarsky - <em>Tulsa Zoo</em>\r\n<h3>Purpose</h3>\r\nThis committee shall annually review the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. The committee consists of a minimum of five members, two of which shall be member of the Board of Directors. Appointments are made at the discretion of the President. If you would like a copy of the Association’s Bylaws please contact the Administrative Office in Topeka.', 'Bylaws Committee', 0, '', 'inherit', 'closed', 'closed', '', '173-revision-v1', '', '', '2011-04-09 08:03:06', '2011-04-09 13:03:06', '', 173, 'http://aazk.org/uncategorized/173-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2867, 2, '2012-01-19 17:00:01', '2012-01-19 22:00:01', '<div class="bod first">\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2.jpg" alt="bob-mug2" width="158" height="155" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">President<a href="mailto:bob.cisneros@aecetia.net/gws/aazk"></a></div>\r\n<div class="title"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="affiliated_zoo_location">San Diego, CA</div>\r\n<ul class="committees">\r\n	<li>Professional association and husbandry liaisons,</li>\r\n	<li><a href="../committee/professional-development-committee/">Professional Development</a>,</li>\r\n	<li>Media,</li>\r\n	<li>Social Media</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-846" title="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny.jpg" alt="penny" width="149" height="167" /></div>\r\n<div class="name">Penny Jolly</div>\r\n<div class="title">Vice President</div>\r\n<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="affiliated_zoo_location">Orlando, FL</div>\r\n<ul class="committees">\r\n	<li><a href="../committee/bowling-for-rhinos/">Bowling for Rhinos</a>,<a href="../committee/bowling-for-rhinos/"> </a><a href="../committee/bowling-for-rhinos/"></a></li>\r\n	<li><a href="../committee/ethics-committee/">Ethics</a>,</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/bylaws-committee/">Bylaws</a>,</li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-medium wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-222x300.jpg" alt="walz" width="133" height="180" /></div>\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Living Planet Aquarium</div>\r\n<div class="affiliated_zoo_location">Sandy, UT</div>\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/behavioral-husbandry/">Behavioral Husbandry</a><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/"> </a><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/"></a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-2131" title="wilson" src="http://aecetia.net/gws/aazk/wp-content/uploads/wilson.jpg" alt="wilson" width="150" height="181" /></div>\r\n<div class="name">Kelly Wilson</div>\r\n<div class="title">Board Member<a href="mailto:kelly.wilson@aecetia.net/gws/aazk"></a></div>\r\n<div class="title"><a href="mailto:kelly.wilson@aecetia.net/gws/aazk">kelly.wilson@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Detroit Zoo</div>\r\n<div class="affiliated_zoo_location">Detroit, MI</div>\r\n<div class="affiliated_zoo_location">\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/membership-resources/">Membership Resources</a><a href="../committee/bowling-for-rhinos/"> </a><a href="../committee/bowling-for-rhinos/"></a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-2258" title="wagner1" src="http://aecetia.net/gws/aazk/wp-content/uploads/wagner1.jpg" alt="wagner1" width="150" height="144" /></div>\r\n<div class="name">Denise Wagner</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:denise.wagner@aecetia.net/gws/aazk">denise.wagner@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Phoenix Zoo</div>\r\n<div class="affiliated_zoo_location">Phoenix, AZ</div>\r\n<ul class="committees">\r\n	<li><a href="../committee/awards-committee/">Awards</a>,</li>\r\n	<li><a href="../committee/grants-committee/">Grants</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Executive Director</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/annual-aazk-conferences/">Conferences</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-882" title="barbara" src="http://aecetia.net/gws/aazk/wp-content/uploads/barbara-150x150.jpg" alt="barbara" width="150" height="150" /></div>\r\n<div class="name">Barbara Manspeaker</div>\r\n<div class="title">Administrative Secretary</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Cleveland, OH</div>\r\n</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2012-01-19 17:00:01', '2012-01-19 22:00:01', '', 395, 'http://aazk.org/uncategorized/395-revision-23/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (529, 1, '2009-06-10 19:49:57', '2009-06-11 00:49:57', '', 'Download Application', 0, '', 'inherit', 'closed', 'closed', '', 'aazk_member_registration', '', '', '2009-06-10 19:49:57', '2009-06-11 00:49:57', '', 17, 'http://dev.aazk.org/wp-content/uploads/aazk_member_registration.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (530, 1, '2009-06-08 22:40:59', '2009-06-09 03:40:59', '<h3>US Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Professional Membership">\r\n		<input type="hidden" name="item_number" value="us-professional">\r\n		<input type="hidden" name="amount" value="40.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Professional Membership</div>\r\n		<div class="details">Full-time Keepers</div>\r\n		<div class="benefits">(<a href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700" class="thickbox">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Affiliate Membership">\r\n		<input type="hidden" name="item_number" value="us-affiliate">\r\n		<input type="hidden" name="amount" value="35.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$35 - Affiliate Membership</div>\r\n		<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n		<div class="benefits">(<a href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700" class="thickbox">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Student Membership">\r\n		<input type="hidden" name="item_number" value="us-student">\r\n		<input type="hidden" name="amount" value="25.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$25 - Student Membership</div>\r\n		<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n		<div class="benefits">(<a href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700" class="thickbox">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="us-individual">\r\n		<input type="hidden" name="amount" value="65.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$65 - Individuals Contributing</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>Canadian Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Professional Membership">\r\n		<input type="hidden" name="item_number" value="cad-professional">\r\n		<input type="hidden" name="amount" value="40.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Professional Membership</div>\r\n		<div class="details">Full-time Keepers</div>\r\n		<div class="benefits">(<a href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700" class="thickbox">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Affiliate Membership">\r\n		<input type="hidden" name="item_number" value="cad-affiliate">\r\n		<input type="hidden" name="amount" value="35.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$35 - Affiliate Membership</div>\r\n		<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n		<div class="benefits">(<a href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700" class="thickbox">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Student Membership">\r\n		<input type="hidden" name="item_number" value="cad-student">\r\n		<input type="hidden" name="amount" value="25.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$25 - Student Membership</div>\r\n		<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n		<div class="benefits">(<a href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700" class="thickbox">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="cad-individual">\r\n		<input type="hidden" name="amount" value="65.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$65 - Individuals Contributing</div>\r\n	</div>\r\n</div>\r\n\r\n\r\n<h3>Commercial Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="cad-individual">\r\n		<input type="hidden" name="amount" value="150.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$150 - Commercial Membership</div>\r\n		<div class="benefits">(<a href="/join/commercial-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700" class="thickbox">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<p><strong>The following membership types require verification of your oganization\'s information and/or approval by the AAZK Board.</strong></p>\r\n\r\n<h3>Institutional Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href="">Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$150 - Institutional Membership</div>\r\n		<div class="details">requires AAZK Board approval</div>\r\n		<div class="benefits">(<a href="/join/institutional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700" class="thickbox">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>Library Only</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href="">Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Institutional</div>\r\n		<div class="details">Available only to public &amp; university libraries</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>International Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href="">Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$55 - International Membership</div>\r\n		<div class="details">All members outside U.S. &amp; Canada regardless of category</div>\r\n	</div>\r\n</div>\r\n\r\n<p>Print and mail applications to:</p>\r\n\r\n<p><strong>AAZK Administrative Offices<br />\r\n3601 S.W. 29th, Suite 133<br />\r\nTopeka, KS 66614</strong></p>\r\n\r\n<p>Make checks/money orders payable to <strong>AAZK, Inc</strong><br />Must be in U.S. FUNDS ONLY.</p>\r\n\r\n<p>Membership includes a subscription to Animal Keepers\' Forum. The membership card is good for free admission to many zoos and aquariums in the U.S. and Canada.</p>\r\n', 'Join AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2009-06-08 22:40:59', '2009-06-09 03:40:59', '', 17, 'http://dev.aazk.org/uncategorized/17-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (952, 2, '2009-09-18 07:55:07', '2009-09-18 12:55:07', '<h5>For those wishing to mail in their membership application you can download the application <a href="http://dev.aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf">here</a>. For those wishing to sign up on the website please utilize the buttons below.</h5>\r\n<div class="membership">\r\n<h3>US Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Professional Membership" /> <input name="item_number" type="hidden" value="us-professional" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Affiliate Membership" /> <input name="item_number" type="hidden" value="us-affiliate" /> <input name="amount" type="hidden" value="35.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$35 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Student Membership" /> <input name="item_number" type="hidden" value="us-student" /> <input name="amount" type="hidden" value="25.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$25 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Individuals Contributing" /> <input name="item_number" type="hidden" value="us-individual" /> <input name="amount" type="hidden" value="65.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$65 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Canadian Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Professional Membership" /> <input name="item_number" type="hidden" value="cad-professional" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Affiliate Membership" /> <input name="item_number" type="hidden" value="cad-affiliate" /> <input name="amount" type="hidden" value="35.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$35 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Student Membership" /> <input name="item_number" type="hidden" value="cad-student" /> <input name="amount" type="hidden" value="25.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$25 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Individuals Contributing" /> <input name="item_number" type="hidden" value="cad-individual" /> <input name="amount" type="hidden" value="65.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$65 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Commercial Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Individuals Contributing" /> <input name="item_number" type="hidden" value="cad-individual" /> <input name="amount" type="hidden" value="150.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$150 - Commercial Membership</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/commercial-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<strong>The following membership types require verification of your organization\'s information and/or approval by the AAZK Board.</strong>\r\n<h3>Institutional Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://dev.aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$150 - Institutional Membership</div>\r\n<div class="details">requires AAZK Board approval</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/institutional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<h3>Library Only</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://dev.aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$40 - Institutional</div>\r\n<div class="details">Available only to public &amp; university libraries</div>\r\n</div>\r\n</div>\r\n<h3>International Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://dev.aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$55 - International Membership</div>\r\n<div class="details">All members outside U.S. &amp; Canada regardless of category</div>\r\n</div>\r\n</div>\r\nPrint and mail applications to:\r\n\r\n<strong>AAZK Administrative Offices\r\n3601 S.W. 29th, Suite 133\r\nTopeka, KS 66614</strong>\r\n\r\nMake checks/money orders payable to <strong>AAZK, Inc</strong>\r\nMust be in U.S. FUNDS ONLY.\r\n\r\nMembership includes a subscription to Animal Keepers\' Forum. The membership card is good for free admission to many zoos and aquariums in the U.S. and Canada.</div>', 'Join AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2009-09-18 07:55:07', '2009-09-18 12:55:07', '', 17, 'http://aazk.org/uncategorized/17-revision-16/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (691, 2, '2009-09-18 07:49:19', '2009-09-18 12:49:19', '<h3>For those wishing to mail in their membership application you can download the application <a href="http://dev.aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf">here</a>.</h3>\r\n<h3>US Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Professional Membership" /> <input name="item_number" type="hidden" value="us-professional" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Affiliate Membership" /> <input name="item_number" type="hidden" value="us-affiliate" /> <input name="amount" type="hidden" value="35.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$35 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Student Membership" /> <input name="item_number" type="hidden" value="us-student" /> <input name="amount" type="hidden" value="25.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$25 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Individuals Contributing" /> <input name="item_number" type="hidden" value="us-individual" /> <input name="amount" type="hidden" value="65.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$65 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Canadian Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Professional Membership" /> <input name="item_number" type="hidden" value="cad-professional" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Affiliate Membership" /> <input name="item_number" type="hidden" value="cad-affiliate" /> <input name="amount" type="hidden" value="35.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$35 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Student Membership" /> <input name="item_number" type="hidden" value="cad-student" /> <input name="amount" type="hidden" value="25.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$25 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Individuals Contributing" /> <input name="item_number" type="hidden" value="cad-individual" /> <input name="amount" type="hidden" value="65.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$65 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Commercial Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Individuals Contributing" /> <input name="item_number" type="hidden" value="cad-individual" /> <input name="amount" type="hidden" value="150.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$150 - Commercial Membership</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/commercial-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<strong>The following membership types require verification of your organization\'s information and/or approval by the AAZK Board.</strong>\r\n<h3>Institutional Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://dev.aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$150 - Institutional Membership</div>\r\n<div class="details">requires AAZK Board approval</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/institutional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<h3>Library Only</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://dev.aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$40 - Institutional</div>\r\n<div class="details">Available only to public &amp; university libraries</div>\r\n</div>\r\n</div>\r\n<h3>International Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://dev.aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$55 - International Membership</div>\r\n<div class="details">All members outside U.S. &amp; Canada regardless of category</div>\r\n</div>\r\n</div>\r\nPrint and mail applications to:\r\n\r\n<strong>AAZK Administrative Offices\r\n3601 S.W. 29th, Suite 133\r\nTopeka, KS 66614</strong>\r\n\r\nMake checks/money orders payable to <strong>AAZK, Inc</strong>\r\nMust be in U.S. FUNDS ONLY.\r\n\r\nMembership includes a subscription to Animal Keepers\' Forum. The membership card is good for free admission to many zoos and aquariums in the U.S. and Canada.', 'Join AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2009-09-18 07:49:19', '2009-09-18 12:49:19', '', 17, 'http://aazk.org/uncategorized/17-revision-15/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (601, 1, '2009-07-31 18:32:19', '2009-07-31 23:32:19', '<p><em>By Barry Poole, General Maintenance &amp; Operations Supervisor<br />\r\nand Marie Magnuson, Animal Keeper/Great Cats<br />\r\nSmithsonian\'s National Zoological Park, Washington, DC</em></p>\r\n\r\n<p>In September of 2003 our male African lion (Panthera leo) Tsavo was 15 years old and had been alone for a year after the death of his brother, Tana. Lionesses Kisangali and Lusaka were just getting out of quarantine after arriving at the National Zoo from Wildlife Way Station (Angeles National Forest, CA). We had brought these two beautiful female lions to Washington in the hopes of forming a pride with Tsavo. We were not sure of the girl\'s ages, but the veterinary staff estimated them to be about 12 or 13 years old. Tsavo had been vasectomized when he was young since he had been housed with his mother.</p>\r\n\r\n<p>The introductions went very smoothly and soon the copulating that is integral to forming a pride was taking up most of Tsavo\'s time and energy.  As a matter of fact, since Tsavo had been vasectomized it was taking up a little too much of his time and energy. The girls were not getting pregnant of course and so they continued to cycle like clockwork. Tsavo\'s years started to catch up with him. He started to show signs of back trouble, including limping and ataxia, and after only a few months together we had to separate them so we could keep Tsavo inside. His back problems had gotten so severe that the staff veterinarians decided to keep him as quiet as possible and treat his back with steroids. The treatment was extremely successful and Tsavo was going back outside with the now-spayed Lusaka in the spring of 2005. Kisangali had sadly died of an infection during the winter.</p>\r\n\r\n<p>Jeanne Minor, a keeper who was working here at that time, suggested that a firehose bed might make Tsavo even more comfortable. Her idea was to weave the fire hose on a sturdy metal frame, much like a lawn chair. Barry Poole from the Metal Shop worked with Jeanne on the design and it has proven hugely successful.</p>\r\n\r\n<p>The first thing that Barry did was to "skin" the hose, or remove the outer canvas layer. He used only the inner canvas and rubber layer so that the bed would dry in a reasonable length of time and also to remove bulk from the weaving. The width of the fire hose you have will determine the final dimensions of your bed. The metal frame of Tsavo\'s bed ended up being 77"x36" [1.95m x .91m]. The woven part is made of six long pieces (warp) of 5&deg;" [13.33cm] hose woven with 14 shorter pieces (weft). After you approximate the length and width of your bed add at least 15% for what is called "take up" by weavers. This is what is lost to the ups and downs of the weaving itself. Then add two to three feet to the length of each piece for loom waste. This will be the part of each piece that wraps around</p>', 'Constructing A Firehose Bed For An Aging Lion', 0, '', 'inherit', 'closed', 'closed', '', '598-revision-3', '', '', '2009-07-31 18:32:19', '2009-07-31 23:32:19', '', 598, 'http://aazk.org/uncategorized/598-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (534, 1, '2009-05-31 17:03:06', '2009-05-31 22:03:06', '<p><em>By Kymberlee Nelson<br />\r\nKeeper in Heart of Africa, Collections Husbandry and Science<br />\r\nSan Diego Zoo’s Wild Animal Park, Escondido, CA</em></p>\r\n\r\n<h3>Abstract</h3>\r\n<p>Following SSP&reg; recommendations two, 3&frac12; year old, female, Transvaal lions (sisters) were bred to a 3&frac12; year old male. These pairings resulted in two litters (2.2 and 1.2) born four days apart. Following the behaviors of lions in the wild, the two litters, dams and sire were successfully introduced to form one large pride.</p>\r\n\r\n<h3>Introduction</h3>\r\n<p>Lions are the only truly social cats living in groups called prides. A pride is generally composed of a group of related females and several non-related males (although males are generally related to one another). The African lion is listed as vulnerable in the IUCN Red List and can be found in Appendix II of CITES. The AZA felid TAG set a target population size of 350 lions; both generic and pedigreed animals. Currently, there are 133 lions at 43 institutions managed by the Species Survival Plan (SSP&reg;), with a target population of 150 cats (SSP&reg; 2007).</p>\r\n\r\n<p>Captive breeding is determined by genetic analysis of the population with a goal of retaining 90% gene diversity for 100 years. The captive pedigreed population descends from 52 founders and is tracked and managed by the species coordinator and SSP&reg; Institutional Representatives. A Master Planning meeting is held each year where breeding recommendations and animal transfers are made.</p>\r\n\r\n<p>In the wild it has been shown that females younger than 36 months rarely conceived (Hanby &amp; Bygott,1987) and that the mean age of first reproduction for females was between four (Bertram, 1975; Hanby &amp; Bygott, 1987) and six and a half years (Packer <i>et al.</i>, 2001). In captivity this age is reduced and reproduction is seen as early as 18 months. Wild females generally come back into estrous when their cubs are 18 months old (about 10 months from the end of lactation) and her next litter can be expected to be born 24 months after the birth of any surviving cubs (Bertram, 1975).</p>\r\n\r\n<p>[caption id="attachment_372" align="aligncenter" width="300" caption="Arial View of Lion Camp"]<img src="http://dev.aecetia.net/gws/aazk/wp-content/uploads/arial-view-of-lion-exhibit-300x225.jpg" alt="Arial View of Lion Camp" title="Arial View of Lion Camp" width="300" height="225" class="size-medium wp-image-372" />[/caption]</p>\r\n\r\n<p>Female pride members have been observed to come into estrus synchronously and therefore birth synchrony has been observed (Bertram, 1975; Packer &amp; Pusey, 1983). The female typically births one to four cubs in a secluded area away from the pride. It is not until the cubs are four to six weeks old that their dams will introduce them to the pride (Bertram, 1975; Packer &amp; Pusey, 1983; Pusey &amp; Packer, 1994). At this time, the dams and cubs will often form or join a cr&eacute;che, with cubs varying in age up to 150 days (Pusey &amp; Packer, 1994). Cubs will also be introduced to pride males, but the males play no role in the rearing of the offspring. The sire\'s primary responsibility is to provide a secure territory for the females of his pride and their offspring.</p>\r\n\r\n<p>The main advantage to forming a cr&eacute;che appears to be the communal defense of the cubs against invading males (Pusey &amp; Packer, 1994). Females of the same cr&eacute;che are known to associate closely with each other. Generally all females are present with their cubs or all are absent, leaving the cubs unattended for short periods of time (Pusey &amp; Packer, 1994). Females in a cr&eacute;che will allow cubs of other females to nurse. There is evidence, however, that females can distinguish between their own offspring and other cubs, but are virtually indiscriminate with cubs of first order relatives (Pusey &amp; Packer, 1994). Cubs wean at six to eight months of age, but will begin eating meat at two to three months (Bertram, 1975; Pusey &amp; Packer, 1994); although cubs remain dependent on their mothers for two years (Bertram, 1975; Pusey &amp; Packer, 1994; Packer &amp; Pusey, 1997).</p>\r\n\r\n<p>Average age of dispersal from the natal pride is two to four years for males (Pusey &amp; Packer, 1987) but males as young as 13-20 months may be forced out as a result of a pride takeover (Packer &amp; Pusey, 1983) and no males were observed with their natal prides past 65 months (Hanby &amp; Bygott, 1987). Most females are integrated into their natal prides but for those who emigrated all had left by four years of age (Hanby &amp; Bygott, 1987; Pusey &amp; Packer, 1987).</p>\r\n\r\n<h3>Methods and Results</h3>\r\n<p>Following SSP&reg; recommendations two, 3&frac12; year old, sibling female, Transvaal lions, Mina and Oshana, were bred to a 3&frac12; year old male, Izu. These pairings had previously resulted in Oshana giving birth to 0.2 on 16 May 2006 and Mina to 2.1 on 19 July 2006. The females were separated from their litters on 14 July 2007 due to...</p>\r\n\r\n<p><strong>Want to read the rest of this article on forming a Lion\'s Pride. For this and many more fascinating articles every month, see <em>Animal Keepers\' Forum</em>. AKF is available only by being a member of AAZK. JOIN NOW!</strong></p>', 'The Formation of a Lion (Panthera Leo) Pride  at The San Diego Zoo’s Wild Animal Park', 0, '', 'inherit', 'closed', 'closed', '', '359-revision-8', '', '', '2009-05-31 17:03:06', '2009-05-31 22:03:06', '', 359, 'http://aazk.org/uncategorized/359-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (535, 1, '2009-06-02 00:09:03', '2009-06-02 05:09:03', '<h3>Chair</h3>\r\nJanet McCoy - <em>Oregon Zoo</em>\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong>\r\n<h3>Purpose</h3>\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\nOregon Zoo\r\n4001 S.W. Canyon Rd.\r\nPortland, OR 97221\r\n\r\nOr, <a href="/blindemail.php?name=Janet" target="_blank">Send Jan an email.</a>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Awards Chair\r\nThe Oregon Zoo\r\n4001 SW Canyon Road\r\nPortland, OR 97221\r\n\r\n<strong>Deadline for Nominations is 1 May 2009</strong>\r\n<ul>\r\n	<li><a href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&TB_iframe=true&height=400&width=700" class="thickbox">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a href="/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/?KeepThis=true&TB_iframe=true&height=400&width=700" class="thickbox">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a href="/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/?KeepThis=true&TB_iframe=true&height=400&width=700" class="thickbox">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a href="/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/?KeepThis=true&TB_iframe=true&height=400&width=700" class="thickbox">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a href="/committee/awards-committee/mazuri-animal-nutrition-award-mana/?KeepThis=true&TB_iframe=true&height=400&width=700" class="thickbox">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a href="/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/?KeepThis=true&TB_iframe=true&height=400&width=700" class="thickbox">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a href="/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/?KeepThis=true&TB_iframe=true&height=400&width=700" class="thickbox">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a href="/committee/awards-committee/the-aazk-chapter-of-the-year-award/?KeepThis=true&TB_iframe=true&height=400&width=700" class="thickbox">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-06-02 00:09:03', '2009-06-02 05:09:03', '', 224, 'http://aazk.org/uncategorized/224-revision-30/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (536, 1, '2009-06-15 20:02:31', '2009-06-16 01:02:31', '<h3>Chair</h3>\r\nJanet McCoy - <em>Oregon Zoo</em>\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong>\r\n<h3>Purpose</h3>\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\nOregon Zoo\r\n4001 S.W. Canyon Rd.\r\nPortland, OR 97221\r\n\r\nOr, Send Jan an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Awards Chair\r\nThe Oregon Zoo\r\n4001 SW Canyon Road\r\nPortland, OR 97221\r\n\r\n<strong>Deadline for Nominations is 1 May 2009</strong>\r\n<ul>\r\n	<li><a href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&TB_iframe=true&height=400&width=700" class="thickbox">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a href="/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/?KeepThis=true&TB_iframe=true&height=400&width=700" class="thickbox">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a href="/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/?KeepThis=true&TB_iframe=true&height=400&width=700" class="thickbox">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a href="/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/?KeepThis=true&TB_iframe=true&height=400&width=700" class="thickbox">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a href="/committee/awards-committee/mazuri-animal-nutrition-award-mana/?KeepThis=true&TB_iframe=true&height=400&width=700" class="thickbox">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a href="/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/?KeepThis=true&TB_iframe=true&height=400&width=700" class="thickbox">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a href="/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/?KeepThis=true&TB_iframe=true&height=400&width=700" class="thickbox">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a href="/committee/awards-committee/the-aazk-chapter-of-the-year-award/?KeepThis=true&TB_iframe=true&height=400&width=700" class="thickbox">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-06-15 20:02:31', '2009-06-16 01:02:31', '', 224, 'http://aazk.org/uncategorized/224-revision-31/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (587, 2, '2009-07-23 21:02:23', '2009-07-24 02:02:23', '<ul>\n	<li>About the Cover/Information for Contributors</li>\n	<li>Scoops &amp; Scuttlebutt</li>\n	<li>From the President</li>\n	<li>Coming Events</li>\n	<li>Management of Geriatric Animals in Zoos - Order Information</li>\n	<li>AAZK Announces New Members</li>\n	<li>Conservation Station: Conservation Roles for Zoo Keepers Today</li>\n	<li>Green Tip of the Month</li>\n	<li>Crisis Management Special Issue Order Information</li>\n	<li>Enrichment Options (Cardboard Feeders: Free &amp; Green Enrichment)</li>\n	<li>Book Reviews (Smiling Bears: A Zookeeper Explores the Behavior and Emotional Life of Bears and Night Kill)</li>\n	<li>Training Tales (Training Tools on a Budget)</li>\n	<li>Have You Sent AO Your Email Address Yet?</li>\n	<li>Reactions Column (Can behavioral research and observations play a part in being prepared for a crisis?)</li>\n	<li>CNAH Reaches Three Quarters of a Million</li>\n	<li>Silver-Eared Mesia (Leiothrix argentauris)</li>\n	<li>From Los Angeles to Denver and Back: A Successful Journey Back Home</li>\n	<li>Conservation/Legislative Update</li>\n</ul>', 'July 2009', 0, '', 'inherit', 'closed', 'closed', '', '558-autosave', '', '', '2009-07-23 21:02:23', '2009-07-24 02:02:23', '', 558, 'http://aazk.org/uncategorized/558-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (984, 2, '2010-01-07 09:46:04', '2010-01-07 14:46:04', '', 'lewa', 0, '', 'inherit', 'closed', 'closed', '', 'lewa', '', '', '2010-01-07 09:46:04', '2010-01-07 14:46:04', '', 885, 'http://aazk.org/wp-content/uploads/lewa.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (985, 2, '2010-01-07 09:47:58', '2010-01-07 14:47:58', '', 'irf-logo', 0, '', 'inherit', 'closed', 'closed', '', 'irf-logo', '', '', '2010-01-07 09:47:58', '2010-01-07 14:47:58', '', 885, 'http://aazk.org/wp-content/uploads/irf-logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (540, 1, '2009-05-31 23:34:01', '2009-06-01 04:34:01', '<p><a href="/jobs/index.php">Post a Job (Login)</a></p>\r\n<p>If you have previously registered as a "user" on this site, you need do nothing. If your institution has never posted a job on this site and you wish to establish a new user account in order to post a job listing, you will need to register and set up your account. Only jobs related to the animal care field will be posted on this site.  Click here to set up a "user" account.</p>\r\n<p>As of 1 September ONLY AAZK Institutional Members will receive unlimited free job postings as long as their membership remains active.</p>\r\n<p>Non-AAZK Institutional member facilities may purchase listings at the following rates. Non-member postings will receive a return email explaining payment options and such job postings will not become active until posting fee is paid.</p>\r\n<ul>\r\n    <li>$250/year: unlimited listings; each good for 60 days</li>\r\n    <li>$125/6 months: unlimited listings; each good for 60 days</li>\r\n    <li>$50/listing; good for 60 days</li>\r\n</ul>\r\n<p>Once you have posted a job listing, it will remain "pending" until approved by an AAZK Web Administrator. AAZK reserves the right to approve each job posting and may reject posting not in line with the goals and objectives of AAZK, Inc.</p>\r\n<p>Please contact AAZK to purchase Job Postings or for more information about AAZK Institutional Membership.</p>\r\n<p>To apply for an Institutional Membership please click on the following link. <a href="/join-aazk/">Become an AAZK Institutional Member!</a></p>\r\n<p>Institutions wishing to advertise employment opportunities, must register an account and login to submit postings online or, email pertinent data to <a href="mailto:susan.chan@aecetia.net/gws/aazk">email pertinent data to Susan</a></p>\r\n<p>Listings must be sent as MS Word attachments and follow the format used in listings currently posted on this website.</p>\r\n<p>AAZK reserves the right to approve each job posting</p>', 'Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2009-05-31 23:34:01', '2009-06-01 04:34:01', '', 69, 'http://aazk.org/uncategorized/69-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (541, 1, '2009-06-15 20:46:39', '2009-06-16 01:46:39', '', 'Animal Training and Enrichment Bibliography', 0, '', 'inherit', 'closed', 'closed', '', 'animal_training_bibliography', '', '', '2009-06-15 20:46:39', '2009-06-16 01:46:39', '', 303, 'http://aazk.org/wp-content/uploads/animal_training_bibliography.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (542, 1, '2009-05-31 12:46:50', '2009-05-31 17:46:50', '<p>The training resources available today, many of them free, can really help a trainer develop skills, problem solve, and collect new ideas. There are literally thousands, if not more, resources for zoo keepers to learn more about animal training. Below is a brief list of some of these resources other than those produced by the ATC. This resource list includes websites, Listservs and supply companies that are not necessarily affiliated with or endorsed by the AAZK, Inc. However, many of them can prove to be quite useful to the zoo trainer. Specific articles and books are listed in the <a href="/committees/comm_animalbehavior_bibliog.php">Animal Training and Enrichment Bibliography</a>. ATC Resources are listed on this website at the <a href="/committees/comm_animalbehavior_comm.php">Animal Training Committee</a> and <a href="/committees/comm_animalbehavior.php">Table of Contents</a> pages.</p>\r\n\r\n<p>There is one resource that is not on this list that is invaluable to the zoo trainer - our zoo colleagues. In addition to utilizing the vast array of training resources available in books, or websites, etc., the ATC encourages all zoo trainers to communicate with their peers and colleagues to learn from each other\'s experiences.</p>\r\n \r\n<h3>E Mail List Serves</h3>\r\n<ul>\r\n	<li>AZA (American Association of Zoos and Aquariums) Animal Training List Serve<br>To join contact <a href="mailto:mthompson@lifegate.net">mthompson@lifegate.net</a></li>\r\n	<li>RATE: Reptile, Amphibian Training and Enrichment List Serve. To join contact <a href="mailto:andre.j.daneault@disney.com">andre.j.daneault@disney.com</a></li>\r\n</ul>\r\n\r\n<h3>Journals and Newsletters</h3>\r\n<ul>\r\n	<li><strong>Animal Behavior Management Alliance</strong><br />\r\n		C/O Gary Wilson<br />\r\n		Moorpark College<br />\r\n		7075 Campus Road<br />\r\n		Moorpark, CA 93021<br />\r\n		805-378-1441\r\n	</li>\r\n  <li>\r\n  	<strong><a href="/animal-keepers-forum/">Animal Keepers\' Forum</a><br />\r\n    (Journal of the American Association of Zoo Keepers (AAZK))</strong><br />\r\n    3601 S.W 29th St. Suite 133<br />\r\n    Topeka, KS 66614\r\n  </li>\r\n  <li>\r\n  	<strong>Journal of the Elephant Managers\' Association Newsletter (EMA)</strong><br />\r\n		C/O Chuck Doyle<br />\r\n		Rosamund Gifford Zoo<br />\r\n		1 Conservation Place<br />\r\n		Syracuse, NY 13204\r\n  </li>\r\n  <li>\r\n  	<strong>Soundings, Magazine of the International Marine Animal Trainers\' Association (IMATA)</strong><br />\r\n		1200 South Lake Shore Drive<br />\r\n		Chicago, IL 60605\r\n  </li>\r\n  <li>\r\n  	<strong>The Flyer, newsletter of the International Association of Avian Trainers and Educators (IAATE)</strong><br />\r\n		2412 Creekside Court<br />\r\n		Stillwater, MN 55082\r\n  </li>\r\n</ul>\r\n\r\n<h3>On the Web</h3>\r\n<ul>\r\n  <li><a href="http://www.arkanimals.com">Ark Animals</a></li>\r\n  <li><a href="http://www.elephant-managers.com">Elephant Managers\' Association</a></li>\r\n  <li><a href="http://www.iaate.org">International Association of Avian Trainers and Educators</a></li>\r\n  <li><a href="http://www.imata.org">International Marine Animal Trainers\' Association</a></li>\r\n  <li><a href="http://www.animaltraining.org">Animal Training Website for Disney\'s Animal Kingdom</a></li>\r\n</ul>\r\n\r\n<h3>Bird Training Websites</h3>\r\n<ul>\r\n  <li><a href="http://www.GoodBirdInc.com">Barbara Heidenreich\'s website</a></li>\r\n  <li><a href="http://www.northwoodsfalconry.com">Northwood limited</a></li>\r\n  <li><a href="http://www.mikesfalconry.com">Mike\'s Falconry</a></li>\r\n  <li><a href="http://members.aol.com/hawkequip/falconry.html">Williams F. Snell Falconry</a></li>\r\n  <li><a href="http://www.busybeaks.com">Psitticines</a></li>\r\n</ul>\r\n\r\n<h3>Places to purchase books</h3>\r\n\r\n<p>Amazon.com (Go through the AAZK website and AAZK, Inc. will receive a donation of 5% of the purchase price).</p>\r\n\r\n<ul>\r\n  <li><a href="http://www.Mytrainingstore.com">Animal Management Resources, Inc. (Meg Hudson-Dye)</a></li>\r\n  <li><a href="http://www.clickertraining.com">Karen Pryor\'s Website and Store</a></li>\r\n</ul>\r\n\r\n<h3>Transmitters</h3>\r\n<ul>\r\n  <li>Merlin Systems, Inc.<br />\r\n    P.O. Box 190257<br />\r\n    Boise, ID 83719<br />\r\n    Ph:(208) 362-2254<br />\r\n    Fax:(208) 362-2140<br />\r\n    For Orders: 1-866-742-8475\r\n    <a href="http://www.merlin-systems.com">merlin-systems.com</a></li>\r\n	<li><a href="http://www.radiotracking.com">LL Electronics</a></li>\r\n</ul>\r\n\r\n<h3>Receivers</h3>\r\n<ul>\r\n	<li><a href="http://www.com-spec.com">com-spec.com</a></li>\r\n</ul>\r\n\r\n<p><em>Please note: The information and/or products provided in this resource list are intended for use at the zoo trainer\'s discretion. The ATC or AAZK, Inc. does not necessarily endorse the information or products in this resource list, but has compiled it simply as a reference list for you to use at your own discretion.</em></p>', 'Suggested Animal Training Resources', 0, '', 'inherit', 'closed', 'closed', '', '303-revision-v1', '', '', '2009-05-31 12:46:50', '2009-05-31 17:46:50', '', 303, 'http://aazk.org/uncategorized/303-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (544, 1, '2009-06-15 20:51:57', '2009-06-16 01:51:57', '<p>The training resources available today, many of them free, can really help a trainer develop skills, problem solve, and collect new ideas. There are literally thousands, if not more, resources for zoo keepers to learn more about animal training. Below is a brief list of some of these resources other than those produced by the ATC. This resource list includes websites, Listservs and supply companies that are not necessarily affiliated with or endorsed by the AAZK, Inc. However, many of them can prove to be quite useful to the zoo trainer. Specific articles and books are listed in the <a href=\'/wp-content/uploads/animal_training_bibliography.pdf\'>Animal Training and Enrichment Bibliography</a>.</p>\r\n\r\n<p>There is one resource that is not on this list that is invaluable to the zoo trainer - our zoo colleagues. In addition to utilizing the vast array of training resources available in books, or websites, etc., the ATC encourages all zoo trainers to communicate with their peers and colleagues to learn from each other\'s experiences.</p>\r\n \r\n<h3>E Mail List Serves</h3>\r\n<ul>\r\n	<li>AZA (American Association of Zoos and Aquariums) Animal Training List Serve<br>To join contact <a href="mailto:mthompson@lifegate.net">mthompson@lifegate.net</a></li>\r\n	<li>RATE: Reptile, Amphibian Training and Enrichment List Serve. To join contact <a href="mailto:andre.j.daneault@disney.com">andre.j.daneault@disney.com</a></li>\r\n</ul>\r\n\r\n<h3>Journals and Newsletters</h3>\r\n<ul>\r\n	<li><strong>Animal Behavior Management Alliance</strong><br />\r\n		C/O Gary Wilson<br />\r\n		Moorpark College<br />\r\n		7075 Campus Road<br />\r\n		Moorpark, CA 93021<br />\r\n		805-378-1441\r\n	</li>\r\n  <li>\r\n  	<strong><a href="/animal-keepers-forum/">Animal Keepers\' Forum</a><br />\r\n    (Journal of the American Association of Zoo Keepers (AAZK))</strong><br />\r\n    3601 S.W 29th St. Suite 133<br />\r\n    Topeka, KS 66614\r\n  </li>\r\n  <li>\r\n  	<strong>Journal of the Elephant Managers\' Association Newsletter (EMA)</strong><br />\r\n		C/O Chuck Doyle<br />\r\n		Rosamund Gifford Zoo<br />\r\n		1 Conservation Place<br />\r\n		Syracuse, NY 13204\r\n  </li>\r\n  <li>\r\n  	<strong>Soundings, Magazine of the International Marine Animal Trainers\' Association (IMATA)</strong><br />\r\n		1200 South Lake Shore Drive<br />\r\n		Chicago, IL 60605\r\n  </li>\r\n  <li>\r\n  	<strong>The Flyer, newsletter of the International Association of Avian Trainers and Educators (IAATE)</strong><br />\r\n		2412 Creekside Court<br />\r\n		Stillwater, MN 55082\r\n  </li>\r\n</ul>\r\n\r\n<h3>On the Web</h3>\r\n<ul>\r\n  <li><a href="http://www.arkanimals.com">Ark Animals</a></li>\r\n  <li><a href="http://www.elephant-managers.com">Elephant Managers\' Association</a></li>\r\n  <li><a href="http://www.iaate.org">International Association of Avian Trainers and Educators</a></li>\r\n  <li><a href="http://www.imata.org">International Marine Animal Trainers\' Association</a></li>\r\n  <li><a href="http://www.animaltraining.org">Animal Training Website for Disney\'s Animal Kingdom</a></li>\r\n</ul>\r\n\r\n<h3>Bird Training Websites</h3>\r\n<ul>\r\n  <li><a href="http://www.GoodBirdInc.com">Barbara Heidenreich\'s website</a></li>\r\n  <li><a href="http://www.northwoodsfalconry.com">Northwood limited</a></li>\r\n  <li><a href="http://www.mikesfalconry.com">Mike\'s Falconry</a></li>\r\n  <li><a href="http://members.aol.com/hawkequip/falconry.html">Williams F. Snell Falconry</a></li>\r\n  <li><a href="http://www.busybeaks.com">Psitticines</a></li>\r\n</ul>\r\n\r\n<h3>Places to purchase books</h3>\r\n\r\n<p>Amazon.com (Go through the AAZK website and AAZK, Inc. will receive a donation of 5% of the purchase price).</p>\r\n\r\n<ul>\r\n  <li><a href="http://www.Mytrainingstore.com">Animal Management Resources, Inc. (Meg Hudson-Dye)</a></li>\r\n  <li><a href="http://www.clickertraining.com">Karen Pryor\'s Website and Store</a></li>\r\n</ul>\r\n\r\n<h3>Transmitters</h3>\r\n<ul>\r\n  <li>Merlin Systems, Inc.<br />\r\n    P.O. Box 190257<br />\r\n    Boise, ID 83719<br />\r\n    Ph:(208) 362-2254<br />\r\n    Fax:(208) 362-2140<br />\r\n    For Orders: 1-866-742-8475\r\n    <a href="http://www.merlin-systems.com">merlin-systems.com</a></li>\r\n	<li><a href="http://www.radiotracking.com">LL Electronics</a></li>\r\n</ul>\r\n\r\n<h3>Receivers</h3>\r\n<ul>\r\n	<li><a href="http://www.com-spec.com">com-spec.com</a></li>\r\n</ul>\r\n\r\n<p><em>Please note: The information and/or products provided in this resource list are intended for use at the zoo trainer\'s discretion. The ATC or AAZK, Inc. does not necessarily endorse the information or products in this resource list, but has compiled it simply as a reference list for you to use at your own discretion.</em></p>', 'Suggested Animal Training Resources', 0, '', 'inherit', 'closed', 'closed', '', '303-revision-v1', '', '', '2009-06-15 20:51:57', '2009-06-16 01:51:57', '', 303, 'http://aazk.org/uncategorized/303-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (543, 1, '2009-06-15 20:48:46', '2009-06-16 01:48:46', '<p>The training resources available today, many of them free, can really help a trainer develop skills, problem solve, and collect new ideas. There are literally thousands, if not more, resources for zoo keepers to learn more about animal training. Below is a brief list of some of these resources other than those produced by the ATC. This resource list includes websites, Listservs and supply companies that are not necessarily affiliated with or endorsed by the AAZK, Inc. However, many of them can prove to be quite useful to the zoo trainer. Specific articles and books are listed in the <a href=\'/wp-content/uploads/animal_training_bibliography.pdf\'>Animal Training and Enrichment Bibliography</a>. ATC Resources are listed on this website at the <a href="/committees/comm_animalbehavior_comm.php">Animal Training Committee</a> and <a href="/committees/comm_animalbehavior.php">Table of Contents</a> pages.</p>\r\n\r\n<p>There is one resource that is not on this list that is invaluable to the zoo trainer - our zoo colleagues. In addition to utilizing the vast array of training resources available in books, or websites, etc., the ATC encourages all zoo trainers to communicate with their peers and colleagues to learn from each other\'s experiences.</p>\r\n \r\n<h3>E Mail List Serves</h3>\r\n<ul>\r\n	<li>AZA (American Association of Zoos and Aquariums) Animal Training List Serve<br>To join contact <a href="mailto:mthompson@lifegate.net">mthompson@lifegate.net</a></li>\r\n	<li>RATE: Reptile, Amphibian Training and Enrichment List Serve. To join contact <a href="mailto:andre.j.daneault@disney.com">andre.j.daneault@disney.com</a></li>\r\n</ul>\r\n\r\n<h3>Journals and Newsletters</h3>\r\n<ul>\r\n	<li><strong>Animal Behavior Management Alliance</strong><br />\r\n		C/O Gary Wilson<br />\r\n		Moorpark College<br />\r\n		7075 Campus Road<br />\r\n		Moorpark, CA 93021<br />\r\n		805-378-1441\r\n	</li>\r\n  <li>\r\n  	<strong><a href="/animal-keepers-forum/">Animal Keepers\' Forum</a><br />\r\n    (Journal of the American Association of Zoo Keepers (AAZK))</strong><br />\r\n    3601 S.W 29th St. Suite 133<br />\r\n    Topeka, KS 66614\r\n  </li>\r\n  <li>\r\n  	<strong>Journal of the Elephant Managers\' Association Newsletter (EMA)</strong><br />\r\n		C/O Chuck Doyle<br />\r\n		Rosamund Gifford Zoo<br />\r\n		1 Conservation Place<br />\r\n		Syracuse, NY 13204\r\n  </li>\r\n  <li>\r\n  	<strong>Soundings, Magazine of the International Marine Animal Trainers\' Association (IMATA)</strong><br />\r\n		1200 South Lake Shore Drive<br />\r\n		Chicago, IL 60605\r\n  </li>\r\n  <li>\r\n  	<strong>The Flyer, newsletter of the International Association of Avian Trainers and Educators (IAATE)</strong><br />\r\n		2412 Creekside Court<br />\r\n		Stillwater, MN 55082\r\n  </li>\r\n</ul>\r\n\r\n<h3>On the Web</h3>\r\n<ul>\r\n  <li><a href="http://www.arkanimals.com">Ark Animals</a></li>\r\n  <li><a href="http://www.elephant-managers.com">Elephant Managers\' Association</a></li>\r\n  <li><a href="http://www.iaate.org">International Association of Avian Trainers and Educators</a></li>\r\n  <li><a href="http://www.imata.org">International Marine Animal Trainers\' Association</a></li>\r\n  <li><a href="http://www.animaltraining.org">Animal Training Website for Disney\'s Animal Kingdom</a></li>\r\n</ul>\r\n\r\n<h3>Bird Training Websites</h3>\r\n<ul>\r\n  <li><a href="http://www.GoodBirdInc.com">Barbara Heidenreich\'s website</a></li>\r\n  <li><a href="http://www.northwoodsfalconry.com">Northwood limited</a></li>\r\n  <li><a href="http://www.mikesfalconry.com">Mike\'s Falconry</a></li>\r\n  <li><a href="http://members.aol.com/hawkequip/falconry.html">Williams F. Snell Falconry</a></li>\r\n  <li><a href="http://www.busybeaks.com">Psitticines</a></li>\r\n</ul>\r\n\r\n<h3>Places to purchase books</h3>\r\n\r\n<p>Amazon.com (Go through the AAZK website and AAZK, Inc. will receive a donation of 5% of the purchase price).</p>\r\n\r\n<ul>\r\n  <li><a href="http://www.Mytrainingstore.com">Animal Management Resources, Inc. (Meg Hudson-Dye)</a></li>\r\n  <li><a href="http://www.clickertraining.com">Karen Pryor\'s Website and Store</a></li>\r\n</ul>\r\n\r\n<h3>Transmitters</h3>\r\n<ul>\r\n  <li>Merlin Systems, Inc.<br />\r\n    P.O. Box 190257<br />\r\n    Boise, ID 83719<br />\r\n    Ph:(208) 362-2254<br />\r\n    Fax:(208) 362-2140<br />\r\n    For Orders: 1-866-742-8475\r\n    <a href="http://www.merlin-systems.com">merlin-systems.com</a></li>\r\n	<li><a href="http://www.radiotracking.com">LL Electronics</a></li>\r\n</ul>\r\n\r\n<h3>Receivers</h3>\r\n<ul>\r\n	<li><a href="http://www.com-spec.com">com-spec.com</a></li>\r\n</ul>\r\n\r\n<p><em>Please note: The information and/or products provided in this resource list are intended for use at the zoo trainer\'s discretion. The ATC or AAZK, Inc. does not necessarily endorse the information or products in this resource list, but has compiled it simply as a reference list for you to use at your own discretion.</em></p>', 'Suggested Animal Training Resources', 0, '', 'inherit', 'closed', 'closed', '', '303-revision-v1', '', '', '2009-06-15 20:48:46', '2009-06-16 01:48:46', '', 303, 'http://aazk.org/uncategorized/303-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (987, 2, '2010-01-07 09:55:44', '2010-01-07 14:55:44', '', 'acklogosm', 0, '', 'inherit', 'closed', 'closed', '', 'acklogosm', '', '', '2010-01-07 09:55:44', '2010-01-07 14:55:44', '', 885, 'http://aazk.org/wp-content/uploads/acklogosm.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (988, 2, '2010-01-07 09:55:53', '2010-01-07 14:55:53', 'The following links are relevant to the Bowling for Rhinos program.\n\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\n\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\n\n<a href="http://www.bluerhino.com/BRWEB/Company-Info/Save-the-Rhinos.aspx"><img class="alignnone size-full wp-image-867" title="blue-rhino-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue-rhino-logo.jpg" alt="blue-rhino-logo" width="216" height="92" /></a> <a href="http://www.bluerhino.com/BRWEB/Company-Info/Save-the-Rhinos.aspx">Blue Rhino</a>\n\n<img class="alignnone size-full wp-image-984" title="lewa" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa.gif" alt="lewa" width="85" height="85" /><a href="http://www.lewa.org"> Lewa Wildlife Conservancy</a>\n\n<img class="alignnone size-full wp-image-986" title="irflogosm" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogosm.jpg" alt="irflogosm" width="150" height="98" /> <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a>\n\n<img class="alignnone size-full wp-image-987" title="acklogosm" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogosm.jpg" alt="acklogosm" width="144" height="150" />Action for Cheetahs in Kenya', 'BFR Links', 0, '', 'inherit', 'closed', 'closed', '', '885-revision-2', '', '', '2010-01-07 09:55:53', '2010-01-07 14:55:53', '', 885, 'http://aazk.org/uncategorized/885-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (547, 1, '2009-05-17 22:00:29', '2009-05-18 03:00:29', 'This is a reminder for AAZK members that electronic voting is now open in the Members Only Section of the website.\r\n\r\nVoting is open for <strong>professional members</strong> only for Board of Directors positions. There are 6 very capable candidates vying for 3 open positions. Please vote for up to 3 candidates. <strong>Voting closes 1 June.</strong>', 'Electronic Voting Now Open!', 0, '', 'inherit', 'closed', 'closed', '', '29-revision-4', '', '', '2009-05-17 22:00:29', '2009-05-18 03:00:29', '', 29, 'http://aazk.org/uncategorized/29-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (549, 1, '2009-06-17 21:48:19', '2009-06-18 02:48:19', '', 'aza_conf_logo', 0, '', 'inherit', 'closed', 'closed', '', 'aza_conf_logo', '', '', '2009-06-17 21:48:19', '2009-06-18 02:48:19', '', 0, 'http://aazk.org/wp-content/uploads/aza_conf_logo.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (659, 2, '2013-10-15 17:49:23', '0000-00-00 00:00:00', 'AAZK is rolling out new products.\r\n\r\n<!--[endif]-->Organic cotton ladies t-shirts and men\'s long-sleeve shirts with our \'eye movement\' design as well as logo embroidered baseball caps will be on sale at the 2009 Conference at special introductory prices. Also, wrist coils for the AAZK logo clickers will be available for purchase.   Conference pricing for current AAZK product will be in effect as well, so send your orders along with conference attendees to get the best deals!', 'New AAZK Products!', 0, '', 'draft', 'closed', 'closed', '', '', '', '', '2013-10-15 17:49:23', '2013-10-15 22:49:23', '', 0, 'http://aazk.org/?p=659', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1009, 2, '2010-01-15 11:10:15', '2010-01-15 16:10:15', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\n<p style="text-align: center;"><em><strong></strong></em></p>\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\n\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat.\nIt does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.\n<p style="text-align: left;"><strong>History</strong></p>\n<p style="text-align: left;"><img class="alignnone size-large wp-image-1002" title="lewa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa1-1024x718.jpg" alt="lewa1" width="430" height="302" /></p>\n<p style="text-align: left;">Lewa Wildlife Conservancy lies in northern Kenya was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong></p>\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds.</p>\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-01-15 11:10:15', '2010-01-15 16:10:15', '', 991, 'http://aazk.org/uncategorized/991-revision-14/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (675, 2, '2009-09-11 11:48:03', '2009-09-11 16:48:03', '', 'ballcap4', 0, 'AAZK logo ball cap', 'inherit', 'closed', 'closed', '', 'ballcap4', '', '', '2009-09-11 11:48:03', '2009-09-11 16:48:03', '', 0, 'http://aazk.org/wp-content/uploads/ballcap4.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (552, 1, '2009-06-15 20:40:04', '2009-06-16 01:40:04', '<p><a href="/jobs/index.php">Post a Job (Login)</a></p>\r\n<p>If you have previously registered as a "user" on this site, you need do nothing. If your institution has never posted a job on this site and you wish to establish a new user account in order to post a job listing, you will need to register and set up your account. Only jobs related to the animal care field will be posted on this site.  Click here to set up a "user" account.</p>\r\n<p>As of 1 September ONLY AAZK Institutional Members will receive unlimited free job postings as long as their membership remains active.</p>\r\n<p>Non-AAZK Institutional member facilities may purchase listings at the following rates. Non-member postings will receive a return email explaining payment options and such job postings will not become active until posting fee is paid.</p>\r\n<ul>\r\n    <li>$250/year: unlimited listings; each good for 60 days</li>\r\n    <li>$125/6 months: unlimited listings; each good for 60 days</li>\r\n    <li>$50/listing; good for 60 days</li>\r\n</ul>\r\n<p>Once you have posted a job listing, it will remain "pending" until approved by an AAZK Web Administrator. AAZK reserves the right to approve each job posting and may reject posting not in line with the goals and objectives of AAZK, Inc.</p>\r\n<p>Please contact AAZK to purchase Job Postings or for more information about AAZK Institutional Membership.</p>\r\n<p>To apply for an Institutional Membership please click on the following link. <a href="/join/">Become an AAZK Institutional Member!</a></p>\r\n<p>Institutions wishing to advertise employment opportunities, must register an account and login to submit postings online or, email pertinent data to <a href="mailto:susan.chan@aecetia.net/gws/aazk">email pertinent data to Susan</a></p>\r\n<p>Listings must be sent as MS Word attachments and follow the format used in listings currently posted on this website.</p>\r\n<p>AAZK reserves the right to approve each job posting</p>', 'Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2009-06-15 20:40:04', '2009-06-16 01:40:04', '', 69, 'http://aazk.org/uncategorized/69-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (553, 1, '2009-06-17 21:54:56', '2009-06-18 02:54:56', '<p><a href="/jobs/index.php">Post a Job (Login)</a></p>\r\n<p>If you have previously registered as a "user" on this site, you need do nothing. If your institution has never posted a job on this site and you wish to establish a new user account in order to post a job listing, you will need to register and set up your account. Only jobs related to the animal care field will be posted on this site. Click here to set up a "user" account.  There is nothing to click on—no link</p>\r\n\r\n<p>As of 1 September ONLY AAZK Institutional Members will receive unlimited free job postings as long as their membership remains active.</p>\r\n\r\n<p>Non-AAZK Institutional member facilities may purchase listings at the following rates. Non-member postings will receive a return email explaining payment options and such job postings will not become active until posting fee is paid.</p>\r\n\r\n<ul>\r\n    <li>$250/year: unlimited listings; each good for 60 days</li>\r\n    <li>$125/6 months: unlimited listings; each good for 60 days</li>\r\n    <li>$50/listing; good for 60 days</li>\r\n</ul>\r\n\r\n<p>Once you have posted a job listing, it will remain "pending" until approved by an AAZK Web Administrator. AAZK reserves the right to approve each job posting and may reject posting not in line with the goals and objectives of AAZK, Inc.</p>\r\n\r\n<p>Please contact AAZK to purchase Job Postings or for more information about AAZK Institutional Membership.</p>\r\n\r\n<p>To apply for an Institutional Membership please click on the following link. Become an AAZK Institutional Member!  There is no link here</p>\r\n\r\n<p>Institutions wishing to advertise employment opportunities, must register an account and login to submit postings online or, email pertinent data to email pertinent data to Susan\r\nListings must be sent as MS Word attachments and follow the format used in listings currently posted on this website.\r\nAAZK reserves the right to approve each job posting</p>', 'Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2009-06-17 21:54:56', '2009-06-18 02:54:56', '', 69, 'http://aazk.org/uncategorized/69-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (554, 1, '2009-06-18 13:18:25', '2009-06-18 18:18:25', '<p><a href="/jobs/index.php">Post a Job (Login)</a></p>\r\n<p>If you have previously registered as a "user" on this site, you need do nothing. If your institution has never posted a job on this site and you wish to establish a new user account in order to post a job listing, you will need to register and set up your account. Only jobs related to the animal care field will be posted on this site. <a href="/jobs/register.php">Click here to set up a "user" account</a>.</p>\r\n\r\n<p>As of 1 September ONLY AAZK Institutional Members will receive unlimited free job postings as long as their membership remains active.</p>\r\n\r\n<p>Non-AAZK Institutional member facilities may purchase listings at the following rates. Non-member postings will receive a return email explaining payment options and such job postings will not become active until posting fee is paid.</p>\r\n\r\n<ul>\r\n    <li>$250/year: unlimited listings; each good for 60 days</li>\r\n    <li>$125/6 months: unlimited listings; each good for 60 days</li>\r\n    <li>$50/listing; good for 60 days</li>\r\n</ul>\r\n\r\n<p>Once you have posted a job listing, it will remain "pending" until approved by an AAZK Web Administrator. AAZK reserves the right to approve each job posting and may reject posting not in line with the goals and objectives of AAZK, Inc.</p>\r\n\r\n<p>Please contact AAZK to purchase Job Postings or for more information about AAZK Institutional Membership.</p>\r\n\r\n<p>To apply for an Institutional Membership please click on the following link. Become an AAZK Institutional Member!  There is no link here</p>\r\n\r\n<p>Institutions wishing to advertise employment opportunities, must register an account and login to submit postings online or, email pertinent data to email pertinent data to Susan\r\nListings must be sent as MS Word attachments and follow the format used in listings currently posted on this website.\r\nAAZK reserves the right to approve each job posting</p>', 'Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2009-06-18 13:18:25', '2009-06-18 18:18:25', '', 69, 'http://aazk.org/uncategorized/69-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (555, 1, '2009-06-18 13:20:45', '2009-06-18 18:20:45', '<p><a href="/jobs/index.php">Post a Job (Login)</a></p>\r\n<p>If you have previously registered as a "user" on this site, you need do nothing. If your institution has never posted a job on this site and you wish to establish a new user account in order to post a job listing, you will need to register and set up your account. Only jobs related to the animal care field will be posted on this site. <a href="/jobs/register.php">Click here to set up a "user" account</a>.</p>\r\n\r\n<p>As of 1 September ONLY AAZK Institutional Members will receive unlimited free job postings as long as their membership remains active.</p>\r\n\r\n<p>Non-AAZK Institutional member facilities may purchase listings at the following rates. Non-member postings will receive a return email explaining payment options and such job postings will not become active until posting fee is paid.</p>\r\n\r\n<ul>\r\n    <li>$250/year: unlimited listings; each good for 60 days</li>\r\n    <li>$125/6 months: unlimited listings; each good for 60 days</li>\r\n    <li>$50/listing; good for 60 days</li>\r\n</ul>\r\n\r\n<p>Once you have posted a job listing, it will remain "pending" until approved by an AAZK Web Administrator. AAZK reserves the right to approve each job posting and may reject postings not in line with the goals and objectives of AAZK, Inc.</p>\r\n\r\n<p>Please contact AAZK to purchase Job Postings or for more information about AAZK Institutional Membership.</p>\r\n\r\n<p>To apply for an Institutional Membership please click on the following link. Become an AAZK Institutional Member!  There is no link here</p>\r\n\r\n<p>Institutions wishing to advertise employment opportunities, must register an account and login to submit postings online or, email pertinent data to email pertinent data to Susan\r\nListings must be sent as MS Word attachments and follow the format used in listings currently posted on this website.\r\nAAZK reserves the right to approve each job posting</p>', 'Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2009-06-18 13:20:45', '2009-06-18 18:20:45', '', 69, 'http://aazk.org/uncategorized/69-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2295, 2, '2012-01-18 12:34:51', '2012-01-18 17:34:51', '<h3><a href="/jobs/index.php">Login or Register to Post a Job!</a></h3>\r\nIf you have previously registered as a "user" on this site, you need do nothing. If your institution has never posted a job on this site and you wish to establish a new user account in order to post a job listing, you will need to register and set up your account. Only jobs related to the animal care field will be posted on this site. <a href="/jobs/register.php">Click here to set up a "user" account</a>.\r\n\r\nAAZK Institutional Members will receive unlimited free job postings as long as their membership remains active.\r\n\r\nNon-AAZK Institutional member facilities may purchase listings at the following rates. Non-member postings will receive a return email explaining payment options and such job postings will not become active until posting fee is paid.\r\n<ul>\r\n	<li>$250/year: unlimited listings; each good for 60 days</li>\r\n	<li>$125/6 months: unlimited listings; each good for 60 days</li>\r\n	<li>$50/listing; good for 60 days</li>\r\n</ul>\r\nOnce you have posted a job listing, it will remain "pending" until approved by an AAZK Web Administrator. AAZK reserves the right to approve each job posting and may reject postings not in line with the goals and objectives of AAZK, Inc.\r\n\r\nPlease contact AAZK to purchase Job Postings or for more information about AAZK Institutional Membership.\r\n\r\nTo apply for an Institutional Membership please click on the following link. <a href="/join/">Become an AAZK Institutional Member</a>!\r\n\r\nInstitutions wishing to advertise employment opportunities, must register an account and login to submit postings online or, email pertinent data to <a href="mailto:denise.wagner@aecetia.net/gws/aazk">Denise</a>.\r\nListings must be sent as MS Word attachments and follow the format used in listings currently posted on this website.\r\n\r\nAAZK reserves the right to approve each job posting.', 'Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2012-01-18 12:34:51', '2012-01-18 17:34:51', '', 69, 'http://aazk.org/uncategorized/69-revision-24/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (556, 1, '2009-06-18 13:21:36', '2009-06-18 18:21:36', '<p><a href="/jobs/index.php">Post a Job (Login)</a></p>\r\n<p>If you have previously registered as a "user" on this site, you need do nothing. If your institution has never posted a job on this site and you wish to establish a new user account in order to post a job listing, you will need to register and set up your account. Only jobs related to the animal care field will be posted on this site. <a href="/jobs/register.php">Click here to set up a "user" account</a>.</p>\r\n\r\n<p>As of 1 September ONLY AAZK Institutional Members will receive unlimited free job postings as long as their membership remains active.</p>\r\n\r\n<p>Non-AAZK Institutional member facilities may purchase listings at the following rates. Non-member postings will receive a return email explaining payment options and such job postings will not become active until posting fee is paid.</p>\r\n\r\n<ul>\r\n    <li>$250/year: unlimited listings; each good for 60 days</li>\r\n    <li>$125/6 months: unlimited listings; each good for 60 days</li>\r\n    <li>$50/listing; good for 60 days</li>\r\n</ul>\r\n\r\n<p>Once you have posted a job listing, it will remain "pending" until approved by an AAZK Web Administrator. AAZK reserves the right to approve each job posting and may reject postings not in line with the goals and objectives of AAZK, Inc.</p>\r\n\r\n<p>Please contact AAZK to purchase Job Postings or for more information about AAZK Institutional Membership.</p>\r\n\r\n<p>To apply for an Institutional Membership please click on the following link. <a href="/join/">Become an AAZK Institutional Member</a>!</p>\r\n\r\n<p>Institutions wishing to advertise employment opportunities, must register an account and login to submit postings online or, email pertinent data to email pertinent data to Susan\r\nListings must be sent as MS Word attachments and follow the format used in listings currently posted on this website.\r\nAAZK reserves the right to approve each job posting</p>', 'Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2009-06-18 13:21:36', '2009-06-18 18:21:36', '', 69, 'http://aazk.org/uncategorized/69-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (557, 1, '2009-06-18 13:23:51', '2009-06-18 18:23:51', '<p><a href="/jobs/index.php">Post a Job (Login)</a></p>\r\n<p>If you have previously registered as a "user" on this site, you need do nothing. If your institution has never posted a job on this site and you wish to establish a new user account in order to post a job listing, you will need to register and set up your account. Only jobs related to the animal care field will be posted on this site. <a href="/jobs/register.php">Click here to set up a "user" account</a>.</p>\r\n\r\n<p>As of 1 September ONLY AAZK Institutional Members will receive unlimited free job postings as long as their membership remains active.</p>\r\n\r\n<p>Non-AAZK Institutional member facilities may purchase listings at the following rates. Non-member postings will receive a return email explaining payment options and such job postings will not become active until posting fee is paid.</p>\r\n\r\n<ul>\r\n    <li>$250/year: unlimited listings; each good for 60 days</li>\r\n    <li>$125/6 months: unlimited listings; each good for 60 days</li>\r\n    <li>$50/listing; good for 60 days</li>\r\n</ul>\r\n\r\n<p>Once you have posted a job listing, it will remain "pending" until approved by an AAZK Web Administrator. AAZK reserves the right to approve each job posting and may reject postings not in line with the goals and objectives of AAZK, Inc.</p>\r\n\r\n<p>Please contact AAZK to purchase Job Postings or for more information about AAZK Institutional Membership.</p>\r\n\r\n<p>To apply for an Institutional Membership please click on the following link. <a href="/join/">Become an AAZK Institutional Member</a>!</p>\r\n\r\n<p>Institutions wishing to advertise employment opportunities, must register an account and login to submit postings online or, email pertinent data to <a href="mailto:susan.chan@aecetia.net/gws/aazk">Susan</a>.\r\nListings must be sent as MS Word attachments and follow the format used in listings currently posted on this website.\r\nAAZK reserves the right to approve each job posting</p>', 'Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2009-06-18 13:23:51', '2009-06-18 18:23:51', '', 69, 'http://aazk.org/uncategorized/69-revision-14/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (583, 1, '2009-05-31 15:18:34', '2009-05-31 20:18:34', '<h3>Grants Committee Chair</h3>\r\n<p>Shelly Roach - <em>Columbus Zoo and Aquarium</em></p>\r\n\r\n<h3>Purpose</h3>\r\n\r\n<p>The purpose of the AAZK Grants Committee is to encourage and support the professional development and conservation involvement of AAZK members. Additionally, AAZK is committed to supporting and encouraging research conducted by members in zoological parks and aquariums.</p>\r\n\r\n<h3>Grants Offered</h3>\r\n\r\n<p><strong><em>(Deadlines for all grants is 01 March)</em></strong></p>\r\n\r\n<h4>The AAZK  Professional Travel Grant</h4>\r\n<p>The AAZK Professional Travel Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.</p>\r\n\r\n<h4>The AAZK/AZA Advances in Animal Keeping Course Grant</h4>\r\n<dd>The AAZK/AZA Advances in Animal Keeping Course Grant is designed to assist AAZK members with costs associated with attending the Advances in Animal Keeping Course offered through AZA.</dd>\r\n\r\n<h4>The AAZK Conservation, Preservation and Restoration Grant</h4>\r\n<p>The purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.</p>\r\n\r\n<h4>The AAZK Research Grant</h4>\r\n<p>The purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.</p>\r\n\r\n<h3>Qualifications</h3>\r\n\r\n<p>Full-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.</p>\r\n\r\n<p>Application instructions and the grant applications can be found in the <a href="/members/">Members Only section</a> of the website. Examples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.</p>\r\n\r\n<h3>Examples of Past Grants</strong><h3>\r\n\r\n<h4>Research Grants</h4>\r\n<ul>\r\n    <li><a href="/wp-content/uploads/grant_blood_typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a></li>\r\n    <li><a href=\'/wp-content/uploads/grant_project_penguin.pdf\'>Project Penguin: Semen Collection</a></li>\r\n</ul>\r\n\r\n<h4>Conservation, Restoration, and Preservation Grants</h4>\r\n<ul>\r\n    <li><a href=\'/wp-content/uploads/grant_river_otter_survey.pdf\'>North American River Otter Latrine Site Survey</a></li>\r\n</ul>\r\n\r\n<h4>Travel Grants</h4>\r\n<ul>\r\n    <li><a href=\'/wp-content/uploads/grant_amphibian_keeper_course.pdf\'>Amphibians, their current status, and an important AZA course for any amphibian keeper</a></li>\r\n</ul>\r\n\r\n<p><strong><a href=\'/wp-content/uploads/grant_awards-_2008.pdf\'>2008 Grant Awards</a></strong></p>\r\n\r\n<h3>Restrictions</h3>\r\n\r\n<p>The Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.</p>\r\n\r\n<p>The Research Grant Database is in Adobe PDF format. If you do not have \r\nAdobe Acrobat Reader, please download the free software <a href="http://get.adobe.com/reader/">here</a>.</p>\r\n\r\n<p><strong><a href=\'/wp-content/uploads/research_grant_database.pdf\'>Research Grant Database</a></strong></p>\r\n\r\n<p><strong>The purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.</strong></p>Cataloguing Blood Types for SSP Populations of Great Apes', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2009-05-31 15:18:34', '2009-05-31 20:18:34', '', 14, 'http://aazk.org/uncategorized/14-revision-17/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (558, 1, '2009-07-01 00:01:18', '2009-07-01 05:01:18', '<ul>\r\n    <li>About the Cover/Information for Contributors</li>\r\n    <li>Scoops &amp; Scuttlebutt</li>\r\n    <li>From the President</li>\r\n    <li>Coming Events</li>\r\n    <li>Management of Geriatric Animals in Zoos - Order Information</li>\r\n    <li>AAZK Announces New Members</li>\r\n    <li>Conservation Station: Conservation Roles for Zoo Keepers Today</li>\r\n    <li>Green Tip of the Month</li>\r\n    <li>Crisis Management Special Issue Order Information</li>\r\n    <li>Enrichment Options (Cardboard Feeders: Free &amp; Green Enrichment)</li>\r\n    <li>Book Reviews (Smiling Bears: A Zookeeper Explores the Behavior and Emotional Life of Bears and Night Kill)</li>\r\n    <li>Training Tales (Training Tools on a Budget)</li>\r\n    <li>Have You Sent AO Your Email Address Yet?</li>\r\n    <li>Reactions Column (Can behavioral research and observations play a part in being prepared for a crisis?)</li>\r\n    <li>CNAH Reaches Three Quarters of a Million</li>\r\n    <li>Silver-Eared Mesia (Leiothrix argentauris)</li> \r\n    <li>From Los Angeles to Denver and Back: A Successful Journey Back Home</li>\r\n    <li>Conservation/Legislative Update</li>\r\n</ul>', 'July 2009', 0, '', 'draft', 'closed', 'closed', '', 'july-2009', '', '', '2013-10-15 17:49:24', '2013-10-15 22:49:24', '', 0, 'http://aazk.org/?p=558', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (559, 1, '2009-06-25 20:35:29', '2009-06-26 01:35:29', '', 'July', 0, '', 'inherit', 'closed', 'closed', '', '558-revision', '', '', '2009-06-25 20:35:29', '2009-06-26 01:35:29', '', 558, 'http://aazk.org/uncategorized/558-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (560, 1, '2009-06-25 20:39:20', '2009-06-26 01:39:20', '<ul>\n    <li>About the Cover/Information for Contributors</li>\n    <li>Scoops &amp; Scuttlebutt</li>\n    <li>From the President</li>\n    <li>Coming Events</li>\n    <li>Management of Geriatric Animals in Zoos - Order Information</li>\n    <li>AAZK Announces New Members</li>\n    <li>Conservation Station: Conservation Roles for Zoo Keepers Today</li>\n    <li>Green Tip of the Month</li>\n    <li>Crisis Management Special Issue Order Information</li>\n    <li>Enrichment Options (Cardboard Feeders: Free &amp; Green Enrichment)</li>\n    <li>Book Reviews (Smiling Bears: A Zookeeper Explores the Behavior and Emotional Life of Bears and Night Kill)</li>\n    <li>Training Tales (Training Tools on a Budget)</li>\n    <li>Have You Sent AO Your Email Address Yet?</li>\n    <li>Reactions Column (Can behavioral research and observations play a part in being prepared for a crisis?)</li>\n    <li>CNAH Reaches Three Quarters of a Million</li>\n    <li>Silver-Eared Mesia (Leiothrix argentauris)</li> \n    <li>From Los Angeles to Denver and Back: A Successful Journey Back Home</li>\n    <li>Conservation/Legislative Update</li>\n</ul>', 'July 2009', 0, '', 'inherit', 'closed', 'closed', '', '558-revision-2', '', '', '2009-06-25 20:39:20', '2009-06-26 01:39:20', '', 558, 'http://aazk.org/uncategorized/558-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (561, 1, '2009-07-01 00:01:16', '2009-07-01 05:01:16', '<p><em>By William K. Baker, Jr., Director<br />Abilene Zoo, Abilene, TX</em></p>\r\n\r\n<h3>Question</h3>\r\n<p>Can behavioral research and observations play a part in being prepared for a crisis?</p>\r\n\r\n<h3>Comments</h3>\r\n<p>I realize this question at first glance could prove quizzical when applied to the topics of crisis management and zoological safety. Still, when placed in context it can prove to be valuable and an asset to an increasing awareness of understanding our animal charges. Historically one of the cornerstones of wildlife management and research in the field is the use of the basic tool of observation. For decades, if not centuries, we as scientists have been following the exploits of zoologists in the field with their research subjects as they try and understand them better.</p>\r\n\r\n<p>This field research has shaped our management techniques in captivity then and now. What we garner from field work has helped us to develop more effective techniques to address husbandry, reproduction, and environmental enrichment in captivity. The immense and respected work of Jane Goodall, Laurie Marker, George Schaller, Richard Estes, and Mark and Delia Owens comes to mind. Within the framework of their research can be found the tools to make us better animal managers.</p>\r\n\r\n<p>Wildlife field observations and the supporting research is then utilized to assist in the progression of captive management techniques through the development of husbandry manuals and disseminated through presentations at conference.</p>\r\n\r\n<h3>Exhibitry</h3>\r\n<p>Through a clear understanding of an animal\'s native habitat we can better understand its environmental needs. Meeting those needs and incorporating them into an appropriate exhibit design can help satisfy the behavioral aspects of a given species. Clouded leopards spend much of their life in an arboreal environment and by understanding that during the exhibit design process, we are meeting a fundamental species\' need, which in turn insures that we build into the vertical plane, but we also top the exhibit with mesh for the sake of safety.</p>\r\n\r\n\r\n<h3>Containment</h3>\r\n<p>Understanding the relative strength of a given species dictates the techniques of containment. For example the Tiger; it is a remarkably agile, powerful, and intelligent animal. As a result, the primary containment must be capable of handling both impact and potential ricochets. However since it\'s a soft skinned species, some degree of flexibility in the mesh is desirable to prevent potential injury. Sharp edges and points in the mesh or mounting hardware are not desirable, yet the material should be resistant or coated to prevent urine damage that will accelerate rust and potential containment failure.</p>\r\n\r\n<h3>Landscaping</h3>\r\n<p>In any exhibit we find the final dressing and regional match for a species, landscaping. Landscaping in and of itself is not a problem. But, when a dangerous animal is added to the mix, the situation changes. Is the landscaping just an accent or has it taken over the interior or perimeter of the area to the point of no return? It\'s important for security to have the capability to observe your charges for location and to inspect the primary containment at a glance. There needs to be a balance between safety and spatial comfort.</p>\r\n\r\n<h3>Enrichment</h3>\r\n<p>In my experience, an enriched specimen is a calmer specimen. Let\'s use a Cougar, for example. Understanding the predatory habits of this species is critical in their management. Enrichment devices that can capitalize on this should theoretically have a high degree of success. By using a fast moving low to the ground object, it simulates prey items in the wild. I would much rather manage a tired and content cat than a bored and temperamental cat.</p>\r\n\r\n<h3>Captive Behavior</h3>\r\n<p>This in my opinion may be one of the most important aspects of this process. We take as a given that some species act in a certain manner that is characteristic. Within a species group there will always be variances in personality. Yet, beyond that we also know that there are exceptions to the rule; animals that just don\'t act the way the others do. We do our best to reconcile what we observe in captivity against what has been seen in the wild as a benchmark, and often that provides a new context for what we are seeing and points us in the right direction as animal managers.</p>\r\n\r\n<p>I think the hardest part of this is realizing that somehow we have to make time in our workday to make behavioral observations of our charges. Certainly we check our animals when they go out on exhibit, when we are feeding them, and also when we bring them in for the night. Yet, with increasing workloads and limited staffing this can prove challenging. In my experience it\'s difficult at best from a staffing standpoint to just sit and watch. By that I mean observe our charges much like researchers in the field do.</p>\r\n\r\n<p>By understanding the intricacies of a specific specimen we, in turn, better understand what they need. Good recordkeeping is a critical facet of this process. It not only provides an accurate record of...</p>\r\n\r\n<p><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers\' Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="/join/">JOIN NOW</a>!</strong></p>', 'REACTIONS: A Question and Answer Forum for the Zoo Professional on Crisis Management', 0, '', 'draft', 'closed', 'closed', '', 'reactions-on-crisis-management', '', '', '2013-10-15 17:49:24', '2013-10-15 22:49:24', '', 0, 'http://aazk.org/?p=561', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (562, 1, '2009-06-25 20:42:42', '2009-06-26 01:42:42', '', 'REACTIONS: A Question and Answer Forum for the Zoo Professional on Crisis Management', 0, '', 'inherit', 'closed', 'closed', '', '561-revision', '', '', '2009-06-25 20:42:42', '2009-06-26 01:42:42', '', 561, 'http://aazk.org/uncategorized/561-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (563, 1, '2009-06-25 20:46:18', '2009-06-26 01:46:18', '<p><em>By William K. Baker, Jr., Director<br />Abilene Zoo, Abilene, TX</em></p>\n\n<h3>Question</h3>\n<p>Can behavioral research and observations play a part in being prepared for a crisis?</p>\n\n<h3>Comments</h3>\n<p>I realize this question at first glance could prove quizzical when applied to the topics of crisis management and zoological safety. Still, when placed in context it can prove to be valuable and an asset to an increasing awareness of understanding our animal charges. Historically one of the cornerstones of wildlife management and research in the field is the use of the basic tool of observation. For decades, if not centuries, we as scientists have been following the exploits of zoologists in the field with their research subjects as they try and understand them better.</p>\n\n<p>This field research has shaped our management techniques in captivity then and now. What we garner from field work has helped us to develop more effective techniques to address husbandry, reproduction, and environmental enrichment in captivity. The immense and respected work of Jane Goodall, Laurie Marker, George Schaller, Richard Estes, and Mark and Delia Owens comes to mind. Within the framework of their research can be found the tools to make us better animal managers.</p>\n\n<p>Wildlife field observations and the supporting research is then utilized to assist in the progression of captive management techniques through the development of husbandry manuals and disseminated through presentations at conference.</p>\n\n<h3>Exhibitry</h3>\n<p>Through a clear understanding of an animal\'s native habitat we can better understand its environmental needs. Meeting those needs and incorporating them into an appropriate exhibit design can help satisfy the behavioral aspects of a given species. Clouded leopards spend much of their life in an arboreal environment and by understanding that during the exhibit design process, we are meeting a fundamental species\' need, which in turn insures that we build into the vertical plane, but we also top the exhibit with mesh for the sake of safety.</p>\n\n\n<h3>Containment</h3>\n<p>Understanding the relative strength of a given species dictates the techniques of containment. For example the Tiger; it is a remarkably agile, powerful, and intelligent animal. As a result, the primary containment must be capable of handling both impact and potential ricochets. However since it\'s a soft skinned species, some degree of flexibility in the mesh is desirable to prevent potential injury. Sharp edges and points in the mesh or mounting hardware are not desirable, yet the material should be resistant or coated to prevent urine damage that will accelerate rust and potential containment failure.</p>\n\n<h3>Landscaping</h3>\n<p>In any exhibit we find the final dressing and regional match for a species, landscaping. Landscaping in and of itself is not a problem. But, when a dangerous animal is added to the mix, the situation changes. Is the landscaping just an accent or has it taken over the interior or perimeter of the area to the point of no return? It\'s important for security to have the capability to observe your charges for location and to inspect the primary containment at a glance. There needs to be a balance between safety and spatial comfort.</p>\n\n<h3>Enrichment</h3>\n<p>In my experience, an enriched specimen is a calmer specimen. Let\'s use a Cougar, for example. Understanding the predatory habits of this species is critical in their management. Enrichment devices that can capitalize on this should theoretically have a high degree of success. By using a fast moving low to the ground object, it simulates prey items in the wild. I would much rather manage a tired and content cat than a bored and temperamental cat.</p>\n\n<h3>Captive Behavior</h3>\n<p>This in my opinion may be one of the most important aspects of this process. We take as a given that some species act in a certain manner that is characteristic. Within a species group there will always be variances in personality. Yet, beyond that we also know that there are exceptions to the rule; animals that just don\'t act the way the others do. We do our best to reconcile what we observe in captivity against what has been seen in the wild as a benchmark, and often that provides a new context for what we are seeing and points us in the right direction as animal managers.</p>\n\n<p>I think the hardest part of this is realizing that somehow we have to make time in our workday to make behavioral observations of our charges. Certainly we check our animals when they go out on exhibit, when we are feeding them, and also when we bring them in for the night. Yet, with increasing workloads and limited staffing this can prove challenging. In my experience it\'s difficult at best from a staffing standpoint to just sit and watch. By that I mean observe our charges much like researchers in the field do.</p>\n\n<p>By understanding the intricacies of a specific specimen we, in turn, better understand what they need. Good recordkeeping is a critical facet of this process. It not only provides an accurate record of...</p>\n\n<p><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers\' Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="/join/">JOIN NOW</a>!</strong></p>', 'REACTIONS: A Question and Answer Forum for the Zoo Professional on Crisis Management', 0, '', 'inherit', 'closed', 'closed', '', '561-revision-2', '', '', '2009-06-25 20:46:18', '2009-06-26 01:46:18', '', 561, 'http://aazk.org/uncategorized/561-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (564, 1, '2009-06-25 20:47:11', '2009-06-26 01:47:11', '<p><em>By William K. Baker, Jr., Director<br />Abilene Zoo, Abilene, TX</em></p>\r\n\r\n<h3>Question</h3>\r\n<p>Can behavioral research and observations play a part in being prepared for a crisis?</p>\r\n\r\n<h3>Comments</h3>\r\n<p>I realize this question at first glance could prove quizzical when applied to the topics of crisis management and zoological safety. Still, when placed in context it can prove to be valuable and an asset to an increasing awareness of understanding our animal charges. Historically one of the cornerstones of wildlife management and research in the field is the use of the basic tool of observation. For decades, if not centuries, we as scientists have been following the exploits of zoologists in the field with their research subjects as they try and understand them better.</p>\r\n\r\n<p>This field research has shaped our management techniques in captivity then and now. What we garner from field work has helped us to develop more effective techniques to address husbandry, reproduction, and environmental enrichment in captivity. The immense and respected work of Jane Goodall, Laurie Marker, George Schaller, Richard Estes, and Mark and Delia Owens comes to mind. Within the framework of their research can be found the tools to make us better animal managers.</p>\r\n\r\n<p>Wildlife field observations and the supporting research is then utilized to assist in the progression of captive management techniques through the development of husbandry manuals and disseminated through presentations at conference.</p>\r\n\r\n<h3>Exhibitry</h3>\r\n<p>Through a clear understanding of an animal\'s native habitat we can better understand its environmental needs. Meeting those needs and incorporating them into an appropriate exhibit design can help satisfy the behavioral aspects of a given species. Clouded leopards spend much of their life in an arboreal environment and by understanding that during the exhibit design process, we are meeting a fundamental species\' need, which in turn insures that we build into the vertical plane, but we also top the exhibit with mesh for the sake of safety.</p>\r\n\r\n\r\n<h3>Containment</h3>\r\n<p>Understanding the relative strength of a given species dictates the techniques of containment. For example the Tiger; it is a remarkably agile, powerful, and intelligent animal. As a result, the primary containment must be capable of handling both impact and potential ricochets. However since it\'s a soft skinned species, some degree of flexibility in the mesh is desirable to prevent potential injury. Sharp edges and points in the mesh or mounting hardware are not desirable, yet the material should be resistant or coated to prevent urine damage that will accelerate rust and potential containment failure.</p>\r\n\r\n<h3>Landscaping</h3>\r\n<p>In any exhibit we find the final dressing and regional match for a species, landscaping. Landscaping in and of itself is not a problem. But, when a dangerous animal is added to the mix, the situation changes. Is the landscaping just an accent or has it taken over the interior or perimeter of the area to the point of no return? It\'s important for security to have the capability to observe your charges for location and to inspect the primary containment at a glance. There needs to be a balance between safety and spatial comfort.</p>\r\n\r\n<h3>Enrichment</h3>\r\n<p>In my experience, an enriched specimen is a calmer specimen. Let\'s use a Cougar, for example. Understanding the predatory habits of this species is critical in their management. Enrichment devices that can capitalize on this should theoretically have a high degree of success. By using a fast moving low to the ground object, it simulates prey items in the wild. I would much rather manage a tired and content cat than a bored and temperamental cat.</p>\r\n\r\n<h3>Captive Behavior</h3>\r\n<p>This in my opinion may be one of the most important aspects of this process. We take as a given that some species act in a certain manner that is characteristic. Within a species group there will always be variances in personality. Yet, beyond that we also know that there are exceptions to the rule; animals that just don\'t act the way the others do. We do our best to reconcile what we observe in captivity against what has been seen in the wild as a benchmark, and often that provides a new context for what we are seeing and points us in the right direction as animal managers.</p>\r\n\r\n<p>I think the hardest part of this is realizing that somehow we have to make time in our workday to make behavioral observations of our charges. Certainly we check our animals when they go out on exhibit, when we are feeding them, and also when we bring them in for the night. Yet, with increasing workloads and limited staffing this can prove challenging. In my experience it\'s difficult at best from a staffing standpoint to just sit and watch. By that I mean observe our charges much like researchers in the field do.</p>\r\n\r\n<p>By understanding the intricacies of a specific specimen we, in turn, better understand what they need. Good recordkeeping is a critical facet of this process. It not only provides an accurate record of...</p>\r\n\r\n<p><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers\' Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="/join/">JOIN NOW</a>!</strong></p>', 'REACTIONS: A Question and Answer Forum for the Zoo Professional on Crisis Management', 0, '', 'inherit', 'closed', 'closed', '', '561-autosave', '', '', '2009-06-25 20:47:11', '2009-06-26 01:47:11', '', 561, 'http://aazk.org/uncategorized/561-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (565, 1, '2009-07-01 00:01:55', '2009-07-01 05:01:55', '<p><em>By Jody Hodges and Michelle Valois<br />\r\nPrimate Keepers<br />\r\nDenver Zoological Gardens</em></p>\r\n\r\n<p><em>Denver, Colorado<br />\r\n(303) 376-4932<br />\r\n<a href="mailto:mvalois@denverzoo.org">mvalois@denverzoo.org</a></em></p>\r\n\r\n<p>In April of 2003, the Denver Zoological Foundation added a second troop of gorillas as well as another female and silverback male to the existing female pair that currently resided there. One troop would call Denver home, the other would be temporarily housed while their new exhibit was being constructed at The Los Angeles Zoo. This vacationing troop consisted of an adult male, Kelly, and two adult females Rapunzel and Evelyn. While housed at The Denver Zoo, Kelly and Rapunzel had a female offspring, named Tinga, in 2005. In 2007 construction was complete at The Los Angeles Zoo and Kelly and his troop needed to return to California. This paper will focus on the preparations that took place for Kelly, Rapunzel, Tinga and Evelyn to return to California.</p>\r\n\r\n<p>In June 2007, the great ape keeper staff, primate supervisor, primate curator, behavior manager and veterinary staff had a meeting to discuss shipment details for these gorillas. We all agreed that we wanted this to be a very smooth process for the gorillas, producing the least amount of stress for them and for us. Without crate training facilities at Denver, a training plan was established to implement separation, hand injection immobilization, pre-shipment exams and crating all in one day. This was a collaborative strategy between Denver and Los Angeles, to eliminate the stress of a second immobilization and crating for the gorillas. We also utilized a drug combination that would ideally provide a smooth and rapid induction state and recovery.</p>\r\n\r\n<p>Based on this first planning meeting, our training objective was two-fold. First, we wanted to have all gorillas visually separated from one another, with the exception of Rapunzel and Tinga, who would be separated by a shift door but still in visual contact. This would encourage each gorilla to perform the necessary training behavior without being influenced by others in the troop. Kelly was previously conditioned to be separated on a regular basis from the girls using a creep door overnight. Rapunzel, Evelyn and Tinga were not routinely separated from each other.</p>\r\n\r\n<p>Secondly, we wanted all gorillas to accept a hand injection for immobilization. We felt a hand injection, coupled with our chosen drug combination, would produce the least stress for the gorillas during the immobilization.</p>\r\n\r\n<p>These four gorillas had previously been trained at The Denver Zoological Foundation to accept a hand injection, and Tinga had received her immunizations using this method in March of 2006. Since this was an already established behavior for Kelly, Evelyn and Tinga, our focus was on using a sharp needle during training, hair pulling at the injection site, and extending the hold time. Rapunzel was our only gorilla that we had to begin teaching the injection behavior. Although she had prior training at Denver to accept a hand injection, she had two immobilizations in 2004, neither of which utilized a hand injection. These experiences created in her a high aversion to syringes and needles.</p> \r\n\r\n[caption id="attachment_569" align="alignnone" width="700" caption="Great Ape Housing at Denver Zoo"]<img src="http://aecetia.net/gws/aazk/wp-content/uploads/floor_plan.gif" alt="Great Ape Housing at Denver Zoo" title="floor_plan" width="700" height="562" class="size-full wp-image-569" />[/caption]\r\n\r\n<p>To be able to visually separate all gorillas, we had to use three separate areas in our great ape house. We chose these stations based on where we were able to separate Rapunzel from Tinga in previous training sessions. This arrangement relied heavily on Kelly being willing to transfer away from Rapunzel, which is a behavior that has been difficult for him. After a very short trial run and some resistance from Kelly, we decided to swap Kelly\'s station for Rapunzel and Tinga\'s station. We hoped to have more success with these stations as this was where Kelly spent every other night and where he was fairly comfortable. This was a much better arrangement, and put less stress on Kelly, as he was already at his station.</p>\r\n\r\n<p>The separation training progressed fairly quickly, and within days we were already closing doors between the gorillas. Evelyn was completely separated into the quarantine yard within two weeks, and Kelly was completely separated into the holding hallway by mid-July. Each gorilla had a training session at each separation, which included maintaining and improving the hand injection behavior, or for Rapunzel, the continued training of this behavior. Multiple times per week, our veterinarian attended and trained each gorilla while separated. We relied heavily on a large pool of trainers to maintain daily separation and injection training. Excellent communication was also needed to ensure we kept moving forward with our behaviors.</p>\r\n\r\n[caption id="attachment_571" align="alignnone" width="700" caption="Denver and LA staff surround Evelyn during her immobilization. The makeshift exam room is a part of the Great Ape House. (Photo: Dave Parsons)"]<img src="http://aecetia.net/gws/aazk/wp-content/uploads/gorilla_move.jpg" alt="Denver and LA staff surround Evelyn during her immobilization. The makeshift exam room is a part of the Great Ape House. (Photo: Dave Parsons)" title="gorilla_move" width="700" height="1050" class="size-full wp-image-571" />[/caption]\r\n\r\n<p>With training progressing well, we began to extend the amount of time each gorilla spent separated before having a training session. This would simulate the actual wait times on the immobilization day. We also began to decrease our food reward when asking for the injection behavior, also to simulate the actual conditions on the day of the immobilizations. Since Evelyn would have the longest wait time, we began teaching her a behavior in which she used a paint brush and paints to decorate a canvas. We hoped this would reduce her stress and keep her occupied until her turn. We also had to desensitize Evelyn to her crate being near her outdoor exhibit. We chose to put the crate here to make loading her easy after her exam. She adjusted well to this. We also simulated the increased traffic on the day of the procedure, both foot and vehicular, that would be occurring behind our great ape building and in plain sight of Evelyn. We invited...</p>\r\n\r\n<p>Want to read the rest of this article on the successful transfer of lowland gorillas between two zoological institutions?  For this and many more fascinating articles every month, see Animal Keepers\' Forum. AKF is available only by being a member of AAZK. <a href="/join/">JOIN NOW</a>!</p>', 'From Los Angeles to Denver and Back: A successful journey back home', 0, '', 'draft', 'closed', 'closed', '', 'july-2009-2', '', '', '2013-10-15 17:49:24', '2013-10-15 22:49:24', '', 0, 'http://aazk.org/?p=565', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (566, 1, '2009-06-25 20:50:21', '2009-06-26 01:50:21', '', 'From Los Angeles to Denver and Back: A successful journey back home', 0, '', 'inherit', 'closed', 'closed', '', '565-revision', '', '', '2009-06-25 20:50:21', '2009-06-26 01:50:21', '', 565, 'http://aazk.org/uncategorized/565-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (567, 1, '2009-06-25 20:51:46', '2009-06-26 01:51:46', '', 'From Los Angeles to Denver and Back: A successful journey back home', 0, '', 'inherit', 'closed', 'closed', '', '565-revision-2', '', '', '2009-06-25 20:51:46', '2009-06-26 01:51:46', '', 565, 'http://aazk.org/uncategorized/565-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (568, 1, '2009-06-25 21:04:25', '2009-06-26 02:04:25', '<p><em>By Jody Hodges and Michelle Valois<br />\r\nPrimate Keepers<br />\r\nDenver Zoological Gardens</em></p>\r\n\r\n<p><em>Denver, Colorado<br />\r\n(303) 376-4932<br />\r\n<a href="mailto:mvalois@denverzoo.org">mvalois@denverzoo.org</a></em></p>\r\n\r\n<p>In April of 2003, the Denver Zoological Foundation added a second troop of gorillas as well as another female and silverback male to the existing female pair that currently resided there. One troop would call Denver home, the other would be temporarily housed while their new exhibit was being constructed at The Los Angeles Zoo. This vacationing troop consisted of an adult male, Kelly, and two adult females Rapunzel and Evelyn. While housed at The Denver Zoo, Kelly and Rapunzel had a female offspring, named Tinga, in 2005. In 2007 construction was complete at The Los Angeles Zoo and Kelly and his troop needed to return to California. This paper will focus on the preparations that took place for Kelly, Rapunzel, Tinga and Evelyn to return to California.</p>\r\n\r\n<p>In June 2007, the great ape keeper staff, primate supervisor, primate curator, behavior manager and veterinary staff had a meeting to discuss shipment details for these gorillas. We all agreed that we wanted this to be a very smooth process for the gorillas, producing the least amount of stress for them and for us. Without crate training facilities at Denver, a training plan was established to implement separation, hand injection immobilization, pre-shipment exams and crating all in one day. This was a collaborative strategy between Denver and Los Angeles, to eliminate the stress of a second immobilization and crating for the gorillas. We also utilized a drug combination that would ideally provide a smooth and rapid induction state and recovery.</p>\r\n\r\n<p>Based on this first planning meeting, our training objective was two-fold. First, we wanted to have all gorillas visually separated from one another, with the exception of Rapunzel and Tinga, who would be separated by a shift door but still in visual contact. This would encourage each gorilla to perform the necessary training behavior without being influenced by others in the troop. Kelly was previously conditioned to be separated on a regular basis from the girls using a creep door overnight. Rapunzel, Evelyn and Tinga were not routinely separated from each other.</p>\r\n\r\n<p>Secondly, we wanted all gorillas to accept a hand injection for immobilization. We felt a hand injection, coupled with our chosen drug combination, would produce the least stress for the gorillas during the immobilization.</p>\r\n\r\n<p>These four gorillas had previously been trained at The Denver Zoological Foundation to accept a hand injection, and Tinga had received her immunizations using this method in March of 2006. Since this was an already established behavior for Kelly, Evelyn and Tinga, our focus was on using a sharp needle during training, hair pulling at the injection site, and extending the hold time. Rapunzel was our only gorilla that we had to begin teaching the injection behavior. Although she had prior training at Denver to accept a hand injection, she had two immobilizations in 2004, neither of which utilized a hand injection. These experiences created in her a high aversion to syringes and needles.</p> \r\n\r\n[caption id="attachment_569" align="alignnone" width="700" caption="Great Ape Housing at Denver Zoo"]<img src="http://aecetia.net/gws/aazk/wp-content/uploads/floor_plan.gif" alt="Great Ape Housing at Denver Zoo" title="floor_plan" width="700" height="562" class="size-full wp-image-569" />[/caption]\r\n\r\n<p>To be able to visually separate all gorillas, we had to use three separate areas in our great ape house. We chose these stations based on where we were able to separate Rapunzel from Tinga in previous training sessions. This arrangement relied heavily on Kelly being willing to transfer away from Rapunzel, which is a behavior that has been difficult for him. After a very short trial run and some resistance from Kelly, we decided to swap Kelly\'s station for Rapunzel and Tinga\'s station. We hoped to have more success with these stations as this was where Kelly spent every other night and where he was fairly comfortable. This was a much better arrangement, and put less stress on Kelly, as he was already at his station.</p>\r\n\r\n<p>The separation training progressed fairly quickly, and within days we were already closing doors between the gorillas. Evelyn was completely separated into the quarantine yard within two weeks, and Kelly was completely separated into the holding hallway by mid-July. Each gorilla had a training session at each separation, which included maintaining and improving the hand injection behavior, or for Rapunzel, the continued training of this behavior. Multiple times per week, our veterinarian attended and trained each gorilla while separated. We relied heavily on a large pool of trainers to maintain daily separation and injection training. Excellent communication was also needed to ensure we kept moving forward with our behaviors.</p>\r\n\r\n[caption id="attachment_571" align="alignnone" width="700" caption="Denver and LA staff surround Evelyn during her immobilization. The makeshift exam room is a part of the Great Ape House. (Photo: Dave Parsons)"]<img src="http://aecetia.net/gws/aazk/wp-content/uploads/gorilla_move.jpg" alt="Denver and LA staff surround Evelyn during her immobilization. The makeshift exam room is a part of the Great Ape House. (Photo: Dave Parsons)" title="gorilla_move" width="700" height="1050" class="size-full wp-image-571" />[/caption]\r\n\r\n<p>With training progressing well, we began to extend the amount of time each gorilla spent separated before having a training session. This would simulate the actual wait times on the immobilization day. We also began to decrease our food reward when asking for the injection behavior, also to simulate the actual conditions on the day of the immobilizations. Since Evelyn would have the longest wait time, we began teaching her a behavior in which she used a paint brush and paints to decorate a canvas. We hoped this would reduce her stress and keep her occupied until her turn. We also had to desensitize Evelyn to her crate being near her outdoor exhibit. We chose to put the crate here to make loading her easy after her exam. She adjusted well to this. We also simulated the increased traffic on the day of the procedure, both foot and vehicular, that would be occurring behind our great ape building and in plain sight of Evelyn. We invited...</p>\r\n\r\n<p>Want to read the rest of this article on the successful transfer of lowland gorillas between two zoological institutions?  For this and many more fascinating articles every month, see Animal Keepers\' Forum. AKF is available only by being a member of AAZK. <a href="/join/">JOIN NOW</a>!</p>', 'From Los Angeles to Denver and Back: A successful journey back home', 0, '', 'inherit', 'closed', 'closed', '', '565-autosave', '', '', '2009-06-25 21:04:25', '2009-06-26 02:04:25', '', 565, 'http://aazk.org/uncategorized/565-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (569, 1, '2009-06-25 21:00:33', '2009-06-26 02:00:33', '', 'floor_plan', 0, 'Great Ape Housing at Denver Zoo', 'inherit', 'closed', 'closed', '', 'floor_plan', '', '', '2009-06-25 21:00:33', '2009-06-26 02:00:33', '', 565, 'http://aazk.org/wp-content/uploads/floor_plan.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (570, 1, '2009-06-25 20:56:17', '2009-06-26 01:56:17', '<p>By Jody Hodges and Michelle Valois<br />\r\nPrimate Keepers<br />\r\nDenver Zoological Gardens</p>\r\n\r\n<p>Denver, Colorado<br />\r\n(303) 376-4932<br />\r\nmvalois@denverzoo.org</p>\r\n\r\n<p>In April of 2003, the Denver Zoological Foundation added a second troop of gorillas as well as another female and silverback male to the existing female pair that currently resided there. One troop would call Denver home, the other would be temporarily housed while their new exhibit was being constructed at The Los Angeles Zoo. This vacationing troop consisted of an adult male, Kelly, and two adult females Rapunzel and Evelyn. While housed at The Denver Zoo, Kelly and Rapunzel had a female offspring, named Tinga, in 2005. In 2007 construction was complete at The Los Angeles Zoo and Kelly and his troop needed to return to California. This paper will focus on the preparations that took place for Kelly, Rapunzel, Tinga and Evelyn to return to California.</p>\r\n\r\n<p>In June 2007, the great ape keeper staff, primate supervisor, primate curator, behavior manager and veterinary staff had a meeting to discuss shipment details for these gorillas. We all agreed that we wanted this to be a very smooth process for the gorillas, producing the least amount of stress for them and for us. Without crate training facilities at Denver, a training plan was established to implement separation, hand injection immobilization, pre-shipment exams and crating all in one day. This was a collaborative strategy between Denver and Los Angeles, to eliminate the stress of a second immobilization and crating for the gorillas. We also utilized a drug combination that would ideally provide a smooth and rapid induction state and recovery.</p>\r\n\r\n<p>Based on this first planning meeting, our training objective was two-fold. First, we wanted to have all gorillas visually separated from one another, with the exception of Rapunzel and Tinga, who would be separated by a shift door but still in visual contact. This would encourage each gorilla to perform the necessary training behavior without being influenced by others in the troop. Kelly was previously conditioned to be separated on a regular basis from the girls using a creep door overnight. Rapunzel, Evelyn and Tinga were not routinely separated from each other.</p>\r\n\r\n<p>Secondly, we wanted all gorillas to accept a hand injection for immobilization. We felt a hand injection, coupled with our chosen drug combination, would produce the least stress for the gorillas during the immobilization.</p>\r\n\r\n<p>These four gorillas had previously been trained at The Denver Zoological Foundation to accept a hand injection, and Tinga had received her immunizations using this method in March of 2006. Since this was an already established behavior for Kelly, Evelyn and Tinga, our focus was on using a sharp needle during training, hair pulling at the injection site, and extending the hold time. Rapunzel was our only gorilla that we had to begin teaching the injection behavior. Although she had prior training at Denver to accept a hand injection, she had two immobilizations in 2004, neither of which utilized a hand injection. These experiences created in her a high aversion to syringes and needles. </p> \r\n\r\n<p>To be able to visually separate all gorillas, we had to use three separate areas in our great ape house. We chose these stations based on where we were able to separate Rapunzel from Tinga in previous training sessions. This arrangement relied heavily on Kelly being willing to transfer away from Rapunzel, which is a behavior that has been difficult for him. After a very short trial run and some resistance from Kelly, we decided to swap Kelly\'s station for Rapunzel and Tinga\'s station. We hoped to have more success with these stations as this was where Kelly spent every other night and where he was fairly comfortable. This was a much better arrangement, and put less stress on Kelly, as he was already at his station.</p>\r\n\r\n<p>The separation training progressed fairly quickly, and within days we were already closing doors between the gorillas. Evelyn was completely separated into the quarantine yard within two weeks, and Kelly was completely separated into the holding hallway by mid-July. Each gorilla had a training session at each separation, which included maintaining and improving the hand injection behavior, or for Rapunzel, the continued training of this behavior. Multiple times per week, our veterinarian attended and trained each gorilla while separated. We relied heavily on a large pool of trainers to maintain daily separation and injection training. Excellent communication was also needed to ensure we kept moving forward with our behaviors.</p>\r\n\r\n<p>With training progressing well, we began to extend the amount of time each gorilla spent separated before having a training session. This would simulate the actual wait times on the immobilization day. We also began to decrease our food reward when asking for the injection behavior, also to simulate the actual conditions on the day of the immobilizations. Since Evelyn would have the longest wait time, we began teaching her a behavior in which she used a paint brush and paints to decorate a canvas. We hoped this would reduce her stress and keep her occupied until her turn. We also had to desensitize Evelyn to her crate being near her outdoor exhibit. We chose to put the crate here to make loading her easy after her exam. She adjusted well to this. We also simulated the increased traffic on the day of the procedure, both foot and vehicular, that would be occurring behind our great ape building and in plain sight of Evelyn. We invited...</p>\r\n\r\n<p>Want to read the rest of this article on the successful transfer of lowland gorillas between two zoological institutions?  For this and many more fascinating articles every month, see Animal Keepers\' Forum. AKF is available only by being a member of AAZK. <a href="/join/">JOIN NOW</a>!</p>', 'From Los Angeles to Denver and Back: A successful journey back home', 0, '', 'inherit', 'closed', 'closed', '', '565-revision-3', '', '', '2009-06-25 20:56:17', '2009-06-26 01:56:17', '', 565, 'http://aazk.org/uncategorized/565-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (571, 1, '2009-06-25 21:02:15', '2009-06-26 02:02:15', '', 'gorilla_move', 0, 'Denver and LA staff surround Evelyn during her immobilization. The makeshift exam room is a part of the Great Ape House. (Photo: Dave Parsons)', 'inherit', 'closed', 'closed', '', 'gorilla_move', '', '', '2009-06-25 21:02:15', '2009-06-26 02:02:15', '', 565, 'http://aazk.org/wp-content/uploads/gorilla_move.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (572, 1, '2009-06-25 21:01:09', '2009-06-26 02:01:09', '<p>By Jody Hodges and Michelle Valois<br />\r\nPrimate Keepers<br />\r\nDenver Zoological Gardens</p>\r\n\r\n<p>Denver, Colorado<br />\r\n(303) 376-4932<br />\r\nmvalois@denverzoo.org</p>\r\n\r\n<p>In April of 2003, the Denver Zoological Foundation added a second troop of gorillas as well as another female and silverback male to the existing female pair that currently resided there. One troop would call Denver home, the other would be temporarily housed while their new exhibit was being constructed at The Los Angeles Zoo. This vacationing troop consisted of an adult male, Kelly, and two adult females Rapunzel and Evelyn. While housed at The Denver Zoo, Kelly and Rapunzel had a female offspring, named Tinga, in 2005. In 2007 construction was complete at The Los Angeles Zoo and Kelly and his troop needed to return to California. This paper will focus on the preparations that took place for Kelly, Rapunzel, Tinga and Evelyn to return to California.</p>\r\n\r\n<p>In June 2007, the great ape keeper staff, primate supervisor, primate curator, behavior manager and veterinary staff had a meeting to discuss shipment details for these gorillas. We all agreed that we wanted this to be a very smooth process for the gorillas, producing the least amount of stress for them and for us. Without crate training facilities at Denver, a training plan was established to implement separation, hand injection immobilization, pre-shipment exams and crating all in one day. This was a collaborative strategy between Denver and Los Angeles, to eliminate the stress of a second immobilization and crating for the gorillas. We also utilized a drug combination that would ideally provide a smooth and rapid induction state and recovery.</p>\r\n\r\n<p>Based on this first planning meeting, our training objective was two-fold. First, we wanted to have all gorillas visually separated from one another, with the exception of Rapunzel and Tinga, who would be separated by a shift door but still in visual contact. This would encourage each gorilla to perform the necessary training behavior without being influenced by others in the troop. Kelly was previously conditioned to be separated on a regular basis from the girls using a creep door overnight. Rapunzel, Evelyn and Tinga were not routinely separated from each other.</p>\r\n\r\n<p>Secondly, we wanted all gorillas to accept a hand injection for immobilization. We felt a hand injection, coupled with our chosen drug combination, would produce the least stress for the gorillas during the immobilization.</p>\r\n\r\n<p>These four gorillas had previously been trained at The Denver Zoological Foundation to accept a hand injection, and Tinga had received her immunizations using this method in March of 2006. Since this was an already established behavior for Kelly, Evelyn and Tinga, our focus was on using a sharp needle during training, hair pulling at the injection site, and extending the hold time. Rapunzel was our only gorilla that we had to begin teaching the injection behavior. Although she had prior training at Denver to accept a hand injection, she had two immobilizations in 2004, neither of which utilized a hand injection. These experiences created in her a high aversion to syringes and needles.</p> \r\n\r\n[caption id="attachment_569" align="alignnone" width="700" caption="Great Ape Housing at Denver Zoo"]<img src="http://aecetia.net/gws/aazk/wp-content/uploads/floor_plan.gif" alt="Great Ape Housing at Denver Zoo" title="floor_plan" width="700" height="562" class="size-full wp-image-569" />[/caption]\r\n\r\n<p>To be able to visually separate all gorillas, we had to use three separate areas in our great ape house. We chose these stations based on where we were able to separate Rapunzel from Tinga in previous training sessions. This arrangement relied heavily on Kelly being willing to transfer away from Rapunzel, which is a behavior that has been difficult for him. After a very short trial run and some resistance from Kelly, we decided to swap Kelly\'s station for Rapunzel and Tinga\'s station. We hoped to have more success with these stations as this was where Kelly spent every other night and where he was fairly comfortable. This was a much better arrangement, and put less stress on Kelly, as he was already at his station.</p>\r\n\r\n<p>The separation training progressed fairly quickly, and within days we were already closing doors between the gorillas. Evelyn was completely separated into the quarantine yard within two weeks, and Kelly was completely separated into the holding hallway by mid-July. Each gorilla had a training session at each separation, which included maintaining and improving the hand injection behavior, or for Rapunzel, the continued training of this behavior. Multiple times per week, our veterinarian attended and trained each gorilla while separated. We relied heavily on a large pool of trainers to maintain daily separation and injection training. Excellent communication was also needed to ensure we kept moving forward with our behaviors.</p>\r\n\r\n<p>With training progressing well, we began to extend the amount of time each gorilla spent separated before having a training session. This would simulate the actual wait times on the immobilization day. We also began to decrease our food reward when asking for the injection behavior, also to simulate the actual conditions on the day of the immobilizations. Since Evelyn would have the longest wait time, we began teaching her a behavior in which she used a paint brush and paints to decorate a canvas. We hoped this would reduce her stress and keep her occupied until her turn. We also had to desensitize Evelyn to her crate being near her outdoor exhibit. We chose to put the crate here to make loading her easy after her exam. She adjusted well to this. We also simulated the increased traffic on the day of the procedure, both foot and vehicular, that would be occurring behind our great ape building and in plain sight of Evelyn. We invited...</p>\r\n\r\n<p>Want to read the rest of this article on the successful transfer of lowland gorillas between two zoological institutions?  For this and many more fascinating articles every month, see Animal Keepers\' Forum. AKF is available only by being a member of AAZK. <a href="/join/">JOIN NOW</a>!</p>', 'From Los Angeles to Denver and Back: A successful journey back home', 0, '', 'inherit', 'closed', 'closed', '', '565-revision-4', '', '', '2009-06-25 21:01:09', '2009-06-26 02:01:09', '', 565, 'http://aazk.org/uncategorized/565-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (573, 1, '2009-06-25 21:02:41', '2009-06-26 02:02:41', '<p>By Jody Hodges and Michelle Valois<br />\r\nPrimate Keepers<br />\r\nDenver Zoological Gardens</p>\r\n\r\n<p>Denver, Colorado<br />\r\n(303) 376-4932<br />\r\nmvalois@denverzoo.org</p>\r\n\r\n<p>In April of 2003, the Denver Zoological Foundation added a second troop of gorillas as well as another female and silverback male to the existing female pair that currently resided there. One troop would call Denver home, the other would be temporarily housed while their new exhibit was being constructed at The Los Angeles Zoo. This vacationing troop consisted of an adult male, Kelly, and two adult females Rapunzel and Evelyn. While housed at The Denver Zoo, Kelly and Rapunzel had a female offspring, named Tinga, in 2005. In 2007 construction was complete at The Los Angeles Zoo and Kelly and his troop needed to return to California. This paper will focus on the preparations that took place for Kelly, Rapunzel, Tinga and Evelyn to return to California.</p>\r\n\r\n<p>In June 2007, the great ape keeper staff, primate supervisor, primate curator, behavior manager and veterinary staff had a meeting to discuss shipment details for these gorillas. We all agreed that we wanted this to be a very smooth process for the gorillas, producing the least amount of stress for them and for us. Without crate training facilities at Denver, a training plan was established to implement separation, hand injection immobilization, pre-shipment exams and crating all in one day. This was a collaborative strategy between Denver and Los Angeles, to eliminate the stress of a second immobilization and crating for the gorillas. We also utilized a drug combination that would ideally provide a smooth and rapid induction state and recovery.</p>\r\n\r\n<p>Based on this first planning meeting, our training objective was two-fold. First, we wanted to have all gorillas visually separated from one another, with the exception of Rapunzel and Tinga, who would be separated by a shift door but still in visual contact. This would encourage each gorilla to perform the necessary training behavior without being influenced by others in the troop. Kelly was previously conditioned to be separated on a regular basis from the girls using a creep door overnight. Rapunzel, Evelyn and Tinga were not routinely separated from each other.</p>\r\n\r\n<p>Secondly, we wanted all gorillas to accept a hand injection for immobilization. We felt a hand injection, coupled with our chosen drug combination, would produce the least stress for the gorillas during the immobilization.</p>\r\n\r\n<p>These four gorillas had previously been trained at The Denver Zoological Foundation to accept a hand injection, and Tinga had received her immunizations using this method in March of 2006. Since this was an already established behavior for Kelly, Evelyn and Tinga, our focus was on using a sharp needle during training, hair pulling at the injection site, and extending the hold time. Rapunzel was our only gorilla that we had to begin teaching the injection behavior. Although she had prior training at Denver to accept a hand injection, she had two immobilizations in 2004, neither of which utilized a hand injection. These experiences created in her a high aversion to syringes and needles.</p> \r\n\r\n[caption id="attachment_569" align="alignnone" width="700" caption="Great Ape Housing at Denver Zoo"]<img src="http://aecetia.net/gws/aazk/wp-content/uploads/floor_plan.gif" alt="Great Ape Housing at Denver Zoo" title="floor_plan" width="700" height="562" class="size-full wp-image-569" />[/caption]\r\n\r\n<p>To be able to visually separate all gorillas, we had to use three separate areas in our great ape house. We chose these stations based on where we were able to separate Rapunzel from Tinga in previous training sessions. This arrangement relied heavily on Kelly being willing to transfer away from Rapunzel, which is a behavior that has been difficult for him. After a very short trial run and some resistance from Kelly, we decided to swap Kelly\'s station for Rapunzel and Tinga\'s station. We hoped to have more success with these stations as this was where Kelly spent every other night and where he was fairly comfortable. This was a much better arrangement, and put less stress on Kelly, as he was already at his station.</p>\r\n\r\n<p>The separation training progressed fairly quickly, and within days we were already closing doors between the gorillas. Evelyn was completely separated into the quarantine yard within two weeks, and Kelly was completely separated into the holding hallway by mid-July. Each gorilla had a training session at each separation, which included maintaining and improving the hand injection behavior, or for Rapunzel, the continued training of this behavior. Multiple times per week, our veterinarian attended and trained each gorilla while separated. We relied heavily on a large pool of trainers to maintain daily separation and injection training. Excellent communication was also needed to ensure we kept moving forward with our behaviors.</p>\r\n\r\n[caption id="attachment_571" align="alignnone" width="200" caption="Denver and LA staff surround Evelyn during her immobilization. The makeshift exam room is a part of the Great Ape House. (Photo: Dave Parsons)"]<img src="http://aecetia.net/gws/aazk/wp-content/uploads/gorilla_move-200x300.jpg" alt="Denver and LA staff surround Evelyn during her immobilization. The makeshift exam room is a part of the Great Ape House. (Photo: Dave Parsons)" title="gorilla_move" width="200" height="300" class="size-medium wp-image-571" />[/caption]\r\n\r\n<p>With training progressing well, we began to extend the amount of time each gorilla spent separated before having a training session. This would simulate the actual wait times on the immobilization day. We also began to decrease our food reward when asking for the injection behavior, also to simulate the actual conditions on the day of the immobilizations. Since Evelyn would have the longest wait time, we began teaching her a behavior in which she used a paint brush and paints to decorate a canvas. We hoped this would reduce her stress and keep her occupied until her turn. We also had to desensitize Evelyn to her crate being near her outdoor exhibit. We chose to put the crate here to make loading her easy after her exam. She adjusted well to this. We also simulated the increased traffic on the day of the procedure, both foot and vehicular, that would be occurring behind our great ape building and in plain sight of Evelyn. We invited...</p>\r\n\r\n<p>Want to read the rest of this article on the successful transfer of lowland gorillas between two zoological institutions?  For this and many more fascinating articles every month, see Animal Keepers\' Forum. AKF is available only by being a member of AAZK. <a href="/join/">JOIN NOW</a>!</p>', 'From Los Angeles to Denver and Back: A successful journey back home', 0, '', 'inherit', 'closed', 'closed', '', '565-revision-5', '', '', '2009-06-25 21:02:41', '2009-06-26 02:02:41', '', 565, 'http://aazk.org/uncategorized/565-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (574, 1, '2009-06-25 21:03:28', '2009-06-26 02:03:28', '<p>By Jody Hodges and Michelle Valois<br />\r\nPrimate Keepers<br />\r\nDenver Zoological Gardens</p>\r\n\r\n<p>Denver, Colorado<br />\r\n(303) 376-4932<br />\r\nmvalois@denverzoo.org</p>\r\n\r\n<p>In April of 2003, the Denver Zoological Foundation added a second troop of gorillas as well as another female and silverback male to the existing female pair that currently resided there. One troop would call Denver home, the other would be temporarily housed while their new exhibit was being constructed at The Los Angeles Zoo. This vacationing troop consisted of an adult male, Kelly, and two adult females Rapunzel and Evelyn. While housed at The Denver Zoo, Kelly and Rapunzel had a female offspring, named Tinga, in 2005. In 2007 construction was complete at The Los Angeles Zoo and Kelly and his troop needed to return to California. This paper will focus on the preparations that took place for Kelly, Rapunzel, Tinga and Evelyn to return to California.</p>\r\n\r\n<p>In June 2007, the great ape keeper staff, primate supervisor, primate curator, behavior manager and veterinary staff had a meeting to discuss shipment details for these gorillas. We all agreed that we wanted this to be a very smooth process for the gorillas, producing the least amount of stress for them and for us. Without crate training facilities at Denver, a training plan was established to implement separation, hand injection immobilization, pre-shipment exams and crating all in one day. This was a collaborative strategy between Denver and Los Angeles, to eliminate the stress of a second immobilization and crating for the gorillas. We also utilized a drug combination that would ideally provide a smooth and rapid induction state and recovery.</p>\r\n\r\n<p>Based on this first planning meeting, our training objective was two-fold. First, we wanted to have all gorillas visually separated from one another, with the exception of Rapunzel and Tinga, who would be separated by a shift door but still in visual contact. This would encourage each gorilla to perform the necessary training behavior without being influenced by others in the troop. Kelly was previously conditioned to be separated on a regular basis from the girls using a creep door overnight. Rapunzel, Evelyn and Tinga were not routinely separated from each other.</p>\r\n\r\n<p>Secondly, we wanted all gorillas to accept a hand injection for immobilization. We felt a hand injection, coupled with our chosen drug combination, would produce the least stress for the gorillas during the immobilization.</p>\r\n\r\n<p>These four gorillas had previously been trained at The Denver Zoological Foundation to accept a hand injection, and Tinga had received her immunizations using this method in March of 2006. Since this was an already established behavior for Kelly, Evelyn and Tinga, our focus was on using a sharp needle during training, hair pulling at the injection site, and extending the hold time. Rapunzel was our only gorilla that we had to begin teaching the injection behavior. Although she had prior training at Denver to accept a hand injection, she had two immobilizations in 2004, neither of which utilized a hand injection. These experiences created in her a high aversion to syringes and needles.</p> \r\n\r\n[caption id="attachment_569" align="alignnone" width="700" caption="Great Ape Housing at Denver Zoo"]<img src="http://aecetia.net/gws/aazk/wp-content/uploads/floor_plan.gif" alt="Great Ape Housing at Denver Zoo" title="floor_plan" width="700" height="562" class="size-full wp-image-569" />[/caption]\r\n\r\n<p>To be able to visually separate all gorillas, we had to use three separate areas in our great ape house. We chose these stations based on where we were able to separate Rapunzel from Tinga in previous training sessions. This arrangement relied heavily on Kelly being willing to transfer away from Rapunzel, which is a behavior that has been difficult for him. After a very short trial run and some resistance from Kelly, we decided to swap Kelly\'s station for Rapunzel and Tinga\'s station. We hoped to have more success with these stations as this was where Kelly spent every other night and where he was fairly comfortable. This was a much better arrangement, and put less stress on Kelly, as he was already at his station.</p>\r\n\r\n<p>The separation training progressed fairly quickly, and within days we were already closing doors between the gorillas. Evelyn was completely separated into the quarantine yard within two weeks, and Kelly was completely separated into the holding hallway by mid-July. Each gorilla had a training session at each separation, which included maintaining and improving the hand injection behavior, or for Rapunzel, the continued training of this behavior. Multiple times per week, our veterinarian attended and trained each gorilla while separated. We relied heavily on a large pool of trainers to maintain daily separation and injection training. Excellent communication was also needed to ensure we kept moving forward with our behaviors.</p>\r\n\r\n[caption id="attachment_571" align="alignnone" width="700" caption="Denver and LA staff surround Evelyn during her immobilization. The makeshift exam room is a part of the Great Ape House. (Photo: Dave Parsons)"]<img src="http://aecetia.net/gws/aazk/wp-content/uploads/gorilla_move.jpg" alt="Denver and LA staff surround Evelyn during her immobilization. The makeshift exam room is a part of the Great Ape House. (Photo: Dave Parsons)" title="gorilla_move" width="700" height="1050" class="size-full wp-image-571" />[/caption]\r\n\r\n<p>With training progressing well, we began to extend the amount of time each gorilla spent separated before having a training session. This would simulate the actual wait times on the immobilization day. We also began to decrease our food reward when asking for the injection behavior, also to simulate the actual conditions on the day of the immobilizations. Since Evelyn would have the longest wait time, we began teaching her a behavior in which she used a paint brush and paints to decorate a canvas. We hoped this would reduce her stress and keep her occupied until her turn. We also had to desensitize Evelyn to her crate being near her outdoor exhibit. We chose to put the crate here to make loading her easy after her exam. She adjusted well to this. We also simulated the increased traffic on the day of the procedure, both foot and vehicular, that would be occurring behind our great ape building and in plain sight of Evelyn. We invited...</p>\r\n\r\n<p>Want to read the rest of this article on the successful transfer of lowland gorillas between two zoological institutions?  For this and many more fascinating articles every month, see Animal Keepers\' Forum. AKF is available only by being a member of AAZK. <a href="/join/">JOIN NOW</a>!</p>', 'From Los Angeles to Denver and Back: A successful journey back home', 0, '', 'inherit', 'closed', 'closed', '', '565-revision-6', '', '', '2009-06-25 21:03:28', '2009-06-26 02:03:28', '', 565, 'http://aazk.org/uncategorized/565-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2861, 2, '2013-03-22 15:18:55', '2013-03-22 20:18:55', '<h2>Applications being accepted for the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></h2>\r\n<h2>Coordinator</h2>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree<a href="/committee/bowling-for-rhinos/bfr-donation/"><img class="alignright size-full wp-image-2410" title="donate_button" src="http://aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\r\n<h2>Total Funds Raised to Date: <span style="color: #ff0000;">$4,321,808.48</span></h2>\r\n<h2><strong><strong>2012 Funds Raised to Date: <span style="color: #ff0000;"><em>$337,191.09- this is a new record for amount raised in a year!</em></span></strong></strong></h2>\r\n<strong>Purpose</strong>\r\n\r\nThe AAZK Bowling for Rhinos program provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\nCheck the calendar below to see if there is a local event in your area. If you would like to have your event listed, please send your BFR event date &amp; contact info to: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\n<iframe src="https://www.google.com/calendar/embed?showTz=0&amp;height=480&amp;wkst=1&amp;bgcolor=%23cc6600&amp;src=i632h1mj6669n3peqanca9mjmo%40group.calendar.google.com&amp;color=%23B1440E&amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="640" height="480" frameborder="0" scrolling="no"></iframe>\r\n\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing">click here</a>.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-03-22 15:18:55', '2013-03-22 20:18:55', '', 168, 'http://aazk.org/uncategorized/168-revision-67/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (579, 1, '2009-06-01 10:01:38', '2009-06-01 15:01:38', '<div class="event first">\r\n    <h3>July 18-19, 2009</h3>\r\n    \r\n    <p><strong><em>First African Symposium on Zoological Medicine</em></strong> – at the Johannesburg Zoo, South Africa. Financial assistance available for vets from other African countries. For more details contact Teresa Slackie- <a href="mailto:vetadin@jhbzoo.org.za">vetadin@jhbzoo.org.za</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>August 31 - September 2, 2009</h3>\r\n    \r\n    <p><strong><em>Third Orangutan SSP&reg; Husbandry Workshop</em></strong> - hosted by Zoo Atlanta, Atlanta, GA. This workshop will focus on the care and management of the orangutan in captivity. The workshop will bring together orangutan caregivers, managers, researchers, and field biologists to share and disseminate the most current information on husbandry, conservation, and emergent issues pertaining to captive and wild populations of orangutans. For more information please visit our website at <a href="http://www.2009orangutanworkshop.org">www.2009orangutanworkshop.org</a> or contact Tom Heitz at <a href="mailto:theitz@zooatlanta.org">theitz@zooatlanta.org</a> or call 404-624-5939.</p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>September 24-29, 2009</h3> \r\n    \r\n    <p><strong><em>Joint 36th National AAZK and 3rd International Congress on Zookeeping Conference</em></strong> - in Seattle, WA. Hosted by the Woodland Park Zoo and the Puget Sound Chapter of AAZK. Check out <a href="http://www.pugetsoundaecetia.net/gws/aazk/">pugetsoundaecetia.net/gws/aazk</a> for conference information.</p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 1-6, 2009</h3>\r\n    \r\n    <p><strong><em>29th Annual Association of Zoo Veterinary Technicians Conference</em></strong> - in Jackson, WY. If you would like more information, please visit <a href="http://www.azvt.org">www.azvt.org</a> or contact Virginia Crossettvia at <a href="mailto:virginia.crossett@louisvilleky.gov">virginia.crossett@louisvilleky.gov</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 4-8, 2009</h3> \r\n    \r\n    <p><strong><em>64th WAZA Annual Conference</em></strong> - in St. Louis, MO. Hosted by the St. Louis Zoo at the Renaissance Grand Hotel. For more information please visit <a href="http://www.waza.org">www.waza.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 21 – 25, 2009</h3>\r\n    \r\n    <p><strong><em>The Zoological Registrars Association (ZRA) 2009 Annual Conference "Foundations for the Future"</em></strong>, will be hosted by Zoo Boise in Boise, Idaho. The Annual Conference Program will begin with leadership training and the Icebreaker on Wednesday, October 21. General Sessions will be held on Thursday, October 22 and Saturday, October 24 and will feature topics from four categories of presentations under Record Keeping, Permits and Wildlife Legislation, Animal Transport and Records and Collection Management. Possible topics from each of the four categories will include presentations on ZIMS; ARKS; animal transactions; permit applications; roundtables on permit issues; legislative updates; policies and procedures; accreditation; collection management; disaster preparedness; archives management; records retention, protection and disposal. There will be a variety of formats for presentations including individual papers, workshops, panel discussions and poster presentations. Zoo Day will be held on Friday, October 23 and will culminate with a special dinner celebrating ZRAs\' 25th Anniversary. A special evening at Bogus Creek Outfitters featuring a cowboy-style dinner, cowboy poetry, Wild West shoot out, karaoke and a bonfire has been scheduled on Saturday, October 24, and the 2009 Annual Conference will end on Sunday, October 25 with additional ZIMS sessions.</p>\r\n    \r\n    <p>ZRA, Zoo Boise and the Owyhee Plaza Hotel welcome delegates to Idaho. Please visit the ZRA website at <a href="http://www.zooregistrars.org">www.zooregistrars.org</a> or contact the 2009 Annual Conference Host, Corinne Roberts/Registrar for Zoo Boise, at (208) 384-4260 ext. 101 or by email at cxroberts@cityofboise.org. If you have questions about the 2009 ZRA Annual Conference Program, please contact the Program Chairman, Pam Krentz/Registrar for Cleveland Metroparks Zoo at (216) 635-3361 or by email at <a href="mailto:pak@clevelandmetroparks.com">pak@clevelandmetroparks.com</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>November 6-8, 2009</h3>\r\n    \r\n    <p><strong><em>Second International Bear Care Conference: "Advancing Bear Care \'09"</em></strong> – to be held n San Francisco, CA. For more info see <a href="http://www.bearcaregroup.org">bearcaregroup.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>April 15 –18, 2010</h3>\r\n    \r\n    <p><strong><em>4th Otter Keeper Workshop</em></strong> - the Cincinnati Zoo in Cincinnati, Ohio will host. This year the focus of the workshop will be expanded to include all of the otters managed under the Otter SSP&reg; North American river otters, Asian small-clawed otters, African clawless, African spot-necked and giant otters. Keepers working with any of the species are welcome to attend. Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, lots of sharing of information between keepers.</p>\r\n     \r\n    <p>Registration will be $75 and the deadline is December 15, 2009. Spots fill up fast so please register early. A waiting list will be maintained once the workshop is filled. Due to the popularity of the workshop, priority will be given to first time attendees. Please just one registrant per institution. No refunds after January 15, 2010.</p> \r\n    \r\n    <p>Accommodations: A hotel near the Cincinnati Zoo or the Newport Aquarium. Room negotiations are ongoing. Roommates are encouraged. You will be matched if you indicate that you wish to have a roommate. </p>\r\n     \r\n    <p>Information can be found on: www.OtterSpotter.com</p>\r\n    \r\n    <p>For more information contact:<br />\r\n    David Hamilton at Seneca Park Zoo<br />\r\n    2222 St. Paul St.<br />\r\n    Rochester, NY 14617<br />\r\n    phone: 585-336-2502<br />\r\n    fax: 585-266-5775<br />\r\n    <a href="mailto:dhamilton@monroecounty.gov">dhamilton@monroecounty.gov</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>August 30 - September 3, 2010</h3> \r\n    \r\n    <p><strong><em>7th International Penguin Conference</em></strong> - in Boston, MA. Hosted by The New England Aquarium. For info email <a href="mailto:ipcboston@neaq.org">ipcboston@neaq.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>September 28-October 2, 2010</h3>\r\n    \r\n    <p><strong><em>20th International Zoo Educators\' (IZE) Biennial Conference</em></strong> - at Disney\'s Animal Kingdom, Orlando, FL. For more information, please visit <a href="http://www.izea.net">www.izea.net</a></p>\r\n</div>', 'Coming Events June 2009', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2009-06-01 10:01:38', '2009-06-01 15:01:38', '', 435, 'http://aazk.org/uncategorized/435-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (580, 1, '2011-09-24 16:55:42', '2011-09-24 21:55:42', '<h3>Alamance Community College</h3>\nA.A.S. Animal Care &amp; Management Technology\nP.O. Box 8000\nGraham, NC  27253-8000\n(336) 506-4385\n\nProgram Contact: Christine Remington, Department Head - <a href="mailto:remingc@alamancecc.edu">remingc@alamancecc.edu</a>\n\nThe A.A.S. degree in Animal Care and Management Technology focuses on cultivating caring, educated, and experienced employees in a wide variety of animal related fields including exotic animal husbandry.  With a broad base of knowledge including habitat design, sanitation, nutrition, healthcare, principles of behavior and training, and animal handling and restraint grounded in hours of service learning projects, rigorous competencies, and cooperative work experiences, students exemplify the education, compassion &amp; skill of captive animal care and management.\n\n<a href="http://www.alamancecc.edu/curriculum_courses_programs/courses_programs/programs_of_study/programs/prog.php?curr=A55100">A.A.S. Animal Care &amp; Management Technology Curriculum</a>\n<h3>America\'s Teaching Zoo at Moorpark College</h3>\nExotic Animal Management and Training Program (EATM)\nMoorpark College\n7075 Campus Road\nMoorpark, CA 93021\n(805) 378-1441\n\nStudents may earn an A.S. degree by taking general education courses alongside their zoo curriculum and they can earn degrees and certificates in Animal Training, and Wildlife Education. This is an intense program and EATM students are required to attend classes, work with and care for the animals, and work at the campus zoo most days and weekends.\n<ul>\n	<li><a href="mailto:EATM@vcccd.net">EATM@vcccd.net</a></li>\n	<li><a href="http://www.moorparkcollege.edu/current_students/teaching_zoo/index.shtml">http://www.moorparkcollege.edu/current_students/teaching_zoo/index.shtml</a></li>\n</ul>\n<h3>Davidson County Community College</h3>\nA.A.S. Zoo &amp; Aquarium Science\nP.O. Box 1287\nLexington, NC 27293-1287\n(336) 249-8186\n\nProgram Contacts\nJill Simpson\n<a href="mailto:jbsimpso@davidsonccc.edu">jbsimpso@davidsonccc.edu</a>\n336.249.8186, ext. 6231\n\nMark Stevens\n<a href="mailto:mesteven@davidsonccc.edu">mesteven@davidsonccc.edu</a>\n336.249.8186, ext. 6737\n\nThe Zoo &amp; Aquarium Science program combines a rigorous classroom curriculum with extensive co-opexperiences over 5 semesters. Graduates of the Zoo &amp; Aquarium Science program will be prepared for employment at an entry level in the zoo and/or aquarium profession or to continue their academic studies in zoo science. Co-op experiences may involve animal collections in a zoological park, wild animal safari park university research facility and/or aquarium setting.\n\n<a href="http://www.davidsonccc.edu/academics/ase-zoo.htm">http://www.davidsonccc.edu/academics/ase-zoo.htm</a>\n<h3>Harcum College</h3>\nA.S. in Animal Center Management\nHarcum College\n750 Montgomery Avenue\nBryn Mawr, PA 19010\n(610) 525-4100\n\nProgram Director: Mary Friday\n(610) 526-6108\n<a href="mailto:mfriday@harcum.edu">mfriday@harcum.edu</a>\n\nAnimal Center Managers provide managerial support to veterinarians in clinics and hospitals, biological research settings, animal control, humane organizations, zoos and educational facilities. Management duties include both the facility and its personnel. Animal Center Managers must complete a 2-year educational program, and 250 hours of practical experience.\n\n<a href="http://www.harcum.edu/PS_ACD_Animal_Center_Management_632839831382031250.aspx">http://www.harcum.edu/PS_ACD_Animal_Center_Management_632839831382031250.aspx</a>\n<h3>Jefferson Community College, Watertown, New York</h3>\nA.A.S. Degree in Animal management\n1220 Coffeen St.\nWatertown, NY 13601\n\nProgram Director: Mark D. Irwin, D.V.M.\n<a href="mailto:mirwin@sunyjefferson.edu">mirwin@sunyjefferson.edu</a>\nAdmissions Office, (315) 786-2277\n\nThe Animal Management Program at Jefferson Community College is designed to provide students with the basic skills, experience and knowledge required for a career as a progressive zoo keeper in zoological parks. Upon graduation with this Associate in Applied Sciences degree, students will have been exposed to all aspects of zoo animal management and care. Students will study at many of the zoos of New York State and Southern Canada. Hands-on keeping experience is provided at Syracuse\'s Rosamond Gifford Zoo (AZA) and The New York State Zoo at Thompson Park.\n<ul>\n	<li><a href="http://www.zookeeping.com">http://www.zookeeping.com</a></li>\n	<li><a href="http://www.sunyjefferson.edu/amg">http://www.sunyjefferson.edu/amg</a></li>\n</ul>\n<h3>Syracuse\'s Rosamond Gifford Zoo</h3>\n<a href="http://www.rosamondgiffordzoo.org">http://www.rosamondgiffordzoo.org</a>\n<h3>The New York State Zoo at Thompson Park</h3>\n<a href="http://www.nyszoo.org">http://www.nyszoo.org</a>\n<h3>Niagara County Community College</h3>\nA.A.S. in Animal Management\n3111 Saunders Settlement Rd.\nSanborn, NY 14132\n(716)-614-6222\n\n<a href="http://catalog.niagaracc.suny.edu/preview_program.php?catoid=6&amp;poid=213&amp;returnto=132">http://catalog.niagaracc.suny.edu/preview_program.php?catoid=6&amp;poid=213&amp;returnto=132</a>\n<h3>Buffalo Zoo</h3>\n300 Parkside Ave\nBuffalo, N.Y. 14214-1999\n(716)-837-3900\n<a href="http://www.buffalozoo.org/">http://www.buffalozoo.org/</a>\n<h3>Pikes Peak Community College</h3>\nA.A.S. in Zoo Keeping Technology\n5675 S. Academy Blvd.\nColorado Springs, CO 80906 USA\n(800) 456-6847 | (719) 576-7711\n\nProgram Coordinator: Tracey Anderson\n(719) 650-0472 or (719) 502-3443\n<a href="mailto:Tracey.Anderson@ppcc.edu">Tracey.Anderson@ppcc.edu</a>\n\nThe program is a two-year degree in which students complete 675 hours of hands on training through required internships. The program is 75 credit hours. In addition to the practical application, students are trained in animal husbandry, exhibitry, safety, veterinary care, horticulture, public relations, career development, and environmental science. The program also offers electives such as elephant management, animal training, advanced exhibitry techniques, primate studies and adventures in zoo design.\n<ul>\n	<li><a href="http://www.ppcc.edu/about-ppcc/">http://www.ppcc.edu/about-ppcc/</a></li>\n</ul>\n<h3>Cheyenne Mountain Zoo</h3>\n<a href="http://www.cmzoo.org/">http://www.cmzoo.org/</a>\n4250 Cheyenne Mountain Zoo Road\nColorado Springs, CO 80906\n(719)633-9925\n<a href="mailto:info@cmzoo.org">info@cmzoo.org</a>\n<h3>Santa Fe College</h3>\nA.S. in Zoo Technology\n3000 N.W. 83rd Street\nGainesville, FL 32606\n\nLinda Asbell\n(352) 395-5604\n<a href="mailto:linda.asbell@sfcollege.edu">linda.asbell@sfcollege.edu</a>\n\nThe Zoo Animal Technology Program at Santa Fe Community College was the first program of its kind, and the first to offer a great combination of academic classes and hands on experiences in the animal fields. Students in the program will complete a 74 credit hour course of study over five semesters, including academic classes on all animal groups, animal nutrition, animal breeding, as well as visitor education. In addition to the academic classes the students will work in the Teaching Zoo (an AZA accredited facility) for over 1800 hours. This training enables students to find employment in a variety of fields including zookeeping, park naturalist, zoo education, animal technician and a host of other animal husbandry fields. Four-year programs are also available in cooperation with State University of New York at Oswego, Friends University in Wichita, Kansas, and University of West Florida in Pensacola, Florida. Please contact Linda Asbell (above) for cooperative information.\n\n<a href="http://www.sfcollege.edu/zoo">http://www.sfcollege.edu/zoo</a>\n<h3>Portland Community College</h3>\nA.A.S. in Biology and Management of Zoo Animals\nRock Creek Campus\n17705 NW Springville Rd\nPortland, Oregon 97229\nFaculty Department Chair: Joyce Kaplan\n(971) 722-7688\n<a href="mailto:joyce.kaplan@pcc.edu">joyce.kaplan@pcc.edu</a><a href="mailto:jkaplan@pensacolastate.edu"></a>\n<p class="MsoNormal">This is a two-year full time program that will open for admissions in Fall of 2012 in conjunction with the Oregon Zoo and Oregon National Primate Research Center.  The coursework in planning includes over 1000 internship hours as well as a wide variety of courses critical for modern zoological management.  For more information: <a href="http://www.pcc.edu/staff/index.cfm/1415,html">http://www.pcc.edu/staff/index.cfm/1415,html</a>.</p>', 'Two-Year Programs', 0, '', 'inherit', 'closed', 'closed', '', '88-autosave', '', '', '2011-09-24 16:55:42', '2011-09-24 21:55:42', '', 88, 'http://aazk.org/uncategorized/88-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1940, 2, '2009-12-04 13:22:44', '2009-12-04 18:22:44', '<h3>Alamance Community College</h3>\r\nA.A.S. Animal Care &amp; Management Technology\r\nP.O. Box 8000\r\nGraham, NC  27253-8000\r\n(336) 506-4385\r\n\r\nProgram Contact: Christine Remington, Department Head - <a href="mailto:remingc@alamancecc.edu">remingc@alamancecc.edu</a>\r\n\r\nThe A.A.S. degree in Animal Care and Management Technology focuses on cultivating caring, educated, and experienced employees in a wide variety of animal related fields including exotic animal husbandry.  With a broad base of knowledge including habitat design, sanitation, nutrition, healthcare, principles of behavior and training, and animal handling and restraint grounded in hours of service learning projects, rigorous competencies, and cooperative work experiences, students exemplify the education, compassion &amp; skill of captive animal care and management.\r\n\r\n<a href="http://www.alamancecc.edu/curriculum_courses_programs/courses_programs/programs_of_study/programs/prog.php?curr=A55100">A.A.S. Animal Care &amp; Management Technology Curriculum</a>\r\n<h3>America\'s Teaching Zoo at Moorpark College</h3>\r\nExotic Animal Management and Training Program (EATM)\r\nMoorpark College\r\n7075 Campus Road\r\nMoorpark, CA 93021\r\n(805) 378-1441\r\n\r\nStudents may earn an A.S. degree by taking general education courses alongside their zoo curriculum and they can earn degrees and certificates in Animal Training, and Wildlife Education. This is an intense program and EATM students are required to attend classes, work with and care for the animals, and work at the campus zoo most days and weekends.\r\n<ul>\r\n	<li><a href="mailto:EATM@vcccd.net">EATM@vcccd.net</a></li>\r\n	<li><a href="http://www.moorparkcollege.edu/zoo/">http://www.moorparkcollege.edu/zoo/</a></li>\r\n</ul>\r\n<h3>Davidson County Community College</h3>\r\nA.A.S. Zoo &amp; Aquarium Science\r\nP.O. Box 1287\r\nLexington, NC 27293-1287\r\n(336) 249-8186\r\n\r\nProgram Contact: Kim Sepich,\r\nAssociate Dean of Enrollment Services\r\n(336) 249-8186, extension 6780\r\n\r\nFaculty Contact: Mark E. Stevens\r\n<a href="mailto:mesteven@davidsonccc.edu">mesteven@davidsonccc.edu</a>\r\n\r\nThis is a 5 semester full-time program leading to an A.A.S. degree in Zoo &amp; Aquarium Science. The program combines a rigorous classroom curriculum with over 1400 hours of practical experience at area animal facilities including Animal Discovery, the North Carolina Zoological Park and Duke University Lemur Center.\r\n\r\n<a href="http://www.davidsonccc.edu/academics/as-zoo.htm">http://www.davidsonccc.edu/academics/as-zoo.htm</a>\r\n<h3>Harcum College</h3>\r\nA.S. in Animal Center Management\r\nHarcum College\r\n750 Montgomery Avenue\r\nBryn Mawr, PA 19010\r\n(610) 525-4100\r\n\r\nProgram Director: Mary Friday\r\n(610) 526-6108\r\n<a href="mailto:mfriday@harcum.edu">mfriday@harcum.edu</a>\r\n\r\nAnimal Center Managers provide managerial support to veterinarians in clinics and hospitals, biological research settings, animal control, humane organizations, zoos and educational facilities. Management duties include both the facility and its personnel. Animal Center Managers must complete a 2-year educational program, and 250 hours of practical experience.\r\n\r\n<a href="http://www.harcum.edu/PS_ACD_Animal_Center_Management_632839831382031250.aspx">http://www.harcum.edu/PS_ACD_Animal_Center_Management_632839831382031250.aspx</a>\r\n<h3>Jefferson Community College, Watertown, New York</h3>\r\nA.A.S. Degree in Animal management\r\n1220 Coffeen St.\r\nWatertown, NY 13601\r\n\r\nProgram Director: Mark D. Irwin, D.V.M.\r\n<a href="mailto:mirwin@sunyjefferson.edu">mirwin@sunyjefferson.edu</a>\r\nAdmissions Office, (315) 786-2277\r\n\r\nThe Animal Management Program at Jefferson Community College is designed to provide students with the basic skills, experience and knowledge required for a career as a progressive zoo keeper in zoological parks. Upon graduation with this Associate in Applied Sciences degree, students will have been exposed to all aspects of zoo animal management and care. Students will study at many of the zoos of New York State and Southern Canada. Hands-on keeping experience is provided at Syracuse\'s Rosamond Gifford Zoo (AZA) and The New York State Zoo at Thompson Park.\r\n<ul>\r\n	<li><a href="http://www.zookeeping.com">http://www.zookeeping.com</a></li>\r\n	<li><a href="http://www.sunyjefferson.edu/amg">http://www.sunyjefferson.edu/amg</a></li>\r\n</ul>\r\n<h3>Syracuse\'s Rosamond Gifford Zoo</h3>\r\n<a href="http://www.rosamondgiffordzoo.org">http://www.rosamondgiffordzoo.org</a>\r\n<h3>The New York State Zoo at Thompson Park</h3>\r\n<a href="http://www.nyszoo.org">http://www.nyszoo.org</a>\r\n<h3>Niagara County Community College</h3>\r\nA.A.S. in Animal Management\r\n3111 Saunders Settlement Rd.\r\nSanborn, NY 14132\r\n(716)-614-6222\r\n\r\nCoordinator: Aaron Cobaugh\r\n(716) 614-6424, <a href="mailto:acobaugh@niagaracc.suny.edu">acobaugh@niagaracc.suny.edu</a>\r\n<a href="http://www.niagaracc.suny.edu/lsd/animal.html">http://www.niagaracc.suny.edu/lsd/animal.html</a>\r\n<h3>Buffalo Zoo</h3>\r\n300 Parkside Ave\r\nBuffalo, N.Y. 14214-1999\r\n(716)-837-3900\r\n<a href="http://www.buffalozoo.org/">http://www.buffalozoo.org/</a>\r\n<h3>Pensacola Junior College, Zoo Animal Technology</h3>\r\nA.S. Degree, Zoo Animal Technology Program\r\nDepartment of Biological Sciences\r\nPensacola Junior College\r\n1000 College Avenue\r\nPensacola, FL 32504-8998\r\n\r\nProgram Director: Joyce Kaplan\r\n(850) 484-1164, <a href="mailto:jkaplan@pjc.edu">jkaplan@pjc.edu</a>\r\n\r\nThis is a two year full-time program leading to an A.S. degree in Zoo Animal Technology offered in conjunction with The Northwest Florida Zoological Park and Botanical Gardens in Gulf Breeze and other animal facilities in the region. Includes 900 hours of practical experience in addition to a variety of animal biology and zoo specialty theoretical courses. A new class of up to 30 students is admitted each Fall.\r\n\r\nThis school offers a cooperative program with the University of West Florida (see four-year programs), providing further education in biological sciences and business courses relevant to zoo management.\r\n\r\n<a href="http://itech.pjc.edu/jkaplan/zooschool/">http://itech.pjc.edu/jkaplan/zooschool/</a>\r\n<h3>Northwest Florida Zoological Park and Botanical Gardens</h3>\r\n<a href="http://www.thezoonorthwestflorida.org/">http://www.thezoonorthwestflorida.org/</a>\r\n<h3>Pikes Peak Community College</h3>\r\nA.A.S. in Zoo Keeping Technology\r\n5675 S. Academy Blvd.\r\nColorado Springs, CO 80906 USA\r\n(800) 456-6847 | (719) 576-7711\r\n\r\nProgram Coordinator: Tracey Anderson\r\n(719) 650-0472 or (719) 502-3443\r\n<a href="mailto:Tracey.Anderson@ppcc.edu">Tracey.Anderson@ppcc.edu</a>\r\n\r\nThe program is a two-year degree in which students complete 675 hours of hands on training through required internships. The program is 75 credit hours. In addition to the practical application, students are trained in animal husbandry, exhibitry, safety, veterinary care, horticulture, public relations, career development, and environmental science. The program also offers electives such as elephant management, animal training, advanced exhibitry techniques, primate studies and adventures in zoo design.\r\n<ul>\r\n	<li><a href="http://www.ppcc.cccoes.edu/">http://www.ppcc.cccoes.edu/</a></li>\r\n	<li><a href="http://www.ppcc.edu/CatalogSchedule/Courses/Courses.cfm?Course=ZOO">http://www.ppcc.edu/CatalogSchedule/Courses/Courses.cfm?Course=ZOO</a></li>\r\n</ul>\r\n<h3>Cheyenne Mountain Zoo</h3>\r\nhttp://www.cmzoo.org/\r\n4250 Cheyenne Mountain Zoo Road\r\nColorado Springs, CO 80906\r\n(719)633-9925\r\n<a href="mailto:info@cmzoo.org">info@cmzoo.org</a>\r\n<h3>Santa Fe College</h3>\r\nA.S. in Zoo Technology\r\n3000 N.W. 83rd Street\r\nGainesville, FL 32606\r\n\r\nLinda Asbell\r\n(352) 395-5604\r\n<a href="mailto:linda.asbell@sfcollege.edu">linda.asbell@sfcollege.edu</a>\r\n\r\nThe Zoo Animal Technology Program at Santa Fe Community College was the first program of its kind, and the first to offer a great combination of academic classes and hands on experiences in the animal fields. Students in the program will complete a 74 credit hour course of study over five semesters, including academic classes on all animal groups, animal nutrition, animal breeding, as well as visitor education. In addition to the academic classes the students will work in the Teaching Zoo (an AZA accredited facility) for over 1800 hours. This training enables students to find employment in a variety of fields including zookeeping, park naturalist, zoo education, animal technician and a host of other animal husbandry fields. Four-year programs are also available in cooperation with State University of New York at Oswego, Friends University in Wichita, Kansas, and University of West Florida in Pensacola, Florida. Please contact Linda Asbell (above) for cooperative information.\r\n\r\n<a href=http://www.sfcollege.edu/zoo>http://www.sfcollege.edu/zoo</a>', 'Two-Year Programs', 0, '', 'inherit', 'closed', 'closed', '', '88-revision-8', '', '', '2009-12-04 13:22:44', '2009-12-04 18:22:44', '', 88, 'http://aazk.org/uncategorized/88-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (581, 1, '2009-05-26 21:29:25', '2009-05-27 02:29:25', '<h3>Alamance Community College</h3>\r\n\r\n<p>A.A.S. Animal Care &amp; Management Technology<br />\r\nP.O. Box 8000<br />\r\nGraham, NC  27253-8000<br />\r\n(336) 506-4385</p>\r\n\r\n<p>Program Contact: Christine Remington, Department Head - <a href="mailto:remingc@alamancecc.edu">remingc@alamancecc.edu</a></p>\r\n\r\n<p>The A.A.S. degree in Animal Care and Management Technology focuses on cultivating caring, educated, and experienced employees in a wide variety of animal related fields including exotic animal husbandry.  With a broad base of knowledge including habitat design, sanitation, nutrition, healthcare, principles of behavior and training, and animal handling and restraint grounded in hours of service learning projects, rigorous competencies, and cooperative work experiences, students exemplify the education, compassion &amp; skill of captive animal care and management.</p>\r\n\r\n<p><a href="http://www.alamancecc.edu/curriculum_courses_programs/courses_programs/programs_of_study/programs/prog.php?curr=A55100">A.A.S. Animal Care &amp; Management Technology Curriculum</a></p>\r\n\r\n<h3>America\'s Teaching Zoo at Moorpark College</h3>\r\n\r\n<p>Exotic Animal Management and Training Program (EATM)<br />\r\nMoorpark College<br />\r\n7075 Campus Road<br />\r\nMoorpark, CA 93021<br />\r\n(805) 378-1441</p>\r\n\r\n<p>Students may earn an A.S. degree by taking general education courses alongside their zoo curriculum and they can earn degrees and certificates in Animal Training, and Wildlife Education. This is an intense program and EATM students are required to attend classes, work with and care for the animals, and work at the campus zoo most days and weekends.</p>\r\n\r\n<ul>\r\n    <li><a href="mailto:EATM@vcccd.net">EATM@vcccd.net</a></li>\r\n    <li><a href="http://www.moorparkcollege.edu/zoo/">http://www.moorparkcollege.edu/zoo/</a></li>\r\n</ul>\r\n\r\n<h3>Davidson County Community College</h3>\r\n\r\n<p>A.A.S. Zoo &amp; Aquarium Science<br />\r\nP.O. Box 1287<br />\r\nLexington, NC 27293-1287<br />\r\n(336) 249-8186</p>\r\n\r\n<p>Program Contact: Kim Sepich,<br />\r\nAssociate Dean of Enrollment Services<br />\r\n(336) 249-8186, extension 6780</p>\r\n\r\n<p>Faculty Contact: Mark E. Stevens<br />\r\n<a href="mailto:mesteven@davidsonccc.edu">mesteven@davidsonccc.edu</a></p>\r\n\r\n<p>This is a 5 semester full-time program leading to an A.A.S. degree in Zoo &amp; Aquarium Science. The program combines a rigorous classroom curriculum with over 1400 hours of practical experience at area animal facilities including Animal Discovery, the North Carolina Zoological Park and Duke University Lemur Center.</p>\r\n\r\n<p><a href="http://www.davidsonccc.edu/academics/as-zoo.htm">http://www.davidsonccc.edu/academics/as-zoo.htm</a></p>\r\n\r\n<h3>Harcum College</h3>\r\n\r\n<p>A.S. in Animal Center Management<br />\r\nHarcum College<br />\r\n750 Montgomery Avenue<br />\r\nBryn Mawr, PA 19010<br />\r\n(610) 525-4100</p>\r\n\r\n<p>Program Director: Mary Friday<br />\r\n(610) 526-6108<br />\r\n<a href="mailto:mfriday@harcum.edu">mfriday@harcum.edu</a></p>\r\n\r\n<p>Animal Center Managers provide managerial support to veterinarians in clinics and hospitals, biological research settings, animal control, humane organizations, zoos and educational facilities. Management duties include both the facility and its personnel. Animal Center Managers must complete a 2-year educational program, and 250 hours of practical experience.</p>\r\n\r\n<p><a href="http://www.harcum.edu/PS_ACD_Animal_Center_Management_632839831382031250.aspx">http://www.harcum.edu/PS_ACD_Animal_Center_Management_632839831382031250.aspx</a></p>\r\n\r\n<h3>Jefferson Community College, Watertown, New York</h3>\r\n\r\n<p>A.A.S. Degree in Animal management<br />\r\n1220 Coffeen St.<br />\r\nWatertown, NY 13601</p>\r\n\r\n<p>Program Director: Mark D. Irwin, D.V.M.<br />\r\n<a href="mailto:mirwin@sunyjefferson.edu">mirwin@sunyjefferson.edu</a><br />\r\nAdmissions Office, (315) 786-2277</p>\r\n\r\n<p>The Animal Management Program at Jefferson Community College is designed to provide students with the basic skills, experience and knowledge required for a career as a progressive zoo keeper in zoological parks. Upon graduation with this Associate in Applied Sciences degree, students will have been exposed to all aspects of zoo animal management and care. Students will study at many of the zoos of New York State and Southern Canada. Hands-on keeping experience is provided at Syracuse\'s Rosamond Gifford Zoo (AZA) and The New York State Zoo at Thompson Park.</p>\r\n\r\n<ul>\r\n	<li><a href="http://www.zookeeping.com">http://www.zookeeping.com</a></li>\r\n	<li><a href="http://www.sunyjefferson.edu/amg">http://www.sunyjefferson.edu/amg</a></li>\r\n</ul>\r\n\r\n<h3>Syracuse\'s Rosamond Gifford Zoo</h3>\r\n<p><a href="http://www.rosamondgiffordzoo.org">http://www.rosamondgiffordzoo.org</a></p>\r\n\r\n<h3>The New York State Zoo at Thompson Park</h3>\r\n<p><a href="http://www.nyszoo.org">http://www.nyszoo.org</a></p>\r\n\r\n<h3>Niagara County Community College</h3>\r\n\r\n<p>A.A.S. in Animal Management<br />\r\n3111 Saunders Settlement Rd.<br />\r\nSanborn, NY 14132<br />\r\n(716)-614-6222</p>\r\n\r\n<p>Coordinator: Aaron Cobaugh<br />\r\n(716) 614-6424, <a href="mailto:acobaugh@niagaracc.suny.edu">acobaugh@niagaracc.suny.edu</a><br />\r\n<a href="http://www.niagaracc.suny.edu/lsd/animal.html">http://www.niagaracc.suny.edu/lsd/animal.html</a></p>\r\n\r\n<h3>Buffalo Zoo</h3>\r\n\r\n<p>300 Parkside Ave<br />\r\nBuffalo, N.Y. 14214-1999<br />\r\n(716)-837-3900<br />\r\n<a href="http://www.buffalozoo.org/">http://www.buffalozoo.org/</a></p>\r\n\r\n<h3>Pensacola Junior College, Zoo Animal Technology</h3>\r\n\r\n<p>A.S. Degree, Zoo Animal Technology Program<br />\r\nDepartment of Biological Sciences<br />\r\nPensacola Junior College<br />\r\n1000 College Avenue<br />\r\nPensacola, FL 32504-8998</p>\r\n\r\n<p>Program Director: Joyce Kaplan<br />\r\n(850) 484-1164, <a href="mailto:jkaplan@pjc.edu">jkaplan@pjc.edu</a></p>\r\n\r\n<p>This is a two year full-time program leading to an A.S. degree in Zoo Animal Technology offered in conjunction with The Northwest Florida Zoological Park and Botanical Gardens in Gulf Breeze and other animal facilities in the region. Includes 900 hours of practical experience in addition to a variety of animal biology and zoo specialty theoretical courses. A new class of up to 30 students is admitted each Fall.</p>\r\n\r\n<p>This school offers a cooperative program with the University of West Florida (see four-year programs), providing further education in biological sciences and business courses relevant to zoo management.</p>\r\n\r\n<p><a href="http://itech.pjc.edu/jkaplan/zooschool/">http://itech.pjc.edu/jkaplan/zooschool/</a></p>\r\n\r\n<h3>Northwest Florida Zoological Park and Botanical Gardens</h3>\r\n<p><a href="http://www.thezoonorthwestflorida.org/">http://www.thezoonorthwestflorida.org/</a></p>\r\n\r\n<h3>Pikes Peak Community College</h3>\r\n\r\n<p>A.A.S. in Zookeeping Technology<br />\r\n5675 S. Academy Blvd.<br />\r\nColorado Springs, CO 80906 USA<br />\r\n(800) 456-6847 | (719) 576-7711</p>\r\n\r\n<p>Zookeeping Liaison: Tracey Anderson<br />\r\n(719) 650-0472<br />\r\n<a href="mailto:zooliaisonppcc@gmail.com">zooliaisonppcc@gmail.com</a></p>\r\n\r\n<p>The program is a two-year degree in which students complete 690 hours of hands on training through required internships. Most internships are done at Cheyenne Mountain Zoo. In addition to the practical application, students are trained in animal husbandry, exhibitry, safety, veterinary care, horticulture, public relations, career development, and environmental science. The program also offers electives such as elephant management, animal training, advanced exhibitry techniques, primate studies and adventures in zoo design.</p>\r\n\r\n<ul>\r\n    <li><a href="http://www.ppcc.cccoes.edu/">http://www.ppcc.cccoes.edu/</a></li>\r\n    <li><a href="http://www.ppcc.edu/CatalogSchedule/Courses/Courses.cfm?Course=ZOO">http://www.ppcc.edu/CatalogSchedule/Courses/Courses.cfm?Course=ZOO</a></li>\r\n</ul>\r\n\r\n<h3>Cheyenne Mountain Zoo</h3>\r\n\r\n<p>http://www.cmzoo.org/<br />\r\n4250 Cheyenne Mountain Zoo Road<br />\r\nColorado Springs, CO 80906<br />\r\n(719)633-9925<br />\r\n<a href="mailto:info@cmzoo.org">info@cmzoo.org</a></p>\r\n\r\n<h3>Santa Fe Community College Teaching Zoo</h3>\r\n\r\n<p>A.S. in Zoo Technology<br />\r\n3000 N.W. 83rd Street<br />\r\nGainesville, FL 32606</p>\r\n\r\n<p>Linda Asbell<br />\r\n(352) 395-5604<br />\r\n<a href="mailto:linda.asbell@sfcc.edu">linda.asbell@sfcc.edu</a></p>\r\n\r\n<p>The Zoo Animal Technology Program at Santa Fe Community College was the first program of its kind, and the first to offer a great combination of academic classes and hands on experiences in the animal fields. Students in the program will complete a 74 credit hour course of study over five semesters, including academic classes on all animal groups, animal nutrition, animal breeding, as well as visitor education. In addition to the academic classes the students will work in the Teaching Zoo (an AZA accredited facility) for over 1800 hours. This training enables students to find employment in a variety of fields including zookeeping, park naturalist, zoo education, animal technician and a host of other animal husbandry fields. Four-year programs are also available in cooperation with State University of New York at Oswego, Friends University in Wichita, Kansas, and University of West Florida in Pensacola, Florida. Please contact Linda Asbell (above) for cooperative information.</p>\r\n\r\n<p><a href="http://inst.santafe.cc.fl.us/%7Ezoo/index.htm">http://inst.santafe.cc.fl.us/~zoo/index.htm</a></p>', 'Two-Year Programs', 0, '', 'inherit', 'closed', 'closed', '', '88-revision-6', '', '', '2009-05-26 21:29:25', '2009-05-27 02:29:25', '', 88, 'http://aazk.org/uncategorized/88-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (582, 1, '2009-06-18 13:24:33', '2009-06-18 18:24:33', '<p><a href="/jobs/index.php">Post a Job (Login)</a></p>\r\n<p>If you have previously registered as a "user" on this site, you need do nothing. If your institution has never posted a job on this site and you wish to establish a new user account in order to post a job listing, you will need to register and set up your account. Only jobs related to the animal care field will be posted on this site. <a href="/jobs/register.php">Click here to set up a "user" account</a>.</p>\r\n\r\n<p>As of 1 September ONLY AAZK Institutional Members will receive unlimited free job postings as long as their membership remains active.</p>\r\n\r\n<p>Non-AAZK Institutional member facilities may purchase listings at the following rates. Non-member postings will receive a return email explaining payment options and such job postings will not become active until posting fee is paid.</p>\r\n\r\n<ul>\r\n    <li>$250/year: unlimited listings; each good for 60 days</li>\r\n    <li>$125/6 months: unlimited listings; each good for 60 days</li>\r\n    <li>$50/listing; good for 60 days</li>\r\n</ul>\r\n\r\n<p>Once you have posted a job listing, it will remain "pending" until approved by an AAZK Web Administrator. AAZK reserves the right to approve each job posting and may reject postings not in line with the goals and objectives of AAZK, Inc.</p>\r\n\r\n<p>Please contact AAZK to purchase Job Postings or for more information about AAZK Institutional Membership.</p>\r\n\r\n<p>To apply for an Institutional Membership please click on the following link. <a href="/join/">Become an AAZK Institutional Member</a>!</p>\r\n\r\n<p>Institutions wishing to advertise employment opportunities, must register an account and login to submit postings online or, email pertinent data to <a href="mailto:susan.chan@aecetia.net/gws/aazk">Susan</a>.\r\nListings must be sent as MS Word attachments and follow the format used in listings currently posted on this website.</p>\r\n<p>AAZK reserves the right to approve each job posting</p>', 'Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2009-06-18 13:24:33', '2009-06-18 18:24:33', '', 69, 'http://aazk.org/uncategorized/69-revision-15/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (585, 1, '2009-05-26 10:49:01', '2009-05-26 15:49:01', '<p><strong>"Zoo keeper"</strong> is a term used to describe an individual who cares for animals in zoological parks or aquariums. A career as a zoo keeper offers a unique opportunity in the specialized and demanding profession of maintaining captive exotic animals for conservation, research, public education and recreation.</p>\r\n\r\n<p>Zoo keepers care for a diverse collection of animals from mammals and birds to reptiles and amphibians to fish and invertebrates. Some keepers become highly specialized, such as those who work in animal hospitals or who concentrate on a specific group of animals such as exotic birds, great apes, elephants or reptiles.</p>\r\n\r\n<p>Important basic duties of zoo keepers include daily cleaning and maintentance of animal enclosures and proper feeding of the animals under their care. Zoo keepers may help design, build and repair animal enclosures and care for the plants in and around the exhibits. Keepers must also be excellent observers, learning habits and behaviors of both individual animals and groups. Professional zoo keepers must be able to detect subtle changes in an animal\'s physical or psychological condition and then react accordingly. These responsibilities should not be underestimated since they are essential in maintaining a healthy and reproductively successful animal colletion.</p>\r\n\r\n<p>In addition, zoo keepers will work closely with zoo managers on conservation, reproductive husbandry and research projects. This research will provide zoos with important information to help preserve rare and endangered species and learn more about species which may become threatened in the future.</p>\r\n\r\n<p>LemurKeepers serve as the first line of public relations for their institutions. Interactions with visitors help to increase the public\'s awareness of the important role of zoos in wildlife conservation. Keepers should be knowledgeable about the animals in their zoo, the animals\' natural habitat and habits, and zoos in general. They should be friendly and professional when answering questions from visitors.</p>\r\n\r\n<p>The educational requirements for an entry level zoo keeper varies but is often a college degree in zoology, biology or an animal-related field. Some animal care experience such as zoo volunteer or intern, or veterinary hospital worker is also helpful. Some colleges offer specific programs oriented towards a career in zoos. The Santa Fe Community College in Gainesville, Florida, for example, has a Teaching Zoo, while Moorpark College in California offers an Exotic Animal Training Management Program.</p>\r\n\r\n<p>Zoo keeping can be a demanding job requiring dedication, commitment, and patience. Keepers should be reliable people who are willing to learn and improve their performance in a cooperative setting. Concern for their animals is essential since the animal\'s lives depend largely on how the keepers view their jobs. With such professional attitudes, keepers develop a sense of pride in their work and in their accomplishments and contributions.</p>\r\n\r\n<p>Animal keepers must be physically able to perform the required work and be in a general state of good health. A person who is interested in zoo work should be aware of the risk of animal inflicted injury or disease. For these reasons, direct contact with animals is minimized and strictly managed.</p>\r\n\r\n<p>Because zoo animals require daily care and maintenance, keepers\'  schedules include working weekends and holidays. Wages are often  relatively low considering the training and education which is usually  required. Even so, zoo keeper jobs are at a premium and some applicants may become frustrated over the initial difficulty in entering the animal care profession. The future for careers in zoo work continues to expand and is promising for both men and women.</p>\r\n\r\n<p>Job advancement is also possible but more limited than in some other careers requiring a college degree. While keepers do move into management positions, many prefer to remain at the important front lines of animal care where their skills and experience have the most direct impact.</p>\r\n\r\n<p>Zoo keeping offers a unique opportunity for an individual to pursue a career that is stimulating as well as demanding, and from which one may develop a deep sense of satisfaction. The personal gratification of successfully maintaining and reproducing wild animals -- especially rare or endangered species -- can be highly rewarding. Zoo keepers must devote considerable time and effort in order to establish a healthy, well-adjusted animal collection. Anyone who is willing to make this sort of commitment should seriously consider a career as a professional zoo keeper.</p>', 'Zoo Keeping as a Career', 0, '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2009-05-26 10:49:01', '2009-05-26 15:49:01', '', 10, 'http://aazk.org/uncategorized/10-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (605, 1, '2009-07-31 18:38:17', '2009-07-31 23:38:17', '<p><em>By Barry Poole, General Maintenance &amp; Operations Supervisor<br />\r\nand Marie Magnuson, Animal Keeper/Great Cats<br />\r\nSmithsonian\'s National Zoological Park, Washington, DC</em></p>\r\n\r\n<p>In September of 2003 our male African lion (Panthera leo) Tsavo was 15 years old and had been alone for a year after the death of his brother, Tana. Lionesses Kisangali and Lusaka were just getting out of quarantine after arriving at the National Zoo from Wildlife Way Station (Angeles National Forest, CA). We had brought these two beautiful female lions to Washington in the hopes of forming a pride with Tsavo. We were not sure of the girl\'s ages, but the veterinary staff estimated them to be about 12 or 13 years old. Tsavo had been vasectomized when he was young since he had been housed with his mother.</p>\r\n\r\n<p>The introductions went very smoothly and soon the copulating that is integral to forming a pride was taking up most of Tsavo\'s time and energy.  As a matter of fact, since Tsavo had been vasectomized it was taking up a little too much of his time and energy. The girls were not getting pregnant of course and so they continued to cycle like clockwork. Tsavo\'s years started to catch up with him. He started to show signs of back trouble, including limping and ataxia, and after only a few months together we had to separate them so we could keep Tsavo inside. His back problems had gotten so severe that the staff veterinarians decided to keep him as quiet as possible and treat his back with steroids. The treatment was extremely successful and Tsavo was going back outside with the now-spayed Lusaka in the spring of 2005. Kisangali had sadly died of an infection during the winter.</p>\r\n\r\n<p>Jeanne Minor, a keeper who was working here at that time, suggested that a firehose bed might make Tsavo even more comfortable. Her idea was to weave the fire hose on a sturdy metal frame, much like a lawn chair. Barry Poole from the Metal Shop worked with Jeanne on the design and it has proven hugely successful.</p>\r\n\r\n[caption id="attachment_603" align="alignnone" width="522" caption="1.0 African Lion Tsavo on his firehose bed that was designed to  help with his back problems.   (Photo: Tracey Barnes)"]<img src="http://aecetia.net/gws/aazk/wp-content/uploads/lion.jpg" alt="1.0 African Lion Tsavo on his firehose bed that was designed to  help with his back problems.   (Photo: Tracey Barnes)" title="lion" width="522" height="695" class="size-full wp-image-603" />[/caption]\r\n\r\n<p>The first thing that Barry did was to "skin" the hose, or remove the outer canvas layer. He used only the inner canvas and rubber layer so that the bed would dry in a reasonable length of time and also to remove bulk from the weaving. The width of the fire hose you have will determine the final dimensions of your bed. The metal frame of Tsavo\'s bed ended up being 77"x36" [1.95m x .91m]. The woven part is made of six long pieces (warp) of 5&deg;" [13.33cm] hose woven with 14 shorter pieces (weft). After you approximate the length and width of your bed add at least 15% for what is called "take up" by weavers. This is what is lost to the ups and downs of the weaving itself. Then add two to three feet to the length of each piece for loom waste. This will be the part of each piece that wraps around...</p>\r\n\r\n<p>Want to read the rest of this article on the successful transfer of lowland gorillas between two zoological institutions?  For this and many more fascinating articles every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="/join/">JOIN NOW</a>!</p>', 'Constructing A Firehose Bed For An Aging Lion', 0, '', 'inherit', 'closed', 'closed', '', '598-revision-6', '', '', '2009-07-31 18:38:17', '2009-07-31 23:38:17', '', 598, 'http://aazk.org/uncategorized/598-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (606, 1, '2009-07-31 18:38:22', '2009-07-31 23:38:22', '<p><em>By Barry Poole, General Maintenance &amp; Operations Supervisor<br />\r\nand Marie Magnuson, Animal Keeper/Great Cats<br />\r\nSmithsonian\'s National Zoological Park, Washington, DC</em></p>\r\n\r\n<p>In September of 2003 our male African lion (Panthera leo) Tsavo was 15 years old and had been alone for a year after the death of his brother, Tana. Lionesses Kisangali and Lusaka were just getting out of quarantine after arriving at the National Zoo from Wildlife Way Station (Angeles National Forest, CA). We had brought these two beautiful female lions to Washington in the hopes of forming a pride with Tsavo. We were not sure of the girl\'s ages, but the veterinary staff estimated them to be about 12 or 13 years old. Tsavo had been vasectomized when he was young since he had been housed with his mother.</p>\r\n\r\n<p>The introductions went very smoothly and soon the copulating that is integral to forming a pride was taking up most of Tsavo\'s time and energy.  As a matter of fact, since Tsavo had been vasectomized it was taking up a little too much of his time and energy. The girls were not getting pregnant of course and so they continued to cycle like clockwork. Tsavo\'s years started to catch up with him. He started to show signs of back trouble, including limping and ataxia, and after only a few months together we had to separate them so we could keep Tsavo inside. His back problems had gotten so severe that the staff veterinarians decided to keep him as quiet as possible and treat his back with steroids. The treatment was extremely successful and Tsavo was going back outside with the now-spayed Lusaka in the spring of 2005. Kisangali had sadly died of an infection during the winter.</p>\r\n\r\n<p>Jeanne Minor, a keeper who was working here at that time, suggested that a firehose bed might make Tsavo even more comfortable. Her idea was to weave the fire hose on a sturdy metal frame, much like a lawn chair. Barry Poole from the Metal Shop worked with Jeanne on the design and it has proven hugely successful.</p>\r\n\r\n[caption id="attachment_603" align="alignnone" width="522" caption="1.0 African Lion Tsavo on his firehose bed that was designed to  help with his back problems.   (Photo: Tracey Barnes)"]<img src="http://aecetia.net/gws/aazk/wp-content/uploads/lion.jpg" alt="1.0 African Lion Tsavo on his firehose bed that was designed to  help with his back problems.   (Photo: Tracey Barnes)" title="lion" width="522" height="695" class="size-full wp-image-603" />[/caption]\r\n\r\n<p>The first thing that Barry did was to "skin" the hose, or remove the outer canvas layer. He used only the inner canvas and rubber layer so that the bed would dry in a reasonable length of time and also to remove bulk from the weaving. The width of the fire hose you have will determine the final dimensions of your bed. The metal frame of Tsavo\'s bed ended up being 77"x36" [1.95m x .91m]. The woven part is made of six long pieces (warp) of 5&deg;" [13.33cm] hose woven with 14 shorter pieces (weft). After you approximate the length and width of your bed add at least 15% for what is called "take up" by weavers. This is what is lost to the ups and downs of the weaving itself. Then add two to three feet to the length of each piece for loom waste. This will be the part of each piece that wraps around...</p>\r\n\r\n<p>Want to read the rest of this article on the successful transfer of lowland gorillas between two zoological institutions?  For this and many more fascinating articles every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="/join/">JOIN NOW</a>!</p>', 'Constructing A Firehose Bed For An Aging Lion', 0, '', 'inherit', 'closed', 'closed', '', '598-revision-7', '', '', '2009-07-31 18:38:22', '2009-07-31 23:38:22', '', 598, 'http://aazk.org/uncategorized/598-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (607, 1, '2009-07-31 19:00:46', '2009-08-01 00:00:46', '<p><em>By Amy Roberts, Lead Keeper, Habitat Africa &amp; Wolf Woods and<br />\r\nSarah Feliciano, Senior Craftsman/Exhibits<br />\r\nBrookfield Zoo, Brookfield, IL</em></p>\r\n\r\n<p>In an effort to continually advance our animal care and management we are initiating several changes to our giraffe husbandry program including making improvements in enrichment, training and feeding strategies. Specifically, for the purposes of this article, I will describe a new enrichment option we developed. Living in Chicago our giraffe herd spends nearly half the year in their indoor exhibit that has horizontal cables that form the front perimeter of the exhibit. We wanted to create an effective method of using the cables to provide enrichment. The cables can be accessed during the day without entering the exhibit itself so we would have the ability to add or change items throughout the day. Hopefully, attaching enrichment to the cables would also draw the giraffe closer to our guests.</p>\r\n\r\n<p>At the Brookfield Zoo we have an Exhibits Team who have described themselves as, "Who you call when the job does not fit into anyone else\'s job description". They are a creative team of individuals with diverse skills. One Exhibits Team member, Sarah Feliciano met with me to discuss some of my ideas. I relayed to Sarah I hoped for a feeding device to hang from the cables that was safe, easily cleaned and would not fray the cables since ideally I wanted the device to slide along the cable making it more challenging for the giraffe. Sarah was provided the enrichment chapter from the AZA Giraffe Husbandry Resource Manual to learn more about giraffe enrichment.</p>\r\n\r\n[caption id="attachment_610" align="alignnone" width="522" caption="Jawara using the licking board designed to attach to exhibit cabling.  (photo by Jim Schultz, Oakland Zoo Staff Photographer)"]<img src="http://aecetia.net/gws/aazk/wp-content/uploads/giraffe.jpg" alt="Jawara using the licking board designed to attach to exhibit cabling.  (photo by Jim Schultz, Oakland Zoo Staff Photographer)" title="giraffe" width="522" height="346" class="size-full wp-image-610" />[/caption]\r\n\r\n<p>What we created is a PVC pipe sleeve that slides along the cable very easily and has four attachment points for affixing various enrichment devices such as feeder jugs made from five-gallon water containers, bamboo rain stick, spoons, Horseballs brand balls, and so on. Each attachment point has a maximum weight of 50 lbs. [22.68kg]. The sleeve itself is unobtrusive and goes fairly unnoticed when no enrichment is attached.  The PVC sleeve has an end cap on each end with holes drilled in the caps to allow the exhibit cable to pass through.  This helps prevent the cable from fraying or wearing through the PVC while still allowing the sleeve to slide along the length of the cable. Polypropylene pipe clips, which can be purchased from Indelco Plastics™ Corporation, were used in conjunction with eyebolts to allow four attachment points.  The clips easily snap apart and therefore needed to be secured with screws to the sleeve to make them giraffe-proof. </p>\r\n\r\n<p>The two widest attachment points allow for attachment of feeder tubes constructed out of 4" [10.16cm] PVC pipe and threaded end caps that allow easy access. A slot was cut along the length of the pipe and eyebolts were added to the ends of the screw caps with lock nuts so the giraffes could not remove them. All PVC pipes were lightly sanded and wiped down with acetone in preparation for painting. They were then painted with KrylonÆ Fusion spray paint which is designed for plastics.</p>\r\n\r\n<p>Large diameter bamboo was also used to create another horizontal feeder. The open ends were capped with epoxy and eyebolts with lock nuts were added to facilitate attachment to the sleeve. The natural bamboo chambers were left intact and irregular holes were cut strategically along the length of the bamboo to allow the giraffes to access each chamber.</p> \r\n\r\n<p>The two inner attachment points on the cable sleeve allow for...</p>\r\n\r\n<p><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="/join/">JOIN NOW</a>!</strong></p>', 'Giraffe Enrichment at Brookfield Zoo', 0, '', 'draft', 'closed', 'closed', '', 'giraffe-enrichment-at-brookfield-zoo', '', '', '2013-10-15 17:49:24', '2013-10-15 22:49:24', '', 0, 'http://aazk.org/?p=607', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (608, 1, '2009-07-31 18:40:06', '2009-07-31 23:40:06', '', 'Giraffe Enrichment at Brookfield Zoo', 0, '', 'inherit', 'closed', 'closed', '', '607-revision', '', '', '2009-07-31 18:40:06', '2009-07-31 23:40:06', '', 607, 'http://aazk.org/uncategorized/607-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (609, 1, '2009-07-31 18:42:42', '2009-07-31 23:42:42', '<p><em>By Amy Roberts, Lead Keeper, Habitat Africa &amp; Wolf Woods and<br />\nSarah Feliciano, Senior Craftsman/Exhibits<br />\nBrookfield Zoo, Brookfield, IL</em></p>\n\n<p>In an effort to continually advance our animal care and management we are initiating several changes to our giraffe husbandry program including making improvements in enrichment, training and feeding strategies. Specifically, for the purposes of this article, I will describe a new enrichment option we developed. Living in Chicago our giraffe herd spends nearly half the year in their indoor exhibit that has horizontal cables that form the front perimeter of the exhibit. We wanted to create an effective method of using the cables to provide enrichment. The cables can be accessed during the day without entering the exhibit itself so we would have the ability to add or change items throughout the day. Hopefully, attaching enrichment to the cables would also draw the giraffe closer to our guests.</p>\n\n<p>At the Brookfield Zoo we have an Exhibits Team who have described themselves as, "Who you call when the job does not fit into anyone else\'s job description". They are a creative team of individuals with diverse skills. One Exhibits Team member, Sarah Feliciano met with me to discuss some of my ideas. I relayed to Sarah I hoped for a feeding device to hang from the cables that was safe, easily cleaned and would not fray the cables since ideally I wanted the device to slide along the cable making it more challenging for the giraffe. Sarah was provided the enrichment chapter from the AZA Giraffe Husbandry Resource Manual to learn more about giraffe enrichment.</p>\n\n\n\n<p>What we created is a PVC pipe sleeve that slides along the cable very easily and has four attachment points for affixing various enrichment devices such as feeder jugs made from five-gallon water containers, bamboo rain stick, spoons, Horseballs brand balls, and so on. Each attachment point has a maximum weight of 50 lbs. [22.68kg]. The sleeve itself is unobtrusive and goes fairly unnoticed when no enrichment is attached.  The PVC sleeve has an end cap on each end with holes drilled in the caps to allow the exhibit cable to pass through.  This helps prevent the cable from fraying or wearing through the PVC while still allowing the sleeve to slide along the length of the cable. Polypropylene pipe clips, which can be purchased from Indelco Plastics™ Corporation, were used in conjunction with eyebolts to allow four attachment points.  The clips easily snap apart and therefore needed to be secured with screws to the sleeve to make them giraffe-proof. </p>\n\n<p>The two widest attachment points allow for attachment of feeder tubes constructed out of 4" [10.16cm] PVC pipe and threaded end caps that allow easy access. A slot was cut along the length of the pipe and eyebolts were added to the ends of the screw caps with lock nuts so the giraffes could not remove them. All PVC pipes were lightly sanded and wiped down with acetone in preparation for painting. They were then painted with KrylonÆ Fusion spray paint which is designed for plastics.</p>\n\n<p>Large diameter bamboo was also used to create another horizontal feeder. The open ends were capped with epoxy and eyebolts with lock nuts were added to facilitate attachment to the sleeve. The natural bamboo chambers were left intact and irregular holes were cut strategically along the length of the bamboo to allow the giraffes to access each chamber.</p> \n\n<p>The two inner attachment points on the cable sleeve allow for...</p>', 'Giraffe Enrichment at Brookfield Zoo', 0, '', 'inherit', 'closed', 'closed', '', '607-revision-2', '', '', '2009-07-31 18:42:42', '2009-07-31 23:42:42', '', 607, 'http://aazk.org/uncategorized/607-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (610, 1, '2009-07-31 18:43:31', '2009-07-31 23:43:31', '', 'giraffe', 0, 'Jawara using the licking board designed to attach to exhibit cabling.  (photo by Jim Schultz, Oakland Zoo Staff Photographer)', 'inherit', 'closed', 'closed', '', 'giraffe', '', '', '2009-07-31 18:43:31', '2009-07-31 23:43:31', '', 607, 'http://aazk.org/wp-content/uploads/giraffe.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (611, 1, '2009-07-31 18:42:47', '2009-07-31 23:42:47', '<p><em>By Amy Roberts, Lead Keeper, Habitat Africa &amp; Wolf Woods and<br />\r\nSarah Feliciano, Senior Craftsman/Exhibits<br />\r\nBrookfield Zoo, Brookfield, IL</em></p>\r\n\r\n<p>In an effort to continually advance our animal care and management we are initiating several changes to our giraffe husbandry program including making improvements in enrichment, training and feeding strategies. Specifically, for the purposes of this article, I will describe a new enrichment option we developed. Living in Chicago our giraffe herd spends nearly half the year in their indoor exhibit that has horizontal cables that form the front perimeter of the exhibit. We wanted to create an effective method of using the cables to provide enrichment. The cables can be accessed during the day without entering the exhibit itself so we would have the ability to add or change items throughout the day. Hopefully, attaching enrichment to the cables would also draw the giraffe closer to our guests.</p>\r\n\r\n<p>At the Brookfield Zoo we have an Exhibits Team who have described themselves as, "Who you call when the job does not fit into anyone else\'s job description". They are a creative team of individuals with diverse skills. One Exhibits Team member, Sarah Feliciano met with me to discuss some of my ideas. I relayed to Sarah I hoped for a feeding device to hang from the cables that was safe, easily cleaned and would not fray the cables since ideally I wanted the device to slide along the cable making it more challenging for the giraffe. Sarah was provided the enrichment chapter from the AZA Giraffe Husbandry Resource Manual to learn more about giraffe enrichment.</p>\r\n\r\n\r\n\r\n<p>What we created is a PVC pipe sleeve that slides along the cable very easily and has four attachment points for affixing various enrichment devices such as feeder jugs made from five-gallon water containers, bamboo rain stick, spoons, Horseballs brand balls, and so on. Each attachment point has a maximum weight of 50 lbs. [22.68kg]. The sleeve itself is unobtrusive and goes fairly unnoticed when no enrichment is attached.  The PVC sleeve has an end cap on each end with holes drilled in the caps to allow the exhibit cable to pass through.  This helps prevent the cable from fraying or wearing through the PVC while still allowing the sleeve to slide along the length of the cable. Polypropylene pipe clips, which can be purchased from Indelco Plastics™ Corporation, were used in conjunction with eyebolts to allow four attachment points.  The clips easily snap apart and therefore needed to be secured with screws to the sleeve to make them giraffe-proof. </p>\r\n\r\n<p>The two widest attachment points allow for attachment of feeder tubes constructed out of 4" [10.16cm] PVC pipe and threaded end caps that allow easy access. A slot was cut along the length of the pipe and eyebolts were added to the ends of the screw caps with lock nuts so the giraffes could not remove them. All PVC pipes were lightly sanded and wiped down with acetone in preparation for painting. They were then painted with KrylonÆ Fusion spray paint which is designed for plastics.</p>\r\n\r\n<p>Large diameter bamboo was also used to create another horizontal feeder. The open ends were capped with epoxy and eyebolts with lock nuts were added to facilitate attachment to the sleeve. The natural bamboo chambers were left intact and irregular holes were cut strategically along the length of the bamboo to allow the giraffes to access each chamber.</p> \r\n\r\n<p>The two inner attachment points on the cable sleeve allow for...</p>', 'Giraffe Enrichment at Brookfield Zoo', 0, '', 'inherit', 'closed', 'closed', '', '607-revision-3', '', '', '2009-07-31 18:42:47', '2009-07-31 23:42:47', '', 607, 'http://aazk.org/uncategorized/607-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (612, 1, '2009-07-31 18:43:56', '2009-07-31 23:43:56', '<p><em>By Amy Roberts, Lead Keeper, Habitat Africa &amp; Wolf Woods and<br />\r\nSarah Feliciano, Senior Craftsman/Exhibits<br />\r\nBrookfield Zoo, Brookfield, IL</em></p>\r\n\r\n<p>In an effort to continually advance our animal care and management we are initiating several changes to our giraffe husbandry program including making improvements in enrichment, training and feeding strategies. Specifically, for the purposes of this article, I will describe a new enrichment option we developed. Living in Chicago our giraffe herd spends nearly half the year in their indoor exhibit that has horizontal cables that form the front perimeter of the exhibit. We wanted to create an effective method of using the cables to provide enrichment. The cables can be accessed during the day without entering the exhibit itself so we would have the ability to add or change items throughout the day. Hopefully, attaching enrichment to the cables would also draw the giraffe closer to our guests.</p>\r\n\r\n<p>At the Brookfield Zoo we have an Exhibits Team who have described themselves as, "Who you call when the job does not fit into anyone else\'s job description". They are a creative team of individuals with diverse skills. One Exhibits Team member, Sarah Feliciano met with me to discuss some of my ideas. I relayed to Sarah I hoped for a feeding device to hang from the cables that was safe, easily cleaned and would not fray the cables since ideally I wanted the device to slide along the cable making it more challenging for the giraffe. Sarah was provided the enrichment chapter from the AZA Giraffe Husbandry Resource Manual to learn more about giraffe enrichment.</p>\r\n\r\n[caption id="attachment_610" align="alignnone" width="522" caption="Jawara using the licking board designed to attach to exhibit cabling.  (photo by Jim Schultz, Oakland Zoo Staff Photographer)"]<img src="http://aecetia.net/gws/aazk/wp-content/uploads/giraffe.jpg" alt="Jawara using the licking board designed to attach to exhibit cabling.  (photo by Jim Schultz, Oakland Zoo Staff Photographer)" title="giraffe" width="522" height="346" class="size-full wp-image-610" />[/caption]\r\n\r\n<p>What we created is a PVC pipe sleeve that slides along the cable very easily and has four attachment points for affixing various enrichment devices such as feeder jugs made from five-gallon water containers, bamboo rain stick, spoons, Horseballs brand balls, and so on. Each attachment point has a maximum weight of 50 lbs. [22.68kg]. The sleeve itself is unobtrusive and goes fairly unnoticed when no enrichment is attached.  The PVC sleeve has an end cap on each end with holes drilled in the caps to allow the exhibit cable to pass through.  This helps prevent the cable from fraying or wearing through the PVC while still allowing the sleeve to slide along the length of the cable. Polypropylene pipe clips, which can be purchased from Indelco Plastics™ Corporation, were used in conjunction with eyebolts to allow four attachment points.  The clips easily snap apart and therefore needed to be secured with screws to the sleeve to make them giraffe-proof. </p>\r\n\r\n<p>The two widest attachment points allow for attachment of feeder tubes constructed out of 4" [10.16cm] PVC pipe and threaded end caps that allow easy access. A slot was cut along the length of the pipe and eyebolts were added to the ends of the screw caps with lock nuts so the giraffes could not remove them. All PVC pipes were lightly sanded and wiped down with acetone in preparation for painting. They were then painted with KrylonÆ Fusion spray paint which is designed for plastics.</p>\r\n\r\n<p>Large diameter bamboo was also used to create another horizontal feeder. The open ends were capped with epoxy and eyebolts with lock nuts were added to facilitate attachment to the sleeve. The natural bamboo chambers were left intact and irregular holes were cut strategically along the length of the bamboo to allow the giraffes to access each chamber.</p> \r\n\r\n<p>The two inner attachment points on the cable sleeve allow for...</p>', 'Giraffe Enrichment at Brookfield Zoo', 0, '', 'inherit', 'closed', 'closed', '', '607-revision-4', '', '', '2009-07-31 18:43:56', '2009-07-31 23:43:56', '', 607, 'http://aazk.org/uncategorized/607-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (613, 1, '2009-06-30 22:25:58', '2009-07-01 03:25:58', '<div class="event first">\r\n    <h3>July 18-19, 2009</h3>\r\n    \r\n    <p><strong><em>First African Symposium on Zoological Medicine</em></strong> – at the Johannesburg Zoo, South Africa. Financial assistance available for vets from other African countries. For more details contact Teresa Slackie- <a href="mailto:vetadin@jhbzoo.org.za">vetadin@jhbzoo.org.za</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>August 28 - 29, 2009 </h3>\r\n    \r\n    <p><strong><em>8the Annual Great Lakes Bat Festival</em></strong> - Milwaukee County Zoo, Milwaukee, WI.  For more information: <a href="http://www.batconservation.org">http://www.batconservation.org</a>.</p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>August 31 - September 2, 2009</h3>\r\n    \r\n    <p><strong><em>Third Orangutan SSP&reg; Husbandry Workshop</em></strong> - hosted by Zoo Atlanta, Atlanta, GA. This workshop will focus on the care and management of the orangutan in captivity. The workshop will bring together orangutan caregivers, managers, researchers, and field biologists to share and disseminate the most current information on husbandry, conservation, and emergent issues pertaining to captive and wild populations of orangutans. For more information please visit our website at <a href="http://www.2009orangutanworkshop.org">www.2009orangutanworkshop.org</a> or contact Tom Heitz at <a href="mailto:theitz@zooatlanta.org">theitz@zooatlanta.org</a> or call 404-624-5939.</p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>September 24-29, 2009</h3> \r\n    \r\n    <p><strong><em>Joint 36th National AAZK and 3rd International Congress on Zookeeping Conference</em></strong> - in Seattle, WA. Hosted by the Woodland Park Zoo and the Puget Sound Chapter of AAZK. Check out <a href="http://www.pugetsoundaecetia.net/gws/aazk/">pugetsoundaecetia.net/gws/aazk</a> for conference information.</p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 1-6, 2009</h3>\r\n    \r\n    <p><strong><em>29th Annual Association of Zoo Veterinary Technicians Conference</em></strong> - in Jackson, WY. If you would like more information, please visit <a href="http://www.azvt.org">www.azvt.org</a> or contact Virginia Crossettvia at <a href="mailto:virginia.crossett@louisvilleky.gov">virginia.crossett@louisvilleky.gov</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 4-8, 2009</h3> \r\n    \r\n    <p><strong><em>64th WAZA Annual Conference</em></strong> - in St. Louis, MO. Hosted by the St. Louis Zoo at the Renaissance Grand Hotel. For more information please visit <a href="http://www.waza.org">www.waza.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 21 – 25, 2009</h3>\r\n    \r\n    <p><strong><em>The Zoological Registrars Association (ZRA) 2009 Annual Conference "Foundations for the Future"</em></strong>, will be hosted by Zoo Boise in Boise, Idaho. The Annual Conference Program will begin with leadership training and the Icebreaker on Wednesday, October 21. General Sessions will be held on Thursday, October 22 and Saturday, October 24 and will feature topics from four categories of presentations under Record Keeping, Permits and Wildlife Legislation, Animal Transport and Records and Collection Management. Possible topics from each of the four categories will include presentations on ZIMS; ARKS; animal transactions; permit applications; roundtables on permit issues; legislative updates; policies and procedures; accreditation; collection management; disaster preparedness; archives management; records retention, protection and disposal. There will be a variety of formats for presentations including individual papers, workshops, panel discussions and poster presentations. Zoo Day will be held on Friday, October 23 and will culminate with a special dinner celebrating ZRAs\' 25th Anniversary. A special evening at Bogus Creek Outfitters featuring a cowboy-style dinner, cowboy poetry, Wild West shoot out, karaoke and a bonfire has been scheduled on Saturday, October 24, and the 2009 Annual Conference will end on Sunday, October 25 with additional ZIMS sessions.</p>\r\n    \r\n    <p>ZRA, Zoo Boise and the Owyhee Plaza Hotel welcome delegates to Idaho. Please visit the ZRA website at <a href="http://www.zooregistrars.org">www.zooregistrars.org</a> or contact the 2009 Annual Conference Host, Corinne Roberts/Registrar for Zoo Boise, at (208) 384-4260 ext. 101 or by email at <a href="mailto:cxroberts@cityofboise.org">cxroberts@cityofboise.org</a>. If you have questions about the 2009 ZRA Annual Conference Program, please contact the Program Chairman, Pam Krentz/Registrar for Cleveland Metroparks Zoo at (216) 635-3361 or by email at <a href="mailto:pak@clevelandmetroparks.com">pak@clevelandmetroparks.com</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>November 6-8, 2009</h3>\r\n    \r\n    <p><strong><em>Second International Bear Care Conference: "Advancing Bear Care \'09"</em></strong> – to be held n San Francisco, CA. For more info see <a href="http://www.bearcaregroup.org">bearcaregroup.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>April 15 –18, 2010</h3>\r\n    \r\n    <p><strong><em>4th Otter Keeper Workshop</em></strong> - the Cincinnati Zoo in Cincinnati, Ohio will host. This year the focus of the workshop will be expanded to include all of the otters managed under the Otter SSP&reg; North American river otters, Asian small-clawed otters, African clawless, African spot-necked and giant otters. Keepers working with any of the species are welcome to attend. Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, lots of sharing of information between keepers.</p>\r\n     \r\n    <p>Registration will be $75 and the deadline is December 15, 2009. Spots fill up fast so please register early. A waiting list will be maintained once the workshop is filled. Due to the popularity of the workshop, priority will be given to first time attendees. Please just one registrant per institution. No refunds after January 15, 2010.</p> \r\n    \r\n    <p>Accommodations: A hotel near the Cincinnati Zoo or the Newport Aquarium. Room negotiations are ongoing. Roommates are encouraged. You will be matched if you indicate that you wish to have a roommate.</p>\r\n     \r\n    <p>Information can be found on: <a href="http://www.OtterSpotter.com">www.OtterSpotter.com</a></p>\r\n    \r\n    <p>For more information contact:<br />\r\n    David Hamilton at Seneca Park Zoo<br />\r\n    2222 St. Paul St.<br />\r\n    Rochester, NY 14617<br />\r\n    phone: 585-336-2502<br />\r\n    fax: 585-266-5775<br />\r\n    <a href="mailto:dhamilton@monroecounty.gov">dhamilton@monroecounty.gov</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>August 30 - September 3, 2010</h3> \r\n    \r\n    <p><strong><em>7th International Penguin Conference</em></strong> - in Boston, MA. Hosted by The New England Aquarium. For info email <a href="mailto:ipcboston@neaq.org">ipcboston@neaq.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>September 28-October 2, 2010</h3>\r\n    \r\n    <p><strong><em>20th International Zoo Educators\' (IZE) Biennial Conference</em></strong> - at Disney\'s Animal Kingdom, Orlando, FL. For more information, please visit <a href="http://www.izea.net">www.izea.net</a></p>\r\n</div>', 'Coming Events July 2009', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2009-06-30 22:25:58', '2009-07-01 03:25:58', '', 435, 'http://aazk.org/uncategorized/435-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (729, 1, '2009-05-31 20:54:15', '2009-06-01 01:54:15', '<div class="bod first">\r\n<div class="identity">\r\n<div class="name">Shane Good</div>\r\n<div class="title">President</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Cleveland Metroparks Zoo</div>\r\n<div class="affiliated_zoo_location">Cleveland, OH</div>\r\n<ul class="committees">\r\n<li><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a>, </li>\r\n<li><a href="http://www.iczoo.org/">International Congress on Zookeeping</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Denise Wagner</div>\r\n<div class="title">Vice President</div>\r\n<div class="email"><a href="mailto:denise.wagner@aecetia.net/gws/aazk">denise.wagner@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Phoenix Zoo</div>\r\n<div class="affiliated_zoo_location">Phoenix, AZ</div>\r\n<ul class="committees">\r\n<li><a href="/committee/bylaws-committee/">Bylaws</a>, </li>\r\n<li><a href="/committee/ethics-committee/">Ethics</a>, </li>\r\n<li><a href="/committee/awards-committee/">Awards</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Jacque Blessington</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Kansas City Zoological Gardens</div>\r\n<div class="affiliated_zoo_location">Kansas City, MO</div>\r\n<ul class="committees">\r\n<li><a href="/committee/grants-committee/">Grants</a>, </li>\r\n<li><a href="/committee/membership-resources/">Membership Resources</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Tammy Root</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:tammy.root@aecetia.net/gws/aazk">tammy.root@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Indianapolis Zoo</div>\r\n<div class="affiliated_zoo_location">Indianapolis, IN</div>\r\n<ul class="committees">\r\n<li><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a>, </li>\r\n<li><a href="/committee/historian/">Historian</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="affiliated_zoo_location">San Diego, CA</div>\r\n<ul class="committees">\r\n<li><a href="/committee/professional-development-committee/">Professional Development</a>, </li>\r\n<li><a href="/committee/conservation-committee/">Conservation Committee</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Executive Director</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n<ul class="committees">\r\n<li><a href="/committee/annual-aazk-conferences/">Conferences</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Barbara Manspeaker</div>\r\n<div class="title">Administrative Secretary</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Susan Chan</div>\r\n<div class="title">Managing Editor AKF</div>\r\n<div class="email"><a href="mailto:susan.chan@aecetia.net/gws/aazk">susan.chan@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2009-05-31 20:54:15', '2009-06-01 01:54:15', '', 395, 'http://aazk.org/uncategorized/395-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (618, 2, '2009-07-20 10:57:27', '2009-07-20 15:57:27', '<a href="/jobs/index.php">Post a Job (Login)</a>\r\n\r\nIf you have previously registered as a "user" on this site, you need do nothing. If your institution has never posted a job on this site and you wish to establish a new user account in order to post a job listing, you will need to register and set up your account. Only jobs related to the animal care field will be posted on this site. <a href="/jobs/register.php">Click here to set up a "user" account</a>.\r\n\r\nAAZK Institutional Members will receive unlimited free job postings as long as their membership remains active.\r\n\r\nNon-AAZK Institutional member facilities may purchase listings at the following rates. Non-member postings will receive a return email explaining payment options and such job postings will not become active until posting fee is paid.\r\n<ul>\r\n	<li>$250/year: unlimited listings; each good for 60 days</li>\r\n	<li>$125/6 months: unlimited listings; each good for 60 days</li>\r\n	<li>$50/listing; good for 60 days</li>\r\n</ul>\r\nOnce you have posted a job listing, it will remain "pending" until approved by an AAZK Web Administrator. AAZK reserves the right to approve each job posting and may reject postings not in line with the goals and objectives of AAZK, Inc.\r\n\r\nPlease contact AAZK to purchase Job Postings or for more information about AAZK Institutional Membership.\r\n\r\nTo apply for an Institutional Membership please click on the following link. <a href="/join/">Become an AAZK Institutional Member</a>!\r\n\r\nInstitutions wishing to advertise employment opportunities, must register an account and login to submit postings online or, email pertinent data to <a href="mailto:susan.chan@aecetia.net/gws/aazk">Susan</a>.\r\nListings must be sent as MS Word attachments and follow the format used in listings currently posted on this website.\r\n\r\nAAZK reserves the right to approve each job posting', 'Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2009-07-20 10:57:27', '2009-07-20 15:57:27', '', 69, 'http://aazk.org/uncategorized/69-revision-16/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (614, 1, '2009-07-31 18:45:05', '2009-07-31 23:45:05', '<p><em>By Amy Roberts, Lead Keeper, Habitat Africa &amp; Wolf Woods and<br />\r\nSarah Feliciano, Senior Craftsman/Exhibits<br />\r\nBrookfield Zoo, Brookfield, IL</em></p>\r\n\r\n<p>In an effort to continually advance our animal care and management we are initiating several changes to our giraffe husbandry program including making improvements in enrichment, training and feeding strategies. Specifically, for the purposes of this article, I will describe a new enrichment option we developed. Living in Chicago our giraffe herd spends nearly half the year in their indoor exhibit that has horizontal cables that form the front perimeter of the exhibit. We wanted to create an effective method of using the cables to provide enrichment. The cables can be accessed during the day without entering the exhibit itself so we would have the ability to add or change items throughout the day. Hopefully, attaching enrichment to the cables would also draw the giraffe closer to our guests.</p>\r\n\r\n<p>At the Brookfield Zoo we have an Exhibits Team who have described themselves as, "Who you call when the job does not fit into anyone else\'s job description". They are a creative team of individuals with diverse skills. One Exhibits Team member, Sarah Feliciano met with me to discuss some of my ideas. I relayed to Sarah I hoped for a feeding device to hang from the cables that was safe, easily cleaned and would not fray the cables since ideally I wanted the device to slide along the cable making it more challenging for the giraffe. Sarah was provided the enrichment chapter from the AZA Giraffe Husbandry Resource Manual to learn more about giraffe enrichment.</p>\r\n\r\n[caption id="attachment_610" align="alignnone" width="522" caption="Jawara using the licking board designed to attach to exhibit cabling.  (photo by Jim Schultz, Oakland Zoo Staff Photographer)"]<img src="http://aecetia.net/gws/aazk/wp-content/uploads/giraffe.jpg" alt="Jawara using the licking board designed to attach to exhibit cabling.  (photo by Jim Schultz, Oakland Zoo Staff Photographer)" title="giraffe" width="522" height="346" class="size-full wp-image-610" />[/caption]\r\n\r\n<p>What we created is a PVC pipe sleeve that slides along the cable very easily and has four attachment points for affixing various enrichment devices such as feeder jugs made from five-gallon water containers, bamboo rain stick, spoons, Horseballs brand balls, and so on. Each attachment point has a maximum weight of 50 lbs. [22.68kg]. The sleeve itself is unobtrusive and goes fairly unnoticed when no enrichment is attached.  The PVC sleeve has an end cap on each end with holes drilled in the caps to allow the exhibit cable to pass through.  This helps prevent the cable from fraying or wearing through the PVC while still allowing the sleeve to slide along the length of the cable. Polypropylene pipe clips, which can be purchased from Indelco Plastics™ Corporation, were used in conjunction with eyebolts to allow four attachment points.  The clips easily snap apart and therefore needed to be secured with screws to the sleeve to make them giraffe-proof. </p>\r\n\r\n<p>The two widest attachment points allow for attachment of feeder tubes constructed out of 4" [10.16cm] PVC pipe and threaded end caps that allow easy access. A slot was cut along the length of the pipe and eyebolts were added to the ends of the screw caps with lock nuts so the giraffes could not remove them. All PVC pipes were lightly sanded and wiped down with acetone in preparation for painting. They were then painted with KrylonÆ Fusion spray paint which is designed for plastics.</p>\r\n\r\n<p>Large diameter bamboo was also used to create another horizontal feeder. The open ends were capped with epoxy and eyebolts with lock nuts were added to facilitate attachment to the sleeve. The natural bamboo chambers were left intact and irregular holes were cut strategically along the length of the bamboo to allow the giraffes to access each chamber.</p> \r\n\r\n<p>The two inner attachment points on the cable sleeve allow for...</p>\r\n\r\n<p><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="/join/">JOIN NOW</a>!</strong></p>', 'Giraffe Enrichment at Brookfield Zoo', 0, '', 'inherit', 'closed', 'closed', '', '607-revision-5', '', '', '2009-07-31 18:45:05', '2009-07-31 23:45:05', '', 607, 'http://aazk.org/uncategorized/607-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (615, 1, '2009-07-31 18:38:39', '2009-07-31 23:38:39', '<p><em>By Barry Poole, General Maintenance &amp; Operations Supervisor<br />\r\nand Marie Magnuson, Animal Keeper/Great Cats<br />\r\nSmithsonian\'s National Zoological Park, Washington, DC</em></p>\r\n\r\n<p>In September of 2003 our male African lion (Panthera leo) Tsavo was 15 years old and had been alone for a year after the death of his brother, Tana. Lionesses Kisangali and Lusaka were just getting out of quarantine after arriving at the National Zoo from Wildlife Way Station (Angeles National Forest, CA). We had brought these two beautiful female lions to Washington in the hopes of forming a pride with Tsavo. We were not sure of the girl\'s ages, but the veterinary staff estimated them to be about 12 or 13 years old. Tsavo had been vasectomized when he was young since he had been housed with his mother.</p>\r\n\r\n<p>The introductions went very smoothly and soon the copulating that is integral to forming a pride was taking up most of Tsavo\'s time and energy.  As a matter of fact, since Tsavo had been vasectomized it was taking up a little too much of his time and energy. The girls were not getting pregnant of course and so they continued to cycle like clockwork. Tsavo\'s years started to catch up with him. He started to show signs of back trouble, including limping and ataxia, and after only a few months together we had to separate them so we could keep Tsavo inside. His back problems had gotten so severe that the staff veterinarians decided to keep him as quiet as possible and treat his back with steroids. The treatment was extremely successful and Tsavo was going back outside with the now-spayed Lusaka in the spring of 2005. Kisangali had sadly died of an infection during the winter.</p>\r\n\r\n<p>Jeanne Minor, a keeper who was working here at that time, suggested that a firehose bed might make Tsavo even more comfortable. Her idea was to weave the fire hose on a sturdy metal frame, much like a lawn chair. Barry Poole from the Metal Shop worked with Jeanne on the design and it has proven hugely successful.</p>\r\n\r\n[caption id="attachment_603" align="alignnone" width="522" caption="1.0 African Lion Tsavo on his firehose bed that was designed to  help with his back problems.   (Photo: Tracey Barnes)"]<img src="http://aecetia.net/gws/aazk/wp-content/uploads/lion.jpg" alt="1.0 African Lion Tsavo on his firehose bed that was designed to  help with his back problems.   (Photo: Tracey Barnes)" title="lion" width="522" height="695" class="size-full wp-image-603" />[/caption]\r\n\r\n<p>The first thing that Barry did was to "skin" the hose, or remove the outer canvas layer. He used only the inner canvas and rubber layer so that the bed would dry in a reasonable length of time and also to remove bulk from the weaving. The width of the fire hose you have will determine the final dimensions of your bed. The metal frame of Tsavo\'s bed ended up being 77"x36" [1.95m x .91m]. The woven part is made of six long pieces (warp) of 5&deg;" [13.33cm] hose woven with 14 shorter pieces (weft). After you approximate the length and width of your bed add at least 15% for what is called "take up" by weavers. This is what is lost to the ups and downs of the weaving itself. Then add two to three feet to the length of each piece for loom waste. This will be the part of each piece that wraps around...</p>\r\n\r\n<p>Want to read the rest of this article on the successful transfer of lowland gorillas between two zoological institutions?  For this and many more fascinating articles every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="/join/">JOIN NOW</a>!</p>', 'Constructing A Firehose Bed For An Aging Lion', 0, '', 'inherit', 'closed', 'closed', '', '598-revision-8', '', '', '2009-07-31 18:38:39', '2009-07-31 23:38:39', '', 598, 'http://aazk.org/uncategorized/598-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (616, 1, '2009-07-31 18:27:24', '2009-07-31 23:27:24', '<ul>\r\n    <li>About the Cover/Information for Contributors</li>\r\n    <li>Scoops &amp; Scuttlebutt</li>\r\n    <li>From the President</li>\r\n    <li>Letter to the Editor</li>\r\n    <li>AAZK Announces New Members</li>\r\n    <li>Coming Events</li>\r\n    <li>Enrichment Options (Giraffe Enrichment at Brookfield Zoo) </li>  \r\n    <li>One World, One Zoo - Conference 2009 Updates/Reminders</li>\r\n    <li>PBI\'s Long-Range Strategies to Save Polar Bears</li>\r\n    <li>Renewing Memberships with PayPal - A Few Reminders</li>\r\n    <li>Management of Geriatric Animals in Zoos - Order Information</li>\r\n    <li>Third Training &amp; Enrichment Workshop for Zoo Animals</li>\r\n    <li>Training Tales (Thinking Outside the Mew)</li>\r\n    <li>Book Reviews (Reptiles and Amphibians of the Southern Pine Woods and Restraint and Handling of Wild and Domestic Animals, 3rd Edition) </li>\r\n    <li>Keeper Profiles DVD Order Info </li>\r\n    <li>Toronto Zoo Lion-tailed Macaques Get Geothermal Retrofit</li>\r\n    <li>Constructing a Firehose Bed for an Aging Lion</li>\r\n    <li>"Virgin" Lizard Produces Fertile Eggs</li>\r\n    <li>Crisis Management Special Issue Order Information</li>\r\n    <li>Conservation/Legislative Update</li>\r\n</ul>', 'August 2009', 0, '', 'inherit', 'closed', 'closed', '', '596-revision-2', '', '', '2009-07-31 18:27:24', '2009-07-31 23:27:24', '', 596, 'http://aazk.org/uncategorized/596-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (617, 1, '2009-07-31 19:00:23', '2009-08-01 00:00:23', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\r\n<title>Untitled Document</title>\r\n</head>\r\n\r\n<body>\r\n\r\n<div class="event first">\r\n    <h3>August 28 - 29, 2009 </h3>\r\n    \r\n    <p><strong><em>8the Annual Great Lakes Bat Festival</em></strong> - Milwaukee County Zoo, Milwaukee, WI.  For more information: <a href="http://www.batconservation.org">http://www.batconservation.org</a>.</p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>August 31 - September 2, 2009</h3>\r\n    \r\n    <p><strong><em>Third Orangutan SSP&reg; Husbandry Workshop</em></strong> - hosted by Zoo Atlanta, Atlanta, GA. This workshop will focus on the care and management of the orangutan in captivity. The workshop will bring together orangutan caregivers, managers, researchers, and field biologists to share and disseminate the most current information on husbandry, conservation, and emergent issues pertaining to captive and wild populations of orangutans. For more information please visit our website at <a href="http://www.2009orangutanworkshop.org">www.2009orangutanworkshop.org</a> or contact Tom Heitz at <a href="mailto:theitz@zooatlanta.org">theitz@zooatlanta.org</a> or call 404-624-5939.</p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>September 24-29, 2009</h3> \r\n    \r\n    <p><strong><em>Joint 36th National AAZK and 3rd International Congress on Zookeeping Conference</em></strong> - in Seattle, WA. Hosted by the Woodland Park Zoo and the Puget Sound Chapter of AAZK. Check out <a href="http://www.pugetsoundaecetia.net/gws/aazk/">pugetsoundaecetia.net/gws/aazk</a> for conference information.</p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 1-6, 2009</h3>\r\n    \r\n    <p><strong><em>29th Annual Association of Zoo Veterinary Technicians Conference</em></strong> - in Jackson, WY. If you would like more information, please visit <a href="http://www.azvt.org">www.azvt.org</a> or contact Virginia Crossettvia at <a href="mailto:virginia.crossett@louisvilleky.gov">virginia.crossett@louisvilleky.gov</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 4-8, 2009</h3> \r\n    \r\n    <p><strong><em>64th WAZA Annual Conference</em></strong> - in St. Louis, MO. Hosted by the St. Louis Zoo at the Renaissance Grand Hotel. For more information please visit <a href="http://www.waza.org">www.waza.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 15-18, 2009</h3> \r\n    \r\n    <p><strong><em>Elephant Facility Design Workshop </em></strong> - in Dublin, Ireland at the Dublin Zoo.  Workshop will include:</p>\r\n    \r\n    <h4>October 15th - Day One</h4>\r\n    <p><strong>REGISTRATION &amp; ICE BREAKER</strong></p>\r\n    \r\n    <h4>October 16th – Day Two</h4>\r\n    \r\n    <p><strong>Welcome &amp; Introduction – The Evolution of The Kaziranga Forest Trail</strong> - Leo Oosterweghel, Director, Dublin Zoo</p>\r\n    \r\n    <p><strong>A Day in the Life of an Elephant – Developing a Design Mission</strong> - Alan Roocroft, Elephant Business</p>\r\n    \r\n    <p><strong>The Grand Design, an Overview of Elephant Habitat Design</strong> - Grant Jones, Jones &amp; Jones</p>\r\n    \r\n    <p><strong>Giant Footsteps, The Development of Dublin Zoo\'s Elephant Programme</strong> - Gerry Creighton, Dublin Zoo</p>\r\n    \r\n    <p>On site tour of the Kaziranga Forest Trail &amp; Building with a short demonstration of the Protected Contact Training.</p>\r\n    \r\n    <h4>October 17th - Day Three</h4>\r\n    \r\n    <p><strong>Laying the Foundations – A History of Elephant Management</strong> - Alan Roocroft, Elephant Business</p>\r\n    \r\n    <p><strong>Reaching the Target – Elephant Training in Dublin Zoo</strong> - Ciaran McMahon &amp; Alice Cooper, Elephant Team, Dublin Zoo</p>\r\n    \r\n    <p><strong>The Winding Path – The History of Zoo Architecture</strong> - Grant Jones, Jones &amp; Jones</p>\r\n    \r\n    <p><strong>To Err is Human – Lessons Learnt from the Design of the Kaziranga Forest Trail</strong> - Open discussion introduced and chaired by Alan Roocroft, Grant Jones &amp; Leo Oosterweghel</p>\r\n    \r\n    <p><strong>The Bigger Picture – A Day in the Life of Dublin Zoo\'s Elephant Herd</strong> - Dublin Zoo Elephant Team Members</p>\r\n    \r\n    <p><strong>It\'s Not Easy Being Green – Planning, Planting &amp; Maintaining the Kaziranga Forest Trail</strong> - Stephen Butler, Curator of Horticulture, Dublin Zoo</p>\r\n    \r\n    <p><strong>Evening Tour of Dublin Zoo</strong></p>\r\n    \r\n    <h4>October 18th - Day Four </h4>\r\n    \r\n    <p><strong>Extra, extra! Important Additions to the Elephant Habitat Design</strong> - Alan Roocroft, Elephant Business</p>\r\n    \r\n    <p><strong>Male Order, Bull Elephant Habitat Design</strong> - Gerry Creighton, Dublin Zoo &amp; Alan Roocroft, Elephant Business</p>\r\n    \r\n    <p><strong>Workshop Conclusion – Any Unanswered Questions</strong></p>\r\n    \r\n    <p>For more information &amp; booking contact Aoife Keegan at 00353 (1) 4748997 or email <a href="mailto:elephantdesign@dublinzoo.ie">elephantdesign@dublinzoo.ie</a></p>\r\n    \r\n    \r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 21 – 25, 2009</h3>\r\n    \r\n    <p><strong><em>The Zoological Registrars Association (ZRA) 2009 Annual Conference "Foundations for the Future"</em></strong>, will be hosted by Zoo Boise in Boise, Idaho. The Annual Conference Program begins with leadership training and the Icebreaker on Wednesday, October 21. General Sessions will be held on Thurs., October 22 and Sat., October 24 and will feature topics from four categories of presentations under Record Keeping, Permits and Wildlife Legislation, Animal Transport and Records and Collection Management. Possible topics will include presentations on ZIMS; ARKS; animal transactions; permit applications; roundtables on permit issues; legislative updates; policies and procedures; accreditation; collection management; disaster preparedness; archives management; records retention, protection and disposal.   Zoo Day will be held on Fri., October 23 and will culminate with a special dinner celebrating ZRA\'s 25th Anniversary.  A special evening at Bogus Creek Outfitters featuring a cowboy-style dinner, cowboy poetry, Wild West shoot out, karaoke and a bonfire has been scheduled on Sat., October 24, and the 2009 Annual Conference will end on Sun., October 25 with additional ZIMS sessions.</p>\r\n    \r\n    <p>ZRA, Zoo Boise and the Owyhee Plaza Hotel welcome delegates to Idaho. Please visit the ZRA website at <a href="http://www.zooregistrars.org">www.zooregistrars.org</a> or contact the 2009 Annual Conference Host, Corinne Roberts/Registrar for Zoo Boise, at (208) 384-4260 ext. 101 or by email at <a href="mailto:cxroberts@cityofboise.org">cxroberts@cityofboise.org</a>. If you have questions about the 2009 ZRA Annual Conference Program, please contact the Program Chairman, Pam Krentz/Registrar for Cleveland Metroparks Zoo at (216) 635-3361 or by email at <a href="mailto:pak@clevelandmetroparks.com">pak@clevelandmetroparks.com</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>November 6-8, 2009</h3>\r\n    \r\n    <p><strong><em>Second International Bear Care Conference:<br />"Advancing Bear Care \'09"</em></strong> – to be held n San Francisco, CA. For more info see <a href="http://www.bearcaregroup.org">bearcaregroup.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>February 21-24, 2010</h3>\r\n    \r\n    <p><strong><em>First Ever Giraffe Keepers Workshop/Conference </em></strong> – To be held at The Phoenix Zoo. Check back next month for more info and details or email <a href="mailto:giraffekeepers@gmail.com">giraffekeepers@gmail.com</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>April 15 –18, 2010</h3>\r\n    \r\n    <p><strong><em>4th Otter Keeper Workshop</em></strong> - the Cincinnati Zoo in Cincinnati, Ohio will host.  This year the focus of the workshop will be expanded to include all of the otters managed under the Otter SSPÆ ­­ North American river otters, Asian small-clawed otters, African clawless, African spot-necked and giant otters. Keepers working with any of the species are welcome to attend. Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, lots of sharing of information between keepers. </p>\r\n\r\n<p>Registration will be $75 and the <strong>deadline is December 15, 2009</strong>. Spots fill up fast so please register early. A waiting list will be maintained once the workshop is filled. Due to the popularity of the workshop, priority will be given to first- time attendees. †Please just one registrant per institution. †No refunds after January 15, 2010. Accommodations: A hotel near the Cincinnati Zoo or the Newport Aquarium. Room negotiations are ongoing. Roommates are encouraged. You will be matched if you  indicate  that you wish to have a roommate.\r\nInformation can be found on: <a href="http://www.OtterSpotter.com">www.OtterSpotter.com</a></p>\r\n\r\n<p>For more information contact: David Hamilton at Seneca Park Zoo, 2222 St. Paul St., Rochester, NY 14617; phone: 585-336-2502; 585-266-5775 fax or email at <a href="mailto:dhamilton@monroecounty.gov">dhamilton@monroecounty.gov</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>August 30 - September 3, 2010</h3> \r\n    \r\n    <p><strong><em>7th International Penguin Conference</em></strong> - in Boston, MA. Hosted by The New England Aquarium. For info email <a href="mailto:ipcboston@neaq.org">ipcboston@neaq.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>September 28-October 2, 2010</h3>\r\n    \r\n    <p><strong><em>20th International Zoo Educators\' (IZE) Biennial Conference</em></strong> - at Disney\'s Animal Kingdom, Orlando, FL. For more information, please visit <a href="http://www.izea.net">www.izea.net</a></p>\r\n</div>\r\n</body>\r\n</html>', 'Coming Events August 2009', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2009-07-31 19:00:23', '2009-08-01 00:00:23', '', 435, 'http://aazk.org/uncategorized/435-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (619, 1, '2009-08-11 19:36:55', '2009-08-12 00:36:55', '<a href="/jobs/index.php">Login to Post a Job!</a>\r\n\r\nIf you have previously registered as a "user" on this site, you need do nothing. If your institution has never posted a job on this site and you wish to establish a new user account in order to post a job listing, you will need to register and set up your account. Only jobs related to the animal care field will be posted on this site. <a href="/jobs/register.php">Click here to set up a "user" account</a>.\r\n\r\nAAZK Institutional Members will receive unlimited free job postings as long as their membership remains active.\r\n\r\nNon-AAZK Institutional member facilities may purchase listings at the following rates. Non-member postings will receive a return email explaining payment options and such job postings will not become active until posting fee is paid.\r\n<ul>\r\n	<li>$250/year: unlimited listings; each good for 60 days</li>\r\n	<li>$125/6 months: unlimited listings; each good for 60 days</li>\r\n	<li>$50/listing; good for 60 days</li>\r\n</ul>\r\nOnce you have posted a job listing, it will remain "pending" until approved by an AAZK Web Administrator. AAZK reserves the right to approve each job posting and may reject postings not in line with the goals and objectives of AAZK, Inc.\r\n\r\nPlease contact AAZK to purchase Job Postings or for more information about AAZK Institutional Membership.\r\n\r\nTo apply for an Institutional Membership please click on the following link. <a href="/join/">Become an AAZK Institutional Member</a>!\r\n\r\nInstitutions wishing to advertise employment opportunities, must register an account and login to submit postings online or, email pertinent data to <a href="mailto:susan.chan@aecetia.net/gws/aazk">Susan</a>.\r\nListings must be sent as MS Word attachments and follow the format used in listings currently posted on this website.\r\n\r\nAAZK reserves the right to approve each job posting', 'Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2009-08-11 19:36:55', '2009-08-12 00:36:55', '', 69, 'http://aazk.org/uncategorized/69-revision-17/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (620, 1, '2009-08-11 19:37:25', '2009-08-12 00:37:25', '<a href="/jobs/index.php">Login or Register to Post a Job!</a>\r\n\r\nIf you have previously registered as a "user" on this site, you need do nothing. If your institution has never posted a job on this site and you wish to establish a new user account in order to post a job listing, you will need to register and set up your account. Only jobs related to the animal care field will be posted on this site. <a href="/jobs/register.php">Click here to set up a "user" account</a>.\r\n\r\nAAZK Institutional Members will receive unlimited free job postings as long as their membership remains active.\r\n\r\nNon-AAZK Institutional member facilities may purchase listings at the following rates. Non-member postings will receive a return email explaining payment options and such job postings will not become active until posting fee is paid.\r\n<ul>\r\n	<li>$250/year: unlimited listings; each good for 60 days</li>\r\n	<li>$125/6 months: unlimited listings; each good for 60 days</li>\r\n	<li>$50/listing; good for 60 days</li>\r\n</ul>\r\nOnce you have posted a job listing, it will remain "pending" until approved by an AAZK Web Administrator. AAZK reserves the right to approve each job posting and may reject postings not in line with the goals and objectives of AAZK, Inc.\r\n\r\nPlease contact AAZK to purchase Job Postings or for more information about AAZK Institutional Membership.\r\n\r\nTo apply for an Institutional Membership please click on the following link. <a href="/join/">Become an AAZK Institutional Member</a>!\r\n\r\nInstitutions wishing to advertise employment opportunities, must register an account and login to submit postings online or, email pertinent data to <a href="mailto:susan.chan@aecetia.net/gws/aazk">Susan</a>.\r\nListings must be sent as MS Word attachments and follow the format used in listings currently posted on this website.\r\n\r\nAAZK reserves the right to approve each job posting', 'Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2009-08-11 19:37:25', '2009-08-12 00:37:25', '', 69, 'http://aazk.org/uncategorized/69-revision-18/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (621, 1, '2009-08-11 19:37:37', '2009-08-12 00:37:37', '<strong><a href="/jobs/index.php">Login or Register to Post a Job!</a></strong>\r\n\r\nIf you have previously registered as a "user" on this site, you need do nothing. If your institution has never posted a job on this site and you wish to establish a new user account in order to post a job listing, you will need to register and set up your account. Only jobs related to the animal care field will be posted on this site. <a href="/jobs/register.php">Click here to set up a "user" account</a>.\r\n\r\nAAZK Institutional Members will receive unlimited free job postings as long as their membership remains active.\r\n\r\nNon-AAZK Institutional member facilities may purchase listings at the following rates. Non-member postings will receive a return email explaining payment options and such job postings will not become active until posting fee is paid.\r\n<ul>\r\n	<li>$250/year: unlimited listings; each good for 60 days</li>\r\n	<li>$125/6 months: unlimited listings; each good for 60 days</li>\r\n	<li>$50/listing; good for 60 days</li>\r\n</ul>\r\nOnce you have posted a job listing, it will remain "pending" until approved by an AAZK Web Administrator. AAZK reserves the right to approve each job posting and may reject postings not in line with the goals and objectives of AAZK, Inc.\r\n\r\nPlease contact AAZK to purchase Job Postings or for more information about AAZK Institutional Membership.\r\n\r\nTo apply for an Institutional Membership please click on the following link. <a href="/join/">Become an AAZK Institutional Member</a>!\r\n\r\nInstitutions wishing to advertise employment opportunities, must register an account and login to submit postings online or, email pertinent data to <a href="mailto:susan.chan@aecetia.net/gws/aazk">Susan</a>.\r\nListings must be sent as MS Word attachments and follow the format used in listings currently posted on this website.\r\n\r\nAAZK reserves the right to approve each job posting', 'Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2009-08-11 19:37:37', '2009-08-12 00:37:37', '', 69, 'http://aazk.org/uncategorized/69-revision-19/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (622, 1, '2009-08-11 19:37:59', '2009-08-12 00:37:59', '<h3><a href="/jobs/index.php">Login or Register to Post a Job!</a></h3>\r\n\r\nIf you have previously registered as a "user" on this site, you need do nothing. If your institution has never posted a job on this site and you wish to establish a new user account in order to post a job listing, you will need to register and set up your account. Only jobs related to the animal care field will be posted on this site. <a href="/jobs/register.php">Click here to set up a "user" account</a>.\r\n\r\nAAZK Institutional Members will receive unlimited free job postings as long as their membership remains active.\r\n\r\nNon-AAZK Institutional member facilities may purchase listings at the following rates. Non-member postings will receive a return email explaining payment options and such job postings will not become active until posting fee is paid.\r\n<ul>\r\n	<li>$250/year: unlimited listings; each good for 60 days</li>\r\n	<li>$125/6 months: unlimited listings; each good for 60 days</li>\r\n	<li>$50/listing; good for 60 days</li>\r\n</ul>\r\nOnce you have posted a job listing, it will remain "pending" until approved by an AAZK Web Administrator. AAZK reserves the right to approve each job posting and may reject postings not in line with the goals and objectives of AAZK, Inc.\r\n\r\nPlease contact AAZK to purchase Job Postings or for more information about AAZK Institutional Membership.\r\n\r\nTo apply for an Institutional Membership please click on the following link. <a href="/join/">Become an AAZK Institutional Member</a>!\r\n\r\nInstitutions wishing to advertise employment opportunities, must register an account and login to submit postings online or, email pertinent data to <a href="mailto:susan.chan@aecetia.net/gws/aazk">Susan</a>.\r\nListings must be sent as MS Word attachments and follow the format used in listings currently posted on this website.\r\n\r\nAAZK reserves the right to approve each job posting', 'Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2009-08-11 19:37:59', '2009-08-12 00:37:59', '', 69, 'http://aazk.org/uncategorized/69-revision-20/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (623, 1, '2009-08-11 19:38:21', '2009-08-12 00:38:21', '<h3><a href="/jobs/index.php">Login or Register to Post a Job!</a></h3>\r\n\r\n<br /><br />\r\n\r\nIf you have previously registered as a "user" on this site, you need do nothing. If your institution has never posted a job on this site and you wish to establish a new user account in order to post a job listing, you will need to register and set up your account. Only jobs related to the animal care field will be posted on this site. <a href="/jobs/register.php">Click here to set up a "user" account</a>.\r\n\r\nAAZK Institutional Members will receive unlimited free job postings as long as their membership remains active.\r\n\r\nNon-AAZK Institutional member facilities may purchase listings at the following rates. Non-member postings will receive a return email explaining payment options and such job postings will not become active until posting fee is paid.\r\n<ul>\r\n	<li>$250/year: unlimited listings; each good for 60 days</li>\r\n	<li>$125/6 months: unlimited listings; each good for 60 days</li>\r\n	<li>$50/listing; good for 60 days</li>\r\n</ul>\r\nOnce you have posted a job listing, it will remain "pending" until approved by an AAZK Web Administrator. AAZK reserves the right to approve each job posting and may reject postings not in line with the goals and objectives of AAZK, Inc.\r\n\r\nPlease contact AAZK to purchase Job Postings or for more information about AAZK Institutional Membership.\r\n\r\nTo apply for an Institutional Membership please click on the following link. <a href="/join/">Become an AAZK Institutional Member</a>!\r\n\r\nInstitutions wishing to advertise employment opportunities, must register an account and login to submit postings online or, email pertinent data to <a href="mailto:susan.chan@aecetia.net/gws/aazk">Susan</a>.\r\nListings must be sent as MS Word attachments and follow the format used in listings currently posted on this website.\r\n\r\nAAZK reserves the right to approve each job posting', 'Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2009-08-11 19:38:21', '2009-08-12 00:38:21', '', 69, 'http://aazk.org/uncategorized/69-revision-21/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2283, 2, '2012-01-18 12:34:03', '2012-01-18 17:34:03', '<h3><a href="/jobs/index.php">Login or Register to Post a Job!</a></h3>\r\nIf you have previously registered as a "user" on this site, you need do nothing. If your institution has never posted a job on this site and you wish to establish a new user account in order to post a job listing, you will need to register and set up your account. Only jobs related to the animal care field will be posted on this site. <a href="/jobs/register.php">Click here to set up a "user" account</a>.\r\n\r\nAAZK Institutional Members will receive unlimited free job postings as long as their membership remains active.\r\n\r\nNon-AAZK Institutional member facilities may purchase listings at the following rates. Non-member postings will receive a return email explaining payment options and such job postings will not become active until posting fee is paid.\r\n<ul>\r\n	<li>$250/year: unlimited listings; each good for 60 days</li>\r\n	<li>$125/6 months: unlimited listings; each good for 60 days</li>\r\n	<li>$50/listing; good for 60 days</li>\r\n</ul>\r\nOnce you have posted a job listing, it will remain "pending" until approved by an AAZK Web Administrator. AAZK reserves the right to approve each job posting and may reject postings not in line with the goals and objectives of AAZK, Inc.\r\n\r\nPlease contact AAZK to purchase Job Postings or for more information about AAZK Institutional Membership.\r\n\r\nTo apply for an Institutional Membership please click on the following link. <a href="/join/">Become an AAZK Institutional Member</a>!\r\n\r\nInstitutions wishing to advertise employment opportunities, must register an account and login to submit postings online or, email pertinent data to <a href="mailto:susan.chan@aecetia.net/gws/aazk">Susan</a>.\r\nListings must be sent as MS Word attachments and follow the format used in listings currently posted on this website.\r\n\r\nAAZK reserves the right to approve each job posting.', 'Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2012-01-18 12:34:03', '2012-01-18 17:34:03', '', 69, 'http://aazk.org/uncategorized/69-revision-23/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (624, 1, '2009-06-15 20:02:49', '2009-06-16 01:02:49', '<h3>Chair</h3>\r\nJanet McCoy - <em>Oregon Zoo</em>\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2009</em></strong>\r\n<h3>Purpose</h3>\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2009</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\nOregon Zoo\r\n4001 S.W. Canyon Rd.\r\nPortland, OR 97221\r\n\r\nOr, Send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Awards Chair\r\nThe Oregon Zoo\r\n4001 SW Canyon Road\r\nPortland, OR 97221\r\n\r\n<strong>Deadline for Nominations is 1 May 2009</strong>\r\n<ul>\r\n	<li><a href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&TB_iframe=true&height=400&width=700" class="thickbox">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a href="/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/?KeepThis=true&TB_iframe=true&height=400&width=700" class="thickbox">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a href="/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/?KeepThis=true&TB_iframe=true&height=400&width=700" class="thickbox">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a href="/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/?KeepThis=true&TB_iframe=true&height=400&width=700" class="thickbox">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a href="/committee/awards-committee/mazuri-animal-nutrition-award-mana/?KeepThis=true&TB_iframe=true&height=400&width=700" class="thickbox">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a href="/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/?KeepThis=true&TB_iframe=true&height=400&width=700" class="thickbox">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a href="/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/?KeepThis=true&TB_iframe=true&height=400&width=700" class="thickbox">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a href="/committee/awards-committee/the-aazk-chapter-of-the-year-award/?KeepThis=true&TB_iframe=true&height=400&width=700" class="thickbox">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-06-15 20:02:49', '2009-06-16 01:02:49', '', 224, 'http://aazk.org/uncategorized/224-revision-32/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (625, 2, '2010-04-15 09:29:10', '2010-04-15 14:29:10', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Certificate of Excellence in Exhibit Design Renovation (CEER) presented by the AAZK Awards Committee. The purpose of the award is to recognize institutions or organizations in the zoological community for the design and renovation of existing animal facilities which involved active keeper participation in the process.\n\nThe CEER was established by Janet McCoy, 1990 CHAIR. Bill Whittaker proposed the award to the AAZK Board of Directors.  The award is presented at the annual AAZK National Conference.\n<h3>Qualifications</h3>\n<ol>\n	<li>Any North American zoological institution or organization is eligible.</li>\n	<li>The renovated exhibit must be in full operation for at least two (2) years.</li>\n	<li>The exhibit must be nominated by a keeper at that same institution  or organization. Supporting nominations may be submitted by management  personnel from the same institution.</li>\n</ol>\n<h3>Nomination Procedure</h3>\n<ol>\n	<li>List institution or organization\'s name, address, phone and Director.</li>\n	<li><strong>Document</strong> local awards or commendations for exhibit, drawings,\n8 X 10 color  photos - no slides (2 before and 8 after), and renovated exhibit type: single or multi-species, and size.</li>\n	<li><strong>Document</strong> keeper participation in the design and why the existing facility  was renovated.</li>\n	<li><strong>Document</strong> interface with other zoo divisions; and maintenance of exhibit after completion.</li>\n	<li>The deadline for nominations is <strong>MAY 1st </strong> of each year.</li>\n</ol>\nNOTE:  Materials will not be returned.\n<h3>Selection Procedure</h3>\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\n<h3>Nominee Evaluation:</h3>\nThe evaluation of each nomination is broken down into four categories based on the general guidelines outlined for the award. The four categories are: Keeper Involvement, Exhibit Functionality, Exhibit Management and Visitor Point of View/ Other Information. Items the committee is looking for are the following:\n<h4>KEEPER INVOLVEMENT</h4>\n<ol>\n	<li>degree of keeper involvement with conceptual development of exhibit</li>\n	<li>degree of keeper involvement  with facilitation of completion of exhibit, (fundraising, promotion, assist with construction)</li>\n	<li>contribution to educational experience (graphics, conservation message</li>\n	<li>originality - is it something new and different, or has it been tried before?</li>\n</ol>\n<h4>EXHIBIT FUNCTIONALITY</h4>\n<ol>\n	<li>versatility - indoor/outdoor, four seasons, protection from elements</li>\n	<li>accommodates and encourages animal\'s natural behavior – climbing structures, land area, height, water</li>\n	<li>hard (gunite, concrete) vs. soft (grass, dirt) environments - as to animal  needs</li>\n	<li>sight lines valuable to animal as well as visitor - important to some animals (polar bear, chimps)</li>\n	<li>physical and visual barriers for animal\'s use, animal safety</li>\n	<li>flexible entrance/exits (hoofstock - more than one entrance)</li>\n	<li>ability to exhibit natural social grouping</li>\n	<li>breeding success</li>\n</ol>\n<h4>EXHIBIT MANAGEMENT</h4>\n<ol>\n	<li>how management of exhibit interfaces with other zoo divisions (grounds, maintenance - simple repair, paint)</li>\n	<li>keeper serviceability, overall maintenance of exhibit and surroundings</li>\n	<li>adequate drains and properly located</li>\n	<li>quality and versatily of holding areas - ease of separating animals, moving, breeding, sick</li>\n	<li>keeper sight lines - can you see animal when they come into holding or when shifting them between areas, keeper safety</li>\n	<li>ease of providing time change items (browse, logs, feed, novel objects)</li>\n	<li>environmental control (ease of seasonal adjustments - ventilation, heat)</li>\n</ol>\n<h4>VISITOR POINT OF VIEW/OTHER INFORMATION</h4>\n<ol>\n	<li>educational experience (conservation message)</li>\n	<li>immediate and sustained viewer interest</li>\n	<li>sight lines - not see doors, drains, fencing - does it have esthetics?</li>\n	<li>bonus point - local awards, commendation, "wow" factor</li>\n	<li>include anything else pertinent to the renovated exhibit that you think is important</li>\n</ol>\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/exhform.doc" target="_blank">Download nomination form in MS Word format</a>\n\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/exhform.pdf" target="_blank">Download nomination form in Adobe pdf format</a>', 'Certificate of Excellence in Exhibit Design Renovation (CEER)', 0, '', 'inherit', 'closed', 'closed', '', '247-autosave-v1', '', '', '2010-04-15 09:29:10', '2010-04-15 14:29:10', '', 247, 'http://aazk.org/uncategorized/247-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (627, 2, '2010-03-10 09:08:11', '2010-03-10 14:08:11', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the <em>Certificate of Merit for Zoo Keeper Education (CMZE)</em> presented by the AAZK Awards Committee. The purpose of the award is to recognize individuals, institutions and organizations in the zoological community most actively promoting educational programs for zoo keepers.  Examples of such support are: reimbursements for formal education, keeper training courses and staff seminars.\n\nThe CMZE was founded by Jeff Roberts, 1976-1978 CHAIR, in 1978, to compliment the work of the AAZK Education Committee that had been formed at that time. The award is presented at the annual AAZK National Conference.\n<h3>Qualifications</h3>\n<ol>\n	<li>Any staff individual, institution or organization from a North American zoo, aquarium or related facility is eligible.</li>\n	<li>The keeper training program must have been in existence for at least one (1) year.</li>\n</ol>\n<h3>Nomination Procedure</h3>\n<ol>\n	<li>If you feel that your institution, organization or a staff individual merits such an award, please submit a letter of nomination  which mentions specifically the educational programs that are offered.</li>\n	<li>Claims made should be backed up with <strong>documentation</strong> for the committee to review.</li>\n	<li>List the institution or organization\'s name, address, phone and Director.</li>\n	<li>The deadline for nominations is <strong>MAY 1st</strong> of each year.</li>\n</ol>\n<h3>Selection Procedure:</h3>\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\n\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/edform.doc" target="_blank">Download nomination form in MS Word format</a>\n\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/edform.pdf" target="_blank">Download nomination form in Adobe pdf format</a>', 'Certificate of Merit for Zoo Keeper Education (CMZE)', 0, '', 'inherit', 'closed', 'closed', '', '244-autosave-v1', '', '', '2010-03-10 09:08:11', '2010-03-10 14:08:11', '', 244, 'http://aazk.org/uncategorized/244-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (626, 1, '2009-05-28 22:35:10', '2009-05-29 03:35:10', '<p>The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Certificate of Excellence in Exhibit Design Renovation (CEER) presented by the AAZK Awards Committee. The purpose of the award is to recognize institutions or organizations in the zoological community for the design and renovation of existing animal facilities which involved active keeper participation in the process.</p>\r\n\r\n<p>The CEER was established by Janet McCoy, 1990 CHAIR. Bill Whittaker proposed the award to the AAZK Board of Directors.  The award is presented at the annual AAZK National Conference.</p>\r\n\r\n<h3>Qualifications</h3>\r\n<ol>\r\n    <li>Any North American zoological institution or organization is eligible.</li>\r\n    <li>The renovated exhibit must be in full operation for at least two (2) years.</li>\r\n    <li>The exhibit must be nominated by a keeper at that same institution  or organization. Supporting nominations may be submitted by management  personnel from the same institution.</li>\r\n</ol>\r\n  \r\n<h3>Nomination Procedure</h3>\r\n<ol>\r\n    <li>List institution or organization\'s name, address, phone and Director.</li>\r\n    <li><strong>Document</strong> local awards or commendations for exhibit, drawings,  \r\n    8 X 10 color  photos - no slides (2 before and 8 after), and renovated exhibit type: single or multi-species, and size.</li>\r\n    <li><strong>Document</strong> keeper participation in the design and why the existing facility  was renovated.</li>\r\n    <li><strong>Document</strong> interface with other zoo divisions; and maintenance of exhibit after completion.</li>\r\n    <li>The deadline for nominations is <strong>MAY 1st </strong> of each year.</li>\r\n</ol>\r\n\r\n<p>NOTE:  Materials will not be returned.</p>\r\n\r\n<h3>Selection Procedure</h3>\r\n<p>The Awards Committee, consisting of five keepers, will independently review each nominee.</p>\r\n\r\n<h3>Nominee Evaluation:</h3>\r\n<p>The evaluation of each nomination is broken down into four categories based on the general guidelines outlined for the award. The four categories are: Keeper Involvement, Exhibit Functionality, Exhibit Management and Visitor Point of View/ Other Information. Items the committee is looking for are the following:</p>\r\n\r\n<h4>KEEPER INVOLVEMENT</h4>\r\n<ol>\r\n    <li>degree of keeper involvement with conceptual development of exhibit</li>\r\n    <li>degree of keeper involvement  with facilitation of completion of exhibit, (fundraising, promotion, assist with construction)</li>\r\n    <li>contribution to educational experience (graphics, conservation message </li>\r\n    <li>originality - is it something new and different, or has it been tried before?</li>\r\n</ol>\r\n\r\n<h4>EXHIBIT FUNCTIONALITY</h4>\r\n<ol>\r\n    <li>versatility - indoor/outdoor, four seasons, protection from elements</li>\r\n    <li>accommodates and encourages animal\'s natural behavior – climbing structures, land area, height, water </li>\r\n    <li>hard (gunite, concrete) vs. soft (grass, dirt) environments - as to animal  needs </li>\r\n    <li>sight lines valuable to animal as well as visitor - important to some animals (polar bear, chimps)</li>\r\n    <li>physical and visual barriers for animal\'s use, animal safety</li>\r\n    <li>flexible entrance/exits (hoofstock - more than one entrance)</li>\r\n    <li>ability to exhibit natural social grouping</li>\r\n    <li>breeding success</li>\r\n</ol>\r\n\r\n<h4>EXHIBIT MANAGEMENT</h4>\r\n<ol>\r\n    <li>how management of exhibit interfaces with other zoo divisions (grounds, maintenance - simple repair, paint) </li>\r\n    <li>keeper serviceability, overall maintenance of exhibit and surroundings</li>\r\n    <li>adequate drains and properly located</li>\r\n    <li>quality and versatily of holding areas - ease of separating animals, moving, breeding, sick </li>\r\n    <li>keeper sight lines - can you see animal when they come into holding or when shifting them between areas, keeper safety </li>\r\n    <li>ease of providing time change items (browse, logs, feed, novel objects) </li>\r\n    <li>environmental control (ease of seasonal adjustments - ventilation, heat)</li>\r\n</ol>\r\n\r\n<h4>VISITOR POINT OF VIEW/OTHER INFORMATION</h4>\r\n<ol>\r\n    <li>educational experience (conservation message)</li>\r\n    <li>immediate and sustained viewer interest </li>\r\n    <li>sight lines - not see doors, drains, fencing - does it have esthetics?</li>\r\n    <li>bonus point - local awards, commendation, "wow" factor</li>\r\n    <li>include anything else pertinent to the renovated exhibit that you think is important </li>\r\n</ol>', 'Certificate of Excellence in Exhibit Design Renovation (CEER)', 0, '', 'inherit', 'closed', 'closed', '', '247-revision-v1', '', '', '2009-05-28 22:35:10', '2009-05-29 03:35:10', '', 247, 'http://aazk.org/uncategorized/247-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (989, 1, '2009-05-28 22:28:38', '2009-05-29 03:28:38', '<p>The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the <em>Certificate of Merit for Zoo Keeper Education (CMZE)</em> presented by the AAZK Awards Committee. The purpose of the award is to recognize individuals, institutions and organizations in the zoological community most actively promoting educational programs for zoo keepers.  Examples of such support are: reimbursements for formal education, keeper training courses and staff seminars.</p>\r\n\r\n<p>The CMZE was founded by Jeff Roberts, 1976-1978 CHAIR, in 1978, to compliment the work of the AAZK Education Committee that had been formed at that time. The award is presented at the annual AAZK National Conference.</p>\r\n\r\n<h3>Qualifications</h3>\r\n<ol>\r\n    <li>Any staff individual, institution or organization from a North American zoo, aquarium or related facility is eligible.</li>\r\n    <li>The keeper training program must have been in existence for at least one (1) year.</li>\r\n</ol>\r\n\r\n<h3>Nomination Procedure</h3>\r\n<ol>\r\n    <li>If you feel that your institution, organization or a staff individual merits such an award, please submit a letter of nomination  which mentions specifically the educational programs that are offered. </li>\r\n    <li>Claims made should be backed up with <strong>documentation</strong> for the committee to review.</li>\r\n    <li>List the institution or organization\'s name, address, phone and Director.</li>\r\n    <li>The deadline for nominations is <strong>MAY 1st</strong> of each year.</li>\r\n</ol>\r\n\r\n<h3>Selection Procedure:</h3>\r\n<p>The Awards Committee, consisting of five keepers, will independently review each nominee.</p>', 'Certificate of Merit for Zoo Keeper Education (CMZE)', 0, '', 'inherit', 'closed', 'closed', '', '244-revision-v1', '', '', '2009-05-28 22:28:38', '2009-05-29 03:28:38', '', 244, 'http://aazk.org/uncategorized/244-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (628, 2, '2009-08-13 15:55:08', '2009-08-13 20:55:08', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Certificate of Excellence in Exhibit Design Renovation (CEER) presented by the AAZK Awards Committee. The purpose of the award is to recognize institutions or organizations in the zoological community for the design and renovation of existing animal facilities which involved active keeper participation in the process.\r\n\r\nThe CEER was established by Janet McCoy, 1990 CHAIR. Bill Whittaker proposed the award to the AAZK Board of Directors.  The award is presented at the annual AAZK National Conference.\r\n<h3>Qualifications</h3>\r\n<ol>\r\n	<li>Any North American zoological institution or organization is eligible.</li>\r\n	<li>The renovated exhibit must be in full operation for at least two (2) years.</li>\r\n	<li>The exhibit must be nominated by a keeper at that same institution  or organization. Supporting nominations may be submitted by management  personnel from the same institution.</li>\r\n</ol>\r\n<h3>Nomination Procedure</h3>\r\n<ol>\r\n	<li>List institution or organization\'s name, address, phone and Director.</li>\r\n	<li><strong>Document</strong> local awards or commendations for exhibit, drawings,\r\n8 X 10 color  photos - no slides (2 before and 8 after), and renovated exhibit type: single or multi-species, and size.</li>\r\n	<li><strong>Document</strong> keeper participation in the design and why the existing facility  was renovated.</li>\r\n	<li><strong>Document</strong> interface with other zoo divisions; and maintenance of exhibit after completion.</li>\r\n	<li>The deadline for nominations is <strong>MAY 1st </strong> of each year.</li>\r\n</ol>\r\nNOTE:  Materials will not be returned.\r\n<h3>Selection Procedure</h3>\r\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\r\n<h3>Nominee Evaluation:</h3>\r\nThe evaluation of each nomination is broken down into four categories based on the general guidelines outlined for the award. The four categories are: Keeper Involvement, Exhibit Functionality, Exhibit Management and Visitor Point of View/ Other Information. Items the committee is looking for are the following:\r\n<h4>KEEPER INVOLVEMENT</h4>\r\n<ol>\r\n	<li>degree of keeper involvement with conceptual development of exhibit</li>\r\n	<li>degree of keeper involvement  with facilitation of completion of exhibit, (fundraising, promotion, assist with construction)</li>\r\n	<li>contribution to educational experience (graphics, conservation message</li>\r\n	<li>originality - is it something new and different, or has it been tried before?</li>\r\n</ol>\r\n<h4>EXHIBIT FUNCTIONALITY</h4>\r\n<ol>\r\n	<li>versatility - indoor/outdoor, four seasons, protection from elements</li>\r\n	<li>accommodates and encourages animal\'s natural behavior – climbing structures, land area, height, water</li>\r\n	<li>hard (gunite, concrete) vs. soft (grass, dirt) environments - as to animal  needs</li>\r\n	<li>sight lines valuable to animal as well as visitor - important to some animals (polar bear, chimps)</li>\r\n	<li>physical and visual barriers for animal\'s use, animal safety</li>\r\n	<li>flexible entrance/exits (hoofstock - more than one entrance)</li>\r\n	<li>ability to exhibit natural social grouping</li>\r\n	<li>breeding success</li>\r\n</ol>\r\n<h4>EXHIBIT MANAGEMENT</h4>\r\n<ol>\r\n	<li>how management of exhibit interfaces with other zoo divisions (grounds, maintenance - simple repair, paint)</li>\r\n	<li>keeper serviceability, overall maintenance of exhibit and surroundings</li>\r\n	<li>adequate drains and properly located</li>\r\n	<li>quality and versatily of holding areas - ease of separating animals, moving, breeding, sick</li>\r\n	<li>keeper sight lines - can you see animal when they come into holding or when shifting them between areas, keeper safety</li>\r\n	<li>ease of providing time change items (browse, logs, feed, novel objects)</li>\r\n	<li>environmental control (ease of seasonal adjustments - ventilation, heat)</li>\r\n</ol>\r\n<h4>VISITOR POINT OF VIEW/OTHER INFORMATION</h4>\r\n<ol>\r\n	<li>educational experience (conservation message)</li>\r\n	<li>immediate and sustained viewer interest</li>\r\n	<li>sight lines - not see doors, drains, fencing - does it have esthetics?</li>\r\n	<li>bonus point - local awards, commendation, "wow" factor</li>\r\n	<li>include anything else pertinent to the renovated exhibit that you think is important</li>\r\n</ol>\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/exhform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/exhform.pdf" target="_blank">Download nomination form in Adobe pdf format</a>', 'Certificate of Excellence in Exhibit Design Renovation (CEER)', 0, '', 'inherit', 'closed', 'closed', '', '247-revision-v1', '', '', '2009-08-13 15:55:08', '2009-08-13 20:55:08', '', 247, 'http://aazk.org/uncategorized/247-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (629, 2, '2009-08-13 16:02:45', '2009-08-13 21:02:45', 'The purpose of this award is to recognize achievement and determination of an individual or team in the animal care field and in fostering professionalism. Animal care is a science combining zoology, biology, animal management, behavioral observation and daily record keeping on the species in their care. This is essential knowledge for maintaining a species effectively in captivity. The excellent animal care professional must excel in one or more of these areas.\r\n\r\nThe Jean M. Hromadka Excellence in Animal Care Award is named in memory of her outstanding contributions to the furtherance of AAZK through her work as President of the Association. This award is presented at the annual AAZK National Conference.\r\n<h3>Qualifications</h3>\r\n<ol>\r\n	<li>The nominee <strong>must</strong> be a full-time animal care professional individual or team, employed in any North American zoological institution, aquarium or related facility.</li>\r\n	<li>The nominee(s) <strong>must</strong> have been employed at least two (2) years on permanent status at the same zoo, aquarium or related facility</li>\r\n	<li>The nominee(s) <strong>must</strong> be nominated by his or her peers who have also been employed at the same zoo, aquarium or related facility.  Management personnel from the same institution may submit supporting nominations.</li>\r\n</ol>\r\n<h3>Nomination Procedure</h3>\r\n<ol>\r\n	<li>List name, position, institution\'s name, address, phone and director, years of service in the field and the recommendation of peers and colleagues.</li>\r\n	<li>List and <strong>document</strong> commitment to the profession, outstanding achievements, practical/outstanding application of knowledge and experience, and keeper skills, etc. The zoo director, curator, or immediate supervisor of the individual being nominated <strong>must sign verification</strong> of these facts.</li>\r\n	<li>List any extra activities outside of the zoo, aquarium or related facility work: working with conservation groups, youth, wildlife officials, etc.</li>\r\n	<li>Deadline for nominations is <strong>MAY 1st </strong>of each year.</li>\r\n</ol>\r\n<h3>Selection Procedure</h3>\r\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\r\n\r\nThe winner of the Jean M. Hromodka Excellence in Animal Care Award receives a cash award in the amount of $500.00, endowed by a generous donation through the Lutz Ruhe Family Educational Trust for the American Association of Zoo Keepers, Inc. The award is endowed by the Lutz Ruhe Trust primarily to aid winners in making travel and registration arrangements to attend the AAZK National Conference in the year of their award, to receive the award and be recognized in person at a gathering of their peers.\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/eacform.doc">Download nomination form in MS Word format</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/eacform.pdf">Download nomination form in Adobe pdf format</a>', 'Jean M. Hromadka AAZK Excellence in Animal Care Award', 0, '', 'inherit', 'closed', 'closed', '', '254-autosave-v1', '', '', '2009-08-13 16:02:45', '2009-08-13 21:02:45', '', 254, 'http://aazk.org/uncategorized/254-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (630, 1, '2009-05-28 22:43:44', '2009-05-29 03:43:44', '<p>The purpose of this award is to recognize achievement and determination of an individual or team in the animal care field and in fostering professionalism. Animal care is a science combining zoology, biology, animal management, behavioral observation and daily record keeping on the species in their care. This is essential knowledge for maintaining a species effectively in captivity. The excellent animal care professional must excel in one or more of these areas.</p>\r\n\r\n<p>The Jean M. Hromadka Excellence in Animal Care Award is named in memory of her outstanding contributions to the furtherance of AAZK through her work as President of the Association. This award is presented at the annual AAZK National Conference.</p>\r\n\r\n<h3>Qualifications</h3>\r\n<ol>\r\n    <li>The nominee <strong>must</strong> be a full-time animal care professional individual or team, employed in any North American zoological institution, aquarium or related facility.</li>\r\n    <li>The nominee(s) <strong>must</strong> have been employed at least two (2) years on permanent status at the same zoo, aquarium or related facility</li>\r\n    <li>The nominee(s) <strong>must</strong> be nominated by his or her peers who have also been employed at the same zoo, aquarium or related facility.  Management personnel from the same institution may submit supporting nominations.</li>\r\n</ol>\r\n\r\n<h3>Nomination Procedure</h3>\r\n<ol>\r\n    <li>List name, position, institution\'s name, address, phone and director, years of service in the field and the recommendation of peers and colleagues.</li>\r\n    <li>List and <strong>document</strong> commitment to the profession, outstanding achievements, practical/outstanding application of knowledge and experience, and keeper skills, etc. The zoo director, curator, or immediate supervisor of the individual being nominated <strong>must sign verification</strong> of these facts.</li>\r\n    <li>List any extra activities outside of the zoo, aquarium or related facility work: working with conservation groups, youth, wildlife officials, etc.</li>\r\n    <li>Deadline for nominations is <strong>MAY 1st </strong>of each year.</li>\r\n</ol>\r\n\r\n<h3>Selection Procedure</h3>\r\n<p>The Awards Committee, consisting of five keepers, will independently review each nominee.</p>\r\n\r\n<p>The winner of the Jean M. Hromodka Excellence in Animal Care Award receives a cash award in the amount of $500.00, endowed by a generous donation through the Lutz Ruhe Family Educational Trust for the American Association of Zoo Keepers, Inc. The award is endowed by the Lutz Ruhe Trust primarily to aid winners in making travel and registration arrangements to attend the AAZK National Conference in the year of their award, to receive the award and be recognized in person at a gathering of their peers.</p>', 'Jean M. Hromadka AAZK Excellence in Animal Care Award', 0, '', 'inherit', 'closed', 'closed', '', '254-revision-v1', '', '', '2009-05-28 22:43:44', '2009-05-29 03:43:44', '', 254, 'http://aazk.org/uncategorized/254-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (631, 2, '2009-08-13 16:05:21', '2009-08-13 21:05:21', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Lee Houts Excellence in Enrichment (LHEE) Award presented by the AAZK Awards Committee. The purpose of the award is to recognize outstanding keeper-initiated contributions to the art and science of environmental enrichment. It is hoped that recognition of outstanding efforts by keepers to improve animal care and welfare through environmental enrichment will provide incentive to keepers to continue to be leaders in this important endeavor.\n\nThe Lee Houts Excellence in Enrichment was established in 2001 by the AAZK Enrichment Committee. Lee Houts proposed the award to the AAZK Board of Directors. The award was renamed in Lee\'s memory, and to honor her many contributions to the field of enrichment, following her death in 2005. The award is presented at the annual AAZK National Conference.\n<h3>Qualifications</h3>\n<ul>\n	<li>The nominee may be an individual, group, project or program in any North American zoo, aquarium, or related facility that has improved the well-being of an animal or group of animals through outstanding <strong>keeper-initiated</strong> enrichment techniques.</li>\n	<li>Nominees <strong>must</strong> have excelled in one or more of the following categories:\n<ul>\n	<li>Innovative techniques developed, implemented and evaluated.</li>\n	<li>Creative fundraising efforts implemented which increased the availability of enrichment items for staff to utilize.</li>\n	<li>Motivation of staff, volunteers and peers through development of an enrichment infrastructure that increased participation in in-house programs or disseminated information to the zoo community to advance the art and science of environmental enrichment.</li>\n	<li>The nominee must be nominated by a keeper.</li>\n</ul>\n<h3>Nomination Procedure</h3>\n<ol>\n	<li>List name of keeper(s) who initiated the enrichment, institution\'s name, address, phone and Director.</li>\n	<li>List and <strong>document</strong> outstanding achievements in one or more of the categories listed under qualifications. <strong>Verification</strong> of these facts must be signed by the zoo director, curator, or immediate supervisor of the <strong>nominee</strong>.</li>\n	<li>The deadline for nominations is <strong>MAY 1st</strong> of each year.</li>\n</ol>\n<h3>Selection Procedure:</h3>\nThe Awards and Enrichment Committees will independently review each nominee.</li>\n</ul>\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/enrichform.doc" target="_blank">Download nomination form in MS Word format</a>\n\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/enrichform.pdf" target="_blank">Download nomination form in Adobe pdf format</a>', 'Lee Houts Excellence in Enrichment (LHEE) Award', 0, '', 'inherit', 'closed', 'closed', '', '239-autosave-v1', '', '', '2009-08-13 16:05:21', '2009-08-13 21:05:21', '', 239, 'http://aazk.org/uncategorized/239-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (632, 1, '2009-05-28 23:05:19', '2009-05-29 04:05:19', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Lee Houts Excellence in Enrichment (LHEE) Award presented by the AAZK Awards Committee. The purpose of the award is to recognize outstanding keeper-initiated contributions to the art and science of environmental enrichment. It is hoped that recognition of outstanding efforts by keepers to improve animal care and welfare through environmental enrichment will provide incentive to keepers to continue to be leaders in this important endeavor.\r\n\r\nThe Lee Houts Excellence in Enrichment was established in 2001 by the AAZK Enrichment Committee. Lee Houts proposed the award to the AAZK Board of Directors. The award was renamed in Lee\'s memory, and to honor her many contributions to the field of enrichment, following her death in 2005. The award is presented at the annual AAZK National Conference.\r\n<h3>Qualifications</h3>\r\n<ul>\r\n	<li>The nominee may be an individual, group, project or program in any North American zoo, aquarium, or related facility that has improved the well-being of an animal or group of animals through outstanding <strong>keeper-initiated</strong> enrichment techniques.</li>\r\n	<li>Nominees <strong>must</strong> have excelled in one or more of the following categories:\r\n<ul>\r\n	<li>Innovative techniques developed, implemented and evaluated.</li>\r\n	<li>Creative fundraising efforts implemented which increased the availability of enrichment items for staff to utilize.</li>\r\n	<li>Motivation of staff, volunteers and peers through development of an enrichment infrastructure that increased participation in in-house programs or disseminated information to the zoo community to advance the art and science of environmental enrichment.</li>\r\n	<li>The nominee must be nominated by a keeper.</li>\r\n</ul>\r\n<h3>Nomination Procedure</h3>\r\n<ol>\r\n	<li>List name of keeper(s) who initiated the enrichment, institution\'s name, address, phone and Director.</li>\r\n	<li>List and <strong>document</strong> outstanding achievements in one or more of the categories listed under qualifications. <strong>Verification</strong> of these facts must be signed by the zoo director, curator, or immediate supervisor of the <strong>nominee</strong>.</li>\r\n	<li>The deadline for nominations is <strong>MAY 1st</strong> of each year.</li>\r\n</ol>\r\n<h3>Selection Procedure:</h3>\r\nThe Awards and Enrichment Committees will independently review each nominee.', 'Lee Houts Excellence in Enrichment (LHEE) Award', 0, '', 'inherit', 'closed', 'closed', '', '239-revision-v1', '', '', '2009-05-28 23:05:19', '2009-05-29 04:05:19', '', 239, 'http://aazk.org/uncategorized/239-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (633, 2, '2009-08-13 16:07:16', '2009-08-13 21:07:16', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Lifetime Achievement Award presented by the AAZK Awards Committee. This award is to be given at the end (retirement) of a keeper’s career. The purpose of the award is to recognize outstanding commitment to professionalism as a zoo keeper over a long period of time, and significant contributions to the community.\r\n\r\nThe Lifetime Achievement Award was established by the 1993 Awards Committee, Janet McCoy, Chair. Rachél Rogers proposed the award to the AAZK Board of Directors. The award is presented at the annual AAZK National Conference.\r\n<h3>Qualifications</h3>\r\n<ol>\r\n	<li>The <strong>nominee</strong> must be a full-time keeper retiring from a career of zoo keeping and employed in any North American zoological institution, aquarium or related facility.</li>\r\n	<li>The nominee must have been employed at least 20 years on permanent status at a zoo, aquarium or related facility.</li>\r\n	<li>The nominee <strong>must</strong> be nominated by <strong>two</strong> of his or her peers who have also been employed at that same zoo, aquarium or related facility. Supporting nominations may be submitted by management personnel from the same institution.</li>\r\n</ol>\r\n<h3>Nomination Procedure</h3>\r\n<ol>\r\n	<li>List name, position, institution’s  name, address, phone and Director, years of  service in the field and the recommendation of peers or colleagues.</li>\r\n	<li>List and <strong>document</strong> outstanding achievements: exhibits, breeding, education, project participation, papers, etc. <strong>Verification</strong> of these facts must be signed by the zoo director, curator, or immediate supervisor of the individual being nominated.</li>\r\n	<li>Describe extra activities outside of zoo, aquarium or related facility: working with conservation groups, animal-related youth groups, rehabilitation wildlife officials, etc.</li>\r\n	<li>Paragraph on why the nominee fits the criteria.</li>\r\n	<li>Provide 3 - 5 references.</li>\r\n	<li>Deadline for nominations is <strong>MAY 1st</strong> of each year.</li>\r\n</ol>\r\n<h3>Selection Procedure:</h3>\r\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/laa.doc" target="_blank">Download nomination form in MS Word format</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/laa.pdf" target="_blank">Download nomination form in Adobe pdf format</a>', 'Lifetime Achievement (LA) Award', 0, '', 'inherit', 'closed', 'closed', '', '232-autosave-v1', '', '', '2009-08-13 16:07:16', '2009-08-13 21:07:16', '', 232, 'http://aazk.org/uncategorized/232-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (634, 1, '2009-05-28 22:12:24', '2009-05-29 03:12:24', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Lifetime Achievement Award presented by the AAZK Awards Committee. This award is to be given at the end (retirement) of a keeper’s career. The purpose of the award is to recognize outstanding commitment to professionalism as a zoo keeper over a long period of time, and significant contributions to the community.\r\n\r\nThe Lifetime Achievement Award was established by the 1993 Awards Committee, Janet McCoy, Chair. Rachél Rogers proposed the award to the AAZK Board of Directors. The award is presented at the annual AAZK National Conference.\r\n<h3>Qualifications</h3>\r\n<ol>\r\n	<li>The <strong>nominee</strong> must be a full-time keeper retiring from a career of zoo keeping and employed in any North American zoological institution, aquarium or related facility.</li>\r\n	<li>The nominee must have been employed at least 20 years on permanent status at a zoo, aquarium or related facility.</li>\r\n	<li>The nominee <strong>must</strong> be nominated by <strong>two</strong> of his or her peers who have also been employed at that same zoo, aquarium or related facility. Supporting nominations may be submitted by management personnel from the same institution.</li>\r\n</ol>\r\n<h3>Nomination Procedure</h3>\r\n<ol>\r\n	<li>List name, position, institution’s  name, address, phone and Director, years of  service in the field and the recommendation of peers or colleagues.</li>\r\n	<li>List and <strong>document</strong> outstanding achievements: exhibits, breeding, education, project participation, papers, etc. <strong>Verification</strong> of these facts must be signed by the zoo director, curator, or immediate supervisor of the individual being nominated.</li>\r\n	<li>Describe extra activities outside of zoo, aquarium or related facility: working with conservation groups, animal-related youth groups, rehabilitation wildlife officials, etc.</li>\r\n	<li>Paragraph on why the nominee fits the criteria.</li>\r\n	<li>Provide 3 - 5 references.</li>\r\n	<li>Deadline for nominations is <strong>MAY 1st</strong> of each year.</li>\r\n</ol>\r\n<h3>Selection Procedure:</h3>\r\nThe Awards Committee, consisting of five keepers, will independently review each nominee.', 'Lifetime Achievement (LA) Award', 0, '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2009-05-28 22:12:24', '2009-05-29 03:12:24', '', 232, 'http://aazk.org/uncategorized/232-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (635, 2, '2009-08-13 16:09:03', '2009-08-13 21:09:03', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Mazuri® Animal Nutrition Award (MANA) presented by the AAZK Awards Committee. The purpose of this award is to recognize individuals in the zoological community who have been actively involved in projects/studies/research concerning zoo/aquarium nutrition. The award will carry a cash award of $500.00 funded by the Mazuri® Foods Division.\r\n\r\nThe MANA was established in 2005. Mazurii® proposed the award to the AAZK Board of Directors. Bruce Elkins, Curator of Waters at the Indianapolis Zoo, and Heidi Bissel, nutritionist at the Memphis Zoo, assisted in the development of the judging criteria for this award. The award is presented at the annual AAZK National Conference.\r\n<h3>Qualifications</h3>\r\n<ol>\r\n	<li>The nominee must be a full-time keeper/aquarist in any North American zoological institution or aquarium who has been actively involved in projects/studies/research concerning zoo/aquarium nutrition.</li>\r\n	<li>The award candidate shall be a Professional member of AAZK.</li>\r\n	<li>Supporting nominations may be submitted by management personnel from the same institution.</li>\r\n</ol>\r\n<h3>Nomination Procedure</h3>\r\n<ol>\r\n	<li>List name, position, institution\'s name, address, phone and Director.</li>\r\n	<li>List and <strong>document</strong> keeper/aquarist project initiation and design, research, project involvement, and usage of new nutritional information. <strong>Verification</strong> of these facts must be signed by the zoo director, curator, or immediate supervisor of the individual being nominated.</li>\r\n	<li>The deadline for nomination is <strong>MAY 1st</strong> of each year.</li>\r\n</ol>\r\n<h3>Selection Procedure</h3>\r\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/mazuriform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/mazuriform.pdf" target="_blank">Download nomination form in Adobe pdf format</a>', 'Mazuri Animal Nutrition Award (MANA)', 0, '', 'inherit', 'closed', 'closed', '', '250-autosave-v1', '', '', '2009-08-13 16:09:03', '2009-08-13 21:09:03', '', 250, 'http://aazk.org/uncategorized/250-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (636, 1, '2009-05-28 22:39:08', '2009-05-29 03:39:08', '<p>The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Mazuri&reg; Animal Nutrition Award (MANA) presented by the AAZK Awards Committee. The purpose of this award is to recognize individuals in the zoological community who have been actively involved in projects/studies/research concerning zoo/aquarium nutrition. The award will carry a cash award of $500.00 funded by the Mazuri&reg; Foods Division.</p>\r\n\r\n<p>The MANA was established in 2005. Mazurii&reg; proposed the award to the AAZK Board of Directors. Bruce Elkins, Curator of Waters at the Indianapolis Zoo, and Heidi Bissel, nutritionist at the Memphis Zoo, assisted in the development of the judging criteria for this award. The award is presented at the annual AAZK National Conference.</p>\r\n\r\n<h3>Qualifications</h3>\r\n<ol>\r\n    <li>The nominee must be a full-time keeper/aquarist in any North American zoological institution or aquarium who has been actively involved in projects/studies/research concerning zoo/aquarium nutrition.</li>\r\n    <li>The award candidate shall be a Professional member of AAZK.</li>\r\n    <li>Supporting nominations may be submitted by management personnel from the same institution.</li>\r\n</ol>\r\n\r\n<h3>Nomination Procedure</h3>\r\n<ol>\r\n    <li>List name, position, institution\'s name, address, phone and Director.</li>\r\n    <li>List and <strong>document</strong> keeper/aquarist project initiation and design, research, project involvement, and usage of new nutritional information. <strong>Verification</strong> of these facts must be signed by the zoo director, curator, or immediate supervisor of the individual being nominated.</li>\r\n    <li>The deadline for nomination is <strong>MAY 1st</strong> of each year.</li>\r\n</ol>\r\n\r\n<h3>Selection Procedure</h3>\r\n<p>The Awards Committee, consisting of five keepers, will independently review each nominee.</p>', 'Mazuri Animal Nutrition Award (MANA)', 0, '', 'inherit', 'closed', 'closed', '', '250-revision-v1', '', '', '2009-05-28 22:39:08', '2009-05-29 03:39:08', '', 250, 'http://aazk.org/uncategorized/250-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (637, 2, '2009-08-13 16:10:28', '2009-08-13 21:10:28', 'The purpose of this award is to recognize professional members of AAZK, in good standing in the association, for their day-to day professionalism within their facility. This includes participation in AAZK/AZA conservation projects, dedicating time to other facility-related projects or programs (BFR, conservation, wildlife education and individual breeding projects). Commitment and dedication to AAZK at a Committee or Chapter level enhances the nomination. The award was established in 1982 as a means of recognizing work done above and beyond the criteria of the Jean M. Hromadka Excellence in Animal Care Award. You must be a professional member of AAZK, Inc. in order to qualify.The award is presented at the annual AAZK National Conference.\r\n<h3>Qualifications</h3>\r\n<ol>\r\n	<li>The nominee must be a full-time keeper, professional AAZK member employed in any North American zoo, aquarium, or related facility.</li>\r\n	<li>The nominee must have been employed at least three (3) years on a permanent basis at a zoo, aquarium, or related facility.</li>\r\n	<li>Peers or colleagues must nominate the nominee. Zoo, aquarium or related facility personnel may submit other supporting nominations. The nominators need not be from the same institution.</li>\r\n</ol>\r\n<h3>Nomination Procedure</h3>\r\n<ol>\r\n	<li>List name, position, institution\'s name, address, phone and director, years of service in the field and the recommendation of a peer or colleague.</li>\r\n	<li>List and <strong>document</strong> the outstanding achievements: AZA/AAZK Conservation project participation, exhibits, breeding, conservation, etc.</li>\r\n	<li>The deadline for nominations is <strong>MAY 1st</strong> of each year.</li>\r\n</ol>\r\n<h3>Selection Procedure</h3>\r\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\r\n\r\nThe winner of the Lutz Ruhe Meritorious Achievement Award - AAZK Professional of the Year Award, receives a cash award in the amount of $750.00, endowed by a generous donation through the Lutz Ruhe Family Educational Trust for the American Association of Zoo Keepers, Inc. The cash award is endowed by the Lutz Ruhe Trust primarily to aid winners in making travel and registration arrangements to attend the AAZK National Conference in the year of their award, to receive the award and be recognized in person at a gathering of their peers.\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/poyform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/poyform.pdf" target="_blank">Download nomination form in Adobe pdf format</a>', 'The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award', 0, '', 'inherit', 'closed', 'closed', '', '258-autosave-v1', '', '', '2009-08-13 16:10:28', '2009-08-13 21:10:28', '', 258, 'http://aazk.org/uncategorized/258-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (638, 1, '2009-05-28 22:47:22', '2009-05-29 03:47:22', '<p>The purpose of this award is to recognize professional members of AAZK, in good standing in the association, for their day-to day professionalism within their facility. This includes participation in AAZK/AZA conservation projects, dedicating time to other facility-related projects or programs (BFR, conservation, wildlife education and individual breeding projects). Commitment and dedication to AAZK at a Committee or Chapter level enhances the nomination. The award was established in 1982 as a means of recognizing work done above and beyond the criteria of the Jean M. Hromadka Excellence in Animal Care Award. You must be a professional member of AAZK, Inc. in order to qualify.The award is presented at the annual AAZK National Conference.</p>\r\n\r\n<h3>Qualifications</h3>\r\n<ol>\r\n    <li>The nominee must be a full-time keeper, professional AAZK member employed in any North American zoo, aquarium, or related facility.</li>\r\n    <li>The nominee must have been employed at least three (3) years on a permanent basis at a zoo, aquarium, or related facility.</li>\r\n    <li>Peers or colleagues must nominate the nominee. Zoo, aquarium or related facility personnel may submit other supporting nominations. The nominators need not be from the same institution.</li>\r\n</ol>\r\n\r\n<h3>Nomination Procedure</h3>\r\n<ol>\r\n    <li>List name, position, institution\'s name, address, phone and director, years of service in the field and the recommendation of a peer or colleague.</li>\r\n    <li>List and <strong>document</strong> the outstanding achievements: AZA/AAZK Conservation project participation, exhibits, breeding, conservation, etc.</li>\r\n    <li>The deadline for nominations is <strong>MAY 1st</strong> of each year.</li>\r\n</ol>\r\n\r\n<h3>Selection Procedure</h3>\r\n<p>The Awards Committee, consisting of five keepers, will independently review each nominee.</p>\r\n\r\n<p>The winner of the Lutz Ruhe Meritorious Achievement Award - AAZK Professional of the Year Award, receives a cash award in the amount of $750.00, endowed by a generous donation through the Lutz Ruhe Family Educational Trust for the American Association of Zoo Keepers, Inc. The cash award is endowed by the Lutz Ruhe Trust primarily to aid winners in making travel and registration arrangements to attend the AAZK National Conference in the year of their award, to receive the award and be recognized in person at a gathering of their peers.</p>', 'The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award', 0, '', 'inherit', 'closed', 'closed', '', '258-revision-v1', '', '', '2009-05-28 22:47:22', '2009-05-29 03:47:22', '', 258, 'http://aazk.org/uncategorized/258-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (639, 1, '2009-09-01 00:01:11', '2009-09-01 05:01:11', '<ul>\r\n	<li>About the Cover/Information for Contributors</li>\r\n	<li>Scoops &amp; Scuttlebutt</li>\r\n	<li>Call for Papers - Avian Husbandry Dedicated Issue</li>\r\n	<li>From the President</li>\r\n	<li>Coming Events</li>\r\n	<li>AAZK Announces New Members</li>\r\n	<li>Kansas Riverkeeper Website</li>\r\n	<li>Robert Bateman Brings His Message to America\'s Youth</li>\r\n	<li>Training Tales (Proper Use of Cues)</li>\r\n	<li>Care and Management of Geriatric Animals in Zoos (order info)</li>\r\n	<li>Animal Planet Educates Zoo Visitors with Innovative Kiosks</li>\r\n	<li>Book Reviews (The Biology of the Xenarthra and Understanding Animal Welfare: The Science in its Cultural Context)</li>\r\n	<li>Training a Camel to Cush Using Operant Conditioning</li>\r\n	<li>Keeper Profiles DVD - Ordering Information</li>\r\n	<li>Legless Frogs Mystery Solved</li>\r\n	<li>Enrichment Options (Milk Crate Dusting Feeder)</li>\r\n	<li>Crisis Management Dedicated Issue - Ordering Information</li>\r\n	<li>Conservation/Legislative Update</li>\r\n</ul>', 'September 2009', 0, '', 'draft', 'closed', 'closed', '', 'september-2009', '', '', '2013-10-15 17:49:24', '2013-10-15 22:49:24', '', 0, 'http://aazk.org/?p=639', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (640, 1, '2009-09-01 00:01:06', '2009-09-01 05:01:06', '<p><em>By<br />Angie Adkin, Assistant Lead Keeper<br />Lincoln Park Zoo, Chicago, IL</em></p>\r\n\r\n<p><strong>Background:</strong><br />\r\nStanding 8ft. tall and weighing 1772lbs.1, Indie is an 11-year-old female Bactrian camel [Camelus bactrianus] that was born at Lincoln Park Zoo (LPZ). Prior to 2004, Indie had no formal operant-conditioning training nor was she halter trained as a youngster. Instead, Indie was mother-reared amongst a large herd of females in a protected-contact setting. Indie is a dominant female at LPZ who is extremely food motivated. I used both of these factors to my advantage when I started her operant-conditioning program. </p>\r\n\r\n<p>In 2004, when I first met Indie, I began the process by feeding her carrots and conditioning her to get used to my presence. The formal operant-conditioning training started, in the fall of 2005, when I introduced her to the bridge. Within a few weeks after I introduced the bridge (whistle), Indie paired the bridge with food. She proved to be an eager participant in the operant-conditioning program.</p>\r\n\r\n<p><strong>Training Triumphs:</strong><br />\r\nThe stalls in the barn had horizontal oak boards with metal bar windows that give just a small access area for target training, which I felt was limiting Indie\'s training potential. After discussions with my managers, we installed a 2\' x 3\' [~ 0.6 x 0.9m] heavy-duty nylon net, known as a horse stall guard, across the stall door opening. This allowed Indie\'s head and neck to be more exposed for tactile desensitization (i.e. palpating, grooming, checking eyes/ears) when the stall door was opened while inhibiting her from exiting the stall. Additionally, it was determined that it would be best for me to enter the stall to work with Indie (with another keeper present for safety) when she was laying down sternally with all four of her feet tucked underneath her body. This position is referred to as a cush in the camelid world.</p>\r\n\r\n<p>Indie responded well to me entering her stall since animal keepers in the past had gone in with her in this position. However, since she had a tendency to be a bit assertive in a cush, I decided it was best to only give the primary reinforcer, food, at the end of the cush session. During the cush session, I used a secondary reinforcer of tactile scratches/ brushing to reward her. In the new protected-contact setup Indie\'s training flourished and evolved. It even included desensitizing her to a wearing a pink halter.</p>\r\n\r\n<p><img src="http://aecetia.net/gws/aazk/wp-content/uploads/camel.jpg" alt="camel" title="camel" width="522" height="377" class="alignnone size-full wp-image-642" /></p>\r\n\r\n<p><strong>Whos Training Who:</strong><br />\r\nSo the training went on…until, one morning this past fall, I shifted the camels inside from their overnight yard and noticed that Indie was in a cush within 10 minutes after eating her morning grain ration. Typically, she would cush in the stall, but not until 30–60 minutes after coming into the barn. I thought to myself, hmmmm, maybe she\'s just really eager to train today. So, I immediately reinforced her with her favorite fruits. At the moment, I realized that it might be possible to capture the cush behavior. </p>\r\n\r\n<p>Historically, the traditional way to train a domestic camel to cush involves roping their legs to forcefully encourage them down. This training typically happens when they are youngsters. For Indie, this was not a plausible option...</p>\r\n\r\n<p>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="/join/">JOIN NOW</a>!</p>', 'Training a Camel to Cush  Using Operant Conditioning', 0, '', 'draft', 'closed', 'closed', '', 'training-a-camel-to-cush-using-operant-conditioning', '', '', '2013-10-15 17:49:24', '2013-10-15 22:49:24', '', 0, 'http://aazk.org/?p=640', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (641, 1, '2009-08-31 20:48:38', '2009-09-01 01:48:38', '<p><em>By<br />Angie Adkin, Assistant Lead Keeper<br />Lincoln Park Zoo, Chicago, IL</em></p>\n\n<p><strong>Background:</strong><br />\nStanding 8ft. tall and weighing 1772lbs.1, Indie is an 11-year-old female Bactrian camel [Camelus bactrianus] that was born at Lincoln Park Zoo (LPZ). Prior to 2004, Indie had no formal operant-conditioning training nor was she halter trained as a youngster. Instead, Indie was mother-reared amongst a large herd of females in a protected-contact setting. Indie is a dominant female at LPZ who is extremely food motivated. I used both of these factors to my advantage when I started her operant-conditioning program. </p>\n\n<p>In 2004, when I first met Indie, I began the process by feeding her carrots and conditioning her to get used to my presence. The formal operant-conditioning training started, in the fall of 2005, when I introduced her to the bridge. Within a few weeks after I introduced the bridge (whistle), Indie paired the bridge with food. She proved to be an eager participant in the operant-conditioning program.</p>\n\n<p><strong>Training Triumphs:</strong><br />\nThe stalls in the barn had horizontal oak boards with metal bar windows that give just a small access area for target training, which I felt was limiting Indie\'s training potential. After discussions with my managers, we installed a 2\' x 3\' [~ 0.6 x 0.9m] heavy-duty nylon net, known as a horse stall guard, across the stall door opening. This allowed Indie\'s head and neck to be more exposed for tactile desensitization (i.e. palpating, grooming, checking eyes/ears) when the stall door was opened while inhibiting her from exiting the stall. Additionally, it was determined that it would be best for me to enter the stall to work with Indie (with another keeper present for safety) when she was laying down sternally with all four of her feet tucked underneath her body. This position is referred to as a cush in the camelid world.</p>\n\n<p>Indie responded well to me entering her stall since animal keepers in the past had gone in with her in this position. However, since she had a tendency to be a bit assertive in a cush, I decided it was best to only give the primary reinforcer, food, at the end of the cush session. During the cush session, I used a secondary reinforcer of tactile scratches/ brushing to reward her. In the new protected-contact setup Indie\'s training flourished and evolved. It even included desensitizing her to a wearing a pink halter.</p>\n\n\n \n \n\n<p><strong>Whos Training Who:</strong><br />\nSo the training went on…until, one morning this past fall, I shifted the camels inside from their overnight yard and noticed that Indie was in a cush within 10 minutes after eating her morning grain ration. Typically, she would cush in the stall, but not until 30–60 minutes after coming into the barn. I thought to myself, hmmmm, maybe she\'s just really eager to train today. So, I immediately reinforced her with her favorite fruits. At the moment, I realized that it might be possible to capture the cush behavior. </p>\n\n<p>Historically, the traditional way to train a domestic camel to cush involves roping their legs to forcefully encourage them down. This training typically happens when they are youngsters. For Indie, this was not a plausible option...</p>', 'Training a Camel to Cush  Using Operant Conditioning', 0, '', 'inherit', 'closed', 'closed', '', '640-revision', '', '', '2009-08-31 20:48:38', '2009-09-01 01:48:38', '', 640, 'http://aazk.org/uncategorized/640-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (642, 1, '2009-08-31 20:51:36', '2009-09-01 01:51:36', '', 'camel', 0, '', 'inherit', 'closed', 'closed', '', 'camel', '', '', '2009-08-31 20:51:36', '2009-09-01 01:51:36', '', 640, 'http://aazk.org/wp-content/uploads/camel.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (643, 1, '2009-08-31 20:51:57', '2009-09-01 01:51:57', '<p><em>By<br />Angie Adkin, Assistant Lead Keeper<br />Lincoln Park Zoo, Chicago, IL</em></p>\n\n<p><strong>Background:</strong><br />\nStanding 8ft. tall and weighing 1772lbs.1, Indie is an 11-year-old female Bactrian camel [Camelus bactrianus] that was born at Lincoln Park Zoo (LPZ). Prior to 2004, Indie had no formal operant-conditioning training nor was she halter trained as a youngster. Instead, Indie was mother-reared amongst a large herd of females in a protected-contact setting. Indie is a dominant female at LPZ who is extremely food motivated. I used both of these factors to my advantage when I started her operant-conditioning program. </p>\n\n<p>In 2004, when I first met Indie, I began the process by feeding her carrots and conditioning her to get used to my presence. The formal operant-conditioning training started, in the fall of 2005, when I introduced her to the bridge. Within a few weeks after I introduced the bridge (whistle), Indie paired the bridge with food. She proved to be an eager participant in the operant-conditioning program.</p>\n\n<p><strong>Training Triumphs:</strong><br />\nThe stalls in the barn had horizontal oak boards with metal bar windows that give just a small access area for target training, which I felt was limiting Indie\'s training potential. After discussions with my managers, we installed a 2\' x 3\' [~ 0.6 x 0.9m] heavy-duty nylon net, known as a horse stall guard, across the stall door opening. This allowed Indie\'s head and neck to be more exposed for tactile desensitization (i.e. palpating, grooming, checking eyes/ears) when the stall door was opened while inhibiting her from exiting the stall. Additionally, it was determined that it would be best for me to enter the stall to work with Indie (with another keeper present for safety) when she was laying down sternally with all four of her feet tucked underneath her body. This position is referred to as a cush in the camelid world.</p>\n\n<p>Indie responded well to me entering her stall since animal keepers in the past had gone in with her in this position. However, since she had a tendency to be a bit assertive in a cush, I decided it was best to only give the primary reinforcer, food, at the end of the cush session. During the cush session, I used a secondary reinforcer of tactile scratches/ brushing to reward her. In the new protected-contact setup Indie\'s training flourished and evolved. It even included desensitizing her to a wearing a pink halter.</p>\n\n<img src="http://aecetia.net/gws/aazk/wp-content/uploads/camel.jpg" alt="camel" title="camel" width="522" height="377" class="alignnone size-full wp-image-642" />\n \n\n<p><strong>Whos Training Who:</strong><br />\nSo the training went on…until, one morning this past fall, I shifted the camels inside from their overnight yard and noticed that Indie was in a cush within 10 minutes after eating her morning grain ration. Typically, she would cush in the stall, but not until 30–60 minutes after coming into the barn. I thought to myself, hmmmm, maybe she\'s just really eager to train today. So, I immediately reinforced her with her favorite fruits. At the moment, I realized that it might be possible to capture the cush behavior. </p>\n\n<p>Historically, the traditional way to train a domestic camel to cush involves roping their legs to forcefully encourage them down. This training typically happens when they are youngsters. For Indie, this was not a plausible option...</p>', 'Training a Camel to Cush  Using Operant Conditioning', 0, '', 'inherit', 'closed', 'closed', '', '640-revision-2', '', '', '2009-08-31 20:51:57', '2009-09-01 01:51:57', '', 640, 'http://aazk.org/uncategorized/640-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (644, 1, '2009-08-31 20:52:05', '2009-09-01 01:52:05', '<p><em>By<br />Angie Adkin, Assistant Lead Keeper<br />Lincoln Park Zoo, Chicago, IL</em></p>\r\n\r\n<p><strong>Background:</strong><br />\r\nStanding 8ft. tall and weighing 1772lbs.1, Indie is an 11-year-old female Bactrian camel [Camelus bactrianus] that was born at Lincoln Park Zoo (LPZ). Prior to 2004, Indie had no formal operant-conditioning training nor was she halter trained as a youngster. Instead, Indie was mother-reared amongst a large herd of females in a protected-contact setting. Indie is a dominant female at LPZ who is extremely food motivated. I used both of these factors to my advantage when I started her operant-conditioning program. </p>\r\n\r\n<p>In 2004, when I first met Indie, I began the process by feeding her carrots and conditioning her to get used to my presence. The formal operant-conditioning training started, in the fall of 2005, when I introduced her to the bridge. Within a few weeks after I introduced the bridge (whistle), Indie paired the bridge with food. She proved to be an eager participant in the operant-conditioning program.</p>\r\n\r\n<p><strong>Training Triumphs:</strong><br />\r\nThe stalls in the barn had horizontal oak boards with metal bar windows that give just a small access area for target training, which I felt was limiting Indie\'s training potential. After discussions with my managers, we installed a 2\' x 3\' [~ 0.6 x 0.9m] heavy-duty nylon net, known as a horse stall guard, across the stall door opening. This allowed Indie\'s head and neck to be more exposed for tactile desensitization (i.e. palpating, grooming, checking eyes/ears) when the stall door was opened while inhibiting her from exiting the stall. Additionally, it was determined that it would be best for me to enter the stall to work with Indie (with another keeper present for safety) when she was laying down sternally with all four of her feet tucked underneath her body. This position is referred to as a cush in the camelid world.</p>\r\n\r\n<p>Indie responded well to me entering her stall since animal keepers in the past had gone in with her in this position. However, since she had a tendency to be a bit assertive in a cush, I decided it was best to only give the primary reinforcer, food, at the end of the cush session. During the cush session, I used a secondary reinforcer of tactile scratches/ brushing to reward her. In the new protected-contact setup Indie\'s training flourished and evolved. It even included desensitizing her to a wearing a pink halter.</p>\r\n\r\n<p><img src="http://aecetia.net/gws/aazk/wp-content/uploads/camel.jpg" alt="camel" title="camel" width="522" height="377" class="alignnone size-full wp-image-642" /></p>\r\n\r\n<p><strong>Whos Training Who:</strong><br />\r\nSo the training went on…until, one morning this past fall, I shifted the camels inside from their overnight yard and noticed that Indie was in a cush within 10 minutes after eating her morning grain ration. Typically, she would cush in the stall, but not until 30–60 minutes after coming into the barn. I thought to myself, hmmmm, maybe she\'s just really eager to train today. So, I immediately reinforced her with her favorite fruits. At the moment, I realized that it might be possible to capture the cush behavior. </p>\r\n\r\n<p>Historically, the traditional way to train a domestic camel to cush involves roping their legs to forcefully encourage them down. This training typically happens when they are youngsters. For Indie, this was not a plausible option...</p>', 'Training a Camel to Cush  Using Operant Conditioning', 0, '', 'inherit', 'closed', 'closed', '', '640-revision-3', '', '', '2009-08-31 20:52:05', '2009-09-01 01:52:05', '', 640, 'http://aazk.org/uncategorized/640-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (645, 1, '2009-08-31 20:52:10', '2009-09-01 01:52:10', '<p><em>By<br />Angie Adkin, Assistant Lead Keeper<br />Lincoln Park Zoo, Chicago, IL</em></p>\r\n\r\n<p><strong>Background:</strong><br />\r\nStanding 8ft. tall and weighing 1772lbs.1, Indie is an 11-year-old female Bactrian camel [Camelus bactrianus] that was born at Lincoln Park Zoo (LPZ). Prior to 2004, Indie had no formal operant-conditioning training nor was she halter trained as a youngster. Instead, Indie was mother-reared amongst a large herd of females in a protected-contact setting. Indie is a dominant female at LPZ who is extremely food motivated. I used both of these factors to my advantage when I started her operant-conditioning program. </p>\r\n\r\n<p>In 2004, when I first met Indie, I began the process by feeding her carrots and conditioning her to get used to my presence. The formal operant-conditioning training started, in the fall of 2005, when I introduced her to the bridge. Within a few weeks after I introduced the bridge (whistle), Indie paired the bridge with food. She proved to be an eager participant in the operant-conditioning program.</p>\r\n\r\n<p><strong>Training Triumphs:</strong><br />\r\nThe stalls in the barn had horizontal oak boards with metal bar windows that give just a small access area for target training, which I felt was limiting Indie\'s training potential. After discussions with my managers, we installed a 2\' x 3\' [~ 0.6 x 0.9m] heavy-duty nylon net, known as a horse stall guard, across the stall door opening. This allowed Indie\'s head and neck to be more exposed for tactile desensitization (i.e. palpating, grooming, checking eyes/ears) when the stall door was opened while inhibiting her from exiting the stall. Additionally, it was determined that it would be best for me to enter the stall to work with Indie (with another keeper present for safety) when she was laying down sternally with all four of her feet tucked underneath her body. This position is referred to as a cush in the camelid world.</p>\r\n\r\n<p>Indie responded well to me entering her stall since animal keepers in the past had gone in with her in this position. However, since she had a tendency to be a bit assertive in a cush, I decided it was best to only give the primary reinforcer, food, at the end of the cush session. During the cush session, I used a secondary reinforcer of tactile scratches/ brushing to reward her. In the new protected-contact setup Indie\'s training flourished and evolved. It even included desensitizing her to a wearing a pink halter.</p>\r\n\r\n<p><img src="http://aecetia.net/gws/aazk/wp-content/uploads/camel.jpg" alt="camel" title="camel" width="522" height="377" class="alignnone size-full wp-image-642" /></p>\r\n\r\n<p><strong>Whos Training Who:</strong><br />\r\nSo the training went on…until, one morning this past fall, I shifted the camels inside from their overnight yard and noticed that Indie was in a cush within 10 minutes after eating her morning grain ration. Typically, she would cush in the stall, but not until 30–60 minutes after coming into the barn. I thought to myself, hmmmm, maybe she\'s just really eager to train today. So, I immediately reinforced her with her favorite fruits. At the moment, I realized that it might be possible to capture the cush behavior. </p>\r\n\r\n<p>Historically, the traditional way to train a domestic camel to cush involves roping their legs to forcefully encourage them down. This training typically happens when they are youngsters. For Indie, this was not a plausible option...</p>', 'Training a Camel to Cush  Using Operant Conditioning', 0, '', 'inherit', 'closed', 'closed', '', '640-revision-4', '', '', '2009-08-31 20:52:10', '2009-09-01 01:52:10', '', 640, 'http://aazk.org/uncategorized/640-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (646, 1, '2009-08-31 20:35:37', '2009-09-01 01:35:37', '<ul>\n	<li>About the Cover/Information for Contributors</li>\n	<li>Scoops &amp; Scuttlebutt</li>\n	<li>Call for Papers - Avian Husbandry Dedicated Issue</li>\n	<li>From the President</li>\n	<li>Coming Events</li>\n	<li>AAZK Announces New Members</li>\n	<li>Kansas Riverkeeper Website</li>\n	<li>Robert Bateman Brings His Message to America\'s Youth</li>\n	<li>Training Tales (Proper Use of Cues)</li>\n	<li>Care and Management of Geriatric Animals in Zoos (order info)</li>\n	<li>Animal Planet Educates Zoo Visitors with Innovative Kiosks</li>\n	<li>Book Reviews (The Biology of the Xenarthra and Understanding Animal Welfare: The Science in its Cultural Context)</li>\n	<li>Training a Camel to Cush Using Operant Conditioning</li>\n	<li>Keeper Profiles DVD - Ordering Information</li>\n	<li>Legless Frogs Mystery Solved</li>\n	<li>Enrichment Options (Milk Crate Dusting Feeder)</li>\n	<li>Crisis Management Dedicated Issue - Ordering Information</li>\n	<li>Conservation/Legislative Update</li>\n</ul>', 'September 2009', 0, '', 'inherit', 'closed', 'closed', '', '639-revision', '', '', '2009-08-31 20:35:37', '2009-09-01 01:35:37', '', 639, 'http://aazk.org/uncategorized/639-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (647, 1, '2009-09-01 00:01:48', '2009-09-01 05:01:48', '<img class="alignnone size-full wp-image-378" title="training_tails" src="http://aecetia.net/gws/aazk/wp-content/uploads/header_training_tails.jpg" alt="training_tails" width="317" height="68" />\r\n\r\n<em>By\r\nJason Pratte, Lead Keeper, Zoo Atlanta\r\nAAZK Behavioral Husbandry Committee Member</em>\r\n\r\n<em>The AAZK Animal Training Committee strives to support the mission of AAZK, Inc. by\r\nproviding information and learning opportunities for animal care professionals to\r\nfacilitate the use of operant conditioning and other training techniques, to achieve\r\nbehavioral management goals and excellence in animal care.</em>\r\n\r\nThis submission is a continuation of our ‘Training Tips\' series, as a way for trainers to review basic training terminology and methods to further sharpen their training skills.  This month, we will be looking at choosing and establishing a cue, some of the common problems trainers may have experienced and how to resolve some of those issues.\r\n\r\nThink back on training sessions you have participated in or observed. Did you ever notice times when the animal just wasn\'t "getting" what it was the trainer was trying to teach them? Or that it takes 20 repeats of the cue to elicit the desired behavior? Or that your well-trained animal is asked for one behavior, but then often offers a different one? These might be issues related to the cue.\r\n\r\n<img class="alignnone size-full wp-image-649" title="yang-open" src="http://aecetia.net/gws/aazk/wp-content/uploads/yang-open.jpg" alt="yang-open" width="514" height="400" />\r\n\r\nA cue, or conditioned stimulus, is the signal that a trainer chooses to indicate that they want the subject to perform a particular behavior. It can be anything that the subject you are working with can perceive. The most commonly used cues are verbal commands (auditory) and hand signals (visual), but trainers have used light, odors, touch, music, vibration, tool, etc. The list of possible cues is limited only by the trainer\'s imagination, but based on physiology, animals may respond better to some cue stimuli than others. When establishing which cue is going to be associated with a desired behaviour, stop and think: is the cue distinct? Is it recognizable by the animal, from other cues being used by trainers, and from stimuli the animal is exposed to every day? For example, let\'s say you want to train an okapi to come in from the exhibit when you ring a bell. You want the bell to be the cue that means "come into the barn," but your okapi spend their day out on exhibit listening to the zoo train chug past, with the engineer ringing a bell randomly. The bell is likely going to lose effectiveness as a cue (if it ever works in this situation). The okapi would likely respond to sounds associated with the trainers themselves: doors opening, calling her along with the bell, etc. Be sure the cue is something unique, distinguishable from the environment and easily associated with the behavior you want to teach.\r\n\r\nLikewise, ensure that the different cues you use remain distinct from one another. When I first began working with the pandas at Zoo Atlanta several years ago, I began training them an "open mouth" behavior. I used the verbal cue "open" paired with my thumb and fingers being spread apart in front of their face. The training went well, though slower than I expected. I turned the behavior over to another keeper to help maintain it, and then we both began experiencing problems. We would  ask for "open" and often get a paw placed on the mesh instead. We would get frustrated, and the pandas even more so. It was a new, inexperienced keeper, unfamiliar with the training program, who caught what was happening. She asked one day if I meant for the end of the "open" cue (fingers spread apart from thumb) to look like the cue for "paw" (the trainer\'s hand presented in front of the panda as if we were telling them to "halt").  I stopped and looked at the cue from the bear\'s perspective, and lo, she was right. To the bear, they looked almost identical, with the trainer presenting essentially an open hand to them. We changed the "open" cue to just the thumb and forefinger spreading apart, and within a few weeks the behaviors were being presented as asked.\r\n\r\nIf you are having obvious confusion or frustration demonstrated from your training subject, take a step back and examine your cues.  Ask another keeper to watch your session to observe, specifically your cues and actions. Are you using two whistle blasts to signal something different from one blast? And what if the animal only hears one because of ambient noise? Or is not sure if it heard two or three? Keep the cue simple, within the animal\'s perception, and distinct.\r\n\r\nNow a bit about stimulus control. Stimulus control is when a stimulus (cue) increases the probability of a behavior occurring (conditioned response) because that behavior was historically strongly reinforced in the presence of the cue (AAZK/AZA, 2003: Stimulus Control – A behavior is said to be under stimulus control if it meets 3 conditions: 1) It is immediately offered following the S<sup>D</sup>; 2) It is offered only when preceded by the correct S<sup>D</sup>; 3) It is not offered in the presence of another S<sup>D</sup>. [S<sup>D</sup> = cue]). There are a lot of factors involved in stimulus control, but since they are well described by Karen Pryor in her book "Don\'t Shoot the Dog" we\'ll touch on just the most basic aspects here...\r\n\r\n<p><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="/join/">JOIN NOW</a>!</strong></p>', 'I Said "Exit Stage LEFT" You Idiot!  (Or, Is Your Cue Really Telling Your Subject What You Think It Is?)', 0, '', 'draft', 'closed', 'closed', '', 'i-said-exit-stage-left-you-idiot-or-is-your-cue-really-telling-your-subject-what-you-think-it-is', '', '', '2013-10-15 17:49:23', '2013-10-15 22:49:23', '', 0, 'http://aazk.org/?p=647', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (648, 1, '2009-08-31 20:55:38', '2009-09-01 01:55:38', '', 'I Said "Exit Stage LEFT" You Idiot!  (Or, Is Your Cue Really Telling Your Subject What You Think It Is?)', 0, '', 'inherit', 'closed', 'closed', '', '647-revision', '', '', '2009-08-31 20:55:38', '2009-09-01 01:55:38', '', 647, 'http://aazk.org/uncategorized/647-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (649, 1, '2009-08-31 21:00:33', '2009-09-01 02:00:33', '', 'yang-open', 0, '', 'inherit', 'closed', 'closed', '', 'yang-open', '', '', '2009-08-31 21:00:33', '2009-09-01 02:00:33', '', 647, 'http://aazk.org/wp-content/uploads/yang-open.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (650, 1, '2009-08-31 21:00:50', '2009-09-01 02:00:50', '<img class="alignnone size-full wp-image-378" title="training_tails" src="http://aecetia.net/gws/aazk/wp-content/uploads/header_training_tails.jpg" alt="training_tails" width="317" height="68" />\n\n<em>By\nJason Pratte, Lead Keeper, Zoo Atlanta\nAAZK Behavioral Husbandry Committee Member</em>\n\n<em>The AAZK Animal Training Committee strives to support the mission of AAZK, Inc. by\nproviding information and learning opportunities for animal care professionals to\nfacilitate the use of operant conditioning and other training techniques, to achieve\nbehavioral management goals and excellence in animal care.</em>\n\nThis submission is a continuation of our ‘Training Tips\' series, as a way for trainers to review basic training terminology and methods to further sharpen their training skills.  This month, we will be looking at choosing and establishing a cue, some of the common problems trainers may have experienced and how to resolve some of those issues.\n\nThink back on training sessions you have participated in or observed. Did you ever notice times when the animal just wasn\'t "getting" what it was the trainer was trying to teach them? Or that it takes 20 repeats of the cue to elicit the desired behavior? Or that your well-trained animal is asked for one behavior, but then often offers a different one? These might be issues related to the cue.\n\n<p><img src="http://aecetia.net/gws/aazk/wp-content/uploads/yang-open.jpg" alt="yang-open" title="yang-open" width="514" height="400" class="alignnone size-full wp-image-649" /></p>\n\nA cue, or conditioned stimulus, is the signal that a trainer chooses to indicate that they want the subject to perform a particular behavior. It can be anything that the subject you are working with can perceive. The most commonly used cues are verbal commands (auditory) and hand signals (visual), but trainers have used light, odors, touch, music, vibration, tool, etc. The list of possible cues is limited only by the trainer\'s imagination, but based on physiology, animals may respond better to some cue stimuli than others. When establishing which cue is going to be associated with a desired behaviour, stop and think: is the cue distinct? Is it recognizable by the animal, from other cues being used by trainers, and from stimuli the animal is exposed to every day? For example, let\'s say you want to train an okapi to come in from the exhibit when you ring a bell. You want the bell to be the cue that means "come into the barn," but your okapi spend their day out on exhibit listening to the zoo train chug past, with the engineer ringing a bell randomly. The bell is likely going to lose effectiveness as a cue (if it ever works in this situation). The okapi would likely respond to sounds associated with the trainers themselves: doors opening, calling her along with the bell, etc. Be sure the cue is something unique, distinguishable from the environment and easily associated with the behavior you want to teach.\n\nLikewise, ensure that the different cues you use remain distinct from one another. When I first began working with the pandas at Zoo Atlanta several years ago, I began training them an "open mouth" behavior. I used the verbal cue "open" paired with my thumb and fingers being spread apart in front of their face. The training went well, though slower than I expected. I turned the behavior over to another keeper to help maintain it, and then we both began experiencing problems. We would  ask for "open" and often get a paw placed on the mesh instead. We would get frustrated, and the pandas even more so. It was a new, inexperienced keeper, unfamiliar with the training program, who caught what was happening. She asked one day if I meant for the end of the "open" cue (fingers spread apart from thumb) to look like the cue for "paw" (the trainer\'s hand presented in front of the panda as if we were telling them to "halt").  I stopped and looked at the cue from the bear\'s perspective, and lo, she was right. To the bear, they looked almost identical, with the trainer presenting essentially an open hand to them. We changed the "open" cue to just the thumb and forefinger spreading apart, and within a few weeks the behaviors were being presented as asked.\n\nIf you are having obvious confusion or frustration demonstrated from your training subject, take a step back and examine your cues.  Ask another keeper to watch your session to observe, specifically your cues and actions. Are you using two whistle blasts to signal something different from one blast? And what if the animal only hears one because of ambient noise? Or is not sure if it heard two or three? Keep the cue simple, within the animal\'s perception, and distinct.\n\nNow a bit about stimulus control. Stimulus control is when a stimulus (cue) increases the probability of a behavior occurring (conditioned response) because that behavior was historically strongly reinforced in the presence of the cue (AAZK/AZA, 2003: Stimulus Control – A behavior is said to be under stimulus control if it meets 3 conditions: 1) It is immediately offered following the SD; 2) It is offered only when preceded by the correct SD; 3) It is not offered in the presence of another SD. [SD = cue]). There are a lot of factors involved in stimulus control, but since they are well described by Karen Pryor in her book "Don\'t Shoot the Dog" we\'ll touch on just the most basic aspects here...', 'I Said "Exit Stage LEFT" You Idiot!  (Or, Is Your Cue Really Telling Your Subject What You Think It Is?)', 0, '', 'inherit', 'closed', 'closed', '', '647-revision-2', '', '', '2009-08-31 21:00:50', '2009-09-01 02:00:50', '', 647, 'http://aazk.org/uncategorized/647-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (651, 1, '2009-08-31 21:02:49', '2009-09-01 02:02:49', '<img class="alignnone size-full wp-image-378" title="training_tails" src="http://aecetia.net/gws/aazk/wp-content/uploads/header_training_tails.jpg" alt="training_tails" width="317" height="68" />\r\n\r\n<em>By\r\nJason Pratte, Lead Keeper, Zoo Atlanta\r\nAAZK Behavioral Husbandry Committee Member</em>\r\n\r\n<em>The AAZK Animal Training Committee strives to support the mission of AAZK, Inc. by\r\nproviding information and learning opportunities for animal care professionals to\r\nfacilitate the use of operant conditioning and other training techniques, to achieve\r\nbehavioral management goals and excellence in animal care.</em>\r\n\r\nThis submission is a continuation of our ‘Training Tips\' series, as a way for trainers to review basic training terminology and methods to further sharpen their training skills.  This month, we will be looking at choosing and establishing a cue, some of the common problems trainers may have experienced and how to resolve some of those issues.\r\n\r\nThink back on training sessions you have participated in or observed. Did you ever notice times when the animal just wasn\'t "getting" what it was the trainer was trying to teach them? Or that it takes 20 repeats of the cue to elicit the desired behavior? Or that your well-trained animal is asked for one behavior, but then often offers a different one? These might be issues related to the cue.\r\n\r\n<img class="alignnone size-full wp-image-649" title="yang-open" src="http://aecetia.net/gws/aazk/wp-content/uploads/yang-open.jpg" alt="yang-open" width="514" height="400" />\r\n\r\nA cue, or conditioned stimulus, is the signal that a trainer chooses to indicate that they want the subject to perform a particular behavior. It can be anything that the subject you are working with can perceive. The most commonly used cues are verbal commands (auditory) and hand signals (visual), but trainers have used light, odors, touch, music, vibration, tool, etc. The list of possible cues is limited only by the trainer\'s imagination, but based on physiology, animals may respond better to some cue stimuli than others. When establishing which cue is going to be associated with a desired behaviour, stop and think: is the cue distinct? Is it recognizable by the animal, from other cues being used by trainers, and from stimuli the animal is exposed to every day? For example, let\'s say you want to train an okapi to come in from the exhibit when you ring a bell. You want the bell to be the cue that means "come into the barn," but your okapi spend their day out on exhibit listening to the zoo train chug past, with the engineer ringing a bell randomly. The bell is likely going to lose effectiveness as a cue (if it ever works in this situation). The okapi would likely respond to sounds associated with the trainers themselves: doors opening, calling her along with the bell, etc. Be sure the cue is something unique, distinguishable from the environment and easily associated with the behavior you want to teach.\r\n\r\nLikewise, ensure that the different cues you use remain distinct from one another. When I first began working with the pandas at Zoo Atlanta several years ago, I began training them an "open mouth" behavior. I used the verbal cue "open" paired with my thumb and fingers being spread apart in front of their face. The training went well, though slower than I expected. I turned the behavior over to another keeper to help maintain it, and then we both began experiencing problems. We would  ask for "open" and often get a paw placed on the mesh instead. We would get frustrated, and the pandas even more so. It was a new, inexperienced keeper, unfamiliar with the training program, who caught what was happening. She asked one day if I meant for the end of the "open" cue (fingers spread apart from thumb) to look like the cue for "paw" (the trainer\'s hand presented in front of the panda as if we were telling them to "halt").  I stopped and looked at the cue from the bear\'s perspective, and lo, she was right. To the bear, they looked almost identical, with the trainer presenting essentially an open hand to them. We changed the "open" cue to just the thumb and forefinger spreading apart, and within a few weeks the behaviors were being presented as asked.\r\n\r\nIf you are having obvious confusion or frustration demonstrated from your training subject, take a step back and examine your cues.  Ask another keeper to watch your session to observe, specifically your cues and actions. Are you using two whistle blasts to signal something different from one blast? And what if the animal only hears one because of ambient noise? Or is not sure if it heard two or three? Keep the cue simple, within the animal\'s perception, and distinct.\r\n\r\nNow a bit about stimulus control. Stimulus control is when a stimulus (cue) increases the probability of a behavior occurring (conditioned response) because that behavior was historically strongly reinforced in the presence of the cue (AAZK/AZA, 2003: Stimulus Control – A behavior is said to be under stimulus control if it meets 3 conditions: 1) It is immediately offered following the S<sup>D</sup>; 2) It is offered only when preceded by the correct SD; 3) It is not offered in the presence of another SD. [SD = cue]). There are a lot of factors involved in stimulus control, but since they are well described by Karen Pryor in her book "Don\'t Shoot the Dog" we\'ll touch on just the most basic aspects here...', 'I Said "Exit Stage LEFT" You Idiot!  (Or, Is Your Cue Really Telling Your Subject What You Think It Is?)', 0, '', 'inherit', 'closed', 'closed', '', '647-autosave', '', '', '2009-08-31 21:02:49', '2009-09-01 02:02:49', '', 647, 'http://aazk.org/uncategorized/647-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (652, 1, '2009-08-31 21:01:03', '2009-09-01 02:01:03', '<img class="alignnone size-full wp-image-378" title="training_tails" src="http://aecetia.net/gws/aazk/wp-content/uploads/header_training_tails.jpg" alt="training_tails" width="317" height="68" />\r\n\r\n<em>By\r\nJason Pratte, Lead Keeper, Zoo Atlanta\r\nAAZK Behavioral Husbandry Committee Member</em>\r\n\r\n<em>The AAZK Animal Training Committee strives to support the mission of AAZK, Inc. by\r\nproviding information and learning opportunities for animal care professionals to\r\nfacilitate the use of operant conditioning and other training techniques, to achieve\r\nbehavioral management goals and excellence in animal care.</em>\r\n\r\nThis submission is a continuation of our ‘Training Tips\' series, as a way for trainers to review basic training terminology and methods to further sharpen their training skills.  This month, we will be looking at choosing and establishing a cue, some of the common problems trainers may have experienced and how to resolve some of those issues.\r\n\r\nThink back on training sessions you have participated in or observed. Did you ever notice times when the animal just wasn\'t "getting" what it was the trainer was trying to teach them? Or that it takes 20 repeats of the cue to elicit the desired behavior? Or that your well-trained animal is asked for one behavior, but then often offers a different one? These might be issues related to the cue.\r\n\r\n<p><img src="http://aecetia.net/gws/aazk/wp-content/uploads/yang-open.jpg" alt="yang-open" title="yang-open" width="514" height="400" class="alignnone size-full wp-image-649" /></p>\r\n\r\nA cue, or conditioned stimulus, is the signal that a trainer chooses to indicate that they want the subject to perform a particular behavior. It can be anything that the subject you are working with can perceive. The most commonly used cues are verbal commands (auditory) and hand signals (visual), but trainers have used light, odors, touch, music, vibration, tool, etc. The list of possible cues is limited only by the trainer\'s imagination, but based on physiology, animals may respond better to some cue stimuli than others. When establishing which cue is going to be associated with a desired behaviour, stop and think: is the cue distinct? Is it recognizable by the animal, from other cues being used by trainers, and from stimuli the animal is exposed to every day? For example, let\'s say you want to train an okapi to come in from the exhibit when you ring a bell. You want the bell to be the cue that means "come into the barn," but your okapi spend their day out on exhibit listening to the zoo train chug past, with the engineer ringing a bell randomly. The bell is likely going to lose effectiveness as a cue (if it ever works in this situation). The okapi would likely respond to sounds associated with the trainers themselves: doors opening, calling her along with the bell, etc. Be sure the cue is something unique, distinguishable from the environment and easily associated with the behavior you want to teach.\r\n\r\nLikewise, ensure that the different cues you use remain distinct from one another. When I first began working with the pandas at Zoo Atlanta several years ago, I began training them an "open mouth" behavior. I used the verbal cue "open" paired with my thumb and fingers being spread apart in front of their face. The training went well, though slower than I expected. I turned the behavior over to another keeper to help maintain it, and then we both began experiencing problems. We would  ask for "open" and often get a paw placed on the mesh instead. We would get frustrated, and the pandas even more so. It was a new, inexperienced keeper, unfamiliar with the training program, who caught what was happening. She asked one day if I meant for the end of the "open" cue (fingers spread apart from thumb) to look like the cue for "paw" (the trainer\'s hand presented in front of the panda as if we were telling them to "halt").  I stopped and looked at the cue from the bear\'s perspective, and lo, she was right. To the bear, they looked almost identical, with the trainer presenting essentially an open hand to them. We changed the "open" cue to just the thumb and forefinger spreading apart, and within a few weeks the behaviors were being presented as asked.\r\n\r\nIf you are having obvious confusion or frustration demonstrated from your training subject, take a step back and examine your cues.  Ask another keeper to watch your session to observe, specifically your cues and actions. Are you using two whistle blasts to signal something different from one blast? And what if the animal only hears one because of ambient noise? Or is not sure if it heard two or three? Keep the cue simple, within the animal\'s perception, and distinct.\r\n\r\nNow a bit about stimulus control. Stimulus control is when a stimulus (cue) increases the probability of a behavior occurring (conditioned response) because that behavior was historically strongly reinforced in the presence of the cue (AAZK/AZA, 2003: Stimulus Control – A behavior is said to be under stimulus control if it meets 3 conditions: 1) It is immediately offered following the SD; 2) It is offered only when preceded by the correct SD; 3) It is not offered in the presence of another SD. [SD = cue]). There are a lot of factors involved in stimulus control, but since they are well described by Karen Pryor in her book "Don\'t Shoot the Dog" we\'ll touch on just the most basic aspects here...', 'I Said "Exit Stage LEFT" You Idiot!  (Or, Is Your Cue Really Telling Your Subject What You Think It Is?)', 0, '', 'inherit', 'closed', 'closed', '', '647-revision-3', '', '', '2009-08-31 21:01:03', '2009-09-01 02:01:03', '', 647, 'http://aazk.org/uncategorized/647-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (653, 1, '2009-08-31 21:02:31', '2009-09-01 02:02:31', '<img class="alignnone size-full wp-image-378" title="training_tails" src="http://aecetia.net/gws/aazk/wp-content/uploads/header_training_tails.jpg" alt="training_tails" width="317" height="68" />\r\n\r\n<em>By\r\nJason Pratte, Lead Keeper, Zoo Atlanta\r\nAAZK Behavioral Husbandry Committee Member</em>\r\n\r\n<em>The AAZK Animal Training Committee strives to support the mission of AAZK, Inc. by\r\nproviding information and learning opportunities for animal care professionals to\r\nfacilitate the use of operant conditioning and other training techniques, to achieve\r\nbehavioral management goals and excellence in animal care.</em>\r\n\r\nThis submission is a continuation of our ‘Training Tips\' series, as a way for trainers to review basic training terminology and methods to further sharpen their training skills.  This month, we will be looking at choosing and establishing a cue, some of the common problems trainers may have experienced and how to resolve some of those issues.\r\n\r\nThink back on training sessions you have participated in or observed. Did you ever notice times when the animal just wasn\'t "getting" what it was the trainer was trying to teach them? Or that it takes 20 repeats of the cue to elicit the desired behavior? Or that your well-trained animal is asked for one behavior, but then often offers a different one? These might be issues related to the cue.\r\n\r\n<img class="alignnone size-full wp-image-649" title="yang-open" src="http://aecetia.net/gws/aazk/wp-content/uploads/yang-open.jpg" alt="yang-open" width="514" height="400" />\r\n\r\nA cue, or conditioned stimulus, is the signal that a trainer chooses to indicate that they want the subject to perform a particular behavior. It can be anything that the subject you are working with can perceive. The most commonly used cues are verbal commands (auditory) and hand signals (visual), but trainers have used light, odors, touch, music, vibration, tool, etc. The list of possible cues is limited only by the trainer\'s imagination, but based on physiology, animals may respond better to some cue stimuli than others. When establishing which cue is going to be associated with a desired behaviour, stop and think: is the cue distinct? Is it recognizable by the animal, from other cues being used by trainers, and from stimuli the animal is exposed to every day? For example, let\'s say you want to train an okapi to come in from the exhibit when you ring a bell. You want the bell to be the cue that means "come into the barn," but your okapi spend their day out on exhibit listening to the zoo train chug past, with the engineer ringing a bell randomly. The bell is likely going to lose effectiveness as a cue (if it ever works in this situation). The okapi would likely respond to sounds associated with the trainers themselves: doors opening, calling her along with the bell, etc. Be sure the cue is something unique, distinguishable from the environment and easily associated with the behavior you want to teach.\r\n\r\nLikewise, ensure that the different cues you use remain distinct from one another. When I first began working with the pandas at Zoo Atlanta several years ago, I began training them an "open mouth" behavior. I used the verbal cue "open" paired with my thumb and fingers being spread apart in front of their face. The training went well, though slower than I expected. I turned the behavior over to another keeper to help maintain it, and then we both began experiencing problems. We would  ask for "open" and often get a paw placed on the mesh instead. We would get frustrated, and the pandas even more so. It was a new, inexperienced keeper, unfamiliar with the training program, who caught what was happening. She asked one day if I meant for the end of the "open" cue (fingers spread apart from thumb) to look like the cue for "paw" (the trainer\'s hand presented in front of the panda as if we were telling them to "halt").  I stopped and looked at the cue from the bear\'s perspective, and lo, she was right. To the bear, they looked almost identical, with the trainer presenting essentially an open hand to them. We changed the "open" cue to just the thumb and forefinger spreading apart, and within a few weeks the behaviors were being presented as asked.\r\n\r\nIf you are having obvious confusion or frustration demonstrated from your training subject, take a step back and examine your cues.  Ask another keeper to watch your session to observe, specifically your cues and actions. Are you using two whistle blasts to signal something different from one blast? And what if the animal only hears one because of ambient noise? Or is not sure if it heard two or three? Keep the cue simple, within the animal\'s perception, and distinct.\r\n\r\nNow a bit about stimulus control. Stimulus control is when a stimulus (cue) increases the probability of a behavior occurring (conditioned response) because that behavior was historically strongly reinforced in the presence of the cue (AAZK/AZA, 2003: Stimulus Control – A behavior is said to be under stimulus control if it meets 3 conditions: 1) It is immediately offered following the S<sup>D</sup>; 2) It is offered only when preceded by the correct SD; 3) It is not offered in the presence of another SD. [SD = cue]). There are a lot of factors involved in stimulus control, but since they are well described by Karen Pryor in her book "Don\'t Shoot the Dog" we\'ll touch on just the most basic aspects here...', 'I Said "Exit Stage LEFT" You Idiot!  (Or, Is Your Cue Really Telling Your Subject What You Think It Is?)', 0, '', 'inherit', 'closed', 'closed', '', '647-revision-4', '', '', '2009-08-31 21:02:31', '2009-09-01 02:02:31', '', 647, 'http://aazk.org/uncategorized/647-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (654, 1, '2009-08-31 21:03:24', '2009-09-01 02:03:24', '<img class="alignnone size-full wp-image-378" title="training_tails" src="http://aecetia.net/gws/aazk/wp-content/uploads/header_training_tails.jpg" alt="training_tails" width="317" height="68" />\r\n\r\n<em>By\r\nJason Pratte, Lead Keeper, Zoo Atlanta\r\nAAZK Behavioral Husbandry Committee Member</em>\r\n\r\n<em>The AAZK Animal Training Committee strives to support the mission of AAZK, Inc. by\r\nproviding information and learning opportunities for animal care professionals to\r\nfacilitate the use of operant conditioning and other training techniques, to achieve\r\nbehavioral management goals and excellence in animal care.</em>\r\n\r\nThis submission is a continuation of our ‘Training Tips\' series, as a way for trainers to review basic training terminology and methods to further sharpen their training skills.  This month, we will be looking at choosing and establishing a cue, some of the common problems trainers may have experienced and how to resolve some of those issues.\r\n\r\nThink back on training sessions you have participated in or observed. Did you ever notice times when the animal just wasn\'t "getting" what it was the trainer was trying to teach them? Or that it takes 20 repeats of the cue to elicit the desired behavior? Or that your well-trained animal is asked for one behavior, but then often offers a different one? These might be issues related to the cue.\r\n\r\n<img class="alignnone size-full wp-image-649" title="yang-open" src="http://aecetia.net/gws/aazk/wp-content/uploads/yang-open.jpg" alt="yang-open" width="514" height="400" />\r\n\r\nA cue, or conditioned stimulus, is the signal that a trainer chooses to indicate that they want the subject to perform a particular behavior. It can be anything that the subject you are working with can perceive. The most commonly used cues are verbal commands (auditory) and hand signals (visual), but trainers have used light, odors, touch, music, vibration, tool, etc. The list of possible cues is limited only by the trainer\'s imagination, but based on physiology, animals may respond better to some cue stimuli than others. When establishing which cue is going to be associated with a desired behaviour, stop and think: is the cue distinct? Is it recognizable by the animal, from other cues being used by trainers, and from stimuli the animal is exposed to every day? For example, let\'s say you want to train an okapi to come in from the exhibit when you ring a bell. You want the bell to be the cue that means "come into the barn," but your okapi spend their day out on exhibit listening to the zoo train chug past, with the engineer ringing a bell randomly. The bell is likely going to lose effectiveness as a cue (if it ever works in this situation). The okapi would likely respond to sounds associated with the trainers themselves: doors opening, calling her along with the bell, etc. Be sure the cue is something unique, distinguishable from the environment and easily associated with the behavior you want to teach.\r\n\r\nLikewise, ensure that the different cues you use remain distinct from one another. When I first began working with the pandas at Zoo Atlanta several years ago, I began training them an "open mouth" behavior. I used the verbal cue "open" paired with my thumb and fingers being spread apart in front of their face. The training went well, though slower than I expected. I turned the behavior over to another keeper to help maintain it, and then we both began experiencing problems. We would  ask for "open" and often get a paw placed on the mesh instead. We would get frustrated, and the pandas even more so. It was a new, inexperienced keeper, unfamiliar with the training program, who caught what was happening. She asked one day if I meant for the end of the "open" cue (fingers spread apart from thumb) to look like the cue for "paw" (the trainer\'s hand presented in front of the panda as if we were telling them to "halt").  I stopped and looked at the cue from the bear\'s perspective, and lo, she was right. To the bear, they looked almost identical, with the trainer presenting essentially an open hand to them. We changed the "open" cue to just the thumb and forefinger spreading apart, and within a few weeks the behaviors were being presented as asked.\r\n\r\nIf you are having obvious confusion or frustration demonstrated from your training subject, take a step back and examine your cues.  Ask another keeper to watch your session to observe, specifically your cues and actions. Are you using two whistle blasts to signal something different from one blast? And what if the animal only hears one because of ambient noise? Or is not sure if it heard two or three? Keep the cue simple, within the animal\'s perception, and distinct.\r\n\r\nNow a bit about stimulus control. Stimulus control is when a stimulus (cue) increases the probability of a behavior occurring (conditioned response) because that behavior was historically strongly reinforced in the presence of the cue (AAZK/AZA, 2003: Stimulus Control – A behavior is said to be under stimulus control if it meets 3 conditions: 1) It is immediately offered following the S<sup>D</sup>; 2) It is offered only when preceded by the correct S<sup>D</sup>; 3) It is not offered in the presence of another S<sup>D</sup>. [S<sup>D</sup> = cue]). There are a lot of factors involved in stimulus control, but since they are well described by Karen Pryor in her book "Don\'t Shoot the Dog" we\'ll touch on just the most basic aspects here...', 'I Said "Exit Stage LEFT" You Idiot!  (Or, Is Your Cue Really Telling Your Subject What You Think It Is?)', 0, '', 'inherit', 'closed', 'closed', '', '647-revision-5', '', '', '2009-08-31 21:03:24', '2009-09-01 02:03:24', '', 647, 'http://aazk.org/uncategorized/647-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (655, 1, '2009-08-31 20:53:44', '2009-09-01 01:53:44', '<p><em>By<br />Angie Adkin, Assistant Lead Keeper<br />Lincoln Park Zoo, Chicago, IL</em></p>\r\n\r\n<p><strong>Background:</strong><br />\r\nStanding 8ft. tall and weighing 1772lbs.1, Indie is an 11-year-old female Bactrian camel [Camelus bactrianus] that was born at Lincoln Park Zoo (LPZ). Prior to 2004, Indie had no formal operant-conditioning training nor was she halter trained as a youngster. Instead, Indie was mother-reared amongst a large herd of females in a protected-contact setting. Indie is a dominant female at LPZ who is extremely food motivated. I used both of these factors to my advantage when I started her operant-conditioning program. </p>\r\n\r\n<p>In 2004, when I first met Indie, I began the process by feeding her carrots and conditioning her to get used to my presence. The formal operant-conditioning training started, in the fall of 2005, when I introduced her to the bridge. Within a few weeks after I introduced the bridge (whistle), Indie paired the bridge with food. She proved to be an eager participant in the operant-conditioning program.</p>\r\n\r\n<p><strong>Training Triumphs:</strong><br />\r\nThe stalls in the barn had horizontal oak boards with metal bar windows that give just a small access area for target training, which I felt was limiting Indie\'s training potential. After discussions with my managers, we installed a 2\' x 3\' [~ 0.6 x 0.9m] heavy-duty nylon net, known as a horse stall guard, across the stall door opening. This allowed Indie\'s head and neck to be more exposed for tactile desensitization (i.e. palpating, grooming, checking eyes/ears) when the stall door was opened while inhibiting her from exiting the stall. Additionally, it was determined that it would be best for me to enter the stall to work with Indie (with another keeper present for safety) when she was laying down sternally with all four of her feet tucked underneath her body. This position is referred to as a cush in the camelid world.</p>\r\n\r\n<p>Indie responded well to me entering her stall since animal keepers in the past had gone in with her in this position. However, since she had a tendency to be a bit assertive in a cush, I decided it was best to only give the primary reinforcer, food, at the end of the cush session. During the cush session, I used a secondary reinforcer of tactile scratches/ brushing to reward her. In the new protected-contact setup Indie\'s training flourished and evolved. It even included desensitizing her to a wearing a pink halter.</p>\r\n\r\n<p><img src="http://aecetia.net/gws/aazk/wp-content/uploads/camel.jpg" alt="camel" title="camel" width="522" height="377" class="alignnone size-full wp-image-642" /></p>\r\n\r\n<p><strong>Whos Training Who:</strong><br />\r\nSo the training went on…until, one morning this past fall, I shifted the camels inside from their overnight yard and noticed that Indie was in a cush within 10 minutes after eating her morning grain ration. Typically, she would cush in the stall, but not until 30–60 minutes after coming into the barn. I thought to myself, hmmmm, maybe she\'s just really eager to train today. So, I immediately reinforced her with her favorite fruits. At the moment, I realized that it might be possible to capture the cush behavior. </p>\r\n\r\n<p>Historically, the traditional way to train a domestic camel to cush involves roping their legs to forcefully encourage them down. This training typically happens when they are youngsters. For Indie, this was not a plausible option...</p>\r\n\r\n<p>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="/join/">JOIN NOW</a>!</p>', 'Training a Camel to Cush  Using Operant Conditioning', 0, '', 'inherit', 'closed', 'closed', '', '640-revision-5', '', '', '2009-08-31 20:53:44', '2009-09-01 01:53:44', '', 640, 'http://aazk.org/uncategorized/640-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1045, 2, '2010-01-30 15:57:14', '2010-01-30 20:57:14', '<strong>February 21-24, 2010</strong> – <em><strong>Giraffe Professionals Conference</strong></em> to be held in Phoenix , AZ. The International Association of Giraffe Care Professionals is pleased to announce the first-ever conference “All of the Above” devoted to all aspects of giraffe care in captivity. All individuals interested in giraffe and the advancement of their care are invited to join us for this groundbreaking event. Conference is being hosted by the Phoenix Zoo with sponsorship from the Oakland Zoo. For more information, registration or for those who may be interested in presenting at the conference, please visit <a href="http://www.giraffecare.org">http://www.giraffecare.org/</a>\r\n\r\n<strong>March 3-6, 2010</strong> - <strong><em>International Association of Avian Trainers and Educators (IAATE) Conference</em></strong> held in Albuquerque, NM.  It’s not too early to start planning to attend the 2010 IAATE Conference hosted by Avian Ambassadors in Albuquerque, New Mexico. The 2010 IAATE Conference will provide a wonderful opportunity to learn more about avian training, show content, educational messaging, enrichment ideas, avian health and welfare from the leading authorities in the industry. Get ready for Conference Trips, Workshops, Visit the Rio Grande Zoo and Aquarium, and we are bringing back the Training Panel.  <strong>Stephen J. Bodio</strong> is our Keynote Speaker. Steve was born and educated in Boston and has lived in Magdalena , New Mexico, for over twenty years. He has traveled extensively in Europe, Africa, and especially Asia. His book <strong><em>Eagle Dreams</em></strong> is about the Kazakh horsemen of Mongolia . It is the journey to and in writing this book that Steve will talk about with his slide presentation.  We also have <strong>Susan G. Friedman, Ph.D</strong> with a featured paper on Saturday morning!  Dr. Friedman is a psychology professor at Utah State University with a special interest in applied behavior analysis (ABA), the technology of behavior change so effective with human learners. Over the last decade, she has pioneered the dissemination of ABA principles, procedures and ethical standards to improve the quality of life for animals. For more information visit <a href="http://www.IAATE.org">www.IAATE.org</a> and start planning today!\r\n\r\nThis year, Online Registration is available!  Go to <a href="http://www.IAATE.org">www.IAATE.org</a> for all registration and conference details. Online registrations must be submitted and Mail-in registrations must be postmarked by February 6, 2010.  Walk-in registrations will be accepted at the conference.\r\n\r\nHotel Reservations must be made by February 14, 2010 to get the special IAATE rate.\r\n\r\n<strong>April 15 –18, 2010</strong> - <strong><em>4th Otter Keeper Workshop</em></strong> -  the Cincinnati Zoo in Cincinnati, Ohio will host.  This year the focus of the workshop will be expanded to include all of the otters managed under the Otter SSP® ­­ North American river otters, Asian small-clawed otters, African clawless, African spot-necked and giant otters.  Keepers working with any of the species are welcome to attend.  Topics will include:  captive  management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, lots of sharing of information between keepers.\r\n\r\nRegistration will be $75 and the deadline is December 15, 2009.  Spots fill up fast so please register early.  A waiting list will be maintained once the workshop is filled.  Due to the popularity of the workshop, priority will be given to first time attendees.  Please just one registrant per institution.  <strong>No refunds after January 15, 2010.</strong>\r\nAccommodations:   A hotel near the Cincinnati Zoo or the Newport Aquarium. Room negotiations are ongoing.  Roommates are encouraged. You will be matched if you indicate that you wish to have a roommate.\r\nInformation can be found on:  <a href="http://www.OtterSpotter.com">www.OtterSpotter.com</a>\r\nFor more information contact: David Hamilton at Seneca Park Zoo, 2222 St. Paul St., Rochester, NY 14617; phone: 585-336-2502; 585-266-5775 fax\r\n<a href="mailto:dhamilton@monroecounty.gov">dhamilton@monroecounty.gov </a>\r\n\r\n<strong>April 25-30, 2010 </strong>- <em><strong>Animal Behavior Management Alliance (ABMA) Annual Conference</strong></em> - In Pittsburgh, PA. The theme of this 10th Anniversary Conference is “Defining a Decade: Animal Management - Past, Present, and Future”.\r\n\r\nConference programming includes: Dr. Vint Virga, a Veterinary Behaviorist as keynote speaker, formal presentations, numerous workshops and seminars, a poster session, and site visits to animal facilities.  All conference details can be found at <a href="http://www.theabma.org">www.theabma.org</a>.  The conference will be held at the Hilton Pittsburgh located in downtown Pittsburgh.  Mention that you are with the ABMA and receive a special room rate of $119/night Reservations must be made by March 23, 2010 at 412-391-4600.  Contact Nicole Begley at <a href="mailto:nicole.begley@aviary.org">nicole.begley@aviary.org</a> or 412-323-7235 ext 216 with questions.\r\n\r\n<strong>May 11-15, 2010</strong> - <strong><em>International Gorilla Workshop</em></strong> – 2010 - Oklahoma City Zoo is excited to host the 2010 International Gorilla Workshop. We hope you’ll join us for these informative sessions. Our keynote speakers who are confirmed are Dave Morgan and Charlene Jendry. We are in final confirmation stage to get Dr. Ilana Kutinsky here as our third keynote.  The Gorilla Workshop was created to promote and improve husbandry, management and conservation of gorillas. It is necessary to collaborate with colleagues to better provide for and understand gorillas in our care. The 2010 Gorilla Workshop will include a number of topics with an emphasis on multi-male and bachelor groups, as well as innovative and best practices in gorilla husbandry. The deadline for abstracts is 10 February 2010.\r\n\r\nAbstracts must contain the following:\r\n• Author’s name, affiliation, address, e-mail address and phone number\r\n• Title of paper\r\n• Concise description of paper not to exceed 500 words (single space)\r\n• On a separate page please provide a concise bio of the author/presenter\r\n\r\nSuggested Topics (1 full day will be devoted to each main topic): Innovations and best practices in gorilla husbandry: Retro-fitting existing cages; Innovations in exhibit and holding design to facilitate husbandry; Philosophy driven husbandry programs - What’s yours and why does it work for your facility?; How to promote mother-rearing; Surrogate programs;; Behavioral husbandry – What is working to promote innovations in gorilla management?; Multi-male and bachelor groups: Best practices – What’s working at your facility? What’s not and how can we learn from it?; Research Updates;  Complexities such as holding/exhibit design;  Introduction strategies; Management strategies; Field Work and Conservation: Ape Sanctuaries/Updates from the Field; Fundraisers to support in situ work; and In or Ex-situ conservation education programs.\r\n\r\nPlease send via e-mail or CD (in Word format) to: Laura Bottaro OR Donna Mobbs, OKC Zoo, 2101 NE 50th St.,, Okla. City, OK 73111        Emails: <a href="mailto:LBottaro@okczoo.com">LBottaro@okczoo.com</a> <a href="mailto:DMobbs@okczoo.com">DMobbs@okczoo.com</a>\r\n\r\nRegistration fees of $195 are due by 10 February 2010. A late fee of $30 will be assessed after 10 February. Ten dollars from each registration will be combined to benefit one or more in situ conservation project(s).   If you have other general question about the workshop, OKC, etc, please contact Brian Aucone, <a href="mailto:BrianA@okczoo.com">BrianA@okczoo.com</a>, 405-425-0283.\r\n\r\n<strong>August 30 - September 3, 2010</strong> - <strong><em>7th International Penguin Conference</em></strong> - in Boston, MA.  Hosted by The New England Aquarium.  For info email <a href="mailto:ipcboston@neaq.org">ipcboston@neaq.org</a>.\r\n<strong>\r\nSeptember 7-12, 2010 </strong>- <strong><em>National AZAD Conference</em></strong> Hosted by Brookfield Zoo, Brookfield, IL USA. Call for Papers--Share your ideas by presenting a paper addressing ways people can work to conserve our Earth and all the gifts it gives us - Abstracts must be submitted by January 15, 2010; Notification of Acceptance is February 15, 2010; Completed papers are due April 1, 2010.  Presentations should be 45 minutes in length, including 10 minutes for Q&amp;A.  Please email abstracts to <a href="mailto:AZAD2010info@gmail.com">AZAD2010info@gmail.com</a> with the subject line being “Abstract”.  Include name and contact info, title of paper, abstract, audio-visual equipment needed, your zoo/aquarium affiliation and AZAD membership category.\r\n\r\n<strong>September 27-30, 2010</strong>\r\n<strong>AZA Orangutan SSP® Workshop </strong>– at the Denver Zoo, Denver, CO. Theme:  “Conservation &amp; Husbandry Innovations for the New Decade” Climb Up to a Higher Branch at the 4th Annual Orangutan SSP® Husbandry Workshop! - Focused on the care and management of orangutans, the workshop will bring together orangutan caregivers and managers, researchers, and field biologists to share the most current information on husbandry, conservation, and emergent issues pertaining to captive and wild populations of orangutans. Workshop registration fee is $125. The workshop will be held in conjunction with the Orangutan SSP® Masterplan meetings which will take place on Sunday, September 26, 2010.  For additional information contact Ronda Schwetz at <a href="mailto:rschwetz@denverzoo.org">rschwetz@denverzoo.org</a>.   Online registration will be available soon at <a href="http://www.denverzoo.org">www.denverzoo.org</a>.\r\n\r\nPre-Conference Trip to Cheyenne Mountain Zoo Sunday, September 26—more details soon!<strong>\r\nSeptember 28-October 2, 2010</strong> -<strong><em> 20th International Zoo Educators’ (IZE) Biennial Conference</em></strong> - at Disney’s Animal Kingdom, Orlando, FL.  For more information, please visit <a href="http://www.izea.net">http://www.izea.net</a>.\r\n\r\n<em><strong>Upcoming AAZK National Conferences</strong></em>\r\n\r\n2010 - Philadelphia, PA - August 22-26\r\n\r\n2011 - San Diego, CA - August 24-28\r\n\r\n2012 - Syracuse, NY - September 23-27\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at\r\n<a href="http://aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>\r\n\r\n<em><strong>Upcoming AZA National Conferences</strong></em>\r\n\r\nSeptember 11-16, 2010  - AZA 2010 Annual Conference - Hosted by Houston Zoo, Houston, TX.\r\n\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events February 2010', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2010-01-30 15:57:14', '2010-01-30 20:57:14', '', 435, 'http://aazk.org/uncategorized/435-revision-17/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (819, 1, '2009-09-30 17:50:04', '2009-09-30 22:50:04', '<div class="event">\r\n<h3>October 15-18, 2009</h3>\r\n<strong><em>Elephant Facility Design Workshop </em></strong> - to be held at the Dublin Zoo in Ireland. Will include presentations on the following topics: A Day in the Life of an Elephant - Developing a Design Mission; The Grand Design, an Overview of Elephant Habitat Design; Giant Footsteps, The Development of Dublin Zoo’s Elephant Programme; Laying the Foundations - A History of Elephant Management; Reaching the Target - Elephant Training at the Dublin Zoo; The Winding Path - the History of Zoo Architecture; To Err is Human - Lessons Learned from the Design of the Kaziranga Forest Trail; The Bigger Picture - A Day in the Life of Dublin Zoo’s Elephant Herd; Male Order, Bull Elephant Habitat Design; and Important Additions to the Elephant Habitat Design.  Presenters will be Alan Roocroft of ELEPHANT BUSINESS and  Grant Jones of Jones & Jones (Seattle, WA), and staff from the Dublin Zoo. For more information & booking contact Aoife Keegan at 00353 (1) 4748997 or email <a href="mailto:elephantdesign@dublinzoo.ie">elephantdesign@dublinzoo.ie</a></div>\r\n<div class="event">\r\n<h3>October 21 – 25, 2009</h3>\r\n<strong><em>The Zoological Registrars Association (ZRA) 2009 Annual Conference "Foundations for the Future"</em></strong>, will be hosted by Zoo Boise in Boise, Idaho.  The Annual Conference Program will begin with leadership training and the Icebreaker on Wednesday, October 21.  General Sessions will be held on Thursday, October 22 and Saturday, October 24 and will feature topics like Record Keeping, Permits and Wildlife Legislation, Animal Transport and Records and Collection Management. There will be a variety of formats for presentations including individual papers, workshops, panel discussions and poster presentations.  Zoo Day will be held on Friday, October 23 and will culminate with a special dinner celebrating ZRAs’ 25th Anniversary.  A special evening at Bogus Creek Outfitters featuring a cowboy-style dinner, cowboy poetry, Wild West shoot out, karaoke and a bonfire has been scheduled on Saturday, October 24, and the 2009 Annual Conference will end on Sunday, October 25 with additional ZIMS sessions. ZRA, Zoo Boise and the Owyhee Plaza Hotel welcome delegates to Idaho.   Please visit the ZRA website at <a href="mailto:www.zooregistrars.org">www.zooregistrars.org</a> or contact the 2009 Annual Conference Host, Corinne Roberts/Registrar for Zoo Boise, at (208) 384-4260 ext. 101 or by email at <a href="mailto:cxroberts@cityofboise.org">cxroberts@cityofboise.org</a>.  If you have questions about the 2009 ZRA Annual Conference Program, please contact the Program Chairman, Pam Krentz/Registrar for Cleveland Metroparks Zoo at (216) 635-3361 or by email at <a href="mailto:pak@clevelandmetroparks.com">pak@clevelandmetroparks.com</a></div>\r\n<div class="event">\r\n<h3>November 6-8, 2009</h3>\r\n<strong><em>Second International Bear Care Conference:\r\n"Advancing Bear Care \'09"</em></strong> – to be held n San Francisco, CA. For more info see <a href="http://www.bearcaregroup.org">bearcaregroup.org</a></div>\r\n<div class="event">\r\n<h3>March 3-6, 2010</h3>\r\n<strong><em>International Association of Avian Trainers and Educators (IAATE) Conference</em></strong> – held in Albuquerque, NM.  It’s not too early to start planning to attend the 2010 IAATE Conference hosted by Avian Ambassadors in Albuquerque, New Mexico. The 2010 IAATE Conference will provide a wonderful opportunity to learn more about avian training, show content, educational messaging, enrichment ideas, avian health and welfare from the leading authorities in the industry. Get ready for Conference Trips, Workshops, Visit the Rio Grande Zoo and Aquarium, and we are bringing back the Training Panel.  Stephen J. Bodio is our Keynote Speaker. Steve was born and educated in Boston and has lived in Magdalena , New Mexico, for over twenty years. He has traveled extensively in Europe, Africa, and especially Asia. His book Eagle Dreams is about the Kazakh horsemen of Mongolia . It is the journey to and in writing this book that Steve will talk about with his slide presentation.  We also have Susan G. Friedman, Ph.D with a featured paper on Saturday morning!  Dr. Friedman is a psychology professor at Utah State University with a special interest in applied behavior analysis (ABA), the technology of behavior change so effective with human learners. Over the last decade, she has pioneered the dissemination of ABA principles, procedures and ethical standards to improve the quality of life for animals. For more information visit <a href="http://www.IAATE.org">www.IAATE.org</a> and start planning today!  \r\n\r\n\r\nThis year, Online Registration is available!  Go to <a href="http://www.IAATE.org">www.IAATE.org</a> for all registration and conference details. Online registrations must be submitted and Mail-in registrations must be postmarked by February 6, 2010.  Walk-in registrations will be accepted at the conference.\r\n\r\nHotel Reservations must be made by February 14, 2010 to get the special IAATE rate.\r\n\r\nDEADLINE FOR ABSTRACTS IS OCTOBER 1st, 2009.  That is soon, so get your abstracts in to <a href="mailto:CMa924@aol.com">CMa924@aol.com</a></div>\r\n<div class="event">\r\n<h3>April 15 –18, 2010</h3>\r\n<strong><em>4th Otter Keeper Workshop</em></strong> - the Cincinnati Zoo in Cincinnati, Ohio will host.  This year the focus of the workshop will be expanded to include all of the otters managed under the Otter SSPÆ ­­ North American river otters, Asian small-clawed otters, African clawless, African spot-necked and giant otters. Keepers working with any of the species are welcome to attend. Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, lots of sharing of information between keepers.\r\n\r\nRegistration will be $75 and the <strong>deadline is December 15, 2009</strong>. Spots fill up fast so please register early. A waiting list will be maintained once the workshop is filled. Due to the popularity of the workshop, priority will be given to first- time attendees. †Please just one registrant per institution. †No refunds after January 15, 2010.\r\n\r\nAccommodations: A hotel near the Cincinnati Zoo or the Newport Aquarium. Room negotiations are ongoing. Roommates are encouraged. You will be matched if you  indicate  that you wish to have a roommate.\r\nInformation can be found on: <a href="http://www.OtterSpotter.com">www.OtterSpotter.com</a>\r\n\r\nFor more information contact: David Hamilton at Seneca Park Zoo, 2222 St. Paul St., Rochester, NY 14617; phone: 585-336-2502; 585-266-5775 fax or email at <a href="mailto:dhamilton@monroecounty.gov">dhamilton@monroecounty.gov</a></div>\r\n<div class="event">\r\n<h3>April 25-30, 2010</h3>\r\n<strong><em>Animal Behavior Management Alliance (ABMA) Annual Conference</em></strong> - in Pittsburgh, PA. The theme of this 10th Anniversary Conference is "Defining a Decade: Animal Management - Past, Present, and Future".\r\n\r\nConference programming includes: Dr. Vint Virga, a Veterinary Behaviorist as keynote speaker, formal presentations, numerous workshops and seminars, a poster session, and site visits to animal facilities.  All conference details can be found at <a href="http://www.theabma.org">www.theabma.org</a>.  The conference will be held at the Hilton Pittsburgh located in downtown Pittsburgh.  Mention that you are with the ABMA and receive a special room rate of $119/night Reservations must be made by March 23, 2010 at 412-391-4600.  Contact Nicole Begley at <a href="mailto:nicole.begley@aviary.org ">nicole.begley@aviary.org </a>or 412-323-7235 ext 216 with questions.</div>\r\n<div class="event">\r\n<h3>August 30 - September 3, 2010</h3>\r\n<strong><em>7th International Penguin Conference</em></strong> - in Boston, MA. Hosted by The New England Aquarium. For info email <a href="mailto:ipcboston@neaq.org">ipcboston@neaq.org</a></div>\r\n<div class="event">\r\n<h3>September 28-October 2, 2010</h3>\r\n<strong><em>20th International Zoo Educators\' (IZE) Biennial Conference</em></strong> - at Disney\'s Animal Kingdom, Orlando, FL. For more information, please visit <a href="http://www.izea.net">www.izea.net</a></div>', 'Coming Events October 2009', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2009-09-30 17:50:04', '2009-09-30 22:50:04', '', 435, 'http://aazk.org/uncategorized/435-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (656, 1, '2009-07-31 19:03:00', '2009-08-01 00:03:00', '<div class="event first">\r\n    <h3>August 28 - 29, 2009 </h3>\r\n    \r\n    <p><strong><em>8the Annual Great Lakes Bat Festival</em></strong> - Milwaukee County Zoo, Milwaukee, WI.  For more information: <a href="http://www.batconservation.org">http://www.batconservation.org</a>.</p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>August 31 - September 2, 2009</h3>\r\n    \r\n    <p><strong><em>Third Orangutan SSP&reg; Husbandry Workshop</em></strong> - hosted by Zoo Atlanta, Atlanta, GA. This workshop will focus on the care and management of the orangutan in captivity. The workshop will bring together orangutan caregivers, managers, researchers, and field biologists to share and disseminate the most current information on husbandry, conservation, and emergent issues pertaining to captive and wild populations of orangutans. For more information please visit our website at <a href="http://www.2009orangutanworkshop.org">www.2009orangutanworkshop.org</a> or contact Tom Heitz at <a href="mailto:theitz@zooatlanta.org">theitz@zooatlanta.org</a> or call 404-624-5939.</p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>September 24-29, 2009</h3> \r\n    \r\n    <p><strong><em>Joint 36th National AAZK and 3rd International Congress on Zookeeping Conference</em></strong> - in Seattle, WA. Hosted by the Woodland Park Zoo and the Puget Sound Chapter of AAZK. Check out <a href="http://www.pugetsoundaecetia.net/gws/aazk/">pugetsoundaecetia.net/gws/aazk</a> for conference information.</p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 1-6, 2009</h3>\r\n    \r\n    <p><strong><em>29th Annual Association of Zoo Veterinary Technicians Conference</em></strong> - in Jackson, WY. If you would like more information, please visit <a href="http://www.azvt.org">www.azvt.org</a> or contact Virginia Crossettvia at <a href="mailto:virginia.crossett@louisvilleky.gov">virginia.crossett@louisvilleky.gov</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 4-8, 2009</h3> \r\n    \r\n    <p><strong><em>64th WAZA Annual Conference</em></strong> - in St. Louis, MO. Hosted by the St. Louis Zoo at the Renaissance Grand Hotel. For more information please visit <a href="http://www.waza.org">www.waza.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 15-18, 2009</h3> \r\n    \r\n    <p><strong><em>Elephant Facility Design Workshop </em></strong> - in Dublin, Ireland at the Dublin Zoo.  Workshop will include:</p>\r\n    \r\n    <h4>October 15th - Day One</h4>\r\n    <p><strong>REGISTRATION &amp; ICE BREAKER</strong></p>\r\n    \r\n    <h4>October 16th – Day Two</h4>\r\n    \r\n    <p><strong>Welcome &amp; Introduction – The Evolution of The Kaziranga Forest Trail</strong> - Leo Oosterweghel, Director, Dublin Zoo</p>\r\n    \r\n    <p><strong>A Day in the Life of an Elephant – Developing a Design Mission</strong> - Alan Roocroft, Elephant Business</p>\r\n    \r\n    <p><strong>The Grand Design, an Overview of Elephant Habitat Design</strong> - Grant Jones, Jones &amp; Jones</p>\r\n    \r\n    <p><strong>Giant Footsteps, The Development of Dublin Zoo\'s Elephant Programme</strong> - Gerry Creighton, Dublin Zoo</p>\r\n    \r\n    <p>On site tour of the Kaziranga Forest Trail &amp; Building with a short demonstration of the Protected Contact Training.</p>\r\n    \r\n    <h4>October 17th - Day Three</h4>\r\n    \r\n    <p><strong>Laying the Foundations – A History of Elephant Management</strong> - Alan Roocroft, Elephant Business</p>\r\n    \r\n    <p><strong>Reaching the Target – Elephant Training in Dublin Zoo</strong> - Ciaran McMahon &amp; Alice Cooper, Elephant Team, Dublin Zoo</p>\r\n    \r\n    <p><strong>The Winding Path – The History of Zoo Architecture</strong> - Grant Jones, Jones &amp; Jones</p>\r\n    \r\n    <p><strong>To Err is Human – Lessons Learnt from the Design of the Kaziranga Forest Trail</strong> - Open discussion introduced and chaired by Alan Roocroft, Grant Jones &amp; Leo Oosterweghel</p>\r\n    \r\n    <p><strong>The Bigger Picture – A Day in the Life of Dublin Zoo\'s Elephant Herd</strong> - Dublin Zoo Elephant Team Members</p>\r\n    \r\n    <p><strong>It\'s Not Easy Being Green – Planning, Planting &amp; Maintaining the Kaziranga Forest Trail</strong> - Stephen Butler, Curator of Horticulture, Dublin Zoo</p>\r\n    \r\n    <p><strong>Evening Tour of Dublin Zoo</strong></p>\r\n    \r\n    <h4>October 18th - Day Four </h4>\r\n    \r\n    <p><strong>Extra, extra! Important Additions to the Elephant Habitat Design</strong> - Alan Roocroft, Elephant Business</p>\r\n    \r\n    <p><strong>Male Order, Bull Elephant Habitat Design</strong> - Gerry Creighton, Dublin Zoo &amp; Alan Roocroft, Elephant Business</p>\r\n    \r\n    <p><strong>Workshop Conclusion – Any Unanswered Questions</strong></p>\r\n    \r\n    <p>For more information &amp; booking contact Aoife Keegan at 00353 (1) 4748997 or email <a href="mailto:elephantdesign@dublinzoo.ie">elephantdesign@dublinzoo.ie</a></p>\r\n    \r\n    \r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 21 – 25, 2009</h3>\r\n    \r\n    <p><strong><em>The Zoological Registrars Association (ZRA) 2009 Annual Conference "Foundations for the Future"</em></strong>, will be hosted by Zoo Boise in Boise, Idaho. The Annual Conference Program begins with leadership training and the Icebreaker on Wednesday, October 21. General Sessions will be held on Thurs., October 22 and Sat., October 24 and will feature topics from four categories of presentations under Record Keeping, Permits and Wildlife Legislation, Animal Transport and Records and Collection Management. Possible topics will include presentations on ZIMS; ARKS; animal transactions; permit applications; roundtables on permit issues; legislative updates; policies and procedures; accreditation; collection management; disaster preparedness; archives management; records retention, protection and disposal.   Zoo Day will be held on Fri., October 23 and will culminate with a special dinner celebrating ZRA\'s 25th Anniversary.  A special evening at Bogus Creek Outfitters featuring a cowboy-style dinner, cowboy poetry, Wild West shoot out, karaoke and a bonfire has been scheduled on Sat., October 24, and the 2009 Annual Conference will end on Sun., October 25 with additional ZIMS sessions.</p>\r\n    \r\n    <p>ZRA, Zoo Boise and the Owyhee Plaza Hotel welcome delegates to Idaho. Please visit the ZRA website at <a href="http://www.zooregistrars.org">www.zooregistrars.org</a> or contact the 2009 Annual Conference Host, Corinne Roberts/Registrar for Zoo Boise, at (208) 384-4260 ext. 101 or by email at <a href="mailto:cxroberts@cityofboise.org">cxroberts@cityofboise.org</a>. If you have questions about the 2009 ZRA Annual Conference Program, please contact the Program Chairman, Pam Krentz/Registrar for Cleveland Metroparks Zoo at (216) 635-3361 or by email at <a href="mailto:pak@clevelandmetroparks.com">pak@clevelandmetroparks.com</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>November 6-8, 2009</h3>\r\n    \r\n    <p><strong><em>Second International Bear Care Conference:<br />"Advancing Bear Care \'09"</em></strong> – to be held n San Francisco, CA. For more info see <a href="http://www.bearcaregroup.org">bearcaregroup.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>February 21-24, 2010</h3>\r\n    \r\n    <p><strong><em>First Ever Giraffe Keepers Workshop/Conference </em></strong> – To be held at The Phoenix Zoo. Check back next month for more info and details or email <a href="mailto:giraffekeepers@gmail.com">giraffekeepers@gmail.com</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>April 15 –18, 2010</h3>\r\n    \r\n    <p><strong><em>4th Otter Keeper Workshop</em></strong> - the Cincinnati Zoo in Cincinnati, Ohio will host.  This year the focus of the workshop will be expanded to include all of the otters managed under the Otter SSPÆ ­­ North American river otters, Asian small-clawed otters, African clawless, African spot-necked and giant otters. Keepers working with any of the species are welcome to attend. Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, lots of sharing of information between keepers. </p>\r\n\r\n<p>Registration will be $75 and the <strong>deadline is December 15, 2009</strong>. Spots fill up fast so please register early. A waiting list will be maintained once the workshop is filled. Due to the popularity of the workshop, priority will be given to first- time attendees. †Please just one registrant per institution. †No refunds after January 15, 2010. Accommodations: A hotel near the Cincinnati Zoo or the Newport Aquarium. Room negotiations are ongoing. Roommates are encouraged. You will be matched if you  indicate  that you wish to have a roommate.\r\nInformation can be found on: <a href="http://www.OtterSpotter.com">www.OtterSpotter.com</a></p>\r\n\r\n<p>For more information contact: David Hamilton at Seneca Park Zoo, 2222 St. Paul St., Rochester, NY 14617; phone: 585-336-2502; 585-266-5775 fax or email at <a href="mailto:dhamilton@monroecounty.gov">dhamilton@monroecounty.gov</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>August 30 - September 3, 2010</h3> \r\n    \r\n    <p><strong><em>7th International Penguin Conference</em></strong> - in Boston, MA. Hosted by The New England Aquarium. For info email <a href="mailto:ipcboston@neaq.org">ipcboston@neaq.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>September 28-October 2, 2010</h3>\r\n    \r\n    <p><strong><em>20th International Zoo Educators\' (IZE) Biennial Conference</em></strong> - at Disney\'s Animal Kingdom, Orlando, FL. For more information, please visit <a href="http://www.izea.net">www.izea.net</a></p>\r\n</div>', 'Coming Events August 2009', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2009-07-31 19:03:00', '2009-08-01 00:03:00', '', 435, 'http://aazk.org/uncategorized/435-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (723, 1, '2009-09-30 17:41:05', '2009-09-30 22:41:05', '<h3>October 1-6, 2009<h3>\r\n<div class="event">\r\n\r\n<strong><em>29th Annual Association of Zoo Veterinary Technicians Conference</em></strong> - in Jackson, WY. If you would like more information, please visit <a href="http://www.azvt.org">www.azvt.org</a> or contact Virginia Crossettvia at <a href="mailto:virginia.crossett@louisvilleky.gov">virginia.crossett@louisvilleky.gov</a></div>\r\n<div class="event">\r\n<h3>October 4-8, 2009</h3>\r\n<strong><em>64th WAZA Annual Conference</em></strong> - in St. Louis, MO. Hosted by the St. Louis Zoo at the Renaissance Grand Hotel. For more information please visit <a href="http://www.waza.org">www.waza.org</a></div>\r\n<div class="event">\r\n<h3>October 15-18, 2009</h3>\r\n<strong><em>Elephant Facility Design Workshop </em></strong> - to be held at the Dublin Zoo in Ireland. Will include presentations on the following topics: A Day in the Life of an Elephant - Developing a Design Mission; The Grand Design, an Overview of Elephant Habitat Design; Giant Footsteps, The Development of Dublin Zoo’s Elephant Programme; Laying the Foundations - A History of Elephant Management; Reaching the Target - Elephant Training at the Dublin Zoo; The Winding Path - the History of Zoo Architecture; To Err is Human - Lessons Learned from the Design of the Kaziranga Forest Trail; The Bigger Picture - A Day in the Life of Dublin Zoo’s Elephant Herd; Male Order, Bull Elephant Habitat Design; and Important Additions to the Elephant Habitat Design.  Presenters will be Alan Roocroft of ELEPHANT BUSINESS and  Grant Jones of Jones &amp; Jones (Seattle, WA), and staff from the Dublin Zoo. For more information &amp; booking contact Aoife Keegan at 00353 (1) 4748997 or email <a href="mailto:elephantdesign@dublinzoo.ie">elephantdesign@dublinzoo.ie</a></div>\r\n<div class="event">\r\n<h3>October 21 – 25, 2009</h3>\r\n<strong><em>The Zoological Registrars Association (ZRA) 2009 Annual Conference "Foundations for the Future"</em></strong>, will be hosted by Zoo Boise in Boise, Idaho. The Annual Conference Program will begin with leadership training and the Icebreaker on Wednesday, October 21. General Sessions will be held on Thursday, October 22 and Saturday, October 24 and will feature topics like Record Keeping, Permits and Wildlife Legislation, Animal Transport and Records and Collection Management. There will be a variety of formats for presentations including individual papers, workshops, panel discussions and poster presentations.  Zoo Day will be held on Friday, October 23 and will culminate with a special dinner celebrating ZRAs’ 25th Anniversary. A special evening at Bogus Creek Outfitters featuring a cowboy-style dinner, cowboy poetry, Wild West shoot out, karaoke and a bonfire has been scheduled on Saturday, October 24, and the 2009 Annual Conference will end on Sunday, October 25 with additional ZIMS sessions. ZRA, Zoo Boise and the Owyhee Plaza Hotel welcome delegates to Idaho.  Please visit the ZRA website at <a href="http://www.zooregistrars.org">www.zooregistrars.org</a> or contact the 2009 Annual Conference Host, Corinne Roberts/Registrar for Zoo Boise, at (208) 384-4260 ext. 101 or by email at <a href="mailto:cxroberts@cityofboise.org">cxroberts@cityofboise.org</a>. If you have questions about the 2009 ZRA Annual Conference Program, please contact the Program Chairman, Pam Krentz/Registrar for Cleveland Metroparks Zoo at (216) 635-3361 or by email at <a href="mailto:pak@clevelandmetroparks.com">pak@clevelandmetroparks.com</a></div>\r\n<div class="event">\r\n<h3>November 6-8, 2009</h3>\r\n<strong><em>Second International Bear Care Conference:\r\n"Advancing Bear Care \'09"</em></strong> – to be held n San Francisco, CA. For more info see <a href="http://www.bearcaregroup.org">bearcaregroup.org</a></div>\r\n<div class="event">\r\n<h3>March 3-6, 2010</h3>\r\n<strong><em>International Association of Avian Trainers and Educators (IAATE) Conference</em></strong> – in Albuquerque, NM.  It’s not too early to start planning to attend the 2010 IAATE Conference hosted by Avian Ambassadors in Albuquerque, New Mexico. The 2010 IAATE Conference will provide a wonderful opportunity to learn more about avian training, show content, educational messaging, enrichment ideas, avian health and welfare from the leading authorities in the industry. Get ready for Conference Trips, Workshops, Visit the Rio Grande Zoo and Aquarium, and we are bringing back the Training Panel.  <strong>Stephen J. Bodio </strong> is our Keynote Speaker. Steve was born and educated in Boston and has lived in Magdalena , New Mexico, for over twenty years. He has traveled extensively in Europe, Africa, and especially Asia. His book <strong><em>Eagle Dreams</em></strong> is about the Kazakh horsemen of Mongolia . It is the journey to and in writing this book that Steve will talk about with his slide presentation.  We also have <strong>Susan G. Friedman, Ph.D</strong> with a featured paper on Saturday morning!  Dr. Friedman is a psychology professor at Utah State University with a special interest in applied behavior analysis (ABA), the technology of behavior change so effective with human learners. Over the last decade, she has pioneered the dissemination of ABA principles, procedures and ethical standards to improve the quality of life for animals. For more information visit <a href="http://www.IAATE.org ">www.IAATE.org </a>and start planning today!\r\n\r\nThis year, Online Registration is available!  Go to <a href="http://www.IAATE.org">www.IAATE.org</a> for all registration and conference details. Online registrations must be submitted and Mail-in registrations must be postmarked by February 6, 2010.  Walk-in registrations will be accepted at the conference.\r\n\r\nHotel Reservations must be made by February 14, 2010 to get the special IAATE rate.\r\n\r\nDEADLINE FOR ABSTRACTS IS OCTOBER 1st, 2009.  That is soon, so get your abstracts in to <a href="mailto:CMa924@aol.com">CMa924@aol.com</a></div>\r\n<div class="event">\r\n<h3>April 15 –18, 2010</h3>\r\n<strong><em>4th Otter Keeper Workshop</em></strong> - the Cincinnati Zoo in Cincinnati, Ohio will host.  This year the focus of the workshop will be expanded to include all of the otters managed under the Otter SSPÆ ­­ North American river otters, Asian small-clawed otters, African clawless, African spot-necked and giant otters. Keepers working with any of the species are welcome to attend. Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, lots of sharing of information between keepers.\r\n\r\nRegistration will be $75 and the <strong>deadline is December 15, 2009</strong>. Spots fill up fast so please register early. A waiting list will be maintained once the workshop is filled. Due to the popularity of the workshop, priority will be given to first- time attendees. †Please just one registrant per institution. †No refunds after January 15, 2010.\r\n\r\nAccommodations: A hotel near the Cincinnati Zoo or the Newport Aquarium. Room negotiations are ongoing. Roommates are encouraged. You will be matched if you  indicate  that you wish to have a roommate.\r\nInformation can be found on: <a href="http://www.OtterSpotter.com">www.OtterSpotter.com</a>\r\n\r\nFor more information contact: David Hamilton at Seneca Park Zoo, 2222 St. Paul St., Rochester, NY 14617; phone: 585-336-2502; 585-266-5775 fax or email at <a href="mailto:dhamilton@monroecounty.gov">dhamilton@monroecounty.gov</a></div>\r\n<div class="event">\r\n<h3>April 25-30, 2010</h3>\r\n<strong><em>Animal Behavior Management Alliance (ABMA) Annual Conference</em></strong> - in Pittsburgh, PA. The theme of this 10th Anniversary Conference is "Defining a Decade: Animal Management - Past, Present, and Future".\r\n\r\nConference programming includes: Dr. Vint Virga, a Veterinary Behaviorist as keynote speaker, formal presentations, numerous workshops and seminars, a poster session, and site visits to animal facilities.  All conference details can be found at <a href="http://www.theabma.org">www.theabma.org</a>.  The conference will be held at the Hilton Pittsburgh located in downtown Pittsburgh.  Mention that you are with the ABMA and receive a special room rate of $119/night Reservations must be made by March 23, 2010 at 412-391-4600.  Contact Nicole Begley at <a href="mailto:nicole.begley@aviary.org ">nicole.begley@aviary.org </a>or 412-323-7235 ext 216 with questions.</div>\r\n<div class="event">\r\n<h3>August 30 - September 3, 2010</h3>\r\n<strong><em>7th International Penguin Conference</em></strong> - in Boston, MA. Hosted by The New England Aquarium. For info email <a href="mailto:ipcboston@neaq.org">ipcboston@neaq.org</a></div>\r\n<div class="event">\r\n<h3>September 28-October 2, 2010</h3>\r\n<strong><em>20th International Zoo Educators\' (IZE) Biennial Conference</em></strong> - at Disney\'s Animal Kingdom, Orlando, FL. For more information, please visit <a href="http://www.izea.net">www.izea.net</a></div>', 'Coming Events October 2009', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2009-09-30 17:41:05', '2009-09-30 22:41:05', '', 435, 'http://aazk.org/uncategorized/435-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (658, 1, '2009-08-31 21:18:17', '2009-09-01 02:18:17', '<div class="event first">\r\n    <h3>September 12-18, 2009 </h3>\r\n    \r\n    <p><strong><em>AZA Annual Conference</em></strong> - Hosted by the Oregon Zoo in Portland, OR.  For more information visit <a href="http://www.aza.org">www.aza.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>September 24-29, 2009</h3> \r\n    \r\n    <p><strong><em>Joint 36th National AAZK and 3rd International Congress on Zookeeping Conference</em></strong> - in Seattle, WA. Hosted by the Woodland Park Zoo and the Puget Sound Chapter of AAZK. Check out <a href="http://www.pugetsoundaecetia.net/gws/aazk/">pugetsoundaecetia.net/gws/aazk</a> for conference information.</p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>September 25-30, 2009</h3> \r\n    \r\n    <p><strong><em>2009 Association of Zoo Horticulturist\'s Annual Conference</em></strong> - in Jacksonville, FL. Horticulturist Certification Courses (Soils and Design 1) offered September 26. For registration information, go to <a href="http://www.azh.org">www.azh.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 1-6, 2009</h3>\r\n    \r\n    <p><strong><em>29th Annual Association of Zoo Veterinary Technicians Conference</em></strong> - in Jackson, WY. If you would like more information, please visit <a href="http://www.azvt.org">www.azvt.org</a> or contact Virginia Crossettvia at <a href="mailto:virginia.crossett@louisvilleky.gov">virginia.crossett@louisvilleky.gov</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 4-8, 2009</h3> \r\n    \r\n    <p><strong><em>64th WAZA Annual Conference</em></strong> - in St. Louis, MO. Hosted by the St. Louis Zoo at the Renaissance Grand Hotel. For more information please visit <a href="http://www.waza.org">www.waza.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 15-18, 2009</h3> \r\n    \r\n    <p><strong><em>Elephant Facility Design Workshop </em></strong> - to be held at the Dublin Zoo in Ireland. Will include presentations on the following topics: A Day in the Life of an Elephant - Developing a Design Mission; The Grand Design, an Overview of Elephant Habitat Design; Giant Footsteps, The Development of Dublin Zoo’s Elephant Programme; Laying the Foundations - A History of Elephant Management; Reaching the Target - Elephant Training at the Dublin Zoo; The Winding Path - the History of Zoo Architecture; To Err is Human - Lessons Learned from the Design of the Kaziranga Forest Trail; The Bigger Picture - A Day in the Life of Dublin Zoo’s Elephant Herd; Male Order, Bull Elephant Habitat Design; and Important Additions to the Elephant Habitat Design.  Presenters will be Alan Roocroft of ELEPHANT BUSINESS and  Grant Jones of Jones & Jones (Seattle, WA), and staff from the Dublin Zoo. For more information & booking contact Aoife Keegan at 00353 (1) 4748997 or email <a href="mailto:elephantdesign@dublinzoo.ie">elephantdesign@dublinzoo.ie</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 21 – 25, 2009</h3>\r\n    \r\n    <p><strong><em>The Zoological Registrars Association (ZRA) 2009 Annual Conference "Foundations for the Future"</em></strong>, will be hosted by Zoo Boise in Boise, Idaho. The Annual Conference Program will begin with leadership training and the Icebreaker on Wednesday, October 21. General Sessions will be held on Thursday, October 22 and Saturday, October 24 and will feature topics like Record Keeping, Permits and Wildlife Legislation, Animal Transport and Records and Collection Management. There will be a variety of formats for presentations including individual papers, workshops, panel discussions and poster presentations.  Zoo Day will be held on Friday, October 23 and will culminate with a special dinner celebrating ZRAs’ 25th Anniversary. A special evening at Bogus Creek Outfitters featuring a cowboy-style dinner, cowboy poetry, Wild West shoot out, karaoke and a bonfire has been scheduled on Saturday, October 24, and the 2009 Annual Conference will end on Sunday, October 25 with additional ZIMS sessions. ZRA, Zoo Boise and the Owyhee Plaza Hotel welcome delegates to Idaho.  Please visit the ZRA website at <a href="http://www.zooregistrars.org">www.zooregistrars.org</a> or contact the 2009 Annual Conference Host, Corinne Roberts/Registrar for Zoo Boise, at (208) 384-4260 ext. 101 or by email at <a href="mailto:cxroberts@cityofboise.org">cxroberts@cityofboise.org</a>. If you have questions about the 2009 ZRA Annual Conference Program, please contact the Program Chairman, Pam Krentz/Registrar for Cleveland Metroparks Zoo at (216) 635-3361 or by email at <a href="mailto:pak@clevelandmetroparks.com">pak@clevelandmetroparks.com</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>November 6-8, 2009</h3>\r\n    \r\n    <p><strong><em>Second International Bear Care Conference:<br />"Advancing Bear Care \'09"</em></strong> – to be held n San Francisco, CA. For more info see <a href="http://www.bearcaregroup.org">bearcaregroup.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>March 3-6, 2010</h3>\r\n    \r\n    <p><strong><em>International Association of Avian Trainers and Educators (IAATE) Conference</em></strong> – in Albuquerque, NM.  It’s not too early to start planning to attend the 2010 IAATE Conference hosted by Avian Ambassadors in Albuquerque, New Mexico. The 2010 IAATE Conference will provide a wonderful opportunity to learn more about avian training, show content, educational messaging, enrichment ideas, avian health and welfare from the leading authorities in the industry. Get ready for Conference Trips, Workshops, Visit the Rio Grande Zoo and Aquarium, and we are bringing back the Training Panel.  <strong>Stephen J. Bodio /strong> is our Keynote Speaker. Steve was born and educated in Boston and has lived in Magdalena , New Mexico, for over twenty years. He has traveled extensively in Europe, Africa, and especially Asia. His book <strong><em>Eagle Dreams</em></strong> is about the Kazakh horsemen of Mongolia . It is the journey to and in writing this book that Steve will talk about with his slide presentation.  We also have <strong>Susan G. Friedman, Ph.D</strong> with a featured paper on Saturday morning!  Dr. Friedman is a psychology professor at Utah State University with a special interest in applied behavior analysis (ABA), the technology of behavior change so effective with human learners. Over the last decade, she has pioneered the dissemination of ABA principles, procedures and ethical standards to improve the quality of life for animals. For more information visit <a href="http://www.IAATE.org ">www.IAATE.org </a>and start planning today!</p>\r\n\r\n<p>This year, Online Registration is available!  Go to <a href="http://www.IAATE.org">www.IAATE.org</a> for all registration and conference details. Online registrations must be submitted and Mail-in registrations must be postmarked by February 6, 2010.  Walk-in registrations will be accepted at the conference.</p>\r\n\r\n<p>Hotel Reservations must be made by February 14, 2010 to get the special IAATE rate.</p>\r\n\r\n<p>DEADLINE FOR ABSTRACTS IS OCTOBER 1st, 2009.  That is soon, so get your abstracts in to <a href="mailto:CMa924@aol.com">CMa924@aol.com</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>April 15 –18, 2010</h3>\r\n    \r\n    <p><strong><em>4th Otter Keeper Workshop</em></strong> - the Cincinnati Zoo in Cincinnati, Ohio will host.  This year the focus of the workshop will be expanded to include all of the otters managed under the Otter SSPÆ ­­ North American river otters, Asian small-clawed otters, African clawless, African spot-necked and giant otters. Keepers working with any of the species are welcome to attend. Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, lots of sharing of information between keepers. </p>\r\n\r\n<p>Registration will be $75 and the <strong>deadline is December 15, 2009</strong>. Spots fill up fast so please register early. A waiting list will be maintained once the workshop is filled. Due to the popularity of the workshop, priority will be given to first- time attendees. †Please just one registrant per institution. †No refunds after January 15, 2010.</p>\r\n\r\n<p>Accommodations: A hotel near the Cincinnati Zoo or the Newport Aquarium. Room negotiations are ongoing. Roommates are encouraged. You will be matched if you  indicate  that you wish to have a roommate.\r\nInformation can be found on: <a href="http://www.OtterSpotter.com">www.OtterSpotter.com</a></p>\r\n\r\n<p>For more information contact: David Hamilton at Seneca Park Zoo, 2222 St. Paul St., Rochester, NY 14617; phone: 585-336-2502; 585-266-5775 fax or email at <a href="mailto:dhamilton@monroecounty.gov">dhamilton@monroecounty.gov</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>April 25-30, 2010</h3> \r\n    \r\n    <p><strong><em>Animal Behavior Management Alliance (ABMA) Annual Conference</em></strong> - in Pittsburgh, PA. The theme of this 10th Anniversary Conference is "Defining a Decade: Animal Management - Past, Present, and Future".</p>\r\n\r\n<p>Conference programming includes: Dr. Vint Virga, a Veterinary Behaviorist as keynote speaker, formal presentations, numerous workshops and seminars, a poster session, and site visits to animal facilities.  All conference details can be found at <a href="http://www.theabma.org">www.theabma.org</a>.  The conference will be held at the Hilton Pittsburgh located in downtown Pittsburgh.  Mention that you are with the ABMA and receive a special room rate of $119/night Reservations must be made by March 23, 2010 at 412-391-4600.  Contact Nicole Begley at <a href="mailto:nicole.begley@aviary.org ">nicole.begley@aviary.org </a>or 412-323-7235 ext 216 with questions.</p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>August 30 - September 3, 2010</h3> \r\n    \r\n    <p><strong><em>7th International Penguin Conference</em></strong> - in Boston, MA. Hosted by The New England Aquarium. For info email <a href="mailto:ipcboston@neaq.org">ipcboston@neaq.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>September 28-October 2, 2010</h3>\r\n    \r\n    <p><strong><em>20th International Zoo Educators\' (IZE) Biennial Conference</em></strong> - at Disney\'s Animal Kingdom, Orlando, FL. For more information, please visit <a href="http://www.izea.net">www.izea.net</a></p>\r\n</div>', 'Coming Events September 2009', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2009-08-31 21:18:17', '2009-09-01 02:18:17', '', 435, 'http://aazk.org/uncategorized/435-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (657, 1, '2009-08-31 21:16:59', '2009-09-01 02:16:59', '<div class="event first">\r\n    <h3>September 12-18, 2009 </h3>\r\n    \r\n    <p><strong><em>AZA Annual Conference</em></strong> - Hosted by the Oregon Zoo in Portland, OR.  For more information visit <a href="http://www.aza.org">www.aza.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>September 24-29, 2009</h3> \r\n    \r\n    <p><strong><em>Joint 36th National AAZK and 3rd International Congress on Zookeeping Conference</em></strong> - in Seattle, WA. Hosted by the Woodland Park Zoo and the Puget Sound Chapter of AAZK. Check out <a href="http://www.pugetsoundaecetia.net/gws/aazk/">pugetsoundaecetia.net/gws/aazk</a> for conference information.</p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>September 25-30, 2009</h3> \r\n    \r\n    <p><strong><em>2009 Association of Zoo Horticulturist\'s Annual Conference</em></strong> - in Jacksonville, FL. Horticulturist Certification Courses (Soils and Design 1) offered September 26. For registration information, go to <a href="http://www.azh.org">www.azh.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 1-6, 2009</h3>\r\n    \r\n    <p><strong><em>29th Annual Association of Zoo Veterinary Technicians Conference</em></strong> - in Jackson, WY. If you would like more information, please visit <a href="http://www.azvt.org">www.azvt.org</a> or contact Virginia Crossettvia at <a href="mailto:virginia.crossett@louisvilleky.gov">virginia.crossett@louisvilleky.gov</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 4-8, 2009</h3> \r\n    \r\n    <p><strong><em>64th WAZA Annual Conference</em></strong> - in St. Louis, MO. Hosted by the St. Louis Zoo at the Renaissance Grand Hotel. For more information please visit <a href="http://www.waza.org">www.waza.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 15-18, 2009</h3> \r\n    \r\n    <p><strong><em>Elephant Facility Design Workshop </em></strong> - to be held at the Dublin Zoo in Ireland. Will include presentations on the following topics: A Day in the Life of an Elephant - Developing a Design Mission; The Grand Design, an Overview of Elephant Habitat Design; Giant Footsteps, The Development of Dublin Zoo’s Elephant Programme; Laying the Foundations - A History of Elephant Management; Reaching the Target - Elephant Training at the Dublin Zoo; The Winding Path - the History of Zoo Architecture; To Err is Human - Lessons Learned from the Design of the Kaziranga Forest Trail; The Bigger Picture - A Day in the Life of Dublin Zoo’s Elephant Herd; Male Order, Bull Elephant Habitat Design; and Important Additions to the Elephant Habitat Design.  Presenters will be Alan Roocroft of ELEPHANT BUSINESS and  Grant Jones of Jones & Jones (Seattle, WA), and staff from the Dublin Zoo. For more information & booking contact Aoife Keegan at 00353 (1) 4748997 or email <a href="mailto:elephantdesign@dublinzoo.ie">elephantdesign@dublinzoo.ie</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 21 – 25, 2009</h3>\r\n    \r\n    <p><strong><em>The Zoological Registrars Association (ZRA) 2009 Annual Conference "Foundations for the Future"</em></strong>, will be hosted by Zoo Boise in Boise, Idaho. The Annual Conference Program will begin with leadership training and the Icebreaker on Wednesday, October 21. General Sessions will be held on Thursday, October 22 and Saturday, October 24 and will feature topics like Record Keeping, Permits and Wildlife Legislation, Animal Transport and Records and Collection Management. There will be a variety of formats for presentations including individual papers, workshops, panel discussions and poster presentations.  Zoo Day will be held on Friday, October 23 and will culminate with a special dinner celebrating ZRAs’ 25th Anniversary. A special evening at Bogus Creek Outfitters featuring a cowboy-style dinner, cowboy poetry, Wild West shoot out, karaoke and a bonfire has been scheduled on Saturday, October 24, and the 2009 Annual Conference will end on Sunday, October 25 with additional ZIMS sessions. ZRA, Zoo Boise and the Owyhee Plaza Hotel welcome delegates to Idaho.  Please visit the ZRA website at <a href="http://www.zooregistrars.org">www.zooregistrars.org</a> or contact the 2009 Annual Conference Host, Corinne Roberts/Registrar for Zoo Boise, at (208) 384-4260 ext. 101 or by email at <a href="mailto:cxroberts@cityofboise.org">cxroberts@cityofboise.org</a>. If you have questions about the 2009 ZRA Annual Conference Program, please contact the Program Chairman, Pam Krentz/Registrar for Cleveland Metroparks Zoo at (216) 635-3361 or by email at <a href="mailto:pak@clevelandmetroparks.com">pak@clevelandmetroparks.com</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>November 6-8, 2009</h3>\r\n    \r\n    <p><strong><em>Second International Bear Care Conference:<br />"Advancing Bear Care \'09"</em></strong> – to be held n San Francisco, CA. For more info see <a href="http://www.bearcaregroup.org">bearcaregroup.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>February 21-24, 2010</h3>\r\n    \r\n    <p><strong><em>First Ever Giraffe Keepers Workshop/Conference </em></strong> – To be held at The Phoenix Zoo. Check back next month for more info and details or email <a href="mailto:giraffekeepers@gmail.com">giraffekeepers@gmail.com</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>March 3-6, 2010</h3>\r\n    \r\n    <p><strong><em>International Association of Avian Trainers and Educators (IAATE) Conference</em></strong> – in Albuquerque, NM.  It’s not too early to start planning to attend the 2010 IAATE Conference hosted by Avian Ambassadors in Albuquerque, New Mexico. The 2010 IAATE Conference will provide a wonderful opportunity to learn more about avian training, show content, educational messaging, enrichment ideas, avian health and welfare from the leading authorities in the industry. Get ready for Conference Trips, Workshops, Visit the Rio Grande Zoo and Aquarium, and we are bringing back the Training Panel.  <strong>Stephen J. Bodio /strong> is our Keynote Speaker. Steve was born and educated in Boston and has lived in Magdalena , New Mexico, for over twenty years. He has traveled extensively in Europe, Africa, and especially Asia. His book <strong><em>Eagle Dreams</em></strong> is about the Kazakh horsemen of Mongolia . It is the journey to and in writing this book that Steve will talk about with his slide presentation.  We also have <strong>Susan G. Friedman, Ph.D</strong> with a featured paper on Saturday morning!  Dr. Friedman is a psychology professor at Utah State University with a special interest in applied behavior analysis (ABA), the technology of behavior change so effective with human learners. Over the last decade, she has pioneered the dissemination of ABA principles, procedures and ethical standards to improve the quality of life for animals. For more information visit <a href="http://www.IAATE.org ">www.IAATE.org </a>and start planning today!</p>\r\n\r\n<p>This year, Online Registration is available!  Go to <a href="http://www.IAATE.org">www.IAATE.org</a> for all registration and conference details. Online registrations must be submitted and Mail-in registrations must be postmarked by February 6, 2010.  Walk-in registrations will be accepted at the conference.</p>\r\n\r\n<p>Hotel Reservations must be made by February 14, 2010 to get the special IAATE rate.</p>\r\n\r\n<p>DEADLINE FOR ABSTRACTS IS OCTOBER 1st, 2009.  That is soon, so get your abstracts in to <a href="mailto:CMa924@aol.com">CMa924@aol.com</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>April 15 –18, 2010</h3>\r\n    \r\n    <p><strong><em>4th Otter Keeper Workshop</em></strong> - the Cincinnati Zoo in Cincinnati, Ohio will host.  This year the focus of the workshop will be expanded to include all of the otters managed under the Otter SSPÆ ­­ North American river otters, Asian small-clawed otters, African clawless, African spot-necked and giant otters. Keepers working with any of the species are welcome to attend. Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, lots of sharing of information between keepers. </p>\r\n\r\n<p>Registration will be $75 and the <strong>deadline is December 15, 2009</strong>. Spots fill up fast so please register early. A waiting list will be maintained once the workshop is filled. Due to the popularity of the workshop, priority will be given to first- time attendees. †Please just one registrant per institution. †No refunds after January 15, 2010.</p>\r\n\r\n<p>Accommodations: A hotel near the Cincinnati Zoo or the Newport Aquarium. Room negotiations are ongoing. Roommates are encouraged. You will be matched if you  indicate  that you wish to have a roommate.\r\nInformation can be found on: <a href="http://www.OtterSpotter.com">www.OtterSpotter.com</a></p>\r\n\r\n<p>For more information contact: David Hamilton at Seneca Park Zoo, 2222 St. Paul St., Rochester, NY 14617; phone: 585-336-2502; 585-266-5775 fax or email at <a href="mailto:dhamilton@monroecounty.gov">dhamilton@monroecounty.gov</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>April 25-30, 2010</h3> \r\n    \r\n    <p><strong><em>Animal Behavior Management Alliance (ABMA) Annual Conference</em></strong> - in Pittsburgh, PA. The theme of this 10th Anniversary Conference is "Defining a Decade: Animal Management - Past, Present, and Future".</p>\r\n\r\n<p>Conference programming includes: Dr. Vint Virga, a Veterinary Behaviorist as keynote speaker, formal presentations, numerous workshops and seminars, a poster session, and site visits to animal facilities.  All conference details can be found at <a href="http://www.theabma.org">www.theabma.org</a>.  The conference will be held at the Hilton Pittsburgh located in downtown Pittsburgh.  Mention that you are with the ABMA and receive a special room rate of $119/night Reservations must be made by March 23, 2010 at 412-391-4600.  Contact Nicole Begley at <a href="mailto:nicole.begley@aviary.org ">nicole.begley@aviary.org </a>or 412-323-7235 ext 216 with questions.</p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>August 30 - September 3, 2010</h3> \r\n    \r\n    <p><strong><em>7th International Penguin Conference</em></strong> - in Boston, MA. Hosted by The New England Aquarium. For info email <a href="mailto:ipcboston@neaq.org">ipcboston@neaq.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>September 28-October 2, 2010</h3>\r\n    \r\n    <p><strong><em>20th International Zoo Educators\' (IZE) Biennial Conference</em></strong> - at Disney\'s Animal Kingdom, Orlando, FL. For more information, please visit <a href="http://www.izea.net">www.izea.net</a></p>\r\n</div>', 'Coming Events September 2009', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2009-08-31 21:16:59', '2009-09-01 02:16:59', '', 435, 'http://aazk.org/uncategorized/435-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (663, 2, '2009-09-09 10:35:06', '2009-09-09 15:35:06', 'AAZK is rolling out some new products.\r\n\r\n<!--[endif]-->Organic cotton ladies t-shirts and men\'s long-sleeve shirts with our \'eye movement\' design as well as logo embroidered baseball caps will be on sale at the 2009 Conference at special introductory prices. Also, wrist coils for the AAZK logo clickers will be available for purchase.   Conference pricing for current AAZK product will be in effect as well, so send your orders along with conference attendees to get the best deals!', 'New AAZK Products!', 0, '', 'inherit', 'closed', 'closed', '', '659-revision-v1', '', '', '2009-09-09 10:35:06', '2009-09-09 15:35:06', '', 659, 'http://aazk.org/uncategorized/659-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (682, 2, '2009-09-16 15:56:10', '2009-09-16 20:56:10', '', 'gettoknow', 0, '', 'inherit', 'closed', 'closed', '', 'gettoknow', '', '', '2009-09-16 15:56:10', '2009-09-16 20:56:10', '', 0, 'http://aazk.org/wp-content/uploads/gettoknow.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (679, 2, '2009-09-15 06:12:01', '2009-09-15 11:12:01', '', 'conferencepricing', 0, '', 'inherit', 'closed', 'closed', '', 'conferencepricing', '', '', '2009-09-15 06:12:01', '2009-09-15 11:12:01', '', 0, 'http://aazk.org/wp-content/uploads/conferencepricing.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (991, 2, '2010-04-23 16:07:16', '2010-04-23 21:07:16', '<h4>Mission Statement</h4>\r\n<img class="alignleft" title="Lewa Wildlife Conservancy" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewaroundblack_withwebsite-2-300x295.jpg" alt="lewaroundblack_withwebsite-2" width="180" />The <a href="http://www.lewa.org/" target="_blank">Lewa Wildlife Conservancy</a> works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programs, and the education of neighboring areas in the value of wildlife.\r\n<div class="clear">Read the Lewa Wildlife Conservancy - Report to AAZK for 2014 <a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lewa-2014-Report-For-AAZK-JULY.pdf">Lewa 2014 Report For AAZK --JULY</a></div>\r\n<div class="hr"></div>\r\n<h4>Where is LWC located?</h4>\r\n<object style="width: 450px; height: 450px;" width="320" height="240" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /><embed style="width: 450px; height: 450px;" width="320" height="240" type="application/x-shockwave-flash" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" quality="high" wmode="transparent" /></object>\r\n\r\n<em>Map courtesy of <a href="http://www.lewa.org" target="_blank">Lewa Wildlife Conservancy</a></em>\r\n<div class="hr"></div>\r\n<h4>History</h4>\r\n<img class="alignleft" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="Rhino" width="160" /> <img class="alignright" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="Rhino" width="160" /> Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In 1983 the Craigs and Anna Merz - who funded the program - decided to establish the fenced and guarded Ngare Sergoi Rhino Sanctuary at the western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos needed more space, and the sanctuary was expanded to cover the rest of the ranch, and the adjoining Ngare Ndare Forest Reserve.\r\n<div class="clear"></div>\r\n<div class="hr"></div>\r\n<h4>Wildlife on Lewa</h4>\r\n<img class="alignleft" title="Zebra" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="Zebra" width="160" /> There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.\r\n<div class="clear"></div>\r\n<img class="alignleft" title="Elephants" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="Elephants" width="190" /> <img class="alignleft" title="Bird" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="Bird" width="190" /> <img class="alignleft" title="Cheetah" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="Cheetah" width="190" />\r\n<div class="clear"></div>\r\n<div class="hr"></div>\r\n<h4>Community Development Programs</h4>\r\n<img class="size-thumbnail wp-image-1329 alignleft" title="Lewa Students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="Lewa Students" width="150" height="150" /> Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.\r\n<div class="clear"></div>\r\n<img class="alignleft" title="Lewa Community Farms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="Lewa Community Farms" width="160" /> <img class="alignnone" title="Lewa Lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="Lewa Lunchline" width="160" />\r\n<div class="clear"></div>\r\n<strong>For more information on Lewa Wildlife Conservancy and its programs please visit their website at <a href="http://www.lewa.org">www.lewa.org</a>.\r\n</strong>\r\n<div id="inner-links"></div>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'publish', 'closed', 'closed', '', 'lewa-wildlife-conservancy-lwc', '', '', '2014-07-08 10:53:50', '2014-07-08 15:53:50', '', 168, 'http://aazk.org/?page_id=991', 2, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3424, 1, '2013-10-24 11:20:52', '2013-10-24 16:20:52', '<h4>Mission Statement</h4>\r\n<img class="alignleft" title="Lewa Wildlife Conservancy" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewaroundblack_withwebsite-2-300x295.jpg" alt="lewaroundblack_withwebsite-2" width="180" />The <a href="http://www.lewa.org/" target="_blank">Lewa Wildlife Conservancy</a> works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programs, and the education of neighboring areas in the value of wildlife.\r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Where is LWC located?</h4>\r\n<object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object>\r\n\r\n<em>Map courtesy of <a href="http://www.lewa.org" target="_blank">Lewa Wildlife Conservancy</a></em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>History</h4>\r\n<img class="alignright" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="Rhino" width="160"/>  Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In 1983 the Craigs and Anna Merz - who funded the program - decided to establish the fenced and guarded Ngare Sergoi Rhino Sanctuary at the western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos needed more space, and the sanctuary was expanded to cover the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare Ndare Forest Reserve</span>. <img class="alignleft" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="Rhino" width="160" />\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Wildlife on Lewa</h4>\r\n<img class="alignleft" title="Zebra" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="Zebra" width="160"/> There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.\r\n\r\n<img class="alignleft" title="Elephants" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="Elephants" width="190" /> <img class="aligncenter" title="Bird" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="Bird" width="190" /> <img class="alignright" title="Cheetah" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="Cheetah" width="190" />\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Community Development Programs</h4>\r\n<img class="size-thumbnail wp-image-1329 alignright" title="lewa_20100208_0052_students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="lewa_20100208_0052_students" width="150" height="150" /> Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.\r\n\r\n<img class="alignleft" title="Lewa Community Farms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="Lewa Community Farms" width="160" /> <img class="alignright" title="Lewa Lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="Lewa Lunchline" width="160" />\r\n\r\n<strong>For more information on Lewa Wildlife Conservancy and its programs please visit their website at <a href="http://www.lewa.org">www.lewa.org</a>.\r\n</strong>\r\n\r\n<div id="inner-links"></div>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2013-10-24 11:20:52', '2013-10-24 16:20:52', '', 991, 'http://web3.gowebsolutions.com/~aazook/uncategorized/991-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3423, 1, '2013-10-24 11:06:09', '2013-10-24 16:06:09', '<h4>Mission Statement of Lewa Wildlife Conservancy (LWC)</h4>\r\n<img class="alignleft" title="Lewa Wildlife Conservancy" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewaroundblack_withwebsite-2-300x295.jpg" alt="lewaroundblack_withwebsite-2" width="180" />The <a href="http://www.lewa.org/" target="_blank">Lewa Wildlife Conservancy</a> works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programs, and the education of neighboring areas in the value of wildlife.\r\n\r\n<h4>Where is LWC located?</h4>\r\n<object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object>\r\n\r\n<em>Map courtesy of <a href="http://www.lewa.org" target="_blank">Lewa Wildlife Conservancy</a></em>\r\n\r\n<h4>History</h4>\r\n<img class="alignright" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="Rhino" width="160"/>  Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In 1983 the Craigs and Anna Merz - who funded the program - decided to establish the fenced and guarded Ngare Sergoi Rhino Sanctuary at the western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos needed more space, and the sanctuary was expanded to cover the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare Ndare Forest Reserve</span>. <img class="alignleft" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="Rhino" width="160" />\r\n\r\n\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n\r\n<img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="227" height="150" /> <img class="size-medium wp-image-1178 alignnone" title="img_4405a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="img_4405a" width="241" height="151" /> <img class="size-medium wp-image-1118 alignnone" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="227" height="150" />\r\n<p style="text-align: left;"><strong>Community Development Programs</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife<img class="size-thumbnail wp-image-1329 alignright" title="lewa_20100208_0052_students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="lewa_20100208_0052_students" width="150" height="150" /> conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.</p>\r\n<p style="text-align: left;"><img class="size-medium wp-image-1331 alignleft" title="lewa_20100208_0095_manyangalocommunityfarms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="lewa_20100208_0095_manyangalocommunityfarms" width="300" height="214" /> <img class="size-medium wp-image-1333 alignnone" title="lewa_20100208_0082_lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="lewa_20100208_0082_lunchline" width="300" height="214" /></p>\r\n<p style="text-align: left;">For more information on Lewa Wildlife Conservancy and its programs please visit their <a href="http://www.lewa.org">website</a>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2013-10-24 11:06:09', '2013-10-24 16:06:09', '', 991, 'http://web3.gowebsolutions.com/~aazook/uncategorized/991-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (992, 2, '2010-01-15 10:15:29', '2010-01-15 15:15:29', '<em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em>\n\n<em>The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat.\nIt does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</em>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-01-15 10:15:29', '2010-01-15 15:15:29', '', 991, 'http://aazk.org/uncategorized/991-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (993, 2, '2010-01-15 10:16:46', '2010-01-15 15:16:46', '', 'img_3060a', 0, '', 'inherit', 'closed', 'closed', '', 'img_3060a', '', '', '2010-01-15 10:16:46', '2010-01-15 15:16:46', '', 991, 'http://aazk.org/wp-content/uploads/img_3060a.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (994, 2, '2010-01-15 10:15:33', '2010-01-15 15:15:33', '<em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em>\r\n\r\n<em>The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat.\r\nIt does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</em>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-01-15 10:15:33', '2010-01-15 15:15:33', '', 991, 'http://aazk.org/uncategorized/991-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (995, 2, '2010-01-15 10:20:17', '2010-01-15 15:20:17', '', 'img_3060', 0, '', 'inherit', 'closed', 'closed', '', 'img_3060', '', '', '2010-01-15 10:20:17', '2010-01-15 15:20:17', '', 991, 'http://aazk.org/wp-content/uploads/img_3060.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (996, 2, '2010-01-15 10:17:09', '2010-01-15 15:17:09', '<p style="text-align: center;"><em><strong><img class="size-full wp-image-993 aligncenter" title="img_3060a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060a.jpg" alt="img_3060a" width="382" height="138" /></strong></em></p>\r\n\r\n<em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em>\r\n\r\n<em>The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat.\r\nIt does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</em>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-01-15 10:17:09', '2010-01-15 15:17:09', '', 991, 'http://aazk.org/uncategorized/991-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (688, 1, '2009-05-31 15:37:49', '2009-05-31 20:37:49', '<h3>Chair</h3>\r\n<p>Deana Walz - <em>Tracy Aviary</em></p>\r\n\r\n<h3>Purpose</h3>\r\n<p>The Behavioral Husbandry Committee formally came into being in late 2008. It brought together two very different and yet very alike committees, The Animal Training and Enrichment Committees. These were joined at the request of the two individual committees.</p>\r\n\r\n<p>The AAZK Enrichment Committee was founded in 1994 and The Animal Training Committee was founded in 2000. These specialized groups were organized to provide specific resources in the areas of  enrichment and training. The timeliness of their formation filled a growing  need for support as these aspects of animal care evolved into a daily part of husbandry.</p>\r\n\r\n<p>Since the formation of these two  committees, most zoo professionals have found great success in utilizing both  training techniques and enrichment to solve behavioral challenges in captive animals. Many zoos now have a supportive "Behavioral Husbandry Department" or  staff that is dedicated to training, enrichment and animal welfare. Training and enrichment are no longer viewed necessarily as separate entities, but as two branches of behavioral management that are often used in concert. In our effort to stay current with the trends of professional zoo keeping, we have combined the two current committees into one AAZK, Inc. Behavioral Husbandry Committee. The focus of this committee would be training, enrichment and animal welfare.</p>\r\n\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n    <li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n    <li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n    <li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n    <li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n    <li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n    <li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<h3>Projects:</h3>\r\n<ul>\r\n    <li>Partner with other committees to streamline resources and efforts</li>\r\n    <li>Development of new workshops for the annual conference</li>\r\n    <li>Development of training behavior lists for taxonomic groups</li>\r\n    <li>Update the bibliography and resource lists over time</li>\r\n    <li>Surveying the membership to meet needs</li>\r\n    <li>Enhancement of this website</li>\r\n    <li>A database of bibliographies </li>\r\n    <li> Enrichment guidelines for marine mammals and elephants </li>\r\n    <li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<h3>Additional Information</h3>\r\n<ul>\r\n    <li><a href=\'/wp-content/uploads/what_is_animal_training.pdf\'>What is Training?</a></li>\r\n    <li><a href=\'/wp-content/uploads/health_and_safety_considerations.pdf\'>Health and Safety Considerations</a></li>\r\n    <li><a href=\'/wp-content/uploads/training_enrichment_bibliography.pdf\'>Training and Enrichment Bibliography</a></li>\r\n    <li><a href=\'/wp-content/uploads/training_terms_glossary.pdf\'>Glossary of Training Terms</a></li>\r\n    <li><a href=\'/wp-content/uploads/aazk_animal_data_transfer.pdf\'>Animal Data Transfer Form</a></li>\r\n    <li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&NotFlag=1">Training and Enrichment Video Library</a></li>\r\n    <li><a href="/about/committee/behavioral-husbandry/resources/">Resources</a></li>\r\n    <li><a href=\'/wp-content/uploads/risk_assessment_and_safety.pdf\'>Risk Assessment and Safety</a></li>\r\n    <li><a href="/members/bhc.php">Suggested Guidelines for Enrichment</a> (Available only to AAZK Members!)</li>\r\n    <li><a href="/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n    <li><a href="/about/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n    <li><a href="/members/bhc.php">Enrichment Day Examples</a> (Available only to AAZK Members!)</li>\r\n    <li><a href="/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2009-05-31 15:37:49', '2009-05-31 20:37:49', '', 192, 'http://aazk.org/uncategorized/192-revision-18/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (660, 2, '2009-09-09 10:33:57', '2009-09-09 15:33:57', 'AZK is rolling out some new products. <!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--> &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman","serif"; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; <!--[if gte mso 10]> <style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:"Table Normal";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-qformat:yes;\n	mso-style-parent:"";\n	mso-padding-alt:0in 5.4pt 0in 5.4pt;\n	mso-para-margin:0in;\n	mso-para-margin-bottom:.0001pt;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:"Calibri","sans-serif";\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-fareast-font-family:"Times New Roman";\n	mso-fareast-theme-font:minor-fareast;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;}\n</style> <![endif]-->\n<p class="MsoNormal">Organic cotton ladies t-shirts and men\'s long-sleeve shirts with our \'eye movement\' design as well as logo embroidered baseball caps will be on sale at the 2009 Conference at special introductory prices. Also, wrist coils for the AAZK logo clickers will be available for purchase.   Conference pricing for current AAZK product will be in effect as well, so send your orders along with conference attendees to get the best deals!</p>', 'New AAZK Products!', 0, '', 'inherit', 'closed', 'closed', '', '659-revision-v1', '', '', '2009-09-09 10:33:57', '2009-09-09 15:33:57', '', 659, 'http://aazk.org/uncategorized/659-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (661, 2, '2009-09-09 10:34:13', '2009-09-09 15:34:13', 'AAZK is rolling out some new products. <!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--> &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman","serif"; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; <!--[if gte mso 10]> <style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:"Table Normal";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-qformat:yes;\r\n	mso-style-parent:"";\r\n	mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n	mso-para-margin:0in;\r\n	mso-para-margin-bottom:.0001pt;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:"Calibri","sans-serif";\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-fareast-font-family:"Times New Roman";\r\n	mso-fareast-theme-font:minor-fareast;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;}\r\n</style> <![endif]-->Organic cotton ladies t-shirts and men\'s long-sleeve shirts with our \'eye movement\' design as well as logo embroidered baseball caps will be on sale at the 2009 Conference at special introductory prices. Also, wrist coils for the AAZK logo clickers will be available for purchase.   Conference pricing for current AAZK product will be in effect as well, so send your orders along with conference attendees to get the best deals!', 'New AAZK Products!', 0, '', 'inherit', 'closed', 'closed', '', '659-revision-v1', '', '', '2009-09-09 10:34:13', '2009-09-09 15:34:13', '', 659, 'http://aazk.org/uncategorized/659-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (662, 2, '2009-09-09 10:34:23', '2009-09-09 15:34:23', 'AAZK is rolling out some new products. <!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--> &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman","serif"; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; <!--[if gte mso 10]>\r\n<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} -->\r\n\r\n<!--[endif]-->Organic cotton ladies t-shirts and men\'s long-sleeve shirts with our \'eye movement\' design as well as logo embroidered baseball caps will be on sale at the 2009 Conference at special introductory prices. Also, wrist coils for the AAZK logo clickers will be available for purchase.   Conference pricing for current AAZK product will be in effect as well, so send your orders along with conference attendees to get the best deals!', 'New AAZK Products!', 0, '', 'inherit', 'closed', 'closed', '', '659-revision-v1', '', '', '2009-09-09 10:34:23', '2009-09-09 15:34:23', '', 659, 'http://aazk.org/uncategorized/659-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (674, 2, '2009-09-11 11:44:34', '2009-09-11 16:44:34', '', 'ballcap3', 0, 'AAZK logo ball cap', 'inherit', 'closed', 'closed', '', 'ballcap3', '', '', '2009-09-11 11:44:34', '2009-09-11 16:44:34', '', 0, 'http://aazk.org/wp-content/uploads/ballcap3.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1008, 2, '2010-01-15 11:02:16', '2010-01-15 16:02:16', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\n<p style="text-align: center;"><em><strong></strong></em></p>\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\n\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat.\nIt does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.\n<p style="text-align: left;"><strong>History</strong></p>\n<p style="text-align: left;"><img class="alignnone size-large wp-image-1002" title="lewa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa1-1024x718.jpg" alt="lewa1" width="430" height="302" /></p>\n<p style="text-align: left;">Lewa Wildlife Conservancy lies in northern Kenya was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\n<p style="text-align: left;">Wil</p>\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-01-15 11:02:16', '2010-01-15 16:02:16', '', 991, 'http://aazk.org/uncategorized/991-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (665, 2, '2009-09-11 11:33:13', '2009-09-11 16:33:13', '', 'ballcap', 0, 'AAZK logo ball cap', 'inherit', 'closed', 'closed', '', 'ballcap', '', '', '2009-09-11 11:33:13', '2009-09-11 16:33:13', '', 0, 'http://aazk.org/wp-content/uploads/ballcap.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (673, 2, '2009-09-11 11:43:44', '2009-09-11 16:43:44', '', 'shortsleeveemshirt1', 0, 'Eye Movement women\'s shirt', 'inherit', 'closed', 'closed', '', 'shortsleeveemshirt1', '', '', '2009-09-11 11:43:44', '2009-09-11 16:43:44', '', 0, 'http://aazk.org/wp-content/uploads/shortsleeveemshirt1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (666, 2, '2009-09-11 11:35:06', '2009-09-11 16:35:06', '', 'emtshirt', 0, 'Eye Movement long sleeve shirt', 'inherit', 'closed', 'closed', '', 'emtshirt', '', '', '2009-09-11 11:35:06', '2009-09-11 16:35:06', '', 0, 'http://aazk.org/wp-content/uploads/emtshirt.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (667, 2, '2009-09-11 11:36:41', '2009-09-11 16:36:41', '', 'ballcap1', 0, '', 'inherit', 'closed', 'closed', '', 'ballcap1', '', '', '2009-09-11 11:36:41', '2009-09-11 16:36:41', '', 0, 'http://aazk.org/wp-content/uploads/ballcap1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (672, 2, '2009-09-11 11:42:17', '2009-09-11 16:42:17', '', 'emtshirt3', 0, 'Eye Movement long sleeve shirt', 'inherit', 'closed', 'closed', '', 'emtshirt3', '', '', '2009-09-11 11:42:17', '2009-09-11 16:42:17', '', 0, 'http://aazk.org/wp-content/uploads/emtshirt3.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (669, 2, '2009-09-11 11:38:16', '2009-09-11 16:38:16', '', 'emtshirt1', 0, 'Eye Movement long sleeve shirt', 'inherit', 'closed', 'closed', '', 'emtshirt1', '', '', '2009-09-11 11:38:16', '2009-09-11 16:38:16', '', 0, 'http://aazk.org/wp-content/uploads/emtshirt1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (668, 2, '2009-09-11 11:37:43', '2009-09-11 16:37:43', '', 'ballcap2', 0, 'AAZK logo ball cap', 'inherit', 'closed', 'closed', '', 'ballcap2', '', '', '2009-09-11 11:37:43', '2009-09-11 16:37:43', '', 0, 'http://aazk.org/wp-content/uploads/ballcap2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (670, 2, '2009-09-11 11:39:03', '2009-09-11 16:39:03', '', 'shortsleeveemshirt', 0, 'Women\'s short sleeve shirt', 'inherit', 'closed', 'closed', '', 'shortsleeveemshirt', '', '', '2009-09-11 11:39:03', '2009-09-11 16:39:03', '', 0, 'http://aazk.org/wp-content/uploads/shortsleeveemshirt.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (671, 2, '2009-09-11 11:40:53', '2009-09-11 16:40:53', '', 'emtshirt2', 0, 'Eye Movement long sleeve shirt', 'inherit', 'closed', 'closed', '', 'emtshirt2', '', '', '2009-09-11 11:40:53', '2009-09-11 16:40:53', '', 0, 'http://aazk.org/wp-content/uploads/emtshirt2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (997, 2, '2010-01-15 10:20:38', '2010-01-15 15:20:38', '<img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="1024" height="479" />\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n\r\n<em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em>\r\n\r\n<em>The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat.\r\nIt does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</em>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-01-15 10:20:38', '2010-01-15 15:20:38', '', 991, 'http://aazk.org/uncategorized/991-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (998, 2, '2010-01-15 10:21:13', '2010-01-15 15:21:13', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="819" height="383" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: center;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n\r\n<p style="text-align: center;"><em>The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat.\r\nIt does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</em>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-01-15 10:21:13', '2010-01-15 15:21:13', '', 991, 'http://aazk.org/uncategorized/991-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (999, 2, '2010-01-15 10:54:28', '2010-01-15 15:54:28', '', 'lewa', 0, '', 'inherit', 'closed', 'closed', '', 'lewa-2', '', '', '2010-01-15 10:54:28', '2010-01-15 15:54:28', '', 991, 'http://aazk.org/wp-content/uploads/lewa.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1000, 2, '2010-01-15 10:22:00', '2010-01-15 15:22:00', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n\r\n<p style="text-align: left;"><em>The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat.\r\nIt does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</em>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-01-15 10:22:00', '2010-01-15 15:22:00', '', 991, 'http://aazk.org/uncategorized/991-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1002, 2, '2010-01-15 10:56:01', '2010-01-15 15:56:01', '', 'lewa1', 0, '', 'inherit', 'closed', 'closed', '', 'lewa1', '', '', '2010-01-15 10:56:01', '2010-01-15 15:56:01', '', 991, 'http://aazk.org/wp-content/uploads/lewa1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1001, 2, '2010-01-15 10:54:47', '2010-01-15 15:54:47', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat.\r\nIt does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;"><img class="alignnone size-medium wp-image-999" title="lewa" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa-300x210.jpg" alt="lewa" width="300" height="210" />Lewa Wildlife Conservancy lies in northern Kenya was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-01-15 10:54:47', '2010-01-15 15:54:47', '', 991, 'http://aazk.org/uncategorized/991-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1003, 2, '2010-01-15 10:55:40', '2010-01-15 15:55:40', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat.\r\nIt does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy lies in northern Kenya was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-01-15 10:55:40', '2010-01-15 15:55:40', '', 991, 'http://aazk.org/uncategorized/991-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1004, 2, '2010-01-15 10:56:17', '2010-01-15 15:56:17', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat.\r\nIt does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;"><img class="alignnone size-large wp-image-1002" title="lewa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa1-1024x718.jpg" alt="lewa1" width="1024" height="718" />Lewa Wildlife Conservancy lies in northern Kenya was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-01-15 10:56:17', '2010-01-15 15:56:17', '', 991, 'http://aazk.org/uncategorized/991-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1005, 2, '2010-01-15 10:56:49', '2010-01-15 15:56:49', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat.\r\nIt does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;"><img class="alignnone size-large wp-image-1002" title="lewa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa1-1024x718.jpg" alt="lewa1" width="717" height="503" />Lewa Wildlife Conservancy lies in northern Kenya was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-01-15 10:56:49', '2010-01-15 15:56:49', '', 991, 'http://aazk.org/uncategorized/991-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1006, 2, '2010-01-15 10:57:16', '2010-01-15 15:57:16', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat.\r\nIt does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;"><img class="alignnone size-large wp-image-1002" title="lewa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa1-1024x718.jpg" alt="lewa1" width="430" height="302" />Lewa Wildlife Conservancy lies in northern Kenya was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-01-15 10:57:16', '2010-01-15 15:57:16', '', 991, 'http://aazk.org/uncategorized/991-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1007, 2, '2010-01-15 10:58:21', '2010-01-15 15:58:21', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\n<p style="text-align: center;"><em><strong></strong></em></p>\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\n\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat.\nIt does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.\n<p style="text-align: left;"><strong>History</strong></p>\n<p style="text-align: left;"><img class="alignnone size-large wp-image-1002" title="lewa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa1-1024x718.jpg" alt="lewa1" width="430" height="302" /></p>\n<p style="text-align: left;">Lewa Wildlife Conservancy lies in northern Kenya was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-01-15 10:58:21', '2010-01-15 15:58:21', '', 991, 'http://aazk.org/uncategorized/991-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (760, 2, '2009-10-15 15:07:41', '2009-10-15 20:07:41', 'San Diego\r\nAugust 24-28, 2011\r\n\r\nSyracuse\r\nSeptember 23-27, 2012', 'Upcoming Conferences', 0, '', 'inherit', 'closed', 'closed', '', '757-revision-3', '', '', '2009-10-15 15:07:41', '2009-10-15 20:07:41', '', 757, 'http://aazk.org/uncategorized/757-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (759, 2, '2009-10-15 15:07:14', '2009-10-15 20:07:14', 'San Diego\r\n\r\nAugust 24-28, 2011\r\n\r\nSyracuse\r\n\r\nSeptember 23-27, 2012', 'Upcoming Conferences', 0, '', 'inherit', 'closed', 'closed', '', '757-revision-2', '', '', '2009-10-15 15:07:14', '2009-10-15 20:07:14', '', 757, 'http://aazk.org/uncategorized/757-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1015, 1, '2010-01-01 11:37:17', '2010-01-01 16:37:17', '<h5>For those wishing to mail in their membership application you can download the application <a href="http://dev.aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf">here</a>. For those wishing to sign up on the website please utilize the buttons below.</h5>\r\n<div class="membership">\r\n<h3>US Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Professional Membership" /> <input name="item_number" type="hidden" value="us-professional" /> <input name="amount" type="hidden" value="45.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$45 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Affiliate Membership" /> <input name="item_number" type="hidden" value="us-affiliate" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Student Membership" /> <input name="item_number" type="hidden" value="us-student" /> <input name="amount" type="hidden" value="30.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$30 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Individuals Contributing" /> <input name="item_number" type="hidden" value="us-individual" /> <input name="amount" type="hidden" value="70.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Canadian Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Professional Membership" /> <input name="item_number" type="hidden" value="cad-professional" /> <input name="amount" type="hidden" value="45.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$45 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Affiliate Membership" /> <input name="item_number" type="hidden" value="cad-affiliate" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Student Membership" /> <input name="item_number" type="hidden" value="cad-student" /> <input name="amount" type="hidden" value="30.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$30 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Individuals Contributing" /> <input name="item_number" type="hidden" value="cad-individual" /> <input name="amount" type="hidden" value="70.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Commercial Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Individuals Contributing" /> <input name="item_number" type="hidden" value="cad-individual" /> <input name="amount" type="hidden" value="150.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$150 - Commercial Membership</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/commercial-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<strong>The following membership types require verification of your organization\'s information and/or approval by the AAZK Board.</strong>\r\n<h3>Institutional Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$150 - Institutional Membership</div>\r\n<div class="details">requires AAZK Board approval</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/institutional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<h3>Library Only</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$45 - Institutional</div>\r\n<div class="details">Available only to public &amp; university libraries</div>\r\n</div>\r\n</div>\r\n<h3>International Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$60 - International Membership</div>\r\n<div class="details">All members outside U.S. &amp; Canada regardless of category</div>\r\n</div>\r\n</div>\r\nPrint and mail applications to:\r\n\r\n<strong>AAZK Administrative Offices\r\n3601 S.W. 29th, Suite 133\r\nTopeka, KS 66614</strong>\r\n\r\nMake checks/money orders payable to <strong>AAZK, Inc</strong>\r\nMust be in U.S. FUNDS ONLY.\r\n\r\nMembership includes a subscription to Animal Keepers\' Forum. The membership card is good for free admission to many zoos and aquariums in the U.S. and Canada.</div>', 'Join AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2010-01-01 11:37:17', '2010-01-01 16:37:17', '', 17, 'http://aazk.org/uncategorized/17-revision-20/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (690, 1, '2009-06-10 19:51:24', '2009-06-11 00:51:24', '<h3>US Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Professional Membership">\r\n		<input type="hidden" name="item_number" value="us-professional">\r\n		<input type="hidden" name="amount" value="40.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Professional Membership</div>\r\n		<div class="details">Full-time Keepers</div>\r\n		<div class="benefits">(<a href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700" class="thickbox">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Affiliate Membership">\r\n		<input type="hidden" name="item_number" value="us-affiliate">\r\n		<input type="hidden" name="amount" value="35.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$35 - Affiliate Membership</div>\r\n		<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n		<div class="benefits">(<a href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700" class="thickbox">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Student Membership">\r\n		<input type="hidden" name="item_number" value="us-student">\r\n		<input type="hidden" name="amount" value="25.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$25 - Student Membership</div>\r\n		<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n		<div class="benefits">(<a href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700" class="thickbox">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="US Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="us-individual">\r\n		<input type="hidden" name="amount" value="65.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$65 - Individuals Contributing</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>Canadian Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Professional Membership">\r\n		<input type="hidden" name="item_number" value="cad-professional">\r\n		<input type="hidden" name="amount" value="40.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Professional Membership</div>\r\n		<div class="details">Full-time Keepers</div>\r\n		<div class="benefits">(<a href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700" class="thickbox">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Affiliate Membership">\r\n		<input type="hidden" name="item_number" value="cad-affiliate">\r\n		<input type="hidden" name="amount" value="35.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$35 - Affiliate Membership</div>\r\n		<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n		<div class="benefits">(<a href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700" class="thickbox">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Student Membership">\r\n		<input type="hidden" name="item_number" value="cad-student">\r\n		<input type="hidden" name="amount" value="25.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$25 - Student Membership</div>\r\n		<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n		<div class="benefits">(<a href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700" class="thickbox">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="cad-individual">\r\n		<input type="hidden" name="amount" value="65.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="CAD">\r\n		<input type="hidden" name="lc" value="CA">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$65 - Individuals Contributing</div>\r\n	</div>\r\n</div>\r\n\r\n\r\n<h3>Commercial Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">\r\n		<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">\r\n		<input type="hidden" name="add" value="1">\r\n		<input type="hidden" name="cmd" value="_cart">\r\n		<input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n		<input type="hidden" name="item_name" value="Canadian Individuals Contributing">\r\n		<input type="hidden" name="item_number" value="cad-individual">\r\n		<input type="hidden" name="amount" value="150.00">\r\n		<input type="hidden" name="no_note" value="1">\r\n		<input type="hidden" name="currency_code" value="USD">\r\n		<input type="hidden" name="lc" value="US">\r\n	</form>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$150 - Commercial Membership</div>\r\n		<div class="benefits">(<a href="/join/commercial-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700" class="thickbox">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<p><strong>The following membership types require verification of your organization\'s information and/or approval by the AAZK Board.</strong></p>\r\n\r\n<h3>Institutional Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href=\'http://dev.aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf\'>Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$150 - Institutional Membership</div>\r\n		<div class="details">requires AAZK Board approval</div>\r\n		<div class="benefits">(<a href="/join/institutional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700" class="thickbox">Membership Benefits</a>)</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>Library Only</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href=\'http://dev.aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf\'>Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$40 - Institutional</div>\r\n		<div class="details">Available only to public &amp; university libraries</div>\r\n	</div>\r\n</div>\r\n\r\n<h3>International Members</h3>\r\n\r\n<div class="membership">\r\n	<div class="button">\r\n	<a href=\'http://dev.aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf\'>Download Application</a>\r\n	</div>\r\n	<div class="description">\r\n		<div class="type">$55 - International Membership</div>\r\n		<div class="details">All members outside U.S. &amp; Canada regardless of category</div>\r\n	</div>\r\n</div>\r\n\r\n<p>Print and mail applications to:</p>\r\n\r\n<p><strong>AAZK Administrative Offices<br />\r\n3601 S.W. 29th, Suite 133<br />\r\nTopeka, KS 66614</strong></p>\r\n\r\n<p>Make checks/money orders payable to <strong>AAZK, Inc</strong><br />Must be in U.S. FUNDS ONLY.</p>\r\n\r\n<p>Membership includes a subscription to Animal Keepers\' Forum. The membership card is good for free admission to many zoos and aquariums in the U.S. and Canada.</p>\r\n', 'Join AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2009-06-10 19:51:24', '2009-06-11 00:51:24', '', 17, 'http://aazk.org/uncategorized/17-revision-14/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1010, 2, '2010-01-15 11:12:26', '2010-01-15 16:12:26', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\n<p style="text-align: center;"><em><strong></strong></em></p>\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\n\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat.\nIt does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.\n<p style="text-align: left;"><strong>History</strong></p>\n<p style="text-align: left;"><img class="alignnone size-large wp-image-1002" title="lewa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa1-1024x718.jpg" alt="lewa1" width="430" height="302" /></p>\n<p style="text-align: left;">Lewa Wildlife Conservancy lies in northern Kenya was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong></p>\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds.</p>\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-01-15 11:12:26', '2010-01-15 16:12:26', '', 991, 'http://aazk.org/uncategorized/991-revision-15/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1011, 2, '2010-01-15 11:13:22', '2010-01-15 16:13:22', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat.\r\nIt does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;"><img class="alignnone size-large wp-image-1002" title="lewa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa1-1024x718.jpg" alt="lewa1" width="430" height="302" /></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy lies in northern Kenya was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-01-15 11:13:22', '2010-01-15 16:13:22', '', 991, 'http://aazk.org/uncategorized/991-revision-16/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1012, 2, '2010-01-15 11:15:04', '2010-01-15 16:15:04', '', 'img_6296a', 0, '', 'inherit', 'closed', 'closed', '', 'img_6296a', '', '', '2010-01-15 11:15:04', '2010-01-15 16:15:04', '', 991, 'http://aazk.org/wp-content/uploads/img_6296a.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1013, 2, '2010-01-15 11:13:38', '2010-01-15 16:13:38', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat.\r\nIt does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;"><img class="alignnone size-large wp-image-1002" title="lewa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa1-1024x718.jpg" alt="lewa1" width="430" height="302" /></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy lies in northern Kenya was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-01-15 11:13:38', '2010-01-15 16:13:38', '', 991, 'http://aazk.org/uncategorized/991-revision-17/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1014, 2, '2010-01-15 11:15:27', '2010-01-15 16:15:27', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat.\r\nIt does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;"><img class="alignnone size-large wp-image-1002" title="lewa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa1-1024x718.jpg" alt="lewa1" width="430" height="302" /></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy lies in northern Kenya was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="300" height="200" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-01-15 11:15:27', '2010-01-15 16:15:27', '', 991, 'http://aazk.org/uncategorized/991-revision-18/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (692, 1, '2009-09-30 23:59:18', '2009-10-01 04:59:18', '<ul>\r\n	<li>About the Cover/Information for Contributors</li>\r\n	<li>Scoops &amp; Scuttlebutt</li>\r\n	<li>From the President</li>\r\n	<li>Coming Events</li>\r\n	<li>Call for Papers for Avian Husbandry Issue</li>\r\n	<li>AAZK Announces New Members</li>\r\n	<li>2009 AAZK/AKF Award Recipients</li>\r\n	<li>Lifetime Achievement Award - Lucy Segerson, North Carolina Zoo</li>\r\n	<li>Enrichment Options (<em>Enriching Great Apes</em>)</li>\r\n	<li>Bowling for Rhinos Keeps Critically Endangered Indonesian Rhinos Safe</li>\r\n	<li>Book Reviews (<em>The Biology of Rattlesnakes; and Common Kingsnakes, A Natural History of Lampropeltis Getula</em>)</li>\r\n	<li>Rhino Note Card Project</li>\r\n	<li>Training Tales (<em>Stationing</em>)</li>\r\n	<li>Zimbabwe\'s Rhinos Under Attack by Poachers</li>\r\n	<li>Update: Greater One-Horned Rhinos in India and Nepal</li>\r\n	<li>Experts Form Global Alliance for Amphibian Survival</li>\r\n	<li>Key Largo Woodrat Program at Disney\'s Animal Kingdom</li>\r\n	<li>Conservation Station Column (Making the Holidays a Little Bit Greener)</li>\r\n	<li>Our Last Chance to Save the Rarest Large Mammal on Earth (<em>Reintroducing Northern White Rhinos into the Wild</em>)</li>\r\n	<li>Conservation/Legislative Update</li>\r\n</ul>', 'October 2009', 0, '', 'draft', 'closed', 'closed', '', 'october-2009', '', '', '2013-10-15 17:49:23', '2013-10-15 22:49:23', '', 0, 'http://aazk.org/?p=692', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (693, 1, '2009-09-30 16:13:27', '2009-09-30 21:13:27', '', 'October 2009', 0, '', 'inherit', 'closed', 'closed', '', '692-revision', '', '', '2009-09-30 16:13:27', '2009-09-30 21:13:27', '', 692, 'http://aazk.org/uncategorized/692-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (694, 1, '2009-09-30 23:59:07', '2009-10-01 04:59:07', '<img class="aligncenter size-full wp-image-695" title="hdr_conservation_station" src="http://aecetia.net/gws/aazk/wp-content/uploads/hdr_conservation_station.gif" alt="hdr_conservation_station" width="522" height="200" />\r\n\r\n<em>By the AAZK Conservation Committee</em>\r\n\r\n<p>The holiday season is a time of celebration. A time to spend with friends and family, a time to give thanks for good fortune, a time to forget about the stress of everyday life and a time to have some fun with loved ones. The holiday season is also a time of excess. In fact, according to the Medical University of South Carolina, waste output increases over 25% during the holiday season. The increase in travel, by land or by air, pumps even more carbon dioxide and pollution into the already fragile environment.</p>   \r\n\r\n<p>Thinking about all this excess is enough for the environmentalist in all of us to cringe and feel guilty for every piece of candy we hand out or every glass of champagne raised in toast. The conservationist in us would say, "Something has to be done about all this overindulgence! Cancel Hanukah and Christmas! Outlaw Trick-or-Treating! Ban gift giving entirely!"  But the rational human being in us all has to admit that we really enjoy spending time with loved ones, and all the excess that goes along with it. So where is the "in between"?  How can we still consider ourselves environmentally friendly conservationists while partaking in the festivities?  More importantly, how can we fit our green practices into our holiday celebrations without our families disowning us for making them eat by candlelight with no heat on in the Midwest on Christmas or ending up with egg on our houses for handing out a hearty "Happy Halloween" instead of a treat?</p>\r\n\r\n<p>The AAZK Conservation Committee has put together some ideas for the "greening" of your holidays. Try a few things this year from the list and add a few more for next year. By adopting even one of these ideas, you CAN make a difference in the amount of waste this holiday season. So relax, have a great AND GREEN holiday season.</p>\r\n\r\n<h3>Scream GREEN on Halloween!</h3>\r\n<ul>\r\n	<li><strong>BYOC (Build Your Own Costume)!</strong> Use old clothes and household items to construct a creative and original costume. If you need to purchase items, shop at Goodwill or another local second-hand store. </li>\r\n	<li><strong>Reuse your treat collector!</strong> Find a sturdy reusable bag, second-hand plastic jack o\'latern or build your own to use year after year. </li>\r\n	<li><strong>Walk instead of drive!</strong> Enjoy the night and save on gas and pollution. </li>\r\n	<li><strong>Buy PALM OIL FREE and/or organic treats!</strong> Check ingredient labels before buying at your local grocery stores. Try to look for minimal packaging if possible. </li>\r\n	<li><strong>Get the most out of your pumpkin!</strong> Not only are they good for decoration, but also pumpkins can be composted to aide with garden growth. </li>\r\n	<li><strong>Use black and orange CFL bulbs or LED\'s!</strong></li>\r\n	<li><strong>Decorate your house with recycled items!</strong> Hit up second hand stores, your own trash and recycling, or the dump and be creative to make your house look spooky and scary. </li>\r\n</ul>\r\n\r\n<h3>Decorating with GREENERY</h3>\r\n<ul>\r\n	<li><strong>Decorate with nature!</strong> Use organic flowers or seasonal flowers such as hyacinth, mimosa, narcissus, amaryllis and poinsettias. Make centerpieces from twigs, squash, acorn, apples, and leaves. Use real evergreen swags, garlands, and wreaths. Create accents with dried berries, twigs, small logs, fresh fruits and nuts. </li>\r\n	<li><strong>Create natural napkin rings!</strong> Tie napkins with raffia and tuck in some cinnamon sticks – guests can dip cinnamon sticks in hot apple cider later. </li>\r\n	<li><strong>Reuse and repurpose!</strong> Save all of your old decorations for the next year or get creative and make them into brand new decorations. Or go vintage and buy decorations from consignment stores, thrift shops, and antique stores, or buy homemade from craft bazaars. </li>\r\n	<li><strong>Get a real tree!</strong> (Unless you already have a fake one, then keep using that one) Real trees are grown in farms to be cut and are replaced. Fake trees are filled with plastic, PVC, and harsh chemicals. They release toxic gases when they are new and cannot be recycled. Real tree can be recycled but make sure they are from a pesticide-free farm. </li>\r\n	<li><strong>Use LED lights!</strong> They use 80% less energy and last about 20 years. In one year, you should make back the extra money you paid in energy savings. For outdoor lighting use solar powered LED light strands. </li>\r\n	<li><strong>Light candles made of soy and beeswax!</strong> They are renewable and sustainable, burn clean and are better for you. Traditional candles are made from paraffin wax which is petroleum based. </li>\r\n	<li><strong>Make your own decorations!</strong> Try popcorn or berry garlands, flour dough ornaments or other edible decorations. Repose unwanted items to make new ornaments. </li>\r\n</ul>\r\n\r\n<h3>Give some GREEN this holiday</h3>\r\n<ul>\r\n	<li><strong>Think ahead!</strong>  Plan your holiday gift giving ideas starting December 26th the year before. That way you can buy your gifts all year long without make special trips at the last minute. Keep this in mind during summer festivals, garage sales, and craft shows. </li>\r\n	<li><strong>Make it yourself!</strong>  Make use of your artistic talents by knitting, baking, or painting to make your gifts. If you are artistically challenged give a gift of your services such as babysitting, massages, or snow-shoveling. </li>\r\n	<li><strong>Shop locally!</strong>  Supporting locally owned stores not only helps your local economy but also helps to cut down on waste caused by shipping products across the world. Look for local shops that support local artisans and craftsmen. </li>\r\n	<li><strong>Buy/give recycled!</strong>  Look for items made of recycled materials. Shop at Goodwill, flea markets, and garage sales for treasures. Remember it is OKAY to re-gift, especially when you know the recipient will really enjoy the gift!</li>\r\n	<li><strong>Scrap the idea of driving from mall to mall multiple times and the pile-up of paper wasting catalogs!</strong>  Visit <a href="http://www.catalogchoice.org">www.catalogchoice.org</a> - This is a free service that lets you reduce unwanted mail and choose the brands you want to hear from by requesting electronic catalogues. </li>\r\n	<li><strong>Buy gifts that will get used!</strong>  Find gifts that the recipient will want and not ones that will go to waste or get thrown away. When in doubt, gift cards to local shops and restaurants are a good choice and many can be personalized or paired with a homemade card or craft. Or buy a consumable gift such as tea, fair trade coffee, or homemade jellies. </li>\r\n	<li><strong>Shop with an earth-conscious attitude!</strong>  Support stores that make an effort to be environmentally conscious and those that support environmental and social causes. Pay attention to packaging. Look for items that are minimally packaged, organic and made in the United States. Visit <a href="http://treehugger.com">treehugger.com</a>, <a href="http://planetgreen.discovery.com">planetgreen.discovery.com</a>, <a href="http://www.ecoexpress.com">www.ecoexpress.com</a>, <a href="http://www.eco-artware.com">www.eco-artware.com</a> and <a href="http://green.yahoo.com/gift-guide">green.yahoo.com/gift-guide</a> for lists of items, stores and companies that offer green gifts. </li>\r\n</ul>\r\n\r\n<p>Support environmental causes this holiday! Give the gift that gives to others. Buy gifts...</p>\r\n\r\n<p><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="/join/">JOIN NOW</a>!</strong></p>\r\n', 'Making the Holidays a Little Bit Greener', 0, '', 'draft', 'closed', 'closed', '', 'making-the-holidays-a-little-bit-greener', '', '', '2013-10-15 17:49:23', '2013-10-15 22:49:23', '', 0, 'http://aazk.org/?p=694', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (695, 1, '2009-09-30 16:19:04', '2009-09-30 21:19:04', '', 'hdr_conservation_station', 0, '', 'inherit', 'closed', 'closed', '', 'hdr_conservation_station', '', '', '2009-09-30 16:19:04', '2009-09-30 21:19:04', '', 694, 'http://aazk.org/wp-content/uploads/hdr_conservation_station.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (696, 1, '2009-09-30 16:17:14', '2009-09-30 21:17:14', '', 'Making the Holidays a Little Bit Greener', 0, '', 'inherit', 'closed', 'closed', '', '694-revision', '', '', '2009-09-30 16:17:14', '2009-09-30 21:17:14', '', 694, 'http://aazk.org/uncategorized/694-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (697, 1, '2009-09-30 16:19:28', '2009-09-30 21:19:28', '<img class="aligncenter size-full wp-image-695" title="hdr_conservation_station" src="http://aecetia.net/gws/aazk/wp-content/uploads/hdr_conservation_station.gif" alt="hdr_conservation_station" width="522" height="200" />\r\n\r\n', 'Making the Holidays a Little Bit Greener', 0, '', 'inherit', 'closed', 'closed', '', '694-revision-2', '', '', '2009-09-30 16:19:28', '2009-09-30 21:19:28', '', 694, 'http://aazk.org/uncategorized/694-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (698, 1, '2009-09-30 16:20:14', '2009-09-30 21:20:14', '<img class="aligncenter size-full wp-image-695" title="hdr_conservation_station" src="http://aecetia.net/gws/aazk/wp-content/uploads/hdr_conservation_station.gif" alt="hdr_conservation_station" width="522" height="200" />\r\n\r\n<em>By the AAZK Conservation Committee</em>\r\n\r\n', 'Making the Holidays a Little Bit Greener', 0, '', 'inherit', 'closed', 'closed', '', '694-revision-3', '', '', '2009-09-30 16:20:14', '2009-09-30 21:20:14', '', 694, 'http://aazk.org/uncategorized/694-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (699, 1, '2009-09-30 16:30:09', '2009-09-30 21:30:09', '<img class="aligncenter size-full wp-image-695" title="hdr_conservation_station" src="http://aecetia.net/gws/aazk/wp-content/uploads/hdr_conservation_station.gif" alt="hdr_conservation_station" width="522" height="200" />\r\n\r\n<em>By the AAZK Conservation Committee</em>\r\n\r\n<p>The holiday season is a time of celebration. A time to spend with friends and family, a time to give thanks for good fortune, a time to forget about the stress of everyday life and a time to have some fun with loved ones. The holiday season is also a time of excess. In fact, according to the Medical University of South Carolina, waste output increases over 25% during the holiday season. The increase in travel, by land or by air, pumps even more carbon dioxide and pollution into the already fragile environment.</p>   \r\n\r\n<p>Thinking about all this excess is enough for the environmentalist in all of us to cringe and feel guilty for every piece of candy we hand out or every glass of champagne raised in toast. The conservationist in us would say, "Something has to be done about all this overindulgence! Cancel Hanukah and Christmas! Outlaw Trick-or-Treating! Ban gift giving entirely!"  But the rational human being in us all has to admit that we really enjoy spending time with loved ones, and all the excess that goes along with it. So where is the "in between"?  How can we still consider ourselves environmentally friendly conservationists while partaking in the festivities?  More importantly, how can we fit our green practices into our holiday celebrations without our families disowning us for making them eat by candlelight with no heat on in the Midwest on Christmas or ending up with egg on our houses for handing out a hearty "Happy Halloween" instead of a treat?</p>\r\n\r\n<p>The AAZK Conservation Committee has put together some ideas for the "greening" of your holidays. Try a few things this year from the list and add a few more for next year. By adopting even one of these ideas, you CAN make a difference in the amount of waste this holiday season. So relax, have a great AND GREEN holiday season.</p>\r\n\r\n<h3>Scream GREEN on Halloween!</h3>\r\n<ul>\r\n	<li><strong>BYOC (Build Your Own Costume)!</strong> Use old clothes and household items to construct a creative and original costume. If you need to purchase items, shop at Goodwill or another local second-hand store. </li>\r\n	<li><strong>Reuse your treat collector!</strong> Find a sturdy reusable bag, second-hand plastic jack o\'latern or build your own to use year after year. </li>\r\n	<li><strong>Walk instead of drive!</strong> Enjoy the night and save on gas and pollution. </li>\r\n	<li><strong>Buy PALM OIL FREE and/or organic treats!</strong> Check ingredient labels before buying at your local grocery stores. Try to look for minimal packaging if possible. </li>\r\n	<li><strong>Get the most out of your pumpkin!</strong> Not only are they good for decoration, but also pumpkins can be composted to aide with garden growth. </li>\r\n	<li><strong>Use black and orange CFL bulbs or LED\'s!</strong></li>\r\n	<li><strong>Decorate your house with recycled items!</strong> Hit up second hand stores, your own trash and recycling, or the dump and be creative to make your house look spooky and scary. </li>\r\n</ul>\r\n\r\n<h3>Decorating with GREENERY</h3>\r\n<ul>\r\n	<li><strong>Decorate with nature!</strong> Use organic flowers or seasonal flowers such as hyacinth, mimosa, narcissus, amaryllis and poinsettias. Make centerpieces from twigs, squash, acorn, apples, and leaves. Use real evergreen swags, garlands, and wreaths. Create accents with dried berries, twigs, small logs, fresh fruits and nuts. </li>\r\n	<li><strong>Create natural napkin rings!</strong> Tie napkins with raffia and tuck in some cinnamon sticks – guests can dip cinnamon sticks in hot apple cider later. </li>\r\n	<li><strong>Reuse and repurpose!</strong> Save all of your old decorations for the next year or get creative and make them into brand new decorations. Or go vintage and buy decorations from consignment stores, thrift shops, and antique stores, or buy homemade from craft bazaars. </li>\r\n	<li><strong>Get a real tree!</strong> (Unless you already have a fake one, then keep using that one) Real trees are grown in farms to be cut and are replaced. Fake trees are filled with plastic, PVC, and harsh chemicals. They release toxic gases when they are new and cannot be recycled. Real tree can be recycled but make sure they are from a pesticide-free farm. </li>\r\n	<li><strong>Use LED lights!</strong> They use 80% less energy and last about 20 years. In one year, you should make back the extra money you paid in energy savings. For outdoor lighting use solar powered LED light strands. </li>\r\n	<li><strong>Light candles made of soy and beeswax!</strong> They are renewable and sustainable, burn clean and are better for you. Traditional candles are made from paraffin wax which is petroleum based. </li>\r\n	<li><strong>Make your own decorations!</strong> Try popcorn or berry garlands, flour dough ornaments or other edible decorations. Repose unwanted items to make new ornaments. </li>\r\n</ul>\r\n\r\n<h3>Give some GREEN this holiday</h3>\r\n<ul>\r\n	<li><strong>Think ahead!</strong>  Plan your holiday gift giving ideas starting December 26th the year before. That way you can buy your gifts all year long without make special trips at the last minute. Keep this in mind during summer festivals, garage sales, and craft shows. </li>\r\n	<li><strong>Make it yourself!</strong>  Make use of your artistic talents by knitting, baking, or painting to make your gifts. If you are artistically challenged give a gift of your services such as babysitting, massages, or snow-shoveling. </li>\r\n	<li><strong>Shop locally!</strong>  Supporting locally owned stores not only helps your local economy but also helps to cut down on waste caused by shipping products across the world. Look for local shops that support local artisans and craftsmen. </li>\r\n	<li><strong>Buy/give recycled!</strong>  Look for items made of recycled materials. Shop at Goodwill, flea markets, and garage sales for treasures. Remember it is OKAY to re-gift, especially when you know the recipient will really enjoy the gift!</li>\r\n	<li><strong>Scrap the idea of driving from mall to mall multiple times and the pile-up of paper wasting catalogs!</strong>  Visit <a href="http://www.catalogchoice.org">www.catalogchoice.org</a> - This is a free service that lets you reduce unwanted mail and choose the brands you want to hear from by requesting electronic catalogues. </li>\r\n	<li><strong>Buy gifts that will get used!</strong>  Find gifts that the recipient will want and not ones that will go to waste or get thrown away. When in doubt, gift cards to local shops and restaurants are a good choice and many can be personalized or paired with a homemade card or craft. Or buy a consumable gift such as tea, fair trade coffee, or homemade jellies. </li>\r\n	<li><strong>Shop with an earth-conscious attitude!</strong>  Support stores that make an effort to be environmentally conscious and those that support environmental and social causes. Pay attention to packaging. Look for items that are minimally packaged, organic and made in the United States. Visit <a href="http://treehugger.com">treehugger.com</a>, <a href="http://planetgreen.discovery.com">planetgreen.discovery.com</a>, <a href="http://www.ecoexpress.com">www.ecoexpress.com</a>, <a href="http://www.eco-artware.com">www.eco-artware.com</a> and <a href="http://green.yahoo.com/gift-guide">green.yahoo.com/gift-guide</a> for lists of items, stores and companies that offer green gifts. </li>\r\n</ul>\r\n\r\n<p>Support environmental causes this holiday! Give the gift that gives to others. Buy gifts...</p>\r\n\r\n\r\n', 'Making the Holidays a Little Bit Greener', 0, '', 'inherit', 'closed', 'closed', '', '694-revision-4', '', '', '2009-09-30 16:30:09', '2009-09-30 21:30:09', '', 694, 'http://aazk.org/uncategorized/694-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (700, 1, '2009-09-30 16:31:06', '2009-09-30 21:31:06', '<img class="aligncenter size-full wp-image-695" title="hdr_conservation_station" src="http://aecetia.net/gws/aazk/wp-content/uploads/hdr_conservation_station.gif" alt="hdr_conservation_station" width="522" height="200" />\r\n\r\n<em>By the AAZK Conservation Committee</em>\r\n\r\n<p>The holiday season is a time of celebration. A time to spend with friends and family, a time to give thanks for good fortune, a time to forget about the stress of everyday life and a time to have some fun with loved ones. The holiday season is also a time of excess. In fact, according to the Medical University of South Carolina, waste output increases over 25% during the holiday season. The increase in travel, by land or by air, pumps even more carbon dioxide and pollution into the already fragile environment.</p>   \r\n\r\n<p>Thinking about all this excess is enough for the environmentalist in all of us to cringe and feel guilty for every piece of candy we hand out or every glass of champagne raised in toast. The conservationist in us would say, "Something has to be done about all this overindulgence! Cancel Hanukah and Christmas! Outlaw Trick-or-Treating! Ban gift giving entirely!"  But the rational human being in us all has to admit that we really enjoy spending time with loved ones, and all the excess that goes along with it. So where is the "in between"?  How can we still consider ourselves environmentally friendly conservationists while partaking in the festivities?  More importantly, how can we fit our green practices into our holiday celebrations without our families disowning us for making them eat by candlelight with no heat on in the Midwest on Christmas or ending up with egg on our houses for handing out a hearty "Happy Halloween" instead of a treat?</p>\r\n\r\n<p>The AAZK Conservation Committee has put together some ideas for the "greening" of your holidays. Try a few things this year from the list and add a few more for next year. By adopting even one of these ideas, you CAN make a difference in the amount of waste this holiday season. So relax, have a great AND GREEN holiday season.</p>\r\n\r\n<h3>Scream GREEN on Halloween!</h3>\r\n<ul>\r\n	<li><strong>BYOC (Build Your Own Costume)!</strong> Use old clothes and household items to construct a creative and original costume. If you need to purchase items, shop at Goodwill or another local second-hand store. </li>\r\n	<li><strong>Reuse your treat collector!</strong> Find a sturdy reusable bag, second-hand plastic jack o\'latern or build your own to use year after year. </li>\r\n	<li><strong>Walk instead of drive!</strong> Enjoy the night and save on gas and pollution. </li>\r\n	<li><strong>Buy PALM OIL FREE and/or organic treats!</strong> Check ingredient labels before buying at your local grocery stores. Try to look for minimal packaging if possible. </li>\r\n	<li><strong>Get the most out of your pumpkin!</strong> Not only are they good for decoration, but also pumpkins can be composted to aide with garden growth. </li>\r\n	<li><strong>Use black and orange CFL bulbs or LED\'s!</strong></li>\r\n	<li><strong>Decorate your house with recycled items!</strong> Hit up second hand stores, your own trash and recycling, or the dump and be creative to make your house look spooky and scary. </li>\r\n</ul>\r\n\r\n<h3>Decorating with GREENERY</h3>\r\n<ul>\r\n	<li><strong>Decorate with nature!</strong> Use organic flowers or seasonal flowers such as hyacinth, mimosa, narcissus, amaryllis and poinsettias. Make centerpieces from twigs, squash, acorn, apples, and leaves. Use real evergreen swags, garlands, and wreaths. Create accents with dried berries, twigs, small logs, fresh fruits and nuts. </li>\r\n	<li><strong>Create natural napkin rings!</strong> Tie napkins with raffia and tuck in some cinnamon sticks – guests can dip cinnamon sticks in hot apple cider later. </li>\r\n	<li><strong>Reuse and repurpose!</strong> Save all of your old decorations for the next year or get creative and make them into brand new decorations. Or go vintage and buy decorations from consignment stores, thrift shops, and antique stores, or buy homemade from craft bazaars. </li>\r\n	<li><strong>Get a real tree!</strong> (Unless you already have a fake one, then keep using that one) Real trees are grown in farms to be cut and are replaced. Fake trees are filled with plastic, PVC, and harsh chemicals. They release toxic gases when they are new and cannot be recycled. Real tree can be recycled but make sure they are from a pesticide-free farm. </li>\r\n	<li><strong>Use LED lights!</strong> They use 80% less energy and last about 20 years. In one year, you should make back the extra money you paid in energy savings. For outdoor lighting use solar powered LED light strands. </li>\r\n	<li><strong>Light candles made of soy and beeswax!</strong> They are renewable and sustainable, burn clean and are better for you. Traditional candles are made from paraffin wax which is petroleum based. </li>\r\n	<li><strong>Make your own decorations!</strong> Try popcorn or berry garlands, flour dough ornaments or other edible decorations. Repose unwanted items to make new ornaments. </li>\r\n</ul>\r\n\r\n<h3>Give some GREEN this holiday</h3>\r\n<ul>\r\n	<li><strong>Think ahead!</strong>  Plan your holiday gift giving ideas starting December 26th the year before. That way you can buy your gifts all year long without make special trips at the last minute. Keep this in mind during summer festivals, garage sales, and craft shows. </li>\r\n	<li><strong>Make it yourself!</strong>  Make use of your artistic talents by knitting, baking, or painting to make your gifts. If you are artistically challenged give a gift of your services such as babysitting, massages, or snow-shoveling. </li>\r\n	<li><strong>Shop locally!</strong>  Supporting locally owned stores not only helps your local economy but also helps to cut down on waste caused by shipping products across the world. Look for local shops that support local artisans and craftsmen. </li>\r\n	<li><strong>Buy/give recycled!</strong>  Look for items made of recycled materials. Shop at Goodwill, flea markets, and garage sales for treasures. Remember it is OKAY to re-gift, especially when you know the recipient will really enjoy the gift!</li>\r\n	<li><strong>Scrap the idea of driving from mall to mall multiple times and the pile-up of paper wasting catalogs!</strong>  Visit <a href="http://www.catalogchoice.org">www.catalogchoice.org</a> - This is a free service that lets you reduce unwanted mail and choose the brands you want to hear from by requesting electronic catalogues. </li>\r\n	<li><strong>Buy gifts that will get used!</strong>  Find gifts that the recipient will want and not ones that will go to waste or get thrown away. When in doubt, gift cards to local shops and restaurants are a good choice and many can be personalized or paired with a homemade card or craft. Or buy a consumable gift such as tea, fair trade coffee, or homemade jellies. </li>\r\n	<li><strong>Shop with an earth-conscious attitude!</strong>  Support stores that make an effort to be environmentally conscious and those that support environmental and social causes. Pay attention to packaging. Look for items that are minimally packaged, organic and made in the United States. Visit <a href="http://treehugger.com">treehugger.com</a>, <a href="http://planetgreen.discovery.com">planetgreen.discovery.com</a>, <a href="http://www.ecoexpress.com">www.ecoexpress.com</a>, <a href="http://www.eco-artware.com">www.eco-artware.com</a> and <a href="http://green.yahoo.com/gift-guide">green.yahoo.com/gift-guide</a> for lists of items, stores and companies that offer green gifts. </li>\r\n</ul>\r\n\r\n<p>Support environmental causes this holiday! Give the gift that gives to others. Buy gifts...</p>\r\n\r\n<p><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="/join/">JOIN NOW</a>!</strong></p>\r\n', 'Making the Holidays a Little Bit Greener', 0, '', 'inherit', 'closed', 'closed', '', '694-revision-5', '', '', '2009-09-30 16:31:06', '2009-09-30 21:31:06', '', 694, 'http://aazk.org/uncategorized/694-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (701, 1, '2009-09-30 23:59:31', '2009-10-01 04:59:31', '<p><em>By Dr. Susie Ellis, Executive Director and Margaret Moore, Development Director<br />International Rhino Foundation, Yulee, FL</em></p>\r\n\r\n<p>The Rhino Protection Unit (RPU) program in Indonesia, partially funded by the American Association of Zoo Keepers Bowling for Rhinos program, is the front line of defense for critically endangered Sumatran and Javan rhinos. Bowling for Rhinos funding has essentially helped to put a halt to rhino poaching in the three parks where the International Rhino Foundation (IRF) works:  Bukit Barisan and Way Kambas National Parks in Sumatra, and Ujung Kulon National Park.</p> \r\n\r\n<p>Indonesia and Brazil are the two most biodiverse countries in the world, in terms of mammalian species. For the foreseeable future, Indonesian national parks will not have resources to adequately fund proactive measures to prevent harm to its unique and at-peril wildlife. Therefore, as human populations increase and the threats from illegal activities such as encroachment and illegal logging grow, the protection provided by the Rhino Protection Units (RPUs) remains essential for the survival of Indonesian megafauna. Since 2003, apprehension and prosecution of poachers and other violators has been very successful, and many activities of the RPUs now are being directed to intelligence gathering for law enforcement. Cooperation with the authorities is good, but law enforcement is costly in Indonesia. Proactive protection measures are, for now, the best option to secure rhino populations and can only be achieved when there are dedicated and reliable teams in the field that can render poaching and other illegal activities both unprofitable and risky.</p>\r\n\r\n<p>RPUs are highly trained four-man anti-poaching teams that intensively patrol key areas within national parks. RPUs deactivate traps and snares and identify and apprehend illegal intruders, including poachers, and investigate wildlife crime. Each RPU is led by a park ranger, who has the authority to carry firearms and arrest suspected poachers. The other three members of the RPU are recruited from local communities and are armed only with pepper spray for subduing uncooperative suspects. Recruits undergo a rigorous selection process that includes running, swimming, hiking, and other physical activities, followed by an intensive training course. Training includes classroom instruction and field exercises, including navigation, record taking and law enforcement practices. Only candidates that pass the final test are recruited – and competition is fierce.</p>\r\n\r\n[caption id="attachment_705" align="aligncenter" width="522" caption="RPUs arrest illegal loggers (Photo: Yayasan Badak Indonesia)"]<img src="http://aecetia.net/gws/aazk/wp-content/uploads/loggers.jpg" alt="RPUs arrest illegal loggers (Photo: Yayasan Badak Indonesia)" title="loggers" width="522" height="350" class="size-full wp-image-705" />[/caption]\r\n\r\n<p>RPUs immediately remove any traps or snares discovered during patrols and investigate any illegal activity. If appropriate, evidence is collected, arrests are made, and a crime report prepared. Perpetrators are taken to the National Park headquarters for further processing by a civil investigator from the Park or the police. Beyond this point, the RPUs have no further role, but are called as witness if the case is brought to court. The National Park and the police are the two bodies responsible for preparation of a case and formally charging suspects.</p>\r\n\r\n<p>Proactive poaching prevention is the main objective. RPU patrols, deployed for ~15 days in the rainforest per month per Unit, increase the risks for potential poachers, while decreasing chances for a good \'take\'. This deterrent has worked well over the past years, and once an area is regularly patrolled, normally no more poaching is detected and all other wildlife indirectly benefits from the presence of the RPUs. RPUs also record data on rhino sightings, footprints and other spoor, which is entered into a central database.</p>\r\n\r\n<h3>Sumatran Rhinos</h3>\r\n<p><em>Bukit Barisan Selatan National Park</em> (BBS) in Sumatra, Indonesia, is one of the highest priority areas for Sumatran megafauna. Approximately 50-70 rhino, 40-50 tigers, and about 500 elephants inhabit the Park. RPUs have been operating in BBS since 1995. Originally, the RPUs focused on rhino, but now cover all the megafauna and habitats in both the southern and northern portions of the Park, counteracting all forms of wildlife crime and habitat destruction, such as illegal logging and encroachment. This work is augmented by a law enforcement and advocacy program (Intelligence and Law Enforcement Unit or ILEU) that facilitates prosecution of poachers. Eight anti-poaching units are now in operation.</p>\r\n\r\n<p>In the last six months, BBS RPU patrolling resulted in:</p>\r\n\r\n<ul>\r\n	<li>58 rhino footprints identified.</li>\r\n	<li>1 instance of illegal logging encountered.</li>\r\n	<li>1 instance of encroachment encountered </li>\r\n	<li>1 instance of fish, bird, deer and/or pig poaching encountered.</li>\r\n	<li>8 investigations conducted to gather information on illegal wildlife trade near park boundaries.</li>\r\n</ul>\r\n\r\n<p>The RPUs interact intensively with local communities, including intelligence gathering. RPUs have aided farmers living next to the Park in improving environmentally friendly crop production, which has resulted in a decrease in encroachment and an overall increase in income for the farmers. Farmers have switched a portion of their crops to cacao, which allows harvest monthly, as opposed to coffee, which provides only an annual harvest. In some areas in BBS, encroachment has decreased by as much as...</p>\r\n\r\n<p>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="/join/">JOIN NOW</a>!</p>', 'Bowling for Rhinos Keeps  Critically Endangered Indonesian Rhinos Safe', 0, '', 'draft', 'closed', 'closed', '', 'bowling-for-rhinos-keeps-critically-endangered-indonesian-rhinos-safe', '', '', '2013-10-15 17:49:23', '2013-10-15 22:49:23', '', 0, 'http://aazk.org/?p=701', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (702, 1, '2009-09-30 16:32:58', '2009-09-30 21:32:58', '<p><em>By<br />Angie Adkin, Assistant Lead Keeper<br />Lincoln Park Zoo, Chicago, IL</em></p>', 'Bowling for Rhinos Keeps  Critically Endangered Indonesian Rhinos Safe', 0, '', 'inherit', 'closed', 'closed', '', '701-revision', '', '', '2009-09-30 16:32:58', '2009-09-30 21:32:58', '', 701, 'http://aazk.org/uncategorized/701-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (703, 1, '2009-09-30 16:33:14', '2009-09-30 21:33:14', '<p><em>By Dr. Susie Ellis, Executive Director and Margaret Moore, Development Director<br />International Rhino Foundation, Yulee, FL</em></p>', 'Bowling for Rhinos Keeps  Critically Endangered Indonesian Rhinos Safe', 0, '', 'inherit', 'closed', 'closed', '', '701-revision-2', '', '', '2009-09-30 16:33:14', '2009-09-30 21:33:14', '', 701, 'http://aazk.org/uncategorized/701-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (704, 1, '2009-09-30 16:33:59', '2009-09-30 21:33:59', '<p><em>By Dr. Susie Ellis, Executive Director and Margaret Moore, Development Director<br />International Rhino Foundation, Yulee, FL</em></p>\r\n\r\n<p>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="/join/">JOIN NOW</a>!</p>', 'Bowling for Rhinos Keeps  Critically Endangered Indonesian Rhinos Safe', 0, '', 'inherit', 'closed', 'closed', '', '701-revision-3', '', '', '2009-09-30 16:33:59', '2009-09-30 21:33:59', '', 701, 'http://aazk.org/uncategorized/701-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (705, 1, '2009-09-30 16:41:54', '2009-09-30 21:41:54', '', 'loggers', 0, 'RPUs arrest illegal loggers (Photo: Yayasan Badak Indonesia)', 'inherit', 'closed', 'closed', '', 'loggers', '', '', '2009-09-30 16:41:54', '2009-09-30 21:41:54', '', 701, 'http://aazk.org/wp-content/uploads/loggers.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (706, 1, '2009-09-30 16:38:11', '2009-09-30 21:38:11', '<p><em>By Dr. Susie Ellis, Executive Director and Margaret Moore, Development Director<br />International Rhino Foundation, Yulee, FL</em></p>\r\n\r\n<p>The Rhino Protection Unit (RPU) program in Indonesia, partially funded by the American Association of Zoo Keepers Bowling for Rhinos program, is the front line of defense for critically endangered Sumatran and Javan rhinos. Bowling for Rhinos funding has essentially helped to put a halt to rhino poaching in the three parks where the International Rhino Foundation (IRF) works:  Bukit Barisan and Way Kambas National Parks in Sumatra, and Ujung Kulon National Park.</p> \r\n\r\n<p>Indonesia and Brazil are the two most biodiverse countries in the world, in terms of mammalian species. For the foreseeable future, Indonesian national parks will not have resources to adequately fund proactive measures to prevent harm to its unique and at-peril wildlife. Therefore, as human populations increase and the threats from illegal activities such as encroachment and illegal logging grow, the protection provided by the Rhino Protection Units (RPUs) remains essential for the survival of Indonesian megafauna. Since 2003, apprehension and prosecution of poachers and other violators has been very successful, and many activities of the RPUs now are being directed to intelligence gathering for law enforcement. Cooperation with the authorities is good, but law enforcement is costly in Indonesia. Proactive protection measures are, for now, the best option to secure rhino populations and can only be achieved when there are dedicated and reliable teams in the field that can render poaching and other illegal activities both unprofitable and risky.</p>\r\n\r\n<p>RPUs are highly trained four-man anti-poaching teams that intensively patrol key areas within national parks. RPUs deactivate traps and snares and identify and apprehend illegal intruders, including poachers, and investigate wildlife crime. Each RPU is led by a park ranger, who has the authority to carry firearms and arrest suspected poachers. The other three members of the RPU are recruited from local communities and are armed only with pepper spray for subduing uncooperative suspects. Recruits undergo a rigorous selection process that includes running, swimming, hiking, and other physical activities, followed by an intensive training course. Training includes classroom instruction and field exercises, including navigation, record taking and law enforcement practices. Only candidates that pass the final test are recruited – and competition is fierce.</p>\r\n\r\n\r\n\r\n<p>RPUs immediately remove any traps or snares discovered during patrols and investigate any illegal activity. If appropriate, evidence is collected, arrests are made, and a crime report prepared. Perpetrators are taken to the National Park headquarters for further processing by a civil investigator from the Park or the police. Beyond this point, the RPUs have no further role, but are called as witness if the case is brought to court. The National Park and the police are the two bodies responsible for preparation of a case and formally charging suspects.</p>\r\n\r\n<p>Proactive poaching prevention is the main objective. RPU patrols, deployed for ~15 days in the rainforest per month per Unit, increase the risks for potential poachers, while decreasing chances for a good \'take\'. This deterrent has worked well over the past years, and once an area is regularly patrolled, normally no more poaching is detected and all other wildlife indirectly benefits from the presence of the RPUs. RPUs also record data on rhino sightings, footprints and other spoor, which is entered into a central database.</p>\r\n\r\n<h3>Sumatran Rhinos</h3>\r\n<p><em>Bukit Barisan Selatan National Park</em> (BBS) in Sumatra, Indonesia, is one of the highest priority areas for Sumatran megafauna. Approximately 50-70 rhino, 40-50 tigers, and about 500 elephants inhabit the Park. RPUs have been operating in BBS since 1995. Originally, the RPUs focused on rhino, but now cover all the megafauna and habitats in both the southern and northern portions of the Park, counteracting all forms of wildlife crime and habitat destruction, such as illegal logging and encroachment. This work is augmented by a law enforcement and advocacy program (Intelligence and Law Enforcement Unit or ILEU) that facilitates prosecution of poachers. Eight anti-poaching units are now in operation.</p>\r\n\r\n<p>In the last six months, BBS RPU patrolling resulted in:</p>\r\n\r\n<ul>\r\n	<li>58 rhino footprints identified.</li>\r\n	<li>1 instance of illegal logging encountered.</li>\r\n	<li>1 instance of encroachment encountered </li>\r\n	<li>1 instance of fish, bird, deer and/or pig poaching encountered.</li>\r\n	<li>8 investigations conducted to gather information on illegal wildlife trade near park boundaries.</li>\r\n</ul>\r\n\r\n<p>The RPUs interact intensively with local communities, including intelligence gathering. RPUs have aided farmers living next to the Park in improving environmentally friendly crop production, which has resulted in a decrease in encroachment and an overall increase in income for the farmers. Farmers have switched a portion of their crops to cacao, which allows harvest monthly, as opposed to coffee, which provides only an annual harvest. In some areas in BBS, encroachment has decreased by as much as...</p>\r\n\r\n<p>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="/join/">JOIN NOW</a>!</p>', 'Bowling for Rhinos Keeps  Critically Endangered Indonesian Rhinos Safe', 0, '', 'inherit', 'closed', 'closed', '', '701-revision-4', '', '', '2009-09-30 16:38:11', '2009-09-30 21:38:11', '', 701, 'http://aazk.org/uncategorized/701-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (707, 1, '2009-09-30 16:42:30', '2009-09-30 21:42:30', '<p><em>By Dr. Susie Ellis, Executive Director and Margaret Moore, Development Director<br />International Rhino Foundation, Yulee, FL</em></p>\r\n\r\n<p>The Rhino Protection Unit (RPU) program in Indonesia, partially funded by the American Association of Zoo Keepers Bowling for Rhinos program, is the front line of defense for critically endangered Sumatran and Javan rhinos. Bowling for Rhinos funding has essentially helped to put a halt to rhino poaching in the three parks where the International Rhino Foundation (IRF) works:  Bukit Barisan and Way Kambas National Parks in Sumatra, and Ujung Kulon National Park.</p> \r\n\r\n<p>Indonesia and Brazil are the two most biodiverse countries in the world, in terms of mammalian species. For the foreseeable future, Indonesian national parks will not have resources to adequately fund proactive measures to prevent harm to its unique and at-peril wildlife. Therefore, as human populations increase and the threats from illegal activities such as encroachment and illegal logging grow, the protection provided by the Rhino Protection Units (RPUs) remains essential for the survival of Indonesian megafauna. Since 2003, apprehension and prosecution of poachers and other violators has been very successful, and many activities of the RPUs now are being directed to intelligence gathering for law enforcement. Cooperation with the authorities is good, but law enforcement is costly in Indonesia. Proactive protection measures are, for now, the best option to secure rhino populations and can only be achieved when there are dedicated and reliable teams in the field that can render poaching and other illegal activities both unprofitable and risky.</p>\r\n\r\n<p>RPUs are highly trained four-man anti-poaching teams that intensively patrol key areas within national parks. RPUs deactivate traps and snares and identify and apprehend illegal intruders, including poachers, and investigate wildlife crime. Each RPU is led by a park ranger, who has the authority to carry firearms and arrest suspected poachers. The other three members of the RPU are recruited from local communities and are armed only with pepper spray for subduing uncooperative suspects. Recruits undergo a rigorous selection process that includes running, swimming, hiking, and other physical activities, followed by an intensive training course. Training includes classroom instruction and field exercises, including navigation, record taking and law enforcement practices. Only candidates that pass the final test are recruited – and competition is fierce.</p>\r\n\r\n[caption id="attachment_705" align="aligncenter" width="522" caption="RPUs arrest illegal loggers (Photo: Yayasan Badak Indonesia)"]<img src="http://aecetia.net/gws/aazk/wp-content/uploads/loggers.jpg" alt="RPUs arrest illegal loggers (Photo: Yayasan Badak Indonesia)" title="loggers" width="522" height="350" class="size-full wp-image-705" />[/caption]\r\n\r\n<p>RPUs immediately remove any traps or snares discovered during patrols and investigate any illegal activity. If appropriate, evidence is collected, arrests are made, and a crime report prepared. Perpetrators are taken to the National Park headquarters for further processing by a civil investigator from the Park or the police. Beyond this point, the RPUs have no further role, but are called as witness if the case is brought to court. The National Park and the police are the two bodies responsible for preparation of a case and formally charging suspects.</p>\r\n\r\n<p>Proactive poaching prevention is the main objective. RPU patrols, deployed for ~15 days in the rainforest per month per Unit, increase the risks for potential poachers, while decreasing chances for a good \'take\'. This deterrent has worked well over the past years, and once an area is regularly patrolled, normally no more poaching is detected and all other wildlife indirectly benefits from the presence of the RPUs. RPUs also record data on rhino sightings, footprints and other spoor, which is entered into a central database.</p>\r\n\r\n<h3>Sumatran Rhinos</h3>\r\n<p><em>Bukit Barisan Selatan National Park</em> (BBS) in Sumatra, Indonesia, is one of the highest priority areas for Sumatran megafauna. Approximately 50-70 rhino, 40-50 tigers, and about 500 elephants inhabit the Park. RPUs have been operating in BBS since 1995. Originally, the RPUs focused on rhino, but now cover all the megafauna and habitats in both the southern and northern portions of the Park, counteracting all forms of wildlife crime and habitat destruction, such as illegal logging and encroachment. This work is augmented by a law enforcement and advocacy program (Intelligence and Law Enforcement Unit or ILEU) that facilitates prosecution of poachers. Eight anti-poaching units are now in operation.</p>\r\n\r\n<p>In the last six months, BBS RPU patrolling resulted in:</p>\r\n\r\n<ul>\r\n	<li>58 rhino footprints identified.</li>\r\n	<li>1 instance of illegal logging encountered.</li>\r\n	<li>1 instance of encroachment encountered </li>\r\n	<li>1 instance of fish, bird, deer and/or pig poaching encountered.</li>\r\n	<li>8 investigations conducted to gather information on illegal wildlife trade near park boundaries.</li>\r\n</ul>\r\n\r\n<p>The RPUs interact intensively with local communities, including intelligence gathering. RPUs have aided farmers living next to the Park in improving environmentally friendly crop production, which has resulted in a decrease in encroachment and an overall increase in income for the farmers. Farmers have switched a portion of their crops to cacao, which allows harvest monthly, as opposed to coffee, which provides only an annual harvest. In some areas in BBS, encroachment has decreased by as much as...</p>\r\n\r\n<p>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="/join/">JOIN NOW</a>!</p>', 'Bowling for Rhinos Keeps  Critically Endangered Indonesian Rhinos Safe', 0, '', 'inherit', 'closed', 'closed', '', '701-revision-5', '', '', '2009-09-30 16:42:30', '2009-09-30 21:42:30', '', 701, 'http://aazk.org/uncategorized/701-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (708, 1, '2009-09-30 16:42:35', '2009-09-30 21:42:35', '<p><em>By Dr. Susie Ellis, Executive Director and Margaret Moore, Development Director<br />International Rhino Foundation, Yulee, FL</em></p>\r\n\r\n<p>The Rhino Protection Unit (RPU) program in Indonesia, partially funded by the American Association of Zoo Keepers Bowling for Rhinos program, is the front line of defense for critically endangered Sumatran and Javan rhinos. Bowling for Rhinos funding has essentially helped to put a halt to rhino poaching in the three parks where the International Rhino Foundation (IRF) works:  Bukit Barisan and Way Kambas National Parks in Sumatra, and Ujung Kulon National Park.</p> \r\n\r\n<p>Indonesia and Brazil are the two most biodiverse countries in the world, in terms of mammalian species. For the foreseeable future, Indonesian national parks will not have resources to adequately fund proactive measures to prevent harm to its unique and at-peril wildlife. Therefore, as human populations increase and the threats from illegal activities such as encroachment and illegal logging grow, the protection provided by the Rhino Protection Units (RPUs) remains essential for the survival of Indonesian megafauna. Since 2003, apprehension and prosecution of poachers and other violators has been very successful, and many activities of the RPUs now are being directed to intelligence gathering for law enforcement. Cooperation with the authorities is good, but law enforcement is costly in Indonesia. Proactive protection measures are, for now, the best option to secure rhino populations and can only be achieved when there are dedicated and reliable teams in the field that can render poaching and other illegal activities both unprofitable and risky.</p>\r\n\r\n<p>RPUs are highly trained four-man anti-poaching teams that intensively patrol key areas within national parks. RPUs deactivate traps and snares and identify and apprehend illegal intruders, including poachers, and investigate wildlife crime. Each RPU is led by a park ranger, who has the authority to carry firearms and arrest suspected poachers. The other three members of the RPU are recruited from local communities and are armed only with pepper spray for subduing uncooperative suspects. Recruits undergo a rigorous selection process that includes running, swimming, hiking, and other physical activities, followed by an intensive training course. Training includes classroom instruction and field exercises, including navigation, record taking and law enforcement practices. Only candidates that pass the final test are recruited – and competition is fierce.</p>\r\n\r\n[caption id="attachment_705" align="aligncenter" width="522" caption="RPUs arrest illegal loggers (Photo: Yayasan Badak Indonesia)"]<img src="http://aecetia.net/gws/aazk/wp-content/uploads/loggers.jpg" alt="RPUs arrest illegal loggers (Photo: Yayasan Badak Indonesia)" title="loggers" width="522" height="350" class="size-full wp-image-705" />[/caption]\r\n\r\n<p>RPUs immediately remove any traps or snares discovered during patrols and investigate any illegal activity. If appropriate, evidence is collected, arrests are made, and a crime report prepared. Perpetrators are taken to the National Park headquarters for further processing by a civil investigator from the Park or the police. Beyond this point, the RPUs have no further role, but are called as witness if the case is brought to court. The National Park and the police are the two bodies responsible for preparation of a case and formally charging suspects.</p>\r\n\r\n<p>Proactive poaching prevention is the main objective. RPU patrols, deployed for ~15 days in the rainforest per month per Unit, increase the risks for potential poachers, while decreasing chances for a good \'take\'. This deterrent has worked well over the past years, and once an area is regularly patrolled, normally no more poaching is detected and all other wildlife indirectly benefits from the presence of the RPUs. RPUs also record data on rhino sightings, footprints and other spoor, which is entered into a central database.</p>\r\n\r\n<h3>Sumatran Rhinos</h3>\r\n<p><em>Bukit Barisan Selatan National Park</em> (BBS) in Sumatra, Indonesia, is one of the highest priority areas for Sumatran megafauna. Approximately 50-70 rhino, 40-50 tigers, and about 500 elephants inhabit the Park. RPUs have been operating in BBS since 1995. Originally, the RPUs focused on rhino, but now cover all the megafauna and habitats in both the southern and northern portions of the Park, counteracting all forms of wildlife crime and habitat destruction, such as illegal logging and encroachment. This work is augmented by a law enforcement and advocacy program (Intelligence and Law Enforcement Unit or ILEU) that facilitates prosecution of poachers. Eight anti-poaching units are now in operation.</p>\r\n\r\n<p>In the last six months, BBS RPU patrolling resulted in:</p>\r\n\r\n<ul>\r\n	<li>58 rhino footprints identified.</li>\r\n	<li>1 instance of illegal logging encountered.</li>\r\n	<li>1 instance of encroachment encountered </li>\r\n	<li>1 instance of fish, bird, deer and/or pig poaching encountered.</li>\r\n	<li>8 investigations conducted to gather information on illegal wildlife trade near park boundaries.</li>\r\n</ul>\r\n\r\n<p>The RPUs interact intensively with local communities, including intelligence gathering. RPUs have aided farmers living next to the Park in improving environmentally friendly crop production, which has resulted in a decrease in encroachment and an overall increase in income for the farmers. Farmers have switched a portion of their crops to cacao, which allows harvest monthly, as opposed to coffee, which provides only an annual harvest. In some areas in BBS, encroachment has decreased by as much as...</p>\r\n\r\n<p>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="/join/">JOIN NOW</a>!</p>', 'Bowling for Rhinos Keeps  Critically Endangered Indonesian Rhinos Safe', 0, '', 'inherit', 'closed', 'closed', '', '701-revision-6', '', '', '2009-09-30 16:42:35', '2009-09-30 21:42:35', '', 701, 'http://aazk.org/uncategorized/701-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (722, 1, '2009-08-31 21:18:50', '2009-09-01 02:18:50', '<div class="event first">\r\n    <h3>September 12-18, 2009 </h3>\r\n    \r\n    <p><strong><em>AZA Annual Conference</em></strong> - Hosted by the Oregon Zoo in Portland, OR.  For more information visit <a href="http://www.aza.org">www.aza.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>September 24-29, 2009</h3> \r\n    \r\n    <p><strong><em>Joint 36th National AAZK and 3rd International Congress on Zookeeping Conference</em></strong> - in Seattle, WA. Hosted by the Woodland Park Zoo and the Puget Sound Chapter of AAZK. Check out <a href="http://www.pugetsoundaecetia.net/gws/aazk/">pugetsoundaecetia.net/gws/aazk</a> for conference information.</p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>September 25-30, 2009</h3> \r\n    \r\n    <p><strong><em>2009 Association of Zoo Horticulturist\'s Annual Conference</em></strong> - in Jacksonville, FL. Horticulturist Certification Courses (Soils and Design 1) offered September 26. For registration information, go to <a href="http://www.azh.org">www.azh.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 1-6, 2009</h3>\r\n    \r\n    <p><strong><em>29th Annual Association of Zoo Veterinary Technicians Conference</em></strong> - in Jackson, WY. If you would like more information, please visit <a href="http://www.azvt.org">www.azvt.org</a> or contact Virginia Crossettvia at <a href="mailto:virginia.crossett@louisvilleky.gov">virginia.crossett@louisvilleky.gov</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 4-8, 2009</h3> \r\n    \r\n    <p><strong><em>64th WAZA Annual Conference</em></strong> - in St. Louis, MO. Hosted by the St. Louis Zoo at the Renaissance Grand Hotel. For more information please visit <a href="http://www.waza.org">www.waza.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 15-18, 2009</h3> \r\n    \r\n    <p><strong><em>Elephant Facility Design Workshop </em></strong> - to be held at the Dublin Zoo in Ireland. Will include presentations on the following topics: A Day in the Life of an Elephant - Developing a Design Mission; The Grand Design, an Overview of Elephant Habitat Design; Giant Footsteps, The Development of Dublin Zoo’s Elephant Programme; Laying the Foundations - A History of Elephant Management; Reaching the Target - Elephant Training at the Dublin Zoo; The Winding Path - the History of Zoo Architecture; To Err is Human - Lessons Learned from the Design of the Kaziranga Forest Trail; The Bigger Picture - A Day in the Life of Dublin Zoo’s Elephant Herd; Male Order, Bull Elephant Habitat Design; and Important Additions to the Elephant Habitat Design.  Presenters will be Alan Roocroft of ELEPHANT BUSINESS and  Grant Jones of Jones & Jones (Seattle, WA), and staff from the Dublin Zoo. For more information & booking contact Aoife Keegan at 00353 (1) 4748997 or email <a href="mailto:elephantdesign@dublinzoo.ie">elephantdesign@dublinzoo.ie</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>October 21 – 25, 2009</h3>\r\n    \r\n    <p><strong><em>The Zoological Registrars Association (ZRA) 2009 Annual Conference "Foundations for the Future"</em></strong>, will be hosted by Zoo Boise in Boise, Idaho. The Annual Conference Program will begin with leadership training and the Icebreaker on Wednesday, October 21. General Sessions will be held on Thursday, October 22 and Saturday, October 24 and will feature topics like Record Keeping, Permits and Wildlife Legislation, Animal Transport and Records and Collection Management. There will be a variety of formats for presentations including individual papers, workshops, panel discussions and poster presentations.  Zoo Day will be held on Friday, October 23 and will culminate with a special dinner celebrating ZRAs’ 25th Anniversary. A special evening at Bogus Creek Outfitters featuring a cowboy-style dinner, cowboy poetry, Wild West shoot out, karaoke and a bonfire has been scheduled on Saturday, October 24, and the 2009 Annual Conference will end on Sunday, October 25 with additional ZIMS sessions. ZRA, Zoo Boise and the Owyhee Plaza Hotel welcome delegates to Idaho.  Please visit the ZRA website at <a href="http://www.zooregistrars.org">www.zooregistrars.org</a> or contact the 2009 Annual Conference Host, Corinne Roberts/Registrar for Zoo Boise, at (208) 384-4260 ext. 101 or by email at <a href="mailto:cxroberts@cityofboise.org">cxroberts@cityofboise.org</a>. If you have questions about the 2009 ZRA Annual Conference Program, please contact the Program Chairman, Pam Krentz/Registrar for Cleveland Metroparks Zoo at (216) 635-3361 or by email at <a href="mailto:pak@clevelandmetroparks.com">pak@clevelandmetroparks.com</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>November 6-8, 2009</h3>\r\n    \r\n    <p><strong><em>Second International Bear Care Conference:<br />"Advancing Bear Care \'09"</em></strong> – to be held n San Francisco, CA. For more info see <a href="http://www.bearcaregroup.org">bearcaregroup.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>March 3-6, 2010</h3>\r\n    \r\n    <p><strong><em>International Association of Avian Trainers and Educators (IAATE) Conference</em></strong> – in Albuquerque, NM.  It’s not too early to start planning to attend the 2010 IAATE Conference hosted by Avian Ambassadors in Albuquerque, New Mexico. The 2010 IAATE Conference will provide a wonderful opportunity to learn more about avian training, show content, educational messaging, enrichment ideas, avian health and welfare from the leading authorities in the industry. Get ready for Conference Trips, Workshops, Visit the Rio Grande Zoo and Aquarium, and we are bringing back the Training Panel.  <strong>Stephen J. Bodio </strong> is our Keynote Speaker. Steve was born and educated in Boston and has lived in Magdalena , New Mexico, for over twenty years. He has traveled extensively in Europe, Africa, and especially Asia. His book <strong><em>Eagle Dreams</em></strong> is about the Kazakh horsemen of Mongolia . It is the journey to and in writing this book that Steve will talk about with his slide presentation.  We also have <strong>Susan G. Friedman, Ph.D</strong> with a featured paper on Saturday morning!  Dr. Friedman is a psychology professor at Utah State University with a special interest in applied behavior analysis (ABA), the technology of behavior change so effective with human learners. Over the last decade, she has pioneered the dissemination of ABA principles, procedures and ethical standards to improve the quality of life for animals. For more information visit <a href="http://www.IAATE.org ">www.IAATE.org </a>and start planning today!</p>\r\n\r\n<p>This year, Online Registration is available!  Go to <a href="http://www.IAATE.org">www.IAATE.org</a> for all registration and conference details. Online registrations must be submitted and Mail-in registrations must be postmarked by February 6, 2010.  Walk-in registrations will be accepted at the conference.</p>\r\n\r\n<p>Hotel Reservations must be made by February 14, 2010 to get the special IAATE rate.</p>\r\n\r\n<p>DEADLINE FOR ABSTRACTS IS OCTOBER 1st, 2009.  That is soon, so get your abstracts in to <a href="mailto:CMa924@aol.com">CMa924@aol.com</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>April 15 –18, 2010</h3>\r\n    \r\n    <p><strong><em>4th Otter Keeper Workshop</em></strong> - the Cincinnati Zoo in Cincinnati, Ohio will host.  This year the focus of the workshop will be expanded to include all of the otters managed under the Otter SSPÆ ­­ North American river otters, Asian small-clawed otters, African clawless, African spot-necked and giant otters. Keepers working with any of the species are welcome to attend. Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, lots of sharing of information between keepers. </p>\r\n\r\n<p>Registration will be $75 and the <strong>deadline is December 15, 2009</strong>. Spots fill up fast so please register early. A waiting list will be maintained once the workshop is filled. Due to the popularity of the workshop, priority will be given to first- time attendees. †Please just one registrant per institution. †No refunds after January 15, 2010.</p>\r\n\r\n<p>Accommodations: A hotel near the Cincinnati Zoo or the Newport Aquarium. Room negotiations are ongoing. Roommates are encouraged. You will be matched if you  indicate  that you wish to have a roommate.\r\nInformation can be found on: <a href="http://www.OtterSpotter.com">www.OtterSpotter.com</a></p>\r\n\r\n<p>For more information contact: David Hamilton at Seneca Park Zoo, 2222 St. Paul St., Rochester, NY 14617; phone: 585-336-2502; 585-266-5775 fax or email at <a href="mailto:dhamilton@monroecounty.gov">dhamilton@monroecounty.gov</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>April 25-30, 2010</h3> \r\n    \r\n    <p><strong><em>Animal Behavior Management Alliance (ABMA) Annual Conference</em></strong> - in Pittsburgh, PA. The theme of this 10th Anniversary Conference is "Defining a Decade: Animal Management - Past, Present, and Future".</p>\r\n\r\n<p>Conference programming includes: Dr. Vint Virga, a Veterinary Behaviorist as keynote speaker, formal presentations, numerous workshops and seminars, a poster session, and site visits to animal facilities.  All conference details can be found at <a href="http://www.theabma.org">www.theabma.org</a>.  The conference will be held at the Hilton Pittsburgh located in downtown Pittsburgh.  Mention that you are with the ABMA and receive a special room rate of $119/night Reservations must be made by March 23, 2010 at 412-391-4600.  Contact Nicole Begley at <a href="mailto:nicole.begley@aviary.org ">nicole.begley@aviary.org </a>or 412-323-7235 ext 216 with questions.</p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>August 30 - September 3, 2010</h3> \r\n    \r\n    <p><strong><em>7th International Penguin Conference</em></strong> - in Boston, MA. Hosted by The New England Aquarium. For info email <a href="mailto:ipcboston@neaq.org">ipcboston@neaq.org</a></p>\r\n</div>\r\n\r\n<div class="event">\r\n    <h3>September 28-October 2, 2010</h3>\r\n    \r\n    <p><strong><em>20th International Zoo Educators\' (IZE) Biennial Conference</em></strong> - at Disney\'s Animal Kingdom, Orlando, FL. For more information, please visit <a href="http://www.izea.net">www.izea.net</a></p>\r\n</div>', 'Coming Events September 2009', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2009-08-31 21:18:50', '2009-09-01 02:18:50', '', 435, 'http://aazk.org/uncategorized/435-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (731, 2, '2013-05-30 17:07:07', '2013-05-30 22:07:07', '<div class="committee">\r\n<h3><a href="http://aecetia.net/gws/aazk/committee/international-congress-zookeepers/">International Congress of Zookeepers\r\n</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /></div>\r\n<div class="email">Norah Farnham</div>\r\n<div class="email">AAZK representative</div>\r\n<div class="email">Woodland Park Zoo</div>\r\n<div class="email"><a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a></div>\r\n<div class="email">\r\n<div class="name"><img class="size-full wp-image-2529 alignnone" title="sara_wunder2" src="http://aecetia.net/gws/aazk/wp-content/uploads/sara_wunder2.jpg" alt="sara_wunder2" width="150" height="171" /></div>\r\n<div class="email">Sara Wunder Steward</div>\r\n<div class="email">AAZK representative</div>\r\n<div class="email">Busch Gardens Tampa</div>\r\n<div class="email"><a href="mailto:sara.steward@aecetia.net/gws/aazk">sara.steward@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="committee"><a href="/committee/annual-aazk-conferences/"><strong>Annual AAZK Conferences</strong></a></div>\r\n<div class="committee">\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">CEO/CFO</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /></div>\r\n<div class="name">Shelly Roach</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Columbus Zoo</div>\r\n<div class="email"><a href="mailto:shelly.roach@aecetia.net/gws/aazk">shelly.roach@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /></div>\r\n<div class="name">Patty Pearthree</div>\r\n<div class="title">Program Manager</div>\r\n<div class="email"><a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="email"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-full wp-image-1937" title="rickotarsky" src="http://aecetia.net/gws/aazk/wp-content/uploads/rickotarsky.jpg" alt="rickotarsky" width="131" height="150" /></div>\r\n<div class="name">Ric Kotarsky</div>\r\n<div class="title">Chair</div>\r\n<div class="title">Tulsa Zoo</div>\r\n<div class="title"><a href="mailto:ric.kotarsky@aecetia.net/gws/aazk">ric.kotarsky@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-full wp-image-2729" title="julie" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="julie" width="120" height="141" /></div>\r\n<div class="name">Julie Hartell-DeNardo</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:julie.hartell.denardo@aecetia.net/gws/aazk">julie.hartell.denardo@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1249 alignnone" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /></div>\r\n<div class="name">Janet McCoy</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-2550" title="melaina3" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina3-150x150.jpg" alt="melaina3" width="150" height="150" /></div>\r\n<div class="name">Melaina Wallace</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:melaina.wallace@aecetia.net/gws/aazk">melaina.wallace@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-841 alignnone" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /></div>\r\n<div class="name">Amanda Kamradt</div>\r\n<div class="title">Co-chair</div>\r\n<div class="affiliated_zoo">Zoo New England</div>\r\n<div class="email"><a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a></div>\r\n<div class="email">\r\n<div class="name"><img class="alignnone size-full wp-image-2428" title="christy_poelker" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy_poelker.jpg" alt="christy_poelker" width="136" height="159" /></div>\r\n<div class="name">Christy Poelker</div>\r\n<div class="title">Co-chair</div>\r\n<div class="affiliated_zoo">Saint Louis Zoo</div>\r\n<div class="email"><a href="mailto:christy.poelker@aecetia.net/gws/aazk">christy.poelker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-autosave-v1', '', '', '2013-05-30 17:07:07', '2013-05-30 22:07:07', '', 496, 'http://aazk.org/uncategorized/496-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2865, 2, '2013-01-10 10:15:03', '2013-01-10 15:15:03', '<div class="committee">\r\n<h3><a href="http://aecetia.net/gws/aazk/committee/international-congress-zookeepers/">International Congress of Zookeepers\r\n</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /></div>\r\n<div class="email">Norah Farnham</div>\r\n<div class="email">AAZK representative</div>\r\n<div class="email">Woodland Park Zoo</div>\r\n<div class="email"><a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a></div>\r\n<div class="email">\r\n<div class="name"><img class="size-full wp-image-2529 alignnone" title="sara_wunder2" src="http://aecetia.net/gws/aazk/wp-content/uploads/sara_wunder2.jpg" alt="sara_wunder2" width="150" height="171" /></div>\r\n<div class="email">Sara Wunder Steward</div>\r\n<div class="email">AAZK representative</div>\r\n<div class="email">Busch Gardens Tampa</div>\r\n<div class="email"><a href="mailto:sara.steward@aecetia.net/gws/aazk">sara.steward@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/membership-resources/">Membership Resources</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1251" title="jacque1" src="http://aecetia.net/gws/aazk/wp-content/uploads/jacque1-150x150.jpg" alt="jacque1" width="150" height="150" /></div>\r\n<div class="name">Jacque Blessington</div>\r\n<div class="affiliated_zoo">Kansas City Zoo</div>\r\n<div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/annual-aazk-conferences/">Annual AAZK Conferences</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Conference Program Chair</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /></div>\r\n<div class="name">Shelly Roach</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Columbus Zoo</div>\r\n<div class="email"><a href="mailto:shelly.roach@aecetia.net/gws/aazk">shelly.roach@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /></div>\r\n<div class="name">Patty Pearthree</div>\r\n<div class="title">Coordinator</div>\r\n<div class="email"><a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="email"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-full wp-image-1937" title="rickotarsky" src="http://aecetia.net/gws/aazk/wp-content/uploads/rickotarsky.jpg" alt="rickotarsky" width="131" height="150" /></div>\r\n<div class="name">Ric Kotarsky</div>\r\n<div class="title">Chair</div>\r\n<div class="title">Tulsa Zoo</div>\r\n<div class="title"><a href="mailto:ric.kotarsky@aecetia.net/gws/aazk">ric.kotarsky@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-full wp-image-2729" title="julie" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="julie" width="120" height="141" /></div>\r\n<div class="name">Julie Hartell-DeNardo</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:julie.hartell.denardo@aecetia.net/gws/aazk">julie.hartell.denardo@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1249 alignnone" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /></div>\r\n<div class="name">Janet McCoy</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-2550" title="melaina3" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina3-150x150.jpg" alt="melaina3" width="150" height="150" /></div>\r\n<div class="name">Melaina Wallace</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:melaina.wallace@aecetia.net/gws/aazk">melaina.wallace@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-841 alignnone" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /></div>\r\n<div class="name">Amanda Kamradt</div>\r\n<div class="title">Co-chair</div>\r\n<div class="affiliated_zoo">Zoo New England</div>\r\n<div class="email"><a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a></div>\r\n<div class="email">\r\n<div class="name"><img class="alignnone size-full wp-image-2428" title="christy_poelker" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy_poelker.jpg" alt="christy_poelker" width="136" height="159" /></div>\r\n<div class="name">Christy Poelker</div>\r\n<div class="title">Co-chair</div>\r\n<div class="affiliated_zoo">Saint Louis Zoo</div>\r\n<div class="email"><a href="mailto:christy.poelker@aecetia.net/gws/aazk">christy.poelker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2013-01-10 10:15:03', '2013-01-10 15:15:03', '', 496, 'http://aazk.org/uncategorized/496-revision-29/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (730, 2, '2009-10-01 12:00:10', '2009-10-01 17:00:10', '<div class="bod first">\r\n<div class="identity">\r\n<div class="name">Shane Good</div>\r\n<div class="title">President</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Cleveland Metroparks Zoo</div>\r\n<div class="affiliated_zoo_location">Cleveland, OH</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a>,</li>\r\n	<li><a href="http://www.iczoo.org/">International Congress on Zookeeping</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Vice President</div>\r\n<a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n<div class="info">\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="affiliated_zoo_location">San Diego, CA</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/bylaws-committee/">Bylaws</a>,</li>\r\n	<li><a href="/committee/ethics-committee/">Ethics</a>,</li>\r\n	<li><a href="/committee/awards-committee/">Awards</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Tammy Root</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:tammy.root@aecetia.net/gws/aazk">tammy.root@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Indianapolis Zoo</div>\r\n<div class="affiliated_zoo_location">Indianapolis, IN</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a>,</li>\r\n	<li><a href="/committee/historian/">Historian</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Penny Jolly</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="affiliated_zoo_location">Orlando, FL</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/professional-development-committee/">Professional Development</a>,</li>\r\n	<li><a href="/committee/conservation-committee/">Conservation Committee</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Gisela Wiggins</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:gisela.wiggins@aecetia.net/gws/aazk">gisela.wiggins@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">North Carolina Zoo</div>\r\n<div class="affiliated_zoo_location">Asheboro, NC</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/professional-development-committee/">Professional Development</a>,</li>\r\n	<li><a href="/committee/conservation-committee/">Conservation Committee</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Executive Director</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/annual-aazk-conferences/">Conferences</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Barbara Manspeaker</div>\r\n<div class="title">Administrative Secretary</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Susan Chan</div>\r\n<div class="title">Managing Editor AKF</div>\r\n<div class="email"><a href="mailto:susan.chan@aecetia.net/gws/aazk">susan.chan@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2009-10-01 12:00:10', '2009-10-01 17:00:10', '', 395, 'http://aazk.org/uncategorized/395-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (732, 1, '2009-06-08 06:36:54', '2009-06-08 11:36:54', '<div class="committee">\r\n	<h3><a href="/committee/international-outreach-committee/">International Outreach Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name">Shane Good</div>\r\n		<div class="title">Acting Chair</div>\r\n        <div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/membership-resources/">Membership Resources</a></h3>\r\n	<div class="chairman">\r\n		<div class="name">Jacque Blessington</div>\r\n		<div class="title">Acting Chair</div>\r\n        <div class="affiliated_zoo">Kansas City Zoo</div>\r\n        <div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/annual-aazk-conferences/">Annual AAZK Conferences</a></h3>\r\n	<div class="chairman">\r\n		<div class="name">Ed Hansen</div>\r\n		<div class="title">Conference Program Chair</div>\r\n        <div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name">Shelly Roach</div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">Columbus Zoo</div>\r\n        <div class="email"><a href="mailto:shelly.roach@aecetia.net/gws/aazk">shelly.roach@aecetia.net/gws/aazk</a></div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n	<div class="chairman">\r\n		<div class="name">Patty Pearthree</div>\r\n		<div class="title">Coordinator</div>\r\n        <div class="email"><a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a></div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name">Denise Wagner</div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">Phoenix Zoo</div>\r\n        <div class="email"><a href="mailto:denise.wagner@aecetia.net/gws/aazk">denise.wagner@aecetia.net/gws/aazk</a></div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name">Gisela A.Wiggins</div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">North Carolina Zoological Park</div>\r\n        <div class="email"><a href="mailto:gisela.wiggins@aecetia.net/gws/aazk">gisela.wiggins@aecetia.net/gws/aazk</a></div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/historian/">Historian</a></h3>\r\n	<div class="chairman">\r\n		<div class="name">Mark Levin</div>\r\n		<div class="title">Historian</div>\r\n        <div class="location">Norristown, PA</div>\r\n        <div class="email"><a href="mailto:mark.levin@aecetia.net/gws/aazk">mark.levin@aecetia.net/gws/aazk</a></div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n	<div class="chairman">\r\n		<div class="name">Deana Walz</div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">Tracy Aviary</div>\r\n        <div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name">Janet McCoy</div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">Oregon Zoo</div>\r\n        <div class="email"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name">Melaina Wallace</div>\r\n		<div class="title">Chair</div>\r\n        <div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n        <div class="email"><a href="mailto:melaina.wallace@aecetia.net/gws/aazk">melaina.wallace@aecetia.net/gws/aazk</a></div>\r\n	</div>\r\n</div>\r\n<div class="committee">\r\n	<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n	<div class="chairman">\r\n		<div class="name">Penny Jolly</div>\r\n		<div class="title">Co-Chair</div>\r\n        <div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n        <div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n\r\n		<div class="name">Amanda Kamradt</div>\r\n		<div class="title">Co-Chair</div>\r\n        <div class="affiliated_zoo">Zoo New England</div>\r\n        <div class="email"><a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a></div>\r\n	</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2009-06-08 06:36:54', '2009-06-08 11:36:54', '', 496, 'http://aazk.org/uncategorized/496-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1777, 2, '2010-11-02 08:59:28', '2010-11-02 13:59:28', '<!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:AllowPNG /> </o:OfficeDocumentSettings> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:EnableOpenTypeKerning /> <w:DontFlipMirrorIndents /> <w:OverrideTableStyleHps /> </w:Compatibility> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="0" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]> <style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:"Table Normal";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:"";\n	mso-padding-alt:0in 5.4pt 0in 5.4pt;\n	mso-para-margin:0in;\n	mso-para-margin-bottom:.0001pt;\n	mso-pagination:widow-orphan;\n	font-size:10.0pt;\n	font-family:"Cambria","serif";}\n</style> <![endif]-->\n\nAbout the Cover/Information for Contributors\nScoops &amp; Scuttlebutt\nThank You to Indianapolis Zoo AAZK Chapter\nFrom the President\nFrom the Executive Director/Chapter Recognition\nComing Events\nAAZK Announces New Members\nFirst Call for Papers for 2011 AAZK Conference\nEnrichment Options (<em>PVC Hopper Feeder</em>)\nDebuting New AAZK Fleece Logo Vests\nPeople Skills for Animal People (<em>Sexual Harassment in the Workplace</em>)\n“Trees for You and Me” Chapter Challenge\nConservation Station (Leading the Way to a Greener Future/Green Teams)\nPolar Bears and Sea Ice: Interactive LIVE Webcast\nHuman Intervention in the Rearing of an Infant Bornean Orangutan\nTraining Tales (Meet Your Behavioral Husbandry Committee)\n2009 AAZK Travel Grant Report (Field Studies of Animal Behavior Course)\nConservation/Legislative Update', 'November 2010', 0, '', 'inherit', 'closed', 'closed', '', '1776-revision', '', '', '2010-11-02 08:59:28', '2010-11-02 13:59:28', '', 1776, 'http://aazk.org/uncategorized/1776-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1782, 2, '2010-11-02 09:07:37', '2010-11-02 14:07:37', '<em>A Failed Attempt at Maternal Training of a Birth Mother, the Subsequent\nHuman Hand-Rearing and a Successful Introduction of an\nInfant to a Surrogate Orangutan Mother\n\nBy\nLaura Laverick, Keeper II\nCourtney Murray, Keeper III\nJames Sanford, Assistant Supervisor of Tropical Ecosystems\nKansas City Zoo, Kansas City, Missouri</em>\n\n<strong>Abstract</strong>\nIn 2008, the Kansas City Zoo received a Species Survival Plan (SSP®) recommendation to breed two Bornean orangutans  (Pongo Pygmaeus Pygmaeus)  housed at the zoo’s orangutan facility.  The breeding was successful and fetal development was monitored regularly through ultrasound.  The next year, a female Bornean orangutan named Kalijon was born.  Even after months of preparation and a maternal training program, the birth mother refused to let the baby nurse.  Although the standard recommendation is to wait 72 hours before permanently pulling an orangutan infant for hand-rearing, it was believed that Kalijon’s well-being was at stake and consequently, she was removed after 30 hours.  For the following five months, Kalijon was hand-reared by human caregivers 24 hours a day.  As she developed and her needs changed, a program was put in place to encourage her physical and mental development, ensure her health, and maintain her orangutan identity.  During this five-month time period, another female Bornean orangutan housed at the Kansas City Zoo was selected as an excellent candidate for surrogacy and was trained to cooperate with staff in Kalijon’s continued care once the infant was turned over to her.  The introduction was a complete success and considered one of the earliest of its kind.\n\n<strong>Preparation and Care During Pregnancy</strong>\nIn 2008 the Kansas City Zoo received an SSP® recommendation to breed TK, a 23-year-old female Bornean orangutan with Berani, a 10-year-old male Bornean orangutan.  TK had previously given birth to two other offspring at a different institution, both of which had to be hand-reared.  Therefore Kansas City Zoo staff knew they were faced with a challenge. TK and Berani were introduced in July of 2008 and instantly took to one another and bonded as a pair.\n\nWith her past infants, one born in 2003 and the second in 2006, TK was reported to be a loving and nurturing mother, however, she would not hold either of the infants in a position that allowed him or her to nurse. Despite being dam-reared herself, she preferred to hold the baby on her head or shoulders.  Shortly after the 2006 birth, attempts were made to correct the position of the infant by anesthetizing TK and repositioning the baby near the nipple, but each time she moved him back to her head soon after she awoke. After multiple attempts the decision was made to hand-rear the infant as had been done with the infant in 2003.\n\nKeeping TK’s history in mind, TK’s trainer started her on a rigorous maternal training program within one month of introducing her to Berani in hopes of teaching her to care for her own baby or to allow keepers to assist her in caring for the infant.  Other challenges keepers faced included TK’s indifference to training, her short attention span, and a disconnection from keepers. She had also demonstrated a limited ability and/or inclination to offer new or creative ideas necessary to develop new behaviors. Unlike other orangutans, she rarely seemed to experience the “ah-ha” moment where what is being asked of her suddenly clicks and the new behavior is formed.  However, she was food- motivated.  By consistently doing short sessions at least once daily for the duration of about eight months, TK did learn eight of the nine behaviors asked of her.\n\nIn addition to preparing for the infant’s care after birth, staff also wanted to monitor the progress of the fetus during pregnancy. Therefore, at the same time that TK was learning maternal behaviors, she was also being trained for ultrasound procedures.  Keepers and animal health staff had great success meeting this goal and were able to perform an ultrasound on TK with her complete cooperation approximately once per week during the last 15 weeks of the pregnancy. A simple approach guided by her natural inclinations was used.\n\n<strong>Ultrasound Training</strong>\nThe basic behavior for ultrasounds was present (the abdomen to the mesh), but some desensitization also had to be done with the gel, the probe, and the animal health staff. Due to the large size of TK’s belly, her lower abdomen could not be accessed even with her belly pressed to the mesh. Using an already established behavior, toes, in which she sticks her toes through the mesh, her trainer began asking her to present the toes gradually higher and higher, presenting a clearer view of the lower abdomen. The next step was to ask her to present her belly while holding the toes through the mesh about a foot or so off the ground. With one foot elevated, the only part of her belly she was able to press to the mesh was the lower abdomen.  Next trainers worked on holding this position for increased amounts of time up to ten minutes or so.   Five to ten minute holds seemed to be plenty of time for the vet staff to monitor fetal activity and capture still images used to measure growth.  In all, 14 ultrasound sessions were completed. The preparation and training allowed staff to acquire excellent images with minimal stress to TK throughout the pregnancy.\n\n<strong>Maternal Behaviors</strong>\nThese maternal behaviors were developed to deal with an array of possible foreseeable situations and were taught using basic positive reinforcement training.\n\n1. <strong>Feed the Baby:</strong> Mom is required to press her nipple through the mesh or larger portal while the trainer uses his or her fingers and warm water to simulate suckling. A small orangutan stuffed animal (the “baby”) is held up to the nipple to mock the feeding of an infant through the mesh.\n\n2. <strong>Take:</strong> The trainer offers the “baby” to Mom through a six-inch round portal in the mesh. Mom is required to take the “baby” from the portal and hold it until given further instruction.\n\n3. <strong>Get the Baby:</strong> Mom is asked to retrieve the “baby” from anywhere in her stall and bring it back to the front to her station.\n\n4. <strong>Give:</strong> The “baby” is handed back to the keeper through the portal in the mesh.\n\n5. <strong>Show:</strong> Mom holds the “baby” up against the mesh and allows the keeper to touch and examine it.\n\n6. <strong>Bottle:</strong> Mom executes the show behavior with a hold, allowing the keeper to feed the “baby” a bottle of formula.\n\n7. <strong>Other:</strong> Mom adjusts the “baby” by turning it around or over when holding it in the show behavior, allowing the mouth to be accessed for feeding or any other part of the body to be  examined if necessary.\n\n8. <strong>Pump:</strong> Mom presses either breast to the six-inch portal in the mesh and allows a breast pump to be used to extract her milk.\n\n9. <strong>Nurse:</strong> Mom picks up the baby and holds it near her breast to allow baby to find the nipple.\n\nThe nurse behavior is the only skill trainers were unable to teach TK despite taking several different training approaches. Although TK performed the pump behavior quite well, milk was never extracted due to the fact that the portal was not big enough to easily accommodate the pump and achieve the proper seal required for the pump to work.\n\n<strong>Other Husbandry Considerations </strong>\nAfter consulting the SSP®, animal managers decided to separate TK and Berani about 10-12 weeks before the birth of the baby.  Knowing that their separation would be stressful to both orangutans, it was hoped that an early separation would keep them from associating the experience with the infant.  In addition, keepers wanted to minimize this type of stress in the latter stages of TK’s pregnancy. The separation was also beneficial to TK’s training. She was able to focus better without the distraction of a cage mate during the sessions.\n\nIn the final weeks of pregnancy, TK was housed in a heavily straw bedded stall (one to two feet deep covering entire stall) and only moved for cleaning.  Two cameras with different views of the stall were set up in order to record the birth.  With daily enrichment added, she did not……….\n\n<img class="size-medium wp-image-1780 alignnone" title="kalijon" src="http://aecetia.net/gws/aazk/wp-content/uploads/kalijon-300x248.jpg" alt="kalijon" width="300" height="248" />Kalijon just before her first birthday.\n<em>(Photo by Laura Laverick)</em>', 'Human Intervention in the Rearing of an Infant  Bornean Orangutan  (Pongo pygmaeus pygmaeus)', 0, '', 'inherit', 'closed', 'closed', '', '1779-revision-2', '', '', '2010-11-02 09:07:37', '2010-11-02 14:07:37', '', 1779, 'http://aazk.org/uncategorized/1779-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (757, 2, '2009-10-15 15:07:55', '2009-10-15 20:07:55', '<strong>Greensboro, NC</strong>\r\n\r\nSeptember 22-26, 2013\r\n\r\n<strong>Orlando, FL</strong><br>\r\n\r\n\r\nSeptember 8-12, 2014<br>\r\n\r\n\r\n<strong>St. Louis, MO</strong><br>\r\n\r\nSeptember 27 - October 1, 2015', 'Upcoming Conferences', 0, '', 'draft', 'closed', 'closed', '', 'upcoming-conferences', '', '', '2013-10-15 17:49:23', '2013-10-15 22:49:23', '', 0, 'http://aazk.org/?p=757', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (758, 2, '2009-10-15 15:07:01', '2009-10-15 20:07:01', 'San Diego\n\nAugust 24-28, 2011\n\nSyracuse\n\nSeptember', 'Upcoming Conferences', 0, '', 'inherit', 'closed', 'closed', '', '757-revision', '', '', '2009-10-15 15:07:01', '2009-10-15 20:07:01', '', 757, 'http://aazk.org/uncategorized/757-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1779, 2, '2010-11-02 09:08:26', '2010-11-02 14:08:26', '<em>A Failed Attempt at Maternal Training of a Birth Mother, the Subsequent\r\nHuman Hand-Rearing and a Successful Introduction of an\r\nInfant to a Surrogate Orangutan Mother\r\n\r\nBy\r\nLaura Laverick, Keeper II\r\nCourtney Murray, Keeper III\r\nJames Sanford, Assistant Supervisor of Tropical Ecosystems\r\nKansas City Zoo, Kansas City, Missouri</em>\r\n\r\n<strong>Abstract</strong>\r\nIn 2008, the Kansas City Zoo received a Species Survival Plan (SSP®) recommendation to breed two Bornean orangutans  (Pongo Pygmaeus Pygmaeus)  housed at the zoo’s orangutan facility.  The breeding was successful and fetal development was monitored regularly through ultrasound.  The next year, a female Bornean orangutan named Kalijon was born.  Even after months of preparation and a maternal training program, the birth mother refused to let the baby nurse.  Although the standard recommendation is to wait 72 hours before permanently pulling an orangutan infant for hand-rearing, it was believed that Kalijon’s well-being was at stake and consequently, she was removed after 30 hours.  For the following five months, Kalijon was hand-reared by human caregivers 24 hours a day.  As she developed and her needs changed, a program was put in place to encourage her physical and mental development, ensure her health, and maintain her orangutan identity.  During this five-month time period, another female Bornean orangutan housed at the Kansas City Zoo was selected as an excellent candidate for surrogacy and was trained to cooperate with staff in Kalijon’s continued care once the infant was turned over to her.  The introduction was a complete success and considered one of the earliest of its kind.\r\n\r\n<strong>Preparation and Care During Pregnancy</strong>\r\nIn 2008 the Kansas City Zoo received an SSP® recommendation to breed TK, a 23-year-old female Bornean orangutan with Berani, a 10-year-old male Bornean orangutan.  TK had previously given birth to two other offspring at a different institution, both of which had to be hand-reared.  Therefore Kansas City Zoo staff knew they were faced with a challenge. TK and Berani were introduced in July of 2008 and instantly took to one another and bonded as a pair.\r\n\r\nWith her past infants, one born in 2003 and the second in 2006, TK was reported to be a loving and nurturing mother, however, she would not hold either of the infants in a position that allowed him or her to nurse. Despite being dam-reared herself, she preferred to hold the baby on her head or shoulders.  Shortly after the 2006 birth, attempts were made to correct the position of the infant by anesthetizing TK and repositioning the baby near the nipple, but each time she moved him back to her head soon after she awoke. After multiple attempts the decision was made to hand-rear the infant as had been done with the infant in 2003.\r\n\r\nKeeping TK’s history in mind, TK’s trainer started her on a rigorous maternal training program within one month of introducing her to Berani in hopes of teaching her to care for her own baby or to allow keepers to assist her in caring for the infant.  Other challenges keepers faced included TK’s indifference to training, her short attention span, and a disconnection from keepers. She had also demonstrated a limited ability and/or inclination to offer new or creative ideas necessary to develop new behaviors. Unlike other orangutans, she rarely seemed to experience the “ah-ha” moment where what is being asked of her suddenly clicks and the new behavior is formed.  However, she was food- motivated.  By consistently doing short sessions at least once daily for the duration of about eight months, TK did learn eight of the nine behaviors asked of her.\r\n\r\nIn addition to preparing for the infant’s care after birth, staff also wanted to monitor the progress of the fetus during pregnancy. Therefore, at the same time that TK was learning maternal behaviors, she was also being trained for ultrasound procedures.  Keepers and animal health staff had great success meeting this goal and were able to perform an ultrasound on TK with her complete cooperation approximately once per week during the last 15 weeks of the pregnancy. A simple approach guided by her natural inclinations was used.\r\n\r\n<strong>Ultrasound Training</strong>\r\nThe basic behavior for ultrasounds was present (the abdomen to the mesh), but some desensitization also had to be done with the gel, the probe, and the animal health staff. Due to the large size of TK’s belly, her lower abdomen could not be accessed even with her belly pressed to the mesh. Using an already established behavior, toes, in which she sticks her toes through the mesh, her trainer began asking her to present the toes gradually higher and higher, presenting a clearer view of the lower abdomen. The next step was to ask her to present her belly while holding the toes through the mesh about a foot or so off the ground. With one foot elevated, the only part of her belly she was able to press to the mesh was the lower abdomen.  Next trainers worked on holding this position for increased amounts of time up to ten minutes or so.   Five to ten minute holds seemed to be plenty of time for the vet staff to monitor fetal activity and capture still images used to measure growth.  In all, 14 ultrasound sessions were completed. The preparation and training allowed staff to acquire excellent images with minimal stress to TK throughout the pregnancy.\r\n\r\n<strong>Maternal Behaviors</strong>\r\nThese maternal behaviors were developed to deal with an array of possible foreseeable situations and were taught using basic positive reinforcement training.\r\n\r\n1. <strong>Feed the Baby:</strong> Mom is required to press her nipple through the mesh or larger portal while the trainer uses his or her fingers and warm water to simulate suckling. A small orangutan stuffed animal (the “baby”) is held up to the nipple to mock the feeding of an infant through the mesh.\r\n\r\n2. <strong>Take:</strong> The trainer offers the “baby” to Mom through a six-inch round portal in the mesh. Mom is required to take the “baby” from the portal and hold it until given further instruction.\r\n\r\n3. <strong>Get the Baby:</strong> Mom is asked to retrieve the “baby” from anywhere in her stall and bring it back to the front to her station.\r\n\r\n4. <strong>Give:</strong> The “baby” is handed back to the keeper through the portal in the mesh.\r\n\r\n5. <strong>Show:</strong> Mom holds the “baby” up against the mesh and allows the keeper to touch and examine it.\r\n\r\n6. <strong>Bottle:</strong> Mom executes the show behavior with a hold, allowing the keeper to feed the “baby” a bottle of formula.\r\n\r\n7. <strong>Other:</strong> Mom adjusts the “baby” by turning it around or over when holding it in the show behavior, allowing the mouth to be accessed for feeding or any other part of the body to be  examined if necessary.\r\n\r\n8. <strong>Pump:</strong> Mom presses either breast to the six-inch portal in the mesh and allows a breast pump to be used to extract her milk.\r\n\r\n9. <strong>Nurse:</strong> Mom picks up the baby and holds it near her breast to allow baby to find the nipple.\r\n\r\nThe nurse behavior is the only skill trainers were unable to teach TK despite taking several different training approaches. Although TK performed the pump behavior quite well, milk was never extracted due to the fact that the portal was not big enough to easily accommodate the pump and achieve the proper seal required for the pump to work.\r\n\r\n<strong>Other Husbandry Considerations </strong>\r\nAfter consulting the SSP®, animal managers decided to separate TK and Berani about 10-12 weeks before the birth of the baby.  Knowing that their separation would be stressful to both orangutans, it was hoped that an early separation would keep them from associating the experience with the infant.  In addition, keepers wanted to minimize this type of stress in the latter stages of TK’s pregnancy. The separation was also beneficial to TK’s training. She was able to focus better without the distraction of a cage mate during the sessions.\r\n\r\nIn the final weeks of pregnancy, TK was housed in a heavily straw bedded stall (one to two feet deep covering entire stall) and only moved for cleaning.  Two cameras with different views of the stall were set up in order to record the birth.  With daily enrichment added, she did not……….\r\n\r\n<img class="size-medium wp-image-1780 alignnone" title="kalijon" src="http://aecetia.net/gws/aazk/wp-content/uploads/kalijon-300x248.jpg" alt="kalijon" width="300" height="248" />Kalijon just before her first birthday.\r\n<em>(Photo by Laura Laverick)</em>\r\n\r\n<strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'Human Intervention in the Rearing of an Infant  Bornean Orangutan  (Pongo pygmaeus pygmaeus)', 0, '', 'draft', 'closed', 'closed', '', 'human-intervention-in-the-rearing-of-an-infant-bornean-orangutan-pongo-pygmaeus-pygmaeus', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 0, 'http://aazk.org/?p=1779', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1780, 2, '2010-11-02 09:06:46', '2010-11-02 14:06:46', '', 'kalijon', 0, '', 'inherit', 'closed', 'closed', '', 'kalijon', '', '', '2010-11-02 09:06:46', '2010-11-02 14:06:46', '', 1779, 'http://aazk.org/wp-content/uploads/kalijon.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1781, 2, '2010-11-02 09:05:37', '2010-11-02 14:05:37', '<em>A Failed Attempt at Maternal Training of a Birth Mother, the Subsequent\nHuman Hand-Rearing and a Successful Introduction of an\nInfant to a Surrogate Orangutan Mother\n\nBy\nLaura Laverick, Keeper II\nCourtney Murray, Keeper III\nJames Sanford, Assistant Supervisor of Tropical Ecosystems\nKansas City Zoo, Kansas City, Missouri</em>\n\n<strong>Abstract</strong>\nIn 2008, the Kansas City Zoo received a Species Survival Plan (SSP®) recommendation to breed two Bornean orangutans  (Pongo Pygmaeus Pygmaeus)  housed at the zoo’s orangutan facility.  The breeding was successful and fetal development was monitored regularly through ultrasound.  The next year, a female Bornean orangutan named Kalijon was born.  Even after months of preparation and a maternal training program, the birth mother refused to let the baby nurse.  Although the standard recommendation is to wait 72 hours before permanently pulling an orangutan infant for hand-rearing, it was believed that Kalijon’s well-being was at stake and consequently, she was removed after 30 hours.  For the following five months, Kalijon was hand-reared by human caregivers 24 hours a day.  As she developed and her needs changed, a program was put in place to encourage her physical and mental development, ensure her health, and maintain her orangutan identity.  During this five-month time period, another female Bornean orangutan housed at the Kansas City Zoo was selected as an excellent candidate for surrogacy and was trained to cooperate with staff in Kalijon’s continued care once the infant was turned over to her.  The introduction was a complete success and considered one of the earliest of its kind.\n\n<strong>Preparation and Care During Pregnancy</strong>\nIn 2008 the Kansas City Zoo received an SSP® recommendation to breed TK, a 23-year-old female Bornean orangutan with Berani, a 10-year-old male Bornean orangutan.  TK had previously given birth to two other offspring at a different institution, both of which had to be hand-reared.  Therefore Kansas City Zoo staff knew they were faced with a challenge. TK and Berani were introduced in July of 2008 and instantly took to one another and bonded as a pair.\n\nWith her past infants, one born in 2003 and the second in 2006, TK was reported to be a loving and nurturing mother, however, she would not hold either of the infants in a position that allowed him or her to nurse. Despite being dam-reared herself, she preferred to hold the baby on her head or shoulders.  Shortly after the 2006 birth, attempts were made to correct the position of the infant by anesthetizing TK and repositioning the baby near the nipple, but each time she moved him back to her head soon after she awoke. After multiple attempts the decision was made to hand-rear the infant as had been done with the infant in 2003.\n\nKeeping TK’s history in mind, TK’s trainer started her on a rigorous maternal training program within one month of introducing her to Berani in hopes of teaching her to care for her own baby or to allow keepers to assist her in caring for the infant.  Other challenges keepers faced included TK’s indifference to training, her short attention span, and a disconnection from keepers. She had also demonstrated a limited ability and/or inclination to offer new or creative ideas necessary to develop new behaviors. Unlike other orangutans, she rarely seemed to experience the “ah-ha” moment where what is being asked of her suddenly clicks and the new behavior is formed.  However, she was food- motivated.  By consistently doing short sessions at least once daily for the duration of about eight months, TK did learn eight of the nine behaviors asked of her.\n\nIn addition to preparing for the infant’s care after birth, staff also wanted to monitor the progress of the fetus during pregnancy. Therefore, at the same time that TK was learning maternal behaviors, she was also being trained for ultrasound procedures.  Keepers and animal health staff had great success meeting this goal and were able to perform an ultrasound on TK with her complete cooperation approximately once per week during the last 15 weeks of the pregnancy. A simple approach guided by her natural inclinations was used.\n\n<strong>Ultrasound Training</strong>\nThe basic behavior for ultrasounds was present (the abdomen to the mesh), but some desensitization also had to be done with the gel, the probe, and the animal health staff. Due to the large size of TK’s belly, her lower abdomen could not be accessed even with her belly pressed to the mesh. Using an already established behavior, toes, in which she sticks her toes through the mesh, her trainer began asking her to present the toes gradually higher and higher, presenting a clearer view of the lower abdomen. The next step was to ask her to present her belly while holding the toes through the mesh about a foot or so off the ground. With one foot elevated, the only part of her belly she was able to press to the mesh was the lower abdomen.  Next trainers worked on holding this position for increased amounts of time up to ten minutes or so.   Five to ten minute holds seemed to be plenty of time for the vet staff to monitor fetal activity and capture still images used to measure growth.  In all, 14 ultrasound sessions were completed. The preparation and training allowed staff to acquire excellent images with minimal stress to TK throughout the pregnancy.\n\n<strong>Maternal Behaviors</strong>\nThese maternal behaviors were developed to deal with an array of possible foreseeable situations and were taught using basic positive reinforcement training.\n\n1. <strong>Feed the Baby:</strong> Mom is required to press her nipple through the mesh or larger portal while the trainer uses his or her fingers and warm water to simulate suckling. A small orangutan stuffed animal (the “baby”) is held up to the nipple to mock the feeding of an infant through the mesh.\n\n2. <strong>Take:</strong> The trainer offers the “baby” to Mom through a six-inch round portal in the mesh. Mom is required to take the “baby” from the portal and hold it until given further instruction.\n\n3. <strong>Get the Baby:</strong> Mom is asked to retrieve the “baby” from anywhere in her stall and bring it back to the front to her station.\n\n4. <strong>Give:</strong> The “baby” is handed back to the keeper through the portal in the mesh.\n\n5. <strong>Show:</strong> Mom holds the “baby” up against the mesh and allows the keeper to touch and examine it.\n\n6. <strong>Bottle:</strong> Mom executes the show behavior with a hold, allowing the keeper to feed the “baby” a bottle of formula.\n\n7. <strong>Other:</strong> Mom adjusts the “baby” by turning it around or over when holding it in the show behavior, allowing the mouth to be accessed for feeding or any other part of the body to be             examined if necessary.\n\n8. Pump: Mom presses either breast to the six-inch portal in the mesh and allows a breast pump to             be used to extract her milk.\n\n9. Nurse: Mom picks up the baby and holds it near her breast to allow baby to find the nipple.\n\nThe nurse behavior is the only skill trainers were unable to teach TK despite taking several different training approaches. Although TK performed the pump behavior quite well, milk was never extracted due to the fact that the portal was not big enough to easily accommodate the pump and achieve the proper seal required for the pump to work.\n\nOther Husbandry Considerations\nAfter consulting the SSP®, animal managers decided to separate TK and Berani about 10-12 weeks before the birth of the baby.  Knowing that their separation would be stressful to both orangutans, it was hoped that an early separation would keep them from associating the experience with the infant.  In addition, keepers wanted to minimize this type of stress in the latter stages of TK’s pregnancy. The separation was also beneficial to TK’s training. She was able to focus better without the distraction of a cage mate during the sessions.\n\nIn the final weeks of pregnancy, TK was housed in a heavily straw bedded stall (one to two feet deep covering entire stall) and only moved for cleaning.  Two cameras with different views of the stall were set up in order to record the birth.  With daily enrichment added, she did not……….', 'Human Intervention in the Rearing of an Infant  Bornean Orangutan  (Pongo pygmaeus pygmaeus)', 0, '', 'inherit', 'closed', 'closed', '', '1779-revision', '', '', '2010-11-02 09:05:37', '2010-11-02 14:05:37', '', 1779, 'http://aazk.org/uncategorized/1779-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1778, 2, '2010-11-02 09:00:54', '2010-11-02 14:00:54', '<!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:AllowPNG /> </o:OfficeDocumentSettings> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:EnableOpenTypeKerning /> <w:DontFlipMirrorIndents /> <w:OverrideTableStyleHps /> </w:Compatibility> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="0" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]>\n<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Cambria","serif";} -->\n\n<!--[endif]-->\n\nAbout the Cover/Information for Contributors\nScoops &amp; Scuttlebutt\nThank You to Indianapolis Zoo AAZK Chapter\nFrom the President\nFrom the Executive Director/Chapter Recognition\nComing Events\nAAZK Announces New Members\nFirst Call for Papers for 2011 AAZK Conference\nEnrichment Options (<em>PVC Hopper Feeder</em>)\nDebuting New AAZK Fleece Logo Vests\nPeople Skills for Animal People (<em>Sexual Harassment in the Workplace</em>)\n“Trees for You and Me” Chapter Challenge\nConservation Station (<em>Leading the Way to a Greener Future/Green Teams</em>)\nPolar Bears and Sea Ice: Interactive LIVE Webcast\nHuman Intervention in the Rearing of an Infant Bornean Orangutan\nTraining Tales (<em>Meet Your Behavioral Husbandry Committee</em>)\n2009 AAZK Travel Grant Report (<em>Field Studies of Animal Behavior Course</em>)\nConservation/Legislative Update', 'November 2010', 0, '', 'inherit', 'closed', 'closed', '', '1776-autosave', '', '', '2010-11-02 09:00:54', '2010-11-02 14:00:54', '', 1776, 'http://aazk.org/uncategorized/1776-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1776, 2, '2010-11-02 08:59:49', '2010-11-02 13:59:49', '<!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:AllowPNG /> </o:OfficeDocumentSettings> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:EnableOpenTypeKerning /> <w:DontFlipMirrorIndents /> <w:OverrideTableStyleHps /> </w:Compatibility> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="0" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]> <style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:"Table Normal";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:"";\r\n	mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n	mso-para-margin:0in;\r\n	mso-para-margin-bottom:.0001pt;\r\n	mso-pagination:widow-orphan;\r\n	font-size:10.0pt;\r\n	font-family:"Cambria","serif";}\r\n</style> <![endif]-->\r\n\r\nAbout the Cover/Information for Contributors\r\nScoops &amp; Scuttlebutt\r\nThank You to Indianapolis Zoo AAZK Chapter\r\nFrom the President\r\nFrom the Executive Director/Chapter Recognition\r\nComing Events\r\nAAZK Announces New Members\r\nFirst Call for Papers for 2011 AAZK Conference\r\nEnrichment Options (<em>PVC Hopper Feeder</em>)\r\nDebuting New AAZK Fleece Logo Vests\r\nPeople Skills for Animal People (<em>Sexual Harassment in the Workplace</em>)\r\n“Trees for You and Me” Chapter Challenge\r\nConservation Station (<em>Leading the Way to a Greener Future/Green Teams</em>)\r\nPolar Bears and Sea Ice: Interactive LIVE Webcast\r\nHuman Intervention in the Rearing of an Infant Bornean Orangutan\r\nTraining Tales (<em>Meet Your Behavioral Husbandry Committee</em>)\r\n2009 AAZK Travel Grant Report (<em>Field Studies of Animal Behavior Course</em>)\r\nConservation/Legislative Update', 'November 2010', 0, '', 'draft', 'closed', 'closed', '', 'november-2010', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 0, 'http://aazk.org/?p=1776', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (791, 2, '2009-10-20 19:33:27', '2009-10-21 00:33:27', '', 'aazkcmcdlogo', 0, '', 'inherit', 'closed', 'closed', '', 'aazkcmcdlogo', '', '', '2009-10-20 19:33:27', '2009-10-21 00:33:27', '', 0, 'http://aazk.org/wp-content/uploads/aazkcmcdlogo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (990, 2, '2009-10-16 09:23:09', '2009-10-16 14:23:09', '<h3>Chair</h3>\r\nJanet McCoy - <em>Oregon Zoo</em>\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2010</em></strong>\r\n<h3>Purpose</h3>\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2010</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\nOregon Zoo\r\n4001 S.W. Canyon Rd.\r\nPortland, OR 97221\r\n\r\nOr, Send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Awards Chair\r\nThe Oregon Zoo\r\n4001 SW Canyon Road\r\nPortland, OR 97221\r\n\r\n<strong>Deadline for Nominations is 1 May 2010</strong>\r\n<ul>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/mazuri-animal-nutrition-award-mana/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-aazk-chapter-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>\r\n\r\n<strong><a href="/wp-content/uploads/2009awards.pdf">2009 Award Recipients</a>\r\n</strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-10-16 09:23:09', '2009-10-16 14:23:09', '', 224, 'http://aazk.org/uncategorized/224-revision-34/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (771, 2, '2009-08-13 15:42:32', '2009-08-13 20:42:32', '<h3>Chair</h3>\r\nJanet McCoy - <em>Oregon Zoo</em>\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2010</em></strong>\r\n<h3>Purpose</h3>\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2010</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\nOregon Zoo\r\n4001 S.W. Canyon Rd.\r\nPortland, OR 97221\r\n\r\nOr, Send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Awards Chair\r\nThe Oregon Zoo\r\n4001 SW Canyon Road\r\nPortland, OR 97221\r\n\r\n<strong>Deadline for Nominations is 1 May 2010</strong>\r\n<ul>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/mazuri-animal-nutrition-award-mana/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-aazk-chapter-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2009-08-13 15:42:32', '2009-08-13 20:42:32', '', 224, 'http://aazk.org/uncategorized/224-revision-33/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (965, 2, '2010-01-01 14:18:29', '2010-01-01 19:18:29', '<em>By\r\nStacy Johnson and Angela Matthews, Animal Keepers\r\nDisney’s Animal Kingdom, Lake Buena Vista, Florida</em>\r\n\r\n<strong>Background</strong>\r\nChinese alligators (<em>Alligator sinensis</em>) are one of the smallest crocodilians, with adult males reaching six feet long [~1.83m] from snout to tail, and weighing up to 90 pounds [40.82kg].  Chinese alligators are also one of the most critically endangered crocodilian species, with less than 300 left in the wild.  They are restricted to a reserve around the lower Yangtze River, in the Anhui province in China. While the wild population suffers, numbers in captivity are very healthy.\r\n\r\nFrom our original eight Chinese alligators brought to Disney’s Animal Kingdom in 1997, we now have one female, “Birdie”, who was transferred to an off-exhibit holding area in 1999.  Since we were going to be working around her very closely, keeper and animal safety were a priority.  Within the last year, several husbandry initiatives were accomplished, both in training and enrichment, which have had a great impact on both the animal, as well as her caretakers.\r\n\r\n<strong>Enclosure Renovation</strong>\r\nSince “Birdie” may be a long-term resident, we decided to make some modifications to her husbandry program.  Her previous housing was limited to one stall with a pool and a strip of land for sunning (Figure 1).  When the other alligators were shipped out, we had ample space to increase her enclosure size.\r\n\r\nShe was given two large stalls; one with a bigger pool and grass for sunning and the other filled with dirt substrate.  These stalls are separated with a shifting corridor, where her crate will be housed, and can be closed off with guillotine doors.  Her enclosure furniture now consists of: deadfall, a ladder for sunning in the water, grass, dirt, and plants, all of which help provide a more complex environment (Figure 2).\r\n<img class="size-full wp-image-966 alignnone" title="alligator1" src="http://aecetia.net/gws/aazk/wp-content/uploads/alligator1.jpg" alt="alligator1" width="688" height="469" />\r\n<strong></strong>\r\n\r\n<strong>Figure 1:</strong> previous Chinese alligator off-exhibit holding (<em>photo: Stacy Johnson</em>)\r\n\r\n<img class="size-full wp-image-967 alignnone" title="alligator2" src="http://aecetia.net/gws/aazk/wp-content/uploads/alligator2.jpg" alt="alligator2" width="688" height="457" />\r\n\r\n<strong>Figure 2:</strong> current Chinese alligator off-exhibit holding (<em>photo: Stacy Johnson</em>)\r\n\r\nUsing this model, we set our goals to encourage natural behavior such as locomotion, burrowing, digging, foraging, sunning, hiding, vocalizing, and swimming. To ensure she received a regular rotation of daily enrichment, we developed a schedule for implementation. We documented her interactions with the enrichment items on daily observation sheets. We found the most effective enrichment to be……..\r\n\r\n<strong>Want to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'Training and Enrichment Advances for a Chinese Alligator at Disney’s Animal Kingdom', 0, '', 'draft', 'closed', 'closed', '', 'training-and-enrichment-advances-for-a-chinese-alligator-at-disneys-animal-kingdom', '', '', '2013-10-15 17:49:23', '2013-10-15 22:49:23', '', 0, 'http://aazk.org/?p=965', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1690, 2, '2010-08-27 14:52:34', '2010-08-27 19:52:34', '<strong><img class="alignnone size-full wp-image-1675" title="sdaazk_conf" src="http://aecetia.net/gws/aazk/wp-content/uploads/sdaazk_conf.jpg" alt="sdaazk_conf" width="150" height="92" />2011:</strong> San Diego - August 24-28   <a href="http://sdaazk.com/?page_id=15">http://sdaazk.com</a>\r\n\r\n<strong>2012:</strong> Syracuse - Sept. 23-27', 'Upcoming Annual Conferences', 0, '', 'inherit', 'closed', 'closed', '', '1187-revision-7', '', '', '2010-08-27 14:52:34', '2010-08-27 19:52:34', '', 1187, 'http://aazk.org/uncategorized/1187-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1688, 2, '2010-08-27 14:50:53', '2010-08-27 19:50:53', '<strong>2011:</strong> San Diego - August 24-28   <a href="http://sdaazk.com/?page_id=15"><a href="http://sdaazk.com/?page_id=15">http://sdaazk.com</a><img class="size-full wp-image-1675 alignleft" title="sdaazk_conf" src="http://aecetia.net/gws/aazk/wp-content/uploads/sdaazk_conf.jpg" alt="sdaazk_conf" width="150" height="92" /></a>\r\n\r\n<strong>2012:</strong> Syracuse - Sept. 23-27', 'Upcoming Annual Conferences', 0, '', 'inherit', 'closed', 'closed', '', '1187-revision-5', '', '', '2010-08-27 14:50:53', '2010-08-27 19:50:53', '', 1187, 'http://aazk.org/uncategorized/1187-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1689, 2, '2010-08-27 14:51:09', '2010-08-27 19:51:09', '<strong>2011:</strong> San Diego - August 24-28   <a href="http://sdaazk.com/?page_id=15"></a><a href="http://sdaazk.com/?page_id=15">http://sdaazk.com</a><img class="size-full wp-image-1675 alignleft" title="sdaazk_conf" src="http://aecetia.net/gws/aazk/wp-content/uploads/sdaazk_conf.jpg" alt="sdaazk_conf" width="150" height="92" />\r\n\r\n<strong>2012:</strong> Syracuse - Sept. 23-27', 'Upcoming Annual Conferences', 0, '', 'inherit', 'closed', 'closed', '', '1187-revision-6', '', '', '2010-08-27 14:51:09', '2010-08-27 19:51:09', '', 1187, 'http://aazk.org/uncategorized/1187-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2129, 2, '2010-08-27 14:53:19', '2010-08-27 19:53:19', '<strong>2011:</strong> San Diego - August 24-28   <a href="http://sdaazk.com/?page_id=15">http://sdaazk.com</a>\r\n\r\n<strong>2012:</strong> Syracuse - Sept. 23-27', 'Upcoming Annual Conferences', 0, '', 'inherit', 'closed', 'closed', '', '1187-revision-9', '', '', '2010-08-27 14:53:19', '2010-08-27 19:53:19', '', 1187, 'http://aazk.org/uncategorized/1187-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1692, 2, '2010-08-27 14:28:06', '2010-08-27 19:28:06', 'Syracuse\r\nSeptember 23-27, 2012', 'Upcoming Conferences', 0, '', 'inherit', 'closed', 'closed', '', '757-revision-6', '', '', '2010-08-27 14:28:06', '2010-08-27 19:28:06', '', 757, 'http://aazk.org/uncategorized/757-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1687, 2, '2010-04-08 08:39:43', '2010-04-08 13:39:43', '<strong>2010:</strong> Philadelphia - August 22-26\r\n\r\n<strong>2011:</strong> San Diego - August 24-28\r\n\r\n<strong>2012:</strong> Syracuse - Sept. 23-27', 'Upcoming Annual Conferences', 0, '', 'inherit', 'closed', 'closed', '', '1187-revision-4', '', '', '2010-04-08 08:39:43', '2010-04-08 13:39:43', '', 1187, 'http://aazk.org/uncategorized/1187-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1693, 2, '2010-08-27 14:55:06', '2010-08-27 19:55:06', 'Syracuse\r\nSeptember 23-27, 2012', 'Upcoming Conferences', 0, '', 'inherit', 'closed', 'closed', '', '757-revision-7', '', '', '2010-08-27 14:55:06', '2010-08-27 19:55:06', '', 757, 'http://aazk.org/uncategorized/757-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (960, 2, '2010-01-01 13:51:15', '2010-01-01 18:51:15', 'About the Cover/Information for Contributors\r\nScoops &amp; Scuttlebutt\r\nFrom the President\r\nAAZK Announces New Members\r\nSecond Call for Papers - 2010 Conference\r\nComing Events\r\n2010 AAZK Conference - Update/Info\r\nPeople Skills for Animal People (<em>Keepers &amp; Communication, Part 1</em>)\r\nThe Future of Zookeeping and the Challenges Ahead\r\nBook Reviews (<em>Part of the Pride: My Life Among the Big Cats of Africa</em> and\r\n<em>Turtles: The Animal Answer Guide</em>)\r\nTraining and Enrichment Advances for a Chinese Alligator\r\nat Disney’s Animal Kingdom\r\nTraining Tales (<em>Alpaca Training at the Toronto Zoo</em>)\r\nConservation Station (<em>Zambian Reunion: How One Keeper Made Her\r\nAfrican Dream Come True...Twice</em>)\r\nStorybook Safari\r\nConservation/Legislative Update\r\n2009 <em>Animal Keepers’ Forum</em> Index', 'January 2010', 0, '', 'draft', 'closed', 'closed', '', 'akf-table-of-contents-january-2010', '', '', '2013-10-15 17:49:23', '2013-10-15 22:49:23', '', 0, 'http://aazk.org/?p=960', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (961, 2, '2010-01-01 13:49:58', '2010-01-01 18:49:58', 'About the Cover/Information for Contributors\nScoops &amp; Scuttlebutt\nFrom the President\nAAZK Announces New Members\nSecond Call for Papers - 2010 Conference\nComing Events\n2010 AAZK Conference - Update/Info\nPeople Skills for Animal People (<em>Keepers &amp; Communication, Part 1</em>)\nThe Future of Zookeeping and the Challenges Ahead\nBook Reviews (<em>Part of the Pride: My Life Among the Big Cats of Africa</em> and\n<em>Turtles: The Animal Answer Guide</em>)\nTraining and Enrichment Advances for a Chinese Alligator\nat Disney’s Animal Kingdom\nTraining Tales (Alpaca Training at the Toronto Zoo)\nConservation Station (Zambian Reunion: How One Keeper Made Her\nAfrican Dream Come True...Twice\nStorybook Safari\nConservation/Legislative Update\n2009 Animal Keepers’ Forum Index', 'January 2010', 0, '', 'inherit', 'closed', 'closed', '', '960-revision', '', '', '2010-01-01 13:49:58', '2010-01-01 18:49:58', '', 960, 'http://aazk.org/uncategorized/960-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (797, 2, '2009-10-21 08:12:29', '2009-10-21 13:12:29', '', 'rhino-2', 0, '', 'inherit', 'closed', 'closed', '', 'rhino-2', '', '', '2009-10-21 08:12:29', '2009-10-21 13:12:29', '', 0, 'http://aazk.org/wp-content/uploads/rhino-2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (964, 2, '2010-01-01 13:51:15', '2010-01-01 18:51:15', 'About the Cover/Information for Contributors\r\nScoops &amp; Scuttlebutt\r\nFrom the President\r\nAAZK Announces New Members\r\nSecond Call for Papers - 2010 Conference\r\nComing Events\r\n2010 AAZK Conference - Update/Info\r\nPeople Skills for Animal People (<em>Keepers &amp; Communication, Part 1</em>)\r\nThe Future of Zookeeping and the Challenges Ahead\r\nBook Reviews (<em>Part of the Pride: My Life Among the Big Cats of Africa</em> and\r\n<em>Turtles: The Animal Answer Guide</em>)\r\nTraining and Enrichment Advances for a Chinese Alligator\r\nat Disney’s Animal Kingdom\r\nTraining Tales (<em>Alpaca Training at the Toronto Zoo</em>)\r\nConservation Station (<em>Zambian Reunion: How One Keeper Made Her\r\nAfrican Dream Come True...Twice</em>)\r\nStorybook Safari\r\nConservation/Legislative Update\r\n2009 <em>Animal Keepers’ Forum</em> Index', 'AKF Table of Contents - January 2010', 0, '', 'inherit', 'closed', 'closed', '', '960-revision-4', '', '', '2010-01-01 13:51:15', '2010-01-01 18:51:15', '', 960, 'http://aazk.org/uncategorized/960-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (962, 2, '2010-01-01 13:50:58', '2010-01-01 18:50:58', 'About the Cover/Information for Contributors\nScoops &amp; Scuttlebutt\nFrom the President\nAAZK Announces New Members\nSecond Call for Papers - 2010 Conference\nComing Events\n2010 AAZK Conference - Update/Info\nPeople Skills for Animal People (<em>Keepers &amp; Communication, Part 1</em>)\nThe Future of Zookeeping and the Challenges Ahead\nBook Reviews (<em>Part of the Pride: My Life Among the Big Cats of Africa</em> and\n<em>Turtles: The Animal Answer Guide</em>)\nTraining and Enrichment Advances for a Chinese Alligator\nat Disney’s Animal Kingdom\nTraining Tales (<em>Alpaca Training at the Toronto Zoo</em>)\nConservation Station (<em>Zambian Reunion: How One Keeper Made Her\nAfrican Dream Come True...Twice</em>)\nStorybook Safari\nConservation/Legislative Update\n2009 <em>Animal Keepers’ Forum</em> Index', 'AKF TaJanuary 2010', 0, '', 'inherit', 'closed', 'closed', '', '960-revision-2', '', '', '2010-01-01 13:50:58', '2010-01-01 18:50:58', '', 960, 'http://aazk.org/uncategorized/960-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1691, 2, '2010-08-27 14:52:51', '2010-08-27 19:52:51', '<strong><a href="http://sdaazk.com/?page_id=15"><img class="alignnone size-full wp-image-1675" title="sdaazk_conf" src="http://aecetia.net/gws/aazk/wp-content/uploads/sdaazk_conf.jpg" alt="sdaazk_conf" width="150" height="92" /></a>2011:</strong> San Diego - August 24-28   <a href="http://sdaazk.com/?page_id=15">http://sdaazk.com</a>\r\n\r\n<strong>2012:</strong> Syracuse - Sept. 23-27', 'Upcoming Annual Conferences', 0, '', 'inherit', 'closed', 'closed', '', '1187-revision-8', '', '', '2010-08-27 14:52:51', '2010-08-27 19:52:51', '', 1187, 'http://aazk.org/uncategorized/1187-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1694, 2, '2010-08-27 14:55:50', '2010-08-27 19:55:50', 'Syracuse, NY\r\nSeptember 23-27, 2012', 'Upcoming Conferences', 0, '', 'inherit', 'closed', 'closed', '', '757-revision-8', '', '', '2010-08-27 14:55:50', '2010-08-27 19:55:50', '', 757, 'http://aazk.org/uncategorized/757-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (963, 2, '2010-01-01 13:51:05', '2010-01-01 18:51:05', 'About the Cover/Information for Contributors\r\nScoops &amp; Scuttlebutt\r\nFrom the President\r\nAAZK Announces New Members\r\nSecond Call for Papers - 2010 Conference\r\nComing Events\r\n2010 AAZK Conference - Update/Info\r\nPeople Skills for Animal People (<em>Keepers &amp; Communication, Part 1</em>)\r\nThe Future of Zookeeping and the Challenges Ahead\r\nBook Reviews (<em>Part of the Pride: My Life Among the Big Cats of Africa</em> and\r\n<em>Turtles: The Animal Answer Guide</em>)\r\nTraining and Enrichment Advances for a Chinese Alligator\r\nat Disney’s Animal Kingdom\r\nTraining Tales (<em>Alpaca Training at the Toronto Zoo</em>)\r\nConservation Station (<em>Zambian Reunion: How One Keeper Made Her\r\nAfrican Dream Come True...Twice</em>)\r\nStorybook Safari\r\nConservation/Legislative Update\r\n2009 <em>Animal Keepers’ Forum</em> Index', 'AKF Table of Contents - January 2010', 0, '', 'inherit', 'closed', 'closed', '', '960-revision-3', '', '', '2010-01-01 13:51:05', '2010-01-01 18:51:05', '', 960, 'http://aazk.org/uncategorized/960-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1682, 2, '2010-08-27 14:45:33', '2010-08-27 19:45:33', '<h3>Conference Program Chair</h3>\r\n<img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /> Ed Hansen\r\n<h3>Upcoming AAZK Conferences:</h3>\r\n<ul>\r\n	<li><strong>2011: </strong>San Diego, CA - San Diego Zoo - August 24-28, 2011        <a href="http://sdaazk.com/?page_id=15"> http://sdaazk.com/</a></li>\r\n</ul>\r\n<ul>\r\n	<li><strong>2012:</strong> Syracuse, NY - Rosamond Gifford Zoo - September 23-27, 2012</li>\r\n</ul>', 'Annual AAZK Conferences', 0, '', 'inherit', 'closed', 'closed', '', '160-revision-13', '', '', '2010-08-27 14:45:33', '2010-08-27 19:45:33', '', 160, 'http://aazk.org/uncategorized/160-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1683, 2, '2010-08-27 14:46:13', '2010-08-27 19:46:13', '<h3>Conference Program Chair</h3>\r\n<img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /> Ed Hansen\r\n<h3>Upcoming AAZK Conferences:</h3>\r\n<!--more--><ul>\r\n	<li><strong>2011: </strong>San Diego, CA - San Diego Zoo - August 24-28, 2011        <a href="http://sdaazk.com/?page_id=15"> http://sdaazk.com/</a></li>\r\n</ul>\r\n<ul>\r\n	<li><strong>2012:</strong> Syracuse, NY - Rosamond Gifford Zoo - September 23-27, 2012</li>\r\n</ul>', 'Annual AAZK Conferences', 0, '', 'inherit', 'closed', 'closed', '', '160-revision-14', '', '', '2010-08-27 14:46:13', '2010-08-27 19:46:13', '', 160, 'http://aazk.org/uncategorized/160-revision-14/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2154, 2, '2011-09-23 12:46:09', '2011-09-23 17:46:09', '<strong>Asheboro, NC</strong>\r\n\r\nDates TBD, 2013\r\n\r\n<strong>\r\nOrlando, FL</strong>\r\n\r\nDates TBD, 2014', 'Upcoming Conferences', 0, '', 'inherit', 'closed', 'closed', '', '757-revision-15', '', '', '2011-09-23 12:46:09', '2011-09-23 17:46:09', '', 757, 'http://aazk.org/uncategorized/757-revision-15/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2140, 2, '2011-09-09 11:33:22', '2011-09-09 16:33:22', 'Syracuse, NY<br>\r\nSeptember 23-27, 2012\r\n\r\nAsheboro, NC<br>\r\nDates TBD, 2013\r\n\r\nOrlando, FL<br>\r\nDates TBD, 2014', 'Upcoming Conferences', 0, '', 'inherit', 'closed', 'closed', '', '757-revision-11', '', '', '2011-09-09 11:33:22', '2011-09-09 16:33:22', '', 757, 'http://aazk.org/uncategorized/757-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2141, 2, '2011-09-09 11:34:04', '2011-09-09 16:34:04', 'Syracuse, NY<br>\r\nSeptember 23-27, 2012<br>\r\n\r\nAsheboro, NC<br>\r\nDates TBD, 2013<br>\r\n\r\nOrlando, FL<br>\r\nDates TBD, 2014', 'Upcoming Conferences', 0, '', 'inherit', 'closed', 'closed', '', '757-revision-12', '', '', '2011-09-09 11:34:04', '2011-09-09 16:34:04', '', 757, 'http://aazk.org/uncategorized/757-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2142, 2, '2011-09-09 11:34:44', '2011-09-09 16:34:44', '<strong>Syracuse, NY</strong>\r\n\r\nSeptember 23-27, 2012\r\n\r\n<strong>Asheboro, NC</strong>\r\n\r\nDates TBD, 2013\r\n\r\n<strong>\r\nOrlando, FL</strong>\r\n\r\nDates TBD, 2014', 'Upcoming Conferences', 0, '', 'inherit', 'closed', 'closed', '', '757-revision-13', '', '', '2011-09-09 11:34:44', '2011-09-09 16:34:44', '', 757, 'http://aazk.org/uncategorized/757-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1681, 2, '2010-08-27 14:44:14', '2010-08-27 19:44:14', '<h3>Conference Program Chair</h3>\r\n<img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /> Ed Hansen\r\n<h3>Upcoming AAZK Conferences:<strong></strong></h3>\r\n<ul>\r\n	<li><strong>2011: </strong>San Diego, CA - San Diego Zoo - August 24-28, 2011        <a href="http://sdaazk.com/?page_id=15"> http://sdaazk.com/</a></li>\r\n</ul>\r\n<ul>\r\n	<li><strong>2012:</strong> Syracuse, NY - Rosamond Gifford Zoo - September 23-27, 2012</li>\r\n</ul>', 'Annual AAZK Conferences', 0, '', 'inherit', 'closed', 'closed', '', '160-revision-12', '', '', '2010-08-27 14:44:14', '2010-08-27 19:44:14', '', 160, 'http://aazk.org/uncategorized/160-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (807, 2, '2009-10-28 09:07:37', '2009-10-28 14:07:37', 'By Christine Fenwick, Bear Manager\r\nFortress of the Bear\r\nPO Box 2337, Sitka, AK 99835\r\noso.ursa@yahoo.com\r\n\r\n<strong>Abstract</strong>\r\n<em>Behaviors were closely monitored for two, two-year old, male brown bear (Ursus arctos) cubs at Fortress of the Bear in Sitka, Alaska during the fall, winter, and spring of 2008 and 2009.  Denning behaviors became evident in early November with changes in food consumption, and activity periods.  Food consumption decreased from 14,000 kilocalories per day per bear in September to 4,100 kilocalories per day per bear in November.  Killisnoo and Chaik weighed 200 and 225 kilograms respectively in September.   Daylight hours and daily temperatures decreased in November; however the fall was atypically warm by two to seven degrees Celsius.  Diet consumption reached a low of 1,696 kilocalories per day per bear in late December.    Each bear exhibited its own unique behavioral response to the changes in the captive environment.  Keeper routines changed in response to changes in bear behavior.  Visitor attendance decreased, and other disturbances were also reduced.  In the deepest part of winter, the bears were still eating, defecating, and urinating.  The cubs had decreased activity for parts of the day, and were spending 18 to 20 hours in the den. Food consumption and activity levels returned to normal with the increase in daylight hours and temperatures of March and April.  Most influential on their behavior, was the dynamic relationship between the two cubs.  Although allowed to feed to satiation during the hyperphagia stage of late summer, they may not have had enough fat on them for winter denning.  As cubs, their bodies continued to grow through the winter as they lost fat and gained length and height, emerging from the den 1.5cm taller than when they entered.  There were also uncontrollable outside disturbances, and there may have been other factors affecting their denning behavior.  The bears were fed according to their consumptive needs, given denning space and denning material.</em>\r\n\r\nBehavior-based husbandry utilizes the natural history of an animal to determine the appropriate husbandry practices to best meet their needs.  For brown bears and black bears, there are seasonal changes that affect their behaviors, most notably during the winter, which is naturally a time of denning.  In wild bears that have a sufficient fat layer to allow winter denning, there are three main behavioral cues of winter denning:  1. Decreased food and water consumption, often times ceasing to eat and drink completely; 2. Decreased activity, often spending more time near the den site as winter approaches;  and 3.  Entering a den and remaining in the den for prolonged periods of time, some bears will enter a winter den and remain there for up to six months in the far north (Brown, 2009).   Winter denning is a complex biological and biochemical process influenced by many variables that include, but are not limited to:  acquisition of a sufficient fat layer to survive a winter without food, decreased daylight hours, decreased average daily temperatures, and an appropriate denning site and denning materials.   When all of the factors are present, they produce predictable winter denning behaviors.   These factors are variable and are necessary to meet the changing environment from year to year as winters will differ.  In captive communities, keepers are tasked with making decisions for the animals in their care to best meet the needs of those animals and the management needs of the facility.  Often times keepers are required to maintain protocols that do not allow the animals to choose what is best for themselves.  For winter denning in bears, many factors must align for denning to occur, and no one knows better than the bears themselves if all those factors are in line (Poulsen, 2008).  The onset of winter is a time of reduced food abundance, and food reduction for denning should follow the bears’ cues.\r\n\r\n<img class="alignleft size-full wp-image-808" title="bear-in-snow" src="http://aecetia.net/gws/aazk/wp-content/uploads/bear-in-snow.jpg" alt="bear-in-snow" width="288" height="216" />\r\n\r\n<strong>Killisnoo Bear showing increasing lethargy by\r\nresting on a log in the exhibit in January 2009.\r\n(Photo by Christine Fenwick)</strong>\r\n\r\nFortress of the Bear is home to two male, brother, brown bear cubs, Killisnoo and Chaik, who turned two in the winter of 2008-2009.  The exhibit has full exposure to the elements, and the bears are exposed to year-round weather patterns, vegetation changes, and temperature changes.  The den is completely enclosed providing a private, quiet, dark, and dry space.  The den is not temperature controlled, and its temperature is roughly the same as the ambient temperature.  The bears were observed closely throughout the year to identify behavior patterns, and husbandry protocols were modified based on the behavioral cues from the bears.\r\n\r\nThe bears’ behaviors were closely monitored on a daily basis, with observations logged in the daily paperwork.  Keepers watched for:  aggressive behavior, play behaviors, general activity levels, food consumption, and weight fluctuations.   In the fall and winter, behaviors were monitored for denning specific cues that would indicate a change in husbandry.  Denning behavior cues included:  decreased activity levels, decreased play behavior, increased nest building behavior, increased time within the den, and decreased food consumption.  Decreases in behaviors were determined based on a comparison to summer behaviors exhibited by the bears.  Husbandry changed as bear behavior changed.  Average temperatures, daylight hours, and precipitation were recorded for each month.  Kilocalorie content of the diet was figured using averages for kilocalorie content of foods normally fed.  All food is donated, so the types of produce, dog food brand, and meat sources were highly variable.  Average kilocalorie content for food was broken down into produce, dog food, and meat.  With kilocalorie content of all types of produce averaged, all types of possible dog food brands averaged, and all types of meat sources averaged.  Daily nutritional logs were kept to track the diet levels.  Diets consisted of dog food, produce, and meat fed in a 1:1:2 ratio respectively.  Diets were decreased in the fall based on cues from the bears, and kilocalorie content of diet changes was logged.  No supplements were given, and enrichment food was counted as part of the overall diet and calculated into their overall kilocalorie intake.\r\n\r\nAugust and September were months of hyperphagia for the bears, and they consumed 14,022 kilocalories per day.  August and September had 16 and 12.5 hours of daylight respectively, and temperatures were 10ºC [50°F].  Due to security concerns the bears were locked within a secure night holding area every night.  They were released into the exhibit at 0730 in the morning, and brought back in for the night at 1930.  The night holding area was set up with extensive enrichment every night to allow them the option to play and interact if they chose to.    They were most active in………\r\n\r\nWant to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="/join/">JOIN NOW</a>!', 'Behavior-based Bear Husbandry for Winter Denning:  A practical application at Fortress of the Bear, Sitka, Alaska', 0, '', 'draft', 'closed', 'closed', '', 'behavior-based-bear-husbandry-for-winter-denning-a-practical-application-at-fortress-of-the-bear-sitka-alaska', '', '', '2013-10-15 17:49:23', '2013-10-15 22:49:23', '', 0, 'http://aazk.org/?p=807', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (808, 2, '2009-10-28 09:03:05', '2009-10-28 14:03:05', '', 'bear-in-snow', 0, '', 'inherit', 'closed', 'closed', '', 'bear-in-snow', '', '', '2009-10-28 09:03:05', '2009-10-28 14:03:05', '', 807, 'http://aazk.org/wp-content/uploads/bear-in-snow.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (809, 2, '2009-10-28 09:04:29', '2009-10-28 14:04:29', 'By Christine Fenwick, Bear Manager\nFortress of the Bear\nPO Box 2337, Sitka, AK 99835\noso.ursa@yahoo.com\n\nAbstract\nBehaviors were closely monitored for two, two-year old, male brown bear (Ursus arctos) cubs at Fortress of the Bear in Sitka, Alaska during the fall, winter, and spring of 2008 and 2009.  Denning behaviors became evident in early November with changes in food consumption, and activity periods.  Food consumption decreased from 14,000 kilocalories per day per bear in September to 4,100 kilocalories per day per bear in November.  Killisnoo and Chaik weighed 200 and 225 kilograms respectively in September.   Daylight hours and daily temperatures decreased in November; however the fall was atypically warm by two to seven degrees Celsius.  Diet consumption reached a low of 1,696 kilocalories per day per bear in late December.    Each bear exhibited its own unique behavioral response to the changes in the captive environment.  Keeper routines changed in response to changes in bear behavior.  Visitor attendance decreased, and other disturbances were also reduced.  In the deepest part of winter, the bears were still eating, defecating, and urinating.  The cubs had decreased activity for parts of the day, and were spending 18 to 20 hours in the den. Food consumption and activity levels returned to normal with the increase in daylight hours and temperatures of March and April.  Most influential on their behavior, was the dynamic relationship between the two cubs.  Although allowed to feed to satiation during the hyperphagia stage of late summer, they may not have had enough fat on them for winter denning.  As cubs, their bodies continued to grow through the winter as they lost fat and gained length and height, emerging from the den 1.5cm taller than when they entered.  There were also uncontrollable outside disturbances, and there may have been other factors affecting their denning behavior.  The bears were fed according to their consumptive needs, given denning space and denning material.\n\nBehavior-based husbandry utilizes the natural history of an animal to determine the appropriate husbandry practices to best meet their needs.  For brown bears and black bears, there are seasonal changes that affect their behaviors, most notably during the winter, which is naturally a time of denning.  In wild bears that have a sufficient fat layer to allow winter denning, there are three main behavioral cues of winter denning:  1. Decreased food and water consumption, often times ceasing to eat and drink completely; 2. Decreased activity, often spending more time near the den site as winter approaches;  and 3.  Entering a den and remaining in the den for prolonged periods of time, some bears will enter a winter den and remain there for up to six months in the far north (Brown, 2009).   Winter denning is a complex biological and biochemical process influenced by many variables that include, but are not limited to:  acquisition of a sufficient fat layer to survive a winter without food, decreased daylight hours, decreased average daily temperatures, and an appropriate denning site and denning materials.   When all of the factors are present, they produce predictable winter denning behaviors.   These factors are variable and are necessary to meet the changing environment from year to year as winters will differ.  In captive communities, keepers are tasked with making decisions for the animals in their care to best meet the needs of those animals and the management needs of the facility.  Often times keepers are required to maintain protocols that do not allow the animals to choose what is best for themselves.  For winter denning in bears, many factors must align for denning to occur, and no one knows better than the bears themselves if all those factors are in line (Poulsen, 2008).  The onset of winter is a time of reduced food abundance, and food reduction for denning should follow the bears’ cues.\n\n<img class="alignleft size-full wp-image-808" title="bear-in-snow" src="http://aecetia.net/gws/aazk/wp-content/uploads/bear-in-snow.jpg" alt="bear-in-snow" width="288" height="216" />\n\nKillisnoo Bear showing increasing lethargy by\nresting on a log in the exhibit in January 2009.\n(Photo by Christine Fenwick)\n\nFortress of the Bear is home to two male, brother, brown bear cubs, Killisnoo and Chaik, who turned two in the winter of 2008-2009.  The exhibit has full exposure to the elements, and the bears are exposed to year-round weather patterns, vegetation changes, and temperature changes.  The den is completely enclosed providing a private, quiet, dark, and dry space.  The den is not temperature controlled, and its temperature is roughly the same as the ambient temperature.  The bears were observed closely throughout the year to identify behavior patterns, and husbandry protocols were modified based on the behavioral cues from the bears.\n\nThe bears’ behaviors were closely monitored on a daily basis, with observations logged in the daily paperwork.  Keepers watched for:  aggressive behavior, play behaviors, general activity levels, food consumption, and weight fluctuations.   In the fall and winter, behaviors were monitored for denning specific cues that would indicate a change in husbandry.  Denning behavior cues included:  decreased activity levels, decreased play behavior, increased nest building behavior, increased time within the den, and decreased food consumption.  Decreases in behaviors were determined based on a comparison to summer behaviors exhibited by the bears.  Husbandry changed as bear behavior changed.  Average temperatures, daylight hours, and precipitation were recorded for each month.  Kilocalorie content of the diet was figured using averages for kilocalorie content of foods normally fed.  All food is donated, so the types of produce, dog food brand, and meat sources were highly variable.  Average kilocalorie content for food was broken down into produce, dog food, and meat.  With kilocalorie content of all types of produce averaged, all types of possible dog food brands averaged, and all types of meat sources averaged.  Daily nutritional logs were kept to track the diet levels.  Diets consisted of dog food, produce, and meat fed in a 1:1:2 ratio respectively.  Diets were decreased in the fall based on cues from the bears, and kilocalorie content of diet changes was logged.  No supplements were given, and enrichment food was counted as part of the overall diet and calculated into their overall kilocalorie intake.\n\nAugust and September were months of hyperphagia for the bears, and they consumed 14,022 kilocalories per day.  August and September had 16 and 12.5 hours of daylight respectively, and temperatures were 10ºC [50°F].  Due to security concerns the bears were locked within a secure night holding area every night.  They were released into the exhibit at 0730 in the morning, and brought back in for the night at 1930.  The night holding area was set up with extensive enrichment every night to allow them the option to play and interact if they chose to.    They were most active in………', 'Behavior-based Bear Husbandry for Winter Denning:  A practical application at Fortress of the Bear, Sitka, Alaska', 0, '', 'inherit', 'closed', 'closed', '', '807-revision', '', '', '2009-10-28 09:04:29', '2009-10-28 14:04:29', '', 807, 'http://aazk.org/uncategorized/807-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (810, 2, '2009-10-28 09:05:53', '2009-10-28 14:05:53', 'By Christine Fenwick, Bear Manager\nFortress of the Bear\nPO Box 2337, Sitka, AK 99835\noso.ursa@yahoo.com\n\n<strong>Abstract</strong>\n<em>Behaviors were closely monitored for two, two-year old, male brown bear (Ursus arctos) cubs at Fortress of the Bear in Sitka, Alaska during the fall, winter, and spring of 2008 and 2009.  Denning behaviors became evident in early November with changes in food consumption, and activity periods.  Food consumption decreased from 14,000 kilocalories per day per bear in September to 4,100 kilocalories per day per bear in November.  Killisnoo and Chaik weighed 200 and 225 kilograms respectively in September.   Daylight hours and daily temperatures decreased in November; however the fall was atypically warm by two to seven degrees Celsius.  Diet consumption reached a low of 1,696 kilocalories per day per bear in late December.    Each bear exhibited its own unique behavioral response to the changes in the captive environment.  Keeper routines changed in response to changes in bear behavior.  Visitor attendance decreased, and other disturbances were also reduced.  In the deepest part of winter, the bears were still eating, defecating, and urinating.  The cubs had decreased activity for parts of the day, and were spending 18 to 20 hours in the den. Food consumption and activity levels returned to normal with the increase in daylight hours and temperatures of March and April.  Most influential on their behavior, was the dynamic relationship between the two cubs.  Although allowed to feed to satiation during the hyperphagia stage of late summer, they may not have had enough fat on them for winter denning.  As cubs, their bodies continued to grow through the winter as they lost fat and gained length and height, emerging from the den 1.5cm taller than when they entered.  There were also uncontrollable outside disturbances, and there may have been other factors affecting their denning behavior.  The bears were fed according to their consumptive needs, given denning space and denning material.</em>\n\nBehavior-based husbandry utilizes the natural history of an animal to determine the appropriate husbandry practices to best meet their needs.  For brown bears and black bears, there are seasonal changes that affect their behaviors, most notably during the winter, which is naturally a time of denning.  In wild bears that have a sufficient fat layer to allow winter denning, there are three main behavioral cues of winter denning:  1. Decreased food and water consumption, often times ceasing to eat and drink completely; 2. Decreased activity, often spending more time near the den site as winter approaches;  and 3.  Entering a den and remaining in the den for prolonged periods of time, some bears will enter a winter den and remain there for up to six months in the far north (Brown, 2009).   Winter denning is a complex biological and biochemical process influenced by many variables that include, but are not limited to:  acquisition of a sufficient fat layer to survive a winter without food, decreased daylight hours, decreased average daily temperatures, and an appropriate denning site and denning materials.   When all of the factors are present, they produce predictable winter denning behaviors.   These factors are variable and are necessary to meet the changing environment from year to year as winters will differ.  In captive communities, keepers are tasked with making decisions for the animals in their care to best meet the needs of those animals and the management needs of the facility.  Often times keepers are required to maintain protocols that do not allow the animals to choose what is best for themselves.  For winter denning in bears, many factors must align for denning to occur, and no one knows better than the bears themselves if all those factors are in line (Poulsen, 2008).  The onset of winter is a time of reduced food abundance, and food reduction for denning should follow the bears’ cues.\n\n<img class="alignleft size-full wp-image-808" title="bear-in-snow" src="http://aecetia.net/gws/aazk/wp-content/uploads/bear-in-snow.jpg" alt="bear-in-snow" width="288" height="216" />\n\n<strong>Killisnoo Bear showing increasing lethargy by\nresting on a log in the exhibit in January 2009.\n(Photo by Christine Fenwick)</strong>\n\nFortress of the Bear is home to two male, brother, brown bear cubs, Killisnoo and Chaik, who turned two in the winter of 2008-2009.  The exhibit has full exposure to the elements, and the bears are exposed to year-round weather patterns, vegetation changes, and temperature changes.  The den is completely enclosed providing a private, quiet, dark, and dry space.  The den is not temperature controlled, and its temperature is roughly the same as the ambient temperature.  The bears were observed closely throughout the year to identify behavior patterns, and husbandry protocols were modified based on the behavioral cues from the bears.\n\nThe bears’ behaviors were closely monitored on a daily basis, with observations logged in the daily paperwork.  Keepers watched for:  aggressive behavior, play behaviors, general activity levels, food consumption, and weight fluctuations.   In the fall and winter, behaviors were monitored for denning specific cues that would indicate a change in husbandry.  Denning behavior cues included:  decreased activity levels, decreased play behavior, increased nest building behavior, increased time within the den, and decreased food consumption.  Decreases in behaviors were determined based on a comparison to summer behaviors exhibited by the bears.  Husbandry changed as bear behavior changed.  Average temperatures, daylight hours, and precipitation were recorded for each month.  Kilocalorie content of the diet was figured using averages for kilocalorie content of foods normally fed.  All food is donated, so the types of produce, dog food brand, and meat sources were highly variable.  Average kilocalorie content for food was broken down into produce, dog food, and meat.  With kilocalorie content of all types of produce averaged, all types of possible dog food brands averaged, and all types of meat sources averaged.  Daily nutritional logs were kept to track the diet levels.  Diets consisted of dog food, produce, and meat fed in a 1:1:2 ratio respectively.  Diets were decreased in the fall based on cues from the bears, and kilocalorie content of diet changes was logged.  No supplements were given, and enrichment food was counted as part of the overall diet and calculated into their overall kilocalorie intake.\n\nAugust and September were months of hyperphagia for the bears, and they consumed 14,022 kilocalories per day.  August and September had 16 and 12.5 hours of daylight respectively, and temperatures were 10ºC [50°F].  Due to security concerns the bears were locked within a secure night holding area every night.  They were released into the exhibit at 0730 in the morning, and brought back in for the night at 1930.  The night holding area was set up with extensive enrichment every night to allow them the option to play and interact if they chose to.    They were most active in………', 'Behavior-based Bear Husbandry for Winter Denning:  A practical application at Fortress of the Bear, Sitka, Alaska', 0, '', 'inherit', 'closed', 'closed', '', '807-revision-2', '', '', '2009-10-28 09:05:53', '2009-10-28 14:05:53', '', 807, 'http://aazk.org/uncategorized/807-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (811, 2, '2009-10-28 09:06:02', '2009-10-28 14:06:02', 'By Christine Fenwick, Bear Manager\r\nFortress of the Bear\r\nPO Box 2337, Sitka, AK 99835\r\noso.ursa@yahoo.com\r\n\r\n<strong>Abstract</strong>\r\n<em>Behaviors were closely monitored for two, two-year old, male brown bear (Ursus arctos) cubs at Fortress of the Bear in Sitka, Alaska during the fall, winter, and spring of 2008 and 2009.  Denning behaviors became evident in early November with changes in food consumption, and activity periods.  Food consumption decreased from 14,000 kilocalories per day per bear in September to 4,100 kilocalories per day per bear in November.  Killisnoo and Chaik weighed 200 and 225 kilograms respectively in September.   Daylight hours and daily temperatures decreased in November; however the fall was atypically warm by two to seven degrees Celsius.  Diet consumption reached a low of 1,696 kilocalories per day per bear in late December.    Each bear exhibited its own unique behavioral response to the changes in the captive environment.  Keeper routines changed in response to changes in bear behavior.  Visitor attendance decreased, and other disturbances were also reduced.  In the deepest part of winter, the bears were still eating, defecating, and urinating.  The cubs had decreased activity for parts of the day, and were spending 18 to 20 hours in the den. Food consumption and activity levels returned to normal with the increase in daylight hours and temperatures of March and April.  Most influential on their behavior, was the dynamic relationship between the two cubs.  Although allowed to feed to satiation during the hyperphagia stage of late summer, they may not have had enough fat on them for winter denning.  As cubs, their bodies continued to grow through the winter as they lost fat and gained length and height, emerging from the den 1.5cm taller than when they entered.  There were also uncontrollable outside disturbances, and there may have been other factors affecting their denning behavior.  The bears were fed according to their consumptive needs, given denning space and denning material.</em>\r\n\r\nBehavior-based husbandry utilizes the natural history of an animal to determine the appropriate husbandry practices to best meet their needs.  For brown bears and black bears, there are seasonal changes that affect their behaviors, most notably during the winter, which is naturally a time of denning.  In wild bears that have a sufficient fat layer to allow winter denning, there are three main behavioral cues of winter denning:  1. Decreased food and water consumption, often times ceasing to eat and drink completely; 2. Decreased activity, often spending more time near the den site as winter approaches;  and 3.  Entering a den and remaining in the den for prolonged periods of time, some bears will enter a winter den and remain there for up to six months in the far north (Brown, 2009).   Winter denning is a complex biological and biochemical process influenced by many variables that include, but are not limited to:  acquisition of a sufficient fat layer to survive a winter without food, decreased daylight hours, decreased average daily temperatures, and an appropriate denning site and denning materials.   When all of the factors are present, they produce predictable winter denning behaviors.   These factors are variable and are necessary to meet the changing environment from year to year as winters will differ.  In captive communities, keepers are tasked with making decisions for the animals in their care to best meet the needs of those animals and the management needs of the facility.  Often times keepers are required to maintain protocols that do not allow the animals to choose what is best for themselves.  For winter denning in bears, many factors must align for denning to occur, and no one knows better than the bears themselves if all those factors are in line (Poulsen, 2008).  The onset of winter is a time of reduced food abundance, and food reduction for denning should follow the bears’ cues.\r\n\r\n<img class="alignleft size-full wp-image-808" title="bear-in-snow" src="http://aecetia.net/gws/aazk/wp-content/uploads/bear-in-snow.jpg" alt="bear-in-snow" width="288" height="216" />\r\n\r\n<strong>Killisnoo Bear showing increasing lethargy by\r\nresting on a log in the exhibit in January 2009.\r\n(Photo by Christine Fenwick)</strong>\r\n\r\nFortress of the Bear is home to two male, brother, brown bear cubs, Killisnoo and Chaik, who turned two in the winter of 2008-2009.  The exhibit has full exposure to the elements, and the bears are exposed to year-round weather patterns, vegetation changes, and temperature changes.  The den is completely enclosed providing a private, quiet, dark, and dry space.  The den is not temperature controlled, and its temperature is roughly the same as the ambient temperature.  The bears were observed closely throughout the year to identify behavior patterns, and husbandry protocols were modified based on the behavioral cues from the bears.\r\n\r\nThe bears’ behaviors were closely monitored on a daily basis, with observations logged in the daily paperwork.  Keepers watched for:  aggressive behavior, play behaviors, general activity levels, food consumption, and weight fluctuations.   In the fall and winter, behaviors were monitored for denning specific cues that would indicate a change in husbandry.  Denning behavior cues included:  decreased activity levels, decreased play behavior, increased nest building behavior, increased time within the den, and decreased food consumption.  Decreases in behaviors were determined based on a comparison to summer behaviors exhibited by the bears.  Husbandry changed as bear behavior changed.  Average temperatures, daylight hours, and precipitation were recorded for each month.  Kilocalorie content of the diet was figured using averages for kilocalorie content of foods normally fed.  All food is donated, so the types of produce, dog food brand, and meat sources were highly variable.  Average kilocalorie content for food was broken down into produce, dog food, and meat.  With kilocalorie content of all types of produce averaged, all types of possible dog food brands averaged, and all types of meat sources averaged.  Daily nutritional logs were kept to track the diet levels.  Diets consisted of dog food, produce, and meat fed in a 1:1:2 ratio respectively.  Diets were decreased in the fall based on cues from the bears, and kilocalorie content of diet changes was logged.  No supplements were given, and enrichment food was counted as part of the overall diet and calculated into their overall kilocalorie intake.\r\n\r\nAugust and September were months of hyperphagia for the bears, and they consumed 14,022 kilocalories per day.  August and September had 16 and 12.5 hours of daylight respectively, and temperatures were 10ºC [50°F].  Due to security concerns the bears were locked within a secure night holding area every night.  They were released into the exhibit at 0730 in the morning, and brought back in for the night at 1930.  The night holding area was set up with extensive enrichment every night to allow them the option to play and interact if they chose to.    They were most active in………', 'Behavior-based Bear Husbandry for Winter Denning:  A practical application at Fortress of the Bear, Sitka, Alaska', 0, '', 'inherit', 'closed', 'closed', '', '807-revision-3', '', '', '2009-10-28 09:06:02', '2009-10-28 14:06:02', '', 807, 'http://aazk.org/uncategorized/807-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (812, 2, '2009-10-28 09:07:07', '2009-10-28 14:07:07', 'By Christine Fenwick, Bear Manager\r\nFortress of the Bear\r\nPO Box 2337, Sitka, AK 99835\r\noso.ursa@yahoo.com\r\n\r\n<strong>Abstract</strong>\r\n<em>Behaviors were closely monitored for two, two-year old, male brown bear (Ursus arctos) cubs at Fortress of the Bear in Sitka, Alaska during the fall, winter, and spring of 2008 and 2009.  Denning behaviors became evident in early November with changes in food consumption, and activity periods.  Food consumption decreased from 14,000 kilocalories per day per bear in September to 4,100 kilocalories per day per bear in November.  Killisnoo and Chaik weighed 200 and 225 kilograms respectively in September.   Daylight hours and daily temperatures decreased in November; however the fall was atypically warm by two to seven degrees Celsius.  Diet consumption reached a low of 1,696 kilocalories per day per bear in late December.    Each bear exhibited its own unique behavioral response to the changes in the captive environment.  Keeper routines changed in response to changes in bear behavior.  Visitor attendance decreased, and other disturbances were also reduced.  In the deepest part of winter, the bears were still eating, defecating, and urinating.  The cubs had decreased activity for parts of the day, and were spending 18 to 20 hours in the den. Food consumption and activity levels returned to normal with the increase in daylight hours and temperatures of March and April.  Most influential on their behavior, was the dynamic relationship between the two cubs.  Although allowed to feed to satiation during the hyperphagia stage of late summer, they may not have had enough fat on them for winter denning.  As cubs, their bodies continued to grow through the winter as they lost fat and gained length and height, emerging from the den 1.5cm taller than when they entered.  There were also uncontrollable outside disturbances, and there may have been other factors affecting their denning behavior.  The bears were fed according to their consumptive needs, given denning space and denning material.</em>\r\n\r\nBehavior-based husbandry utilizes the natural history of an animal to determine the appropriate husbandry practices to best meet their needs.  For brown bears and black bears, there are seasonal changes that affect their behaviors, most notably during the winter, which is naturally a time of denning.  In wild bears that have a sufficient fat layer to allow winter denning, there are three main behavioral cues of winter denning:  1. Decreased food and water consumption, often times ceasing to eat and drink completely; 2. Decreased activity, often spending more time near the den site as winter approaches;  and 3.  Entering a den and remaining in the den for prolonged periods of time, some bears will enter a winter den and remain there for up to six months in the far north (Brown, 2009).   Winter denning is a complex biological and biochemical process influenced by many variables that include, but are not limited to:  acquisition of a sufficient fat layer to survive a winter without food, decreased daylight hours, decreased average daily temperatures, and an appropriate denning site and denning materials.   When all of the factors are present, they produce predictable winter denning behaviors.   These factors are variable and are necessary to meet the changing environment from year to year as winters will differ.  In captive communities, keepers are tasked with making decisions for the animals in their care to best meet the needs of those animals and the management needs of the facility.  Often times keepers are required to maintain protocols that do not allow the animals to choose what is best for themselves.  For winter denning in bears, many factors must align for denning to occur, and no one knows better than the bears themselves if all those factors are in line (Poulsen, 2008).  The onset of winter is a time of reduced food abundance, and food reduction for denning should follow the bears’ cues.\r\n\r\n<img class="alignleft size-full wp-image-808" title="bear-in-snow" src="http://aecetia.net/gws/aazk/wp-content/uploads/bear-in-snow.jpg" alt="bear-in-snow" width="288" height="216" />\r\n\r\n<strong>Killisnoo Bear showing increasing lethargy by\r\nresting on a log in the exhibit in January 2009.\r\n(Photo by Christine Fenwick)</strong>\r\n\r\nFortress of the Bear is home to two male, brother, brown bear cubs, Killisnoo and Chaik, who turned two in the winter of 2008-2009.  The exhibit has full exposure to the elements, and the bears are exposed to year-round weather patterns, vegetation changes, and temperature changes.  The den is completely enclosed providing a private, quiet, dark, and dry space.  The den is not temperature controlled, and its temperature is roughly the same as the ambient temperature.  The bears were observed closely throughout the year to identify behavior patterns, and husbandry protocols were modified based on the behavioral cues from the bears.\r\n\r\nThe bears’ behaviors were closely monitored on a daily basis, with observations logged in the daily paperwork.  Keepers watched for:  aggressive behavior, play behaviors, general activity levels, food consumption, and weight fluctuations.   In the fall and winter, behaviors were monitored for denning specific cues that would indicate a change in husbandry.  Denning behavior cues included:  decreased activity levels, decreased play behavior, increased nest building behavior, increased time within the den, and decreased food consumption.  Decreases in behaviors were determined based on a comparison to summer behaviors exhibited by the bears.  Husbandry changed as bear behavior changed.  Average temperatures, daylight hours, and precipitation were recorded for each month.  Kilocalorie content of the diet was figured using averages for kilocalorie content of foods normally fed.  All food is donated, so the types of produce, dog food brand, and meat sources were highly variable.  Average kilocalorie content for food was broken down into produce, dog food, and meat.  With kilocalorie content of all types of produce averaged, all types of possible dog food brands averaged, and all types of meat sources averaged.  Daily nutritional logs were kept to track the diet levels.  Diets consisted of dog food, produce, and meat fed in a 1:1:2 ratio respectively.  Diets were decreased in the fall based on cues from the bears, and kilocalorie content of diet changes was logged.  No supplements were given, and enrichment food was counted as part of the overall diet and calculated into their overall kilocalorie intake.\r\n\r\nAugust and September were months of hyperphagia for the bears, and they consumed 14,022 kilocalories per day.  August and September had 16 and 12.5 hours of daylight respectively, and temperatures were 10ºC [50°F].  Due to security concerns the bears were locked within a secure night holding area every night.  They were released into the exhibit at 0730 in the morning, and brought back in for the night at 1930.  The night holding area was set up with extensive enrichment every night to allow them the option to play and interact if they chose to.    They were most active in………\r\n\r\nWant to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="/join/">JOIN NOW</a>!', 'Behavior-based Bear Husbandry for Winter Denning:  A practical application at Fortress of the Bear, Sitka, Alaska', 0, '', 'inherit', 'closed', 'closed', '', '807-revision-4', '', '', '2009-10-28 09:07:07', '2009-10-28 14:07:07', '', 807, 'http://aazk.org/uncategorized/807-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (813, 2, '2009-10-28 09:09:41', '2009-10-28 14:09:41', '<ul>\n	<li>About the Cover/Information for Contributors</li>\n	<li>Scoops &amp; Scuttlebutt</li>\n	<li>From the President</li>\n	<li>Coming Events</li>\n	<li>Call for Papers for Avian Husbandry Issue</li>\n	<li>AAZK Announces New Members</li>\n	<li>2009 AAZK/AKF Award Recipients</li>\n	<li>Lifetime Achievement Award - Lucy Segerson, North Carolina Zoo</li>\n	<li>Enrichment Options (<em>Enriching Great Apes</em>)</li>\n	<li>Bowling for Rhinos Keeps Critically Endangered Indonesian Rhinos Safe</li>\n	<li>Book Reviews (<em>The Biology of Rattlesnakes; and Common Kingsnakes, A Natural History of Lampropeltis Getula</em>)</li>\n	<li>Rhino Note Card Project</li>\n	<li>Training Tales (<em>Stationing</em>)</li>\n	<li>Zimbabwe\'s Rhinos Under Attack by Poachers</li>\n	<li>Update: Greater One-Horned Rhinos in India and Nepal</li>\n	<li>Experts Form Global Alliance for Amphibian Survival</li>\n	<li>Key Largo Woodrat Program at Disney\'s Animal Kingdom</li>\n	<li>Conservation Station Column (Making the Holidays a Little Bit Greener)</li>\n	<li>Our Last Chance to Save the Rarest Large Mammal on Earth (<em>Reintroducing Northern White Rhinos into the Wild</em>)</li>\n	<li>Conservation/Legislative Update</li>\n</ul>', 'October 2009', 0, '', 'inherit', 'closed', 'closed', '', '692-autosave', '', '', '2009-10-28 09:09:41', '2009-10-28 14:09:41', '', 692, 'http://aazk.org/uncategorized/692-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (814, 2, '2009-10-28 09:15:54', '2009-10-28 14:15:54', '·    About the Cover/Information for Contributors\r\n·    Scoops &amp; Scuttlebutt\r\n·    From the Executive Director\r\n·    In Memorium ~ Gerald “Red” Thomas\r\n·    AAZK, Inc. Thanks Its Chapters for Their Support\r\n·    Coming Events\r\n·    Call For Papers for Avian Husbandry Issue\r\n·    Training Tales (Seeking Submissions)\r\n·    AAZK Announces New Members\r\n·    Letters to the Editor\r\n·    Crisis Management CD Now Available\r\n·    Enrichment Options (Humboldt Penguin Enrichment)\r\n·    Professional Development Grant Report/Info on AAZK Grants Available\r\n·    Assessing Immediate and Long-Term Effects of Environmental Enrichment: Implications for Welfare of African Clawless Otters (<em>Aonyx capensis</em>)\r\n·    Care and Management of Geriatric Animals in Zoos (order info)\r\n·    Book Reviews (<em>Bats in Captivity, Vol. 1 - Biological and Medical Aspects</em>;<em> Handbook of Venoms and Toxins in Reptiles</em>; and\r\n<em>Hey, Mister --Your Alligator’s Loose</em>)\r\n·    ZOOTUBE on Display in 10 U.S. Zoos\r\n·    Behavior-based Bear Husbandry for Winter Denning: A practical application at Fortress of the Bear, Sitka, Alaska\r\n·    Conservation/Legislative Update', 'November 2009', 0, '', 'draft', 'closed', 'closed', '', 'november-2009', '', '', '2013-10-15 17:49:23', '2013-10-15 22:49:23', '', 0, 'http://aazk.org/?p=814', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (815, 2, '2009-10-28 09:12:47', '2009-10-28 14:12:47', '', 'November 2009', 0, '', 'inherit', 'closed', 'closed', '', '814-revision', '', '', '2009-10-28 09:12:47', '2009-10-28 14:12:47', '', 814, 'http://aazk.org/uncategorized/814-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (816, 2, '2009-10-28 09:13:22', '2009-10-28 14:13:22', '·    About the Cover/Information for Contributors\r\n·    Scoops &amp; Scuttlebutt\r\n·    From the Executive Director\r\n·    In Memorium ~ Gerald “Red” Thomas\r\n·    AAZK, Inc. Thanks Its Chapters for Their Support\r\n·    Coming Events\r\n·    Call For Papers for Avian Husbandry Issue\r\n·    Training Tales (Seeking Submissions)\r\n·    AAZK Announces New Members\r\n·    Letters to the Editor\r\n·    Crisis Management CD Now Available\r\n·    Enrichment Options (Humboldt Penguin Enrichment)\r\n·    Professional Development Grant Report/Info on AAZK Grants Available\r\n·    Assessing Immediate and Long-Term Effects of Environmental Enrichment: Implications for Welfare of African Clawless Otters (<em>Aonyx</em> <em>capensis</em>)\r\n·    Care and Management of Geriatric Animals in Zoos (order info)\r\n·    Book Reviews (Bats in Captivity, Vol. 1 - Biological and Medical Aspects;     Handbook of Venoms and Toxins in Reptiles; and\r\nHey, Mister --Your Alligator’s Loose\r\n·    ZOOTUBE on Display in 10 U.S. Zoos\r\n·    Behavior-based Bear Husbandry for Winter Denning: A practical application at Fortress of the Bear, Sitka, Alaska\r\n·    Conservation/Legislative Update', 'November 2009', 0, '', 'inherit', 'closed', 'closed', '', '814-revision-2', '', '', '2009-10-28 09:13:22', '2009-10-28 14:13:22', '', 814, 'http://aazk.org/uncategorized/814-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (817, 2, '2009-10-28 09:13:50', '2009-10-28 14:13:50', '·    About the Cover/Information for Contributors\r\n·    Scoops &amp; Scuttlebutt\r\n·    From the Executive Director\r\n·    In Memorium ~ Gerald “Red” Thomas\r\n·    AAZK, Inc. Thanks Its Chapters for Their Support\r\n·    Coming Events\r\n·    Call For Papers for Avian Husbandry Issue\r\n·    Training Tales (Seeking Submissions)\r\n·    AAZK Announces New Members\r\n·    Letters to the Editor\r\n·    Crisis Management CD Now Available\r\n·    Enrichment Options (Humboldt Penguin Enrichment)\r\n·    Professional Development Grant Report/Info on AAZK Grants Available\r\n·    Assessing Immediate and Long-Term Effects of Environmental Enrichment: Implications for Welfare of African\r\n\r\nClawless Otters (<em>Aonyx</em> <em>capensis</em>)\r\n·    Care and Management of Geriatric Animals in Zoos (order info)\r\n·    Book Reviews (Bats in Captivity, Vol. 1 - Biological and Medical Aspects;     Handbook of Venoms and Toxins in Reptiles; and\r\nHey, Mister --Your Alligator’s Loose\r\n·    ZOOTUBE on Display in 10 U.S. Zoos\r\n·    Behavior-based Bear Husbandry for Winter Denning: A practical application at Fortress of the Bear, Sitka, Alaska\r\n·    Conservation/Legislative Update', 'November 2009', 0, '', 'inherit', 'closed', 'closed', '', '814-revision-3', '', '', '2009-10-28 09:13:50', '2009-10-28 14:13:50', '', 814, 'http://aazk.org/uncategorized/814-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (818, 2, '2009-10-28 09:16:58', '2009-10-28 14:16:58', '·    About the Cover/Information for Contributors\n·    Scoops &amp; Scuttlebutt\n·    From the Executive Director\n·    In Memorium ~ Gerald “Red” Thomas\n·    AAZK, Inc. Thanks Its Chapters for Their Support\n·    Coming Events\n·    Call For Papers for Avian Husbandry Issue\n·    Training Tales (Seeking Submissions)\n·    AAZK Announces New Members\n·    Letters to the Editor\n·    Crisis Management CD Now Available\n·    Enrichment Options (Humboldt Penguin Enrichment)\n·    Professional Development Grant Report/Info on AAZK Grants Available\n·    Assessing Immediate and Long-Term Effects of Environmental Enrichment: Implications for Welfare of African Clawless Otters (<em>Aonyx capensis</em>)\n·    Care and Management of Geriatric Animals in Zoos (order info)\n·    Book Reviews (<em>Bats in Captivity, Vol. 1 - Biological and Medical Aspects</em>;<em> Handbook of Venoms and Toxins in Reptiles</em>; and\n<em>Hey, Mister --Your Alligator’s Loose</em>)\n·    ZOOTUBE on Display in 10 U.S. Zoos\n·    Behavior-based Bear Husbandry for Winter Denning: A practical application at Fortress of the Bear, Sitka, Alaska\n·    Conservation/Legislative Update', 'November 2009', 0, '', 'inherit', 'closed', 'closed', '', '814-autosave', '', '', '2009-10-28 09:16:58', '2009-10-28 14:16:58', '', 814, 'http://aazk.org/uncategorized/814-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (820, 2, '2009-10-28 22:25:30', '2009-10-29 03:25:30', '<img class="size-medium wp-image-825 alignnone" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options-300x117.jpg" alt="enrichment_options" width="300" height="117" />\r\n\r\n<em>By Heather Neldner, Zookeeper\r\nMilwaukee County Zoological Gardens, Milwaukee, WI</em>\r\n\r\nIn September of 2005, we started an enrichment program for the flock of Humboldt penguins (<em>Spheniscus humboldti</em>) at the Milwaukee County Zoo with the goals of encouraging the birds to swim and to interact with each other more. Two of the birds (Houdini &amp; Arisco) have chronic foot issues and we were hoping they would improve with more swimming.\r\n\r\nThe Milwaukee County Zoo’s Humboldt Penguin exhibit is the first exhibit guests see when entering the zoo. It is an open air exhibit, with a large rocky structure and a 15,000-gallon pool. The birds have access to the exhibit and indoor holding area 24/7 all year long. We currently house 6.5 penguins with the oldest bird being 23 years old and the youngest having hatched in May of 2008.  Prior to starting a formal enrichment program for the birds, they were only offered a Boomer Ball®, some plastic bottles with colored objects sealed inside them, and ice blocks once in a while to play with. Most of their enrichment was in the form of interacting with the public through the glass viewing windows.\r\n\r\nThe first step in the enrichment program process was to complete the paperwork to obtain approval, via a three-level process, for the items we chose.  The first level is obtaining supervisor approval, then it moves on to our curator for second approval, and then on to the veterinarian for final approval. Currently we have 30 items approved for our birds but not all of the items have been utilized as yet. Most of the items are dog toys because they are very durable and most of them float.\r\n\r\nToys are only given in the pool while we can supervise the birds to make sure they interact with them appropriately.  This also gives us the opportunity to do enrichment talks during this time, if the public seems interested in what is going on. We are also hoping (and it has seemed effective) that if toys are not in the pool all the time, people will be less likely to toss items in the pool. If a bird is held inside away from the others for any reason (sickness, medical work-ups, weaning, etc) they can have a durable toy, such as a Boomer Ball®, plastic keys or a confetti bottle all the time to play with to prevent boredom. Our Graphics Department has made us a fantastic sign that explains enrichment to the public and explains why toys are only given when supervised.\r\n<img class="size-full wp-image-823 alignnone" title="penguin-photo" src="http://aecetia.net/gws/aazk/wp-content/uploads/penguin-photo.jpg" alt="penguin-photo" width="288" height="243" />\r\n\r\n<strong></strong>\r\n\r\n<strong>Mariano playing with a fabric Frisbee® (Photo: H. Neldner)</strong>\r\n\r\nIt is very rare that we have any aggression between the birds (exhibited as displacement, or chasing) when playing with the toys. They all appear to “share” the toys pretty well. Most of the birds have shown a high level of interest in the toys and rarely do any birds show fear or avoidance of a new item. If the birds appear to be avoiding a toy, I will play with the toy myself to demonstrate it is “ok” and will encourage them to join me. Usually this does the trick and the more curious penguins will start playing with the toy, with the others occasionally joining later.\r\n\r\nToys are rotated often since the penguins do seem to get bored with individual toys if they are offered too frequently and will stop interacting with those items.  We have made an enrichment calendar to help coordinate this.  Alternatively, the birds never seem to get tired of some toys.  These include a small white Boomer Ball®, bubbles, confetti bottles and a tennis ball turtle. Their play sessions don’t always last a long time, with a notable decrease in interactions with the toys after about 15 minutes or so frequently observed. If we sit outside and encourage the play, with praise and by interacting with the birds and the toy - for example, tossing the Frisbee® out for Houdini to “fetch” -  this will encourage the birds to stay in the water longer and play with the items more. If there is a large crowd of people out by the exhibit cheering the birds on, they will play with the toys longer and more vigorously. They appear to enjoy the attention!\r\n\r\nSome of their favorite toys include:  tennis ball turtle, tennis ball dumbbell, fabric Frisbee®, confetti bottle (Neldner, 2008), small Boomer Ball®, and floating plastic dumbbell. Houdini frequently puts the floating dumbbell on his back and……………\r\n\r\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="/join/">JOIN NOW</a>!</strong>', 'Making a Splash! Humboldt Penguin Enrichment at the Milwaukee County Zoo', 0, '', 'draft', 'closed', 'closed', '', 'making-a-splash-humboldt-penguin-enrichment-at-the-milwaukee-county-zoo', '', '', '2013-10-15 17:49:23', '2013-10-15 22:49:23', '', 0, 'http://aazk.org/?p=820', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (829, 2, '2009-10-28 22:21:26', '2009-10-29 03:21:26', '<img class="alignleft size-medium wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options-300x117.jpg" alt="enrichment_options" width="300" height="117" />\r\n\r\n<em>By Heather Neldner, Zookeeper\r\nMilwaukee County Zoological Gardens, Milwaukee, WI</em>\r\n\r\nIn September of 2005, we started an enrichment program for the flock of Humboldt penguins (<em>Spheniscus humboldti</em>) at the Milwaukee County Zoo with the goals of encouraging the birds to swim and to interact with each other more. Two of the birds (Houdini &amp; Arisco) have chronic foot issues and we were hoping they would improve with more swimming.\r\n\r\nThe Milwaukee County Zoo’s Humboldt Penguin exhibit is the first exhibit guests see when entering the zoo. It is an open air exhibit, with a large rocky structure and a 15,000-gallon pool. The birds have access to the exhibit and indoor holding area 24/7 all year long. We currently house 6.5 penguins with the oldest bird being 23 years old and the youngest having hatched in May of 2008.  Prior to starting a formal enrichment program for the birds, they were only offered a Boomer Ball®, some plastic bottles with colored objects sealed inside them, and ice blocks once in a while to play with. Most of their enrichment was in the form of interacting with the public through the glass viewing windows.\r\n\r\nThe first step in the enrichment program process was to complete the paperwork to obtain approval, via a three-level process, for the items we chose.  The first level is obtaining supervisor approval, then it moves on to our curator for second approval, and then on to the veterinarian for final approval. Currently we have 30 items approved for our birds but not all of the items have been utilized as yet. Most of the items are dog toys because they are very durable and most of them float.\r\n\r\nToys are only given in the pool while we can supervise the birds to make sure they interact with them appropriately.  This also gives us the opportunity to do enrichment talks during this time, if the public seems interested in what is going on. We are also hoping (and it has seemed effective) that if toys are not in the pool all the time, people will be less likely to toss items in the pool. If a bird is held inside away from the others for any reason (sickness, medical work-ups, weaning, etc) they can have a durable toy, such as a Boomer Ball®, plastic keys or a confetti bottle all the time to play with to prevent boredom. Our Graphics Department has made us a fantastic sign that explains enrichment to the public and explains why toys are only given when supervised.\r\n<img class="alignleft size-full wp-image-823" title="penguin-photo" src="http://aecetia.net/gws/aazk/wp-content/uploads/penguin-photo.jpg" alt="penguin-photo" width="288" height="243" />\r\n\r\n<strong></strong>\r\n\r\n<strong>Mariano playing with a fabric Frisbee® (Photo: H. Neldner)</strong>\r\n\r\nIt is very rare that we have any aggression between the birds (exhibited as displacement, or chasing) when playing with the toys. They all appear to “share” the toys pretty well. Most of the birds have shown a high level of interest in the toys and rarely do any birds show fear or avoidance of a new item. If the birds appear to be avoiding a toy, I will play with the toy myself to demonstrate it is “ok” and will encourage them to join me. Usually this does the trick and the more curious penguins will start playing with the toy, with the others occasionally joining later.\r\n\r\nToys are rotated often since the penguins do seem to get bored with individual toys if they are offered too frequently and will stop interacting with those items.  We have made an enrichment calendar to help coordinate this.  Alternatively, the birds never seem to get tired of some toys.  These include a small white Boomer Ball®, bubbles, confetti bottles and a tennis ball turtle. Their play sessions don’t always last a long time, with a notable decrease in interactions with the toys after about 15 minutes or so frequently observed. If we sit outside and encourage the play, with praise and by interacting with the birds and the toy - for example, tossing the Frisbee® out for Houdini to “fetch” -  this will encourage the birds to stay in the water longer and play with the items more. If there is a large crowd of people out by the exhibit cheering the birds on, they will play with the toys longer and more vigorously. They appear to enjoy the attention!\r\n\r\nSome of their favorite toys include:  tennis ball turtle, tennis ball dumbbell, fabric Frisbee®, confetti bottle (Neldner, 2008), small Boomer Ball®, and floating plastic dumbbell. Houdini frequently puts the floating dumbbell on his back and……………', 'Making a Splash! Humboldt Penguin Enrichment at the Milwaukee County Zoo', 0, '', 'inherit', 'closed', 'closed', '', '820-revision-7', '', '', '2009-10-28 22:21:26', '2009-10-29 03:21:26', '', 820, 'http://aazk.org/uncategorized/820-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (828, 2, '2009-10-28 22:20:10', '2009-10-29 03:20:10', '<img class="alignleft size-medium wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options-300x117.jpg" alt="enrichment_options" width="300" height="117" />\r\n\r\n<em>By Heather Neldner, Zookeeper\r\nMilwaukee County Zoological Gardens, Milwaukee, WI</em>\r\n\r\nIn September of 2005, we started an enrichment program for the flock of Humboldt penguins (<em>Spheniscus humboldti</em>) at the Milwaukee County Zoo with the goals of encouraging the birds to swim and to interact with each other more. Two of the birds (Houdini &amp; Arisco) have chronic foot issues and we were hoping they would improve with more swimming.\r\n\r\nThe Milwaukee County Zoo’s Humboldt Penguin exhibit is the first exhibit guests see when entering the zoo. It is an open air exhibit, with a large rocky structure and a 15,000-gallon pool. The birds have access to the exhibit and indoor holding area 24/7 all year long. We currently house 6.5 penguins with the oldest bird being 23 years old and the youngest having hatched in May of 2008.  Prior to starting a formal enrichment program for the birds, they were only offered a Boomer Ball®, some plastic bottles with colored objects sealed inside them, and ice blocks once in a while to play with. Most of their enrichment was in the form of interacting with the public through the glass viewing windows.\r\n\r\nThe first step in the enrichment program process was to complete the paperwork to obtain approval, via a three-level process, for the items we chose.  The first level is obtaining supervisor approval, then it moves on to our curator for second approval, and then on to the veterinarian for final approval. Currently we have 30 items approved for our birds but not all of the items have been utilized as yet. Most of the items are dog toys because they are very durable and most of them float.\r\n\r\nToys are only given in the pool while we can supervise the birds to make sure they interact with them appropriately.  This also gives us the opportunity to do enrichment talks during this time, if the public seems interested in what is going on. We are also hoping (and it has seemed effective) that if toys are not in the pool all the time, people will be less likely to toss items in the pool. If a bird is held inside away from the others for any reason (sickness, medical work-ups, weaning, etc) they can have a durable toy, such as a Boomer Ball®, plastic keys or a confetti bottle all the time to play with to prevent boredom. Our Graphics Department has made us a fantastic sign that explains enrichment to the public and explains why toys are only given when supervised.\r\n\r\n<span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; letter-spacing: -0.8pt;"><img class="alignleft size-full wp-image-823" title="penguin-photo" src="http://aecetia.net/gws/aazk/wp-content/uploads/penguin-photo.jpg" alt="penguin-photo" width="288" height="243" />\r\n</span>\r\n\r\n<span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; letter-spacing: -0.8pt;"><strong>Mariano playing with a fabric Frisbee® (Photo: H. Neldner)</strong>\r\n</span>\r\n\r\nIt is very rare that we have any aggression between the birds (exhibited as displacement, or chasing) when playing with the toys. They all appear to “share” the toys pretty well. Most of the birds have shown a high level of interest in the toys and rarely do any birds show fear or avoidance of a new item. If the birds appear to be avoiding a toy, I will play with the toy myself to demonstrate it is “ok” and will encourage them to join me. Usually this does the trick and the more curious penguins will start playing with the toy, with the others occasionally joining later.\r\n\r\nToys are rotated often since the penguins do seem to get bored with individual toys if they are offered too frequently and will stop interacting with those items.  We have made an enrichment calendar to help coordinate this.  Alternatively, the birds never seem to get tired of some toys.  These include a small white Boomer Ball®, bubbles, confetti bottles and a tennis ball turtle. Their play sessions don’t always last a long time, with a notable decrease in interactions with the toys after about 15 minutes or so frequently observed. If we sit outside and encourage the play, with praise and by interacting with the birds and the toy - for example, tossing the Frisbee® out for Houdini to “fetch” -  this will encourage the birds to stay in the water longer and play with the items more. If there is a large crowd of people out by the exhibit cheering the birds on, they will play with the toys longer and more vigorously. They appear to enjoy the attention!\r\n\r\nSome of their favorite toys include:  tennis ball turtle, tennis ball dumbbell, fabric Frisbee®, confetti bottle (Neldner, 2008), small Boomer Ball®, and floating plastic dumbbell. Houdini frequently puts the floating dumbbell on his back and……………', 'Making a Splash! Humboldt Penguin Enrichment at the Milwaukee County Zoo', 0, '', 'inherit', 'closed', 'closed', '', '820-revision-6', '', '', '2009-10-28 22:20:10', '2009-10-29 03:20:10', '', 820, 'http://aazk.org/uncategorized/820-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (830, 2, '2009-10-28 22:22:46', '2009-10-29 03:22:46', '<img class="alignleft size-medium wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options-300x117.jpg" alt="enrichment_options" width="300" height="117" />\n\n<em>By Heather Neldner, Zookeeper\nMilwaukee County Zoological Gardens, Milwaukee, WI</em>\n\nIn September of 2005, we started an enrichment program for the flock of Humboldt penguins (<em>Spheniscus humboldti</em>) at the Milwaukee County Zoo with the goals of encouraging the birds to swim and to interact with each other more. Two of the birds (Houdini &amp; Arisco) have chronic foot issues and we were hoping they would improve with more swimming.\n\nThe Milwaukee County Zoo’s Humboldt Penguin exhibit is the first exhibit guests see when entering the zoo. It is an open air exhibit, with a large rocky structure and a 15,000-gallon pool. The birds have access to the exhibit and indoor holding area 24/7 all year long. We currently house 6.5 penguins with the oldest bird being 23 years old and the youngest having hatched in May of 2008.  Prior to starting a formal enrichment program for the birds, they were only offered a Boomer Ball®, some plastic bottles with colored objects sealed inside them, and ice blocks once in a while to play with. Most of their enrichment was in the form of interacting with the public through the glass viewing windows.\n\nThe first step in the enrichment program process was to complete the paperwork to obtain approval, via a three-level process, for the items we chose.  The first level is obtaining supervisor approval, then it moves on to our curator for second approval, and then on to the veterinarian for final approval. Currently we have 30 items approved for our birds but not all of the items have been utilized as yet. Most of the items are dog toys because they are very durable and most of them float.\n\nToys are only given in the pool while we can supervise the birds to make sure they interact with them appropriately.  This also gives us the opportunity to do enrichment talks during this time, if the public seems interested in what is going on. We are also hoping (and it has seemed effective) that if toys are not in the pool all the time, people will be less likely to toss items in the pool. If a bird is held inside away from the others for any reason (sickness, medical work-ups, weaning, etc) they can have a durable toy, such as a Boomer Ball®, plastic keys or a confetti bottle all the time to play with to prevent boredom. Our Graphics Department has made us a fantastic sign that explains enrichment to the public and explains why toys are only given when supervised.\n<img class="alignleft size-full wp-image-823" title="penguin-photo" src="http://aecetia.net/gws/aazk/wp-content/uploads/penguin-photo.jpg" alt="penguin-photo" width="288" height="243" />\n\n<strong></strong>\n\n<strong>Mariano playing with a fabric Frisbee® (Photo: H. Neldner)</strong>\n\nIt is very rare that we have any aggression between the birds (exhibited as displacement, or chasing) when playing with the toys. They all appear to “share” the toys pretty well. Most of the birds have shown a high level of interest in the toys and rarely do any birds show fear or avoidance of a new item. If the birds appear to be avoiding a toy, I will play with the toy myself to demonstrate it is “ok” and will encourage them to join me. Usually this does the trick and the more curious penguins will start playing with the toy, with the others occasionally joining later.\n\nToys are rotated often since the penguins do seem to get bored with individual toys if they are offered too frequently and will stop interacting with those items.  We have made an enrichment calendar to help coordinate this.  Alternatively, the birds never seem to get tired of some toys.  These include a small white Boomer Ball®, bubbles, confetti bottles and a tennis ball turtle. Their play sessions don’t always last a long time, with a notable decrease in interactions with the toys after about 15 minutes or so frequently observed. If we sit outside and encourage the play, with praise and by interacting with the birds and the toy - for example, tossing the Frisbee® out for Houdini to “fetch” -  this will encourage the birds to stay in the water longer and play with the items more. If there is a large crowd of people out by the exhibit cheering the birds on, they will play with the toys longer and more vigorously. They appear to enjoy the attention!\n\nSome of their favorite toys include:  tennis ball turtle, tennis ball dumbbell, fabric Frisbee®, confetti bottle (Neldner, 2008), small Boomer Ball®, and floating plastic dumbbell. Houdini frequently puts the floating dumbbell on his back and……………', 'Making a Splash! Humboldt Penguin Enrichment at the Milwaukee County Zoo', 0, '', 'inherit', 'closed', 'closed', '', '820-revision-8', '', '', '2009-10-28 22:22:46', '2009-10-29 03:22:46', '', 820, 'http://aazk.org/uncategorized/820-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (831, 2, '2009-10-28 22:23:47', '2009-10-29 03:23:47', '<img class="size-medium wp-image-825 alignnone" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options-300x117.jpg" alt="enrichment_options" width="300" height="117" />\n\n<em>By Heather Neldner, Zookeeper\nMilwaukee County Zoological Gardens, Milwaukee, WI</em>\n\nIn September of 2005, we started an enrichment program for the flock of Humboldt penguins (<em>Spheniscus humboldti</em>) at the Milwaukee County Zoo with the goals of encouraging the birds to swim and to interact with each other more. Two of the birds (Houdini &amp; Arisco) have chronic foot issues and we were hoping they would improve with more swimming.\n\nThe Milwaukee County Zoo’s Humboldt Penguin exhibit is the first exhibit guests see when entering the zoo. It is an open air exhibit, with a large rocky structure and a 15,000-gallon pool. The birds have access to the exhibit and indoor holding area 24/7 all year long. We currently house 6.5 penguins with the oldest bird being 23 years old and the youngest having hatched in May of 2008.  Prior to starting a formal enrichment program for the birds, they were only offered a Boomer Ball®, some plastic bottles with colored objects sealed inside them, and ice blocks once in a while to play with. Most of their enrichment was in the form of interacting with the public through the glass viewing windows.\n\nThe first step in the enrichment program process was to complete the paperwork to obtain approval, via a three-level process, for the items we chose.  The first level is obtaining supervisor approval, then it moves on to our curator for second approval, and then on to the veterinarian for final approval. Currently we have 30 items approved for our birds but not all of the items have been utilized as yet. Most of the items are dog toys because they are very durable and most of them float.\n\nToys are only given in the pool while we can supervise the birds to make sure they interact with them appropriately.  This also gives us the opportunity to do enrichment talks during this time, if the public seems interested in what is going on. We are also hoping (and it has seemed effective) that if toys are not in the pool all the time, people will be less likely to toss items in the pool. If a bird is held inside away from the others for any reason (sickness, medical work-ups, weaning, etc) they can have a durable toy, such as a Boomer Ball®, plastic keys or a confetti bottle all the time to play with to prevent boredom. Our Graphics Department has made us a fantastic sign that explains enrichment to the public and explains why toys are only given when supervised.\n<img class="size-full wp-image-823 alignnone" title="penguin-photo" src="http://aecetia.net/gws/aazk/wp-content/uploads/penguin-photo.jpg" alt="penguin-photo" width="288" height="243" />\n\n<strong></strong>\n\n<strong>Mariano playing with a fabric Frisbee® (Photo: H. Neldner)</strong>\n\nIt is very rare that we have any aggression between the birds (exhibited as displacement, or chasing) when playing with the toys. They all appear to “share” the toys pretty well. Most of the birds have shown a high level of interest in the toys and rarely do any birds show fear or avoidance of a new item. If the birds appear to be avoiding a toy, I will play with the toy myself to demonstrate it is “ok” and will encourage them to join me. Usually this does the trick and the more curious penguins will start playing with the toy, with the others occasionally joining later.\n\nToys are rotated often since the penguins do seem to get bored with individual toys if they are offered too frequently and will stop interacting with those items.  We have made an enrichment calendar to help coordinate this.  Alternatively, the birds never seem to get tired of some toys.  These include a small white Boomer Ball®, bubbles, confetti bottles and a tennis ball turtle. Their play sessions don’t always last a long time, with a notable decrease in interactions with the toys after about 15 minutes or so frequently observed. If we sit outside and encourage the play, with praise and by interacting with the birds and the toy - for example, tossing the Frisbee® out for Houdini to “fetch” -  this will encourage the birds to stay in the water longer and play with the items more. If there is a large crowd of people out by the exhibit cheering the birds on, they will play with the toys longer and more vigorously. They appear to enjoy the attention!\n\nSome of their favorite toys include:  tennis ball turtle, tennis ball dumbbell, fabric Frisbee®, confetti bottle (Neldner, 2008), small Boomer Ball®, and floating plastic dumbbell. Houdini frequently puts the floating dumbbell on his back and……………', 'Making a Splash! Humboldt Penguin Enrichment at the Milwaukee County Zoo', 0, '', 'inherit', 'closed', 'closed', '', '820-revision-9', '', '', '2009-10-28 22:23:47', '2009-10-29 03:23:47', '', 820, 'http://aazk.org/uncategorized/820-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (821, 2, '2009-10-28 22:11:21', '2009-10-29 03:11:21', '<!--[if !mso]> <style>\nv:* {behavior:url(#default#VML);}\no:* {behavior:url(#default#VML);}\nw:* {behavior:url(#default#VML);}\n.shape {behavior:url(#default#VML);}\n</style> <![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--> &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face 	{font-family:Cambria; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073741899 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	mso-bidi-font-size:10.0pt; 	font-family:"Cambria","serif"; 	mso-fareast-font-family:Cambria; 	mso-bidi-font-family:"Times New Roman";} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	font-size:10.0pt; 	mso-ansi-font-size:10.0pt; 	mso-bidi-font-size:10.0pt; 	mso-ascii-font-family:Cambria; 	mso-fareast-font-family:Cambria; 	mso-hansi-font-family:Cambria;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; <!--[if gte mso 10]> <style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:"Table Normal";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-qformat:yes;\n	mso-style-parent:"";\n	mso-padding-alt:0in 5.4pt 0in 5.4pt;\n	mso-para-margin:0in;\n	mso-para-margin-bottom:.0001pt;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:"Calibri","sans-serif";\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-fareast-font-family:"Times New Roman";\n	mso-fareast-theme-font:minor-fareast;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-bidi-font-family:"Times New Roman";\n	mso-bidi-theme-font:minor-bidi;}\n</style> <![endif]--><strong><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; letter-spacing: -0.8pt;"><!--[if gte vml 1]><v:shapetype id="_x0000_t75"  coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe"  filled="f" stroked="f"> <v:stroke joinstyle="miter" /> <v:formulas> <v:f eqn="if lineDrawn pixelLineWidth 0" /> <v:f eqn="sum @0 1 0" /> <v:f eqn="sum 0 0 @1" /> <v:f eqn="prod @2 1 2" /> <v:f eqn="prod @3 21600 pixelWidth" /> <v:f eqn="prod @3 21600 pixelHeight" /> <v:f eqn="sum @0 0 1" /> <v:f eqn="prod @6 1 2" /> <v:f eqn="prod @7 21600 pixelWidth" /> <v:f eqn="sum @8 21600 0" /> <v:f eqn="prod @7 21600 pixelHeight" /> <v:f eqn="sum @10 21600 0" /> </v:formulas> <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect" /> <o:lock v:ext="edit" aspectratio="t" /> </v:shapetype><v:shape id="Picture_x0020_1" o:spid="_x0000_i1025" type="#_x0000_t75"  style=\'width:302.25pt;height:117.75pt;visibility:visible\'> <v:imagedata src="file:///C:UsersDeniseAppDataLocalTempmsohtmlclip1\01clip_image001.png"   o:title="" /> </v:shape><![endif]--><!--[if !vml]-->\n\nBy Heather Neldner, Zookeeper\nMilwaukee County Zoological Gardens, Milwaukee, WI\n\nIn September of 2005, we started an enrichment program for the flock of Humboldt penguins (Spheniscus humboldti) at the Milwaukee County Zoo with the goals of encouraging the birds to swim and to interact with each other more. Two of the birds (Houdini &amp; Arisco) have chronic foot issues and we were hoping they would improve with more swimming.\n\nThe Milwaukee County Zoo’s Humboldt Penguin exhibit is the first exhibit guests see when entering the zoo. It is an open air exhibit, with a large rocky structure and a 15,000-gallon pool. The birds have access to the exhibit and indoor holding area 24/7 all year long. We currently house 6.5 penguins with the oldest bird being 23 years old and the youngest having hatched in May of 2008.  Prior to starting a formal enrichment program for the birds, they were only offered a Boomer Ball®, some plastic bottles with colored objects sealed inside them, and ice blocks once in a while to play with. Most of their enrichment was in the form of interacting with the public through the glass viewing windows.\n\nThe first step in the enrichment program process was to complete the paperwork to obtain approval, via a three-level process, for the items we chose.  The first level is obtaining supervisor approval, then it moves on to our curator for second approval, and then on to the veterinarian for final approval. Currently we have 30 items approved for our birds but not all of the items have been utilized as yet. Most of the items are dog toys because they are very durable and most of them float.\n\nToys are only given in the pool while we can supervise the birds to make sure they interact with them appropriately.  This also gives us the opportunity to do enrichment talks during this time, if the public seems interested in what is going on. We are also hoping (and it has seemed effective) that if toys are not in the pool all the time, people will be less likely to toss items in the pool. If a bird is held inside away from the others for any reason (sickness, medical work-ups, weaning, etc) they can have a durable toy, such as a Boomer Ball®, plastic keys or a confetti bottle all the time to play with to prevent boredom. Our Graphics Department has made us a fantastic sign that explains enrichment to the public and explains why toys are only given when supervised.\nMariano playing with a fabric Frisbee® (Photo: H. Neldner)\n\nIt is very rare that we have any aggression between the birds (exhibited as displacement, or chasing) when playing with the toys. They all appear to “share” the toys pretty well. Most of the birds have shown a high level of interest in the toys and rarely do any birds show fear or avoidance of a new item. If the birds appear to be avoiding a toy, I will play with the toy myself to demonstrate it is “ok” and will encourage them to join me. Usually this does the trick and the more curious penguins will start playing with the toy, with the others occasionally joining later.\n\nToys are rotated often since the penguins do seem to get bored with individual toys if they are offered too frequently and will stop interacting with those items.  We have made an enrichment calendar to help coordinate this.  Alternatively, the birds never seem to get tired of some toys.  These include a small white Boomer Ball®, bubbles, confetti bottles and a tennis ball turtle. Their play sessions don’t always last a long time, with a notable decrease in interactions with the toys after about 15 minutes or so frequently observed. If we sit outside and encourage the play, with praise and by interacting with the birds and the toy - for example, tossing the Frisbee® out for Houdini to “fetch” -  this will encourage the birds to stay in the water longer and play with the items more. If there is a large crowd of people out by the exhibit cheering the birds on, they will play with the toys longer and more vigorously. They appear to enjoy the attention!\n\nSome of their favorite toys include:  tennis ball turtle, tennis ball dumbbell, fabric Frisbee®, confetti bottle (Neldner, 2008), small Boomer Ball®, and floating plastic dumbbell. Houdini frequently puts the floating dumbbell on his back and……………\nWant to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. JOIN NOW! <!--[endif]--></span></strong>', 'Making a Splash! Humboldt Penguin Enrichment at the Milwaukee County Zoo', 0, '', 'inherit', 'closed', 'closed', '', '820-revision', '', '', '2009-10-28 22:11:21', '2009-10-29 03:11:21', '', 820, 'http://aazk.org/uncategorized/820-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (822, 2, '2009-10-28 22:12:21', '2009-10-29 03:12:21', '<!--[if !mso]> <style>\nv:* {behavior:url(#default#VML);}\no:* {behavior:url(#default#VML);}\nw:* {behavior:url(#default#VML);}\n.shape {behavior:url(#default#VML);}\n</style> <![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--> &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face 	{font-family:Cambria; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073741899 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	mso-bidi-font-size:10.0pt; 	font-family:"Cambria","serif"; 	mso-fareast-font-family:Cambria; 	mso-bidi-font-family:"Times New Roman";} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	font-size:10.0pt; 	mso-ansi-font-size:10.0pt; 	mso-bidi-font-size:10.0pt; 	mso-ascii-font-family:Cambria; 	mso-fareast-font-family:Cambria; 	mso-hansi-font-family:Cambria;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; <!--[if gte mso 10]> <style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:"Table Normal";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-qformat:yes;\n	mso-style-parent:"";\n	mso-padding-alt:0in 5.4pt 0in 5.4pt;\n	mso-para-margin:0in;\n	mso-para-margin-bottom:.0001pt;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:"Calibri","sans-serif";\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-fareast-font-family:"Times New Roman";\n	mso-fareast-theme-font:minor-fareast;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-bidi-font-family:"Times New Roman";\n	mso-bidi-theme-font:minor-bidi;}\n</style> <![endif]--><strong><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; letter-spacing: -0.8pt;"><!--[if gte vml 1]><v:shapetype id="_x0000_t75"  coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe"  filled="f" stroked="f"> <v:stroke joinstyle="miter" /> <v:formulas> <v:f eqn="if lineDrawn pixelLineWidth 0" /> <v:f eqn="sum @0 1 0" /> <v:f eqn="sum 0 0 @1" /> <v:f eqn="prod @2 1 2" /> <v:f eqn="prod @3 21600 pixelWidth" /> <v:f eqn="prod @3 21600 pixelHeight" /> <v:f eqn="sum @0 0 1" /> <v:f eqn="prod @6 1 2" /> <v:f eqn="prod @7 21600 pixelWidth" /> <v:f eqn="sum @8 21600 0" /> <v:f eqn="prod @7 21600 pixelHeight" /> <v:f eqn="sum @10 21600 0" /> </v:formulas> <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect" /> <o:lock v:ext="edit" aspectratio="t" /> </v:shapetype><v:shape id="Picture_x0020_1" o:spid="_x0000_i1025" type="#_x0000_t75"  style=\'width:302.25pt;height:117.75pt;visibility:visible\'> <v:imagedata src="file:///C:UsersDeniseAppDataLocalTempmsohtmlclip1\01clip_image001.png"   o:title="" /> </v:shape><![endif]--><!--[if !vml]-->\n</span></strong><strong><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; letter-spacing: -0.8pt;"><!--[endif]--></span></strong>', 'Making a Splash! Humboldt Penguin Enrichment at the Milwaukee County Zoo', 0, '', 'inherit', 'closed', 'closed', '', '820-revision-2', '', '', '2009-10-28 22:12:21', '2009-10-29 03:12:21', '', 820, 'http://aazk.org/uncategorized/820-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (823, 2, '2009-10-28 22:13:42', '2009-10-29 03:13:42', '', 'penguin-photo', 0, '', 'inherit', 'closed', 'closed', '', 'penguin-photo', '', '', '2009-10-28 22:13:42', '2009-10-29 03:13:42', '', 820, 'http://aazk.org/wp-content/uploads/penguin-photo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (824, 2, '2009-10-28 22:12:40', '2009-10-29 03:12:40', '<!--[if !mso]> <style>\r\nv:* {behavior:url(#default#VML);}\r\no:* {behavior:url(#default#VML);}\r\nw:* {behavior:url(#default#VML);}\r\n.shape {behavior:url(#default#VML);}\r\n</style> <![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--> &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face 	{font-family:Cambria; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073741899 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	mso-bidi-font-size:10.0pt; 	font-family:"Cambria","serif"; 	mso-fareast-font-family:Cambria; 	mso-bidi-font-family:"Times New Roman";} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	font-size:10.0pt; 	mso-ansi-font-size:10.0pt; 	mso-bidi-font-size:10.0pt; 	mso-ascii-font-family:Cambria; 	mso-fareast-font-family:Cambria; 	mso-hansi-font-family:Cambria;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; <!--[if gte mso 10]> <style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:"Table Normal";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-qformat:yes;\r\n	mso-style-parent:"";\r\n	mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n	mso-para-margin:0in;\r\n	mso-para-margin-bottom:.0001pt;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:"Calibri","sans-serif";\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-fareast-font-family:"Times New Roman";\r\n	mso-fareast-theme-font:minor-fareast;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-bidi-font-family:"Times New Roman";\r\n	mso-bidi-theme-font:minor-bidi;}\r\n</style> <![endif]--><strong><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; letter-spacing: -0.8pt;"><!--[if gte vml 1]><v:shapetype id="_x0000_t75"  coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe"  filled="f" stroked="f"> <v:stroke joinstyle="miter" /> <v:formulas> <v:f eqn="if lineDrawn pixelLineWidth 0" /> <v:f eqn="sum @0 1 0" /> <v:f eqn="sum 0 0 @1" /> <v:f eqn="prod @2 1 2" /> <v:f eqn="prod @3 21600 pixelWidth" /> <v:f eqn="prod @3 21600 pixelHeight" /> <v:f eqn="sum @0 0 1" /> <v:f eqn="prod @6 1 2" /> <v:f eqn="prod @7 21600 pixelWidth" /> <v:f eqn="sum @8 21600 0" /> <v:f eqn="prod @7 21600 pixelHeight" /> <v:f eqn="sum @10 21600 0" /> </v:formulas> <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect" /> <o:lock v:ext="edit" aspectratio="t" /> </v:shapetype><v:shape id="Picture_x0020_1" o:spid="_x0000_i1025" type="#_x0000_t75"  style=\'width:302.25pt;height:117.75pt;visibility:visible\'> <v:imagedata src="file:///C:UsersDeniseAppDataLocalTempmsohtmlclip1\01clip_image001.png"   o:title="" /> </v:shape><![endif]--><!--[if !vml]-->\r\n</span></strong><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; letter-spacing: -0.8pt;">\r\n\r\nBy Heather Neldner, Zookeeper\r\nMilwaukee County Zoological Gardens, Milwaukee, WI\r\n\r\nIn September of 2005, we started an enrichment program for the flock of Humboldt penguins (Spheniscus humboldti) at the Milwaukee County Zoo with the goals of encouraging the birds to swim and to interact with each other more. Two of the birds (Houdini &amp; Arisco) have chronic foot issues and we were hoping they would improve with more swimming.\r\n\r\nThe Milwaukee County Zoo’s Humboldt Penguin exhibit is the first exhibit guests see when entering the zoo. It is an open air exhibit, with a large rocky structure and a 15,000-gallon pool. The birds have access to the exhibit and indoor holding area 24/7 all year long. We currently house 6.5 penguins with the oldest bird being 23 years old and the youngest having hatched in May of 2008.  Prior to starting a formal enrichment program for the birds, they were only offered a Boomer Ball®, some plastic bottles with colored objects sealed inside them, and ice blocks once in a while to play with. Most of their enrichment was in the form of interacting with the public through the glass viewing windows.\r\n\r\nThe first step in the enrichment program process was to complete the paperwork to obtain approval, via a three-level process, for the items we chose.  The first level is obtaining supervisor approval, then it moves on to our curator for second approval, and then on to the veterinarian for final approval. Currently we have 30 items approved for our birds but not all of the items have been utilized as yet. Most of the items are dog toys because they are very durable and most of them float.\r\n\r\nToys are only given in the pool while we can supervise the birds to make sure they interact with them appropriately.  This also gives us the opportunity to do enrichment talks during this time, if the public seems interested in what is going on. We are also hoping (and it has seemed effective) that if toys are not in the pool all the time, people will be less likely to toss items in the pool. If a bird is held inside away from the others for any reason (sickness, medical work-ups, weaning, etc) they can have a durable toy, such as a Boomer Ball®, plastic keys or a confetti bottle all the time to play with to prevent boredom. Our Graphics Department has made us a fantastic sign that explains enrichment to the public and explains why toys are only given when supervised.\r\nMariano playing with a fabric Frisbee® (Photo: H. Neldner)\r\n\r\nIt is very rare that we have any aggression between the birds (exhibited as displacement, or chasing) when playing with the toys. They all appear to “share” the toys pretty well. Most of the birds have shown a high level of interest in the toys and rarely do any birds show fear or avoidance of a new item. If the birds appear to be avoiding a toy, I will play with the toy myself to demonstrate it is “ok” and will encourage them to join me. Usually this does the trick and the more curious penguins will start playing with the toy, with the others occasionally joining later.\r\n\r\nToys are rotated often since the penguins do seem to get bored with individual toys if they are offered too frequently and will stop interacting with those items.  We have made an enrichment calendar to help coordinate this.  Alternatively, the birds never seem to get tired of some toys.  These include a small white Boomer Ball®, bubbles, confetti bottles and a tennis ball turtle. Their play sessions don’t always last a long time, with a notable decrease in interactions with the toys after about 15 minutes or so frequently observed. If we sit outside and encourage the play, with praise and by interacting with the birds and the toy - for example, tossing the Frisbee® out for Houdini to “fetch” -  this will encourage the birds to stay in the water longer and play with the items more. If there is a large crowd of people out by the exhibit cheering the birds on, they will play with the toys longer and more vigorously. They appear to enjoy the attention!\r\n\r\nSome of their favorite toys include:  tennis ball turtle, tennis ball dumbbell, fabric Frisbee®, confetti bottle (Neldner, 2008), small Boomer Ball®, and floating plastic dumbbell. Houdini frequently puts the floating dumbbell on his back and……………\r\nWant to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. JOIN NOW!\r\n</span><strong><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; letter-spacing: -0.8pt;"><!--[endif]--></span></strong>', 'Making a Splash! Humboldt Penguin Enrichment at the Milwaukee County Zoo', 0, '', 'inherit', 'closed', 'closed', '', '820-revision-3', '', '', '2009-10-28 22:12:40', '2009-10-29 03:12:40', '', 820, 'http://aazk.org/uncategorized/820-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (827, 2, '2009-10-28 22:18:06', '2009-10-29 03:18:06', '<img class="alignleft size-medium wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options-300x117.jpg" alt="enrichment_options" width="300" height="117" />\r\n\r\n<em>By Heather Neldner, Zookeeper\r\nMilwaukee County Zoological Gardens, Milwaukee, WI</em>\r\n\r\nIn September of 2005, we started an enrichment program for the flock of Humboldt penguins (Spheniscus humboldti) at the Milwaukee County Zoo with the goals of encouraging the birds to swim and to interact with each other more. Two of the birds (Houdini &amp; Arisco) have chronic foot issues and we were hoping they would improve with more swimming.\r\n\r\nThe Milwaukee County Zoo’s Humboldt Penguin exhibit is the first exhibit guests see when entering the zoo. It is an open air exhibit, with a large rocky structure and a 15,000-gallon pool. The birds have access to the exhibit and indoor holding area 24/7 all year long. We currently house 6.5 penguins with the oldest bird being 23 years old and the youngest having hatched in May of 2008.  Prior to starting a formal enrichment program for the birds, they were only offered a Boomer Ball®, some plastic bottles with colored objects sealed inside them, and ice blocks once in a while to play with. Most of their enrichment was in the form of interacting with the public through the glass viewing windows.\r\n\r\nThe first step in the enrichment program process was to complete the paperwork to obtain approval, via a three-level process, for the items we chose.  The first level is obtaining supervisor approval, then it moves on to our curator for second approval, and then on to the veterinarian for final approval. Currently we have 30 items approved for our birds but not all of the items have been utilized as yet. Most of the items are dog toys because they are very durable and most of them float.\r\n\r\nToys are only given in the pool while we can supervise the birds to make sure they interact with them appropriately.  This also gives us the opportunity to do enrichment talks during this time, if the public seems interested in what is going on. We are also hoping (and it has seemed effective) that if toys are not in the pool all the time, people will be less likely to toss items in the pool. If a bird is held inside away from the others for any reason (sickness, medical work-ups, weaning, etc) they can have a durable toy, such as a Boomer Ball®, plastic keys or a confetti bottle all the time to play with to prevent boredom. Our Graphics Department has made us a fantastic sign that explains enrichment to the public and explains why toys are only given when supervised.\r\n\r\n<span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; letter-spacing: -0.8pt;"><img class="alignleft size-full wp-image-823" title="penguin-photo" src="http://aecetia.net/gws/aazk/wp-content/uploads/penguin-photo.jpg" alt="penguin-photo" width="288" height="243" />\r\n</span>\r\n\r\n<span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; letter-spacing: -0.8pt;"><strong>Mariano playing with a fabric Frisbee® (Photo: H. Neldner)</strong>\r\n</span>\r\n\r\n<span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; letter-spacing: -0.8pt;">It is very rare that we have any aggression between the birds (exhibited as displacement, or chasing) when playing with the toys. They all appear to “share” the toys pretty well. Most of the birds have shown a high level of interest in the toys and rarely do any birds show fear or avoidance of a new item. If the birds appear to be avoiding a toy, I will play with the toy myself to demonstrate it is “ok” and will encourage them to join me. Usually this does the trick and the more curious penguins will start playing with the toy, with the others occasionally joining later.</span>\r\n\r\nToys are rotated often since the penguins do seem to get bored with individual toys if they are offered too frequently and will stop interacting with those items.  We have made an enrichment calendar to help coordinate this.  Alternatively, the birds never seem to get tired of some toys.  These include a small white Boomer Ball®, bubbles, confetti bottles and a tennis ball turtle. Their play sessions don’t always last a long time, with a notable decrease in interactions with the toys after about 15 minutes or so frequently observed. If we sit outside and encourage the play, with praise and by interacting with the birds and the toy - for example, tossing the Frisbee® out for Houdini to “fetch” -  this will encourage the birds to stay in the water longer and play with the items more. If there is a large crowd of people out by the exhibit cheering the birds on, they will play with the toys longer and more vigorously. They appear to enjoy the attention!\r\n\r\nSome of their favorite toys include:  tennis ball turtle, tennis ball dumbbell, fabric Frisbee®, confetti bottle (Neldner, 2008), small Boomer Ball®, and floating plastic dumbbell. Houdini frequently puts the floating dumbbell on his back and……………\r\n\r\n<strong><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; letter-spacing: -0.8pt;"><!--[endif]--></span></strong>', 'Making a Splash! Humboldt Penguin Enrichment at the Milwaukee County Zoo', 0, '', 'inherit', 'closed', 'closed', '', '820-revision-5', '', '', '2009-10-28 22:18:06', '2009-10-29 03:18:06', '', 820, 'http://aazk.org/uncategorized/820-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (825, 2, '2009-10-28 22:17:48', '2009-10-29 03:17:48', '', 'enrichment_options', 0, '', 'inherit', 'closed', 'closed', '', 'enrichment_options', '', '', '2009-10-28 22:17:48', '2009-10-29 03:17:48', '', 820, 'http://aazk.org/wp-content/uploads/enrichment_options.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (826, 2, '2009-10-28 22:14:22', '2009-10-29 03:14:22', '<!--[if !mso]> <style>\r\nv:* {behavior:url(#default#VML);}\r\no:* {behavior:url(#default#VML);}\r\nw:* {behavior:url(#default#VML);}\r\n.shape {behavior:url(#default#VML);}\r\n</style> <![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--> &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face 	{font-family:Cambria; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073741899 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	mso-bidi-font-size:10.0pt; 	font-family:"Cambria","serif"; 	mso-fareast-font-family:Cambria; 	mso-bidi-font-family:"Times New Roman";} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	font-size:10.0pt; 	mso-ansi-font-size:10.0pt; 	mso-bidi-font-size:10.0pt; 	mso-ascii-font-family:Cambria; 	mso-fareast-font-family:Cambria; 	mso-hansi-font-family:Cambria;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; <!--[if gte mso 10]> <style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:"Table Normal";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-qformat:yes;\r\n	mso-style-parent:"";\r\n	mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n	mso-para-margin:0in;\r\n	mso-para-margin-bottom:.0001pt;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:"Calibri","sans-serif";\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-fareast-font-family:"Times New Roman";\r\n	mso-fareast-theme-font:minor-fareast;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-bidi-font-family:"Times New Roman";\r\n	mso-bidi-theme-font:minor-bidi;}\r\n</style> <![endif]--><strong><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; letter-spacing: -0.8pt;"><!--[if gte vml 1]><v:shapetype id="_x0000_t75"  coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe"  filled="f" stroked="f"> <v:stroke joinstyle="miter" /> <v:formulas> <v:f eqn="if lineDrawn pixelLineWidth 0" /> <v:f eqn="sum @0 1 0" /> <v:f eqn="sum 0 0 @1" /> <v:f eqn="prod @2 1 2" /> <v:f eqn="prod @3 21600 pixelWidth" /> <v:f eqn="prod @3 21600 pixelHeight" /> <v:f eqn="sum @0 0 1" /> <v:f eqn="prod @6 1 2" /> <v:f eqn="prod @7 21600 pixelWidth" /> <v:f eqn="sum @8 21600 0" /> <v:f eqn="prod @7 21600 pixelHeight" /> <v:f eqn="sum @10 21600 0" /> </v:formulas> <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect" /> <o:lock v:ext="edit" aspectratio="t" /> </v:shapetype><v:shape id="Picture_x0020_1" o:spid="_x0000_i1025" type="#_x0000_t75"  style=\'width:302.25pt;height:117.75pt;visibility:visible\'> <v:imagedata src="file:///C:UsersDeniseAppDataLocalTempmsohtmlclip1\01clip_image001.png"   o:title="" /> </v:shape><![endif]--><!--[if !vml]--></span></strong><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; letter-spacing: -0.8pt;"><em>By Heather Neldner, Zookeeper\r\nMilwaukee County Zoological Gardens, Milwaukee, WI</em>\r\n\r\nIn September of 2005, we started an enrichment program for the flock of Humboldt penguins (Spheniscus humboldti) at the Milwaukee County Zoo with the goals of encouraging the birds to swim and to interact with each other more. Two of the birds (Houdini &amp; Arisco) have chronic foot issues and we were hoping they would improve with more swimming.\r\n\r\nThe Milwaukee County Zoo’s Humboldt Penguin exhibit is the first exhibit guests see when entering the zoo. It is an open air exhibit, with a large rocky structure and a 15,000-gallon pool. The birds have access to the exhibit and indoor holding area 24/7 all year long. We currently house 6.5 penguins with the oldest bird being 23 years old and the youngest having hatched in May of 2008.  Prior to starting a formal enrichment program for the birds, they were only offered a Boomer Ball®, some plastic bottles with colored objects sealed inside them, and ice blocks once in a while to play with. Most of their enrichment was in the form of interacting with the public through the glass viewing windows.\r\n\r\nThe first step in the enrichment program process was to complete the paperwork to obtain approval, via a three-level process, for the items we chose.  The first level is obtaining supervisor approval, then it moves on to our curator for second approval, and then on to the veterinarian for final approval. Currently we have 30 items approved for our birds but not all of the items have been utilized as yet. Most of the items are dog toys because they are very durable and most of them float.\r\n\r\nToys are only given in the pool while we can supervise the birds to make sure they interact with them appropriately.  This also gives us the opportunity to do enrichment talks during this time, if the public seems interested in what is going on. We are also hoping (and it has seemed effective) that if toys are not in the pool all the time, people will be less likely to toss items in the pool. If a bird is held inside away from the others for any reason (sickness, medical work-ups, weaning, etc) they can have a durable toy, such as a Boomer Ball®, plastic keys or a confetti bottle all the time to play with to prevent boredom. Our Graphics Department has made us a fantastic sign that explains enrichment to the public and explains why toys are only given when supervised. </span>\r\n\r\n<span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; letter-spacing: -0.8pt;"><img class="alignleft size-full wp-image-823" title="penguin-photo" src="http://aecetia.net/gws/aazk/wp-content/uploads/penguin-photo.jpg" alt="penguin-photo" width="288" height="243" />\r\n</span>\r\n\r\n<span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; letter-spacing: -0.8pt;"><strong>Mariano playing with a fabric Frisbee® (Photo: H. Neldner)</strong>\r\n</span>\r\n\r\n<span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; letter-spacing: -0.8pt;">It is very rare that we have any aggression between the birds (exhibited as displacement, or chasing) when playing with the toys. They all appear to “share” the toys pretty well. Most of the birds have shown a high level of interest in the toys and rarely do any birds show fear or avoidance of a new item. If the birds appear to be avoiding a toy, I will play with the toy myself to demonstrate it is “ok” and will encourage them to join me. Usually this does the trick and the more curious penguins will start playing with the toy, with the others occasionally joining later.\r\n\r\nToys are rotated often since the penguins do seem to get bored with individual toys if they are offered too frequently and will stop interacting with those items.  We have made an enrichment calendar to help coordinate this.  Alternatively, the birds never seem to get tired of some toys.  These include a small white Boomer Ball®, bubbles, confetti bottles and a tennis ball turtle. Their play sessions don’t always last a long time, with a notable decrease in interactions with the toys after about 15 minutes or so frequently observed. If we sit outside and encourage the play, with praise and by interacting with the birds and the toy - for example, tossing the Frisbee® out for Houdini to “fetch” -  this will encourage the birds to stay in the water longer and play with the items more. If there is a large crowd of people out by the exhibit cheering the birds on, they will play with the toys longer and more vigorously. They appear to enjoy the attention!\r\n\r\nSome of their favorite toys include:  tennis ball turtle, tennis ball dumbbell, fabric Frisbee®, confetti bottle (Neldner, 2008), small Boomer Ball®, and floating plastic dumbbell. Houdini frequently puts the floating dumbbell on his back and……………\r\n\r\n</span><strong><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; letter-spacing: -0.8pt;"><!--[endif]--></span></strong>', 'Making a Splash! Humboldt Penguin Enrichment at the Milwaukee County Zoo', 0, '', 'inherit', 'closed', 'closed', '', '820-revision-4', '', '', '2009-10-28 22:14:22', '2009-10-29 03:14:22', '', 820, 'http://aazk.org/uncategorized/820-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (832, 2, '2009-10-28 22:25:15', '2009-10-29 03:25:15', '<img class="size-medium wp-image-825 alignnone" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options-300x117.jpg" alt="enrichment_options" width="300" height="117" />\r\n\r\n<em>By Heather Neldner, Zookeeper\r\nMilwaukee County Zoological Gardens, Milwaukee, WI</em>\r\n\r\nIn September of 2005, we started an enrichment program for the flock of Humboldt penguins (<em>Spheniscus humboldti</em>) at the Milwaukee County Zoo with the goals of encouraging the birds to swim and to interact with each other more. Two of the birds (Houdini &amp; Arisco) have chronic foot issues and we were hoping they would improve with more swimming.\r\n\r\nThe Milwaukee County Zoo’s Humboldt Penguin exhibit is the first exhibit guests see when entering the zoo. It is an open air exhibit, with a large rocky structure and a 15,000-gallon pool. The birds have access to the exhibit and indoor holding area 24/7 all year long. We currently house 6.5 penguins with the oldest bird being 23 years old and the youngest having hatched in May of 2008.  Prior to starting a formal enrichment program for the birds, they were only offered a Boomer Ball®, some plastic bottles with colored objects sealed inside them, and ice blocks once in a while to play with. Most of their enrichment was in the form of interacting with the public through the glass viewing windows.\r\n\r\nThe first step in the enrichment program process was to complete the paperwork to obtain approval, via a three-level process, for the items we chose.  The first level is obtaining supervisor approval, then it moves on to our curator for second approval, and then on to the veterinarian for final approval. Currently we have 30 items approved for our birds but not all of the items have been utilized as yet. Most of the items are dog toys because they are very durable and most of them float.\r\n\r\nToys are only given in the pool while we can supervise the birds to make sure they interact with them appropriately.  This also gives us the opportunity to do enrichment talks during this time, if the public seems interested in what is going on. We are also hoping (and it has seemed effective) that if toys are not in the pool all the time, people will be less likely to toss items in the pool. If a bird is held inside away from the others for any reason (sickness, medical work-ups, weaning, etc) they can have a durable toy, such as a Boomer Ball®, plastic keys or a confetti bottle all the time to play with to prevent boredom. Our Graphics Department has made us a fantastic sign that explains enrichment to the public and explains why toys are only given when supervised.\r\n<img class="size-full wp-image-823 alignnone" title="penguin-photo" src="http://aecetia.net/gws/aazk/wp-content/uploads/penguin-photo.jpg" alt="penguin-photo" width="288" height="243" />\r\n\r\n<strong></strong>\r\n\r\n<strong>Mariano playing with a fabric Frisbee® (Photo: H. Neldner)</strong>\r\n\r\nIt is very rare that we have any aggression between the birds (exhibited as displacement, or chasing) when playing with the toys. They all appear to “share” the toys pretty well. Most of the birds have shown a high level of interest in the toys and rarely do any birds show fear or avoidance of a new item. If the birds appear to be avoiding a toy, I will play with the toy myself to demonstrate it is “ok” and will encourage them to join me. Usually this does the trick and the more curious penguins will start playing with the toy, with the others occasionally joining later.\r\n\r\nToys are rotated often since the penguins do seem to get bored with individual toys if they are offered too frequently and will stop interacting with those items.  We have made an enrichment calendar to help coordinate this.  Alternatively, the birds never seem to get tired of some toys.  These include a small white Boomer Ball®, bubbles, confetti bottles and a tennis ball turtle. Their play sessions don’t always last a long time, with a notable decrease in interactions with the toys after about 15 minutes or so frequently observed. If we sit outside and encourage the play, with praise and by interacting with the birds and the toy - for example, tossing the Frisbee® out for Houdini to “fetch” -  this will encourage the birds to stay in the water longer and play with the items more. If there is a large crowd of people out by the exhibit cheering the birds on, they will play with the toys longer and more vigorously. They appear to enjoy the attention!\r\n\r\nSome of their favorite toys include:  tennis ball turtle, tennis ball dumbbell, fabric Frisbee®, confetti bottle (Neldner, 2008), small Boomer Ball®, and floating plastic dumbbell. Houdini frequently puts the floating dumbbell on his back and……………\r\n\r\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="/join/">JOIN NOW</a>!</strong>', 'Making a Splash! Humboldt Penguin Enrichment at the Milwaukee County Zoo', 0, '', 'inherit', 'closed', 'closed', '', '820-revision-10', '', '', '2009-10-28 22:25:15', '2009-10-29 03:25:15', '', 820, 'http://aazk.org/uncategorized/820-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (834, 2, '2009-10-28 22:31:10', '2009-10-29 03:31:10', '', 'oaw2009', 0, '', 'inherit', 'closed', 'closed', '', 'oaw2009', '', '', '2009-10-28 22:31:10', '2009-10-29 03:31:10', '', 0, 'http://aazk.org/wp-content/uploads/oaw2009.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (883, 2, '2009-11-18 06:40:04', '2009-11-18 11:40:04', '', 'chan', 0, '', 'inherit', 'closed', 'closed', '', 'chan', '', '', '2009-11-18 06:40:04', '2009-11-18 11:40:04', '', 395, 'http://aazk.org/wp-content/uploads/chan.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (884, 2, '2009-11-13 18:24:36', '2009-11-13 23:24:36', '<div class="bod first">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="title">President</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Cleveland Metroparks Zoo</div>\r\n<div class="affiliated_zoo_location">Cleveland, OH</div>\r\n<ul class="committees">\r\n	<li><a href="http://www.iczoo.org">International Congress on Zookeeping</a>,</li>\r\n	<li>Professional association liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Vice President</div>\r\n<a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n<div class="info">\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="affiliated_zoo_location">San Diego, CA</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/bylaws-committee/">Bylaws</a>,</li>\r\n	<li><a href="/committee/ethics-committee/">Ethics</a>,</li>\r\n	<li><a href="/committee/professional-development-committee/">Professional Development</a>,</li>\r\n	<li>Media</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Tammy Root</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:tammy.root@aecetia.net/gws/aazk">tammy.root@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Indianapolis Zoo</div>\r\n<div class="affiliated_zoo_location">Indianapolis, IN</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a>,</li>\r\n	<li>Husbandry liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-846" title="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny-150x150.jpg" alt="penny" width="150" height="150" /></div>\r\n<div class="name">Penny Jolly</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="affiliated_zoo_location">Orlando, FL</div>\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/">Bowling for Rhinos</a>,<a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/">\r\n</a></li>\r\n	<li><a href="/committee/conservation-committee/">Conservation Committee</a>,</li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-874" title="wiggins" src="http://aecetia.net/gws/aazk/wp-content/uploads/wiggins-150x150.jpg" alt="wiggins" width="150" height="150" /></div>\r\n<div class="name">Gisela Wiggins</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:gisela.wiggins@aecetia.net/gws/aazk">gisela.wiggins@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">North Carolina Zoo</div>\r\n<div class="affiliated_zoo_location">Asheboro, NC</div>\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/awards-committee/">Awards</a>,</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/grants-committee/">Grants</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Executive Director</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/annual-aazk-conferences/">Conferences</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Barbara Manspeaker</div>\r\n<div class="title">Administrative Secretary</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Susan Chan</div>\r\n<div class="title">Managing Editor AKF</div>\r\n<div class="email"><a href="mailto:susan.chan@aecetia.net/gws/aazk">susan.chan@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2009-11-13 18:24:36', '2009-11-13 23:24:36', '', 395, 'http://aazk.org/uncategorized/395-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (878, 2, '2009-11-12 10:17:32', '2009-11-12 15:17:32', '<h3>Chair</h3>\r\n<img class="alignnone size-full wp-image-865" title="wagner" src="http://aecetia.net/gws/aazk/wp-content/uploads/wagner.jpg" alt="wagner" width="150" height="144" /> Denise Wagner - <em>Phoenix Zoo</em>\r\n<h3>Purpose</h3>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.', 'Ethics Committee', 0, '', 'inherit', 'closed', 'closed', '', '171-revision-v1', '', '', '2009-11-12 10:17:32', '2009-11-12 15:17:32', '', 171, 'http://aazk.org/uncategorized/171-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (879, 2, '2009-10-01 11:44:59', '2009-10-01 16:44:59', '<h3>Chair</h3>\r\n<em>Vacant</em><em></em>\r\n<h3>Purpose</h3>\r\nThis committee shall annually review the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. The committee consists of a minimum of five members, two of which shall be member of the Board of Directors. Appointments are made at the discretion of the President. If you would like a copy of the Association’s Bylaws please contact the Administrative Office in Topeka.', 'Bylaws Committee', 0, '', 'inherit', 'closed', 'closed', '', '173-revision-v1', '', '', '2009-10-01 11:44:59', '2009-10-01 16:44:59', '', 173, 'http://aazk.org/uncategorized/173-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (880, 2, '2014-05-12 11:28:36', '2014-05-12 16:28:36', '<h4>Purpose</h4>\nThe Manager of the Bylaws shall annually review the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. If required a Committee will be convened to The committee consists of a minimum of five members, two of which shall be member of the Board of Directors. Appointments are made at the discretion of the President. If you would like a copy of the Association’s Bylaws please contact the Administrative Office.\n<div class="hr"></div>\n<h4>Manager</h4>\n<div class="first sixcol"><img class="aligncenter" title="rickotarsky" src="http://aecetia.net/gws/aazk/wp-content/uploads/rickotarsky.jpg" alt="rickotarsky" width="131" height="150" />\n<p align="center">Ric Kotarsky - <em>Tulsa Zoo</em></p>\n\n</div>\n<div id="inner-links"></div>', 'Bylaws', 0, '', 'inherit', 'closed', 'closed', '', '173-autosave-v1', '', '', '2014-05-12 11:28:36', '2014-05-12 16:28:36', '', 173, 'http://aazk.org/uncategorized/173-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1938, 2, '2009-11-18 06:29:20', '2009-11-18 11:29:20', '<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-874" title="wiggins" src="http://aecetia.net/gws/aazk/wp-content/uploads/wiggins-150x150.jpg" alt="wiggins" width="150" height="150" /> Gisela Wiggins<em> - North Carolina Zoo</em>\r\n<h3>Purpose</h3>\r\nThis committee shall annually review the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. The committee consists of a minimum of five members, two of which shall be member of the Board of Directors. Appointments are made at the discretion of the President. If you would like a copy of the Association’s Bylaws please contact the Administrative Office in Topeka.', 'Bylaws Committee', 0, '', 'inherit', 'closed', 'closed', '', '173-revision-v1', '', '', '2009-11-18 06:29:20', '2009-11-18 11:29:20', '', 173, 'http://aazk.org/uncategorized/173-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (881, 2, '2009-11-13 18:31:59', '2009-11-13 23:31:59', '<div class="committee">\r\n<h3><a href="/committee/international-outreach-committee/">International Outreach Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-843 alignnone" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="title">Acting Chair</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/membership-resources/">Membership Resources</a></h3>\r\n<div class="chairman">\r\n<div class="name">Jacque Blessington</div>\r\n<div class="affiliated_zoo">Kansas City Zoo</div>\r\n<div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/annual-aazk-conferences/">Annual AAZK Conferences</a></h3>\r\n<div class="chairman">\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Conference Program Chair</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Shelly Roach</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Columbus Zoo</div>\r\n<div class="email"><a href="mailto:shelly.roach@aecetia.net/gws/aazk">shelly.roach@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /></div>\r\n<div class="name">Patty Pearthree</div>\r\n<div class="title">Coordinator</div>\r\n<div class="email"><a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-full wp-image-865" title="wagner" src="http://aecetia.net/gws/aazk/wp-content/uploads/wagner.jpg" alt="wagner" width="150" height="144" /></div>\r\n<div class="name">Denise Wagner</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Phoenix Zoo</div>\r\n<div class="email"><a href="mailto:denise.wagner@aecetia.net/gws/aazk">denise.wagner@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Vacant</div>\r\n<div class="title">Chair</div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-150x150.jpg" alt="walz" width="150" height="150" /></div>\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Janet McCoy</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Oregon Zoo</div>\r\n<div class="email"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Melaina Wallace</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:melaina.wallace@aecetia.net/gws/aazk">melaina.wallace@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-841 alignnone" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /></div>\r\n<div class="name">Amanda Kamradt</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Zoo New England</div>\r\n<div class="email"><a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2009-11-13 18:31:59', '2009-11-13 23:31:59', '', 496, 'http://aazk.org/uncategorized/496-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (841, 2, '2009-11-06 10:33:19', '2009-11-06 15:33:19', '', 'kamradt', 0, '', 'inherit', 'closed', 'closed', '', 'kamradt', '', '', '2009-11-06 10:33:19', '2009-11-06 15:33:19', '', 182, 'http://aazk.org/wp-content/uploads/kamradt.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2413, 2, '2012-03-02 14:43:03', '2012-03-02 19:43:03', '<h3>Chair</h3>\r\n<h3>Purpose</h3>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<h3>Conservation Committee Mission Statement</h3>\r\nTo promote and establish connections between AAZK members and the conservation of wildlife and their habitats.\r\n\r\nTo provide educational resources for members and their institutions about environmentally responsible practices.\r\n<h3>Vision Statement</h3>\r\nServe as a resource that will assist members in finding in situ opportunities with local, national, and international conservation projects and to initiate new conservation projects.\r\n\r\nProvide contact information to coordinate educational and development opportunities with conservationists.', 'Conservation Committee', 0, '', 'inherit', 'closed', 'closed', '', '182-revision-v1', '', '', '2012-03-02 14:43:03', '2012-03-02 19:43:03', '', 182, 'http://aazk.org/uncategorized/182-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (842, 2, '2009-10-01 11:49:00', '2009-10-01 16:49:00', '<h3>Chair</h3>\r\nAmanda Kamradt - <em>Zoo New England</em>\r\n<h3>Purpose</h3>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<h3>Conservation Committee Mission Statement</h3>\r\nTo promote and establish connections between AAZK members and the conservation of wildlife and their habitats.\r\n\r\nTo provide educational resources for members and their institutions about environmentally responsible practices.\r\n<h3>Vision Statement</h3>\r\nServe as a resource that will assist members in finding in situ opportunities with local, national, and international conservation projects and to initiate new conservation projects.\r\n\r\nProvide contact information to coordinate educational and development opportunities with conservationists.', 'Conservation Committee', 0, '', 'inherit', 'closed', 'closed', '', '182-revision-v1', '', '', '2009-10-01 11:49:00', '2009-10-01 16:49:00', '', 182, 'http://aazk.org/uncategorized/182-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (843, 2, '2009-11-06 10:34:47', '2009-11-06 15:34:47', '', 'shane', 0, '', 'inherit', 'closed', 'closed', '', 'shane', '', '', '2009-11-06 10:34:47', '2009-11-06 15:34:47', '', 153, 'http://aazk.org/wp-content/uploads/shane.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (844, 1, '2009-05-31 15:14:14', '2009-05-31 20:14:14', '<h3>Acting Chair</h3>\r\n<p>Shane Good</p>\r\n\r\n<h3>Purpose</h3>\r\n\r\n<p>The International Outreach Committee (IOC) provides a variety of assistance to our international colleagues, promotes the goals and objective of AAZK, Inc. on an international level, increases awareness of AAZK, Inc., and enhances communication among the world\'s zoo professionals. Ultimately, the IOC\'s purpose is to help improve professional animal care in North America and throughout the world. Traditional functions of the IOC have included keeper workshops, Project M.A.R.C. (Making a Realistic Contribution), and helping keepers in developing countries receive needed supplies.</p>\r\n\r\n<p>The AAZK Board of Directors is seeking a chairperson for this committee. If you are interested in applying for this position, please contact the acting chair:</p>\r\n\r\n<p>Shane Good, IOC Acting Chair</p>\r\n\r\n<p>Cleveland Metroparks Zoo<br>\r\n3900 Wildlife Way<br>\r\nCleveland, OH 44109-3132<br>\r\nEmail: <a href="mailto:sjg@clevelandmetroparks.com">sjg@clevelandmetroparks.com</a></p>', 'International Outreach Committee', 0, '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2009-05-31 15:14:14', '2009-05-31 20:14:14', '', 153, 'http://aazk.org/uncategorized/153-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (845, 2, '2009-11-06 10:36:19', '2009-11-06 15:36:19', '', 'bob-mug2', 0, '', 'inherit', 'closed', 'closed', '', 'bob-mug2', '', '', '2009-11-06 10:36:19', '2009-11-06 15:36:19', '', 395, 'http://aazk.org/wp-content/uploads/bob-mug2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (846, 2, '2009-11-06 10:38:08', '2009-11-06 15:38:08', '', 'penny', 0, '', 'inherit', 'closed', 'closed', '', 'penny', '', '', '2009-11-06 10:38:08', '2009-11-06 15:38:08', '', 395, 'http://aazk.org/wp-content/uploads/penny.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (847, 2, '2009-10-01 18:20:36', '2009-10-01 23:20:36', '<div class="bod first">\r\n<div class="identity">\r\n<div class="name">Shane Good</div>\r\n<div class="title">President</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Cleveland Metroparks Zoo</div>\r\n<div class="affiliated_zoo_location">Cleveland, OH</div>\r\n<ul class="committees">\r\n	<li><a href="http://www.iczoo.org">International Congress on Zookeeping</a>,</li>\r\n	<li>Professional association liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Vice President</div>\r\n<a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n<div class="info">\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="affiliated_zoo_location">San Diego, CA</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/bylaws-committee/">Bylaws</a>,</li>\r\n	<li><a href="/committee/ethics-committee/">Ethics</a>,</li>\r\n	<li><a href="/committee/professional-development-committee/">Professional Development</a>,</li>\r\n	<li>Media</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Tammy Root</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:tammy.root@aecetia.net/gws/aazk">tammy.root@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Indianapolis Zoo</div>\r\n<div class="affiliated_zoo_location">Indianapolis, IN</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a>,</li>\r\n	<li>Husbandry liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Penny Jolly</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="affiliated_zoo_location">Orlando, FL</div>\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/">Bowling for Rhinos</a>,<a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/">\r\n</a></li>\r\n	<li><a href="/committee/conservation-committee/">Conservation Committee</a>,</li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Gisela Wiggins</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:gisela.wiggins@aecetia.net/gws/aazk">gisela.wiggins@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">North Carolina Zoo</div>\r\n<div class="affiliated_zoo_location">Asheboro, NC</div>\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/awards-committee/">Awards</a>,</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/grants-committee/">Grants</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Executive Director</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/annual-aazk-conferences/">Conferences</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Barbara Manspeaker</div>\r\n<div class="title">Administrative Secretary</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Susan Chan</div>\r\n<div class="title">Managing Editor AKF</div>\r\n<div class="email"><a href="mailto:susan.chan@aecetia.net/gws/aazk">susan.chan@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2009-10-01 18:20:36', '2009-10-01 23:20:36', '', 395, 'http://aazk.org/uncategorized/395-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (848, 2, '2009-09-17 17:15:40', '2009-09-17 22:15:40', '<h3>Chair</h3>\r\nDeana Walz\r\n<h3>Purpose</h3>\r\nThe Behavioral Husbandry Committee formally came into being in late 2008. It brought together two very different and yet very alike committees, The Animal Training and Enrichment Committees. These were joined at the request of the two individual committees.\r\n\r\nThe AAZK Enrichment Committee was founded in 1994 and The Animal Training Committee was founded in 2000. These specialized groups were organized to provide specific resources in the areas of  enrichment and training. The timeliness of their formation filled a growing  need for support as these aspects of animal care evolved into a daily part of husbandry.\r\n\r\nSince the formation of these two  committees, most zoo professionals have found great success in utilizing both  training techniques and enrichment to solve behavioral challenges in captive animals. Many zoos now have a supportive "Behavioral Husbandry Department" or  staff that is dedicated to training, enrichment and animal welfare. Training and enrichment are no longer viewed necessarily as separate entities, but as two branches of behavioral management that are often used in concert. In our effort to stay current with the trends of professional zoo keeping, we have combined the two current committees into one AAZK, Inc. Behavioral Husbandry Committee. The focus of this committee would be training, enrichment and animal welfare.\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n<h3>Projects:</h3>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n<h3>Additional Information</h3>\r\n<ul>\r\n	<li><a href="/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a href="/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a href="/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a href="/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a href="/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;NotFlag=1">Training and Enrichment Video Library</a></li>\r\n	<li><a href="/about/committee/behavioral-husbandry/resources/">Resources</a></li>\r\n	<li><a href="/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n	<li><a href="/members/bhc.php">Suggested Guidelines for Enrichment</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n	<li><a href="/about/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n	<li><a href="/members/bhc.php">Enrichment Day Examples</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2009-09-17 17:15:40', '2009-09-17 22:15:40', '', 192, 'http://aazk.org/uncategorized/192-revision-19/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (849, 2, '2009-11-06 15:32:20', '2009-11-06 20:32:20', '<h3>Chair</h3>\r\nDeana Walz, The Living Planet Aquarium\r\n<h3>Purpose</h3>\r\nThe Behavioral Husbandry Committee formally came into being in late 2008. It brought together two very different and yet very alike committees, The Animal Training and Enrichment Committees. These were joined at the request of the two individual committees.\r\n\r\nThe AAZK Enrichment Committee was founded in 1994 and The Animal Training Committee was founded in 2000. These specialized groups were organized to provide specific resources in the areas of  enrichment and training. The timeliness of their formation filled a growing  need for support as these aspects of animal care evolved into a daily part of husbandry.\r\n\r\nSince the formation of these two  committees, most zoo professionals have found great success in utilizing both  training techniques and enrichment to solve behavioral challenges in captive animals. Many zoos now have a supportive "Behavioral Husbandry Department" or  staff that is dedicated to training, enrichment and animal welfare. Training and enrichment are no longer viewed necessarily as separate entities, but as two branches of behavioral management that are often used in concert. In our effort to stay current with the trends of professional zoo keeping, we have combined the two current committees into one AAZK, Inc. Behavioral Husbandry Committee. The focus of this committee would be training, enrichment and animal welfare.\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n<h3>Projects:</h3>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n<h3>Additional Information</h3>\r\n<ul>\r\n	<li><a href="/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a href="/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a href="/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a href="/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a href="/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;NotFlag=1">Training and Enrichment Video Library</a></li>\r\n	<li><a href="/about/committee/behavioral-husbandry/resources/">Resources</a></li>\r\n	<li><a href="/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n	<li><a href="/members/bhc.php">Suggested Guidelines for Enrichment</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n	<li><a href="/about/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n	<li><a href="/members/bhc.php">Enrichment Day Examples</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2009-11-06 15:32:20', '2009-11-06 20:32:20', '', 192, 'http://aazk.org/uncategorized/192-revision-20/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (850, 2, '2009-11-06 15:45:38', '2009-11-06 20:45:38', '<img class="alignnone size-full wp-image-857" title="pbi-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi-logo.jpg" alt="pbi-logo" width="165" height="129" />PBI\'s Leadership Camp attracted worldwide attention when it was launched in the fall of 2004, and it has continued to grow every year since. <a href="http://www.tundrabuggy.com">Frontiers North\'s Tundra Buggy® Adventure</a> has been the major sponsor of this program since it was started.\r\n\r\nThe Keeper Camp involved a motivated group that is helping us reach an even wider audience. Keepers carry a unique cachet with zoo guests that can inspire them to do their part to reduce carbon emissions. In addition, as adults, animal keepers have a different level of community involvement than our teen ambassadors. By broadening our line-up of Arctic Ambassadors, PBI hopes to accelerate change at the personal and community levels on behalf of the great white bears.\r\n\r\n<img class="alignnone size-full wp-image-869" title="img_2828-1" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_2828-1.jpg" alt="img_2828-1" width="464" height="309" /> Photo courtesy of Polar Bears International.\r\n\r\nBelow are links to video and blogs about the experience.\r\n\r\n<a href="http://polarbearsinternational.org/student-journals/keeper-blog/">http://polarbearsinternational.org/student-journals/keeper-blog/</a>\r\n\r\n<a href="http://www.youtube.com/watch?v=amnQqGRdlTk">http://www.youtube.com/watch?v=amnQqGRdlTk</a>', 'Polar Bears International Leadership Camp', 0, '', 'draft', 'closed', 'closed', '', 'polar-bears-international-leadership-camp', '', '', '2013-09-23 10:37:02', '2013-09-23 15:37:02', '', 0, 'http://aazk.org/?page_id=850', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2898, 2, '2013-07-02 11:16:44', '2013-07-02 16:16:44', '<p class="MsoNormal"><span lang="EN">As per the ratified Bylaws of AAZK, the Board of Directors must give the membership at least forty-five (45) days official notice of their intent to revise the Bylaws of AAZK.</span></p>\r\n<p class="MsoNormal"><span lang="EN">Bylaw revisions will be presented to the Professional Membership in attendance at the AAZK National Conference in Greensboro, NC on or about September 23, 2013, for ratification.  Revisions will be fully vetted for the membership in attendance.</span></p>\r\n<p class="MsoNormal"><span lang="EN">For more information or to obtain a copy of the proposed revisions to the AAZK Bylaws, please contact Ed Hansen, CEO/CFO of AAZK at Ed.Hansen@aecetia.net/gws/aazk<strong></strong></span></p>', 'AAZK Bylaws 2013 Revision Announcement', 0, '', 'publish', 'closed', 'closed', '', 'aazk-bylaws-2013-revision-announcement', '', '', '2013-07-02 11:16:44', '2013-07-02 16:16:44', '', 0, 'http://aazk.org/?p=2898', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2899, 2, '2013-07-02 11:16:13', '2013-07-02 16:16:13', '', 'AAZK Bylaws 2013 Revision Announcement', 0, '', 'inherit', 'closed', 'closed', '', '2898-revision', '', '', '2013-07-02 11:16:13', '2013-07-02 16:16:13', '', 2898, 'http://aazk.org/uncategorized/2898-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (851, 2, '2009-11-06 15:42:40', '2009-11-06 20:42:40', 'PBI\'s Leadership Camp attracted worldwide attention when it was launched in the fall of 2004, and it has continued to grow every year since. <a href="http://www.tundrabuggy.com">Frontiers North\'s Tundra Buggy® Adventure</a> has been the major sponsor of this program since it was started.\n\nThe fall of 2009 marked the sixth year of PBI\'s Leadership Camp, which is held in Churchill, Manitoba during the polar bear migration. This year we hosted two camps: one for students and the second for zoo keepers affiliated with our Arctic Ambassador Centers.\n\nThe Keeper Camp involved a motivated group that is helping us reach an even wider audience. Keepers carry a unique cachet with zoo guests that can inspire them to do their part to reduce carbon emissions. In addition, as adults, animal keepers have a different level of community involvement than our teen ambassadors. By broadening our line-up of Arctic Ambassadors, PBI hopes to accelerate change at the personal and community levels on behalf of the great white bears.\n\nBelow are links to video ad', 'Polar Bears International Leadership Camp', 0, '', 'inherit', 'closed', 'closed', '', '850-revision', '', '', '2009-11-06 15:42:40', '2009-11-06 20:42:40', '', 850, 'http://aazk.org/uncategorized/850-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (853, 2, '2009-11-06 15:45:01', '2009-11-06 20:45:01', 'PBI\'s Leadership Camp attracted worldwide attention when it was launched in the fall of 2004, and it has continued to grow every year since. <a href="http://www.tundrabuggy.com">Frontiers North\'s Tundra Buggy® Adventure</a> has been the major sponsor of this program since it was started.\r\n\r\nThe fall of 2009 marked the sixth year of PBI\'s Leadership Camp, which is held in Churchill, Manitoba during the polar bear migration. This year we hosted two camps: one for students and the second for zoo keepers affiliated with our Arctic Ambassador Centers.\r\n\r\nThe Keeper Camp involved a motivated group that is helping us reach an even wider audience. Keepers carry a unique cachet with zoo guests that can inspire them to do their part to reduce carbon emissions. In addition, as adults, animal keepers have a different level of community involvement than our teen ambassadors. By broadening our line-up of Arctic Ambassadors, PBI hopes to accelerate change at the personal and community levels on behalf of the great white bears.\r\n\r\nBelow are links to video and blogs about the experience.\r\n\r\n<a href="http://polarbearsinternational.org/student-journals/keeper-blog/">http://polarbearsinternational.org/student-journals/keeper-blog/</a>\r\n\r\n<a href="http://www.youtube.com/watch?v=amnQqGRdlTk">http://www.youtube.com/watch?v=amnQqGRdlTk</a>', 'Polar Bears International Leadership Camp', 0, '', 'inherit', 'closed', 'closed', '', '850-revision-3', '', '', '2009-11-06 15:45:01', '2009-11-06 20:45:01', '', 850, 'http://aazk.org/uncategorized/850-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (854, 2, '2009-11-13 08:33:29', '2009-11-13 13:33:29', '<img class="alignnone size-full wp-image-857" title="pbi-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi-logo.jpg" alt="pbi-logo" width="165" height="129" />PBI\'s Leadership Camp attracted worldwide attention when it was launched in the fall of 2004, and it has continued to grow every year since. <a href="http://www.tundrabuggy.com">Frontiers North\'s Tundra Buggy® Adventure</a> has been the major sponsor of this program since it was started.\n\nThe fall of 2009 marked the sixth year of PBI\'s Leadership Camp, which is held in Churchill, Manitoba during the polar bear migration. This year we hosted two camps: one for students and the second for zoo keepers affiliated with our Arctic Ambassador Centers.\n\nThe Keeper Camp involved a motivated group that is helping us reach an even wider audience. Keepers carry a unique cachet with zoo guests that can inspire them to do their part to reduce carbon emissions. In addition, as adults, animal keepers have a different level of community involvement than our teen ambassadors. By broadening our line-up of Arctic Ambassadors, PBI hopes to accelerate change at the personal and community levels on behalf of the great white bears.\n\n<img class="alignnone size-full wp-image-869" title="img_2828-1" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_2828-1.jpg" alt="img_2828-1" width="464" height="309" /> Photo courtesy of Polar Bears International.\n\nBelow are links to video and blogs about the experience.\n\n<a href="http://polarbearsinternational.org/student-journals/keeper-blog/">http://polarbearsinternational.org/student-journals/keeper-blog/</a>\n\n<a href="http://www.youtube.com/watch?v=amnQqGRdlTk">http://www.youtube.com/watch?v=amnQqGRdlTk</a>', 'Polar Bears International Leadership Camp', 0, '', 'inherit', 'closed', 'closed', '', '850-autosave', '', '', '2009-11-13 08:33:29', '2009-11-13 13:33:29', '', 850, 'http://aazk.org/uncategorized/850-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (855, 2, '2009-11-06 15:45:38', '2009-11-06 20:45:38', 'PBI\'s Leadership Camp attracted worldwide attention when it was launched in the fall of 2004, and it has continued to grow every year since. <a href="http://www.tundrabuggy.com">Frontiers North\'s Tundra Buggy® Adventure</a> has been the major sponsor of this program since it was started.\r\n\r\nThe fall of 2009 marked the sixth year of PBI\'s Leadership Camp, which is held in Churchill, Manitoba during the polar bear migration. This year we hosted two camps: one for students and the second for zoo keepers affiliated with our Arctic Ambassador Centers.\r\n\r\nThe Keeper Camp involved a motivated group that is helping us reach an even wider audience. Keepers carry a unique cachet with zoo guests that can inspire them to do their part to reduce carbon emissions. In addition, as adults, animal keepers have a different level of community involvement than our teen ambassadors. By broadening our line-up of Arctic Ambassadors, PBI hopes to accelerate change at the personal and community levels on behalf of the great white bears.\r\n\r\nBelow are links to video and blogs about the experience.\r\n\r\n<a href="http://polarbearsinternational.org/student-journals/keeper-blog/">http://polarbearsinternational.org/student-journals/keeper-blog/</a>\r\n\r\n<a href="http://www.youtube.com/watch?v=amnQqGRdlTk">http://www.youtube.com/watch?v=amnQqGRdlTk</a>', 'Polar Bears International Leadership Camp', 0, '', 'inherit', 'closed', 'closed', '', '850-revision-4', '', '', '2009-11-06 15:45:38', '2009-11-06 20:45:38', '', 850, 'http://aazk.org/uncategorized/850-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (856, 2, '2009-11-06 15:48:25', '2009-11-06 20:48:25', 'PBI\'s Leadership Camp attracted worldwide attention when it was launched in the fall of 2004, and it has continued to grow every year since. <a href="http://www.tundrabuggy.com">Frontiers North\'s Tundra Buggy® Adventure</a> has been the major sponsor of this program since it was started.\r\n\r\nThe fall of 2009 marked the sixth year of PBI\'s Leadership Camp, which is held in Churchill, Manitoba during the polar bear migration. This year we hosted two camps: one for students and the second for zoo keepers affiliated with our Arctic Ambassador Centers.\r\n\r\nThe Keeper Camp involved a motivated group that is helping us reach an even wider audience. Keepers carry a unique cachet with zoo guests that can inspire them to do their part to reduce carbon emissions. In addition, as adults, animal keepers have a different level of community involvement than our teen ambassadors. By broadening our line-up of Arctic Ambassadors, PBI hopes to accelerate change at the personal and community levels on behalf of the great white bears.\r\n\r\nBelow are links to video and blogs about the experience.\r\n\r\n<a href="http://polarbearsinternational.org/student-journals/keeper-blog/">http://polarbearsinternational.org/student-journals/keeper-blog/</a>\r\n\r\n<a href="http://www.youtube.com/watch?v=amnQqGRdlTk">http://www.youtube.com/watch?v=amnQqGRdlTk</a>', 'Polar Bears International Leadership Camp', 0, '', 'inherit', 'closed', 'closed', '', '850-revision-5', '', '', '2009-11-06 15:48:25', '2009-11-06 20:48:25', '', 850, 'http://aazk.org/uncategorized/850-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (857, 2, '2009-11-06 16:00:09', '2009-11-06 21:00:09', '', 'pbi-logo', 0, '', 'inherit', 'closed', 'closed', '', 'pbi-logo', '', '', '2009-11-06 16:00:09', '2009-11-06 21:00:09', '', 850, 'http://aazk.org/wp-content/uploads/pbi-logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (858, 2, '2009-11-06 15:56:29', '2009-11-06 20:56:29', 'PBI\'s Leadership Camp attracted worldwide attention when it was launched in the fall of 2004, and it has continued to grow every year since. <a href="http://www.tundrabuggy.com">Frontiers North\'s Tundra Buggy® Adventure</a> has been the major sponsor of this program since it was started.\r\n\r\nThe fall of 2009 marked the sixth year of PBI\'s Leadership Camp, which is held in Churchill, Manitoba during the polar bear migration. This year we hosted two camps: one for students and the second for zoo keepers affiliated with our Arctic Ambassador Centers.\r\n\r\nThe Keeper Camp involved a motivated group that is helping us reach an even wider audience. Keepers carry a unique cachet with zoo guests that can inspire them to do their part to reduce carbon emissions. In addition, as adults, animal keepers have a different level of community involvement than our teen ambassadors. By broadening our line-up of Arctic Ambassadors, PBI hopes to accelerate change at the personal and community levels on behalf of the great white bears.\r\n\r\nBelow are links to video and blogs about the experience.\r\n\r\n<a href="http://polarbearsinternational.org/student-journals/keeper-blog/">http://polarbearsinternational.org/student-journals/keeper-blog/</a>\r\n\r\n<a href="http://www.youtube.com/watch?v=amnQqGRdlTk">http://www.youtube.com/watch?v=amnQqGRdlTk</a>', 'Polar Bears International Leadership Camp', 0, '', 'inherit', 'closed', 'closed', '', '850-revision-6', '', '', '2009-11-06 15:56:29', '2009-11-06 20:56:29', '', 850, 'http://aazk.org/uncategorized/850-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (859, 2, '2009-10-01 18:28:26', '2009-10-01 23:28:26', '<div class="committee">\r\n<h3><a href="/committee/international-outreach-committee/">International Outreach Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Shane Good</div>\r\n<div class="title">Acting Chair</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/membership-resources/">Membership Resources</a></h3>\r\n<div class="chairman">\r\n<div class="name">Jacque Blessington</div>\r\n<div class="affiliated_zoo">Kansas City Zoo</div>\r\n<div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/annual-aazk-conferences/">Annual AAZK Conferences</a></h3>\r\n<div class="chairman">\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Conference Program Chair</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Shelly Roach</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Columbus Zoo</div>\r\n<div class="email"><a href="mailto:shelly.roach@aecetia.net/gws/aazk">shelly.roach@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n<div class="chairman">\r\n<div class="name">Patty Pearthree</div>\r\n<div class="title">Coordinator</div>\r\n<div class="email"><a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Denise Wagner</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Phoenix Zoo</div>\r\n<div class="email"><a href="mailto:denise.wagner@aecetia.net/gws/aazk">denise.wagner@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Vacant</div>\r\n<div class="title">Chair</div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n<div class="chairman">\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Janet McCoy</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Oregon Zoo</div>\r\n<div class="email"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Melaina Wallace</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:melaina.wallace@aecetia.net/gws/aazk">melaina.wallace@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Amanda Kamradt</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Zoo New England</div>\r\n<div class="email"><a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2009-10-01 18:28:26', '2009-10-01 23:28:26', '', 496, 'http://aazk.org/uncategorized/496-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (860, 2, '2009-11-06 16:08:13', '2009-11-06 21:08:13', '<div class="committee">\r\n<h3><a href="/committee/international-outreach-committee/">International Outreach Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-843 alignnone" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" />Shane Good</div>\r\n<div class="title">Acting Chair</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/membership-resources/">Membership Resources</a></h3>\r\n<div class="chairman">\r\n<div class="name">Jacque Blessington</div>\r\n<div class="affiliated_zoo">Kansas City Zoo</div>\r\n<div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/annual-aazk-conferences/">Annual AAZK Conferences</a></h3>\r\n<div class="chairman">\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Conference Program Chair</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Shelly Roach</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Columbus Zoo</div>\r\n<div class="email"><a href="mailto:shelly.roach@aecetia.net/gws/aazk">shelly.roach@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n<div class="chairman">\r\n<div class="name">Patty Pearthree</div>\r\n<div class="title">Coordinator</div>\r\n<div class="email"><a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Denise Wagner</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Phoenix Zoo</div>\r\n<div class="email"><a href="mailto:denise.wagner@aecetia.net/gws/aazk">denise.wagner@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Vacant</div>\r\n<div class="title">Chair</div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n<div class="chairman">\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Janet McCoy</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Oregon Zoo</div>\r\n<div class="email"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Melaina Wallace</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:melaina.wallace@aecetia.net/gws/aazk">melaina.wallace@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-841 alignnone" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /></div>\r\n<div class="name">Amanda Kamradt</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Zoo New England</div>\r\n<div class="email"><a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2009-11-06 16:08:13', '2009-11-06 21:08:13', '', 496, 'http://aazk.org/uncategorized/496-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (861, 2, '2009-11-12 08:35:53', '2009-11-12 13:35:53', '', 'pearthreejpg', 0, '', 'inherit', 'closed', 'closed', '', 'pearthreejpg', '', '', '2009-11-12 08:35:53', '2009-11-12 13:35:53', '', 168, 'http://aazk.org/wp-content/uploads/pearthreejpg.jpeg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (862, 1, '2009-05-31 15:30:22', '2009-05-31 20:30:22', '<h3>Coordinator</h3>\r\n<p>Patty Pearthree</p>\r\n<h3>Sponsored by</h3>\r\n<p><a href="http://www.bluerhino.com/">Blue Rhino</a></p>\r\n    \r\n<p>"AAZK\'s Bowling for Rhinos-Sponsored by Blue Rhino" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising over $300,000 annually. In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.</p>\r\n\r\n<p>In 1994 we expanded our funding efforts to include Ujung  Kulon National Park in Java, Indonesia and in 1996 to include Bukit Barisan  Selatan and Way Kambas National Parks in Sumatra, Indonesia. The International Rhino Foundation (IRF) oversees the use of funding in the Indonesian parks in  order to best protect endangered species.</p>\r\n\r\n<p>AAZK Chapters and zookeepers at some zoos which have no  official chapter, hold bowl-a-thons (or similar events), enlisting sponsors for  bowlers and outright cash donations. One hundred percent of the money generated  from this conservation fund raiser goes to protect rhinos.</p>\r\n\r\n<p><strong>Since its inception, Bowling for Rhinos has raised over $3 million for rhino conservation efforts.</strong></p>\r\n\r\n<p>The Bowling for Rhinos (BFR) event has gained momentum  every year and continues to grow in participation and financial success. Over  the past few years, AAZK, Inc. has been able to provide Lewa Wildlife  Conservancy with a single engine spotter airplane, a large transport truck for  the relocation of animals, solar-powered electrical fencing for the preserve,  etc. BFR now supplies part of Lewa\'s $850,000 annual operating budget. BFR  provides much needed boats, uniforms and funding for training and operation  of poaching guards (Rhino Patrol Units) in Indonesia.</p>\r\n  \r\n<p>While the flagship species for this fund raiser  is the rhino, by providing financial assistance for the support of protected  rhino sanctuaries, the project also protects many other species of animals as  well as habitats. More information about Bowling for Rhinos may be found on the  Bowling for Rhino\'s Website:\r\n  <a href="http://www.aazkbfr.org">http://www.aazkbfr.org.</a></p>\r\n  \r\n<p>There is a new Yahoo groups email for Bowling For Rhino  Coordinators. If you would like to be part of this email group, please email  Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>.  This will let you communicate with each other on questions about t-shirts, bowling  alley prices, how to get more support from your zoo, etc. with other BFR  coordinators.</p>\r\n\r\n<p><a href="/about/committee/bowling-for-rhinos/lewa-safaris/">Lewa Wildlife Conservancy Safaris</a></p>\r\n\r\n<p><a href=\'/wp-content/uploads/lewa_capital_request_2008.pdf\'>Urgent Capital request from Lewa!</a></p>\r\n\r\n<h3>Bowling For Rhinos  Announcement for 2008</h3>\r\n\r\n<p>The distribution of "AAZK\'s Bowling For Rhinos-sponsored by Blue Rhino" funds will follow these guidelines in 2008:</p>\r\n\r\n<p>Blue Rhino Gas donation ($20,000/year - Split 50/50 between LWC and IRF):<br />\r\n$10K to LWC (Lewa Wildlife Conservancy in Kenya)<br />\r\n$10K to IRF (The International Rhino Foundation)</p>\r\n\r\n<p>Funds are added to total BFR (Bowling For Rhinos) share.</p>\r\n\r\n<p>LWC receives the first $150,000 raised by BFR/year, plus $10K from Blue Rhino, guaranteed if BFR funds reach $150,000. All BFR funds over $150,000 will now go directly to The International Rhino Foundation (IRF) for use in the Indonesian Rhino Parks of Ujung Kulon, Way Kambas, and Bukit Barisan Selatan. IRF gets the $10,000 from Blue Rhino added to their share. The AAZK Board of Directors will be discussing the distribution of BFR funds during their Board meetings. They hope to come up with a distribution program of funds that will better suite all parties as BFR continues to grow.</p>\r\n\r\n<p>2007 Bowling For Rhinos events raised over $316,000. This was the best year on record as the increasing trend continues. Congratulations for a fabulous year! Bowling For Rhinos will soon break the $3 million mark and we continue to reach for attaining our goal of $500,000/year! Together AAZK can do it. We have and we will continue to make a difference in the conservation world. Please send me your organization\'s contact person/contact info ASAP along with the date of your event. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation. Please see <a href="http://aazkbfr.org/">http://aazkbfr.org</a> or contact Patty Pearthree: <a href="mailto:ppear3@pear3.org">ppear3@pear3.org</a>. We hope to merge the BFR website onto the AAZK this year. </p>', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2009-05-31 15:30:22', '2009-05-31 20:30:22', '', 168, 'http://aazk.org/uncategorized/168-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (864, 2, '2009-11-18 06:27:35', '2009-11-18 11:27:35', '<h3>Chair</h3>\n<img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /> Bob Cisneros<em> - San Diego Zoo</em><em></em>\n<h3>Purpose</h3>\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.', 'Ethics Committee', 0, '', 'inherit', 'closed', 'closed', '', '171-autosave-v1', '', '', '2009-11-18 06:27:35', '2009-11-18 11:27:35', '', 171, 'http://aazk.org/uncategorized/171-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (863, 2, '2009-11-12 08:36:10', '2009-11-12 13:36:10', '<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h3>Sponsored by</h3>\r\n<a href="http://www.bluerhino.com/">Blue Rhino</a>\r\n\r\n"AAZK\'s Bowling for Rhinos-Sponsored by Blue Rhino" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising over $300,000 annually. In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nIn 1994 we expanded our funding efforts to include Ujung  Kulon National Park in Java, Indonesia and in 1996 to include Bukit Barisan  Selatan and Way Kambas National Parks in Sumatra, Indonesia. The International Rhino Foundation (IRF) oversees the use of funding in the Indonesian parks in  order to best protect endangered species.\r\n\r\nAAZK Chapters and zookeepers at some zoos which have no  official chapter, hold bowl-a-thons (or similar events), enlisting sponsors for  bowlers and outright cash donations. One hundred percent of the money generated  from this conservation fund raiser goes to protect rhinos.\r\n\r\n<strong>Since its inception, Bowling for Rhinos has raised over $3 million for rhino conservation efforts.</strong>\r\n\r\nThe Bowling for Rhinos (BFR) event has gained momentum  every year and continues to grow in participation and financial success. Over  the past few years, AAZK, Inc. has been able to provide Lewa Wildlife  Conservancy with a single engine spotter airplane, a large transport truck for  the relocation of animals, solar-powered electrical fencing for the preserve,  etc. BFR now supplies part of Lewa\'s $850,000 annual operating budget. BFR  provides much needed boats, uniforms and funding for training and operation  of poaching guards (Rhino Patrol Units) in Indonesia.\r\n\r\nWhile the flagship species for this fund raiser  is the rhino, by providing financial assistance for the support of protected  rhino sanctuaries, the project also protects many other species of animals as  well as habitats. More information about Bowling for Rhinos may be found on the  Bowling for Rhino\'s Website:\r\n<a href="http://www.aazkbfr.org">http://www.aazkbfr.org.</a>\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino  Coordinators. If you would like to be part of this email group, please email  Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>.  This will let you communicate with each other on questions about t-shirts, bowling  alley prices, how to get more support from your zoo, etc. with other BFR  coordinators.\r\n\r\n<a href="/about/committee/bowling-for-rhinos/lewa-safaris/">Lewa Wildlife Conservancy Safaris</a>\r\n\r\n<a href="/wp-content/uploads/lewa_capital_request_2008.pdf">Urgent Capital request from Lewa!</a>\r\n<h3>Bowling For Rhinos  Announcement for 2008</h3>\r\nThe distribution of "AAZK\'s Bowling For Rhinos-sponsored by Blue Rhino" funds will follow these guidelines in 2008:\r\n\r\nBlue Rhino Gas donation ($20,000/year - Split 50/50 between LWC and IRF):\r\n$10K to LWC (Lewa Wildlife Conservancy in Kenya)\r\n$10K to IRF (The International Rhino Foundation)\r\n\r\nFunds are added to total BFR (Bowling For Rhinos) share.\r\n\r\nLWC receives the first $150,000 raised by BFR/year, plus $10K from Blue Rhino, guaranteed if BFR funds reach $150,000. All BFR funds over $150,000 will now go directly to The International Rhino Foundation (IRF) for use in the Indonesian Rhino Parks of Ujung Kulon, Way Kambas, and Bukit Barisan Selatan. IRF gets the $10,000 from Blue Rhino added to their share. The AAZK Board of Directors will be discussing the distribution of BFR funds during their Board meetings. They hope to come up with a distribution program of funds that will better suite all parties as BFR continues to grow.\r\n\r\n2007 Bowling For Rhinos events raised over $316,000. This was the best year on record as the increasing trend continues. Congratulations for a fabulous year! Bowling For Rhinos will soon break the $3 million mark and we continue to reach for attaining our goal of $500,000/year! Together AAZK can do it. We have and we will continue to make a difference in the conservation world. Please send me your organization\'s contact person/contact info ASAP along with the date of your event. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation. Please see <a href="http://aazkbfr.org/">http://aazkbfr.org</a> or contact Patty Pearthree: <a href="mailto:ppear3@pear3.org">ppear3@pear3.org</a>. We hope to merge the BFR website onto the AAZK this year.', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2009-11-12 08:36:10', '2009-11-12 13:36:10', '', 168, 'http://aazk.org/uncategorized/168-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (870, 2, '2009-11-06 16:00:40', '2009-11-06 21:00:40', '<img class="alignnone size-full wp-image-857" title="pbi-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi-logo.jpg" alt="pbi-logo" width="165" height="129" />PBI\'s Leadership Camp attracted worldwide attention when it was launched in the fall of 2004, and it has continued to grow every year since. <a href="http://www.tundrabuggy.com">Frontiers North\'s Tundra Buggy® Adventure</a> has been the major sponsor of this program since it was started.\r\n\r\nThe fall of 2009 marked the sixth year of PBI\'s Leadership Camp, which is held in Churchill, Manitoba during the polar bear migration. This year we hosted two camps: one for students and the second for zoo keepers affiliated with our Arctic Ambassador Centers.\r\n\r\nThe Keeper Camp involved a motivated group that is helping us reach an even wider audience. Keepers carry a unique cachet with zoo guests that can inspire them to do their part to reduce carbon emissions. In addition, as adults, animal keepers have a different level of community involvement than our teen ambassadors. By broadening our line-up of Arctic Ambassadors, PBI hopes to accelerate change at the personal and community levels on behalf of the great white bears.\r\n\r\nBelow are links to video and blogs about the experience.\r\n\r\n<a href="http://polarbearsinternational.org/student-journals/keeper-blog/">http://polarbearsinternational.org/student-journals/keeper-blog/</a>\r\n\r\n<a href="http://www.youtube.com/watch?v=amnQqGRdlTk">http://www.youtube.com/watch?v=amnQqGRdlTk</a>', 'Polar Bears International Leadership Camp', 0, '', 'inherit', 'closed', 'closed', '', '850-revision-7', '', '', '2009-11-06 16:00:40', '2009-11-06 21:00:40', '', 850, 'http://aazk.org/uncategorized/850-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (871, 2, '2009-11-13 18:19:55', '2009-11-13 23:19:55', '', 'walz', 0, '', 'inherit', 'closed', 'closed', '', 'walz', '', '', '2009-11-13 18:19:55', '2009-11-13 23:19:55', '', 192, 'http://aazk.org/wp-content/uploads/walz.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (872, 2, '2009-11-06 15:33:00', '2009-11-06 20:33:00', '<h3>Chair</h3>\r\nDeana Walz - The Living Planet Aquarium\r\n<h3>Purpose</h3>\r\nThe Behavioral Husbandry Committee formally came into being in late 2008. It brought together two very different and yet very alike committees, The Animal Training and Enrichment Committees. These were joined at the request of the two individual committees.\r\n\r\nThe AAZK Enrichment Committee was founded in 1994 and The Animal Training Committee was founded in 2000. These specialized groups were organized to provide specific resources in the areas of  enrichment and training. The timeliness of their formation filled a growing  need for support as these aspects of animal care evolved into a daily part of husbandry.\r\n\r\nSince the formation of these two  committees, most zoo professionals have found great success in utilizing both  training techniques and enrichment to solve behavioral challenges in captive animals. Many zoos now have a supportive "Behavioral Husbandry Department" or  staff that is dedicated to training, enrichment and animal welfare. Training and enrichment are no longer viewed necessarily as separate entities, but as two branches of behavioral management that are often used in concert. In our effort to stay current with the trends of professional zoo keeping, we have combined the two current committees into one AAZK, Inc. Behavioral Husbandry Committee. The focus of this committee would be training, enrichment and animal welfare.\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n<h3>Projects:</h3>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n<h3>Additional Information</h3>\r\n<ul>\r\n	<li><a href="/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a href="/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a href="/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a href="/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a href="/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;NotFlag=1">Training and Enrichment Video Library</a></li>\r\n	<li><a href="/about/committee/behavioral-husbandry/resources/">Resources</a></li>\r\n	<li><a href="/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n	<li><a href="/members/bhc.php">Suggested Guidelines for Enrichment</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n	<li><a href="/about/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n	<li><a href="/members/bhc.php">Enrichment Day Examples</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2009-11-06 15:33:00', '2009-11-06 20:33:00', '', 192, 'http://aazk.org/uncategorized/192-revision-21/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2729, 2, '2013-01-09 09:56:17', '2013-01-09 14:56:17', '', 'julie', 0, 'gdsfgdfs', 'inherit', 'closed', 'closed', '', 'julie', '', '', '2013-01-09 09:56:17', '2013-01-09 14:56:17', '', 192, 'http://aazk.org/wp-content/uploads/julie.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2728, 2, '2013-01-02 11:47:54', '2013-01-02 16:47:54', '<h3>Chair</h3>\r\nJulie Hartell De-Nardo - St. Louis Zoo\r\n<h3>Purpose</h3>\r\nThe Behavioral Husbandry Committee formally came into being in late 2008. It brought together two very different and yet very alike committees, The Animal Training and Enrichment Committees. These were joined at the request of the two individual committees.\r\n\r\nThe AAZK Enrichment Committee was founded in 1994 and The Animal Training Committee was founded in 2000. These specialized groups were organized to provide specific resources in the areas of  enrichment and training. The timeliness of their formation filled a growing  need for support as these aspects of animal care evolved into a daily part of husbandry.\r\n\r\nSince the formation of these two  committees, most zoo professionals have found great success in utilizing both  training techniques and enrichment to solve behavioral challenges in captive animals. Many zoos now have a supportive "Behavioral Husbandry Department" or  staff that is dedicated to training, enrichment and animal welfare. Training and enrichment are no longer viewed necessarily as separate entities, but as two branches of behavioral management that are often used in concert. In our effort to stay current with the trends of professional zoo keeping, we have combined the two current committees into one AAZK, Inc. Behavioral Husbandry Committee. The focus of this committee would be training, enrichment and animal welfare.\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n<h3>Projects:</h3>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n<h3>Additional Information</h3>\r\n<ul>\r\n	<li><a href="/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a href="/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a href="/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a href="/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a href="/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1">Training and Enrichment Video Library</a></li>\r\n	<li><a href="/about/committee/behavioral-husbandry/resources/">Resources</a></li>\r\n	<li><a href="/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n	<li><a href="/members/bhc.php">Suggested Guidelines for Enrichment</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n	<li><a href="/about/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n	<li><a href="/members/bhc.php">Enrichment Day Examples</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2013-01-02 11:47:54', '2013-01-02 16:47:54', '', 192, 'http://aazk.org/uncategorized/192-revision-25/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (873, 2, '2009-11-13 18:20:22', '2009-11-13 23:20:22', '<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-150x150.jpg" alt="walz" width="150" height="150" /> Deana Walz - The Living Planet Aquarium\r\n<h3>Purpose</h3>\r\nThe Behavioral Husbandry Committee formally came into being in late 2008. It brought together two very different and yet very alike committees, The Animal Training and Enrichment Committees. These were joined at the request of the two individual committees.\r\n\r\nThe AAZK Enrichment Committee was founded in 1994 and The Animal Training Committee was founded in 2000. These specialized groups were organized to provide specific resources in the areas of  enrichment and training. The timeliness of their formation filled a growing  need for support as these aspects of animal care evolved into a daily part of husbandry.\r\n\r\nSince the formation of these two  committees, most zoo professionals have found great success in utilizing both  training techniques and enrichment to solve behavioral challenges in captive animals. Many zoos now have a supportive "Behavioral Husbandry Department" or  staff that is dedicated to training, enrichment and animal welfare. Training and enrichment are no longer viewed necessarily as separate entities, but as two branches of behavioral management that are often used in concert. In our effort to stay current with the trends of professional zoo keeping, we have combined the two current committees into one AAZK, Inc. Behavioral Husbandry Committee. The focus of this committee would be training, enrichment and animal welfare.\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n<h3>Projects:</h3>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n<h3>Additional Information</h3>\r\n<ul>\r\n	<li><a href="/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a href="/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a href="/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a href="/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a href="/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;NotFlag=1">Training and Enrichment Video Library</a></li>\r\n	<li><a href="/about/committee/behavioral-husbandry/resources/">Resources</a></li>\r\n	<li><a href="/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n	<li><a href="/members/bhc.php">Suggested Guidelines for Enrichment</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n	<li><a href="/about/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n	<li><a href="/members/bhc.php">Enrichment Day Examples</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2009-11-13 18:20:22', '2009-11-13 23:20:22', '', 192, 'http://aazk.org/uncategorized/192-revision-22/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (852, 2, '2009-11-06 15:43:41', '2009-11-06 20:43:41', 'PBI\'s Leadership Camp attracted worldwide attention when it was launched in the fall of 2004, and it has continued to grow every year since. <a href="http://www.tundrabuggy.com">Frontiers North\'s Tundra Buggy® Adventure</a> has been the major sponsor of this program since it was started.\n\nThe fall of 2009 marked the sixth year of PBI\'s Leadership Camp, which is held in Churchill, Manitoba during the polar bear migration. This year we hosted two camps: one for students and the second for zoo keepers affiliated with our Arctic Ambassador Centers.\n\nThe Keeper Camp involved a motivated group that is helping us reach an even wider audience. Keepers carry a unique cachet with zoo guests that can inspire them to do their part to reduce carbon emissions. In addition, as adults, animal keepers have a different level of community involvement than our teen ambassadors. By broadening our line-up of Arctic Ambassadors, PBI hopes to accelerate change at the personal and community levels on behalf of the great white bears.\n\nBelow are links to video and blogs about the experience.\n\n<!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--> &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman","serif"; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin;} a:link, span.MsoHyperlink 	{mso-style-noshow:yes; 	mso-style-priority:99; 	color:blue; 	text-decoration:underline; 	text-underline:single;} a:visited, span.MsoHyperlinkFollowed 	{mso-style-noshow:yes; 	mso-style-priority:99; 	color:purple; 	mso-themecolor:followedhyperlink; 	text-decoration:underline; 	text-underline:single;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	font-size:10.0pt; 	mso-ansi-font-size:10.0pt; 	mso-bidi-font-size:10.0pt;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; <!--[if gte mso 10]> <style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:"Table Normal";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-qformat:yes;\n	mso-style-parent:"";\n	mso-padding-alt:0in 5.4pt 0in 5.4pt;\n	mso-para-margin:0in;\n	mso-para-margin-bottom:.0001pt;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:"Calibri","sans-serif";\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-fareast-font-family:"Times New Roman";\n	mso-fareast-theme-font:minor-fareast;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-bidi-font-family:"Times New Roman";\n	mso-bidi-theme-font:minor-bidi;}\n</style> <![endif]--><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"><a href="http://polarbearsinternational.org/student-journals/keeper-blog/">http://polarbearsinternational.org/student-journals/keeper-blog/</a></span>\n\n<!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--> &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman","serif"; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin;} a:link, span.MsoHyperlink 	{mso-style-noshow:yes; 	mso-style-priority:99; 	color:blue; 	text-decoration:underline; 	text-underline:single;} a:visited, span.MsoHyperlinkFollowed 	{mso-style-noshow:yes; 	mso-style-priority:99; 	color:purple; 	mso-themecolor:followedhyperlink; 	text-decoration:underline; 	text-underline:single;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	font-size:10.0pt; 	mso-ansi-font-size:10.0pt; 	mso-bidi-font-size:10.0pt;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; <!--[if gte mso 10]> <style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:"Table Normal";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-qformat:yes;\n	mso-style-parent:"";\n	mso-padding-alt:0in 5.4pt 0in 5.4pt;\n	mso-para-margin:0in;\n	mso-para-margin-bottom:.0001pt;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:"Calibri","sans-serif";\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-fareast-font-family:"Times New Roman";\n	mso-fareast-theme-font:minor-fareast;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-bidi-font-family:"Times New Roman";\n	mso-bidi-theme-font:minor-bidi;}\n</style> <![endif]--><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"><a href="http://www.youtube.com/watch?v=amnQqGRdlTk">http://www.youtube.com/watch?v=amnQqGRdlTk</a></span>', 'Polar Bears International Leadership Camp', 0, '', 'inherit', 'closed', 'closed', '', '850-revision-2', '', '', '2009-11-06 15:43:41', '2009-11-06 20:43:41', '', 850, 'http://aazk.org/uncategorized/850-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (874, 2, '2009-11-13 18:23:47', '2009-11-13 23:23:47', '', 'wiggins', 0, '', 'inherit', 'closed', 'closed', '', 'wiggins', '', '', '2009-11-13 18:23:47', '2009-11-13 23:23:47', '', 395, 'http://aazk.org/wp-content/uploads/wiggins.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (882, 2, '2009-11-18 06:39:28', '2009-11-18 11:39:28', '', 'barbara', 0, '', 'inherit', 'closed', 'closed', '', 'barbara', '', '', '2009-11-18 06:39:28', '2009-11-18 11:39:28', '', 395, 'http://aazk.org/wp-content/uploads/barbara.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (875, 2, '2009-11-06 10:38:48', '2009-11-06 15:38:48', '<div class="bod first">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="title">President</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Cleveland Metroparks Zoo</div>\r\n<div class="affiliated_zoo_location">Cleveland, OH</div>\r\n<ul class="committees">\r\n	<li><a href="http://www.iczoo.org">International Congress on Zookeeping</a>,</li>\r\n	<li>Professional association liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Vice President</div>\r\n<a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n<div class="info">\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="affiliated_zoo_location">San Diego, CA</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/bylaws-committee/">Bylaws</a>,</li>\r\n	<li><a href="/committee/ethics-committee/">Ethics</a>,</li>\r\n	<li><a href="/committee/professional-development-committee/">Professional Development</a>,</li>\r\n	<li>Media</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Tammy Root</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:tammy.root@aecetia.net/gws/aazk">tammy.root@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Indianapolis Zoo</div>\r\n<div class="affiliated_zoo_location">Indianapolis, IN</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a>,</li>\r\n	<li>Husbandry liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-846" title="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny-150x150.jpg" alt="penny" width="150" height="150" /></div>\r\n<div class="name">Penny Jolly</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="affiliated_zoo_location">Orlando, FL</div>\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/">Bowling for Rhinos</a>,<a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/">\r\n</a></li>\r\n	<li><a href="/committee/conservation-committee/">Conservation Committee</a>,</li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Gisela Wiggins</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:gisela.wiggins@aecetia.net/gws/aazk">gisela.wiggins@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">North Carolina Zoo</div>\r\n<div class="affiliated_zoo_location">Asheboro, NC</div>\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/awards-committee/">Awards</a>,</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/grants-committee/">Grants</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Executive Director</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/annual-aazk-conferences/">Conferences</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Barbara Manspeaker</div>\r\n<div class="title">Administrative Secretary</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Susan Chan</div>\r\n<div class="title">Managing Editor AKF</div>\r\n<div class="email"><a href="mailto:susan.chan@aecetia.net/gws/aazk">susan.chan@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2009-11-06 10:38:48', '2009-11-06 15:38:48', '', 395, 'http://aazk.org/uncategorized/395-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (877, 2, '2009-11-13 18:28:26', '2009-11-13 23:28:26', '<div class="committee">\r\n<h3><a href="/committee/international-outreach-committee/">International Outreach Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-843 alignnone" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="title">Acting Chair</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/membership-resources/">Membership Resources</a></h3>\r\n<div class="chairman">\r\n<div class="name">Jacque Blessington</div>\r\n<div class="affiliated_zoo">Kansas City Zoo</div>\r\n<div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/annual-aazk-conferences/">Annual AAZK Conferences</a></h3>\r\n<div class="chairman">\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Conference Program Chair</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Shelly Roach</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Columbus Zoo</div>\r\n<div class="email"><a href="mailto:shelly.roach@aecetia.net/gws/aazk">shelly.roach@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /></div>\r\n<div class="name">Patty Pearthree</div>\r\n<div class="title">Coordinator</div>\r\n<div class="email"><a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-full wp-image-865" title="wagner" src="http://aecetia.net/gws/aazk/wp-content/uploads/wagner.jpg" alt="wagner" width="150" height="144" /></div>\r\n<div class="name">Denise Wagner</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Phoenix Zoo</div>\r\n<div class="email"><a href="mailto:denise.wagner@aecetia.net/gws/aazk">denise.wagner@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Vacant</div>\r\n<div class="title">Chair</div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-150x150.jpg" alt="walz" width="150" height="150" /></div>\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Janet McCoy</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Oregon Zoo</div>\r\n<div class="email"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Melaina Wallace</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:melaina.wallace@aecetia.net/gws/aazk">melaina.wallace@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-841 alignnone" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /></div>\r\n<div class="name">Amanda Kamradt</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Zoo New England</div>\r\n<div class="email"><a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2009-11-13 18:28:26', '2009-11-13 23:28:26', '', 496, 'http://aazk.org/uncategorized/496-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (876, 2, '2009-11-06 16:08:39', '2009-11-06 21:08:39', '<div class="committee">\r\n<h3><a href="/committee/international-outreach-committee/">International Outreach Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-843 alignnone" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="title">Acting Chair</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/membership-resources/">Membership Resources</a></h3>\r\n<div class="chairman">\r\n<div class="name">Jacque Blessington</div>\r\n<div class="affiliated_zoo">Kansas City Zoo</div>\r\n<div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/annual-aazk-conferences/">Annual AAZK Conferences</a></h3>\r\n<div class="chairman">\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Conference Program Chair</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Shelly Roach</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Columbus Zoo</div>\r\n<div class="email"><a href="mailto:shelly.roach@aecetia.net/gws/aazk">shelly.roach@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n<div class="chairman">\r\n<div class="name">Patty Pearthree</div>\r\n<div class="title">Coordinator</div>\r\n<div class="email"><a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Denise Wagner</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Phoenix Zoo</div>\r\n<div class="email"><a href="mailto:denise.wagner@aecetia.net/gws/aazk">denise.wagner@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Vacant</div>\r\n<div class="title">Chair</div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n<div class="chairman">\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Janet McCoy</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Oregon Zoo</div>\r\n<div class="email"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Melaina Wallace</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:melaina.wallace@aecetia.net/gws/aazk">melaina.wallace@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-841 alignnone" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /></div>\r\n<div class="name">Amanda Kamradt</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Zoo New England</div>\r\n<div class="email"><a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2009-11-06 16:08:39', '2009-11-06 21:08:39', '', 496, 'http://aazk.org/uncategorized/496-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (885, 2, '2010-04-23 16:04:47', '2010-04-23 21:04:47', 'The following links are relevant to the Bowling for Rhinos program.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<a href="http://www.bluerhino.com/BRWEB/Company-Info/Save-the-Rhinos.aspx"><img class="alignnone size-full wp-image-867" title="blue-rhino-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue-rhino-logo.jpg" alt="blue-rhino-logo" width="216" height="92" /></a> <a href="http://www.bluerhino.com/BRWEB/Company-Info/Save-the-Rhinos.aspx">Blue Rhino</a>\r\n\r\n<img class="alignnone size-medium wp-image-1461" title="lewaroundblack_withwebsite-2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewaroundblack_withwebsite-2-300x295.jpg" alt="lewaroundblack_withwebsite-2" width="180" height="177" /><a href="http://www.lewa.org">Lewa Wildlife Conservancy</a>\r\n\r\n<img class="alignnone size-full wp-image-986" title="irflogosm" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogosm.jpg" alt="irflogosm" width="150" height="98" /> <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a>\r\n\r\n<img class="alignnone size-full wp-image-987" title="acklogosm" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogosm.jpg" alt="acklogosm" width="144" height="150" /> <a href="http://www.actionforcheetahs.org/">Action for Cheetahs in Kenya</a>\r\n\r\n<img class="size-full wp-image-1832 alignleft" title="nrt-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/nrt-logo.jpg" alt="nrt-logo" width="135" height="170" />\r\n\r\n<a href="http://www.nrt-kenya.org">\r\n</a>\r\n\r\n<a href="http://www.nrt-kenya.org">\r\n</a>\r\n\r\n<a href="http://www.nrt-kenya.org">\r\n</a>\r\n\r\n<a href="http://www.nrt-kenya.org">Northern Rangelands Trust</a>', 'BFR Links', 0, '', 'draft', 'closed', 'closed', '', 'bfr-links', '', '', '2013-09-23 10:37:01', '2013-09-23 15:37:01', '', 168, 'http://aazk.org/?page_id=885', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (886, 2, '2009-11-20 08:38:55', '2009-11-20 13:38:55', 'The following links are relevant to the Bowling for Rhinos program.\n\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\n\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\n\n<a href="http://www.bluerhino.com/BRWEB/Company-Info/Save-the-Rhinos.aspx"><img class="alignnone size-full wp-image-867" title="blue-rhino-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue-rhino-logo.jpg" alt="blue-rhino-logo" width="216" height="92" /></a> <a href="http://www.bluerhino.com/BRWEB/Company-Info/Save-the-Rhinos.aspx">Blue Rhino</a>\n\nLewa Wildlife Conservancy\n\nInternational Rhino Foundation\n\nAction for Cheetahs in Kenya', 'BFR Links', 0, '', 'inherit', 'closed', 'closed', '', '885-revision', '', '', '2009-11-20 08:38:55', '2009-11-20 13:38:55', '', 885, 'http://aazk.org/uncategorized/885-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (887, 2, '2009-11-24 06:02:38', '2009-11-24 11:02:38', '<div class="vcard">\r\n<div class="fn org">American Association of Zoo Keepers</div>\r\n<address class="adr"> </address>\r\n<div class="street-address">3601 SW 29th St.</div>\r\n<div class="street-address">Suite 133</div>\r\n<span class="locality">Topeka</span>, <span class="region">KS</span>, <span class="postal-code">66614-2054</span>\r\n<div class="tel">785-273-9149</div>\r\n</div>', 'Contact', 0, '', 'inherit', 'closed', 'closed', '', '22-autosave-v1', '', '', '2009-11-24 06:02:38', '2009-11-24 11:02:38', '', 22, 'http://aazk.org/uncategorized/22-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (888, 1, '2009-05-26 09:33:34', '2009-05-26 14:33:34', '<div class="vcard">\r\n    <div class="fn org">American Association of Zoo Keepers</div>\r\n    <address class="adr">\r\n        <div class="street-address">3601 SW 29th St</div>\r\n        <span class="locality">Topeka</span>, <span class="region">KS</span>, <span class="postal-code">66614-2054</span>\r\n    </address>\r\n    <div class="tel">785-273-9149</div>\r\n</div>', 'Contact', 0, '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2009-05-26 09:33:34', '2009-05-26 14:33:34', '', 22, 'http://aazk.org/uncategorized/22-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (889, 2, '2013-06-13 10:57:52', '2013-06-13 15:57:52', '<h4><img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" alt="pdc_color_logo" width="155" height="300" /></h4>\r\n<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-2550" title="melaina3" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina3-150x150.jpg" alt="melaina3" width="150" height="150" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>\r\n<h3>Purpose</h3>\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\n<img class="alignnone size-medium wp-image-1814" title="pass_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" alt="pass_workshop" width="225" height="300" />\r\n\r\nThe Passerine Husbandry Workshop  taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom.   This  a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds.   PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website.\r\n\r\n<img class="alignnone size-medium wp-image-1815" title="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" alt="robert_webster" width="300" height="225" />\r\n\r\n<em>Dr. Robert Webster giving one of many bird husbandry talks</em>\r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo.   This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry.  This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website\r\n\r\n<img class="alignnone size-medium wp-image-1816" title="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" alt="predator_ridge" width="300" height="225" />\r\n\r\n<em>Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge</em>\r\n\r\n<strong>The Future</strong>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<em><strong>Professional Development Committee Members</strong></em>\r\n\r\n  \r\n<h3>Bob Cisneros - AAZK President</h3>\r\n<h3>Board Oversight</h3>\r\n<h3>San Diego Zoo</h3>\r\n \r\n<h3>Melaina Wallace - Co-chair</h3>\r\n<h3>Disney\'s Animal Kingdom</h3>\r\n \r\n<h3>Ellen Vossekull - Co-Chair</h3>\r\n<h3>Utah\'s Hogle Zoo</h3>\r\n \r\n<div><strong>Victor Alm</strong></div>\r\n Oakland Zoo\r\n<div><strong>Leanne Blinco</strong></div>\r\n Disney\'s Animal Kingdom\r\n<div><strong>Mike Murray</strong></div>\r\n Denver Zoo\r\n<div><strong>Aaron Jesue</strong></div>\r\n<strong> </strong>North Carolina Zoo\r\n<div><strong>Eunice Hui</strong></div>\r\n<strong> </strong>CuriOdyssey\r\n<div><strong>Dawn Sohr</strong></div>\r\n Brookfield Zoo\r\n<div><strong>Andrew Rowan</strong></div>\r\n Denver Zoo\r\n<div><strong>Anthony Nielsen</strong></div>\r\n<strong> </strong>Lincoln Park Zoo\r\n<div><strong>T\'noya Thopmson Gonzales</strong></div>\r\n<strong> </strong>Moody Gardens\r\n<div><strong>Chris Mooney</strong></div>\r\n<strong> </strong>San Diego Zoo\r\n<div><strong>Sasha Stallard</strong></div>\r\n<strong> </strong>San Diego Zoo\'s Safari Park\r\n<div><strong>Janee Thill</strong></div>\r\n<strong> </strong>Sequoia Park Zoo\r\n<div><strong>Emily Merola</strong></div>\r\n<strong> </strong>Utah\'s Hogle Zoo', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-autosave-v1', '', '', '2013-06-13 10:57:52', '2013-06-13 15:57:52', '', 178, 'http://aazk.org/uncategorized/178-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2869, 2, '2012-08-29 10:22:32', '2012-08-29 15:22:32', '<h3><img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" alt="pdc_color_logo" width="155" height="300" /></h3>\r\n<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-2550" title="melaina3" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina3-150x150.jpg" alt="melaina3" width="150" height="150" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>\r\n<h3>Purpose</h3>\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership  and educational opportunities for all National AAZK members.\r\n\r\n<strong>2010</strong>\r\nThe 2010 AAZK National Conference in Philadelphia was an interesting and busy time for the Professional Development Committee.   The committee again hosted two continuing education workshops.   The workshops presented were a Passerine Husbandry Workshop and a Rotating Exhibits Workshop.\r\n\r\n<img class="alignnone size-medium wp-image-1814" title="pass_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" alt="pass_workshop" width="225" height="300" />\r\n\r\nThe Passerine Husbandry Workshop was taught by Dr. Robert Webster from the Toledo Zoo and was sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom.   This was a 6 hour workshop that focused on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds.   On top of that it gave a host of other talks that focused passerine bird biology, husbandry, and behavioral husbandry. PDF\'s from this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website.\r\n\r\n<img class="alignnone size-medium wp-image-1815" title="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" alt="robert_webster" width="300" height="225" />\r\n\r\n<em>Dr. Robert Webster giving one of many bird husbandry talks</em>\r\n\r\nThe Rotating Exhibit Workshop was an evening workshop that was hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo.   This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry.  This two hour workshop focused on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s from this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website\r\n\r\n<img class="alignnone size-medium wp-image-1816" title="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" alt="predator_ridge" width="300" height="225" />\r\n\r\n<em>Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge</em>\r\n\r\n<strong>The Future</strong>\r\n\r\nOne of the other main focuses of the committee at this conference was to meet about the new direction of the professional development committee and their increasing role in the future of the AAZK.\r\n\r\n<em><strong>2010 Professional Development Committee Members</strong></em>\r\nMelaina Wallace – Chair                                  Bob Cisneros- Liaison to Board\r\nDisney’s Animal Kingdom                                   San Diego Zoo\r\n\r\nKelly Wilson                                                  Victor Alm\r\nDetroit Zoo                                                  Oakland Zoo\r\n\r\nBandy Hicks                                                                                            Leann Blinco\r\nBoat Club Road Animal Hospital                          Disney\'s Animal Kingdom\r\nWhitetail Veterinary Services\r\n\r\nMike Murray                                                Aaron Jesue\r\nDenver Zoo                                                                                              North Carolina Zoo\r\n\r\nDawn Sohr                                                                              Andrew Rowan\r\nBrookfield Zoo                                                                       Denver Zoo\r\n\r\nEllen Vossekuil                                             Amanda Hall\r\nUtah’s Hogle Zoo                                       Zoo New England\r\n\r\nEunice Hui                                                                              Anthony Nielsen\r\nCuriOdyssey                                                Lincoln Park Zoo\r\n\r\nT’Noya Thompson Gonzales\r\nMoody Gardens\r\n<strong></strong>\r\n\r\n<strong></strong>', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2012-08-29 10:22:32', '2012-08-29 15:22:32', '', 178, 'http://aazk.org/uncategorized/178-revision-18/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2866, 2, '2013-05-30 16:59:49', '2013-05-30 21:59:49', '<div class="committee">\r\n<h3><a href="http://aecetia.net/gws/aazk/committee/international-congress-zookeepers/">International Congress of Zookeepers\r\n</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /></div>\r\n<div class="email">Norah Farnham</div>\r\n<div class="email">AAZK representative</div>\r\n<div class="email">Woodland Park Zoo</div>\r\n<div class="email"><a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a></div>\r\n<div class="email">\r\n<div class="name"><img class="size-full wp-image-2529 alignnone" title="sara_wunder2" src="http://aecetia.net/gws/aazk/wp-content/uploads/sara_wunder2.jpg" alt="sara_wunder2" width="150" height="171" /></div>\r\n<div class="email">Sara Wunder Steward</div>\r\n<div class="email">AAZK representative</div>\r\n<div class="email">Busch Gardens Tampa</div>\r\n<div class="email"><a href="mailto:sara.steward@aecetia.net/gws/aazk">sara.steward@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="committee"><a href="/committee/annual-aazk-conferences/">Annual AAZK Conferences</a></div>\r\n<div class="committee">\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Conference Program Chair</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /></div>\r\n<div class="name">Shelly Roach</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Columbus Zoo</div>\r\n<div class="email"><a href="mailto:shelly.roach@aecetia.net/gws/aazk">shelly.roach@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /></div>\r\n<div class="name">Patty Pearthree</div>\r\n<div class="title">Coordinator</div>\r\n<div class="email"><a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="email"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-full wp-image-1937" title="rickotarsky" src="http://aecetia.net/gws/aazk/wp-content/uploads/rickotarsky.jpg" alt="rickotarsky" width="131" height="150" /></div>\r\n<div class="name">Ric Kotarsky</div>\r\n<div class="title">Chair</div>\r\n<div class="title">Tulsa Zoo</div>\r\n<div class="title"><a href="mailto:ric.kotarsky@aecetia.net/gws/aazk">ric.kotarsky@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-full wp-image-2729" title="julie" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="julie" width="120" height="141" /></div>\r\n<div class="name">Julie Hartell-DeNardo</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:julie.hartell.denardo@aecetia.net/gws/aazk">julie.hartell.denardo@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1249 alignnone" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /></div>\r\n<div class="name">Janet McCoy</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-2550" title="melaina3" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina3-150x150.jpg" alt="melaina3" width="150" height="150" /></div>\r\n<div class="name">Melaina Wallace</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:melaina.wallace@aecetia.net/gws/aazk">melaina.wallace@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-841 alignnone" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /></div>\r\n<div class="name">Amanda Kamradt</div>\r\n<div class="title">Co-chair</div>\r\n<div class="affiliated_zoo">Zoo New England</div>\r\n<div class="email"><a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a></div>\r\n<div class="email">\r\n<div class="name"><img class="alignnone size-full wp-image-2428" title="christy_poelker" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy_poelker.jpg" alt="christy_poelker" width="136" height="159" /></div>\r\n<div class="name">Christy Poelker</div>\r\n<div class="title">Co-chair</div>\r\n<div class="affiliated_zoo">Saint Louis Zoo</div>\r\n<div class="email"><a href="mailto:christy.poelker@aecetia.net/gws/aazk">christy.poelker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2013-05-30 16:59:49', '2013-05-30 21:59:49', '', 496, 'http://aazk.org/uncategorized/496-revision-30/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (890, 2, '2009-11-25 08:48:38', '2009-11-25 13:48:38', '', 'bcs_scoring', 0, '', 'inherit', 'closed', 'closed', '', 'bcs_scoring', '', '', '2009-11-25 08:48:38', '2009-11-25 13:48:38', '', 178, 'http://aazk.org/wp-content/uploads/bcs_scoring.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (891, 2, '2009-11-25 08:49:17', '2009-11-25 13:49:17', '', 'capture_restraint_workshop', 0, '', 'inherit', 'closed', 'closed', '', 'capture_restraint_workshop', '', '', '2009-11-25 08:49:17', '2009-11-25 13:49:17', '', 178, 'http://aazk.org/wp-content/uploads/capture_restraint_workshop.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (892, 1, '2009-05-31 15:40:45', '2009-05-31 20:40:45', '<h3>Chair</h3>\r\n<p>Melaina Wallace - <em>Disney\'s Animal Kingdom</em></p>\r\n\r\n<h3>Purpose</h3>\r\n<p>The Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership  and educational opportunities for all National AAZK members. The committee is comprised of 10 members.</p>\r\n\r\n<h3>Current Projects</h3>\r\n\r\n<ul>\r\n    <li>We are working with the conference organizers to development workshops for the 2009 conference.</li>\r\n    <li>We are looking into the possibilities for Keeper Certification/Qualification Program.</li>\r\n</ul>', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2009-05-31 15:40:45', '2009-05-31 20:40:45', '', 178, 'http://aazk.org/uncategorized/178-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (893, 2, '2009-11-25 08:53:26', '2009-11-25 13:53:26', '<h3>Chair</h3>\r\nMelaina Wallace - <em>Disney\'s Animal Kingdom</em>\r\n<h3>Purpose</h3>\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership  and educational opportunities for all National AAZK members.\r\n\r\n<strong>2009</strong>\r\nThis past year the Professional Development Committee put together two workshops for the 2009 AAZK National Conference/ICZ in Seattle, WA.  The Body Condition Scoring Workshop and the Capture and Restraint Workshop.\r\n\r\nThe Body Condition Scoring (BCS) Workshop took place on Zoo Day at Woodland Park Zoo.  Dr. Mark Edwards, from California Polytechnic State University instructed the course and took keepers out into the “field” where they were able to assess animals at Woodland Park Zoo with their new found BCS skills.\r\n\r\n<img class="alignnone size-full wp-image-890" title="bcs_scoring" src="http://aecetia.net/gws/aazk/wp-content/uploads/bcs_scoring.jpg" alt="bcs_scoring" width="768" height="577" />\r\n\r\n<strong><em>Class participants utilize their classroom knowledge with a Sicilian donkey\r\nPhoto by Kelly Wilson</em></strong>\r\n\r\nThe Capture and Restraint Workshop was instructed by Dr. Mark Johnson and Bob Cisneros from the San Diego Zoo.  Dr. Johnson taught workshop attendees how to be an effective participant in any form of animal restraint, while Bob Cisneros went over basic fundamentals on restraining various forms of animal species.\r\n\r\n<img class="alignnone size-full wp-image-891" title="capture_restraint_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/capture_restraint_workshop.jpg" alt="capture_restraint_workshop" width="604" height="454" />\r\n\r\n<em><strong>Dr. Mark Johnson and Bob Cisneros go over restraint techniques\r\nPhoto by Kelly Wilson</strong></em>\r\n\r\n<strong>The Future</strong>\r\nWe are currently working with the conference committee at Philadelphia AAZK to finalize the workshops for the 2010 National Conference in Philadelphia.  We continue to search out experts to bring conference delegates the most current technologies and innovations in animal care. The Professional Development Committee is also working with the Board of Directors and members of the Association of Zoos and Aquariums on a keeper certification process.\r\n\r\n<strong>Want to Help?</strong>\r\nThe Professional Development Committee is currently seeking new members!  We want to continue to provide to the highest quality workshops possible and we need your help!  If you are interested in joining the Professional Development team please contact Melaina Wallace at <a href="mailto:melaina.g.wallace@aecetia.net/gws/aazk">Melaina.G.Wallace@aecetia.net/gws/aazk</a>.\r\n<strong>\r\n2009 Professional Development Committee Members</strong>\r\n\r\nMelaina Wallace – Chair\r\nDisney’s Animal Kingdom\r\n\r\nBob Cisneros- Liaison to Board\r\nSan Diego Zoo\r\n\r\nKelly Wilson\r\nDetroit Zoo\r\n\r\nVictor Alm\r\nOakland Zoo\r\n\r\nBandy Hicks\r\nBoat Club Road Animal Hospital Whitetail Veterinary Services\r\n\r\nLeanne Blinco\r\nDisney’s Animal Kingdom\r\n\r\nMike Murray\r\nDenver Zoo', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2009-11-25 08:53:26', '2009-11-25 13:53:26', '', 178, 'http://aazk.org/uncategorized/178-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (894, 2, '2009-11-26 09:29:57', '2009-11-26 14:29:57', '<ul>\r\n	<li>About the Cover/Information for Contributors</li>\r\n	<li>Scoops &amp; Scuttlebutt</li>\r\n	<li>From the President</li>\r\n	<li>AAZK Announces New Members</li>\r\n	<li>Coming Events</li>\r\n	<li>Spotlight on AAZK Committees (Professional Development)</li>\r\n	<li>Call for Papers for Avian Husbandry Dedicated Issue</li>\r\n	<li>Training Tales (Operant Conditioning in Infant Lowland Gorilla)</li>\r\n	<li>Resources for Crisis Management CD Order Information</li>\r\n	<li>Living with the Polar Bears of Churchill During Keeper Leadership Camp</li>\r\n	<li>Reactions Column (Directed Routes of Containment)</li>\r\n	<li>GPS Enabled Zoo iPhone® Application Launched at Houston Zoo</li>\r\n	<li>Enrichment Options (Creation of PVC Feeder for Giant Panda)</li>\r\n	<li>Radiograph Training a Bonobo</li>\r\n	<li>Book Reviews (<em>Herpetological History of the Zoo and Aquarium World</em>;\r\n<em>Veterinary Disaster Response</em> and <em>Snakebit: Confessions of a Herpetologist</em>)</li>\r\n	<li>National Zoo Creates Frozen Coral Repository</li>\r\n	<li>Different Stripes: Training a Herd of Plains Zebra</li>\r\n	<li>Conservation/Legislative Update</li>\r\n</ul>', 'December 2009', 0, '', 'draft', 'closed', 'closed', '', 'december-2009', '', '', '2013-10-15 17:49:23', '2013-10-15 22:49:23', '', 0, 'http://aazk.org/?p=894', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (895, 2, '2009-11-26 09:26:30', '2009-11-26 14:26:30', '<ul>\n	<li>About the Cover/Information for Contributors</li>\n</ul>\n<ul>\n	<li>Scoops &amp; Scuttlebutt</li>\n</ul>\n<ul>\n	<li>From the President</li>\n</ul>\n<ul>\n	<li>AAZK Announces New Members</li>\n</ul>\n<ul>\n	<li>Coming Events</li>\n</ul>\n<ul>\n	<li>Spotlight on AAZK Committees (Professional Development)</li>\n</ul>\n<ul>\n	<li>Call for Papers for Avian Husbandry Dedicated Issue</li>\n</ul>\n<ul>\n	<li>Training Tales (Operant Conditioning in Infant Lowland Gorilla)</li>\n	<li>Resources for Crisis Management CD Order Information</li>\n</ul>\n<ul>\n	<li>Living with the Polar Bears of Churchill During Keeper Leadership Camp</li>\n	<li>Reactions Column (Directed Routes of Containment)</li>\n	<li>GPS Enabled Zoo iPhone® Application Launched at Houston Zoo</li>\n	<li>Enrichment Options (Creation of PVC Feeder for Giant Panda)\nRadiograph Training a Bonobo\nBook Reviews (Herpetological History of the Zoo and Aquarium World;\nVeterinary Disaster Response and Snakebit: Confessions of a     Herpetologist)\nNational Zoo Creates Frozen Coral Repository\nDifferent Stripes: Training a Herd of Plains Zebra\nConservation/Legislative Update</li>\n</ul>', 'Table of Contents: December 2009', 0, '', 'inherit', 'closed', 'closed', '', '894-revision', '', '', '2009-11-26 09:26:30', '2009-11-26 14:26:30', '', 894, 'http://aazk.org/uncategorized/894-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (898, 2, '2009-11-26 09:29:33', '2009-11-26 14:29:33', '<ul>\r\n	<li>About the Cover/Information for Contributors</li>\r\n	<li>Scoops &amp; Scuttlebutt</li>\r\n	<li>From the President</li>\r\n	<li>AAZK Announces New Members</li>\r\n	<li>Coming Events</li>\r\n	<li>Spotlight on AAZK Committees (Professional Development)</li>\r\n	<li>Call for Papers for Avian Husbandry Dedicated Issue</li>\r\n	<li>Training Tales (Operant Conditioning in Infant Lowland Gorilla)</li>\r\n	<li>Resources for Crisis Management CD Order Information</li>\r\n	<li>Living with the Polar Bears of Churchill During Keeper Leadership Camp</li>\r\n	<li>Reactions Column (Directed Routes of Containment)</li>\r\n	<li>GPS Enabled Zoo iPhone® Application Launched at Houston Zoo</li>\r\n	<li>Enrichment Options (Creation of PVC Feeder for Giant Panda)</li>\r\n	<li>Radiograph Training a Bonobo</li>\r\n	<li>Book Reviews (<em>Herpetological History of the Zoo and Aquarium World</em>;\r\n<em>Veterinary Disaster Response</em> and <em>Snakebit: Confessions of a     Herpetologist</em>)</li>\r\n	<li>National Zoo Creates Frozen Coral Repository</li>\r\n	<li>Different Stripes: Training a Herd of Plains Zebra</li>\r\n	<li>Conservation/Legislative Update</li>\r\n</ul>', 'December 2009', 0, '', 'inherit', 'closed', 'closed', '', '894-revision-4', '', '', '2009-11-26 09:29:33', '2009-11-26 14:29:33', '', 894, 'http://aazk.org/uncategorized/894-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (896, 2, '2009-11-26 09:27:30', '2009-11-26 14:27:30', '<ul>\n	<li>About the Cover/Information for Contributors</li>\n</ul>\n<ul>\n	<li>Scoops &amp; Scuttlebutt</li>\n</ul>\n<ul>\n	<li>From the President</li>\n</ul>\n<ul>\n	<li>AAZK Announces New Members</li>\n</ul>\n<ul>\n	<li>Coming Events</li>\n</ul>\n<ul>\n	<li>Spotlight on AAZK Committees (Professional Development)</li>\n</ul>\n<ul>\n	<li>Call for Papers for Avian Husbandry Dedicated Issue</li>\n</ul>\n<ul>\n	<li>Training Tales (Operant Conditioning in Infant Lowland Gorilla)</li>\n	<li>Resources for Crisis Management CD Order Information</li>\n</ul>\n<ul>\n	<li>Living with the Polar Bears of Churchill During Keeper Leadership Camp</li>\n	<li>Reactions Column (Directed Routes of Containment)</li>\n	<li>GPS Enabled Zoo iPhone® Application Launched at Houston Zoo</li>\n	<li>Enrichment Options (Creation of PVC Feeder for Giant Panda)</li>\n	<li>Radiograph Training a Bonobo</li>\n	<li>Book Reviews (<em>Herpetological History of the Zoo and Aquarium World</em>;\n<em>Veterinary Disaster Response</em> and <em>Snakebit: Confessions of a     Herpetologist</em>)</li>\n	<li>National Zoo Creates Frozen Coral Repository</li>\n	<li>Different Stripes: Training a Herd of Plains Zebra</li>\n	<li>Conservation/Legislative Update</li>\n</ul>', 'Table of Contents: December 2009', 0, '', 'inherit', 'closed', 'closed', '', '894-revision-2', '', '', '2009-11-26 09:27:30', '2009-11-26 14:27:30', '', 894, 'http://aazk.org/uncategorized/894-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (897, 2, '2009-11-26 09:27:49', '2009-11-26 14:27:49', '<ul>\r\n	<li>About the Cover/Information for Contributors</li>\r\n</ul>\r\n<ul>\r\n	<li>Scoops &amp; Scuttlebutt</li>\r\n</ul>\r\n<ul>\r\n	<li>From the President</li>\r\n</ul>\r\n<ul>\r\n	<li>AAZK Announces New Members</li>\r\n</ul>\r\n<ul>\r\n	<li>Coming Events</li>\r\n</ul>\r\n<ul>\r\n	<li>Spotlight on AAZK Committees (Professional Development)</li>\r\n</ul>\r\n<ul>\r\n	<li>Call for Papers for Avian Husbandry Dedicated Issue</li>\r\n</ul>\r\n<ul>\r\n	<li>Training Tales (Operant Conditioning in Infant Lowland Gorilla)</li>\r\n	<li>Resources for Crisis Management CD Order Information</li>\r\n</ul>\r\n<ul>\r\n	<li>Living with the Polar Bears of Churchill During Keeper Leadership Camp</li>\r\n	<li>Reactions Column (Directed Routes of Containment)</li>\r\n	<li>GPS Enabled Zoo iPhone® Application Launched at Houston Zoo</li>\r\n	<li>Enrichment Options (Creation of PVC Feeder for Giant Panda)</li>\r\n	<li>Radiograph Training a Bonobo</li>\r\n	<li>Book Reviews (<em>Herpetological History of the Zoo and Aquarium World</em>;\r\n<em>Veterinary Disaster Response</em> and <em>Snakebit: Confessions of a     Herpetologist</em>)</li>\r\n	<li>National Zoo Creates Frozen Coral Repository</li>\r\n	<li>Different Stripes: Training a Herd of Plains Zebra</li>\r\n	<li>Conservation/Legislative Update</li>\r\n</ul>', 'Table of Contents: December 2009', 0, '', 'inherit', 'closed', 'closed', '', '894-revision-3', '', '', '2009-11-26 09:27:49', '2009-11-26 14:27:49', '', 894, 'http://aazk.org/uncategorized/894-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (899, 2, '2009-11-26 09:38:25', '2009-11-26 14:38:25', '<em>By\r\nAngela Johnson, Keeper, Louisville Zoo, Louisville, KY\r\nand\r\nJosie Romasco, Keeper, Pittsburgh Zoo, Pittsburgh, PA</em>\r\n\r\nOn Sunday, 4 October 2009 zookeepers from Canada, Denmark, and the United States gathered together for the first time in a hotel in Winnipeg, Canada.  They traveled there to be part of the first “Arctic Ambassador Keeper Leadership Camp” sponsored by Polar Bears International [PBI] and AAZK. Most of us had never met before this day. The following morning we met in the lobby of the hotel, crossed the street to the airport, and boarded an airplane to Churchill, Manitoba, Canada. None of us had any idea what to expect on our journey, nor did we realize that this trip would later change our lives forever.\r\n<img class="alignnone size-full wp-image-900" title="polarbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/polarbear.jpg" alt="polarbear" width="800" height="601" />\r\n\r\n<strong>Those attending the Arctic Ambassador Leadership Camp frequently saw polar bears outside their Tundra Buggy™ classroom.  (Photo by Josie Romasco)</strong>\r\n\r\nUpon arriving in Churchill, we took a tour of the small town of about 850 people on the Tundra Buggy™.  First, we drove to the site of an old landfill that had been turned into a recycling plant. The townspeople of Churchill had found that bears would often feed off the waste materials in the landfill, thus bringing them close to town on a regular basis. So in an effort to reduce their presence, the dumping ground then became a recycling plant. However, while it did serve its purpose by attracting fewer polar bears, a new issue arose: what to do with all of the recyclables!  Quite frankly, it costs too much to take the recycled materials to be processed because of the town’s remote location, and not enough people are buying recycled materials to fit the demand.  Unfortunately, this most likely means that the recycling center will be decommissioned, the landfill will soon return, and so will the hungry polar bears.\r\n\r\nNext, we went to a cabin and met local trappers and learned about their livelihoods. These were three individuals who have lived off the land and have the utmost respect for it. To them, nature is all about balance, and as long as they take only what they need, they feel they are sustaining the arctic species. Should they discontinue their ways, from their experience, Mother Nature will take it upon herself to control wildlife populations by spreading disease—leaving valuable fur and meat wasted and unused. At least by trapping in a conscientious manner, every part of the animal is utilized.\r\n\r\nWe then traveled to D20 that is also known as polar bear “jail.” Jail implies that the bears have done something wrong. Wandering into town, possibly looking for food, while waiting for the ice on the Hudson Bay to freeze in order to hunt is hardly a crime. D20 is a holding facility for polar bears. A Polar Bear Alert Program is in effect in the town of Churchill. There are three main goals of the Polar Bear Alert Program (1) The safety of the people (2) The safety of the bears and (3) Decreasing habituation of the bears to people. When a bear wanders into town for the first time, an effort is made to deter the bear.  Hazing by using loud sounds such as gun fire, will sometimes deter the bears. Bears that will not depart town or bears that continue to come into town are caught in a live trap. The bears are then transported to the holding facility where they will live, having no interaction with……..\r\n\r\n<em><strong>Want to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>', 'Living with the Polar Bears of Churchill During Keeper Leadership Camp', 0, '', 'draft', 'closed', 'closed', '', 'living-with-the-polar-bears-of-churchill-during-keeper-leadership-camp', '', '', '2013-10-15 17:49:23', '2013-10-15 22:49:23', '', 0, 'http://aazk.org/?p=899', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (900, 2, '2009-11-26 09:34:12', '2009-11-26 14:34:12', '', 'polarbear', 0, '', 'inherit', 'closed', 'closed', '', 'polarbear', '', '', '2009-11-26 09:34:12', '2009-11-26 14:34:12', '', 899, 'http://aazk.org/wp-content/uploads/polarbear.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (901, 2, '2009-11-26 09:35:18', '2009-11-26 14:35:18', '<em>By\nAngela Johnson, Keeper, Louisville Zoo, Louisville, KY\nand\nJosie Romasco, Keeper, Pittsburgh Zoo, Pittsburgh, PA</em>\n\nOn Sunday, 4 October 2009 zookeepers from Canada, Denmark, and the United States gathered together for the first time in a hotel in Winnipeg, Canada.  They traveled there to be part of the first “Arctic Ambassador Keeper Leadership Camp” sponsored by Polar Bears International [PBI] and AAZK. Most of us had never met before this day. The following morning we met in the lobby of the hotel, crossed the street to the airport, and boarded an airplane to Churchill, Manitoba, Canada. None of us had any idea what to expect on our journey, nor did we realize that this trip would later change our lives forever.\n<img class="alignnone size-full wp-image-900" title="polarbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/polarbear.jpg" alt="polarbear" width="800" height="601" />\n\n<strong>Those attending the Arctic Ambassador Leadership Camp frequently saw polar bears outside their Tundra Buggy™ classroom. </strong>\n\n<strong>(Photo by Josie Romasco)</strong>\nUpon arriving in Churchill, we took a tour of the small town of about 850 people on the Tundra Buggy™.  First, we drove to the site of an old landfill that had been turned into a recycling plant. The townspeople of Churchill had found that bears would often feed off the waste materials in the landfill, thus bringing them close to town on a regular basis. So in an effort to reduce their presence, the dumping ground then became a recycling plant. However, while it did serve its purpose by attracting fewer polar bears, a new issue arose: what to do with all of the recyclables!  Quite frankly, it costs too much to take the recycled materials to be processed because of the town’s remote location, and not enough people are buying recycled materials to fit the demand.  Unfortunately, this most likely means that the recycling center will be decommissioned, the landfill will soon return, and so will the hungry polar bears.\n\nNext, we went to a cabin and met local trappers and learned about their livelihoods. These were three individuals who have lived off the land and have the utmost respect for it. To them, nature is all about balance, and as long as they take only what they need, they feel they are sustaining the arctic species. Should they discontinue their ways, from their experience, Mother Nature will take it upon herself to control wildlife populations by spreading disease—leaving valuable fur and meat wasted and unused. At least by trapping in a conscientious manner, every part of the animal is utilized.\n\nWe then traveled to D20 that is also known as polar bear “jail.” Jail implies that the bears have done something wrong. Wandering into town, possibly looking for food, while waiting for the ice on the Hudson Bay to freeze in order to hunt is hardly a crime. D20 is a holding facility for polar bears. A Polar Bear Alert Program is in effect in the town of Churchill. There are three main goals of the Polar Bear Alert Program (1) The safety of the people (2) The safety of the bears and (3) Decreasing habituation of the bears to people. When a bear wanders into town for the first time, an effort is made to deter the bear.  Hazing by using loud sounds such as gun fire, will sometimes deter the bears. Bears that will not depart town or bears that continue to come into town are caught in a live trap. The bears are then transported to the holding facility where they will live, having no interaction with……..\n\nWant to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. JOIN NOW!', 'Living with the Polar Bears of Churchill During Keeper Leadership Camp', 0, '', 'inherit', 'closed', 'closed', '', '899-revision', '', '', '2009-11-26 09:35:18', '2009-11-26 14:35:18', '', 899, 'http://aazk.org/uncategorized/899-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (902, 2, '2009-11-26 09:35:29', '2009-11-26 14:35:29', '<em>By\r\nAngela Johnson, Keeper, Louisville Zoo, Louisville, KY\r\nand\r\nJosie Romasco, Keeper, Pittsburgh Zoo, Pittsburgh, PA</em>\r\n\r\nOn Sunday, 4 October 2009 zookeepers from Canada, Denmark, and the United States gathered together for the first time in a hotel in Winnipeg, Canada.  They traveled there to be part of the first “Arctic Ambassador Keeper Leadership Camp” sponsored by Polar Bears International [PBI] and AAZK. Most of us had never met before this day. The following morning we met in the lobby of the hotel, crossed the street to the airport, and boarded an airplane to Churchill, Manitoba, Canada. None of us had any idea what to expect on our journey, nor did we realize that this trip would later change our lives forever.\r\n<img class="alignnone size-full wp-image-900" title="polarbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/polarbear.jpg" alt="polarbear" width="800" height="601" />\r\n\r\n<strong>Those attending the Arctic Ambassador Leadership Camp frequently saw polar bears outside their Tundra Buggy™ classroom. </strong>\r\n\r\n<strong>(Photo by Josie Romasco)</strong>\r\nUpon arriving in Churchill, we took a tour of the small town of about 850 people on the Tundra Buggy™.  First, we drove to the site of an old landfill that had been turned into a recycling plant. The townspeople of Churchill had found that bears would often feed off the waste materials in the landfill, thus bringing them close to town on a regular basis. So in an effort to reduce their presence, the dumping ground then became a recycling plant. However, while it did serve its purpose by attracting fewer polar bears, a new issue arose: what to do with all of the recyclables!  Quite frankly, it costs too much to take the recycled materials to be processed because of the town’s remote location, and not enough people are buying recycled materials to fit the demand.  Unfortunately, this most likely means that the recycling center will be decommissioned, the landfill will soon return, and so will the hungry polar bears.\r\n\r\nNext, we went to a cabin and met local trappers and learned about their livelihoods. These were three individuals who have lived off the land and have the utmost respect for it. To them, nature is all about balance, and as long as they take only what they need, they feel they are sustaining the arctic species. Should they discontinue their ways, from their experience, Mother Nature will take it upon herself to control wildlife populations by spreading disease—leaving valuable fur and meat wasted and unused. At least by trapping in a conscientious manner, every part of the animal is utilized.\r\n\r\nWe then traveled to D20 that is also known as polar bear “jail.” Jail implies that the bears have done something wrong. Wandering into town, possibly looking for food, while waiting for the ice on the Hudson Bay to freeze in order to hunt is hardly a crime. D20 is a holding facility for polar bears. A Polar Bear Alert Program is in effect in the town of Churchill. There are three main goals of the Polar Bear Alert Program (1) The safety of the people (2) The safety of the bears and (3) Decreasing habituation of the bears to people. When a bear wanders into town for the first time, an effort is made to deter the bear.  Hazing by using loud sounds such as gun fire, will sometimes deter the bears. Bears that will not depart town or bears that continue to come into town are caught in a live trap. The bears are then transported to the holding facility where they will live, having no interaction with……..\r\n\r\nWant to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. JOIN NOW!', 'Living with the Polar Bears of Churchill During Keeper Leadership Camp', 0, '', 'inherit', 'closed', 'closed', '', '899-revision-2', '', '', '2009-11-26 09:35:29', '2009-11-26 14:35:29', '', 899, 'http://aazk.org/uncategorized/899-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (903, 2, '2009-11-26 09:35:36', '2009-11-26 14:35:36', '<em>By\r\nAngela Johnson, Keeper, Louisville Zoo, Louisville, KY\r\nand\r\nJosie Romasco, Keeper, Pittsburgh Zoo, Pittsburgh, PA</em>\r\n\r\nOn Sunday, 4 October 2009 zookeepers from Canada, Denmark, and the United States gathered together for the first time in a hotel in Winnipeg, Canada.  They traveled there to be part of the first “Arctic Ambassador Keeper Leadership Camp” sponsored by Polar Bears International [PBI] and AAZK. Most of us had never met before this day. The following morning we met in the lobby of the hotel, crossed the street to the airport, and boarded an airplane to Churchill, Manitoba, Canada. None of us had any idea what to expect on our journey, nor did we realize that this trip would later change our lives forever.\r\n<img class="alignnone size-full wp-image-900" title="polarbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/polarbear.jpg" alt="polarbear" width="800" height="601" />\r\n\r\n<strong>Those attending the Arctic Ambassador Leadership Camp frequently saw polar bears outside their Tundra Buggy™ classroom. </strong>\r\n\r\n<strong>(Photo by Josie Romasco)</strong>\r\nUpon arriving in Churchill, we took a tour of the small town of about 850 people on the Tundra Buggy™.  First, we drove to the site of an old landfill that had been turned into a recycling plant. The townspeople of Churchill had found that bears would often feed off the waste materials in the landfill, thus bringing them close to town on a regular basis. So in an effort to reduce their presence, the dumping ground then became a recycling plant. However, while it did serve its purpose by attracting fewer polar bears, a new issue arose: what to do with all of the recyclables!  Quite frankly, it costs too much to take the recycled materials to be processed because of the town’s remote location, and not enough people are buying recycled materials to fit the demand.  Unfortunately, this most likely means that the recycling center will be decommissioned, the landfill will soon return, and so will the hungry polar bears.\r\n\r\nNext, we went to a cabin and met local trappers and learned about their livelihoods. These were three individuals who have lived off the land and have the utmost respect for it. To them, nature is all about balance, and as long as they take only what they need, they feel they are sustaining the arctic species. Should they discontinue their ways, from their experience, Mother Nature will take it upon herself to control wildlife populations by spreading disease—leaving valuable fur and meat wasted and unused. At least by trapping in a conscientious manner, every part of the animal is utilized.\r\n\r\nWe then traveled to D20 that is also known as polar bear “jail.” Jail implies that the bears have done something wrong. Wandering into town, possibly looking for food, while waiting for the ice on the Hudson Bay to freeze in order to hunt is hardly a crime. D20 is a holding facility for polar bears. A Polar Bear Alert Program is in effect in the town of Churchill. There are three main goals of the Polar Bear Alert Program (1) The safety of the people (2) The safety of the bears and (3) Decreasing habituation of the bears to people. When a bear wanders into town for the first time, an effort is made to deter the bear.  Hazing by using loud sounds such as gun fire, will sometimes deter the bears. Bears that will not depart town or bears that continue to come into town are caught in a live trap. The bears are then transported to the holding facility where they will live, having no interaction with……..\r\n\r\nWant to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. JOIN NOW!', 'Living with the Polar Bears of Churchill During Keeper Leadership Camp', 0, '', 'inherit', 'closed', 'closed', '', '899-revision-3', '', '', '2009-11-26 09:35:36', '2009-11-26 14:35:36', '', 899, 'http://aazk.org/uncategorized/899-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (904, 2, '2009-11-26 09:36:38', '2009-11-26 14:36:38', '<em>By\r\nAngela Johnson, Keeper, Louisville Zoo, Louisville, KY\r\nand\r\nJosie Romasco, Keeper, Pittsburgh Zoo, Pittsburgh, PA</em>\r\n\r\nOn Sunday, 4 October 2009 zookeepers from Canada, Denmark, and the United States gathered together for the first time in a hotel in Winnipeg, Canada.  They traveled there to be part of the first “Arctic Ambassador Keeper Leadership Camp” sponsored by Polar Bears International [PBI] and AAZK. Most of us had never met before this day. The following morning we met in the lobby of the hotel, crossed the street to the airport, and boarded an airplane to Churchill, Manitoba, Canada. None of us had any idea what to expect on our journey, nor did we realize that this trip would later change our lives forever.\r\n<img class="alignnone size-full wp-image-900" title="polarbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/polarbear.jpg" alt="polarbear" width="800" height="601" />\r\n\r\n<strong>Those attending the Arctic Ambassador Leadership Camp frequently saw polar bears outside their Tundra Buggy™ classroom. </strong>\r\n\r\n<strong>(Photo by Josie Romasco)</strong>\r\nUpon arriving in Churchill, we took a tour of the small town of about 850 people on the Tundra Buggy™.  First, we drove to the site of an old landfill that had been turned into a recycling plant. The townspeople of Churchill had found that bears would often feed off the waste materials in the landfill, thus bringing them close to town on a regular basis. So in an effort to reduce their presence, the dumping ground then became a recycling plant. However, while it did serve its purpose by attracting fewer polar bears, a new issue arose: what to do with all of the recyclables!  Quite frankly, it costs too much to take the recycled materials to be processed because of the town’s remote location, and not enough people are buying recycled materials to fit the demand.  Unfortunately, this most likely means that the recycling center will be decommissioned, the landfill will soon return, and so will the hungry polar bears.\r\n\r\nNext, we went to a cabin and met local trappers and learned about their livelihoods. These were three individuals who have lived off the land and have the utmost respect for it. To them, nature is all about balance, and as long as they take only what they need, they feel they are sustaining the arctic species. Should they discontinue their ways, from their experience, Mother Nature will take it upon herself to control wildlife populations by spreading disease—leaving valuable fur and meat wasted and unused. At least by trapping in a conscientious manner, every part of the animal is utilized.\r\n\r\nWe then traveled to D20 that is also known as polar bear “jail.” Jail implies that the bears have done something wrong. Wandering into town, possibly looking for food, while waiting for the ice on the Hudson Bay to freeze in order to hunt is hardly a crime. D20 is a holding facility for polar bears. A Polar Bear Alert Program is in effect in the town of Churchill. There are three main goals of the Polar Bear Alert Program (1) The safety of the people (2) The safety of the bears and (3) Decreasing habituation of the bears to people. When a bear wanders into town for the first time, an effort is made to deter the bear.  Hazing by using loud sounds such as gun fire, will sometimes deter the bears. Bears that will not depart town or bears that continue to come into town are caught in a live trap. The bears are then transported to the holding facility where they will live, having no interaction with……..\r\n\r\n<em><strong>Want to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>', 'Living with the Polar Bears of Churchill During Keeper Leadership Camp', 0, '', 'inherit', 'closed', 'closed', '', '899-revision-4', '', '', '2009-11-26 09:36:38', '2009-11-26 14:36:38', '', 899, 'http://aazk.org/uncategorized/899-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (905, 2, '2009-11-26 09:36:40', '2009-11-26 14:36:40', '<em>By\r\nAngela Johnson, Keeper, Louisville Zoo, Louisville, KY\r\nand\r\nJosie Romasco, Keeper, Pittsburgh Zoo, Pittsburgh, PA</em>\r\n\r\nOn Sunday, 4 October 2009 zookeepers from Canada, Denmark, and the United States gathered together for the first time in a hotel in Winnipeg, Canada.  They traveled there to be part of the first “Arctic Ambassador Keeper Leadership Camp” sponsored by Polar Bears International [PBI] and AAZK. Most of us had never met before this day. The following morning we met in the lobby of the hotel, crossed the street to the airport, and boarded an airplane to Churchill, Manitoba, Canada. None of us had any idea what to expect on our journey, nor did we realize that this trip would later change our lives forever.\r\n<img class="alignnone size-full wp-image-900" title="polarbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/polarbear.jpg" alt="polarbear" width="800" height="601" />\r\n\r\n<strong>Those attending the Arctic Ambassador Leadership Camp frequently saw polar bears outside their Tundra Buggy™ classroom. </strong>\r\n\r\n<strong>(Photo by Josie Romasco)</strong>\r\nUpon arriving in Churchill, we took a tour of the small town of about 850 people on the Tundra Buggy™.  First, we drove to the site of an old landfill that had been turned into a recycling plant. The townspeople of Churchill had found that bears would often feed off the waste materials in the landfill, thus bringing them close to town on a regular basis. So in an effort to reduce their presence, the dumping ground then became a recycling plant. However, while it did serve its purpose by attracting fewer polar bears, a new issue arose: what to do with all of the recyclables!  Quite frankly, it costs too much to take the recycled materials to be processed because of the town’s remote location, and not enough people are buying recycled materials to fit the demand.  Unfortunately, this most likely means that the recycling center will be decommissioned, the landfill will soon return, and so will the hungry polar bears.\r\n\r\nNext, we went to a cabin and met local trappers and learned about their livelihoods. These were three individuals who have lived off the land and have the utmost respect for it. To them, nature is all about balance, and as long as they take only what they need, they feel they are sustaining the arctic species. Should they discontinue their ways, from their experience, Mother Nature will take it upon herself to control wildlife populations by spreading disease—leaving valuable fur and meat wasted and unused. At least by trapping in a conscientious manner, every part of the animal is utilized.\r\n\r\nWe then traveled to D20 that is also known as polar bear “jail.” Jail implies that the bears have done something wrong. Wandering into town, possibly looking for food, while waiting for the ice on the Hudson Bay to freeze in order to hunt is hardly a crime. D20 is a holding facility for polar bears. A Polar Bear Alert Program is in effect in the town of Churchill. There are three main goals of the Polar Bear Alert Program (1) The safety of the people (2) The safety of the bears and (3) Decreasing habituation of the bears to people. When a bear wanders into town for the first time, an effort is made to deter the bear.  Hazing by using loud sounds such as gun fire, will sometimes deter the bears. Bears that will not depart town or bears that continue to come into town are caught in a live trap. The bears are then transported to the holding facility where they will live, having no interaction with……..\r\n\r\n<em><strong>Want to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>', 'Living with the Polar Bears of Churchill During Keeper Leadership Camp', 0, '', 'inherit', 'closed', 'closed', '', '899-revision-5', '', '', '2009-11-26 09:36:40', '2009-11-26 14:36:40', '', 899, 'http://aazk.org/uncategorized/899-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (906, 2, '2009-11-26 09:37:14', '2009-11-26 14:37:14', '<em>By\r\nAngela Johnson, Keeper, Louisville Zoo, Louisville, KY\r\nand\r\nJosie Romasco, Keeper, Pittsburgh Zoo, Pittsburgh, PA</em>\r\n\r\nOn Sunday, 4 October 2009 zookeepers from Canada, Denmark, and the United States gathered together for the first time in a hotel in Winnipeg, Canada.  They traveled there to be part of the first “Arctic Ambassador Keeper Leadership Camp” sponsored by Polar Bears International [PBI] and AAZK. Most of us had never met before this day. The following morning we met in the lobby of the hotel, crossed the street to the airport, and boarded an airplane to Churchill, Manitoba, Canada. None of us had any idea what to expect on our journey, nor did we realize that this trip would later change our lives forever.\r\n<img class="alignnone size-full wp-image-900" title="polarbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/polarbear.jpg" alt="polarbear" width="800" height="601" />\r\n\r\n<strong>Those attending the Arctic Ambassador Leadership Camp frequently saw polar bears outside their Tundra Buggy™ classroom.  (Photo by Josie Romasco)</strong>\r\nUpon arriving in Churchill, we took a tour of the small town of about 850 people on the Tundra Buggy™.  First, we drove to the site of an old landfill that had been turned into a recycling plant. The townspeople of Churchill had found that bears would often feed off the waste materials in the landfill, thus bringing them close to town on a regular basis. So in an effort to reduce their presence, the dumping ground then became a recycling plant. However, while it did serve its purpose by attracting fewer polar bears, a new issue arose: what to do with all of the recyclables!  Quite frankly, it costs too much to take the recycled materials to be processed because of the town’s remote location, and not enough people are buying recycled materials to fit the demand.  Unfortunately, this most likely means that the recycling center will be decommissioned, the landfill will soon return, and so will the hungry polar bears.\r\n\r\nNext, we went to a cabin and met local trappers and learned about their livelihoods. These were three individuals who have lived off the land and have the utmost respect for it. To them, nature is all about balance, and as long as they take only what they need, they feel they are sustaining the arctic species. Should they discontinue their ways, from their experience, Mother Nature will take it upon herself to control wildlife populations by spreading disease—leaving valuable fur and meat wasted and unused. At least by trapping in a conscientious manner, every part of the animal is utilized.\r\n\r\nWe then traveled to D20 that is also known as polar bear “jail.” Jail implies that the bears have done something wrong. Wandering into town, possibly looking for food, while waiting for the ice on the Hudson Bay to freeze in order to hunt is hardly a crime. D20 is a holding facility for polar bears. A Polar Bear Alert Program is in effect in the town of Churchill. There are three main goals of the Polar Bear Alert Program (1) The safety of the people (2) The safety of the bears and (3) Decreasing habituation of the bears to people. When a bear wanders into town for the first time, an effort is made to deter the bear.  Hazing by using loud sounds such as gun fire, will sometimes deter the bears. Bears that will not depart town or bears that continue to come into town are caught in a live trap. The bears are then transported to the holding facility where they will live, having no interaction with……..\r\n\r\n<em><strong>Want to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>', 'Living with the Polar Bears of Churchill During Keeper Leadership Camp', 0, '', 'inherit', 'closed', 'closed', '', '899-revision-6', '', '', '2009-11-26 09:37:14', '2009-11-26 14:37:14', '', 899, 'http://aazk.org/uncategorized/899-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (907, 2, '2009-11-26 09:37:51', '2009-11-26 14:37:51', '<em>By\r\nAngela Johnson, Keeper, Louisville Zoo, Louisville, KY\r\nand\r\nJosie Romasco, Keeper, Pittsburgh Zoo, Pittsburgh, PA</em>\r\n\r\nOn Sunday, 4 October 2009 zookeepers from Canada, Denmark, and the United States gathered together for the first time in a hotel in Winnipeg, Canada.  They traveled there to be part of the first “Arctic Ambassador Keeper Leadership Camp” sponsored by Polar Bears International [PBI] and AAZK. Most of us had never met before this day. The following morning we met in the lobby of the hotel, crossed the street to the airport, and boarded an airplane to Churchill, Manitoba, Canada. None of us had any idea what to expect on our journey, nor did we realize that this trip would later change our lives forever.\r\n<img class="alignnone size-full wp-image-900" title="polarbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/polarbear.jpg" alt="polarbear" width="800" height="601" />\r\n\r\n<strong>Those attending the Arctic Ambassador Leadership Camp frequently saw polar bears outside their Tundra Buggy™ classroom.  (Photo by Josie Romasco)</strong>\r\n\r\nUpon arriving in Churchill, we took a tour of the small town of about 850 people on the Tundra Buggy™.  First, we drove to the site of an old landfill that had been turned into a recycling plant. The townspeople of Churchill had found that bears would often feed off the waste materials in the landfill, thus bringing them close to town on a regular basis. So in an effort to reduce their presence, the dumping ground then became a recycling plant. However, while it did serve its purpose by attracting fewer polar bears, a new issue arose: what to do with all of the recyclables!  Quite frankly, it costs too much to take the recycled materials to be processed because of the town’s remote location, and not enough people are buying recycled materials to fit the demand.  Unfortunately, this most likely means that the recycling center will be decommissioned, the landfill will soon return, and so will the hungry polar bears.\r\n\r\nNext, we went to a cabin and met local trappers and learned about their livelihoods. These were three individuals who have lived off the land and have the utmost respect for it. To them, nature is all about balance, and as long as they take only what they need, they feel they are sustaining the arctic species. Should they discontinue their ways, from their experience, Mother Nature will take it upon herself to control wildlife populations by spreading disease—leaving valuable fur and meat wasted and unused. At least by trapping in a conscientious manner, every part of the animal is utilized.\r\n\r\nWe then traveled to D20 that is also known as polar bear “jail.” Jail implies that the bears have done something wrong. Wandering into town, possibly looking for food, while waiting for the ice on the Hudson Bay to freeze in order to hunt is hardly a crime. D20 is a holding facility for polar bears. A Polar Bear Alert Program is in effect in the town of Churchill. There are three main goals of the Polar Bear Alert Program (1) The safety of the people (2) The safety of the bears and (3) Decreasing habituation of the bears to people. When a bear wanders into town for the first time, an effort is made to deter the bear.  Hazing by using loud sounds such as gun fire, will sometimes deter the bears. Bears that will not depart town or bears that continue to come into town are caught in a live trap. The bears are then transported to the holding facility where they will live, having no interaction with……..\r\n\r\n<em><strong>Want to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>', 'Living with the Polar Bears of Churchill During Keeper Leadership Camp', 0, '', 'inherit', 'closed', 'closed', '', '899-revision-7', '', '', '2009-11-26 09:37:51', '2009-11-26 14:37:51', '', 899, 'http://aazk.org/uncategorized/899-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (908, 2, '2009-11-26 09:39:30', '2009-11-26 14:39:30', '<em>By\nAngela Johnson, Keeper, Louisville Zoo, Louisville, KY\nand\nJosie Romasco, Keeper, Pittsburgh Zoo, Pittsburgh, PA</em>\n\nOn Sunday, 4 October 2009 zookeepers from Canada, Denmark, and the United States gathered together for the first time in a hotel in Winnipeg, Canada.  They traveled there to be part of the first “Arctic Ambassador Keeper Leadership Camp” sponsored by Polar Bears International [PBI] and AAZK. Most of us had never met before this day. The following morning we met in the lobby of the hotel, crossed the street to the airport, and boarded an airplane to Churchill, Manitoba, Canada. None of us had any idea what to expect on our journey, nor did we realize that this trip would later change our lives forever.\n<img class="alignnone size-full wp-image-900" title="polarbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/polarbear.jpg" alt="polarbear" width="800" height="601" />\n\n<strong>Those attending the Arctic Ambassador Leadership Camp frequently saw polar bears outside their Tundra Buggy™ classroom.  (Photo by Josie Romasco)</strong>\n\nUpon arriving in Churchill, we took a tour of the small town of about 850 people on the Tundra Buggy™.  First, we drove to the site of an old landfill that had been turned into a recycling plant. The townspeople of Churchill had found that bears would often feed off the waste materials in the landfill, thus bringing them close to town on a regular basis. So in an effort to reduce their presence, the dumping ground then became a recycling plant. However, while it did serve its purpose by attracting fewer polar bears, a new issue arose: what to do with all of the recyclables!  Quite frankly, it costs too much to take the recycled materials to be processed because of the town’s remote location, and not enough people are buying recycled materials to fit the demand.  Unfortunately, this most likely means that the recycling center will be decommissioned, the landfill will soon return, and so will the hungry polar bears.\n\nNext, we went to a cabin and met local trappers and learned about their livelihoods. These were three individuals who have lived off the land and have the utmost respect for it. To them, nature is all about balance, and as long as they take only what they need, they feel they are sustaining the arctic species. Should they discontinue their ways, from their experience, Mother Nature will take it upon herself to control wildlife populations by spreading disease—leaving valuable fur and meat wasted and unused. At least by trapping in a conscientious manner, every part of the animal is utilized.\n\nWe then traveled to D20 that is also known as polar bear “jail.” Jail implies that the bears have done something wrong. Wandering into town, possibly looking for food, while waiting for the ice on the Hudson Bay to freeze in order to hunt is hardly a crime. D20 is a holding facility for polar bears. A Polar Bear Alert Program is in effect in the town of Churchill. There are three main goals of the Polar Bear Alert Program (1) The safety of the people (2) The safety of the bears and (3) Decreasing habituation of the bears to people. When a bear wanders into town for the first time, an effort is made to deter the bear.  Hazing by using loud sounds such as gun fire, will sometimes deter the bears. Bears that will not depart town or bears that continue to come into town are caught in a live trap. The bears are then transported to the holding facility where they will live, having no interaction with……..\n\n<em><strong>Want to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>', 'Living with the Polar Bears of Churchill During Keeper Leadership Camp', 0, '', 'inherit', 'closed', 'closed', '', '899-autosave', '', '', '2009-11-26 09:39:30', '2009-11-26 14:39:30', '', 899, 'http://aazk.org/uncategorized/899-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (909, 2, '2009-11-26 09:41:51', '2009-11-26 14:41:51', '<img class="size-medium wp-image-825 alignnone" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options-300x117.jpg" alt="enrichment_options" width="300" height="117" />\n\n<em>By Heather Neldner, Zookeeper\nMilwaukee County Zoological Gardens, Milwaukee, WI</em>\n\nIn September of 2005, we started an enrichment program for the flock of Humboldt penguins (<em>Spheniscus humboldti</em>) at the Milwaukee County Zoo with the goals of encouraging the birds to swim and to interact with each other more. Two of the birds (Houdini &amp; Arisco) have chronic foot issues and we were hoping they would improve with more swimming.\n\nThe Milwaukee County Zoo’s Humboldt Penguin exhibit is the first exhibit guests see when entering the zoo. It is an open air exhibit, with a large rocky structure and a 15,000-gallon pool. The birds have access to the exhibit and indoor holding area 24/7 all year long. We currently house 6.5 penguins with the oldest bird being 23 years old and the youngest having hatched in May of 2008.  Prior to starting a formal enrichment program for the birds, they were only offered a Boomer Ball®, some plastic bottles with colored objects sealed inside them, and ice blocks once in a while to play with. Most of their enrichment was in the form of interacting with the public through the glass viewing windows.\n\nThe first step in the enrichment program process was to complete the paperwork to obtain approval, via a three-level process, for the items we chose.  The first level is obtaining supervisor approval, then it moves on to our curator for second approval, and then on to the veterinarian for final approval. Currently we have 30 items approved for our birds but not all of the items have been utilized as yet. Most of the items are dog toys because they are very durable and most of them float.\n\nToys are only given in the pool while we can supervise the birds to make sure they interact with them appropriately.  This also gives us the opportunity to do enrichment talks during this time, if the public seems interested in what is going on. We are also hoping (and it has seemed effective) that if toys are not in the pool all the time, people will be less likely to toss items in the pool. If a bird is held inside away from the others for any reason (sickness, medical work-ups, weaning, etc) they can have a durable toy, such as a Boomer Ball®, plastic keys or a confetti bottle all the time to play with to prevent boredom. Our Graphics Department has made us a fantastic sign that explains enrichment to the public and explains why toys are only given when supervised.\n<img class="size-full wp-image-823 alignnone" title="penguin-photo" src="http://aecetia.net/gws/aazk/wp-content/uploads/penguin-photo.jpg" alt="penguin-photo" width="288" height="243" />\n\n<strong></strong>\n\n<strong>Mariano playing with a fabric Frisbee® (Photo: H. Neldner)</strong>\n\nIt is very rare that we have any aggression between the birds (exhibited as displacement, or chasing) when playing with the toys. They all appear to “share” the toys pretty well. Most of the birds have shown a high level of interest in the toys and rarely do any birds show fear or avoidance of a new item. If the birds appear to be avoiding a toy, I will play with the toy myself to demonstrate it is “ok” and will encourage them to join me. Usually this does the trick and the more curious penguins will start playing with the toy, with the others occasionally joining later.\n\nToys are rotated often since the penguins do seem to get bored with individual toys if they are offered too frequently and will stop interacting with those items.  We have made an enrichment calendar to help coordinate this.  Alternatively, the birds never seem to get tired of some toys.  These include a small white Boomer Ball®, bubbles, confetti bottles and a tennis ball turtle. Their play sessions don’t always last a long time, with a notable decrease in interactions with the toys after about 15 minutes or so frequently observed. If we sit outside and encourage the play, with praise and by interacting with the birds and the toy - for example, tossing the Frisbee® out for Houdini to “fetch” -  this will encourage the birds to stay in the water longer and play with the items more. If there is a large crowd of people out by the exhibit cheering the birds on, they will play with the toys longer and more vigorously. They appear to enjoy the attention!\n\nSome of their favorite toys include:  tennis ball turtle, tennis ball dumbbell, fabric Frisbee®, confetti bottle (Neldner, 2008), small Boomer Ball®, and floating plastic dumbbell. Houdini frequently puts the floating dumbbell on his back and……………\n\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="/join/">JOIN NOW</a>!</strong>', 'Making a Splash! Humboldt Penguin Enrichment at the Milwaukee County Zoo', 0, '', 'inherit', 'closed', 'closed', '', '820-autosave', '', '', '2009-11-26 09:41:51', '2009-11-26 14:41:51', '', 820, 'http://aazk.org/uncategorized/820-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (910, 2, '2009-11-26 09:59:18', '2009-11-26 14:59:18', '<img class="alignnone size-full wp-image-918" title="training_tales2" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales2.jpg" alt="training_tales2" width="702" height="225" />\r\n\r\n<em></em>\r\n\r\n<em>By Brandi Baitchman, Senior Keeper and Marty Dearie, Zoo Keeper\r\nZoo New England, Boston, Massachusetts</em>\r\n\r\nKimani, a female Western lowland gorilla (<em>Gorilla gorilla gorilla</em>), was born on 24 November 2004, at Zoo New England’s Franklin Park Zoo, Boston, MA.  A couple months after her birth, zookeepers noticed Kimani behaving lethargically on exhibit with an inability to hold on to her mother, Kiki. Kimani was seen being dragged on exhibit by Kiki. On 13 May 2005, the keepers observed that Kimani was no longer nursing. On 14 May 2005, Kiki was immobilized and Kimani was physically restrained for a physical evaluation. Kimani received a full medical workup including blood sampling, radiographs, and body measurements.  Preliminary blood results revealed very low calcium levels (hypocalcemia) and further laboratory results confirmed metabolic bone disease caused by vitamin D deficiency.  The treatment plan was to place Kimani back with Kiki and continue daily calcium (Tums® suspension twice a day) and weekly vitamin D supplementation orally.   Kiki and Kimani’s behavior was monitored closely and the zoo was prepared to pull the infant for hand rearing if zookeepers were unable to administer sufficient supplementation.\r\n\r\nThe success of Kimani’s treatment was directly dependent on the behavioral conditioning of Kiki.  The goal was to use Kiki’s previously established behaviors to have her present Kimani in such a way as to assist keepers in getting supplements to the infant.  Since Kimani was usually held on Kiki’s chest while sitting, the established behaviors of “station” and “present belly” allowed better access to Kimani.  Kiki was conditioned to place her hands on the bars about shoulder width and height and hold them there until released.  A belly command was then given, which meant that Kiki will push her belly up next to the mesh.  With the infant on her chest, this gave the keepers the best presentation of Kimani to allow for administration of the supplements.  Once the positioning of the baby was obtained, Kiki was desensitized to allow two keepers to be present during a training session.  One keeper would give the cues and reinforcement to Kiki, while the second would hold the calcium suspension in a large syringe with a catheter attached.  The second keeper was then able to inject the suspension into Kimani’s mouth.  After each successful treatment, Kiki was immediately reinforced with an exciting “jackpot” of several banana pieces.  After a number of banana “jackpots” were given following each treatment, Kiki quickly learned to hold Kimani up to the mesh and wait for her reward.  This behavior was established after eight sessions.\r\n<img class="alignnone size-full wp-image-911" title="kimani" src="http://aecetia.net/gws/aazk/wp-content/uploads/kimani.jpg" alt="kimani" width="293" height="443" />\r\n\r\n<img class="alignnone size-medium wp-image-912" title="kimani_credits" src="http://aecetia.net/gws/aazk/wp-content/uploads/kimani_credits-300x51.jpg" alt="kimani_credits" width="300" height="51" />\r\n\r\nKimani’s strength, activity, and coordination significantly improved immediately following the initial dose of vitamin D.  Subsequent medical exams over the following two years confirmed normal calcium and improving vitamin D levels and ………\r\n\r\n<em><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>', 'Successful Use of Operant Conditioning to Treat Vitamin D Deficiency in an Infant Western Lowland Gorilla (Gorilla gorilla gorilla)', 0, '', 'draft', 'closed', 'closed', '', 'successful-use-of-operant-conditioning-to-treat-vitamin-d-deficiency-in-an-infant-western-lowland-gorilla-gorilla-gorilla-gorilla', '', '', '2013-10-15 17:49:23', '2013-10-15 22:49:23', '', 0, 'http://aazk.org/?p=910', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (911, 2, '2009-11-26 09:49:55', '2009-11-26 14:49:55', '', 'kimani', 0, '', 'inherit', 'closed', 'closed', '', 'kimani', '', '', '2009-11-26 09:49:55', '2009-11-26 14:49:55', '', 910, 'http://aazk.org/wp-content/uploads/kimani.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (912, 2, '2009-11-26 09:51:07', '2009-11-26 14:51:07', '', 'kimani_credits', 0, '', 'inherit', 'closed', 'closed', '', 'kimani_credits', '', '', '2009-11-26 09:51:07', '2009-11-26 14:51:07', '', 910, 'http://aazk.org/wp-content/uploads/kimani_credits.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (913, 2, '2009-11-26 09:52:28', '2009-11-26 14:52:28', '', 'training_tales', 0, '', 'inherit', 'closed', 'closed', '', 'training_tales', '', '', '2009-11-26 09:52:28', '2009-11-26 14:52:28', '', 910, 'http://aazk.org/wp-content/uploads/training_tales.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (914, 2, '2009-11-26 09:51:55', '2009-11-26 14:51:55', '<em>By Brandi Baitchman, Senior Keeper and Marty Dearie, Zoo Keeper\nZoo New England, Boston, Massachusetts</em>\n\nKimani, a female Western lowland gorilla (<em>Gorilla gorilla gorilla</em>), was born on 24 November 2004, at Zoo New England’s Franklin Park Zoo, Boston, MA.  A couple months after her birth, zookeepers noticed Kimani behaving lethargically on exhibit with an inability to hold on to her mother, Kiki. Kimani was seen being dragged on exhibit by Kiki. On 13 May 2005, the keepers observed that Kimani was no longer nursing. On 14 May 2005, Kiki was immobilized and Kimani was physically restrained for a physical evaluation. Kimani received a full medical workup including blood sampling, radiographs, and body measurements.  Preliminary blood results revealed very low calcium levels (hypocalcemia) and further laboratory results confirmed metabolic bone disease caused by vitamin D deficiency.  The treatment plan was to place Kimani back with Kiki and continue daily calcium (Tums® suspension twice a day) and weekly vitamin D supplementation orally.   Kiki and Kimani’s behavior was monitored closely and the zoo was prepared to pull the infant for hand rearing if zookeepers were unable to administer sufficient supplementation.\n\nThe success of Kimani’s treatment was directly dependent on the behavioral conditioning of Kiki.  The goal was to use Kiki’s previously established behaviors to have her present Kimani in such a way as to assist keepers in getting supplements to the infant.  Since Kimani was usually held on Kiki’s chest while sitting, the established behaviors of “station” and “present belly” allowed better access to Kimani.  Kiki was conditioned to place her hands on the bars about shoulder width and height and hold them there until released.  A belly command was then given, which meant that Kiki will push her belly up next to the mesh.  With the infant on her chest, this gave the keepers the best presentation of Kimani to allow for administration of the supplements.  Once the positioning of the baby was obtained, Kiki was desensitized to allow two keepers to be present during a training session.  One keeper would give the cues and reinforcement to Kiki, while the second would hold the calcium suspension in a large syringe with a catheter attached.  The second keeper was then able to inject the suspension into Kimani’s mouth.  After each successful treatment, Kiki was immediately reinforced with an exciting “jackpot” of several banana pieces.  After a number of banana “jackpots” were given following each treatment, Kiki quickly learned to hold Kimani up to the mesh and wait for her reward.  This behavior was established after eight sessions.\n<img class="alignnone size-full wp-image-911" title="kimani" src="http://aecetia.net/gws/aazk/wp-content/uploads/kimani.jpg" alt="kimani" width="293" height="443" />\n\n<img class="alignnone size-medium wp-image-912" title="kimani_credits" src="http://aecetia.net/gws/aazk/wp-content/uploads/kimani_credits-300x51.jpg" alt="kimani_credits" width="300" height="51" />\n\nKimani’s strength, activity, and coordination significantly improved immediately following the initial dose of vitamin D.  Subsequent medical exams over the following two years confirmed normal calcium and improving vitamin D levels and ………\n\n<em><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>', 'Successful Use of Operant Conditioning to Treat Vitamin D Deficiency in an Infant Western Lowland Gorilla (Gorilla gorilla gorilla)', 0, '', 'inherit', 'closed', 'closed', '', '910-revision', '', '', '2009-11-26 09:51:55', '2009-11-26 14:51:55', '', 910, 'http://aazk.org/uncategorized/910-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (915, 2, '2009-11-26 09:53:55', '2009-11-26 14:53:55', '<em></em>\n\n<em>By Brandi Baitchman, Senior Keeper and Marty Dearie, Zoo Keeper\nZoo New England, Boston, Massachusetts</em>\n\nKimani, a female Western lowland gorilla (<em>Gorilla gorilla gorilla</em>), was born on 24 November 2004, at Zoo New England’s Franklin Park Zoo, Boston, MA.  A couple months after her birth, zookeepers noticed Kimani behaving lethargically on exhibit with an inability to hold on to her mother, Kiki. Kimani was seen being dragged on exhibit by Kiki. On 13 May 2005, the keepers observed that Kimani was no longer nursing. On 14 May 2005, Kiki was immobilized and Kimani was physically restrained for a physical evaluation. Kimani received a full medical workup including blood sampling, radiographs, and body measurements.  Preliminary blood results revealed very low calcium levels (hypocalcemia) and further laboratory results confirmed metabolic bone disease caused by vitamin D deficiency.  The treatment plan was to place Kimani back with Kiki and continue daily calcium (Tums® suspension twice a day) and weekly vitamin D supplementation orally.   Kiki and Kimani’s behavior was monitored closely and the zoo was prepared to pull the infant for hand rearing if zookeepers were unable to administer sufficient supplementation.\n\nThe success of Kimani’s treatment was directly dependent on the behavioral conditioning of Kiki.  The goal was to use Kiki’s previously established behaviors to have her present Kimani in such a way as to assist keepers in getting supplements to the infant.  Since Kimani was usually held on Kiki’s chest while sitting, the established behaviors of “station” and “present belly” allowed better access to Kimani.  Kiki was conditioned to place her hands on the bars about shoulder width and height and hold them there until released.  A belly command was then given, which meant that Kiki will push her belly up next to the mesh.  With the infant on her chest, this gave the keepers the best presentation of Kimani to allow for administration of the supplements.  Once the positioning of the baby was obtained, Kiki was desensitized to allow two keepers to be present during a training session.  One keeper would give the cues and reinforcement to Kiki, while the second would hold the calcium suspension in a large syringe with a catheter attached.  The second keeper was then able to inject the suspension into Kimani’s mouth.  After each successful treatment, Kiki was immediately reinforced with an exciting “jackpot” of several banana pieces.  After a number of banana “jackpots” were given following each treatment, Kiki quickly learned to hold Kimani up to the mesh and wait for her reward.  This behavior was established after eight sessions.\n<img class="alignnone size-full wp-image-911" title="kimani" src="http://aecetia.net/gws/aazk/wp-content/uploads/kimani.jpg" alt="kimani" width="293" height="443" />\n\n<img class="alignnone size-medium wp-image-912" title="kimani_credits" src="http://aecetia.net/gws/aazk/wp-content/uploads/kimani_credits-300x51.jpg" alt="kimani_credits" width="300" height="51" />\n\nKimani’s strength, activity, and coordination significantly improved immediately following the initial dose of vitamin D.  Subsequent medical exams over the following two years confirmed normal calcium and improving vitamin D levels and ………\n\n<em><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>', 'Successful Use of Operant Conditioning to Treat Vitamin D Deficiency in an Infant Western Lowland Gorilla (Gorilla gorilla gorilla)', 0, '', 'inherit', 'closed', 'closed', '', '910-revision-2', '', '', '2009-11-26 09:53:55', '2009-11-26 14:53:55', '', 910, 'http://aazk.org/uncategorized/910-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (916, 2, '2009-11-26 09:55:33', '2009-11-26 14:55:33', '', 'training_tales1', 0, '', 'inherit', 'closed', 'closed', '', 'training_tales1', '', '', '2009-11-26 09:55:33', '2009-11-26 14:55:33', '', 910, 'http://aazk.org/wp-content/uploads/training_tales1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (917, 2, '2009-11-26 09:54:11', '2009-11-26 14:54:11', '<img class="alignnone size-large wp-image-913" title="training_tales" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales-1024x328.jpg" alt="training_tales" width="1024" height="328" />\r\n\r\n<em></em>\r\n\r\n<em>By Brandi Baitchman, Senior Keeper and Marty Dearie, Zoo Keeper\r\nZoo New England, Boston, Massachusetts</em>\r\n\r\nKimani, a female Western lowland gorilla (<em>Gorilla gorilla gorilla</em>), was born on 24 November 2004, at Zoo New England’s Franklin Park Zoo, Boston, MA.  A couple months after her birth, zookeepers noticed Kimani behaving lethargically on exhibit with an inability to hold on to her mother, Kiki. Kimani was seen being dragged on exhibit by Kiki. On 13 May 2005, the keepers observed that Kimani was no longer nursing. On 14 May 2005, Kiki was immobilized and Kimani was physically restrained for a physical evaluation. Kimani received a full medical workup including blood sampling, radiographs, and body measurements.  Preliminary blood results revealed very low calcium levels (hypocalcemia) and further laboratory results confirmed metabolic bone disease caused by vitamin D deficiency.  The treatment plan was to place Kimani back with Kiki and continue daily calcium (Tums® suspension twice a day) and weekly vitamin D supplementation orally.   Kiki and Kimani’s behavior was monitored closely and the zoo was prepared to pull the infant for hand rearing if zookeepers were unable to administer sufficient supplementation.\r\n\r\nThe success of Kimani’s treatment was directly dependent on the behavioral conditioning of Kiki.  The goal was to use Kiki’s previously established behaviors to have her present Kimani in such a way as to assist keepers in getting supplements to the infant.  Since Kimani was usually held on Kiki’s chest while sitting, the established behaviors of “station” and “present belly” allowed better access to Kimani.  Kiki was conditioned to place her hands on the bars about shoulder width and height and hold them there until released.  A belly command was then given, which meant that Kiki will push her belly up next to the mesh.  With the infant on her chest, this gave the keepers the best presentation of Kimani to allow for administration of the supplements.  Once the positioning of the baby was obtained, Kiki was desensitized to allow two keepers to be present during a training session.  One keeper would give the cues and reinforcement to Kiki, while the second would hold the calcium suspension in a large syringe with a catheter attached.  The second keeper was then able to inject the suspension into Kimani’s mouth.  After each successful treatment, Kiki was immediately reinforced with an exciting “jackpot” of several banana pieces.  After a number of banana “jackpots” were given following each treatment, Kiki quickly learned to hold Kimani up to the mesh and wait for her reward.  This behavior was established after eight sessions.\r\n<img class="alignnone size-full wp-image-911" title="kimani" src="http://aecetia.net/gws/aazk/wp-content/uploads/kimani.jpg" alt="kimani" width="293" height="443" />\r\n\r\n<img class="alignnone size-medium wp-image-912" title="kimani_credits" src="http://aecetia.net/gws/aazk/wp-content/uploads/kimani_credits-300x51.jpg" alt="kimani_credits" width="300" height="51" />\r\n\r\nKimani’s strength, activity, and coordination significantly improved immediately following the initial dose of vitamin D.  Subsequent medical exams over the following two years confirmed normal calcium and improving vitamin D levels and ………\r\n\r\n<em><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>', 'Successful Use of Operant Conditioning to Treat Vitamin D Deficiency in an Infant Western Lowland Gorilla (Gorilla gorilla gorilla)', 0, '', 'inherit', 'closed', 'closed', '', '910-revision-3', '', '', '2009-11-26 09:54:11', '2009-11-26 14:54:11', '', 910, 'http://aazk.org/uncategorized/910-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (918, 2, '2009-11-26 09:57:49', '2009-11-26 14:57:49', '', 'training_tales2', 0, '', 'inherit', 'closed', 'closed', '', 'training_tales2', '', '', '2009-11-26 09:57:49', '2009-11-26 14:57:49', '', 910, 'http://aazk.org/wp-content/uploads/training_tales2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (919, 2, '2009-11-26 09:56:01', '2009-11-26 14:56:01', '<img class="alignnone size-large wp-image-916" title="training_tales1" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales1-1024x328.jpg" alt="training_tales1" width="1024" height="328" />\r\n\r\n<em></em>\r\n\r\n<em>By Brandi Baitchman, Senior Keeper and Marty Dearie, Zoo Keeper\r\nZoo New England, Boston, Massachusetts</em>\r\n\r\nKimani, a female Western lowland gorilla (<em>Gorilla gorilla gorilla</em>), was born on 24 November 2004, at Zoo New England’s Franklin Park Zoo, Boston, MA.  A couple months after her birth, zookeepers noticed Kimani behaving lethargically on exhibit with an inability to hold on to her mother, Kiki. Kimani was seen being dragged on exhibit by Kiki. On 13 May 2005, the keepers observed that Kimani was no longer nursing. On 14 May 2005, Kiki was immobilized and Kimani was physically restrained for a physical evaluation. Kimani received a full medical workup including blood sampling, radiographs, and body measurements.  Preliminary blood results revealed very low calcium levels (hypocalcemia) and further laboratory results confirmed metabolic bone disease caused by vitamin D deficiency.  The treatment plan was to place Kimani back with Kiki and continue daily calcium (Tums® suspension twice a day) and weekly vitamin D supplementation orally.   Kiki and Kimani’s behavior was monitored closely and the zoo was prepared to pull the infant for hand rearing if zookeepers were unable to administer sufficient supplementation.\r\n\r\nThe success of Kimani’s treatment was directly dependent on the behavioral conditioning of Kiki.  The goal was to use Kiki’s previously established behaviors to have her present Kimani in such a way as to assist keepers in getting supplements to the infant.  Since Kimani was usually held on Kiki’s chest while sitting, the established behaviors of “station” and “present belly” allowed better access to Kimani.  Kiki was conditioned to place her hands on the bars about shoulder width and height and hold them there until released.  A belly command was then given, which meant that Kiki will push her belly up next to the mesh.  With the infant on her chest, this gave the keepers the best presentation of Kimani to allow for administration of the supplements.  Once the positioning of the baby was obtained, Kiki was desensitized to allow two keepers to be present during a training session.  One keeper would give the cues and reinforcement to Kiki, while the second would hold the calcium suspension in a large syringe with a catheter attached.  The second keeper was then able to inject the suspension into Kimani’s mouth.  After each successful treatment, Kiki was immediately reinforced with an exciting “jackpot” of several banana pieces.  After a number of banana “jackpots” were given following each treatment, Kiki quickly learned to hold Kimani up to the mesh and wait for her reward.  This behavior was established after eight sessions.\r\n<img class="alignnone size-full wp-image-911" title="kimani" src="http://aecetia.net/gws/aazk/wp-content/uploads/kimani.jpg" alt="kimani" width="293" height="443" />\r\n\r\n<img class="alignnone size-medium wp-image-912" title="kimani_credits" src="http://aecetia.net/gws/aazk/wp-content/uploads/kimani_credits-300x51.jpg" alt="kimani_credits" width="300" height="51" />\r\n\r\nKimani’s strength, activity, and coordination significantly improved immediately following the initial dose of vitamin D.  Subsequent medical exams over the following two years confirmed normal calcium and improving vitamin D levels and ………\r\n\r\n<em><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>', 'Successful Use of Operant Conditioning to Treat Vitamin D Deficiency in an Infant Western Lowland Gorilla (Gorilla gorilla gorilla)', 0, '', 'inherit', 'closed', 'closed', '', '910-revision-4', '', '', '2009-11-26 09:56:01', '2009-11-26 14:56:01', '', 910, 'http://aazk.org/uncategorized/910-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (920, 2, '2009-11-26 09:57:58', '2009-11-26 14:57:58', '<img class="alignnone size-full wp-image-918" title="training_tales2" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales2.jpg" alt="training_tales2" width="878" height="281" />\r\n\r\n<em></em>\r\n\r\n<em>By Brandi Baitchman, Senior Keeper and Marty Dearie, Zoo Keeper\r\nZoo New England, Boston, Massachusetts</em>\r\n\r\nKimani, a female Western lowland gorilla (<em>Gorilla gorilla gorilla</em>), was born on 24 November 2004, at Zoo New England’s Franklin Park Zoo, Boston, MA.  A couple months after her birth, zookeepers noticed Kimani behaving lethargically on exhibit with an inability to hold on to her mother, Kiki. Kimani was seen being dragged on exhibit by Kiki. On 13 May 2005, the keepers observed that Kimani was no longer nursing. On 14 May 2005, Kiki was immobilized and Kimani was physically restrained for a physical evaluation. Kimani received a full medical workup including blood sampling, radiographs, and body measurements.  Preliminary blood results revealed very low calcium levels (hypocalcemia) and further laboratory results confirmed metabolic bone disease caused by vitamin D deficiency.  The treatment plan was to place Kimani back with Kiki and continue daily calcium (Tums® suspension twice a day) and weekly vitamin D supplementation orally.   Kiki and Kimani’s behavior was monitored closely and the zoo was prepared to pull the infant for hand rearing if zookeepers were unable to administer sufficient supplementation.\r\n\r\nThe success of Kimani’s treatment was directly dependent on the behavioral conditioning of Kiki.  The goal was to use Kiki’s previously established behaviors to have her present Kimani in such a way as to assist keepers in getting supplements to the infant.  Since Kimani was usually held on Kiki’s chest while sitting, the established behaviors of “station” and “present belly” allowed better access to Kimani.  Kiki was conditioned to place her hands on the bars about shoulder width and height and hold them there until released.  A belly command was then given, which meant that Kiki will push her belly up next to the mesh.  With the infant on her chest, this gave the keepers the best presentation of Kimani to allow for administration of the supplements.  Once the positioning of the baby was obtained, Kiki was desensitized to allow two keepers to be present during a training session.  One keeper would give the cues and reinforcement to Kiki, while the second would hold the calcium suspension in a large syringe with a catheter attached.  The second keeper was then able to inject the suspension into Kimani’s mouth.  After each successful treatment, Kiki was immediately reinforced with an exciting “jackpot” of several banana pieces.  After a number of banana “jackpots” were given following each treatment, Kiki quickly learned to hold Kimani up to the mesh and wait for her reward.  This behavior was established after eight sessions.\r\n<img class="alignnone size-full wp-image-911" title="kimani" src="http://aecetia.net/gws/aazk/wp-content/uploads/kimani.jpg" alt="kimani" width="293" height="443" />\r\n\r\n<img class="alignnone size-medium wp-image-912" title="kimani_credits" src="http://aecetia.net/gws/aazk/wp-content/uploads/kimani_credits-300x51.jpg" alt="kimani_credits" width="300" height="51" />\r\n\r\nKimani’s strength, activity, and coordination significantly improved immediately following the initial dose of vitamin D.  Subsequent medical exams over the following two years confirmed normal calcium and improving vitamin D levels and ………\r\n\r\n<em><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>', 'Successful Use of Operant Conditioning to Treat Vitamin D Deficiency in an Infant Western Lowland Gorilla (Gorilla gorilla gorilla)', 0, '', 'inherit', 'closed', 'closed', '', '910-revision-5', '', '', '2009-11-26 09:57:58', '2009-11-26 14:57:58', '', 910, 'http://aazk.org/uncategorized/910-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (921, 2, '2009-11-26 09:58:59', '2009-11-26 14:58:59', '<img class="alignnone size-full wp-image-918" title="training_tales2" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales2.jpg" alt="training_tales2" width="878" height="281" />\r\n\r\n<em></em>\r\n\r\n<em>By Brandi Baitchman, Senior Keeper and Marty Dearie, Zoo Keeper\r\nZoo New England, Boston, Massachusetts</em>\r\n\r\nKimani, a female Western lowland gorilla (<em>Gorilla gorilla gorilla</em>), was born on 24 November 2004, at Zoo New England’s Franklin Park Zoo, Boston, MA.  A couple months after her birth, zookeepers noticed Kimani behaving lethargically on exhibit with an inability to hold on to her mother, Kiki. Kimani was seen being dragged on exhibit by Kiki. On 13 May 2005, the keepers observed that Kimani was no longer nursing. On 14 May 2005, Kiki was immobilized and Kimani was physically restrained for a physical evaluation. Kimani received a full medical workup including blood sampling, radiographs, and body measurements.  Preliminary blood results revealed very low calcium levels (hypocalcemia) and further laboratory results confirmed metabolic bone disease caused by vitamin D deficiency.  The treatment plan was to place Kimani back with Kiki and continue daily calcium (Tums® suspension twice a day) and weekly vitamin D supplementation orally.   Kiki and Kimani’s behavior was monitored closely and the zoo was prepared to pull the infant for hand rearing if zookeepers were unable to administer sufficient supplementation.\r\n\r\nThe success of Kimani’s treatment was directly dependent on the behavioral conditioning of Kiki.  The goal was to use Kiki’s previously established behaviors to have her present Kimani in such a way as to assist keepers in getting supplements to the infant.  Since Kimani was usually held on Kiki’s chest while sitting, the established behaviors of “station” and “present belly” allowed better access to Kimani.  Kiki was conditioned to place her hands on the bars about shoulder width and height and hold them there until released.  A belly command was then given, which meant that Kiki will push her belly up next to the mesh.  With the infant on her chest, this gave the keepers the best presentation of Kimani to allow for administration of the supplements.  Once the positioning of the baby was obtained, Kiki was desensitized to allow two keepers to be present during a training session.  One keeper would give the cues and reinforcement to Kiki, while the second would hold the calcium suspension in a large syringe with a catheter attached.  The second keeper was then able to inject the suspension into Kimani’s mouth.  After each successful treatment, Kiki was immediately reinforced with an exciting “jackpot” of several banana pieces.  After a number of banana “jackpots” were given following each treatment, Kiki quickly learned to hold Kimani up to the mesh and wait for her reward.  This behavior was established after eight sessions.\r\n<img class="alignnone size-full wp-image-911" title="kimani" src="http://aecetia.net/gws/aazk/wp-content/uploads/kimani.jpg" alt="kimani" width="293" height="443" />\r\n\r\n<img class="alignnone size-medium wp-image-912" title="kimani_credits" src="http://aecetia.net/gws/aazk/wp-content/uploads/kimani_credits-300x51.jpg" alt="kimani_credits" width="300" height="51" />\r\n\r\nKimani’s strength, activity, and coordination significantly improved immediately following the initial dose of vitamin D.  Subsequent medical exams over the following two years confirmed normal calcium and improving vitamin D levels and ………\r\n\r\n<em><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>', 'Successful Use of Operant Conditioning to Treat Vitamin D Deficiency in an Infant Western Lowland Gorilla (Gorilla gorilla gorilla)', 0, '', 'inherit', 'closed', 'closed', '', '910-revision-6', '', '', '2009-11-26 09:58:59', '2009-11-26 14:58:59', '', 910, 'http://aazk.org/uncategorized/910-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (922, 2, '2009-11-26 09:59:18', '2009-11-26 14:59:18', '<img class="alignnone size-full wp-image-918" title="training_tales2" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales2.jpg" alt="training_tales2" width="878" height="281" />\r\n\r\n<em></em>\r\n\r\n<em>By Brandi Baitchman, Senior Keeper and Marty Dearie, Zoo Keeper\r\nZoo New England, Boston, Massachusetts</em>\r\n\r\nKimani, a female Western lowland gorilla (<em>Gorilla gorilla gorilla</em>), was born on 24 November 2004, at Zoo New England’s Franklin Park Zoo, Boston, MA.  A couple months after her birth, zookeepers noticed Kimani behaving lethargically on exhibit with an inability to hold on to her mother, Kiki. Kimani was seen being dragged on exhibit by Kiki. On 13 May 2005, the keepers observed that Kimani was no longer nursing. On 14 May 2005, Kiki was immobilized and Kimani was physically restrained for a physical evaluation. Kimani received a full medical workup including blood sampling, radiographs, and body measurements.  Preliminary blood results revealed very low calcium levels (hypocalcemia) and further laboratory results confirmed metabolic bone disease caused by vitamin D deficiency.  The treatment plan was to place Kimani back with Kiki and continue daily calcium (Tums® suspension twice a day) and weekly vitamin D supplementation orally.   Kiki and Kimani’s behavior was monitored closely and the zoo was prepared to pull the infant for hand rearing if zookeepers were unable to administer sufficient supplementation.\r\n\r\nThe success of Kimani’s treatment was directly dependent on the behavioral conditioning of Kiki.  The goal was to use Kiki’s previously established behaviors to have her present Kimani in such a way as to assist keepers in getting supplements to the infant.  Since Kimani was usually held on Kiki’s chest while sitting, the established behaviors of “station” and “present belly” allowed better access to Kimani.  Kiki was conditioned to place her hands on the bars about shoulder width and height and hold them there until released.  A belly command was then given, which meant that Kiki will push her belly up next to the mesh.  With the infant on her chest, this gave the keepers the best presentation of Kimani to allow for administration of the supplements.  Once the positioning of the baby was obtained, Kiki was desensitized to allow two keepers to be present during a training session.  One keeper would give the cues and reinforcement to Kiki, while the second would hold the calcium suspension in a large syringe with a catheter attached.  The second keeper was then able to inject the suspension into Kimani’s mouth.  After each successful treatment, Kiki was immediately reinforced with an exciting “jackpot” of several banana pieces.  After a number of banana “jackpots” were given following each treatment, Kiki quickly learned to hold Kimani up to the mesh and wait for her reward.  This behavior was established after eight sessions.\r\n<img class="alignnone size-full wp-image-911" title="kimani" src="http://aecetia.net/gws/aazk/wp-content/uploads/kimani.jpg" alt="kimani" width="293" height="443" />\r\n\r\n<img class="alignnone size-medium wp-image-912" title="kimani_credits" src="http://aecetia.net/gws/aazk/wp-content/uploads/kimani_credits-300x51.jpg" alt="kimani_credits" width="300" height="51" />\r\n\r\nKimani’s strength, activity, and coordination significantly improved immediately following the initial dose of vitamin D.  Subsequent medical exams over the following two years confirmed normal calcium and improving vitamin D levels and ………\r\n\r\n<em><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>', 'Successful Use of Operant Conditioning to Treat Vitamin D Deficiency in an Infant Western Lowland Gorilla (Gorilla gorilla gorilla)', 0, '', 'inherit', 'closed', 'closed', '', '910-revision-7', '', '', '2009-11-26 09:59:18', '2009-11-26 14:59:18', '', 910, 'http://aazk.org/uncategorized/910-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (923, 2, '2009-11-26 09:59:58', '2009-11-26 14:59:58', '<img class="alignnone size-full wp-image-918" title="training_tales2" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales2.jpg" alt="training_tales2" width="702" height="225" />\r\n\r\n<em></em>\r\n\r\n<em>By Brandi Baitchman, Senior Keeper and Marty Dearie, Zoo Keeper\r\nZoo New England, Boston, Massachusetts</em>\r\n\r\nKimani, a female Western lowland gorilla (<em>Gorilla gorilla gorilla</em>), was born on 24 November 2004, at Zoo New England’s Franklin Park Zoo, Boston, MA.  A couple months after her birth, zookeepers noticed Kimani behaving lethargically on exhibit with an inability to hold on to her mother, Kiki. Kimani was seen being dragged on exhibit by Kiki. On 13 May 2005, the keepers observed that Kimani was no longer nursing. On 14 May 2005, Kiki was immobilized and Kimani was physically restrained for a physical evaluation. Kimani received a full medical workup including blood sampling, radiographs, and body measurements.  Preliminary blood results revealed very low calcium levels (hypocalcemia) and further laboratory results confirmed metabolic bone disease caused by vitamin D deficiency.  The treatment plan was to place Kimani back with Kiki and continue daily calcium (Tums® suspension twice a day) and weekly vitamin D supplementation orally.   Kiki and Kimani’s behavior was monitored closely and the zoo was prepared to pull the infant for hand rearing if zookeepers were unable to administer sufficient supplementation.\r\n\r\nThe success of Kimani’s treatment was directly dependent on the behavioral conditioning of Kiki.  The goal was to use Kiki’s previously established behaviors to have her present Kimani in such a way as to assist keepers in getting supplements to the infant.  Since Kimani was usually held on Kiki’s chest while sitting, the established behaviors of “station” and “present belly” allowed better access to Kimani.  Kiki was conditioned to place her hands on the bars about shoulder width and height and hold them there until released.  A belly command was then given, which meant that Kiki will push her belly up next to the mesh.  With the infant on her chest, this gave the keepers the best presentation of Kimani to allow for administration of the supplements.  Once the positioning of the baby was obtained, Kiki was desensitized to allow two keepers to be present during a training session.  One keeper would give the cues and reinforcement to Kiki, while the second would hold the calcium suspension in a large syringe with a catheter attached.  The second keeper was then able to inject the suspension into Kimani’s mouth.  After each successful treatment, Kiki was immediately reinforced with an exciting “jackpot” of several banana pieces.  After a number of banana “jackpots” were given following each treatment, Kiki quickly learned to hold Kimani up to the mesh and wait for her reward.  This behavior was established after eight sessions.\r\n<img class="alignnone size-full wp-image-911" title="kimani" src="http://aecetia.net/gws/aazk/wp-content/uploads/kimani.jpg" alt="kimani" width="293" height="443" />\r\n\r\n<img class="alignnone size-medium wp-image-912" title="kimani_credits" src="http://aecetia.net/gws/aazk/wp-content/uploads/kimani_credits-300x51.jpg" alt="kimani_credits" width="300" height="51" />\r\n\r\nKimani’s strength, activity, and coordination significantly improved immediately following the initial dose of vitamin D.  Subsequent medical exams over the following two years confirmed normal calcium and improving vitamin D levels and ………\r\n\r\n<em><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>', 'Successful Use of Operant Conditioning to Treat Vitamin D Deficiency in an Infant Western Lowland Gorilla (Gorilla gorilla gorilla)', 0, '', 'inherit', 'closed', 'closed', '', '910-revision-8', '', '', '2009-11-26 09:59:58', '2009-11-26 14:59:58', '', 910, 'http://aazk.org/uncategorized/910-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (924, 2, '2009-11-26 10:01:49', '2009-11-26 15:01:49', '<img class="alignnone size-full wp-image-918" title="training_tales2" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales2.jpg" alt="training_tales2" width="702" height="225" />\n\n<em></em>\n\n<em>By Brandi Baitchman, Senior Keeper and Marty Dearie, Zoo Keeper\nZoo New England, Boston, Massachusetts</em>\n\nKimani, a female Western lowland gorilla (<em>Gorilla gorilla gorilla</em>), was born on 24 November 2004, at Zoo New England’s Franklin Park Zoo, Boston, MA.  A couple months after her birth, zookeepers noticed Kimani behaving lethargically on exhibit with an inability to hold on to her mother, Kiki. Kimani was seen being dragged on exhibit by Kiki. On 13 May 2005, the keepers observed that Kimani was no longer nursing. On 14 May 2005, Kiki was immobilized and Kimani was physically restrained for a physical evaluation. Kimani received a full medical workup including blood sampling, radiographs, and body measurements.  Preliminary blood results revealed very low calcium levels (hypocalcemia) and further laboratory results confirmed metabolic bone disease caused by vitamin D deficiency.  The treatment plan was to place Kimani back with Kiki and continue daily calcium (Tums® suspension twice a day) and weekly vitamin D supplementation orally.   Kiki and Kimani’s behavior was monitored closely and the zoo was prepared to pull the infant for hand rearing if zookeepers were unable to administer sufficient supplementation.\n\nThe success of Kimani’s treatment was directly dependent on the behavioral conditioning of Kiki.  The goal was to use Kiki’s previously established behaviors to have her present Kimani in such a way as to assist keepers in getting supplements to the infant.  Since Kimani was usually held on Kiki’s chest while sitting, the established behaviors of “station” and “present belly” allowed better access to Kimani.  Kiki was conditioned to place her hands on the bars about shoulder width and height and hold them there until released.  A belly command was then given, which meant that Kiki will push her belly up next to the mesh.  With the infant on her chest, this gave the keepers the best presentation of Kimani to allow for administration of the supplements.  Once the positioning of the baby was obtained, Kiki was desensitized to allow two keepers to be present during a training session.  One keeper would give the cues and reinforcement to Kiki, while the second would hold the calcium suspension in a large syringe with a catheter attached.  The second keeper was then able to inject the suspension into Kimani’s mouth.  After each successful treatment, Kiki was immediately reinforced with an exciting “jackpot” of several banana pieces.  After a number of banana “jackpots” were given following each treatment, Kiki quickly learned to hold Kimani up to the mesh and wait for her reward.  This behavior was established after eight sessions.\n<img class="alignnone size-full wp-image-911" title="kimani" src="http://aecetia.net/gws/aazk/wp-content/uploads/kimani.jpg" alt="kimani" width="293" height="443" />\n\n<img class="alignnone size-medium wp-image-912" title="kimani_credits" src="http://aecetia.net/gws/aazk/wp-content/uploads/kimani_credits-300x51.jpg" alt="kimani_credits" width="300" height="51" />\n\nKimani’s strength, activity, and coordination significantly improved immediately following the initial dose of vitamin D.  Subsequent medical exams over the following two years confirmed normal calcium and improving vitamin D levels and ………\n\n<em><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>', 'Successful Use of Operant Conditioning to Treat Vitamin D Deficiency in an Infant Western Lowland Gorilla (Gorilla gorilla gorilla)', 0, '', 'inherit', 'closed', 'closed', '', '910-autosave', '', '', '2009-11-26 10:01:49', '2009-11-26 15:01:49', '', 910, 'http://aazk.org/uncategorized/910-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (925, 2, '2009-11-26 10:00:26', '2009-11-26 15:00:26', '<img class="alignnone size-full wp-image-918" title="training_tales2" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales2.jpg" alt="training_tales2" width="702" height="225" />\r\n\r\n<em></em>\r\n\r\n<em>By Brandi Baitchman, Senior Keeper and Marty Dearie, Zoo Keeper\r\nZoo New England, Boston, Massachusetts</em>\r\n\r\nKimani, a female Western lowland gorilla (<em>Gorilla gorilla gorilla</em>), was born on 24 November 2004, at Zoo New England’s Franklin Park Zoo, Boston, MA.  A couple months after her birth, zookeepers noticed Kimani behaving lethargically on exhibit with an inability to hold on to her mother, Kiki. Kimani was seen being dragged on exhibit by Kiki. On 13 May 2005, the keepers observed that Kimani was no longer nursing. On 14 May 2005, Kiki was immobilized and Kimani was physically restrained for a physical evaluation. Kimani received a full medical workup including blood sampling, radiographs, and body measurements.  Preliminary blood results revealed very low calcium levels (hypocalcemia) and further laboratory results confirmed metabolic bone disease caused by vitamin D deficiency.  The treatment plan was to place Kimani back with Kiki and continue daily calcium (Tums® suspension twice a day) and weekly vitamin D supplementation orally.   Kiki and Kimani’s behavior was monitored closely and the zoo was prepared to pull the infant for hand rearing if zookeepers were unable to administer sufficient supplementation.\r\n\r\nThe success of Kimani’s treatment was directly dependent on the behavioral conditioning of Kiki.  The goal was to use Kiki’s previously established behaviors to have her present Kimani in such a way as to assist keepers in getting supplements to the infant.  Since Kimani was usually held on Kiki’s chest while sitting, the established behaviors of “station” and “present belly” allowed better access to Kimani.  Kiki was conditioned to place her hands on the bars about shoulder width and height and hold them there until released.  A belly command was then given, which meant that Kiki will push her belly up next to the mesh.  With the infant on her chest, this gave the keepers the best presentation of Kimani to allow for administration of the supplements.  Once the positioning of the baby was obtained, Kiki was desensitized to allow two keepers to be present during a training session.  One keeper would give the cues and reinforcement to Kiki, while the second would hold the calcium suspension in a large syringe with a catheter attached.  The second keeper was then able to inject the suspension into Kimani’s mouth.  After each successful treatment, Kiki was immediately reinforced with an exciting “jackpot” of several banana pieces.  After a number of banana “jackpots” were given following each treatment, Kiki quickly learned to hold Kimani up to the mesh and wait for her reward.  This behavior was established after eight sessions.\r\n<img class="alignnone size-full wp-image-911" title="kimani" src="http://aecetia.net/gws/aazk/wp-content/uploads/kimani.jpg" alt="kimani" width="293" height="443" />\r\n\r\n<img class="alignnone size-medium wp-image-912" title="kimani_credits" src="http://aecetia.net/gws/aazk/wp-content/uploads/kimani_credits-300x51.jpg" alt="kimani_credits" width="300" height="51" />\r\n\r\nKimani’s strength, activity, and coordination significantly improved immediately following the initial dose of vitamin D.  Subsequent medical exams over the following two years confirmed normal calcium and improving vitamin D levels and ………\r\n\r\n<em><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>', 'Successful Use of Operant Conditioning to Treat Vitamin D Deficiency in an Infant Western Lowland Gorilla (Gorilla gorilla gorilla)', 0, '', 'inherit', 'closed', 'closed', '', '910-revision-9', '', '', '2009-11-26 10:00:26', '2009-11-26 15:00:26', '', 910, 'http://aazk.org/uncategorized/910-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (956, 1, '2010-01-01 11:34:53', '2010-01-01 16:34:53', '<h5>For those wishing to mail in their membership application you can download the application <a href="http://dev.aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf">here</a>. For those wishing to sign up on the website please utilize the buttons below.</h5>\r\n<div class="membership">\r\n<h3>US Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Professional Membership" /> <input name="item_number" type="hidden" value="us-professional" /> <input name="amount" type="hidden" value="45.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$45 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Affiliate Membership" /> <input name="item_number" type="hidden" value="us-affiliate" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Student Membership" /> <input name="item_number" type="hidden" value="us-student" /> <input name="amount" type="hidden" value="30.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$30 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Individuals Contributing" /> <input name="item_number" type="hidden" value="us-individual" /> <input name="amount" type="hidden" value="70.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Canadian Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Professional Membership" /> <input name="item_number" type="hidden" value="cad-professional" /> <input name="amount" type="hidden" value="45.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$45 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Affiliate Membership" /> <input name="item_number" type="hidden" value="cad-affiliate" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Student Membership" /> <input name="item_number" type="hidden" value="cad-student" /> <input name="amount" type="hidden" value="30.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$30 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Individuals Contributing" /> <input name="item_number" type="hidden" value="cad-individual" /> <input name="amount" type="hidden" value="70.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Commercial Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Individuals Contributing" /> <input name="item_number" type="hidden" value="cad-individual" /> <input name="amount" type="hidden" value="150.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$150 - Commercial Membership</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/commercial-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<strong>The following membership types require verification of your organization\'s information and/or approval by the AAZK Board.</strong>\r\n<h3>Institutional Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">AAZK Member Registration Form</a></div>\r\n<div class="description">\r\n<div class="type">$150 - Institutional Membership</div>\r\n<div class="details">requires AAZK Board approval</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/institutional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<h3>Library Only</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://dev.aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$45 - Institutional</div>\r\n<div class="details">Available only to public &amp; university libraries</div>\r\n</div>\r\n</div>\r\n<h3>International Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://dev.aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$60 - International Membership</div>\r\n<div class="details">All members outside U.S. &amp; Canada regardless of category</div>\r\n</div>\r\n</div>\r\nPrint and mail applications to:\r\n\r\n<strong>AAZK Administrative Offices\r\n3601 S.W. 29th, Suite 133\r\nTopeka, KS 66614</strong>\r\n\r\nMake checks/money orders payable to <strong>AAZK, Inc</strong>\r\nMust be in U.S. FUNDS ONLY.\r\n\r\nMembership includes a subscription to Animal Keepers\' Forum. The membership card is good for free admission to many zoos and aquariums in the U.S. and Canada.</div>', 'Join AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2010-01-01 11:34:53', '2010-01-01 16:34:53', '', 17, 'http://aazk.org/uncategorized/17-revision-19/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (953, 1, '2010-01-01 11:00:44', '2010-01-01 16:00:44', '<h5>For those wishing to mail in their membership application you can download the application <a href="http://dev.aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf">here</a>. For those wishing to sign up on the website please utilize the buttons below.</h5>\r\n<div class="membership">\r\n<h3>US Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Professional Membership" /> <input name="item_number" type="hidden" value="us-professional" /> <input name="amount" type="hidden" value="45.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$45 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Affiliate Membership" /> <input name="item_number" type="hidden" value="us-affiliate" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Student Membership" /> <input name="item_number" type="hidden" value="us-student" /> <input name="amount" type="hidden" value="30.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$30 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Individuals Contributing" /> <input name="item_number" type="hidden" value="us-individual" /> <input name="amount" type="hidden" value="70.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Canadian Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Professional Membership" /> <input name="item_number" type="hidden" value="cad-professional" /> <input name="amount" type="hidden" value="45.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$45 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Affiliate Membership" /> <input name="item_number" type="hidden" value="cad-affiliate" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Student Membership" /> <input name="item_number" type="hidden" value="cad-student" /> <input name="amount" type="hidden" value="30.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$30 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Individuals Contributing" /> <input name="item_number" type="hidden" value="cad-individual" /> <input name="amount" type="hidden" value="70.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Commercial Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Individuals Contributing" /> <input name="item_number" type="hidden" value="cad-individual" /> <input name="amount" type="hidden" value="150.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$150 - Commercial Membership</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/commercial-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<strong>The following membership types require verification of your organization\'s information and/or approval by the AAZK Board.</strong>\r\n<h3>Institutional Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://dev.aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$150 - Institutional Membership</div>\r\n<div class="details">requires AAZK Board approval</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/institutional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<h3>Library Only</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://dev.aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$45 - Institutional</div>\r\n<div class="details">Available only to public &amp; university libraries</div>\r\n</div>\r\n</div>\r\n<h3>International Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://dev.aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$60 - International Membership</div>\r\n<div class="details">All members outside U.S. &amp; Canada regardless of category</div>\r\n</div>\r\n</div>\r\nPrint and mail applications to:\r\n\r\n<strong>AAZK Administrative Offices\r\n3601 S.W. 29th, Suite 133\r\nTopeka, KS 66614</strong>\r\n\r\nMake checks/money orders payable to <strong>AAZK, Inc</strong>\r\nMust be in U.S. FUNDS ONLY.\r\n\r\nMembership includes a subscription to Animal Keepers\' Forum. The membership card is good for free admission to many zoos and aquariums in the U.S. and Canada.</div>', 'Join AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2010-01-01 11:00:44', '2010-01-01 16:00:44', '', 17, 'http://aazk.org/uncategorized/17-revision-17/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1016, 2, '2010-01-20 15:00:58', '2010-01-20 20:00:58', '<h5></h5>\r\n<div class="membership">\r\n<h3>US Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Professional Membership" /> <input name="item_number" type="hidden" value="us-professional" /> <input name="amount" type="hidden" value="45.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$45 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Affiliate Membership" /> <input name="item_number" type="hidden" value="us-affiliate" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Student Membership" /> <input name="item_number" type="hidden" value="us-student" /> <input name="amount" type="hidden" value="30.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$30 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Individuals Contributing" /> <input name="item_number" type="hidden" value="us-individual" /> <input name="amount" type="hidden" value="70.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Canadian Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Professional Membership" /> <input name="item_number" type="hidden" value="cad-professional" /> <input name="amount" type="hidden" value="45.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$45 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Affiliate Membership" /> <input name="item_number" type="hidden" value="cad-affiliate" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Student Membership" /> <input name="item_number" type="hidden" value="cad-student" /> <input name="amount" type="hidden" value="30.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$30 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Individuals Contributing" /> <input name="item_number" type="hidden" value="cad-individual" /> <input name="amount" type="hidden" value="70.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Commercial Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Individuals Contributing" /> <input name="item_number" type="hidden" value="cad-individual" /> <input name="amount" type="hidden" value="150.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$150 - Commercial Membership</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/commercial-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<strong>The following membership types require verification of your organization\'s information and/or approval by the AAZK Board.</strong>\r\n<h3>Institutional Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$150 - Institutional Membership</div>\r\n<div class="details">requires AAZK Board approval</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/institutional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<h3>Library Only</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$45 - Institutional</div>\r\n<div class="details">Available only to public &amp; university libraries</div>\r\n</div>\r\n</div>\r\n<h3>International Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$60 - International Membership</div>\r\n<div class="details">All members outside U.S. &amp; Canada regardless of category</div>\r\n</div>\r\n</div>\r\nPrint and mail applications to:\r\n\r\n<strong>AAZK Administrative Offices\r\n3601 S.W. 29th, Suite 133\r\nTopeka, KS 66614</strong>\r\n\r\nMake checks/money orders payable to <strong>AAZK, Inc</strong>\r\nMust be in U.S. FUNDS ONLY.\r\n\r\nMembership includes a subscription to Animal Keepers\' Forum. The membership card is good for free admission to many zoos and aquariums in the U.S. and Canada.</div>', 'Join AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2010-01-20 15:00:58', '2010-01-20 20:00:58', '', 17, 'http://aazk.org/uncategorized/17-revision-21/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (954, 1, '2010-01-01 11:33:00', '2010-01-01 16:33:00', '', 'AAZK Membership Registration Form 2010', 0, '', 'inherit', 'closed', 'closed', '', 'aazk_member_registration_2010', '', '', '2010-01-01 11:33:00', '2010-01-01 16:33:00', '', 17, 'http://aazk.org/wp-content/uploads/aazk_member_registration_2010.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (1303, 2, '2010-04-22 14:14:51', '2010-04-22 19:14:51', 'AAZK members have been offered a tremendous opportunity to see how the money raised from Bowling for Rhinos, Sponsored by Blue Rhino is spent. Lewa Wildlife Conservancy has generously offered a <strong>limited</strong> number of trips at a reduced rate for AAZK members and their friends to visit the Conservancy. AAZK members receive a discount on lodging rates at the Lewa  Safari Camp. It\'s a great opportunity for professional research (which may be tax deductible, please consult your tax advisor for details) and to witness how BFR funds help to support Lewa. AAZK members generally receive preference in trip scheduling but the trip participants are not limited to AAZK members.\r\n\r\nTrip leaders are volunteers, not travel professionals (<strong>**</strong><em>please see liability statement below the calendar</em>). They  volunteer hundreds of hours arranging these trips. A trip leader honorarium may be collected from each trip participant to help defray the cost of the journey to Lewa. Trip leaders also receive lodging sponsorship from Lewa Safari Camp. Visit <a href="http://www.lewa.org">Lewa.org</a> for more information about Lewa Wildlife Conservancy.\r\n\r\nThe cost of the trips vary depending upon departure city and other  variables such as international air fare, in-country (Kenya) lodging and transportation, trip extensions, special activities and tourist venues, and other variables arranged by each trip leader.\r\n\r\n<a href="/wp-content/uploads/lewajourney.pdf">Sample itinerary: in Adobe Acrobat format</a>\r\n\r\nThe calendar below lists the trip dates and contact information of known trip leaders. Click on the arrows to move through the months to see when trips are offered. Click on listed trips for contact information of the trip leaders. Please direct all inquiries to the individual trip leaders for additional information.\r\n\r\n<em>**These trips are not sponsored by AAZK, Inc. Information is provided as a courtesy. It is understood that certain hazards exist for citizens of the United States of America and other western countries while traveling outside the United States.  Hazards include, but are not limited to, Acts of God, fire, acts of governments or other authorities, terrorist activities, wars civil disturbances, riots, strikes, thefts, pilferage, epidemics, quarantines, the risk of theft, loss and damage to personal property.  These hazards could result in bodily injury, sickness, death or dismemberment.  By participating in these trips it is understood and accepted that these risks are inherent and the participant will forever discharge and agree to hold harmless the American Association of Zoo Keepers, Inc. (AAZK Inc.) and the directors, officers, trip leader(s) and any other representative of AAZK, Inc. from any and all liability, claims or demands while participating in a safari to Kenya.</em>\r\n\r\n<em>Furthermore, it is understood that all risk of personal injury, sickness, death, theft or damage of personal property and expense, which may result from the participation in any and all events, activities, or in recreation and work therein is accepted by the participant.**</em>', 'Lewa Wildlife Conservancy Safaris', 0, '', 'inherit', 'closed', 'closed', '', '292-revision-12', '', '', '2010-04-22 14:14:51', '2010-04-22 19:14:51', '', 292, 'http://aazk.org/uncategorized/292-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (940, 2, '2009-07-02 22:25:12', '2009-07-03 03:25:12', '<h3>Alamance Community College</h3>\r\n\r\n<p>A.A.S. Animal Care &amp; Management Technology<br />\r\nP.O. Box 8000<br />\r\nGraham, NC  27253-8000<br />\r\n(336) 506-4385</p>\r\n\r\n<p>Program Contact: Christine Remington, Department Head - <a href="mailto:remingc@alamancecc.edu">remingc@alamancecc.edu</a></p>\r\n\r\n<p>The A.A.S. degree in Animal Care and Management Technology focuses on cultivating caring, educated, and experienced employees in a wide variety of animal related fields including exotic animal husbandry.  With a broad base of knowledge including habitat design, sanitation, nutrition, healthcare, principles of behavior and training, and animal handling and restraint grounded in hours of service learning projects, rigorous competencies, and cooperative work experiences, students exemplify the education, compassion &amp; skill of captive animal care and management.</p>\r\n\r\n<p><a href="http://www.alamancecc.edu/curriculum_courses_programs/courses_programs/programs_of_study/programs/prog.php?curr=A55100">A.A.S. Animal Care &amp; Management Technology Curriculum</a></p>\r\n\r\n<h3>America\'s Teaching Zoo at Moorpark College</h3>\r\n\r\n<p>Exotic Animal Management and Training Program (EATM)<br />\r\nMoorpark College<br />\r\n7075 Campus Road<br />\r\nMoorpark, CA 93021<br />\r\n(805) 378-1441</p>\r\n\r\n<p>Students may earn an A.S. degree by taking general education courses alongside their zoo curriculum and they can earn degrees and certificates in Animal Training, and Wildlife Education. This is an intense program and EATM students are required to attend classes, work with and care for the animals, and work at the campus zoo most days and weekends.</p>\r\n\r\n<ul>\r\n    <li><a href="mailto:EATM@vcccd.net">EATM@vcccd.net</a></li>\r\n    <li><a href="http://www.moorparkcollege.edu/zoo/">http://www.moorparkcollege.edu/zoo/</a></li>\r\n</ul>\r\n\r\n<h3>Davidson County Community College</h3>\r\n\r\n<p>A.A.S. Zoo &amp; Aquarium Science<br />\r\nP.O. Box 1287<br />\r\nLexington, NC 27293-1287<br />\r\n(336) 249-8186</p>\r\n\r\n<p>Program Contact: Kim Sepich,<br />\r\nAssociate Dean of Enrollment Services<br />\r\n(336) 249-8186, extension 6780</p>\r\n\r\n<p>Faculty Contact: Mark E. Stevens<br />\r\n<a href="mailto:mesteven@davidsonccc.edu">mesteven@davidsonccc.edu</a></p>\r\n\r\n<p>This is a 5 semester full-time program leading to an A.A.S. degree in Zoo &amp; Aquarium Science. The program combines a rigorous classroom curriculum with over 1400 hours of practical experience at area animal facilities including Animal Discovery, the North Carolina Zoological Park and Duke University Lemur Center.</p>\r\n\r\n<p><a href="http://www.davidsonccc.edu/academics/as-zoo.htm">http://www.davidsonccc.edu/academics/as-zoo.htm</a></p>\r\n\r\n<h3>Harcum College</h3>\r\n\r\n<p>A.S. in Animal Center Management<br />\r\nHarcum College<br />\r\n750 Montgomery Avenue<br />\r\nBryn Mawr, PA 19010<br />\r\n(610) 525-4100</p>\r\n\r\n<p>Program Director: Mary Friday<br />\r\n(610) 526-6108<br />\r\n<a href="mailto:mfriday@harcum.edu">mfriday@harcum.edu</a></p>\r\n\r\n<p>Animal Center Managers provide managerial support to veterinarians in clinics and hospitals, biological research settings, animal control, humane organizations, zoos and educational facilities. Management duties include both the facility and its personnel. Animal Center Managers must complete a 2-year educational program, and 250 hours of practical experience.</p>\r\n\r\n<p><a href="http://www.harcum.edu/PS_ACD_Animal_Center_Management_632839831382031250.aspx">http://www.harcum.edu/PS_ACD_Animal_Center_Management_632839831382031250.aspx</a></p>\r\n\r\n<h3>Jefferson Community College, Watertown, New York</h3>\r\n\r\n<p>A.A.S. Degree in Animal management<br />\r\n1220 Coffeen St.<br />\r\nWatertown, NY 13601</p>\r\n\r\n<p>Program Director: Mark D. Irwin, D.V.M.<br />\r\n<a href="mailto:mirwin@sunyjefferson.edu">mirwin@sunyjefferson.edu</a><br />\r\nAdmissions Office, (315) 786-2277</p>\r\n\r\n<p>The Animal Management Program at Jefferson Community College is designed to provide students with the basic skills, experience and knowledge required for a career as a progressive zoo keeper in zoological parks. Upon graduation with this Associate in Applied Sciences degree, students will have been exposed to all aspects of zoo animal management and care. Students will study at many of the zoos of New York State and Southern Canada. Hands-on keeping experience is provided at Syracuse\'s Rosamond Gifford Zoo (AZA) and The New York State Zoo at Thompson Park.</p>\r\n\r\n<ul>\r\n	<li><a href="http://www.zookeeping.com">http://www.zookeeping.com</a></li>\r\n	<li><a href="http://www.sunyjefferson.edu/amg">http://www.sunyjefferson.edu/amg</a></li>\r\n</ul>\r\n\r\n<h3>Syracuse\'s Rosamond Gifford Zoo</h3>\r\n<p><a href="http://www.rosamondgiffordzoo.org">http://www.rosamondgiffordzoo.org</a></p>\r\n\r\n<h3>The New York State Zoo at Thompson Park</h3>\r\n<p><a href="http://www.nyszoo.org">http://www.nyszoo.org</a></p>\r\n\r\n<h3>Niagara County Community College</h3>\r\n\r\n<p>A.A.S. in Animal Management<br />\r\n3111 Saunders Settlement Rd.<br />\r\nSanborn, NY 14132<br />\r\n(716)-614-6222</p>\r\n\r\n<p>Coordinator: Aaron Cobaugh<br />\r\n(716) 614-6424, <a href="mailto:acobaugh@niagaracc.suny.edu">acobaugh@niagaracc.suny.edu</a><br />\r\n<a href="http://www.niagaracc.suny.edu/lsd/animal.html">http://www.niagaracc.suny.edu/lsd/animal.html</a></p>\r\n\r\n<h3>Buffalo Zoo</h3>\r\n\r\n<p>300 Parkside Ave<br />\r\nBuffalo, N.Y. 14214-1999<br />\r\n(716)-837-3900<br />\r\n<a href="http://www.buffalozoo.org/">http://www.buffalozoo.org/</a></p>\r\n\r\n<h3>Pensacola Junior College, Zoo Animal Technology</h3>\r\n\r\n<p>A.S. Degree, Zoo Animal Technology Program<br />\r\nDepartment of Biological Sciences<br />\r\nPensacola Junior College<br />\r\n1000 College Avenue<br />\r\nPensacola, FL 32504-8998</p>\r\n\r\n<p>Program Director: Joyce Kaplan<br />\r\n(850) 484-1164, <a href="mailto:jkaplan@pjc.edu">jkaplan@pjc.edu</a></p>\r\n\r\n<p>This is a two year full-time program leading to an A.S. degree in Zoo Animal Technology offered in conjunction with The Northwest Florida Zoological Park and Botanical Gardens in Gulf Breeze and other animal facilities in the region. Includes 900 hours of practical experience in addition to a variety of animal biology and zoo specialty theoretical courses. A new class of up to 30 students is admitted each Fall.</p>\r\n\r\n<p>This school offers a cooperative program with the University of West Florida (see four-year programs), providing further education in biological sciences and business courses relevant to zoo management.</p>\r\n\r\n<p><a href="http://itech.pjc.edu/jkaplan/zooschool/">http://itech.pjc.edu/jkaplan/zooschool/</a></p>\r\n\r\n<h3>Northwest Florida Zoological Park and Botanical Gardens</h3>\r\n<p><a href="http://www.thezoonorthwestflorida.org/">http://www.thezoonorthwestflorida.org/</a></p>\r\n\r\n<h3>Pikes Peak Community College</h3>\r\n\r\n<p>A.A.S. in Zoo Keeping Technology<br />\r\n5675 S. Academy Blvd.<br />\r\nColorado Springs, CO 80906 USA<br />\r\n(800) 456-6847 | (719) 576-7711</p>\r\n\r\n<p>Program Coordinator: Tracey Anderson<br />\r\n(719) 650-0472 or (719) 502-3443<br />\r\n<a href="mailto:Tracey.Anderson@ppcc.edu">Tracey.Anderson@ppcc.edu</a></p>\r\n\r\n<p>The program is a two-year degree in which students complete 675 hours of hands on training through required internships. The program is 75 credit hours. In addition to the practical application, students are trained in animal husbandry, exhibitry, safety, veterinary care, horticulture, public relations, career development, and environmental science. The program also offers electives such as elephant management, animal training, advanced exhibitry techniques, primate studies and adventures in zoo design.</p>\r\n\r\n<ul>\r\n    <li><a href="http://www.ppcc.cccoes.edu/">http://www.ppcc.cccoes.edu/</a></li>\r\n    <li><a href="http://www.ppcc.edu/CatalogSchedule/Courses/Courses.cfm?Course=ZOO">http://www.ppcc.edu/CatalogSchedule/Courses/Courses.cfm?Course=ZOO</a></li>\r\n</ul>\r\n\r\n<h3>Cheyenne Mountain Zoo</h3>\r\n\r\n<p>http://www.cmzoo.org/<br />\r\n4250 Cheyenne Mountain Zoo Road<br />\r\nColorado Springs, CO 80906<br />\r\n(719)633-9925<br />\r\n<a href="mailto:info@cmzoo.org">info@cmzoo.org</a></p>\r\n\r\n<h3>Santa Fe Community College Teaching Zoo</h3>\r\n\r\n<p>A.S. in Zoo Technology<br />\r\n3000 N.W. 83rd Street<br />\r\nGainesville, FL 32606</p>\r\n\r\n<p>Linda Asbell<br />\r\n(352) 395-5604<br />\r\n<a href="mailto:linda.asbell@sfcc.edu">linda.asbell@sfcc.edu</a></p>\r\n\r\n<p>The Zoo Animal Technology Program at Santa Fe Community College was the first program of its kind, and the first to offer a great combination of academic classes and hands on experiences in the animal fields. Students in the program will complete a 74 credit hour course of study over five semesters, including academic classes on all animal groups, animal nutrition, animal breeding, as well as visitor education. In addition to the academic classes the students will work in the Teaching Zoo (an AZA accredited facility) for over 1800 hours. This training enables students to find employment in a variety of fields including zookeeping, park naturalist, zoo education, animal technician and a host of other animal husbandry fields. Four-year programs are also available in cooperation with State University of New York at Oswego, Friends University in Wichita, Kansas, and University of West Florida in Pensacola, Florida. Please contact Linda Asbell (above) for cooperative information.</p>\r\n\r\n<p><a href="http://inst.santafe.cc.fl.us/%7Ezoo/index.htm">http://inst.santafe.cc.fl.us/~zoo/index.htm</a></p>', 'Two-Year Programs', 0, '', 'inherit', 'closed', 'closed', '', '88-revision-7', '', '', '2009-07-02 22:25:12', '2009-07-03 03:25:12', '', 88, 'http://aazk.org/uncategorized/88-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (934, 2, '2009-11-27 14:36:07', '2009-11-27 19:36:07', '', 'tammy', 0, '', 'inherit', 'closed', 'closed', '', 'tammy', '', '', '2009-11-27 14:36:07', '2009-11-27 19:36:07', '', 395, 'http://aazk.org/wp-content/uploads/tammy.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (935, 2, '2009-11-18 06:40:35', '2009-11-18 11:40:35', '<div class="bod first">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="title">President</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Cleveland Metroparks Zoo</div>\r\n<div class="affiliated_zoo_location">Cleveland, OH</div>\r\n<ul class="committees">\r\n	<li><a href="http://www.iczoo.org">International Congress on Zookeeping</a>,</li>\r\n	<li>Professional association liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Vice President</div>\r\n<a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n<div class="info">\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="affiliated_zoo_location">San Diego, CA</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/bylaws-committee/">Bylaws</a>,</li>\r\n	<li><a href="/committee/ethics-committee/">Ethics</a>,</li>\r\n	<li><a href="/committee/professional-development-committee/">Professional Development</a>,</li>\r\n	<li>Media</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Tammy Root</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:tammy.root@aecetia.net/gws/aazk">tammy.root@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Indianapolis Zoo</div>\r\n<div class="affiliated_zoo_location">Indianapolis, IN</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a>,</li>\r\n	<li>Husbandry liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-846" title="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny-150x150.jpg" alt="penny" width="150" height="150" /></div>\r\n<div class="name">Penny Jolly</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="affiliated_zoo_location">Orlando, FL</div>\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/">Bowling for Rhinos</a>,<a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/">\r\n</a></li>\r\n	<li><a href="/committee/conservation-committee/">Conservation Committee</a>,</li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-874" title="wiggins" src="http://aecetia.net/gws/aazk/wp-content/uploads/wiggins-150x150.jpg" alt="wiggins" width="150" height="150" /></div>\r\n<div class="name">Gisela Wiggins</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:gisela.wiggins@aecetia.net/gws/aazk">gisela.wiggins@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">North Carolina Zoo</div>\r\n<div class="affiliated_zoo_location">Asheboro, NC</div>\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/awards-committee/">Awards</a>,</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/grants-committee/">Grants</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Executive Director</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/annual-aazk-conferences/">Conferences</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-882" title="barbara" src="http://aecetia.net/gws/aazk/wp-content/uploads/barbara-150x150.jpg" alt="barbara" width="150" height="150" /></div>\r\n<div class="name">Barbara Manspeaker</div>\r\n<div class="title">Administrative Secretary</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"></div>\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-883" title="chan" src="http://aecetia.net/gws/aazk/wp-content/uploads/chan-150x150.jpg" alt="chan" width="150" height="150" /></div>\r\n<div class="name">Susan Chan</div>\r\n<div class="title">Managing Editor AKF</div>\r\n<div class="email"><a href="mailto:susan.chan@aecetia.net/gws/aazk">susan.chan@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2009-11-18 06:40:35', '2009-11-18 11:40:35', '', 395, 'http://aazk.org/uncategorized/395-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (973, 2, '2009-11-26 10:28:25', '2009-11-26 15:28:25', '<strong>February 21-24, 2010</strong>\r\n<em><strong>Giraffe Professionals Conference</strong></em> to be held in Phoenix , AZ. The International Association of Giraffe Care Professionals is pleased to announce the first-ever conference “All of the Above” devoted to all aspects of giraffe care in captivity. All individuals interested in giraffe and the advancement of their care are invited to join us for this groundbreaking event. Conference is being hosted by the Phoenix Zoo with sponsorship from the Oakland Zoo. For more information, registration or for those who may be interested in presenting at the conference, please visit <a href="http://www.giraffecare.org/">http://www.giraffecare.org/</a> .\r\n\r\n<strong>March 3-6, 2010</strong>\r\n<em><strong>International Association of Avian Trainers and Educators (IAATE) Conference</strong></em> held in Albuquerque, NM.  It’s not too early to start planning to attend the 2010 IAATE Conference hosted by Avian Ambassadors in Albuquerque, New Mexico. The 2010 IAATE Conference will provide a wonderful opportunity to learn more about avian training, show content, educational messaging, enrichment ideas, avian health and welfare from the leading authorities in the industry. Get ready for Conference Trips, Workshops, Visit the Rio Grande Zoo and Aquarium, and we are bringing back the Training Panel.  Stephen J. Bodio is our Keynote Speaker. Steve was born and educated in Boston and has lived in Magdalena , New Mexico, for over twenty years. He has traveled extensively in Europe, Africa, and especially Asia. His book Eagle Dreams is about the Kazakh horsemen of Mongolia . It is the journey to and in writing this book that Steve will talk about with his slide presentation.  We also have Susan G. Friedman, Ph.D with a featured paper on Saturday morning!  Dr. Friedman is a psychology professor at Utah State University with a special interest in applied behavior analysis (ABA), the technology of behavior change so effective with human learners. Over the last decade, she has pioneered the dissemination of ABA principles, procedures and ethical standards to improve the quality of life for animals. For more information visit <a href="http://www.IAATE.org ">www.IAATE.org </a>and start planning today!\r\n\r\nThis year, Online Registration is available!  Go to <a href="http://www.IAATE.org">www.IAATE.org</a> for all registration and conference details. Online registrations must be submitted and Mail-in registrations must be postmarked by February 6, 2010.  Walk-in registrations will be accepted at the conference.\r\n\r\nHotel Reservations must be made by February 14, 2010 to get the special IAATE rate.\r\n\r\n<strong>April 15 –18, 2010 -4th Otter Keeper Workshop</strong>\r\nThe Cincinnati Zoo in Cincinnati, Ohio will host.  This year the focus of the workshop will be expanded to include all of the otters managed under the Otter SSP® ¬¬ North American river otters, Asian small-clawed otters, African clawless, African spot-necked and giant otters.  Keepers working with any of the species are welcome to attend.  Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, lots of sharing of information between keepers.\r\n\r\nRegistration will be $75 and the deadline is December 15, 2009.  Spots fill up fast so please register early.  A waiting list will be maintained once the workshop is filled.  Due to the popularity of the workshop, priority will be given to first time attendees.  Please just one registrant per institution.  No refunds after January 15, 2010.\r\nAccommodations:   A hotel near the Cincinnati Zoo or the Newport Aquarium.  Room negotiations are ongoing.  Roommates are encouraged. You will be matched if you indicate that you wish to have a roommate.\r\nInformation can be found on: <a href="http://www.OtterSpotter.com"> www.OtterSpotter.com</a>\r\nFor more information contact: David Hamilton at Seneca Park Zoo, 2222 St. Paul St., Rochester, NY 14617; phone: 585-336-2502; 585-266-5775 fax; <a href="mailto:dhamilton@monroecounty.gov">dhamilton@monroecounty.gov</a>\r\n\r\n<strong>April 25-30, 2010</strong>\r\n<em><strong>Animal Behavior Management Alliance (ABMA) Annual Conference</strong></em> - In Pittsburgh, PA. The theme of this 10th Anniversary Conference is “Defining a Decade: Animal Management - Past, Present, and Future”.\r\n\r\nConference programming includes: Dr. Vint Virga, a Veterinary Behaviorist as keynote speaker, formal presentations, numerous workshops and seminars, a poster session, and site visits to animal facilities.  All conference details can be found at <a href="http://www.theabma.org">www.theabma.org</a>.  The conference will be held at the Hilton Pittsburgh located in downtown Pittsburgh.  Mention that you are with the ABMA and receive a special room rate of $119/night Reservations must be made by March 23, 2010 at 412-391-4600.  Contact Nicole Begley at <a href="mailto:nicole.begley@aviary.org">nicole.begley@aviary.org</a> or 412-323-7235 ext 216 with questions.\r\n\r\n<strong>May 11-15, 2010</strong>\r\n<em><strong>International Gorilla Workshop – 2010</strong></em> - Oklahoma City Zoo is excited to host the 2010 International Gorilla Workshop. We hope you’ll join us for these informative sessions. Our keynote speakers who are confirmed are Dave Morgan and Charlene Jendry. We are in final confirmation stage to get Dr. Ilana Kutinsky here as our third keynote.  The Gorilla Workshop was created to promote and improve husbandry, management and conservation of gorillas. It is necessary to collaborate with colleagues to better provide for and understand gorillas in our care. The 2010 Gorilla Workshop will include a number of topics with an emphasis on multi-male and bachelor groups, as well as innovative and best practices in gorilla husbandry. The deadline for abstracts is 10 February 2010.\r\n\r\nAbstracts must contain the following:\r\n• Author’s name, affiliation, address, e-mail address and phone number\r\n• Title of paper\r\n• Concise description of paper not to exceed 500 words (single space)\r\n• On a separate page please provide a concise bio of the author/presenter\r\n\r\nSuggested Topics (1 full day will be devoted to each main topic): Innovations and best practices in gorilla husbandry: Retro-fitting existing cages; Innovations in exhibit and holding design to facilitate husbandry; Philosophy driven husbandry programs - What’s yours and why does it work for your facility? ; How to promote mother-rearing; Surrogate programs;; Behavioral husbandry – What is working to promote innovations in gorilla management?; Multi-male and bachelor groups: Best practices – What’s working at your facility? What’s not and how can we learn from it?; Research Updates;  Complexities such as holding/exhibit design;  Introduction strategies; Management strategies; Field Work and Conservation: Ape Sanctuaries/Updates from the Field; Fundraisers to support in situ work; and In or Ex-situ conservation education programs.\r\n\r\nPlease send via e-mail or CD (in Word format) to: Laura Bottaro OR Donna Mobbs,  OKC Zoo, 2101 NE 50th St.,, Okla. City, OK 73111        Emails: <a href="mailto:LBottaro@okczoo.com">LBottaro@okczoo.com</a> <a href="mailto:DMobbs@okczoo.com">DMobbs@okczoo.com</a>\r\n\r\nRegistration fees of $195 are due by 10 February 2010. A late fee of $30 will be assessed after 10 February. Ten dollars from each registration will be combined to benefit one or more in situ conservation project(s).   If you have other general question about the workshop, OKC, etc, please contact Brian Aucone, <a href="mailto:BrianA@okczoo.com">BrianA@okczoo.com</a>, 405-425-0283.\r\n\r\n<strong>August 30 - September 3, 2010</strong>\r\n<strong><em>7th International Penguin Conference </em></strong>- in Boston, MA.  Hosted by The New England Aquarium.  For info email <a href="mailto:ipcboston@neaq.org">ipcboston@neaq.org</a>\r\n\r\n<strong>September 7-12, 2010</strong>\r\n<strong><em>National AZAD Conference </em></strong>Hosted by Brookfield Zoo, Brookfield, IL USA. Call for Papers--Share your ideas by presenting a paper addressing ways people can work to conserve our Earth and all the gifts it gives us - Abstracts must be submitted by January 15, 2010; Notification of Acceptance is February 15, 2010; Completed papers are due April 1, 2010.  Presentations should be 45 minutes in length, including 10 minutes for Q&amp;A.  Please email abstracts to <a href="mailto:AZAD2010info@gmail.com">AZAD2010info@gmail.com</a> with the subject line being “Abstract”.  Include name and contact info, title of paper, abstract, audio-visual equipment needed, your zoo/aquarium affiliation and AZAD membership category\r\n\r\n<strong>September 28-October 2, 2010</strong>\r\n<strong><em>20th International Zoo Educators’ (IZE) Biennial Conference</em></strong> - at Disney’s Animal Kingdom, Orlando, FL.  For more information, please visit <a href="http://www.izea.net">http://www.izea.net</a>\r\n\r\n<strong>Upcoming AAZK National Conferences</strong>\r\n\r\n<strong>2010 </strong>- Philadelphia, PA - August 22-26\r\n\r\n<strong>2011</strong> - San Diego, CA - August 24-28\r\n\r\n<strong>2012</strong> - Syracuse, NY - September 23-27\r\n\r\n<em><strong>For information on upcoming AAZK conferences, watch the AAZK website at <a href="http://aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a></strong></em>\r\n\r\n<strong>Upcoming AZA National Conferences</strong>\r\n\r\nSeptember 11-16, 2010  - AZA 2010 Annual Conference - Hosted by Houston Zoo, Houston, TX.\r\n\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see: <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>', 'Coming Events December 2009', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2009-11-26 10:28:25', '2009-11-26 15:28:25', '', 435, 'http://aazk.org/uncategorized/435-revision-15/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (946, 2, '2009-11-13 07:15:27', '2009-11-13 12:15:27', '<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h3>Sponsored by</h3>\r\n<a href="http://www.bluerhino.com/"><img class="alignnone size-full wp-image-867" title="blue-rhino-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue-rhino-logo.jpg" alt="blue-rhino-logo" width="216" height="92" /></a>\r\n\r\n"AAZK\'s Bowling for Rhinos-Sponsored by Blue Rhino" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising over $300,000 annually. In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save Rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a National bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa we support the Lewa Wildlife Conservancy where our donations help protect both Black and White Rhinos and most of the other species native to East Africa. The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programs, and the education of neighboring areas in the value of wildlife.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia AAZK supports the remaining Javan Rhinos at Ujung Kulon National Park and the Samatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project. \r\n\r\nBowling For Rhinos will soon break the $3 million mark and we continue to reach for attaining our goal of $500,000/year! Together AAZK can do it. We have and we will continue to make a difference in the conservation world. Please send me your organization\'s contact person/contact info ASAP along with the date of your event. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2009-11-13 07:15:27', '2009-11-13 12:15:27', '', 168, 'http://aazk.org/uncategorized/168-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (951, 2, '2009-12-31 10:55:42', '2009-12-31 15:55:42', 'AAZK members have been offered a tremendous opportunity to see how the money raised from Bowling for Rhinos, Sponsored by Blue Rhino is spent. Lewa Wildlife Conservancy has generously offered a <strong>limited</strong> number of trips at a reduced rate for AAZK members and their friends to visit the Conservancy. AAZK members receive a discount on lodging rates at the Lewa  Safari Camp. It\'s a great opportunity for professional research (which may be tax deductible, please consult your tax advisor for details) and to witness how BFR funds help to support Lewa. AAZK members generally receive preference in trip scheduling but the trip participants are not limited to AAZK members.\r\n\r\nTrip leaders are volunteers, not travel professionals (<strong>**</strong><em>please see liability statement below the calendar</em>). They  volunteer hundreds of hours arranging these trips. A trip leader honorarium may be collected from each trip participant to help defray the cost of the journey to Lewa. Trip leaders also receive lodging sponsorship from Lewa Safari Camp. Visit <a href="http://www.lewa.org">Lewa.org</a> for more information about Lewa Wildlife Conservancy.\r\n\r\nThe cost of the trips vary depending upon departure city and other  variables such as international air fare, in-country (Kenya) lodging and transportation, trip extensions, special activities and tourist venues, and other variables arranged by each trip leader.\r\n\r\n<a href="/wp-content/uploads/lewajourney.pdf">Sample itinerary: in Adobe Acrobat format</a>\r\n\r\nThe calendar below lists the trip dates and contact information of known trip leaders. Click on the arrows to move through the months to see when trips are offered. Click on listed trips for contact information of the trip leaders. Please direct all inquiries to the individual trip leaders for additional information.\r\n\r\n<em>**These trips are not sponsored by AAZK, Inc. Information is provided as a courtesy. It is understood that certain hazards exist for citizens of the United States of America and other western countries while traveling outside the United States.  Hazards include, but are not limited to, Acts of God, fire, acts of governments or other authorities, terrorist activities, wars civil disturbances, riots, strikes, thefts, pilferage, epidemics, quarantines, the risk of theft, loss and damage to personal property.  These hazards could result in bodily injury, sickness, death or dismemberment.  By participating in these trips it is understood and accepted that these risks are inherent and the participant will forever discharge and agree to hold harmless the American Association of Zoo Keepers, Inc. (AAZK Inc.) and the directors, officers, trip leader(s) and any other representative of AAZK, Inc. from any and all liability, claims or demands while participating in a safari to Kenya.</em>\r\n\r\n<em>Furthermore, it is understood that all risk of personal injury, sickness, death, theft or damage of personal property and expense, which may result from the participation in any and all events, activities, or in recreation and work therein is accepted by the participant.**</em>', 'Lewa Wildlife Conservancy Safaris', 0, '', 'inherit', 'closed', 'closed', '', '292-revision-10', '', '', '2009-12-31 10:55:42', '2009-12-31 15:55:42', '', 292, 'http://aazk.org/uncategorized/292-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (949, 2, '2009-12-31 10:52:11', '2009-12-31 15:52:11', '<p>AAZK members have been offered a tremendous opportunity to see how the money raised from Bowling for Rhinos, Sponsored by Blue Rhino is spent. Lewa Wildlife Conservancy has generously offered a <strong>limited</strong> number of trips at a reduced rate for AAZK members and their friends to visit the Conservancy. AAZK members receive a discount on lodging rates at the Lewa  Safari Camp. It\'s a great opportunity for professional research (which may be tax deductible, please consult your tax advisor for details) and to witness how BFR funds help to support Lewa. AAZK members generally receive preference in trip scheduling but the trip participants are not limited to AAZK members.</p>\r\n\r\n<p>Trip leaders are volunteers, not travel professionals (<strong>**</strong><em>please see liability statement below the calendar</em>). They  volunteer hundreds of hours arranging these trips. A trip leader honorarium may be collected from each trip participant to help defray the cost of the journey to Lewa. Trip leaders also receive lodging sponsorship from Lewa Safari Camp. Visit <a href="http://www.lewa.org">Lewa.org</a> for more information about Lewa Wildlife Conservancy.</p>\r\n\r\n<p>The cost of the trips vary depending upon departure city and other  variables such as international air fare, in-country (Kenya) lodging and transportation, trip extensions, special activities and tourist venues, and other variables arranged by each trip leader.</p>\r\n\r\n<p><a href=\'/wp-content/uploads/lewa_sample_journey.pdf\'>Sample itinerary: in Adobe Acrobat format</a></p>\r\n\r\n<p>The calendar below lists the trip dates and contact information of known trip leaders. Click on the arrows to move through the months to see when trips are offered. Click on listed trips for contact information of the trip leaders. Please direct all inquiries to the individual trip leaders for additional information.</p>\r\n\r\n<iframe src="http://www.google.com/calendar/embed?title=Lewa%20Wildlife%20Conservancy%20Safaris&amp;height=600&amp;wkst=1&amp;bgcolor=%2333ccff&amp;src=lwcsafari%40cox.net&amp;color=%23A32929&amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="700" height="600" frameborder="0" scrolling="no"></iframe>\r\n\r\n<p><em>**These trips are not sponsored by AAZK, Inc. Information is provided as a courtesy. It is understood that certain hazards exist for citizens of the United States of America and other western countries while traveling outside the United States.&nbsp; Hazards include, but are not limited to, Acts of God, fire, acts of governments or other authorities, terrorist activities, wars civil disturbances, riots, strikes, thefts, pilferage, epidemics, quarantines, the risk of theft, loss and damage to personal property.&nbsp; These hazards could result in bodily injury, sickness, death or dismemberment.&nbsp; By participating in these trips it is understood and accepted that these risks are inherent and the participant will forever discharge and agree to hold harmless the American Association of Zoo Keepers, Inc. (AAZK Inc.) and the directors, officers, trip leader(s) and any other representative of AAZK, Inc. from any and all liability, claims or demands while participating in a safari to Kenya.</em></p>\r\n\r\n<p><em>Furthermore, it is understood that all risk of personal injury, sickness, death, theft or damage of personal property and expense, which may result from the participation in any and all events, activities, or in recreation and work therein is accepted by the participant.**</em></p>', 'Lewa Wildlife Conservancy Safaris', 0, '', 'inherit', 'closed', 'closed', '', '292-revision-8', '', '', '2009-12-31 10:52:11', '2009-12-31 15:52:11', '', 292, 'http://aazk.org/uncategorized/292-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (950, 2, '2009-12-31 10:53:23', '2009-12-31 15:53:23', '<p>AAZK members have been offered a tremendous opportunity to see how the money raised from Bowling for Rhinos, Sponsored by Blue Rhino is spent. Lewa Wildlife Conservancy has generously offered a <strong>limited</strong> number of trips at a reduced rate for AAZK members and their friends to visit the Conservancy. AAZK members receive a discount on lodging rates at the Lewa  Safari Camp. It\'s a great opportunity for professional research (which may be tax deductible, please consult your tax advisor for details) and to witness how BFR funds help to support Lewa. AAZK members generally receive preference in trip scheduling but the trip participants are not limited to AAZK members.</p>\r\n\r\n<p>Trip leaders are volunteers, not travel professionals (<strong>**</strong><em>please see liability statement below the calendar</em>). They  volunteer hundreds of hours arranging these trips. A trip leader honorarium may be collected from each trip participant to help defray the cost of the journey to Lewa. Trip leaders also receive lodging sponsorship from Lewa Safari Camp. Visit <a href="http://www.lewa.org">Lewa.org</a> for more information about Lewa Wildlife Conservancy.</p>\r\n\r\n<p>The cost of the trips vary depending upon departure city and other  variables such as international air fare, in-country (Kenya) lodging and transportation, trip extensions, special activities and tourist venues, and other variables arranged by each trip leader.</p>\r\n\r\n<p><a href=\'/wp-content/uploads/lewa_sample_journey.pdf\'>Sample itinerary: in Adobe Acrobat format</a></p>\r\n\r\n<p>The calendar below lists the trip dates and contact information of known trip leaders. Click on the arrows to move through the months to see when trips are offered. Click on listed trips for contact information of the trip leaders. Please direct all inquiries to the individual trip leaders for additional information.</p>\r\n\r\n<iframe src="http://www.google.com/calendar/embed?title=Lewa%20Wildlife%20Conservancy%20Safaris&amp;height=600&amp;wkst=1&amp;bgcolor=%2333ccff&amp;src=lwcsafari%40cox.net&amp;color=%23A32929&amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="700" height="600" frameborder="0" scrolling="no"></iframe>\r\n\r\n<p><em>**These trips are not sponsored by AAZK, Inc. Information is provided as a courtesy. It is understood that certain hazards exist for citizens of the United States of America and other western countries while traveling outside the United States.&nbsp; Hazards include, but are not limited to, Acts of God, fire, acts of governments or other authorities, terrorist activities, wars civil disturbances, riots, strikes, thefts, pilferage, epidemics, quarantines, the risk of theft, loss and damage to personal property.&nbsp; These hazards could result in bodily injury, sickness, death or dismemberment.&nbsp; By participating in these trips it is understood and accepted that these risks are inherent and the participant will forever discharge and agree to hold harmless the American Association of Zoo Keepers, Inc. (AAZK Inc.) and the directors, officers, trip leader(s) and any other representative of AAZK, Inc. from any and all liability, claims or demands while participating in a safari to Kenya.</em></p>\r\n\r\n<p><em>Furthermore, it is understood that all risk of personal injury, sickness, death, theft or damage of personal property and expense, which may result from the participation in any and all events, activities, or in recreation and work therein is accepted by the participant.**</em></p>', 'Lewa Wildlife Conservancy Safaris', 0, '', 'inherit', 'closed', 'closed', '', '292-revision-9', '', '', '2009-12-31 10:53:23', '2009-12-31 15:53:23', '', 292, 'http://aazk.org/uncategorized/292-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (933, 2, '2009-10-28 09:32:06', '2009-10-28 14:32:06', '<strong>February 21-24, 2010 </strong>\r\n<em><strong>Giraffe Professionals Conference </strong></em>to be held in Phoenix, AZ. The International Association of Giraffe Care Professionals is pleased to announce the first-ever conference “All of the Above” devoted to all aspects of giraffe care in captivity. All individuals interested in giraffe and the advancement of their care are invited to join us for this groundbreaking event. Conference is being hosted by the Phoenix Zoo with sponsorship from the Oakland Zoo. For more information, registration or for those who may be interested in presenting at the conference, please visit <a href="http://www.giraffecare.org">http://www.giraffecare.org/ </a>.\r\n\r\n<strong>March 3-6, 2010 </strong>\r\n<strong><em>International Association of Avian Trainers and Educators (IAATE) Conference</em></strong> held in Albuquerque, NM.  It’s not too early to start planning to attend the 2010 IAATE Conference hosted by Avian Ambassadors in Albuquerque, New Mexico. The 2010 IAATE Conference will provide a wonderful opportunity to learn more about avian training, show content, educational messaging, enrichment ideas, avian health and welfare from the leading authorities in the industry. Get ready for Conference Trips, Workshops, Visit the Rio Grande Zoo and Aquarium, and we are bringing back the Training Panel. <strong> Stephen J. Bodio</strong> is our Keynote Speaker. Steve was born and educated in Boston and has lived in Magdalena , New Mexico, for over twenty years. He has traveled extensively in Europe, Africa, and especially Asia. His book <strong><em>Eagle Dreams </em></strong>is about the Kazakh horsemen of Mongolia . It is the journey to and in writing this book that Steve will talk about with his slide presentation.  We also have <strong>Susan G. Friedman, Ph.D</strong> with a featured paper on Saturday morning!  Dr. Friedman is a psychology professor at Utah State University with a special interest in applied behavior analysis (ABA), the technology of behavior change so effective with human learners. Over the last decade, she has pioneered the dissemination of ABA principles, procedures and ethical standards to improve the quality of life for animals. For more information visit <a href="http://www.IAATE.org">www.IAATE.org</a> and start planning today!\r\n\r\nThis year, Online Registration is available!  Go to <a href="http://www.IAATE.org">www.IAATE.org</a> for all registration and conference details. Online registrations must be submitted and Mail-in registrations must be postmarked by February 6, 2010.  Walk-in registrations will be accepted at the conference.\r\n\r\nHotel Reservations must be made by February 14, 2010 to get the special IAATE rate.\r\n\r\n<strong>April 15 –18, 2010 </strong>\r\n<em><strong>4th Otter Keeper Workshop </strong></em>-  the Cincinnati Zoo in Cincinnati, Ohio will host.  This year the focus of the workshop will be expanded to include all of the otters managed under the Otter SSP® ­­ North American river otters, Asian small-clawed otters, African clawless, African spot-necked and giant otters.  Keepers working with any of the species are welcome to attend.  Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, lots of sharing of information between keepers.\r\n\r\nRegistration will be $75 and the <strong>deadline is December 15, 2009</strong>.  Spots fill up fast so please register early.  A waiting list will be maintained once the workshop is filled.  Due to the popularity of the workshop, priority will be given to first time attendees.  Please just one registrant per institution.  No refunds after January 15, 2010.\r\nAccommodations:   A hotel near the Cincinnati Zoo or the Newport Aquarium.  Room negotiations are ongoing.  Roommates are encouraged. You will be matched if you indicate that you wish to have a roommate.    Information can be found on:  <a href="http://www.OtterSpotter.com">www.OtterSpotter.com</a> .\r\n\r\nFor more information contact: David Hamilton at Seneca Park Zoo, 2222 St. Paul St., Rochester, NY 14617; phone: 585-336-2502; 585-266-5775 fax\r\n<a href="mailto:dhamilton@monroecounty.gov">dhamilton@monroecounty.gov </a>\r\n\r\n<strong>April 25-30, 2010 </strong>\r\n<em><strong>Animal Behavior Management Alliance (ABMA) Annual Conference</strong></em> - In Pittsburgh, PA. The theme of this 10th Anniversary Conference is “Defining a Decade: Animal Management - Past, Present, and Future”.\r\n\r\nConference programming includes: Dr. Vint Virga, a Veterinary Behaviorist as keynote speaker, formal presentations, numerous workshops and seminars, a poster session, and site visits to animal facilities.  All conference details can be found at<a href="http://www.theabma.org"> www.theabma.org</a>.  The conference will be held at the Hilton Pittsburgh located in downtown Pittsburgh.  Mention that you are with the ABMA and receive a special room rate of $119/night Reservations must be made by March 23, 2010 at 412-391-4600.  Contact Nicole Begley at<a href="mailto:nicole.begley@aviary.org"> nicole.begley@aviary.org</a> or 412-323-7235 ext 216 with questions.\r\n\r\n<strong>May 11-15, 2010 </strong>\r\n<em><strong>International Gorilla Workshop – 2010 </strong></em>- Oklahoma City Zoo is excited to host the 2010 International Gorilla Workshop. We hope you’ll join us for these informative sessions. Our keynote speakers who are confirmed are Dave Morgan and Charlene Jendry. We are in final confirmation stage to get Dr. Ilana Kutinsky here as our third keynote.  The Gorilla Workshop was created to promote and improve husbandry, management and conservation of gorillas. It is necessary to collaborate with colleagues to better provide for and understand gorillas in our care. The 2010 Gorilla Workshop will include a number of topics with an emphasis on multi-male and bachelor groups, as well as innovative and best practices in gorilla husbandry. The deadline for abstracts is 10 February 2010.\r\nAbstracts must contain the following:\r\n\r\n• Author’s name, affiliation, address, e-mail address and phone number\r\n• Title of paper\r\n• Concise description of paper not to exceed 500 words (single space)\r\n• On a separate page please provide a concise bio of the author/presenter\r\n\r\nSuggested Topics (1 full day will be devoted to each main topic): Innovations and best practices in gorilla husbandry: Retro-fitting existing cages; Innovations in exhibit and holding design to facilitate husbandry; Philosophy driven husbandry programs - What’s yours and why does it work for your facility?; How to promote mother-rearing; Surrogate programs; Behavioral husbandry – What is working to promote innovations in gorilla management?; Multi-male and bachelor groups: Best practices – What’s working at your facility? What’s not and how can we learn from it?; Research Updates;  Complexities such as holding/exhibit design;  Introduction strategies; Management strategies; Field Work and Conservation: Ape Sanctuaries/Updates from the Field; Fundraisers to support in situ work; and In or Ex-situ conservation education programs.\r\n\r\nPlease send via e-mail or CD (in Word format) to: Laura Bottaro OR Donna Mobbs,  OKC Zoo, 2101 NE 50th St.,, Okla. City, OK 73111\r\n\r\nEmails: <a href="mailto:LBottaro@okczoo.com">LBottaro@okczoo.com </a> <a href="mailto:DMobbs@okczoo.com">DMobbs@okczoo.com</a>\r\n\r\nRegistration fees of $195 are due by 10 February 2010. A late fee of $30 will be assessed after 10 February. Ten dollars from each registration will be combined to benefit one or more in situ conservation project(s).   If you have other general question about the workshop, OKC, etc, please contact Brian Aucone, <a href="mailto:BrianA@okczoo.com">BrianA@okczoo.com</a>, 405-425-0283.\r\n\r\n<strong>August 30 - September 3, 2010 </strong>\r\n<em><strong>7th International Penguin Conference </strong></em>- in Boston, MA.  Hosted by The New England Aquarium.  For info email <a href="mailto:ipcboston@neaq.org">ipcboston@neaq.org</a>.\r\n\r\n<strong>September 28-October 2, 2010</strong>\r\n<em><strong>20th International Zoo Educators’ (IZE) Biennial Conference</strong></em> - at Disney’s Animal Kingdom, Orlando, FL.  For more information, please visit <a href="http://www.izea.net">http://www.izea.net</a>.\r\n\r\n<strong>September 7-12, 2010 </strong>\r\n<em><strong>National AZAD Conference</strong></em> hosted by Brookfield Zoo, Brookfield, IL USA.', 'Coming Events November 2009', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2009-10-28 09:32:06', '2009-10-28 14:32:06', '', 435, 'http://aazk.org/uncategorized/435-revision-14/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1049, 2, '2010-03-03 09:01:32', '2010-03-03 14:01:32', '<em>Terry “Rock” Moeslein, Assistant Education Director/Interpretive Naturalist\r\nVirginia Living Museum, Newport News, Virginia</em>\r\n\r\nWhy not have native animals at your zoo? It is easier to find local species from wildlife rehabilitators.  They are easier to maintain in a native climate and find local support for their health and well-being. But there are other valid reasons why a typical zoo might consider keeping animals more often found within their state or local area.\r\n\r\nGenerally the zoos in the past hundred years were places where people could go to see rare or very unusual animals - sometimes for free and sometimes at a cost.  Except in the larger cities, people of the 1800’s to early 1900’s were more aware of the wildlife and wild places in their areas than are many people today.  Children explored the local woodlands, swamps, creeks and meadows.  People hunted, trapped and ventured into or lived in rural areas.  One would commonly see bald eagles and owls, raccoons, fox, muskrats, deer, chipmunks and bear.  Then, as today, local animals were not always seen as exciting as new and exotic ones.  People went to the zoos to see the variety of new and unusual animals.\r\n\r\n<img class="alignnone size-full wp-image-1047" title="barredowl" src="http://aecetia.net/gws/aazk/wp-content/uploads/barredowl.jpg" alt="barredowl" width="968" height="648" />', 'Why Display Native Animals?', 0, '', 'inherit', 'closed', 'closed', '', '1046-revision-2', '', '', '2010-03-03 09:01:32', '2010-03-03 14:01:32', '', 1046, 'http://aazk.org/uncategorized/1046-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (955, 1, '2010-01-01 11:29:53', '2010-01-01 16:29:53', '<h5>For those wishing to mail in their membership application you can download the application <a href="http://dev.aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf">here</a>. For those wishing to sign up on the website please utilize the buttons below.</h5>\r\n<div class="membership">\r\n<h3>US Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Professional Membership" /> <input name="item_number" type="hidden" value="us-professional" /> <input name="amount" type="hidden" value="45.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$45 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Affiliate Membership" /> <input name="item_number" type="hidden" value="us-affiliate" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Student Membership" /> <input name="item_number" type="hidden" value="us-student" /> <input name="amount" type="hidden" value="30.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$30 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Individuals Contributing" /> <input name="item_number" type="hidden" value="us-individual" /> <input name="amount" type="hidden" value="70.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Canadian Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Professional Membership" /> <input name="item_number" type="hidden" value="cad-professional" /> <input name="amount" type="hidden" value="45.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$45 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Affiliate Membership" /> <input name="item_number" type="hidden" value="cad-affiliate" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Student Membership" /> <input name="item_number" type="hidden" value="cad-student" /> <input name="amount" type="hidden" value="30.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$30 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Individuals Contributing" /> <input name="item_number" type="hidden" value="cad-individual" /> <input name="amount" type="hidden" value="70.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Commercial Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Individuals Contributing" /> <input name="item_number" type="hidden" value="cad-individual" /> <input name="amount" type="hidden" value="150.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$150 - Commercial Membership</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/commercial-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<strong>The following membership types require verification of your organization\'s information and/or approval by the AAZK Board.</strong>\r\n<h3>Institutional Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://dev.aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$150 - Institutional Membership</div>\r\n<div class="details">requires AAZK Board approval</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/institutional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<h3>Library Only</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://dev.aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$45 - Institutional</div>\r\n<div class="details">Available only to public &amp; university libraries</div>\r\n</div>\r\n</div>\r\n<h3>International Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://dev.aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$60 - International Membership</div>\r\n<div class="details">All members outside U.S. &amp; Canada regardless of category</div>\r\n</div>\r\n</div>\r\nPrint and mail applications to:\r\n\r\n<strong>AAZK Administrative Offices\r\n3601 S.W. 29th, Suite 133\r\nTopeka, KS 66614</strong>\r\n\r\nMake checks/money orders payable to <strong>AAZK, Inc</strong>\r\nMust be in U.S. FUNDS ONLY.\r\n\r\nMembership includes a subscription to Animal Keepers\' Forum. The membership card is good for free admission to many zoos and aquariums in the U.S. and Canada.</div>', 'Join AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2010-01-01 11:29:53', '2010-01-01 16:29:53', '', 17, 'http://aazk.org/uncategorized/17-revision-18/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (957, 2, '2010-01-01 13:16:46', '2010-01-01 18:16:46', '', 'phillyconflogo', 0, '', 'inherit', 'closed', 'closed', '', 'phillyconflogo', '', '', '2010-01-01 13:16:46', '2010-01-01 18:16:46', '', 0, 'http://aazk.org/wp-content/uploads/phillyconflogo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2150, 2, '2011-09-23 12:38:44', '2011-09-23 17:38:44', '<a href="http://www.rgzaecetia.net/gws/aazk/aazk_2012.html"><img class="alignnone size-medium wp-image-2145" title="2012_conf_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_conf_logo-300x225.jpg" alt="2012_conf_logo" width="168" height="126" /></a>\r\n\r\nSyracuse, NY\r\n\r\n23-27 September 2012', '2012 AAZK National Conference', 0, '', 'inherit', 'closed', 'closed', '', '2144-revision-5', '', '', '2011-09-23 12:38:44', '2011-09-23 17:38:44', '', 2144, 'http://aazk.org/uncategorized/2144-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2148, 2, '2011-09-23 12:37:51', '2011-09-23 17:37:51', '<a href="http://www.rgzaecetia.net/gws/aazk/aazk_2012.html"><img class="alignnone size-medium wp-image-2145" title="2012_conf_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_conf_logo-300x225.jpg" alt="2012_conf_logo" width="210" height="158" /></a>\r\n\r\nHosted by the Rosamond Gifford Zoo AAZK Chapter\r\n\r\n23-27 September 2012', '2012 AAZK National Conference', 0, '', 'inherit', 'closed', 'closed', '', '2144-revision-3', '', '', '2011-09-23 12:37:51', '2011-09-23 17:37:51', '', 2144, 'http://aazk.org/uncategorized/2144-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2147, 2, '2011-09-23 12:37:31', '2011-09-23 17:37:31', '<img class="alignnone size-medium wp-image-2145" title="2012_conf_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_conf_logo-300x225.jpg" alt="2012_conf_logo" width="300" height="225" />\n\nHosted by the Rosamond Gifford Zoo AAZK Chapter\n\n23-27 September 2012', '2012 AAZK National Conference', 0, '', 'inherit', 'closed', 'closed', '', '2144-revision-2', '', '', '2011-09-23 12:37:31', '2011-09-23 17:37:31', '', 2144, 'http://aazk.org/uncategorized/2144-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (972, 2, '2010-01-01 14:19:36', '2010-01-01 19:19:36', '<em>By\nStacy Johnson and Angela Matthews, Animal Keepers\nDisney’s Animal Kingdom, Lake Buena Vista, Florida</em>\n\n<strong>Background</strong>\nChinese alligators (<em>Alligator sinensis</em>) are one of the smallest crocodilians, with adult males reaching six feet long [~1.83m] from snout to tail, and weighing up to 90 pounds [40.82kg].  Chinese alligators are also one of the most critically endangered crocodilian species, with less than 300 left in the wild.  They are restricted to a reserve around the lower Yangtze River, in the Anhui province in China. While the wild population suffers, numbers in captivity are very healthy.\n\nFrom our original eight Chinese alligators brought to Disney’s Animal Kingdom in 1997, we now have one female, “Birdie”, who was transferred to an off-exhibit holding area in 1999.  Since we were going to be working around her very closely, keeper and animal safety were a priority.  Within the last year, several husbandry initiatives were accomplished, both in training and enrichment, which have had a great impact on both the animal, as well as her caretakers.\n\n<strong>Enclosure Renovation</strong>\nSince “Birdie” may be a long-term resident, we decided to make some modifications to her husbandry program.  Her previous housing was limited to one stall with a pool and a strip of land for sunning (Figure 1).  When the other alligators were shipped out, we had ample space to increase her enclosure size.\n\nShe was given two large stalls; one with a bigger pool and grass for sunning and the other filled with dirt substrate.  These stalls are separated with a shifting corridor, where her crate will be housed, and can be closed off with guillotine doors.  Her enclosure furniture now consists of: deadfall, a ladder for sunning in the water, grass, dirt, and plants, all of which help provide a more complex environment (Figure 2).\n<img class="size-full wp-image-966 alignnone" title="alligator1" src="http://aecetia.net/gws/aazk/wp-content/uploads/alligator1.jpg" alt="alligator1" width="688" height="469" />\n<strong></strong>\n\n<strong>Figure 1:</strong> previous Chinese alligator off-exhibit holding (<em>photo: Stacy Johnson</em>)\n\n<img class="size-full wp-image-967 alignnone" title="alligator2" src="http://aecetia.net/gws/aazk/wp-content/uploads/alligator2.jpg" alt="alligator2" width="688" height="457" />\n\n<strong>Figure 2:</strong> current Chinese alligator off-exhibit holding (<em>photo: Stacy Johnson</em>)\n\nUsing this model, we set our goals to encourage natural behavior such as locomotion, burrowing, digging, foraging, sunning, hiding, vocalizing, and swimming. To ensure she received a regular rotation of daily enrichment, we developed a schedule for implementation. We documented her interactions with the enrichment items on daily observation sheets. We found the most effective enrichment to be……..\n\n<strong>Want to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'Training and Enrichment Advances for a Chinese Alligator at Disney’s Animal Kingdom', 0, '', 'inherit', 'closed', 'closed', '', '965-autosave', '', '', '2010-01-01 14:19:36', '2010-01-01 19:19:36', '', 965, 'http://aazk.org/uncategorized/965-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (966, 2, '2010-01-01 14:06:42', '2010-01-01 19:06:42', '', 'alligator1', 0, '', 'inherit', 'closed', 'closed', '', 'alligator1', '', '', '2010-01-01 14:06:42', '2010-01-01 19:06:42', '', 965, 'http://aazk.org/wp-content/uploads/alligator1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (967, 2, '2010-01-01 14:09:05', '2010-01-01 19:09:05', '', 'alligator2', 0, '', 'inherit', 'closed', 'closed', '', 'alligator2', '', '', '2010-01-01 14:09:05', '2010-01-01 19:09:05', '', 965, 'http://aazk.org/wp-content/uploads/alligator2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (968, 2, '2010-01-01 14:11:04', '2010-01-01 19:11:04', '<em>By\nStacy Johnson and Angela Matthews, Animal Keepers\nDisney’s Animal Kingdom, Lake Buena Vista, Florida</em>\n\n<strong>Background</strong>\nChinese alligators (<em>Alligator sinensis</em>) are one of the smallest crocodilians, with adult males reaching six feet long [~1.83m] from snout to tail, and weighing up to 90 pounds [40.82kg].  Chinese alligators are also one of the most critically endangered crocodilian species, with less than 300 left in the wild.  They are restricted to a reserve around the lower Yangtze River, in the Anhui province in China. While the wild population suffers, numbers in captivity are very healthy.\n\nFrom our original eight Chinese alligators brought to Disney’s Animal Kingdom in 1997, we now have one female, “Birdie”, who was transferred to an off-exhibit holding area in 1999.  Since we were going to be working around her very closely, keeper and animal safety were a priority.  Within the last year, several husbandry initiatives were accomplished, both in training and enrichment, which have had a great impact on both the animal, as well as her caretakers.\n\n<strong>Enclosure Renovation</strong>\nSince “Birdie” may be a long-term resident, we decided to make some modifications to her husbandry program.  Her previous housing was limited to one stall with a pool and a strip of land for sunning (Figure 1).  When the other alligators were shipped out, we had ample space to increase her enclosure size.\n\nShe was given two large stalls; one with a bigger pool and grass for sunning and the other filled with dirt substrate.  These stalls are separated with a shifting corridor, where her crate will be housed, and can be closed off with guillotine doors.  Her enclosure furniture now consists of: deadfall, a ladder for sunning in the water, grass, dirt, and plants, all of which help provide a more complex environment (Figure 2).\n<img class="alignleft size-full wp-image-966" title="alligator1" src="http://aecetia.net/gws/aazk/wp-content/uploads/alligator1.jpg" alt="alligator1" width="688" height="469" />\n<!--[if !mso]> <style>\nv:* {behavior:url(#default#VML);}\no:* {behavior:url(#default#VML);}\nw:* {behavior:url(#default#VML);}\n.shape {behavior:url(#default#VML);}\n</style> <![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--> &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face 	{font-family:Cambria; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073741899 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	mso-bidi-font-size:10.0pt; 	font-family:"Cambria","serif"; 	mso-fareast-font-family:Cambria; 	mso-bidi-font-family:"Times New Roman";} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	font-size:10.0pt; 	mso-ansi-font-size:10.0pt; 	mso-bidi-font-size:10.0pt; 	mso-ascii-font-family:Cambria; 	mso-fareast-font-family:Cambria; 	mso-hansi-font-family:Cambria;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; <!--[if gte mso 10]> <style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:"Table Normal";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-qformat:yes;\n	mso-style-parent:"";\n	mso-padding-alt:0in 5.4pt 0in 5.4pt;\n	mso-para-margin:0in;\n	mso-para-margin-bottom:.0001pt;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:"Calibri","sans-serif";\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-fareast-font-family:"Times New Roman";\n	mso-fareast-theme-font:minor-fareast;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-bidi-font-family:"Times New Roman";\n	mso-bidi-theme-font:minor-bidi;}\n</style> <![endif]--><span style="font-size: 12pt; font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><!--[if gte vml 1]><v:shapetype id="_x0000_t75"  coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe"  filled="f" stroked="f"> <v:stroke joinstyle="miter" /> <v:formulas> <v:f eqn="if lineDrawn pixelLineWidth 0" /> <v:f eqn="sum @0 1 0" /> <v:f eqn="sum 0 0 @1" /> <v:f eqn="prod @2 1 2" /> <v:f eqn="prod @3 21600 pixelWidth" /> <v:f eqn="prod @3 21600 pixelHeight" /> <v:f eqn="sum @0 0 1" /> <v:f eqn="prod @6 1 2" /> <v:f eqn="prod @7 21600 pixelWidth" /> <v:f eqn="sum @8 21600 0" /> <v:f eqn="prod @7 21600 pixelHeight" /> <v:f eqn="sum @10 21600 0" /> </v:formulas> <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect" /> <o:lock v:ext="edit" aspectratio="t" /> </v:shapetype><v:shape id="Picture_x0020_1" o:spid="_x0000_i1025" type="#_x0000_t75"  style=\'width:171.75pt;height:117.75pt;visibility:visible\'> <v:imagedata src="file:///C:UsersDeniseAppDataLocalTempmsohtmlclip1\01clip_image001.png"   o:title="" /> </v:shape><![endif]--><!--[if !vml]--><!--[endif]--></span>\n\n<strong>Figure 1:</strong> previous off-exhibit alligator holding (<em>photo by: Stacy Johnson</em>)\n\n<img class="alignleft size-full wp-image-967" title="alligator2" src="http://aecetia.net/gws/aazk/wp-content/uploads/alligator2.jpg" alt="alligator2" width="688" height="457" />\n\n<strong>Figure 2:</strong> current Chinese alligator off-exhibit holding (<em>photo: Stacy Johnson</em>)\n\nUsing this model, we set our goals to encourage natural behavior such as locomotion, burrowing, digging, foraging, sunning, hiding, vocalizing, and swimming. To ensure she received a regular rotation of daily enrichment, we developed a schedule for implementation. We documented her interactions with the enrichment items on daily observation sheets. We found the most effective enrichment to be……..\n\n<strong>Want to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'Training and Enrichment Advances for a Chinese Alligator at Disney’s Animal Kingdom', 0, '', 'inherit', 'closed', 'closed', '', '965-revision', '', '', '2010-01-01 14:11:04', '2010-01-01 19:11:04', '', 965, 'http://aazk.org/uncategorized/965-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (970, 2, '2010-01-01 14:15:53', '2010-01-01 19:15:53', '<em>By\r\nStacy Johnson and Angela Matthews, Animal Keepers\r\nDisney’s Animal Kingdom, Lake Buena Vista, Florida</em>\r\n\r\n<strong>Background</strong>\r\nChinese alligators (<em>Alligator sinensis</em>) are one of the smallest crocodilians, with adult males reaching six feet long [~1.83m] from snout to tail, and weighing up to 90 pounds [40.82kg].  Chinese alligators are also one of the most critically endangered crocodilian species, with less than 300 left in the wild.  They are restricted to a reserve around the lower Yangtze River, in the Anhui province in China. While the wild population suffers, numbers in captivity are very healthy.\r\n\r\nFrom our original eight Chinese alligators brought to Disney’s Animal Kingdom in 1997, we now have one female, “Birdie”, who was transferred to an off-exhibit holding area in 1999.  Since we were going to be working around her very closely, keeper and animal safety were a priority.  Within the last year, several husbandry initiatives were accomplished, both in training and enrichment, which have had a great impact on both the animal, as well as her caretakers.\r\n\r\n<strong>Enclosure Renovation</strong>\r\nSince “Birdie” may be a long-term resident, we decided to make some modifications to her husbandry program.  Her previous housing was limited to one stall with a pool and a strip of land for sunning (Figure 1).  When the other alligators were shipped out, we had ample space to increase her enclosure size.\r\n\r\nShe was given two large stalls; one with a bigger pool and grass for sunning and the other filled with dirt substrate.  These stalls are separated with a shifting corridor, where her crate will be housed, and can be closed off with guillotine doors.  Her enclosure furniture now consists of: deadfall, a ladder for sunning in the water, grass, dirt, and plants, all of which help provide a more complex environment (Figure 2).\r\n<img class="alignleft size-full wp-image-966" title="alligator1" src="http://aecetia.net/gws/aazk/wp-content/uploads/alligator1.jpg" alt="alligator1" width="688" height="469" />\r\n<strong>Figure 1:</strong> previous Chinese alligator off-exhibit holding (<em>photo: Stacy Johnson</em>)\r\n\r\n<img class="alignleft size-full wp-image-967" title="alligator2" src="http://aecetia.net/gws/aazk/wp-content/uploads/alligator2.jpg" alt="alligator2" width="688" height="457" />\r\n\r\n<strong>Figure 2:</strong> current Chinese alligator off-exhibit holding (<em>photo: Stacy Johnson</em>)\r\n\r\nUsing this model, we set our goals to encourage natural behavior such as locomotion, burrowing, digging, foraging, sunning, hiding, vocalizing, and swimming. To ensure she received a regular rotation of daily enrichment, we developed a schedule for implementation. We documented her interactions with the enrichment items on daily observation sheets. We found the most effective enrichment to be……..\r\n\r\n<strong>Want to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'Training and Enrichment Advances for a Chinese Alligator at Disney’s Animal Kingdom', 0, '', 'inherit', 'closed', 'closed', '', '965-revision-3', '', '', '2010-01-01 14:15:53', '2010-01-01 19:15:53', '', 965, 'http://aazk.org/uncategorized/965-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (969, 2, '2010-01-01 14:12:05', '2010-01-01 19:12:05', '<em>By\nStacy Johnson and Angela Matthews, Animal Keepers\nDisney’s Animal Kingdom, Lake Buena Vista, Florida</em>\n\n<strong>Background</strong>\nChinese alligators (<em>Alligator sinensis</em>) are one of the smallest crocodilians, with adult males reaching six feet long [~1.83m] from snout to tail, and weighing up to 90 pounds [40.82kg].  Chinese alligators are also one of the most critically endangered crocodilian species, with less than 300 left in the wild.  They are restricted to a reserve around the lower Yangtze River, in the Anhui province in China. While the wild population suffers, numbers in captivity are very healthy.\n\nFrom our original eight Chinese alligators brought to Disney’s Animal Kingdom in 1997, we now have one female, “Birdie”, who was transferred to an off-exhibit holding area in 1999.  Since we were going to be working around her very closely, keeper and animal safety were a priority.  Within the last year, several husbandry initiatives were accomplished, both in training and enrichment, which have had a great impact on both the animal, as well as her caretakers.\n\n<strong>Enclosure Renovation</strong>\nSince “Birdie” may be a long-term resident, we decided to make some modifications to her husbandry program.  Her previous housing was limited to one stall with a pool and a strip of land for sunning (Figure 1).  When the other alligators were shipped out, we had ample space to increase her enclosure size.\n\nShe was given two large stalls; one with a bigger pool and grass for sunning and the other filled with dirt substrate.  These stalls are separated with a shifting corridor, where her crate will be housed, and can be closed off with guillotine doors.  Her enclosure furniture now consists of: deadfall, a ladder for sunning in the water, grass, dirt, and plants, all of which help provide a more complex environment (Figure 2).\n<img class="alignleft size-full wp-image-966" title="alligator1" src="http://aecetia.net/gws/aazk/wp-content/uploads/alligator1.jpg" alt="alligator1" width="688" height="469" />\n<!--[if !mso]> <style>\nv:* {behavior:url(#default#VML);}\no:* {behavior:url(#default#VML);}\nw:* {behavior:url(#default#VML);}\n.shape {behavior:url(#default#VML);}\n</style> <![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--> &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face 	{font-family:Cambria; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073741899 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	mso-bidi-font-size:10.0pt; 	font-family:"Cambria","serif"; 	mso-fareast-font-family:Cambria; 	mso-bidi-font-family:"Times New Roman";} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	font-size:10.0pt; 	mso-ansi-font-size:10.0pt; 	mso-bidi-font-size:10.0pt; 	mso-ascii-font-family:Cambria; 	mso-fareast-font-family:Cambria; 	mso-hansi-font-family:Cambria;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; <!--[if gte mso 10]> <style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:"Table Normal";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-qformat:yes;\n	mso-style-parent:"";\n	mso-padding-alt:0in 5.4pt 0in 5.4pt;\n	mso-para-margin:0in;\n	mso-para-margin-bottom:.0001pt;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:"Calibri","sans-serif";\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-fareast-font-family:"Times New Roman";\n	mso-fareast-theme-font:minor-fareast;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-bidi-font-family:"Times New Roman";\n	mso-bidi-theme-font:minor-bidi;}\n</style> <![endif]--><span style="font-size: 12pt; font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><!--[if gte vml 1]><v:shapetype id="_x0000_t75"  coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe"  filled="f" stroked="f"> <v:stroke joinstyle="miter" /> <v:formulas> <v:f eqn="if lineDrawn pixelLineWidth 0" /> <v:f eqn="sum @0 1 0" /> <v:f eqn="sum 0 0 @1" /> <v:f eqn="prod @2 1 2" /> <v:f eqn="prod @3 21600 pixelWidth" /> <v:f eqn="prod @3 21600 pixelHeight" /> <v:f eqn="sum @0 0 1" /> <v:f eqn="prod @6 1 2" /> <v:f eqn="prod @7 21600 pixelWidth" /> <v:f eqn="sum @8 21600 0" /> <v:f eqn="prod @7 21600 pixelHeight" /> <v:f eqn="sum @10 21600 0" /> </v:formulas> <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect" /> <o:lock v:ext="edit" aspectratio="t" /> </v:shapetype><v:shape id="Picture_x0020_1" o:spid="_x0000_i1025" type="#_x0000_t75"  style=\'width:171.75pt;height:117.75pt;visibility:visible\'> <v:imagedata src="file:///C:UsersDeniseAppDataLocalTempmsohtmlclip1\01clip_image001.png"   o:title="" /> </v:shape><![endif]--><!--[if !vml]--><!--[endif]--></span>\n\n<strong>Figure 1:</strong> previous Chinese alligator off-exhibit holding (<em>photo: Stacy Johnson</em>)\n\n<img class="alignleft size-full wp-image-967" title="alligator2" src="http://aecetia.net/gws/aazk/wp-content/uploads/alligator2.jpg" alt="alligator2" width="688" height="457" />\n\n<strong>Figure 2:</strong> current Chinese alligator off-exhibit holding (<em>photo: Stacy Johnson</em>)\n\nUsing this model, we set our goals to encourage natural behavior such as locomotion, burrowing, digging, foraging, sunning, hiding, vocalizing, and swimming. To ensure she received a regular rotation of daily enrichment, we developed a schedule for implementation. We documented her interactions with the enrichment items on daily observation sheets. We found the most effective enrichment to be……..\n\n<strong>Want to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'Training and Enrichment Advances for a Chinese Alligator at Disney’s Animal Kingdom', 0, '', 'inherit', 'closed', 'closed', '', '965-revision-2', '', '', '2010-01-01 14:12:05', '2010-01-01 19:12:05', '', 965, 'http://aazk.org/uncategorized/965-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (974, 2, '2010-01-01 14:38:40', '2010-01-01 19:38:40', '<img class="aligncenter size-medium wp-image-695" title="hdr_conservation_station" src="http://aecetia.net/gws/aazk/wp-content/uploads/hdr_conservation_station-300x114.gif" alt="hdr_conservation_station" width="300" height="114" />\r\n\r\n<em>By Amy Hanna\r\nAAZK Conservation Committee Member\r\nAnimal Keeper, Lincoln Park Zoo, Chicago, IL</em>\r\n\r\nThis is a sequel to the first African trip I took in 2006, where my institution kindly granted me a leave of absence for three months to do conservation work. After saving up money for years and contacting U.S. zoological institutions with collaborations with African conservation organizations (like the Wildlife Conservation Society), the dream became a reality.  Six weeks were spent on a game capture team in South Africa, and six weeks at Munda Wanga Trust in Zambia.  Needless to say, I fell in love and had to go back, a typical story for those interested in Africa.\r\n\r\nIt took three and a half years of yearning but I finally made it back to Munda Wanga Trust, situated in the heart of Lusaka, the capital city of Zambia, 15 degrees south of the equator in Africa. Munda Wanga is a diamond in the rough, with its botanic gardens, animal sanctuary and advanced education center. The place was as stunning as I remembered it, and many of the changes since 2006 were impressive.\r\n\r\nMy goals for this two-week visit were to continue what I did the last time assist the animal sanctuary and education departments. I arrived with a plan to accomplish many goals. These goals were chosen based on what Joseph, the education officer, and Raffael, the lead animal keeper, needed done. I came out having accomplished a small portion of those goals, and about 15 other goals that the park needed accomplished. In Africa there is always work to be done, and being versatile is very important. Similar to my first volunteer stint, I worked with the education staff and animal keepers. Since my background is in both areas, and since the staff remembered me from the first time I was there, I was able to act as a friend and a trainer at the same time. This is a unique position to be in because working with the people is the most important way to gain understanding and acceptance in a new culture to move towards positive change.\r\n\r\n<img class="alignnone size-medium wp-image-975" title="zambianreunionphoto" src="http://aecetia.net/gws/aazk/wp-content/uploads/zambianreunionphoto-300x225.jpg" alt="zambianreunionphoto" width="300" height="225" />\r\n\r\nMy goals initially were to assist the education department with the focus of environmental education to:\r\n\r\n• Introduce a low cost, inquiry-based education program targeting teachers with school groups, and public tours (this curriculum is called       Zoo Tracks  and was originally developed by the Lincoln Park Zoo [LPZ]). I also wanted to find a donor to support the low cost of printing pamphlets for the program;\r\n• Introduce an animal behavioral study for grades 1-5 and 6-9 (also initiated by LPZ);\r\n• Introduce educational materials within a conference CD donated by an established sanctuary the Pan African Sanctuary Alliance (PASA);\r\n• Send educational materials like pens, markers and books on animal natural history, American Association of Zoo Keeper (AAZK) monthly forums, and conservation magazines;\r\n• Build a large compost bin for the park and teach how to compost;\r\n• Introduce a video, donated by The Anti-Cruelty Society, on how to care for domestic animals;\r\n• Teach about grant writing and find valuable grant websites, such as UNICEF and UNESCO, specifically for Munda Wanga;\r\n• Develop ideas for pilot programs for the future.\r\n\r\nThe goals that were accomplished in two weeks were an even combination of animal-related and educational tasks:\r\n\r\n• I brought all the materials in #4 above on all flights, which cost $80 extra;\r\n• Hosted a Zambian keeper workshop to encourage the keepers about the importance of communication with management, animal records, cleaning and sanitation, enrichment, nutrition, and to introduce AAZK monthly forums and animal behavior magazines;\r\n• Developed a Daily Animal Records template for the Lead Keeper…….\r\n\r\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, conservation,  enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'Zambian Reunion: How One Keeper Made Her  African Dreams Come True... Twice. ', 0, '', 'draft', 'closed', 'closed', '', 'zambian-reunion-how-one-keeper-made-her-african-dreams-come-true-twice', '', '', '2013-10-15 17:49:23', '2013-10-15 22:49:23', '', 0, 'http://aazk.org/?p=974', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (975, 2, '2010-01-01 14:37:53', '2010-01-01 19:37:53', '', 'zambianreunionphoto', 0, '', 'inherit', 'closed', 'closed', '', 'zambianreunionphoto', '', '', '2010-01-01 14:37:53', '2010-01-01 19:37:53', '', 974, 'http://aazk.org/wp-content/uploads/zambianreunionphoto.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (976, 2, '2010-01-01 14:36:48', '2010-01-01 19:36:48', '<img class="aligncenter size-medium wp-image-695" title="hdr_conservation_station" src="http://aecetia.net/gws/aazk/wp-content/uploads/hdr_conservation_station-300x114.gif" alt="hdr_conservation_station" width="300" height="114" />\n\n<em>By Amy Hanna\nAAZK Conservation Committee Member\nAnimal Keeper, Lincoln Park Zoo, Chicago, IL</em>\n\nThis is a sequel to the first African trip I took in 2006, where my institution kindly granted me a leave of absence for three months to do conservation work. After saving up money for years and contacting U.S. zoological institutions with collaborations with African conservation organizations (like the Wildlife Conservation Society), the dream became a reality.  Six weeks were spent on a game capture team in South Africa, and six weeks at Munda Wanga Trust in Zambia.  Needless to say, I fell in love and had to go back, a typical story for those interested in Africa.\n\nIt took three and a half years of yearning but I finally made it back to Munda Wanga Trust, situated in the heart of Lusaka, the capital city of Zambia, 15 degrees south of the equator in Africa. Munda Wanga is a diamond in the rough, with its botanic gardens, animal sanctuary and advanced education center. The place was as stunning as I remembered it, and many of the changes since 2006 were impressive.\n\nMy goals for this two-week visit were to continue what I did the last time assist the animal sanctuary and education departments. I arrived with a plan to accomplish many goals. These goals were chosen based on what Joseph, the education officer, and Raffael, the lead animal keeper, needed done. I came out having accomplished a small portion of those goals, and about 15 other goals that the park needed accomplished. In Africa there is always work to be done, and being versatile is very important. Similar to my first volunteer stint, I worked with the education staff and animal keepers. Since my background is in both areas, and since the staff remembered me from the first time I was there, I was able to act as a friend and a trainer at the same time. This is a unique position to be in because working with the people is the most important way to gain understanding and acceptance in a new culture to move towards positive change.\n\nMy goals initially were to assist the education department with the focus of environmental education to:\n\n• Introduce a low cost, inquiry-based education program targeting teachers with school groups, and public tours (this curriculum is called       Zoo Tracks  and was originally developed by the Lincoln Park Zoo [LPZ]). I also wanted to find a donor to support the low cost of printing pamphlets for the program;\n• Introduce an animal behavioral study for grades 1-5 and 6-9 (also initiated by LPZ);\n• Introduce educational materials within a conference CD donated by an established sanctuary the Pan African Sanctuary Alliance (PASA);\n• Send educational materials like pens, markers and books on animal natural history, American Association of Zoo Keeper (AAZK) monthly forums, and conservation magazines;\n• Build a large compost bin for the park and teach how to compost;\n• Introduce a video, donated by The Anti-Cruelty Society, on how to care for domestic animals;\n• Teach about grant writing and find valuable grant websites, such as UNICEF and UNESCO, specifically for Munda Wanga;\n• Develop ideas for pilot programs for the future.\n\nThe goals that were accomplished in two weeks were an even combination of animal-related and educational tasks:\n\n• I brought all the materials in #4 above on all flights, which cost $80 extra;\n• Hosted a Zambian keeper workshop to encourage the keepers about the importance of communication with management, animal records, cleaning and sanitation, enrichment, nutrition, and to introduce AAZK monthly forums and animal behavior magazines;\n• Developed a Daily Animal Records template for the Lead Keeper…….\n\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, conservation,  enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'Zambian Reunion: How One Keeper Made Her  African Dreams Come True... Twice. ', 0, '', 'inherit', 'closed', 'closed', '', '974-revision', '', '', '2010-01-01 14:36:48', '2010-01-01 19:36:48', '', 974, 'http://aazk.org/uncategorized/974-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (977, 2, '2010-01-01 14:38:20', '2010-01-01 19:38:20', '<img class="aligncenter size-medium wp-image-695" title="hdr_conservation_station" src="http://aecetia.net/gws/aazk/wp-content/uploads/hdr_conservation_station-300x114.gif" alt="hdr_conservation_station" width="300" height="114" />\r\n\r\n<em>By Amy Hanna\r\nAAZK Conservation Committee Member\r\nAnimal Keeper, Lincoln Park Zoo, Chicago, IL</em>\r\n\r\nThis is a sequel to the first African trip I took in 2006, where my institution kindly granted me a leave of absence for three months to do conservation work. After saving up money for years and contacting U.S. zoological institutions with collaborations with African conservation organizations (like the Wildlife Conservation Society), the dream became a reality.  Six weeks were spent on a game capture team in South Africa, and six weeks at Munda Wanga Trust in Zambia.  Needless to say, I fell in love and had to go back, a typical story for those interested in Africa.\r\n\r\nIt took three and a half years of yearning but I finally made it back to Munda Wanga Trust, situated in the heart of Lusaka, the capital city of Zambia, 15 degrees south of the equator in Africa. Munda Wanga is a diamond in the rough, with its botanic gardens, animal sanctuary and advanced education center. The place was as stunning as I remembered it, and many of the changes since 2006 were impressive.\r\n\r\nMy goals for this two-week visit were to continue what I did the last time assist the animal sanctuary and education departments. I arrived with a plan to accomplish many goals. These goals were chosen based on what Joseph, the education officer, and Raffael, the lead animal keeper, needed done. I came out having accomplished a small portion of those goals, and about 15 other goals that the park needed accomplished. In Africa there is always work to be done, and being versatile is very important. Similar to my first volunteer stint, I worked with the education staff and animal keepers. Since my background is in both areas, and since the staff remembered me from the first time I was there, I was able to act as a friend and a trainer at the same time. This is a unique position to be in because working with the people is the most important way to gain understanding and acceptance in a new culture to move towards positive change.\r\n\r\n<img class="alignnone size-medium wp-image-975" title="zambianreunionphoto" src="http://aecetia.net/gws/aazk/wp-content/uploads/zambianreunionphoto-300x225.jpg" alt="zambianreunionphoto" width="300" height="225" />\r\n\r\nMy goals initially were to assist the education department with the focus of environmental education to:\r\n\r\n• Introduce a low cost, inquiry-based education program targeting teachers with school groups, and public tours (this curriculum is called       Zoo Tracks  and was originally developed by the Lincoln Park Zoo [LPZ]). I also wanted to find a donor to support the low cost of printing pamphlets for the program;\r\n• Introduce an animal behavioral study for grades 1-5 and 6-9 (also initiated by LPZ);\r\n• Introduce educational materials within a conference CD donated by an established sanctuary the Pan African Sanctuary Alliance (PASA);\r\n• Send educational materials like pens, markers and books on animal natural history, American Association of Zoo Keeper (AAZK) monthly forums, and conservation magazines;\r\n• Build a large compost bin for the park and teach how to compost;\r\n• Introduce a video, donated by The Anti-Cruelty Society, on how to care for domestic animals;\r\n• Teach about grant writing and find valuable grant websites, such as UNICEF and UNESCO, specifically for Munda Wanga;\r\n• Develop ideas for pilot programs for the future.\r\n\r\nThe goals that were accomplished in two weeks were an even combination of animal-related and educational tasks:\r\n\r\n• I brought all the materials in #4 above on all flights, which cost $80 extra;\r\n• Hosted a Zambian keeper workshop to encourage the keepers about the importance of communication with management, animal records, cleaning and sanitation, enrichment, nutrition, and to introduce AAZK monthly forums and animal behavior magazines;\r\n• Developed a Daily Animal Records template for the Lead Keeper…….\r\n\r\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, conservation,  enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'Zambian Reunion: How One Keeper Made Her  African Dreams Come True... Twice. ', 0, '', 'inherit', 'closed', 'closed', '', '974-revision-2', '', '', '2010-01-01 14:38:20', '2010-01-01 19:38:20', '', 974, 'http://aazk.org/uncategorized/974-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1018, 2, '2014-02-05 13:34:24', '2014-02-05 18:34:24', 'The training resources available today, many of them free, can really help a trainer develop skills, problem solve, and collect new ideas. There are literally thousands, if not more, resources for zoo keepers to learn more about animal training. Below is a brief list of some of these resources other than those produced by the ATC. This resource list includes websites, List Servs and supply companies that are not necessarily affiliated with or endorsed by the AAZK, Inc. However, many of them can prove to be quite useful to the zoo trainer. Specific articles and books are listed in the <a href="http://aecetia.net/gws/aazk/wp-content/uploads/training_enrichment_bibliography.pdf" target="_blank">Animal Training and Enrichment Bibliography</a>.\n\nThere is one resource that is not on this list that is invaluable to the zoo trainer - our zoo colleagues. In addition to utilizing the vast array of training resources available in books, or websites, etc., the ATC encourages all zoo trainers to communicate with their peers and colleagues to learn from each other’s experiences.\n<h4>E-Mail List Serves</h4>\n<ul>\n	<li>AZA (American Association of Zoos and Aquariums) Animal Training List Serve. To join contact <a href="mailto:mthompson@lifegate.net">mthompson@lifegate.net</a>.</li>\n	<li>RATE: Reptile, Amphibian Training and Enrichment List Serve.  To join contact  <a href="mailto:andre.j.daneault@disney.com">andre.j.daneault@disney.com</a>.</li>\n</ul>\n<div class="hr"></div>\n<h4>Journals and Newsletters</h4>\nPlease refer to the address below:\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<th>\n<p align="center">Animal Behavior Management Alliance\nC/o Gary Wilson, Moorpark College, 7075 Campus Road, Moorpark, CA 93021, 805-378-1441</p>\n</th>\n</tr>\n</tbody>\n</table>\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<th>\n<p align="center">Animal Keepers’ Forum (Journal of the American Association of Zoo Keepers (AAZK)\n3601 S.W 29th St. Suite 133, Topeka, KS 66614</p>\n</th>\n</tr>\n</tbody>\n</table>\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<th>\n<p align="center">Journal of the Elephant Managers’ Association Newsletter (EMA)\nC/o Chuck Doyle Rosamund Gifford Zoo 1 Conservation Place, Syracuse, NY 13204</p>\n</th>\n</tr>\n</tbody>\n</table>\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<th>\n<p align="center">Soundings, Magazine of the International Marine Animal Trainers’ Association (IMATA)\n1200 South Lake Shore Drive, Chicago, IL 60605</p>\n</th>\n</tr>\n</tbody>\n</table>\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<th>\n<p align="center">The Flyer, newsletter of the International Association of Avian Trainers and Educators (IAATE)\n2412 Creekside Court, Stillwater, MN 55082</p>\n</th>\n</tr>\n</tbody>\n</table>\n<div class="hr"></div>\n<h4>World Wide Web</h4>\n<ul>\n	<li>Ark Animals - <a href="http://www.arkanimals.com" target="_blank">www.arkanimals.com</a></li>\n	<li>Elephant Managers’ Association - <a href="http://www.elephant-managers.com" target="_blank">www.elephant-managers.com</a></li>\n	<li>International Association of Avian Trainers and Educators - <a href="http://www.iaate.org" target="_blank">www.iaate.org</a></li>\n	<li>International Marine Animal Trainers’ Association - <a href="http://www.imata.org" target="_blank">www.imata.org</a></li>\n	<li>Animal Training Website for Disney’s Animal Kingdom - <a href="http://www.animaltraining.org" target="_blank">www.animaltraining.org</a></li>\n</ul>\n<h6>Bird Training Websites</h6>\n<ul>\n	<li>Barbara Heidenreich\'s website - <a href="http://www.GoodBirdInc.com" target="_blank">www.GoodBirdInc.com</a></li>\n	<li>Northwood limited - <a href="http://www.northwoodsfalconry.com/" target="_blank">http://www.northwoodsfalconry.com/</a></li>\n	<li>Mike\'s Falconry - <a href="http://www.mikesfalconry.com/" target="_blank">http://www.mikesfalconry.com/</a></li>\n	<li>Psitticines - <a href="http://www.busybeaks.com/77811_good_bird.htm" target="_blank">http://www.busybeaks.com/77811_good_bird.htm</a></li>\n</ul>\n<h6>Websites to purchase books</h6>\n<ul>\n	<li>Amazon - <a href="http://www.amazon.com" target="_blank">http://www.amazon.com</a></li>\n</ul>\n<h6>Training Supplies:</h6>\n<ul>\n	<li>Animal Management Resources, Inc. (Meg Hudson-Dye) - <a href="http://www.Mytrainingstore.com" target="_blank">www.mytrainingstore.com</a></li>\n	<li>Karen Pryor’s Website and Store - <a href="http://www.clickertraining.com" target="_blank">www.clickertraining.com</a></li>\n</ul>\nBusy Beaks, LLC - <em>They have a large variety of bird toys that are good quality.</em> - <a href="http://www.busybeaks.com" target="_blank">www.busybeaks.com</a> OR:\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<th>\n<p align="center">Busy Beaks, LLC\n458 Lucher Rd\nWillis, TX  77378\nVoice: 936-344-8400\nFax: 936-344-8406</p>\n</th>\n</tr>\n</tbody>\n</table>\n<h6>Transmitters</h6>\n<ul>\n	<li>LL Electronics - <a href="http://www.radiotracking.com/" target="_blank">http://www.radiotracking.com/</a></li>\n</ul>\nMerlin Systems, Inc. - <a href="http://www.merlin-systems.com" target="_blank">www.merlin-systems.com</a> OR:\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<th>\n<p align="center">Merlin Systems, Inc.\nP.O. Box 190257 Boise, ID 83719</p>\n<strong>Ph:</strong>(208)362-2254   <strong>Fax:</strong>(208) 362-2140\n<strong>For Orders:</strong> 1-866-742-8475</th>\n</tr>\n</tbody>\n</table>\n<h6>Receivers:</h6>\n<ul>\n	<li>Com-Spec - <a href="http://www.com-spec.com" target="_blank">www.com-spec.com</a></li>\n</ul>\n<pre><i class="left icon-info"></i> <strong>Please note:</strong> The information and/or products provided in this resource list are intended for use at the zoo trainer\'s discretion. The ATC or AAZK, Inc. does not necessarily endorse the information or products in this resource list, but has compiled it simply as a reference list for you to use at your own discretion.</pre>\n<div id="inner-links"></div>', 'Suggested Animal Training Resources', 0, '', 'inherit', 'closed', 'closed', '', '303-autosave-v1', '', '', '2014-02-05 13:34:24', '2014-02-05 18:34:24', '', 303, 'http://aazk.org/uncategorized/303-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1017, 2, '2010-01-21 13:58:25', '2010-01-21 18:58:25', '<h5>For those wishing to mail in their membership application you can download the application <a href="http://dev.aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf">here</a>. For those wishing to sign up on the website please utilize the buttons below.</h5>\r\n<div class="membership">\r\n<h3>US Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Professional Membership" /> <input name="item_number" type="hidden" value="us-professional" /> <input name="amount" type="hidden" value="45.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$45 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Affiliate Membership" /> <input name="item_number" type="hidden" value="us-affiliate" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Student Membership" /> <input name="item_number" type="hidden" value="us-student" /> <input name="amount" type="hidden" value="30.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$30 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Individuals Contributing" /> <input name="item_number" type="hidden" value="us-individual" /> <input name="amount" type="hidden" value="70.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Canadian Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Professional Membership" /> <input name="item_number" type="hidden" value="cad-professional" /> <input name="amount" type="hidden" value="45.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$45 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Affiliate Membership" /> <input name="item_number" type="hidden" value="cad-affiliate" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Student Membership" /> <input name="item_number" type="hidden" value="cad-student" /> <input name="amount" type="hidden" value="30.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$30 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Individuals Contributing" /> <input name="item_number" type="hidden" value="cad-individual" /> <input name="amount" type="hidden" value="70.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Commercial Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Individuals Contributing" /> <input name="item_number" type="hidden" value="cad-individual" /> <input name="amount" type="hidden" value="150.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$150 - Commercial Membership</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/commercial-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<strong>The following membership types require verification of your organization\'s information and/or approval by the AAZK Board.</strong>\r\n<h3>Institutional Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$150 - Institutional Membership</div>\r\n<div class="details">requires AAZK Board approval</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/institutional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<h3>Library Only</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$45 - Institutional</div>\r\n<div class="details">Available only to public &amp; university libraries</div>\r\n</div>\r\n</div>\r\n<h3>International Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$60 - International Membership</div>\r\n<div class="details">All members outside U.S. &amp; Canada regardless of category</div>\r\n</div>\r\n</div>\r\nPrint and mail applications to:\r\n\r\n<strong>AAZK Administrative Offices\r\n3601 S.W. 29th, Suite 133\r\nTopeka, KS 66614</strong>\r\n\r\nMake checks/money orders payable to <strong>AAZK, Inc</strong>\r\nMust be in U.S. FUNDS ONLY.\r\n\r\nMembership includes a subscription to Animal Keepers\' Forum. The membership card is good for free admission to many zoos and aquariums in the U.S. and Canada.</div>', 'Join AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2010-01-21 13:58:25', '2010-01-21 18:58:25', '', 17, 'http://aazk.org/uncategorized/17-revision-22/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1019, 1, '2009-06-15 20:54:14', '2009-06-16 01:54:14', '<p>The training resources available today, many of them free, can really help a trainer develop skills, problem solve, and collect new ideas. There are literally thousands, if not more, resources for zoo keepers to learn more about animal training. Below is a brief list of some of these resources other than those produced by the ATC. This resource list includes websites, Listservs and supply companies that are not necessarily affiliated with or endorsed by the AAZK, Inc. However, many of them can prove to be quite useful to the zoo trainer. Specific articles and books are listed in the <a href=\'/wp-content/uploads/animal_training_bibliography.pdf\'>Animal Training and Enrichment Bibliography</a>.</p>\r\n\r\n<p>There is one resource that is not on this list that is invaluable to the zoo trainer - our zoo colleagues. In addition to utilizing the vast array of training resources available in books, or websites, etc., the ATC encourages all zoo trainers to communicate with their peers and colleagues to learn from each other\'s experiences.</p>\r\n \r\n<h3>E Mail List Serves</h3>\r\n<ul>\r\n	<li>AZA (American Association of Zoos and Aquariums) Animal Training List Serve<br>To join contact <a href="mailto:mthompson@lifegate.net">mthompson@lifegate.net</a></li>\r\n	<li>RATE: Reptile, Amphibian Training and Enrichment List Serve. To join contact <a href="mailto:andre.j.daneault@disney.com">andre.j.daneault@disney.com</a></li>\r\n</ul>\r\n\r\n<h3>Journals and Newsletters</h3>\r\n<ul>\r\n	<li><strong>Animal Behavior Management Alliance</strong><br />\r\n		C/O Gary Wilson<br />\r\n		Moorpark College<br />\r\n		7075 Campus Road<br />\r\n		Moorpark, CA 93021<br />\r\n		805-378-1441\r\n	</li>\r\n  <li>\r\n  	<strong><a href="/category/akf/toc/">Animal Keepers\' Forum</a><br />\r\n    (Journal of the American Association of Zoo Keepers (AAZK))</strong><br />\r\n    3601 S.W 29th St. Suite 133<br />\r\n    Topeka, KS 66614\r\n  </li>\r\n  <li>\r\n  	<strong>Journal of the Elephant Managers\' Association Newsletter (EMA)</strong><br />\r\n		C/O Chuck Doyle<br />\r\n		Rosamund Gifford Zoo<br />\r\n		1 Conservation Place<br />\r\n		Syracuse, NY 13204\r\n  </li>\r\n  <li>\r\n  	<strong>Soundings, Magazine of the International Marine Animal Trainers\' Association (IMATA)</strong><br />\r\n		1200 South Lake Shore Drive<br />\r\n		Chicago, IL 60605\r\n  </li>\r\n  <li>\r\n  	<strong>The Flyer, newsletter of the International Association of Avian Trainers and Educators (IAATE)</strong><br />\r\n		2412 Creekside Court<br />\r\n		Stillwater, MN 55082\r\n  </li>\r\n</ul>\r\n\r\n<h3>On the Web</h3>\r\n<ul>\r\n  <li><a href="http://www.arkanimals.com">Ark Animals</a></li>\r\n  <li><a href="http://www.elephant-managers.com">Elephant Managers\' Association</a></li>\r\n  <li><a href="http://www.iaate.org">International Association of Avian Trainers and Educators</a></li>\r\n  <li><a href="http://www.imata.org">International Marine Animal Trainers\' Association</a></li>\r\n  <li><a href="http://www.animaltraining.org">Animal Training Website for Disney\'s Animal Kingdom</a></li>\r\n</ul>\r\n\r\n<h3>Bird Training Websites</h3>\r\n<ul>\r\n  <li><a href="http://www.GoodBirdInc.com">Barbara Heidenreich\'s website</a></li>\r\n  <li><a href="http://www.northwoodsfalconry.com">Northwood limited</a></li>\r\n  <li><a href="http://www.mikesfalconry.com">Mike\'s Falconry</a></li>\r\n  <li><a href="http://members.aol.com/hawkequip/falconry.html">Williams F. Snell Falconry</a></li>\r\n  <li><a href="http://www.busybeaks.com">Psitticines</a></li>\r\n</ul>\r\n\r\n<h3>Places to purchase books</h3>\r\n\r\n<p>Amazon.com (Go through the AAZK website and AAZK, Inc. will receive a donation of 5% of the purchase price).</p>\r\n\r\n<ul>\r\n  <li><a href="http://www.Mytrainingstore.com">Animal Management Resources, Inc. (Meg Hudson-Dye)</a></li>\r\n  <li><a href="http://www.clickertraining.com">Karen Pryor\'s Website and Store</a></li>\r\n</ul>\r\n\r\n<h3>Transmitters</h3>\r\n<ul>\r\n  <li>Merlin Systems, Inc.<br />\r\n    P.O. Box 190257<br />\r\n    Boise, ID 83719<br />\r\n    Ph:(208) 362-2254<br />\r\n    Fax:(208) 362-2140<br />\r\n    For Orders: 1-866-742-8475\r\n    <a href="http://www.merlin-systems.com">merlin-systems.com</a></li>\r\n	<li><a href="http://www.radiotracking.com">LL Electronics</a></li>\r\n</ul>\r\n\r\n<h3>Receivers</h3>\r\n<ul>\r\n	<li><a href="http://www.com-spec.com">com-spec.com</a></li>\r\n</ul>\r\n\r\n<p><em>Please note: The information and/or products provided in this resource list are intended for use at the zoo trainer\'s discretion. The ATC or AAZK, Inc. does not necessarily endorse the information or products in this resource list, but has compiled it simply as a reference list for you to use at your own discretion.</em></p>', 'Suggested Animal Training Resources', 0, '', 'inherit', 'closed', 'closed', '', '303-revision-v1', '', '', '2009-06-15 20:54:14', '2009-06-16 01:54:14', '', 303, 'http://aazk.org/uncategorized/303-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1021, 2, '2010-01-30 15:45:23', '2010-01-30 20:45:23', '<ul>\n	<li>About the Cover/Information for Contributors\nScoops &amp; Scuttlebutt\nIn Memorium ~ Lutz Ruhe ~ AAZK Benefactor\nComing Events\nAAZK Announces New Members\nFrom the President\nRhino Poaching at Lewa Wildlife Conservancy\nThird Call for Papers ~ Conference 2010\nAAZK/Geraldine Meyer Professional Development Grant Report\nNew Resource CD Available from AAZK, Inc. ~ Crisis Management\n2010 Bowling for Rhinos Event Form\nWorld Wildlife Fund’s “Ten to Watch” List\nCare and Management of Geriatric Animals in Zoos (order info)\nRhino News Notes\nBig Benefit for Contributing to Training Tales\nand Enrichment Options Columns\nPeople Skills for Animal People: Keeper Communication, Part II\nTraining Tales (<em>Visitor Cued Gorilla “Tree Climb” Behavior</em>)\nThe National Zoo’s O Line: The Enrichment Value of\nan Orangutan Transit System\nKeeper Profiles DVD Ordering Information\nBook Reviews (<em>Amphibian Biology, Vol. 8, Amphibian Declines</em>)\nConservation/Legislative Update</li>\n</ul>', 'February 2010', 0, '', 'inherit', 'closed', 'closed', '', '1020-revision', '', '', '2010-01-30 15:45:23', '2010-01-30 20:45:23', '', 1020, 'http://aazk.org/uncategorized/1020-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1022, 2, '2010-01-30 15:46:31', '2010-01-30 20:46:31', '<ul>\n	<li>About the Cover/Information for Contributors</li>\n	<li>Scoops &amp; Scuttlebutt</li>\n	<li>In Memorium ~ Lutz Ruhe ~ AAZK Benefactor</li>\n	<li>Coming Events</li>\n	<li>AAZK Announces New Members</li>\n	<li>From the President</li>\n	<li>Rhino Poaching at Lewa Wildlife Conservancy</li>\n	<li>Third Call for Papers ~ Conference 2010</li>\n	<li>AAZK/Geraldine Meyer Professional Development Grant Report</li>\n	<li>New Resource CD Available from AAZK, Inc. ~ Crisis Management</li>\n	<li>2010 Bowling for Rhinos Event Form</li>\n	<li>World Wildlife Fund’s “Ten to Watch” List</li>\n	<li>Care and Management of Geriatric Animals in Zoos (order info)</li>\n	<li>Rhino News Notes</li>\n	<li>Big Benefit for Contributing to Training Tales and Enrichment Options Columns</li>\n	<li>People Skills for Animal People: Keeper Communication, Part II</li>\n	<li>Training Tales (<em>Visitor Cued Gorilla “Tree Climb” Behavior</em>)</li>\n	<li>The National Zoo’s O Line: The Enrichment Value of an Orangutan Transit System</li>\n	<li>Keeper Profiles DVD Ordering Information</li>\n	<li>Book Reviews (<em>Amphibian Biology, Vol. 8, Amphibian Declines</em>)</li>\n	<li>Conservation/Legislative Update</li>\n</ul>', 'February 2010', 0, '', 'inherit', 'closed', 'closed', '', '1020-revision-2', '', '', '2010-01-30 15:46:31', '2010-01-30 20:46:31', '', 1020, 'http://aazk.org/uncategorized/1020-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1023, 2, '2010-01-30 15:48:10', '2010-01-30 20:48:10', '<ul>\n	<li>About the Cover/Information for Contributors</li>\n	<li>Scoops &amp; Scuttlebutt</li>\n	<li>In Memorium ~ Lutz Ruhe ~ AAZK Benefactor</li>\n	<li>Coming Events</li>\n	<li>AAZK Announces New Members</li>\n	<li>From the President</li>\n	<li>Rhino Poaching at Lewa Wildlife Conservancy</li>\n	<li>Third Call for Papers ~ Conference 2010</li>\n	<li>AAZK/Geraldine Meyer Professional Development Grant Report</li>\n	<li>New Resource CD Available from AAZK, Inc. ~ Crisis Management</li>\n	<li>2010 Bowling for Rhinos Event Form</li>\n	<li>World Wildlife Fund’s “Ten to Watch” List</li>\n	<li>Care and Management of Geriatric Animals in Zoos (order info)</li>\n	<li>Rhino News Notes</li>\n	<li>Big Benefit for Contributing to Training Tales and Enrichment Options Columns</li>\n	<li>People Skills for Animal People: Keeper Communication, Part II</li>\n	<li>Training Tales (<em>Visitor Cued Gorilla “Tree Climb” Behavior</em>)</li>\n	<li>The National Zoo’s O Line: The Enrichment Value of an Orangutan Transit System</li>\n	<li>Keeper Profiles DVD Ordering Information</li>\n	<li>Book Reviews (<em>Amphibian Biology, Vol. 8, Amphibian Declines</em>)</li>\n	<li>Conservation/Legislative Update</li>\n</ul>', 'February 2010', 0, '', 'inherit', 'closed', 'closed', '', '1020-autosave', '', '', '2010-01-30 15:48:10', '2010-01-30 20:48:10', '', 1020, 'http://aazk.org/uncategorized/1020-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1025, 2, '2010-01-30 16:08:07', '2010-01-30 21:08:07', '<em>By Margaret Bryer and Shelby Schwartz, Great Ape House Interns\r\nSmithsonian National Zoological Park, Washington, DC</em>\r\n\r\n<strong>Abstract</strong>\r\nThe Smithsonian’s National Zoological Park’s orangutan transit system, known as the O Line, is an excellent form of enrichment for the zoo’s orangutans, giving them the opportunity to practice their natural locomotor ability. The O Line is also beneficial because it provides the orangutans with behavioral choices beyond the limitations of their outdoor yard. To better understand this unique exhibit’s value to the animals, we collected data on behavior and use of the O Line. We observed the variety of ways the orangutans move along the Line. All five individuals who choose to travel the O Line locomote in several different ways above, below or along the plastic-coated steel cables connecting the Line’s towers, though only one individual brachiates. The different components of the O Line -- the eight 50-foot towers, the cables connecting them, and the fire hoses connecting the towers to the yards -- are not merely a form of transportation, but forms of enrichment independently as well. We therefore examined how frequently orangutans used the hoses in play or in other behaviors instead of as a means to climb the tower, as well as how frequently they rested in the towers and on the cables. The behavioral freedom introduced with the O Line also includes the option to spend the night in the indoor enclosure at Think Tank, so we also kept track of how often the animals remain at Think Tank versus how frequently they return to the Great Ape House for the night. Finally, we studied how several of these factors are affected by temperature and crowd size. Together these behavioral data illustrate the enrichment impact of this innovative exhibit, as it dramatically expands the behavioral choices available to an intelligent and primarily arboreal great ape often confined to limited indoor and outdoor enclosures in captivity.\r\n\r\n<strong>Introduction</strong>\r\nThis National Zoo’s unique O Line exhibit is an orangutan transit system opened in 1995 consisting of eight 50-foot towers connected by plastic-coated steel cables spanning a total distance of 490 feet. The O Line allows the orangutans to commute between the Great Ape House and Think Tank (an exhibit on animal thinking). The O Line traverses two visitor walkways, providing a proximity to visitors that no other zoo in the United States offers.\r\n\r\nMany agree that giving animals control over their environment increases their psychological well-being (Novak and Drewsen, 1989; Rumbaugh, Washburn and Savage-Rumbaugh, 1989), and the O-Line provides a dramatic expansion of the orangutans’ behavioral and spatial choices. The National Zoo’s orangutans are able to choose where to go and how to move along the 490-foot system, and ultimately which building to occupy.  This arrangement also allows individuals a certain amount of control over their companions, a choice often eliminated in small zoo enclosures.\r\n\r\nThe O Line is also a wonderful educational opportunity. Zoo visitors can watch these naturally arboreal animals move above them with ease, an opportunity lost in traditional enclosures in which orangutans are primarily confined to the ground. The awe-inspiring sight of an adult male orangutan brachiating or a young orangutan resting on the Line and looking down at visitors is a great way for visitors to better understand this species and increase interest in great apes.\r\n\r\n<img class="alignnone size-large wp-image-1026" title="o_line_crowd_picture" src="http://aecetia.net/gws/aazk/wp-content/uploads/o_line_crowd_picture-768x1024.jpg" alt="o_line_crowd_picture" width="768" height="1024" />\r\n\r\n<em>NZP visitors look skyward to observe the zoo’s orangutans negotiating the O Line between the Great Ape House and the Think Tank.</em>\r\n\r\nFive of the six resident orangutans choose to use the O Line when they are given access, weather permitting, from approximately 1030 – 1400 hrs daily. Towers 1 and 8, in the two yards, are open for the orangutans to climb. Towers 2 through 7 have electrified wire “skirts” below their platforms that………\r\n\r\n<strong>Want to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'The National Zoo’s O Line:  The Enrichment Value of an Orangutan Transit System', 0, '', 'draft', 'closed', 'closed', '', 'the-national-zoos-o-line-the-enrichment-value-of-an-orangutan-transit-system', '', '', '2013-10-15 17:49:23', '2013-10-15 22:49:23', '', 0, 'http://aazk.org/?p=1025', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1024, 2, '2010-01-01 14:30:09', '2010-01-01 19:30:09', '<strong>February 21-24, 2010</strong> – <em><strong>Giraffe Professionals Conference</strong></em> to be held in Phoenix , AZ. The International Association of Giraffe Care Professionals is pleased to announce the first-ever conference “All of the Above” devoted to all aspects of giraffe care in captivity. All individuals interested in giraffe and the advancement of their care are invited to join us for this groundbreaking event. Conference is being hosted by the Phoenix Zoo with sponsorship from the Oakland Zoo. For more information, registration or for those who may be interested in presenting at the conference, please visit <a href="http://www.giraffecare.org">http://www.giraffecare.org/</a>\r\n\r\n<strong>March 3-6, 2010</strong> - <strong><em>International Association of Avian Trainers and Educators (IAATE) Conference</em></strong> held in Albuquerque, NM.  It’s not too early to start planning to attend the 2010 IAATE Conference hosted by Avian Ambassadors in Albuquerque, New Mexico. The 2010 IAATE Conference will provide a wonderful opportunity to learn more about avian training, show content, educational messaging, enrichment ideas, avian health and welfare from the leading authorities in the industry. Get ready for Conference Trips, Workshops, Visit the Rio Grande Zoo and Aquarium, and we are bringing back the Training Panel.  <strong>Stephen J. Bodio</strong> is our Keynote Speaker. Steve was born and educated in Boston and has lived in Magdalena , New Mexico, for over twenty years. He has traveled extensively in Europe, Africa, and especially Asia. His book <strong><em>Eagle Dreams</em></strong> is about the Kazakh horsemen of Mongolia . It is the journey to and in writing this book that Steve will talk about with his slide presentation.  We also have <strong>Susan G. Friedman, Ph.D</strong> with a featured paper on Saturday morning!  Dr. Friedman is a psychology professor at Utah State University with a special interest in applied behavior analysis (ABA), the technology of behavior change so effective with human learners. Over the last decade, she has pioneered the dissemination of ABA principles, procedures and ethical standards to improve the quality of life for animals. For more information visit <a href="http://www.IAATE.org">www.IAATE.org</a> and start planning today!\r\n\r\nThis year, Online Registration is available!  Go to <a href="http://www.IAATE.org">www.IAATE.org</a> for all registration and conference details. Online registrations must be submitted and Mail-in registrations must be postmarked by February 6, 2010.  Walk-in registrations will be accepted at the conference.\r\n\r\nHotel Reservations must be made by February 14, 2010 to get the special IAATE rate.\r\n\r\n<strong>April 15 –18, 2010</strong> - <strong><em>4th Otter Keeper Workshop</em></strong> -  the Cincinnati Zoo in Cincinnati, Ohio will host.  This year the focus of the workshop will be expanded to include all of the otters managed under the Otter SSP® ­­ North American river otters, Asian small-clawed otters, African clawless, African spot-necked and giant otters.  Keepers working with any of the species are welcome to attend.  Topics will include:  captive  management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, lots of sharing of information between keepers.\r\n\r\nRegistration will be $75 and the deadline is December 15, 2009.  Spots fill up fast so please register early.  A waiting list will be maintained once the workshop is filled.  Due to the popularity of the workshop, priority will be given to first time attendees.  Please just one registrant per institution.  <strong>No refunds after January 15, 2010.</strong>\r\nAccommodations:   A hotel near the Cincinnati Zoo or the Newport Aquarium. Room negotiations are ongoing.  Roommates are encouraged. You will be matched if you indicate that you wish to have a roommate.\r\nInformation can be found on:  <a href="http://www.OtterSpotter.com">www.OtterSpotter.com</a>\r\nFor more information contact: David Hamilton at Seneca Park Zoo, 2222 St. Paul St., Rochester, NY 14617; phone: 585-336-2502; 585-266-5775 fax\r\n<a href="mailto:dhamilton@monroecounty.gov">dhamilton@monroecounty.gov </a>\r\n\r\n<strong>April 25-30, 2010 </strong>- <em><strong>Animal Behavior Management Alliance (ABMA) Annual Conference</strong></em> - In Pittsburgh, PA. The theme of this 10th Anniversary Conference is “Defining a Decade: Animal Management - Past, Present, and Future”.\r\n\r\nConference programming includes: Dr. Vint Virga, a Veterinary Behaviorist as keynote speaker, formal presentations, numerous workshops and seminars, a poster session, and site visits to animal facilities.  All conference details can be found at <a href="http://www.theabma.org">www.theabma.org</a>.  The conference will be held at the Hilton Pittsburgh located in downtown Pittsburgh.  Mention that you are with the ABMA and receive a special room rate of $119/night Reservations must be made by March 23, 2010 at 412-391-4600.  Contact Nicole Begley at <a href="mailto:nicole.begley@aviary.org">nicole.begley@aviary.org</a> or 412-323-7235 ext 216 with questions.\r\n\r\n<strong>May 11-15, 2010</strong> - <strong><em>International Gorilla Workshop</em></strong> – 2010 - Oklahoma City Zoo is excited to host the 2010 International Gorilla Workshop. We hope you’ll join us for these informative sessions. Our keynote speakers who are confirmed are Dave Morgan and Charlene Jendry. We are in final confirmation stage to get Dr. Ilana Kutinsky here as our third keynote.  The Gorilla Workshop was created to promote and improve husbandry, management and conservation of gorillas. It is necessary to collaborate with colleagues to better provide for and understand gorillas in our care. The 2010 Gorilla Workshop will include a number of topics with an emphasis on multi-male and bachelor groups, as well as innovative and best practices in gorilla husbandry. The deadline for abstracts is 10 February 2010.\r\n\r\nAbstracts must contain the following:\r\n• Author’s name, affiliation, address, e-mail address and phone number\r\n• Title of paper\r\n• Concise description of paper not to exceed 500 words (single space)\r\n• On a separate page please provide a concise bio of the author/presenter\r\n\r\nSuggested Topics (1 full day will be devoted to each main topic): Innovations and best practices in gorilla husbandry: Retro-fitting existing cages; Innovations in exhibit and holding design to facilitate husbandry; Philosophy driven husbandry programs - What’s yours and why does it work for your facility?; How to promote mother-rearing; Surrogate programs;; Behavioral husbandry – What is working to promote innovations in gorilla management?; Multi-male and bachelor groups: Best practices – What’s working at your facility? What’s not and how can we learn from it?; Research Updates;  Complexities such as holding/exhibit design;  Introduction strategies; Management strategies; Field Work and Conservation: Ape Sanctuaries/Updates from the Field; Fundraisers to support in situ work; and In or Ex-situ conservation education programs.\r\n\r\nPlease send via e-mail or CD (in Word format) to: Laura Bottaro OR Donna Mobbs, OKC Zoo, 2101 NE 50th St.,, Okla. City, OK 73111        Emails: <a href="mailto:LBottaro@okczoo.com">LBottaro@okczoo.com</a> <a href="mailto:DMobbs@okczoo.com">DMobbs@okczoo.com</a>\r\n\r\nRegistration fees of $195 are due by 10 February 2010. A late fee of $30 will be assessed after 10 February. Ten dollars from each registration will be combined to benefit one or more in situ conservation project(s).   If you have other general question about the workshop, OKC, etc, please contact Brian Aucone, <a href="mailto:BrianA@okczoo.com">BrianA@okczoo.com</a>, 405-425-0283.\r\n\r\n<strong>August 30 - September 3, 2010</strong> - <strong><em>7th International Penguin Conference</em></strong> - in Boston, MA.  Hosted by The New England Aquarium.  For info email <a href="mailto:ipcboston@neaq.org">ipcboston@neaq.org</a>.\r\n<strong>\r\nSeptember 7-12, 2010 </strong>- <strong><em>National AZAD Conference</em></strong> Hosted by Brookfield Zoo, Brookfield, IL USA. Call for Papers--Share your ideas by presenting a paper addressing ways people can work to conserve our Earth and all the gifts it gives us - Abstracts must be submitted by January 15, 2010; Notification of Acceptance is February 15, 2010; Completed papers are due April 1, 2010.  Presentations should be 45 minutes in length, including 10 minutes for Q&amp;A.  Please email abstracts to <a href="mailto:AZAD2010info@gmail.com">AZAD2010info@gmail.com</a> with the subject line being “Abstract”.  Include name and contact info, title of paper, abstract, audio-visual equipment needed, your zoo/aquarium affiliation and AZAD membership category\r\n<strong>\r\nSeptember 28-October 2, 2010</strong> -<strong><em> 20th International Zoo Educators’ (IZE) Biennial Conference</em></strong> - at Disney’s Animal Kingdom, Orlando, FL.  For more information, please visit <a href="http://www.izea.net">http://www.izea.net</a>.\r\n\r\n<em><strong>Upcoming AAZK National Conferences</strong></em>\r\n\r\n2010 - Philadelphia, PA - August 22-26\r\n\r\n2011 - San Diego, CA - August 24-28\r\n\r\n2012 - Syracuse, NY - September 23-27\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at\r\n<a href="http://aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>\r\n\r\n<em><strong>Upcoming AZA National Conferences</strong></em>\r\n\r\nSeptember 11-16, 2010  - AZA 2010 Annual Conference - Hosted by Houston Zoo, Houston, TX.\r\n\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events January 2010', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2010-01-01 14:30:09', '2010-01-01 19:30:09', '', 435, 'http://aazk.org/uncategorized/435-revision-16/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1046, 2, '2010-03-03 09:07:56', '2010-03-03 14:07:56', '<em>Terry “Rock” Moeslein, Assistant Education Director/Interpretive Naturalist\r\nVirginia Living Museum, Newport News, Virginia</em>\r\n\r\nWhy not have native animals at your zoo? It is easier to find local species from wildlife rehabilitators.  They are easier to maintain in a native climate and find local support for their health and well-being. But there are other valid reasons why a typical zoo might consider keeping animals more often found within their state or local area.\r\n\r\nGenerally the zoos in the past hundred years were places where people could go to see rare or very unusual animals - sometimes for free and sometimes at a cost.  Except in the larger cities, people of the 1800’s to early 1900’s were more aware of the wildlife and wild places in their areas than are many people today.  Children explored the local woodlands, swamps, creeks and meadows.  People hunted, trapped and ventured into or lived in rural areas.  One would commonly see bald eagles and owls, raccoons, fox, muskrats, deer, chipmunks and bear.  Then, as today, local animals were not always seen as exciting as new and exotic ones.  People went to the zoos to see the variety of new and unusual animals.\r\n<p style="text-align: center;"><img class="size-full wp-image-1047 aligncenter" title="barredowl" src="http://aecetia.net/gws/aazk/wp-content/uploads/barredowl.jpg" alt="barredowl" width="581" height="389" /></p>\r\n<p style="text-align: center;"><strong>Barred owl</strong> <em>(Photo: Karl Rebenstorf/Virginia Living Museum)</em></p>\r\n\r\n<p style="text-align: left;">We typically think of animals from other countries as being the most interesting and less likely to be seen or known by our guests.  For many people, any animal that is different from what is normally encountered is more engaging.  However, due to time constraints and technology, fewer families know much about their own neighborhood beyond identifying the common birds, mammals, reptiles, amphibians, insects and plants.\r\n\r\nToday, children and families can learn about the world and its animals through special television programming or the Internet.  There are Distant Learning opportunities where schools’ students can talk with scientists, researchers or people of knowledge in various fields.  Nature DVDs can take us to and teach us about places most people will never have the opportunity to visit.  Information and images are readily available, but life’s first-hand wildlife experiences are slipping by. We can see it all, but we’re missing important parts of the experience. People and especially children are spending less time exploring their outside world, their neighborhood, their yards or the local parks.  And while we have access to worldwide imagery, we need better access to our own area’s natural partners and connections.  Images and information cannot compete with real experiences.  The Internet and High Definition Television cannot match the reaction that a living animal with its subtle movements, smells, sounds or instantaneous antics can elicit in us.  There is a valuable link made when we physically and emotionally interact with wildlife and wild places and share it with people we know.  If we are to encourage people to care about wild places and animals, it is important to bring animals and people in closer contact, to personalize our experience.  This is the place where zoos, knowledgeable staff, inspiring educators and easier viewing can lend a hand.\r\n\r\nIn 1987, the 21-year-old Peninsula Nature and Science Center became the Virginia Living Museum.  Our focus changed.  We were to showcase Virginia‘s native plants, animals, habitats and regions, educate children through adults about the importance of varied ecosystems both local and worldwide, teach about conservation and earth care and to continue its planetary science programs.  The transition was easy on paper, but it required the addition of many more animals and an expanded and dedicated animal care staff.  The education staff also expanded to disseminate its lessons to schools, day care facilities, retirement homes, teachers, libraries and the visiting public. In 2009 the VLM became one of only a handful of institutions to be accredited by both the Association of Zoos &amp; Aquariums and the American Associations of Museums.\r\n<p style="text-align: center;"><img class="size-full wp-image-1051 aligncenter" title="raccoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/raccoon.jpg" alt="raccoon" width="652" height="476" /></p>\r\n<p style="text-align: center;"><strong>Raccoon </strong> <em>(Photo: Karl Rebenstorf/Virginia Living Museum)</em></p>\r\n\r\n<p style="text-align: left;">In the past 33 years, I have worked as a wildlife rehabilitation director, an interpretive naturalist, a science educator, a camp counselor, a trip leader to far off places, a field biologist and a teacher of regional, wild flora and fauna.  It continues to delight me to teach anyone the importance of relationships and wonderment of life on earth.  I do not ask for someone to love snakes or spiders, but I hope that after some time, an appreciation, respect or at least a tolerance of these or other creatures will come from our shared experiences. Such conversions cannot happen unless we are in the presence of the animal. But it is not only the animals that we display that make an impression.\r\n\r\nA valuable lesson that I learned 30 years ago is that people are more excited to see what they do not expect to see.  While visiting southwest Florida, I was told to visit the Ding Darling National Wildlife Refuge where I would see Roseate Spoonbills.  As an enthusiastic birdwatcher I was delighted to go.  And there I saw Roseate Spoonbills.  It was cool to watch them.  I was excited.  Overly excited?  No.  I knew that they would be there.  However, when the Black-necked Stilts flew in close by I was beside myself with real excitement.  I knew little of the area and never knew that the Stilts frequented the Refuge.  They were the surprise – the special treat.  Yes, it is exciting to see the lion, the giraffe or the turkey.  You’re supposed to.  It’s on the map.  You expect to see it.  It will be there.  But what if a Red-tail hawk swoops down to catch a mouse in or just outside the enclosure?  Or people watch a wild opossum or some quail as they walk between two enclosures.  Real, unexpected wildlife encounters create excitement, special moments for your visitors, families, members and additional interpretive interaction that can be shared between staff and your guests.  Your guests might first think…..<em>\r\n\r\n<strong>Want to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a>\r\n</strong>\r\n</em>', 'Why Display Native Animals?', 0, '', 'draft', 'closed', 'closed', '', 'why-display-native-animals', '', '', '2013-10-15 17:49:22', '2013-10-15 22:49:22', '', 0, 'http://aazk.org/?p=1046', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1047, 2, '2010-03-03 09:01:10', '2010-03-03 14:01:10', '', 'barredowl', 0, '', 'inherit', 'closed', 'closed', '', 'barredowl', '', '', '2010-03-03 09:01:10', '2010-03-03 14:01:10', '', 1046, 'http://aazk.org/wp-content/uploads/barredowl.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1048, 2, '2010-03-03 09:00:05', '2010-03-03 14:00:05', '<em>Terry “Rock” Moeslein, Assistant Education Director/Interpretive Naturalist\nVirginia Living Museum, Newport News, Virginia</em>', 'Why Display Native Animals?', 0, '', 'inherit', 'closed', 'closed', '', '1046-revision', '', '', '2010-03-03 09:00:05', '2010-03-03 14:00:05', '', 1046, 'http://aazk.org/uncategorized/1046-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1026, 2, '2010-01-30 16:04:58', '2010-01-30 21:04:58', '', 'o_line_crowd_picture', 0, '', 'inherit', 'closed', 'closed', '', 'o_line_crowd_picture', '', '', '2010-01-30 16:04:58', '2010-01-30 21:04:58', '', 1025, 'http://aazk.org/wp-content/uploads/o_line_crowd_picture.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1027, 2, '2010-01-30 16:06:28', '2010-01-30 21:06:28', '<em>By Margaret Bryer and Shelby Schwartz, Great Ape House Interns\nSmithsonian National Zoological Park, Washington, DC</em>\n\n<strong>Abstract</strong>\nThe Smithsonian’s National Zoological Park’s orangutan transit system, known as the O Line, is an excellent form of enrichment for the zoo’s orangutans, giving them the opportunity to practice their natural locomotor ability. The O Line is also beneficial because it provides the orangutans with behavioral choices beyond the limitations of their outdoor yard. To better understand this unique exhibit’s value to the animals, we collected data on behavior and use of the O Line. We observed the variety of ways the orangutans move along the Line. All five individuals who choose to travel the O Line locomote in several different ways above, below or along the plastic-coated steel cables connecting the Line’s towers, though only one individual brachiates. The different components of the O Line -- the eight 50-foot towers, the cables connecting them, and the fire hoses connecting the towers to the yards -- are not merely a form of transportation, but forms of enrichment independently as well. We therefore examined how frequently orangutans used the hoses in play or in other behaviors instead of as a means to climb the tower, as well as how frequently they rested in the towers and on the cables. The behavioral freedom introduced with the O Line also includes the option to spend the night in the indoor enclosure at Think Tank, so we also kept track of how often the animals remain at Think Tank versus how frequently they return to the Great Ape House for the night. Finally, we studied how several of these factors are affected by temperature and crowd size. Together these behavioral data illustrate the enrichment impact of this innovative exhibit, as it dramatically expands the behavioral choices available to an intelligent and primarily arboreal great ape often confined to limited indoor and outdoor enclosures in captivity.\n\n<strong>Introduction</strong>\nThis National Zoo’s unique O Line exhibit is an orangutan transit system opened in 1995 consisting of eight 50-foot towers connected by plastic-coated steel cables spanning a total distance of 490 feet. The O Line allows the orangutans to commute between the Great Ape House and Think Tank (an exhibit on animal thinking). The O Line traverses two visitor walkways, providing a proximity to visitors that no other zoo in the United States offers.\n\nMany agree that giving animals control over their environment increases their psychological well-being (Novak and Drewsen, 1989; Rumbaugh, Washburn and Savage-Rumbaugh, 1989), and the O-Line provides a dramatic expansion of the orangutans’ behavioral and spatial choices. The National Zoo’s orangutans are able to choose where to go and how to move along the 490-foot system, and ultimately which building to occupy.  This arrangement also allows individuals a certain amount of control over their companions, a choice often eliminated in small zoo enclosures.\n\nThe O Line is also a wonderful educational opportunity. Zoo visitors can watch these naturally arboreal animals move above them with ease, an opportunity lost in traditional enclosures in which orangutans are primarily confined to the ground. The awe-inspiring sight of an adult male orangutan brachiating or a young orangutan resting on the Line and looking down at visitors is a great way for visitors to better understand this species and increase interest in great apes.\n\n<img class="alignnone size-large wp-image-1026" title="o_line_crowd_picture" src="http://aecetia.net/gws/aazk/wp-content/uploads/o_line_crowd_picture-768x1024.jpg" alt="o_line_crowd_picture" width="768" height="1024" />\n\n<em>NZP visitors look skyward to observe the zoo’s orangutans negotiating the O Line between the Great Ape House and the Think Tank.</em>\n\nFive of the six resident orangutans choose to use the O Line when they are given access, weather permitting, from approximately 1030 – 1400 hrs daily. Towers 1 and 8, in the two yards, are open for the orangutans to climb. Towers 2 through 7 have electrified wire “skirts” below their platforms that………\n\nWant to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. JOIN NOW!', 'The National Zoo’s O Line:  The Enrichment Value of an Orangutan Transit System', 0, '', 'inherit', 'closed', 'closed', '', '1025-revision', '', '', '2010-01-30 16:06:28', '2010-01-30 21:06:28', '', 1025, 'http://aazk.org/uncategorized/1025-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1028, 2, '2010-01-30 16:07:29', '2010-01-30 21:07:29', '<em>By Margaret Bryer and Shelby Schwartz, Great Ape House Interns\nSmithsonian National Zoological Park, Washington, DC</em>\n\n<strong>Abstract</strong>\nThe Smithsonian’s National Zoological Park’s orangutan transit system, known as the O Line, is an excellent form of enrichment for the zoo’s orangutans, giving them the opportunity to practice their natural locomotor ability. The O Line is also beneficial because it provides the orangutans with behavioral choices beyond the limitations of their outdoor yard. To better understand this unique exhibit’s value to the animals, we collected data on behavior and use of the O Line. We observed the variety of ways the orangutans move along the Line. All five individuals who choose to travel the O Line locomote in several different ways above, below or along the plastic-coated steel cables connecting the Line’s towers, though only one individual brachiates. The different components of the O Line -- the eight 50-foot towers, the cables connecting them, and the fire hoses connecting the towers to the yards -- are not merely a form of transportation, but forms of enrichment independently as well. We therefore examined how frequently orangutans used the hoses in play or in other behaviors instead of as a means to climb the tower, as well as how frequently they rested in the towers and on the cables. The behavioral freedom introduced with the O Line also includes the option to spend the night in the indoor enclosure at Think Tank, so we also kept track of how often the animals remain at Think Tank versus how frequently they return to the Great Ape House for the night. Finally, we studied how several of these factors are affected by temperature and crowd size. Together these behavioral data illustrate the enrichment impact of this innovative exhibit, as it dramatically expands the behavioral choices available to an intelligent and primarily arboreal great ape often confined to limited indoor and outdoor enclosures in captivity.\n\n<strong>Introduction</strong>\nThis National Zoo’s unique O Line exhibit is an orangutan transit system opened in 1995 consisting of eight 50-foot towers connected by plastic-coated steel cables spanning a total distance of 490 feet. The O Line allows the orangutans to commute between the Great Ape House and Think Tank (an exhibit on animal thinking). The O Line traverses two visitor walkways, providing a proximity to visitors that no other zoo in the United States offers.\n\nMany agree that giving animals control over their environment increases their psychological well-being (Novak and Drewsen, 1989; Rumbaugh, Washburn and Savage-Rumbaugh, 1989), and the O-Line provides a dramatic expansion of the orangutans’ behavioral and spatial choices. The National Zoo’s orangutans are able to choose where to go and how to move along the 490-foot system, and ultimately which building to occupy.  This arrangement also allows individuals a certain amount of control over their companions, a choice often eliminated in small zoo enclosures.\n\nThe O Line is also a wonderful educational opportunity. Zoo visitors can watch these naturally arboreal animals move above them with ease, an opportunity lost in traditional enclosures in which orangutans are primarily confined to the ground. The awe-inspiring sight of an adult male orangutan brachiating or a young orangutan resting on the Line and looking down at visitors is a great way for visitors to better understand this species and increase interest in great apes.\n\n<img class="alignnone size-large wp-image-1026" title="o_line_crowd_picture" src="http://aecetia.net/gws/aazk/wp-content/uploads/o_line_crowd_picture-768x1024.jpg" alt="o_line_crowd_picture" width="768" height="1024" />\n\n<em>NZP visitors look skyward to observe the zoo’s orangutans negotiating the O Line between the Great Ape House and the Think Tank.</em>\n\nFive of the six resident orangutans choose to use the O Line when they are given access, weather permitting, from approximately 1030 – 1400 hrs daily. Towers 1 and 8, in the two yards, are open for the orangutans to climb. Towers 2 through 7 have electrified wire “skirts” below their platforms that………\n\n<strong>Want to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'The National Zoo’s O Line:  The Enrichment Value of an Orangutan Transit System', 0, '', 'inherit', 'closed', 'closed', '', '1025-revision-2', '', '', '2010-01-30 16:07:29', '2010-01-30 21:07:29', '', 1025, 'http://aazk.org/uncategorized/1025-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1029, 2, '2010-01-30 16:09:14', '2010-01-30 21:09:14', '<em>By Margaret Bryer and Shelby Schwartz, Great Ape House Interns\nSmithsonian National Zoological Park, Washington, DC</em>\n\n<strong>Abstract</strong>\nThe Smithsonian’s National Zoological Park’s orangutan transit system, known as the O Line, is an excellent form of enrichment for the zoo’s orangutans, giving them the opportunity to practice their natural locomotor ability. The O Line is also beneficial because it provides the orangutans with behavioral choices beyond the limitations of their outdoor yard. To better understand this unique exhibit’s value to the animals, we collected data on behavior and use of the O Line. We observed the variety of ways the orangutans move along the Line. All five individuals who choose to travel the O Line locomote in several different ways above, below or along the plastic-coated steel cables connecting the Line’s towers, though only one individual brachiates. The different components of the O Line -- the eight 50-foot towers, the cables connecting them, and the fire hoses connecting the towers to the yards -- are not merely a form of transportation, but forms of enrichment independently as well. We therefore examined how frequently orangutans used the hoses in play or in other behaviors instead of as a means to climb the tower, as well as how frequently they rested in the towers and on the cables. The behavioral freedom introduced with the O Line also includes the option to spend the night in the indoor enclosure at Think Tank, so we also kept track of how often the animals remain at Think Tank versus how frequently they return to the Great Ape House for the night. Finally, we studied how several of these factors are affected by temperature and crowd size. Together these behavioral data illustrate the enrichment impact of this innovative exhibit, as it dramatically expands the behavioral choices available to an intelligent and primarily arboreal great ape often confined to limited indoor and outdoor enclosures in captivity.\n\n<strong>Introduction</strong>\nThis National Zoo’s unique O Line exhibit is an orangutan transit system opened in 1995 consisting of eight 50-foot towers connected by plastic-coated steel cables spanning a total distance of 490 feet. The O Line allows the orangutans to commute between the Great Ape House and Think Tank (an exhibit on animal thinking). The O Line traverses two visitor walkways, providing a proximity to visitors that no other zoo in the United States offers.\n\nMany agree that giving animals control over their environment increases their psychological well-being (Novak and Drewsen, 1989; Rumbaugh, Washburn and Savage-Rumbaugh, 1989), and the O-Line provides a dramatic expansion of the orangutans’ behavioral and spatial choices. The National Zoo’s orangutans are able to choose where to go and how to move along the 490-foot system, and ultimately which building to occupy.  This arrangement also allows individuals a certain amount of control over their companions, a choice often eliminated in small zoo enclosures.\n\nThe O Line is also a wonderful educational opportunity. Zoo visitors can watch these naturally arboreal animals move above them with ease, an opportunity lost in traditional enclosures in which orangutans are primarily confined to the ground. The awe-inspiring sight of an adult male orangutan brachiating or a young orangutan resting on the Line and looking down at visitors is a great way for visitors to better understand this species and increase interest in great apes.\n\n<img class="alignnone size-large wp-image-1026" title="o_line_crowd_picture" src="http://aecetia.net/gws/aazk/wp-content/uploads/o_line_crowd_picture-768x1024.jpg" alt="o_line_crowd_picture" width="768" height="1024" />\n\n<em>NZP visitors look skyward to observe the zoo’s orangutans negotiating the O Line between the Great Ape House and the Think Tank.</em>\n\nFive of the six resident orangutans choose to use the O Line when they are given access, weather permitting, from approximately 1030 – 1400 hrs daily. Towers 1 and 8, in the two yards, are open for the orangutans to climb. Towers 2 through 7 have electrified wire “skirts” below their platforms that………\n\n<strong>Want to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'The National Zoo’s O Line:  The Enrichment Value of an Orangutan Transit System', 0, '', 'inherit', 'closed', 'closed', '', '1025-autosave', '', '', '2010-01-30 16:09:14', '2010-01-30 21:09:14', '', 1025, 'http://aazk.org/uncategorized/1025-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1030, 2, '2010-01-30 16:26:33', '2010-01-30 21:26:33', '<em>By Judie Steenberg (12/09)\r\nRetired Zoo Keeper\r\nMaplewood, Minnesota</em>\r\n\r\n<strong>In-House  Communication</strong>\r\nLet’s now consider communication in a zoo situation.  There are two major factors that affect Keepers and communication.  One is the policy of the zoo and the administrative staff in providing the means for communication within the zoo’s operation.  Does the Keeper have the opportunity to exchange ideas and information with co-workers and the administrative staff, to record important observations and data for the zoo’s permanent record, and to be involved with the zoo’s volunteers and visitors?   Is the Keeper encouraged to develop as a communicator within his/her own zoo and with other zoos?  All of these things have an important effect on the success of a Keeper’s communicative efforts.  But, even in an ideal zoo, with all of these avenues open, a second, very important, key factor is the attitude of the Keeper.  Unless an effort is made on the part of the individual, none of it means much.\r\n\r\nIt is a fact of life that nothing is accomplished without effort.  Good relationships among Keepers and the administrative staff do not just happen, they’re developed through communication.  Albeit, there are zoos where this is not possible but, often, where effort is made, success follows.  You can communicate successfully if you use the right approach, have a constructive attitude and try hard enough.  Persistence pays off….but be cautious about over-communicating which can cause others to tune you out.  Planning how and with whom you’re trying to communicate are essentials to being successful.\r\n\r\nFor those who work in zoos that realize the value of good Keepers, the possibilities of communicating are many.  Zoo records are the first area of input.  It is hard to imagine that something hasn’t happened during the day that is not worth noting.  Perhaps it does not require an entry on the zoo’s records but, then again, maybe it does.  Keepers must develop skills to perceive, interpret and apply information about the animals in their care.  Perception means noticing, observing, listening to and realizing what’s taking place.  A new Keeper must develop this ability while veteran Keepers must take care not to become complacent or oblivious to what’s happening.\r\n\r\nInterpretation means analyzing information according to importance and relevance.  The application of information can be by oral or written communication, or through performance.  Performance?  Yes, how a Keeper transfers or relates information to the daily care of animals.  This could take the form of training a new Keeper or of working well with co-workers.  Probably the single most effective means of communication is making entries in the zoo’s records.  “Many species of animals owe their existence to facts learnt about them in zoological institutions.” (Hediger 1964)…..note the year on that reference; we’re still learning and the need to communicate information about the care of the animals continues to be of major importance.\r\n\r\nCommunications between co-workers and administrative staff may not always be optimal.  It is not reasonable to expect that everybody will always agree with or understand everything that’s being communicated.  But, if a Keeper’s attitude is constructive and the effort is rational, much can be accomplished.  Keepers have a unique position in a zoo’s operation; they have the opportunity to communicate with members of the administrative staff, auxiliary staff (maintenance, volunteers, etc.)  and zoo visitors about first-hand experiences with the animals.  Although zoo visitors can be difficult to deal with at times, Keepers can do much to educate them. Because Keepers can relate first-hand information about the animals, they can generate sincere interest and appreciation of the animals in their care.\r\n\r\nAs a Keeper, you have much to share and accomplish at all levels of zoo communication; how much depends on you and the zoo you work at.  Perhaps you are only interested in communication on a scientific level with your colleagues.  But, if you choose to, you have the ability to do more for your zoo than you may realize.  Whatever your predilection, you have a responsibility, as a Keeper, to at least communicate information about the animals in your care to those within your zoo who can aide in their care and management.\r\n\r\nA good, quality zoo’s strongest asset is………..\r\n\r\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!\r\n</a>\r\n</strong>', 'Keepers and Communication, Part II', 0, '', 'draft', 'closed', 'closed', '', 'keepers-and-communication-part-ii', '', '', '2013-10-15 17:49:22', '2013-10-15 22:49:22', '', 0, 'http://aazk.org/?p=1030', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1031, 2, '2010-01-30 16:16:09', '2010-01-30 21:16:09', '<em>By Judie Steenberg (12/09)\nRetired Zoo Keeper\nMaplewood, Minnesota</em>\n\n<strong>In-House  Communication</strong>\nLet’s now consider communication in a zoo situation.  There are two major factors that affect Keepers and communication.  One is the policy of the zoo and the administrative staff in providing the means for communication within the zoo’s operation.  Does the Keeper have the opportunity to exchange ideas and information with co-workers and the administrative staff, to record important observations and data for the zoo’s permanent record, and to be involved with the zoo’s volunteers and visitors?   Is the Keeper encouraged to develop as a communicator within his/her own zoo and with other zoos?  All of these things have an important effect on the success of a Keeper’s communicative efforts.  But, even in an ideal zoo, with all of these avenues open, a second, very important, key factor is the attitude of the Keeper.  Unless an effort is made on the part of the individual, none of it means much.\n\nIt is a fact of life that nothing is accomplished without effort.  Good relationships among Keepers and the administrative staff do not just happen, they’re developed through communication.  Albeit, there are zoos where this is not possible but, often, where effort is made, success follows.  You can communicate successfully if you use the right approach, have a constructive attitude and try hard enough.  Persistence pays off….but be cautious about over-communicating which can cause others to tune you out.  Planning how and with whom you’re trying to communicate are essentials to being successful.\n\nFor those who work in zoos that realize the value of good Keepers, the possibilities of communicating are many.  Zoo records are the first area of input.  It is hard to imagine that something hasn’t happened during the day that is not worth noting.  Perhaps it does not require an entry on the zoo’s records but, then again, maybe it does.  Keepers must develop skills to perceive, interpret and apply information about the animals in their care.  Perception means noticing, observing, listening to and realizing what’s taking place.  A new Keeper must develop this ability while veteran Keepers must take care not to become complacent or oblivious to what’s happening.\n\nInterpretation means analyzing information according to importance and relevance.  The application of information can be by oral or written communication, or through performance.  Performance?  Yes, how a Keeper transfers or relates information to the daily care of animals.  This could take the form of training a new Keeper or of working well with co-workers.  Probably the single most effective means of communication is making entries in the zoo’s records.  “Many species of animals owe their existence to facts learnt about them in zoological institutions.” (Hediger 1964)…..note the year on that reference; we’re still learning and the need to communicate information about the care of the animals continues to be of major importance.\n\nCommunications between co-workers and administrative staff may not always be optimal.  It is not reasonable to expect that everybody will always agree with or understand everything that’s being communicated.  But, if a Keeper’s attitude is constructive and the effort is rational, much can be accomplished.  Keepers have a unique position in a zoo’s operation; they have the opportunity to communicate with members of the administrative staff, auxiliary staff (maintenance, volunteers, etc.)  and zoo visitors about first-hand experiences with the animals.  Although zoo visitors can be difficult to deal with at times, Keepers can do much to educate them. Because Keepers can relate first-hand information about the animals, they can generate sincere interest and appreciation of the animals in their care.\n\nAs a Keeper, you have much to share and accomplish at all levels of zoo communication; how much depends on you and the zoo you work at.  Perhaps you are only interested in communication on a scientific level with your colleagues.  But, if you choose to, you have the ability to do more for your zoo than you may realize.  Whatever your predilection, you have a responsibility, as a Keeper, to at least communicate information about the animals in your care to those within your zoo who can aide in their care and management.\n\nA good, quality zoo’s strongest asset is………..\n\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!\n</a>\n</strong>', 'Keepers and Communication, Part II', 0, '', 'inherit', 'closed', 'closed', '', '1030-revision', '', '', '2010-01-30 16:16:09', '2010-01-30 21:16:09', '', 1030, 'http://aazk.org/uncategorized/1030-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1032, 2, '2010-01-30 16:27:40', '2010-01-30 21:27:40', '<em>By Judie Steenberg (12/09)\nRetired Zoo Keeper\nMaplewood, Minnesota</em>\n\n<strong>In-House  Communication</strong>\nLet’s now consider communication in a zoo situation.  There are two major factors that affect Keepers and communication.  One is the policy of the zoo and the administrative staff in providing the means for communication within the zoo’s operation.  Does the Keeper have the opportunity to exchange ideas and information with co-workers and the administrative staff, to record important observations and data for the zoo’s permanent record, and to be involved with the zoo’s volunteers and visitors?   Is the Keeper encouraged to develop as a communicator within his/her own zoo and with other zoos?  All of these things have an important effect on the success of a Keeper’s communicative efforts.  But, even in an ideal zoo, with all of these avenues open, a second, very important, key factor is the attitude of the Keeper.  Unless an effort is made on the part of the individual, none of it means much.\n\nIt is a fact of life that nothing is accomplished without effort.  Good relationships among Keepers and the administrative staff do not just happen, they’re developed through communication.  Albeit, there are zoos where this is not possible but, often, where effort is made, success follows.  You can communicate successfully if you use the right approach, have a constructive attitude and try hard enough.  Persistence pays off….but be cautious about over-communicating which can cause others to tune you out.  Planning how and with whom you’re trying to communicate are essentials to being successful.\n\nFor those who work in zoos that realize the value of good Keepers, the possibilities of communicating are many.  Zoo records are the first area of input.  It is hard to imagine that something hasn’t happened during the day that is not worth noting.  Perhaps it does not require an entry on the zoo’s records but, then again, maybe it does.  Keepers must develop skills to perceive, interpret and apply information about the animals in their care.  Perception means noticing, observing, listening to and realizing what’s taking place.  A new Keeper must develop this ability while veteran Keepers must take care not to become complacent or oblivious to what’s happening.\n\nInterpretation means analyzing information according to importance and relevance.  The application of information can be by oral or written communication, or through performance.  Performance?  Yes, how a Keeper transfers or relates information to the daily care of animals.  This could take the form of training a new Keeper or of working well with co-workers.  Probably the single most effective means of communication is making entries in the zoo’s records.  “Many species of animals owe their existence to facts learnt about them in zoological institutions.” (Hediger 1964)…..note the year on that reference; we’re still learning and the need to communicate information about the care of the animals continues to be of major importance.\n\nCommunications between co-workers and administrative staff may not always be optimal.  It is not reasonable to expect that everybody will always agree with or understand everything that’s being communicated.  But, if a Keeper’s attitude is constructive and the effort is rational, much can be accomplished.  Keepers have a unique position in a zoo’s operation; they have the opportunity to communicate with members of the administrative staff, auxiliary staff (maintenance, volunteers, etc.)  and zoo visitors about first-hand experiences with the animals.  Although zoo visitors can be difficult to deal with at times, Keepers can do much to educate them. Because Keepers can relate first-hand information about the animals, they can generate sincere interest and appreciation of the animals in their care.\n\nAs a Keeper, you have much to share and accomplish at all levels of zoo communication; how much depends on you and the zoo you work at.  Perhaps you are only interested in communication on a scientific level with your colleagues.  But, if you choose to, you have the ability to do more for your zoo than you may realize.  Whatever your predilection, you have a responsibility, as a Keeper, to at least communicate information about the animals in your care to those within your zoo who can aide in their care and management.\n\nA good, quality zoo’s strongest asset is………..\n\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!\n</a>\n</strong>', 'Keepers and Communication, Part II', 0, '', 'inherit', 'closed', 'closed', '', '1030-autosave', '', '', '2010-01-30 16:27:40', '2010-01-30 21:27:40', '', 1030, 'http://aazk.org/uncategorized/1030-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1034, 2, '2010-02-24 08:14:18', '2010-02-24 13:14:18', '', 'denverzoo', 0, '', 'inherit', 'closed', 'closed', '', 'denverzoo', '', '', '2010-02-24 08:14:18', '2010-02-24 13:14:18', '', 0, 'http://aazk.org/wp-content/uploads/denverzoo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1784, 2, '2010-11-02 09:17:01', '2010-11-02 14:17:01', '<p style="text-align: left;"><img class="size-medium wp-image-695 aligncenter" title="hdr_conservation_station" src="http://aecetia.net/gws/aazk/wp-content/uploads/hdr_conservation_station-300x114.gif" alt="hdr_conservation_station" width="300" height="114" /></p>\n\n<p style="text-align: left;"><em>By Amanda Ista\nAAZK Conservation Committee Member\nZoo Keeper - Milwaukee County Zoo, Milwaukee, WI\n<a href="mailto:amanda.ista@milwcnty.com">amanda.ista@milwcnty.com</a></em><a href="mailto:amanda.ista@milwcnty.com">\n</a>\nAs zoo keepers we all have different reasons for choosing to be in the zoo field.  It is hard not to be attracted to the wide range of unique benefits like the bulging triceps resulting from unloading truckloads of hay, one-of-a-kind scars, or the free “perfume”.  But for most of us, we are in the field to make a difference in the lives of the animals we care for and to help their wild counterparts.  Part of making a difference involves conservation and the AAZK National Conservation Committee focuses not only on what we as keepers can do to be involved in conservation for animals in the wild, but also what we can do at home to impact conservation.  Part of conservation at home is adopting “green” practices like recycling, buying recycled products and reducing consumption of goods.  But how can we translate this into “green” polices at work?  One way is to start a “Green Team” or to become involved in your organization’s current Green Team.\n\n<strong>What is a Green Team?</strong>\nA Green Team is simply a group of employees who are interested in pioneering or improving a company or organization’s environmental practices.  With the rising trend of “green” practices, more and more companies, including zoos and aquariums, are forming strong Green Teams that are resulting in not only a reduced carbon footprint but also reduced operation costs and even additional income.  Green Teams are having a large impact on how companies and consumers are viewing environmental practices at work and are a great example of how one voice teamed with another and another CAN make a difference.\n\n<strong>“My zoo doesn’t have a green team, how do I start one?”</strong>\n<p style="text-align: left;"><strong>Get management support</strong>\nLike most new projects, having management on board and supporting the team is integral to the success of the project.  Do your research about what other Green Teams have accomplished and present the costs and benefits of having a green team at your zoo.  Provide some examples of simple projects that the team could work on and include how much time will be spent on these projects.\n<p style="text-align: left;"><strong>Assemble a team</strong></p>\n\nBuild a team of conservation-minded individuals who want to make a difference in the environmental practices at your zoo.  Try to include representatives from as many different departments as you can.  Having input from all areas of the zoo (including animal care, grounds, concessions, education, administration and even volunteers) brings invaluable points of view that help to make your team a zoo-wide effort.\n\n<strong>Establish a mission statement and goals</strong>\nDecide on the mission of your team and tie that into your zoo’s mission statement.  Doing this helps to ensure that everyone is on the same page about where the team is going and how that     impacts your zoo’s overall mission.  Establish core goals to help the team stay on track and focused.   Work together towards common objectives and development of new projects.\n\n<strong>Think big but start small</strong>\nThe overall objectives of the committee might be long term, wide-ranging goals, but start with small, simple projects that will result in tangible results.  This will facilitate buy-in from the rest of the staff.  Small projects that are successful but do not require  a large amount of work from the staff will help build the     momentum and lead to larger and more time-intensive projects.\n\nReport your successes\nPublish regular reports on the activities of the Green Team.  Let the     staff know what the team has accomplished and what projects are     in the works.  Report any quantifiable results such as income from     cell phone recycling or reduction of the cost of waste removal.      Solicit ideas for new ideas and projects or members from staff. Get     the  staff excited about conservation and environmental practices     through incentives or prizes to keep motivation high.\n\n“My zoo has a Green Team, how do I become involved or contribute new ideas?”\n\nAs more and more individuals and companies strive to become “greener”, the number of ideas on how to accomplish this …………\n\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'Leading the Way to a Greener Future:  A Keeper’s Role in the Development and Expansion of  Their Zoo’s Green Team', 0, '', 'inherit', 'closed', 'closed', '', '1783-revision', '', '', '2010-11-02 09:17:01', '2010-11-02 14:17:01', '', 1783, 'http://aazk.org/uncategorized/1783-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1783, 2, '2010-11-02 09:18:14', '2010-11-02 14:18:14', '<p style="text-align: left;"><img class="size-medium wp-image-695 aligncenter" title="hdr_conservation_station" src="http://aecetia.net/gws/aazk/wp-content/uploads/hdr_conservation_station-300x114.gif" alt="hdr_conservation_station" width="300" height="114" /></p>\r\n\r\n<p style="text-align: left;"><em>By Amanda Ista\r\nAAZK Conservation Committee Member\r\nZoo Keeper - Milwaukee County Zoo, Milwaukee, WI\r\n<a href="mailto:amanda.ista@milwcnty.com">amanda.ista@milwcnty.com</a></em><a href="mailto:amanda.ista@milwcnty.com">\r\n</a>\r\nAs zoo keepers we all have different reasons for choosing to be in the zoo field.  It is hard not to be attracted to the wide range of unique benefits like the bulging triceps resulting from unloading truckloads of hay, one-of-a-kind scars, or the free “perfume”.  But for most of us, we are in the field to make a difference in the lives of the animals we care for and to help their wild counterparts.  Part of making a difference involves conservation and the AAZK National Conservation Committee focuses not only on what we as keepers can do to be involved in conservation for animals in the wild, but also what we can do at home to impact conservation.  Part of conservation at home is adopting “green” practices like recycling, buying recycled products and reducing consumption of goods.  But how can we translate this into “green” polices at work?  One way is to start a “Green Team” or to become involved in your organization’s current Green Team.\r\n\r\n<strong>What is a Green Team?</strong>\r\nA Green Team is simply a group of employees who are interested in pioneering or improving a company or organization’s environmental practices.  With the rising trend of “green” practices, more and more companies, including zoos and aquariums, are forming strong Green Teams that are resulting in not only a reduced carbon footprint but also reduced operation costs and even additional income.  Green Teams are having a large impact on how companies and consumers are viewing environmental practices at work and are a great example of how one voice teamed with another and another CAN make a difference.\r\n\r\n<strong>“My zoo doesn’t have a green team, how do I start one?”</strong>\r\n<p style="text-align: left;"><strong>Get management support</strong>\r\nLike most new projects, having management on board and supporting the team is integral to the success of the project.  Do your research about what other Green Teams have accomplished and present the costs and benefits of having a green team at your zoo.  Provide some examples of simple projects that the team could work on and include how much time will be spent on these projects.\r\n<p style="text-align: left;"><strong>Assemble a team</strong></p>\r\n\r\nBuild a team of conservation-minded individuals who want to make a difference in the environmental practices at your zoo.  Try to include representatives from as many different departments as you can.  Having input from all areas of the zoo (including animal care, grounds, concessions, education, administration and even volunteers) brings invaluable points of view that help to make your team a zoo-wide effort.\r\n\r\n<strong>Establish a mission statement and goals</strong>\r\nDecide on the mission of your team and tie that into your zoo’s mission statement.  Doing this helps to ensure that everyone is on the same page about where the team is going and how that     impacts your zoo’s overall mission.  Establish core goals to help the team stay on track and focused.   Work together towards common objectives and development of new projects.\r\n\r\n<strong>Think big but start small</strong>\r\nThe overall objectives of the committee might be long term, wide-ranging goals, but start with small, simple projects that will result in tangible results.  This will facilitate buy-in from the rest of the staff.  Small projects that are successful but do not require  a large amount of work from the staff will help build the momentum and lead to larger and more time-intensive projects.\r\n\r\n<strong>Report your successes</strong>\r\nPublish regular reports on the activities of the Green Team.  Let the staff know what the team has accomplished and what projects are in the works.  Report any quantifiable results such as income from cell phone recycling or reduction of the cost of waste removal. Solicit ideas for new ideas and projects or members from staff. Get the  staff excited about conservation and environmental practices through incentives or prizes to keep motivation high.\r\n\r\n<strong>“My zoo has a Green Team, how do I become involved or contribute new ideas?”</strong>\r\n\r\nAs more and more individuals and companies strive to become “greener”, the number of ideas on how to accomplish this …………\r\n\r\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'Leading the Way to a Greener Future:  A Keeper’s Role in the Development and Expansion of  Their Zoo’s Green Team', 0, '', 'draft', 'closed', 'closed', '', 'leading-the-way-to-a-greener-future-a-keepers-role-in-the-development-and-expansion-of-their-zoos-green-team', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 0, 'http://aazk.org/?p=1783', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1043, 2, '2010-02-24 08:22:15', '2010-02-24 13:22:15', '', 'denverzoo1', 0, '', 'inherit', 'closed', 'closed', '', 'denverzoo1', '', '', '2010-02-24 08:22:15', '2010-02-24 13:22:15', '', 0, 'http://aazk.org/wp-content/uploads/denverzoo1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1050, 2, '2010-03-03 09:02:05', '2010-03-03 14:02:05', '<em>Terry “Rock” Moeslein, Assistant Education Director/Interpretive Naturalist\nVirginia Living Museum, Newport News, Virginia</em>\n\nWhy not have native animals at your zoo? It is easier to find local species from wildlife rehabilitators.  They are easier to maintain in a native climate and find local support for their health and well-being. But there are other valid reasons why a typical zoo might consider keeping animals more often found within their state or local area.\n\nGenerally the zoos in the past hundred years were places where people could go to see rare or very unusual animals - sometimes for free and sometimes at a cost.  Except in the larger cities, people of the 1800’s to early 1900’s were more aware of the wildlife and wild places in their areas than are many people today.  Children explored the local woodlands, swamps, creeks and meadows.  People hunted, trapped and ventured into or lived in rural areas.  One would commonly see bald eagles and owls, raccoons, fox, muskrats, deer, chipmunks and bear.  Then, as today, local animals were not always seen as exciting as new and exotic ones.  People went to the zoos to see the variety of new and unusual animals.\n\n<img class="alignnone size-full wp-image-1047" title="barredowl" src="http://aecetia.net/gws/aazk/wp-content/uploads/barredowl.jpg" alt="barredowl" width="581" height="389" />', 'Why Display Native Animals?', 0, '', 'inherit', 'closed', 'closed', '', '1046-revision-3', '', '', '2010-03-03 09:02:05', '2010-03-03 14:02:05', '', 1046, 'http://aazk.org/uncategorized/1046-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1051, 2, '2010-03-03 09:05:15', '2010-03-03 14:05:15', '', 'raccoon', 0, '', 'inherit', 'closed', 'closed', '', 'raccoon', '', '', '2010-03-03 09:05:15', '2010-03-03 14:05:15', '', 1046, 'http://aazk.org/wp-content/uploads/raccoon.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1052, 2, '2010-03-03 09:04:25', '2010-03-03 14:04:25', '<em>Terry “Rock” Moeslein, Assistant Education Director/Interpretive Naturalist\r\nVirginia Living Museum, Newport News, Virginia</em>\r\n\r\nWhy not have native animals at your zoo? It is easier to find local species from wildlife rehabilitators.  They are easier to maintain in a native climate and find local support for their health and well-being. But there are other valid reasons why a typical zoo might consider keeping animals more often found within their state or local area.\r\n\r\nGenerally the zoos in the past hundred years were places where people could go to see rare or very unusual animals - sometimes for free and sometimes at a cost.  Except in the larger cities, people of the 1800’s to early 1900’s were more aware of the wildlife and wild places in their areas than are many people today.  Children explored the local woodlands, swamps, creeks and meadows.  People hunted, trapped and ventured into or lived in rural areas.  One would commonly see bald eagles and owls, raccoons, fox, muskrats, deer, chipmunks and bear.  Then, as today, local animals were not always seen as exciting as new and exotic ones.  People went to the zoos to see the variety of new and unusual animals.\r\n<p style="text-align: center;"><img class="size-full wp-image-1047 aligncenter" title="barredowl" src="http://aecetia.net/gws/aazk/wp-content/uploads/barredowl.jpg" alt="barredowl" width="581" height="389" /></p>\r\n<p style="text-align: center;"><strong>Barred owl</strong> <em>(Photo: Karl Rebenstorf/Virginia Living Museum)</em></p>', 'Why Display Native Animals?', 0, '', 'inherit', 'closed', 'closed', '', '1046-revision-4', '', '', '2010-03-03 09:04:25', '2010-03-03 14:04:25', '', 1046, 'http://aazk.org/uncategorized/1046-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1053, 2, '2010-03-03 09:05:32', '2010-03-03 14:05:32', '<em>Terry “Rock” Moeslein, Assistant Education Director/Interpretive Naturalist\r\nVirginia Living Museum, Newport News, Virginia</em>\r\n\r\nWhy not have native animals at your zoo? It is easier to find local species from wildlife rehabilitators.  They are easier to maintain in a native climate and find local support for their health and well-being. But there are other valid reasons why a typical zoo might consider keeping animals more often found within their state or local area.\r\n\r\nGenerally the zoos in the past hundred years were places where people could go to see rare or very unusual animals - sometimes for free and sometimes at a cost.  Except in the larger cities, people of the 1800’s to early 1900’s were more aware of the wildlife and wild places in their areas than are many people today.  Children explored the local woodlands, swamps, creeks and meadows.  People hunted, trapped and ventured into or lived in rural areas.  One would commonly see bald eagles and owls, raccoons, fox, muskrats, deer, chipmunks and bear.  Then, as today, local animals were not always seen as exciting as new and exotic ones.  People went to the zoos to see the variety of new and unusual animals.\r\n<p style="text-align: center;"><img class="size-full wp-image-1047 aligncenter" title="barredowl" src="http://aecetia.net/gws/aazk/wp-content/uploads/barredowl.jpg" alt="barredowl" width="581" height="389" /></p>\r\n<p style="text-align: center;"><strong>Barred owl</strong> <em>(Photo: Karl Rebenstorf/Virginia Living Museum)</em></p>\r\n\r\n<p style="text-align: left;">We typically think of animals from other countries as being the most interesting and less likely to be seen or known by our guests.  For many people, any animal that is different from what is normally encountered is more engaging.  However, due to time constraints and technology, fewer families know much about their own neighborhood beyond identifying the common birds, mammals, reptiles, amphibians, insects and plants.\r\n\r\nToday, children and families can learn about the world and its animals through special television programming or the Internet.  There are Distant Learning opportunities where schools’ students can talk with scientists, researchers or people of knowledge in various fields.  Nature DVDs can take us to and teach us about places most people will never have the opportunity to visit.  Information and images are readily available, but life’s first-hand wildlife experiences are slipping by. We can see it all, but we’re missing important parts of the experience. People and especially children are spending less time exploring their outside world, their neighborhood, their yards or the local parks.  And while we have access to worldwide imagery, we need better access to our own area’s natural partners and connections.  Images and information cannot compete with real experiences.  The Internet and High Definition Television cannot match the reaction that a living animal with its subtle movements, smells, sounds or instantaneous antics can elicit in us.  There is a valuable link made when we physically and emotionally interact with wildlife and wild places and share it with people we know.  If we are to encourage people to care about wild places and animals, it is important to bring animals and people in closer contact, to personalize our experience.  This is the place where zoos, knowledgeable staff, inspiring educators and easier viewing can lend a hand.\r\n\r\nIn 1987, the 21-year-old Peninsula Nature and Science Center became the Virginia Living Museum.  Our focus changed.  We were to showcase Virginia‘s native plants, animals, habitats and regions, educate children through adults about the importance of varied ecosystems both local and worldwide, teach about conservation and earth care and to continue its planetary science programs.  The transition was easy on paper, but it required the addition of many more animals and an expanded and dedicated animal care staff.  The education staff also expanded to disseminate its lessons to schools, day care facilities, retirement homes, teachers, libraries and the visiting public. In 2009 the VLM became one of only a handful of institutions to be accredited by both the Association of Zoos &amp; Aquariums and the American Associations of Museums.\r\n<p style="text-align: center;"><img class="size-full wp-image-1051 aligncenter" title="raccoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/raccoon.jpg" alt="raccoon" width="652" height="476" /></p>', 'Why Display Native Animals?', 0, '', 'inherit', 'closed', 'closed', '', '1046-revision-5', '', '', '2010-03-03 09:05:32', '2010-03-03 14:05:32', '', 1046, 'http://aazk.org/uncategorized/1046-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1054, 2, '2010-03-03 09:07:38', '2010-03-03 14:07:38', '<em>Terry “Rock” Moeslein, Assistant Education Director/Interpretive Naturalist\r\nVirginia Living Museum, Newport News, Virginia</em>\r\n\r\nWhy not have native animals at your zoo? It is easier to find local species from wildlife rehabilitators.  They are easier to maintain in a native climate and find local support for their health and well-being. But there are other valid reasons why a typical zoo might consider keeping animals more often found within their state or local area.\r\n\r\nGenerally the zoos in the past hundred years were places where people could go to see rare or very unusual animals - sometimes for free and sometimes at a cost.  Except in the larger cities, people of the 1800’s to early 1900’s were more aware of the wildlife and wild places in their areas than are many people today.  Children explored the local woodlands, swamps, creeks and meadows.  People hunted, trapped and ventured into or lived in rural areas.  One would commonly see bald eagles and owls, raccoons, fox, muskrats, deer, chipmunks and bear.  Then, as today, local animals were not always seen as exciting as new and exotic ones.  People went to the zoos to see the variety of new and unusual animals.\r\n<p style="text-align: center;"><img class="size-full wp-image-1047 aligncenter" title="barredowl" src="http://aecetia.net/gws/aazk/wp-content/uploads/barredowl.jpg" alt="barredowl" width="581" height="389" /></p>\r\n<p style="text-align: center;"><strong>Barred owl</strong> <em>(Photo: Karl Rebenstorf/Virginia Living Museum)</em></p>\r\n\r\n<p style="text-align: left;">We typically think of animals from other countries as being the most interesting and less likely to be seen or known by our guests.  For many people, any animal that is different from what is normally encountered is more engaging.  However, due to time constraints and technology, fewer families know much about their own neighborhood beyond identifying the common birds, mammals, reptiles, amphibians, insects and plants.\r\n\r\nToday, children and families can learn about the world and its animals through special television programming or the Internet.  There are Distant Learning opportunities where schools’ students can talk with scientists, researchers or people of knowledge in various fields.  Nature DVDs can take us to and teach us about places most people will never have the opportunity to visit.  Information and images are readily available, but life’s first-hand wildlife experiences are slipping by. We can see it all, but we’re missing important parts of the experience. People and especially children are spending less time exploring their outside world, their neighborhood, their yards or the local parks.  And while we have access to worldwide imagery, we need better access to our own area’s natural partners and connections.  Images and information cannot compete with real experiences.  The Internet and High Definition Television cannot match the reaction that a living animal with its subtle movements, smells, sounds or instantaneous antics can elicit in us.  There is a valuable link made when we physically and emotionally interact with wildlife and wild places and share it with people we know.  If we are to encourage people to care about wild places and animals, it is important to bring animals and people in closer contact, to personalize our experience.  This is the place where zoos, knowledgeable staff, inspiring educators and easier viewing can lend a hand.\r\n\r\nIn 1987, the 21-year-old Peninsula Nature and Science Center became the Virginia Living Museum.  Our focus changed.  We were to showcase Virginia‘s native plants, animals, habitats and regions, educate children through adults about the importance of varied ecosystems both local and worldwide, teach about conservation and earth care and to continue its planetary science programs.  The transition was easy on paper, but it required the addition of many more animals and an expanded and dedicated animal care staff.  The education staff also expanded to disseminate its lessons to schools, day care facilities, retirement homes, teachers, libraries and the visiting public. In 2009 the VLM became one of only a handful of institutions to be accredited by both the Association of Zoos &amp; Aquariums and the American Associations of Museums.\r\n<p style="text-align: center;"><img class="size-full wp-image-1051 aligncenter" title="raccoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/raccoon.jpg" alt="raccoon" width="652" height="476" /></p>\r\n<p style="text-align: center;"><strong>Raccoon </strong> <em>(Photo: Karl Rebenstorf/Virginia Living Museum)</em></p>\r\n\r\n<p style="text-align: left;">In the past 33 years, I have worked as a wildlife rehabilitation director, an interpretive naturalist, a science educator, a camp counselor, a trip leader to far off places, a field biologist and a teacher of regional, wild flora and fauna.  It continues to delight me to teach anyone the importance of relationships and wonderment of life on earth.  I do not ask for someone to love snakes or spiders, but I hope that after some time, an appreciation, respect or at least a tolerance of these or other creatures will come from our shared experiences. Such conversions cannot happen unless we are in the presence of the animal. But it is not only the animals that we display that make an impression.\r\n\r\nA valuable lesson that I learned 30 years ago is that people are more excited to see what they do not expect to see.  While visiting southwest Florida, I was told to visit the Ding Darling National Wildlife Refuge where I would see Roseate Spoonbills.  As an enthusiastic birdwatcher I was delighted to go.  And there I saw Roseate Spoonbills.  It was cool to watch them.  I was excited.  Overly excited?  No.  I knew that they would be there.  However, when the Black-necked Stilts flew in close by I was beside myself with real excitement.  I knew little of the area and never knew that the Stilts frequented the Refuge.  They were the surprise – the special treat.  Yes, it is exciting to see the lion, the giraffe or the turkey.  You’re supposed to.  It’s on the map.  You expect to see it.  It will be there.  But what if a Red-tail hawk swoops down to catch a mouse in or just outside the enclosure?  Or people watch a wild opossum or some quail as they walk between two enclosures.  Real, unexpected wildlife encounters create excitement, special moments for your visitors, families, members and additional interpretive interaction that can be shared between staff and your guests.  Your guests might first think…..<em>\r\n\r\n<strong>Want to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a>\r\n</strong>\r\n</em>', 'Why Display Native Animals?', 0, '', 'inherit', 'closed', 'closed', '', '1046-revision-6', '', '', '2010-03-03 09:07:38', '2010-03-03 14:07:38', '', 1046, 'http://aazk.org/uncategorized/1046-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1055, 2, '2010-03-03 09:11:21', '2010-03-03 14:11:21', 'About the Cover/Information for Contributors\r\nScoops &amp; Scuttlebutt\r\nFrom the Executive Director\r\nAAZK Announces New Members\r\nComing Events\r\nConference 2010 - Fourth Call for Papers\r\nEnrichment Options (<em>Peccary Windmill</em>)\r\nPeople Skills for Animal People: Keeper Communication, Part III\r\nNew Resource CD Available from AAZK, Inc. ~ Crisis Management\r\nWhy Display Native Animals?\r\nMalignant Malaria Found in Apes\r\nNew Materials Added to Member’s Only Section of Website\r\nBowling for Rhinos Recipe for Success\r\nBowling for Rhinos Honorary Trip Winner Announced\r\n2010 Bowling for Rhinos Event Form\r\nConservation Station (<em>Go Green This Spring!</em>)\r\nBFR Conservation Resource Fund Grant Announced\r\nReactions Column  (<em>Weapons to Reponders Ratios</em>)\r\nTraining Tales (<em>Building Bridges: How to Select, Condition and Use a Bridging Stimulus</em>)\r\nAAZK Professional Development Grant Report\r\nConservation/Legislative Update', 'March 2010', 0, '', 'draft', 'closed', 'closed', '', 'march-2010', '', '', '2013-10-15 17:49:22', '2013-10-15 22:49:22', '', 0, 'http://aazk.org/?p=1055', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1056, 2, '2010-03-03 09:10:35', '2010-03-03 14:10:35', 'About the Cover/Information for Contributors\nScoops &amp; Scuttlebutt\nFrom the Executive Director\nAAZK Announces New Members\nComing Events\nConference 2010 - Fourth Call for Papers\nEnrichment Options (<em>Peccary Windmill</em>)\nPeople Skills for Animal People: Keeper Communication, Part III\nNew Resource CD Available from AAZK, Inc. ~ Crisis Management\nWhy Display Native Animals?\nMalignant Malaria Found in Apes\nNew Materials Added to Member’s Only Section of Website\nBowling for Rhinos Recipe for Success\nBowling for Rhinos Honorary Trip Winner Announced\n2010 Bowling for Rhinos Event Form\nConservation Station (Go Green This Spring!)\nBFR Conservation Resource Fund Grant Announced\nReactions Column  (Weapons to Reponders Ratios)\nTraining Tales (Building Bridges: How to Select, Condition and Use a Bridging Stimulus)\nAAZK Professional Development Grant Report\nConservation/Legislative Update', 'March 2010', 0, '', 'inherit', 'closed', 'closed', '', '1055-revision', '', '', '2010-03-03 09:10:35', '2010-03-03 14:10:35', '', 1055, 'http://aazk.org/uncategorized/1055-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1057, 2, '2010-03-03 09:11:03', '2010-03-03 14:11:03', 'About the Cover/Information for Contributors\r\nScoops &amp; Scuttlebutt\r\nFrom the Executive Director\r\nAAZK Announces New Members\r\nComing Events\r\nConference 2010 - Fourth Call for Papers\r\nEnrichment Options (<em>Peccary Windmill</em>)\r\nPeople Skills for Animal People: Keeper Communication, Part III\r\nNew Resource CD Available from AAZK, Inc. ~ Crisis Management\r\nWhy Display Native Animals?\r\nMalignant Malaria Found in Apes\r\nNew Materials Added to Member’s Only Section of Website\r\nBowling for Rhinos Recipe for Success\r\nBowling for Rhinos Honorary Trip Winner Announced\r\n2010 Bowling for Rhinos Event Form\r\nConservation Station (<em>Go Green This Spring!</em>)\r\nBFR Conservation Resource Fund Grant Announced\r\nReactions Column  (<em>Weapons to Reponders Ratios</em>)\r\nTraining Tales (<em>Building Bridges: How to Select, Condition and Use a Bridging Stimulus</em>)\r\nAAZK Professional Development Grant Report\r\nConservation/Legislative Update', 'March 2010', 0, '', 'inherit', 'closed', 'closed', '', '1055-revision-2', '', '', '2010-03-03 09:11:03', '2010-03-03 14:11:03', '', 1055, 'http://aazk.org/uncategorized/1055-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1058, 2, '2010-03-03 09:12:25', '2010-03-03 14:12:25', 'About the Cover/Information for Contributors\nScoops &amp; Scuttlebutt\nFrom the Executive Director\nAAZK Announces New Members\nComing Events\nConference 2010 - Fourth Call for Papers\nEnrichment Options (<em>Peccary Windmill</em>)\nPeople Skills for Animal People: Keeper Communication, Part III\nNew Resource CD Available from AAZK, Inc. ~ Crisis Management\nWhy Display Native Animals?\nMalignant Malaria Found in Apes\nNew Materials Added to Member’s Only Section of Website\nBowling for Rhinos Recipe for Success\nBowling for Rhinos Honorary Trip Winner Announced\n2010 Bowling for Rhinos Event Form\nConservation Station (<em>Go Green This Spring!</em>)\nBFR Conservation Resource Fund Grant Announced\nReactions Column  (<em>Weapons to Reponders Ratios</em>)\nTraining Tales (<em>Building Bridges: How to Select, Condition and Use a Bridging Stimulus</em>)\nAAZK Professional Development Grant Report\nConservation/Legislative Update', 'March 2010', 0, '', 'inherit', 'closed', 'closed', '', '1055-autosave', '', '', '2010-03-03 09:12:25', '2010-03-03 14:12:25', '', 1055, 'http://aazk.org/uncategorized/1055-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1059, 2, '2010-03-03 09:19:47', '2010-03-03 14:19:47', '<img class="alignnone size-medium wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options-300x117.jpg" alt="enrichment_options" width="300" height="117" />\r\n\r\n<strong><em>EO Editors: Julie Hartell-DeNardo (Oakland Zoo) and Ric Kotarsky (Tulsa Zoo &amp; Living Museum)</em></strong>\r\n\r\n<em>By Melissa Looney\r\nTulsa Zoo and Living Museum, Tulsa, OK\r\n\r\nSpecial thanks for all the help from\r\nDana Wilson and Marcie Tarvid</em>\r\n\r\nWhat do you do when someone says, “you have two days to make a new and creative enrichment activity for a video shoot.”  You make a windmill, of course!  It requires thought and manipulation by the animal.  Plus, it is colorful, easy to make, and has moving parts!\r\n\r\nThe windmill we will build in this article was created for our collared peccaries (Pecari tajacu), Sunny, Nina, and Gregory Pec.  It was inspired by the peccary’s natural tendency to root through substrate and move things with their snouts.  We knew the peccaries would naturally be able to move the sails around and make their food fall out.  We use the grain mix from their daily diet to fill the windmill, and they empty it every time!\r\n\r\nThe peccaries at the Tulsa Zoo live in a desert-themed exhibit with basic decorations, cacti, and lots of sand.  There are minimal areas for hanging any type of enrichment.  Therefore, we constructed a post to hold the sail (the main moving part of a windmill) that could remain in the exhibit after the sail was removed.  This allowed lots of other new and fun enrichment activities for the peccaries (pecs) later.  Basically, this paper is about one way to make a post that should not fall over in the sand (boring) and how to turn it into a super cool windmill!  We will start with the boring post first.  It requires concrete that can be drying while we learn how to make the sail.  The whole project can be completed for under $35.\r\n<p style="text-align: center;"><img class="size-large wp-image-1062 aligncenter" title="pec_colorwdmill1" src="http://aecetia.net/gws/aazk/wp-content/uploads/pec_colorwdmill1-1024x768.jpg" alt="pec_colorwdmill1" width="717" height="538" /></p>\r\n<p style="text-align: center;"></p>\r\n\r\n<p style="text-align: left;"><strong>Post.</strong> Your post does not have to be complicated.  If you have a straight, vertical section of perching in your exhibit, bolt the sail right to it.  Or, you could mount a piece of 2x4 to a mesh wall and bolt the sail to the 2x4.  There are lots of options.  The only thing you need to make sure of is that the sail is allowed to spin straight up and down without hitting anything.  Our post needs to be more elaborate because we are working in a sand pit.  The ground is about two feet of sand over rock and dirt.  Driving a post may be difficult and may not be stable.  Easy removal is also a must.  We work hard enough without creating new problems.\r\n\r\nWith all this information in mind, here is what I came up with….  Take a 5’ piece of 1 ¼” PVC and drill a couple of ½” holes around the last 2” of one end.  Get a 12-quart plastic storage container, about 16”L x 10”W x 6”D.  Mix up enough Quikrete® concrete to fill it about ¾ of the way full.  Just follow the mixing and safety instructions.  Put a couple inches of concrete in the container, push the PVC pipe (the end with the holes drilled in it) down into the center of the container, and finish adding the rest of the concrete.  Make sure the concrete goes inside the bottom of the pipe and through the holes.  This keeps the PVC firm in the concrete.  Let the concrete dry.  Our concrete does not need to be pretty because we are going to bury it.  However, if your post is going to be exposed, you could decorate it.  Just line the bottom and sides of the storage container with pretty river rock, leaves, pine needles, etc. and then add the concrete.  For this application, I would try Quikrete® sand/topping mix.  Sometimes the gravel in the regular concrete mix gets in the way of sinking the decorations.  Once all of the concrete is added, press more decorations into the top of the concrete.  After it dries, remove the concrete base from its container.\r\n\r\nRight now we could stop and have a very handy browse and toy holder, but we will need extra stability in case…….\r\n\r\n<em><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>', 'Pecs, cameras, action!', 0, '', 'draft', 'closed', 'closed', '', 'pecs-cameras-action', '', '', '2013-10-15 17:49:22', '2013-10-15 22:49:22', '', 0, 'http://aazk.org/?p=1059', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1060, 2, '2010-03-03 09:16:41', '2010-03-03 14:16:41', '', 'pec_colorwdmill', 0, '', 'inherit', 'closed', 'closed', '', 'pec_colorwdmill', '', '', '2010-03-03 09:16:41', '2010-03-03 14:16:41', '', 1059, 'http://aazk.org/wp-content/uploads/pec_colorwdmill.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1061, 2, '2010-03-03 09:15:40', '2010-03-03 14:15:40', '<img class="alignnone size-medium wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options-300x117.jpg" alt="enrichment_options" width="300" height="117" />\n\nEO Editors: Julie Hartell-DeNardo (Oakland Zoo) and Ric Kotarsky (Tulsa Zoo &amp;', 'Pecs, cameras, action!', 0, '', 'inherit', 'closed', 'closed', '', '1059-revision', '', '', '2010-03-03 09:15:40', '2010-03-03 14:15:40', '', 1059, 'http://aazk.org/uncategorized/1059-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1062, 2, '2010-03-03 09:17:37', '2010-03-03 14:17:37', '', 'pec_colorwdmill1', 0, '', 'inherit', 'closed', 'closed', '', 'pec_colorwdmill1', '', '', '2010-03-03 09:17:37', '2010-03-03 14:17:37', '', 1059, 'http://aazk.org/wp-content/uploads/pec_colorwdmill1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1063, 2, '2010-03-03 09:16:58', '2010-03-03 14:16:58', '<img class="alignnone size-medium wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options-300x117.jpg" alt="enrichment_options" width="300" height="117" />\r\n\r\n<strong><em>EO Editors: Julie Hartell-DeNardo (Oakland Zoo) and Ric Kotarsky (Tulsa Zoo &amp; Living Museum)</em></strong>\r\n\r\n<em>By Melissa Looney\r\nTulsa Zoo and Living Museum, Tulsa, OK\r\n\r\nSpecial thanks for all the help from\r\nDana Wilson and Marcie Tarvid</em>\r\n\r\nWhat do you do when someone says, “you have two days to make a new and creative enrichment activity for a video shoot.”  You make a windmill, of course!  It requires thought and manipulation by the animal.  Plus, it is colorful, easy to make, and has moving parts!\r\n\r\nThe windmill we will build in this article was created for our collared peccaries (Pecari tajacu), Sunny, Nina, and Gregory Pec.  It was inspired by the peccary’s natural tendency to root through substrate and move things with their snouts.  We knew the peccaries would naturally be able to move the sails around and make their food fall out.  We use the grain mix from their daily diet to fill the windmill, and they empty it every time!\r\n\r\nThe peccaries at the Tulsa Zoo live in a desert-themed exhibit with basic decorations, cacti, and lots of sand.  There are minimal areas for hanging any type of enrichment.  Therefore, we constructed a post to hold the sail (the main moving part of a windmill) that could remain in the exhibit after the sail was removed.  This allowed lots of other new and fun enrichment activities for the peccaries (pecs) later.  Basically, this paper is about one way to make a post that should not fall over in the sand (boring) and how to turn it into a super cool windmill!  We will start with the boring post first.  It requires concrete that can be drying while we learn how to make the sail.  The whole project can be completed for under $35.\r\n\r\n<img class="alignnone size-medium wp-image-1060" title="pec_colorwdmill" src="http://aecetia.net/gws/aazk/wp-content/uploads/pec_colorwdmill-300x225.jpg" alt="pec_colorwdmill" width="300" height="225" />', 'Pecs, cameras, action!', 0, '', 'inherit', 'closed', 'closed', '', '1059-revision-2', '', '', '2010-03-03 09:16:58', '2010-03-03 14:16:58', '', 1059, 'http://aazk.org/uncategorized/1059-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1064, 2, '2010-03-03 09:17:58', '2010-03-03 14:17:58', '<img class="alignnone size-medium wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options-300x117.jpg" alt="enrichment_options" width="300" height="117" />\r\n\r\n<strong><em>EO Editors: Julie Hartell-DeNardo (Oakland Zoo) and Ric Kotarsky (Tulsa Zoo &amp; Living Museum)</em></strong>\r\n\r\n<em>By Melissa Looney\r\nTulsa Zoo and Living Museum, Tulsa, OK\r\n\r\nSpecial thanks for all the help from\r\nDana Wilson and Marcie Tarvid</em>\r\n\r\nWhat do you do when someone says, “you have two days to make a new and creative enrichment activity for a video shoot.”  You make a windmill, of course!  It requires thought and manipulation by the animal.  Plus, it is colorful, easy to make, and has moving parts!\r\n\r\nThe windmill we will build in this article was created for our collared peccaries (Pecari tajacu), Sunny, Nina, and Gregory Pec.  It was inspired by the peccary’s natural tendency to root through substrate and move things with their snouts.  We knew the peccaries would naturally be able to move the sails around and make their food fall out.  We use the grain mix from their daily diet to fill the windmill, and they empty it every time!\r\n\r\nThe peccaries at the Tulsa Zoo live in a desert-themed exhibit with basic decorations, cacti, and lots of sand.  There are minimal areas for hanging any type of enrichment.  Therefore, we constructed a post to hold the sail (the main moving part of a windmill) that could remain in the exhibit after the sail was removed.  This allowed lots of other new and fun enrichment activities for the peccaries (pecs) later.  Basically, this paper is about one way to make a post that should not fall over in the sand (boring) and how to turn it into a super cool windmill!  We will start with the boring post first.  It requires concrete that can be drying while we learn how to make the sail.  The whole project can be completed for under $35.\r\n\r\n<img class="alignnone size-large wp-image-1062" title="pec_colorwdmill1" src="http://aecetia.net/gws/aazk/wp-content/uploads/pec_colorwdmill1-1024x768.jpg" alt="pec_colorwdmill1" width="1024" height="768" />', 'Pecs, cameras, action!', 0, '', 'inherit', 'closed', 'closed', '', '1059-revision-3', '', '', '2010-03-03 09:17:58', '2010-03-03 14:17:58', '', 1059, 'http://aazk.org/uncategorized/1059-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1065, 2, '2010-03-03 09:18:16', '2010-03-03 14:18:16', '<img class="alignnone size-medium wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options-300x117.jpg" alt="enrichment_options" width="300" height="117" />\r\n\r\n<strong><em>EO Editors: Julie Hartell-DeNardo (Oakland Zoo) and Ric Kotarsky (Tulsa Zoo &amp; Living Museum)</em></strong>\r\n\r\n<em>By Melissa Looney\r\nTulsa Zoo and Living Museum, Tulsa, OK\r\n\r\nSpecial thanks for all the help from\r\nDana Wilson and Marcie Tarvid</em>\r\n\r\nWhat do you do when someone says, “you have two days to make a new and creative enrichment activity for a video shoot.”  You make a windmill, of course!  It requires thought and manipulation by the animal.  Plus, it is colorful, easy to make, and has moving parts!\r\n\r\nThe windmill we will build in this article was created for our collared peccaries (Pecari tajacu), Sunny, Nina, and Gregory Pec.  It was inspired by the peccary’s natural tendency to root through substrate and move things with their snouts.  We knew the peccaries would naturally be able to move the sails around and make their food fall out.  We use the grain mix from their daily diet to fill the windmill, and they empty it every time!\r\n\r\nThe peccaries at the Tulsa Zoo live in a desert-themed exhibit with basic decorations, cacti, and lots of sand.  There are minimal areas for hanging any type of enrichment.  Therefore, we constructed a post to hold the sail (the main moving part of a windmill) that could remain in the exhibit after the sail was removed.  This allowed lots of other new and fun enrichment activities for the peccaries (pecs) later.  Basically, this paper is about one way to make a post that should not fall over in the sand (boring) and how to turn it into a super cool windmill!  We will start with the boring post first.  It requires concrete that can be drying while we learn how to make the sail.  The whole project can be completed for under $35.\r\n\r\n<img class="alignnone size-large wp-image-1062" title="pec_colorwdmill1" src="http://aecetia.net/gws/aazk/wp-content/uploads/pec_colorwdmill1-1024x768.jpg" alt="pec_colorwdmill1" width="717" height="538" />', 'Pecs, cameras, action!', 0, '', 'inherit', 'closed', 'closed', '', '1059-revision-4', '', '', '2010-03-03 09:18:16', '2010-03-03 14:18:16', '', 1059, 'http://aazk.org/uncategorized/1059-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1066, 2, '2010-03-03 09:19:23', '2010-03-03 14:19:23', '<img class="alignnone size-medium wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options-300x117.jpg" alt="enrichment_options" width="300" height="117" />\r\n\r\n<strong><em>EO Editors: Julie Hartell-DeNardo (Oakland Zoo) and Ric Kotarsky (Tulsa Zoo &amp; Living Museum)</em></strong>\r\n\r\n<em>By Melissa Looney\r\nTulsa Zoo and Living Museum, Tulsa, OK\r\n\r\nSpecial thanks for all the help from\r\nDana Wilson and Marcie Tarvid</em>\r\n\r\nWhat do you do when someone says, “you have two days to make a new and creative enrichment activity for a video shoot.”  You make a windmill, of course!  It requires thought and manipulation by the animal.  Plus, it is colorful, easy to make, and has moving parts!\r\n\r\nThe windmill we will build in this article was created for our collared peccaries (Pecari tajacu), Sunny, Nina, and Gregory Pec.  It was inspired by the peccary’s natural tendency to root through substrate and move things with their snouts.  We knew the peccaries would naturally be able to move the sails around and make their food fall out.  We use the grain mix from their daily diet to fill the windmill, and they empty it every time!\r\n\r\nThe peccaries at the Tulsa Zoo live in a desert-themed exhibit with basic decorations, cacti, and lots of sand.  There are minimal areas for hanging any type of enrichment.  Therefore, we constructed a post to hold the sail (the main moving part of a windmill) that could remain in the exhibit after the sail was removed.  This allowed lots of other new and fun enrichment activities for the peccaries (pecs) later.  Basically, this paper is about one way to make a post that should not fall over in the sand (boring) and how to turn it into a super cool windmill!  We will start with the boring post first.  It requires concrete that can be drying while we learn how to make the sail.  The whole project can be completed for under $35.\r\n<p style="text-align: center;"><img class="size-large wp-image-1062 aligncenter" title="pec_colorwdmill1" src="http://aecetia.net/gws/aazk/wp-content/uploads/pec_colorwdmill1-1024x768.jpg" alt="pec_colorwdmill1" width="717" height="538" /></p>\r\n<p style="text-align: center;"></p>\r\n\r\n<p style="text-align: left;"><strong>Post.</strong> Your post does not have to be complicated.  If you have a straight, vertical section of perching in your exhibit, bolt the sail right to it.  Or, you could mount a piece of 2x4 to a mesh wall and bolt the sail to the 2x4.  There are lots of options.  The only thing you need to make sure of is that the sail is allowed to spin straight up and down without hitting anything.  Our post needs to be more elaborate because we are working in a sand pit.  The ground is about two feet of sand over rock and dirt.  Driving a post may be difficult and may not be stable.  Easy removal is also a must.  We work hard enough without creating new problems.\r\n\r\nWith all this information in mind, here is what I came up with….  Take a 5’ piece of 1 ¼” PVC and drill a couple of ½” holes around the last 2” of one end.  Get a 12-quart plastic storage container, about 16”L x 10”W x 6”D.  Mix up enough Quikrete® concrete to fill it about ¾ of the way full.  Just follow the mixing and safety instructions.  Put a couple inches of concrete in the container, push the PVC pipe (the end with the holes drilled in it) down into the center of the container, and finish adding the rest of the concrete.  Make sure the concrete goes inside the bottom of the pipe and through the holes.  This keeps the PVC firm in the concrete.  Let the concrete dry.  Our concrete does not need to be pretty because we are going to bury it.  However, if your post is going to be exposed, you could decorate it.  Just line the bottom and sides of the storage container with pretty river rock, leaves, pine needles, etc. and then add the concrete.  For this application, I would try Quikrete® sand/topping mix.  Sometimes the gravel in the regular concrete mix gets in the way of sinking the decorations.  Once all of the concrete is added, press more decorations into the top of the concrete.  After it dries, remove the concrete base from its container.\r\n\r\nRight now we could stop and have a very handy browse and toy holder, but we will need extra stability in case…….\r\n\r\n<em><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>', 'Pecs, cameras, action!', 0, '', 'inherit', 'closed', 'closed', '', '1059-revision-5', '', '', '2010-03-03 09:19:23', '2010-03-03 14:19:23', '', 1059, 'http://aazk.org/uncategorized/1059-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1785, 2, '2010-11-02 09:18:01', '2010-11-02 14:18:01', '<p style="text-align: left;"><img class="size-medium wp-image-695 aligncenter" title="hdr_conservation_station" src="http://aecetia.net/gws/aazk/wp-content/uploads/hdr_conservation_station-300x114.gif" alt="hdr_conservation_station" width="300" height="114" /></p>\n\n<p style="text-align: left;"><em>By Amanda Ista\nAAZK Conservation Committee Member\nZoo Keeper - Milwaukee County Zoo, Milwaukee, WI\n<a href="mailto:amanda.ista@milwcnty.com">amanda.ista@milwcnty.com</a></em><a href="mailto:amanda.ista@milwcnty.com">\n</a>\nAs zoo keepers we all have different reasons for choosing to be in the zoo field.  It is hard not to be attracted to the wide range of unique benefits like the bulging triceps resulting from unloading truckloads of hay, one-of-a-kind scars, or the free “perfume”.  But for most of us, we are in the field to make a difference in the lives of the animals we care for and to help their wild counterparts.  Part of making a difference involves conservation and the AAZK National Conservation Committee focuses not only on what we as keepers can do to be involved in conservation for animals in the wild, but also what we can do at home to impact conservation.  Part of conservation at home is adopting “green” practices like recycling, buying recycled products and reducing consumption of goods.  But how can we translate this into “green” polices at work?  One way is to start a “Green Team” or to become involved in your organization’s current Green Team.\n\n<strong>What is a Green Team?</strong>\nA Green Team is simply a group of employees who are interested in pioneering or improving a company or organization’s environmental practices.  With the rising trend of “green” practices, more and more companies, including zoos and aquariums, are forming strong Green Teams that are resulting in not only a reduced carbon footprint but also reduced operation costs and even additional income.  Green Teams are having a large impact on how companies and consumers are viewing environmental practices at work and are a great example of how one voice teamed with another and another CAN make a difference.\n\n<strong>“My zoo doesn’t have a green team, how do I start one?”</strong>\n<p style="text-align: left;"><strong>Get management support</strong>\nLike most new projects, having management on board and supporting the team is integral to the success of the project.  Do your research about what other Green Teams have accomplished and present the costs and benefits of having a green team at your zoo.  Provide some examples of simple projects that the team could work on and include how much time will be spent on these projects.\n<p style="text-align: left;"><strong>Assemble a team</strong></p>\n\nBuild a team of conservation-minded individuals who want to make a difference in the environmental practices at your zoo.  Try to include representatives from as many different departments as you can.  Having input from all areas of the zoo (including animal care, grounds, concessions, education, administration and even volunteers) brings invaluable points of view that help to make your team a zoo-wide effort.\n\n<strong>Establish a mission statement and goals</strong>\nDecide on the mission of your team and tie that into your zoo’s mission statement.  Doing this helps to ensure that everyone is on the same page about where the team is going and how that     impacts your zoo’s overall mission.  Establish core goals to help the team stay on track and focused.   Work together towards common objectives and development of new projects.\n\n<strong>Think big but start small</strong>\nThe overall objectives of the committee might be long term, wide-ranging goals, but start with small, simple projects that will result in tangible results.  This will facilitate buy-in from the rest of the staff.  Small projects that are successful but do not require  a large amount of work from the staff will help build the momentum and lead to larger and more time-intensive projects.\n\n<strong>Report your successes</strong>\nPublish regular reports on the activities of the Green Team.  Let the staff know what the team has accomplished and what projects are in the works.  Report any quantifiable results such as income from cell phone recycling or reduction of the cost of waste removal. Solicit ideas for new ideas and projects or members from staff. Get the  staff excited about conservation and environmental practices through incentives or prizes to keep motivation high.\n\n<strong>“My zoo has a Green Team, how do I become involved or contribute new ideas?”</strong>\n\nAs more and more individuals and companies strive to become “greener”, the number of ideas on how to accomplish this …………\n\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'Leading the Way to a Greener Future:  A Keeper’s Role in the Development and Expansion of  Their Zoo’s Green Team', 0, '', 'inherit', 'closed', 'closed', '', '1783-revision-2', '', '', '2010-11-02 09:18:01', '2010-11-02 14:18:01', '', 1783, 'http://aazk.org/uncategorized/1783-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1071, 2, '2009-12-30 08:15:18', '2009-12-30 13:15:18', '<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h3>Sponsored by</h3>\r\n<a href="http://www.bluerhino.com/"><img class="alignnone size-full wp-image-867" title="blue-rhino-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue-rhino-logo.jpg" alt="blue-rhino-logo" width="216" height="92" /></a>\r\n\r\n"AAZK\'s Bowling for Rhinos-Sponsored by Blue Rhino" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising over $300,000 annually. In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save Rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a National bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa we support the Lewa Wildlife Conservancy where our donations help protect both Black and White Rhinos and most of the other species native to East Africa. The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programs, and the education of neighboring areas in the value of wildlife.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia AAZK supports the remaining Javan Rhinos at Ujung Kulon National Park and the Samatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\nBowling For Rhinos will soon break the $3 million mark and we continue to reach for attaining our goal of $500,000/year! Together AAZK can do it. We have and we will continue to make a difference in the conservation world. Please send me your organization\'s contact person/contact info ASAP along with the date of your event. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR coordinators.\r\n\r\n<a href="/about/committee/bowling-for-rhinos/lewa-safaris/">Lewa Wildlife Conservancy Safaris</a>', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2009-12-30 08:15:18', '2009-12-30 13:15:18', '', 168, 'http://aazk.org/uncategorized/168-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1072, 2, '2010-01-15 11:15:59', '2010-01-15 16:15:59', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat.\r\nIt does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;"><img class="alignnone size-large wp-image-1002" title="lewa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa1-1024x718.jpg" alt="lewa1" width="430" height="302" /></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy lies in northern Kenya was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="300" height="200" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-01-15 11:15:59', '2010-01-15 16:15:59', '', 991, 'http://aazk.org/uncategorized/991-revision-19/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1073, 2, '2010-03-04 11:07:48', '2010-03-04 16:07:48', '', 'img_4434a', 0, '', 'inherit', 'closed', 'closed', '', 'img_4434a', '', '', '2010-03-04 11:07:48', '2010-03-04 16:07:48', '', 991, 'http://aazk.org/wp-content/uploads/img_4434a.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1074, 2, '2010-03-04 11:05:16', '2010-03-04 16:05:16', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat.\r\nIt does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;"><img class="alignnone size-large wp-image-1002" title="lewa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa1-1024x718.jpg" alt="lewa1" width="430" height="302" /></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy lies in northern Kenya was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="300" height="200" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-04 11:05:16', '2010-03-04 16:05:16', '', 991, 'http://aazk.org/uncategorized/991-revision-20/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1075, 2, '2010-03-04 11:15:12', '2010-03-04 16:15:12', '', 'img_3593a', 0, '', 'inherit', 'closed', 'closed', '', 'img_3593a', '', '', '2010-03-04 11:15:12', '2010-03-04 16:15:12', '', 991, 'http://aazk.org/wp-content/uploads/img_3593a.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1076, 2, '2010-03-04 11:08:12', '2010-03-04 16:08:12', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat.\r\nIt does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;"><img class="alignnone size-large wp-image-1002" title="lewa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa1-1024x718.jpg" alt="lewa1" width="430" height="302" /></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy lies in northern Kenya was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="300" height="200" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.<img class="alignnone size-medium wp-image-1073" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="250" height="300" /></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-04 11:08:12', '2010-03-04 16:08:12', '', 991, 'http://aazk.org/uncategorized/991-revision-21/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1077, 2, '2010-03-04 11:15:43', '2010-03-04 16:15:43', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat.\r\nIt does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;"><img class="alignnone size-large wp-image-1002" title="lewa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa1-1024x718.jpg" alt="lewa1" width="430" height="302" /></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy lies in northern Kenya was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="300" height="200" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.<img class="alignnone size-medium wp-image-1073" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="250" height="300" /></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra. <img class="alignright size-medium wp-image-1075" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="272" height="300" /></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-04 11:15:43', '2010-03-04 16:15:43', '', 991, 'http://aazk.org/uncategorized/991-revision-22/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1078, 2, '2010-03-04 11:16:42', '2010-03-04 16:16:42', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat.\r\nIt does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;"><img class="alignnone size-large wp-image-1002" title="lewa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa1-1024x718.jpg" alt="lewa1" width="430" height="302" /></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy lies in northern Kenya was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="300" height="200" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. White rhinos were then added to the program after the <img class="alignnone size-medium wp-image-1073" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="250" height="300" />black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra. <img class="alignright size-medium wp-image-1075" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="272" height="300" /></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-04 11:16:42', '2010-03-04 16:16:42', '', 991, 'http://aazk.org/uncategorized/991-revision-23/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1079, 2, '2010-03-04 11:18:05', '2010-03-04 16:18:05', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat.\r\nIt does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;"><img class="alignnone size-large wp-image-1002" title="lewa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa1-1024x718.jpg" alt="lewa1" width="430" height="302" /></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy lies in northern Kenya was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="300" height="200" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.<img class="alignnone size-medium wp-image-1073" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="250" height="300" /></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra. <img class="alignright size-medium wp-image-1075" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="272" height="300" /></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-04 11:18:05', '2010-03-04 16:18:05', '', 991, 'http://aazk.org/uncategorized/991-revision-24/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1080, 2, '2010-03-04 11:21:32', '2010-03-04 16:21:32', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat.\r\nIt does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;"><img class="alignnone size-large wp-image-1002" title="lewa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa1-1024x718.jpg" alt="lewa1" width="430" height="302" /></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy lies in northern Kenya was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.<img class="alignnone size-medium wp-image-1073" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" /></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra. <img class="size-medium wp-image-1075 alignleft" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="218" height="240" /></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-04 11:21:32', '2010-03-04 16:21:32', '', 991, 'http://aazk.org/uncategorized/991-revision-25/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1081, 2, '2010-03-04 11:22:10', '2010-03-04 16:22:10', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat.\r\nIt does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;"><img class="alignnone size-large wp-image-1002" title="lewa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa1-1024x718.jpg" alt="lewa1" width="430" height="302" /></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy lies in northern Kenya was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end<img class="alignnone size-medium wp-image-1073" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" /> of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra. <img class="size-medium wp-image-1075 alignleft" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="218" height="240" /></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-04 11:22:10', '2010-03-04 16:22:10', '', 991, 'http://aazk.org/uncategorized/991-revision-26/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1082, 2, '2010-03-04 11:23:28', '2010-03-04 16:23:28', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat.\r\nIt does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;"><img class="alignnone size-large wp-image-1002" title="lewa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa1-1024x718.jpg" alt="lewa1" width="430" height="302" /></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy lies in northern Kenya was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra. <img class="size-medium wp-image-1075 alignleft" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="218" height="240" /></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-04 11:23:28', '2010-03-04 16:23:28', '', 991, 'http://aazk.org/uncategorized/991-revision-27/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1083, 2, '2010-03-04 11:24:16', '2010-03-04 16:24:16', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat.\r\nIt does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;"><img class="alignnone size-large wp-image-1002" title="lewa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa1-1024x718.jpg" alt="lewa1" width="430" height="302" /></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy lies in northern Kenya and was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra. <img class="size-medium wp-image-1075 alignleft" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="218" height="240" /></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-04 11:24:16', '2010-03-04 16:24:16', '', 991, 'http://aazk.org/uncategorized/991-revision-28/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1084, 2, '2010-03-04 11:26:10', '2010-03-04 16:26:10', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;"><img class="alignnone size-large wp-image-1002" title="lewa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa1-1024x718.jpg" alt="lewa1" width="430" height="302" /></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy lies in northern Kenya and was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra. <img class="size-medium wp-image-1075 alignleft" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-04 11:26:10', '2010-03-04 16:26:10', '', 991, 'http://aazk.org/uncategorized/991-revision-29/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1085, 2, '2010-03-04 11:27:42', '2010-03-04 16:27:42', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;"><img class="alignnone size-large wp-image-1002" title="lewa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa1-1024x718.jpg" alt="lewa1" width="430" height="302" /></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy lies in northern Kenya and was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra. <img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-04 11:27:42', '2010-03-04 16:27:42', '', 991, 'http://aazk.org/uncategorized/991-revision-30/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1086, 2, '2010-03-04 11:29:04', '2010-03-04 16:29:04', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;"><img class="alignnone size-large wp-image-1002" title="lewa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa1-1024x718.jpg" alt="lewa1" width="430" height="302" /></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy lies in northern Kenya and was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-04 11:29:04', '2010-03-04 16:29:04', '', 991, 'http://aazk.org/uncategorized/991-revision-31/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1087, 2, '2010-03-04 11:29:06', '2010-03-04 16:29:06', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;"><img class="alignnone size-large wp-image-1002" title="lewa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa1-1024x718.jpg" alt="lewa1" width="430" height="302" /></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy lies in northern Kenya and was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-04 11:29:06', '2010-03-04 16:29:06', '', 991, 'http://aazk.org/uncategorized/991-revision-32/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1091, 2, '2010-03-05 09:47:46', '2010-03-05 14:47:46', '', 'lewa_map11', 0, '', 'inherit', 'closed', 'closed', '', 'lewa_map11', '', '', '2010-03-05 09:47:46', '2010-03-05 14:47:46', '', 991, 'http://aazk.org/wp-content/uploads/lewa_map11.swf', 0, 'attachment', 'application/x-shockwave-flash', 0) ; 
INSERT INTO `wp_posts` VALUES (1088, 2, '2010-03-04 11:29:40', '2010-03-04 16:29:40', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;"><img class="alignnone size-large wp-image-1002" title="lewa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa1-1024x718.jpg" alt="lewa1" width="430" height="302" /></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy lies in northern Kenya and was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-04 11:29:40', '2010-03-04 16:29:40', '', 991, 'http://aazk.org/uncategorized/991-revision-33/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1089, 2, '2010-03-05 09:46:51', '2010-03-05 14:46:51', '', 'lewa_map1', 0, '', 'inherit', 'closed', 'closed', '', 'lewa_map1', '', '', '2010-03-05 09:46:51', '2010-03-05 14:46:51', '', 991, 'http://aazk.org/wp-content/uploads/lewa_map1.swf', 0, 'attachment', 'application/x-shockwave-flash', 0) ; 
INSERT INTO `wp_posts` VALUES (1090, 2, '2010-03-04 11:30:37', '2010-03-04 16:30:37', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;"><img class="alignnone size-large wp-image-1002" title="lewa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa1-1024x718.jpg" alt="lewa1" width="430" height="302" /></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy lies in northern Kenya and was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-04 11:30:37', '2010-03-04 16:30:37', '', 991, 'http://aazk.org/uncategorized/991-revision-34/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1092, 2, '2010-03-05 09:47:06', '2010-03-05 14:47:06', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;">lewa_map1Lewa Wildlife Conservancy lies in northern Kenya and was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 09:47:06', '2010-03-05 14:47:06', '', 991, 'http://aazk.org/uncategorized/991-revision-35/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1093, 2, '2010-03-05 09:48:27', '2010-03-05 14:48:27', '', 'lewa_map1', 0, '', 'inherit', 'closed', 'closed', '', 'lewa_map1-2', '', '', '2010-03-05 09:48:27', '2010-03-05 14:48:27', '', 991, 'http://aazk.org/wp-content/uploads/lewa_map1.html', 0, 'attachment', 'text/html', 0) ; 
INSERT INTO `wp_posts` VALUES (1094, 2, '2010-03-05 09:48:02', '2010-03-05 14:48:02', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;">lewa_map11Lewa Wildlife Conservancy lies in northern Kenya and was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 09:48:02', '2010-03-05 14:48:02', '', 991, 'http://aazk.org/uncategorized/991-revision-36/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1095, 2, '2010-03-05 09:48:36', '2010-03-05 14:48:36', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;">lewa_map1Lewa Wildlife Conservancy lies in northern Kenya and was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 09:48:36', '2010-03-05 14:48:36', '', 991, 'http://aazk.org/uncategorized/991-revision-37/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1096, 2, '2010-03-05 09:52:02', '2010-03-05 14:52:02', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.html">Lewa Wildlife Conservancy</a> (click for a map) lies in northern Kenya and was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 09:52:02', '2010-03-05 14:52:02', '', 991, 'http://aazk.org/uncategorized/991-revision-38/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1097, 2, '2010-03-05 09:53:06', '2010-03-05 14:53:06', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf">Lewa Wildlife Conservancy</a> (click for a map) lies in northern Kenya and was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 09:53:06', '2010-03-05 14:53:06', '', 991, 'http://aazk.org/uncategorized/991-revision-39/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1098, 2, '2010-03-05 09:56:13', '2010-03-05 14:56:13', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 09:56:13', '2010-03-05 14:56:13', '', 991, 'http://aazk.org/uncategorized/991-revision-40/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1103, 2, '2010-03-05 17:42:59', '2010-03-05 22:42:59', '', 'lewa_map11', 0, '', 'inherit', 'closed', 'closed', '', 'lewa_map11-2', '', '', '2010-03-05 17:42:59', '2010-03-05 22:42:59', '', 991, 'http://aazk.org/wp-content/uploads/lewa_map11.swf', 0, 'attachment', 'application/x-shockwave-flash', 0) ; 
INSERT INTO `wp_posts` VALUES (1099, 2, '2010-03-05 10:09:22', '2010-03-05 15:09:22', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n<p style="text-align: left;"></p>\r\n\r\n<object width="600" height="600" data="lewa-map1.swf" type="application/x-shockwave-flash"><param name="src" value="lewa-map1.swf" /><param name="quality" value="high" /></object>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 10:09:22', '2010-03-05 15:09:22', '', 991, 'http://aazk.org/uncategorized/991-revision-41/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1100, 2, '2010-03-05 10:09:44', '2010-03-05 15:09:44', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n<p style="text-align: left;"></p>\r\n\r\n<object width="600" height="600" data="lewa-map1.swf" type="application/x-shockwave-flash"><param name="src" value="lewa-map1.swf" /><param name="quality" value="high" /></object>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 10:09:44', '2010-03-05 15:09:44', '', 991, 'http://aazk.org/uncategorized/991-revision-42/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1102, 1, '2013-11-06 17:23:18', '2013-11-06 22:23:18', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n	\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info">\r\n</div>\r\n<div class="department">AAZK Inc. - Cleveland, OH</div>\r\n</div>\r\n</div>\r\n<img class="alignleft" src="[homeurl]/wp-content/uploads/animalkeepersforum-oct13.jpg" alt="" /> In August of 1972, a short-lived "unofficial" newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level.\r\n\r\nThe idea for Animal Keepers\' Forum grew out of a bull session among keepers at the Topeka Zoo. The original Ruptured Rhino staff, along with several others, were involved in the conception and production of the<strong> first issue of AKF in November of 1974</strong>. It was 3 1/2 pages long, and printed on a mimeograph-type machine. Early issues contained zoo news articles, items on legislation and guest editorials.\r\n\r\nBy June of 1975 the AKF had grown to 13 pages and in November of 1975 celebrated its first anniversary of continuous publication. After the first two issues, it was sold on a subscription basis at $5.00 per year. Although originally the AKF was sold to AAZK members, it didn\'t become the "official" professional journal of the Association until March of 1975. The AKF has always carried the motto "Dedicated to Professional Animal Care".\r\n\r\nIn January 1976, AKF changed its format to a booklet style publication. In 1977 AKF had its first part-time paid editor and also began to be printed commercially. In 1978 the buff colored cover featuring artwork by keepers debuted. The first Excellence in Journalism Awards were given in 1979.\r\n\r\nIn 1981 Susan Chan was hired as Managing Editor for Animal Keepers’ Forum. The AKF has continued to grow in scope and content since that time, now averaging 44 pages per issue.  At least once a year, an issue dedicated to a particular species or topic is produced. AKF contains regular columns on Animal Behavior, Enrichment Options, Crisis Management and legislative issues affecting wildlife and zoos. Each issue also contains articles on animal husbandry, book reviews, a listing of upcoming conferences and symposia and Association news.\r\n\r\nThe Animal Keepers\' Forum has come a long way since its inception when it was printed on a mimeograph machine to today when it is produced with modern desktop publishing computer equipment. It currently reaches approximately <strong>2800 members (including about 150 zoos) in the U.S., Canada and 24 foreign countries</strong>.\r\n\r\nAnimal Keepers’ Forum is celebrating its 40th anniversary of continuous publication this year (2013).\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="[homeurl]/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="[homeurl]/shop/">store</a>.\r\n\r\n\r\n', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-autosave-v1', '', '', '2013-11-06 17:23:18', '2013-11-06 22:23:18', '', 200, 'http://aazk.org/uncategorized/200-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1101, 2, '2010-03-05 10:13:30', '2010-03-05 15:13:30', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<div style="position: absolute; left: 5px;"></div>\r\n<script type="text/javascript"><!--\r\nvar flashvars = 	{autostart: \'true\'}; var params = {wmode:\'transparent\'};\r\n\r\n					var attributes = {	id: \'lewaMap\'};\r\n\r\n					swfobject.embedSWF("/fileadmin/templates/swf/usr/map/lewa_map1.swf", "lewaMap", "600", "600", "9.0.0",0, flashvars, params, attributes);\r\n// --></script>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 10:13:30', '2010-03-05 15:13:30', '', 991, 'http://aazk.org/uncategorized/991-revision-43/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1104, 2, '2010-03-05 17:45:14', '2010-03-05 22:45:14', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\n<p style="text-align: center;"><em><strong></strong></em></p>\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\n\n<p style="text-align: left;"><strong>\n</strong>\n<p style="text-align: left;"><strong>History</strong></p>\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 17:45:14', '2010-03-05 22:45:14', '', 991, 'http://aazk.org/uncategorized/991-revision-44/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1105, 2, '2010-03-05 17:49:16', '2010-03-05 22:49:16', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\n<p style="text-align: center;"><em><strong></strong></em></p>\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\n\n<p style="text-align: left;"><strong><object width="600" height="600" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object>\n</strong>\n<p style="text-align: left;"><strong>History</strong></p>\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 17:49:16', '2010-03-05 22:49:16', '', 991, 'http://aazk.org/uncategorized/991-revision-45/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1106, 2, '2010-03-05 17:49:39', '2010-03-05 22:49:39', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<p style="text-align: left;"><strong><object width="300" height="300" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object>\r\n</strong>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 17:49:39', '2010-03-05 22:49:39', '', 991, 'http://aazk.org/uncategorized/991-revision-46/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1107, 2, '2010-03-05 17:50:17', '2010-03-05 22:50:17', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<p style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object>\r\n</strong>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 17:50:17', '2010-03-05 22:50:17', '', 991, 'http://aazk.org/uncategorized/991-revision-47/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1108, 2, '2010-03-05 17:52:19', '2010-03-05 22:52:19', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<p style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object></strong>\r\n<p style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong>\r\n</strong>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 17:52:19', '2010-03-05 22:52:19', '', 991, 'http://aazk.org/uncategorized/991-revision-48/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1109, 2, '2010-03-05 17:53:12', '2010-03-05 22:53:12', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<p style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong>\r\n</strong>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 17:53:12', '2010-03-05 22:53:12', '', 991, 'http://aazk.org/uncategorized/991-revision-49/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1110, 2, '2010-03-05 17:54:29', '2010-03-05 22:54:29', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong>\r\n</strong></h5>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 17:54:29', '2010-03-05 22:54:29', '', 991, 'http://aazk.org/uncategorized/991-revision-50/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1111, 2, '2010-03-05 17:54:59', '2010-03-05 22:54:59', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h6 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong>\r\n</strong></h6>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 17:54:59', '2010-03-05 22:54:59', '', 991, 'http://aazk.org/uncategorized/991-revision-51/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1112, 2, '2010-03-05 17:55:26', '2010-03-05 22:55:26', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<h5 style="text-align: left;"><strong>\r\n</strong></h5>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 17:55:26', '2010-03-05 22:55:26', '', 991, 'http://aazk.org/uncategorized/991-revision-52/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1113, 2, '2010-03-05 17:56:59', '2010-03-05 22:56:59', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\n<p style="text-align: center;"><em><strong></strong></em></p>\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\n\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\n<h5 style="text-align: left;"><strong>\n</strong></h5>\n<p style="text-align: left;"><strong>History</strong></p>\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 17:56:59', '2010-03-05 22:56:59', '', 991, 'http://aazk.org/uncategorized/991-revision-53/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1114, 2, '2010-03-05 18:00:59', '2010-03-05 23:00:59', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\n<p style="text-align: center;"><em><strong></strong></em></p>\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\n\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"><strong>History</strong></p>\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 18:00:59', '2010-03-05 23:00:59', '', 991, 'http://aazk.org/uncategorized/991-revision-54/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1115, 2, '2010-03-05 18:01:20', '2010-03-05 23:01:20', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 18:01:20', '2010-03-05 23:01:20', '', 991, 'http://aazk.org/uncategorized/991-revision-55/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1116, 2, '2010-03-05 18:07:12', '2010-03-05 23:07:12', '', 'img_6019', 0, '', 'inherit', 'closed', 'closed', '', 'img_6019', '', '', '2010-03-05 18:07:12', '2010-03-05 23:07:12', '', 991, 'http://aazk.org/wp-content/uploads/img_6019.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1117, 2, '2010-03-05 18:11:15', '2010-03-05 23:11:15', '', 'img_5948a', 0, '', 'inherit', 'closed', 'closed', '', 'img_5948a', '', '', '2010-03-05 18:11:15', '2010-03-05 23:11:15', '', 991, 'http://aazk.org/wp-content/uploads/img_5948a.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1118, 2, '2010-03-05 18:12:28', '2010-03-05 23:12:28', '', 'img_6361a', 0, '', 'inherit', 'closed', 'closed', '', 'img_6361a', '', '', '2010-03-05 18:12:28', '2010-03-05 23:12:28', '', 991, 'http://aazk.org/wp-content/uploads/img_6361a.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1119, 2, '2010-03-05 18:13:05', '2010-03-05 23:13:05', '', 'img_5737a', 0, '', 'inherit', 'closed', 'closed', '', 'img_5737a', '', '', '2010-03-05 18:13:05', '2010-03-05 23:13:05', '', 991, 'http://aazk.org/wp-content/uploads/img_5737a.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1120, 2, '2010-03-05 18:01:37', '2010-03-05 23:01:37', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to over 70 different species of mammals and over 350 different species of birds. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra.</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 18:01:37', '2010-03-05 23:01:37', '', 991, 'http://aazk.org/uncategorized/991-revision-56/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1121, 2, '2010-03-05 18:14:05', '2010-03-05 23:14:05', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n<p style="text-align: left;"><img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="270" height="179" /> <img class="alignnone size-medium wp-image-1118" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="270" height="179" /> <img class="alignnone size-medium wp-image-1119" title="img_5737a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5737a-300x200.jpg" alt="img_5737a" width="270" height="180" /></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 18:14:05', '2010-03-05 23:14:05', '', 991, 'http://aazk.org/uncategorized/991-revision-57/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1122, 2, '2010-03-05 18:14:11', '2010-03-05 23:14:11', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n<p style="text-align: left;"><img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="270" height="179" /> <img class="alignnone size-medium wp-image-1118" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="270" height="179" /> <img class="alignnone size-medium wp-image-1119" title="img_5737a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5737a-300x200.jpg" alt="img_5737a" width="270" height="180" /></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 18:14:11', '2010-03-05 23:14:11', '', 991, 'http://aazk.org/uncategorized/991-revision-58/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1123, 2, '2010-03-05 18:15:57', '2010-03-05 23:15:57', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n<p style="text-align: left;"><img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="243" height="161" /> <img class="alignnone size-medium wp-image-1118" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="243" height="161" /> <img class="alignnone size-medium wp-image-1119" title="img_5737a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5737a-300x200.jpg" alt="img_5737a" width="243" height="162" /></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 18:15:57', '2010-03-05 23:15:57', '', 991, 'http://aazk.org/uncategorized/991-revision-59/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1124, 2, '2010-03-05 18:16:46', '2010-03-05 23:16:46', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n<p style="text-align: left;"><img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="219" height="145" /> <img class="alignnone size-medium wp-image-1118" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="197" height="131" /> <img class="alignnone size-medium wp-image-1119" title="img_5737a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5737a-300x200.jpg" alt="img_5737a" width="219" height="146" /></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 18:16:46', '2010-03-05 23:16:46', '', 991, 'http://aazk.org/uncategorized/991-revision-60/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1125, 2, '2010-03-05 18:17:06', '2010-03-05 23:17:06', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n<p style="text-align: left;"><img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="219" height="145" /> <img class="alignnone size-medium wp-image-1118" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="217" height="144" /> <img class="alignnone size-medium wp-image-1119" title="img_5737a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5737a-300x200.jpg" alt="img_5737a" width="219" height="146" /></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 18:17:06', '2010-03-05 23:17:06', '', 991, 'http://aazk.org/uncategorized/991-revision-61/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1126, 2, '2010-03-05 18:17:30', '2010-03-05 23:17:30', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n<p style="text-align: left;"><img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="219" height="145" /> <img class="alignnone size-medium wp-image-1118" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="217" height="144" /> <img class="alignnone size-medium wp-image-1119" title="img_5737a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5737a-300x200.jpg" alt="img_5737a" width="219" height="146" /></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 18:17:30', '2010-03-05 23:17:30', '', 991, 'http://aazk.org/uncategorized/991-revision-62/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1127, 2, '2010-03-05 18:17:53', '2010-03-05 23:17:53', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n<p style="text-align: left;"><img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="219" height="145" /> <img class="alignnone size-medium wp-image-1118" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="217" height="144" /> <img class="alignnone size-medium wp-image-1119" title="img_5737a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5737a-300x200.jpg" alt="img_5737a" width="219" height="146" /></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 18:17:53', '2010-03-05 23:17:53', '', 991, 'http://aazk.org/uncategorized/991-revision-63/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1128, 2, '2010-03-05 18:18:15', '2010-03-05 23:18:15', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n<p style="text-align: left;"><img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="219" height="145" /> <img class="alignnone size-medium wp-image-1118" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="217" height="144" /> <img class="alignnone size-medium wp-image-1119" title="img_5737a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5737a-300x200.jpg" alt="img_5737a" width="219" height="146" /></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 18:18:15', '2010-03-05 23:18:15', '', 991, 'http://aazk.org/uncategorized/991-revision-64/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1129, 2, '2010-03-05 18:18:36', '2010-03-05 23:18:36', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="491" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n<p style="text-align: left;"><img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="219" height="145" /> <img class="alignnone size-medium wp-image-1118" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="217" height="144" /> <img class="alignnone size-medium wp-image-1119" title="img_5737a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5737a-300x200.jpg" alt="img_5737a" width="219" height="146" /></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 18:18:36', '2010-03-05 23:18:36', '', 991, 'http://aazk.org/uncategorized/991-revision-65/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1130, 2, '2010-03-05 18:19:00', '2010-03-05 23:19:00', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="759" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n<p style="text-align: left;"><img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="219" height="145" /> <img class="alignnone size-medium wp-image-1118" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="217" height="144" /> <img class="alignnone size-medium wp-image-1119" title="img_5737a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5737a-300x200.jpg" alt="img_5737a" width="219" height="146" /></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 18:19:00', '2010-03-05 23:19:00', '', 991, 'http://aazk.org/uncategorized/991-revision-66/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2726, 2, '2010-03-10 07:41:24', '2010-03-10 12:41:24', '<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-150x150.jpg" alt="walz" width="150" height="150" /> Deana Walz - The Living Planet Aquarium\r\n<h3>Purpose</h3>\r\nThe Behavioral Husbandry Committee formally came into being in late 2008. It brought together two very different and yet very alike committees, The Animal Training and Enrichment Committees. These were joined at the request of the two individual committees.\r\n\r\nThe AAZK Enrichment Committee was founded in 1994 and The Animal Training Committee was founded in 2000. These specialized groups were organized to provide specific resources in the areas of  enrichment and training. The timeliness of their formation filled a growing  need for support as these aspects of animal care evolved into a daily part of husbandry.\r\n\r\nSince the formation of these two  committees, most zoo professionals have found great success in utilizing both  training techniques and enrichment to solve behavioral challenges in captive animals. Many zoos now have a supportive "Behavioral Husbandry Department" or  staff that is dedicated to training, enrichment and animal welfare. Training and enrichment are no longer viewed necessarily as separate entities, but as two branches of behavioral management that are often used in concert. In our effort to stay current with the trends of professional zoo keeping, we have combined the two current committees into one AAZK, Inc. Behavioral Husbandry Committee. The focus of this committee would be training, enrichment and animal welfare.\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n<h3>Projects:</h3>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n<h3>Additional Information</h3>\r\n<ul>\r\n	<li><a href="/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a href="/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a href="/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a href="/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a href="/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1">Training and Enrichment Video Library</a></li>\r\n	<li><a href="/about/committee/behavioral-husbandry/resources/">Resources</a></li>\r\n	<li><a href="/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n	<li><a href="/members/bhc.php">Suggested Guidelines for Enrichment</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n	<li><a href="/about/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n	<li><a href="/members/bhc.php">Enrichment Day Examples</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2010-03-10 07:41:24', '2010-03-10 12:41:24', '', 192, 'http://aazk.org/uncategorized/192-revision-24/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1131, 2, '2009-11-13 18:22:12', '2009-11-13 23:22:12', '<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-150x150.jpg" alt="walz" width="150" height="150" /> Deana Walz - The Living Planet Aquarium\r\n<h3>Purpose</h3>\r\nThe Behavioral Husbandry Committee formally came into being in late 2008. It brought together two very different and yet very alike committees, The Animal Training and Enrichment Committees. These were joined at the request of the two individual committees.\r\n\r\nThe AAZK Enrichment Committee was founded in 1994 and The Animal Training Committee was founded in 2000. These specialized groups were organized to provide specific resources in the areas of  enrichment and training. The timeliness of their formation filled a growing  need for support as these aspects of animal care evolved into a daily part of husbandry.\r\n\r\nSince the formation of these two  committees, most zoo professionals have found great success in utilizing both  training techniques and enrichment to solve behavioral challenges in captive animals. Many zoos now have a supportive "Behavioral Husbandry Department" or  staff that is dedicated to training, enrichment and animal welfare. Training and enrichment are no longer viewed necessarily as separate entities, but as two branches of behavioral management that are often used in concert. In our effort to stay current with the trends of professional zoo keeping, we have combined the two current committees into one AAZK, Inc. Behavioral Husbandry Committee. The focus of this committee would be training, enrichment and animal welfare.\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n<h3>Projects:</h3>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n<h3>Additional Information</h3>\r\n<ul>\r\n	<li><a href="/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a href="/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a href="/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a href="/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a href="/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;NotFlag=1">Training and Enrichment Video Library</a></li>\r\n	<li><a href="/about/committee/behavioral-husbandry/resources/">Resources</a></li>\r\n	<li><a href="/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n	<li><a href="/members/bhc.php">Suggested Guidelines for Enrichment</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n	<li><a href="/about/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n	<li><a href="/members/bhc.php">Enrichment Day Examples</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2009-11-13 18:22:12', '2009-11-13 23:22:12', '', 192, 'http://aazk.org/uncategorized/192-revision-23/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1132, 2, '2010-03-10 07:47:07', '2010-03-10 12:47:07', '', 'pdc_color_logo', 0, '', 'inherit', 'closed', 'closed', '', 'pdc_color_logo', '', '', '2010-03-10 07:47:07', '2010-03-10 12:47:07', '', 178, 'http://aazk.org/wp-content/uploads/pdc_color_logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1133, 2, '2009-11-26 08:51:49', '2009-11-26 13:51:49', '<h3>Chair</h3>\r\nMelaina Wallace - <em>Disney\'s Animal Kingdom</em>\r\n<h3>Purpose</h3>\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership  and educational opportunities for all National AAZK members.\r\n\r\n<strong>2009</strong>\r\nThis past year the Professional Development Committee put together two workshops for the 2009 AAZK National Conference/ICZ in Seattle, WA.  The Body Condition Scoring Workshop and the Capture and Restraint Workshop.\r\n\r\nThe Body Condition Scoring (BCS) Workshop took place on Zoo Day at Woodland Park Zoo.  Dr. Mark Edwards, from California Polytechnic State University instructed the course and took keepers out into the “field” where they were able to assess animals at Woodland Park Zoo with their new found BCS skills.\r\n\r\n<img class="alignnone size-full wp-image-890" title="bcs_scoring" src="http://aecetia.net/gws/aazk/wp-content/uploads/bcs_scoring.jpg" alt="bcs_scoring" width="768" height="577" />\r\n\r\n<strong><em>Class participants utilize their classroom knowledge with a Sicilian donkey\r\nPhoto by Kelly Wilson</em></strong>\r\n\r\nThe Capture and Restraint Workshop was instructed by Dr. Mark Johnson and Bob Cisneros from the San Diego Zoo.  Dr. Johnson taught workshop attendees how to be an effective participant in any form of animal restraint, while Bob Cisneros went over basic fundamentals on restraining various forms of animal species.\r\n\r\n<img class="alignnone size-full wp-image-891" title="capture_restraint_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/capture_restraint_workshop.jpg" alt="capture_restraint_workshop" width="604" height="454" />\r\n\r\n<em><strong>Dr. Mark Johnson and Bob Cisneros go over restraint techniques\r\nPhoto by Kelly Wilson</strong></em>\r\n\r\n<strong>The Future</strong>\r\nWe are currently working with the conference committee at Philadelphia AAZK to finalize the workshops for the 2010 National Conference in Philadelphia.  We continue to search out experts to bring conference delegates the most current technologies and innovations in animal care. The Professional Development Committee is also working with the Board of Directors and members of the Association of Zoos and Aquariums on a keeper certification process.\r\n\r\n<strong>Want to Help?</strong>\r\nThe Professional Development Committee is currently seeking new members!  We want to continue to provide to the highest quality workshops possible and we need your help!  If you are interested in joining the Professional Development team please contact Melaina Wallace at <a href="mailto:melaina.g.wallace@aecetia.net/gws/aazk">Melaina.G.Wallace@aecetia.net/gws/aazk</a>.\r\n<strong>\r\n2009 Professional Development Committee Members</strong>\r\n\r\nMelaina Wallace – Chair\r\nDisney’s Animal Kingdom\r\n\r\nBob Cisneros- Liaison to Board\r\nSan Diego Zoo\r\n\r\nKelly Wilson\r\nDetroit Zoo\r\n\r\nVictor Alm\r\nOakland Zoo\r\n\r\nBandy Hicks\r\nBoat Club Road Animal Hospital Whitetail Veterinary Services\r\n\r\nLeanne Blinco\r\nDisney’s Animal Kingdom\r\n\r\nMike Murray\r\nDenver Zoo\r\n\r\nAaron Jesue\r\nNorth Carolina Zoo', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2009-11-26 08:51:49', '2009-11-26 13:51:49', '', 178, 'http://aazk.org/uncategorized/178-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1134, 1, '2010-03-10 09:16:26', '2010-03-10 14:16:26', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Certificate of Merit in Conservation (CMC) presented by the AAZK Awards Committee.  The purpose of the award is to recognize outstanding keeper-initiated contributions to conservation of wildlife and their habitats.  It is hoped that recognition of outstanding efforts by keepers to contribute to conservation will provide incentive to keepers to continue to be leaders in this important endeavor.\r\n\r\nThe Certificate of Merit in Conservation Award was established in 2010 by the Conservation Committee, Amanda Kamradt, Chair.  The award is presented at the annual AAZK National Conference.\r\n\r\n<h4>Qualifications</h4>\r\n<ul>\r\n<li>The nominee <strong>must</strong> be a full-time animal care professional individual or team, employed in any North American zoological institution, aquarium or related facility.</li>\r\n<li>The nominee <strong>must</strong> be nominated by an AAZK member. You may nominate yourself.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Procedure</h4>\r\n<li>List name(s), of the keeper(s) who initiated the conservation project, the institution’s name, address, phone and director.</li>\r\n<li>List and document outstanding keeper-initiated contributions to a conservation project. Verification of these facts must be signed by the zoo director, curator, or immediate supervisor of the nominee.</li>\r\n<li>Deadline for nominations is <strong>MAY 1st</strong> of each year.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Selection Procedure</h4>\r\nThe Awards and Conservation Committees will independently review each nominee.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Form</h4>\r\nPlease select the format you would like to download the Nomination Form below:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/conservationform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/conservationform.pdf" target="_blank">Download nomination form in Adobe PDF format</a>\r\n\r\n<div id="inner-links"></div>', 'Certificate of Merit in Conservation Award (CMC)', 0, '', 'publish', 'closed', 'closed', '', 'certificate-of-merit-in-conservation-cmc', '', '', '2013-10-28 12:30:22', '2013-10-28 17:30:22', '', 224, 'http://aazk.org/?page_id=1134', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1135, 2, '2010-03-10 09:10:02', '2010-03-10 14:10:02', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Certificate of Merit in Conservation (CMC) presented by the AAZK Awards Committee.  The purpose of the award is to recognize outstanding keeper-initiated contributions to conservation of wildlife and their habitats.  It is hoped that recognition of outstanding efforts by keepers to contribute to conservation will provide incentive to keepers to continue to be leaders in this important endeavor.\nThe Certificate of Merit in Conservation Award was established in 2010 by the Conservation Committee, Amanda Kamradt, Chair.  The award is presented at the annual AAZK National Conference.\n<strong>Qualifications</strong>\n<p style="padding-left: 30px;">1.    The nominee <strong>must</strong> be a full-time animal care professional individual or team, employed in any North American zoological institution, aquarium or related facility.\n2.    The nominee <strong>must</strong> be nominated by an AAZK member.  You may nominate yourself.\n\n<strong>Nomination Procedure</strong>\n1.    List name(s), of the keeper(s) who initiated the conservation project, the institution’s name, address, phone and director.\n2.    List and document outstanding keeper-initiated contributions to a conservation project.  Verification of these facts must be signed by the zoo director, curator, or immediate supervisor of the nominee.\n3.    Deadline for nominations is MAY 1st of each year.\nSelection Procedure\nThe Awards and Conservation Committees will independently review each nominee.', 'Certificate of Merit in Conservation Award (CMC)', 0, '', 'inherit', 'closed', 'closed', '', '1134-revision-v1', '', '', '2010-03-10 09:10:02', '2010-03-10 14:10:02', '', 1134, 'http://aazk.org/uncategorized/1134-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1136, 2, '2010-03-10 09:11:06', '2010-03-10 14:11:06', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Certificate of Merit in Conservation (CMC) presented by the AAZK Awards Committee.  The purpose of the award is to recognize outstanding keeper-initiated contributions to conservation of wildlife and their habitats.  It is hoped that recognition of outstanding efforts by keepers to contribute to conservation will provide incentive to keepers to continue to be leaders in this important endeavor.\nThe Certificate of Merit in Conservation Award was established in 2010 by the Conservation Committee, Amanda Kamradt, Chair.  The award is presented at the annual AAZK National Conference.\n<strong>Qualifications</strong>\n<p style="padding-left: 30px;">1.    The nominee <strong>must</strong> be a full-time animal care professional individual or team, employed in any North American zoological institution, aquarium or related facility.\n2.    The nominee <strong>must</strong> be nominated by an AAZK member.  You may nominate yourself.\n\n<strong>Nomination Procedure</strong>\n<p style="padding-left: 30px;">1.    List name(s), of the keeper(s) who initiated the conservation project, the institution’s name, address, phone and director.\n2.    List and document outstanding keeper-initiated contributions to a conservation project.  Verification of these facts must be signed by the zoo director, curator, or immediate supervisor of the nominee.\n3.    Deadline for nominations is <strong>MAY 1st</strong> of each year.\nSelection Procedure\n<p style="padding-left: 30px;">The Awards and Conservation Committees will independently review each nominee.</p>', 'Certificate of Merit in Conservation Award (CMC)', 0, '', 'inherit', 'closed', 'closed', '', '1134-revision-v1', '', '', '2010-03-10 09:11:06', '2010-03-10 14:11:06', '', 1134, 'http://aazk.org/uncategorized/1134-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1137, 2, '2010-03-10 09:11:21', '2010-03-10 14:11:21', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Certificate of Merit in Conservation (CMC) presented by the AAZK Awards Committee.  The purpose of the award is to recognize outstanding keeper-initiated contributions to conservation of wildlife and their habitats.  It is hoped that recognition of outstanding efforts by keepers to contribute to conservation will provide incentive to keepers to continue to be leaders in this important endeavor.\r\nThe Certificate of Merit in Conservation Award was established in 2010 by the Conservation Committee, Amanda Kamradt, Chair.  The award is presented at the annual AAZK National Conference.\r\n<strong>Qualifications</strong>\r\n<p style="padding-left: 30px;">1.    The nominee <strong>must</strong> be a full-time animal care professional individual or team, employed in any North American zoological institution, aquarium or related facility.\r\n2.    The nominee <strong>must</strong> be nominated by an AAZK member.  You may nominate yourself.\r\n\r\n<strong>Nomination Procedure</strong>\r\n<p style="padding-left: 30px;">1.    List name(s), of the keeper(s) who initiated the conservation project, the institution’s name, address, phone and director.\r\n2.    List and document outstanding keeper-initiated contributions to a conservation project.  Verification of these facts must be signed by the zoo director, curator, or immediate supervisor of the nominee.\r\n3.    Deadline for nominations is <strong>MAY 1st</strong> of each year.\r\n\r\n<strong>Selection Procedure</strong>\r\n\r\nThe Awards and Conservation Committees will independently review each nominee.', 'Certificate of Merit in Conservation Award (CMC)', 0, '', 'inherit', 'closed', 'closed', '', '1134-revision-v1', '', '', '2010-03-10 09:11:21', '2010-03-10 14:11:21', '', 1134, 'http://aazk.org/uncategorized/1134-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1138, 2, '2010-03-10 09:14:37', '2010-03-10 14:14:37', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Certificate of Merit in Conservation (CMC) presented by the AAZK Awards Committee.  The purpose of the award is to recognize outstanding keeper-initiated contributions to conservation of wildlife and their habitats.  It is hoped that recognition of outstanding efforts by keepers to contribute to conservation will provide incentive to keepers to continue to be leaders in this important endeavor.\r\nThe Certificate of Merit in Conservation Award was established in 2010 by the Conservation Committee, Amanda Kamradt, Chair.  The award is presented at the annual AAZK National Conference.\r\n<strong>Qualifications</strong>\r\n<p style="padding-left: 30px;">1.    The nominee <strong>must</strong> be a full-time animal care professional individual or team, employed in any North American zoological institution, aquarium or related facility.\r\n2.    The nominee <strong>must</strong> be nominated by an AAZK member.  You may nominate yourself.\r\n\r\n<strong>Nomination Procedure</strong>\r\n<p style="padding-left: 30px;">1.    List name(s), of the keeper(s) who initiated the conservation project, the institution’s name, address, phone and director.\r\n2.    List and document outstanding keeper-initiated contributions to a conservation project.  Verification of these facts must be signed by the zoo director, curator, or immediate supervisor of the nominee.\r\n3.    Deadline for nominations is <strong>MAY 1st</strong> of each year.\r\n\r\n<strong>Selection Procedure</strong>\r\n\r\nThe Awards and Conservation Committees will independently review each nominee.\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/conservationform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/conserationform.pdf" target="_blank">Download nomination form in Adobe pdf format</a>', 'Certificate of Merit in Conservation Award (CMC)', 0, '', 'inherit', 'closed', 'closed', '', '1134-revision-v1', '', '', '2010-03-10 09:14:37', '2010-03-10 14:14:37', '', 1134, 'http://aazk.org/uncategorized/1134-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1139, 2, '2010-03-10 09:15:20', '2010-03-10 14:15:20', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Certificate of Merit in Conservation (CMC) presented by the AAZK Awards Committee.  The purpose of the award is to recognize outstanding keeper-initiated contributions to conservation of wildlife and their habitats.  It is hoped that recognition of outstanding efforts by keepers to contribute to conservation will provide incentive to keepers to continue to be leaders in this important endeavor.\r\nThe Certificate of Merit in Conservation Award was established in 2010 by the Conservation Committee, Amanda Kamradt, Chair.  The award is presented at the annual AAZK National Conference.\r\n<strong>Qualifications</strong>\r\n<p style="padding-left: 30px;">1.    The nominee <strong>must</strong> be a full-time animal care professional individual or team, employed in any North American zoological institution, aquarium or related facility.\r\n2.    The nominee <strong>must</strong> be nominated by an AAZK member.  You may nominate yourself.\r\n\r\n<strong>Nomination Procedure</strong>\r\n<p style="padding-left: 30px;">1.    List name(s), of the keeper(s) who initiated the conservation project, the institution’s name, address, phone and director.\r\n2.    List and document outstanding keeper-initiated contributions to a conservation project.  Verification of these facts must be signed by the zoo director, curator, or immediate supervisor of the nominee.\r\n3.    Deadline for nominations is <strong>MAY 1st</strong> of each year.\r\n\r\n<strong>Selection Procedure</strong>\r\n\r\nThe Awards and Conservation Committees will independently review each nominee.\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/conservationform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/conservationform.pdf" target="_blank">Download nomination form in Adobe pdf format</a>', 'Certificate of Merit in Conservation Award (CMC)', 0, '', 'inherit', 'closed', 'closed', '', '1134-revision-v1', '', '', '2010-03-10 09:15:20', '2010-03-10 14:15:20', '', 1134, 'http://aazk.org/uncategorized/1134-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1140, 2, '2010-03-10 09:15:55', '2010-03-10 14:15:55', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Certificate of Merit in Conservation (CMC) presented by the AAZK Awards Committee.  The purpose of the award is to recognize outstanding keeper-initiated contributions to conservation of wildlife and their habitats.  It is hoped that recognition of outstanding efforts by keepers to contribute to conservation will provide incentive to keepers to continue to be leaders in this important endeavor.\r\n\r\nThe Certificate of Merit in Conservation Award was established in 2010 by the Conservation Committee, Amanda Kamradt, Chair.  The award is presented at the annual AAZK National Conference.\r\n\r\n<strong>Qualifications</strong>\r\n<p style="padding-left: 30px;">1.    The nominee <strong>must</strong> be a full-time animal care professional individual or team, employed in any North American zoological institution, aquarium or related facility.\r\n2.    The nominee <strong>must</strong> be nominated by an AAZK member.  You may nominate yourself.\r\n\r\n<strong>Nomination Procedure</strong>\r\n<p style="padding-left: 30px;">1.    List name(s), of the keeper(s) who initiated the conservation project, the institution’s name, address, phone and director.\r\n2.    List and document outstanding keeper-initiated contributions to a conservation project.  Verification of these facts must be signed by the zoo director, curator, or immediate supervisor of the nominee.\r\n3.    Deadline for nominations is <strong>MAY 1st</strong> of each year.\r\n\r\n<strong>Selection Procedure</strong>\r\n\r\nThe Awards and Conservation Committees will independently review each nominee.\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/conservationform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/conservationform.pdf" target="_blank">Download nomination form in Adobe pdf format</a>', 'Certificate of Merit in Conservation Award (CMC)', 0, '', 'inherit', 'closed', 'closed', '', '1134-revision-v1', '', '', '2010-03-10 09:15:55', '2010-03-10 14:15:55', '', 1134, 'http://aazk.org/uncategorized/1134-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1141, 2, '2010-03-10 09:29:59', '2010-03-10 14:29:59', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Certificate of Merit in Conservation (CMC) presented by the AAZK Awards Committee.  The purpose of the award is to recognize outstanding keeper-initiated contributions to conservation of wildlife and their habitats.  It is hoped that recognition of outstanding efforts by keepers to contribute to conservation will provide incentive to keepers to continue to be leaders in this important endeavor.\n\nThe Certificate of Merit in Conservation Award was established in 2010 by the Conservation Committee, Amanda Kamradt, Chair.  The award is presented at the annual AAZK National Conference.\n\n<strong>Qualifications</strong>\n<p style="padding-left: 30px;">1.    The nominee <strong>must</strong> be a full-time animal care professional individual or team, employed in any North American zoological institution, aquarium or related facility.\n2.    The nominee <strong>must</strong> be nominated by an AAZK member.  You may nominate yourself.\n\n<strong>Nomination Procedure</strong>\n<p style="padding-left: 30px;">1.    List name(s), of the keeper(s) who initiated the conservation project, the institution’s name, address, phone and director.\n2.    List and document outstanding keeper-initiated contributions to a conservation project.  Verification of these facts must be signed by the zoo director, curator, or immediate supervisor of the nominee.\n3.    Deadline for nominations is <strong>MAY 1st</strong> of each year.\n\n<strong>Selection Procedure</strong>\n\nThe Awards and Conservation Committees will independently review each nominee.\n\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/conservationform.doc" target="_blank">Download nomination form in MS Word format</a>\n\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/conservationform.pdf" target="_blank">Download nomination form in Adobe pdf format</a>', 'Certificate of Merit in Conservation Award (CMC)', 0, '', 'inherit', 'closed', 'closed', '', '1134-autosave-v1', '', '', '2010-03-10 09:29:59', '2010-03-10 14:29:59', '', 1134, 'http://aazk.org/uncategorized/1134-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1145, 2, '2010-03-10 09:28:55', '2010-03-10 14:28:55', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Certificate of Merit in Conservation (CMC) presented by the AAZK Awards Committee.  The purpose of the award is to recognize outstanding keeper-initiated contributions to conservation of wildlife and their habitats.  It is hoped that recognition of outstanding efforts by keepers to contribute to conservation will provide incentive to keepers to continue to be leaders in this important endeavor.\r\n\r\nThe Certificate of Merit in Conservation Award was established in 2010 by the Conservation Committee, Amanda Kamradt, Chair.  The award is presented at the annual AAZK National Conference.\r\n\r\n<strong>Qualifications</strong>\r\n<p style="padding-left: 30px;">1.    The nominee <strong>must</strong> be a full-time animal care professional individual or team, employed in any North American zoological institution, aquarium or related facility.\r\n2.    The nominee <strong>must</strong> be nominated by an AAZK member.  You may nominate yourself.\r\n\r\n<strong>Nomination Procedure</strong>\r\n<p style="padding-left: 30px;">1.    List name(s), of the keeper(s) who initiated the conservation project, the institution’s name, address, phone and director.\r\n2.    List and document outstanding keeper-initiated contributions to a conservation project.  Verification of these facts must be signed by the zoo director, curator, or immediate supervisor of the nominee.\r\n3.    Deadline for nominations is <strong>MAY 1st</strong> of each year.\r\n\r\n<strong>Selection Procedure</strong>\r\n\r\nThe Awards and Conservation Committees will independently review each nominee.\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/conservationform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/conservationform.pdf" target="_blank">Download nomination form in Adobe pdf format</a>', 'Certificate of Merit in Conservation Award (CMC)', 0, '', 'inherit', 'closed', 'closed', '', '1134-revision-v1', '', '', '2010-03-10 09:28:55', '2010-03-10 14:28:55', '', 1134, 'http://aazk.org/uncategorized/1134-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1142, 2, '2010-03-10 09:16:26', '2010-03-10 14:16:26', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Certificate of Merit in Conservation (CMC) presented by the AAZK Awards Committee.  The purpose of the award is to recognize outstanding keeper-initiated contributions to conservation of wildlife and their habitats.  It is hoped that recognition of outstanding efforts by keepers to contribute to conservation will provide incentive to keepers to continue to be leaders in this important endeavor.\r\n\r\nThe Certificate of Merit in Conservation Award was established in 2010 by the Conservation Committee, Amanda Kamradt, Chair.  The award is presented at the annual AAZK National Conference.\r\n\r\n<strong>Qualifications</strong>\r\n<p style="padding-left: 30px;">1.    The nominee <strong>must</strong> be a full-time animal care professional individual or team, employed in any North American zoological institution, aquarium or related facility.\r\n2.    The nominee <strong>must</strong> be nominated by an AAZK member.  You may nominate yourself.\r\n\r\n<strong>Nomination Procedure</strong>\r\n<p style="padding-left: 30px;">1.    List name(s), of the keeper(s) who initiated the conservation project, the institution’s name, address, phone and director.\r\n2.    List and document outstanding keeper-initiated contributions to a conservation project.  Verification of these facts must be signed by the zoo director, curator, or immediate supervisor of the nominee.\r\n3.    Deadline for nominations is <strong>MAY 1st</strong> of each year.\r\n\r\n<strong>Selection Procedure</strong>\r\n\r\nThe Awards and Conservation Committees will independently review each nominee.\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/conservationform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/conservationform.pdf" target="_blank">Download nomination form in Adobe pdf format</a>', 'Certificate of Merit in Conservation Award (CMC)', 0, '', 'inherit', 'closed', 'closed', '', '1134-revision-v1', '', '', '2010-03-10 09:16:26', '2010-03-10 14:16:26', '', 1134, 'http://aazk.org/uncategorized/1134-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1143, 2, '2010-03-10 09:24:32', '2010-03-10 14:24:32', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Certificate of Merit in Conservation (CMC) presented by the AAZK Awards Committee.  The purpose of the award is to recognize outstanding keeper-initiated contributions to conservation of wildlife and their habitats.  It is hoped that recognition of outstanding efforts by keepers to contribute to conservation will provide incentive to keepers to continue to be leaders in this important endeavor.\r\n\r\nThe Certificate of Merit in Conservation Award was established in 2010 by the Conservation Committee, Amanda Kamradt, Chair.  The award is presented at the annual AAZK National Conference.\r\n\r\n<strong>Qualifications</strong>\r\n<p style="padding-left: 30px;">1.    The nominee <strong>must</strong> be a full-time animal care professional individual or team, employed in any North American zoological institution, aquarium or related facility.\r\n2.    The nominee <strong>must</strong> be nominated by an AAZK member.  You may nominate yourself.\r\n\r\n<strong>Nomination Procedure</strong>\r\n<p style="padding-left: 30px;">1.    List name(s), of the keeper(s) who initiated the conservation project, the institution’s name, address, phone and director.\r\n2.    List and document outstanding keeper-initiated contributions to a conservation project.  Verification of these facts must be signed by the zoo director, curator, or immediate supervisor of the nominee.\r\n3.    Deadline for nominations is <strong>MAY 1st</strong> of each year.\r\n\r\n<strong>Selection Procedure</strong>\r\n\r\nThe Awards and Conservation Committees will independently review each nominee.\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/conservationform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/conservationform.pdf" target="_blank">Download nomination form in Adobe pdf format</a>', 'Certificate of Merit in Conservation Award (CMC)', 0, '', 'inherit', 'closed', 'closed', '', '1134-revision-v1', '', '', '2010-03-10 09:24:32', '2010-03-10 14:24:32', '', 1134, 'http://aazk.org/uncategorized/1134-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1144, 2, '2010-01-14 08:32:02', '2010-01-14 13:32:02', '<h3>Chair</h3>\r\nJanet McCoy\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2010</em></strong>\r\n<h3>Purpose</h3>\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2010</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\nOr, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\n<strong>Deadline for Nominations is 1 May 2010</strong>\r\n<ul>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/mazuri-animal-nutrition-award-mana/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-aazk-chapter-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>\r\n\r\n<strong><a href="/wp-content/uploads/2009awards.pdf">2009 Award Recipients</a>\r\n</strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2010-01-14 08:32:02', '2010-01-14 13:32:02', '', 224, 'http://aazk.org/uncategorized/224-revision-35/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1146, 2, '2010-03-10 15:35:03', '2010-03-10 20:35:03', '<h3>Chair</h3>\r\nJanet McCoy\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2010</em></strong>\r\n<h3>Purpose</h3>\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2010</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\nOr, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\n<strong>Deadline for Nominations is 1 May 2010</strong>\r\n<ul>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/mazuri-animal-nutrition-award-mana/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a href="/committee/awards-committee/certificate-of-merit-in-conservation-cmc/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-aazk-chapter-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>\r\n\r\n<strong><a href="/wp-content/uploads/2009awards.pdf">2009 Award Recipients</a>\r\n</strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2010-03-10 15:35:03', '2010-03-10 20:35:03', '', 224, 'http://aazk.org/uncategorized/224-revision-36/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1147, 2, '2010-03-10 15:40:43', '2010-03-10 20:40:43', '<h3>Chair</h3>\r\nJanet McCoy\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2010</em></strong>\r\n<h3>Purpose</h3>\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2010</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\nOr, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\n<strong>Deadline for Nominations is 1 May 2010</strong>\r\n<ul>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/mazuri-animal-nutrition-award-mana/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a class="thickbox" <a href="/committee/awards-committee/certificate-of-merit-in-conservation-cmc/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-aazk-chapter-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>\r\n\r\n<strong><a href="/wp-content/uploads/2009awards.pdf">2009 Award Recipients</a>\r\n</strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2010-03-10 15:40:43', '2010-03-10 20:40:43', '', 224, 'http://aazk.org/uncategorized/224-revision-37/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1148, 2, '2010-03-10 15:41:35', '2010-03-10 20:41:35', '<h3>Chair</h3>\r\nJanet McCoy\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2010</em></strong>\r\n<h3>Purpose</h3>\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2010</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\nOr, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\n<strong>Deadline for Nominations is 1 May 2010</strong>\r\n<ul>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/mazuri-animal-nutrition-award-mana/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-in-conservation-cmc/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-aazk-chapter-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>\r\n\r\n<strong><a href="/wp-content/uploads/2009awards.pdf">2009 Award Recipients</a>\r\n</strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2010-03-10 15:41:35', '2010-03-10 20:41:35', '', 224, 'http://aazk.org/uncategorized/224-revision-38/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1149, 2, '2010-03-03 08:56:53', '2010-03-03 13:56:53', '<strong>April 15 –18, 2010</strong> - <strong><em>4th Otter Keeper Workshop</em></strong> -  the Cincinnati Zoo in Cincinnati, Ohio will host.  This year the focus of the workshop will be expanded to include all of the otters managed under the Otter SSP® ­­ North American river otters, Asian small-clawed otters, African clawless, African spot-necked and giant otters.  Keepers working with any of the species are welcome to attend.  Topics will include:  captive  management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, lots of sharing of information between keepers.\r\n\r\nRegistration will be $75 and the deadline is December 15, 2009.  Spots fill up fast so please register early.  A waiting list will be maintained once the workshop is filled.  Due to the popularity of the workshop, priority will be given to first time attendees.  Please just one registrant per institution.  <strong>No refunds after January 15, 2010.</strong>\r\nAccommodations:   A hotel near the Cincinnati Zoo or the Newport Aquarium. Room negotiations are ongoing.  Roommates are encouraged. You will be matched if you indicate that you wish to have a roommate.\r\nInformation can be found on:  <a href="http://www.OtterSpotter.com">www.OtterSpotter.com</a>\r\nFor more information contact: David Hamilton at Seneca Park Zoo, 2222 St. Paul St., Rochester, NY 14617; phone: 585-336-2502; 585-266-5775 fax\r\n<a href="mailto:dhamilton@monroecounty.gov">dhamilton@monroecounty.gov </a>\r\n\r\n<strong>April 25-30, 2010 </strong>- <em><strong>Animal Behavior Management Alliance (ABMA) Annual Conference</strong></em> - In Pittsburgh, PA. The theme of this 10th Anniversary Conference is “Defining a Decade: Animal Management - Past, Present, and Future”.\r\n\r\nConference programming includes: Dr. Vint Virga, a Veterinary Behaviorist as keynote speaker, formal presentations, numerous workshops and seminars, a poster session, and site visits to animal facilities.  All conference details can be found at <a href="http://www.theabma.org">www.theabma.org</a>.  The conference will be held at the Hilton Pittsburgh located in downtown Pittsburgh.  Mention that you are with the ABMA and receive a special room rate of $119/night Reservations must be made by March 23, 2010 at 412-391-4600.  Contact Nicole Begley at <a href="mailto:nicole.begley@aviary.org">nicole.begley@aviary.org</a> or 412-323-7235 ext 216 with questions.\r\n\r\n<strong>May 11-15, 2010</strong> - <strong><em>International Gorilla Workshop</em></strong> – 2010 - Oklahoma City Zoo is excited to host the 2010 International Gorilla Workshop. We hope you’ll join us for these informative sessions. Our keynote speakers who are confirmed are Dave Morgan and Charlene Jendry. We are in final confirmation stage to get Dr. Ilana Kutinsky here as our third keynote.  The Gorilla Workshop was created to promote and improve husbandry, management and conservation of gorillas. It is necessary to collaborate with colleagues to better provide for and understand gorillas in our care. The 2010 Gorilla Workshop will include a number of topics with an emphasis on multi-male and bachelor groups, as well as innovative and best practices in gorilla husbandry. The deadline for abstracts is 10 February 2010.\r\n\r\nAbstracts must contain the following:\r\n• Author’s name, affiliation, address, e-mail address and phone number\r\n• Title of paper\r\n• Concise description of paper not to exceed 500 words (single space)\r\n• On a separate page please provide a concise bio of the author/presenter\r\n\r\nSuggested Topics (1 full day will be devoted to each main topic): Innovations and best practices in gorilla husbandry: Retro-fitting existing cages; Innovations in exhibit and holding design to facilitate husbandry; Philosophy driven husbandry programs - What’s yours and why does it work for your facility?; How to promote mother-rearing; Surrogate programs;; Behavioral husbandry – What is working to promote innovations in gorilla management?; Multi-male and bachelor groups: Best practices – What’s working at your facility? What’s not and how can we learn from it?; Research Updates;  Complexities such as holding/exhibit design;  Introduction strategies; Management strategies; Field Work and Conservation: Ape Sanctuaries/Updates from the Field; Fundraisers to support in situ work; and In or Ex-situ conservation education programs.\r\n\r\nPlease send via e-mail or CD (in Word format) to: Laura Bottaro OR Donna Mobbs, OKC Zoo, 2101 NE 50th St.,, Okla. City, OK 73111        Emails: <a href="mailto:LBottaro@okczoo.com">LBottaro@okczoo.com</a> <a href="mailto:DMobbs@okczoo.com">DMobbs@okczoo.com</a>\r\n\r\nRegistration fees of $195 are due by 10 February 2010. A late fee of $30 will be assessed after 10 February. Ten dollars from each registration will be combined to benefit one or more in situ conservation project(s).   If you have other general question about the workshop, OKC, etc, please contact Brian Aucone, <a href="mailto:BrianA@okczoo.com">BrianA@okczoo.com</a>, 405-425-0283.\r\n\r\n<strong>August 30 - September 3, 2010</strong> - <strong><em>7th International Penguin Conference</em></strong> - in Boston, MA.  Hosted by The New England Aquarium.  For info email <a href="mailto:ipcboston@neaq.org">ipcboston@neaq.org</a>.\r\n<strong>\r\nSeptember 7-12, 2010 </strong>- <strong><em>National AZAD Conference</em></strong> Hosted by Brookfield Zoo, Brookfield, IL USA. Call for Papers--Share your ideas by presenting a paper addressing ways people can work to conserve our Earth and all the gifts it gives us - Abstracts must be submitted by January 15, 2010; Notification of Acceptance is February 15, 2010; Completed papers are due April 1, 2010.  Presentations should be 45 minutes in length, including 10 minutes for Q&amp;A.  Please email abstracts to <a href="mailto:AZAD2010info@gmail.com">AZAD2010info@gmail.com</a> with the subject line being “Abstract”.  Include name and contact info, title of paper, abstract, audio-visual equipment needed, your zoo/aquarium affiliation and AZAD membership category.\r\n\r\n<strong>September 27-30, 2010</strong> -<em> <strong>AZA Orangutan SSP® Workshop </strong></em>– at the Denver Zoo, Denver, CO. Theme:  “Conservation &amp; Husbandry Innovations for the New Decade” Climb Up to a Higher Branch at the 4th Annual Orangutan SSP® Husbandry Workshop! - Focused on the care and management of orangutans, the workshop will bring together orangutan caregivers and managers, researchers, and field biologists to share the most current information on husbandry, conservation, and emergent issues pertaining to captive and wild populations of orangutans. Workshop registration fee is $125. The workshop will be held in conjunction with the Orangutan SSP® Masterplan meetings which will take place on Sunday, September 26, 2010.  For additional information contact Ronda Schwetz at <a href="mailto:rschwetz@denverzoo.org">rschwetz@denverzoo.org</a>.   Online registration will be available soon at <a href="http://www.denverzoo.org">www.denverzoo.org</a>. Pre-Conference Trip to Cheyenne Mountain Zoo Sunday, September 26—more details soon!<strong>\r\n</strong>\r\n\r\n<strong>September 28-October 2, 2010</strong> -<strong><em> 20th International Zoo Educators’ (IZE) Biennial Conference</em></strong> - at Disney’s Animal Kingdom, Orlando, FL.  For more information, please visit <a href="http://www.izea.net">http://www.izea.net</a>.\r\n\r\n<em><strong>Upcoming AAZK National Conferences</strong></em>\r\n\r\n2010 - Philadelphia, PA - August 22-26\r\n\r\n2011 - San Diego, CA - August 24-28\r\n\r\n2012 - Syracuse, NY - September 23-27\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at\r\n<a href="http://aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>\r\n\r\n<em><strong>Upcoming AZA National Conferences</strong></em>\r\n\r\nSeptember 11-16, 2010  - AZA 2010 Annual Conference - Hosted by Houston Zoo, Houston, TX.\r\n\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events March 2010', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2010-03-03 08:56:53', '2010-03-03 13:56:53', '', 435, 'http://aazk.org/uncategorized/435-revision-18/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1475, 2, '2010-05-27 08:38:12', '2010-05-27 13:38:12', '', 'training_tales3', 0, '', 'inherit', 'closed', 'closed', '', 'training_tales3', '', '', '2010-05-27 08:38:12', '2010-05-27 13:38:12', '', 1474, 'http://aazk.org/wp-content/uploads/training_tales3.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1151, 2, '2010-03-19 09:10:29', '2010-03-19 14:10:29', '', 'mom2010', 0, '', 'inherit', 'closed', 'closed', '', 'mom2010', '', '', '2010-03-19 09:10:29', '2010-03-19 14:10:29', '', 0, 'http://aazk.org/wp-content/uploads/mom2010.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1791, 2, '2010-10-28 16:28:25', '2010-10-28 21:28:25', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<!--more-->\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by<img class="alignright size-full wp-image-1768" title="pbi_leadership_camp11" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_leadership_camp11.jpg" alt="pbi_leadership_camp11" width="247" height="378" /> Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.\r\n\r\n<a href="http://campaign.r20.constantcontact.com/render?llr=kkcxmrdab&amp;v=001Msfh5C4b-aeFh2IiqMjGHJoJfQHI1Y5J8aCz9C_Xl04vgMHlaztDS6BWRlS4may8eQhoEtyd_8A-CaAHNNaVZkl7ZZbK6D4PHoNxykJ7iF1fyZ6alSCdPJlhRdqw92CdcUsM4Ar-As_e0iNUN2z43Q%3D%3D">PBI October 2010 newsletter.</a>\r\n\r\nFor more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<em>\r\n</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for <img class="alignleft size-medium wp-image-1649" title="marissa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/marissa1-251x300.jpg" alt="marissa1" width="176" height="210" />conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="alignnone size-full wp-image-1647" title="nc_group2" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group2.jpg" alt="nc_group2" width="467" height="393" /><img class="alignnone size-full wp-image-1656" title="bagbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/bagbear.jpg" alt="bagbear" width="479" height="396" />\r\n\r\n<img class="aligncenter size-full wp-image-1654" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" />\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition.<img class="alignright size-full wp-image-1661" title="brookfield" src="http://aecetia.net/gws/aazk/wp-content/uploads/brookfield.jpg" alt="brookfield" width="357" height="535" /> But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\n<img class="size-medium wp-image-1658 alignleft" title="christy" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy-270x300.jpg" alt="christy" width="216" height="240" />This year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-10-28 16:28:25', '2010-10-28 21:28:25', '', 1589, 'http://aazk.org/uncategorized/1589-revision-70/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1790, 2, '2010-10-18 19:38:29', '2010-10-19 00:38:29', '<h3><img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" alt="pdc_color_logo" width="155" height="300" /></h3>\r\n<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-1260" title="melaina" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina-150x150.jpg" alt="melaina" width="150" height="150" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>\r\n<h3>Purpose</h3>\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership  and educational opportunities for all National AAZK members.\r\n\r\n<strong>2010</strong>\r\nThis past year the Professional Development Committee put together a rotating exhibit workshop for the 2010 national conference held in Philadelphia, PA. Links to the Powerpoints® from that workshop are below.\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge.pdf">Predator Ridge: Denver Zoo</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/big_cat_falls.pdf">Big Cat Falls: Philadelphia Zoo</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/asian_forest.pdf">Asian Forest Sanctuary: Point Defiance Zoo and Aquarium</a>\r\n\r\n<strong>The Future</strong>\r\nWe are currently working with the conference committee at Philadelphia AAZK to finalize the workshops for the 2011 National Conference in San Diego.  We continue to search out experts to bring conference delegates the most current technologies and innovations in animal care. The Professional Development Committee is also working with the Board of Directors and members of the Association of Zoos and Aquariums on a keeper certification process.\r\n\r\n<strong>Want to Help?</strong>\r\nThe Professional Development Committee is currently seeking new members!  We want to continue to provide to the highest quality workshops possible and we need your help!  If you are interested in joining the Professional Development team please contact Melaina Wallace at <a href="mailto:melaina.g.wallace@aecetia.net/gws/aazk">Melaina.G.Wallace@aecetia.net/gws/aazk</a>.\r\n<strong>\r\n2010 Professional Development Committee Members</strong>\r\n\r\nMelaina Wallace – Chair\r\nDisney’s Animal Kingdom\r\n\r\nBob Cisneros- Liaison to Board\r\nSan Diego Zoo\r\n\r\nKelly Wilson\r\nDetroit Zoo\r\n\r\nVictor Alm\r\nOakland Zoo\r\n\r\nBandy Hicks\r\nBoat Club Road Animal Hospital Whitetail Veterinary Services\r\n\r\nLeanne Blinco\r\nDisney’s Animal Kingdom\r\n\r\nMike Murray\r\nDenver Zoo\r\n\r\nAaron Jesue\r\nNorth Carolina Zoo\r\n\r\nAmanda Hall\r\nScovill Zoo\r\n\r\nEunice Hui\r\nCoyote Point Museum\r\n\r\nDawn Sohr\r\nBrookfield Zoo\r\n\r\nAndrew Rowan\r\nDenver Zoo\r\n\r\nEllen Vossekuil\r\nUtah\'s Hogle Zoo', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2010-10-18 19:38:29', '2010-10-19 00:38:29', '', 178, 'http://aazk.org/uncategorized/178-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1157, 2, '2010-03-26 07:23:52', '2010-03-26 12:23:52', '', 'philly_logo', 0, '', 'inherit', 'closed', 'closed', '', 'philly_logo', '', '', '2010-03-26 07:23:52', '2010-03-26 12:23:52', '', 0, 'http://aazk.org/wp-content/uploads/philly_logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1161, 2, '2010-04-01 08:05:25', '2010-04-01 13:05:25', '2010 AAZK Conference Notice/Information for Contributors\r\nAbout the Cover\r\nFrom the President/From the AKF Editor\r\nLearning to Walk Again: Paralysis in an African Penguin\r\nDevelopment of an Aviary Training Program: Enhancing the Daily Management of Zoo Atlanta’s Bird Collection\r\nHand-Rearing Caribbean &amp; Chilean Flamingo Chicks at the Birmingham Zoo\r\nBreeding Cinereous Vultures at the Milwaukee County Zoo\r\nThe Use of Vocal Playback as a Tool for Breeding in Captive Birds - Collaborators Sought\r\nAvian Rearing Resource Website\r\nDesigning a Keeper and Bird-Friendly Enrichment Program\r\nSuccessfully Raising Parent-reared Chicks from Elegant-crested Tinamou\r\nRatite Behavioral Husbandry at the Philadelphia Zoo\r\nFrogmouth Management at Sea World Orlando and Discovery Cove\r\nIncubation and Hand-rearing of a Greater Rhea at the Great Plains Zoo\r\nFirst Time Breeding of Captive Sulawesi Knobbed Hornbills at St. Augustine Alligator Farm Zoological Park\r\nArtificially Inseminating White-naped Cranes\r\nEnrichment and Training...It’s For the Birds\r\nJess Free\r\nGreater Flamingo with Capture Myopathy: Specialized Care and Husbandry\r\nSuccessful Rearing of an African Sacred Ibis Chick at the Toronto Zoo\r\nFeather Facts\r\nSemen Collection on Rockhopper and Gentoo Penguins at the Indianapolis Zoo\r\nSetting Up a Picture Perfect Success\r\nSupplemental Feedings to Aid a Parent-reared African Pygmy Falcon Chick\r\nBreeding White-crested Laughing Thrush at the Birmingham Zoo\r\nTypes of Feathers\r\nThe Management and Breeding Program for Roseate Spoonbills at\r\nthe Palm Beach Zoo at Dreher Park\r\nFeather Types - Did You Know?\r\nPuppets: Construction and Use for the Hand-rearing of Birds\r\nRaising Red-Vented Bulbuls in Tropic World Asia Bird Holding\r\nSessions for All Seasons: Lappet-faced Vulture Training\r\nAvian Trivia\r\nSuccessfully Managing a Mixed-Species Free-Flight Aviary\r\nBook Review (On the Wings of Cranes)\r\nAvian Websites to Check Out\r\nAfrican Penguin (Photo)', 'April/May 2010 - Dedicated Issue on Avian Husbandry', 0, '', 'draft', 'closed', 'closed', '', 'aprilmay-2010-table-of-contents-dedicated-issue-on-avian-husbandry', '', '', '2013-10-15 17:49:22', '2013-10-15 22:49:22', '', 0, 'http://aazk.org/?p=1161', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1162, 2, '2010-04-01 08:00:04', '2010-04-01 13:00:04', '2010 AAZK Conference Notice/Information for Contributors\nAbout the Cover\nFrom the President/From the AKF Editor\nLearning to Walk Again: Paralysis in an African Penguin\nDevelopment of an Aviary Training Program: Enhancing the Daily Management\nof Zoo Atlanta’s Bird Collection\nHand-Rearing Caribbean &amp; Chilean Flamingo Chicks at the Birmingham ZooBreeding Cinereous Vultures at the Milwaukee County Zoo\nThe Use of Vocal Playback as a Tool for Breeding in Captive Birds - Collaborators Sought\nAvian Rearing Resource Website\nDesigning a Keeper and Bird-Friendly Enrichment Program\nSuccessfully Raising Parent-reared Chicks from Elegant-crested Tinamou\nRatite Behavioral Husbandry at the Philadelphia Zoo\nFrogmouth Management at Sea World Orlando and Discovery Cove\nIncubation and Hand-rearing of a Greater Rhea at the Great Plains Zoo\nFirst Time Breeding of Captive Sulawesi Knobbed Hornbills\nat St. Augustine Alligator Farm Zoological Park\nArtificially Inseminating White-naped Cranes\nEnrichment and Training...It’s For the Birds\nJess Free\nGreater Flamingo with Capture Myopathy: Specialized Care and Husbandry\nSuccessful Rearing of an African Sacred Ibis Chick at the Toronto Zoo\nFeather Facts\nSemen Collection on Rockhopper and Gentoo Penguins at the Indianapolis Zoo\nSetting Up a Picture Perfect Success\nSupplemental Feedings to Aid a Parent-reared African Pygmy Falcon Chick\nBreeding White-crested Laughing Thrush at the Birmingham Zoo\nTypes of Feathers\nThe Management and Breeding Program for Roseate Spoonbills at\nthe Palm Beach Zoo at Dreher Park\nFeather Types - Did You Know?\nPuppets: Construction and Use for the Hand-rearing of Birds\nRaising Red-Vented Bulbuls in Tropic World Asia Bird Holding\nSessions for All Seasons: Lappet-faced Vulture Training\nAvian Trivia\nSuccessfully Managing a Mixed-Species Free-Flight Aviary\nBook Review (On the Wings of Cranes)\nAvian Websites to Check Out\nAfrican Penguin (Photo)♠', 'April/May 2010 Table of Contents - Dedicated Issue on Avian Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '1161-revision', '', '', '2010-04-01 08:00:04', '2010-04-01 13:00:04', '', 1161, 'http://aazk.org/uncategorized/1161-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1163, 2, '2010-04-01 08:00:14', '2010-04-01 13:00:14', '2010 AAZK Conference Notice/Information for Contributors\r\nAbout the Cover\r\nFrom the President/From the AKF Editor\r\nLearning to Walk Again: Paralysis in an African Penguin\r\nDevelopment of an Aviary Training Program: Enhancing the Daily Management\r\nof Zoo Atlanta’s Bird Collection\r\nHand-Rearing Caribbean &amp; Chilean Flamingo Chicks at the Birmingham ZooBreeding Cinereous Vultures at the Milwaukee County Zoo\r\nThe Use of Vocal Playback as a Tool for Breeding in Captive Birds - Collaborators Sought\r\nAvian Rearing Resource Website\r\nDesigning a Keeper and Bird-Friendly Enrichment Program\r\nSuccessfully Raising Parent-reared Chicks from Elegant-crested Tinamou\r\nRatite Behavioral Husbandry at the Philadelphia Zoo\r\nFrogmouth Management at Sea World Orlando and Discovery Cove\r\nIncubation and Hand-rearing of a Greater Rhea at the Great Plains Zoo\r\nFirst Time Breeding of Captive Sulawesi Knobbed Hornbills\r\nat St. Augustine Alligator Farm Zoological Park\r\nArtificially Inseminating White-naped Cranes\r\nEnrichment and Training...It’s For the Birds\r\nJess Free\r\nGreater Flamingo with Capture Myopathy: Specialized Care and Husbandry\r\nSuccessful Rearing of an African Sacred Ibis Chick at the Toronto Zoo\r\nFeather Facts\r\nSemen Collection on Rockhopper and Gentoo Penguins at the Indianapolis Zoo\r\nSetting Up a Picture Perfect Success\r\nSupplemental Feedings to Aid a Parent-reared African Pygmy Falcon Chick\r\nBreeding White-crested Laughing Thrush at the Birmingham Zoo\r\nTypes of Feathers\r\nThe Management and Breeding Program for Roseate Spoonbills at\r\nthe Palm Beach Zoo at Dreher Park\r\nFeather Types - Did You Know?\r\nPuppets: Construction and Use for the Hand-rearing of Birds\r\nRaising Red-Vented Bulbuls in Tropic World Asia Bird Holding\r\nSessions for All Seasons: Lappet-faced Vulture Training\r\nAvian Trivia\r\nSuccessfully Managing a Mixed-Species Free-Flight Aviary\r\nBook Review (On the Wings of Cranes)\r\nAvian Websites to Check Out\r\nAfrican Penguin (Photo)♠', 'April/May 2010 Table of Contents - Dedicated Issue on Avian Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '1161-revision-2', '', '', '2010-04-01 08:00:14', '2010-04-01 13:00:14', '', 1161, 'http://aazk.org/uncategorized/1161-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1164, 2, '2010-04-01 08:01:28', '2010-04-01 13:01:28', '2010 AAZK Conference Notice/Information for Contributors\r\nAbout the Cover\r\nFrom the President/From the AKF Editor\r\nLearning to Walk Again: Paralysis in an African Penguin\r\nDevelopment of an Aviary Training Program: Enhancing the Daily Management of Zoo Atlanta’s Bird Collection\r\n\r\nHand-Rearing Caribbean &amp; Chilean Flamingo Chicks at the Birmingham Zoo\r\n\r\nBreeding Cinereous Vultures at the Milwaukee County Zoo\r\nThe Use of Vocal Playback as a Tool for Breeding in Captive Birds - Collaborators Sought\r\nAvian Rearing Resource Website\r\nDesigning a Keeper and Bird-Friendly Enrichment Program\r\nSuccessfully Raising Parent-reared Chicks from Elegant-crested Tinamou\r\nRatite Behavioral Husbandry at the Philadelphia Zoo\r\nFrogmouth Management at Sea World Orlando and Discovery Cove\r\nIncubation and Hand-rearing of a Greater Rhea at the Great Plains Zoo\r\nFirst Time Breeding of Captive Sulawesi Knobbed Hornbills at St. Augustine Alligator Farm Zoological Park\r\nArtificially Inseminating White-naped Cranes\r\nEnrichment and Training...It’s For the Birds\r\nJess Free\r\nGreater Flamingo with Capture Myopathy: Specialized Care and Husbandry\r\nSuccessful Rearing of an African Sacred Ibis Chick at the Toronto Zoo\r\nFeather Facts\r\nSemen Collection on Rockhopper and Gentoo Penguins at the Indianapolis Zoo\r\nSetting Up a Picture Perfect Success\r\nSupplemental Feedings to Aid a Parent-reared African Pygmy Falcon Chick\r\nBreeding White-crested Laughing Thrush at the Birmingham Zoo\r\nTypes of Feathers\r\nThe Management and Breeding Program for Roseate Spoonbills at\r\nthe Palm Beach Zoo at Dreher Park\r\nFeather Types - Did You Know?\r\nPuppets: Construction and Use for the Hand-rearing of Birds\r\nRaising Red-Vented Bulbuls in Tropic World Asia Bird Holding\r\nSessions for All Seasons: Lappet-faced Vulture Training\r\nAvian Trivia\r\nSuccessfully Managing a Mixed-Species Free-Flight Aviary\r\nBook Review (On the Wings of Cranes)\r\nAvian Websites to Check Out\r\nAfrican Penguin (Photo)', 'April/May 2010 Table of Contents - Dedicated Issue on Avian Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '1161-revision-3', '', '', '2010-04-01 08:01:28', '2010-04-01 13:01:28', '', 1161, 'http://aazk.org/uncategorized/1161-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1166, 2, '2010-04-01 08:04:15', '2010-04-01 13:04:15', '2010 AAZK Conference Notice/Information for Contributors\r\nAbout the Cover\r\nFrom the President/From the AKF Editor\r\nLearning to Walk Again: Paralysis in an African Penguin\r\nDevelopment of an Aviary Training Program: Enhancing the Daily Management of Zoo Atlanta’s Bird Collection\r\nHand-Rearing Caribbean &amp; Chilean Flamingo Chicks at the Birmingham Zoo\r\nBreeding Cinereous Vultures at the Milwaukee County Zoo\r\nThe Use of Vocal Playback as a Tool for Breeding in Captive Birds - Collaborators Sought\r\nAvian Rearing Resource Website\r\nDesigning a Keeper and Bird-Friendly Enrichment Program\r\nSuccessfully Raising Parent-reared Chicks from Elegant-crested Tinamou\r\nRatite Behavioral Husbandry at the Philadelphia Zoo\r\nFrogmouth Management at Sea World Orlando and Discovery Cove\r\nIncubation and Hand-rearing of a Greater Rhea at the Great Plains Zoo\r\nFirst Time Breeding of Captive Sulawesi Knobbed Hornbills at St. Augustine Alligator Farm Zoological Park\r\nArtificially Inseminating White-naped Cranes\r\nEnrichment and Training...It’s For the Birds\r\nJess Free\r\nGreater Flamingo with Capture Myopathy: Specialized Care and Husbandry\r\nSuccessful Rearing of an African Sacred Ibis Chick at the Toronto Zoo\r\nFeather Facts\r\nSemen Collection on Rockhopper and Gentoo Penguins at the Indianapolis Zoo\r\nSetting Up a Picture Perfect Success\r\nSupplemental Feedings to Aid a Parent-reared African Pygmy Falcon Chick\r\nBreeding White-crested Laughing Thrush at the Birmingham Zoo\r\nTypes of Feathers\r\nThe Management and Breeding Program for Roseate Spoonbills at\r\nthe Palm Beach Zoo at Dreher Park\r\nFeather Types - Did You Know?\r\nPuppets: Construction and Use for the Hand-rearing of Birds\r\nRaising Red-Vented Bulbuls in Tropic World Asia Bird Holding\r\nSessions for All Seasons: Lappet-faced Vulture Training\r\nAvian Trivia\r\nSuccessfully Managing a Mixed-Species Free-Flight Aviary\r\nBook Review (On the Wings of Cranes)\r\nAvian Websites to Check Out\r\nAfrican Penguin (Photo)', 'April/May 2010 Table of Contents - Dedicated Issue on Avian Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '1161-revision-5', '', '', '2010-04-01 08:04:15', '2010-04-01 13:04:15', '', 1161, 'http://aazk.org/uncategorized/1161-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1165, 2, '2010-04-01 08:02:56', '2010-04-01 13:02:56', '<pre>2010 AAZK Conference Notice/Information for Contributors\r\nAbout the Cover\r\nFrom the President/From the AKF Editor\r\nLearning to Walk Again: Paralysis in an African Penguin</pre>\r\n<pre>Development of an Aviary Training Program: Enhancing the Daily Management of Zoo Atlanta’s Bird Collection\r\nHand-Rearing Caribbean &amp; Chilean Flamingo Chicks at the Birmingham Zoo</pre>\r\n<pre>Breeding Cinereous Vultures at the Milwaukee County Zoo\r\nThe Use of Vocal Playback as a Tool for Breeding in Captive Birds - Collaborators Sought\r\nAvian Rearing Resource Website\r\nDesigning a Keeper and Bird-Friendly Enrichment Program\r\nSuccessfully Raising Parent-reared Chicks from Elegant-crested Tinamou\r\nRatite Behavioral Husbandry at the Philadelphia Zoo\r\nFrogmouth Management at Sea World Orlando and Discovery Cove\r\nIncubation and Hand-rearing of a Greater Rhea at the Great Plains Zoo\r\nFirst Time Breeding of Captive Sulawesi Knobbed Hornbills at St. Augustine Alligator Farm Zoological Park\r\nArtificially Inseminating White-naped Cranes\r\nEnrichment and Training...It’s For the Birds\r\nJess Free\r\nGreater Flamingo with Capture Myopathy: Specialized Care and Husbandry\r\nSuccessful Rearing of an African Sacred Ibis Chick at the Toronto Zoo\r\nFeather Facts\r\nSemen Collection on Rockhopper and Gentoo Penguins at the Indianapolis Zoo\r\nSetting Up a Picture Perfect Success\r\nSupplemental Feedings to Aid a Parent-reared African Pygmy Falcon Chick\r\nBreeding White-crested Laughing Thrush at the Birmingham Zoo\r\nTypes of Feathers\r\nThe Management and Breeding Program for Roseate Spoonbills at\r\nthe Palm Beach Zoo at Dreher Park\r\nFeather Types - Did You Know?\r\nPuppets: Construction and Use for the Hand-rearing of Birds\r\nRaising Red-Vented Bulbuls in Tropic World Asia Bird Holding\r\nSessions for All Seasons: Lappet-faced Vulture Training\r\nAvian Trivia\r\nSuccessfully Managing a Mixed-Species Free-Flight Aviary\r\nBook Review (On the Wings of Cranes)\r\nAvian Websites to Check Out\r\nAfrican Penguin (Photo)</pre>', 'April/May 2010 Table of Contents - Dedicated Issue on Avian Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '1161-revision-4', '', '', '2010-04-01 08:02:56', '2010-04-01 13:02:56', '', 1161, 'http://aazk.org/uncategorized/1161-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1167, 2, '2010-04-01 08:05:25', '2010-04-01 13:05:25', '2010 AAZK Conference Notice/Information for Contributors\r\nAbout the Cover\r\nFrom the President/From the AKF Editor\r\nLearning to Walk Again: Paralysis in an African Penguin\r\nDevelopment of an Aviary Training Program: Enhancing the Daily Management of Zoo Atlanta’s Bird Collection\r\nHand-Rearing Caribbean &amp; Chilean Flamingo Chicks at the Birmingham Zoo\r\nBreeding Cinereous Vultures at the Milwaukee County Zoo\r\nThe Use of Vocal Playback as a Tool for Breeding in Captive Birds - Collaborators Sought\r\nAvian Rearing Resource Website\r\nDesigning a Keeper and Bird-Friendly Enrichment Program\r\nSuccessfully Raising Parent-reared Chicks from Elegant-crested Tinamou\r\nRatite Behavioral Husbandry at the Philadelphia Zoo\r\nFrogmouth Management at Sea World Orlando and Discovery Cove\r\nIncubation and Hand-rearing of a Greater Rhea at the Great Plains Zoo\r\nFirst Time Breeding of Captive Sulawesi Knobbed Hornbills at St. Augustine Alligator Farm Zoological Park\r\nArtificially Inseminating White-naped Cranes\r\nEnrichment and Training...It’s For the Birds\r\nJess Free\r\nGreater Flamingo with Capture Myopathy: Specialized Care and Husbandry\r\nSuccessful Rearing of an African Sacred Ibis Chick at the Toronto Zoo\r\nFeather Facts\r\nSemen Collection on Rockhopper and Gentoo Penguins at the Indianapolis Zoo\r\nSetting Up a Picture Perfect Success\r\nSupplemental Feedings to Aid a Parent-reared African Pygmy Falcon Chick\r\nBreeding White-crested Laughing Thrush at the Birmingham Zoo\r\nTypes of Feathers\r\nThe Management and Breeding Program for Roseate Spoonbills at\r\nthe Palm Beach Zoo at Dreher Park\r\nFeather Types - Did You Know?\r\nPuppets: Construction and Use for the Hand-rearing of Birds\r\nRaising Red-Vented Bulbuls in Tropic World Asia Bird Holding\r\nSessions for All Seasons: Lappet-faced Vulture Training\r\nAvian Trivia\r\nSuccessfully Managing a Mixed-Species Free-Flight Aviary\r\nBook Review (On the Wings of Cranes)\r\nAvian Websites to Check Out\r\nAfrican Penguin (Photo)', 'April/May 2010 Table of Contents - Dedicated Issue on Avian Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '1161-revision-6', '', '', '2010-04-01 08:05:25', '2010-04-01 13:05:25', '', 1161, 'http://aazk.org/uncategorized/1161-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1168, 2, '2010-04-01 08:13:36', '2010-04-01 13:13:36', '<em>By Wendy Lenhart, Bird Keeper and Ellen Bartuska, Mammal Keeper\r\nThe Philadelphia Zoo, Philadelphia, PA</em>\r\n\r\nRatites can pose a challenge to animal care professionals due to their large size. While these animals can be restrained and sedated for routine veterinary procedures, voluntary cooperation for these husbandry practices has enduring health benefits. Building positive relationships with collection animals allows short or long-term medications to be administered with high success rates and desensitizes the birds to keeper presence so that necessary exhibit maintenance does not induce stress. At the Philadelphia Zoo, keepers have used training for the husbandry of an elderly female Emu (Dromaius novaehollandiae) and a pair of female Ostrich (Struthio camelus) with great success.\r\n\r\nIn the winter of 2007, a 23-year-old female emu, “Mrs. Emu” at the Philadelphia Zoo exhibited a limp that was causing her to stumble and get abrasions on her left foot. Staff suspected arthritis was causing the discomfort and anti-inflammatory medication was prescribed. The Emu quickly began hand-feeding favored food items like apple chunks and ratite pellets from a bowl held by the keeper.  Medication was successfully disguised in this food and delivered to the bird in this manner. Additionally, keepers were able to take advantage of their good relationship with the bird to administer a warm compress to the irritated area on her left leg. Once weather conditions warmed in the spring, keepers started targeting her to approach from across the yard for shifting purposes. The cue was a vocal “come here” and she was rewarded by grabbing an apple chunk from the keeper’s flattened hand. After each training session, Mrs. Emu was given the bulk of her ratite pellets as a “jackpot’ reward. Often this was given when she needed to shift indoors overnight.\r\n\r\n<img class="alignnone size-medium wp-image-1169" title="emu_xray" src="http://aecetia.net/gws/aazk/wp-content/uploads/emu_xray-300x248.jpg" alt="emu_xray" width="300" height="248" />\r\n\r\n<strong>“Mrs. Emu” stations for a voluntary x-ray</strong> <em>(Photo by Amy Ivins)</em>\r\n\r\nThough the Emu was being treated successfully with oral medication for her arthritis, keeper staff and veterinary staff wanted to x-ray the affected area of her leg. Because of her large size and advanced age, it was not feasible to move the bird to the animal hospital for the procedure. The plan was instead to train the bird to walk up a ramp to elevate her feet off the ground and snap images with a portable x-ray machine. The ramp used was 36”x 36”x 8” [.914m x .914m x .20m]  with a 45° incline. The bird was desensitized to the ramp by first placing her food bowl on it as though it was a feeding station. Eventually keepers baited her to walk up it until she would wait at the top before receiving a food reward. Her food reward was modified to an entire bowl of ratite pellets and chunks of apple to keep her distracted during the entire procedure. This training took several weeks to complete and was embedded into her daily routine. Additionally, training sessions were done with the keeper wearing an x-ray apron and holding an x-ray plate to desensitize the animal to these objects. The x-ray plate was fastened to a broom handle so that it could be positioned from a safe distance (see photo).\r\n\r\nThe first attempt to do the voluntary x-ray procedure with veterinary staff was only partially successful because the bird became nervous and wary of the x-ray machine and the length of time it was taking for set-up. However, she did step……..\r\n\r\n<strong>Want to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'Ratite Behavioral Husbandry at the Philadelphia Zoo', 0, '', 'draft', 'closed', 'closed', '', 'ratite-behavioral-husbandry-at-the-philadelphia-zoo', '', '', '2013-10-15 17:49:22', '2013-10-15 22:49:22', '', 0, 'http://aazk.org/?p=1168', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1169, 2, '2010-04-01 08:11:33', '2010-04-01 13:11:33', 'OLYMPUS DIGITAL CAMERA', 'emu_xray', 0, '', 'inherit', 'closed', 'closed', '', 'emu_xray', '', '', '2010-04-01 08:11:33', '2010-04-01 13:11:33', '', 1168, 'http://aazk.org/wp-content/uploads/emu_xray.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1170, 2, '2010-04-01 08:13:01', '2010-04-01 13:13:01', '<em>By Wendy Lenhart, Bird Keeper and Ellen Bartuska, Mammal Keeper\nThe Philadelphia Zoo, Philadelphia, PA</em>\n\nRatites can pose a challenge to animal care professionals due to their large size. While these animals can be restrained and sedated for routine veterinary procedures, voluntary cooperation for these husbandry practices has enduring health benefits. Building positive relationships with collection animals allows short or long-term medications to be administered with high success rates and desensitizes the birds to keeper presence so that necessary exhibit maintenance does not induce stress. At the Philadelphia Zoo, keepers have used training for the husbandry of an elderly female Emu (Dromaius novaehollandiae) and a pair of female Ostrich (Struthio camelus) with great success.\n\nIn the winter of 2007, a 23-year-old female emu, “Mrs. Emu” at the Philadelphia Zoo exhibited a limp that was causing her to stumble and get abrasions on her left foot. Staff suspected arthritis was causing the discomfort and anti-inflammatory medication was prescribed. The Emu quickly began hand-feeding favored food items like apple chunks and ratite pellets from a bowl held by the keeper.  Medication was successfully disguised in this food and delivered to the bird in this manner. Additionally, keepers were able to take advantage of their good relationship with the bird to administer a warm compress to the irritated area on her left leg. Once weather conditions warmed in the spring, keepers started targeting her to approach from across the yard for shifting purposes. The cue was a vocal “come here” and she was rewarded by grabbing an apple chunk from the keeper’s flattened hand. After each training session, Mrs. Emu was given the bulk of her ratite pellets as a “jackpot’ reward. Often this was given when she needed to shift indoors overnight.\n\n<img class="alignnone size-medium wp-image-1169" title="emu_xray" src="http://aecetia.net/gws/aazk/wp-content/uploads/emu_xray-300x248.jpg" alt="emu_xray" width="300" height="248" />\n\n<strong>“Mrs. Emu” stations for a voluntary x-ray</strong> <em>(Photo by Amy Ivins)</em>\n\nThough the Emu was being treated successfully with oral medication for her arthritis, keeper staff and veterinary staff wanted to x-ray the affected area of her leg. Because of her large size and advanced age, it was not feasible to move the bird to the animal hospital for the procedure. The plan was instead to train the bird to walk up a ramp to elevate her feet off the ground and snap images with a portable x-ray machine. The ramp used was 36”x 36”x 8” [.914m x .914m x .20m]  with a 45° incline. The bird was desensitized to the ramp by first placing her food bowl on it as though it was a feeding station. Eventually keepers baited her to walk up it until she would wait at the top before receiving a food reward. Her food reward was modified to an entire bowl of ratite pellets and chunks of apple to keep her distracted during the entire procedure. This training took several weeks to complete and was embedded into her daily routine. Additionally, training sessions were done with the keeper wearing an x-ray apron and holding an x-ray plate to desensitize the animal to these objects. The x-ray plate was fastened to a broom handle so that it could be positioned from a safe distance (see photo).\n\nThe first attempt to do the voluntary x-ray procedure with veterinary staff was only partially successful because the bird became nervous and wary of the x-ray machine and the length of time it was taking for set-up. However, she did step……..\n\n<strong>Want to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. JOIN NOW! </strong>', 'Ratite Behavioral Husbandry at the Philadelphia Zoo', 0, '', 'inherit', 'closed', 'closed', '', '1168-revision', '', '', '2010-04-01 08:13:01', '2010-04-01 13:13:01', '', 1168, 'http://aazk.org/uncategorized/1168-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1171, 2, '2010-04-01 08:13:19', '2010-04-01 13:13:19', '<em>By Wendy Lenhart, Bird Keeper and Ellen Bartuska, Mammal Keeper\r\nThe Philadelphia Zoo, Philadelphia, PA</em>\r\n\r\nRatites can pose a challenge to animal care professionals due to their large size. While these animals can be restrained and sedated for routine veterinary procedures, voluntary cooperation for these husbandry practices has enduring health benefits. Building positive relationships with collection animals allows short or long-term medications to be administered with high success rates and desensitizes the birds to keeper presence so that necessary exhibit maintenance does not induce stress. At the Philadelphia Zoo, keepers have used training for the husbandry of an elderly female Emu (Dromaius novaehollandiae) and a pair of female Ostrich (Struthio camelus) with great success.\r\n\r\nIn the winter of 2007, a 23-year-old female emu, “Mrs. Emu” at the Philadelphia Zoo exhibited a limp that was causing her to stumble and get abrasions on her left foot. Staff suspected arthritis was causing the discomfort and anti-inflammatory medication was prescribed. The Emu quickly began hand-feeding favored food items like apple chunks and ratite pellets from a bowl held by the keeper.  Medication was successfully disguised in this food and delivered to the bird in this manner. Additionally, keepers were able to take advantage of their good relationship with the bird to administer a warm compress to the irritated area on her left leg. Once weather conditions warmed in the spring, keepers started targeting her to approach from across the yard for shifting purposes. The cue was a vocal “come here” and she was rewarded by grabbing an apple chunk from the keeper’s flattened hand. After each training session, Mrs. Emu was given the bulk of her ratite pellets as a “jackpot’ reward. Often this was given when she needed to shift indoors overnight.\r\n\r\n<img class="alignnone size-medium wp-image-1169" title="emu_xray" src="http://aecetia.net/gws/aazk/wp-content/uploads/emu_xray-300x248.jpg" alt="emu_xray" width="300" height="248" />\r\n\r\n<strong>“Mrs. Emu” stations for a voluntary x-ray</strong> <em>(Photo by Amy Ivins)</em>\r\n\r\nThough the Emu was being treated successfully with oral medication for her arthritis, keeper staff and veterinary staff wanted to x-ray the affected area of her leg. Because of her large size and advanced age, it was not feasible to move the bird to the animal hospital for the procedure. The plan was instead to train the bird to walk up a ramp to elevate her feet off the ground and snap images with a portable x-ray machine. The ramp used was 36”x 36”x 8” [.914m x .914m x .20m]  with a 45° incline. The bird was desensitized to the ramp by first placing her food bowl on it as though it was a feeding station. Eventually keepers baited her to walk up it until she would wait at the top before receiving a food reward. Her food reward was modified to an entire bowl of ratite pellets and chunks of apple to keep her distracted during the entire procedure. This training took several weeks to complete and was embedded into her daily routine. Additionally, training sessions were done with the keeper wearing an x-ray apron and holding an x-ray plate to desensitize the animal to these objects. The x-ray plate was fastened to a broom handle so that it could be positioned from a safe distance (see photo).\r\n\r\nThe first attempt to do the voluntary x-ray procedure with veterinary staff was only partially successful because the bird became nervous and wary of the x-ray machine and the length of time it was taking for set-up. However, she did step……..\r\n\r\n<strong>Want to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'Ratite Behavioral Husbandry at the Philadelphia Zoo', 0, '', 'inherit', 'closed', 'closed', '', '1168-revision-2', '', '', '2010-04-01 08:13:19', '2010-04-01 13:13:19', '', 1168, 'http://aazk.org/uncategorized/1168-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1172, 2, '2010-03-18 07:24:57', '2010-03-18 12:24:57', '<strong>April 15 –18, 2010</strong> - <strong><em>4th Otter Keeper Workshop</em></strong> -  the Cincinnati Zoo in Cincinnati, Ohio will host.  This year the focus of the workshop will be expanded to include all of the otters managed under the Otter SSP® ­­ North American river otters, Asian small-clawed otters, African clawless, African spot-necked and giant otters.  Keepers working with any of the species are welcome to attend.  Topics will include:  captive  management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, lots of sharing of information between keepers.\r\n\r\nRegistration will be $75 and the deadline is December 15, 2009.  Spots fill up fast so please register early.  A waiting list will be maintained once the workshop is filled.  Due to the popularity of the workshop, priority will be given to first time attendees.  Please just one registrant per institution.  <strong>No refunds after January 15, 2010.</strong>\r\nAccommodations:   A hotel near the Cincinnati Zoo or the Newport Aquarium. Room negotiations are ongoing.  Roommates are encouraged. You will be matched if you indicate that you wish to have a roommate.\r\nInformation can be found on:  <a href="http://www.OtterSpotter.com">www.OtterSpotter.com</a>\r\nFor more information contact: David Hamilton at Seneca Park Zoo, 2222 St. Paul St., Rochester, NY 14617; phone: 585-336-2502; 585-266-5775 fax\r\n<a href="mailto:dhamilton@monroecounty.gov">dhamilton@monroecounty.gov </a>\r\n\r\n<strong>April 25-30, 2010 </strong>- <em><strong>Animal Behavior Management Alliance (ABMA) Annual Conference</strong></em> - In Pittsburgh, PA. The theme of this 10th Anniversary Conference is “Defining a Decade: Animal Management - Past, Present, and Future”.\r\n\r\nConference programming includes: Dr. Vint Virga, a Veterinary Behaviorist as keynote speaker, formal presentations, numerous workshops and seminars, a poster session, and site visits to animal facilities.  All conference details can be found at <a href="http://www.theabma.org">www.theabma.org</a>.  The conference will be held at the Hilton Pittsburgh located in downtown Pittsburgh.  Mention that you are with the ABMA and receive a special room rate of $119/night Reservations must be made by March 23, 2010 at 412-391-4600.  Contact Nicole Begley at <a href="mailto:nicole.begley@aviary.org">nicole.begley@aviary.org</a> or 412-323-7235 ext 216 with questions.\r\n\r\n<strong>May 11-15, 2010</strong> - <strong><em>International Gorilla Workshop</em></strong> – 2010 - Oklahoma City Zoo is excited to host the 2010 International Gorilla Workshop. We hope you’ll join us for these informative sessions. Our keynote speakers who are confirmed are Dave Morgan and Charlene Jendry. We are in final confirmation stage to get Dr. Ilana Kutinsky here as our third keynote.  The Gorilla Workshop was created to promote and improve husbandry, management and conservation of gorillas. It is necessary to collaborate with colleagues to better provide for and understand gorillas in our care. The 2010 Gorilla Workshop will include a number of topics with an emphasis on multi-male and bachelor groups, as well as innovative and best practices in gorilla husbandry. The deadline for abstracts is 10 February 2010.\r\n\r\nAbstracts must contain the following:\r\n• Author’s name, affiliation, address, e-mail address and phone number\r\n• Title of paper\r\n• Concise description of paper not to exceed 500 words (single space)\r\n• On a separate page please provide a concise bio of the author/presenter\r\n\r\nSuggested Topics (1 full day will be devoted to each main topic): Innovations and best practices in gorilla husbandry: Retro-fitting existing cages; Innovations in exhibit and holding design to facilitate husbandry; Philosophy driven husbandry programs - What’s yours and why does it work for your facility?; How to promote mother-rearing; Surrogate programs;; Behavioral husbandry – What is working to promote innovations in gorilla management?; Multi-male and bachelor groups: Best practices – What’s working at your facility? What’s not and how can we learn from it?; Research Updates;  Complexities such as holding/exhibit design;  Introduction strategies; Management strategies; Field Work and Conservation: Ape Sanctuaries/Updates from the Field; Fundraisers to support in situ work; and In or Ex-situ conservation education programs.\r\n\r\nPlease send via e-mail or CD (in Word format) to: Laura Bottaro OR Donna Mobbs, OKC Zoo, 2101 NE 50th St.,, Okla. City, OK 73111        Emails: <a href="mailto:LBottaro@okczoo.com">LBottaro@okczoo.com</a> <a href="mailto:DMobbs@okczoo.com">DMobbs@okczoo.com</a>\r\n\r\nRegistration fees of $195 are due by 10 February 2010. A late fee of $30 will be assessed after 10 February. Ten dollars from each registration will be combined to benefit one or more in situ conservation project(s).   If you have other general question about the workshop, OKC, etc, please contact Brian Aucone, <a href="mailto:BrianA@okczoo.com">BrianA@okczoo.com</a>, 405-425-0283.\r\n\r\n<strong>August 30 - September 3, 2010</strong> - <strong><em>7th International Penguin Conference</em></strong> - in Boston, MA.  Hosted by The New England Aquarium.  For info email <a href="mailto:ipcboston@neaq.org">ipcboston@neaq.org</a>.\r\n<strong>\r\nSeptember 7-12, 2010 </strong>- <strong><em>National AZAD Conference</em></strong> Hosted by Brookfield Zoo, Brookfield, IL USA. Call for Papers--Share your ideas by presenting a paper addressing ways people can work to conserve our Earth and all the gifts it gives us - Abstracts must be submitted by January 15, 2010; Notification of Acceptance is February 15, 2010; Completed papers are due April 1, 2010.  Presentations should be 45 minutes in length, including 10 minutes for Q&amp;A.  Please email abstracts to <a href="mailto:AZAD2010info@gmail.com">AZAD2010info@gmail.com</a> with the subject line being “Abstract”.  Include name and contact info, title of paper, abstract, audio-visual equipment needed, your zoo/aquarium affiliation and AZAD membership category.\r\n\r\n<strong>September 27-30, 2010</strong> -<em> <strong>AZA Orangutan SSP® Workshop </strong></em>– at the Denver Zoo, Denver, CO. Theme:  “Conservation &amp; Husbandry Innovations for the New Decade” Climb Up to a Higher Branch at the 4th Annual Orangutan SSP® Husbandry Workshop! - Focused on the care and management of orangutans, the workshop will bring together orangutan caregivers and managers, researchers, and field biologists to share the most current information on husbandry, conservation, and emergent issues pertaining to captive and wild populations of orangutans. Workshop registration fee is $125. The workshop will be held in conjunction with the Orangutan SSP® Masterplan meetings which will take place on Sunday, September 26, 2010.  For additional information contact Ronda Schwetz at <a href="mailto:rschwetz@denverzoo.org">rschwetz@denverzoo.org</a>.   Online registration will be available soon at <a href="http://www.denverzoo.org">www.denverzoo.org</a>. Pre-Conference Trip to Cheyenne Mountain Zoo Sunday, September 26—more details soon!<strong>\r\n</strong>\r\n\r\n<strong>September 28-October 2, 2010</strong> -<strong><em> 20th International Zoo Educators’ (IZE) Biennial Conference</em></strong> - at Disney’s Animal Kingdom, Orlando, FL.  For more information, please visit <a href="http://www.izea.net">http://www.izea.net</a>.\r\n\r\n<strong>October 14-15, 2010</strong> - <em><strong>Passerine Workshop </strong></em>\r\nHosted by Zoo Atlanta, Atlanta, GA. The intent of this workshop is to increase knowledge for keepers/newer managers on basic husbandry, breeding, and daily management of various passerine species and sharing of information between institutions.\r\n\r\nPlease contact Sprina Liu, <a href="mailto:sliu@zooatlanta.org">sliu@zooatlanta.org</a>, for more information.\r\n\r\n<em><strong>Upcoming AAZK National Conferences</strong></em>\r\n\r\n2010 - Philadelphia, PA - August 22-26\r\n\r\n2011 - San Diego, CA - August 24-28\r\n\r\n2012 - Syracuse, NY - September 23-27\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at\r\n<a href="http://aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>\r\n\r\n<em><strong>Upcoming AZA National Conferences</strong></em>\r\n\r\nSeptember 11-16, 2010  - AZA 2010 Annual Conference - Hosted by Houston Zoo, Houston, TX.\r\n\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events March 2010', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2010-03-18 07:24:57', '2010-03-18 12:24:57', '', 435, 'http://aazk.org/uncategorized/435-revision-19/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1474, 2, '2010-05-27 08:43:57', '2010-05-27 13:43:57', '<em><strong>The AAZK Behavioral Husbandry Committee presents</strong></em>\r\n\r\n<img class="aligncenter size-full wp-image-1475" title="training_tales3" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales3.jpg" alt="training_tales3" width="476" height="102" />\r\n\r\n<em>Jay Pratte, Lead Keeper, Zoo Atlanta\r\nAAZK Behavioral Husbandry Committee Member\r\nBear Care Group Board of Directors</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\n<em>“…I approach every bear with the same two questions on my mind: Who are you?\r\nand What can I do for you?” – Else Poulsen, “Smiling Bears”.</em>\r\n\r\nBear caregivers know that these animals are clever, complex and sociable.  This combination of traits signifies a very real need for dynamic enrichment and operant conditioning (training) programs for captive bears.  Over the last few decades, advances in captive animal management and increased longevity have shaped a need for proactive, long-term husbandry guidelines.  Incorporating regular training into the routine of bears (or any animal for that matter) improves caregivers’ relationships with their charges, reduces the need for anesthetics, providing less invasive options for observation and treatment of potential medical and behavioral issues.\r\n\r\nSeveral years of presenting training workshops for animal caregivers, and more recently bear-specific workshops, have provided me with a clear and concise view of what tools are most frequently requested to manage shrewd, yet dangerous species like bears.  General husbandry techniques, such as shifting and cooperative feeding usually come first, but inevitably questions are raised on how to train for procedures such as voluntary injections or blood collection.  A complex and marginally invasive voluntary medical technique, blood collection is a challenging yet valuable management tool.  Obviously venipuncture is not the first step in a training program, but an attainable goal once a basic understanding of reinforcement and training expectations is established with each individual animal.\r\n\r\nWhy train bears for voluntary blood collection? A few excellent reasons are:\r\n• Improved care/husbandry; more flexibility in management\r\n• Routine or situational diagnostics\r\n• Medical care (e.g.:  vein access could provide opportunity for IV injections,\r\nadministering fluids in a compromised animal w/ out anesthesia)\r\n• Build trust between the animal and caregiver\r\n• Voluntary cooperation and decreased immobilizations\r\n\r\nUltimately voluntary venipuncture provides caregivers with one more management tool, while reinforcing each animal’s desire to cooperate with a consistent valued reward system.  It is easy to teach the association that a little pain = big gain.\r\n\r\n<strong>Know Your Bears</strong>\r\nHaving worked with all eight extant bear species, I have observed amazing differences between each group.  Some basic generalizations (from personal observation and discussions with other caregivers) can be made about the differing species.  For example, polar bears (Ursus maritimus) and grizzly bears (Ursus arctos horriblis) appear extremely focused and intense when engaged in training.  They spend most of their time on the ground, and while they are able to manipulate items with their paws, they are generally less adroit than most of their smaller, more arboreal cousins.  These are clearly very common sense remarks, but the natural history of each species plays heavily into a successful training program.  Trying to train a polar bear, with its enormous paws that are less finely tuned for climbing or grasping, to place a limb through a sleeve for blood draw training is very likely going to prove both frustrating and fruitless.  Assessing each animal’s natural history and personal preferences will allow a trainer to better judge various aspects of training, from choosing motivating rewards to appropriate positions for procedures.\r\n\r\nNatural and personal histories taken into consideration, the animal’s physical capabilities must be assessed in conjunction with the existing environment. Are there geriatric considerations?  Is the goal to draw from the forelimb, the neck, or a hind foot?  This is where looking around the environment with an open, creative mind comes into play.  Can maintenance crews cut training panels or holes that will not compromise human or animal safety?  Can a blood draw sleeve be constructed from readily available materials (Figure 1)?  Is there a low spot in a transfer area that a paw could slide under, or bars where a bear lying on its side could flop a hind foot through?  Existing squeeze/crate/chute facilities are extremely useful.  Can it be used in a non-restraining manner to aid positioning?  There is no one correct way to train a desired behavior, and any number of options (Cecil, Kezer, Pratte, 2003).  Flexibility in training is essential, as one specific method will not prove successful for every bear.\r\n\r\nPersonal observation and research to date lend support to three successful venipuncture sites:  the cephalic vein on the underside of the forelimb; the dorsal pedal (metatarsal) vein on the hind foot; the jugular vein on the neck (Figure 2).  These methods are not exclusive, as there are as many means of training as there are bears, trainers, and willing veterinarians or vet techs.  Based on the usable space in the environment and each bear’s natural and individual history, assess which of the three methods will work best.\r\n\r\n<img class="alignnone size-full wp-image-1476" title="panda_blood_sleeve" src="http://aecetia.net/gws/aazk/wp-content/uploads/panda_blood_sleeve.jpg" alt="panda_blood_sleeve" width="640" height="481" />\r\n\r\n<strong>Fig. 1:</strong> A giant panda trained to use a blood sleeve at Zoo Atlanta. <em>(photo by author)</em>\r\n\r\n<strong>The Plan</strong>\r\nIt is essential to involve managers and veterinary staff in the planning stages of training.  Managers absolutely need to buy in if they are expected to provide support, time and materials.  The veterinarian should describe preferences on animal positioning for maximum effectiveness and which tools they will require for the end goal.  This allows the trainer to obtain the tools early in the process for desensitization training (“The act of pairing a negative or aversive event, with positive reinforcement until the event loses its aversive quality.  The resulting behavior can be maintained through the use of positive reinforcement.” AAZK/AZA, 2003).  Veterinary staff also needs to agree to participate in training, to build their own positive and trusting relationship with the animals.  If the veterinarian’s presence elicits fear or anxious behavior, a voluntary draw will likely not occur.\r\n\r\nManagement and vet staff have approved the training plan.  The bear’s favoured rewards and individual limitations are known.  The environment is conducive to shaping the appropriate behaviors.  A basic training program should now be implemented if one is not already in place.  This step is vital, as the easiest road to successfully teaching an animal a new, complex behavior is by incorporating existing ones into the process.  Bears that already understand what to do with a target, or that reliably get rewards for shifting, will respond quickly to learning more complex behaviors.\r\n\r\nBehavior based husbandry (Poulsen, 2009) boils down to knowing your animal well enough to learn from what they are telling you through their actions.  If they settle into a specific position comfortably, move ahead with…….\r\n\r\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW</a>!</strong>', 'Training Bears for Voluntary Blood Collection', 0, '', 'draft', 'closed', 'closed', '', 'training-bears-for-voluntary-blood-collection', '', '', '2013-10-15 17:49:22', '2013-10-15 22:49:22', '', 0, 'http://aazk.org/?p=1474', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1821, 2, '2011-01-07 07:43:44', '2011-01-07 12:43:44', 'About the Cover/Information for Contributors\r\nScoops &amp; Scuttlebutt\r\nComing Events\r\nFrom the Executive Director\r\nAAZK Announces New Members\r\nProfessional Development Committee Update 2010\r\n2011 AAZK Conference Information/Updates\r\nGreat News: AZA Animal Care Manuals\r\nResource of Interest: Pocket Guide to Kansas Snakes\r\nCPR Grant Report 2010: Acres for the Atmosphere\r\nKeeper Profiles DVD Order Information\r\nBook Review (<em>Standard Common Names for N. A. Amphibians, Turtles, Reptiles and Crocodilians</em>)\r\nTraining Tales (<em>When Maintenance Doesn’t Require a Work Order</em>)\r\nAKF Dedicated Five-Issue Combo Pack on Sale\r\nDevastating News from Lewa/Poachers Claim 2nd Rhino at LWC\r\n“Trees for You and Me”  FAQ and Chapter Challenge\r\nDebuting New AAZK Fleece Vests\r\nReactions Column (<em>Primary Containment</em>)\r\nIt Takes a Village to Move a Bison\r\nConservation in Your Community\r\nConservation/Legislative Update\r\nAnimal Keepers’ Forum 2010 Index', 'January 2011', 0, '', 'draft', 'closed', 'closed', '', 'january-2011', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 0, 'http://aazk.org/?p=1821', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1822, 2, '2011-01-07 07:43:29', '2011-01-07 12:43:29', 'About the Cover/Information for Contributors\nScoops &amp; Scuttlebutt\nComing Events\nFrom the Executive Director\nAAZK Announces New Members\nProfessional Development Committee Update 2010\n2011 AAZK Conference Information/Updates\nGreat News: AZA Animal Care Manuals\nResource of Interest: Pocket Guide to Kansas Snakes\nCPR Grant Report 2010: Acres for the Atmosphere\nKeeper Profiles DVD Order Information\nBook Review (<em>Standard Common Names for N. A. Amphibians, Turtles, Reptiles and Crocodilians</em>)\nTraining Tales (<em>When Maintenance Doesn’t Require a Work Order</em>)\nAKF Dedicated Five-Issue Combo Pack on Sale\nDevastating News from Lewa/Poachers Claim 2nd Rhino at LWC\n“Trees for You and Me”  FAQ and Chapter Challenge\nDebuting New AAZK Fleece Vests\nReactions Column (Primary Containment)\nIt Takes a Village to Move a Bison\nConservation in Your Community\nConservation/Legislative Update\nAnimal Keepers’ Forum 2010 Index', 'January 2011', 0, '', 'inherit', 'closed', 'closed', '', '1821-revision', '', '', '2011-01-07 07:43:29', '2011-01-07 12:43:29', '', 1821, 'http://aazk.org/uncategorized/1821-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1823, 2, '2011-01-07 07:44:49', '2011-01-07 12:44:49', 'About the Cover/Information for Contributors\nScoops &amp; Scuttlebutt\nComing Events\nFrom the Executive Director\nAAZK Announces New Members\nProfessional Development Committee Update 2010\n2011 AAZK Conference Information/Updates\nGreat News: AZA Animal Care Manuals\nResource of Interest: Pocket Guide to Kansas Snakes\nCPR Grant Report 2010: Acres for the Atmosphere\nKeeper Profiles DVD Order Information\nBook Review (<em>Standard Common Names for N. A. Amphibians, Turtles, Reptiles and Crocodilians</em>)\nTraining Tales (<em>When Maintenance Doesn’t Require a Work Order</em>)\nAKF Dedicated Five-Issue Combo Pack on Sale\nDevastating News from Lewa/Poachers Claim 2nd Rhino at LWC\n“Trees for You and Me”  FAQ and Chapter Challenge\nDebuting New AAZK Fleece Vests\nReactions Column (<em>Primary Containment</em>)\nIt Takes a Village to Move a Bison\nConservation in Your Community\nConservation/Legislative Update\nAnimal Keepers’ Forum 2010 Index', 'January 2011', 0, '', 'inherit', 'closed', 'closed', '', '1821-autosave', '', '', '2011-01-07 07:44:49', '2011-01-07 12:44:49', '', 1821, 'http://aazk.org/uncategorized/1821-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1824, 2, '2011-01-07 07:47:47', '2011-01-07 12:47:47', '<em>By William K. Baker, Jr., Curator\r\nIn-Sync Exotics Wildlife Rescue &amp; Educational Center, Wylie, TX</em>\r\n\r\n<strong>Question</strong>\r\nOur facility is working on a new exhibit, what types of primary containment are available?\r\n\r\n<strong>Comments</strong>\r\nWhen I’m asked for recommendations on primary containment fencing, it is truly a situational question. First, it all depends on what you are trying to hold and how much money you’re willing to spend on your primary containment. The answer will also be dictated by whether or not you are designing an exhibit that is for holding purposes, a traditional zoo setting, sanctuary or refuge, private owner, or even a wildlife park, which will require extensive fencing for pasture control and animal management.\r\n\r\nThe proviso is that whatever will be used must be adequate to contain the species in question without presenting a clear and present danger to the animal, other animals, or members of the public. Translation, the containment chosen must be of quality construction and of a sufficient gauge or strength to hold the animal under all potential conditions, which in retrospect is pursuant to both industry and USDA standards.\r\n\r\nThe most common style of containment in use today is some type of mesh. It’s normally a specific style and either galvanized, powder-coated, or stainless. I should mention that there are numerous facilities that have successfully used chain link style galvanized fencing for many years with no problems. Still, I do not generally recommend chain link fencing as a general rule. The reason is that once it is breached it can begin to unravel. Normally what I try to do instead is to utilize either a ranch or zoological supplier for mesh. The best resource in my experience for this is in the Commercial Members section in the AZA Directory, (Association of Zoos &amp; Aquariums) or from the AZA website: <a href="http://www.aza.org/FindCommercialMember/">http://www.aza.org/FindCommercialMember/</a>.\r\n\r\nMesh is available in a wide variety of fabrications, and can be had in draped form, rolled form, and welded wire panel form.\r\n\r\nThe draping form style is usually identified as a woven mesh. Good historical examples of this are Carlos® and Phantom® style meshes. They are of an extremely high quality and can really expedite construction timetables once your support poles are up and rigged for mounting. This style of netting also lends itself to creating truly novel exhibit and enclosure designs. Of the companies currently handling this style of mesh, I recommend Nets Unlimited:\r\n\r\nNets Unlimited, Inc.\r\n28248 N. Tatum Blvd., B1-450, Cave Creek, AZ 85331\r\nPhone: 480-515-1300    Website: <a href="http://netsunlimited.com/start.html">http://netsunlimited.com/start.html</a>\r\n\r\nPersonally, I prefer using galvanized welded wire mesh that has been either powder coated or vinyl coated. I have found these to have really good properties such as rigidity coupled with a certain degree of flex in the event of animal impact. One of the best examples of this is Shepherd Mesh®, although there are numerous companies that produce quality materials in this style including A thru Z that provides some truly advanced panel products. Priefert® also manufactures this style of welded mesh in a framed powder-coated panel configuration that provides good service as well and, unlike any other product on the market, can provide an instant enclosure in less than three hours set up time once the concrete slab has set and cured, which does lend itself to either crisis, quarantine, or off-exhibit holding applications.\r\n\r\nC. E. Shepherd Co., L.P.\r\n2221 Canada Dry Street, Houston TX 77023 USA\r\nPhone: 713.924.4300    Website:<a href="http://ceshepherd.com/index.html"> http://ceshepherd.com/index.html\r\n</a>\r\nPriefert Mfg.\r\nP.O. Box 1540, 2630 South Jefferson Ave.\r\nMount Pleasant, TX 75456\r\nPhone: 903-572-1741    Website: <a href="http://priefert.com/">http://priefert.com/</a>\r\n\r\nA thru Z Consulting and Distributing\r\n8620 East Old Vail Rd., Tucson, AZ 85747\r\nPhone: 520-434-8281    Website: <a href="http://athruzcages.com/index.html"> http://athruzcages.com/index.html\r\n</a>\r\nOne important point - the mesh opening and gauge is usually species specific (birds, primates, hoofstock, and felids). For an example, certain smaller felids may require a 1” x 1” mesh configuration and roofing as well for species prone to climbing and leaping, (ex: Clouded leopards, margays, and ocelots).\r\n\r\nOne of the other styles that I have seen used for primary containment would be industrial piano wire. It’s a really neat concept and when properly installed and maintained it fades out of the visual spectrum. The downside is that your animal care staff will likely have to walk it every day and physically check each individual wire for weakness. Of course, gunite moats and physical barriers are always………\r\n\r\n<em><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>', 'Reactions', 0, '', 'draft', 'closed', 'closed', '', 'reactions', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 0, 'http://aazk.org/?p=1824', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1796, 2, '2010-12-01 06:32:47', '2010-12-01 11:32:47', '<strong>December 6-10, 2010 - <em>Training and Enrichment Workshop for Zoo Animals</em></strong><em> </em>- Oakland Zoo, Oakland, CA.  For information contact Active Environments, Inc. at 805-737-3700 or email Gail Laule at <a href="mailto:moonshadowe@earthlink.net">moonshadowe@earthlink.net</a> or Margaret Rousser at <a href="mailto:margaret@oaklandzoo.org">margaret@oaklandzoo.org</a>.\r\n\r\n<strong>February 16-19, 2011  - <em>19th Annual Conference International Association of Avian Trainers and Educators</em></strong> ~ “Pittsburgh 2011: Innovation and Inspiration” Hosted by National Aviary in Pittsburgh, PA USA. Papers, posters, site visits, vendors and workshops. Topics will include avian behavior, training, husbandry, conservation, education, enrichment and show presentation/production.  For more information about the conference visit <a href="http://www.IAATE.org">www.IAATE.org</a>.\r\n\r\n<strong><em></em></strong>\r\n\r\n<strong>March 2-4, 2011 - <em>Association of Professional Wildlife Educators</em></strong>. To be held at the Frank Buck Zoo Gainesville, Texas. Watch <a href="http://www.apwe.org/">http://www.apwe.org/</a> for details as they become available.\r\n\r\n<strong>March 6-11, 2011 - <em>AZA Professional Training Course:  Animal Training Applications in Zoos and Aquariums.</em> </strong>Hosted at Disney’s Animal Kingdom, Orlando, FL. Get hands-on experience in training animals! This course provides zoo and aquarium staff with a background in training theory and an understanding of the skills necessary to train animals. It includes a historical perspective of animal training as well as terminology and an overview of training techniques. Selected training concepts and skills will be taught via animal demonstrations, group activities and individual skill development opportunities.\r\nFor more information:  <a href="http://www.aza.org/professional-training/">http://www.aza.org/professional-training/</a>.\r\n\r\n<strong>March 8-11, 2011 -<em> Zoos and Aquariums Committing to Conservation</em></strong>.  Hosted by the Woodland Park Zoo, at Sheraton Seattle Hotel, Seattle, WA, USA.  Icebreaker planned for evening of March 7th. Registration is now open at <a href="http://www.zoo.org/zacc">www.zoo.org/zacc</a>.\r\n\r\nWe are pleased to announce the ZACC 2011 Keynote Speakers!\r\n\r\nTuesday, March 8\r\n<strong>Dr. Jeff Bonner, President &amp; CEO, St. Louis Zoo</strong>\r\nDr. Bonner has been President and Chief Executive Officer of the Saint Louis Zoo since 2002 and is the Chair Elect of the Association of Zoos and Aquariums. Under his leadership, Saint Louis Zoo’s WildCare Institute was born, with 12 Conservation Centers supporting research and conservation activities for critically endangered species and habitats across the globe. Dr. Bonner is also the author of Sailing with Noah, Stories from the World of Zoos. The book, published in 2006, is an intensely personal, behind-the-scenes look at modern zoos. In it he explores the role of zoos in today\'s society and their future as institutions of education, conservation and research.\r\n\r\nWednesday, March 9\r\n<strong>Cristina Mittermeier, Founder &amp; Executive Director, International League of Conservation Photographers</strong>\r\nAs a photographer and writer since 1996, Cristina Mittermeier has co-edited 9 books, including a series published with Conservation International and Cemex.  Cristina serves as Executive Director of the International League of Conservation Photographers, an organization she founded in 2005, while also serving on the Chairman’s Council at Conservation International, and on the Advisory Board of Nature\'s Best Magazine.\r\n\r\nThursday, March 10\r\n<strong>Jennifer Morris, Senior Vice President of the Ecosystem Finance Division, Conservation International</strong>\r\nIn her current position at Conservation International, Jennifer Morris manages two funds: the Global Conservation Fund and Verde Ventures. The Global Conservation Fund supports the creation and financing of protected areas in Conservation International’s priority countries. The Verde Ventures Fund invests in pro-conservation, small and medium sized enterprises (SMEs) working in key sectors of interest, providing affordable financing to coffee and cacao producers, as well as ecotourism SMEs worldwide. In prior work with Conservation International, Ms Morris played a key role in assisting local partners in Africa, Asia, and Latin America to analyze, structure, and develop community-based enterprises and credit instruments for the development of rural micro and small enterprises supporting conservation.\r\n\r\nFriday, March 11\r\n<strong>Patricia A. Conrad, DVM, PhD, Co-Director of One Health Center, University of California Global Health Institute</strong>\r\nDr. Patricia Conrad, Co-Director of the One Health Center in the University of California Global Health Institute, is a protozoologist interested in zoonotic disease transmission at the interface between wildlife, humans and domestic animals. She leads an enthusiastic research team of graduate students, staff and collaborators investigating the impact of fecal pathogen pollution in freshwater, marine and terrestrial ecosystems on wildlife and human populations. Developing new technologies for parasite detection and identification of new species is an important part of their studies.\r\n\r\nBe sure you register for ZACC 2011 today to hear each of these wonderful speakers! You’ll also be able to network with colleagues, learn the latest news from other conservation organizations, and brainstorm with fellow delegates during breakout sessions all while enjoying beautiful Seattle. For a full agenda and to register, visit <a href="http://www.zoo.org/zacc">www.zoo.org/zacc</a>.\r\nP.S. Early bird conference rate is just $185 and room rates are as low as $165/night.\r\n<strong>March 19-24 , 2011 - Save the Date!  <em>The 2011 AZA Ungulate TAG Midyear Meetings</em></strong> are being planned in conjunction with the AZA Midyear workshop in Chattanooga, TN. The exact dates of the Ungulate TAG meetings will be determined soon.  This year the meetings will include midyear/working meetings for the following AZA TAGS:  Antelope and Giraffe, Equid, Cervid, Caprid, Wild Pig and Peccary and the Cattle TAG, as well as the Annual Ungulate TAG Research Symposium.  AZA has announced that the registration rates will remain the same as the rates in 2009 and the Conference Hotel will be the Chattanooga Marriott with conference rates of $135/night.   Contact Martha Fischer at <a href="mailto:fischer@stlzoo.org">fischer@stlzoo.org</a> for more information.\r\n\r\n<strong>April 17-22, 2011 - <em>11th Annual Animal Behavior Management Alliance (ABMA)</em></strong>. In Denver, CO. The conference will kick off with our keynote speaker, Dr. Jill Mellen from Disney’s Animal Kingdom, and will culminate with an Earth Day to remember at the Denver Zoo.  See (<a href="http://www.theabma.org/">http://www.theabma.org/</a>) for further information.\r\n\r\n<strong>\r\nMay 15th-18th, 2011 - <em>2011 Rhino Keeper Workshop</em></strong>. To be held at Fossil Rim Wildlife Center, Glen Rose, Texas. For further info contact:<a href="mailto:adam.felts@columbuszoo.org"> adam.felts@columbuszoo.org</a>.\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>October 6 – 9, 2011 - <em>Advancing Bear Care 2011</em></strong> – Banff, Canada\r\nBear biologists and naturalists will lead hikes into bear habitat and interpret for delegates how bears use the components of the ecosystem to express their daily and seasonal routines. We will bring this information back into workshops and apply this knowledge towards improving captive bear husbandry. Also, international bear biologists will assist us in interpreting Asian, European, and South American bear habitats.\r\n\r\n<strong>Our Hotels:</strong> We have booked a group of hotels all located in the same block right on the Bow River in Banff. The Banff Park Lodge also owns the Bow View Lodge and the Homestead Inn. Delegates will be able to book a room at one of three price points. You can stay at the Banff Park Lodge [four star hotel] for $135.00 per night - sleeps two - add $15.00 for a third person, or at the Bow View Lodge [three star hotel] for $110.00 per night – sleeps two – add $15.00 for a third person, or at the Homestead Inn [two star hotel] for $95.00 per night – sleeps two. All of the hotels offer clean, fresh rooms with various amenities, and are a two minute walk to dozens of restaurants and pubs at varying price points from McDonalds to international cuisine. Most meals will be offered at the conference but time will be set aside for delegates to experience Banff and the Rocky Mountains. All conference presentations and workshops will be held at the Banff Park Lodge. The arrangement of the hotels is reminiscent of a college campus for convenience.\r\n\r\nBanff Park Lodge <a href="http://www.banffparklodge.com/">http://www.banffparklodge.com/</a>\r\nBow View Lodge <a href="http://www.bowview.com/">http://www.bowview.com/</a>\r\nHomestead Inn <a href="http://www.homesteadinnbanff.com/">http://www.homesteadinnbanff.com/</a>\r\n\r\nThe Agenda: Breakfast is served in our private breakfast room above the hotel lobby. We will meet in the lobby early to board buses to take us out to trail heads each morning [Friday, Saturday, and Sunday] for a guided 1-2 hour hike into bear habitat interpreted by bear biologists, returning to the hotels around noon. Lunch will be served in the conference suite [except for one where delegates can try Banff cuisine]. We will meet at the conference suite for or after lunch for afternoon species-specific workshops for problem-solving sessions lead by some of our captive bear experts. Delegates are asked to bring questions, photos, and other support materials of their current enclosures and husbandry issues to share with the delegates for discussion. Workshops will cater specifically to zoos, sanctuaries, and rehabilitation facilities. Dinner will be served at the conference suite [except for two where delegates can try Banff cuisine]. We will meet after dinner in the conference suite for evening presentations given by species specific bear biologists focusing on how wild bears use their habitat. In the large lobby attached to our conference suite we will offer registration, poster presentations, the silent auction, and the Bear Book and Art Den. Delegates are asked to present their latest work in poster presentations. The Bear Care Group is beginning a new tradition of presenting awards recognizing caregivers for their presentations and hard work.\r\n\r\nPost Conference Trips: We are aware that some delegates need to be back to work after the weekend, but others can stay to sightsee. We are thrilled to announce that we will offer a three day trip into the interior of British Columbia to visit the wonderful Northern Lights Wildlife Society <a href="http://www.wildlifeshelter.com/">http://www.wildlifeshelter.com/</a> near the town of Smithers <a href="http://www.tourismsmithers.com/">http://www.tourismsmithers.com/</a>.  We will travel there from Calgary by bus or air, stay over night in Smithers, visit the rehabilitation facility for one day, and travel back to Calgary (or delegates can travel onto Vancouver or other destinations) on the third day. The Northern Lights Wildlife Society is distinguished by rehabilitating for release both American black bears and grizzly bears. Travel plans will be made as delegates express interest in the trip during conference registration. The trip is tentatively set for Tuesday, October 11th to Thursday, October 13th 20011.\r\n\r\nOn Monday, October 10th we hope to offer a full day trip to the Calgary Zoo. Arrangements are still TBA.\r\n\r\nYour Travel; Delegates should fly to the Calgary International Airport in Calgary, Alberta, Canada <a href="http://www.visitcalgary.com/visitor-information">http://www.visitcalgary.com/visitor-information</a>. It is a destination airport from many US, European and Asian cities. From there delegates can purchase a round trip ticket to Banff with the Banff Airporter <a href="http://www.banffairporter.com/">http://www.banffairporter.com/</a> directly from the airport to the Banff Park Lodge. A special price likely around $100.00 will be negotiated with the company.\r\n\r\nConference Registration: You will be able to register for the conference, conference workshops, hotel, Northern Lights Wildlife Society and Calgary Zoo trips, and Banff Airporter right on this website by January 2011 at the latest.\r\n\r\nGET CONFERENCE UPDATES\r\nConference updates will always be posted on the Bearcare Yahoo Group list serv http://ca.groups.yahoo.com/group/bearcare/ You will be able to advertise your need for roommates, rides, conference questions etc on this list serv. To join just send an email to <a href="mailto:bearcare-subscribe@yahoogroups.ca">bearcare-subscribe@yahoogroups.ca</a>.\r\n<em><strong>Upcoming AAZK National Conferences</strong></em>\r\n\r\n2011 - San Diego, CA - August 24-28\r\n\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - Dates TBA\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n\r\n<em><strong>Upcoming AZA National Conferences</strong></em>\r\n\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events December 2010', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2010-12-01 06:32:47', '2010-12-01 11:32:47', '', 435, 'http://aazk.org/uncategorized/435-revision-27/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1825, 2, '2011-01-07 07:46:54', '2011-01-07 12:46:54', '<em>By William K. Baker, Jr., Curator\nIn-Sync Exotics Wildlife Rescue &amp; Educational Center, Wylie, TX</em>\n\n<strong>Question</strong>\nOur facility is working on a new exhibit, what types of primary containment are available?\n\n<strong>Comments</strong>\nWhen I’m asked for recommendations on primary containment fencing, it is truly a situational question. First, it all depends on what you are trying to hold and how much money you’re willing to spend on your primary containment. The answer will also be dictated by whether or not you are designing an exhibit that is for holding purposes, a traditional zoo setting, sanctuary or refuge, private owner, or even a wildlife park, which will require extensive fencing for pasture control and animal management.\n\nThe proviso is that whatever will be used must be adequate to contain the species in question without presenting a clear and present danger to the animal, other animals, or members of the public. Translation, the containment chosen must be of quality construction and of a sufficient gauge or strength to hold the animal under all potential conditions, which in retrospect is pursuant to both industry and USDA standards.\n\nThe most common style of containment in use today is some type of mesh. It’s normally a specific style and either galvanized, powder-coated, or stainless. I should mention that there are numerous facilities that have successfully used chain link style galvanized fencing for many years with no problems. Still, I do not generally recommend chain link fencing as a general rule. The reason is that once it is breached it can begin to unravel. Normally what I try to do instead is to utilize either a ranch or zoological supplier for mesh. The best resource in my experience for this is in the Commercial Members section in the AZA Directory, (Association of Zoos &amp; Aquariums) or from the AZA website: <a href="http://www.aza.org/FindCommercialMember/">http://www.aza.org/FindCommercialMember/</a>.\n\nMesh is available in a wide variety of fabrications, and can be had in draped form, rolled form, and welded wire panel form.\n\nThe draping form style is usually identified as a woven mesh. Good historical examples of this are Carlos® and Phantom® style meshes. They are of an extremely high quality and can really expedite construction timetables once your support poles are up and rigged for mounting. This style of netting also lends itself to creating truly novel exhibit and enclosure designs. Of the companies currently handling this style of mesh, I recommend Nets Unlimited:\n\nNets Unlimited, Inc.\n28248 N. Tatum Blvd., B1-450, Cave Creek, AZ 85331\nPhone: 480-515-1300    Website: <a href="http://netsunlimited.com/start.html">http://netsunlimited.com/start.html</a>\n\nPersonally, I prefer using galvanized welded wire mesh that has been either powder coated or vinyl coated. I have found these to have really good properties such as rigidity coupled with a certain degree of flex in the event of animal impact. One of the best examples of this is Shepherd Mesh®, although there are numerous companies that produce quality materials in this style including A thru Z that provides some truly advanced panel products. Priefert® also manufactures this style of welded mesh in a framed powder-coated panel configuration that provides good service as well and, unlike any other product on the market, can provide an instant enclosure in less than three hours set up time once the concrete slab has set and cured, which does lend itself to either crisis, quarantine, or off-exhibit holding applications.\n\nC. E. Shepherd Co., L.P.\n2221 Canada Dry Street, Houston TX 77023 USA\nPhone: 713.924.4300    Website:<a href="http://ceshepherd.com/index.html"> http://ceshepherd.com/index.html\n</a>\nPriefert Mfg.\nP.O. Box 1540, 2630 South Jefferson Ave.\nMount Pleasant, TX 75456\nPhone: 903-572-1741    Website: http://priefert.com/\n\nA thru Z Consulting and Distributing\n8620 East Old Vail Rd., Tucson, AZ 85747\nPhone: 520-434-8281    Website:  http://athruzcages.com/index.html\n\nOne important point - the mesh opening and gauge is usually species specific (birds, primates, hoofstock, and felids). For an example, certain smaller felids may require a 1” x 1” mesh configuration and roofing as well for species prone to climbing and leaping, (ex: Clouded leopards, margays, and ocelots).\n\nOne of the other styles that I have seen used for primary containment would be industrial piano wire. It’s a really neat concept and when properly installed and maintained it fades out of the visual spectrum. The downside is that your animal care staff will likely have to walk it every day and physically check each individual wire for weakness. Of course, gunite moats and physical barriers are always………\n\nWant to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. JOIN NOW!', 'Reactions', 0, '', 'inherit', 'closed', 'closed', '', '1824-revision', '', '', '2011-01-07 07:46:54', '2011-01-07 12:46:54', '', 1824, 'http://aazk.org/uncategorized/1824-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1177, 2, '2010-03-05 18:19:13', '2010-03-05 23:19:13', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="759" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n<p style="text-align: left;"><img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="219" height="145" /> <img class="alignnone size-medium wp-image-1118" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="217" height="144" /> <img class="alignnone size-medium wp-image-1119" title="img_5737a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5737a-300x200.jpg" alt="img_5737a" width="219" height="146" /></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-03-05 18:19:13', '2010-03-05 23:19:13', '', 991, 'http://aazk.org/uncategorized/991-revision-67/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1178, 2, '2010-04-02 08:48:46', '2010-04-02 13:48:46', '', 'img_4405a', 0, '', 'inherit', 'closed', 'closed', '', 'img_4405a', '', '', '2010-04-02 08:48:46', '2010-04-02 13:48:46', '', 991, 'http://aazk.org/wp-content/uploads/img_4405a.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1179, 2, '2010-04-02 08:44:29', '2010-04-02 13:44:29', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="759" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n<p style="text-align: left;"><img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="219" height="145" /> <img class="alignnone size-medium wp-image-1118" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="217" height="144" /> <img class="alignnone size-medium wp-image-1119" title="img_5737a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5737a-300x200.jpg" alt="img_5737a" width="219" height="146" /></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-04-02 08:44:29', '2010-04-02 13:44:29', '', 991, 'http://aazk.org/uncategorized/991-revision-68/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1180, 2, '2010-04-02 08:49:42', '2010-04-02 13:49:42', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="759" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n<p style="text-align: left;"><img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="219" height="145" /> <img class="alignnone size-medium wp-image-1118" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="217" height="144" /> <img class="alignnone size-medium wp-image-1178" title="img_4405a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="img_4405a" width="235" height="148" /></p>\r\n<p style="text-align: left;"><strong>Community Development Programs</strong></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-04-02 08:49:42', '2010-04-02 13:49:42', '', 991, 'http://aazk.org/uncategorized/991-revision-69/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1181, 2, '2010-04-02 08:50:18', '2010-04-02 13:50:18', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="759" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n<p style="text-align: left;"><img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="219" height="145" /> <img class="alignnone size-medium wp-image-1118" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="217" height="144" /> <img class="alignnone size-medium wp-image-1178" title="img_4405a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="img_4405a" width="235" height="148" /></p>\r\n<p style="text-align: left;"><strong>Community Development Programs</strong></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-04-02 08:50:18', '2010-04-02 13:50:18', '', 991, 'http://aazk.org/uncategorized/991-revision-70/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2277, 2, '2011-09-23 12:47:02', '2011-09-23 17:47:02', '<strong>Asheboro, NC</strong><br>\r\n\r\nDates TBD, 2013<br><br>\r\n\r\n<strong>\r\nOrlando, FL</strong><br>\r\n\r\nDates TBD, 2014', 'Upcoming Conferences', 0, '', 'inherit', 'closed', 'closed', '', '757-revision-16', '', '', '2011-09-23 12:47:02', '2011-09-23 17:47:02', '', 757, 'http://aazk.org/uncategorized/757-revision-16/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1182, 2, '2010-01-21 14:04:00', '2010-01-21 19:04:00', '<h5>For those wishing to mail in their membership application you can download the application <a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf">here</a>. For those wishing to sign up on the website please utilize the buttons below.</h5>\r\n<div class="membership">\r\n<h3>US Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Professional Membership" /> <input name="item_number" type="hidden" value="us-professional" /> <input name="amount" type="hidden" value="45.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$45 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Affiliate Membership" /> <input name="item_number" type="hidden" value="us-affiliate" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Student Membership" /> <input name="item_number" type="hidden" value="us-student" /> <input name="amount" type="hidden" value="30.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$30 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Individuals Contributing" /> <input name="item_number" type="hidden" value="us-individual" /> <input name="amount" type="hidden" value="70.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Canadian Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Professional Membership" /> <input name="item_number" type="hidden" value="cad-professional" /> <input name="amount" type="hidden" value="45.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$45 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Affiliate Membership" /> <input name="item_number" type="hidden" value="cad-affiliate" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Student Membership" /> <input name="item_number" type="hidden" value="cad-student" /> <input name="amount" type="hidden" value="30.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$30 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Individuals Contributing" /> <input name="item_number" type="hidden" value="cad-individual" /> <input name="amount" type="hidden" value="70.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Commercial Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Individuals Contributing" /> <input name="item_number" type="hidden" value="cad-individual" /> <input name="amount" type="hidden" value="150.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$150 - Commercial Membership</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/commercial-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<strong>The following membership types require verification of your organization\'s information and/or approval by the AAZK Board.</strong>\r\n<h3>Institutional Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$150 - Institutional Membership</div>\r\n<div class="details">requires AAZK Board approval</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/institutional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<h3>Library Only</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$45 - Institutional</div>\r\n<div class="details">Available only to public &amp; university libraries</div>\r\n</div>\r\n</div>\r\n<h3>International Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$60 - International Membership</div>\r\n<div class="details">All members outside U.S. &amp; Canada regardless of category</div>\r\n</div>\r\n</div>\r\nPrint and mail applications to:\r\n\r\n<strong>AAZK Administrative Offices\r\n3601 S.W. 29th, Suite 133\r\nTopeka, KS 66614</strong>\r\n\r\nMake checks/money orders payable to <strong>AAZK, Inc</strong>\r\nMust be in U.S. FUNDS ONLY.\r\n\r\nMembership includes a subscription to Animal Keepers\' Forum. The membership card is good for free admission to many zoos and aquariums in the U.S. and Canada.</div>', 'Join AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2010-01-21 14:04:00', '2010-01-21 19:04:00', '', 17, 'http://aazk.org/uncategorized/17-revision-23/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1183, 2, '2010-04-07 08:25:52', '2010-04-07 13:25:52', 'Thank you for your interest in submitting a paper for publication <em>Animal Keepers’ Forum</em>. Please adhere to the following guidelines for manuscript submission. If a paper is submitted and does not follow these guidelines, it will be rejected for publication. Be sure to include your contact information for the editor, including e-mail address and daytime phone number if available.\r\n\r\n<h4>Submission Methods</h4>\r\nSend manuscript/photos on CD to:\r\n<pre>\r\nShane Good, AKF Editor\r\nP. O. Box 535\r\nValley City, OH 44280\r\n</pre>\r\n\r\n<strong>Or submit electronically to <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.</strong>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Format</h4>\r\n<ul>\r\n<li>1. Submit manuscripts electronically in <strong>Microsoft Word only</strong> to <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>. You may also submit an article on a disk or CD in Microsoft Word only. Mailing address is listed above.</li>\r\n<li>2. Use a clear, clean typeface. Suggested type fonts are 10-point Times New Roman.</li>\r\n<li>3. Body of manuscript should be single-spaced.</li>\r\n<li>4. Do not indent paragraphs.</li>\r\n<li>5. Double space between paragraphs.</li>\r\n<li>6. Do not use computer-generated page numbering (headers/footers).</li>\r\n<li>7. Use a 1-inch margin setting on top, bottom and sides of your manuscript.</li>\r\n<li>8. Bold-face or underline sub-headings within the text (i.e. Introduction, Materials, Methods, Conclusions, etc.) Do not use all caps for these headings.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Length</h4>\r\nThe entire paper, including graphs, charts and illustrations should be no more than ten (10) pages long.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Title</h4>\r\nShould be brief and descriptive. Center your title on the first page of your paper directly before you begin the introduction and text. Type size for title should be no larger than 14 point. Author information should be in 10 point type and in italics. Follow the title with your name, position, facility, city and state as shown below:\r\n<pre>\r\nBy\r\nJoe Smith, Keeper II\r\nBest Zoological Park\r\nAnywhere, Allstates\r\n</pre>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Tables/Graphs</h4>\r\nSubmit all tables and graphs as separate files in their native program (i.e. Word, Excel, etc.) Do not embed the tables and graphs within the manuscript. Include the explanation of the graph, chart, etc. on the page/file with the illustration. (Examples: Figure 1 Shows the average temperature of incubation….Graph 4 Illustrates the variation in duration of…..) Be certain that all such graphs, tables or charts included with your manuscript are properly referenced within the manuscript text. Graphs and charts should be no larger than 8” tall by 5” wide.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Illustrations/Photos</h4>\r\nSubmit photos as separate <strong>jpg</strong> or <strong>tif</strong> files, sent to the editor’s email address. Be sure to properly reference illustrations/photos within the manuscript. You may submit as many photos as you wish, but it will be up to the editor to determine how many can be used. A good average is 3-5. Photos should be high resolution (300 dpi). Photos must be at least 1200 x 1800 pixels in size (4x6 inches). Be sure to give proper photo credit for each photo submitted. You are also encouraged to submit suggested captions. Do not embed photos within the manuscript.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Cover Photos</h4>\r\nTo be considered for a cover, photos need to be at least 2625 x 3375 pixels in size, 300 dpi, and portrait-style (not landscape).\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Metric System</h4>\r\nUse the twenty-four-hour clock (i.e., 0900 - 1425 hrs.) for identifying time and the continental dating system (day, month, year) when describing dates. Use the metric system for weights and measurements (standard equivalent may be noted in parenthesis).\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Scientific Names</h4>\r\nShould be included with their common names, when first mentioned, and only the common name thereafter. When both the common and scientific name are given as a paragraph heading, put the common name first. Only currently recognized nomenclatures should be utilized. Authorship of scientific names should be included only when nomenclature problems exist.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Special Notes</h4>\r\n<ul>\r\n<li>Identify Registered or Trademark products by &copy; or &trade; symbols respectively.</li>\r\n<li>If you have a products mentioned in the Text section, please include full name and address of the manufacturer of the product, including website or email address if available.</li>\r\n<li>Avoid footnotes.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>References</h4>\r\n<ul>\r\n<li>Should be listed alphabetically at the end of the manuscript according to author’s surname. (Example: Ricter, J.W. 1984. How To be A Good Keeper. Animal Keepers’ Forum. Vol. 11, No. 6: 12-22. AAZK, Inc., Topeka, Kansas, U.S.A.)</li>\r\n<li>Within the text, references should be cited as Ricter (1984) or (Ricter, 1984).</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\nIf you have any further questions or are uncertain of instructions, please contact the AKF Editor at the email address above. Or you may call 1-330-483-1104.\r\n\r\n<div id="inner-links"></div>', 'AKF Submission Guidelines', 0, '', 'publish', 'closed', 'closed', '', 'akf-submission-guidelines', '', '', '2013-10-24 10:59:26', '2013-10-24 15:59:26', '', 200, 'http://aazk.org/?page_id=1183', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1184, 2, '2010-04-07 08:25:00', '2010-04-07 13:25:00', 'Thank you for your interest in submitting a paper for publication <em>Animal Keepers’ Forum</em>. Please adhere to the following guidelines for manuscript submission.  If a paper is submitted and does not follow these guidelines, it will be rejected for publication.  Be sure to include your contact information for the editor, including e-mail address and daytime phone number if available.\n\n<strong>FORMAT:</strong>\n<p style="padding-left: 30px;">1. Submit manuscripts electronically in MS Word only to<a href="mailto:akfeditor@zk.kscoxmail.com"> akfeditor@zk.kscoxmail.com</a>&lt;   You may also submit a paper on a disk or CD in Microsoft Word <strong>ONLY</strong>.\n2. Use a clear, clean typeface. Suggested type fonts are 10 point Times Roman or 10 point Times.  DO NOT use unusual or showy typefaces.\n3. Body of manuscript should be single-spaced.\n4. Do not indent paragraphs.\n5. Double space between paragraphs.\n6. Do not use computer-generated page numbering (headers/footers).\n7. Use a 1-inch margin setting on top, bottom and sides of your manuscript.\n8. Bold-face or underline sub-headings within the text (i.e. Introduction, Materials, Methods, Conclusions, etc.) Do not use all caps for these headings.\n\n<strong>LENGTH</strong>:    The entire paper, including graphs, charts and illustrations should be no more than ten (10) pages long.\n\n<strong>TITLE: </strong> Should be brief and descriptive.  Center your title on the first page of your paper directly before you begin the introduction and text. Type size for title should be no larger than 14 point. Follow the title with your name, position, facility, city and state as shown below:  Author information should be in 10 point type, Italics.\n\n<em>By\nJoe Smith, Keeper II\nBest Zoological Park\nAnywhere, Allstates</em>\n\n<strong>TABLES/GRAPHS:</strong> These, along with their legends should be submitted as separate jpg or tiff files.  If you are submitting on a disk or CD, these should be separate files from the body of the manuscript text.  These must be sharp black and white only. DO NOT USE COLOR IN YOUR GRAPHS OR CHARTS.  Include the explanation of the graph, chart, etc. on the page/file with the illustration.  (Examples: Figure 1 Shows the average temperature of incubation....Graph 4 Illustrates the variation in  duration of.....)   Be certain that all such graphs, tables or charts included with your manuscript are properly referenced within the manuscript text.  Graphs and charts should be no larger than 8” tall by 5” wide.\n\n<strong>ILLUSTRATIONS/PHOTOS:</strong> Submit photos as separate jpg or tif files sent to the editor’s email address.  If you are unable to send electronic photo files, send actual photo prints to the address listed below. Be sure to properly reference illustrations/photos within the manuscript.  You may submit as many photos as you wish, but it will be up to the editor to determine how many can be used.  A good average is 3-5. Photos should be high resolution (300 dpi). Be sure to give proper photo credit for each photo submitted. You may also submit suggested captions.\n\n<strong>METRIC SYSTEM:</strong> Use the twenty-four-hour clock (i.e., 0900 - 1425 hrs.) for identifying time and the continental dating system (day, month, year) when describing dates.  Use the metric system for weights and measurements (standard equivalent may be noted in parenthesis).\n\n<strong>SCIENTIFIC NAMES:</strong> Should be included with their common names, when first mentioned, and only the common name thereafter.  When both the common and scientific name are given as a paragraph heading, put the common name first.  Only currently recognized nomenclatures should be utilized.  Authorship of scientific names should be included only when nomenclature problems exist.\n\n<strong>SPECIAL NOTES: </strong> Identify Registered or Trademark products by ® or ™ symbols respectively. If you have a Products Mentioned in the Text section, please include full name and address of the manufacturer of the product, including website or email address if available.\n\n<em><strong>Avoid footnotes.</strong></em>\n\n<strong>REFERENCES:</strong> Should be listed alphabetically at the end of the manuscript according to author’s surname. (Example: Ricter, J.W. 1984.  How To be A Good Keeper. Animal Keepers’ Forum. Vol. 11, No. 6: 12-22. AAZK, Inc., Topeka, Kansas, U.S.A.)\n\nWithin the text, references should be cited as Ricter (1984) or (Ricter, 1984).\n\n<strong>Send manuscript/photos on CD to:\nSusan Chan, AAZK, Inc.\n3601 SW 29th St., Suite 133\nTopeka, KS 66614-2054</strong>\n\n<strong>Or submit electronically at <a href="mailto:akfeditor@zk.kscoxmail.com">akfeditor@zk.kscoxmail.com</a></strong>\n\n<strong>If you have any further questions or are uncertain of instructions,\nplease contact the AKF Editor:  1-785-273-9149</strong>', 'AKF Submission Guidelines', 0, '', 'inherit', 'closed', 'closed', '', '1183-revision-v1', '', '', '2010-04-07 08:25:00', '2010-04-07 13:25:00', '', 1183, 'http://aazk.org/uncategorized/1183-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1185, 2, '2010-04-07 08:25:04', '2010-04-07 13:25:04', 'Thank you for your interest in submitting a paper for publication <em>Animal Keepers’ Forum</em>. Please adhere to the following guidelines for manuscript submission.  If a paper is submitted and does not follow these guidelines, it will be rejected for publication.  Be sure to include your contact information for the editor, including e-mail address and daytime phone number if available.\r\n\r\n<strong>FORMAT:</strong>\r\n<p style="padding-left: 30px;">1. Submit manuscripts electronically in MS Word only to<a href="mailto:akfeditor@zk.kscoxmail.com"> akfeditor@zk.kscoxmail.com</a>&lt;   You may also submit a paper on a disk or CD in Microsoft Word <strong>ONLY</strong>.\r\n2. Use a clear, clean typeface. Suggested type fonts are 10 point Times Roman or 10 point Times.  DO NOT use unusual or showy typefaces.\r\n3. Body of manuscript should be single-spaced.\r\n4. Do not indent paragraphs.\r\n5. Double space between paragraphs.\r\n6. Do not use computer-generated page numbering (headers/footers).\r\n7. Use a 1-inch margin setting on top, bottom and sides of your manuscript.\r\n8. Bold-face or underline sub-headings within the text (i.e. Introduction, Materials, Methods, Conclusions, etc.) Do not use all caps for these headings.\r\n\r\n<strong>LENGTH</strong>:    The entire paper, including graphs, charts and illustrations should be no more than ten (10) pages long.\r\n\r\n<strong>TITLE: </strong> Should be brief and descriptive.  Center your title on the first page of your paper directly before you begin the introduction and text. Type size for title should be no larger than 14 point. Follow the title with your name, position, facility, city and state as shown below:  Author information should be in 10 point type, Italics.\r\n\r\n<em>By\r\nJoe Smith, Keeper II\r\nBest Zoological Park\r\nAnywhere, Allstates</em>\r\n\r\n<strong>TABLES/GRAPHS:</strong> These, along with their legends should be submitted as separate jpg or tiff files.  If you are submitting on a disk or CD, these should be separate files from the body of the manuscript text.  These must be sharp black and white only. DO NOT USE COLOR IN YOUR GRAPHS OR CHARTS.  Include the explanation of the graph, chart, etc. on the page/file with the illustration.  (Examples: Figure 1 Shows the average temperature of incubation....Graph 4 Illustrates the variation in  duration of.....)   Be certain that all such graphs, tables or charts included with your manuscript are properly referenced within the manuscript text.  Graphs and charts should be no larger than 8” tall by 5” wide.\r\n\r\n<strong>ILLUSTRATIONS/PHOTOS:</strong> Submit photos as separate jpg or tif files sent to the editor’s email address.  If you are unable to send electronic photo files, send actual photo prints to the address listed below. Be sure to properly reference illustrations/photos within the manuscript.  You may submit as many photos as you wish, but it will be up to the editor to determine how many can be used.  A good average is 3-5. Photos should be high resolution (300 dpi). Be sure to give proper photo credit for each photo submitted. You may also submit suggested captions.\r\n\r\n<strong>METRIC SYSTEM:</strong> Use the twenty-four-hour clock (i.e., 0900 - 1425 hrs.) for identifying time and the continental dating system (day, month, year) when describing dates.  Use the metric system for weights and measurements (standard equivalent may be noted in parenthesis).\r\n\r\n<strong>SCIENTIFIC NAMES:</strong> Should be included with their common names, when first mentioned, and only the common name thereafter.  When both the common and scientific name are given as a paragraph heading, put the common name first.  Only currently recognized nomenclatures should be utilized.  Authorship of scientific names should be included only when nomenclature problems exist.\r\n\r\n<strong>SPECIAL NOTES: </strong> Identify Registered or Trademark products by ® or ™ symbols respectively. If you have a Products Mentioned in the Text section, please include full name and address of the manufacturer of the product, including website or email address if available.\r\n\r\n<em><strong>Avoid footnotes.</strong></em>\r\n\r\n<strong>REFERENCES:</strong> Should be listed alphabetically at the end of the manuscript according to author’s surname. (Example: Ricter, J.W. 1984.  How To be A Good Keeper. Animal Keepers’ Forum. Vol. 11, No. 6: 12-22. AAZK, Inc., Topeka, Kansas, U.S.A.)\r\n\r\nWithin the text, references should be cited as Ricter (1984) or (Ricter, 1984).\r\n\r\n<strong>Send manuscript/photos on CD to:\r\nSusan Chan, AAZK, Inc.\r\n3601 SW 29th St., Suite 133\r\nTopeka, KS 66614-2054</strong>\r\n\r\n<strong>Or submit electronically at <a href="mailto:akfeditor@zk.kscoxmail.com">akfeditor@zk.kscoxmail.com</a></strong>\r\n\r\n<strong>If you have any further questions or are uncertain of instructions,\r\nplease contact the AKF Editor:  1-785-273-9149</strong>', 'AKF Submission Guidelines', 0, '', 'inherit', 'closed', 'closed', '', '1183-revision-v1', '', '', '2010-04-07 08:25:04', '2010-04-07 13:25:04', '', 1183, 'http://aazk.org/uncategorized/1183-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1186, 2, '2010-04-07 08:25:52', '2010-04-07 13:25:52', 'Thank you for your interest in submitting a paper for publication <em>Animal Keepers’ Forum</em>. Please adhere to the following guidelines for manuscript submission.  If a paper is submitted and does not follow these guidelines, it will be rejected for publication.  Be sure to include your contact information for the editor, including e-mail address and daytime phone number if available.\r\n\r\n<strong>FORMAT:</strong>\r\n<p style="padding-left: 30px;">1. Submit manuscripts electronically in MS Word only to<a href="mailto:akfeditor@zk.kscoxmail.com"> akfeditor@zk.kscoxmail.com</a>&lt;   You may also submit a paper on a disk or CD in Microsoft Word <strong>ONLY</strong>.\r\n2. Use a clear, clean typeface. Suggested type fonts are 10 point Times Roman or 10 point Times.  DO NOT use unusual or showy typefaces.\r\n3. Body of manuscript should be single-spaced.\r\n4. Do not indent paragraphs.\r\n5. Double space between paragraphs.\r\n6. Do not use computer-generated page numbering (headers/footers).\r\n7. Use a 1-inch margin setting on top, bottom and sides of your manuscript.\r\n8. Bold-face or underline sub-headings within the text (i.e. Introduction, Materials, Methods, Conclusions, etc.) Do not use all caps for these headings.\r\n\r\n<strong>LENGTH</strong>:    The entire paper, including graphs, charts and illustrations should be no more than ten (10) pages long.\r\n\r\n<strong>TITLE: </strong> Should be brief and descriptive.  Center your title on the first page of your paper directly before you begin the introduction and text. Type size for title should be no larger than 14 point. Follow the title with your name, position, facility, city and state as shown below:  Author information should be in 10 point type, Italics.\r\n\r\n<em>By\r\nJoe Smith, Keeper II\r\nBest Zoological Park\r\nAnywhere, Allstates</em>\r\n\r\n<strong>TABLES/GRAPHS:</strong> These, along with their legends should be submitted as separate jpg or tiff files.  If you are submitting on a disk or CD, these should be separate files from the body of the manuscript text.  These must be sharp black and white only. DO NOT USE COLOR IN YOUR GRAPHS OR CHARTS.  Include the explanation of the graph, chart, etc. on the page/file with the illustration.  (Examples: Figure 1 Shows the average temperature of incubation....Graph 4 Illustrates the variation in  duration of.....)   Be certain that all such graphs, tables or charts included with your manuscript are properly referenced within the manuscript text.  Graphs and charts should be no larger than 8” tall by 5” wide.\r\n\r\n<strong>ILLUSTRATIONS/PHOTOS:</strong> Submit photos as separate jpg or tif files sent to the editor’s email address.  If you are unable to send electronic photo files, send actual photo prints to the address listed below. Be sure to properly reference illustrations/photos within the manuscript.  You may submit as many photos as you wish, but it will be up to the editor to determine how many can be used.  A good average is 3-5. Photos should be high resolution (300 dpi). Be sure to give proper photo credit for each photo submitted. You may also submit suggested captions.\r\n\r\n<strong>METRIC SYSTEM:</strong> Use the twenty-four-hour clock (i.e., 0900 - 1425 hrs.) for identifying time and the continental dating system (day, month, year) when describing dates.  Use the metric system for weights and measurements (standard equivalent may be noted in parenthesis).\r\n\r\n<strong>SCIENTIFIC NAMES:</strong> Should be included with their common names, when first mentioned, and only the common name thereafter.  When both the common and scientific name are given as a paragraph heading, put the common name first.  Only currently recognized nomenclatures should be utilized.  Authorship of scientific names should be included only when nomenclature problems exist.\r\n\r\n<strong>SPECIAL NOTES: </strong> Identify Registered or Trademark products by ® or ™ symbols respectively. If you have a Products Mentioned in the Text section, please include full name and address of the manufacturer of the product, including website or email address if available.\r\n\r\n<em><strong>Avoid footnotes.</strong></em>\r\n\r\n<strong>REFERENCES:</strong> Should be listed alphabetically at the end of the manuscript according to author’s surname. (Example: Ricter, J.W. 1984.  How To be A Good Keeper. Animal Keepers’ Forum. Vol. 11, No. 6: 12-22. AAZK, Inc., Topeka, Kansas, U.S.A.)\r\n\r\nWithin the text, references should be cited as Ricter (1984) or (Ricter, 1984).\r\n\r\n<strong>Send manuscript/photos on CD to:\r\nSusan Chan, AAZK, Inc.\r\n3601 SW 29th St., Suite 133\r\nTopeka, KS 66614-2054</strong>\r\n\r\n<strong>Or submit electronically at <a href="mailto:akfeditor@zk.kscoxmail.com">akfeditor@zk.kscoxmail.com</a></strong>\r\n\r\n<strong>If you have any further questions or are uncertain of instructions,\r\nplease contact the AKF Editor:  1-785-273-9149</strong>', 'AKF Submission Guidelines', 0, '', 'inherit', 'closed', 'closed', '', '1183-revision-v1', '', '', '2010-04-07 08:25:52', '2010-04-07 13:25:52', '', 1183, 'http://aazk.org/uncategorized/1183-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1187, 2, '2010-04-08 08:35:01', '2010-04-08 13:35:01', '<p><strong>2013:</strong> Asheboro, NC - September 22-26</p>\r\n<p><strong>2014: </strong>Orlando, FL - September 8-12</p>\r\n', 'Upcoming Annual Conferences', 0, '', 'draft', 'closed', 'closed', '', 'upcoming-annual-conferences', '', '', '2013-09-23 10:37:02', '2013-09-23 15:37:02', '', 0, 'http://aazk.org/?page_id=1187', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2839, 2, '2013-05-23 19:13:07', '2013-05-24 00:13:07', '', 'nzkw_2013_horz', 0, '', 'inherit', 'closed', 'closed', '', 'nzkw_2013_horz', '', '', '2013-05-23 19:13:07', '2013-05-24 00:13:07', '', 1193, 'http://aazk.org/wp-content/uploads/nzkw_2013_horz.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1188, 2, '2010-04-08 08:32:57', '2010-04-08 13:32:57', '', 'Upcoming Annual Conferences', 0, '', 'inherit', 'closed', 'closed', '', '1187-revision', '', '', '2010-04-08 08:32:57', '2010-04-08 13:32:57', '', 1187, 'http://aazk.org/uncategorized/1187-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1189, 2, '2009-10-01 11:48:02', '2009-10-01 16:48:02', '<h3>Conference Program Chair</h3>\r\nEd Hansen\r\n<h3>Upcoming AAZK Conferences:</h3>\r\n<ul>\r\n	<li><strong></strong></li>\r\n	<li><strong>2010:</strong> Philadelphia, PA­ Philadelphia Zoo- August 22-26, 2010.  <a href="http://www.philadelphiaaecetia.net/gws/aazk">www.philadelphiaaecetia.net/gws/aazk</a></li>\r\n	<li><strong>2011:</strong> San Diego, CA - San Diego Zoo - TBA</li>\r\n	<li><strong>2012:</strong> Syracuse, NY - Rosamond Gifford Zoo - TBA</li>\r\n</ul>', 'Annual AAZK Conferences', 0, '', 'inherit', 'closed', 'closed', '', '160-revision-6', '', '', '2009-10-01 11:48:02', '2009-10-01 16:48:02', '', 160, 'http://aazk.org/uncategorized/160-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1190, 2, '2010-04-08 08:35:01', '2010-04-08 13:35:01', '2010: Philadelphia - August 22-26\r\n\r\n2011: San Diego - August 24-28\r\n\r\n2012: Syracuse - Sept. 23-27', 'Upcoming Annual Conferences', 0, '', 'inherit', 'closed', 'closed', '', '1187-revision-2', '', '', '2010-04-08 08:35:01', '2010-04-08 13:35:01', '', 1187, 'http://aazk.org/uncategorized/1187-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1191, 2, '2010-04-08 08:38:54', '2010-04-08 13:38:54', '2010: Philadelphia - August 22-26\r\n\r\n2011: San Diego - August 24-28\r\n\r\n2012: Syracuse - Sept. 23-27', 'Upcoming Annual Conferences', 0, '', 'inherit', 'closed', 'closed', '', '1187-revision-3', '', '', '2010-04-08 08:38:54', '2010-04-08 13:38:54', '', 1187, 'http://aazk.org/uncategorized/1187-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1192, 2, '2012-01-18 12:33:06', '2012-01-18 17:33:06', '<strong>2012:</strong> Syracuse - Sept. 23-27\n\n<strong>2013:</strong> Asheboro, NC - September 22-26\n\n<strong>2014: </strong>Orlando, FL - September 8-12', 'Upcoming Annual Conferences', 0, '', 'inherit', 'closed', 'closed', '', '1187-autosave', '', '', '2012-01-18 12:33:06', '2012-01-18 17:33:06', '', 1187, 'http://aazk.org/uncategorized/1187-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1193, 2, '2010-04-08 09:29:11', '2010-04-08 14:29:11', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n&nbsp;\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/2014-Zoo-keeper-WEEK-V.jpg"><img class="alignnone size-medium wp-image-4944" alt="Zoo keeper WEEK.Logo 2011 V" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/2014-Zoo-keeper-WEEK-V-300x179.jpg" width="300" height="179" /></a>\r\n<div class="hr"></div>\r\n<h4>Ideas</h4>\r\nNeed ideas for celebrating this week or graphics? Download the following:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf" target="_blank">NZKW ideas (PDF)</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n<h6>NZKW Graphics</h6>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo-2014-V-copy.jpg">https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo-2014-V-copy.jpg</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo_.Horz-2014.tif">https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo_.Horz-2014.tif</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo-H-2014.tif">https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo-H-2014.tif</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo_.Horz-2014.tif">https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo_.Horz-2014.tif</a>\r\n\r\nPlease be patient when downloading, as for some of these files are large. <em>For JPGs right click on the graphic to save once the link has opened in a new window.</em>\r\n\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_horz.jpg" target="_blank">\r\n</a>\r\n<div class="hr"></div>\r\n<h4>National Zoo Keeper Week Proclamation</h4>\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.\r\n<div id="inner-links"></div>', 'National Zoo Keeper Week', 0, '', 'publish', 'closed', 'closed', '', 'national-zoo-keeper-week', '', '', '2014-01-03 12:08:43', '2014-01-03 17:08:43', '', 12, 'http://aazk.org/?page_id=1193', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4946, 2, '2014-01-03 11:14:19', '2014-01-03 16:14:19', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n<div class="hr"><a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/2014-Zoo-keeper-WEEK-V.jpg"><img class="alignnone size-medium wp-image-4944" alt="Zoo keeper WEEK.Logo 2011 V" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/2014-Zoo-keeper-WEEK-V-300x179.jpg" width="300" height="179" /></a></div>\r\n<h4>Ideas</h4>\r\nNeed ideas for celebrating this week or graphics? Download the following:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf" target="_blank">NZKW ideas (PDF)</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n<h6>NZKW Graphics</h6>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nPlease be patient when downloading, as for some of these files are large. <em>For JPGs right click on the graphic to save once the link has opened in a new window.</em>\r\n\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_horz.jpg" target="_blank">\r\n</a>\r\n<div class="hr"></div>\r\n<h4>National Zoo Keeper Week Proclamation</h4>\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.\r\n<div id="inner-links"></div>', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2014-01-03 11:14:19', '2014-01-03 16:14:19', '', 1193, 'https://www.aazk.org/1193-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4945, 2, '2014-01-03 11:09:45', '2014-01-03 16:09:45', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n<div class="hr"></div>\r\n<h4>Ideas</h4>\r\nNeed ideas for celebrating this week or graphics? Download the following:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf" target="_blank">NZKW ideas (PDF)</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n<h6>NZKW Graphics</h6>\r\nPlease be patient when downloading, as for some of these files are large. <em>For JPGs right click on the graphic to save once the link has opened in a new window.</em>\r\n\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_horz.jpg" target="_blank">2013 logo horizontal</a> (jpg)\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_horz.pdf" target="_blank">2013 logo horizontal</a> (pdf)\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_vert.jpg" target="_blank">2013 logo vertical</a> (jpg)\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_vert.pdf" target="_blank">2013 logo vertical</a> (pdf)\r\n<div class="hr"></div>\r\n<h4>National Zoo Keeper Week Proclamation</h4>\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.\r\n<div id="inner-links"></div>', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2014-01-03 11:09:45', '2014-01-03 16:09:45', '', 1193, 'https://www.aazk.org/1193-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1194, 2, '2010-04-08 08:51:29', '2010-04-08 13:51:29', '', 'zoo-keeper-weeklogohorz-2010', 0, '', 'inherit', 'closed', 'closed', '', 'zoo-keeper-weeklogohorz-2010', '', '', '2010-04-08 08:51:29', '2010-04-08 13:51:29', '', 1193, 'http://aazk.org/wp-content/uploads/zoo-keeper-weeklogohorz-2010.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1195, 2, '2010-04-08 08:55:22', '2010-04-08 13:55:22', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\n\n<img class="alignnone size-medium wp-image-1194" title="zoo-keeper-weeklogohorz-2010" src="http://aecetia.net/gws/aazk/wp-content/uploads/zoo-keeper-weeklogohorz-2010-300x43.jpg" alt="zoo-keeper-weeklogohorz-2010" width="585" height="83" />\n\n<strong>Need ideas for celebrating this week or graphics. Click below.\n</strong>NZKW ideas\n\nNZKW graphics (some of these files are large)\n\nNZKW sample press release (Word format)\n\nNZKW proclamation (Word format)\n\n<strong>NATIONAL ZOO KEEPER WEEK PROCLAMATION</strong>\n\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\n\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\n\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\n\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\n\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\n\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\n\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\n\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2010-04-08 08:55:22', '2010-04-08 13:55:22', '', 1193, 'http://aazk.org/uncategorized/1193-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1196, 2, '2010-04-08 08:56:22', '2010-04-08 13:56:22', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\n\n<img class="alignnone size-large wp-image-1194" title="zoo-keeper-weeklogohorz-2010" src="http://aecetia.net/gws/aazk/wp-content/uploads/zoo-keeper-weeklogohorz-2010-1023x148.jpg" alt="zoo-keeper-weeklogohorz-2010" width="716" height="104" />\n\n<strong>Need ideas for celebrating this week or graphics. Click below.\n</strong>NZKW ideas\n\nNZKW graphics (some of these files are large)\n\nNZKW sample press release (Word format)\n\nNZKW proclamation (Word format)\n\n<strong>NATIONAL ZOO KEEPER WEEK PROCLAMATION</strong>\n\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\n\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\n\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\n\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\n\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\n\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\n\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\n\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2010-04-08 08:56:22', '2010-04-08 13:56:22', '', 1193, 'http://aazk.org/uncategorized/1193-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1197, 2, '2010-04-08 08:56:26', '2010-04-08 13:56:26', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n<img class="alignnone size-large wp-image-1194" title="zoo-keeper-weeklogohorz-2010" src="http://aecetia.net/gws/aazk/wp-content/uploads/zoo-keeper-weeklogohorz-2010-1023x148.jpg" alt="zoo-keeper-weeklogohorz-2010" width="716" height="104" />\r\n\r\n<strong>Need ideas for celebrating this week or graphics. Click below.\r\n</strong>NZKW ideas\r\n\r\nNZKW graphics (some of these files are large)\r\n\r\nNZKW sample press release (Word format)\r\n\r\nNZKW proclamation (Word format)\r\n\r\n<strong>NATIONAL ZOO KEEPER WEEK PROCLAMATION</strong>\r\n\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2010-04-08 08:56:26', '2010-04-08 13:56:26', '', 1193, 'http://aazk.org/uncategorized/1193-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1198, 2, '2010-04-08 09:06:23', '2010-04-08 14:06:23', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n<img class="alignnone size-large wp-image-1194" title="zoo-keeper-weeklogohorz-2010" src="http://aecetia.net/gws/aazk/wp-content/uploads/zoo-keeper-weeklogohorz-2010-1023x148.jpg" alt="zoo-keeper-weeklogohorz-2010" width="716" height="104" />\r\n\r\n<strong>Need ideas for celebrating this week or graphics. Click below.\r\n</strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/NationalZoo Keeper Week Ideas.pdf">NZKW ideas</a>\r\n\r\nNZKW graphics (some of these files are large)\r\n\r\nNZKW sample press release (Word format)\r\n\r\nNZKW proclamation (Word format)\r\n\r\n<strong>NATIONAL ZOO KEEPER WEEK PROCLAMATION</strong>\r\n\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2010-04-08 09:06:23', '2010-04-08 14:06:23', '', 1193, 'http://aazk.org/uncategorized/1193-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1199, 2, '2010-04-08 09:07:04', '2010-04-08 14:07:04', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n<img class="alignnone size-large wp-image-1194" title="zoo-keeper-weeklogohorz-2010" src="http://aecetia.net/gws/aazk/wp-content/uploads/zoo-keeper-weeklogohorz-2010-1023x148.jpg" alt="zoo-keeper-weeklogohorz-2010" width="716" height="104" />\r\n\r\n<strong>Need ideas for celebrating this week or graphics. Click below.\r\n</strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf">NZKW ideas</a>\r\n\r\nNZKW graphics (some of these files are large)\r\n\r\nNZKW sample press release (Word format)\r\n\r\nNZKW proclamation (Word format)\r\n\r\n<strong>NATIONAL ZOO KEEPER WEEK PROCLAMATION</strong>\r\n\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2010-04-08 09:07:04', '2010-04-08 14:07:04', '', 1193, 'http://aazk.org/uncategorized/1193-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1200, 2, '2010-04-08 09:09:03', '2010-04-08 14:09:03', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n<img class="alignnone size-large wp-image-1194" title="zoo-keeper-weeklogohorz-2010" src="http://aecetia.net/gws/aazk/wp-content/uploads/zoo-keeper-weeklogohorz-2010-1023x148.jpg" alt="zoo-keeper-weeklogohorz-2010" width="716" height="104" />\r\n\r\n<strong>Need ideas for celebrating this week or graphics. Click below.\r\n</strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf">NZKW ideas</a>\r\n\r\nNZKW graphics (some of these files are large)\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n\r\n<strong>NATIONAL ZOO KEEPER WEEK PROCLAMATION</strong>\r\n\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2010-04-08 09:09:03', '2010-04-08 14:09:03', '', 1193, 'http://aazk.org/uncategorized/1193-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1201, 2, '2010-04-08 09:15:02', '2010-04-08 14:15:02', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n<img class="alignnone size-large wp-image-1194" title="zoo-keeper-weeklogohorz-2010" src="http://aecetia.net/gws/aazk/wp-content/uploads/zoo-keeper-weeklogohorz-2010-1023x148.jpg" alt="zoo-keeper-weeklogohorz-2010" width="716" height="104" />\r\n\r\n<strong>Need ideas for celebrating this week or graphics. Click below.\r\n</strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf">NZKW ideas</a>\r\n\r\nNZKW graphics (some of these files are large)\r\n<ul>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo horz.jpg">2010 logo horizontal</a> (jpg)</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo horz.pdf">2010 logo horizontal</a> (pdf)</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo vert.jpg">2010 logo vertical</a> (jpg)</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo vert.pdf">2010 logo vertical</a> (pdf)</li>\r\n</ul>\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n\r\n<strong>NATIONAL ZOO KEEPER WEEK PROCLAMATION</strong>\r\n\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2010-04-08 09:15:02', '2010-04-08 14:15:02', '', 1193, 'http://aazk.org/uncategorized/1193-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1202, 2, '2010-04-08 09:16:06', '2010-04-08 14:16:06', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n<img class="alignnone size-large wp-image-1194" title="zoo-keeper-weeklogohorz-2010" src="http://aecetia.net/gws/aazk/wp-content/uploads/zoo-keeper-weeklogohorz-2010-1023x148.jpg" alt="zoo-keeper-weeklogohorz-2010" width="716" height="104" />\r\n\r\n<strong>Need ideas for celebrating this week or graphics. Click below.\r\n</strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf">NZKW ideas</a>\r\n\r\nNZKW graphics (some of these files are large)\r\n<ul>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo horz.jpg">2010 logo horizontal</a> (jpg): For jpg right click on the graphic to save.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo horz.pdf">2010 logo horizontal</a> (pdf)</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo vert.jpg">2010 logo vertical</a> (jpg)</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo vert.pdf">2010 logo vertical</a> (pdf)</li>\r\n</ul>\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n\r\n<strong>NATIONAL ZOO KEEPER WEEK PROCLAMATION</strong>\r\n\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2010-04-08 09:16:06', '2010-04-08 14:16:06', '', 1193, 'http://aazk.org/uncategorized/1193-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1203, 2, '2010-04-08 09:17:01', '2010-04-08 14:17:01', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n<img class="alignnone size-large wp-image-1194" title="zoo-keeper-weeklogohorz-2010" src="http://aecetia.net/gws/aazk/wp-content/uploads/zoo-keeper-weeklogohorz-2010-1023x148.jpg" alt="zoo-keeper-weeklogohorz-2010" width="716" height="104" />\r\n\r\n<strong>Need ideas for celebrating this week or graphics. Click below.\r\n</strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf">NZKW ideas</a>\r\n\r\nNZKW graphics (some of these files are large)\r\n<ul>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo horz.jpg">2010 logo horizontal</a> (jpg): For jpgs right click on the graphic to save once the link has opened in a new window.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo horz.pdf">2010 logo horizontal</a> (pdf)</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo vert.jpg">2010 logo vertical</a> (jpg): For jpgs right click on the graphic to save once the link has opened in a  new window.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo vert.pdf">2010 logo vertical</a> (pdf)</li>\r\n</ul>\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n\r\n<strong>NATIONAL ZOO KEEPER WEEK PROCLAMATION</strong>\r\n\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2010-04-08 09:17:01', '2010-04-08 14:17:01', '', 1193, 'http://aazk.org/uncategorized/1193-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1204, 2, '2010-04-08 09:17:52', '2010-04-08 14:17:52', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n<img class="alignnone size-large wp-image-1194" title="zoo-keeper-weeklogohorz-2010" src="http://aecetia.net/gws/aazk/wp-content/uploads/zoo-keeper-weeklogohorz-2010-1023x148.jpg" alt="zoo-keeper-weeklogohorz-2010" width="716" height="104" />\r\n\r\n<strong>Need ideas for celebrating this week or graphics. Click below.\r\n</strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf">NZKW ideas</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n\r\n<strong>NZKW graphics (some of these files are large)</strong>\r\n<ul>\r\n	<li>\r\n<ul>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo  horz.jpg">2010  logo horizontal</a> (jpg): For jpgs right click on the graphic to save  once the link has opened in a new window.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo  horz.pdf">2010  logo horizontal</a> (pdf)</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo  vert.jpg">2010  logo vertical</a> (jpg): For jpgs right click on the graphic to save  once the link has opened in a  new window.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo  vert.pdf">2010  logo vertical</a> (pdf)</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<strong>NATIONAL ZOO KEEPER WEEK PROCLAMATION</strong>\r\n\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2010-04-08 09:17:52', '2010-04-08 14:17:52', '', 1193, 'http://aazk.org/uncategorized/1193-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1205, 2, '2010-04-08 09:25:34', '2010-04-08 14:25:34', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n<img class="alignnone size-large wp-image-1194" title="zoo-keeper-weeklogohorz-2010" src="http://aecetia.net/gws/aazk/wp-content/uploads/zoo-keeper-weeklogohorz-2010-1023x148.jpg" alt="zoo-keeper-weeklogohorz-2010" width="716" height="104" />\r\n\r\n<strong>♠Need ideas for celebrating this week or graphics. Click below.\r\n</strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf">NZKW ideas</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n\r\n<strong>NZKW graphics (some of these files are large)</strong>\r\n<ul>\r\n	<li>\r\n<ul>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo  horz.jpg">2010  logo horizontal</a> (jpg): For jpgs right click on the graphic to save  once the link has opened in a new window.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo  horz.pdf">2010  logo horizontal</a> (pdf)</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo  vert.jpg">2010  logo vertical</a> (jpg): For jpgs right click on the graphic to save  once the link has opened in a  new window.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo  vert.pdf">2010  logo vertical</a> (pdf)</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<strong>NATIONAL ZOO KEEPER WEEK PROCLAMATION</strong>\r\n\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2010-04-08 09:25:34', '2010-04-08 14:25:34', '', 1193, 'http://aazk.org/uncategorized/1193-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1206, 2, '2010-04-08 09:26:35', '2010-04-08 14:26:35', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n<img class="alignnone size-large wp-image-1194" title="zoo-keeper-weeklogohorz-2010" src="http://aecetia.net/gws/aazk/wp-content/uploads/zoo-keeper-weeklogohorz-2010-1023x148.jpg" alt="zoo-keeper-weeklogohorz-2010" width="716" height="104" />\r\n\r\n<strong>Need ideas for celebrating this week or graphics. Click below.\r\n</strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf">NZKW ideas</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n\r\n<strong>NZKW graphics (some of these files are large)</strong>\r\n<ul>\r\n	<li>\r\n<ul>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo horz.jpg">2010  logo horizontal</a> (jpg): For jpgs right click on the graphic to save  once the link has opened in a new window.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo  horz.pdf">2010  logo horizontal</a> (pdf)</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo  vert.jpg">2010  logo vertical</a> (jpg): For jpgs right click on the graphic to save  once the link has opened in a  new window.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo  vert.pdf">2010  logo vertical</a> (pdf)</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<strong>NATIONAL ZOO KEEPER WEEK PROCLAMATION</strong>\r\n\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2010-04-08 09:26:35', '2010-04-08 14:26:35', '', 1193, 'http://aazk.org/uncategorized/1193-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1207, 2, '2010-04-08 09:27:43', '2010-04-08 14:27:43', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n<img class="alignnone size-large wp-image-1194" title="zoo-keeper-weeklogohorz-2010" src="http://aecetia.net/gws/aazk/wp-content/uploads/zoo-keeper-weeklogohorz-2010-1023x148.jpg" alt="zoo-keeper-weeklogohorz-2010" width="716" height="104" />\r\n\r\n<strong>Need ideas for celebrating this week or graphics. Click below.\r\n</strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf">NZKW ideas</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n\r\n<strong>NZKW graphics (some of these files are large)</strong>\r\n<ul>\r\n	<li>\r\n<ul>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo horz.jpg">2010  logo horizontal</a> (jpg): For jpgs right click on the graphic to save  once the link has opened in a new window.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo horz.pdf">2010  logo horizontal</a> (pdf)</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo vert.jpg">2010  logo vertical</a> (jpg): For jpgs right click on the graphic to save  once the link has opened in a  new window.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo vert.pdf">2010  logo vertical</a> (pdf)</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<strong>NATIONAL ZOO KEEPER WEEK PROCLAMATION</strong>\r\n\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2010-04-08 09:27:43', '2010-04-08 14:27:43', '', 1193, 'http://aazk.org/uncategorized/1193-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1208, 2, '2010-04-08 09:27:51', '2010-04-08 14:27:51', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n<img class="alignnone size-large wp-image-1194" title="zoo-keeper-weeklogohorz-2010" src="http://aecetia.net/gws/aazk/wp-content/uploads/zoo-keeper-weeklogohorz-2010-1023x148.jpg" alt="zoo-keeper-weeklogohorz-2010" width="716" height="104" />\r\n\r\n<strong>Need ideas for celebrating this week or graphics. Click below.\r\n</strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf">NZKW ideas</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n\r\n<strong>NZKW graphics (some of these files are large)</strong>\r\n<ul>\r\n	<li>\r\n<ul>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo horz.jpg">2010  logo horizontal</a> (jpg): For jpgs right click on the graphic to save  once the link has opened in a new window.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo horz.pdf">2010  logo horizontal</a> (pdf)</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo vert.jpg">2010  logo vertical</a> (jpg): For jpgs right click on the graphic to save  once the link has opened in a  new window.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo vert.pdf">2010  logo vertical</a> (pdf)</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<strong>NATIONAL ZOO KEEPER WEEK PROCLAMATION</strong>\r\n\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2010-04-08 09:27:51', '2010-04-08 14:27:51', '', 1193, 'http://aazk.org/uncategorized/1193-revision-14/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1209, 2, '2010-04-08 09:29:00', '2010-04-08 14:29:00', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n<img class="alignnone size-large wp-image-1194" title="zoo-keeper-weeklogohorz-2010" src="http://aecetia.net/gws/aazk/wp-content/uploads/zoo-keeper-weeklogohorz-2010-1023x148.jpg" alt="zoo-keeper-weeklogohorz-2010" width="716" height="104" />\r\n\r\n<strong>Need ideas for celebrating this week or graphics. Click below.\r\n</strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf">NZKW ideas</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n\r\n<strong>NZKW graphics (some of these files are large)</strong>\r\n<ul>\r\n	<li>\r\n<ul>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo horz.jpg">2010  logo horizontal</a> (jpg): For jpgs right click on the graphic to save  once the link has opened in a new window.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo horz.pdf">2010  logo horizontal</a> (pdf)</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo vert.jpg">2010  logo vertical</a> (jpg): For jpgs right click on the graphic to save  once the link has opened in a  new window.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo vert.pdf">2010  logo vertical</a> (pdf)</li>\r\n</ul>\r\n<ul></ul>\r\n</li>\r\n</ul>\r\n<strong>NATIONAL ZOO KEEPER WEEK PROCLAMATION</strong>\r\n\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2010-04-08 09:29:00', '2010-04-08 14:29:00', '', 1193, 'http://aazk.org/uncategorized/1193-revision-15/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1210, 2, '2010-04-08 09:29:11', '2010-04-08 14:29:11', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n<img class="alignnone size-large wp-image-1194" title="zoo-keeper-weeklogohorz-2010" src="http://aecetia.net/gws/aazk/wp-content/uploads/zoo-keeper-weeklogohorz-2010-1023x148.jpg" alt="zoo-keeper-weeklogohorz-2010" width="716" height="104" />\r\n\r\n<strong>Need ideas for celebrating this week or graphics. Click below.\r\n</strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf">NZKW ideas</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n\r\n<strong>NZKW graphics (some of these files are large)</strong>\r\n<ul>\r\n	<li>\r\n<ul>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo horz.jpg">2010  logo horizontal</a> (jpg): For jpgs right click on the graphic to save  once the link has opened in a new window.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo horz.pdf">2010  logo horizontal</a> (pdf)</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo vert.jpg">2010  logo vertical</a> (jpg): For jpgs right click on the graphic to save  once the link has opened in a  new window.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo vert.pdf">2010  logo vertical</a> (pdf)</li>\r\n</ul>\r\n<ul></ul>\r\n</li>\r\n</ul>\r\n<strong>NATIONAL ZOO KEEPER WEEK PROCLAMATION</strong>\r\n\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2010-04-08 09:29:11', '2010-04-08 14:29:11', '', 1193, 'http://aazk.org/uncategorized/1193-revision-16/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1212, 2, '2010-04-08 15:36:23', '2010-04-08 20:36:23', '', 'apetaglogo', 0, '', 'inherit', 'closed', 'closed', '', 'apetaglogo', '', '', '2010-04-08 15:36:23', '2010-04-08 20:36:23', '', 0, 'http://aazk.org/wp-content/uploads/apetaglogo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1213, 2, '2010-04-08 15:36:46', '2010-04-08 20:36:46', '', 'azalogo', 0, '', 'inherit', 'closed', 'closed', '', 'azalogo', '', '', '2010-04-08 15:36:46', '2010-04-08 20:36:46', '', 0, 'http://aazk.org/wp-content/uploads/azalogo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1797, 2, '2010-12-01 06:33:40', '2010-12-01 11:33:40', '<strong>December 6-10, 2010 - <em>Training and Enrichment Workshop for Zoo Animals</em></strong><em> </em>- Oakland Zoo, Oakland, CA.  For information contact Active Environments, Inc. at 805-737-3700 or email Gail Laule at <a href="mailto:moonshadowe@earthlink.net">moonshadowe@earthlink.net</a> or Margaret Rousser at <a href="mailto:margaret@oaklandzoo.org">margaret@oaklandzoo.org</a>.\r\n\r\n<strong>February 16-19, 2011  - <em>19th Annual Conference International Association of Avian Trainers and Educators</em></strong> ~ “Pittsburgh 2011: Innovation and Inspiration” Hosted by National Aviary in Pittsburgh, PA USA. Papers, posters, site visits, vendors and workshops. Topics will include avian behavior, training, husbandry, conservation, education, enrichment and show presentation/production.  For more information about the conference visit <a href="http://www.IAATE.org">www.IAATE.org</a>.\r\n\r\n<strong><em></em></strong>\r\n\r\n<strong>March 2-4, 2011 - <em>Association of Professional Wildlife Educators</em></strong>. To be held at the Frank Buck Zoo Gainesville, Texas. Watch <a href="http://www.apwe.org/">http://www.apwe.org/</a> for details as they become available.\r\n\r\n<strong>March 6-11, 2011 - <em>AZA Professional Training Course:  Animal Training Applications in Zoos and Aquariums.</em> </strong>Hosted at Disney’s Animal Kingdom, Orlando, FL. Get hands-on experience in training animals! This course provides zoo and aquarium staff with a background in training theory and an understanding of the skills necessary to train animals. It includes a historical perspective of animal training as well as terminology and an overview of training techniques. Selected training concepts and skills will be taught via animal demonstrations, group activities and individual skill development opportunities.\r\nFor more information:  <a href="http://www.aza.org/professional-training/">http://www.aza.org/professional-training/</a>.\r\n\r\n<strong>March 8-11, 2011 -<em> Zoos and Aquariums Committing to Conservation</em></strong>.  Hosted by the Woodland Park Zoo, at Sheraton Seattle Hotel, Seattle, WA, USA.  Icebreaker planned for evening of March 7th. Registration is now open at <a href="http://www.zoo.org/zacc">www.zoo.org/zacc</a>.\r\n\r\nWe are pleased to announce the ZACC 2011 Keynote Speakers!\r\n\r\nTuesday, March 8\r\n<strong>Dr. Jeff Bonner, President &amp; CEO, St. Louis Zoo</strong>\r\nDr. Bonner has been President and Chief Executive Officer of the Saint Louis Zoo since 2002 and is the Chair Elect of the Association of Zoos and Aquariums. Under his leadership, Saint Louis Zoo’s WildCare Institute was born, with 12 Conservation Centers supporting research and conservation activities for critically endangered species and habitats across the globe. Dr. Bonner is also the author of Sailing with Noah, Stories from the World of Zoos. The book, published in 2006, is an intensely personal, behind-the-scenes look at modern zoos. In it he explores the role of zoos in today\'s society and their future as institutions of education, conservation and research.\r\n\r\nWednesday, March 9\r\n<strong>Cristina Mittermeier, Founder &amp; Executive Director, International League of Conservation Photographers</strong>\r\nAs a photographer and writer since 1996, Cristina Mittermeier has co-edited 9 books, including a series published with Conservation International and Cemex.  Cristina serves as Executive Director of the International League of Conservation Photographers, an organization she founded in 2005, while also serving on the Chairman’s Council at Conservation International, and on the Advisory Board of Nature\'s Best Magazine.\r\n\r\nThursday, March 10\r\n<strong>Jennifer Morris, Senior Vice President of the Ecosystem Finance Division, Conservation International</strong>\r\nIn her current position at Conservation International, Jennifer Morris manages two funds: the Global Conservation Fund and Verde Ventures. The Global Conservation Fund supports the creation and financing of protected areas in Conservation International’s priority countries. The Verde Ventures Fund invests in pro-conservation, small and medium sized enterprises (SMEs) working in key sectors of interest, providing affordable financing to coffee and cacao producers, as well as ecotourism SMEs worldwide. In prior work with Conservation International, Ms Morris played a key role in assisting local partners in Africa, Asia, and Latin America to analyze, structure, and develop community-based enterprises and credit instruments for the development of rural micro and small enterprises supporting conservation.\r\n\r\nFriday, March 11\r\n<strong>Patricia A. Conrad, DVM, PhD, Co-Director of One Health Center, University of California Global Health Institute</strong>\r\nDr. Patricia Conrad, Co-Director of the One Health Center in the University of California Global Health Institute, is a protozoologist interested in zoonotic disease transmission at the interface between wildlife, humans and domestic animals. She leads an enthusiastic research team of graduate students, staff and collaborators investigating the impact of fecal pathogen pollution in freshwater, marine and terrestrial ecosystems on wildlife and human populations. Developing new technologies for parasite detection and identification of new species is an important part of their studies.\r\n\r\nBe sure you register for ZACC 2011 today to hear each of these wonderful speakers! You’ll also be able to network with colleagues, learn the latest news from other conservation organizations, and brainstorm with fellow delegates during breakout sessions all while enjoying beautiful Seattle. For a full agenda and to register, visit <a href="http://www.zoo.org/zacc">www.zoo.org/zacc</a>.\r\nP.S. Early bird conference rate is just $185 and room rates are as low as $165/night.\r\n<strong>March 19-24 , 2011 - Save the Date!  <em>The 2011 AZA Ungulate TAG Midyear Meetings</em></strong> are being planned in conjunction with the AZA Midyear workshop in Chattanooga, TN. The exact dates of the Ungulate TAG meetings will be determined soon.  This year the meetings will include midyear/working meetings for the following AZA TAGS:  Antelope and Giraffe, Equid, Cervid, Caprid, Wild Pig and Peccary and the Cattle TAG, as well as the Annual Ungulate TAG Research Symposium.  AZA has announced that the registration rates will remain the same as the rates in 2009 and the Conference Hotel will be the Chattanooga Marriott with conference rates of $135/night.   Contact Martha Fischer at <a href="mailto:fischer@stlzoo.org">fischer@stlzoo.org</a> for more information.\r\n\r\n<strong>April 17-22, 2011 - <em>11th Annual Animal Behavior Management Alliance (ABMA)</em></strong>. In Denver, CO. The conference will kick off with our keynote speaker, Dr. Jill Mellen from Disney’s Animal Kingdom, and will culminate with an Earth Day to remember at the Denver Zoo.  See (<a href="http://www.theabma.org/">http://www.theabma.org/</a>) for further information.\r\n\r\n<strong>\r\nMay 15th-18th, 2011 - <em>2011 Rhino Keeper Workshop</em></strong>. To be held at Fossil Rim Wildlife Center, Glen Rose, Texas. For further info contact:<a href="mailto:adam.felts@columbuszoo.org"> adam.felts@columbuszoo.org</a>.\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>October 6 – 9, 2011 - <em>Advancing Bear Care 2011</em></strong> – Banff, Canada\r\nBear biologists and naturalists will lead hikes into bear habitat and interpret for delegates how bears use the components of the ecosystem to express their daily and seasonal routines. We will bring this information back into workshops and apply this knowledge towards improving captive bear husbandry. Also, international bear biologists will assist us in interpreting Asian, European, and South American bear habitats.\r\n\r\n<strong>Our Hotels:</strong> We have booked a group of hotels all located in the same block right on the Bow River in Banff. The Banff Park Lodge also owns the Bow View Lodge and the Homestead Inn. Delegates will be able to book a room at one of three price points. You can stay at the Banff Park Lodge [four star hotel] for $135.00 per night - sleeps two - add $15.00 for a third person, or at the Bow View Lodge [three star hotel] for $110.00 per night – sleeps two – add $15.00 for a third person, or at the Homestead Inn [two star hotel] for $95.00 per night – sleeps two. All of the hotels offer clean, fresh rooms with various amenities, and are a two minute walk to dozens of restaurants and pubs at varying price points from McDonalds to international cuisine. Most meals will be offered at the conference but time will be set aside for delegates to experience Banff and the Rocky Mountains. All conference presentations and workshops will be held at the Banff Park Lodge. The arrangement of the hotels is reminiscent of a college campus for convenience.\r\n\r\nBanff Park Lodge <a href="http://www.banffparklodge.com/">http://www.banffparklodge.com/</a>\r\nBow View Lodge <a href="http://www.bowview.com/">http://www.bowview.com/</a>\r\nHomestead Inn <a href="http://www.homesteadinnbanff.com/">http://www.homesteadinnbanff.com/</a>\r\n\r\nThe Agenda: Breakfast is served in our private breakfast room above the hotel lobby. We will meet in the lobby early to board buses to take us out to trail heads each morning [Friday, Saturday, and Sunday] for a guided 1-2 hour hike into bear habitat interpreted by bear biologists, returning to the hotels around noon. Lunch will be served in the conference suite [except for one where delegates can try Banff cuisine]. We will meet at the conference suite for or after lunch for afternoon species-specific workshops for problem-solving sessions lead by some of our captive bear experts. Delegates are asked to bring questions, photos, and other support materials of their current enclosures and husbandry issues to share with the delegates for discussion. Workshops will cater specifically to zoos, sanctuaries, and rehabilitation facilities. Dinner will be served at the conference suite [except for two where delegates can try Banff cuisine]. We will meet after dinner in the conference suite for evening presentations given by species specific bear biologists focusing on how wild bears use their habitat. In the large lobby attached to our conference suite we will offer registration, poster presentations, the silent auction, and the Bear Book and Art Den. Delegates are asked to present their latest work in poster presentations. The Bear Care Group is beginning a new tradition of presenting awards recognizing caregivers for their presentations and hard work.\r\n\r\nPost Conference Trips: We are aware that some delegates need to be back to work after the weekend, but others can stay to sightsee. We are thrilled to announce that we will offer a three day trip into the interior of British Columbia to visit the wonderful Northern Lights Wildlife Society <a href="http://www.wildlifeshelter.com/">http://www.wildlifeshelter.com/</a> near the town of Smithers <a href="http://www.tourismsmithers.com/">http://www.tourismsmithers.com/</a>.  We will travel there from Calgary by bus or air, stay over night in Smithers, visit the rehabilitation facility for one day, and travel back to Calgary (or delegates can travel onto Vancouver or other destinations) on the third day. The Northern Lights Wildlife Society is distinguished by rehabilitating for release both American black bears and grizzly bears. Travel plans will be made as delegates express interest in the trip during conference registration. The trip is tentatively set for Tuesday, October 11th to Thursday, October 13th 20011.\r\n\r\nOn Monday, October 10th we hope to offer a full day trip to the Calgary Zoo. Arrangements are still TBA.\r\n\r\nYour Travel; Delegates should fly to the Calgary International Airport in Calgary, Alberta, Canada <a href="http://www.visitcalgary.com/visitor-information">http://www.visitcalgary.com/visitor-information</a>. It is a destination airport from many US, European and Asian cities. From there delegates can purchase a round trip ticket to Banff with the Banff Airporter <a href="http://www.banffairporter.com/">http://www.banffairporter.com/</a> directly from the airport to the Banff Park Lodge. A special price likely around $100.00 will be negotiated with the company.\r\n\r\nConference Registration: You will be able to register for the conference, conference workshops, hotel, Northern Lights Wildlife Society and Calgary Zoo trips, and Banff Airporter right on this website by January 2011 at the latest.\r\n\r\nGET CONFERENCE UPDATES\r\nConference updates will always be posted on the Bearcare Yahoo Group list serv http://ca.groups.yahoo.com/group/bearcare/ You will be able to advertise your need for roommates, rides, conference questions etc on this list serv. To join just send an email to <a href="mailto:bearcare-subscribe@yahoogroups.ca">bearcare-subscribe@yahoogroups.ca</a>.\r\n<em><strong>Upcoming AAZK National Conferences</strong></em>\r\n\r\n2011 - San Diego, CA - August 24-28\r\n\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - Dates TBA\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n\r\n<em><strong>Upcoming AZA National Conferences</strong></em>\r\n\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events December 2010', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2010-12-01 06:33:40', '2010-12-01 11:33:40', '', 435, 'http://aazk.org/uncategorized/435-revision-28/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1798, 2, '2010-12-01 06:38:34', '2010-12-01 11:38:34', 'Information for Contributors\r\nFrom the Editor\r\nA Message from Polar Bears International\r\nFrom the President: <em>I Am Sasquatch, Behold My Carbon Footprint: The Second Sole Edition</em>\r\nA Climate Change Primer\r\nClimate Change: Fact and Fiction\r\nClimate Change: Pushing Species to the Brink\r\nWildlife, Warming and Whatever: The WWW Generation\r\nWhere Have All the Big Bears Gone?  Churchill’s Population First to Raise Questions\r\nScientists Estimate Human-Caused Climate Change at Root of Diminishing Water Flow in Western United States\r\nA Call to Action for Polar Bears\r\nReef Relief\r\nGlobal Warming to Seriously Affect Global Health\r\nWalruses Seeking Refuge in Alaska\r\nClimate Change and Amphibians\r\nIf Frogs Go Extinct, You’ll Notice\r\nSnow Covers the Peak of Mt. Kilimanjaro in Tanzania--But for How Long?\r\nU.S. Peaks Also Show Effects of Global Warming\r\nTwo by Two on the AArk\r\nThe Butterfly Effect: Global Warming Changes Butterfly Habitat and Behavior\r\nCommunicating About Climate Change\r\nPlanting Trees for Polar Bears\r\n“Trees for You and Me” Program an Instant Success\r\nLearn More.....Earth’s Tipping Points\r\nTaking Action Against Climate Change (<em>Acres for the Atmosphere</em>)\r\nThe Barometer of Life\r\nInsects ‘will be climate change’s first victims’\r\nConserving the World’s Reefs Through Live and Frozen Banks\r\nThe Effects of Climate Change on Migratory Birds\r\nMelting Under Pressure: The Real Scoop on Climate Warming and Polar Bears\r\nNotes from the Climate Change Panel Discussion Held at the 2010 Association of Zoos and Aquariums Conference in Houston, Texas\r\nSpecies Abound in Arctic Reserve\r\nGlobal Warming Threatens Coastal Fishing\r\nPBI’s Arctic Ambassador Centers\r\nPatience\r\nPBI Leadership Camp\r\nLiving with the Polar Bears of Churchill During Keeper Leadership Camp\r\nFor Further Information on Climate Change (<em>Websites and Books</em>)', 'December 2010', 0, '', 'draft', 'closed', 'closed', '', 'december-2010', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 0, 'http://aazk.org/?p=1798', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1799, 2, '2010-12-01 06:37:52', '2010-12-01 11:37:52', 'Information for Contributors\nFrom the Editor\nA Message from Polar Bears International\nFrom the President: <em>I Am Sasquatch, Behold My Carbon Footprint: The Second Sole Edition</em>\nA Climate Change Primer\nClimate Change: Fact and Fiction\nClimate Change: Pushing Species to the Brink\nWildlife, Warming and Whatever: The WWW Generation\nWhere Have All the Big Bears Gone?  Churchill’s Population First to Raise Questions\nScientists Estimate Human-Caused Climate Change at Root of Diminishing Water Flow in Western United States\nA Call to Action for Polar Bears\nReef Relief\nGlobal Warming to Seriously Affect Global Health\nWalruses Seeking Refuge in Alaska\nClimate Change and Amphibians\nIf Frogs Go Extinct, You’ll Notice\nSnow Covers the Peak of Mt. Kilimanjaro in Tanzania--But for How Long?\nU.S. Peaks Also Show Effects of Global Warming\nTwo by Two on the AArk\nThe Butterfly Effect: Global Warming Changes Butterfly Habitat and Behavior\nCommunicating About Climate Change\nPlanting Trees for Polar Bears\n“Trees for You and Me” Program an Instant Success\nLearn More.....Earth’s Tipping Points\nTaking Action Against Climate Change (Acres for the Atmosphere)\nThe Barometer of Life\nInsects ‘will be climate change’s first victims’\nConserving the World’s Reefs Through Live and Frozen Banks\nThe Effects of Climate Change on Migratory Birds\nMelting Under Pressure: The Real Scoop on Climate\nWarming and Polar Bears\nNotes from the Climate Change Panel Discussion Held at the 2010\nAssociation of Zoos and Aquariums Conference in Houston, Texas\nSpecies Abound in Arctic Reserve\nGlobal Warming Threatens Coastal Fishing\nPBI’s Arctic Ambassador Centers\nPatience\nPBI Leadership Camp\nLiving with the Polar Bears of Churchill During Keeper Leadership Camp\nFor Further Information on Climate Change (Websites and Books)', 'December 2010', 0, '', 'inherit', 'closed', 'closed', '', '1798-revision', '', '', '2010-12-01 06:37:52', '2010-12-01 11:37:52', '', 1798, 'http://aazk.org/uncategorized/1798-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1800, 2, '2010-12-16 07:22:02', '2010-12-16 12:22:02', 'Information for Contributors\nFrom the Editor\nA Message from Polar Bears International\nFrom the President: <em>I Am Sasquatch, Behold My Carbon Footprint: The Second Sole Edition</em>\nA Climate Change Primer\nClimate Change: Fact and Fiction\nClimate Change: Pushing Species to the Brink\nWildlife, Warming and Whatever: The WWW Generation\nWhere Have All the Big Bears Gone?  Churchill’s Population First to Raise Questions\nScientists Estimate Human-Caused Climate Change at Root of Diminishing Water Flow in Western United States\nA Call to Action for Polar Bears\nReef Relief\nGlobal Warming to Seriously Affect Global Health\nWalruses Seeking Refuge in Alaska\nClimate Change and Amphibians\nIf Frogs Go Extinct, You’ll Notice\nSnow Covers the Peak of Mt. Kilimanjaro in Tanzania--But for How Long?\nU.S. Peaks Also Show Effects of Global Warming\nTwo by Two on the AArk\nThe Butterfly Effect: Global Warming Changes Butterfly Habitat and Behavior\nCommunicating About Climate Change\nPlanting Trees for Polar Bears\n“Trees for You and Me” Program an Instant Success\nLearn More.....Earth’s Tipping Points\nTaking Action Against Climate Change (<em>Acres for the Atmosphere</em>)\nThe Barometer of Life\nInsects ‘will be climate change’s first victims’\nConserving the World’s Reefs Through Live and Frozen Banks\nThe Effects of Climate Change on Migratory Birds\nMelting Under Pressure: The Real Scoop on Climate Warming and Polar Bears\nNotes from the Climate Change Panel Discussion Held at the 2010 Association of Zoos and Aquariums Conference in Houston, Texas\nSpecies Abound in Arctic Reserve\nGlobal Warming Threatens Coastal Fishing\nPBI’s Arctic Ambassador Centers\nPatience\nPBI Leadership Camp\nLiving with the Polar Bears of Churchill During Keeper Leadership Camp\nFor Further Information on Climate Change (<em>Websites and Books</em>)', 'December 2010', 0, '', 'inherit', 'closed', 'closed', '', '1798-autosave', '', '', '2010-12-16 07:22:02', '2010-12-16 12:22:02', '', 1798, 'http://aazk.org/uncategorized/1798-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1220, 2, '2010-03-04 11:04:23', '2010-03-04 16:04:23', '<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h3>Sponsored by</h3>\r\n<a href="http://www.bluerhino.com/"><img class="alignnone size-full wp-image-867" title="blue-rhino-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue-rhino-logo.jpg" alt="blue-rhino-logo" width="216" height="92" /></a>\r\n\r\n"AAZK\'s Bowling for Rhinos-Sponsored by Blue Rhino" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising over $300,000 annually. In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save Rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a National bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa we support the Lewa Wildlife Conservancy where our donations help protect both Black and White Rhinos and most of the other species native to East Africa. The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programs, and the education of neighboring areas in the value of wildlife.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia AAZK supports the remaining Javan Rhinos at Ujung Kulon National Park and the Samatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\nBowling For Rhinos has broken the $3 million mark and we continue to reach for attaining our goal of $500,000/year! Together AAZK can do it. We have and we will continue to make a difference in the conservation world. Please send me your organization\'s contact person/contact info ASAP along with the date of your event. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR coordinators.\r\n\r\n<a href="/about/committee/bowling-for-rhinos/lewa-safaris/">Lewa Wildlife Conservancy Safaris</a>', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2010-03-04 11:04:23', '2010-03-04 16:04:23', '', 168, 'http://aazk.org/uncategorized/168-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1221, 2, '2010-04-15 09:07:15', '2010-04-15 14:07:15', '<h2><span style="color: #ff0000;">Application Deadline is June 1, 2014</span></h2>\r\nThe American Association of Zoo Keepers, Inc.  (AAZK) is pleased to announce the call for proposals for the Bowling for Rhinos Conservation Resource Fund. This competitive grant is designed to fund projects focused on rhino conservation and research. The total amount of funds available from the 2013 events is $4784.48. This competitive grant is designed to fund projects focused on rhino conservation and research. Successful proposals will reflect AAZK values and meet award criteria in one of four categories:\r\n<strong>·    Category I - In-situ Rhino Conservation and Research-</strong>\r\nShort-term (less than one year), specific, field research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner.\r\n<strong>·    Category 2 - In–situ Community, Educational or Medical Programs (Africa or Asia)-</strong>\r\nCommunity education, school support or medical programs developed or administrated by an individual working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner restricted to the continents of Africa or Asia. Preference may be given to local programs established and/or administrated by LWC (Lewa Wildlife Conservancy), IRF (International Rhino Foundation) or ACK (Action for Cheetahs in Kenya) endorsed partners.\r\n<strong>·    Category 3 - In-situ Species Conservation-</strong>\r\nShort-term (less than one year), specific, field research projects on any species that shares the exact same ecosystem as: Asian, Java, Sumatran, and African Black or White rhino.\r\n<strong>·    Category 4 - Ex-situ Rhino Conservation and Research –</strong>\r\nShort-term (less than one year), specific, zoological research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner. Researcher(s) must be able to demonstrate evidence of partnership with a rhino conservation entity operating in Asia or Africa combined with a tangible benefit to an in-situ conservation project.\r\n\r\n<strong>Eligibility</strong>\r\nAffiliation or partnership with AAZK is not required, but preference may be given to AAZK Members or Conservation Partners.\r\n<span style="color: #ff0000;"><em><strong>Applications are due no later the June 1st.</strong></em></span> Award announcements will be made on July 1.  Application information is available on the AAZK website, <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>. Go to the About Us on the homepage, then to Bowling for Rhinos for info and an application.\r\n\r\n<a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-grant-application-instructions/">Application instructions.</a>', 'Bowling for Rhinos Conservation Resource Grant', 0, '', 'publish', 'closed', 'closed', '', 'bowling-for-rhinos-conservation-resource-fund-grant', '', '', '2014-05-05 15:24:40', '2014-05-05 20:24:40', '', 168, 'http://aazk.org/?page_id=1221', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4527, 1, '2013-11-06 22:35:23', '2013-11-07 03:35:23', '<h2><span style="color: #ff0000;">Application Deadline is June 1, 2013</span></h2>\r\nThe American Association of Zoo Keepers, Inc.  (AAZK) is pleased to announce the call for proposals for the Bowling for Rhinos Conservation Resource Fund. This competitive grant is designed to fund projects focused on rhino conservation and research. The total amount of funds available in 2012 is $3426.22. This competitive grant is designed to fund projects focused on rhino conservation and research. Successful proposals will reflect AAZK values and meet award criteria in one of four categories:\r\n<strong>·    Category I - In-situ Rhino Conservation and Research-</strong>\r\nShort-term (less than one year), specific, field research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner.\r\n<strong>·    Category 2 - In–situ Community, Educational or Medical Programs (Africa or Asia)-</strong>\r\nCommunity education, school support or medical programs developed or administrated by an individual working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner restricted to the continents of Africa or Asia. Preference may be given to local programs established and/or administrated by LWC (Lewa Wildlife Conservancy), IRF (International Rhino Foundation) or ACK (Action for Cheetahs in Kenya) endorsed partners.\r\n<strong>·    Category 3 - In-situ Species Conservation-</strong>\r\nShort-term (less than one year), specific, field research projects on any species that shares the exact same ecosystem as: Asian, Java, Sumatran, and African Black or White rhino.\r\n<strong>·    Category 4 - Ex-situ Rhino Conservation and Research –</strong>\r\nShort-term (less than one year), specific, zoological research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner. Researcher(s) must be able to demonstrate evidence of partnership with a rhino conservation entity operating in Asia or Africa combined with a tangible benefit to an in-situ conservation project.\r\n\r\n<strong>Eligibility</strong>\r\nAffiliation or partnership with AAZK is not required, but preference may be given to AAZK Members or Conservation Partners.\r\n<span style="color: #ff0000;"><em><strong>Applications are due no later the June 1st.</strong></em></span> Award announcements will be made on July 1.  Application information is available on the AAZK website, <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>. Go to the About Us on the homepage, then to Bowling for Rhinos for info and an application.\r\n\r\n<a class="thickbox" href="[homeurl]/bowling-for-rhinos/bfr-grant-application-instructions/">Application instructions.</a>', 'Bowling for Rhinos Conservation Resource Grant', 0, '', 'inherit', 'closed', 'closed', '', '1221-revision-v1', '', '', '2013-11-06 22:35:23', '2013-11-07 03:35:23', '', 1221, 'http://web3.gowebsolutions.com/~aazook/1221-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1222, 2, '2010-04-15 09:01:56', '2010-04-15 14:01:56', 'The American Association of Zoo Keepers, Inc.  (AAZK) is pleased to announce the first annual call for proposals for the Bowling for Rhinos Conservation Resource Fund. This competitive grant is designed to fund projects focused on rhino conservation and research. Successful proposals will reflect AAZK values and meet award criteria in one of four categories:\n\n<strong>·    Category I - In-situ Rhino Conservation and Research-</strong>\nShort-term (less than one year), specific, field research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner.\n<strong>·    Category 2 - In–situ Community, Educational or Medical Programs (Africa or Asia)-</strong>\nCommunity education, school support or medical programs developed or administrated by an individual working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner restricted to the continents of Africa or Asia. Preference may be given to local programs established and/or administrated by LWC (Lewa Wildlife Conservancy), IRF (International Rhino Foundation) or ACK (Action for Cheetahs in Kenya) endorsed partners.\n<strong>·    Category 3 - In-situ Species Conservation-</strong>\nShort-term (less than one year), specific, field research projects on any species that shares the exact same ecosystem as: Asian, Java, Sumatran, and African Black or White rhino.\n<strong>·    Category 4 - Ex-situ Rhino Conservation and Research –</strong>\nShort-term (less than one year), specific, zoological research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner. Researcher(s) must be able to demonstrate evidence of partnership with a rhino conservation entity operating in Asia or Africa combined with a tangible benefit to an in-situ conservation project.\n\n<strong>Eligibility</strong>\nAffiliation or partnership with AAZK is not required, but preference may be given to AAZK Members or Conservation Partners.\n\n<span style="color: #ff0000;"><strong>Applications are due no later the June 1 of each calendar year.</strong></span> Award announcements will be made on July 1.', 'Bowling for Rhinos Conservation Resource Fund Grant', 0, '', 'inherit', 'closed', 'closed', '', '1221-revision-v1', '', '', '2010-04-15 09:01:56', '2010-04-15 14:01:56', '', 1221, 'http://aazk.org/uncategorized/1221-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1223, 2, '2010-04-15 09:02:01', '2010-04-15 14:02:01', 'The American Association of Zoo Keepers, Inc.  (AAZK) is pleased to announce the first annual call for proposals for the Bowling for Rhinos Conservation Resource Fund. This competitive grant is designed to fund projects focused on rhino conservation and research. Successful proposals will reflect AAZK values and meet award criteria in one of four categories:\r\n\r\n<strong>·    Category I - In-situ Rhino Conservation and Research-</strong>\r\nShort-term (less than one year), specific, field research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner.\r\n<strong>·    Category 2 - In–situ Community, Educational or Medical Programs (Africa or Asia)-</strong>\r\nCommunity education, school support or medical programs developed or administrated by an individual working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner restricted to the continents of Africa or Asia. Preference may be given to local programs established and/or administrated by LWC (Lewa Wildlife Conservancy), IRF (International Rhino Foundation) or ACK (Action for Cheetahs in Kenya) endorsed partners.\r\n<strong>·    Category 3 - In-situ Species Conservation-</strong>\r\nShort-term (less than one year), specific, field research projects on any species that shares the exact same ecosystem as: Asian, Java, Sumatran, and African Black or White rhino.\r\n<strong>·    Category 4 - Ex-situ Rhino Conservation and Research –</strong>\r\nShort-term (less than one year), specific, zoological research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner. Researcher(s) must be able to demonstrate evidence of partnership with a rhino conservation entity operating in Asia or Africa combined with a tangible benefit to an in-situ conservation project.\r\n\r\n<strong>Eligibility</strong>\r\nAffiliation or partnership with AAZK is not required, but preference may be given to AAZK Members or Conservation Partners.\r\n\r\n<span style="color: #ff0000;"><strong>Applications are due no later the June 1 of each calendar year.</strong></span> Award announcements will be made on July 1.', 'Bowling for Rhinos Conservation Resource Fund Grant', 0, '', 'inherit', 'closed', 'closed', '', '1221-revision-v1', '', '', '2010-04-15 09:02:01', '2010-04-15 14:02:01', '', 1221, 'http://aazk.org/uncategorized/1221-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1224, 2, '2010-04-15 09:02:42', '2010-04-15 14:02:42', 'The American Association of Zoo Keepers, Inc.  (AAZK) is pleased to announce the first annual call for proposals for the Bowling for Rhinos Conservation Resource Fund. This competitive grant is designed to fund projects focused on rhino conservation and research. Successful proposals will reflect AAZK values and meet award criteria in one of four categories:\r\n\r\n<strong>·    Category I - In-situ Rhino Conservation and Research-</strong>\r\nShort-term (less than one year), specific, field research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner.\r\n<strong>·    Category 2 - In–situ Community, Educational or Medical Programs (Africa or Asia)-</strong>\r\nCommunity education, school support or medical programs developed or administrated by an individual working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner restricted to the continents of Africa or Asia. Preference may be given to local programs established and/or administrated by LWC (Lewa Wildlife Conservancy), IRF (International Rhino Foundation) or ACK (Action for Cheetahs in Kenya) endorsed partners.\r\n<strong>·    Category 3 - In-situ Species Conservation-</strong>\r\nShort-term (less than one year), specific, field research projects on any species that shares the exact same ecosystem as: Asian, Java, Sumatran, and African Black or White rhino.\r\n<strong>·    Category 4 - Ex-situ Rhino Conservation and Research –</strong>\r\nShort-term (less than one year), specific, zoological research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner. Researcher(s) must be able to demonstrate evidence of partnership with a rhino conservation entity operating in Asia or Africa combined with a tangible benefit to an in-situ conservation project.\r\n\r\n<strong>Eligibility</strong>\r\nAffiliation or partnership with AAZK is not required, but preference may be given to AAZK Members or Conservation Partners.\r\n\r\n<span style="color: #ff0000;"><strong>Applications are due no later the June 1 of each calendar year.</strong></span> Award announcements will be made on July 1.', 'Bowling for Rhinos Conservation Resource Fund Grant', 0, '', 'inherit', 'closed', 'closed', '', '1221-revision-v1', '', '', '2010-04-15 09:02:42', '2010-04-15 14:02:42', '', 1221, 'http://aazk.org/uncategorized/1221-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1225, 2, '2012-02-11 16:46:32', '2012-02-11 21:46:32', '<h2><span style="color: #ff0000;">Application Deadline is June 1, 2012</span></h2>\nThe American Association of Zoo Keepers, Inc.  (AAZK) is pleased to announce the call for proposals for the Bowling for Rhinos Conservation Resource Fund. This competitive grant is designed to fund projects focused on rhino conservation and research. The total amount of funds available in 2012 is $2,300.29. This competitive grant is designed to fund projects focused on rhino conservation and research. Successful proposals will reflect AAZK values and meet award criteria in one of four categories:\n<strong>·    Category I - In-situ Rhino Conservation and Research-</strong>\nShort-term (less than one year), specific, field research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner.\n<strong>·    Category 2 - In–situ Community, Educational or Medical Programs (Africa or Asia)-</strong>\nCommunity education, school support or medical programs developed or administrated by an individual working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner restricted to the continents of Africa or Asia. Preference may be given to local programs established and/or administrated by LWC (Lewa Wildlife Conservancy), IRF (International Rhino Foundation) or ACK (Action for Cheetahs in Kenya) endorsed partners.\n<strong>·    Category 3 - In-situ Species Conservation-</strong>\nShort-term (less than one year), specific, field research projects on any species that shares the exact same ecosystem as: Asian, Java, Sumatran, and African Black or White rhino.\n<strong>·    Category 4 - Ex-situ Rhino Conservation and Research –</strong>\nShort-term (less than one year), specific, zoological research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner. Researcher(s) must be able to demonstrate evidence of partnership with a rhino conservation entity operating in Asia or Africa combined with a tangible benefit to an in-situ conservation project.\n\n<strong>Eligibility</strong>\nAffiliation or partnership with AAZK is not required, but preference may be given to AAZK Members or Conservation Partners.\n<span style="color: #ff0000;"><em><strong>Applications are due no later the June 1st.</strong></em></span> Award announcements will be made on July 1.  Application information is available on the AAZK website, <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>. Go to the About Us on the homepage, then to Bowling for Rhinos for info and an application.\n\n<a class="thickbox" href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bfr-grant-application-instructions/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Application instructions.</a>', 'Bowling for Rhinos Conservation Resource Fund Grant', 0, '', 'inherit', 'closed', 'closed', '', '1221-autosave-v1', '', '', '2012-02-11 16:46:32', '2012-02-11 21:46:32', '', 1221, 'http://aazk.org/uncategorized/1221-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1237, 2, '2010-04-15 09:33:35', '2010-04-15 14:33:35', 'The American Association of Zoo Keepers, Inc.  (AAZK) is pleased to announce the first annual call for proposals for the Bowling for Rhinos Conservation Resource Fund. This competitive grant is designed to fund projects focused on rhino conservation and research. Successful proposals will reflect AAZK values and meet award criteria in one of four categories:\r\n\r\n<strong>·    Category I - In-situ Rhino Conservation and Research-</strong>\r\nShort-term (less than one year), specific, field research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner.\r\n<strong>·    Category 2 - In–situ Community, Educational or Medical Programs (Africa or Asia)-</strong>\r\nCommunity education, school support or medical programs developed or administrated by an individual working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner restricted to the continents of Africa or Asia. Preference may be given to local programs established and/or administrated by LWC (Lewa Wildlife Conservancy), IRF (International Rhino Foundation) or ACK (Action for Cheetahs in Kenya) endorsed partners.\r\n<strong>·    Category 3 - In-situ Species Conservation-</strong>\r\nShort-term (less than one year), specific, field research projects on any species that shares the exact same ecosystem as: Asian, Java, Sumatran, and African Black or White rhino.\r\n<strong>·    Category 4 - Ex-situ Rhino Conservation and Research –</strong>\r\nShort-term (less than one year), specific, zoological research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner. Researcher(s) must be able to demonstrate evidence of partnership with a rhino conservation entity operating in Asia or Africa combined with a tangible benefit to an in-situ conservation project.\r\n\r\n<strong>Eligibility</strong>\r\nAffiliation or partnership with AAZK is not required, but preference may be given to AAZK Members or Conservation Partners.\r\n\r\n<span style="color: #ff0000;"><strong>Applications are due no later the June 1 of each calendar year.</strong></span> Award announcements will be made on July 1.\r\n\r\n<a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bfr-grant-application-instructions/">Application instructions.</a>', 'Bowling for Rhinos Conservation Resource Fund Grant', 0, '', 'inherit', 'closed', 'closed', '', '1221-revision-v1', '', '', '2010-04-15 09:33:35', '2010-04-15 14:33:35', '', 1221, 'http://aazk.org/uncategorized/1221-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1226, 2, '2010-04-15 09:21:42', '2010-04-15 14:21:42', '<strong>\r\nBOWLING FOR RHINOS\r\nCONSERVATION RESOURCE GRANT\r\n<em>Application Instructions</em></strong>\r\n\r\n<span style="color: #ff0000;"><strong>AAZK will only consider complete proposals received no later than June 1, 2013 for funding.</strong></span>\r\n\r\n<strong>A.    You must submit the following items:</strong>\r\n1.    AAZK Bowling for Rhinos Conservation Resource Grant application form, completed in English (3 pages maximum)\r\n2.    Your resume (3 pages maximum)\r\n3.    Unless you are the executive director, a letter of recommendation from the executive director of your zoo or conservation organization, and/or a letter from an advisor if you are a student\r\n\r\n<strong>B.    Projects should meet criteria in one of the following four categories:</strong>\r\n1.    <em>In-situ Rhino Conservation and Research</em> – field research or conservation project focusing on African or Asian rhino species\r\n2.    <em>In-situ Community, Educational, or Medical Program</em> – community education, school support or medical programs in Africa or Asia\r\n3.   <em> In-situ Species Conservation</em> – field research or conservation project that focuses on any species sharing the same ecosystem with Javan, Sumatran, Black, or White Rhino\r\n4.    <em>Ex-situ Rhino Conservation and Research</em> – zoological research project on a rhino species that partners with a rhino conservation entity operating in Asia or Africa, combined with a tangible benefit to an in-situ conservation project\r\n\r\n<strong>C.    You need not be an AAZK member or affiliated with AAZK in order to apply, however preference may be given to AAZK Members or Conservation Partners. </strong>\r\n<strong>\r\nD.    Award announcements will be made on July 1st.</strong>\r\n\r\n<strong>E.    The amount of funding requested must be equal to or less than $3426.22 US dollars.  The amount available is based on a percentage of the annual Bowling for Rhinos funds raised. </strong>\r\n<span style="color: #ff0000;"><em><strong>\r\nSend all application material to:</strong></em></span>\r\n<a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a>\r\nor\r\nAmanda Kamradt\r\nStone Zoo\r\n149 Pond St.\r\nStoneham, MA 02180\r\n\r\n<a target="_blank" href="http://www.aecetia.net/gws/aazk/wp-content/uploads/bfr_grant_app_2013.doc"><i class="icon-download"></i>Download</a> the application in Word format.\r\n\r\n<a target="_blank" href="http://www.aecetia.net/gws/aazk/wp-content/uploads/bfr_grant_app_2013.pdf"><i class="icon-download"></i>Download</a> the application in Adobe pdf format.', 'BFR Grant Application Instructions', 0, '', 'publish', 'closed', 'closed', '', 'bfr-grant-application-instructions', '', '', '2013-11-06 22:37:23', '2013-11-07 03:37:23', '', 168, 'http://aazk.org/?page_id=1226', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1227, 2, '2010-04-15 09:20:13', '2010-04-15 14:20:13', '<strong>\nBOWLING FOR RHINOS\nCONSERVATION RESOURCE GRANT\n<em>Application Instructions</em></strong>\n\nAAZK will only consider complete proposals received no later than June 1st for funding.\n<strong>\nA.    You must submit the following items:</strong>\n1.    AAZK Bowling for Rhinos Conservation Resource Grant application form, completed in English (5 pages maximum)\n2.    Your resume (3 pages maximum)\n3.    Unless you are the executive director, a letter of recommendation from the executive director of your zoo or conservation organization, and/or a letter from an advisor if you are a student\n<strong>\nB.    Projects should meet criteria in one of the following four categories:</strong>\n1.    In-situ Rhino Conservation and Research – field research or conservation project focusing on African or Asian rhino species\n2.    In-situ Community, Educational, or Medical Program – community education, school support or medical programs in Africa or Asia\n3.    In-situ Species Conservation – field research or conservation project that focuses on any species sharing the same ecosystem with Javan, Sumatran, Black, or White Rhino\n4.    Ex-situ Rhino Conservation and Research – zoological research project on a rhino species that partners with a rhino conservation entity operating in Asia or Africa, combined with a tangible benefit to an in-situ conservation project\n\nC.    You need not be an AAZK member or affiliated with AAZK in order to apply, however preference may be given to AAZK Members or Conservation Partners.\n\nD.    Award announcements will be made on July 1st.\n\nE.    The amount of funding requested must be equal to or less than 1,835.71 US dollars.  The amount available is based on a percentage of the annual Bowling for Rhinos funds raised.\n<strong>\nSend all application material to:</strong>\namanda.kamradt@aecetia.net/gws/aazk\nor\nAmanda Kamradt\nHooves and Horns\nFranklin Park Zoo\n1 Franklin Park Road\nBoston, MA 02121', 'BFR Grant Application Instructions', 0, '', 'inherit', 'closed', 'closed', '', '1226-revision-v1', '', '', '2010-04-15 09:20:13', '2010-04-15 14:20:13', '', 1226, 'http://aazk.org/uncategorized/1226-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1228, 2, '2010-04-15 09:20:55', '2010-04-15 14:20:55', '<strong>\r\nBOWLING FOR RHINOS\r\nCONSERVATION RESOURCE GRANT\r\n<em>Application Instructions</em></strong>\r\n\r\nAAZK will only consider complete proposals received no later than June 1st for funding.\r\n<strong>\r\nA.    You must submit the following items:</strong>\r\n1.    AAZK Bowling for Rhinos Conservation Resource Grant application form, completed in English (5 pages maximum)\r\n2.    Your resume (3 pages maximum)\r\n3.    Unless you are the executive director, a letter of recommendation from the executive director of your zoo or conservation organization, and/or a letter from an advisor if you are a student\r\n<strong>\r\nB.    Projects should meet criteria in one of the following four categories:</strong>\r\n1.    In-situ Rhino Conservation and Research – field research or conservation project focusing on African or Asian rhino species\r\n2.    In-situ Community, Educational, or Medical Program – community education, school support or medical programs in Africa or Asia\r\n3.    In-situ Species Conservation – field research or conservation project that focuses on any species sharing the same ecosystem with Javan, Sumatran, Black, or White Rhino\r\n4.    Ex-situ Rhino Conservation and Research – zoological research project on a rhino species that partners with a rhino conservation entity operating in Asia or Africa, combined with a tangible benefit to an in-situ conservation project\r\n<strong>\r\nC.    You need not be an AAZK member or affiliated with AAZK in order to apply, however preference may be given to AAZK Members or Conservation Partners. </strong>\r\n\r\n<strong>D.    Award announcements will be made on July 1st.</strong>\r\n\r\n<strong>E.    The amount of funding requested must be equal to or less than 1,835.71 US dollars.  The amount available is based on a percentage of the annual Bowling for Rhinos funds raised. </strong>\r\n<strong>\r\nSend all application material to:</strong>\r\namanda.kamradt@aecetia.net/gws/aazk\r\nor\r\nAmanda Kamradt\r\nHooves and Horns\r\nFranklin Park Zoo\r\n1 Franklin Park Road\r\nBoston, MA 02121', 'BFR Grant Application Instructions', 0, '', 'inherit', 'closed', 'closed', '', '1226-revision-v1', '', '', '2010-04-15 09:20:55', '2010-04-15 14:20:55', '', 1226, 'http://aazk.org/uncategorized/1226-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1229, 2, '2010-04-15 09:21:13', '2010-04-15 14:21:13', '<strong>\nBOWLING FOR RHINOS\nCONSERVATION RESOURCE GRANT\n<em>Application Instructions</em></strong>\n\nAAZK will only consider complete proposals received no later than June 1st for funding.\n<strong>\nA.    You must submit the following items:</strong>\n1.    AAZK Bowling for Rhinos Conservation Resource Grant application form, completed in English (5 pages maximum)\n2.    Your resume (3 pages maximum)\n3.    Unless you are the executive director, a letter of recommendation from the executive director of your zoo or conservation organization, and/or a letter from an advisor if you are a student\n<strong>\nB.    Projects should meet criteria in one of the following four categories:</strong>\n1.    In-situ Rhino Conservation and Research – field research or conservation project focusing on African or Asian rhino species\n2.    In-situ Community, Educational, or Medical Program – community education, school support or medical programs in Africa or Asia\n3.    In-situ Species Conservation – field research or conservation project that focuses on any species sharing the same ecosystem with Javan, Sumatran, Black, or White Rhino\n4.    Ex-situ Rhino Conservation and Research – zoological research project on a rhino species that partners with a rhino conservation entity operating in Asia or Africa, combined with a tangible benefit to an in-situ conservation project\n<strong>\nC.    You need not be an AAZK member or affiliated with AAZK in order to apply, however preference may be given to AAZK Members or Conservation Partners. </strong>\n\n<strong>D.    Award announcements will be made on July 1st.</strong>\n\n<strong>E.    The amount of funding requested must be equal to or less than 1,835.71 US dollars.  The amount available is based on a percentage of the annual Bowling for Rhinos funds raised. </strong>\n<strong>\nSend all application material to:</strong>\namanda.kamradt@aecetia.net/gws/aazk\nor\nAmanda Kamradt\nHooves and Horns\nFranklin Park Zoo\n1 Franklin Park Road\nBoston, MA 02121', 'BFR Grant Application Instructions', 0, '', 'inherit', 'closed', 'closed', '', '1226-revision-v1', '', '', '2010-04-15 09:21:13', '2010-04-15 14:21:13', '', 1226, 'http://aazk.org/uncategorized/1226-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1230, 2, '2013-03-20 06:46:48', '2013-03-20 11:46:48', '<strong>\nBOWLING FOR RHINOS\nCONSERVATION RESOURCE GRANT\n<em>Application Instructions</em></strong>\n\n<span style="color: #ff0000;"><strong>AAZK will only consider complete proposals received no later than June 1, 2013 for funding.</strong></span>\n\n<strong>A.    You must submit the following items:</strong>\n1.    AAZK Bowling for Rhinos Conservation Resource Grant application form, completed in English (3 pages maximum)\n2.    Your resume (3 pages maximum)\n3.    Unless you are the executive director, a letter of recommendation from the executive director of your zoo or conservation organization, and/or a letter from an advisor if you are a student\n\n<strong>B.    Projects should meet criteria in one of the following four categories:</strong>\n1.    <em>In-situ Rhino Conservation and Research</em> – field research or conservation project focusing on African or Asian rhino species\n2.    <em>In-situ Community, Educational, or Medical Program</em> – community education, school support or medical programs in Africa or Asia\n3.   <em> In-situ Species Conservation</em> – field research or conservation project that focuses on any species sharing the same ecosystem with Javan, Sumatran, Black, or White Rhino\n4.    <em>Ex-situ Rhino Conservation and Research</em> – zoological research project on a rhino species that partners with a rhino conservation entity operating in Asia or Africa, combined with a tangible benefit to an in-situ conservation project\n\n<strong>C.    You need not be an AAZK member or affiliated with AAZK in order to apply, however preference may be given to AAZK Members or Conservation Partners. </strong>\n<strong>\nD.    Award announcements will be made on July 1st.</strong>\n\n<strong>E.    The amount of funding requested must be equal to or less than $3426.22 US dollars.  The amount available is based on a percentage of the annual Bowling for Rhinos funds raised. </strong>\n<span style="color: #ff0000;"><em><strong>\nSend all application material to:</strong></em></span>\n<a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a>\nor\nAmanda Kamradt\nStone Zoo\n149 Pond St.\nStoneham, MA 02180\n\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_grant_app_2013.doc">Download</a> the application in Word format.\n\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_grant_app_2013.pdf">Download</a> the application in Adobe pdf format.', 'BFR Grant Application Instructions', 0, '', 'inherit', 'closed', 'closed', '', '1226-autosave-v1', '', '', '2013-03-20 06:46:48', '2013-03-20 11:46:48', '', 1226, 'http://aazk.org/uncategorized/1226-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1235, 2, '2010-04-15 09:32:16', '2010-04-15 14:32:16', 'The American Association of Zoo Keepers, Inc.  (AAZK) is pleased to announce the first annual call for proposals for the Bowling for Rhinos Conservation Resource Fund. This competitive grant is designed to fund projects focused on rhino conservation and research. Successful proposals will reflect AAZK values and meet award criteria in one of four categories:\r\n\r\n<strong>·    Category I - In-situ Rhino Conservation and Research-</strong>\r\nShort-term (less than one year), specific, field research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner.\r\n<strong>·    Category 2 - In–situ Community, Educational or Medical Programs (Africa or Asia)-</strong>\r\nCommunity education, school support or medical programs developed or administrated by an individual working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner restricted to the continents of Africa or Asia. Preference may be given to local programs established and/or administrated by LWC (Lewa Wildlife Conservancy), IRF (International Rhino Foundation) or ACK (Action for Cheetahs in Kenya) endorsed partners.\r\n<strong>·    Category 3 - In-situ Species Conservation-</strong>\r\nShort-term (less than one year), specific, field research projects on any species that shares the exact same ecosystem as: Asian, Java, Sumatran, and African Black or White rhino.\r\n<strong>·    Category 4 - Ex-situ Rhino Conservation and Research –</strong>\r\nShort-term (less than one year), specific, zoological research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner. Researcher(s) must be able to demonstrate evidence of partnership with a rhino conservation entity operating in Asia or Africa combined with a tangible benefit to an in-situ conservation project.\r\n\r\n<strong>Eligibility</strong>\r\nAffiliation or partnership with AAZK is not required, but preference may be given to AAZK Members or Conservation Partners.\r\n\r\n<span style="color: #ff0000;"><strong>Applications are due no later the June 1 of each calendar year.</strong></span> Award announcements will be made on July 1.\r\n\r\n<a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bfr-grant-application-instructions/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Application instructions.</a>', 'Bowling for Rhinos Conservation Resource Fund Grant', 0, '', 'inherit', 'closed', 'closed', '', '1221-revision-v1', '', '', '2010-04-15 09:32:16', '2010-04-15 14:32:16', '', 1221, 'http://aazk.org/uncategorized/1221-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1231, 2, '2010-04-15 09:21:42', '2010-04-15 14:21:42', '<strong>\r\nBOWLING FOR RHINOS\r\nCONSERVATION RESOURCE GRANT\r\n<em>Application Instructions</em></strong>\r\n\r\nAAZK will only consider complete proposals received no later than June 1st for funding.\r\n<strong>\r\nA.    You must submit the following items:</strong>\r\n1.    AAZK Bowling for Rhinos Conservation Resource Grant application form, completed in English (5 pages maximum)\r\n2.    Your resume (3 pages maximum)\r\n3.    Unless you are the executive director, a letter of recommendation from the executive director of your zoo or conservation organization, and/or a letter from an advisor if you are a student\r\n<strong>\r\nB.    Projects should meet criteria in one of the following four categories:</strong>\r\n1.    In-situ Rhino Conservation and Research – field research or conservation project focusing on African or Asian rhino species\r\n2.    In-situ Community, Educational, or Medical Program – community education, school support or medical programs in Africa or Asia\r\n3.    In-situ Species Conservation – field research or conservation project that focuses on any species sharing the same ecosystem with Javan, Sumatran, Black, or White Rhino\r\n4.    Ex-situ Rhino Conservation and Research – zoological research project on a rhino species that partners with a rhino conservation entity operating in Asia or Africa, combined with a tangible benefit to an in-situ conservation project\r\n<strong>\r\nC.    You need not be an AAZK member or affiliated with AAZK in order to apply, however preference may be given to AAZK Members or Conservation Partners. </strong>\r\n\r\n<strong>D.    Award announcements will be made on July 1st.</strong>\r\n\r\n<strong>E.    The amount of funding requested must be equal to or less than 1,835.71 US dollars.  The amount available is based on a percentage of the annual Bowling for Rhinos funds raised. </strong>\r\n<strong>\r\nSend all application material to:</strong>\r\namanda.kamradt@aecetia.net/gws/aazk\r\nor\r\nAmanda Kamradt\r\nHooves and Horns\r\nFranklin Park Zoo\r\n1 Franklin Park Road\r\nBoston, MA 02121', 'BFR Grant Application Instructions', 0, '', 'inherit', 'closed', 'closed', '', '1226-revision-v1', '', '', '2010-04-15 09:21:42', '2010-04-15 14:21:42', '', 1226, 'http://aazk.org/uncategorized/1226-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1232, 2, '2010-04-15 09:28:52', '2010-04-15 14:28:52', '<strong>\r\nBOWLING FOR RHINOS\r\nCONSERVATION RESOURCE GRANT\r\n<em>Application Instructions</em></strong>\r\n\r\n<span style="color: #ff0000;"><strong>AAZK will only consider complete proposals received no later than June 1st for funding.</strong></span>\r\n<strong>\r\nA.    You must submit the following items:</strong>\r\n1.    AAZK Bowling for Rhinos Conservation Resource Grant application form, completed in English (5 pages maximum)\r\n2.    Your resume (3 pages maximum)\r\n3.    Unless you are the executive director, a letter of recommendation from the executive director of your zoo or conservation organization, and/or a letter from an advisor if you are a student\r\n<strong>\r\nB.    Projects should meet criteria in one of the following four categories:</strong>\r\n1.    In-situ Rhino Conservation and Research – field research or conservation project focusing on African or Asian rhino species\r\n2.    In-situ Community, Educational, or Medical Program – community education, school support or medical programs in Africa or Asia\r\n3.    In-situ Species Conservation – field research or conservation project that focuses on any species sharing the same ecosystem with Javan, Sumatran, Black, or White Rhino\r\n4.    Ex-situ Rhino Conservation and Research – zoological research project on a rhino species that partners with a rhino conservation entity operating in Asia or Africa, combined with a tangible benefit to an in-situ conservation project\r\n<strong>\r\nC.    You need not be an AAZK member or affiliated with AAZK in order to apply, however preference may be given to AAZK Members or Conservation Partners. </strong>\r\n\r\n<strong>D.    Award announcements will be made on July 1st.</strong>\r\n\r\n<strong>E.    The amount of funding requested must be equal to or less than 1,835.71 US dollars.  The amount available is based on a percentage of the annual Bowling for Rhinos funds raised. </strong>\r\n<strong>\r\nSend all application material to:</strong>\r\namanda.kamradt@aecetia.net/gws/aazk\r\nor\r\nAmanda Kamradt\r\nHooves and Horns\r\nFranklin Park Zoo\r\n1 Franklin Park Road\r\nBoston, MA 02121', 'BFR Grant Application Instructions', 0, '', 'inherit', 'closed', 'closed', '', '1226-revision-v1', '', '', '2010-04-15 09:28:52', '2010-04-15 14:28:52', '', 1226, 'http://aazk.org/uncategorized/1226-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1233, 2, '2010-04-15 09:30:49', '2010-04-15 14:30:49', '<strong>\r\nBOWLING FOR RHINOS\r\nCONSERVATION RESOURCE GRANT\r\n<em>Application Instructions</em></strong>\r\n\r\n<span style="color: #ff0000;"><strong>AAZK will only consider complete proposals received no later than June 1st for funding.</strong></span>\r\n<strong>\r\nA.    You must submit the following items:</strong>\r\n1.    AAZK Bowling for Rhinos Conservation Resource Grant application form, completed in English (5 pages maximum)\r\n2.    Your resume (3 pages maximum)\r\n3.    Unless you are the executive director, a letter of recommendation from the executive director of your zoo or conservation organization, and/or a letter from an advisor if you are a student\r\n<strong>\r\nB.    Projects should meet criteria in one of the following four categories:</strong>\r\n1.    In-situ Rhino Conservation and Research – field research or conservation project focusing on African or Asian rhino species\r\n2.    In-situ Community, Educational, or Medical Program – community education, school support or medical programs in Africa or Asia\r\n3.    In-situ Species Conservation – field research or conservation project that focuses on any species sharing the same ecosystem with Javan, Sumatran, Black, or White Rhino\r\n4.    Ex-situ Rhino Conservation and Research – zoological research project on a rhino species that partners with a rhino conservation entity operating in Asia or Africa, combined with a tangible benefit to an in-situ conservation project\r\n<strong>\r\nC.    You need not be an AAZK member or affiliated with AAZK in order to apply, however preference may be given to AAZK Members or Conservation Partners. </strong>\r\n\r\n<strong>D.    Award announcements will be made on July 1st.</strong>\r\n\r\n<strong>E.    The amount of funding requested must be equal to or less than 1,835.71 US dollars.  The amount available is based on a percentage of the annual Bowling for Rhinos funds raised. </strong>\r\n<strong>\r\nSend all application material to:</strong>\r\namanda.kamradt@aecetia.net/gws/aazk\r\nor\r\nAmanda Kamradt\r\nHooves and Horns\r\nFranklin Park Zoo\r\n1 Franklin Park Road\r\nBoston, MA 02121\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_grant_app.doc">Download</a> the application in Word format.\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_grant_app.pdf">Download</a> the application in Adobe pdf format.', 'BFR Grant Application Instructions', 0, '', 'inherit', 'closed', 'closed', '', '1226-revision-v1', '', '', '2010-04-15 09:30:49', '2010-04-15 14:30:49', '', 1226, 'http://aazk.org/uncategorized/1226-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1234, 2, '2010-04-15 09:07:15', '2010-04-15 14:07:15', 'The American Association of Zoo Keepers, Inc.  (AAZK) is pleased to announce the first annual call for proposals for the Bowling for Rhinos Conservation Resource Fund. This competitive grant is designed to fund projects focused on rhino conservation and research. Successful proposals will reflect AAZK values and meet award criteria in one of four categories:\r\n\r\n<strong>·    Category I - In-situ Rhino Conservation and Research-</strong>\r\nShort-term (less than one year), specific, field research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner.\r\n<strong>·    Category 2 - In–situ Community, Educational or Medical Programs (Africa or Asia)-</strong>\r\nCommunity education, school support or medical programs developed or administrated by an individual working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner restricted to the continents of Africa or Asia. Preference may be given to local programs established and/or administrated by LWC (Lewa Wildlife Conservancy), IRF (International Rhino Foundation) or ACK (Action for Cheetahs in Kenya) endorsed partners.\r\n<strong>·    Category 3 - In-situ Species Conservation-</strong>\r\nShort-term (less than one year), specific, field research projects on any species that shares the exact same ecosystem as: Asian, Java, Sumatran, and African Black or White rhino.\r\n<strong>·    Category 4 - Ex-situ Rhino Conservation and Research –</strong>\r\nShort-term (less than one year), specific, zoological research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner. Researcher(s) must be able to demonstrate evidence of partnership with a rhino conservation entity operating in Asia or Africa combined with a tangible benefit to an in-situ conservation project.\r\n\r\n<strong>Eligibility</strong>\r\nAffiliation or partnership with AAZK is not required, but preference may be given to AAZK Members or Conservation Partners.\r\n\r\n<span style="color: #ff0000;"><strong>Applications are due no later the June 1 of each calendar year.</strong></span> Award announcements will be made on July 1.\r\n\r\nApplication instructions.\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_grant_app.doc">Download</a> the application in Word format.\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_grant_app.pdf">Download</a> the application in Adobe pdf format.', 'Bowling for Rhinos Conservation Resource Fund Grant', 0, '', 'inherit', 'closed', 'closed', '', '1221-revision-v1', '', '', '2010-04-15 09:07:15', '2010-04-15 14:07:15', '', 1221, 'http://aazk.org/uncategorized/1221-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1236, 2, '2010-04-15 09:32:44', '2010-04-15 14:32:44', 'The American Association of Zoo Keepers, Inc.  (AAZK) is pleased to announce the first annual call for proposals for the Bowling for Rhinos Conservation Resource Fund. This competitive grant is designed to fund projects focused on rhino conservation and research. Successful proposals will reflect AAZK values and meet award criteria in one of four categories:\r\n\r\n<strong>·    Category I - In-situ Rhino Conservation and Research-</strong>\r\nShort-term (less than one year), specific, field research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner.\r\n<strong>·    Category 2 - In–situ Community, Educational or Medical Programs (Africa or Asia)-</strong>\r\nCommunity education, school support or medical programs developed or administrated by an individual working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner restricted to the continents of Africa or Asia. Preference may be given to local programs established and/or administrated by LWC (Lewa Wildlife Conservancy), IRF (International Rhino Foundation) or ACK (Action for Cheetahs in Kenya) endorsed partners.\r\n<strong>·    Category 3 - In-situ Species Conservation-</strong>\r\nShort-term (less than one year), specific, field research projects on any species that shares the exact same ecosystem as: Asian, Java, Sumatran, and African Black or White rhino.\r\n<strong>·    Category 4 - Ex-situ Rhino Conservation and Research –</strong>\r\nShort-term (less than one year), specific, zoological research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner. Researcher(s) must be able to demonstrate evidence of partnership with a rhino conservation entity operating in Asia or Africa combined with a tangible benefit to an in-situ conservation project.\r\n\r\n<strong>Eligibility</strong>\r\nAffiliation or partnership with AAZK is not required, but preference may be given to AAZK Members or Conservation Partners.\r\n\r\n<span style="color: #ff0000;"><strong>Applications are due no later the June 1 of each calendar year.</strong></span> Award announcements will be made on July 1.\r\n\r\n<a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bfr-grant-application-instructions/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Application instructions.</a>', 'Bowling for Rhinos Conservation Resource Fund Grant', 0, '', 'inherit', 'closed', 'closed', '', '1221-revision-v1', '', '', '2010-04-15 09:32:44', '2010-04-15 14:32:44', '', 1221, 'http://aazk.org/uncategorized/1221-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1238, 2, '2010-04-15 09:31:02', '2010-04-15 14:31:02', '<strong>\r\nBOWLING FOR RHINOS\r\nCONSERVATION RESOURCE GRANT\r\n<em>Application Instructions</em></strong>\r\n\r\n<span style="color: #ff0000;"><strong>AAZK will only consider complete proposals received no later than June 1st for funding.</strong></span>\r\n<strong>\r\nA.    You must submit the following items:</strong>\r\n1.    AAZK Bowling for Rhinos Conservation Resource Grant application form, completed in English (5 pages maximum)\r\n2.    Your resume (3 pages maximum)\r\n3.    Unless you are the executive director, a letter of recommendation from the executive director of your zoo or conservation organization, and/or a letter from an advisor if you are a student\r\n<strong>\r\nB.    Projects should meet criteria in one of the following four categories:</strong>\r\n1.    In-situ Rhino Conservation and Research – field research or conservation project focusing on African or Asian rhino species\r\n2.    In-situ Community, Educational, or Medical Program – community education, school support or medical programs in Africa or Asia\r\n3.    In-situ Species Conservation – field research or conservation project that focuses on any species sharing the same ecosystem with Javan, Sumatran, Black, or White Rhino\r\n4.    Ex-situ Rhino Conservation and Research – zoological research project on a rhino species that partners with a rhino conservation entity operating in Asia or Africa, combined with a tangible benefit to an in-situ conservation project\r\n<strong>\r\nC.    You need not be an AAZK member or affiliated with AAZK in order to apply, however preference may be given to AAZK Members or Conservation Partners. </strong>\r\n\r\n<strong>D.    Award announcements will be made on July 1st.</strong>\r\n\r\n<strong>E.    The amount of funding requested must be equal to or less than 1,835.71 US dollars.  The amount available is based on a percentage of the annual Bowling for Rhinos funds raised. </strong>\r\n<strong>\r\nSend all application material to:</strong>\r\namanda.kamradt@aecetia.net/gws/aazk\r\nor\r\nAmanda Kamradt\r\nHooves and Horns\r\nFranklin Park Zoo\r\n1 Franklin Park Road\r\nBoston, MA 02121\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_grant_app.doc">Download</a> the application in Word format.\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_grant_app.pdf">Download</a> the application in Adobe pdf format.', 'BFR Grant Application Instructions', 0, '', 'inherit', 'closed', 'closed', '', '1226-revision-v1', '', '', '2010-04-15 09:31:02', '2010-04-15 14:31:02', '', 1226, 'http://aazk.org/uncategorized/1226-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1239, 2, '2010-04-15 09:38:30', '2010-04-15 14:38:30', 'The American Association of Zoo Keepers, Inc.  (AAZK) is pleased to announce the first annual call for proposals for the Bowling for Rhinos Conservation Resource Fund. This competitive grant is designed to fund projects focused on rhino conservation and research. Successful proposals will reflect AAZK values and meet award criteria in one of four categories:\r\n\r\n<strong>·    Category I - In-situ Rhino Conservation and Research-</strong>\r\nShort-term (less than one year), specific, field research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner.\r\n<strong>·    Category 2 - In–situ Community, Educational or Medical Programs (Africa or Asia)-</strong>\r\nCommunity education, school support or medical programs developed or administrated by an individual working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner restricted to the continents of Africa or Asia. Preference may be given to local programs established and/or administrated by LWC (Lewa Wildlife Conservancy), IRF (International Rhino Foundation) or ACK (Action for Cheetahs in Kenya) endorsed partners.\r\n<strong>·    Category 3 - In-situ Species Conservation-</strong>\r\nShort-term (less than one year), specific, field research projects on any species that shares the exact same ecosystem as: Asian, Java, Sumatran, and African Black or White rhino.\r\n<strong>·    Category 4 - Ex-situ Rhino Conservation and Research –</strong>\r\nShort-term (less than one year), specific, zoological research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner. Researcher(s) must be able to demonstrate evidence of partnership with a rhino conservation entity operating in Asia or Africa combined with a tangible benefit to an in-situ conservation project.\r\n\r\n<strong>Eligibility</strong>\r\nAffiliation or partnership with AAZK is not required, but preference may be given to AAZK Members or Conservation Partners.\r\n\r\n<span style="color: #ff0000;"><strong>Applications are due no later the June 1 of each calendar year.</strong></span> Award announcements will be made on July 1.\r\n\r\n<a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bfr-grant-application-instructions/">Application instructions.</a>', 'Bowling for Rhinos Conservation Resource Fund Grant', 0, '', 'inherit', 'closed', 'closed', '', '1221-revision-v1', '', '', '2010-04-15 09:38:30', '2010-04-15 14:38:30', '', 1221, 'http://aazk.org/uncategorized/1221-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1240, 2, '2010-04-15 09:40:18', '2010-04-15 14:40:18', 'The American Association of Zoo Keepers, Inc.  (AAZK) is pleased to announce the first annual call for proposals for the Bowling for Rhinos Conservation Resource Fund. This competitive grant is designed to fund projects focused on rhino conservation and research. Successful proposals will reflect AAZK values and meet award criteria in one of four categories:\r\n\r\n<strong>·    Category I - In-situ Rhino Conservation and Research-</strong>\r\nShort-term (less than one year), specific, field research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner.\r\n<strong>·    Category 2 - In–situ Community, Educational or Medical Programs (Africa or Asia)-</strong>\r\nCommunity education, school support or medical programs developed or administrated by an individual working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner restricted to the continents of Africa or Asia. Preference may be given to local programs established and/or administrated by LWC (Lewa Wildlife Conservancy), IRF (International Rhino Foundation) or ACK (Action for Cheetahs in Kenya) endorsed partners.\r\n<strong>·    Category 3 - In-situ Species Conservation-</strong>\r\nShort-term (less than one year), specific, field research projects on any species that shares the exact same ecosystem as: Asian, Java, Sumatran, and African Black or White rhino.\r\n<strong>·    Category 4 - Ex-situ Rhino Conservation and Research –</strong>\r\nShort-term (less than one year), specific, zoological research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner. Researcher(s) must be able to demonstrate evidence of partnership with a rhino conservation entity operating in Asia or Africa combined with a tangible benefit to an in-situ conservation project.\r\n\r\n<strong>Eligibility</strong>\r\nAffiliation or partnership with AAZK is not required, but preference may be given to AAZK Members or Conservation Partners.\r\n\r\n<span style="color: #ff0000;"><strong>Applications are due no later the June 1 of each calendar year.</strong></span> Award announcements will be made on July 1.\r\n\r\n<a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bfr-grant-application-instructions/">Application instructions.</a>', 'Bowling for Rhinos Conservation Resource Fund Grant', 0, '', 'inherit', 'closed', 'closed', '', '1221-revision-v1', '', '', '2010-04-15 09:40:18', '2010-04-15 14:40:18', '', 1221, 'http://aazk.org/uncategorized/1221-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1433, 2, '2010-04-23 16:04:47', '2010-04-23 21:04:47', 'The following links are relevant to the Bowling for Rhinos program.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<a href="http://www.bluerhino.com/BRWEB/Company-Info/Save-the-Rhinos.aspx"><img class="alignnone size-full wp-image-867" title="blue-rhino-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue-rhino-logo.jpg" alt="blue-rhino-logo" width="216" height="92" /></a> <a href="http://www.bluerhino.com/BRWEB/Company-Info/Save-the-Rhinos.aspx">Blue Rhino</a>\r\n\r\n<img class="alignnone size-full wp-image-984" title="lewa" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa.gif" alt="lewa" width="85" height="85" /> <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a>\r\n\r\n<img class="alignnone size-full wp-image-986" title="irflogosm" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogosm.jpg" alt="irflogosm" width="150" height="98" /> <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a>\r\n\r\n<img class="alignnone size-full wp-image-987" title="acklogosm" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogosm.jpg" alt="acklogosm" width="144" height="150" /> <a href="http://www.actionforcheetahs.org/">Action for Cheetahs in Kenya</a>', 'BFR Links', 0, '', 'inherit', 'closed', 'closed', '', '885-revision-8', '', '', '2010-04-23 16:04:47', '2010-04-23 21:04:47', '', 885, 'http://aazk.org/uncategorized/885-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1241, 2, '2010-04-15 08:57:41', '2010-04-15 13:57:41', '<h2>AAZK, Inc. announces "Bowling for Rhinos Conservation Resource Fund  Grant"</h2>\r\n<h3></h3>\r\n<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h3>Sponsored by</h3>\r\n<a href="http://www.bluerhino.com/"><img class="alignnone size-full wp-image-867" title="blue-rhino-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue-rhino-logo.jpg" alt="blue-rhino-logo" width="216" height="92" /></a>\r\n\r\n"AAZK\'s Bowling for Rhinos-Sponsored by Blue Rhino" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising over $300,000 annually. In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save Rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a National bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa we support the Lewa Wildlife Conservancy where our donations help protect both Black and White Rhinos and most of the other species native to East Africa. The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programs, and the education of neighboring areas in the value of wildlife.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia AAZK supports the remaining Javan Rhinos at Ujung Kulon National Park and the Samatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\nBowling For Rhinos has broken the $3 million mark and we continue to reach for attaining our goal of $500,000/year! Together AAZK can do it. We have and we will continue to make a difference in the conservation world. Please send me your organization\'s contact person/contact info ASAP along with the date of your event. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR coordinators.\r\n\r\n<a href="/about/committee/bowling-for-rhinos/lewa-safaris/">Lewa Wildlife Conservancy Safaris</a>', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2010-04-15 08:57:41', '2010-04-15 13:57:41', '', 168, 'http://aazk.org/uncategorized/168-revision-14/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1243, 2, '2010-04-15 10:02:05', '2010-04-15 15:02:05', '', 'aazk-color-logo-c2a8', 0, '', 'inherit', 'closed', 'closed', '', 'aazk-color-logo-c2a8', '', '', '2010-04-15 10:02:05', '2010-04-15 15:02:05', '', 0, 'http://aazk.org/wp-content/uploads/aazk-color-logo-c2a8.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1801, 2, '2010-12-01 06:45:30', '2010-12-01 11:45:30', '<em>By Kevin Zippel, Program Director\r\nAmphibian Ark, Apple Valley, MN</em>\r\n\r\n<strong>Amphibians Matter</strong>\r\nAmphibians are an important component of the global ecosystem. In New York State, the biomass of one diminutive salamander species alone is equal to that of all the white-tailed deer. If you think that is impressive, that same salamander species in Virginia has a biomass 7x as great, another salamander species in Japan has a biomass 50x as great, and a frog species in Puerto Rico has a biomass 150x as great. For those of us living in white-tailed deer country, try to imagine 150x as many deer running around and you will start to have some comprehension of the keystone role just one single amphibian species can have in its ecosystem. All of those amphibians can serve as food for predators in their community, and current research is documenting that in areas of the world where amphibians are disappearing, so too are their specialist predators (Karen Lips, pers. com.). Amphibians are also voracious predators themselves, with a single population of cricket frogs, for example, able to consume 5 million invertebrates in one year (Bruce and Christiansen 1976). Many of those invertebrates are pests of our crops and vectors of human disease. Clearly, amphibians play a vital role in nature.\r\n\r\nAmphibians are also important indicators of environmental health. The same thin skin that helps them to drink and to breathe also makes them susceptible to pollutants, more so than other tetrapods. For example, consider Atrazine, the most widely used herbicide in the US and probably the world, and a potent endocrine disruptor. At low concentrations of Atrazine--lower than those the USDA says is safe in drinking water and lower than those found at the tap in millions of American homes--male clawed frogs can be chemically sterilized or even turned into females (Hayes et al. 2010). Because of their generally conspicuous presence in the environment and chemical sensitivity relative to other tetrapods, amphibians can be a considered a canary in the coalmine, valuable sentinels for human health concerns.\r\n\r\nAnd amphibians are important contributors to human medicine. All amphibians have poison glands, with species-specific poisons of various potency and structure. Many of those poisons can be refined for use in human medicine. For example, a South American frog has yielded an analgesic that is 200x more potent than morphine without any of the addictive side effects (Spande et al. 1992), and an Australian treefrog produces a peptide that blocks the transmission of HIV across mucous membranes in humans (VanCompernolle 2005). Every time an amphibian species goes extinct, potential treatments to human ailments disappear as well.\r\n\r\n<strong>Amphibians Are in Trouble</strong>\r\nAn ongoing Global Amphibian Assessment reveals that as many as 158 amphibian species are believed recently extinct, nearly one in three remaining species is currently threatened with extinction, and one in four is so poorly known that they can only be called Data Deficient (IUCN et al. 2010). Amphibians have a higher number of globally threatened species than any other group of organisms except flowering plants and a higher percentage of threatened species than any other group except gymnosperms. Moreover, the rate at which amphibian species are going extinct is now hundreds or thousands of times higher than historic levels (McCallum, 2007; Roelants et al., 2007). This crisis represents the greatest extinction event in the history of amphibians and perhaps the greatest taxon-specific conservation challenge in the history of humanity.\r\n<strong><img class="alignnone size-medium wp-image-1802" title="green_tree_frog" src="http://aecetia.net/gws/aazk/wp-content/uploads/green_tree_frog-300x200.jpg" alt="green_tree_frog" width="300" height="200" /> </strong>\r\n\r\n<strong>Green Tree Frog</strong> (<em>Hyla cinerea</em>)\r\n<em>(Photo: Tim Krynak)</em> <strong>\r\n</strong>\r\n\r\n<strong>Climate Change Among the Threats</strong>\r\nAmphibians face a variety of threats, including, like every other species on the planet, climate change. Climate change is an enigmatic threat for any taxon. Although we know enough about it that we should be seriously concerned, we simply do not know exactly how, when, and to what extent it will manifest, let alone how species might respond. As such, there is inconsistency in how climate change is considered as a threat among experts, although most do now recognize that it is on track to become one of the greatest threats to all life on earth. Compare climate change to a more ‘traditional’ and tangible threat like habitat modification: IUCN Red List assessors consider various forms of habitat modification a threat for 3766 of 6284 amphibian species. On the other hand, only 397 species are currently considered to face the threat “climate change and extreme weather”. By comparison, amphibian chytridiomycosis, for all the attention it has received, is only known to have affected 350 species to date (Fisher et al. 2009, Skerratt et al. 2007). Climate change is something of an enigma and consequently does not receive the attention it deserves, from politicians or amphibian biologists.\r\n\r\nClearly though, some amphibian species are already being impacted. Reproductive activities, in particular, seem dependant on…………\r\n\r\n<em><strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>', 'Climate Change and Amphibians', 0, '', 'draft', 'closed', 'closed', '', 'climate-change-and-amphibians', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 0, 'http://aazk.org/?p=1801', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1249, 2, '2010-04-16 11:24:17', '2010-04-16 16:24:17', '', 'janmccoy', 0, 'Janet McCoy', 'inherit', 'closed', 'closed', '', 'janmccoy', '', '', '2010-04-16 11:24:17', '2010-04-16 16:24:17', '', 496, 'http://aazk.org/wp-content/uploads/janmccoy.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1250, 2, '2010-04-16 11:29:35', '2010-04-16 16:29:35', '', 'jacque', 0, '', 'inherit', 'closed', 'closed', '', 'jacque', '', '', '2010-04-16 11:29:35', '2010-04-16 16:29:35', '', 496, 'http://aazk.org/wp-content/uploads/jacque.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1251, 2, '2010-04-16 11:31:50', '2010-04-16 16:31:50', '', 'jacque1', 0, '', 'inherit', 'closed', 'closed', '', 'jacque1', '', '', '2010-04-16 11:31:50', '2010-04-16 16:31:50', '', 496, 'http://aazk.org/wp-content/uploads/jacque1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1252, 2, '2009-11-18 06:33:38', '2009-11-18 11:33:38', '<div class="committee">\r\n<h3><a href="/committee/international-outreach-committee/">International Outreach Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-843 alignnone" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="title">Acting Chair</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/membership-resources/">Membership Resources</a></h3>\r\n<div class="chairman">\r\n<div class="name">Jacque Blessington</div>\r\n<div class="affiliated_zoo">Kansas City Zoo</div>\r\n<div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/annual-aazk-conferences/">Annual AAZK Conferences</a></h3>\r\n<div class="chairman">\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Conference Program Chair</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Shelly Roach</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Columbus Zoo</div>\r\n<div class="email"><a href="mailto:shelly.roach@aecetia.net/gws/aazk">shelly.roach@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /></div>\r\n<div class="name">Patty Pearthree</div>\r\n<div class="title">Coordinator</div>\r\n<div class="email"><a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="email"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-874" title="wiggins" src="http://aecetia.net/gws/aazk/wp-content/uploads/wiggins-150x150.jpg" alt="wiggins" width="150" height="150" /></div>\r\n<div class="name">Gisela Wiggins</div>\r\n<div class="title">Chair</div>\r\n<div class="title">North Carolina Zoo</div>\r\n<div class="title"><a href="mailto:gisela.wiggins@aecetia.net/gws/aazk">gisela.wiggins@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-150x150.jpg" alt="walz" width="150" height="150" /></div>\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Janet McCoy</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Oregon Zoo</div>\r\n<div class="email"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Melaina Wallace</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:melaina.wallace@aecetia.net/gws/aazk">melaina.wallace@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-841 alignnone" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /></div>\r\n<div class="name">Amanda Kamradt</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Zoo New England</div>\r\n<div class="email"><a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2009-11-18 06:33:38', '2009-11-18 11:33:38', '', 496, 'http://aazk.org/uncategorized/496-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1253, 2, '2010-03-10 15:57:09', '2010-03-10 20:57:09', '<h3>Chair</h3>\r\nJanet McCoy\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2010</em></strong>\r\n<h3>Purpose</h3>\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2010</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\nOr, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\n<strong>Deadline for Nominations is 1 May 2010</strong>\r\n<ul>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/mazuri-animal-nutrition-award-mana/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-in-conservation-cmc/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-aazk-chapter-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>\r\n\r\n<strong><a href="/wp-content/uploads/2009awards.pdf">2009 Award Recipients</a>\r\n</strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2010-03-10 15:57:09', '2010-03-10 20:57:09', '', 224, 'http://aazk.org/uncategorized/224-revision-39/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1256, 2, '2010-04-16 17:40:43', '2010-04-16 22:40:43', '', 'ed-hansen', 0, '', 'inherit', 'closed', 'closed', '', 'ed-hansen', '', '', '2010-04-16 17:40:43', '2010-04-16 22:40:43', '', 395, 'http://aazk.org/wp-content/uploads/ed-hansen.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1257, 2, '2010-04-16 17:42:35', '2010-04-16 22:42:35', '', 'shelly-roach', 0, '', 'inherit', 'closed', 'closed', '', 'shelly-roach', '', '', '2010-04-16 17:42:35', '2010-04-16 22:42:35', '', 163, 'http://aazk.org/wp-content/uploads/shelly-roach.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1258, 1, '2009-05-31 15:19:39', '2009-05-31 20:19:39', '<h3>Grants Committee Chair</h3>\r\n<p>Shelly Roach - <em>Columbus Zoo and Aquarium</em></p>\r\n\r\n<p>Zoo Keeper Grants in Zoology, Proposal Guidelines and Instructions</strong></p>\r\n\r\n<h3>Purpose</h3>\r\n<p>The purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.</p>\r\n\r\n<h3>Qualifications</h3>\r\n\r\n<p>Full-time keepers/aquarists in zoological parks and aquariums, who are professional \r\nmembers of AAZK, INC. in good standing, are eligible to receive grants. Researchers \r\nother than zoo keepers may participate in the funded studies. The principal \r\ninvestigator, however, must be a keeper/aquarist.</p>\r\n\r\n<h3>Restrictions</h3>\r\n\r\n<p>The committee will not fund any invasive biological studies, or any study \r\nthat may cause an animal undue or prolonged discomfort or harm.</p>\r\n\r\n<p> Allowable expenses include equipment, supplies and other costs such as library \r\nfees, computer time, etc. Expenses that are not allowed include travel and \r\ntelephone costs, animal purchases and wages for research participants. Grant \r\nrecipients will be reimbursed for research expenses upon presentation of receipts. \r\nOnly in unusual circumstances, and only with Board approval, will grant recipients \r\nbe advanced funds. In such cases, receipts will be required as soon as they \r\nare available. Upon completion of the study, all equipment purchased with \r\nAAZK funds becomes the property of AAZK, Inc. and must be forwarded to the \r\ncommittee unless other arrangements have been approved.</p>\r\n\r\n<p>Failure to comply with any of these regulations may result in the revocation \r\nof the grant at any time.</p>\r\n\r\n<p><a href="/about/grants/">Available Grants</a></p>', 'Grants Committee', 0, '', 'inherit', 'closed', 'closed', '', '163-revision-v1', '', '', '2009-05-31 15:19:39', '2009-05-31 20:19:39', '', 163, 'http://aazk.org/uncategorized/163-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1260, 2, '2010-04-16 17:55:38', '2010-04-16 22:55:38', '', 'melaina', 0, '', 'inherit', 'closed', 'closed', '', 'melaina', '', '', '2010-04-16 17:55:38', '2010-04-16 22:55:38', '', 496, 'http://aazk.org/wp-content/uploads/melaina.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1259, 2, '2010-04-16 11:32:50', '2010-04-16 16:32:50', '<div class="committee">\r\n<h3><a href="/committee/international-outreach-committee/">International Outreach Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-843 alignnone" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="title">Acting Chair</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/membership-resources/">Membership Resources</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1251" title="jacque1" src="http://aecetia.net/gws/aazk/wp-content/uploads/jacque1-150x150.jpg" alt="jacque1" width="150" height="150" /></div>\r\n<div class="name">Jacque Blessington</div>\r\n<div class="affiliated_zoo">Kansas City Zoo</div>\r\n<div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/annual-aazk-conferences/">Annual AAZK Conferences</a></h3>\r\n<div class="chairman">\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Conference Program Chair</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Shelly Roach</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Columbus Zoo</div>\r\n<div class="email"><a href="mailto:shelly.roach@aecetia.net/gws/aazk">shelly.roach@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /></div>\r\n<div class="name">Patty Pearthree</div>\r\n<div class="title">Coordinator</div>\r\n<div class="email"><a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="email"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-874" title="wiggins" src="http://aecetia.net/gws/aazk/wp-content/uploads/wiggins-150x150.jpg" alt="wiggins" width="150" height="150" /></div>\r\n<div class="name">Gisela Wiggins</div>\r\n<div class="title">Chair</div>\r\n<div class="title">North Carolina Zoo</div>\r\n<div class="title"><a href="mailto:gisela.wiggins@aecetia.net/gws/aazk">gisela.wiggins@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-150x150.jpg" alt="walz" width="150" height="150" /></div>\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1249 alignnone" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /></div>\r\n<div class="name">Janet McCoy</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Oregon Zoo</div>\r\n<div class="email"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Melaina Wallace</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:melaina.wallace@aecetia.net/gws/aazk">melaina.wallace@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-841 alignnone" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /></div>\r\n<div class="name">Amanda Kamradt</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Zoo New England</div>\r\n<div class="email"><a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2010-04-16 11:32:50', '2010-04-16 16:32:50', '', 496, 'http://aazk.org/uncategorized/496-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1261, 2, '2010-04-16 17:46:01', '2010-04-16 22:46:01', '<div class="committee">\r\n<h3><a href="/committee/international-outreach-committee/">International Outreach Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-843 alignnone" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="title">Acting Chair</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/membership-resources/">Membership Resources</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1251" title="jacque1" src="http://aecetia.net/gws/aazk/wp-content/uploads/jacque1-150x150.jpg" alt="jacque1" width="150" height="150" /></div>\r\n<div class="name">Jacque Blessington</div>\r\n<div class="affiliated_zoo">Kansas City Zoo</div>\r\n<div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/annual-aazk-conferences/">Annual AAZK Conferences</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-full wp-image-1256" title="ed-hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed-hansen.jpg" alt="ed-hansen" width="98" height="104" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Conference Program Chair</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /></div>\r\n<div class="name">Shelly Roach</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Columbus Zoo</div>\r\n<div class="email"><a href="mailto:shelly.roach@aecetia.net/gws/aazk">shelly.roach@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /></div>\r\n<div class="name">Patty Pearthree</div>\r\n<div class="title">Coordinator</div>\r\n<div class="email"><a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="email"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-874" title="wiggins" src="http://aecetia.net/gws/aazk/wp-content/uploads/wiggins-150x150.jpg" alt="wiggins" width="150" height="150" /></div>\r\n<div class="name">Gisela Wiggins</div>\r\n<div class="title">Chair</div>\r\n<div class="title">North Carolina Zoo</div>\r\n<div class="title"><a href="mailto:gisela.wiggins@aecetia.net/gws/aazk">gisela.wiggins@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-150x150.jpg" alt="walz" width="150" height="150" /></div>\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1249 alignnone" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /></div>\r\n<div class="name">Janet McCoy</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Oregon Zoo</div>\r\n<div class="email"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name">Melaina Wallace</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:melaina.wallace@aecetia.net/gws/aazk">melaina.wallace@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-841 alignnone" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /></div>\r\n<div class="name">Amanda Kamradt</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Zoo New England</div>\r\n<div class="email"><a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2010-04-16 17:46:01', '2010-04-16 22:46:01', '', 496, 'http://aazk.org/uncategorized/496-revision-14/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1262, 2, '2010-04-08 08:37:55', '2010-04-08 13:37:55', '<h3>Conference Program Chair</h3>\r\nEd Hansen\r\n<h3>Upcoming AAZK Conferences:</h3>\r\n<ul>\r\n	<li><strong></strong></li>\r\n	<li><strong>2010:</strong> Philadelphia, PA­ Philadelphia Zoo- August 22-26, 2010.  <a href="http://www.philadelphiaaecetia.net/gws/aazk">www.philadelphiaaecetia.net/gws/aazk</a></li>\r\n	<li><strong>2011:</strong> San Diego, CA - San Diego Zoo - August 24-28, 2011</li>\r\n	<li><strong>2012:</strong> Syracuse, NY - Rosamond Gifford Zoo - September 23-27, 2012</li>\r\n</ul>', 'Annual AAZK Conferences', 0, '', 'inherit', 'closed', 'closed', '', '160-revision-7', '', '', '2010-04-08 08:37:55', '2010-04-08 13:37:55', '', 160, 'http://aazk.org/uncategorized/160-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1263, 2, '2010-04-16 17:57:13', '2010-04-16 22:57:13', '<h3>Conference Program Chair</h3>\r\n<img class="alignnone size-full wp-image-1256" title="ed-hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed-hansen.jpg" alt="ed-hansen" width="98" height="104" /> Ed Hansen\r\n<h3>Upcoming AAZK Conferences:</h3>\r\n<ul>\r\n	<li><strong></strong></li>\r\n	<li><strong>2010:</strong> Philadelphia, PA­ Philadelphia Zoo- August 22-26, 2010.  <a href="http://www.philadelphiaaecetia.net/gws/aazk">www.philadelphiaaecetia.net/gws/aazk</a></li>\r\n	<li><strong>2011:</strong> San Diego, CA - San Diego Zoo - August 24-28, 2011</li>\r\n	<li><strong>2012:</strong> Syracuse, NY - Rosamond Gifford Zoo - September 23-27, 2012</li>\r\n</ul>', 'Annual AAZK Conferences', 0, '', 'inherit', 'closed', 'closed', '', '160-revision-8', '', '', '2010-04-16 17:57:13', '2010-04-16 22:57:13', '', 160, 'http://aazk.org/uncategorized/160-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1264, 2, '2010-04-16 17:57:34', '2010-04-16 22:57:34', '<h3>Conference Program Chair</h3>\r\n<img class="alignnone size-full wp-image-1256" title="ed-hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed-hansen.jpg" alt="ed-hansen" width="98" height="104" /> Ed Hansen\r\n<h3>Upcoming AAZK Conferences:</h3>\r\n<ul>\r\n	<li><strong></strong></li>\r\n	<li><strong>2010:</strong> Philadelphia, PA­ Philadelphia Zoo- August 22-26, 2010.  <a href="http://www.philadelphiaaecetia.net/gws/aazk">www.philadelphiaaecetia.net/gws/aazk</a></li>\r\n	<li><strong>2011:</strong> San Diego, CA - San Diego Zoo - August 24-28, 2011</li>\r\n	<li><strong>2012:</strong> Syracuse, NY - Rosamond Gifford Zoo - September 23-27, 2012</li>\r\n</ul>', 'Annual AAZK Conferences', 0, '', 'inherit', 'closed', 'closed', '', '160-revision-9', '', '', '2010-04-16 17:57:34', '2010-04-16 22:57:34', '', 160, 'http://aazk.org/uncategorized/160-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1680, 2, '2010-04-16 18:08:38', '2010-04-16 23:08:38', '<h3>Conference Program Chair</h3>\r\n<img class="alignnone size-full wp-image-1256" title="ed-hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed-hansen.jpg" alt="ed-hansen" width="98" height="104" /> Ed Hansen\r\n<h3>Upcoming AAZK Conferences:</h3>\r\n<ul>\r\n	<li><strong></strong></li>\r\n	<li><strong>2010:</strong> Philadelphia, PA­ Philadelphia Zoo- August 22-26, 2010.  <a href="http://www.philadelphiaaecetia.net/gws/aazk">www.philadelphiaaecetia.net/gws/aazk</a></li>\r\n	<li><strong>2011:</strong> San Diego, CA - San Diego Zoo - August 24-28, 2011</li>\r\n	<li><strong>2012:</strong> Syracuse, NY - Rosamond Gifford Zoo - September 23-27, 2012</li>\r\n</ul>', 'Annual AAZK Conferences', 0, '', 'inherit', 'closed', 'closed', '', '160-revision-11', '', '', '2010-04-16 18:08:38', '2010-04-16 23:08:38', '', 160, 'http://aazk.org/uncategorized/160-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1265, 2, '2010-04-16 17:58:09', '2010-04-16 22:58:09', '<h3>Conference Program Chair</h3>\r\n<img class="alignnone size-full wp-image-1256" title="ed-hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed-hansen.jpg" alt="ed-hansen" width="98" height="104" /> Ed Hansen\r\n<h3>Upcoming AAZK Conferences:</h3>\r\n<ul>\r\n	<li><strong></strong></li>\r\n	<li><strong>2010:</strong> Philadelphia, PA­ Philadelphia Zoo- August 22-26, 2010.  <a href="http://www.philadelphiaaecetia.net/gws/aazk">www.philadelphiaaecetia.net/gws/aazk</a></li>\r\n	<li><strong>2011:</strong> San Diego, CA - San Diego Zoo - August 24-28, 2011</li>\r\n	<li><strong>2012:</strong> Syracuse, NY - Rosamond Gifford Zoo - September 23-27, 2012</li>\r\n</ul>', 'Annual AAZK Conferences', 0, '', 'inherit', 'closed', 'closed', '', '160-revision-10', '', '', '2010-04-16 17:58:09', '2010-04-16 22:58:09', '', 160, 'http://aazk.org/uncategorized/160-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1266, 2, '2010-03-10 07:50:51', '2010-03-10 12:50:51', '<h3><img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" alt="pdc_color_logo" width="155" height="300" /></h3>\r\n<h3>Chair</h3>\r\nMelaina Wallace - <em>Disney\'s Animal Kingdom</em>\r\n<h3>Purpose</h3>\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership  and educational opportunities for all National AAZK members.\r\n\r\n<strong>2009</strong>\r\nThis past year the Professional Development Committee put together two workshops for the 2009 AAZK National Conference/ICZ in Seattle, WA.  The Body Condition Scoring Workshop and the Capture and Restraint Workshop.\r\n\r\nThe Body Condition Scoring (BCS) Workshop took place on Zoo Day at Woodland Park Zoo.  Dr. Mark Edwards, from California Polytechnic State University instructed the course and took keepers out into the “field” where they were able to assess animals at Woodland Park Zoo with their new found BCS skills.\r\n\r\n<img class="alignnone size-full wp-image-890" title="bcs_scoring" src="http://aecetia.net/gws/aazk/wp-content/uploads/bcs_scoring.jpg" alt="bcs_scoring" width="768" height="577" />\r\n\r\n<strong><em>Class participants utilize their classroom knowledge with a Sicilian donkey\r\nPhoto by Kelly Wilson</em></strong>\r\n\r\nThe Capture and Restraint Workshop was instructed by Dr. Mark Johnson and Bob Cisneros from the San Diego Zoo.  Dr. Johnson taught workshop attendees how to be an effective participant in any form of animal restraint, while Bob Cisneros went over basic fundamentals on restraining various forms of animal species.\r\n\r\n<img class="alignnone size-full wp-image-891" title="capture_restraint_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/capture_restraint_workshop.jpg" alt="capture_restraint_workshop" width="604" height="454" />\r\n\r\n<em><strong>Dr. Mark Johnson and Bob Cisneros go over restraint techniques\r\nPhoto by Kelly Wilson</strong></em>\r\n\r\n<strong>The Future</strong>\r\nWe are currently working with the conference committee at Philadelphia AAZK to finalize the workshops for the 2010 National Conference in Philadelphia.  We continue to search out experts to bring conference delegates the most current technologies and innovations in animal care. The Professional Development Committee is also working with the Board of Directors and members of the Association of Zoos and Aquariums on a keeper certification process.\r\n\r\n<strong>Want to Help?</strong>\r\nThe Professional Development Committee is currently seeking new members!  We want to continue to provide to the highest quality workshops possible and we need your help!  If you are interested in joining the Professional Development team please contact Melaina Wallace at <a href="mailto:melaina.g.wallace@aecetia.net/gws/aazk">Melaina.G.Wallace@aecetia.net/gws/aazk</a>.\r\n<strong>\r\n2009 Professional Development Committee Members</strong>\r\n\r\nMelaina Wallace – Chair\r\nDisney’s Animal Kingdom\r\n\r\nBob Cisneros- Liaison to Board\r\nSan Diego Zoo\r\n\r\nKelly Wilson\r\nDetroit Zoo\r\n\r\nVictor Alm\r\nOakland Zoo\r\n\r\nBandy Hicks\r\nBoat Club Road Animal Hospital Whitetail Veterinary Services\r\n\r\nLeanne Blinco\r\nDisney’s Animal Kingdom\r\n\r\nMike Murray\r\nDenver Zoo\r\n\r\nAaron Jesue\r\nNorth Carolina Zoo\r\n\r\nAmanda Hall\r\nScovill Zoo\r\n\r\nEunice Hui\r\nCoyote Point Museum\r\n\r\nDawn Sohr\r\nBrookfield Zoo\r\n\r\nAndrew Rowan\r\nDenver Zoo\r\n\r\nEllen Vossekuil\r\nUtah\'s Hogle Zoo', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2010-03-10 07:50:51', '2010-03-10 12:50:51', '', 178, 'http://aazk.org/uncategorized/178-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1734, 2, '2010-04-16 18:22:00', '2010-04-16 23:22:00', '<h3><img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" alt="pdc_color_logo" width="155" height="300" /></h3>\r\n<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-1260" title="melaina" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina-150x150.jpg" alt="melaina" width="150" height="150" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>\r\n<h3>Purpose</h3>\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership  and educational opportunities for all National AAZK members.\r\n\r\n<strong>2009</strong>\r\nThis past year the Professional Development Committee put together two workshops for the 2009 AAZK National Conference/ICZ in Seattle, WA.  The Body Condition Scoring Workshop and the Capture and Restraint Workshop.\r\n\r\nThe Body Condition Scoring (BCS) Workshop took place on Zoo Day at Woodland Park Zoo.  Dr. Mark Edwards, from California Polytechnic State University instructed the course and took keepers out into the “field” where they were able to assess animals at Woodland Park Zoo with their new found BCS skills.\r\n\r\n<img class="alignnone size-full wp-image-890" title="bcs_scoring" src="http://aecetia.net/gws/aazk/wp-content/uploads/bcs_scoring.jpg" alt="bcs_scoring" width="768" height="577" />\r\n\r\n<strong><em>Class participants utilize their classroom knowledge with a Sicilian donkey\r\nPhoto by Kelly Wilson</em></strong>\r\n\r\nThe Capture and Restraint Workshop was instructed by Dr. Mark Johnson and Bob Cisneros from the San Diego Zoo.  Dr. Johnson taught workshop attendees how to be an effective participant in any form of animal restraint, while Bob Cisneros went over basic fundamentals on restraining various forms of animal species.\r\n\r\n<img class="alignnone size-full wp-image-891" title="capture_restraint_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/capture_restraint_workshop.jpg" alt="capture_restraint_workshop" width="604" height="454" />\r\n\r\n<em><strong>Dr. Mark Johnson and Bob Cisneros go over restraint techniques\r\nPhoto by Kelly Wilson</strong></em>\r\n\r\n<strong>The Future</strong>\r\nWe are currently working with the conference committee at Philadelphia AAZK to finalize the workshops for the 2010 National Conference in Philadelphia.  We continue to search out experts to bring conference delegates the most current technologies and innovations in animal care. The Professional Development Committee is also working with the Board of Directors and members of the Association of Zoos and Aquariums on a keeper certification process.\r\n\r\n<strong>Want to Help?</strong>\r\nThe Professional Development Committee is currently seeking new members!  We want to continue to provide to the highest quality workshops possible and we need your help!  If you are interested in joining the Professional Development team please contact Melaina Wallace at <a href="mailto:melaina.g.wallace@aecetia.net/gws/aazk">Melaina.G.Wallace@aecetia.net/gws/aazk</a>.\r\n<strong>\r\n2009 Professional Development Committee Members</strong>\r\n\r\nMelaina Wallace – Chair\r\nDisney’s Animal Kingdom\r\n\r\nBob Cisneros- Liaison to Board\r\nSan Diego Zoo\r\n\r\nKelly Wilson\r\nDetroit Zoo\r\n\r\nVictor Alm\r\nOakland Zoo\r\n\r\nBandy Hicks\r\nBoat Club Road Animal Hospital Whitetail Veterinary Services\r\n\r\nLeanne Blinco\r\nDisney’s Animal Kingdom\r\n\r\nMike Murray\r\nDenver Zoo\r\n\r\nAaron Jesue\r\nNorth Carolina Zoo\r\n\r\nAmanda Hall\r\nScovill Zoo\r\n\r\nEunice Hui\r\nCoyote Point Museum\r\n\r\nDawn Sohr\r\nBrookfield Zoo\r\n\r\nAndrew Rowan\r\nDenver Zoo\r\n\r\nEllen Vossekuil\r\nUtah\'s Hogle Zoo', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2010-04-16 18:22:00', '2010-04-16 23:22:00', '', 178, 'http://aazk.org/uncategorized/178-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1267, 2, '2010-04-16 18:10:34', '2010-04-16 23:10:34', '<h3><img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" alt="pdc_color_logo" width="155" height="300" /></h3>\r\n<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-1260" title="melaina" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina-150x150.jpg" alt="melaina" width="150" height="150" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>\r\n<h3>Purpose</h3>\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership  and educational opportunities for all National AAZK members.\r\n\r\n<strong>2009</strong>\r\nThis past year the Professional Development Committee put together two workshops for the 2009 AAZK National Conference/ICZ in Seattle, WA.  The Body Condition Scoring Workshop and the Capture and Restraint Workshop.\r\n\r\nThe Body Condition Scoring (BCS) Workshop took place on Zoo Day at Woodland Park Zoo.  Dr. Mark Edwards, from California Polytechnic State University instructed the course and took keepers out into the “field” where they were able to assess animals at Woodland Park Zoo with their new found BCS skills.\r\n\r\n<img class="alignnone size-full wp-image-890" title="bcs_scoring" src="http://aecetia.net/gws/aazk/wp-content/uploads/bcs_scoring.jpg" alt="bcs_scoring" width="768" height="577" />\r\n\r\n<strong><em>Class participants utilize their classroom knowledge with a Sicilian donkey\r\nPhoto by Kelly Wilson</em></strong>\r\n\r\nThe Capture and Restraint Workshop was instructed by Dr. Mark Johnson and Bob Cisneros from the San Diego Zoo.  Dr. Johnson taught workshop attendees how to be an effective participant in any form of animal restraint, while Bob Cisneros went over basic fundamentals on restraining various forms of animal species.\r\n\r\n<img class="alignnone size-full wp-image-891" title="capture_restraint_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/capture_restraint_workshop.jpg" alt="capture_restraint_workshop" width="604" height="454" />\r\n\r\n<em><strong>Dr. Mark Johnson and Bob Cisneros go over restraint techniques\r\nPhoto by Kelly Wilson</strong></em>\r\n\r\n<strong>The Future</strong>\r\nWe are currently working with the conference committee at Philadelphia AAZK to finalize the workshops for the 2010 National Conference in Philadelphia.  We continue to search out experts to bring conference delegates the most current technologies and innovations in animal care. The Professional Development Committee is also working with the Board of Directors and members of the Association of Zoos and Aquariums on a keeper certification process.\r\n\r\n<strong>Want to Help?</strong>\r\nThe Professional Development Committee is currently seeking new members!  We want to continue to provide to the highest quality workshops possible and we need your help!  If you are interested in joining the Professional Development team please contact Melaina Wallace at <a href="mailto:melaina.g.wallace@aecetia.net/gws/aazk">Melaina.G.Wallace@aecetia.net/gws/aazk</a>.\r\n<strong>\r\n2009 Professional Development Committee Members</strong>\r\n\r\nMelaina Wallace – Chair\r\nDisney’s Animal Kingdom\r\n\r\nBob Cisneros- Liaison to Board\r\nSan Diego Zoo\r\n\r\nKelly Wilson\r\nDetroit Zoo\r\n\r\nVictor Alm\r\nOakland Zoo\r\n\r\nBandy Hicks\r\nBoat Club Road Animal Hospital Whitetail Veterinary Services\r\n\r\nLeanne Blinco\r\nDisney’s Animal Kingdom\r\n\r\nMike Murray\r\nDenver Zoo\r\n\r\nAaron Jesue\r\nNorth Carolina Zoo\r\n\r\nAmanda Hall\r\nScovill Zoo\r\n\r\nEunice Hui\r\nCoyote Point Museum\r\n\r\nDawn Sohr\r\nBrookfield Zoo\r\n\r\nAndrew Rowan\r\nDenver Zoo\r\n\r\nEllen Vossekuil\r\nUtah\'s Hogle Zoo', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2010-04-16 18:10:34', '2010-04-16 23:10:34', '', 178, 'http://aazk.org/uncategorized/178-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1268, 2, '2009-11-27 14:36:47', '2009-11-27 19:36:47', '<div class="bod first">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="title">President</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Cleveland Metroparks Zoo</div>\r\n<div class="affiliated_zoo_location">Cleveland, OH</div>\r\n<ul class="committees">\r\n	<li><a href="http://www.iczoo.org">International Congress on Zookeeping</a>,</li>\r\n	<li>Professional association liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Vice President</div>\r\n<a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n<div class="info">\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="affiliated_zoo_location">San Diego, CA</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/bylaws-committee/">Bylaws</a>,</li>\r\n	<li><a href="/committee/ethics-committee/">Ethics</a>,</li>\r\n	<li><a href="/committee/professional-development-committee/">Professional Development</a>,</li>\r\n	<li>Media</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-934" title="tammy" src="http://aecetia.net/gws/aazk/wp-content/uploads/tammy-150x150.jpg" alt="tammy" width="150" height="150" /></div>\r\n<div class="name">Tammy Root</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:tammy.root@aecetia.net/gws/aazk">tammy.root@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Indianapolis Zoo</div>\r\n<div class="affiliated_zoo_location">Indianapolis, IN</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a>,</li>\r\n	<li>Husbandry liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-846" title="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny-150x150.jpg" alt="penny" width="150" height="150" /></div>\r\n<div class="name">Penny Jolly</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="affiliated_zoo_location">Orlando, FL</div>\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/">Bowling for Rhinos</a>,<a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/">\r\n</a></li>\r\n	<li><a href="/committee/conservation-committee/">Conservation Committee</a>,</li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-874" title="wiggins" src="http://aecetia.net/gws/aazk/wp-content/uploads/wiggins-150x150.jpg" alt="wiggins" width="150" height="150" /></div>\r\n<div class="name">Gisela Wiggins</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:gisela.wiggins@aecetia.net/gws/aazk">gisela.wiggins@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">North Carolina Zoo</div>\r\n<div class="affiliated_zoo_location">Asheboro, NC</div>\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/awards-committee/">Awards</a>,</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/grants-committee/">Grants</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Executive Director</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/annual-aazk-conferences/">Conferences</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-882" title="barbara" src="http://aecetia.net/gws/aazk/wp-content/uploads/barbara-150x150.jpg" alt="barbara" width="150" height="150" /></div>\r\n<div class="name">Barbara Manspeaker</div>\r\n<div class="title">Administrative Secretary</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-883" title="chan" src="http://aecetia.net/gws/aazk/wp-content/uploads/chan-150x150.jpg" alt="chan" width="150" height="150" /></div>\r\n<div class="name">Susan Chan</div>\r\n<div class="title">Managing Editor AKF</div>\r\n<div class="email"><a href="mailto:susan.chan@aecetia.net/gws/aazk">susan.chan@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2009-11-27 14:36:47', '2009-11-27 19:36:47', '', 395, 'http://aazk.org/uncategorized/395-revision-14/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1269, 2, '2010-04-23 16:05:55', '2010-04-23 21:05:55', '<h4>Member Resources</h4>\r\nResources for AAZK Members and Chapters are located in the <strong>Member Only</strong> section of the website. Please login using your Username and Password to find additional member information and helpful Event resources under the <strong>Committee and Programs</strong> Tab.\r\n<h4>What is "Bowling For Rhinos"?</h4>\r\n<img class="alignleft" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/bfr_logo_497x497-150x150.jpg" alt="" width="90" height="90" /> Each year the American Association of Zoo keepers (AAZK) sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR). Over 60 AAZK chapters participate throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in Sumatra. These sanctuaries not only save rhinos but also these entire ecosystems!\r\n<div class="hr"></div>\r\n<h4>Why save Rhinos?</h4>\r\n<img class="alignright" title="extinct_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/extinct_rhino-300x200.jpg" alt="extinct_rhino" width="150" /> Rhinos have lived on earth for over 50 million years but whether they survive even 50 more years is open to speculation. Only 5 species of rhino exist today when once there were over 100 species. All 5 species- the white, black, greater one-horned, Sumatran and Javan are endangered. Only the white rhino with a population of 4,600 seems to be somewhat safe from extinction. In 1960, 60,000 black rhinos roamed Africa. Today only 2,500 remain in isolated populations. On the Asian continent, the greater one-horned population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has fewer than 60 animals.\r\n\r\nThe black rhino is a symbol of conservation in Africa as our bald eagle is to those of us in the United States. If the black rhino were to go extinct what message would we give our children? The rhino is a large, flagship species. By striving to save the rhino, we save large expanses of habitat. By saving these habitats, we are saving many endangered species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50 million years but it can not survive guns and man. The rhino is killed for its horn to be used in oriental medicines and as symbolic dagger handles. So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks. "BFR" money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuaries/parks, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\r\n\r\n<img class="alignleft" title="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" alt="aazk-color-logo-c2a8" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an obligation to save it and the other rhino species from extinction. Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\r\n<div class="hr"></div>\r\n<h4>Where do Bowling For Rhinos Funds go?</h4>\r\n<img class="size-medium wp-image-1443 alignleft" title="img_5337" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5337-300x200.jpg" alt="img_5337" width="150" /> 100% of all funds raised goes directly to in situ conservation projects, conserving four species of rhino, their habitats, and hundreds of other endangered plants and animals. BFR helps preserve the black and white rhino in Africa and the Javan and Sumatran rhino in Indonesia.\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon. This is a 300 square mile National Park on the island of Java (Indonesia) which is home to some of the rarest animals on earth! Ujung Kulon supports the last 47 Javan rhinos in the world (with a few discovered in Viet Nam), 40 species of mammals, 250 species of birds, many rare amphibians and reptiles including the green sea turtle. In fact, Java is home to one eighth of the world\'s mammals, birds, reptile, amphibian and plant species although it only occupies one percent of the globes land surface!\r\n\r\n<img class="alignright size-medium wp-image-1445" title="sumatranrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino-300x199.jpg" alt="sumatranrhino" width="150" /> In 1997, "BFR" again expanded their funding efforts to include Bukit Barisan Selatan National Park (BBSNP). This is a 3,568 square km protected area on the southwest side of the island of Sumatra. Asian elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a substantial number of the estimated 200 Sumatran rhinos live within this park. $25,000/ year is needed at BBSNP to provide additional patrol stations, patrol equipment and training of park guards in anti- poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that includes all parks with rhino populations. This program will allow funding to be used on top priority needs in top priority locations to conserve wildlife. BFR is part of this program. This allows unused funding in any given year to go through IRCP to be reallocated to these top priority locations. This allows BFR to expand funding to include such places as Way Kambas (Eastern Sumatra) that has a large population of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of Sumatran rhinos in the world and is a crucial nucleus for the survival and recovery of this species. Currently, the best use of and greatest need for the BFR funds is to be used to establish more anti-poaching teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to Lewa Wildlife Conservancy(LWC). 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant</a> administered by the AAZK.\r\n<div class="hr"></div>\r\n<h4>Are donations to Bowling For Rhinos tax deductible?</h4>\r\nYes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501 (c)(3) organization. Also, remember to check with your employer to see if they have a matching gift program as an easy way to double your donation.\r\n<div class="hr"></div>\r\n<h4>How can I help?</h4>\r\nYou can help by participating in your local AAZK Chapter\'s Bowling For Rhinos fundraiser or by donating to someone who is. <a href="../../find-chapters/">Click here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\r\n<div class="hr"></div>\r\n<h4>Do you need to be an AAZK member to bowl?</h4>\r\n<strong>No.</strong> Anyone can join the bowl-a-thon and have fun.\r\n<div class="hr"></div>\r\n<h4>How many chapters participate?</h4>\r\nApproximately 60 chapters participate each year with about 55 events (some bowl together) in U.S. and Canada.\r\n<div class="hr"></div>\r\n<h4>Why not bowl for a different animal each year?</h4>\r\nIt takes about 5 years for a fund raiser to take hold where the public looks forward to it so it is important to keep the name the same. BFR saves rhino habitat so it saves everything from orchids to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya has more elephants (300) than rhino (80). BFR also saves cheetah, Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan gibbons and the coral reefs, just to name a few.\r\n<div class="hr"></div>\r\n<h4>Want to Host a Bowling for Rhinos Event in Your Community?</h4>\r\nContact Patty Pearthree at ppear3atgmail.com\r\n\r\nor:\r\n\r\nPatty Pearthree\r\n318 Montibello Drive\r\nCary, NC 27513\r\n(919) 678-0449\r\n<div class="hr"></div>\r\n<h4>Where can I get more information?</h4>\r\nHopefully, you can find most of what you\'re looking for on our website. If there are things we can add that are useful, please <a href="http://www.aecetia.net/gws/aazk/contact/">let us know</a>. Additionally, you can find out more through some of the programs that we participate in, <a href="http://www.lewa.org" target="_blank">www.lewa.org</a>, <a href="http://www.rhinos-irf.org/" target="_blank">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/" target="_blank">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'publish', 'closed', 'closed', '', 'bowling-for-rhinos-faq', '', '', '2014-07-28 14:50:57', '2014-07-28 19:50:57', '', 168, 'http://aazk.org/?page_id=1269', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4448, 1, '2013-11-05 16:54:10', '2013-11-05 21:54:10', '<h4>What is "Bowling For Rhinos"?</h4>\r\n<img class="alignleft" alt="" src="[homeurl]/wp-content/uploads/bfr_logo_497x497-150x150.jpg" width="90" height="90" /> Each year the American Association of Zoo keepers (AAZK) sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR). Over 60 AAZK chapters participate throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in Sumatra. These sanctuaries not only save rhinos but also these entire ecosystems!\r\n<div class="hr"></div>\r\n<h4>Why save Rhinos?</h4>\r\n<img class="alignright" title="extinct_rhino" alt="extinct_rhino" src="[homeurl]/wp-content/uploads/extinct_rhino-300x200.jpg" width="150" /> Rhinos have lived on earth for over 50 million years but whether they survive even 50 more years is open to speculation. Only 5 species of rhino exist today when once there were over 100 species. All 5 species- the white, black, greater one-horned, Sumatran and Javan are endangered. Only the white rhino with a population of 4,600 seems to be somewhat safe from extinction. In 1960, 60,000 black rhinos roamed Africa. Today only 2,500 remain in isolated populations. On the Asian continent, the greater one-horned population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has fewer than 60 animals.\r\n\r\nThe black rhino is a symbol of conservation in Africa as our bald eagle is to those of us in the United States. If the black rhino were to go extinct what message would we give our children? The rhino is a large, flagship species. By striving to save the rhino, we save large expanses of habitat. By saving these habitats, we are saving many endangered species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50 million years but it can not survive guns and man. The rhino is killed for its horn to be used in oriental medicines and as symbolic dagger handles. So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks. "BFR" money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuaries/parks, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\r\n\r\n<img class="alignleft" title="aazk-color-logo-c2a8" alt="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an obligation to save it and the other rhino species from extinction. Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\r\n<div class="hr"></div>\r\n<h4>Where do Bowling For Rhinos Funds go?</h4>\r\n<img class="size-medium wp-image-1443 alignleft" title="img_5337" alt="img_5337" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5337-300x200.jpg" width="150" /> 100% of all funds raised goes directly to in situ conservation projects, conserving four species of rhino, their habitats, and hundreds of other endangered plants and animals. BFR helps preserve the black and white rhino in Africa and the Javan and Sumatran rhino in Indonesia.\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon. This is a 300 square mile National Park on the island of Java (Indonesia) which is home to some of the rarest animals on earth! Ujung Kulon supports the last 47 Javan rhinos in the world (with a few discovered in Viet Nam), 40 species of mammals, 250 species of birds, many rare amphibians and reptiles including the green sea turtle. In fact, Java is home to one eighth of the world\'s mammals, birds, reptile, amphibian and plant species although it only occupies one percent of the globes land surface!\r\n\r\n<img class="alignright size-medium wp-image-1445" title="sumatranrhino" alt="sumatranrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino-300x199.jpg" width="150" /> In 1997, "BFR" again expanded their funding efforts to include Bukit Barisan Selatan National Park (BBSNP). This is a 3,568 square km protected area on the southwest side of the island of Sumatra. Asian elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a substantial number of the estimated 200 Sumatran rhinos live within this park. $25,000/ year is needed at BBSNP to provide additional patrol stations, patrol equipment and training of park guards in anti- poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that includes all parks with rhino populations. This program will allow funding to be used on top priority needs in top priority locations to conserve wildlife. BFR is part of this program. This allows unused funding in any given year to go through IRCP to be reallocated to these top priority locations. This allows BFR to expand funding to include such places as Way Kambas (Eastern Sumatra) that has a large population of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of Sumatran rhinos in the world and is a crucial nucleus for the survival and recovery of this species. Currently, the best use of and greatest need for the BFR funds is to be used to establish more anti-poaching teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to Lewa Wildlife Conservancy(LWC). 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant</a> administered by the AAZK.\r\n<div class="hr"></div>\r\n<h4>Are donations to Bowling For Rhinos tax deductible?</h4>\r\nYes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501 (c)(3) organization. Also, remember to check with your employer to see if they have a matching gift program as an easy way to double your donation.\r\n<div class="hr"></div>\r\n<h4>How can I help?</h4>\r\nYou can help by participating in your local AAZK Chapter\'s Bowling For Rhinos fundraiser or by donating to someone who is. <a href="find-chapters/">Click here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\r\n<div class="hr"></div>\r\n<h4>Do you need to be an AAZK member to bowl?</h4>\r\n<strong>No.</strong> Anyone can join the bowl-a-thon and have fun.\r\n<div class="hr"></div>\r\n<h4>How many chapters participate?</h4>\r\nApproximately 60 chapters participate each year with about 55 events (some bowl together) in U.S. and Canada.\r\n<div class="hr"></div>\r\n<h4>Why not bowl for a different animal each year?</h4>\r\nIt takes about 5 years for a fund raiser to take hold where the public looks forward to it so it is important to keep the name the same. BFR saves rhino habitat so it saves everything from orchids to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya has more elephants (300) than rhino (80). BFR also saves cheetah, Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan gibbons and the coral reefs, just to name a few.\r\n<div class="hr"></div>\r\n<h4>Where can I get more information?</h4>\r\nHopefully, you can find most of what you\'re looking for on our website. If there are things we can add that are useful, please <a href="[homeurl]/contact/">let us know</a>. Additionally, you can find out more through some of the programs that we participate in, <a href="http://www.lewa.org" target="_blank">www.lewa.org</a>, <a href="http://www.rhinos-irf.org/" target="_blank">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/" target="_blank">www.actionforcheetahs.org</a>.\r\n<div id="inner-links"></div>', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2013-11-05 16:54:10', '2013-11-05 21:54:10', '', 1269, 'http://web3.gowebsolutions.com/~aazook/1269-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1307, 2, '2010-04-22 14:32:08', '2010-04-22 19:32:08', '<a href="#q1">What is "Bowling For  Rhinos"?</a>\n<a href="#q2">Why save Rhinos?</a>\n<a href="#q3">Where do Bowling For Rhinos  Funds go?</a>\n<a href="#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\n<a href="#q5">How can I help?</a>\n<a href="#q6">Do you need to be an AAZK  member to bowl?</a>\n<a href="#q7">How many chapters  participate?</a>\n<a href="#q10">Why not bowl for a  different animal each year?</a>\n<a href="#q11">We noticed the name of the  event was changed, why is that?</a>\n<a href="#q12">Where can I get more  information?</a>\n\n<hr /><strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\n<strong><big>A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).  Over 60 AAZK chapters participate  throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\n\n<a name="q2"> </a>\n\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\n<big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of  rhino exist today when once there were over 100 species.  All 5 species-  The White, Black, Indian, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the  Indian population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has only 47 animals.\n\nThe black rhino is a symbol of conservation in Africa as our bald eagle  is to those of us in the United States. If the black rhino were to go extinct what message would we give our children?  The rhino is a large, flagship species.  By striving to save the rhino, we save large expanses of habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\n\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive machine guns and man.  The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles.  So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks.  "BFR"  money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuary, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\n\nThe black rhino is AAZK\'s National symbol and we believe we have an  obligation to save it and the other rhino species from extinction.  Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\n\n<a name="q3"> </a>\n\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\n<big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the black and white Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia.\n\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\n\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\n\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\n\nOur first $160,000 raised each year goes to LWC. 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant </a>administered by the AAZK.\n\n<a name="q4"> </a>\n\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\n<big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\n\n<a name="q5"> </a>\n\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\n<big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser or by donating to someone who is. <a href="http://aecetia.net/gws/aazk/links/aazk-local-chapters">Click  here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\n\n<a name="q6"> </a>\n\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\n<big>A:</big></strong> No. Anyone can join the Bowl-A-Thon and have fun.\n\n<a name="q7"> </a>\n\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\n<big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some bowl together) in U.S. and Canada.\n\n<a name="q8"> </a>\n\n<a name="q10"> </a>\n\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\n<big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan  gibbons and the coral reefs,  just to name a few.\n\n<a name="q11"> </a>\n\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\n<big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino<sup>®</sup>". We now have an  official corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino</a>. Blue Rhino<sup>® </sup> had been  looking for a way to support conservation of their namesake, the rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\n\n<a name="q12"> </a>\n\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\n<big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-22 14:32:08', '2010-04-22 19:32:08', '', 1269, 'http://aazk.org/uncategorized/1269-revision-18/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1280, 2, '2010-04-21 08:17:16', '2010-04-21 13:17:16', '<a href="#q1">What is "Bowling For  Rhinos"?</a>\n<a href="#q2">Why save Rhinos?</a>\n<a href="#q3">Where do Bowling For Rhinos  Funds go?</a>\n<a href="#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\n<a href="#q5">How can I help?</a>\n<a href="#q6">Do you need to be an AAZK  member to bowl?</a>\n<a href="#q7">How many chapters  participate?</a>\n<a href="#q10">Why not bowl for a  different animal each year?</a>\n<a href="#q11">We noticed the name of the  event was changed, why is that?</a>\n<a href="#q12">Where can I get more  information?</a>\n\n<hr /><a name="q1"> </a>\n\n<strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\n<strong><big>A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).  Over 60 AAZK chapters participate  throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\n\n<a name="q2"> </a>\n\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\n<big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of  rhino exist today when once there were over 100 species.  All 5 species-  The White, Black, Indian, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the  Indian population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has only 47 animals.\n\nThe black rhino is a symbol of conservation in Africa as our bald eagle  is to those of us in the United States. If the black rhino were to go extinct what message would we give our children?  The rhino is a large, flagship species.  By striving to save the rhino, we save large expanses of habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\n\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive machine guns and man.  The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles.  So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks.  "BFR"  money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuary, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\n\nThe black rhino is AAZK\'s National symbol and we believe we have an  obligation to save it and the other rhino species from extinction.  Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\n\n<a name="q3"> </a>\n\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\n<big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the black and white Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia.\n\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\n\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\n\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\n\nOur first $160,000 raised each year goes to LWC. 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant </a>administered by the AAZK.\n\n<a name="q4"> </a>\n\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\n<big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\n\n<a name="q5"> </a>\n\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\n<big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser. <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Click  here</a> to locate the chapter nearest you to see if they are hosting an event.\n\n<a name="q6"> </a>\n\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\n<big>A:</big></strong> No. Anyone can join the Bowl-A-Thon and have fun.\n\n<a name="q7"> </a>\n\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\n<big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some Bowl together) in U.S. and Canada. See our <a href="http://aazkbfr.org/bfrsites/">list of sites</a> to find an event  close to you.\n\n<a name="q8"> </a>\n\n<a name="q10"> </a>\n\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\n<big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan  gibbons and the coral reefs,  just to name a few.\n\n<a name="q11"> </a>\n\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\n<big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino<sup>®</sup>". We now have an  official corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino</a>. Blue Rhino<sup>® </sup> had been  looking for a way to support conservation of their namesake, the rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\n\n<a name="q12"> </a>\n\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\n<big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-21 08:17:16', '2010-04-21 13:17:16', '', 1269, 'http://aazk.org/uncategorized/1269-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1270, 2, '2010-04-21 07:39:55', '2010-04-21 12:39:55', '<a href="http://aazkbfr.org/docs/faq.php#q1">What is "Bowling For  Rhinos"?</a>\n<a href="q2">Why save Rhinos?</a>\n<a href="q3">Where do Bowling For Rhinos  Funds go?</a>\n<a href="q4">Are donations to Bowling  For Rhinos tax deductible?</a>\n<a href="q5">How can I help?</a>\n<a href="q6">Do you need to be an AAZK  member to bowl?</a>\n<a href="q7">How many chapters  participate?</a>\n<a href="q8">When can I find out who won  the trip to Kenya?</a>\n<a href="q9">Is BFR Patty Pearthree\'s  job now?</a>\n<a href="q10">Why not bowl for a  different animal each year?</a>\n<a href="q11">We noticed the name of the  event was changed, why is that?</a>\n<a href="q12">Where can I get more  information?</a>\n\n<a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a>\n<big>A:</big> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).   This is similar to the March Of Dimes Walk-a-thon only we bowl and  collect donations rather than walk.  Over 60 AAZK chapters participate  throughout the US and Canada raising over $300,000 annually. BFR funds  support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\n\n<a name="q2"> </a>\n\n<a name="q2"><big>Q: Why save Rhinos?</big></a>\n<big>A:</big> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of  rhino exist today when once there were over 100 species.  All 5 species-  The White, Black, Indian, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the  Indian population remains at 2,000. The Sumatran numbers 200 and the  Javan has only 47 animals.\n\nThe Black rhino is a symbol of conservation in Africa as our Bald eagle  is to those of us in the United States. If the black rhino were to go  extinct what message would we give our children?  The rhino is a large,  key species.  By striving to save the rhino, we save large expanses of  habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\n\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive machine guns and man.  The rhino is  killed for its horn to be used in oriental medicines and symbolic  dagger handles.  So valuable is the horn to poachers that the rhino can  not survive unless it is on protected sanctuaries such as LWC.  "BFR"  money is used to fence in these areas, purchase planes and land rover  vehicles to curtail poaching, translocate rhino into the sanctuary, and  salaries for anti-poaching security guards.\n\nThe black rhino is AAZK\'s National symbol and we believe we have an  obligation to save it from extinction.  Through our efforts, we feel we  can save these valuable habitats and the animals living in their safe  havens for future generations to enjoy.\n\n<a name="q3"> </a>\n\n<a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a>\n<big>A:</big> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of Rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the Black and White Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia. The first $160,000 raised each year goes to the Lewa  Wildlife Conservancy with the remainder split between Ujung Kulon  National Park and Bukit Barisan Selatan National Park.\n\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\n\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\n\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\n\nOur first $160,000 raised each year goes to LWC. The remainder of funds  are sent via the International Rhino Fund to support Ujung Kulon, Way  Kambas and BBSNP. With this support, we are now helping to conserve  rhinos and their ecosystems worldwide!\n\nSee <a href="http://aazkbfr.org/docs/bfrn_comparison.php#funds_raised_distribution">Bowling  For Rhinos Funds Raised Distribution </a> for more details.\n\n<a name="q4"> </a>\n\n<a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a>\n<big>A:</big> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\n\n<a name="q5"> </a>\n\n<a name="q5"><big>Q: How can I help?</big></a>\n<big>A:</big> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser. <a href="http://aazkbfr.org/bfrsites/">Click  here</a> to locate the chapter nearest you.\n\n<a name="q6"> </a>\n\n<a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a>\n<big>A:</big> No. Anyone can join the Bowl-A-Thon and have fun. However,  to win the safari trip,  one must be an AAZK member in good standing.  If you think you might win, you can join <a href="http://www.aecetia.net/gws/aazk/">AAZK</a>.\n\n<a name="q7"> </a>\n\n<a name="q7"><big>Q: How many chapters participate?</big></a>\n<big>A:</big> Approximately 60 chapters participate each year with about  55 events (some Bowl together) in U.S. and Canada. See our <a href="http://aazkbfr.org/bfrsites/">list of sites</a> to find an event  close to you.\n\n<a name="q8"> </a>\n\n<a name="q8"><big>Q: When can I find out who won the safari  trips?</big></a>\n<big>A:</big> All money must be sent to me by September 1st to be  eligible for the trip. I will notify winners by September 15th.\n\n<a name="q9"> </a>\n\n<a name="q9"><big>Q: Is BFR Patty Pearthree\'s job now?</big></a>\n<big>A:</big> No. Patty is a volunteer just like everyone else involved  in BFR. This enables us to send 100% of all donations  to the 3 areas of  conservation. Administrative costs (for such things as postage, wire  transfer fees overseas, etc.) are paid by the $25 fee  for each  participating chapter .\n\n<a name="q10"> </a>\n\n<a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a>\n<big>A:</big> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, sumatran tigers, malayan sun bears and tapirs, Javan  gibbon and the coral reefs, just to name a few.\n\n<a name="q11"> </a>\n\n<a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a>\n<big>A:</big> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino". We now have an  official corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino</a>. Blue Rhino had been  looking for a way to support conservation of their namesake, the Rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\n\n<a name="q12"> </a>\n\n<a name="q12"><big>Q: Where can I get more information?</big></a>\n<big>A:</big> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.5tigers.org/">www.5tigers.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-21 07:39:55', '2010-04-21 12:39:55', '', 1269, 'http://aazk.org/uncategorized/1269-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1271, 2, '2010-04-21 07:40:56', '2010-04-21 12:40:56', '<a href="q1">What is "Bowling For  Rhinos"?</a>\n<a href="q2">Why save Rhinos?</a>\n<a href="q3">Where do Bowling For Rhinos  Funds go?</a>\n<a href="q4">Are donations to Bowling  For Rhinos tax deductible?</a>\n<a href="q5">How can I help?</a>\n<a href="q6">Do you need to be an AAZK  member to bowl?</a>\n<a href="q7">How many chapters  participate?</a>\n<a href="q8">When can I find out who won  the trip to Kenya?</a>\n<a href="q9">Is BFR Patty Pearthree\'s  job now?</a>\n<a href="q10">Why not bowl for a  different animal each year?</a>\n<a href="q11">We noticed the name of the  event was changed, why is that?</a>\n<a href="q12">Where can I get more  information?</a>\n\n<a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a>\n<big>A:</big> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).   This is similar to the March Of Dimes Walk-a-thon only we bowl and  collect donations rather than walk.  Over 60 AAZK chapters participate  throughout the US and Canada raising over $300,000 annually. BFR funds  support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\n\n<a name="q2"> </a>\n\n<a name="q2"><big>Q: Why save Rhinos?</big></a>\n<big>A:</big> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of  rhino exist today when once there were over 100 species.  All 5 species-  The White, Black, Indian, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the  Indian population remains at 2,000. The Sumatran numbers 200 and the  Javan has only 47 animals.\n\nThe Black rhino is a symbol of conservation in Africa as our Bald eagle  is to those of us in the United States. If the black rhino were to go  extinct what message would we give our children?  The rhino is a large,  key species.  By striving to save the rhino, we save large expanses of  habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\n\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive machine guns and man.  The rhino is  killed for its horn to be used in oriental medicines and symbolic  dagger handles.  So valuable is the horn to poachers that the rhino can  not survive unless it is on protected sanctuaries such as LWC.  "BFR"  money is used to fence in these areas, purchase planes and land rover  vehicles to curtail poaching, translocate rhino into the sanctuary, and  salaries for anti-poaching security guards.\n\nThe black rhino is AAZK\'s National symbol and we believe we have an  obligation to save it from extinction.  Through our efforts, we feel we  can save these valuable habitats and the animals living in their safe  havens for future generations to enjoy.\n\n<a name="q3"> </a>\n\n<a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a>\n<big>A:</big> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of Rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the Black and White Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia. The first $160,000 raised each year goes to the Lewa  Wildlife Conservancy with the remainder split between Ujung Kulon  National Park and Bukit Barisan Selatan National Park.\n\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\n\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\n\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\n\nOur first $160,000 raised each year goes to LWC. The remainder of funds  are sent via the International Rhino Fund to support Ujung Kulon, Way  Kambas and BBSNP. With this support, we are now helping to conserve  rhinos and their ecosystems worldwide!\n\nSee <a href="http://aazkbfr.org/docs/bfrn_comparison.php#funds_raised_distribution">Bowling  For Rhinos Funds Raised Distribution </a> for more details.\n\n<a name="q4"> </a>\n\n<a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a>\n<big>A:</big> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\n\n<a name="q5"> </a>\n\n<a name="q5"><big>Q: How can I help?</big></a>\n<big>A:</big> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser. <a href="http://aazkbfr.org/bfrsites/">Click  here</a> to locate the chapter nearest you.\n\n<a name="q6"> </a>\n\n<a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a>\n<big>A:</big> No. Anyone can join the Bowl-A-Thon and have fun. However,  to win the safari trip,  one must be an AAZK member in good standing.  If you think you might win, you can join <a href="http://www.aecetia.net/gws/aazk/">AAZK</a>.\n\n<a name="q7"> </a>\n\n<a name="q7"><big>Q: How many chapters participate?</big></a>\n<big>A:</big> Approximately 60 chapters participate each year with about  55 events (some Bowl together) in U.S. and Canada. See our <a href="http://aazkbfr.org/bfrsites/">list of sites</a> to find an event  close to you.\n\n<a name="q8"> </a>\n\n<a name="q8"><big>Q: When can I find out who won the safari  trips?</big></a>\n<big>A:</big> All money must be sent to me by September 1st to be  eligible for the trip. I will notify winners by September 15th.\n\n<a name="q9"> </a>\n\n<a name="q9"><big>Q: Is BFR Patty Pearthree\'s job now?</big></a>\n<big>A:</big> No. Patty is a volunteer just like everyone else involved  in BFR. This enables us to send 100% of all donations  to the 3 areas of  conservation. Administrative costs (for such things as postage, wire  transfer fees overseas, etc.) are paid by the $25 fee  for each  participating chapter .\n\n<a name="q10"> </a>\n\n<a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a>\n<big>A:</big> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, sumatran tigers, malayan sun bears and tapirs, Javan  gibbon and the coral reefs, just to name a few.\n\n<a name="q11"> </a>\n\n<a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a>\n<big>A:</big> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino". We now have an  official corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino</a>. Blue Rhino had been  looking for a way to support conservation of their namesake, the Rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\n\n<a name="q12"> </a>\n\n<a name="q12"><big>Q: Where can I get more information?</big></a>\n<big>A:</big> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.5tigers.org/">www.5tigers.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-21 07:40:56', '2010-04-21 12:40:56', '', 1269, 'http://aazk.org/uncategorized/1269-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1272, 2, '2010-04-21 07:48:39', '2010-04-21 12:48:39', '<a href="http://aazkbfr.org/docs/faq.php#q1">What is "Bowling For  Rhinos"?</a>\n<a href="http://aazkbfr.org/docs/faq.php#q2">Why save Rhinos?</a>\n<a href="http://aazkbfr.org/docs/faq.php#q3">Where do Bowling For Rhinos  Funds go?</a>\n<a href="http://aazkbfr.org/docs/faq.php#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\n<a href="http://aazkbfr.org/docs/faq.php#q5">How can I help?</a>\n<a href="http://aazkbfr.org/docs/faq.php#q6">Do you need to be an AAZK  member to bowl?</a>\n<a href="http://aazkbfr.org/docs/faq.php#q7">How many chapters  participate?</a>\n<a href="http://aazkbfr.org/docs/faq.php#q8"></a><a href="http://aazkbfr.org/docs/faq.php#q10">Why not bowl for a  different animal each year?</a>\n<a href="http://aazkbfr.org/docs/faq.php#q11">We noticed the name of the  event was changed, why is that?</a>\n<a href="http://aazkbfr.org/docs/faq.php#q12">Where can I get more  information?</a>\n\n<hr /><a name="q1"> </a>\n\n<strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\n<strong><big>A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).   This is similar to the March Of Dimes Walk-a-thon only we bowl and  collect donations rather than walk.  Over 60 AAZK chapters participate  throughout the US and Canada raising over $300,000 annually. BFR funds  support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\n\n<a name="q2"> </a>\n\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\n<big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of  rhino exist today when once there were over 100 species.  All 5 species-  The White, Black, Indian, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the  Indian population remains at 2,000. The Sumatran numbers 200 and the  Javan has only 47 animals.\n\nThe Black rhino is a symbol of conservation in Africa as our Bald eagle  is to those of us in the United States. If the black rhino were to go  extinct what message would we give our children?  The rhino is a large,  key species.  By striving to save the rhino, we save large expanses of  habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\n\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive machine guns and man.  The rhino is  killed for its horn to be used in oriental medicines and symbolic  dagger handles.  So valuable is the horn to poachers that the rhino can  not survive unless it is on protected sanctuaries such as LWC.  "BFR"  money is used to fence in these areas, purchase planes and land rover  vehicles to curtail poaching, translocate rhino into the sanctuary, and  salaries for anti-poaching security guards.\n\nThe black rhino is AAZK\'s National symbol and we believe we have an  obligation to save it from extinction.  Through our efforts, we feel we  can save these valuable habitats and the animals living in their safe  havens for future generations to enjoy.\n\n<a name="q3"> </a>\n\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\n<big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of Rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the Black and White Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia. The first $160,000 raised each year goes to the Lewa  Wildlife Conservancy with the remainder split between Ujung Kulon  National Park and Bukit Barisan Selatan National Park.\n\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\n\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\n\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\n\nOur first $160,000 raised each year goes to LWC. The remainder of funds  are sent via the International Rhino Fund to support Ujung Kulon, Way  Kambas and BBSNP. With this support, we are now helping to conserve  rhinos and their ecosystems worldwide!\n\nSee <a href="http://aazkbfr.org/docs/bfrn_comparison.php#funds_raised_distribution">Bowling  For Rhinos Funds Raised Distribution </a> for more details.\n\n<a name="q4"> </a>\n\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\n<big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\n\n<a name="q5"> </a>\n\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\n<big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser. <a href="http://aazkbfr.org/bfrsites/">Click  here</a> to locate the chapter nearest you.\n\n<a name="q6"> </a>\n\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\n<big>A:</big></strong> No. Anyone can join the Bowl-A-Thon and have fun. However,  to win the safari trip,  one must be an AAZK member in good standing.  If you think you might win, you can join <a href="http://www.aecetia.net/gws/aazk/">AAZK</a>.\n\n<a name="q7"> </a>\n\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\n<big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some Bowl together) in U.S. and Canada. See our <a href="http://aazkbfr.org/bfrsites/">list of sites</a> to find an event  close to you.\n\n<a name="q8"> </a>\n\n<a name="q10"> </a>\n\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\n<big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, sumatran tigers, malayan sun bears and tapirs, Javan  gibbon and the coral reefs, just to name a few.\n\n<a name="q11"> </a>\n\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\n<big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino". We now have an  official corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino</a>. Blue Rhino had been  looking for a way to support conservation of their namesake, the Rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\n\n<a name="q12"> </a>\n\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\n<big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-21 07:48:39', '2010-04-21 12:48:39', '', 1269, 'http://aazk.org/uncategorized/1269-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1278, 2, '2010-04-21 07:55:51', '2010-04-21 12:55:51', '<a href="#q1">What is "Bowling For  Rhinos"?</a>\r\n<a href="#q2">Why save Rhinos?</a>\r\n<a href="#q3">Where do Bowling For Rhinos  Funds go?</a>\r\n<a href="#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\r\n<a href="#q5">How can I help?</a>\r\n<a href="#q6">Do you need to be an AAZK  member to bowl?</a>\r\n<a href="#q7">How many chapters  participate?</a>\r\n<a href="#q10">Why not bowl for a  different animal each year?</a>\r\n<a href="#q11">We noticed the name of the  event was changed, why is that?</a>\r\n<a href="#q12">Where can I get more  information?</a>\r\n\r\n<hr /><a name="q1"> </a>\r\n\r\n<strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\r\n<strong><big>A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).   This is similar to the March Of Dimes Walk-a-thon only we bowl and  collect donations rather than walk.  Over 60 AAZK chapters participate  throughout the US and Canada raising over $300,000 annually. BFR funds  support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\r\n\r\n<a name="q2"> </a>\r\n\r\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\r\n<big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of  rhino exist today when once there were over 100 species.  All 5 species-  The White, Black, Indian, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the  Indian population remains at 2,000. The Sumatran numbers 200 and the  Javan has only 47 animals.\r\n\r\nThe Black rhino is a symbol of conservation in Africa as our Bald eagle  is to those of us in the United States. If the black rhino were to go  extinct what message would we give our children?  The rhino is a large,  key species.  By striving to save the rhino, we save large expanses of  habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive machine guns and man.  The rhino is  killed for its horn to be used in oriental medicines and symbolic  dagger handles.  So valuable is the horn to poachers that the rhino can  not survive unless it is on protected sanctuaries such as LWC.  "BFR"  money is used to fence in these areas, purchase planes and land rover  vehicles to curtail poaching, translocate rhino into the sanctuary, and  salaries for anti-poaching security guards.\r\n\r\nThe black rhino is AAZK\'s National symbol and we believe we have an  obligation to save it from extinction.  Through our efforts, we feel we  can save these valuable habitats and the animals living in their safe  havens for future generations to enjoy.\r\n\r\n<a name="q3"> </a>\r\n\r\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\r\n<big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of Rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the Black and White Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia. The first $160,000 raised each year goes to the Lewa  Wildlife Conservancy with the remainder split between Ujung Kulon  National Park and Bukit Barisan Selatan National Park.\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\r\n\r\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to LWC. The remainder of funds  are sent via the International Rhino Fund to support Ujung Kulon, Way  Kambas and BBSNP. With this support, we are now helping to conserve  rhinos and their ecosystems worldwide!\r\n\r\nSee <a href="http://aazkbfr.org/docs/bfrn_comparison.php#funds_raised_distribution">Bowling  For Rhinos Funds Raised Distribution </a> for more details.\r\n\r\n<a name="q4"> </a>\r\n\r\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\r\n<big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\r\n\r\n<a name="q5"> </a>\r\n\r\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\r\n<big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser. <a href="http://aazkbfr.org/bfrsites/">Click  here</a> to locate the chapter nearest you.\r\n\r\n<a name="q6"> </a>\r\n\r\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\r\n<big>A:</big></strong> No. Anyone can join the Bowl-A-Thon and have fun. However,  to win the safari trip,  one must be an AAZK member in good standing.  If you think you might win, you can join <a href="http://www.aecetia.net/gws/aazk/">AAZK</a>.\r\n\r\n<a name="q7"> </a>\r\n\r\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\r\n<big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some Bowl together) in U.S. and Canada. See our <a href="http://aazkbfr.org/bfrsites/">list of sites</a> to find an event  close to you.\r\n\r\n<a name="q8"> </a>\r\n\r\n<a name="q10"> </a>\r\n\r\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\r\n<big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, sumatran tigers, malayan sun bears and tapirs, Javan  gibbon and the coral reefs, just to name a few.\r\n\r\n<a name="q11"> </a>\r\n\r\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\r\n<big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino". We now have an  official corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino</a>. Blue Rhino had been  looking for a way to support conservation of their namesake, the Rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\r\n\r\n<a name="q12"> </a>\r\n\r\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\r\n<big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-21 07:55:51', '2010-04-21 12:55:51', '', 1269, 'http://aazk.org/uncategorized/1269-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1273, 2, '2010-04-21 07:51:35', '2010-04-21 12:51:35', '<a href="http://aazkbfr.org/docs/faq.php#q1">What is "Bowling For  Rhinos"?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q2">Why save Rhinos?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q3">Where do Bowling For Rhinos  Funds go?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q5">How can I help?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q6">Do you need to be an AAZK  member to bowl?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q7">How many chapters  participate?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q8"></a><a href="http://aazkbfr.org/docs/faq.php#q10">Why not bowl for a  different animal each year?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q11">We noticed the name of the  event was changed, why is that?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q12">Where can I get more  information?</a>\r\n\r\n<hr /><a name="q1"> </a>\r\n\r\n<strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\r\n<strong><big>A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).   This is similar to the March Of Dimes Walk-a-thon only we bowl and  collect donations rather than walk.  Over 60 AAZK chapters participate  throughout the US and Canada raising over $300,000 annually. BFR funds  support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\r\n\r\n<a name="q2"> </a>\r\n\r\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\r\n<big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of  rhino exist today when once there were over 100 species.  All 5 species-  The White, Black, Indian, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the  Indian population remains at 2,000. The Sumatran numbers 200 and the  Javan has only 47 animals.\r\n\r\nThe Black rhino is a symbol of conservation in Africa as our Bald eagle  is to those of us in the United States. If the black rhino were to go  extinct what message would we give our children?  The rhino is a large,  key species.  By striving to save the rhino, we save large expanses of  habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive machine guns and man.  The rhino is  killed for its horn to be used in oriental medicines and symbolic  dagger handles.  So valuable is the horn to poachers that the rhino can  not survive unless it is on protected sanctuaries such as LWC.  "BFR"  money is used to fence in these areas, purchase planes and land rover  vehicles to curtail poaching, translocate rhino into the sanctuary, and  salaries for anti-poaching security guards.\r\n\r\nThe black rhino is AAZK\'s National symbol and we believe we have an  obligation to save it from extinction.  Through our efforts, we feel we  can save these valuable habitats and the animals living in their safe  havens for future generations to enjoy.\r\n\r\n<a name="q3"> </a>\r\n\r\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\r\n<big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of Rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the Black and White Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia. The first $160,000 raised each year goes to the Lewa  Wildlife Conservancy with the remainder split between Ujung Kulon  National Park and Bukit Barisan Selatan National Park.\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\r\n\r\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to LWC. The remainder of funds  are sent via the International Rhino Fund to support Ujung Kulon, Way  Kambas and BBSNP. With this support, we are now helping to conserve  rhinos and their ecosystems worldwide!\r\n\r\nSee <a href="http://aazkbfr.org/docs/bfrn_comparison.php#funds_raised_distribution">Bowling  For Rhinos Funds Raised Distribution </a> for more details.\r\n\r\n<a name="q4"> </a>\r\n\r\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\r\n<big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\r\n\r\n<a name="q5"> </a>\r\n\r\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\r\n<big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser. <a href="http://aazkbfr.org/bfrsites/">Click  here</a> to locate the chapter nearest you.\r\n\r\n<a name="q6"> </a>\r\n\r\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\r\n<big>A:</big></strong> No. Anyone can join the Bowl-A-Thon and have fun. However,  to win the safari trip,  one must be an AAZK member in good standing.  If you think you might win, you can join <a href="http://www.aecetia.net/gws/aazk/">AAZK</a>.\r\n\r\n<a name="q7"> </a>\r\n\r\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\r\n<big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some Bowl together) in U.S. and Canada. See our <a href="http://aazkbfr.org/bfrsites/">list of sites</a> to find an event  close to you.\r\n\r\n<a name="q8"> </a>\r\n\r\n<a name="q10"> </a>\r\n\r\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\r\n<big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, sumatran tigers, malayan sun bears and tapirs, Javan  gibbon and the coral reefs, just to name a few.\r\n\r\n<a name="q11"> </a>\r\n\r\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\r\n<big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino". We now have an  official corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino</a>. Blue Rhino had been  looking for a way to support conservation of their namesake, the Rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\r\n\r\n<a name="q12"> </a>\r\n\r\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\r\n<big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-21 07:51:35', '2010-04-21 12:51:35', '', 1269, 'http://aazk.org/uncategorized/1269-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1276, 2, '2010-04-21 07:54:12', '2010-04-21 12:54:12', '<a href="#q1">What is "Bowling For  Rhinos"?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q2">Why save Rhinos?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q3">Where do Bowling For Rhinos  Funds go?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q5">How can I help?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q6">Do you need to be an AAZK  member to bowl?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q7">How many chapters  participate?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q8"></a><a href="http://aazkbfr.org/docs/faq.php#q10">Why not bowl for a  different animal each year?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q11">We noticed the name of the  event was changed, why is that?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q12">Where can I get more  information?</a>\r\n\r\n<hr /><a name="q1"> </a>\r\n\r\n<strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\r\n<strong><big>A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).   This is similar to the March Of Dimes Walk-a-thon only we bowl and  collect donations rather than walk.  Over 60 AAZK chapters participate  throughout the US and Canada raising over $300,000 annually. BFR funds  support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\r\n\r\n<a name="q2"> </a>\r\n\r\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\r\n<big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of  rhino exist today when once there were over 100 species.  All 5 species-  The White, Black, Indian, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the  Indian population remains at 2,000. The Sumatran numbers 200 and the  Javan has only 47 animals.\r\n\r\nThe Black rhino is a symbol of conservation in Africa as our Bald eagle  is to those of us in the United States. If the black rhino were to go  extinct what message would we give our children?  The rhino is a large,  key species.  By striving to save the rhino, we save large expanses of  habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive machine guns and man.  The rhino is  killed for its horn to be used in oriental medicines and symbolic  dagger handles.  So valuable is the horn to poachers that the rhino can  not survive unless it is on protected sanctuaries such as LWC.  "BFR"  money is used to fence in these areas, purchase planes and land rover  vehicles to curtail poaching, translocate rhino into the sanctuary, and  salaries for anti-poaching security guards.\r\n\r\nThe black rhino is AAZK\'s National symbol and we believe we have an  obligation to save it from extinction.  Through our efforts, we feel we  can save these valuable habitats and the animals living in their safe  havens for future generations to enjoy.\r\n\r\n<a name="q3"> </a>\r\n\r\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\r\n<big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of Rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the Black and White Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia. The first $160,000 raised each year goes to the Lewa  Wildlife Conservancy with the remainder split between Ujung Kulon  National Park and Bukit Barisan Selatan National Park.\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\r\n\r\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to LWC. The remainder of funds  are sent via the International Rhino Fund to support Ujung Kulon, Way  Kambas and BBSNP. With this support, we are now helping to conserve  rhinos and their ecosystems worldwide!\r\n\r\nSee <a href="http://aazkbfr.org/docs/bfrn_comparison.php#funds_raised_distribution">Bowling  For Rhinos Funds Raised Distribution </a> for more details.\r\n\r\n<a name="q4"> </a>\r\n\r\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\r\n<big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\r\n\r\n<a name="q5"> </a>\r\n\r\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\r\n<big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser. <a href="http://aazkbfr.org/bfrsites/">Click  here</a> to locate the chapter nearest you.\r\n\r\n<a name="q6"> </a>\r\n\r\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\r\n<big>A:</big></strong> No. Anyone can join the Bowl-A-Thon and have fun. However,  to win the safari trip,  one must be an AAZK member in good standing.  If you think you might win, you can join <a href="http://www.aecetia.net/gws/aazk/">AAZK</a>.\r\n\r\n<a name="q7"> </a>\r\n\r\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\r\n<big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some Bowl together) in U.S. and Canada. See our <a href="http://aazkbfr.org/bfrsites/">list of sites</a> to find an event  close to you.\r\n\r\n<a name="q8"> </a>\r\n\r\n<a name="q10"> </a>\r\n\r\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\r\n<big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, sumatran tigers, malayan sun bears and tapirs, Javan  gibbon and the coral reefs, just to name a few.\r\n\r\n<a name="q11"> </a>\r\n\r\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\r\n<big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino". We now have an  official corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino</a>. Blue Rhino had been  looking for a way to support conservation of their namesake, the Rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\r\n\r\n<a name="q12"> </a>\r\n\r\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\r\n<big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-21 07:54:12', '2010-04-21 12:54:12', '', 1269, 'http://aazk.org/uncategorized/1269-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1274, 2, '2010-04-21 07:52:56', '2010-04-21 12:52:56', '<a href="http://aazkbfr.org/docs/faq.php#q1">What is "Bowling For  Rhinos"?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q2">Why save Rhinos?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q3">Where do Bowling For Rhinos  Funds go?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q5">How can I help?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q6">Do you need to be an AAZK  member to bowl?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q7">How many chapters  participate?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q8"></a><a href="http://aazkbfr.org/docs/faq.php#q10">Why not bowl for a  different animal each year?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q11">We noticed the name of the  event was changed, why is that?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q12">Where can I get more  information?</a>\r\n\r\n<hr /><a name="q1"> </a>\r\n\r\n<strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\r\n<strong><big>A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).   This is similar to the March Of Dimes Walk-a-thon only we bowl and  collect donations rather than walk.  Over 60 AAZK chapters participate  throughout the US and Canada raising over $300,000 annually. BFR funds  support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\r\n\r\n<a name="q2"> </a>\r\n\r\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\r\n<big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of  rhino exist today when once there were over 100 species.  All 5 species-  The White, Black, Indian, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the  Indian population remains at 2,000. The Sumatran numbers 200 and the  Javan has only 47 animals.\r\n\r\nThe Black rhino is a symbol of conservation in Africa as our Bald eagle  is to those of us in the United States. If the black rhino were to go  extinct what message would we give our children?  The rhino is a large,  key species.  By striving to save the rhino, we save large expanses of  habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive machine guns and man.  The rhino is  killed for its horn to be used in oriental medicines and symbolic  dagger handles.  So valuable is the horn to poachers that the rhino can  not survive unless it is on protected sanctuaries such as LWC.  "BFR"  money is used to fence in these areas, purchase planes and land rover  vehicles to curtail poaching, translocate rhino into the sanctuary, and  salaries for anti-poaching security guards.\r\n\r\nThe black rhino is AAZK\'s National symbol and we believe we have an  obligation to save it from extinction.  Through our efforts, we feel we  can save these valuable habitats and the animals living in their safe  havens for future generations to enjoy.\r\n\r\n<a name="q3"> </a>\r\n\r\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\r\n<big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of Rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the Black and White Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia. The first $160,000 raised each year goes to the Lewa  Wildlife Conservancy with the remainder split between Ujung Kulon  National Park and Bukit Barisan Selatan National Park.\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\r\n\r\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to LWC. The remainder of funds  are sent via the International Rhino Fund to support Ujung Kulon, Way  Kambas and BBSNP. With this support, we are now helping to conserve  rhinos and their ecosystems worldwide!\r\n\r\nSee <a href="http://aazkbfr.org/docs/bfrn_comparison.php#funds_raised_distribution">Bowling  For Rhinos Funds Raised Distribution </a> for more details.\r\n\r\n<a name="q4"> </a>\r\n\r\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\r\n<big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\r\n\r\n<a name="q5"> </a>\r\n\r\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\r\n<big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser. <a href="http://aazkbfr.org/bfrsites/">Click  here</a> to locate the chapter nearest you.\r\n\r\n<a name="q6"> </a>\r\n\r\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\r\n<big>A:</big></strong> No. Anyone can join the Bowl-A-Thon and have fun. However,  to win the safari trip,  one must be an AAZK member in good standing.  If you think you might win, you can join <a href="http://www.aecetia.net/gws/aazk/">AAZK</a>.\r\n\r\n<a name="q7"> </a>\r\n\r\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\r\n<big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some Bowl together) in U.S. and Canada. See our <a href="http://aazkbfr.org/bfrsites/">list of sites</a> to find an event  close to you.\r\n\r\n<a name="q8"> </a>\r\n\r\n<a name="q10"> </a>\r\n\r\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\r\n<big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, sumatran tigers, malayan sun bears and tapirs, Javan  gibbon and the coral reefs, just to name a few.\r\n\r\n<a name="q11"> </a>\r\n\r\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\r\n<big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino". We now have an  official corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino</a>. Blue Rhino had been  looking for a way to support conservation of their namesake, the Rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\r\n\r\n<a name="q12"> </a>\r\n\r\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\r\n<big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-21 07:52:56', '2010-04-21 12:52:56', '', 1269, 'http://aazk.org/uncategorized/1269-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1275, 2, '2010-04-21 07:53:02', '2010-04-21 12:53:02', '<a href="http://aazkbfr.org/docs/faq.php#q1">What is "Bowling For  Rhinos"?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q2">Why save Rhinos?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q3">Where do Bowling For Rhinos  Funds go?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q5">How can I help?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q6">Do you need to be an AAZK  member to bowl?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q7">How many chapters  participate?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q8"></a><a href="http://aazkbfr.org/docs/faq.php#q10">Why not bowl for a  different animal each year?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q11">We noticed the name of the  event was changed, why is that?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q12">Where can I get more  information?</a>\r\n\r\n<hr /><a name="q1"> </a>\r\n\r\n<strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\r\n<strong><big>A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).   This is similar to the March Of Dimes Walk-a-thon only we bowl and  collect donations rather than walk.  Over 60 AAZK chapters participate  throughout the US and Canada raising over $300,000 annually. BFR funds  support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\r\n\r\n<a name="q2"> </a>\r\n\r\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\r\n<big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of  rhino exist today when once there were over 100 species.  All 5 species-  The White, Black, Indian, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the  Indian population remains at 2,000. The Sumatran numbers 200 and the  Javan has only 47 animals.\r\n\r\nThe Black rhino is a symbol of conservation in Africa as our Bald eagle  is to those of us in the United States. If the black rhino were to go  extinct what message would we give our children?  The rhino is a large,  key species.  By striving to save the rhino, we save large expanses of  habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive machine guns and man.  The rhino is  killed for its horn to be used in oriental medicines and symbolic  dagger handles.  So valuable is the horn to poachers that the rhino can  not survive unless it is on protected sanctuaries such as LWC.  "BFR"  money is used to fence in these areas, purchase planes and land rover  vehicles to curtail poaching, translocate rhino into the sanctuary, and  salaries for anti-poaching security guards.\r\n\r\nThe black rhino is AAZK\'s National symbol and we believe we have an  obligation to save it from extinction.  Through our efforts, we feel we  can save these valuable habitats and the animals living in their safe  havens for future generations to enjoy.\r\n\r\n<a name="q3"> </a>\r\n\r\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\r\n<big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of Rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the Black and White Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia. The first $160,000 raised each year goes to the Lewa  Wildlife Conservancy with the remainder split between Ujung Kulon  National Park and Bukit Barisan Selatan National Park.\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\r\n\r\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to LWC. The remainder of funds  are sent via the International Rhino Fund to support Ujung Kulon, Way  Kambas and BBSNP. With this support, we are now helping to conserve  rhinos and their ecosystems worldwide!\r\n\r\nSee <a href="http://aazkbfr.org/docs/bfrn_comparison.php#funds_raised_distribution">Bowling  For Rhinos Funds Raised Distribution </a> for more details.\r\n\r\n<a name="q4"> </a>\r\n\r\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\r\n<big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\r\n\r\n<a name="q5"> </a>\r\n\r\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\r\n<big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser. <a href="http://aazkbfr.org/bfrsites/">Click  here</a> to locate the chapter nearest you.\r\n\r\n<a name="q6"> </a>\r\n\r\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\r\n<big>A:</big></strong> No. Anyone can join the Bowl-A-Thon and have fun. However,  to win the safari trip,  one must be an AAZK member in good standing.  If you think you might win, you can join <a href="http://www.aecetia.net/gws/aazk/">AAZK</a>.\r\n\r\n<a name="q7"> </a>\r\n\r\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\r\n<big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some Bowl together) in U.S. and Canada. See our <a href="http://aazkbfr.org/bfrsites/">list of sites</a> to find an event  close to you.\r\n\r\n<a name="q8"> </a>\r\n\r\n<a name="q10"> </a>\r\n\r\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\r\n<big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, sumatran tigers, malayan sun bears and tapirs, Javan  gibbon and the coral reefs, just to name a few.\r\n\r\n<a name="q11"> </a>\r\n\r\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\r\n<big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino". We now have an  official corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino</a>. Blue Rhino had been  looking for a way to support conservation of their namesake, the Rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\r\n\r\n<a name="q12"> </a>\r\n\r\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\r\n<big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-21 07:53:02', '2010-04-21 12:53:02', '', 1269, 'http://aazk.org/uncategorized/1269-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1277, 2, '2010-04-21 07:54:17', '2010-04-21 12:54:17', '<a href="#q1">What is "Bowling For  Rhinos"?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q2">Why save Rhinos?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q3">Where do Bowling For Rhinos  Funds go?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q5">How can I help?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q6">Do you need to be an AAZK  member to bowl?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q7">How many chapters  participate?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q8"></a><a href="http://aazkbfr.org/docs/faq.php#q10">Why not bowl for a  different animal each year?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q11">We noticed the name of the  event was changed, why is that?</a>\r\n<a href="http://aazkbfr.org/docs/faq.php#q12">Where can I get more  information?</a>\r\n\r\n<hr /><a name="q1"> </a>\r\n\r\n<strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\r\n<strong><big>A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).   This is similar to the March Of Dimes Walk-a-thon only we bowl and  collect donations rather than walk.  Over 60 AAZK chapters participate  throughout the US and Canada raising over $300,000 annually. BFR funds  support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\r\n\r\n<a name="q2"> </a>\r\n\r\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\r\n<big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of  rhino exist today when once there were over 100 species.  All 5 species-  The White, Black, Indian, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the  Indian population remains at 2,000. The Sumatran numbers 200 and the  Javan has only 47 animals.\r\n\r\nThe Black rhino is a symbol of conservation in Africa as our Bald eagle  is to those of us in the United States. If the black rhino were to go  extinct what message would we give our children?  The rhino is a large,  key species.  By striving to save the rhino, we save large expanses of  habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive machine guns and man.  The rhino is  killed for its horn to be used in oriental medicines and symbolic  dagger handles.  So valuable is the horn to poachers that the rhino can  not survive unless it is on protected sanctuaries such as LWC.  "BFR"  money is used to fence in these areas, purchase planes and land rover  vehicles to curtail poaching, translocate rhino into the sanctuary, and  salaries for anti-poaching security guards.\r\n\r\nThe black rhino is AAZK\'s National symbol and we believe we have an  obligation to save it from extinction.  Through our efforts, we feel we  can save these valuable habitats and the animals living in their safe  havens for future generations to enjoy.\r\n\r\n<a name="q3"> </a>\r\n\r\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\r\n<big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of Rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the Black and White Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia. The first $160,000 raised each year goes to the Lewa  Wildlife Conservancy with the remainder split between Ujung Kulon  National Park and Bukit Barisan Selatan National Park.\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\r\n\r\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to LWC. The remainder of funds  are sent via the International Rhino Fund to support Ujung Kulon, Way  Kambas and BBSNP. With this support, we are now helping to conserve  rhinos and their ecosystems worldwide!\r\n\r\nSee <a href="http://aazkbfr.org/docs/bfrn_comparison.php#funds_raised_distribution">Bowling  For Rhinos Funds Raised Distribution </a> for more details.\r\n\r\n<a name="q4"> </a>\r\n\r\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\r\n<big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\r\n\r\n<a name="q5"> </a>\r\n\r\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\r\n<big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser. <a href="http://aazkbfr.org/bfrsites/">Click  here</a> to locate the chapter nearest you.\r\n\r\n<a name="q6"> </a>\r\n\r\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\r\n<big>A:</big></strong> No. Anyone can join the Bowl-A-Thon and have fun. However,  to win the safari trip,  one must be an AAZK member in good standing.  If you think you might win, you can join <a href="http://www.aecetia.net/gws/aazk/">AAZK</a>.\r\n\r\n<a name="q7"> </a>\r\n\r\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\r\n<big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some Bowl together) in U.S. and Canada. See our <a href="http://aazkbfr.org/bfrsites/">list of sites</a> to find an event  close to you.\r\n\r\n<a name="q8"> </a>\r\n\r\n<a name="q10"> </a>\r\n\r\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\r\n<big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, sumatran tigers, malayan sun bears and tapirs, Javan  gibbon and the coral reefs, just to name a few.\r\n\r\n<a name="q11"> </a>\r\n\r\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\r\n<big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino". We now have an  official corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino</a>. Blue Rhino had been  looking for a way to support conservation of their namesake, the Rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\r\n\r\n<a name="q12"> </a>\r\n\r\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\r\n<big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-21 07:54:17', '2010-04-21 12:54:17', '', 1269, 'http://aazk.org/uncategorized/1269-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1279, 2, '2010-04-21 07:55:57', '2010-04-21 12:55:57', '<a href="#q1">What is "Bowling For  Rhinos"?</a>\r\n<a href="#q2">Why save Rhinos?</a>\r\n<a href="#q3">Where do Bowling For Rhinos  Funds go?</a>\r\n<a href="#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\r\n<a href="#q5">How can I help?</a>\r\n<a href="#q6">Do you need to be an AAZK  member to bowl?</a>\r\n<a href="#q7">How many chapters  participate?</a>\r\n<a href="#q10">Why not bowl for a  different animal each year?</a>\r\n<a href="#q11">We noticed the name of the  event was changed, why is that?</a>\r\n<a href="#q12">Where can I get more  information?</a>\r\n\r\n<hr /><a name="q1"> </a>\r\n\r\n<strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\r\n<strong><big>A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).   This is similar to the March Of Dimes Walk-a-thon only we bowl and  collect donations rather than walk.  Over 60 AAZK chapters participate  throughout the US and Canada raising over $300,000 annually. BFR funds  support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\r\n\r\n<a name="q2"> </a>\r\n\r\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\r\n<big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of  rhino exist today when once there were over 100 species.  All 5 species-  The White, Black, Indian, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the  Indian population remains at 2,000. The Sumatran numbers 200 and the  Javan has only 47 animals.\r\n\r\nThe Black rhino is a symbol of conservation in Africa as our Bald eagle  is to those of us in the United States. If the black rhino were to go  extinct what message would we give our children?  The rhino is a large,  key species.  By striving to save the rhino, we save large expanses of  habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive machine guns and man.  The rhino is  killed for its horn to be used in oriental medicines and symbolic  dagger handles.  So valuable is the horn to poachers that the rhino can  not survive unless it is on protected sanctuaries such as LWC.  "BFR"  money is used to fence in these areas, purchase planes and land rover  vehicles to curtail poaching, translocate rhino into the sanctuary, and  salaries for anti-poaching security guards.\r\n\r\nThe black rhino is AAZK\'s National symbol and we believe we have an  obligation to save it from extinction.  Through our efforts, we feel we  can save these valuable habitats and the animals living in their safe  havens for future generations to enjoy.\r\n\r\n<a name="q3"> </a>\r\n\r\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\r\n<big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of Rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the Black and White Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia. The first $160,000 raised each year goes to the Lewa  Wildlife Conservancy with the remainder split between Ujung Kulon  National Park and Bukit Barisan Selatan National Park.\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\r\n\r\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to LWC. The remainder of funds  are sent via the International Rhino Fund to support Ujung Kulon, Way  Kambas and BBSNP. With this support, we are now helping to conserve  rhinos and their ecosystems worldwide!\r\n\r\nSee <a href="http://aazkbfr.org/docs/bfrn_comparison.php#funds_raised_distribution">Bowling  For Rhinos Funds Raised Distribution </a> for more details.\r\n\r\n<a name="q4"> </a>\r\n\r\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\r\n<big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\r\n\r\n<a name="q5"> </a>\r\n\r\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\r\n<big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser. <a href="http://aazkbfr.org/bfrsites/">Click  here</a> to locate the chapter nearest you.\r\n\r\n<a name="q6"> </a>\r\n\r\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\r\n<big>A:</big></strong> No. Anyone can join the Bowl-A-Thon and have fun. However,  to win the safari trip,  one must be an AAZK member in good standing.  If you think you might win, you can join <a href="http://www.aecetia.net/gws/aazk/">AAZK</a>.\r\n\r\n<a name="q7"> </a>\r\n\r\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\r\n<big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some Bowl together) in U.S. and Canada. See our <a href="http://aazkbfr.org/bfrsites/">list of sites</a> to find an event  close to you.\r\n\r\n<a name="q8"> </a>\r\n\r\n<a name="q10"> </a>\r\n\r\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\r\n<big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, sumatran tigers, malayan sun bears and tapirs, Javan  gibbon and the coral reefs, just to name a few.\r\n\r\n<a name="q11"> </a>\r\n\r\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\r\n<big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino". We now have an  official corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino</a>. Blue Rhino had been  looking for a way to support conservation of their namesake, the Rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\r\n\r\n<a name="q12"> </a>\r\n\r\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\r\n<big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-21 07:55:57', '2010-04-21 12:55:57', '', 1269, 'http://aazk.org/uncategorized/1269-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1283, 2, '2010-04-21 08:19:03', '2010-04-21 13:19:03', '<a href="#q1">What is "Bowling For  Rhinos"?</a>\n<a href="#q2">Why save Rhinos?</a>\n<a href="#q3">Where do Bowling For Rhinos  Funds go?</a>\n<a href="#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\n<a href="#q5">How can I help?</a>\n<a href="#q6">Do you need to be an AAZK  member to bowl?</a>\n<a href="#q7">How many chapters  participate?</a>\n<a href="#q10">Why not bowl for a  different animal each year?</a>\n<a href="#q11">We noticed the name of the  event was changed, why is that?</a>\n<a href="#q12">Where can I get more  information?</a>\n\n<hr /><strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\n<strong><big>A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).  Over 60 AAZK chapters participate  throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\n\n<a name="q2"> </a>\n\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\n<big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of  rhino exist today when once there were over 100 species.  All 5 species-  The White, Black, Indian, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the  Indian population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has only 47 animals.\n\nThe black rhino is a symbol of conservation in Africa as our bald eagle  is to those of us in the United States. If the black rhino were to go extinct what message would we give our children?  The rhino is a large, flagship species.  By striving to save the rhino, we save large expanses of habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\n\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive machine guns and man.  The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles.  So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks.  "BFR"  money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuary, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\n\nThe black rhino is AAZK\'s National symbol and we believe we have an  obligation to save it and the other rhino species from extinction.  Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\n\n<a name="q3"> </a>\n\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\n<big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the black and white Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia.\n\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\n\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\n\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\n\nOur first $160,000 raised each year goes to LWC. 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant </a>administered by the AAZK.\n\n<a name="q4"> </a>\n\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\n<big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\n\n<a name="q5"> </a>\n\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\n<big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser. <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Click  here</a> to locate the chapter nearest you to see if they are hosting an event.\n\n<a name="q6"> </a>\n\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\n<big>A:</big></strong> No. Anyone can join the Bowl-A-Thon and have fun.\n\n<a name="q7"> </a>\n\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\n<big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some Bowl together) in U.S. and Canada. See our <a href="http://aazkbfr.org/bfrsites/">list of sites</a> to find an event  close to you.\n\n<a name="q8"> </a>\n\n<a name="q10"> </a>\n\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\n<big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan  gibbons and the coral reefs,  just to name a few.\n\n<a name="q11"> </a>\n\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\n<big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino<sup>®</sup>". We now have an  official corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino</a>. Blue Rhino<sup>® </sup> had been  looking for a way to support conservation of their namesake, the rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\n\n<a name="q12"> </a>\n\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\n<big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-21 08:19:03', '2010-04-21 13:19:03', '', 1269, 'http://aazk.org/uncategorized/1269-revision-14/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1281, 2, '2010-04-21 08:17:20', '2010-04-21 13:17:20', '<a href="#q1">What is "Bowling For  Rhinos"?</a>\r\n<a href="#q2">Why save Rhinos?</a>\r\n<a href="#q3">Where do Bowling For Rhinos  Funds go?</a>\r\n<a href="#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\r\n<a href="#q5">How can I help?</a>\r\n<a href="#q6">Do you need to be an AAZK  member to bowl?</a>\r\n<a href="#q7">How many chapters  participate?</a>\r\n<a href="#q10">Why not bowl for a  different animal each year?</a>\r\n<a href="#q11">We noticed the name of the  event was changed, why is that?</a>\r\n<a href="#q12">Where can I get more  information?</a>\r\n\r\n<hr /><a name="q1"> </a>\r\n\r\n<strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\r\n<strong><big>A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).  Over 60 AAZK chapters participate  throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\r\n\r\n<a name="q2"> </a>\r\n\r\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\r\n<big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of  rhino exist today when once there were over 100 species.  All 5 species-  The White, Black, Indian, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the  Indian population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has only 47 animals.\r\n\r\nThe black rhino is a symbol of conservation in Africa as our bald eagle  is to those of us in the United States. If the black rhino were to go extinct what message would we give our children?  The rhino is a large, flagship species.  By striving to save the rhino, we save large expanses of habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive machine guns and man.  The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles.  So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks.  "BFR"  money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuary, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\r\n\r\nThe black rhino is AAZK\'s National symbol and we believe we have an  obligation to save it and the other rhino species from extinction.  Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\r\n\r\n<a name="q3"> </a>\r\n\r\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\r\n<big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the black and white Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia.\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\r\n\r\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to LWC. 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant </a>administered by the AAZK.\r\n\r\n<a name="q4"> </a>\r\n\r\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\r\n<big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\r\n\r\n<a name="q5"> </a>\r\n\r\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\r\n<big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser. <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Click  here</a> to locate the chapter nearest you to see if they are hosting an event.\r\n\r\n<a name="q6"> </a>\r\n\r\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\r\n<big>A:</big></strong> No. Anyone can join the Bowl-A-Thon and have fun.\r\n\r\n<a name="q7"> </a>\r\n\r\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\r\n<big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some Bowl together) in U.S. and Canada. See our <a href="http://aazkbfr.org/bfrsites/">list of sites</a> to find an event  close to you.\r\n\r\n<a name="q8"> </a>\r\n\r\n<a name="q10"> </a>\r\n\r\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\r\n<big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan  gibbons and the coral reefs,  just to name a few.\r\n\r\n<a name="q11"> </a>\r\n\r\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\r\n<big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino<sup>®</sup>". We now have an  official corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino</a>. Blue Rhino<sup>® </sup> had been  looking for a way to support conservation of their namesake, the rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\r\n\r\n<a name="q12"> </a>\r\n\r\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\r\n<big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-21 08:17:20', '2010-04-21 13:17:20', '', 1269, 'http://aazk.org/uncategorized/1269-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1282, 2, '2010-04-21 08:17:36', '2010-04-21 13:17:36', '<a href="#q1">What is "Bowling For  Rhinos"?</a>\r\n<a href="#q2">Why save Rhinos?</a>\r\n<a href="#q3">Where do Bowling For Rhinos  Funds go?</a>\r\n<a href="#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\r\n<a href="#q5">How can I help?</a>\r\n<a href="#q6">Do you need to be an AAZK  member to bowl?</a>\r\n<a href="#q7">How many chapters  participate?</a>\r\n<a href="#q10">Why not bowl for a  different animal each year?</a>\r\n<a href="#q11">We noticed the name of the  event was changed, why is that?</a>\r\n<a href="#q12">Where can I get more  information?</a>\r\n\r\n<hr /><a name="q1"> </a>\r\n\r\n<strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\r\n<strong><big>A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).  Over 60 AAZK chapters participate  throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\r\n\r\n<a name="q2"> </a>\r\n\r\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\r\n<big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of  rhino exist today when once there were over 100 species.  All 5 species-  The White, Black, Indian, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the  Indian population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has only 47 animals.\r\n\r\nThe black rhino is a symbol of conservation in Africa as our bald eagle  is to those of us in the United States. If the black rhino were to go extinct what message would we give our children?  The rhino is a large, flagship species.  By striving to save the rhino, we save large expanses of habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive machine guns and man.  The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles.  So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks.  "BFR"  money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuary, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\r\n\r\nThe black rhino is AAZK\'s National symbol and we believe we have an  obligation to save it and the other rhino species from extinction.  Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\r\n\r\n<a name="q3"> </a>\r\n\r\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\r\n<big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the black and white Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia.\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\r\n\r\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to LWC. 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant </a>administered by the AAZK.\r\n\r\n<a name="q4"> </a>\r\n\r\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\r\n<big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\r\n\r\n<a name="q5"> </a>\r\n\r\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\r\n<big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser. <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Click  here</a> to locate the chapter nearest you to see if they are hosting an event.\r\n\r\n<a name="q6"> </a>\r\n\r\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\r\n<big>A:</big></strong> No. Anyone can join the Bowl-A-Thon and have fun.\r\n\r\n<a name="q7"> </a>\r\n\r\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\r\n<big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some Bowl together) in U.S. and Canada. See our <a href="http://aazkbfr.org/bfrsites/">list of sites</a> to find an event  close to you.\r\n\r\n<a name="q8"> </a>\r\n\r\n<a name="q10"> </a>\r\n\r\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\r\n<big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan  gibbons and the coral reefs,  just to name a few.\r\n\r\n<a name="q11"> </a>\r\n\r\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\r\n<big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino<sup>®</sup>". We now have an  official corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino</a>. Blue Rhino<sup>® </sup> had been  looking for a way to support conservation of their namesake, the rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\r\n\r\n<a name="q12"> </a>\r\n\r\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\r\n<big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-21 08:17:36', '2010-04-21 13:17:36', '', 1269, 'http://aazk.org/uncategorized/1269-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1284, 2, '2010-04-21 08:22:24', '2010-04-21 13:22:24', 'The links below highlight our Institutional Members. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\n\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\n\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.', 'Institutional Members', 0, '', 'inherit', 'closed', 'closed', '', '275-autosave', '', '', '2010-04-21 08:22:24', '2010-04-21 13:22:24', '', 275, 'http://aazk.org/uncategorized/275-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1285, 2, '2009-05-30 12:11:30', '2009-05-30 17:11:30', '<p>The links below highlight our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.</p>\r\n\r\n<p>AAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.</p>\r\n\r\n<p>These links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.</p>', 'Institutional Members', 0, '', 'inherit', 'closed', 'closed', '', '275-revision-3', '', '', '2009-05-30 12:11:30', '2009-05-30 17:11:30', '', 275, 'http://aazk.org/uncategorized/275-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5570, 0, '2014-02-12 14:24:45', '2014-02-12 19:24:45', '', 'Equine Internships', 0, '', 'inherit', 'closed', 'closed', '', '5569-revision-v1', '', '', '2014-02-12 14:24:45', '2014-02-12 19:24:45', '', 5569, 'https://www.aazk.org/5569-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5571, 0, '2014-02-12 14:24:45', '2014-02-12 19:24:45', '<h5>Facility</h5>\r\n<p>The Dancing Horses Theatre</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nMust have some experience handling horses. Basic knowledge of all phases of horsemanship, riding, tacking, grooming, lunging and long lining. If you have a desire to work and learn alongside professional horse trainers, and gain experience in dressage, free style and theatrical entertainment styles, this is the position for you! This will give you an opportunity to perform in a live equestrian horse production. A 6-month commitment is preferred, starting in April 2014 or sooner.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n$50.00 a week stipend with housing, and free laundry facility is provided\r\n<h6>Application instructions</h6>\r\nPlease contact us directly by email. info@animalgardens.com\r\nprovide your resume and I will email you all the details.\r\n\r\n', 'Equine Internships', 0, '', 'inherit', 'closed', 'closed', '', '5569-revision-v1', '', '', '2014-02-12 14:24:45', '2014-02-12 19:24:45', '', 5569, 'https://www.aazk.org/5569-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1291, 1, '2009-06-01 19:05:53', '2009-06-02 00:05:53', '<p>The links presented in this section highlight our Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.</p>\r\n\r\n<p>AAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.</p>\r\n\r\n<p>These links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.</p>', 'Links', 0, '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2009-06-01 19:05:53', '2009-06-02 00:05:53', '', 20, 'http://aazk.org/uncategorized/20-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1292, 2, '2013-06-24 15:41:51', '2013-06-24 20:41:51', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc. AAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein. These links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.', 'Links', 0, '', 'inherit', 'closed', 'closed', '', '20-autosave-v1', '', '', '2013-06-24 15:41:51', '2013-06-24 20:41:51', '', 20, 'http://aazk.org/uncategorized/20-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1294, 2, '2010-01-07 09:56:48', '2010-01-07 14:56:48', 'The following links are relevant to the Bowling for Rhinos program.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<a href="http://www.bluerhino.com/BRWEB/Company-Info/Save-the-Rhinos.aspx"><img class="alignnone size-full wp-image-867" title="blue-rhino-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue-rhino-logo.jpg" alt="blue-rhino-logo" width="216" height="92" /></a> <a href="http://www.bluerhino.com/BRWEB/Company-Info/Save-the-Rhinos.aspx">Blue Rhino</a>\r\n\r\n<img class="alignnone size-full wp-image-984" title="lewa" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa.gif" alt="lewa" width="85" height="85" /><a href="http://www.lewa.org"> Lewa Wildlife Conservancy</a>\r\n\r\n<img class="alignnone size-full wp-image-986" title="irflogosm" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogosm.jpg" alt="irflogosm" width="150" height="98" /> <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a>\r\n\r\n<img class="alignnone size-full wp-image-987" title="acklogosm" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogosm.jpg" alt="acklogosm" width="144" height="150" /> <a href="http://www.actionforcheetahs.org/">Action for Cheetahs in Kenya</a>', 'BFR Links', 0, '', 'inherit', 'closed', 'closed', '', '885-revision-3', '', '', '2010-01-07 09:56:48', '2010-01-07 14:56:48', '', 885, 'http://aazk.org/uncategorized/885-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1295, 2, '2010-04-22 13:59:53', '2010-04-22 18:59:53', 'The following links are relevant to the Bowling for Rhinos program.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<a href="http://www.bluerhino.com/BRWEB/Company-Info/Save-the-Rhinos.aspx"><img class="alignnone size-full wp-image-867" title="blue-rhino-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue-rhino-logo.jpg" alt="blue-rhino-logo" width="216" height="92" /></a> <a href="http://www.bluerhino.com/BRWEB/Company-Info/Save-the-Rhinos.aspx">Blue Rhino</a>\r\n\r\n<img class="alignnone size-full wp-image-984" title="lewa" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa.gif" alt="lewa" width="85" height="85" /><a href="http://www.lewa.org"> Lewa Wildlife Conservancy</a>\r\n\r\n<img class="alignnone size-full wp-image-986" title="irflogosm" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogosm.jpg" alt="irflogosm" width="150" height="98" /> <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a>\r\n\r\n<img class="alignnone size-full wp-image-987" title="acklogosm" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogosm.jpg" alt="acklogosm" width="144" height="150" /> <a href="http://www.actionforcheetahs.org/">Action for Cheetahs in Kenya</a>', 'BFR Links', 0, '', 'inherit', 'closed', 'closed', '', '885-revision-4', '', '', '2010-04-22 13:59:53', '2010-04-22 18:59:53', '', 885, 'http://aazk.org/uncategorized/885-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1296, 2, '2010-04-22 14:02:18', '2010-04-22 19:02:18', 'The following links are relevant to the Bowling for Rhinos program.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<a href="http://www.bluerhino.com/BRWEB/Company-Info/Save-the-Rhinos.aspx"><img class="alignnone size-full wp-image-867" title="blue-rhino-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue-rhino-logo.jpg" alt="blue-rhino-logo" width="216" height="92" /></a> <a href="http://www.bluerhino.com/BRWEB/Company-Info/Save-the-Rhinos.aspx">Blue Rhino</a>\r\n\r\n<img class="alignnone size-full wp-image-984" title="lewa" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa.gif" alt="lewa" width="85" height="85" /><a href="http://www.lewa.org"> Lewa Wildlife Conservancy</a>\r\n\r\n<img class="alignnone size-full wp-image-986" title="irflogosm" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogosm.jpg" alt="irflogosm" width="150" height="98" /> <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a>\r\n\r\n<img class="alignnone size-full wp-image-987" title="acklogosm" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogosm.jpg" alt="acklogosm" width="144" height="150" /> <a href="http://www.actionforcheetahs.org/">Action for Cheetahs in Kenya</a>', 'BFR Links', 0, '', 'inherit', 'closed', 'closed', '', '885-revision-5', '', '', '2010-04-22 14:02:18', '2010-04-22 19:02:18', '', 885, 'http://aazk.org/uncategorized/885-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1297, 2, '2010-04-22 14:08:15', '2010-04-22 19:08:15', 'The following links are relevant to the Bowling for Rhinos program.\n\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\n\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\n\n<a href="http://www.bluerhino.com/BRWEB/Company-Info/Save-the-Rhinos.aspx"><img class="alignnone size-full wp-image-867" title="blue-rhino-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue-rhino-logo.jpg" alt="blue-rhino-logo" width="216" height="92" /></a> <a href="http://www.bluerhino.com/BRWEB/Company-Info/Save-the-Rhinos.aspx">Blue Rhino</a>\n\n<img class="alignnone size-full wp-image-984" title="lewa" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa.gif" alt="lewa" width="85" height="85" /> <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a>\n\n<img class="alignnone size-full wp-image-986" title="irflogosm" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogosm.jpg" alt="irflogosm" width="150" height="98" /> <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a>\n\n<img class="alignnone size-full wp-image-987" title="acklogosm" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogosm.jpg" alt="acklogosm" width="144" height="150" /> <a href="http://www.actionforcheetahs.org/">Action for Cheetahs in Kenya</a>', 'BFR Links', 0, '', 'inherit', 'closed', 'closed', '', '885-revision-6', '', '', '2010-04-22 14:08:15', '2010-04-22 19:08:15', '', 885, 'http://aazk.org/uncategorized/885-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1298, 2, '2010-04-21 08:19:12', '2010-04-21 13:19:12', '<a href="#q1">What is "Bowling For  Rhinos"?</a>\r\n<a href="#q2">Why save Rhinos?</a>\r\n<a href="#q3">Where do Bowling For Rhinos  Funds go?</a>\r\n<a href="#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\r\n<a href="#q5">How can I help?</a>\r\n<a href="#q6">Do you need to be an AAZK  member to bowl?</a>\r\n<a href="#q7">How many chapters  participate?</a>\r\n<a href="#q10">Why not bowl for a  different animal each year?</a>\r\n<a href="#q11">We noticed the name of the  event was changed, why is that?</a>\r\n<a href="#q12">Where can I get more  information?</a>\r\n\r\n<hr /><strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\r\n<strong><big>A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).  Over 60 AAZK chapters participate  throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\r\n\r\n<a name="q2"> </a>\r\n\r\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\r\n<big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of  rhino exist today when once there were over 100 species.  All 5 species-  The White, Black, Indian, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the  Indian population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has only 47 animals.\r\n\r\nThe black rhino is a symbol of conservation in Africa as our bald eagle  is to those of us in the United States. If the black rhino were to go extinct what message would we give our children?  The rhino is a large, flagship species.  By striving to save the rhino, we save large expanses of habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive machine guns and man.  The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles.  So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks.  "BFR"  money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuary, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\r\n\r\nThe black rhino is AAZK\'s National symbol and we believe we have an  obligation to save it and the other rhino species from extinction.  Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\r\n\r\n<a name="q3"> </a>\r\n\r\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\r\n<big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the black and white Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia.\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\r\n\r\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to LWC. 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant </a>administered by the AAZK.\r\n\r\n<a name="q4"> </a>\r\n\r\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\r\n<big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\r\n\r\n<a name="q5"> </a>\r\n\r\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\r\n<big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser. <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Click  here</a> to locate the chapter nearest you to see if they are hosting an event.\r\n\r\n<a name="q6"> </a>\r\n\r\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\r\n<big>A:</big></strong> No. Anyone can join the Bowl-A-Thon and have fun.\r\n\r\n<a name="q7"> </a>\r\n\r\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\r\n<big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some Bowl together) in U.S. and Canada. See our <a href="http://aazkbfr.org/bfrsites/">list of sites</a> to find an event  close to you.\r\n\r\n<a name="q8"> </a>\r\n\r\n<a name="q10"> </a>\r\n\r\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\r\n<big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan  gibbons and the coral reefs,  just to name a few.\r\n\r\n<a name="q11"> </a>\r\n\r\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\r\n<big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino<sup>®</sup>". We now have an  official corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino</a>. Blue Rhino<sup>® </sup> had been  looking for a way to support conservation of their namesake, the rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\r\n\r\n<a name="q12"> </a>\r\n\r\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\r\n<big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-21 08:19:12', '2010-04-21 13:19:12', '', 1269, 'http://aazk.org/uncategorized/1269-revision-15/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5567, 0, '2014-02-12 14:14:51', '2014-02-12 19:14:51', '', 'Exotic Animal Interns', 0, '', 'inherit', 'closed', 'closed', '', '5566-revision-v1', '', '', '2014-02-12 14:14:51', '2014-02-12 19:14:51', '', 5566, 'https://www.aazk.org/5566-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5568, 0, '2014-02-12 14:14:51', '2014-02-12 19:14:51', '<h5>Facility</h5>\r\n<p>Animal Gardens Petting Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThis is a unique hands-on experience caring for all types of domestic and exotic animals; from bottle feeding our babies to caring for adult species. Llamas, camels, horses, min donkeys, bobcats, lemurs, badgers, deer, fox. and many more. A small stipend of $50.00 a week is offered along with free dorm-style housing and free laundry facilities on the property. we need to fill these positions by April, May. Public contact and tours is a major portion of this internship. Candidates must be dedicated individuals with knowledge of all aspect of animal care, including cleaning and maintenance to a variety of birds. Interns will personally handle and present our animals in public demonstrations.\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n$50.00 per week and dorm-style housing is provided.\r\n<h6>Application instructions</h6>\r\nPlease contact us directly by email. Provide your resume and I will send you all the details.\r\ninfo@animalgardens.com\r\n', 'Exotic Animal Interns', 0, '', 'inherit', 'closed', 'closed', '', '5566-revision-v1', '', '', '2014-02-12 14:14:51', '2014-02-12 19:14:51', '', 5566, 'https://www.aazk.org/5566-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1302, 2, '2009-12-31 10:56:23', '2009-12-31 15:56:23', 'AAZK members have been offered a tremendous opportunity to see how the money raised from Bowling for Rhinos, Sponsored by Blue Rhino is spent. Lewa Wildlife Conservancy has generously offered a <strong>limited</strong> number of trips at a reduced rate for AAZK members and their friends to visit the Conservancy. AAZK members receive a discount on lodging rates at the Lewa  Safari Camp. It\'s a great opportunity for professional research (which may be tax deductible, please consult your tax advisor for details) and to witness how BFR funds help to support Lewa. AAZK members generally receive preference in trip scheduling but the trip participants are not limited to AAZK members.\r\n\r\nTrip leaders are volunteers, not travel professionals (<strong>**</strong><em>please see liability statement below the calendar</em>). They  volunteer hundreds of hours arranging these trips. A trip leader honorarium may be collected from each trip participant to help defray the cost of the journey to Lewa. Trip leaders also receive lodging sponsorship from Lewa Safari Camp. Visit <a href="http://www.lewa.org">Lewa.org</a> for more information about Lewa Wildlife Conservancy.\r\n\r\nThe cost of the trips vary depending upon departure city and other  variables such as international air fare, in-country (Kenya) lodging and transportation, trip extensions, special activities and tourist venues, and other variables arranged by each trip leader.\r\n\r\n<a href="/wp-content/uploads/lewajourney.pdf">Sample itinerary: in Adobe Acrobat format</a>\r\n\r\nThe calendar below lists the trip dates and contact information of known trip leaders. Click on the arrows to move through the months to see when trips are offered. Click on listed trips for contact information of the trip leaders. Please direct all inquiries to the individual trip leaders for additional information.\r\n\r\n<iframe src="http://www.google.com/calendar/embed?title=Lewa%20Wildlife%20Conservancy%20Safaris&amp;height=600&amp;wkst=1&amp;bgcolor=%2333ccff&amp;src=lwcsafari%40cox.net&amp;color=%23A32929&amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="700" height="600" frameborder="0" scrolling="no"></iframe> \r\n\r\n\r\n<em>**These trips are not sponsored by AAZK, Inc. Information is provided as a courtesy. It is understood that certain hazards exist for citizens of the United States of America and other western countries while traveling outside the United States.  Hazards include, but are not limited to, Acts of God, fire, acts of governments or other authorities, terrorist activities, wars civil disturbances, riots, strikes, thefts, pilferage, epidemics, quarantines, the risk of theft, loss and damage to personal property.  These hazards could result in bodily injury, sickness, death or dismemberment.  By participating in these trips it is understood and accepted that these risks are inherent and the participant will forever discharge and agree to hold harmless the American Association of Zoo Keepers, Inc. (AAZK Inc.) and the directors, officers, trip leader(s) and any other representative of AAZK, Inc. from any and all liability, claims or demands while participating in a safari to Kenya.</em>\r\n\r\n<em>Furthermore, it is understood that all risk of personal injury, sickness, death, theft or damage of personal property and expense, which may result from the participation in any and all events, activities, or in recreation and work therein is accepted by the participant.**</em>', 'Lewa Wildlife Conservancy Safaris', 0, '', 'inherit', 'closed', 'closed', '', '292-revision-11', '', '', '2009-12-31 10:56:23', '2009-12-31 15:56:23', '', 292, 'http://aazk.org/uncategorized/292-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1304, 2, '2010-04-22 14:16:34', '2010-04-22 19:16:34', 'AAZK members have been offered a tremendous opportunity to see how the money raised from Bowling for Rhinos, Sponsored by Blue Rhino is spent. Lewa Wildlife Conservancy has generously offered a <strong>limited</strong> number of trips at a reduced rate for AAZK members and their friends to visit the Conservancy. AAZK members receive a discount on lodging rates at the Lewa  Safari Camp. It\'s a great opportunity for professional research (which may be tax deductible, please consult your tax advisor for details) and to witness how BFR funds help to support Lewa. AAZK members generally receive preference in trip scheduling but the trip participants are not limited to AAZK members.\r\n\r\nTrip leaders are volunteers, not travel professionals (<strong>**</strong><em>please see liability statement below the calendar</em>). They  volunteer hundreds of hours arranging these trips. A trip leader honorarium may be collected from each trip participant to help defray the cost of the journey to Lewa. Trip leaders also receive lodging sponsorship from Lewa Safari Camp. Visit <a href="http://www.lewa.org">Lewa.org</a> for more information about Lewa Wildlife Conservancy.\r\n\r\nThe cost of the trips vary depending upon departure city and other  variables such as international air fare, in-country (Kenya) lodging and transportation, trip extensions, special activities and tourist venues, and other variables arranged by each trip leader.\r\n\r\n<a href="/wp-content/uploads/lewajourney.pdf">Sample itinerary: in Adobe Acrobat format</a>\r\n\r\nThe calendar below lists the trip dates and contact information of known trip leaders. Click on the arrows to move through the months to see when trips are offered. Click on listed trips for contact information of the trip leaders. Please direct all inquiries to the individual trip leaders for additional information.\r\n\r\n<iframe src="http://www.google.com/calendar/embed?title=Lewa%20Wildlife%20Conservancy%20Safaris&amp;height=600&amp;wkst=1&amp;bgcolor=%2333ccff&amp;src=lwcsafari%40cox.net&amp;color=%23A32929&amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="700" height="600" frameborder="0" scrolling="no"></iframe> \r\n\r\n<em>**These trips are not sponsored by AAZK, Inc. Information is provided as a courtesy. It is understood that certain hazards exist for citizens of the United States of America and other western countries while traveling outside the United States.  Hazards include, but are not limited to, Acts of God, fire, acts of governments or other authorities, terrorist activities, wars civil disturbances, riots, strikes, thefts, pilferage, epidemics, quarantines, the risk of theft, loss and damage to personal property.  These hazards could result in bodily injury, sickness, death or dismemberment.  By participating in these trips it is understood and accepted that these risks are inherent and the participant will forever discharge and agree to hold harmless the American Association of Zoo Keepers, Inc. (AAZK Inc.) and the directors, officers, trip leader(s) and any other representative of AAZK, Inc. from any and all liability, claims or demands while participating in a safari to Kenya.</em>\r\n\r\n<em>Furthermore, it is understood that all risk of personal injury, sickness, death, theft or damage of personal property and expense, which may result from the participation in any and all events, activities, or in recreation and work therein is accepted by the participant.**</em>', 'Lewa Wildlife Conservancy Safaris', 0, '', 'inherit', 'closed', 'closed', '', '292-revision-13', '', '', '2010-04-22 14:16:34', '2010-04-22 19:16:34', '', 292, 'http://aazk.org/uncategorized/292-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1305, 2, '2010-04-22 14:28:57', '2010-04-22 19:28:57', '<a href="#q1">What is "Bowling For  Rhinos"?</a>\n<a href="#q2">Why save Rhinos?</a>\n<a href="#q3">Where do Bowling For Rhinos  Funds go?</a>\n<a href="#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\n<a href="#q5">How can I help?</a>\n<a href="#q6">Do you need to be an AAZK  member to bowl?</a>\n<a href="#q7">How many chapters  participate?</a>\n<a href="#q10">Why not bowl for a  different animal each year?</a>\n<a href="#q11">We noticed the name of the  event was changed, why is that?</a>\n<a href="#q12">Where can I get more  information?</a>\n\n<hr /><strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\n<strong><big>A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).  Over 60 AAZK chapters participate  throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\n\n<a name="q2"> </a>\n\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\n<big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of  rhino exist today when once there were over 100 species.  All 5 species-  The White, Black, Indian, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the  Indian population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has only 47 animals.\n\nThe black rhino is a symbol of conservation in Africa as our bald eagle  is to those of us in the United States. If the black rhino were to go extinct what message would we give our children?  The rhino is a large, flagship species.  By striving to save the rhino, we save large expanses of habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\n\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive machine guns and man.  The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles.  So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks.  "BFR"  money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuary, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\n\nThe black rhino is AAZK\'s National symbol and we believe we have an  obligation to save it and the other rhino species from extinction.  Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\n\n<a name="q3"> </a>\n\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\n<big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the black and white Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia.\n\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\n\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\n\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\n\nOur first $160,000 raised each year goes to LWC. 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant </a>administered by the AAZK.\n\n<a name="q4"> </a>\n\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\n<big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\n\n<a name="q5"> </a>\n\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\n<big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser. <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Click  here</a> to locate a chapter nearest you. You can then contact that chapter to see\n\n<a name="q6"> </a>\n\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\n<big>A:</big></strong> No. Anyone can join the Bowl-A-Thon and have fun.\n\n<a name="q7"> </a>\n\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\n<big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some Bowl together) in U.S. and Canada. See our <a href="http://aazkbfr.org/bfrsites/">list of sites</a> to find an event  close to you.\n\n<a name="q8"> </a>\n\n<a name="q10"> </a>\n\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\n<big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan  gibbons and the coral reefs,  just to name a few.\n\n<a name="q11"> </a>\n\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\n<big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino<sup>®</sup>". We now have an  official corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino</a>. Blue Rhino<sup>® </sup> had been  looking for a way to support conservation of their namesake, the rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\n\n<a name="q12"> </a>\n\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\n<big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-22 14:28:57', '2010-04-22 19:28:57', '', 1269, 'http://aazk.org/uncategorized/1269-revision-16/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1306, 2, '2010-04-22 14:29:58', '2010-04-22 19:29:58', '<a href="#q1">What is "Bowling For  Rhinos"?</a>\n<a href="#q2">Why save Rhinos?</a>\n<a href="#q3">Where do Bowling For Rhinos  Funds go?</a>\n<a href="#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\n<a href="#q5">How can I help?</a>\n<a href="#q6">Do you need to be an AAZK  member to bowl?</a>\n<a href="#q7">How many chapters  participate?</a>\n<a href="#q10">Why not bowl for a  different animal each year?</a>\n<a href="#q11">We noticed the name of the  event was changed, why is that?</a>\n<a href="#q12">Where can I get more  information?</a>\n\n<hr /><strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\n<strong><big>A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).  Over 60 AAZK chapters participate  throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\n\n<a name="q2"> </a>\n\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\n<big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of  rhino exist today when once there were over 100 species.  All 5 species-  The White, Black, Indian, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the  Indian population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has only 47 animals.\n\nThe black rhino is a symbol of conservation in Africa as our bald eagle  is to those of us in the United States. If the black rhino were to go extinct what message would we give our children?  The rhino is a large, flagship species.  By striving to save the rhino, we save large expanses of habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\n\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive machine guns and man.  The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles.  So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks.  "BFR"  money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuary, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\n\nThe black rhino is AAZK\'s National symbol and we believe we have an  obligation to save it and the other rhino species from extinction.  Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\n\n<a name="q3"> </a>\n\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\n<big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the black and white Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia.\n\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\n\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\n\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\n\nOur first $160,000 raised each year goes to LWC. 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant </a>administered by the AAZK.\n\n<a name="q4"> </a>\n\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\n<big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\n\n<a name="q5"> </a>\n\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\n<big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser. <a href="http://aecetia.net/gws/aazk/links/aazk-local-chapters">Click  here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\n\n<a name="q6"> </a>\n\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\n<big>A:</big></strong> No. Anyone can join the Bowl-A-Thon and have fun.\n\n<a name="q7"> </a>\n\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\n<big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some Bowl together) in U.S. and Canada. See our <a href="http://aazkbfr.org/bfrsites/">list of sites</a> to find an event  close to you.\n\n<a name="q8"> </a>\n\n<a name="q10"> </a>\n\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\n<big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan  gibbons and the coral reefs,  just to name a few.\n\n<a name="q11"> </a>\n\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\n<big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino<sup>®</sup>". We now have an  official corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino</a>. Blue Rhino<sup>® </sup> had been  looking for a way to support conservation of their namesake, the rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\n\n<a name="q12"> </a>\n\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\n<big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-22 14:29:58', '2010-04-22 19:29:58', '', 1269, 'http://aazk.org/uncategorized/1269-revision-17/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1308, 2, '2010-04-22 14:58:18', '2010-04-22 19:58:18', '', 'bfr_logo_497x497', 0, '', 'inherit', 'closed', 'closed', '', 'bfr_logo_497x497', '', '', '2010-04-22 14:58:18', '2010-04-22 19:58:18', '', 1269, 'http://aazk.org/wp-content/uploads/bfr_logo_497x497.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1309, 2, '2010-04-22 14:59:42', '2010-04-22 19:59:42', '<a href="#q1">What is "Bowling For  Rhinos"?</a>\n<a href="#q2">Why save Rhinos?</a>\n<a href="#q3">Where do Bowling For Rhinos  Funds go?</a>\n<a href="#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\n<a href="#q5">How can I help?</a>\n<a href="#q6">Do you need to be an AAZK  member to bowl?</a>\n<a href="#q7">How many chapters  participate?</a>\n<a href="#q10">Why not bowl for a  different animal each year?</a>\n<a href="#q11">We noticed the name of the  event was changed, why is that?</a>\n<a href="#q12">Where can I get more  information?</a>\n\n<hr /><strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\n<strong><big></big></strong>\n\n<strong><big><img class="alignnone size-thumbnail wp-image-1308" title="bfr_logo_497x497" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo_497x497-150x150.jpg" alt="bfr_logo_497x497" width="90" height="90" />A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).  Over 60 AAZK chapters participate  throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\n\n<a name="q2"> </a>\n\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of  rhino exist today when once there were over 100 species.  All 5 species-  The White, Black, Indian, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the  Indian population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has only 47 animals.\n\nThe black rhino is a symbol of conservation in Africa as our bald eagle  is to those of us in the United States. If the black rhino were to go extinct what message would we give our children?  The rhino is a large, flagship species.  By striving to save the rhino, we save large expanses of habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\n\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive machine guns and man.  The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles.  So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks.  "BFR"  money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuary, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\n\n<img class="alignnone size-full wp-image-1243" title="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" alt="aazk-color-logo-c2a8" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an  obligation to save it and the other rhino species from extinction.  Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\n\n<a name="q3"> </a>\n\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the black and white Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia.\n\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\n\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\n\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\n\nOur first $160,000 raised each year goes to LWC. 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant </a>administered by the AAZK.\n\n<a name="q4"> </a>\n\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\n\n<a name="q5"> </a>\n\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser or by donating to someone who is. <a href="http://aecetia.net/gws/aazk/links/aazk-local-chapters">Click  here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\n\n<a name="q6"> </a>\n\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> No. Anyone can join the Bowl-A-Thon and have fun.\n\n<a name="q7"> </a>\n\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some bowl together) in U.S. and Canada.\n\n<a name="q8"> </a>\n\n<a name="q10"> </a>\n\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\n<big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan  gibbons and the coral reefs,  just to name a few.\n\n<a name="q11"> </a>\n\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\n<big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino<sup>®</sup>". We now have an  official corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino</a>. Blue Rhino<sup>® </sup> had been  looking for a way to support conservation of their namesake, the rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\n\n<a name="q12"> </a>\n\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\n<big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-22 14:59:42', '2010-04-22 19:59:42', '', 1269, 'http://aazk.org/uncategorized/1269-revision-19/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1449, 2, '2010-04-29 08:43:27', '2010-04-29 13:43:27', '<img class="alignnone size-medium wp-image-1448" title="akf-cover-apr_may" src="http://aecetia.net/gws/aazk/wp-content/uploads/akf-cover-apr_may-200x300.jpg" alt="akf-cover-apr_may" width="200" height="300" />', 'AKF Special Issue Table of Contents - April/May 2010', 0, '', 'inherit', 'closed', 'closed', '', '1447-revision', '', '', '2010-04-29 08:43:27', '2010-04-29 13:43:27', '', 1447, 'http://aazk.org/uncategorized/1447-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1310, 2, '2010-04-22 15:00:42', '2010-04-22 20:00:42', '<a href="#q1">What is "Bowling For  Rhinos"?</a>\n<a href="#q2">Why save Rhinos?</a>\n<a href="#q3">Where do Bowling For Rhinos  Funds go?</a>\n<a href="#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\n<a href="#q5">How can I help?</a>\n<a href="#q6">Do you need to be an AAZK  member to bowl?</a>\n<a href="#q7">How many chapters  participate?</a>\n<a href="#q10">Why not bowl for a  different animal each year?</a>\n<a href="#q11">We noticed the name of the  event was changed, why is that?</a>\n<a href="#q12">Where can I get more  information?</a>\n\n<hr /><strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\n<strong><big></big></strong>\n\n<strong><big><img class="alignnone size-thumbnail wp-image-1308" title="bfr_logo_497x497" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo_497x497-150x150.jpg" alt="bfr_logo_497x497" width="90" height="90" />A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).  Over 60 AAZK chapters participate  throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\n\n<a name="q2"> </a>\n\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of  rhino exist today when once there were over 100 species.  All 5 species-  The White, Black, Indian, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the  Indian population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has only 47 animals.\n\nThe black rhino is a symbol of conservation in Africa as our bald eagle  is to those of us in the United States. If the black rhino were to go extinct what message would we give our children?  The rhino is a large, flagship species.  By striving to save the rhino, we save large expanses of habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\n\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive machine guns and man.  The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles.  So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks.  "BFR"  money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuary, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\n\n<img class="alignnone size-full wp-image-1243" title="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" alt="aazk-color-logo-c2a8" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an  obligation to save it and the other rhino species from extinction.  Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\n\n<a name="q3"> </a>\n\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the black and white Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia.\n\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\n\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\n\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\n\nOur first $160,000 raised each year goes to LWC. 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant </a>administered by the AAZK.\n\n<a name="q4"> </a>\n\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\n\n<a name="q5"> </a>\n\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser or by donating to someone who is. <a href="http://aecetia.net/gws/aazk/links/aazk-local-chapters">Click  here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\n\n<a name="q6"> </a>\n\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> No. Anyone can join the Bowl-A-Thon and have fun.\n\n<a name="q7"> </a>\n\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some bowl together) in U.S. and Canada.\n\n<a name="q8"> </a>\n\n<a name="q10"> </a>\n\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan  gibbons and the coral reefs,  just to name a few.\n\n<a name="q11"> </a>\n\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino<sup>®</sup>". We now have an  official corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino</a>. Blue Rhino<sup>® </sup> had been  looking for a way to support conservation of their namesake, the rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\n\n<a name="q12"> </a>\n\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-22 15:00:42', '2010-04-22 20:00:42', '', 1269, 'http://aazk.org/uncategorized/1269-revision-20/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1311, 2, '2010-04-22 15:01:02', '2010-04-22 20:01:02', '<a href="#q1">What is "Bowling For  Rhinos"?</a>\r\n<a href="#q2">Why save Rhinos?</a>\r\n<a href="#q3">Where do Bowling For Rhinos  Funds go?</a>\r\n<a href="#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\r\n<a href="#q5">How can I help?</a>\r\n<a href="#q6">Do you need to be an AAZK  member to bowl?</a>\r\n<a href="#q7">How many chapters  participate?</a>\r\n<a href="#q10">Why not bowl for a  different animal each year?</a>\r\n<a href="#q11">We noticed the name of the  event was changed, why is that?</a>\r\n<a href="#q12">Where can I get more  information?</a>\r\n\r\n<hr /><strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\r\n<strong><big></big></strong>\r\n\r\n<strong><big><img class="alignnone size-thumbnail wp-image-1308" title="bfr_logo_497x497" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo_497x497-150x150.jpg" alt="bfr_logo_497x497" width="90" height="90" />A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).  Over 60 AAZK chapters participate  throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\r\n\r\n<a name="q2"> </a>\r\n\r\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of  rhino exist today when once there were over 100 species.  All 5 species-  The White, Black, Indian, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the  Indian population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has only 47 animals.\r\n\r\nThe black rhino is a symbol of conservation in Africa as our bald eagle  is to those of us in the United States. If the black rhino were to go extinct what message would we give our children?  The rhino is a large, flagship species.  By striving to save the rhino, we save large expanses of habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive machine guns and man.  The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles.  So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks.  "BFR"  money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuary, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\r\n\r\n<img class="alignnone size-full wp-image-1243" title="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" alt="aazk-color-logo-c2a8" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an  obligation to save it and the other rhino species from extinction.  Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\r\n\r\n<a name="q3"> </a>\r\n\r\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the black and white Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia.\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\r\n\r\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to LWC. 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant </a>administered by the AAZK.\r\n\r\n<a name="q4"> </a>\r\n\r\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\r\n\r\n<a name="q5"> </a>\r\n\r\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser or by donating to someone who is. <a href="http://aecetia.net/gws/aazk/links/aazk-local-chapters">Click  here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\r\n\r\n<a name="q6"> </a>\r\n\r\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> No. Anyone can join the Bowl-A-Thon and have fun.\r\n\r\n<a name="q7"> </a>\r\n\r\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some bowl together) in U.S. and Canada.\r\n\r\n<a name="q8"> </a>\r\n\r\n<a name="q10"> </a>\r\n\r\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan  gibbons and the coral reefs,  just to name a few.\r\n\r\n<a name="q11"> </a>\r\n\r\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino<sup>®</sup>". We now have an  official corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino</a>. Blue Rhino<sup>® </sup> had been  looking for a way to support conservation of their namesake, the rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\r\n\r\n<a name="q12"> </a>\r\n\r\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-22 15:01:02', '2010-04-22 20:01:02', '', 1269, 'http://aazk.org/uncategorized/1269-revision-21/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1312, 2, '2010-04-22 15:16:44', '2010-04-22 20:16:44', '', 'extinct_rhino', 0, '', 'inherit', 'closed', 'closed', '', 'extinct_rhino', '', '', '2010-04-22 15:16:44', '2010-04-22 20:16:44', '', 1269, 'http://aazk.org/wp-content/uploads/extinct_rhino.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1313, 2, '2010-04-22 15:17:04', '2010-04-22 20:17:04', '<a href="#q1">What is "Bowling For  Rhinos"?</a>\n<a href="#q2">Why save Rhinos?</a>\n<a href="#q3">Where do Bowling For Rhinos  Funds go?</a>\n<a href="#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\n<a href="#q5">How can I help?</a>\n<a href="#q6">Do you need to be an AAZK  member to bowl?</a>\n<a href="#q7">How many chapters  participate?</a>\n<a href="#q10">Why not bowl for a  different animal each year?</a>\n<a href="#q11">We noticed the name of the  event was changed, why is that?</a>\n<a href="#q12">Where can I get more  information?</a>\n\n<hr /><strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\n<strong><big></big></strong>\n\n<strong><big><img class="alignnone size-thumbnail wp-image-1308" title="bfr_logo_497x497" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo_497x497-150x150.jpg" alt="bfr_logo_497x497" width="90" height="90" />A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).  Over 60 AAZK chapters participate  throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\n\n<a name="q2"> </a>\n\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of<img class="alignnone size-medium wp-image-1312" title="extinct_rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/extinct_rhino-300x200.jpg" alt="extinct_rhino" width="300" height="200" /> rhino exist today when once there were over 100 species.  All 5 species-  The White, Black, Indian, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the  Indian population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has only 47 animals.\n\nThe black rhino is a symbol of conservation in Africa as our bald eagle  is to those of us in the United States. If the black rhino were to go extinct what message would we give our children?  The rhino is a large, flagship species.  By striving to save the rhino, we save large expanses of habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\n\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive machine guns and man.  The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles.  So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks.  "BFR"  money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuary, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\n\n<img class="alignnone size-full wp-image-1243" title="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" alt="aazk-color-logo-c2a8" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an  obligation to save it and the other rhino species from extinction.  Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\n\n<a name="q3"> </a>\n\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the black and white Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia.\n\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\n\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\n\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\n\nOur first $160,000 raised each year goes to LWC. 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant </a>administered by the AAZK.\n\n<a name="q4"> </a>\n\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\n\n<a name="q5"> </a>\n\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser or by donating to someone who is. <a href="http://aecetia.net/gws/aazk/links/aazk-local-chapters">Click  here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\n\n<a name="q6"> </a>\n\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> No. Anyone can join the Bowl-A-Thon and have fun.\n\n<a name="q7"> </a>\n\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some bowl together) in U.S. and Canada.\n\n<a name="q8"> </a>\n\n<a name="q10"> </a>\n\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan  gibbons and the coral reefs,  just to name a few.\n\n<a name="q11"> </a>\n\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino<sup>®</sup>". We now have an  official corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino®</a>. Blue Rhino<sup>® </sup> had been  looking for a way to support conservation of their namesake, the rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\n\n<a name="q12"> </a>\n\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-22 15:17:04', '2010-04-22 20:17:04', '', 1269, 'http://aazk.org/uncategorized/1269-revision-22/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1314, 2, '2010-04-22 15:18:05', '2010-04-22 20:18:05', '<a href="#q1">What is "Bowling For  Rhinos"?</a>\n<a href="#q2">Why save Rhinos?</a>\n<a href="#q3">Where do Bowling For Rhinos  Funds go?</a>\n<a href="#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\n<a href="#q5">How can I help?</a>\n<a href="#q6">Do you need to be an AAZK  member to bowl?</a>\n<a href="#q7">How many chapters  participate?</a>\n<a href="#q10">Why not bowl for a  different animal each year?</a>\n<a href="#q11">We noticed the name of the  event was changed, why is that?</a>\n<a href="#q12">Where can I get more  information?</a>\n\n<hr /><strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\n<strong><big></big></strong>\n\n<strong><big><img class="alignnone size-thumbnail wp-image-1308" title="bfr_logo_497x497" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo_497x497-150x150.jpg" alt="bfr_logo_497x497" width="90" height="90" />A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).  Over 60 AAZK chapters participate  throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\n\n<a name="q2"> </a>\n\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of<img class="size-medium wp-image-1312 alignright" title="extinct_rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/extinct_rhino-300x200.jpg" alt="extinct_rhino" width="300" height="200" /> rhino exist today when once there were over 100 species.  All 5 species- the white, black, greater one-horned, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the  Indian population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has only 47 animals.\n\nThe black rhino is a symbol of conservation in Africa as our bald eagle  is to those of us in the United States. If the black rhino were to go extinct what message would we give our children?  The rhino is a large, flagship species.  By striving to save the rhino, we save large expanses of habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\n\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive machine guns and man.  The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles.  So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks.  "BFR"  money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuary, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\n\n<img class="alignnone size-full wp-image-1243" title="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" alt="aazk-color-logo-c2a8" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an  obligation to save it and the other rhino species from extinction.  Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\n\n<a name="q3"> </a>\n\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the black and white Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia.\n\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\n\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\n\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\n\nOur first $160,000 raised each year goes to LWC. 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant </a>administered by the AAZK.\n\n<a name="q4"> </a>\n\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\n\n<a name="q5"> </a>\n\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser or by donating to someone who is. <a href="http://aecetia.net/gws/aazk/links/aazk-local-chapters">Click  here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\n\n<a name="q6"> </a>\n\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> No. Anyone can join the Bowl-A-Thon and have fun.\n\n<a name="q7"> </a>\n\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some bowl together) in U.S. and Canada.\n\n<a name="q8"> </a>\n\n<a name="q10"> </a>\n\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan  gibbons and the coral reefs,  just to name a few.\n\n<a name="q11"> </a>\n\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino<sup>®</sup>". We now have an  official corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino®</a>. Blue Rhino<sup>® </sup> had been  looking for a way to support conservation of their namesake, the rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\n\n<a name="q12"> </a>\n\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-22 15:18:05', '2010-04-22 20:18:05', '', 1269, 'http://aazk.org/uncategorized/1269-revision-23/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1315, 2, '2010-04-22 15:20:16', '2010-04-22 20:20:16', '<a href="#q1">What is "Bowling For  Rhinos"?</a>\n<a href="#q2">Why save Rhinos?</a>\n<a href="#q3">Where do Bowling For Rhinos  Funds go?</a>\n<a href="#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\n<a href="#q5">How can I help?</a>\n<a href="#q6">Do you need to be an AAZK  member to bowl?</a>\n<a href="#q7">How many chapters  participate?</a>\n<a href="#q10">Why not bowl for a  different animal each year?</a>\n<a href="#q11">We noticed the name of the  event was changed, why is that?</a>\n<a href="#q12">Where can I get more  information?</a>\n\n<hr /><strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\n<strong><big></big></strong>\n\n<strong><big><img class="alignnone size-thumbnail wp-image-1308" title="bfr_logo_497x497" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo_497x497-150x150.jpg" alt="bfr_logo_497x497" width="90" height="90" />A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).  Over 60 AAZK chapters participate  throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\n\n<a name="q2"> </a>\n\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of<img class="size-medium wp-image-1312 alignright" title="extinct_rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/extinct_rhino-300x200.jpg" alt="extinct_rhino" width="300" height="200" /> rhino exist today when once there were over 100 species.  All 5 species- the white, black, greater one-horned, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the greater one-horned population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has fewer than 60 animals.\n\nThe black rhino is a symbol of conservation in Africa as our bald eagle  is to those of us in the United States. If the black rhino were to go extinct what message would we give our children?  The rhino is a large, flagship species.  By striving to save the rhino, we save large expanses of habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\n\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive guns and man.  The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles.  So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks.  "BFR"  money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuaries/parks, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\n\n<img class="alignnone size-full wp-image-1243" title="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" alt="aazk-color-logo-c2a8" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an  obligation to save it and the other rhino species from extinction.  Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\n\n<a name="q3"> </a>\n\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the black and white Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia.\n\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\n\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\n\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\n\nOur first $160,000 raised each year goes to LWC. 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant </a>administered by the AAZK.\n\n<a name="q4"> </a>\n\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\n\n<a name="q5"> </a>\n\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser or by donating to someone who is. <a href="http://aecetia.net/gws/aazk/links/aazk-local-chapters">Click  here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\n\n<a name="q6"> </a>\n\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> No. Anyone can join the Bowl-A-Thon and have fun.\n\n<a name="q7"> </a>\n\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some bowl together) in U.S. and Canada.\n\n<a name="q8"> </a>\n\n<a name="q10"> </a>\n\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan  gibbons and the coral reefs,  just to name a few.\n\n<a name="q11"> </a>\n\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino<sup>®</sup>". We now have an  official corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino®</a>. Blue Rhino<sup>® </sup> had been  looking for a way to support conservation of their namesake, the rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\n\n<a name="q12"> </a>\n\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-22 15:20:16', '2010-04-22 20:20:16', '', 1269, 'http://aazk.org/uncategorized/1269-revision-24/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1316, 2, '2010-04-22 15:23:34', '2010-04-22 20:23:34', '', 'bluerhinologo', 0, '', 'inherit', 'closed', 'closed', '', 'bluerhinologo', '', '', '2010-04-22 15:23:34', '2010-04-22 20:23:34', '', 1269, 'http://aazk.org/wp-content/uploads/bluerhinologo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1317, 2, '2010-04-22 15:21:15', '2010-04-22 20:21:15', '<a href="#q1">What is "Bowling For  Rhinos"?</a>\n<a href="#q2">Why save Rhinos?</a>\n<a href="#q3">Where do Bowling For Rhinos  Funds go?</a>\n<a href="#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\n<a href="#q5">How can I help?</a>\n<a href="#q6">Do you need to be an AAZK  member to bowl?</a>\n<a href="#q7">How many chapters  participate?</a>\n<a href="#q10">Why not bowl for a  different animal each year?</a>\n<a href="#q11">We noticed the name of the  event was changed, why is that?</a>\n<a href="#q12">Where can I get more  information?</a>\n\n<hr /><strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\n<strong><big></big></strong>\n\n<strong><big><img class="alignnone size-thumbnail wp-image-1308" title="bfr_logo_497x497" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo_497x497-150x150.jpg" alt="bfr_logo_497x497" width="90" height="90" />A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).  Over 60 AAZK chapters participate  throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\n\n<a name="q2"> </a>\n\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of<img class="size-medium wp-image-1312 alignright" title="extinct_rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/extinct_rhino-300x200.jpg" alt="extinct_rhino" width="300" height="200" /> rhino exist today when once there were over 100 species.  All 5 species- the white, black, greater one-horned, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the greater one-horned population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has fewer than 60 animals.\n\nThe black rhino is a symbol of conservation in Africa as our bald eagle  is to those of us in the United States. If the black rhino were to go extinct what message would we give our children?  The rhino is a large, flagship species.  By striving to save the rhino, we save large expanses of habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\n\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive guns and man.  The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles.  So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks.  "BFR"  money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuaries/parks, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\n\n<img class="size-full wp-image-1243 alignleft" title="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" alt="aazk-color-logo-c2a8" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an  obligation to save it and the other rhino species from extinction.  Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\n\n<a name="q3"> </a>\n\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the black and white Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia.\n\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\n\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\n\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\n\nOur first $160,000 raised each year goes to LWC. 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant </a>administered by the AAZK.\n\n<a name="q4"> </a>\n\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\n\n<a name="q5"> </a>\n\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser or by donating to someone who is. <a href="http://aecetia.net/gws/aazk/links/aazk-local-chapters">Click  here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\n\n<a name="q6"> </a>\n\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> No. Anyone can join the Bowl-A-Thon and have fun.\n\n<a name="q7"> </a>\n\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some bowl together) in U.S. and Canada.\n\n<a name="q8"> </a>\n\n<a name="q10"> </a>\n\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan  gibbons and the coral reefs,  just to name a few.\n\n<a name="q11"> </a>\n\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino<sup>®</sup>". We now have an  official corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino®</a>. Blue Rhino<sup>® </sup> had been  looking for a way to support conservation of their namesake, the rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\n\n<a name="q12"> </a>\n\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-22 15:21:15', '2010-04-22 20:21:15', '', 1269, 'http://aazk.org/uncategorized/1269-revision-25/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1448, 2, '2010-04-29 08:42:17', '2010-04-29 13:42:17', '', 'akf-cover-apr_may', 0, '', 'inherit', 'closed', 'closed', '', 'akf-cover-apr_may', '', '', '2010-04-29 08:42:17', '2010-04-29 13:42:17', '', 1447, 'http://aazk.org/wp-content/uploads/akf-cover-apr_may.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1323, 2, '2010-04-23 09:10:57', '2010-04-23 14:10:57', '<h2><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant">AAZK, Inc. announces "Bowling for Rhinos Conservation Resource Fund  Grant"</a></h2>\r\n<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h3>Sponsored by</h3>\r\n<a href="http://www.bluerhino.com/"><img class="alignnone size-full wp-image-867" title="blue-rhino-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue-rhino-logo.jpg" alt="blue-rhino-logo" width="216" height="92" /></a>\r\n\r\n"AAZK\'s Bowling for Rhinos-Sponsored by Blue Rhino®" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. Our goal now is raise at least $500,000 annually. In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save Rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa we support the Lewa Wildlife Conservancy where our donations help protect both black and white rhinos and most of the other species native to East Africa. The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programs, and the education of neighboring areas in the value of wildlife.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia AAZK supports the remaining Javan Rhinos at Ujung Kulon National Park and the Samatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the International Rhino Foundation.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\nBowling For Rhinos has broken the $3 million mark and we continue to reach towards attaining our goal of $500,000/year! Together AAZK can do it. We have and we will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<a href="/about/committee/bowling-for-rhinos/lewa-safaris/">Lewa Wildlife Conservancy Safaris</a>', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2010-04-23 09:10:57', '2010-04-23 14:10:57', '', 168, 'http://aazk.org/uncategorized/168-revision-17/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1318, 2, '2010-04-22 15:24:08', '2010-04-22 20:24:08', '<a href="#q1">What is "Bowling For  Rhinos"?</a>\r\n<a href="#q2">Why save Rhinos?</a>\r\n<a href="#q3">Where do Bowling For Rhinos  Funds go?</a>\r\n<a href="#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\r\n<a href="#q5">How can I help?</a>\r\n<a href="#q6">Do you need to be an AAZK  member to bowl?</a>\r\n<a href="#q7">How many chapters  participate?</a>\r\n<a href="#q10">Why not bowl for a  different animal each year?</a>\r\n<a href="#q11">We noticed the name of the  event was changed, why is that?</a>\r\n<a href="#q12">Where can I get more  information?</a>\r\n\r\n<hr /><strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\r\n<strong><big></big></strong>\r\n\r\n<strong><big><img class="alignnone size-thumbnail wp-image-1308" title="bfr_logo_497x497" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo_497x497-150x150.jpg" alt="bfr_logo_497x497" width="90" height="90" />A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).  Over 60 AAZK chapters participate  throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\r\n\r\n<a name="q2"> </a>\r\n\r\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of<img class="size-medium wp-image-1312 alignright" title="extinct_rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/extinct_rhino-300x200.jpg" alt="extinct_rhino" width="300" height="200" /> rhino exist today when once there were over 100 species.  All 5 species- the white, black, greater one-horned, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the greater one-horned population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has fewer than 60 animals.\r\n\r\nThe black rhino is a symbol of conservation in Africa as our bald eagle  is to those of us in the United States. If the black rhino were to go extinct what message would we give our children?  The rhino is a large, flagship species.  By striving to save the rhino, we save large expanses of habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive guns and man.  The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles.  So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks.  "BFR"  money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuaries/parks, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\r\n\r\n<img class="size-full wp-image-1243 alignleft" title="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" alt="aazk-color-logo-c2a8" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an  obligation to save it and the other rhino species from extinction.  Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\r\n\r\n<a name="q3"> </a>\r\n\r\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the black and white Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia.\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\r\n\r\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to LWC. 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant </a>administered by the AAZK.\r\n\r\n<a name="q4"> </a>\r\n\r\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\r\n\r\n<a name="q5"> </a>\r\n\r\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser or by donating to someone who is. <a href="http://aecetia.net/gws/aazk/links/aazk-local-chapters">Click  here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\r\n\r\n<a name="q6"> </a>\r\n\r\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> No. Anyone can join the Bowl-A-Thon and have fun.\r\n\r\n<a name="q7"> </a>\r\n\r\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some bowl together) in U.S. and Canada.\r\n\r\n<a name="q8"> </a>\r\n\r\n<a name="q10"> </a>\r\n\r\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan  gibbons and the coral reefs,  just to name a few.\r\n\r\n<a name="q11"> </a>\r\n\r\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino<sup>®</sup>". We now have an  official <img class="alignright size-medium wp-image-1316" title="bluerhinologo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bluerhinologo-300x127.jpg" alt="bluerhinologo" width="180" height="76" />corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino®</a>. Blue Rhino<sup>® </sup> had been  looking for a way to support conservation of their namesake, the rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\r\n\r\n<a name="q12"> </a>\r\n\r\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-22 15:24:08', '2010-04-22 20:24:08', '', 1269, 'http://aazk.org/uncategorized/1269-revision-26/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1319, 2, '2010-04-22 15:24:53', '2010-04-22 20:24:53', '<a href="#q1">What is "Bowling For  Rhinos"?</a>\r\n<a href="#q2">Why save Rhinos?</a>\r\n<a href="#q3">Where do Bowling For Rhinos  Funds go?</a>\r\n<a href="#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\r\n<a href="#q5">How can I help?</a>\r\n<a href="#q6">Do you need to be an AAZK  member to bowl?</a>\r\n<a href="#q7">How many chapters  participate?</a>\r\n<a href="#q10">Why not bowl for a  different animal each year?</a>\r\n<a href="#q11">We noticed the name of the  event was changed, why is that?</a>\r\n<a href="#q12">Where can I get more  information?</a>\r\n\r\n<hr /><strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\r\n<strong><big></big></strong>\r\n\r\n<strong><big><img class="alignnone size-thumbnail wp-image-1308" title="bfr_logo_497x497" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo_497x497-150x150.jpg" alt="bfr_logo_497x497" width="90" height="90" />A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).  Over 60 AAZK chapters participate  throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\r\n\r\n<a name="q2"> </a>\r\n\r\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of<img class="size-medium wp-image-1312 alignright" title="extinct_rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/extinct_rhino-300x200.jpg" alt="extinct_rhino" width="300" height="200" /> rhino exist today when once there were over 100 species.  All 5 species- the white, black, greater one-horned, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the greater one-horned population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has fewer than 60 animals.\r\n\r\nThe black rhino is a symbol of conservation in Africa as our bald eagle  is to those of us in the United States. If the black rhino were to go extinct what message would we give our children?  The rhino is a large, flagship species.  By striving to save the rhino, we save large expanses of habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive guns and man.  The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles.  So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks.  "BFR"  money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuaries/parks, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\r\n\r\n<img class="size-full wp-image-1243 alignleft" title="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" alt="aazk-color-logo-c2a8" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an  obligation to save it and the other rhino species from extinction.  Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\r\n\r\n<a name="q3"> </a>\r\n\r\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the black and white Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia.\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\r\n\r\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to LWC. 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant </a>administered by the AAZK.\r\n\r\n<a name="q4"> </a>\r\n\r\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\r\n\r\n<a name="q5"> </a>\r\n\r\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser or by donating to someone who is. <a href="http://aecetia.net/gws/aazk/links/aazk-local-chapters">Click  here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\r\n\r\n<a name="q6"> </a>\r\n\r\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> No. Anyone can join the Bowl-A-Thon and have fun.\r\n\r\n<a name="q7"> </a>\r\n\r\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some bowl together) in U.S. and Canada.\r\n\r\n<a name="q8"> </a>\r\n\r\n<a name="q10"> </a>\r\n\r\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan  gibbons and the coral reefs,  just to name a few.\r\n\r\n<a name="q11"> </a>\r\n\r\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino<sup>®</sup>". We now have an  official <img class="alignright size-medium wp-image-1316" title="bluerhinologo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bluerhinologo-300x127.jpg" alt="bluerhinologo" width="180" height="76" />corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino®</a>. Blue Rhino<sup>® </sup> had been  looking for a way to support conservation of their namesake, the rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\r\n\r\n<a name="q12"> </a>\r\n\r\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-22 15:24:53', '2010-04-22 20:24:53', '', 1269, 'http://aazk.org/uncategorized/1269-revision-27/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1320, 2, '2010-04-23 09:01:35', '2010-04-23 14:01:35', '<a href="#q1">What is "Bowling For  Rhinos"?</a>\r\n<a href="#q2">Why save Rhinos?</a>\r\n<a href="#q3">Where do Bowling For Rhinos  Funds go?</a>\r\n<a href="#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\r\n<a href="#q5">How can I help?</a>\r\n<a href="#q6">Do you need to be an AAZK  member to bowl?</a>\r\n<a href="#q7">How many chapters  participate?</a>\r\n<a href="#q10">Why not bowl for a  different animal each year?</a>\r\n<a href="#q11">We noticed the name of the  event was changed, why is that?</a>\r\n<a href="#q12">Where can I get more  information?</a>\r\n\r\n<hr /><strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\r\n<strong><big></big></strong>\r\n\r\n<strong><big><img class="alignnone size-thumbnail wp-image-1308" title="bfr_logo_497x497" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo_497x497-150x150.jpg" alt="bfr_logo_497x497" width="90" height="90" />A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).  Over 60 AAZK chapters participate  throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\r\n\r\n<a name="q2"> </a>\r\n\r\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of<img class="size-medium wp-image-1312 alignright" title="extinct_rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/extinct_rhino-300x200.jpg" alt="extinct_rhino" width="300" height="200" /> rhino exist today when once there were over 100 species.  All 5 species- the white, black, greater one-horned, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the greater one-horned population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has fewer than 60 animals.\r\n\r\nThe black rhino is a symbol of conservation in Africa as our bald eagle  is to those of us in the United States. If the black rhino were to go extinct what message would we give our children?  The rhino is a large, flagship species.  By striving to save the rhino, we save large expanses of habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive guns and man.  The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles.  So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks.  "BFR"  money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuaries/parks, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\r\n\r\n<img class="size-full wp-image-1243 alignleft" title="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" alt="aazk-color-logo-c2a8" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an  obligation to save it and the other rhino species from extinction.  Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\r\n\r\n<a name="q3"> </a>\r\n\r\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the black and white Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia.\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\r\n\r\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to LWC. 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant </a>administered by the AAZK.\r\n\r\n<a name="q4"> </a>\r\n\r\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\r\n\r\n<a name="q5"> </a>\r\n\r\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser or by donating to someone who is. <a href="http://aecetia.net/gws/aazk/links/aazk-local-chapters">Click  here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\r\n\r\n<a name="q6"> </a>\r\n\r\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> No. Anyone can join the Bowl-A-Thon and have fun.\r\n\r\n<a name="q7"> </a>\r\n\r\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some bowl together) in U.S. and Canada.\r\n\r\n<a name="q8"> </a>\r\n\r\n<a name="q10"> </a>\r\n\r\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan  gibbons and the coral reefs,  just to name a few.\r\n\r\n<a name="q11"> </a>\r\n\r\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino<sup>®</sup>". We now have an  official <img class="alignright size-medium wp-image-1316" title="bluerhinologo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bluerhinologo-300x127.jpg" alt="bluerhinologo" width="180" height="76" />corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino®</a>. Blue Rhino<sup>® </sup> had been  looking for a way to support conservation of their namesake, the rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\r\n\r\n<a name="q12"> </a>\r\n\r\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-23 09:01:35', '2010-04-23 14:01:35', '', 1269, 'http://aazk.org/uncategorized/1269-revision-28/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1321, 2, '2010-04-15 09:59:28', '2010-04-15 14:59:28', '<h2><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant">AAZK, Inc. announces "Bowling for Rhinos Conservation Resource Fund  Grant"</a></h2>\r\n<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h3>Sponsored by</h3>\r\n<a href="http://www.bluerhino.com/"><img class="alignnone size-full wp-image-867" title="blue-rhino-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue-rhino-logo.jpg" alt="blue-rhino-logo" width="216" height="92" /></a>\r\n\r\n"AAZK\'s Bowling for Rhinos-Sponsored by Blue Rhino" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising over $300,000 annually. In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save Rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a National bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa we support the Lewa Wildlife Conservancy where our donations help protect both Black and White Rhinos and most of the other species native to East Africa. The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programs, and the education of neighboring areas in the value of wildlife.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia AAZK supports the remaining Javan Rhinos at Ujung Kulon National Park and the Samatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\nBowling For Rhinos has broken the $3 million mark and we continue to reach for attaining our goal of $500,000/year! Together AAZK can do it. We have and we will continue to make a difference in the conservation world. Please send me your organization\'s contact person/contact info ASAP along with the date of your event. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR coordinators.\r\n\r\n<a href="/about/committee/bowling-for-rhinos/lewa-safaris/">Lewa Wildlife Conservancy Safaris</a>', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2010-04-15 09:59:28', '2010-04-15 14:59:28', '', 168, 'http://aazk.org/uncategorized/168-revision-15/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1322, 2, '2010-04-23 09:09:06', '2010-04-23 14:09:06', '<h2><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant">AAZK, Inc. announces "Bowling for Rhinos Conservation Resource Fund  Grant"</a></h2>\r\n<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h3>Sponsored by</h3>\r\n<a href="http://www.bluerhino.com/"><img class="alignnone size-full wp-image-867" title="blue-rhino-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue-rhino-logo.jpg" alt="blue-rhino-logo" width="216" height="92" /></a>\r\n\r\n"AAZK\'s Bowling for Rhinos-Sponsored by Blue Rhino" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. Our goal now is raise at least $500,000 annually. In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save Rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa we support the Lewa Wildlife Conservancy where our donations help protect both black and white rhinos and most of the other species native to East Africa. The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programs, and the education of neighboring areas in the value of wildlife.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia AAZK supports the remaining Javan Rhinos at Ujung Kulon National Park and the Samatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the International Rhino Foundation.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\nBowling For Rhinos has broken the $3 million mark and we continue to reach towards attaining our goal of $500,000/year! Together AAZK can do it. We have and we will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<a href="/about/committee/bowling-for-rhinos/lewa-safaris/">Lewa Wildlife Conservancy Safaris</a>', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2010-04-23 09:09:06', '2010-04-23 14:09:06', '', 168, 'http://aazk.org/uncategorized/168-revision-16/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1432, 2, '2010-04-15 09:43:07', '2010-04-15 14:43:07', 'The American Association of Zoo Keepers, Inc.  (AAZK) is pleased to announce the first annual call for proposals for the Bowling for Rhinos Conservation Resource Fund. This competitive grant is designed to fund projects focused on rhino conservation and research. Successful proposals will reflect AAZK values and meet award criteria in one of four categories:\r\n\r\n<strong>·    Category I - In-situ Rhino Conservation and Research-</strong>\r\nShort-term (less than one year), specific, field research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner.\r\n<strong>·    Category 2 - In–situ Community, Educational or Medical Programs (Africa or Asia)-</strong>\r\nCommunity education, school support or medical programs developed or administrated by an individual working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner restricted to the continents of Africa or Asia. Preference may be given to local programs established and/or administrated by LWC (Lewa Wildlife Conservancy), IRF (International Rhino Foundation) or ACK (Action for Cheetahs in Kenya) endorsed partners.\r\n<strong>·    Category 3 - In-situ Species Conservation-</strong>\r\nShort-term (less than one year), specific, field research projects on any species that shares the exact same ecosystem as: Asian, Java, Sumatran, and African Black or White rhino.\r\n<strong>·    Category 4 - Ex-situ Rhino Conservation and Research –</strong>\r\nShort-term (less than one year), specific, zoological research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner. Researcher(s) must be able to demonstrate evidence of partnership with a rhino conservation entity operating in Asia or Africa combined with a tangible benefit to an in-situ conservation project.\r\n\r\n<strong>Eligibility</strong>\r\nAffiliation or partnership with AAZK is not required, but preference may be given to AAZK Members or Conservation Partners.\r\n\r\n<span style="color: #ff0000;"><strong>Applications are due no later the June 1 of each calendar year.</strong></span> Award announcements will be made on July 1.\r\n\r\n<a class="thickbox" href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bfr-grant-application-instructions/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Application instructions.</a>', 'Bowling for Rhinos Conservation Resource Fund Grant', 0, '', 'inherit', 'closed', 'closed', '', '1221-revision-v1', '', '', '2010-04-15 09:43:07', '2010-04-15 14:43:07', '', 1221, 'http://aazk.org/uncategorized/1221-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1325, 2, '2010-04-23 09:12:32', '2010-04-23 14:12:32', '<h2><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant">AAZK, Inc. announces "Bowling for Rhinos Conservation Resource Fund  Grant"</a></h2>\r\n<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h3>Sponsored by</h3>\r\n<a href="http://www.bluerhino.com/"><img class="alignnone size-full wp-image-867" title="blue-rhino-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue-rhino-logo.jpg" alt="blue-rhino-logo" width="216" height="92" /></a>\r\n\r\n"AAZK\'s Bowling for Rhinos-Sponsored by Blue Rhino®" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <em>Our goal now is to raise at least $500,000 annually</em>. In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa we support the Lewa Wildlife Conservancy where our donations help protect both black and white rhinos and most of the other species native to East Africa. The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programs, and the education of neighboring areas in the value of wildlife.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia AAZK supports the remaining Javan Rhinos at Ujung Kulon National Park and the Samatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the International Rhino Foundation.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\nBowling For Rhinos has broken the $3 million mark and we continue to reach towards attaining our goal of $500,000/year! Together AAZK can do it. We have and we will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<a href="/about/committee/bowling-for-rhinos/lewa-safaris/">Lewa Wildlife Conservancy Safaris</a>', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2010-04-23 09:12:32', '2010-04-23 14:12:32', '', 168, 'http://aazk.org/uncategorized/168-revision-19/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1324, 2, '2010-04-23 09:11:43', '2010-04-23 14:11:43', '<h2><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant">AAZK, Inc. announces "Bowling for Rhinos Conservation Resource Fund  Grant"</a></h2>\r\n<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h3>Sponsored by</h3>\r\n<a href="http://www.bluerhino.com/"><img class="alignnone size-full wp-image-867" title="blue-rhino-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue-rhino-logo.jpg" alt="blue-rhino-logo" width="216" height="92" /></a>\r\n\r\n"AAZK\'s Bowling for Rhinos-Sponsored by Blue Rhino®" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <em>Our goal now is to raise at least $500,000 annually</em>. In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save Rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa we support the Lewa Wildlife Conservancy where our donations help protect both black and white rhinos and most of the other species native to East Africa. The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programs, and the education of neighboring areas in the value of wildlife.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia AAZK supports the remaining Javan Rhinos at Ujung Kulon National Park and the Samatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the International Rhino Foundation.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\nBowling For Rhinos has broken the $3 million mark and we continue to reach towards attaining our goal of $500,000/year! Together AAZK can do it. We have and we will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<a href="/about/committee/bowling-for-rhinos/lewa-safaris/">Lewa Wildlife Conservancy Safaris</a>', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2010-04-23 09:11:43', '2010-04-23 14:11:43', '', 168, 'http://aazk.org/uncategorized/168-revision-18/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1326, 2, '2010-04-23 09:11:28', '2010-04-23 14:11:28', '<a href="#q1">What is "Bowling For  Rhinos"?</a>\n<a href="#q2">Why save Rhinos?</a>\n<a href="#q3">Where do Bowling For Rhinos  Funds go?</a>\n<a href="#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\n<a href="#q5">How can I help?</a>\n<a href="#q6">Do you need to be an AAZK  member to bowl?</a>\n<a href="#q7">How many chapters  participate?</a>\n<a href="#q10">Why not bowl for a  different animal each year?</a>\n<a href="#q11">We noticed the name of the  event was changed, why is that?</a>\n<a href="#q12">Where can I get more  information?</a>\n\n<hr /><strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\n<strong><big></big></strong>\n\n<strong><big><img class="alignnone size-thumbnail wp-image-1308" title="bfr_logo_497x497" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo_497x497-150x150.jpg" alt="bfr_logo_497x497" width="90" height="90" />A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).  Over 60 AAZK chapters participate  throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\n\n<a name="q2"> </a>\n\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of<img class="size-medium wp-image-1312 alignright" title="extinct_rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/extinct_rhino-300x200.jpg" alt="extinct_rhino" width="300" height="200" /> rhino exist today when once there were over 100 species.  All 5 species- the white, black, greater one-horned, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the greater one-horned population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has fewer than 60 animals.\n\nThe black rhino is a symbol of conservation in Africa as our bald eagle  is to those of us in the United States. If the black rhino were to go extinct what message would we give our children?  The rhino is a large, flagship species.  By striving to save the rhino, we save large expanses of habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\n\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive guns and man.  The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles.  So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks.  "BFR"  money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuaries/parks, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\n\n<img class="size-full wp-image-1243 alignleft" title="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" alt="aazk-color-logo-c2a8" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an  obligation to save it and the other rhino species from extinction.  Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\n\n<a name="q3"> </a>\n\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the black and white Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia.\n\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\n\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\n\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\n\nOur first $160,000 raised each year goes to LWC. 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant </a>administered by the AAZK.\n\n<a name="q4"> </a>\n\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\n\n<a name="q5"> </a>\n\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser or by donating to someone who is. <a href="http://aecetia.net/gws/aazk/links/aazk-local-chapters">Click  here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\n\n<a name="q6"> </a>\n\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> No. Anyone can join the bowl-a-thon and have fun.\n\n<a name="q7"> </a>\n\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some bowl together) in U.S. and Canada.\n\n<a name="q8"> </a>\n\n<a name="q10"> </a>\n\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan  gibbons and the coral reefs,  just to name a few.\n\n<a name="q11"> </a>\n\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino<sup>®</sup>". We now have an  official <img class="alignright size-medium wp-image-1316" title="bluerhinologo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bluerhinologo-300x127.jpg" alt="bluerhinologo" width="180" height="76" />corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino®</a>. Blue Rhino<sup>® </sup> had been  looking for a way to support conservation of their namesake, the rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\n\n<a name="q12"> </a>\n\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\n<big></big></strong>\n\n<strong><big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-23 09:11:28', '2010-04-23 14:11:28', '', 1269, 'http://aazk.org/uncategorized/1269-revision-29/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1327, 2, '2010-04-22 14:11:53', '2010-04-22 19:11:53', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="759" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n<p style="text-align: left;"><img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="219" height="145" /> <img class="alignnone size-medium wp-image-1118" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="217" height="144" /> <img class="alignnone size-medium wp-image-1178" title="img_4405a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="img_4405a" width="235" height="148" /></p>\r\n<p style="text-align: left;"><strong>Community Development Programs</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy engages in a very broad based community development program. They believe that the key to successful wildlife conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through. They operate three health clinics</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-04-22 14:11:53', '2010-04-22 19:11:53', '', 991, 'http://aazk.org/uncategorized/991-revision-72/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1328, 2, '2010-04-23 09:16:01', '2010-04-23 14:16:01', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="759" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 20% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n<p style="text-align: left;"><img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="219" height="145" /> <img class="alignnone size-medium wp-image-1118" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="217" height="144" /> <img class="alignnone size-medium wp-image-1178" title="img_4405a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="img_4405a" width="235" height="148" /></p>\r\n<p style="text-align: left;"><strong>Community Development Programs</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy engages in a very broad based community development program. They believe that the key to successful wildlife conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through. They operate three health clinics</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-04-23 09:16:01', '2010-04-23 14:16:01', '', 991, 'http://aazk.org/uncategorized/991-revision-73/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1329, 2, '2010-04-23 09:29:44', '2010-04-23 14:29:44', '', 'lewa_20100208_0052_students', 0, '', 'inherit', 'closed', 'closed', '', 'lewa_20100208_0052_students', '', '', '2010-04-23 09:29:44', '2010-04-23 14:29:44', '', 991, 'http://aazk.org/wp-content/uploads/lewa_20100208_0052_students.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1330, 2, '2010-04-23 09:20:05', '2010-04-23 14:20:05', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="759" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n<p style="text-align: left;"><img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="227" height="150" /> <img class="alignnone size-medium wp-image-1178" title="img_4405a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="img_4405a" width="241" height="151" /> <img class="alignnone size-medium wp-image-1118" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="227" height="150" /></p>\r\n<p style="text-align: left;"><strong>Community Development Programs</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy engages in a very broad based community development program. They believe that the key to successful wildlife conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through. They operate three health clinics</p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-04-23 09:20:05', '2010-04-23 14:20:05', '', 991, 'http://aazk.org/uncategorized/991-revision-74/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1331, 2, '2010-04-23 09:32:17', '2010-04-23 14:32:17', '', 'lewa_20100208_0095_manyangalocommunityfarms', 0, '', 'inherit', 'closed', 'closed', '', 'lewa_20100208_0095_manyangalocommunityfarms', '', '', '2010-04-23 09:32:17', '2010-04-23 14:32:17', '', 991, 'http://aazk.org/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1332, 2, '2010-04-23 09:30:28', '2010-04-23 14:30:28', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="759" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n<p style="text-align: left;"><img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="227" height="150" /> <img class="alignnone size-medium wp-image-1178" title="img_4405a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="img_4405a" width="241" height="151" /> <img class="alignnone size-medium wp-image-1118" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="227" height="150" /></p>\r\n<p style="text-align: left;"><strong>Community Development Programs</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy engages in a very broad based community development program. They believe that the key to successful wildlife<img class="size-thumbnail wp-image-1329 alignright" title="lewa_20100208_0052_students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="lewa_20100208_0052_students" width="150" height="150" /> conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-04-23 09:30:28', '2010-04-23 14:30:28', '', 991, 'http://aazk.org/uncategorized/991-revision-75/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1333, 2, '2010-04-23 09:34:21', '2010-04-23 14:34:21', '', 'lewa_20100208_0082_lunchline', 0, '', 'inherit', 'closed', 'closed', '', 'lewa_20100208_0082_lunchline', '', '', '2010-04-23 09:34:21', '2010-04-23 14:34:21', '', 991, 'http://aazk.org/wp-content/uploads/lewa_20100208_0082_lunchline.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1334, 2, '2010-04-23 09:32:40', '2010-04-23 14:32:40', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="759" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n<p style="text-align: left;"><img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="227" height="150" /> <img class="alignnone size-medium wp-image-1178" title="img_4405a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="img_4405a" width="241" height="151" /> <img class="alignnone size-medium wp-image-1118" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="227" height="150" /></p>\r\n<p style="text-align: left;"><strong>Community Development Programs</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife<img class="size-thumbnail wp-image-1329 alignright" title="lewa_20100208_0052_students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="lewa_20100208_0052_students" width="150" height="150" /> conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.</p>\r\n<p style="text-align: left;"><img class="alignnone size-medium wp-image-1331" title="lewa_20100208_0095_manyangalocommunityfarms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="lewa_20100208_0095_manyangalocommunityfarms" width="300" height="214" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-04-23 09:32:40', '2010-04-23 14:32:40', '', 991, 'http://aazk.org/uncategorized/991-revision-76/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1341, 2, '2010-04-23 16:04:09', '2010-04-23 21:04:09', '<h4>Mission Statement</h4>\r\n<img class="alignleft" title="International Rhino Foundation logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="International Rhino Foundation logo" width="200" height="65" /> The <a href="http://www.rhinos-irf.org/" target="_blank">International Rhino Foundation</a> is dedicated to the survival of the  world’s rhino species through conservation and research.\r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>IRF in Indonesia</h4>\r\nBowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra. BFR monies help support on the ground rhino conservation by providing funds for anti-poaching units as well equipment for censusing of rhino populations such as trap cameras.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Ujung Kulon National Park</h4>\r\n<img class="alignright" title="ujungmap" src="http://aecetia.net/gws/aazk/wp-content/uploads/ujungmap.jpg" alt="ujungmap" width="180" /> Ujung Kulon National Park is situated on the western edge of the island of Java, Indonesia. It is home to one of the rarest and most endangered rhinos on the planet, the Javan rhino. It is estimated that only 40-60 of these rhinos remain in two distinct populations. The larger population is found in Ujung Kulon and a smaller non-viable population of only 3-5 individuals is found in the Cat Loc region of the Cat Tien National Park in Vietnam.\r\n\r\n<img class="alignleft" title="javan rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/javanrhino-300x199.jpg" alt="javan rhino" width="180"/> IRF works with its partners to protect the Javan rhino in two ways. They wish to grow the population as well as protect the animals from poaching. This is done through the Rhino Protection and Monitoring Units (RPMUs). There are 3 RPMUs that operate within the national park. In addition to actively working to prevent poaching of the rhinos and other wildlife they are also on the lookout for any other illegal activities and work closely with proper government authorities on this. They are also busy collecting a variety of information on the rhinos such as footprints, wallows, feces, browsing areas, direct sightings, and other information which is then input into a database. They also work closely with local communities to collect information about illegal activities, including poaching, and also work to educate and build awareness of the importance of conserving Javan rhinos.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Bukit Barisan Selatan National Park</h4>\r\n<img class="alignright" title="Bukit Map" src="http://aecetia.net/gws/aazk/wp-content/uploads/bukitmap2-247x300.jpg" alt="Bukit Map" width="190" /> <img class="alignleft" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/dsc01375-300x225.jpg" alt="Rhino" width="190" /> Bukit Barisan Selatan National Park is located in southwestern Sumatra and is the third largest protected area in Sumatra. It is home to the Sumatran rhino. The Sumatran rhinos share this area with Sumatran tigers and the Sumatran elephant. The Sumatran rhinos are considered the most endangered of all rhino species with their numbers in the mid-200\'s. Even though their numbers are greater than the Javan rhinos they are considered more endangered as there are significant poaching and encroachment pressures on their populations, moreso than on the Javan rhinos. Bukit Barisan Selatan National Park has the second largest population of this endangered rhino with an estimated 60-85 rhinos found here. Sumatran rhinos are found only on the island of Sumatra with a remnant population on Borneo. IRF and its partners help fund and operate 8 rhino/tiger protection units (RPUs/TPUs) whose main function is to prevent poaching. As with the RPMUs that operate in Ujung Kulon the RPUs/TPUs work closely with local governments to curtail illegal activities and also collect data on the Sumatran rhinos. They also work with local communities to establish relationships to gather information on suspected poachers and others who engage in illegal wildlife activities and education and build awareness as to why conserving Sumatran rhinos is important.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Way Kambas National Park</h4>\r\n<img class="alignright" title="waykambasmap2" src="http://aecetia.net/gws/aazk/wp-content/uploads/waykambasmap2-300x203.jpg" alt="waykambasmap2" width="190" /> Way Kambas National Park is located in southern Sumatra. Before becoming a reserve in 1972 it was extensively logged and now has little primary forest left. Sumatran tigers and elephants are also found here. IRF helps to fund and operate 5 Rhino Protection Units(RPUs) in Way Kambas. As with the other parks, the RPUs work to prevent poaching and curb other illegal activities such as illegal logging, hunting and encroachment on park lands. They also work with local communities on educating and awareness of Sumatran rhino conservation.\r\n\r\n<strong>For more information on the International Rhino Foundation and its programs please visit their website at <a target="_blank" href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a>.</strong>\r\n\r\n\r\n<div id="inner-links"></div>', 'International Rhino Foundation (IRF)', 0, '', 'publish', 'closed', 'closed', '', 'international-rhino-foundation-irf', '', '', '2013-11-25 23:17:36', '2013-11-26 04:17:36', '', 168, 'http://aazk.org/?page_id=1341', 4, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3436, 1, '2013-10-24 13:07:46', '2013-10-24 18:07:46', '<h4>Mission Statement</h4>\r\n<img class="alignleft" title="International Rhino Foundation logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="International Rhino Foundation logo" width="200" height="65" /> The <a href="http://www.rhinos-irf.org/" target="_blank">International Rhino Foundation</a> is dedicated to the survival of the  world’s rhino species through conservation and research.\r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>IRF in Indonesia</h4>\r\nBowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra. BFR monies help support on the ground rhino conservation by providing funds for anti-poaching units as well equipment for censusing of rhino populations such as trap cameras.\r\n\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Ujung Kulon National Park</h4>\r\n<img class="alignright" title="ujungmap" src="http://aecetia.net/gws/aazk/wp-content/uploads/ujungmap.jpg" alt="ujungmap" width="180" /> Ujung Kulon National Park is situated on the western edge of the island of Java, Indonesia. It is home to one of the rarest and most endangered rhinos on the planet, the Javan rhino. It is estimated that only 40-60 of these rhinos remain in two distinct populations. The larger population is found in Ujung Kulon and a smaller non-viable population of only 3-5 individuals is found in the Cat Loc region of the Cat Tien National Park in Vietnam.\r\n\r\n<img class="alignleft" title="javan rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/javanrhino-300x199.jpg" alt="javan rhino" width="180"/> IRF works with its partners to protect the Javan rhino in two ways. They wish to grow the population as well as protect the animals from poaching. This is done through the Rhino Protection and Monitoring Units (RPMUs). There are 3 RPMUs that operate within the national park. In addition to actively working to prevent poaching of the rhinos and other wildlife they are also on the lookout for any other illegal activities and work closely with proper government authorities on this. They are also busy collecting a variety of information on the rhinos such as footprints, wallows, feces, browsing areas, direct sightings, and other information which is then input into a database. They also work closely with local communities to collect information about illegal activities, including poaching, and also work to educate and build awareness of the importance of conserving Javan rhinos.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Bukit Barisan Selatan National Park</h4>\r\n<img class="alignright" title="Bukit Map" src="http://aecetia.net/gws/aazk/wp-content/uploads/bukitmap2-247x300.jpg" alt="Bukit Map" width="190" /> <img class="alignleft" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/dsc01375-300x225.jpg" alt="Rhino" width="190" /> Bukit Barisan Selatan National Park is located in southwestern Sumatra and is the third largest protected area in Sumatra. It is home to the Sumatran rhino. The Sumatran rhinos share this area with Sumatran tigers and the Sumatran elephant. The Sumatran rhinos are considered the most endangered of all rhino species with their numbers in the mid-200\'s. Even though their numbers are greater than the Javan rhinos they are considered more endangered as there are significant poaching and encroachment pressures on their populations, moreso than on the Javan rhinos. Bukit Barisan Selatan National Park has the second largest population of this endangered rhino with an estimated 60-85 rhinos found here. Sumatran rhinos are found only on the island of Sumatra with a remnant population on Borneo. IRF and its partners help fund and operate 8 rhino/tiger protection units (RPUs/TPUs) whose main function is to prevent poaching. As with the RPMUs that operate in Ujung Kulon the RPUs/TPUs work closely with local governments to curtail illegal activities and also collect data on the Sumatran rhinos. They also work with local communities to establish relationships to gather information on suspected poachers and others who engage in illegal wildlife activities and education and build awareness as to why conserving Sumatran rhinos is important.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Way Kambas National Park</h4>\r\n<img class="alignright" title="waykambasmap2" src="http://aecetia.net/gws/aazk/wp-content/uploads/waykambasmap2-300x203.jpg" alt="waykambasmap2" width="190" /> Way Kambas National Park is located in southern Sumatra. Before becoming a reserve in 1972 it was extensively logged and now has little primary forest left. Sumatran tigers and elephants are also found here. IRF helps to fund and operate 5 Rhino Protection Units(RPUs) in Way Kambas. As with the other parks, the RPUs work to prevent poaching and curb other illegal activities such as illegal logging, hunting and encroachment on park lands. They also work with local communities on educating and awareness of Sumatran rhino conservation.\r\n\r\nFor more information on the International Rhino Foundation and its programs please visit their <a href="http://www.rhinos-irf.org/">website</a>.\r\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2013-10-24 13:07:46', '2013-10-24 18:07:46', '', 1341, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1341-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1335, 2, '2010-04-23 09:34:44', '2010-04-23 14:34:44', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="759" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n<p style="text-align: left;"><img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="227" height="150" /> <img class="alignnone size-medium wp-image-1178" title="img_4405a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="img_4405a" width="241" height="151" /> <img class="alignnone size-medium wp-image-1118" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="227" height="150" /></p>\r\n<p style="text-align: left;"><strong>Community Development Programs</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife<img class="size-thumbnail wp-image-1329 alignright" title="lewa_20100208_0052_students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="lewa_20100208_0052_students" width="150" height="150" /> conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.</p>\r\n<p style="text-align: left;"><img class="alignnone size-medium wp-image-1331" title="lewa_20100208_0095_manyangalocommunityfarms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="lewa_20100208_0095_manyangalocommunityfarms" width="300" height="214" /> <img class="alignnone size-medium wp-image-1333" title="lewa_20100208_0082_lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="lewa_20100208_0082_lunchline" width="300" height="214" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-04-23 09:34:44', '2010-04-23 14:34:44', '', 991, 'http://aazk.org/uncategorized/991-revision-77/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1338, 2, '2010-04-23 09:36:41', '2010-04-23 14:36:41', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="759" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n\r\n<img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="227" height="150" /> <img class="size-medium wp-image-1178 alignnone" title="img_4405a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="img_4405a" width="241" height="151" /> <img class="size-medium wp-image-1118 alignright" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="227" height="150" />\r\n<p style="text-align: left;"><strong>Community Development Programs</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife<img class="size-thumbnail wp-image-1329 alignright" title="lewa_20100208_0052_students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="lewa_20100208_0052_students" width="150" height="150" /> conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.</p>\r\n<p style="text-align: left;"><img class="size-medium wp-image-1331 alignleft" title="lewa_20100208_0095_manyangalocommunityfarms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="lewa_20100208_0095_manyangalocommunityfarms" width="300" height="214" /> <img class="size-medium wp-image-1333 alignright" title="lewa_20100208_0082_lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="lewa_20100208_0082_lunchline" width="300" height="214" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-04-23 09:36:41', '2010-04-23 14:36:41', '', 991, 'http://aazk.org/uncategorized/991-revision-80/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1336, 2, '2010-04-23 09:35:17', '2010-04-23 14:35:17', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="759" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n<p style="text-align: left;"><img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="227" height="150" /> <img class="alignnone size-medium wp-image-1178" title="img_4405a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="img_4405a" width="241" height="151" /> <img class="alignnone size-medium wp-image-1118" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="227" height="150" /></p>\r\n<p style="text-align: left;"><strong>Community Development Programs</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife<img class="size-thumbnail wp-image-1329 alignright" title="lewa_20100208_0052_students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="lewa_20100208_0052_students" width="150" height="150" /> conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.</p>\r\n<p style="text-align: left;"><img class="size-medium wp-image-1331 alignleft" title="lewa_20100208_0095_manyangalocommunityfarms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="lewa_20100208_0095_manyangalocommunityfarms" width="300" height="214" /> <img class="size-medium wp-image-1333 alignright" title="lewa_20100208_0082_lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="lewa_20100208_0082_lunchline" width="300" height="214" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-04-23 09:35:17', '2010-04-23 14:35:17', '', 991, 'http://aazk.org/uncategorized/991-revision-78/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1337, 2, '2010-04-23 09:36:19', '2010-04-23 14:36:19', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="759" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n<p style="text-align: center;"><img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="227" height="150" /> <img class="size-medium wp-image-1178 aligncenter" title="img_4405a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="img_4405a" width="241" height="151" /> <img class="size-medium wp-image-1118 alignright" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="227" height="150" /></p>\r\n<p style="text-align: left;"><strong>Community Development Programs</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife<img class="size-thumbnail wp-image-1329 alignright" title="lewa_20100208_0052_students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="lewa_20100208_0052_students" width="150" height="150" /> conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.</p>\r\n<p style="text-align: left;"><img class="size-medium wp-image-1331 alignleft" title="lewa_20100208_0095_manyangalocommunityfarms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="lewa_20100208_0095_manyangalocommunityfarms" width="300" height="214" /> <img class="size-medium wp-image-1333 alignright" title="lewa_20100208_0082_lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="lewa_20100208_0082_lunchline" width="300" height="214" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-04-23 09:36:19', '2010-04-23 14:36:19', '', 991, 'http://aazk.org/uncategorized/991-revision-79/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1339, 2, '2010-04-23 09:37:09', '2010-04-23 14:37:09', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="759" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n\r\n<img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="227" height="150" /> <img class="size-medium wp-image-1178 alignnone" title="img_4405a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="img_4405a" width="241" height="151" /> <img class="size-medium wp-image-1118 alignnone" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="227" height="150" />\r\n<p style="text-align: left;"><strong>Community Development Programs</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife<img class="size-thumbnail wp-image-1329 alignright" title="lewa_20100208_0052_students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="lewa_20100208_0052_students" width="150" height="150" /> conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.</p>\r\n<p style="text-align: left;"><img class="size-medium wp-image-1331 alignleft" title="lewa_20100208_0095_manyangalocommunityfarms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="lewa_20100208_0095_manyangalocommunityfarms" width="300" height="214" /> <img class="size-medium wp-image-1333 alignright" title="lewa_20100208_0082_lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="lewa_20100208_0082_lunchline" width="300" height="214" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-04-23 09:37:09', '2010-04-23 14:37:09', '', 991, 'http://aazk.org/uncategorized/991-revision-81/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1340, 2, '2010-04-23 09:37:33', '2010-04-23 14:37:33', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="759" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n\r\n<img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="227" height="150" /> <img class="size-medium wp-image-1178 alignnone" title="img_4405a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="img_4405a" width="241" height="151" /> <img class="size-medium wp-image-1118 alignnone" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="227" height="150" />\r\n<p style="text-align: left;"><strong>Community Development Programs</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife<img class="size-thumbnail wp-image-1329 alignright" title="lewa_20100208_0052_students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="lewa_20100208_0052_students" width="150" height="150" /> conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.</p>\r\n<p style="text-align: left;"><img class="size-medium wp-image-1331 alignleft" title="lewa_20100208_0095_manyangalocommunityfarms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="lewa_20100208_0095_manyangalocommunityfarms" width="300" height="214" /> <img class="size-medium wp-image-1333 alignright" title="lewa_20100208_0082_lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="lewa_20100208_0082_lunchline" width="300" height="214" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-04-23 09:37:33', '2010-04-23 14:37:33', '', 991, 'http://aazk.org/uncategorized/991-revision-82/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1342, 2, '2010-04-23 09:44:18', '2010-04-23 14:44:18', '', 'irf-logo1', 0, '', 'inherit', 'closed', 'closed', '', 'irf-logo1', '', '', '2010-04-23 09:44:18', '2010-04-23 14:44:18', '', 1341, 'http://aazk.org/wp-content/uploads/irf-logo1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1343, 2, '2010-04-23 09:46:23', '2010-04-23 14:46:23', '', 'irflogo', 0, '', 'inherit', 'closed', 'closed', '', 'irflogo', '', '', '2010-04-23 09:46:23', '2010-04-23 14:46:23', '', 1341, 'http://aazk.org/wp-content/uploads/irflogo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1344, 2, '2010-04-23 09:45:21', '2010-04-23 14:45:21', '<img class="alignnone size-full wp-image-1342" title="irf-logo1" src="http://aecetia.net/gws/aazk/wp-content/uploads/irf-logo1.jpg" alt="irf-logo1" width="240" height="156" />', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 09:45:21', '2010-04-23 14:45:21', '', 1341, 'http://aazk.org/uncategorized/1341-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1345, 2, '2010-04-23 09:38:59', '2010-04-23 14:38:59', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="759" height="230" /></p>\n<p style="text-align: center;"><em><strong></strong></em></p>\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\n\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"><strong>History</strong></p>\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\n\n<img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="227" height="150" /> <img class="size-medium wp-image-1178 alignnone" title="img_4405a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="img_4405a" width="241" height="151" /> <img class="size-medium wp-image-1118 alignnone" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="227" height="150" />\n<p style="text-align: left;"><strong>Community Development Programs</strong></p>\n<p style="text-align: left;">Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife<img class="size-thumbnail wp-image-1329 alignright" title="lewa_20100208_0052_students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="lewa_20100208_0052_students" width="150" height="150" /> conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.</p>\n<p style="text-align: left;"><img class="size-medium wp-image-1331 alignleft" title="lewa_20100208_0095_manyangalocommunityfarms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="lewa_20100208_0095_manyangalocommunityfarms" width="300" height="214" /> <img class="size-medium wp-image-1333 alignright" title="lewa_20100208_0082_lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="lewa_20100208_0082_lunchline" width="300" height="214" /></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-04-23 09:38:59', '2010-04-23 14:38:59', '', 991, 'http://aazk.org/uncategorized/991-revision-83/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1346, 2, '2010-04-23 09:52:04', '2010-04-23 14:52:04', '<p style="text-align: center;"><img class="size-full wp-image-1343 aligncenter" title="irflogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="irflogo" width="200" height="65" /></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"><em><strong>Mission Statement of International Rhino Foundation</strong></em></p>\n<p style="text-align: left;">The International Rhino Foundation is dedicated to the survival of the  world’s rhino species through conservation and research.</p>\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 09:52:04', '2010-04-23 14:52:04', '', 1341, 'http://aazk.org/uncategorized/1341-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1347, 2, '2010-04-23 09:53:17', '2010-04-23 14:53:17', '<p style="text-align: center;"><img class="size-full wp-image-1343 aligncenter" title="irflogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="irflogo" width="200" height="65" /></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"><em><strong>Mission Statement of International Rhino Foundation</strong></em></p>\n<p style="text-align: left;">The International Rhino Foundation is dedicated to the survival of the  world’s rhino species through conservation and research.</p>\n<p style="text-align: left;"><em><strong>IRF in Indonesia</strong></em></p>\n<p style="text-align: left;">Bowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those</p>\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 09:53:17', '2010-04-23 14:53:17', '', 1341, 'http://aazk.org/uncategorized/1341-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1348, 2, '2010-04-23 09:54:17', '2010-04-23 14:54:17', '<p style="text-align: center;"><img class="size-full wp-image-1343 aligncenter" title="irflogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="irflogo" width="200" height="65" /></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"><em><strong>Mission Statement of International Rhino Foundation</strong></em></p>\n<p style="text-align: left;">The International Rhino Foundation is dedicated to the survival of the  world’s rhino species through conservation and research.</p>\n<p style="text-align: left;"><em><strong>IRF in Indonesia</strong></em></p>\n<p style="text-align: left;">Bowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra.</p>\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 09:54:17', '2010-04-23 14:54:17', '', 1341, 'http://aazk.org/uncategorized/1341-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1349, 2, '2010-04-23 09:54:25', '2010-04-23 14:54:25', '<p style="text-align: center;"><img class="size-full wp-image-1343 aligncenter" title="irflogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="irflogo" width="200" height="65" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of International Rhino Foundation</strong></em></p>\r\n<p style="text-align: left;">The International Rhino Foundation is dedicated to the survival of the  world’s rhino species through conservation and research.</p>\r\n<p style="text-align: left;"><em><strong>IRF in Indonesia</strong></em></p>\r\n<p style="text-align: left;">Bowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra.</p>\r\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 09:54:25', '2010-04-23 14:54:25', '', 1341, 'http://aazk.org/uncategorized/1341-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1350, 2, '2010-04-23 10:37:11', '2010-04-23 15:37:11', '', 'ujungmap', 0, '', 'inherit', 'closed', 'closed', '', 'ujungmap', '', '', '2010-04-23 10:37:11', '2010-04-23 15:37:11', '', 1341, 'http://aazk.org/wp-content/uploads/ujungmap.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1351, 2, '2010-04-23 10:41:38', '2010-04-23 15:41:38', '<p style="text-align: center;"><img class="size-full wp-image-1343 aligncenter" title="irflogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="irflogo" width="200" height="65" /></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"><em><strong>Mission Statement of International Rhino Foundation</strong></em></p>\n<p style="text-align: left;">The <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a> is dedicated to the survival of the  world’s rhino species through conservation and research.</p>\n<p style="text-align: left;"><em><strong>IRF in Indonesia</strong></em></p>\n<p style="text-align: left;">Bowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra. BFR monies help support on the ground rhino conservation by providing funds for Rhino Protection and Monitoring Units (RPMUs) as well equipment for censusing of rhino populations such as trap cameras.</p>\n<p style="text-align: left;"><em><strong>Ujung Kulon National Park</strong></em></p>\n<p style="text-align: left;">Ujung Kulon National Park is situated on the western edge of the island of Java, Indonesia. <img class="alignright size-full wp-image-1350" title="ujungmap" src="http://aecetia.net/gws/aazk/wp-content/uploads/ujungmap.jpg" alt="ujungmap" width="332" height="272" /> It is home to one of the rarest and most endangered rhinos on the planet, the Javan rhino. It is estimated that only 40-60 of these rhinos remain in two distinct populations. The larger population is found in Ujung Kulon and a smaller non-viable population of only 3-5 individuals is found in the Cat Loc region of the Cat Tien National Park in Vietnam.</p>\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 10:41:38', '2010-04-23 15:41:38', '', 1341, 'http://aazk.org/uncategorized/1341-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1352, 2, '2010-04-23 10:42:16', '2010-04-23 15:42:16', '<p style="text-align: center;"><img class="size-full wp-image-1343 aligncenter" title="irflogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="irflogo" width="200" height="65" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of International Rhino Foundation</strong></em></p>\r\n<p style="text-align: left;">The <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a> is dedicated to the survival of the  world’s rhino species through conservation and research.</p>\r\n<p style="text-align: left;"><em><strong>IRF in Indonesia</strong></em></p>\r\n<p style="text-align: left;">Bowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra. BFR monies help support on the ground rhino conservation by providing funds for Rhino Protection and Monitoring Units (RPMUs) as well equipment for censusing of rhino populations such as trap cameras.</p>\r\n<p style="text-align: left;"><em><strong>Ujung Kulon National Park</strong></em></p>\r\n<p style="text-align: left;">Ujung Kulon National Park is situated on the western edge of the island of Java, Indonesia. <img class="alignright size-full wp-image-1350" title="ujungmap" src="http://aecetia.net/gws/aazk/wp-content/uploads/ujungmap.jpg" alt="ujungmap" width="332" height="272" /> It is home to one of the rarest and most endangered rhinos on the planet, the Javan rhino. It is estimated that only 40-60 of these rhinos remain in two distinct populations. The larger population is found in Ujung Kulon and a smaller non-viable population of only 3-5 individuals is found in the Cat Loc region of the Cat Tien National Park in Vietnam.</p>\r\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 10:42:16', '2010-04-23 15:42:16', '', 1341, 'http://aazk.org/uncategorized/1341-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1353, 2, '2010-04-23 10:44:56', '2010-04-23 15:44:56', '', 'javanrhino', 0, '', 'inherit', 'closed', 'closed', '', 'javanrhino', '', '', '2010-04-23 10:44:56', '2010-04-23 15:44:56', '', 1341, 'http://aazk.org/wp-content/uploads/javanrhino.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1354, 2, '2010-04-23 10:42:23', '2010-04-23 15:42:23', '<p style="text-align: center;"><img class="size-full wp-image-1343 aligncenter" title="irflogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="irflogo" width="200" height="65" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of International Rhino Foundation</strong></em></p>\r\n<p style="text-align: left;">The <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a> is dedicated to the survival of the  world’s rhino species through conservation and research.</p>\r\n<p style="text-align: left;"><em><strong>IRF in Indonesia</strong></em></p>\r\n<p style="text-align: left;">Bowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra. BFR monies help support on the ground rhino conservation by providing funds for Rhino Protection and Monitoring Units (RPMUs) as well equipment for censusing of rhino populations such as trap cameras.</p>\r\n<p style="text-align: left;"><em><strong>Ujung Kulon National Park</strong></em></p>\r\n<p style="text-align: left;">Ujung Kulon National Park is situated on the western edge of the island of Java, Indonesia. <img class="alignright size-full wp-image-1350" title="ujungmap" src="http://aecetia.net/gws/aazk/wp-content/uploads/ujungmap.jpg" alt="ujungmap" width="332" height="272" /> It is home to one of the rarest and most endangered rhinos on the planet, the Javan rhino. It is estimated that only 40-60 of these rhinos remain in two distinct populations. The larger population is found in Ujung Kulon and a smaller non-viable population of only 3-5 individuals is found in the Cat Loc region of the Cat Tien National Park in Vietnam.</p>\r\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 10:42:23', '2010-04-23 15:42:23', '', 1341, 'http://aazk.org/uncategorized/1341-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1355, 2, '2010-04-23 10:45:14', '2010-04-23 15:45:14', '<p style="text-align: center;"><img class="size-full wp-image-1343 aligncenter" title="irflogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="irflogo" width="200" height="65" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of International Rhino Foundation</strong></em></p>\r\n<p style="text-align: left;">The <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a> is dedicated to the survival of the  world’s rhino species through conservation and research.</p>\r\n<p style="text-align: left;"><em><strong>IRF in Indonesia</strong></em></p>\r\n<p style="text-align: left;">Bowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra. BFR monies help support on the ground rhino conservation by providing funds for Rhino Protection and Monitoring Units (RPMUs) as well equipment for censusing of rhino populations such as trap cameras.</p>\r\n<p style="text-align: left;"><em><strong>Ujung Kulon National Park</strong></em></p>\r\n<p style="text-align: left;">Ujung Kulon National Park is situated on the western edge of the island of Java, Indonesia. <img class="alignright size-full wp-image-1350" title="ujungmap" src="http://aecetia.net/gws/aazk/wp-content/uploads/ujungmap.jpg" alt="ujungmap" width="332" height="272" /> It is home to one of the rarest and most endangered rhinos on the planet, the Javan rhino. It is estimated that only 40-60 of these rhinos remain in two distinct populations. The larger population is found in Ujung Kulon and a smaller non-viable population of only 3-5 individuals is found in the Cat Loc region of the Cat Tien National Park in Vietnam. <img class="alignleft size-medium wp-image-1353" title="javanrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/javanrhino-300x199.jpg" alt="javanrhino" width="300" height="199" /></p>\r\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 10:45:14', '2010-04-23 15:45:14', '', 1341, 'http://aazk.org/uncategorized/1341-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1356, 2, '2010-04-23 10:45:22', '2010-04-23 15:45:22', '<p style="text-align: center;"><img class="size-full wp-image-1343 aligncenter" title="irflogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="irflogo" width="200" height="65" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of International Rhino Foundation</strong></em></p>\r\n<p style="text-align: left;">The <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a> is dedicated to the survival of the  world’s rhino species through conservation and research.</p>\r\n<p style="text-align: left;"><em><strong>IRF in Indonesia</strong></em></p>\r\n<p style="text-align: left;">Bowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra. BFR monies help support on the ground rhino conservation by providing funds for Rhino Protection and Monitoring Units (RPMUs) as well equipment for censusing of rhino populations such as trap cameras.</p>\r\n<p style="text-align: left;"><em><strong>Ujung Kulon National Park</strong></em></p>\r\n<p style="text-align: left;">Ujung Kulon National Park is situated on the western edge of the island of Java, Indonesia. <img class="alignright size-full wp-image-1350" title="ujungmap" src="http://aecetia.net/gws/aazk/wp-content/uploads/ujungmap.jpg" alt="ujungmap" width="332" height="272" /> It is home to one of the rarest and most endangered rhinos on the planet, the Javan rhino. It is estimated that only 40-60 of these rhinos remain in two distinct populations. The larger population is found in Ujung Kulon and a smaller non-viable population of only 3-5 individuals is found in the Cat Loc region of the Cat Tien National Park in Vietnam. <img class="alignleft size-medium wp-image-1353" title="javanrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/javanrhino-300x199.jpg" alt="javanrhino" width="300" height="199" /></p>\r\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 10:45:22', '2010-04-23 15:45:22', '', 1341, 'http://aazk.org/uncategorized/1341-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1357, 2, '2010-04-23 10:47:17', '2010-04-23 15:47:17', '<p style="text-align: center;"><img class="size-full wp-image-1343 aligncenter" title="irflogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="irflogo" width="200" height="65" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of International Rhino Foundation</strong></em></p>\r\n<p style="text-align: left;">The <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a> is dedicated to the survival of the  world’s rhino species through conservation and research.</p>\r\n<p style="text-align: left;"><em><strong>IRF in Indonesia</strong></em></p>\r\n<p style="text-align: left;">Bowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra. BFR monies help support on the ground rhino conservation by providing funds for Rhino Protection and Monitoring Units (RPMUs) as well equipment for censusing of rhino populations such as trap cameras.</p>\r\n<p style="text-align: left;"><em><strong>Ujung Kulon National Park</strong></em></p>\r\n<p style="text-align: left;">Ujung Kulon National Park is situated on the western edge of the island of Java, Indonesia. <img class="alignright size-full wp-image-1350" title="ujungmap" src="http://aecetia.net/gws/aazk/wp-content/uploads/ujungmap.jpg" alt="ujungmap" width="332" height="272" /> It is home to one of the rarest and most endangered rhinos on the planet, the Javan rhino. It is estimated that only 40-60 of these rhinos remain in two distinct populations. The larger population is found in Ujung Kulon and a smaller non-viable population of only 3-5 individuals is found in the Cat Loc region of the Cat Tien National Park in Vietnam.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;">IRF works with its partners to protect the Javan rhino in two ways.<img class="alignleft size-medium wp-image-1353" title="javanrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/javanrhino-300x199.jpg" alt="javanrhino" width="300" height="199" /></p>\r\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 10:47:17', '2010-04-23 15:47:17', '', 1341, 'http://aazk.org/uncategorized/1341-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1358, 2, '2010-04-23 10:54:37', '2010-04-23 15:54:37', '<p style="text-align: center;"><img class="size-full wp-image-1343 aligncenter" title="irflogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="irflogo" width="200" height="65" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of International Rhino Foundation</strong></em></p>\r\n<p style="text-align: left;">The <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a> is dedicated to the survival of the  world’s rhino species through conservation and research.</p>\r\n<p style="text-align: left;"><em><strong>IRF in Indonesia</strong></em></p>\r\n<p style="text-align: left;">Bowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra. BFR monies help support on the ground rhino conservation by providing funds for Rhino Protection and Monitoring Units (RPMUs) as well equipment for censusing of rhino populations such as trap cameras.</p>\r\n<p style="text-align: left;"><em><strong>Ujung Kulon National Park</strong></em></p>\r\n<p style="text-align: left;">Ujung Kulon National Park is situated on the western edge of the island of Java, Indonesia. <img class="alignright size-full wp-image-1350" title="ujungmap" src="http://aecetia.net/gws/aazk/wp-content/uploads/ujungmap.jpg" alt="ujungmap" width="332" height="272" /> It is home to one of the rarest and most endangered rhinos on the planet, the Javan rhino. It is estimated that only 40-60 of these rhinos remain in two distinct populations. The larger population is found in Ujung Kulon and a smaller non-viable population of only 3-5 individuals is found in the Cat Loc region of the Cat Tien National Park in Vietnam.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;">IRF works with its partners to protect the Javan rhino in two ways. They wish to grow the population as well as protect the animals from poaching. This is done through the RPMUs. There are 3 RPMUs that operate within the national park. In addition to actively working to prevent poaching of the rhinos and other wildlife they are also on the lookout for any other illegal activities and work closely with proper government authorities on this. They are also busy collecting a variety of information on the rhinos such as footprints, wallows, feces, browsing areas, direct sightings, and other information which is then input into a database. They also work closely with local communities to collect information about illegal activities, including poaching, and also work to educate and build awareness of the importance of conserving Javan rhinos.<img class="alignleft size-medium wp-image-1353" title="javanrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/javanrhino-300x199.jpg" alt="javanrhino" width="300" height="199" /></p>\r\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 10:54:37', '2010-04-23 15:54:37', '', 1341, 'http://aazk.org/uncategorized/1341-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1359, 2, '2010-04-23 10:54:43', '2010-04-23 15:54:43', '<p style="text-align: center;"><img class="size-full wp-image-1343 aligncenter" title="irflogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="irflogo" width="200" height="65" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of International Rhino Foundation</strong></em></p>\r\n<p style="text-align: left;">The <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a> is dedicated to the survival of the  world’s rhino species through conservation and research.</p>\r\n<p style="text-align: left;"><em><strong>IRF in Indonesia</strong></em></p>\r\n<p style="text-align: left;">Bowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra. BFR monies help support on the ground rhino conservation by providing funds for Rhino Protection and Monitoring Units (RPMUs) as well equipment for censusing of rhino populations such as trap cameras.</p>\r\n<p style="text-align: left;"><em><strong>Ujung Kulon National Park</strong></em></p>\r\n<p style="text-align: left;">Ujung Kulon National Park is situated on the western edge of the island of Java, Indonesia. <img class="alignright size-full wp-image-1350" title="ujungmap" src="http://aecetia.net/gws/aazk/wp-content/uploads/ujungmap.jpg" alt="ujungmap" width="332" height="272" /> It is home to one of the rarest and most endangered rhinos on the planet, the Javan rhino. It is estimated that only 40-60 of these rhinos remain in two distinct populations. The larger population is found in Ujung Kulon and a smaller non-viable population of only 3-5 individuals is found in the Cat Loc region of the Cat Tien National Park in Vietnam.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;">IRF works with its partners to protect the Javan rhino in two ways. They wish to grow the population as well as protect the animals from poaching. This is done through the RPMUs. There are 3 RPMUs that operate within the national park. In addition to actively working to prevent poaching of the rhinos and other wildlife they are also on the lookout for any other illegal activities and work closely with proper government authorities on this. They are also busy collecting a variety of information on the rhinos such as footprints, wallows, feces, browsing areas, direct sightings, and other information which is then input into a database. They also work closely with local communities to collect information about illegal activities, including poaching, and also work to educate and build awareness of the importance of conserving Javan rhinos.<img class="alignleft size-medium wp-image-1353" title="javanrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/javanrhino-300x199.jpg" alt="javanrhino" width="300" height="199" /></p>\r\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 10:54:43', '2010-04-23 15:54:43', '', 1341, 'http://aazk.org/uncategorized/1341-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1360, 2, '2010-04-23 10:54:46', '2010-04-23 15:54:46', '<p style="text-align: center;"><img class="size-full wp-image-1343 aligncenter" title="irflogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="irflogo" width="200" height="65" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of International Rhino Foundation</strong></em></p>\r\n<p style="text-align: left;">The <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a> is dedicated to the survival of the  world’s rhino species through conservation and research.</p>\r\n<p style="text-align: left;"><em><strong>IRF in Indonesia</strong></em></p>\r\n<p style="text-align: left;">Bowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra. BFR monies help support on the ground rhino conservation by providing funds for Rhino Protection and Monitoring Units (RPMUs) as well equipment for censusing of rhino populations such as trap cameras.</p>\r\n<p style="text-align: left;"><em><strong>Ujung Kulon National Park</strong></em></p>\r\n<p style="text-align: left;">Ujung Kulon National Park is situated on the western edge of the island of Java, Indonesia. <img class="alignright size-full wp-image-1350" title="ujungmap" src="http://aecetia.net/gws/aazk/wp-content/uploads/ujungmap.jpg" alt="ujungmap" width="332" height="272" /> It is home to one of the rarest and most endangered rhinos on the planet, the Javan rhino. It is estimated that only 40-60 of these rhinos remain in two distinct populations. The larger population is found in Ujung Kulon and a smaller non-viable population of only 3-5 individuals is found in the Cat Loc region of the Cat Tien National Park in Vietnam.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;">IRF works with its partners to protect the Javan rhino in two ways. They wish to grow the population as well as protect the animals from poaching. This is done through the RPMUs. There are 3 RPMUs that operate within the national park. In addition to actively working to prevent poaching of the rhinos and other wildlife they are also on the lookout for any other illegal activities and work closely with proper government authorities on this. They are also busy collecting a variety of information on the rhinos such as footprints, wallows, feces, browsing areas, direct sightings, and other information which is then input into a database. They also work closely with local communities to collect information about illegal activities, including poaching, and also work to educate and build awareness of the importance of conserving Javan rhinos.<img class="alignleft size-medium wp-image-1353" title="javanrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/javanrhino-300x199.jpg" alt="javanrhino" width="300" height="199" /></p>\r\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 10:54:46', '2010-04-23 15:54:46', '', 1341, 'http://aazk.org/uncategorized/1341-revision-14/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1361, 2, '2010-04-23 10:55:58', '2010-04-23 15:55:58', '<p style="text-align: center;"><img class="size-full wp-image-1343 aligncenter" title="irflogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="irflogo" width="200" height="65" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of International Rhino Foundation</strong></em></p>\r\n<p style="text-align: left;">The <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a> is dedicated to the survival of the  world’s rhino species through conservation and research.</p>\r\n<p style="text-align: left;"><em><strong>IRF in Indonesia</strong></em></p>\r\n<p style="text-align: left;">Bowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra. BFR monies help support on the ground rhino conservation by providing funds for Rhino Protection and Monitoring Units (RPMUs) as well equipment for censusing of rhino populations such as trap cameras.</p>\r\n<p style="text-align: left;"><em><strong>Ujung Kulon National Park</strong></em></p>\r\n<p style="text-align: left;">Ujung Kulon National Park is situated on the western edge of the island of Java, Indonesia. <img class="alignright size-full wp-image-1350" title="ujungmap" src="http://aecetia.net/gws/aazk/wp-content/uploads/ujungmap.jpg" alt="ujungmap" width="332" height="272" /> It is home to one of the rarest and most endangered rhinos on the planet, the Javan rhino. It is estimated that only 40-60 of these rhinos remain in two distinct populations. The larger population is found in Ujung Kulon and a smaller non-viable population of only 3-5 individuals is found in the Cat Loc region of the Cat Tien National Park in Vietnam.</p>\r\n<p style="text-align: left;"></p>\r\n\r\nIRF works with its partners to protect the Javan rhino in two ways. They wish to grow the population as well as protect the animals from poaching. This is done through the RPMUs. There are 3 RPMUs that operate within the national park. In addition to actively working to prevent poaching of the rhinos and other wildlife they are also on the lookout for any other illegal activities and work closely with proper government authorities on this. They are also busy collecting a variety of information on the rhinos such as footprints, wallows, feces, browsing areas, direct sightings, and other information which is then input into a database. They also work closely with local communities to collect information about illegal activities, including poaching, and also work to educate and build awareness of the importance of conserving Javan rhinos.<img class="size-medium wp-image-1353 alignleft" title="javanrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/javanrhino-300x199.jpg" alt="javanrhino" width="300" height="199" />\r\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 10:55:58', '2010-04-23 15:55:58', '', 1341, 'http://aazk.org/uncategorized/1341-revision-15/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1362, 2, '2010-04-23 10:57:27', '2010-04-23 15:57:27', '<p style="text-align: center;"><img class="size-full wp-image-1343 aligncenter" title="irflogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="irflogo" width="200" height="65" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of International Rhino Foundation</strong></em></p>\r\n<p style="text-align: left;">The <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a> is dedicated to the survival of the  world’s rhino species through conservation and research.</p>\r\n<p style="text-align: left;"><em><strong>IRF in Indonesia</strong></em></p>\r\n<p style="text-align: left;">Bowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra. BFR monies help support on the ground rhino conservation by providing funds for Rhino Protection and Monitoring Units (RPMUs) as well equipment for censusing of rhino populations such as trap cameras.</p>\r\n<p style="text-align: left;"><em><strong>Ujung Kulon National Park</strong></em></p>\r\n<p style="text-align: left;">Ujung Kulon National Park is situated on the western edge of the island of Java, Indonesia. <img class="alignright size-full wp-image-1350" title="ujungmap" src="http://aecetia.net/gws/aazk/wp-content/uploads/ujungmap.jpg" alt="ujungmap" width="332" height="272" /> It is home to one of the rarest and most endangered rhinos on the planet, the Javan rhino. It is estimated that only 40-60 of these rhinos remain in two distinct populations. The larger population is found in Ujung Kulon and a smaller non-viable population of only 3-5 individuals is found in the Cat Loc region of the Cat Tien National Park in Vietnam.</p>\r\n<p style="text-align: left;"></p>\r\n\r\n<img class="alignleft size-medium wp-image-1353" title="javanrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/javanrhino-300x199.jpg" alt="javanrhino" width="300" height="199" />IRF works with its partners to protect the Javan rhino in two ways. They wish to grow the population as well as protect the animals from poaching. This is done through the RPMUs. There are 3 RPMUs that operate within the national park. In addition to actively working to prevent poaching of the rhinos and other wildlife they are also on the lookout for any other illegal activities and work closely with proper government authorities on this. They are also busy collecting a variety of information on the rhinos such as footprints, wallows, feces, browsing areas, direct sightings, and other information which is then input into a database. They also work closely with local communities to collect information about illegal activities, including poaching, and also work to educate and build awareness of the importance of conserving Javan rhinos.\r\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 10:57:27', '2010-04-23 15:57:27', '', 1341, 'http://aazk.org/uncategorized/1341-revision-16/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1363, 2, '2010-04-23 10:58:20', '2010-04-23 15:58:20', '<p style="text-align: center;"><img class="size-full wp-image-1343 aligncenter" title="irflogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="irflogo" width="200" height="65" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of International Rhino Foundation</strong></em></p>\r\n<p style="text-align: left;">The <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a> is dedicated to the survival of the  world’s rhino species through conservation and research.</p>\r\n<p style="text-align: left;"><em><strong>IRF in Indonesia</strong></em></p>\r\n<p style="text-align: left;">Bowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra. BFR monies help support on the ground rhino conservation by providing funds for Rhino Protection and Monitoring Units (RPMUs) as well equipment for censusing of rhino populations such as trap cameras.</p>\r\n<p style="text-align: left;"><em><strong>Ujung Kulon National Park</strong></em></p>\r\n<p style="text-align: left;">Ujung Kulon National Park is situated on the western edge of the island of Java, Indonesia. <img class="alignright size-full wp-image-1350" title="ujungmap" src="http://aecetia.net/gws/aazk/wp-content/uploads/ujungmap.jpg" alt="ujungmap" width="332" height="272" /> It is home to one of the rarest and most endangered rhinos on the planet, the Javan rhino. It is estimated that only 40-60 of these rhinos remain in two distinct populations. The larger population is found in Ujung Kulon and a smaller non-viable population of only 3-5 individuals is found in the Cat Loc region of the Cat Tien National Park in Vietnam.</p>\r\n<p style="text-align: left;"></p>\r\n\r\nIRF works with its partners to protect the Javan rhino in two ways. They wish to grow the population as well as protect the animals from poaching. <img class="alignleft size-medium wp-image-1353" title="javanrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/javanrhino-300x199.jpg" alt="javanrhino" width="300" height="199" />This is done through the RPMUs. There are 3 RPMUs that operate within the national park. In addition to actively working to prevent poaching of the rhinos and other wildlife they are also on the lookout for any other illegal activities and work closely with proper government authorities on this. They are also busy collecting a variety of information on the rhinos such as footprints, wallows, feces, browsing areas, direct sightings, and other information which is then input into a database. They also work closely with local communities to collect information about illegal activities, including poaching, and also work to educate and build awareness of the importance of conserving Javan rhinos.\r\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 10:58:20', '2010-04-23 15:58:20', '', 1341, 'http://aazk.org/uncategorized/1341-revision-17/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1364, 2, '2010-04-23 10:59:42', '2010-04-23 15:59:42', '<p style="text-align: center;"><img class="size-full wp-image-1343 aligncenter" title="irflogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="irflogo" width="200" height="65" /></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"><em><strong>Mission Statement of International Rhino Foundation</strong></em></p>\n<p style="text-align: left;">The <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a> is dedicated to the survival of the  world’s rhino species through conservation and research.</p>\n<p style="text-align: left;"><em><strong>IRF in Indonesia</strong></em></p>\n<p style="text-align: left;">Bowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra. BFR monies help support on the ground rhino conservation by providing funds for Rhino Protection and Monitoring Units (RPMUs) as well equipment for censusing of rhino populations such as trap cameras.</p>\n<p style="text-align: left;"><em><strong>Ujung Kulon National Park</strong></em></p>\n<p style="text-align: left;">Ujung Kulon National Park is situated on the western edge of the island of Java, Indonesia. <img class="alignright size-full wp-image-1350" title="ujungmap" src="http://aecetia.net/gws/aazk/wp-content/uploads/ujungmap.jpg" alt="ujungmap" width="332" height="272" /> It is home to one of the rarest and most endangered rhinos on the planet, the Javan rhino. It is estimated that only 40-60 of these rhinos remain in two distinct populations. The larger population is found in Ujung Kulon and a smaller non-viable population of only 3-5 individuals is found in the Cat Loc region of the Cat Tien National Park in Vietnam.</p>\n<p style="text-align: left;"></p>\n\nIRF works with its partners to protect the Javan rhino in two ways. They wish to grow the population as well as protect the animals from poaching. <img class="alignleft size-medium wp-image-1353" title="javanrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/javanrhino-300x199.jpg" alt="javanrhino" width="300" height="199" />This is done through the RPMUs. There are 3 RPMUs that operate within the national park. In addition to actively working to prevent poaching of the rhinos and other wildlife they are also on the lookout for any other illegal activities and work closely with proper government authorities on this. They are also busy collecting a variety of information on the rhinos such as footprints, wallows, feces, browsing areas, direct sightings, and other information which is then input into a database. They also work closely with local communities to collect information about illegal activities, including poaching, and also work to educate and build awareness of the importance of conserving Javan rhinos.\n\n<em><strong>Bukit Barisan Selatan National Park</strong></em>\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 10:59:42', '2010-04-23 15:59:42', '', 1341, 'http://aazk.org/uncategorized/1341-revision-18/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1365, 2, '2010-04-23 11:40:51', '2010-04-23 16:40:51', '', 'bukitmap', 0, '', 'inherit', 'closed', 'closed', '', 'bukitmap', '', '', '2010-04-23 11:40:51', '2010-04-23 16:40:51', '', 1341, 'http://aazk.org/wp-content/uploads/bukitmap.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1366, 2, '2010-04-23 11:44:16', '2010-04-23 16:44:16', '', 'bukitmap2', 0, '', 'inherit', 'closed', 'closed', '', 'bukitmap2', '', '', '2010-04-23 11:44:16', '2010-04-23 16:44:16', '', 1341, 'http://aazk.org/wp-content/uploads/bukitmap2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1367, 2, '2010-04-23 11:50:53', '2010-04-23 16:50:53', '<p style="text-align: center;"><img class="size-full wp-image-1343 aligncenter" title="irflogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="irflogo" width="200" height="65" /></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"><em><strong>Mission Statement of International Rhino Foundation</strong></em></p>\n<p style="text-align: left;">The <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a> is dedicated to the survival of the  world’s rhino species through conservation and research.</p>\n<p style="text-align: left;"><em><strong>IRF in Indonesia</strong></em></p>\n<p style="text-align: left;">Bowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra. BFR monies help support on the ground rhino conservation by providing funds for Rhino Protection and Monitoring Units (RPMUs) as well equipment for censusing of rhino populations such as trap cameras.</p>\n<p style="text-align: left;"><em><strong>Ujung Kulon National Park</strong></em></p>\n<p style="text-align: left;">Ujung Kulon National Park is situated on the western edge of the island of Java, Indonesia. <img class="alignright size-full wp-image-1350" title="ujungmap" src="http://aecetia.net/gws/aazk/wp-content/uploads/ujungmap.jpg" alt="ujungmap" width="332" height="272" /> It is home to one of the rarest and most endangered rhinos on the planet, the Javan rhino. It is estimated that only 40-60 of these rhinos remain in two distinct populations. The larger population is found in Ujung Kulon and a smaller non-viable population of only 3-5 individuals is found in the Cat Loc region of the Cat Tien National Park in Vietnam.</p>\n<p style="text-align: left;"></p>\n\nIRF works with its partners to protect the Javan rhino in two ways. They wish to grow the population as well as protect the animals from poaching. <img class="alignleft size-medium wp-image-1353" title="javanrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/javanrhino-300x199.jpg" alt="javanrhino" width="300" height="199" />This is done through the RPMUs. There are 3 RPMUs that operate within the national park. In addition to actively working to prevent poaching of the rhinos and other wildlife they are also on the lookout for any other illegal activities and work closely with proper government authorities on this. They are also busy collecting a variety of information on the rhinos such as footprints, wallows, feces, browsing areas, direct sightings, and other information which is then input into a database. They also work closely with local communities to collect information about illegal activities, including poaching, and also work to educate and build awareness of the importance of conserving Javan rhinos.\n\n<em><strong>Bukit Barisan Selatan National Park</strong></em>\n\nBukit Barisan Selatan National Park is located in southwestern Sumatra and is the third largest protected area in Sumatra. <img class="alignright size-medium wp-image-1366" title="bukitmap2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bukitmap2-247x300.jpg" alt="bukitmap2" width="247" height="300" />The Sumatran rhinos share this area with Sumatran tigers and the Sumatran elephant. The Sumatran rhinos are considered the most endangered of all rhino species with their numbers in the mid-200\'s. Bukit Barisan Selatan National Park has the second largest population of this endangered rhino with an estimated 60-85 rhinos found here. Sumatran rhinos are found only on the island of Sumatra with a remnant population on Borneo. IRF and its partners help fund and operate 8 rhino/tiger protection units (RPUs/TPUs) whose main function is to prevent poaching.\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 11:50:53', '2010-04-23 16:50:53', '', 1341, 'http://aazk.org/uncategorized/1341-revision-19/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1368, 2, '2010-04-23 11:54:16', '2010-04-23 16:54:16', '<p style="text-align: center;"><img class="size-full wp-image-1343 aligncenter" title="irflogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="irflogo" width="200" height="65" /></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"><em><strong>Mission Statement of International Rhino Foundation</strong></em></p>\n<p style="text-align: left;">The <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a> is dedicated to the survival of the  world’s rhino species through conservation and research.</p>\n<p style="text-align: left;"><em><strong>IRF in Indonesia</strong></em></p>\n<p style="text-align: left;">Bowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra. BFR monies help support on the ground rhino conservation by providing funds for anti-poaching units as well equipment for censusing of rhino populations such as trap cameras.</p>\n<p style="text-align: left;"><em><strong>Ujung Kulon National Park</strong></em></p>\n<p style="text-align: left;">Ujung Kulon National Park is situated on the western edge of the island of Java, Indonesia. <img class="alignright size-full wp-image-1350" title="ujungmap" src="http://aecetia.net/gws/aazk/wp-content/uploads/ujungmap.jpg" alt="ujungmap" width="332" height="272" /> It is home to one of the rarest and most endangered rhinos on the planet, the Javan rhino. It is estimated that only 40-60 of these rhinos remain in two distinct populations. The larger population is found in Ujung Kulon and a smaller non-viable population of only 3-5 individuals is found in the Cat Loc region of the Cat Tien National Park in Vietnam.</p>\n<p style="text-align: left;"></p>\n\nIRF works with its partners to protect the Javan rhino in two ways. They wish to grow the population as well as protect the animals from poaching. <img class="alignleft size-medium wp-image-1353" title="javanrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/javanrhino-300x199.jpg" alt="javanrhino" width="300" height="199" />This is done through the Rhino Protectio RPMUs. There are 3 RPMUs that operate within the national park. In addition to actively working to prevent poaching of the rhinos and other wildlife they are also on the lookout for any other illegal activities and work closely with proper government authorities on this. They are also busy collecting a variety of information on the rhinos such as footprints, wallows, feces, browsing areas, direct sightings, and other information which is then input into a database. They also work closely with local communities to collect information about illegal activities, including poaching, and also work to educate and build awareness of the importance of conserving Javan rhinos.\n\n<em><strong>Bukit Barisan Selatan National Park</strong></em>\n\nBukit Barisan Selatan National Park is located in southwestern Sumatra and is the third largest protected area in Sumatra. <img class="alignright size-medium wp-image-1366" title="bukitmap2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bukitmap2-247x300.jpg" alt="bukitmap2" width="247" height="300" />The Sumatran rhinos share this area with Sumatran tigers and the Sumatran elephant. The Sumatran rhinos are considered the most endangered of all rhino species with their numbers in the mid-200\'s. Bukit Barisan Selatan National Park has the second largest population of this endangered rhino with an estimated 60-85 rhinos found here. Sumatran rhinos are found only on the island of Sumatra with a remnant population on Borneo. IRF and its partners help fund and operate 8 rhino/tiger protection units (RPUs/TPUs) whose main function is to prevent poaching.\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 11:54:16', '2010-04-23 16:54:16', '', 1341, 'http://aazk.org/uncategorized/1341-revision-20/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1369, 2, '2010-04-23 11:54:33', '2010-04-23 16:54:33', '<p style="text-align: center;"><img class="size-full wp-image-1343 aligncenter" title="irflogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="irflogo" width="200" height="65" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of International Rhino Foundation</strong></em></p>\r\n<p style="text-align: left;">The <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a> is dedicated to the survival of the  world’s rhino species through conservation and research.</p>\r\n<p style="text-align: left;"><em><strong>IRF in Indonesia</strong></em></p>\r\n<p style="text-align: left;">Bowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra. BFR monies help support on the ground rhino conservation by providing funds for anti-poaching units as well equipment for censusing of rhino populations such as trap cameras.</p>\r\n<p style="text-align: left;"><em><strong>Ujung Kulon National Park</strong></em></p>\r\n<p style="text-align: left;">Ujung Kulon National Park is situated on the western edge of the island of Java, Indonesia. <img class="alignright size-full wp-image-1350" title="ujungmap" src="http://aecetia.net/gws/aazk/wp-content/uploads/ujungmap.jpg" alt="ujungmap" width="332" height="272" /> It is home to one of the rarest and most endangered rhinos on the planet, the Javan rhino. It is estimated that only 40-60 of these rhinos remain in two distinct populations. The larger population is found in Ujung Kulon and a smaller non-viable population of only 3-5 individuals is found in the Cat Loc region of the Cat Tien National Park in Vietnam.</p>\r\n<p style="text-align: left;"></p>\r\n\r\nIRF works with its partners to protect the Javan rhino in two ways. They wish to grow the population as well as protect the animals from poaching. <img class="alignleft size-medium wp-image-1353" title="javanrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/javanrhino-300x199.jpg" alt="javanrhino" width="300" height="199" />This is done through the Rhino Protection and Monitoring Units (RPMUs). There are 3 RPMUs that operate within the national park. In addition to actively working to prevent poaching of the rhinos and other wildlife they are also on the lookout for any other illegal activities and work closely with proper government authorities on this. They are also busy collecting a variety of information on the rhinos such as footprints, wallows, feces, browsing areas, direct sightings, and other information which is then input into a database. They also work closely with local communities to collect information about illegal activities, including poaching, and also work to educate and build awareness of the importance of conserving Javan rhinos.\r\n\r\n<em><strong>Bukit Barisan Selatan National Park</strong></em>\r\n\r\nBukit Barisan Selatan National Park is located in southwestern Sumatra and is the third largest protected area in Sumatra. <img class="alignright size-medium wp-image-1366" title="bukitmap2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bukitmap2-247x300.jpg" alt="bukitmap2" width="247" height="300" />The Sumatran rhinos share this area with Sumatran tigers and the Sumatran elephant. The Sumatran rhinos are considered the most endangered of all rhino species with their numbers in the mid-200\'s. Bukit Barisan Selatan National Park has the second largest population of this endangered rhino with an estimated 60-85 rhinos found here. Sumatran rhinos are found only on the island of Sumatra with a remnant population on Borneo. IRF and its partners help fund and operate 8 rhino/tiger protection units (RPUs/TPUs) whose main function is to prevent poaching.\r\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 11:54:33', '2010-04-23 16:54:33', '', 1341, 'http://aazk.org/uncategorized/1341-revision-21/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1370, 2, '2010-04-23 11:54:42', '2010-04-23 16:54:42', '<p style="text-align: center;"><img class="size-full wp-image-1343 aligncenter" title="irflogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="irflogo" width="200" height="65" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of International Rhino Foundation</strong></em></p>\r\n<p style="text-align: left;">The <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a> is dedicated to the survival of the  world’s rhino species through conservation and research.</p>\r\n<p style="text-align: left;"><em><strong>IRF in Indonesia</strong></em></p>\r\n<p style="text-align: left;">Bowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra. BFR monies help support on the ground rhino conservation by providing funds for anti-poaching units as well equipment for censusing of rhino populations such as trap cameras.</p>\r\n<p style="text-align: left;"><em><strong>Ujung Kulon National Park</strong></em></p>\r\n<p style="text-align: left;">Ujung Kulon National Park is situated on the western edge of the island of Java, Indonesia. <img class="alignright size-full wp-image-1350" title="ujungmap" src="http://aecetia.net/gws/aazk/wp-content/uploads/ujungmap.jpg" alt="ujungmap" width="332" height="272" /> It is home to one of the rarest and most endangered rhinos on the planet, the Javan rhino. It is estimated that only 40-60 of these rhinos remain in two distinct populations. The larger population is found in Ujung Kulon and a smaller non-viable population of only 3-5 individuals is found in the Cat Loc region of the Cat Tien National Park in Vietnam.</p>\r\n<p style="text-align: left;"></p>\r\n\r\nIRF works with its partners to protect the Javan rhino in two ways. They wish to grow the population as well as protect the animals from poaching. <img class="alignleft size-medium wp-image-1353" title="javanrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/javanrhino-300x199.jpg" alt="javanrhino" width="300" height="199" />This is done through the Rhino Protection and Monitoring Units (RPMUs). There are 3 RPMUs that operate within the national park. In addition to actively working to prevent poaching of the rhinos and other wildlife they are also on the lookout for any other illegal activities and work closely with proper government authorities on this. They are also busy collecting a variety of information on the rhinos such as footprints, wallows, feces, browsing areas, direct sightings, and other information which is then input into a database. They also work closely with local communities to collect information about illegal activities, including poaching, and also work to educate and build awareness of the importance of conserving Javan rhinos.\r\n\r\n<em><strong>Bukit Barisan Selatan National Park</strong></em>\r\n\r\nBukit Barisan Selatan National Park is located in southwestern Sumatra and is the third largest protected area in Sumatra. <img class="alignright size-medium wp-image-1366" title="bukitmap2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bukitmap2-247x300.jpg" alt="bukitmap2" width="247" height="300" />The Sumatran rhinos share this area with Sumatran tigers and the Sumatran elephant. The Sumatran rhinos are considered the most endangered of all rhino species with their numbers in the mid-200\'s. Bukit Barisan Selatan National Park has the second largest population of this endangered rhino with an estimated 60-85 rhinos found here. Sumatran rhinos are found only on the island of Sumatra with a remnant population on Borneo. IRF and its partners help fund and operate 8 rhino/tiger protection units (RPUs/TPUs) whose main function is to prevent poaching.\r\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 11:54:42', '2010-04-23 16:54:42', '', 1341, 'http://aazk.org/uncategorized/1341-revision-22/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1371, 2, '2010-04-23 12:01:38', '2010-04-23 17:01:38', '', 'dsc01375', 0, '', 'inherit', 'closed', 'closed', '', 'dsc01375', '', '', '2010-04-23 12:01:38', '2010-04-23 17:01:38', '', 1341, 'http://aazk.org/wp-content/uploads/dsc01375.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1372, 2, '2010-04-23 12:00:19', '2010-04-23 17:00:19', '<p style="text-align: center;"><img class="size-full wp-image-1343 aligncenter" title="irflogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="irflogo" width="200" height="65" /></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"><em><strong>Mission Statement of International Rhino Foundation</strong></em></p>\n<p style="text-align: left;">The <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a> is dedicated to the survival of the  world’s rhino species through conservation and research.</p>\n<p style="text-align: left;"><em><strong>IRF in Indonesia</strong></em></p>\n<p style="text-align: left;">Bowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra. BFR monies help support on the ground rhino conservation by providing funds for anti-poaching units as well equipment for censusing of rhino populations such as trap cameras.</p>\n<p style="text-align: left;"><em><strong>Ujung Kulon National Park</strong></em></p>\n<p style="text-align: left;">Ujung Kulon National Park is situated on the western edge of the island of Java, Indonesia. <img class="alignright size-full wp-image-1350" title="ujungmap" src="http://aecetia.net/gws/aazk/wp-content/uploads/ujungmap.jpg" alt="ujungmap" width="332" height="272" /> It is home to one of the rarest and most endangered rhinos on the planet, the Javan rhino. It is estimated that only 40-60 of these rhinos remain in two distinct populations. The larger population is found in Ujung Kulon and a smaller non-viable population of only 3-5 individuals is found in the Cat Loc region of the Cat Tien National Park in Vietnam.</p>\n<p style="text-align: left;"></p>\n\nIRF works with its partners to protect the Javan rhino in two ways. They wish to grow the population as well as protect the animals from poaching. <img class="alignleft size-medium wp-image-1353" title="javanrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/javanrhino-300x199.jpg" alt="javanrhino" width="300" height="199" />This is done through the Rhino Protection and Monitoring Units (RPMUs). There are 3 RPMUs that operate within the national park. In addition to actively working to prevent poaching of the rhinos and other wildlife they are also on the lookout for any other illegal activities and work closely with proper government authorities on this. They are also busy collecting a variety of information on the rhinos such as footprints, wallows, feces, browsing areas, direct sightings, and other information which is then input into a database. They also work closely with local communities to collect information about illegal activities, including poaching, and also work to educate and build awareness of the importance of conserving Javan rhinos.\n\n<em><strong>Bukit Barisan Selatan National Park</strong></em>\n\nBukit Barisan Selatan National Park is located in southwestern Sumatra and is the third largest protected area in Sumatra. It is home to the Sumatran rhino. <img class="alignright size-medium wp-image-1366" title="bukitmap2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bukitmap2-247x300.jpg" alt="bukitmap2" width="247" height="300" />The Sumatran rhinos share this area with Sumatran tigers and the Sumatran elephant. The Sumatran rhinos are considered the most endangered of all rhino species with their numbers in the mid-200\'s. Even though their numbers are greater than the Javan rhinos they are considered more endangered as there are significant poaching and encroachment pressures on their populations, moreso than on the Javan rhinos. Bukit Barisan Selatan National Park has the second largest population of this endangered rhino with an estimated 60-85 rhinos found here. Sumatran rhinos are found only on the island of Sumatra with a remnant population on Borneo. IRF and its partners help fund and operate 8 rhino/tiger protection units (RPUs/TPUs) whose main function is to prevent poaching. As with the RPMUs that operate in Ujung Kulon the RPUs/TPUs work closely with local governments to curtail illegal activities and also collect data on the Sumatran rhinos. They also work with local communities to establish relationships to gather information on suspected poac\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 12:00:19', '2010-04-23 17:00:19', '', 1341, 'http://aazk.org/uncategorized/1341-revision-23/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1373, 2, '2010-04-23 12:02:19', '2010-04-23 17:02:19', '<p style="text-align: center;"><img class="size-full wp-image-1343 aligncenter" title="irflogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="irflogo" width="200" height="65" /></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"><em><strong>Mission Statement of International Rhino Foundation</strong></em></p>\n<p style="text-align: left;">The <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a> is dedicated to the survival of the  world’s rhino species through conservation and research.</p>\n<p style="text-align: left;"><em><strong>IRF in Indonesia</strong></em></p>\n<p style="text-align: left;">Bowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra. BFR monies help support on the ground rhino conservation by providing funds for anti-poaching units as well equipment for censusing of rhino populations such as trap cameras.</p>\n<p style="text-align: left;"><em><strong>Ujung Kulon National Park</strong></em></p>\n<p style="text-align: left;">Ujung Kulon National Park is situated on the western edge of the island of Java, Indonesia. <img class="alignright size-full wp-image-1350" title="ujungmap" src="http://aecetia.net/gws/aazk/wp-content/uploads/ujungmap.jpg" alt="ujungmap" width="332" height="272" /> It is home to one of the rarest and most endangered rhinos on the planet, the Javan rhino. It is estimated that only 40-60 of these rhinos remain in two distinct populations. The larger population is found in Ujung Kulon and a smaller non-viable population of only 3-5 individuals is found in the Cat Loc region of the Cat Tien National Park in Vietnam.</p>\n<p style="text-align: left;"></p>\n\nIRF works with its partners to protect the Javan rhino in two ways. They wish to grow the population as well as protect the animals from poaching. <img class="alignleft size-medium wp-image-1353" title="javanrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/javanrhino-300x199.jpg" alt="javanrhino" width="300" height="199" />This is done through the Rhino Protection and Monitoring Units (RPMUs). There are 3 RPMUs that operate within the national park. In addition to actively working to prevent poaching of the rhinos and other wildlife they are also on the lookout for any other illegal activities and work closely with proper government authorities on this. They are also busy collecting a variety of information on the rhinos such as footprints, wallows, feces, browsing areas, direct sightings, and other information which is then input into a database. They also work closely with local communities to collect information about illegal activities, including poaching, and also work to educate and build awareness of the importance of conserving Javan rhinos.\n\n<em><strong>Bukit Barisan Selatan National Park</strong></em>\n\nBukit Barisan Selatan National Park is located in southwestern Sumatra and is the third largest protected area in Sumatra. It is home to the Sumatran rhino. <img class="alignright size-medium wp-image-1366" title="bukitmap2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bukitmap2-247x300.jpg" alt="bukitmap2" width="247" height="300" />The Sumatran rhinos share this area with Sumatran tigers and the Sumatran elephant. The Sumatran rhinos are considered the most endangered of all rhino species with their numbers in the mid-200\'s. Even though their numbers are greater than the Javan rhinos they are considered more endangered as there are significant poaching and encroachment pressures on their populations, moreso than on the Javan rhinos. Bukit Barisan Selatan National Park has the second largest population of this endangered rhino with an estimated 60-85 rhinos found here. Sumatran rhinos are found only on the island of Sumatra with a remnant population on Borneo. IRF and its partners help fund and operate 8 rhino/tiger protection units (RPUs/TPUs) whose main function is to prevent poaching. As with the RPMUs that operate in Ujung Kulon the RPUs/TPUs work closely with local governments to curtail illegal activities and also collect data on the Sumatran rhinos. They also work with local communities to establish relationships to gather information on suspected poachers and others who engage in illegal wildlife activities and education and build awareness on why conserving Sumatran rhinos is important.\n\n<img class="alignleft size-medium wp-image-1371" title="dsc01375" src="http://aecetia.net/gws/aazk/wp-content/uploads/dsc01375-300x225.jpg" alt="dsc01375" width="300" height="225" />\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 12:02:19', '2010-04-23 17:02:19', '', 1341, 'http://aazk.org/uncategorized/1341-revision-24/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1374, 2, '2010-04-23 12:11:12', '2010-04-23 17:11:12', '', 'waykambasmap', 0, '', 'inherit', 'closed', 'closed', '', 'waykambasmap', '', '', '2010-04-23 12:11:12', '2010-04-23 17:11:12', '', 1341, 'http://aazk.org/wp-content/uploads/waykambasmap.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1375, 2, '2010-04-23 12:12:44', '2010-04-23 17:12:44', '', 'waykambasmap2', 0, '', 'inherit', 'closed', 'closed', '', 'waykambasmap2', '', '', '2010-04-23 12:12:44', '2010-04-23 17:12:44', '', 1341, 'http://aazk.org/wp-content/uploads/waykambasmap2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1376, 2, '2010-04-23 12:03:27', '2010-04-23 17:03:27', '<p style="text-align: center;"><img class="size-full wp-image-1343 aligncenter" title="irflogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="irflogo" width="200" height="65" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of International Rhino Foundation</strong></em></p>\r\n<p style="text-align: left;">The <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a> is dedicated to the survival of the  world’s rhino species through conservation and research.</p>\r\n<p style="text-align: left;"><em><strong>IRF in Indonesia</strong></em></p>\r\n<p style="text-align: left;">Bowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra. BFR monies help support on the ground rhino conservation by providing funds for anti-poaching units as well equipment for censusing of rhino populations such as trap cameras.</p>\r\n<p style="text-align: left;"><em><strong>Ujung Kulon National Park</strong></em></p>\r\n<p style="text-align: left;">Ujung Kulon National Park is situated on the western edge of the island of Java, Indonesia. <img class="alignright size-full wp-image-1350" title="ujungmap" src="http://aecetia.net/gws/aazk/wp-content/uploads/ujungmap.jpg" alt="ujungmap" width="332" height="272" /> It is home to one of the rarest and most endangered rhinos on the planet, the Javan rhino. It is estimated that only 40-60 of these rhinos remain in two distinct populations. The larger population is found in Ujung Kulon and a smaller non-viable population of only 3-5 individuals is found in the Cat Loc region of the Cat Tien National Park in Vietnam.</p>\r\n<p style="text-align: left;"></p>\r\n\r\nIRF works with its partners to protect the Javan rhino in two ways. They wish to grow the population as well as protect the animals from poaching. <img class="alignleft size-medium wp-image-1353" title="javanrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/javanrhino-300x199.jpg" alt="javanrhino" width="300" height="199" />This is done through the Rhino Protection and Monitoring Units (RPMUs). There are 3 RPMUs that operate within the national park. In addition to actively working to prevent poaching of the rhinos and other wildlife they are also on the lookout for any other illegal activities and work closely with proper government authorities on this. They are also busy collecting a variety of information on the rhinos such as footprints, wallows, feces, browsing areas, direct sightings, and other information which is then input into a database. They also work closely with local communities to collect information about illegal activities, including poaching, and also work to educate and build awareness of the importance of conserving Javan rhinos.\r\n\r\n<em><strong>Bukit Barisan Selatan National Park</strong></em>\r\n\r\nBukit Barisan Selatan National Park is located in southwestern Sumatra and is the third largest protected area in Sumatra. It is home to the Sumatran rhino. <img class="alignright size-medium wp-image-1366" title="bukitmap2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bukitmap2-247x300.jpg" alt="bukitmap2" width="247" height="300" />The Sumatran rhinos share this area with Sumatran tigers and the Sumatran elephant. The Sumatran rhinos are considered the most endangered of all rhino species with their numbers in the mid-200\'s. Even though their numbers are greater than the Javan rhinos they are considered more endangered as there are significant poaching and encroachment pressures on their populations, moreso than on the Javan rhinos. Bukit Barisan Selatan National Park has the second largest population of this endangered rhino with an estimated 60-85 rhinos found here. Sumatran rhinos are found only on the island of Sumatra with a remnant population on Borneo. IRF and its partners help fund and operate 8 rhino/tiger protection units (RPUs/TPUs) whose main function is to prevent poaching. As with the RPMUs that operate in Ujung Kulon the RPUs/TPUs work closely with local governments to curtail illegal activities and also collect data on the Sumatran rhinos. They also work with local communities to establish relationships to gather information on suspected poachers and others who engage in illegal wildlife activities and education and build awareness as to why conserving Sumatran rhinos is important.\r\n\r\n<img class="alignleft size-medium wp-image-1371" title="dsc01375" src="http://aecetia.net/gws/aazk/wp-content/uploads/dsc01375-300x225.jpg" alt="dsc01375" width="300" height="225" />\r\n\r\n<strong><em>Way Kambas National Park</em></strong>\r\n\r\n<strong><em>\r\n</em></strong>\r\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 12:03:27', '2010-04-23 17:03:27', '', 1341, 'http://aazk.org/uncategorized/1341-revision-25/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1377, 2, '2010-04-23 12:14:21', '2010-04-23 17:14:21', '<p style="text-align: center;"><img class="size-full wp-image-1343 aligncenter" title="irflogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="irflogo" width="200" height="65" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of International Rhino Foundation</strong></em></p>\r\n<p style="text-align: left;">The <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a> is dedicated to the survival of the  world’s rhino species through conservation and research.</p>\r\n<p style="text-align: left;"><em><strong>IRF in Indonesia</strong></em></p>\r\n<p style="text-align: left;">Bowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra. BFR monies help support on the ground rhino conservation by providing funds for anti-poaching units as well equipment for censusing of rhino populations such as trap cameras.</p>\r\n<p style="text-align: left;"><em><strong>Ujung Kulon National Park</strong></em></p>\r\n<p style="text-align: left;">Ujung Kulon National Park is situated on the western edge of the island of Java, Indonesia. <img class="alignright size-full wp-image-1350" title="ujungmap" src="http://aecetia.net/gws/aazk/wp-content/uploads/ujungmap.jpg" alt="ujungmap" width="332" height="272" /> It is home to one of the rarest and most endangered rhinos on the planet, the Javan rhino. It is estimated that only 40-60 of these rhinos remain in two distinct populations. The larger population is found in Ujung Kulon and a smaller non-viable population of only 3-5 individuals is found in the Cat Loc region of the Cat Tien National Park in Vietnam.</p>\r\n<p style="text-align: left;"></p>\r\n\r\nIRF works with its partners to protect the Javan rhino in two ways. They wish to grow the population as well as protect the animals from poaching. <img class="alignleft size-medium wp-image-1353" title="javanrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/javanrhino-300x199.jpg" alt="javanrhino" width="300" height="199" />This is done through the Rhino Protection and Monitoring Units (RPMUs). There are 3 RPMUs that operate within the national park. In addition to actively working to prevent poaching of the rhinos and other wildlife they are also on the lookout for any other illegal activities and work closely with proper government authorities on this. They are also busy collecting a variety of information on the rhinos such as footprints, wallows, feces, browsing areas, direct sightings, and other information which is then input into a database. They also work closely with local communities to collect information about illegal activities, including poaching, and also work to educate and build awareness of the importance of conserving Javan rhinos.\r\n\r\n<em><strong>Bukit Barisan Selatan National Park</strong></em>\r\n\r\nBukit Barisan Selatan National Park is located in southwestern Sumatra and is the third largest protected area in Sumatra. It is home to the Sumatran rhino. <img class="alignright size-medium wp-image-1366" title="bukitmap2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bukitmap2-247x300.jpg" alt="bukitmap2" width="247" height="300" />The Sumatran rhinos share this area with Sumatran tigers and the Sumatran elephant. The Sumatran rhinos are considered the most endangered of all rhino species with their numbers in the mid-200\'s. Even though their numbers are greater than the Javan rhinos they are considered more endangered as there are significant poaching and encroachment pressures on their populations, moreso than on the Javan rhinos. Bukit Barisan Selatan National Park has the second largest population of this endangered rhino with an estimated 60-85 rhinos found here. Sumatran rhinos are found only on the island of Sumatra with a remnant population on Borneo. IRF and its partners help fund and operate 8 rhino/tiger protection units (RPUs/TPUs) whose main function is to prevent poaching. As with the RPMUs that operate in Ujung Kulon the RPUs/TPUs work closely with local governments to curtail illegal activities and also collect data on the Sumatran rhinos. They also work with local communities to establish relationships to gather information on suspected poachers and others who engage in illegal wildlife activities and education and build awareness as to why conserving Sumatran rhinos is important.\r\n\r\n<img class="alignleft size-medium wp-image-1371" title="dsc01375" src="http://aecetia.net/gws/aazk/wp-content/uploads/dsc01375-300x225.jpg" alt="dsc01375" width="300" height="225" />\r\n\r\n<strong><em>Way Kambas National Park</em></strong>\r\n\r\nWay Kambas National Park is located in southern Sumatra. Before becoming a reserve in 1972 it was extensively logged and now has little primary forest left. Sumatran tigers and elephants are also found here. IRF helps to fund and operate 5 Rhino Protection Units(RPUs) in Way Kambas. As with the other parks, the RPUs work to prevent poaching and curb other illegal activities such as illegal logging, hunting and encroachment on park lands. <img class="alignright size-medium wp-image-1375" title="waykambasmap2" src="http://aecetia.net/gws/aazk/wp-content/uploads/waykambasmap2-300x203.jpg" alt="waykambasmap2" width="300" height="203" />They also work with local communities on educating and awareness of Sumatran rhino conservation.\r\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 12:14:21', '2010-04-23 17:14:21', '', 1341, 'http://aazk.org/uncategorized/1341-revision-26/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1378, 2, '2010-04-23 12:16:23', '2010-04-23 17:16:23', '<p style="text-align: center;"><img class="size-full wp-image-1343 aligncenter" title="irflogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="irflogo" width="200" height="65" /></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"><em><strong>Mission Statement of International Rhino Foundation</strong></em></p>\n<p style="text-align: left;">The <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a> is dedicated to the survival of the  world’s rhino species through conservation and research.</p>\n<p style="text-align: left;"><em><strong>IRF in Indonesia</strong></em></p>\n<p style="text-align: left;">Bowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra. BFR monies help support on the ground rhino conservation by providing funds for anti-poaching units as well equipment for censusing of rhino populations such as trap cameras.</p>\n<p style="text-align: left;"><em><strong>Ujung Kulon National Park</strong></em></p>\n<p style="text-align: left;">Ujung Kulon National Park is situated on the western edge of the island of Java, Indonesia. <img class="alignright size-full wp-image-1350" title="ujungmap" src="http://aecetia.net/gws/aazk/wp-content/uploads/ujungmap.jpg" alt="ujungmap" width="332" height="272" /> It is home to one of the rarest and most endangered rhinos on the planet, the Javan rhino. It is estimated that only 40-60 of these rhinos remain in two distinct populations. The larger population is found in Ujung Kulon and a smaller non-viable population of only 3-5 individuals is found in the Cat Loc region of the Cat Tien National Park in Vietnam.</p>\n<p style="text-align: left;"></p>\n\nIRF works with its partners to protect the Javan rhino in two ways. They wish to grow the population as well as protect the animals from poaching. <img class="alignleft size-medium wp-image-1353" title="javanrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/javanrhino-300x199.jpg" alt="javanrhino" width="300" height="199" />This is done through the Rhino Protection and Monitoring Units (RPMUs). There are 3 RPMUs that operate within the national park. In addition to actively working to prevent poaching of the rhinos and other wildlife they are also on the lookout for any other illegal activities and work closely with proper government authorities on this. They are also busy collecting a variety of information on the rhinos such as footprints, wallows, feces, browsing areas, direct sightings, and other information which is then input into a database. They also work closely with local communities to collect information about illegal activities, including poaching, and also work to educate and build awareness of the importance of conserving Javan rhinos.\n\n<em><strong>Bukit Barisan Selatan National Park</strong></em>\n\nBukit Barisan Selatan National Park is located in southwestern Sumatra and is the third largest protected area in Sumatra. It is home to the Sumatran rhino. <img class="alignright size-medium wp-image-1366" title="bukitmap2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bukitmap2-247x300.jpg" alt="bukitmap2" width="247" height="300" />The Sumatran rhinos share this area with Sumatran tigers and the Sumatran elephant. The Sumatran rhinos are considered the most endangered of all rhino species with their numbers in the mid-200\'s. Even though their numbers are greater than the Javan rhinos they are considered more endangered as there are significant poaching and encroachment pressures on their populations, moreso than on the Javan rhinos. Bukit Barisan Selatan National Park has the second largest population of this endangered rhino with an estimated 60-85 rhinos found here. Sumatran rhinos are found only on the island of Sumatra with a remnant population on Borneo. IRF and its partners help fund and operate 8 rhino/tiger protection units (RPUs/TPUs) whose main function is to prevent poaching. As with the RPMUs that operate in Ujung Kulon the RPUs/TPUs work closely with local governments to curtail illegal activities and also collect data on the Sumatran rhinos. They also work with local communities to establish relationships to gather information on suspected poachers and others who engage in illegal wildlife activities and education and build awareness as to why conserving Sumatran rhinos is important.\n\n<img class="alignleft size-medium wp-image-1371" title="dsc01375" src="http://aecetia.net/gws/aazk/wp-content/uploads/dsc01375-300x225.jpg" alt="dsc01375" width="300" height="225" />\n\n<strong><em>Way Kambas National Park</em></strong>\n\nWay Kambas National Park is located in southern Sumatra. Before becoming a reserve in 1972 it was extensively logged and now has little primary forest left. Sumatran tigers and elephants are also found here. IRF helps to fund and operate 5 Rhino Protection Units(RPUs) in Way Kambas. As with the other parks, the RPUs work to prevent poaching and curb other illegal activities such as illegal logging, hunting and encroachment on park lands. <img class="alignright size-medium wp-image-1375" title="waykambasmap2" src="http://aecetia.net/gws/aazk/wp-content/uploads/waykambasmap2-300x203.jpg" alt="waykambasmap2" width="300" height="203" />They also work with local communities on educating and awareness of Sumatran rhino conservation.\n\nFor more information on the International Rhino Foundation and its programs please visit their <a href="http://www.rhinos-irf.org/">website</a>.\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 12:16:23', '2010-04-23 17:16:23', '', 1341, 'http://aazk.org/uncategorized/1341-revision-27/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1379, 2, '2010-04-23 12:16:26', '2010-04-23 17:16:26', '<p style="text-align: center;"><img class="size-full wp-image-1343 aligncenter" title="irflogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="irflogo" width="200" height="65" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of International Rhino Foundation</strong></em></p>\r\n<p style="text-align: left;">The <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a> is dedicated to the survival of the  world’s rhino species through conservation and research.</p>\r\n<p style="text-align: left;"><em><strong>IRF in Indonesia</strong></em></p>\r\n<p style="text-align: left;">Bowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra. BFR monies help support on the ground rhino conservation by providing funds for anti-poaching units as well equipment for censusing of rhino populations such as trap cameras.</p>\r\n<p style="text-align: left;"><em><strong>Ujung Kulon National Park</strong></em></p>\r\n<p style="text-align: left;">Ujung Kulon National Park is situated on the western edge of the island of Java, Indonesia. <img class="alignright size-full wp-image-1350" title="ujungmap" src="http://aecetia.net/gws/aazk/wp-content/uploads/ujungmap.jpg" alt="ujungmap" width="332" height="272" /> It is home to one of the rarest and most endangered rhinos on the planet, the Javan rhino. It is estimated that only 40-60 of these rhinos remain in two distinct populations. The larger population is found in Ujung Kulon and a smaller non-viable population of only 3-5 individuals is found in the Cat Loc region of the Cat Tien National Park in Vietnam.</p>\r\n<p style="text-align: left;"></p>\r\n\r\nIRF works with its partners to protect the Javan rhino in two ways. They wish to grow the population as well as protect the animals from poaching. <img class="alignleft size-medium wp-image-1353" title="javanrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/javanrhino-300x199.jpg" alt="javanrhino" width="300" height="199" />This is done through the Rhino Protection and Monitoring Units (RPMUs). There are 3 RPMUs that operate within the national park. In addition to actively working to prevent poaching of the rhinos and other wildlife they are also on the lookout for any other illegal activities and work closely with proper government authorities on this. They are also busy collecting a variety of information on the rhinos such as footprints, wallows, feces, browsing areas, direct sightings, and other information which is then input into a database. They also work closely with local communities to collect information about illegal activities, including poaching, and also work to educate and build awareness of the importance of conserving Javan rhinos.\r\n\r\n<em><strong>Bukit Barisan Selatan National Park</strong></em>\r\n\r\nBukit Barisan Selatan National Park is located in southwestern Sumatra and is the third largest protected area in Sumatra. It is home to the Sumatran rhino. <img class="alignright size-medium wp-image-1366" title="bukitmap2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bukitmap2-247x300.jpg" alt="bukitmap2" width="247" height="300" />The Sumatran rhinos share this area with Sumatran tigers and the Sumatran elephant. The Sumatran rhinos are considered the most endangered of all rhino species with their numbers in the mid-200\'s. Even though their numbers are greater than the Javan rhinos they are considered more endangered as there are significant poaching and encroachment pressures on their populations, moreso than on the Javan rhinos. Bukit Barisan Selatan National Park has the second largest population of this endangered rhino with an estimated 60-85 rhinos found here. Sumatran rhinos are found only on the island of Sumatra with a remnant population on Borneo. IRF and its partners help fund and operate 8 rhino/tiger protection units (RPUs/TPUs) whose main function is to prevent poaching. As with the RPMUs that operate in Ujung Kulon the RPUs/TPUs work closely with local governments to curtail illegal activities and also collect data on the Sumatran rhinos. They also work with local communities to establish relationships to gather information on suspected poachers and others who engage in illegal wildlife activities and education and build awareness as to why conserving Sumatran rhinos is important.\r\n\r\n<img class="alignleft size-medium wp-image-1371" title="dsc01375" src="http://aecetia.net/gws/aazk/wp-content/uploads/dsc01375-300x225.jpg" alt="dsc01375" width="300" height="225" />\r\n\r\n<strong><em>Way Kambas National Park</em></strong>\r\n\r\nWay Kambas National Park is located in southern Sumatra. Before becoming a reserve in 1972 it was extensively logged and now has little primary forest left. Sumatran tigers and elephants are also found here. IRF helps to fund and operate 5 Rhino Protection Units(RPUs) in Way Kambas. As with the other parks, the RPUs work to prevent poaching and curb other illegal activities such as illegal logging, hunting and encroachment on park lands. <img class="alignright size-medium wp-image-1375" title="waykambasmap2" src="http://aecetia.net/gws/aazk/wp-content/uploads/waykambasmap2-300x203.jpg" alt="waykambasmap2" width="300" height="203" />They also work with local communities on educating and awareness of Sumatran rhino conservation.\r\n\r\nFor more information on the International Rhino Foundation and its programs please visit their <a href="http://www.rhinos-irf.org/">website</a>.\r\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 12:16:26', '2010-04-23 17:16:26', '', 1341, 'http://aazk.org/uncategorized/1341-revision-28/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1380, 2, '2010-04-23 09:50:54', '2010-04-23 14:50:54', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="759" height="230" /></p>\n<p style="text-align: center;"><em><strong></strong></em></p>\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\n\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"><strong>History</strong></p>\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\n\n<img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="227" height="150" /> <img class="size-medium wp-image-1178 alignnone" title="img_4405a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="img_4405a" width="241" height="151" /> <img class="size-medium wp-image-1118 alignnone" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="227" height="150" />\n<p style="text-align: left;"><strong>Community Development Programs</strong></p>\n<p style="text-align: left;">Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife<img class="size-thumbnail wp-image-1329 alignright" title="lewa_20100208_0052_students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="lewa_20100208_0052_students" width="150" height="150" /> conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.</p>\n<p style="text-align: left;"><img class="size-medium wp-image-1331 alignleft" title="lewa_20100208_0095_manyangalocommunityfarms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="lewa_20100208_0095_manyangalocommunityfarms" width="300" height="214" /> <img class="size-medium wp-image-1333 alignright" title="lewa_20100208_0082_lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="lewa_20100208_0082_lunchline" width="300" height="214" /></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-04-23 09:50:54', '2010-04-23 14:50:54', '', 991, 'http://aazk.org/uncategorized/991-revision-84/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1381, 2, '2010-04-23 12:18:36', '2010-04-23 17:18:36', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="759" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n\r\n<img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="227" height="150" /> <img class="size-medium wp-image-1178 alignnone" title="img_4405a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="img_4405a" width="241" height="151" /> <img class="size-medium wp-image-1118 alignnone" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="227" height="150" />\r\n<p style="text-align: left;"><strong>Community Development Programs</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife<img class="size-thumbnail wp-image-1329 alignright" title="lewa_20100208_0052_students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="lewa_20100208_0052_students" width="150" height="150" /> conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.</p>\r\n<p style="text-align: left;"><img class="size-medium wp-image-1331 alignleft" title="lewa_20100208_0095_manyangalocommunityfarms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="lewa_20100208_0095_manyangalocommunityfarms" width="300" height="214" /> <img class="size-medium wp-image-1333 alignright" title="lewa_20100208_0082_lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="lewa_20100208_0082_lunchline" width="300" height="214" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-04-23 12:18:36', '2010-04-23 17:18:36', '', 991, 'http://aazk.org/uncategorized/991-revision-85/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1382, 2, '2010-04-23 12:19:36', '2010-04-23 17:19:36', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="759" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n\r\n<img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="227" height="150" /> <img class="size-medium wp-image-1178 alignnone" title="img_4405a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="img_4405a" width="241" height="151" /> <img class="size-medium wp-image-1118 alignnone" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="227" height="150" />\r\n<p style="text-align: left;"><strong>Community Development Programs</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife<img class="size-thumbnail wp-image-1329 alignright" title="lewa_20100208_0052_students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="lewa_20100208_0052_students" width="150" height="150" /> conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.</p>\r\n<p style="text-align: left;"><img class="size-medium wp-image-1331 alignleft" title="lewa_20100208_0095_manyangalocommunityfarms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="lewa_20100208_0095_manyangalocommunityfarms" width="300" height="214" /> <img class="size-medium wp-image-1333 alignnone" title="lewa_20100208_0082_lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="lewa_20100208_0082_lunchline" width="300" height="214" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-04-23 12:19:36', '2010-04-23 17:19:36', '', 991, 'http://aazk.org/uncategorized/991-revision-86/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1383, 2, '2010-04-23 12:21:35', '2010-04-23 17:21:35', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="759" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a> works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n\r\n<img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="227" height="150" /> <img class="size-medium wp-image-1178 alignnone" title="img_4405a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="img_4405a" width="241" height="151" /> <img class="size-medium wp-image-1118 alignnone" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="227" height="150" />\r\n<p style="text-align: left;"><strong>Community Development Programs</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife<img class="size-thumbnail wp-image-1329 alignright" title="lewa_20100208_0052_students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="lewa_20100208_0052_students" width="150" height="150" /> conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.</p>\r\n<p style="text-align: left;"><img class="size-medium wp-image-1331 alignleft" title="lewa_20100208_0095_manyangalocommunityfarms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="lewa_20100208_0095_manyangalocommunityfarms" width="300" height="214" /> <img class="size-medium wp-image-1333 alignnone" title="lewa_20100208_0082_lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="lewa_20100208_0082_lunchline" width="300" height="214" /></p>\r\n<p style="text-align: left;">For more information on Lewa Wildlife Conservancy and its programs please visit their <a href="http://www.lewa.org">website</a>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-04-23 12:21:35', '2010-04-23 17:21:35', '', 991, 'http://aazk.org/uncategorized/991-revision-87/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1384, 2, '2010-04-23 12:21:50', '2010-04-23 17:21:50', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="759" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a> works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n\r\n<img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="227" height="150" /> <img class="size-medium wp-image-1178 alignnone" title="img_4405a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="img_4405a" width="241" height="151" /> <img class="size-medium wp-image-1118 alignnone" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="227" height="150" />\r\n<p style="text-align: left;"><strong>Community Development Programs</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife<img class="size-thumbnail wp-image-1329 alignright" title="lewa_20100208_0052_students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="lewa_20100208_0052_students" width="150" height="150" /> conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.</p>\r\n<p style="text-align: left;"><img class="size-medium wp-image-1331 alignleft" title="lewa_20100208_0095_manyangalocommunityfarms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="lewa_20100208_0095_manyangalocommunityfarms" width="300" height="214" /> <img class="size-medium wp-image-1333 alignnone" title="lewa_20100208_0082_lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="lewa_20100208_0082_lunchline" width="300" height="214" /></p>\r\n<p style="text-align: left;">For more information on Lewa Wildlife Conservancy and its programs please visit their <a href="http://www.lewa.org">website</a>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-04-23 12:21:50', '2010-04-23 17:21:50', '', 991, 'http://aazk.org/uncategorized/991-revision-88/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1385, 2, '2010-04-23 16:05:14', '2010-04-23 21:05:14', '<h4>Mission Statement</h4>\r\n<img class="alignleft" title="Action for Cheetahs in Kenya logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogo.jpg" alt="Action for Cheetahs in Kenya logo" width="190" height="197" /> The mission of <a href="http://www.actionforcheetahs.org/" target="_blank">Action For Cheetahs in Kenya</a> is to promote the conservation of cheetahs through research, awareness and community participation in Kenya. ACK works closely with  local wildlife authorities and landholders to develop policies and  programs that support wildlife conservation and human livelihoods for  the long-term development of sustainable human and wildlife zones.\r\n<div class="clear"></div> \r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Goals</h4>\r\n<img class="alignleft" title="Cheetah" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5595-300x200.jpg" alt="Cheetah" width="160" />\r\n<ul>\r\n<li> 1.To evaluate cheetah habitats, and to assess human interactions and  tolerance in areas that support cheetah populations on ranchlands and  wildlife dispersal areas. This includes: The study of demographics through tracking resident cheetahs; and Long term monitoring of selected cheetah populations and specific trans-located animals.</li>\r\n<li> 2.To develop protocols and research programs for the evaluation of cheetah health and genetics. This includes: Opportunistic sampling (necropsy, orphans, etc.); and Formally planned sampling (collaring target cheetahs, specific  biomedical collections, fecal collections, etc.).</li>\r\n<li> 3.To establish and link with community development projects for sustainable land and wildlife practices in order to promote tolerance of the cheetah as part of a balanced ecosystem. This includes: Snare removals, tree planting, bee keeping, livestock management,  etc.</li>\r\n<li> 4.To support the development of student initiatives in the research of  human/wildlife ecology in regions where cheetah populations are  sustainable.</li>\r\n<li> 5.To establish partnerships with other conservation and education initiatives to further develop projects and programs for the benefit of the cheetah.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>History</h4>\r\n<img class="alignleft" title="Cheetah in wild" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3761-300x200.jpg" alt="img_3761" width="180" /> Action for Cheetahs in Kenya is a relatively new not-for-profit entity. It was originally known as the Cheetah Conservation Fund-Kenya and was supported in part by CCF. As the economy took a downturn in 2008, CCF decided that it needed to cut back on its international programs in order to continue to concentrate on its core program in Namibia. Funding was discontinued in to CCF-Kenya in January of 2009 although ACK remains affiliated with CCF as colleagues and advisors in saving Kenya\'s cheetahs. Action for Cheetahs in Kenya operates as a partner under the new non-profit organization of <em>Carnivores, Livelihoods, and Landscapes</em> (CaLL). The purpose of CaLL is to link carnivore conservation efforts in Kenya.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Programs</h4>\r\n<img class="alignright" title="dip workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/dip_workshop-300x225.jpg" alt="dip workshop" width="180" /> While essentially still in its infancy, ACK is actively continuing the programs it started when associated with CCF. These include cheetah collaring, research and monitoring, as well as community outreach and education. Some of the projects include workshops on livestock dipping for improved husbandry. This project just recently concluded and ACK conducted a series of training workshops to train the managers on the  functions and maintenance of the dips, basic book keeping, project  planning and stock taking. The final workshop (8-9 March 2010) of the project presented the management with the positive direction  they have come in running a sustainable business as dip managers. They were  also told the improvements they need to make in order to remain  sustainable.\r\n\r\nEach dip sent three representatives to the workshop. Presentations were given by the District Veterinary Officer, the Livestock Extension Officer, Ultravetis representatives, and Kenya Wildlife Service. Cosmas Wambua and Lumumba Mutiso from ACK presented information on farm management for the future of the region. Two area chiefs also attended the workshop.\r\n\r\n<img class="alignleft" title="cheetah collar" src="http://aecetia.net/gws/aazk/wp-content/uploads/cheetah_collar-275x300.jpg" alt="cheetah collar" width="180" /> While 85% of the people interviewed at the dips in the months of  August - December 2009 felt that the current management of the dips is sustainable, they also felt that the managment had more improvements to make. 98% of the interviewed people stated that the impact of cheetah conservation in the area had a positive effect on the community in terms of the sustainability and in the awareness about the environment.\r\n\r\nACK also actively works at understanding how cheetahs share the land with humans in developed areas. To that end they have collared cheetahs to study their movement patterns. The collar sends the cheetah\'s location to ACK regularly via SMS messaging.\r\n<div class="clear"></div>\r\n\r\n<strong>For more information on Action for Cheetahs in Kenya and its programs please visit their website at <a href="http://www.actionforcheetahs.org/" target="_blank">www.actionforcheetahs.org</a>.</strong>\r\n\r\n<div id="inner-links"></div>', 'Action for Cheetahs in Kenya (ACK)', 0, '', 'publish', 'closed', 'closed', '', 'action-for-cheetahs-in-kenya-ack', '', '', '2013-11-25 23:18:45', '2013-11-26 04:18:45', '', 168, 'http://aazk.org/?page_id=1385', 3, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3433, 1, '2013-10-24 12:50:20', '2013-10-24 17:50:20', '<h4>Mission Statement</h4>\r\n<img class="alignleft" title="Action for Cheetahs in Kenya logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogo.jpg" alt="Action for Cheetahs in Kenya logo" width="190" height="197" /> The mission of <a href="http://www.actionforcheetahs.org/" target="_blank">Action For Cheetahs in Kenya</a> is to promote the conservation of cheetahs through research, awareness and community participation in Kenya. ACK works closely with  local wildlife authorities and landholders to develop policies and  programs that support wildlife conservation and human livelihoods for  the long-term development of sustainable human and wildlife zones.\r\n<div class="clear"></div> \r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Goals</h4>\r\n<img class="alignleft" title="Cheetah" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5595-300x200.jpg" alt="Cheetah" width="160" />\r\n<ul>\r\n<li> 1.To evaluate cheetah habitats, and to assess human interactions and  tolerance in areas that support cheetah populations on ranchlands and  wildlife dispersal areas. This includes: The study of demographics through tracking resident cheetahs; and Long term monitoring of selected cheetah populations and specific trans-located animals.</li>\r\n<li> 2.To develop protocols and research programs for the evaluation of cheetah health and genetics. This includes: Opportunistic sampling (necropsy, orphans, etc.); and Formally planned sampling (collaring target cheetahs, specific  biomedical collections, fecal collections, etc.).</li>\r\n<li> 3.To establish and link with community development projects for sustainable land and wildlife practices in order to promote tolerance of the cheetah as part of a balanced ecosystem. This includes: Snare removals, tree planting, bee keeping, livestock management,  etc.</li>\r\n<li> 4.To support the development of student initiatives in the research of  human/wildlife ecology in regions where cheetah populations are  sustainable.</li>\r\n<li> 5.To establish partnerships with other conservation and education initiatives to further develop projects and programs for the benefit of the cheetah.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>History</h4>\r\n<img class="alignleft" title="Cheetah in wild" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3761-300x200.jpg" alt="img_3761" width="180" /> Action for Cheetahs in Kenya is a relatively new not-for-profit entity. It was originally known as the Cheetah Conservation Fund-Kenya and was supported in part by CCF. As the economy took a downturn in 2008, CCF decided that it needed to cut back on its international programs in order to continue to concentrate on its core program in Namibia. Funding was discontinued in to CCF-Kenya in January of 2009 although ACK remains affiliated with CCF as colleagues and advisors in saving Kenya\'s cheetahs. Action for Cheetahs in Kenya operates as a partner under the new non-profit organization of <em>Carnivores, Livelihoods, and Landscapes</em> (CaLL). The purpose of CaLL is to link carnivore conservation efforts in Kenya.\r\n\r\n<h4>Programs</h4>\r\n<img class="alignright" title="dip workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/dip_workshop-300x225.jpg" alt="dip workshop" width="180" /> While essentially still in its infancy, ACK is actively continuing the programs it started when associated with CCF. These include cheetah collaring, research and monitoring, as well as community outreach and education. Some of the projects include workshops on livestock dipping for improved husbandry. This project just recently concluded and ACK conducted a series of training workshops to train the managers on the  functions and maintenance of the dips, basic book keeping, project  planning and stock taking. The final workshop (8-9 March 2010) of the project presented the management with the positive direction  they have come in running a sustainable business as dip managers. They were  also told the improvements they need to make in order to remain  sustainable.\r\n\r\nEach dip sent three representatives to the workshop. Presentations were given by the District Veterinary Officer, the Livestock Extension Officer, Ultravetis representatives, and Kenya Wildlife Service. Cosmas Wambua and Lumumba Mutiso from ACK presented information on farm management for the future of the region. Two area chiefs also attended the workshop.\r\n\r\n<img class="alignleft" title="cheetah collar" src="http://aecetia.net/gws/aazk/wp-content/uploads/cheetah_collar-275x300.jpg" alt="cheetah collar" width="180" /> While 85% of the people interviewed at the dips in the months of  August - December 2009 felt that the current management of the dips is sustainable, they also felt that the managment had more improvements to make. 98% of the interviewed people stated that the impact of cheetah conservation in the area had a positive effect on the community in terms of the sustainability and in the awareness about the environment.\r\n\r\nACK also actively works at understanding how cheetahs share the land with humans in developed areas. To that end they have collared cheetahs to study their movement patterns. The collar sends the cheetah\'s location to ACK regularly via SMS messaging.\r\n\r\n<strong>For more information on Action for Cheetahs in Kenya and its programs please visit their website at <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.</strong>\r\n\r\n<div id="inner-links"></div>', 'Action for Cheetahs in Kenya (ACK)', 0, '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2013-10-24 12:50:20', '2013-10-24 17:50:20', '', 1385, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1385-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3432, 1, '2013-10-24 12:44:36', '2013-10-24 17:44:36', '<h4>Mission Statement</h4>\r\n<img class="alignleft" title="Action for Cheetahs in Kenya logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogo.jpg" alt="Action for Cheetahs in Kenya logo" width="190" height="197" /> The mission of <a href="http://www.actionforcheetahs.org/" target="_blank">Action For Cheetahs in Kenya</a> is to promote the conservation of cheetahs through research, awareness and community participation in Kenya. ACK works closely with  local wildlife authorities and landholders to develop policies and  programs that support wildlife conservation and human livelihoods for  the long-term development of sustainable human and wildlife zones.\r\n<div class="clear"></div> \r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Goals</h4>\r\n<img class="alignleft" title="Cheetah" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5595-300x200.jpg" alt="Cheetah" width="160" />\r\n<ul>\r\n<li> 1.To evaluate cheetah habitats, and to assess human interactions and  tolerance in areas that support cheetah populations on ranchlands and  wildlife dispersal areas. This includes: The study of demographics through tracking resident cheetahs; and Long term monitoring of selected cheetah populations and specific trans-located animals.</li>\r\n<li> 2.To develop protocols and research programs for the evaluation of cheetah health and genetics. This includes: Opportunistic sampling (necropsy, orphans, etc.); and Formally planned sampling (collaring target cheetahs, specific  biomedical collections, fecal collections, etc.).</li>\r\n<li> 3.To establish and link with community development projects for sustainable land and wildlife practices in order to promote tolerance of the cheetah as part of a balanced ecosystem. This includes: Snare removals, tree planting, bee keeping, livestock management,  etc.</li>\r\n<li> 4.To support the development of student initiatives in the research of  human/wildlife ecology in regions where cheetah populations are  sustainable.</li>\r\n<li> 5.To establish partnerships with other conservation and education initiatives to further develop projects and programs for the benefit of the cheetah.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>History</h4>\r\n<img class="alignleft" title="Cheetah in wild" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3761-300x200.jpg" alt="img_3761" width="180" /> Action for Cheetahs in Kenya is a relatively new not-for-profit entity. It was originally known as the Cheetah Conservation Fund-Kenya and was supported in part by CCF. As the economy took a downturn in 2008, CCF decided that it needed to cut back on its international programs in order to continue to concentrate on its core program in Namibia. Funding was discontinued in to CCF-Kenya in January of 2009 although ACK remains affiliated with CCF as colleagues and advisors in saving Kenya\'s cheetahs. Action for Cheetahs in Kenya operates as a partner under the new non-profit organization of <em>Carnivores, Livelihoods, and Landscapes</em> (CaLL). The purpose of CaLL is to link carnivore conservation efforts in Kenya.\r\n\r\n<em><strong>Programs</strong></em>\r\n\r\nWhile essentially still in its infancy, ACK is actively continuing the programs it started when associated with CCF. These include cheetah collaring, research and monitoring, as well as community outreach and education. Some of the projects include workshops on livestock dipping for improved husbandry. This project just recently concluded and ACK conducted a series of training workshops to train the managers on the  functions and maintenance of the dips, basic book keeping, project  planning and stock taking. The final workshop (8-9 March 2010)  of the project presented the management with the positive direction  they have come in running a sustainable business as dip managers. They were  also told the improvements they need to make in order to remain  sustainable.<img class="alignright size-medium wp-image-1391" title="dip_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/dip_workshop-300x225.jpg" alt="dip_workshop" width="300" height="225" />\r\n\r\nEach dip sent three representatives to the workshop. Presentations  were given by the District Veterinary Officer, the Livestock Extension  Officer, Ultravetis representatives, and Kenya Wildlife Service. Cosmas  Wambua and Lumumba Mutiso from ACK presented information on farm management for  the future of the region. Two area chiefs also attended the workshop.\r\n\r\nWhile 85% of the people interviewed at the dips in the months of  August - December 2009 felt that the current managment of the dips is  sustainable, they also felt that the managment had more improvements to  make. 98% of the interviewed people stated that the impact of cheetah  conservation in the area had a positive effect on the community in terms  of the sustainability and in the awareness about the environment.\r\n<p style="text-align: left;">ACK also actively works at understanding how cheetahs share the land with humans in developed areas. To that end they have collared cheetahs to study their movement patterns. The collar sends the cheetah\'s location to ACK regularly via SMS messaging.</p>\r\n<p style="text-align: left;">For more information on Action for Cheetahs in Kenya and its programs please visit their <a href="http://www.actionforcheetahs.org/">website</a>.</p>\r\n<p style="text-align: left;"><img class="size-medium wp-image-1400 alignright" title="cheetah_collar" src="http://aecetia.net/gws/aazk/wp-content/uploads/cheetah_collar-275x300.jpg" alt="cheetah_collar" width="275" height="300" /></p>', 'Action for Cheetahs in Kenya (ACK)', 0, '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2013-10-24 12:44:36', '2013-10-24 17:44:36', '', 1385, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1385-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1386, 2, '2010-04-23 12:24:28', '2010-04-23 17:24:28', '', 'acklogo', 0, '', 'inherit', 'closed', 'closed', '', 'acklogo', '', '', '2010-04-23 12:24:28', '2010-04-23 17:24:28', '', 1385, 'http://aazk.org/wp-content/uploads/acklogo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1387, 2, '2010-04-23 13:04:31', '2010-04-23 18:04:31', '<img class="aligncenter size-full wp-image-1386" title="acklogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogo.jpg" alt="acklogo" width="190" height="197" />\n\n<em><strong>Mission Statement of Action for Cheetahs in Kenya</strong></em>\n\nThe mission of Action For Cheetahs in Kenya is to promote the conservation of cheetahs through research,  awareness and community participation in Kenya. ACK works closely with  local wildlife authorities and landholders to develop policies and  programs that support wildlife conservation and human livelihoods for  the long-term development of sustainable human and wildlife zones.\n\n<strong><em>Goals</em></strong>\n<ol>\n	<li>To evaluate cheetah habitats, and to assess human interactions and  tolerance in areas that support cheetah populations on ranchlands and  wildlife dispersal areas.\nThis includes:\n<ul>\n	<li>The study of demographics through tracking resident cheetahs</li>\n	<li>Long term monitoring of selected cheetah populations and specific  trans-located animals.</li>\n</ul>\n</li>\n	<li>To develop protocols and research programmes for the evaluation of  cheetah health and genetics.\nThis includes:\n<ul>\n	<li>Opportunistic sampling (necropsy, orphans, etc.)</li>\n	<li>Formally planned sampling (collaring target cheetahs, specific  biomedical collections, faecal collections, etc.)</li>\n</ul>\n</li>\n	<li>To establish and link with community development projects for  sustainable land and wildlife practices in order to promote tolerance of  the cheetah as part of a balanced ecosystem.\nThis includes:\n<ul>\n	<li>Snare removals, tree planting, bee keeping, livestock management,  etc.</li>\n</ul>\n</li>\n	<li>To support the development of student initiatives in the research of  human/wildlife ecology in regions where cheetah populations are  sustainable.</li>\n	<li>To establish partnerships with other conservation and education  initiatives to further develop projects and programs for the benefit  of the cheetah.</li>\n</ol>', 'Action for Cheetahs in Kenya (ACK)', 0, '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2010-04-23 13:04:31', '2010-04-23 18:04:31', '', 1385, 'http://aazk.org/uncategorized/1385-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1388, 2, '2010-04-23 13:15:56', '2010-04-23 18:15:56', '<img class="aligncenter size-full wp-image-1386" title="acklogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogo.jpg" alt="acklogo" width="190" height="197" />\n\n<em><strong>Mission Statement of Action for Cheetahs in Kenya</strong></em>\n\nThe mission of Action For Cheetahs in Kenya is to promote the conservation of cheetahs through research,  awareness and community participation in Kenya. ACK works closely with  local wildlife authorities and landholders to develop policies and  programs that support wildlife conservation and human livelihoods for  the long-term development of sustainable human and wildlife zones.\n\n<strong><em>Goals</em></strong>\n<ol>\n	<li>To evaluate cheetah habitats, and to assess human interactions and  tolerance in areas that support cheetah populations on ranchlands and  wildlife dispersal areas.\nThis includes:\n<ul>\n	<li>The study of demographics through tracking resident cheetahs</li>\n	<li>Long term monitoring of selected cheetah populations and specific  trans-located animals.</li>\n</ul>\n</li>\n	<li>To develop protocols and research programmes for the evaluation of  cheetah health and genetics.\nThis includes:\n<ul>\n	<li>Opportunistic sampling (necropsy, orphans, etc.)</li>\n	<li>Formally planned sampling (collaring target cheetahs, specific  biomedical collections, faecal collections, etc.)</li>\n</ul>\n</li>\n	<li>To establish and link with community development projects for  sustainable land and wildlife practices in order to promote tolerance of  the cheetah as part of a balanced ecosystem.\nThis includes:\n<ul>\n	<li>Snare removals, tree planting, bee keeping, livestock management,  etc.</li>\n</ul>\n</li>\n	<li>To support the development of student initiatives in the research of  human/wildlife ecology in regions where cheetah populations are  sustainable.</li>\n	<li>To establish partnerships with other conservation and education  initiatives to further develop projects and programs for the benefit  of the cheetah.</li>\n</ol>\n<em><strong>History</strong></em>\n\nAction for Cheetahs in Kenya is a relatively new not-for-profit entity. It was originally known as the Cheetah Conservation Fund-Kenya and was supported in part by CCF. As the economy took a downturn in 2008 CCF decided that it needed to cut back on its international programs in order to continue to concentrate on its core program in Namibia. Funding was discontinued in to CCF-Kenya in January of 2009 although ACK remains affiliated with CCF as colleagues and advisors in saving Kenya\'s cheetahs. Action for Cheetahs in Kenya operates as a partner under the new non-profit organization of<em> Carnivores, Livelihoods, and Landscapes</em> (CaLL).  The purpose of CaLL is to link carnivore conservation efforts in Kenya.', 'Action for Cheetahs in Kenya (ACK)', 0, '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2010-04-23 13:15:56', '2010-04-23 18:15:56', '', 1385, 'http://aazk.org/uncategorized/1385-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1389, 2, '2010-04-23 13:18:56', '2010-04-23 18:18:56', '<img class="aligncenter size-full wp-image-1386" title="acklogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogo.jpg" alt="acklogo" width="190" height="197" />\n\n<em><strong>Mission Statement of Action for Cheetahs in Kenya</strong></em>\n\nThe mission of <a href="http://www.actionforcheetahs.org/">Action For Cheetahs in Kenya</a> is to promote the conservation of cheetahs through research,  awareness and community participation in Kenya. ACK works closely with  local wildlife authorities and landholders to develop policies and  programs that support wildlife conservation and human livelihoods for  the long-term development of sustainable human and wildlife zones.\n\n<strong><em>Goals</em></strong>\n<ol>\n	<li>To evaluate cheetah habitats, and to assess human interactions and  tolerance in areas that support cheetah populations on ranchlands and  wildlife dispersal areas.\nThis includes:\n<ul>\n	<li>The study of demographics through tracking resident cheetahs</li>\n	<li>Long term monitoring of selected cheetah populations and specific  trans-located animals.</li>\n</ul>\n</li>\n	<li>To develop protocols and research programs for the evaluation of  cheetah health and genetics.\nThis includes:\n<ul>\n	<li>Opportunistic sampling (necropsy, orphans, etc.)</li>\n	<li>Formally planned sampling (collaring target cheetahs, specific  biomedical collections, faecal collections, etc.)</li>\n</ul>\n</li>\n	<li>To establish and link with community development projects for  sustainable land and wildlife practices in order to promote tolerance of  the cheetah as part of a balanced ecosystem.\nThis includes:\n<ul>\n	<li>Snare removals, tree planting, bee keeping, livestock management,  etc.</li>\n</ul>\n</li>\n	<li>To support the development of student initiatives in the research of  human/wildlife ecology in regions where cheetah populations are  sustainable.</li>\n	<li>To establish partnerships with other conservation and education  initiatives to further develop projects and programs for the benefit  of the cheetah.</li>\n</ol>\n<em><strong>History</strong></em>\n\nAction for Cheetahs in Kenya is a relatively new not-for-profit entity. It was originally known as the Cheetah Conservation Fund-Kenya and was supported in part by CCF. As the economy took a downturn in 2008 CCF decided that it needed to cut back on its international programs in order to continue to concentrate on its core program in Namibia. Funding was discontinued in to CCF-Kenya in January of 2009 although ACK remains affiliated with CCF as colleagues and advisors in saving Kenya\'s cheetahs. Action for Cheetahs in Kenya operates as a partner under the new non-profit organization of<em> Carnivores, Livelihoods, and Landscapes</em> (CaLL).  The purpose of CaLL is to link carnivore conservation efforts in Kenya.', 'Action for Cheetahs in Kenya (ACK)', 0, '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2010-04-23 13:18:56', '2010-04-23 18:18:56', '', 1385, 'http://aazk.org/uncategorized/1385-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1390, 2, '2010-04-23 13:21:58', '2010-04-23 18:21:58', '<img class="aligncenter size-full wp-image-1386" title="acklogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogo.jpg" alt="acklogo" width="190" height="197" />\r\n\r\n<em><strong>Mission Statement of Action for Cheetahs in Kenya</strong></em>\r\n\r\nThe mission of <a href="http://www.actionforcheetahs.org/">Action For Cheetahs in Kenya</a> is to promote the conservation of cheetahs through research,  awareness and community participation in Kenya. ACK works closely with  local wildlife authorities and landholders to develop policies and  programs that support wildlife conservation and human livelihoods for  the long-term development of sustainable human and wildlife zones.\r\n\r\n<strong><em>Goals</em></strong>\r\n\r\n1.     To evaluate cheetah habitats, and to assess human interactions and  tolerance in areas that support cheetah populations on ranchlands and  wildlife dispersal areas.\r\nThis includes:\r\n<ul>\r\n	<li>The study of demographics through tracking resident cheetahs</li>\r\n	<li>Long term monitoring of selected cheetah populations and specific  trans-located animals.</li>\r\n</ul>\r\n2.     To develop protocols and research programmes for the evaluation of  cheetah health and genetics.\r\nThis includes:\r\n<ul>\r\n	<li>Opportunistic sampling (necropsy, orphans, etc.)</li>\r\n	<li>Formally planned sampling (collaring target cheetahs, specific  biomedical collections, faecal collections, etc.)</li>\r\n</ul>\r\n3.     To establish and link with community development projects for  sustainable land and wildlife practices in order to promote tolerance of  the cheetah as part of a balanced ecosystem.\r\nThis includes:\r\n<ul>\r\n	<li>Snare removals, tree planting, bee keeping, livestock management,  etc.</li>\r\n</ul>\r\n4.     To support the development of student initiatives in the research of  human/wildlife ecology in regions where cheetah populations are  sustainable.\r\n5.     To establish partnerships with other conservation and education  initiatives to further develop projects and programmes for the benefit  of the cheetah.\r\n\r\n<em><strong>History</strong></em>\r\n\r\nAction for Cheetahs in Kenya is a relatively new not-for-profit entity. It was originally known as the Cheetah Conservation Fund-Kenya and was supported in part by CCF. As the economy took a downturn in 2008 CCF decided that it needed to cut back on its international programs in order to continue to concentrate on its core program in Namibia. Funding was discontinued in to CCF-Kenya in January of 2009 although ACK remains affiliated with CCF as colleagues and advisors in saving Kenya\'s cheetahs. Action for Cheetahs in Kenya operates as a partner under the new non-profit organization of<em> Carnivores, Livelihoods, and Landscapes</em> (CaLL).  The purpose of CaLL is to link carnivore conservation efforts in Kenya.', 'Action for Cheetahs in Kenya (ACK)', 0, '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2010-04-23 13:21:58', '2010-04-23 18:21:58', '', 1385, 'http://aazk.org/uncategorized/1385-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1391, 2, '2010-04-23 13:36:18', '2010-04-23 18:36:18', '', 'dip_workshop', 0, '', 'inherit', 'closed', 'closed', '', 'dip_workshop', '', '', '2010-04-23 13:36:18', '2010-04-23 18:36:18', '', 1385, 'http://aazk.org/wp-content/uploads/dip_workshop.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1392, 2, '2010-04-23 13:34:37', '2010-04-23 18:34:37', '<img class="aligncenter size-full wp-image-1386" title="acklogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogo.jpg" alt="acklogo" width="190" height="197" />\n\n<em><strong>Mission Statement of Action for Cheetahs in Kenya</strong></em>\n\nThe mission of <a href="http://www.actionforcheetahs.org/">Action For Cheetahs in Kenya</a> is to promote the conservation of cheetahs through research,  awareness and community participation in Kenya. ACK works closely with  local wildlife authorities and landholders to develop policies and  programs that support wildlife conservation and human livelihoods for  the long-term development of sustainable human and wildlife zones.\n\n<strong><em>Goals</em></strong>\n\n1.     To evaluate cheetah habitats, and to assess human interactions and  tolerance in areas that support cheetah populations on ranchlands and  wildlife dispersal areas.\nThis includes:\n<ul>\n	<li>The study of demographics through tracking resident cheetahs</li>\n	<li>Long term monitoring of selected cheetah populations and specific  trans-located animals.</li>\n</ul>\n2.     To develop protocols and research programmes for the evaluation of  cheetah health and genetics.\nThis includes:\n<ul>\n	<li>Opportunistic sampling (necropsy, orphans, etc.)</li>\n	<li>Formally planned sampling (collaring target cheetahs, specific  biomedical collections, faecal collections, etc.)</li>\n</ul>\n3.     To establish and link with community development projects for  sustainable land and wildlife practices in order to promote tolerance of  the cheetah as part of a balanced ecosystem.\nThis includes:\n<ul>\n	<li>Snare removals, tree planting, bee keeping, livestock management,  etc.</li>\n</ul>\n4.     To support the development of student initiatives in the research of  human/wildlife ecology in regions where cheetah populations are  sustainable.\n5.     To establish partnerships with other conservation and education  initiatives to further develop projects and programmes for the benefit  of the cheetah.\n\n<em><strong>History</strong></em>\n\nAction for Cheetahs in Kenya is a relatively new not-for-profit entity. It was originally known as the Cheetah Conservation Fund-Kenya and was supported in part by CCF. As the economy took a downturn in 2008 CCF decided that it needed to cut back on its international programs in order to continue to concentrate on its core program in Namibia. Funding was discontinued in to CCF-Kenya in January of 2009 although ACK remains affiliated with CCF as colleagues and advisors in saving Kenya\'s cheetahs. Action for Cheetahs in Kenya operates as a partner under the new non-profit organization of<em> Carnivores, Livelihoods, and Landscapes</em> (CaLL).  The purpose of CaLL is to link carnivore conservation efforts in Kenya.\n\n<em><strong>Programs</strong></em>\n\nWhile essentially still in its infancy, ACK is actively continuing the programs it started when associated with CCF. These include cheetah collaring, research and monitoring, as well as community outreach and education. Some of the projects include workshops on livestock dipping for improved husbandry. This project just recently concluded and ACK conducted a series of training workshops to train the managers on the  functions and maintenance of the dips, basic book keeping, project  planning and stock taking. The final workshop (8-9 March 2010)  of the project presented the management with the positive direction  they have come in running a sustainable business as dip managers. They were  also told the improvements they need to make in order to remain  sustainable.\n\nEach dip sent three representatives to the workshop. Presentations  were given by the District Veterinary Officer, the Livestock Extension  Officer, Ultravetis representatives, and Kenya Wildlife Service. Cosmas  Wambua and Lumumba Mutiso presented information on farm management for  the future of the region. Also two area chiefs attended the workshop.\n\nWhile 85% of the people interviewed at the dips in the months of  August - December 2009 felt that the current managment of the dips is  sustainable, they also felt that the managment had more improvements to  make. 98% of the interviewed people stated that the impact of cheetah  conservation in the area had a positive effect on the community in terms  of the sustainability and in the awareness about the environment.', 'Action for Cheetahs in Kenya (ACK)', 0, '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2010-04-23 13:34:37', '2010-04-23 18:34:37', '', 1385, 'http://aazk.org/uncategorized/1385-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1393, 2, '2010-04-23 13:36:37', '2010-04-23 18:36:37', '<img class="aligncenter size-full wp-image-1386" title="acklogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogo.jpg" alt="acklogo" width="190" height="197" />\n\n<em><strong>Mission Statement of Action for Cheetahs in Kenya</strong></em>\n\nThe mission of <a href="http://www.actionforcheetahs.org/">Action For Cheetahs in Kenya</a> is to promote the conservation of cheetahs through research,  awareness and community participation in Kenya. ACK works closely with  local wildlife authorities and landholders to develop policies and  programs that support wildlife conservation and human livelihoods for  the long-term development of sustainable human and wildlife zones.\n\n<strong><em>Goals</em></strong>\n\n1.     To evaluate cheetah habitats, and to assess human interactions and  tolerance in areas that support cheetah populations on ranchlands and  wildlife dispersal areas.\nThis includes:\n<ul>\n	<li>The study of demographics through tracking resident cheetahs</li>\n	<li>Long term monitoring of selected cheetah populations and specific  trans-located animals.</li>\n</ul>\n2.     To develop protocols and research programmes for the evaluation of  cheetah health and genetics.\nThis includes:\n<ul>\n	<li>Opportunistic sampling (necropsy, orphans, etc.)</li>\n	<li>Formally planned sampling (collaring target cheetahs, specific  biomedical collections, faecal collections, etc.)</li>\n</ul>\n3.     To establish and link with community development projects for  sustainable land and wildlife practices in order to promote tolerance of  the cheetah as part of a balanced ecosystem.\nThis includes:\n<ul>\n	<li>Snare removals, tree planting, bee keeping, livestock management,  etc.</li>\n</ul>\n4.     To support the development of student initiatives in the research of  human/wildlife ecology in regions where cheetah populations are  sustainable.\n5.     To establish partnerships with other conservation and education  initiatives to further develop projects and programmes for the benefit  of the cheetah.\n\n<em><strong>History</strong></em>\n\nAction for Cheetahs in Kenya is a relatively new not-for-profit entity. It was originally known as the Cheetah Conservation Fund-Kenya and was supported in part by CCF. As the economy took a downturn in 2008 CCF decided that it needed to cut back on its international programs in order to continue to concentrate on its core program in Namibia. Funding was discontinued in to CCF-Kenya in January of 2009 although ACK remains affiliated with CCF as colleagues and advisors in saving Kenya\'s cheetahs. Action for Cheetahs in Kenya operates as a partner under the new non-profit organization of<em> Carnivores, Livelihoods, and Landscapes</em> (CaLL).  The purpose of CaLL is to link carnivore conservation efforts in Kenya.\n\n<em><strong>Programs</strong></em>\n\nWhile essentially still in its infancy, ACK is actively continuing the programs it started when associated with CCF. These include cheetah collaring, research and monitoring, as well as community outreach and education. Some of the projects include workshops on livestock dipping for improved husbandry. This project just recently concluded and ACK conducted a series of training workshops to train the managers on the  functions and maintenance of the dips, basic book keeping, project  planning and stock taking. The final workshop (8-9 March 2010)  of the project presented the management with the positive direction  they have come in running a sustainable business as dip managers. They were  also told the improvements they need to make in order to remain  sustainable.<img class="alignright size-medium wp-image-1391" title="dip_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/dip_workshop-300x225.jpg" alt="dip_workshop" width="300" height="225" />\n\nEach dip sent three representatives to the workshop. Presentations  were given by the District Veterinary Officer, the Livestock Extension  Officer, Ultravetis representatives, and Kenya Wildlife Service. Cosmas  Wambua and Lumumba Mutiso from ACK presented information on farm management for  the future of the region. Two area chiefs also attended the workshop.\n\nWhile 85% of the people interviewed at the dips in the months of  August - December 2009 felt that the current managment of the dips is  sustainable, they also felt that the managment had more improvements to  make. 98% of the interviewed people stated that the impact of cheetah  conservation in the area had a positive effect on the community in terms  of the sustainability and in the awareness about the environment.', 'Action for Cheetahs in Kenya (ACK)', 0, '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2010-04-23 13:36:37', '2010-04-23 18:36:37', '', 1385, 'http://aazk.org/uncategorized/1385-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1394, 2, '2010-04-23 13:38:17', '2010-04-23 18:38:17', '<img class="aligncenter size-full wp-image-1386" title="acklogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogo.jpg" alt="acklogo" width="190" height="197" />\r\n\r\n<em><strong>Mission Statement of Action for Cheetahs in Kenya</strong></em>\r\n\r\nThe mission of <a href="http://www.actionforcheetahs.org/">Action For Cheetahs in Kenya</a> is to promote the conservation of cheetahs through research,  awareness and community participation in Kenya. ACK works closely with  local wildlife authorities and landholders to develop policies and  programs that support wildlife conservation and human livelihoods for  the long-term development of sustainable human and wildlife zones.\r\n\r\n<strong><em>Goals</em></strong>\r\n\r\n1.     To evaluate cheetah habitats, and to assess human interactions and  tolerance in areas that support cheetah populations on ranchlands and  wildlife dispersal areas.\r\nThis includes:\r\n<ul>\r\n	<li>\r\n<ul>\r\n	<li><em>The study of demographics through tracking resident cheetahs</em></li>\r\n	<li><em>Long term monitoring of selected cheetah populations and specific  trans-located animals.</em></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n2.     To develop protocols and research programs for the evaluation of  cheetah health and genetics.\r\nThis includes:\r\n<ul>\r\n	<li>\r\n<ul>\r\n	<li><em>Opportunistic sampling (necropsy, orphans, etc.)</em></li>\r\n	<li><em>Formally planned sampling (collaring target cheetahs, specific  biomedical collections, fecal collections, etc.)</em></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n3.     To establish and link with community development projects for  sustainable land and wildlife practices in order to promote tolerance of  the cheetah as part of a balanced ecosystem.\r\nThis includes:\r\n<ul>\r\n	<li>\r\n<ul>\r\n	<li><em>Snare removals, tree planting, bee keeping, livestock management,  etc.</em></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n4.     To support the development of student initiatives in the research of  human/wildlife ecology in regions where cheetah populations are  sustainable.\r\n5.     To establish partnerships with other conservation and education  initiatives to further develop projects and programs for the benefit  of the cheetah.\r\n\r\n<em><strong>History</strong></em>\r\n\r\nAction for Cheetahs in Kenya is a relatively new not-for-profit entity. It was originally known as the Cheetah Conservation Fund-Kenya and was supported in part by CCF. As the economy took a downturn in 2008 CCF decided that it needed to cut back on its international programs in order to continue to concentrate on its core program in Namibia. Funding was discontinued in to CCF-Kenya in January of 2009 although ACK remains affiliated with CCF as colleagues and advisors in saving Kenya\'s cheetahs. Action for Cheetahs in Kenya operates as a partner under the new non-profit organization of<em> Carnivores, Livelihoods, and Landscapes</em> (CaLL).  The purpose of CaLL is to link carnivore conservation efforts in Kenya.\r\n\r\n<em><strong>Programs</strong></em>\r\n\r\nWhile essentially still in its infancy, ACK is actively continuing the programs it started when associated with CCF. These include cheetah collaring, research and monitoring, as well as community outreach and education. Some of the projects include workshops on livestock dipping for improved husbandry. This project just recently concluded and ACK conducted a series of training workshops to train the managers on the  functions and maintenance of the dips, basic book keeping, project  planning and stock taking. The final workshop (8-9 March 2010)  of the project presented the management with the positive direction  they have come in running a sustainable business as dip managers. They were  also told the improvements they need to make in order to remain  sustainable.<img class="alignright size-medium wp-image-1391" title="dip_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/dip_workshop-300x225.jpg" alt="dip_workshop" width="300" height="225" />\r\n\r\nEach dip sent three representatives to the workshop. Presentations  were given by the District Veterinary Officer, the Livestock Extension  Officer, Ultravetis representatives, and Kenya Wildlife Service. Cosmas  Wambua and Lumumba Mutiso from ACK presented information on farm management for  the future of the region. Two area chiefs also attended the workshop.\r\n\r\nWhile 85% of the people interviewed at the dips in the months of  August - December 2009 felt that the current managment of the dips is  sustainable, they also felt that the managment had more improvements to  make. 98% of the interviewed people stated that the impact of cheetah  conservation in the area had a positive effect on the community in terms  of the sustainability and in the awareness about the environment.', 'Action for Cheetahs in Kenya (ACK)', 0, '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2010-04-23 13:38:17', '2010-04-23 18:38:17', '', 1385, 'http://aazk.org/uncategorized/1385-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1395, 2, '2010-04-23 13:39:42', '2010-04-23 18:39:42', '', 'img_5595', 0, '', 'inherit', 'closed', 'closed', '', 'img_5595', '', '', '2010-04-23 13:39:42', '2010-04-23 18:39:42', '', 1385, 'http://aazk.org/wp-content/uploads/img_5595.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1396, 2, '2010-04-23 13:38:47', '2010-04-23 18:38:47', '<img class="aligncenter size-full wp-image-1386" title="acklogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogo.jpg" alt="acklogo" width="190" height="197" />\r\n\r\n<em><strong>Mission Statement of Action for Cheetahs in Kenya</strong></em>\r\n\r\nThe mission of <a href="http://www.actionforcheetahs.org/">Action For Cheetahs in Kenya</a> is to promote the conservation of cheetahs through research,  awareness and community participation in Kenya. ACK works closely with  local wildlife authorities and landholders to develop policies and  programs that support wildlife conservation and human livelihoods for  the long-term development of sustainable human and wildlife zones.\r\n\r\n<strong><em>Goals</em></strong>\r\n\r\n1.     To evaluate cheetah habitats, and to assess human interactions and  tolerance in areas that support cheetah populations on ranchlands and  wildlife dispersal areas.\r\nThis includes:\r\n<ul>\r\n	<li>\r\n<ul>\r\n	<li><em>The study of demographics through tracking resident cheetahs</em></li>\r\n	<li><em>Long term monitoring of selected cheetah populations and specific  trans-located animals.</em></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n2.     To develop protocols and research programs for the evaluation of  cheetah health and genetics.\r\nThis includes:\r\n<ul>\r\n	<li>\r\n<ul>\r\n	<li><em>Opportunistic sampling (necropsy, orphans, etc.)</em></li>\r\n	<li><em>Formally planned sampling (collaring target cheetahs, specific  biomedical collections, fecal collections, etc.)</em></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n3.     To establish and link with community development projects for  sustainable land and wildlife practices in order to promote tolerance of  the cheetah as part of a balanced ecosystem.\r\nThis includes:\r\n<ul>\r\n	<li>\r\n<ul>\r\n	<li><em>Snare removals, tree planting, bee keeping, livestock management,  etc.</em></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n4.     To support the development of student initiatives in the research of  human/wildlife ecology in regions where cheetah populations are  sustainable.\r\n5.     To establish partnerships with other conservation and education  initiatives to further develop projects and programs for the benefit  of the cheetah.\r\n\r\n<em><strong>History</strong></em>\r\n\r\nAction for Cheetahs in Kenya is a relatively new not-for-profit entity. It was originally known as the Cheetah Conservation Fund-Kenya and was supported in part by CCF. As the economy took a downturn in 2008, CCF decided that it needed to cut back on its international programs in order to continue to concentrate on its core program in Namibia. Funding was discontinued in to CCF-Kenya in January of 2009 although ACK remains affiliated with CCF as colleagues and advisors in saving Kenya\'s cheetahs. Action for Cheetahs in Kenya operates as a partner under the new non-profit organization of<em> Carnivores, Livelihoods, and Landscapes</em> (CaLL).  The purpose of CaLL is to link carnivore conservation efforts in Kenya.\r\n\r\n<em><strong>Programs</strong></em>\r\n\r\nWhile essentially still in its infancy, ACK is actively continuing the programs it started when associated with CCF. These include cheetah collaring, research and monitoring, as well as community outreach and education. Some of the projects include workshops on livestock dipping for improved husbandry. This project just recently concluded and ACK conducted a series of training workshops to train the managers on the  functions and maintenance of the dips, basic book keeping, project  planning and stock taking. The final workshop (8-9 March 2010)  of the project presented the management with the positive direction  they have come in running a sustainable business as dip managers. They were  also told the improvements they need to make in order to remain  sustainable.<img class="alignright size-medium wp-image-1391" title="dip_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/dip_workshop-300x225.jpg" alt="dip_workshop" width="300" height="225" />\r\n\r\nEach dip sent three representatives to the workshop. Presentations  were given by the District Veterinary Officer, the Livestock Extension  Officer, Ultravetis representatives, and Kenya Wildlife Service. Cosmas  Wambua and Lumumba Mutiso from ACK presented information on farm management for  the future of the region. Two area chiefs also attended the workshop.\r\n\r\nWhile 85% of the people interviewed at the dips in the months of  August - December 2009 felt that the current managment of the dips is  sustainable, they also felt that the managment had more improvements to  make. 98% of the interviewed people stated that the impact of cheetah  conservation in the area had a positive effect on the community in terms  of the sustainability and in the awareness about the environment.', 'Action for Cheetahs in Kenya (ACK)', 0, '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2010-04-23 13:38:47', '2010-04-23 18:38:47', '', 1385, 'http://aazk.org/uncategorized/1385-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1397, 2, '2010-04-23 13:41:12', '2010-04-23 18:41:12', '', 'img_3766a', 0, '', 'inherit', 'closed', 'closed', '', 'img_3766a', '', '', '2010-04-23 13:41:12', '2010-04-23 18:41:12', '', 1385, 'http://aazk.org/wp-content/uploads/img_3766a.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1398, 2, '2010-04-23 13:48:14', '2010-04-23 18:48:14', '', 'img_3761', 0, '', 'inherit', 'closed', 'closed', '', 'img_3761', '', '', '2010-04-23 13:48:14', '2010-04-23 18:48:14', '', 1385, 'http://aazk.org/wp-content/uploads/img_3761.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1399, 2, '2010-04-23 13:40:52', '2010-04-23 18:40:52', '<img class="aligncenter size-full wp-image-1386" title="acklogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogo.jpg" alt="acklogo" width="190" height="197" />\n\n<em><strong>Mission Statement of Action for Cheetahs in Kenya</strong></em>\n\nThe mission of <a href="http://www.actionforcheetahs.org/">Action For Cheetahs in Kenya</a> is to promote the conservation of cheetahs through research,  awareness and community participation in Kenya. ACK works closely with  local wildlife authorities and landholders to develop policies and  programs that support wildlife conservation and human livelihoods for  the long-term development of sustainable human and wildlife zones.<img class="alignright size-medium wp-image-1395" title="img_5595" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5595-300x200.jpg" alt="img_5595" width="300" height="200" />\n\n<strong><em>Goals</em></strong>\n\n1.     To evaluate cheetah habitats, and to assess human interactions and  tolerance in areas that support cheetah populations on ranchlands and  wildlife dispersal areas.\nThis includes:\n<ul>\n	<li>\n<ul>\n	<li><em>The study of demographics through tracking resident cheetahs</em></li>\n	<li><em>Long term monitoring of selected cheetah populations and specific  trans-located animals.</em></li>\n</ul>\n</li>\n</ul>\n2.     To develop protocols and research programs for the evaluation of  cheetah health and genetics.\nThis includes:\n<ul>\n	<li>\n<ul>\n	<li><em>Opportunistic sampling (necropsy, orphans, etc.)</em></li>\n	<li><em>Formally planned sampling (collaring target cheetahs, specific  biomedical collections, fecal collections, etc.)</em></li>\n</ul>\n</li>\n</ul>\n3.     To establish and link with community development projects for  sustainable land and wildlife practices in order to promote tolerance of  the cheetah as part of a balanced ecosystem.\nThis includes:\n<ul>\n	<li>\n<ul>\n	<li><em>Snare removals, tree planting, bee keeping, livestock management,  etc.</em></li>\n</ul>\n</li>\n</ul>\n4.     To support the development of student initiatives in the research of  human/wildlife ecology in regions where cheetah populations are  sustainable.\n5.     To establish partnerships with other conservation and education  initiatives to further develop projects and programs for the benefit  of the cheetah.\n\n<em><strong>History</strong></em>\n\nAction for Cheetahs in Kenya is a relatively new not-for-profit entity. It was originally known as the Cheetah Conservation Fund-Kenya and was supported in part by CCF. As the economy took a downturn in 2008, CCF decided that it needed to cut back on its international programs in order to continue to concentrate on its core program in Namibia. Funding was discontinued in to CCF-Kenya in January of 2009 although ACK remains affiliated with CCF as colleagues and advisors in saving Kenya\'s cheetahs. Action for Cheetahs in Kenya operates as a partner under the new non-profit organization of<em> Carnivores, Livelihoods, and Landscapes</em> (CaLL).  The purpose of CaLL is to link carnivore conservation efforts in Kenya.\n\n<em><strong>Programs</strong></em>\n\nWhile essentially still in its infancy, ACK is actively continuing the programs it started when associated with CCF. These include cheetah collaring, research and monitoring, as well as community outreach and education. Some of the projects include workshops on livestock dipping for improved husbandry. This project just recently concluded and ACK conducted a series of training workshops to train the managers on the  functions and maintenance of the dips, basic book keeping, project  planning and stock taking. The final workshop (8-9 March 2010)  of the project presented the management with the positive direction  they have come in running a sustainable business as dip managers. They were  also told the improvements they need to make in order to remain  sustainable.<img class="alignright size-medium wp-image-1391" title="dip_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/dip_workshop-300x225.jpg" alt="dip_workshop" width="300" height="225" />\n\nEach dip sent three representatives to the workshop. Presentations  were given by the District Veterinary Officer, the Livestock Extension  Officer, Ultravetis representatives, and Kenya Wildlife Service. Cosmas  Wambua and Lumumba Mutiso from ACK presented information on farm management for  the future of the region. Two area chiefs also attended the workshop.\n\nWhile 85% of the people interviewed at the dips in the months of  August - December 2009 felt that the current managment of the dips is  sustainable, they also felt that the managment had more improvements to  make. 98% of the interviewed people stated that the impact of cheetah  conservation in the area had a positive effect on the community in terms  of the sustainability and in the awareness about the environment.', 'Action for Cheetahs in Kenya (ACK)', 0, '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2010-04-23 13:40:52', '2010-04-23 18:40:52', '', 1385, 'http://aazk.org/uncategorized/1385-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1400, 2, '2010-04-23 13:52:31', '2010-04-23 18:52:31', '', 'cheetah_collar', 0, '', 'inherit', 'closed', 'closed', '', 'cheetah_collar', '', '', '2010-04-23 13:52:31', '2010-04-23 18:52:31', '', 1385, 'http://aazk.org/wp-content/uploads/cheetah_collar.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1401, 2, '2010-04-23 13:48:49', '2010-04-23 18:48:49', '<img class="aligncenter size-full wp-image-1386" title="acklogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogo.jpg" alt="acklogo" width="190" height="197" />\r\n\r\n<em><strong>Mission Statement of Action for Cheetahs in Kenya</strong></em>\r\n\r\nThe mission of <a href="http://www.actionforcheetahs.org/">Action For Cheetahs in Kenya</a> is to promote the conservation of cheetahs through research,  awareness and community participation in Kenya. ACK works closely with  local wildlife authorities and landholders to develop policies and  programs that support wildlife conservation and human livelihoods for  the long-term development of sustainable human and wildlife zones.<img class="alignright size-medium wp-image-1395" title="img_5595" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5595-300x200.jpg" alt="img_5595" width="300" height="200" />\r\n\r\n<strong><em>Goals</em></strong>\r\n\r\n1.     To evaluate cheetah habitats, and to assess human interactions and  tolerance in areas that support cheetah populations on ranchlands and  wildlife dispersal areas.\r\nThis includes:\r\n<ul>\r\n	<li>\r\n<ul>\r\n	<li><em>The study of demographics through tracking resident cheetahs</em></li>\r\n	<li><em>Long term monitoring of selected cheetah populations and specific  trans-located animals.</em></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n2.     To develop protocols and research programs for the evaluation of  cheetah health and genetics.\r\nThis includes:\r\n<ul>\r\n	<li>\r\n<ul>\r\n	<li><em>Opportunistic sampling (necropsy, orphans, etc.)</em></li>\r\n	<li><em>Formally planned sampling (collaring target cheetahs, specific  biomedical collections, fecal collections, etc.)</em></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n3.     To establish and link with community development projects for  sustainable land and wildlife practices in order to promote tolerance of  the cheetah as part of a balanced ecosystem.\r\nThis includes:\r\n<ul>\r\n	<li>\r\n<ul>\r\n	<li><em>Snare removals, tree planting, bee keeping, livestock management,  etc.</em></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n4.     To support the development of student initiatives in the research of  human/wildlife ecology in regions where cheetah populations are  sustainable.\r\n5.     To establish partnerships with other conservation and education  initiatives to further develop projects and programs for the benefit  of the cheetah.\r\n\r\n<em><strong>History</strong></em>\r\n\r\n<img class="alignleft size-medium wp-image-1398" title="img_3761" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3761-300x200.jpg" alt="img_3761" width="300" height="200" />Action for Cheetahs in Kenya is a relatively new not-for-profit entity. It was originally known as the Cheetah Conservation Fund-Kenya and was supported in part by CCF. As the economy took a downturn in 2008, CCF decided that it needed to cut back on its international programs in order to continue to concentrate on its core program in Namibia. Funding was discontinued in to CCF-Kenya in January of 2009 although ACK remains affiliated with CCF as colleagues and advisors in saving Kenya\'s cheetahs. Action for Cheetahs in Kenya operates as a partner under the new non-profit organization of<em> Carnivores, Livelihoods, and Landscapes</em> (CaLL).  The purpose of CaLL is to link carnivore conservation efforts in Kenya.\r\n\r\n<em><strong>Programs</strong></em>\r\n\r\nWhile essentially still in its infancy, ACK is actively continuing the programs it started when associated with CCF. These include cheetah collaring, research and monitoring, as well as community outreach and education. Some of the projects include workshops on livestock dipping for improved husbandry. This project just recently concluded and ACK conducted a series of training workshops to train the managers on the  functions and maintenance of the dips, basic book keeping, project  planning and stock taking. The final workshop (8-9 March 2010)  of the project presented the management with the positive direction  they have come in running a sustainable business as dip managers. They were  also told the improvements they need to make in order to remain  sustainable.<img class="alignright size-medium wp-image-1391" title="dip_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/dip_workshop-300x225.jpg" alt="dip_workshop" width="300" height="225" />\r\n\r\nEach dip sent three representatives to the workshop. Presentations  were given by the District Veterinary Officer, the Livestock Extension  Officer, Ultravetis representatives, and Kenya Wildlife Service. Cosmas  Wambua and Lumumba Mutiso from ACK presented information on farm management for  the future of the region. Two area chiefs also attended the workshop.\r\n\r\nWhile 85% of the people interviewed at the dips in the months of  August - December 2009 felt that the current managment of the dips is  sustainable, they also felt that the managment had more improvements to  make. 98% of the interviewed people stated that the impact of cheetah  conservation in the area had a positive effect on the community in terms  of the sustainability and in the awareness about the environment.', 'Action for Cheetahs in Kenya (ACK)', 0, '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2010-04-23 13:48:49', '2010-04-23 18:48:49', '', 1385, 'http://aazk.org/uncategorized/1385-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1402, 2, '2010-04-23 13:54:26', '2010-04-23 18:54:26', '<img class="aligncenter size-full wp-image-1386" title="acklogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogo.jpg" alt="acklogo" width="190" height="197" />\r\n\r\n<em><strong>Mission Statement of Action for Cheetahs in Kenya</strong></em>\r\n\r\nThe mission of <a href="http://www.actionforcheetahs.org/">Action For Cheetahs in Kenya</a> is to promote the conservation of cheetahs through research,  awareness and community participation in Kenya. ACK works closely with  local wildlife authorities and landholders to develop policies and  programs that support wildlife conservation and human livelihoods for  the long-term development of sustainable human and wildlife zones.<img class="alignright size-medium wp-image-1395" title="img_5595" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5595-300x200.jpg" alt="img_5595" width="300" height="200" />\r\n\r\n<strong><em>Goals</em></strong>\r\n\r\n1.     To evaluate cheetah habitats, and to assess human interactions and  tolerance in areas that support cheetah populations on ranchlands and  wildlife dispersal areas.\r\nThis includes:\r\n<ul>\r\n	<li>\r\n<ul>\r\n	<li><em>The study of demographics through tracking resident cheetahs</em></li>\r\n	<li><em>Long term monitoring of selected cheetah populations and specific  trans-located animals.</em></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n2.     To develop protocols and research programs for the evaluation of  cheetah health and genetics.\r\nThis includes:\r\n<ul>\r\n	<li>\r\n<ul>\r\n	<li><em>Opportunistic sampling (necropsy, orphans, etc.)</em></li>\r\n	<li><em>Formally planned sampling (collaring target cheetahs, specific  biomedical collections, fecal collections, etc.)</em></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n3.     To establish and link with community development projects for  sustainable land and wildlife practices in order to promote tolerance of  the cheetah as part of a balanced ecosystem.\r\nThis includes:\r\n<ul>\r\n	<li>\r\n<ul>\r\n	<li><em>Snare removals, tree planting, bee keeping, livestock management,  etc.</em></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n4.     To support the development of student initiatives in the research of  human/wildlife ecology in regions where cheetah populations are  sustainable.\r\n5.     To establish partnerships with other conservation and education  initiatives to further develop projects and programs for the benefit  of the cheetah.\r\n\r\n<em><strong>History</strong></em>\r\n\r\n<img class="alignleft size-medium wp-image-1398" title="img_3761" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3761-300x200.jpg" alt="img_3761" width="300" height="200" />Action for Cheetahs in Kenya is a relatively new not-for-profit entity. It was originally known as the Cheetah Conservation Fund-Kenya and was supported in part by CCF. As the economy took a downturn in 2008, CCF decided that it needed to cut back on its international programs in order to continue to concentrate on its core program in Namibia. Funding was discontinued in to CCF-Kenya in January of 2009 although ACK remains affiliated with CCF as colleagues and advisors in saving Kenya\'s cheetahs. Action for Cheetahs in Kenya operates as a partner under the new non-profit organization of<em> Carnivores, Livelihoods, and Landscapes</em> (CaLL).  The purpose of CaLL is to link carnivore conservation efforts in Kenya.\r\n\r\n<em><strong>Programs</strong></em>\r\n\r\nWhile essentially still in its infancy, ACK is actively continuing the programs it started when associated with CCF. These include cheetah collaring, research and monitoring, as well as community outreach and education. Some of the projects include workshops on livestock dipping for improved husbandry. This project just recently concluded and ACK conducted a series of training workshops to train the managers on the  functions and maintenance of the dips, basic book keeping, project  planning and stock taking. The final workshop (8-9 March 2010)  of the project presented the management with the positive direction  they have come in running a sustainable business as dip managers. They were  also told the improvements they need to make in order to remain  sustainable.<img class="alignright size-medium wp-image-1391" title="dip_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/dip_workshop-300x225.jpg" alt="dip_workshop" width="300" height="225" />\r\n\r\nEach dip sent three representatives to the workshop. Presentations  were given by the District Veterinary Officer, the Livestock Extension  Officer, Ultravetis representatives, and Kenya Wildlife Service. Cosmas  Wambua and Lumumba Mutiso from ACK presented information on farm management for  the future of the region. Two area chiefs also attended the workshop.\r\n\r\nWhile 85% of the people interviewed at the dips in the months of  August - December 2009 felt that the current managment of the dips is  sustainable, they also felt that the managment had more improvements to  make. 98% of the interviewed people stated that the impact of cheetah  conservation in the area had a positive effect on the community in terms  of the sustainability and in the awareness about the environment.\r\n<p style="text-align: left;">ACK also actively works at understanding how cheetahs share the land with humans in developed areas. To that end they have collared cheetahs to study their movement patterns. The collar sends the cheetah\'s location to ACK regularly via SMS messaging.</p>\r\n<p style="text-align: left;">For more information on Action for Cheetahs in Kenya and its programs please visit their <a href="http://www.actionforcheetahs.org/">website</a>.</p>\r\n<p style="text-align: left;"><img class="size-medium wp-image-1400 alignright" title="cheetah_collar" src="http://aecetia.net/gws/aazk/wp-content/uploads/cheetah_collar-275x300.jpg" alt="cheetah_collar" width="275" height="300" /></p>', 'Action for Cheetahs in Kenya (ACK)', 0, '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2010-04-23 13:54:26', '2010-04-23 18:54:26', '', 1385, 'http://aazk.org/uncategorized/1385-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1424, 2, '2010-04-23 12:17:48', '2010-04-23 17:17:48', '<p style="text-align: center;"><img class="size-full wp-image-1343 aligncenter" title="irflogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="irflogo" width="200" height="65" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of International Rhino Foundation</strong></em></p>\r\n<p style="text-align: left;">The <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a> is dedicated to the survival of the  world’s rhino species through conservation and research.</p>\r\n<p style="text-align: left;"><em><strong>IRF in Indonesia</strong></em></p>\r\n<p style="text-align: left;">Bowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra. BFR monies help support on the ground rhino conservation by providing funds for anti-poaching units as well equipment for censusing of rhino populations such as trap cameras.</p>\r\n<p style="text-align: left;"><em><strong>Ujung Kulon National Park</strong></em></p>\r\n<p style="text-align: left;">Ujung Kulon National Park is situated on the western edge of the island of Java, Indonesia. <img class="alignright size-full wp-image-1350" title="ujungmap" src="http://aecetia.net/gws/aazk/wp-content/uploads/ujungmap.jpg" alt="ujungmap" width="332" height="272" /> It is home to one of the rarest and most endangered rhinos on the planet, the Javan rhino. It is estimated that only 40-60 of these rhinos remain in two distinct populations. The larger population is found in Ujung Kulon and a smaller non-viable population of only 3-5 individuals is found in the Cat Loc region of the Cat Tien National Park in Vietnam.</p>\r\n<p style="text-align: left;"></p>\r\n\r\nIRF works with its partners to protect the Javan rhino in two ways. They wish to grow the population as well as protect the animals from poaching. <img class="alignleft size-medium wp-image-1353" title="javanrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/javanrhino-300x199.jpg" alt="javanrhino" width="300" height="199" />This is done through the Rhino Protection and Monitoring Units (RPMUs). There are 3 RPMUs that operate within the national park. In addition to actively working to prevent poaching of the rhinos and other wildlife they are also on the lookout for any other illegal activities and work closely with proper government authorities on this. They are also busy collecting a variety of information on the rhinos such as footprints, wallows, feces, browsing areas, direct sightings, and other information which is then input into a database. They also work closely with local communities to collect information about illegal activities, including poaching, and also work to educate and build awareness of the importance of conserving Javan rhinos.\r\n\r\n<em><strong>Bukit Barisan Selatan National Park</strong></em>\r\n\r\nBukit Barisan Selatan National Park is located in southwestern Sumatra and is the third largest protected area in Sumatra. It is home to the Sumatran rhino. <img class="alignright size-medium wp-image-1366" title="bukitmap2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bukitmap2-247x300.jpg" alt="bukitmap2" width="247" height="300" />The Sumatran rhinos share this area with Sumatran tigers and the Sumatran elephant. The Sumatran rhinos are considered the most endangered of all rhino species with their numbers in the mid-200\'s. Even though their numbers are greater than the Javan rhinos they are considered more endangered as there are significant poaching and encroachment pressures on their populations, moreso than on the Javan rhinos. Bukit Barisan Selatan National Park has the second largest population of this endangered rhino with an estimated 60-85 rhinos found here. Sumatran rhinos are found only on the island of Sumatra with a remnant population on Borneo. IRF and its partners help fund and operate 8 rhino/tiger protection units (RPUs/TPUs) whose main function is to prevent poaching. As with the RPMUs that operate in Ujung Kulon the RPUs/TPUs work closely with local governments to curtail illegal activities and also collect data on the Sumatran rhinos. They also work with local communities to establish relationships to gather information on suspected poachers and others who engage in illegal wildlife activities and education and build awareness as to why conserving Sumatran rhinos is important.\r\n\r\n<img class="alignleft size-medium wp-image-1371" title="dsc01375" src="http://aecetia.net/gws/aazk/wp-content/uploads/dsc01375-300x225.jpg" alt="dsc01375" width="300" height="225" />\r\n\r\n<strong><em>Way Kambas National Park</em></strong>\r\n\r\nWay Kambas National Park is located in southern Sumatra. Before becoming a reserve in 1972 it was extensively logged and now has little primary forest left. Sumatran tigers and elephants are also found here. IRF helps to fund and operate 5 Rhino Protection Units(RPUs) in Way Kambas. As with the other parks, the RPUs work to prevent poaching and curb other illegal activities such as illegal logging, hunting and encroachment on park lands. <img class="alignright size-medium wp-image-1375" title="waykambasmap2" src="http://aecetia.net/gws/aazk/wp-content/uploads/waykambasmap2-300x203.jpg" alt="waykambasmap2" width="300" height="203" />They also work with local communities on educating and awareness of Sumatran rhino conservation.\r\n\r\nFor more information on the International Rhino Foundation and its programs please visit their <a href="http://www.rhinos-irf.org/">website</a>.\r\n<p style="text-align: left;"></p>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2010-04-23 12:17:48', '2010-04-23 17:17:48', '', 1341, 'http://aazk.org/uncategorized/1341-revision-29/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1404, 2, '2010-04-23 16:03:19', '2010-04-23 21:03:19', 'This page will give you some resources for  holding a Bowling for Rhinos event.\r\n\r\nAll Bowling for Rhinos (BFR) documents and images are the intellectual property of the American Association of Zoo Keepers (AAZK) and may only be used by an AAZK Chapter or Event holder with the expressed intent or purpose in the creation of promotional materials directly associated with a BFR Event.  For more information contact <a href="http://Ed.Hansen@aecetia.net/gws/aazk">Ed.Hansen@aecetia.net/gws/aazk</a>\r\n\r\n<em><strong>Marketing</strong></em>\r\n\r\n<strong><span style="color: #0000ff;">NEW! 2014 Jack Hanna Promotional Video New!</span></strong>\r\n\r\n<a href="http://www.youtube.com/watch?v=3FX6r19Ylog&amp;feature=player_profilepage">http://www.youtube.com/watch?v=3FX6r19Ylog&amp;feature=player_profilepage</a>\r\n\r\n<a href="http://youtu.be/PeEETlgT2xI">BFR Promotional Video</a> (YouTube)\r\n\r\nChapter Event Media Release template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/chapter_media_release.doc">Word format</a>)\r\n\r\nFlyer template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/flyer_template.ppt">Powerpoint format</a>)\r\n\r\nBLAST template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blast.ppt">Powerpoint format</a>)\r\n\r\n<span style="font-weight: bold; font-style: italic;">Event Planning</span>\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form <a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BFRN_2014_SponsorSheet.doc">BFRN_2014_SponsorSheet</a> (word) <a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BFRN_2014_SponsorSheet.pdf">BFRN_2014_SponsorSheet</a> (pdf format)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nSponsor Letter Mail template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_mail.doc">Word format</a>)\r\n\r\nSponsor Letter Hand Delivered template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_hand.doc">Word format</a>)\r\n\r\nThank You Letter template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/thank_you_letter.doc">Word format</a>)\r\n\r\n<em><strong>Examples</strong></em>\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.rtf">rich text format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bowling_for_Rhinos_2013_BW.jpg"><img class="alignnone size-medium wp-image-5885" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bowling_for_Rhinos_2013_BW-300x156.jpg" alt="Bowling_for_Rhinos_2013_BW" width="300" height="156" /></a>\r\n\r\n5-Rhino Conservation Design-BW (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/BFR-Color-5-Rhino.png">jpg</a>)\r\n\r\n&nbsp;\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color.jpg"><img class="alignnone size-medium wp-image-5887" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color-300x155.jpg" alt="Copy of Bowling_for_Rhinos_2013_color" width="300" height="155" /></a>\r\n\r\n5-Rhino Conservation Design - Color (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color-300x155.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'publish', 'closed', 'closed', '', 'bowling-for-rhinos-resources', '', '', '2014-05-20 12:55:23', '2014-05-20 17:55:23', '', 168, 'http://aazk.org/?page_id=1404', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1405, 2, '2010-04-23 15:08:14', '2010-04-23 20:08:14', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\n\n<em><strong>Event Planning\n</strong></em>\n\nDetroit AAZK Chapter\'s presentation on holding an event. (pdf format)\n\nHow to hold a BFR Event. (Word format)  (pdf format)\n\nFinancial form (pdf format)\n\nReceipt forms (pdf format)\n\nPersonal letter asking for sponsorship sample. (Word format)  (pdf format)\n\nPersonal thank you letter for sponsorship sample.  (Word format)  (pdf format)\n\nPrize donation request letter sample.  (Word format)   (pdf format)\n\nPrize donation thank you letter sample.  (Word format)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2010-04-23 15:08:14', '2010-04-23 20:08:14', '', 1404, 'http://aazk.org/uncategorized/1404-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1406, 2, '2010-04-23 15:21:53', '2010-04-23 20:21:53', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\n\n<em><strong>Event Planning\n</strong></em>\n\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\n\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\n\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\n\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\n\nReceipt forms (pdf format)\n\nPersonal letter asking for sponsorship sample. (Word format)  (pdf format)\n\nPersonal thank you letter for sponsorship sample.  (Word format)  (pdf format)\n\nPrize donation request letter sample.  (Word format)   (pdf format)\n\nPrize donation thank you letter sample.  (Word format)  (pdf format)\n\n<em><strong>Artwork</strong></em>\n\nAll artwork will open in another window. Once it opens you can right click on it to save it.\n\nBFR logo  (jpg)   (gif)\n\nAAZK logo  (jpg)  (gif)\n\nBFR cartoon (jpg)\n\nBlue Rhino logo  (jpg)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2010-04-23 15:21:53', '2010-04-23 20:21:53', '', 1404, 'http://aazk.org/uncategorized/1404-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1407, 2, '2010-04-23 15:32:35', '2010-04-23 20:32:35', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\n\n<em><strong>Event Planning\n</strong></em>\n\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\n\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\n\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\n\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\n\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\n\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\n\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\n\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.doc">Word format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\n\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\n\n<em><strong>Artwork</strong></em>\n\nAll artwork will open in another window. Once it opens you can right click on it to save it.\n\nBFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\n\nAAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\n\nAAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\n\nBFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\n\nBlue Rhino logo  (jpg)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2010-04-23 15:32:35', '2010-04-23 20:32:35', '', 1404, 'http://aazk.org/uncategorized/1404-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1408, 2, '2010-04-23 15:34:24', '2010-04-23 20:34:24', '', 'bfr_logo', 0, '', 'inherit', 'closed', 'closed', '', 'bfr_logo', '', '', '2010-04-23 15:34:24', '2010-04-23 20:34:24', '', 1404, 'http://aazk.org/wp-content/uploads/bfr_logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1409, 2, '2010-04-23 15:43:25', '2010-04-23 20:43:25', '', 'aazk_logo_color', 0, '', 'inherit', 'closed', 'closed', '', 'aazk_logo_color', '', '', '2010-04-23 15:43:25', '2010-04-23 20:43:25', '', 1404, 'http://aazk.org/wp-content/uploads/aazk_logo_color.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (1410, 2, '2010-04-23 15:44:41', '2010-04-23 20:44:41', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\n\n<em><strong>Event Planning\n</strong></em>\n\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\n\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\n\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\n\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\n\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\n\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\n\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\n\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.doc">Word format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\n\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\n\n<em><strong>Artwork</strong></em>\n\nAll artwork will open in another window. Once it opens you can right click on it to save it.\n\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\n\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\n\nAAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\n\nBFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\n\nBlue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2010-04-23 15:44:41', '2010-04-23 20:44:41', '', 1404, 'http://aazk.org/uncategorized/1404-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1411, 2, '2010-04-23 15:45:27', '2010-04-23 20:45:27', '', 'aazk_logo_bw', 0, '', 'inherit', 'closed', 'closed', '', 'aazk_logo_bw', '', '', '2010-04-23 15:45:27', '2010-04-23 20:45:27', '', 1404, 'http://aazk.org/wp-content/uploads/aazk_logo_bw.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1412, 2, '2010-04-23 15:46:07', '2010-04-23 20:46:07', '', 'bfr_cartoon', 0, '', 'inherit', 'closed', 'closed', '', 'bfr_cartoon', '', '', '2010-04-23 15:46:07', '2010-04-23 20:46:07', '', 1404, 'http://aazk.org/wp-content/uploads/bfr_cartoon.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1413, 2, '2010-04-23 15:46:52', '2010-04-23 20:46:52', '', 'blue_rhino_logo', 0, '', 'inherit', 'closed', 'closed', '', 'blue_rhino_logo', '', '', '2010-04-23 15:46:52', '2010-04-23 20:46:52', '', 1404, 'http://aazk.org/wp-content/uploads/blue_rhino_logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1414, 2, '2010-04-23 15:44:45', '2010-04-23 20:44:45', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\r\n\r\n<em><strong>Event Planning\r\n</strong></em>\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.doc">Word format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\nAAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\nBFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\nBlue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2010-04-23 15:44:45', '2010-04-23 20:44:45', '', 1404, 'http://aazk.org/uncategorized/1404-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1415, 2, '2010-04-23 15:47:26', '2010-04-23 20:47:26', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\r\n\r\n<em><strong>Event Planning\r\n</strong></em>\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.doc">Word format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2010-04-23 15:47:26', '2010-04-23 20:47:26', '', 1404, 'http://aazk.org/uncategorized/1404-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1416, 2, '2010-04-23 15:47:56', '2010-04-23 20:47:56', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\r\n\r\n<em><strong>Event Planning\r\n</strong></em>\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.doc">Word format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2010-04-23 15:47:56', '2010-04-23 20:47:56', '', 1404, 'http://aazk.org/uncategorized/1404-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1417, 2, '2010-04-23 15:48:10', '2010-04-23 20:48:10', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\r\n\r\n<em><strong>Event Planning\r\n</strong></em>\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.doc">Word format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2010-04-23 15:48:10', '2010-04-23 20:48:10', '', 1404, 'http://aazk.org/uncategorized/1404-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1418, 2, '2010-04-23 15:55:08', '2010-04-23 20:55:08', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\r\n\r\n<em><strong>Event Planning\r\n</strong></em>\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.rtf">rich text format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2010-04-23 15:55:08', '2010-04-23 20:55:08', '', 1404, 'http://aazk.org/uncategorized/1404-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1419, 2, '2010-04-23 15:55:20', '2010-04-23 20:55:20', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\r\n\r\n<em><strong>Event Planning\r\n</strong></em>\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.rtf">rich text format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2010-04-23 15:55:20', '2010-04-23 20:55:20', '', 1404, 'http://aazk.org/uncategorized/1404-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1420, 2, '2010-04-23 15:55:27', '2010-04-23 20:55:27', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\r\n\r\n<em><strong>Event Planning\r\n</strong></em>\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.rtf">rich text format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2010-04-23 15:55:27', '2010-04-23 20:55:27', '', 1404, 'http://aazk.org/uncategorized/1404-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1421, 2, '2010-04-23 15:58:53', '2010-04-23 20:58:53', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\r\n\r\n<em><strong>Event Planning\r\n</strong></em>\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.rtf">rich text format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2010-04-23 15:58:53', '2010-04-23 20:58:53', '', 1404, 'http://aazk.org/uncategorized/1404-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1422, 2, '2010-04-23 16:01:27', '2010-04-23 21:01:27', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\r\n\r\n<em><strong>Event Planning\r\n</strong></em>\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.rtf">rich text format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2010-04-23 16:01:27', '2010-04-23 21:01:27', '', 1404, 'http://aazk.org/uncategorized/1404-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1423, 2, '2010-04-23 16:02:56', '2010-04-23 21:02:56', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\r\n\r\n<em><strong>Event Planning\r\n</strong></em>\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.rtf">rich text format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2010-04-23 16:02:56', '2010-04-23 21:02:56', '', 1404, 'http://aazk.org/uncategorized/1404-revision-14/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2386, 2, '2014-05-20 12:55:13', '2014-05-20 17:55:13', 'This page will give you some resources for  holding a Bowling for Rhinos event.\n\nAll Bowling for Rhinos (BFR) documents and images are the intellectual property of the American Association of Zoo Keepers (AAZK) and may only be used by an AAZK Chapter or Event holder with the expressed intent or purpose in the creation of promotional materials directly associated with a BFR Event.  For more information contact <a href="http://Ed.Hansen@aecetia.net/gws/aazk">Ed.Hansen@aecetia.net/gws/aazk</a>\n\n<em><strong>Marketing</strong></em>\n\n<strong><span style="color: #0000ff;">NEW! 2014 Jack Hanna Promotional Video New!</span></strong>\n\n<a href="http://www.youtube.com/watch?v=3FX6r19Ylog&amp;feature=player_profilepage">http://www.youtube.com/watch?v=3FX6r19Ylog&amp;feature=player_profilepage</a>\n\n<a href="http://youtu.be/PeEETlgT2xI">BFR Promotional Video</a> (YouTube)\n\nChapter Event Media Release template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/chapter_media_release.doc">Word format</a>)\n\nFlyer template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/flyer_template.ppt">Powerpoint format</a>)\n\nBLAST template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blast.ppt">Powerpoint format</a>)\n\n<span style="font-weight: bold; font-style: italic;">Event Planning</span>\n\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\n\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\n\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\n\nSponsor form <a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BFRN_2014_SponsorSheet.doc">BFRN_2014_SponsorSheet</a> (word) <a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BFRN_2014_SponsorSheet.pdf">BFRN_2014_SponsorSheet</a> (\n\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\n\nSponsor Letter Mail template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_mail.doc">Word format</a>)\n\nSponsor Letter Hand Delivered template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_hand.doc">Word format</a>)\n\nThank You Letter template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/thank_you_letter.doc">Word format</a>)\n\n<em><strong>Examples</strong></em>\n\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\n\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\n\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.rtf">rich text format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\n\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\n\n<em><strong>Artwork</strong></em>\n\nAll artwork will open in another window. Once it opens you can right click on it to save it.\n\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\n\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\n\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\n\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\n\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)\n\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bowling_for_Rhinos_2013_BW.jpg"><img class="alignnone size-medium wp-image-5885" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bowling_for_Rhinos_2013_BW-300x156.jpg" alt="Bowling_for_Rhinos_2013_BW" width="300" height="156" /></a>\n\n5-Rhino Conservation Design-BW (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/BFR-Color-5-Rhino.png">jpg</a>)\n\n&nbsp;\n\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color.jpg"><img class="alignnone size-medium wp-image-5887" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color-300x155.jpg" alt="Copy of Bowling_for_Rhinos_2013_color" width="300" height="155" /></a>\n\n5-Rhino Conservation Design - Color (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color-300x155.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-autosave-v1', '', '', '2014-05-20 12:55:13', '2014-05-20 17:55:13', '', 1404, 'http://aazk.org/uncategorized/1404-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1425, 2, '2010-04-22 14:08:47', '2010-04-22 19:08:47', 'The following links are relevant to the Bowling for Rhinos program.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<a href="http://www.bluerhino.com/BRWEB/Company-Info/Save-the-Rhinos.aspx"><img class="alignnone size-full wp-image-867" title="blue-rhino-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue-rhino-logo.jpg" alt="blue-rhino-logo" width="216" height="92" /></a> <a href="http://www.bluerhino.com/BRWEB/Company-Info/Save-the-Rhinos.aspx">Blue Rhino</a>\r\n\r\n<img class="alignnone size-full wp-image-984" title="lewa" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa.gif" alt="lewa" width="85" height="85" /> <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a>\r\n\r\n<img class="alignnone size-full wp-image-986" title="irflogosm" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogosm.jpg" alt="irflogosm" width="150" height="98" /> <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a>\r\n\r\n<img class="alignnone size-full wp-image-987" title="acklogosm" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogosm.jpg" alt="acklogosm" width="144" height="150" /> <a href="http://www.actionforcheetahs.org/">Action for Cheetahs in Kenya</a>', 'BFR Links', 0, '', 'inherit', 'closed', 'closed', '', '885-revision-7', '', '', '2010-04-22 14:08:47', '2010-04-22 19:08:47', '', 885, 'http://aazk.org/uncategorized/885-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1426, 2, '2010-04-23 13:56:15', '2010-04-23 18:56:15', '<img class="aligncenter size-full wp-image-1386" title="acklogo" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogo.jpg" alt="acklogo" width="190" height="197" />\r\n\r\n<em><strong>Mission Statement of Action for Cheetahs in Kenya</strong></em>\r\n\r\nThe mission of <a href="http://www.actionforcheetahs.org/">Action For Cheetahs in Kenya</a> is to promote the conservation of cheetahs through research,  awareness and community participation in Kenya. ACK works closely with  local wildlife authorities and landholders to develop policies and  programs that support wildlife conservation and human livelihoods for  the long-term development of sustainable human and wildlife zones.<img class="alignright size-medium wp-image-1395" title="img_5595" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5595-300x200.jpg" alt="img_5595" width="300" height="200" />\r\n\r\n<strong><em>Goals</em></strong>\r\n\r\n1.     To evaluate cheetah habitats, and to assess human interactions and  tolerance in areas that support cheetah populations on ranchlands and  wildlife dispersal areas.\r\nThis includes:\r\n<ul>\r\n	<li>\r\n<ul>\r\n	<li><em>The study of demographics through tracking resident cheetahs</em></li>\r\n	<li><em>Long term monitoring of selected cheetah populations and specific  trans-located animals.</em></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n2.     To develop protocols and research programs for the evaluation of  cheetah health and genetics.\r\nThis includes:\r\n<ul>\r\n	<li>\r\n<ul>\r\n	<li><em>Opportunistic sampling (necropsy, orphans, etc.)</em></li>\r\n	<li><em>Formally planned sampling (collaring target cheetahs, specific  biomedical collections, fecal collections, etc.)</em></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n3.     To establish and link with community development projects for  sustainable land and wildlife practices in order to promote tolerance of  the cheetah as part of a balanced ecosystem.\r\nThis includes:\r\n<ul>\r\n	<li>\r\n<ul>\r\n	<li><em>Snare removals, tree planting, bee keeping, livestock management,  etc.</em></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n4.     To support the development of student initiatives in the research of  human/wildlife ecology in regions where cheetah populations are  sustainable.\r\n5.     To establish partnerships with other conservation and education  initiatives to further develop projects and programs for the benefit  of the cheetah.\r\n\r\n<em><strong>History</strong></em>\r\n\r\n<img class="alignleft size-medium wp-image-1398" title="img_3761" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3761-300x200.jpg" alt="img_3761" width="300" height="200" />Action for Cheetahs in Kenya is a relatively new not-for-profit entity. It was originally known as the Cheetah Conservation Fund-Kenya and was supported in part by CCF. As the economy took a downturn in 2008, CCF decided that it needed to cut back on its international programs in order to continue to concentrate on its core program in Namibia. Funding was discontinued in to CCF-Kenya in January of 2009 although ACK remains affiliated with CCF as colleagues and advisors in saving Kenya\'s cheetahs. Action for Cheetahs in Kenya operates as a partner under the new non-profit organization of<em> Carnivores, Livelihoods, and Landscapes</em> (CaLL).  The purpose of CaLL is to link carnivore conservation efforts in Kenya.\r\n\r\n<em><strong>Programs</strong></em>\r\n\r\nWhile essentially still in its infancy, ACK is actively continuing the programs it started when associated with CCF. These include cheetah collaring, research and monitoring, as well as community outreach and education. Some of the projects include workshops on livestock dipping for improved husbandry. This project just recently concluded and ACK conducted a series of training workshops to train the managers on the  functions and maintenance of the dips, basic book keeping, project  planning and stock taking. The final workshop (8-9 March 2010)  of the project presented the management with the positive direction  they have come in running a sustainable business as dip managers. They were  also told the improvements they need to make in order to remain  sustainable.<img class="alignright size-medium wp-image-1391" title="dip_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/dip_workshop-300x225.jpg" alt="dip_workshop" width="300" height="225" />\r\n\r\nEach dip sent three representatives to the workshop. Presentations  were given by the District Veterinary Officer, the Livestock Extension  Officer, Ultravetis representatives, and Kenya Wildlife Service. Cosmas  Wambua and Lumumba Mutiso from ACK presented information on farm management for  the future of the region. Two area chiefs also attended the workshop.\r\n\r\nWhile 85% of the people interviewed at the dips in the months of  August - December 2009 felt that the current managment of the dips is  sustainable, they also felt that the managment had more improvements to  make. 98% of the interviewed people stated that the impact of cheetah  conservation in the area had a positive effect on the community in terms  of the sustainability and in the awareness about the environment.\r\n<p style="text-align: left;">ACK also actively works at understanding how cheetahs share the land with humans in developed areas. To that end they have collared cheetahs to study their movement patterns. The collar sends the cheetah\'s location to ACK regularly via SMS messaging.</p>\r\n<p style="text-align: left;">For more information on Action for Cheetahs in Kenya and its programs please visit their <a href="http://www.actionforcheetahs.org/">website</a>.</p>\r\n<p style="text-align: left;"><img class="size-medium wp-image-1400 alignright" title="cheetah_collar" src="http://aecetia.net/gws/aazk/wp-content/uploads/cheetah_collar-275x300.jpg" alt="cheetah_collar" width="275" height="300" /></p>', 'Action for Cheetahs in Kenya (ACK)', 0, '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2010-04-23 13:56:15', '2010-04-23 18:56:15', '', 1385, 'http://aazk.org/uncategorized/1385-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1427, 2, '2010-04-23 09:15:14', '2010-04-23 14:15:14', '<a href="#q1">What is "Bowling For  Rhinos"?</a>\r\n<a href="#q2">Why save Rhinos?</a>\r\n<a href="#q3">Where do Bowling For Rhinos  Funds go?</a>\r\n<a href="#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\r\n<a href="#q5">How can I help?</a>\r\n<a href="#q6">Do you need to be an AAZK  member to bowl?</a>\r\n<a href="#q7">How many chapters  participate?</a>\r\n<a href="#q10">Why not bowl for a  different animal each year?</a>\r\n<a href="#q11">We noticed the name of the  event was changed, why is that?</a>\r\n<a href="#q12">Where can I get more  information?</a>\r\n\r\n<hr /><strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\r\n<strong><big></big></strong>\r\n\r\n<strong><big><img class="alignnone size-thumbnail wp-image-1308" title="bfr_logo_497x497" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo_497x497-150x150.jpg" alt="bfr_logo_497x497" width="90" height="90" />A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).  Over 60 AAZK chapters participate  throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\r\n\r\n<a name="q2"> </a>\r\n\r\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of<img class="size-medium wp-image-1312 alignright" title="extinct_rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/extinct_rhino-300x200.jpg" alt="extinct_rhino" width="300" height="200" /> rhino exist today when once there were over 100 species.  All 5 species- the white, black, greater one-horned, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the greater one-horned population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has fewer than 60 animals.\r\n\r\nThe black rhino is a symbol of conservation in Africa as our bald eagle  is to those of us in the United States. If the black rhino were to go extinct what message would we give our children?  The rhino is a large, flagship species.  By striving to save the rhino, we save large expanses of habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive guns and man.  The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles.  So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks.  "BFR"  money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuaries/parks, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\r\n\r\n<img class="size-full wp-image-1243 alignleft" title="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" alt="aazk-color-logo-c2a8" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an  obligation to save it and the other rhino species from extinction.  Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\r\n\r\n<a name="q3"> </a>\r\n\r\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the black and white Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia.\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\r\n\r\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to LWC. 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant </a>administered by the AAZK.\r\n\r\n<a name="q4"> </a>\r\n\r\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\r\n\r\n<a name="q5"> </a>\r\n\r\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser or by donating to someone who is. <a href="http://aecetia.net/gws/aazk/links/aazk-local-chapters">Click  here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\r\n\r\n<a name="q6"> </a>\r\n\r\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> No. Anyone can join the bowl-a-thon and have fun.\r\n\r\n<a name="q7"> </a>\r\n\r\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some bowl together) in U.S. and Canada.\r\n\r\n<a name="q8"> </a>\r\n\r\n<a name="q10"> </a>\r\n\r\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan  gibbons and the coral reefs,  just to name a few.\r\n\r\n<a name="q11"> </a>\r\n\r\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino<sup>®</sup>". We now have an  official <img class="alignright size-medium wp-image-1316" title="bluerhinologo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bluerhinologo-300x127.jpg" alt="bluerhinologo" width="180" height="76" />corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino®</a>. Blue Rhino<sup>® </sup> had been  looking for a way to support conservation of their namesake, the rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\r\n\r\n<a name="q12"> </a>\r\n\r\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-23 09:15:14', '2010-04-23 14:15:14', '', 1269, 'http://aazk.org/uncategorized/1269-revision-30/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1428, 2, '2010-04-23 16:06:38', '2010-04-23 21:06:38', '', 'lewa-logo', 0, '', 'inherit', 'closed', 'closed', '', 'lewa-logo', '', '', '2010-04-23 16:06:38', '2010-04-23 21:06:38', '', 991, 'http://aazk.org/wp-content/uploads/lewa-logo.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (1429, 2, '2010-04-23 12:23:05', '2010-04-23 17:23:05', '<p style="text-align: center;"><img class="alignnone size-large wp-image-995" title="img_3060" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3060-1024x479.jpg" alt="img_3060" width="759" height="230" /></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a> works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n\r\n<img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="227" height="150" /> <img class="size-medium wp-image-1178 alignnone" title="img_4405a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="img_4405a" width="241" height="151" /> <img class="size-medium wp-image-1118 alignnone" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="227" height="150" />\r\n<p style="text-align: left;"><strong>Community Development Programs</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife<img class="size-thumbnail wp-image-1329 alignright" title="lewa_20100208_0052_students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="lewa_20100208_0052_students" width="150" height="150" /> conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.</p>\r\n<p style="text-align: left;"><img class="size-medium wp-image-1331 alignleft" title="lewa_20100208_0095_manyangalocommunityfarms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="lewa_20100208_0095_manyangalocommunityfarms" width="300" height="214" /> <img class="size-medium wp-image-1333 alignnone" title="lewa_20100208_0082_lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="lewa_20100208_0082_lunchline" width="300" height="214" /></p>\r\n<p style="text-align: left;">For more information on Lewa Wildlife Conservancy and its programs please visit their <a href="http://www.lewa.org">website</a>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-04-23 12:23:05', '2010-04-23 17:23:05', '', 991, 'http://aazk.org/uncategorized/991-revision-89/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1430, 2, '2010-04-23 16:06:53', '2010-04-23 21:06:53', '<img class="aligncenter size-medium wp-image-1428" title="lewa-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa-logo-300x300.gif" alt="lewa-logo" width="300" height="300" />\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a> works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n\r\n<img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="227" height="150" /> <img class="size-medium wp-image-1178 alignnone" title="img_4405a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="img_4405a" width="241" height="151" /> <img class="size-medium wp-image-1118 alignnone" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="227" height="150" />\r\n<p style="text-align: left;"><strong>Community Development Programs</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife<img class="size-thumbnail wp-image-1329 alignright" title="lewa_20100208_0052_students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="lewa_20100208_0052_students" width="150" height="150" /> conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.</p>\r\n<p style="text-align: left;"><img class="size-medium wp-image-1331 alignleft" title="lewa_20100208_0095_manyangalocommunityfarms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="lewa_20100208_0095_manyangalocommunityfarms" width="300" height="214" /> <img class="size-medium wp-image-1333 alignnone" title="lewa_20100208_0082_lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="lewa_20100208_0082_lunchline" width="300" height="214" /></p>\r\n<p style="text-align: left;">For more information on Lewa Wildlife Conservancy and its programs please visit their <a href="http://www.lewa.org">website</a>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-04-23 16:06:53', '2010-04-23 21:06:53', '', 991, 'http://aazk.org/uncategorized/991-revision-90/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1431, 2, '2010-04-23 09:13:40', '2010-04-23 14:13:40', '<h2><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant">AAZK, Inc. announces "Bowling for Rhinos Conservation Resource Fund  Grant"</a></h2>\r\n<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h3>Sponsored by</h3>\r\n<a href="http://www.bluerhino.com/"><img class="alignnone size-full wp-image-867" title="blue-rhino-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue-rhino-logo.jpg" alt="blue-rhino-logo" width="216" height="92" /></a>\r\n\r\n"AAZK\'s Bowling for Rhinos-Sponsored by Blue Rhino®" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <em>Our goal now is to raise at least $500,000 annually</em>. In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa we support the Lewa Wildlife Conservancy where our donations help protect both black and white rhinos and most of the other species native to East Africa. The Lewa Wildlife Conservancy works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programs, and the education of neighboring areas in the value of wildlife.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia AAZK supports the remaining Javan Rhinos at Ujung Kulon National Park and the Samatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the International Rhino Foundation.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\nBowling For Rhinos has broken the $3 million mark and we continue to reach towards attaining our goal of $500,000/year! Together AAZK can do it. We have and we will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<a href="/about/committee/bowling-for-rhinos/lewa-safaris/">Lewa Wildlife Conservancy Safaris</a>', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2010-04-23 09:13:40', '2010-04-23 14:13:40', '', 168, 'http://aazk.org/uncategorized/168-revision-20/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1434, 2, '2010-04-23 16:29:36', '2010-04-23 21:29:36', 'The following links are relevant to the Bowling for Rhinos program.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<a href="http://www.bluerhino.com/BRWEB/Company-Info/Save-the-Rhinos.aspx"><img class="alignnone size-full wp-image-867" title="blue-rhino-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue-rhino-logo.jpg" alt="blue-rhino-logo" width="216" height="92" /></a> <a href="http://www.bluerhino.com/BRWEB/Company-Info/Save-the-Rhinos.aspx">Blue Rhino</a>\r\n\r\n<img class="alignnone size-full wp-image-984" title="lewa" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa.gif" alt="lewa" width="85" height="85" /> <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a>\r\n\r\n<img class="alignnone size-full wp-image-986" title="irflogosm" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogosm.jpg" alt="irflogosm" width="150" height="98" /> <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a>\r\n\r\n<img class="alignnone size-full wp-image-987" title="acklogosm" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogosm.jpg" alt="acklogosm" width="144" height="150" /> <a href="http://www.actionforcheetahs.org/">Action for Cheetahs in Kenya</a>', 'BFR Links', 0, '', 'inherit', 'closed', 'closed', '', '885-revision-9', '', '', '2010-04-23 16:29:36', '2010-04-23 21:29:36', '', 885, 'http://aazk.org/uncategorized/885-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1435, 2, '2011-01-13 14:36:37', '2011-01-13 19:36:37', 'The following links are relevant to the Bowling for Rhinos program.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<a href="http://www.bluerhino.com/BRWEB/Company-Info/Save-the-Rhinos.aspx"><img class="alignnone size-full wp-image-867" title="blue-rhino-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue-rhino-logo.jpg" alt="blue-rhino-logo" width="216" height="92" /></a> <a href="http://www.bluerhino.com/BRWEB/Company-Info/Save-the-Rhinos.aspx">Blue Rhino</a>\r\n\r\n<img class="alignnone size-medium wp-image-1461" title="lewaroundblack_withwebsite-2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewaroundblack_withwebsite-2-300x295.jpg" alt="lewaroundblack_withwebsite-2" width="180" height="177" /><a href="http://www.lewa.org">Lewa Wildlife Conservancy</a>\r\n\r\n<img class="alignnone size-full wp-image-986" title="irflogosm" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogosm.jpg" alt="irflogosm" width="150" height="98" /> <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a>\r\n\r\n<img class="alignnone size-full wp-image-987" title="acklogosm" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogosm.jpg" alt="acklogosm" width="144" height="150" /> <a href="http://www.actionforcheetahs.org/">Action for Cheetahs in Kenya</a>\r\n\r\n<img class="size-full wp-image-1832 alignleft" title="nrt-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/nrt-logo.jpg" alt="nrt-logo" width="135" height="170" />\r\n\r\n<a href="http://www.nrt-kenya.org">\r\n</a>\r\n\r\n<a href="http://www.nrt-kenya.org">\r\n</a>\r\n\r\n<a href="http://www.nrt-kenya.org">\r\n</a>\r\n\r\n<a href="http://www.nrt-kenya.org">Northern Rangelands Trust</a>', 'BFR Links', 0, '', 'inherit', 'closed', 'closed', '', '885-autosave', '', '', '2011-01-13 14:36:37', '2011-01-13 19:36:37', '', 885, 'http://aazk.org/uncategorized/885-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1819, 2, '2010-12-03 10:20:15', '2010-12-03 15:20:15', '<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2><strong>Total Funds Raised to Date: <span style="color: #ff0000;">$3,714,983</span></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Samatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $3 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<span style="text-decoration: underline;">Links</span>\r\n\r\nIf your chapter would like to check your totals you can do so here: <a href="http://aazkbfr.org/bfrsites">http://aazkbfr.org/bfrsites</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2010-12-03 10:20:15', '2010-12-03 15:20:15', '', 168, 'http://aazk.org/uncategorized/168-revision-29/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1436, 2, '2010-04-23 16:26:19', '2010-04-23 21:26:19', '<h2><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant">AAZK, Inc. announces "Bowling for Rhinos Conservation Resource Fund  Grant"</a></h2>\r\n<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h3>Sponsored by</h3>\r\n<a href="http://www.bluerhino.com/"><img class="alignnone size-full wp-image-867" title="blue-rhino-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue-rhino-logo.jpg" alt="blue-rhino-logo" width="216" height="92" /></a>\r\n\r\n"AAZK\'s Bowling for Rhinos-Sponsored by Blue Rhino®" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa we support the Lewa Wildlife Conservancy where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia AAZK supports the remaining Javan Rhinos at Ujung Kulon National Park and the Samatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the International Rhino Foundation.\r\n\r\nAAZK also supports Action for Cheetahs in Kenya. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $3 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2010-04-23 16:26:19', '2010-04-23 21:26:19', '', 168, 'http://aazk.org/uncategorized/168-revision-21/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1437, 2, '2010-04-23 16:38:20', '2010-04-23 21:38:20', '<h2><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant">AAZK, Inc. announces "Bowling for Rhinos Conservation Resource Fund  Grant"</a></h2>\r\n<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h3>Sponsored by</h3>\r\n<a href="http://www.bluerhino.com/"><img class="alignnone size-full wp-image-867" title="blue-rhino-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue-rhino-logo.jpg" alt="blue-rhino-logo" width="216" height="92" /></a>\r\n\r\n"AAZK\'s Bowling for Rhinos-Sponsored by Blue Rhino®" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Samatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $3 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2010-04-23 16:38:20', '2010-04-23 21:38:20', '', 168, 'http://aazk.org/uncategorized/168-revision-22/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1732, 2, '2010-07-05 19:31:08', '2010-07-06 00:31:08', '<h2><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant">AAZK, Inc. announces "Bowling for Rhinos Conservation Resource Fund  Grant"</a></h2>\r\n<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2><strong>Total Funds Raised to Date: <span style="color: #ff0000;">$3,475,313</span></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Samatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $3 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2010-07-05 19:31:08', '2010-07-06 00:31:08', '', 168, 'http://aazk.org/uncategorized/168-revision-26/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1438, 2, '2010-04-23 16:38:40', '2010-04-23 21:38:40', '<h2><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant">AAZK, Inc. announces "Bowling for Rhinos Conservation Resource Fund  Grant"</a></h2>\r\n<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h3>Sponsored by</h3>\r\n<a href="http://www.bluerhino.com/"><img class="alignnone size-full wp-image-867" title="blue-rhino-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue-rhino-logo.jpg" alt="blue-rhino-logo" width="216" height="92" /></a>\r\n\r\n"AAZK\'s Bowling for Rhinos-Sponsored by Blue Rhino®" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Samatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $3 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2010-04-23 16:38:40', '2010-04-23 21:38:40', '', 168, 'http://aazk.org/uncategorized/168-revision-23/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1442, 2, '2014-07-28 14:49:55', '2014-07-28 19:49:55', '<h4>Member Resources</h4>\nResources for AAZK Members and Chapters are located in the <strong>Member Only</strong> section of the website. Please login using your Username and Password to find additional member information and helpful Event resources under the Committee and Programs Tab.\n<h4>What is "Bowling For Rhinos"?</h4>\n<img class="alignleft" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/bfr_logo_497x497-150x150.jpg" alt="" width="90" height="90" /> Each year the American Association of Zoo keepers (AAZK) sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR). Over 60 AAZK chapters participate throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in Sumatra. These sanctuaries not only save rhinos but also these entire ecosystems!\n<div class="hr"></div>\n<h4>Why save Rhinos?</h4>\n<img class="alignright" title="extinct_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/extinct_rhino-300x200.jpg" alt="extinct_rhino" width="150" /> Rhinos have lived on earth for over 50 million years but whether they survive even 50 more years is open to speculation. Only 5 species of rhino exist today when once there were over 100 species. All 5 species- the white, black, greater one-horned, Sumatran and Javan are endangered. Only the white rhino with a population of 4,600 seems to be somewhat safe from extinction. In 1960, 60,000 black rhinos roamed Africa. Today only 2,500 remain in isolated populations. On the Asian continent, the greater one-horned population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has fewer than 60 animals.\n\nThe black rhino is a symbol of conservation in Africa as our bald eagle is to those of us in the United States. If the black rhino were to go extinct what message would we give our children? The rhino is a large, flagship species. By striving to save the rhino, we save large expanses of habitat. By saving these habitats, we are saving many endangered species, not just the rhino.\n\nThe rhino is our link to the dinosaurs as it has lived on earth over 50 million years but it can not survive guns and man. The rhino is killed for its horn to be used in oriental medicines and as symbolic dagger handles. So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks. "BFR" money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuaries/parks, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\n\n<img class="alignleft" title="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" alt="aazk-color-logo-c2a8" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an obligation to save it and the other rhino species from extinction. Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\n<div class="hr"></div>\n<h4>Where do Bowling For Rhinos Funds go?</h4>\n<img class="size-medium wp-image-1443 alignleft" title="img_5337" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5337-300x200.jpg" alt="img_5337" width="150" /> 100% of all funds raised goes directly to in situ conservation projects, conserving four species of rhino, their habitats, and hundreds of other endangered plants and animals. BFR helps preserve the black and white rhino in Africa and the Javan and Sumatran rhino in Indonesia.\n\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon. This is a 300 square mile National Park on the island of Java (Indonesia) which is home to some of the rarest animals on earth! Ujung Kulon supports the last 47 Javan rhinos in the world (with a few discovered in Viet Nam), 40 species of mammals, 250 species of birds, many rare amphibians and reptiles including the green sea turtle. In fact, Java is home to one eighth of the world\'s mammals, birds, reptile, amphibian and plant species although it only occupies one percent of the globes land surface!\n\n<img class="alignright size-medium wp-image-1445" title="sumatranrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino-300x199.jpg" alt="sumatranrhino" width="150" /> In 1997, "BFR" again expanded their funding efforts to include Bukit Barisan Selatan National Park (BBSNP). This is a 3,568 square km protected area on the southwest side of the island of Sumatra. Asian elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a substantial number of the estimated 200 Sumatran rhinos live within this park. $25,000/ year is needed at BBSNP to provide additional patrol stations, patrol equipment and training of park guards in anti- poaching skills.\n\nThere is now an Indonesian Rhino Conservation program (IRCP) that includes all parks with rhino populations. This program will allow funding to be used on top priority needs in top priority locations to conserve wildlife. BFR is part of this program. This allows unused funding in any given year to go through IRCP to be reallocated to these top priority locations. This allows BFR to expand funding to include such places as Way Kambas (Eastern Sumatra) that has a large population of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of Sumatran rhinos in the world and is a crucial nucleus for the survival and recovery of this species. Currently, the best use of and greatest need for the BFR funds is to be used to establish more anti-poaching teams in Way Kambas.\n\nOur first $160,000 raised each year goes to Lewa Wildlife Conservancy(LWC). 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant</a> administered by the AAZK.\n<div class="hr"></div>\n<h4>Are donations to Bowling For Rhinos tax deductible?</h4>\nYes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501 (c)(3) organization. Also, remember to check with your employer to see if they have a matching gift program as an easy way to double your donation.\n<div class="hr"></div>\n<h4>How can I help?</h4>\nYou can help by participating in your local AAZK Chapter\'s Bowling For Rhinos fundraiser or by donating to someone who is. <a href="../../find-chapters/">Click here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\n<div class="hr"></div>\n<h4>Do you need to be an AAZK member to bowl?</h4>\n<strong>No.</strong> Anyone can join the bowl-a-thon and have fun.\n<div class="hr"></div>\n<h4>How many chapters participate?</h4>\nApproximately 60 chapters participate each year with about 55 events (some bowl together) in U.S. and Canada.\n<div class="hr"></div>\n<h4>Why not bowl for a different animal each year?</h4>\nIt takes about 5 years for a fund raiser to take hold where the public looks forward to it so it is important to keep the name the same. BFR saves rhino habitat so it saves everything from orchids to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya has more elephants (300) than rhino (80). BFR also saves cheetah, Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan gibbons and the coral reefs, just to name a few.\n<div class="hr"></div>\n<h4>Want to Host a Bowling for Rhinos Event in Your Community?</h4>\nContact Patty Pearthree at ppear3atgmail.com\n\nor:\n\nPatty Pearthree\n318 Montibello Drive\nCary, NC 27513\n(919) 678-0449\n<div class="hr"></div>\n<h4>Where can I get more information?</h4>\nHopefully, you can find most of what you\'re looking for on our website. If there are things we can add that are useful, please <a href="http://www.aecetia.net/gws/aazk/contact/">let us know</a>. Additionally, you can find out more through some of the programs that we participate in, <a href="http://www.lewa.org" target="_blank">www.lewa.org</a>, <a href="http://www.rhinos-irf.org/" target="_blank">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/" target="_blank">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-autosave-v1', '', '', '2014-07-28 14:49:55', '2014-07-28 19:49:55', '', 1269, 'http://aazk.org/uncategorized/1269-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5149, 2, '2014-01-08 16:59:07', '2014-01-08 21:59:07', '<h4>What is "Bowling For Rhinos"?</h4>\r\n<img class="alignleft" alt="" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/bfr_logo_497x497-150x150.jpg" width="90" height="90" /> Each year the American Association of Zoo keepers (AAZK) sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR). Over 60 AAZK chapters participate throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in Sumatra. These sanctuaries not only save rhinos but also these entire ecosystems!\r\n<div class="hr"></div>\r\n<h4>Why save Rhinos?</h4>\r\n<img class="alignright" title="extinct_rhino" alt="extinct_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/extinct_rhino-300x200.jpg" width="150" /> Rhinos have lived on earth for over 50 million years but whether they survive even 50 more years is open to speculation. Only 5 species of rhino exist today when once there were over 100 species. All 5 species- the white, black, greater one-horned, Sumatran and Javan are endangered. Only the white rhino with a population of 4,600 seems to be somewhat safe from extinction. In 1960, 60,000 black rhinos roamed Africa. Today only 2,500 remain in isolated populations. On the Asian continent, the greater one-horned population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has fewer than 60 animals.\r\n\r\nThe black rhino is a symbol of conservation in Africa as our bald eagle is to those of us in the United States. If the black rhino were to go extinct what message would we give our children? The rhino is a large, flagship species. By striving to save the rhino, we save large expanses of habitat. By saving these habitats, we are saving many endangered species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50 million years but it can not survive guns and man. The rhino is killed for its horn to be used in oriental medicines and as symbolic dagger handles. So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks. "BFR" money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuaries/parks, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\r\n\r\n<img class="alignleft" title="aazk-color-logo-c2a8" alt="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an obligation to save it and the other rhino species from extinction. Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\r\n<div class="hr"></div>\r\n<h4>Where do Bowling For Rhinos Funds go?</h4>\r\n<img class="size-medium wp-image-1443 alignleft" title="img_5337" alt="img_5337" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5337-300x200.jpg" width="150" /> 100% of all funds raised goes directly to in situ conservation projects, conserving four species of rhino, their habitats, and hundreds of other endangered plants and animals. BFR helps preserve the black and white rhino in Africa and the Javan and Sumatran rhino in Indonesia.\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon. This is a 300 square mile National Park on the island of Java (Indonesia) which is home to some of the rarest animals on earth! Ujung Kulon supports the last 47 Javan rhinos in the world (with a few discovered in Viet Nam), 40 species of mammals, 250 species of birds, many rare amphibians and reptiles including the green sea turtle. In fact, Java is home to one eighth of the world\'s mammals, birds, reptile, amphibian and plant species although it only occupies one percent of the globes land surface!\r\n\r\n<img class="alignright size-medium wp-image-1445" title="sumatranrhino" alt="sumatranrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino-300x199.jpg" width="150" /> In 1997, "BFR" again expanded their funding efforts to include Bukit Barisan Selatan National Park (BBSNP). This is a 3,568 square km protected area on the southwest side of the island of Sumatra. Asian elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a substantial number of the estimated 200 Sumatran rhinos live within this park. $25,000/ year is needed at BBSNP to provide additional patrol stations, patrol equipment and training of park guards in anti- poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that includes all parks with rhino populations. This program will allow funding to be used on top priority needs in top priority locations to conserve wildlife. BFR is part of this program. This allows unused funding in any given year to go through IRCP to be reallocated to these top priority locations. This allows BFR to expand funding to include such places as Way Kambas (Eastern Sumatra) that has a large population of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of Sumatran rhinos in the world and is a crucial nucleus for the survival and recovery of this species. Currently, the best use of and greatest need for the BFR funds is to be used to establish more anti-poaching teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to Lewa Wildlife Conservancy(LWC). 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant</a> administered by the AAZK.\r\n<div class="hr"></div>\r\n<h4>Are donations to Bowling For Rhinos tax deductible?</h4>\r\nYes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501 (c)(3) organization. Also, remember to check with your employer to see if they have a matching gift program as an easy way to double your donation.\r\n<div class="hr"></div>\r\n<h4>How can I help?</h4>\r\nYou can help by participating in your local AAZK Chapter\'s Bowling For Rhinos fundraiser or by donating to someone who is. <a href="../../find-chapters/">Click here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\r\n<div class="hr"></div>\r\n<h4>Do you need to be an AAZK member to bowl?</h4>\r\n<strong>No.</strong> Anyone can join the bowl-a-thon and have fun.\r\n<div class="hr"></div>\r\n<h4>How many chapters participate?</h4>\r\nApproximately 60 chapters participate each year with about 55 events (some bowl together) in U.S. and Canada.\r\n<div class="hr"></div>\r\n<h4>Why not bowl for a different animal each year?</h4>\r\nIt takes about 5 years for a fund raiser to take hold where the public looks forward to it so it is important to keep the name the same. BFR saves rhino habitat so it saves everything from orchids to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya has more elephants (300) than rhino (80). BFR also saves cheetah, Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan gibbons and the coral reefs, just to name a few.\r\n<div class="hr"></div>\r\n<h4>Want to Host a Bowling for Rhinos Event in Your Community?</h4>\r\nContact Patty Pearthree at ppear3atgmail.com\r\n\r\nor:\r\n\r\nPatty Pearthree\r\n318 Montibello Drive\r\nCary, NC 27513\r\n(919) 678-0449\r\n<div class="hr"></div>\r\n<h4>Where can I get more information?</h4>\r\nHopefully, you can find most of what you\'re looking for on our website. If there are things we can add that are useful, please <a href="http://www.aecetia.net/gws/aazk/contact/">let us know</a>. Additionally, you can find out more through some of the programs that we participate in, <a href="http://www.lewa.org" target="_blank">www.lewa.org</a>, <a href="http://www.rhinos-irf.org/" target="_blank">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/" target="_blank">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2014-01-08 16:59:07', '2014-01-08 21:59:07', '', 1269, 'https://www.aazk.org/1269-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1441, 2, '2010-04-23 16:46:03', '2010-04-23 21:46:03', '<h2><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant">AAZK, Inc. announces "Bowling for Rhinos Conservation Resource Fund  Grant"</a></h2>\r\n<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h3>Sponsored by</h3>\r\n<a href="http://www.bluerhino.com/"><img class="alignnone size-full wp-image-867" title="blue-rhino-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue-rhino-logo.jpg" alt="blue-rhino-logo" width="216" height="92" /></a>\r\n<h2><strong>Total Funds Raised to Date: <span style="color: #ff0000;">$3,466,911</span></strong></h2>\r\n"AAZK\'s Bowling for Rhinos-Sponsored by Blue Rhino®" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Samatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $3 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2010-04-23 16:46:03', '2010-04-23 21:46:03', '', 168, 'http://aazk.org/uncategorized/168-revision-24/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1443, 2, '2010-04-28 07:50:36', '2010-04-28 12:50:36', '', 'img_5337', 0, '', 'inherit', 'closed', 'closed', '', 'img_5337', '', '', '2010-04-28 07:50:36', '2010-04-28 12:50:36', '', 1269, 'http://aazk.org/wp-content/uploads/img_5337.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1444, 2, '2010-04-28 07:52:07', '2010-04-28 12:52:07', '', 'sumatranrhino2', 0, '', 'inherit', 'closed', 'closed', '', 'sumatranrhino2', '', '', '2010-04-28 07:52:07', '2010-04-28 12:52:07', '', 1269, 'http://aazk.org/wp-content/uploads/sumatranrhino2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1445, 2, '2010-04-28 07:52:53', '2010-04-28 12:52:53', '', 'sumatranrhino', 0, '', 'inherit', 'closed', 'closed', '', 'sumatranrhino', '', '', '2010-04-28 07:52:53', '2010-04-28 12:52:53', '', 1269, 'http://aazk.org/wp-content/uploads/sumatranrhino.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1447, 2, '2010-04-29 08:44:51', '2010-04-29 13:44:51', '<strong>Avian Husbandry</strong>\r\n\r\n<img class="alignnone size-medium wp-image-1448" title="akf-cover-apr_may" src="http://aecetia.net/gws/aazk/wp-content/uploads/akf-cover-apr_may-200x300.jpg" alt="akf-cover-apr_may" width="200" height="300" />\r\n\r\n<a href="http://aecetia.net/gws/aazk/shop/publications/special-issue-of-the-animal-keepers-forum-dedicated-to-avian-husbandry/">Order your copy of this special issue on avian husbandry</a>\r\n\r\n2010 AAZK Conference Notice/Information for Contributors\r\nAbout the Cover\r\nFrom the President/From the AKF Editor\r\nLearning to Walk Again: Paralysis in an African Penguin\r\nDevelopment of an Aviary Training Program: Enhancing the Daily  Management of Zoo Atlanta’s Bird Collection\r\nHand-Rearing Caribbean &amp; Chilean Flamingo Chicks at the Birmingham  Zoo\r\nBreeding Cinereous Vultures at the Milwaukee County Zoo\r\nThe Use of Vocal Playback as a Tool for Breeding in Captive Birds -  Collaborators Sought\r\nAvian Rearing Resource Website\r\nDesigning a Keeper and Bird-Friendly Enrichment Program\r\nSuccessfully Raising Parent-reared Chicks from Elegant-crested Tinamou\r\nRatite Behavioral Husbandry at the Philadelphia Zoo\r\nFrogmouth Management at Sea World Orlando and Discovery Cove\r\nIncubation and Hand-rearing of a Greater Rhea at the Great Plains Zoo\r\nFirst Time Breeding of Captive Sulawesi Knobbed Hornbills at St.  Augustine Alligator Farm Zoological Park\r\nArtificially Inseminating White-naped Cranes\r\nEnrichment and Training...It’s For the Birds\r\nJess Free\r\nGreater Flamingo with Capture Myopathy: Specialized Care and Husbandry\r\nSuccessful Rearing of an African Sacred Ibis Chick at the Toronto Zoo\r\nFeather Facts\r\nSemen Collection on Rockhopper and Gentoo Penguins at the Indianapolis  Zoo\r\nSetting Up a Picture Perfect Success\r\nSupplemental Feedings to Aid a Parent-reared African Pygmy Falcon Chick\r\nBreeding White-crested Laughing Thrush at the Birmingham Zoo\r\nTypes of Feathers\r\nThe Management and Breeding Program for Roseate Spoonbills at\r\nthe Palm Beach Zoo at Dreher Park\r\nFeather Types - Did You Know?\r\nPuppets: Construction and Use for the Hand-rearing of Birds\r\nRaising Red-Vented Bulbuls in Tropic World Asia Bird Holding\r\nSessions for All Seasons: Lappet-faced Vulture Training\r\nAvian Trivia\r\nSuccessfully Managing a Mixed-Species Free-Flight Aviary\r\nBook Review (On the Wings of Cranes)\r\nAvian Websites to Check Out\r\nAfrican Penguin (Photo)', 'AKF Special Issue Table of Contents - April/May 2010', 0, '', 'draft', 'closed', 'closed', '', 'special-avian-issue', '', '', '2013-10-15 17:49:22', '2013-10-15 22:49:22', '', 0, 'http://aazk.org/?p=1447', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1446, 2, '2010-04-23 16:05:55', '2010-04-23 21:05:55', '<a href="#q1">What is "Bowling For  Rhinos"?</a>\r\n<a href="#q2">Why save Rhinos?</a>\r\n<a href="#q3">Where do Bowling For Rhinos  Funds go?</a>\r\n<a href="#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\r\n<a href="#q5">How can I help?</a>\r\n<a href="#q6">Do you need to be an AAZK  member to bowl?</a>\r\n<a href="#q7">How many chapters  participate?</a>\r\n<a href="#q10">Why not bowl for a  different animal each year?</a>\r\n<a href="#q11">We noticed the name of the  event was changed, why is that?</a>\r\n<a href="#q12">Where can I get more  information?</a>\r\n\r\n<hr /><strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\r\n<strong><big></big></strong>\r\n\r\n<strong><big><img class="alignnone size-thumbnail wp-image-1308" title="bfr_logo_497x497" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo_497x497-150x150.jpg" alt="bfr_logo_497x497" width="90" height="90" />A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).  Over 60 AAZK chapters participate  throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\r\n\r\n<a name="q2"> </a>\r\n\r\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of<img class="size-medium wp-image-1312 alignright" title="extinct_rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/extinct_rhino-300x200.jpg" alt="extinct_rhino" width="300" height="200" /> rhino exist today when once there were over 100 species.  All 5 species- the white, black, greater one-horned, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the greater one-horned population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has fewer than 60 animals.\r\n\r\nThe black rhino is a symbol of conservation in Africa as our bald eagle  is to those of us in the United States. If the black rhino were to go extinct what message would we give our children?  The rhino is a large, flagship species.  By striving to save the rhino, we save large expanses of habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive guns and man.  The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles.  So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks.  "BFR"  money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuaries/parks, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\r\n\r\n<img class="size-full wp-image-1243 alignleft" title="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" alt="aazk-color-logo-c2a8" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an  obligation to save it and the other rhino species from extinction.  Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\r\n\r\n<a name="q3"> </a>\r\n\r\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the black and white Rhino in Africa and the Javan and Sumatran Rhino in  Indonesia.\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\r\n\r\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to LWC. 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant </a>administered by the AAZK.\r\n\r\n<a name="q4"> </a>\r\n\r\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\r\n\r\n<a name="q5"> </a>\r\n\r\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser or by donating to someone who is. <a href="http://aecetia.net/gws/aazk/links/aazk-local-chapters">Click  here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\r\n\r\n<a name="q6"> </a>\r\n\r\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> No. Anyone can join the bowl-a-thon and have fun.\r\n\r\n<a name="q7"> </a>\r\n\r\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some bowl together) in U.S. and Canada.\r\n\r\n<a name="q8"> </a>\r\n\r\n<a name="q10"> </a>\r\n\r\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan  gibbons and the coral reefs,  just to name a few.\r\n\r\n<a name="q11"> </a>\r\n\r\n<strong><a name="q11"><big>Q: We noticed the name of the event was  changed, why is that?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Yes, the official name is now "American Association of Zoo  Keepers Bowling For Rhinos, sponsored by Blue Rhino<sup>®</sup>". We now have an  official <img class="alignright size-medium wp-image-1316" title="bluerhinologo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bluerhinologo-300x127.jpg" alt="bluerhinologo" width="180" height="76" />corporate sponsor, the good people at <a href="http://www.bluerhino.com/">Blue Rhino®</a>. Blue Rhino<sup>® </sup> had been  looking for a way to support conservation of their namesake, the rhino,  and chose to contribute to our fundraising efforts. Part of our  agreement was to add their name as our sponsor, update our fundraising  documentation to include their name and logo, and in turn they\'ll donate  significant funds to the program.\r\n\r\n<a name="q12"> </a>\r\n\r\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2010-04-23 16:05:55', '2010-04-23 21:05:55', '', 1269, 'http://aazk.org/uncategorized/1269-revision-31/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1450, 2, '2010-04-29 08:45:28', '2010-04-29 13:45:28', '2010 AAZK Conference Notice/Information for Contributors\nAbout the Cover\nFrom the President/From the AKF Editor\nLearning to Walk Again: Paralysis in an African Penguin\nDevelopment of an Aviary Training Program: Enhancing the Daily Management of Zoo Atlanta’s Bird Collection\nHand-Rearing Caribbean &amp; Chilean Flamingo Chicks at the Birmingham Zoo\nBreeding Cinereous Vultures at the Milwaukee County Zoo\nThe Use of Vocal Playback as a Tool for Breeding in Captive Birds - Collaborators Sought\nAvian Rearing Resource Website\nDesigning a Keeper and Bird-Friendly Enrichment Program\nSuccessfully Raising Parent-reared Chicks from Elegant-crested Tinamou\nRatite Behavioral Husbandry at the Philadelphia Zoo\nFrogmouth Management at Sea World Orlando and Discovery Cove\nIncubation and Hand-rearing of a Greater Rhea at the Great Plains Zoo\nFirst Time Breeding of Captive Sulawesi Knobbed Hornbills at St. Augustine Alligator Farm Zoological Park\nArtificially Inseminating White-naped Cranes\nEnrichment and Training...It’s For the Birds\nJess Free\nGreater Flamingo with Capture Myopathy: Specialized Care and Husbandry\nSuccessful Rearing of an African Sacred Ibis Chick at the Toronto Zoo\nFeather Facts\nSemen Collection on Rockhopper and Gentoo Penguins at the Indianapolis Zoo\nSetting Up a Picture Perfect Success\nSupplemental Feedings to Aid a Parent-reared African Pygmy Falcon Chick\nBreeding White-crested Laughing Thrush at the Birmingham Zoo\nTypes of Feathers\nThe Management and Breeding Program for Roseate Spoonbills at\nthe Palm Beach Zoo at Dreher Park\nFeather Types - Did You Know?\nPuppets: Construction and Use for the Hand-rearing of Birds\nRaising Red-Vented Bulbuls in Tropic World Asia Bird Holding\nSessions for All Seasons: Lappet-faced Vulture Training\nAvian Trivia\nSuccessfully Managing a Mixed-Species Free-Flight Aviary\nBook Review (On the Wings of Cranes)\nAvian Websites to Check Out\nAfrican Penguin (Photo)', 'April/May 2010 - Dedicated Issue on Avian Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '1161-autosave', '', '', '2010-04-29 08:45:28', '2010-04-29 13:45:28', '', 1161, 'http://aazk.org/uncategorized/1161-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1451, 2, '2010-04-29 08:50:26', '2010-04-29 13:50:26', '<strong>Avian Husbandry</strong>\r\n\r\n<img class="alignnone size-medium wp-image-1448" title="akf-cover-apr_may" src="http://aecetia.net/gws/aazk/wp-content/uploads/akf-cover-apr_may-200x300.jpg" alt="akf-cover-apr_may" width="200" height="300" />\r\n\r\n2010 AAZK Conference Notice/Information for Contributors\r\nAbout the Cover\r\nFrom the President/From the AKF Editor\r\nLearning to Walk Again: Paralysis in an African Penguin\r\nDevelopment of an Aviary Training Program: Enhancing the Daily  Management of Zoo Atlanta’s Bird Collection\r\nHand-Rearing Caribbean &amp; Chilean Flamingo Chicks at the Birmingham  Zoo\r\nBreeding Cinereous Vultures at the Milwaukee County Zoo\r\nThe Use of Vocal Playback as a Tool for Breeding in Captive Birds -  Collaborators Sought\r\nAvian Rearing Resource Website\r\nDesigning a Keeper and Bird-Friendly Enrichment Program\r\nSuccessfully Raising Parent-reared Chicks from Elegant-crested Tinamou\r\nRatite Behavioral Husbandry at the Philadelphia Zoo\r\nFrogmouth Management at Sea World Orlando and Discovery Cove\r\nIncubation and Hand-rearing of a Greater Rhea at the Great Plains Zoo\r\nFirst Time Breeding of Captive Sulawesi Knobbed Hornbills at St.  Augustine Alligator Farm Zoological Park\r\nArtificially Inseminating White-naped Cranes\r\nEnrichment and Training...It’s For the Birds\r\nJess Free\r\nGreater Flamingo with Capture Myopathy: Specialized Care and Husbandry\r\nSuccessful Rearing of an African Sacred Ibis Chick at the Toronto Zoo\r\nFeather Facts\r\nSemen Collection on Rockhopper and Gentoo Penguins at the Indianapolis  Zoo\r\nSetting Up a Picture Perfect Success\r\nSupplemental Feedings to Aid a Parent-reared African Pygmy Falcon Chick\r\nBreeding White-crested Laughing Thrush at the Birmingham Zoo\r\nTypes of Feathers\r\nThe Management and Breeding Program for Roseate Spoonbills at\r\nthe Palm Beach Zoo at Dreher Park\r\nFeather Types - Did You Know?\r\nPuppets: Construction and Use for the Hand-rearing of Birds\r\nRaising Red-Vented Bulbuls in Tropic World Asia Bird Holding\r\nSessions for All Seasons: Lappet-faced Vulture Training\r\nAvian Trivia\r\nSuccessfully Managing a Mixed-Species Free-Flight Aviary\r\nBook Review (On the Wings of Cranes)\r\nAvian Websites to Check Out\r\nAfrican Penguin (Photo)', 'AKF Special Issue Table of Contents - April/May 2010', 0, '', 'inherit', 'closed', 'closed', '', '1447-autosave', '', '', '2010-04-29 08:50:26', '2010-04-29 13:50:26', '', 1447, 'http://aazk.org/uncategorized/1447-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1452, 2, '2010-04-29 08:44:51', '2010-04-29 13:44:51', '<img class="alignnone size-medium wp-image-1448" title="akf-cover-apr_may" src="http://aecetia.net/gws/aazk/wp-content/uploads/akf-cover-apr_may-200x300.jpg" alt="akf-cover-apr_may" width="200" height="300" />\r\n\r\n2010 AAZK Conference Notice/Information for Contributors\r\nAbout the Cover\r\nFrom the President/From the AKF Editor\r\nLearning to Walk Again: Paralysis in an African Penguin\r\nDevelopment of an Aviary Training Program: Enhancing the Daily  Management of Zoo Atlanta’s Bird Collection\r\nHand-Rearing Caribbean &amp; Chilean Flamingo Chicks at the Birmingham  Zoo\r\nBreeding Cinereous Vultures at the Milwaukee County Zoo\r\nThe Use of Vocal Playback as a Tool for Breeding in Captive Birds -  Collaborators Sought\r\nAvian Rearing Resource Website\r\nDesigning a Keeper and Bird-Friendly Enrichment Program\r\nSuccessfully Raising Parent-reared Chicks from Elegant-crested Tinamou\r\nRatite Behavioral Husbandry at the Philadelphia Zoo\r\nFrogmouth Management at Sea World Orlando and Discovery Cove\r\nIncubation and Hand-rearing of a Greater Rhea at the Great Plains Zoo\r\nFirst Time Breeding of Captive Sulawesi Knobbed Hornbills at St.  Augustine Alligator Farm Zoological Park\r\nArtificially Inseminating White-naped Cranes\r\nEnrichment and Training...It’s For the Birds\r\nJess Free\r\nGreater Flamingo with Capture Myopathy: Specialized Care and Husbandry\r\nSuccessful Rearing of an African Sacred Ibis Chick at the Toronto Zoo\r\nFeather Facts\r\nSemen Collection on Rockhopper and Gentoo Penguins at the Indianapolis  Zoo\r\nSetting Up a Picture Perfect Success\r\nSupplemental Feedings to Aid a Parent-reared African Pygmy Falcon Chick\r\nBreeding White-crested Laughing Thrush at the Birmingham Zoo\r\nTypes of Feathers\r\nThe Management and Breeding Program for Roseate Spoonbills at\r\nthe Palm Beach Zoo at Dreher Park\r\nFeather Types - Did You Know?\r\nPuppets: Construction and Use for the Hand-rearing of Birds\r\nRaising Red-Vented Bulbuls in Tropic World Asia Bird Holding\r\nSessions for All Seasons: Lappet-faced Vulture Training\r\nAvian Trivia\r\nSuccessfully Managing a Mixed-Species Free-Flight Aviary\r\nBook Review (On the Wings of Cranes)\r\nAvian Websites to Check Out\r\nAfrican Penguin (Photo)', 'AKF Special Issue Table of Contents - April/May 2010', 0, '', 'inherit', 'closed', 'closed', '', '1447-revision-2', '', '', '2010-04-29 08:44:51', '2010-04-29 13:44:51', '', 1447, 'http://aazk.org/uncategorized/1447-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1453, 2, '2010-04-29 08:51:47', '2010-04-29 13:51:47', '<strong>Avian Husbandry</strong>\r\n\r\n<img class="alignnone size-medium wp-image-1448" title="akf-cover-apr_may" src="http://aecetia.net/gws/aazk/wp-content/uploads/akf-cover-apr_may-200x300.jpg" alt="akf-cover-apr_may" width="200" height="300" />\r\n\r\n<a href="http://aecetia.net/gws/aazk/shop/publications/special-issue-of-the-animal-keepers-forum-dedicated-to-avian-husbandry/">Order your copy of this special issue on avian husbandry</a>\r\n\r\n2010 AAZK Conference Notice/Information for Contributors\r\nAbout the Cover\r\nFrom the President/From the AKF Editor\r\nLearning to Walk Again: Paralysis in an African Penguin\r\nDevelopment of an Aviary Training Program: Enhancing the Daily  Management of Zoo Atlanta’s Bird Collection\r\nHand-Rearing Caribbean &amp; Chilean Flamingo Chicks at the Birmingham  Zoo\r\nBreeding Cinereous Vultures at the Milwaukee County Zoo\r\nThe Use of Vocal Playback as a Tool for Breeding in Captive Birds -  Collaborators Sought\r\nAvian Rearing Resource Website\r\nDesigning a Keeper and Bird-Friendly Enrichment Program\r\nSuccessfully Raising Parent-reared Chicks from Elegant-crested Tinamou\r\nRatite Behavioral Husbandry at the Philadelphia Zoo\r\nFrogmouth Management at Sea World Orlando and Discovery Cove\r\nIncubation and Hand-rearing of a Greater Rhea at the Great Plains Zoo\r\nFirst Time Breeding of Captive Sulawesi Knobbed Hornbills at St.  Augustine Alligator Farm Zoological Park\r\nArtificially Inseminating White-naped Cranes\r\nEnrichment and Training...It’s For the Birds\r\nJess Free\r\nGreater Flamingo with Capture Myopathy: Specialized Care and Husbandry\r\nSuccessful Rearing of an African Sacred Ibis Chick at the Toronto Zoo\r\nFeather Facts\r\nSemen Collection on Rockhopper and Gentoo Penguins at the Indianapolis  Zoo\r\nSetting Up a Picture Perfect Success\r\nSupplemental Feedings to Aid a Parent-reared African Pygmy Falcon Chick\r\nBreeding White-crested Laughing Thrush at the Birmingham Zoo\r\nTypes of Feathers\r\nThe Management and Breeding Program for Roseate Spoonbills at\r\nthe Palm Beach Zoo at Dreher Park\r\nFeather Types - Did You Know?\r\nPuppets: Construction and Use for the Hand-rearing of Birds\r\nRaising Red-Vented Bulbuls in Tropic World Asia Bird Holding\r\nSessions for All Seasons: Lappet-faced Vulture Training\r\nAvian Trivia\r\nSuccessfully Managing a Mixed-Species Free-Flight Aviary\r\nBook Review (On the Wings of Cranes)\r\nAvian Websites to Check Out\r\nAfrican Penguin (Photo)', 'AKF Special Issue Table of Contents - April/May 2010', 0, '', 'inherit', 'closed', 'closed', '', '1447-revision-3', '', '', '2010-04-29 08:51:47', '2010-04-29 13:51:47', '', 1447, 'http://aazk.org/uncategorized/1447-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1684, 2, '2010-08-27 14:46:53', '2010-08-27 19:46:53', '<h3>Conference Program Chair</h3>\r\n<img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /> Ed Hansen\r\n<h3>Upcoming AAZK Conferences:</h3>\r\n<!--more-->\r\n<ul>\r\n	<li><strong>2011: </strong>San Diego, CA - San Diego Zoo - August 24-28, 2011        <a href="http://sdaazk.com/?page_id=15"> http://sdaazk.com/</a></li>\r\n</ul>\r\n<ul>\r\n	<li><strong>2012:</strong> Syracuse, NY - Rosamond Gifford Zoo - September 23-27, 2012</li>\r\n</ul>', 'Annual AAZK Conferences', 0, '', 'inherit', 'closed', 'closed', '', '160-revision-15', '', '', '2010-08-27 14:46:53', '2010-08-27 19:46:53', '', 160, 'http://aazk.org/uncategorized/160-revision-15/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1685, 2, '2010-08-27 14:47:20', '2010-08-27 19:47:20', '<h3>Conference Program Chair</h3>\r\n<img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /> Ed Hansen\r\n<h3>Upcoming AAZK Conferences:</h3>\r\n<!--more-->\r\n<ul>\r\n	<li><strong>2011: </strong>San Diego, CA - San Diego Zoo - August 24-28        <a href="http://sdaazk.com/?page_id=15"> http://sdaazk.com/</a></li>\r\n</ul>\r\n<ul>\r\n	<li><strong>2012:</strong> Syracuse, NY - Rosamond Gifford Zoo - September 23-27</li>\r\n</ul>', 'Annual AAZK Conferences', 0, '', 'inherit', 'closed', 'closed', '', '160-revision-16', '', '', '2010-08-27 14:47:20', '2010-08-27 19:47:20', '', 160, 'http://aazk.org/uncategorized/160-revision-16/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1456, 2, '2009-11-06 10:35:06', '2009-11-06 15:35:06', '<h3>Acting Chair</h3>\r\n<img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /> Shane Good\r\n<h3>Purpose</h3>\r\nThe International Outreach Committee (IOC) provides a variety of assistance to our international colleagues, promotes the goals and objective of AAZK, Inc. on an international level, increases awareness of AAZK, Inc., and enhances communication among the world\'s zoo professionals. Ultimately, the IOC\'s purpose is to help improve professional animal care in North America and throughout the world. Traditional functions of the IOC have included keeper workshops, Project M.A.R.C. (Making a Realistic Contribution), and helping keepers in developing countries receive needed supplies.\r\n\r\nThe AAZK Board of Directors is seeking a chairperson for this committee. If you are interested in applying for this position, please contact the acting chair:\r\n\r\nShane Good, IOC Acting Chair\r\n\r\nCleveland Metroparks Zoo\r\n3900 Wildlife Way\r\nCleveland, OH 44109-3132\r\nEmail: <a href="mailto:sjg@clevelandmetroparks.com">sjg@clevelandmetroparks.com</a>', 'International Outreach Committee', 0, '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2009-11-06 10:35:06', '2009-11-06 15:35:06', '', 153, 'http://aazk.org/uncategorized/153-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1802, 2, '2010-12-01 06:42:18', '2010-12-01 11:42:18', '', 'green_tree_frog', 0, '', 'inherit', 'closed', 'closed', '', 'green_tree_frog', '', '', '2010-12-01 06:42:18', '2010-12-01 11:42:18', '', 1801, 'http://aazk.org/wp-content/uploads/green_tree_frog.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1459, 2, '2009-07-20 11:01:19', '2009-07-20 16:01:19', '<h3>Grants Committee Chair</h3>\r\nShelly Roach - <em>Columbus Zoo and Aquarium</em>\r\n<h3>Purpose</h3>\r\nThe purpose of the AAZK Grants Committee is to encourage and support the professional development and conservation involvement of AAZK members. Additionally, AAZK is committed to supporting and encouraging research conducted by members in zoological parks and aquariums.\r\n<h3>Grants Offered</h3>\r\n<strong><em>(Deadlines for all grants is 01 March)</em></strong>\r\n<h4>The AAZK  Professional Travel Grant</h4>\r\nThe AAZK Professional Travel Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.\r\n<h4>The AAZK/AZA Advances in Animal Keeping Course Grant</h4>\r\n<dd>The AAZK/AZA Advances in Animal Keeping Course Grant is designed to assist AAZK members with costs associated with attending the Advances in Animal Keeping Course offered through AZA.</dd>\r\n<h4>The AAZK Conservation, Preservation and Restoration Grant</h4>\r\nThe purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.\r\n<h4>The AAZK Research Grant</h4>\r\nThe purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.\r\n<h3>Qualifications</h3>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.\r\n\r\nApplication instructions and the grant applications can be found in the <a href="/members/">Members Only section</a> of the website. Examples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.\r\n<h3>Examples of Past Grants</h3>\r\n<h3></h3>\r\n<h4>Research Grants</h4>\r\n<ul>\r\n	<li><a href="/wp-content/uploads/grant_blood_typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a></li>\r\n	<li><a href="/wp-content/uploads/grant_project_penguin.pdf">Project Penguin: Semen Collection</a></li>\r\n</ul>\r\n<h4>Conservation, Restoration, and Preservation Grants</h4>\r\n<ul>\r\n	<li><a href="/wp-content/uploads/grant_river_otter_survey.pdf">North American River Otter Latrine Site Survey</a></li>\r\n</ul>\r\n<h4>Travel Grants</h4>\r\n<ul>\r\n	<li><a href="/wp-content/uploads/grant_amphibian_keeper_course.pdf">Amphibians, their current status, and an important AZA course for any amphibian keeper</a></li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/grant_awards-_2008.pdf">2008 Grant Awards</a></strong>\r\n<h3>Restrictions</h3>\r\nThe Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.\r\n\r\nThe Research Grant Database is in Adobe PDF format. If you do not have\r\nAdobe Acrobat Reader, please download the free software <a href="http://get.adobe.com/reader/">here</a>.\r\n\r\n<strong><a href="/wp-content/uploads/research_grant_database.pdf">Research Grant Database</a></strong>\r\n\r\n<strong>The purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.</strong>', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2009-07-20 11:01:19', '2009-07-20 16:01:19', '', 14, 'http://aazk.org/uncategorized/14-revision-18/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1460, 2, '2010-05-09 05:43:55', '2010-05-09 10:43:55', '', 'lewaroundblack_withwebsite', 0, '', 'inherit', 'closed', 'closed', '', 'lewaroundblack_withwebsite', '', '', '2010-05-09 05:43:55', '2010-05-09 10:43:55', '', 885, 'http://aazk.org/wp-content/uploads/lewaroundblack_withwebsite.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (1461, 2, '2010-05-09 05:46:49', '2010-05-09 10:46:49', '', 'lewaroundblack_withwebsite-2', 0, '', 'inherit', 'closed', 'closed', '', 'lewaroundblack_withwebsite-2', '', '', '2010-05-09 05:46:49', '2010-05-09 10:46:49', '', 885, 'http://aazk.org/wp-content/uploads/lewaroundblack_withwebsite-2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1462, 2, '2010-04-23 16:30:11', '2010-04-23 21:30:11', 'The following links are relevant to the Bowling for Rhinos program.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<a href="http://www.bluerhino.com/BRWEB/Company-Info/Save-the-Rhinos.aspx"><img class="alignnone size-full wp-image-867" title="blue-rhino-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue-rhino-logo.jpg" alt="blue-rhino-logo" width="216" height="92" /></a> <a href="http://www.bluerhino.com/BRWEB/Company-Info/Save-the-Rhinos.aspx">Blue Rhino</a>\r\n\r\n<img class="alignnone size-full wp-image-984" title="lewa" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa.gif" alt="lewa" width="85" height="85" /> <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a>\r\n\r\n<img class="alignnone size-full wp-image-986" title="irflogosm" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogosm.jpg" alt="irflogosm" width="150" height="98" /> <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a>\r\n\r\n<img class="alignnone size-full wp-image-987" title="acklogosm" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogosm.jpg" alt="acklogosm" width="144" height="150" /> <a href="http://www.actionforcheetahs.org/">Action for Cheetahs in Kenya</a>', 'BFR Links', 0, '', 'inherit', 'closed', 'closed', '', '885-revision-10', '', '', '2010-04-23 16:30:11', '2010-04-23 21:30:11', '', 885, 'http://aazk.org/uncategorized/885-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1463, 2, '2014-07-08 10:53:19', '2014-07-08 15:53:19', '<h4>Mission Statement</h4>\n<img class="alignleft" title="Lewa Wildlife Conservancy" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewaroundblack_withwebsite-2-300x295.jpg" alt="lewaroundblack_withwebsite-2" width="180" />The <a href="http://www.lewa.org/" target="_blank">Lewa Wildlife Conservancy</a> works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programs, and the education of neighboring areas in the value of wildlife.\n<div class="clear">            Read the Lewa Wildlife Conservancy - Report to AAZK for 2014</div>\n<div class="hr"></div>\n<h4>Where is LWC located?</h4>\n<object style="width: 450px; height: 450px;" width="320" height="240" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /><embed style="width: 450px; height: 450px;" width="320" height="240" type="application/x-shockwave-flash" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" quality="high" wmode="transparent" /></object>\n\n<em>Map courtesy of <a href="http://www.lewa.org" target="_blank">Lewa Wildlife Conservancy</a></em>\n<div class="hr"></div>\n<h4>History</h4>\n<img class="alignleft" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="Rhino" width="160" /> <img class="alignright" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="Rhino" width="160" /> Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In 1983 the Craigs and Anna Merz - who funded the program - decided to establish the fenced and guarded Ngare Sergoi Rhino Sanctuary at the western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos needed more space, and the sanctuary was expanded to cover the rest of the ranch, and the adjoining Ngare Ndare Forest Reserve.\n<div class="clear"></div>\n<div class="hr"></div>\n<h4>Wildlife on Lewa</h4>\n<img class="alignleft" title="Zebra" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="Zebra" width="160" /> There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.\n<div class="clear"></div>\n<img class="alignleft" title="Elephants" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="Elephants" width="190" /> <img class="alignleft" title="Bird" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="Bird" width="190" /> <img class="alignleft" title="Cheetah" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="Cheetah" width="190" />\n<div class="clear"></div>\n<div class="hr"></div>\n<h4>Community Development Programs</h4>\n<img class="size-thumbnail wp-image-1329 alignleft" title="Lewa Students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="Lewa Students" width="150" height="150" /> Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.\n<div class="clear"></div>\n<img class="alignleft" title="Lewa Community Farms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="Lewa Community Farms" width="160" /> <img class="alignnone" title="Lewa Lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="Lewa Lunchline" width="160" />\n<div class="clear"></div>\n<strong>For more information on Lewa Wildlife Conservancy and its programs please visit their website at <a href="http://www.lewa.org">www.lewa.org</a>.\n</strong>\n<div id="inner-links"></div>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-autosave-v1', '', '', '2014-07-08 10:53:19', '2014-07-08 15:53:19', '', 991, 'http://aazk.org/uncategorized/991-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6180, 2, '2014-07-08 10:53:21', '2014-07-08 15:53:21', '<h4>Mission Statement</h4>\r\n<img class="alignleft" title="Lewa Wildlife Conservancy" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewaroundblack_withwebsite-2-300x295.jpg" alt="lewaroundblack_withwebsite-2" width="180" />The <a href="http://www.lewa.org/" target="_blank">Lewa Wildlife Conservancy</a> works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programs, and the education of neighboring areas in the value of wildlife.\r\n<div class="clear">            Read the Lewa Wildlife Conservancy - Report to AAZK for 2014 <a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lewa-2014-Report-For-AAZK-JULY.pdf">Lewa 2014 Report For AAZK --JULY</a></div>\r\n<div class="hr"></div>\r\n<h4>Where is LWC located?</h4>\r\n<object style="width: 450px; height: 450px;" width="320" height="240" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /><embed style="width: 450px; height: 450px;" width="320" height="240" type="application/x-shockwave-flash" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" quality="high" wmode="transparent" /></object>\r\n\r\n<em>Map courtesy of <a href="http://www.lewa.org" target="_blank">Lewa Wildlife Conservancy</a></em>\r\n<div class="hr"></div>\r\n<h4>History</h4>\r\n<img class="alignleft" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="Rhino" width="160" /> <img class="alignright" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="Rhino" width="160" /> Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In 1983 the Craigs and Anna Merz - who funded the program - decided to establish the fenced and guarded Ngare Sergoi Rhino Sanctuary at the western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos needed more space, and the sanctuary was expanded to cover the rest of the ranch, and the adjoining Ngare Ndare Forest Reserve.\r\n<div class="clear"></div>\r\n<div class="hr"></div>\r\n<h4>Wildlife on Lewa</h4>\r\n<img class="alignleft" title="Zebra" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="Zebra" width="160" /> There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.\r\n<div class="clear"></div>\r\n<img class="alignleft" title="Elephants" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="Elephants" width="190" /> <img class="alignleft" title="Bird" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="Bird" width="190" /> <img class="alignleft" title="Cheetah" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="Cheetah" width="190" />\r\n<div class="clear"></div>\r\n<div class="hr"></div>\r\n<h4>Community Development Programs</h4>\r\n<img class="size-thumbnail wp-image-1329 alignleft" title="Lewa Students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="Lewa Students" width="150" height="150" /> Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.\r\n<div class="clear"></div>\r\n<img class="alignleft" title="Lewa Community Farms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="Lewa Community Farms" width="160" /> <img class="alignnone" title="Lewa Lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="Lewa Lunchline" width="160" />\r\n<div class="clear"></div>\r\n<strong>For more information on Lewa Wildlife Conservancy and its programs please visit their website at <a href="http://www.lewa.org">www.lewa.org</a>.\r\n</strong>\r\n<div id="inner-links"></div>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2014-07-08 10:53:21', '2014-07-08 15:53:21', '', 991, 'https://www.aazk.org/991-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1464, 2, '2010-04-23 16:07:16', '2010-04-23 21:07:16', '<img class="aligncenter size-medium wp-image-1428" title="lewa-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa-logo-300x300.gif" alt="lewa-logo" width="300" height="300" />\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a> works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n\r\n<img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="227" height="150" /> <img class="size-medium wp-image-1178 alignnone" title="img_4405a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="img_4405a" width="241" height="151" /> <img class="size-medium wp-image-1118 alignnone" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="227" height="150" />\r\n<p style="text-align: left;"><strong>Community Development Programs</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife<img class="size-thumbnail wp-image-1329 alignright" title="lewa_20100208_0052_students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="lewa_20100208_0052_students" width="150" height="150" /> conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.</p>\r\n<p style="text-align: left;"><img class="size-medium wp-image-1331 alignleft" title="lewa_20100208_0095_manyangalocommunityfarms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="lewa_20100208_0095_manyangalocommunityfarms" width="300" height="214" /> <img class="size-medium wp-image-1333 alignnone" title="lewa_20100208_0082_lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="lewa_20100208_0082_lunchline" width="300" height="214" /></p>\r\n<p style="text-align: left;">For more information on Lewa Wildlife Conservancy and its programs please visit their <a href="http://www.lewa.org">website</a>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2010-04-23 16:07:16', '2010-04-23 21:07:16', '', 991, 'http://aazk.org/uncategorized/991-revision-91/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1471, 1, '2010-05-18 13:30:34', '2010-05-18 18:30:34', '', 'may_2010', 0, '', 'inherit', 'closed', 'closed', '', 'may_2010', '', '', '2010-05-18 13:30:34', '2010-05-18 18:30:34', '', 0, 'http://aazk.org/wp-content/uploads/may_2010.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (1476, 2, '2010-05-27 08:41:15', '2010-05-27 13:41:15', '', 'panda_blood_sleeve', 0, '', 'inherit', 'closed', 'closed', '', 'panda_blood_sleeve', '', '', '2010-05-27 08:41:15', '2010-05-27 13:41:15', '', 1474, 'http://aazk.org/wp-content/uploads/panda_blood_sleeve.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1477, 2, '2010-05-27 08:43:02', '2010-05-27 13:43:02', '<em><strong>The AAZK Behavioral Husbandry Committee presents</strong></em>\n\n<img class="aligncenter size-full wp-image-1475" title="training_tales3" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales3.jpg" alt="training_tales3" width="476" height="102" />\n\n<em>Jay Pratte, Lead Keeper, Zoo Atlanta\nAAZK Behavioral Husbandry Committee Member\nBear Care Group Board of Directors</em>\n\n<strong>Introduction</strong>\n\n<em>“…I approach every bear with the same two questions on my mind: Who are you?\nand What can I do for you?” – Else Poulsen, “Smiling Bears”.</em>\n\nBear caregivers know that these animals are clever, complex and sociable.  This combination of traits signifies a very real need for dynamic enrichment and operant conditioning (training) programs for captive bears.  Over the last few decades, advances in captive animal management and increased longevity have shaped a need for proactive, long-term husbandry guidelines.  Incorporating regular training into the routine of bears (or any animal for that matter) improves caregivers’ relationships with their charges, reduces the need for anesthetics, providing less invasive options for observation and treatment of potential medical and behavioral issues.\n\nSeveral years of presenting training workshops for animal caregivers, and more recently bear-specific workshops, have provided me with a clear and concise view of what tools are most frequently requested to manage shrewd, yet dangerous species like bears.  General husbandry techniques, such as shifting and cooperative feeding usually come first, but inevitably questions are raised on how to train for procedures such as voluntary injections or blood collection.  A complex and marginally invasive voluntary medical technique, blood collection is a challenging yet valuable management tool.  Obviously venipuncture is not the first step in a training program, but an attainable goal once a basic understanding of reinforcement and training expectations is established with each individual animal.\n\nWhy train bears for voluntary blood collection? A few excellent reasons are:\n• Improved care/husbandry; more flexibility in management\n• Routine or situational diagnostics\n• Medical care (e.g.:  vein access could provide opportunity for IV injections,\nadministering fluids in a compromised animal w/ out anesthesia)\n• Build trust between the animal and caregiver\n• Voluntary cooperation and decreased immobilizations\n\nUltimately voluntary venipuncture provides caregivers with one more management tool, while reinforcing each animal’s desire to cooperate with a consistent valued reward system.  It is easy to teach the association that a little pain = big gain.\n\nKnow Your Bears\nHaving worked with all eight extant bear species, I have observed amazing differences between each group.  Some basic generalizations (from personal observation and discussions with other caregivers) can be made about the differing species.  For example, polar bears (Ursus maritimus) and grizzly bears (Ursus arctos horriblis) appear extremely focused and intense when engaged in training.  They spend most of their time on the ground, and while they are able to manipulate items with their paws, they are generally less adroit than most of their smaller, more arboreal cousins.  These are clearly very common sense remarks, but the natural history of each species plays heavily into a successful training program.  Trying to train a polar bear, with its enormous paws that are less finely tuned for climbing or grasping, to place a limb through a sleeve for blood draw training is very likely going to prove both frustrating and fruitless.  Assessing each animal’s natural history and personal preferences will allow a trainer to better judge various aspects of training, from choosing motivating rewards to appropriate positions for procedures.\n\nNatural and personal histories taken into consideration, the animal’s physical capabilities must be assessed in conjunction with the existing environment. Are there geriatric considerations?  Is the goal to draw from the forelimb, the neck, or a hind foot?  This is where looking around the environment with an open, creative mind comes into play.  Can maintenance crews cut training panels or holes that will not compromise human or animal safety?  Can a blood draw sleeve be constructed from readily available materials (Figure 1)?  Is there a low spot in a transfer area that a paw could slide under, or bars where a bear lying on its side could flop a hind foot through?  Existing squeeze/crate/chute facilities are extremely useful.  Can it be used in a non-restraining manner to aid positioning?  There is no one correct way to train a desired behavior, and any number of options (Cecil, Kezer, Pratte, 2003).  Flexibility in training is essential, as one specific method will not prove successful for every bear.\n\nPersonal observation and research to date lend support to three successful venipuncture sites:  the cephalic vein on the underside of the forelimb; the dorsal pedal (metatarsal) vein on the hind foot; the jugular vein on the neck (Figure 2).  These methods are not exclusive, as there are as many means of training as there are bears, trainers, and willing veterinarians or vet techs.  Based on the usable space in the environment and each bear’s natural and individual history, assess which of the three methods will work best.\n\n<img class="alignnone size-full wp-image-1476" title="panda_blood_sleeve" src="http://aecetia.net/gws/aazk/wp-content/uploads/panda_blood_sleeve.jpg" alt="panda_blood_sleeve" width="640" height="481" />\n\n<strong>Fig. 1:</strong> A giant panda trained to use a blood sleeve at Zoo Atlanta. <em>(photo by author)</em>', 'Training Bears for Voluntary Blood Collection', 0, '', 'inherit', 'closed', 'closed', '', '1474-revision', '', '', '2010-05-27 08:43:02', '2010-05-27 13:43:02', '', 1474, 'http://aazk.org/uncategorized/1474-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1478, 2, '2010-05-27 08:43:57', '2010-05-27 13:43:57', '<em><strong>The AAZK Behavioral Husbandry Committee presents</strong></em>\r\n\r\n<img class="aligncenter size-full wp-image-1475" title="training_tales3" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales3.jpg" alt="training_tales3" width="476" height="102" />\r\n\r\n<em>Jay Pratte, Lead Keeper, Zoo Atlanta\r\nAAZK Behavioral Husbandry Committee Member\r\nBear Care Group Board of Directors</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\n<em>“…I approach every bear with the same two questions on my mind: Who are you?\r\nand What can I do for you?” – Else Poulsen, “Smiling Bears”.</em>\r\n\r\nBear caregivers know that these animals are clever, complex and sociable.  This combination of traits signifies a very real need for dynamic enrichment and operant conditioning (training) programs for captive bears.  Over the last few decades, advances in captive animal management and increased longevity have shaped a need for proactive, long-term husbandry guidelines.  Incorporating regular training into the routine of bears (or any animal for that matter) improves caregivers’ relationships with their charges, reduces the need for anesthetics, providing less invasive options for observation and treatment of potential medical and behavioral issues.\r\n\r\nSeveral years of presenting training workshops for animal caregivers, and more recently bear-specific workshops, have provided me with a clear and concise view of what tools are most frequently requested to manage shrewd, yet dangerous species like bears.  General husbandry techniques, such as shifting and cooperative feeding usually come first, but inevitably questions are raised on how to train for procedures such as voluntary injections or blood collection.  A complex and marginally invasive voluntary medical technique, blood collection is a challenging yet valuable management tool.  Obviously venipuncture is not the first step in a training program, but an attainable goal once a basic understanding of reinforcement and training expectations is established with each individual animal.\r\n\r\nWhy train bears for voluntary blood collection? A few excellent reasons are:\r\n• Improved care/husbandry; more flexibility in management\r\n• Routine or situational diagnostics\r\n• Medical care (e.g.:  vein access could provide opportunity for IV injections,\r\nadministering fluids in a compromised animal w/ out anesthesia)\r\n• Build trust between the animal and caregiver\r\n• Voluntary cooperation and decreased immobilizations\r\n\r\nUltimately voluntary venipuncture provides caregivers with one more management tool, while reinforcing each animal’s desire to cooperate with a consistent valued reward system.  It is easy to teach the association that a little pain = big gain.\r\n\r\nKnow Your Bears\r\nHaving worked with all eight extant bear species, I have observed amazing differences between each group.  Some basic generalizations (from personal observation and discussions with other caregivers) can be made about the differing species.  For example, polar bears (Ursus maritimus) and grizzly bears (Ursus arctos horriblis) appear extremely focused and intense when engaged in training.  They spend most of their time on the ground, and while they are able to manipulate items with their paws, they are generally less adroit than most of their smaller, more arboreal cousins.  These are clearly very common sense remarks, but the natural history of each species plays heavily into a successful training program.  Trying to train a polar bear, with its enormous paws that are less finely tuned for climbing or grasping, to place a limb through a sleeve for blood draw training is very likely going to prove both frustrating and fruitless.  Assessing each animal’s natural history and personal preferences will allow a trainer to better judge various aspects of training, from choosing motivating rewards to appropriate positions for procedures.\r\n\r\nNatural and personal histories taken into consideration, the animal’s physical capabilities must be assessed in conjunction with the existing environment. Are there geriatric considerations?  Is the goal to draw from the forelimb, the neck, or a hind foot?  This is where looking around the environment with an open, creative mind comes into play.  Can maintenance crews cut training panels or holes that will not compromise human or animal safety?  Can a blood draw sleeve be constructed from readily available materials (Figure 1)?  Is there a low spot in a transfer area that a paw could slide under, or bars where a bear lying on its side could flop a hind foot through?  Existing squeeze/crate/chute facilities are extremely useful.  Can it be used in a non-restraining manner to aid positioning?  There is no one correct way to train a desired behavior, and any number of options (Cecil, Kezer, Pratte, 2003).  Flexibility in training is essential, as one specific method will not prove successful for every bear.\r\n\r\nPersonal observation and research to date lend support to three successful venipuncture sites:  the cephalic vein on the underside of the forelimb; the dorsal pedal (metatarsal) vein on the hind foot; the jugular vein on the neck (Figure 2).  These methods are not exclusive, as there are as many means of training as there are bears, trainers, and willing veterinarians or vet techs.  Based on the usable space in the environment and each bear’s natural and individual history, assess which of the three methods will work best.\r\n\r\n<img class="alignnone size-full wp-image-1476" title="panda_blood_sleeve" src="http://aecetia.net/gws/aazk/wp-content/uploads/panda_blood_sleeve.jpg" alt="panda_blood_sleeve" width="640" height="481" />\r\n\r\n<strong>Fig. 1:</strong> A giant panda trained to use a blood sleeve at Zoo Atlanta. <em>(photo by author)</em>\r\n\r\n<strong>The Plan</strong>\r\nIt is essential to involve managers and veterinary staff in the planning stages of training.  Managers absolutely need to buy in if they are expected to provide support, time and materials.  The veterinarian should describe preferences on animal positioning for maximum effectiveness and which tools they will require for the end goal.  This allows the trainer to obtain the tools early in the process for desensitization training (“The act of pairing a negative or aversive event, with positive reinforcement until the event loses its aversive quality.  The resulting behavior can be maintained through the use of positive reinforcement.” AAZK/AZA, 2003).  Veterinary staff also needs to agree to participate in training, to build their own positive and trusting relationship with the animals.  If the veterinarian’s presence elicits fear or anxious behavior, a voluntary draw will likely not occur.\r\n\r\nManagement and vet staff have approved the training plan.  The bear’s favoured rewards and individual limitations are known.  The environment is conducive to shaping the appropriate behaviors.  A basic training program should now be implemented if one is not already in place.  This step is vital, as the easiest road to successfully teaching an animal a new, complex behavior is by incorporating existing ones into the process.  Bears that already understand what to do with a target, or that reliably get rewards for shifting, will respond quickly to learning more complex behaviors.\r\n\r\nBehavior based husbandry (Poulsen, 2009) boils down to knowing your animal well enough to learn from what they are telling you through their actions.  If they settle into a specific position comfortably, move ahead with…….\r\n\r\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW</a>!</strong>', 'Training Bears for Voluntary Blood Collection', 0, '', 'inherit', 'closed', 'closed', '', '1474-revision-2', '', '', '2010-05-27 08:43:57', '2010-05-27 13:43:57', '', 1474, 'http://aazk.org/uncategorized/1474-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1479, 2, '2010-06-30 08:15:55', '2010-06-30 13:15:55', '<em><strong>The AAZK Behavioral Husbandry Committee presents</strong></em>\n\n<img class="aligncenter size-full wp-image-1475" title="training_tales3" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales3.jpg" alt="training_tales3" width="476" height="102" />\n\n<em>Jay Pratte, Lead Keeper, Zoo Atlanta\nAAZK Behavioral Husbandry Committee Member\nBear Care Group Board of Directors</em>\n\n<strong>Introduction</strong>\n\n<em>“…I approach every bear with the same two questions on my mind: Who are you?\nand What can I do for you?” – Else Poulsen, “Smiling Bears”.</em>\n\nBear caregivers know that these animals are clever, complex and sociable.  This combination of traits signifies a very real need for dynamic enrichment and operant conditioning (training) programs for captive bears.  Over the last few decades, advances in captive animal management and increased longevity have shaped a need for proactive, long-term husbandry guidelines.  Incorporating regular training into the routine of bears (or any animal for that matter) improves caregivers’ relationships with their charges, reduces the need for anesthetics, providing less invasive options for observation and treatment of potential medical and behavioral issues.\n\nSeveral years of presenting training workshops for animal caregivers, and more recently bear-specific workshops, have provided me with a clear and concise view of what tools are most frequently requested to manage shrewd, yet dangerous species like bears.  General husbandry techniques, such as shifting and cooperative feeding usually come first, but inevitably questions are raised on how to train for procedures such as voluntary injections or blood collection.  A complex and marginally invasive voluntary medical technique, blood collection is a challenging yet valuable management tool.  Obviously venipuncture is not the first step in a training program, but an attainable goal once a basic understanding of reinforcement and training expectations is established with each individual animal.\n\nWhy train bears for voluntary blood collection? A few excellent reasons are:\n• Improved care/husbandry; more flexibility in management\n• Routine or situational diagnostics\n• Medical care (e.g.:  vein access could provide opportunity for IV injections,\nadministering fluids in a compromised animal w/ out anesthesia)\n• Build trust between the animal and caregiver\n• Voluntary cooperation and decreased immobilizations\n\nUltimately voluntary venipuncture provides caregivers with one more management tool, while reinforcing each animal’s desire to cooperate with a consistent valued reward system.  It is easy to teach the association that a little pain = big gain.\n\n<strong>Know Your Bears</strong>\nHaving worked with all eight extant bear species, I have observed amazing differences between each group.  Some basic generalizations (from personal observation and discussions with other caregivers) can be made about the differing species.  For example, polar bears (Ursus maritimus) and grizzly bears (Ursus arctos horriblis) appear extremely focused and intense when engaged in training.  They spend most of their time on the ground, and while they are able to manipulate items with their paws, they are generally less adroit than most of their smaller, more arboreal cousins.  These are clearly very common sense remarks, but the natural history of each species plays heavily into a successful training program.  Trying to train a polar bear, with its enormous paws that are less finely tuned for climbing or grasping, to place a limb through a sleeve for blood draw training is very likely going to prove both frustrating and fruitless.  Assessing each animal’s natural history and personal preferences will allow a trainer to better judge various aspects of training, from choosing motivating rewards to appropriate positions for procedures.\n\nNatural and personal histories taken into consideration, the animal’s physical capabilities must be assessed in conjunction with the existing environment. Are there geriatric considerations?  Is the goal to draw from the forelimb, the neck, or a hind foot?  This is where looking around the environment with an open, creative mind comes into play.  Can maintenance crews cut training panels or holes that will not compromise human or animal safety?  Can a blood draw sleeve be constructed from readily available materials (Figure 1)?  Is there a low spot in a transfer area that a paw could slide under, or bars where a bear lying on its side could flop a hind foot through?  Existing squeeze/crate/chute facilities are extremely useful.  Can it be used in a non-restraining manner to aid positioning?  There is no one correct way to train a desired behavior, and any number of options (Cecil, Kezer, Pratte, 2003).  Flexibility in training is essential, as one specific method will not prove successful for every bear.\n\nPersonal observation and research to date lend support to three successful venipuncture sites:  the cephalic vein on the underside of the forelimb; the dorsal pedal (metatarsal) vein on the hind foot; the jugular vein on the neck (Figure 2).  These methods are not exclusive, as there are as many means of training as there are bears, trainers, and willing veterinarians or vet techs.  Based on the usable space in the environment and each bear’s natural and individual history, assess which of the three methods will work best.\n\n<img class="alignnone size-full wp-image-1476" title="panda_blood_sleeve" src="http://aecetia.net/gws/aazk/wp-content/uploads/panda_blood_sleeve.jpg" alt="panda_blood_sleeve" width="640" height="481" />\n\n<strong>Fig. 1:</strong> A giant panda trained to use a blood sleeve at Zoo Atlanta. <em>(photo by author)</em>\n\n<strong>The Plan</strong>\nIt is essential to involve managers and veterinary staff in the planning stages of training.  Managers absolutely need to buy in if they are expected to provide support, time and materials.  The veterinarian should describe preferences on animal positioning for maximum effectiveness and which tools they will require for the end goal.  This allows the trainer to obtain the tools early in the process for desensitization training (“The act of pairing a negative or aversive event, with positive reinforcement until the event loses its aversive quality.  The resulting behavior can be maintained through the use of positive reinforcement.” AAZK/AZA, 2003).  Veterinary staff also needs to agree to participate in training, to build their own positive and trusting relationship with the animals.  If the veterinarian’s presence elicits fear or anxious behavior, a voluntary draw will likely not occur.\n\nManagement and vet staff have approved the training plan.  The bear’s favoured rewards and individual limitations are known.  The environment is conducive to shaping the appropriate behaviors.  A basic training program should now be implemented if one is not already in place.  This step is vital, as the easiest road to successfully teaching an animal a new, complex behavior is by incorporating existing ones into the process.  Bears that already understand what to do with a target, or that reliably get rewards for shifting, will respond quickly to learning more complex behaviors.\n\nBehavior based husbandry (Poulsen, 2009) boils down to knowing your animal well enough to learn from what they are telling you through their actions.  If they settle into a specific position comfortably, move ahead with…….\n\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW</a>!</strong>', 'Training Bears for Voluntary Blood Collection', 0, '', 'inherit', 'closed', 'closed', '', '1474-autosave', '', '', '2010-06-30 08:15:55', '2010-06-30 13:15:55', '', 1474, 'http://aazk.org/uncategorized/1474-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1480, 2, '2010-05-27 08:48:36', '2010-05-27 13:48:36', 'About the Cover/Information for Contributors\r\nScoops &amp; Scuttlebutt\r\nFrom the President\r\nComing Events\r\nConference 2010 - Updates/Reminders\r\nAAZK Announces New Members\r\n“Trees for You and Me” AAZK Chapter Challenge\r\nPeople Skills for Animal People: Keeper Communication, Part IV\r\nFemale Reproductive Parameters and Calf      Development in Captive Klipspringers\r\nEnrichment Options <em>(Bah Bah Black Sheep!</em>)\r\nConditioning 0.1 Eastern Black Rhinoceros for Behavioral Restraint in Diagnosis and Treatment of Vitiligo\r\nBook Reviews (<em>The Intimate Ape: Orangutans and the Secret Life of a Vanishing  Species</em> and  <em>‘Spot the Difference’ – are cheetahs really just big cats?</em>)\r\nTraining Tales (<em>Training Bears for Voluntary Blood Collections</em>)\r\nConservation/Legislative Update', 'June 2010', 0, '', 'draft', 'closed', 'closed', '', 'june-2010', '', '', '2013-10-15 17:49:22', '2013-10-15 22:49:22', '', 0, 'http://aazk.org/?p=1480', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1481, 2, '2010-05-27 08:48:31', '2010-05-27 13:48:31', 'About the Cover/Information for Contributors\nScoops &amp; Scuttlebutt\nFrom the President\nComing Events\nConference 2010 - Updates/Reminders\nAAZK Announces New Members\n“Trees for You and Me” AAZK Chapter Challenge\nPeople Skills for Animal People: Keeper Communication, Part IV\nFemale Reproductive Parameters and Calf      Development in Captive Klipspringers\nEnrichment Options (Bah Bah Black Sheep!)\nConditioning 0.1 Eastern Black Rhinoceros for Behavioral Restraint in Diagnosis and Treatment of Vitiligo\nBook Reviews (<em>The Intimate Ape: Orangutans and the Secret Life of a Vanishing  Species</em> and  <em>‘Spot the Difference’ – are cheetahs really just big cats?</em>)\nTraining Tales (<em>Training Bears for Voluntary Blood Collections</em>)\nConservation/Legislative Update', 'June 2010', 0, '', 'inherit', 'closed', 'closed', '', '1480-revision', '', '', '2010-05-27 08:48:31', '2010-05-27 13:48:31', '', 1480, 'http://aazk.org/uncategorized/1480-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1482, 2, '2010-05-27 08:49:41', '2010-05-27 13:49:41', 'About the Cover/Information for Contributors\nScoops &amp; Scuttlebutt\nFrom the President\nComing Events\nConference 2010 - Updates/Reminders\nAAZK Announces New Members\n“Trees for You and Me” AAZK Chapter Challenge\nPeople Skills for Animal People: Keeper Communication, Part IV\nFemale Reproductive Parameters and Calf      Development in Captive Klipspringers\nEnrichment Options <em>(Bah Bah Black Sheep!</em>)\nConditioning 0.1 Eastern Black Rhinoceros for Behavioral Restraint in Diagnosis and Treatment of Vitiligo\nBook Reviews (<em>The Intimate Ape: Orangutans and the Secret Life of a Vanishing  Species</em> and  <em>‘Spot the Difference’ – are cheetahs really just big cats?</em>)\nTraining Tales (<em>Training Bears for Voluntary Blood Collections</em>)\nConservation/Legislative Update', 'June 2010', 0, '', 'inherit', 'closed', 'closed', '', '1480-autosave', '', '', '2010-05-27 08:49:41', '2010-05-27 13:49:41', '', 1480, 'http://aazk.org/uncategorized/1480-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1483, 2, '2010-05-27 08:57:12', '2010-05-27 13:57:12', '<em>Roger Reason, Senior Keeper\r\nBrookfield Zoo, Brookfield, IL</em>\r\n<p style="text-align: left;">The first klipspringer (<em>Oreotragus oreotragus</em>) to make an appearance in an American zoo was a female imported by the Philadelphia Zoo in 1934.  However, it was not until the 1970’s that klipspringers began to reproduce in captivity, with the first birth occurring at the St. Louis Zoo in 1971 (Maley, 1999).  Since that time 182 births have been recorded in the North American Studbook (Lebanik, 2008) but, despite this relatively good breeding success, basic information on female reproductive parameters and calf development has not been well documented within the zoo community.  The scientific literature also has little to offer on these subjects.\r\n\r\nIn an attempt to provide insight into some aspects of reproduction and development in this species, information was compiled from klipspringer records at Brookfield Zoo as well as records provided by the Brevard Zoo in Melbourne, FL and the Lincoln Park Zoo in Chicago, IL.  This information has been consolidated into Tables 1 and 2.\r\n\r\n<em><strong>Female Reproductive Parameters</strong></em>\r\n\r\n<strong>Gestation Period</strong>\r\nReports from the literature on gestation length in klipspringers are conflicting.  Cuneo (1965) mentions gestation lengths of 7-7½ months (213-228 days) and Kenneth and Ritchie (1953) give a gestation period of 214 days.  However, Norton (1980) reports a gestation length of five months (152 days) and Estes (1991) states that this is a more likely estimate.  Taking into consideration the average gestation length for Brookfield, Brevard, and Lincoln Park Zoos (Table 1), the preponderance of evidence suggests that the normal gestation period for this species is around seven months (213 days).  This is similar to gestations of 6.4 and 7 months recorded for the oribi (<em>Ourebia ourebia</em>), a related neotragine (dwarf antelope) species. (Estes 1991).\r\n\r\n<strong>Udder Development</strong>\r\nThe range for udder development in klipspringer pregnancies at Brookfield Zoo is rather broad (Table 1).  However, Estes (1991) reports udder development occurring at one month prior to birth in the oribi indicating that the upper end of this range may be more typical for klipspringers.\r\n\r\n<strong>Post-Partum Estrus</strong>\r\nWhile there is no information in the literature on post-partum estrus in other members of the dwarf antelope group, the post-partum estrus for klipspringers at Brookfield and Lincoln Park Zoos (Table 1) is similar to that reported for some of the smaller non-neotragine antelope species.  Thompson’s gazelle (<em>Gazella thompsonii</em>) comes into estrus within two weeks of giving birth and the gerenuk (<em>Litocranius walleri</em>) within 2-4 weeks (Estes 1991).\r\n<p style="text-align: left;"><img class="alignnone size-full wp-image-1484" title="klipspringer" src="http://aecetia.net/gws/aazk/wp-content/uploads/klipspringer.jpg" alt="klipspringer" width="775" height="700" /></p>\r\n\r\n<p style="text-align: left;"><strong>0.1 klipspringer Charlotte and calf </strong>\r\n<em>(Photo: Jim Schultz, Staff Photographer/Brookfield Zoo)</em>\r\n\r\n<p style="text-align: left;"><em>\r\n</em>\r\n\r\n<p style="text-align: left;"><em><strong>Calf Development</strong></em>\r\n\r\n<strong>First Ingesting Solid Food</strong>\r\nThe ages at which klipspringer calves at Brookfield Zoo were observed to start ingesting solid food (Table 2) are generally later than those for the oribi which starts nibbling grass at five days of age and the steenbok (<em>Raphicerus campertris</em>), another dwarf antelope species, which starts eating plants at two weeks of age (Estes 1991).  The…..\r\n\r\n<strong>Want to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'Female Reproductive Parameters and Calf Development in Captive Klipspringers (Oreotragus oreotragus)', 0, '', 'draft', 'closed', 'closed', '', 'female-reproductive-parameters-and-calf-development-in-captive-klipspringers-oreotragus-oreotragus', '', '', '2013-10-15 17:49:22', '2013-10-15 22:49:22', '', 0, 'http://aazk.org/?p=1483', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1484, 2, '2010-05-27 08:55:20', '2010-05-27 13:55:20', '', 'klipspringer', 0, '', 'inherit', 'closed', 'closed', '', 'klipspringer', '', '', '2010-05-27 08:55:20', '2010-05-27 13:55:20', '', 1483, 'http://aazk.org/wp-content/uploads/klipspringer.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1485, 2, '2010-05-27 08:57:05', '2010-05-27 13:57:05', '<em>Roger Reason, Senior Keeper\nBrookfield Zoo, Brookfield, IL</em>\n<p style="text-align: left;">The first klipspringer (<em>Oreotragus oreotragus</em>) to make an appearance in an American zoo was a female imported by the Philadelphia Zoo in 1934.  However, it was not until the 1970’s that klipspringers began to reproduce in captivity, with the first birth occurring at the St. Louis Zoo in 1971 (Maley, 1999).  Since that time 182 births have been recorded in the North American Studbook (Lebanik, 2008) but, despite this relatively good breeding success, basic information on female reproductive parameters and calf development has not been well documented within the zoo community.  The scientific literature also has little to offer on these subjects.\n\nIn an attempt to provide insight into some aspects of reproduction and development in this species, information was compiled from klipspringer records at Brookfield Zoo as well as records provided by the Brevard Zoo in Melbourne, FL and the Lincoln Park Zoo in Chicago, IL.  This information has been consolidated into Tables 1 and 2.\n\n<strong>Female Reproductive Parameters</strong>\n\n<strong>Gestation Period</strong>\nReports from the literature on gestation length in klipspringers are conflicting.  Cuneo (1965) mentions gestation lengths of 7-7½ months (213-228 days) and Kenneth and Ritchie (1953) give a gestation period of 214 days.  However, Norton (1980) reports a gestation length of five months (152 days) and Estes (1991) states that this is a more likely estimate.  Taking into consideration the average gestation length for Brookfield, Brevard, and Lincoln Park Zoos (Table 1), the preponderance of evidence suggests that the normal gestation period for this species is around seven months (213 days).  This is similar to gestations of 6.4 and 7 months recorded for the oribi (<em>Ourebia ourebia</em>), a related neotragine (dwarf antelope) species. (Estes 1991).\n\n<strong>Udder Development</strong>\nThe range for udder development in klipspringer pregnancies at Brookfield Zoo is rather broad (Table 1).  However, Estes (1991) reports udder development occurring at one month prior to birth in the oribi indicating that the upper end of this range may be more typical for klipspringers.\n\n<strong>Post-Partum Estrus</strong>\nWhile there is no information in the literature on post-partum estrus in other members of the dwarf antelope group, the post-partum estrus for klipspringers at Brookfield and Lincoln Park Zoos (Table 1) is similar to that reported for some of the smaller non-neotragine antelope species.  Thompson’s gazelle (<em>Gazella thompsonii</em>) comes into estrus within two weeks of giving birth and the gerenuk (<em>Litocranius walleri</em>) within 2-4 weeks (Estes 1991).\n<p style="text-align: left;"><img class="alignnone size-full wp-image-1484" title="klipspringer" src="http://aecetia.net/gws/aazk/wp-content/uploads/klipspringer.jpg" alt="klipspringer" width="775" height="700" /></p>\n\n<p style="text-align: left;"><strong>0.1 klipspringer Charlotte and calf </strong>\n<em>(Photo: Jim Schultz, Staff Photographer/Brookfield Zoo)</em>\n\n<p style="text-align: left;"><em>\n</em>\n\n<p style="text-align: left;"><em><strong>Calf Development</strong></em>\n\n<strong>First Ingesting Solid Food</strong>\nThe ages at which klipspringer calves at Brookfield Zoo were observed to start ingesting solid food (Table 2) are generally later than those for the oribi which starts nibbling grass at five days of age and the steenbok (<em>Raphicerus campertris</em>), another dwarf antelope species, which starts eating plants at two weeks of age (Estes 1991).  The…..\n\n<strong>Want to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'Female Reproductive Parameters and Calf Development in Captive Klipspringers (Oreotragus oreotragus)', 0, '', 'inherit', 'closed', 'closed', '', '1483-revision', '', '', '2010-05-27 08:57:05', '2010-05-27 13:57:05', '', 1483, 'http://aazk.org/uncategorized/1483-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1486, 2, '2010-06-02 06:48:06', '2010-06-02 11:48:06', '', 'june_sales', 0, '', 'inherit', 'closed', 'closed', '', 'june_sales', '', '', '2010-06-02 06:48:06', '2010-06-02 11:48:06', '', 0, 'http://aazk.org/wp-content/uploads/june_sales.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1803, 2, '2010-12-01 06:43:43', '2010-12-01 11:43:43', '<strong><em>By Kevin Zippel, Program Director\nAmphibian Ark, Apple Valley, MN</em></strong>\n\n<strong>Amphibians Matter</strong>\nAmphibians are an important component of the global ecosystem. In New York State, the biomass of one diminutive salamander species alone is equal to that of all the white-tailed deer. If you think that is impressive, that same salamander species in Virginia has a biomass 7x as great, another salamander species in Japan has a biomass 50x as great, and a frog species in Puerto Rico has a biomass 150x as great. For those of us living in white-tailed deer country, try to imagine 150x as many deer running around and you will start to have some comprehension of the keystone role just one single amphibian species can have in its ecosystem. All of those amphibians can serve as food for predators in their community, and current research is documenting that in areas of the world where amphibians are disappearing, so too are their specialist predators (Karen Lips, pers. com.). Amphibians are also voracious predators themselves, with a single population of cricket frogs, for example, able to consume 5 million invertebrates in one year (Bruce and Christiansen 1976). Many of those invertebrates are pests of our crops and vectors of human disease. Clearly, amphibians play a vital role in nature.\n\nAmphibians are also important indicators of environmental health. The same thin skin that helps them to drink and to breathe also makes them susceptible to pollutants, more so than other tetrapods. For example, consider Atrazine, the most widely used herbicide in the US and probably the world, and a potent endocrine disruptor. At low concentrations of Atrazine--lower than those the USDA says is safe in drinking water and lower than those found at the tap in millions of American homes--male clawed frogs can be chemically sterilized or even turned into females (Hayes et al. 2010). Because of their generally conspicuous presence in the environment and chemical sensitivity relative to other tetrapods, amphibians can be a considered a canary in the coalmine, valuable sentinels for human health concerns.\n\nAnd amphibians are important contributors to human medicine. All amphibians have poison glands, with species-specific poisons of various potency and structure. Many of those poisons can be refined for use in human medicine. For example, a South American frog has yielded an analgesic that is 200x more potent than morphine without any of the addictive side effects (Spande et al. 1992), and an Australian treefrog produces a peptide that blocks the transmission of HIV across mucous membranes in humans (VanCompernolle 2005). Every time an amphibian species goes extinct, potential treatments to human ailments disappear as well.\n\n<strong>Amphibians Are in Trouble</strong>\nAn ongoing Global Amphibian Assessment reveals that as many as 158 amphibian species are believed recently extinct, nearly one in three remaining species is currently threatened with extinction, and one in four is so poorly known that they can only be called Data Deficient (IUCN et al. 2010). Amphibians have a higher number of globally threatened species than any other group of organisms except flowering plants and a higher percentage of threatened species than any other group except gymnosperms. Moreover, the rate at which amphibian species are going extinct is now hundreds or thousands of times higher than historic levels (McCallum, 2007; Roelants et al., 2007). This crisis represents the greatest extinction event in the history of amphibians and perhaps the greatest taxon-specific conservation challenge in the history of humanity.\n<strong><img class="alignnone size-medium wp-image-1802" title="green_tree_frog" src="http://aecetia.net/gws/aazk/wp-content/uploads/green_tree_frog-300x200.jpg" alt="green_tree_frog" width="300" height="200" /></strong>\n\n<strong>Climate Change Among the Threats</strong>\nAmphibians face a variety of threats, including, like every other species on the planet, climate change. Climate change is an enigmatic threat for any taxon. Although we know enough about it that we should be seriously concerned, we simply do not know exactly how, when, and to what extent it will manifest, let alone how species might respond. As such, there is inconsistency in how climate change is considered as a threat among experts, although most do now recognize that it is on track to become one of the greatest threats to all life on earth. Compare climate change to a more ‘traditional’ and tangible threat like habitat modification: IUCN Red List assessors consider various forms of habitat modification a threat for 3766 of 6284 amphibian species. On the other hand, only 397 species are currently considered to face the threat “climate change and extreme weather”. By comparison, amphibian chytridiomycosis, for all the attention it has received, is only known to have affected 350 species to date (Fisher et al. 2009, Skerratt et al. 2007). Climate change is something of an enigma and consequently does not receive the attention it deserves, from politicians or amphibian biologists.\n\nClearly though, some amphibian species are already being impacted. Reproductive activities, in particular, seem dependant on…………\n\nWant to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. JOIN NOW!', 'Climate Change and Amphibians', 0, '', 'inherit', 'closed', 'closed', '', '1801-revision', '', '', '2010-12-01 06:43:43', '2010-12-01 11:43:43', '', 1801, 'http://aazk.org/uncategorized/1801-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1488, 2, '2010-06-12 07:03:30', '2010-06-12 12:03:30', 'If your mailing or email address has changed, please send an updated address <a href="mailto:aazkoffice@zk.kscoxmail.com">here</a>.', 'Change of Address', 0, '', 'draft', 'closed', 'closed', '', 'change-of-address', '', '', '2013-10-15 17:49:22', '2013-10-15 22:49:22', '', 0, 'http://aazk.org/?p=1488', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1489, 2, '2010-06-12 07:02:48', '2010-06-12 12:02:48', 'If your mailing or email address has changed, please send an updated addr', 'Change of Address', 0, '', 'inherit', 'closed', 'closed', '', '1488-revision', '', '', '2010-06-12 07:02:48', '2010-06-12 12:02:48', '', 1488, 'http://aazk.org/uncategorized/1488-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1490, 2, '2010-06-12 07:04:35', '2010-06-12 12:04:35', 'If your mailing or email address has changed, please send an updated address <a href="mailto:aazkoffice@zk.kscoxmail.com">here</a>.', 'Change of Address', 0, '', 'inherit', 'closed', 'closed', '', '1488-autosave', '', '', '2010-06-12 07:04:35', '2010-06-12 12:04:35', '', 1488, 'http://aazk.org/uncategorized/1488-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1492, 2, '2010-06-12 07:28:46', '2010-06-12 12:28:46', '', 'azh_logo', 0, '', 'inherit', 'closed', 'closed', '', 'azh_logo', '', '', '2010-06-12 07:28:46', '2010-06-12 12:28:46', '', 0, 'http://aazk.org/wp-content/uploads/azh_logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1806, 2, '2010-12-01 06:45:03', '2010-12-01 11:45:03', '<strong><em>By Kevin Zippel, Program Director\r\nAmphibian Ark, Apple Valley, MN</em></strong>\r\n\r\n<strong>Amphibians Matter</strong>\r\nAmphibians are an important component of the global ecosystem. In New York State, the biomass of one diminutive salamander species alone is equal to that of all the white-tailed deer. If you think that is impressive, that same salamander species in Virginia has a biomass 7x as great, another salamander species in Japan has a biomass 50x as great, and a frog species in Puerto Rico has a biomass 150x as great. For those of us living in white-tailed deer country, try to imagine 150x as many deer running around and you will start to have some comprehension of the keystone role just one single amphibian species can have in its ecosystem. All of those amphibians can serve as food for predators in their community, and current research is documenting that in areas of the world where amphibians are disappearing, so too are their specialist predators (Karen Lips, pers. com.). Amphibians are also voracious predators themselves, with a single population of cricket frogs, for example, able to consume 5 million invertebrates in one year (Bruce and Christiansen 1976). Many of those invertebrates are pests of our crops and vectors of human disease. Clearly, amphibians play a vital role in nature.\r\n\r\nAmphibians are also important indicators of environmental health. The same thin skin that helps them to drink and to breathe also makes them susceptible to pollutants, more so than other tetrapods. For example, consider Atrazine, the most widely used herbicide in the US and probably the world, and a potent endocrine disruptor. At low concentrations of Atrazine--lower than those the USDA says is safe in drinking water and lower than those found at the tap in millions of American homes--male clawed frogs can be chemically sterilized or even turned into females (Hayes et al. 2010). Because of their generally conspicuous presence in the environment and chemical sensitivity relative to other tetrapods, amphibians can be a considered a canary in the coalmine, valuable sentinels for human health concerns.\r\n\r\nAnd amphibians are important contributors to human medicine. All amphibians have poison glands, with species-specific poisons of various potency and structure. Many of those poisons can be refined for use in human medicine. For example, a South American frog has yielded an analgesic that is 200x more potent than morphine without any of the addictive side effects (Spande et al. 1992), and an Australian treefrog produces a peptide that blocks the transmission of HIV across mucous membranes in humans (VanCompernolle 2005). Every time an amphibian species goes extinct, potential treatments to human ailments disappear as well.\r\n\r\n<strong>Amphibians Are in Trouble</strong>\r\nAn ongoing Global Amphibian Assessment reveals that as many as 158 amphibian species are believed recently extinct, nearly one in three remaining species is currently threatened with extinction, and one in four is so poorly known that they can only be called Data Deficient (IUCN et al. 2010). Amphibians have a higher number of globally threatened species than any other group of organisms except flowering plants and a higher percentage of threatened species than any other group except gymnosperms. Moreover, the rate at which amphibian species are going extinct is now hundreds or thousands of times higher than historic levels (McCallum, 2007; Roelants et al., 2007). This crisis represents the greatest extinction event in the history of amphibians and perhaps the greatest taxon-specific conservation challenge in the history of humanity.\r\n<strong><img class="alignnone size-medium wp-image-1802" title="green_tree_frog" src="http://aecetia.net/gws/aazk/wp-content/uploads/green_tree_frog-300x200.jpg" alt="green_tree_frog" width="300" height="200" /> </strong>\r\n\r\nGreen Tree Frog (<em>Hyla cinerea</em>)\r\n<em>(Photo: Tim Krynak)</em> <strong>\r\n</strong>\r\n\r\n<strong>Climate Change Among the Threats</strong>\r\nAmphibians face a variety of threats, including, like every other species on the planet, climate change. Climate change is an enigmatic threat for any taxon. Although we know enough about it that we should be seriously concerned, we simply do not know exactly how, when, and to what extent it will manifest, let alone how species might respond. As such, there is inconsistency in how climate change is considered as a threat among experts, although most do now recognize that it is on track to become one of the greatest threats to all life on earth. Compare climate change to a more ‘traditional’ and tangible threat like habitat modification: IUCN Red List assessors consider various forms of habitat modification a threat for 3766 of 6284 amphibian species. On the other hand, only 397 species are currently considered to face the threat “climate change and extreme weather”. By comparison, amphibian chytridiomycosis, for all the attention it has received, is only known to have affected 350 species to date (Fisher et al. 2009, Skerratt et al. 2007). Climate change is something of an enigma and consequently does not receive the attention it deserves, from politicians or amphibian biologists.\r\n\r\nClearly though, some amphibian species are already being impacted. Reproductive activities, in particular, seem dependant on…………\r\n\r\nWant to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. JOIN NOW!', 'Climate Change and Amphibians', 0, '', 'inherit', 'closed', 'closed', '', '1801-revision-4', '', '', '2010-12-01 06:45:03', '2010-12-01 11:45:03', '', 1801, 'http://aazk.org/uncategorized/1801-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1805, 2, '2010-12-01 06:44:40', '2010-12-01 11:44:40', '<strong><em>By Kevin Zippel, Program Director\r\nAmphibian Ark, Apple Valley, MN</em></strong>\r\n\r\n<strong>Amphibians Matter</strong>\r\nAmphibians are an important component of the global ecosystem. In New York State, the biomass of one diminutive salamander species alone is equal to that of all the white-tailed deer. If you think that is impressive, that same salamander species in Virginia has a biomass 7x as great, another salamander species in Japan has a biomass 50x as great, and a frog species in Puerto Rico has a biomass 150x as great. For those of us living in white-tailed deer country, try to imagine 150x as many deer running around and you will start to have some comprehension of the keystone role just one single amphibian species can have in its ecosystem. All of those amphibians can serve as food for predators in their community, and current research is documenting that in areas of the world where amphibians are disappearing, so too are their specialist predators (Karen Lips, pers. com.). Amphibians are also voracious predators themselves, with a single population of cricket frogs, for example, able to consume 5 million invertebrates in one year (Bruce and Christiansen 1976). Many of those invertebrates are pests of our crops and vectors of human disease. Clearly, amphibians play a vital role in nature.\r\n\r\nAmphibians are also important indicators of environmental health. The same thin skin that helps them to drink and to breathe also makes them susceptible to pollutants, more so than other tetrapods. For example, consider Atrazine, the most widely used herbicide in the US and probably the world, and a potent endocrine disruptor. At low concentrations of Atrazine--lower than those the USDA says is safe in drinking water and lower than those found at the tap in millions of American homes--male clawed frogs can be chemically sterilized or even turned into females (Hayes et al. 2010). Because of their generally conspicuous presence in the environment and chemical sensitivity relative to other tetrapods, amphibians can be a considered a canary in the coalmine, valuable sentinels for human health concerns.\r\n\r\nAnd amphibians are important contributors to human medicine. All amphibians have poison glands, with species-specific poisons of various potency and structure. Many of those poisons can be refined for use in human medicine. For example, a South American frog has yielded an analgesic that is 200x more potent than morphine without any of the addictive side effects (Spande et al. 1992), and an Australian treefrog produces a peptide that blocks the transmission of HIV across mucous membranes in humans (VanCompernolle 2005). Every time an amphibian species goes extinct, potential treatments to human ailments disappear as well.\r\n\r\n<strong>Amphibians Are in Trouble</strong>\r\nAn ongoing Global Amphibian Assessment reveals that as many as 158 amphibian species are believed recently extinct, nearly one in three remaining species is currently threatened with extinction, and one in four is so poorly known that they can only be called Data Deficient (IUCN et al. 2010). Amphibians have a higher number of globally threatened species than any other group of organisms except flowering plants and a higher percentage of threatened species than any other group except gymnosperms. Moreover, the rate at which amphibian species are going extinct is now hundreds or thousands of times higher than historic levels (McCallum, 2007; Roelants et al., 2007). This crisis represents the greatest extinction event in the history of amphibians and perhaps the greatest taxon-specific conservation challenge in the history of humanity.\r\n<strong><img class="alignnone size-medium wp-image-1802" title="green_tree_frog" src="http://aecetia.net/gws/aazk/wp-content/uploads/green_tree_frog-300x200.jpg" alt="green_tree_frog" width="300" height="200" /> </strong>\r\n\r\nGreen Tree Frog (<em>Hyla cinerea</em>)\r\n<em>(Photo: Tim Krynak)</em> <strong>\r\n</strong>\r\n\r\n<strong>Climate Change Among the Threats</strong>\r\nAmphibians face a variety of threats, including, like every other species on the planet, climate change. Climate change is an enigmatic threat for any taxon. Although we know enough about it that we should be seriously concerned, we simply do not know exactly how, when, and to what extent it will manifest, let alone how species might respond. As such, there is inconsistency in how climate change is considered as a threat among experts, although most do now recognize that it is on track to become one of the greatest threats to all life on earth. Compare climate change to a more ‘traditional’ and tangible threat like habitat modification: IUCN Red List assessors consider various forms of habitat modification a threat for 3766 of 6284 amphibian species. On the other hand, only 397 species are currently considered to face the threat “climate change and extreme weather”. By comparison, amphibian chytridiomycosis, for all the attention it has received, is only known to have affected 350 species to date (Fisher et al. 2009, Skerratt et al. 2007). Climate change is something of an enigma and consequently does not receive the attention it deserves, from politicians or amphibian biologists.\r\n\r\nClearly though, some amphibian species are already being impacted. Reproductive activities, in particular, seem dependant on…………\r\n\r\nWant to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. JOIN NOW!', 'Climate Change and Amphibians', 0, '', 'inherit', 'closed', 'closed', '', '1801-revision-3', '', '', '2010-12-01 06:44:40', '2010-12-01 11:44:40', '', 1801, 'http://aazk.org/uncategorized/1801-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1804, 2, '2010-12-01 06:44:14', '2010-12-01 11:44:14', '<strong><em>By Kevin Zippel, Program Director\nAmphibian Ark, Apple Valley, MN</em></strong>\n\n<strong>Amphibians Matter</strong>\nAmphibians are an important component of the global ecosystem. In New York State, the biomass of one diminutive salamander species alone is equal to that of all the white-tailed deer. If you think that is impressive, that same salamander species in Virginia has a biomass 7x as great, another salamander species in Japan has a biomass 50x as great, and a frog species in Puerto Rico has a biomass 150x as great. For those of us living in white-tailed deer country, try to imagine 150x as many deer running around and you will start to have some comprehension of the keystone role just one single amphibian species can have in its ecosystem. All of those amphibians can serve as food for predators in their community, and current research is documenting that in areas of the world where amphibians are disappearing, so too are their specialist predators (Karen Lips, pers. com.). Amphibians are also voracious predators themselves, with a single population of cricket frogs, for example, able to consume 5 million invertebrates in one year (Bruce and Christiansen 1976). Many of those invertebrates are pests of our crops and vectors of human disease. Clearly, amphibians play a vital role in nature.\n\nAmphibians are also important indicators of environmental health. The same thin skin that helps them to drink and to breathe also makes them susceptible to pollutants, more so than other tetrapods. For example, consider Atrazine, the most widely used herbicide in the US and probably the world, and a potent endocrine disruptor. At low concentrations of Atrazine--lower than those the USDA says is safe in drinking water and lower than those found at the tap in millions of American homes--male clawed frogs can be chemically sterilized or even turned into females (Hayes et al. 2010). Because of their generally conspicuous presence in the environment and chemical sensitivity relative to other tetrapods, amphibians can be a considered a canary in the coalmine, valuable sentinels for human health concerns.\n\nAnd amphibians are important contributors to human medicine. All amphibians have poison glands, with species-specific poisons of various potency and structure. Many of those poisons can be refined for use in human medicine. For example, a South American frog has yielded an analgesic that is 200x more potent than morphine without any of the addictive side effects (Spande et al. 1992), and an Australian treefrog produces a peptide that blocks the transmission of HIV across mucous membranes in humans (VanCompernolle 2005). Every time an amphibian species goes extinct, potential treatments to human ailments disappear as well.\n\n<strong>Amphibians Are in Trouble</strong>\nAn ongoing Global Amphibian Assessment reveals that as many as 158 amphibian species are believed recently extinct, nearly one in three remaining species is currently threatened with extinction, and one in four is so poorly known that they can only be called Data Deficient (IUCN et al. 2010). Amphibians have a higher number of globally threatened species than any other group of organisms except flowering plants and a higher percentage of threatened species than any other group except gymnosperms. Moreover, the rate at which amphibian species are going extinct is now hundreds or thousands of times higher than historic levels (McCallum, 2007; Roelants et al., 2007). This crisis represents the greatest extinction event in the history of amphibians and perhaps the greatest taxon-specific conservation challenge in the history of humanity.\n<strong><img class="alignnone size-medium wp-image-1802" title="green_tree_frog" src="http://aecetia.net/gws/aazk/wp-content/uploads/green_tree_frog-300x200.jpg" alt="green_tree_frog" width="300" height="200" /> </strong>Green Tree Frog (<em>Hyla cinerea</em>)\n<em>(Photo: Tim Krynak)</em> <strong>\n</strong>\n\n<strong>Climate Change Among the Threats</strong>\nAmphibians face a variety of threats, including, like every other species on the planet, climate change. Climate change is an enigmatic threat for any taxon. Although we know enough about it that we should be seriously concerned, we simply do not know exactly how, when, and to what extent it will manifest, let alone how species might respond. As such, there is inconsistency in how climate change is considered as a threat among experts, although most do now recognize that it is on track to become one of the greatest threats to all life on earth. Compare climate change to a more ‘traditional’ and tangible threat like habitat modification: IUCN Red List assessors consider various forms of habitat modification a threat for 3766 of 6284 amphibian species. On the other hand, only 397 species are currently considered to face the threat “climate change and extreme weather”. By comparison, amphibian chytridiomycosis, for all the attention it has received, is only known to have affected 350 species to date (Fisher et al. 2009, Skerratt et al. 2007). Climate change is something of an enigma and consequently does not receive the attention it deserves, from politicians or amphibian biologists.\n\nClearly though, some amphibian species are already being impacted. Reproductive activities, in particular, seem dependant on…………\n\nWant to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. JOIN NOW!', 'Climate Change and Amphibians', 0, '', 'inherit', 'closed', 'closed', '', '1801-revision-2', '', '', '2010-12-01 06:44:14', '2010-12-01 11:44:14', '', 1801, 'http://aazk.org/uncategorized/1801-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1498, 2, '2010-06-23 07:50:53', '2010-06-23 12:50:53', '', 'norah', 0, '', 'inherit', 'closed', 'closed', '', 'norah', '', '', '2010-06-23 07:50:53', '2010-06-23 12:50:53', '', 153, 'http://aazk.org/wp-content/uploads/norah.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1499, 2, '2010-06-23 07:51:54', '2010-06-23 12:51:54', '', 'icz_logo', 0, '', 'inherit', 'closed', 'closed', '', 'icz_logo', '', '', '2010-06-23 07:51:54', '2010-06-23 12:51:54', '', 153, 'http://aazk.org/wp-content/uploads/icz_logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1500, 2, '2010-06-23 07:53:08', '2010-06-23 12:53:08', '', 'icz_sc', 0, '', 'inherit', 'closed', 'closed', '', 'icz_sc', '', '', '2010-06-23 07:53:08', '2010-06-23 12:53:08', '', 153, 'http://aazk.org/wp-content/uploads/icz_sc.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1501, 2, '2010-06-23 07:54:55', '2010-06-23 12:54:55', '', 'conferencegroupphoto', 0, '', 'inherit', 'closed', 'closed', '', 'conferencegroupphoto', '', '', '2010-06-23 07:54:55', '2010-06-23 12:54:55', '', 153, 'http://aazk.org/wp-content/uploads/conferencegroupphoto.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1504, 2, '2010-06-23 08:06:59', '2010-06-23 13:06:59', '', 'ed_hansen', 0, '', 'inherit', 'closed', 'closed', '', 'ed_hansen', '', '', '2010-06-23 08:06:59', '2010-06-23 13:06:59', '', 395, 'http://aazk.org/wp-content/uploads/ed_hansen.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1502, 2, '2010-04-30 07:34:01', '2010-04-30 12:34:01', '<h3>Acting Chair</h3>\r\n<img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /> Shane Good\r\n<h3>Purpose</h3>\r\nThe International Outreach Committee (IOC) provides a variety of assistance to our international colleagues, promotes the goals and objective of AAZK, Inc. on an international level, increases awareness of AAZK, Inc., and enhances communication among the world\'s zoo professionals. Ultimately, the IOC\'s purpose is to help improve professional animal care in North America and throughout the world. Traditional functions of the IOC have included keeper workshops, Project M.A.R.C. (Making a Realistic Contribution), and helping keepers in developing countries receive needed supplies.\r\n\r\nThe AAZK Board of Directors is seeking a chairperson for this committee. If you are interested in applying for this position, please contact the acting chair:\r\n\r\nShane Good, IOC Acting Chair\r\n\r\nCleveland Metroparks Zoo\r\n3900 Wildlife Way\r\nCleveland, OH 44109-3132\r\nEmail: <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a><a href="mailto:sjg@clevelandmetroparks.com"></a>', 'International Outreach Committee', 0, '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2010-04-30 07:34:01', '2010-04-30 12:34:01', '', 153, 'http://aazk.org/uncategorized/153-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2762, 2, '2013-01-30 09:42:26', '2013-01-30 14:42:26', '<h3><img class="aligncenter size-full wp-image-1499" title="icz_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/icz_logo.jpg" alt="icz_logo" width="223" height="169" />AAZK Representatives</h3>\r\n<img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /> Norah Farnham         <img class="alignnone size-full wp-image-2758" title="sara_wunder21" src="http://aecetia.net/gws/aazk/wp-content/uploads/sara_wunder21.jpg" alt="sara_wunder21" width="150" height="171" /> Sara Wunder Steward\r\n\r\n<em><strong>Purpose</strong></em>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK, Inc., and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n\r\nThe ICZ evolved from AAZK’s International Outreach Committee, or IOC. A major accomplishment of the IOC was procuring a travel grant which afforded the opportunity for representatives from 7 of the world’s professional zookeeper associations to meet at the AAZK conference in Columbus Ohio, in 2000. . Since this meeting, the ICZ has grown into an incorporated 501(c) 3 non-profit organization, complete with a Constitution, By- Laws, and 6,000 members from 30 countries.\r\n\r\n<strong>ICZ Mission Statement: </strong>\r\n\r\n\'The ICZ will build a worldwide network among zookeepers and other professionals in the field of wildlife care and conservation. This exchange of experience and knowledge will improve the professionalism of zookeepers for the benefit of the animals under their care and promote awareness and actions that will contribute to the preservation of wildlife everywhere.\'\r\n<strong>\r\nVision Statement:</strong>\r\n\r\n\'A global network of zookeepers with the highest standards of professional animal care contributing to a diverse and sustainable natural world where neither wild animals nor their habitats are in danger.\'\r\n\r\n<strong>Current membership of the ICZ:</strong>\r\n- American Association of Zoo Keepers (AAZK)\r\n- Association of British &amp; Irish Wild Animal Keepers (ABWAK)\r\n- Australasian Society of Zoo Keeping (ASZK)\r\n- Asociación Ibérica de Cuidadores de Animales Salvajes (AICAS) (Spain)\r\n- Association Francophone de Soigneurs Animaliers (AFSA) (France)\r\n- Berufsverband der Zootierpfleger (BdZ) (Germany)\r\n- Stichting De Harpij (Netherlands and Belgium)\r\n-Animal Keepers’ Association of Africa (AKAA)\r\n-Zookeepers’ Association of the Philippines (ZAP)\r\n\r\n<strong>ICZ Steering Committee:</strong>\r\n\r\nPresident:  Rolf Veehuizen, De Harpij\r\nVice President:  Carsten Knott, BdZ\r\nTreasurer:  Liz Romer, ASZK\r\nSecretary:  Carla Srb, ASZK\r\nAAZK Representative:  Norah Farnham &amp; Sara Wunder Steward\r\nABWAK Representatives:  Richard Barnett &amp; Ross Snipp\r\nAFSA Representatives:   Virginie Roy &amp; Damien Lerasle\r\nAICAS Representative:  Albert Pamies &amp; Raul Cabrera\r\nAKAA Representatives:  Robynn Ingle-Moller &amp; John Werth\r\nBdZ Representative:  Carsten Knott &amp; Irene Tomaschek\r\nDe Harpij Representatives:  Dennis Blomjous\r\nZAP Representatives:  Leo Jonathon Suarez, DVM &amp; Emilia Lastica, DVM\r\n\r\n<img class="alignleft size-full wp-image-2759" title="2012_icz_sc" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_icz_sc.jpg" alt="2012_icz_sc" width="571" height="428" />\r\n\r\n<em>Steering Committee in Singapore 2012</em>\r\n\r\n<em><strong>Strategic Plan:</strong></em>\r\nThe ICZ’s course through 2016 will be guided by eight Strategic Directions:\r\n·    Achieve the highest standards of zookeeping globally.\r\n·    To assist zoos in need of improvement.\r\n·    Securing the financial growth and stability needed to implement the ICZ’s strategy.\r\n·    Increasing ICZ\'s visibility and impact.\r\n·    Improving and developing the ICZ, reflecting the needs of zookeepers, zookeeper associations and zoos needing improvement.\r\n·    Developing and delivering ICZ’s core conservation activities.\r\n·    Developing and strengthening ICZ’s external partnerships.\r\n·    Procure and develop a professional administrative management.\r\n\r\n<em><strong>Upcoming:</strong></em>\r\nThe next ICZ conference will be held in Leipzig, Germany in 2015. Look for exact dates to be announced by Spring 2014.\r\n\r\n<img class="alignleft size-full wp-image-2760" title="2012_conf_group" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_conf_group.jpg" alt="2012_conf_group" width="700" height="467" />\r\n<p style="text-align: center;"></p>\r\n\r\n<strong>For more information:</strong>\r\nCurrently the two AAZK representatives on the ICZ Steering Committee are Norah Farnham and Sara Wunder Steward. You may contact them at:\r\n\r\n<a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a>\r\n<a href="mailto:sara.steward@aecetia.net/gws/aazk">sara.steward@aecetia.net/gws/aazk</a>\r\n\r\nPlease visit the ICZ Website at:  <a href="http://www.iczoo.org">www.iczoo.org</a>', 'International Congress of Zookeepers (ICZ)', 0, '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2013-01-30 09:42:26', '2013-01-30 14:42:26', '', 153, 'http://aazk.org/uncategorized/153-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1503, 2, '2010-06-23 07:56:47', '2010-06-23 12:56:47', '<h3><img class="aligncenter size-full wp-image-1499" title="icz_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/icz_logo.jpg" alt="icz_logo" width="223" height="169" />AAZK Representatives</h3>\r\n<img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /> Shane Good           <img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /> Norah Farnham\r\n\r\n<em><strong>Purpose</strong></em>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK, Inc., and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n\r\nThe ICZ evolved from AAZK’s International Outreach Committee, or IOC. A major accomplishment of the IOC was procuring a travel grant which afforded the opportunity for representatives from 7 of the world’s professional zookeeper associations to meet at the AAZK conference in Columbus Ohio, in 2000. . Since this meeting, the ICZ has grown into an incorporated 501(c) 3 non-profit organization, complete with a Constitution, By- Laws, and 6,000 members from 30 countries.\r\n\r\n<strong>ICZ Mission Statement: </strong>\r\n\r\n\'The ICZ will build a worldwide network among zookeepers and other professionals in the field of wildlife care and conservation. This exchange of experience and knowledge will improve the professionalism of zookeepers for the benefit of the animals under their care and promote awareness and actions that will contribute to the preservation of wildlife everywhere.\'\r\n<strong>\r\nVision Statement:</strong>\r\n\r\n\'A global network of zookeepers with the highest standards of professional animal care contributing to a diverse and sustainable natural world where neither wild animals nor their habitats are in danger.\'\r\n\r\nCurrent membership of the ICZ:\r\n- American Association of Zoo Keepers (AAZK)\r\n- Association of British and Irish Wild Animal Keepers (ABWAK)\r\n- Australasian Society of Zoo Keeping (ASZK)\r\n- Asociación Ibérica de Cuidadores de Animales Salvajes (AICAS) (Spain)\r\n- Association Francophone des Soigneurs Animaliers (ASFA) (France)\r\n- Berufsverband der Zootierpfleger (BdZ) (Germany)\r\n- Foundation Harpij (De Harpij) (Netherlands and Belgium)\r\n-Animal Keepers’ Association of Africa (AKAA)\r\n-Zookeepers’ Association of the Philippines (ZAP)\r\n\r\n<strong>ICZ Steering Committee:</strong>\r\n\r\nPresident:  Shane Good, AAZK\r\nVice President:  Pep Xarles, AICAS\r\nTreasurer:  Liz Romer, ASZK\r\nSecretary:  Carla Srb, ASZK\r\nAAZK Representative:  Norah Farnham\r\nABWAK Representatives:  Paul Howse &amp; Richard Barnett\r\nAFSA Representatives:  Mickael Michault &amp; Virginie Roy\r\nAICAS Representative:  Albert Pamies\r\nAKAA Representatives:  Robynn Ingle-Moller &amp; John Werth\r\nBdZ Representative:  Carsten Knott &amp; Irene Tomaschek\r\nDe Harpij Representatives:  Renee Higler &amp; Rolf Veenhuizen\r\nZAP Representatives:  Leo Jonathon Suarez, DVM &amp; Emilia Lastica, DVM\r\n<img class="aligncenter size-full wp-image-1500" title="icz_sc" src="http://aecetia.net/gws/aazk/wp-content/uploads/icz_sc.jpg" alt="icz_sc" width="800" height="535" /><em>The ICZ Steering Committee and Dr Onnie Byers, Executive Director, Conservation Breeding Specialist Group, Strategic Planning Session, Singapore 2010.</em>\r\n\r\n<em></em>\r\n<em><strong>Strategic Plan:</strong></em>\r\nThe ICZ’s course through 2016 will be guided by eight Strategic Directions:\r\n·    Achieve the highest standards of zookeeping globally.\r\n·    To assist zoos in need of improvement.\r\n·    Securing the financial growth and stability needed to implement the ICZ’s strategy.\r\n·    Increasing ICZ\'s visibility and impact.\r\n·    Improving and developing the ICZ, reflecting the needs of zookeepers, zookeeper associations and zoos needing improvement.\r\n·    Developing and delivering ICZ’s core conservation activities.\r\n·    Developing and strengthening ICZ’s external partnerships.\r\n·    Procure and develop a professional administrative management.\r\n\r\n<em><strong>Upcoming:</strong></em>\r\nThe next ICZ conference will be held in Singapore in 2012. Look for exact dates to be announced by Spring 2011.\r\n<p style="text-align: center;"><img class="aligncenter size-full wp-image-1501" title="conferencegroupphoto" src="http://aecetia.net/gws/aazk/wp-content/uploads/conferencegroupphoto.jpg" alt="conferencegroupphoto" width="604" height="266" /><em>2009 ICZ/AAZK Conference, Woodland Park Zoo, Seattle</em></p>\r\n\r\n<strong>For more information:</strong>\r\nCurrently the two AAZK representatives on the ICZ Steering Committee are Shane Good and Norah Farnham. Shane serves as President of the ICZ as well as AAZK. You may contact them at:\r\n\r\n<a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>\r\n<a href="mailto:Norah.Farnham@zoo.org">Norah.Farnham@zoo.org</a>\r\n\r\nPlease visit the ICZ Website at:  <a href="http://www.iczoo.org">www.iczoo.org</a>', 'International Congress of Zookeepers (ICZ)', 0, '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2010-06-23 07:56:47', '2010-06-23 12:56:47', '', 153, 'http://aazk.org/uncategorized/153-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1505, 2, '2010-04-16 18:24:54', '2010-04-16 23:24:54', '<div class="bod first">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="title">President</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Cleveland Metroparks Zoo</div>\r\n<div class="affiliated_zoo_location">Cleveland, OH</div>\r\n<ul class="committees">\r\n	<li><a href="http://www.iczoo.org">International Congress on Zookeeping</a>,</li>\r\n	<li>Professional association liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Vice President</div>\r\n<a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n<div class="info">\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="affiliated_zoo_location">San Diego, CA</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/bylaws-committee/">Bylaws</a>,</li>\r\n	<li><a href="/committee/ethics-committee/">Ethics</a>,</li>\r\n	<li><a href="/committee/professional-development-committee/">Professional Development</a>,</li>\r\n	<li>Media</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-934" title="tammy" src="http://aecetia.net/gws/aazk/wp-content/uploads/tammy-150x150.jpg" alt="tammy" width="150" height="150" /></div>\r\n<div class="name">Tammy Root</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:tammy.root@aecetia.net/gws/aazk">tammy.root@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Indianapolis Zoo</div>\r\n<div class="affiliated_zoo_location">Indianapolis, IN</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a>,</li>\r\n	<li>Husbandry liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-846" title="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny-150x150.jpg" alt="penny" width="150" height="150" /></div>\r\n<div class="name">Penny Jolly</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="affiliated_zoo_location">Orlando, FL</div>\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/">Bowling for Rhinos</a>,<a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/">\r\n</a></li>\r\n	<li><a href="/committee/conservation-committee/">Conservation Committee</a>,</li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-874" title="wiggins" src="http://aecetia.net/gws/aazk/wp-content/uploads/wiggins-150x150.jpg" alt="wiggins" width="150" height="150" /></div>\r\n<div class="name">Gisela Wiggins</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:gisela.wiggins@aecetia.net/gws/aazk">gisela.wiggins@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">North Carolina Zoo</div>\r\n<div class="affiliated_zoo_location">Asheboro, NC</div>\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/awards-committee/">Awards</a>,</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/grants-committee/">Grants</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-1256" title="ed-hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed-hansen.jpg" alt="ed-hansen" width="98" height="104" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Executive Director</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/annual-aazk-conferences/">Conferences</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-882" title="barbara" src="http://aecetia.net/gws/aazk/wp-content/uploads/barbara-150x150.jpg" alt="barbara" width="150" height="150" /></div>\r\n<div class="name">Barbara Manspeaker</div>\r\n<div class="title">Administrative Secretary</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-883" title="chan" src="http://aecetia.net/gws/aazk/wp-content/uploads/chan-150x150.jpg" alt="chan" width="150" height="150" /></div>\r\n<div class="name">Susan Chan</div>\r\n<div class="title">Managing Editor AKF</div>\r\n<div class="email"><a href="mailto:susan.chan@aecetia.net/gws/aazk">susan.chan@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2010-04-16 18:24:54', '2010-04-16 23:24:54', '', 395, 'http://aazk.org/uncategorized/395-revision-15/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1507, 2, '2010-06-23 08:18:18', '2010-06-23 13:18:18', '<div class="committee">\r\n<h3><a href="http://aecetia.net/gws/aazk/committee/international-congress-zookeepers/">International Congress of Zookeepers\r\n</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-843 alignnone" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="name">Cleveland Metroparks Zoo</div>\r\n<div class="title">AAZK representative</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<p class="email"></p>\r\n\r\n<div class="email"><img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /></div>\r\n<div class="email">Norah Farnham</div>\r\n<div class="email">AAZK representative</div>\r\n<div class="email">Woodland Park Zoo</div>\r\n<div class="email"><a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/membership-resources/">Membership Resources</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1251" title="jacque1" src="http://aecetia.net/gws/aazk/wp-content/uploads/jacque1-150x150.jpg" alt="jacque1" width="150" height="150" /></div>\r\n<div class="name">Jacque Blessington</div>\r\n<div class="affiliated_zoo">Kansas City Zoo</div>\r\n<div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/annual-aazk-conferences/">Annual AAZK Conferences</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Conference Program Chair</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /></div>\r\n<div class="name">Shelly Roach</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Columbus Zoo</div>\r\n<div class="email"><a href="mailto:shelly.roach@aecetia.net/gws/aazk">shelly.roach@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /></div>\r\n<div class="name">Patty Pearthree</div>\r\n<div class="title">Coordinator</div>\r\n<div class="email"><a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="email"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-874" title="wiggins" src="http://aecetia.net/gws/aazk/wp-content/uploads/wiggins-150x150.jpg" alt="wiggins" width="150" height="150" /></div>\r\n<div class="name">Gisela Wiggins</div>\r\n<div class="title">Chair</div>\r\n<div class="title">North Carolina Zoo</div>\r\n<div class="title"><a href="mailto:gisela.wiggins@aecetia.net/gws/aazk">gisela.wiggins@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-150x150.jpg" alt="walz" width="150" height="150" /></div>\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1249 alignnone" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /></div>\r\n<div class="name">Janet McCoy</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Oregon Zoo</div>\r\n<div class="email"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1260" title="melaina" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina-150x150.jpg" alt="melaina" width="150" height="150" /></div>\r\n<div class="name">Melaina Wallace</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:melaina.wallace@aecetia.net/gws/aazk">melaina.wallace@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-841 alignnone" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /></div>\r\n<div class="name">Amanda Kamradt</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Zoo New England</div>\r\n<div class="email"><a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2010-06-23 08:18:18', '2010-06-23 13:18:18', '', 496, 'http://aazk.org/uncategorized/496-revision-16/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1506, 2, '2010-04-16 17:56:16', '2010-04-16 22:56:16', '<div class="committee">\r\n<h3><a href="/committee/international-outreach-committee/">International Outreach Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-843 alignnone" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="title">Acting Chair</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/membership-resources/">Membership Resources</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1251" title="jacque1" src="http://aecetia.net/gws/aazk/wp-content/uploads/jacque1-150x150.jpg" alt="jacque1" width="150" height="150" /></div>\r\n<div class="name">Jacque Blessington</div>\r\n<div class="affiliated_zoo">Kansas City Zoo</div>\r\n<div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/annual-aazk-conferences/">Annual AAZK Conferences</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-full wp-image-1256" title="ed-hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed-hansen.jpg" alt="ed-hansen" width="98" height="104" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Conference Program Chair</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /></div>\r\n<div class="name">Shelly Roach</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Columbus Zoo</div>\r\n<div class="email"><a href="mailto:shelly.roach@aecetia.net/gws/aazk">shelly.roach@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /></div>\r\n<div class="name">Patty Pearthree</div>\r\n<div class="title">Coordinator</div>\r\n<div class="email"><a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="email"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-874" title="wiggins" src="http://aecetia.net/gws/aazk/wp-content/uploads/wiggins-150x150.jpg" alt="wiggins" width="150" height="150" /></div>\r\n<div class="name">Gisela Wiggins</div>\r\n<div class="title">Chair</div>\r\n<div class="title">North Carolina Zoo</div>\r\n<div class="title"><a href="mailto:gisela.wiggins@aecetia.net/gws/aazk">gisela.wiggins@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-150x150.jpg" alt="walz" width="150" height="150" /></div>\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1249 alignnone" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /></div>\r\n<div class="name">Janet McCoy</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Oregon Zoo</div>\r\n<div class="email"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1260" title="melaina" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina-150x150.jpg" alt="melaina" width="150" height="150" /></div>\r\n<div class="name">Melaina Wallace</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:melaina.wallace@aecetia.net/gws/aazk">melaina.wallace@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-841 alignnone" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /></div>\r\n<div class="name">Amanda Kamradt</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Zoo New England</div>\r\n<div class="email"><a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2010-04-16 17:56:16', '2010-04-16 22:56:16', '', 496, 'http://aazk.org/uncategorized/496-revision-15/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1508, 2, '2010-06-23 08:01:44', '2010-06-23 13:01:44', '<h3><img class="aligncenter size-full wp-image-1499" title="icz_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/icz_logo.jpg" alt="icz_logo" width="223" height="169" />AAZK Representatives</h3>\r\n<img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /> Shane Good           <img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /> Norah Farnham\r\n\r\n<em><strong>Purpose</strong></em>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK, Inc., and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n\r\nThe ICZ evolved from AAZK’s International Outreach Committee, or IOC. A major accomplishment of the IOC was procuring a travel grant which afforded the opportunity for representatives from 7 of the world’s professional zookeeper associations to meet at the AAZK conference in Columbus Ohio, in 2000. . Since this meeting, the ICZ has grown into an incorporated 501(c) 3 non-profit organization, complete with a Constitution, By- Laws, and 6,000 members from 30 countries.\r\n\r\n<strong>ICZ Mission Statement: </strong>\r\n\r\n\'The ICZ will build a worldwide network among zookeepers and other professionals in the field of wildlife care and conservation. This exchange of experience and knowledge will improve the professionalism of zookeepers for the benefit of the animals under their care and promote awareness and actions that will contribute to the preservation of wildlife everywhere.\'\r\n<strong>\r\nVision Statement:</strong>\r\n\r\n\'A global network of zookeepers with the highest standards of professional animal care contributing to a diverse and sustainable natural world where neither wild animals nor their habitats are in danger.\'\r\n\r\nCurrent membership of the ICZ:\r\n- American Association of Zoo Keepers (AAZK)\r\n- Association of British and Irish Wild Animal Keepers (ABWAK)\r\n- Australasian Society of Zoo Keeping (ASZK)\r\n- Asociación Ibérica de Cuidadores de Animales Salvajes (AICAS) (Spain)\r\n- Association Francophone des Soigneurs Animaliers (ASFA) (France)\r\n- Berufsverband der Zootierpfleger (BdZ) (Germany)\r\n- Foundation Harpij (De Harpij) (Netherlands and Belgium)\r\n-Animal Keepers’ Association of Africa (AKAA)\r\n-Zookeepers’ Association of the Philippines (ZAP)\r\n\r\n<strong>ICZ Steering Committee:</strong>\r\n\r\nPresident:  Shane Good, AAZK\r\nVice President:  Pep Xarles, AICAS\r\nTreasurer:  Liz Romer, ASZK\r\nSecretary:  Carla Srb, ASZK\r\nAAZK Representative:  Norah Farnham\r\nABWAK Representatives:  Paul Howse &amp; Richard Barnett\r\nAFSA Representatives:  Mickael Michault &amp; Virginie Roy\r\nAICAS Representative:  Albert Pamies\r\nAKAA Representatives:  Robynn Ingle-Moller &amp; John Werth\r\nBdZ Representative:  Carsten Knott &amp; Irene Tomaschek\r\nDe Harpij Representatives:  Renee Higler &amp; Rolf Veenhuizen\r\nZAP Representatives:  Leo Jonathon Suarez, DVM &amp; Emilia Lastica, DVM\r\n<img class="aligncenter size-full wp-image-1500" title="icz_sc" src="http://aecetia.net/gws/aazk/wp-content/uploads/icz_sc.jpg" alt="icz_sc" width="800" height="535" /><em>The ICZ Steering Committee and Dr Onnie Byers, Executive Director, Conservation Breeding Specialist Group, Strategic Planning Session, Singapore 2010.</em>\r\n\r\n<em></em>\r\n<em><strong>Strategic Plan:</strong></em>\r\nThe ICZ’s course through 2016 will be guided by eight Strategic Directions:\r\n·    Achieve the highest standards of zookeeping globally.\r\n·    To assist zoos in need of improvement.\r\n·    Securing the financial growth and stability needed to implement the ICZ’s strategy.\r\n·    Increasing ICZ\'s visibility and impact.\r\n·    Improving and developing the ICZ, reflecting the needs of zookeepers, zookeeper associations and zoos needing improvement.\r\n·    Developing and delivering ICZ’s core conservation activities.\r\n·    Developing and strengthening ICZ’s external partnerships.\r\n·    Procure and develop a professional administrative management.\r\n\r\n<em><strong>Upcoming:</strong></em>\r\nThe next ICZ conference will be held in Singapore in 2012. Look for exact dates to be announced by Spring 2011.\r\n<p style="text-align: center;"><img class="aligncenter size-full wp-image-1501" title="conferencegroupphoto" src="http://aecetia.net/gws/aazk/wp-content/uploads/conferencegroupphoto.jpg" alt="conferencegroupphoto" width="604" height="266" /><em>2009 ICZ/AAZK Conference, Woodland Park Zoo, Seattle</em></p>\r\n\r\n<strong>For more information:</strong>\r\nCurrently the two AAZK representatives on the ICZ Steering Committee are Shane Good and Norah Farnham. Shane serves as President of the ICZ as well as AAZK. You may contact them at:\r\n\r\n<a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>\r\n<a href="mailto:Norah.Farnham@zoo.org">Norah.Farnham@zoo.org</a>\r\n\r\nPlease visit the ICZ Website at:  <a href="http://www.iczoo.org">www.iczoo.org</a>', 'International Congress of Zookeepers (ICZ)', 0, '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2010-06-23 08:01:44', '2010-06-23 13:01:44', '', 153, 'http://aazk.org/uncategorized/153-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1808, 2, '2010-12-01 06:46:17', '2010-12-01 11:46:17', '<strong><em>By Kevin Zippel, Program Director\r\nAmphibian Ark, Apple Valley, MN</em></strong>\r\n\r\n<strong>Amphibians Matter</strong>\r\nAmphibians are an important component of the global ecosystem. In New York State, the biomass of one diminutive salamander species alone is equal to that of all the white-tailed deer. If you think that is impressive, that same salamander species in Virginia has a biomass 7x as great, another salamander species in Japan has a biomass 50x as great, and a frog species in Puerto Rico has a biomass 150x as great. For those of us living in white-tailed deer country, try to imagine 150x as many deer running around and you will start to have some comprehension of the keystone role just one single amphibian species can have in its ecosystem. All of those amphibians can serve as food for predators in their community, and current research is documenting that in areas of the world where amphibians are disappearing, so too are their specialist predators (Karen Lips, pers. com.). Amphibians are also voracious predators themselves, with a single population of cricket frogs, for example, able to consume 5 million invertebrates in one year (Bruce and Christiansen 1976). Many of those invertebrates are pests of our crops and vectors of human disease. Clearly, amphibians play a vital role in nature.\r\n\r\nAmphibians are also important indicators of environmental health. The same thin skin that helps them to drink and to breathe also makes them susceptible to pollutants, more so than other tetrapods. For example, consider Atrazine, the most widely used herbicide in the US and probably the world, and a potent endocrine disruptor. At low concentrations of Atrazine--lower than those the USDA says is safe in drinking water and lower than those found at the tap in millions of American homes--male clawed frogs can be chemically sterilized or even turned into females (Hayes et al. 2010). Because of their generally conspicuous presence in the environment and chemical sensitivity relative to other tetrapods, amphibians can be a considered a canary in the coalmine, valuable sentinels for human health concerns.\r\n\r\nAnd amphibians are important contributors to human medicine. All amphibians have poison glands, with species-specific poisons of various potency and structure. Many of those poisons can be refined for use in human medicine. For example, a South American frog has yielded an analgesic that is 200x more potent than morphine without any of the addictive side effects (Spande et al. 1992), and an Australian treefrog produces a peptide that blocks the transmission of HIV across mucous membranes in humans (VanCompernolle 2005). Every time an amphibian species goes extinct, potential treatments to human ailments disappear as well.\r\n\r\n<strong>Amphibians Are in Trouble</strong>\r\nAn ongoing Global Amphibian Assessment reveals that as many as 158 amphibian species are believed recently extinct, nearly one in three remaining species is currently threatened with extinction, and one in four is so poorly known that they can only be called Data Deficient (IUCN et al. 2010). Amphibians have a higher number of globally threatened species than any other group of organisms except flowering plants and a higher percentage of threatened species than any other group except gymnosperms. Moreover, the rate at which amphibian species are going extinct is now hundreds or thousands of times higher than historic levels (McCallum, 2007; Roelants et al., 2007). This crisis represents the greatest extinction event in the history of amphibians and perhaps the greatest taxon-specific conservation challenge in the history of humanity.\r\n<strong><img class="alignnone size-medium wp-image-1802" title="green_tree_frog" src="http://aecetia.net/gws/aazk/wp-content/uploads/green_tree_frog-300x200.jpg" alt="green_tree_frog" width="300" height="200" /> </strong>\r\n\r\n<strong>Green Tree Frog</strong> (<em>Hyla cinerea</em>)\r\n<em>(Photo: Tim Krynak)</em> <strong>\r\n</strong>\r\n\r\n<strong>Climate Change Among the Threats</strong>\r\nAmphibians face a variety of threats, including, like every other species on the planet, climate change. Climate change is an enigmatic threat for any taxon. Although we know enough about it that we should be seriously concerned, we simply do not know exactly how, when, and to what extent it will manifest, let alone how species might respond. As such, there is inconsistency in how climate change is considered as a threat among experts, although most do now recognize that it is on track to become one of the greatest threats to all life on earth. Compare climate change to a more ‘traditional’ and tangible threat like habitat modification: IUCN Red List assessors consider various forms of habitat modification a threat for 3766 of 6284 amphibian species. On the other hand, only 397 species are currently considered to face the threat “climate change and extreme weather”. By comparison, amphibian chytridiomycosis, for all the attention it has received, is only known to have affected 350 species to date (Fisher et al. 2009, Skerratt et al. 2007). Climate change is something of an enigma and consequently does not receive the attention it deserves, from politicians or amphibian biologists.\r\n\r\nClearly though, some amphibian species are already being impacted. Reproductive activities, in particular, seem dependant on…………\r\n\r\n<em><strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>', 'Climate Change and Amphibians', 0, '', 'inherit', 'closed', 'closed', '', '1801-revision-6', '', '', '2010-12-01 06:46:17', '2010-12-01 11:46:17', '', 1801, 'http://aazk.org/uncategorized/1801-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1807, 2, '2010-12-01 06:45:30', '2010-12-01 11:45:30', '<strong><em>By Kevin Zippel, Program Director\r\nAmphibian Ark, Apple Valley, MN</em></strong>\r\n\r\n<strong>Amphibians Matter</strong>\r\nAmphibians are an important component of the global ecosystem. In New York State, the biomass of one diminutive salamander species alone is equal to that of all the white-tailed deer. If you think that is impressive, that same salamander species in Virginia has a biomass 7x as great, another salamander species in Japan has a biomass 50x as great, and a frog species in Puerto Rico has a biomass 150x as great. For those of us living in white-tailed deer country, try to imagine 150x as many deer running around and you will start to have some comprehension of the keystone role just one single amphibian species can have in its ecosystem. All of those amphibians can serve as food for predators in their community, and current research is documenting that in areas of the world where amphibians are disappearing, so too are their specialist predators (Karen Lips, pers. com.). Amphibians are also voracious predators themselves, with a single population of cricket frogs, for example, able to consume 5 million invertebrates in one year (Bruce and Christiansen 1976). Many of those invertebrates are pests of our crops and vectors of human disease. Clearly, amphibians play a vital role in nature.\r\n\r\nAmphibians are also important indicators of environmental health. The same thin skin that helps them to drink and to breathe also makes them susceptible to pollutants, more so than other tetrapods. For example, consider Atrazine, the most widely used herbicide in the US and probably the world, and a potent endocrine disruptor. At low concentrations of Atrazine--lower than those the USDA says is safe in drinking water and lower than those found at the tap in millions of American homes--male clawed frogs can be chemically sterilized or even turned into females (Hayes et al. 2010). Because of their generally conspicuous presence in the environment and chemical sensitivity relative to other tetrapods, amphibians can be a considered a canary in the coalmine, valuable sentinels for human health concerns.\r\n\r\nAnd amphibians are important contributors to human medicine. All amphibians have poison glands, with species-specific poisons of various potency and structure. Many of those poisons can be refined for use in human medicine. For example, a South American frog has yielded an analgesic that is 200x more potent than morphine without any of the addictive side effects (Spande et al. 1992), and an Australian treefrog produces a peptide that blocks the transmission of HIV across mucous membranes in humans (VanCompernolle 2005). Every time an amphibian species goes extinct, potential treatments to human ailments disappear as well.\r\n\r\n<strong>Amphibians Are in Trouble</strong>\r\nAn ongoing Global Amphibian Assessment reveals that as many as 158 amphibian species are believed recently extinct, nearly one in three remaining species is currently threatened with extinction, and one in four is so poorly known that they can only be called Data Deficient (IUCN et al. 2010). Amphibians have a higher number of globally threatened species than any other group of organisms except flowering plants and a higher percentage of threatened species than any other group except gymnosperms. Moreover, the rate at which amphibian species are going extinct is now hundreds or thousands of times higher than historic levels (McCallum, 2007; Roelants et al., 2007). This crisis represents the greatest extinction event in the history of amphibians and perhaps the greatest taxon-specific conservation challenge in the history of humanity.\r\n<strong><img class="alignnone size-medium wp-image-1802" title="green_tree_frog" src="http://aecetia.net/gws/aazk/wp-content/uploads/green_tree_frog-300x200.jpg" alt="green_tree_frog" width="300" height="200" /> </strong>\r\n\r\n<strong>Green Tree Frog</strong> (<em>Hyla cinerea</em>)\r\n<em>(Photo: Tim Krynak)</em> <strong>\r\n</strong>\r\n\r\n<strong>Climate Change Among the Threats</strong>\r\nAmphibians face a variety of threats, including, like every other species on the planet, climate change. Climate change is an enigmatic threat for any taxon. Although we know enough about it that we should be seriously concerned, we simply do not know exactly how, when, and to what extent it will manifest, let alone how species might respond. As such, there is inconsistency in how climate change is considered as a threat among experts, although most do now recognize that it is on track to become one of the greatest threats to all life on earth. Compare climate change to a more ‘traditional’ and tangible threat like habitat modification: IUCN Red List assessors consider various forms of habitat modification a threat for 3766 of 6284 amphibian species. On the other hand, only 397 species are currently considered to face the threat “climate change and extreme weather”. By comparison, amphibian chytridiomycosis, for all the attention it has received, is only known to have affected 350 species to date (Fisher et al. 2009, Skerratt et al. 2007). Climate change is something of an enigma and consequently does not receive the attention it deserves, from politicians or amphibian biologists.\r\n\r\nClearly though, some amphibian species are already being impacted. Reproductive activities, in particular, seem dependant on…………\r\n\r\nWant to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. JOIN NOW!', 'Climate Change and Amphibians', 0, '', 'inherit', 'closed', 'closed', '', '1801-revision-5', '', '', '2010-12-01 06:45:30', '2010-12-01 11:45:30', '', 1801, 'http://aazk.org/uncategorized/1801-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1516, 2, '2010-05-27 08:29:34', '2010-05-27 13:29:34', '<strong>July 3-7, 2010 - <em>24th International Congress for Conservation Biology</em></strong>.  Symposium on Grizzly Bear Research and Management. To be held in Edmonton, Alberta, Canada. See <a href="http://www.conbio.org/2010">http://www.conbio.org/2010</a> for more information.\r\n\r\n<strong>August 22-26, 2010 - <em>AAZK National Conference</em></strong>.  Hosted by the Philadelphia AAZK Chapter and the Philadelphia Zoo. Conference information, program schedule, online registration and hotel info available at <a href="http://www.philadelphiaaecetia.net/gws/aazk">www.philadelphiaaecetia.net/gws/aazk</a>.  A reminder that a $50 late fee is applied to registrations after 22 June 2010.\r\n\r\n<strong>August 30 - September 3, 2010</strong> - <strong><em>7th International Penguin Conference</em></strong> - in Boston, MA.  Hosted by The New England Aquarium.  For info email <a href="mailto:ipcboston@neaq.org">ipcboston@neaq.org</a>.\r\n<strong>\r\nSeptember 1 - 5,  2010 - <em>IUCN XIth International Otter Colloquium</em></strong>.  Held in Pavia, Italy. For further info: <a href="http://www.internationalottercolloquium2010.eu/">http://www.internationalottercolloquium2010.eu/</a>\r\n<strong>\r\nSeptember 11-16, 2010 -<em> AZA 2010 Annual Conference</em></strong>.  Hosted by the Houston Zoo, Houston, TX.  See <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a> for further information.\r\n\r\n<strong>September 7-12, 2010 </strong>- <strong><em>National AZAD Conference</em></strong> Hosted by Brookfield Zoo, Brookfield, IL USA. Call for Papers--Share your ideas by presenting a paper addressing ways people can work to conserve our Earth and all the gifts it gives us - Abstracts must be submitted by January 15, 2010; Notification of Acceptance is February 15, 2010; Completed papers are due April 1, 2010.  Presentations should be 45 minutes in length, including 10 minutes for Q&amp;A.  Please email abstracts to <a href="mailto:AZAD2010info@gmail.com">AZAD2010info@gmail.com</a> with the subject line being “Abstract”.  Include name and contact info, title of paper, abstract, audio-visual equipment needed, your zoo/aquarium affiliation and AZAD membership category.\r\n\r\n<strong>September 26-30, 2010</strong> -<em> <strong>AZA Orangutan SSP® Workshop </strong></em>– at the Denver Zoo, Denver, CO. Theme:  “Conservation &amp; Husbandry Innovations for the New Decade” Climb Up to a Higher Branch at the 4th Annual Orangutan SSP® Husbandry Workshop! - Focused on the care and management of orangutans, the workshop will bring together orangutan caregivers and managers, researchers, and field biologists to share the most current information on husbandry, conservation, and emergent issues pertaining to captive and wild populations of orangutans. Workshop registration fee is $125. The workshop will be held in conjunction with the Orangutan SSP® Masterplan meetings which will take place on Sunday, September 26, 2010.  For additional information contact Ronda Schwetz at <a href="mailto:rschwetz@denverzoo.org">rschwetz@denverzoo.org</a>.   Online registration will be available soon at <a href="http://www.denverzoo.org">www.denverzoo.org</a>. Pre-Conference Trip to Cheyenne Mountain Zoo Sunday, September 26—more details soon!<strong>\r\n</strong>\r\n\r\n<strong>September 28-October 2, 2010</strong> -<strong><em> 20th International Zoo Educators’ (IZE) Biennial Conference</em></strong> - at Disney’s Animal Kingdom, Orlando, FL.  For more information, please visit <a href="http://www.izea.net">http://www.izea.net</a>.\r\n\r\n<strong>October 9-10, 2010 - <em>LORY SYMPOSIUM 2010</em></strong>.  Marriott Courtyard, Old Town San Diego, CA. For more information, email <a href="mailto:symposium@lorysociety.com">symposium@lorysociety.com</a>.\r\n\r\n<strong>October 14-15, 2010</strong> - <em><strong>Passerine Workshop </strong></em>\r\nHosted by Zoo Atlanta, Atlanta, GA. The intent of this workshop is to increase knowledge for keepers/newer managers on basic husbandry, breeding, and daily management of various passerine species and sharing of information between institutions.\r\n\r\nPlease contact Sprina Liu, <a href="mailto:sliu@zooatlanta.org">sliu@zooatlanta.org</a>, for more information.\r\n\r\n<strong>October 17-21, 2010 -  <em>65th Annual Conference of WAZA</em></strong>. To be held in Cologne, Germany.  See <a href="http://www.waza.org/en/site/home">http://www.waza.org/en/site/home</a> for further information.\r\n\r\n<strong>March 2-4, 2011 - <em>Association of Professional Wildlife Educators</em></strong>. To be held at the Frank Buck Zoo Gainesville, Texas. Watch <a href="http://www.apwe.org/">http://www.apwe.org/</a> for details as they become available.\r\n<strong>\r\nMay 15th-18th, 2011 - <em>2011 Rhino Keeper Workshop</em></strong>. To be held at Fossil Rim Wildlife Center, Glen Rose, Texas. For further info contact:<a href="mailto:adam.felts@columbuszoo.org"> adam.felts@columbuszoo.org</a>.\r\n\r\n<em><strong>Upcoming AAZK National Conferences</strong></em>\r\n\r\n2010 - Philadelphia, PA - August 22-26\r\n\r\n2011 - San Diego, CA - August 24-28\r\n\r\n2012 - Syracuse, NY - September 23-27\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at\r\n<a href="http://aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>\r\n\r\n<em><strong>Upcoming AZA National Conferences</strong></em>\r\n\r\nSeptember 11-16, 2010  - AZA 2010 Annual Conference - Hosted by Houston Zoo, Houston, TX.\r\n\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events June 2010', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2010-05-27 08:29:34', '2010-05-27 13:29:34', '', 435, 'http://aazk.org/uncategorized/435-revision-21/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1517, 2, '2010-06-30 08:09:46', '2010-06-30 13:09:46', 'About the Cover/Information for Contributors\r\nScoops &amp; Scuttlebutt\r\nNational Zoo Keeper Week Proclamation\r\nFrom the Executive Director\r\nComing Events\r\nAAZK Announces New Members\r\nConference 2010 - Updates &amp; Reminders\r\n“The ICZ: Ten Years and Growing Strong\r\nReminder on Monthly Website Merchandise SALE!\r\nConservation Station (<em>Acting Locally</em>)\r\nBook Reviews (<em>Bats in Captivity, Vol. 2: Aspects of Rehabilitation</em> and<em> Encounters with Florida’s Endangered Wildlife</em>)\r\nInformation on Special Conference Pricing on AAZK  Products/Publications/Apparel\r\nPeople Skills for Animal People: Keeper Communication Skills\r\nTraining Tales (<em>Operant Conditioning and Wellness in American Alligators</em>)\r\nZoo Saves Research Monkeys from Euthanasia\r\nAll Wet! An Innovative Water Sprayer System for Hippo Enrichment\r\nEnrichment Options (<em>Paper Projects at the Sedgwick County Zoo</em>)\r\nConservation/Legislative Update', 'July 2010', 0, '', 'draft', 'closed', 'closed', '', 'july-2010', '', '', '2013-10-15 17:49:22', '2013-10-15 22:49:22', '', 0, 'http://aazk.org/?p=1517', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1520, 2, '2010-06-30 08:09:31', '2010-06-30 13:09:31', 'About the Cover/Information for Contributors\r\nScoops &amp; Scuttlebutt\r\nNational Zoo Keeper Week Proclamation\r\nFrom the Executive Director\r\nComing Events\r\nAAZK Announces New Members\r\nConference 2010 - Updates &amp; Reminders\r\n“The ICZ: Ten Years and Growing Strong\r\nReminder on Monthly Website Merchandise SALE!\r\nConservation Station (<em>Acting Locally</em>)\r\nBook Reviews (<em>Bats in Captivity, Vol. 2: Aspects of Rehabilitation</em> and<em> Encounters with Florida’s Endangered Wildlife</em>)\r\nInformation on Special Conference Pricing on AAZK  Products/Publications/Apparel\r\nPeople Skills for Animal People: Keeper Communication Skills\r\nTraining Tales (<em>Operant Conditioning and Wellness in American Alligators</em>)\r\nZoo Saves Research Monkeys from Euthanasia\r\nAll Wet! An Innovative Water Sprayer System for Hippo Enrichment\r\nEnrichment Options (<em>Paper Projects at the Sedgwick County Zoo</em>)\r\nConservation/Legislative Update', 'July 2010', 0, '', 'inherit', 'closed', 'closed', '', '1517-revision-3', '', '', '2010-06-30 08:09:31', '2010-06-30 13:09:31', '', 1517, 'http://aazk.org/uncategorized/1517-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1519, 2, '2010-06-30 08:09:27', '2010-06-30 13:09:27', 'About the Cover/Information for Contributors\nScoops &amp; Scuttlebutt\nNational Zoo Keeper Week Proclamation\nFrom the Executive Director\nComing Events\nAAZK Announces New Members\nConference 2010 - Updates &amp; Reminders\n“The ICZ: Ten Years and Growing Strong\nReminder on Monthly Website Merchandise SALE!\nConservation Station (<em>Acting Locally</em>)\nBook Reviews (<em>Bats in Captivity, Vol. 2: Aspects of Rehabilitation</em> and<em> Encounters with Florida’s Endangered Wildlife</em>)\nInformation on Special Conference Pricing on AAZK  Products/Publications/Apparel\nPeople Skills for Animal People: Keeper Communication Skills\nTraining Tales (<em>Operant Conditioning and Wellness in American Alligators</em>)\nZoo Saves Research Monkeys from Euthanasia\nAll Wet! An Innovative Water Sprayer System for Hippo Enrichment\nEnrichment Options (<em>Paper Projects at the Sedgwick County Zoo</em>)\nConservation/Legislative Update<span style="font-family: &quot;Lucida Grande&quot;;"></span><span style="font-family: &quot;Lucida Grande&quot;;"></span>', 'July 2010', 0, '', 'inherit', 'closed', 'closed', '', '1517-revision-2', '', '', '2010-06-30 08:09:27', '2010-06-30 13:09:27', '', 1517, 'http://aazk.org/uncategorized/1517-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1521, 2, '2010-06-30 08:19:11', '2010-06-30 13:19:11', '<em><strong>The AAZK Behavioral Husbandry Committee presents</strong></em>\r\n\r\n<img class="aligncenter size-full wp-image-1475" title="training_tales3" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales3.jpg" alt="training_tales3" width="476" height="102" />\r\n\r\n<em>By Emily Maple, Keeper II Reptiles,\r\nPalm Beach Zoo, West Palm Beach, FL</em>\r\n\r\nFred and Wilma are a pair of 22-year-old American alligators that live in a naturalistic lagoon in the center of The Palm Beach Zoo. The lagoon is fed by a natural spring, and it is divided into two pools by a small waterfall. Historically, the animals had been noted as being overweight, sedentary, as well as aggressive to keepers when maintenance was needed in the lagoon. The alligators had previously been on a small training regimen to allow weekly Gator Talks, given by reptile staff members. It was decided that the animals would benefit from an overall wellness program including new training plans as well as diet changes.\r\n\r\nThe idea of developing a wellness plan for our alligators was a novel one. Wellness is defined as “ 1. the quality or state of being healthy in body and mind, esp. as the result of deliberate effort.” (Dictionary.com, 2010).  In studies done on American alligators, response to exercise was “…similar to mammals. Alligators respond to exercise training by increasing their heart size and oxygen carrying-capacity of the blood” (O’Leary, 2006). To begin the wellness program, we knew the diets of our animals were going to be changed, but we also realized the amounts and frequencies of feedings would need to be adjusted as well.  Based on ideas from crocodilian managers at other zoos, we decreased the amount of rodents and poultry and frozen fish being offered, and began feeding the supplemental Crocodilian Diet (biscuits) from Mazuri®. We fed only biscuits during daily station training, and fed smaller amounts of whole animals during the weekly keeper talks.\r\n\r\n<img class="alignnone size-full wp-image-1522" title="alligator" src="http://aecetia.net/gws/aazk/wp-content/uploads/alligator.jpg" alt="alligator" width="588" height="337" />\r\n\r\n<em>Fred walking over dry land to the top station.  Author is holding bucket.</em>\r\n\r\nReptiles’ intellectual capabilities are being discovered as the years pass; “contrary to the widely accepted ‘reptile brain’ theory of intelligence, the alligator is intelligent” (Eme, Okerkowicz, Gwalthney, Blank, Rourke, and Hicks, 2009). Therefore we can conclude that they should be easy to train. The goal of previous training for Fred and Wilma was to station (position themselves at a specific location), and to lift their bodies out of the water to feed off of tongs during keeper talks. We derived our new training techniques such as shaping, as described by Karen Pryor, to teach the alligators “one step at a time, toward an ultimate goal” (Pryor, 1984).  Previously, Fred and Wilma’s cue was the sound of a bucket banging on the visitor deck. For the new training, the keepers instead used verbal cues, so that the animal could be called from different areas in the enclosure to one of several specified stations. The goal of the new training was…….\r\n\r\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'Operant Conditioning and Wellness in  American Alligators (Alligator mississippiensis)', 0, '', 'draft', 'closed', 'closed', '', 'operant-conditioning-and-wellness-in-american-alligators-alligator-mississippiensis', '', '', '2013-10-15 17:49:22', '2013-10-15 22:49:22', '', 0, 'http://aazk.org/?p=1521', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1522, 2, '2010-06-30 08:16:37', '2010-06-30 13:16:37', '', 'alligator', 0, '', 'inherit', 'closed', 'closed', '', 'alligator', '', '', '2010-06-30 08:16:37', '2010-06-30 13:16:37', '', 1521, 'http://aazk.org/wp-content/uploads/alligator.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1523, 2, '2010-06-30 08:17:48', '2010-06-30 13:17:48', '<em><strong>The AAZK Behavioral Husbandry Committee presents</strong></em>\n\n<img class="aligncenter size-full wp-image-1475" title="training_tales3" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales3.jpg" alt="training_tales3" width="476" height="102" />\n\n<em>By Emily Maple, Keeper II Reptiles,\nPalm Beach Zoo, West Palm Beach, FL</em>\n\nFred and Wilma are a pair of 22-year-old American alligators that live in a naturalistic lagoon in the center of The Palm Beach Zoo. The lagoon is fed by a natural spring, and it is divided into two pools by a small waterfall. Historically, the animals had been noted as being overweight, sedentary, as well as aggressive to keepers when maintenance was needed in the lagoon. The alligators had previously been on a small training regimen to allow weekly Gator Talks, given by reptile staff members. It was decided that the animals would benefit from an overall wellness program including new training plans as well as diet changes.\n\nThe idea of developing a wellness plan for our alligators was a novel one. Wellness is defined as “ 1. the quality or state of being healthy in body and mind, esp. as the result of deliberate effort.” (Dictionary.com, 2010).  In studies done on American alligators, response to exercise was “…similar to mammals. Alligators respond to exercise training by increasing their heart size and oxygen carrying-capacity of the blood” (O’Leary, 2006). To begin the wellness program, we knew the diets of our animals were going to be changed, but we also realized the amounts and frequencies of feedings would need to be adjusted as well.  Based on ideas from crocodilian managers at other zoos, we decreased the amount of rodents and poultry and frozen fish being offered, and began feeding the supplemental Crocodilian Diet (biscuits) from Mazuri®. We fed only biscuits during daily station training, and fed smaller amounts of whole animals during the weekly keeper talks.\n\n<img class="alignnone size-full wp-image-1522" title="alligator" src="http://aecetia.net/gws/aazk/wp-content/uploads/alligator.jpg" alt="alligator" width="588" height="337" />\n\n<em>Fred walking over dry land to the top station.  Author is holding bucket.</em>\n\nReptiles’ intellectual capabilities are being discovered as the years pass; “contrary to the widely accepted ‘reptile brain’ theory of intelligence, the alligator is intelligent” (Eme, Okerkowicz, Gwalthney, Blank, Rourke, and Hicks, 2009). Therefore we can conclude that they should be easy to train. The goal of previous training for Fred and Wilma was to station (position themselves at a specific location), and to lift their bodies out of the water to feed off of tongs during keeper talks. We derived our new training techniques such as shaping, as described by Karen Pryor, to teach the alligators “one step at a time, toward an ultimate goal” (Pryor, 1984).  Previously, Fred and Wilma’s cue was the sound of a bucket banging on the visitor deck. For the new training, the keepers instead used verbal cues, so that the animal could be called from different areas in the enclosure to one of several specified stations. The goal of the new training was…….\n\nWant to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. JOIN NOW!', 'Operant Conditioning and Wellness in  American Alligators (Alligator mississippiensis)', 0, '', 'inherit', 'closed', 'closed', '', '1521-revision', '', '', '2010-06-30 08:17:48', '2010-06-30 13:17:48', '', 1521, 'http://aazk.org/uncategorized/1521-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1524, 2, '2010-06-30 08:18:12', '2010-06-30 13:18:12', '<em><strong>The AAZK Behavioral Husbandry Committee presents</strong></em>\r\n\r\n<img class="aligncenter size-full wp-image-1475" title="training_tales3" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales3.jpg" alt="training_tales3" width="476" height="102" />\r\n\r\n<em>By Emily Maple, Keeper II Reptiles,\r\nPalm Beach Zoo, West Palm Beach, FL</em>\r\n\r\nFred and Wilma are a pair of 22-year-old American alligators that live in a naturalistic lagoon in the center of The Palm Beach Zoo. The lagoon is fed by a natural spring, and it is divided into two pools by a small waterfall. Historically, the animals had been noted as being overweight, sedentary, as well as aggressive to keepers when maintenance was needed in the lagoon. The alligators had previously been on a small training regimen to allow weekly Gator Talks, given by reptile staff members. It was decided that the animals would benefit from an overall wellness program including new training plans as well as diet changes.\r\n\r\nThe idea of developing a wellness plan for our alligators was a novel one. Wellness is defined as “ 1. the quality or state of being healthy in body and mind, esp. as the result of deliberate effort.” (Dictionary.com, 2010).  In studies done on American alligators, response to exercise was “…similar to mammals. Alligators respond to exercise training by increasing their heart size and oxygen carrying-capacity of the blood” (O’Leary, 2006). To begin the wellness program, we knew the diets of our animals were going to be changed, but we also realized the amounts and frequencies of feedings would need to be adjusted as well.  Based on ideas from crocodilian managers at other zoos, we decreased the amount of rodents and poultry and frozen fish being offered, and began feeding the supplemental Crocodilian Diet (biscuits) from Mazuri®. We fed only biscuits during daily station training, and fed smaller amounts of whole animals during the weekly keeper talks.\r\n\r\n<img class="alignnone size-full wp-image-1522" title="alligator" src="http://aecetia.net/gws/aazk/wp-content/uploads/alligator.jpg" alt="alligator" width="588" height="337" />\r\n\r\n<em>Fred walking over dry land to the top station.  Author is holding bucket.</em>\r\n\r\nReptiles’ intellectual capabilities are being discovered as the years pass; “contrary to the widely accepted ‘reptile brain’ theory of intelligence, the alligator is intelligent” (Eme, Okerkowicz, Gwalthney, Blank, Rourke, and Hicks, 2009). Therefore we can conclude that they should be easy to train. The goal of previous training for Fred and Wilma was to station (position themselves at a specific location), and to lift their bodies out of the water to feed off of tongs during keeper talks. We derived our new training techniques such as shaping, as described by Karen Pryor, to teach the alligators “one step at a time, toward an ultimate goal” (Pryor, 1984).  Previously, Fred and Wilma’s cue was the sound of a bucket banging on the visitor deck. For the new training, the keepers instead used verbal cues, so that the animal could be called from different areas in the enclosure to one of several specified stations. The goal of the new training was…….\r\n\r\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'Operant Conditioning and Wellness in  American Alligators (Alligator mississippiensis)', 0, '', 'inherit', 'closed', 'closed', '', '1521-revision-2', '', '', '2010-06-30 08:18:12', '2010-06-30 13:18:12', '', 1521, 'http://aazk.org/uncategorized/1521-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1525, 2, '2010-06-30 08:26:00', '2010-06-30 13:26:00', '<img class="alignnone size-full wp-image-1499" title="icz_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/icz_logo.jpg" alt="icz_logo" width="223" height="169" />\r\n\r\n<em>By Norah Farnham, ICZ Steering Committee Member</em>\r\n\r\n<strong>Connecting Keepers Worldwide</strong>\r\nBy now most AAZK members are familiar with the International Congress of Zookeepers (ICZ). Many of you have attended at least one ICZ conference: 2003 in The Netherlands, 2006 in Australia, or last year in Seattle. Whether or not you’ve attended a previous ICZ conference, mark your calendars for the next big event--- September 2012 in Singapore!  Exact dates of the conference will be announced within the next 12 months.\r\n\r\nThose of you who attended the joint AAZK/ICZ Conference in Seattle last September personally experienced the global network of keepers developing through the efforts of the ICZ. The success of this first-ever joint conference is just one result of the hard work and planning that have occupied the ICZ in its first 10 years.\r\n\r\nMuch has been accomplished in the last decade, and the next promises to be equally productive and successful. This article is meant to give some background, current happenings, and future goals of the ICZ.\r\n\r\n<strong>In the Beginning</strong>\r\nA small travel grant brought representatives from seven of the world’s professional zookeeper organizations to the AAZK conference in Columbus, Ohio, in 2000. Since this auspicious meeting, the ICZ has grown to an incorporated 501(c)(3) organization, complete with a Constitution, Bylaws and 6000 members worldwide!\r\n\r\nThough the early years were occupied with necessary tasks such as formation of a Steering Committee (SC), development of a Constitution, and incorporation, we also managed to host three conferences and assist with the development of two  new professional keeper associations, (ZAP and AKAA).\r\n\r\nThe SC of the ICZ consists of 18 members representing the world’s nine professional keeper associations.\r\n-  American Association of Zoo Keepers (AAZK)\r\n-  Association of British Wild Animal Keepers (ABWAK)\r\n-  Australasian Society of Zoo Keeping (ASZK)\r\n-  Asociación Ibérica de Cuidadores de Animales Salvajes (AICAS) [Spain/Portugal]\r\n-  Association Francophone des Soigneurs Animaliers (ASFA) [France]\r\n-  Berufsverband der Zootierpfleger (BdZ) [Germny]\r\n-  Foundation Harpij (De Harpij) [The Netherlands/Belgium]\r\n-  Animal Keepers’ Association of Africa (AKAA)\r\n- Zookeepers’ Association of the Philippines (ZAP)\r\n\r\nThe representatives have met each year, since 2000, to coordinate the development of an international association that will promote professional animal care throughout the world.\r\n\r\n<img class="alignnone size-full wp-image-1526" title="icz_singapore" src="http://aecetia.net/gws/aazk/wp-content/uploads/icz_singapore.jpg" alt="icz_singapore" width="729" height="504" />\r\n\r\n<strong><em>ICZ Steering Committee with Dr. Onnie Byers, Singapore 2010</em></strong>\r\n\r\n<strong>Gaining Recognition</strong>\r\nThe emergent ICZ soon caught the attention of Gordon Reid, Director General of Chester Zoo, and, at the time, President of WAZA, the World Association of Zoos and Aquariums. Professor Reid realized the tremendous potential of this force of thousands of zookeepers. By working through its membership, the ICZ is uniquely placed to:\r\n\r\n• Be the voice of the worldwide community of zookeepers and other animal care professionals;\r\n• Improve the profession of zookeeping through the establishment of best practice and the   standardization of zookeeping skills;\r\n• Improve animal welfare through advanced animal care in the world’s zoological institutions;\r\n• Provide a global platform for zookeepers and a network of information sharing for the benefit of wildlife;\r\n• Assist in the development of new and emerging regional zookeeper associations and assist zoos needing improvement;\r\n• Mobilize the skills and knowledge required to secure wildlife populations, especially for critically endangered species;\r\n• Develop partnerships with other organizations to improve the future for wildlife; and\r\n• Promote conservation through zookeepers serving as frontline educators;\r\n\r\nWorldwide, zoos and aquariums attract millions of visitors each year.  As frontline educators in many of these institutions, and through their daily activities, zookeepers are well placed to inspire and mobilize these visitors to take actions in addressing conservation issues.  The zookeeper’s direct role in providing the highest standards of animal care and welfare, naturalistic exhibits, and conservation messages connects people with wildlife, promotes awareness and encourages action that contributes to the preservation of wildlife.  By working together, the global zookeeper community and its partners can have a…..\r\n\r\n<strong>Want to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'The ICZ: Ten Years and Growing Strong', 0, '', 'draft', 'closed', 'closed', '', 'the-icz-ten-years-and-growing-strong', '', '', '2013-10-15 17:49:22', '2013-10-15 22:49:22', '', 0, 'http://aazk.org/?p=1525', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1526, 2, '2010-06-30 08:24:13', '2010-06-30 13:24:13', '', 'icz_singapore', 0, '', 'inherit', 'closed', 'closed', '', 'icz_singapore', '', '', '2010-06-30 08:24:13', '2010-06-30 13:24:13', '', 1525, 'http://aazk.org/wp-content/uploads/icz_singapore.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1527, 2, '2010-06-30 08:25:32', '2010-06-30 13:25:32', '<img class="alignnone size-full wp-image-1499" title="icz_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/icz_logo.jpg" alt="icz_logo" width="223" height="169" />\n\n<em>By Norah Farnham, ICZ Steering Committee Member</em>\n\n<strong>Connecting Keepers Worldwide</strong>\nBy now most AAZK members are familiar with the International Congress of Zookeepers (ICZ). Many of you have attended at least one ICZ conference: 2003 in The Netherlands, 2006 in Australia, or last year in Seattle. Whether or not you’ve attended a previous ICZ conference, mark your calendars for the next big event--- September 2012 in Singapore!  Exact dates of the conference will be announced within the next 12 months.\n\nThose of you who attended the joint AAZK/ICZ Conference in Seattle last September personally experienced the global network of keepers developing through the efforts of the ICZ. The success of this first-ever joint conference is just one result of the hard work and planning that have occupied the ICZ in its first 10 years.\n\nMuch has been accomplished in the last decade, and the next promises to be equally productive and successful. This article is meant to give some background, current happenings, and future goals of the ICZ.\n\n<strong>In the Beginning</strong>\nA small travel grant brought representatives from seven of the world’s professional zookeeper organizations to the AAZK conference in Columbus, Ohio, in 2000. Since this auspicious meeting, the ICZ has grown to an incorporated 501(c)(3) organization, complete with a Constitution, Bylaws and 6000 members worldwide!\n\nThough the early years were occupied with necessary tasks such as formation of a Steering Committee (SC), development of a Constitution, and incorporation, we also managed to host three conferences and assist with the development of two  new professional keeper associations, (ZAP and AKAA).\n\nThe SC of the ICZ consists of 18 members representing the world’s nine professional keeper associations.\n-  American Association of Zoo Keepers (AAZK)\n-  Association of British Wild Animal Keepers (ABWAK)\n-  Australasian Society of Zoo Keeping (ASZK)\n-  Asociación Ibérica de Cuidadores de Animales Salvajes (AICAS) [Spain/Portugal]\n-  Association Francophone des Soigneurs Animaliers (ASFA) [France]\n-  Berufsverband der Zootierpfleger (BdZ) [Germny]\n-  Foundation Harpij (De Harpij) [The Netherlands/Belgium]\n-  Animal Keepers’ Association of Africa (AKAA)\n- Zookeepers’ Association of the Philippines (ZAP)\n\nThe representatives have met each year, since 2000, to coordinate the development of an international association that will promote professional animal care throughout the world.\n\n<img class="alignnone size-full wp-image-1526" title="icz_singapore" src="http://aecetia.net/gws/aazk/wp-content/uploads/icz_singapore.jpg" alt="icz_singapore" width="729" height="504" />\n\n<strong><em>ICZ Steering Committee with Dr. Onnie Byers, Singapore 2010</em></strong>\n\nGaining Recognition\nThe emergent ICZ soon caught the attention of Gordon Reid, Director General of Chester Zoo, and, at the time, President of WAZA, the World Association of Zoos and Aquariums. Professor Reid realized the tremendous potential of this force of thousands of zookeepers. By working through its membership, the ICZ is uniquely placed to:\n\n• Be the voice of the worldwide community of zookeepers and other animal care professionals;\n• Improve the profession of zookeeping through the establishment of best practice and the   standardization of zookeeping skills;\n• Improve animal welfare through advanced animal care in the world’s zoological institutions;\n• Provide a global platform for zookeepers and a network of information sharing for the benefit of wildlife;\n• Assist in the development of new and emerging regional zookeeper associations and assist zoos needing improvement;\n• Mobilize the skills and knowledge required to secure wildlife populations, especially for critically endangered species;\n• Develop partnerships with other organizations to improve the future for wildlife; and\n• Promote conservation through zookeepers serving as frontline educators;\n\nWorldwide, zoos and aquariums attract millions of visitors each year.  As frontline educators in many of these institutions, and through their daily activities, zookeepers are well placed to inspire and mobilize these visitors to take actions in addressing conservation issues.  The zookeeper’s direct role in providing the highest standards of animal care and welfare, naturalistic exhibits, and conservation messages connects people with wildlife, promotes awareness and encourages action that contributes to the preservation of wildlife.  By working together, the global zookeeper community and its partners can have a…..\n\n<strong>Want to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'The ICZ: Ten Years and Growing Strong', 0, '', 'inherit', 'closed', 'closed', '', '1525-revision', '', '', '2010-06-30 08:25:32', '2010-06-30 13:25:32', '', 1525, 'http://aazk.org/uncategorized/1525-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1518, 2, '2010-06-30 08:08:27', '2010-06-30 13:08:27', '<!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--> &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 415 0;} @font-face 	{font-family:Cambria; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073741899 0 0 415 0;} @font-face 	{font-family:"Lucida Grande"; 	mso-font-alt:"Courier New"; 	mso-font-charset:0; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:3 0 0 0 1 0;} @font-face 	{font-family:TimesNewRomanPSMT; 	panose-1:0 0 0 0 0 0 0 0 0 0; 	mso-font-charset:77; 	mso-generic-font-family:auto; 	mso-font-format:other; 	mso-font-pitch:auto; 	mso-font-signature:3 0 0 0 1 0;} @font-face 	{font-family:TimesNewRomanPS-BoldMT; 	panose-1:0 0 0 0 0 0 0 0 0 0; 	mso-font-alt:Cambria; 	mso-font-charset:77; 	mso-generic-font-family:auto; 	mso-font-format:other; 	mso-font-pitch:auto; 	mso-font-signature:3 0 0 0 1 0;} @font-face 	{font-family:TimesNewRomanPS-ItalicMT; 	panose-1:0 0 0 0 0 0 0 0 0 0; 	mso-font-alt:Cambria; 	mso-font-charset:77; 	mso-generic-font-family:auto; 	mso-font-format:other; 	mso-font-pitch:auto; 	mso-font-signature:3 0 0 0 1 0;} @font-face 	{font-family:Times-Roman; 	panose-1:0 0 0 0 0 0 0 0 0 0; 	mso-font-charset:77; 	mso-generic-font-family:auto; 	mso-font-format:other; 	mso-font-pitch:auto; 	mso-font-signature:3 0 0 0 1 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	mso-bidi-font-size:10.0pt; 	font-family:"Cambria","serif"; 	mso-fareast-font-family:Cambria; 	mso-bidi-font-family:"Times New Roman";} p.NoParagraphStyle, li.NoParagraphStyle, div.NoParagraphStyle 	{mso-style-name:"[No Paragraph Style]"; 	mso-style-unhide:no; 	mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	line-height:120%; 	mso-pagination:none; 	mso-layout-grid-align:none; 	text-autospace:none; 	font-size:12.0pt; 	font-family:Times-Roman; 	mso-fareast-font-family:Cambria; 	mso-bidi-font-family:Times-Roman; 	color:black;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	font-size:10.0pt; 	mso-ansi-font-size:10.0pt; 	mso-bidi-font-size:10.0pt; 	mso-ascii-font-family:Cambria; 	mso-fareast-font-family:Cambria; 	mso-hansi-font-family:Cambria;} @page WordSection1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.WordSection1 	{page:WordSection1;} --&gt; <!--[if gte mso 10]> <style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:"Table Normal";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-qformat:yes;\n	mso-style-parent:"";\n	mso-padding-alt:0in 5.4pt 0in 5.4pt;\n	mso-para-margin:0in;\n	mso-para-margin-bottom:.0001pt;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:"Calibri","sans-serif";\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-fareast-font-family:"Times New Roman";\n	mso-fareast-theme-font:minor-fareast;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-bidi-font-family:"Times New Roman";\n	mso-bidi-theme-font:minor-bidi;}\n</style> <![endif]-->About the Cover/Information for Contributors\nScoops &amp; Scuttlebutt\nNational Zoo Keeper Week Proclamation\nFrom the Executive Director\nComing Events\nAAZK Announces New Members\nConference 2010 - Updates &amp; Reminders\n“The ICZ: Ten Years and Growing Strong\nReminder on Monthly Website Merchandise SALE!\nConservation Station (<em>Acting Locally</em>)\nBook Reviews (<em>Bats in Captivity, Vol. 2: Aspects of Rehabilitation</em> and<em> Encounters with Florida’s Endangered Wildlife</em>)\nInformation on Special Conference Pricing on AAZK                           Products/Publications/Apparel\nPeople Skills for Animal People: Keeper Communication Skills\nTraining Tales (Operant Conditioning and Wellness in American Alligators)\nZoo Saves Research Monkeys from Euthanasia\nAll Wet! An Innovative Water Sprayer System for Hippo Enrichment\nEnrichment Options (Paper Projects at the Sedgwick County Zoo)\nConservation/Legislative Update<span style="font-family: &quot;Lucida Grande&quot;;"></span><span style="font-family: &quot;Lucida Grande&quot;;"></span>', 'July 2010', 0, '', 'inherit', 'closed', 'closed', '', '1517-revision', '', '', '2010-06-30 08:08:27', '2010-06-30 13:08:27', '', 1517, 'http://aazk.org/uncategorized/1517-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1528, 2, '2010-06-30 08:25:35', '2010-06-30 13:25:35', '<img class="alignnone size-full wp-image-1499" title="icz_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/icz_logo.jpg" alt="icz_logo" width="223" height="169" />\r\n\r\n<em>By Norah Farnham, ICZ Steering Committee Member</em>\r\n\r\n<strong>Connecting Keepers Worldwide</strong>\r\nBy now most AAZK members are familiar with the International Congress of Zookeepers (ICZ). Many of you have attended at least one ICZ conference: 2003 in The Netherlands, 2006 in Australia, or last year in Seattle. Whether or not you’ve attended a previous ICZ conference, mark your calendars for the next big event--- September 2012 in Singapore!  Exact dates of the conference will be announced within the next 12 months.\r\n\r\nThose of you who attended the joint AAZK/ICZ Conference in Seattle last September personally experienced the global network of keepers developing through the efforts of the ICZ. The success of this first-ever joint conference is just one result of the hard work and planning that have occupied the ICZ in its first 10 years.\r\n\r\nMuch has been accomplished in the last decade, and the next promises to be equally productive and successful. This article is meant to give some background, current happenings, and future goals of the ICZ.\r\n\r\n<strong>In the Beginning</strong>\r\nA small travel grant brought representatives from seven of the world’s professional zookeeper organizations to the AAZK conference in Columbus, Ohio, in 2000. Since this auspicious meeting, the ICZ has grown to an incorporated 501(c)(3) organization, complete with a Constitution, Bylaws and 6000 members worldwide!\r\n\r\nThough the early years were occupied with necessary tasks such as formation of a Steering Committee (SC), development of a Constitution, and incorporation, we also managed to host three conferences and assist with the development of two  new professional keeper associations, (ZAP and AKAA).\r\n\r\nThe SC of the ICZ consists of 18 members representing the world’s nine professional keeper associations.\r\n-  American Association of Zoo Keepers (AAZK)\r\n-  Association of British Wild Animal Keepers (ABWAK)\r\n-  Australasian Society of Zoo Keeping (ASZK)\r\n-  Asociación Ibérica de Cuidadores de Animales Salvajes (AICAS) [Spain/Portugal]\r\n-  Association Francophone des Soigneurs Animaliers (ASFA) [France]\r\n-  Berufsverband der Zootierpfleger (BdZ) [Germny]\r\n-  Foundation Harpij (De Harpij) [The Netherlands/Belgium]\r\n-  Animal Keepers’ Association of Africa (AKAA)\r\n- Zookeepers’ Association of the Philippines (ZAP)\r\n\r\nThe representatives have met each year, since 2000, to coordinate the development of an international association that will promote professional animal care throughout the world.\r\n\r\n<img class="alignnone size-full wp-image-1526" title="icz_singapore" src="http://aecetia.net/gws/aazk/wp-content/uploads/icz_singapore.jpg" alt="icz_singapore" width="729" height="504" />\r\n\r\n<strong><em>ICZ Steering Committee with Dr. Onnie Byers, Singapore 2010</em></strong>\r\n\r\n<strong>Gaining Recognition</strong>\r\nThe emergent ICZ soon caught the attention of Gordon Reid, Director General of Chester Zoo, and, at the time, President of WAZA, the World Association of Zoos and Aquariums. Professor Reid realized the tremendous potential of this force of thousands of zookeepers. By working through its membership, the ICZ is uniquely placed to:\r\n\r\n• Be the voice of the worldwide community of zookeepers and other animal care professionals;\r\n• Improve the profession of zookeeping through the establishment of best practice and the   standardization of zookeeping skills;\r\n• Improve animal welfare through advanced animal care in the world’s zoological institutions;\r\n• Provide a global platform for zookeepers and a network of information sharing for the benefit of wildlife;\r\n• Assist in the development of new and emerging regional zookeeper associations and assist zoos needing improvement;\r\n• Mobilize the skills and knowledge required to secure wildlife populations, especially for critically endangered species;\r\n• Develop partnerships with other organizations to improve the future for wildlife; and\r\n• Promote conservation through zookeepers serving as frontline educators;\r\n\r\nWorldwide, zoos and aquariums attract millions of visitors each year.  As frontline educators in many of these institutions, and through their daily activities, zookeepers are well placed to inspire and mobilize these visitors to take actions in addressing conservation issues.  The zookeeper’s direct role in providing the highest standards of animal care and welfare, naturalistic exhibits, and conservation messages connects people with wildlife, promotes awareness and encourages action that contributes to the preservation of wildlife.  By working together, the global zookeeper community and its partners can have a…..\r\n\r\n<strong>Want to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'The ICZ: Ten Years and Growing Strong', 0, '', 'inherit', 'closed', 'closed', '', '1525-revision-2', '', '', '2010-06-30 08:25:35', '2010-06-30 13:25:35', '', 1525, 'http://aazk.org/uncategorized/1525-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1530, 2, '2010-07-01 07:52:04', '2010-07-01 12:52:04', '', 'july10_banner', 0, '', 'inherit', 'closed', 'closed', '', 'july10_banner', '', '', '2010-07-01 07:52:04', '2010-07-01 12:52:04', '', 0, 'http://aazk.org/wp-content/uploads/july10_banner.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1535, 2, '2010-04-28 07:43:32', '2010-04-28 12:43:32', '<h2><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant">AAZK, Inc. announces "Bowling for Rhinos Conservation Resource Fund  Grant"</a></h2>\r\n<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2><strong>Total Funds Raised to Date: <span style="color: #ff0000;">$3,466,911</span></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Samatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $3 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2010-04-28 07:43:32', '2010-04-28 12:43:32', '', 168, 'http://aazk.org/uncategorized/168-revision-25/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1536, 2, '2010-04-16 17:17:14', '2010-04-16 22:17:14', '<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-1249" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /> Janet McCoy\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2010</em></strong>\r\n<h3>Purpose</h3>\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these eight awards are listed below. These awards will be presented at the 2009 AAZK National Conference in Seattle, WA. The deadline for all award nominations is <strong>1 May 2010</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\nOr, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\n<strong>Deadline for Nominations is 1 May 2010</strong>\r\n<ul>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/mazuri-animal-nutrition-award-mana/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-in-conservation-cmc/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-aazk-chapter-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>\r\n\r\n<strong><a href="/wp-content/uploads/2009awards.pdf">2009 Award Recipients</a>\r\n</strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2010-04-16 17:17:14', '2010-04-16 22:17:14', '', 224, 'http://aazk.org/uncategorized/224-revision-40/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1537, 2, '2010-07-21 07:15:22', '2010-07-21 12:15:22', '<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-1249" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /> Janet McCoy\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2011</em></strong>\r\n<h3>Purpose</h3>\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>,  and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these nine awards are listed below. These awards will be presented at the 2011 AAZK National Conference in San Diego, CA. The deadline for all award nominations is <strong>1 May 2011</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\nOr, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\n<strong>Deadline for Nominations is 1 May 2011</strong>\r\n<ul>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/mazuri-animal-nutrition-award-mana/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-in-conservation-cmc/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-aazk-chapter-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>\r\n\r\n<strong><a href="/wp-content/uploads/2009awards.pdf">2009 Award Recipients</a>\r\n</strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2010-07-21 07:15:22', '2010-07-21 12:15:22', '', 224, 'http://aazk.org/uncategorized/224-revision-41/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1538, 2, '2010-07-21 07:36:29', '2010-07-21 12:36:29', '', 'zacc', 0, '', 'inherit', 'closed', 'closed', '', 'zacc', '', '', '2010-07-21 07:36:29', '2010-07-21 12:36:29', '', 0, 'http://aazk.org/wp-content/uploads/zacc.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1809, 2, '2010-12-01 06:47:35', '2010-12-01 11:47:35', '<em>By Kevin Zippel, Program Director\nAmphibian Ark, Apple Valley, MN</em>\n\n<strong>Amphibians Matter</strong>\nAmphibians are an important component of the global ecosystem. In New York State, the biomass of one diminutive salamander species alone is equal to that of all the white-tailed deer. If you think that is impressive, that same salamander species in Virginia has a biomass 7x as great, another salamander species in Japan has a biomass 50x as great, and a frog species in Puerto Rico has a biomass 150x as great. For those of us living in white-tailed deer country, try to imagine 150x as many deer running around and you will start to have some comprehension of the keystone role just one single amphibian species can have in its ecosystem. All of those amphibians can serve as food for predators in their community, and current research is documenting that in areas of the world where amphibians are disappearing, so too are their specialist predators (Karen Lips, pers. com.). Amphibians are also voracious predators themselves, with a single population of cricket frogs, for example, able to consume 5 million invertebrates in one year (Bruce and Christiansen 1976). Many of those invertebrates are pests of our crops and vectors of human disease. Clearly, amphibians play a vital role in nature.\n\nAmphibians are also important indicators of environmental health. The same thin skin that helps them to drink and to breathe also makes them susceptible to pollutants, more so than other tetrapods. For example, consider Atrazine, the most widely used herbicide in the US and probably the world, and a potent endocrine disruptor. At low concentrations of Atrazine--lower than those the USDA says is safe in drinking water and lower than those found at the tap in millions of American homes--male clawed frogs can be chemically sterilized or even turned into females (Hayes et al. 2010). Because of their generally conspicuous presence in the environment and chemical sensitivity relative to other tetrapods, amphibians can be a considered a canary in the coalmine, valuable sentinels for human health concerns.\n\nAnd amphibians are important contributors to human medicine. All amphibians have poison glands, with species-specific poisons of various potency and structure. Many of those poisons can be refined for use in human medicine. For example, a South American frog has yielded an analgesic that is 200x more potent than morphine without any of the addictive side effects (Spande et al. 1992), and an Australian treefrog produces a peptide that blocks the transmission of HIV across mucous membranes in humans (VanCompernolle 2005). Every time an amphibian species goes extinct, potential treatments to human ailments disappear as well.\n\n<strong>Amphibians Are in Trouble</strong>\nAn ongoing Global Amphibian Assessment reveals that as many as 158 amphibian species are believed recently extinct, nearly one in three remaining species is currently threatened with extinction, and one in four is so poorly known that they can only be called Data Deficient (IUCN et al. 2010). Amphibians have a higher number of globally threatened species than any other group of organisms except flowering plants and a higher percentage of threatened species than any other group except gymnosperms. Moreover, the rate at which amphibian species are going extinct is now hundreds or thousands of times higher than historic levels (McCallum, 2007; Roelants et al., 2007). This crisis represents the greatest extinction event in the history of amphibians and perhaps the greatest taxon-specific conservation challenge in the history of humanity.\n<strong><img class="alignnone size-medium wp-image-1802" title="green_tree_frog" src="http://aecetia.net/gws/aazk/wp-content/uploads/green_tree_frog-300x200.jpg" alt="green_tree_frog" width="300" height="200" /> </strong>\n\n<strong>Green Tree Frog</strong> (<em>Hyla cinerea</em>)\n<em>(Photo: Tim Krynak)</em> <strong>\n</strong>\n\n<strong>Climate Change Among the Threats</strong>\nAmphibians face a variety of threats, including, like every other species on the planet, climate change. Climate change is an enigmatic threat for any taxon. Although we know enough about it that we should be seriously concerned, we simply do not know exactly how, when, and to what extent it will manifest, let alone how species might respond. As such, there is inconsistency in how climate change is considered as a threat among experts, although most do now recognize that it is on track to become one of the greatest threats to all life on earth. Compare climate change to a more ‘traditional’ and tangible threat like habitat modification: IUCN Red List assessors consider various forms of habitat modification a threat for 3766 of 6284 amphibian species. On the other hand, only 397 species are currently considered to face the threat “climate change and extreme weather”. By comparison, amphibian chytridiomycosis, for all the attention it has received, is only known to have affected 350 species to date (Fisher et al. 2009, Skerratt et al. 2007). Climate change is something of an enigma and consequently does not receive the attention it deserves, from politicians or amphibian biologists.\n\nClearly though, some amphibian species are already being impacted. Reproductive activities, in particular, seem dependant on…………\n\n<em><strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>', 'Climate Change and Amphibians', 0, '', 'inherit', 'closed', 'closed', '', '1801-autosave', '', '', '2010-12-01 06:47:35', '2010-12-01 11:47:35', '', 1801, 'http://aazk.org/uncategorized/1801-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1722, 2, '2010-09-01 14:03:50', '2010-09-01 19:03:50', '<em>By Stephanie Smith, Animal Keeper\nDisney’s Animal Kingdom, Lake Buena Vista, FL</em>\n\n<strong>Background </strong>\nAfrican spoonbills (<em>Platalea alba</em>) and Roseate Spoonbills (<em>Ajaia ajaja</em>) are medium-sized wading birds equipped with a uniquely shaped bill that lends to their name.  [Fig.1 and Fig.2]  The African spoonbill is found over most of southern Africa.  The Roseate spoonbill is the only New World spoonbill species and can be found along the Gulf coast of the United States, down into Central and South America.  Both species feed on small fish and crustaceans by sweeping their slightly open bill back and forth in the shallow water as they walk along.\n\nDisney’s Animal Kingdom houses a mixed colony of both African and Roseate spoonbills in an outdoor, uncovered exhibit.  The setting consists of a shallow-water area with beaches and islands that facilitate the natural wading lifestyle of the spoonbill.   Our original population of 3.3 African spoonbills and 3.3 Roseates was made up of parent-reared, captive-bred and wild-caught, non-releasable birds.  Our housing arrangement presented us with some significant husbandry challenges that were addressed by implementing a training program.\n\n<img class="alignleft size-medium wp-image-1720" title="af_spoonbill1" src="http://aecetia.net/gws/aazk/wp-content/uploads/af_spoonbill1-300x287.jpg" alt="af_spoonbill1" width="300" height="287" /> <img class="alignnone size-medium wp-image-1721" title="spoonbill1" src="http://aecetia.net/gws/aazk/wp-content/uploads/spoonbill1-241x300.jpg" alt="spoonbill1" width="241" height="300" />\n\nThe Challenge\nA common challenge with managing open exhibits is the influx of “freeloaders” or native species into the habitat.   Over the last few years, we observed a gradual increase in the number of native White ibis (Eudocimus albus) calling our spoonbill exhibit “home”.  The population increase resulted in interspecific competition for food and space.   The ibis’\naggression towards spoonbills during feeds forced us to alter our feeding strategy several times.  Originally, our collection birds were fed in bowls located throughout the exhibit.  As the native ibis population grew, this method of feeding became ineffective.  Collection birds were outnumbered and outcompeted by the visiting ibis.  In response, we attempted hand tossing food, directly to the spoonbills.  This resulted in only limited and short term success.   The feral birds quickly overcame their apprehension of keepers and showed their talent for intercepting any tossed food item.   The aggressive and persistent behavior of the ibis and the impracticality of a species-specific feeder (given the competing species) required us to take a different approach.  A new feeding strategy was needed.\n\nThe Plan\nOur new strategy was to develop a training program that would facilitate successful feeding of our spoonbills, despite the presence of native birds.  The first step was acclimation of our birds to hand feeding.  While the African spoonbills were somewhat accustomed to taking fish by hand, when nesting, the new Roseates were reluctant to be in such close proximity to the keeper.  Based on informal observations on consumption during feeds, we were able to set goals for food intake.  This information allowed us to gradually move through the necessary approximations to achieve our goal.  Incrementally, the birds were asked to come to closer and closer to the keepers before the food was presented and fed out.  Spoonbills were initially tossed food if they came within five feet of the keeper.  The accepted distance was gradually reduced as the spoonbill became more comfortable, until finally, they were required to take food from an outstretched hand.  Occasionally, baiting was used to entice an animal to make another step.  After approximately five months, our spoonbill colony was consistently accepting being fed by hand.  This acclimation process was just the first step.  We also had to change how we managed this feeding/training program.\n\nThe Players\nDue to the size of the spoonbill group, it became clear that more than one keeper would be needed at each feed, to successfully maintain the hand feeding behavior.   Adding keepers to the process would also offset any intra-specific aggression during feed sessions.   Getting more help would entail introducing and training the entire 16-person keeper team fairly quickly.  To facilitate keeper engagement in the new program and maintain clear communication on training progress, we tasked the team to come up with, what was for us, a different, primary identification system.  While our birds were banded, we needed all the keepers to use their observational skills to note markers beyond the bands. Recognizing individual bird’s “habits” and behavior within the social dynamics of the group would be a critical step in progressing with our training plan.     Involving the keeper staff in a “naming” process created the starting point for team investment in the project.  Through group discussion, voting, etc. the whole team arrived at some themes for “naming” the individuals in our colony.  Our 3.3 Roseate spoonbills were named for characters in the movie The Fifth Element: Corbin, Dallas, Cornelius, Ruby, Lilu, and Laguna.  The African spoonbills were named for ‘things that are white’, potato products, and a couple of unique submissions: Cotton, Snow, Pearl, Tater, Pringles, Sunny, and Platypus (keepers’ favorite spoonbill misidentification by guests at the park).\n\nThe Game\nObviously, identification of individual birds within a colony is critical for monitoring training progress.  In order to motivate our team towards this end and to maintain their involvement in the project, we implemented………..\n<strong>\nWant to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. JOIN NOW! </strong>', 'FEEDING THE SPOONBILLS:  From Nightmare to Dream', 0, '', 'inherit', 'closed', 'closed', '', '1717-revision', '', '', '2010-09-01 14:03:50', '2010-09-01 19:03:50', '', 1717, 'http://aazk.org/uncategorized/1717-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1718, 2, '2010-09-01 13:53:02', '2010-09-01 18:53:02', '', 'af_spoonbill', 0, '', 'inherit', 'closed', 'closed', '', 'af_spoonbill', '', '', '2010-09-01 13:53:02', '2010-09-01 18:53:02', '', 1717, 'http://aazk.org/wp-content/uploads/af_spoonbill.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1719, 2, '2010-09-01 13:53:44', '2010-09-01 18:53:44', '', 'spoonbill', 0, '', 'inherit', 'closed', 'closed', '', 'spoonbill', '', '', '2010-09-01 13:53:44', '2010-09-01 18:53:44', '', 1717, 'http://aazk.org/wp-content/uploads/spoonbill.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1720, 2, '2010-09-01 14:02:16', '2010-09-01 19:02:16', '', 'af_spoonbill1', 0, '', 'inherit', 'closed', 'closed', '', 'af_spoonbill1', '', '', '2010-09-01 14:02:16', '2010-09-01 19:02:16', '', 1717, 'http://aazk.org/wp-content/uploads/af_spoonbill1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1721, 2, '2010-09-01 14:02:54', '2010-09-01 19:02:54', '', 'spoonbill1', 0, '', 'inherit', 'closed', 'closed', '', 'spoonbill1', '', '', '2010-09-01 14:02:54', '2010-09-01 19:02:54', '', 1717, 'http://aazk.org/wp-content/uploads/spoonbill1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1703, 2, '2010-08-04 15:37:03', '2010-08-04 20:37:03', '<strong>August 22-26, 2010 - <em>AAZK National Conference</em></strong>.  Hosted by the Philadelphia AAZK Chapter and the Philadelphia Zoo. Conference information, program schedule, online registration and hotel info available at <a href="http://www.philadelphiaaecetia.net/gws/aazk">www.philadelphiaaecetia.net/gws/aazk</a>.  A reminder that a $50 late fee is applied to registrations after 22 June 2010.\r\n\r\n<strong>August 30 - September 3, 2010</strong> - <strong><em>7th International Penguin Conference</em></strong> - in Boston, MA.  Hosted by The New England Aquarium.  For info email <a href="mailto:ipcboston@neaq.org">ipcboston@neaq.org</a>.\r\n<strong>\r\nSeptember 1 - 5,  2010 - <em>IUCN XIth International Otter Colloquium</em></strong>.  Held in Pavia, Italy. For further info: <a href="http://www.internationalottercolloquium2010.eu/">http://www.internationalottercolloquium2010.eu/</a>\r\n<strong>\r\nSeptember 11-16, 2010 -<em> AZA 2010 Annual Conference</em></strong>.  Hosted by the Houston Zoo, Houston, TX.  See <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a> for further information.\r\n\r\n<strong>September 7-12, 2010 </strong>- <strong><em>National AZAD Conference</em></strong> Hosted by Brookfield Zoo, Brookfield, IL USA. Call for Papers--Share your ideas by presenting a paper addressing ways people can work to conserve our Earth and all the gifts it gives us - Abstracts must be submitted by January 15, 2010; Notification of Acceptance is February 15, 2010; Completed papers are due April 1, 2010.  Presentations should be 45 minutes in length, including 10 minutes for Q&amp;A.  Please email abstracts to <a href="mailto:AZAD2010info@gmail.com">AZAD2010info@gmail.com</a> with the subject line being “Abstract”.  Include name and contact info, title of paper, abstract, audio-visual equipment needed, your zoo/aquarium affiliation and AZAD membership category.\r\n\r\n<strong>September 26-30, 2010</strong> -<em> <strong>AZA Orangutan SSP® Workshop </strong></em>– at the Denver Zoo, Denver, CO. Theme:  “Conservation &amp; Husbandry Innovations for the New Decade” Climb Up to a Higher Branch at the 4th Annual Orangutan SSP® Husbandry Workshop! - Focused on the care and management of orangutans, the workshop will bring together orangutan caregivers and managers, researchers, and field biologists to share the most current information on husbandry, conservation, and emergent issues pertaining to captive and wild populations of orangutans. Workshop registration fee is $125. The workshop will be held in conjunction with the Orangutan SSP® Masterplan meetings which will take place on Sunday, September 26, 2010.  For additional information contact Ronda Schwetz at <a href="mailto:rschwetz@denverzoo.org">rschwetz@denverzoo.org</a>.   Online registration will be available soon at <a href="http://www.denverzoo.org">www.denverzoo.org</a>. Pre-Conference Trip to Cheyenne Mountain Zoo Sunday, September 26—more details soon!<strong>\r\n</strong>\r\n\r\n<strong>September 28-October 2, 2010</strong> -<strong><em> 20th International Zoo Educators’ (IZE) Biennial Conference</em></strong> - at Disney’s Animal Kingdom, Orlando, FL.  For more information, please visit <a href="http://www.izea.net">http://www.izea.net</a>.\r\n\r\n<strong>September 30 - October 3, 2010 - <em>The 32nd Annual Elephant Manager’s Association Conference</em></strong> - Hosted by the Pittsburgh Zoo &amp; PPG Aquarium. Conference will be held at the Holiday Inn Hotel and Suites Pittsburgh-Allegheny Valley-RIDC. A room block is reserved.  Call (412) 963-0600 for reservations.  More details will follow on Facebook, in AZA and EMA publications and websites.  Contact Terry Deluliis at (412) 365-2500 with questions.\r\n\r\n<strong>October 3-7, 2010 - <em>The Aquarium and Zoo Facilities Association’s 17th Annual Conference</em></strong> - To be hosted by the Saint Louis Zoo in Saint Louis, MO.  For further program and registration information, please see <a href="http://www.azfa.org">www.azfa.org</a> or call Sue Stroud at (314) 646-4616; Fax (314) 646-5531; email at <a href="mailto:stroud@stlzoo.org">stroud@stlzoo.org</a>\r\n\r\n<strong></strong>\r\n\r\n<strong>October 14-15, 2010</strong> - <em><strong>Passerine Workshop </strong></em>\r\nHosted by Zoo Atlanta, Atlanta, GA. The intent of this workshop is to increase knowledge for keepers/newer managers on basic husbandry, breeding, and daily management of various passerine species and sharing of information between institutions.\r\n\r\nPlease contact Sprina Liu, <a href="mailto:sliu@zooatlanta.org">sliu@zooatlanta.org</a>, for more information.\r\n\r\n<strong>October 14-20, 2010 - <em>30th Annual AZVT Conference</em></strong>.  The Association of Zoo Veterinary Technicians will meet at the Los Angeles Zoo in Los Angeles, CA.  If you would like more information please visit <a href="http://www.azvt.org">www.azvt.org</a> or contact Peter Flowers @ <a href="mailto:zootekkie@gmail.com">zootekkie@gmail.com</a> or call (323) 644-6051.\r\n\r\n<strong>October 17-21, 2010 -  <em>65th Annual Conference of WAZA</em></strong>. To be held in Cologne, Germany.  See <a href="http://www.waza.org/en/site/home">http://www.waza.org/en/site/home</a> for further information.\r\n\r\n<strong>December 6-10, 2010 - <em>Training and Enrichment Workshop for Zoo Animals</em></strong><em> </em>- Oakland Zoo, Oakland, CA.  For information contact Active Environments, Inc. at 805-737-3700 or email Gail Laule at <a href="mailto:moonshadowe@earthlink.net">moonshadowe@earthlink.net</a> or Margaret Rousser at <a href="mailto:margaret@oaklandzoo.org">margaret@oaklandzoo.org</a>.\r\n\r\n<strong>March 2-4, 2011 - <em>Association of Professional Wildlife Educators</em></strong>. To be held at the Frank Buck Zoo Gainesville, Texas. Watch <a href="http://www.apwe.org/">http://www.apwe.org/</a> for details as they become available.\r\n<strong>\r\nMay 15th-18th, 2011 - <em>2011 Rhino Keeper Workshop</em></strong>. To be held at Fossil Rim Wildlife Center, Glen Rose, Texas. For further info contact:<a href="mailto:adam.felts@columbuszoo.org"> adam.felts@columbuszoo.org</a>.\r\n\r\n<em><strong>Upcoming AAZK National Conferences</strong></em>\r\n\r\n2010 - Philadelphia, PA - August 22-26\r\n\r\n2011 - San Diego, CA - August 24-28\r\n\r\n2012 - Syracuse, NY - September 23-27\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at\r\n<a href="http://aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>\r\n\r\n<em><strong>Upcoming AZA National Conferences</strong></em>\r\n\r\nSeptember 11-16, 2010  - AZA 2010 Annual Conference - Hosted by Houston Zoo, Houston, TX.\r\n\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events August 2010', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2010-08-04 15:37:03', '2010-08-04 20:37:03', '', 435, 'http://aazk.org/uncategorized/435-revision-23/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1751, 2, '2010-10-06 07:10:09', '2010-10-06 12:10:09', 'About the Cover/Information for Contributors\r\nScoops &amp; Scuttlebutt\r\nFrom the President\r\nPhilly Conference Wrap-Up\r\nComing Events\r\nDebuting New AAZK Logo Clothing Product\r\nAAZK Announces New Members\r\nTraining Tales (<em>Meet Your Behavioral Husbandry Committee</em>)\r\nFor the World’s Waterfowl - AAZK Professional Development Grant Report on Sylvian Heights Avian Husbandry &amp; Management Program\r\n“Trees for You and Me” Chapter Challenge\r\nEnrichment Options (<em>Tapir Enrichment:  Deciding “when” is just as important as deciding “what”</em>)\r\nBowling for Rhinos Update 2010\r\nBook Review (<em>Wild Mammals in Captivity: Principles &amp; Techniques for Zoo Management, 2nd ed.</em>)\r\nProtocol for Training Select Individuals from a Large Group of Socially Housed Anubis Baboons (<em>Papio anubis</em>)\r\nBringing Up the “Seattle Four”- A Success for Humboldt Penguins\r\nNew Animal Species Discovered in Borneo\r\nConservation/Legislative Update', 'October 2010', 0, '', 'draft', 'closed', 'closed', '', 'october-2010', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 0, 'http://aazk.org/?p=1751', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1704, 2, '2010-09-01 08:49:59', '2010-09-01 13:49:59', 'Scoops &amp; Scuttlebutt\r\nNew Orleans AAZK Chapter Helps Underwrite AKF Production\r\nFrom the Executive Director\r\nFrom the President\r\nCall for Papers for Climate Change Dedicated Issue\r\nComing Events\r\nAAZK Announces New Members\r\nCheck Out AAZK on Facebook\r\n2010 AAZK Award Recipients\r\n2010 AKF Award Recipients\r\nTraining Tales (<em>Top 10 Summer Survival Training Tips</em>)\r\nFeeding the Spoonbills: From Nightmare to Dream\r\nLetters to the Editor\r\nEnrichment Options (<em>Prototype Superworm Dispenser</em>)\r\nAAZK Grant Report: (<em>AZA Class Review: Advanced Avian Program Management</em>)\r\nConservation Station: (<em>Creating and Maintaining Partnerships for Conservation</em>)\r\nFirst Annual San Diego AAZK Chapter Photo Contest\r\nPeople Skills for Animal People: (<em>Conflict Resolution...Consider This</em>)\r\nCreative Thinking Keeps Flamingos Breeding\r\nConservation/Legislative Update', 'September 2010', 0, '', 'draft', 'closed', 'closed', '', 'september-2010', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 0, 'http://aazk.org/?p=1704', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1705, 2, '2010-09-01 08:49:23', '2010-09-01 13:49:23', 'Scoops &amp; Scuttlebutt\nNew Orleans AAZK Chapter Helps Underwrite AKF Production\nFrom the Executive Director\nFrom the President\nCall for Papers for Climate Change Dedicated Issue\nComing Events\nAAZK Announces New Members\nCheck Out AAZK on Facebook\n2010 AAZK Award Recipients\n2010 AKF Award Recipients\nTraining Tales (<em>Top 10 Summer Survival Training Tips</em>)\nFeeding the Spoonbills: From Nightmare to Dream\nLetters to the Editor\nEnrichment Options (<em>Prototype Superworm Dispenser</em>)\nAAZK Grant Report: (<em>AZA Class Review: Advanced Avian Program Management</em>)\nConservation Station:      (Creating and Maintaining Partnerships for Conservation)\nFirst Annual San Diego AAZK Chapter Photo Contest\nPeople Skills for Animal People:\n(Conflict Resolution...Consider This)\nCreative Thinking Keeps Flamingos Breeding\nConservation/Legislative Update', 'September 2010', 0, '', 'inherit', 'closed', 'closed', '', '1704-revision', '', '', '2010-09-01 08:49:23', '2010-09-01 13:49:23', '', 1704, 'http://aazk.org/uncategorized/1704-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1706, 2, '2010-09-01 08:51:04', '2010-09-01 13:51:04', 'Scoops &amp; Scuttlebutt\nNew Orleans AAZK Chapter Helps Underwrite AKF Production\nFrom the Executive Director\nFrom the President\nCall for Papers for Climate Change Dedicated Issue\nComing Events\nAAZK Announces New Members\nCheck Out AAZK on Facebook\n2010 AAZK Award Recipients\n2010 AKF Award Recipients\nTraining Tales (<em>Top 10 Summer Survival Training Tips</em>)\nFeeding the Spoonbills: From Nightmare to Dream\nLetters to the Editor\nEnrichment Options (<em>Prototype Superworm Dispenser</em>)\nAAZK Grant Report: (<em>AZA Class Review: Advanced Avian Program Management</em>)\nConservation Station: (<em>Creating and Maintaining Partnerships for Conservation</em>)\nFirst Annual San Diego AAZK Chapter Photo Contest\nPeople Skills for Animal People: (<em>Conflict Resolution...Consider This</em>)\nCreative Thinking Keeps Flamingos Breeding\nConservation/Legislative Update', 'September 2010', 0, '', 'inherit', 'closed', 'closed', '', '1704-autosave', '', '', '2010-09-01 08:51:04', '2010-09-01 13:51:04', '', 1704, 'http://aazk.org/uncategorized/1704-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1707, 2, '2010-09-01 09:03:01', '2010-09-01 14:03:01', '<img class="alignnone size-medium wp-image-1475" title="training_tales3" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales3-300x64.jpg" alt="training_tales3" width="300" height="64" />\r\n\r\n<em>By\r\nAngela Binney, Behavioral Husbandry Committee and Animal Keeper, Disney’s Animal Kingdom\r\nand\r\nPhilip Sigler, Animal Keeper, Disney’s Animal Kingdom</em>\r\n\r\nWe are deep into the dog days of summer with record highs this year.  With heat waves into triple digits in many parts of the country, it is no wonder some of our animals have been a bit lackadaisical about their training sessions this season.  As you are counting the weeks until the arrival of cooler weather, consider beating the heat with these animal training tips for surviving the summer slump.\r\n\r\n<strong>10.  Timing is everything:</strong> Train in the cooler part of the day (the earlier the better usually).  Gauge sessions around animals’ activity budgets (don’t train when they usually nap).  It’s already difficult to get cooperation from some animals during the uncomfortable temperatures of summer, so try to do it as the animals are just waking up, or when they shift in or out so that you are working with their schedule.  Don’t wait until they’ve had breakfast and they are just settling in for a long summer nap to start a training session.\r\n\r\n<strong>9.  Made in the shade:</strong> Train in a cool place (shady areas, the barn, by a fan, etc.).  We all know what a big difference it makes to sit under an umbrella instead of lying right in the sun when we spend the day at the beach, so it stands to reason that our animals can tell the difference as well.  Train indoors or in shady areas, and if your training chute is out in the open then consider placing temporary cover over it to provide shade and make it more comfortable during the summer months.\r\n\r\n<strong>8.  Frozen Fun!:</strong> Frozen treats are often used as fun enrichment for many animals, so try using it as a cool reinforcement option for training sessions as well.  Frozen items are refreshing and items frozen in a small cube of ice can also help to hydrate hot animals.  Take any coveted reward and try freezing it, either by itself (e.g. frozen grapes, a pinky mouse, etc) or in an ice cube.  Large frozen items, such as ice blocks or piles of ice, can be used as shift rewards or as a bonus after a productive session.\r\n\r\n<img class="alignnone size-full wp-image-1708" title="mandrill" src="http://aecetia.net/gws/aazk/wp-content/uploads/mandrill.jpg" alt="mandrill" width="701" height="532" />\r\n<h5><strong>Ice blocks are a cool way to reinforce shifting behavior or to use as a jackpot at the end of a great session.</strong></h5>\r\n<h6>(Photo courtesy of Disney’s Animal Kingdom)</h6>\r\n<strong>7.  Short and sweet:</strong> Avoid lengthy sessions that require a lot of attention and effort on extra hot days.  Animals tend to focus best at the start of a session, usually because that is when they are most motivated.  Their motivation may be less during hotter months due to the decrease in appetite that often accompanies this season.  Therefore, pursuing a lengthy session of high repetition or lengthy endurance may not prove as…………\r\n\r\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'Beat the Heat:  Our Top 10 Summer Survival Training Tips', 0, '', 'draft', 'closed', 'closed', '', 'beat-the-heat-our-top-10-summer-survival-training-tips', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 0, 'http://aazk.org/?p=1707', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1708, 2, '2010-09-01 08:55:44', '2010-09-01 13:55:44', '', 'mandrill', 0, '', 'inherit', 'closed', 'closed', '', 'mandrill', '', '', '2010-09-01 08:55:44', '2010-09-01 13:55:44', '', 1707, 'http://aazk.org/wp-content/uploads/mandrill.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1709, 2, '2010-09-01 08:59:14', '2010-09-01 13:59:14', '<img class="alignnone size-medium wp-image-1475" title="training_tales3" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales3-300x64.jpg" alt="training_tales3" width="300" height="64" />\n\nBy\nAngela Binney, Behavioral Husbandry Committee and Animal Keeper, Disney’s Animal Kingdom\nAnd\nPhilip Sigler, Animal Keeper, Disney’s Animal Kingdom\n\nWe are deep into the dog days of summer with record highs this year.  With heat waves into triple digits in many parts of the country, it is no wonder some of our animals have been a bit lackadaisical about their training sessions this season.  As you are counting the weeks until the arrival of cooler weather, consider beating the heat with these animal training tips for surviving the summer slump.\n\n10.  Timing is everything:  Train in the cooler part of the day (the earlier the better usually).  Gauge sessions around animals’ activity budgets (don’t train when they usually nap).  It’s already difficult to get cooperation from some animals during the uncomfortable temperatures of summer, so try to do it as the animals are just waking up, or when they shift in or out so that you are working with their schedule.  Don’t wait until they’ve had breakfast and they are just settling in for a long summer nap to start a training session.\n\n9.  Made in the shade:  Train in a cool place (shady areas, the barn, by a fan, etc.).  We all know what a big difference it makes to sit under an umbrella instead of lying right in the sun when we spend the day at the beach, so it stands to reason that our animals can tell the difference as well.  Train indoors or in shady areas, and if your training chute is out in the open then consider placing temporary cover over it to provide shade and make it more comfortable during the summer months.\n\n8.  Frozen Fun!:  Frozen treats are often used as fun enrichment for many animals, so try using it as a cool reinforcement option for training sessions as well.  Frozen items are refreshing and items frozen in a small cube of ice can also help to hydrate hot animals.  Take any coveted reward and try freezing it, either by itself (e.g. frozen grapes, a pinky mouse, etc) or in an ice cube.  Large frozen items, such as ice blocks or piles of ice, can be used as shift rewards or as a bonus after a productive session.\n\n<img class="alignnone size-full wp-image-1708" title="mandrill" src="http://aecetia.net/gws/aazk/wp-content/uploads/mandrill.jpg" alt="mandrill" width="701" height="532" />\n<h6></h6>\n<h5><strong>Ice blocks are a cool way to reinforce shifting behavior or to use as a jackpot at the end of a great session.</strong></h5>\n<h6></h6>', 'Beat the Heat:  Our Top 10 Summer Survival Training Tips', 0, '', 'inherit', 'closed', 'closed', '', '1707-revision', '', '', '2010-09-01 08:59:14', '2010-09-01 13:59:14', '', 1707, 'http://aazk.org/uncategorized/1707-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1710, 2, '2010-09-01 09:00:14', '2010-09-01 14:00:14', '<img class="alignnone size-medium wp-image-1475" title="training_tales3" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales3-300x64.jpg" alt="training_tales3" width="300" height="64" />\n\n<em>By\nAngela Binney, Behavioral Husbandry Committee and Animal Keeper, Disney’s Animal Kingdom\nand\nPhilip Sigler, Animal Keeper, Disney’s Animal Kingdom</em>\n\nWe are deep into the dog days of summer with record highs this year.  With heat waves into triple digits in many parts of the country, it is no wonder some of our animals have been a bit lackadaisical about their training sessions this season.  As you are counting the weeks until the arrival of cooler weather, consider beating the heat with these animal training tips for surviving the summer slump.\n\n10.  Timing is everything:  Train in the cooler part of the day (the earlier the better usually).  Gauge sessions around animals’ activity budgets (don’t train when they usually nap).  It’s already difficult to get cooperation from some animals during the uncomfortable temperatures of summer, so try to do it as the animals are just waking up, or when they shift in or out so that you are working with their schedule.  Don’t wait until they’ve had breakfast and they are just settling in for a long summer nap to start a training session.\n\n9.  Made in the shade:  Train in a cool place (shady areas, the barn, by a fan, etc.).  We all know what a big difference it makes to sit under an umbrella instead of lying right in the sun when we spend the day at the beach, so it stands to reason that our animals can tell the difference as well.  Train indoors or in shady areas, and if your training chute is out in the open then consider placing temporary cover over it to provide shade and make it more comfortable during the summer months.\n\n8.  Frozen Fun!:  Frozen treats are often used as fun enrichment for many animals, so try using it as a cool reinforcement option for training sessions as well.  Frozen items are refreshing and items frozen in a small cube of ice can also help to hydrate hot animals.  Take any coveted reward and try freezing it, either by itself (e.g. frozen grapes, a pinky mouse, etc) or in an ice cube.  Large frozen items, such as ice blocks or piles of ice, can be used as shift rewards or as a bonus after a productive session.\n\n<img class="alignnone size-full wp-image-1708" title="mandrill" src="http://aecetia.net/gws/aazk/wp-content/uploads/mandrill.jpg" alt="mandrill" width="701" height="532" />\n<h5><strong>Ice blocks are a cool way to reinforce shifting behavior or to use as a jackpot at the end of a great session.</strong></h5>\n<h6>(Photo courtesy of Disney’s Animal Kingdom)</h6>\n<h6></h6>', 'Beat the Heat:  Our Top 10 Summer Survival Training Tips', 0, '', 'inherit', 'closed', 'closed', '', '1707-revision-2', '', '', '2010-09-01 09:00:14', '2010-09-01 14:00:14', '', 1707, 'http://aazk.org/uncategorized/1707-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1711, 2, '2010-09-01 09:01:10', '2010-09-01 14:01:10', '<img class="alignnone size-medium wp-image-1475" title="training_tales3" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales3-300x64.jpg" alt="training_tales3" width="300" height="64" />\r\n\r\n<em>By\r\nAngela Binney, Behavioral Husbandry Committee and Animal Keeper, Disney’s Animal Kingdom\r\nand\r\nPhilip Sigler, Animal Keeper, Disney’s Animal Kingdom</em>\r\n\r\nWe are deep into the dog days of summer with record highs this year.  With heat waves into triple digits in many parts of the country, it is no wonder some of our animals have been a bit lackadaisical about their training sessions this season.  As you are counting the weeks until the arrival of cooler weather, consider beating the heat with these animal training tips for surviving the summer slump.\r\n\r\n<strong>10.  Timing is everything:</strong> Train in the cooler part of the day (the earlier the better usually).  Gauge sessions around animals’ activity budgets (don’t train when they usually nap).  It’s already difficult to get cooperation from some animals during the uncomfortable temperatures of summer, so try to do it as the animals are just waking up, or when they shift in or out so that you are working with their schedule.  Don’t wait until they’ve had breakfast and they are just settling in for a long summer nap to start a training session.\r\n\r\n<strong>9.  Made in the shade:</strong> Train in a cool place (shady areas, the barn, by a fan, etc.).  We all know what a big difference it makes to sit under an umbrella instead of lying right in the sun when we spend the day at the beach, so it stands to reason that our animals can tell the difference as well.  Train indoors or in shady areas, and if your training chute is out in the open then consider placing temporary cover over it to provide shade and make it more comfortable during the summer months.\r\n\r\n<strong>8.  Frozen Fun!:</strong> Frozen treats are often used as fun enrichment for many animals, so try using it as a cool reinforcement option for training sessions as well.  Frozen items are refreshing and items frozen in a small cube of ice can also help to hydrate hot animals.  Take any coveted reward and try freezing it, either by itself (e.g. frozen grapes, a pinky mouse, etc) or in an ice cube.  Large frozen items, such as ice blocks or piles of ice, can be used as shift rewards or as a bonus after a productive session.\r\n\r\n<img class="alignnone size-full wp-image-1708" title="mandrill" src="http://aecetia.net/gws/aazk/wp-content/uploads/mandrill.jpg" alt="mandrill" width="701" height="532" />\r\n<h5><strong>Ice blocks are a cool way to reinforce shifting behavior or to use as a jackpot at the end of a great session.</strong></h5>\r\n<h6>(Photo courtesy of Disney’s Animal Kingdom)</h6>\r\n<strong>7.  Short and sweet:</strong> Avoid lengthy sessions that require a lot of attention and effort on extra hot days.  Animals tend to focus best at the start of a session, usually because that is when they are most motivated.  Their motivation may be less during hotter months due to the decrease in appetite that often accompanies this season.  Therefore, pursuing a lengthy session of high repetition or lengthy endurance may not prove as…………\r\n\r\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>\r\n<h6></h6>', 'Beat the Heat:  Our Top 10 Summer Survival Training Tips', 0, '', 'inherit', 'closed', 'closed', '', '1707-revision-3', '', '', '2010-09-01 09:01:10', '2010-09-01 14:01:10', '', 1707, 'http://aazk.org/uncategorized/1707-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1712, 2, '2010-09-01 09:01:37', '2010-09-01 14:01:37', '<img class="alignnone size-medium wp-image-1475" title="training_tales3" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales3-300x64.jpg" alt="training_tales3" width="300" height="64" />\r\n\r\n<em>By\r\nAngela Binney, Behavioral Husbandry Committee and Animal Keeper, Disney’s Animal Kingdom\r\nand\r\nPhilip Sigler, Animal Keeper, Disney’s Animal Kingdom</em>\r\n\r\nWe are deep into the dog days of summer with record highs this year.  With heat waves into triple digits in many parts of the country, it is no wonder some of our animals have been a bit lackadaisical about their training sessions this season.  As you are counting the weeks until the arrival of cooler weather, consider beating the heat with these animal training tips for surviving the summer slump.\r\n\r\n<strong>10.  Timing is everything:</strong> Train in the cooler part of the day (the earlier the better usually).  Gauge sessions around animals’ activity budgets (don’t train when they usually nap).  It’s already difficult to get cooperation from some animals during the uncomfortable temperatures of summer, so try to do it as the animals are just waking up, or when they shift in or out so that you are working with their schedule.  Don’t wait until they’ve had breakfast and they are just settling in for a long summer nap to start a training session.\r\n\r\n<strong>9.  Made in the shade:</strong> Train in a cool place (shady areas, the barn, by a fan, etc.).  We all know what a big difference it makes to sit under an umbrella instead of lying right in the sun when we spend the day at the beach, so it stands to reason that our animals can tell the difference as well.  Train indoors or in shady areas, and if your training chute is out in the open then consider placing temporary cover over it to provide shade and make it more comfortable during the summer months.\r\n\r\n<strong>8.  Frozen Fun!:</strong> Frozen treats are often used as fun enrichment for many animals, so try using it as a cool reinforcement option for training sessions as well.  Frozen items are refreshing and items frozen in a small cube of ice can also help to hydrate hot animals.  Take any coveted reward and try freezing it, either by itself (e.g. frozen grapes, a pinky mouse, etc) or in an ice cube.  Large frozen items, such as ice blocks or piles of ice, can be used as shift rewards or as a bonus after a productive session.\r\n\r\n<img class="alignnone size-full wp-image-1708" title="mandrill" src="http://aecetia.net/gws/aazk/wp-content/uploads/mandrill.jpg" alt="mandrill" width="701" height="532" />\r\n<h5><strong>Ice blocks are a cool way to reinforce shifting behavior or to use as a jackpot at the end of a great session.</strong></h5>\r\n<h6>(Photo courtesy of Disney’s Animal Kingdom)</h6>\r\n<strong>7.  Short and sweet:</strong> Avoid lengthy sessions that require a lot of attention and effort on extra hot days.  Animals tend to focus best at the start of a session, usually because that is when they are most motivated.  Their motivation may be less during hotter months due to the decrease in appetite that often accompanies this season.  Therefore, pursuing a lengthy session of high repetition or lengthy endurance may not prove as…………\r\n\r\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>\r\n<h6></h6>', 'Beat the Heat:  Our Top 10 Summer Survival Training Tips', 0, '', 'inherit', 'closed', 'closed', '', '1707-revision-4', '', '', '2010-09-01 09:01:37', '2010-09-01 14:01:37', '', 1707, 'http://aazk.org/uncategorized/1707-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1713, 2, '2010-09-01 09:02:17', '2010-09-01 14:02:17', '<img class="alignnone size-medium wp-image-1475" title="training_tales3" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales3-300x64.jpg" alt="training_tales3" width="300" height="64" />\r\n\r\n<em>By\r\nAngela Binney, Behavioral Husbandry Committee and Animal Keeper, Disney’s Animal Kingdom\r\nand\r\nPhilip Sigler, Animal Keeper, Disney’s Animal Kingdom</em>\r\n\r\nWe are deep into the dog days of summer with record highs this year.  With heat waves into triple digits in many parts of the country, it is no wonder some of our animals have been a bit lackadaisical about their training sessions this season.  As you are counting the weeks until the arrival of cooler weather, consider beating the heat with these animal training tips for surviving the summer slump.\r\n\r\n<strong>10.  Timing is everything:</strong> Train in the cooler part of the day (the earlier the better usually).  Gauge sessions around animals’ activity budgets (don’t train when they usually nap).  It’s already difficult to get cooperation from some animals during the uncomfortable temperatures of summer, so try to do it as the animals are just waking up, or when they shift in or out so that you are working with their schedule.  Don’t wait until they’ve had breakfast and they are just settling in for a long summer nap to start a training session.\r\n\r\n<strong>9.  Made in the shade:</strong> Train in a cool place (shady areas, the barn, by a fan, etc.).  We all know what a big difference it makes to sit under an umbrella instead of lying right in the sun when we spend the day at the beach, so it stands to reason that our animals can tell the difference as well.  Train indoors or in shady areas, and if your training chute is out in the open then consider placing temporary cover over it to provide shade and make it more comfortable during the summer months.\r\n\r\n<strong>8.  Frozen Fun!:</strong> Frozen treats are often used as fun enrichment for many animals, so try using it as a cool reinforcement option for training sessions as well.  Frozen items are refreshing and items frozen in a small cube of ice can also help to hydrate hot animals.  Take any coveted reward and try freezing it, either by itself (e.g. frozen grapes, a pinky mouse, etc) or in an ice cube.  Large frozen items, such as ice blocks or piles of ice, can be used as shift rewards or as a bonus after a productive session.\r\n\r\n<img class="alignnone size-full wp-image-1708" title="mandrill" src="http://aecetia.net/gws/aazk/wp-content/uploads/mandrill.jpg" alt="mandrill" width="701" height="532" />\r\n<h5><strong>Ice blocks are a cool way to reinforce shifting behavior or to use as a jackpot at the end of a great session.</strong></h5>\r\n<h6>(Photo courtesy of Disney’s Animal Kingdom)</h6>\r\n<strong>7.  Short and sweet:</strong> Avoid lengthy sessions that require a lot of attention and effort on extra hot days.  Animals tend to focus best at the start of a session, usually because that is when they are most motivated.  Their motivation may be less during hotter months due to the decrease in appetite that often accompanies this season.  Therefore, pursuing a lengthy session of high repetition or lengthy endurance may not prove as…………\r\n\r\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'Beat the Heat:  Our Top 10 Summer Survival Training Tips', 0, '', 'inherit', 'closed', 'closed', '', '1707-revision-5', '', '', '2010-09-01 09:02:17', '2010-09-01 14:02:17', '', 1707, 'http://aazk.org/uncategorized/1707-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1714, 2, '2010-09-01 09:02:44', '2010-09-01 14:02:44', '<img class="alignnone size-medium wp-image-1475" title="training_tales3" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales3-300x64.jpg" alt="training_tales3" width="300" height="64" />\r\n\r\n<em>By\r\nAngela Binney, Behavioral Husbandry Committee and Animal Keeper, Disney’s Animal Kingdom\r\nand\r\nPhilip Sigler, Animal Keeper, Disney’s Animal Kingdom</em>\r\n\r\nWe are deep into the dog days of summer with record highs this year.  With heat waves into triple digits in many parts of the country, it is no wonder some of our animals have been a bit lackadaisical about their training sessions this season.  As you are counting the weeks until the arrival of cooler weather, consider beating the heat with these animal training tips for surviving the summer slump.\r\n\r\n<strong>10.  Timing is everything:</strong> Train in the cooler part of the day (the earlier the better usually).  Gauge sessions around animals’ activity budgets (don’t train when they usually nap).  It’s already difficult to get cooperation from some animals during the uncomfortable temperatures of summer, so try to do it as the animals are just waking up, or when they shift in or out so that you are working with their schedule.  Don’t wait until they’ve had breakfast and they are just settling in for a long summer nap to start a training session.\r\n\r\n<strong>9.  Made in the shade:</strong> Train in a cool place (shady areas, the barn, by a fan, etc.).  We all know what a big difference it makes to sit under an umbrella instead of lying right in the sun when we spend the day at the beach, so it stands to reason that our animals can tell the difference as well.  Train indoors or in shady areas, and if your training chute is out in the open then consider placing temporary cover over it to provide shade and make it more comfortable during the summer months.\r\n\r\n<strong>8.  Frozen Fun!:</strong> Frozen treats are often used as fun enrichment for many animals, so try using it as a cool reinforcement option for training sessions as well.  Frozen items are refreshing and items frozen in a small cube of ice can also help to hydrate hot animals.  Take any coveted reward and try freezing it, either by itself (e.g. frozen grapes, a pinky mouse, etc) or in an ice cube.  Large frozen items, such as ice blocks or piles of ice, can be used as shift rewards or as a bonus after a productive session.\r\n\r\n<img class="alignnone size-full wp-image-1708" title="mandrill" src="http://aecetia.net/gws/aazk/wp-content/uploads/mandrill.jpg" alt="mandrill" width="701" height="532" />\r\n<h5><strong>Ice blocks are a cool way to reinforce shifting behavior or to use as a jackpot at the end of a great session.</strong></h5>\r\n<h6>(Photo courtesy of Disney’s Animal Kingdom)</h6><!--more-->\r\n<strong>7.  Short and sweet:</strong> Avoid lengthy sessions that require a lot of attention and effort on extra hot days.  Animals tend to focus best at the start of a session, usually because that is when they are most motivated.  Their motivation may be less during hotter months due to the decrease in appetite that often accompanies this season.  Therefore, pursuing a lengthy session of high repetition or lengthy endurance may not prove as…………\r\n\r\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'Beat the Heat:  Our Top 10 Summer Survival Training Tips', 0, '', 'inherit', 'closed', 'closed', '', '1707-revision-6', '', '', '2010-09-01 09:02:44', '2010-09-01 14:02:44', '', 1707, 'http://aazk.org/uncategorized/1707-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1715, 2, '2010-09-01 09:03:01', '2010-09-01 14:03:01', '<img class="alignnone size-medium wp-image-1475" title="training_tales3" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales3-300x64.jpg" alt="training_tales3" width="300" height="64" />\r\n\r\n<em>By\r\nAngela Binney, Behavioral Husbandry Committee and Animal Keeper, Disney’s Animal Kingdom\r\nand\r\nPhilip Sigler, Animal Keeper, Disney’s Animal Kingdom</em>\r\n\r\nWe are deep into the dog days of summer with record highs this year.  With heat waves into triple digits in many parts of the country, it is no wonder some of our animals have been a bit lackadaisical about their training sessions this season.  As you are counting the weeks until the arrival of cooler weather, consider beating the heat with these animal training tips for surviving the summer slump.\r\n\r\n<strong>10.  Timing is everything:</strong> Train in the cooler part of the day (the earlier the better usually).  Gauge sessions around animals’ activity budgets (don’t train when they usually nap).  It’s already difficult to get cooperation from some animals during the uncomfortable temperatures of summer, so try to do it as the animals are just waking up, or when they shift in or out so that you are working with their schedule.  Don’t wait until they’ve had breakfast and they are just settling in for a long summer nap to start a training session.\r\n\r\n<strong>9.  Made in the shade:</strong> Train in a cool place (shady areas, the barn, by a fan, etc.).  We all know what a big difference it makes to sit under an umbrella instead of lying right in the sun when we spend the day at the beach, so it stands to reason that our animals can tell the difference as well.  Train indoors or in shady areas, and if your training chute is out in the open then consider placing temporary cover over it to provide shade and make it more comfortable during the summer months.\r\n\r\n<strong>8.  Frozen Fun!:</strong> Frozen treats are often used as fun enrichment for many animals, so try using it as a cool reinforcement option for training sessions as well.  Frozen items are refreshing and items frozen in a small cube of ice can also help to hydrate hot animals.  Take any coveted reward and try freezing it, either by itself (e.g. frozen grapes, a pinky mouse, etc) or in an ice cube.  Large frozen items, such as ice blocks or piles of ice, can be used as shift rewards or as a bonus after a productive session.\r\n\r\n<img class="alignnone size-full wp-image-1708" title="mandrill" src="http://aecetia.net/gws/aazk/wp-content/uploads/mandrill.jpg" alt="mandrill" width="701" height="532" />\r\n<h5><strong>Ice blocks are a cool way to reinforce shifting behavior or to use as a jackpot at the end of a great session.</strong></h5>\r\n<h6>(Photo courtesy of Disney’s Animal Kingdom)</h6><!--more-->\r\n<strong>7.  Short and sweet:</strong> Avoid lengthy sessions that require a lot of attention and effort on extra hot days.  Animals tend to focus best at the start of a session, usually because that is when they are most motivated.  Their motivation may be less during hotter months due to the decrease in appetite that often accompanies this season.  Therefore, pursuing a lengthy session of high repetition or lengthy endurance may not prove as…………\r\n\r\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'Beat the Heat:  Our Top 10 Summer Survival Training Tips', 0, '', 'inherit', 'closed', 'closed', '', '1707-revision-7', '', '', '2010-09-01 09:03:01', '2010-09-01 14:03:01', '', 1707, 'http://aazk.org/uncategorized/1707-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1716, 2, '2010-09-01 09:05:03', '2010-09-01 14:05:03', '<img class="alignnone size-medium wp-image-1475" title="training_tales3" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales3-300x64.jpg" alt="training_tales3" width="300" height="64" />\n\n<em>By\nAngela Binney, Behavioral Husbandry Committee and Animal Keeper, Disney’s Animal Kingdom\nand\nPhilip Sigler, Animal Keeper, Disney’s Animal Kingdom</em>\n\nWe are deep into the dog days of summer with record highs this year.  With heat waves into triple digits in many parts of the country, it is no wonder some of our animals have been a bit lackadaisical about their training sessions this season.  As you are counting the weeks until the arrival of cooler weather, consider beating the heat with these animal training tips for surviving the summer slump.\n\n<strong>10.  Timing is everything:</strong> Train in the cooler part of the day (the earlier the better usually).  Gauge sessions around animals’ activity budgets (don’t train when they usually nap).  It’s already difficult to get cooperation from some animals during the uncomfortable temperatures of summer, so try to do it as the animals are just waking up, or when they shift in or out so that you are working with their schedule.  Don’t wait until they’ve had breakfast and they are just settling in for a long summer nap to start a training session.\n\n<strong>9.  Made in the shade:</strong> Train in a cool place (shady areas, the barn, by a fan, etc.).  We all know what a big difference it makes to sit under an umbrella instead of lying right in the sun when we spend the day at the beach, so it stands to reason that our animals can tell the difference as well.  Train indoors or in shady areas, and if your training chute is out in the open then consider placing temporary cover over it to provide shade and make it more comfortable during the summer months.\n\n<strong>8.  Frozen Fun!:</strong> Frozen treats are often used as fun enrichment for many animals, so try using it as a cool reinforcement option for training sessions as well.  Frozen items are refreshing and items frozen in a small cube of ice can also help to hydrate hot animals.  Take any coveted reward and try freezing it, either by itself (e.g. frozen grapes, a pinky mouse, etc) or in an ice cube.  Large frozen items, such as ice blocks or piles of ice, can be used as shift rewards or as a bonus after a productive session.\n\n<img class="alignnone size-full wp-image-1708" title="mandrill" src="http://aecetia.net/gws/aazk/wp-content/uploads/mandrill.jpg" alt="mandrill" width="701" height="532" />\n<h5><strong>Ice blocks are a cool way to reinforce shifting behavior or to use as a jackpot at the end of a great session.</strong></h5>\n<h6>(Photo courtesy of Disney’s Animal Kingdom)</h6>\n<strong>7.  Short and sweet:</strong> Avoid lengthy sessions that require a lot of attention and effort on extra hot days.  Animals tend to focus best at the start of a session, usually because that is when they are most motivated.  Their motivation may be less during hotter months due to the decrease in appetite that often accompanies this season.  Therefore, pursuing a lengthy session of high repetition or lengthy endurance may not prove as…………\n\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'Beat the Heat:  Our Top 10 Summer Survival Training Tips', 0, '', 'inherit', 'closed', 'closed', '', '1707-autosave', '', '', '2010-09-01 09:05:03', '2010-09-01 14:05:03', '', 1707, 'http://aazk.org/uncategorized/1707-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1717, 2, '2010-09-01 14:04:46', '2010-09-01 19:04:46', '<em>By Stephanie Smith, Animal Keeper\r\nDisney’s Animal Kingdom, Lake Buena Vista, FL</em>\r\n\r\n<strong>Background </strong>\r\nAfrican spoonbills (<em>Platalea alba</em>) and Roseate Spoonbills (<em>Ajaia ajaja</em>) are medium-sized wading birds equipped with a uniquely shaped bill that lends to their name.  [Fig.1 and Fig.2]  The African spoonbill is found over most of southern Africa.  The Roseate spoonbill is the only New World spoonbill species and can be found along the Gulf coast of the United States, down into Central and South America.  Both species feed on small fish and crustaceans by sweeping their slightly open bill back and forth in the shallow water as they walk along.\r\n\r\nDisney’s Animal Kingdom houses a mixed colony of both African and Roseate spoonbills in an outdoor, uncovered exhibit.  The setting consists of a shallow-water area with beaches and islands that facilitate the natural wading lifestyle of the spoonbill.   Our original population of 3.3 African spoonbills and 3.3 Roseates was made up of parent-reared, captive-bred and wild-caught, non-releasable birds.  Our housing arrangement presented us with some significant husbandry challenges that were addressed by implementing a training program.\r\n\r\n<img class="alignleft size-medium wp-image-1720" title="af_spoonbill1" src="http://aecetia.net/gws/aazk/wp-content/uploads/af_spoonbill1-300x287.jpg" alt="af_spoonbill1" width="300" height="287" /> <img class="alignnone size-medium wp-image-1721" title="spoonbill1" src="http://aecetia.net/gws/aazk/wp-content/uploads/spoonbill1-241x300.jpg" alt="spoonbill1" width="241" height="300" />\r\n\r\n<strong>The Challenge</strong>\r\nA common challenge with managing open exhibits is the influx of “freeloaders” or native species into the habitat.   Over the last few years, we observed a gradual increase in the number of native White ibis (Eudocimus albus) calling our spoonbill exhibit “home”.  The population increase resulted in interspecific competition for food and space.   The ibis’\r\naggression towards spoonbills during feeds forced us to alter our feeding strategy several times.  Originally, our collection birds were fed in bowls located throughout the exhibit.  As the native ibis population grew, this method of feeding became ineffective.  Collection birds were outnumbered and outcompeted by the visiting ibis.  In response, we attempted hand tossing food, directly to the spoonbills.  This resulted in only limited and short term success.   The feral birds quickly overcame their apprehension of keepers and showed their talent for intercepting any tossed food item.   The aggressive and persistent behavior of the ibis and the impracticality of a species-specific feeder (given the competing species) required us to take a different approach.  A new feeding strategy was needed.\r\n\r\n<strong>The Plan </strong>\r\nOur new strategy was to develop a training program that would facilitate successful feeding of our spoonbills, despite the presence of native birds.  The first step was acclimation of our birds to hand feeding.  While the African spoonbills were somewhat accustomed to taking fish by hand, when nesting, the new Roseates were reluctant to be in such close proximity to the keeper.  Based on informal observations on consumption during feeds, we were able to set goals for food intake.  This information allowed us to gradually move through the necessary approximations to achieve our goal.  Incrementally, the birds were asked to come to closer and closer to the keepers before the food was presented and fed out.  Spoonbills were initially tossed food if they came within five feet of the keeper.  The accepted distance was gradually reduced as the spoonbill became more comfortable, until finally, they were required to take food from an outstretched hand.  Occasionally, baiting was used to entice an animal to make another step.  After approximately five months, our spoonbill colony was consistently accepting being fed by hand.  This acclimation process was just the first step.  We also had to change how we managed this feeding/training program.\r\n\r\n<strong>The Players</strong>\r\nDue to the size of the spoonbill group, it became clear that more than one keeper would be needed at each feed, to successfully maintain the hand feeding behavior.   Adding keepers to the process would also offset any intra-specific aggression during feed sessions.   Getting more help would entail introducing and training the entire 16-person keeper team fairly quickly.  To facilitate keeper engagement in the new program and maintain clear communication on training progress, we tasked the team to come up with, what was for us, a different, primary identification system.  While our birds were banded, we needed all the keepers to use their observational skills to note markers beyond the bands. Recognizing individual bird’s “habits” and behavior within the social dynamics of the group would be a critical step in progressing with our training plan.     Involving the keeper staff in a “naming” process created the starting point for team investment in the project.  Through group discussion, voting, etc. the whole team arrived at some themes for “naming” the individuals in our colony.  Our 3.3 Roseate spoonbills were named for characters in the movie The Fifth Element: Corbin, Dallas, Cornelius, Ruby, Lilu, and Laguna.  The African spoonbills were named for ‘things that are white’, potato products, and a couple of unique submissions: Cotton, Snow, Pearl, Tater, Pringles, Sunny, and Platypus (keepers’ favorite spoonbill misidentification by guests at the park).\r\n\r\n<strong>The Game</strong>\r\nObviously, identification of individual birds within a colony is critical for monitoring training progress.  In order to motivate our team towards this end and to maintain their involvement in the project, we implemented………..\r\n<strong>\r\nWant to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'FEEDING THE SPOONBILLS:  From Nightmare to Dream', 0, '', 'draft', 'closed', 'closed', '', 'feeding-the-spoonbills-from-nightmare-to-dream', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 0, 'http://aazk.org/?p=1717', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1699, 2, '2010-09-01 08:33:17', '2010-09-01 13:33:17', '', 'sept_spec_banner', 0, '', 'inherit', 'closed', 'closed', '', 'sept_spec_banner', '', '', '2010-09-01 08:33:17', '2010-09-01 13:33:17', '', 0, 'http://aazk.org/wp-content/uploads/sept_spec_banner.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1572, 2, '2010-08-04 15:31:31', '2010-08-04 20:31:31', '<strong>August 2010 Table of Contents</strong>\r\n\r\nAbout the Cover/Information for Contributors\r\nFrom the President\r\nPt. Defiance AAZK Chapter Underwrites AKF Production\r\nAAZK Announces New Members\r\nComing Events\r\nEnrichment Options (<em>North American River Otters</em>)\r\nPeople Skills for Animal People: Resolving Work-Related Conflicts\r\nSpecial Discount Prices on AAZK Merchandise at Philly Conference\r\nReactions Column  (<em>Renovating Cat Exhibits</em>)\r\nHorticulture Group (AZH) Offers Browse/Toxic Plant Seminar\r\nTraining Tales (<em>Tinamou Training 101</em>)\r\nNominations for 2012 Indianapolis Conservation Prize Now Open\r\nTraining North American Black Bears for Blood Draws\r\nInternational Animal Shipping: One of the Most Daunting Zoo Experiences There Is\r\nConservation/Legislative Update', 'August 2010', 0, '', 'draft', 'closed', 'closed', '', 'august-2010', '', '', '2013-10-15 17:49:22', '2013-10-15 22:49:22', '', 0, 'http://aazk.org/?p=1572', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1573, 2, '2010-08-04 15:31:10', '2010-08-04 20:31:10', 'August 2010 Table of Contents\n\nAbout the Cover/Information for Contributors\nFrom the President\nPt. Defiance AAZK Chapter Underwrites AKF Production\nAAZK Announces New Members\nComing Events\nEnrichment Options (<em>North American River Otters</em>)\nPeople Skills for Animal People: Resolving Work-Related Conflicts\nSpecial Discount Prices on AAZK Merchandise at Philly Conference\nReactions Column  (Renovating Cat Exhibits)\nHorticulture Group (AZH) Offers Browse/Toxic Plant Seminar\nTraining Tales (Tinamou Training 101)\nNominations for 2012 Indianapolis Conservation Prize Now Open\nTraining North American Black Bears for Blood Draws\nInternational Animal Shipping: One of the Most Daunting Zoo Experiences There Is\nConservation/Legislative Update', 'August 2010', 0, '', 'inherit', 'closed', 'closed', '', '1572-revision', '', '', '2010-08-04 15:31:10', '2010-08-04 20:31:10', '', 1572, 'http://aazk.org/uncategorized/1572-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1574, 2, '2010-08-04 15:31:31', '2010-08-04 20:31:31', 'August 2010 Table of Contents\r\n\r\nAbout the Cover/Information for Contributors\r\nFrom the President\r\nPt. Defiance AAZK Chapter Underwrites AKF Production\r\nAAZK Announces New Members\r\nComing Events\r\nEnrichment Options (<em>North American River Otters</em>)\r\nPeople Skills for Animal People: Resolving Work-Related Conflicts\r\nSpecial Discount Prices on AAZK Merchandise at Philly Conference\r\nReactions Column  (<em>Renovating Cat Exhibits</em>)\r\nHorticulture Group (AZH) Offers Browse/Toxic Plant Seminar\r\nTraining Tales (<em>Tinamou Training 101</em>)\r\nNominations for 2012 Indianapolis Conservation Prize Now Open\r\nTraining North American Black Bears for Blood Draws\r\nInternational Animal Shipping: One of the Most Daunting Zoo Experiences There Is\r\nConservation/Legislative Update', 'August 2010', 0, '', 'inherit', 'closed', 'closed', '', '1572-revision-2', '', '', '2010-08-04 15:31:31', '2010-08-04 20:31:31', '', 1572, 'http://aazk.org/uncategorized/1572-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1575, 2, '2010-08-04 15:32:55', '2010-08-04 20:32:55', '<strong>August 2010 Table of Contents</strong>\n\nAbout the Cover/Information for Contributors\nFrom the President\nPt. Defiance AAZK Chapter Underwrites AKF Production\nAAZK Announces New Members\nComing Events\nEnrichment Options (<em>North American River Otters</em>)\nPeople Skills for Animal People: Resolving Work-Related Conflicts\nSpecial Discount Prices on AAZK Merchandise at Philly Conference\nReactions Column  (<em>Renovating Cat Exhibits</em>)\nHorticulture Group (AZH) Offers Browse/Toxic Plant Seminar\nTraining Tales (<em>Tinamou Training 101</em>)\nNominations for 2012 Indianapolis Conservation Prize Now Open\nTraining North American Black Bears for Blood Draws\nInternational Animal Shipping: One of the Most Daunting Zoo Experiences There Is\nConservation/Legislative Update', 'August 2010', 0, '', 'inherit', 'closed', 'closed', '', '1572-autosave', '', '', '2010-08-04 15:32:55', '2010-08-04 20:32:55', '', 1572, 'http://aazk.org/uncategorized/1572-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1576, 2, '2010-06-30 08:04:38', '2010-06-30 13:04:38', '<strong>August 22-26, 2010 - <em>AAZK National Conference</em></strong>.  Hosted by the Philadelphia AAZK Chapter and the Philadelphia Zoo. Conference information, program schedule, online registration and hotel info available at <a href="http://www.philadelphiaaecetia.net/gws/aazk">www.philadelphiaaecetia.net/gws/aazk</a>.  A reminder that a $50 late fee is applied to registrations after 22 June 2010.\r\n\r\n<strong>August 30 - September 3, 2010</strong> - <strong><em>7th International Penguin Conference</em></strong> - in Boston, MA.  Hosted by The New England Aquarium.  For info email <a href="mailto:ipcboston@neaq.org">ipcboston@neaq.org</a>.\r\n<strong>\r\nSeptember 1 - 5,  2010 - <em>IUCN XIth International Otter Colloquium</em></strong>.  Held in Pavia, Italy. For further info: <a href="http://www.internationalottercolloquium2010.eu/">http://www.internationalottercolloquium2010.eu/</a>\r\n<strong>\r\nSeptember 11-16, 2010 -<em> AZA 2010 Annual Conference</em></strong>.  Hosted by the Houston Zoo, Houston, TX.  See <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a> for further information.\r\n\r\n<strong>September 7-12, 2010 </strong>- <strong><em>National AZAD Conference</em></strong> Hosted by Brookfield Zoo, Brookfield, IL USA. Call for Papers--Share your ideas by presenting a paper addressing ways people can work to conserve our Earth and all the gifts it gives us - Abstracts must be submitted by January 15, 2010; Notification of Acceptance is February 15, 2010; Completed papers are due April 1, 2010.  Presentations should be 45 minutes in length, including 10 minutes for Q&amp;A.  Please email abstracts to <a href="mailto:AZAD2010info@gmail.com">AZAD2010info@gmail.com</a> with the subject line being “Abstract”.  Include name and contact info, title of paper, abstract, audio-visual equipment needed, your zoo/aquarium affiliation and AZAD membership category.\r\n\r\n<strong>September 26-30, 2010</strong> -<em> <strong>AZA Orangutan SSP® Workshop </strong></em>– at the Denver Zoo, Denver, CO. Theme:  “Conservation &amp; Husbandry Innovations for the New Decade” Climb Up to a Higher Branch at the 4th Annual Orangutan SSP® Husbandry Workshop! - Focused on the care and management of orangutans, the workshop will bring together orangutan caregivers and managers, researchers, and field biologists to share the most current information on husbandry, conservation, and emergent issues pertaining to captive and wild populations of orangutans. Workshop registration fee is $125. The workshop will be held in conjunction with the Orangutan SSP® Masterplan meetings which will take place on Sunday, September 26, 2010.  For additional information contact Ronda Schwetz at <a href="mailto:rschwetz@denverzoo.org">rschwetz@denverzoo.org</a>.   Online registration will be available soon at <a href="http://www.denverzoo.org">www.denverzoo.org</a>. Pre-Conference Trip to Cheyenne Mountain Zoo Sunday, September 26—more details soon!<strong>\r\n</strong>\r\n\r\n<strong>September 28-October 2, 2010</strong> -<strong><em> 20th International Zoo Educators’ (IZE) Biennial Conference</em></strong> - at Disney’s Animal Kingdom, Orlando, FL.  For more information, please visit <a href="http://www.izea.net">http://www.izea.net</a>.\r\n\r\n<strong>September 30 - October 3, 2010 - <em>The 32nd Annual Elephant Manager’s Association Conference</em></strong> - Hosted by the Pittsburgh Zoo &amp; PPG Aquarium. Conference will be held at the Holiday Inn Hotel and Suites Pittsburgh-Allegheny Valley-RIDC. A room block is reserved.  Call (412) 963-0600 for reservations.  More details will follow on Facebook, in AZA and EMA publications and websites.  Contact Terry Deluliis at (412) 365-2500 with questions.\r\n\r\n<strong>October 3-7, 2010 - <em>The Aquarium and Zoo Facilities Association’s 17th Annual Conference</em></strong> - To be hosted by the Saint Louis Zoo in Saint Louis, MO.  For further program and registration information, please see <a href="http://www.azfa.org">www.azfa.org</a> or call Sue Stroud at (314) 646-4616; Fax (314) 646-5531; email at <a href="mailto:stroud@stlzoo.org">stroud@stlzoo.org</a>\r\n\r\n<strong></strong>\r\n\r\n<strong>October 14-15, 2010</strong> - <em><strong>Passerine Workshop </strong></em>\r\nHosted by Zoo Atlanta, Atlanta, GA. The intent of this workshop is to increase knowledge for keepers/newer managers on basic husbandry, breeding, and daily management of various passerine species and sharing of information between institutions.\r\n\r\nPlease contact Sprina Liu, <a href="mailto:sliu@zooatlanta.org">sliu@zooatlanta.org</a>, for more information.\r\n\r\n<strong>October 14-20, 2010 - <em>30th Annual AZVT Conference</em></strong>.  The Association of Zoo Veterinary Technicians will meet at the Los Angeles Zoo in Los Angeles, CA.  If you would like more information please visit <a href="http://www.azvt.org">www.azvt.org</a> or contact Peter Flowers @ <a href="mailto:zootekkie@gmail.com">zootekkie@gmail.com</a> or call (323) 644-6051.\r\n\r\n<strong>October 17-21, 2010 -  <em>65th Annual Conference of WAZA</em></strong>. To be held in Cologne, Germany.  See <a href="http://www.waza.org/en/site/home">http://www.waza.org/en/site/home</a> for further information.\r\n\r\n<strong>March 2-4, 2011 - <em>Association of Professional Wildlife Educators</em></strong>. To be held at the Frank Buck Zoo Gainesville, Texas. Watch <a href="http://www.apwe.org/">http://www.apwe.org/</a> for details as they become available.\r\n<strong>\r\nMay 15th-18th, 2011 - <em>2011 Rhino Keeper Workshop</em></strong>. To be held at Fossil Rim Wildlife Center, Glen Rose, Texas. For further info contact:<a href="mailto:adam.felts@columbuszoo.org"> adam.felts@columbuszoo.org</a>.\r\n\r\n<em><strong>Upcoming AAZK National Conferences</strong></em>\r\n\r\n2010 - Philadelphia, PA - August 22-26\r\n\r\n2011 - San Diego, CA - August 24-28\r\n\r\n2012 - Syracuse, NY - September 23-27\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at\r\n<a href="http://aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>\r\n\r\n<em><strong>Upcoming AZA National Conferences</strong></em>\r\n\r\nSeptember 11-16, 2010  - AZA 2010 Annual Conference - Hosted by Houston Zoo, Houston, TX.\r\n\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events July 2010', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2010-06-30 08:04:38', '2010-06-30 13:04:38', '', 435, 'http://aazk.org/uncategorized/435-revision-22/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1752, 2, '2010-10-06 07:09:14', '2010-10-06 12:09:14', 'About the Cover/Information for Contributors\nScoops &amp; Scuttlebutt\nFrom the President\nPhilly Conference Wrap-Up\nComing Events\nDebuting New AAZK Logo Clothing Product\nAAZK Announces New Members\nTraining Tales (<em>Meet Your Behavioral Husbandry Committee</em>)\nFor the World’s Waterfowl - AAZK Professional Development Grant Report on Sylvian Heights Avian Husbandry &amp; Management Program\n“Trees for You and Me” Chapter Challenge\nEnrichment Options (Tapir Enrichment:  Deciding “when” is just as    important as deciding “what”\nBowling for Rhinos Update 2010\nBook Review (Wild Mammals in Captivity: Principles &amp; Techniques     for Zoo Management, 2nd ed)\nProtocol for Training Select Individuals from a Large Group of Socially\nHoused Anubis Baboons (Papio Anubis)\nBringing Up the “Seattle Four”- A Success for Humboldt Penguins\nNew Animal Species Discovered in Borneo\nConservation/Legislative Update', 'October 2010', 0, '', 'inherit', 'closed', 'closed', '', '1751-revision', '', '', '2010-10-06 07:09:14', '2010-10-06 12:09:14', '', 1751, 'http://aazk.org/uncategorized/1751-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1577, 2, '2010-08-04 15:46:38', '2010-08-04 20:46:38', '<em><img class="size-full wp-image-1580 alignleft" title="world" src="http://aecetia.net/gws/aazk/wp-content/uploads/world.jpg" alt="world" width="162" height="160" /></em>\r\n\r\n<em>By A. L. Drost, Curatorial Assistant\r\nToronto Zoo, Toronto, Canada\r\nadrost@torontozoo.ca </em>\r\n\r\n<strong>Introduction </strong>\r\nInternational animal shipping is not for the light of heart. Crossing international borders with live animals has to occur quickly to ensure the least amount of stress on the animal and efficiently so all goes smoothly with everyone involved. No two shipments ever seem to be the same. So instead of providing a step-by-step account of a particular shipment a more general sequence of stages are to follow.\r\n\r\n<img class="alignnone size-full wp-image-1578" title="shipping" src="http://aecetia.net/gws/aazk/wp-content/uploads/shipping.jpg" alt="shipping" width="359" height="175" />\r\n\r\n<strong>Obtain All Relevant Information on the Animal </strong>\r\nOnce it’s been decided that a particular animal will be transferred out of its zoological institution, whether it be internationally or domestically, the first step is always the same. A copy of the animal’s specimen report, diet sheet and medical records should be supplied from the zoo holding the animal (the consignor) to the zoo that will eventually be receiving the animal (the consignee). One of the key bits of information the specimen report provides is the country of origin. This is a pertinent piece of information when crossing international boarders. The medical records also provide information needed when addressing what pre-shipment health testing is required.\r\n\r\n<strong>Permitting and Health Testing Requirements </strong>\r\nAs a general rule, every country will have a minimum of two federal bodies that will regulate the movement of live animals across their borders. One of these federal bodies will be a wildlife office. In Canada this is Environment Canada’s (EC) Canadian Wildlife Service (CWS). In the United States, all zoos are familiar with the US Fish &amp; Wildlife Service (USFWS). In South Africa, it’s the Department of Environmental Affairs and Tourism. It is through offices like these that the CITES (Convention of International Trade of Endangered Species) permits are issued.\r\n\r\nAnimals will either be CITES I, CITES II, CITES III or non-CITES. A non-CITES animal requires no CITES permit, a CITES II and III animal requires an export permit only from the exporting country while a CITES I animal requires an export permit from the exporting country and an import permit from the importing country. Do keep in mind that some federal bodies also issue import or export permits that are not CITES.\r\n\r\nThe USFWS for example issues Endangered Species Permits and Threatened Species Permits as well as Import/Export Permits if you are a commercial entity (most zoos are exempt from this) and Designated Port Exception Permits if you are not using an USFWS designated port of entry.\r\n\r\nThe second federal body that will need to be contacted is the agricultural office. Canada’s agricultural office is the Canadian Food Inspection Agency (CFIA), the United States is the United States Department of Agriculture (USDA) and the Netherlands is Ministry of Agriculture, Nature and Food Quality. Offices such as these issue their own import permits and export certificates which are required for some animals, not all. These offices tend to be more interested in hoofstock species and the like, and less interested in regulating animals such as amphibian and reptile species (with exceptions of course). These agriculture offices are responsible for deciding what health testing is required on an animal before and after shipment have occurred. For example, the CFIA require that a warthog (Phacochoerus aethiopicus) being imported from the USA must be negative to two (2) tests for the following diseases: brucellosis, tuberculosis, and anaplasmosis, the latter of which must be performed not less than sixty (60) days after the first test and within thirty (30) days preceding the date of import.\r\n\r\nAs well as checking on federal regulations for permitting, one needs to check to see if there are any provincial and/or state regulations. Some provinces/states require their own separate import/export permit and/or certificate, others only require that an import number be issued and placed on shipment documentation. In-transit permits might be required if the animal has a connecting flight in a country that is neither the importing nor exporting country. For example, if you are moving cheetahs from South Africa to Canada with a flight change in Germany – you may be required by the German officials to have an in-transit permit indicating the purpose and length of stay in Germany.\r\n\r\n<strong>Crates and Crate Training </strong>\r\nThe International Air Transport Associate (IATA) issues the Live Animal Regulations (LAR) which is an excellent place to start when considering what crate should be used for a particular animal. This reference material is updated every two years and is regularly adhered to quite strictly by the airlines and by most federal wildlife offices. Very general considerations to remember when selecting a crate for an animal are (a) the crate has external access to food and water, (b) the crate is leak-proof, (c) there is the ability to monitor the animal while crated, (d) the crate is constructed of appropriate and sturdy material which will safely contain the species and (e) the crate is comfortable for the animal. One of the most common mistakes when selecting an appropriate crate for a specimen is to provide too much space, the idea being that a larger crate provides increased comfort to the animal. Unfortunately, increased space also provides increased risk of injury to the animal. If the animal has enough space they might try to run at the front or side of the crate as a means of escape.\r\n\r\nCrate training for the animal is an excellent way of providing further comfort during transport. Make sure you have a plan before starting the process. There is quite a bit of information readily available on training but here are some very basis steps one might follow. Generally, the crate is introduced without enticement to go in initially so that the animal can get use to seeing and/or smelling this novel item. A next step is the introduction of food at the entrance of the crate. That food is placed further and further into the crate over time. Our final goal is to have the animal eating its food with its body fully within the crate. Generally, the animal is not locked into the crate unless one has quite a bit of time for the training to occur prior to shipment as once the animal gets locked in, it’s usually startled quite badly and will not go back to the crate again any time soon. One of the biggest benefits to crate training is that it relieves a large amount of stress experienced by the animal. At the end of crate training, the crate will be very familiar to the animal, with the animal’s own smell and can be essentially the animal’s home away from home. Crate training can also eliminate the need to use sedatives for transport.\r\n\r\n<strong>Select Your Mode of Transportation </strong>\r\nWhen considering what mode of transportation to use, consider what will get the animal to its destination the quickest. Always use the most direct route available. If possible, avoid inter-airline transfers. The risk of something going wrong can increase significantly if two different airlines are used during the shipment. Usually a freight forwarder is …….\r\n\r\n<em><strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong></em>', 'International Animal Shipping: One of the Most Daunting Zoo Experiences There Is', 0, '', 'draft', 'closed', 'closed', '', 'international-animal-shipping-one-of-the-most-daunting-zoo-experiences-there-is', '', '', '2013-10-15 17:49:22', '2013-10-15 22:49:22', '', 0, 'http://aazk.org/?p=1577', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1578, 2, '2010-08-04 15:43:12', '2010-08-04 20:43:12', '', 'shipping', 0, '', 'inherit', 'closed', 'closed', '', 'shipping', '', '', '2010-08-04 15:43:12', '2010-08-04 20:43:12', '', 1577, 'http://aazk.org/wp-content/uploads/shipping.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1579, 2, '2010-08-04 15:44:16', '2010-08-04 20:44:16', '<em>By A. L. Drost, Curatorial Assistant\nToronto Zoo, Toronto, Canada\nadrost@torontozoo.ca </em>\n\nIntroduction\nInternational animal shipping is not for the light of heart. Crossing international borders with live animals has to occur quickly to ensure the least amount of stress on the animal and efficiently so all goes smoothly with everyone involved. No two shipments ever seem to be the same. So instead of providing a step-by-step account of a particular shipment a more general sequence of stages are to follow.\n\n<img class="alignnone size-full wp-image-1578" title="shipping" src="http://aecetia.net/gws/aazk/wp-content/uploads/shipping.jpg" alt="shipping" width="359" height="175" />\n\nObtain All Relevant Information on the Animal\nOnce it’s been decided that a particular animal will be transferred out of its zoological institution, whether it be internationally or domestically, the first step is always the same. A copy of the animal’s specimen report, diet sheet and medical records should be supplied from the zoo holding the animal (the consignor) to the zoo that will eventually be receiving the animal (the consignee). One of the key bits of information the specimen report provides is the country of origin. This is a pertinent piece of information when crossing international boarders. The medical records also provide information needed when addressing what pre-shipment health testing is required.\n\nPermitting and Health Testing Requirements\nAs a general rule, every country will have a minimum of two federal bodies that will regulate the movement of live animals across their borders. One of these federal bodies will be a wildlife office. In Canada this is Environment Canada’s (EC) Canadian Wildlife Service (CWS). In the United States, all zoos are familiar with the US Fish &amp; Wildlife Service (USFWS). In South Africa, it’s the Department of Environmental Affairs and Tourism. It is through offices like these that the CITES (Convention of International Trade of Endangered Species) permits are issued.\n\nAnimals will either be CITES I, CITES II, CITES III or non-CITES. A non-CITES animal requires no CITES permit, a CITES II and III animal requires an export permit only from the exporting country while a CITES I animal requires an export permit from the exporting country and an import permit from the importing country. Do keep in mind that some federal bodies also issue import or export permits that are not CITES.\n\nThe USFWS for example issues Endangered Species Permits and Threatened Species Permits as well as Import/Export Permits if you are a commercial entity (most zoos are exempt from this) and Designated Port Exception Permits if you are not using an USFWS designated port of entry.\n\nThe second federal body that will need to be contacted is the agricultural office. Canada’s agricultural office is the Canadian Food Inspection Agency (CFIA), the United States is the United States Department of Agriculture (USDA) and the Netherlands is Ministry of Agriculture, Nature and Food Quality. Offices such as these issue their own import permits and export certificates which are required for some animals, not all. These offices tend to be more interested in hoofstock species and the like, and less interested in regulating animals such as amphibian and reptile species (with exceptions of course). These agriculture offices are responsible for deciding what health testing is required on an animal before and after shipment have occurred. For example, the CFIA require that a warthog (Phacochoerus aethiopicus) being imported from the USA must be negative to two (2) tests for the following diseases: brucellosis, tuberculosis, and anaplasmosis, the latter of which must be performed not less than sixty (60) days after the first test and within thirty (30) days preceding the date of import.\n\nAs well as checking on federal regulations for permitting, one needs to check to see if there are any provincial and/or state regulations. Some provinces/states require their own separate import/export permit and/or certificate, others only require that an import number be issued and placed on shipment documentation. In-transit permits might be required if the animal has a connecting flight in a country that is neither the importing nor exporting country. For example, if you are moving cheetahs from South Africa to Canada with a flight change in Germany – you may be required by the German officials to have an in-transit permit indicating the purpose and length of stay in Germany.\n\nCrates and Crate Training\nThe International Air Transport Associate (IATA) issues the Live Animal Regulations (LAR) which is an excellent place to start when considering what crate should be used for a particular animal. This reference material is updated every two years and is regularly adhered to quite strictly by the airlines and by most federal wildlife offices. Very general considerations to remember when selecting a crate for an animal are (a) the crate has external access to food and water, (b) the crate is leak-proof, (c) there is the ability to monitor the animal while crated, (d) the crate is constructed of appropriate and sturdy material which will safely contain the species and (e) the crate is comfortable for the animal. One of the most common mistakes when selecting an appropriate crate for a specimen is to provide too much space, the idea being that a larger crate provides increased comfort to the animal. Unfortunately, increased space also provides increased risk of injury to the animal. If the animal has enough space they might try to run at the front or side of the crate as a means of escape.\n\nCrate training for the animal is an excellent way of providing further comfort during transport. Make sure you have a plan before starting the process. There is quite a bit of information readily available on training but here are some very basis steps one might follow. Generally, the crate is introduced without enticement to go in initially so that the animal can get use to seeing and/or smelling this novel item. A next step is the introduction of food at the entrance of the crate. That food is placed further and further into the crate over time. Our final goal is to have the animal eating its food with its body fully within the crate. Generally, the animal is not locked into the crate unless one has quite a bit of time for the training to occur prior to shipment as once the animal gets locked in, it’s usually startled quite badly and will not go back to the crate again any time soon. One of the biggest benefits to crate training is that it relieves a large amount of stress experienced by the animal. At the end of crate training, the crate will be very familiar to the animal, with the animal’s own smell and can be essentially the animal’s home away from home. Crate training can also eliminate the need to use sedatives for transport.\n\nSelect Your Mode of Transportation\nWhen considering what mode of transportation to use, consider what will get the animal to its destination the quickest. Always use the most direct route available. If possible, avoid inter-airline transfers. The risk of something going wrong can increase significantly if two different airlines are used during the shipment. Usually a freight forwarder is …….\n\n<em><strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong></em>', 'International Animal Shipping: One of the Most Daunting Zoo Experiences There Is', 0, '', 'inherit', 'closed', 'closed', '', '1577-revision', '', '', '2010-08-04 15:44:16', '2010-08-04 20:44:16', '', 1577, 'http://aazk.org/uncategorized/1577-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1580, 2, '2010-08-04 15:46:02', '2010-08-04 20:46:02', '', 'world', 0, '', 'inherit', 'closed', 'closed', '', 'world', '', '', '2010-08-04 15:46:02', '2010-08-04 20:46:02', '', 1577, 'http://aazk.org/wp-content/uploads/world.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1581, 2, '2010-08-04 15:45:16', '2010-08-04 20:45:16', '<em>By A. L. Drost, Curatorial Assistant\nToronto Zoo, Toronto, Canada\nadrost@torontozoo.ca </em>\n\n<strong>Introduction </strong>\nInternational animal shipping is not for the light of heart. Crossing international borders with live animals has to occur quickly to ensure the least amount of stress on the animal and efficiently so all goes smoothly with everyone involved. No two shipments ever seem to be the same. So instead of providing a step-by-step account of a particular shipment a more general sequence of stages are to follow.\n\n<img class="alignnone size-full wp-image-1578" title="shipping" src="http://aecetia.net/gws/aazk/wp-content/uploads/shipping.jpg" alt="shipping" width="359" height="175" />\n\n<strong>Obtain All Relevant Information on the Animal </strong>\nOnce it’s been decided that a particular animal will be transferred out of its zoological institution, whether it be internationally or domestically, the first step is always the same. A copy of the animal’s specimen report, diet sheet and medical records should be supplied from the zoo holding the animal (the consignor) to the zoo that will eventually be receiving the animal (the consignee). One of the key bits of information the specimen report provides is the country of origin. This is a pertinent piece of information when crossing international boarders. The medical records also provide information needed when addressing what pre-shipment health testing is required.\n\n<strong>Permitting and Health Testing Requirements </strong>\nAs a general rule, every country will have a minimum of two federal bodies that will regulate the movement of live animals across their borders. One of these federal bodies will be a wildlife office. In Canada this is Environment Canada’s (EC) Canadian Wildlife Service (CWS). In the United States, all zoos are familiar with the US Fish &amp; Wildlife Service (USFWS). In South Africa, it’s the Department of Environmental Affairs and Tourism. It is through offices like these that the CITES (Convention of International Trade of Endangered Species) permits are issued.\n\nAnimals will either be CITES I, CITES II, CITES III or non-CITES. A non-CITES animal requires no CITES permit, a CITES II and III animal requires an export permit only from the exporting country while a CITES I animal requires an export permit from the exporting country and an import permit from the importing country. Do keep in mind that some federal bodies also issue import or export permits that are not CITES.\n\nThe USFWS for example issues Endangered Species Permits and Threatened Species Permits as well as Import/Export Permits if you are a commercial entity (most zoos are exempt from this) and Designated Port Exception Permits if you are not using an USFWS designated port of entry.\n\nThe second federal body that will need to be contacted is the agricultural office. Canada’s agricultural office is the Canadian Food Inspection Agency (CFIA), the United States is the United States Department of Agriculture (USDA) and the Netherlands is Ministry of Agriculture, Nature and Food Quality. Offices such as these issue their own import permits and export certificates which are required for some animals, not all. These offices tend to be more interested in hoofstock species and the like, and less interested in regulating animals such as amphibian and reptile species (with exceptions of course). These agriculture offices are responsible for deciding what health testing is required on an animal before and after shipment have occurred. For example, the CFIA require that a warthog (Phacochoerus aethiopicus) being imported from the USA must be negative to two (2) tests for the following diseases: brucellosis, tuberculosis, and anaplasmosis, the latter of which must be performed not less than sixty (60) days after the first test and within thirty (30) days preceding the date of import.\n\nAs well as checking on federal regulations for permitting, one needs to check to see if there are any provincial and/or state regulations. Some provinces/states require their own separate import/export permit and/or certificate, others only require that an import number be issued and placed on shipment documentation. In-transit permits might be required if the animal has a connecting flight in a country that is neither the importing nor exporting country. For example, if you are moving cheetahs from South Africa to Canada with a flight change in Germany – you may be required by the German officials to have an in-transit permit indicating the purpose and length of stay in Germany.\n\n<strong>Crates and Crate Training </strong>\nThe International Air Transport Associate (IATA) issues the Live Animal Regulations (LAR) which is an excellent place to start when considering what crate should be used for a particular animal. This reference material is updated every two years and is regularly adhered to quite strictly by the airlines and by most federal wildlife offices. Very general considerations to remember when selecting a crate for an animal are (a) the crate has external access to food and water, (b) the crate is leak-proof, (c) there is the ability to monitor the animal while crated, (d) the crate is constructed of appropriate and sturdy material which will safely contain the species and (e) the crate is comfortable for the animal. One of the most common mistakes when selecting an appropriate crate for a specimen is to provide too much space, the idea being that a larger crate provides increased comfort to the animal. Unfortunately, increased space also provides increased risk of injury to the animal. If the animal has enough space they might try to run at the front or side of the crate as a means of escape.\n\nCrate training for the animal is an excellent way of providing further comfort during transport. Make sure you have a plan before starting the process. There is quite a bit of information readily available on training but here are some very basis steps one might follow. Generally, the crate is introduced without enticement to go in initially so that the animal can get use to seeing and/or smelling this novel item. A next step is the introduction of food at the entrance of the crate. That food is placed further and further into the crate over time. Our final goal is to have the animal eating its food with its body fully within the crate. Generally, the animal is not locked into the crate unless one has quite a bit of time for the training to occur prior to shipment as once the animal gets locked in, it’s usually startled quite badly and will not go back to the crate again any time soon. One of the biggest benefits to crate training is that it relieves a large amount of stress experienced by the animal. At the end of crate training, the crate will be very familiar to the animal, with the animal’s own smell and can be essentially the animal’s home away from home. Crate training can also eliminate the need to use sedatives for transport.\n\n<strong>Select Your Mode of Transportation </strong>\nWhen considering what mode of transportation to use, consider what will get the animal to its destination the quickest. Always use the most direct route available. If possible, avoid inter-airline transfers. The risk of something going wrong can increase significantly if two different airlines are used during the shipment. Usually a freight forwarder is …….\n\n<em><strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong></em>', 'International Animal Shipping: One of the Most Daunting Zoo Experiences There Is', 0, '', 'inherit', 'closed', 'closed', '', '1577-revision-2', '', '', '2010-08-04 15:45:16', '2010-08-04 20:45:16', '', 1577, 'http://aazk.org/uncategorized/1577-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1582, 2, '2010-08-04 15:53:17', '2010-08-04 20:53:17', '<em>by William K. Baker Jr., Curator\r\nIn-Sync Exotics Wildlife Rescue and Educational Center;\r\nWylie,TX</em>\r\n\r\n<strong>Question</strong>\r\nWe are preparing to renovate our cat exhibit. Are there any specific points we should focus on?\r\n\r\n<strong>Comments</strong>\r\nThe best way to look at this scenario is from two different angles. One, what you are looking for in regards to the enclosure layout and features? Two, what you are looking for in regards to the night house design and function?\r\n<strong>\r\nEnclosure Features</strong>\r\n• Is the facility developed for keeper, service vehicle, and heavy equipment access? In other words, will the designer provide for long-term access to the exhibit itself, otherwise the staff would have serious problems getting into the exhibit area for landscaping and repairs?\r\n• Is the landscaping just an accent or has it taken over the perimeter of the area to the point of no return. It’s important to have the capability to observe your cats for behavioral cues during the introduction process or what might be leading indicators of veterinary health issues.\r\n• Does the exhibit area have adequate security to prevent public interaction with the cats? Secondary guardrails should be strong enough to prevent trespass and distant from primary containment caging. Also, holly bushes, palmettos, and cactus do a great job of keeping the public where they belong.\r\n• Has any thought been given to night security? Night lighting should provide adequate light should the need arise. If the exhibit is expansive there should be enough security lights to enable the staff to see the entire yard at a glance, especially in an after-hours emergency or natural disaster situation.\r\n• Architects often have trouble understanding drainage flow patterns surrounding an exhibit. All too often the exhibit is flooded from the public areas during heavy rains. Always direct water flow away from the exhibit into storm drains and if at all possible, put the exhibit on slightly higher ground.\r\n\r\n<strong>Night house Features</strong>\r\n• The first item that should be noted is whether or not the entry has double containment. This “airlock system” is often times the only thing between the cat and freedom. Also, do the doors swing inward and close backwards? There is nothing more embarrassing than having the animal out of primary containment, pushing the outer doors open, and then going for a walk. Also, is the view window historically up at the top of the door? You know what I’m talking about. There’s this little 5”x5” window that is six feet off the ground and you are supposed to see the keeper corridor and what’s waiting at the door. Consider replacing this type of window with a 6”x36” vertical rectangular window, (reinforced tempered glass or Lexan®) so that you can really see what is on the other side of the door.\r\n• Are the internal corridors laid out so that you can effectively see end to end? Architects often put in corridors at right angles. A good night house doesn’t have blind spots. If blind spots exist in your holding areas, have they been retrofitted with mirrors so you can see the cat before he can see you?\r\n• Do the floor, corridor, and exhibit drains really work? Masonry contractors are notorious for deciding on their own what type of slope and brush finish your floors get. Don’t forget drain size. I can’t count how many night houses I have seen that have 1” lines instead of 3” or 6” lines to handle water volume.\r\n• Is the guillotine door system an afterthought? Does it stick if you look at it wrong? The best design I have seen to date is produced by Corners Limited. They utilize stainless steel doors in a corrosion- free frame. The door actually rides on two coated rails that keep the fall and lift even. The cable rides inside a conduit that is connected by internal pulleys that prevents the cable from binding or jumping. Also, as a side note, don’t forget to make sure that the conduit or cable system you are using is routed where keepers can visually inspect it.\r\n• Ventilation. Is your night house a sauna? Ventilator fans can reduce ambient heat. Don’t forget air conditioning, heat, and circulating fans. In high humidity areas think about adding an in-line dehumidifier to your air conditioner. If you are uncomfortable, chances are the cats are too.\r\n• With many of the current developments in operant conditioning and desensitization work, there are a few items you may want to include in the development process……..\r\n<em>\r\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a>\r\n</strong>\r\n</em>', 'Reactions: A Question and Answer Forum for the Zoo Professional on Crisis Management', 0, '', 'draft', 'closed', 'closed', '', 'reactions-a-question-and-answer-forum-for-the-zoo-professional-on-crisis-management', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 0, 'http://aazk.org/?p=1582', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1583, 2, '2010-08-04 15:52:45', '2010-08-04 20:52:45', '<em>by William K. Baker Jr., Curator</em>\n\n<em>In-Sync Exotics Wildlife Rescue and Educational Center;</em>\n\n<em>Wylie,TX</em>\n\n<strong>Question</strong>\nWe are preparing to renovate our cat exhibit. Are there any specific points we should focus on?\n\n<strong>Comments</strong>\nThe best way to look at this scenario is from two different angles. One, what you are looking for in regards to the enclosure layout and features? Two, what you are looking for in regards to the night house design and function?\n<strong>\nEnclosure Features</strong>\n• Is the facility developed for keeper, service vehicle, and heavy equipment access? In other words, will the designer provide for long-term access to the exhibit itself, otherwise the staff would have serious problems getting into the exhibit area for landscaping and repairs?\n• Is the landscaping just an accent or has it taken over the perimeter of the area to the point of no return. It’s important to have the capability to observe your cats for behavioral cues during the introduction process or what might be leading indicators of veterinary health issues.\n• Does the exhibit area have adequate security to prevent public interaction with the cats? Secondary guardrails should be strong enough to prevent trespass and distant from primary containment caging. Also, holly bushes, palmettos, and cactus do a great job of keeping the public where they belong.\n• Has any thought been given to night security? Night lighting should provide adequate light should the need arise. If the exhibit is expansive there should be enough security lights to enable the staff to see the entire yard at a glance, especially in an after-hours emergency or natural disaster situation.\n• Architects often have trouble understanding drainage flow patterns surrounding an exhibit. All too often the exhibit is flooded from the public areas during heavy rains. Always direct water flow away from the exhibit into storm drains and if at all possible, put the exhibit on slightly higher ground.\n\n<strong>Night house Features</strong>\n• The first item that should be noted is whether or not the entry has double containment. This “airlock system” is often times the only thing between the cat and freedom. Also, do the doors swing inward and close backwards? There is nothing more embarrassing than having the animal out of primary containment, pushing the outer doors open, and then going for a walk. Also, is the view window historically up at the top of the door? You know what I’m talking about. There’s this little 5”x5” window that is six feet off the ground and you are supposed to see the keeper corridor and what’s waiting at the door. Consider replacing this type of window with a 6”x36” vertical rectangular window, (reinforced tempered glass or Lexan®) so that you can really see what is on the other side of the door.\n• Are the internal corridors laid out so that you can effectively see end to end? Architects often put in corridors at right angles. A good night house doesn’t have blind spots. If blind spots exist in your holding areas, have they been retrofitted with mirrors so you can see the cat before he can see you?\n• Do the floor, corridor, and exhibit drains really work? Masonry contractors are notorious for deciding on their own what type of slope and brush finish your floors get. Don’t forget drain size. I can’t count how many night houses I have seen that have 1” lines instead of 3” or 6” lines to handle water volume.\n• Is the guillotine door system an afterthought? Does it stick if you look at it wrong? The best design I have seen to date is produced by Corners Limited. They utilize stainless steel doors in a corrosion- free frame. The door actually rides on two coated rails that keep the fall and lift even. The cable rides inside a conduit that is connected by internal pulleys that prevents the cable from binding or jumping. Also, as a side note, don’t forget to make sure that the conduit or cable system you are using is routed where keepers can visually inspect it.\n• Ventilation. Is your night house a sauna? Ventilator fans can reduce ambient heat. Don’t forget air conditioning, heat, and circulating fans. In high humidity areas think about adding an in-line dehumidifier to your air conditioner. If you are uncomfortable, chances are the cats are too.\n• With many of the current developments in operant conditioning and desensitization work, there are a few items you may want to include in the development process……..\n<em>\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. JOIN NOW!\n</strong>\n</em>', 'Reactions: A Question and Answer Forum for the Zoo Professional on Crisis Management', 0, '', 'inherit', 'closed', 'closed', '', '1582-revision', '', '', '2010-08-04 15:52:45', '2010-08-04 20:52:45', '', 1582, 'http://aazk.org/uncategorized/1582-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1584, 2, '2010-08-04 15:54:24', '2010-08-04 20:54:24', '<em>by William K. Baker Jr., Curator</em>\n\n<em>In-Sync Exotics Wildlife Rescue and Educational Center;</em>\n\n<em>Wylie,TX</em>\n\n<strong>Question</strong>\nWe are preparing to renovate our cat exhibit. Are there any specific points we should focus on?\n\n<strong>Comments</strong>\nThe best way to look at this scenario is from two different angles. One, what you are looking for in regards to the enclosure layout and features? Two, what you are looking for in regards to the night house design and function?\n<strong>\nEnclosure Features</strong>\n• Is the facility developed for keeper, service vehicle, and heavy equipment access? In other words, will the designer provide for long-term access to the exhibit itself, otherwise the staff would have serious problems getting into the exhibit area for landscaping and repairs?\n• Is the landscaping just an accent or has it taken over the perimeter of the area to the point of no return. It’s important to have the capability to observe your cats for behavioral cues during the introduction process or what might be leading indicators of veterinary health issues.\n• Does the exhibit area have adequate security to prevent public interaction with the cats? Secondary guardrails should be strong enough to prevent trespass and distant from primary containment caging. Also, holly bushes, palmettos, and cactus do a great job of keeping the public where they belong.\n• Has any thought been given to night security? Night lighting should provide adequate light should the need arise. If the exhibit is expansive there should be enough security lights to enable the staff to see the entire yard at a glance, especially in an after-hours emergency or natural disaster situation.\n• Architects often have trouble understanding drainage flow patterns surrounding an exhibit. All too often the exhibit is flooded from the public areas during heavy rains. Always direct water flow away from the exhibit into storm drains and if at all possible, put the exhibit on slightly higher ground.\n\n<strong>Night house Features</strong>\n• The first item that should be noted is whether or not the entry has double containment. This “airlock system” is often times the only thing between the cat and freedom. Also, do the doors swing inward and close backwards? There is nothing more embarrassing than having the animal out of primary containment, pushing the outer doors open, and then going for a walk. Also, is the view window historically up at the top of the door? You know what I’m talking about. There’s this little 5”x5” window that is six feet off the ground and you are supposed to see the keeper corridor and what’s waiting at the door. Consider replacing this type of window with a 6”x36” vertical rectangular window, (reinforced tempered glass or Lexan®) so that you can really see what is on the other side of the door.\n• Are the internal corridors laid out so that you can effectively see end to end? Architects often put in corridors at right angles. A good night house doesn’t have blind spots. If blind spots exist in your holding areas, have they been retrofitted with mirrors so you can see the cat before he can see you?\n• Do the floor, corridor, and exhibit drains really work? Masonry contractors are notorious for deciding on their own what type of slope and brush finish your floors get. Don’t forget drain size. I can’t count how many night houses I have seen that have 1” lines instead of 3” or 6” lines to handle water volume.\n• Is the guillotine door system an afterthought? Does it stick if you look at it wrong? The best design I have seen to date is produced by Corners Limited. They utilize stainless steel doors in a corrosion- free frame. The door actually rides on two coated rails that keep the fall and lift even. The cable rides inside a conduit that is connected by internal pulleys that prevents the cable from binding or jumping. Also, as a side note, don’t forget to make sure that the conduit or cable system you are using is routed where keepers can visually inspect it.\n• Ventilation. Is your night house a sauna? Ventilator fans can reduce ambient heat. Don’t forget air conditioning, heat, and circulating fans. In high humidity areas think about adding an in-line dehumidifier to your air conditioner. If you are uncomfortable, chances are the cats are too.\n• With many of the current developments in operant conditioning and desensitization work, there are a few items you may want to include in the development process……..\n<em>\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a>\n</strong>\n</em>', 'Reactions: A Question and Answer Forum for the Zoo Professional on Crisis Management', 0, '', 'inherit', 'closed', 'closed', '', '1582-autosave', '', '', '2010-08-04 15:54:24', '2010-08-04 20:54:24', '', 1582, 'http://aazk.org/uncategorized/1582-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1585, 2, '2010-08-04 15:53:17', '2010-08-04 20:53:17', '<em>by William K. Baker Jr., Curator</em>\r\n\r\n<em>In-Sync Exotics Wildlife Rescue and Educational Center;</em>\r\n\r\n<em>Wylie,TX</em>\r\n\r\n<strong>Question</strong>\r\nWe are preparing to renovate our cat exhibit. Are there any specific points we should focus on?\r\n\r\n<strong>Comments</strong>\r\nThe best way to look at this scenario is from two different angles. One, what you are looking for in regards to the enclosure layout and features? Two, what you are looking for in regards to the night house design and function?\r\n<strong>\r\nEnclosure Features</strong>\r\n• Is the facility developed for keeper, service vehicle, and heavy equipment access? In other words, will the designer provide for long-term access to the exhibit itself, otherwise the staff would have serious problems getting into the exhibit area for landscaping and repairs?\r\n• Is the landscaping just an accent or has it taken over the perimeter of the area to the point of no return. It’s important to have the capability to observe your cats for behavioral cues during the introduction process or what might be leading indicators of veterinary health issues.\r\n• Does the exhibit area have adequate security to prevent public interaction with the cats? Secondary guardrails should be strong enough to prevent trespass and distant from primary containment caging. Also, holly bushes, palmettos, and cactus do a great job of keeping the public where they belong.\r\n• Has any thought been given to night security? Night lighting should provide adequate light should the need arise. If the exhibit is expansive there should be enough security lights to enable the staff to see the entire yard at a glance, especially in an after-hours emergency or natural disaster situation.\r\n• Architects often have trouble understanding drainage flow patterns surrounding an exhibit. All too often the exhibit is flooded from the public areas during heavy rains. Always direct water flow away from the exhibit into storm drains and if at all possible, put the exhibit on slightly higher ground.\r\n\r\n<strong>Night house Features</strong>\r\n• The first item that should be noted is whether or not the entry has double containment. This “airlock system” is often times the only thing between the cat and freedom. Also, do the doors swing inward and close backwards? There is nothing more embarrassing than having the animal out of primary containment, pushing the outer doors open, and then going for a walk. Also, is the view window historically up at the top of the door? You know what I’m talking about. There’s this little 5”x5” window that is six feet off the ground and you are supposed to see the keeper corridor and what’s waiting at the door. Consider replacing this type of window with a 6”x36” vertical rectangular window, (reinforced tempered glass or Lexan®) so that you can really see what is on the other side of the door.\r\n• Are the internal corridors laid out so that you can effectively see end to end? Architects often put in corridors at right angles. A good night house doesn’t have blind spots. If blind spots exist in your holding areas, have they been retrofitted with mirrors so you can see the cat before he can see you?\r\n• Do the floor, corridor, and exhibit drains really work? Masonry contractors are notorious for deciding on their own what type of slope and brush finish your floors get. Don’t forget drain size. I can’t count how many night houses I have seen that have 1” lines instead of 3” or 6” lines to handle water volume.\r\n• Is the guillotine door system an afterthought? Does it stick if you look at it wrong? The best design I have seen to date is produced by Corners Limited. They utilize stainless steel doors in a corrosion- free frame. The door actually rides on two coated rails that keep the fall and lift even. The cable rides inside a conduit that is connected by internal pulleys that prevents the cable from binding or jumping. Also, as a side note, don’t forget to make sure that the conduit or cable system you are using is routed where keepers can visually inspect it.\r\n• Ventilation. Is your night house a sauna? Ventilator fans can reduce ambient heat. Don’t forget air conditioning, heat, and circulating fans. In high humidity areas think about adding an in-line dehumidifier to your air conditioner. If you are uncomfortable, chances are the cats are too.\r\n• With many of the current developments in operant conditioning and desensitization work, there are a few items you may want to include in the development process……..\r\n<em>\r\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a>\r\n</strong>\r\n</em>', 'Reactions: A Question and Answer Forum for the Zoo Professional on Crisis Management', 0, '', 'inherit', 'closed', 'closed', '', '1582-revision-2', '', '', '2010-08-04 15:53:17', '2010-08-04 20:53:17', '', 1582, 'http://aazk.org/uncategorized/1582-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1813, 2, '2010-09-23 09:44:19', '2010-09-23 14:44:19', '<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2><strong>Total Funds Raised to Date: <span style="color: #ff0000;">$3,663,076</span></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Samatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $3 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<span style="text-decoration: underline;">Links</span>\r\n\r\nIf your chapter would like to check your totals you can do so here: <a href="http://aazkbfr.org/bfrsites">http://aazkbfr.org/bfrsites</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2010-09-23 09:44:19', '2010-09-23 14:44:19', '', 168, 'http://aazk.org/uncategorized/168-revision-28/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1811, 2, '2010-12-01 07:48:01', '2010-12-01 12:48:01', '', 'dec_10_banner', 0, '', 'inherit', 'closed', 'closed', '', 'dec_10_banner', '', '', '2010-12-01 07:48:01', '2010-12-01 12:48:01', '', 0, 'http://aazk.org/wp-content/uploads/dec_10_banner.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1589, 2, '2010-08-18 09:00:19', '2010-08-18 14:00:19', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<!--more-->\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by<img class="alignright size-full wp-image-1768" title="pbi_leadership_camp11" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_leadership_camp11.jpg" alt="pbi_leadership_camp11" width="247" height="378" /> Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.\r\n\r\n<a href="http://campaign.r20.constantcontact.com/render?llr=kkcxmrdab&amp;v=001Msfh5C4b-aeFh2IiqMjGHJoJfQHI1Y5J8aCz9C_Xl04vgMHlaztDS6BWRlS4may8eQhoEtyd_8A-CaAHNNaVZkl7ZZbK6D4PHoNxykJ7iF1fyZ6alSCdPJlhRdqw92CdcUsM4Ar-As_e0iNUN2z43Q%3D%3D">PBI October 2010 newsletter.</a>\r\n\r\nFor more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<em>\r\n</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for <img class="alignleft size-medium wp-image-1649" title="marissa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/marissa1-251x300.jpg" alt="marissa1" width="176" height="210" />conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="alignnone size-full wp-image-1647" title="nc_group2" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group2.jpg" alt="nc_group2" width="467" height="393" /><img class="alignnone size-full wp-image-1656" title="bagbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/bagbear.jpg" alt="bagbear" width="479" height="396" />', 'AAZK and Polar Bears International', 0, '', 'draft', 'closed', 'closed', '', 'aazk-and-polar-bears-international', '', '', '2013-09-23 10:36:59', '2013-09-23 15:36:59', '', 0, 'http://aazk.org/?page_id=1589', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1590, 2, '2010-08-12 08:12:36', '2010-08-12 13:12:36', 'The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:12:36', '2010-08-12 13:12:36', '', 1589, 'http://aazk.org/uncategorized/1589-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1591, 2, '2010-08-12 08:12:44', '2010-08-12 13:12:44', '<h2>The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h2>', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:12:44', '2010-08-12 13:12:44', '', 1589, 'http://aazk.org/uncategorized/1589-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1592, 2, '2010-08-12 08:13:05', '2010-08-12 13:13:05', '<h3>The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h3>', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:13:05', '2010-08-12 13:13:05', '', 1589, 'http://aazk.org/uncategorized/1589-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1593, 2, '2010-08-12 08:13:36', '2010-08-12 13:13:36', '<h4>The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:13:36', '2010-08-12 13:13:36', '', 1589, 'http://aazk.org/uncategorized/1589-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1596, 2, '2010-08-12 08:17:01', '2010-08-12 13:17:01', '<h4>The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\nReforestation:\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from http://dnr.wi.gov/forestry/PolarBear/\r\n\r\nZoo Keeper Leadership camp:\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact shane.good@aecetia.net/gws/aazk.\r\nhttp://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp\r\n\r\nAcres for the Atmosphere:\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    marissa.krouse@aecetia.net/gws/aazk for more information.\r\n\r\nTrees for You and Me:\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact cristy.mazrimas-ott@aecetia.net/gws/aazk.\r\nTo Donate, click here!\r\nhttp://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:17:01', '2010-08-12 13:17:01', '', 1589, 'http://aazk.org/uncategorized/1589-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1597, 2, '2010-08-12 08:18:51', '2010-08-12 13:18:51', '<h4>The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from http://dnr.wi.gov/forestry/PolarBear/.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact shane.good@aecetia.net/gws/aazk.\r\nhttp://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp.\r\n\r\n<strong>Acres for the Atmosphere:</strong>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    marissa.krouse@aecetia.net/gws/aazk for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact cristy.mazrimas-ott@aecetia.net/gws/aazk.\r\nTo Donate, click here!\r\nhttp://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:18:51', '2010-08-12 13:18:51', '', 1589, 'http://aazk.org/uncategorized/1589-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1598, 2, '2010-08-12 08:19:05', '2010-08-12 13:19:05', '<h4>The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from http://dnr.wi.gov/forestry/PolarBear/.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact shane.good@aecetia.net/gws/aazk.\r\nhttp://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp.\r\n\r\n<strong>Acres for the Atmosphere:</strong>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    marissa.krouse@aecetia.net/gws/aazk for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact cristy.mazrimas-ott@aecetia.net/gws/aazk.\r\nTo Donate, click here!\r\nhttp://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:19:05', '2010-08-12 13:19:05', '', 1589, 'http://aazk.org/uncategorized/1589-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1599, 2, '2010-08-12 08:24:54', '2010-08-12 13:24:54', '<h4>The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact shane.good@aecetia.net/gws/aazk.\r\nhttp://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp.\r\n\r\n<strong>Acres for the Atmosphere:</strong>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    marissa.krouse@aecetia.net/gws/aazk for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact cristy.mazrimas-ott@aecetia.net/gws/aazk.\r\nTo Donate, click here!\r\nhttp://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:24:54', '2010-08-12 13:24:54', '', 1589, 'http://aazk.org/uncategorized/1589-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1595, 2, '2010-08-12 08:15:35', '2010-08-12 13:15:35', '<h4>The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--[if !mso]><object  classid="clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D" id=ieooui></object> <style>\r\nst1:*{behavior:url(#ieooui) }\r\n</style> <![endif]--> &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-520092929 1073786111 9 0 415 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-fareast-font-family:Calibri; 	mso-bidi-font-family:"Times New Roman";} a:link, span.MsoHyperlink 	{mso-style-priority:99; 	color:blue; 	text-decoration:underline; 	text-underline:single;} a:visited, span.MsoHyperlinkFollowed 	{mso-style-noshow:yes; 	mso-style-priority:99; 	color:purple; 	mso-themecolor:followedhyperlink; 	text-decoration:underline; 	text-underline:single;} p 	{mso-style-noshow:yes; 	mso-style-priority:99; 	mso-margin-top-alt:auto; 	margin-right:0in; 	mso-margin-bottom-alt:auto; 	margin-left:0in; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman","serif"; 	mso-fareast-font-family:"Times New Roman";} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	font-size:10.0pt; 	mso-ansi-font-size:10.0pt; 	mso-bidi-font-size:10.0pt; 	mso-ascii-font-family:Calibri; 	mso-fareast-font-family:Calibri; 	mso-hansi-font-family:Calibri;} @page WordSection1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.WordSection1 	{page:WordSection1;} --&gt; <!--[if gte mso 10]> <style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:"Table Normal";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-qformat:yes;\r\n	mso-style-parent:"";\r\n	mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n	mso-para-margin:0in;\r\n	mso-para-margin-bottom:.0001pt;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:"Calibri","sans-serif";\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-fareast-font-family:"Times New Roman";\r\n	mso-fareast-theme-font:minor-fareast;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-bidi-font-family:"Times New Roman";\r\n	mso-bidi-theme-font:minor-bidi;}\r\n</style> <![endif]-->Reforestation:\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from http://dnr.wi.gov/forestry/PolarBear/\r\n\r\nZoo Keeper Leadership camp:\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact shane.good@aecetia.net/gws/aazk.\r\nhttp://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp\r\n\r\nAcres for the Atmosphere:\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    marissa.krouse@aecetia.net/gws/aazk for more information.\r\n\r\nTrees for You and Me:\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact cristy.mazrimas-ott@aecetia.net/gws/aazk.\r\nTo Donate, click here!\r\nhttp://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:15:35', '2010-08-12 13:15:35', '', 1589, 'http://aazk.org/uncategorized/1589-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1594, 2, '2010-08-12 08:14:34', '2010-08-12 13:14:34', '<h4>The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<h4><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--[if !mso]><object  classid="clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D" id=ieooui></object> <style>\r\nst1:*{behavior:url(#ieooui) }\r\n</style> <![endif]--> &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-520092929 1073786111 9 0 415 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-fareast-font-family:Calibri; 	mso-bidi-font-family:"Times New Roman";} a:link, span.MsoHyperlink 	{mso-style-priority:99; 	color:blue; 	text-decoration:underline; 	text-underline:single;} a:visited, span.MsoHyperlinkFollowed 	{mso-style-noshow:yes; 	mso-style-priority:99; 	color:purple; 	mso-themecolor:followedhyperlink; 	text-decoration:underline; 	text-underline:single;} p 	{mso-style-noshow:yes; 	mso-style-priority:99; 	mso-margin-top-alt:auto; 	margin-right:0in; 	mso-margin-bottom-alt:auto; 	margin-left:0in; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman","serif"; 	mso-fareast-font-family:"Times New Roman";} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	font-size:10.0pt; 	mso-ansi-font-size:10.0pt; 	mso-bidi-font-size:10.0pt; 	mso-ascii-font-family:Calibri; 	mso-fareast-font-family:Calibri; 	mso-hansi-font-family:Calibri;} @page WordSection1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.WordSection1 	{page:WordSection1;} --&gt; <!--[if gte mso 10]> <style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:"Table Normal";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-qformat:yes;\r\n	mso-style-parent:"";\r\n	mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n	mso-para-margin:0in;\r\n	mso-para-margin-bottom:.0001pt;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:"Calibri","sans-serif";\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-fareast-font-family:"Times New Roman";\r\n	mso-fareast-theme-font:minor-fareast;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-bidi-font-family:"Times New Roman";\r\n	mso-bidi-theme-font:minor-bidi;}\r\n</style> <![endif]-->\r\n<p class="MsoNormal" style="line-height: normal;"><strong><span style="font-size: 10.5pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Reforestation:</span></strong></p>\r\n\r\n<span style="font-size: 10.5pt;">Though it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.<span> </span>Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.<span> </span>Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a></span>\r\n\r\n<span style="font-size: 10.5pt;"> </span>\r\n\r\n<strong><span style="font-size: 10.5pt;">Zoo Keeper Leadership camp:</span></strong>\r\n<p class="MsoNormal" style="margin-bottom: 3.75pt; line-height: normal;"><span style="font-size: 10.5pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;" lang="EN">This week-long camp brings together a <strong><span style="font-weight: normal;">motivated group of keepers</span></strong> who reach a wide audience with AAZK’s<span> </span>conservation messages.<span> </span>Keepers carry a unique cachet with <strong><span style="font-weight: normal;">zoo</span></strong> guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.<span> </span>Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.<span> </span>This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.<span> </span>It is d</span><span style="font-size: 10.5pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;" lang="EN">esigned to <span>inform, inspire, and empower</span> keepers with information and tools to motivate their constituents.<span> </span>This camp is focused on <span>communication and presentation skills</span>, creative planning, and program execution especially with regard to climate change and its effects on polar bears.<span> </span>The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.<span> </span>For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.<span> </span></span></p>\r\n<p class="MsoNormal" style="margin-bottom: 3.75pt; line-height: normal;"><span lang="EN"><a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a></span></p>\r\n<p class="MsoNormal" style="margin-bottom: 3.75pt; line-height: normal;"><span lang="EN"> </span></p>\r\n<p class="MsoNormalCxSpMiddle" style="line-height: normal;"><strong>Acres for the Atmosphere:</strong></p>\r\n<p class="MsoNormalCxSpMiddle" style="line-height: normal;"><strong> </strong></p>\r\n<p class="MsoNormalCxSpMiddle" style="line-height: normal;"><span style="font-size: 10.5pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Graduates of the 2009 Zoo Keeper Leadership Camp in Churchill,  Manitoba created the initiative <em>Acres for the Atmosphere (AFTA)</em>, both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO<sub>2</sub>) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO<sub>2</sub> emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.<span> </span>Keepers can get involved on both the individual and AAZK Chapter level.<span> </span>Join us and lead your communities to a more sustainable future!<span> </span>Please contact:<span> </span><a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.</span></p>\r\n<p class="MsoNormalCxSpMiddle" style="line-height: normal;"><span style="font-size: 10.5pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>\r\n<p class="MsoNormalCxSpMiddle" style="line-height: normal;"><strong><span style="font-size: 10.5pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Trees for You and Me:</span></strong></p>\r\n<p class="MsoNormalCxSpMiddle" style="line-height: normal;"><strong><span style="font-size: 10.5pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></strong></p>\r\n<p class="MsoNormal">For the second year, <em><strong><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;">Trees for You and Me</span></strong></em><strong><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;"> will be challenging AAZK chapters to raise money to plant trees. </span></strong>The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.</p>\r\n<p class="MsoNormal"><span> </span>The highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. <strong><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;">But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship.</span></strong> Not only will the funds help polar bears; Polar Bear Forests <strong><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;">benefit wildlife habitat </span></strong>in the area and bring beauty to the landscape.</p>\r\n<p class="MsoNormal"><strong><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;">You can help! </span></strong><strong><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; font-weight: normal;">This year’s competition runs</span></strong> September 1, 2010 to March 1, 2011, and any <strong><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;">DONATION </span></strong>you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).<span> </span>Polar  Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.</p>\r\n<p class="MsoNormal"><strong><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; font-weight: normal;">This year your $1 donation will actually plant more trees than last year! </span></strong><strong><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;">$1 = 3 seedlings, $5 = 15 seedlings.</span></strong> Planting a single tree can help, but planting <strong><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;">a lot of trees can make a big difference.</span></strong><strong> </strong>Imagine. You could support the planting of 150 trees for only $50! <strong><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;">And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support.</span></strong> <strong><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; font-weight: normal;">No doubt, it will be the one affiliated with</span></strong><strong><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;"> your favorite zoo!<span> </span>For more information, please contact </span></strong><strong><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; font-weight: normal;"><a href="mailto:cristy.mazrimas-ott@aecetia.net/gws/aazk">cristy.mazrimas-ott@aecetia.net/gws/aazk</a></span></strong><strong><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;">.<span> </span></span></strong></p>\r\n<p class="MsoNormal"><strong><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;">To Donate, click here!</span></strong></p>\r\n</h4>\r\n<span style="font-size: 11pt; line-height: 115%; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;"><a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a></span>', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:14:34', '2010-08-12 13:14:34', '', 1589, 'http://aazk.org/uncategorized/1589-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1600, 2, '2010-08-12 08:25:19', '2010-08-12 13:25:19', '<h4>The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact shane.good@aecetia.net/gws/aazk.\r\nhttp://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp.\r\n\r\n<strong>Acres for the Atmosphere:</strong>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    marissa.krouse@aecetia.net/gws/aazk for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact cristy.mazrimas-ott@aecetia.net/gws/aazk.\r\nTo Donate, click here!\r\nhttp://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:25:19', '2010-08-12 13:25:19', '', 1589, 'http://aazk.org/uncategorized/1589-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1601, 2, '2010-08-12 08:25:44', '2010-08-12 13:25:44', '<h4>The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact shane.good@aecetia.net/gws/aazk.\r\nhttp://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp.\r\n\r\n<strong>Acres for the Atmosphere:</strong>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    marissa.krouse@aecetia.net/gws/aazk for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact cristy.mazrimas-ott@aecetia.net/gws/aazk.\r\nTo Donate, click here!\r\nhttp://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:25:44', '2010-08-12 13:25:44', '', 1589, 'http://aazk.org/uncategorized/1589-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1602, 2, '2010-08-12 08:41:21', '2010-08-12 13:41:21', '', 'pbi_logo', 0, '', 'inherit', 'closed', 'closed', '', 'pbi_logo', '', '', '2010-08-12 08:41:21', '2010-08-12 13:41:21', '', 1589, 'http://aazk.org/wp-content/uploads/pbi_logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1603, 2, '2010-08-12 08:26:08', '2010-08-12 13:26:08', '<h4>The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4></br>\r\n\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact shane.good@aecetia.net/gws/aazk.\r\nhttp://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp.\r\n\r\n<strong>Acres for the Atmosphere:</strong>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    marissa.krouse@aecetia.net/gws/aazk for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact cristy.mazrimas-ott@aecetia.net/gws/aazk.\r\nTo Donate, click here!\r\nhttp://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:26:08', '2010-08-12 13:26:08', '', 1589, 'http://aazk.org/uncategorized/1589-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1604, 2, '2010-08-12 08:41:40', '2010-08-12 13:41:40', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="300" height="247" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<strong>Acres for the Atmosphere:</strong>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:41:40', '2010-08-12 13:41:40', '', 1589, 'http://aazk.org/uncategorized/1589-revision-14/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1605, 2, '2010-08-12 08:42:11', '2010-08-12 13:42:11', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="300" height="247" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<strong>Acres for the Atmosphere:</strong>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:42:11', '2010-08-12 13:42:11', '', 1589, 'http://aazk.org/uncategorized/1589-revision-15/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1606, 2, '2010-08-12 08:43:01', '2010-08-12 13:43:01', '', 'polar_bears', 0, '', 'inherit', 'closed', 'closed', '', 'polar_bears', '', '', '2010-08-12 08:43:01', '2010-08-12 13:43:01', '', 1589, 'http://aazk.org/wp-content/uploads/polar_bears.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1607, 2, '2010-08-12 08:42:30', '2010-08-12 13:42:30', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="180" height="148" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<strong>Acres for the Atmosphere:</strong>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:42:30', '2010-08-12 13:42:30', '', 1589, 'http://aazk.org/uncategorized/1589-revision-16/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1608, 2, '2010-08-12 08:43:24', '2010-08-12 13:43:24', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="180" height="148" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<strong>Acres for the Atmosphere:</strong>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:43:24', '2010-08-12 13:43:24', '', 1589, 'http://aazk.org/uncategorized/1589-revision-17/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1609, 2, '2010-08-12 08:43:48', '2010-08-12 13:43:48', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="180" height="148" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<strong>Acres for the Atmosphere:</strong>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:43:48', '2010-08-12 13:43:48', '', 1589, 'http://aazk.org/uncategorized/1589-revision-18/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1610, 2, '2010-08-12 08:44:12', '2010-08-12 13:44:12', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="180" height="148" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<strong>Acres for the Atmosphere:</strong>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:44:12', '2010-08-12 13:44:12', '', 1589, 'http://aazk.org/uncategorized/1589-revision-19/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1611, 2, '2010-08-12 08:44:53', '2010-08-12 13:44:53', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<strong>Acres for the Atmosphere:</strong>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:44:53', '2010-08-12 13:44:53', '', 1589, 'http://aazk.org/uncategorized/1589-revision-20/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1612, 2, '2010-08-12 08:45:09', '2010-08-12 13:45:09', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<strong>Acres for the Atmosphere:</strong>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:45:09', '2010-08-12 13:45:09', '', 1589, 'http://aazk.org/uncategorized/1589-revision-21/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1613, 2, '2010-08-12 08:45:52', '2010-08-12 13:45:52', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<strong>Acres for the Atmosphere:</strong>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:45:52', '2010-08-12 13:45:52', '', 1589, 'http://aazk.org/uncategorized/1589-revision-22/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1615, 2, '2010-08-12 08:46:27', '2010-08-12 13:46:27', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<strong>Acres for the Atmosphere:</strong>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:46:27', '2010-08-12 13:46:27', '', 1589, 'http://aazk.org/uncategorized/1589-revision-24/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1614, 2, '2010-08-12 08:46:17', '2010-08-12 13:46:17', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4></br>\r\n\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<strong>Acres for the Atmosphere:</strong>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:46:17', '2010-08-12 13:46:17', '', 1589, 'http://aazk.org/uncategorized/1589-revision-23/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1616, 2, '2010-08-12 08:46:56', '2010-08-12 13:46:56', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<strong>Acres for the Atmosphere:</strong>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:46:56', '2010-08-12 13:46:56', '', 1589, 'http://aazk.org/uncategorized/1589-revision-25/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1617, 2, '2010-08-12 08:47:11', '2010-08-12 13:47:11', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<strong>Acres for the Atmosphere:</strong>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:47:11', '2010-08-12 13:47:11', '', 1589, 'http://aazk.org/uncategorized/1589-revision-26/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1620, 2, '2010-08-12 08:48:38', '2010-08-12 13:48:38', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<strong>Acres for the Atmosphere:</strong>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:48:38', '2010-08-12 13:48:38', '', 1589, 'http://aazk.org/uncategorized/1589-revision-29/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1618, 2, '2010-08-12 08:47:58', '2010-08-12 13:47:58', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<br><strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<strong>Acres for the Atmosphere:</strong>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:47:58', '2010-08-12 13:47:58', '', 1589, 'http://aazk.org/uncategorized/1589-revision-27/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1619, 2, '2010-08-12 08:48:16', '2010-08-12 13:48:16', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n</br><strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<strong>Acres for the Atmosphere:</strong>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:48:16', '2010-08-12 13:48:16', '', 1589, 'http://aazk.org/uncategorized/1589-revision-28/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1621, 2, '2010-08-12 08:48:48', '2010-08-12 13:48:48', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<strong>Acres for the Atmosphere:</strong>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:48:48', '2010-08-12 13:48:48', '', 1589, 'http://aazk.org/uncategorized/1589-revision-30/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1622, 2, '2010-08-12 08:49:34', '2010-08-12 13:49:34', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<strong>Acres for the Atmosphere:</strong>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:49:34', '2010-08-12 13:49:34', '', 1589, 'http://aazk.org/uncategorized/1589-revision-31/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1623, 2, '2010-08-12 08:52:23', '2010-08-12 13:52:23', '', 'ASquaredFinal', 0, '', 'inherit', 'closed', 'closed', '', 'asquaredfinal', '', '', '2010-08-12 08:52:23', '2010-08-12 13:52:23', '', 1589, 'http://aazk.org/wp-content/uploads/acres_atmos.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1624, 2, '2010-08-12 08:51:50', '2010-08-12 13:51:50', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\n<strong>Reforestation:</strong>\n\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\n\n<strong>Zoo Keeper Leadership camp:</strong>\n\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\n\n<strong>Acres for the Atmosphere:</strong>\n\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\n\n<strong>Trees for You and Me:</strong>\n\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\nTo Donate, click here!\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:51:50', '2010-08-12 13:51:50', '', 1589, 'http://aazk.org/uncategorized/1589-revision-32/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1625, 2, '2010-08-12 08:52:43', '2010-08-12 13:52:43', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<strong><img class="alignnone size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="300" height="288" />Acres for the Atmosphere:</strong>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:52:43', '2010-08-12 13:52:43', '', 1589, 'http://aazk.org/uncategorized/1589-revision-33/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1626, 2, '2010-08-12 08:53:18', '2010-08-12 13:53:18', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<strong><img class="alignnone size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="210" height="202" />Acres for the Atmosphere:</strong>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:53:18', '2010-08-12 13:53:18', '', 1589, 'http://aazk.org/uncategorized/1589-revision-34/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1627, 2, '2010-08-12 08:53:59', '2010-08-12 13:53:59', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<strong>Acres for the Atmosphere:</strong><strong><img class="alignnone size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="210" height="202" /></strong>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:53:59', '2010-08-12 13:53:59', '', 1589, 'http://aazk.org/uncategorized/1589-revision-35/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1628, 2, '2010-08-12 08:54:34', '2010-08-12 13:54:34', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n<p style="text-align: center;"><strong>Acres for the Atmosphere:</strong><strong><img class="size-medium wp-image-1623 aligncenter" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="210" height="202" /></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:54:34', '2010-08-12 13:54:34', '', 1589, 'http://aazk.org/uncategorized/1589-revision-36/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1629, 2, '2010-08-12 08:55:02', '2010-08-12 13:55:02', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong><img class="size-medium wp-image-1623 aligncenter" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="210" height="202" /></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:55:02', '2010-08-12 13:55:02', '', 1589, 'http://aazk.org/uncategorized/1589-revision-37/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1630, 2, '2010-08-12 08:57:18', '2010-08-12 13:57:18', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\n<strong>Reforestation:</strong>\n\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\n\n<strong>Zoo Keeper Leadership camp:</strong>\n\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\n<p style="text-align: left;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="300" height="288" /></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\n\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\n\n<strong>Trees for You and Me:</strong>\n\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\nTo Donate, click here!\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:57:18', '2010-08-12 13:57:18', '', 1589, 'http://aazk.org/uncategorized/1589-revision-38/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1632, 2, '2010-08-18 08:02:34', '2010-08-18 13:02:34', '', 'pbi_camp', 0, '', 'inherit', 'closed', 'closed', '', 'pbi_camp', '', '', '2010-08-18 08:02:34', '2010-08-18 13:02:34', '', 1589, 'http://aazk.org/wp-content/uploads/pbi_camp.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1631, 2, '2010-08-12 08:57:39', '2010-08-12 13:57:39', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-12 08:57:39', '2010-08-12 13:57:39', '', 1589, 'http://aazk.org/uncategorized/1589-revision-39/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1633, 2, '2010-08-18 07:57:30', '2010-08-18 12:57:30', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\n<strong>Reforestation:</strong>\n\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\n\n<strong>Zoo Keeper Leadership camp:</strong>\n\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\n\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\n\n<strong>Trees for You and Me:</strong>\n\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\nTo Donate, click here!\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 07:57:30', '2010-08-18 12:57:30', '', 1589, 'http://aazk.org/uncategorized/1589-revision-40/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1634, 2, '2010-08-18 08:07:43', '2010-08-18 13:07:43', '', 'marissa', 0, '', 'inherit', 'closed', 'closed', '', 'marissa', '', '', '2010-08-18 08:07:43', '2010-08-18 13:07:43', '', 1589, 'http://aazk.org/wp-content/uploads/marissa.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1635, 2, '2010-08-18 08:03:30', '2010-08-18 13:03:30', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\n<strong>Reforestation:</strong>\n\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\n\n<strong>Zoo Keeper Leadership camp:</strong>\n\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\n\n<img class="size-medium wp-image-1632 alignnone" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp-300x199.jpg" alt="pbi_camp" width="300" height="199" /> <em>Photo courtesy of Polar Bears International</em>\n\n<em>\n</em>\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\n\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\n\n<strong>Trees for You and Me:</strong>\n\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\nTo Donate, click here!\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 08:03:30', '2010-08-18 13:03:30', '', 1589, 'http://aazk.org/uncategorized/1589-revision-41/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1636, 2, '2010-08-18 08:08:26', '2010-08-18 13:08:26', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<img class="size-medium wp-image-1632 alignnone" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp-300x199.jpg" alt="pbi_camp" width="300" height="199" /> <em>Photo courtesy of Polar Bears International</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for <img class="alignleft size-medium wp-image-1634" title="marissa" src="http://aecetia.net/gws/aazk/wp-content/uploads/marissa-281x300.jpg" alt="marissa" width="169" height="180" />conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 08:08:26', '2010-08-18 13:08:26', '', 1589, 'http://aazk.org/uncategorized/1589-revision-42/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1649, 2, '2010-08-18 08:33:16', '2010-08-18 13:33:16', '', 'marissa1', 0, '', 'inherit', 'closed', 'closed', '', 'marissa1', '', '', '2010-08-18 08:33:16', '2010-08-18 13:33:16', '', 1589, 'http://aazk.org/wp-content/uploads/marissa1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1637, 2, '2010-08-18 08:10:47', '2010-08-18 13:10:47', '', 'nc_group', 0, '', 'inherit', 'closed', 'closed', '', 'nc_group', '', '', '2010-08-18 08:10:47', '2010-08-18 13:10:47', '', 1589, 'http://aazk.org/wp-content/uploads/nc_group.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1638, 2, '2010-08-18 08:09:01', '2010-08-18 13:09:01', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<img class="size-medium wp-image-1632 alignnone" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp-300x199.jpg" alt="pbi_camp" width="300" height="199" /> <em>Photo courtesy of Polar Bears International</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for <img class="alignleft size-medium wp-image-1634" title="marissa" src="http://aecetia.net/gws/aazk/wp-content/uploads/marissa-281x300.jpg" alt="marissa" width="169" height="180" />conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<em>Marissa Krouse</em>\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 08:09:01', '2010-08-18 13:09:01', '', 1589, 'http://aazk.org/uncategorized/1589-revision-43/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1639, 2, '2010-08-18 08:12:26', '2010-08-18 13:12:26', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<img class="size-medium wp-image-1632 alignnone" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp-300x199.jpg" alt="pbi_camp" width="300" height="199" /> <em>Photo courtesy of Polar Bears International</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:    <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="size-full wp-image-1637 alignnone" title="nc_group" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group.jpg" alt="nc_group" width="479" height="360" />\r\n\r\n<em>Members of the North Carolina AAZK Chapter participating in Acres for the Atmosphere. </em>\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 08:12:26', '2010-08-18 13:12:26', '', 1589, 'http://aazk.org/uncategorized/1589-revision-44/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1640, 2, '2010-08-18 08:13:05', '2010-08-18 13:13:05', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<img class="size-medium wp-image-1632 alignnone" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp-300x199.jpg" alt="pbi_camp" width="300" height="199" /> <em>Photo courtesy of Polar Bears International</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="size-full wp-image-1637 alignnone" title="nc_group" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group.jpg" alt="nc_group" width="479" height="360" />\r\n\r\n<em>Members of the North Carolina AAZK Chapter participating in Acres for the Atmosphere. </em>\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 08:13:05', '2010-08-18 13:13:05', '', 1589, 'http://aazk.org/uncategorized/1589-revision-45/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1641, 2, '2010-08-18 08:13:26', '2010-08-18 13:13:26', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<img class="size-medium wp-image-1632 alignnone" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp-300x199.jpg" alt="pbi_camp" width="300" height="199" /> <em>Photo courtesy of Polar Bears International</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="size-full wp-image-1637 alignnone" title="nc_group" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group.jpg" alt="nc_group" width="479" height="360" />\r\n\r\n<em>Members of the North Carolina AAZK Chapter participating in Acres for the Atmosphere. </em>\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo Donate, click here!\r\n<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 08:13:26', '2010-08-18 13:13:26', '', 1589, 'http://aazk.org/uncategorized/1589-revision-46/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1642, 2, '2010-08-18 08:14:49', '2010-08-18 13:14:49', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<img class="size-medium wp-image-1632 alignnone" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp-300x199.jpg" alt="pbi_camp" width="300" height="199" /> <em>Photo courtesy of Polar Bears International</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="size-full wp-image-1637 alignnone" title="nc_group" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group.jpg" alt="nc_group" width="479" height="360" />\r\n\r\n<em>Members of the North Carolina AAZK Chapter participating in Acres for the Atmosphere. </em>\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 08:14:49', '2010-08-18 13:14:49', '', 1589, 'http://aazk.org/uncategorized/1589-revision-47/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1647, 2, '2010-08-18 08:31:47', '2010-08-18 13:31:47', '', 'nc_group2', 0, '', 'inherit', 'closed', 'closed', '', 'nc_group2', '', '', '2010-08-18 08:31:47', '2010-08-18 13:31:47', '', 1589, 'http://aazk.org/wp-content/uploads/nc_group2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1643, 2, '2010-08-18 08:15:17', '2010-08-18 13:15:17', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4></br>\r\n\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<img class="size-medium wp-image-1632 alignnone" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp-300x199.jpg" alt="pbi_camp" width="300" height="199" /> <em>Photo courtesy of Polar Bears International</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="size-full wp-image-1637 alignnone" title="nc_group" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group.jpg" alt="nc_group" width="479" height="360" />\r\n\r\n<em>Members of the North Carolina AAZK Chapter participating in Acres for the Atmosphere. </em>\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 08:15:17', '2010-08-18 13:15:17', '', 1589, 'http://aazk.org/uncategorized/1589-revision-48/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1644, 2, '2010-08-18 08:15:23', '2010-08-18 13:15:23', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4></br>\r\n\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<img class="size-medium wp-image-1632 alignnone" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp-300x199.jpg" alt="pbi_camp" width="300" height="199" /> <em>Photo courtesy of Polar Bears International</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="size-full wp-image-1637 alignnone" title="nc_group" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group.jpg" alt="nc_group" width="479" height="360" />\r\n\r\n<em>Members of the North Carolina AAZK Chapter participating in Acres for the Atmosphere. </em>\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 08:15:23', '2010-08-18 13:15:23', '', 1589, 'http://aazk.org/uncategorized/1589-revision-49/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1645, 2, '2010-08-18 08:27:09', '2010-08-18 13:27:09', '', 'nc_group1', 0, '', 'inherit', 'closed', 'closed', '', 'nc_group1', '', '', '2010-08-18 08:27:09', '2010-08-18 13:27:09', '', 1589, 'http://aazk.org/wp-content/uploads/nc_group1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1646, 2, '2010-08-18 08:16:19', '2010-08-18 13:16:19', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<img class="size-medium wp-image-1632 alignnone" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp-300x199.jpg" alt="pbi_camp" width="300" height="199" /> <em>Photo courtesy of Polar Bears International</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="size-full wp-image-1637 alignnone" title="nc_group" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group.jpg" alt="nc_group" width="479" height="360" />\r\n<h6><em>Members of the North Carolina AAZK Chapter participating in Acres for the Atmosphere. </em></h6>\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 08:16:19', '2010-08-18 13:16:19', '', 1589, 'http://aazk.org/uncategorized/1589-revision-50/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1648, 2, '2010-08-18 08:27:33', '2010-08-18 13:27:33', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<img class="size-medium wp-image-1632 alignnone" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp-300x199.jpg" alt="pbi_camp" width="300" height="199" /> <em>Photo courtesy of Polar Bears International</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="size-full wp-image-1645 alignnone" title="nc_group1" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group1.jpg" alt="nc_group1" width="476" height="413" />\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 08:27:33', '2010-08-18 13:27:33', '', 1589, 'http://aazk.org/uncategorized/1589-revision-51/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1650, 2, '2010-08-18 08:32:34', '2010-08-18 13:32:34', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<img class="size-medium wp-image-1632 alignnone" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp-300x199.jpg" alt="pbi_camp" width="300" height="199" /> <em>Photo courtesy of Polar Bears International</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 08:32:34', '2010-08-18 13:32:34', '', 1589, 'http://aazk.org/uncategorized/1589-revision-52/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1651, 2, '2010-08-18 08:34:21', '2010-08-18 13:34:21', '', 'nc_group3', 0, '', 'inherit', 'closed', 'closed', '', 'nc_group3', '', '', '2010-08-18 08:34:21', '2010-08-18 13:34:21', '', 1589, 'http://aazk.org/wp-content/uploads/nc_group3.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1652, 2, '2010-08-18 08:33:46', '2010-08-18 13:33:46', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<img class="size-medium wp-image-1632 alignnone" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp-300x199.jpg" alt="pbi_camp" width="300" height="199" /> <em>Photo courtesy of Polar Bears International</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for <img class="alignleft size-medium wp-image-1649" title="marissa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/marissa1-251x300.jpg" alt="marissa1" width="176" height="210" />conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 08:33:46', '2010-08-18 13:33:46', '', 1589, 'http://aazk.org/uncategorized/1589-revision-53/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1653, 2, '2010-08-18 08:34:38', '2010-08-18 13:34:38', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<img class="size-medium wp-image-1632 alignnone" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp-300x199.jpg" alt="pbi_camp" width="300" height="199" /> <em>Photo courtesy of Polar Bears International</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for <img class="alignleft size-medium wp-image-1649" title="marissa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/marissa1-251x300.jpg" alt="marissa1" width="176" height="210" />conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="size-medium wp-image-1651 alignnone" title="nc_group3" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group3-300x252.jpg" alt="nc_group3" width="300" height="252" />\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 08:34:38', '2010-08-18 13:34:38', '', 1589, 'http://aazk.org/uncategorized/1589-revision-54/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1654, 2, '2010-08-18 08:36:24', '2010-08-18 13:36:24', '', 'trees_u_me', 0, '', 'inherit', 'closed', 'closed', '', 'trees_u_me', '', '', '2010-08-18 08:36:24', '2010-08-18 13:36:24', '', 1589, 'http://aazk.org/wp-content/uploads/trees_u_me.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1655, 2, '2010-08-18 08:35:38', '2010-08-18 13:35:38', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<img class="size-medium wp-image-1632 alignnone" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp-300x199.jpg" alt="pbi_camp" width="300" height="199" /> <em>Photo courtesy of Polar Bears International</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for <img class="alignleft size-medium wp-image-1649" title="marissa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/marissa1-251x300.jpg" alt="marissa1" width="176" height="210" />conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="alignnone size-full wp-image-1647" title="nc_group2" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group2.jpg" alt="nc_group2" width="467" height="393" />\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 08:35:38', '2010-08-18 13:35:38', '', 1589, 'http://aazk.org/uncategorized/1589-revision-55/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1656, 2, '2010-08-18 08:44:33', '2010-08-18 13:44:33', '', 'bagbear', 0, '', 'inherit', 'closed', 'closed', '', 'bagbear', '', '', '2010-08-18 08:44:33', '2010-08-18 13:44:33', '', 1589, 'http://aazk.org/wp-content/uploads/bagbear.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1657, 2, '2010-08-18 08:36:38', '2010-08-18 13:36:38', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<img class="size-medium wp-image-1632 alignnone" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp-300x199.jpg" alt="pbi_camp" width="300" height="199" /> <em>Photo courtesy of Polar Bears International</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for <img class="alignleft size-medium wp-image-1649" title="marissa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/marissa1-251x300.jpg" alt="marissa1" width="176" height="210" />conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="alignnone size-full wp-image-1647" title="nc_group2" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group2.jpg" alt="nc_group2" width="467" height="393" />\r\n\r\n<img class="aligncenter size-full wp-image-1654" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" />\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 08:36:38', '2010-08-18 13:36:38', '', 1589, 'http://aazk.org/uncategorized/1589-revision-56/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1658, 2, '2010-08-18 08:45:37', '2010-08-18 13:45:37', '', 'christy', 0, '', 'inherit', 'closed', 'closed', '', 'christy', '', '', '2010-08-18 08:45:37', '2010-08-18 13:45:37', '', 1589, 'http://aazk.org/wp-content/uploads/christy.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1659, 2, '2010-08-18 08:44:48', '2010-08-18 13:44:48', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<img class="size-medium wp-image-1632 alignnone" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp-300x199.jpg" alt="pbi_camp" width="300" height="199" /> <em>Photo courtesy of Polar Bears International</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for <img class="alignleft size-medium wp-image-1649" title="marissa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/marissa1-251x300.jpg" alt="marissa1" width="176" height="210" />conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="alignnone size-full wp-image-1647" title="nc_group2" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group2.jpg" alt="nc_group2" width="467" height="393" /><img class="alignnone size-full wp-image-1656" title="bagbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/bagbear.jpg" alt="bagbear" width="479" height="396" />\r\n\r\n<img class="aligncenter size-full wp-image-1654" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" />\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\nThis year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 08:44:48', '2010-08-18 13:44:48', '', 1589, 'http://aazk.org/uncategorized/1589-revision-57/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1660, 2, '2010-08-18 08:46:02', '2010-08-18 13:46:02', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<img class="size-medium wp-image-1632 alignnone" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp-300x199.jpg" alt="pbi_camp" width="300" height="199" /> <em>Photo courtesy of Polar Bears International</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for <img class="alignleft size-medium wp-image-1649" title="marissa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/marissa1-251x300.jpg" alt="marissa1" width="176" height="210" />conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="alignnone size-full wp-image-1647" title="nc_group2" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group2.jpg" alt="nc_group2" width="467" height="393" /><img class="alignnone size-full wp-image-1656" title="bagbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/bagbear.jpg" alt="bagbear" width="479" height="396" />\r\n\r\n<img class="aligncenter size-full wp-image-1654" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" />\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\n<img class="alignnone size-medium wp-image-1658" title="christy" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy-270x300.jpg" alt="christy" width="216" height="240" />This year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 08:46:02', '2010-08-18 13:46:02', '', 1589, 'http://aazk.org/uncategorized/1589-revision-58/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1661, 2, '2010-08-18 08:51:10', '2010-08-18 13:51:10', '', 'brookfield', 0, '', 'inherit', 'closed', 'closed', '', 'brookfield', '', '', '2010-08-18 08:51:10', '2010-08-18 13:51:10', '', 1589, 'http://aazk.org/wp-content/uploads/brookfield.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1662, 2, '2010-08-18 08:46:36', '2010-08-18 13:46:36', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<img class="size-medium wp-image-1632 alignnone" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp-300x199.jpg" alt="pbi_camp" width="300" height="199" /> <em>Photo courtesy of Polar Bears International</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for <img class="alignleft size-medium wp-image-1649" title="marissa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/marissa1-251x300.jpg" alt="marissa1" width="176" height="210" />conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="alignnone size-full wp-image-1647" title="nc_group2" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group2.jpg" alt="nc_group2" width="467" height="393" /><img class="alignnone size-full wp-image-1656" title="bagbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/bagbear.jpg" alt="bagbear" width="479" height="396" />\r\n\r\n<img class="aligncenter size-full wp-image-1654" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" />\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition. But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\n<img class="size-medium wp-image-1658 alignleft" title="christy" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy-270x300.jpg" alt="christy" width="216" height="240" />This year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 08:46:36', '2010-08-18 13:46:36', '', 1589, 'http://aazk.org/uncategorized/1589-revision-59/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1664, 2, '2010-08-18 08:53:07', '2010-08-18 13:53:07', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by <img class="alignright size-full wp-image-1632" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp.jpg" alt="pbi_camp" width="464" height="309" />Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<em>\r\n</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for <img class="alignleft size-medium wp-image-1649" title="marissa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/marissa1-251x300.jpg" alt="marissa1" width="176" height="210" />conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="alignnone size-full wp-image-1647" title="nc_group2" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group2.jpg" alt="nc_group2" width="467" height="393" /><img class="alignnone size-full wp-image-1656" title="bagbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/bagbear.jpg" alt="bagbear" width="479" height="396" />\r\n\r\n<img class="aligncenter size-full wp-image-1654" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" />\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition.<img class="alignright size-full wp-image-1661" title="brookfield" src="http://aecetia.net/gws/aazk/wp-content/uploads/brookfield.jpg" alt="brookfield" width="357" height="535" /> But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\n<img class="size-medium wp-image-1658 alignleft" title="christy" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy-270x300.jpg" alt="christy" width="216" height="240" />This year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 08:53:07', '2010-08-18 13:53:07', '', 1589, 'http://aazk.org/uncategorized/1589-revision-61/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1663, 2, '2010-08-18 08:51:30', '2010-08-18 13:51:30', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<img class="size-medium wp-image-1632 alignnone" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp-300x199.jpg" alt="pbi_camp" width="300" height="199" /> <em>Photo courtesy of Polar Bears International</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for <img class="alignleft size-medium wp-image-1649" title="marissa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/marissa1-251x300.jpg" alt="marissa1" width="176" height="210" />conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="alignnone size-full wp-image-1647" title="nc_group2" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group2.jpg" alt="nc_group2" width="467" height="393" /><img class="alignnone size-full wp-image-1656" title="bagbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/bagbear.jpg" alt="bagbear" width="479" height="396" />\r\n\r\n<img class="aligncenter size-full wp-image-1654" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" />\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition.<img class="alignright size-full wp-image-1661" title="brookfield" src="http://aecetia.net/gws/aazk/wp-content/uploads/brookfield.jpg" alt="brookfield" width="357" height="535" /> But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\n<img class="size-medium wp-image-1658 alignleft" title="christy" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy-270x300.jpg" alt="christy" width="216" height="240" />This year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 08:51:30', '2010-08-18 13:51:30', '', 1589, 'http://aazk.org/uncategorized/1589-revision-60/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1665, 2, '2010-08-18 08:54:04', '2010-08-18 13:54:04', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by <img class="alignright size-full wp-image-1632" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp.jpg" alt="pbi_camp" width="464" height="309" />Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<em>\r\n</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for <img class="alignleft size-medium wp-image-1649" title="marissa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/marissa1-251x300.jpg" alt="marissa1" width="176" height="210" />conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="alignnone size-full wp-image-1647" title="nc_group2" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group2.jpg" alt="nc_group2" width="467" height="393" /><img class="alignnone size-full wp-image-1656" title="bagbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/bagbear.jpg" alt="bagbear" width="479" height="396" />\r\n\r\n<img class="aligncenter size-full wp-image-1654" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" />\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition.<img class="alignright size-full wp-image-1661" title="brookfield" src="http://aecetia.net/gws/aazk/wp-content/uploads/brookfield.jpg" alt="brookfield" width="357" height="535" /> But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\n<img class="size-medium wp-image-1658 alignleft" title="christy" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy-270x300.jpg" alt="christy" width="216" height="240" />This year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 08:54:04', '2010-08-18 13:54:04', '', 1589, 'http://aazk.org/uncategorized/1589-revision-62/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1666, 2, '2010-08-18 08:54:32', '2010-08-18 13:54:32', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4><!--more-->\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by <img class="alignright size-full wp-image-1632" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp.jpg" alt="pbi_camp" width="464" height="309" />Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<em>\r\n</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for <img class="alignleft size-medium wp-image-1649" title="marissa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/marissa1-251x300.jpg" alt="marissa1" width="176" height="210" />conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="alignnone size-full wp-image-1647" title="nc_group2" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group2.jpg" alt="nc_group2" width="467" height="393" /><img class="alignnone size-full wp-image-1656" title="bagbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/bagbear.jpg" alt="bagbear" width="479" height="396" />\r\n\r\n<img class="aligncenter size-full wp-image-1654" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" />\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition.<img class="alignright size-full wp-image-1661" title="brookfield" src="http://aecetia.net/gws/aazk/wp-content/uploads/brookfield.jpg" alt="brookfield" width="357" height="535" /> But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\n<img class="size-medium wp-image-1658 alignleft" title="christy" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy-270x300.jpg" alt="christy" width="216" height="240" />This year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 08:54:32', '2010-08-18 13:54:32', '', 1589, 'http://aazk.org/uncategorized/1589-revision-63/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1667, 2, '2010-08-18 08:54:47', '2010-08-18 13:54:47', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<!--more-->\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by <img class="alignright size-full wp-image-1632" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp.jpg" alt="pbi_camp" width="464" height="309" />Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<em>\r\n</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for <img class="alignleft size-medium wp-image-1649" title="marissa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/marissa1-251x300.jpg" alt="marissa1" width="176" height="210" />conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="alignnone size-full wp-image-1647" title="nc_group2" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group2.jpg" alt="nc_group2" width="467" height="393" /><img class="alignnone size-full wp-image-1656" title="bagbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/bagbear.jpg" alt="bagbear" width="479" height="396" />\r\n\r\n<img class="aligncenter size-full wp-image-1654" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" />\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition.<img class="alignright size-full wp-image-1661" title="brookfield" src="http://aecetia.net/gws/aazk/wp-content/uploads/brookfield.jpg" alt="brookfield" width="357" height="535" /> But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\n<img class="size-medium wp-image-1658 alignleft" title="christy" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy-270x300.jpg" alt="christy" width="216" height="240" />This year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 08:54:47', '2010-08-18 13:54:47', '', 1589, 'http://aazk.org/uncategorized/1589-revision-64/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1668, 2, '2010-08-18 08:54:57', '2010-08-18 13:54:57', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<!--more-->\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by <img class="alignright size-full wp-image-1632" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp.jpg" alt="pbi_camp" width="464" height="309" />Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<em>\r\n</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for <img class="alignleft size-medium wp-image-1649" title="marissa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/marissa1-251x300.jpg" alt="marissa1" width="176" height="210" />conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="alignnone size-full wp-image-1647" title="nc_group2" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group2.jpg" alt="nc_group2" width="467" height="393" /><img class="alignnone size-full wp-image-1656" title="bagbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/bagbear.jpg" alt="bagbear" width="479" height="396" />\r\n\r\n<img class="aligncenter size-full wp-image-1654" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" />\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition.<img class="alignright size-full wp-image-1661" title="brookfield" src="http://aecetia.net/gws/aazk/wp-content/uploads/brookfield.jpg" alt="brookfield" width="357" height="535" /> But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\n<img class="size-medium wp-image-1658 alignleft" title="christy" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy-270x300.jpg" alt="christy" width="216" height="240" />This year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 08:54:57', '2010-08-18 13:54:57', '', 1589, 'http://aazk.org/uncategorized/1589-revision-65/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1669, 2, '2010-08-18 08:56:09', '2010-08-18 13:56:09', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<!--more-->\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by <img class="alignright size-full wp-image-1632" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp.jpg" alt="pbi_camp" width="464" height="309" />Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<em>\r\n</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for <img class="alignleft size-medium wp-image-1649" title="marissa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/marissa1-251x300.jpg" alt="marissa1" width="176" height="210" />conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="alignnone size-full wp-image-1647" title="nc_group2" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group2.jpg" alt="nc_group2" width="467" height="393" /><img class="alignnone size-full wp-image-1656" title="bagbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/bagbear.jpg" alt="bagbear" width="479" height="396" />\r\n\r\n<img class="aligncenter size-full wp-image-1654" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" />\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition.<img class="alignright size-full wp-image-1661" title="brookfield" src="http://aecetia.net/gws/aazk/wp-content/uploads/brookfield.jpg" alt="brookfield" width="357" height="535" /> But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\n<img class="size-medium wp-image-1658 alignleft" title="christy" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy-270x300.jpg" alt="christy" width="216" height="240" />This year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 08:56:09', '2010-08-18 13:56:09', '', 1589, 'http://aazk.org/uncategorized/1589-revision-66/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1670, 2, '2010-08-18 08:57:45', '2010-08-18 13:57:45', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<!--more-->\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by <img class="alignright size-full wp-image-1632" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp.jpg" alt="pbi_camp" width="464" height="309" />Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<em>\r\n</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for <img class="alignleft size-medium wp-image-1649" title="marissa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/marissa1-251x300.jpg" alt="marissa1" width="176" height="210" />conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="alignnone size-full wp-image-1647" title="nc_group2" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group2.jpg" alt="nc_group2" width="467" height="393" /><img class="alignnone size-full wp-image-1656" title="bagbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/bagbear.jpg" alt="bagbear" width="479" height="396" />\r\n\r\n<img class="aligncenter size-full wp-image-1654" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" />\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition.<img class="alignright size-full wp-image-1661" title="brookfield" src="http://aecetia.net/gws/aazk/wp-content/uploads/brookfield.jpg" alt="brookfield" width="357" height="535" /> But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\n<img class="size-medium wp-image-1658 alignleft" title="christy" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy-270x300.jpg" alt="christy" width="216" height="240" />This year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 08:57:45', '2010-08-18 13:57:45', '', 1589, 'http://aazk.org/uncategorized/1589-revision-67/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1671, 2, '2010-08-18 08:57:51', '2010-08-18 13:57:51', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<!--more-->\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by <img class="alignright size-full wp-image-1632" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp.jpg" alt="pbi_camp" width="464" height="309" />Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<em>\r\n</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for <img class="alignleft size-medium wp-image-1649" title="marissa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/marissa1-251x300.jpg" alt="marissa1" width="176" height="210" />conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="alignnone size-full wp-image-1647" title="nc_group2" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group2.jpg" alt="nc_group2" width="467" height="393" /><img class="alignnone size-full wp-image-1656" title="bagbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/bagbear.jpg" alt="bagbear" width="479" height="396" />\r\n\r\n<img class="aligncenter size-full wp-image-1654" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" />\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition.<img class="alignright size-full wp-image-1661" title="brookfield" src="http://aecetia.net/gws/aazk/wp-content/uploads/brookfield.jpg" alt="brookfield" width="357" height="535" /> But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\n<img class="size-medium wp-image-1658 alignleft" title="christy" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy-270x300.jpg" alt="christy" width="216" height="240" />This year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 08:57:51', '2010-08-18 13:57:51', '', 1589, 'http://aazk.org/uncategorized/1589-revision-68/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1672, 2, '2013-05-30 12:21:49', '2013-05-30 17:21:49', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\n<!--more-->\n<strong>Reforestation:</strong>\n\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\n\n<strong>Zoo Keeper Leadership camp:</strong>\n\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by<img class="alignright size-full wp-image-1768" title="pbi_leadership_camp11" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_leadership_camp11.jpg" alt="pbi_leadership_camp11" width="247" height="378" /> Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.\n\n<a href="http://campaign.r20.constantcontact.com/render?llr=kkcxmrdab&amp;v=001Msfh5C4b-aeFh2IiqMjGHJoJfQHI1Y5J8aCz9C_Xl04vgMHlaztDS6BWRlS4may8eQhoEtyd_8A-CaAHNNaVZkl7ZZbK6D4PHoNxykJ7iF1fyZ6alSCdPJlhRdqw92CdcUsM4Ar-As_e0iNUN2z43Q%3D%3D">PBI October 2010 newsletter.</a>\n\nFor more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\n\n<em>\n</em>\n\n<em>\n</em>\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\n\n<p style="text-align: left;">\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\n\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for <img class="alignleft size-medium wp-image-1649" title="marissa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/marissa1-251x300.jpg" alt="marissa1" width="176" height="210" />conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\n\n<img class="alignnone size-full wp-image-1647" title="nc_group2" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group2.jpg" alt="nc_group2" width="467" height="393" /><img class="alignnone size-full wp-image-1656" title="bagbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/bagbear.jpg" alt="bagbear" width="479" height="396" />', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-autosave-v1', '', '', '2013-05-30 12:21:49', '2013-05-30 17:21:49', '', 1589, 'http://aazk.org/uncategorized/1589-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1767, 2, '2010-10-28 16:21:46', '2010-10-28 21:21:46', '', 'pbi_leadership_camp1', 0, '', 'inherit', 'closed', 'closed', '', 'pbi_leadership_camp1', '', '', '2010-10-28 16:21:46', '2010-10-28 21:21:46', '', 1589, 'http://aazk.org/wp-content/uploads/pbi_leadership_camp1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1723, 2, '2010-09-01 14:04:17', '2010-09-01 19:04:17', '<em>By Stephanie Smith, Animal Keeper\r\nDisney’s Animal Kingdom, Lake Buena Vista, FL</em>\r\n\r\n<strong>Background </strong>\r\nAfrican spoonbills (<em>Platalea alba</em>) and Roseate Spoonbills (<em>Ajaia ajaja</em>) are medium-sized wading birds equipped with a uniquely shaped bill that lends to their name.  [Fig.1 and Fig.2]  The African spoonbill is found over most of southern Africa.  The Roseate spoonbill is the only New World spoonbill species and can be found along the Gulf coast of the United States, down into Central and South America.  Both species feed on small fish and crustaceans by sweeping their slightly open bill back and forth in the shallow water as they walk along.\r\n\r\nDisney’s Animal Kingdom houses a mixed colony of both African and Roseate spoonbills in an outdoor, uncovered exhibit.  The setting consists of a shallow-water area with beaches and islands that facilitate the natural wading lifestyle of the spoonbill.   Our original population of 3.3 African spoonbills and 3.3 Roseates was made up of parent-reared, captive-bred and wild-caught, non-releasable birds.  Our housing arrangement presented us with some significant husbandry challenges that were addressed by implementing a training program.\r\n\r\n<img class="alignleft size-medium wp-image-1720" title="af_spoonbill1" src="http://aecetia.net/gws/aazk/wp-content/uploads/af_spoonbill1-300x287.jpg" alt="af_spoonbill1" width="300" height="287" /> <img class="alignnone size-medium wp-image-1721" title="spoonbill1" src="http://aecetia.net/gws/aazk/wp-content/uploads/spoonbill1-241x300.jpg" alt="spoonbill1" width="241" height="300" />\r\n\r\n<strong>The Challenge</strong>\r\nA common challenge with managing open exhibits is the influx of “freeloaders” or native species into the habitat.   Over the last few years, we observed a gradual increase in the number of native White ibis (Eudocimus albus) calling our spoonbill exhibit “home”.  The population increase resulted in interspecific competition for food and space.   The ibis’\r\naggression towards spoonbills during feeds forced us to alter our feeding strategy several times.  Originally, our collection birds were fed in bowls located throughout the exhibit.  As the native ibis population grew, this method of feeding became ineffective.  Collection birds were outnumbered and outcompeted by the visiting ibis.  In response, we attempted hand tossing food, directly to the spoonbills.  This resulted in only limited and short term success.   The feral birds quickly overcame their apprehension of keepers and showed their talent for intercepting any tossed food item.   The aggressive and persistent behavior of the ibis and the impracticality of a species-specific feeder (given the competing species) required us to take a different approach.  A new feeding strategy was needed.\r\n\r\n<strong>The Plan </strong>\r\nOur new strategy was to develop a training program that would facilitate successful feeding of our spoonbills, despite the presence of native birds.  The first step was acclimation of our birds to hand feeding.  While the African spoonbills were somewhat accustomed to taking fish by hand, when nesting, the new Roseates were reluctant to be in such close proximity to the keeper.  Based on informal observations on consumption during feeds, we were able to set goals for food intake.  This information allowed us to gradually move through the necessary approximations to achieve our goal.  Incrementally, the birds were asked to come to closer and closer to the keepers before the food was presented and fed out.  Spoonbills were initially tossed food if they came within five feet of the keeper.  The accepted distance was gradually reduced as the spoonbill became more comfortable, until finally, they were required to take food from an outstretched hand.  Occasionally, baiting was used to entice an animal to make another step.  After approximately five months, our spoonbill colony was consistently accepting being fed by hand.  This acclimation process was just the first step.  We also had to change how we managed this feeding/training program.\r\n\r\n<strong>The Players</strong>\r\nDue to the size of the spoonbill group, it became clear that more than one keeper would be needed at each feed, to successfully maintain the hand feeding behavior.   Adding keepers to the process would also offset any intra-specific aggression during feed sessions.   Getting more help would entail introducing and training the entire 16-person keeper team fairly quickly.  To facilitate keeper engagement in the new program and maintain clear communication on training progress, we tasked the team to come up with, what was for us, a different, primary identification system.  While our birds were banded, we needed all the keepers to use their observational skills to note markers beyond the bands. Recognizing individual bird’s “habits” and behavior within the social dynamics of the group would be a critical step in progressing with our training plan.     Involving the keeper staff in a “naming” process created the starting point for team investment in the project.  Through group discussion, voting, etc. the whole team arrived at some themes for “naming” the individuals in our colony.  Our 3.3 Roseate spoonbills were named for characters in the movie The Fifth Element: Corbin, Dallas, Cornelius, Ruby, Lilu, and Laguna.  The African spoonbills were named for ‘things that are white’, potato products, and a couple of unique submissions: Cotton, Snow, Pearl, Tater, Pringles, Sunny, and Platypus (keepers’ favorite spoonbill misidentification by guests at the park).\r\n\r\n<strong>The Game</strong>\r\nObviously, identification of individual birds within a colony is critical for monitoring training progress.  In order to motivate our team towards this end and to maintain their involvement in the project, we implemented………..\r\n<strong>\r\nWant to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'FEEDING THE SPOONBILLS:  From Nightmare to Dream', 0, '', 'inherit', 'closed', 'closed', '', '1717-revision-2', '', '', '2010-09-01 14:04:17', '2010-09-01 19:04:17', '', 1717, 'http://aazk.org/uncategorized/1717-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1724, 2, '2010-09-01 14:05:54', '2010-09-01 19:05:54', '<em>By Stephanie Smith, Animal Keeper\nDisney’s Animal Kingdom, Lake Buena Vista, FL</em>\n\n<strong>Background </strong>\nAfrican spoonbills (<em>Platalea alba</em>) and Roseate Spoonbills (<em>Ajaia ajaja</em>) are medium-sized wading birds equipped with a uniquely shaped bill that lends to their name.  [Fig.1 and Fig.2]  The African spoonbill is found over most of southern Africa.  The Roseate spoonbill is the only New World spoonbill species and can be found along the Gulf coast of the United States, down into Central and South America.  Both species feed on small fish and crustaceans by sweeping their slightly open bill back and forth in the shallow water as they walk along.\n\nDisney’s Animal Kingdom houses a mixed colony of both African and Roseate spoonbills in an outdoor, uncovered exhibit.  The setting consists of a shallow-water area with beaches and islands that facilitate the natural wading lifestyle of the spoonbill.   Our original population of 3.3 African spoonbills and 3.3 Roseates was made up of parent-reared, captive-bred and wild-caught, non-releasable birds.  Our housing arrangement presented us with some significant husbandry challenges that were addressed by implementing a training program.\n\n<img class="alignleft size-medium wp-image-1720" title="af_spoonbill1" src="http://aecetia.net/gws/aazk/wp-content/uploads/af_spoonbill1-300x287.jpg" alt="af_spoonbill1" width="300" height="287" /> <img class="alignnone size-medium wp-image-1721" title="spoonbill1" src="http://aecetia.net/gws/aazk/wp-content/uploads/spoonbill1-241x300.jpg" alt="spoonbill1" width="241" height="300" />\n\n<strong>The Challenge</strong>\nA common challenge with managing open exhibits is the influx of “freeloaders” or native species into the habitat.   Over the last few years, we observed a gradual increase in the number of native White ibis (Eudocimus albus) calling our spoonbill exhibit “home”.  The population increase resulted in interspecific competition for food and space.   The ibis’\naggression towards spoonbills during feeds forced us to alter our feeding strategy several times.  Originally, our collection birds were fed in bowls located throughout the exhibit.  As the native ibis population grew, this method of feeding became ineffective.  Collection birds were outnumbered and outcompeted by the visiting ibis.  In response, we attempted hand tossing food, directly to the spoonbills.  This resulted in only limited and short term success.   The feral birds quickly overcame their apprehension of keepers and showed their talent for intercepting any tossed food item.   The aggressive and persistent behavior of the ibis and the impracticality of a species-specific feeder (given the competing species) required us to take a different approach.  A new feeding strategy was needed.\n\n<strong>The Plan </strong>\nOur new strategy was to develop a training program that would facilitate successful feeding of our spoonbills, despite the presence of native birds.  The first step was acclimation of our birds to hand feeding.  While the African spoonbills were somewhat accustomed to taking fish by hand, when nesting, the new Roseates were reluctant to be in such close proximity to the keeper.  Based on informal observations on consumption during feeds, we were able to set goals for food intake.  This information allowed us to gradually move through the necessary approximations to achieve our goal.  Incrementally, the birds were asked to come to closer and closer to the keepers before the food was presented and fed out.  Spoonbills were initially tossed food if they came within five feet of the keeper.  The accepted distance was gradually reduced as the spoonbill became more comfortable, until finally, they were required to take food from an outstretched hand.  Occasionally, baiting was used to entice an animal to make another step.  After approximately five months, our spoonbill colony was consistently accepting being fed by hand.  This acclimation process was just the first step.  We also had to change how we managed this feeding/training program.\n\n<strong>The Players</strong>\nDue to the size of the spoonbill group, it became clear that more than one keeper would be needed at each feed, to successfully maintain the hand feeding behavior.   Adding keepers to the process would also offset any intra-specific aggression during feed sessions.   Getting more help would entail introducing and training the entire 16-person keeper team fairly quickly.  To facilitate keeper engagement in the new program and maintain clear communication on training progress, we tasked the team to come up with, what was for us, a different, primary identification system.  While our birds were banded, we needed all the keepers to use their observational skills to note markers beyond the bands. Recognizing individual bird’s “habits” and behavior within the social dynamics of the group would be a critical step in progressing with our training plan.     Involving the keeper staff in a “naming” process created the starting point for team investment in the project.  Through group discussion, voting, etc. the whole team arrived at some themes for “naming” the individuals in our colony.  Our 3.3 Roseate spoonbills were named for characters in the movie The Fifth Element: Corbin, Dallas, Cornelius, Ruby, Lilu, and Laguna.  The African spoonbills were named for ‘things that are white’, potato products, and a couple of unique submissions: Cotton, Snow, Pearl, Tater, Pringles, Sunny, and Platypus (keepers’ favorite spoonbill misidentification by guests at the park).\n\n<strong>The Game</strong>\nObviously, identification of individual birds within a colony is critical for monitoring training progress.  In order to motivate our team towards this end and to maintain their involvement in the project, we implemented………..\n<strong>\nWant to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'FEEDING THE SPOONBILLS:  From Nightmare to Dream', 0, '', 'inherit', 'closed', 'closed', '', '1717-autosave', '', '', '2010-09-01 14:05:54', '2010-09-01 19:05:54', '', 1717, 'http://aazk.org/uncategorized/1717-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1727, 2, '2010-09-01 14:28:42', '2010-09-01 19:28:42', '', 'sdaazk_logo', 0, '', 'inherit', 'closed', 'closed', '', 'sdaazk_logo', '', '', '2010-09-01 14:28:42', '2010-09-01 19:28:42', '', 0, 'http://aazk.org/wp-content/uploads/sdaazk_logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1816, 2, '2010-12-15 07:42:43', '2010-12-15 12:42:43', '', 'predator_ridge', 0, '', 'inherit', 'closed', 'closed', '', 'predator_ridge', '', '', '2010-12-15 07:42:43', '2010-12-15 12:42:43', '', 178, 'http://aazk.org/wp-content/uploads/predator_ridge.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2084, 2, '2010-09-09 07:45:30', '2010-09-09 12:45:30', '<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-1249" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /> Janet McCoy\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2011</em></strong>\r\n<h3>Purpose</h3>\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, <em>The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</em>, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>, <em>The Certificate of Merit in Conservation (CMC)</em>, and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these nine awards are listed below. These awards will be presented at the 2011 AAZK National Conference in San Diego, CA. The deadline for all award nominations is <strong>1 May 2011</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\nOr, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\n<strong>Deadline for Nominations is 1 May 2011</strong>\r\n<ul>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/mazuri-animal-nutrition-award-mana/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-in-conservation-cmc/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-aazk-chapter-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>\r\n\r\n<strong><a href="/wp-content/uploads/2009awards.pdf">2009 Award Recipients</a></strong>\r\n\r\n<strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010_awards.pdf">2010 Award Recipients</a>\r\n</strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2010-09-09 07:45:30', '2010-09-09 12:45:30', '', 224, 'http://aazk.org/uncategorized/224-revision-43/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1730, 2, '2010-07-21 07:22:58', '2010-07-21 12:22:58', '<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-1249" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /> Janet McCoy\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2011</em></strong>\r\n<h3>Purpose</h3>\r\nThe AAZK Awards Committee is accepting nominations for the <em>Jean M. Hromadka AAZK Excellence in Animal Care Award</em>, <em>The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</em>, <em>The AAZK Chapter of the Year Award</em>, <em>Lifetime Achievement Award (LA)</em>, the <em>Lee Houts Excellence in Enrichment(LHEE) Award</em>, <em>The Certificate of Merit for Zoo Keeper Education (CMZE)</em>, <em>The Certificate of Excellence in Exhibit Design Renovation (CEER)</em>, <em>The Certificate of Merit in Conservation (CMC)</em>, and the <em>Mazuri Animal Nutrition Award (MANA)</em>.\r\n\r\nNomination criteria for these nine awards are listed below. These awards will be presented at the 2011 AAZK National Conference in San Diego, CA. The deadline for all award nominations is <strong>1 May 2011</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\nOr, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\n<strong>Deadline for Nominations is 1 May 2011</strong>\r\n<ul>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/mazuri-animal-nutrition-award-mana/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-in-conservation-cmc/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-aazk-chapter-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>\r\n\r\n<strong><a href="/wp-content/uploads/2009awards.pdf">2009 Award Recipients</a>\r\n</strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2010-07-21 07:22:58', '2010-07-21 12:22:58', '', 224, 'http://aazk.org/uncategorized/224-revision-42/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2085, 2, '2011-08-03 13:18:37', '2011-08-03 18:18:37', '<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-1249" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /> Janet McCoy\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2012</em></strong>\r\n<h3>Purpose</h3>\r\n<em>The AAZK Awards Committee is accepting nominations for the Jean M. Hromadka AAZK Excellence in Animal Care Award, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, The AAZK Chapter of the Year Award, Lifetime Achievement Award (LA), the Lee Houts Excellence in Enrichment(LHEE) Award, The Certificate of Merit for Zoo Keeper Education (CMZE), The Certificate of Excellence in Exhibit Design Renovation (CEER), the Mazuri Animal Nutrition Award (MANA), and The Certificate of Merit in Conservation Award(CMC). </em>\r\n\r\nNomination criteria for these nine awards are listed below. These awards will be presented at the 2012 AAZK National Conference in Syracuse, NY. The deadline for all award nominations is <strong>1 May 2012</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\nOr, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\n<strong>Deadline for Nominations is 1 May 2011</strong>\r\n<ul>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/mazuri-animal-nutrition-award-mana/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-in-conservation-cmc/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-aazk-chapter-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>\r\n\r\n<strong><a href="/wp-content/uploads/2009awards.pdf">2009 Award Recipients</a></strong>\r\n\r\n<strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010_awards.pdf">2010 Award Recipients</a>\r\n</strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2011-08-03 13:18:37', '2011-08-03 18:18:37', '', 224, 'http://aazk.org/uncategorized/224-revision-44/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1731, 2, '2009-05-26 21:18:17', '2009-05-27 02:18:17', '<h3>Canisius College</h3>\r\n<p>B.S. in Biology with a Minor in Zoo Biology<br />\r\n2001 Main Street<br />\r\nBuffalo, NY 14208-1098<br />\r\n(716)-883-7000<br />\r\n<a href="mailto:noonan@canisius.edu">noonan@canisius.edu</a></p>\r\n\r\n<p>Students receive rigorous background preparation in coursework through an abundance of hands-on experiences at various zoos and marine parks in Western New York and Ontario, Canada.</p>\r\n\r\n<ul>\r\n	<li><a href="http://www.canisius.edu/">http://www.canisius.edu/</a></li>\r\n	<li><a href="http://www.canisius.edu/biopsych/zoobio/">http://www.canisius.edu/biopsych/zoobio/</a></li>\r\n</ul>\r\n\r\n<h3>Delaware Valley College</h3>\r\n\r\n<p>B.S. in Animal Biotechnology and Conservation</p>\r\n\r\n<p>Students in the Animal Biotechnology and Conservation program may major in Zoo Science, Small Animal Science or Conservation &amp; Wildlife Management. The choice of major is made upon completion of the first year of study.</p>\r\n\r\n<ul>\r\n    <li><a href="http://www.delval.edu/cms/">http://www.delval.edu/cms/</a></li>\r\n    <li><a href="http://delval.edu/cms/index.php/delval/overview_sn/animal_bio">http://delval.edu/cms/index.php/delval/overview_sn/animal_bio</a></li>\r\n</ul>\r\n\r\n<h3>Emporia State University</h3>\r\n\r\n<p>B.S. and MS/MA in Biology with Environmental Biology, Zoology, and Botany emphases available.<br />\r\n1200 Commercial Street<br />\r\nEmporia, KS 66801<br />\r\n(620) 341-5611</p>\r\n\r\n<p>Programs emphasize natural history, lab and fieldwork, and modern developments in organismic biology.</p>\r\n\r\n<p>Visit <a href="http://www.emporia.edu/biosci/eeb.htm">http://www.emporia.edu/biosci/eeb.htm</a> for departmental information.</p>\r\n\r\n<p>Visit <a href="http://www.emporia.edu/ksn/">http://www.emporia.edu/ksn/</a> for the Kansas School Naturalist.</p>\r\n\r\n<h3>Friends University</h3>\r\n<p>B.S. and M.S.<br />\r\n2100 W. University St.<br />\r\nWichita KS 67213<br />\r\n(316)-295-5000<br />\r\n(800)-794-6945</p>\r\n\r\n<p>B.S. and M.S. programs with emphasis in Zoo Science, Zoo Management, and Zoo Education; requires 360 hours of practical experience at Sedgwick County Zoo. Also, Friends University offers a cooperative program through Santa Fe Community College Teaching Zoo (see Two Year Programs).</p>\r\n\r\n<p><a href="http://www.friends.edu/Academics/degree_detail.asp?id=49">http://www.friends.edu/Academics/degree_detail.asp?id=49</a></p>\r\n\r\n<h3>Sedgwick County Zoo</h3>\r\n\r\n<p>5555 Zoo Boulevard<br />\r\nWichita, Kansas<br />\r\nUSA 67212-1698<br />\r\n(316) 660-WILD (9453)</p>\r\n\r\n<p><a href="http://www.scz.org/">http://www.scz.org/</a></p>\r\n\r\n<h3>Michigan State University</h3>\r\n\r\n<p>B.S. in Zoology with disciplinary concentration in Zoo and Aquarium Science<br />\r\nDr. Richard Snider, Program Coordinator<br />\r\nDepartment of Zoology<br />\r\n219 Natural Science Building<br />\r\nMichigan State University<br />\r\nEast Lansing, MI 48824-1115<br />\r\n(517) 353-9864<br />\r\n<a href="mailto:snider@msu.edu">snider@msu.edu</a></p>\r\n\r\n<p><a href="http://www.msu.edu/">http://www.msu.edu/</a></p>\r\n\r\n<h3>Oswego, State University of New York</h3>\r\n\r\n<p>B.S. in Zoology<br />\r\nDepartment of Biology<br />\r\nState University of New York at Oswego<br />\r\nOswego, NY 13126<br />\r\n(315) 341-2776</p>\r\n\r\n<p>Offers a cooperative program though the Santa Fe Teaching Zoo (see Two Year Programs).</p>\r\n\r\n<p><a href="http://www.oswego.edu">http://www.oswego.edu</a></p>\r\n\r\n<h3>Unity College</h3>\r\n\r\n<p>B.S. in Wildlife Care and Education<br />\r\n90 Quaker Hill Road<br />\r\nUnity, Maine 04988<br />\r\n(207) 948-3131</p>\r\n\r\n<p>This program is designed for students interested in careers involving a hands-on approach to the care and husbandry of captive wild species, and educating the public concerning wildlife issues. Students receive a solid foundation in the biological sciences, along with courses focused on wildlife science, education and interpretation. Potential employers include zoos, aquaria, rehabilitation and wildlife education facilities.</p>\r\n\r\n<ul>\r\n    <li><a href="http://www.unity.edu/default.aspx">http://www.unity.edu/default.aspx</a></li>\r\n    <li><a href="http://www.unity.edu/Academic/Majors/WildlifeCareAndEducation/WildlifeCareAndEducation.aspx">http://www.unity.edu/Academic/Majors/WildlifeCareAndEducation/WildlifeCareAndEducation.aspx</a></li>\r\n</ul>\r\n\r\n<h3>University of West Florida</h3>\r\n\r\n<p>B.S. in Zoo Science as part of an Interdisciplinary Science Degree<br />\r\n11000 University Parkway<br />\r\nPensacola, FL 32514<br />\r\n(850) 474-2000</p>\r\n\r\n<p>Steve Celestial, Zoo Science Advisor, <a href="mailto:scelestial@uwf.edu">scelestial@uwf.edu</a><br />\r\nOffers cooperative programs with the Pensacola Junior College Zoo Animal Technology Program and Santa Fe Community College Teaching Zoo (see Two Year Programs).</p>\r\n\r\n<p><a href="http://uwf.edu/catalog/intscibs.pdf">http://uwf.edu/catalog/intscibs.pdf</a></p>\r\n\r\n<h3>University of Wisconsin-Stevens Point</h3>\r\n\r\n<p>B.S. degrees<br />\r\nMajor in Wildlife<br />\r\nMinor in Captive Wildlife management<br />\r\n2100 Main Street<br />\r\nStevens Point, WI 54481-3897<br />\r\n(715) 346-0123</p>\r\n\r\n<p>Sue Kissinger<br />\r\nCoordinator of Advising and Recruitment<br />\r\nStudent Success Center - 180 CNR<br />\r\nCollege of Natural Resources</p>\r\n\r\n<p>Shelli Dubay, Ph.D.<br />\r\nAssistant Professor, Wildlife<br />\r\n327 CNR<br />\r\nCollege of Natural Resources<br />\r\nUniversity of Wisconsin-Stevens Point<br />\r\n(715) 346-4178<br />\r\nFax: (715) 346-3624<br />\r\n<a href="mailto:sdubay@uwsp.edu">sdubay@uwsp.edu</a></p>\r\n\r\n<p>While not directly advertised for zookeepers this program offers much of the same basic knowledge and skill that would be needed for the job.</p>\r\n\r\n<p><a href="http://www.uwsp.edu/admissions/guides/captivewildlife.aspx">http://www.uwsp.edu/admissions/guides/captivewildlife.aspx</a></p>\r\n\r\n\r\n<h3>Western Illinois University School of Graduate Studies</h3>\r\n\r\n<p>Post-Baccalaureate Certificate: Zoo &amp; Aquarium Studies<br />\r\n1 University Circle<br />\r\nMemorial Hall 237<br />\r\nMacomb, IL 61455-1390<br />\r\n(309)-298-1806<br />\r\n<a href="mailto:Grad-Office@wiu.edu">Grad-Office@wiu.edu</a></p>\r\n\r\n<p><a href="http://www.wiu.edu/grad/catalog/zooaquastudies.php">http://www.wiu.edu/grad/catalog/zooaquastudies.php</a></p>', 'Four-Year Programs', 0, '', 'inherit', 'closed', 'closed', '', '95-revision-5', '', '', '2009-05-26 21:18:17', '2009-05-27 02:18:17', '', 95, 'http://aazk.org/uncategorized/95-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1733, 2, '2010-09-23 09:43:16', '2010-09-23 14:43:16', '<h2><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant">AAZK, Inc. announces "Bowling for Rhinos Conservation Resource Fund  Grant"</a></h2>\r\n<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2><strong>Total Funds Raised to Date: <span style="color: #ff0000;">$3,663,076</span></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Samatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $3 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<span style="text-decoration: underline;">Links</span>\r\n\r\nIf your chapter would like to check your totals you can do so here: <a href="http://aazkbfr.org/bfrsites">http://aazkbfr.org/bfrsites</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2010-09-23 09:43:16', '2010-09-23 14:43:16', '', 168, 'http://aazk.org/uncategorized/168-revision-27/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1818, 2, '2010-12-15 07:58:35', '2010-12-15 12:58:35', '<h3><img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" alt="pdc_color_logo" width="155" height="300" /></h3>\r\n<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-1260" title="melaina" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina-150x150.jpg" alt="melaina" width="150" height="150" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>\r\n<h3>Purpose</h3>\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership  and educational opportunities for all National AAZK members.\r\n\r\n<strong>2010</strong>\r\nThe 2010 AAZK National Conference in Philadelphia was an interesting and busy time for the Professional Development Committee.   The committee again hosted two continuing education workshops.   The workshops presented were a Passerine Husbandry Workshop and a Rotating Exhibits Workshop.\r\n\r\n<img class="alignnone size-medium wp-image-1814" title="pass_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" alt="pass_workshop" width="225" height="300" />\r\n\r\nThe Passerine Husbandry Workshop was taught by Dr. Robert Webster from the Toledo Zoo and was sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom.   This was a 6 hour workshop that focused on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds.   On top of that it gave a host of other talks that focused passerine bird biology, husbandry, and behavioral husbandry. PDF\'s from this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website.\r\n\r\n<img class="alignnone size-medium wp-image-1815" title="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" alt="robert_webster" width="300" height="225" />\r\n\r\n<em>Dr. Robert Webster giving one of many bird husbandry talks</em>\r\n\r\nThe Rotating Exhibit Workshop was an evening workshop that was hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo.   This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry.  This two hour workshop focused on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry.\r\n\r\n<img class="alignnone size-medium wp-image-1816" title="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" alt="predator_ridge" width="300" height="225" />\r\n\r\n<em>Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge</em>\r\n\r\n<strong>The Future</strong>\r\n\r\nOne of the other main focuses of the committee at this conference was to meet about the new direction of the professional development committee and their increasing role in the future of the AAZK.\r\n\r\n<em><strong>2010 Professional Development Committee Members</strong></em>\r\nMelaina Wallace – Chair                                  Bob Cisneros- Liaison to Board\r\nDisney’s Animal Kingdom                                   San Diego Zoo\r\n\r\nKelly Wilson                                                  Victor Alm\r\nDetroit Zoo                                                  Oakland Zoo\r\n\r\nBandy Hicks                                                                                            Leann Blinco\r\nBoat Club Road Animal Hospital                          Disney\'s Animal Kingdom\r\nWhitetail Veterinary Services\r\n\r\nMike Murray                                                Aaron Jesue\r\nDenver Zoo                                                                                              North Carolina Zoo\r\n\r\nDawn Sohr                                                                              Andrew Rowan\r\nBrookfield Zoo                                                                       Denver Zoo\r\n\r\nEllen Vossekuil                                             Amanda Hall\r\nUtah’s Hogle Zoo                                       Zoo New England\r\n\r\nEunice Hui                                                                              Anthony Nielsen\r\nCoyote Point Museum                             Lincoln Park Zoo\r\n\r\nT’Noya Thompson Gonzales\r\nMoody Gardens\r\n<strong></strong>\r\n\r\n<strong></strong>', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2010-12-15 07:58:35', '2010-12-15 12:58:35', '', 178, 'http://aazk.org/uncategorized/178-revision-14/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1817, 2, '2010-11-04 09:17:33', '2010-11-04 14:17:33', '<h3><img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" alt="pdc_color_logo" width="155" height="300" /></h3>\r\n<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-1260" title="melaina" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina-150x150.jpg" alt="melaina" width="150" height="150" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>\r\n<h3>Purpose</h3>\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership  and educational opportunities for all National AAZK members.\r\n\r\n<strong>2010</strong>\r\nThis past year the Professional Development Committee put together a rotating exhibit workshop for the 2010 national conference held in Philadelphia, PA. Links to the Powerpoints® from that workshop are below.\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge.pdf">Predator Ridge: Denver Zoo</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/big_cat_falls.pdf">Big Cat Falls: Philadelphia Zoo</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/asian_forest.pdf">Asian Forest Sanctuary: Point Defiance Zoo and Aquarium</a>\r\n\r\nThere was also a passerine workshop held. This 7 hour workshop led by Robert Webster, Curator of Birds at the Toledo Zoo and Vice Program Leader of the PACCT TAG, gathered experts from 11 different AZA zoological institutions to speak on various topics related to bird collections  in their facilities. The PACCT TAG (Passeriformes, Apodiformes, Coliiformes, Caprimulgiformes and Trogoniformes TAG) was well represented in this workshop. Topics discussed were as follows: avian collection sustainability, North American species in our backyards, swamp sparrow husbandry, tanager husbandry, plush-crested jay vocalization, Asian bird species, fairy Bluebirds husbandry and breeding, white-crested laughing thrush husbandry and breeding, tawny frogmouth husbandry, compatibility in large aviaries, redesigning indoor exhibits, embryology, handling of birds for veterinary procedures, incubation, live food culturing and avian diet makeovers. PDF\'s from this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website.\r\n<strong>The Future</strong>\r\nWe are currently working with the conference committee at Philadelphia AAZK to finalize the workshops for the 2011 National Conference in San Diego.  We continue to search out experts to bring conference delegates the most current technologies and innovations in animal care. The Professional Development Committee is also working with the Board of Directors and members of the Association of Zoos and Aquariums on a keeper certification process.\r\n\r\n<strong>Want to Help?</strong>\r\nThe Professional Development Committee is currently seeking new members!  We want to continue to provide to the highest quality workshops possible and we need your help!  If you are interested in joining the Professional Development team please contact Melaina Wallace at <a href="mailto:melaina.g.wallace@aecetia.net/gws/aazk">Melaina.G.Wallace@aecetia.net/gws/aazk</a>.\r\n<strong>\r\n2010 Professional Development Committee Members</strong>\r\n\r\nMelaina Wallace – Chair\r\nDisney’s Animal Kingdom\r\n\r\nBob Cisneros- Liaison to Board\r\nSan Diego Zoo\r\n\r\nKelly Wilson\r\nDetroit Zoo\r\n\r\nVictor Alm\r\nOakland Zoo\r\n\r\nBandy Hicks\r\nBoat Club Road Animal Hospital Whitetail Veterinary Services\r\n\r\nLeanne Blinco\r\nDisney’s Animal Kingdom\r\n\r\nMike Murray\r\nDenver Zoo\r\n\r\nAaron Jesue\r\nNorth Carolina Zoo\r\n\r\nAmanda Hall\r\nScovill Zoo\r\n\r\nEunice Hui\r\nCoyote Point Museum\r\n\r\nDawn Sohr\r\nBrookfield Zoo\r\n\r\nAndrew Rowan\r\nDenver Zoo\r\n\r\nEllen Vossekuil\r\nUtah\'s Hogle Zoo', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2010-11-04 09:17:33', '2010-11-04 14:17:33', '', 178, 'http://aazk.org/uncategorized/178-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1739, 2, '2010-10-02 09:49:40', '2010-10-02 14:49:40', '', 'october-banner', 0, '', 'inherit', 'closed', 'closed', '', 'october-banner', '', '', '2010-10-02 09:49:40', '2010-10-02 14:49:40', '', 0, 'http://aazk.org/wp-content/uploads/october-banner.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1815, 2, '2010-12-15 07:40:30', '2010-12-15 12:40:30', '', 'robert_webster', 0, '', 'inherit', 'closed', 'closed', '', 'robert_webster', '', '', '2010-12-15 07:40:30', '2010-12-15 12:40:30', '', 178, 'http://aazk.org/wp-content/uploads/robert_webster.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1743, 2, '2010-10-02 10:00:44', '2010-10-02 15:00:44', '<em>By Rebecca Bearman, Lead Keeper/Birds &amp; Program Animals\r\nZoo Atlanta, Atlanta, GA</em>\r\n\r\n<strong>Introduction</strong>\r\nAnimal welfare has been a hot topic for as long as animals have been under human care.  In 1900, the Cruelty to Wild Animals Act outlawed tormenting zoo animals, shortly before Carl Hagenbeck chose positive reinforcement training (PRT) over traditional training methods to manage his animal collection (Mench and Kreger, 1997).  Today, we know PRT is a successful tool for improving the welfare of animals in captivity.\r\n\r\nPRT provides tools to: improve husbandry through cooperation between keeper and animal; improve social management through increased affiliation and decreased aggression (Prescott and Buchanan-Smith, 2003); increase overall activity (Waitt, Buchanan-Smith &amp; Morris, 2002); desensitize animals to potentially stressful environmental factors; and increase accessibility (Laule and Whittaker, 2007).\r\n\r\nPRT has been shown to decrease stress (Basset, Buchanan-Smith, McKinley, et. al., 2003) and stereotypical behaviors (Bloomsmith, Marr &amp; Maple, 2007), while increasing communication and trust between caretakers and animals, enhancing overall well-being of captive animals, and assisting in husbandry, veterinary, and research procedures (Lambeth, Hau, Perlman, et. al., 2006).  According to Lambeth et al (2006), staff also benefit from decreased stress as animals learn to cooperate.  PRT training sessions allow zoo goers to see animals up close, performing natural behaviors on cue; ask questions after training sessions; and enjoy increased learning opportunities (Anderson, Kelling, Pressley-Keough, et al., 2003).\r\n\r\nAlthough benefits of PRT have been clearly demonstrated, there are circumstances in which caregivers choose not to employ it.  Training animals in groups can lead to aggression between cage mates; or less dominant animals may refuse food from a trainer in the presence of a more dominant animal (personal observation).  To eliminate the need to separate animals for training, this study addressed methods for training select individuals housed within large social groups.  Through trial and error, an effective protocol for training individual animals within a larger group was developed.\r\n\r\n<strong>Methods</strong>\r\n\r\n<em><strong>Location and Study Animals</strong></em>\r\nThe 49.56.20 Anubis baboons (Papio anubis) involved in this study were housed in a two-acre enclosure at Six Flags Wild Safari in Jackson, New Jersey, USA.  All males, with one exception, were castrated.  While Wild Safari is a drive-through park, the baboon habitat is closed off from the road.  Six males were initially selected to participate in the study over seven days of ad libitum observations of the entire group (Altmann, 1974); an additional individual that regularly approached during training sessions was added (see Training Methods).\r\n\r\nThe training area was along the exterior fence in an employee-only area.  Participant baboons were selected based on perceived dominance level (mid- to high-ranking), curiosity (high), fearfulness (low) and desire for reinforcement (high) (Mellen and Ellis, 1997; Savastano, Hanson &amp; McCann, 2003; Laule and Whittaker, 2007).  These criteria suggest that an animal will be interested and successful in a PRT program (Bloomsmith, Marr &amp; Maple, 1998; McKinnley, 2003).\r\n\r\n<strong>Training Methods</strong>\r\nVia protective contact through a chain-link fence, 123 training sessions were conducted over 51 days, each averaging 4.8 minutes in duration.  Animals were trained during normally high activity periods to increase likelihood of success (Ramirez, 1999).  Two to four individuals were trained per session, during two training sessions per day.  Behaviors trained are listed in Table 1. A variable training schedule was introduced to avoid session anticipation, a potential cause of frustration, which might have led to aggression (Ramirez, 1999).  The trainer chose a focal animal at the start of each session based on which animals showed up and had not been trained in previous sessions.  Systematic rotation was not used because not every focal animal was present at every session.  Initially, sessions were kept to approximately five minutes, due to increased aggression observed during longer sessions; duration increased slowly over five weeks, up to 15 minutes per session without any contact aggression.  The focal animal was reinforced for the chosen behavior by the lead trainer, while other nearby animals were fed by training assistants, and reinforced for non-interference with the focal animal and trainer.\r\n\r\n<em><strong>Step 1. Approaching the Trainer</strong></em>\r\nInitially, focal animals were reinforced for approaching the trainer with a regular keeper present, then reinforced for approaching the trainer without the regular keeper present. Once a relationship was established, a focal baboon was selected for each session.  The trainer worked with the focal while assistant trainers reinforced surrounding animals for allowing the focal to receive reinforcement (Schapiro, Bloomsmith &amp; Laule, 2003; Laule, Thurston, Alford, et al., 1996).  Initially, more dominant animals were reinforced before subordinate animals (Schapiro, Bloomsmith &amp; Laule, 2003) or at the same time.  Once dominant animals allowed subordinate individuals to receive food, this policy was no longer strictly followed.  During the project one monkey, Face, was incorporated into the program after consistently interfering, and was trained to allow subordinate monkeys to receive food in his presence.\r\n\r\n<img class="alignnone size-full wp-image-1744" title="baboon_training" src="http://aecetia.net/gws/aazk/wp-content/uploads/baboon_training.jpg" alt="baboon_training" width="692" height="519" />\r\n\r\n<strong>Photo 1: </strong>Trainer hold target unique to a particular animal to test its recognition of the target as being its own. <em> (Photo by Laura Fischetti)</em>\r\n\r\n<em><strong>Step 2. Visual Recall and Station on Individual Target</strong></em>\r\nEach animal was assigned a visual symbol to act as a target, recall, and station.  As an individual approached, his unique target was held to the fence and the animal was reinforced for touching it (initially) and maintaining contact until bridged (as training progressed) (See Photo 1).  Once this behavior was reliable, the animal’s knowledge of his own target was tested by presenting him with both the correct target and an incorrect one, and reinforced for touching the correct target.\r\n\r\nIf an individual recalled to his correct target, he was reinforced and all other animals that approached were …………\r\n<em><strong>\r\nWant to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong></em>', 'Protocol for Training Select Individuals from a Large Group of Socially Housed Anubis Baboons (Papio anubis)', 0, '', 'draft', 'closed', 'closed', '', 'protocol-for-training-select-individuals-from-a-large-group-of-socially-housed-anubis-baboons-papio-anubis', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 0, 'http://aazk.org/?p=1743', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1744, 2, '2010-10-02 09:59:24', '2010-10-02 14:59:24', '', 'baboon_training', 0, '', 'inherit', 'closed', 'closed', '', 'baboon_training', '', '', '2010-10-02 09:59:24', '2010-10-02 14:59:24', '', 1743, 'http://aazk.org/wp-content/uploads/baboon_training.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1745, 2, '2010-10-02 10:00:04', '2010-10-02 15:00:04', '<em>By Rebecca Bearman, Lead Keeper/Birds &amp; Program Animals\nZoo Atlanta, Atlanta, GA</em>\n\n<strong>Introduction</strong>\nAnimal welfare has been a hot topic for as long as animals have been under human care.  In 1900, the Cruelty to Wild Animals Act outlawed tormenting zoo animals, shortly before Carl Hagenbeck chose positive reinforcement training (PRT) over traditional training methods to manage his animal collection (Mench and Kreger, 1997).  Today, we know PRT is a successful tool for improving the welfare of animals in captivity.\n\nPRT provides tools to: improve husbandry through cooperation between keeper and animal; improve social management through increased affiliation and decreased aggression (Prescott and Buchanan-Smith, 2003); increase overall activity (Waitt, Buchanan-Smith &amp; Morris, 2002); desensitize animals to potentially stressful environmental factors; and increase accessibility (Laule and Whittaker, 2007).\n\nPRT has been shown to decrease stress (Basset, Buchanan-Smith, McKinley, et. al., 2003) and stereotypical behaviors (Bloomsmith, Marr &amp; Maple, 2007), while increasing communication and trust between caretakers and animals, enhancing overall well-being of captive animals, and assisting in husbandry, veterinary, and research procedures (Lambeth, Hau, Perlman, et. al., 2006).  According to Lambeth et al (2006), staff also benefit from decreased stress as animals learn to cooperate.  PRT training sessions allow zoo goers to see animals up close, performing natural behaviors on cue; ask questions after training sessions; and enjoy increased learning opportunities (Anderson, Kelling, Pressley-Keough, et al., 2003).\n\nAlthough benefits of PRT have been clearly demonstrated, there are circumstances in which caregivers choose not to employ it.  Training animals in groups can lead to aggression between cage mates; or less dominant animals may refuse food from a trainer in the presence of a more dominant animal (personal observation).  To eliminate the need to separate animals for training, this study addressed methods for training select individuals housed within large social groups.  Through trial and error, an effective protocol for training individual animals within a larger group was developed.\n\n<strong>Methods</strong>\n\n<em><strong>Location and Study Animals</strong></em>\nThe 49.56.20 Anubis baboons (Papio anubis) involved in this study were housed in a two-acre enclosure at Six Flags Wild Safari in Jackson, New Jersey, USA.  All males, with one exception, were castrated.  While Wild Safari is a drive-through park, the baboon habitat is closed off from the road.  Six males were initially selected to participate in the study over seven days of ad libitum observations of the entire group (Altmann, 1974); an additional individual that regularly approached during training sessions was added (see Training Methods).\n\nThe training area was along the exterior fence in an employee-only area.  Participant baboons were selected based on perceived dominance level (mid- to high-ranking), curiosity (high), fearfulness (low) and desire for reinforcement (high) (Mellen and Ellis, 1997; Savastano, Hanson &amp; McCann, 2003; Laule and Whittaker, 2007).  These criteria suggest that an animal will be interested and successful in a PRT program (Bloomsmith, Marr &amp; Maple, 1998; McKinnley, 2003).\n\n<strong>Training Methods</strong>\nVia protective contact through a chain-link fence, 123 training sessions were conducted over 51 days, each averaging 4.8 minutes in duration.  Animals were trained during normally high activity periods to increase likelihood of success (Ramirez, 1999).  Two to four individuals were trained per session, during two training sessions per day.  Behaviors trained are listed in Table 1. A variable training schedule was introduced to avoid session anticipation, a potential cause of frustration, which might have led to aggression (Ramirez, 1999).  The trainer chose a focal animal at the start of each session based on which animals showed up and had not been trained in previous sessions.  Systematic rotation was not used because not every focal animal was present at every session.  Initially, sessions were kept to approximately five minutes, due to increased aggression observed during longer sessions; duration increased slowly over five weeks, up to 15 minutes per session without any contact aggression.  The focal animal was reinforced for the chosen behavior by the lead trainer, while other nearby animals were fed by training assistants, and reinforced for non-interference with the focal animal and trainer.\n\n<em><strong>Step 1. Approaching the Trainer</strong></em>\nInitially, focal animals were reinforced for approaching the trainer with a regular keeper present, then reinforced for approaching the trainer without the regular keeper present. Once a relationship was established, a focal baboon was selected for each session.  The trainer worked with the focal while assistant trainers reinforced surrounding animals for allowing the focal to receive reinforcement (Schapiro, Bloomsmith &amp; Laule, 2003; Laule, Thurston, Alford, et al., 1996).  Initially, more dominant animals were reinforced before subordinate animals (Schapiro, Bloomsmith &amp; Laule, 2003) or at the same time.  Once dominant animals allowed subordinate individuals to receive food, this policy was no longer strictly followed.  During the project one monkey, Face, was incorporated into the program after consistently interfering, and was trained to allow subordinate monkeys to receive food in his presence.\n\n<img class="alignnone size-full wp-image-1744" title="baboon_training" src="http://aecetia.net/gws/aazk/wp-content/uploads/baboon_training.jpg" alt="baboon_training" width="692" height="519" />\n\n<strong>Photo 1: </strong>Trainer hold target unique to a particular animal to test its recognition of the target as being its own. <em> (Photo by Laura Fischetti)</em>', 'Protocol for Training Select Individuals from a Large Group of Socially Housed Anubis Baboons (Papio anubis)', 0, '', 'inherit', 'closed', 'closed', '', '1743-revision', '', '', '2010-10-02 10:00:04', '2010-10-02 15:00:04', '', 1743, 'http://aazk.org/uncategorized/1743-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1746, 2, '2010-10-02 10:01:50', '2010-10-02 15:01:50', '<em>By Rebecca Bearman, Lead Keeper/Birds &amp; Program Animals\nZoo Atlanta, Atlanta, GA</em>\n\n<strong>Introduction</strong>\nAnimal welfare has been a hot topic for as long as animals have been under human care.  In 1900, the Cruelty to Wild Animals Act outlawed tormenting zoo animals, shortly before Carl Hagenbeck chose positive reinforcement training (PRT) over traditional training methods to manage his animal collection (Mench and Kreger, 1997).  Today, we know PRT is a successful tool for improving the welfare of animals in captivity.\n\nPRT provides tools to: improve husbandry through cooperation between keeper and animal; improve social management through increased affiliation and decreased aggression (Prescott and Buchanan-Smith, 2003); increase overall activity (Waitt, Buchanan-Smith &amp; Morris, 2002); desensitize animals to potentially stressful environmental factors; and increase accessibility (Laule and Whittaker, 2007).\n\nPRT has been shown to decrease stress (Basset, Buchanan-Smith, McKinley, et. al., 2003) and stereotypical behaviors (Bloomsmith, Marr &amp; Maple, 2007), while increasing communication and trust between caretakers and animals, enhancing overall well-being of captive animals, and assisting in husbandry, veterinary, and research procedures (Lambeth, Hau, Perlman, et. al., 2006).  According to Lambeth et al (2006), staff also benefit from decreased stress as animals learn to cooperate.  PRT training sessions allow zoo goers to see animals up close, performing natural behaviors on cue; ask questions after training sessions; and enjoy increased learning opportunities (Anderson, Kelling, Pressley-Keough, et al., 2003).\n\nAlthough benefits of PRT have been clearly demonstrated, there are circumstances in which caregivers choose not to employ it.  Training animals in groups can lead to aggression between cage mates; or less dominant animals may refuse food from a trainer in the presence of a more dominant animal (personal observation).  To eliminate the need to separate animals for training, this study addressed methods for training select individuals housed within large social groups.  Through trial and error, an effective protocol for training individual animals within a larger group was developed.\n\n<strong>Methods</strong>\n\n<em><strong>Location and Study Animals</strong></em>\nThe 49.56.20 Anubis baboons (Papio anubis) involved in this study were housed in a two-acre enclosure at Six Flags Wild Safari in Jackson, New Jersey, USA.  All males, with one exception, were castrated.  While Wild Safari is a drive-through park, the baboon habitat is closed off from the road.  Six males were initially selected to participate in the study over seven days of ad libitum observations of the entire group (Altmann, 1974); an additional individual that regularly approached during training sessions was added (see Training Methods).\n\nThe training area was along the exterior fence in an employee-only area.  Participant baboons were selected based on perceived dominance level (mid- to high-ranking), curiosity (high), fearfulness (low) and desire for reinforcement (high) (Mellen and Ellis, 1997; Savastano, Hanson &amp; McCann, 2003; Laule and Whittaker, 2007).  These criteria suggest that an animal will be interested and successful in a PRT program (Bloomsmith, Marr &amp; Maple, 1998; McKinnley, 2003).\n\n<strong>Training Methods</strong>\nVia protective contact through a chain-link fence, 123 training sessions were conducted over 51 days, each averaging 4.8 minutes in duration.  Animals were trained during normally high activity periods to increase likelihood of success (Ramirez, 1999).  Two to four individuals were trained per session, during two training sessions per day.  Behaviors trained are listed in Table 1. A variable training schedule was introduced to avoid session anticipation, a potential cause of frustration, which might have led to aggression (Ramirez, 1999).  The trainer chose a focal animal at the start of each session based on which animals showed up and had not been trained in previous sessions.  Systematic rotation was not used because not every focal animal was present at every session.  Initially, sessions were kept to approximately five minutes, due to increased aggression observed during longer sessions; duration increased slowly over five weeks, up to 15 minutes per session without any contact aggression.  The focal animal was reinforced for the chosen behavior by the lead trainer, while other nearby animals were fed by training assistants, and reinforced for non-interference with the focal animal and trainer.\n\n<em><strong>Step 1. Approaching the Trainer</strong></em>\nInitially, focal animals were reinforced for approaching the trainer with a regular keeper present, then reinforced for approaching the trainer without the regular keeper present. Once a relationship was established, a focal baboon was selected for each session.  The trainer worked with the focal while assistant trainers reinforced surrounding animals for allowing the focal to receive reinforcement (Schapiro, Bloomsmith &amp; Laule, 2003; Laule, Thurston, Alford, et al., 1996).  Initially, more dominant animals were reinforced before subordinate animals (Schapiro, Bloomsmith &amp; Laule, 2003) or at the same time.  Once dominant animals allowed subordinate individuals to receive food, this policy was no longer strictly followed.  During the project one monkey, Face, was incorporated into the program after consistently interfering, and was trained to allow subordinate monkeys to receive food in his presence.\n\n<img class="alignnone size-full wp-image-1744" title="baboon_training" src="http://aecetia.net/gws/aazk/wp-content/uploads/baboon_training.jpg" alt="baboon_training" width="692" height="519" />\n\n<strong>Photo 1: </strong>Trainer hold target unique to a particular animal to test its recognition of the target as being its own. <em> (Photo by Laura Fischetti)</em>\n\n<em><strong>Step 2. Visual Recall and Station on Individual Target</strong></em>\nEach animal was assigned a visual symbol to act as a target, recall, and station.  As an individual approached, his unique target was held to the fence and the animal was reinforced for touching it (initially) and maintaining contact until bridged (as training progressed) (See Photo 1).  Once this behavior was reliable, the animal’s knowledge of his own target was tested by presenting him with both the correct target and an incorrect one, and reinforced for touching the correct target.\n\nIf an individual recalled to his correct target, he was reinforced and all other animals that approached were …………\n<em><strong>\nWant to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong></em>', 'Protocol for Training Select Individuals from a Large Group of Socially Housed Anubis Baboons (Papio anubis)', 0, '', 'inherit', 'closed', 'closed', '', '1743-autosave', '', '', '2010-10-02 10:01:50', '2010-10-02 15:01:50', '', 1743, 'http://aazk.org/uncategorized/1743-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1747, 2, '2010-10-02 10:09:00', '2010-10-02 15:09:00', '<img class="alignnone size-medium wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options-300x117.jpg" alt="enrichment_options" width="300" height="117" />\r\n\r\n<em>By Sheila Wojciechowski, Senior Keeper, Primate Department\r\nChicago Zoological Society, Brookfield Zoo\r\nBrookfield, Il 60513\r\nsheila.wojciechowski@czs.org</em>\r\n\r\n<strong>Introduction</strong>\r\nThe Tropic World South America exhibit at Brookfield Zoo is a mixed-species, naturalistic rainforest exhibit which contains 2.6 spider monkeys (Ateles geoffroyi), 1.3 capuchin monkeys (Cebus apella), 0.1 giant anteater (Mirmecophaga tridactyla), and 0.1 lowland tapir (Tapirus terrestris).  This study focused on creating the most effective enrichment rotation for Jutal, our 26-year-old Brazilian lowland tapir.  Keepers began focusing on creating an enrichment rotation for her in 2008.  Initially this involved developing a list of potential enrichment ideas from published accounts of tapir enrichment at other zoos (Sharpe 1997, Zenzinger 2003, and Hobbelink).  We also visited the hoofstock and pachyderm departments of our zoo to research enrichment being provided to similar species.  In addition, we relied on our knowledge of our tapir’s behavior and brainstormed other things she might utilize.  In the end, we had developed a list long enough to provide enrichment twice per day (Figure 1). This was the easy part.\r\n\r\nNext came testing each of the enrichment items to see what she would utilize.  This was primarily done by casual observations.  Keepers made note of what she was and was not utilizing in her holding area, while a volunteer noted what she was and was not utilizing on exhibit.  While we hypothesized that an animal species which is more olfactory oriented would react dramatically to different scents, this proved not to be the case.  Since this tapir seems to enjoy a daily rub-down by keepers during daily visually examinations we attempted tactile enrichment ideas.  Keepers never observed Jutal to utilize these items even after months of trying them.  Keepers did not detect any change in Jutal’s behavior with novel sound enrichment.  She did initially respond to an audio tape of vocalizations made by another tapir, but this seemed to subside quickly.  Unfortunately we were unable to modify her exhibit use through these environmental changes.  Perhaps, it is difficult to get a geriatric animal to change her ways.  However, from our brainstorm list, we did identify seven items that can be thrown into the tapir pool during the middle of the day, which Jutal would consistently utilize (Figure 2).  Therefore, to be more effective for keepers and Jutal, we made the decision to simplify our enrichment rotation to once per day.\r\n\r\nNow that we decided “what” enrichment to provide to Jutal, we had to decide “when” we should provide it.  Initially we decided to provide her with enrichment at 1530 hrs because this is the approximate time she woke up daily.    We then began a formal study looking at the time of day the enrichment item was provided with the goal of maximizing the amount of time the tapir was active during public hours.\r\n\r\n<strong>Methods </strong>\r\nBehavioral data recording if Jutal was “inactive” or “active” were collected by a volunteer at 30-minute intervals from 1000 hrs until 1700 hrs every Saturday and Sunday from May 2008 until August 2009.  “Inactive” was defined as being in a lying position; while “active” was defined as standing on all four feet (whether locomoting or stationary) or swimming in her pool.  Between the time points the volunteer continued to observe constantly and recorded the exact time Jutal woke up and got into a standing position each day.  Prior to the start of the enrichment rotation, eight months of baseline data were collected on Jutal without any enrichment provided.  The experimental portion of the study consisted of providing the same enrichment items at different times of the day.  We selected four different time periods (1300, 1400, 1445, and 1530 hrs) to study.  Each time period was performed for seven weeks, with enrichment provided daily at the specific time and data collected on weekends.  All seven of the enrichment items were provided equally during each of the time periods on data collection days.\r\n\r\n<img class="alignnone size-full wp-image-1748" title="tapir" src="http://aecetia.net/gws/aazk/wp-content/uploads/tapir.jpg" alt="tapir" width="566" height="853" />\r\n\r\nJutal, tapir, interacting with one of her plastic items smeared with peanut butter\r\n<em><strong>(Photos by Jim Schultz, Chicago Zoological Society)</strong></em>\r\n\r\n<strong>Results</strong>\r\nThe time Jutal awoke daily during the control phase (no enrichment) and each of the experimental phases was averaged.  Results are displayed in Figure 3.  When enrichment was provided, Jutal did awake earlier.  However, there was a significant difference in the experimental conditions with enrichment being provided at 1400or 1445 hrs resulting in the desired results of waking up the earliest.  Throwing enrichment at this time of day resulted in nearly an hour increase in the time she awoke.\r\n\r\nFigure 4 displays the percent of time Jutal was active during public viewing hours.  Again, significant differences can be seen in each of the experimental conditions.  Jutal was most active when enrichment was thrown at 1400 or 1445 hrs, with no significant difference in these two conditions.\r\n\r\n<strong>Discussion</strong>\r\nWhile keepers often put a lot of time into selecting “what” enrichment items to provide to an animal, this study shows that “when” enrichment is provided can be as important.  It also shows that keepers observing briefly when enrichment is provided may not be the most accurate way to evaluate if goals of an enrichment program are being met.  Our original idea (and easiest for us to see results) was to provide enrichment during her normal active period.  When keepers provided enrichment to Jutal at 1530 hrs, she was often awake already.   (The average time she woke up at this condition was…….\r\n<em><strong>\r\nWant to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a>\r\n\r\n</strong></em>', 'Tapir Enrichment:  Deciding “when” is just as important as deciding “what”', 0, '', 'draft', 'closed', 'closed', '', 'tapir-enrichment-deciding-when-is-just-as-important-as-deciding-what', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 0, 'http://aazk.org/?p=1747', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1748, 2, '2010-10-02 10:07:29', '2010-10-02 15:07:29', '', 'tapir', 0, '', 'inherit', 'closed', 'closed', '', 'tapir', '', '', '2010-10-02 10:07:29', '2010-10-02 15:07:29', '', 1747, 'http://aazk.org/wp-content/uploads/tapir.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1749, 2, '2010-10-02 10:08:46', '2010-10-02 15:08:46', '<img class="alignnone size-medium wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options-300x117.jpg" alt="enrichment_options" width="300" height="117" />\n\n<em>By Sheila Wojciechowski, Senior Keeper, Primate Department\nChicago Zoological Society, Brookfield Zoo\nBrookfield, Il 60513\nsheila.wojciechowski@czs.org</em>\n\n<strong>Introduction</strong>\nThe Tropic World South America exhibit at Brookfield Zoo is a mixed-species, naturalistic rainforest exhibit which contains 2.6 spider monkeys (Ateles geoffroyi), 1.3 capuchin monkeys (Cebus apella), 0.1 giant anteater (Mirmecophaga tridactyla), and 0.1 lowland tapir (Tapirus terrestris).  This study focused on creating the most effective enrichment rotation for Jutal, our 26-year-old Brazilian lowland tapir.  Keepers began focusing on creating an enrichment rotation for her in 2008.  Initially this involved developing a list of potential enrichment ideas from published accounts of tapir enrichment at other zoos (Sharpe 1997, Zenzinger 2003, and Hobbelink).  We also visited the hoofstock and pachyderm departments of our zoo to research enrichment being provided to similar species.  In addition, we relied on our knowledge of our tapir’s behavior and brainstormed other things she might utilize.  In the end, we had developed a list long enough to provide enrichment twice per day (Figure 1). This was the easy part.\n\nNext came testing each of the enrichment items to see what she would utilize.  This was primarily done by casual observations.  Keepers made note of what she was and was not utilizing in her holding area, while a volunteer noted what she was and was not utilizing on exhibit.  While we hypothesized that an animal species which is more olfactory oriented would react dramatically to different scents, this proved not to be the case.  Since this tapir seems to enjoy a daily rub-down by keepers during daily visually examinations we attempted tactile enrichment ideas.  Keepers never observed Jutal to utilize these items even after months of trying them.  Keepers did not detect any change in Jutal’s behavior with novel sound enrichment.  She did initially respond to an audio tape of vocalizations made by another tapir, but this seemed to subside quickly.  Unfortunately we were unable to modify her exhibit use through these environmental changes.  Perhaps, it is difficult to get a geriatric animal to change her ways.  However, from our brainstorm list, we did identify seven items that can be thrown into the tapir pool during the middle of the day, which Jutal would consistently utilize (Figure 2).  Therefore, to be more effective for keepers and Jutal, we made the decision to simplify our enrichment rotation to once per day.\n\nNow that we decided “what” enrichment to provide to Jutal, we had to decide “when” we should provide it.  Initially we decided to provide her with enrichment at 1530 hrs because this is the approximate time she woke up daily.    We then began a formal study looking at the time of day the enrichment item was provided with the goal of maximizing the amount of time the tapir was active during public hours.\n\n<strong>Methods </strong>\nBehavioral data recording if Jutal was “inactive” or “active” were collected by a volunteer at 30-minute intervals from 1000 hrs until 1700 hrs every Saturday and Sunday from May 2008 until August 2009.  “Inactive” was defined as being in a lying position; while “active” was defined as standing on all four feet (whether locomoting or stationary) or swimming in her pool.  Between the time points the volunteer continued to observe constantly and recorded the exact time Jutal woke up and got into a standing position each day.  Prior to the start of the enrichment rotation, eight months of baseline data were collected on Jutal without any enrichment provided.  The experimental portion of the study consisted of providing the same enrichment items at different times of the day.  We selected four different time periods (1300, 1400, 1445, and 1530 hrs) to study.  Each time period was performed for seven weeks, with enrichment provided daily at the specific time and data collected on weekends.  All seven of the enrichment items were provided equally during each of the time periods on data collection days.\n\n<img class="alignnone size-full wp-image-1748" title="tapir" src="http://aecetia.net/gws/aazk/wp-content/uploads/tapir.jpg" alt="tapir" width="566" height="853" />\n\nJutal, tapir, interacting with one of her plastic items smeared with peanut butter\n<em><strong>(Photos by Jim Schultz, Chicago Zoological Society)</strong></em>\n\n<strong>Results</strong>\nThe time Jutal awoke daily during the control phase (no enrichment) and each of the experimental phases was averaged.  Results are displayed in Figure 3.  When enrichment was provided, Jutal did awake earlier.  However, there was a significant difference in the experimental conditions with enrichment being provided at 1400or 1445 hrs resulting in the desired results of waking up the earliest.  Throwing enrichment at this time of day resulted in nearly an hour increase in the time she awoke.\n\nFigure 4 displays the percent of time Jutal was active during public viewing hours.  Again, significant differences can be seen in each of the experimental conditions.  Jutal was most active when enrichment was thrown at 1400 or 1445 hrs, with no significant difference in these two conditions.\n\n<strong>Discussion</strong>\nWhile keepers often put a lot of time into selecting “what” enrichment items to provide to an animal, this study shows that “when” enrichment is provided can be as important.  It also shows that keepers observing briefly when enrichment is provided may not be the most accurate way to evaluate if goals of an enrichment program are being met.  Our original idea (and easiest for us to see results) was to provide enrichment during her normal active period.  When keepers provided enrichment to Jutal at 1530 hrs, she was often awake already.   (The average time she woke up at this condition was…….\n<em><strong>\nWant to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. JOIN NOW!\n\n</strong></em>', 'Tapir Enrichment:  Deciding “when” is just as important as deciding “what”', 0, '', 'inherit', 'closed', 'closed', '', '1747-revision', '', '', '2010-10-02 10:08:46', '2010-10-02 15:08:46', '', 1747, 'http://aazk.org/uncategorized/1747-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1750, 2, '2010-09-01 08:46:13', '2010-09-01 13:46:13', '<strong> September 7-12, 2010 - <em>National AZAD Conference</em></strong><em> </em>Hosted by Brookfield Zoo, Brookfield, IL USA. Call for Papers--Share your ideas by presenting a paper addressing ways people can work to conserve our Earth and all the gifts it gives us. For further information see <a href="http://www.azadocents.org/">http://www.azadocents.org/</a>\r\n<strong>\r\nSeptember 11-16, 2010 -<em> AZA 2010 Annual Conference</em></strong>.  Hosted by the Houston Zoo, Houston, TX.  See <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a> for further information.\r\n\r\n<strong>September 7-12, 2010 </strong>- <strong><em>National AZAD Conference</em></strong> Hosted by Brookfield Zoo, Brookfield, IL USA. Call for Papers--Share your ideas by presenting a paper addressing ways people can work to conserve our Earth and all the gifts it gives us - Abstracts must be submitted by January 15, 2010; Notification of Acceptance is February 15, 2010; Completed papers are due April 1, 2010.  Presentations should be 45 minutes in length, including 10 minutes for Q&amp;A.  Please email abstracts to <a href="mailto:AZAD2010info@gmail.com">AZAD2010info@gmail.com</a> with the subject line being “Abstract”.  Include name and contact info, title of paper, abstract, audio-visual equipment needed, your zoo/aquarium affiliation and AZAD membership category.\r\n\r\n<strong>September 26-30, 2010</strong> -<em> <strong>AZA Orangutan SSP® Workshop </strong></em>– at the Denver Zoo, Denver, CO. Theme:  “Conservation &amp; Husbandry Innovations for the New Decade” Climb Up to a Higher Branch at the 4th Annual Orangutan SSP® Husbandry Workshop! - Focused on the care and management of orangutans, the workshop will bring together orangutan caregivers and managers, researchers, and field biologists to share the most current information on husbandry, conservation, and emergent issues pertaining to captive and wild populations of orangutans. Workshop registration fee is $125. The workshop will be held in conjunction with the Orangutan SSP® Masterplan meetings which will take place on Sunday, September 26, 2010.  For additional information contact Ronda Schwetz at <a href="mailto:rschwetz@denverzoo.org">rschwetz@denverzoo.org</a>.   Online registration will be available soon at <a href="http://www.denverzoo.org">www.denverzoo.org</a>. Pre-Conference Trip to Cheyenne Mountain Zoo Sunday, September 26—more details soon!<strong>\r\n</strong>\r\n\r\n<strong>September 28-October 2, 2010</strong> -<strong><em> 20th International Zoo Educators’ (IZE) Biennial Conference</em></strong> - at Disney’s Animal Kingdom, Orlando, FL.  For more information, please visit <a href="http://www.izea.net">http://www.izea.net</a>.\r\n\r\n<strong>September 30 - October 3, 2010 - <em>The 32nd Annual Elephant Manager’s Association Conference</em></strong> - Hosted by the Pittsburgh Zoo &amp; PPG Aquarium. Conference will be held at the Holiday Inn Hotel and Suites Pittsburgh-Allegheny Valley-RIDC. A room block is reserved.  Call (412) 963-0600 for reservations.  More details will follow on Facebook, in AZA and EMA publications and websites.  Contact Terry Deluliis at (412) 365-2500 with questions.\r\n\r\n<strong>October 3-7, 2010 - <em>The Aquarium and Zoo Facilities Association’s 17th Annual Conference</em></strong> - To be hosted by the Saint Louis Zoo in Saint Louis, MO.  For further program and registration information, please see <a href="http://www.azfa.org">www.azfa.org</a> or call Sue Stroud at (314) 646-4616; Fax (314) 646-5531; email at <a href="mailto:stroud@stlzoo.org">stroud@stlzoo.org</a>\r\n\r\n<strong></strong>\r\n\r\n<strong>October 14-15, 2010</strong> - <em><strong>Passerine Workshop </strong></em>\r\nHosted by Zoo Atlanta, Atlanta, GA. The intent of this workshop is to increase knowledge for keepers/newer managers on basic husbandry, breeding, and daily management of various passerine species and sharing of information between institutions.\r\n\r\nPlease contact Sprina Liu, <a href="mailto:sliu@zooatlanta.org">sliu@zooatlanta.org</a>, for more information.\r\n\r\n<strong>October 14-20, 2010 - <em>30th Annual AZVT Conference</em></strong>.  The Association of Zoo Veterinary Technicians will meet at the Los Angeles Zoo in Los Angeles, CA.  If you would like more information please visit <a href="http://www.azvt.org">www.azvt.org</a> or contact Peter Flowers @ <a href="mailto:zootekkie@gmail.com">zootekkie@gmail.com</a> or call (323) 644-6051.\r\n\r\n<strong>October 17-21, 2010 -  <em>65th Annual Conference of WAZA</em></strong>. To be held in Cologne, Germany.  See <a href="http://www.waza.org/en/site/home">http://www.waza.org/en/site/home</a> for further information.\r\n\r\n<strong>November 10-13, 2010  - <em>The 6th Annual Zoological Association of America Conference</em></strong> - In Lafayette, LA.  Information and registration forms are available at <a href="http://www.zaa.org/">http://www.zaa.org/</a>.  For more information, contact Matt Oldenburg at (337) 837-6139 or <a href="mailto:MOldenburg@ZooOfAcadiana.org">MOldenburg@ZooOfAcadiana.org</a>.\r\n\r\n<strong>December 6-10, 2010 - <em>Training and Enrichment Workshop for Zoo Animals</em></strong><em> </em>- Oakland Zoo, Oakland, CA.  For information contact Active Environments, Inc. at 805-737-3700 or email Gail Laule at <a href="mailto:moonshadowe@earthlink.net">moonshadowe@earthlink.net</a> or Margaret Rousser at <a href="mailto:margaret@oaklandzoo.org">margaret@oaklandzoo.org</a>.\r\n\r\n<strong>February 16-19, 2011  - <em>19th Annual Conference International Association of Avian Trainers and Educators</em></strong> ~ “Pittsburgh 2011: Innovation and Inspiration” Hosted by National Aviary in Pittsburgh, PA USA. Papers, posters, site visits, vendors and workshops. Topics will include avian behavior, training, husbandry, conservation, education, enrichment and show presentation/production.  For more information about the conference visit <a href="http://www.IAATE.org">www.IAATE.org</a>.\r\n\r\n<strong><em></em></strong>\r\n\r\n<strong>March 2-4, 2011 - <em>Association of Professional Wildlife Educators</em></strong>. To be held at the Frank Buck Zoo Gainesville, Texas. Watch <a href="http://www.apwe.org/">http://www.apwe.org/</a> for details as they become available.\r\n\r\n<strong>March 8-11, 2011 -<em> Zoos and Aquariums Committing to Conservation</em></strong>.  Hosted by the Woodland Park Zoo, at Sheraton Seattle Hotel, Seattle, WA, USA.  Icebreaker planned for evening of March 7th. Registration is now open at <a href="http://www.zoo.org/zacc">www.zoo.org/zacc</a>.\r\n<strong>\r\nMay 15th-18th, 2011 - <em>2011 Rhino Keeper Workshop</em></strong>. To be held at Fossil Rim Wildlife Center, Glen Rose, Texas. For further info contact:<a href="mailto:adam.felts@columbuszoo.org"> adam.felts@columbuszoo.org</a>.\r\n\r\n<em><strong>Upcoming AAZK National Conferences</strong></em>\r\n\r\n2011 - San Diego, CA - August 24-28\r\n\r\n2012 - Syracuse, NY - September 23-27\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at\r\n<a href="http://aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>\r\n\r\n<em><strong>Upcoming AZA National Conferences</strong></em>\r\n\r\nSeptember 11-16, 2010  - AZA 2010 Annual Conference - Hosted by Houston Zoo, Houston, TX.\r\n\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events September 2010', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2010-09-01 08:46:13', '2010-09-01 13:46:13', '', 435, 'http://aazk.org/uncategorized/435-revision-24/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1795, 2, '2010-11-02 08:56:55', '2010-11-02 13:56:55', '<strong>November 10-13, 2010  - <em>The 6th Annual Zoological Association of America Conference</em></strong> - In Lafayette, LA.  Information and registration forms are available at <a href="http://www.zaa.org/">http://www.zaa.org/</a>.  For more information, contact Matt Oldenburg at (337) 837-6139 or <a href="mailto:MOldenburg@ZooOfAcadiana.org">MOldenburg@ZooOfAcadiana.org</a>.\r\n\r\n<strong>November 16-19, 2010 - <em>2010 Aquatic Zoo Animal Nutrition Workshop</em> - </strong>To be held in Montreal, Canada. For further information go to <a href="http://www.caza-narg.org">http://www.caza-narg.org</a><strong>.\r\n</strong>\r\n\r\n<strong>December 6-10, 2010 - <em>Training and Enrichment Workshop for Zoo Animals</em></strong><em> </em>- Oakland Zoo, Oakland, CA.  For information contact Active Environments, Inc. at 805-737-3700 or email Gail Laule at <a href="mailto:moonshadowe@earthlink.net">moonshadowe@earthlink.net</a> or Margaret Rousser at <a href="mailto:margaret@oaklandzoo.org">margaret@oaklandzoo.org</a>.\r\n\r\n<strong>February 16-19, 2011  - <em>19th Annual Conference International Association of Avian Trainers and Educators</em></strong> ~ “Pittsburgh 2011: Innovation and Inspiration” Hosted by National Aviary in Pittsburgh, PA USA. Papers, posters, site visits, vendors and workshops. Topics will include avian behavior, training, husbandry, conservation, education, enrichment and show presentation/production.  For more information about the conference visit <a href="http://www.IAATE.org">www.IAATE.org</a>.\r\n\r\n<strong><em></em></strong>\r\n\r\n<strong>March 2-4, 2011 - <em>Association of Professional Wildlife Educators</em></strong>. To be held at the Frank Buck Zoo Gainesville, Texas. Watch <a href="http://www.apwe.org/">http://www.apwe.org/</a> for details as they become available.\r\n\r\n<strong>March 8-11, 2011 -<em> Zoos and Aquariums Committing to Conservation</em></strong>.  Hosted by the Woodland Park Zoo, at Sheraton Seattle Hotel, Seattle, WA, USA.  Icebreaker planned for evening of March 7th. Registration is now open at <a href="http://www.zoo.org/zacc">www.zoo.org/zacc</a>.\r\n\r\n<strong>March 19-24 , 2011 - Save the Date!  <em>The 2011 AZA Ungulate TAG Midyear Meetings</em></strong> are being planned in conjunction with the AZA Midyear workshop in Chattanooga, TN. The exact dates of the Ungulate TAG meetings will be determined soon.  This year the meetings will include midyear/working meetings for the following AZA TAGS:  Antelope and Giraffe, Equid, Cervid, Caprid, Wild Pig and Peccary and the Cattle TAG, as well as the Annual Ungulate TAG Research Symposium.  AZA has announced that the registration rates will remain the same as the rates in 2009 and the Conference Hotel will be the Chattanooga Marriott with conference rates of $135/night.   Contact Martha Fischer at <a href="mailto:fischer@stlzoo.org">fischer@stlzoo.org</a> for more information.\r\n\r\n<strong>April 17-22, 2011 - <em>11th Annual Animal Behavior Management Alliance (ABMA)</em></strong>. In Denver, CO. The conference will kick off with our keynote speaker, Dr. Jill Mellen from Disney’s Animal Kingdom, and will culminate with an Earth Day to remember at the Denver Zoo.  See (<a href="http://www.theabma.org/">http://www.theabma.org/</a>) for further information.\r\n\r\n<strong>\r\nMay 15th-18th, 2011 - <em>2011 Rhino Keeper Workshop</em></strong>. To be held at Fossil Rim Wildlife Center, Glen Rose, Texas. For further info contact:<a href="mailto:adam.felts@columbuszoo.org"> adam.felts@columbuszoo.org</a>.\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n<em><strong>Upcoming AAZK National Conferences</strong></em>\r\n\r\n2011 - San Diego, CA - August 24-28\r\n\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - Dates TBA\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n\r\n<em><strong>Upcoming AZA National Conferences</strong></em>\r\n\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events November 2010', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2010-11-02 08:56:55', '2010-11-02 13:56:55', '', 435, 'http://aazk.org/uncategorized/435-revision-26/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1820, 2, '2010-12-01 06:34:33', '2010-12-01 11:34:33', '<strong>December 6-10, 2010 - <em>Training and Enrichment Workshop for Zoo Animals</em></strong><em> </em>- Oakland Zoo, Oakland, CA.  For information contact Active Environments, Inc. at 805-737-3700 or email Gail Laule at <a href="mailto:moonshadowe@earthlink.net">moonshadowe@earthlink.net</a> or Margaret Rousser at <a href="mailto:margaret@oaklandzoo.org">margaret@oaklandzoo.org</a>.\r\n\r\n<strong>February 16-19, 2011  - <em>19th Annual Conference International Association of Avian Trainers and Educators</em></strong> ~ “Pittsburgh 2011: Innovation and Inspiration” Hosted by National Aviary in Pittsburgh, PA USA. Papers, posters, site visits, vendors and workshops. Topics will include avian behavior, training, husbandry, conservation, education, enrichment and show presentation/production.  For more information about the conference visit <a href="http://www.IAATE.org">www.IAATE.org</a>.\r\n\r\n<strong><em></em></strong>\r\n\r\n<strong>March 2-4, 2011 - <em>Association of Professional Wildlife Educators</em></strong>. To be held at the Frank Buck Zoo Gainesville, Texas. Watch <a href="http://www.apwe.org/">http://www.apwe.org/</a> for details as they become available.\r\n\r\n<strong>March 6-11, 2011 - <em>AZA Professional Training Course:  Animal Training Applications in Zoos and Aquariums.</em> </strong>Hosted at Disney’s Animal Kingdom, Orlando, FL. Get hands-on experience in training animals! This course provides zoo and aquarium staff with a background in training theory and an understanding of the skills necessary to train animals. It includes a historical perspective of animal training as well as terminology and an overview of training techniques. Selected training concepts and skills will be taught via animal demonstrations, group activities and individual skill development opportunities.\r\nFor more information:  <a href="http://www.aza.org/professional-training/">http://www.aza.org/professional-training/</a>.\r\n\r\n<strong>March 8-11, 2011 -<em> Zoos and Aquariums Committing to Conservation</em></strong>.  Hosted by the Woodland Park Zoo, at Sheraton Seattle Hotel, Seattle, WA, USA.  Icebreaker planned for evening of March 7th. Registration is now open at <a href="http://www.zoo.org/zacc">www.zoo.org/zacc</a>.\r\n\r\nWe are pleased to announce the ZACC 2011 Keynote Speakers!\r\n\r\nTuesday, March 8\r\n<strong>Dr. Jeff Bonner, President &amp; CEO, St. Louis Zoo</strong>\r\nDr. Bonner has been President and Chief Executive Officer of the Saint Louis Zoo since 2002 and is the Chair Elect of the Association of Zoos and Aquariums. Under his leadership, Saint Louis Zoo’s WildCare Institute was born, with 12 Conservation Centers supporting research and conservation activities for critically endangered species and habitats across the globe. Dr. Bonner is also the author of Sailing with Noah, Stories from the World of Zoos. The book, published in 2006, is an intensely personal, behind-the-scenes look at modern zoos. In it he explores the role of zoos in today\'s society and their future as institutions of education, conservation and research.\r\n\r\nWednesday, March 9\r\n<strong>Cristina Mittermeier, Founder &amp; Executive Director, International League of Conservation Photographers</strong>\r\nAs a photographer and writer since 1996, Cristina Mittermeier has co-edited 9 books, including a series published with Conservation International and Cemex.  Cristina serves as Executive Director of the International League of Conservation Photographers, an organization she founded in 2005, while also serving on the Chairman’s Council at Conservation International, and on the Advisory Board of Nature\'s Best Magazine.\r\n\r\nThursday, March 10\r\n<strong>Jennifer Morris, Senior Vice President of the Ecosystem Finance Division, Conservation International</strong>\r\nIn her current position at Conservation International, Jennifer Morris manages two funds: the Global Conservation Fund and Verde Ventures. The Global Conservation Fund supports the creation and financing of protected areas in Conservation International’s priority countries. The Verde Ventures Fund invests in pro-conservation, small and medium sized enterprises (SMEs) working in key sectors of interest, providing affordable financing to coffee and cacao producers, as well as ecotourism SMEs worldwide. In prior work with Conservation International, Ms Morris played a key role in assisting local partners in Africa, Asia, and Latin America to analyze, structure, and develop community-based enterprises and credit instruments for the development of rural micro and small enterprises supporting conservation.\r\n\r\nFriday, March 11\r\n<strong>Patricia A. Conrad, DVM, PhD, Co-Director of One Health Center, University of California Global Health Institute</strong>\r\nDr. Patricia Conrad, Co-Director of the One Health Center in the University of California Global Health Institute, is a protozoologist interested in zoonotic disease transmission at the interface between wildlife, humans and domestic animals. She leads an enthusiastic research team of graduate students, staff and collaborators investigating the impact of fecal pathogen pollution in freshwater, marine and terrestrial ecosystems on wildlife and human populations. Developing new technologies for parasite detection and identification of new species is an important part of their studies.\r\n\r\nBe sure you register for ZACC 2011 today to hear each of these wonderful speakers! You’ll also be able to network with colleagues, learn the latest news from other conservation organizations, and brainstorm with fellow delegates during breakout sessions all while enjoying beautiful Seattle. For a full agenda and to register, visit <a href="http://www.zoo.org/zacc">www.zoo.org/zacc</a>.\r\nP.S. Early bird conference rate is just $185 and room rates are as low as $165/night.\r\n<strong>March 19-24 , 2011 - Save the Date!  <em>The 2011 AZA Ungulate TAG Midyear Meetings</em></strong> are being planned in conjunction with the AZA Midyear workshop in Chattanooga, TN. The exact dates of the Ungulate TAG meetings will be determined soon.  This year the meetings will include midyear/working meetings for the following AZA TAGS:  Antelope and Giraffe, Equid, Cervid, Caprid, Wild Pig and Peccary and the Cattle TAG, as well as the Annual Ungulate TAG Research Symposium.  AZA has announced that the registration rates will remain the same as the rates in 2009 and the Conference Hotel will be the Chattanooga Marriott with conference rates of $135/night.   Contact Martha Fischer at <a href="mailto:fischer@stlzoo.org">fischer@stlzoo.org</a> for more information.\r\n\r\n<strong>April 17-22, 2011 - <em>11th Annual Animal Behavior Management Alliance (ABMA)</em></strong>. In Denver, CO. The conference will kick off with our keynote speaker, Dr. Jill Mellen from Disney’s Animal Kingdom, and will culminate with an Earth Day to remember at the Denver Zoo.  See (<a href="http://www.theabma.org/">http://www.theabma.org/</a>) for further information.\r\n\r\n<strong>\r\nMay 15th-18th, 2011 - <em>2011 Rhino Keeper Workshop</em></strong>. To be held at Fossil Rim Wildlife Center, Glen Rose, Texas. For further info contact:<a href="mailto:adam.felts@columbuszoo.org"> adam.felts@columbuszoo.org</a>.\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>October 6 – 9, 2011 - <em>Advancing Bear Care 2011</em></strong> – Banff, Canada\r\nBear biologists and naturalists will lead hikes into bear habitat and interpret for delegates how bears use the components of the ecosystem to express their daily and seasonal routines. We will bring this information back into workshops and apply this knowledge towards improving captive bear husbandry. Also, international bear biologists will assist us in interpreting Asian, European, and South American bear habitats.\r\n\r\n<strong>Our Hotels:</strong> We have booked a group of hotels all located in the same block right on the Bow River in Banff. The Banff Park Lodge also owns the Bow View Lodge and the Homestead Inn. Delegates will be able to book a room at one of three price points. You can stay at the Banff Park Lodge [four star hotel] for $135.00 per night - sleeps two - add $15.00 for a third person, or at the Bow View Lodge [three star hotel] for $110.00 per night – sleeps two – add $15.00 for a third person, or at the Homestead Inn [two star hotel] for $95.00 per night – sleeps two. All of the hotels offer clean, fresh rooms with various amenities, and are a two minute walk to dozens of restaurants and pubs at varying price points from McDonalds to international cuisine. Most meals will be offered at the conference but time will be set aside for delegates to experience Banff and the Rocky Mountains. All conference presentations and workshops will be held at the Banff Park Lodge. The arrangement of the hotels is reminiscent of a college campus for convenience.\r\n\r\nBanff Park Lodge <a href="http://www.banffparklodge.com/">http://www.banffparklodge.com/</a>\r\nBow View Lodge <a href="http://www.bowview.com/">http://www.bowview.com/</a>\r\nHomestead Inn <a href="http://www.homesteadinnbanff.com/">http://www.homesteadinnbanff.com/</a>\r\n\r\nThe Agenda: Breakfast is served in our private breakfast room above the hotel lobby. We will meet in the lobby early to board buses to take us out to trail heads each morning [Friday, Saturday, and Sunday] for a guided 1-2 hour hike into bear habitat interpreted by bear biologists, returning to the hotels around noon. Lunch will be served in the conference suite [except for one where delegates can try Banff cuisine]. We will meet at the conference suite for or after lunch for afternoon species-specific workshops for problem-solving sessions lead by some of our captive bear experts. Delegates are asked to bring questions, photos, and other support materials of their current enclosures and husbandry issues to share with the delegates for discussion. Workshops will cater specifically to zoos, sanctuaries, and rehabilitation facilities. Dinner will be served at the conference suite [except for two where delegates can try Banff cuisine]. We will meet after dinner in the conference suite for evening presentations given by species specific bear biologists focusing on how wild bears use their habitat. In the large lobby attached to our conference suite we will offer registration, poster presentations, the silent auction, and the Bear Book and Art Den. Delegates are asked to present their latest work in poster presentations. The Bear Care Group is beginning a new tradition of presenting awards recognizing caregivers for their presentations and hard work.\r\n\r\nPost Conference Trips: We are aware that some delegates need to be back to work after the weekend, but others can stay to sightsee. We are thrilled to announce that we will offer a three day trip into the interior of British Columbia to visit the wonderful Northern Lights Wildlife Society <a href="http://www.wildlifeshelter.com/">http://www.wildlifeshelter.com/</a> near the town of Smithers <a href="http://www.tourismsmithers.com/">http://www.tourismsmithers.com/</a>.  We will travel there from Calgary by bus or air, stay over night in Smithers, visit the rehabilitation facility for one day, and travel back to Calgary (or delegates can travel onto Vancouver or other destinations) on the third day. The Northern Lights Wildlife Society is distinguished by rehabilitating for release both American black bears and grizzly bears. Travel plans will be made as delegates express interest in the trip during conference registration. The trip is tentatively set for Tuesday, October 11th to Thursday, October 13th 20011.\r\n\r\nOn Monday, October 10th we hope to offer a full day trip to the Calgary Zoo. Arrangements are still TBA.\r\n\r\nYour Travel; Delegates should fly to the Calgary International Airport in Calgary, Alberta, Canada <a href="http://www.visitcalgary.com/visitor-information">http://www.visitcalgary.com/visitor-information</a>. It is a destination airport from many US, European and Asian cities. From there delegates can purchase a round trip ticket to Banff with the Banff Airporter <a href="http://www.banffairporter.com/">http://www.banffairporter.com/</a> directly from the airport to the Banff Park Lodge. A special price likely around $100.00 will be negotiated with the company.\r\n\r\nConference Registration: You will be able to register for the conference, conference workshops, hotel, Northern Lights Wildlife Society and Calgary Zoo trips, and Banff Airporter right on this website by January 2011 at the latest.\r\n\r\nGET CONFERENCE UPDATES\r\nConference updates will always be posted on the Bearcare Yahoo Group list serv http://ca.groups.yahoo.com/group/bearcare/ You will be able to advertise your need for roommates, rides, conference questions etc on this list serv. To join just send an email to <a href="mailto:bearcare-subscribe@yahoogroups.ca">bearcare-subscribe@yahoogroups.ca</a>.\r\n\r\n<em><strong>Upcoming AAZK National Conferences</strong></em>\r\n\r\n2011 - San Diego, CA - August 24-28\r\n\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - Dates TBA\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n\r\n<em><strong>Upcoming AZA National Conferences</strong></em>\r\n\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events December 2010', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2010-12-01 06:34:33', '2010-12-01 11:34:33', '', 435, 'http://aazk.org/uncategorized/435-revision-29/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2101, 2, '2011-09-02 10:41:38', '2011-09-02 15:41:38', '', 'vulture_chick', 0, '', 'inherit', 'closed', 'closed', '', 'vulture_chick', '', '', '2011-09-02 10:41:38', '2011-09-02 15:41:38', '', 2100, 'http://aazk.org/wp-content/uploads/vulture_chick.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2102, 2, '2011-09-02 10:42:19', '2011-09-02 15:42:19', '<em>By Christopher Torge, Animal Keeper; Victoria Shaw, Animal Keeper;\nKim Szawan, Animal Keeper;Tim Pinkerton, Zoological Manager,\nDisney’s Animal Kingdom Lodge®, Orlando, FL</em>\n\n<strong>Introduction</strong>\nRuppell’s griffon vultures (<em>Gyps rueppellii</em>) are found throughout Central Africa.  They have an average wingspan of 2.4 meters and weigh an average of eight kilograms.  This species of vulture is listed as “near threatened” according to the IUCN.  Issues affecting their declining population numbers include habitat loss due to encroaching farm land, loss of their main food source: wild ungulates, and poisoning.  Poisoning and death occur after vultures consume the remains of livestock treated with the commonly used anti-inflammatory medication, Diclofenac.  Conservation efforts are underway to stop the use of Diclofenac, replacing it with medications not lethal to vulture species.\n\nDisney’s Animal Kingdom Lodge is a 110-acre African-themed vacation resort.   Guests staying at this resort are surrounded by 45 acres of animal habitat viewable from their private rooms, as well as from common guest areas and a restaurant.  The animal collection consists of 35 species of African hoofstock and birds separated into four separate mixed-species habitats.  Disney’s Animal Kingdom Lodge®, which opened in 2001, has historically always had Ruppell’s griffon vultures as part of its animal collection.\n\nIn the winter of 2009, the flock of Ruppell’s griffon vultures housed at Disney’s Animal Kingdom Lodge® welcomed two new members.  Two chicks hatched out on 8January  and 10 January from two sets of parents.  This was the first time this species ever hatched at Disney’s Animal Kingdom Lodge®, and the animal care staff had been eagerly waiting for these hatchings to occur.  Although both sets of parents had never raised chicks before, the staff was optimistic that the birds would be successful parents.  This paper will discuss the challenges the animal care staff faced when one set of the inexperienced parents proved to be unable to raise their chick by themselves.  The methods used to successfully assist these parents in raising their chick in an 11-acre mixed-species exhibit is the focus of this paper.\n\n<strong>Challenges</strong>\nDuring the first five days, the chick appeared in good health.  The parents were observed offering regurgitated food to the chick and all seemed normal.  The neonate exam on Day 2 went well and no issues or concerns were noted at that time.  The initial plan was to leave the chick with the parents for rearing.  The first sign of challenges began on Day 6.  These challenges included lack of parental feeding, cold weather, and protective parents.\n\n<strong>Medical</strong>\nOn Day 6 the chick was unresponsive and lethargic and was transported to the veterinary hospital for evaluation.  Upon examination it was noted that the chick’s crop was empty and she had lost 18 grams in four days.  The chick was tube fed and held overnight for observations.  Within 12 hours the bird’s condition improved greatly and she started taking small pieces of chopped mouse pinkies offered with forceps.  Our assumptions were that the parents were taking care of the chick in all aspects, except adequate feeding.  We decided to return the chick to the nest and developed a supplemental feeding and weighing schedule, instead of pulling the chick for traditional hand-rearing.\n\n<strong>Feeding Issues and Solutions</strong>\nDuring the discussion of how to raise this chick, the animal care staff identified that the two priorities were to be able to feed the chick reliably on a set schedule, and to reduce imprinting on the keeper staff.   The parents had been constantly brooding and protecting the nest site, so the staff felt that leaving the chick with the parents and only assisting with its feeding was the best approach to lessen the likelihood of imprinting on the animal care staff.  A feeding and weighing schedule was implemented and a core group of keepers were assigned to handle these responsibilities.  The average temperatures in Central Florida in January 2009 were lower than normal.  Daytime temperatures remained in the 40’s and it wasn’t uncommon to have temperatures dip into the low 30’s overnight.  Initially the chick had to be pulled from the nest and placed into a heated brooder during its feeding sessions.\n\n<strong>Protective Parents</strong>\nDue to the protective nature of its parents, removing the chick from the nest proved to be a challenge.  Nets and large metal shields were used to encourage the parents away from the nest.   Once at a safe distance, keepers were able to safely remove the chick, place it in the brooder located in the back of a pickup truck several yards away from the nest site, and commence with the scheduled feeding.  Once the chick was returned to the nest, the parents quickly started to brood the chick again.   This method proved ……..\n\n<img class="alignnone size-full wp-image-2101" title="vulture_chick" src="http://aecetia.net/gws/aazk/wp-content/uploads/vulture_chick.jpg" alt="vulture_chick" width="539" height="407" />\n\nFood items handed to the adult female by keeper staff being fed to the chick. (Photo by Disney Animal Kingdom Lodge ® Animal Care Staff)', 'A Different Approach to Raising a Ruppell’s Griffon  Vulture (Gyps rueppellii) Chick by Utilizing Both  Hand-Rearing and Parent-Rearing Techniques', 0, '', 'inherit', 'closed', 'closed', '', '2100-revision', '', '', '2011-09-02 10:42:19', '2011-09-02 15:42:19', '', 2100, 'http://aazk.org/uncategorized/2100-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1760, 2, '2010-09-23 09:56:25', '2010-09-23 14:56:25', '<h3><img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" alt="pdc_color_logo" width="155" height="300" /></h3>\r\n<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-1260" title="melaina" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina-150x150.jpg" alt="melaina" width="150" height="150" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>\r\n<h3>Purpose</h3>\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership  and educational opportunities for all National AAZK members.\r\n\r\n<strong>2010</strong>\r\nThis past year the Professional Development Committee put together a rotating exhibit workshop for the 2010 national conference held in Philadelphia, PA. Links to the Powerpoints® from that workshop are below.\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge.ppt">Predator Ridge: Denver Zoo</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/big_cat_falls.ppt">Big Cat Falls: Philadelphia Zoo</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/asian_forest.ppt">Asian Forest Sanctuary: Point Defiance Zoo and Aquarium</a>\r\n\r\n<strong>The Future</strong>\r\nWe are currently working with the conference committee at Philadelphia AAZK to finalize the workshops for the 2011 National Conference in San Diego.  We continue to search out experts to bring conference delegates the most current technologies and innovations in animal care. The Professional Development Committee is also working with the Board of Directors and members of the Association of Zoos and Aquariums on a keeper certification process.\r\n\r\n<strong>Want to Help?</strong>\r\nThe Professional Development Committee is currently seeking new members!  We want to continue to provide to the highest quality workshops possible and we need your help!  If you are interested in joining the Professional Development team please contact Melaina Wallace at <a href="mailto:melaina.g.wallace@aecetia.net/gws/aazk">Melaina.G.Wallace@aecetia.net/gws/aazk</a>.\r\n<strong>\r\n2010 Professional Development Committee Members</strong>\r\n\r\nMelaina Wallace – Chair\r\nDisney’s Animal Kingdom\r\n\r\nBob Cisneros- Liaison to Board\r\nSan Diego Zoo\r\n\r\nKelly Wilson\r\nDetroit Zoo\r\n\r\nVictor Alm\r\nOakland Zoo\r\n\r\nBandy Hicks\r\nBoat Club Road Animal Hospital Whitetail Veterinary Services\r\n\r\nLeanne Blinco\r\nDisney’s Animal Kingdom\r\n\r\nMike Murray\r\nDenver Zoo\r\n\r\nAaron Jesue\r\nNorth Carolina Zoo\r\n\r\nAmanda Hall\r\nScovill Zoo\r\n\r\nEunice Hui\r\nCoyote Point Museum\r\n\r\nDawn Sohr\r\nBrookfield Zoo\r\n\r\nAndrew Rowan\r\nDenver Zoo\r\n\r\nEllen Vossekuil\r\nUtah\'s Hogle Zoo', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2010-09-23 09:56:25', '2010-09-23 14:56:25', '', 178, 'http://aazk.org/uncategorized/178-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1826, 2, '2011-01-07 07:56:23', '2011-01-07 12:56:23', '<em>By Carrie Novosel, Senior Keeper\r\nChicago Zoological Society’s Brookfield Zoo\r\nBrookfield, IL </em>\r\n\r\n<strong>Introduction</strong>\r\nIn January of 2010 keepers at Chicago Zoological Society’s Brookfield Zoo began preparing the American bison (<em>Bison bison</em>) herd to move to the zoo’s newly constructed Great Bear Wilderness exhibit. The herd consisted of 11-year-olds Becky and Drew, and 10-year-olds Ron and Judy. Additionally, two female yearling calves were going through quarantine during this time at a separate location. The bison herd was managed fairly hands-off other than shifting for cleaning and accepting some hand-fed treats at the fence line.\r\n\r\nKeepers, along with our associate curator and behavioral husbandry manager, recognized the need for a team approach to trailer training our herd for a successful move to their new exhibit. We developed a training team specific to bison and created a list of goals before we got started on the actual training. A formal shaping plan, with a list of training steps, was developed for each goal. Some of our goals were: to station train the herd members to have better control over shifting; desensitize each bison to separate from the herd for short periods of time; desensitize the herd to shift through a barn; and, most importantly, to train each individual to voluntarily enter a trailer for transport.\r\n\r\n<strong>Training Process</strong>\r\nThe bison were moved in a standard two-horse trailer with special modifications to accommodate this particular set-up and to protect the trailer from the bison’s potential destructiveness. Animal Programs staff coordinated with the zoo’s welders, carpenters, mechanics, and grounds crew to discuss both trailer set-up and safety modifications. Given the potential for the bison to damage the trailer once the doors were closed behind them, the carpenters lined the entire trailer with two layers of one-inch plywood, including the windows. A ‘Dutch’ door at the front of the trailer, which was part of the original trailer design, was lined in such a way that the door was still usable to call animals into the trailer. The original trailer set-up had two swinging doors on the back with a built- in ramp that folded up over the doors.\r\n\r\n<img class="alignnone size-full wp-image-1828" title="bison1" src="http://aecetia.net/gws/aazk/wp-content/uploads/bison1.jpg" alt="bison1" width="671" height="447" />\r\n<h5>Figure 1: Training team members Amy, Roger, and Diane station the bison during a training session. (<em>Photo:  Jim Schulz, CZS staff photographer</em>)</h5>\r\nDue to safety concerns involved with closing a swinging door behind an adult bison, our welders and carpenters fit the trailer with a set of sliding doors that could be operated from outside the animal’s enclosure. The door track was wider than some of the gates the trailer would be passing through so welders modified the track to fold in on itself once the doors were closed. Each door was fitted with a metal tongue along the bottom, which fit into a steel track along the bottom of the doorframe to add extra security to the door.  A steel plate was also welded at the top of the doorframe to take pressure off of the door track in the event of force from inside the trailer. Once the doors were closed they were secured shut with a butterfly pin as well as a steel bar that slid across the doors and fit into a hinged receiver.  A piece of steel along the midsection of each door helped guide the bar as it was slid from one side to the next, as well as adding strength and rigidity to the wood doors.  Once the cross bar was fit through the receiver on each side, pins were inserted to keep it in place. The ramp could then be folded up and chained to the bar during transport.\r\n\r\nWhile crews were busy modifying the trailer, keepers were busy starting the training process. Stationing the bison became first priority since it would give keepers more control of the herd before beginning other behaviors. Keepers clipped several black rubber grain pans to the chain-link fence line and began using a two-inch PVC pipe, cut vertically, as a ‘chute’ to pour the bison’s daily grain ration into the food pan as reinforcement.  At this time keepers also began ringing a cow bell at the start of each session as a cue that it was time for training and that each animal should go to a station. The bison began responding to the sound of the cow bell within just a few days. Since we had more feeding stations set up than bison, we also began clipping visual cues (black plastic squares with a white X taped across the front) to the fence above the grain pans at the beginning of each session to mark which stations would be used that day.\r\n\r\nOne of the main obstacles the keepers had to overcome in the training process was dealing with the social interaction amongst herd members. Due to time constraints, keepers decided not to focus on a cooperative feeding strategy, but rather stationed the most dominant animals first and the most subordinate animal last. That being said, animals were only reinforced by the keeper with whom they started the session to avoid displacement. Proper timing of reinforcement was crucial to keep animals occupied and engaged during the session. This strategy was very successful, with one major drawback - it required us to have one keeper for each animal being trained, which often caused a strain on staffing.\r\n\r\nThe keepers’ next goal was to begin……….\r\n\r\n<em><strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong></em>', '“It Takes a Village to Move a Bison”', 0, '', 'draft', 'closed', 'closed', '', 'it-takes-a-village-to-move-a-bison', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 0, 'http://aazk.org/?p=1826', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1814, 2, '2010-12-15 07:38:34', '2010-12-15 12:38:34', '', 'pass_workshop', 0, '', 'inherit', 'closed', 'closed', '', 'pass_workshop', '', '', '2010-12-15 07:38:34', '2010-12-15 12:38:34', '', 178, 'http://aazk.org/wp-content/uploads/pass_workshop.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1768, 2, '2010-10-28 16:27:56', '2010-10-28 21:27:56', '', 'pbi_leadership_camp11', 0, '', 'inherit', 'closed', 'closed', '', 'pbi_leadership_camp11', '', '', '2010-10-28 16:27:56', '2010-10-28 21:27:56', '', 1589, 'http://aazk.org/wp-content/uploads/pbi_leadership_camp11.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1769, 2, '2010-08-18 09:00:19', '2010-08-18 14:00:19', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<!--more-->\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by <img class="alignright size-full wp-image-1632" title="pbi_camp" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_camp.jpg" alt="pbi_camp" width="464" height="309" />Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.  For more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<em>\r\n</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for <img class="alignleft size-medium wp-image-1649" title="marissa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/marissa1-251x300.jpg" alt="marissa1" width="176" height="210" />conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="alignnone size-full wp-image-1647" title="nc_group2" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group2.jpg" alt="nc_group2" width="467" height="393" /><img class="alignnone size-full wp-image-1656" title="bagbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/bagbear.jpg" alt="bagbear" width="479" height="396" />\r\n\r\n<img class="aligncenter size-full wp-image-1654" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" />\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition.<img class="alignright size-full wp-image-1661" title="brookfield" src="http://aecetia.net/gws/aazk/wp-content/uploads/brookfield.jpg" alt="brookfield" width="357" height="535" /> But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\n<img class="size-medium wp-image-1658 alignleft" title="christy" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy-270x300.jpg" alt="christy" width="216" height="240" />This year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-08-18 09:00:19', '2010-08-18 14:00:19', '', 1589, 'http://aazk.org/uncategorized/1589-revision-69/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1772, 2, '2010-11-01 10:38:14', '2010-11-01 15:38:14', '', 'nov_sales_banner', 0, '', 'inherit', 'closed', 'closed', '', 'nov_sales_banner', '', '', '2010-11-01 10:38:14', '2010-11-01 15:38:14', '', 0, 'http://aazk.org/wp-content/uploads/nov_sales_banner.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1827, 2, '2011-01-07 07:53:46', '2011-01-07 12:53:46', '', 'bison', 0, '', 'inherit', 'closed', 'closed', '', 'bison', '', '', '2011-01-07 07:53:46', '2011-01-07 12:53:46', '', 1826, 'http://aazk.org/wp-content/uploads/bison.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1828, 2, '2011-01-07 07:54:34', '2011-01-07 12:54:34', '', 'bison1', 0, '', 'inherit', 'closed', 'closed', '', 'bison1', '', '', '2011-01-07 07:54:34', '2011-01-07 12:54:34', '', 1826, 'http://aazk.org/wp-content/uploads/bison1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1829, 2, '2011-01-07 07:52:32', '2011-01-07 12:52:32', 'By Carrie Novosel, Senior Keeper\nChicago Zoological Society’s Brookfield Zoo\nBrookfield, IL\n\nIntroduction\nIn January of 2010 keepers at Chicago Zoological Society’s Brookfield Zoo began preparing the American bison (Bison bison) herd to move to the zoo’s newly constructed Great Bear Wilderness exhibit. The herd consisted of 11-year-olds Becky and Drew, and 10-year-olds Ron and Judy. Additionally, two female yearling calves were going through quarantine during this time at a separate location. The bison herd was managed fairly hands-off other than shifting for cleaning and accepting some hand-fed treats at the fence line.\n\nKeepers, along with our associate curator and behavioral husbandry manager, recognized the need for a team approach to trailer training our herd for a successful move to their new exhibit. We developed a training team specific to bison and created a list of goals before we got started on the actual training. A formal shaping plan, with a list of training steps, was developed for each goal. Some of our goals were: to station train the herd members to have better control over shifting; desensitize each bison to separate from the herd for short periods of time; desensitize the herd to shift through a barn; and, most importantly, to train each individual to voluntarily enter a trailer for transport.\n\nTraining Process\nThe bison were moved in a standard two-horse trailer with special modifications to accommodate this particular set-up and to protect the trailer from the bison’s potential destructiveness. Animal Programs staff coordinated with the zoo’s welders, carpenters, mechanics, and grounds crew to discuss both trailer set-up and safety modifications. Given the potential for the bison to damage the trailer once the doors were closed behind them, the carpenters lined the entire trailer with two layers of one-inch plywood, including the windows. A ‘Dutch’ door at the front of the trailer, which was part of the original trailer design, was lined in such a way that the door was still usable to call animals into the trailer. The original trailer set-up had two swinging doors on the back with a built- in ramp that folded up over the doors.\n\nFigure 1: Training team members Amy, Roger, and Diane station the bison during a training session. (Photo:  Jim Schulz, CZS staff photographer)\n\nDue to safety concerns involved with closing a swinging door behind an adult bison, our welders and carpenters fit the trailer with a set of sliding doors that could be operated from outside the animal’s enclosure. The door track was wider than some of the gates the trailer would be passing through so welders modified the track to fold in on itself once the doors were closed. Each door was fitted with a metal tongue along the bottom, which fit into a steel track along the bottom of the doorframe to add extra security to the door.  A steel plate was also welded at the top of the doorframe to take pressure off of the door track in the event of force from inside the trailer. Once the doors were closed they were secured shut with a butterfly pin as well as a steel bar that slid across the doors and fit into a hinged receiver.  A piece of steel along the midsection of each door helped guide the bar as it was slid from one side to the next, as well as adding strength and rigidity to the wood doors.  Once the cross bar was fit through the receiver on each side, pins were inserted to keep it in place. The ramp could then be folded up and chained to the bar during transport.\n\nWhile crews were busy modifying the trailer, keepers were busy starting the training process. Stationing the bison became first priority since it would give keepers more control of the herd before beginning other behaviors. Keepers clipped several black rubber grain pans to the chain-link fence line and began using a two-inch PVC pipe, cut vertically, as a ‘chute’ to pour the bison’s daily grain ration into the food pan as reinforcement.  At this time keepers also began ringing a cow bell at the start of each session as a cue that it was time for training and that each animal should go to a station. The bison began responding to the sound of the cow bell within just a few days. Since we had more feeding stations set up than bison, we also began clipping visual cues (black plastic squares with a white X taped across the front) to the fence above the grain pans at the beginning of each session to mark which stations would be used that day.\n\nOne of the main obstacles the keepers had to overcome in the training process was dealing with the social interaction amongst herd members. Due to time constraints, keepers decided not to focus on a cooperative feeding strategy, but rather stationed the most dominant animals first and the most subordinate animal last. That being said, animals were only reinforced by the keeper with whom they started the session to avoid displacement. Proper timing of reinforcement was crucial to keep animals occupied and engaged during the session. This strategy was very successful, with one major drawback - it required us to have one keeper for each animal being trained, which often caused a strain on staffing.\n\nThe keepers’ next goal was to begin……….\n\nWant to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. JOIN NOW!', '', 0, '', 'inherit', 'closed', 'closed', '', '1826-revision', '', '', '2011-01-07 07:52:32', '2011-01-07 12:52:32', '', 1826, 'http://aazk.org/uncategorized/1826-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1830, 2, '2011-01-07 07:55:32', '2011-01-07 12:55:32', '<em>By Carrie Novosel, Senior Keeper\nChicago Zoological Society’s Brookfield Zoo\nBrookfield, IL </em>\n\n<strong>Introduction</strong>\nIn January of 2010 keepers at Chicago Zoological Society’s Brookfield Zoo began preparing the American bison (Bison bison) herd to move to the zoo’s newly constructed Great Bear Wilderness exhibit. The herd consisted of 11-year-olds Becky and Drew, and 10-year-olds Ron and Judy. Additionally, two female yearling calves were going through quarantine during this time at a separate location. The bison herd was managed fairly hands-off other than shifting for cleaning and accepting some hand-fed treats at the fence line.\n\nKeepers, along with our associate curator and behavioral husbandry manager, recognized the need for a team approach to trailer training our herd for a successful move to their new exhibit. We developed a training team specific to bison and created a list of goals before we got started on the actual training. A formal shaping plan, with a list of training steps, was developed for each goal. Some of our goals were: to station train the herd members to have better control over shifting; desensitize each bison to separate from the herd for short periods of time; desensitize the herd to shift through a barn; and, most importantly, to train each individual to voluntarily enter a trailer for transport.\n\n<strong>Training Process</strong>\nThe bison were moved in a standard two-horse trailer with special modifications to accommodate this particular set-up and to protect the trailer from the bison’s potential destructiveness. Animal Programs staff coordinated with the zoo’s welders, carpenters, mechanics, and grounds crew to discuss both trailer set-up and safety modifications. Given the potential for the bison to damage the trailer once the doors were closed behind them, the carpenters lined the entire trailer with two layers of one-inch plywood, including the windows. A ‘Dutch’ door at the front of the trailer, which was part of the original trailer design, was lined in such a way that the door was still usable to call animals into the trailer. The original trailer set-up had two swinging doors on the back with a built- in ramp that folded up over the doors.\n\n<img class="alignnone size-full wp-image-1828" title="bison1" src="http://aecetia.net/gws/aazk/wp-content/uploads/bison1.jpg" alt="bison1" width="671" height="447" />\n<h5>Figure 1: Training team members Amy, Roger, and Diane station the bison during a training session. (<em>Photo:  Jim Schulz, CZS staff photographer</em>)</h5>\nDue to safety concerns involved with closing a swinging door behind an adult bison, our welders and carpenters fit the trailer with a set of sliding doors that could be operated from outside the animal’s enclosure. The door track was wider than some of the gates the trailer would be passing through so welders modified the track to fold in on itself once the doors were closed. Each door was fitted with a metal tongue along the bottom, which fit into a steel track along the bottom of the doorframe to add extra security to the door.  A steel plate was also welded at the top of the doorframe to take pressure off of the door track in the event of force from inside the trailer. Once the doors were closed they were secured shut with a butterfly pin as well as a steel bar that slid across the doors and fit into a hinged receiver.  A piece of steel along the midsection of each door helped guide the bar as it was slid from one side to the next, as well as adding strength and rigidity to the wood doors.  Once the cross bar was fit through the receiver on each side, pins were inserted to keep it in place. The ramp could then be folded up and chained to the bar during transport.\n\nWhile crews were busy modifying the trailer, keepers were busy starting the training process. Stationing the bison became first priority since it would give keepers more control of the herd before beginning other behaviors. Keepers clipped several black rubber grain pans to the chain-link fence line and began using a two-inch PVC pipe, cut vertically, as a ‘chute’ to pour the bison’s daily grain ration into the food pan as reinforcement.  At this time keepers also began ringing a cow bell at the start of each session as a cue that it was time for training and that each animal should go to a station. The bison began responding to the sound of the cow bell within just a few days. Since we had more feeding stations set up than bison, we also began clipping visual cues (black plastic squares with a white X taped across the front) to the fence above the grain pans at the beginning of each session to mark which stations would be used that day.\n\nOne of the main obstacles the keepers had to overcome in the training process was dealing with the social interaction amongst herd members. Due to time constraints, keepers decided not to focus on a cooperative feeding strategy, but rather stationed the most dominant animals first and the most subordinate animal last. That being said, animals were only reinforced by the keeper with whom they started the session to avoid displacement. Proper timing of reinforcement was crucial to keep animals occupied and engaged during the session. This strategy was very successful, with one major drawback - it required us to have one keeper for each animal being trained, which often caused a strain on staffing.\n\nThe keepers’ next goal was to begin……….\n\n<em><strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong></em>', '“It Takes a Village to Move a Bison”', 0, '', 'inherit', 'closed', 'closed', '', '1826-revision-2', '', '', '2011-01-07 07:55:32', '2011-01-07 12:55:32', '', 1826, 'http://aazk.org/uncategorized/1826-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1831, 2, '2011-01-07 07:56:23', '2011-01-07 12:56:23', '<em>By Carrie Novosel, Senior Keeper\r\nChicago Zoological Society’s Brookfield Zoo\r\nBrookfield, IL </em>\r\n\r\n<strong>Introduction</strong>\r\nIn January of 2010 keepers at Chicago Zoological Society’s Brookfield Zoo began preparing the American bison (Bison bison) herd to move to the zoo’s newly constructed Great Bear Wilderness exhibit. The herd consisted of 11-year-olds Becky and Drew, and 10-year-olds Ron and Judy. Additionally, two female yearling calves were going through quarantine during this time at a separate location. The bison herd was managed fairly hands-off other than shifting for cleaning and accepting some hand-fed treats at the fence line.\r\n\r\nKeepers, along with our associate curator and behavioral husbandry manager, recognized the need for a team approach to trailer training our herd for a successful move to their new exhibit. We developed a training team specific to bison and created a list of goals before we got started on the actual training. A formal shaping plan, with a list of training steps, was developed for each goal. Some of our goals were: to station train the herd members to have better control over shifting; desensitize each bison to separate from the herd for short periods of time; desensitize the herd to shift through a barn; and, most importantly, to train each individual to voluntarily enter a trailer for transport.\r\n\r\n<strong>Training Process</strong>\r\nThe bison were moved in a standard two-horse trailer with special modifications to accommodate this particular set-up and to protect the trailer from the bison’s potential destructiveness. Animal Programs staff coordinated with the zoo’s welders, carpenters, mechanics, and grounds crew to discuss both trailer set-up and safety modifications. Given the potential for the bison to damage the trailer once the doors were closed behind them, the carpenters lined the entire trailer with two layers of one-inch plywood, including the windows. A ‘Dutch’ door at the front of the trailer, which was part of the original trailer design, was lined in such a way that the door was still usable to call animals into the trailer. The original trailer set-up had two swinging doors on the back with a built- in ramp that folded up over the doors.\r\n\r\n<img class="alignnone size-full wp-image-1828" title="bison1" src="http://aecetia.net/gws/aazk/wp-content/uploads/bison1.jpg" alt="bison1" width="671" height="447" />\r\n<h5>Figure 1: Training team members Amy, Roger, and Diane station the bison during a training session. (<em>Photo:  Jim Schulz, CZS staff photographer</em>)</h5>\r\nDue to safety concerns involved with closing a swinging door behind an adult bison, our welders and carpenters fit the trailer with a set of sliding doors that could be operated from outside the animal’s enclosure. The door track was wider than some of the gates the trailer would be passing through so welders modified the track to fold in on itself once the doors were closed. Each door was fitted with a metal tongue along the bottom, which fit into a steel track along the bottom of the doorframe to add extra security to the door.  A steel plate was also welded at the top of the doorframe to take pressure off of the door track in the event of force from inside the trailer. Once the doors were closed they were secured shut with a butterfly pin as well as a steel bar that slid across the doors and fit into a hinged receiver.  A piece of steel along the midsection of each door helped guide the bar as it was slid from one side to the next, as well as adding strength and rigidity to the wood doors.  Once the cross bar was fit through the receiver on each side, pins were inserted to keep it in place. The ramp could then be folded up and chained to the bar during transport.\r\n\r\nWhile crews were busy modifying the trailer, keepers were busy starting the training process. Stationing the bison became first priority since it would give keepers more control of the herd before beginning other behaviors. Keepers clipped several black rubber grain pans to the chain-link fence line and began using a two-inch PVC pipe, cut vertically, as a ‘chute’ to pour the bison’s daily grain ration into the food pan as reinforcement.  At this time keepers also began ringing a cow bell at the start of each session as a cue that it was time for training and that each animal should go to a station. The bison began responding to the sound of the cow bell within just a few days. Since we had more feeding stations set up than bison, we also began clipping visual cues (black plastic squares with a white X taped across the front) to the fence above the grain pans at the beginning of each session to mark which stations would be used that day.\r\n\r\nOne of the main obstacles the keepers had to overcome in the training process was dealing with the social interaction amongst herd members. Due to time constraints, keepers decided not to focus on a cooperative feeding strategy, but rather stationed the most dominant animals first and the most subordinate animal last. That being said, animals were only reinforced by the keeper with whom they started the session to avoid displacement. Proper timing of reinforcement was crucial to keep animals occupied and engaged during the session. This strategy was very successful, with one major drawback - it required us to have one keeper for each animal being trained, which often caused a strain on staffing.\r\n\r\nThe keepers’ next goal was to begin……….\r\n\r\n<em><strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong></em>', '“It Takes a Village to Move a Bison”', 0, '', 'inherit', 'closed', 'closed', '', '1826-revision-3', '', '', '2011-01-07 07:56:23', '2011-01-07 12:56:23', '', 1826, 'http://aazk.org/uncategorized/1826-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1832, 2, '2011-01-13 14:34:55', '2011-01-13 19:34:55', '', 'nrt-logo', 0, '', 'inherit', 'closed', 'closed', '', 'nrt-logo', '', '', '2011-01-13 14:34:55', '2011-01-13 19:34:55', '', 885, 'http://aazk.org/wp-content/uploads/nrt-logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1833, 2, '2010-05-09 05:47:51', '2010-05-09 10:47:51', 'The following links are relevant to the Bowling for Rhinos program.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<a href="http://www.bluerhino.com/BRWEB/Company-Info/Save-the-Rhinos.aspx"><img class="alignnone size-full wp-image-867" title="blue-rhino-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue-rhino-logo.jpg" alt="blue-rhino-logo" width="216" height="92" /></a> <a href="http://www.bluerhino.com/BRWEB/Company-Info/Save-the-Rhinos.aspx">Blue Rhino</a>\r\n\r\n<img class="alignnone size-medium wp-image-1461" title="lewaroundblack_withwebsite-2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewaroundblack_withwebsite-2-300x295.jpg" alt="lewaroundblack_withwebsite-2" width="180" height="177" /><a href="http://www.lewa.org">Lewa Wildlife Conservancy</a>\r\n\r\n<img class="alignnone size-full wp-image-986" title="irflogosm" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogosm.jpg" alt="irflogosm" width="150" height="98" /> <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a>\r\n\r\n<img class="alignnone size-full wp-image-987" title="acklogosm" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogosm.jpg" alt="acklogosm" width="144" height="150" /> <a href="http://www.actionforcheetahs.org/">Action for Cheetahs in Kenya</a>', 'BFR Links', 0, '', 'inherit', 'closed', 'closed', '', '885-revision-11', '', '', '2010-05-09 05:47:51', '2010-05-09 10:47:51', '', 885, 'http://aazk.org/uncategorized/885-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1834, 2, '2010-12-29 16:51:21', '2010-12-29 21:51:21', '<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2><strong>Total Funds Raised to Date: <span style="color: #ff0000;">$3,723,042\r\n</span></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Samatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $3 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<span style="text-decoration: underline;">Links</span>\r\n\r\nIf your chapter would like to check your totals you can do so here: <a href="http://aazkbfr.org/bfrsites">http://aazkbfr.org/bfrsites</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2010-12-29 16:51:21', '2010-12-29 21:51:21', '', 168, 'http://aazk.org/uncategorized/168-revision-30/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1835, 2, '2011-01-13 14:38:56', '2011-01-13 19:38:56', '<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2><strong>Total Funds Raised to Date: <span style="color: #ff0000;">$3,723,304</span></strong></h2>\r\n<h2><strong><strong>2010 Funds Raised to Date: <span style="color: #ff0000;">$256,395\r\n</span></strong></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Samatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $3 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<span style="text-decoration: underline;">Links</span>\r\n\r\nIf your chapter would like to check your totals you can do so here: <a href="http://aazkbfr.org/bfrsites">http://aazkbfr.org/bfrsites</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2011-01-13 14:38:56', '2011-01-13 19:38:56', '', 168, 'http://aazk.org/uncategorized/168-revision-31/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2246, 2, '2011-11-02 09:31:22', '2011-11-02 14:31:22', '<strong><em></em></strong>\r\n\r\n<strong>November 8-11, 2011 -<em>4th Tree Kangaroo Species Survival Program Workshop</em> </strong>- Hosted by the North American Tree Kangaroo SSP and Woodland Park Zoo. This International Workshop will be held at the Woodland Park Zoo and host delegates from around the world including special guest Danny Samandingke, Tree Kangaroo Conservation Program (TKCP) Education Coordinator in Papua New Guinea.  Registration is $125 and is open to all interested individuals. For more information contact Jacque Blessington at: <a href="mailto:Jacsprat65@aol.com">Jacsprat65@aol.com</a> or call: 816-513-5700.\r\n\r\n<strong>December 5-9, 2011 - <em>Training And Enrichment Workshop for Zoo Animals. </em></strong>Hosted by The Oakland Zoo, Oakland, CA.<em> </em>Presented  by Active Environments and The Shape of Enrichment. Instructors: Gail  Laule, Margaret Whittaker, and Valerie J. Hare. This unique five-day  workshop is designed for keepers, managers, supervisors, curators, and  veterinarians working with all species of animals held in zoos. The  workshop will present an array of topics relating to the behavioral  management approach to caring for captive animals, with focus on  environmental enrichment, positive reinforcement training techniques,  and the problem-solving process. Workshop format includes lecture,  discussion, small group projects, demonstrations, and multiple hands-on  training and enrichment opportunities with Oakland Zoo’s diverse  collection.  Skills taught are directly related to enhancing staff’s  ability to manage captive animal behavior, improve animal welfare, and  enhance the overall care and management of captive animals. The Workshop  format is designed to maximize the value for each participant and as  much as possible to address specific situations, needs, problems, and  objectives.  Be prepared to interact, share, and participate to make the  experience as useful and relevant to you as possible. For further  information contact: Active Environments, Inc., 7651 Santos Rd., Lompoc,  CA 93436; Tel: 805-737-3700; E-mail: <a href="mailto:active_environs@ix.netcom.com">active_environs@ix.netcom.com</a>.\r\n<h2><strong>2012</strong></h2>\r\n<strong>February 6-9, 2012 -<em> International Association of Giraffe Care Professionals</em> -</strong>San Francisco, CA. Located at the Hilton San Francisco Financial District.  For more information, check out the IAGCP’s Event Page on Facebook.\r\n\r\n<strong>February 15-18, 2012 - <em>20th Annual Conference of the International Association of Avian Trainers and Educators </em>- </strong>Hosted by the Minnesota Zoo, Bloomington, MN. Topics will include avian behavior, training, husbandry, conservation, education, enrichment, and show presentation/production.  Paper and poster abstract deadline is 1 October 2010.  Please mail to: <a href="mailto:conference@IAATE.org">conference@IAATE.org</a>.  For detailed Call for Papers and more information visit <a href="http://www.IAATE.org">www.IAATE.org</a>.\r\n\r\n<strong>April 12-15, 2012 - <em>Otter Keeper Workshop </em></strong>- The 5th biennial workshop will be hosted by The Dallas World Aquarium,  Any staff working with any of the freshwater species is welcome to attend.  Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, and lots of sharing of information between keepers.  Registration is $75.00.  For more information, see <a href="http://www.otterkeeperworkshop.org">www.otterkeeperworkshop.org</a>.\r\n\r\n<strong>May 6-11, 2012 - <em>ABMA Annual Conference </em></strong>- Hosted by Oakland Zoo, California Academy of Sciences, and CuriOdyssey.  The conference location will be the San Francisco Airport Mariott, Burlingame, CA.  See <a href="http://theabma.org">theabma.org</a> for more info.\r\n\r\n<strong>May 13-16 - <em>Shape of Enrichment Regional Workshop</em></strong> - Hosted by Howletts and Port Lympne Wild Animal Parks, Kent, UK.  For more information go to <a href="http://enrichment.org">enrichment.org</a>.\r\n\r\n<strong>July 15-21, 2012 - NATIONAL ZOO KEEPER WEEK</strong>\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>August 16-19 - <em>The 10th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles</em> </strong>- Tucson, AZ.  Hosted by the Turtle Survival Alliance and the IUCN Tortoise and Freshwater Turtle Specialist Group.  For more information go to <a href="http://turtlesurvival.org">turtlesurvival.org</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY. For more information go to <a href="http://www.rgzaecetia.net/gws/aazk">www.rgzaecetia.net/gws/aazk</a>.\r\n<h2><strong>2013</strong></h2>\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - Dates TBD\r\n\r\n2015 - St. Louis, MO - Dates TBD\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events November 2011', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2011-11-02 09:31:22', '2011-11-02 14:31:22', '', 435, 'http://aazk.org/uncategorized/435-revision-48/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1840, 2, '2011-01-07 07:41:23', '2011-01-07 12:41:23', '<strong>February 16-19, 2011  - <em>19th Annual Conference International Association of Avian Trainers and Educators</em></strong> ~ “Pittsburgh 2011: Innovation and Inspiration” Hosted by National Aviary in Pittsburgh, PA USA. Papers, posters, site visits, vendors and workshops. Topics will include avian behavior, training, husbandry, conservation, education, enrichment and show presentation/production.  For more information about the conference visit <a href="http://www.IAATE.org">www.IAATE.org</a>.\r\n\r\n<strong><em></em></strong>\r\n\r\n<strong>March 2-4, 2011 - <em>Association of Professional Wildlife Educators</em></strong>. To be held at the Frank Buck Zoo Gainesville, Texas. Watch <a href="http://www.apwe.org/">http://www.apwe.org/</a> for details as they become available.\r\n\r\n<strong></strong>\r\n\r\n<strong>March 8-11, 2011 -<em> Zoos and Aquariums Committing to Conservation</em></strong>.  Hosted by the Woodland Park Zoo, at Sheraton Seattle Hotel, Seattle, WA, USA.  Icebreaker planned for evening of March 7th. Registration is now open at <a href="http://www.zoo.org/zacc">www.zoo.org/zacc</a>.\r\n\r\n<strong>March 19-24 , 2011 - Save the Date!  <em>The 2011 AZA Ungulate TAG Midyear Meetings</em></strong> are being planned in conjunction with the AZA Midyear workshop in Chattanooga, TN. The exact dates of the Ungulate TAG meetings will be determined soon.  This year the meetings will include midyear/working meetings for the following AZA TAGS:  Antelope and Giraffe, Equid, Cervid, Caprid, Wild Pig and Peccary and the Cattle TAG, as well as the Annual Ungulate TAG Research Symposium.  AZA has announced that the registration rates will remain the same as the rates in 2009 and the Conference Hotel will be the Chattanooga Marriott with conference rates of $135/night.   Contact Martha Fischer at <a href="mailto:fischer@stlzoo.org">fischer@stlzoo.org</a> for more information.\r\n\r\n<strong>April 17-22, 2011 - <em>11th Annual Animal Behavior Management Alliance (ABMA)</em></strong>. In Denver, CO. The conference will kick off with our keynote speaker, Dr. Jill Mellen from Disney’s Animal Kingdom, and will culminate with an Earth Day to remember at the Denver Zoo.  See (<a href="http://www.theabma.org/">http://www.theabma.org/</a>) for further information.\r\n\r\n<strong>May 15th-18th, 2011 - <em>2011 Rhino Keeper Workshop</em></strong>. To be held at Fossil Rim Wildlife Center, Glen Rose, Texas. For further info contact:<a href="mailto:adam.felts@columbuszoo.org"> adam.felts@columbuszoo.org</a>.\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>October 6 – 9, 2011 - <em>Advancing Bear Care 2011</em></strong> – Banff, Canada\r\nBear biologists and naturalists will lead hikes into bear habitat and interpret for delegates how bears use the components of the ecosystem to express their daily and seasonal routines. We will bring this information back into workshops and apply this knowledge towards improving captive bear husbandry. Also, international bear biologists will assist us in interpreting Asian, European, and South American bear habitats.\r\n\r\n<em><strong>Upcoming AAZK National Conferences</strong></em>\r\n\r\n2011 - San Diego, CA - August 24-28\r\n\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - Dates TBA\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n\r\n<em><strong>Upcoming AZA National Conferences</strong></em>\r\n\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events January 2011', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2011-01-07 07:41:23', '2011-01-07 12:41:23', '', 435, 'http://aazk.org/uncategorized/435-revision-30/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2315, 2, '2012-02-01 19:33:40', '2012-02-02 00:33:40', '', 'battlecreeklogo', 0, '', 'inherit', 'closed', 'closed', '', 'battlecreeklogo', '', '', '2012-02-01 19:33:40', '2012-02-02 00:33:40', '', 0, 'http://aazk.org/wp-content/uploads/battlecreeklogo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2263, 2, '2011-12-29 18:51:37', '2011-12-29 23:51:37', '<em>By Amy Smith, Bird Keeper III</em>\r\n<em>Knoxville Zoological Gardens, Knoxville, TN</em>\r\n\r\n<span><strong>Background</strong></span>\r\n\r\n<span>The Knoxville Zoo currently houses 1.1 Andean condors. Until 2007, the condors were housed in separate behlen cages with no contact. An older exhibit was retrofitted in October 2007 for better visitor viewing and easier husbandry. This new exhibit has an upper exhibit area and a lower shift area separated by a guillotine door (see photo below for exhibit layout). The upper and lower areas were also separated in the middle by fencing and a movable partition to help with introductions of new pairs. Each condor is shifted daily for exhibit cleaning and maintenance.</span>\r\n\r\nOur female, Humpty, hatched in 1983 and came to the Knoxville Zoo in 1991. She was hand-reared due to a failed introduction to a California condor (<em>Gymnogyps californianus</em>) surrogate. Our male, Atreyu, hatched in 2003 and came to the zoo in 2007. He appeared to be a very nervous bird and wouldn’t come near keepers. Over the course of the next three years, he became much more comfortable with keepers and would approach the fence to allow keepers to assess his physical condition. The two birds were placed into the exhibit with the partition in place and housed that way for two years and six months. The decision to wait to introduce the two was made because the male was a youngster and staff wanted him to mature. The female exhibited a great deal of aggression through the fencing of the partition usually resulting in the male having bite wounds on his caruncle. Many of the wounds were minor but a few were significant and caused some concern about introductions.\r\n\r\n<span><strong>Pre-introduction Study</strong></span>\r\n\r\n<span>Before introductions occurred, staff wanted to become more familiar with the condors’ behaviors toward each other. Using an existing observation study as a guide and the help of the zoo’s Conservation Science Coordinator, an observational study was developed to record the interactions between the condors. The goal of the study was to determine whether there were more aggressive behaviors than normal or positive behaviors. These observations were only recorded by zoo volunteers or interns to control for any behaviors displayed as a result of keeper presence. Table 1 illustrates the behaviors being studied and recorded. The ‘other’ event included any actions the condor exhibited that did not include being located within one body length of the other condor. The observations were done at different times of the day and multiple times a day and began in early March 2010. The observers recorded the specified bird’s behavior every 20 seconds for 15 minutes and only one behavior/event was recorded each time. They were also asked to note if there were visitors and/or keepers in the area and how many were present. The check sheet observers used to record the behaviors is shown in Figure 1.</span>\r\n\r\n<span>The introductions were held off until after the breeding season as a result of advice from other condor keepers. The recorded observations were analyzed in June to make sure the aggressive behaviors were not constant and more positive behaviors were being recorded. The results were very encouraging (see Figure 2). The ‘other’ or ‘out of site’ events were not included in the results because those recordings did not reflect interactions between the condors. The results for the female showed that 84% of the time an interaction was observed, only a ‘proximity’ event occurred (neither a positive or negative event occurred). Our male exhibited practically the same percent of proximity. Many of the comments written by observers stated that the birds were lying next to the fence by each other with no movement. Of the recorded events, ‘social amicable’ or positive behaviors were recorded 10% of the time and ‘social negative’ behaviors were recorded less than 1% of the time. Staff felt that these results demonstrated the condors were interested in being near each other and most of the time they interacted, it was positive. One other event that confirmed our male reaching maturity was the ‘display’ event recordings. Keepers had noted the female displaying often to the male but the male displayed only a few times in return. However, the study demonstrated our male was displaying more often than we thought. After analyzing the data, the decision was made to introduce the condors…</span>\r\n\r\n<img class="alignnone size-large wp-image-2264" title="condors-2" src="http://aecetia.net/gws/aazk/wp-content/uploads/condors-2-1024x768.jpg" alt="condors-2" width="614" height="461" />\r\n\r\nPre-Introduction, the Andean Condors displaying to one another. <em> Photo by Amy Smith.</em>\r\n\r\n<strong>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'Introducing 1.1 Andean Condors (Vultur gryphus) at the Knoxville Zoo', 0, '', 'draft', 'closed', 'closed', '', 'introducing-11-andean-condors-vultur-gryphus-at-the-knoxville-zoo', '', '', '2013-10-15 17:49:18', '2013-10-15 22:49:18', '', 0, 'http://aazk.org/?p=2263', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1841, 2, '2011-02-04 10:19:44', '2011-02-04 15:19:44', 'About the Cover/Information for Contributors\r\nScoops &amp; Scuttlebutt\r\nFrom the Vice President\r\nAAZK Announces New Members\r\nTeleseminar: Zoo Story - Life in the Garden of Captives\r\nLions of Tower of London Recalled\r\nComing Events\r\nAKF Dedicated Five-Issue Combo Pack on Sale\r\nEnrichment Options (<em>Evaluating Edible vs Inedible Enrichment in African Serval</em>)\r\nKangaroos Undergo Innovative Dental Treatment in Israel\r\nConnecting Avian Keepers with AZA Avian Program Leaders\r\nKeeper Profiles DVD Order Information\r\nTraining Tales (<em>Getting Ernie to Take His Medicine</em>)\r\nNew AAZK Logo Fleece Vests Available\r\nBook Review (<em>Fur, Fortune, and Empire: The Epic History of the Fur Trade in America</em>)\r\nTwin Polar Bear Cubs Born at Hyogo Zoo\r\nGlobal Warming Resources for Children\r\nCooperative Breeding Behavior in Captive Southern Ground Hornbills\r\nConservation/Legislative Update', 'February 2011', 0, '', 'draft', 'closed', 'closed', '', 'february-2011', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 0, 'http://aazk.org/?p=1841', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1842, 2, '2011-02-04 10:19:37', '2011-02-04 15:19:37', 'About the Cover/Information for Contributors\nScoops &amp; Scuttlebutt\nFrom the Vice President\nAAZK Announces New Members\nTeleseminar: Zoo Story - Life in the Garden of Captives\nLions of Tower of London Recalled\nComing Events\nAKF Dedicated Five-Issue Combo Pack on Sale\nEnrichment Options (<em>Evaluating Edible vs Inedible Enrichment in African Serval</em>)\nKangaroos Undergo Innovative Dental Treatment in Israel\nConnecting Avian Keepers with AZA Avian Program Leaders\nKeeper Profiles DVD Order Information\nTraining Tales (<em>Getting Ernie to Take His Medicine</em>)\nNew AAZK Logo Fleece Vests Available\nBook Review (<em>Fur, Fortune, and Empire: The Epic History of the Fur Trade in America</em>)\nTwin Polar Bear Cubs Born at Hyogo Zoo\nGlobal Warming Resources for Children\nCooperative Breeding Behavior in Captive Southern Ground Hornbills\nConservation/Legislative Update', 'February 2011', 0, '', 'inherit', 'closed', 'closed', '', '1841-revision', '', '', '2011-02-04 10:19:37', '2011-02-04 15:19:37', '', 1841, 'http://aazk.org/uncategorized/1841-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1843, 2, '2011-02-04 10:20:49', '2011-02-04 15:20:49', 'About the Cover/Information for Contributors\nScoops &amp; Scuttlebutt\nFrom the Vice President\nAAZK Announces New Members\nTeleseminar: Zoo Story - Life in the Garden of Captives\nLions of Tower of London Recalled\nComing Events\nAKF Dedicated Five-Issue Combo Pack on Sale\nEnrichment Options (<em>Evaluating Edible vs Inedible Enrichment in African Serval</em>)\nKangaroos Undergo Innovative Dental Treatment in Israel\nConnecting Avian Keepers with AZA Avian Program Leaders\nKeeper Profiles DVD Order Information\nTraining Tales (<em>Getting Ernie to Take His Medicine</em>)\nNew AAZK Logo Fleece Vests Available\nBook Review (<em>Fur, Fortune, and Empire: The Epic History of the Fur Trade in America</em>)\nTwin Polar Bear Cubs Born at Hyogo Zoo\nGlobal Warming Resources for Children\nCooperative Breeding Behavior in Captive Southern Ground Hornbills\nConservation/Legislative Update', 'February 2011', 0, '', 'inherit', 'closed', 'closed', '', '1841-autosave', '', '', '2011-02-04 10:20:49', '2011-02-04 15:20:49', '', 1841, 'http://aazk.org/uncategorized/1841-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1844, 2, '2011-02-04 10:27:04', '2011-02-04 15:27:04', '<em>By\r\nRebecca Bates, Primary Keeper\r\nTracy Aviary, Salt Lake City, UT</em>\r\n\r\n<strong>Summary </strong>\r\nDuring the 2009 breeding season, the southern ground hornbills (<em>Bucorvus leadbeateri</em>) at the Tracy Aviary were housed as a family group consisting of the dominant breeding pair and two juvenile females. Since the breeding pair had successfully raised nine chicks with varying levels of assistance, and they were not a high priority to breed, we decided to allow them to try to breed completely without assistance. We provided daily dietary enrichment of mice, chicks, rabbits, nuts, fruits, vegetables, and bugs in a manner that encouraged foraging behavior. Soon the male was displaying with food and leaves to the female and they were frequently heard calling back and forth to each other.\r\n\r\nSadly the female abandoned the first clutch half way through incubation. The eggs were candled and no signs of fertility were seen. The second clutch was developing normally when the eggs were candled half way through incubation, but one egg had a small hole. Since hornbills only raise one chick even if both eggs hatch, this egg was pulled and artificially incubated. The second chick hatched without assistance. The feedings were increased to three times per day to give the hornbills access to fresh food to feed the chick at all times. The male diligently provided the female with food as soon as the food pan was placed in the exhibit. Surprisingly, after a few days the juveniles began presenting the female with food. The male allowed this but watched very closely. Perhaps even more surprisingly, the male began to feed the female less and allow the juveniles to provide the majority of the food to the female.\r\n\r\nAs the chick grew, the female would start spending more and more time off the nest. On several occasions, the oldest juvenile was seen brooding the chick while the female was off the nest. The juveniles continued to care for the chick even after it had fledged. According to their natural history, hornbills stay with their family group for five to six years and assist in chick rearing and territorial defense. Based on my observations and their natural history, I believe much of their breeding behavior is learned. Experience watching and participating in breeding like our juveniles did, will likely make them more successful breeders. I believe that if zoos are to have a sustainable breeding population of southern ground hornbills more effort should be made to keep the juveniles with their parents for as long as possible and allow them to observe and participate on future breeding attempts.\r\n\r\n<img class="alignnone size-full wp-image-1845" title="ground_hornbills" src="http://aecetia.net/gws/aazk/wp-content/uploads/ground_hornbills.jpg" alt="ground_hornbills" width="635" height="509" />\r\n\r\n<strong>Ground hornbill juveniles playing in their exhibit at the Tracy Aviary. </strong><strong><em>(Photo: Allyce Linder)</em></strong>\r\n\r\n<strong>Introduction</strong>\r\nSouthern ground hornbills are the second largest hornbill and can be found in the savannahs and woodlands of Kenya, Burundi, Nambia, Botswana and South Africa. They are found in family groups of two to 11 birds comprised of a dominant breeding pair and several juvenile and non-dominant male helpers. These groups hunt together feeding mainly on arthropods, but they have also been seen taking larger prey such as snakes, hares and tortoises. The group is sedentary and becomes very territorial during breeding season going so far as to swoop on and killed a Verreaux’s eagle (Aquila verreauxii) when it ventured too close to the nest cavity (del Hoyo, 2001).\r\n\r\nGround hornbills are unique among hornbills because they nest in open cavities in trees or on rock cliffs instead of sealing themselves into a tree cavity. Only the dominant pair will breed. The dominate female will lay two eggs three to five days apart. The eggs are incubated for 37-43 days.  If both eggs hatch, the younger sibling will almost always die of parental neglect. During incubation and chick rearing, the dominant female is provided with food by all members of the group. The chick will fledge after 86 days but will stay with the family group for five to six years until it reaches sexual maturity and males may stay much longer (del Hoyo, 2001).\r\n\r\nAlthough the species has been classified as a species of least concern on the 2009 IUCN red list, many conservationists are concerned about the stability of the population due to the political instability of the countries within their range. They fear that a civil war could not only kill many individuals, but also destroy their habitat making it very difficult for their population to recover. The only country in which they occur that is politically stable is South Africa, and the South African population is declining. They have lost 50% of their original habitat to human encroachment and are often the victims of close association with humans through loss of large dead trees used as nest sites, incidental trapping, shooting and poisoning. For this reason, the Mabula Ground Hornbill Conservation Project has been working to establish hornbill troops in the Mabula reserve in South Africa which was historically within their range. This effort entails pulling the second chick from wild nests and hand- rearing it.\r\n\r\nThe first attempt to introduce a group of hand-reared chicks was met with many obstacles. The youngsters were so naïve that they had to be provided with supplemental food and a shepherd was hired to follow the troop around. He made sure they didn’t get eaten by predators and found a proper roost for the night. This care continued until the project received an adult male from rehab whose troop had been poisoned. The male was introduced to the juveniles and he accepted them and took over care. With the adult male helping the youngsters find food and look out for predators, the troop was soon self-sufficient. Happily, the Mabula Ground Hornbill Conservation Project reported their first successful fledging from a reintroduced group. The parents were a hand-reared female and a rehabilitated male.  This illustrates the importance of parental care for this species (Turner, 2007).\r\n\r\nAt the Tracy Aviary, we believe that the group interactions are important for proper development of the chicks, so our southern ground hornbills are………..\r\n\r\n<em><strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong></em>', 'Cooperative Breeding Behavior in Captive Southern Ground Hornbills (Bucorvus leadbeateri)', 0, '', 'draft', 'closed', 'closed', '', 'cooperative-breeding-behavior-in-captive-southern-ground-hornbills-bucorvus-leadbeateri', '', '', '2013-10-15 17:49:20', '2013-10-15 22:49:20', '', 0, 'http://aazk.org/?p=1844', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1845, 2, '2011-02-04 10:25:35', '2011-02-04 15:25:35', '', 'ground_hornbills', 0, '', 'inherit', 'closed', 'closed', '', 'ground_hornbills', '', '', '2011-02-04 10:25:35', '2011-02-04 15:25:35', '', 1844, 'http://aazk.org/wp-content/uploads/ground_hornbills.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1846, 2, '2011-02-04 10:24:35', '2011-02-04 15:24:35', '<em>By\nRebecca Bates, Primary Keeper\nTracy Aviary, Salt Lake City, UT</em>\n\nSummary\nDuring the 2009 breeding season, the southern ground hornbills (Bucorvus leadbeateri) at the Tracy Aviary were housed as a family group consisting of the dominant breeding pair and two juvenile females. Since the breeding pair had successfully raised nine chicks with varying levels of assistance, and they were not a high priority to breed, we decided to allow them to try to breed completely without assistance. We provided daily dietary enrichment of mice, chicks, rabbits, nuts, fruits, vegetables, and bugs in a manner that encouraged foraging behavior. Soon the male was displaying with food and leaves to the female and they were frequently heard calling back and forth to each other.\n\nSadly the female abandoned the first clutch half way through incubation. The eggs were candled and no signs of fertility were seen. The second clutch was developing normally when the eggs were candled half way through incubation, but one egg had a small hole. Since hornbills only raise one chick even if both eggs hatch, this egg was pulled and artificially incubated. The second chick hatched without assistance. The feedings were increased to three times per day to give the hornbills access to fresh food to feed the chick at all times. The male diligently provided the female with food as soon as the food pan was placed in the exhibit. Surprisingly, after a few days the juveniles began presenting the female with food. The male allowed this but watched very closely. Perhaps even more surprisingly, the male began to feed the female less and allow the juveniles to provide the majority of the food to the female.\n\nAs the chick grew, the female would start spending more and more time off the nest. On several occasions, the oldest juvenile was seen brooding the chick while the female was off the nest. The juveniles continued to care for the chick even after it had fledged. According to their natural history, hornbills stay with their family group for five to six years and assist in chick rearing and territorial defense. Based on my observations and their natural history, I believe much of their breeding behavior is learned. Experience watching and participating in breeding like our juveniles did, will likely make them more successful breeders. I believe that if zoos are to have a sustainable breeding population of southern ground hornbills more effort should be made to keep the juveniles with their parents for as long as possible and allow them to observe and participate on future breeding attempts.\n\nIntroduction\nSouthern ground hornbills are the second largest hornbill and can be found in the savannahs and woodlands of Kenya, Burundi, Nambia, Botswana and South Africa. They are found in family groups of two to 11 birds comprised of a dominant breeding pair and several juvenile and non-dominant male helpers. These groups hunt together feeding mainly on arthropods, but they have also been seen taking larger prey such as snakes, hares and tortoises. The group is sedentary and becomes very territorial during breeding season going so far as to swoop on and killed a Verreaux’s eagle (Aquila verreauxii) when it ventured too close to the nest cavity (del Hoyo, 2001).\n\nGround hornbills are unique among hornbills because they nest in open cavities in trees or on rock cliffs instead of sealing themselves into a tree cavity. Only the dominant pair will breed. The dominate female will lay two eggs three to five days apart. The eggs are incubated for 37-43 days.  If both eggs hatch, the younger sibling will almost always die of parental neglect. During incubation and chick rearing, the dominant female is provided with food by all members of the group. The chick will fledge after 86 days but will stay with the family group for five to six years until it reaches sexual maturity and males may stay much longer (del Hoyo, 2001).\n\nAlthough the species has been classified as a species of least concern on the 2009 IUCN red list, many conservationists are concerned about the stability of the population due to the political instability of the countries within their range. They fear that a civil war could not only kill many individuals, but also destroy their habitat making it very difficult for their population to recover. The only country in which they occur that is politically stable is South Africa, and the South African population is declining. They have lost 50% of their original habitat to human encroachment and are often the victims of close association with humans through loss of large dead trees used as nest sites, incidental trapping, shooting and poisoning. For this reason, the Mabula Ground Hornbill Conservation Project has been working to establish hornbill troops in the Mabula reserve in South Africa which was historically within their range. This effort entails pulling the second chick from wild nests and hand- rearing it.\n\nThe first attempt to introduce a group of hand-reared chicks was met with many obstacles. The youngsters were so naïve that they had to be provided with supplemental food and a shepherd was hired to follow the troop around. He made sure they didn’t get eaten by predators and found a proper roost for the night. This care continued until the project received an adult male from rehab whose troop had been poisoned. The male was introduced to the juveniles and he accepted them and took over care. With the adult male helping the youngsters find food and look out for predators, the troop was soon self-sufficient. Happily, the Mabula Ground Hornbill Conservation Project reported their first successful fledging from a reintroduced group. The parents were a hand-reared female and a rehabilitated male.  This illustrates the importance of parental care for this species (Turner, 2007).\n\nAt the Tracy Aviary, we believe that the group interactions are important for proper development of the chicks, so our southern ground hornbills are………..\n\n<strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. JOIN NOW! </strong>', 'Cooperative Breeding Behavior in Captive Southern Ground Hornbills (Bucorvus leadbeateri)', 0, '', 'inherit', 'closed', 'closed', '', '1844-revision', '', '', '2011-02-04 10:24:35', '2011-02-04 15:24:35', '', 1844, 'http://aazk.org/uncategorized/1844-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1847, 2, '2011-02-04 10:26:35', '2011-02-04 15:26:35', '<em>By\nRebecca Bates, Primary Keeper\nTracy Aviary, Salt Lake City, UT</em>\n\n<strong>Summary </strong>\nDuring the 2009 breeding season, the southern ground hornbills (Bucorvus leadbeateri) at the Tracy Aviary were housed as a family group consisting of the dominant breeding pair and two juvenile females. Since the breeding pair had successfully raised nine chicks with varying levels of assistance, and they were not a high priority to breed, we decided to allow them to try to breed completely without assistance. We provided daily dietary enrichment of mice, chicks, rabbits, nuts, fruits, vegetables, and bugs in a manner that encouraged foraging behavior. Soon the male was displaying with food and leaves to the female and they were frequently heard calling back and forth to each other.\n\nSadly the female abandoned the first clutch half way through incubation. The eggs were candled and no signs of fertility were seen. The second clutch was developing normally when the eggs were candled half way through incubation, but one egg had a small hole. Since hornbills only raise one chick even if both eggs hatch, this egg was pulled and artificially incubated. The second chick hatched without assistance. The feedings were increased to three times per day to give the hornbills access to fresh food to feed the chick at all times. The male diligently provided the female with food as soon as the food pan was placed in the exhibit. Surprisingly, after a few days the juveniles began presenting the female with food. The male allowed this but watched very closely. Perhaps even more surprisingly, the male began to feed the female less and allow the juveniles to provide the majority of the food to the female.\n\nAs the chick grew, the female would start spending more and more time off the nest. On several occasions, the oldest juvenile was seen brooding the chick while the female was off the nest. The juveniles continued to care for the chick even after it had fledged. According to their natural history, hornbills stay with their family group for five to six years and assist in chick rearing and territorial defense. Based on my observations and their natural history, I believe much of their breeding behavior is learned. Experience watching and participating in breeding like our juveniles did, will likely make them more successful breeders. I believe that if zoos are to have a sustainable breeding population of southern ground hornbills more effort should be made to keep the juveniles with their parents for as long as possible and allow them to observe and participate on future breeding attempts.\n\n<img class="alignnone size-full wp-image-1845" title="ground_hornbills" src="http://aecetia.net/gws/aazk/wp-content/uploads/ground_hornbills.jpg" alt="ground_hornbills" width="635" height="509" />\n\n<strong>Ground hornbill juveniles playing in their exhibit at the Tracy Aviary. </strong><strong><em>(Photo: Allyce Linder)</em></strong>\n\n<strong>Introduction</strong>\nSouthern ground hornbills are the second largest hornbill and can be found in the savannahs and woodlands of Kenya, Burundi, Nambia, Botswana and South Africa. They are found in family groups of two to 11 birds comprised of a dominant breeding pair and several juvenile and non-dominant male helpers. These groups hunt together feeding mainly on arthropods, but they have also been seen taking larger prey such as snakes, hares and tortoises. The group is sedentary and becomes very territorial during breeding season going so far as to swoop on and killed a Verreaux’s eagle (Aquila verreauxii) when it ventured too close to the nest cavity (del Hoyo, 2001).\n\nGround hornbills are unique among hornbills because they nest in open cavities in trees or on rock cliffs instead of sealing themselves into a tree cavity. Only the dominant pair will breed. The dominate female will lay two eggs three to five days apart. The eggs are incubated for 37-43 days.  If both eggs hatch, the younger sibling will almost always die of parental neglect. During incubation and chick rearing, the dominant female is provided with food by all members of the group. The chick will fledge after 86 days but will stay with the family group for five to six years until it reaches sexual maturity and males may stay much longer (del Hoyo, 2001).\n\nAlthough the species has been classified as a species of least concern on the 2009 IUCN red list, many conservationists are concerned about the stability of the population due to the political instability of the countries within their range. They fear that a civil war could not only kill many individuals, but also destroy their habitat making it very difficult for their population to recover. The only country in which they occur that is politically stable is South Africa, and the South African population is declining. They have lost 50% of their original habitat to human encroachment and are often the victims of close association with humans through loss of large dead trees used as nest sites, incidental trapping, shooting and poisoning. For this reason, the Mabula Ground Hornbill Conservation Project has been working to establish hornbill troops in the Mabula reserve in South Africa which was historically within their range. This effort entails pulling the second chick from wild nests and hand- rearing it.\n\nThe first attempt to introduce a group of hand-reared chicks was met with many obstacles. The youngsters were so naïve that they had to be provided with supplemental food and a shepherd was hired to follow the troop around. He made sure they didn’t get eaten by predators and found a proper roost for the night. This care continued until the project received an adult male from rehab whose troop had been poisoned. The male was introduced to the juveniles and he accepted them and took over care. With the adult male helping the youngsters find food and look out for predators, the troop was soon self-sufficient. Happily, the Mabula Ground Hornbill Conservation Project reported their first successful fledging from a reintroduced group. The parents were a hand-reared female and a rehabilitated male.  This illustrates the importance of parental care for this species (Turner, 2007).\n\nAt the Tracy Aviary, we believe that the group interactions are important for proper development of the chicks, so our southern ground hornbills are………..\n\n<em><strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong></em>', 'Cooperative Breeding Behavior in Captive Southern Ground Hornbills (Bucorvus leadbeateri)', 0, '', 'inherit', 'closed', 'closed', '', '1844-revision-2', '', '', '2011-02-04 10:26:35', '2011-02-04 15:26:35', '', 1844, 'http://aazk.org/uncategorized/1844-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1848, 2, '2011-02-04 10:40:02', '2011-02-04 15:40:02', '<p style="text-align: center;"><!--[if !mso]> <style>\r\nv\\:* {behavior:url(#default#VML);}\r\no\\:* {behavior:url(#default#VML);}\r\nw\\:* {behavior:url(#default#VML);}\r\n.shape {behavior:url(#default#VML);}\r\n</style> <![endif]--><!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:AllowPNG /> <o:PixelsPerInch>72</o:PixelsPerInch> </o:OfficeDocumentSettings> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:EnableOpenTypeKerning /> <w:DontFlipMirrorIndents /> <w:OverrideTableStyleHps /> <w:UseFELayout /> </w:Compatibility> <w:DoNotOptimizeForBrowser /> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]> <style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:"Table Normal";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:"";\r\n	mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n	mso-para-margin:0in;\r\n	mso-para-margin-bottom:.0001pt;\r\n	mso-pagination:widow-orphan;\r\n	font-size:10.0pt;\r\n	font-family:"Cambria","serif";}\r\n</style> <![endif]--><strong><span style="font-size: 14pt; font-family: &quot;Lucida Grande&quot;;"><img class="size-full wp-image-378 aligncenter" title="training_tails" src="http://aecetia.net/gws/aazk/wp-content/uploads/header_training_tails.jpg" alt="training_tails" width="317" height="68" />Where you can share your training experiences!</span></strong>\r\n<p style="text-align: center;"><span style="font-size: 14pt; font-family: &quot;Lucida Grande&quot;;"><em>Training Tales Editors: Jay Pratte, Omaha\'s Henry Doorly Zoo</em></span></p>\r\n<p style="text-align: center;"><span style="font-size: 14pt; font-family: &quot;Lucida Grande&quot;;"><em>Kim Kezer, Zoo New England; and Angela Binney, Disney\'s Animal Kingdom</em></span></p>\r\n<p style="text-align: left;"></p>\r\n\r\n<p style="text-align: left;"><span style="font-size: 14pt; font-family: &quot;Lucida Grande&quot;;"><em>Through positive-reinforcement training, an ostrich is\r\nsuccessfully conditioned to take a daily dose of medicine\r\n\r\nBy Anna Hergt, Animal Management Intern\r\nZoo New England, Boston, MA</em></span>\r\n\r\n<p style="text-align: left;"><span style="font-size: 14pt; font-family: &quot;Lucida Grande&quot;;"><strong>Background</strong>\r\nIn June 2010, I began a 10-week internship in the Hooves and Horns area at Zoo New England’s Franklin Park Zoo located in Boston, Massachusetts. After learning the various animal husbandry tasks of the area, and getting used to the schedule, I was given the opportunity to take on a project as part of my internship.\r\n\r\nErnie is the only male blue-necked ostrich (<em>Struthio camelus molybdophanes</em>) housed at the Zoo. He had been diagnosed with right leg lameness and was prescribed Cosequin®, a powdered joint supplement. The medicine could not be mixed in with his diet because he shared the yard with two female ostriches, and there was no guarantee that it would be delivered to him completely. Instead, a plan needed to be developed to train Ernie to approach the keepers consistently for his daily dose of medication.\r\n\r\nThough certain novel items sparked his interest enough to come within reach of zookeepers to be hand-fed, there was no reliable method in place to get him to consume the required daily amount. He would often exhibit behaviors such as refusing to come off exhibit, refusing to stand up from sitting, refusing to take medicine hidden in a variety of different food items, or walking right by the keeper and ignoring them altogether. This resulted in an average consumption of ~30% of his medication during the period of 1 March 2010 to when my training began on 15 June 2010.\r\n\r\n<img class="alignnone size-full wp-image-1849" title="ostrich" src="http://aecetia.net/gws/aazk/wp-content/uploads/ostrich.jpg" alt="ostrich" width="505" height="376" />\r\n<strong>Fig. 1. Ernie, the blue-necked ostrich <em>(Photo: Anna Hergt)</em></strong>\r\n\r\nOriginally, a plan needed to be developed that was realistic for the allotted three-week time period I had remaining as an intern. I began with the notion of discovering what food item was motivational, and conditioning him to a bell as soon as he became more reliable in taking that item from me. I created a behavioral log to track his progress, and began working with Ernie an average of two sessions per day.\r\n\r\n<strong>Training</strong>\r\nMy initial approaches began with attempting to lure him over using reward items such as small pieces of carrot chosen for their bright color, small apple chunks, lettuce, kale, mealworms, applesauce mixtures, regular diet grain, and wet grain. Realizing that this was not progressing in the direction I needed, I switched my approach to luring him over using enriching non-food items such as a variety of shiny silver bowls, a red grain scoop, a cow bell and a red bandana. All of these proved not be motivating enough for Ernie. He was responsive, however, to neon pink tape stuck around the edges of a silver bowl. He came over quickly to investigate the novel item, but spent very little time interacting with me and consumed very little grain.\r\n\r\nAt this point, I reevaluated my methods and came up with a training plan based on what I had discovered about Ernie. Through experimenting I was able to build a relationship with him and understand his individual behavioral traits, instead of assuming characteristics based upon research and natural history of the species. Since he wasn’t seemingly food-motivated, I spoke with other keepers about their efforts and observations when attempting to deliver his medicine. After observing many training sessions with other animals, I discovered that the training itself could be a reward. For example, one morning our male lion did not eat, but he easily took his same diet food as reward treats during a training session later in the day. I decided to figure out a way to make Ernie think that eating his medicine was fun, and be motivated to eat his medicine-laced treats by that fact alone.\r\n\r\nI also wanted to look at qualitative data in order to find trends that would lead me to the development of a more stable training plan. I looked into his medical records and daily husbandry logs through Franklin Park Zoo’s database system. I first began by looking specifically at what diet items he most often consumed. I looked back three months to 1 March, and found that if his medicine was given with grain he had an average consumption rate of ~49%. If given by other methods, this number was reduced to only ~15%. This is all relative to the total average consumption of ~30% during that time period, as previously mentioned. From this data, I decided to use his regular diet grain for training and delivering medicine.\r\n\r\nLooking next at his average consumption rates at different times of the day, I found that he…….\r\n<em><strong>\r\nWant to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>\r\n\r\n</span>', 'Getting Ernie to Take His Medicine', 0, '', 'draft', 'closed', 'closed', '', 'getting-ernie-to-take-his-medicine', '', '', '2013-10-15 17:49:20', '2013-10-15 22:49:20', '', 0, 'http://aazk.org/?p=1848', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1849, 2, '2011-02-04 10:38:42', '2011-02-04 15:38:42', '', 'ostrich', 0, '', 'inherit', 'closed', 'closed', '', 'ostrich', '', '', '2011-02-04 10:38:42', '2011-02-04 15:38:42', '', 1848, 'http://aazk.org/wp-content/uploads/ostrich.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1850, 2, '2011-02-04 10:39:18', '2011-02-04 15:39:18', '<p style="text-align: center;"><!--[if !mso]> <style>\nv:* {behavior:url(#default#VML);}\no:* {behavior:url(#default#VML);}\nw:* {behavior:url(#default#VML);}\n.shape {behavior:url(#default#VML);}\n</style> <![endif]--><!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:AllowPNG /> <o:PixelsPerInch>72</o:PixelsPerInch> </o:OfficeDocumentSettings> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:EnableOpenTypeKerning /> <w:DontFlipMirrorIndents /> <w:OverrideTableStyleHps /> <w:UseFELayout /> </w:Compatibility> <w:DoNotOptimizeForBrowser /> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]> <style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:"Table Normal";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:"";\n	mso-padding-alt:0in 5.4pt 0in 5.4pt;\n	mso-para-margin:0in;\n	mso-para-margin-bottom:.0001pt;\n	mso-pagination:widow-orphan;\n	font-size:10.0pt;\n	font-family:"Cambria","serif";}\n</style> <![endif]--><strong><span style="font-size: 14pt; font-family: &quot;Lucida Grande&quot;;"><img class="size-full wp-image-378 aligncenter" title="training_tails" src="http://aecetia.net/gws/aazk/wp-content/uploads/header_training_tails.jpg" alt="training_tails" width="317" height="68" />Where you can share your training experiences!</span></strong>\n<p style="text-align: center;"><span style="font-size: 14pt; font-family: &quot;Lucida Grande&quot;;"><em>Training Tales Editors: Jay Pratte, Omaha\'s Henry Doorly Zoo</em></span></p>\n<p style="text-align: center;"><span style="font-size: 14pt; font-family: &quot;Lucida Grande&quot;;"><em>Kim Kezer, Zoo New England; and Angela Binney, Disney\'s Animal Kingdom</em></span></p>\n<p style="text-align: left;"></p>\n\n<p style="text-align: left;"><span style="font-size: 14pt; font-family: &quot;Lucida Grande&quot;;"><em>Through positive-reinforcement training, an ostrich is\nsuccessfully conditioned to take a daily dose of medicine\n\nBy Anna Hergt, Animal Management Intern\nZoo New England, Boston, MA</em></span>\n\n<p style="text-align: left;"><span style="font-size: 14pt; font-family: &quot;Lucida Grande&quot;;"><strong>Background</strong>\nIn June 2010, I began a 10-week internship in the Hooves and Horns area at Zoo New England’s Franklin Park Zoo located in Boston, Massachusetts. After learning the various animal husbandry tasks of the area, and getting used to the schedule, I was given the opportunity to take on a project as part of my internship.\n\nErnie is the only male blue-necked ostrich (Struthio camelus molybdophanes) housed at the Zoo. He had been diagnosed with right leg lameness and was prescribed Cosequin®, a powdered joint supplement. The medicine could not be mixed in with his diet because he shared the yard with two female ostriches, and there was no guarantee that it would be delivered to him completely. Instead, a plan needed to be developed to train Ernie to approach the keepers consistently for his daily dose of medication.\n\nThough certain novel items sparked his interest enough to come within reach of zookeepers to be hand-fed, there was no reliable method in place to get him to consume the required daily amount. He would often exhibit behaviors such as refusing to come off exhibit, refusing to stand up from sitting, refusing to take medicine hidden in a variety of different food items, or walking right by the keeper and ignoring them altogether. This resulted in an average consumption of ~30% of his medication during the period of 1 March 2010 to when my training began on 15 June 2010.\n\n<img class="alignnone size-full wp-image-1849" title="ostrich" src="http://aecetia.net/gws/aazk/wp-content/uploads/ostrich.jpg" alt="ostrich" width="505" height="376" />\n<strong>Fig. 1. Ernie, the blue-necked ostrich <em>(Photo: Anna Hergt)</em></strong>\n\nOriginally, a plan needed to be developed that was realistic for the allotted three-week time period I had remaining as an intern. I began with the notion of discovering what food item was motivational, and conditioning him to a bell as soon as he became more reliable in taking that item from me. I created a behavioral log to track his progress, and began working with Ernie an average of two sessions per day.\n\nTraining\nMy initial approaches began with attempting to lure him over using reward items such as small pieces of carrot chosen for their bright color, small apple chunks, lettuce, kale, mealworms, applesauce mixtures, regular diet grain, and wet grain. Realizing that this was not progressing in the direction I needed, I switched my approach to luring him over using enriching non-food items such as a variety of shiny silver bowls, a red grain scoop, a cow bell and a red bandana. All of these proved not be motivating enough for Ernie. He was responsive, however, to neon pink tape stuck around the edges of a silver bowl. He came over quickly to investigate the novel item, but spent very little time interacting with me and consumed very little grain.\n\nAt this point, I reevaluated my methods and came up with a training plan based on what I had discovered about Ernie. Through experimenting I was able to build a relationship with him and understand his individual behavioral traits, instead of assuming characteristics based upon research and natural history of the species. Since he wasn’t seemingly food-motivated, I spoke with other keepers about their efforts and observations when attempting to deliver his medicine. After observing many training sessions with other animals, I discovered that the training itself could be a reward. For example, one morning our male lion did not eat, but he easily took his same diet food as reward treats during a training session later in the day. I decided to figure out a way to make Ernie think that eating his medicine was fun, and be motivated to eat his medicine-laced treats by that fact alone.\n\nI also wanted to look at qualitative data in order to find trends that would lead me to the development of a more stable training plan. I looked into his medical records and daily husbandry logs through Franklin Park Zoo’s database system. I first began by looking specifically at what diet items he most often consumed. I looked back three months to 1 March, and found that if his medicine was given with grain he had an average consumption rate of ~49%. If given by other methods, this number was reduced to only ~15%. This is all relative to the total average consumption of ~30% during that time period, as previously mentioned. From this data, I decided to use his regular diet grain for training and delivering medicine.\n\nLooking next at his average consumption rates at different times of the day, I found that he…….\n<em><strong>\nWant to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>\n\n</span>', 'Getting Ernie to Take His Medicine', 0, '', 'inherit', 'closed', 'closed', '', '1848-revision', '', '', '2011-02-04 10:39:18', '2011-02-04 15:39:18', '', 1848, 'http://aazk.org/uncategorized/1848-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1851, 2, '2011-02-04 10:39:26', '2011-02-04 15:39:26', '<p style="text-align: center;"><!--[if !mso]> <style>\r\nv:* {behavior:url(#default#VML);}\r\no:* {behavior:url(#default#VML);}\r\nw:* {behavior:url(#default#VML);}\r\n.shape {behavior:url(#default#VML);}\r\n</style> <![endif]--><!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:AllowPNG /> <o:PixelsPerInch>72</o:PixelsPerInch> </o:OfficeDocumentSettings> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:EnableOpenTypeKerning /> <w:DontFlipMirrorIndents /> <w:OverrideTableStyleHps /> <w:UseFELayout /> </w:Compatibility> <w:DoNotOptimizeForBrowser /> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]> <style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:"Table Normal";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:"";\r\n	mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n	mso-para-margin:0in;\r\n	mso-para-margin-bottom:.0001pt;\r\n	mso-pagination:widow-orphan;\r\n	font-size:10.0pt;\r\n	font-family:"Cambria","serif";}\r\n</style> <![endif]--><strong><span style="font-size: 14pt; font-family: &quot;Lucida Grande&quot;;"><img class="size-full wp-image-378 aligncenter" title="training_tails" src="http://aecetia.net/gws/aazk/wp-content/uploads/header_training_tails.jpg" alt="training_tails" width="317" height="68" />Where you can share your training experiences!</span></strong>\r\n<p style="text-align: center;"><span style="font-size: 14pt; font-family: &quot;Lucida Grande&quot;;"><em>Training Tales Editors: Jay Pratte, Omaha\'s Henry Doorly Zoo</em></span></p>\r\n<p style="text-align: center;"><span style="font-size: 14pt; font-family: &quot;Lucida Grande&quot;;"><em>Kim Kezer, Zoo New England; and Angela Binney, Disney\'s Animal Kingdom</em></span></p>\r\n<p style="text-align: left;"></p>\r\n\r\n<p style="text-align: left;"><span style="font-size: 14pt; font-family: &quot;Lucida Grande&quot;;"><em>Through positive-reinforcement training, an ostrich is\r\nsuccessfully conditioned to take a daily dose of medicine\r\n\r\nBy Anna Hergt, Animal Management Intern\r\nZoo New England, Boston, MA</em></span>\r\n\r\n<p style="text-align: left;"><span style="font-size: 14pt; font-family: &quot;Lucida Grande&quot;;"><strong>Background</strong>\r\nIn June 2010, I began a 10-week internship in the Hooves and Horns area at Zoo New England’s Franklin Park Zoo located in Boston, Massachusetts. After learning the various animal husbandry tasks of the area, and getting used to the schedule, I was given the opportunity to take on a project as part of my internship.\r\n\r\nErnie is the only male blue-necked ostrich (Struthio camelus molybdophanes) housed at the Zoo. He had been diagnosed with right leg lameness and was prescribed Cosequin®, a powdered joint supplement. The medicine could not be mixed in with his diet because he shared the yard with two female ostriches, and there was no guarantee that it would be delivered to him completely. Instead, a plan needed to be developed to train Ernie to approach the keepers consistently for his daily dose of medication.\r\n\r\nThough certain novel items sparked his interest enough to come within reach of zookeepers to be hand-fed, there was no reliable method in place to get him to consume the required daily amount. He would often exhibit behaviors such as refusing to come off exhibit, refusing to stand up from sitting, refusing to take medicine hidden in a variety of different food items, or walking right by the keeper and ignoring them altogether. This resulted in an average consumption of ~30% of his medication during the period of 1 March 2010 to when my training began on 15 June 2010.\r\n\r\n<img class="alignnone size-full wp-image-1849" title="ostrich" src="http://aecetia.net/gws/aazk/wp-content/uploads/ostrich.jpg" alt="ostrich" width="505" height="376" />\r\n<strong>Fig. 1. Ernie, the blue-necked ostrich <em>(Photo: Anna Hergt)</em></strong>\r\n\r\nOriginally, a plan needed to be developed that was realistic for the allotted three-week time period I had remaining as an intern. I began with the notion of discovering what food item was motivational, and conditioning him to a bell as soon as he became more reliable in taking that item from me. I created a behavioral log to track his progress, and began working with Ernie an average of two sessions per day.\r\n\r\n<strong>Training</strong>\r\nMy initial approaches began with attempting to lure him over using reward items such as small pieces of carrot chosen for their bright color, small apple chunks, lettuce, kale, mealworms, applesauce mixtures, regular diet grain, and wet grain. Realizing that this was not progressing in the direction I needed, I switched my approach to luring him over using enriching non-food items such as a variety of shiny silver bowls, a red grain scoop, a cow bell and a red bandana. All of these proved not be motivating enough for Ernie. He was responsive, however, to neon pink tape stuck around the edges of a silver bowl. He came over quickly to investigate the novel item, but spent very little time interacting with me and consumed very little grain.\r\n\r\nAt this point, I reevaluated my methods and came up with a training plan based on what I had discovered about Ernie. Through experimenting I was able to build a relationship with him and understand his individual behavioral traits, instead of assuming characteristics based upon research and natural history of the species. Since he wasn’t seemingly food-motivated, I spoke with other keepers about their efforts and observations when attempting to deliver his medicine. After observing many training sessions with other animals, I discovered that the training itself could be a reward. For example, one morning our male lion did not eat, but he easily took his same diet food as reward treats during a training session later in the day. I decided to figure out a way to make Ernie think that eating his medicine was fun, and be motivated to eat his medicine-laced treats by that fact alone.\r\n\r\nI also wanted to look at qualitative data in order to find trends that would lead me to the development of a more stable training plan. I looked into his medical records and daily husbandry logs through Franklin Park Zoo’s database system. I first began by looking specifically at what diet items he most often consumed. I looked back three months to 1 March, and found that if his medicine was given with grain he had an average consumption rate of ~49%. If given by other methods, this number was reduced to only ~15%. This is all relative to the total average consumption of ~30% during that time period, as previously mentioned. From this data, I decided to use his regular diet grain for training and delivering medicine.\r\n\r\nLooking next at his average consumption rates at different times of the day, I found that he…….\r\n<em><strong>\r\nWant to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>\r\n\r\n</span>', 'Getting Ernie to Take His Medicine', 0, '', 'inherit', 'closed', 'closed', '', '1848-revision-2', '', '', '2011-02-04 10:39:26', '2011-02-04 15:39:26', '', 1848, 'http://aazk.org/uncategorized/1848-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2104, 2, '2011-09-02 10:50:28', '2011-09-02 15:50:28', '', 'caracal_bloodsicle', 0, '', 'inherit', 'closed', 'closed', '', 'caracal_bloodsicle', '', '', '2011-09-02 10:50:28', '2011-09-02 15:50:28', '', 2103, 'http://aazk.org/wp-content/uploads/caracal_bloodsicle.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2103, 2, '2011-09-02 10:50:48', '2011-09-02 15:50:48', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<em>By\r\nDeborah Wettlaufer, Enrichment Officer\r\nCheetah Outreach\r\nCape Town, South Africa</em>\r\n\r\nOur caracal (<em>Caracal caracal</em>) is very food-motivated and always eats rapidly.  Because she lacks her back molars, we cannot give her small bones, such as chicken on the bone, but we sometimes give her large turkey or horse bones to prolong feeding.  As a special treat, she is occasionally given a ‘bloodsicle’ made of frozen blood and pieces of meat.  To provide more of a challenge, I decided to hang a larger bloodsicle for her.  I froze blood and 150g (~5.3 oz.) of turkey pieces in a medium-sized plastic container with a string with knots inserted through a hole in the middle of the top so it would freeze in the center of the bloodsicle.\r\n\r\nTo make it even more interesting for her, we hung the bloodsicle from a bungee feeder.  The bungee feeder consists of one meter of bungee cord with one end attached to a length of nylon cord with a clip on the end to attach it to the top of the enclosure.  The other end also has a clip from which various food items can be attached.  The bungee cord is contained within one meter of garden hose to prevent it from wrapping around any of the animal’s extremities or swinging back in the animal’s face.\r\n\r\nAfter we hung the bloodsicle, she immediately came to investigate it.  At first she seemed a little confused about how to approach it since she is used to her bloodsicles on a flat surface.  She tried to lick the bloodsicle from a standing position but every time she licked it, it moved about.  She constantly moved around it to gain a better position, batting at it and trying to grab it when it moved.    Eventually she figured out that sitting down and holding it with one paw kept it from moving around so she could lick continuously.  If the bloodsicle moved at all, she dug her claws in deeper to stabilize it.  As blood dripped on to her fur, she stopped a few times to clean herself, and then resumed licking.  While licking, she appeared as though she was in a trance, oblivious to everything around her.<img class="alignright size-full wp-image-2104" title="caracal_bloodsicle" src="http://aecetia.net/gws/aazk/wp-content/uploads/caracal_bloodsicle.jpg" alt="caracal_bloodsicle" width="417" height="620" />\r\n\r\nAs she licked the bloodsicle, the meat at the bottom gradually was exposed and she became very excited.  She tried a new tactic of grabbing the meat with her teeth and trying to rip it out of the bloodsicle.  Occasionally she tried to carry the whole bloodsicle off but it bounced away from her and she ran after it, grabbed it and began ripping at the meat again.  She worked at it until the bloodsicle and meat were gone.\r\n\r\nWe considered this exercise successful in that it prolonged feeding, challenged her cognitive skills and kept a very intelligent and active cat busy for almost 45 minutes.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Julie Hartell-DeNardo:</strong>\r\nDeborah, thank you for sharing your paper with the AAZK Forum readers.  This is a great example of using a food presentation-based enrichment strategy to increase both the behaviors involved in food consumption as well as the amount of time spent engaged in food acquisition-related behaviors.  The animal is stimulated mentally to figure out how to obtain the more challenging and enticing food.  Additionally the caracal participated in more physical activity, using more muscles and energy than it would if just presented with food in a routine location.  This creative feeding strategy could be effective with other small carnivore species or even large carnivores – or if the meat and blood are substituted for produce and juice this idea may even translate into primate species applications.\r\n\r\nSome safety considerations to keep in mind with bungee and rope enrichment components is to:\r\n\r\n•   ensure no loops exists that could act to trap an appendage or head,\r\n•   determine a length that minimizes slack and prevents the possibility of excess to wrap around an animal or body part, and\r\n•   when possible, enclose rope/bungees in pvc or other piping that can act to stabilize the length of the rope/bungee and prevents wrap around or dangerous loops from forming while the animal is engaged with the enrichment.\r\n\r\nThanks again to Deborah for this fantastic idea with diverse potential applications!\r\n\r\n<strong>Want to discover more great enrichment ideas? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'Bloodsicle on a Bungee Feeder for Caracals', 0, '', 'draft', 'closed', 'closed', '', 'bloodsicle-on-a-bungee-feeder-for-caracals', '', '', '2013-10-15 17:49:19', '2013-10-15 22:49:19', '', 0, 'http://aazk.org/?p=2103', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1862, 2, '2011-02-17 15:30:32', '2011-02-17 20:30:32', '<ul style="text-align: left;">\r\n	<li><strong>Absolute Primate Enrichment Systems</strong>\r\nEnrichment devices for primates\r\n(817) 228-2281\r\n<a href="http://www.absoluteprimate.com ">www.absoluteprimate.com</a></li>\r\n	<li><strong>American Excelsior Company</strong>\r\nWoodwool Substrates\r\n(800) 326-3626\r\n\r\n<a href="http://www.amerexcel.com/">www.amerexcel.com</a></li>\r\n	<li><strong>Animal Management Resources</strong>\r\n(910) 246-6263\r\n<a href="http://www.mytrainingstore.com">www.mytrainingstore.com</a>\r\nemail: <a href="mailto:meg@mytrainingstore.com">meg@mytrainingstore.com</a></li>\r\n</ul>\r\n<ul>\r\n	<li><strong>Aussie Dog Products</strong>\r\nEnrichment devices for dogs, horses and zoo animals\r\n+61 (0)3 9752-3336  FAX +61 (0)3 9758-3020\r\n<a href="http://www.aussiedog.com.au">www.aussiedog.com.au</a></li>\r\n	<li><strong>BCI Burke Co., Inc.</strong>\r\nPlayground Structures\r\n800-266-1250 FAX  (414) 921-9566\r\n\r\nemail: <a href="mailto:info@bciburke.com">info@bciburke.com</a>\r\n<a href="http://www.bciburke.com/">www.bciburke.com</a></li>\r\n	<li><strong>Bio-Serve</strong>\r\nEnrichment devices for primates, dogs, pigs, rodents\r\n(908) 996-2155 FAX  (908) 996-4123\r\n\r\n<a href="http://www.bio-serv.com">www.bio-serv.com</a></li>\r\n	<li><strong>Birds Just Wanna Have Fun</strong>\r\nBird toys\r\n1-800-246-1018 or (512) 401-0536\r\n\r\nE-mail: <a href="mailto:info@birdsjustwannahavefun.com">info@birdsjustwannahavefun.com</a>\r\n<a href="http://www.birdsjustwannahavefun.com/">www.birdsjustwannahavefun.com</a></li>\r\n	<li><strong>Boomer Ball®, Inc.</strong>\r\nEnrichment devices for zoo animals\r\n(888) 858-9529  or (847) 546-6125\r\nFAX (800) 858-9529  or (847) 546-6185</li>\r\n	<li><strong>Busy Beaks</strong>\r\nBird toys\r\n<a href="http://www.busybeaks.com">www.busybeaks.com</a>\r\n458 Lucher Rd.\r\nWillis, TX 77378\r\n(936)344-8400 (phone)\r\n(936)344-8406 (fax)\r\n<a href="mailto:BusyBeaksToys@aol.com">BusyBeaksToys@aol.com</a></li>\r\n	<li><strong>The Caning Company</strong>\r\nGourds\r\n(800) 544-3373\r\n\r\n<a href="http://www.caning.com/">www.caning.com</a></li>\r\n	<li><strong>Choppers Toys/Design-Rite Products</strong>\r\n101 North 55th    Street Unit #4\r\nPhoenix AZ 85034\r\n(480) 945-8406\r\n\r\n<a href="http://www.chopperstoys.com/">www.chopperstoys.com</a></li>\r\n	<li><strong>Desert Plastics</strong>\r\n2401A Phoenix, NE\r\nAlbuquerque, NM 87107\r\nPhone: (505) 884-3889\r\nFax: (505) 884-3932\r\n\r\n<a href="http://www.desertplastics-abq.com/">www.desertplastics-abq.com</a></li>\r\n	<li><strong>Doctors Fosters Smith</strong>\r\nPet Supply\r\n(800) 826-7206\r\n\r\n<a href="http://www.drsfostersmith.com/">www.drsfostersmith.com</a></li>\r\n	<li><strong>Duracast Products, Inc.</strong>\r\nPlastic enrichment products\r\n(800) 683-4116  FAX (863) 638-2443\r\n\r\n<a href="http://www.duracast.com">http://www.duracast.com</a></li>\r\n	<li><strong>Edible Landscaping</strong>\r\nEdible Plants\r\n800-524-4156 FAX  (434) 361-1916<a href="http://www.eat-it.com/">www.eat-it.com </a></li>\r\n	<li><strong>E Street Plastics</strong>\r\nAcrylic mirrors, plexi and lexan\r\n(972) 207-0936\r\n<a href="http://www.estreetplastics.com ">www.estreetplastics.com </a>\r\nemail: <a href="mailto:sales@estreetplastics.com">sales@estreetplastics.com</a></li>\r\n	<li><strong>Ethical, Inc.</strong>\r\nVinyl chew toys, squish balls\r\n(973) 484-1000\r\n\r\n<a href="http://www.ethicalpet.com/">www.ethicalpet.com</a></li>\r\n	<li><strong>Exotic Creations</strong>\r\nBird Toys\r\n(612) 785-0376\r\n\r\n<a href="http://www.exoticreations.com">www.exoticreations.com</a></li>\r\n	<li><strong>Fauna-Tek</strong>\r\nNew England Exotics, Inc.\r\n71 Michaels Rd.\r\nWells, ME 04090\r\n207-646-7173\r\n\r\n<a href="http://www.fauna-tek.net">www.fauna-tek.net</a></li>\r\n	<li><strong>Fluker Farms</strong>\r\nHerpetological Supplies\r\n(800) 735-8537\r\n\r\n<a href="http://www.flukerfarms.com">www.flukerfarms.com</a></li>\r\n	<li><strong>Injoy Coursing Equipment</strong>\r\nCoursing Lures\r\n(802) 425-3691 FAX  (802) 425-4468\r\n\r\n<a href="http://www.injoy-1.com">www.injoy-1.com</a></li>\r\n	<li><strong>International Cordage</strong>\r\nRope Structures\r\n(602) 252-3155\r\nFAX  (602) 252-3053\r\n\r\n<a href="http://www.internationalcordage.com/">www.internationalcordage.com</a></li>\r\n	<li><strong>Jeffer’s Pet Supply</strong>\r\nPet &amp; livestock supplies\r\n(800) 533-3377\r\n\r\n<a href="http://www.jefferspet.com">www.jefferspet.com</a>\r\n<a href="http://www.jefferslivestock.com">www.jefferslivestock.com</a></li>\r\n	<li><strong>Jolly Pets</strong>\r\nHorseman’s Pride\r\nHeavy duty plastic toys\r\n10008 State Rt. 43\r\nStreetsboro, OH. 44241\r\n<a href="http://www.jollypets.com/HorsemenHome.html">http://www.jollypets.com/HorsemenHome.html</a>\r\nemail: <a href="mailto:cservice@jollypets.com">cservice@jollypets.com</a></li>\r\n	<li><strong>The Kong Company</strong>\r\nKong toys\r\n16191 Table Mountain Parkway\r\nGolden, CO 80403\r\n(303)  216-2626\r\n\r\n<a href="http://www.kongcompany.com/">http://www.kongcompany.com/</a></li>\r\n	<li><strong>Kracor, Inc.</strong>\r\nPlastic enrichment feeders &amp; toys\r\n(800) 255-6335\r\n\r\n<a href="http://www.kracor.com">www.kracor.com</a>\r\nemail:  <a href="mailto:custormerservice@kracor.com">custormerservice@kracor.com</a></li>\r\n	<li><strong>The Larson Company</strong>\r\n"The Stump" enrichment  device\r\n(520) 294-3900 FAX  (520) 741-7930\r\n\r\n<a href="http://www.larson-usa.com">www.larson-usa.com</a></li>\r\n	<li><strong>Leather Elves</strong>\r\nEnrichment devices for birds &amp; zoo animals\r\n(781) 331-8557\r\n\r\n<a href="http://www.theleatherelves.com">www.theleatherelves.com</a></li>\r\n	<li><strong>Lomir Primate Enrichment Technologies</strong>\r\nPrimate enrichment products\r\n(877) 425-3604\r\n\r\n<a href="http://www.lomir.com/pet">www.lomir.com/pet</a></li>\r\n	<li><strong>Omaha Vaccine Company</strong>\r\nPet Supplies\r\n800-367-4444\r\nFAX 800-242-9447\r\n\r\n<a href="http://www.omahavaccine.com/">www.omahavaccine.com</a></li>\r\n	<li><strong>Otto Environmental</strong>\r\nEnrichment devices for zoo animals\r\n(414) 358-1001\r\n\r\n<a href="http://www.ottoenvironmental.com/">www.ottoenvironmental.com</a></li>\r\n	<li><strong>Pacific Fibre and Rope Co., Inc.</strong>\r\nCargo nets and rope ladders\r\nFAX (310) 835-6781\r\n\r\n<a href="http://www.pacificfibre.com/">www.pacificfibre.com</a>\r\nemail: <a href="mailto:pacfib@worldnet.att.net">pacfib@worldnet.att.net</a></li>\r\n	<li><strong>Primate Products</strong>\r\n<a href="http://www.primateproducts.com ">www.primateproducts.com </a></li>\r\n	<li><strong>PetsMart</strong>\r\n19601 N. 27th    Ave.\r\nPhoenix,  AZ. 85027\r\n(800) 738-1385\r\nPet supplies: <a href="http://www.petsmart.com/">www.petsmart.com</a></li>\r\n	<li><strong>Rotonics</strong>\r\nCustom rotational plastics molding &amp; buoys\r\n(800) 351-1363\r\n<a href="http://www.rotonics.com ">www.rotonics.com </a>\r\nemail: <a href="mailto:buoys@rotonics.com">buoys@rotonics.com</a></li>\r\n	<li><strong>Safari Thatch, Inc.</strong>\r\nBamboo Products\r\n(954) 564-0059\r\nFAX (954) 564-7431\r\n\r\n<a href="http://www.safarithatch.com/">www.safarithatch.com</a></li>\r\n	<li><strong>Sanctuary Supplies</strong>\r\n4300 Pletzer    Blvd.\r\nRootstown,   OH. 44272\r\n(877) 886-1992\r\n\r\n<a href="http://www.sanctuarysupplies.com">www.sanctuarysupplies.com</a></li>\r\n	<li><strong>Seeds of Change</strong>\r\nOrganic seeds for edible plants\r\nFAX (505) 438-7052\r\n\r\n<a href="http://www.seedsofchange.com/">www.seedsofchange.com</a></li>\r\n	<li><strong>SINCO Group, Inc.</strong>\r\nCargo Nets\r\nFAX (860) 632-1509\r\n\r\n<a href="http://www.sinco.com/">www.sinco.com</a>\r\nemail: <a href="mailto:sales@sincosala.com">sales@sincosala.com</a></li>\r\n	<li><strong>SitStay</strong>\r\nTraining Clickers\r\nFAX (402) 467-5055\r\n\r\n<a href="http://www.sitstay.com/">www.sitstay.com</a></li>\r\n	<li><strong>StarBird</strong>\r\nZoo Enrichment\r\n(310) 489-8868\r\nFAX (310) 828-5129\r\n\r\n<a href="http://www.estarbird.com/">www.estarbird.com</a></li>\r\n	<li><strong>Sweeney Enterprises, Inc.</strong>\r\nAutomatic Feeders\r\n(800) 443-4244\r\nFAX (800) 337-5017\r\n\r\n<a href="http://www.sweeneyfeeders.com">www.sweeneyfeeders.com</a></li>\r\n	<li><strong>That Pet Place</strong>\r\n<a href="http://www.thatpetplace.com ">www.thatpetplace.com </a></li>\r\n	<li><strong>Twin Leather Company</strong>\r\nBird toy parts and supplies\r\n(508) 583-3485\r\nFAX (508) 586-4501\r\n\r\n<a href="http://www.twinleather.com/">www.twinleather.com</a>\r\nemail: <a href="mailto:sales@twinleather.com">sales@twinleather.com</a></li>\r\n	<li><strong>Valentine Inc.\r\n</strong>Zoological supplies\r\nFAX  (239) 645 4682\r\n\r\n<a href="http://www.valentineinc.com/">www.valentineinc.com</a></li>\r\n	<li><strong>Welburn Gourd Farm</strong>\r\nGourds\r\n(760)728-4271\r\n\r\n<a href="http://www.welburngourdfarm.com">www.welburngourdfarm.com</a></li>\r\n	<li><strong>World Champion Horse Equipment</strong>\r\nEquine Supply\r\n(931) 684-0496\r\n\r\n<a href="http://www.ehorseequipment.com">www.ehorseequipment.com</a></li>\r\n	<li><strong>Zoomed Laboratories</strong>\r\nHerpetological Supplies\r\n(805) 542-9988  FAX (805) 542-9295\r\n\r\n<a href="http://www.zoomed.com/">www.zoomed.com</a>\r\nemail: <a href="mailto:zoomed@zoomed.com">zoomed@zoomed.com</a></li>\r\n</ul>', 'Enrichment Suppliers', 0, '', 'inherit', 'closed', 'closed', '', '324-autosave-v1', '', '', '2011-02-17 15:30:32', '2011-02-17 20:30:32', '', 324, 'http://aazk.org/uncategorized/324-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1865, 2, '2011-02-17 15:22:22', '2011-02-17 20:22:22', '<ul style="text-align: left;">\r\n	<li><strong>Absolute Primate Enrichment Systems</strong>\r\nEnrichment devices for primates\r\n(817) 228-2281\r\n<a href="http://www.absoluteprimate.com ">www.absoluteprimate.com</a></li>\r\n	<li><strong>American Excelsior Company</strong>\r\nWoodwool Substrates\r\n(800) 326-3626\r\n\r\n<a href="http://www.amerexcel.com/">www.amerexcel.com</a></li>\r\n	<li><strong>Animal Management Resources</strong>\r\n(910) 246-6263\r\n<a href="http://www.mytrainingstore.com">www.mytrainingstore.com</a>\r\nemail: <a href="mailto:meg@mytrainingstore.com">meg@mytrainingstore.com</a></li>\r\n</ul>\r\n<ul>\r\n	<li><strong>Aussie Dog Products</strong>\r\nEnrichment devices for dogs, horses and zoo animals\r\n+61 (0)3 9752-3336  FAX +61 (0)3 9758-3020\r\n<a href="http://www.aussiedog.com.au">www.aussiedog.com.au</a></li>\r\n	<li><strong>BCI Burke Co., Inc.</strong>\r\nPlayground Structures\r\n800-266-1250 FAX  (414) 921-9566\r\n\r\nemail: <a href="mailto:info@bciburke.com">info@bciburke.com</a>\r\n<a href="http://www.bciburke.com/">www.bciburke.com</a></li>\r\n	<li><strong>Bio-Serve</strong>\r\nEnrichment devices for primates, dogs, pigs, rodents\r\n(908) 996-2155 FAX  (908) 996-4123\r\n\r\n<a href="http://www.bio-serv.com">www.bio-serv.com</a></li>\r\n	<li><strong>Birds Just Wanna Have Fun</strong>\r\nBird toys\r\n1-800-246-1018 or (512) 401-0536\r\n\r\nE-mail: <a href="mailto:info@birdsjustwannahavefun.com">info@birdsjustwannahavefun.com</a>\r\n<a href="http://www.birdsjustwannahavefun.com/">www.birdsjustwannahavefun.com</a></li>\r\n	<li><strong>Boomer Ball®, Inc.</strong>\r\nEnrichment devices for zoo animals\r\n(888) 858-9529  or (847) 546-6125\r\nFAX (800) 858-9529  or (847) 546-6185</li>\r\n	<li><strong>Busy Beaks</strong> (toys for birds)\r\n<a href="http://www.busybeaks.com">www.busybeaks.com</a>\r\n458 Lucher Rd.\r\nWillis, TX 77378\r\n(936)344-8400 (phone)\r\n(936)344-8406 (fax)\r\n<a href="mailto:BusyBeaksToys@aol.com">BusyBeaksToys@aol.com</a></li>\r\n	<li><strong>The Caning Company</strong>\r\nGourds\r\n(800) 544-3373\r\n\r\n<a href="http://www.caning.com/">www.caning.com</a></li>\r\n	<li><strong>Choppers Toys/Design-Rite Products</strong>\r\n101 North 55th    Street Unit #4\r\nPhoenix AZ 85034\r\n(480) 945-8406\r\n\r\n<a href="http://www.chopperstoys.com/">www.chopperstoys.com</a></li>\r\n	<li><strong>Desert Plastics</strong>\r\n2401A Phoenix, NE\r\nAlbuquerque, NM 87107\r\nPhone: (505) 884-3889\r\nFax: (505) 884-3932\r\n\r\n<a href="http://www.desertplastics-abq.com/">www.desertplastics-abq.com</a></li>\r\n	<li><strong>Doctors Fosters Smith</strong>\r\nPet Supply\r\n(800) 826-7206\r\n\r\n<a href="http://www.drsfostersmith.com/">www.drsfostersmith.com</a></li>\r\n	<li><strong>Duracast Products, Inc.</strong>\r\nPlastic enrichment products\r\n(800) 683-4116  FAX (863) 638-2443\r\n\r\n<a href="http://www.duracast.com">http://www.duracast.com</a></li>\r\n	<li><strong>Edible Landscaping</strong>\r\nEdible Plants\r\n800-524-4156 FAX  (434) 361-1916<a href="http://www.eat-it.com/">www.eat-it.com </a></li>\r\n	<li><strong>E Street Plastics</strong>\r\nAcrylic mirrors, plexi and lexan\r\n(972) 207-0936\r\n<a href="http://www.estreetplastics.com ">www.estreetplastics.com </a>\r\nemail: <a href="mailto:sales@estreetplastics.com">sales@estreetplastics.com</a></li>\r\n	<li><strong>Ethical, Inc.</strong>\r\nVinyl chew toys, squish balls\r\n(973) 484-1000\r\n\r\n<a href="http://www.ethicalpet.com/">www.ethicalpet.com</a></li>\r\n	<li><strong>Exotic Creations</strong>\r\nBird Toys\r\n(612) 785-0376\r\n\r\n<a href="http://www.exoticreations.com">www.exoticreations.com</a></li>\r\n	<li><strong>Fauna-Tek</strong>\r\nNew England Exotics, Inc.\r\n71 Michaels Rd.\r\nWells, ME 04090\r\n207-646-7173\r\n\r\n<a href="http://www.fauna-tek.net">www.fauna-tek.net</a></li>\r\n	<li><strong>Fluker Farms</strong>\r\nHerpetological Supplies\r\n(800) 735-8537\r\n\r\n<a href="http://www.flukerfarms.com">www.flukerfarms.com</a></li>\r\n	<li><strong>Injoy Coursing Equipment</strong>\r\nCoursing Lures\r\n(802) 425-3691 FAX  (802) 425-4468\r\n\r\n<a href="http://www.injoy-1.com">www.injoy-1.com</a></li>\r\n	<li><strong>International Cordage</strong>\r\nRope Structures\r\n(602) 252-3155\r\nFAX  (602) 252-3053\r\n\r\n<a href="http://www.internationalcordage.com/">www.internationalcordage.com</a></li>\r\n	<li><strong>Jeffer’s Pet Supply</strong>\r\nPet &amp; livestock supplies\r\n(800) 533-3377\r\n\r\n<a href="http://www.jefferspet.com">www.jefferspet.com</a>\r\n<a href="http://www.jefferslivestock.com">www.jefferslivestock.com</a></li>\r\n	<li><strong>Jolly Pets</strong>\r\nHorseman’s Pride\r\nHeavy duty plastic toys\r\n10008 State Rt. 43\r\nStreetsboro, OH. 44241\r\n<a href="http://www.jollypets.com/HorsemenHome.html">http://www.jollypets.com/HorsemenHome.html</a>\r\nemail: <a href="mailto:cservice@jollypets.com">cservice@jollypets.com</a></li>\r\n	<li><strong>The Kong Company</strong>\r\nKong toys\r\n16191 Table Mountain Parkway\r\nGolden, CO 80403\r\n(303)  216-2626\r\n\r\n<a href="http://www.kongcompany.com/">http://www.kongcompany.com/</a></li>\r\n	<li><strong>Kracor, Inc.</strong>\r\nPlastic enrichment feeders &amp; toys\r\n(800) 255-6335\r\n\r\n<a href="http://www.kracor.com">www.kracor.com</a>\r\nemail:  <a href="mailto:custormerservice@kracor.com">custormerservice@kracor.com</a></li>\r\n	<li><strong>The Larson Company</strong>\r\n"The Stump" enrichment  device\r\n(520) 294-3900 FAX  (520) 741-7930\r\n\r\n<a href="http://www.larson-usa.com">www.larson-usa.com</a></li>\r\n	<li><strong>Leather Elves</strong>\r\nEnrichment devices for birds &amp; zoo animals\r\n(781) 331-8557\r\n\r\n<a href="http://www.theleatherelves.com">www.theleatherelves.com</a></li>\r\n	<li><strong>Lomir Primate Enrichment Technologies</strong>\r\nPrimate enrichment products\r\n(877) 425-3604\r\n\r\n<a href="http://www.lomir.com/pet">www.lomir.com/pet</a></li>\r\n	<li><strong>Omaha Vaccine Company</strong>\r\nPet Supplies\r\n800-367-4444\r\nFAX 800-242-9447\r\n\r\n<a href="http://www.omahavaccine.com/">www.omahavaccine.com</a></li>\r\n	<li><strong>Otto Environmental</strong>\r\nEnrichment devices for zoo animals\r\n(414) 358-1001\r\n\r\n<a href="http://www.ottoenvironmental.com/">www.ottoenvironmental.com</a></li>\r\n	<li><strong>Pacific Fibre and Rope Co., Inc.</strong>\r\nCargo nets and rope ladders\r\nFAX (310) 835-6781\r\n\r\n<a href="http://www.pacificfibre.com/">www.pacificfibre.com</a>\r\nemail: <a href="mailto:pacfib@worldnet.att.net">pacfib@worldnet.att.net</a></li>\r\n	<li><strong>Primate Products</strong>\r\nEnrichment devices for primates\r\n(305) 471-9557\r\n\r\n<a href="http://www.primateproducts.com/enrichment/htm">www.primateproducts.com/enrichment/htm</a></li>\r\n	<li><strong>PetsMart</strong>\r\n19601 N. 27th    Ave.\r\nPhoenix,  AZ. 85027\r\n(800) 738-1385\r\nPet supplies\r\n\r\n<a href="http://www.petsmart.com/">www.petsmart.com</a></li>\r\n	<li><strong>Safari Thatch, Inc.</strong>\r\nBamboo Products\r\n(954) 564-0059\r\nFAX (954) 564-7431\r\n\r\n<a href="http://www.safarithatch.com/">www.safarithatch.com</a></li>\r\n	<li><strong>Sanctuary Supplies</strong>\r\n4300 Pletzer    Blvd.\r\nRootstown,   OH. 44272\r\n(877) 886-1992\r\n\r\n<a href="http://www.santuarysupplies.com/">www.santuarysupplies.com</a></li>\r\n	<li><strong>Seeds of Change</strong>\r\nOrganic seeds for edible plants\r\nFAX (505) 438-7052\r\n\r\n<a href="http://www.seedsofchange.com/">www.seedsofchange.com</a></li>\r\n	<li><strong>SINCO Group, Inc.</strong>\r\nCargo Nets\r\nFAX (860) 632-1509\r\n\r\n<a href="http://www.sinco.com/">www.sinco.com</a>\r\nemail: <a href="mailto:sales@sincosala.com">sales@sincosala.com</a></li>\r\n	<li><strong>SitStay</strong>\r\nTraining Clickers\r\nFAX (402) 467-5055\r\n\r\n<a href="http://www.sitstay.com/">www.sitstay.com</a></li>\r\n	<li><strong>StarBird</strong>\r\nZoo Enrichment\r\n(310) 489-8868\r\nFAX (310) 828-5129\r\n\r\n<a href="http://www.estarbird.com/">www.estarbird.com</a></li>\r\n	<li><strong>Sweeney Enterprises, Inc.</strong>\r\nAutomatic Feeders\r\n(800) 443-4244\r\nFAX (800) 337-5017\r\n\r\n<a href="http://www.sweeneyfeeders.com">www.sweeneyfeeders.com</a></li>\r\n	<li><strong>That Fish Place  and Pet Place</strong>\r\nAquarium Supplies\r\nFAX (800) 786-3829\r\n\r\n<a href="http://www.thatpetplace.com/intro/mainf.html">www.thatpetplace.com/intro/mainf.html</a></li>\r\n	<li><strong>Toys for Habitats/Rotocast</strong>\r\nHeavy duty plastic balls\r\n(800) 537-8888 or (865) 522-9902 FAX (865) 524-0170\r\n\r\n<a href="http://www.rotonics.com/">www.rotonics.com</a>\r\n<a href="http://www.rotonics.com/petcast/habitat.pdf">www.rotonics.com/petcast/habitat.pdf</a>\r\nemail: <a href="mailto:tennesseee@rotonics.com">tennesseee@rotonics.com</a></li>\r\n	<li><strong>Twin Leather Company</strong>\r\nBird toy parts and supplies\r\n(508) 583-3485\r\nFAX (508) 586-4501\r\n\r\n<a href="http://www.twinleather.com/">www.twinleather.com</a>\r\nemail: <a href="mailto:sales@twinleather.com">sales@twinleather.com</a></li>\r\n	<li><strong>Valentine Herpetological Supplies</strong>\r\nHerpetological Supplies\r\n800-438-7883\r\nFAX (630) 243-8882\r\n\r\n<a href="http://www.valentineinc.com/">www.valentineinc.com</a></li>\r\n	<li><strong>Welburn Gourd Farm</strong>\r\nGourds\r\n(760)728-4271\r\n\r\n<a href="http://www.welburngourdfarm.com">www.welburngourdfarm.com</a></li>\r\n	<li><strong>World Champion Horse Equipment</strong>\r\nEquine Supply\r\n(931) 684-0496\r\n\r\n<a href="http://www.ehorseequipment.com">www.ehorseequipment.com</a></li>\r\n	<li><strong>Zoomed Laboratories</strong>\r\nHerpetological Supplies\r\n(805) 542-9988  FAX (805) 542-9295\r\n\r\n<a href="http://www.zoomed.com/">www.zoomed.com</a>\r\nemail: <a href="mailto:zoomed@zoomed.com">zoomed@zoomed.com</a></li>\r\n</ul>', 'Enrichment Suppliers', 0, '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2011-02-17 15:22:22', '2011-02-17 20:22:22', '', 324, 'http://aazk.org/uncategorized/324-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1863, 1, '2009-05-31 14:24:22', '2009-05-31 19:24:22', '<ul>\r\n	<li><p><strong>American Excelsior Company</strong> <br />\r\n      Woodwool Substrates <br />\r\n      (800) 326-3626 </p>\r\n      \r\n      <p><a href="http://www.amerexcel.com/">www.amerexcel.com</a></p></li>\r\n\r\n  <li><p><strong>Animal Management Resources</strong><br />\r\n      Training and enrichment gear<br />\r\n      (708) 352-3636 (office)  (708) 369- 3626 (mobile)</p>\r\n      \r\n      <p><a href="http://www.amrchicago.com">www.amrchicago.com</a><br />\r\n      email: <a href="mailto:meg@amrchicago.com">meg@amrchicago.com</a></p></li>\r\n      \r\n  <li><p><strong>Aussie Dog Products</strong><br />\r\n      Enrichment devices for dogs, horses and zoo animals<br />\r\n      +61 (0)3 9752-3336  FAX +61 (0)3 9758-3020</p>\r\n      \r\n      <p><a href="http://www.aussiedog.com.au">www.aussiedog.com.au</a></p></li>\r\n      \r\n  <li><p><strong>BCI Burke Co., Inc.</strong><br />\r\n      Playground Structures<br />\r\n      800-266-1250 FAX  (414) 921-9566</p>\r\n      \r\n      <p>email: <a href="mailto:info@bciburke.com">info@bciburke.com</a><br />\r\n      <a href="http://www.bciburke.com/">www.bciburke.com</a></p></li>\r\n      \r\n  <li><p><strong>Bio-Serve</strong><br />\r\n      Enrichment devices for primates, dogs, pigs, rodents<br />\r\n      (908) 996-2155 FAX  (908) 996-4123</p>\r\n      \r\n      <p><a href="http://www.bio-serv.com">www.bio-serv.com</a></p></li>\r\n      \r\n  <li><p><strong>Birds Just Wanna Have Fun</strong><br />\r\n      Bird toys<br />\r\n      1-800-246-1018 or (512) 401-0536</p>\r\n      \r\n      <p>E-mail: <a href="mailto:info@birdsjustwannahavefun.com">info@birdsjustwannahavefun.com</a> <br />\r\n      <a href="http://www.birdsjustwannahavefun.com/">www.birdsjustwannahavefun.com</a></p></li>\r\n      \r\n  <li><p><strong>Boomer Ball®, Inc.</strong><br />\r\n      Enrichment devices for zoo animals<br />\r\n      (888) 858-9529  or (847) 546-6125<br />\r\n      FAX (800) 858-9529  or (847) 546-6185</p></li>\r\n      \r\n  <li><p><strong>The Caning Company</strong><br />\r\n      Gourds<br />\r\n      (800) 544-3373</p>\r\n      \r\n      <p><a href="http://www.caning.com/">www.caning.com</a></p></li>\r\n\r\n  <li><p><strong>Choppers Toys/Design-Rite Products</strong><br />\r\n      101 North 55th    Street Unit #4 <br />\r\n      Phoenix AZ 85034 <br />\r\n      (480) 945-8406</p>\r\n      \r\n      <p><a href="http://www.chopperstoys.com/">www.chopperstoys.com</a></p></li>\r\n  \r\n  <li><p><strong>Desert Plastics</strong><br />\r\n      2401A Phoenix, NE<br />\r\n      Albuquerque, NM 87107<br />\r\n      Phone: (505) 884-3889<br />\r\n      Fax: (505) 884-3932</p>\r\n      \r\n      <p><a href="http://www.desertplastics-abq.com/">www.desertplastics-abq.com</a></p></li>\r\n  \r\n  <li><p><strong>Doctors Fosters Smith</strong><br />\r\n      Pet Supply<br />\r\n      (800) 826-7206</p>\r\n      \r\n      <p><a href="http://www.drsfostersmith.com/">www.drsfostersmith.com</a></p></li>\r\n  \r\n  <li><p><strong>Duracast Products, Inc.</strong><br />\r\n      Plastic enrichment products<br />\r\n      (800) 683-4116  FAX (863) 638-2443</p>\r\n      \r\n      <p><a href="http://www.duracast.com">http://www.duracast.com</a></p></li>\r\n\r\n  <li><p><strong>Edible Landscaping</strong><br />\r\n      Edible Plants<br />\r\n      800-524-4156 FAX  (434) 361-1916</p>\r\n      \r\n      <p><a href="http://www.eat-it.com/">www.eat-it.com </a> </p></li>\r\n\r\n  <li><p><strong>Ethical, Inc.</strong> <br />\r\n      Vinyl chew toys, squish balls <br />\r\n      (973) 484-1000</p>\r\n      \r\n      <p><a href="http://www.ethicalpet.com/">www.ethicalpet.com</a></p></li>\r\n\r\n  <li><p><strong>Exotic Creations</strong> <br />\r\n      Bird Toys <br />\r\n      (612) 785-0376</p>\r\n      \r\n      <p><a href="http://www.exoticreations.com">www.exoticreations.com</a></p></li>\r\n\r\n  <li><p><strong>Fauna-Tek</strong><br />\r\n      New England Exotics, Inc.<br />\r\n      71 Michaels Rd.<br />\r\n      Wells, ME 04090<br />\r\n      207-646-7173</p>\r\n      \r\n      <p><a href="http://www.fauna-tek.com/">www.fauna-tek.com</a></p></li>\r\n      \r\n  <li><p><strong>Fluker Farms</strong><br />\r\n      Herpetological Supplies <br />\r\n      (800) 735-8537</p>\r\n      \r\n      <p><a href="http://www.flukerfarms.com">www.flukerfarms.com</a></p></li>\r\n      \r\n  <li><p><strong>Injoy Coursing Equipment</strong><br />\r\n      Coursing Lures <br />\r\n      (802) 425-3691 FAX  (802) 425-4468</p>\r\n      \r\n      <p> <a href="http://www.injoy-1.com">www.injoy-1.com</a> </p></li>\r\n      \r\n  <li><p><strong>International Cordage</strong> <br />\r\n      Rope Structures <br />\r\n      (602) 252-3155<br />\r\n      FAX  (602) 252-3053</p>\r\n      \r\n      <p><a href="http://www.internationalcordage.com/">www.internationalcordage.com</a> </p></li>\r\n      \r\n  <li><p><strong>Jeffer’s Pet Supply</strong> <br />\r\n      Pet &amp; livestock supplies <br />\r\n      (800) 533-3377</p>\r\n      \r\n      <p><a href="http://www.jefferspet.com">www.jefferspet.com</a><br />\r\n      <a href="http://www.jefferslivestock.com">www.jefferslivestock.com</a></p></li>\r\n      \r\n  <li><p><strong>Jolly Pets</strong> <br />\r\n      Horsemen\'s Pride Incorporated<br />\r\n      219 South Sycamore Street<br />\r\n      Ravenna, Ohio 44266<br />\r\n      1-800-232-7950</p>\r\n      \r\n      <p><a href="http://www.sportote.com/html/Zoo.html">http://www.sportote.com/html/Zoo.html</a><br />\r\n      Heavy duty plastic balls</p></li>\r\n      \r\n  <li><p><strong>The Kong Company</strong><br />\r\n      Kong toys<br />\r\n      16191 Table Mountain Parkway<br />\r\n      Golden, CO 80403<br />\r\n      (303)  216-2626</p>\r\n      \r\n      <p><a href="http://www.kongcompany.com/">http://www.kongcompany.com/</a></p></li>\r\n\r\n  <li><p><strong>Kracor, Inc.</strong> <br />\r\n      Plastic enrichment feeders &amp; toys <br />\r\n      (800) 255-6335</p>\r\n      \r\n      <p><a href="http://www.kracor.com">www.kracor.com</a> <br />\r\n      email:  <a href="mailto:custormerservice@kracor.com">custormerservice@kracor.com</a></p></li>\r\n      \r\n  <li><p><strong>The Larson Company</strong> <br />\r\n      "The Stump" enrichment  device <br />\r\n      (520) 294-3900 FAX  (520) 741-7930</p>\r\n      \r\n      <p><a href="http://www.larson-usa.com">www.larson-usa.com</a> </p></li>\r\n      \r\n  <li><p><strong>Leather Elves</strong> <br />\r\n      Enrichment devices for birds &amp; zoo animals <br />\r\n      (781) 331-8557</p>\r\n      \r\n      <p><a href="http://www.theleatherelves.com">www.theleatherelves.com</a></p></li>\r\n      \r\n  <li><p><strong>Lomir Primate Enrichment Technologies</strong> <br />\r\n      Primate enrichment products <br />\r\n      (877) 425-3604</p>\r\n      \r\n      <p><a href="http://www.lomir.com/pet">www.lomir.com/pet</a> </p></li>\r\n      \r\n  <li><p><strong>Omaha Vaccine Company</strong> <br />\r\n      Pet Supplies<br />\r\n      800-367-4444<br />\r\n      FAX 800-242-9447</p>\r\n      \r\n      <p><a href="http://www.omahavaccine.com/">www.omahavaccine.com</a></p></li>\r\n      \r\n  <li><p><strong>Otto Environmental</strong><br />\r\n      Enrichment devices for zoo animals<br />\r\n      (414) 358-1001</p>\r\n      \r\n      <p><a href="http://www.ottoenvironmental.com/">www.ottoenvironmental.com</a></p></li>\r\n      \r\n  <li><p><strong>Pacific Fibre and Rope Co., Inc.</strong><br />\r\n      Cargo nets and rope ladders<br />\r\n      FAX (310) 835-6781</p>\r\n      \r\n      <p><a href="http://www.pacificfibre.com/">www.pacificfibre.com</a><br />\r\n      email: <a href="mailto:pacfib@worldnet.att.net">pacfib@worldnet.att.net</a></p></li>\r\n      \r\n  <li><p><strong>Primate Products</strong><br />\r\n      Enrichment devices for primates<br />\r\n      (305) 471-9557</p>\r\n      \r\n      <p><a href="http://www.primateproducts.com/enrichment/htm">www.primateproducts.com/enrichment/htm</a></p></li>\r\n      \r\n  <li><p><strong>PetsMart</strong><br />\r\n      19601 N. 27th    Ave.<br />\r\n      Phoenix,  AZ. 85027<br />\r\n      (800) 738-1385<br />\r\n      Pet supplies</p>\r\n      \r\n      <p><a href="http://www.petsmart.com/">www.petsmart.com</a></p></li>\r\n      \r\n  <li><p><strong>Safari Thatch, Inc.</strong><br />\r\n      Bamboo Products<br />\r\n      (954) 564-0059<br />\r\n      FAX (954) 564-7431</p>\r\n      \r\n      <p><a href="http://www.safarithatch.com/">www.safarithatch.com</a></p></li>\r\n      \r\n  <li><p><strong>Sanctuary Supplies</strong><br />\r\n      4300 Pletzer    Blvd.<br />\r\n      Rootstown,   OH. 44272<br />\r\n      (877) 886-1992</p>\r\n      \r\n      <p><a href="http://www.santuarysupplies.com/">www.santuarysupplies.com</a></p></li>\r\n      \r\n  <li><p><strong>Seeds of Change</strong><br />\r\n      Organic seeds for edible plants<br />\r\n      FAX (505) 438-7052</p>\r\n      \r\n      <p><a href="http://www.seedsofchange.com/">www.seedsofchange.com</a></p></li>\r\n      \r\n  <li><p><strong>SINCO Group, Inc.</strong><br />\r\n      Cargo Nets<br />\r\n      FAX (860) 632-1509</p>\r\n      \r\n      <p><a href="http://www.sinco.com/">www.sinco.com</a><br />\r\n      email: <a href="mailto:sales@sincosala.com">sales@sincosala.com</a></p></li>\r\n      \r\n  <li><p><strong>SitStay</strong><br />\r\n      Training Clickers<br />\r\n      FAX (402) 467-5055</p>\r\n      \r\n      <p><a href="http://www.sitstay.com/">www.sitstay.com</a></p></li>\r\n\r\n  <li><p><strong>StarBird</strong> <br />\r\n      Zoo Enrichment<br />\r\n      (310) 489-8868<br />\r\n      FAX (310) 828-5129</p>\r\n      \r\n      <p><a href="http://www.estarbird.com/">www.estarbird.com</a> </p></li>\r\n\r\n  <li><p><strong>Sweeney Enterprises, Inc.</strong><br />\r\n      Automatic Feeders<br />\r\n      (800) 443-4244<br />\r\n      FAX (800) 337-5017</p>\r\n      \r\n      <p><a href="http://www.sweeneyfeeders.com">www.sweeneyfeeders.com</a></p></li>\r\n      \r\n  <li><p><strong>That Fish Place  and Pet Place</strong><br />\r\n      Aquarium Supplies<br />\r\n      FAX (800) 786-3829</p>\r\n      \r\n      <p><a href="http://www.thatpetplace.com/intro/mainf.html">www.thatpetplace.com/intro/mainf.html</a></p></li>\r\n      \r\n  <li><p><strong>Toys for Habitats/Rotocast</strong><br />\r\n      Heavy duty plastic balls<br />\r\n      (800) 537-8888 or (865) 522-9902 FAX (865) 524-0170</p>\r\n      \r\n      <p><a href="http://www.rotonics.com/">www.rotonics.com</a><br />\r\n      <a href="http://www.rotonics.com/petcast/habitat.pdf">www.rotonics.com/petcast/habitat.pdf</a><br />\r\n      email: <a href="mailto:tennesseee@rotonics.com">tennesseee@rotonics.com</a></p></li>\r\n      \r\n  <li><p><strong>Twin Leather Company</strong><br />\r\n      Bird toy parts and supplies<br />\r\n      (508) 583-3485<br />\r\n      FAX (508) 586-4501</p>\r\n      \r\n      <p><a href="http://www.twinleather.com/">www.twinleather.com</a> <br />\r\n      email: <a href="mailto:sales@twinleather.com">sales@twinleather.com</a> </p></li>\r\n      \r\n  <li><p><strong>Valentine Herpetological Supplies</strong> <br />\r\n      Herpetological Supplies<br />\r\n      800-438-7883<br />\r\n      FAX (630) 243-8882</p>\r\n      \r\n      <p><a href="http://www.valentineinc.com/">www.valentineinc.com</a></p></li>\r\n      \r\n  <li><p><strong>Welburn Gourd Farm</strong> <br />\r\n      Gourds <br />\r\n      (760)728-4271</p>\r\n      \r\n      <p><a href="http://www.welburngourdfarm.com">www.welburngourdfarm.com</a> </p></li>\r\n      \r\n  <li><p><strong>World Champion Horse Equipment</strong><br />\r\n      Equine Supply<br />\r\n      (931) 684-0496</p>\r\n      \r\n      <p><a href="http://www.ehorseequipment.com">www.ehorseequipment.com</a> </p></li>\r\n      \r\n  <li><p><strong>Zoomed Laboratories</strong><br />\r\n      Herpetological Supplies<br />\r\n      (805) 542-9988  FAX (805) 542-9295</p>\r\n      \r\n      <p><a href="http://www.zoomed.com/">www.zoomed.com</a><br />\r\n      email: <a href="mailto:zoomed@zoomed.com">zoomed@zoomed.com</a></p></li>\r\n<ul>', 'Enrichment Suppliers', 0, '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2009-05-31 14:24:22', '2009-05-31 19:24:22', '', 324, 'http://aazk.org/uncategorized/324-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1867, 2, '2011-02-17 15:28:59', '2011-02-17 20:28:59', '<ul style="text-align: left;">\r\n	<li><strong>Absolute Primate Enrichment Systems</strong>\r\nEnrichment devices for primates\r\n(817) 228-2281\r\n<a href="http://www.absoluteprimate.com ">www.absoluteprimate.com</a></li>\r\n	<li><strong>American Excelsior Company</strong>\r\nWoodwool Substrates\r\n(800) 326-3626\r\n\r\n<a href="http://www.amerexcel.com/">www.amerexcel.com</a></li>\r\n	<li><strong>Animal Management Resources</strong>\r\n(910) 246-6263\r\n<a href="http://www.mytrainingstore.com">www.mytrainingstore.com</a>\r\nemail: <a href="mailto:meg@mytrainingstore.com">meg@mytrainingstore.com</a></li>\r\n</ul>\r\n<ul>\r\n	<li><strong>Aussie Dog Products</strong>\r\nEnrichment devices for dogs, horses and zoo animals\r\n+61 (0)3 9752-3336  FAX +61 (0)3 9758-3020\r\n<a href="http://www.aussiedog.com.au">www.aussiedog.com.au</a></li>\r\n	<li><strong>BCI Burke Co., Inc.</strong>\r\nPlayground Structures\r\n800-266-1250 FAX  (414) 921-9566\r\n\r\nemail: <a href="mailto:info@bciburke.com">info@bciburke.com</a>\r\n<a href="http://www.bciburke.com/">www.bciburke.com</a></li>\r\n	<li><strong>Bio-Serve</strong>\r\nEnrichment devices for primates, dogs, pigs, rodents\r\n(908) 996-2155 FAX  (908) 996-4123\r\n\r\n<a href="http://www.bio-serv.com">www.bio-serv.com</a></li>\r\n	<li><strong>Birds Just Wanna Have Fun</strong>\r\nBird toys\r\n1-800-246-1018 or (512) 401-0536\r\n\r\nE-mail: <a href="mailto:info@birdsjustwannahavefun.com">info@birdsjustwannahavefun.com</a>\r\n<a href="http://www.birdsjustwannahavefun.com/">www.birdsjustwannahavefun.com</a></li>\r\n	<li><strong>Boomer Ball®, Inc.</strong>\r\nEnrichment devices for zoo animals\r\n(888) 858-9529  or (847) 546-6125\r\nFAX (800) 858-9529  or (847) 546-6185</li>\r\n	<li><strong>Busy Beaks</strong>\r\nBird toys\r\n<a href="http://www.busybeaks.com">www.busybeaks.com</a>\r\n458 Lucher Rd.\r\nWillis, TX 77378\r\n(936)344-8400 (phone)\r\n(936)344-8406 (fax)\r\n<a href="mailto:BusyBeaksToys@aol.com">BusyBeaksToys@aol.com</a></li>\r\n	<li><strong>The Caning Company</strong>\r\nGourds\r\n(800) 544-3373\r\n\r\n<a href="http://www.caning.com/">www.caning.com</a></li>\r\n	<li><strong>Choppers Toys/Design-Rite Products</strong>\r\n101 North 55th    Street Unit #4\r\nPhoenix AZ 85034\r\n(480) 945-8406\r\n\r\n<a href="http://www.chopperstoys.com/">www.chopperstoys.com</a></li>\r\n	<li><strong>Desert Plastics</strong>\r\n2401A Phoenix, NE\r\nAlbuquerque, NM 87107\r\nPhone: (505) 884-3889\r\nFax: (505) 884-3932\r\n\r\n<a href="http://www.desertplastics-abq.com/">www.desertplastics-abq.com</a></li>\r\n	<li><strong>Doctors Fosters Smith</strong>\r\nPet Supply\r\n(800) 826-7206\r\n\r\n<a href="http://www.drsfostersmith.com/">www.drsfostersmith.com</a></li>\r\n	<li><strong>Duracast Products, Inc.</strong>\r\nPlastic enrichment products\r\n(800) 683-4116  FAX (863) 638-2443\r\n\r\n<a href="http://www.duracast.com">http://www.duracast.com</a></li>\r\n	<li><strong>Edible Landscaping</strong>\r\nEdible Plants\r\n800-524-4156 FAX  (434) 361-1916<a href="http://www.eat-it.com/">www.eat-it.com </a></li>\r\n	<li><strong>E Street Plastics</strong>\r\nAcrylic mirrors, plexi and lexan\r\n(972) 207-0936\r\n<a href="http://www.estreetplastics.com ">www.estreetplastics.com </a>\r\nemail: <a href="mailto:sales@estreetplastics.com">sales@estreetplastics.com</a></li>\r\n	<li><strong>Ethical, Inc.</strong>\r\nVinyl chew toys, squish balls\r\n(973) 484-1000\r\n\r\n<a href="http://www.ethicalpet.com/">www.ethicalpet.com</a></li>\r\n	<li><strong>Exotic Creations</strong>\r\nBird Toys\r\n(612) 785-0376\r\n\r\n<a href="http://www.exoticreations.com">www.exoticreations.com</a></li>\r\n	<li><strong>Fauna-Tek</strong>\r\nNew England Exotics, Inc.\r\n71 Michaels Rd.\r\nWells, ME 04090\r\n207-646-7173\r\n\r\n<a href="http://www.fauna-tek.net">www.fauna-tek.net</a></li>\r\n	<li><strong>Fluker Farms</strong>\r\nHerpetological Supplies\r\n(800) 735-8537\r\n\r\n<a href="http://www.flukerfarms.com">www.flukerfarms.com</a></li>\r\n	<li><strong>Injoy Coursing Equipment</strong>\r\nCoursing Lures\r\n(802) 425-3691 FAX  (802) 425-4468\r\n\r\n<a href="http://www.injoy-1.com">www.injoy-1.com</a></li>\r\n	<li><strong>International Cordage</strong>\r\nRope Structures\r\n(602) 252-3155\r\nFAX  (602) 252-3053\r\n\r\n<a href="http://www.internationalcordage.com/">www.internationalcordage.com</a></li>\r\n	<li><strong>Jeffer’s Pet Supply</strong>\r\nPet &amp; livestock supplies\r\n(800) 533-3377\r\n\r\n<a href="http://www.jefferspet.com">www.jefferspet.com</a>\r\n<a href="http://www.jefferslivestock.com">www.jefferslivestock.com</a></li>\r\n	<li><strong>Jolly Pets</strong>\r\nHorseman’s Pride\r\nHeavy duty plastic toys\r\n10008 State Rt. 43\r\nStreetsboro, OH. 44241\r\n<a href="http://www.jollypets.com/HorsemenHome.html">http://www.jollypets.com/HorsemenHome.html</a>\r\nemail: <a href="mailto:cservice@jollypets.com">cservice@jollypets.com</a></li>\r\n	<li><strong>The Kong Company</strong>\r\nKong toys\r\n16191 Table Mountain Parkway\r\nGolden, CO 80403\r\n(303)  216-2626\r\n\r\n<a href="http://www.kongcompany.com/">http://www.kongcompany.com/</a></li>\r\n	<li><strong>Kracor, Inc.</strong>\r\nPlastic enrichment feeders &amp; toys\r\n(800) 255-6335\r\n\r\n<a href="http://www.kracor.com">www.kracor.com</a>\r\nemail:  <a href="mailto:custormerservice@kracor.com">custormerservice@kracor.com</a></li>\r\n	<li><strong>The Larson Company</strong>\r\n"The Stump" enrichment  device\r\n(520) 294-3900 FAX  (520) 741-7930\r\n\r\n<a href="http://www.larson-usa.com">www.larson-usa.com</a></li>\r\n	<li><strong>Leather Elves</strong>\r\nEnrichment devices for birds &amp; zoo animals\r\n(781) 331-8557\r\n\r\n<a href="http://www.theleatherelves.com">www.theleatherelves.com</a></li>\r\n	<li><strong>Lomir Primate Enrichment Technologies</strong>\r\nPrimate enrichment products\r\n(877) 425-3604\r\n\r\n<a href="http://www.lomir.com/pet">www.lomir.com/pet</a></li>\r\n	<li><strong>Omaha Vaccine Company</strong>\r\nPet Supplies\r\n800-367-4444\r\nFAX 800-242-9447\r\n\r\n<a href="http://www.omahavaccine.com/">www.omahavaccine.com</a></li>\r\n	<li><strong>Otto Environmental</strong>\r\nEnrichment devices for zoo animals\r\n(414) 358-1001\r\n\r\n<a href="http://www.ottoenvironmental.com/">www.ottoenvironmental.com</a></li>\r\n	<li><strong>Pacific Fibre and Rope Co., Inc.</strong>\r\nCargo nets and rope ladders\r\nFAX (310) 835-6781\r\n\r\n<a href="http://www.pacificfibre.com/">www.pacificfibre.com</a>\r\nemail: <a href="mailto:pacfib@worldnet.att.net">pacfib@worldnet.att.net</a></li>\r\n	<li><strong>Primate Products</strong>\r\n<a href="http://www.primateproducts.com ">www.primateproducts.com </a></li>\r\n	<li><strong>PetsMart</strong>\r\n19601 N. 27th    Ave.\r\nPhoenix,  AZ. 85027\r\n(800) 738-1385\r\nPet supplies<a href="http://www.petsmart.com/">www.petsmart.com</a></li>\r\n	<li><strong>Rotonics</strong>\r\nCustom rotational plastics molding &amp; buoys\r\n(800) 351-1363\r\n<a href="http://www.rotonics.com ">www.rotonics.com </a>\r\nemail: <a href="mailto:buoys@rotonics.com">buoys@rotonics.com</a></li>\r\n	<li><strong>Safari Thatch, Inc.</strong>\r\nBamboo Products\r\n(954) 564-0059\r\nFAX (954) 564-7431\r\n\r\n<a href="http://www.safarithatch.com/">www.safarithatch.com</a></li>\r\n	<li><strong>Sanctuary Supplies</strong>\r\n4300 Pletzer    Blvd.\r\nRootstown,   OH. 44272\r\n(877) 886-1992\r\n\r\n<a href="http://www.sanctuarysupplies.com">www.sanctuarysupplies.com</a></li>\r\n	<li><strong>Seeds of Change</strong>\r\nOrganic seeds for edible plants\r\nFAX (505) 438-7052\r\n\r\n<a href="http://www.seedsofchange.com/">www.seedsofchange.com</a></li>\r\n	<li><strong>SINCO Group, Inc.</strong>\r\nCargo Nets\r\nFAX (860) 632-1509\r\n\r\n<a href="http://www.sinco.com/">www.sinco.com</a>\r\nemail: <a href="mailto:sales@sincosala.com">sales@sincosala.com</a></li>\r\n	<li><strong>SitStay</strong>\r\nTraining Clickers\r\nFAX (402) 467-5055\r\n\r\n<a href="http://www.sitstay.com/">www.sitstay.com</a></li>\r\n	<li><strong>StarBird</strong>\r\nZoo Enrichment\r\n(310) 489-8868\r\nFAX (310) 828-5129\r\n\r\n<a href="http://www.estarbird.com/">www.estarbird.com</a></li>\r\n	<li><strong>Sweeney Enterprises, Inc.</strong>\r\nAutomatic Feeders\r\n(800) 443-4244\r\nFAX (800) 337-5017\r\n\r\n<a href="http://www.sweeneyfeeders.com">www.sweeneyfeeders.com</a></li>\r\n	<li><strong>That Pet Place</strong>\r\n<a href="http://www.thatpetplace.com ">www.thatpetplace.com </a></li>\r\n	<li><strong>Twin Leather Company</strong>\r\nBird toy parts and supplies\r\n(508) 583-3485\r\nFAX (508) 586-4501\r\n\r\n<a href="http://www.twinleather.com/">www.twinleather.com</a>\r\nemail: <a href="mailto:sales@twinleather.com">sales@twinleather.com</a></li>\r\n	<li><strong>Valentine Inc.\r\n</strong>Zoological supplies\r\nFAX  (239) 645 4682\r\n\r\n<a href="http://www.valentineinc.com/">www.valentineinc.com</a></li>\r\n	<li><strong>Welburn Gourd Farm</strong>\r\nGourds\r\n(760)728-4271\r\n\r\n<a href="http://www.welburngourdfarm.com">www.welburngourdfarm.com</a></li>\r\n	<li><strong>World Champion Horse Equipment</strong>\r\nEquine Supply\r\n(931) 684-0496\r\n\r\n<a href="http://www.ehorseequipment.com">www.ehorseequipment.com</a></li>\r\n	<li><strong>Zoomed Laboratories</strong>\r\nHerpetological Supplies\r\n(805) 542-9988  FAX (805) 542-9295\r\n\r\n<a href="http://www.zoomed.com/">www.zoomed.com</a>\r\nemail: <a href="mailto:zoomed@zoomed.com">zoomed@zoomed.com</a></li>\r\n</ul>', 'Enrichment Suppliers', 0, '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2011-02-17 15:28:59', '2011-02-17 20:28:59', '', 324, 'http://aazk.org/uncategorized/324-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1866, 2, '2011-02-17 15:27:14', '2011-02-17 20:27:14', '<ul style="text-align: left;">\r\n	<li><strong>Absolute Primate Enrichment Systems</strong>\r\nEnrichment devices for primates\r\n(817) 228-2281\r\n<a href="http://www.absoluteprimate.com ">www.absoluteprimate.com</a></li>\r\n	<li><strong>American Excelsior Company</strong>\r\nWoodwool Substrates\r\n(800) 326-3626\r\n\r\n<a href="http://www.amerexcel.com/">www.amerexcel.com</a></li>\r\n	<li><strong>Animal Management Resources</strong>\r\n(910) 246-6263\r\n<a href="http://www.mytrainingstore.com">www.mytrainingstore.com</a>\r\nemail: <a href="mailto:meg@mytrainingstore.com">meg@mytrainingstore.com</a></li>\r\n</ul>\r\n<ul>\r\n	<li><strong>Aussie Dog Products</strong>\r\nEnrichment devices for dogs, horses and zoo animals\r\n+61 (0)3 9752-3336  FAX +61 (0)3 9758-3020\r\n<a href="http://www.aussiedog.com.au">www.aussiedog.com.au</a></li>\r\n	<li><strong>BCI Burke Co., Inc.</strong>\r\nPlayground Structures\r\n800-266-1250 FAX  (414) 921-9566\r\n\r\nemail: <a href="mailto:info@bciburke.com">info@bciburke.com</a>\r\n<a href="http://www.bciburke.com/">www.bciburke.com</a></li>\r\n	<li><strong>Bio-Serve</strong>\r\nEnrichment devices for primates, dogs, pigs, rodents\r\n(908) 996-2155 FAX  (908) 996-4123\r\n\r\n<a href="http://www.bio-serv.com">www.bio-serv.com</a></li>\r\n	<li><strong>Birds Just Wanna Have Fun</strong>\r\nBird toys\r\n1-800-246-1018 or (512) 401-0536\r\n\r\nE-mail: <a href="mailto:info@birdsjustwannahavefun.com">info@birdsjustwannahavefun.com</a>\r\n<a href="http://www.birdsjustwannahavefun.com/">www.birdsjustwannahavefun.com</a></li>\r\n	<li><strong>Boomer Ball®, Inc.</strong>\r\nEnrichment devices for zoo animals\r\n(888) 858-9529  or (847) 546-6125\r\nFAX (800) 858-9529  or (847) 546-6185</li>\r\n	<li><strong>Busy Beaks</strong> (toys for birds)\r\n<a href="http://www.busybeaks.com">www.busybeaks.com</a>\r\n458 Lucher Rd.\r\nWillis, TX 77378\r\n(936)344-8400 (phone)\r\n(936)344-8406 (fax)\r\n<a href="mailto:BusyBeaksToys@aol.com">BusyBeaksToys@aol.com</a></li>\r\n	<li><strong>The Caning Company</strong>\r\nGourds\r\n(800) 544-3373\r\n\r\n<a href="http://www.caning.com/">www.caning.com</a></li>\r\n	<li><strong>Choppers Toys/Design-Rite Products</strong>\r\n101 North 55th    Street Unit #4\r\nPhoenix AZ 85034\r\n(480) 945-8406\r\n\r\n<a href="http://www.chopperstoys.com/">www.chopperstoys.com</a></li>\r\n	<li><strong>Desert Plastics</strong>\r\n2401A Phoenix, NE\r\nAlbuquerque, NM 87107\r\nPhone: (505) 884-3889\r\nFax: (505) 884-3932\r\n\r\n<a href="http://www.desertplastics-abq.com/">www.desertplastics-abq.com</a></li>\r\n	<li><strong>Doctors Fosters Smith</strong>\r\nPet Supply\r\n(800) 826-7206\r\n\r\n<a href="http://www.drsfostersmith.com/">www.drsfostersmith.com</a></li>\r\n	<li><strong>Duracast Products, Inc.</strong>\r\nPlastic enrichment products\r\n(800) 683-4116  FAX (863) 638-2443\r\n\r\n<a href="http://www.duracast.com">http://www.duracast.com</a></li>\r\n	<li><strong>Edible Landscaping</strong>\r\nEdible Plants\r\n800-524-4156 FAX  (434) 361-1916<a href="http://www.eat-it.com/">www.eat-it.com </a></li>\r\n	<li><strong>E Street Plastics</strong>\r\nAcrylic mirrors, plexi and lexan\r\n(972) 207-0936\r\n<a href="http://www.estreetplastics.com ">www.estreetplastics.com </a>\r\nemail: <a href="mailto:sales@estreetplastics.com">sales@estreetplastics.com</a></li>\r\n	<li><strong>Ethical, Inc.</strong>\r\nVinyl chew toys, squish balls\r\n(973) 484-1000\r\n\r\n<a href="http://www.ethicalpet.com/">www.ethicalpet.com</a></li>\r\n	<li><strong>Exotic Creations</strong>\r\nBird Toys\r\n(612) 785-0376\r\n\r\n<a href="http://www.exoticreations.com">www.exoticreations.com</a></li>\r\n	<li><strong>Fauna-Tek</strong>\r\nNew England Exotics, Inc.\r\n71 Michaels Rd.\r\nWells, ME 04090\r\n207-646-7173\r\n\r\n<a href="http://www.fauna-tek.net">www.fauna-tek.net</a></li>\r\n	<li><strong>Fluker Farms</strong>\r\nHerpetological Supplies\r\n(800) 735-8537\r\n\r\n<a href="http://www.flukerfarms.com">www.flukerfarms.com</a></li>\r\n	<li><strong>Injoy Coursing Equipment</strong>\r\nCoursing Lures\r\n(802) 425-3691 FAX  (802) 425-4468\r\n\r\n<a href="http://www.injoy-1.com">www.injoy-1.com</a></li>\r\n	<li><strong>International Cordage</strong>\r\nRope Structures\r\n(602) 252-3155\r\nFAX  (602) 252-3053\r\n\r\n<a href="http://www.internationalcordage.com/">www.internationalcordage.com</a></li>\r\n	<li><strong>Jeffer’s Pet Supply</strong>\r\nPet &amp; livestock supplies\r\n(800) 533-3377\r\n\r\n<a href="http://www.jefferspet.com">www.jefferspet.com</a>\r\n<a href="http://www.jefferslivestock.com">www.jefferslivestock.com</a></li>\r\n	<li><strong>Jolly Pets</strong>\r\nHorseman’s Pride\r\nHeavy duty plastic toys\r\n10008 State Rt. 43\r\nStreetsboro, OH. 44241\r\n<a href="http://www.jollypets.com/HorsemenHome.html">http://www.jollypets.com/HorsemenHome.html</a>\r\nemail: <a href="mailto:cservice@jollypets.com">cservice@jollypets.com</a></li>\r\n	<li><strong>The Kong Company</strong>\r\nKong toys\r\n16191 Table Mountain Parkway\r\nGolden, CO 80403\r\n(303)  216-2626\r\n\r\n<a href="http://www.kongcompany.com/">http://www.kongcompany.com/</a></li>\r\n	<li><strong>Kracor, Inc.</strong>\r\nPlastic enrichment feeders &amp; toys\r\n(800) 255-6335\r\n\r\n<a href="http://www.kracor.com">www.kracor.com</a>\r\nemail:  <a href="mailto:custormerservice@kracor.com">custormerservice@kracor.com</a></li>\r\n	<li><strong>The Larson Company</strong>\r\n"The Stump" enrichment  device\r\n(520) 294-3900 FAX  (520) 741-7930\r\n\r\n<a href="http://www.larson-usa.com">www.larson-usa.com</a></li>\r\n	<li><strong>Leather Elves</strong>\r\nEnrichment devices for birds &amp; zoo animals\r\n(781) 331-8557\r\n\r\n<a href="http://www.theleatherelves.com">www.theleatherelves.com</a></li>\r\n	<li><strong>Lomir Primate Enrichment Technologies</strong>\r\nPrimate enrichment products\r\n(877) 425-3604\r\n\r\n<a href="http://www.lomir.com/pet">www.lomir.com/pet</a></li>\r\n	<li><strong>Omaha Vaccine Company</strong>\r\nPet Supplies\r\n800-367-4444\r\nFAX 800-242-9447\r\n\r\n<a href="http://www.omahavaccine.com/">www.omahavaccine.com</a></li>\r\n	<li><strong>Otto Environmental</strong>\r\nEnrichment devices for zoo animals\r\n(414) 358-1001\r\n\r\n<a href="http://www.ottoenvironmental.com/">www.ottoenvironmental.com</a></li>\r\n	<li><strong>Pacific Fibre and Rope Co., Inc.</strong>\r\nCargo nets and rope ladders\r\nFAX (310) 835-6781\r\n\r\n<a href="http://www.pacificfibre.com/">www.pacificfibre.com</a>\r\nemail: <a href="mailto:pacfib@worldnet.att.net">pacfib@worldnet.att.net</a></li>\r\n	<li><strong>Primate Products</strong>\r\n<a href="http://www.primateproducts.com ">www.primateproducts.com </a></li>\r\n	<li><strong>PetsMart</strong>\r\n19601 N. 27th    Ave.\r\nPhoenix,  AZ. 85027\r\n(800) 738-1385\r\nPet supplies<a href="http://www.petsmart.com/">www.petsmart.com</a></li>\r\n	<li><strong>Rotonics</strong>\r\nCustom rotational plastics molding &amp; buoys\r\n(800) 351-1363\r\n<a href="http://www.rotonics.com ">www.rotonics.com </a>\r\nemail: <a href="mailto:buoys@rotonics.com">buoys@rotonics.com</a></li>\r\n	<li><strong>Safari Thatch, Inc.</strong>\r\nBamboo Products\r\n(954) 564-0059\r\nFAX (954) 564-7431\r\n\r\n<a href="http://www.safarithatch.com/">www.safarithatch.com</a></li>\r\n	<li><strong>Sanctuary Supplies</strong>\r\n4300 Pletzer    Blvd.\r\nRootstown,   OH. 44272\r\n(877) 886-1992\r\n\r\n<a href="http://www.sanctuarysupplies.com">www.sanctuarysupplies.com</a></li>\r\n	<li><strong>Seeds of Change</strong>\r\nOrganic seeds for edible plants\r\nFAX (505) 438-7052\r\n\r\n<a href="http://www.seedsofchange.com/">www.seedsofchange.com</a></li>\r\n	<li><strong>SINCO Group, Inc.</strong>\r\nCargo Nets\r\nFAX (860) 632-1509\r\n\r\n<a href="http://www.sinco.com/">www.sinco.com</a>\r\nemail: <a href="mailto:sales@sincosala.com">sales@sincosala.com</a></li>\r\n	<li><strong>SitStay</strong>\r\nTraining Clickers\r\nFAX (402) 467-5055\r\n\r\n<a href="http://www.sitstay.com/">www.sitstay.com</a></li>\r\n	<li><strong>StarBird</strong>\r\nZoo Enrichment\r\n(310) 489-8868\r\nFAX (310) 828-5129\r\n\r\n<a href="http://www.estarbird.com/">www.estarbird.com</a></li>\r\n	<li><strong>Sweeney Enterprises, Inc.</strong>\r\nAutomatic Feeders\r\n(800) 443-4244\r\nFAX (800) 337-5017\r\n\r\n<a href="http://www.sweeneyfeeders.com">www.sweeneyfeeders.com</a></li>\r\n	<li><strong>That Pet Place</strong>\r\n<a href="http://www.thatpetplace.com ">www.thatpetplace.com </a></li>\r\n	<li><strong>Twin Leather Company</strong>\r\nBird toy parts and supplies\r\n(508) 583-3485\r\nFAX (508) 586-4501\r\n\r\n<a href="http://www.twinleather.com/">www.twinleather.com</a>\r\nemail: <a href="mailto:sales@twinleather.com">sales@twinleather.com</a></li>\r\n	<li><strong>Valentine Inc.\r\n</strong>Zoological supplies\r\nFAX  (239) 645 4682\r\n\r\n<a href="http://www.valentineinc.com/">www.valentineinc.com</a></li>\r\n	<li><strong>Welburn Gourd Farm</strong>\r\nGourds\r\n(760)728-4271\r\n\r\n<a href="http://www.welburngourdfarm.com">www.welburngourdfarm.com</a></li>\r\n	<li><strong>World Champion Horse Equipment</strong>\r\nEquine Supply\r\n(931) 684-0496\r\n\r\n<a href="http://www.ehorseequipment.com">www.ehorseequipment.com</a></li>\r\n	<li><strong>Zoomed Laboratories</strong>\r\nHerpetological Supplies\r\n(805) 542-9988  FAX (805) 542-9295\r\n\r\n<a href="http://www.zoomed.com/">www.zoomed.com</a>\r\nemail: <a href="mailto:zoomed@zoomed.com">zoomed@zoomed.com</a></li>\r\n</ul>', 'Enrichment Suppliers', 0, '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2011-02-17 15:27:14', '2011-02-17 20:27:14', '', 324, 'http://aazk.org/uncategorized/324-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1868, 2, '2010-04-07 08:08:47', '2010-04-07 13:08:47', '<h5>For those wishing to mail in their membership application you can download the application <a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf">here</a>. For those wishing to sign up on the website please utilize the buttons below.</h5>\r\n<div class="membership">\r\n<h3>US Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Professional Membership" /> <input name="item_number" type="hidden" value="us-professional" /> <input name="amount" type="hidden" value="45.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$45 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Affiliate Membership" /> <input name="item_number" type="hidden" value="us-affiliate" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Student Membership" /> <input name="item_number" type="hidden" value="us-student" /> <input name="amount" type="hidden" value="30.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$30 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Individuals Contributing" /> <input name="item_number" type="hidden" value="us-individual" /> <input name="amount" type="hidden" value="70.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Canadian Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Professional Membership" /> <input name="item_number" type="hidden" value="cad-professional" /> <input name="amount" type="hidden" value="45.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$45 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Affiliate Membership" /> <input name="item_number" type="hidden" value="cad-affiliate" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Student Membership" /> <input name="item_number" type="hidden" value="cad-student" /> <input name="amount" type="hidden" value="30.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$30 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Individuals Contributing" /> <input name="item_number" type="hidden" value="cad-individual" /> <input name="amount" type="hidden" value="70.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Commercial Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Individuals Contributing" /> <input name="item_number" type="hidden" value="cad-individual" /> <input name="amount" type="hidden" value="150.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$150 - Commercial Membership</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/commercial-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<strong>The following membership types require verification of your organization\'s information and/or approval by the AAZK Board.</strong>\r\n<h3>Institutional Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$150 - Institutional Membership</div>\r\n<div class="details">requires AAZK Board approval</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/institutional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<h3>Library Only</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$45 - Institutional</div>\r\n<div class="details">Available only to public &amp; university libraries</div>\r\n</div>\r\n</div>\r\n<h3>International Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$60 - International Membership</div>\r\n<div class="details">All members outside U.S. &amp; Canada regardless of category</div>\r\n</div>\r\n</div>\r\nPrint and mail applications to:\r\n\r\n<strong>AAZK Administrative Offices\r\n3601 S.W. 29th, Suite 133\r\nTopeka, KS 66614</strong>\r\n\r\nMake checks/money orders payable to <strong>AAZK, Inc</strong>\r\nMust be in U.S. FUNDS ONLY.\r\n\r\nMembership includes a subscription to Animal Keepers\' Forum. The membership card is good for free admission to many zoos and aquariums in the U.S. and Canada.</div>', 'Join/Renew AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2010-04-07 08:08:47', '2010-04-07 13:08:47', '', 17, 'http://aazk.org/uncategorized/17-revision-24/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1869, 2, '2011-02-18 14:56:30', '2011-02-18 19:56:30', '<h5>You can join as a new member or renew your current membership below. For those wishing to mail in their membership application you can download the application <a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf">here</a>. For those wishing to sign up or renew on the website please utilize the buttons below.</h5>\r\n<div class="membership">\r\n<h3>US Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Professional Membership" /> <input name="item_number" type="hidden" value="us-professional" /> <input name="amount" type="hidden" value="45.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$45 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Affiliate Membership" /> <input name="item_number" type="hidden" value="us-affiliate" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Student Membership" /> <input name="item_number" type="hidden" value="us-student" /> <input name="amount" type="hidden" value="30.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$30 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Individuals Contributing" /> <input name="item_number" type="hidden" value="us-individual" /> <input name="amount" type="hidden" value="70.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Canadian Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Professional Membership" /> <input name="item_number" type="hidden" value="cad-professional" /> <input name="amount" type="hidden" value="45.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$45 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Affiliate Membership" /> <input name="item_number" type="hidden" value="cad-affiliate" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Student Membership" /> <input name="item_number" type="hidden" value="cad-student" /> <input name="amount" type="hidden" value="30.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$30 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Individuals Contributing" /> <input name="item_number" type="hidden" value="cad-individual" /> <input name="amount" type="hidden" value="70.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Commercial Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Individuals Contributing" /> <input name="item_number" type="hidden" value="cad-individual" /> <input name="amount" type="hidden" value="150.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$150 - Commercial Membership</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/commercial-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<strong>The following membership types require verification of your organization\'s information and/or approval by the AAZK Board.</strong>\r\n<h3>Institutional Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$150 - Institutional Membership</div>\r\n<div class="details">requires AAZK Board approval</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/institutional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<h3>Library Only</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$45 - Institutional</div>\r\n<div class="details">Available only to public &amp; university libraries</div>\r\n</div>\r\n</div>\r\n<h3>International Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$60 - International Membership</div>\r\n<div class="details">All members outside U.S. &amp; Canada regardless of category</div>\r\n</div>\r\n</div>\r\nPrint and mail applications to:\r\n\r\n<strong>AAZK Administrative Offices\r\n3601 S.W. 29th, Suite 133\r\nTopeka, KS 66614</strong>\r\n\r\nMake checks/money orders payable to <strong>AAZK, Inc</strong>\r\nMust be in U.S. FUNDS ONLY.\r\n\r\nMembership includes a subscription to Animal Keepers\' Forum. The membership card is good for free admission to many zoos and aquariums in the U.S. and Canada.</div>', 'Join/Renew AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2011-02-18 14:56:30', '2011-02-18 19:56:30', '', 17, 'http://aazk.org/uncategorized/17-revision-25/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1870, 1, '2011-02-19 07:13:33', '2011-02-19 12:13:33', '<h5>You can join as a new member or renew your current membership below. For those wishing to mail in their membership application you can download the application <a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf">here</a>. For those wishing to sign up or renew on the website please utilize the buttons below.</h5>\r\n<div class="membership">\r\n<h3>US Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Professional Membership" /> <input name="item_number" type="hidden" value="us-professional" /> <input name="amount" type="hidden" value="45.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$45 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Affiliate Membership" /> <input name="item_number" type="hidden" value="us-affiliate" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Student Membership" /> <input name="item_number" type="hidden" value="us-student" /> <input name="amount" type="hidden" value="30.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$30 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Individuals Contributing" /> <input name="item_number" type="hidden" value="us-individual" /> <input name="amount" type="hidden" value="70.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Canadian Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Professional Membership" /> <input name="item_number" type="hidden" value="cad-professional" /> <input name="amount" type="hidden" value="45.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$45 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Affiliate Membership" /> <input name="item_number" type="hidden" value="cad-affiliate" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Student Membership" /> <input name="item_number" type="hidden" value="cad-student" /> <input name="amount" type="hidden" value="30.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$30 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Individuals Contributing" /> <input name="item_number" type="hidden" value="cad-individual" /> <input name="amount" type="hidden" value="70.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Commercial Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Commercial Membership" /> <input name="item_number" type="hidden" value="cad-individual" /> <input name="amount" type="hidden" value="150.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$150 - Commercial Membership</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/commercial-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<strong>The following membership types require verification of your organization\'s information and/or approval by the AAZK Board.</strong>\r\n<h3>Institutional Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$150 - Institutional Membership</div>\r\n<div class="details">requires AAZK Board approval</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/institutional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<h3>Library Only</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$45 - Institutional</div>\r\n<div class="details">Available only to public &amp; university libraries</div>\r\n</div>\r\n</div>\r\n<h3>International Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$60 - International Membership</div>\r\n<div class="details">All members outside U.S. &amp; Canada regardless of category</div>\r\n</div>\r\n</div>\r\nPrint and mail applications to:\r\n\r\n<strong>AAZK Administrative Offices\r\n3601 S.W. 29th, Suite 133\r\nTopeka, KS 66614</strong>\r\n\r\nMake checks/money orders payable to <strong>AAZK, Inc</strong>\r\nMust be in U.S. FUNDS ONLY.\r\n\r\nMembership includes a subscription to Animal Keepers\' Forum. The membership card is good for free admission to many zoos and aquariums in the U.S. and Canada.</div>', 'Join/Renew AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2011-02-19 07:13:33', '2011-02-19 12:13:33', '', 17, 'http://aazk.org/uncategorized/17-revision-26/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1933, 2, '2011-02-23 09:23:27', '2011-02-23 14:23:27', '<strong><em></em></strong>\r\n\r\n<strong>March 19-24 , 2011 - Save the Date!  <em>The 2011 AZA Ungulate TAG Midyear Meetings</em></strong> are being planned in conjunction with the AZA Midyear workshop in Chattanooga, TN. This year the meetings will include midyear, working meetings for the following AZA TAGS:  Antelope and Giraffe, Equid, Cervid, Caprid, Wild Pig and Peccary and the Cattle TAG, as well as the Annual Ungulate TAG Research Symposium. Conference Hotel will be the Chattanooga Marriott with rates of $135/night.   Contact Martha Fischer at <a href="mailto:fischer@stlzoo.org">fischer@stlzoo.org</a> for more information.\r\n\r\n<strong>April 17-22, 2011 - <em>11th Annual Animal Behavior Management Alliance (ABMA)</em></strong>. In Denver, CO. The conference will kick off with our keynote speaker, Dr. Jill Mellen from Disney’s Animal Kingdom, and will culminate with an Earth Day to remember at the Denver Zoo.  See (<a href="http://www.theabma.org/">http://www.theabma.org/</a>) for further information.\r\n\r\n<strong>May 15th-18th, 2011 - <em>2011 Rhino Keeper Workshop</em></strong>. To be held at Fossil Rim Wildlife Center, Glen Rose, Texas. For further info contact:<a href="mailto:adam.felts@columbuszoo.org"> adam.felts@columbuszoo.org</a>.\r\n\r\n<strong>June 13-16, 2011 - <em>7th International Zoo &amp; Aquarium Marketing Conference</em></strong><em> </em>- Hosted by the WAZA and the Granby Zoo in Granby, Quebec, Canada. Theme for the conference is “Strategic Marketing in Action”.  The program will address the following topics: Strategic Marketing, Marketing the Zoo &amp; Aquarium Community, Marketing, Education and Conservation, Turn Bad News into Good News, and Social Marketing in Action.  See <a href="http://www.zoodegranby.com/waza ">www.zoodegranby.com/waza </a>for further information.\r\n\r\n<strong>July 20-23, 2011 - <em>Biology of Rattlesnakes Symposium</em></strong> - To be held at the University Park Marriot in Tucson, AZ.  Hosted by the Chiricahua Desert Museum and the Arizona-Sonora Desert Museum. People interested in presenting papers should contact Lori King Palmer at <a href="mailto:loriguanid@aol.com">loriguanid@aol.com</a>.  Those interested in presenting posters contact Matt Goode at <a href="mailto:mgoode@ag.arizona.edu">mgoode@ag.arizona.edu</a>.  For registration information, current list of speakers and other details, please go to<a href="http://www.biologyoftherattlesnakes.com"> www.biologyoftherattlesnakes.com</a>.\r\n\r\n<strong>July 25-30, 2011  - <em>The First-ever Joint Meeting of the International Ethological Conference (IEC) and the Animal Behavior Society (ABS)</em></strong>. To be held at Indiana University, Bloomington, Indiana, USA. More information can be found at the conference website: <a href="http://www.indiana.edu/~behav11/index.shtml">http://www.indiana.edu/~behav11/index.shtml</a>. The program will be exciting and integrative scientific that draws on the strengths of both the IEC and the ABS.\r\n\r\n<strong></strong>\r\n\r\n<strong>October 1-5, 2011  -<em> 30th Annual Conference of the Association of Zoological Horticulture (AZH)</em></strong>.  Hosted by the Sedgwick County Zoo, Wichita, KS.  Theme: "Bringing the World to the Plains" at Wichita Hyatt Regency Hotel. Seminars and workshops covering a wide range of topics involving Horticulture, Integrated Pest Management, Conservation and Exhibit Design will be presented. Participants within the Horticulture, Arboriculture and Grounds Maintenance fields are encouraged to attend. For more information call 316-266-8313, 316-266-8314 or visit <a href="http://AZH.org">AZH.org</a>.\r\n\r\n<strong>October 6 – 9, 2011 - <em>Advancing Bear Care 2011</em></strong> – Banff, Canada\r\nBear biologists and naturalists will lead hikes into bear habitat and interpret for delegates how bears use the components of the ecosystem to express their daily and seasonal routines. We will bring this information back into workshops and apply this knowledge towards improving captive bear husbandry. Also, international bear biologists will assist us in interpreting Asian, European, and South American bear habitats.\r\n\r\n<strong>October 6-9, 2011 - <em>32nd Annual Elephant Managers Association Conference</em></strong> - Hosted by the Seneca Park Zoo, Rochester, NY.  The pre-conference trip will be hosted by Lion Country Safari in Cambridge, Ontario on Wednesday, October 5th (Passport needed to participate in this trip).\r\n<h2><strong>2012</strong></h2>\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>September 9-3, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2011 - San Diego, CA - August 24-28; <a href="http://sdaazk.com">http://sdaazk.com</a>\r\n\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - Dates TBA\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events March 2011', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2011-02-23 09:23:27', '2011-02-23 14:23:27', '', 435, 'http://aazk.org/uncategorized/435-revision-32/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1871, 2, '2011-02-04 10:17:41', '2011-02-04 15:17:41', '<strong>February 16-19, 2011  - <em>19th Annual Conference International Association of Avian Trainers and Educators</em></strong> ~ “Pittsburgh 2011: Innovation and Inspiration” Hosted by National Aviary in Pittsburgh, PA USA. Papers, posters, site visits, vendors and workshops. Topics will include avian behavior, training, husbandry, conservation, education, enrichment and show presentation/production.  For more information about the conference visit <a href="http://www.IAATE.org">www.IAATE.org</a>.\r\n\r\n<strong><em></em></strong>\r\n\r\n<strong>March 2-4, 2011 - <em>Association of Professional Wildlife Educators</em></strong>. To be held at the Frank Buck Zoo Gainesville, Texas. Watch <a href="http://www.apwe.org/">http://www.apwe.org/</a> for details as they become available.\r\n\r\n<strong></strong>\r\n\r\n<strong>March 8-11, 2011 -<em> Zoos and Aquariums Committing to Conservation</em></strong>.  Hosted by the Woodland Park Zoo, at Sheraton Seattle Hotel, Seattle, WA, USA.  Icebreaker planned for evening of March 7th. Registration is now open at <a href="http://www.zoo.org/zacc">www.zoo.org/zacc</a>.\r\n\r\n<strong>March 19-24 , 2011 - Save the Date!  <em>The 2011 AZA Ungulate TAG Midyear Meetings</em></strong> are being planned in conjunction with the AZA Midyear workshop in Chattanooga, TN. The exact dates of the Ungulate TAG meetings will be determined soon.  This year the meetings will include midyear/working meetings for the following AZA TAGS:  Antelope and Giraffe, Equid, Cervid, Caprid, Wild Pig and Peccary and the Cattle TAG, as well as the Annual Ungulate TAG Research Symposium.  AZA has announced that the registration rates will remain the same as the rates in 2009 and the Conference Hotel will be the Chattanooga Marriott with conference rates of $135/night.   Contact Martha Fischer at <a href="mailto:fischer@stlzoo.org">fischer@stlzoo.org</a> for more information.\r\n\r\n<strong>April 17-22, 2011 - <em>11th Annual Animal Behavior Management Alliance (ABMA)</em></strong>. In Denver, CO. The conference will kick off with our keynote speaker, Dr. Jill Mellen from Disney’s Animal Kingdom, and will culminate with an Earth Day to remember at the Denver Zoo.  See (<a href="http://www.theabma.org/">http://www.theabma.org/</a>) for further information.\r\n\r\n<strong>May 15th-18th, 2011 - <em>2011 Rhino Keeper Workshop</em></strong>. To be held at Fossil Rim Wildlife Center, Glen Rose, Texas. For further info contact:<a href="mailto:adam.felts@columbuszoo.org"> adam.felts@columbuszoo.org</a>.\r\n\r\n<strong>July 25-30, 2011  - <em>The First-ever Joint Meeting of the International Ethological Conference (IEC) and the Animal Behavior Society (ABS)</em></strong>. To be held at Indiana University, Bloomington, Indiana, USA. More information can be found at the conference website: <a href="http://www.indiana.edu/~behav11/index.shtml">http://www.indiana.edu/~behav11/index.shtml</a>. The program will be exciting and integrative scientific that draws on the strengths of both the IEC and the ABS.\r\n\r\n<strong></strong>\r\n\r\n<strong>October 1-5, 2011  -<em> 30th Annual Conference of the Association of Zoological Horticulture (AZH)</em></strong>.  Hosted by the Sedgwick County Zoo, Wichita, KS.  Theme: "Bringing the World to the Plains" at Wichita Hyatt Regency Hotel. Seminars and workshops covering a wide range of topics involving Horticulture, Integrated Pest Management, Conservation and Exhibit Design will be presented. Participants within the Horticulture, Arboriculture and Grounds Maintenance fields are encouraged to attend. For more information call 316-266-8313, 316-266-8314 or visit <a href="http://AZH.org">AZH.org</a>.\r\n\r\n<strong>October 6 – 9, 2011 - <em>Advancing Bear Care 2011</em></strong> – Banff, Canada\r\nBear biologists and naturalists will lead hikes into bear habitat and interpret for delegates how bears use the components of the ecosystem to express their daily and seasonal routines. We will bring this information back into workshops and apply this knowledge towards improving captive bear husbandry. Also, international bear biologists will assist us in interpreting Asian, European, and South American bear habitats.\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>September 9-3, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<em><strong>Upcoming AAZK National Conferences</strong></em>\r\n\r\n2011 - San Diego, CA - August 24-28; <a href="http://sdaazk.com">http://sdaazk.com</a>\r\n\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - Dates TBA\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n\r\n<em><strong>Upcoming AZA National Conferences</strong></em>\r\n\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events February 2011', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2011-02-04 10:17:41', '2011-02-04 15:17:41', '', 435, 'http://aazk.org/uncategorized/435-revision-31/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1934, 2, '2014-01-03 12:06:51', '2014-01-03 17:06:51', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\n\n&nbsp;\n\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/2014-Zoo-keeper-WEEK-V.jpg"><img class="alignnone size-medium wp-image-4944" alt="Zoo keeper WEEK.Logo 2011 V" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/2014-Zoo-keeper-WEEK-V-300x179.jpg" width="300" height="179" /></a>\n<div class="hr"></div>\n<h4>Ideas</h4>\nNeed ideas for celebrating this week or graphics? Download the following:\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf" target="_blank">NZKW ideas (PDF)</a>\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\n<h6>NZKW Graphics</h6>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo-2014-V-copy.jpg">https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo-2014-V-copy.jpg</a>\n\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK-copy.Logo-2014-V.tiff">https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK-copy.Logo-2014-V.tiff</a>\n\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo-H-2014.tif">https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo-H-2014.tif</a>\n\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo_.Horz-2014.tif">https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo_.Horz-2014.tif</a>\n\nPlease be patient when downloading, as for some of these files are large. <em>For JPGs right click on the graphic to save once the link has opened in a new window.</em>\n\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_horz.jpg" target="_blank">\n</a>\n<div class="hr"></div>\n<h4>National Zoo Keeper Week Proclamation</h4>\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\n\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\n\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\n\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\n\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\n\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\n\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\n\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.\n<div id="inner-links"></div>', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-autosave-v1', '', '', '2014-01-03 12:06:51', '2014-01-03 17:06:51', '', 1193, 'http://aazk.org/uncategorized/1193-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4944, 2, '2014-01-03 11:03:11', '2014-01-03 16:03:11', '', 'Zoo keeper WEEK.Logo 2011 V', 0, '', 'inherit', 'closed', 'closed', '', 'zoo-keeper-week-logo-2011-v', '', '', '2014-01-03 11:03:11', '2014-01-03 16:03:11', '', 1193, 'https://www.aazk.org/wp-content/uploads/2014-Zoo-keeper-WEEK-V.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1872, 2, '2011-02-23 09:25:42', '2011-02-23 14:25:42', 'About the Cover/Information for Contributors\r\nScoops &amp; Scuttlebutt\r\nFrom the President\r\nComing Events\r\nAAZK Announces New Members\r\nCall for Papers for Ungulate Dedicated Issue\r\n2011 Conference Updates/Information\r\nAKF Dedicated Five-Issue Combo Pack on Sale\r\nTraining Tales (3 Lions, 21 Days, 44 Minutes)\r\nAAZK Research Grant Report - Mad Fishes\r\nEnrichment Options (<em>Enrichment: The Noun vs. the Verb</em>)\r\nBuilding a Red River Hog Restraint from Scraps\r\nTraining Two Separate Behaviors to Draw Blood from 2.0 Spotted Hyena Utilizing Operant Conditioning with Positive Reinforcement\r\nNew AAZK Logo Fleece Vests Available\r\nChapter News\r\nConservation Station (<em>One Week Inspires Lifetimes of Change: Polar Bears International Keeper Leadership Camp 2010</em>)\r\nBook Review (<em>Manatee Insanity: Inside the War over Florida’s Most Famous Endangered Species</em>)\r\nConservation/Legislative Update', 'March 2011', 0, '', 'draft', 'closed', 'closed', '', 'march-2011', '', '', '2013-10-15 17:49:20', '2013-10-15 22:49:20', '', 0, 'http://aazk.org/?p=1872', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1873, 2, '2011-02-23 09:25:18', '2011-02-23 14:25:18', 'About the Cover/Information for Contributors\nScoops &amp; Scuttlebutt\nFrom the President\nComing Events\nAAZK Announces New Members\nCall for Papers for Ungulate Dedicated Issue\n2011 Conference Updates/Information\nAKF Dedicated Five-Issue Combo Pack on Sale\nTraining Tales (3 Lions, 21 Days, 44 Minutes)\nAAZK Research Grant Report - Mad Fishes\nEnrichment Options (<em>Enrichment: The Noun vs. the Verb</em>)\nBuilding a Red River Hog Restraint from Scraps\nTraining Two Separate Behaviors to Draw Blood from 2.0 Spotted Hyena Utilizing Operant Conditioning with Positive Reinforcement\nNew AAZK Logo Fleece Vests Available\nChapter News\nConservation Station (One Week Inspires Lifetimes of Change: Polar Bears International Keeper Leadership Camp 2010)\nBook Review (Manatee Insanity:\nInside the War over Florida’s Most Famous Endangered Species)\nConservation/Legislative Update', 'March 2011', 0, '', 'inherit', 'closed', 'closed', '', '1872-revision', '', '', '2011-02-23 09:25:18', '2011-02-23 14:25:18', '', 1872, 'http://aazk.org/uncategorized/1872-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1874, 2, '2011-02-23 09:26:49', '2011-02-23 14:26:49', 'About the Cover/Information for Contributors\nScoops &amp; Scuttlebutt\nFrom the President\nComing Events\nAAZK Announces New Members\nCall for Papers for Ungulate Dedicated Issue\n2011 Conference Updates/Information\nAKF Dedicated Five-Issue Combo Pack on Sale\nTraining Tales (3 Lions, 21 Days, 44 Minutes)\nAAZK Research Grant Report - Mad Fishes\nEnrichment Options (<em>Enrichment: The Noun vs. the Verb</em>)\nBuilding a Red River Hog Restraint from Scraps\nTraining Two Separate Behaviors to Draw Blood from 2.0 Spotted Hyena Utilizing Operant Conditioning with Positive Reinforcement\nNew AAZK Logo Fleece Vests Available\nChapter News\nConservation Station (<em>One Week Inspires Lifetimes of Change: Polar Bears International Keeper Leadership Camp 2010</em>)\nBook Review (<em>Manatee Insanity: Inside the War over Florida’s Most Famous Endangered Species</em>)\nConservation/Legislative Update', 'March 2011', 0, '', 'inherit', 'closed', 'closed', '', '1872-autosave', '', '', '2011-02-23 09:26:49', '2011-02-23 14:26:49', '', 1872, 'http://aazk.org/uncategorized/1872-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2382, 2, '2012-02-11 16:43:49', '2012-02-11 21:43:49', '<h2><span style="color: #ff0000;">Application Deadline is June 1, 2012</span></h2>\r\nThe American Association of Zoo Keepers, Inc.  (AAZK) is pleased to announce the call for proposals for the Bowling for Rhinos Conservation Resource Fund. This competitive grant is designed to fund projects focused on rhino conservation and research. The total amount of funds available in 2012 is $2,300.29. This competitive grant is designed to fund projects focused on rhino conservation and research. Successful proposals will reflect AAZK values and meet award criteria in one of four categories:\r\n<strong>·    Category I - In-situ Rhino Conservation and Research-</strong>\r\nShort-term (less than one year), specific, field research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner.\r\n<strong>·    Category 2 - In–situ Community, Educational or Medical Programs (Africa or Asia)-</strong>\r\nCommunity education, school support or medical programs developed or administrated by an individual working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner restricted to the continents of Africa or Asia. Preference may be given to local programs established and/or administrated by LWC (Lewa Wildlife Conservancy), IRF (International Rhino Foundation) or ACK (Action for Cheetahs in Kenya) endorsed partners.\r\n<strong>·    Category 3 - In-situ Species Conservation-</strong>\r\nShort-term (less than one year), specific, field research projects on any species that shares the exact same ecosystem as: Asian, Java, Sumatran, and African Black or White rhino.\r\n<strong>·    Category 4 - Ex-situ Rhino Conservation and Research –</strong>\r\nShort-term (less than one year), specific, zoological research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner. Researcher(s) must be able to demonstrate evidence of partnership with a rhino conservation entity operating in Asia or Africa combined with a tangible benefit to an in-situ conservation project.\r\n\r\n<strong>Eligibility</strong>\r\nAffiliation or partnership with AAZK is not required, but preference may be given to AAZK Members or Conservation Partners.\r\n<span style="color: #ff0000;"><em><strong>Applications are due no later the June 1st.</strong></em></span> Award announcements will be made on July 1.  Application information is available on the AAZK website, <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>. Go to the About Us on the homepage, then to Bowling for Rhinos for info and an application.  Award announcements will be made on July 1.\r\n\r\n<a class="thickbox" href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bfr-grant-application-instructions/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Application instructions.</a>', 'Bowling for Rhinos Conservation Resource Fund Grant', 0, '', 'inherit', 'closed', 'closed', '', '1221-revision-v1', '', '', '2012-02-11 16:43:49', '2012-02-11 21:43:49', '', 1221, 'http://aazk.org/uncategorized/1221-revision-15/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2381, 2, '2011-12-08 15:10:58', '2011-12-08 20:10:58', '<h2><span style="color: #ff0000;">Application Deadline is June 1, 2012</span></h2>\r\nThe American Association of Zoo Keepers, Inc.  (AAZK) is pleased to announce the call for proposals for the Bowling for Rhinos Conservation Resource Fund. This competitive grant is designed to fund projects focused on rhino conservation and research. Successful proposals will reflect AAZK values and meet award criteria in one of four categories:\r\n<strong>·    Category I - In-situ Rhino Conservation and Research-</strong>\r\nShort-term (less than one year), specific, field research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner.\r\n<strong>·    Category 2 - In–situ Community, Educational or Medical Programs (Africa or Asia)-</strong>\r\nCommunity education, school support or medical programs developed or administrated by an individual working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner restricted to the continents of Africa or Asia. Preference may be given to local programs established and/or administrated by LWC (Lewa Wildlife Conservancy), IRF (International Rhino Foundation) or ACK (Action for Cheetahs in Kenya) endorsed partners.\r\n<strong>·    Category 3 - In-situ Species Conservation-</strong>\r\nShort-term (less than one year), specific, field research projects on any species that shares the exact same ecosystem as: Asian, Java, Sumatran, and African Black or White rhino.\r\n<strong>·    Category 4 - Ex-situ Rhino Conservation and Research –</strong>\r\nShort-term (less than one year), specific, zoological research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner. Researcher(s) must be able to demonstrate evidence of partnership with a rhino conservation entity operating in Asia or Africa combined with a tangible benefit to an in-situ conservation project.\r\n\r\n<strong>Eligibility</strong>\r\nAffiliation or partnership with AAZK is not required, but preference may be given to AAZK Members or Conservation Partners.\r\n<span style="color: #ff0000;"><em><strong>Applications are due no later the June 1st.</strong></em></span> Award announcements will be made on July 1.  Application information is available on the AAZK website, <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>. Go to the About Us on the homepage, then to Bowling for Rhinos for info and an application.  Award announcements will be made on July 1.\r\n\r\n<a class="thickbox" href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bfr-grant-application-instructions/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Application instructions.</a>', 'Bowling for Rhinos Conservation Resource Fund Grant', 0, '', 'inherit', 'closed', 'closed', '', '1221-revision-v1', '', '', '2011-12-08 15:10:58', '2011-12-08 20:10:58', '', 1221, 'http://aazk.org/uncategorized/1221-revision-14/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1875, 2, '2010-04-23 16:27:43', '2010-04-23 21:27:43', 'The American Association of Zoo Keepers, Inc.  (AAZK) is pleased to announce the first annual call for proposals for the Bowling for Rhinos Conservation Resource Fund. This competitive grant is designed to fund projects focused on rhino conservation and research. Successful proposals will reflect AAZK values and meet award criteria in one of four categories:\r\n\r\n<strong>·    Category I - In-situ Rhino Conservation and Research-</strong>\r\nShort-term (less than one year), specific, field research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner.\r\n<strong>·    Category 2 - In–situ Community, Educational or Medical Programs (Africa or Asia)-</strong>\r\nCommunity education, school support or medical programs developed or administrated by an individual working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner restricted to the continents of Africa or Asia. Preference may be given to local programs established and/or administrated by LWC (Lewa Wildlife Conservancy), IRF (International Rhino Foundation) or ACK (Action for Cheetahs in Kenya) endorsed partners.\r\n<strong>·    Category 3 - In-situ Species Conservation-</strong>\r\nShort-term (less than one year), specific, field research projects on any species that shares the exact same ecosystem as: Asian, Java, Sumatran, and African Black or White rhino.\r\n<strong>·    Category 4 - Ex-situ Rhino Conservation and Research –</strong>\r\nShort-term (less than one year), specific, zoological research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner. Researcher(s) must be able to demonstrate evidence of partnership with a rhino conservation entity operating in Asia or Africa combined with a tangible benefit to an in-situ conservation project.\r\n\r\n<strong>Eligibility</strong>\r\nAffiliation or partnership with AAZK is not required, but preference may be given to AAZK Members or Conservation Partners.\r\n\r\n<span style="color: #ff0000;"><strong>Applications are due no later the June 1 of each calendar year.</strong></span> Award announcements will be made on July 1.\r\n\r\n<a class="thickbox" href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bfr-grant-application-instructions/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Application instructions.</a>', 'Bowling for Rhinos Conservation Resource Fund Grant', 0, '', 'inherit', 'closed', 'closed', '', '1221-revision-v1', '', '', '2010-04-23 16:27:43', '2010-04-23 21:27:43', '', 1221, 'http://aazk.org/uncategorized/1221-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1913, 2, '2011-03-31 07:46:07', '2011-03-31 12:46:07', '', 'icee', 0, '', 'inherit', 'closed', 'closed', '', 'icee', '', '', '2011-03-31 07:46:07', '2011-03-31 12:46:07', '', 0, 'http://aazk.org/wp-content/uploads/icee.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2167, 2, '2011-10-05 09:33:02', '2011-10-05 14:33:02', '<em>By Wendy Lenhart and Christopher Waldron</em>\r\n<em>Greater Philadelphia Chapter of AAZK, Conservation Committee Co-chairs</em>\r\n\r\nScientists estimate that over a billion wild birds are killed each year across the globe from colliding with man-made structures. Sheet glass gives the illusion of a corridor or deceptively reflects the surrounding landscape. High rise buildings, wind turbines, overhead power lines and radio towers are particularly hazardous to night migrants due to confusing lights on the structures that lead to exhaustion and/or fatal collisions. For the purposes of this paper, we will be focusing specifically on sheet glass collisions, and how we are working to change the odds against wild birds on the Philadelphia Zoo grounds. Through extensive 30-year research, Muhlenberg College professor Dan Klem found that one in every two window strikes are fatal. With this being said, he has taken great strides in encouraging the development of solutions and raising public awareness on the subject (2006). Zoos and aquariums are leaders in the conservation community and have the resources to empower the public to continue this initiative. The Greater Philadelphia Chapter of AAZK has most recently started a citizen science project with just this in mind.\r\n\r\n<img class="alignnone size-full wp-image-2165" title="bird_window" src="http://aecetia.net/gws/aazk/wp-content/uploads/bird_window.jpg" alt="bird_window" width="555" height="445" />\r\n\r\nAuthor Wendy Lenhart at AAZK/Education Department table to educate guests on how to prevent bird window collisions at home. <em>(Photo by Catherine Vine)</em>\r\n\r\nLarge panes of glass are commonly employed as architectural components, from private homes to commercial buildings. Zoos also commonly use them for their aesthetic and interpretive appeal so that visitors can appreciate and connect with the animal species on exhibit for greater conservation awareness. Unfortunately, classic glassed-in exhibit designs - ironically inside conservation institutions - can also be areas where wild birds strike the glass. Staff at the Philadelphia Zoo has worked to change that in recent years. Starting in 2006, pathology records were kept of birds that appeared to have fatally struck specific exhibit glass. Around the same time, the Greater Philadelphia Chapter of the American Association of Zoo Keepers started to collaborate with the Philadelphia Zoo’s education department to educate guests on ways they can prevent window collisions at home. Most recently volunteers from the Greater Philadelphia Chapter of the American Association of Zoo Keepers took this initiative one step further by monitoring the known collision “hot spots” in the Philadelphia Zoo in the mornings during the spring and fall 2010 courtship/migratory seasons.\r\n\r\nThe Greater Philadelphia Chapter AAZK Conservation Committee oversaw all of the logistics of the 2010 collision study. Volunteers were recruited to either take one day a week to come in early, or serve as a scheduled alternate between the months of April and May for the spring migratory season and between August and October for the fall migratory season. Most keepers at the Philadelphia Zoo start at 0815hrs, so monitors generally came in around 0730hrs. (It is important to note, however that docents, education staff and volunteers also eagerly donated their time for the study.) A tote bag with a mapped route connecting the exhibit “hot spots” to be checked, labeled baggies for dead birds and data sheets were left at the starting location and picked-up by the assigned monitor each morning. The participant recorded the current weather conditions and attempted to walk the “hot spot” loop three times each morning. When a dead bird was found, the location code for the exhibit, time of day, and the condition of the bird (warm, cold, stiff or live injured) was ……\r\n\r\n<strong>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'Bird Window-Collision Monitoring at the Philadelphia Zoo: Setting Up an AAZK Citizen Science Project', 0, '', 'inherit', 'closed', 'closed', '', '2163-revision-3', '', '', '2011-10-05 09:33:02', '2011-10-05 14:33:02', '', 2163, 'http://aazk.org/uncategorized/2163-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2109, 2, '2011-09-02 11:01:16', '2011-09-02 16:01:16', '', 'battle_creek_logo', 0, '', 'inherit', 'closed', 'closed', '', 'battle_creek_logo', '', '', '2011-09-02 11:01:16', '2011-09-02 16:01:16', '', 0, 'http://aazk.org/wp-content/uploads/battle_creek_logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2110, 2, '2011-09-02 11:02:03', '2011-09-02 16:02:03', '', 'bttlecreekphoto', 0, '', 'inherit', 'closed', 'closed', '', 'bttlecreekphoto', '', '', '2011-09-02 11:02:03', '2011-09-02 16:02:03', '', 0, 'http://aazk.org/wp-content/uploads/bttlecreekphoto.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2111, 2, '2011-09-02 11:05:18', '2011-09-02 16:05:18', '', 'st_louis_logo', 0, '', 'inherit', 'closed', 'closed', '', 'st_louis_logo', '', '', '2011-09-02 11:05:18', '2011-09-02 16:05:18', '', 0, 'http://aazk.org/wp-content/uploads/st_louis_logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2112, 2, '2011-09-02 11:06:27', '2011-09-02 16:06:27', '', 'littleturtlechapterlogo', 0, '', 'inherit', 'closed', 'closed', '', 'littleturtlechapterlogo', '', '', '2011-09-02 11:06:27', '2011-09-02 16:06:27', '', 0, 'http://aazk.org/wp-content/uploads/littleturtlechapterlogo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2113, 2, '2011-09-02 11:07:32', '2011-09-02 16:07:32', '', 'newenglandchapterlogo', 0, '', 'inherit', 'closed', 'closed', '', 'newenglandchapterlogo', '', '', '2011-09-02 11:07:32', '2011-09-02 16:07:32', '', 0, 'http://aazk.org/wp-content/uploads/newenglandchapterlogo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2114, 2, '2011-09-02 11:09:44', '2011-09-02 16:09:44', '', 'ape_rock', 0, '', 'inherit', 'closed', 'closed', '', 'ape_rock', '', '', '2011-09-02 11:09:44', '2011-09-02 16:09:44', '', 0, 'http://aazk.org/wp-content/uploads/ape_rock.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2166, 2, '2011-10-05 09:29:37', '2011-10-05 14:29:37', '<em>By Wendy Lenhart and Christopher Waldron</em>\r\n\r\n<em></em><em>Greater Philadelphia Chapter of AAZK, Conservation Committee Co-chairs</em>', 'Bird Window-Collision Monitoring at the Philadelphia Zoo: Setting Up an AAZK Citizen Science Project', 0, '', 'inherit', 'closed', 'closed', '', '2163-revision-2', '', '', '2011-10-05 09:29:37', '2011-10-05 14:29:37', '', 2163, 'http://aazk.org/uncategorized/2163-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2168, 2, '2011-10-05 09:34:37', '2011-10-05 14:34:37', '<em>By Wendy Lenhart and Christopher Waldron</em>\n<em>Greater Philadelphia Chapter of AAZK, Conservation Committee Co-chairs</em>\n\nScientists estimate that over a billion wild birds are killed each year across the globe from colliding with man-made structures. Sheet glass gives the illusion of a corridor or deceptively reflects the surrounding landscape. High rise buildings, wind turbines, overhead power lines and radio towers are particularly hazardous to night migrants due to confusing lights on the structures that lead to exhaustion and/or fatal collisions. For the purposes of this paper, we will be focusing specifically on sheet glass collisions, and how we are working to change the odds against wild birds on the Philadelphia Zoo grounds. Through extensive 30-year research, Muhlenberg College professor Dan Klem found that one in every two window strikes are fatal. With this being said, he has taken great strides in encouraging the development of solutions and raising public awareness on the subject (2006). Zoos and aquariums are leaders in the conservation community and have the resources to empower the public to continue this initiative. The Greater Philadelphia Chapter of AAZK has most recently started a citizen science project with just this in mind.\n\n<img class="alignnone size-full wp-image-2165" title="bird_window" src="http://aecetia.net/gws/aazk/wp-content/uploads/bird_window.jpg" alt="bird_window" width="555" height="445" />\n\nAuthor Wendy Lenhart at AAZK/Education Department table to educate guests on how to prevent bird window collisions at home. <em>(Photo by Catherine Vine)</em>\n\nLarge panes of glass are commonly employed as architectural components, from private homes to commercial buildings. Zoos also commonly use them for their aesthetic and interpretive appeal so that visitors can appreciate and connect with the animal species on exhibit for greater conservation awareness. Unfortunately, classic glassed-in exhibit designs - ironically inside conservation institutions - can also be areas where wild birds strike the glass. Staff at the Philadelphia Zoo has worked to change that in recent years. Starting in 2006, pathology records were kept of birds that appeared to have fatally struck specific exhibit glass. Around the same time, the Greater Philadelphia Chapter of the American Association of Zoo Keepers started to collaborate with the Philadelphia Zoo’s education department to educate guests on ways they can prevent window collisions at home. Most recently volunteers from the Greater Philadelphia Chapter of the American Association of Zoo Keepers took this initiative one step further by monitoring the known collision “hot spots” in the Philadelphia Zoo in the mornings during the spring and fall 2010 courtship/migratory seasons.\n\nThe Greater Philadelphia Chapter AAZK Conservation Committee oversaw all of the logistics of the 2010 collision study. Volunteers were recruited to either take one day a week to come in early, or serve as a scheduled alternate between the months of April and May for the spring migratory season and between August and October for the fall migratory season. Most keepers at the Philadelphia Zoo start at 0815hrs, so monitors generally came in around 0730hrs. (It is important to note, however that docents, education staff and volunteers also eagerly donated their time for the study.) A tote bag with a mapped route connecting the exhibit “hot spots” to be checked, labeled baggies for dead birds and data sheets were left at the starting location and picked-up by the assigned monitor each morning. The participant recorded the current weather conditions and attempted to walk the “hot spot” loop three times each morning. When a dead bird was found, the location code for the exhibit, time of day, and the condition of the bird (warm, cold, stiff or live injured) was ……\n\n<strong>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'Bird Window-Collision Monitoring at the Philadelphia Zoo: Setting Up an AAZK Citizen Science Project', 0, '', 'inherit', 'closed', 'closed', '', '2163-autosave', '', '', '2011-10-05 09:34:37', '2011-10-05 14:34:37', '', 2163, 'http://aazk.org/uncategorized/2163-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1881, 2, '2011-02-23 09:41:18', '2011-02-23 14:41:18', '', 'giraffe1', 0, '', 'inherit', 'closed', 'closed', '', 'giraffe1', '', '', '2011-02-23 09:41:18', '2011-02-23 14:41:18', '', 0, 'http://aazk.org/wp-content/uploads/giraffe1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2107, 2, '2011-09-02 10:50:48', '2011-09-02 15:50:48', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<em>By\r\nDeborah Wettlaufer, Enrichment Officer\r\nCheetah Outreach\r\nCape Town, South Africa</em>\r\n\r\nOur caracal (<em>Caracal caracal</em>) is very food-motivated and always eats rapidly.  Because she lacks her back molars, we cannot give her small bones, such as chicken on the bone, but we sometimes give her large turkey or horse bones to prolong feeding.  As a special treat, she is occasionally given a ‘bloodsicle’ made of frozen blood and pieces of meat.  To provide more of a challenge, I decided to hang a larger bloodsicle for her.  I froze blood and 150g (~5.3 oz.) of turkey pieces in a medium-sized plastic container with a string with knots inserted through a hole in the middle of the top so it would freeze in the center of the bloodsicle.\r\n\r\nTo make it even more interesting for her, we hung the bloodsicle from a bungee feeder.  The bungee feeder consists of one meter of bungee cord with one end attached to a length of nylon cord with a clip on the end to attach it to the top of the enclosure.  The other end also has a clip from which various food items can be attached.  The bungee cord is contained within one meter of garden hose to prevent it from wrapping around any of the animal’s extremities or swinging back in the animal’s face.\r\n\r\nAfter we hung the bloodsicle, she immediately came to investigate it.  At first she seemed a little confused about how to approach it since she is used to her bloodsicles on a flat surface.  She tried to lick the bloodsicle from a standing position but every time she licked it, it moved about.  She constantly moved around it to gain a better position, batting at it and trying to grab it when it moved.    Eventually she figured out that sitting down and holding it with one paw kept it from moving around so she could lick continuously.  If the bloodsicle moved at all, she dug her claws in deeper to stabilize it.  As blood dripped on to her fur, she stopped a few times to clean herself, and then resumed licking.  While licking, she appeared as though she was in a trance, oblivious to everything around her.<img class="alignright size-full wp-image-2104" title="caracal_bloodsicle" src="http://aecetia.net/gws/aazk/wp-content/uploads/caracal_bloodsicle.jpg" alt="caracal_bloodsicle" width="417" height="620" />\r\n\r\nAs she licked the bloodsicle, the meat at the bottom gradually was exposed and she became very excited.  She tried a new tactic of grabbing the meat with her teeth and trying to rip it out of the bloodsicle.  Occasionally she tried to carry the whole bloodsicle off but it bounced away from her and she ran after it, grabbed it and began ripping at the meat again.  She worked at it until the bloodsicle and meat were gone.\r\n\r\nWe considered this exercise successful in that it prolonged feeding, challenged her cognitive skills and kept a very intelligent and active cat busy for almost 45 minutes.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Julie Hartell-DeNardo:</strong>\r\nDeborah, thank you for sharing your paper with the AAZK Forum readers.  This is a great example of using a food presentation-based enrichment strategy to increase both the behaviors involved in food consumption as well as the amount of time spent engaged in food acquisition-related behaviors.  The animal is stimulated mentally to figure out how to obtain the more challenging and enticing food.  Additionally the caracal participated in more physical activity, using more muscles and energy than it would if just presented with food in a routine location.  This creative feeding strategy could be effective with other small carnivore species or even large carnivores – or if the meat and blood are substituted for produce and juice this idea may even translate into primate species applications.\r\n\r\nSome safety considerations to keep in mind with bungee and rope enrichment components is to:\r\n\r\n•   ensure no loops exists that could act to trap an appendage or head,\r\n•   determine a length that minimizes slack and prevents the possibility of excess to wrap                  around an animal or body part, and\r\n•   when possible, enclose rope/bungees in pvc or other piping that can act to stabilize\r\nthe length of the rope/bungee and prevents wrap around or dangerous loops from                  forming while the animal is engaged with the enrichment.\r\n\r\nThanks again to Deborah for this fantastic idea with diverse potential applications!\r\n\r\nWant to discover more great enrichment ideas? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. JOIN NOW!', 'Bloodsicle on a Bungee Feeder for Caracals', 0, '', 'inherit', 'closed', 'closed', '', '2103-revision-2', '', '', '2011-09-02 10:50:48', '2011-09-02 15:50:48', '', 2103, 'http://aazk.org/uncategorized/2103-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2106, 2, '2011-09-02 10:53:39', '2011-09-02 15:53:39', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\n\n<em>By\nDeborah Wettlaufer, Enrichment Officer\nCheetah Outreach\nCape Town, South Africa</em>\n\nOur caracal (<em>Caracal caracal</em>) is very food-motivated and always eats rapidly.  Because she lacks her back molars, we cannot give her small bones, such as chicken on the bone, but we sometimes give her large turkey or horse bones to prolong feeding.  As a special treat, she is occasionally given a ‘bloodsicle’ made of frozen blood and pieces of meat.  To provide more of a challenge, I decided to hang a larger bloodsicle for her.  I froze blood and 150g (~5.3 oz.) of turkey pieces in a medium-sized plastic container with a string with knots inserted through a hole in the middle of the top so it would freeze in the center of the bloodsicle.\n\nTo make it even more interesting for her, we hung the bloodsicle from a bungee feeder.  The bungee feeder consists of one meter of bungee cord with one end attached to a length of nylon cord with a clip on the end to attach it to the top of the enclosure.  The other end also has a clip from which various food items can be attached.  The bungee cord is contained within one meter of garden hose to prevent it from wrapping around any of the animal’s extremities or swinging back in the animal’s face.\n\nAfter we hung the bloodsicle, she immediately came to investigate it.  At first she seemed a little confused about how to approach it since she is used to her bloodsicles on a flat surface.  She tried to lick the bloodsicle from a standing position but every time she licked it, it moved about.  She constantly moved around it to gain a better position, batting at it and trying to grab it when it moved.    Eventually she figured out that sitting down and holding it with one paw kept it from moving around so she could lick continuously.  If the bloodsicle moved at all, she dug her claws in deeper to stabilize it.  As blood dripped on to her fur, she stopped a few times to clean herself, and then resumed licking.  While licking, she appeared as though she was in a trance, oblivious to everything around her.<img class="alignright size-full wp-image-2104" title="caracal_bloodsicle" src="http://aecetia.net/gws/aazk/wp-content/uploads/caracal_bloodsicle.jpg" alt="caracal_bloodsicle" width="417" height="620" />\n\nAs she licked the bloodsicle, the meat at the bottom gradually was exposed and she became very excited.  She tried a new tactic of grabbing the meat with her teeth and trying to rip it out of the bloodsicle.  Occasionally she tried to carry the whole bloodsicle off but it bounced away from her and she ran after it, grabbed it and began ripping at the meat again.  She worked at it until the bloodsicle and meat were gone.\n\nWe considered this exercise successful in that it prolonged feeding, challenged her cognitive skills and kept a very intelligent and active cat busy for almost 45 minutes.\n\n<strong>BHC Comments by Enrichment Options Co-Editor Julie Hartell-DeNardo:</strong>\nDeborah, thank you for sharing your paper with the AAZK Forum readers.  This is a great example of using a food presentation-based enrichment strategy to increase both the behaviors involved in food consumption as well as the amount of time spent engaged in food acquisition-related behaviors.  The animal is stimulated mentally to figure out how to obtain the more challenging and enticing food.  Additionally the caracal participated in more physical activity, using more muscles and energy than it would if just presented with food in a routine location.  This creative feeding strategy could be effective with other small carnivore species or even large carnivores – or if the meat and blood are substituted for produce and juice this idea may even translate into primate species applications.\n\nSome safety considerations to keep in mind with bungee and rope enrichment components is to:\n\n•   ensure no loops exists that could act to trap an appendage or head,\n•   determine a length that minimizes slack and prevents the possibility of excess to wrap around an animal or body part, and\n•   when possible, enclose rope/bungees in pvc or other piping that can act to stabilize the length of the rope/bungee and prevents wrap around or dangerous loops from forming while the animal is engaged with the enrichment.\n\nThanks again to Deborah for this fantastic idea with diverse potential applications!\n\n<strong>Want to discover more great enrichment ideas? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'Bloodsicle on a Bungee Feeder for Caracals', 0, '', 'inherit', 'closed', 'closed', '', '2103-autosave', '', '', '2011-09-02 10:53:39', '2011-09-02 15:53:39', '', 2103, 'http://aazk.org/uncategorized/2103-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2105, 2, '2011-09-02 10:50:40', '2011-09-02 15:50:40', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\n\n<em>By\nDeborah Wettlaufer, Enrichment Officer\nCheetah Outreach\nCape Town, South Africa</em>\n\nOur caracal (<em>Caracal caracal</em>) is very food-motivated and always eats rapidly.  Because she lacks her back molars, we cannot give her small bones, such as chicken on the bone, but we sometimes give her large turkey or horse bones to prolong feeding.  As a special treat, she is occasionally given a ‘bloodsicle’ made of frozen blood and pieces of meat.  To provide more of a challenge, I decided to hang a larger bloodsicle for her.  I froze blood and 150g (~5.3 oz.) of turkey pieces in a medium-sized plastic container with a string with knots inserted through a hole in the middle of the top so it would freeze in the center of the bloodsicle.\n\nTo make it even more interesting for her, we hung the bloodsicle from a bungee feeder.  The bungee feeder consists of one meter of bungee cord with one end attached to a length of nylon cord with a clip on the end to attach it to the top of the enclosure.  The other end also has a clip from which various food items can be attached.  The bungee cord is contained within one meter of garden hose to prevent it from wrapping around any of the animal’s extremities or swinging back in the animal’s face.\n\nAfter we hung the bloodsicle, she immediately came to investigate it.  At first she seemed a little confused about how to approach it since she is used to her bloodsicles on a flat surface.  She tried to lick the bloodsicle from a standing position but every time she licked it, it moved about.  She constantly moved around it to gain a better position, batting at it and trying to grab it when it moved.    Eventually she figured out that sitting down and holding it with one paw kept it from moving around so she could lick continuously.  If the bloodsicle moved at all, she dug her claws in deeper to stabilize it.  As blood dripped on to her fur, she stopped a few times to clean herself, and then resumed licking.  While licking, she appeared as though she was in a trance, oblivious to everything around her.<img class="alignright size-full wp-image-2104" title="caracal_bloodsicle" src="http://aecetia.net/gws/aazk/wp-content/uploads/caracal_bloodsicle.jpg" alt="caracal_bloodsicle" width="417" height="620" />\n\nAs she licked the bloodsicle, the meat at the bottom gradually was exposed and she became very excited.  She tried a new tactic of grabbing the meat with her teeth and trying to rip it out of the bloodsicle.  Occasionally she tried to carry the whole bloodsicle off but it bounced away from her and she ran after it, grabbed it and began ripping at the meat again.  She worked at it until the bloodsicle and meat were gone.\n\nWe considered this exercise successful in that it prolonged feeding, challenged her cognitive skills and kept a very intelligent and active cat busy for almost 45 minutes.\n\n<strong>BHC Comments by Enrichment Options Co-Editor Julie Hartell-DeNardo:</strong>\nDeborah, thank you for sharing your paper with the AAZK Forum readers.  This is a great example of using a food presentation-based enrichment strategy to increase both the behaviors involved in food consumption as well as the amount of time spent engaged in food acquisition-related behaviors.  The animal is stimulated mentally to figure out how to obtain the more challenging and enticing food.  Additionally the caracal participated in more physical activity, using more muscles and energy than it would if just presented with food in a routine location.  This creative feeding strategy could be effective with other small carnivore species or even large carnivores – or if the meat and blood are substituted for produce and juice this idea may even translate into primate species applications.\n\nSome safety considerations to keep in mind with bungee and rope enrichment components is to:\n\n•   ensure no loops exists that could act to trap an appendage or head,\n•   determine a length that minimizes slack and prevents the possibility of excess to wrap                  around an animal or body part, and\n•   when possible, enclose rope/bungees in pvc or other piping that can act to stabilize\nthe length of the rope/bungee and prevents wrap around or dangerous loops from                  forming while the animal is engaged with the enrichment.\n\nThanks again to Deborah for this fantastic idea with diverse potential applications!\n\nWant to discover more great enrichment ideas? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. JOIN NOW!', 'Bloodsicle on a Bungee Feeder for Caracals', 0, '', 'inherit', 'closed', 'closed', '', '2103-revision', '', '', '2011-09-02 10:50:40', '2011-09-02 15:50:40', '', 2103, 'http://aazk.org/uncategorized/2103-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1886, 2, '2011-02-23 09:49:27', '2011-02-23 14:49:27', '<span style="color: #ff0000;"><strong>Come on, you know you want to!!! </strong></span>It is once again time to elect Board of Directors for the  Association.  There are three positions up for election.  These  positions are held by Shane Good, Bob Cisneros and Gisela Wiggins.  New  Board members will serve a four-year term from the close of the 2011  National Conference until the conclusion of the 2015 National  Conference.  If interested in submitting a nomination please fill out  the forms located in the <a href="../members/login.php">Members Only</a> section of the website.', 'Final Call for Election 2011', 0, '', 'draft', 'closed', 'closed', '', 'final-call-for-election-2011', '', '', '2013-10-15 17:49:20', '2013-10-15 22:49:20', '', 0, 'http://aazk.org/?p=1886', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1887, 2, '2011-02-23 09:48:49', '2011-02-23 14:48:49', '', 'Final Call for Election 2011', 0, '', 'inherit', 'closed', 'closed', '', '1886-revision', '', '', '2011-02-23 09:48:49', '2011-02-23 14:48:49', '', 1886, 'http://aazk.org/uncategorized/1886-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1888, 2, '2011-02-23 09:50:33', '2011-02-23 14:50:33', '<span style="color: #ff0000;"><strong>Come on, you know you want to!!! </strong></span>It is once again time to elect Board of Directors for the  Association.  There are three positions up for election.  These  positions are held by Shane Good, Bob Cisneros and Gisela Wiggins.  New  Board members will serve a four-year term from the close of the 2011  National Conference until the conclusion of the 2015 National  Conference.  If interested in submitting a nomination please fill out  the forms located in the <a href="../members/login.php">Members Only</a> section of the website.', 'Final Call for Election 2011', 0, '', 'inherit', 'closed', 'closed', '', '1886-autosave', '', '', '2011-02-23 09:50:33', '2011-02-23 14:50:33', '', 1886, 'http://aazk.org/uncategorized/1886-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1889, 2, '2011-02-23 10:13:09', '2011-02-23 15:13:09', '<img class="aligncenter size-medium wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options-300x117.jpg" alt="enrichment_options" width="300" height="117" /><strong><em>EO Editors -\r\nJulie Hartell-DeNardo, Saint Louis, MO and Ric Kotarsky, Tulsa Zoo &amp; Living Museum</em></strong>\r\n\r\nSince you will probably determine it somewhere down the paragraph, let me start this paper with sharing the simple fact that grammar has never been my strength.  So, while I’ll be discussing my perspective on the word “enrichment” and its applications in a zoological setting relative to treating it as a noun or a verb, the discussion is more about how we use the word relative to our goals and to the effects (or is it affects?) it has on the animals we care for and less to do with actual grammar.  Therefore please forgive any of my unintentional grammatical errors (or intentional grammar humor) while I try to use a grammatical analogy to describe an important way of thinking about this valuable behavioral husbandry technique.  The core question being:  Did that enrichment item (noun) actually enrich (verb) the animal(s) to which it was given?  I would argue that if the affect or consequence isn’t there, then the usage of the word “enrichment” as a noun isn’t accurate.\r\n\r\n“Did you give the animals enrichment today”, “They got X for enrichment yesterday”, “X is species Y’s favorite enrichment”, “He didn’t like his enrichment today”, …\r\n\r\nWhile we use many diverse items, objects or supplies for providing enrichment opportunities to the animals we care for, it is the actual consequence of those tools wherein the real power of enrichment as a behavioral husbandry technique lies.  It’s less about what tangible items we gave and more about what we provided (opportunities, choice, control, variety, novelty…) or changed (behavior patterns, activity budgets, social interaction, behavioral repertoire, stereotypies,…).  So rather than thinking about what enrichment (noun) you’ll give to an animal, think about how you will enrich (verb) that animal.\r\n\r\n<strong>Enrichment </strong>\r\n\r\n<img class="alignnone size-full wp-image-1891" title="palm_browse1" src="http://aecetia.net/gws/aazk/wp-content/uploads/palm_browse1.jpg" alt="palm_browse1" width="699" height="514" />\r\n\r\n<em>Hung palm browse</em>\r\n\r\n<strong>Enriching</strong>\r\n\r\n<img class="alignnone size-large wp-image-1892" title="zebra_palm" src="http://aecetia.net/gws/aazk/wp-content/uploads/zebra_palm-1024x814.jpg" alt="zebra_palm" width="819" height="651" />\r\n\r\n<em>Zebra grazing under palm browse; walked under it and nibbled on it, took longer to consume daily hay ration and increased activity.</em>\r\n\r\nWhat behavioral opportunity or changes will result from the application of an enrichment strategy chosen by a keeper knowledgeable in the individual animal’s history, the species’ natural history and the nuances of the exhibit or holding space?  Some types of enrichment naturally lead themselves to this mode of thinking.  For example, different feeding strategies such as spreads or scatters – the food (noun) is typically consistent for specific animals, but the presentation method of randomly tossing or strategically placing individual food items throughout a habitat can make that same food enriching and promote a change in behavior patterns, increase activity, promote exploration, facilitate interactions and so much more.\r\n\r\nThis is not meant to take away from those great, creative and fun enrichment objects (nouns) that we all enjoy watching animals interact with, explore and sometimes destroy (all verbs by the way).  If they are promoting changes in behaviors, creating opportunity for new behaviors, providing novelty or variety, or providing opportunities for choice and/or control in the animals’ environment, then they are enriching.  Of course, we should always keep in mind that not all of these responses and affects are going to be large grandiose displays, nor should they be.  Enriching an animal can be very subtle &amp; hard to detect by even the keenest keepers eye.   And sometimes…………\r\n<strong>\r\nWant to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information.<a href="http://aecetia.net/gws/aazk/join/"> JOIN NOW!</a></strong>', ' Enrichment: The Noun versus the Verb -  as written by the grammatically challenged', 0, '', 'draft', 'closed', 'closed', '', 'enrichment-the-noun-versus-the-verb-as-written-by-the-grammatically-challenged', '', '', '2013-10-15 17:49:20', '2013-10-15 22:49:20', '', 0, 'http://aazk.org/?p=1889', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1890, 2, '2011-02-23 09:56:28', '2011-02-23 14:56:28', '', 'palm_browse', 0, '', 'inherit', 'closed', 'closed', '', 'palm_browse', '', '', '2011-02-23 09:56:28', '2011-02-23 14:56:28', '', 1889, 'http://aazk.org/wp-content/uploads/palm_browse.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1891, 2, '2011-02-23 09:57:07', '2011-02-23 14:57:07', '', 'palm_browse1', 0, '', 'inherit', 'closed', 'closed', '', 'palm_browse1', '', '', '2011-02-23 09:57:07', '2011-02-23 14:57:07', '', 1889, 'http://aazk.org/wp-content/uploads/palm_browse1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1892, 2, '2011-02-23 10:09:04', '2011-02-23 15:09:04', '', 'zebra_palm', 0, '', 'inherit', 'closed', 'closed', '', 'zebra_palm', '', '', '2011-02-23 10:09:04', '2011-02-23 15:09:04', '', 1889, 'http://aazk.org/wp-content/uploads/zebra_palm.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1893, 2, '2011-02-23 10:11:28', '2011-02-23 15:11:28', '<img class="aligncenter size-medium wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options-300x117.jpg" alt="enrichment_options" width="300" height="117" /><strong><em>EO Editors -\nJulie Hartell-DeNardo, Saint Louis, MO and Ric Kotarsky, Tulsa Zoo &amp; Living Museum</em></strong>\n\nSince you will probably determine it somewhere down the paragraph, let me start this paper with sharing the simple fact that grammar has never been my strength.  So, while I’ll be discussing my perspective on the word “enrichment” and its applications in a zoological setting relative to treating it as a noun or a verb, the discussion is more about how we use the word relative to our goals and to the effects (or is it affects?) it has on the animals we care for and less to do with actual grammar.  Therefore please forgive any of my unintentional grammatical errors (or intentional grammar humor) while I try to use a grammatical analogy to describe an important way of thinking about this valuable behavioral husbandry technique.  The core question being:  Did that enrichment item (noun) actually enrich (verb) the animal(s) to which it was given?  I would argue that if the affect or consequence isn’t there, then the usage of the word “enrichment” as a noun isn’t accurate.\n\n“Did you give the animals enrichment today”, “They got X for enrichment yesterday”, “X is species Y’s favorite enrichment”, “He didn’t like his enrichment today”, …\n\nWhile we use many diverse items, objects or supplies for providing enrichment opportunities to the animals we care for, it is the actual consequence of those tools wherein the real power of enrichment as a behavioral husbandry technique lies.  It’s less about what tangible items we gave and more about what we provided (opportunities, choice, control, variety, novelty…) or changed (behavior patterns, activity budgets, social interaction, behavioral repertoire, stereotypies,…).  So rather than thinking about what enrichment (noun) you’ll give to an animal, think about how you will enrich (verb) that animal.\n\n<strong>Enrichment </strong>\n\n<img class="alignnone size-full wp-image-1891" title="palm_browse1" src="http://aecetia.net/gws/aazk/wp-content/uploads/palm_browse1.jpg" alt="palm_browse1" width="699" height="514" />\n\n<em>Hung palm browse</em>\n\n<strong>Enriching</strong>\n\n<img class="alignnone size-large wp-image-1892" title="zebra_palm" src="http://aecetia.net/gws/aazk/wp-content/uploads/zebra_palm-1024x814.jpg" alt="zebra_palm" width="819" height="651" />\n\nZebra grazing under palm browse; walked under it and nibbled on it, took longer to consume daily hay ration and increa', ' Enrichment: The Noun versus the Verb -  as written by the grammatically challenged', 0, '', 'inherit', 'closed', 'closed', '', '1889-revision', '', '', '2011-02-23 10:11:28', '2011-02-23 15:11:28', '', 1889, 'http://aazk.org/uncategorized/1889-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1894, 2, '2011-02-23 10:12:28', '2011-02-23 15:12:28', '<img class="aligncenter size-medium wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options-300x117.jpg" alt="enrichment_options" width="300" height="117" /><strong><em>EO Editors -\nJulie Hartell-DeNardo, Saint Louis, MO and Ric Kotarsky, Tulsa Zoo &amp; Living Museum</em></strong>\n\nSince you will probably determine it somewhere down the paragraph, let me start this paper with sharing the simple fact that grammar has never been my strength.  So, while I’ll be discussing my perspective on the word “enrichment” and its applications in a zoological setting relative to treating it as a noun or a verb, the discussion is more about how we use the word relative to our goals and to the effects (or is it affects?) it has on the animals we care for and less to do with actual grammar.  Therefore please forgive any of my unintentional grammatical errors (or intentional grammar humor) while I try to use a grammatical analogy to describe an important way of thinking about this valuable behavioral husbandry technique.  The core question being:  Did that enrichment item (noun) actually enrich (verb) the animal(s) to which it was given?  I would argue that if the affect or consequence isn’t there, then the usage of the word “enrichment” as a noun isn’t accurate.\n\n“Did you give the animals enrichment today”, “They got X for enrichment yesterday”, “X is species Y’s favorite enrichment”, “He didn’t like his enrichment today”, …\n\nWhile we use many diverse items, objects or supplies for providing enrichment opportunities to the animals we care for, it is the actual consequence of those tools wherein the real power of enrichment as a behavioral husbandry technique lies.  It’s less about what tangible items we gave and more about what we provided (opportunities, choice, control, variety, novelty…) or changed (behavior patterns, activity budgets, social interaction, behavioral repertoire, stereotypies,…).  So rather than thinking about what enrichment (noun) you’ll give to an animal, think about how you will enrich (verb) that animal.\n\n<strong>Enrichment </strong>\n\n<img class="alignnone size-full wp-image-1891" title="palm_browse1" src="http://aecetia.net/gws/aazk/wp-content/uploads/palm_browse1.jpg" alt="palm_browse1" width="699" height="514" />\n\n<em>Hung palm browse</em>\n\n<strong>Enriching</strong>\n\n<img class="alignnone size-large wp-image-1892" title="zebra_palm" src="http://aecetia.net/gws/aazk/wp-content/uploads/zebra_palm-1024x814.jpg" alt="zebra_palm" width="819" height="651" />\n\n<em>Zebra grazing under palm browse; walked under it and nibbled on it, took longer to consume daily hay ration and increased activity.</em>\n\nWhat behavioral opportunity or changes will result from the application of an enrichment strategy chosen by a keeper knowledgeable in the individual animal’s history, the species’ natural history and the nuances of the exhibit or holding space?  Some types of enrichment naturally lead themselves to this mode of thinking.  For example, different feeding strategies such as spreads or scatters – the food (noun) is typically consistent for specific animals, but the presentation method of randomly tossing or strategically placing individual food items throughout a habitat can make that same food enriching and promote a change in behavior patterns, increase activity, promote exploration, facilitate interactions and so much more.\n\nThis is not meant to take away from those great, creative and fun enrichment objects (nouns) that we all enjoy watching animals interact with, explore and sometimes destroy (all verbs by the way).  If they are promoting changes in behaviors, creating opportunity for new behaviors, providing novelty or variety, or providing opportunities for choice and/or control in the animals’ environment, then they are enriching.  Of course, we should always keep in mind that not all of these responses and affects are going to be large grandiose displays, nor should they be.  Enriching an animal can be very subtle &amp; hard to detect by even the keenest keepers eye.   And sometimes…………\n<strong>\nWant to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information.<a href="http://aecetia.net/gws/aazk/join/"> JOIN NOW!</a></strong>', ' Enrichment: The Noun versus the Verb -  as written by the grammatically challenged', 0, '', 'inherit', 'closed', 'closed', '', '1889-revision-2', '', '', '2011-02-23 10:12:28', '2011-02-23 15:12:28', '', 1889, 'http://aazk.org/uncategorized/1889-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1895, 2, '2011-02-23 10:14:15', '2011-02-23 15:14:15', '<img class="aligncenter size-medium wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options-300x117.jpg" alt="enrichment_options" width="300" height="117" /><strong><em>EO Editors -\nJulie Hartell-DeNardo, Saint Louis, MO and Ric Kotarsky, Tulsa Zoo &amp; Living Museum</em></strong>\n\nSince you will probably determine it somewhere down the paragraph, let me start this paper with sharing the simple fact that grammar has never been my strength.  So, while I’ll be discussing my perspective on the word “enrichment” and its applications in a zoological setting relative to treating it as a noun or a verb, the discussion is more about how we use the word relative to our goals and to the effects (or is it affects?) it has on the animals we care for and less to do with actual grammar.  Therefore please forgive any of my unintentional grammatical errors (or intentional grammar humor) while I try to use a grammatical analogy to describe an important way of thinking about this valuable behavioral husbandry technique.  The core question being:  Did that enrichment item (noun) actually enrich (verb) the animal(s) to which it was given?  I would argue that if the affect or consequence isn’t there, then the usage of the word “enrichment” as a noun isn’t accurate.\n\n“Did you give the animals enrichment today”, “They got X for enrichment yesterday”, “X is species Y’s favorite enrichment”, “He didn’t like his enrichment today”, …\n\nWhile we use many diverse items, objects or supplies for providing enrichment opportunities to the animals we care for, it is the actual consequence of those tools wherein the real power of enrichment as a behavioral husbandry technique lies.  It’s less about what tangible items we gave and more about what we provided (opportunities, choice, control, variety, novelty…) or changed (behavior patterns, activity budgets, social interaction, behavioral repertoire, stereotypies,…).  So rather than thinking about what enrichment (noun) you’ll give to an animal, think about how you will enrich (verb) that animal.\n\n<strong>Enrichment </strong>\n\n<img class="alignnone size-full wp-image-1891" title="palm_browse1" src="http://aecetia.net/gws/aazk/wp-content/uploads/palm_browse1.jpg" alt="palm_browse1" width="699" height="514" />\n\n<em>Hung palm browse</em>\n\n<strong>Enriching</strong>\n\n<img class="alignnone size-large wp-image-1892" title="zebra_palm" src="http://aecetia.net/gws/aazk/wp-content/uploads/zebra_palm-1024x814.jpg" alt="zebra_palm" width="819" height="651" />\n\n<em>Zebra grazing under palm browse; walked under it and nibbled on it, took longer to consume daily hay ration and increased activity.</em>\n\nWhat behavioral opportunity or changes will result from the application of an enrichment strategy chosen by a keeper knowledgeable in the individual animal’s history, the species’ natural history and the nuances of the exhibit or holding space?  Some types of enrichment naturally lead themselves to this mode of thinking.  For example, different feeding strategies such as spreads or scatters – the food (noun) is typically consistent for specific animals, but the presentation method of randomly tossing or strategically placing individual food items throughout a habitat can make that same food enriching and promote a change in behavior patterns, increase activity, promote exploration, facilitate interactions and so much more.\n\nThis is not meant to take away from those great, creative and fun enrichment objects (nouns) that we all enjoy watching animals interact with, explore and sometimes destroy (all verbs by the way).  If they are promoting changes in behaviors, creating opportunity for new behaviors, providing novelty or variety, or providing opportunities for choice and/or control in the animals’ environment, then they are enriching.  Of course, we should always keep in mind that not all of these responses and affects are going to be large grandiose displays, nor should they be.  Enriching an animal can be very subtle &amp; hard to detect by even the keenest keepers eye.   And sometimes…………\n<strong>\nWant to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information.<a href="http://aecetia.net/gws/aazk/join/"> JOIN NOW!</a></strong>', ' Enrichment: The Noun versus the Verb -  as written by the grammatically challenged', 0, '', 'inherit', 'closed', 'closed', '', '1889-autosave', '', '', '2011-02-23 10:14:15', '2011-02-23 15:14:15', '', 1889, 'http://aazk.org/uncategorized/1889-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1896, 2, '2011-02-23 10:26:49', '2011-02-23 15:26:49', '<em>By Laura Morrell and Mike Murray, Predator Ridge Zoo Keepers\r\nDenver Zoo, Denver, CO</em>\r\n\r\n<strong>Abstract</strong>\r\nAt Denver Zoo, training spotted hyena (<em>Crocuta crocuta</em>) using operant conditioning has proved to be more than helpful in their mental and physical care.  We are still learning about their extreme intelligence which is often compared to that of the great apes.  Over the past years, we have trained the hyena behaviors to allow hand injections in their hip area, allow staff to look into their mouth, allow keepers to regularly weigh them, and allow staff to apply wound treatments when needed. The next challenge for us was to establish a reliable blood draw behavior.  With advice from our vet and managers, we decided to train a blood draw behavior with our two adult males.  The opportunity arose to train this behavior in two different ways.  1.0 Thika was trained a ‘neck’ behavior which gave the vets access to his jugular vein.  At the same time, 1.0 Kibo was trained a ‘leg’ behavior which gave the vets access to his lateral saphenous vein in his left rear leg.  Both of these behaviors confirmed how intelligent these animals truly are.  The training process presented obstacles with both behaviors which we overcame.  Our vets currently have the ability to effectively draw blood from either male which demonstrates the strengths of a training program founded on the principles of positive reinforcement.\r\n\r\n<strong>Introduction</strong>\r\nThe spotted hyena (<em>Crocuta crocuta</em>) are predators that live in large social groupings known as clans and live in a variety of environments throughout sub-Saharan Africa.   The spotted hyena have an incredible intelligence that is often compared to primates and is demonstrated by the hyena collaborating on projects such as hunting on the plains of Africa and solving puzzles in captive settings (Holekamp et al., 2007).  These extremely adaptive carnivores are unique in many ways including their complex social structure that is completely dominated by females.  Males, at the bottom of the totem pole, are frequently subjected to fighting with each other to maintain a dominant rank and avoid being forced out of the clan.  This constant struggle elicits aggression between males that results in common neck injuries and open wounds.  The results of these intense battles often heal quickly due to the hyena’s strong immune system and pain tolerance which is another unique feature of the spotted hyena.\r\n\r\nAlongside South African lions (<em>Panthera leo krugeri</em>) and African wild dogs (<em>Lycaon pictus</em>), spotted hyena have been housed at Denver Zoo’s Predator Ridge since 2004, to educate people about social carnivores in an award-winning rotational exhibit.   All of the animals in Predator Ridge, including hyena, have been participants in an elaborate training program that allows them to assist in their own health care as well as provide mental and physical stimulation.  Denver Zoo houses 2.1 spotted hyena adults and throughout the years there have been five litters producing seven cubs total.   When our hyena arrived, our female Ngozi chose to mate with Kibo over his brother Thika.  This resulted in Kibo consistently asserting his dominance over Thika by attacking him and causing reoccurring wounds to his neck and body.   The training program has allowed us to closely monitor the condition of the hyena, treat any wounds, give injections, achieve bimonthly weights, and avoid stressful immobilizations.  Our next challenge was to institute a voluntary blood draw behavior.\r\n\r\n<strong>Methods</strong>\r\nThe first step to training a blood draw behavior with the hyena was to determine how this was going to be accomplished.  Meetings were held with management and vet staff to discuss the most ideal way to approach this task.  At the time of discussion, we chose to train a blood draw behavior in the two males because they had a positive relationship with the vets and a solid injection behavior.  Our female, at the time, had a set of cubs and was still focusing on other behaviors of importance.   Based on the incredible intelligence of spotted hyena it was decided that training a blood draw behavior could be achieved in multiple ways.  It was determined that it would be possible to train Thika to present his neck to draw blood from his jugular vein while training Kibo to present his left rear leg to draw blood from his lateral saphenous vein.\r\n\r\n<img class="alignnone size-full wp-image-1897" title="predator_ridge1" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge1.jpg" alt="predator_ridge1" width="793" height="594" />\r\n\r\nA view of two exhibits at Predator Ridge with lions and hyenas. <em>(Photo by Mike Murray)</em>\r\n\r\n<strong>Methods of Training Thika</strong>\r\nThe decision for choosing the jugular vein for Thika’s blood draw was based on several factors.  One justification was that hyena successfully allowed this blood draw at previous institutions, i.e. Moorpark.  Secondly, Thika frequently offered his neck to keepers since he enjoyed being scratched with a backscratcher.  Due to the fact that Thika is the subordinate male, he occasionally has neck wounds and we are able to treat his wounds with ointments and sprays.  This de-sensitivity to touch was favorable in helping the decision to train this specific behavior.\r\n\r\nThe following were the training steps for Thika’s ‘neck’ behavior:\r\n\r\n<strong>Step 1:</strong> Informal training sessions without diet because if diet was present he would have no interest in being scratched.  Trainer approached Thika with a backscratcher.  Thika presented a side of his neck to be scratched.  Bridged (whistle) and reinforced this behavior.  Rewarded with more scratches.\r\n\r\n<img class="alignnone size-large wp-image-1898" title="hyena" src="http://aecetia.net/gws/aazk/wp-content/uploads/hyena-1024x781.jpg" alt="hyena" width="819" height="625" />\r\n\r\nHyena being scratched with a backscratcher.<em> (Photo by Laura Morrell)</em>\r\n\r\n<strong>Step 2:</strong> Similar to Step 1.  While using the backscratcher, trainer shaped his neck position to where the under side of his neck is flushed against the mesh while his face is upwards.  Bridged and reinforced using scratches.\r\n\r\n<strong>Step 3:</strong> Once Step 2 was consistent ……..\r\n\r\n<strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'Training Two Separate Behaviors to Draw Blood  from 2.0 Spotted Hyena Utilizing Operant Conditioning with Positive Reinforcement', 0, '', 'draft', 'closed', 'closed', '', 'training-two-separate-behaviors-to-draw-blood-from-20-spotted-hyena-utilizing-operant-conditioning-with-positive-reinforcement', '', '', '2013-10-15 17:49:20', '2013-10-15 22:49:20', '', 0, 'http://aazk.org/?p=1896', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1897, 2, '2011-02-23 10:19:07', '2011-02-23 15:19:07', '', 'predator_ridge1', 0, '', 'inherit', 'closed', 'closed', '', 'predator_ridge1', '', '', '2011-02-23 10:19:07', '2011-02-23 15:19:07', '', 1896, 'http://aazk.org/wp-content/uploads/predator_ridge1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1898, 2, '2011-02-23 10:22:34', '2011-02-23 15:22:34', '', 'hyena', 0, '', 'inherit', 'closed', 'closed', '', 'hyena', '', '', '2011-02-23 10:22:34', '2011-02-23 15:22:34', '', 1896, 'http://aazk.org/wp-content/uploads/hyena.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1899, 2, '2011-02-23 10:25:17', '2011-02-23 15:25:17', '<em>By Laura Morrell and Mike Murray, Predator Ridge Zoo Keepers\nDenver Zoo, Denver, CO</em>\n\n<strong>Abstract</strong>\nAt Denver Zoo, training spotted hyena (<em>Crocuta crocuta</em>) using operant conditioning has proved to be more than helpful in their mental and physical care.  We are still learning about their extreme intelligence which is often compared to that of the great apes.  Over the past years, we have trained the hyena behaviors to allow hand injections in their hip area, allow staff to look into their mouth, allow keepers to regularly weigh them, and allow staff to apply wound treatments when needed. The next challenge for us was to establish a reliable blood draw behavior.  With advice from our vet and managers, we decided to train a blood draw behavior with our two adult males.  The opportunity arose to train this behavior in two different ways.  1.0 Thika was trained a ‘neck’ behavior which gave the vets access to his jugular vein.  At the same time, 1.0 Kibo was trained a ‘leg’ behavior which gave the vets access to his lateral saphenous vein in his left rear leg.  Both of these behaviors confirmed how intelligent these animals truly are.  The training process presented obstacles with both behaviors which we overcame.  Our vets currently have the ability to effectively draw blood from either male which demonstrates the strengths of a training program founded on the principles of positive reinforcement.\n\n<strong>Introduction</strong>\nThe spotted hyena (<em>Crocuta crocuta</em>) are predators that live in large social groupings known as clans and live in a variety of environments throughout sub-Saharan Africa.   The spotted hyena have an incredible intelligence that is often compared to primates and is demonstrated by the hyena collaborating on projects such as hunting on the plains of Africa and solving puzzles in captive settings (Holekamp et al., 2007).  These extremely adaptive carnivores are unique in many ways including their complex social structure that is completely dominated by females.  Males, at the bottom of the totem pole, are frequently subjected to fighting with each other to maintain a dominant rank and avoid being forced out of the clan.  This constant struggle elicits aggression between males that results in common neck injuries and open wounds.  The results of these intense battles often heal quickly due to the hyena’s strong immune system and pain tolerance which is another unique feature of the spotted hyena.\n\nAlongside South African lions (<em>Panthera leo krugeri</em>) and African wild dogs (<em>Lycaon pictus</em>), spotted hyena have been housed at Denver Zoo’s Predator Ridge since 2004, to educate people about social carnivores in an award-winning rotational exhibit.   All of the animals in Predator Ridge, including hyena, have been participants in an elaborate training program that allows them to assist in their own health care as well as provide mental and physical stimulation.  Denver Zoo houses 2.1 spotted hyena adults and throughout the years there have been five litters producing seven cubs total.   When our hyena arrived, our female Ngozi chose to mate with Kibo over his brother Thika.  This resulted in Kibo consistently asserting his dominance over Thika by attacking him and causing reoccurring wounds to his neck and body.   The training program has allowed us to closely monitor the condition of the hyena, treat any wounds, give injections, achieve bimonthly weights, and avoid stressful immobilizations.  Our next challenge was to institute a voluntary blood draw behavior.\n\n<strong>Methods</strong>\nThe first step to training a blood draw behavior with the hyena was to determine how this was going to be accomplished.  Meetings were held with management and vet staff to discuss the most ideal way to approach this task.  At the time of discussion, we chose to train a blood draw behavior in the two males because they had a positive relationship with the vets and a solid injection behavior.  Our female, at the time, had a set of cubs and was still focusing on other behaviors of importance.   Based on the incredible intelligence of spotted hyena it was decided that training a blood draw behavior could be achieved in multiple ways.  It was determined that it would be possible to train Thika to present his neck to draw blood from his jugular vein while training Kibo to present his left rear leg to draw blood from his lateral saphenous vein.\n\n<img class="alignnone size-full wp-image-1897" title="predator_ridge1" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge1.jpg" alt="predator_ridge1" width="793" height="594" />\n\nA view of two exhibits at Predator Ridge with lions and hyenas. <em>(Photo by Mike Murray)</em>\n\n<strong>Methods of Training Thika</strong>\nThe decision for choosing the jugular vein for Thika’s blood draw was based on several factors.  One justification was that hyena successfully allowed this blood draw at previous institutions, i.e. Moorpark.  Secondly, Thika frequently offered his neck to keepers since he enjoyed being scratched with a backscratcher.  Due to the fact that Thika is the subordinate male, he occasionally has neck wounds and we are able to treat his wounds with ointments and sprays.  This de-sensitivity to touch was favorable in helping the decision to train this specific behavior.\n\nThe following were the training steps for Thika’s ‘neck’ behavior:\n\n<strong>Step 1:</strong> Informal training sessions without diet because if diet was present he would have no interest in being scratched.  Trainer approached Thika with a backscratcher.  Thika presented a side of his neck to be scratched.  Bridged (whistle) and reinforced this behavior.  Rewarded with more scratches.\n\n<img class="alignnone size-large wp-image-1898" title="hyena" src="http://aecetia.net/gws/aazk/wp-content/uploads/hyena-1024x781.jpg" alt="hyena" width="819" height="625" />\n\nHyena being scratched with a backscratcher.<em> (Photo by Laura Morrell)</em>\nStep 2:  Similar to Step 1.  While using the backscratcher, trainer shaped his neck position to where the under side of his neck is flushed against the mesh while his face is upwards.  Bridged and reinforced using scratches.\n\nStep 3:  Once Step 2 was consistent ……..\n\n<strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'Training Two Separate Behaviors to Draw Blood  from 2.0 Spotted Hyena Utilizing Operant Conditioning with Positive Reinforcement', 0, '', 'inherit', 'closed', 'closed', '', '1896-revision', '', '', '2011-02-23 10:25:17', '2011-02-23 15:25:17', '', 1896, 'http://aazk.org/uncategorized/1896-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1900, 2, '2011-02-23 10:25:29', '2011-02-23 15:25:29', '<em>By Laura Morrell and Mike Murray, Predator Ridge Zoo Keepers\r\nDenver Zoo, Denver, CO</em>\r\n\r\n<strong>Abstract</strong>\r\nAt Denver Zoo, training spotted hyena (<em>Crocuta crocuta</em>) using operant conditioning has proved to be more than helpful in their mental and physical care.  We are still learning about their extreme intelligence which is often compared to that of the great apes.  Over the past years, we have trained the hyena behaviors to allow hand injections in their hip area, allow staff to look into their mouth, allow keepers to regularly weigh them, and allow staff to apply wound treatments when needed. The next challenge for us was to establish a reliable blood draw behavior.  With advice from our vet and managers, we decided to train a blood draw behavior with our two adult males.  The opportunity arose to train this behavior in two different ways.  1.0 Thika was trained a ‘neck’ behavior which gave the vets access to his jugular vein.  At the same time, 1.0 Kibo was trained a ‘leg’ behavior which gave the vets access to his lateral saphenous vein in his left rear leg.  Both of these behaviors confirmed how intelligent these animals truly are.  The training process presented obstacles with both behaviors which we overcame.  Our vets currently have the ability to effectively draw blood from either male which demonstrates the strengths of a training program founded on the principles of positive reinforcement.\r\n\r\n<strong>Introduction</strong>\r\nThe spotted hyena (<em>Crocuta crocuta</em>) are predators that live in large social groupings known as clans and live in a variety of environments throughout sub-Saharan Africa.   The spotted hyena have an incredible intelligence that is often compared to primates and is demonstrated by the hyena collaborating on projects such as hunting on the plains of Africa and solving puzzles in captive settings (Holekamp et al., 2007).  These extremely adaptive carnivores are unique in many ways including their complex social structure that is completely dominated by females.  Males, at the bottom of the totem pole, are frequently subjected to fighting with each other to maintain a dominant rank and avoid being forced out of the clan.  This constant struggle elicits aggression between males that results in common neck injuries and open wounds.  The results of these intense battles often heal quickly due to the hyena’s strong immune system and pain tolerance which is another unique feature of the spotted hyena.\r\n\r\nAlongside South African lions (<em>Panthera leo krugeri</em>) and African wild dogs (<em>Lycaon pictus</em>), spotted hyena have been housed at Denver Zoo’s Predator Ridge since 2004, to educate people about social carnivores in an award-winning rotational exhibit.   All of the animals in Predator Ridge, including hyena, have been participants in an elaborate training program that allows them to assist in their own health care as well as provide mental and physical stimulation.  Denver Zoo houses 2.1 spotted hyena adults and throughout the years there have been five litters producing seven cubs total.   When our hyena arrived, our female Ngozi chose to mate with Kibo over his brother Thika.  This resulted in Kibo consistently asserting his dominance over Thika by attacking him and causing reoccurring wounds to his neck and body.   The training program has allowed us to closely monitor the condition of the hyena, treat any wounds, give injections, achieve bimonthly weights, and avoid stressful immobilizations.  Our next challenge was to institute a voluntary blood draw behavior.\r\n\r\n<strong>Methods</strong>\r\nThe first step to training a blood draw behavior with the hyena was to determine how this was going to be accomplished.  Meetings were held with management and vet staff to discuss the most ideal way to approach this task.  At the time of discussion, we chose to train a blood draw behavior in the two males because they had a positive relationship with the vets and a solid injection behavior.  Our female, at the time, had a set of cubs and was still focusing on other behaviors of importance.   Based on the incredible intelligence of spotted hyena it was decided that training a blood draw behavior could be achieved in multiple ways.  It was determined that it would be possible to train Thika to present his neck to draw blood from his jugular vein while training Kibo to present his left rear leg to draw blood from his lateral saphenous vein.\r\n\r\n<img class="alignnone size-full wp-image-1897" title="predator_ridge1" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge1.jpg" alt="predator_ridge1" width="793" height="594" />\r\n\r\nA view of two exhibits at Predator Ridge with lions and hyenas. <em>(Photo by Mike Murray)</em>\r\n\r\n<strong>Methods of Training Thika</strong>\r\nThe decision for choosing the jugular vein for Thika’s blood draw was based on several factors.  One justification was that hyena successfully allowed this blood draw at previous institutions, i.e. Moorpark.  Secondly, Thika frequently offered his neck to keepers since he enjoyed being scratched with a backscratcher.  Due to the fact that Thika is the subordinate male, he occasionally has neck wounds and we are able to treat his wounds with ointments and sprays.  This de-sensitivity to touch was favorable in helping the decision to train this specific behavior.\r\n\r\nThe following were the training steps for Thika’s ‘neck’ behavior:\r\n\r\n<strong>Step 1:</strong> Informal training sessions without diet because if diet was present he would have no interest in being scratched.  Trainer approached Thika with a backscratcher.  Thika presented a side of his neck to be scratched.  Bridged (whistle) and reinforced this behavior.  Rewarded with more scratches.\r\n\r\n<img class="alignnone size-large wp-image-1898" title="hyena" src="http://aecetia.net/gws/aazk/wp-content/uploads/hyena-1024x781.jpg" alt="hyena" width="819" height="625" />\r\n\r\nHyena being scratched with a backscratcher.<em> (Photo by Laura Morrell)</em>\r\n<strong>Step 2:</strong> Similar to Step 1.  While using the backscratcher, trainer shaped his neck position to where the under side of his neck is flushed against the mesh while his face is upwards.  Bridged and reinforced using scratches.\r\n\r\n<strong>Step 3:</strong> Once Step 2 was consistent ……..\r\n\r\n<strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'Training Two Separate Behaviors to Draw Blood  from 2.0 Spotted Hyena Utilizing Operant Conditioning with Positive Reinforcement', 0, '', 'inherit', 'closed', 'closed', '', '1896-revision-2', '', '', '2011-02-23 10:25:29', '2011-02-23 15:25:29', '', 1896, 'http://aazk.org/uncategorized/1896-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1901, 2, '2011-02-23 10:26:16', '2011-02-23 15:26:16', '<em>By Laura Morrell and Mike Murray, Predator Ridge Zoo Keepers\nDenver Zoo, Denver, CO</em>\n\n<strong>Abstract</strong>\nAt Denver Zoo, training spotted hyena (<em>Crocuta crocuta</em>) using operant conditioning has proved to be more than helpful in their mental and physical care.  We are still learning about their extreme intelligence which is often compared to that of the great apes.  Over the past years, we have trained the hyena behaviors to allow hand injections in their hip area, allow staff to look into their mouth, allow keepers to regularly weigh them, and allow staff to apply wound treatments when needed. The next challenge for us was to establish a reliable blood draw behavior.  With advice from our vet and managers, we decided to train a blood draw behavior with our two adult males.  The opportunity arose to train this behavior in two different ways.  1.0 Thika was trained a ‘neck’ behavior which gave the vets access to his jugular vein.  At the same time, 1.0 Kibo was trained a ‘leg’ behavior which gave the vets access to his lateral saphenous vein in his left rear leg.  Both of these behaviors confirmed how intelligent these animals truly are.  The training process presented obstacles with both behaviors which we overcame.  Our vets currently have the ability to effectively draw blood from either male which demonstrates the strengths of a training program founded on the principles of positive reinforcement.\n\n<strong>Introduction</strong>\nThe spotted hyena (<em>Crocuta crocuta</em>) are predators that live in large social groupings known as clans and live in a variety of environments throughout sub-Saharan Africa.   The spotted hyena have an incredible intelligence that is often compared to primates and is demonstrated by the hyena collaborating on projects such as hunting on the plains of Africa and solving puzzles in captive settings (Holekamp et al., 2007).  These extremely adaptive carnivores are unique in many ways including their complex social structure that is completely dominated by females.  Males, at the bottom of the totem pole, are frequently subjected to fighting with each other to maintain a dominant rank and avoid being forced out of the clan.  This constant struggle elicits aggression between males that results in common neck injuries and open wounds.  The results of these intense battles often heal quickly due to the hyena’s strong immune system and pain tolerance which is another unique feature of the spotted hyena.\n\nAlongside South African lions (<em>Panthera leo krugeri</em>) and African wild dogs (<em>Lycaon pictus</em>), spotted hyena have been housed at Denver Zoo’s Predator Ridge since 2004, to educate people about social carnivores in an award-winning rotational exhibit.   All of the animals in Predator Ridge, including hyena, have been participants in an elaborate training program that allows them to assist in their own health care as well as provide mental and physical stimulation.  Denver Zoo houses 2.1 spotted hyena adults and throughout the years there have been five litters producing seven cubs total.   When our hyena arrived, our female Ngozi chose to mate with Kibo over his brother Thika.  This resulted in Kibo consistently asserting his dominance over Thika by attacking him and causing reoccurring wounds to his neck and body.   The training program has allowed us to closely monitor the condition of the hyena, treat any wounds, give injections, achieve bimonthly weights, and avoid stressful immobilizations.  Our next challenge was to institute a voluntary blood draw behavior.\n\n<strong>Methods</strong>\nThe first step to training a blood draw behavior with the hyena was to determine how this was going to be accomplished.  Meetings were held with management and vet staff to discuss the most ideal way to approach this task.  At the time of discussion, we chose to train a blood draw behavior in the two males because they had a positive relationship with the vets and a solid injection behavior.  Our female, at the time, had a set of cubs and was still focusing on other behaviors of importance.   Based on the incredible intelligence of spotted hyena it was decided that training a blood draw behavior could be achieved in multiple ways.  It was determined that it would be possible to train Thika to present his neck to draw blood from his jugular vein while training Kibo to present his left rear leg to draw blood from his lateral saphenous vein.\n\n<img class="alignnone size-full wp-image-1897" title="predator_ridge1" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge1.jpg" alt="predator_ridge1" width="793" height="594" />\n\nA view of two exhibits at Predator Ridge with lions and hyenas. <em>(Photo by Mike Murray)</em>\n\n<strong>Methods of Training Thika</strong>\nThe decision for choosing the jugular vein for Thika’s blood draw was based on several factors.  One justification was that hyena successfully allowed this blood draw at previous institutions, i.e. Moorpark.  Secondly, Thika frequently offered his neck to keepers since he enjoyed being scratched with a backscratcher.  Due to the fact that Thika is the subordinate male, he occasionally has neck wounds and we are able to treat his wounds with ointments and sprays.  This de-sensitivity to touch was favorable in helping the decision to train this specific behavior.\n\nThe following were the training steps for Thika’s ‘neck’ behavior:\n\n<strong>Step 1:</strong> Informal training sessions without diet because if diet was present he would have no interest in being scratched.  Trainer approached Thika with a backscratcher.  Thika presented a side of his neck to be scratched.  Bridged (whistle) and reinforced this behavior.  Rewarded with more scratches.\n\n<img class="alignnone size-large wp-image-1898" title="hyena" src="http://aecetia.net/gws/aazk/wp-content/uploads/hyena-1024x781.jpg" alt="hyena" width="819" height="625" />\n\nHyena being scratched with a backscratcher.<em> (Photo by Laura Morrell)</em>\n<strong>Step 2:</strong> Similar to Step 1.  While using the backscratcher, trainer shaped his neck position to where the under side of his neck is flushed against the mesh while his face is upwards.  Bridged and reinforced using scratches.\n\n<strong>Step 3:</strong> Once Step 2 was consistent ……..\n\n<strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'Training Two Separate Behaviors to Draw Blood  from 2.0 Spotted Hyena Utilizing Operant Conditioning with Positive Reinforcement', 0, '', 'inherit', 'closed', 'closed', '', '1896-revision-3', '', '', '2011-02-23 10:26:16', '2011-02-23 15:26:16', '', 1896, 'http://aazk.org/uncategorized/1896-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1902, 2, '2011-02-23 10:26:32', '2011-02-23 15:26:32', '<em>By Laura Morrell and Mike Murray, Predator Ridge Zoo Keepers\r\nDenver Zoo, Denver, CO</em>\r\n\r\n<strong>Abstract</strong>\r\nAt Denver Zoo, training spotted hyena (<em>Crocuta crocuta</em>) using operant conditioning has proved to be more than helpful in their mental and physical care.  We are still learning about their extreme intelligence which is often compared to that of the great apes.  Over the past years, we have trained the hyena behaviors to allow hand injections in their hip area, allow staff to look into their mouth, allow keepers to regularly weigh them, and allow staff to apply wound treatments when needed. The next challenge for us was to establish a reliable blood draw behavior.  With advice from our vet and managers, we decided to train a blood draw behavior with our two adult males.  The opportunity arose to train this behavior in two different ways.  1.0 Thika was trained a ‘neck’ behavior which gave the vets access to his jugular vein.  At the same time, 1.0 Kibo was trained a ‘leg’ behavior which gave the vets access to his lateral saphenous vein in his left rear leg.  Both of these behaviors confirmed how intelligent these animals truly are.  The training process presented obstacles with both behaviors which we overcame.  Our vets currently have the ability to effectively draw blood from either male which demonstrates the strengths of a training program founded on the principles of positive reinforcement.\r\n\r\n<strong>Introduction</strong>\r\nThe spotted hyena (<em>Crocuta crocuta</em>) are predators that live in large social groupings known as clans and live in a variety of environments throughout sub-Saharan Africa.   The spotted hyena have an incredible intelligence that is often compared to primates and is demonstrated by the hyena collaborating on projects such as hunting on the plains of Africa and solving puzzles in captive settings (Holekamp et al., 2007).  These extremely adaptive carnivores are unique in many ways including their complex social structure that is completely dominated by females.  Males, at the bottom of the totem pole, are frequently subjected to fighting with each other to maintain a dominant rank and avoid being forced out of the clan.  This constant struggle elicits aggression between males that results in common neck injuries and open wounds.  The results of these intense battles often heal quickly due to the hyena’s strong immune system and pain tolerance which is another unique feature of the spotted hyena.\r\n\r\nAlongside South African lions (<em>Panthera leo krugeri</em>) and African wild dogs (<em>Lycaon pictus</em>), spotted hyena have been housed at Denver Zoo’s Predator Ridge since 2004, to educate people about social carnivores in an award-winning rotational exhibit.   All of the animals in Predator Ridge, including hyena, have been participants in an elaborate training program that allows them to assist in their own health care as well as provide mental and physical stimulation.  Denver Zoo houses 2.1 spotted hyena adults and throughout the years there have been five litters producing seven cubs total.   When our hyena arrived, our female Ngozi chose to mate with Kibo over his brother Thika.  This resulted in Kibo consistently asserting his dominance over Thika by attacking him and causing reoccurring wounds to his neck and body.   The training program has allowed us to closely monitor the condition of the hyena, treat any wounds, give injections, achieve bimonthly weights, and avoid stressful immobilizations.  Our next challenge was to institute a voluntary blood draw behavior.\r\n\r\n<strong>Methods</strong>\r\nThe first step to training a blood draw behavior with the hyena was to determine how this was going to be accomplished.  Meetings were held with management and vet staff to discuss the most ideal way to approach this task.  At the time of discussion, we chose to train a blood draw behavior in the two males because they had a positive relationship with the vets and a solid injection behavior.  Our female, at the time, had a set of cubs and was still focusing on other behaviors of importance.   Based on the incredible intelligence of spotted hyena it was decided that training a blood draw behavior could be achieved in multiple ways.  It was determined that it would be possible to train Thika to present his neck to draw blood from his jugular vein while training Kibo to present his left rear leg to draw blood from his lateral saphenous vein.\r\n\r\n<img class="alignnone size-full wp-image-1897" title="predator_ridge1" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge1.jpg" alt="predator_ridge1" width="793" height="594" />\r\n\r\nA view of two exhibits at Predator Ridge with lions and hyenas. <em>(Photo by Mike Murray)</em>\r\n\r\n<strong>Methods of Training Thika</strong>\r\nThe decision for choosing the jugular vein for Thika’s blood draw was based on several factors.  One justification was that hyena successfully allowed this blood draw at previous institutions, i.e. Moorpark.  Secondly, Thika frequently offered his neck to keepers since he enjoyed being scratched with a backscratcher.  Due to the fact that Thika is the subordinate male, he occasionally has neck wounds and we are able to treat his wounds with ointments and sprays.  This de-sensitivity to touch was favorable in helping the decision to train this specific behavior.\r\n\r\nThe following were the training steps for Thika’s ‘neck’ behavior:\r\n\r\n<strong>Step 1:</strong> Informal training sessions without diet because if diet was present he would have no interest in being scratched.  Trainer approached Thika with a backscratcher.  Thika presented a side of his neck to be scratched.  Bridged (whistle) and reinforced this behavior.  Rewarded with more scratches.\r\n\r\n<img class="alignnone size-large wp-image-1898" title="hyena" src="http://aecetia.net/gws/aazk/wp-content/uploads/hyena-1024x781.jpg" alt="hyena" width="819" height="625" />\r\n\r\nHyena being scratched with a backscratcher.<em> (Photo by Laura Morrell)</em>\r\n\r\n<strong>Step 2:</strong> Similar to Step 1.  While using the backscratcher, trainer shaped his neck position to where the under side of his neck is flushed against the mesh while his face is upwards.  Bridged and reinforced using scratches.\r\n\r\n<strong>Step 3:</strong> Once Step 2 was consistent ……..\r\n\r\n<strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'Training Two Separate Behaviors to Draw Blood  from 2.0 Spotted Hyena Utilizing Operant Conditioning with Positive Reinforcement', 0, '', 'inherit', 'closed', 'closed', '', '1896-revision-4', '', '', '2011-02-23 10:26:32', '2011-02-23 15:26:32', '', 1896, 'http://aazk.org/uncategorized/1896-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1903, 2, '2011-02-23 10:27:54', '2011-02-23 15:27:54', '<em>By Laura Morrell and Mike Murray, Predator Ridge Zoo Keepers\nDenver Zoo, Denver, CO</em>\n\n<strong>Abstract</strong>\nAt Denver Zoo, training spotted hyena (<em>Crocuta crocuta</em>) using operant conditioning has proved to be more than helpful in their mental and physical care.  We are still learning about their extreme intelligence which is often compared to that of the great apes.  Over the past years, we have trained the hyena behaviors to allow hand injections in their hip area, allow staff to look into their mouth, allow keepers to regularly weigh them, and allow staff to apply wound treatments when needed. The next challenge for us was to establish a reliable blood draw behavior.  With advice from our vet and managers, we decided to train a blood draw behavior with our two adult males.  The opportunity arose to train this behavior in two different ways.  1.0 Thika was trained a ‘neck’ behavior which gave the vets access to his jugular vein.  At the same time, 1.0 Kibo was trained a ‘leg’ behavior which gave the vets access to his lateral saphenous vein in his left rear leg.  Both of these behaviors confirmed how intelligent these animals truly are.  The training process presented obstacles with both behaviors which we overcame.  Our vets currently have the ability to effectively draw blood from either male which demonstrates the strengths of a training program founded on the principles of positive reinforcement.\n\n<strong>Introduction</strong>\nThe spotted hyena (<em>Crocuta crocuta</em>) are predators that live in large social groupings known as clans and live in a variety of environments throughout sub-Saharan Africa.   The spotted hyena have an incredible intelligence that is often compared to primates and is demonstrated by the hyena collaborating on projects such as hunting on the plains of Africa and solving puzzles in captive settings (Holekamp et al., 2007).  These extremely adaptive carnivores are unique in many ways including their complex social structure that is completely dominated by females.  Males, at the bottom of the totem pole, are frequently subjected to fighting with each other to maintain a dominant rank and avoid being forced out of the clan.  This constant struggle elicits aggression between males that results in common neck injuries and open wounds.  The results of these intense battles often heal quickly due to the hyena’s strong immune system and pain tolerance which is another unique feature of the spotted hyena.\n\nAlongside South African lions (<em>Panthera leo krugeri</em>) and African wild dogs (<em>Lycaon pictus</em>), spotted hyena have been housed at Denver Zoo’s Predator Ridge since 2004, to educate people about social carnivores in an award-winning rotational exhibit.   All of the animals in Predator Ridge, including hyena, have been participants in an elaborate training program that allows them to assist in their own health care as well as provide mental and physical stimulation.  Denver Zoo houses 2.1 spotted hyena adults and throughout the years there have been five litters producing seven cubs total.   When our hyena arrived, our female Ngozi chose to mate with Kibo over his brother Thika.  This resulted in Kibo consistently asserting his dominance over Thika by attacking him and causing reoccurring wounds to his neck and body.   The training program has allowed us to closely monitor the condition of the hyena, treat any wounds, give injections, achieve bimonthly weights, and avoid stressful immobilizations.  Our next challenge was to institute a voluntary blood draw behavior.\n\n<strong>Methods</strong>\nThe first step to training a blood draw behavior with the hyena was to determine how this was going to be accomplished.  Meetings were held with management and vet staff to discuss the most ideal way to approach this task.  At the time of discussion, we chose to train a blood draw behavior in the two males because they had a positive relationship with the vets and a solid injection behavior.  Our female, at the time, had a set of cubs and was still focusing on other behaviors of importance.   Based on the incredible intelligence of spotted hyena it was decided that training a blood draw behavior could be achieved in multiple ways.  It was determined that it would be possible to train Thika to present his neck to draw blood from his jugular vein while training Kibo to present his left rear leg to draw blood from his lateral saphenous vein.\n\n<img class="alignnone size-full wp-image-1897" title="predator_ridge1" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge1.jpg" alt="predator_ridge1" width="793" height="594" />\n\nA view of two exhibits at Predator Ridge with lions and hyenas. <em>(Photo by Mike Murray)</em>\n\n<strong>Methods of Training Thika</strong>\nThe decision for choosing the jugular vein for Thika’s blood draw was based on several factors.  One justification was that hyena successfully allowed this blood draw at previous institutions, i.e. Moorpark.  Secondly, Thika frequently offered his neck to keepers since he enjoyed being scratched with a backscratcher.  Due to the fact that Thika is the subordinate male, he occasionally has neck wounds and we are able to treat his wounds with ointments and sprays.  This de-sensitivity to touch was favorable in helping the decision to train this specific behavior.\n\nThe following were the training steps for Thika’s ‘neck’ behavior:\n\n<strong>Step 1:</strong> Informal training sessions without diet because if diet was present he would have no interest in being scratched.  Trainer approached Thika with a backscratcher.  Thika presented a side of his neck to be scratched.  Bridged (whistle) and reinforced this behavior.  Rewarded with more scratches.\n\n<img class="alignnone size-large wp-image-1898" title="hyena" src="http://aecetia.net/gws/aazk/wp-content/uploads/hyena-1024x781.jpg" alt="hyena" width="819" height="625" />\n\nHyena being scratched with a backscratcher.<em> (Photo by Laura Morrell)</em>\n\n<strong>Step 2:</strong> Similar to Step 1.  While using the backscratcher, trainer shaped his neck position to where the under side of his neck is flushed against the mesh while his face is upwards.  Bridged and reinforced using scratches.\n\n<strong>Step 3:</strong> Once Step 2 was consistent ……..\n\n<strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'Training Two Separate Behaviors to Draw Blood  from 2.0 Spotted Hyena Utilizing Operant Conditioning with Positive Reinforcement', 0, '', 'inherit', 'closed', 'closed', '', '1896-autosave', '', '', '2011-02-23 10:27:54', '2011-02-23 15:27:54', '', 1896, 'http://aazk.org/uncategorized/1896-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2175, 2, '2011-10-05 09:47:05', '2011-10-05 14:47:05', '<p style="text-align: center;"><img class="size-full wp-image-1475 aligncenter" title="training_tales3" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales3.jpg" alt="training_tales3" width="476" height="102" /></p>\r\n\r\n<p style="text-align: left;"><em>By Barbara Heidenreich, Animal Training and Consulting Services, Good Bird Inc.,</em>\r\n<em>Erik Corredor, Dallas Zoo and Nathan Compton, Dallas Zoo</em>\r\n<p style="text-align: left;"></p>\r\n\r\n<p style="text-align: left;"><strong>Introduction</strong>\r\nThe Wings of Wonder section of the Dallas Zoo is home to a variety of raptor and new world vulture species. The recently refurbished exhibit is primarily designed to give zoo guests the opportunity to view these impressive birds of prey in their large, attractive and naturalistic enclosures. There is an additional goal of obtaining reproductive success with a number of the species on display. To date a pair of King Vultures (Sarcoramphus papa) has successfully reproduced while housed at the refurbished Wings of Wonder.\r\n<p style="text-align: left;">In the past caring for exhibit and birds in reproduction programs has usually involved a “less is more approach.” The idea being that the fewer disturbances a keeper makes in a bird’s life, the more likely the bird is to show behaviors indicating comfort and therefore potentially breed. However, with the addition of an animal training consultant and zoo keeping staff members with experience and interest in training, it was decided a different approach could prove successful.</p>\r\n<p style="text-align: left;">In 2007 it was decided a proactive approach to training would be implemented for the birds in Wings of Wonder. The goal was to train as many birds as possible for behaviors that would facilitate husbandry and daily care.  Initially several of the vulture species were identified as excellent training candidates. The criteria used to determine this was the level of comfort in close proximity to keepers and their willingness to accept food from keepers.  A female Andean Condor (Vultur gryphus) was involved in the training program until her transfer to another facility. The King Vultures were successfully trained to target, shift, enter a kennel, present a foot, and allow tactile to the chest. They also bred and raised offspring and participated in training throughout the process. The offspring also learned to target and stand on a scale.</p>\r\n<p style="text-align: left;">As training proved to produce positive results it was decided to consider adding other candidates to the training roster. Another bird that demonstrated a high level of comfort in the presence of the keepers was a female Harpy Eagle (Harpia harpyja) named Killa (pronounced kee ya).</p>\r\n\r\n<p style="text-align: left;"><strong>The Training Candidate</strong>\r\nThe Harpy Eagle is one of the largest species of eagle. They can weigh from ten to 20 pounds and have a six-and-a-half-foot wingspan. Their talons are comparable in size to the claws of a grizzly bear.  They feed primarily on animals that live in the trees, like sloths, monkeys, opossums, and some reptiles and birds. Harpy Eagles are highly maneuverable fliers and strike their prey after a rapid pursuit through the trees.\r\n<p style="text-align: left;">Killa was hatched in 2002 at the Avian Propagation Center at the San Diego Zoo. Hatched in an incubator, she was then hand-raised using techniques to avoid imprinting on humans. While in the brooder she was covered with a towel, set behind a curtain, and a CD of rainforest sounds was used to drown out the sounds of human voices. During feeding keepers placed a sheet over their heads and used a Harpy Eagle puppet to deliver food.</p>\r\n<p style="text-align: left;">Because of her large size and power, birds such as Killa have traditionally been regarded as potentially dangerous. For safety purposes the Dallas Zoo policy requires that a keeper is only allowed to enter her enclosure if another keeper is present. However what keepers observed was a bird that appeared quite comfortable in the presence of people. She had never been observed to present aggressive behavior. Nor did she demonstrate a fear response. This in part may be the result of her experiences as a chick with humans at the Avian Propagation Center. Other individual birds in Wings of Wonder such as the much smaller Ornate Hawk Eagle (<em>Spizaetus ornatus</em>) would show overt aggressive behavior, flying directly at keepers. The Spectacled Owls (<em>Pulsatrix perspicillata</em>) showed extreme fear responses and escape behavior when keepers were present. Compared to these individuals Killa appeared to be a training candidate with excellent potential.</p>\r\n<p style="text-align: left;">With the permission of the curator Killa became the next training subject for the Wings of Wonder team.</p>\r\n<p style="text-align: left;"><img class="alignnone size-full wp-image-2170" title="harpy_eagle" src="http://aecetia.net/gws/aazk/wp-content/uploads/harpy_eagle.jpg" alt="harpy_eagle" width="800" height="601" /></p>\r\n<p style="text-align: center;"><strong>Harpy Eagle at Dallas Zoo</strong> <em> (Photo: ZooChat.com)</em></p>\r\n\r\n<div>\r\n<div><strong>Initial Training</strong></div>\r\n<div>Traditional raptor training practices often involve capturing and restraining a bird to get a bird on a scale to determine a “starting” weight for training. However, the process of grabbing and restraining a bird against its will is contradictory to the goals of a positive reinforcement training program. Furthermore knowing the weight of an animal is not necessarily important to reaching training goals. While the information can be of interest for evaluating health, it is not required to train an animal.  Instead keepers tried to ascertain based on observations, the amount of food Killa typically ate in a day.  They also observed her responsiveness to food when she was relaxed and comfortable. More or less food could be added or removed from the diet based on her response during a training session to maintain an adequate level of interest in training. This amount changed in correlation with the time of year. Colder temperatures meant an increase in diet. Warmer weather meant a decrease.</div>\r\n<div>Because Killa showed a high level of comfort around people she readily took food from keepers in the first training session. Per zoo policy the food was offered from hemostats as opposed to hands. Training was initiated with keepers outside of the enclosure. The first behavior Killa learned was to target. The target was a blue plastic circle attached to a dog clip. The target could be hung on the outside of the cage near the eagle. At first food was held near the target. Killa learned to touch the blue target with her beak to earn the food reinforcer. In the early stages of training, the target became a useful tool to call Killa to the front of the cage for keeper talks. This offered zoo guests a great opportunity to see the impressive wingspan of a Harpy Eagle as she flew to the front of the enclosure.</div>\r\n<div>The target was also used to call her to the back of the cage to work on training other behaviors. To initiate introduction of a kennel, the target was used as a means to pair reinforcers with the kennel. The kennel was placed outside of the enclosure and Killa was reinforced for targeting nearby.</div><br>\r\n<div><strong>Success Leads to More Training Goals</strong></div>\r\n<div>As hoped, Killa learned quickly and was an eager participant. In addition her continued calm demeanor helped increase the teams’ confidence that the presentation of aggressive behavior would be very unlikely. Because of this keepers moved from training outside of the enclosure to training inside.</div><br>\r\n<div>Very quickly Killa learned to…….</div><br>\r\n<div><strong>Want to discover more great training ideas? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry and enrichment ideas and information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></div>\r\n</div>', 'Harpy Eagle Training:  Exploring the Potential of Positive Reinforcement', 0, '', 'inherit', 'closed', 'closed', '', '2169-revision-4', '', '', '2011-10-05 09:47:05', '2011-10-05 14:47:05', '', 2169, 'http://aazk.org/uncategorized/2169-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1905, 1, '2011-02-23 09:49:27', '2011-02-23 14:49:27', '<span style="color: #ff0000;"><strong>Come on, you know you want to!!! </strong></span>It is once again time to elect Board of Directors for the  Association.  There are three positions up for election.  These  positions are held by Shane Good, Bob Cisneros and Gisela Wiggins.  New  Board members will serve a four-year term from the close of the 2011  National Conference until the conclusion of the 2015 National  Conference.  If interested in submitting a nomination please fill out  the forms located in the <a href="../members/login.php">Members Only</a> section of the website.', 'Final Call for Election 2011', 0, '', 'inherit', 'closed', 'closed', '', '1886-revision-2', '', '', '2011-02-23 09:49:27', '2011-02-23 14:49:27', '', 1886, 'http://aazk.org/uncategorized/1886-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1909, 2, '2010-04-15 09:40:00', '2010-04-15 14:40:00', '<strong>\r\nBOWLING FOR RHINOS\r\nCONSERVATION RESOURCE GRANT\r\n<em>Application Instructions</em></strong>\r\n\r\n<span style="color: #ff0000;"><strong>AAZK will only consider complete proposals received no later than June 1st for funding.</strong></span>\r\n<strong>\r\nA.    You must submit the following items:</strong>\r\n1.    AAZK Bowling for Rhinos Conservation Resource Grant application form, completed in English (5 pages maximum)\r\n2.    Your resume (3 pages maximum)\r\n3.    Unless you are the executive director, a letter of recommendation from the executive director of your zoo or conservation organization, and/or a letter from an advisor if you are a student\r\n<strong>\r\nB.    Projects should meet criteria in one of the following four categories:</strong>\r\n1.    In-situ Rhino Conservation and Research – field research or conservation project focusing on African or Asian rhino species\r\n2.    In-situ Community, Educational, or Medical Program – community education, school support or medical programs in Africa or Asia\r\n3.    In-situ Species Conservation – field research or conservation project that focuses on any species sharing the same ecosystem with Javan, Sumatran, Black, or White Rhino\r\n4.    Ex-situ Rhino Conservation and Research – zoological research project on a rhino species that partners with a rhino conservation entity operating in Asia or Africa, combined with a tangible benefit to an in-situ conservation project\r\n<strong>\r\nC.    You need not be an AAZK member or affiliated with AAZK in order to apply, however preference may be given to AAZK Members or Conservation Partners. </strong>\r\n\r\n<strong>D.    Award announcements will be made on July 1st.</strong>\r\n\r\n<strong>E.    The amount of funding requested must be equal to or less than 1,835.71 US dollars.  The amount available is based on a percentage of the annual Bowling for Rhinos funds raised. </strong>\r\n<strong>\r\nSend all application material to:</strong>\r\namanda.kamradt@aecetia.net/gws/aazk\r\nor\r\nAmanda Kamradt\r\nHooves and Horns\r\nFranklin Park Zoo\r\n1 Franklin Park Road\r\nBoston, MA 02121\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_grant_app.doc">Download</a> the application in Word format.\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_grant_app.pdf">Download</a> the application in Adobe pdf format.', 'BFR Grant Application Instructions', 0, '', 'inherit', 'closed', 'closed', '', '1226-revision-v1', '', '', '2010-04-15 09:40:00', '2010-04-15 14:40:00', '', 1226, 'http://aazk.org/uncategorized/1226-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1910, 2, '2011-03-19 18:00:04', '2011-03-19 23:00:04', '<strong>\r\nBOWLING FOR RHINOS\r\nCONSERVATION RESOURCE GRANT\r\n<em>Application Instructions</em></strong>\r\n\r\n<span style="color: #ff0000;"><strong>AAZK will only consider complete proposals received no later than June 1st for funding.</strong></span>\r\n\r\n<strong>A.    You must submit the following items:</strong>\r\n1.    AAZK Bowling for Rhinos Conservation Resource Grant application form, completed in English (3 pages maximum)\r\n2.    Your resume (3 pages maximum)\r\n3.    Unless you are the executive director, a letter of recommendation from the executive director of your zoo or conservation organization, and/or a letter from an advisor if you are a student\r\n\r\n<strong>B.    Projects should meet criteria in one of the following four categories:</strong>\r\n1.    <em>In-situ Rhino Conservation and Research</em> – field research or conservation project focusing on African or Asian rhino species\r\n2.    <em>In-situ Community, Educational, or Medical Program</em> – community education, school support or medical programs in Africa or Asia\r\n3.   <em> In-situ Species Conservation</em> – field research or conservation project that focuses on any species sharing the same ecosystem with Javan, Sumatran, Black, or White Rhino\r\n4.    <em>Ex-situ Rhino Conservation and Research</em> – zoological research project on a rhino species that partners with a rhino conservation entity operating in Asia or Africa, combined with a tangible benefit to an in-situ conservation project\r\n\r\n<strong>C.    You need not be an AAZK member or affiliated with AAZK in order to apply, however preference may be given to AAZK Members or Conservation Partners. </strong>\r\n<strong>\r\nD.    Award announcements will be made on July 1st.</strong>\r\n\r\n<strong>E.    The amount of funding requested must be equal to or less than $1,828.41 US dollars.  The amount available is based on a percentage of the annual Bowling for Rhinos funds raised. </strong>\r\n<span style="color: #ff0000;"><em><strong>\r\nSend all application material to:</strong></em></span>\r\n<a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a>\r\nor\r\nAmanda Kamradt\r\nHooves and Horns\r\nFranklin Park Zoo\r\n1 Franklin Park Road\r\nBoston, MA 02121\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_grant_app_2011.doc">Download</a> the application in Word format.\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_grant_app_2011.pdf">Download</a> the application in Adobe pdf format.', 'BFR Grant Application Instructions', 0, '', 'inherit', 'closed', 'closed', '', '1226-revision-v1', '', '', '2011-03-19 18:00:04', '2011-03-19 23:00:04', '', 1226, 'http://aazk.org/uncategorized/1226-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2826, 2, '2012-02-11 16:41:15', '2012-02-11 21:41:15', '<strong>\r\nBOWLING FOR RHINOS\r\nCONSERVATION RESOURCE GRANT\r\n<em>Application Instructions</em></strong>\r\n\r\n<span style="color: #ff0000;"><strong>AAZK will only consider complete proposals received no later than June 1st for funding.</strong></span>\r\n\r\n<strong>A.    You must submit the following items:</strong>\r\n1.    AAZK Bowling for Rhinos Conservation Resource Grant application form, completed in English (3 pages maximum)\r\n2.    Your resume (3 pages maximum)\r\n3.    Unless you are the executive director, a letter of recommendation from the executive director of your zoo or conservation organization, and/or a letter from an advisor if you are a student\r\n\r\n<strong>B.    Projects should meet criteria in one of the following four categories:</strong>\r\n1.    <em>In-situ Rhino Conservation and Research</em> – field research or conservation project focusing on African or Asian rhino species\r\n2.    <em>In-situ Community, Educational, or Medical Program</em> – community education, school support or medical programs in Africa or Asia\r\n3.   <em> In-situ Species Conservation</em> – field research or conservation project that focuses on any species sharing the same ecosystem with Javan, Sumatran, Black, or White Rhino\r\n4.    <em>Ex-situ Rhino Conservation and Research</em> – zoological research project on a rhino species that partners with a rhino conservation entity operating in Asia or Africa, combined with a tangible benefit to an in-situ conservation project\r\n\r\n<strong>C.    You need not be an AAZK member or affiliated with AAZK in order to apply, however preference may be given to AAZK Members or Conservation Partners. </strong>\r\n<strong>\r\nD.    Award announcements will be made on July 1st.</strong>\r\n\r\n<strong>E.    The amount of funding requested must be equal to or less than $2300.29 US dollars.  The amount available is based on a percentage of the annual Bowling for Rhinos funds raised. </strong>\r\n<span style="color: #ff0000;"><em><strong>\r\nSend all application material to:</strong></em></span>\r\n<a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a>\r\nor\r\nAmanda Kamradt\r\nHooves and Horns\r\nFranklin Park Zoo\r\n1 Franklin Park Road\r\nBoston, MA 02121\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_grant_app_2011.doc">Download</a> the application in Word format.\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_grant_app_2011.pdf">Download</a> the application in Adobe pdf format.', 'BFR Grant Application Instructions', 0, '', 'inherit', 'closed', 'closed', '', '1226-revision-v1', '', '', '2012-02-11 16:41:15', '2012-02-11 21:41:15', '', 1226, 'http://aazk.org/uncategorized/1226-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1911, 2, '2011-02-23 09:31:37', '2011-02-23 14:31:37', '<h2><span style="color: #ff0000;">Application Deadline is June 1, 2011</span></h2>\r\nThe American Association of Zoo Keepers, Inc.  (AAZK) is pleased to announce the call for proposals for the Bowling for Rhinos Conservation Resource Fund. This competitive grant is designed to fund projects focused on rhino conservation and research. Successful proposals will reflect AAZK values and meet award criteria in one of four categories:\r\n<strong>·    Category I - In-situ Rhino Conservation and Research-</strong>\r\nShort-term (less than one year), specific, field research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner.\r\n<strong>·    Category 2 - In–situ Community, Educational or Medical Programs (Africa or Asia)-</strong>\r\nCommunity education, school support or medical programs developed or administrated by an individual working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner restricted to the continents of Africa or Asia. Preference may be given to local programs established and/or administrated by LWC (Lewa Wildlife Conservancy), IRF (International Rhino Foundation) or ACK (Action for Cheetahs in Kenya) endorsed partners.\r\n<strong>·    Category 3 - In-situ Species Conservation-</strong>\r\nShort-term (less than one year), specific, field research projects on any species that shares the exact same ecosystem as: Asian, Java, Sumatran, and African Black or White rhino.\r\n<strong>·    Category 4 - Ex-situ Rhino Conservation and Research –</strong>\r\nShort-term (less than one year), specific, zoological research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner. Researcher(s) must be able to demonstrate evidence of partnership with a rhino conservation entity operating in Asia or Africa combined with a tangible benefit to an in-situ conservation project.\r\n\r\n<strong>Eligibility</strong>\r\nAffiliation or partnership with AAZK is not required, but preference may be given to AAZK Members or Conservation Partners.\r\n<span style="color: #ff0000;"><em><strong>Applications are due no later the June 1st.</strong></em></span> Award announcements will be made on July 1.  Application information is available on the AAZK website, <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>. Go to the About Us on the homepage, then to Bowling for Rhinos for info and anapplication.  Completed applications may be e-mailed to AAZK Conservation Committee Chair Amanda Kamradt at <a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a>, or mailed to: Amanda Kamradt, Hooves and Horns, Franklin Park Zoo, 1 Franklin Park Road, Boston, MA 02121.\r\n<span style="color: #ff0000;"><strong>Applications are due no later the June 1 of each calendar year.</strong></span> Award announcements will be made on July 1.\r\n\r\n<a class="thickbox" href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bfr-grant-application-instructions/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Application instructions.</a>', 'Bowling for Rhinos Conservation Resource Fund Grant', 0, '', 'inherit', 'closed', 'closed', '', '1221-revision-v1', '', '', '2011-02-23 09:31:37', '2011-02-23 14:31:37', '', 1221, 'http://aazk.org/uncategorized/1221-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2174, 2, '2011-10-05 09:45:46', '2011-10-05 14:45:46', '<p style="text-align: center;"><img class="size-full wp-image-1475 aligncenter" title="training_tales3" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales3.jpg" alt="training_tales3" width="476" height="102" /></p>\r\n\r\n<p style="text-align: left;"><em>By Barbara Heidenreich, Animal Training and Consulting Services, Good Bird Inc.,</em>\r\n<em>Erik Corredor, Dallas Zoo and Nathan Compton, Dallas Zoo</em>\r\n<p style="text-align: left;"></p>\r\n\r\n<p style="text-align: left;"><strong>Introduction</strong>\r\nThe Wings of Wonder section of the Dallas Zoo is home to a variety of raptor and new world vulture species. The recently refurbished exhibit is primarily designed to give zoo guests the opportunity to view these impressive birds of prey in their large, attractive and naturalistic enclosures. There is an additional goal of obtaining reproductive success with a number of the species on display. To date a pair of King Vultures (Sarcoramphus papa) has successfully reproduced while housed at the refurbished Wings of Wonder.\r\n<p style="text-align: left;">In the past caring for exhibit and birds in reproduction programs has usually involved a “less is more approach.” The idea being that the fewer disturbances a keeper makes in a bird’s life, the more likely the bird is to show behaviors indicating comfort and therefore potentially breed. However, with the addition of an animal training consultant and zoo keeping staff members with experience and interest in training, it was decided a different approach could prove successful.</p>\r\n<p style="text-align: left;">In 2007 it was decided a proactive approach to training would be implemented for the birds in Wings of Wonder. The goal was to train as many birds as possible for behaviors that would facilitate husbandry and daily care.  Initially several of the vulture species were identified as excellent training candidates. The criteria used to determine this was the level of comfort in close proximity to keepers and their willingness to accept food from keepers.  A female Andean Condor (Vultur gryphus) was involved in the training program until her transfer to another facility. The King Vultures were successfully trained to target, shift, enter a kennel, present a foot, and allow tactile to the chest. They also bred and raised offspring and participated in training throughout the process. The offspring also learned to target and stand on a scale.</p>\r\n<p style="text-align: left;">As training proved to produce positive results it was decided to consider adding other candidates to the training roster. Another bird that demonstrated a high level of comfort in the presence of the keepers was a female Harpy Eagle (Harpia harpyja) named Killa (pronounced kee ya).</p>\r\n\r\n<p style="text-align: left;"><strong>The Training Candidate</strong>\r\nThe Harpy Eagle is one of the largest species of eagle. They can weigh from ten to 20 pounds and have a six-and-a-half-foot wingspan. Their talons are comparable in size to the claws of a grizzly bear.  They feed primarily on animals that live in the trees, like sloths, monkeys, opossums, and some reptiles and birds. Harpy Eagles are highly maneuverable fliers and strike their prey after a rapid pursuit through the trees.\r\n<p style="text-align: left;">Killa was hatched in 2002 at the Avian Propagation Center at the San Diego Zoo. Hatched in an incubator, she was then hand-raised using techniques to avoid imprinting on humans. While in the brooder she was covered with a towel, set behind a curtain, and a CD of rainforest sounds was used to drown out the sounds of human voices. During feeding keepers placed a sheet over their heads and used a Harpy Eagle puppet to deliver food.</p>\r\n<p style="text-align: left;">Because of her large size and power, birds such as Killa have traditionally been regarded as potentially dangerous. For safety purposes the Dallas Zoo policy requires that a keeper is only allowed to enter her enclosure if another keeper is present. However what keepers observed was a bird that appeared quite comfortable in the presence of people. She had never been observed to present aggressive behavior. Nor did she demonstrate a fear response. This in part may be the result of her experiences as a chick with humans at the Avian Propagation Center. Other individual birds in Wings of Wonder such as the much smaller Ornate Hawk Eagle (<em>Spizaetus ornatus</em>) would show overt aggressive behavior, flying directly at keepers. The Spectacled Owls (<em>Pulsatrix perspicillata</em>) showed extreme fear responses and escape behavior when keepers were present. Compared to these individuals Killa appeared to be a training candidate with excellent potential.</p>\r\n<p style="text-align: left;">With the permission of the curator Killa became the next training subject for the Wings of Wonder team.</p>\r\n<p style="text-align: left;"><img class="alignnone size-full wp-image-2170" title="harpy_eagle" src="http://aecetia.net/gws/aazk/wp-content/uploads/harpy_eagle.jpg" alt="harpy_eagle" width="800" height="601" /></p>\r\n<p style="text-align: center;"><strong>Harpy Eagle at Dallas Zoo</strong> <em> (Photo: ZooChat.com)</em></p>\r\n\r\n<div>\r\n<div><strong>Initial Training</strong></div>\r\n<div>Traditional raptor training practices often involve capturing and restraining a bird to get a bird on a scale to determine a “starting” weight for training. However, the process of grabbing and restraining a bird against its will is contradictory to the goals of a positive reinforcement training program. Furthermore knowing the weight of an animal is not necessarily important to reaching training goals. While the information can be of interest for evaluating health, it is not required to train an animal.  Instead keepers tried to ascertain based on observations, the amount of food Killa typically ate in a day.  They also observed her responsiveness to food when she was relaxed and comfortable. More or less food could be added or removed from the diet based on her response during a training session to maintain an adequate level of interest in training. This amount changed in correlation with the time of year. Colder temperatures meant an increase in diet. Warmer weather meant a decrease.</div>\r\n<div>Because Killa showed a high level of comfort around people she readily took food from keepers in the first training session. Per zoo policy the food was offered from hemostats as opposed to hands. Training was initiated with keepers outside of the enclosure. The first behavior Killa learned was to target. The target was a blue plastic circle attached to a dog clip. The target could be hung on the outside of the cage near the eagle. At first food was held near the target. Killa learned to touch the blue target with her beak to earn the food reinforcer. In the early stages of training, the target became a useful tool to call Killa to the front of the cage for keeper talks. This offered zoo guests a great opportunity to see the impressive wingspan of a Harpy Eagle as she flew to the front of the enclosure.</div>\r\n<div>The target was also used to call her to the back of the cage to work on training other behaviors. To initiate introduction of a kennel, the target was used as a means to pair reinforcers with the kennel. The kennel was placed outside of the enclosure and Killa was reinforced for targeting nearby.</div>\r\n<div></div>\r\n<div><strong>Success Leads to More Training Goals</strong></div>\r\n<div>As hoped, Killa learned quickly and was an eager participant. In addition her continued calm demeanor helped increase the teams’ confidence that the presentation of aggressive behavior would be very unlikely. Because of this keepers moved from training outside of the enclosure to training inside.</div>\r\n<div></div>\r\n<div>Very quickly Killa learned to…….</div>\r\n<div></div>\r\n<div><strong>Want to discover more great training ideas? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry and enrichment ideas and information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></div>\r\n</div>', 'Harpy Eagle Training:  Exploring the Potential of Positive Reinforcement', 0, '', 'inherit', 'closed', 'closed', '', '2169-revision-3', '', '', '2011-10-05 09:45:46', '2011-10-05 14:45:46', '', 2169, 'http://aazk.org/uncategorized/2169-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2173, 2, '2011-10-05 09:43:38', '2011-10-05 14:43:38', '<p style="text-align: center;"><img class="size-full wp-image-1475 aligncenter" title="training_tales3" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales3.jpg" alt="training_tales3" width="476" height="102" /></p>\r\n\r\n<p style="text-align: left;"><em>By Barbara Heidenreich, Animal Training and Consulting Services, Good Bird Inc.,</em>\r\n<em>Erik Corredor, Dallas Zoo and Nathan Compton, Dallas Zoo</em>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Introduction</strong></p>\r\n<p style="text-align: left;">The Wings of Wonder section of the Dallas Zoo is home to a variety of raptor and new world vulture species. The recently refurbished exhibit is primarily designed to give zoo guests the opportunity to view these impressive birds of prey in their large, attractive and naturalistic enclosures. There is an additional goal of obtaining reproductive success with a number of the species on display. To date a pair of King Vultures (Sarcoramphus papa) has successfully reproduced while housed at the refurbished Wings of Wonder.</p>\r\n<p style="text-align: left;">In the past caring for exhibit and birds in reproduction programs has usually involved a “less is more approach.” The idea being that the fewer disturbances a keeper makes in a bird’s life, the more likely the bird is to show behaviors indicating comfort and therefore potentially breed. However, with the addition of an animal training consultant and zoo keeping staff members with experience and interest in training, it was decided a different approach could prove successful.</p>\r\n<p style="text-align: left;">In 2007 it was decided a proactive approach to training would be implemented for the birds in Wings of Wonder. The goal was to train as many birds as possible for behaviors that would facilitate husbandry and daily care.  Initially several of the vulture species were identified as excellent training candidates. The criteria used to determine this was the level of comfort in close proximity to keepers and their willingness to accept food from keepers.  A female Andean Condor (Vultur gryphus) was involved in the training program until her transfer to another facility. The King Vultures were successfully trained to target, shift, enter a kennel, present a foot, and allow tactile to the chest. They also bred and raised offspring and participated in training throughout the process. The offspring also learned to target and stand on a scale.</p>\r\n<p style="text-align: left;">As training proved to produce positive results it was decided to consider adding other candidates to the training roster. Another bird that demonstrated a high level of comfort in the presence of the keepers was a female Harpy Eagle (Harpia harpyja) named Killa (pronounced kee ya).</p>\r\n<p style="text-align: left;"><strong>The Training Candidate</strong></p>\r\n<p style="text-align: left;">The Harpy Eagle is one of the largest species of eagle. They can weigh from ten to 20 pounds and have a six-and-a-half-foot wingspan. Their talons are comparable in size to the claws of a grizzly bear.  They feed primarily on animals that live in the trees, like sloths, monkeys, opossums, and some reptiles and birds. Harpy Eagles are highly maneuverable fliers and strike their prey after a rapid pursuit through the trees.</p>\r\n<p style="text-align: left;">Killa was hatched in 2002 at the Avian Propagation Center at the San Diego Zoo. Hatched in an incubator, she was then hand-raised using techniques to avoid imprinting on humans. While in the brooder she was covered with a towel, set behind a curtain, and a CD of rainforest sounds was used to drown out the sounds of human voices. During feeding keepers placed a sheet over their heads and used a Harpy Eagle puppet to deliver food.</p>\r\n<p style="text-align: left;">Because of her large size and power, birds such as Killa have traditionally been regarded as potentially dangerous. For safety purposes the Dallas Zoo policy requires that a keeper is only allowed to enter her enclosure if another keeper is present. However what keepers observed was a bird that appeared quite comfortable in the presence of people. She had never been observed to present aggressive behavior. Nor did she demonstrate a fear response. This in part may be the result of her experiences as a chick with humans at the Avian Propagation Center. Other individual birds in Wings of Wonder such as the much smaller Ornate Hawk Eagle (<em>Spizaetus ornatus</em>) would show overt aggressive behavior, flying directly at keepers. The Spectacled Owls (<em>Pulsatrix perspicillata</em>) showed extreme fear responses and escape behavior when keepers were present. Compared to these individuals Killa appeared to be a training candidate with excellent potential.</p>\r\n<p style="text-align: left;">With the permission of the curator Killa became the next training subject for the Wings of Wonder team.</p>\r\n<p style="text-align: left;"><img class="alignnone size-full wp-image-2170" title="harpy_eagle" src="http://aecetia.net/gws/aazk/wp-content/uploads/harpy_eagle.jpg" alt="harpy_eagle" width="800" height="601" /></p>\r\n\r\n<p style="text-align: center;"><strong>Harpy Eagle at Dallas Zoo</strong> <em> (Photo: ZooChat.com)</em>\r\n<div>\r\n<div><strong>Initial Training</strong></div>\r\n<div>Traditional raptor training practices often involve capturing and restraining a bird to get a bird on a scale to determine a “starting” weight for training. However, the process of grabbing and restraining a bird against its will is contradictory to the goals of a positive reinforcement training program. Furthermore knowing the weight of an animal is not necessarily important to reaching training goals. While the information can be of interest for evaluating health, it is not required to train an animal.  Instead keepers tried to ascertain based on observations, the amount of food Killa typically ate in a day.  They also observed her responsiveness to food when she was relaxed and comfortable. More or less food could be added or removed from the diet based on her response during a training session to maintain an adequate level of interest in training. This amount changed in correlation with the time of year. Colder temperatures meant an increase in diet. Warmer weather meant a decrease.</div>\r\n<div></div>\r\n<div>Because Killa showed a high level of comfort around people she readily took food from keepers in the first training session. Per zoo policy the food was offered from hemostats as opposed to hands. Training was initiated with keepers outside of the enclosure. The first behavior Killa learned was to target. The target was a blue plastic circle attached to a dog clip. The target could be hung on the outside of the cage near the eagle. At first food was held near the target. Killa learned to touch the blue target with her beak to earn the food reinforcer. In the early stages of training, the target became a useful tool to call Killa to the front of the cage for keeper talks. This offered zoo guests a great opportunity to see the impressive wingspan of a Harpy Eagle as she flew to the front of the enclosure.</div>\r\n<div></div>\r\n<div>The target was also used to call her to the back of the cage to work on training other behaviors. To initiate introduction of a kennel, the target was used as a means to pair reinforcers with the kennel. The kennel was placed outside of the enclosure and Killa was reinforced for targeting nearby.</div>\r\n<div></div>\r\n<div><strong>Success Leads to More Training Goals</strong></div>\r\n<div>As hoped, Killa learned quickly and was an eager participant. In addition her continued calm demeanor helped increase the teams’ confidence that the presentation of aggressive behavior would be very unlikely. Because of this keepers moved from training outside of the enclosure to training inside.</div>\r\n<div></div>\r\n<div>Very quickly Killa learned to…….</div>\r\n<div></div>\r\n<div><strong>Want to discover more great training ideas? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry and enrichment ideas and information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></div>\r\n<div></div>\r\n</div>', 'Harpy Eagle Training:  Exploring the Potential of Positive Reinforcement', 0, '', 'inherit', 'closed', 'closed', '', '2169-revision-2', '', '', '2011-10-05 09:43:38', '2011-10-05 14:43:38', '', 2169, 'http://aazk.org/uncategorized/2169-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2172, 2, '2011-10-05 09:46:51', '2011-10-05 14:46:51', '<p style="text-align: center;"><img class="size-full wp-image-1475 aligncenter" title="training_tales3" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales3.jpg" alt="training_tales3" width="476" height="102" /></p>\n\n<p style="text-align: left;"><em>By Barbara Heidenreich, Animal Training and Consulting Services, Good Bird Inc.,</em>\n<em>Erik Corredor, Dallas Zoo and Nathan Compton, Dallas Zoo</em>\n<p style="text-align: left;"></p>\n\n<p style="text-align: left;"><strong>Introduction</strong>\nThe Wings of Wonder section of the Dallas Zoo is home to a variety of raptor and new world vulture species. The recently refurbished exhibit is primarily designed to give zoo guests the opportunity to view these impressive birds of prey in their large, attractive and naturalistic enclosures. There is an additional goal of obtaining reproductive success with a number of the species on display. To date a pair of King Vultures (Sarcoramphus papa) has successfully reproduced while housed at the refurbished Wings of Wonder.\n<p style="text-align: left;">In the past caring for exhibit and birds in reproduction programs has usually involved a “less is more approach.” The idea being that the fewer disturbances a keeper makes in a bird’s life, the more likely the bird is to show behaviors indicating comfort and therefore potentially breed. However, with the addition of an animal training consultant and zoo keeping staff members with experience and interest in training, it was decided a different approach could prove successful.</p>\n<p style="text-align: left;">In 2007 it was decided a proactive approach to training would be implemented for the birds in Wings of Wonder. The goal was to train as many birds as possible for behaviors that would facilitate husbandry and daily care.  Initially several of the vulture species were identified as excellent training candidates. The criteria used to determine this was the level of comfort in close proximity to keepers and their willingness to accept food from keepers.  A female Andean Condor (Vultur gryphus) was involved in the training program until her transfer to another facility. The King Vultures were successfully trained to target, shift, enter a kennel, present a foot, and allow tactile to the chest. They also bred and raised offspring and participated in training throughout the process. The offspring also learned to target and stand on a scale.</p>\n<p style="text-align: left;">As training proved to produce positive results it was decided to consider adding other candidates to the training roster. Another bird that demonstrated a high level of comfort in the presence of the keepers was a female Harpy Eagle (Harpia harpyja) named Killa (pronounced kee ya).</p>\n\n<p style="text-align: left;"><strong>The Training Candidate</strong>\nThe Harpy Eagle is one of the largest species of eagle. They can weigh from ten to 20 pounds and have a six-and-a-half-foot wingspan. Their talons are comparable in size to the claws of a grizzly bear.  They feed primarily on animals that live in the trees, like sloths, monkeys, opossums, and some reptiles and birds. Harpy Eagles are highly maneuverable fliers and strike their prey after a rapid pursuit through the trees.\n<p style="text-align: left;">Killa was hatched in 2002 at the Avian Propagation Center at the San Diego Zoo. Hatched in an incubator, she was then hand-raised using techniques to avoid imprinting on humans. While in the brooder she was covered with a towel, set behind a curtain, and a CD of rainforest sounds was used to drown out the sounds of human voices. During feeding keepers placed a sheet over their heads and used a Harpy Eagle puppet to deliver food.</p>\n<p style="text-align: left;">Because of her large size and power, birds such as Killa have traditionally been regarded as potentially dangerous. For safety purposes the Dallas Zoo policy requires that a keeper is only allowed to enter her enclosure if another keeper is present. However what keepers observed was a bird that appeared quite comfortable in the presence of people. She had never been observed to present aggressive behavior. Nor did she demonstrate a fear response. This in part may be the result of her experiences as a chick with humans at the Avian Propagation Center. Other individual birds in Wings of Wonder such as the much smaller Ornate Hawk Eagle (<em>Spizaetus ornatus</em>) would show overt aggressive behavior, flying directly at keepers. The Spectacled Owls (<em>Pulsatrix perspicillata</em>) showed extreme fear responses and escape behavior when keepers were present. Compared to these individuals Killa appeared to be a training candidate with excellent potential.</p>\n<p style="text-align: left;">With the permission of the curator Killa became the next training subject for the Wings of Wonder team.</p>\n<p style="text-align: left;"><img class="alignnone size-full wp-image-2170" title="harpy_eagle" src="http://aecetia.net/gws/aazk/wp-content/uploads/harpy_eagle.jpg" alt="harpy_eagle" width="800" height="601" /></p>\n<p style="text-align: center;"><strong>Harpy Eagle at Dallas Zoo</strong> <em> (Photo: ZooChat.com)</em></p>\n\n<div>\n<div><strong>Initial Training</strong></div>\n<div>Traditional raptor training practices often involve capturing and restraining a bird to get a bird on a scale to determine a “starting” weight for training. However, the process of grabbing and restraining a bird against its will is contradictory to the goals of a positive reinforcement training program. Furthermore knowing the weight of an animal is not necessarily important to reaching training goals. While the information can be of interest for evaluating health, it is not required to train an animal.  Instead keepers tried to ascertain based on observations, the amount of food Killa typically ate in a day.  They also observed her responsiveness to food when she was relaxed and comfortable. More or less food could be added or removed from the diet based on her response during a training session to maintain an adequate level of interest in training. This amount changed in correlation with the time of year. Colder temperatures meant an increase in diet. Warmer weather meant a decrease.</div>\n<div>Because Killa showed a high level of comfort around people she readily took food from keepers in the first training session. Per zoo policy the food was offered from hemostats as opposed to hands. Training was initiated with keepers outside of the enclosure. The first behavior Killa learned was to target. The target was a blue plastic circle attached to a dog clip. The target could be hung on the outside of the cage near the eagle. At first food was held near the target. Killa learned to touch the blue target with her beak to earn the food reinforcer. In the early stages of training, the target became a useful tool to call Killa to the front of the cage for keeper talks. This offered zoo guests a great opportunity to see the impressive wingspan of a Harpy Eagle as she flew to the front of the enclosure.</div>\n<div>The target was also used to call her to the back of the cage to work on training other behaviors. To initiate introduction of a kennel, the target was used as a means to pair reinforcers with the kennel. The kennel was placed outside of the enclosure and Killa was reinforced for targeting nearby.</div><br>\n<div><strong>Success Leads to More Training Goals</strong></div>\n<div>As hoped, Killa learned quickly and was an eager participant. In addition her continued calm demeanor helped increase the teams’ confidence that the presentation of aggressive behavior would be very unlikely. Because of this keepers moved from training outside of the enclosure to training inside.</div>\n<div>Very quickly Killa learned to…….</div>\n<div><strong>Want to discover more great training ideas? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry and enrichment ideas and information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></div>\n</div>', 'Harpy Eagle Training:  Exploring the Potential of Positive Reinforcement', 0, '', 'inherit', 'closed', 'closed', '', '2169-autosave', '', '', '2011-10-05 09:46:51', '2011-10-05 14:46:51', '', 2169, 'http://aazk.org/uncategorized/2169-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2169, 2, '2011-10-05 09:43:38', '2011-10-05 14:43:38', '<p style="text-align: center;"><img class="size-full wp-image-1475 aligncenter" title="training_tales3" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales3.jpg" alt="training_tales3" width="476" height="102" /></p>\r\n\r\n<p style="text-align: left;"><em>By Barbara Heidenreich, Animal Training and Consulting Services, Good Bird Inc.,</em>\r\n<em>Erik Corredor, Dallas Zoo and Nathan Compton, Dallas Zoo</em>\r\n<p style="text-align: left;"></p>\r\n\r\n<p style="text-align: left;"><strong>Introduction</strong>\r\nThe Wings of Wonder section of the Dallas Zoo is home to a variety of raptor and new world vulture species. The recently refurbished exhibit is primarily designed to give zoo guests the opportunity to view these impressive birds of prey in their large, attractive and naturalistic enclosures. There is an additional goal of obtaining reproductive success with a number of the species on display. To date a pair of King Vultures (Sarcoramphus papa) has successfully reproduced while housed at the refurbished Wings of Wonder.\r\n<p style="text-align: left;">In the past caring for exhibit and birds in reproduction programs has usually involved a “less is more approach.” The idea being that the fewer disturbances a keeper makes in a bird’s life, the more likely the bird is to show behaviors indicating comfort and therefore potentially breed. However, with the addition of an animal training consultant and zoo keeping staff members with experience and interest in training, it was decided a different approach could prove successful.</p>\r\n<p style="text-align: left;">In 2007 it was decided a proactive approach to training would be implemented for the birds in Wings of Wonder. The goal was to train as many birds as possible for behaviors that would facilitate husbandry and daily care.  Initially several of the vulture species were identified as excellent training candidates. The criteria used to determine this was the level of comfort in close proximity to keepers and their willingness to accept food from keepers.  A female Andean Condor (Vultur gryphus) was involved in the training program until her transfer to another facility. The King Vultures were successfully trained to target, shift, enter a kennel, present a foot, and allow tactile to the chest. They also bred and raised offspring and participated in training throughout the process. The offspring also learned to target and stand on a scale.</p>\r\n<p style="text-align: left;">As training proved to produce positive results it was decided to consider adding other candidates to the training roster. Another bird that demonstrated a high level of comfort in the presence of the keepers was a female Harpy Eagle (Harpia harpyja) named Killa (pronounced kee ya).</p>\r\n\r\n<p style="text-align: left;"><strong>The Training Candidate</strong>\r\nThe Harpy Eagle is one of the largest species of eagle. They can weigh from ten to 20 pounds and have a six-and-a-half-foot wingspan. Their talons are comparable in size to the claws of a grizzly bear.  They feed primarily on animals that live in the trees, like sloths, monkeys, opossums, and some reptiles and birds. Harpy Eagles are highly maneuverable fliers and strike their prey after a rapid pursuit through the trees.\r\n<p style="text-align: left;">Killa was hatched in 2002 at the Avian Propagation Center at the San Diego Zoo. Hatched in an incubator, she was then hand-raised using techniques to avoid imprinting on humans. While in the brooder she was covered with a towel, set behind a curtain, and a CD of rainforest sounds was used to drown out the sounds of human voices. During feeding keepers placed a sheet over their heads and used a Harpy Eagle puppet to deliver food.</p>\r\n<p style="text-align: left;">Because of her large size and power, birds such as Killa have traditionally been regarded as potentially dangerous. For safety purposes the Dallas Zoo policy requires that a keeper is only allowed to enter her enclosure if another keeper is present. However what keepers observed was a bird that appeared quite comfortable in the presence of people. She had never been observed to present aggressive behavior. Nor did she demonstrate a fear response. This in part may be the result of her experiences as a chick with humans at the Avian Propagation Center. Other individual birds in Wings of Wonder such as the much smaller Ornate Hawk Eagle (<em>Spizaetus ornatus</em>) would show overt aggressive behavior, flying directly at keepers. The Spectacled Owls (<em>Pulsatrix perspicillata</em>) showed extreme fear responses and escape behavior when keepers were present. Compared to these individuals Killa appeared to be a training candidate with excellent potential.</p>\r\n<p style="text-align: left;">With the permission of the curator Killa became the next training subject for the Wings of Wonder team.</p>\r\n<p style="text-align: left;"><img class="alignnone size-full wp-image-2170" title="harpy_eagle" src="http://aecetia.net/gws/aazk/wp-content/uploads/harpy_eagle.jpg" alt="harpy_eagle" width="800" height="601" /></p>\r\n<p style="text-align: center;"><strong>Harpy Eagle at Dallas Zoo</strong> <em> (Photo: ZooChat.com)</em></p>\r\n\r\n<div>\r\n<div><strong>Initial Training</strong></div>\r\n<div>Traditional raptor training practices often involve capturing and restraining a bird to get a bird on a scale to determine a “starting” weight for training. However, the process of grabbing and restraining a bird against its will is contradictory to the goals of a positive reinforcement training program. Furthermore knowing the weight of an animal is not necessarily important to reaching training goals. While the information can be of interest for evaluating health, it is not required to train an animal.  Instead keepers tried to ascertain based on observations, the amount of food Killa typically ate in a day.  They also observed her responsiveness to food when she was relaxed and comfortable. More or less food could be added or removed from the diet based on her response during a training session to maintain an adequate level of interest in training. This amount changed in correlation with the time of year. Colder temperatures meant an increase in diet. Warmer weather meant a decrease.</div><br>\r\n<div>Because Killa showed a high level of comfort around people she readily took food from keepers in the first training session. Per zoo policy the food was offered from hemostats as opposed to hands. Training was initiated with keepers outside of the enclosure. The first behavior Killa learned was to target. The target was a blue plastic circle attached to a dog clip. The target could be hung on the outside of the cage near the eagle. At first food was held near the target. Killa learned to touch the blue target with her beak to earn the food reinforcer. In the early stages of training, the target became a useful tool to call Killa to the front of the cage for keeper talks. This offered zoo guests a great opportunity to see the impressive wingspan of a Harpy Eagle as she flew to the front of the enclosure.</div>\r\n<div>The target was also used to call her to the back of the cage to work on training other behaviors. To initiate introduction of a kennel, the target was used as a means to pair reinforcers with the kennel. The kennel was placed outside of the enclosure and Killa was reinforced for targeting nearby.</div><br>\r\n<div><strong>Success Leads to More Training Goals</strong></div>\r\n<div>As hoped, Killa learned quickly and was an eager participant. In addition her continued calm demeanor helped increase the teams’ confidence that the presentation of aggressive behavior would be very unlikely. Because of this keepers moved from training outside of the enclosure to training inside.</div><br>\r\n<div>Very quickly Killa learned to…….</div><br>\r\n<div><strong>Want to discover more great training ideas? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry and enrichment ideas and information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></div>\r\n</div>', 'Harpy Eagle Training:  Exploring the Potential of Positive Reinforcement', 0, '', 'draft', 'closed', 'closed', '', 'harpy-eagle-training-exploring-the-potential-of-positive-reinforcement', '', '', '2013-10-15 17:49:19', '2013-10-15 22:49:19', '', 0, 'http://aazk.org/?p=2169', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2170, 2, '2011-10-05 09:41:35', '2011-10-05 14:41:35', '', 'harpy_eagle', 0, '', 'inherit', 'closed', 'closed', '', 'harpy_eagle', '', '', '2011-10-05 09:41:35', '2011-10-05 14:41:35', '', 2169, 'http://aazk.org/wp-content/uploads/harpy_eagle.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2171, 2, '2011-10-05 09:42:54', '2011-10-05 14:42:54', '<p style="text-align: center;"><img class="size-full wp-image-1475 aligncenter" title="training_tales3" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales3.jpg" alt="training_tales3" width="476" height="102" /></p>\n\n<p style="text-align: left;"><em>By Barbara Heidenreich, Animal Training and Consulting Services, Good Bird Inc.,</em>\n<em>Erik Corredor, Dallas Zoo and Nathan Compton, Dallas Zoo</em>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"><strong>Introduction</strong></p>\n<p style="text-align: left;">The Wings of Wonder section of the Dallas Zoo is home to a variety of raptor and new world vulture species. The recently refurbished exhibit is primarily designed to give zoo guests the opportunity to view these impressive birds of prey in their large, attractive and naturalistic enclosures. There is an additional goal of obtaining reproductive success with a number of the species on display. To date a pair of King Vultures (Sarcoramphus papa) has successfully reproduced while housed at the refurbished Wings of Wonder.</p>\n<p style="text-align: left;">In the past caring for exhibit and birds in reproduction programs has usually involved a “less is more approach.” The idea being that the fewer disturbances a keeper makes in a bird’s life, the more likely the bird is to show behaviors indicating comfort and therefore potentially breed. However, with the addition of an animal training consultant and zoo keeping staff members with experience and interest in training, it was decided a different approach could prove successful.</p>\n<p style="text-align: left;">In 2007 it was decided a proactive approach to training would be implemented for the birds in Wings of Wonder. The goal was to train as many birds as possible for behaviors that would facilitate husbandry and daily care.  Initially several of the vulture species were identified as excellent training candidates. The criteria used to determine this was the level of comfort in close proximity to keepers and their willingness to accept food from keepers.  A female Andean Condor (Vultur gryphus) was involved in the training program until her transfer to another facility. The King Vultures were successfully trained to target, shift, enter a kennel, present a foot, and allow tactile to the chest. They also bred and raised offspring and participated in training throughout the process. The offspring also learned to target and stand on a scale.</p>\n<p style="text-align: left;">As training proved to produce positive results it was decided to consider adding other candidates to the training roster. Another bird that demonstrated a high level of comfort in the presence of the keepers was a female Harpy Eagle (Harpia harpyja) named Killa (pronounced kee ya).</p>\n<p style="text-align: left;"><strong>The Training Candidate</strong></p>\n<p style="text-align: left;">The Harpy Eagle is one of the largest species of eagle. They can weigh from ten to 20 pounds and have a six-and-a-half-foot wingspan. Their talons are comparable in size to the claws of a grizzly bear.  They feed primarily on animals that live in the trees, like sloths, monkeys, opossums, and some reptiles and birds. Harpy Eagles are highly maneuverable fliers and strike their prey after a rapid pursuit through the trees.</p>\n<p style="text-align: left;">Killa was hatched in 2002 at the Avian Propagation Center at the San Diego Zoo. Hatched in an incubator, she was then hand-raised using techniques to avoid imprinting on humans. While in the brooder she was covered with a towel, set behind a curtain, and a CD of rainforest sounds was used to drown out the sounds of human voices. During feeding keepers placed a sheet over their heads and used a Harpy Eagle puppet to deliver food.</p>\n<p style="text-align: left;">Because of her large size and power, birds such as Killa have traditionally been regarded as potentially dangerous. For safety purposes the Dallas Zoo policy requires that a keeper is only allowed to enter her enclosure if another keeper is present. However what keepers observed was a bird that appeared quite comfortable in the presence of people. She had never been observed to present aggressive behavior. Nor did she demonstrate a fear response. This in part may be the result of her experiences as a chick with humans at the Avian Propagation Center. Other individual birds in Wings of Wonder such as the much smaller Ornate Hawk Eagle (<em>Spizaetus ornatus</em>) would show overt aggressive behavior, flying directly at keepers. The Spectacled Owls (<em>Pulsatrix perspicillata</em>) showed extreme fear responses and escape behavior when keepers were present. Compared to these individuals Killa appeared to be a training candidate with excellent potential.</p>\n<p style="text-align: left;">With the permission of the curator Killa became the next training subject for the Wings of Wonder team.</p>\n<p style="text-align: left;"><img class="alignnone size-full wp-image-2170" title="harpy_eagle" src="http://aecetia.net/gws/aazk/wp-content/uploads/harpy_eagle.jpg" alt="harpy_eagle" width="800" height="601" /></p>\n\n<p style="text-align: center;"><strong>Harpy Eagle at Dallas Zoo</strong> <em> (Photo: ZooChat.com)</em>\n<div>\n<div>Initial Training</div>\n<div>Traditional raptor training practices often involve capturing and restraining a bird to get a bird on a scale to determine a “starting” weight for training. However, the process of grabbing and restraining a bird against its will is contradictory to the goals of a positive reinforcement training program. Furthermore knowing the weight of an animal is not necessarily important to reaching training goals. While the information can be of interest for evaluating health, it is not required to train an animal.  Instead keepers tried to ascertain based on observations, the amount of food Killa typically ate in a day.  They also observed her responsiveness to food when she was relaxed and comfortable. More or less food could be added or removed from the diet based on her response during a training session to maintain an adequate level of interest in training. This amount changed in correlation with the time of year. Colder temperatures meant an increase in diet. Warmer weather meant a decrease.</div>\n<div></div>\n<div>Because Killa showed a high level of comfort around people she readily took food from keepers in the first training session. Per zoo policy the food was offered from hemostats as opposed to hands. Training was initiated with keepers outside of the enclosure. The first behavior Killa learned was to target. The target was a blue plastic circle attached to a dog clip. The target could be hung on the outside of the cage near the eagle. At first food was held near the target. Killa learned to touch the blue target with her beak to earn the food reinforcer. In the early stages of training, the target became a useful tool to call Killa to the front of the cage for keeper talks. This offered zoo guests a great opportunity to see the impressive wingspan of a Harpy Eagle as she flew to the front of the enclosure.</div>\n<div></div>\n<div>The target was also used to call her to the back of the cage to work on training other behaviors. To initiate introduction of a kennel, the target was used as a means to pair reinforcers with the kennel. The kennel was placed outside of the enclosure and Killa was reinforced for targeting nearby.</div>\n<div></div>\n<div>Success Leads to More Training Goals</div>\n<div>As hoped, Killa learned quickly and was an eager participant. In addition her continued calm demeanor helped increase the teams’ confidence that the presentation of aggressive behavior would be very unlikely. Because of this keepers moved from training outside of the enclosure to training inside.</div>\n<div></div>\n<div>Very quickly Killa learned to…….</div>\n<div></div>\n<div></div>\n<div>Want to discover more great training ideas? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry and enrichment ideas and information. JOIN NOW!</div>\n<div></div>\n</div>', 'Harpy Eagle Training:  Exploring the Potential of Positive Reinforcement', 0, '', 'inherit', 'closed', 'closed', '', '2169-revision', '', '', '2011-10-05 09:42:54', '2011-10-05 14:42:54', '', 2169, 'http://aazk.org/uncategorized/2169-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2164, 2, '2011-10-05 09:28:56', '2011-10-05 14:28:56', '', 'Bird Window-Collision Monitoring at the Philadelphia Zoo: Setting Up an AAZK Citizen Science Project', 0, '', 'inherit', 'closed', 'closed', '', '2163-revision', '', '', '2011-10-05 09:28:56', '2011-10-05 14:28:56', '', 2163, 'http://aazk.org/uncategorized/2163-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2165, 2, '2011-10-05 09:31:04', '2011-10-05 14:31:04', '', 'bird_window', 0, '', 'inherit', 'closed', 'closed', '', 'bird_window', '', '', '2011-10-05 09:31:04', '2011-10-05 14:31:04', '', 2163, 'http://aazk.org/wp-content/uploads/bird_window.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1922, 2, '2011-03-31 08:35:53', '2011-03-31 13:35:53', '<img class="aligncenter size-full wp-image-1923" title="bhc_training_tales" src="http://aecetia.net/gws/aazk/wp-content/uploads/bhc_training_tales.jpg" alt="bhc_training_tales" width="642" height="262" />\r\n\r\n<em>By Virginia Valentine, Apprentice Keeper\r\nOakland Zoo, Oakland, CA</em>\r\n\r\n<strong>Introduction</strong>\r\nOver the summer and fall of 2010, I participated in the paid apprentice program at the Oakland Zoo in Oakland, CA.  This six-month position focused on teaching new keepers the skills necessary to effectively care for exotic animals.  Paid apprentices work with many keepers in multiple areas of the zoo, allowing a wide variety of animal experience.  In addition to the physical tasks associated with feeding and maintenance of animal areas, we are trained in using operant conditioning in order to facilitate husbandry needs and reduce stress for the zoos animals.\r\n\r\nThe paid apprentices also staff the Contact Yard during zoo hours, working with 4.2 Pygmy goats (<em>Capra hircus</em>), 4.1 Nubian goats (<em>Capra hircus sp.</em>), 1.0 Boer goat (<em>Capra hircus sp.</em>), and 2.3 Blackbelly-Katahdin sheep (<em>Ovis aries</em>).   The Contact Yard keeper gives the paid apprentices the opportunity to hone their operant conditioning skills by practicing with the goats and sheep—in effect training new trainers on how to train an animal.  For one hour a week after work, we are taught how to use our body movements to guide a behavior, how to use the placement of food rewards to affect the placement of the animals (without baiting), chaining multiple behaviors, and appropriate timing of a bridge.\r\n\r\n<strong>Planning</strong>\r\nAll of the Contact Yard animals are currently restrained for their hoof trims.  Gaylord, a four-year old pygmy goat, is the most distressed while restrained and the most in need to be trained for a cooperative hoof trim behavior.  The behavior’s purpose is to allow regular, low-stress maintenance of hoof health without restraint or sedation, so it should have a positive impact on Gaylord by decreasing the stress he experiences during hoof trims.  As a paid apprentice I was provided the opportunity to train this complex behavior while being supervised by an experienced keeper.\r\n\r\nBefore writing the behavior plan, I researched the existing cooperative hoof trim protocols currently in use at the Oakland Zoo.  African veldt keepers regularly utilize cooperative hoof trimming on the collection’s giraffe (Giraffa camelopardalis), with the help and guidance of a volunteer Ferrier and volunteer training consultant.  Shaping a hoof trim behavior was also part of the regular training sessions for a Grant’s zebra (Equus quagga boehmi).  The keepers allowed me to observe and participate in both of these existing training programs.  Using these experiences, online hoof trim videos, watching trimming done on our goats (using restraint), and studying goat anatomy, I wrote my first training plan. Knowing that my colleagues’ experience and knowledge were my biggest assets, multiple keepers were asked to read over the plan.  Their feedback was invaluable and greatly improved the plan’s chances for success.\r\n\r\n<strong>Implementing the Plan</strong>\r\nThough Gaylord was conditioned to a clicker, a mechanical whistle was more appropriate for this behavior because it allowed the use of both hands while working.  The rewards were limited to one cup of grains and/or cereals per day to minimize weight gain, with half of a horse cookie used for a jackpot.  As my other duties allowed, I was able to work with Gaylord four days a week.\r\n\r\nThe first step was to condition Gaylord to the mechanical whistle as a bridge, which was easily done in a few minutes.  Then Gaylord was trained to station on a mat with the trimming tools in a basket nearby.  These quickly became the visual cue to him that we would be training soon and he became very excited whenever he saw them out before a session.  Next, another person was needed as a feeder while I sat on the ground adjacent to Gaylord’s left or right side.  At first it was necessary to be a few feet away from him, but after two sessions I was able to move within arm’s length while he remained calm and facing forward, towards the feeder (see Fig. 1).\r\n\r\n<img class="alignnone size-large wp-image-1924" title="hoof_trim" src="http://aecetia.net/gws/aazk/wp-content/uploads/hoof_trim-1024x840.jpg" alt="hoof_trim" width="717" height="588" />\r\n\r\n<strong>Figure 1.  Stationing on mat.</strong> <em>(Photo courtesy of Elizabeth Abram, Oakland Zoo)</em>\r\n\r\nThe original plan included increasing the duration of time Gaylord stood in this station position, but Gaylord’s impatience became obvious by his repeated jumps on the feeder and continued “resetting” on the mat (backing up off the mat, and then moving forward back onto the mat).  His primary keeper suggested that these behaviors showed Gaylord’s excitement to do more and that the training plan could be re-written in response to his individual needs and progress.  It was also suggested that I break the session into ……….\r\n\r\n<em><strong>\r\nWant to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>', 'Training the Trainer: Cooperative Hoof Trim', 0, '', 'draft', 'closed', 'closed', '', 'training-the-trainer-cooperative-hoof-trim', '', '', '2013-10-15 17:49:20', '2013-10-15 22:49:20', '', 0, 'http://aazk.org/?p=1922', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1923, 2, '2011-03-31 08:30:27', '2011-03-31 13:30:27', '', 'bhc_training_tales', 0, '', 'inherit', 'closed', 'closed', '', 'bhc_training_tales', '', '', '2011-03-31 08:30:27', '2011-03-31 13:30:27', '', 1922, 'http://aazk.org/wp-content/uploads/bhc_training_tales.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1924, 2, '2011-03-31 08:32:54', '2011-03-31 13:32:54', '', 'hoof_trim', 0, '', 'inherit', 'closed', 'closed', '', 'hoof_trim', '', '', '2011-03-31 08:32:54', '2011-03-31 13:32:54', '', 1922, 'http://aazk.org/wp-content/uploads/hoof_trim.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1925, 2, '2011-03-31 08:33:52', '2011-03-31 13:33:52', '<img class="aligncenter size-full wp-image-1923" title="bhc_training_tales" src="http://aecetia.net/gws/aazk/wp-content/uploads/bhc_training_tales.jpg" alt="bhc_training_tales" width="642" height="262" />\n\n<em>By Virginia Valentine, Apprentice Keeper\nOakland Zoo, Oakland, CA</em>\n\n<strong>Introduction</strong>\nOver the summer and fall of 2010, I participated in the paid apprentice program at the Oakland Zoo in Oakland, CA.  This six-month position focused on teaching new keepers the skills necessary to effectively care for exotic animals.  Paid apprentices work with many keepers in multiple areas of the zoo, allowing a wide variety of animal experience.  In addition to the physical tasks associated with feeding and maintenance of animal areas, we are trained in using operant conditioning in order to facilitate husbandry needs and reduce stress for the zoos animals.\n\nThe paid apprentices also staff the Contact Yard during zoo hours, working with 4.2 Pygmy goats (Capra hircus), 4.1 Nubian goats (Capra hircus sp.), 1.0 Boer goat (Capra hircus sp.), and 2.3 Blackbelly-Katahdin sheep (Ovis aries).   The Contact Yard keeper gives the paid apprentices the opportunity to hone their operant conditioning skills by practicing with the goats and sheep—in effect training new trainers on how to train an animal.  For one hour a week after work, we are taught how to use our body movements to guide a behavior, how to use the placement of food rewards to affect the placement of the animals (without baiting), chaining multiple behaviors, and appropriate timing of a bridge.\n\n<strong>Planning</strong>\nAll of the Contact Yard animals are currently restrained for their hoof trims.  Gaylord, a four-year old pygmy goat, is the most distressed while restrained and the most in need to be trained for a cooperative hoof trim behavior.  The behavior’s purpose is to allow regular, low-stress maintenance of hoof health without restraint or sedation, so it should have a positive impact on Gaylord by decreasing the stress he experiences during hoof trims.  As a paid apprentice I was provided the opportunity to train this complex behavior while being supervised by an experienced keeper.\n\nBefore writing the behavior plan, I researched the existing cooperative hoof trim protocols currently in use at the Oakland Zoo.  African veldt keepers regularly utilize cooperative hoof trimming on the collection’s giraffe (Giraffa camelopardalis), with the help and guidance of a volunteer Ferrier and volunteer training consultant.  Shaping a hoof trim behavior was also part of the regular training sessions for a Grant’s zebra (Equus quagga boehmi).  The keepers allowed me to observe and participate in both of these existing training programs.  Using these experiences, online hoof trim videos, watching trimming done on our goats (using restraint), and studying goat anatomy, I wrote my first training plan. Knowing that my colleagues’ experience and knowledge were my biggest assets, multiple keepers were asked to read over the plan.  Their feedback was invaluable and greatly improved the plan’s chances for success.\n\n<strong>Implementing the Plan</strong>\nThough Gaylord was conditioned to a clicker, a mechanical whistle was more appropriate for this behavior because it allowed the use of both hands while working.  The rewards were limited to one cup of grains and/or cereals per day to minimize weight gain, with half of a horse cookie used for a jackpot.  As my other duties allowed, I was able to work with Gaylord four days a week.\n\nThe first step was to condition Gaylord to the mechanical whistle as a bridge, which was easily done in a few minutes.  Then Gaylord was trained to station on a mat with the trimming tools in a basket nearby.  These quickly became the visual cue to him that we would be training soon and he became very excited whenever he saw them out before a session.  Next, another person was needed as a feeder while I sat on the ground adjacent to Gaylord’s left or right side.  At first it was necessary to be a few feet away from him, but after two sessions I was able to move within arm’s length while he remained calm and facing forward, towards the feeder (see Fig. 1).\n\n<img class="alignnone size-large wp-image-1924" title="hoof_trim" src="http://aecetia.net/gws/aazk/wp-content/uploads/hoof_trim-1024x840.jpg" alt="hoof_trim" width="717" height="588" />\n\nFigure 1.  Stationing on mat. (Photo courtesy of Elizabeth Abram, Oakland Zoo)', 'Training the Trainer: Cooperative Hoof Trim', 0, '', 'inherit', 'closed', 'closed', '', '1922-revision', '', '', '2011-03-31 08:33:52', '2011-03-31 13:33:52', '', 1922, 'http://aazk.org/uncategorized/1922-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1926, 2, '2011-03-31 08:34:54', '2011-03-31 13:34:54', '<img class="aligncenter size-full wp-image-1923" title="bhc_training_tales" src="http://aecetia.net/gws/aazk/wp-content/uploads/bhc_training_tales.jpg" alt="bhc_training_tales" width="642" height="262" />\n\n<em>By Virginia Valentine, Apprentice Keeper\nOakland Zoo, Oakland, CA</em>\n\n<strong>Introduction</strong>\nOver the summer and fall of 2010, I participated in the paid apprentice program at the Oakland Zoo in Oakland, CA.  This six-month position focused on teaching new keepers the skills necessary to effectively care for exotic animals.  Paid apprentices work with many keepers in multiple areas of the zoo, allowing a wide variety of animal experience.  In addition to the physical tasks associated with feeding and maintenance of animal areas, we are trained in using operant conditioning in order to facilitate husbandry needs and reduce stress for the zoos animals.\n\nThe paid apprentices also staff the Contact Yard during zoo hours, working with 4.2 Pygmy goats (Capra hircus), 4.1 Nubian goats (Capra hircus sp.), 1.0 Boer goat (Capra hircus sp.), and 2.3 Blackbelly-Katahdin sheep (Ovis aries).   The Contact Yard keeper gives the paid apprentices the opportunity to hone their operant conditioning skills by practicing with the goats and sheep—in effect training new trainers on how to train an animal.  For one hour a week after work, we are taught how to use our body movements to guide a behavior, how to use the placement of food rewards to affect the placement of the animals (without baiting), chaining multiple behaviors, and appropriate timing of a bridge.\n\n<strong>Planning</strong>\nAll of the Contact Yard animals are currently restrained for their hoof trims.  Gaylord, a four-year old pygmy goat, is the most distressed while restrained and the most in need to be trained for a cooperative hoof trim behavior.  The behavior’s purpose is to allow regular, low-stress maintenance of hoof health without restraint or sedation, so it should have a positive impact on Gaylord by decreasing the stress he experiences during hoof trims.  As a paid apprentice I was provided the opportunity to train this complex behavior while being supervised by an experienced keeper.\n\nBefore writing the behavior plan, I researched the existing cooperative hoof trim protocols currently in use at the Oakland Zoo.  African veldt keepers regularly utilize cooperative hoof trimming on the collection’s giraffe (Giraffa camelopardalis), with the help and guidance of a volunteer Ferrier and volunteer training consultant.  Shaping a hoof trim behavior was also part of the regular training sessions for a Grant’s zebra (Equus quagga boehmi).  The keepers allowed me to observe and participate in both of these existing training programs.  Using these experiences, online hoof trim videos, watching trimming done on our goats (using restraint), and studying goat anatomy, I wrote my first training plan. Knowing that my colleagues’ experience and knowledge were my biggest assets, multiple keepers were asked to read over the plan.  Their feedback was invaluable and greatly improved the plan’s chances for success.\n\n<strong>Implementing the Plan</strong>\nThough Gaylord was conditioned to a clicker, a mechanical whistle was more appropriate for this behavior because it allowed the use of both hands while working.  The rewards were limited to one cup of grains and/or cereals per day to minimize weight gain, with half of a horse cookie used for a jackpot.  As my other duties allowed, I was able to work with Gaylord four days a week.\n\nThe first step was to condition Gaylord to the mechanical whistle as a bridge, which was easily done in a few minutes.  Then Gaylord was trained to station on a mat with the trimming tools in a basket nearby.  These quickly became the visual cue to him that we would be training soon and he became very excited whenever he saw them out before a session.  Next, another person was needed as a feeder while I sat on the ground adjacent to Gaylord’s left or right side.  At first it was necessary to be a few feet away from him, but after two sessions I was able to move within arm’s length while he remained calm and facing forward, towards the feeder (see Fig. 1).\n\n<img class="alignnone size-large wp-image-1924" title="hoof_trim" src="http://aecetia.net/gws/aazk/wp-content/uploads/hoof_trim-1024x840.jpg" alt="hoof_trim" width="717" height="588" />\n\n<strong>Figure 1.  Stationing on mat.</strong> <em>(Photo courtesy of Elizabeth Abram, Oakland Zoo)</em>\n\nThe original plan included increasing the duration of time Gaylord stood in this station position, but Gaylord’s impatience became obvious by his repeated jumps on the feeder and continued “resetting” on the mat (backing up off the mat, and then moving forward back onto the mat).  His primary keeper suggested that these behaviors showed Gaylord’s excitement to do more and that the training plan could be re-written in response to his individual needs and progress.  It was also suggested that I break the session into ……….\n\n<em><strong>\nWant to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>', 'Training the Trainer: Cooperative Hoof Trim', 0, '', 'inherit', 'closed', 'closed', '', '1922-revision-2', '', '', '2011-03-31 08:34:54', '2011-03-31 13:34:54', '', 1922, 'http://aazk.org/uncategorized/1922-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1927, 2, '2011-03-31 08:43:20', '2011-03-31 13:43:20', '<em>By Victoria McCloskey, Biologist\r\nCalifornia Academy of Sciences, Steinhart Aquarium\r\n55 Music Concourse Drive, San Francisco, CA, USA</em>\r\n\r\nThe rainforest exhibit at the California Academy of Sciences is a free-flight, mixed-species display that is a 90-foot diameter glass sphere. The space includes one large open-topped pool with live fish, two planted beds, an elevator system, and a ramp that extends from level one to level three.  The birds are exhibited along with live butterflies, so the exhibit itself is a USDA containment room.  The birds have access to nearly everything within the glass containment walls.\r\n\r\nThe exhibit is staffed by two aviculturists, three herpetologists, two horticulturists, three aquarists, and two generalists.  Each level boasts numerous terrariums and fish tanks that are serviced daily before opening to the public.\r\n\r\nWe have overcome a myriad of challenges since opening this exhibit in September of 2008.  In addition to the stresses of introducing a variety of species at one time, biologists had to contend with a 360-degree glass sphere, feeding free-flying birds and butterflies, and navigating a 100,000-gallon, open-topped freshwater fish tank that houses bird-eating fish such as pacu (<em>Colossoma macropomum</em>), arawana (<em>Osteoglossum bicirrhosum</em>), and arapaima (<em>Arapaima gigas</em>).\r\n\r\n<strong>Introductions</strong>\r\nIntroducing a number of animals all at once is always a dicey proposition.  The stress of introducing approximately 35 individuals of different species was only compounded by having to release them into a giant glass sphere.  This posed the problem of how to minimize injuries from birds accidently flying into the glass.  Many ideas were considered – decals, spray ‘snow’, etc.  We finally formalized a plan whereby the entire exterior of the structure would be covered in shade cloth.  This was a huge undertaking, as the circumference of the sphere is formidable.  We also hung shade cloth in front of the galleries on each level in order to prevent birds from getting ‘lost’ or ‘stuck’ when they were first released.  Consequently, on initial release there were no deaths from glass strikes.\r\n\r\nSpecies were housed according to size/compatibility, and howdied in the exhibit for a few days before the doors were left open allowing the birds to venture out at will.  The smaller species such as honeycreepers (<em>Cyanerpes cyaneusm, Cyanerpes caeruleus</em>), violaceous euphonias (<em>Euphonia violacea</em>), paradise tanagers (<em>Tangara chilensis</em>) and opal-rumped tanagers (<em>Tangara velia</em>) were released first to give them a chance to establish territory and find safe roosting areas.  These were followed by the larger more aggressive species such as silver-beaked tanagers (<em>Ramphocelus carbo</em>), red-shouldered tanagers (<em>Tachyphonus phoenicius</em>), turquoise tanagers (<em>Tangara mexicana</em>) and saffron finches (<em>Sicalis flaveola</em>).  The last species to be given access was the blue ground dove (<em>Claravis pretiosa</em>).\r\n\r\nAs expected, there were multitudes of dynamics between individuals.  We lost a few birds to male/male aggression fairly quickly.  The silver-beaked tanager, and surprisingly, the violaceous euphonia males killed the other resident males of their species within days upon release.  We also noted immediate aggression between the lone saffron finch and the yellow-green grosbeaks (<em>Caryothraustes canadensis</em>).  This aggression escalated when five more saffron finches from another facility were introduced at a later date.  Unfortunately, when the flock increased from one individual to six, the grosbeaks were targeted directly and had to be removed from the exhibit.  We assume color was the instigating factor.\r\n\r\nThe only ground species that was introduced into the original population was the blue ground dove.  This species tends to fly ‘up’ when startled, and after losing a significant number of individuals to trauma induced injuries, we returned the remainder of the population to the breeder.  Due to limited planted exhibit space, we chose not to pursue introducing any additional ground species.\r\n\r\n<img class="alignnone size-full wp-image-1928" title="butterflies" src="http://aecetia.net/gws/aazk/wp-content/uploads/butterflies.jpg" alt="butterflies" width="814" height="504" />\r\n<p style="text-align: left;"><strong><em>Heliconus sp.</em> at nectar feeders</strong> <em>(Photo courtesy of California Academy of Sciences)</em></p>\r\n\r\n<p style="text-align: left;"><strong>Feeding</strong>\r\nWe had to devise a system that would permit not only the passerines access to food on multiple strata, but also the butterflies.  Free standing feeders in the ground level planters were inaccessible to the public, and fairly easy for biologists and birds to access.  More challenging however was how to have food and nectar available on the two upper levels. There is no floor space on these levels that the public does not have access to, therefore we created feeders that would hang from the railings over open space.  The feeders were thin metal rods with plate-sized metal rings on the end.  These were welded to the railings on levels 2 and 3, and were able to swing out and back for access.  A locking pin holds them in place so that they remain stationary until a biologist changes the plates.\r\n\r\nOur original idea was to be able to set the plates inside the rings.  The drawback to this arrangement was that the plates occasionally got knocked out and fell.  It didn’t take us long to figure out that plates and nectar containers would have to be plastic. After trying a few different prototypes, we found that a plate with a locking mechanism was the best bet, so we changed the holder to a flat disc with a central hole.  The food plates have central plastic pins that lock them onto the discs with a quick twist.  We also found an ideal length for the metal rod – long enough that the public could not lean over and reach the food, but short enough that stability was not compromised.\r\n\r\nThe birds are fed a fresh fruit and vegetable mixture along with pellet and softbill diet.  Insects are offered daily - mealworms, phoenix worms or waxworms.  As the exhibit is now inhabited by nuisance ants that seem to be attracted to crickets, these insects are no longer on the menu. Nectar is offered in the morning, oranges in the afternoon.  The butterflies quickly ‘learned’ where the nectar stations were.  Finding a container that would hold an appropriate amount of nectar, but was not so deep that the butterflies would drown was an ongoing concern for the biologists.  After many different designs we finally concocted one that ………….\r\n\r\n<em><strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong></em>', 'Managing a South American Passerine Population  in the Largest Spherical Rainforest in the World', 0, '', 'draft', 'closed', 'closed', '', 'managing-a-south-american-passerine-population-in-the-largest-spherical-rainforest-in-the-world', '', '', '2013-10-15 17:49:20', '2013-10-15 22:49:20', '', 0, 'http://aazk.org/?p=1927', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1928, 2, '2011-03-31 08:37:57', '2011-03-31 13:37:57', '', 'butterflies', 0, '', 'inherit', 'closed', 'closed', '', 'butterflies', '', '', '2011-03-31 08:37:57', '2011-03-31 13:37:57', '', 1927, 'http://aazk.org/wp-content/uploads/butterflies.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1929, 2, '2011-03-31 08:42:11', '2011-03-31 13:42:11', '<em>By Victoria McCloskey, Biologist\nCalifornia Academy of Sciences, Steinhart Aquarium\n55 Music Concourse Drive, San Francisco, CA, USA</em>\n\nThe rainforest exhibit at the California Academy of Sciences is a free-flight, mixed-species display that is a 90-foot diameter glass sphere. The space includes one large open-topped pool with live fish, two planted beds, an elevator system, and a ramp that extends from level one to level three.  The birds are exhibited along with live butterflies, so the exhibit itself is a USDA containment room.  The birds have access to nearly everything within the glass containment walls.\n\nThe exhibit is staffed by two aviculturists, three herpetologists, two horticulturists, three aquarists, and two generalists.  Each level boasts numerous terrariums and fish tanks that are serviced daily before opening to the public.\n\nWe have overcome a myriad of challenges since opening this exhibit in September of 2008.  In addition to the stresses of introducing a variety of species at one time, biologists had to contend with a 360-degree glass sphere, feeding free-flying birds and butterflies, and navigating a 100,000-gallon, open-topped freshwater fish tank that houses bird-eating fish such as pacu (<em>Colossoma macropomum</em>), arawana (<em>Osteoglossum bicirrhosum</em>), and arapaima (<em>Arapaima gigas</em>).\n\n<strong>Introductions</strong>\nIntroducing a number of animals all at once is always a dicey proposition.  The stress of introducing approximately 35 individuals of different species was only compounded by having to release them into a giant glass sphere.  This posed the problem of how to minimize injuries from birds accidently flying into the glass.  Many ideas were considered – decals, spray ‘snow’, etc.  We finally formalized a plan whereby the entire exterior of the structure would be covered in shade cloth.  This was a huge undertaking, as the circumference of the sphere is formidable.  We also hung shade cloth in front of the galleries on each level in order to prevent birds from getting ‘lost’ or ‘stuck’ when they were first released.  Consequently, on initial release there were no deaths from glass strikes.\n\nSpecies were housed according to size/compatibility, and howdied in the exhibit for a few days before the doors were left open allowing the birds to venture out at will.  The smaller species such as honeycreepers (<em>Cyanerpes cyaneusm, Cyanerpes caeruleus</em>), violaceous euphonias (<em>Euphonia violacea</em>), paradise tanagers (<em>Tangara chilensis</em>) and opal-rumped tanagers (<em>Tangara velia</em>) were released first to give them a chance to establish territory and find safe roosting areas.  These were followed by the larger more aggressive species such as silver-beaked tanagers (<em>Ramphocelus carbo</em>), red-shouldered tanagers (<em>Tachyphonus phoenicius</em>), turquoise tanagers (<em>Tangara mexicana</em>) and saffron finches (<em>Sicalis flaveola</em>).  The last species to be given access was the blue ground dove (<em>Claravis pretiosa</em>).\n\nAs expected, there were multitudes of dynamics between individuals.  We lost a few birds to male/male aggression fairly quickly.  The silver-beaked tanager, and surprisingly, the violaceous euphonia males killed the other resident males of their species within days upon release.  We also noted immediate aggression between the lone saffron finch and the yellow-green grosbeaks (Caryothraustes canadensis).  This aggression escalated when five more saffron finches from another facility were introduced at a later date.  Unfortunately, when the flock increased from one individual to six, the grosbeaks were targeted directly and had to be removed from the exhibit.  We assume color was the instigating factor.\n\nThe only ground species that was introduced into the original population was the blue ground dove.  This species tends to fly ‘up’ when startled, and after losing a significant number of individuals to trauma induced injuries, we returned the remainder of the population to the breeder.  Due to limited planted exhibit space, we chose not to pursue introducing any additional ground species.\n\n<img class="alignnone size-full wp-image-1928" title="butterflies" src="http://aecetia.net/gws/aazk/wp-content/uploads/butterflies.jpg" alt="butterflies" width="814" height="504" />\n<p style="text-align: left;"><strong><em>Heliconus sp.</em> at nectar feeders</strong> <em>(Photo courtesy of California Academy of Sciences)</em></p>\n\n<p style="text-align: left;"><strong>Feeding</strong>\nWe had to devise a system that would permit not only the passerines access to food on multiple strata, but also the butterflies.  Free standing feeders in the ground level planters were inaccessible to the public, and fairly easy for biologists and birds to access.  More challenging however was how to have food and nectar available on the two upper levels. There is no floor space on these levels that the public does not have access to, therefore we created feeders that would hang from the railings over open space.  The feeders were thin metal rods with plate-sized metal rings on the end.  These were welded to the railings on levels 2 and 3, and were able to swing out and back for access.  A locking pin holds them in place so that they remain stationary until a biologist changes the plates.\n\nOur original idea was to be able to set the plates inside the rings.  The drawback to this arrangement was that the plates occasionally got knocked out and fell.  It didn’t take us long to figure out that plates and nectar containers would have to be plastic. After trying a few different prototypes, we found that a plate with a locking mechanism was the best bet, so we changed the holder to a flat disc with a central hole.  The food plates have central plastic pins that lock them onto the discs with a quick twist.  We also found an ideal length for the metal rod – long enough that the public could not lean over and reach the food, but short enough that stability was not compromised.\n\nThe birds are fed a fresh fruit and vegetable mixture along with pellet and softbill diet.  Insects are offered daily - mealworms, phoenix worms or waxworms.  As the exhibit is now inhabited by nuisance ants that seem to be attracted to crickets, these insects are no longer on the menu. Nectar is offered in the morning, oranges in the afternoon.  The butterflies quickly ‘learned’ where the nectar stations were.  Finding a container that would hold an appropriate amount of nectar, but was not so deep that the butterflies would drown was an ongoing concern for the biologists.  After many different designs we finally concocted one that ………….\n\n<em><strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong></em>', 'Managing a South American Passerine Population  in the Largest Spherical Rainforest in the World', 0, '', 'inherit', 'closed', 'closed', '', '1927-revision', '', '', '2011-03-31 08:42:11', '2011-03-31 13:42:11', '', 1927, 'http://aazk.org/uncategorized/1927-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1930, 2, '2011-03-31 08:43:10', '2011-03-31 13:43:10', '<em>By Victoria McCloskey, Biologist\nCalifornia Academy of Sciences, Steinhart Aquarium\n55 Music Concourse Drive, San Francisco, CA, USA</em>\n\nThe rainforest exhibit at the California Academy of Sciences is a free-flight, mixed-species display that is a 90-foot diameter glass sphere. The space includes one large open-topped pool with live fish, two planted beds, an elevator system, and a ramp that extends from level one to level three.  The birds are exhibited along with live butterflies, so the exhibit itself is a USDA containment room.  The birds have access to nearly everything within the glass containment walls.\n\nThe exhibit is staffed by two aviculturists, three herpetologists, two horticulturists, three aquarists, and two generalists.  Each level boasts numerous terrariums and fish tanks that are serviced daily before opening to the public.\n\nWe have overcome a myriad of challenges since opening this exhibit in September of 2008.  In addition to the stresses of introducing a variety of species at one time, biologists had to contend with a 360-degree glass sphere, feeding free-flying birds and butterflies, and navigating a 100,000-gallon, open-topped freshwater fish tank that houses bird-eating fish such as pacu (<em>Colossoma macropomum</em>), arawana (<em>Osteoglossum bicirrhosum</em>), and arapaima (<em>Arapaima gigas</em>).\n\n<strong>Introductions</strong>\nIntroducing a number of animals all at once is always a dicey proposition.  The stress of introducing approximately 35 individuals of different species was only compounded by having to release them into a giant glass sphere.  This posed the problem of how to minimize injuries from birds accidently flying into the glass.  Many ideas were considered – decals, spray ‘snow’, etc.  We finally formalized a plan whereby the entire exterior of the structure would be covered in shade cloth.  This was a huge undertaking, as the circumference of the sphere is formidable.  We also hung shade cloth in front of the galleries on each level in order to prevent birds from getting ‘lost’ or ‘stuck’ when they were first released.  Consequently, on initial release there were no deaths from glass strikes.\n\nSpecies were housed according to size/compatibility, and howdied in the exhibit for a few days before the doors were left open allowing the birds to venture out at will.  The smaller species such as honeycreepers (<em>Cyanerpes cyaneusm, Cyanerpes caeruleus</em>), violaceous euphonias (<em>Euphonia violacea</em>), paradise tanagers (<em>Tangara chilensis</em>) and opal-rumped tanagers (<em>Tangara velia</em>) were released first to give them a chance to establish territory and find safe roosting areas.  These were followed by the larger more aggressive species such as silver-beaked tanagers (<em>Ramphocelus carbo</em>), red-shouldered tanagers (<em>Tachyphonus phoenicius</em>), turquoise tanagers (<em>Tangara mexicana</em>) and saffron finches (<em>Sicalis flaveola</em>).  The last species to be given access was the blue ground dove (<em>Claravis pretiosa</em>).\n\nAs expected, there were multitudes of dynamics between individuals.  We lost a few birds to male/male aggression fairly quickly.  The silver-beaked tanager, and surprisingly, the violaceous euphonia males killed the other resident males of their species within days upon release.  We also noted immediate aggression between the lone saffron finch and the yellow-green grosbeaks (<em>Caryothraustes canadensis</em>).  This aggression escalated when five more saffron finches from another facility were introduced at a later date.  Unfortunately, when the flock increased from one individual to six, the grosbeaks were targeted directly and had to be removed from the exhibit.  We assume color was the instigating factor.\n\nThe only ground species that was introduced into the original population was the blue ground dove.  This species tends to fly ‘up’ when startled, and after losing a significant number of individuals to trauma induced injuries, we returned the remainder of the population to the breeder.  Due to limited planted exhibit space, we chose not to pursue introducing any additional ground species.\n\n<img class="alignnone size-full wp-image-1928" title="butterflies" src="http://aecetia.net/gws/aazk/wp-content/uploads/butterflies.jpg" alt="butterflies" width="814" height="504" />\n<p style="text-align: left;"><strong><em>Heliconus sp.</em> at nectar feeders</strong> <em>(Photo courtesy of California Academy of Sciences)</em></p>\n\n<p style="text-align: left;"><strong>Feeding</strong>\nWe had to devise a system that would permit not only the passerines access to food on multiple strata, but also the butterflies.  Free standing feeders in the ground level planters were inaccessible to the public, and fairly easy for biologists and birds to access.  More challenging however was how to have food and nectar available on the two upper levels. There is no floor space on these levels that the public does not have access to, therefore we created feeders that would hang from the railings over open space.  The feeders were thin metal rods with plate-sized metal rings on the end.  These were welded to the railings on levels 2 and 3, and were able to swing out and back for access.  A locking pin holds them in place so that they remain stationary until a biologist changes the plates.\n\nOur original idea was to be able to set the plates inside the rings.  The drawback to this arrangement was that the plates occasionally got knocked out and fell.  It didn’t take us long to figure out that plates and nectar containers would have to be plastic. After trying a few different prototypes, we found that a plate with a locking mechanism was the best bet, so we changed the holder to a flat disc with a central hole.  The food plates have central plastic pins that lock them onto the discs with a quick twist.  We also found an ideal length for the metal rod – long enough that the public could not lean over and reach the food, but short enough that stability was not compromised.\n\nThe birds are fed a fresh fruit and vegetable mixture along with pellet and softbill diet.  Insects are offered daily - mealworms, phoenix worms or waxworms.  As the exhibit is now inhabited by nuisance ants that seem to be attracted to crickets, these insects are no longer on the menu. Nectar is offered in the morning, oranges in the afternoon.  The butterflies quickly ‘learned’ where the nectar stations were.  Finding a container that would hold an appropriate amount of nectar, but was not so deep that the butterflies would drown was an ongoing concern for the biologists.  After many different designs we finally concocted one that ………….\n\n<em><strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong></em>', 'Managing a South American Passerine Population  in the Largest Spherical Rainforest in the World', 0, '', 'inherit', 'closed', 'closed', '', '1927-revision-2', '', '', '2011-03-31 08:43:10', '2011-03-31 13:43:10', '', 1927, 'http://aazk.org/uncategorized/1927-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1931, 2, '2011-03-31 08:45:59', '2011-03-31 13:45:59', 'About the Cover/Information for Contributors\r\nScoops &amp; Scuttlebutt\r\nCall for Papers for Ungulate Dedicated Issue\r\nComing Events\r\n2011 Conference Updates/Information\r\nAnnouncing Our Rewards Program\r\nAAZK Announces New Members\r\nTraining Tales (<em>Training the Trainer: Cooperative Hoof Trim</em>)\r\nEnrichment Options (<em>Using Plants for Enrichment/Call for Manuscripts</em>)\r\nInternational Elephant Foundation: Playing a Key Role in Elephant Conservation\r\nChapter News\r\nKeeper Profiles DVD Order Information\r\nAKF Dedicated Five-Issue Combo Pack on Sale\r\nBook Reviews (<em>American Zoos During the Depression: A New Deal for Animals and A Second Look at Books from the Past</em>)\r\nManaging a South American Passerine Population in the Largest Spherical Rainforest in the World\r\nConservation/Legislative Update', 'April 2011', 0, '', 'draft', 'closed', 'closed', '', 'april-2011', '', '', '2013-10-15 17:49:20', '2013-10-15 22:49:20', '', 0, 'http://aazk.org/?p=1931', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1932, 2, '2011-03-31 08:45:31', '2011-03-31 13:45:31', 'About the Cover/Information for Contributors\nScoops &amp; Scuttlebutt\nCall for Papers for Ungulate Dedicated Issue\nComing Events\n2011 Conference Updates/Information\nAnnouncing Our Rewards Program\nAAZK Announces New Members\nTraining Tales (<em>Training the Trainer: Cooperative Hoof Trim</em>)\nEnrichment Options (<em>Using Plants for Enrichment/Call for Manuscripts</em>)\nInternational Elephant Foundation: Playing a Key Role in Elephant Conservation\nChapter News\nKeeper Profiles DVD Order Information\nAKF Dedicated Five-Issue Combo Pack on Sale\nBook Reviews (<em>American Zoos During the Depression: A New Deal for Animals and A Second Look at Books from the Past</em>)\nManaging a South American Passerine Population in the Largest Spherical Rainforest in the World\nConservation/Legislative Update', 'April 2011', 0, '', 'inherit', 'closed', 'closed', '', '1931-revision', '', '', '2011-03-31 08:45:31', '2011-03-31 13:45:31', '', 1931, 'http://aazk.org/uncategorized/1931-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1935, 2, '2011-04-01 09:33:57', '2011-04-01 14:33:57', '', 'Zookeeper WEEK.Logo.Horz 2010', 0, '', 'inherit', 'closed', 'closed', '', 'zookeeper-weeklogohorz-2010', '', '', '2011-04-01 09:33:57', '2011-04-01 14:33:57', '', 1193, 'http://aazk.org/wp-content/uploads/2011-logo-horz.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1936, 2, '2010-04-08 09:29:25', '2010-04-08 14:29:25', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n<img class="alignnone size-large wp-image-1194" title="zoo-keeper-weeklogohorz-2010" src="http://aecetia.net/gws/aazk/wp-content/uploads/zoo-keeper-weeklogohorz-2010-1023x148.jpg" alt="zoo-keeper-weeklogohorz-2010" width="716" height="104" />\r\n\r\n<strong>Need ideas for celebrating this week or graphics. Click below.\r\n</strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf">NZKW ideas</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n\r\n<strong>NZKW graphics (some of these files are large)</strong>\r\n<ul>\r\n	<li>\r\n<ul>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo horz.jpg">2010  logo horizontal</a> (jpg): For jpgs right click on the graphic to save  once the link has opened in a new window.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo horz.pdf">2010  logo horizontal</a> (pdf)</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo vert.jpg">2010  logo vertical</a> (jpg): For jpgs right click on the graphic to save  once the link has opened in a  new window.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010 logo vert.pdf">2010  logo vertical</a> (pdf)</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<strong>NATIONAL ZOO KEEPER WEEK PROCLAMATION</strong>\r\n\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2010-04-08 09:29:25', '2010-04-08 14:29:25', '', 1193, 'http://aazk.org/uncategorized/1193-revision-17/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1937, 2, '2011-04-09 08:01:48', '2011-04-09 13:01:48', '', 'rickotarsky', 0, '', 'inherit', 'closed', 'closed', '', 'rickotarsky', '', '', '2011-04-09 08:01:48', '2011-04-09 13:01:48', '', 173, 'http://aazk.org/wp-content/uploads/rickotarsky.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1939, 2, '2010-06-23 08:20:07', '2010-06-23 13:20:07', '<div class="committee">\r\n<h3><a href="http://aecetia.net/gws/aazk/committee/international-congress-zookeepers/">International Congress of Zookeepers\r\n</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-843 alignnone" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="name">Cleveland Metroparks Zoo</div>\r\n<div class="title">AAZK representative</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<p class="email"></p>\r\n\r\n<div class="email"><img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /></div>\r\n<div class="email">Norah Farnham</div>\r\n<div class="email">AAZK representative</div>\r\n<div class="email">Woodland Park Zoo</div>\r\n<div class="email"><a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/membership-resources/">Membership Resources</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1251" title="jacque1" src="http://aecetia.net/gws/aazk/wp-content/uploads/jacque1-150x150.jpg" alt="jacque1" width="150" height="150" /></div>\r\n<div class="name">Jacque Blessington</div>\r\n<div class="affiliated_zoo">Kansas City Zoo</div>\r\n<div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/annual-aazk-conferences/">Annual AAZK Conferences</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Conference Program Chair</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /></div>\r\n<div class="name">Shelly Roach</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Columbus Zoo</div>\r\n<div class="email"><a href="mailto:shelly.roach@aecetia.net/gws/aazk">shelly.roach@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /></div>\r\n<div class="name">Patty Pearthree</div>\r\n<div class="title">Coordinator</div>\r\n<div class="email"><a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="email"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-874" title="wiggins" src="http://aecetia.net/gws/aazk/wp-content/uploads/wiggins-150x150.jpg" alt="wiggins" width="150" height="150" /></div>\r\n<div class="name">Gisela Wiggins</div>\r\n<div class="title">Chair</div>\r\n<div class="title">North Carolina Zoo</div>\r\n<div class="title"><a href="mailto:gisela.wiggins@aecetia.net/gws/aazk">gisela.wiggins@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-150x150.jpg" alt="walz" width="150" height="150" /></div>\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1249 alignnone" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /></div>\r\n<div class="name">Janet McCoy</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Oregon Zoo</div>\r\n<div class="email"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1260" title="melaina" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina-150x150.jpg" alt="melaina" width="150" height="150" /></div>\r\n<div class="name">Melaina Wallace</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:melaina.wallace@aecetia.net/gws/aazk">melaina.wallace@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-841 alignnone" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /></div>\r\n<div class="name">Amanda Kamradt</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Zoo New England</div>\r\n<div class="email"><a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2010-06-23 08:20:07', '2010-06-23 13:20:07', '', 496, 'http://aazk.org/uncategorized/496-revision-17/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1943, 2, '2011-04-14 07:39:26', '2011-04-14 12:39:26', '<h3>Greater Columbus Area Zoo and Aquarium School</h3>\r\n9990 Riverside Drive\r\nP.O. Box 400\r\nPowell, Ohio 43065-0400\r\n(614) 724-3608\r\n\r\nAll students enter the program with a zoo-related career interest in mind.\r\n\r\n<a href="http://www.columbuszooschool.org">http://www.columbuszooschool.org</a>\r\n<h3>Millbrook School, Millbrook New York</h3>\r\nThe Trevor Zoo is a unique facility. There is no other zoo which is part of a college preparatory school. This is a coeducational independent high school which offers a rigorous college preparatory education. The zoo offers unique opportunities for students to develop an appreciation of wildlife through the direct care of zoo animals and through associated academic classes.\r\n\r\n<a href="http://www.millbrook.org/podium/default.aspx?t=35004">http://www.millbrook.org/podium/default.aspx?t=35004</a>\r\n<h3>North Hollywood High School Zoo Magnet</h3>\r\n5336 Crystal Springs Drive\r\nLos Angeles, CA 90027\r\n\r\nUtilizing the nearby Los Angeles Zoo, this magnet school teaches students how their subjects relate to the real world.\r\n<ul>\r\n	<li><a href="mailto:nh-zoo-mag@lausd.k12.ca.us">nh-zoo-mag@lausd.k12.ca.us</a></li>\r\n	<li><a href="http://www.lausd.k12.ca.us/NH_Zoo_Magnet/">www.lausd.k12.ca.us/NH_Zoo_Magnet/</a></li>\r\n</ul>\r\n<h3>Richmond Heights Middle Zoo Magnet</h3>\r\n15015 S.W. 103 Avenue\r\nMiami, Florida 33176-7746\r\n(305) 238-2316\r\n\r\nThe Science Zoo Magnet Program affords students an opportunity to study a rigorous curriculum which explores, in depth, many branches of science related to the zoo and our technological world. Students will experience the fun, adventure and excitement of learning in Metrozoo\'s 290 acre "science classroom", with more than 1200 exotic animals in cageless habitats. They will take learning safaris into unique environments ranging from Asian jungles to African Plains. Participating students sill work and study with a select group of enthusiastic classmates who have a keen interest in science and its applications to animals and their environment.\r\n<ul>\r\n	<li><a href="mailto:rhmsinfo@rhms.dadeschools.net">rhmsinfo@rhms.dadeschools.net</a></li>\r\n	<li><a href="http://rhms.dadeschools.net/">http://rhms.dadeschools.net/</a></li>\r\n</ul>\r\n<h3>Miami Metrozoo</h3>\r\n1 Zoo Boulevard\r\n12400 SW 152 Street\r\nMiami, FL  33177\r\n(305) 251-0400\r\n<a href="http://www.miamimetrozoo.com">http://www.miamimetrozoo.com</a>\r\n<h3>Asheboro High School Zoo School</h3>\r\n1221 South Park St.\r\n\r\nAsheboro, NC 27203\r\n\r\n(336) 625-6185 main office\r\n\r\nThe AHS Zoo School is located at the <a href="http://www.nczoo.org">North Carolina Zoological Park</a> in Asheboro, NC.  We are a science-themed, cross-curricular focused  small learning community that actively engages students in real life  experiences in our 1,500 acre campus.  Students have the opportunity to  work with NC Zoo staff and apply their scientific investigation skills  to solve problems.\r\n<ul>\r\n	<li><a href="http://www.nczoo.org/education/zooschool.html">http://www.nczoo.org/education/zooschool.html</a></li>\r\n	<li><a href="http://ahs.asheboro.k12.nc.us/ahs_zoo_school.aspx">http://ahs.asheboro.k12.nc.us/ahs_zoo_school.aspx</a></li>\r\n</ul>', 'High School Programs', 0, '', 'inherit', 'closed', 'closed', '', '98-revision-5', '', '', '2011-04-14 07:39:26', '2011-04-14 12:39:26', '', 98, 'http://aazk.org/uncategorized/98-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1945, 2, '2011-04-14 07:43:08', '2011-04-14 12:43:08', '<h3>Alamance Community College</h3>\r\nA.A.S. Animal Care &amp; Management Technology\r\nP.O. Box 8000\r\nGraham, NC  27253-8000\r\n(336) 506-4385\r\n\r\nProgram Contact: Christine Remington, Department Head - <a href="mailto:remingc@alamancecc.edu">remingc@alamancecc.edu</a>\r\n\r\nThe A.A.S. degree in Animal Care and Management Technology focuses on cultivating caring, educated, and experienced employees in a wide variety of animal related fields including exotic animal husbandry.  With a broad base of knowledge including habitat design, sanitation, nutrition, healthcare, principles of behavior and training, and animal handling and restraint grounded in hours of service learning projects, rigorous competencies, and cooperative work experiences, students exemplify the education, compassion &amp; skill of captive animal care and management.\r\n\r\n<a href="http://www.alamancecc.edu/curriculum_courses_programs/courses_programs/programs_of_study/programs/prog.php?curr=A55100">A.A.S. Animal Care &amp; Management Technology Curriculum</a>\r\n<h3>America\'s Teaching Zoo at Moorpark College</h3>\r\nExotic Animal Management and Training Program (EATM)\r\nMoorpark College\r\n7075 Campus Road\r\nMoorpark, CA 93021\r\n(805) 378-1441\r\n\r\nStudents may earn an A.S. degree by taking general education courses alongside their zoo curriculum and they can earn degrees and certificates in Animal Training, and Wildlife Education. This is an intense program and EATM students are required to attend classes, work with and care for the animals, and work at the campus zoo most days and weekends.\r\n<ul>\r\n	<li><a href="mailto:EATM@vcccd.net">EATM@vcccd.net</a></li>\r\n	<li><a href="http://www.moorparkcollege.edu/current_students/teaching_zoo/index.shtml">http://www.moorparkcollege.edu/current_students/teaching_zoo/index.shtml</a></li>\r\n</ul>\r\n<h3>Davidson County Community College</h3>\r\nA.A.S. Zoo &amp; Aquarium Science\r\nP.O. Box 1287\r\nLexington, NC 27293-1287\r\n(336) 249-8186\r\n\r\nProgram Contact: Kim Sepich,\r\nAssociate Dean of Enrollment Services\r\n(336) 249-8186, extension 6780\r\n\r\nFaculty Contact: Mark E. Stevens\r\n<a href="mailto:mesteven@davidsonccc.edu">mesteven@davidsonccc.edu</a>\r\n\r\nThis is a 5 semester full-time program leading to an A.A.S. degree in Zoo &amp; Aquarium Science. The program combines a rigorous classroom curriculum with over 1400 hours of practical experience at area animal facilities including Animal Discovery, the North Carolina Zoological Park and Duke University Lemur Center.\r\n\r\n<a href="http://www.davidsonccc.edu/academics/as-zoo.htm">http://www.davidsonccc.edu/academics/as-zoo.htm</a>\r\n<h3>Harcum College</h3>\r\nA.S. in Animal Center Management\r\nHarcum College\r\n750 Montgomery Avenue\r\nBryn Mawr, PA 19010\r\n(610) 525-4100\r\n\r\nProgram Director: Mary Friday\r\n(610) 526-6108\r\n<a href="mailto:mfriday@harcum.edu">mfriday@harcum.edu</a>\r\n\r\nAnimal Center Managers provide managerial support to veterinarians in clinics and hospitals, biological research settings, animal control, humane organizations, zoos and educational facilities. Management duties include both the facility and its personnel. Animal Center Managers must complete a 2-year educational program, and 250 hours of practical experience.\r\n\r\n<a href="http://www.harcum.edu/PS_ACD_Animal_Center_Management_632839831382031250.aspx">http://www.harcum.edu/PS_ACD_Animal_Center_Management_632839831382031250.aspx</a>\r\n<h3>Jefferson Community College, Watertown, New York</h3>\r\nA.A.S. Degree in Animal management\r\n1220 Coffeen St.\r\nWatertown, NY 13601\r\n\r\nProgram Director: Mark D. Irwin, D.V.M.\r\n<a href="mailto:mirwin@sunyjefferson.edu">mirwin@sunyjefferson.edu</a>\r\nAdmissions Office, (315) 786-2277\r\n\r\nThe Animal Management Program at Jefferson Community College is designed to provide students with the basic skills, experience and knowledge required for a career as a progressive zoo keeper in zoological parks. Upon graduation with this Associate in Applied Sciences degree, students will have been exposed to all aspects of zoo animal management and care. Students will study at many of the zoos of New York State and Southern Canada. Hands-on keeping experience is provided at Syracuse\'s Rosamond Gifford Zoo (AZA) and The New York State Zoo at Thompson Park.\r\n<ul>\r\n	<li><a href="http://www.zookeeping.com">http://www.zookeeping.com</a></li>\r\n	<li><a href="http://www.sunyjefferson.edu/amg">http://www.sunyjefferson.edu/amg</a></li>\r\n</ul>\r\n<h3>Syracuse\'s Rosamond Gifford Zoo</h3>\r\n<a href="http://www.rosamondgiffordzoo.org">http://www.rosamondgiffordzoo.org</a>\r\n<h3>The New York State Zoo at Thompson Park</h3>\r\n<a href="http://www.nyszoo.org">http://www.nyszoo.org</a>\r\n<h3>Niagara County Community College</h3>\r\nA.A.S. in Animal Management\r\n3111 Saunders Settlement Rd.\r\nSanborn, NY 14132\r\n(716)-614-6222\r\n\r\nCoordinator: Aaron Cobaugh\r\n(716) 614-6424, <a href="mailto:acobaugh@niagaracc.suny.edu">acobaugh@niagaracc.suny.edu</a>\r\n<a href="http://www.niagaracc.suny.edu/lsd/animal.html">http://www.niagaracc.suny.edu/lsd/animal.html</a>\r\n<h3>Buffalo Zoo</h3>\r\n300 Parkside Ave\r\nBuffalo, N.Y. 14214-1999\r\n(716)-837-3900\r\n<a href="http://www.buffalozoo.org/">http://www.buffalozoo.org/</a>\r\n<h3>Pikes Peak Community College</h3>\r\nA.A.S. in Zoo Keeping Technology\r\n5675 S. Academy Blvd.\r\nColorado Springs, CO 80906 USA\r\n(800) 456-6847 | (719) 576-7711\r\n\r\nProgram Coordinator: Tracey Anderson\r\n(719) 650-0472 or (719) 502-3443\r\n<a href="mailto:Tracey.Anderson@ppcc.edu">Tracey.Anderson@ppcc.edu</a>\r\n\r\nThe program is a two-year degree in which students complete 675 hours of hands on training through required internships. The program is 75 credit hours. In addition to the practical application, students are trained in animal husbandry, exhibitry, safety, veterinary care, horticulture, public relations, career development, and environmental science. The program also offers electives such as elephant management, animal training, advanced exhibitry techniques, primate studies and adventures in zoo design.\r\n<ul>\r\n	<li><a href="http://www.ppcc.cccoes.edu/">http://www.ppcc.cccoes.edu/</a></li>\r\n	<li><a href="http://www.ppcc.edu/CatalogSchedule/Courses/Courses.cfm?Course=ZOO">http://www.ppcc.edu/CatalogSchedule/Courses/Courses.cfm?Course=ZOO</a></li>\r\n</ul>\r\n<h3>Cheyenne Mountain Zoo</h3>\r\nhttp://www.cmzoo.org/\r\n4250 Cheyenne Mountain Zoo Road\r\nColorado Springs, CO 80906\r\n(719)633-9925\r\n<a href="mailto:info@cmzoo.org">info@cmzoo.org</a>\r\n<h3>Santa Fe College</h3>\r\nA.S. in Zoo Technology\r\n3000 N.W. 83rd Street\r\nGainesville, FL 32606\r\n\r\nLinda Asbell\r\n(352) 395-5604\r\n<a href="mailto:linda.asbell@sfcollege.edu">linda.asbell@sfcollege.edu</a>\r\n\r\nThe Zoo Animal Technology Program at Santa Fe Community College was the first program of its kind, and the first to offer a great combination of academic classes and hands on experiences in the animal fields. Students in the program will complete a 74 credit hour course of study over five semesters, including academic classes on all animal groups, animal nutrition, animal breeding, as well as visitor education. In addition to the academic classes the students will work in the Teaching Zoo (an AZA accredited facility) for over 1800 hours. This training enables students to find employment in a variety of fields including zookeeping, park naturalist, zoo education, animal technician and a host of other animal husbandry fields. Four-year programs are also available in cooperation with State University of New York at Oswego, Friends University in Wichita, Kansas, and University of West Florida in Pensacola, Florida. Please contact Linda Asbell (above) for cooperative information.\r\n\r\n<a href="http://www.sfcollege.edu/zoo">http://www.sfcollege.edu/zoo</a>\r\n<h3>Portland Community College</h3>\r\nA.A.S. in Biology and Management of Zoo Animals\r\nRock Creek Campus\r\n17705 NW Springville Rd\r\nPortland, Oregon 97229\r\nProgram Coordinator:  Joyce Kaplan\r\n<a href="mailto:jkaplan@pensacolastate.edu">jkaplan@pensacolastate.edu</a>\r\n\r\nThis is a two-year full time program that will open for admissions in Fall of 2012 in conjunction with the Oregon Zoo and Oregon National Primate Research Center.  The coursework in planning includes over 1000 internship hours as well as a wide variety of courses critical for modern zoological management.', 'Two-Year Programs', 0, '', 'inherit', 'closed', 'closed', '', '88-revision-10', '', '', '2011-04-14 07:43:08', '2011-04-14 12:43:08', '', 88, 'http://aazk.org/uncategorized/88-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1944, 2, '2011-04-14 07:34:25', '2011-04-14 12:34:25', '<h3>Alamance Community College</h3>\r\nA.A.S. Animal Care &amp; Management Technology\r\nP.O. Box 8000\r\nGraham, NC  27253-8000\r\n(336) 506-4385\r\n\r\nProgram Contact: Christine Remington, Department Head - <a href="mailto:remingc@alamancecc.edu">remingc@alamancecc.edu</a>\r\n\r\nThe A.A.S. degree in Animal Care and Management Technology focuses on cultivating caring, educated, and experienced employees in a wide variety of animal related fields including exotic animal husbandry.  With a broad base of knowledge including habitat design, sanitation, nutrition, healthcare, principles of behavior and training, and animal handling and restraint grounded in hours of service learning projects, rigorous competencies, and cooperative work experiences, students exemplify the education, compassion &amp; skill of captive animal care and management.\r\n\r\n<a href="http://www.alamancecc.edu/curriculum_courses_programs/courses_programs/programs_of_study/programs/prog.php?curr=A55100">A.A.S. Animal Care &amp; Management Technology Curriculum</a>\r\n<h3>America\'s Teaching Zoo at Moorpark College</h3>\r\nExotic Animal Management and Training Program (EATM)\r\nMoorpark College\r\n7075 Campus Road\r\nMoorpark, CA 93021\r\n(805) 378-1441\r\n\r\nStudents may earn an A.S. degree by taking general education courses alongside their zoo curriculum and they can earn degrees and certificates in Animal Training, and Wildlife Education. This is an intense program and EATM students are required to attend classes, work with and care for the animals, and work at the campus zoo most days and weekends.\r\n<ul>\r\n	<li><a href="mailto:EATM@vcccd.net">EATM@vcccd.net</a></li>\r\n	<li><a href="http://www.moorparkcollege.edu/zoo/">http://www.moorparkcollege.edu/zoo/</a></li>\r\n</ul>\r\n<h3>Davidson County Community College</h3>\r\nA.A.S. Zoo &amp; Aquarium Science\r\nP.O. Box 1287\r\nLexington, NC 27293-1287\r\n(336) 249-8186\r\n\r\nProgram Contact: Kim Sepich,\r\nAssociate Dean of Enrollment Services\r\n(336) 249-8186, extension 6780\r\n\r\nFaculty Contact: Mark E. Stevens\r\n<a href="mailto:mesteven@davidsonccc.edu">mesteven@davidsonccc.edu</a>\r\n\r\nThis is a 5 semester full-time program leading to an A.A.S. degree in Zoo &amp; Aquarium Science. The program combines a rigorous classroom curriculum with over 1400 hours of practical experience at area animal facilities including Animal Discovery, the North Carolina Zoological Park and Duke University Lemur Center.\r\n\r\n<a href="http://www.davidsonccc.edu/academics/as-zoo.htm">http://www.davidsonccc.edu/academics/as-zoo.htm</a>\r\n<h3>Harcum College</h3>\r\nA.S. in Animal Center Management\r\nHarcum College\r\n750 Montgomery Avenue\r\nBryn Mawr, PA 19010\r\n(610) 525-4100\r\n\r\nProgram Director: Mary Friday\r\n(610) 526-6108\r\n<a href="mailto:mfriday@harcum.edu">mfriday@harcum.edu</a>\r\n\r\nAnimal Center Managers provide managerial support to veterinarians in clinics and hospitals, biological research settings, animal control, humane organizations, zoos and educational facilities. Management duties include both the facility and its personnel. Animal Center Managers must complete a 2-year educational program, and 250 hours of practical experience.\r\n\r\n<a href="http://www.harcum.edu/PS_ACD_Animal_Center_Management_632839831382031250.aspx">http://www.harcum.edu/PS_ACD_Animal_Center_Management_632839831382031250.aspx</a>\r\n<h3>Jefferson Community College, Watertown, New York</h3>\r\nA.A.S. Degree in Animal management\r\n1220 Coffeen St.\r\nWatertown, NY 13601\r\n\r\nProgram Director: Mark D. Irwin, D.V.M.\r\n<a href="mailto:mirwin@sunyjefferson.edu">mirwin@sunyjefferson.edu</a>\r\nAdmissions Office, (315) 786-2277\r\n\r\nThe Animal Management Program at Jefferson Community College is designed to provide students with the basic skills, experience and knowledge required for a career as a progressive zoo keeper in zoological parks. Upon graduation with this Associate in Applied Sciences degree, students will have been exposed to all aspects of zoo animal management and care. Students will study at many of the zoos of New York State and Southern Canada. Hands-on keeping experience is provided at Syracuse\'s Rosamond Gifford Zoo (AZA) and The New York State Zoo at Thompson Park.\r\n<ul>\r\n	<li><a href="http://www.zookeeping.com">http://www.zookeeping.com</a></li>\r\n	<li><a href="http://www.sunyjefferson.edu/amg">http://www.sunyjefferson.edu/amg</a></li>\r\n</ul>\r\n<h3>Syracuse\'s Rosamond Gifford Zoo</h3>\r\n<a href="http://www.rosamondgiffordzoo.org">http://www.rosamondgiffordzoo.org</a>\r\n<h3>The New York State Zoo at Thompson Park</h3>\r\n<a href="http://www.nyszoo.org">http://www.nyszoo.org</a>\r\n<h3>Niagara County Community College</h3>\r\nA.A.S. in Animal Management\r\n3111 Saunders Settlement Rd.\r\nSanborn, NY 14132\r\n(716)-614-6222\r\n\r\nCoordinator: Aaron Cobaugh\r\n(716) 614-6424, <a href="mailto:acobaugh@niagaracc.suny.edu">acobaugh@niagaracc.suny.edu</a>\r\n<a href="http://www.niagaracc.suny.edu/lsd/animal.html">http://www.niagaracc.suny.edu/lsd/animal.html</a>\r\n<h3>Buffalo Zoo</h3>\r\n300 Parkside Ave\r\nBuffalo, N.Y. 14214-1999\r\n(716)-837-3900\r\n<a href="http://www.buffalozoo.org/">http://www.buffalozoo.org/</a>\r\n<h3>Pikes Peak Community College</h3>\r\nA.A.S. in Zoo Keeping Technology\r\n5675 S. Academy Blvd.\r\nColorado Springs, CO 80906 USA\r\n(800) 456-6847 | (719) 576-7711\r\n\r\nProgram Coordinator: Tracey Anderson\r\n(719) 650-0472 or (719) 502-3443\r\n<a href="mailto:Tracey.Anderson@ppcc.edu">Tracey.Anderson@ppcc.edu</a>\r\n\r\nThe program is a two-year degree in which students complete 675 hours of hands on training through required internships. The program is 75 credit hours. In addition to the practical application, students are trained in animal husbandry, exhibitry, safety, veterinary care, horticulture, public relations, career development, and environmental science. The program also offers electives such as elephant management, animal training, advanced exhibitry techniques, primate studies and adventures in zoo design.\r\n<ul>\r\n	<li><a href="http://www.ppcc.cccoes.edu/">http://www.ppcc.cccoes.edu/</a></li>\r\n	<li><a href="http://www.ppcc.edu/CatalogSchedule/Courses/Courses.cfm?Course=ZOO">http://www.ppcc.edu/CatalogSchedule/Courses/Courses.cfm?Course=ZOO</a></li>\r\n</ul>\r\n<h3>Cheyenne Mountain Zoo</h3>\r\nhttp://www.cmzoo.org/\r\n4250 Cheyenne Mountain Zoo Road\r\nColorado Springs, CO 80906\r\n(719)633-9925\r\n<a href="mailto:info@cmzoo.org">info@cmzoo.org</a>\r\n<h3>Santa Fe College</h3>\r\nA.S. in Zoo Technology\r\n3000 N.W. 83rd Street\r\nGainesville, FL 32606\r\n\r\nLinda Asbell\r\n(352) 395-5604\r\n<a href="mailto:linda.asbell@sfcollege.edu">linda.asbell@sfcollege.edu</a>\r\n\r\nThe Zoo Animal Technology Program at Santa Fe Community College was the first program of its kind, and the first to offer a great combination of academic classes and hands on experiences in the animal fields. Students in the program will complete a 74 credit hour course of study over five semesters, including academic classes on all animal groups, animal nutrition, animal breeding, as well as visitor education. In addition to the academic classes the students will work in the Teaching Zoo (an AZA accredited facility) for over 1800 hours. This training enables students to find employment in a variety of fields including zookeeping, park naturalist, zoo education, animal technician and a host of other animal husbandry fields. Four-year programs are also available in cooperation with State University of New York at Oswego, Friends University in Wichita, Kansas, and University of West Florida in Pensacola, Florida. Please contact Linda Asbell (above) for cooperative information.\r\n\r\n<a href="http://www.sfcollege.edu/zoo">http://www.sfcollege.edu/zoo</a>\r\n<h3>Portland Community College</h3>\r\nA.A.S. in Biology and Management of Zoo Animals\r\nRock Creek Campus\r\n17705 NW Springville Rd\r\nPortland, Oregon 97229\r\nProgram Coordinator:  Joyce Kaplan\r\n<a href="mailto:jkaplan@pensacolastate.edu">jkaplan@pensacolastate.edu</a>\r\n\r\nThis is a two-year full time program that will open for admissions in Fall of 2012 in conjunction with the Oregon Zoo and Oregon National Primate Research Center.  The coursework in planning includes over 1000 internship hours as well as a wide variety of courses critical for modern zoological management.', 'Two-Year Programs', 0, '', 'inherit', 'closed', 'closed', '', '88-revision-9', '', '', '2011-04-14 07:34:25', '2011-04-14 12:34:25', '', 88, 'http://aazk.org/uncategorized/88-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1946, 2, '2011-04-14 07:46:40', '2011-04-14 12:46:40', '<h3>Alamance Community College</h3>\r\nA.A.S. Animal Care &amp; Management Technology\r\nP.O. Box 8000\r\nGraham, NC  27253-8000\r\n(336) 506-4385\r\n\r\nProgram Contact: Christine Remington, Department Head - <a href="mailto:remingc@alamancecc.edu">remingc@alamancecc.edu</a>\r\n\r\nThe A.A.S. degree in Animal Care and Management Technology focuses on cultivating caring, educated, and experienced employees in a wide variety of animal related fields including exotic animal husbandry.  With a broad base of knowledge including habitat design, sanitation, nutrition, healthcare, principles of behavior and training, and animal handling and restraint grounded in hours of service learning projects, rigorous competencies, and cooperative work experiences, students exemplify the education, compassion &amp; skill of captive animal care and management.\r\n\r\n<a href="http://www.alamancecc.edu/curriculum_courses_programs/courses_programs/programs_of_study/programs/prog.php?curr=A55100">A.A.S. Animal Care &amp; Management Technology Curriculum</a>\r\n<h3>America\'s Teaching Zoo at Moorpark College</h3>\r\nExotic Animal Management and Training Program (EATM)\r\nMoorpark College\r\n7075 Campus Road\r\nMoorpark, CA 93021\r\n(805) 378-1441\r\n\r\nStudents may earn an A.S. degree by taking general education courses alongside their zoo curriculum and they can earn degrees and certificates in Animal Training, and Wildlife Education. This is an intense program and EATM students are required to attend classes, work with and care for the animals, and work at the campus zoo most days and weekends.\r\n<ul>\r\n	<li><a href="mailto:EATM@vcccd.net">EATM@vcccd.net</a></li>\r\n	<li><a href="http://www.moorparkcollege.edu/current_students/teaching_zoo/index.shtml">http://www.moorparkcollege.edu/current_students/teaching_zoo/index.shtml</a></li>\r\n</ul>\r\n<h3>Davidson County Community College</h3>\r\nA.A.S. Zoo &amp; Aquarium Science\r\nP.O. Box 1287\r\nLexington, NC 27293-1287\r\n(336) 249-8186\r\n\r\nProgram Contacts\r\nJill Simpson\r\n<a href="mailto:jbsimpso@davidsonccc.edu">jbsimpso@davidsonccc.edu</a>\r\n336.249.8186, ext. 6231\r\n\r\nMark Stevens\r\n<a href="mailto:mesteven@davidsonccc.edu">mesteven@davidsonccc.edu</a>\r\n336.249.8186, ext. 6737\r\n\r\nThis is a 5 semester full-time program leading to an A.A.S. degree in Zoo &amp; Aquarium Science. The program combines a rigorous classroom curriculum with over 1400 hours of practical experience at area animal facilities including Animal Discovery, the North Carolina Zoological Park and Duke University Lemur Center.\r\n\r\n<a href="http://www.davidsonccc.edu/academics/ase-zoo.htm">http://www.davidsonccc.edu/academics/ase-zoo.htm</a>\r\n<h3>Harcum College</h3>\r\nA.S. in Animal Center Management\r\nHarcum College\r\n750 Montgomery Avenue\r\nBryn Mawr, PA 19010\r\n(610) 525-4100\r\n\r\nProgram Director: Mary Friday\r\n(610) 526-6108\r\n<a href="mailto:mfriday@harcum.edu">mfriday@harcum.edu</a>\r\n\r\nAnimal Center Managers provide managerial support to veterinarians in clinics and hospitals, biological research settings, animal control, humane organizations, zoos and educational facilities. Management duties include both the facility and its personnel. Animal Center Managers must complete a 2-year educational program, and 250 hours of practical experience.\r\n\r\n<a href="http://www.harcum.edu/PS_ACD_Animal_Center_Management_632839831382031250.aspx">http://www.harcum.edu/PS_ACD_Animal_Center_Management_632839831382031250.aspx</a>\r\n<h3>Jefferson Community College, Watertown, New York</h3>\r\nA.A.S. Degree in Animal management\r\n1220 Coffeen St.\r\nWatertown, NY 13601\r\n\r\nProgram Director: Mark D. Irwin, D.V.M.\r\n<a href="mailto:mirwin@sunyjefferson.edu">mirwin@sunyjefferson.edu</a>\r\nAdmissions Office, (315) 786-2277\r\n\r\nThe Animal Management Program at Jefferson Community College is designed to provide students with the basic skills, experience and knowledge required for a career as a progressive zoo keeper in zoological parks. Upon graduation with this Associate in Applied Sciences degree, students will have been exposed to all aspects of zoo animal management and care. Students will study at many of the zoos of New York State and Southern Canada. Hands-on keeping experience is provided at Syracuse\'s Rosamond Gifford Zoo (AZA) and The New York State Zoo at Thompson Park.\r\n<ul>\r\n	<li><a href="http://www.zookeeping.com">http://www.zookeeping.com</a></li>\r\n	<li><a href="http://www.sunyjefferson.edu/amg">http://www.sunyjefferson.edu/amg</a></li>\r\n</ul>\r\n<h3>Syracuse\'s Rosamond Gifford Zoo</h3>\r\n<a href="http://www.rosamondgiffordzoo.org">http://www.rosamondgiffordzoo.org</a>\r\n<h3>The New York State Zoo at Thompson Park</h3>\r\n<a href="http://www.nyszoo.org">http://www.nyszoo.org</a>\r\n<h3>Niagara County Community College</h3>\r\nA.A.S. in Animal Management\r\n3111 Saunders Settlement Rd.\r\nSanborn, NY 14132\r\n(716)-614-6222\r\n\r\nCoordinator: Aaron Cobaugh\r\n(716) 614-6424, <a href="mailto:acobaugh@niagaracc.suny.edu">acobaugh@niagaracc.suny.edu</a>\r\n<a href="http://www.niagaracc.suny.edu/lsd/animal.html">http://www.niagaracc.suny.edu/lsd/animal.html</a>\r\n<h3>Buffalo Zoo</h3>\r\n300 Parkside Ave\r\nBuffalo, N.Y. 14214-1999\r\n(716)-837-3900\r\n<a href="http://www.buffalozoo.org/">http://www.buffalozoo.org/</a>\r\n<h3>Pikes Peak Community College</h3>\r\nA.A.S. in Zoo Keeping Technology\r\n5675 S. Academy Blvd.\r\nColorado Springs, CO 80906 USA\r\n(800) 456-6847 | (719) 576-7711\r\n\r\nProgram Coordinator: Tracey Anderson\r\n(719) 650-0472 or (719) 502-3443\r\n<a href="mailto:Tracey.Anderson@ppcc.edu">Tracey.Anderson@ppcc.edu</a>\r\n\r\nThe program is a two-year degree in which students complete 675 hours of hands on training through required internships. The program is 75 credit hours. In addition to the practical application, students are trained in animal husbandry, exhibitry, safety, veterinary care, horticulture, public relations, career development, and environmental science. The program also offers electives such as elephant management, animal training, advanced exhibitry techniques, primate studies and adventures in zoo design.\r\n<ul>\r\n	<li><a href="http://www.ppcc.cccoes.edu/">http://www.ppcc.cccoes.edu/</a></li>\r\n	<li><a href="http://www.ppcc.edu/CatalogSchedule/Courses/Courses.cfm?Course=ZOO">http://www.ppcc.edu/CatalogSchedule/Courses/Courses.cfm?Course=ZOO</a></li>\r\n</ul>\r\n<h3>Cheyenne Mountain Zoo</h3>\r\nhttp://www.cmzoo.org/\r\n4250 Cheyenne Mountain Zoo Road\r\nColorado Springs, CO 80906\r\n(719)633-9925\r\n<a href="mailto:info@cmzoo.org">info@cmzoo.org</a>\r\n<h3>Santa Fe College</h3>\r\nA.S. in Zoo Technology\r\n3000 N.W. 83rd Street\r\nGainesville, FL 32606\r\n\r\nLinda Asbell\r\n(352) 395-5604\r\n<a href="mailto:linda.asbell@sfcollege.edu">linda.asbell@sfcollege.edu</a>\r\n\r\nThe Zoo Animal Technology Program at Santa Fe Community College was the first program of its kind, and the first to offer a great combination of academic classes and hands on experiences in the animal fields. Students in the program will complete a 74 credit hour course of study over five semesters, including academic classes on all animal groups, animal nutrition, animal breeding, as well as visitor education. In addition to the academic classes the students will work in the Teaching Zoo (an AZA accredited facility) for over 1800 hours. This training enables students to find employment in a variety of fields including zookeeping, park naturalist, zoo education, animal technician and a host of other animal husbandry fields. Four-year programs are also available in cooperation with State University of New York at Oswego, Friends University in Wichita, Kansas, and University of West Florida in Pensacola, Florida. Please contact Linda Asbell (above) for cooperative information.\r\n\r\n<a href="http://www.sfcollege.edu/zoo">http://www.sfcollege.edu/zoo</a>\r\n<h3>Portland Community College</h3>\r\nA.A.S. in Biology and Management of Zoo Animals\r\nRock Creek Campus\r\n17705 NW Springville Rd\r\nPortland, Oregon 97229\r\nProgram Coordinator:  Joyce Kaplan\r\n<a href="mailto:jkaplan@pensacolastate.edu">jkaplan@pensacolastate.edu</a>\r\n\r\nThis is a two-year full time program that will open for admissions in Fall of 2012 in conjunction with the Oregon Zoo and Oregon National Primate Research Center.  The coursework in planning includes over 1000 internship hours as well as a wide variety of courses critical for modern zoological management.', 'Two-Year Programs', 0, '', 'inherit', 'closed', 'closed', '', '88-revision-11', '', '', '2011-04-14 07:46:40', '2011-04-14 12:46:40', '', 88, 'http://aazk.org/uncategorized/88-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1949, 2, '2010-09-14 20:56:45', '2010-09-15 01:56:45', '<h3>Canisius College</h3>\r\nB.S. in Biology with a Minor in Zoo Biology\r\n2001 Main Street\r\nBuffalo, NY 14208-1098\r\n(716)-883-7000\r\n<a href="mailto:noonan@canisius.edu">noonan@canisius.edu</a>\r\n\r\nStudents receive rigorous background preparation in coursework through an abundance of hands-on experiences at various zoos and marine parks in Western New York and Ontario, Canada.\r\n<ul>\r\n	<li><a href="http://www.canisius.edu/">http://www.canisius.edu/</a></li>\r\n	<li><a href="http://www.canisius.edu/biopsych/zoobio/">http://www.canisius.edu/biopsych/zoobio/</a></li>\r\n</ul>\r\n<h3>Delaware Valley College</h3>\r\nB.S. in Animal Biotechnology and Conservation\r\n\r\nStudents in the Animal Biotechnology and Conservation program may major in Zoo Science, Small Animal Science or Conservation &amp; Wildlife Management. The choice of major is made upon completion of the first year of study.\r\n<ul>\r\n	<li><a href="http://www.delval.edu/cms/">http://www.delval.edu/cms/</a></li>\r\n	<li><a href="http://delval.edu/cms/index.php/delval/overview_sn/animal_bio">http://delval.edu/cms/index.php/delval/overview_sn/animal_bio</a></li>\r\n</ul>\r\n<h3>Emporia State University</h3>\r\nB.S. and MS/MA in Biology with Environmental Biology, Zoology, and Botany emphases available.\r\n1200 Commercial Street\r\nEmporia, KS 66801\r\n(620) 341-5611\r\n\r\nPrograms emphasize natural history, lab and fieldwork, and modern developments in organismic biology.\r\n\r\nVisit <a href="http://www.emporia.edu/biosci/eeb.htm">http://www.emporia.edu/biosci/eeb.htm</a> for departmental information.\r\n\r\nVisit <a href="http://www.emporia.edu/ksn/">http://www.emporia.edu/ksn/</a> for the Kansas School Naturalist.\r\n<h3>Friends University</h3>\r\nB.S. and M.S.\r\n2100 W. University St.\r\nWichita KS 67213\r\n(316)-295-5000\r\n(800)-794-6945\r\n\r\nB.S. and M.S. programs with emphasis in Zoo Science, Zoo Management, and Zoo Education; requires 360 hours of practical experience at Sedgwick County Zoo. Also, Friends University offers a cooperative program through Santa Fe Community College Teaching Zoo (see Two Year Programs).\r\n\r\n<a href="http://www.friends.edu/Academics/degree_detail.asp?id=49">http://www.friends.edu/Academics/degree_detail.asp?id=49</a>\r\n<h3>Sedgwick County Zoo</h3>\r\n5555 Zoo Boulevard\r\nWichita, Kansas\r\nUSA 67212-1698\r\n(316) 660-WILD (9453)\r\n\r\n<a href="http://www.scz.org/">http://www.scz.org/</a>\r\n<h3>Michigan State University</h3>\r\nB.S. in Zoology with disciplinary concentration in Zoo and Aquarium Science\r\nDr. Richard Snider, Program Coordinator\r\nDepartment of Zoology\r\n219 Natural Science Building\r\nMichigan State University\r\nEast Lansing, MI 48824-1115\r\n(517) 353-9864\r\n<a href="mailto:snider@msu.edu">snider@msu.edu</a>\r\n\r\n<a href="http://www.msu.edu/">http://www.msu.edu/</a>\r\n<h3>Oswego, State University of New York</h3>\r\nB.S. in Zoology\r\nDepartment of Biology\r\nState University of New York at Oswego\r\nOswego, NY 13126\r\n(315) 341-2776\r\n\r\nOffers a cooperative program though the Santa Fe Teaching Zoo (see Two Year Programs).\r\n\r\n<a href="http://www.oswego.edu">http://www.oswego.edu</a>\r\n<h3>Unity College</h3>\r\nB.S. in Captive Wildlife Care and Education\r\n90 Quaker Hill Road\r\nUnity, Maine 04988\r\n(207) 948-3131\r\n\r\nThis program is designed for students interested in careers involving a hands-on approach to the care and husbandry of captive wild species, and educating the public concerning wildlife issues. Students receive a solid foundation in the biological sciences, along with courses focused on wildlife science, education and interpretation. Potential employers include zoos, aquaria, rehabilitation and wildlife education facilities.\r\n<ul>\r\n	<li><a href="http://www.unity.edu/default.aspx">http://www.unity.edu/default.aspx</a></li>\r\n	<li><a href="http://www.unity.edu/Academic/Majors/WildlifeCareAndEducation/WildlifeCareAndEducation.aspx">http://www.unity.edu/Academic/Majors/WildlifeCareAndEducation/WildlifeCareAndEducation.aspx</a></li>\r\n</ul>\r\n<h3>University of West Florida</h3>\r\nB.S. in Zoo Science as part of an Interdisciplinary Science Degree\r\n11000 University Parkway\r\nPensacola, FL 32514\r\n(850) 474-2000\r\n\r\nSteve Celestial, Zoo Science Advisor, <a href="mailto:scelestial@uwf.edu">scelestial@uwf.edu</a>\r\nOffers cooperative programs with the Pensacola Junior College Zoo Animal Technology Program and Santa Fe Community College Teaching Zoo (see Two Year Programs).\r\n\r\n<a href="http://uwf.edu/catalog/intscibs.pdf">http://uwf.edu/catalog/intscibs.pdf</a>\r\n<h3>University of Wisconsin-Stevens Point</h3>\r\nB.S. degrees\r\nMajor in Wildlife\r\nMinor in Captive Wildlife management\r\n2100 Main Street\r\nStevens Point, WI 54481-3897\r\n(715) 346-0123\r\n\r\nSue Kissinger\r\nCoordinator of Advising and Recruitment\r\nStudent Success Center - 180 CNR\r\nCollege of Natural Resources\r\n\r\nShelli Dubay, Ph.D.\r\nAssistant Professor, Wildlife\r\n327 CNR\r\nCollege of Natural Resources\r\nUniversity of Wisconsin-Stevens Point\r\n(715) 346-4178\r\nFax: (715) 346-3624\r\n<a href="mailto:sdubay@uwsp.edu">sdubay@uwsp.edu</a>\r\n\r\nWhile not directly advertised for zookeepers this program offers much of the same basic knowledge and skill that would be needed for the job.\r\n\r\n<a href="http://www.uwsp.edu/admissions/guides/captivewildlife.aspx">http://www.uwsp.edu/admissions/guides/captivewildlife.aspx</a>\r\n<h3>Western Illinois University School of Graduate Studies</h3>\r\nPost-Baccalaureate Certificate: Zoo &amp; Aquarium Studies\r\n1 University Circle\r\nMemorial Hall 237\r\nMacomb, IL 61455-1390\r\n(309)-298-1806\r\n<a href="mailto:Grad-Office@wiu.edu">Grad-Office@wiu.edu</a>\r\n\r\n<a href="http://www.wiu.edu/grad/catalog/zooaquastudies.php">http://www.wiu.edu/grad/catalog/zooaquastudies.php</a>', 'Four-Year Programs', 0, '', 'inherit', 'closed', 'closed', '', '95-revision-6', '', '', '2010-09-14 20:56:45', '2010-09-15 01:56:45', '', 95, 'http://aazk.org/uncategorized/95-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1948, 2, '2011-04-14 07:51:49', '2011-04-14 12:51:49', '<h3>Alamance Community College</h3>\r\nA.A.S. Animal Care &amp; Management Technology\r\nP.O. Box 8000\r\nGraham, NC  27253-8000\r\n(336) 506-4385\r\n\r\nProgram Contact: Christine Remington, Department Head - <a href="mailto:remingc@alamancecc.edu">remingc@alamancecc.edu</a>\r\n\r\nThe A.A.S. degree in Animal Care and Management Technology focuses on cultivating caring, educated, and experienced employees in a wide variety of animal related fields including exotic animal husbandry.  With a broad base of knowledge including habitat design, sanitation, nutrition, healthcare, principles of behavior and training, and animal handling and restraint grounded in hours of service learning projects, rigorous competencies, and cooperative work experiences, students exemplify the education, compassion &amp; skill of captive animal care and management.\r\n\r\n<a href="http://www.alamancecc.edu/curriculum_courses_programs/courses_programs/programs_of_study/programs/prog.php?curr=A55100">A.A.S. Animal Care &amp; Management Technology Curriculum</a>\r\n<h3>America\'s Teaching Zoo at Moorpark College</h3>\r\nExotic Animal Management and Training Program (EATM)\r\nMoorpark College\r\n7075 Campus Road\r\nMoorpark, CA 93021\r\n(805) 378-1441\r\n\r\nStudents may earn an A.S. degree by taking general education courses alongside their zoo curriculum and they can earn degrees and certificates in Animal Training, and Wildlife Education. This is an intense program and EATM students are required to attend classes, work with and care for the animals, and work at the campus zoo most days and weekends.\r\n<ul>\r\n	<li><a href="mailto:EATM@vcccd.net">EATM@vcccd.net</a></li>\r\n	<li><a href="http://www.moorparkcollege.edu/current_students/teaching_zoo/index.shtml">http://www.moorparkcollege.edu/current_students/teaching_zoo/index.shtml</a></li>\r\n</ul>\r\n<h3>Davidson County Community College</h3>\r\nA.A.S. Zoo &amp; Aquarium Science\r\nP.O. Box 1287\r\nLexington, NC 27293-1287\r\n(336) 249-8186\r\n\r\nProgram Contacts\r\nJill Simpson\r\n<a href="mailto:jbsimpso@davidsonccc.edu">jbsimpso@davidsonccc.edu</a>\r\n336.249.8186, ext. 6231\r\n\r\nMark Stevens\r\n<a href="mailto:mesteven@davidsonccc.edu">mesteven@davidsonccc.edu</a>\r\n336.249.8186, ext. 6737\r\n\r\nThe Zoo &amp; Aquarium Science program combines a rigorous classroom curriculum with extensive co-opexperiences over 5 semesters. Graduates of the Zoo &amp; Aquarium Science program will be prepared for employment at an entry level in the zoo and/or aquarium profession or to continue their academic studies in zoo science. Co-op experiences may involve animal collections in a zoological park, wild animal safari park university research facility and/or aquarium setting.\r\n\r\n<a href="http://www.davidsonccc.edu/academics/ase-zoo.htm">http://www.davidsonccc.edu/academics/ase-zoo.htm</a>\r\n<h3>Harcum College</h3>\r\nA.S. in Animal Center Management\r\nHarcum College\r\n750 Montgomery Avenue\r\nBryn Mawr, PA 19010\r\n(610) 525-4100\r\n\r\nProgram Director: Mary Friday\r\n(610) 526-6108\r\n<a href="mailto:mfriday@harcum.edu">mfriday@harcum.edu</a>\r\n\r\nAnimal Center Managers provide managerial support to veterinarians in clinics and hospitals, biological research settings, animal control, humane organizations, zoos and educational facilities. Management duties include both the facility and its personnel. Animal Center Managers must complete a 2-year educational program, and 250 hours of practical experience.\r\n\r\n<a href="http://www.harcum.edu/PS_ACD_Animal_Center_Management_632839831382031250.aspx">http://www.harcum.edu/PS_ACD_Animal_Center_Management_632839831382031250.aspx</a>\r\n<h3>Jefferson Community College, Watertown, New York</h3>\r\nA.A.S. Degree in Animal management\r\n1220 Coffeen St.\r\nWatertown, NY 13601\r\n\r\nProgram Director: Mark D. Irwin, D.V.M.\r\n<a href="mailto:mirwin@sunyjefferson.edu">mirwin@sunyjefferson.edu</a>\r\nAdmissions Office, (315) 786-2277\r\n\r\nThe Animal Management Program at Jefferson Community College is designed to provide students with the basic skills, experience and knowledge required for a career as a progressive zoo keeper in zoological parks. Upon graduation with this Associate in Applied Sciences degree, students will have been exposed to all aspects of zoo animal management and care. Students will study at many of the zoos of New York State and Southern Canada. Hands-on keeping experience is provided at Syracuse\'s Rosamond Gifford Zoo (AZA) and The New York State Zoo at Thompson Park.\r\n<ul>\r\n	<li><a href="http://www.zookeeping.com">http://www.zookeeping.com</a></li>\r\n	<li><a href="http://www.sunyjefferson.edu/amg">http://www.sunyjefferson.edu/amg</a></li>\r\n</ul>\r\n<h3>Syracuse\'s Rosamond Gifford Zoo</h3>\r\n<a href="http://www.rosamondgiffordzoo.org">http://www.rosamondgiffordzoo.org</a>\r\n<h3>The New York State Zoo at Thompson Park</h3>\r\n<a href="http://www.nyszoo.org">http://www.nyszoo.org</a>\r\n<h3>Niagara County Community College</h3>\r\nA.A.S. in Animal Management\r\n3111 Saunders Settlement Rd.\r\nSanborn, NY 14132\r\n(716)-614-6222\r\n\r\n<a href="http://catalog.niagaracc.suny.edu/preview_program.php?catoid=6&amp;poid=213&amp;returnto=132">http://catalog.niagaracc.suny.edu/preview_program.php?catoid=6&amp;poid=213&amp;returnto=132</a>\r\n<h3>Buffalo Zoo</h3>\r\n300 Parkside Ave\r\nBuffalo, N.Y. 14214-1999\r\n(716)-837-3900\r\n<a href="http://www.buffalozoo.org/">http://www.buffalozoo.org/</a>\r\n<h3>Pikes Peak Community College</h3>\r\nA.A.S. in Zoo Keeping Technology\r\n5675 S. Academy Blvd.\r\nColorado Springs, CO 80906 USA\r\n(800) 456-6847 | (719) 576-7711\r\n\r\nProgram Coordinator: Tracey Anderson\r\n(719) 650-0472 or (719) 502-3443\r\n<a href="mailto:Tracey.Anderson@ppcc.edu">Tracey.Anderson@ppcc.edu</a>\r\n\r\nThe program is a two-year degree in which students complete 675 hours of hands on training through required internships. The program is 75 credit hours. In addition to the practical application, students are trained in animal husbandry, exhibitry, safety, veterinary care, horticulture, public relations, career development, and environmental science. The program also offers electives such as elephant management, animal training, advanced exhibitry techniques, primate studies and adventures in zoo design.\r\n<ul>\r\n	<li><a href="http://www.ppcc.cccoes.edu/">http://www.ppcc.cccoes.edu/</a></li>\r\n	<li><a href="http://www.ppcc.edu/CatalogSchedule/Courses/Courses.cfm?Course=ZOO">http://www.ppcc.edu/CatalogSchedule/Courses/Courses.cfm?Course=ZOO</a></li>\r\n</ul>\r\n<h3>Cheyenne Mountain Zoo</h3>\r\nhttp://www.cmzoo.org/\r\n4250 Cheyenne Mountain Zoo Road\r\nColorado Springs, CO 80906\r\n(719)633-9925\r\n<a href="mailto:info@cmzoo.org">info@cmzoo.org</a>\r\n<h3>Santa Fe College</h3>\r\nA.S. in Zoo Technology\r\n3000 N.W. 83rd Street\r\nGainesville, FL 32606\r\n\r\nLinda Asbell\r\n(352) 395-5604\r\n<a href="mailto:linda.asbell@sfcollege.edu">linda.asbell@sfcollege.edu</a>\r\n\r\nThe Zoo Animal Technology Program at Santa Fe Community College was the first program of its kind, and the first to offer a great combination of academic classes and hands on experiences in the animal fields. Students in the program will complete a 74 credit hour course of study over five semesters, including academic classes on all animal groups, animal nutrition, animal breeding, as well as visitor education. In addition to the academic classes the students will work in the Teaching Zoo (an AZA accredited facility) for over 1800 hours. This training enables students to find employment in a variety of fields including zookeeping, park naturalist, zoo education, animal technician and a host of other animal husbandry fields. Four-year programs are also available in cooperation with State University of New York at Oswego, Friends University in Wichita, Kansas, and University of West Florida in Pensacola, Florida. Please contact Linda Asbell (above) for cooperative information.\r\n\r\n<a href="http://www.sfcollege.edu/zoo">http://www.sfcollege.edu/zoo</a>\r\n<h3>Portland Community College</h3>\r\nA.A.S. in Biology and Management of Zoo Animals\r\nRock Creek Campus\r\n17705 NW Springville Rd\r\nPortland, Oregon 97229\r\nProgram Coordinator:  Joyce Kaplan\r\n<a href="mailto:jkaplan@pensacolastate.edu">jkaplan@pensacolastate.edu</a>\r\n\r\nThis is a two-year full time program that will open for admissions in Fall of 2012 in conjunction with the Oregon Zoo and Oregon National Primate Research Center.  The coursework in planning includes over 1000 internship hours as well as a wide variety of courses critical for modern zoological management.', 'Two-Year Programs', 0, '', 'inherit', 'closed', 'closed', '', '88-revision-13', '', '', '2011-04-14 07:51:49', '2011-04-14 12:51:49', '', 88, 'http://aazk.org/uncategorized/88-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1947, 2, '2011-04-14 07:47:34', '2011-04-14 12:47:34', '<h3>Alamance Community College</h3>\r\nA.A.S. Animal Care &amp; Management Technology\r\nP.O. Box 8000\r\nGraham, NC  27253-8000\r\n(336) 506-4385\r\n\r\nProgram Contact: Christine Remington, Department Head - <a href="mailto:remingc@alamancecc.edu">remingc@alamancecc.edu</a>\r\n\r\nThe A.A.S. degree in Animal Care and Management Technology focuses on cultivating caring, educated, and experienced employees in a wide variety of animal related fields including exotic animal husbandry.  With a broad base of knowledge including habitat design, sanitation, nutrition, healthcare, principles of behavior and training, and animal handling and restraint grounded in hours of service learning projects, rigorous competencies, and cooperative work experiences, students exemplify the education, compassion &amp; skill of captive animal care and management.\r\n\r\n<a href="http://www.alamancecc.edu/curriculum_courses_programs/courses_programs/programs_of_study/programs/prog.php?curr=A55100">A.A.S. Animal Care &amp; Management Technology Curriculum</a>\r\n<h3>America\'s Teaching Zoo at Moorpark College</h3>\r\nExotic Animal Management and Training Program (EATM)\r\nMoorpark College\r\n7075 Campus Road\r\nMoorpark, CA 93021\r\n(805) 378-1441\r\n\r\nStudents may earn an A.S. degree by taking general education courses alongside their zoo curriculum and they can earn degrees and certificates in Animal Training, and Wildlife Education. This is an intense program and EATM students are required to attend classes, work with and care for the animals, and work at the campus zoo most days and weekends.\r\n<ul>\r\n	<li><a href="mailto:EATM@vcccd.net">EATM@vcccd.net</a></li>\r\n	<li><a href="http://www.moorparkcollege.edu/current_students/teaching_zoo/index.shtml">http://www.moorparkcollege.edu/current_students/teaching_zoo/index.shtml</a></li>\r\n</ul>\r\n<h3>Davidson County Community College</h3>\r\nA.A.S. Zoo &amp; Aquarium Science\r\nP.O. Box 1287\r\nLexington, NC 27293-1287\r\n(336) 249-8186\r\n\r\nProgram Contacts\r\nJill Simpson\r\n<a href="mailto:jbsimpso@davidsonccc.edu">jbsimpso@davidsonccc.edu</a>\r\n336.249.8186, ext. 6231\r\n\r\nMark Stevens\r\n<a href="mailto:mesteven@davidsonccc.edu">mesteven@davidsonccc.edu</a>\r\n336.249.8186, ext. 6737\r\n\r\nThe Zoo &amp; Aquarium Science program combines a rigorous classroom curriculum with extensive co-opexperiences over 5 semesters. Graduates of the Zoo &amp; Aquarium Science program will be prepared for employment at an entry level in the zoo and/or aquarium profession or to continue their academic studies in zoo science. Co-op experiences may involve animal collections in a zoological park, wild animal safari park university research facility and/or aquarium setting.\r\n\r\n<a href="http://www.davidsonccc.edu/academics/ase-zoo.htm">http://www.davidsonccc.edu/academics/ase-zoo.htm</a>\r\n<h3>Harcum College</h3>\r\nA.S. in Animal Center Management\r\nHarcum College\r\n750 Montgomery Avenue\r\nBryn Mawr, PA 19010\r\n(610) 525-4100\r\n\r\nProgram Director: Mary Friday\r\n(610) 526-6108\r\n<a href="mailto:mfriday@harcum.edu">mfriday@harcum.edu</a>\r\n\r\nAnimal Center Managers provide managerial support to veterinarians in clinics and hospitals, biological research settings, animal control, humane organizations, zoos and educational facilities. Management duties include both the facility and its personnel. Animal Center Managers must complete a 2-year educational program, and 250 hours of practical experience.\r\n\r\n<a href="http://www.harcum.edu/PS_ACD_Animal_Center_Management_632839831382031250.aspx">http://www.harcum.edu/PS_ACD_Animal_Center_Management_632839831382031250.aspx</a>\r\n<h3>Jefferson Community College, Watertown, New York</h3>\r\nA.A.S. Degree in Animal management\r\n1220 Coffeen St.\r\nWatertown, NY 13601\r\n\r\nProgram Director: Mark D. Irwin, D.V.M.\r\n<a href="mailto:mirwin@sunyjefferson.edu">mirwin@sunyjefferson.edu</a>\r\nAdmissions Office, (315) 786-2277\r\n\r\nThe Animal Management Program at Jefferson Community College is designed to provide students with the basic skills, experience and knowledge required for a career as a progressive zoo keeper in zoological parks. Upon graduation with this Associate in Applied Sciences degree, students will have been exposed to all aspects of zoo animal management and care. Students will study at many of the zoos of New York State and Southern Canada. Hands-on keeping experience is provided at Syracuse\'s Rosamond Gifford Zoo (AZA) and The New York State Zoo at Thompson Park.\r\n<ul>\r\n	<li><a href="http://www.zookeeping.com">http://www.zookeeping.com</a></li>\r\n	<li><a href="http://www.sunyjefferson.edu/amg">http://www.sunyjefferson.edu/amg</a></li>\r\n</ul>\r\n<h3>Syracuse\'s Rosamond Gifford Zoo</h3>\r\n<a href="http://www.rosamondgiffordzoo.org">http://www.rosamondgiffordzoo.org</a>\r\n<h3>The New York State Zoo at Thompson Park</h3>\r\n<a href="http://www.nyszoo.org">http://www.nyszoo.org</a>\r\n<h3>Niagara County Community College</h3>\r\nA.A.S. in Animal Management\r\n3111 Saunders Settlement Rd.\r\nSanborn, NY 14132\r\n(716)-614-6222\r\n\r\nCoordinator: Aaron Cobaugh\r\n(716) 614-6424, <a href="mailto:acobaugh@niagaracc.suny.edu">acobaugh@niagaracc.suny.edu</a>\r\n<a href="http://www.niagaracc.suny.edu/lsd/animal.html">http://www.niagaracc.suny.edu/lsd/animal.html</a>\r\n<h3>Buffalo Zoo</h3>\r\n300 Parkside Ave\r\nBuffalo, N.Y. 14214-1999\r\n(716)-837-3900\r\n<a href="http://www.buffalozoo.org/">http://www.buffalozoo.org/</a>\r\n<h3>Pikes Peak Community College</h3>\r\nA.A.S. in Zoo Keeping Technology\r\n5675 S. Academy Blvd.\r\nColorado Springs, CO 80906 USA\r\n(800) 456-6847 | (719) 576-7711\r\n\r\nProgram Coordinator: Tracey Anderson\r\n(719) 650-0472 or (719) 502-3443\r\n<a href="mailto:Tracey.Anderson@ppcc.edu">Tracey.Anderson@ppcc.edu</a>\r\n\r\nThe program is a two-year degree in which students complete 675 hours of hands on training through required internships. The program is 75 credit hours. In addition to the practical application, students are trained in animal husbandry, exhibitry, safety, veterinary care, horticulture, public relations, career development, and environmental science. The program also offers electives such as elephant management, animal training, advanced exhibitry techniques, primate studies and adventures in zoo design.\r\n<ul>\r\n	<li><a href="http://www.ppcc.cccoes.edu/">http://www.ppcc.cccoes.edu/</a></li>\r\n	<li><a href="http://www.ppcc.edu/CatalogSchedule/Courses/Courses.cfm?Course=ZOO">http://www.ppcc.edu/CatalogSchedule/Courses/Courses.cfm?Course=ZOO</a></li>\r\n</ul>\r\n<h3>Cheyenne Mountain Zoo</h3>\r\nhttp://www.cmzoo.org/\r\n4250 Cheyenne Mountain Zoo Road\r\nColorado Springs, CO 80906\r\n(719)633-9925\r\n<a href="mailto:info@cmzoo.org">info@cmzoo.org</a>\r\n<h3>Santa Fe College</h3>\r\nA.S. in Zoo Technology\r\n3000 N.W. 83rd Street\r\nGainesville, FL 32606\r\n\r\nLinda Asbell\r\n(352) 395-5604\r\n<a href="mailto:linda.asbell@sfcollege.edu">linda.asbell@sfcollege.edu</a>\r\n\r\nThe Zoo Animal Technology Program at Santa Fe Community College was the first program of its kind, and the first to offer a great combination of academic classes and hands on experiences in the animal fields. Students in the program will complete a 74 credit hour course of study over five semesters, including academic classes on all animal groups, animal nutrition, animal breeding, as well as visitor education. In addition to the academic classes the students will work in the Teaching Zoo (an AZA accredited facility) for over 1800 hours. This training enables students to find employment in a variety of fields including zookeeping, park naturalist, zoo education, animal technician and a host of other animal husbandry fields. Four-year programs are also available in cooperation with State University of New York at Oswego, Friends University in Wichita, Kansas, and University of West Florida in Pensacola, Florida. Please contact Linda Asbell (above) for cooperative information.\r\n\r\n<a href="http://www.sfcollege.edu/zoo">http://www.sfcollege.edu/zoo</a>\r\n<h3>Portland Community College</h3>\r\nA.A.S. in Biology and Management of Zoo Animals\r\nRock Creek Campus\r\n17705 NW Springville Rd\r\nPortland, Oregon 97229\r\nProgram Coordinator:  Joyce Kaplan\r\n<a href="mailto:jkaplan@pensacolastate.edu">jkaplan@pensacolastate.edu</a>\r\n\r\nThis is a two-year full time program that will open for admissions in Fall of 2012 in conjunction with the Oregon Zoo and Oregon National Primate Research Center.  The coursework in planning includes over 1000 internship hours as well as a wide variety of courses critical for modern zoological management.', 'Two-Year Programs', 0, '', 'inherit', 'closed', 'closed', '', '88-revision-12', '', '', '2011-04-14 07:47:34', '2011-04-14 12:47:34', '', 88, 'http://aazk.org/uncategorized/88-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1950, 2, '2011-04-14 08:09:28', '2011-04-14 13:09:28', '<h3>Canisius College</h3>\nB.S. in Biology with a Minor in Zoo Biology\n2001 Main Street\nBuffalo, NY 14208-1098\n(716)-883-7000\n<a href="mailto:noonan@canisius.edu">noonan@canisius.edu</a>\n\nStudents receive rigorous background preparation in coursework through an abundance of hands-on experiences at various zoos and marine parks in Western New York and Ontario, Canada.\n<ul>\n	<li><a href="http://www.canisius.edu/">http://www.canisius.edu/</a></li>\n	<li><a href="http://www.canisius.edu/biopsych/zoobio/">http://www.canisius.edu/biopsych/zoobio/</a></li>\n</ul>\n<h3>Delaware Valley College</h3>\nB.S. in Animal Biotechnology and Conservation\n\nStudents in the Animal Biotechnology and Conservation program may major in Zoo Science, Small Animal Science or Conservation &amp; Wildlife Management. The choice of major is made upon completion of the first year of study.\n<ul>\n	<li><a href="http://www.delval.edu/cms/">http://www.delval.edu/cms/</a></li>\n	<li><a href="http://delval.edu/cms/index.php/delval/overview_sn/animal_bio">http://delval.edu/cms/index.php/delval/overview_sn/animal_bio</a></li>\n</ul>\n<h3>Emporia State University</h3>\nB.S. and MS/MA in Biology with Environmental Biology, Zoology, and Botany emphases available.\n1200 Commercial Street\nEmporia, KS 66801\n(620) 341-5611\n\nPrograms emphasize natural history, lab and fieldwork, and modern developments in organismic biology.\n\nVisit <a href="http://www.emporia.edu/biosci/eeb.htm">http://www.emporia.edu/biosci/eeb.htm</a> for departmental information.\n\nVisit <a href="http://www.emporia.edu/ksn/">http://www.emporia.edu/ksn/</a> for the Kansas School Naturalist.\n<h3>Friends University</h3>\nB.S. and M.S.\n2100 W. University St.\nWichita KS 67213\n(316)-295-5000\n(800)-794-6945\n\nB.S. and M.S. programs with emphasis in Zoo Science, Zoo Management, and Zoo Education; requires 360 hours of practical experience at Sedgwick County Zoo. Also, Friends University offers a cooperative program through Santa Fe Community College Teaching Zoo (see Two Year Programs).\n\n<a href="http://www.friends.edu/academics/zoo-science">http://www.friends.edu/academics/zoo-science</a>\n<h3>Sedgwick County Zoo</h3>\n5555 Zoo Boulevard\nWichita, Kansas\nUSA 67212-1698\n(316) 660-WILD (9453)\n\n<a href="http://www.scz.org/">http://www.scz.org/</a>\n<h3>Michigan State University</h3>\nB.S. in Zoology with disciplinary concentration in Zoo and Aquarium Science\nDr. Richard Snider, Program Coordinator\nDepartment of Zoology\n219 Natural Science Building\nMichigan State University\nEast Lansing, MI 48824-1115\n(517) 353-9864\n<a href="mailto:snider@msu.edu">snider@msu.edu</a>\n\n<a href="http://www.msu.edu/">http://www.msu.edu/</a>\n<h3>Oswego, State University of New York</h3>\nB.S. in Zoology\nDepartment of Biology\nState University of New York at Oswego\nOswego, NY 13126\n(315) 341-2776\n\nOffers a cooperative program though the Santa Fe Teaching Zoo (see Two Year Programs).\n\n<a href="http://www.oswego.edu">http://www.oswego.edu</a>\n<h3>Unity College</h3>\nB.S. in Captive Wildlife Care and Education\n90 Quaker Hill Road\nUnity, Maine 04988\n(207) 948-3131\n\nThis program is designed for students interested in careers involving a hands-on approach to the care and husbandry of captive wild species, and educating the public concerning wildlife issues. Students receive a solid foundation in the biological sciences, along with courses focused on wildlife science, education and interpretation. Potential employers include zoos, aquaria, rehabilitation and wildlife education facilities.\n<ul>\n	<li><a href="http://www.unity.edu/default.aspx">http://www.unity.edu/default.aspx</a></li>\n	<li><a href="http://www.unity.edu/Academic/Majors/WildlifeCareAndEducation/WildlifeCareAndEducation.aspx">http://www.unity.edu/Academic/Majors/WildlifeCareAndEducation/WildlifeCareAndEducation.aspx</a></li>\n</ul>\n<h3>University of West Florida</h3>\nB.S. in Zoo Science as part of an Interdisciplinary Science Degree\n11000 University Parkway\nPensacola, FL 32514\n(850) 474-2000\n\nSteve Celestial, Zoo Science Advisor, <a href="mailto:scelestial@uwf.edu">scelestial@uwf.edu</a>\nOffers cooperative programs with the Pensacola Junior College Zoo Animal Technology Program and Santa Fe Community College Teaching Zoo (see Two Year Programs).\n\n<a href="http://uwf.edu/catalog/intscibs.pdf">http://uwf.edu/catalog/intscibs.pdf</a>\n<h3>University of Wisconsin-Stevens Point</h3>\nB.S. degrees\nMajor in Wildlife\nMinor in Captive Wildlife management\n2100 Main Street\nStevens Point, WI 54481-3897\n(715) 346-0123\n\nSue Kissinger\nCoordinator of Advising and Recruitment\nStudent Success Center - 180 CNR\nCollege of Natural Resources\n\nShelli Dubay, Ph.D.\nAssistant Professor, Wildlife\n327 CNR\nCollege of Natural Resources\nUniversity of Wisconsin-Stevens Point\n(715) 346-4178\nFax: (715) 346-3624\n<a href="mailto:sdubay@uwsp.edu">sdubay@uwsp.edu</a>\n\nWhile not directly advertised for zookeepers this program offers much of the same basic knowledge and skill that would be needed for the job.\n\n<a href="http://www.uwsp.edu/admissions/guides/captivewildlife.aspx">http://www.uwsp.edu/admissions/guides/captivewildlife.aspx</a>\n<h3>Western Illinois University School of Graduate Studies</h3>\nPost-Baccalaureate Certificate: Zoo &amp; Aquarium Studies\n1 University Circle\nMemorial Hall 237\nMacomb, IL 61455-1390\n(309)-298-1806\n<a href="mailto:Grad-Office@wiu.edu">Grad-Office@wiu.edu</a>\n\n<a href="http://www.wiu.edu/graduate_studies/catalog/post_bacc_certificates/zooaquastudies.php">http://www.wiu.edu/graduate_studies/catalog/post_bacc_certificates/zooaquastudies.php</a>', 'Four-Year Programs', 0, '', 'inherit', 'closed', 'closed', '', '95-autosave', '', '', '2011-04-14 08:09:28', '2011-04-14 13:09:28', '', 95, 'http://aazk.org/uncategorized/95-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1951, 2, '2011-04-14 08:04:58', '2011-04-14 13:04:58', '<h3>Canisius College</h3>\r\nB.S. in Biology with a Minor in Zoo Biology\r\n2001 Main Street\r\nBuffalo, NY 14208-1098\r\n(716)-883-7000\r\n<a href="mailto:noonan@canisius.edu">noonan@canisius.edu</a>\r\n\r\nStudents receive rigorous background preparation in coursework through an abundance of hands-on experiences at various zoos and marine parks in Western New York and Ontario, Canada.\r\n<ul>\r\n	<li><a href="http://www.canisius.edu/">http://www.canisius.edu/</a></li>\r\n	<li><a href="http://www.canisius.edu/biopsych/zoobio/">http://www.canisius.edu/biopsych/zoobio/</a></li>\r\n</ul>\r\n<h3>Delaware Valley College</h3>\r\nB.S. in Animal Biotechnology and Conservation\r\n\r\nStudents in the Animal Biotechnology and Conservation program may major in Zoo Science, Small Animal Science or Conservation &amp; Wildlife Management. The choice of major is made upon completion of the first year of study.\r\n<ul>\r\n	<li><a href="http://www.delval.edu/cms/">http://www.delval.edu/cms/</a></li>\r\n	<li><a href="http://delval.edu/cms/index.php/delval/overview_sn/animal_bio">http://delval.edu/cms/index.php/delval/overview_sn/animal_bio</a></li>\r\n</ul>\r\n<h3>Emporia State University</h3>\r\nB.S. and MS/MA in Biology with Environmental Biology, Zoology, and Botany emphases available.\r\n1200 Commercial Street\r\nEmporia, KS 66801\r\n(620) 341-5611\r\n\r\nPrograms emphasize natural history, lab and fieldwork, and modern developments in organismic biology.\r\n\r\nVisit <a href="http://www.emporia.edu/biosci/eeb.htm">http://www.emporia.edu/biosci/eeb.htm</a> for departmental information.\r\n\r\nVisit <a href="http://www.emporia.edu/ksn/">http://www.emporia.edu/ksn/</a> for the Kansas School Naturalist.\r\n<h3>Friends University</h3>\r\nB.S. and M.S.\r\n2100 W. University St.\r\nWichita KS 67213\r\n(316)-295-5000\r\n(800)-794-6945\r\n\r\nB.S. and M.S. programs with emphasis in Zoo Science, Zoo Management, and Zoo Education; requires 360 hours of practical experience at Sedgwick County Zoo. Also, Friends University offers a cooperative program through Santa Fe Community College Teaching Zoo (see Two Year Programs).\r\n\r\n<a href="http://www.friends.edu/academics/zoo-science">http://www.friends.edu/academics/zoo-science</a>\r\n<h3>Sedgwick County Zoo</h3>\r\n5555 Zoo Boulevard\r\nWichita, Kansas\r\nUSA 67212-1698\r\n(316) 660-WILD (9453)\r\n\r\n<a href="http://www.scz.org/">http://www.scz.org/</a>\r\n<h3>Michigan State University</h3>\r\nB.S. in Zoology with disciplinary concentration in Zoo and Aquarium Science\r\nDr. Richard Snider, Program Coordinator\r\nDepartment of Zoology\r\n219 Natural Science Building\r\nMichigan State University\r\nEast Lansing, MI 48824-1115\r\n(517) 353-9864\r\n<a href="mailto:snider@msu.edu">snider@msu.edu</a>\r\n\r\n<a href="http://www.msu.edu/">http://www.msu.edu/</a>\r\n<h3>Oswego, State University of New York</h3>\r\nB.S. in Zoology\r\nDepartment of Biology\r\nState University of New York at Oswego\r\nOswego, NY 13126\r\n(315) 341-2776\r\n\r\nOffers a cooperative program though the Santa Fe Teaching Zoo (see Two Year Programs).\r\n\r\n<a href="http://www.oswego.edu">http://www.oswego.edu</a>\r\n<h3>Unity College</h3>\r\nB.S. in Captive Wildlife Care and Education\r\n90 Quaker Hill Road\r\nUnity, Maine 04988\r\n(207) 948-3131\r\n\r\nThis program is designed for students interested in careers involving a hands-on approach to the care and husbandry of captive wild species, and educating the public concerning wildlife issues. Students receive a solid foundation in the biological sciences, along with courses focused on wildlife science, education and interpretation. Potential employers include zoos, aquaria, rehabilitation and wildlife education facilities.\r\n<ul>\r\n	<li><a href="http://www.unity.edu/default.aspx">http://www.unity.edu/default.aspx</a></li>\r\n	<li><a href="http://www.unity.edu/Academic/Majors/WildlifeCareAndEducation/WildlifeCareAndEducation.aspx">http://www.unity.edu/Academic/Majors/WildlifeCareAndEducation/WildlifeCareAndEducation.aspx</a></li>\r\n</ul>\r\n<h3>University of West Florida</h3>\r\nB.S. in Zoo Science as part of an Interdisciplinary Science Degree\r\n11000 University Parkway\r\nPensacola, FL 32514\r\n(850) 474-2000\r\n\r\nSteve Celestial, Zoo Science Advisor, <a href="mailto:scelestial@uwf.edu">scelestial@uwf.edu</a>\r\nOffers cooperative programs with the Pensacola Junior College Zoo Animal Technology Program and Santa Fe Community College Teaching Zoo (see Two Year Programs).\r\n\r\n<a href="http://uwf.edu/catalog/intscibs.pdf">http://uwf.edu/catalog/intscibs.pdf</a>\r\n<h3>University of Wisconsin-Stevens Point</h3>\r\nB.S. degrees\r\nMajor in Wildlife\r\nMinor in Captive Wildlife management\r\n2100 Main Street\r\nStevens Point, WI 54481-3897\r\n(715) 346-0123\r\n\r\nSue Kissinger\r\nCoordinator of Advising and Recruitment\r\nStudent Success Center - 180 CNR\r\nCollege of Natural Resources\r\n\r\nShelli Dubay, Ph.D.\r\nAssistant Professor, Wildlife\r\n327 CNR\r\nCollege of Natural Resources\r\nUniversity of Wisconsin-Stevens Point\r\n(715) 346-4178\r\nFax: (715) 346-3624\r\n<a href="mailto:sdubay@uwsp.edu">sdubay@uwsp.edu</a>\r\n\r\nWhile not directly advertised for zookeepers this program offers much of the same basic knowledge and skill that would be needed for the job.\r\n\r\n<a href="http://www.uwsp.edu/admissions/guides/captivewildlife.aspx">http://www.uwsp.edu/admissions/guides/captivewildlife.aspx</a>\r\n<h3>Western Illinois University School of Graduate Studies</h3>\r\nPost-Baccalaureate Certificate: Zoo &amp; Aquarium Studies\r\n1 University Circle\r\nMemorial Hall 237\r\nMacomb, IL 61455-1390\r\n(309)-298-1806\r\n<a href="mailto:Grad-Office@wiu.edu">Grad-Office@wiu.edu</a>\r\n\r\n<a href="http://www.wiu.edu/grad/catalog/zooaquastudies.php">http://www.wiu.edu/grad/catalog/zooaquastudies.php</a>', 'Four-Year Programs', 0, '', 'inherit', 'closed', 'closed', '', '95-revision-7', '', '', '2011-04-14 08:04:58', '2011-04-14 13:04:58', '', 95, 'http://aazk.org/uncategorized/95-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1952, 2, '2009-05-26 21:07:50', '2009-05-27 02:07:50', '<h3>George Mason University</h3>\r\n\r\n<p>Interdisciplinary Studies in Zoo and Aquarium Leadership<br />\r\nDr. Thomas C. Wood<br />\r\nAssistant Professor<br />\r\nNew Century College<br />\r\n(703)-993-3167, <a href="mailto:twood@gmu.edu">twood@gmu.edu</a>, <a href="mailto:mais@gmu.edu">mais@gmu.edu</a></p>\r\n\r\n<p>This Master of Arts degree prepares students for advanced careers in modern, professional zoos and aquariums. It offers three specializations within the concentration:<br />\r\nLeadership in Zoo/Aquarium Collections Management<br />\r\nLeadership in Zoo/Aquarium Administration<br />\r\nLeadership in Zoo/Aquarium Conservation Education</p>\r\n\r\n<p><a href="http://chss.gmu.edu/concentrations/show/LA-MAIS-ISIN-ZAL">http://chss.gmu.edu/concentrations/show/LA-MAIS-ISIN-ZAL</a></p>\r\n\r\n<h3>Michigan State University</h3>\r\n\r\n<p>proMSc in Zoo and Aquarium Science Management<br />\r\nDr. Richard Snider, Program Coordinator, <a href="mailto:snider@msu.edu">snider@msu.edu</a><br />\r\nDepartment of Zoology<br />\r\n203 Natural Science Building<br />\r\nMichigan State University<br />\r\nEast Lansing, MI 48824-1115<br />\r\n(517) 355-4640<br />\r\n<a href="http://www.zas.msu.edu/">http://www.zas.msu.edu/</a></p>\r\n\r\n<h3>University of Plymouth</h3>\r\n<p>MSc/PgDip Zoo Conservation Biology<br />\r\nPostgraduate Admissions<br />\r\nFaculty of Science<br />\r\nUniversity of Plymouth, Drake Circus, Plymouth PL4 8AA<br />\r\nUnited Kingdom<br />\r\nTel: +44 (0)1752 233093</p>\r\n\r\n<p>This programme aims to provide the essential knowledge to support scientists working in areas of captive breeding, management of exotic animal species, and wildlife conservation. The programme is jointly delivered by staff of the University and Paignton Zoo Environment Park, Totnes Road, Paignton, Devon, TQ4 7EU.</p>\r\n\r\n<ul>\r\n    <li><a href="mailto:science@plymouth.ac.uk">science@plymouth.ac.uk</a></li>\r\n    <li><a href="http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678">http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678</a></li>\r\n    <li><a href="http://www.paigntonzoo.org.uk/">http://www.paigntonzoo.org.uk/</a></li>\r\n</ul>', 'Management Programs', 0, '', 'inherit', 'closed', 'closed', '', '106-revision-5', '', '', '2009-05-26 21:07:50', '2009-05-27 02:07:50', '', 106, 'http://aazk.org/uncategorized/106-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1953, 2, '2011-04-14 08:12:46', '2011-04-14 13:12:46', '<h3>George Mason University</h3>\nInterdisciplinary Studies in Zoo and Aquarium Leadership\nDr. Thomas C. Wood\nAssistant Professor\nNew Century College\n(703)-993-3167, <a href="mailto:twood@gmu.edu">twood@gmu.edu</a>, <a href="mailto:mais@gmu.edu">mais@gmu.edu</a>\n\nThis Master of Arts degree prepares students for advanced careers in modern, professional zoos and aquariums. It offers three specializations within the concentration:\nLeadership in Zoo/Aquarium Collections Management\nLeadership in Zoo/Aquarium Administration\nLeadership in Zoo/Aquarium Conservation Education\n\n<a href="http://chss.gmu.edu/concentrations/show/LA-MAIS-ISIN-ZAL">http://chss.gmu.edu/concentrations/show/LA-MAIS-ISIN-ZAL</a>\n<h3>Michigan State University</h3>\nproMSc in Zoo and Aquarium Science Management\nDr. Richard Snider, Program Coordinator, <a href="mailto:snider@msu.edu">snider@msu.edu</a>\nDepartment of Zoology\n203 Natural Science Building\nMichigan State University\nEast Lansing, MI 48824-1115\n(517) 355-4640\n<a href="http://naturalscience.msu.edu/students/graduate/professional_masters_program/programs/zoo_aquarium_science/">http://naturalscience.msu.edu/students/graduate/professional_masters_program/programs/zoo_aquarium_science/</a>\n<h3>University of Plymouth</h3>\nMSc/PgDip Zoo Conservation Biology\nPostgraduate Admissions\nFaculty of Science\nUniversity of Plymouth, Drake Circus, Plymouth PL4 8AA\nUnited Kingdom\nTel: +44 (0)1752 233093\n\nThis programme aims to provide the essential knowledge to support scientists working in areas of captive breeding, management of exotic animal species, and wildlife conservation. The programme is jointly delivered by staff of the University and Paignton Zoo Environment Park, Totnes Road, Paignton, Devon, TQ4 7EU.\n<ul>\n	<li><a href="mailto:science@plymouth.ac.uk">science@plymouth.ac.uk</a></li>\n	<li><a href="http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678">http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678</a></li>\n	<li><a href="http://www.paigntonzoo.org.uk/">http://www.paigntonzoo.org.uk/</a></li>\n</ul>', 'Management Programs', 0, '', 'inherit', 'closed', 'closed', '', '106-autosave', '', '', '2011-04-14 08:12:46', '2011-04-14 13:12:46', '', 106, 'http://aazk.org/uncategorized/106-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1954, 1, '2009-05-26 20:37:25', '2009-05-27 01:37:25', '<h3>AUSTRALIA</h3>\r\n\r\n<h4>Box Hill Institute</h4>\r\n<p>Certificate III in Zookeeping</p>\r\n\r\n<p>Postal Address: Private Bag 2014, Box Hill 3128, AUSTRALIA<br>\r\nWhitehorse Campus<br>\r\n1000 Whitehorse Road, Box Hill, Victoria, Australia<br>\r\nPhone: +61 (0)3 9286 9222<br>\r\n<a href="http://www.bhtafe.edu.au/">http://www.bhtafe.edu.au/</a><br>\r\n<a href="mailto:courseinfo@bhtafe.edu.au">courseinfo@bhtafe.edu.au</a><br>\r\n3 year program</p>\r\n\r\n<h4>Charles Stuart University</h4>\r\n\r\n<p>Australia<br>\r\nGraduate Diploma of Captive Vertebrate Management<br>\r\nGraduate Certificate in Captive Vertebrate Management<br>\r\nThere is also a Masters degree available.<br>\r\nThere are numerous campuses so all contact information is through the following link:<br>\r\n<a href="http://www.csu.edu.au/contacts/campus.htm">http://www.csu.edu.au/contacts/campus.htm</a><br>\r\n<a href="http://www.csu.edu.au/courses/pg/sci/m_cvm/ag_abo.htm">http://www.csu.edu.au/courses/pg/sci/m_cvm/ag_abo.htm</a><br>\r\nThis group of three articulated courses has been developed in co-operation with Western Plains Zoo, Dubbo. They are the first tertiary courses in Australia to offer specialisation in Captive Vertebrate Management. Some of these courses are correspondence courses.</p>\r\n\r\n<h4>Ultimo College, TAFE, Sydney Australia</h4>\r\n\r\n<p>Certificate III in Zookeeping<br>\r\nCertificate III in Animal Care and Husbandry<br>\r\nHarris Street, ULTIMO NSW 2007, AUSTRALIA<br>\r\nPhone: within Australia 1300 360 601<br>\r\nPhone: outside Australia +61 2 9217 2900<br>\r\n<a href="http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9">http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9</a></p>\r\n\r\n<h4>University of Western Australia</h4>\r\n\r\n<p>BSc in Animal Science<br>\r\nNedlands Perth, Western Australia 6907 Australia<br>\r\n<a href="http://www.uwa.edu.au/">http://www.uwa.edu.au/</a><br>\r\n<a href="http://admissions.uwa.edu.au/undergrad/courses/animal_science">http://admissions.uwa.edu.au/undergrad/courses/animal_science</a><br>\r\nThe program is geared more toward animal management than most animal science programs.</p>\r\n\r\n\r\n<h3>CANADA</h3>\r\n\r\n<h4>Alberta Business Education Services</h4>\r\n\r\n<p>Certificate in Zoo Technology<br>\r\n#780 910 - 7th Avenue SW, Calgary, Alberta, Canada T2P 3N8<br>\r\nPhone: (403) 232-8758<br>\r\n<a href="http://www.abes2000.com/abes2000/zookeeper.html">http://www.abes2000.com/abes2000/zookeeper.html</a><br>\r\nDon Pattie, Program Coordinator/Tutor<br>\r\nPhone: (780) 474-4215<br>\r\ndonpatt@nait.ab.ca<br>\r\nLorraine Zwicker, Student Liason Officer<br>\r\n\r\n<a href="amilto:lorraine.z@abes2000.com">lorraine.z@abes2000.com</a><br>\r\nZookeeping is a hands-on profession. This program is designed to give both entry-level and practicing zookeepers awareness of the competencies, skills and attitudes expected of employees. These courses are offered by correspondence and in the future over the Internet. Try the "Animal Breeding and Behaviour" online program for free for a limited time.  This is a program jointly offered by Canadian Association of Zoos and Aquarium (CAZA), ABES 2000 Ltd and The Northern Alberta Institute of Technology (NAIT).</p>\r\n\r\n\r\n<h3>FRANCE</h3>\r\n<p>These are not actual schools but training centers for adults.</p>\r\n\r\n<h4>Instut Rural La chamelière</h4>\r\n\r\n<p>44470 Carquefou<br>\r\n00 33 240527982</p>\r\n\r\n<h3>NEW ZEALAND</h3>\r\n\r\n<h4>Unitec New Zealand</h4>\r\n\r\n<p>Bachelor of Applied Animal Technology<br>\r\n\r\n<p>Certificates in Animal Care and Animal Management<br>\r\nPrivate Bag 92025<br>\r\nCarrington Road, Mt Albert<br>\r\nAuckland<br>\r\nNEW ZEALAND<br>\r\n\r\nPhone: +64-9-849 4180<br>\r\n<a href="http://www.unitec.ac.nz/">http://www.unitec.ac.nz/</a><br>\r\n<a href="http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900">http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900</a><br>\r\nThis programme aims to provide students with an understanding of the issues relating to animal health, welfare, production, conservation, and law and ethics. It also covers recent technological developments in these areas.</p>\r\n\r\n\r\n<h3>UNITED KINGDOM</h3>\r\n\r\n<h4>Bishop Burton College</h4>\r\n\r\n<p>BTCE National Diploma in Animal Management<br>\r\n\r\nBishop Burton, Beverley, East Yorkshire HU17 8QG<br>\r\nTel: (01964) 553000<br>\r\n<a href="http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he">http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he</a><br>\r\n<a href="mailto:enquiries@bishopburton.ac.uk">enquiries@bishopburton.ac.uk</a><br>\r\n2 year program<br>\r\nThey have several other areas of study related to animal care. These courses can be viewed on the same link.</p>\r\n\r\n<h4>Hartpury College</h4>\r\n\r\n<p>Animal Care (First Diploma)<br>\r\nAnimal Management (National Award)<br>\r\nAnimal Management (National Certificate)<br>\r\nAnimal Management (National Diploma)<br>\r\nHartpury House, Gloucester, GL19 3BE<br>\r\nTel: 01452 700283<br>\r\n<a href="mailto:enquire@hartpury.ac.uk">enquire@hartpury.ac.uk</a><br>\r\n<a href="http://www.hartpury.ac.uk">http://www.hartpury.ac.uk</a><br>\r\n<a href="http://www.hartpury.ac.uk/courses/programme.asp?RProgrammeID=22&amp;RStudyLevelID=1&amp;RProgrammeAreaID=3">http://www.hartpury.ac.uk/courses/programme.asp?RProgrammeID=22&amp;RStudyLevelID=1&amp;RProgrammeAreaID=3</a><br>\r\n\r\nProgram runs one to four years depending on which degree you want.</p>\r\n\r\n<h4>University of Plymouth</h4>\r\n\r\n<p>MSc/PgDip Zoo Conservation Biology<br>\r\nPostgraduate Admissions<br>\r\nFaculty of Science<br>\r\nUniversity of Plymouth, Drake Circus, Plymouth PL4 8AA<br>\r\nUnited Kingdom<br>\r\nTel: +44 (0)1752 233093<br>\r\n\r\nThis programme aims to provide the essential knowledge to support scientists working in areas of captive breeding, management of exotic animal species, and wildlife conservation. The programme is jointly delivered by staff of the University and Paignton Zoo Environment Park, Totnes Road, Paignton, Devon, TQ4 7EU.<br>\r\n<a href="mailto:science@plymouth.ac.uk">science@plymouth.ac.uk</a><br>\r\n<a href="http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678">http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678</a><br>\r\n<a href="http://www.paigntonzoo.org.uk/">http://www.paigntonzoo.org.uk/</a></p>\r\n\r\n<h4>University of Greenwich</h4>\r\n\r\n<p>Animal Management BSc Hons / Animal Management HND<br>\r\nOld Royal Naval College, Park Row, Greenwich, London SE10 9LS 020 8331 8000<br>\r\n<a href="http://www.gre.ac.uk/">http://www.gre.ac.uk/</a><br>\r\n\r\n<a href="http://www.gre.ac.uk/clearing/vacan/a/animan_bsc.htm">http://www.gre.ac.uk/clearing/vacan/a/animan_bsc.htm</a><br>\r\n<a href="mailto:jeremy.kerswell@hadlow.ac.uk">jeremy.kerswell@hadlow.ac.uk</a><br>\r\n3 year program</p>\r\n\r\n<h4>University of Lincoln</h4>\r\n\r\n<p>BSc (Hons) Animal Management &amp; Welfare<br>\r\nBrayford Pool, Lincoln, LN6 7TS UK<br>\r\nTel: +44 (0)1522 882000<br>\r\n\r\n<a href="mailto:enquiries@lincoln.ac.uk">enquiries@lincoln.ac.uk</a><br>\r\n<a href="http://www.lincoln.ac.uk">http://www.lincoln.ac.uk</a><br>\r\n<a href="http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp">http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp</a><br>\r\n3 year program</p>\r\n\r\n<h4>Weston College</h4>\r\n\r\n<p>National Diploma in Animal Management<br>\r\nKnightstone Road, Weston-super-Mare, North Somerset BS23 2AL<br>\r\nTel: 01934 411 411<br>\r\n\r\nOverseas Tel: +44 1934 411411<br>\r\n<a href="http://www.weston.ac.uk">http://www.weston.ac.uk</a><br>\r\n<a href="http://www.weston.ac.uk/courses/fulltime/Animal%20Care.pdf">http://www.weston.ac.uk/courses/fulltime/Animal%20Care.pdf</a><br>\r\n2 year program</p>\r\n\r\n<h4>Wiltshire College Lackham</h4>\r\n\r\n<p>National Diploma in Animal Management<br>\r\nHigher National Certificate/Diploma in Animal Management<br>\r\nBSc Honours in Animal Science and Management<br>\r\n\r\nLacock ? Chippenham SN15 2NY<br>\r\nPhone: 01249 466800<br>\r\n<a href="http://www.wiltscoll.ac.uk">http://www.wiltscoll.ac.uk</a><br>\r\n<a href="mailto:info@wiltscoll.ac.uk">info@wiltscoll.ac.uk</a><br>\r\n  <a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=564">http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=564</a><br>\r\n<a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581">http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581</a>\r\n<br>\r\n  Program runs one to four years depending on which degree you want.</p>\r\n\r\n<h3>OTHER</h3>\r\n\r\n<h4>Hogeschool Van Hall Larenstein</h4>\r\n\r\n<p>Agora 1, 8934 CJ Leeuwarden<br>\r\n<a href="http://www.vhall.nl/hoofd.htm">http://www.vhall.nl/hoofd.htm</a><br>\r\n<a href="mailto:Hetty.vanDijk@wur.nl">Hetty.vanDijk@wur.nl</a><br>\r\n4 year Bachelor course in Animal Management (presented in Dutch)<br>\r\nInternational students are welcome. The school offers an international programme for students with a bachelor diploma in a related field (or students who have finished at least 2 years of University education in a related field); this full time course is taught in English, takes 2 years and leads to a BSc in Nature and Wildlife Management. The number of English-taught modules has recently increased, including modules on Wildlife Management (both in situ and ex situ), Companion Animal Management, Animal Welfare, International Policy, and others.<br>\r\nAqua Zoo Friesland<br>\r\n\r\n<a href="http://www.otterparkleeuwarden.nl/">http://www.otterparkleeuwarden.nl/</a><br>\r\nStudents are responsible for part of the management of the zoo so they learn all aspects, not just animal keeping.</p>\r\n\r\n<h4>Ogr\'d Zoologiczny w Poznaniu</h4>\r\n\r\n<p>Zoobiology Summer School at Poznan Zoo, Poland<br>\r\nul. Browarna 25<br>\r\n61-063 Poznan<br>\r\nPolska<br>\r\ntel. : dyrekcja : + 48 61 876 82 09, 876 82 25<br>\r\n\r\nFAX. : + 48 61 877 35 33<br>\r\n<a href="mailto:zoo@zoo.poznan.pl">zoo@zoo.poznan.pl</a><br>\r\nEvery year an increasing number of students work at the zoo as volunteers, practitioners, or to make observations for master\'s degrees and PhD\'s. As there is no place in our country where students can get a formal education in the management of wild animals in captivity, a need arose to provide, apart from normal work, a professional training in various aspects of zoo biology. Therefore we decided to hold for the first time a summer school.  During the intensive six day course from July 7 through July 12 there will be lectures as well as guided tours, led by curators, through the zoos. All higher staff of the zoo will be involved in the training. The lecture topics are varied and will cover all aspects of animal husbandry, feeding, history and development of modern zoos, conservation through captive breeding, reintroduction, record keeping, behavioral enrichment, hand-rearing techniques, genetics, international cooperation and education, and other subjects. Additionally, there will be a day-long excursion to the breeding center for native threatened species run by Academy of Agriculture.  Over 40 people registered for the summer school in 2003. Students include zoo animal keepers, students, scientific university staff as well as people simply interested in wild animal husbandry and zoos in general. We do hope that in this way we will further strengthen ties with scientific and conservation community as well as prepare new, better trained staff for Polish zoos.</p>\r\n', 'International Programs', 0, '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2009-05-26 20:37:25', '2009-05-27 01:37:25', '', 116, 'http://aazk.org/uncategorized/116-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1963, 2, '2011-04-14 08:29:41', '2011-04-14 13:29:41', '<h3>AUSTRALIA</h3>\r\n<h4>Box Hill Institute</h4>\r\nCertificate III in Zookeeping\r\n\r\nPostal Address: Private Bag 2014, Box Hill 3128, AUSTRALIA\r\nWhitehorse Campus\r\n1000 Whitehorse Road, Box Hill, Victoria, Australia\r\nPhone: +61 (0)3 9286 9222\r\n<a href="http://www.bhtafe.edu.au/">http://www.bhtafe.edu.au/</a>\r\n<a href="mailto:courseinfo@bhtafe.edu.au">courseinfo@bhtafe.edu.au</a>\r\n3 year program\r\n<h4>Charles Stuart University</h4>\r\nAustralia\r\nGraduate Diploma of Captive Vertebrate Management\r\nGraduate Certificate in Captive Vertebrate Management\r\nThere is also a Masters degree available.\r\nThere are numerous campuses so all contact information is through the following link:\r\n<a href="http://www.csu.edu.au/contacts/campus.htm">http://www.csu.edu.au/contacts/campus.htm</a>\r\n<a href="http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview">http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview</a>\r\nCSU\'s Graduate Certificate in Captive Vertebrate Management is designed to provide graduates with scientific training and career development opportunities in the fields associated with captive vertebrate management.\r\n<h4>Ultimo College, TAFE, Sydney Australia</h4>\r\nCertificate III in Zookeeping\r\nCertificate III in Animal Care and Husbandry\r\nHarris Street, ULTIMO NSW 2007, AUSTRALIA\r\nPhone: within Australia 1300 360 601\r\nPhone: outside Australia +61 2 9217 2900\r\n<a href="http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9">http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9</a>\r\n<h4>University of Western Australia</h4>\r\nBSc in Animal Science\r\nNedlands Perth, Western Australia 6907 Australia\r\n<a href="http://www.uwa.edu.au/">http://www.uwa.edu.au/</a>\r\n<a href="http://admissions.uwa.edu.au/undergrad/courses/animal_science">http://admissions.uwa.edu.au/undergrad/courses/animal_science</a>\r\nThe program is geared more toward animal management than most animal science programs.\r\n<h3>CANADA</h3>\r\n<h4>Alberta Business Education Services</h4>\r\nCertificate in Zoo Technology\r\n#780 910 - 7th Avenue SW, Calgary, Alberta, Canada T2P 3N8\r\nPhone: (403) 232-8758\r\n<a href="http://www.abes.ca/programs.html">http://www.abes.ca/programs.html</a>\r\n<h3>FRANCE</h3>\r\nThese are not actual schools but training centers for adults.\r\n<h4>Instut Rural La chamelière</h4>\r\n44470 Carquefou\r\n00 33 240527982\r\n<h3>NEW ZEALAND</h3>\r\n<h4>Unitec New Zealand</h4>\r\nBachelor of Applied Animal Technology\r\n\r\nCertificates in Animal Care and Animal Management\r\nPrivate Bag 92025\r\nCarrington Road, Mt Albert\r\nAuckland\r\nNEW ZEALAND\r\n\r\nPhone: +64-9-849 4180\r\n<a href="http://www.unitec.ac.nz/">http://www.unitec.ac.nz/</a>\r\n<a href="http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900">http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900</a>\r\nThis programme aims to provide students with an understanding of the issues relating to animal health, welfare, production, conservation, and law and ethics. It also covers recent technological developments in these areas.\r\n<h3>UNITED KINGDOM</h3>\r\n<h4>Bishop Burton College</h4>\r\nBTCE National Diploma in Animal Management\r\n\r\nBishop Burton, Beverley, East Yorkshire HU17 8QG\r\nTel: (01964) 553000\r\n<a href="http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he">http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he</a>\r\n<a href="mailto:enquiries@bishopburton.ac.uk">enquiries@bishopburton.ac.uk</a>\r\n2 year program\r\nThey have several other areas of study related to animal care. These courses can be viewed on the same link.\r\n<h4>Hartpury College</h4>\r\nAnimal Care (First Diploma)\r\nAnimal Management (National Award)\r\nAnimal Management (National Certificate)\r\nAnimal Management (National Diploma)\r\nHartpury House, Gloucester, GL19 3BE\r\nTel: 01452 700283\r\n<a href="mailto:enquire@hartpury.ac.uk">enquire@hartpury.ac.uk</a>\r\n<a href="http://www.hartpury.ac.uk">http://www.hartpury.ac.uk</a>\r\n<a href="http://www.hartpury.ac.uk/Hartpury-College/Our-Courses/Further-Education/Areas-Of-Study/Animal-Care/">http://www.hartpury.ac.uk/Hartpury-College/Our-Courses/Further-Education/Areas-Of-Study/Animal-Care/</a>\r\n\r\nProgram runs one to four years depending on which degree you want.\r\n<h4>University of Plymouth</h4>\r\nMSc/PgDip Zoo Conservation Biology\r\nPostgraduate Admissions\r\nFaculty of Science\r\nUniversity of Plymouth, Drake Circus, Plymouth PL4 8AA\r\nUnited Kingdom\r\nTel: +44 (0)1752 233093\r\n\r\nThis programme aims to provide the essential knowledge to support scientists working in areas of captive breeding, management of exotic animal species, and wildlife conservation. The programme is jointly delivered by staff of the University and Paignton Zoo Environment Park, Totnes Road, Paignton, Devon, TQ4 7EU.\r\n<a href="mailto:science@plymouth.ac.uk">science@plymouth.ac.uk</a>\r\n<a href="http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678">http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678</a>\r\n<a href="http://www.paigntonzoo.org.uk/">http://www.paigntonzoo.org.uk/</a>\r\n<h4>University of Greenwich</h4>\r\nAnimal Management BSc Hons / Animal Management HND\r\nOld Royal Naval College, Park Row, Greenwich, London SE10 9LS 020 8331 8000\r\n<a href="http://www.gre.ac.uk/">http://www.gre.ac.uk/</a>\r\n\r\n<a href="http://www.gre.ac.uk/courses/ug/ani/d300">http://www.gre.ac.uk/courses/ug/ani/d300</a>\r\n<a href="mailto:jeremy.kerswell@hadlow.ac.uk">\r\n</a>\r\n<h4>University of Lincoln</h4>\r\nBSc (Hons) Animal Management &amp; Welfare\r\nBrayford Pool, Lincoln, LN6 7TS UK\r\nTel: +44 (0)1522 882000\r\n\r\n<a href="mailto:enquiries@lincoln.ac.uk">enquiries@lincoln.ac.uk</a>\r\n<a href="http://www.lincoln.ac.uk">http://www.lincoln.ac.uk</a>\r\n<a href="http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp">http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp</a>\r\n3 year program\r\n<h4>Weston College</h4>\r\nNational Diploma in Animal Management\r\nKnightstone Road, Weston-super-Mare, North Somerset BS23 2AL\r\nTel: 01934 411 411\r\n\r\nOverseas Tel: +44 1934 411411\r\n<a href="http://www.weston.ac.uk">http://www.weston.ac.uk</a>\r\n<a href="http://www.weston.ac.uk/courses/fulltime/Animal%20Care.pdf">http://www.weston.ac.uk/courses/fulltime/Animal%20Care.pdf</a>\r\n2 year program\r\n<h4>Wiltshire College Lackham</h4>\r\nNational Diploma in Animal Management\r\nHigher National Certificate/Diploma in Animal Management\r\nBSc Honours in Animal Science and Management\r\n\r\nLacock ? Chippenham SN15 2NY\r\nPhone: 01249 466800\r\n<a href="http://www.wiltscoll.ac.uk">http://www.wiltscoll.ac.uk</a>\r\n<a href="mailto:info@wiltscoll.ac.uk">info@wiltscoll.ac.uk</a>\r\n<a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=564">http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=564</a>\r\n<a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581">http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581</a>\r\n\r\nProgram runs one to four years depending on which degree you want.\r\n<h3>OTHER</h3>\r\n<h4>Hogeschool Van Hall Larenstein</h4>\r\nAgora 1, 8934 CJ Leeuwarden\r\n<a href="http://www.vhall.nl/hoofd.htm">http://www.vhall.nl/hoofd.htm</a>\r\n<a href="mailto:Hetty.vanDijk@wur.nl">Hetty.vanDijk@wur.nl</a>\r\n4 year Bachelor course in Animal Management (presented in Dutch)\r\nInternational students are welcome. The school offers an international programme for students with a bachelor diploma in a related field (or students who have finished at least 2 years of University education in a related field); this full time course is taught in English, takes 2 years and leads to a BSc in Nature and Wildlife Management. The number of English-taught modules has recently increased, including modules on Wildlife Management (both in situ and ex situ), Companion Animal Management, Animal Welfare, International Policy, and others.\r\nAqua Zoo Friesland\r\n\r\n<a href="http://www.otterparkleeuwarden.nl/">http://www.otterparkleeuwarden.nl/</a>\r\nStudents are responsible for part of the management of the zoo so they learn all aspects, not just animal keeping.\r\n<h4>Ogr\'d Zoologiczny w Poznaniu</h4>\r\nZoobiology Summer School at Poznan Zoo, Poland\r\nul. Browarna 25\r\n61-063 Poznan\r\nPolska\r\ntel. : dyrekcja : + 48 61 876 82 09, 876 82 25\r\n\r\nFAX. : + 48 61 877 35 33\r\n<a href="mailto:zoo@zoo.poznan.pl">zoo@zoo.poznan.pl</a>\r\nEvery year an increasing number of students work at the zoo as volunteers, practitioners, or to make observations for master\'s degrees and PhD\'s. As there is no place in our country where students can get a formal education in the management of wild animals in captivity, a need arose to provide, apart from normal work, a professional training in various aspects of zoo biology. Therefore we decided to hold for the first time a summer school.  During the intensive six day course from July 7 through July 12 there will be lectures as well as guided tours, led by curators, through the zoos. All higher staff of the zoo will be involved in the training. The lecture topics are varied and will cover all aspects of animal husbandry, feeding, history and development of modern zoos, conservation through captive breeding, reintroduction, record keeping, behavioral enrichment, hand-rearing techniques, genetics, international cooperation and education, and other subjects. Additionally, there will be a day-long excursion to the breeding center for native threatened species run by Academy of Agriculture.  Over 40 people registered for the summer school in 2003. Students include zoo animal keepers, students, scientific university staff as well as people simply interested in wild animal husbandry and zoos in general. We do hope that in this way we will further strengthen ties with scientific and conservation community as well as prepare new, better trained staff for Polish zoos.', 'International Programs', 0, '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2011-04-14 08:29:41', '2011-04-14 13:29:41', '', 116, 'http://aazk.org/uncategorized/116-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1960, 2, '2011-04-14 08:23:11', '2011-04-14 13:23:11', '<h3>AUSTRALIA</h3>\r\n<h4>Box Hill Institute</h4>\r\nCertificate III in Zookeeping\r\n\r\nPostal Address: Private Bag 2014, Box Hill 3128, AUSTRALIA\r\nWhitehorse Campus\r\n1000 Whitehorse Road, Box Hill, Victoria, Australia\r\nPhone: +61 (0)3 9286 9222\r\n<a href="http://www.bhtafe.edu.au/">http://www.bhtafe.edu.au/</a>\r\n<a href="mailto:courseinfo@bhtafe.edu.au">courseinfo@bhtafe.edu.au</a>\r\n3 year program\r\n<h4>Charles Stuart University</h4>\r\nAustralia\r\nGraduate Diploma of Captive Vertebrate Management\r\nGraduate Certificate in Captive Vertebrate Management\r\nThere is also a Masters degree available.\r\nThere are numerous campuses so all contact information is through the following link:\r\n<a href="http://www.csu.edu.au/contacts/campus.htm">http://www.csu.edu.au/contacts/campus.htm</a>\r\n<a href="http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview">http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview</a>\r\nCSU\'s Graduate Certificate in Captive Vertebrate Management is designed to provide graduates with scientific training and career development opportunities in the fields associated with captive vertebrate management.\r\n<h4>Ultimo College, TAFE, Sydney Australia</h4>\r\nCertificate III in Zookeeping\r\nCertificate III in Animal Care and Husbandry\r\nHarris Street, ULTIMO NSW 2007, AUSTRALIA\r\nPhone: within Australia 1300 360 601\r\nPhone: outside Australia +61 2 9217 2900\r\n<a href="http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9">http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9</a>\r\n<h4>University of Western Australia</h4>\r\nBSc in Animal Science\r\nNedlands Perth, Western Australia 6907 Australia\r\n<a href="http://www.uwa.edu.au/">http://www.uwa.edu.au/</a>\r\n<a href="http://admissions.uwa.edu.au/undergrad/courses/animal_science">http://admissions.uwa.edu.au/undergrad/courses/animal_science</a>\r\nThe program is geared more toward animal management than most animal science programs.\r\n<h3>CANADA</h3>\r\n<h4>Alberta Business Education Services</h4>\r\nCertificate in Zoo Technology\r\n#780 910 - 7th Avenue SW, Calgary, Alberta, Canada T2P 3N8\r\nPhone: (403) 232-8758\r\n<a href="http://www.abes.ca/programs.html">http://www.abes.ca/programs.html</a>\r\n<h3>FRANCE</h3>\r\nThese are not actual schools but training centers for adults.\r\n<h4>Instut Rural La chamelière</h4>\r\n44470 Carquefou\r\n00 33 240527982\r\n<h3>NEW ZEALAND</h3>\r\n<h4>Unitec New Zealand</h4>\r\nBachelor of Applied Animal Technology\r\n\r\nCertificates in Animal Care and Animal Management\r\nPrivate Bag 92025\r\nCarrington Road, Mt Albert\r\nAuckland\r\nNEW ZEALAND\r\n\r\nPhone: +64-9-849 4180\r\n<a href="http://www.unitec.ac.nz/">http://www.unitec.ac.nz/</a>\r\n<a href="http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900">http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900</a>\r\nThis programme aims to provide students with an understanding of the issues relating to animal health, welfare, production, conservation, and law and ethics. It also covers recent technological developments in these areas.\r\n<h3>UNITED KINGDOM</h3>\r\n<h4>Bishop Burton College</h4>\r\nBTCE National Diploma in Animal Management\r\n\r\nBishop Burton, Beverley, East Yorkshire HU17 8QG\r\nTel: (01964) 553000\r\n<a href="http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he">http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he</a>\r\n<a href="mailto:enquiries@bishopburton.ac.uk">enquiries@bishopburton.ac.uk</a>\r\n2 year program\r\nThey have several other areas of study related to animal care. These courses can be viewed on the same link.\r\n<h4>Hartpury College</h4>\r\nAnimal Care (First Diploma)\r\nAnimal Management (National Award)\r\nAnimal Management (National Certificate)\r\nAnimal Management (National Diploma)\r\nHartpury House, Gloucester, GL19 3BE\r\nTel: 01452 700283\r\n<a href="mailto:enquire@hartpury.ac.uk">enquire@hartpury.ac.uk</a>\r\n<a href="http://www.hartpury.ac.uk">http://www.hartpury.ac.uk</a>\r\n<a href="http://www.hartpury.ac.uk/courses/programme.asp?RProgrammeID=22&amp;RStudyLevelID=1&amp;RProgrammeAreaID=3">http://www.hartpury.ac.uk/courses/programme.asp?RProgrammeID=22&amp;RStudyLevelID=1&amp;RProgrammeAreaID=3</a>\r\n\r\nProgram runs one to four years depending on which degree you want.\r\n<h4>University of Plymouth</h4>\r\nMSc/PgDip Zoo Conservation Biology\r\nPostgraduate Admissions\r\nFaculty of Science\r\nUniversity of Plymouth, Drake Circus, Plymouth PL4 8AA\r\nUnited Kingdom\r\nTel: +44 (0)1752 233093\r\n\r\nThis programme aims to provide the essential knowledge to support scientists working in areas of captive breeding, management of exotic animal species, and wildlife conservation. The programme is jointly delivered by staff of the University and Paignton Zoo Environment Park, Totnes Road, Paignton, Devon, TQ4 7EU.\r\n<a href="mailto:science@plymouth.ac.uk">science@plymouth.ac.uk</a>\r\n<a href="http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678">http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678</a>\r\n<a href="http://www.paigntonzoo.org.uk/">http://www.paigntonzoo.org.uk/</a>\r\n<h4>University of Greenwich</h4>\r\nAnimal Management BSc Hons / Animal Management HND\r\nOld Royal Naval College, Park Row, Greenwich, London SE10 9LS 020 8331 8000\r\n<a href="http://www.gre.ac.uk/">http://www.gre.ac.uk/</a>\r\n\r\n<a href="http://www.gre.ac.uk/clearing/vacan/a/animan_bsc.htm">http://www.gre.ac.uk/clearing/vacan/a/animan_bsc.htm</a>\r\n<a href="mailto:jeremy.kerswell@hadlow.ac.uk">jeremy.kerswell@hadlow.ac.uk</a>\r\n3 year program\r\n<h4>University of Lincoln</h4>\r\nBSc (Hons) Animal Management &amp; Welfare\r\nBrayford Pool, Lincoln, LN6 7TS UK\r\nTel: +44 (0)1522 882000\r\n\r\n<a href="mailto:enquiries@lincoln.ac.uk">enquiries@lincoln.ac.uk</a>\r\n<a href="http://www.lincoln.ac.uk">http://www.lincoln.ac.uk</a>\r\n<a href="http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp">http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp</a>\r\n3 year program\r\n<h4>Weston College</h4>\r\nNational Diploma in Animal Management\r\nKnightstone Road, Weston-super-Mare, North Somerset BS23 2AL\r\nTel: 01934 411 411\r\n\r\nOverseas Tel: +44 1934 411411\r\n<a href="http://www.weston.ac.uk">http://www.weston.ac.uk</a>\r\n<a href="http://www.weston.ac.uk/courses/fulltime/Animal%20Care.pdf">http://www.weston.ac.uk/courses/fulltime/Animal%20Care.pdf</a>\r\n2 year program\r\n<h4>Wiltshire College Lackham</h4>\r\nNational Diploma in Animal Management\r\nHigher National Certificate/Diploma in Animal Management\r\nBSc Honours in Animal Science and Management\r\n\r\nLacock ? Chippenham SN15 2NY\r\nPhone: 01249 466800\r\n<a href="http://www.wiltscoll.ac.uk">http://www.wiltscoll.ac.uk</a>\r\n<a href="mailto:info@wiltscoll.ac.uk">info@wiltscoll.ac.uk</a>\r\n<a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=564">http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=564</a>\r\n<a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581">http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581</a>\r\n\r\nProgram runs one to four years depending on which degree you want.\r\n<h3>OTHER</h3>\r\n<h4>Hogeschool Van Hall Larenstein</h4>\r\nAgora 1, 8934 CJ Leeuwarden\r\n<a href="http://www.vhall.nl/hoofd.htm">http://www.vhall.nl/hoofd.htm</a>\r\n<a href="mailto:Hetty.vanDijk@wur.nl">Hetty.vanDijk@wur.nl</a>\r\n4 year Bachelor course in Animal Management (presented in Dutch)\r\nInternational students are welcome. The school offers an international programme for students with a bachelor diploma in a related field (or students who have finished at least 2 years of University education in a related field); this full time course is taught in English, takes 2 years and leads to a BSc in Nature and Wildlife Management. The number of English-taught modules has recently increased, including modules on Wildlife Management (both in situ and ex situ), Companion Animal Management, Animal Welfare, International Policy, and others.\r\nAqua Zoo Friesland\r\n\r\n<a href="http://www.otterparkleeuwarden.nl/">http://www.otterparkleeuwarden.nl/</a>\r\nStudents are responsible for part of the management of the zoo so they learn all aspects, not just animal keeping.\r\n<h4>Ogr\'d Zoologiczny w Poznaniu</h4>\r\nZoobiology Summer School at Poznan Zoo, Poland\r\nul. Browarna 25\r\n61-063 Poznan\r\nPolska\r\ntel. : dyrekcja : + 48 61 876 82 09, 876 82 25\r\n\r\nFAX. : + 48 61 877 35 33\r\n<a href="mailto:zoo@zoo.poznan.pl">zoo@zoo.poznan.pl</a>\r\nEvery year an increasing number of students work at the zoo as volunteers, practitioners, or to make observations for master\'s degrees and PhD\'s. As there is no place in our country where students can get a formal education in the management of wild animals in captivity, a need arose to provide, apart from normal work, a professional training in various aspects of zoo biology. Therefore we decided to hold for the first time a summer school.  During the intensive six day course from July 7 through July 12 there will be lectures as well as guided tours, led by curators, through the zoos. All higher staff of the zoo will be involved in the training. The lecture topics are varied and will cover all aspects of animal husbandry, feeding, history and development of modern zoos, conservation through captive breeding, reintroduction, record keeping, behavioral enrichment, hand-rearing techniques, genetics, international cooperation and education, and other subjects. Additionally, there will be a day-long excursion to the breeding center for native threatened species run by Academy of Agriculture.  Over 40 people registered for the summer school in 2003. Students include zoo animal keepers, students, scientific university staff as well as people simply interested in wild animal husbandry and zoos in general. We do hope that in this way we will further strengthen ties with scientific and conservation community as well as prepare new, better trained staff for Polish zoos.', 'International Programs', 0, '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2011-04-14 08:23:11', '2011-04-14 13:23:11', '', 116, 'http://aazk.org/uncategorized/116-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1957, 2, '2011-04-14 08:19:08', '2011-04-14 13:19:08', '<h3>AUSTRALIA</h3>\r\n<h4>Box Hill Institute</h4>\r\nCertificate III in Zookeeping\r\n\r\nPostal Address: Private Bag 2014, Box Hill 3128, AUSTRALIA\r\nWhitehorse Campus\r\n1000 Whitehorse Road, Box Hill, Victoria, Australia\r\nPhone: +61 (0)3 9286 9222\r\n<a href="http://www.bhtafe.edu.au/">http://www.bhtafe.edu.au/</a>\r\n<a href="mailto:courseinfo@bhtafe.edu.au">courseinfo@bhtafe.edu.au</a>\r\n3 year program\r\n<h4>Charles Stuart University</h4>\r\nAustralia\r\nGraduate Diploma of Captive Vertebrate Management\r\nGraduate Certificate in Captive Vertebrate Management\r\nThere is also a Masters degree available.\r\nThere are numerous campuses so all contact information is through the following link:\r\n<a href="http://www.csu.edu.au/contacts/campus.htm">http://www.csu.edu.au/contacts/campus.htm</a>\r\n<a href="http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview">http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview</a>\r\nCSU\'s Graduate Certificate in Captive Vertebrate Management is designed to provide graduates with scientific training and career development opportunities in the fields associated with captive vertebrate management.\r\n<h4>Ultimo College, TAFE, Sydney Australia</h4>\r\nCertificate III in Zookeeping\r\nCertificate III in Animal Care and Husbandry\r\nHarris Street, ULTIMO NSW 2007, AUSTRALIA\r\nPhone: within Australia 1300 360 601\r\nPhone: outside Australia +61 2 9217 2900\r\n<a href="http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9">http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9</a>\r\n<h4>University of Western Australia</h4>\r\nBSc in Animal Science\r\nNedlands Perth, Western Australia 6907 Australia\r\n<a href="http://www.uwa.edu.au/">http://www.uwa.edu.au/</a>\r\n<a href="http://admissions.uwa.edu.au/undergrad/courses/animal_science">http://admissions.uwa.edu.au/undergrad/courses/animal_science</a>\r\nThe program is geared more toward animal management than most animal science programs.\r\n<h3>CANADA</h3>\r\n<h4>Alberta Business Education Services</h4>\r\nCertificate in Zoo Technology\r\n#780 910 - 7th Avenue SW, Calgary, Alberta, Canada T2P 3N8\r\nPhone: (403) 232-8758\r\n<a href="http://www.abes2000.com/abes2000/zookeeper.html">http://www.abes2000.com/abes2000/zookeeper.html</a>\r\nDon Pattie, Program Coordinator/Tutor\r\nPhone: (780) 474-4215\r\ndonpatt@nait.ab.ca\r\nLorraine Zwicker, Student Liason Officer\r\n\r\n<a href="amilto:lorraine.z@abes2000.com">lorraine.z@abes2000.com</a>\r\nZookeeping is a hands-on profession. This program is designed to give both entry-level and practicing zookeepers awareness of the competencies, skills and attitudes expected of employees. These courses are offered by correspondence and in the future over the Internet. Try the "Animal Breeding and Behaviour" online program for free for a limited time.  This is a program jointly offered by Canadian Association of Zoos and Aquarium (CAZA), ABES 2000 Ltd and The Northern Alberta Institute of Technology (NAIT).\r\n<h3>FRANCE</h3>\r\nThese are not actual schools but training centers for adults.\r\n<h4>Instut Rural La chamelière</h4>\r\n44470 Carquefou\r\n00 33 240527982\r\n<h3>NEW ZEALAND</h3>\r\n<h4>Unitec New Zealand</h4>\r\nBachelor of Applied Animal Technology\r\n\r\nCertificates in Animal Care and Animal Management\r\nPrivate Bag 92025\r\nCarrington Road, Mt Albert\r\nAuckland\r\nNEW ZEALAND\r\n\r\nPhone: +64-9-849 4180\r\n<a href="http://www.unitec.ac.nz/">http://www.unitec.ac.nz/</a>\r\n<a href="http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900">http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900</a>\r\nThis programme aims to provide students with an understanding of the issues relating to animal health, welfare, production, conservation, and law and ethics. It also covers recent technological developments in these areas.\r\n<h3>UNITED KINGDOM</h3>\r\n<h4>Bishop Burton College</h4>\r\nBTCE National Diploma in Animal Management\r\n\r\nBishop Burton, Beverley, East Yorkshire HU17 8QG\r\nTel: (01964) 553000\r\n<a href="http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he">http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he</a>\r\n<a href="mailto:enquiries@bishopburton.ac.uk">enquiries@bishopburton.ac.uk</a>\r\n2 year program\r\nThey have several other areas of study related to animal care. These courses can be viewed on the same link.\r\n<h4>Hartpury College</h4>\r\nAnimal Care (First Diploma)\r\nAnimal Management (National Award)\r\nAnimal Management (National Certificate)\r\nAnimal Management (National Diploma)\r\nHartpury House, Gloucester, GL19 3BE\r\nTel: 01452 700283\r\n<a href="mailto:enquire@hartpury.ac.uk">enquire@hartpury.ac.uk</a>\r\n<a href="http://www.hartpury.ac.uk">http://www.hartpury.ac.uk</a>\r\n<a href="http://www.hartpury.ac.uk/courses/programme.asp?RProgrammeID=22&amp;RStudyLevelID=1&amp;RProgrammeAreaID=3">http://www.hartpury.ac.uk/courses/programme.asp?RProgrammeID=22&amp;RStudyLevelID=1&amp;RProgrammeAreaID=3</a>\r\n\r\nProgram runs one to four years depending on which degree you want.\r\n<h4>University of Plymouth</h4>\r\nMSc/PgDip Zoo Conservation Biology\r\nPostgraduate Admissions\r\nFaculty of Science\r\nUniversity of Plymouth, Drake Circus, Plymouth PL4 8AA\r\nUnited Kingdom\r\nTel: +44 (0)1752 233093\r\n\r\nThis programme aims to provide the essential knowledge to support scientists working in areas of captive breeding, management of exotic animal species, and wildlife conservation. The programme is jointly delivered by staff of the University and Paignton Zoo Environment Park, Totnes Road, Paignton, Devon, TQ4 7EU.\r\n<a href="mailto:science@plymouth.ac.uk">science@plymouth.ac.uk</a>\r\n<a href="http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678">http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678</a>\r\n<a href="http://www.paigntonzoo.org.uk/">http://www.paigntonzoo.org.uk/</a>\r\n<h4>University of Greenwich</h4>\r\nAnimal Management BSc Hons / Animal Management HND\r\nOld Royal Naval College, Park Row, Greenwich, London SE10 9LS 020 8331 8000\r\n<a href="http://www.gre.ac.uk/">http://www.gre.ac.uk/</a>\r\n\r\n<a href="http://www.gre.ac.uk/clearing/vacan/a/animan_bsc.htm">http://www.gre.ac.uk/clearing/vacan/a/animan_bsc.htm</a>\r\n<a href="mailto:jeremy.kerswell@hadlow.ac.uk">jeremy.kerswell@hadlow.ac.uk</a>\r\n3 year program\r\n<h4>University of Lincoln</h4>\r\nBSc (Hons) Animal Management &amp; Welfare\r\nBrayford Pool, Lincoln, LN6 7TS UK\r\nTel: +44 (0)1522 882000\r\n\r\n<a href="mailto:enquiries@lincoln.ac.uk">enquiries@lincoln.ac.uk</a>\r\n<a href="http://www.lincoln.ac.uk">http://www.lincoln.ac.uk</a>\r\n<a href="http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp">http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp</a>\r\n3 year program\r\n<h4>Weston College</h4>\r\nNational Diploma in Animal Management\r\nKnightstone Road, Weston-super-Mare, North Somerset BS23 2AL\r\nTel: 01934 411 411\r\n\r\nOverseas Tel: +44 1934 411411\r\n<a href="http://www.weston.ac.uk">http://www.weston.ac.uk</a>\r\n<a href="http://www.weston.ac.uk/courses/fulltime/Animal%20Care.pdf">http://www.weston.ac.uk/courses/fulltime/Animal%20Care.pdf</a>\r\n2 year program\r\n<h4>Wiltshire College Lackham</h4>\r\nNational Diploma in Animal Management\r\nHigher National Certificate/Diploma in Animal Management\r\nBSc Honours in Animal Science and Management\r\n\r\nLacock ? Chippenham SN15 2NY\r\nPhone: 01249 466800\r\n<a href="http://www.wiltscoll.ac.uk">http://www.wiltscoll.ac.uk</a>\r\n<a href="mailto:info@wiltscoll.ac.uk">info@wiltscoll.ac.uk</a>\r\n<a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=564">http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=564</a>\r\n<a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581">http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581</a>\r\n\r\nProgram runs one to four years depending on which degree you want.\r\n<h3>OTHER</h3>\r\n<h4>Hogeschool Van Hall Larenstein</h4>\r\nAgora 1, 8934 CJ Leeuwarden\r\n<a href="http://www.vhall.nl/hoofd.htm">http://www.vhall.nl/hoofd.htm</a>\r\n<a href="mailto:Hetty.vanDijk@wur.nl">Hetty.vanDijk@wur.nl</a>\r\n4 year Bachelor course in Animal Management (presented in Dutch)\r\nInternational students are welcome. The school offers an international programme for students with a bachelor diploma in a related field (or students who have finished at least 2 years of University education in a related field); this full time course is taught in English, takes 2 years and leads to a BSc in Nature and Wildlife Management. The number of English-taught modules has recently increased, including modules on Wildlife Management (both in situ and ex situ), Companion Animal Management, Animal Welfare, International Policy, and others.\r\nAqua Zoo Friesland\r\n\r\n<a href="http://www.otterparkleeuwarden.nl/">http://www.otterparkleeuwarden.nl/</a>\r\nStudents are responsible for part of the management of the zoo so they learn all aspects, not just animal keeping.\r\n<h4>Ogr\'d Zoologiczny w Poznaniu</h4>\r\nZoobiology Summer School at Poznan Zoo, Poland\r\nul. Browarna 25\r\n61-063 Poznan\r\nPolska\r\ntel. : dyrekcja : + 48 61 876 82 09, 876 82 25\r\n\r\nFAX. : + 48 61 877 35 33\r\n<a href="mailto:zoo@zoo.poznan.pl">zoo@zoo.poznan.pl</a>\r\nEvery year an increasing number of students work at the zoo as volunteers, practitioners, or to make observations for master\'s degrees and PhD\'s. As there is no place in our country where students can get a formal education in the management of wild animals in captivity, a need arose to provide, apart from normal work, a professional training in various aspects of zoo biology. Therefore we decided to hold for the first time a summer school.  During the intensive six day course from July 7 through July 12 there will be lectures as well as guided tours, led by curators, through the zoos. All higher staff of the zoo will be involved in the training. The lecture topics are varied and will cover all aspects of animal husbandry, feeding, history and development of modern zoos, conservation through captive breeding, reintroduction, record keeping, behavioral enrichment, hand-rearing techniques, genetics, international cooperation and education, and other subjects. Additionally, there will be a day-long excursion to the breeding center for native threatened species run by Academy of Agriculture.  Over 40 people registered for the summer school in 2003. Students include zoo animal keepers, students, scientific university staff as well as people simply interested in wild animal husbandry and zoos in general. We do hope that in this way we will further strengthen ties with scientific and conservation community as well as prepare new, better trained staff for Polish zoos.', 'International Programs', 0, '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2011-04-14 08:19:08', '2011-04-14 13:19:08', '', 116, 'http://aazk.org/uncategorized/116-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1961, 2, '2011-04-14 08:27:31', '2011-04-14 13:27:31', '<h3>AUSTRALIA</h3>\r\n<h4>Box Hill Institute</h4>\r\nCertificate III in Zookeeping\r\n\r\nPostal Address: Private Bag 2014, Box Hill 3128, AUSTRALIA\r\nWhitehorse Campus\r\n1000 Whitehorse Road, Box Hill, Victoria, Australia\r\nPhone: +61 (0)3 9286 9222\r\n<a href="http://www.bhtafe.edu.au/">http://www.bhtafe.edu.au/</a>\r\n<a href="mailto:courseinfo@bhtafe.edu.au">courseinfo@bhtafe.edu.au</a>\r\n3 year program\r\n<h4>Charles Stuart University</h4>\r\nAustralia\r\nGraduate Diploma of Captive Vertebrate Management\r\nGraduate Certificate in Captive Vertebrate Management\r\nThere is also a Masters degree available.\r\nThere are numerous campuses so all contact information is through the following link:\r\n<a href="http://www.csu.edu.au/contacts/campus.htm">http://www.csu.edu.au/contacts/campus.htm</a>\r\n<a href="http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview">http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview</a>\r\nCSU\'s Graduate Certificate in Captive Vertebrate Management is designed to provide graduates with scientific training and career development opportunities in the fields associated with captive vertebrate management.\r\n<h4>Ultimo College, TAFE, Sydney Australia</h4>\r\nCertificate III in Zookeeping\r\nCertificate III in Animal Care and Husbandry\r\nHarris Street, ULTIMO NSW 2007, AUSTRALIA\r\nPhone: within Australia 1300 360 601\r\nPhone: outside Australia +61 2 9217 2900\r\n<a href="http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9">http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9</a>\r\n<h4>University of Western Australia</h4>\r\nBSc in Animal Science\r\nNedlands Perth, Western Australia 6907 Australia\r\n<a href="http://www.uwa.edu.au/">http://www.uwa.edu.au/</a>\r\n<a href="http://admissions.uwa.edu.au/undergrad/courses/animal_science">http://admissions.uwa.edu.au/undergrad/courses/animal_science</a>\r\nThe program is geared more toward animal management than most animal science programs.\r\n<h3>CANADA</h3>\r\n<h4>Alberta Business Education Services</h4>\r\nCertificate in Zoo Technology\r\n#780 910 - 7th Avenue SW, Calgary, Alberta, Canada T2P 3N8\r\nPhone: (403) 232-8758\r\n<a href="http://www.abes.ca/programs.html">http://www.abes.ca/programs.html</a>\r\n<h3>FRANCE</h3>\r\nThese are not actual schools but training centers for adults.\r\n<h4>Instut Rural La chamelière</h4>\r\n44470 Carquefou\r\n00 33 240527982\r\n<h3>NEW ZEALAND</h3>\r\n<h4>Unitec New Zealand</h4>\r\nBachelor of Applied Animal Technology\r\n\r\nCertificates in Animal Care and Animal Management\r\nPrivate Bag 92025\r\nCarrington Road, Mt Albert\r\nAuckland\r\nNEW ZEALAND\r\n\r\nPhone: +64-9-849 4180\r\n<a href="http://www.unitec.ac.nz/">http://www.unitec.ac.nz/</a>\r\n<a href="http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900">http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900</a>\r\nThis programme aims to provide students with an understanding of the issues relating to animal health, welfare, production, conservation, and law and ethics. It also covers recent technological developments in these areas.\r\n<h3>UNITED KINGDOM</h3>\r\n<h4>Bishop Burton College</h4>\r\nBTCE National Diploma in Animal Management\r\n\r\nBishop Burton, Beverley, East Yorkshire HU17 8QG\r\nTel: (01964) 553000\r\n<a href="http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he">http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he</a>\r\n<a href="mailto:enquiries@bishopburton.ac.uk">enquiries@bishopburton.ac.uk</a>\r\n2 year program\r\nThey have several other areas of study related to animal care. These courses can be viewed on the same link.\r\n<h4>Hartpury College</h4>\r\nAnimal Care (First Diploma)\r\nAnimal Management (National Award)\r\nAnimal Management (National Certificate)\r\nAnimal Management (National Diploma)\r\nHartpury House, Gloucester, GL19 3BE\r\nTel: 01452 700283\r\n<a href="mailto:enquire@hartpury.ac.uk">enquire@hartpury.ac.uk</a>\r\n<a href="http://www.hartpury.ac.uk">http://www.hartpury.ac.uk</a>\r\n<a href="http://www.hartpury.ac.uk/Hartpury-College/Our-Courses/Further-Education/Areas-Of-Study/Animal-Care/">http://www.hartpury.ac.uk/Hartpury-College/Our-Courses/Further-Education/Areas-Of-Study/Animal-Care/</a>\r\n\r\nProgram runs one to four years depending on which degree you want.\r\n<h4>University of Plymouth</h4>\r\nMSc/PgDip Zoo Conservation Biology\r\nPostgraduate Admissions\r\nFaculty of Science\r\nUniversity of Plymouth, Drake Circus, Plymouth PL4 8AA\r\nUnited Kingdom\r\nTel: +44 (0)1752 233093\r\n\r\nThis programme aims to provide the essential knowledge to support scientists working in areas of captive breeding, management of exotic animal species, and wildlife conservation. The programme is jointly delivered by staff of the University and Paignton Zoo Environment Park, Totnes Road, Paignton, Devon, TQ4 7EU.\r\n<a href="mailto:science@plymouth.ac.uk">science@plymouth.ac.uk</a>\r\n<a href="http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678">http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678</a>\r\n<a href="http://www.paigntonzoo.org.uk/">http://www.paigntonzoo.org.uk/</a>\r\n<h4>University of Greenwich</h4>\r\nAnimal Management BSc Hons / Animal Management HND\r\nOld Royal Naval College, Park Row, Greenwich, London SE10 9LS 020 8331 8000\r\n<a href="http://www.gre.ac.uk/">http://www.gre.ac.uk/</a>\r\n\r\n<a href="http://www.gre.ac.uk/clearing/vacan/a/animan_bsc.htm">http://www.gre.ac.uk/clearing/vacan/a/animan_bsc.htm</a>\r\n<a href="mailto:jeremy.kerswell@hadlow.ac.uk">jeremy.kerswell@hadlow.ac.uk</a>\r\n3 year program\r\n<h4>University of Lincoln</h4>\r\nBSc (Hons) Animal Management &amp; Welfare\r\nBrayford Pool, Lincoln, LN6 7TS UK\r\nTel: +44 (0)1522 882000\r\n\r\n<a href="mailto:enquiries@lincoln.ac.uk">enquiries@lincoln.ac.uk</a>\r\n<a href="http://www.lincoln.ac.uk">http://www.lincoln.ac.uk</a>\r\n<a href="http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp">http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp</a>\r\n3 year program\r\n<h4>Weston College</h4>\r\nNational Diploma in Animal Management\r\nKnightstone Road, Weston-super-Mare, North Somerset BS23 2AL\r\nTel: 01934 411 411\r\n\r\nOverseas Tel: +44 1934 411411\r\n<a href="http://www.weston.ac.uk">http://www.weston.ac.uk</a>\r\n<a href="http://www.weston.ac.uk/courses/fulltime/Animal%20Care.pdf">http://www.weston.ac.uk/courses/fulltime/Animal%20Care.pdf</a>\r\n2 year program\r\n<h4>Wiltshire College Lackham</h4>\r\nNational Diploma in Animal Management\r\nHigher National Certificate/Diploma in Animal Management\r\nBSc Honours in Animal Science and Management\r\n\r\nLacock ? Chippenham SN15 2NY\r\nPhone: 01249 466800\r\n<a href="http://www.wiltscoll.ac.uk">http://www.wiltscoll.ac.uk</a>\r\n<a href="mailto:info@wiltscoll.ac.uk">info@wiltscoll.ac.uk</a>\r\n<a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=564">http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=564</a>\r\n<a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581">http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581</a>\r\n\r\nProgram runs one to four years depending on which degree you want.\r\n<h3>OTHER</h3>\r%0', 'International Programs', 0, '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2011-04-14 08:27:31', '2011-04-14 13:27:31', '', 116, 'http://aazk.org/uncategorized/116-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1959, 2, '2011-04-14 08:22:58', '2011-04-14 13:22:58', '<h3></h3>\r\n<h3>AUSTRALIA</h3>\r\n<h4>Box Hill Institute</h4>\r\nCertificate III in Zookeeping\r\n\r\nPostal Address: Private Bag 2014, Box Hill 3128, AUSTRALIA\r\nWhitehorse Campus\r\n1000 Whitehorse Road, Box Hill, Victoria, Australia\r\nPhone: +61 (0)3 9286 9222\r\n<a href="http://www.bhtafe.edu.au/">http://www.bhtafe.edu.au/</a>\r\n<a href="mailto:courseinfo@bhtafe.edu.au">courseinfo@bhtafe.edu.au</a>\r\n3 year program\r\n<h4>Charles Stuart University</h4>\r\nAustralia\r\nGraduate Diploma of Captive Vertebrate Management\r\nGraduate Certificate in Captive Vertebrate Management\r\nThere is also a Masters degree available.\r\nThere are numerous campuses so all contact information is through the following link:\r\n<a href="http://www.csu.edu.au/contacts/campus.htm">http://www.csu.edu.au/contacts/campus.htm</a>\r\n<a href="http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview">http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview</a>\r\nCSU\'s Graduate Certificate in Captive Vertebrate Management is designed to provide graduates with scientific training and career development opportunities in the fields associated with captive vertebrate management.\r\n<h4>Ultimo College, TAFE, Sydney Australia</h4>\r\nCertificate III in Zookeeping\r\nCertificate III in Animal Care and Husbandry\r\nHarris Street, ULTIMO NSW 2007, AUSTRALIA\r\nPhone: within Australia 1300 360 601\r\nPhone: outside Australia +61 2 9217 2900\r\n<a href="http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9">http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9</a>\r\n<h4>University of Western Australia</h4>\r\nBSc in Animal Science\r\nNedlands Perth, Western Australia 6907 Australia\r\n<a href="http://www.uwa.edu.au/">http://www.uwa.edu.au/</a>\r\n<a href="http://admissions.uwa.edu.au/undergrad/courses/animal_science">http://admissions.uwa.edu.au/undergrad/courses/animal_science</a>\r\nThe program is geared more toward animal management than most animal science programs.\r\n<h3>CANADA</h3>\r\n<h4>Alberta Business Education Services</h4>\r\nCertificate in Zoo Technology\r\n#780 910 - 7th Avenue SW, Calgary, Alberta, Canada T2P 3N8\r\nPhone: (403) 232-8758\r\n<a href="http://www.abes.ca/programs.html">http://www.abes.ca/programs.html</a>\r\n<h3>FRANCE</h3>\r\nThese are not actual schools but training centers for adults.\r\n<h4>Instut Rural La chamelière</h4>\r\n44470 Carquefou\r\n00 33 240527982\r\n<h3>NEW ZEALAND</h3>\r\n<h4>Unitec New Zealand</h4>\r\nBachelor of Applied Animal Technology\r\n\r\nCertificates in Animal Care and Animal Management\r\nPrivate Bag 92025\r\nCarrington Road, Mt Albert\r\nAuckland\r\nNEW ZEALAND\r\n\r\nPhone: +64-9-849 4180\r\n<a href="http://www.unitec.ac.nz/">http://www.unitec.ac.nz/</a>\r\n<a href="http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900">http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900</a>\r\nThis programme aims to provide students with an understanding of the issues relating to animal health, welfare, production, conservation, and law and ethics. It also covers recent technological developments in these areas.\r\n<h3>UNITED KINGDOM</h3>\r\n<h4>Bishop Burton College</h4>\r\nBTCE National Diploma in Animal Management\r\n\r\nBishop Burton, Beverley, East Yorkshire HU17 8QG\r\nTel: (01964) 553000\r\n<a href="http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he">http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he</a>\r\n<a href="mailto:enquiries@bishopburton.ac.uk">enquiries@bishopburton.ac.uk</a>\r\n2 year program\r\nThey have several other areas of study related to animal care. These courses can be viewed on the same link.\r\n<h4>Hartpury College</h4>\r\nAnimal Care (First Diploma)\r\nAnimal Management (National Award)\r\nAnimal Management (National Certificate)\r\nAnimal Management (National Diploma)\r\nHartpury House, Gloucester, GL19 3BE\r\nTel: 01452 700283\r\n<a href="mailto:enquire@hartpury.ac.uk">enquire@hartpury.ac.uk</a>\r\n<a href="http://www.hartpury.ac.uk">http://www.hartpury.ac.uk</a>\r\n<a href="http://www.hartpury.ac.uk/courses/programme.asp?RProgrammeID=22&amp;RStudyLevelID=1&amp;RProgrammeAreaID=3">http://www.hartpury.ac.uk/courses/programme.asp?RProgrammeID=22&amp;RStudyLevelID=1&amp;RProgrammeAreaID=3</a>\r\n\r\nProgram runs one to four years depending on which degree you want.\r\n<h4>University of Plymouth</h4>\r\nMSc/PgDip Zoo Conservation Biology\r\nPostgraduate Admissions\r\nFaculty of Science\r\nUniversity of Plymouth, Drake Circus, Plymouth PL4 8AA\r\nUnited Kingdom\r\nTel: +44 (0)1752 233093\r\n\r\nThis programme aims to provide the essential knowledge to support scientists working in areas of captive breeding, management of exotic animal species, and wildlife conservation. The programme is jointly delivered by staff of the University and Paignton Zoo Environment Park, Totnes Road, Paignton, Devon, TQ4 7EU.\r\n<a href="mailto:science@plymouth.ac.uk">science@plymouth.ac.uk</a>\r\n<a href="http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678">http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678</a>\r\n<a href="http://www.paigntonzoo.org.uk/">http://www.paigntonzoo.org.uk/</a>\r\n<h4>University of Greenwich</h4>\r\nAnimal Management BSc Hons / Animal Management HND\r\nOld Royal Naval College, Park Row, Greenwich, London SE10 9LS 020 8331 8000\r\n<a href="http://www.gre.ac.uk/">http://www.gre.ac.uk/</a>\r\n\r\n<a href="http://www.gre.ac.uk/clearing/vacan/a/animan_bsc.htm">http://www.gre.ac.uk/clearing/vacan/a/animan_bsc.htm</a>\r\n<a href="mailto:jeremy.kerswell@hadlow.ac.uk">jeremy.kerswell@hadlow.ac.uk</a>\r\n3 year program\r\n<h4>University of Lincoln</h4>\r\nBSc (Hons) Animal Management &amp; Welfare\r\nBrayford Pool, Lincoln, LN6 7TS UK\r\nTel: +44 (0)1522 882000\r\n\r\n<a href="mailto:enquiries@lincoln.ac.uk">enquiries@lincoln.ac.uk</a>\r\n<a href="http://www.lincoln.ac.uk">http://www.lincoln.ac.uk</a>\r\n<a href="http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp">http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp</a>\r\n3 year program\r\n<h4>Weston College</h4>\r\nNational Diploma in Animal Management\r\nKnightstone Road, Weston-super-Mare, North Somerset BS23 2AL\r\nTel: 01934 411 411\r\n\r\nOverseas Tel: +44 1934 411411\r\n<a href="http://www.weston.ac.uk">http://www.weston.ac.uk</a>\r\n<a href="http://www.weston.ac.uk/courses/fulltime/Animal%20Care.pdf">http://www.weston.ac.uk/courses/fulltime/Animal%20Care.pdf</a>\r\n2 year program\r\n<h4>Wiltshire College Lackham</h4>\r\nNational Diploma in Animal Management\r\nHigher National Certificate/Diploma in Animal Management\r\nBSc Honours in Animal Science and Management\r\n\r\nLacock ? Chippenham SN15 2NY\r\nPhone: 01249 466800\r\n<a href="http://www.wiltscoll.ac.uk">http://www.wiltscoll.ac.uk</a>\r\n<a href="mailto:info@wiltscoll.ac.uk">info@wiltscoll.ac.uk</a>\r\n<a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=564">http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=564</a>\r\n<a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581">http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581</a>\r\n\r\nProgram runs one to four years depending on which degree you want.\r\n<h3>OTHER</h3>\r\n<h4>Hogeschool Van Hall Larenstein</h4>\r\nAgora 1, 8934 CJ Leeuwarden\r\n<a href="http://www.vhall.nl/hoofd.htm">http://www.vhall.nl/hoofd.htm</a>\r\n<a href="mailto:Hetty.vanDijk@wur.nl">Hetty.vanDijk@wur.nl</a>\r\n4 year Bachelor course in Animal Management (presented in Dutch)\r\nInternational students are welcome. The school offers an international programme for students with a bachelor diploma in a related field (or students who have finished at least 2 years of University education in a related field); this full time course is taught in English, takes 2 years and leads to a BSc in Nature and Wildlife Management. The number of English-taught modules has recently increased, including modules on Wildlife Management (both in situ and ex situ), Companion Animal Management, Animal Welfare, International Policy, and others.\r\nAqua Zoo Friesland\r\n\r\n<a href="http://www.otterparkleeuwarden.nl/">http://www.otterparkleeuwarden.nl/</a>\r\nStudents are responsible for part of the management of the zoo so they learn all aspects, not just animal keeping.\r\n<h4>Ogr\'d Zoologiczny w Poznaniu</h4>\r\nZoobiology Summer School at Poznan Zoo, Poland\r\nul. Browarna 25\r\n61-063 Poznan\r\nPolska\r\ntel. : dyrekcja : + 48 61 876 82 09, 876 82 25\r\n\r\nFAX. : + 48 61 877 35 33\r\n<a href="mailto:zoo@zoo.poznan.pl">zoo@zoo.poznan.pl</a>\r\nEvery year an increasing number of students work at the zoo as volunteers, practitioners, or to make observations for master\'s degrees and PhD\'s. As there is no place in our country where students can get a formal education in the management of wild animals in captivity, a need arose to provide, apart from normal work, a professional training in various aspects of zoo biology. Therefore we decided to hold for the first time a summer school.  During the intensive six day course from July 7 through July 12 there will be lectures as well as guided tours, led by curators, through the zoos. All higher staff of the zoo will be involved in the training. The lecture topics are varied and will cover all aspects of animal husbandry, feeding, history and development of modern zoos, conservation through captive breeding, reintroduction, record keeping, behavioral enrichment, hand-rearing techniques, genetics, international cooperation and education, and other subjects. Additionally, there will be a day-long excursion to the breeding center for native threatened species run by Academy of Agriculture.  Over 40 people registered for the summer school in 2003. Students include zoo animal keepers, students, scientific university staff as well as people simply interested in wild animal husbandry and zoos in general. We do hope that in this way we will further strengthen ties with scientific and conservation community as well as prepare new, better trained staff for Polish zoos.', 'International Programs', 0, '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2011-04-14 08:22:58', '2011-04-14 13:22:58', '', 116, 'http://aazk.org/uncategorized/116-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1964, 2, '2011-04-14 08:32:46', '2011-04-14 13:32:46', '<h3>AUSTRALIA</h3>\r\n<h4>Box Hill Institute</h4>\r\nCertificate III in Zookeeping\r\n\r\nPostal Address: Private Bag 2014, Box Hill 3128, AUSTRALIA\r\nWhitehorse Campus\r\n1000 Whitehorse Road, Box Hill, Victoria, Australia\r\nPhone: +61 (0)3 9286 9222\r\n<a href="http://www.bhtafe.edu.au/">http://www.bhtafe.edu.au/</a>\r\n<a href="mailto:courseinfo@bhtafe.edu.au">courseinfo@bhtafe.edu.au</a>\r\n3 year program\r\n<h4>Charles Stuart University</h4>\r\nAustralia\r\nGraduate Diploma of Captive Vertebrate Management\r\nGraduate Certificate in Captive Vertebrate Management\r\nThere is also a Masters degree available.\r\nThere are numerous campuses so all contact information is through the following link:\r\n<a href="http://www.csu.edu.au/contacts/campus.htm">http://www.csu.edu.au/contacts/campus.htm</a>\r\n<a href="http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview">http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview</a>\r\nCSU\'s Graduate Certificate in Captive Vertebrate Management is designed to provide graduates with scientific training and career development opportunities in the fields associated with captive vertebrate management.\r\n<h4>Ultimo College, TAFE, Sydney Australia</h4>\r\nCertificate III in Zookeeping\r\nCertificate III in Animal Care and Husbandry\r\nHarris Street, ULTIMO NSW 2007, AUSTRALIA\r\nPhone: within Australia 1300 360 601\r\nPhone: outside Australia +61 2 9217 2900\r\n<a href="http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9">http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9</a>\r\n<h4>University of Western Australia</h4>\r\nBSc in Animal Science\r\nNedlands Perth, Western Australia 6907 Australia\r\n<a href="http://www.uwa.edu.au/">http://www.uwa.edu.au/</a>\r\n<a href="http://admissions.uwa.edu.au/undergrad/courses/animal_science">http://admissions.uwa.edu.au/undergrad/courses/animal_science</a>\r\nThe program is geared more toward animal management than most animal science programs.\r\n<h3>CANADA</h3>\r\n<h4>Alberta Business Education Services</h4>\r\nCertificate in Zoo Technology\r\n#780 910 - 7th Avenue SW, Calgary, Alberta, Canada T2P 3N8\r\nPhone: (403) 232-8758\r\n<a href="http://www.abes.ca/programs.html">http://www.abes.ca/programs.html</a>\r\n<h3>FRANCE</h3>\r\nThese are not actual schools but training centers for adults.\r\n<h4>Instut Rural La chamelière</h4>\r\n44470 Carquefou\r\n00 33 240527982\r\n<h3>NEW ZEALAND</h3>\r\n<h4>Unitec New Zealand</h4>\r\nBachelor of Applied Animal Technology\r\n\r\nCertificates in Animal Care and Animal Management\r\nPrivate Bag 92025\r\nCarrington Road, Mt Albert\r\nAuckland\r\nNEW ZEALAND\r\n\r\nPhone: +64-9-849 4180\r\n<a href="http://www.unitec.ac.nz/">http://www.unitec.ac.nz/</a>\r\n<a href="http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900">http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900</a>\r\nThis programme aims to provide students with an understanding of the issues relating to animal health, welfare, production, conservation, and law and ethics. It also covers recent technological developments in these areas.\r\n<h3>UNITED KINGDOM</h3>\r\n<h4>Bishop Burton College</h4>\r\nBTCE National Diploma in Animal Management\r\n\r\nBishop Burton, Beverley, East Yorkshire HU17 8QG\r\nTel: (01964) 553000\r\n<a href="http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he">http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he</a>\r\n<a href="mailto:enquiries@bishopburton.ac.uk">enquiries@bishopburton.ac.uk</a>\r\n2 year program\r\nThey have several other areas of study related to animal care. These courses can be viewed on the same link.\r\n<h4>Hartpury College</h4>\r\nAnimal Care (First Diploma)\r\nAnimal Management (National Award)\r\nAnimal Management (National Certificate)\r\nAnimal Management (National Diploma)\r\nHartpury House, Gloucester, GL19 3BE\r\nTel: 01452 700283\r\n<a href="mailto:enquire@hartpury.ac.uk">enquire@hartpury.ac.uk</a>\r\n<a href="http://www.hartpury.ac.uk">http://www.hartpury.ac.uk</a>\r\n<a href="http://www.hartpury.ac.uk/Hartpury-College/Our-Courses/Further-Education/Areas-Of-Study/Animal-Care/">http://www.hartpury.ac.uk/Hartpury-College/Our-Courses/Further-Education/Areas-Of-Study/Animal-Care/</a>\r\n\r\nProgram runs one to four years depending on which degree you want.\r\n<h4>University of Plymouth</h4>\r\nMSc/PgDip Zoo Conservation Biology\r\nPostgraduate Admissions\r\nFaculty of Science\r\nUniversity of Plymouth, Drake Circus, Plymouth PL4 8AA\r\nUnited Kingdom\r\nTel: +44 (0)1752 233093\r\n\r\nThis programme aims to provide the essential knowledge to support scientists working in areas of captive breeding, management of exotic animal species, and wildlife conservation. The programme is jointly delivered by staff of the University and Paignton Zoo Environment Park, Totnes Road, Paignton, Devon, TQ4 7EU.\r\n<a href="mailto:science@plymouth.ac.uk">science@plymouth.ac.uk</a>\r\n<a href="http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678">http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678</a>\r\n<a href="http://www.paigntonzoo.org.uk/">http://www.paigntonzoo.org.uk/</a>\r\n<h4>University of Greenwich</h4>\r\nAnimal Management BSc Hons / Animal Management HND\r\nOld Royal Naval College, Park Row, Greenwich, London SE10 9LS 020 8331 8000\r\n<a href="http://www.gre.ac.uk/">http://www.gre.ac.uk/</a>\r\n\r\n<a href="http://www.gre.ac.uk/courses/ug/ani/d300">http://www.gre.ac.uk/courses/ug/ani/d300</a>\r\n<a href="mailto:jeremy.kerswell@hadlow.ac.uk">\r\n</a>\r\n<h4>University of Lincoln</h4>\r\nBSc (Hons) Animal Management &amp; Welfare\r\nBrayford Pool, Lincoln, LN6 7TS UK\r\nTel: +44 (0)1522 882000\r\n\r\n<a href="mailto:enquiries@lincoln.ac.uk">enquiries@lincoln.ac.uk</a>\r\n<a href="http://www.lincoln.ac.uk">http://www.lincoln.ac.uk</a>\r\n<a href="http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp">http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp</a>\r\n3 year program\r\n<h4>Weston College</h4>\r\nNational Diploma in Animal Management\r\nKnightstone Road, Weston-super-Mare, North Somerset BS23 2AL\r\nTel: 01934 411 411\r\n\r\nOverseas Tel: +44 1934 411411\r\n<a href="http://www.weston.ac.uk">http://www.weston.ac.uk</a>\r\n<a href="http://www.weston.ac.uk/course/fdsc-animal-management">http://www.weston.ac.uk/course/fdsc-animal-management</a>\r\n2 year program\r\n<h4>Wiltshire College Lackham</h4>\r\nNational Diploma in Animal Management\r\nHigher National Certificate/Diploma in Animal Management\r\nBSc Honours in Animal Science and Management\r\n\r\nLacock ? Chippenham SN15 2NY\r\nPhone: 01249 466800\r\n<a href="http://www.wiltscoll.ac.uk">http://www.wiltscoll.ac.uk</a>\r\n<a href="mailto:info@wiltscoll.ac.uk">info@wiltscoll.ac.uk</a>\r\n<a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=564">http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=564</a>\r\n<a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581">http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581</a>\r\n\r\nProgram runs one to four years depending on which degree you want.\r\n<h3>OTHER</h3>\r\n<h4>Hogeschool Van Hall Larenstein</h4>\r\nAgora 1, 8934 CJ Leeuwarden\r\n<a href="http://www.vhall.nl/hoofd.htm">http://www.vhall.nl/hoofd.htm</a>\r\n<a href="mailto:Hetty.vanDijk@wur.nl">Hetty.vanDijk@wur.nl</a>\r\n4 year Bachelor course in Animal Management (presented in Dutch)\r\nInternational students are welcome. The school offers an international programme for students with a bachelor diploma in a related field (or students who have finished at least 2 years of University education in a related field); this full time course is taught in English, takes 2 years and leads to a BSc in Nature and Wildlife Management. The number of English-taught modules has recently increased, including modules on Wildlife Management (both in situ and ex situ), Companion Animal Management, Animal Welfare, International Policy, and others.\r\nAqua Zoo Friesland\r\n\r\n<a href="http://www.otterparkleeuwarden.nl/">http://www.otterparkleeuwarden.nl/</a>\r\nStudents are responsible for part of the management of the zoo so they learn all aspects, not just animal keeping.\r\n<h4>Ogr\'d Zoologiczny w Poznaniu</h4>\r\nZoobiology Summer School at Poznan Zoo, Poland\r\nul. Browarna 25\r\n61-063 Poznan\r\nPolska\r\ntel. : dyrekcja : + 48 61 876 82 09, 876 82 25\r\n\r\nFAX. : + 48 61 877 35 33\r\n<a href="mailto:zoo@zoo.poznan.pl">zoo@zoo.poznan.pl</a>\r\nEvery year an increasing number of students work at the zoo as volunteers, practitioners, or to make observations for master\'s degrees and PhD\'s. As there is no place in our country where students can get a formal education in the management of wild animals in captivity, a need arose to provide, apart from normal work, a professional training in various aspects of zoo biology. Therefore we decided to hold for the first time a summer school.  During the intensive six day course from July 7 through July 12 there will be lectures as well as guided tours, led by curators, through the zoos. All higher staff of the zoo will be involved in the training. The lecture topics are varied and will cover all aspects of animal husbandry, feeding, history and development of modern zoos, conservation through captive breeding, reintroduction, record keeping, behavioral enrichment, hand-rearing techniques, genetics, international cooperation and education, and other subjects. Additionally, there will be a day-long excursion to the breeding center for native threatened species run by Academy of Agriculture.  Over 40 people registered for the summer school in 2003. Students include zoo animal keepers, students, scientific university staff as well as people simply interested in wild animal husbandry and zoos in general. We do hope that in this way we will further strengthen ties with scientific and conservation community as well as prepare new, better trained staff for Polish zoos.', 'International Programs', 0, '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2011-04-14 08:32:46', '2011-04-14 13:32:46', '', 116, 'http://aazk.org/uncategorized/116-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1962, 2, '2011-04-14 08:28:59', '2011-04-14 13:28:59', '<h3>AUSTRALIA</h3>\r\n<h4>Box Hill Institute</h4>\r\nCertificate III in Zookeeping\r\n\r\nPostal Address: Private Bag 2014, Box Hill 3128, AUSTRALIA\r\nWhitehorse Campus\r\n1000 Whitehorse Road, Box Hill, Victoria, Australia\r\nPhone: +61 (0)3 9286 9222\r\n<a href="http://www.bhtafe.edu.au/">http://www.bhtafe.edu.au/</a>\r\n<a href="mailto:courseinfo@bhtafe.edu.au">courseinfo@bhtafe.edu.au</a>\r\n3 year program\r\n<h4>Charles Stuart University</h4>\r\nAustralia\r\nGraduate Diploma of Captive Vertebrate Management\r\nGraduate Certificate in Captive Vertebrate Management\r\nThere is also a Masters degree available.\r\nThere are numerous campuses so all contact information is through the following link:\r\n<a href="http://www.csu.edu.au/contacts/campus.htm">http://www.csu.edu.au/contacts/campus.htm</a>\r\n<a href="http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview">http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview</a>\r\nCSU\'s Graduate Certificate in Captive Vertebrate Management is designed to provide graduates with scientific training and career development opportunities in the fields associated with captive vertebrate management.\r\n<h4>Ultimo College, TAFE, Sydney Australia</h4>\r\nCertificate III in Zookeeping\r\nCertificate III in Animal Care and Husbandry\r\nHarris Street, ULTIMO NSW 2007, AUSTRALIA\r\nPhone: within Australia 1300 360 601\r\nPhone: outside Australia +61 2 9217 2900\r\n<a href="http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9">http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9</a>\r\n<h4>University of Western Australia</h4>\r\nBSc in Animal Science\r\nNedlands Perth, Western Australia 6907 Australia\r\n<a href="http://www.uwa.edu.au/">http://www.uwa.edu.au/</a>\r\n<a href="http://admissions.uwa.edu.au/undergrad/courses/animal_science">http://admissions.uwa.edu.au/undergrad/courses/animal_science</a>\r\nThe program is geared more toward animal management than most animal science programs.\r\n<h3>CANADA</h3>\r\n<h4>Alberta Business Education Services</h4>\r\nCertificate in Zoo Technology\r\n#780 910 - 7th Avenue SW, Calgary, Alberta, Canada T2P 3N8\r\nPhone: (403) 232-8758\r\n<a href="http://www.abes.ca/programs.html">http://www.abes.ca/programs.html</a>\r\n<h3>FRANCE</h3>\r\nThese are not actual schools but training centers for adults.\r\n<h4>Instut Rural La chamelière</h4>\r\n44470 Carquefou\r\n00 33 240527982\r\n<h3>NEW ZEALAND</h3>\r\n<h4>Unitec New Zealand</h4>\r\nBachelor of Applied Animal Technology\r\n\r\nCertificates in Animal Care and Animal Management\r\nPrivate Bag 92025\r\nCarrington Road, Mt Albert\r\nAuckland\r\nNEW ZEALAND\r\n\r\nPhone: +64-9-849 4180\r\n<a href="http://www.unitec.ac.nz/">http://www.unitec.ac.nz/</a>\r\n<a href="http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900">http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900</a>\r\nThis programme aims to provide students with an understanding of the issues relating to animal health, welfare, production, conservation, and law and ethics. It also covers recent technological developments in these areas.\r\n<h3>UNITED KINGDOM</h3>\r\n<h4>Bishop Burton College</h4>\r\nBTCE National Diploma in Animal Management\r\n\r\nBishop Burton, Beverley, East Yorkshire HU17 8QG\r\nTel: (01964) 553000\r\n<a href="http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he">http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he</a>\r\n<a href="mailto:enquiries@bishopburton.ac.uk">enquiries@bishopburton.ac.uk</a>\r\n2 year program\r\nThey have several other areas of study related to animal care. These courses can be viewed on the same link.\r\n<h4>Hartpury College</h4>\r\nAnimal Care (First Diploma)\r\nAnimal Management (National Award)\r\nAnimal Management (National Certificate)\r\nAnimal Management (National Diploma)\r\nHartpury House, Gloucester, GL19 3BE\r\nTel: 01452 700283\r\n<a href="mailto:enquire@hartpury.ac.uk">enquire@hartpury.ac.uk</a>\r\n<a href="http://www.hartpury.ac.uk">http://www.hartpury.ac.uk</a>\r\n<a href="http://www.hartpury.ac.uk/Hartpury-College/Our-Courses/Further-Education/Areas-Of-Study/Animal-Care/">http://www.hartpury.ac.uk/Hartpury-College/Our-Courses/Further-Education/Areas-Of-Study/Animal-Care/</a>\r\n\r\nProgram runs one to four years depending on which degree you want.\r\n<h4>University of Plymouth</h4>\r\nMSc/PgDip Zoo Conservation Biology\r\nPostgraduate Admissions\r\nFaculty of Science\r\nUniversity of Plymouth, Drake Circus, Plymouth PL4 8AA\r\nUnited Kingdom\r\nTel: +44 (0)1752 233093\r\n\r\nThis programme aims to provide the essential knowledge to support scientists working in areas of captive breeding, management of exotic animal species, and wildlife conservation. The programme is jointly delivered by staff of the University and Paignton Zoo Environment Park, Totnes Road, Paignton, Devon, TQ4 7EU.\r\n<a href="mailto:science@plymouth.ac.uk">science@plymouth.ac.uk</a>\r\n<a href="http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678">http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678</a>\r\n<a href="http://www.paigntonzoo.org.uk/">http://www.paigntonzoo.org.uk/</a>\r\n<h4>University of Greenwich</h4>\r\nAnimal Management BSc Hons / Animal Management HND\r\nOld Royal Naval College, Park Row, Greenwich, London SE10 9LS 020 8331 8000\r\n<a href="http://www.gre.ac.uk/">http://www.gre.ac.uk/</a>\r\n\r\n<a href="http://www.gre.ac.uk/courses/ug/ani/d300">http://www.gre.ac.uk/courses/ug/ani/d300</a>\r\n<a href="mailto:jeremy.kerswell@hadlow.ac.uk">jeremy.kerswell@hadlow.ac.uk</a>\r\n3 year program\r\n<h4>University of Lincoln</h4>\r\nBSc (Hons) Animal Management &amp; Welfare\r\nBrayford Pool, Lincoln, LN6 7TS UK\r\nTel: +44 (0)1522 882000\r\n\r\n<a href="mailto:enquiries@lincoln.ac.uk">enquiries@lincoln.ac.uk</a>\r\n<a href="http://www.lincoln.ac.uk">http://www.lincoln.ac.uk</a>\r\n<a href="http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp">http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp</a>\r\n3 year program\r\n<h4>Weston College</h4>\r\nNational Diploma in Animal Management\r\nKnightstone Road, Weston-super-Mare, North Somerset BS23 2AL\r\nTel: 01934 411 411\r\n\r\nOverseas Tel: +44 1934 411411\r\n<a href="http://www.weston.ac.uk">http://www.weston.ac.uk</a>\r\n<a href="http://www.weston.ac.uk/courses/fulltime/Animal%20Care.pdf">http://www.weston.ac.uk/courses/fulltime/Animal%20Care.pdf</a>\r\n2 year program\r\n<h4>Wiltshire College Lackham</h4>\r\nNational Diploma in Animal Management\r\nHigher National Certificate/Diploma in Animal Management\r\nBSc Honours in Animal Science and Management\r\n\r\nLacock ? Chippenham SN15 2NY\r\nPhone: 01249 466800\r\n<a href="http://www.wiltscoll.ac.uk">http://www.wiltscoll.ac.uk</a>\r\n<a href="mailto:info@wiltscoll.ac.uk">info@wiltscoll.ac.uk</a>\r\n<a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=564">http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=564</a>\r\n<a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581">http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581</a>\r\n\r\nProgram runs one to four years depending on which degree you want.\r\n<h3>OTHER</h3>\r\n<h4>Hogeschool Van Hall Larenstein</h4>\r\nAgora 1, 8934 CJ Leeuwarden\r\n<a href="http://www.vhall.nl/hoofd.htm">http://www.vhall.nl/hoofd.htm</a>\r\n<a href="mailto:Hetty.vanDijk@wur.nl">Hetty.vanDijk@wur.nl</a>\r\n4 year Bachelor course in Animal Management (presented in Dutch)\r\nInternational students are welcome. The school offers an international programme for students with a bachelor diploma in a related field (or students who have finished at least 2 years of University education in a related field); this full time course is taught in English, takes 2 years and leads to a BSc in Nature and Wildlife Management. The number of English-taught modules has recently increased, including modules on Wildlife Management (both in situ and ex situ), Companion Animal Management, Animal Welfare, International Policy, and others.\r\nAqua Zoo Friesland\r\n\r\n<a href="http://www.otterparkleeuwarden.nl/">http://www.otterparkleeuwarden.nl/</a>\r\nStudents are responsible for part of the management of the zoo so they learn all aspects, not just animal keeping.\r\n<h4>Ogr\'d Zoologiczny w Poznaniu</h4>\r\nZoobiology Summer School at Poznan Zoo, Poland\r\nul. Browarna 25\r\n61-063 Poznan\r\nPolska\r\ntel. : dyrekcja : + 48 61 876 82 09, 876 82 25\r\n\r\nFAX. : + 48 61 877 35 33\r\n<a href="mailto:zoo@zoo.poznan.pl">zoo@zoo.poznan.pl</a>\r\nEvery year an increasing number of students work at the zoo as volunteers, practitioners, or to make observations for master\'s degrees and PhD\'s. As there is no place in our country where students can get a formal education in the management of wild animals in captivity, a need arose to provide, apart from normal work, a professional training in various aspects of zoo biology. Therefore we decided to hold for the first time a summer school.  During the intensive six day course from July 7 through July 12 there will be lectures as well as guided tours, led by curators, through the zoos. All higher staff of the zoo will be involved in the training. The lecture topics are varied and will cover all aspects of animal husbandry, feeding, history and development of modern zoos, conservation through captive breeding, reintroduction, record keeping, behavioral enrichment, hand-rearing techniques, genetics, international cooperation and education, and other subjects. Additionally, there will be a day-long excursion to the breeding center for native threatened species run by Academy of Agriculture.  Over 40 people registered for the summer school in 2003. Students include zoo animal keepers, students, scientific university staff as well as people simply interested in wild animal husbandry and zoos in general. We do hope that in this way we will further strengthen ties with scientific and conservation community as well as prepare new, better trained staff for Polish zoos.', 'International Programs', 0, '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2011-04-14 08:28:59', '2011-04-14 13:28:59', '', 116, 'http://aazk.org/uncategorized/116-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1965, 2, '2011-04-14 08:35:38', '2011-04-14 13:35:38', '<h3>AUSTRALIA</h3>\r\n<h4>Box Hill Institute</h4>\r\nCertificate III in Zookeeping\r\n\r\nPostal Address: Private Bag 2014, Box Hill 3128, AUSTRALIA\r\nWhitehorse Campus\r\n1000 Whitehorse Road, Box Hill, Victoria, Australia\r\nPhone: +61 (0)3 9286 9222\r\n<a href="http://www.bhtafe.edu.au/">http://www.bhtafe.edu.au/</a>\r\n<a href="mailto:courseinfo@bhtafe.edu.au">courseinfo@bhtafe.edu.au</a>\r\n3 year program\r\n<h4>Charles Stuart University</h4>\r\nAustralia\r\nGraduate Diploma of Captive Vertebrate Management\r\nGraduate Certificate in Captive Vertebrate Management\r\nThere is also a Masters degree available.\r\nThere are numerous campuses so all contact information is through the following link:\r\n<a href="http://www.csu.edu.au/contacts/campus.htm">http://www.csu.edu.au/contacts/campus.htm</a>\r\n<a href="http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview">http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview</a>\r\nCSU\'s Graduate Certificate in Captive Vertebrate Management is designed to provide graduates with scientific training and career development opportunities in the fields associated with captive vertebrate management.\r\n<h4>Ultimo College, TAFE, Sydney Australia</h4>\r\nCertificate III in Zookeeping\r\nCertificate III in Animal Care and Husbandry\r\nHarris Street, ULTIMO NSW 2007, AUSTRALIA\r\nPhone: within Australia 1300 360 601\r\nPhone: outside Australia +61 2 9217 2900\r\n<a href="http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9">http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9</a>\r\n<h4>University of Western Australia</h4>\r\nBSc in Animal Science\r\nNedlands Perth, Western Australia 6907 Australia\r\n<a href="http://www.uwa.edu.au/">http://www.uwa.edu.au/</a>\r\n<a href="http://admissions.uwa.edu.au/undergrad/courses/animal_science">http://admissions.uwa.edu.au/undergrad/courses/animal_science</a>\r\nThe program is geared more toward animal management than most animal science programs.\r\n<h3>CANADA</h3>\r\n<h4>Alberta Business Education Services</h4>\r\nCertificate in Zoo Technology\r\n#780 910 - 7th Avenue SW, Calgary, Alberta, Canada T2P 3N8\r\nPhone: (403) 232-8758\r\n<a href="http://www.abes.ca/programs.html">http://www.abes.ca/programs.html</a>\r\n<h3>FRANCE</h3>\r\nThese are not actual schools but training centers for adults.\r\n<h4>Instut Rural La chamelière</h4>\r\n44470 Carquefou\r\n00 33 240527982\r\n<h3>NEW ZEALAND</h3>\r\n<h4>Unitec New Zealand</h4>\r\nBachelor of Applied Animal Technology\r\n\r\nCertificates in Animal Care and Animal Management\r\nPrivate Bag 92025\r\nCarrington Road, Mt Albert\r\nAuckland\r\nNEW ZEALAND\r\n\r\nPhone: +64-9-849 4180\r\n<a href="http://www.unitec.ac.nz/">http://www.unitec.ac.nz/</a>\r\n<a href="http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900">http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900</a>\r\nThis programme aims to provide students with an understanding of the issues relating to animal health, welfare, production, conservation, and law and ethics. It also covers recent technological developments in these areas.\r\n<h3>UNITED KINGDOM</h3>\r\n<h4>Bishop Burton College</h4>\r\nBTCE National Diploma in Animal Management\r\n\r\nBishop Burton, Beverley, East Yorkshire HU17 8QG\r\nTel: (01964) 553000\r\n<a href="http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he">http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he</a>\r\n<a href="mailto:enquiries@bishopburton.ac.uk">enquiries@bishopburton.ac.uk</a>\r\n2 year program\r\nThey have several other areas of study related to animal care. These courses can be viewed on the same link.\r\n<h4>Hartpury College</h4>\r\nAnimal Care (First Diploma)\r\nAnimal Management (National Award)\r\nAnimal Management (National Certificate)\r\nAnimal Management (National Diploma)\r\nHartpury House, Gloucester, GL19 3BE\r\nTel: 01452 700283\r\n<a href="mailto:enquire@hartpury.ac.uk">enquire@hartpury.ac.uk</a>\r\n<a href="http://www.hartpury.ac.uk">http://www.hartpury.ac.uk</a>\r\n<a href="http://www.hartpury.ac.uk/Hartpury-College/Our-Courses/Further-Education/Areas-Of-Study/Animal-Care/">http://www.hartpury.ac.uk/Hartpury-College/Our-Courses/Further-Education/Areas-Of-Study/Animal-Care/</a>\r\n\r\nProgram runs one to four years depending on which degree you want.\r\n<h4>University of Plymouth</h4>\r\nMSc/PgDip Zoo Conservation Biology\r\nPostgraduate Admissions\r\nFaculty of Science\r\nUniversity of Plymouth, Drake Circus, Plymouth PL4 8AA\r\nUnited Kingdom\r\nTel: +44 (0)1752 233093\r\n\r\nThis programme aims to provide the essential knowledge to support scientists working in areas of captive breeding, management of exotic animal species, and wildlife conservation. The programme is jointly delivered by staff of the University and Paignton Zoo Environment Park, Totnes Road, Paignton, Devon, TQ4 7EU.\r\n<a href="mailto:science@plymouth.ac.uk">science@plymouth.ac.uk</a>\r\n<a href="http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678">http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678</a>\r\n<a href="http://www.paigntonzoo.org.uk/">http://www.paigntonzoo.org.uk/</a>\r\n<h4>University of Greenwich</h4>\r\nAnimal Management BSc Hons / Animal Management HND\r\nOld Royal Naval College, Park Row, Greenwich, London SE10 9LS 020 8331 8000\r\n<a href="http://www.gre.ac.uk/">http://www.gre.ac.uk/</a>\r\n\r\n<a href="http://www.gre.ac.uk/courses/ug/ani/d300">http://www.gre.ac.uk/courses/ug/ani/d300</a>\r\n<a href="mailto:jeremy.kerswell@hadlow.ac.uk">\r\n</a>\r\n<h4>University of Lincoln</h4>\r\nBSc (Hons) Animal Management &amp; Welfare\r\nBrayford Pool, Lincoln, LN6 7TS UK\r\nTel: +44 (0)1522 882000\r\n\r\n<a href="mailto:enquiries@lincoln.ac.uk">enquiries@lincoln.ac.uk</a>\r\n<a href="http://www.lincoln.ac.uk">http://www.lincoln.ac.uk</a>\r\n<a href="http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp">http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp</a>\r\n3 year program\r\n<h4>Weston College</h4>\r\nNational Diploma in Animal Management\r\nKnightstone Road, Weston-super-Mare, North Somerset BS23 2AL\r\nTel: 01934 411 411\r\n\r\nOverseas Tel: +44 1934 411411\r\n<a href="http://www.weston.ac.uk">http://www.weston.ac.uk</a>\r\n<a href="http://www.weston.ac.uk/course/fdsc-animal-management">http://www.weston.ac.uk/course/fdsc-animal-management</a>\r\n2 year program\r\n<h4>Wiltshire College Lackham</h4>\r\nNational Diploma in Animal Management\r\nHigher National Certificate/Diploma in Animal Management\r\nBSc Honours in Animal Science and Management\r\n\r\nLacock ? Chippenham SN15 2NY\r\nPhone: 01249 466800\r\n<a href="http://www.wiltscoll.ac.uk">http://www.wiltscoll.ac.uk</a>\r\n<a href="mailto:info@wiltscoll.ac.uk">info@wiltscoll.ac.uk</a>\r\n<a href="http://www.wiltshire.ac.uk/courses/university_level/detail.aspx?ref=1140">http://www.wiltshire.ac.uk/courses/university_level/detail.aspx?ref=1140</a><a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581"></a>\r\n\r\nProgram runs one to four years depending on which degree you want.\r\n<h3>OTHER</h3>\r\n<h4>Hogeschool Van Hall Larenstein</h4>\r\nAgora 1, 8934 CJ Leeuwarden\r\n<a href="http://www.vhall.nl/hoofd.htm">http://www.vhall.nl/hoofd.htm</a>\r\n<a href="mailto:Hetty.vanDijk@wur.nl">Hetty.vanDijk@wur.nl</a>\r\n4 year Bachelor course in Animal Management (presented in Dutch)\r\nInternational students are welcome. The school offers an international programme for students with a bachelor diploma in a related field (or students who have finished at least 2 years of University education in a related field); this full time course is taught in English, takes 2 years and leads to a BSc in Nature and Wildlife Management. The number of English-taught modules has recently increased, including modules on Wildlife Management (both in situ and ex situ), Companion Animal Management, Animal Welfare, International Policy, and others.\r\nAqua Zoo Friesland\r\n\r\n<a href="http://www.otterparkleeuwarden.nl/">http://www.otterparkleeuwarden.nl/</a>\r\nStudents are responsible for part of the management of the zoo so they learn all aspects, not just animal keeping.\r\n<h4>Ogr\'d Zoologiczny w Poznaniu</h4>\r\nZoobiology Summer School at Poznan Zoo, Poland\r\nul. Browarna 25\r\n61-063 Poznan\r\nPolska\r\ntel. : dyrekcja : + 48 61 876 82 09, 876 82 25\r\n\r\nFAX. : + 48 61 877 35 33\r\n<a href="mailto:zoo@zoo.poznan.pl">zoo@zoo.poznan.pl</a>\r\nEvery year an increasing number of students work at the zoo as volunteers, practitioners, or to make observations for master\'s degrees and PhD\'s. As there is no place in our country where students can get a formal education in the management of wild animals in captivity, a need arose to provide, apart from normal work, a professional training in various aspects of zoo biology. Therefore we decided to hold for the first time a summer school.  During the intensive six day course from July 7 through July 12 there will be lectures as well as guided tours, led by curators, through the zoos. All higher staff of the zoo will be involved in the training. The lecture topics are varied and will cover all aspects of animal husbandry, feeding, history and development of modern zoos, conservation through captive breeding, reintroduction, record keeping, behavioral enrichment, hand-rearing techniques, genetics, international cooperation and education, and other subjects. Additionally, there will be a day-long excursion to the breeding center for native threatened species run by Academy of Agriculture.  Over 40 people registered for the summer school in 2003. Students include zoo animal keepers, students, scientific university staff as well as people simply interested in wild animal husbandry and zoos in general. We do hope that in this way we will further strengthen ties with scientific and conservation community as well as prepare new, better trained staff for Polish zoos.', 'International Programs', 0, '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2011-04-14 08:35:38', '2011-04-14 13:35:38', '', 116, 'http://aazk.org/uncategorized/116-revision-14/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1966, 2, '2009-05-26 18:01:14', '2009-05-26 23:01:14', '<p><strong>For more options around the globe, go to:</strong><br>\r\n	<a href="http://netvet.wustl.edu/vschool.htm">http://netvet.wustl.edu/vschool.htm</a></p>\r\n\r\n\r\n<h3>University of Illinois at Urbana-Champaign College of Veterinary Medicine</h3>\r\n\r\n<p>3505 Veterinary Medicine Basic Sciences Building<br>\r\n2001 South Lincoln Avenue<br>\r\nUrbana, IL 61802<br>\r\n217/333-2760<br>\r\nThey have a teaching hospital which has a wildlife rescue center. They also deal with the occasional exotic; e.g. tigers or bears.<br>\r\n<a href="http://www.cvm.uiuc.edu/">http://www.cvm.uiuc.edu/</a><br>\r\n<a href="http://www.cvm.uiuc.edu/vth/">http://www.cvm.uiuc.edu/vth/</a></p>\r\n \r\n \r\n\r\n<h3>Kansas State University College of Veterinary Medicine</h3>\r\n\r\n<p>112 Trotter Hall<br>\r\nKansas State University<br>\r\nManhattan, KS 66506-5601<br>\r\n(785) 532-6011<br>\r\nAn excellent teaching hospital offering plenty of exotic animal experience. They take care of the animals at Sunset, Topeka, and Rolling Hills zoos.<br>\r\n<a href="http://www.ksu.edu/">http://www.ksu.edu/</a><br>\r\n<a href="http://www.vet.ksu.edu/">http://www.vet.ksu.edu/</a><br>\r\n<a href="http://www.vet.ksu.edu/depts/VMTH/exotics/index.htm">http://www.vet.ksu.edu/depts/VMTH/exotics/index.htm</a></p>\r\n\r\n \r\n\r\n<h3>Louisiana State University School of Veterinary Medicine</h3>\r\n\r\n<p>Veterinary Teaching Hospital and Clinics<br>\r\nSkip Bertman Drive<br>\r\nBaton Rouge, LA 70803<br>\r\n(225) 578-9600<br>\r\nFAX (225) 578-9559<br>\r\nTeaching hospital with an exotic animal program.<br>\r\n<a href="http://www.vetmed.lsu.edu/Default.htm">http://www.vetmed.lsu.edu/Default.htm</a><br>\r\n\r\n<a href="http://www.vetmed.lsu.edu/vth&amp;c/BZEM.htm">http://www.vetmed.lsu.edu/vth&amp;c/BZEM.htm</a></p>\r\n \r\n\r\n<h3>Michigan State University College of Veterinary Medicine</h3>\r\n\r\n<p>Office of the Dean<br>\r\nG100 Vet Med Center<br>\r\nEast Lansing, MI 48824-1314<br>\r\nPH: 517-355-6509<br>\r\nFAX: 517-432-1037<br>\r\nTeaching hospital with exotic animal specialty. They work with the Potter Park zoo.<br>\r\n\r\n<a href="http://cvm.msu.edu/">http://cvm.msu.edu/</a><br>\r\n<a href="http://cvm.msu.edu/vth/index.htm">http://cvm.msu.edu/vth/index.htm</a></p>\r\n \r\n \r\n<h3>Oklahoma State University Center for Veterinary Health Sciences</h3>\r\n\r\n<p>Stillwater, OK 74078<br>\r\n(405)744-6595<br>\r\nZoo, Exotics, and Wildlife program. They work with the Tulsa and Oklahoma City zoos.<br>\r\n<a href="http://www.cvm.okstate.edu/">http://www.cvm.okstate.edu/</a><br>\r\n<a href="http://www.cvm.okstate.edu/Depts/VCS/ZEW/Residency%20Program%20Description%20%282003%29.htm">http://www.cvm.okstate.edu/Depts/VCS/ZEW/Residency%20Program%20Description%20(2003).htm</a></p>\r\n\r\n<h3>Washington State University College of Veterinary Medicine</h3>\r\n\r\n<p>PO Box 647012<br>\r\nPullman, Washington 99164-7012<br>\r\n(509) 335-1532<br>\r\nFAX (509) 335-6133<br>\r\nThe teaching hospital offers exotic animal services.<br>\r\n<a href="http://www.vetmed.wsu.edu/">http://www.vetmed.wsu.edu/</a><br>\r\n<a href="http://www.vetmed.wsu.edu/depts-vth/">http://www.vetmed.wsu.edu/depts-vth/</a></p>', 'Veterinary Schools with Exotic Animal Programs', 0, '', 'inherit', 'closed', 'closed', '', '125-revision-4', '', '', '2009-05-26 18:01:14', '2009-05-26 23:01:14', '', 125, 'http://aazk.org/uncategorized/125-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1971, 2, '2011-04-14 08:46:21', '2011-04-14 13:46:21', '<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2><strong>Total Funds Raised to Date: <span style="color: #ff0000;">$3,724,041</span></strong></h2>\r\n<h2><strong><strong>2011 Funds Raised to Date: <span style="color: #ff0000;">$711\r\n</span></strong></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Samatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $3 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<span style="text-decoration: underline;">Links</span>\r\n\r\nIf your chapter would like to check your totals you can do so here: <a href="http://aazkbfr.org/bfrsites">http://aazkbfr.org/bfrsites</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2011-04-14 08:46:21', '2011-04-14 13:46:21', '', 168, 'http://aazk.org/uncategorized/168-revision-33/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1972, 2, '2011-03-31 08:50:53', '2011-03-31 13:50:53', '<strong><em></em></strong>\r\n\r\n<strong>April 17-22, 2011 - <em>11th Annual Animal Behavior Management Alliance (ABMA)</em></strong>. In Denver, CO. The conference will kick off with our keynote speaker, Dr. Jill Mellen from Disney’s Animal Kingdom, and will culminate with an Earth Day to remember at the Denver Zoo.  See (<a href="http://www.theabma.org/">http://www.theabma.org/</a>) for further information.\r\n\r\n<strong>May 15th-18th, 2011 - <em>2011 Rhino Keeper Workshop</em></strong>. To be held at Fossil Rim Wildlife Center, Glen Rose, Texas. For further info contact:<a href="mailto:adam.felts@columbuszoo.org"> adam.felts@columbuszoo.org</a>.\r\n\r\n<strong>June 13-16, 2011 - <em>7th International Zoo &amp; Aquarium Marketing Conference</em></strong><em> </em>- Hosted by the WAZA and the Granby Zoo in Granby, Quebec, Canada. Theme for the conference is “Strategic Marketing in Action”.  The program will address the following topics: Strategic Marketing, Marketing the Zoo &amp; Aquarium Community, Marketing, Education and Conservation, Turn Bad News into Good News, and Social Marketing in Action.  See <a href="http://www.zoodegranby.com/waza ">www.zoodegranby.com/waza </a>for further information.\r\n\r\n<strong>July 20-23, 2011 - <em>Biology of Rattlesnakes Symposium</em></strong> - To be held at the University Park Marriot in Tucson, AZ.  Hosted by the Chiricahua Desert Museum and the Arizona-Sonora Desert Museum. People interested in presenting papers should contact Lori King Palmer at <a href="mailto:loriguanid@aol.com">loriguanid@aol.com</a>.  Those interested in presenting posters contact Matt Goode at <a href="mailto:mgoode@ag.arizona.edu">mgoode@ag.arizona.edu</a>.  For registration information, current list of speakers and other details, please go to<a href="http://www.biologyoftherattlesnakes.com"> www.biologyoftherattlesnakes.com</a>.\r\n\r\n<strong>July 25-30, 2011  - <em>The First-ever Joint Meeting of the International Ethological Conference (IEC) and the Animal Behavior Society (ABS)</em></strong>. To be held at Indiana University, Bloomington, Indiana, USA. More information can be found at the conference website: <a href="http://www.indiana.edu/~behav11/index.shtml">http://www.indiana.edu/~behav11/index.shtml</a>. The program will be exciting and integrative scientific that draws on the strengths of both the IEC and the ABS.\r\n\r\n<strong>August 24-28, 2011 - <em>AAZK National Conference</em>.</strong> In San Diego, CA.  Hosted by the Sand Diego AAZK Chapter and the Zoological Society of San Diego.  See <a href="http://sdaazk.com">http://sdaazk.com</a> for information.\r\n\r\n<strong></strong>\r\n\r\n<strong>October 1-5, 2011  -<em> 30th Annual Conference of the Association of Zoological Horticulture (AZH)</em></strong>.  Hosted by the Sedgwick County Zoo, Wichita, KS.  Theme: "Bringing the World to the Plains" at Wichita Hyatt Regency Hotel. Seminars and workshops covering a wide range of topics involving Horticulture, Integrated Pest Management, Conservation and Exhibit Design will be presented. Participants within the Horticulture, Arboriculture and Grounds Maintenance fields are encouraged to attend. For more information call 316-266-8313, 316-266-8314 or visit <a href="http://AZH.org">AZH.org</a>.\r\n\r\n<strong>October 6 – 9, 2011 - <em>Advancing Bear Care 2011</em></strong> – Banff, Canada\r\nBear biologists and naturalists will lead hikes into bear habitat and interpret for delegates how bears use the components of the ecosystem to express their daily and seasonal routines. We will bring this information back into workshops and apply this knowledge towards improving captive bear husbandry. Also, international bear biologists will assist us in interpreting Asian, European, and South American bear habitats.\r\n\r\n<strong>October 6-9, 2011 - <em>32nd Annual Elephant Managers Association Conference</em></strong> - Hosted by the Seneca Park Zoo, Rochester, NY.  The pre-conference trip will be hosted by Lion Country Safari in Cambridge, Ontario on Wednesday, October 5th (Passport needed to participate in this trip).\r\n<h2><strong>2012</strong></h2>\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>September 9-3, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY.\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2011 - San Diego, CA - August 24-28; <a href="http://sdaazk.com">http://sdaazk.com</a>\r\n\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - Dates TBA\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events April 2011', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2011-03-31 08:50:53', '2011-03-31 13:50:53', '', 435, 'http://aazk.org/uncategorized/435-revision-33/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1973, 2, '2011-04-29 13:24:13', '2011-04-29 18:24:13', 'About the Cover/Information for Contributors\r\nScoops &amp; Scuttlebutt\r\nFrom the President\r\nComing Events\r\nAAZK Announces New Members\r\nTraining Tales (<em>Training the “untrainable bobcat” with Positive Reinforcement</em>)\r\nCall for Papers for Ungulate Dedicated Issue\r\nEstablishing a Conditioning Program for a Red-flanked Duiker to Determine and Monitor Pregnancy\r\nBook Reviews (<em>The Great Penguin Rescue </em>and<em> A Pocket Guide to the  Snakes of Kansas and Common &amp; Scientific Names for NA Amphibians, Turtles, Reptiles and Crocodilians</em>)\r\nEnrichment Options (<em>Catering to the Preferences of 2.1 Sulawesi Macaques</em>)\r\nCall for Enrichment Papers\r\nWorld Famous Cheetah Dies\r\nAnnouncing Our Rewards Program\r\nViewpoint: The Good Zoo and Euthanasia\r\nConservation Station (<em>A First Hand View of How Zoos Are Making a Difference in East Africa</em>)\r\nConservation/Legislative Update\r\nConference 2011/San Diego - Updates, New Information Insert', 'May 2011', 0, '', 'draft', 'closed', 'closed', '', 'may-2011', '', '', '2013-10-15 17:49:20', '2013-10-15 22:49:20', '', 0, 'http://aazk.org/?p=1973', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1974, 2, '2011-04-29 13:23:28', '2011-04-29 18:23:28', 'About the Cover/Information for Contributors\nScoops &amp; Scuttlebutt\nFrom the President\nComing Events\nAAZK Announces New Members\nTraining Tales (<em>Training the “untrainable bobcat” with Positive Reinforcement</em>)\nCall for Papers for Ungulate Dedicated Issue\nEstablishing a Conditioning Program for a Red-flanked Duiker to Determine and Monitor Pregnancy\nBook Reviews (<em>The Great Penguin Rescue and A Pocket Guide to the  Snakes of Kansas and Common &amp; Scientific Names for NA Amphibians, Turtles, Reptiles and Crocodilians</em>)\nEnrichment Options (Catering to the Preferences of 2.1\nSulawesi Macaques)\nCall for Enrichment Papers\nWorld Famous Cheetah Dies\nAnnouncing Our Rewards Program\nViewpoint: The Good Zoo and Euthanasia\nConservation Station (A First Hand View of How Zoos\nAre Making a Difference in East Africa)\nConservation/Legislative Update\nConference 2011/San Diego - Updates, New Information Insert', 'May 2011', 0, '', 'inherit', 'closed', 'closed', '', '1973-revision', '', '', '2011-04-29 13:23:28', '2011-04-29 18:23:28', '', 1973, 'http://aazk.org/uncategorized/1973-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1975, 2, '2011-04-29 13:25:19', '2011-04-29 18:25:19', 'About the Cover/Information for Contributors\nScoops &amp; Scuttlebutt\nFrom the President\nComing Events\nAAZK Announces New Members\nTraining Tales (<em>Training the “untrainable bobcat” with Positive Reinforcement</em>)\nCall for Papers for Ungulate Dedicated Issue\nEstablishing a Conditioning Program for a Red-flanked Duiker to Determine and Monitor Pregnancy\nBook Reviews (<em>The Great Penguin Rescue </em>and<em> A Pocket Guide to the  Snakes of Kansas and Common &amp; Scientific Names for NA Amphibians, Turtles, Reptiles and Crocodilians</em>)\nEnrichment Options (<em>Catering to the Preferences of 2.1 Sulawesi Macaques</em>)\nCall for Enrichment Papers\nWorld Famous Cheetah Dies\nAnnouncing Our Rewards Program\nViewpoint: The Good Zoo and Euthanasia\nConservation Station (<em>A First Hand View of How Zoos Are Making a Difference in East Africa</em>)\nConservation/Legislative Update\nConference 2011/San Diego - Updates, New Information Insert', 'May 2011', 0, '', 'inherit', 'closed', 'closed', '', '1973-autosave', '', '', '2011-04-29 13:25:19', '2011-04-29 18:25:19', '', 1973, 'http://aazk.org/uncategorized/1973-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1976, 2, '2011-04-29 13:32:45', '2011-04-29 18:32:45', '<em>By Kim Wanders, Keeper III, Jacque Blessington, Keeper III\r\nKansas City Zoo, Kansas City, MO </em>\r\n\r\n<strong>Abstract</strong>\r\nThere are ~20 species of duikers(1).  The Red-flanked duiker is a medium-sized duiker that is found naturally in western and central Africa.  From the 2006-2007 Association of Zoos and Aquariums (AZA) Population Management Plan (PMP), there were 27.22 individuals at 17 institutions.\r\n\r\nIn 2007, the Kansas City Zoo housed 1.1 Red-flanked duikers.  Lil, the female, was born at the Kansas City Zoo on 30 September 2004.  Alfalfa, the male, was born at the San Diego Zoo and was brought to Kansas City on 17 November 2006 as a breeding recommendation from the 2006-2007 Population Management Program [PMP].\r\n\r\nRed-flanked duikers are generally shy and elusive creatures that normally live in pairs.  They are monogamous animals with a very short estrus period of only ~1/2 to 1 full day(1).  Gestation is recorded at ~223-245 days (2,3).  Given that the estrus period is so short, the staff working with the duikers had never seen actual copulation by the pair.  It was decided that a conditioning program would be established to help determine and monitor a possible pregnancy.  The conditioning program started with scale training to track weight changes followed by ultrasound training to determine actual pregnancy and calf development.  Upon completion of the ultrasound training, it was decided to apply her previous conditioning to radiograph training.\r\n\r\nThis article is a compilation of the steps taken and results found from these conditioning programs.\r\n\r\n<strong>Scale Conditioning</strong>\r\n1. Presented board covered with mats that were used in holding.  Treats were placed on it as a tool for desensitizing.\r\n2. Slowly raised the board until it was approximately the height it would be when placed on top of the bar scales.\r\n3. Once the desired height was reached, desensitizing was practiced a couple of times a week with the bar scales, board and mats.  The entire process took less than a month for her to voluntarily step up on the weighing board. (see Photos 1 &amp; 2)\r\n\r\nWe did not use a clicker or whistle.  Animal is very skittish with different/new sounds (general characteristic of duikers).  We utilized a verbal reinforcement paired with food rewards of sweet potato, grape and apple as well as various other treats.\r\n\r\n<img class="alignnone size-full wp-image-1977" title="duiker" src="http://aecetia.net/gws/aazk/wp-content/uploads/duiker.jpg" alt="duiker" width="661" height="513" />\r\n\r\n<strong>Photo 1</strong>\r\n\r\nTraining/desensitizing occurred both on and off-exhibit.  When working on exhibit, there were opportunities to educate the public about red-flanked duikers and their husbandry at the zoo.  One of the goals for scale training was to monitor weight gain during pregnancy.\r\n\r\n<strong>Challenges: </strong> A couple of challenges were presented.\r\n1) Lil is very skittish, so presentation of new items caused temporary setbacks.\r\n2) Equipment is bulky and cumbersome which caused her alarm.\r\n\r\n<strong>Abdominal Ultrasound Conditioning</strong>\r\nSpecial Note: An ultrasound was performed approximately one year prior to the conditioning program described below.   At that time, a developing fetus was…….\r\n\r\n<strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'Establishing a Conditioning Program for a Red-flanked Duiker (Cephalophus rufilatus) to Determine and Monitor Pregnancy', 0, '', 'draft', 'closed', 'closed', '', 'establishing-a-conditioning-program-for-a-red-flanked-duiker-cephalophus-rufilatus-to-determine-and-monitor-pregnancy', '', '', '2013-10-15 17:49:20', '2013-10-15 22:49:20', '', 0, 'http://aazk.org/?p=1976', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1977, 2, '2011-04-29 13:31:30', '2011-04-29 18:31:30', '', 'duiker', 0, '', 'inherit', 'closed', 'closed', '', 'duiker', '', '', '2011-04-29 13:31:30', '2011-04-29 18:31:30', '', 1976, 'http://aazk.org/wp-content/uploads/duiker.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1978, 2, '2011-04-29 13:31:56', '2011-04-29 18:31:56', '<em>By Kim Wanders, Keeper III, Jacque Blessington, Keeper III\nKansas City Zoo, Kansas City, MO </em>\n\n<strong>Abstract</strong>\nThere are ~20 species of duikers(1).  The Red-flanked duiker is a medium-sized duiker that is found naturally in western and central Africa.  From the 2006-2007 Association of Zoos and Aquariums (AZA) Population Management Plan (PMP), there were 27.22 individuals at 17 institutions.\n\nIn 2007, the Kansas City Zoo housed 1.1 Red-flanked duikers.  Lil, the female, was born at the Kansas City Zoo on 30 September 2004.  Alfalfa, the male, was born at the San Diego Zoo and was brought to Kansas City on 17 November 2006 as a breeding recommendation from the 2006-2007 Population Management Program [PMP].\n\nRed-flanked duikers are generally shy and elusive creatures that normally live in pairs.  They are monogamous animals with a very short estrus period of only ~1/2 to 1 full day(1).  Gestation is recorded at ~223-245 days (2,3).  Given that the estrus period is so short, the staff working with the duikers had never seen actual copulation by the pair.  It was decided that a conditioning program would be established to help determine and monitor a possible pregnancy.  The conditioning program started with scale training to track weight changes followed by ultrasound training to determine actual pregnancy and calf development.  Upon completion of the ultrasound training, it was decided to apply her previous conditioning to radiograph training.\n\nThis article is a compilation of the steps taken and results found from these conditioning programs.\n\n<strong>Scale Conditioning</strong>\n1. Presented board covered with mats that were used in holding.  Treats were placed on it as a tool for desensitizing.\n2. Slowly raised the board until it was approximately the height it would be when placed on top of the bar scales.\n3. Once the desired height was reached, desensitizing was practiced a couple of times a week with the bar scales, board and mats.  The entire process took less than a month for her to voluntarily step up on the weighing board. (see Photos 1 &amp; 2)\n\nWe did not use a clicker or whistle.  Animal is very skittish with different/new sounds (general characteristic of duikers).  We utilized a verbal reinforcement paired with food rewards of sweet potato, grape and apple as well as various other treats.\n\n<img class="alignnone size-full wp-image-1977" title="duiker" src="http://aecetia.net/gws/aazk/wp-content/uploads/duiker.jpg" alt="duiker" width="661" height="513" />\n\n<strong>Photo 1</strong>', 'Establishing a Conditioning Program for a Red-flanked Duiker (Cephalophus rufilatus) to Determine and Monitor Pregnancy', 0, '', 'inherit', 'closed', 'closed', '', '1976-revision', '', '', '2011-04-29 13:31:56', '2011-04-29 18:31:56', '', 1976, 'http://aazk.org/uncategorized/1976-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1979, 2, '2011-04-29 13:33:51', '2011-04-29 18:33:51', '<em>By Kim Wanders, Keeper III, Jacque Blessington, Keeper III\nKansas City Zoo, Kansas City, MO </em>\n\n<strong>Abstract</strong>\nThere are ~20 species of duikers(1).  The Red-flanked duiker is a medium-sized duiker that is found naturally in western and central Africa.  From the 2006-2007 Association of Zoos and Aquariums (AZA) Population Management Plan (PMP), there were 27.22 individuals at 17 institutions.\n\nIn 2007, the Kansas City Zoo housed 1.1 Red-flanked duikers.  Lil, the female, was born at the Kansas City Zoo on 30 September 2004.  Alfalfa, the male, was born at the San Diego Zoo and was brought to Kansas City on 17 November 2006 as a breeding recommendation from the 2006-2007 Population Management Program [PMP].\n\nRed-flanked duikers are generally shy and elusive creatures that normally live in pairs.  They are monogamous animals with a very short estrus period of only ~1/2 to 1 full day(1).  Gestation is recorded at ~223-245 days (2,3).  Given that the estrus period is so short, the staff working with the duikers had never seen actual copulation by the pair.  It was decided that a conditioning program would be established to help determine and monitor a possible pregnancy.  The conditioning program started with scale training to track weight changes followed by ultrasound training to determine actual pregnancy and calf development.  Upon completion of the ultrasound training, it was decided to apply her previous conditioning to radiograph training.\n\nThis article is a compilation of the steps taken and results found from these conditioning programs.\n\n<strong>Scale Conditioning</strong>\n1. Presented board covered with mats that were used in holding.  Treats were placed on it as a tool for desensitizing.\n2. Slowly raised the board until it was approximately the height it would be when placed on top of the bar scales.\n3. Once the desired height was reached, desensitizing was practiced a couple of times a week with the bar scales, board and mats.  The entire process took less than a month for her to voluntarily step up on the weighing board. (see Photos 1 &amp; 2)\n\nWe did not use a clicker or whistle.  Animal is very skittish with different/new sounds (general characteristic of duikers).  We utilized a verbal reinforcement paired with food rewards of sweet potato, grape and apple as well as various other treats.\n\n<img class="alignnone size-full wp-image-1977" title="duiker" src="http://aecetia.net/gws/aazk/wp-content/uploads/duiker.jpg" alt="duiker" width="661" height="513" />\n\n<strong>Photo 1</strong>\n\nTraining/desensitizing occurred both on and off-exhibit.  When working on exhibit, there were opportunities to educate the public about red-flanked duikers and their husbandry at the zoo.  One of the goals for scale training was to monitor weight gain during pregnancy.\n\n<strong>Challenges: </strong> A couple of challenges were presented.\n1) Lil is very skittish, so presentation of new items caused temporary setbacks.\n2) Equipment is bulky and cumbersome which caused her alarm.\n\n<strong>Abdominal Ultrasound Conditioning</strong>\nSpecial Note: An ultrasound was performed approximately one year prior to the conditioning program described below.   At that time, a developing fetus was…….\n\n<strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'Establishing a Conditioning Program for a Red-flanked Duiker (Cephalophus rufilatus) to Determine and Monitor Pregnancy', 0, '', 'inherit', 'closed', 'closed', '', '1976-autosave', '', '', '2011-04-29 13:33:51', '2011-04-29 18:33:51', '', 1976, 'http://aazk.org/uncategorized/1976-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1980, 2, '2011-04-29 13:39:44', '2011-04-29 18:39:44', '<p style="text-align: center;"><em><img class="size-medium wp-image-695 aligncenter" title="hdr_conservation_station" src="http://aecetia.net/gws/aazk/wp-content/uploads/hdr_conservation_station-300x114.gif" alt="hdr_conservation_station" width="300" height="114" /></em></p>\r\n\r\n<p style="text-align: left;"><em>By Amy Hanna\r\nWildlife Conservationist and Environmental Educator\r\nKampala, Uganda</em>\r\n\r\nEven while I was a zoo keeper for eight years, I wanted to experience Africa to see what wildlife conservation organizations were doing in the field.  While working at the Lincoln Park Zoo in Chicago Illinois, I was always interested in the Conservation and Science Department’s many programs.  Instead of waiting for a conservation job to come along, I saved up money and planned my first Africa trip in 2006 to South Africa and Zambia.  Then I volunteered again in Zambia in 2009 and 2010 for Munda Wanga Environmental Park.\r\n\r\nRecently, I decided to take the jump and move to Uganda semi-permanently.  I spent the last two months in Uganda and Rwanda networking.  This experience showed me that zoos and their staff supporting field projects are making a difference.  I’d like to share a few personal examples:\r\n\r\n<strong>The Kasiisi Project\r\nKibale National Park, Uganda</strong>\r\n\r\nThe Kasiisi Project was established in 1997 with the aim of supporting the local communities that live on the Western edge of Kibale National Park, and creating awareness of the importance of the forest and its species, especially the local  keynote species, the chimpanzee (Pan troglodytes).   There are five core schools in the target communities that are heavily supported by the project through programs that include environmental education, life skills, girl’s support, nutrition, secondary and tertiary scholarships, staff training and support and construction of infrastructure, all of which improve the learning environment in these schools.\r\n\r\nIn addition to the core schools, nine more in the area are included in The Kasiisi Project Conservation Education Program which supports initiatives aimed at producing a generation of local committed conservationists.  It is here that I saw the amazing impact that zoos can have on these kids’ lives.\r\n\r\nFor two years, Disney World Conservation Fund has paid for teachers who have never seen elephants or hippos to take field trips to three local National Parks: Queen Elizabeth National Park for savannah animals, Kibale National Park for tracking chimpanzees and Semuliki National Park for central African birds and the amazing shoebill stork (Balaeniceps rex).  Although these teachers live and work next to the park, most had never visited them.  Their experience is shared with about 6000 students and evaluation data showed that both teachers and their pupils showed increased knowledge and appreciation of their environment as a result of the trips.\r\nBrevard Zoo has donated soccer and netball uniforms, with chimpanzee logos designed by Columbus Zoo.  Stuffed animal chimpanzees, and arts and crafts supplies for use by school Wildlife Clubs have also been a Brevard Zoo gift.\r\n\r\nCleveland Zoo is funding a water quality project where children from five Kasiisi Project schools will test water from a variety of sources both inside and outside the forest to study the impact of vegetation loss.\r\n\r\nNorth Carolina Zoo is also involved in Kibale National Park.  It has supported the research of Dr. Jeremiah Lwanga who studies chimpanzees and rainforest flora. Support for Dr. Lwanga comes from the donation box at the North Carolina Zoo chimpanzee exhibit. NCZ also promotes conservation education through their UNITE program in forest edge schools to the south of the park.\r\n\r\nI was invited to see the impact of zoo involvement in The Kasiisi Project’s environmental programs when I met the project director last year at a conference and mentioned I would be moving to Uganda.  Kibale National Park is a five- hour bus ride to the West of Kampala, the capital of Uganda where I live, and is certainly worth visiting and conserving.\r\n<img class="alignnone size-full wp-image-1981" title="ugandan_students" src="http://aecetia.net/gws/aazk/wp-content/uploads/ugandan_students.jpg" alt="ugandan_students" width="637" height="371" />\r\n\r\nStudents pose for a group photo with their teachers and UWEC staff. (<em>Photo by David Musingo, Education Director at UWEC</em>)\r\n\r\nI stayed for three nights in a research house with two other project managers who took me on walks in the forest. We ran into rare forest elephants (<em>Loxodonta cyclotis</em>), dung beetles (<em>Scarabaeoidea sp.</em>), red colobus monkeys (<em>Procolobus foai</em>), and L’hoest’s monkeys (<em>Cercopithecus lhoesti</em>).  There are 13 primate species in KNP, including 1400 chimpanzees, the highest primate biomass in East Africa.  By the end of the trip, I was invited to volunteer as an educator to help strengthen the Wildlife Clubs in 14 forest-edge schools.  I am very excited and grateful for this opportunity.\r\n\r\n<strong>Ziwa Rhino Sanctuary\r\nUganda</strong>\r\n\r\nThe Ziwa Rhino Sanctuary was established in 1997 as a safe breeding ground for white rhinos (Ceratotherium simum) and as an education opportunity to raise awareness and funds for the endangered species.  Every day, tourists are allowed to hike with the guides on foot to see the rhinos in the bush.  Along the way, the guides educate the tourists on…..\r\n\r\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'A First Hand Account of How Zoos are Making a Difference in East Africa', 0, '', 'draft', 'closed', 'closed', '', 'a-first-hand-account-of-how-zoos-are-making-a-difference-in-east-africa', '', '', '2013-10-15 17:49:20', '2013-10-15 22:49:20', '', 0, 'http://aazk.org/?p=1980', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1981, 2, '2011-04-29 13:37:22', '2011-04-29 18:37:22', '', 'ugandan_students', 0, '', 'inherit', 'closed', 'closed', '', 'ugandan_students', '', '', '2011-04-29 13:37:22', '2011-04-29 18:37:22', '', 1980, 'http://aazk.org/wp-content/uploads/ugandan_students.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1982, 2, '2011-04-29 13:39:02', '2011-04-29 18:39:02', '<em>By Amy Hanna\nWildlife Conservationist and Environmental Educator\nKampala, Uganda</em>\n\nEven while I was a zoo keeper for eight years, I wanted to experience Africa to see what wildlife conservation organizations were doing in the field.  While working at the Lincoln Park Zoo in Chicago Illinois, I was always interested in the Conservation and Science Department’s many programs.  Instead of waiting for a conservation job to come along, I saved up money and planned my first Africa trip in 2006 to South Africa and Zambia.  Then I volunteered again in Zambia in 2009 and 2010 for Munda Wanga Environmental Park.\n\nRecently, I decided to take the jump and move to Uganda semi-permanently.  I spent the last two months in Uganda and Rwanda networking.  This experience showed me that zoos and their staff supporting field projects are making a difference.  I’d like to share a few personal examples:\n\n<strong>The Kasiisi Project\nKibale National Park, Uganda</strong>\n\nThe Kasiisi Project was established in 1997 with the aim of supporting the local communities that live on the Western edge of Kibale National Park, and creating awareness of the importance of the forest and its species, especially the local  keynote species, the chimpanzee (Pan troglodytes).   There are five core schools in the target communities that are heavily supported by the project through programs that include environmental education, life skills, girl’s support, nutrition, secondary and tertiary scholarships, staff training and support and construction of infrastructure, all of which improve the learning environment in these schools.\n\nIn addition to the core schools, nine more in the area are included in The Kasiisi Project Conservation Education Program which supports initiatives aimed at producing a generation of local committed conservationists.  It is here that I saw the amazing impact that zoos can have on these kids’ lives.\n\nFor two years, Disney World Conservation Fund has paid for teachers who have never seen elephants or hippos to take field trips to three local National Parks: Queen Elizabeth National Park for savannah animals, Kibale National Park for tracking chimpanzees and Semuliki National Park for central African birds and the amazing shoebill stork (Balaeniceps rex).  Although these teachers live and work next to the park, most had never visited them.  Their experience is shared with about 6000 students and evaluation data showed that both teachers and their pupils showed increased knowledge and appreciation of their environment as a result of the trips.\nBrevard Zoo has donated soccer and netball uniforms, with chimpanzee logos designed by Columbus Zoo.  Stuffed animal chimpanzees, and arts and crafts supplies for use by school Wildlife Clubs have also been a Brevard Zoo gift.\n\nCleveland Zoo is funding a water quality project where children from five Kasiisi Project schools will test water from a variety of sources both inside and outside the forest to study the impact of vegetation loss.\n\nNorth Carolina Zoo is also involved in Kibale National Park.  It has supported the research of Dr. Jeremiah Lwanga who studies chimpanzees and rainforest flora. Support for Dr. Lwanga comes from the donation box at the North Carolina Zoo chimpanzee exhibit. NCZ also promotes conservation education through their UNITE program in forest edge schools to the south of the park.\n\nI was invited to see the impact of zoo involvement in The Kasiisi Project’s environmental programs when I met the project director last year at a conference and mentioned I would be moving to Uganda.  Kibale National Park is a five- hour bus ride to the West of Kampala, the capital of Uganda where I live, and is certainly worth visiting and conserving.\n<img class="alignnone size-full wp-image-1981" title="ugandan_students" src="http://aecetia.net/gws/aazk/wp-content/uploads/ugandan_students.jpg" alt="ugandan_students" width="637" height="371" />\n\nStudents pose for a group photo with their teachers and UWEC staff. (<em>Photo by David Musingo, Education Director at UWEC</em>)\n\nI stayed for three nights in a research house with two other project managers who took me on walks in the forest. We ran into rare forest elephants (Loxodonta cyclotis), dung beetles (Scarabaeoidea sp.), red colobus monkeys (Procolobus foai), and L’hoest’s monkeys (Cercopithecus lhoesti).  There are 13 primate species in KNP, including 1400 chimpanzees, the highest primate biomass in East Africa.  By the end of the trip, I was invited to volunteer as an educator to help strengthen the Wildlife Clubs in 14 forest-edge schools.  I am very excited and grateful for this opportunity.\n\nZiwa Rhino Sanctuary\nUganda\n\nThe Ziwa Rhino Sanctuary was established in 1997 as a safe breeding ground for white rhinos (Ceratotherium simum) and as an education opportunity to raise awareness and funds for the endangered species.  Every day, tourists are allowed to hike with the guides on foot to see the rhinos in the bush.  Along the way, the guides educate the tourists on…..\n\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'A First Hand Account of How Zoos are Making a Difference in East Africa', 0, '', 'inherit', 'closed', 'closed', '', '1980-revision', '', '', '2011-04-29 13:39:02', '2011-04-29 18:39:02', '', 1980, 'http://aazk.org/uncategorized/1980-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1983, 2, '2011-04-29 13:42:11', '2011-04-29 18:42:11', '<p style="text-align: center;"><em><img class="size-medium wp-image-695 aligncenter" title="hdr_conservation_station" src="http://aecetia.net/gws/aazk/wp-content/uploads/hdr_conservation_station-300x114.gif" alt="hdr_conservation_station" width="300" height="114" /></em></p>\n\n<p style="text-align: left;"><em>By Amy Hanna\nWildlife Conservationist and Environmental Educator\nKampala, Uganda</em>\n\nEven while I was a zoo keeper for eight years, I wanted to experience Africa to see what wildlife conservation organizations were doing in the field.  While working at the Lincoln Park Zoo in Chicago Illinois, I was always interested in the Conservation and Science Department’s many programs.  Instead of waiting for a conservation job to come along, I saved up money and planned my first Africa trip in 2006 to South Africa and Zambia.  Then I volunteered again in Zambia in 2009 and 2010 for Munda Wanga Environmental Park.\n\nRecently, I decided to take the jump and move to Uganda semi-permanently.  I spent the last two months in Uganda and Rwanda networking.  This experience showed me that zoos and their staff supporting field projects are making a difference.  I’d like to share a few personal examples:\n\n<strong>The Kasiisi Project\nKibale National Park, Uganda</strong>\n\nThe Kasiisi Project was established in 1997 with the aim of supporting the local communities that live on the Western edge of Kibale National Park, and creating awareness of the importance of the forest and its species, especially the local  keynote species, the chimpanzee (Pan troglodytes).   There are five core schools in the target communities that are heavily supported by the project through programs that include environmental education, life skills, girl’s support, nutrition, secondary and tertiary scholarships, staff training and support and construction of infrastructure, all of which improve the learning environment in these schools.\n\nIn addition to the core schools, nine more in the area are included in The Kasiisi Project Conservation Education Program which supports initiatives aimed at producing a generation of local committed conservationists.  It is here that I saw the amazing impact that zoos can have on these kids’ lives.\n\nFor two years, Disney World Conservation Fund has paid for teachers who have never seen elephants or hippos to take field trips to three local National Parks: Queen Elizabeth National Park for savannah animals, Kibale National Park for tracking chimpanzees and Semuliki National Park for central African birds and the amazing shoebill stork (Balaeniceps rex).  Although these teachers live and work next to the park, most had never visited them.  Their experience is shared with about 6000 students and evaluation data showed that both teachers and their pupils showed increased knowledge and appreciation of their environment as a result of the trips.\nBrevard Zoo has donated soccer and netball uniforms, with chimpanzee logos designed by Columbus Zoo.  Stuffed animal chimpanzees, and arts and crafts supplies for use by school Wildlife Clubs have also been a Brevard Zoo gift.\n\nCleveland Zoo is funding a water quality project where children from five Kasiisi Project schools will test water from a variety of sources both inside and outside the forest to study the impact of vegetation loss.\n\nNorth Carolina Zoo is also involved in Kibale National Park.  It has supported the research of Dr. Jeremiah Lwanga who studies chimpanzees and rainforest flora. Support for Dr. Lwanga comes from the donation box at the North Carolina Zoo chimpanzee exhibit. NCZ also promotes conservation education through their UNITE program in forest edge schools to the south of the park.\n\nI was invited to see the impact of zoo involvement in The Kasiisi Project’s environmental programs when I met the project director last year at a conference and mentioned I would be moving to Uganda.  Kibale National Park is a five- hour bus ride to the West of Kampala, the capital of Uganda where I live, and is certainly worth visiting and conserving.\n<img class="alignnone size-full wp-image-1981" title="ugandan_students" src="http://aecetia.net/gws/aazk/wp-content/uploads/ugandan_students.jpg" alt="ugandan_students" width="637" height="371" />\n\nStudents pose for a group photo with their teachers and UWEC staff. (<em>Photo by David Musingo, Education Director at UWEC</em>)\n\nI stayed for three nights in a research house with two other project managers who took me on walks in the forest. We ran into rare forest elephants (<em>Loxodonta cyclotis</em>), dung beetles (<em>Scarabaeoidea sp.</em>), red colobus monkeys (<em>Procolobus foai</em>), and L’hoest’s monkeys (<em>Cercopithecus lhoesti</em>).  There are 13 primate species in KNP, including 1400 chimpanzees, the highest primate biomass in East Africa.  By the end of the trip, I was invited to volunteer as an educator to help strengthen the Wildlife Clubs in 14 forest-edge schools.  I am very excited and grateful for this opportunity.\n\n<strong>Ziwa Rhino Sanctuary\nUganda</strong>\n\nThe Ziwa Rhino Sanctuary was established in 1997 as a safe breeding ground for white rhinos (Ceratotherium simum) and as an education opportunity to raise awareness and funds for the endangered species.  Every day, tourists are allowed to hike with the guides on foot to see the rhinos in the bush.  Along the way, the guides educate the tourists on…..\n\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'A First Hand Account of How Zoos are Making a Difference in East Africa', 0, '', 'inherit', 'closed', 'closed', '', '1980-autosave', '', '', '2011-04-29 13:42:11', '2011-04-29 18:42:11', '', 1980, 'http://aazk.org/uncategorized/1980-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1984, 2, '2011-04-29 13:39:44', '2011-04-29 18:39:44', '<em>By Amy Hanna\r\nWildlife Conservationist and Environmental Educator\r\nKampala, Uganda</em>\r\n\r\nEven while I was a zoo keeper for eight years, I wanted to experience Africa to see what wildlife conservation organizations were doing in the field.  While working at the Lincoln Park Zoo in Chicago Illinois, I was always interested in the Conservation and Science Department’s many programs.  Instead of waiting for a conservation job to come along, I saved up money and planned my first Africa trip in 2006 to South Africa and Zambia.  Then I volunteered again in Zambia in 2009 and 2010 for Munda Wanga Environmental Park.\r\n\r\nRecently, I decided to take the jump and move to Uganda semi-permanently.  I spent the last two months in Uganda and Rwanda networking.  This experience showed me that zoos and their staff supporting field projects are making a difference.  I’d like to share a few personal examples:\r\n\r\n<strong>The Kasiisi Project\r\nKibale National Park, Uganda</strong>\r\n\r\nThe Kasiisi Project was established in 1997 with the aim of supporting the local communities that live on the Western edge of Kibale National Park, and creating awareness of the importance of the forest and its species, especially the local  keynote species, the chimpanzee (Pan troglodytes).   There are five core schools in the target communities that are heavily supported by the project through programs that include environmental education, life skills, girl’s support, nutrition, secondary and tertiary scholarships, staff training and support and construction of infrastructure, all of which improve the learning environment in these schools.\r\n\r\nIn addition to the core schools, nine more in the area are included in The Kasiisi Project Conservation Education Program which supports initiatives aimed at producing a generation of local committed conservationists.  It is here that I saw the amazing impact that zoos can have on these kids’ lives.\r\n\r\nFor two years, Disney World Conservation Fund has paid for teachers who have never seen elephants or hippos to take field trips to three local National Parks: Queen Elizabeth National Park for savannah animals, Kibale National Park for tracking chimpanzees and Semuliki National Park for central African birds and the amazing shoebill stork (Balaeniceps rex).  Although these teachers live and work next to the park, most had never visited them.  Their experience is shared with about 6000 students and evaluation data showed that both teachers and their pupils showed increased knowledge and appreciation of their environment as a result of the trips.\r\nBrevard Zoo has donated soccer and netball uniforms, with chimpanzee logos designed by Columbus Zoo.  Stuffed animal chimpanzees, and arts and crafts supplies for use by school Wildlife Clubs have also been a Brevard Zoo gift.\r\n\r\nCleveland Zoo is funding a water quality project where children from five Kasiisi Project schools will test water from a variety of sources both inside and outside the forest to study the impact of vegetation loss.\r\n\r\nNorth Carolina Zoo is also involved in Kibale National Park.  It has supported the research of Dr. Jeremiah Lwanga who studies chimpanzees and rainforest flora. Support for Dr. Lwanga comes from the donation box at the North Carolina Zoo chimpanzee exhibit. NCZ also promotes conservation education through their UNITE program in forest edge schools to the south of the park.\r\n\r\nI was invited to see the impact of zoo involvement in The Kasiisi Project’s environmental programs when I met the project director last year at a conference and mentioned I would be moving to Uganda.  Kibale National Park is a five- hour bus ride to the West of Kampala, the capital of Uganda where I live, and is certainly worth visiting and conserving.\r\n<img class="alignnone size-full wp-image-1981" title="ugandan_students" src="http://aecetia.net/gws/aazk/wp-content/uploads/ugandan_students.jpg" alt="ugandan_students" width="637" height="371" />\r\n\r\nStudents pose for a group photo with their teachers and UWEC staff. (<em>Photo by David Musingo, Education Director at UWEC</em>)\r\n\r\nI stayed for three nights in a research house with two other project managers who took me on walks in the forest. We ran into rare forest elephants (<em>Loxodonta cyclotis</em>), dung beetles (<em>Scarabaeoidea sp.</em>), red colobus monkeys (<em>Procolobus foai</em>), and L’hoest’s monkeys (<em>Cercopithecus lhoesti</em>).  There are 13 primate species in KNP, including 1400 chimpanzees, the highest primate biomass in East Africa.  By the end of the trip, I was invited to volunteer as an educator to help strengthen the Wildlife Clubs in 14 forest-edge schools.  I am very excited and grateful for this opportunity.\r\n\r\n<strong>Ziwa Rhino Sanctuary\r\nUganda</strong>\r\n\r\nThe Ziwa Rhino Sanctuary was established in 1997 as a safe breeding ground for white rhinos (Ceratotherium simum) and as an education opportunity to raise awareness and funds for the endangered species.  Every day, tourists are allowed to hike with the guides on foot to see the rhinos in the bush.  Along the way, the guides educate the tourists on…..\r\n\r\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'A First Hand Account of How Zoos are Making a Difference in East Africa', 0, '', 'inherit', 'closed', 'closed', '', '1980-revision-2', '', '', '2011-04-29 13:39:44', '2011-04-29 18:39:44', '', 1980, 'http://aazk.org/uncategorized/1980-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1988, 2, '2011-05-13 19:01:21', '2011-05-14 00:01:21', '<h3><img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" alt="pdc_color_logo" width="155" height="300" /></h3>\r\n<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-1260" title="melaina" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina-150x150.jpg" alt="melaina" width="150" height="150" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>\r\n<h3>Purpose</h3>\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership  and educational opportunities for all National AAZK members.\r\n\r\n<strong>2010</strong>\r\nThe 2010 AAZK National Conference in Philadelphia was an interesting and busy time for the Professional Development Committee.   The committee again hosted two continuing education workshops.   The workshops presented were a Passerine Husbandry Workshop and a Rotating Exhibits Workshop.\r\n\r\n<img class="alignnone size-medium wp-image-1814" title="pass_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" alt="pass_workshop" width="225" height="300" />\r\n\r\nThe Passerine Husbandry Workshop was taught by Dr. Robert Webster from the Toledo Zoo and was sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom.   This was a 6 hour workshop that focused on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds.   On top of that it gave a host of other talks that focused passerine bird biology, husbandry, and behavioral husbandry. PDF\'s from this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website.\r\n\r\n<img class="alignnone size-medium wp-image-1815" title="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" alt="robert_webster" width="300" height="225" />\r\n\r\n<em>Dr. Robert Webster giving one of many bird husbandry talks</em>\r\n\r\nThe Rotating Exhibit Workshop was an evening workshop that was hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo.   This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry.  This two hour workshop focused on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s from this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website\r\n\r\n<img class="alignnone size-medium wp-image-1816" title="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" alt="predator_ridge" width="300" height="225" />\r\n\r\n<em>Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge</em>\r\n\r\n<strong>The Future</strong>\r\n\r\nOne of the other main focuses of the committee at this conference was to meet about the new direction of the professional development committee and their increasing role in the future of the AAZK.\r\n\r\n<em><strong>2010 Professional Development Committee Members</strong></em>\r\nMelaina Wallace – Chair                                  Bob Cisneros- Liaison to Board\r\nDisney’s Animal Kingdom                                   San Diego Zoo\r\n\r\nKelly Wilson                                                  Victor Alm\r\nDetroit Zoo                                                  Oakland Zoo\r\n\r\nBandy Hicks                                                                                            Leann Blinco\r\nBoat Club Road Animal Hospital                          Disney\'s Animal Kingdom\r\nWhitetail Veterinary Services\r\n\r\nMike Murray                                                Aaron Jesue\r\nDenver Zoo                                                                                              North Carolina Zoo\r\n\r\nDawn Sohr                                                                              Andrew Rowan\r\nBrookfield Zoo                                                                       Denver Zoo\r\n\r\nEllen Vossekuil                                             Amanda Hall\r\nUtah’s Hogle Zoo                                       Zoo New England\r\n\r\nEunice Hui                                                                              Anthony Nielsen\r\nCuriOdyssey                                                Lincoln Park Zoo\r\n\r\nT’Noya Thompson Gonzales\r\nMoody Gardens\r\n<strong></strong>\r\n\r\n<strong></strong>', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2011-05-13 19:01:21', '2011-05-14 00:01:21', '', 178, 'http://aazk.org/uncategorized/178-revision-16/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1987, 2, '2010-12-15 08:00:34', '2010-12-15 13:00:34', '<h3><img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" alt="pdc_color_logo" width="155" height="300" /></h3>\r\n<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-1260" title="melaina" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina-150x150.jpg" alt="melaina" width="150" height="150" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>\r\n<h3>Purpose</h3>\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership  and educational opportunities for all National AAZK members.\r\n\r\n<strong>2010</strong>\r\nThe 2010 AAZK National Conference in Philadelphia was an interesting and busy time for the Professional Development Committee.   The committee again hosted two continuing education workshops.   The workshops presented were a Passerine Husbandry Workshop and a Rotating Exhibits Workshop.\r\n\r\n<img class="alignnone size-medium wp-image-1814" title="pass_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" alt="pass_workshop" width="225" height="300" />\r\n\r\nThe Passerine Husbandry Workshop was taught by Dr. Robert Webster from the Toledo Zoo and was sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom.   This was a 6 hour workshop that focused on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds.   On top of that it gave a host of other talks that focused passerine bird biology, husbandry, and behavioral husbandry. PDF\'s from this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website.\r\n\r\n<img class="alignnone size-medium wp-image-1815" title="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" alt="robert_webster" width="300" height="225" />\r\n\r\n<em>Dr. Robert Webster giving one of many bird husbandry talks</em>\r\n\r\nThe Rotating Exhibit Workshop was an evening workshop that was hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo.   This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry.  This two hour workshop focused on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s from this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website\r\n\r\n<img class="alignnone size-medium wp-image-1816" title="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" alt="predator_ridge" width="300" height="225" />\r\n\r\n<em>Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge</em>\r\n\r\n<strong>The Future</strong>\r\n\r\nOne of the other main focuses of the committee at this conference was to meet about the new direction of the professional development committee and their increasing role in the future of the AAZK.\r\n\r\n<em><strong>2010 Professional Development Committee Members</strong></em>\r\nMelaina Wallace – Chair                                  Bob Cisneros- Liaison to Board\r\nDisney’s Animal Kingdom                                   San Diego Zoo\r\n\r\nKelly Wilson                                                  Victor Alm\r\nDetroit Zoo                                                  Oakland Zoo\r\n\r\nBandy Hicks                                                                                            Leann Blinco\r\nBoat Club Road Animal Hospital                          Disney\'s Animal Kingdom\r\nWhitetail Veterinary Services\r\n\r\nMike Murray                                                Aaron Jesue\r\nDenver Zoo                                                                                              North Carolina Zoo\r\n\r\nDawn Sohr                                                                              Andrew Rowan\r\nBrookfield Zoo                                                                       Denver Zoo\r\n\r\nEllen Vossekuil                                             Amanda Hall\r\nUtah’s Hogle Zoo                                       Zoo New England\r\n\r\nEunice Hui                                                                              Anthony Nielsen\r\nCoyote Point Museum                             Lincoln Park Zoo\r\n\r\nT’Noya Thompson Gonzales\r\nMoody Gardens\r\n<strong></strong>\r\n\r\n<strong></strong>', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2010-12-15 08:00:34', '2010-12-15 13:00:34', '', 178, 'http://aazk.org/uncategorized/178-revision-15/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1990, 2, '2011-05-18 09:49:44', '2011-05-18 14:49:44', '', 'may2011', 0, '', 'inherit', 'closed', 'closed', '', 'may2011', '', '', '2011-05-18 09:49:44', '2011-05-18 14:49:44', '', 0, 'http://aazk.org/wp-content/uploads/may2011.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1993, 2, '2011-05-20 12:34:51', '2011-05-20 17:34:51', '', 'icz_logo_2012', 0, '', 'inherit', 'closed', 'closed', '', 'icz_logo_2012', '', '', '2011-05-20 12:34:51', '2011-05-20 17:34:51', '', 0, 'http://aazk.org/wp-content/uploads/icz_logo_2012.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2229, 2, '2011-12-03 11:15:15', '2011-12-03 16:15:15', 'By\r\nJessica Franck, Keeper\r\nMesker Park Zoo, Evansville, IN\r\n<a href="mailto:jfranck@meskerparkzoo.com"> jfranck@meskerparkzoo.com</a>\r\n\r\n<strong>Abstract</strong>\r\n\r\nA colobus named Zoe lost multiple infants during, or shortly after, birth before finally giving birth to a surviving infant in November 2009. Zoe’s maternal care was initially inadequate and the infant may also have had some other underlying issues. However, with intense supplemental care the infant was able to remain with Zoe and the social group. She was undersized until about a year of age, but now appears to be a normal colobus.\r\n\r\n<strong>Introduction</strong>\r\n\r\nMesker Park Zoo (MPZ) in Evansville, IN has exhibited Guereza colobus (<em>Colobus guereza</em>) since 1975. Their current housing is an outdoor exhibit [33ft. (10m) Length x 20.5ft. (6.25m)Width x 17ft. (5.2m) Height] connected by a raised chute [42.75ft.(13m)L x 3ft. (0.9m)W x 2ft. (0.6m)H] to three indoor, off-exhibit holding stalls [each 8ft.(2.4m)L x 6ft. (1.8m)W x 8ft. (2.4m)H]. When I started working with the colobus in June 2008, the group consisted of 1.0 Michael (born 24 Dec 1990) and 0.1 Rafiki (born 2 Apr 1989). Michael and Rafiki both had successful reproductive backgrounds at MPZ. Due to a Species Survival Plan (SSP®) recommendation, a second female named Zoe came to MPZ in July 2008.\r\n\r\n<strong>Zoe’s History, Gestation, and Parturition</strong>\r\n\r\nZoe (born 7 Feb 1994) did not have a normal upbringing. She was born at the Houston Zoo to an experienced mother. However, at a young age Zoe went through an apparent depression (thought to be caused by the death of a group member) that included anorexia. Although she was able to remain with her mother and is classified as parent-reared by Taxon and Specimen reports, staff had to provide intensive supplemental care. As a lasting result, Zoe has an unusually close relationship with people. She solicits grooming from caretakers even when conspecifics are nearby.\r\n\r\nZoe was moved to the Oregon Zoo in October 2005 per an SSP® breeding recommendation. While there she had the chance to watch another experienced female raise offspring. Zoe had some difficulty fitting into the group, which consisted of 3.1 colobus (adult male, adult female, and their two juvenile male offspring). It is possible that the stress of the situation contributed to her first stillbirth on 31 January 2007. Her medARKS record mentions the infant had internal hemorrhages suggestive of dystocia. The infant may have succumbed to a hypoxic death since the placenta detached and was delivered intact with the infant. Following the stillbirth, Zoe showed a renewed interest in the other female’s infant (born December 2006) and spent time holding and interacting with her. After Zoe’s second pregnancy was confirmed, the two juvenile males were moved to a separate on-site holding facility. Zoe had a second stillborn infant on 12 September 2007. Once again the medARKS record reports an intact placenta. It also mentions the infant’s low birthweight, 372 grams [13.12oz.] compared to more normal birth weights of around 600 grams [21.16oz.]. The infant also had a congenital anomaly. A third birth occurred on 29 March 2008. This infant lived less than a day with the cause of death determined to be a traumatic cerebral hemorrhage. Even though keepers had prepared for this birth by heavily bedding the holding area, Zoe’s inadequate holding of the infant probably caused the trauma. After this last birth, Zoe was kept separate from the male until her transfer to MPZ.\r\n\r\nZoe’s integration into the colobus group at MPZ in August 2008 went smoothly. She exhibited appropriate behavioral responses to both Michael and Rafiki and within a few weeks it became evident that she had become the dominant female. Based on weight gain, pregnancy was first suspected in late October 2008. By December she was showing a rounded belly and some mammary enlargement. To prepare for the birth, the shelves and limbs were lowered to less than two feet off the ground in early January. Shortly thereafter Zoe was separated from the other two individuals overnight in a bedded stall. Anecdotally, Rafiki was said to be a “baby stealer” - behavior excessively beyond the normal colobus allo-mothering behaviorii, and though she was a good mother, her milk production was non-existent. We thought separating Zoe initially would give us a chance to better monitor her maternal skills and avoid potential trauma caused by having to take a baby back from Rafiki who was a skittish individual.\r\n\r\nOn 21 February 2009, a deceased infant was found in the straw. It was cold to the touch with an intact umbilical cord and placenta. Zoe was calmly sitting on the shelf above it. Unfortunately, the necropsy cooler malfunctioned and the body was frozen. A subsequent lung float test made the vet believe the baby had been stillborn. However, the pathologist who later examined tissue samples believed that the baby had been born alive.\r\n\r\nZoe remained separated from Michael until 5 April 2009. The reintroduction was uneventful. In early June, some bleeding was seen. This discharge was attributed to cycling even though black-and-white colobus are not known to have visible reproductive signalsiii. Based on this suspected cycling, mid-December was thought to be when the baby was due. At the end of her last pregnancy, I was able to feel fetal movement during a grooming session. With another possible pregnancy, I decided to use this component as an opportunity to monitor fetal health. Fetal movement was first suspected on 29 Aug 2009, however it seemed too soon to be feeling anything. An ultrasound was performed on 3 September 2009 and pregnancy was confirmed.\r\n\r\nAfter pregnancy was confirmed, I tried to feel the baby moving at least twice a week. Mammary duct development was reported on 14 September 2009. Overnight separation began 8 November 2009. This time I asked to have Rafiki separated with Zoe, believing that Zoe’s main issue was care for the baby immediately following partruition. However, still believing that Zoe wasn’t due until mid-December, the holding limbs were not yet lowered and I, the primary keeper, left for vacation in California.\r\n\r\nOn 13 November 2009, Zoe gave birth to a live female infant. When keepers performed AM checks, Rafiki was holding the baby. By the time management and veterinary staff formulated a plan for retrieval of the baby, Zoe had retrieved her. However, when she was approached, Zoe dropped the baby from approximately five feet onto the concrete floor. The baby was pulled for a health check. Zoe was also sedated for a health check and clear fluid was expressed from her nipples. Because of Zoe’s inadequacy and a continued worry for latent neurological issues related to being dropped, the baby, named Garnet, was initially hand-reared with the goal of returning her to Zoe as soon as possible. I returned early from my trip on 17 November 2009.\r\n\r\n<strong>Garnet’s Challenges</strong>\r\n\r\nWe did a visual introduction with Zoe and Garnet to gauge Zoe’s interest on the afternoon of 18 November. She was very interested and frantically tried to make contact with her infant. The decision was made to physically reintroduce the infant the following morning. The holding stall was prepped by lowering limbs/shelves to less than 18 inches off the ground and heavily bedding it with straw. The baby was weighed, fed, and measured at 0800hrs and then placed in the stall on her surrogate (a heated bag of fluids covered with furry fabric). Zoe, in her inexperience, focused on the surrogate and not the baby. When Garnet fell off at 1045hrs, she was retrieved and Zoe was pressured to drop the surrogate and then Garnet was returned to her. Zoe held the baby inappropriately, low or upside down at times. When jumping onto limbs she tried to hold the baby with her mouth, a carrying form seen only in olive colobus (Procolobus verus)iv. Staff did not observe any nursing and the decision was made to pull the baby at 1430hrs. Zoe and the baby were put in a squeeze cage where Zoe was given a sedative and then Garnet was pulled from her. Reintroduction was performed again over the next two days with the same results. On 22 November, Rafiki was added to the mix, but Zoe would not let her hold Garnet. I was able to express clear fluid from Zoe’s nipples in the squeeze cage that afternoon and I unsuccessfully attempted to position the baby close to the nipples. Zoe was amazingly tolerant of this interference.\r\n\r\nThe decision was made to anesthetize Zoe on 23 November. We were able to express milk from both nipples and managed to get Garnet to latch on and nurse. At one point, she let go of the nipple and then found it again on her own. We also shaved the area around the areolas to give observers a better visual of nipple location and any nursing. We decided to not pull Garnet that evening. When Zoe was still recovering and being physically supported, the baby nursed from the opposite nipple without much assistance. After Zoe fully awoke, no additional nursing was observed. Garnet would cry and Zoe would appear distressed. Nursing was finally observed again at 1735hrs. No nursing was seen when checked at 2200hrs, but nursing was seen at 0300hrs and throughout the following two days.\r\n\r\nOn Thanksgiving Day, 26 November, Rafiki was put back with the pair. There still appeared to be nursing, but at 1200hrs Garnet appeared to be leaning backward from Zoe. Rafiki had Garnet at 1505hrs, but when Zoe approached she gently let her take the baby back. Something was obviously wrong with the baby at this point. She was leaning backward and wasn’t holding on well. Her color was pale. The decision was made to pull Garnet again. When her condition was assessed, her weight was found to be down over 150 grams [5.29oz.].\r\n\r\nThus began a nightmarish cycle of regurgitation, multiple daily administrations of subcutaneous fluids, and an episode where Garnet’s blood sugar dropped so low she began seizing. She was a different animal. Her motor skill development had regressed. She cried constantly to the point that her voice was hoarse. It took her 10 days to recover to the point that we felt comfortable putting her back with Zoe again during the day.\r\n\r\nAt this point, it seemed clear that something was improper with the nursing. Several problems could include that Garnet was not getting the volume needed or Zoe’s milk was somehow nutritionally lacking or Garnet wasn’t processing the milk properly. We decided to work on supplemental feeding…\r\n<div><img class="alignnone size-full wp-image-2227" title="franck_2" src="http://aecetia.net/gws/aazk/wp-content/uploads/franck_2.jpg" alt="franck_2" width="614" height="461" /></div>\r\n<div><strong>\r\n</strong></div>\r\n<div><strong>Feeding Garnet in the Creep Cage. </strong> <em>Photo by Jessica Franck.</em></div>\r\n<div></div>\r\n<div><strong>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></div>', 'Supplemental-raising of a Guereza Colobus (Colobus guereza) Infant', 0, '', 'inherit', 'closed', 'closed', '', '2226-revision-2', '', '', '2011-12-03 11:15:15', '2011-12-03 16:15:15', '', 2226, 'http://aazk.org/uncategorized/2226-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (1994, 2, '2011-05-20 12:38:56', '2011-05-20 17:38:56', '', 'icz1', 0, '', 'inherit', 'closed', 'closed', '', 'icz1', '', '', '2011-05-20 12:38:56', '2011-05-20 17:38:56', '', 0, 'http://aazk.org/wp-content/uploads/icz1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1995, 2, '2011-05-20 12:40:25', '2011-05-20 17:40:25', '', 'icz2', 0, '', 'inherit', 'closed', 'closed', '', 'icz2', '', '', '2011-05-20 12:40:25', '2011-05-20 17:40:25', '', 0, 'http://aazk.org/wp-content/uploads/icz2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (1996, 2, '2011-05-20 12:43:44', '2011-05-20 17:43:44', '', 'icz3', 0, '', 'inherit', 'closed', 'closed', '', 'icz3', '', '', '2011-05-20 12:43:44', '2011-05-20 17:43:44', '', 0, 'http://aazk.org/wp-content/uploads/icz3.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2227, 2, '2011-12-03 11:13:28', '2011-12-03 16:13:28', '', 'franck_2', 0, '', 'inherit', 'closed', 'closed', '', 'franck_2', '', '', '2011-12-03 11:13:28', '2011-12-03 16:13:28', '', 2226, 'http://aazk.org/wp-content/uploads/franck_2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2228, 2, '2011-12-03 11:14:51', '2011-12-03 16:14:51', 'By\nJessica Franck, Keeper\nMesker Park Zoo, Evansville, IN\n<a href="mailto:jfranck@meskerparkzoo.com"> jfranck@meskerparkzoo.com</a>\n\n<strong>Abstract</strong>\n\nA colobus named Zoe lost multiple infants during, or shortly after, birth before finally giving birth to a surviving infant in November 2009. Zoe’s maternal care was initially inadequate and the infant may also have had some other underlying issues. However, with intense supplemental care the infant was able to remain with Zoe and the social group. She was undersized until about a year of age, but now appears to be a normal colobus.\n\n<strong>Introduction</strong>\n\nMesker Park Zoo (MPZ) in Evansville, IN has exhibited Guereza colobus (<em>Colobus guereza</em>) since 1975. Their current housing is an outdoor exhibit [33ft. (10m) Length x 20.5ft. (6.25m)Width x 17ft. (5.2m) Height] connected by a raised chute [42.75ft.(13m)L x 3ft. (0.9m)W x 2ft. (0.6m)H] to three indoor, off-exhibit holding stalls [each 8ft.(2.4m)L x 6ft. (1.8m)W x 8ft. (2.4m)H]. When I started working with the colobus in June 2008, the group consisted of 1.0 Michael (born 24 Dec 1990) and 0.1 Rafiki (born 2 Apr 1989). Michael and Rafiki both had successful reproductive backgrounds at MPZ. Due to a Species Survival Plan (SSP®) recommendation, a second female named Zoe came to MPZ in July 2008.\n\n<strong>Zoe’s History, Gestation, and Parturition</strong>\n\nZoe (born 7 Feb 1994) did not have a normal upbringing. She was born at the Houston Zoo to an experienced mother. However, at a young age Zoe went through an apparent depression (thought to be caused by the death of a group member) that included anorexia. Although she was able to remain with her mother and is classified as parent-reared by Taxon and Specimen reports, staff had to provide intensive supplemental care. As a lasting result, Zoe has an unusually close relationship with people. She solicits grooming from caretakers even when conspecifics are nearby.\n\nZoe was moved to the Oregon Zoo in October 2005 per an SSP® breeding recommendation. While there she had the chance to watch another experienced female raise offspring. Zoe had some difficulty fitting into the group, which consisted of 3.1 colobus (adult male, adult female, and their two juvenile male offspring). It is possible that the stress of the situation contributed to her first stillbirth on 31 January 2007. Her medARKS record mentions the infant had internal hemorrhages suggestive of dystocia. The infant may have succumbed to a hypoxic death since the placenta detached and was delivered intact with the infant. Following the stillbirth, Zoe showed a renewed interest in the other female’s infant (born December 2006) and spent time holding and interacting with her. After Zoe’s second pregnancy was confirmed, the two juvenile males were moved to a separate on-site holding facility. Zoe had a second stillborn infant on 12 September 2007. Once again the medARKS record reports an intact placenta. It also mentions the infant’s low birthweight, 372 grams [13.12oz.] compared to more normal birth weights of around 600 grams [21.16oz.]. The infant also had a congenital anomaly. A third birth occurred on 29 March 2008. This infant lived less than a day with the cause of death determined to be a traumatic cerebral hemorrhage. Even though keepers had prepared for this birth by heavily bedding the holding area, Zoe’s inadequate holding of the infant probably caused the trauma. After this last birth, Zoe was kept separate from the male until her transfer to MPZ.\n\nZoe’s integration into the colobus group at MPZ in August 2008 went smoothly. She exhibited appropriate behavioral responses to both Michael and Rafiki and within a few weeks it became evident that she had become the dominant female. Based on weight gain, pregnancy was first suspected in late October 2008. By December she was showing a rounded belly and some mammary enlargement. To prepare for the birth, the shelves and limbs were lowered to less than two feet off the ground in early January. Shortly thereafter Zoe was separated from the other two individuals overnight in a bedded stall. Anecdotally, Rafiki was said to be a “baby stealer” - behavior excessively beyond the normal colobus allo-mothering behaviorii, and though she was a good mother, her milk production was non-existent. We thought separating Zoe initially would give us a chance to better monitor her maternal skills and avoid potential trauma caused by having to take a baby back from Rafiki who was a skittish individual.\n\nOn 21 February 2009, a deceased infant was found in the straw. It was cold to the touch with an intact umbilical cord and placenta. Zoe was calmly sitting on the shelf above it. Unfortunately, the necropsy cooler malfunctioned and the body was frozen. A subsequent lung float test made the vet believe the baby had been stillborn. However, the pathologist who later examined tissue samples believed that the baby had been born alive.\n\nZoe remained separated from Michael until 5 April 2009. The reintroduction was uneventful. In early June, some bleeding was seen. This discharge was attributed to cycling even though black-and-white colobus are not known to have visible reproductive signalsiii. Based on this suspected cycling, mid-December was thought to be when the baby was due. At the end of her last pregnancy, I was able to feel fetal movement during a grooming session. With another possible pregnancy, I decided to use this component as an opportunity to monitor fetal health. Fetal movement was first suspected on 29 Aug 2009, however it seemed too soon to be feeling anything. An ultrasound was performed on 3 September 2009 and pregnancy was confirmed.\n\nAfter pregnancy was confirmed, I tried to feel the baby moving at least twice a week. Mammary duct development was reported on 14 September 2009. Overnight separation began 8 November 2009. This time I asked to have Rafiki separated with Zoe, believing that Zoe’s main issue was care for the baby immediately following partruition. However, still believing that Zoe wasn’t due until mid-December, the holding limbs were not yet lowered and I, the primary keeper, left for vacation in California.\n\nOn 13 November 2009, Zoe gave birth to a live female infant. When keepers performed AM checks, Rafiki was holding the baby. By the time management and veterinary staff formulated a plan for retrieval of the baby, Zoe had retrieved her. However, when she was approached, Zoe dropped the baby from approximately five feet onto the concrete floor. The baby was pulled for a health check. Zoe was also sedated for a health check and clear fluid was expressed from her nipples. Because of Zoe’s inadequacy and a continued worry for latent neurological issues related to being dropped, the baby, named Garnet, was initially hand-reared with the goal of returning her to Zoe as soon as possible. I returned early from my trip on 17 November 2009.\n\n<strong>Garnet’s Challenges</strong>\n\nWe did a visual introduction with Zoe and Garnet to gauge Zoe’s interest on the afternoon of 18 November. She was very interested and frantically tried to make contact with her infant. The decision was made to physically reintroduce the infant the following morning. The holding stall was prepped by lowering limbs/shelves to less than 18 inches off the ground and heavily bedding it with straw. The baby was weighed, fed, and measured at 0800hrs and then placed in the stall on her surrogate (a heated bag of fluids covered with furry fabric). Zoe, in her inexperience, focused on the surrogate and not the baby. When Garnet fell off at 1045hrs, she was retrieved and Zoe was pressured to drop the surrogate and then Garnet was returned to her. Zoe held the baby inappropriately, low or upside down at times. When jumping onto limbs she tried to hold the baby with her mouth, a carrying form seen only in olive colobus (Procolobus verus)iv. Staff did not observe any nursing and the decision was made to pull the baby at 1430hrs. Zoe and the baby were put in a squeeze cage where Zoe was given a sedative and then Garnet was pulled from her. Reintroduction was performed again over the next two days with the same results. On 22 November, Rafiki was added to the mix, but Zoe would not let her hold Garnet. I was able to express clear fluid from Zoe’s nipples in the squeeze cage that afternoon and I unsuccessfully attempted to position the baby close to the nipples. Zoe was amazingly tolerant of this interference.\n\nThe decision was made to anesthetize Zoe on 23 November. We were able to express milk from both nipples and managed to get Garnet to latch on and nurse. At one point, she let go of the nipple and then found it again on her own. We also shaved the area around the areolas to give observers a better visual of nipple location and any nursing. We decided to not pull Garnet that evening. When Zoe was still recovering and being physically supported, the baby nursed from the opposite nipple without much assistance. After Zoe fully awoke, no additional nursing was observed. Garnet would cry and Zoe would appear distressed. Nursing was finally observed again at 1735hrs. No nursing was seen when checked at 2200hrs, but nursing was seen at 0300hrs and throughout the following two days.\n\nOn Thanksgiving Day, 26 November, Rafiki was put back with the pair. There still appeared to be nursing, but at 1200hrs Garnet appeared to be leaning backward from Zoe. Rafiki had Garnet at 1505hrs, but when Zoe approached she gently let her take the baby back. Something was obviously wrong with the baby at this point. She was leaning backward and wasn’t holding on well. Her color was pale. The decision was made to pull Garnet again. When her condition was assessed, her weight was found to be down over 150 grams [5.29oz.].\n\nThus began a nightmarish cycle of regurgitation, multiple daily administrations of subcutaneous fluids, and an episode where Garnet’s blood sugar dropped so low she began seizing. She was a different animal. Her motor skill development had regressed. She cried constantly to the point that her voice was hoarse. It took her 10 days to recover to the point that we felt comfortable putting her back with Zoe again during the day.\n\nAt this point, it seemed clear that something was improper with the nursing. Several problems could include that Garnet was not getting the volume needed or Zoe’s milk was somehow nutritionally lacking or Garnet wasn’t processing the milk properly. We decided to work on supplemental feeding…\n<div><img class="alignnone size-full wp-image-2227" title="franck_2" src="http://aecetia.net/gws/aazk/wp-content/uploads/franck_2.jpg" alt="franck_2" width="614" height="461" /></div>\n<div><strong>\n</strong></div>\n<div><strong>Feeding Garnet in the Creep Cage. </strong> <em>Photo by Jessica Franck.</em></div>', 'Supplemental-raising of a Guereza Colobus (Colobus guereza) Infant', 0, '', 'inherit', 'closed', 'closed', '', '2226-revision', '', '', '2011-12-03 11:14:51', '2011-12-03 16:14:51', '', 2226, 'http://aazk.org/uncategorized/2226-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2224, 2, '2011-12-03 11:03:42', '2011-12-03 16:03:42', 'About the Cover/Information for Contributors\n\nScoops &amp; Scuttlebutt\n\nFrom the President\n\nAAZK Chapters Help Underwrite AKF Production\n\nComing Events\n\nAAZK Announces New Members/Chapter News\n\nGeneral Announcements\n\nFarewell Letter from Susan Chan\n\nSpecial Editorial and Interview on the Private Ownership of Exotic Animals\n\nTraining Tales (Using Operant Conditioning to Train 0.2 Juvenile Camels)\n\nSupplemental-raising of a Guereza Colobus (Colobus guereza) infant\n\nBook Review: Beaded Lizards &amp; Gila Monsters, Captive Care &amp; Husbandry\n\nIntroduction of 1.1 Hand Reared African Wild Dog Pups (<em>Lycaon pictus</em>) to 1.0 Surrogate-reared Pup and Subsequent Formation of a Pack with 0.2 Adults\n\nSecond Call for Papers - 2012 AAZK National Conference\n\nConservation/Legislative Update', 'December 2011', 0, '', 'inherit', 'closed', 'closed', '', '2223-revision', '', '', '2011-12-03 11:03:42', '2011-12-03 16:03:42', '', 2223, 'http://aazk.org/uncategorized/2223-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2225, 2, '2011-12-03 11:05:12', '2011-12-03 16:05:12', 'About the Cover/Information for Contributors\n\nScoops &amp; Scuttlebutt\n\nFrom the President\n\nAAZK Chapters Help Underwrite AKF Production\n\nComing Events\n\nAAZK Announces New Members/Chapter News\n\nGeneral Announcements\n\nFarewell Letter from Susan Chan\n\nSpecial Editorial and Interview on the Private Ownership of Exotic Animals\n\nTraining Tales (<em>Using Operant Conditioning to Train 0.2 Juvenile Camels</em>)\n\nSupplemental-raising of a Guereza Colobus (<em>Colobus guereza</em>) infant\n\nBook Review: <em>Beaded Lizards &amp; Gila Monsters, Captive Care &amp; Husbandry</em>\n\nIntroduction of 1.1 Hand Reared African Wild Dog Pups (<em>Lycaon pictus</em>) to 1.0 Surrogate-reared Pup and Subsequent Formation of a Pack with 0.2 Adults\n\nSecond Call for Papers - 2012 AAZK National Conference\n\nConservation/Legislative Update', 'December 2011', 0, '', 'inherit', 'closed', 'closed', '', '2223-autosave', '', '', '2011-12-03 11:05:12', '2011-12-03 16:05:12', '', 2223, 'http://aazk.org/uncategorized/2223-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2226, 2, '2011-12-03 11:15:15', '2011-12-03 16:15:15', '<em>By\r\nJessica Franck, Keeper\r\nMesker Park Zoo, Evansville, IN</em>\r\n\r\n<strong>Abstract</strong>\r\n\r\nA colobus named Zoe lost multiple infants during, or shortly after, birth before finally giving birth to a surviving infant in November 2009. Zoe’s maternal care was initially inadequate and the infant may also have had some other underlying issues. However, with intense supplemental care the infant was able to remain with Zoe and the social group. She was undersized until about a year of age, but now appears to be a normal colobus.\r\n\r\n<strong>Introduction</strong>\r\n\r\nMesker Park Zoo (MPZ) in Evansville, IN has exhibited Guereza colobus (<em>Colobus guereza</em>) since 1975. Their current housing is an outdoor exhibit [33ft. (10m) Length x 20.5ft. (6.25m)Width x 17ft. (5.2m) Height] connected by a raised chute [42.75ft.(13m)L x 3ft. (0.9m)W x 2ft. (0.6m)H] to three indoor, off-exhibit holding stalls [each 8ft.(2.4m)L x 6ft. (1.8m)W x 8ft. (2.4m)H]. When I started working with the colobus in June 2008, the group consisted of 1.0 Michael (born 24 Dec 1990) and 0.1 Rafiki (born 2 Apr 1989). Michael and Rafiki both had successful reproductive backgrounds at MPZ. Due to a Species Survival Plan (SSP®) recommendation, a second female named Zoe came to MPZ in July 2008.\r\n\r\n<strong>Zoe’s History, Gestation, and Parturition</strong>\r\n\r\nZoe (born 7 Feb 1994) did not have a normal upbringing. She was born at the Houston Zoo to an experienced mother. However, at a young age Zoe went through an apparent depression (thought to be caused by the death of a group member) that included anorexia. Although she was able to remain with her mother and is classified as parent-reared by Taxon and Specimen reports, staff had to provide intensive supplemental care. As a lasting result, Zoe has an unusually close relationship with people. She solicits grooming from caretakers even when conspecifics are nearby.\r\n\r\nZoe was moved to the Oregon Zoo in October 2005 per an SSP® breeding recommendation. While there she had the chance to watch another experienced female raise offspring. Zoe had some difficulty fitting into the group, which consisted of 3.1 colobus (adult male, adult female, and their two juvenile male offspring). It is possible that the stress of the situation contributed to her first stillbirth on 31 January 2007. Her medARKS record mentions the infant had internal hemorrhages suggestive of dystocia. The infant may have succumbed to a hypoxic death since the placenta detached and was delivered intact with the infant. Following the stillbirth, Zoe showed a renewed interest in the other female’s infant (born December 2006) and spent time holding and interacting with her. After Zoe’s second pregnancy was confirmed, the two juvenile males were moved to a separate on-site holding facility. Zoe had a second stillborn infant on 12 September 2007. Once again the medARKS record reports an intact placenta. It also mentions the infant’s low birthweight, 372 grams [13.12oz.] compared to more normal birth weights of around 600 grams [21.16oz.]. The infant also had a congenital anomaly. A third birth occurred on 29 March 2008. This infant lived less than a day with the cause of death determined to be a traumatic cerebral hemorrhage. Even though keepers had prepared for this birth by heavily bedding the holding area, Zoe’s inadequate holding of the infant probably caused the trauma. After this last birth, Zoe was kept separate from the male until her transfer to MPZ.\r\n\r\nZoe’s integration into the colobus group at MPZ in August 2008 went smoothly. She exhibited appropriate behavioral responses to both Michael and Rafiki and within a few weeks it became evident that she had become the dominant female. Based on weight gain, pregnancy was first suspected in late October 2008. By December she was showing a rounded belly and some mammary enlargement. To prepare for the birth, the shelves and limbs were lowered to less than two feet off the ground in early January. Shortly thereafter Zoe was separated from the other two individuals overnight in a bedded stall. Anecdotally, Rafiki was said to be a “baby stealer” - behavior excessively beyond the normal colobus allo-mothering behaviorii, and though she was a good mother, her milk production was non-existent. We thought separating Zoe initially would give us a chance to better monitor her maternal skills and avoid potential trauma caused by having to take a baby back from Rafiki who was a skittish individual.\r\n\r\nOn 21 February 2009, a deceased infant was found in the straw. It was cold to the touch with an intact umbilical cord and placenta. Zoe was calmly sitting on the shelf above it. Unfortunately, the necropsy cooler malfunctioned and the body was frozen. A subsequent lung float test made the vet believe the baby had been stillborn. However, the pathologist who later examined tissue samples believed that the baby had been born alive.\r\n\r\nZoe remained separated from Michael until 5 April 2009. The reintroduction was uneventful. In early June, some bleeding was seen. This discharge was attributed to cycling even though black-and-white colobus are not known to have visible reproductive signalsiii. Based on this suspected cycling, mid-December was thought to be when the baby was due. At the end of her last pregnancy, I was able to feel fetal movement during a grooming session. With another possible pregnancy, I decided to use this component as an opportunity to monitor fetal health. Fetal movement was first suspected on 29 Aug 2009, however it seemed too soon to be feeling anything. An ultrasound was performed on 3 September 2009 and pregnancy was confirmed.\r\n\r\nAfter pregnancy was confirmed, I tried to feel the baby moving at least twice a week. Mammary duct development was reported on 14 September 2009. Overnight separation began 8 November 2009. This time I asked to have Rafiki separated with Zoe, believing that Zoe’s main issue was care for the baby immediately following partruition. However, still believing that Zoe wasn’t due until mid-December, the holding limbs were not yet lowered and I, the primary keeper, left for vacation in California.\r\n\r\nOn 13 November 2009, Zoe gave birth to a live female infant. When keepers performed AM checks, Rafiki was holding the baby. By the time management and veterinary staff formulated a plan for retrieval of the baby, Zoe had retrieved her. However, when she was approached, Zoe dropped the baby from approximately five feet onto the concrete floor. The baby was pulled for a health check. Zoe was also sedated for a health check and clear fluid was expressed from her nipples. Because of Zoe’s inadequacy and a continued worry for latent neurological issues related to being dropped, the baby, named Garnet, was initially hand-reared with the goal of returning her to Zoe as soon as possible. I returned early from my trip on 17 November 2009.\r\n\r\n<strong>Garnet’s Challenges</strong>\r\n\r\nWe did a visual introduction with Zoe and Garnet to gauge Zoe’s interest on the afternoon of 18 November. She was very interested and frantically tried to make contact with her infant. The decision was made to physically reintroduce the infant the following morning. The holding stall was prepped by lowering limbs/shelves to less than 18 inches off the ground and heavily bedding it with straw. The baby was weighed, fed, and measured at 0800hrs and then placed in the stall on her surrogate (a heated bag of fluids covered with furry fabric). Zoe, in her inexperience, focused on the surrogate and not the baby. When Garnet fell off at 1045hrs, she was retrieved and Zoe was pressured to drop the surrogate and then Garnet was returned to her. Zoe held the baby inappropriately, low or upside down at times. When jumping onto limbs she tried to hold the baby with her mouth, a carrying form seen only in olive colobus (Procolobus verus)iv. Staff did not observe any nursing and the decision was made to pull the baby at 1430hrs. Zoe and the baby were put in a squeeze cage where Zoe was given a sedative and then Garnet was pulled from her. Reintroduction was performed again over the next two days with the same results. On 22 November, Rafiki was added to the mix, but Zoe would not let her hold Garnet. I was able to express clear fluid from Zoe’s nipples in the squeeze cage that afternoon and I unsuccessfully attempted to position the baby close to the nipples. Zoe was amazingly tolerant of this interference.\r\n\r\nThe decision was made to anesthetize Zoe on 23 November. We were able to express milk from both nipples and managed to get Garnet to latch on and nurse. At one point, she let go of the nipple and then found it again on her own. We also shaved the area around the areolas to give observers a better visual of nipple location and any nursing. We decided to not pull Garnet that evening. When Zoe was still recovering and being physically supported, the baby nursed from the opposite nipple without much assistance. After Zoe fully awoke, no additional nursing was observed. Garnet would cry and Zoe would appear distressed. Nursing was finally observed again at 1735hrs. No nursing was seen when checked at 2200hrs, but nursing was seen at 0300hrs and throughout the following two days.\r\n\r\nOn Thanksgiving Day, 26 November, Rafiki was put back with the pair. There still appeared to be nursing, but at 1200hrs Garnet appeared to be leaning backward from Zoe. Rafiki had Garnet at 1505hrs, but when Zoe approached she gently let her take the baby back. Something was obviously wrong with the baby at this point. She was leaning backward and wasn’t holding on well. Her color was pale. The decision was made to pull Garnet again. When her condition was assessed, her weight was found to be down over 150 grams [5.29oz.].\r\n\r\nThus began a nightmarish cycle of regurgitation, multiple daily administrations of subcutaneous fluids, and an episode where Garnet’s blood sugar dropped so low she began seizing. She was a different animal. Her motor skill development had regressed. She cried constantly to the point that her voice was hoarse. It took her 10 days to recover to the point that we felt comfortable putting her back with Zoe again during the day.\r\n\r\nAt this point, it seemed clear that something was improper with the nursing. Several problems could include that Garnet was not getting the volume needed or Zoe’s milk was somehow nutritionally lacking or Garnet wasn’t processing the milk properly. We decided to work on supplemental feeding…\r\n<div><img class="alignnone size-full wp-image-2227" title="franck_2" src="http://aecetia.net/gws/aazk/wp-content/uploads/franck_2.jpg" alt="franck_2" width="614" height="461" /></div>\r\n<div><strong>\r\n</strong></div>\r\n<div><strong>Feeding Garnet in the Creep Cage. </strong> <em>Photo by Jessica Franck.</em></div>\r\n<div><em>\r\n</em></div>\r\n<div><strong>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></div>', 'Supplemental-raising of a Guereza Colobus (Colobus guereza) Infant', 0, '', 'draft', 'closed', 'closed', '', 'supplemental-raising-of-a-guereza-colobus-colobus-guereza-infant', '', '', '2013-10-15 17:49:18', '2013-10-15 22:49:18', '', 0, 'http://aazk.org/?p=2226', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2223, 2, '2011-12-03 11:04:07', '2011-12-03 16:04:07', 'About the Cover/Information for Contributors\r\n\r\nScoops &amp; Scuttlebutt\r\n\r\nFrom the President\r\n\r\nAAZK Chapters Help Underwrite AKF Production\r\n\r\nComing Events\r\n\r\nAAZK Announces New Members/Chapter News\r\n\r\nGeneral Announcements\r\n\r\nFarewell Letter from Susan Chan\r\n\r\nSpecial Editorial and Interview on the Private Ownership of Exotic Animals\r\n\r\nTraining Tales (<em>Using Operant Conditioning to Train 0.2 Juvenile Camels</em>)\r\n\r\nSupplemental-raising of a Guereza Colobus (<em>Colobus guereza</em>) infant\r\n\r\nBook Review: <em>Beaded Lizards &amp; Gila Monsters, Captive Care &amp; Husbandry</em>\r\n\r\nIntroduction of 1.1 Hand Reared African Wild Dog Pups (<em>Lycaon pictus</em>) to 1.0 Surrogate-reared Pup and Subsequent Formation of a Pack with 0.2 Adults\r\n\r\nSecond Call for Papers - 2012 AAZK National Conference\r\n\r\nConservation/Legislative Update', 'December 2011', 0, '', 'draft', 'closed', 'closed', '', 'december-2011', '', '', '2013-10-15 17:49:18', '2013-10-15 22:49:18', '', 0, 'http://aazk.org/?p=2223', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2002, 2, '2011-06-01 09:30:35', '2011-06-01 14:30:35', 'About the Cover/Information for Contributors\r\nScoops &amp; Scuttlebutt\r\nSocial Media Project Manager Sought\r\nNew Stamp Benefits Vanishing Wildlife\r\nComing Events\r\nConference Updates/Information\r\nAAZK Announces New Members\r\nVultures Need Their Day, Too\r\nEnrichment Options (<em>Using Browse/Puzzle Feeders to Increase Natural Behaviors in Giraffe</em>)\r\nGrants Review: AAZK Professional Development Grant\r\nAlcid Scale Conditioning\r\n“Trees for You and Me” AAZK Chapter Challenge Results\r\nChapter News\r\nTraining Tales (<em>Obstacles in Training/Overcoming Adversity to Achieve Success</em>)\r\nWorkshop Announcement: <em>From Good Care to Great Welfare</em>\r\nAKF Dedicated Five-Issue Combo Pack on Sale\r\nConservation/Legislative Update', 'June 2011', 0, '', 'draft', 'closed', 'closed', '', 'june-2011', '', '', '2013-10-15 17:49:20', '2013-10-15 22:49:20', '', 0, 'http://aazk.org/?p=2002', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2003, 2, '2011-06-01 09:30:03', '2011-06-01 14:30:03', 'About the Cover/Information for Contributors\nScoops &amp; Scuttlebutt\nSocial Media Project Manager Sought\nNew Stamp Benefits Vanishing Wildlife\nComing Events\nConference Updates/Information\nAAZK Announces New Members\nVultures Need Their Day, Too\nEnrichment Options (<em>Using Browse/Puzzle Feeders to Increase Natural Behaviors in Giraffe</em>)\nGrants Review: AAZK Professional Development Grant\nAlcid Scale Conditioning\n“Trees for You and Me” AAZK Chapter Challenge Results\nChapter News\nTraining Tales (<em>Obstacles in Training/Overcoming Adversity to Achieve Success</em>)\nWorkshop Announcement: <em>From Good Care to Great Welfare</em>\nAKF Dedicated Five-Issue Combo Pack on Sale\nConservation/Legislative Update', 'June 2011', 0, '', 'inherit', 'closed', 'closed', '', '2002-revision', '', '', '2011-06-01 09:30:03', '2011-06-01 14:30:03', '', 2002, 'http://aazk.org/uncategorized/2002-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2004, 2, '2011-06-01 09:31:41', '2011-06-01 14:31:41', 'About the Cover/Information for Contributors\nScoops &amp; Scuttlebutt\nSocial Media Project Manager Sought\nNew Stamp Benefits Vanishing Wildlife\nComing Events\nConference Updates/Information\nAAZK Announces New Members\nVultures Need Their Day, Too\nEnrichment Options (<em>Using Browse/Puzzle Feeders to Increase Natural Behaviors in Giraffe</em>)\nGrants Review: AAZK Professional Development Grant\nAlcid Scale Conditioning\n“Trees for You and Me” AAZK Chapter Challenge Results\nChapter News\nTraining Tales (<em>Obstacles in Training/Overcoming Adversity to Achieve Success</em>)\nWorkshop Announcement: <em>From Good Care to Great Welfare</em>\nAKF Dedicated Five-Issue Combo Pack on Sale\nConservation/Legislative Update', 'June 2011', 0, '', 'inherit', 'closed', 'closed', '', '2002-autosave', '', '', '2011-06-01 09:31:41', '2011-06-01 14:31:41', '', 2002, 'http://aazk.org/uncategorized/2002-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2005, 2, '2011-06-01 09:43:37', '2011-06-01 14:43:37', '<em>By\r\nJenyva Turner, Animal Keeper IV\r\nCheyenne Mountain Zoo, Colorado Springs, CO</em>\r\n\r\nQuick! Name five animals that people want to see when visiting the zoo!\r\n\r\nLet me guess, vultures were not on the list, right? That was the challenge I faced in 2009 when my conservation project, Cape Vulture (<em>Gyps coprotheres</em>) Conservation in South Africa, was chosen for Cheyenne Mountain Zoo’s (CMZ) Quarters for Conservation (Q4C)* program. How could I put vultures on the (zoo) map and help guests to appreciate the value of vultures and inspire them to vote for vultures when many other more charismatic species were available to choose from?\r\n\r\nOne easy way was to capitalize on the birds there in front of guests and focus more on our vultures during keeper talks and tours and our Wings of Africa bird show. Guests can even get up-close to our vultures and feed them during the show, creating quite the Defining Moment! The vultures are part of our show finale as they hiss and cackle and tackle each other for knuckle bones, wowing guests as they act like, well… vultures!\r\n\r\nThe second, not-so-easy way to help put vultures on the map was to create a special day just for them. Therefore, I decided to speak with Kerri Wolter of The Vulture Programme in South Africa, whose work and research CMZ was supporting through Q4C, and see if she would be interested in celebrating vultures on the same day, thereby creating an “international” vulture awareness day (even if it involved only two organizations in two countries). We were both very excited about the possibilities, so Kerri approached her colleagues at the Endangered Wildlife Trust (EWT) whom she already worked with in holding a local annual Vulture Awareness Day in South Africa.  EWT said we could hold our event the same day as they were speaking to farmers all across South Africa, helping spread the word about vulture restaurants, vulture colony monitoring and the effects of poisoning. So we set our sights on September 5, 2009 to be our first-ever International Vulture Awareness Day.\r\n\r\nWord about this International Vulture Awareness Day (IVAD) quickly spread as Kerri Wolter and Andre Botha of EWT decided to invite other vulture enthusiasts and experts around the world. Soon Bird Life- South Africa, The Hawk Conservancy Trust, Bird Life- International, and World Wildlife Fund - Pakistan were on board for September 5th! I was particularly excited about conservationists in Pakistan, India and Nepal joining us as the Asian vulture crisis was a huge reason why I submitted a project focused on vulture conservation for Q4C in the first place. Most people had not heard about what was going on in Asia a few years ago regarding the massive decline in the vulture population and I wanted to help bring that crisis to light and in some small way, help prevent that same crisis from occurring in Africa.\r\n\r\nI was getting so excited about the response from well-known and respected organizations that I decided to send out invitation emails to other national and international organizations focused on vulture or avian conservation. I contacted Scott Tidmus of Disney’s Animal Kingdom, and with his help, as well as the help of everyone else overseas, the concept of IVAD exploded! We developed a logo (so we could be all official) and set up a website where participating organizations could sign-up and share their events with others. I was moved beyond words at the response from people all over the world! On September 5, 2009, over 125 organizations around the world celebrated vultures together!\r\n\r\n<img class="alignnone size-full wp-image-2006" title="vulture1" src="http://aecetia.net/gws/aazk/wp-content/uploads/vulture1.jpg" alt="vulture1" width="450" height="189" />\r\n\r\n<em><strong>Official 2011 International Vulture Awareness Day Logo</strong></em>\r\n\r\nThe IVAD event at CMZ was a huge success! Kids could make vulture puppets, they could make enrichment for our zoo vultures, they could look for wild turkey vultures flying overhead, make a vulture nest, fly like a vulture, the list goes on and on… but the station that was the biggest hit was the vulture stomach juice station! Now, in order to make this experiment totally believable I would have needed to use hydrochloric acid or battery acid, but considering battery acid and kids don’t really mix, I resorted to vinegar! In this fun little experiment kids could learn about why vultures can eat things that would make us sick and why they are such effective scavengers. There was also a “scavenger” hunt where guests could go around the zoo looking for the bright red vulture fact signs and answer trivia questions for a chance to meet and feed our vultures. It was such a fun day (for me especially!) and whether they wanted to or not, no guest could leave the zoo that day without thinking at least once about vultures. That was my goal.\r\n\r\n<img class="alignnone size-full wp-image-2007" title="vulture2" src="http://aecetia.net/gws/aazk/wp-content/uploads/vulture2.jpg" alt="vulture2" width="720" height="481" />\r\n\r\nComparing arm span with a Cape vulture wing span (<em>photo by Jenyva Turner</em>)\r\n\r\n<strong>Want to read more about International Vulture Awareness Day?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK.<a href="http://aecetia.net/gws/aazk/join/"> JOIN NOW! </a></strong>', 'Vultures Need Their Day, Too!', 0, '', 'draft', 'closed', 'closed', '', 'vultures-need-their-day-too', '', '', '2013-10-15 17:49:20', '2013-10-15 22:49:20', '', 0, 'http://aazk.org/?p=2005', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2006, 2, '2011-06-01 09:39:05', '2011-06-01 14:39:05', '', 'vulture1', 0, '', 'inherit', 'closed', 'closed', '', 'vulture1', '', '', '2011-06-01 09:39:05', '2011-06-01 14:39:05', '', 2005, 'http://aazk.org/wp-content/uploads/vulture1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2007, 2, '2011-06-01 09:40:54', '2011-06-01 14:40:54', '', 'vulture2', 0, '', 'inherit', 'closed', 'closed', '', 'vulture2', '', '', '2011-06-01 09:40:54', '2011-06-01 14:40:54', '', 2005, 'http://aazk.org/wp-content/uploads/vulture2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2008, 2, '2011-06-01 09:42:08', '2011-06-01 14:42:08', '<em>By\nJenyva Turner, Animal Keeper IV\nCheyenne Mountain Zoo, Colorado Springs, CO</em>\n\nQuick! Name five animals that people want to see when visiting the zoo!\n\nLet me guess, vultures were not on the list, right? That was the challenge I faced in 2009 when my conservation project, Cape Vulture (<em>Gyps coprotheres</em>) Conservation in South Africa, was chosen for Cheyenne Mountain Zoo’s (CMZ) Quarters for Conservation (Q4C)* program. How could I put vultures on the (zoo) map and help guests to appreciate the value of vultures and inspire them to vote for vultures when many other more charismatic species were available to choose from?\n\nOne easy way was to capitalize on the birds there in front of guests and focus more on our vultures during keeper talks and tours and our Wings of Africa bird show. Guests can even get up-close to our vultures and feed them during the show, creating quite the Defining Moment! The vultures are part of our show finale as they hiss and cackle and tackle each other for knuckle bones, wowing guests as they act like, well… vultures!\n\nThe second, not-so-easy way to help put vultures on the map was to create a special day just for them. Therefore, I decided to speak with Kerri Wolter of The Vulture Programme in South Africa, whose work and research CMZ was supporting through Q4C, and see if she would be interested in celebrating vultures on the same day, thereby creating an “international” vulture awareness day (even if it involved only two organizations in two countries). We were both very excited about the possibilities, so Kerri approached her colleagues at the Endangered Wildlife Trust (EWT) whom she already worked with in holding a local annual Vulture Awareness Day in South Africa.  EWT said we could hold our event the same day as they were speaking to farmers all across South Africa, helping spread the word about vulture restaurants, vulture colony monitoring and the effects of poisoning. So we set our sights on September 5, 2009 to be our first-ever International Vulture Awareness Day.\n\nWord about this International Vulture Awareness Day (IVAD) quickly spread as Kerri Wolter and Andre Botha of EWT decided to invite other vulture enthusiasts and experts around the world. Soon Bird Life- South Africa, The Hawk Conservancy Trust, Bird Life- International, and World Wildlife Fund - Pakistan were on board for September 5th! I was particularly excited about conservationists in Pakistan, India and Nepal joining us as the Asian vulture crisis was a huge reason why I submitted a project focused on vulture conservation for Q4C in the first place. Most people had not heard about what was going on in Asia a few years ago regarding the massive decline in the vulture population and I wanted to help bring that crisis to light and in some small way, help prevent that same crisis from occurring in Africa.\n\nI was getting so excited about the response from well-known and respected organizations that I decided to send out invitation emails to other national and international organizations focused on vulture or avian conservation. I contacted Scott Tidmus of Disney’s Animal Kingdom, and with his help, as well as the help of everyone else overseas, the concept of IVAD exploded! We developed a logo (so we could be all official) and set up a website where participating organizations could sign-up and share their events with others. I was moved beyond words at the response from people all over the world! On September 5, 2009, over 125 organizations around the world celebrated vultures together!\n\n<img class="alignnone size-full wp-image-2006" title="vulture1" src="http://aecetia.net/gws/aazk/wp-content/uploads/vulture1.jpg" alt="vulture1" width="450" height="189" />\n\n<em><strong>Official 2011 International Vulture Awareness Day Logo</strong></em>\n\nThe IVAD event at CMZ was a huge success! Kids could make vulture puppets, they could make enrichment for our zoo vultures, they could look for wild turkey vultures flying overhead, make a vulture nest, fly like a vulture, the list goes on and on… but the station that was the biggest hit was the vulture stomach juice station! Now, in order to make this experiment totally believable I would have needed to use hydrochloric acid or battery acid, but considering battery acid and kids don’t really mix, I resorted to vinegar! In this fun little experiment kids could learn about why vultures can eat things that would make us sick and why they are such effective scavengers. There was also a “scavenger” hunt where guests could go around the zoo looking for the bright red vulture fact signs and answer trivia questions for a chance to meet and feed our vultures. It was such a fun day (for me especially!) and whether they wanted to or not, no guest could leave the zoo that day without thinking at least once about vultures. That was my goal.\n\n<img class="alignnone size-full wp-image-2007" title="vulture2" src="http://aecetia.net/gws/aazk/wp-content/uploads/vulture2.jpg" alt="vulture2" width="720" height="481" />\n\nComparing arm span with a Cape vulture wing span (photo by Jenyva Turner)', 'Vultures Need Their Day, Too!', 0, '', 'inherit', 'closed', 'closed', '', '2005-revision', '', '', '2011-06-01 09:42:08', '2011-06-01 14:42:08', '', 2005, 'http://aazk.org/uncategorized/2005-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2009, 2, '2011-06-01 09:43:08', '2011-06-01 14:43:08', '<em>By\nJenyva Turner, Animal Keeper IV\nCheyenne Mountain Zoo, Colorado Springs, CO</em>\n\nQuick! Name five animals that people want to see when visiting the zoo!\n\nLet me guess, vultures were not on the list, right? That was the challenge I faced in 2009 when my conservation project, Cape Vulture (<em>Gyps coprotheres</em>) Conservation in South Africa, was chosen for Cheyenne Mountain Zoo’s (CMZ) Quarters for Conservation (Q4C)* program. How could I put vultures on the (zoo) map and help guests to appreciate the value of vultures and inspire them to vote for vultures when many other more charismatic species were available to choose from?\n\nOne easy way was to capitalize on the birds there in front of guests and focus more on our vultures during keeper talks and tours and our Wings of Africa bird show. Guests can even get up-close to our vultures and feed them during the show, creating quite the Defining Moment! The vultures are part of our show finale as they hiss and cackle and tackle each other for knuckle bones, wowing guests as they act like, well… vultures!\n\nThe second, not-so-easy way to help put vultures on the map was to create a special day just for them. Therefore, I decided to speak with Kerri Wolter of The Vulture Programme in South Africa, whose work and research CMZ was supporting through Q4C, and see if she would be interested in celebrating vultures on the same day, thereby creating an “international” vulture awareness day (even if it involved only two organizations in two countries). We were both very excited about the possibilities, so Kerri approached her colleagues at the Endangered Wildlife Trust (EWT) whom she already worked with in holding a local annual Vulture Awareness Day in South Africa.  EWT said we could hold our event the same day as they were speaking to farmers all across South Africa, helping spread the word about vulture restaurants, vulture colony monitoring and the effects of poisoning. So we set our sights on September 5, 2009 to be our first-ever International Vulture Awareness Day.\n\nWord about this International Vulture Awareness Day (IVAD) quickly spread as Kerri Wolter and Andre Botha of EWT decided to invite other vulture enthusiasts and experts around the world. Soon Bird Life- South Africa, The Hawk Conservancy Trust, Bird Life- International, and World Wildlife Fund - Pakistan were on board for September 5th! I was particularly excited about conservationists in Pakistan, India and Nepal joining us as the Asian vulture crisis was a huge reason why I submitted a project focused on vulture conservation for Q4C in the first place. Most people had not heard about what was going on in Asia a few years ago regarding the massive decline in the vulture population and I wanted to help bring that crisis to light and in some small way, help prevent that same crisis from occurring in Africa.\n\nI was getting so excited about the response from well-known and respected organizations that I decided to send out invitation emails to other national and international organizations focused on vulture or avian conservation. I contacted Scott Tidmus of Disney’s Animal Kingdom, and with his help, as well as the help of everyone else overseas, the concept of IVAD exploded! We developed a logo (so we could be all official) and set up a website where participating organizations could sign-up and share their events with others. I was moved beyond words at the response from people all over the world! On September 5, 2009, over 125 organizations around the world celebrated vultures together!\n\n<img class="alignnone size-full wp-image-2006" title="vulture1" src="http://aecetia.net/gws/aazk/wp-content/uploads/vulture1.jpg" alt="vulture1" width="450" height="189" />\n\n<em><strong>Official 2011 International Vulture Awareness Day Logo</strong></em>\n\nThe IVAD event at CMZ was a huge success! Kids could make vulture puppets, they could make enrichment for our zoo vultures, they could look for wild turkey vultures flying overhead, make a vulture nest, fly like a vulture, the list goes on and on… but the station that was the biggest hit was the vulture stomach juice station! Now, in order to make this experiment totally believable I would have needed to use hydrochloric acid or battery acid, but considering battery acid and kids don’t really mix, I resorted to vinegar! In this fun little experiment kids could learn about why vultures can eat things that would make us sick and why they are such effective scavengers. There was also a “scavenger” hunt where guests could go around the zoo looking for the bright red vulture fact signs and answer trivia questions for a chance to meet and feed our vultures. It was such a fun day (for me especially!) and whether they wanted to or not, no guest could leave the zoo that day without thinking at least once about vultures. That was my goal.\n\n<img class="alignnone size-full wp-image-2007" title="vulture2" src="http://aecetia.net/gws/aazk/wp-content/uploads/vulture2.jpg" alt="vulture2" width="720" height="481" />\n\nComparing arm span with a Cape vulture wing span (<em>photo by Jenyva Turner</em>)\n\n<strong>Want to read more about International Vulture Awareness Day?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK.<a href="http://aecetia.net/gws/aazk/join/"> JOIN NOW! </a></strong>', 'Vultures Need Their Day, Too!', 0, '', 'inherit', 'closed', 'closed', '', '2005-revision-2', '', '', '2011-06-01 09:43:08', '2011-06-01 14:43:08', '', 2005, 'http://aazk.org/uncategorized/2005-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2010, 2, '2011-06-01 09:44:43', '2011-06-01 14:44:43', '<em>By\nJenyva Turner, Animal Keeper IV\nCheyenne Mountain Zoo, Colorado Springs, CO</em>\n\nQuick! Name five animals that people want to see when visiting the zoo!\n\nLet me guess, vultures were not on the list, right? That was the challenge I faced in 2009 when my conservation project, Cape Vulture (<em>Gyps coprotheres</em>) Conservation in South Africa, was chosen for Cheyenne Mountain Zoo’s (CMZ) Quarters for Conservation (Q4C)* program. How could I put vultures on the (zoo) map and help guests to appreciate the value of vultures and inspire them to vote for vultures when many other more charismatic species were available to choose from?\n\nOne easy way was to capitalize on the birds there in front of guests and focus more on our vultures during keeper talks and tours and our Wings of Africa bird show. Guests can even get up-close to our vultures and feed them during the show, creating quite the Defining Moment! The vultures are part of our show finale as they hiss and cackle and tackle each other for knuckle bones, wowing guests as they act like, well… vultures!\n\nThe second, not-so-easy way to help put vultures on the map was to create a special day just for them. Therefore, I decided to speak with Kerri Wolter of The Vulture Programme in South Africa, whose work and research CMZ was supporting through Q4C, and see if she would be interested in celebrating vultures on the same day, thereby creating an “international” vulture awareness day (even if it involved only two organizations in two countries). We were both very excited about the possibilities, so Kerri approached her colleagues at the Endangered Wildlife Trust (EWT) whom she already worked with in holding a local annual Vulture Awareness Day in South Africa.  EWT said we could hold our event the same day as they were speaking to farmers all across South Africa, helping spread the word about vulture restaurants, vulture colony monitoring and the effects of poisoning. So we set our sights on September 5, 2009 to be our first-ever International Vulture Awareness Day.\n\nWord about this International Vulture Awareness Day (IVAD) quickly spread as Kerri Wolter and Andre Botha of EWT decided to invite other vulture enthusiasts and experts around the world. Soon Bird Life- South Africa, The Hawk Conservancy Trust, Bird Life- International, and World Wildlife Fund - Pakistan were on board for September 5th! I was particularly excited about conservationists in Pakistan, India and Nepal joining us as the Asian vulture crisis was a huge reason why I submitted a project focused on vulture conservation for Q4C in the first place. Most people had not heard about what was going on in Asia a few years ago regarding the massive decline in the vulture population and I wanted to help bring that crisis to light and in some small way, help prevent that same crisis from occurring in Africa.\n\nI was getting so excited about the response from well-known and respected organizations that I decided to send out invitation emails to other national and international organizations focused on vulture or avian conservation. I contacted Scott Tidmus of Disney’s Animal Kingdom, and with his help, as well as the help of everyone else overseas, the concept of IVAD exploded! We developed a logo (so we could be all official) and set up a website where participating organizations could sign-up and share their events with others. I was moved beyond words at the response from people all over the world! On September 5, 2009, over 125 organizations around the world celebrated vultures together!\n\n<img class="alignnone size-full wp-image-2006" title="vulture1" src="http://aecetia.net/gws/aazk/wp-content/uploads/vulture1.jpg" alt="vulture1" width="450" height="189" />\n\n<em><strong>Official 2011 International Vulture Awareness Day Logo</strong></em>\n\nThe IVAD event at CMZ was a huge success! Kids could make vulture puppets, they could make enrichment for our zoo vultures, they could look for wild turkey vultures flying overhead, make a vulture nest, fly like a vulture, the list goes on and on… but the station that was the biggest hit was the vulture stomach juice station! Now, in order to make this experiment totally believable I would have needed to use hydrochloric acid or battery acid, but considering battery acid and kids don’t really mix, I resorted to vinegar! In this fun little experiment kids could learn about why vultures can eat things that would make us sick and why they are such effective scavengers. There was also a “scavenger” hunt where guests could go around the zoo looking for the bright red vulture fact signs and answer trivia questions for a chance to meet and feed our vultures. It was such a fun day (for me especially!) and whether they wanted to or not, no guest could leave the zoo that day without thinking at least once about vultures. That was my goal.\n\n<img class="alignnone size-full wp-image-2007" title="vulture2" src="http://aecetia.net/gws/aazk/wp-content/uploads/vulture2.jpg" alt="vulture2" width="720" height="481" />\n\nComparing arm span with a Cape vulture wing span (<em>photo by Jenyva Turner</em>)\n\n<strong>Want to read more about International Vulture Awareness Day?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK.<a href="http://aecetia.net/gws/aazk/join/"> JOIN NOW! </a></strong>', 'Vultures Need Their Day, Too!', 0, '', 'inherit', 'closed', 'closed', '', '2005-autosave', '', '', '2011-06-01 09:44:43', '2011-06-01 14:44:43', '', 2005, 'http://aazk.org/uncategorized/2005-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2011, 2, '2011-06-01 09:55:47', '2011-06-01 14:55:47', '<p style="text-align: left;"><img class="aligncenter size-full wp-image-1923" title="bhc_training_tales" src="http://aecetia.net/gws/aazk/wp-content/uploads/bhc_training_tales.jpg" alt="bhc_training_tales" width="562" height="229" /><em>By\r\nMatthew England, Predator Keeper\r\nBirmingham Zoo, Birmingham, AL</em>\r\n\r\n<strong>Introduction</strong>\r\nThe Birmingham Zoo houses 0.2 North American River Otters (<em>Lontra canadensis</em>) in the Children’s Zoo.  Bernice and Lenora are eight year old sisters and are worked protected contact. In order to maximize animal husbandry, keepers used training to establish desired behaviors for proper captive animal management.  One of the most important behaviors needed was shifting into a crate/induction tube.  This behavior also proved to be the most challenging for a variety of reasons. Between the years of 2007-2010 keepers employed a number of ideas and training methods in search of the best way to train this behavior.  There were various obstacles that had to be overcome, and in some cases, methods were tried and then re-tried.  Keepers were challenged to be creative and stay focused on the task without getting discouraged, but also had to be patient with the changing dynamics of the zoo.\r\n\r\nAs trainers we face many different forms of adversity.  Often times we encounter problems with the animal being trained, or we find that we have areas we need to improve upon as trainers.  However, many times unforeseen circumstances present themselves that we could never have prepared for or anticipated.  This paper discusses such circumstances faced by the Children’s Zoo keepers at the Birmingham Zoo and how they were able to overcome these problems to achieve success.\r\n\r\n<strong>Early Challenges</strong>\r\nIn the spring of 2007, I was a brand new part time keeper only on the job for five months and had no prior zoo experience in training animals.  I was brought in as a trainer for the otters, and shortly after, the two primary trainers of the otters left to take positions at other institutions.  I had to make a quick transition from a new trainer learning to maintain established behaviors to the primary trainer of new behaviors.  Fortunately, I was not alone in this endeavor as many of the full-time keepers in the Children’s Zoo assisted in the training and offered advice and help wherever they could.\r\n\r\nAt the same time, the Birmingham Zoo went through a period of flux.  The Children’s Zoo hired a new Zoological Manager who also took over managerial duties of the sea lions.  A significant amount of her time was dedicated to the sea lions because the zoo débuted the Sea Lion Splash Show that spring.  Consequently, otter training could not progress as quickly as our staff would have liked while our resources were spread thin.\r\n\r\nIt is important to note here that these are expected occurrences in zoos.  Turnover of staff happens and managerial positions will change.  It may be necessary to put more time and effort into some areas than others, such as a new animal show or exhibit (usually these happen during the busy seasons of spring and summer).  That does not mean that other areas are being neglected.  It is our responsibility as keepers and trainers to keep in mind, while our area or animal may not be the top priority [at the moment], it still has importance.\r\n\r\n<strong>Crate Training – Why It Failed</strong>\r\nWhen we were able to set our training program for the otters into motion, we decided that a high priority for the otters was to train a way to easily transport them as needed.  The otters were crate trained by the previous trainers, and had also been trained to go into an induction tube.  We discussed which direction we wanted to go and decided to stick with the crate.\r\n\r\nThere were some benefits to the crate.  It was something that had been recently trained and used, thus the otters were willing to enter the crate.  It was also much easier to get the otters out of the crate when immobilized.  Despite these benefits, however, two major hindrances caused us to strongly reconsider the crate.\r\n\r\nThe first, and most obvious problem, was the method used to crate the otters.  The crate utilized a sliding guillotine door to secure the otters inside and had to be placed inside a small indoor holding [area].  In order to work the door, a string was tied to it, trailed up through the top of the holding, and down to the keeper on the other side. This was a complicated procedure, and since we had to hold the string while cueing the otters into the crate, it made training very difficult.  Besides this, the crate was actually too large to fit inside the holding.  Because of the size of the otters and their propensity to leave their tail hanging out the door, we had to use a slightly larger crate than normal.  As a result, we had to utilize a keeper area to get the crate inside a suitable area in which to train.  This whole process took a lot of time to set up and was not a suitable way to continue training, (Figure 1).\r\n<p style="text-align: center;"><img class="aligncenter size-full wp-image-2012" title="steps" src="http://aecetia.net/gws/aazk/wp-content/uploads/steps.jpg" alt="steps" width="600" height="455" /><strong>Figure 1: Series of steps involved getting the crate into the keeper area. </strong><em></em></p>\r\n<p style="text-align: center;"><em>(photo courtesy Kelly Wall, Birmingham Zoo)</em></p>\r\n\r\n<p style="text-align: left;">The second problem was that it proved to be an unsafe way to immobilize.  In order to immobilize the otters with Isoflurane, we had to place a trash bag around the crate.  This created a visual obstruction preventing us from seeing the course of induction.  The crate also had too much room for the otter to move around allowing for the chance of injury (this problem would not have been resolved even if we used a slightly smaller crate; the otters required the smallest space possible for safety).  Eventually, the crate itself proved to be destructible as Lenora, particularly stressed after one immobilization, began chewing her way out of the crate!  After this intense situation, we decided to immediately change our method.\r\n\r\n<strong>Training for the Induction Tube – Part 1</strong>\r\nThe goal of using the induction tube was to create a safer, quicker way to immobilize the otters.  The tube consisted of PVC pipe that was 3 ½ feet [~1.067m] long and had a six-inch [15.24cm] diameter.  Each end had an acrylic door that was attached on one side by a bolt that allowed the door to be lifted up and down.  The doors were secured by zip-ties that slid into holes in the door.  Holes in the top of the PVC pipe with hose attachments allowed…..\r\n\r\n<strong>\r\nWant to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong><em>\r\n\r\n</em>\r\n<p style="text-align: left;"></p>', 'Obstacles in Training A look at overcoming adversity to achieve success', 0, '', 'draft', 'closed', 'closed', '', 'obstacles-in-training-a-look-at-overcoming-adversity-to-achieve-success', '', '', '2013-10-15 17:49:20', '2013-10-15 22:49:20', '', 0, 'http://aazk.org/?p=2011', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2012, 2, '2011-06-01 09:51:38', '2011-06-01 14:51:38', '', 'steps', 0, '', 'inherit', 'closed', 'closed', '', 'steps', '', '', '2011-06-01 09:51:38', '2011-06-01 14:51:38', '', 2011, 'http://aazk.org/wp-content/uploads/steps.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2013, 2, '2011-06-01 09:54:25', '2011-06-01 14:54:25', '<p style="text-align: left;"><img class="aligncenter size-full wp-image-1923" title="bhc_training_tales" src="http://aecetia.net/gws/aazk/wp-content/uploads/bhc_training_tales.jpg" alt="bhc_training_tales" width="562" height="229" /><em>By\nMatthew England, Predator Keeper\nBirmingham Zoo, Birmingham, AL</em>\n\n<strong>Introduction</strong>\nThe Birmingham Zoo houses 0.2 North American River Otters (<em>Lontra canadensis</em>) in the Children’s Zoo.  Bernice and Lenora are eight year old sisters and are worked protected contact. In order to maximize animal husbandry, keepers used training to establish desired behaviors for proper captive animal management.  One of the most important behaviors needed was shifting into a crate/induction tube.  This behavior also proved to be the most challenging for a variety of reasons. Between the years of 2007-2010 keepers employed a number of ideas and training methods in search of the best way to train this behavior.  There were various obstacles that had to be overcome, and in some cases, methods were tried and then re-tried.  Keepers were challenged to be creative and stay focused on the task without getting discouraged, but also had to be patient with the changing dynamics of the zoo.\n\nAs trainers we face many different forms of adversity.  Often times we encounter problems with the animal being trained, or we find that we have areas we need to improve upon as trainers.  However, many times unforeseen circumstances present themselves that we could never have prepared for or anticipated.  This paper discusses such circumstances faced by the Children’s Zoo keepers at the Birmingham Zoo and how they were able to overcome these problems to achieve success.\n\n<strong>Early Challenges</strong>\nIn the spring of 2007, I was a brand new part time keeper only on the job for five months and had no prior zoo experience in training animals.  I was brought in as a trainer for the otters, and shortly after, the two primary trainers of the otters left to take positions at other institutions.  I had to make a quick transition from a new trainer learning to maintain established behaviors to the primary trainer of new behaviors.  Fortunately, I was not alone in this endeavor as many of the full-time keepers in the Children’s Zoo assisted in the training and offered advice and help wherever they could.\n\nAt the same time, the Birmingham Zoo went through a period of flux.  The Children’s Zoo hired a new Zoological Manager who also took over managerial duties of the sea lions.  A significant amount of her time was dedicated to the sea lions because the zoo débuted the Sea Lion Splash Show that spring.  Consequently, otter training could not progress as quickly as our staff would have liked while our resources were spread thin.\n\nIt is important to note here that these are expected occurrences in zoos.  Turnover of staff happens and managerial positions will change.  It may be necessary to put more time and effort into some areas than others, such as a new animal show or exhibit (usually these happen during the busy seasons of spring and summer).  That does not mean that other areas are being neglected.  It is our responsibility as keepers and trainers to keep in mind, while our area or animal may not be the top priority [at the moment], it still has importance.\n\n<strong>Crate Training – Why It Failed</strong>\nWhen we were able to set our training program for the otters into motion, we decided that a high priority for the otters was to train a way to easily transport them as needed.  The otters were crate trained by the previous trainers, and had also been trained to go into an induction tube.  We discussed which direction we wanted to go and decided to stick with the crate.\n\nThere were some benefits to the crate.  It was something that had been recently trained and used, thus the otters were willing to enter the crate.  It was also much easier to get the otters out of the crate when immobilized.  Despite these benefits, however, two major hindrances caused us to strongly reconsider the crate.\n\nThe first, and most obvious problem, was the method used to crate the otters.  The crate utilized a sliding guillotine door to secure the otters inside and had to be placed inside a small indoor holding [area].  In order to work the door, a string was tied to it, trailed up through the top of the holding, and down to the keeper on the other side. This was a complicated procedure, and since we had to hold the string while cueing the otters into the crate, it made training very difficult.  Besides this, the crate was actually too large to fit inside the holding.  Because of the size of the otters and their propensity to leave their tail hanging out the door, we had to use a slightly larger crate than normal.  As a result, we had to utilize a keeper area to get the crate inside a suitable area in which to train.  This whole process took a lot of time to set up and was not a suitable way to continue training, (Figure 1).\n<p style="text-align: center;"><img class="aligncenter size-full wp-image-2012" title="steps" src="http://aecetia.net/gws/aazk/wp-content/uploads/steps.jpg" alt="steps" width="600" height="455" /><strong>Figure 1: Series of steps involved getting the crate into the keeper area. </strong><em></em></p>\n<p style="text-align: center;"><em>(photo courtesy Kelly Wall, Birmingham Zoo)</em></p>\n\n<p style="text-align: left;"><em>\n</em>\n<p style="text-align: left;"></p>', 'Obstacles in Training A look at overcoming adversity to achieve success', 0, '', 'inherit', 'closed', 'closed', '', '2011-revision', '', '', '2011-06-01 09:54:25', '2011-06-01 14:54:25', '', 2011, 'http://aazk.org/uncategorized/2011-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2014, 2, '2011-06-01 09:55:25', '2011-06-01 14:55:25', '<p style="text-align: left;"><img class="aligncenter size-full wp-image-1923" title="bhc_training_tales" src="http://aecetia.net/gws/aazk/wp-content/uploads/bhc_training_tales.jpg" alt="bhc_training_tales" width="562" height="229" /><em>By\nMatthew England, Predator Keeper\nBirmingham Zoo, Birmingham, AL</em>\n\n<strong>Introduction</strong>\nThe Birmingham Zoo houses 0.2 North American River Otters (<em>Lontra canadensis</em>) in the Children’s Zoo.  Bernice and Lenora are eight year old sisters and are worked protected contact. In order to maximize animal husbandry, keepers used training to establish desired behaviors for proper captive animal management.  One of the most important behaviors needed was shifting into a crate/induction tube.  This behavior also proved to be the most challenging for a variety of reasons. Between the years of 2007-2010 keepers employed a number of ideas and training methods in search of the best way to train this behavior.  There were various obstacles that had to be overcome, and in some cases, methods were tried and then re-tried.  Keepers were challenged to be creative and stay focused on the task without getting discouraged, but also had to be patient with the changing dynamics of the zoo.\n\nAs trainers we face many different forms of adversity.  Often times we encounter problems with the animal being trained, or we find that we have areas we need to improve upon as trainers.  However, many times unforeseen circumstances present themselves that we could never have prepared for or anticipated.  This paper discusses such circumstances faced by the Children’s Zoo keepers at the Birmingham Zoo and how they were able to overcome these problems to achieve success.\n\n<strong>Early Challenges</strong>\nIn the spring of 2007, I was a brand new part time keeper only on the job for five months and had no prior zoo experience in training animals.  I was brought in as a trainer for the otters, and shortly after, the two primary trainers of the otters left to take positions at other institutions.  I had to make a quick transition from a new trainer learning to maintain established behaviors to the primary trainer of new behaviors.  Fortunately, I was not alone in this endeavor as many of the full-time keepers in the Children’s Zoo assisted in the training and offered advice and help wherever they could.\n\nAt the same time, the Birmingham Zoo went through a period of flux.  The Children’s Zoo hired a new Zoological Manager who also took over managerial duties of the sea lions.  A significant amount of her time was dedicated to the sea lions because the zoo débuted the Sea Lion Splash Show that spring.  Consequently, otter training could not progress as quickly as our staff would have liked while our resources were spread thin.\n\nIt is important to note here that these are expected occurrences in zoos.  Turnover of staff happens and managerial positions will change.  It may be necessary to put more time and effort into some areas than others, such as a new animal show or exhibit (usually these happen during the busy seasons of spring and summer).  That does not mean that other areas are being neglected.  It is our responsibility as keepers and trainers to keep in mind, while our area or animal may not be the top priority [at the moment], it still has importance.\n\n<strong>Crate Training – Why It Failed</strong>\nWhen we were able to set our training program for the otters into motion, we decided that a high priority for the otters was to train a way to easily transport them as needed.  The otters were crate trained by the previous trainers, and had also been trained to go into an induction tube.  We discussed which direction we wanted to go and decided to stick with the crate.\n\nThere were some benefits to the crate.  It was something that had been recently trained and used, thus the otters were willing to enter the crate.  It was also much easier to get the otters out of the crate when immobilized.  Despite these benefits, however, two major hindrances caused us to strongly reconsider the crate.\n\nThe first, and most obvious problem, was the method used to crate the otters.  The crate utilized a sliding guillotine door to secure the otters inside and had to be placed inside a small indoor holding [area].  In order to work the door, a string was tied to it, trailed up through the top of the holding, and down to the keeper on the other side. This was a complicated procedure, and since we had to hold the string while cueing the otters into the crate, it made training very difficult.  Besides this, the crate was actually too large to fit inside the holding.  Because of the size of the otters and their propensity to leave their tail hanging out the door, we had to use a slightly larger crate than normal.  As a result, we had to utilize a keeper area to get the crate inside a suitable area in which to train.  This whole process took a lot of time to set up and was not a suitable way to continue training, (Figure 1).\n<p style="text-align: center;"><img class="aligncenter size-full wp-image-2012" title="steps" src="http://aecetia.net/gws/aazk/wp-content/uploads/steps.jpg" alt="steps" width="600" height="455" /><strong>Figure 1: Series of steps involved getting the crate into the keeper area. </strong><em></em></p>\n<p style="text-align: center;"><em>(photo courtesy Kelly Wall, Birmingham Zoo)</em></p>\n\n<p style="text-align: left;">The second problem was that it proved to be an unsafe way to immobilize.  In order to immobilize the otters with Isoflurane, we had to place a trash bag around the crate.  This created a visual obstruction preventing us from seeing the course of induction.  The crate also had too much room for the otter to move around allowing for the chance of injury (this problem would not have been resolved even if we used a slightly smaller crate; the otters required the smallest space possible for safety).  Eventually, the crate itself proved to be destructible as Lenora, particularly stressed after one immobilization, began chewing her way out of the crate!  After this intense situation, we decided to immediately change our method.\n\n<strong>Training for the Induction Tube – Part 1</strong>\nThe goal of using the induction tube was to create a safer, quicker way to immobilize the otters.  The tube consisted of PVC pipe that was 3 ½ feet [~1.067m] long and had a six-inch [15.24cm] diameter.  Each end had an acrylic door that was attached on one side by a bolt that allowed the door to be lifted up and down.  The doors were secured by zip-ties that slid into holes in the door.  Holes in the top of the PVC pipe with hose attachments allowed…..\n\n<strong>\nWant to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong><em>\n\n</em>\n<p style="text-align: left;"></p>', 'Obstacles in Training A look at overcoming adversity to achieve success', 0, '', 'inherit', 'closed', 'closed', '', '2011-revision-2', '', '', '2011-06-01 09:55:25', '2011-06-01 14:55:25', '', 2011, 'http://aazk.org/uncategorized/2011-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2015, 2, '2011-06-01 09:56:53', '2011-06-01 14:56:53', '<p style="text-align: left;"><img class="aligncenter size-full wp-image-1923" title="bhc_training_tales" src="http://aecetia.net/gws/aazk/wp-content/uploads/bhc_training_tales.jpg" alt="bhc_training_tales" width="562" height="229" /><em>By\nMatthew England, Predator Keeper\nBirmingham Zoo, Birmingham, AL</em>\n\n<strong>Introduction</strong>\nThe Birmingham Zoo houses 0.2 North American River Otters (<em>Lontra canadensis</em>) in the Children’s Zoo.  Bernice and Lenora are eight year old sisters and are worked protected contact. In order to maximize animal husbandry, keepers used training to establish desired behaviors for proper captive animal management.  One of the most important behaviors needed was shifting into a crate/induction tube.  This behavior also proved to be the most challenging for a variety of reasons. Between the years of 2007-2010 keepers employed a number of ideas and training methods in search of the best way to train this behavior.  There were various obstacles that had to be overcome, and in some cases, methods were tried and then re-tried.  Keepers were challenged to be creative and stay focused on the task without getting discouraged, but also had to be patient with the changing dynamics of the zoo.\n\nAs trainers we face many different forms of adversity.  Often times we encounter problems with the animal being trained, or we find that we have areas we need to improve upon as trainers.  However, many times unforeseen circumstances present themselves that we could never have prepared for or anticipated.  This paper discusses such circumstances faced by the Children’s Zoo keepers at the Birmingham Zoo and how they were able to overcome these problems to achieve success.\n\n<strong>Early Challenges</strong>\nIn the spring of 2007, I was a brand new part time keeper only on the job for five months and had no prior zoo experience in training animals.  I was brought in as a trainer for the otters, and shortly after, the two primary trainers of the otters left to take positions at other institutions.  I had to make a quick transition from a new trainer learning to maintain established behaviors to the primary trainer of new behaviors.  Fortunately, I was not alone in this endeavor as many of the full-time keepers in the Children’s Zoo assisted in the training and offered advice and help wherever they could.\n\nAt the same time, the Birmingham Zoo went through a period of flux.  The Children’s Zoo hired a new Zoological Manager who also took over managerial duties of the sea lions.  A significant amount of her time was dedicated to the sea lions because the zoo débuted the Sea Lion Splash Show that spring.  Consequently, otter training could not progress as quickly as our staff would have liked while our resources were spread thin.\n\nIt is important to note here that these are expected occurrences in zoos.  Turnover of staff happens and managerial positions will change.  It may be necessary to put more time and effort into some areas than others, such as a new animal show or exhibit (usually these happen during the busy seasons of spring and summer).  That does not mean that other areas are being neglected.  It is our responsibility as keepers and trainers to keep in mind, while our area or animal may not be the top priority [at the moment], it still has importance.\n\n<strong>Crate Training – Why It Failed</strong>\nWhen we were able to set our training program for the otters into motion, we decided that a high priority for the otters was to train a way to easily transport them as needed.  The otters were crate trained by the previous trainers, and had also been trained to go into an induction tube.  We discussed which direction we wanted to go and decided to stick with the crate.\n\nThere were some benefits to the crate.  It was something that had been recently trained and used, thus the otters were willing to enter the crate.  It was also much easier to get the otters out of the crate when immobilized.  Despite these benefits, however, two major hindrances caused us to strongly reconsider the crate.\n\nThe first, and most obvious problem, was the method used to crate the otters.  The crate utilized a sliding guillotine door to secure the otters inside and had to be placed inside a small indoor holding [area].  In order to work the door, a string was tied to it, trailed up through the top of the holding, and down to the keeper on the other side. This was a complicated procedure, and since we had to hold the string while cueing the otters into the crate, it made training very difficult.  Besides this, the crate was actually too large to fit inside the holding.  Because of the size of the otters and their propensity to leave their tail hanging out the door, we had to use a slightly larger crate than normal.  As a result, we had to utilize a keeper area to get the crate inside a suitable area in which to train.  This whole process took a lot of time to set up and was not a suitable way to continue training, (Figure 1).\n<p style="text-align: center;"><img class="aligncenter size-full wp-image-2012" title="steps" src="http://aecetia.net/gws/aazk/wp-content/uploads/steps.jpg" alt="steps" width="600" height="455" /><strong>Figure 1: Series of steps involved getting the crate into the keeper area. </strong><em></em></p>\n<p style="text-align: center;"><em>(photo courtesy Kelly Wall, Birmingham Zoo)</em></p>\n<p style="text-align: left;">The second problem was that it proved to be an unsafe way to immobilize.  In order to immobilize the otters with Isoflurane, we had to place a trash bag around the crate.  This created a visual obstruction preventing us from seeing the course of induction.  The crate also had too much room for the otter to move around allowing for the chance of injury (this problem would not have been resolved even if we used a slightly smaller crate; the otters required the smallest space possible for safety).  Eventually, the crate itself proved to be destructible as Lenora, particularly stressed after one immobilization, began chewing her way out of the crate!  After this intense situation, we decided to immediately change our method.</p>\n\n<strong>Training for the Induction Tube – Part 1</strong>\nThe goal of using the induction tube was to create a safer, quicker way to immobilize the otters.  The tube consisted of PVC pipe that was 3 ½ feet [~1.067m] long and had a six-inch [15.24cm] diameter.  Each end had an acrylic door that was attached on one side by a bolt that allowed the door to be lifted up and down.  The doors were secured by zip-ties that slid into holes in the door.  Holes in the top of the PVC pipe with hose attachments allowed…..\n\n<strong>\nWant to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong><em></em>\n\n<em> </em>\n\n<em></em>\n<p style="text-align: left;"></p>', 'Obstacles in Training A look at overcoming adversity to achieve success', 0, '', 'inherit', 'closed', 'closed', '', '2011-autosave', '', '', '2011-06-01 09:56:53', '2011-06-01 14:56:53', '', 2011, 'http://aazk.org/uncategorized/2011-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2157, 2, '2011-10-05 09:16:26', '2011-10-05 14:16:26', 'About the Cover/Information for Contributors\r\n\r\nScoops &amp; Scuttlebutt\r\n\r\nNew Orleans  Chapter Sponsorship Recognition\r\n\r\nAAZK Announces New Members\r\n\r\nICZ 2012 Second Call for Papers\r\n\r\nComing Events\r\n\r\nFrom the President\r\n\r\nTrees for You and Me - Chapter Challenge\r\n\r\nFrom the Executive Director - Chapter Recognitions\r\n\r\nAKF Editor Receives Lifetime Achievement Award\r\n\r\n2011 National AAZK Conference Wrap-up\r\n\r\nBowling for Rhinos 2011 Update/Trip Recipients\r\n\r\nTraining Tales (<em>Harpy Eagle</em>)\r\n\r\nBird Window Collision Monitoring at the Philadelphia Zoo: Setting Up an AAZK Citizen Science Project\r\n\r\nAKF Dedicated Six-Issue Combo Pack on Sale\r\n\r\nAlligator Care at the Virginia Living Museum\r\n\r\nChapter News\r\n\r\nEnrichment Options (<em>Art: Enrichment for Animals and Keepers Alike</em>)\r\n\r\nConservation/Legislative Update', 'October 2011', 0, '', 'draft', 'closed', 'closed', '', 'october-2011', '', '', '2013-10-15 17:49:19', '2013-10-15 22:49:19', '', 0, 'http://aazk.org/?p=2157', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2156, 2, '2011-09-02 10:34:15', '2011-09-02 15:34:15', '<strong><em></em></strong>\r\n\r\n<strong>September 19-22, 2011 - <em>Elephant Care Workshop - a practical workshop on elephant foot care and habitat design to support elephant health</em></strong><em> </em>- To be held at the Phoenix Zoo, Phoenix, AZ. Optional post-trip to Reid Park Zoo in Tucson. Workshop cost $200, additional $35 for Reid Park trip.  Fees payable at registration so please bring cash, check or money order with you.  Limited to 25 participants, preference given to elephant caregivers.  To pre-register contact Heather Wright, Elephant Manager, Phoenix Zoo, by calling (602) 273-1341 ext. 7626 or email <a href="mailto:hwright@thephxzoo.com">hwright@thephxzoo.com</a>.\r\n\r\n<strong></strong>\r\n\r\n<strong>October 1-5, 2011  -<em> 30th Annual Conference of the Association of Zoological Horticulture (AZH)</em></strong>.  Hosted by the Sedgwick County Zoo, Wichita, KS.  Theme: "Bringing the World to the Plains" at Wichita Hyatt Regency Hotel. Seminars and workshops covering a wide range of topics involving Horticulture, Integrated Pest Management, Conservation and Exhibit Design will be presented. Participants within the Horticulture, Arboriculture and Grounds Maintenance fields are encouraged to attend. For more information call 316-266-8313, 316-266-8314 or visit <a href="http://AZH.org">AZH.org</a>.\r\n\r\n<strong>October 6 – 9, 2011 - <em>Advancing Bear Care 2011</em></strong> – Banff, Canada\r\nBear biologists and naturalists will lead hikes into bear habitat and interpret for delegates how bears use the components of the ecosystem to express their daily and seasonal routines. We will bring this information back into workshops and apply this knowledge towards improving captive bear husbandry. Also, international bear biologists will assist us in interpreting Asian, European, and South American bear habitats.\r\n\r\n<strong>October 6-9, 2011 - <em>32nd Annual Elephant Managers Association Conference</em></strong> - Hosted by the Seneca Park Zoo, Rochester, NY.  The pre-conference trip will be hosted by Lion Country Safari in Cambridge, Ontario on Wednesday, October 5th (Passport needed to participate in this trip).\r\n\r\n<strong>November 8-11, 2011 -<em>4th Tree Kangaroo Species Survival Program Workshop</em> </strong>- Hosted by the North American Tree Kangaroo SSP and Woodland Park Zoo. This International Workshop will be held at the Woodland Park Zoo and host delegates from around the world including special guest Danny Samandingke, Tree Kangaroo Conservation Program (TKCP) Education Coordinator in Papua New Guinea.  Registration is $125 and is open to all interested individuals. For more information contact Jacque Blessington at: <a href="mailto:Jacsprat65@aol.com">Jacsprat65@aol.com</a> or call: 816-513-5700.\r\n\r\n<strong>December 5-9, 2011 - <em>Training And Enrichment Workshop for Zoo Animals. </em></strong>Hosted by The Oakland Zoo, Oakland, CA.<em> </em>Presented  by Active Environments and The Shape of Enrichment. Instructors: Gail  Laule, Margaret Whittaker, and Valerie J. Hare. This unique five-day  workshop is designed for keepers, managers, supervisors, curators, and  veterinarians working with all species of animals held in zoos. The  workshop will present an array of topics relating to the behavioral  management approach to caring for captive animals, with focus on  environmental enrichment, positive reinforcement training techniques,  and the problem-solving process. Workshop format includes lecture,  discussion, small group projects, demonstrations, and multiple hands-on  training and enrichment opportunities with Oakland Zoo’s diverse  collection.  Skills taught are directly related to enhancing staff’s  ability to manage captive animal behavior, improve animal welfare, and  enhance the overall care and management of captive animals. The Workshop  format is designed to maximize the value for each participant and as  much as possible to address specific situations, needs, problems, and  objectives.  Be prepared to interact, share, and participate to make the  experience as useful and relevant to you as possible. For further  information contact: Active Environments, Inc., 7651 Santos Rd., Lompoc,  CA 93436; Tel: 805-737-3700; E-mail: <a href="mailto:active_environs@ix.netcom.com">active_environs@ix.netcom.com</a>.\r\n<h2><strong>2012</strong></h2>\r\n<strong>February 15-18, 2012 - <em>20th Annual Conference of the International Associatiion of Avian Trainers and Educators </em>- </strong>Hosted by the Minnesota Zoo, Bloomington, MN. Topics will include avian behavior, training, husbandry, conservation, education, enrichment, and show presentation/production.  Paper and poster abstract deadline is 1 October 2010.  Please mail to: <a href="mailto:conference@IAATE.org">conference@IAATE.org</a>.  For detailed Call for Papers and more information visit <a href="http://www.IAATE.org">www.IAATE.org</a>.\r\n\r\n<strong>April 12-15, 2012 - <em>Otter Keeper Workshop </em></strong>- The 5th biennial workshop will be hosted by The Dallas World Aquarium,  Any staff working with any of the freshwater species is welcome to attend.  Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, and lots of sharing of information between keepers.  Registration is $75.00.  For more information, see <a href="http://www.otterkeeperworkshop.org">www.otterkeeperworkshop.org</a>.\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY.\r\n<h2><strong>2013</strong></h2>\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - Dates TBA\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events September 2011', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2011-09-02 10:34:15', '2011-09-02 15:34:15', '', 435, 'http://aazk.org/uncategorized/435-revision-44/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2017, 2, '2013-10-15 17:49:20', '0000-00-00 00:00:00', '', 'June 2011', 0, '', 'draft', 'closed', 'closed', '', '', '', '', '2013-10-15 17:49:20', '2013-10-15 22:49:20', '', 0, 'http://aazk.org/?p=2017', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2019, 2, '2011-06-01 10:37:59', '2011-06-01 15:37:59', '', 'grilledcheese', 0, '', 'inherit', 'closed', 'closed', '', 'grilledcheese', '', '', '2011-06-01 10:37:59', '2011-06-01 15:37:59', '', 0, 'http://aazk.org/wp-content/uploads/grilledcheese.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2020, 2, '2011-06-01 10:39:43', '2011-06-01 15:39:43', '', 'gbcaazk_logo', 0, '', 'inherit', 'closed', 'closed', '', 'gbcaazk_logo', '', '', '2011-06-01 10:39:43', '2011-06-01 15:39:43', '', 0, 'http://aazk.org/wp-content/uploads/gbcaazk_logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2021, 2, '2011-06-01 10:42:25', '2011-06-01 15:42:25', '', 'bronxaazk_logo', 0, '', 'inherit', 'closed', 'closed', '', 'bronxaazk_logo', '', '', '2011-06-01 10:42:25', '2011-06-01 15:42:25', '', 0, 'http://aazk.org/wp-content/uploads/bronxaazk_logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2022, 2, '2011-06-01 10:46:08', '2011-06-01 15:46:08', '', 'sflaazk_logo', 0, '', 'inherit', 'closed', 'closed', '', 'sflaazk_logo', '', '', '2011-06-01 10:46:08', '2011-06-01 15:46:08', '', 0, 'http://aazk.org/wp-content/uploads/sflaazk_logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2128, 2, '2011-04-21 12:40:40', '2011-04-21 17:40:40', '<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2><strong>Total Funds Raised to Date: <span style="color: #ff0000;">$3,724,041</span></strong></h2>\r\n<h2><strong><strong>2011 Funds Raised to Date: <span style="color: #ff0000;">$711\r\n</span></strong></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $3 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<span style="text-decoration: underline;">Links</span>\r\n\r\nIf your chapter would like to check your totals you can do so here: <a href="http://aazkbfr.org/bfrsites">http://aazkbfr.org/bfrsites</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2011-04-21 12:40:40', '2011-04-21 17:40:40', '', 168, 'http://aazk.org/uncategorized/168-revision-34/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2131, 2, '2011-09-09 11:11:17', '2011-09-09 16:11:17', '', 'wilson', 0, '', 'inherit', 'closed', 'closed', '', 'wilson', '', '', '2011-09-09 11:11:17', '2011-09-09 16:11:17', '', 395, 'http://aazk.org/wp-content/uploads/wilson.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2130, 2, '2010-06-23 08:09:46', '2010-06-23 13:09:46', '<div class="bod first">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="title">President</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Cleveland Metroparks Zoo</div>\r\n<div class="affiliated_zoo_location">Cleveland, OH</div>\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/international-congress-zookeepers/">International Congress of Zookeepers</a>,</li>\r\n	<li>Professional association liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Vice President</div>\r\n<a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n<div class="info">\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="affiliated_zoo_location">San Diego, CA</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/bylaws-committee/">Bylaws</a>,</li>\r\n	<li><a href="/committee/ethics-committee/">Ethics</a>,</li>\r\n	<li><a href="/committee/professional-development-committee/">Professional Development</a>,</li>\r\n	<li>Media</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-934" title="tammy" src="http://aecetia.net/gws/aazk/wp-content/uploads/tammy-150x150.jpg" alt="tammy" width="150" height="150" /></div>\r\n<div class="name">Tammy Root</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:tammy.root@aecetia.net/gws/aazk">tammy.root@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Indianapolis Zoo</div>\r\n<div class="affiliated_zoo_location">Indianapolis, IN</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a>,</li>\r\n	<li>Husbandry liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-846" title="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny-150x150.jpg" alt="penny" width="150" height="150" /></div>\r\n<div class="name">Penny Jolly</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="affiliated_zoo_location">Orlando, FL</div>\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/">Bowling for Rhinos</a>,<a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/">\r\n</a></li>\r\n	<li><a href="/committee/conservation-committee/">Conservation Committee</a>,</li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-874" title="wiggins" src="http://aecetia.net/gws/aazk/wp-content/uploads/wiggins-150x150.jpg" alt="wiggins" width="150" height="150" /></div>\r\n<div class="name">Gisela Wiggins</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:gisela.wiggins@aecetia.net/gws/aazk">gisela.wiggins@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">North Carolina Zoo</div>\r\n<div class="affiliated_zoo_location">Asheboro, NC</div>\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/awards-committee/">Awards</a>,</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/grants-committee/">Grants</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Executive Director</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/annual-aazk-conferences/">Conferences</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-882" title="barbara" src="http://aecetia.net/gws/aazk/wp-content/uploads/barbara-150x150.jpg" alt="barbara" width="150" height="150" /></div>\r\n<div class="name">Barbara Manspeaker</div>\r\n<div class="title">Administrative Secretary</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-883" title="chan" src="http://aecetia.net/gws/aazk/wp-content/uploads/chan-150x150.jpg" alt="chan" width="150" height="150" /></div>\r\n<div class="name">Susan Chan</div>\r\n<div class="title">Managing Editor AKF</div>\r\n<div class="email"><a href="mailto:susan.chan@aecetia.net/gws/aazk">susan.chan@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2010-06-23 08:09:46', '2010-06-23 13:09:46', '', 395, 'http://aazk.org/uncategorized/395-revision-16/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2122, 2, '2011-09-02 17:41:41', '2011-09-02 22:41:41', '', 'sept2011', 0, '', 'inherit', 'closed', 'closed', '', 'sept2011', '', '', '2011-09-02 17:41:41', '2011-09-02 22:41:41', '', 0, 'http://aazk.org/wp-content/uploads/sept2011.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2032, 2, '2011-06-02 08:36:15', '2011-06-02 13:36:15', '', 'dzs_logo', 0, '', 'inherit', 'closed', 'closed', '', 'dzs_logo', '', '', '2011-06-02 08:36:15', '2011-06-02 13:36:15', '', 0, 'http://aazk.org/wp-content/uploads/dzs_logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2033, 2, '2011-06-02 08:36:55', '2011-06-02 13:36:55', '', 'czaw_logo', 0, '', 'inherit', 'closed', 'closed', '', 'czaw_logo', '', '', '2011-06-02 08:36:55', '2011-06-02 13:36:55', '', 0, 'http://aazk.org/wp-content/uploads/czaw_logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2163, 2, '2011-10-05 09:33:30', '2011-10-05 14:33:30', '<em>By Wendy Lenhart and Christopher Waldron</em>\r\n<em>Greater Philadelphia Chapter of AAZK, Conservation Committee Co-chairs</em>\r\n\r\nScientists estimate that over a billion wild birds are killed each year across the globe from colliding with man-made structures. Sheet glass gives the illusion of a corridor or deceptively reflects the surrounding landscape. High rise buildings, wind turbines, overhead power lines and radio towers are particularly hazardous to night migrants due to confusing lights on the structures that lead to exhaustion and/or fatal collisions. For the purposes of this paper, we will be focusing specifically on sheet glass collisions, and how we are working to change the odds against wild birds on the Philadelphia Zoo grounds. Through extensive 30-year research, Muhlenberg College professor Dan Klem found that one in every two window strikes are fatal. With this being said, he has taken great strides in encouraging the development of solutions and raising public awareness on the subject (2006). Zoos and aquariums are leaders in the conservation community and have the resources to empower the public to continue this initiative. The Greater Philadelphia Chapter of AAZK has most recently started a citizen science project with just this in mind.\r\n\r\n<img class="alignnone size-full wp-image-2165" title="bird_window" src="http://aecetia.net/gws/aazk/wp-content/uploads/bird_window.jpg" alt="bird_window" width="555" height="445" />\r\n\r\nAuthor Wendy Lenhart at AAZK/Education Department table to educate guests on how to prevent bird window collisions at home. <em>(Photo by Catherine Vine)</em>\r\n\r\nLarge panes of glass are commonly employed as architectural components, from private homes to commercial buildings. Zoos also commonly use them for their aesthetic and interpretive appeal so that visitors can appreciate and connect with the animal species on exhibit for greater conservation awareness. Unfortunately, classic glassed-in exhibit designs - ironically inside conservation institutions - can also be areas where wild birds strike the glass. Staff at the Philadelphia Zoo has worked to change that in recent years. Starting in 2006, pathology records were kept of birds that appeared to have fatally struck specific exhibit glass. Around the same time, the Greater Philadelphia Chapter of the American Association of Zoo Keepers started to collaborate with the Philadelphia Zoo’s education department to educate guests on ways they can prevent window collisions at home. Most recently volunteers from the Greater Philadelphia Chapter of the American Association of Zoo Keepers took this initiative one step further by monitoring the known collision “hot spots” in the Philadelphia Zoo in the mornings during the spring and fall 2010 courtship/migratory seasons.\r\n\r\nThe Greater Philadelphia Chapter AAZK Conservation Committee oversaw all of the logistics of the 2010 collision study. Volunteers were recruited to either take one day a week to come in early, or serve as a scheduled alternate between the months of April and May for the spring migratory season and between August and October for the fall migratory season. Most keepers at the Philadelphia Zoo start at 0815hrs, so monitors generally came in around 0730hrs. (It is important to note, however that docents, education staff and volunteers also eagerly donated their time for the study.) A tote bag with a mapped route connecting the exhibit “hot spots” to be checked, labeled baggies for dead birds and data sheets were left at the starting location and picked-up by the assigned monitor each morning. The participant recorded the current weather conditions and attempted to walk the “hot spot” loop three times each morning. When a dead bird was found, the location code for the exhibit, time of day, and the condition of the bird (warm, cold, stiff or live injured) was ……\r\n\r\n<strong>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'Bird Window-Collision Monitoring at the Philadelphia Zoo: Setting Up an AAZK Citizen Science Project', 0, '', 'draft', 'closed', 'closed', '', 'bird-window-collision-monitoring-at-the-philadelphia-zoo-setting-up-an-aazk-citizen-science-project', '', '', '2013-10-15 17:49:19', '2013-10-15 22:49:19', '', 0, 'http://aazk.org/?p=2163', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2016, 2, '2011-04-29 13:20:03', '2011-04-29 18:20:03', '<strong><em></em></strong>\r\n\r\n<strong>May 15th-18th, 2011 - <em>2011 Rhino Keeper Workshop</em></strong>. To be held at Fossil Rim Wildlife Center, Glen Rose, Texas. For further info contact:<a href="mailto:adam.felts@columbuszoo.org"> adam.felts@columbuszoo.org</a>.\r\n\r\n<strong>June 13-16, 2011 - <em>7th International Zoo &amp; Aquarium Marketing Conference</em></strong><em> </em>- Hosted by the WAZA and the Granby Zoo in Granby, Quebec, Canada. Theme for the conference is “Strategic Marketing in Action”.  The program will address the following topics: Strategic Marketing, Marketing the Zoo &amp; Aquarium Community, Marketing, Education and Conservation, Turn Bad News into Good News, and Social Marketing in Action.  See <a href="http://www.zoodegranby.com/waza ">www.zoodegranby.com/waza </a>for further information.\r\n\r\n<strong>July 20-23, 2011 - <em>Biology of Rattlesnakes Symposium</em></strong> - To be held at the University Park Marriot in Tucson, AZ.  Hosted by the Chiricahua Desert Museum and the Arizona-Sonora Desert Museum. People interested in presenting papers should contact Lori King Palmer at <a href="mailto:loriguanid@aol.com">loriguanid@aol.com</a>.  Those interested in presenting posters contact Matt Goode at <a href="mailto:mgoode@ag.arizona.edu">mgoode@ag.arizona.edu</a>.  For registration information, current list of speakers and other details, please go to<a href="http://www.biologyoftherattlesnakes.com"> www.biologyoftherattlesnakes.com</a>.\r\n\r\n<strong>July 25-30, 2011  - <em>The First-ever Joint Meeting of the International Ethological Conference (IEC) and the Animal Behavior Society (ABS)</em></strong>. To be held at Indiana University, Bloomington, Indiana, USA. More information can be found at the conference website: <a href="http://www.indiana.edu/~behav11/index.shtml">http://www.indiana.edu/~behav11/index.shtml</a>. The program will be exciting and integrative scientific that draws on the strengths of both the IEC and the ABS.\r\n\r\n<strong>August 14-19, 2011 - <em>The 10th  International Conference on Environmental Enrichment.</em> </strong>Hosted by the Oregon Zoo and the Oregon National Primate Research Center, OHSU.  Theme: “Meeting of the Minds: Working Together to Enrich the Lives of Animals”.  For more information please contact <a href="mailto:icee: 2011@hotmail.com">icee: 2011@hotmail.com</a>.\r\n\r\n<strong>August 24-28, 2011 - <em>AAZK National Conference</em>.</strong> In San Diego, CA.  Hosted by the Sand Diego AAZK Chapter and the Zoological Society of San Diego.  See <a href="http://sdaazk.com">http://sdaazk.com</a> for information.\r\n\r\n<strong></strong>\r\n\r\n<strong>October 1-5, 2011  -<em> 30th Annual Conference of the Association of Zoological Horticulture (AZH)</em></strong>.  Hosted by the Sedgwick County Zoo, Wichita, KS.  Theme: "Bringing the World to the Plains" at Wichita Hyatt Regency Hotel. Seminars and workshops covering a wide range of topics involving Horticulture, Integrated Pest Management, Conservation and Exhibit Design will be presented. Participants within the Horticulture, Arboriculture and Grounds Maintenance fields are encouraged to attend. For more information call 316-266-8313, 316-266-8314 or visit <a href="http://AZH.org">AZH.org</a>.\r\n\r\n<strong>October 6 – 9, 2011 - <em>Advancing Bear Care 2011</em></strong> – Banff, Canada\r\nBear biologists and naturalists will lead hikes into bear habitat and interpret for delegates how bears use the components of the ecosystem to express their daily and seasonal routines. We will bring this information back into workshops and apply this knowledge towards improving captive bear husbandry. Also, international bear biologists will assist us in interpreting Asian, European, and South American bear habitats.\r\n\r\n<strong>October 6-9, 2011 - <em>32nd Annual Elephant Managers Association Conference</em></strong> - Hosted by the Seneca Park Zoo, Rochester, NY.  The pre-conference trip will be hosted by Lion Country Safari in Cambridge, Ontario on Wednesday, October 5th (Passport needed to participate in this trip).\r\n<h2><strong>2012</strong></h2>\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY.\r\n<h2><strong>2013</strong></h2>\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2011 - San Diego, CA - August 24-28; <a href="http://sdaazk.com">http://sdaazk.com</a>\r\n\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - Dates TBA\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events May 2011', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2011-04-29 13:20:03', '2011-04-29 18:20:03', '', 435, 'http://aazk.org/uncategorized/435-revision-34/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2159, 2, '2011-10-05 09:17:31', '2011-10-05 14:17:31', 'About the Cover/Information for Contributors\n\nScoops &amp; Scuttlebutt\n\nNew Orleans  Chapter Sponsorship Recognition\n\nAAZK Announces New Members\n\nICZ 2012 Second Call for Papers\n\nComing Events\n\nFrom the President\n\nTrees for You and Me - Chapter Challenge\n\nFrom the Executive Director - Chapter Recognitions\n\nAKF Editor Receives Lifetime Achievement Award\n\n2011 National AAZK Conference Wrap-up\n\nBowling for Rhinos 2011 Update/Trip Recipients\n\nTraining Tales (<em>Harpy Eagle</em>)\n\nBird Window Collision Monitoring at the Philadelphia Zoo: Setting Up an AAZK Citizen Science Project\n\nAKF Dedicated Six-Issue Combo Pack on Sale\n\nAlligator Care at the Virginia Living Museum\n\nChapter News\n\nEnrichment Options (<em>Art: Enrichment for Animals and Keepers Alike</em>)\n\nConservation/Legislative Update', 'October 2011', 0, '', 'inherit', 'closed', 'closed', '', '2157-autosave', '', '', '2011-10-05 09:17:31', '2011-10-05 14:17:31', '', 2157, 'http://aazk.org/uncategorized/2157-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2078, 2, '2011-07-14 10:55:50', '2011-07-14 15:55:50', '<strong><em></em></strong>\r\n\r\n<strong>July 19, 2011 - <em>Keeper Invitational at the Cape May County Zoo</em></strong>. To be held in Cape May Courthouse, NJ.  Come have fun, see our zoo and meet other keepers from this area!  Join us at the pavilion in the park at 2 p.m. until dusk, including access to the zoo after closing.  Snack, pizza and subs provided.  Please bring $5 donation for food.  Contact <a href="mailto:cmczaazk@yahoo.com">cmczaazk@yahoo.com</a> or call (609) 465-2388 for further information or to RSVP.\r\n\r\n<strong>July 20-23, 2011 - <em>Biology of Rattlesnakes Symposium</em></strong> - To be held at the University Park Marriot in Tucson, AZ.  Hosted by the Chiricahua Desert Museum and the Arizona-Sonora Desert Museum. People interested in presenting papers should contact Lori King Palmer at <a href="mailto:loriguanid@aol.com">loriguanid@aol.com</a>.  Those interested in presenting posters contact Matt Goode at <a href="mailto:mgoode@ag.arizona.edu">mgoode@ag.arizona.edu</a>.  For registration information, current list of speakers and other details, please go to<a href="http://www.biologyoftherattlesnakes.com"> www.biologyoftherattlesnakes.com</a>.\r\n\r\n<strong>July 25-30, 2011  - <em>The First-ever Joint Meeting of the International Ethological Conference (IEC) and the Animal Behavior Society (ABS)</em></strong>. To be held at Indiana University, Bloomington, Indiana, USA. More information can be found at the conference website: <a href="http://www.indiana.edu/~behav11/index.shtml">http://www.indiana.edu/~behav11/index.shtml</a>. The program will be exciting and integrative scientific that draws on the strengths of both the IEC and the ABS.\r\n\r\n<strong>August 14-17, 2011 -  <em>The 9th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles.</em></strong> To be held in Orlando, Florida. The meeting is co-hosted by the Turtle Survival Alliance and the IUCN Tortoise and Freshwater Turtle Specialist Group (TFTSG), and is sponsored by Zoo Med Laboratories, Inc., The Orianne Society and the Turtle Conservancy. The meeting, which has hosted an average of more than 200 attendees over the past five years, represents the largest gathering of non-marine turtle biologists in the world and provides an unmatched opportunity for networking and strategizing turtle conservation. Last year’s conference was filled with presentations by biologists and conservationists from more than 20 countries covering 50+ species. Visit <a href="http://www.turtlesurvival.org">http://www.turtlesurvival.org</a> for more information and to register. Early registration discounts end on July 8, so don’t delay!\r\n\r\nThis year we are honored to have Whit Gibbons from the Savannah River Ecology Lab and Dick Vogt from the National Institute of Amazonian Research in Brazil as featured speakers in a program that includes presentations from around the world. Join us for reports on new turtle conservation programs in South America, updates from on-going programs in India, Australia, and Malaysia (to name a few), more news on Asian chelonians, North American box turtles and a special session on the Role of Zoos in Chelonian Conservation that will illustrate current research methods and trends.\r\n\r\nWhile you\'re making your plans, don\'t forget to book your room with our host, the Rosen Plaza Hotel. Book through the TSA link to receive discounted conference rates on your room - which includes a voucher for free breakfast each morning! (<a href="http://www.turtlesurvival.org/get-involved/2011-conference/conference-hotel">http://www.turtlesurvival.org/get-involved/2011-conference/conference-hotel</a>).\r\n\r\n<strong>August 24-28, 2011 - <em>AAZK National Conference</em>.</strong> In San Diego, CA.  Hosted by the Sand Diego AAZK Chapter and the Zoological Society of San Diego.  See <a href="http://sdaazk.com">http://sdaazk.com</a> for information.\r\n\r\n<strong>September 16-20, 2011 - <em>31st Annual Conference, Association of Zoo Veterinary Technicians.</em> </strong>This conference will be held  at the Rio Grande Zoo, Albuquerque, NM.  If you would like more information please contact Gwen Dragoo via email at <a href="mailto:gdragoo@cabq.gov">gdragoo@cabq.gov</a> or visit <a href="http://www.azvt.org">www.azvt.org</a>.\r\n\r\n<strong>September 19-22, 2011 - <em>Elephant Care Workshop - a practical workshop on elephant foot care and habitat design to support elephant health</em></strong><em> </em>- To be held at the Phoenix Zoo, Phoenix, AZ. Optional post-trip to Reid Park Zoo in Tucson. Workshop cost $200, additional $35 for Reid Park trip.  Fees payable at registration so please bring cash, check or money order with you.  Limited to 25 participants, preference given to elephant caregivers.  To pre-register contact Heather Wright, Elephant Manager, Phoenix Zoo, by calling (602) 273-1341 ext. 7626 or email <a href="mailto:hwright@thephxzoo.com">hwright@thephxzoo.com</a>.\r\n\r\n<strong>September 26-30, 2011 - <em>Training And Enrichment Workshop for Zoo Animals. </em></strong>Hosted by The Oakland Zoo, Oakland, CA.<em> </em>Presented by Active Environments and The Shape of Enrichment. Instructors: Gail Laule, Margaret Whittaker, and Valerie J. Hare. This unique five-day workshop is designed for keepers, managers, supervisors, curators, and veterinarians working with all species of animals held in zoos. The workshop will present an array of topics relating to the behavioral management approach to caring for captive animals, with focus on environmental enrichment, positive reinforcement training techniques, and the problem-solving process. Workshop format includes lecture, discussion, small group projects, demonstrations, and multiple hands-on training and enrichment opportunities with Oakland Zoo’s diverse collection.  Skills taught are directly related to enhancing staff’s ability to manage captive animal behavior, improve animal welfare, and enhance the overall care and management of captive animals. The Workshop format is designed to maximize the value for each participant and as much as possible to address specific situations, needs, problems, and objectives.  Be prepared to interact, share, and participate to make the experience as useful and relevant to you as possible. For further information contact: Active Environments, Inc., 7651 Santos Rd., Lompoc, CA 93436; Tel: 805-737-3700; E-mail: <a href="mailto:active_environs@ix.netcom.com">active_environs@ix.netcom.com</a>.\r\n\r\n<strong></strong>\r\n\r\n<strong>October 1-5, 2011  -<em> 30th Annual Conference of the Association of Zoological Horticulture (AZH)</em></strong>.  Hosted by the Sedgwick County Zoo, Wichita, KS.  Theme: "Bringing the World to the Plains" at Wichita Hyatt Regency Hotel. Seminars and workshops covering a wide range of topics involving Horticulture, Integrated Pest Management, Conservation and Exhibit Design will be presented. Participants within the Horticulture, Arboriculture and Grounds Maintenance fields are encouraged to attend. For more information call 316-266-8313, 316-266-8314 or visit <a href="http://AZH.org">AZH.org</a>.\r\n\r\n<strong>October 6 – 9, 2011 - <em>Advancing Bear Care 2011</em></strong> – Banff, Canada\r\nBear biologists and naturalists will lead hikes into bear habitat and interpret for delegates how bears use the components of the ecosystem to express their daily and seasonal routines. We will bring this information back into workshops and apply this knowledge towards improving captive bear husbandry. Also, international bear biologists will assist us in interpreting Asian, European, and South American bear habitats.\r\n\r\n<strong>October 6-9, 2011 - <em>32nd Annual Elephant Managers Association Conference</em></strong> - Hosted by the Seneca Park Zoo, Rochester, NY.  The pre-conference trip will be hosted by Lion Country Safari in Cambridge, Ontario on Wednesday, October 5th (Passport needed to participate in this trip).\r\n<h2><strong>2012</strong></h2>\r\n<strong>February 6-10, 2012 – <em>2nd Bi-annual Conference of the International Association of Giraffe Care Professionals </em>– </strong>Hosted by the Oakland Zoo, and held in San Francisco, CA. Keynote speaker is Ken Ramirez.  For registration, abstract submission and more information go to <a href="http://www.giraffecare.org">www.giraffecare.org</a>.\r\n\r\n<strong>April 12-15, 2012 - <em>Otter Keeper Workshop </em></strong>- The 5th biennial workshop will be hosted by The Dallas World Aquarium,  Any staff working with any of the freshwater species is welcome to attend.  Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, and lots of sharing of information between keepers.  Registration is $75.00.  For more information, see <a href="http://www.otterkeeperworkshop.org">www.otterkeeperworkshop.org</a>.\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY.\r\n<h2><strong>2013</strong></h2>\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2011 - San Diego, CA - August 24-28; <a href="http://sdaazk.com">http://sdaazk.com</a>\r\n\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - Dates TBA\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events July 2011', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2011-07-14 10:55:50', '2011-07-14 15:55:50', '', 435, 'http://aazk.org/uncategorized/435-revision-40/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2048, 2, '2011-06-01 10:12:42', '2011-06-01 15:12:42', '<strong><em></em></strong>\r\n\r\n<strong>July 19, 2011 - <em>Keeper Invitational at the Cape May County Zoo</em></strong>. To be held in Cape May Courthouse, NJ.  Come have fun, see our zoo and meet other keepers from this area!  Join us at the pavilion in the park at 2 p.m. until dusk, including access to the zoo after closing.  Snack, pizza and subs provided.  Please bring $5 donation for food.  Contact <a href="mailto:cmczaazk@yahoo.com">cmczaazk@yahoo.com</a> or call (609) 465-2388 for further information or to RSVP.\r\n\r\n<strong>July 20-23, 2011 - <em>Biology of Rattlesnakes Symposium</em></strong> - To be held at the University Park Marriot in Tucson, AZ.  Hosted by the Chiricahua Desert Museum and the Arizona-Sonora Desert Museum. People interested in presenting papers should contact Lori King Palmer at <a href="mailto:loriguanid@aol.com">loriguanid@aol.com</a>.  Those interested in presenting posters contact Matt Goode at <a href="mailto:mgoode@ag.arizona.edu">mgoode@ag.arizona.edu</a>.  For registration information, current list of speakers and other details, please go to<a href="http://www.biologyoftherattlesnakes.com"> www.biologyoftherattlesnakes.com</a>.\r\n\r\n<strong>July 25-30, 2011  - <em>The First-ever Joint Meeting of the International Ethological Conference (IEC) and the Animal Behavior Society (ABS)</em></strong>. To be held at Indiana University, Bloomington, Indiana, USA. More information can be found at the conference website: <a href="http://www.indiana.edu/~behav11/index.shtml">http://www.indiana.edu/~behav11/index.shtml</a>. The program will be exciting and integrative scientific that draws on the strengths of both the IEC and the ABS.\r\n\r\n<strong>August 24-28, 2011 - <em>AAZK National Conference</em>.</strong> In San Diego, CA.  Hosted by the Sand Diego AAZK Chapter and the Zoological Society of San Diego.  See <a href="http://sdaazk.com">http://sdaazk.com</a> for information.\r\n\r\n<strong>September 19-22, 2011 - <em>Elephant Care Workshop - a practical workshop on elephant foot care and habitat design to support elephant health</em></strong><em> </em>- To be held at the Phoenix Zoo, Phoenix, AZ. Optional post-trip to Reid Park Zoo in Tucson. Workshop cost $200, additional $35 for Reid Park trip.  Fees payable at registration so please bring cash, check or money order with you.  Limited to 25 participants, preference given to elephant caregivers.  To pre-register contact Heather Wright, Elephant Manager, Phoenix Zoo, by calling (602) 273-1341 ext. 7626 or email <a href="mailto:hwright@thephxzoo.com">hwright@thephxzoo.com</a>.\r\n\r\n<strong></strong>\r\n\r\n<strong>October 1-5, 2011  -<em> 30th Annual Conference of the Association of Zoological Horticulture (AZH)</em></strong>.  Hosted by the Sedgwick County Zoo, Wichita, KS.  Theme: "Bringing the World to the Plains" at Wichita Hyatt Regency Hotel. Seminars and workshops covering a wide range of topics involving Horticulture, Integrated Pest Management, Conservation and Exhibit Design will be presented. Participants within the Horticulture, Arboriculture and Grounds Maintenance fields are encouraged to attend. For more information call 316-266-8313, 316-266-8314 or visit <a href="http://AZH.org">AZH.org</a>.\r\n\r\n<strong>October 6 – 9, 2011 - <em>Advancing Bear Care 2011</em></strong> – Banff, Canada\r\nBear biologists and naturalists will lead hikes into bear habitat and interpret for delegates how bears use the components of the ecosystem to express their daily and seasonal routines. We will bring this information back into workshops and apply this knowledge towards improving captive bear husbandry. Also, international bear biologists will assist us in interpreting Asian, European, and South American bear habitats.\r\n\r\n<strong>October 6-9, 2011 - <em>32nd Annual Elephant Managers Association Conference</em></strong> - Hosted by the Seneca Park Zoo, Rochester, NY.  The pre-conference trip will be hosted by Lion Country Safari in Cambridge, Ontario on Wednesday, October 5th (Passport needed to participate in this trip).\r\n<h2><strong>2012</strong></h2>\r\n<strong>April 12-15, 2012 - <em>Otter Keeper Workshop </em></strong>- The 5th biennial workshop will be hosted by The Dallas World Aquarium,  Any staff working with any of the freshwater species is welcome to attend.  Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, and lots of sharing of information between keepers.  Registration is $75.00.  For more information, see <a href="http://www.otterkeeperworkshop.org">www.otterkeeperworkshop.org</a>.\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY.\r\n<h2><strong>2013</strong></h2>\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2011 - San Diego, CA - August 24-28; <a href="http://sdaazk.com">http://sdaazk.com</a>\r\n\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - Dates TBA\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events June 2011', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2011-06-01 10:12:42', '2011-06-01 15:12:42', '', 435, 'http://aazk.org/uncategorized/435-revision-35/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2040, 2, '2011-06-02 08:50:15', '2011-06-02 13:50:15', '', 'june2011', 0, '', 'inherit', 'closed', 'closed', '', 'june2011', '', '', '2011-06-02 08:50:15', '2011-06-02 13:50:15', '', 0, 'http://aazk.org/wp-content/uploads/june2011.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2097, 2, '2011-09-02 10:27:45', '2011-09-02 15:27:45', 'About the Cover/Information for Contributors\nScoops &amp; Scuttlebutt\nIndianapolis Chapter Sponsorship Recognition\nFrom the Executive Director\nAAZK Seeks Assistant Media Production Editor\nFrom the Immediate Past President\nComing Events\nAcres for the Atmosphere Thank You\nAAZK Announces New Members\n2011 AAZK Award Recipients\n2011 AKF Excellence in Journalism Award Recipients\nA Different Approach to Raisinga Ruppell’s Griffon Vulture Chick by Using Both Hand-Rearing and Parent-Rearing Techniques\nTraining Tales (<em>Insulin Injection Training with Jody the Chimpanzee</em>)\nEnrichment Options (<em>Bloodsicle on a Bungee Feeder for Caracals</em>)\nConservation Station (<em>Programmatic/Financial Report on Sumatran Rhino Conservation Program</em>)\nBook Reviews (<em>Did Not Survive and A Runaway Train in the Making:  The Exotic Amphibians, Turtles and Corcodilians in Florida</em>)\nChapter News\nABMA Conference Announcement\nAKF Dedicated Six-Issue Combo Pack on Sale\nAAZK Grant Report: PASA Veterinary Supply Collection &amp;\nRedistribution Program\nAccess to Wildlife Information Set to Revolutionize Animal Care\nGrevy’s Zebra Trust: Conservation in Kenya and Ethiopia\nKeeper Profiles DVD Available to Order\nConservation/Legislative Update', 'September 2011', 0, '', 'inherit', 'closed', 'closed', '', '2096-revision', '', '', '2011-09-02 10:27:45', '2011-09-02 15:27:45', '', 2096, 'http://aazk.org/uncategorized/2096-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2096, 2, '2011-09-02 10:28:09', '2011-09-02 15:28:09', 'About the Cover/Information for Contributors\r\nScoops &amp; Scuttlebutt\r\nIndianapolis Chapter Sponsorship Recognition\r\nFrom the Executive Director\r\nAAZK Seeks Assistant Media Production Editor\r\nFrom the Immediate Past President\r\nComing Events\r\nAcres for the Atmosphere Thank You\r\nAAZK Announces New Members\r\n2011 AAZK Award Recipients\r\n2011 AKF Excellence in Journalism Award Recipients\r\nA Different Approach to Raisinga Ruppell’s Griffon Vulture Chick by Using Both Hand-Rearing and Parent-Rearing Techniques\r\nTraining Tales (<em>Insulin Injection Training with Jody the Chimpanzee</em>)\r\nEnrichment Options (<em>Bloodsicle on a Bungee Feeder for Caracals</em>)\r\nConservation Station (<em>Programmatic/Financial Report on Sumatran Rhino Conservation Program</em>)\r\nBook Reviews (<em>Did Not Survive and A Runaway Train in the Making:  The Exotic Amphibians, Turtles and Corcodilians in Florida</em>)\r\nChapter News\r\nABMA Conference Announcement\r\nAKF Dedicated Six-Issue Combo Pack on Sale\r\nAAZK Grant Report: PASA Veterinary Supply Collection &amp; Redistribution Program\r\nAccess to Wildlife Information Set to Revolutionize Animal Care\r\nGrevy’s Zebra Trust: Conservation in Kenya and Ethiopia\r\nKeeper Profiles DVD Available to Order\r\nConservation/Legislative Update', 'September 2011', 0, '', 'draft', 'closed', 'closed', '', 'september-2011', '', '', '2013-10-15 17:49:19', '2013-10-15 22:49:19', '', 0, 'http://aazk.org/?p=2096', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2287, 1, '2009-05-28 23:23:59', '2009-05-29 04:23:59', '<p>We would like to begin putting together a library of photographs to be utilized in <em>Animal Keepers\' Forum</em> either as an occasional four-color cover or in conjunction with material inside the journal. We plan to gather this photo library electronically. Photographers interested in submitting photos should send them to <a href="mailto:denise.wagner@aecetia.net/gws/aazk">denise.wagner@aecetia.net/gws/aazk</a>. Pho<em></em>tos should be high resolution and in either .jpg or.tif format. When sending, please include common and scientific name of species featured in the photo. Please put "Photo Library" in the subject line.</p>\r\n\r\n<p>Each photo must be accompanied by a Photo Release Form available for download below. You may submit the form electronically to Denise at the above address or print it out, obtain required signatures and send by regular mail to:</p>\r\n\r\n<p>Susan Chan, AAZK Inc.<br />\r\n3601 SW 29th St., Suite 133<br />\r\nTopeka, KS 66614-2054<br />\r\nAttn: photo release.</p>\r\n\r\n<p>AAZK, Inc. does <strong>not</strong> pay for photographs, but will give appropriate photo credit to individual photographers and/or institutions whenever a photo is utilized and a copy of the <em>AKF</em> issue in which the photograph appears will be sent to the photographer and/or institution.</p>\r\n\r\n<p>AAZK Photo Model Release Form: <a href=\'/wp-content/uploads/aazk_photo_model_release.doc\'>Word format</a> | <a href=\'/wp-content/uploads/aazk_photo_model_release.pdf\'>Adobe Acrobat format</a></p>', 'AAZK Photo Model Release Form', 0, '', 'inherit', 'closed', 'closed', '', '267-revision-v1', '', '', '2009-05-28 23:23:59', '2009-05-29 04:23:59', '', 267, 'http://aazk.org/uncategorized/267-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2132, 2, '2011-09-09 11:06:24', '2011-09-09 16:06:24', '<div class="bod first">\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="../wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">President</div>\r\n<a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n<div class="info">\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="affiliated_zoo_location">San Diego, CA</div>\r\n<ul class="committees">\r\n	<li>Professional association liaisons</li>\r\n	<li><a href="../committee/ethics-committee/">Ethics</a>,</li>\r\n	<li><a href="../committee/professional-development-committee/">Professional Development</a>,</li>\r\n	<li>Media</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-846" title="penny" src="../wp-content/uploads/penny-150x150.jpg" alt="penny" width="150" height="150" /></div>\r\n<div class="name">Penny Jolly</div>\r\n<div class="title">Vice President</div>\r\n<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="affiliated_zoo_location">Orlando, FL</div>\r\n<ul class="committees">\r\n	<li><a href="../committee/bowling-for-rhinos/">Bowling for Rhinos</a>,<a href="../committee/bowling-for-rhinos/">\r\n</a></li>\r\n	<li><a href="../committee/conservation-committee/">Conservation Committee</a>,</li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-934" title="tammy" src="http://aecetia.net/gws/aazk/wp-content/uploads/tammy-150x150.jpg" alt="tammy" width="150" height="150" /></div>\r\n<div class="name">Tammy Root</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:tammy.root@aecetia.net/gws/aazk">tammy.root@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Indianapolis Zoo</div>\r\n<div class="affiliated_zoo_location">Indianapolis, IN</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a>,</li>\r\n	<li>Husbandry liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-medium wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-222x300.jpg" alt="walz" width="133" height="180" /></div>\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Living Planet Aquarium</div>\r\n<div class="affiliated_zoo_location">Sandy, UT</div>\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/">Bowling for Rhinos</a>,<a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/">\r\n</a></li>\r\n	<li><a href="/committee/conservation-committee/">Conservation Committee</a>,</li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-874" title="wiggins" src="http://aecetia.net/gws/aazk/wp-content/uploads/wiggins-150x150.jpg" alt="wiggins" width="150" height="150" /></div>\r\nKelly Wilson\r\n<div class="title">Board Member</div>\r\n<a href="mailto:kelly.wilson@aecetia.net/gws/aazk">kelly.wilson@aecetia.net/gws/aazk</a></div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Detroit Zoo</div>\r\n<div class="affiliated_zoo_location">Detroit, MI</div>\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/awards-committee/">Awards</a>,</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/grants-committee/">Grants</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Executive Director</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/annual-aazk-conferences/">Conferences</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-882" title="barbara" src="http://aecetia.net/gws/aazk/wp-content/uploads/barbara-150x150.jpg" alt="barbara" width="150" height="150" /></div>\r\n<div class="name">Barbara Manspeaker</div>\r\n<div class="title">Administrative Secretary</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-883" title="chan" src="http://aecetia.net/gws/aazk/wp-content/uploads/chan-150x150.jpg" alt="chan" width="150" height="150" /></div>\r\n<div class="name">Susan Chan</div>\r\n<div class="title">Managing Editor AKF</div>\r\n<div class="email"><a href="mailto:susan.chan@aecetia.net/gws/aazk">susan.chan@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="title">Associate Editor AKF</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Cleveland, OH</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2011-09-09 11:06:24', '2011-09-09 16:06:24', '', 395, 'http://aazk.org/uncategorized/395-revision-17/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2158, 2, '2011-10-05 09:15:43', '2011-10-05 14:15:43', '', 'October 2011', 0, '', 'inherit', 'closed', 'closed', '', '2157-revision', '', '', '2011-10-05 09:15:43', '2011-10-05 14:15:43', '', 2157, 'http://aazk.org/uncategorized/2157-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2049, 2, '2011-07-01 16:10:09', '2011-07-01 21:10:09', '<em><strong>Dedicated double issue of AKF on Ungulate Husbandry, Training, Enrichment and Conservation.  This special edition will encompass the regular July and August issues of AKF and AAZK anticipates mailing it to the membership by the second week of August.  For an idea of what will be in this special issue, check out the listing of papers that will be included below.</strong></em>\r\n\r\n1.    Animal Management Support of Wild Equid Research at The Wilds\r\nBy Arin Moore, Animal Management Specialist, The Wilds, Cumberland, OH\r\n\r\n2.    Practical Considerations for Restraint of Hoofed Mammals in a Small Zoo\r\nBy Hoofed Mammal Team, Rosamond Gifford Zoo at Burnet Park, Syracuse, NY\r\n\r\n3.    Inventing the Wheels: Hand-Rearing a Single Babirusa (Babyrousa babyrussa)\r\nBy Nicole Piepers, Nursery Keeper, Los Angeles Zoo, Los Angeles, CA\r\n\r\n4.    Zoo Atlanta’s Hoofstock Enrichment Program\r\nBy Nicole Bouwens, Senior Keeper, Zoo Atlanta, Atlanta, GA\r\n\r\n5.    Managing Ungulates in Mixed Species Exhibits at Disney’s Animal Kingdom\r\nBy Steve Metzler, Assistant Animal Operations Manager (Assistant Curator),\r\nDisney’s Animal Kingdom, Lake Buena Vista, FL\r\n\r\n6.    The Way Home: Moving a Herd of 1.6 Reticulated Giraffe into a New Facility\r\nBy Aimee S. Fannon, Head Giraffe Keeper, Fort Wayne Children’s Zoo, Fort Wayne, IN\r\n\r\n7.    Managing a Reticulated Giraffe (Giraffa camelopardalis) with Allergies\r\nBy Melaina Wallace, Keeper II and Kristin Wolfe, Zoological Manager\r\nDisney’s Animal Kingdom, Lake Buena Vista, FL\r\n\r\n8.    Porcine Perfection: Red River Hogs in Mixed Species Exhibits\r\nBy Lindsey Kirkman, Animal Keeper III, Disney’s Animal Kingdom, Lake Buena Vista, FL\r\n\r\n9.    Easy Bison Enrichment in a Cash-Strapped Economy\r\nBy Phil Coleman, Lead Keeper, Elmwood Park Zoo, Norristown, PA\r\n\r\n10.    Goat Lab – Evolution of a Training Class\r\nBy Elizabeth Abram, Keeper II, Oakland Zoo, Oakland, CA\r\n\r\n11.    Moving Onward and Upward: Building a Contemporary Giraffe Facility\r\nBy Amber Eagleson, Area Manager – African Journey, Fort Wayne Children’s Zoo, Ft. Wayne, IN\r\n\r\n12.    Creating New Tools to Reduce Fearful Behavior with Three Ungulate Species at the Oakland Zoo\r\nBy  Amy Phelps, Primary Giraffe Keeper/Keeper II, and Lisa Clifton-Bumpass, Oakland Zoo, Oakland, CA\r\n\r\n13.    Walking a Mile in Their Hooves: Managing Desert Bighorn Sheep (Ovis Canadensis Mexicana) in Natural Exhibits\r\nBy Devorah Young, Senior Keeper, Hoofstock Trail, Phoenix Zoo, Phoenix, AZ\r\n\r\n14.    Caring for African Ungulates in a Winter Climate\r\nBy Maureen Miller, Large Mammal Keeper, The Toledo Zoo, Toledo, OH\r\n\r\n15.    Candid Camera: Using Camera Traps to Monitor Animal Behavior\r\nBy Becky Richendollar, Watani Grasslands Keeper, North Carolina Zoo, Asheboro, NC\r\n\r\n16.    Ungulate TAG Meetings and Conferences: We Want You!\r\nBy Matthew Ardaiolo, Lead Hoofstock Keeper, Potawatomi Zoo, South Bend, IN\r\n\r\n17.    Managing Moose in Captivity\r\nBy Roxanna Breitigan, Animal Care Manager, Cheyenne Mountain Zoo, Colorado Springs, CO\r\n\r\n18.    Training Przewalski’s Horses in a Facility with Limited Resources, Using Protected Contact\r\nBy Amanda Faliano, Denver Zoo, Denver, CO\r\n\r\n19.    Elevating Warthog Care Through Training\r\nBy Morgan Lashley, Animal Care Specialist and Christy Layton, Associate Animal Care Specialist, Busch Gardens, Tampa, FL\r\n\r\n20.    Tactiles – The Transition from a Behavior to a Reinforcer: A Case Study of 1.0 Grant’s Zebra (Equus burchelli) at the Oakland Zoo\r\nBy Julie Hartell-DeNardo, former Zoological Manager and Leesa Whittlef, Keeper I, Oakland Zoo, Oakland, CA\r\n\r\n21.    Hoof Management of Hartmann’s Mountain Zebra at Disney’s Animal Kingdom Lodge\r\nBy Vickie Shaw, Animal Keeper, Disney’s Animal Kingdom Lodge®, Lake Buena Vista, FL\r\n\r\n22.    Ungulate TAGs Connecting Keepers: An Update\r\nBy Christy Poelker, Senior Keeper/Ungulates, Saint Louis Zoo, St. Louis, MO\r\n\r\n23.    The Tapir Paper\r\nBy Kim Jansen, Hoofstock Keeper, Nashville Zoo at Grassmere, Nashville, TN\r\n\r\n24.    Ruminant Browser Nutrition Workshop – Synopsis\r\nBy Debra A. Schmidt, PhD, Nutritionist Saint Louis Zoo; Erin L. Kendrick, MS, Associate Nutritionist Saint Louis Zoo; Elizabeth A. Koutsos, PhD, Research Nutritionist, Mazuri, PMI International;  and Michael L. Schlegel, PhD, Nutritionist, San Diego Zoo Global\r\n\r\n25.    Here There Be Dragons: Okapi Conservation in Africa’s Equatorial Forest\r\nSteve Shurter, Director of Conservation, White Oak Conservation Center\r\n\r\n26.    Training the “untrainable”: Using Natural Behavior and Positive Reinforcement to Train Husbandry Behaviors in a Gerenuk (Litacranius walleri)\r\nChristina Seely, Large Mammal Keeper, Denver Zoo, Denver, CO\r\n\r\n27.    Managing a Research Population of an Extremely Flighty Ungulate Species at Smithsonian’s Conservation Biology Institute (SCBI)\r\nBy Dolores Reed, Mammal Keeper-Hoofstock, Center for Species Survival, SCBI, Front Royal, VA\r\n\r\n28.    What’s This Ungulate Care Workshop I’ve Been Hearing So Much About?\r\nBy Adam Eyres, Hoofstock Supervisor, Fossil Rim Wildlife Center, White Rhino SSP® Coordinator\r\n\r\n29.    Rearing Antelope: Three Thriving Examples at the Saint Louis Zoo\r\nBy Christy Poelker, Senior Keeper/Ungulates, Saint Louis Zoo, St. Louis, MO\r\n\r\n30.    Freezing Browse for Year-round Feeding of Giraffe and Other Hoofstock\r\nPearl Z. Yusuf, Curator, Hooves and Horns, Zoo New England, Boston, MA\r\n\r\n31.    “A Voice for Captive Prey Species”\r\nBy Allyson O’Neill, Mammal Keeper – Hoofstock/Cheetahs, Smithsonian Conservation Biology Institute, Front Royal VA\r\n\r\n32.    Teaching Your Young Giraffe Old Tricks: Changing Learned Behaviors in a Herd of Captive Giraffe\r\nAshleigh Kandrac, Assistant Curator, Lion County Safari, Loxahatchee, FL\r\n\r\n33.    Rhinoceros Enrichment\r\nBy Wendy Shaffstall, Sr. Ungulate Keeper, Cincinnati Zoo, Cincinnati, OH and Adam Felts, Head Keeper Asian Domain, Columbus Zoo and Aquarium, Powell, OH\r\n\r\n34.    Striving for Sustainability: the Ungulate Manager’s Toolbox\r\nBy Bill Houston, Assistant Curator, St. Louis Zoo; David Powell, Assistant Curator of Mammals, Bronx Zoo; and Brent Huffman, Keeper III, Toronto Zoo\r\n\r\n35.    Bongo Calf Splaying and Coxofemoral Luxation\r\nBy Lydia F. Bosley, Bongo International Studbook Keeper and Dr. Tom de Maar, Bongo SP Vet Advisor\r\n\r\n36.    Benefits of Goal-Based Behavioral Husbandry for Captive Bovid and Cervid Species\r\nBy Angela Cecil Binney, DAK and Julie Hartell-DeNardo, St. Louis Zoo\r\n\r\n37.    Welcome to the Ungulate Tag Herd!\r\nBy Martha Fischer, AZA Antelope and Giraffe TAG Chair\r\n\r\n38.    TAG – You’re It!\r\nBy Martha Fischer, AZA Antelope and Giraffe TAG Chair', 'Coming Soon', 0, '', 'draft', 'closed', 'closed', '', 'coming-soon', '', '', '2013-10-15 17:49:19', '2013-10-15 22:49:19', '', 0, 'http://aazk.org/?p=2049', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2054, 2, '2011-07-01 16:10:09', '2011-07-01 21:10:09', '<em><strong>Dedicated double issue of AKF on Ungulate Husbandry, Training, Enrichment and Conservation.  This special edition will encompass the regular July and August issues of AKF and AAZK anticipates mailing it to the membership by the second week of August.  For an idea of what will be in this special issue, check out the listing of papers that will be included below.</strong></em>\r\n\r\n1.    Animal Management Support of Wild Equid Research at The Wilds\r\nBy Arin Moore, Animal Management Specialist, The Wilds, Cumberland, OH\r\n\r\n2.    Practical Considerations for Restraint of Hoofed Mammals in a Small Zoo\r\nBy Hoofed Mammal Team, Rosamond Gifford Zoo at Burnet Park, Syracuse, NY\r\n\r\n3.    Inventing the Wheels: Hand-Rearing a Single Babirusa (Babyrousa babyrussa)\r\nBy Nicole Piepers, Nursery Keeper, Los Angeles Zoo, Los Angeles, CA\r\n\r\n4.    Zoo Atlanta’s Hoofstock Enrichment Program\r\nBy Nicole Bouwens, Senior Keeper, Zoo Atlanta, Atlanta, GA\r\n\r\n5.    Managing Ungulates in Mixed Species Exhibits at Disney’s Animal Kingdom\r\nBy Steve Metzler, Assistant Animal Operations Manager (Assistant Curator),\r\nDisney’s Animal Kingdom, Lake Buena Vista, FL\r\n\r\n6.    The Way Home: Moving a Herd of 1.6 Reticulated Giraffe into a New Facility\r\nBy Aimee S. Fannon, Head Giraffe Keeper, Fort Wayne Children’s Zoo, Fort Wayne, IN\r\n\r\n7.    Managing a Reticulated Giraffe (Giraffa camelopardalis) with Allergies\r\nBy Melaina Wallace, Keeper II and Kristin Wolfe, Zoological Manager\r\nDisney’s Animal Kingdom, Lake Buena Vista, FL\r\n\r\n8.    Porcine Perfection: Red River Hogs in Mixed Species Exhibits\r\nBy Lindsey Kirkman, Animal Keeper III, Disney’s Animal Kingdom, Lake Buena Vista, FL\r\n\r\n9.    Easy Bison Enrichment in a Cash-Strapped Economy\r\nBy Phil Coleman, Lead Keeper, Elmwood Park Zoo, Norristown, PA\r\n\r\n10.    Goat Lab – Evolution of a Training Class\r\nBy Elizabeth Abram, Keeper II, Oakland Zoo, Oakland, CA\r\n\r\n11.    Moving Onward and Upward: Building a Contemporary Giraffe Facility\r\nBy Amber Eagleson, Area Manager – African Journey, Fort Wayne Children’s Zoo, Ft. Wayne, IN\r\n\r\n12.    Creating New Tools to Reduce Fearful Behavior with Three Ungulate Species at the Oakland Zoo\r\nBy  Amy Phelps, Primary Giraffe Keeper/Keeper II, and Lisa Clifton-Bumpass, Oakland Zoo, Oakland, CA\r\n\r\n13.    Walking a Mile in Their Hooves: Managing Desert Bighorn Sheep (Ovis Canadensis Mexicana) in Natural Exhibits\r\nBy Devorah Young, Senior Keeper, Hoofstock Trail, Phoenix Zoo, Phoenix, AZ\r\n\r\n14.    Caring for African Ungulates in a Winter Climate\r\nBy Maureen Miller, Large Mammal Keeper, The Toledo Zoo, Toledo, OH\r\n\r\n15.    Candid Camera: Using Camera Traps to Monitor Animal Behavior\r\nBy Becky Richendollar, Watani Grasslands Keeper, North Carolina Zoo, Asheboro, NC\r\n\r\n16.    Ungulate TAG Meetings and Conferences: We Want You!\r\nBy Matthew Ardaiolo, Lead Hoofstock Keeper, Potawatomi Zoo, South Bend, IN\r\n\r\n17.    Managing Moose in Captivity\r\nBy Roxanna Breitigan, Animal Care Manager, Cheyenne Mountain Zoo, Colorado Springs, CO\r\n\r\n18.    Training Przewalski’s Horses in a Facility with Limited Resources, Using Protected Contact\r\nBy Amanda Faliano, TITLE, Denver Zoo, Denver, CO\r\n\r\n19.    Elevating Warthog Care Through Training\r\nBy Morgan Lashley, Animal Care Specialist and Christy Layton, Associate Animal Care Specialist, Busch Gardens, Tampa, FL\r\n\r\n20.    Tactiles – The Transition from a Behavior to a Reinforcer: A Case Study of 1.0 Grant’s Zebra (Equus burchelli) at the Oakland Zoo\r\nBy Julie Hartell-DeNardo, former Zoological Manager and Leesa Whittlef, Keeper I, Oakland Zoo, Oakland, CA\r\n\r\n21.    Hoof Management of Hartmann’s Mountain Zebra at Disney’s Animal Kingdom Lodge\r\nBy Vickie Shaw, Animal Keeper, Disney’s Animal Kingdom Lodge®, Lake Buena Vista, FL\r\n\r\n22.    Ungulate TAGs Connecting Keepers: An Update\r\nBy Christy Poelker, Senior Keeper/Ungulates, Saint Louis Zoo, St. Louis, MO\r\n\r\n23.    The Tapir Paper\r\nBy Kim Jansen, Hoofstock Keeper, Nashville Zoo at Grassmere, Nashville, TN\r\n\r\n24.    Ruminant Browser Nutrition Workshop – Synopsis\r\nBy Debra A. Schmidt, PhD, Nutritionist Saint Louis Zoo; Erin L. Kendrick, MS, Associate Nutritionist Saint Louis Zoo; Elizabeth A. Koutsos, PhD, Research Nutritionist, Mazuri, PMI International;  and Michael L. Schlegel, PhD, Nutritionist, San Diego Zoo Global\r\n\r\n25.    Here There Be Dragons: Okapi Conservation in Africa’s Equatorial Forest\r\nSteve Shurter, Director of Conservation, White Oak Conservation Center\r\n\r\n26.    Training the “untrainable”: Using Natural Behavior and Positive Reinforcement to Train Husbandry Behaviors in a Gerenuk (Litacranius walleri)\r\nChristina Seely, Large Mammal Keeper, Denver Zoo, Denver, CO\r\n\r\n27.    Managing a Research Population of an Extremely Flighty Ungulate Species at Smithsonian’s Conservation Biology Institute (SCBI)\r\nBy Dolores Reed, Mammal Keeper-Hoofstock, Center for Species Survival, SCBI, Front Royal, VA\r\n\r\n28.    What’s This Ungulate Care Workshop I’ve Been Hearing So Much About?\r\nBy Adam Eyres, Hoofstock Supervisor, Fossil Rim Wildlife Center, White Rhino SSP® Coordinator\r\n\r\n29.    Rearing Antelope: Three Thriving Examples at the Saint Louis Zoo\r\nBy Christy Poelker, Senior Keeper/Ungulates, Saint Louis Zoo, St. Louis, MO\r\n\r\n30.    Freezing Browse for Year-round Feeding of Giraffe and Other Hoofstock\r\nPearl Z. Yusuf, Curator, Hooves and Horns, Zoo New England, Boston, MA\r\n\r\n31.    “A Voice for Captive Prey Species”\r\nBy Allyson O’Neill, Mammal Keeper – Hoofstock/Cheetahs, Smithsonian Conservation Biology Institute, Front Royal VA\r\n\r\n32.    Teaching Your Young Giraffe Old Tricks: Changing Learned Behaviors in a Herd of Captive Giraffe\r\nAshleigh Kandrac, Assistant Curator, Lion County Safari, Loxahatchee, FL\r\n\r\n33.    Rhinoceros Enrichment\r\nBy Wendy Shaffstall, Sr. Ungulate Keeper, Cincinnati Zoo, Cincinnati, OH and Adam Felts, Head Keeper Asian Domain, Columbus Zoo and Aquarium, Powell, OH\r\n\r\n34.    Striving for Sustainability: the Ungulate Manager’s Toolbox\r\nBy Bill Houston, Assistant Curator, St. Louis Zoo; David Powell, Assistant Curator of Mammals, Bronx Zoo; and Brent Huffman, Keeper III, Toronto Zoo\r\n\r\n35.    Bongo Calf Splaying and Coxofemoral Luxation\r\nBy Lydia F. Bosley, Bongo International Studbook Keeper and Dr. Tom de Maar, Bongo SP Vet Advisor\r\n\r\n36.    Benefits of Goal-Based Behavioral Husbandry for Captive Bovid and Cervid Species\r\nBy Angela Cecil Binney, DAK and Julie Hartell-DeNardo, St. Louis Zoo\r\n\r\n37.    Welcome to the Ungulate Tag Herd!\r\nBy Martha Fischer, AZA Antelope and Giraffe TAG Chair\r\n\r\n38.    TAG – You’re It!\r\nBy Martha Fischer, AZA Antelope and Giraffe TAG Chair', 'Coming Soon', 0, '', 'inherit', 'closed', 'closed', '', '2049-revision-5', '', '', '2011-07-01 16:10:09', '2011-07-01 21:10:09', '', 2049, 'http://aazk.org/uncategorized/2049-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2055, 2, '2011-07-01 16:11:45', '2011-07-01 21:11:45', '<em><strong>Dedicated double issue of AKF on Ungulate Husbandry, Training, Enrichment and Conservation.  This special edition will encompass the regular July and August issues of AKF and AAZK anticipates mailing it to the membership by the second week of August.  For an idea of what will be in this special issue, check out the listing of papers that will be included below.</strong></em>\n\n1.    Animal Management Support of Wild Equid Research at The Wilds\nBy Arin Moore, Animal Management Specialist, The Wilds, Cumberland, OH\n\n2.    Practical Considerations for Restraint of Hoofed Mammals in a Small Zoo\nBy Hoofed Mammal Team, Rosamond Gifford Zoo at Burnet Park, Syracuse, NY\n\n3.    Inventing the Wheels: Hand-Rearing a Single Babirusa (Babyrousa babyrussa)\nBy Nicole Piepers, Nursery Keeper, Los Angeles Zoo, Los Angeles, CA\n\n4.    Zoo Atlanta’s Hoofstock Enrichment Program\nBy Nicole Bouwens, Senior Keeper, Zoo Atlanta, Atlanta, GA\n\n5.    Managing Ungulates in Mixed Species Exhibits at Disney’s Animal Kingdom\nBy Steve Metzler, Assistant Animal Operations Manager (Assistant Curator),\nDisney’s Animal Kingdom, Lake Buena Vista, FL\n\n6.    The Way Home: Moving a Herd of 1.6 Reticulated Giraffe into a New Facility\nBy Aimee S. Fannon, Head Giraffe Keeper, Fort Wayne Children’s Zoo, Fort Wayne, IN\n\n7.    Managing a Reticulated Giraffe (Giraffa camelopardalis) with Allergies\nBy Melaina Wallace, Keeper II and Kristin Wolfe, Zoological Manager\nDisney’s Animal Kingdom, Lake Buena Vista, FL\n\n8.    Porcine Perfection: Red River Hogs in Mixed Species Exhibits\nBy Lindsey Kirkman, Animal Keeper III, Disney’s Animal Kingdom, Lake Buena Vista, FL\n\n9.    Easy Bison Enrichment in a Cash-Strapped Economy\nBy Phil Coleman, Lead Keeper, Elmwood Park Zoo, Norristown, PA\n\n10.    Goat Lab – Evolution of a Training Class\nBy Elizabeth Abram, Keeper II, Oakland Zoo, Oakland, CA\n\n11.    Moving Onward and Upward: Building a Contemporary Giraffe Facility\nBy Amber Eagleson, Area Manager – African Journey, Fort Wayne Children’s Zoo, Ft. Wayne, IN\n\n12.    Creating New Tools to Reduce Fearful Behavior with Three Ungulate Species at the Oakland Zoo\nBy  Amy Phelps, Primary Giraffe Keeper/Keeper II, and Lisa Clifton-Bumpass, Oakland Zoo, Oakland, CA\n\n13.    Walking a Mile in Their Hooves: Managing Desert Bighorn Sheep (Ovis Canadensis Mexicana) in Natural Exhibits\nBy Devorah Young, Senior Keeper, Hoofstock Trail, Phoenix Zoo, Phoenix, AZ\n\n14.    Caring for African Ungulates in a Winter Climate\nBy Maureen Miller, Large Mammal Keeper, The Toledo Zoo, Toledo, OH\n\n15.    Candid Camera: Using Camera Traps to Monitor Animal Behavior\nBy Becky Richendollar, Watani Grasslands Keeper, North Carolina Zoo, Asheboro, NC\n\n16.    Ungulate TAG Meetings and Conferences: We Want You!\nBy Matthew Ardaiolo, Lead Hoofstock Keeper, Potawatomi Zoo, South Bend, IN\n\n17.    Managing Moose in Captivity\nBy Roxanna Breitigan, Animal Care Manager, Cheyenne Mountain Zoo, Colorado Springs, CO\n\n18.    Training Przewalski’s Horses in a Facility with Limited Resources, Using Protected Contact\nBy Amanda Faliano, Denver Zoo, Denver, CO\n\n19.    Elevating Warthog Care Through Training\nBy Morgan Lashley, Animal Care Specialist and Christy Layton, Associate Animal Care Specialist, Busch Gardens, Tampa, FL\n\n20.    Tactiles – The Transition from a Behavior to a Reinforcer: A Case Study of 1.0 Grant’s Zebra (Equus burchelli) at the Oakland Zoo\nBy Julie Hartell-DeNardo, former Zoological Manager and Leesa Whittlef, Keeper I, Oakland Zoo, Oakland, CA\n\n21.    Hoof Management of Hartmann’s Mountain Zebra at Disney’s Animal Kingdom Lodge\nBy Vickie Shaw, Animal Keeper, Disney’s Animal Kingdom Lodge®, Lake Buena Vista, FL\n\n22.    Ungulate TAGs Connecting Keepers: An Update\nBy Christy Poelker, Senior Keeper/Ungulates, Saint Louis Zoo, St. Louis, MO\n\n23.    The Tapir Paper\nBy Kim Jansen, Hoofstock Keeper, Nashville Zoo at Grassmere, Nashville, TN\n\n24.    Ruminant Browser Nutrition Workshop – Synopsis\nBy Debra A. Schmidt, PhD, Nutritionist Saint Louis Zoo; Erin L. Kendrick, MS, Associate Nutritionist Saint Louis Zoo; Elizabeth A. Koutsos, PhD, Research Nutritionist, Mazuri, PMI International;  and Michael L. Schlegel, PhD, Nutritionist, San Diego Zoo Global\n\n25.    Here There Be Dragons: Okapi Conservation in Africa’s Equatorial Forest\nSteve Shurter, Director of Conservation, White Oak Conservation Center\n\n26.    Training the “untrainable”: Using Natural Behavior and Positive Reinforcement to Train Husbandry Behaviors in a Gerenuk (Litacranius walleri)\nChristina Seely, Large Mammal Keeper, Denver Zoo, Denver, CO\n\n27.    Managing a Research Population of an Extremely Flighty Ungulate Species at Smithsonian’s Conservation Biology Institute (SCBI)\nBy Dolores Reed, Mammal Keeper-Hoofstock, Center for Species Survival, SCBI, Front Royal, VA\n\n28.    What’s This Ungulate Care Workshop I’ve Been Hearing So Much About?\nBy Adam Eyres, Hoofstock Supervisor, Fossil Rim Wildlife Center, White Rhino SSP® Coordinator\n\n29.    Rearing Antelope: Three Thriving Examples at the Saint Louis Zoo\nBy Christy Poelker, Senior Keeper/Ungulates, Saint Louis Zoo, St. Louis, MO\n\n30.    Freezing Browse for Year-round Feeding of Giraffe and Other Hoofstock\nPearl Z. Yusuf, Curator, Hooves and Horns, Zoo New England, Boston, MA\n\n31.    “A Voice for Captive Prey Species”\nBy Allyson O’Neill, Mammal Keeper – Hoofstock/Cheetahs, Smithsonian Conservation Biology Institute, Front Royal VA\n\n32.    Teaching Your Young Giraffe Old Tricks: Changing Learned Behaviors in a Herd of Captive Giraffe\nAshleigh Kandrac, Assistant Curator, Lion County Safari, Loxahatchee, FL\n\n33.    Rhinoceros Enrichment\nBy Wendy Shaffstall, Sr. Ungulate Keeper, Cincinnati Zoo, Cincinnati, OH and Adam Felts, Head Keeper Asian Domain, Columbus Zoo and Aquarium, Powell, OH\n\n34.    Striving for Sustainability: the Ungulate Manager’s Toolbox\nBy Bill Houston, Assistant Curator, St. Louis Zoo; David Powell, Assistant Curator of Mammals, Bronx Zoo; and Brent Huffman, Keeper III, Toronto Zoo\n\n35.    Bongo Calf Splaying and Coxofemoral Luxation\nBy Lydia F. Bosley, Bongo International Studbook Keeper and Dr. Tom de Maar, Bongo SP Vet Advisor\n\n36.    Benefits of Goal-Based Behavioral Husbandry for Captive Bovid and Cervid Species\nBy Angela Cecil Binney, DAK and Julie Hartell-DeNardo, St. Louis Zoo\n\n37.    Welcome to the Ungulate Tag Herd!\nBy Martha Fischer, AZA Antelope and Giraffe TAG Chair\n\n38.    TAG – You’re It!\nBy Martha Fischer, AZA Antelope and Giraffe TAG Chair', 'Coming Soon', 0, '', 'inherit', 'closed', 'closed', '', '2049-autosave', '', '', '2011-07-01 16:11:45', '2011-07-01 21:11:45', '', 2049, 'http://aazk.org/uncategorized/2049-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2050, 2, '2011-07-01 16:06:42', '2011-07-01 21:06:42', '<!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:AllowPNG /> </o:OfficeDocumentSettings> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:EnableOpenTypeKerning /> <w:DontFlipMirrorIndents /> <w:OverrideTableStyleHps /> </w:Compatibility> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]> <style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:"Table Normal";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:"";\n	mso-padding-alt:0in 5.4pt 0in 5.4pt;\n	mso-para-margin:0in;\n	mso-para-margin-bottom:.0001pt;\n	mso-pagination:widow-orphan;\n	font-size:10.0pt;\n	font-family:"Times New Roman","serif";}\n</style> <![endif]--><span style="font-size: 10.5pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: black;">Coming Soon!  Dedicated double issue of AKF on Ungulate Husbandry, Training, Enrichment and Conservation.  This special edition will encompass the regular July and August issues of AKF and AAZK anticipates mailing it to the membership by the second week of August.  For an idea of what will be in this special issue, check out the listing of papers that will be included below.</span>\n\n<span style="font-size: 10.5pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: black;">\n</span>', 'Coming Soon', 0, '', 'inherit', 'closed', 'closed', '', '2049-revision', '', '', '2011-07-01 16:06:42', '2011-07-01 21:06:42', '', 2049, 'http://aazk.org/uncategorized/2049-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2051, 2, '2011-07-01 16:07:42', '2011-07-01 21:07:42', '<!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:AllowPNG /> </o:OfficeDocumentSettings> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:EnableOpenTypeKerning /> <w:DontFlipMirrorIndents /> <w:OverrideTableStyleHps /> </w:Compatibility> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]> <style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:"Table Normal";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:"";\n	mso-padding-alt:0in 5.4pt 0in 5.4pt;\n	mso-para-margin:0in;\n	mso-para-margin-bottom:.0001pt;\n	mso-pagination:widow-orphan;\n	font-size:10.0pt;\n	font-family:"Times New Roman","serif";}\n</style> <![endif]--><span style="font-size: 10.5pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: black;">Coming Soon!  Dedicated double issue of AKF on Ungulate Husbandry, Training, Enrichment and Conservation.  This special edition will encompass the regular July and August issues of AKF and AAZK anticipates mailing it to the membership by the second week of August.  For an idea of what will be in this special issue, check out the listing of papers that will be included below.</span>\n\n<span style="font-size: 10.5pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: black;">1.    Animal Management Support of Wild Equid Research at The Wilds\nBy Arin Moore, Animal Management Specialist, The Wilds, Cumberland, OH\n\n2.    Practical Considerations for Restraint of Hoofed Mammals in a Small Zoo\nBy Hoofed Mammal Team, Rosamond Gifford Zoo at Burnet Park, Syracuse, NY\n\n3.    Inventing the Wheels: Hand-Rearing a Single Babirusa (Babyrousa babyrussa)\nBy Nicole Piepers, Nursery Keeper, Los Angeles Zoo, Los Angeles, CA\n\n4.    Zoo Atlanta’s Hoofstock Enrichment Program\nBy Nicole Bouwens, Senior Keeper, Zoo Atlanta, Atlanta, GA\n\n5.    Managing Ungulates in Mixed Species Exhibits at Disney’s Animal Kingdom\nBy Steve Metzler, Assistant Animal Operations Manager (Assistant Curator),\nDisney’s Animal Kingdom, Lake Buena Vista, FL\n\n6.    The Way Home: Moving a Herd of 1.6 Reticulated Giraffe into a New Facility\nBy Aimee S. Fannon, Head Giraffe Keeper, Fort Wayne Children’s Zoo, Fort Wayne, IN\n\n7.    Managing a Reticulated Giraffe (Giraffa camelopardalis) with Allergies\nBy Melaina Wallace, Keeper II and Kristin Wolfe, Zoological Manager\nDisney’s Animal Kingdom, Lake Buena Vista, FL\n\n8.    Porcine Perfection: Red River Hogs in Mixed Species Exhibits\nBy Lindsey Kirkman, Animal Keeper III, Disney’s Animal Kingdom, Lake Buena Vista, FL\n\n9.    Easy Bison Enrichment in a Cash-Strapped Economy\nBy Phil Coleman, Lead Keeper, Elmwood Park Zoo, Norristown, PA\n\n10.    Goat Lab – Evolution of a Training Class\nBy Elizabeth Abram, Keeper II, Oakland Zoo, Oakland, CA\n\n11.    Moving Onward and Upward: Building a Contemporary Giraffe Facility\nBy Amber Eagleson, Area Manager – African Journey, Fort Wayne Children’s Zoo, Ft. Wayne, IN\n\n12.    Creating New Tools to Reduce Fearful Behavior with Three Ungulate Species at the Oakland Zoo\nBy  Amy Phelps, Primary Giraffe Keeper/Keeper II, and Lisa Clifton-Bumpass, Oakland Zoo, Oakland, CA\n\n13.    Walking a Mile in Their Hooves: Managing Desert Bighorn Sheep (Ovis Canadensis Mexicana) in Natural Exhibits\nBy Devorah Young, Senior Keeper, Hoofstock Trail, Phoenix Zoo, Phoenix, AZ\n\n14.    Caring for African Ungulates in a Winter Climate\nBy Maureen Miller, Large Mammal Keeper, The Toledo Zoo, Toledo, OH\n\n15.    Candid Camera: Using Camera Traps to Monitor Animal Behavior\nBy Becky Richendollar, Watani Grasslands Keeper, North Carolina Zoo, Asheboro, NC\n\n16.    Ungulate TAG Meetings and Conferences: We Want You!\nBy Matthew Ardaiolo, Lead Hoofstock Keeper, Potawatomi Zoo, South Bend, IN\n\n17.    Managing Moose in Captivity\nBy Roxanna Breitigan, Animal Care Manager, Cheyenne Mountain Zoo, Colorado Springs, CO\n\n18.    Training Przewalski’s Horses in a Facility with Limited Resources, Using Protected Contact\nBy Amanda Faliano, TITLE, Denver Zoo, Denver, CO\n\n19.    Elevating Warthog Care Through Training\nBy Morgan Lashley, Animal Care Specialist and Christy Layton, Associate Animal Care Specialist, Busch Gardens, Tampa, FL\n\n20.    Tactiles – The Transition from a Behavior to a Reinforcer: A Case Study of 1.0 Grant’s Zebra (Equus burchelli) at the Oakland Zoo\nBy Julie Hartell-DeNardo, former Zoological Manager and Leesa Whittlef, Keeper I, Oakland Zoo, Oakland, CA\n\n21.    Hoof Management of Hartmann’s Mountain Zebra at Disney’s Animal Kingdom Lodge\nBy Vickie Shaw, Animal Keeper, Disney’s Animal Kingdom Lodge®, Lake Buena Vista, FL\n\n22.    Ungulate TAGs Connecting Keepers: An Update\nBy Christy Poelker, Senior Keeper/Ungulates, Saint Louis Zoo, St. Louis, MO\n\n23.    The Tapir Paper\nBy Kim Jansen, Hoofstock Keeper, Nashville Zoo at Grassmere, Nashville, TN\n\n24.    Ruminant Browser Nutrition Workshop – Synopsis\nBy Debra A. Schmidt, PhD, Nutritionist Saint Louis Zoo; Erin L. Kendrick, MS, Associate Nutritionist Saint Louis Zoo; Elizabeth A. Koutsos, PhD, Research Nutritionist, Mazuri, PMI International;  and Michael L. Schlegel, PhD, Nutritionist, San Diego Zoo Global\n\n25.    Here There Be Dragons: Okapi Conservation in Africa’s Equatorial Forest\nSteve Shurter, Director of Conservation, White Oak Conservation Center\n\n26.    Training the “untrainable”: Using Natural Behavior and Positive Reinforcement to Train Husbandry Behaviors in a Gerenuk (Litacranius walleri)\nChristina Seely, Large Mammal Keeper, Denver Zoo, Denver, CO\n\n27.    Managing a Research Population of an Extremely Flighty Ungulate Species at Smithsonian’s Conservation Biology Institute (SCBI)\nBy Dolores Reed, Mammal Keeper-Hoofstock, Center for Species Survival, SCBI, Front Royal, VA\n\n28.    What’s This Ungulate Care Workshop I’ve Been Hearing So Much About?\nBy Adam Eyres, Hoofstock Supervisor, Fossil Rim Wildlife Center, White Rhino SSP® Coordinator\n\n29.    Rearing Antelope: Three Thriving Examples at the Saint Louis Zoo\nBy Christy Poelker, Senior Keeper/Ungulates, Saint Louis Zoo, St. Louis, MO\n\n30.    Freezing Browse for Year-round Feeding of Giraffe and Other Hoofstock\nPearl Z. Yusuf, Curator, Hooves and Horns, Zoo New England, Boston, MA\n\n31.    “A Voice for Captive Prey Species”\nBy Allyson O’Neill, Mammal Keeper – Hoofstock/Cheetahs, Smithsonian Conservation Biology Institute, Front Royal VA\n\n32.    Teaching Your Young Giraffe Old Tricks: Changing Learned Behaviors in a Herd of Captive Giraffe\nAshleigh Kandrac, Assistant Curator, Lion County Safari, Loxahatchee, FL\n\n33.    Rhinoceros Enrichment\nBy Wendy Shaffstall, Sr. Ungulate Keeper, Cincinnati Zoo, Cincinnati, OH and Adam Felts, Head Keeper Asian Domain, Columbus Zoo and Aquarium, Powell, OH\n\n34.    Striving for Sustainability: the Ungulate Manager’s Toolbox\nBy Bill Houston, Assistant Curator, St. Louis Zoo; David Powell, Assistant Curator of Mammals, Bronx Zoo; and Brent Huffman, Keeper III, Toronto Zoo\n\n35.    Bongo Calf Splaying and Coxofemoral Luxation\nBy Lydia F. Bosley, Bongo International Studbook Keeper and Dr. Tom de Maar, Bongo SP Vet Advisor\n\n36.    Benefits of Goal-Based Behavioral Husbandry for Captive Bovid and Cervid Species\nBy Angela Cecil Binney, DAK and Julie Hartell-DeNardo, St. Louis Zoo\n\n37.    Welcome to the Ungulate Tag Herd!\nBy Martha Fischer, AZA Antelope and Giraffe TAG Chair\n\n38.    TAG – You’re It!\nBy Martha Fischer, AZA Antelope and Giraffe TAG Chair\n</span>', 'Coming Soon', 0, '', 'inherit', 'closed', 'closed', '', '2049-revision-2', '', '', '2011-07-01 16:07:42', '2011-07-01 21:07:42', '', 2049, 'http://aazk.org/uncategorized/2049-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2053, 2, '2011-07-01 16:09:36', '2011-07-01 21:09:36', 'Coming Soon!  Dedicated double issue of AKF on Ungulate Husbandry, Training, Enrichment and Conservation.  This special edition will encompass the regular July and August issues of AKF and AAZK anticipates mailing it to the membership by the second week of August.  For an idea of what will be in this special issue, check out the listing of papers that will be included below.\r\n\r\n1.    Animal Management Support of Wild Equid Research at The Wilds\r\nBy Arin Moore, Animal Management Specialist, The Wilds, Cumberland, OH\r\n\r\n2.    Practical Considerations for Restraint of Hoofed Mammals in a Small Zoo\r\nBy Hoofed Mammal Team, Rosamond Gifford Zoo at Burnet Park, Syracuse, NY\r\n\r\n3.    Inventing the Wheels: Hand-Rearing a Single Babirusa (Babyrousa babyrussa)\r\nBy Nicole Piepers, Nursery Keeper, Los Angeles Zoo, Los Angeles, CA\r\n\r\n4.    Zoo Atlanta’s Hoofstock Enrichment Program\r\nBy Nicole Bouwens, Senior Keeper, Zoo Atlanta, Atlanta, GA\r\n\r\n5.    Managing Ungulates in Mixed Species Exhibits at Disney’s Animal Kingdom\r\nBy Steve Metzler, Assistant Animal Operations Manager (Assistant Curator),\r\nDisney’s Animal Kingdom, Lake Buena Vista, FL\r\n\r\n6.    The Way Home: Moving a Herd of 1.6 Reticulated Giraffe into a New Facility\r\nBy Aimee S. Fannon, Head Giraffe Keeper, Fort Wayne Children’s Zoo, Fort Wayne, IN\r\n\r\n7.    Managing a Reticulated Giraffe (Giraffa camelopardalis) with Allergies\r\nBy Melaina Wallace, Keeper II and Kristin Wolfe, Zoological Manager\r\nDisney’s Animal Kingdom, Lake Buena Vista, FL\r\n\r\n8.    Porcine Perfection: Red River Hogs in Mixed Species Exhibits\r\nBy Lindsey Kirkman, Animal Keeper III, Disney’s Animal Kingdom, Lake Buena Vista, FL\r\n\r\n9.    Easy Bison Enrichment in a Cash-Strapped Economy\r\nBy Phil Coleman, Lead Keeper, Elmwood Park Zoo, Norristown, PA\r\n\r\n10.    Goat Lab – Evolution of a Training Class\r\nBy Elizabeth Abram, Keeper II, Oakland Zoo, Oakland, CA\r\n\r\n11.    Moving Onward and Upward: Building a Contemporary Giraffe Facility\r\nBy Amber Eagleson, Area Manager – African Journey, Fort Wayne Children’s Zoo, Ft. Wayne, IN\r\n\r\n12.    Creating New Tools to Reduce Fearful Behavior with Three Ungulate Species at the Oakland Zoo\r\nBy  Amy Phelps, Primary Giraffe Keeper/Keeper II, and Lisa Clifton-Bumpass, Oakland Zoo, Oakland, CA\r\n\r\n13.    Walking a Mile in Their Hooves: Managing Desert Bighorn Sheep (Ovis Canadensis Mexicana) in Natural Exhibits\r\nBy Devorah Young, Senior Keeper, Hoofstock Trail, Phoenix Zoo, Phoenix, AZ\r\n\r\n14.    Caring for African Ungulates in a Winter Climate\r\nBy Maureen Miller, Large Mammal Keeper, The Toledo Zoo, Toledo, OH\r\n\r\n15.    Candid Camera: Using Camera Traps to Monitor Animal Behavior\r\nBy Becky Richendollar, Watani Grasslands Keeper, North Carolina Zoo, Asheboro, NC\r\n\r\n16.    Ungulate TAG Meetings and Conferences: We Want You!\r\nBy Matthew Ardaiolo, Lead Hoofstock Keeper, Potawatomi Zoo, South Bend, IN\r\n\r\n17.    Managing Moose in Captivity\r\nBy Roxanna Breitigan, Animal Care Manager, Cheyenne Mountain Zoo, Colorado Springs, CO\r\n\r\n18.    Training Przewalski’s Horses in a Facility with Limited Resources, Using Protected Contact\r\nBy Amanda Faliano, TITLE, Denver Zoo, Denver, CO\r\n\r\n19.    Elevating Warthog Care Through Training\r\nBy Morgan Lashley, Animal Care Specialist and Christy Layton, Associate Animal Care Specialist, Busch Gardens, Tampa, FL\r\n\r\n20.    Tactiles – The Transition from a Behavior to a Reinforcer: A Case Study of 1.0 Grant’s Zebra (Equus burchelli) at the Oakland Zoo\r\nBy Julie Hartell-DeNardo, former Zoological Manager and Leesa Whittlef, Keeper I, Oakland Zoo, Oakland, CA\r\n\r\n21.    Hoof Management of Hartmann’s Mountain Zebra at Disney’s Animal Kingdom Lodge\r\nBy Vickie Shaw, Animal Keeper, Disney’s Animal Kingdom Lodge®, Lake Buena Vista, FL\r\n\r\n22.    Ungulate TAGs Connecting Keepers: An Update\r\nBy Christy Poelker, Senior Keeper/Ungulates, Saint Louis Zoo, St. Louis, MO\r\n\r\n23.    The Tapir Paper\r\nBy Kim Jansen, Hoofstock Keeper, Nashville Zoo at Grassmere, Nashville, TN\r\n\r\n24.    Ruminant Browser Nutrition Workshop – Synopsis\r\nBy Debra A. Schmidt, PhD, Nutritionist Saint Louis Zoo; Erin L. Kendrick, MS, Associate Nutritionist Saint Louis Zoo; Elizabeth A. Koutsos, PhD, Research Nutritionist, Mazuri, PMI International;  and Michael L. Schlegel, PhD, Nutritionist, San Diego Zoo Global\r\n\r\n25.    Here There Be Dragons: Okapi Conservation in Africa’s Equatorial Forest\r\nSteve Shurter, Director of Conservation, White Oak Conservation Center\r\n\r\n26.    Training the “untrainable”: Using Natural Behavior and Positive Reinforcement to Train Husbandry Behaviors in a Gerenuk (Litacranius walleri)\r\nChristina Seely, Large Mammal Keeper, Denver Zoo, Denver, CO\r\n\r\n27.    Managing a Research Population of an Extremely Flighty Ungulate Species at Smithsonian’s Conservation Biology Institute (SCBI)\r\nBy Dolores Reed, Mammal Keeper-Hoofstock, Center for Species Survival, SCBI, Front Royal, VA\r\n\r\n28.    What’s This Ungulate Care Workshop I’ve Been Hearing So Much About?\r\nBy Adam Eyres, Hoofstock Supervisor, Fossil Rim Wildlife Center, White Rhino SSP® Coordinator\r\n\r\n29.    Rearing Antelope: Three Thriving Examples at the Saint Louis Zoo\r\nBy Christy Poelker, Senior Keeper/Ungulates, Saint Louis Zoo, St. Louis, MO\r\n\r\n30.    Freezing Browse for Year-round Feeding of Giraffe and Other Hoofstock\r\nPearl Z. Yusuf, Curator, Hooves and Horns, Zoo New England, Boston, MA\r\n\r\n31.    “A Voice for Captive Prey Species”\r\nBy Allyson O’Neill, Mammal Keeper – Hoofstock/Cheetahs, Smithsonian Conservation Biology Institute, Front Royal VA\r\n\r\n32.    Teaching Your Young Giraffe Old Tricks: Changing Learned Behaviors in a Herd of Captive Giraffe\r\nAshleigh Kandrac, Assistant Curator, Lion County Safari, Loxahatchee, FL\r\n\r\n33.    Rhinoceros Enrichment\r\nBy Wendy Shaffstall, Sr. Ungulate Keeper, Cincinnati Zoo, Cincinnati, OH and Adam Felts, Head Keeper Asian Domain, Columbus Zoo and Aquarium, Powell, OH\r\n\r\n34.    Striving for Sustainability: the Ungulate Manager’s Toolbox\r\nBy Bill Houston, Assistant Curator, St. Louis Zoo; David Powell, Assistant Curator of Mammals, Bronx Zoo; and Brent Huffman, Keeper III, Toronto Zoo\r\n\r\n35.    Bongo Calf Splaying and Coxofemoral Luxation\r\nBy Lydia F. Bosley, Bongo International Studbook Keeper and Dr. Tom de Maar, Bongo SP Vet Advisor\r\n\r\n36.    Benefits of Goal-Based Behavioral Husbandry for Captive Bovid and Cervid Species\r\nBy Angela Cecil Binney, DAK and Julie Hartell-DeNardo, St. Louis Zoo\r\n\r\n37.    Welcome to the Ungulate Tag Herd!\r\nBy Martha Fischer, AZA Antelope and Giraffe TAG Chair\r\n\r\n38.    TAG – You’re It!\r\nBy Martha Fischer, AZA Antelope and Giraffe TAG Chair', 'Coming Soon', 0, '', 'inherit', 'closed', 'closed', '', '2049-revision-4', '', '', '2011-07-01 16:09:36', '2011-07-01 21:09:36', '', 2049, 'http://aazk.org/uncategorized/2049-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2052, 2, '2011-07-01 16:08:06', '2011-07-01 21:08:06', '<!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:AllowPNG /> </o:OfficeDocumentSettings> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:EnableOpenTypeKerning /> <w:DontFlipMirrorIndents /> <w:OverrideTableStyleHps /> </w:Compatibility> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]> <style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:"Table Normal";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:"";\r\n	mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n	mso-para-margin:0in;\r\n	mso-para-margin-bottom:.0001pt;\r\n	mso-pagination:widow-orphan;\r\n	font-size:10.0pt;\r\n	font-family:"Times New Roman","serif";}\r\n</style> <![endif]--><span style="font-size: 10.5pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: black;">Coming Soon!  Dedicated double issue of AKF on Ungulate Husbandry, Training, Enrichment and Conservation.  This special edition will encompass the regular July and August issues of AKF and AAZK anticipates mailing it to the membership by the second week of August.  For an idea of what will be in this special issue, check out the listing of papers that will be included below.</span>\r\n\r\n<span style="font-size: 10.5pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: black;">1.    Animal Management Support of Wild Equid Research at The Wilds\r\nBy Arin Moore, Animal Management Specialist, The Wilds, Cumberland, OH\r\n\r\n2.    Practical Considerations for Restraint of Hoofed Mammals in a Small Zoo\r\nBy Hoofed Mammal Team, Rosamond Gifford Zoo at Burnet Park, Syracuse, NY\r\n\r\n3.    Inventing the Wheels: Hand-Rearing a Single Babirusa (Babyrousa babyrussa)\r\nBy Nicole Piepers, Nursery Keeper, Los Angeles Zoo, Los Angeles, CA\r\n\r\n4.    Zoo Atlanta’s Hoofstock Enrichment Program\r\nBy Nicole Bouwens, Senior Keeper, Zoo Atlanta, Atlanta, GA\r\n\r\n5.    Managing Ungulates in Mixed Species Exhibits at Disney’s Animal Kingdom\r\nBy Steve Metzler, Assistant Animal Operations Manager (Assistant Curator),\r\nDisney’s Animal Kingdom, Lake Buena Vista, FL\r\n\r\n6.    The Way Home: Moving a Herd of 1.6 Reticulated Giraffe into a New Facility\r\nBy Aimee S. Fannon, Head Giraffe Keeper, Fort Wayne Children’s Zoo, Fort Wayne, IN\r\n\r\n7.    Managing a Reticulated Giraffe (Giraffa camelopardalis) with Allergies\r\nBy Melaina Wallace, Keeper II and Kristin Wolfe, Zoological Manager\r\nDisney’s Animal Kingdom, Lake Buena Vista, FL\r\n\r\n8.    Porcine Perfection: Red River Hogs in Mixed Species Exhibits\r\nBy Lindsey Kirkman, Animal Keeper III, Disney’s Animal Kingdom, Lake Buena Vista, FL\r\n\r\n9.    Easy Bison Enrichment in a Cash-Strapped Economy\r\nBy Phil Coleman, Lead Keeper, Elmwood Park Zoo, Norristown, PA\r\n\r\n10.    Goat Lab – Evolution of a Training Class\r\nBy Elizabeth Abram, Keeper II, Oakland Zoo, Oakland, CA\r\n\r\n11.    Moving Onward and Upward: Building a Contemporary Giraffe Facility\r\nBy Amber Eagleson, Area Manager – African Journey, Fort Wayne Children’s Zoo, Ft. Wayne, IN\r\n\r\n12.    Creating New Tools to Reduce Fearful Behavior with Three Ungulate Species at the Oakland Zoo\r\nBy  Amy Phelps, Primary Giraffe Keeper/Keeper II, and Lisa Clifton-Bumpass, Oakland Zoo, Oakland, CA\r\n\r\n13.    Walking a Mile in Their Hooves: Managing Desert Bighorn Sheep (Ovis Canadensis Mexicana) in Natural Exhibits\r\nBy Devorah Young, Senior Keeper, Hoofstock Trail, Phoenix Zoo, Phoenix, AZ\r\n\r\n14.    Caring for African Ungulates in a Winter Climate\r\nBy Maureen Miller, Large Mammal Keeper, The Toledo Zoo, Toledo, OH\r\n\r\n15.    Candid Camera: Using Camera Traps to Monitor Animal Behavior\r\nBy Becky Richendollar, Watani Grasslands Keeper, North Carolina Zoo, Asheboro, NC\r\n\r\n16.    Ungulate TAG Meetings and Conferences: We Want You!\r\nBy Matthew Ardaiolo, Lead Hoofstock Keeper, Potawatomi Zoo, South Bend, IN\r\n\r\n17.    Managing Moose in Captivity\r\nBy Roxanna Breitigan, Animal Care Manager, Cheyenne Mountain Zoo, Colorado Springs, CO\r\n\r\n18.    Training Przewalski’s Horses in a Facility with Limited Resources, Using Protected Contact\r\nBy Amanda Faliano, TITLE, Denver Zoo, Denver, CO\r\n\r\n19.    Elevating Warthog Care Through Training\r\nBy Morgan Lashley, Animal Care Specialist and Christy Layton, Associate Animal Care Specialist, Busch Gardens, Tampa, FL\r\n\r\n20.    Tactiles – The Transition from a Behavior to a Reinforcer: A Case Study of 1.0 Grant’s Zebra (Equus burchelli) at the Oakland Zoo\r\nBy Julie Hartell-DeNardo, former Zoological Manager and Leesa Whittlef, Keeper I, Oakland Zoo, Oakland, CA\r\n\r\n21.    Hoof Management of Hartmann’s Mountain Zebra at Disney’s Animal Kingdom Lodge\r\nBy Vickie Shaw, Animal Keeper, Disney’s Animal Kingdom Lodge®, Lake Buena Vista, FL\r\n\r\n22.    Ungulate TAGs Connecting Keepers: An Update\r\nBy Christy Poelker, Senior Keeper/Ungulates, Saint Louis Zoo, St. Louis, MO\r\n\r\n23.    The Tapir Paper\r\nBy Kim Jansen, Hoofstock Keeper, Nashville Zoo at Grassmere, Nashville, TN\r\n\r\n24.    Ruminant Browser Nutrition Workshop – Synopsis\r\nBy Debra A. Schmidt, PhD, Nutritionist Saint Louis Zoo; Erin L. Kendrick, MS, Associate Nutritionist Saint Louis Zoo; Elizabeth A. Koutsos, PhD, Research Nutritionist, Mazuri, PMI International;  and Michael L. Schlegel, PhD, Nutritionist, San Diego Zoo Global\r\n\r\n25.    Here There Be Dragons: Okapi Conservation in Africa’s Equatorial Forest\r\nSteve Shurter, Director of Conservation, White Oak Conservation Center\r\n\r\n26.    Training the “untrainable”: Using Natural Behavior and Positive Reinforcement to Train Husbandry Behaviors in a Gerenuk (Litacranius walleri)\r\nChristina Seely, Large Mammal Keeper, Denver Zoo, Denver, CO\r\n\r\n27.    Managing a Research Population of an Extremely Flighty Ungulate Species at Smithsonian’s Conservation Biology Institute (SCBI)\r\nBy Dolores Reed, Mammal Keeper-Hoofstock, Center for Species Survival, SCBI, Front Royal, VA\r\n\r\n28.    What’s This Ungulate Care Workshop I’ve Been Hearing So Much About?\r\nBy Adam Eyres, Hoofstock Supervisor, Fossil Rim Wildlife Center, White Rhino SSP® Coordinator\r\n\r\n29.    Rearing Antelope: Three Thriving Examples at the Saint Louis Zoo\r\nBy Christy Poelker, Senior Keeper/Ungulates, Saint Louis Zoo, St. Louis, MO\r\n\r\n30.    Freezing Browse for Year-round Feeding of Giraffe and Other Hoofstock\r\nPearl Z. Yusuf, Curator, Hooves and Horns, Zoo New England, Boston, MA\r\n\r\n31.    “A Voice for Captive Prey Species”\r\nBy Allyson O’Neill, Mammal Keeper – Hoofstock/Cheetahs, Smithsonian Conservation Biology Institute, Front Royal VA\r\n\r\n32.    Teaching Your Young Giraffe Old Tricks: Changing Learned Behaviors in a Herd of Captive Giraffe\r\nAshleigh Kandrac, Assistant Curator, Lion County Safari, Loxahatchee, FL\r\n\r\n33.    Rhinoceros Enrichment\r\nBy Wendy Shaffstall, Sr. Ungulate Keeper, Cincinnati Zoo, Cincinnati, OH and Adam Felts, Head Keeper Asian Domain, Columbus Zoo and Aquarium, Powell, OH\r\n\r\n34.    Striving for Sustainability: the Ungulate Manager’s Toolbox\r\nBy Bill Houston, Assistant Curator, St. Louis Zoo; David Powell, Assistant Curator of Mammals, Bronx Zoo; and Brent Huffman, Keeper III, Toronto Zoo\r\n\r\n35.    Bongo Calf Splaying and Coxofemoral Luxation\r\nBy Lydia F. Bosley, Bongo International Studbook Keeper and Dr. Tom de Maar, Bongo SP Vet Advisor\r\n\r\n36.    Benefits of Goal-Based Behavioral Husbandry for Captive Bovid and Cervid Species\r\nBy Angela Cecil Binney, DAK and Julie Hartell-DeNardo, St. Louis Zoo\r\n\r\n37.    Welcome to the Ungulate Tag Herd!\r\nBy Martha Fischer, AZA Antelope and Giraffe TAG Chair\r\n\r\n38.    TAG – You’re It!\r\nBy Martha Fischer, AZA Antelope and Giraffe TAG Chair\r\n</span>', 'Coming Soon', 0, '', 'inherit', 'closed', 'closed', '', '2049-revision-3', '', '', '2011-07-01 16:08:06', '2011-07-01 21:08:06', '', 2049, 'http://aazk.org/uncategorized/2049-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2056, 2, '2011-07-01 16:04:48', '2011-07-01 21:04:48', '<strong><em></em></strong>\r\n\r\n<strong>July 19, 2011 - <em>Keeper Invitational at the Cape May County Zoo</em></strong>. To be held in Cape May Courthouse, NJ.  Come have fun, see our zoo and meet other keepers from this area!  Join us at the pavilion in the park at 2 p.m. until dusk, including access to the zoo after closing.  Snack, pizza and subs provided.  Please bring $5 donation for food.  Contact <a href="mailto:cmczaazk@yahoo.com">cmczaazk@yahoo.com</a> or call (609) 465-2388 for further information or to RSVP.\r\n\r\n<strong>July 20-23, 2011 - <em>Biology of Rattlesnakes Symposium</em></strong> - To be held at the University Park Marriot in Tucson, AZ.  Hosted by the Chiricahua Desert Museum and the Arizona-Sonora Desert Museum. People interested in presenting papers should contact Lori King Palmer at <a href="mailto:loriguanid@aol.com">loriguanid@aol.com</a>.  Those interested in presenting posters contact Matt Goode at <a href="mailto:mgoode@ag.arizona.edu">mgoode@ag.arizona.edu</a>.  For registration information, current list of speakers and other details, please go to<a href="http://www.biologyoftherattlesnakes.com"> www.biologyoftherattlesnakes.com</a>.\r\n\r\n<strong>July 25-30, 2011  - <em>The First-ever Joint Meeting of the International Ethological Conference (IEC) and the Animal Behavior Society (ABS)</em></strong>. To be held at Indiana University, Bloomington, Indiana, USA. More information can be found at the conference website: <a href="http://www.indiana.edu/~behav11/index.shtml">http://www.indiana.edu/~behav11/index.shtml</a>. The program will be exciting and integrative scientific that draws on the strengths of both the IEC and the ABS.\r\n\r\n<strong>August 14-17, 2011 -  <em>The 9th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles.</em></strong> To be held in Orlando, Florida. The meeting is co-hosted by the Turtle Survival Alliance and the IUCN Tortoise and Freshwater Turtle Specialist Group (TFTSG), and is sponsored by Zoo Med Laboratories, Inc., The Orianne Society and the Turtle Conservancy. The meeting, which has hosted an average of more than 200 attendees over the past five years, represents the largest gathering of non-marine turtle biologists in the world and provides an unmatched opportunity for networking and strategizing turtle conservation. Last year’s conference was filled with presentations by biologists and conservationists from more than 20 countries covering 50+ species. Visit <a href="http://www.turtlesurvival.org">http://www.turtlesurvival.org</a> for more information and to register. Early registration discounts end on July 8, so don’t delay!\r\n\r\n<strong>August 24-28, 2011 - <em>AAZK National Conference</em>.</strong> In San Diego, CA.  Hosted by the Sand Diego AAZK Chapter and the Zoological Society of San Diego.  See <a href="http://sdaazk.com">http://sdaazk.com</a> for information.\r\n\r\n<strong>September 19-22, 2011 - <em>Elephant Care Workshop - a practical workshop on elephant foot care and habitat design to support elephant health</em></strong><em> </em>- To be held at the Phoenix Zoo, Phoenix, AZ. Optional post-trip to Reid Park Zoo in Tucson. Workshop cost $200, additional $35 for Reid Park trip.  Fees payable at registration so please bring cash, check or money order with you.  Limited to 25 participants, preference given to elephant caregivers.  To pre-register contact Heather Wright, Elephant Manager, Phoenix Zoo, by calling (602) 273-1341 ext. 7626 or email <a href="mailto:hwright@thephxzoo.com">hwright@thephxzoo.com</a>.\r\n\r\n<strong>September 26-30, 2011 - <em>Training And Enrichment Workshop for Zoo Animals. </em></strong>Hosted by The Oakland Zoo, Oakland, CA.<em> </em>Presented by Active Environments and The Shape of Enrichment. Instructors: Gail Laule, Margaret Whittaker, and Valerie J. Hare. This unique five-day workshop is designed for keepers, managers, supervisors, curators, and veterinarians working with all species of animals held in zoos. The workshop will present an array of topics relating to the behavioral management approach to caring for captive animals, with focus on environmental enrichment, positive reinforcement training techniques, and the problem-solving process. Workshop format includes lecture, discussion, small group projects, demonstrations, and multiple hands-on training and enrichment opportunities with Oakland Zoo’s diverse collection.  Skills taught are directly related to enhancing staff’s ability to manage captive animal behavior, improve animal welfare, and enhance the overall care and management of captive animals. The Workshop format is designed to maximize the value for each participant and as much as possible to address specific situations, needs, problems, and objectives.  Be prepared to interact, share, and participate to make the experience as useful and relevant to you as possible. For further information contact: Active Environments, Inc., 7651 Santos Rd., Lompoc, CA 93436; Tel: 805-737-3700; E-mail: <a href="mailto:active_environs@ix.netcom.com">active_environs@ix.netcom.com</a>.\r\n\r\n<strong></strong>\r\n\r\n<strong>October 1-5, 2011  -<em> 30th Annual Conference of the Association of Zoological Horticulture (AZH)</em></strong>.  Hosted by the Sedgwick County Zoo, Wichita, KS.  Theme: "Bringing the World to the Plains" at Wichita Hyatt Regency Hotel. Seminars and workshops covering a wide range of topics involving Horticulture, Integrated Pest Management, Conservation and Exhibit Design will be presented. Participants within the Horticulture, Arboriculture and Grounds Maintenance fields are encouraged to attend. For more information call 316-266-8313, 316-266-8314 or visit <a href="http://AZH.org">AZH.org</a>.\r\n\r\n<strong>October 6 – 9, 2011 - <em>Advancing Bear Care 2011</em></strong> – Banff, Canada\r\nBear biologists and naturalists will lead hikes into bear habitat and interpret for delegates how bears use the components of the ecosystem to express their daily and seasonal routines. We will bring this information back into workshops and apply this knowledge towards improving captive bear husbandry. Also, international bear biologists will assist us in interpreting Asian, European, and South American bear habitats.\r\n\r\n<strong>October 6-9, 2011 - <em>32nd Annual Elephant Managers Association Conference</em></strong> - Hosted by the Seneca Park Zoo, Rochester, NY.  The pre-conference trip will be hosted by Lion Country Safari in Cambridge, Ontario on Wednesday, October 5th (Passport needed to participate in this trip).\r\n<h2><strong>2012</strong></h2>\r\n<strong>February 6-10, 2012 – <em>2nd Bi-annual Conference of the International Association of Giraffe Care Professionals </em>– </strong>Hosted by the Oakland Zoo, and held in San Francisco, CA. Keynote speaker is Ken Ramirez.  For registration, abstract submission and more information go to <a href="http://www.giraffecare.org">www.giraffecare.org</a>.\r\n\r\n<strong>April 12-15, 2012 - <em>Otter Keeper Workshop </em></strong>- The 5th biennial workshop will be hosted by The Dallas World Aquarium,  Any staff working with any of the freshwater species is welcome to attend.  Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, and lots of sharing of information between keepers.  Registration is $75.00.  For more information, see <a href="http://www.otterkeeperworkshop.org">www.otterkeeperworkshop.org</a>.\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY.\r\n<h2><strong>2013</strong></h2>\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2011 - San Diego, CA - August 24-28; <a href="http://sdaazk.com">http://sdaazk.com</a>\r\n\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - Dates TBA\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events July 2011', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2011-07-01 16:04:48', '2011-07-01 21:04:48', '', 435, 'http://aazk.org/uncategorized/435-revision-36/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2100, 2, '2011-09-02 10:43:11', '2011-09-02 15:43:11', '<em>By Christopher Torge, Animal Keeper; Victoria Shaw, Animal Keeper;\r\nKim Szawan, Animal Keeper;Tim Pinkerton, Zoological Manager,\r\nDisney’s Animal Kingdom Lodge®, Orlando, FL</em>\r\n\r\n<strong>Introduction</strong>\r\nRuppell’s griffon vultures (<em>Gyps rueppellii</em>) are found throughout Central Africa.  They have an average wingspan of 2.4 meters and weigh an average of eight kilograms.  This species of vulture is listed as “near threatened” according to the IUCN.  Issues affecting their declining population numbers include habitat loss due to encroaching farm land, loss of their main food source: wild ungulates, and poisoning.  Poisoning and death occur after vultures consume the remains of livestock treated with the commonly used anti-inflammatory medication, Diclofenac.  Conservation efforts are underway to stop the use of Diclofenac, replacing it with medications not lethal to vulture species.\r\n\r\nDisney’s Animal Kingdom Lodge is a 110-acre African-themed vacation resort.   Guests staying at this resort are surrounded by 45 acres of animal habitat viewable from their private rooms, as well as from common guest areas and a restaurant.  The animal collection consists of 35 species of African hoofstock and birds separated into four separate mixed-species habitats.  Disney’s Animal Kingdom Lodge®, which opened in 2001, has historically always had Ruppell’s griffon vultures as part of its animal collection.\r\n\r\nIn the winter of 2009, the flock of Ruppell’s griffon vultures housed at Disney’s Animal Kingdom Lodge® welcomed two new members.  Two chicks hatched out on 8January  and 10 January from two sets of parents.  This was the first time this species ever hatched at Disney’s Animal Kingdom Lodge®, and the animal care staff had been eagerly waiting for these hatchings to occur.  Although both sets of parents had never raised chicks before, the staff was optimistic that the birds would be successful parents.  This paper will discuss the challenges the animal care staff faced when one set of the inexperienced parents proved to be unable to raise their chick by themselves.  The methods used to successfully assist these parents in raising their chick in an 11-acre mixed-species exhibit is the focus of this paper.\r\n\r\n<strong>Challenges</strong>\r\nDuring the first five days, the chick appeared in good health.  The parents were observed offering regurgitated food to the chick and all seemed normal.  The neonate exam on Day 2 went well and no issues or concerns were noted at that time.  The initial plan was to leave the chick with the parents for rearing.  The first sign of challenges began on Day 6.  These challenges included lack of parental feeding, cold weather, and protective parents.\r\n\r\n<strong>Medical</strong>\r\nOn Day 6 the chick was unresponsive and lethargic and was transported to the veterinary hospital for evaluation.  Upon examination it was noted that the chick’s crop was empty and she had lost 18 grams in four days.  The chick was tube fed and held overnight for observations.  Within 12 hours the bird’s condition improved greatly and she started taking small pieces of chopped mouse pinkies offered with forceps.  Our assumptions were that the parents were taking care of the chick in all aspects, except adequate feeding.  We decided to return the chick to the nest and developed a supplemental feeding and weighing schedule, instead of pulling the chick for traditional hand-rearing.\r\n\r\n<strong>Feeding Issues and Solutions</strong>\r\nDuring the discussion of how to raise this chick, the animal care staff identified that the two priorities were to be able to feed the chick reliably on a set schedule, and to reduce imprinting on the keeper staff.   The parents had been constantly brooding and protecting the nest site, so the staff felt that leaving the chick with the parents and only assisting with its feeding was the best approach to lessen the likelihood of imprinting on the animal care staff.  A feeding and weighing schedule was implemented and a core group of keepers were assigned to handle these responsibilities.  The average temperatures in Central Florida in January 2009 were lower than normal.  Daytime temperatures remained in the 40’s and it wasn’t uncommon to have temperatures dip into the low 30’s overnight.  Initially the chick had to be pulled from the nest and placed into a heated brooder during its feeding sessions.\r\n\r\n<strong>Protective Parents</strong>\r\nDue to the protective nature of its parents, removing the chick from the nest proved to be a challenge.  Nets and large metal shields were used to encourage the parents away from the nest.   Once at a safe distance, keepers were able to safely remove the chick, place it in the brooder located in the back of a pickup truck several yards away from the nest site, and commence with the scheduled feeding.  Once the chick was returned to the nest, the parents quickly started to brood the chick again.   This method proved ……..\r\n\r\n<img class="alignnone size-full wp-image-2101" title="vulture_chick" src="http://aecetia.net/gws/aazk/wp-content/uploads/vulture_chick.jpg" alt="vulture_chick" width="539" height="407" />\r\n\r\n<strong> Food items handed to the adult female by keeper staff being fed to the chick.</strong>\r\n\r\n<em>(Photo by Disney Animal Kingdom Lodge ® Animal Care Staff)</em>\r\n\r\n<strong>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'A Different Approach to Raising a Ruppell’s Griffon  Vulture (Gyps rueppellii) Chick by Utilizing Both  Hand-Rearing and Parent-Rearing Techniques', 0, '', 'draft', 'closed', 'closed', '', 'a-different-approach-to-raising-a-ruppells-griffon-vulture-gyps-rueppellii-chick-by-utilizing-both-hand-rearing-and-parent-rearing-techniques', '', '', '2013-10-15 17:49:19', '2013-10-15 22:49:19', '', 0, 'http://aazk.org/?p=2100', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2099, 2, '2011-08-10 08:44:39', '2011-08-10 13:44:39', '<strong><em></em></strong>\r\n\r\n<strong>August 14-17, 2011 -  <em>The 9th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles.</em></strong> To be held in Orlando, Florida. The meeting is co-hosted by the Turtle Survival Alliance and the IUCN Tortoise and Freshwater Turtle Specialist Group (TFTSG), and is sponsored by Zoo Med Laboratories, Inc., The Orianne Society and the Turtle Conservancy. The meeting, which has hosted an average of more than 200 attendees over the past five years, represents the largest gathering of non-marine turtle biologists in the world and provides an unmatched opportunity for networking and strategizing turtle conservation. Last year’s conference was filled with presentations by biologists and conservationists from more than 20 countries covering 50+ species. Visit <a href="http://www.turtlesurvival.org">http://www.turtlesurvival.org</a> for more information and to register. Early registration discounts end on July 8, so don’t delay!\r\n\r\nThis year we are honored to have Whit Gibbons from the Savannah River Ecology Lab and Dick Vogt from the National Institute of Amazonian Research in Brazil as featured speakers in a program that includes presentations from around the world. Join us for reports on new turtle conservation programs in South America, updates from on-going programs in India, Australia, and Malaysia (to name a few), more news on Asian chelonians, North American box turtles and a special session on the Role of Zoos in Chelonian Conservation that will illustrate current research methods and trends.\r\n\r\nWhile you\'re making your plans, don\'t forget to book your room with our host, the Rosen Plaza Hotel. Book through the TSA link to receive discounted conference rates on your room - which includes a voucher for free breakfast each morning! (<a href="http://www.turtlesurvival.org/get-involved/2011-conference/conference-hotel">http://www.turtlesurvival.org/get-involved/2011-conference/conference-hotel</a>).\r\n\r\n<strong>August 24-28, 2011 - <em>AAZK National Conference</em>.</strong> In San Diego, CA.  Hosted by the Sand Diego AAZK Chapter and the Zoological Society of San Diego.  See <a href="http://sdaazk.com">http://sdaazk.com</a> for information.\r\n\r\n<strong>September 19-22, 2011 - <em>Elephant Care Workshop - a practical workshop on elephant foot care and habitat design to support elephant health</em></strong><em> </em>- To be held at the Phoenix Zoo, Phoenix, AZ. Optional post-trip to Reid Park Zoo in Tucson. Workshop cost $200, additional $35 for Reid Park trip.  Fees payable at registration so please bring cash, check or money order with you.  Limited to 25 participants, preference given to elephant caregivers.  To pre-register contact Heather Wright, Elephant Manager, Phoenix Zoo, by calling (602) 273-1341 ext. 7626 or email <a href="mailto:hwright@thephxzoo.com">hwright@thephxzoo.com</a>.\r\n\r\n<strong></strong>\r\n\r\n<strong>October 1-5, 2011  -<em> 30th Annual Conference of the Association of Zoological Horticulture (AZH)</em></strong>.  Hosted by the Sedgwick County Zoo, Wichita, KS.  Theme: "Bringing the World to the Plains" at Wichita Hyatt Regency Hotel. Seminars and workshops covering a wide range of topics involving Horticulture, Integrated Pest Management, Conservation and Exhibit Design will be presented. Participants within the Horticulture, Arboriculture and Grounds Maintenance fields are encouraged to attend. For more information call 316-266-8313, 316-266-8314 or visit <a href="http://AZH.org">AZH.org</a>.\r\n\r\n<strong>October 6 – 9, 2011 - <em>Advancing Bear Care 2011</em></strong> – Banff, Canada\r\nBear biologists and naturalists will lead hikes into bear habitat and interpret for delegates how bears use the components of the ecosystem to express their daily and seasonal routines. We will bring this information back into workshops and apply this knowledge towards improving captive bear husbandry. Also, international bear biologists will assist us in interpreting Asian, European, and South American bear habitats.\r\n\r\n<strong>October 6-9, 2011 - <em>32nd Annual Elephant Managers Association Conference</em></strong> - Hosted by the Seneca Park Zoo, Rochester, NY.  The pre-conference trip will be hosted by Lion Country Safari in Cambridge, Ontario on Wednesday, October 5th (Passport needed to participate in this trip).\r\n\r\n<strong>November 8-11, 2011 -<em>4th Tree Kangaroo Species Survival Program Workshop</em> </strong>- Hosted by the North American Tree Kangaroo SSP and Woodland Park Zoo. This International Workshop will be held at the Woodland Park Zoo and host delegates from around the world including special guest Danny Samandingke, Tree Kangaroo Conservation Program (TKCP) Education Coordinator in Papua New Guinea.  Registration is $125 and is open to all interested individuals. For more information contact Jacque Blessington at: <a href="mailto:Jacsprat65@aol.com">Jacsprat65@aol.com</a> or call: 816-513-5700.\r\n\r\n<strong>December 5-9, 2011 - <em>Training And Enrichment Workshop for Zoo Animals. </em></strong>Hosted by The Oakland Zoo, Oakland, CA.<em> </em>Presented  by Active Environments and The Shape of Enrichment. Instructors: Gail  Laule, Margaret Whittaker, and Valerie J. Hare. This unique five-day  workshop is designed for keepers, managers, supervisors, curators, and  veterinarians working with all species of animals held in zoos. The  workshop will present an array of topics relating to the behavioral  management approach to caring for captive animals, with focus on  environmental enrichment, positive reinforcement training techniques,  and the problem-solving process. Workshop format includes lecture,  discussion, small group projects, demonstrations, and multiple hands-on  training and enrichment opportunities with Oakland Zoo’s diverse  collection.  Skills taught are directly related to enhancing staff’s  ability to manage captive animal behavior, improve animal welfare, and  enhance the overall care and management of captive animals. The Workshop  format is designed to maximize the value for each participant and as  much as possible to address specific situations, needs, problems, and  objectives.  Be prepared to interact, share, and participate to make the  experience as useful and relevant to you as possible. For further  information contact: Active Environments, Inc., 7651 Santos Rd., Lompoc,  CA 93436; Tel: 805-737-3700; E-mail: <a href="mailto:active_environs@ix.netcom.com">active_environs@ix.netcom.com</a>.\r\n<h2><strong>2012</strong></h2>\r\n<strong>April 12-15, 2012 - <em>Otter Keeper Workshop </em></strong>- The 5th biennial workshop will be hosted by The Dallas World Aquarium,  Any staff working with any of the freshwater species is welcome to attend.  Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, and lots of sharing of information between keepers.  Registration is $75.00.  For more information, see <a href="http://www.otterkeeperworkshop.org">www.otterkeeperworkshop.org</a>.\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY.\r\n<h2><strong>2013</strong></h2>\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2011 - San Diego, CA - August 24-28; <a href="http://sdaazk.com">http://sdaazk.com</a>\r\n\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - Dates TBA\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events August 2011', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2011-08-10 08:44:39', '2011-08-10 13:44:39', '', 435, 'http://aazk.org/uncategorized/435-revision-43/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2850, 2, '2012-10-02 08:05:39', '2012-10-02 13:05:39', '<strong>Greensboro, NC</strong>\r\n\r\nSeptember 22-26, 2013\r\n\r\n<strong>\r\nOrlando, FL</strong><br>\r\n\r\nSeptember 8-12, 2014', 'Upcoming Conferences', 0, '', 'inherit', 'closed', 'closed', '', '757-revision-20', '', '', '2012-10-02 08:05:39', '2012-10-02 13:05:39', '', 757, 'http://aazk.org/uncategorized/757-revision-20/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2851, 2, '2013-05-30 11:11:23', '2013-05-30 16:11:23', '<strong>Greensboro, NC</strong>\r\n\r\nSeptember 22-26, 2013\r\n\r\n<strong>\r\nOrlando, FL</strong>\r\n\r\nSeptember 8-12, 2014\r\n\r\n<strong>St. Louis, MO</strong>\r\n\r\nSeptember 27 - October 1, 2015', 'Upcoming Conferences', 0, '', 'inherit', 'closed', 'closed', '', '757-revision-21', '', '', '2013-05-30 11:11:23', '2013-05-30 16:11:23', '', 757, 'http://aazk.org/uncategorized/757-revision-21/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2098, 2, '2011-09-02 10:29:15', '2011-09-02 15:29:15', 'About the Cover/Information for Contributors\nScoops &amp; Scuttlebutt\nIndianapolis Chapter Sponsorship Recognition\nFrom the Executive Director\nAAZK Seeks Assistant Media Production Editor\nFrom the Immediate Past President\nComing Events\nAcres for the Atmosphere Thank You\nAAZK Announces New Members\n2011 AAZK Award Recipients\n2011 AKF Excellence in Journalism Award Recipients\nA Different Approach to Raisinga Ruppell’s Griffon Vulture Chick by Using Both Hand-Rearing and Parent-Rearing Techniques\nTraining Tales (<em>Insulin Injection Training with Jody the Chimpanzee</em>)\nEnrichment Options (<em>Bloodsicle on a Bungee Feeder for Caracals</em>)\nConservation Station (<em>Programmatic/Financial Report on Sumatran Rhino Conservation Program</em>)\nBook Reviews (<em>Did Not Survive and A Runaway Train in the Making:  The Exotic Amphibians, Turtles and Corcodilians in Florida</em>)\nChapter News\nABMA Conference Announcement\nAKF Dedicated Six-Issue Combo Pack on Sale\nAAZK Grant Report: PASA Veterinary Supply Collection &amp; Redistribution Program\nAccess to Wildlife Information Set to Revolutionize Animal Care\nGrevy’s Zebra Trust: Conservation in Kenya and Ethiopia\nKeeper Profiles DVD Available to Order\nConservation/Legislative Update', 'September 2011', 0, '', 'inherit', 'closed', 'closed', '', '2096-autosave', '', '', '2011-09-02 10:29:15', '2011-09-02 15:29:15', '', 2096, 'http://aazk.org/uncategorized/2096-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2066, 2, '2011-07-14 10:49:18', '2011-07-14 15:49:18', '', 'aperockpic', 0, '', 'inherit', 'closed', 'closed', '', 'aperockpic', '', '', '2011-07-14 10:49:18', '2011-07-14 15:49:18', '', 0, 'http://aazk.org/wp-content/uploads/aperockpic.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2133, 2, '2011-09-09 11:16:37', '2011-09-09 16:16:37', '<div class="bod first">\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="../wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">President</div>\r\n<a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n<div class="info">\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="affiliated_zoo_location">San Diego, CA</div>\r\n<ul class="committees">\r\n	<li>Professional association and husbandry liaisons</li>\r\n	<li><a href="../committee/professional-development-committee/">Professional Development</a>,</li>\r\n	<li>Media,</li>\r\n	<li>Social Media</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-846" title="penny" src="../wp-content/uploads/penny-150x150.jpg" alt="penny" width="150" height="150" /></div>\r\n<div class="name">Penny Jolly</div>\r\n<div class="title">Vice President</div>\r\n<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="affiliated_zoo_location">Orlando, FL</div>\r\n<ul class="committees">\r\n	<li><a href="../committee/bowling-for-rhinos/">Bowling for Rhinos</a>,<a href="../committee/bowling-for-rhinos/">\r\n</a></li>\r\n	<li><a href="../committee/ethics-committee/">Ethics</a>,</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/bylaws-committee/">Bylaws</a>,</li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-934" title="tammy" src="http://aecetia.net/gws/aazk/wp-content/uploads/tammy-150x150.jpg" alt="tammy" width="150" height="150" /></div>\r\n<div class="name">Tammy Root</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:tammy.root@aecetia.net/gws/aazk">tammy.root@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Indianapolis Zoo</div>\r\n<div class="affiliated_zoo_location">Indianapolis, IN</div>\r\n<ul class="committees">\r\n	<li><a href="../committee/awards-committee/">Awards</a>,</li>\r\n	<li><a href="../committee/grants-committee/">Grants</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-medium wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-222x300.jpg" alt="walz" width="133" height="180" /></div>\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Living Planet Aquarium</div>\r\n<div class="affiliated_zoo_location">Sandy, UT</div>\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/behavioral-husbandry/">Behavioral Husbandry</a><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/">\r\n</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-2131" title="wilson" src="http://aecetia.net/gws/aazk/wp-content/uploads/wilson.jpg" alt="wilson" width="150" height="181" /></div>\r\nKelly Wilson\r\n<div class="title">Board Member</div>\r\n<a href="mailto:kelly.wilson@aecetia.net/gws/aazk">kelly.wilson@aecetia.net/gws/aazk</a></div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Detroit Zoo</div>\r\n<div class="affiliated_zoo_location">Detroit, MI</div>\r\n<div class="affiliated_zoo_location">\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/membership-resources/">Membership Resources</a><a href="../committee/bowling-for-rhinos/">\r\n</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Executive Director</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/annual-aazk-conferences/">Conferences</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-882" title="barbara" src="http://aecetia.net/gws/aazk/wp-content/uploads/barbara-150x150.jpg" alt="barbara" width="150" height="150" /></div>\r\n<div class="name">Barbara Manspeaker</div>\r\n<div class="title">Administrative Secretary</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-883" title="chan" src="http://aecetia.net/gws/aazk/wp-content/uploads/chan-150x150.jpg" alt="chan" width="150" height="150" /></div>\r\n<div class="name">Susan Chan</div>\r\n<div class="title">Managing Editor AKF</div>\r\n<div class="email"><a href="mailto:susan.chan@aecetia.net/gws/aazk">susan.chan@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Cleveland, OH</div>\r\n</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2011-09-09 11:16:37', '2011-09-09 16:16:37', '', 395, 'http://aazk.org/uncategorized/395-revision-18/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2069, 2, '2011-07-08 19:08:39', '2011-07-09 00:08:39', '<strong><em></em></strong>\r\n\r\n<strong>July 19, 2011 - <em>Keeper Invitational at the Cape May County Zoo</em></strong>. To be held in Cape May Courthouse, NJ.  Come have fun, see our zoo and meet other keepers from this area!  Join us at the pavilion in the park at 2 p.m. until dusk, including access to the zoo after closing.  Snack, pizza and subs provided.  Please bring $5 donation for food.  Contact <a href="mailto:cmczaazk@yahoo.com">cmczaazk@yahoo.com</a> or call (609) 465-2388 for further information or to RSVP.\r\n\r\n<strong>July 20-23, 2011 - <em>Biology of Rattlesnakes Symposium</em></strong> - To be held at the University Park Marriot in Tucson, AZ.  Hosted by the Chiricahua Desert Museum and the Arizona-Sonora Desert Museum. People interested in presenting papers should contact Lori King Palmer at <a href="mailto:loriguanid@aol.com">loriguanid@aol.com</a>.  Those interested in presenting posters contact Matt Goode at <a href="mailto:mgoode@ag.arizona.edu">mgoode@ag.arizona.edu</a>.  For registration information, current list of speakers and other details, please go to<a href="http://www.biologyoftherattlesnakes.com"> www.biologyoftherattlesnakes.com</a>.\r\n\r\n<strong>July 25-30, 2011  - <em>The First-ever Joint Meeting of the International Ethological Conference (IEC) and the Animal Behavior Society (ABS)</em></strong>. To be held at Indiana University, Bloomington, Indiana, USA. More information can be found at the conference website: <a href="http://www.indiana.edu/~behav11/index.shtml">http://www.indiana.edu/~behav11/index.shtml</a>. The program will be exciting and integrative scientific that draws on the strengths of both the IEC and the ABS.\r\n\r\n<strong>August 14-17, 2011 -  <em>The 9th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles.</em></strong> To be held in Orlando, Florida. The meeting is co-hosted by the Turtle Survival Alliance and the IUCN Tortoise and Freshwater Turtle Specialist Group (TFTSG), and is sponsored by Zoo Med Laboratories, Inc., The Orianne Society and the Turtle Conservancy. The meeting, which has hosted an average of more than 200 attendees over the past five years, represents the largest gathering of non-marine turtle biologists in the world and provides an unmatched opportunity for networking and strategizing turtle conservation. Last year’s conference was filled with presentations by biologists and conservationists from more than 20 countries covering 50+ species. Visit <a href="http://www.turtlesurvival.org">http://www.turtlesurvival.org</a> for more information and to register. Early registration discounts end on July 8, so don’t delay!\r\n\r\nThis year we are honored to have Whit Gibbons from the Savannah River Ecology Lab and Dick Vogt from the National Institute of Amazonian Research in Brazil as featured speakers in a program that includes presentations from around the world. Join us for reports on new turtle conservation programs in South America, updates from on-going programs in India, Australia, and Malaysia (to name a few), more news on Asian chelonians, North American box turtles and a special session on the Role of Zoos in Chelonian Conservation that will illustrate current research methods and trends.\r\n\r\nWhile you\'re making your plans, don\'t forget to book your room with our host, the Rosen Plaza Hotel. Book through the TSA link to receive discounted conference rates on your room - which includes a voucher for free breakfast each morning! (<a href="http://www.turtlesurvival.org/get-involved/2011-conference/conference-hotel">http://www.turtlesurvival.org/get-involved/2011-conference/conference-hotel</a>).\r\n\r\n<strong>August 24-28, 2011 - <em>AAZK National Conference</em>.</strong> In San Diego, CA.  Hosted by the Sand Diego AAZK Chapter and the Zoological Society of San Diego.  See <a href="http://sdaazk.com">http://sdaazk.com</a> for information.\r\n\r\n<strong>September 19-22, 2011 - <em>Elephant Care Workshop - a practical workshop on elephant foot care and habitat design to support elephant health</em></strong><em> </em>- To be held at the Phoenix Zoo, Phoenix, AZ. Optional post-trip to Reid Park Zoo in Tucson. Workshop cost $200, additional $35 for Reid Park trip.  Fees payable at registration so please bring cash, check or money order with you.  Limited to 25 participants, preference given to elephant caregivers.  To pre-register contact Heather Wright, Elephant Manager, Phoenix Zoo, by calling (602) 273-1341 ext. 7626 or email <a href="mailto:hwright@thephxzoo.com">hwright@thephxzoo.com</a>.\r\n\r\n<strong>September 26-30, 2011 - <em>Training And Enrichment Workshop for Zoo Animals. </em></strong>Hosted by The Oakland Zoo, Oakland, CA.<em> </em>Presented by Active Environments and The Shape of Enrichment. Instructors: Gail Laule, Margaret Whittaker, and Valerie J. Hare. This unique five-day workshop is designed for keepers, managers, supervisors, curators, and veterinarians working with all species of animals held in zoos. The workshop will present an array of topics relating to the behavioral management approach to caring for captive animals, with focus on environmental enrichment, positive reinforcement training techniques, and the problem-solving process. Workshop format includes lecture, discussion, small group projects, demonstrations, and multiple hands-on training and enrichment opportunities with Oakland Zoo’s diverse collection.  Skills taught are directly related to enhancing staff’s ability to manage captive animal behavior, improve animal welfare, and enhance the overall care and management of captive animals. The Workshop format is designed to maximize the value for each participant and as much as possible to address specific situations, needs, problems, and objectives.  Be prepared to interact, share, and participate to make the experience as useful and relevant to you as possible. For further information contact: Active Environments, Inc., 7651 Santos Rd., Lompoc, CA 93436; Tel: 805-737-3700; E-mail: <a href="mailto:active_environs@ix.netcom.com">active_environs@ix.netcom.com</a>.\r\n\r\n<strong></strong>\r\n\r\n<strong>October 1-5, 2011  -<em> 30th Annual Conference of the Association of Zoological Horticulture (AZH)</em></strong>.  Hosted by the Sedgwick County Zoo, Wichita, KS.  Theme: "Bringing the World to the Plains" at Wichita Hyatt Regency Hotel. Seminars and workshops covering a wide range of topics involving Horticulture, Integrated Pest Management, Conservation and Exhibit Design will be presented. Participants within the Horticulture, Arboriculture and Grounds Maintenance fields are encouraged to attend. For more information call 316-266-8313, 316-266-8314 or visit <a href="http://AZH.org">AZH.org</a>.\r\n\r\n<strong>October 6 – 9, 2011 - <em>Advancing Bear Care 2011</em></strong> – Banff, Canada\r\nBear biologists and naturalists will lead hikes into bear habitat and interpret for delegates how bears use the components of the ecosystem to express their daily and seasonal routines. We will bring this information back into workshops and apply this knowledge towards improving captive bear husbandry. Also, international bear biologists will assist us in interpreting Asian, European, and South American bear habitats.\r\n\r\n<strong>October 6-9, 2011 - <em>32nd Annual Elephant Managers Association Conference</em></strong> - Hosted by the Seneca Park Zoo, Rochester, NY.  The pre-conference trip will be hosted by Lion Country Safari in Cambridge, Ontario on Wednesday, October 5th (Passport needed to participate in this trip).\r\n<h2><strong>2012</strong></h2>\r\n<strong>February 6-10, 2012 – <em>2nd Bi-annual Conference of the International Association of Giraffe Care Professionals </em>– </strong>Hosted by the Oakland Zoo, and held in San Francisco, CA. Keynote speaker is Ken Ramirez.  For registration, abstract submission and more information go to <a href="http://www.giraffecare.org">www.giraffecare.org</a>.\r\n\r\n<strong>April 12-15, 2012 - <em>Otter Keeper Workshop </em></strong>- The 5th biennial workshop will be hosted by The Dallas World Aquarium,  Any staff working with any of the freshwater species is welcome to attend.  Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, and lots of sharing of information between keepers.  Registration is $75.00.  For more information, see <a href="http://www.otterkeeperworkshop.org">www.otterkeeperworkshop.org</a>.\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY.\r\n<h2><strong>2013</strong></h2>\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2011 - San Diego, CA - August 24-28; <a href="http://sdaazk.com">http://sdaazk.com</a>\r\n\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - Dates TBA\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events July 2011', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2011-07-08 19:08:39', '2011-07-09 00:08:39', '', 435, 'http://aazk.org/uncategorized/435-revision-37/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2070, 2, '2011-07-14 10:54:12', '2011-07-14 15:54:12', '<strong><em></em></strong>\r\n\r\n<strong>July 19, 2011 - <em>Keeper Invitational at the Cape May County Zoo</em></strong>. To be held in Cape May Courthouse, NJ.  Come have fun, see our zoo and meet other keepers from this area!  Join us at the pavilion in the park at 2 p.m. until dusk, including access to the zoo after closing.  Snack, pizza and subs provided.  Please bring $5 donation for food.  Contact <a href="mailto:cmczaazk@yahoo.com">cmczaazk@yahoo.com</a> or call (609) 465-2388 for further information or to RSVP.\r\n\r\n<strong>July 20-23, 2011 - <em>Biology of Rattlesnakes Symposium</em></strong> - To be held at the University Park Marriot in Tucson, AZ.  Hosted by the Chiricahua Desert Museum and the Arizona-Sonora Desert Museum. People interested in presenting papers should contact Lori King Palmer at <a href="mailto:loriguanid@aol.com">loriguanid@aol.com</a>.  Those interested in presenting posters contact Matt Goode at <a href="mailto:mgoode@ag.arizona.edu">mgoode@ag.arizona.edu</a>.  For registration information, current list of speakers and other details, please go to<a href="http://www.biologyoftherattlesnakes.com"> www.biologyoftherattlesnakes.com</a>.\r\n\r\n<strong>July 25-30, 2011  - <em>The First-ever Joint Meeting of the International Ethological Conference (IEC) and the Animal Behavior Society (ABS)</em></strong>. To be held at Indiana University, Bloomington, Indiana, USA. More information can be found at the conference website: <a href="http://www.indiana.edu/~behav11/index.shtml">http://www.indiana.edu/~behav11/index.shtml</a>. The program will be exciting and integrative scientific that draws on the strengths of both the IEC and the ABS.\r\n\r\n<strong>August 14-17, 2011 -  <em>The 9th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles.</em></strong> To be held in Orlando, Florida. The meeting is co-hosted by the Turtle Survival Alliance and the IUCN Tortoise and Freshwater Turtle Specialist Group (TFTSG), and is sponsored by Zoo Med Laboratories, Inc., The Orianne Society and the Turtle Conservancy. The meeting, which has hosted an average of more than 200 attendees over the past five years, represents the largest gathering of non-marine turtle biologists in the world and provides an unmatched opportunity for networking and strategizing turtle conservation. Last year’s conference was filled with presentations by biologists and conservationists from more than 20 countries covering 50+ species. Visit <a href="http://www.turtlesurvival.org">http://www.turtlesurvival.org</a> for more information and to register. Early registration discounts end on July 8, so don’t delay!\r\n\r\nThis year we are honored to have Whit Gibbons from the Savannah River Ecology Lab and Dick Vogt from the National Institute of Amazonian Research in Brazil as featured speakers in a program that includes presentations from around the world. Join us for reports on new turtle conservation programs in South America, updates from on-going programs in India, Australia, and Malaysia (to name a few), more news on Asian chelonians, North American box turtles and a special session on the Role of Zoos in Chelonian Conservation that will illustrate current research methods and trends.\r\n\r\nWhile you\'re making your plans, don\'t forget to book your room with our host, the Rosen Plaza Hotel. Book through the TSA link to receive discounted conference rates on your room - which includes a voucher for free breakfast each morning! (<a href="http://www.turtlesurvival.org/get-involved/2011-conference/conference-hotel">http://www.turtlesurvival.org/get-involved/2011-conference/conference-hotel</a>).\r\n\r\n<strong>August 24-28, 2011 - <em>AAZK National Conference</em>.</strong> In San Diego, CA.  Hosted by the Sand Diego AAZK Chapter and the Zoological Society of San Diego.  See <a href="http://sdaazk.com">http://sdaazk.com</a> for information.\r\n\r\n<strong>September 16-20, 2011 - <em>31st Annual Conference, Association of Zoo Veterinary Technicians.</em> </strong>This conference will be held  at the Rio Grande Zoo, Albuquerque, NM.  If you would like more information please contact Gwen Dragoo via email at <a href="mailto:gdragoo@cabq.gov">gdragoo@cabq.gov</a> or visit <a href="http://www.azvt.org">www.azvt.org</a>.\r\n<strong>September 19-22, 2011 - <em>Elephant Care Workshop - a practical workshop on elephant foot care and habitat design to support elephant health</em></strong><em> </em>- To be held at the Phoenix Zoo, Phoenix, AZ. Optional post-trip to Reid Park Zoo in Tucson. Workshop cost $200, additional $35 for Reid Park trip.  Fees payable at registration so please bring cash, check or money order with you.  Limited to 25 participants, preference given to elephant caregivers.  To pre-register contact Heather Wright, Elephant Manager, Phoenix Zoo, by calling (602) 273-1341 ext. 7626 or email <a href="mailto:hwright@thephxzoo.com">hwright@thephxzoo.com</a>.\r\n\r\n<strong>September 26-30, 2011 - <em>Training And Enrichment Workshop for Zoo Animals. </em></strong>Hosted by The Oakland Zoo, Oakland, CA.<em> </em>Presented by Active Environments and The Shape of Enrichment. Instructors: Gail Laule, Margaret Whittaker, and Valerie J. Hare. This unique five-day workshop is designed for keepers, managers, supervisors, curators, and veterinarians working with all species of animals held in zoos. The workshop will present an array of topics relating to the behavioral management approach to caring for captive animals, with focus on environmental enrichment, positive reinforcement training techniques, and the problem-solving process. Workshop format includes lecture, discussion, small group projects, demonstrations, and multiple hands-on training and enrichment opportunities with Oakland Zoo’s diverse collection.  Skills taught are directly related to enhancing staff’s ability to manage captive animal behavior, improve animal welfare, and enhance the overall care and management of captive animals. The Workshop format is designed to maximize the value for each participant and as much as possible to address specific situations, needs, problems, and objectives.  Be prepared to interact, share, and participate to make the experience as useful and relevant to you as possible. For further information contact: Active Environments, Inc., 7651 Santos Rd., Lompoc, CA 93436; Tel: 805-737-3700; E-mail: <a href="mailto:active_environs@ix.netcom.com">active_environs@ix.netcom.com</a>.\r\n\r\n<strong></strong>\r\n\r\n<strong>October 1-5, 2011  -<em> 30th Annual Conference of the Association of Zoological Horticulture (AZH)</em></strong>.  Hosted by the Sedgwick County Zoo, Wichita, KS.  Theme: "Bringing the World to the Plains" at Wichita Hyatt Regency Hotel. Seminars and workshops covering a wide range of topics involving Horticulture, Integrated Pest Management, Conservation and Exhibit Design will be presented. Participants within the Horticulture, Arboriculture and Grounds Maintenance fields are encouraged to attend. For more information call 316-266-8313, 316-266-8314 or visit <a href="http://AZH.org">AZH.org</a>.\r\n\r\n<strong>October 6 – 9, 2011 - <em>Advancing Bear Care 2011</em></strong> – Banff, Canada\r\nBear biologists and naturalists will lead hikes into bear habitat and interpret for delegates how bears use the components of the ecosystem to express their daily and seasonal routines. We will bring this information back into workshops and apply this knowledge towards improving captive bear husbandry. Also, international bear biologists will assist us in interpreting Asian, European, and South American bear habitats.\r\n\r\n<strong>October 6-9, 2011 - <em>32nd Annual Elephant Managers Association Conference</em></strong> - Hosted by the Seneca Park Zoo, Rochester, NY.  The pre-conference trip will be hosted by Lion Country Safari in Cambridge, Ontario on Wednesday, October 5th (Passport needed to participate in this trip).\r\n<h2><strong>2012</strong></h2>\r\n<strong>February 6-10, 2012 – <em>2nd Bi-annual Conference of the International Association of Giraffe Care Professionals </em>– </strong>Hosted by the Oakland Zoo, and held in San Francisco, CA. Keynote speaker is Ken Ramirez.  For registration, abstract submission and more information go to <a href="http://www.giraffecare.org">www.giraffecare.org</a>.\r\n\r\n<strong>April 12-15, 2012 - <em>Otter Keeper Workshop </em></strong>- The 5th biennial workshop will be hosted by The Dallas World Aquarium,  Any staff working with any of the freshwater species is welcome to attend.  Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, and lots of sharing of information between keepers.  Registration is $75.00.  For more information, see <a href="http://www.otterkeeperworkshop.org">www.otterkeeperworkshop.org</a>.\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY.\r\n<h2><strong>2013</strong></h2>\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2011 - San Diego, CA - August 24-28; <a href="http://sdaazk.com">http://sdaazk.com</a>\r\n\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - Dates TBA\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events July 2011', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2011-07-14 10:54:12', '2011-07-14 15:54:12', '', 435, 'http://aazk.org/uncategorized/435-revision-38/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2071, 2, '2011-07-14 10:55:02', '2011-07-14 15:55:02', '<strong><em></em></strong>\r\n\r\n<strong>July 19, 2011 - <em>Keeper Invitational at the Cape May County Zoo</em></strong>. To be held in Cape May Courthouse, NJ.  Come have fun, see our zoo and meet other keepers from this area!  Join us at the pavilion in the park at 2 p.m. until dusk, including access to the zoo after closing.  Snack, pizza and subs provided.  Please bring $5 donation for food.  Contact <a href="mailto:cmczaazk@yahoo.com">cmczaazk@yahoo.com</a> or call (609) 465-2388 for further information or to RSVP.\r\n\r\n<strong>July 20-23, 2011 - <em>Biology of Rattlesnakes Symposium</em></strong> - To be held at the University Park Marriot in Tucson, AZ.  Hosted by the Chiricahua Desert Museum and the Arizona-Sonora Desert Museum. People interested in presenting papers should contact Lori King Palmer at <a href="mailto:loriguanid@aol.com">loriguanid@aol.com</a>.  Those interested in presenting posters contact Matt Goode at <a href="mailto:mgoode@ag.arizona.edu">mgoode@ag.arizona.edu</a>.  For registration information, current list of speakers and other details, please go to<a href="http://www.biologyoftherattlesnakes.com"> www.biologyoftherattlesnakes.com</a>.\r\n\r\n<strong>July 25-30, 2011  - <em>The First-ever Joint Meeting of the International Ethological Conference (IEC) and the Animal Behavior Society (ABS)</em></strong>. To be held at Indiana University, Bloomington, Indiana, USA. More information can be found at the conference website: <a href="http://www.indiana.edu/~behav11/index.shtml">http://www.indiana.edu/~behav11/index.shtml</a>. The program will be exciting and integrative scientific that draws on the strengths of both the IEC and the ABS.\r\n\r\n<strong>August 14-17, 2011 -  <em>The 9th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles.</em></strong> To be held in Orlando, Florida. The meeting is co-hosted by the Turtle Survival Alliance and the IUCN Tortoise and Freshwater Turtle Specialist Group (TFTSG), and is sponsored by Zoo Med Laboratories, Inc., The Orianne Society and the Turtle Conservancy. The meeting, which has hosted an average of more than 200 attendees over the past five years, represents the largest gathering of non-marine turtle biologists in the world and provides an unmatched opportunity for networking and strategizing turtle conservation. Last year’s conference was filled with presentations by biologists and conservationists from more than 20 countries covering 50+ species. Visit <a href="http://www.turtlesurvival.org">http://www.turtlesurvival.org</a> for more information and to register. Early registration discounts end on July 8, so don’t delay!\r\n\r\nThis year we are honored to have Whit Gibbons from the Savannah River Ecology Lab and Dick Vogt from the National Institute of Amazonian Research in Brazil as featured speakers in a program that includes presentations from around the world. Join us for reports on new turtle conservation programs in South America, updates from on-going programs in India, Australia, and Malaysia (to name a few), more news on Asian chelonians, North American box turtles and a special session on the Role of Zoos in Chelonian Conservation that will illustrate current research methods and trends.\r\n\r\nWhile you\'re making your plans, don\'t forget to book your room with our host, the Rosen Plaza Hotel. Book through the TSA link to receive discounted conference rates on your room - which includes a voucher for free breakfast each morning! (<a href="http://www.turtlesurvival.org/get-involved/2011-conference/conference-hotel">http://www.turtlesurvival.org/get-involved/2011-conference/conference-hotel</a>).\r\n\r\n<strong>August 24-28, 2011 - <em>AAZK National Conference</em>.</strong> In San Diego, CA.  Hosted by the Sand Diego AAZK Chapter and the Zoological Society of San Diego.  See <a href="http://sdaazk.com">http://sdaazk.com</a> for information.\r\n\r\n<strong>September 16-20, 2011 - <em>31st Annual Conference, Association of Zoo Veterinary Technicians.</em> </strong>This conference will be held  at the Rio Grande Zoo, Albuquerque, NM.  If you would like more information please contact Gwen Dragoo via email at <a href="mailto:gdragoo@cabq.gov">gdragoo@cabq.gov</a> or visit <a href="http://www.azvt.org">www.azvt.org</a>.\r\n<strong>September 19-22, 2011 - <em>Elephant Care Workshop - a practical workshop on elephant foot care and habitat design to support elephant health</em></strong><em> </em>- To be held at the Phoenix Zoo, Phoenix, AZ. Optional post-trip to Reid Park Zoo in Tucson. Workshop cost $200, additional $35 for Reid Park trip.  Fees payable at registration so please bring cash, check or money order with you.  Limited to 25 participants, preference given to elephant caregivers.  To pre-register contact Heather Wright, Elephant Manager, Phoenix Zoo, by calling (602) 273-1341 ext. 7626 or email <a href="mailto:hwright@thephxzoo.com">hwright@thephxzoo.com</a>.\r\n\r\n<strong>September 26-30, 2011 - <em>Training And Enrichment Workshop for Zoo Animals. </em></strong>Hosted by The Oakland Zoo, Oakland, CA.<em> </em>Presented by Active Environments and The Shape of Enrichment. Instructors: Gail Laule, Margaret Whittaker, and Valerie J. Hare. This unique five-day workshop is designed for keepers, managers, supervisors, curators, and veterinarians working with all species of animals held in zoos. The workshop will present an array of topics relating to the behavioral management approach to caring for captive animals, with focus on environmental enrichment, positive reinforcement training techniques, and the problem-solving process. Workshop format includes lecture, discussion, small group projects, demonstrations, and multiple hands-on training and enrichment opportunities with Oakland Zoo’s diverse collection.  Skills taught are directly related to enhancing staff’s ability to manage captive animal behavior, improve animal welfare, and enhance the overall care and management of captive animals. The Workshop format is designed to maximize the value for each participant and as much as possible to address specific situations, needs, problems, and objectives.  Be prepared to interact, share, and participate to make the experience as useful and relevant to you as possible. For further information contact: Active Environments, Inc., 7651 Santos Rd., Lompoc, CA 93436; Tel: 805-737-3700; E-mail: <a href="mailto:active_environs@ix.netcom.com">active_environs@ix.netcom.com</a>.\r\n\r\n<strong></strong>\r\n\r\n<strong>October 1-5, 2011  -<em> 30th Annual Conference of the Association of Zoological Horticulture (AZH)</em></strong>.  Hosted by the Sedgwick County Zoo, Wichita, KS.  Theme: "Bringing the World to the Plains" at Wichita Hyatt Regency Hotel. Seminars and workshops covering a wide range of topics involving Horticulture, Integrated Pest Management, Conservation and Exhibit Design will be presented. Participants within the Horticulture, Arboriculture and Grounds Maintenance fields are encouraged to attend. For more information call 316-266-8313, 316-266-8314 or visit <a href="http://AZH.org">AZH.org</a>.\r\n\r\n<strong>October 6 – 9, 2011 - <em>Advancing Bear Care 2011</em></strong> – Banff, Canada\r\nBear biologists and naturalists will lead hikes into bear habitat and interpret for delegates how bears use the components of the ecosystem to express their daily and seasonal routines. We will bring this information back into workshops and apply this knowledge towards improving captive bear husbandry. Also, international bear biologists will assist us in interpreting Asian, European, and South American bear habitats.\r\n\r\n<strong>October 6-9, 2011 - <em>32nd Annual Elephant Managers Association Conference</em></strong> - Hosted by the Seneca Park Zoo, Rochester, NY.  The pre-conference trip will be hosted by Lion Country Safari in Cambridge, Ontario on Wednesday, October 5th (Passport needed to participate in this trip).\r\n<h2><strong>2012</strong></h2>\r\n<strong>February 6-10, 2012 – <em>2nd Bi-annual Conference of the International Association of Giraffe Care Professionals </em>– </strong>Hosted by the Oakland Zoo, and held in San Francisco, CA. Keynote speaker is Ken Ramirez.  For registration, abstract submission and more information go to <a href="http://www.giraffecare.org">www.giraffecare.org</a>.\r\n\r\n<strong>April 12-15, 2012 - <em>Otter Keeper Workshop </em></strong>- The 5th biennial workshop will be hosted by The Dallas World Aquarium,  Any staff working with any of the freshwater species is welcome to attend.  Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, and lots of sharing of information between keepers.  Registration is $75.00.  For more information, see <a href="http://www.otterkeeperworkshop.org">www.otterkeeperworkshop.org</a>.\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY.\r\n<h2><strong>2013</strong></h2>\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2011 - San Diego, CA - August 24-28; <a href="http://sdaazk.com">http://sdaazk.com</a>\r\n\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - Dates TBA\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events July 2011', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2011-07-14 10:55:02', '2011-07-14 15:55:02', '', 435, 'http://aazk.org/uncategorized/435-revision-39/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2079, 2, '2011-08-01 20:31:21', '2011-08-02 01:31:21', '<em>By Aimee S. Fannon, Head Giraffe Keeper,\r\nFort Wayne Children’s Zoo, Fort Wayne, IN</em>\r\n\r\n<strong>Introduction</strong>\r\nIn October 2010, after much training and hard work, Fort Wayne Children’s Zoo’s herd of 1.6 reticulated giraffe (<em>Giraffe camelopardalis</em>) entered a new facility of their own free will. This long awaited move for the zoo’s seven giraffe took careful planning and execution by the giraffe staff.  The old barn had been inadequate for some time:  spaces were crowded, shifting was a challenge, and training opportunities were extremely limited.  In the winter of 2010, we received a very generous donation that enabled us to build a new giraffe facility.  We were overjoyed, but realized that we had a lot of hard work ahead of us.  The new barn, by Fauna Research, was to be built on the opposite side of the giraffe’s outdoor exhibit space. There would be a chute area/exercise yard that leads from the exhibit to the new barn. The new facility would be four times larger than the old barn, and would be complete with a Fauna Research Giraffe Tamer®.  It would improve the care of our herd (and the sanity of our keepers!) in a multitude of ways. There was one thing we knew for sure: we wanted the herd to walk into the new barn of their own free will. Each giraffe has his or her own personality, and getting them to enter the barn would require considering each giraffe’s individual challenges and needs.  The herd consists of Jelani, the somewhat fearless bull; the natural herd leader and oldest giraffe Zuri; her calf, Zahra; and four-year-old Mystic. Also in the herd is Kali, another older female; Luna, Mystic’s half-sister; and Luna’s calf, Kesi. As anyone who works with giraffe knows, asking them to follow a keeper into a giant, shiny, new barn was like asking them to follow a keeper off of a cliff.  It would take a lot of patience and understanding, but we gave the herd the best tools we could. Utilizing these tools and the strong bond of trust between giraffe and keepers, the move was safe and successful.\r\n\r\n<strong>Challenges</strong>\r\nWe faced many overwhelming challenges in the move.  The barn was not completed until October, which left us racing against time and the impending Indiana winter to get the giraffe moved into the new building.  The entrance to the new barn was on the opposite side of the exhibit.  The herd spent most of their time at the hayracks and public feeding platform, both of which are at the front of the exhibit.  They only occasionally ventured to the back of the exhibit.  Due to the ongoing construction, there were loud noises, large equipment, and strange people surrounding the area every day. We have protected contact with our giraffe, so we could not always go where we were asking them to go.  Every night the giraffe returned to their old barn, and the whole process was started anew the next day. Then there was the largest challenge of all: Kali and Luna.  When Kali arrived at our zoo at age 15, she was overwhelmed with the changes around her.  While she was fine in the barn and exercise yard, she refused to enter the exhibit, despite strong encouragement.  She remained at the barn while watching the others go to and from exhibit every day for five years.  But she wasn’t alone.  When Luna and Mystic arrived in 2007, Luna quickly bonded with Kali.  Both have extremely cautious personalities, even for giraffe.  Keepers were unable to get Luna to follow the others to the exhibit.  She stayed at the barn for three years.  We wanted them all to cross the exhibit and enter the new barn willingly, but how could we do that when two members of herd had never even been into the exhibit?\r\nMany ideas were implemented to help get Luna and Kali to go to the exhibit.  While there would be periods of great improvement, there was never complete success.  In early June 2010, we decided to request the aid of Steve Martin and Wouter Stellaard of Natural Encounters, Inc.  They had experience with the situation, and shared with us the desire to get Luna and Kali to join the others.  Not only did we want to improve their quality of life, but we wanted the process to be as positive as possible. With the expertise of Steve and Wouter, we were able to use a mild aversive in the most positive way possible.  We created a “moveable wall” by securing tarps to long pieces of narrow, plastic pipe.  Several people were required for the process, but we tried to place the giraffe keepers at the entrance to the exhibit.  We wanted to be something positive (like the rest of the herd awaiting them in the exhibit) for them to move toward. We created two “walls”, each carried by two people (one on each end).  We worked with Kali and Luna separately.  We closed off the area completely to the public. Once the individual giraffe was in the exercise and had access to the exhibit, keepers would enter the space at the back of the yard.  The walls were rolled up and kept horizontal. We observed the giraffe’s reaction.  If the giraffe moved a step toward the exhibit, we did not move at all. If the giraffe moved toward the back of the yard, we all took a step forward.\r\n\r\nThis process was broken down into multiple levels.  Each level increased the use of walls in small increments.  For example, if the giraffe took another step toward us, we moved the walls into an upright position while keeping them rolled up.  If the giraffe moved toward the exhibit, the keepers stopped.  If the giraffe came toward the back of the yard, the keepers began to slowly unfurl the walls.  Every time the giraffe took a step toward the walls, the keepers took a step toward the giraffe.  This was so the giraffe had freedom in the situation.  We were giving them the chance to join the others on their own.  We did not force them out or frighten them.  If Kali or Luna became distressed, we stopped immediately and retreated from the yard.  Kali responded to this quickly, and walked into the exhibit within approximately 20 to 30 minutes.  Luna took a bit longer, but did enter the exhibit that same day.  Both were fairly calm, seemed comforted to be reunited with the herd, and began exploring the exhibit.  Through much training, patience, and trust, we were finally able to get both Luna and Kali on exhibit. It was a more emotional experience for the staff than it was for Luna and Kali themselves.  This process did have to be used on increasingly smaller scales as Kali and Luna eventually began to follow the herd to the exhibit without encouragement from keepers.\r\n\r\n<img class="alignnone size-full wp-image-2081" title="giraffe_barn1" src="http://aecetia.net/gws/aazk/wp-content/uploads/giraffe_barn1.jpg" alt="giraffe_barn1" width="299" height="452" /> Kalahari or “Kali” exits the new bar (<em>Photo: Fort Wayne Children’s Zoo</em>)\r\n\r\nWhile this was a very detailed and planned process, and this brief description may not give it full justice, our main goal was to keep the experience as positive for Kali and Luna as possible.  However, on Luna’s second day on exhibit, she went into labor. On 3 June 2010, she delivered her first calf, Kesi.  She would need to spend a considerable amount of time in the barn with her calf. Luna proved to be an extremely cautious and fiercely protective mother. Now the concern rose that when it was time to join the others, Luna’s training would have been lost, as much time had passed.  If Luna did not go to the exhibit again, that meant Kesi would not go either.  Fortunately, that was not the case.  Luna and Kesi did join the others on exhibit.  There were easy days and rough days, but Luna, Kali, and Kesi soon settled into the routine. Kali discovered the feeding platform and some adoring fans.  She seemed to have a newfound confidence in herself.  Now that the entire herd was in the exhibit, we were ready for the next stage of training.\r\n\r\n<strong>One Step at a Time</strong>\r\nWe began the next phase of training several months in advance. We wanted the site for the future entrance to the new barn to be a very positive place. Initially, we started out by offering…….\r\n<strong>\r\nWant to read more about this topic?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a> </strong>', 'The Way Home: Moving a Herd of 1.6  Reticulated Giraffe into a New Facility', 0, '', 'draft', 'closed', 'closed', '', 'the-way-home-moving-a-herd-of-16-reticulated-giraffe-into-a-new-facility', '', '', '2013-10-15 17:49:19', '2013-10-15 22:49:19', '', 0, 'http://aazk.org/?p=2079', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2074, 2, '2013-10-15 17:49:19', '0000-00-00 00:00:00', 'Information for Contributors\nFrom the Editor/Sponsor Acknowledgements\nOpening the Corral Gates!\nTAG - You’re It!\nAnimal Management Support for Wild Equid Research at the Wilds\nTeaching Young Giraffe Old Tricks: Changing Learned Behaviors in a Herd of Captive Giraffe\nRuminant Browser Nutrition Workshop (A Synopsis)\nPractical Considerations for Restraint of Hoofed Mammals in a Small Zoo\nInventing the Wheel: Hand-Rearing a Single Babirusa (<em>Babyrousa babyrussa</em>)\nHere There Be Dragons: Okapi Conservation in Africa’s Equatorial Forest\nZoo Atlanta’s Hoofstock Enrichment Program\nManaging Ungulates in Mixed-Species Exhibits at Disney’s Animal Kingdom\nUngulate TAGs Connecting with Keepers: An Update\nA Voice for Captive Prey Species\nManaging Moose in Captivity\nEasy Bison Enrichment in a Cash Strapped Economy\nThe Way Home: Moving a Herd of 1.6 Reticulated Giraffe\ninto a New Facility\nCaring for African Ungulates in a Winter Climate\nRearing Antelope: Three Thriving Examples at the Saint Louis Zoo\nWalking a Mile in Their Hooves:\nManaging Desert Bighorn Sheep (Ovis canadensis mexicana)\nin Natural Exhibits\nUngulate TAG Meetings and Conferences: We Want You!\nCandid Camera: Using Camera Traps to Monitor Animal Behavior\nPorcine Perfection: Red River Hogs in Mixed-Species Exhibits\nThe Tapir Paper\nStriving for Sustainability: The Ungulate Manager’s Toolbox\nManaging a Reticulated Giraffe (Giraffe camelopardalis) with Allergies\nUngulates Websites of Interest\nTraining Przewalski’s Horses Using Protected Contact in a Facility with Limited Resources\nTraining the “untrainable”: Using Natural Behavior and Positive     Reinforcement to Train Husbandry Behaviors in a Gerenuk     (Litacranius walleri)\nGoat Lab - Evolution of a Training Class\nElevating Warthog Care Through Training\nWhat’s This Ungulate Care Workshop I’ve Been Hearing So Much About?\nFreezing Browse for Year-round Feeding of Giraffe and Other Hoofstock\nRhinoceros Enrichment\nManaging a Research Population of an Extremely Flighty\nUngulate Species at SCBI\nHoof Management of Hartmann’s Mountain Zebra at\nDisney’s Animal Kingdom Lodge\nMoving Onward and Upward: Building a Contemporary Giraffe Facility\nCreating New Tools to Reduce Fearful Behavior with\nThree Ungulate Species at the Oakland Zoo\nTactiles - The Transition from a Behavior to a Reinforcer:\nA Case Study of 1.0 Grant’sZebra (Equus burchellii)\nat the Oakland Zoo\nBongo Calf Splaying and Coxofemoral Luxation\nBenefits of Goal-Based Behavioral Husbandry for Captive Bovid\nand Cervid Species\nUngulate Care Workshops (information and contacts)', 'July/August 2011', 0, '', 'draft', 'closed', 'closed', '', '', '', '', '2013-10-15 17:49:19', '2013-10-15 22:49:19', '', 0, 'http://aazk.org/?p=2074', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2075, 2, '2011-08-01 20:17:14', '2011-08-02 01:17:14', 'Information for Contributors\r\nFrom the Editor/Sponsor Acknowledgements\r\nOpening the Corral Gates!\r\nTAG - You’re It!\r\nAnimal Management Support for Wild Equid Research at the Wilds\r\nTeaching Young Giraffe Old Tricks: Changing Learned Behaviors in a Herd of Captive Giraffe\r\nRuminant Browser Nutrition Workshop (A Synopsis)\r\nPractical Considerations for Restraint of Hoofed Mammals in a Small Zoo\r\nInventing the Wheel: Hand-Rearing a Single Babirusa (<em>Babyrousa babyrussa</em>)\r\nHere There Be Dragons: Okapi Conservation in Africa’s Equatorial Forest\r\nZoo Atlanta’s Hoofstock Enrichment Program\r\nManaging Ungulates in Mixed-Species Exhibits at Disney’s Animal Kingdom\r\nUngulate TAGs Connecting with Keepers: An Update\r\nA Voice for Captive Prey Species\r\nManaging Moose in Captivity\r\nEasy Bison Enrichment in a Cash Strapped Economy\r\nThe Way Home: Moving a Herd of 1.6 Reticulated Giraffe into a New Facility\r\nCaring for African Ungulates in a Winter Climate\r\nRearing Antelope: Three Thriving Examples at the Saint Louis Zoo\r\nWalking a Mile in Their Hooves: Managing Desert Bighorn Sheep (<em>Ovis canadensis mexicana</em>) in Natural Exhibits\r\nUngulate TAG Meetings and Conferences: We Want You!\r\nCandid Camera: Using Camera Traps to Monitor Animal Behavior\r\nPorcine Perfection: Red River Hogs in Mixed-Species Exhibits\r\nThe Tapir Paper\r\nStriving for Sustainability: The Ungulate Manager’s Toolbox\r\nManaging a Reticulated Giraffe (<em>Giraffe camelopardalis</em>) with Allergies\r\nUngulates Websites of Interest\r\nTraining Przewalski’s Horses Using Protected Contact in a Facility with Limited Resources\r\nTraining the “untrainable”: Using Natural Behavior and Positive Reinforcement to Train Husbandry Behaviors in a Gerenuk (<em>Litacranius walleri</em>)\r\nGoat Lab - Evolution of a Training Class\r\nElevating Warthog Care Through Training\r\nWhat’s This Ungulate Care Workshop I’ve Been Hearing So Much About?\r\nFreezing Browse for Year-round Feeding of Giraffe and Other Hoofstock\r\nRhinoceros Enrichment\r\nManaging a Research Population of an Extremely Flighty Ungulate Species at SCBI\r\nHoof Management of Hartmann’s Mountain Zebra at Disney’s Animal Kingdom Lodge\r\nMoving Onward and Upward: Building a Contemporary Giraffe Facility\r\nCreating New Tools to Reduce Fearful Behavior with Three Ungulate Species at the Oakland Zoo\r\nTactiles - The Transition from a Behavior to a Reinforcer: A Case Study of 1.0 Grant’sZebra (<em>Equus burchellii</em>) at the Oakland Zoo\r\nBongo Calf Splaying and Coxofemoral Luxation\r\nBenefits of Goal-Based Behavioral Husbandry for Captive Bovid and Cervid Species\r\nUngulate Care Workshops (information and contacts)', 'July/August 2011', 0, '', 'draft', 'closed', 'closed', '', 'julyaugust-2011', '', '', '2013-10-15 17:49:19', '2013-10-15 22:49:19', '', 0, 'http://aazk.org/?p=2075', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2076, 2, '2011-08-01 20:16:21', '2011-08-02 01:16:21', 'Information for Contributors\nFrom the Editor/Sponsor Acknowledgements\nOpening the Corral Gates!\nTAG - You’re It!\nAnimal Management Support for Wild Equid Research at the Wilds\nTeaching Young Giraffe Old Tricks: Changing Learned Behaviors in a Herd of Captive Giraffe\nRuminant Browser Nutrition Workshop (A Synopsis)\nPractical Considerations for Restraint of Hoofed Mammals in a Small Zoo\nInventing the Wheel: Hand-Rearing a Single Babirusa (<em>Babyrousa babyrussa</em>)\nHere There Be Dragons: Okapi Conservation in Africa’s Equatorial Forest\nZoo Atlanta’s Hoofstock Enrichment Program\nManaging Ungulates in Mixed-Species Exhibits at Disney’s Animal Kingdom\nUngulate TAGs Connecting with Keepers: An Update\nA Voice for Captive Prey Species\nManaging Moose in Captivity\nEasy Bison Enrichment in a Cash Strapped Economy\nThe Way Home: Moving a Herd of 1.6 Reticulated Giraffe into a New Facility\nCaring for African Ungulates in a Winter Climate\nRearing Antelope: Three Thriving Examples at the Saint Louis Zoo\nWalking a Mile in Their Hooves: Managing Desert Bighorn Sheep (<em>Ovis canadensis mexicana</em>) in Natural Exhibits\nUngulate TAG Meetings and Conferences: We Want You!\nCandid Camera: Using Camera Traps to Monitor Animal Behavior\nPorcine Perfection: Red River Hogs in Mixed-Species Exhibits\nThe Tapir Paper\nStriving for Sustainability: The Ungulate Manager’s Toolbox\nManaging a Reticulated Giraffe (<em>Giraffe camelopardalis</em>) with Allergies\nUngulates Websites of Interest\nTraining Przewalski’s Horses Using Protected Contact in a Facility with Limited Resources\nTraining the “untrainable”: Using Natural Behavior and Positive Reinforcement to Train Husbandry Behaviors in a Gerenuk (<em>Litacranius walleri</em>)\nGoat Lab - Evolution of a Training Class\nElevating Warthog Care Through Training\nWhat’s This Ungulate Care Workshop I’ve Been Hearing So Much About?\nFreezing Browse for Year-round Feeding of Giraffe and Other Hoofstock\nRhinoceros Enrichment\nManaging a Research Population of an Extremely Flighty\nUngulate Species at SCBI\nHoof Management of Hartmann’s Mountain Zebra at\nDisney’s Animal Kingdom Lodge\nMoving Onward and Upward: Building a Contemporary Giraffe Facility\nCreating New Tools to Reduce Fearful Behavior with\nThree Ungulate Species at the Oakland Zoo\nTactiles - The Transition from a Behavior to a Reinforcer:\nA Case Study of 1.0 Grant’sZebra (Equus burchellii)\nat the Oakland Zoo\nBongo Calf Splaying and Coxofemoral Luxation\nBenefits of Goal-Based Behavioral Husbandry for Captive Bovid\nand Cervid Species\nUngulate Care Workshops (information and contacts)', 'July/August 2011', 0, '', 'inherit', 'closed', 'closed', '', '2075-revision', '', '', '2011-08-01 20:16:21', '2011-08-02 01:16:21', '', 2075, 'http://aazk.org/uncategorized/2075-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2077, 2, '2011-08-01 20:17:20', '2011-08-02 01:17:20', 'Information for Contributors\nFrom the Editor/Sponsor Acknowledgements\nOpening the Corral Gates!\nTAG - You’re It!\nAnimal Management Support for Wild Equid Research at the Wilds\nTeaching Young Giraffe Old Tricks: Changing Learned Behaviors in a Herd of Captive Giraffe\nRuminant Browser Nutrition Workshop (A Synopsis)\nPractical Considerations for Restraint of Hoofed Mammals in a Small Zoo\nInventing the Wheel: Hand-Rearing a Single Babirusa (<em>Babyrousa babyrussa</em>)\nHere There Be Dragons: Okapi Conservation in Africa’s Equatorial Forest\nZoo Atlanta’s Hoofstock Enrichment Program\nManaging Ungulates in Mixed-Species Exhibits at Disney’s Animal Kingdom\nUngulate TAGs Connecting with Keepers: An Update\nA Voice for Captive Prey Species\nManaging Moose in Captivity\nEasy Bison Enrichment in a Cash Strapped Economy\nThe Way Home: Moving a Herd of 1.6 Reticulated Giraffe into a New Facility\nCaring for African Ungulates in a Winter Climate\nRearing Antelope: Three Thriving Examples at the Saint Louis Zoo\nWalking a Mile in Their Hooves: Managing Desert Bighorn Sheep (<em>Ovis canadensis mexicana</em>) in Natural Exhibits\nUngulate TAG Meetings and Conferences: We Want You!\nCandid Camera: Using Camera Traps to Monitor Animal Behavior\nPorcine Perfection: Red River Hogs in Mixed-Species Exhibits\nThe Tapir Paper\nStriving for Sustainability: The Ungulate Manager’s Toolbox\nManaging a Reticulated Giraffe (<em>Giraffe camelopardalis</em>) with Allergies\nUngulates Websites of Interest\nTraining Przewalski’s Horses Using Protected Contact in a Facility with Limited Resources\nTraining the “untrainable”: Using Natural Behavior and Positive Reinforcement to Train Husbandry Behaviors in a Gerenuk (<em>Litacranius walleri</em>)\nGoat Lab - Evolution of a Training Class\nElevating Warthog Care Through Training\nWhat’s This Ungulate Care Workshop I’ve Been Hearing So Much About?\nFreezing Browse for Year-round Feeding of Giraffe and Other Hoofstock\nRhinoceros Enrichment\nManaging a Research Population of an Extremely Flighty Ungulate Species at SCBI\nHoof Management of Hartmann’s Mountain Zebra at Disney’s Animal Kingdom Lodge\nMoving Onward and Upward: Building a Contemporary Giraffe Facility\nCreating New Tools to Reduce Fearful Behavior with Three Ungulate Species at the Oakland Zoo\nTactiles - The Transition from a Behavior to a Reinforcer: A Case Study of 1.0 Grant’sZebra (<em>Equus burchellii</em>) at the Oakland Zoo\nBongo Calf Splaying and Coxofemoral Luxation\nBenefits of Goal-Based Behavioral Husbandry for Captive Bovid and Cervid Species\nUngulate Care Workshops (information and contacts)', 'July/August 2011', 0, '', 'inherit', 'closed', 'closed', '', '2075-autosave', '', '', '2011-08-01 20:17:20', '2011-08-02 01:17:20', '', 2075, 'http://aazk.org/uncategorized/2075-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2080, 2, '2011-08-01 20:28:55', '2011-08-02 01:28:55', '', 'giraffe_barn', 0, '', 'inherit', 'closed', 'closed', '', 'giraffe_barn', '', '', '2011-08-01 20:28:55', '2011-08-02 01:28:55', '', 2079, 'http://aazk.org/wp-content/uploads/giraffe_barn.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2081, 2, '2011-08-01 20:30:02', '2011-08-02 01:30:02', '', 'giraffe_barn1', 0, '', 'inherit', 'closed', 'closed', '', 'giraffe_barn1', '', '', '2011-08-01 20:30:02', '2011-08-02 01:30:02', '', 2079, 'http://aazk.org/wp-content/uploads/giraffe_barn1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2082, 2, '2011-08-01 20:30:21', '2011-08-02 01:30:21', '<em>By Aimee S. Fannon, Head Giraffe Keeper,\nFort Wayne Children’s Zoo, Fort Wayne, IN</em>\n\n<strong>Introduction</strong>\nIn October 2010, after much training and hard work, Fort Wayne Children’s Zoo’s herd of 1.6 reticulated giraffe (<em>Giraffe camelopardalis</em>) entered a new facility of their own free will. This long awaited move for the zoo’s seven giraffe took careful planning and execution by the giraffe staff.  The old barn had been inadequate for some time:  spaces were crowded, shifting was a challenge, and training opportunities were extremely limited.  In the winter of 2010, we received a very generous donation that enabled us to build a new giraffe facility.  We were overjoyed, but realized that we had a lot of hard work ahead of us.  The new barn, by Fauna Research, was to be built on the opposite side of the giraffe’s outdoor exhibit space. There would be a chute area/exercise yard that leads from the exhibit to the new barn. The new facility would be four times larger than the old barn, and would be complete with a Fauna Research Giraffe Tamer®.  It would improve the care of our herd (and the sanity of our keepers!) in a multitude of ways. There was one thing we knew for sure: we wanted the herd to walk into the new barn of their own free will. Each giraffe has his or her own personality, and getting them to enter the barn would require considering each giraffe’s individual challenges and needs.  The herd consists of Jelani, the somewhat fearless bull; the natural herd leader and oldest giraffe Zuri; her calf, Zahra; and four-year-old Mystic. Also in the herd is Kali, another older female; Luna, Mystic’s half-sister; and Luna’s calf, Kesi. As anyone who works with giraffe knows, asking them to follow a keeper into a giant, shiny, new barn was like asking them to follow a keeper off of a cliff.  It would take a lot of patience and understanding, but we gave the herd the best tools we could. Utilizing these tools and the strong bond of trust between giraffe and keepers, the move was safe and successful.\n\n<strong>Challenges</strong>\nWe faced many overwhelming challenges in the move.  The barn was not completed until October, which left us racing against time and the impending Indiana winter to get the giraffe moved into the new building.  The entrance to the new barn was on the opposite side of the exhibit.  The herd spent most of their time at the hayracks and public feeding platform, both of which are at the front of the exhibit.  They only occasionally ventured to the back of the exhibit.  Due to the ongoing construction, there were loud noises, large equipment, and strange people surrounding the area every day. We have protected contact with our giraffe, so we could not always go where we were asking them to go.  Every night the giraffe returned to their old barn, and the whole process was started anew the next day. Then there was the largest challenge of all: Kali and Luna.  When Kali arrived at our zoo at age 15, she was overwhelmed with the changes around her.  While she was fine in the barn and exercise yard, she refused to enter the exhibit, despite strong encouragement.  She remained at the barn while watching the others go to and from exhibit every day for five years.  But she wasn’t alone.  When Luna and Mystic arrived in 2007, Luna quickly bonded with Kali.  Both have extremely cautious personalities, even for giraffe.  Keepers were unable to get Luna to follow the others to the exhibit.  She stayed at the barn for three years.  We wanted them all to cross the exhibit and enter the new barn willingly, but how could we do that when two members of herd had never even been into the exhibit?\nMany ideas were implemented to help get Luna and Kali to go to the exhibit.  While there would be periods of great improvement, there was never complete success.  In early June 2010, we decided to request the aid of Steve Martin and Wouter Stellaard of Natural Encounters, Inc.  They had experience with the situation, and shared with us the desire to get Luna and Kali to join the others.  Not only did we want to improve their quality of life, but we wanted the process to be as positive as possible. With the expertise of Steve and Wouter, we were able to use a mild aversive in the most positive way possible.  We created a “moveable wall” by securing tarps to long pieces of narrow, plastic pipe.  Several people were required for the process, but we tried to place the giraffe keepers at the entrance to the exhibit.  We wanted to be something positive (like the rest of the herd awaiting them in the exhibit) for them to move toward. We created two “walls”, each carried by two people (one on each end).  We worked with Kali and Luna separately.  We closed off the area completely to the public. Once the individual giraffe was in the exercise and had access to the exhibit, keepers would enter the space at the back of the yard.  The walls were rolled up and kept horizontal. We observed the giraffe’s reaction.  If the giraffe moved a step toward the exhibit, we did not move at all. If the giraffe moved toward the back of the yard, we all took a step forward.\n\nThis process was broken down into multiple levels.  Each level increased the use of walls in small increments.  For example, if the giraffe took another step toward us, we moved the walls into an upright position while keeping them rolled up.  If the giraffe moved toward the exhibit, the keepers stopped.  If the giraffe came toward the back of the yard, the keepers began to slowly unfurl the walls.  Every time the giraffe took a step toward the walls, the keepers took a step toward the giraffe.  This was so the giraffe had freedom in the situation.  We were giving them the chance to join the others on their own.  We did not force them out or frighten them.  If Kali or Luna became distressed, we stopped immediately and retreated from the yard.  Kali responded to this quickly, and walked into the exhibit within approximately 20 to 30 minutes.  Luna took a bit longer, but did enter the exhibit that same day.  Both were fairly calm, seemed comforted to be reunited with the herd, and began exploring the exhibit.  Through much training, patience, and trust, we were finally able to get both Luna and Kali on exhibit. It was a more emotional experience for the staff than it was for Luna and Kali themselves.  This process did have to be used on increasingly smaller scales as Kali and Luna eventually began to follow the herd to the exhibit without encouragement from keepers.\n\n<img class="alignnone size-full wp-image-2081" title="giraffe_barn1" src="http://aecetia.net/gws/aazk/wp-content/uploads/giraffe_barn1.jpg" alt="giraffe_barn1" width="299" height="452" />Kalahari or “Kali” exits the new bar (Photo: Fort Wayne Children’s Zoo)\n\nWhile this was a very detailed and planned process, and this brief description may not give it full justice, our main goal was to keep the experience as positive for Kali and Luna as possible.  However, on Luna’s second day on exhibit, she went into labor. On 3 June 2010, she delivered her first calf, Kesi.  She would need to spend a considerable amount of time in the barn with her calf. Luna proved to be an extremely cautious and fiercely protective mother. Now the concern rose that when it was time to join the others, Luna’s training would have been lost, as much time had passed.  If Luna did not go to the exhibit again, that meant Kesi would not go either.  Fortunately, that was not the case.  Luna and Kesi did join the others on exhibit.  There were easy days and rough days, but Luna, Kali, and Kesi soon settled into the routine. Kali discovered the feeding platform and some adoring fans.  She seemed to have a newfound confidence in herself.  Now that the entire herd was in the exhibit, we were ready for the next stage of training.\n\nOne Step at a Time\nWe began the next phase of training several months in advance. We wanted the site for the future entrance to the new barn to be a very positive place. Initially, we started out by offering…….\n\nWant to read more about International Vulture Awareness Day?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. JOIN NOW!', 'The Way Home: Moving a Herd of 1.6  Reticulated Giraffe into a New Facility', 0, '', 'inherit', 'closed', 'closed', '', '2079-revision', '', '', '2011-08-01 20:30:21', '2011-08-02 01:30:21', '', 2079, 'http://aazk.org/uncategorized/2079-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2083, 2, '2011-08-01 20:32:29', '2011-08-02 01:32:29', '<em>By Aimee S. Fannon, Head Giraffe Keeper,\nFort Wayne Children’s Zoo, Fort Wayne, IN</em>\n\n<strong>Introduction</strong>\nIn October 2010, after much training and hard work, Fort Wayne Children’s Zoo’s herd of 1.6 reticulated giraffe (<em>Giraffe camelopardalis</em>) entered a new facility of their own free will. This long awaited move for the zoo’s seven giraffe took careful planning and execution by the giraffe staff.  The old barn had been inadequate for some time:  spaces were crowded, shifting was a challenge, and training opportunities were extremely limited.  In the winter of 2010, we received a very generous donation that enabled us to build a new giraffe facility.  We were overjoyed, but realized that we had a lot of hard work ahead of us.  The new barn, by Fauna Research, was to be built on the opposite side of the giraffe’s outdoor exhibit space. There would be a chute area/exercise yard that leads from the exhibit to the new barn. The new facility would be four times larger than the old barn, and would be complete with a Fauna Research Giraffe Tamer®.  It would improve the care of our herd (and the sanity of our keepers!) in a multitude of ways. There was one thing we knew for sure: we wanted the herd to walk into the new barn of their own free will. Each giraffe has his or her own personality, and getting them to enter the barn would require considering each giraffe’s individual challenges and needs.  The herd consists of Jelani, the somewhat fearless bull; the natural herd leader and oldest giraffe Zuri; her calf, Zahra; and four-year-old Mystic. Also in the herd is Kali, another older female; Luna, Mystic’s half-sister; and Luna’s calf, Kesi. As anyone who works with giraffe knows, asking them to follow a keeper into a giant, shiny, new barn was like asking them to follow a keeper off of a cliff.  It would take a lot of patience and understanding, but we gave the herd the best tools we could. Utilizing these tools and the strong bond of trust between giraffe and keepers, the move was safe and successful.\n\n<strong>Challenges</strong>\nWe faced many overwhelming challenges in the move.  The barn was not completed until October, which left us racing against time and the impending Indiana winter to get the giraffe moved into the new building.  The entrance to the new barn was on the opposite side of the exhibit.  The herd spent most of their time at the hayracks and public feeding platform, both of which are at the front of the exhibit.  They only occasionally ventured to the back of the exhibit.  Due to the ongoing construction, there were loud noises, large equipment, and strange people surrounding the area every day. We have protected contact with our giraffe, so we could not always go where we were asking them to go.  Every night the giraffe returned to their old barn, and the whole process was started anew the next day. Then there was the largest challenge of all: Kali and Luna.  When Kali arrived at our zoo at age 15, she was overwhelmed with the changes around her.  While she was fine in the barn and exercise yard, she refused to enter the exhibit, despite strong encouragement.  She remained at the barn while watching the others go to and from exhibit every day for five years.  But she wasn’t alone.  When Luna and Mystic arrived in 2007, Luna quickly bonded with Kali.  Both have extremely cautious personalities, even for giraffe.  Keepers were unable to get Luna to follow the others to the exhibit.  She stayed at the barn for three years.  We wanted them all to cross the exhibit and enter the new barn willingly, but how could we do that when two members of herd had never even been into the exhibit?\nMany ideas were implemented to help get Luna and Kali to go to the exhibit.  While there would be periods of great improvement, there was never complete success.  In early June 2010, we decided to request the aid of Steve Martin and Wouter Stellaard of Natural Encounters, Inc.  They had experience with the situation, and shared with us the desire to get Luna and Kali to join the others.  Not only did we want to improve their quality of life, but we wanted the process to be as positive as possible. With the expertise of Steve and Wouter, we were able to use a mild aversive in the most positive way possible.  We created a “moveable wall” by securing tarps to long pieces of narrow, plastic pipe.  Several people were required for the process, but we tried to place the giraffe keepers at the entrance to the exhibit.  We wanted to be something positive (like the rest of the herd awaiting them in the exhibit) for them to move toward. We created two “walls”, each carried by two people (one on each end).  We worked with Kali and Luna separately.  We closed off the area completely to the public. Once the individual giraffe was in the exercise and had access to the exhibit, keepers would enter the space at the back of the yard.  The walls were rolled up and kept horizontal. We observed the giraffe’s reaction.  If the giraffe moved a step toward the exhibit, we did not move at all. If the giraffe moved toward the back of the yard, we all took a step forward.\n\nThis process was broken down into multiple levels.  Each level increased the use of walls in small increments.  For example, if the giraffe took another step toward us, we moved the walls into an upright position while keeping them rolled up.  If the giraffe moved toward the exhibit, the keepers stopped.  If the giraffe came toward the back of the yard, the keepers began to slowly unfurl the walls.  Every time the giraffe took a step toward the walls, the keepers took a step toward the giraffe.  This was so the giraffe had freedom in the situation.  We were giving them the chance to join the others on their own.  We did not force them out or frighten them.  If Kali or Luna became distressed, we stopped immediately and retreated from the yard.  Kali responded to this quickly, and walked into the exhibit within approximately 20 to 30 minutes.  Luna took a bit longer, but did enter the exhibit that same day.  Both were fairly calm, seemed comforted to be reunited with the herd, and began exploring the exhibit.  Through much training, patience, and trust, we were finally able to get both Luna and Kali on exhibit. It was a more emotional experience for the staff than it was for Luna and Kali themselves.  This process did have to be used on increasingly smaller scales as Kali and Luna eventually began to follow the herd to the exhibit without encouragement from keepers.\n\n<img class="alignnone size-full wp-image-2081" title="giraffe_barn1" src="http://aecetia.net/gws/aazk/wp-content/uploads/giraffe_barn1.jpg" alt="giraffe_barn1" width="299" height="452" /> Kalahari or “Kali” exits the new bar (<em>Photo: Fort Wayne Children’s Zoo</em>)\n\nWhile this was a very detailed and planned process, and this brief description may not give it full justice, our main goal was to keep the experience as positive for Kali and Luna as possible.  However, on Luna’s second day on exhibit, she went into labor. On 3 June 2010, she delivered her first calf, Kesi.  She would need to spend a considerable amount of time in the barn with her calf. Luna proved to be an extremely cautious and fiercely protective mother. Now the concern rose that when it was time to join the others, Luna’s training would have been lost, as much time had passed.  If Luna did not go to the exhibit again, that meant Kesi would not go either.  Fortunately, that was not the case.  Luna and Kesi did join the others on exhibit.  There were easy days and rough days, but Luna, Kali, and Kesi soon settled into the routine. Kali discovered the feeding platform and some adoring fans.  She seemed to have a newfound confidence in herself.  Now that the entire herd was in the exhibit, we were ready for the next stage of training.\n\n<strong>One Step at a Time</strong>\nWe began the next phase of training several months in advance. We wanted the site for the future entrance to the new barn to be a very positive place. Initially, we started out by offering…….\n<strong>\nWant to read more about this topic?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a> </strong>', 'The Way Home: Moving a Herd of 1.6  Reticulated Giraffe into a New Facility', 0, '', 'inherit', 'closed', 'closed', '', '2079-autosave', '', '', '2011-08-01 20:32:29', '2011-08-02 01:32:29', '', 2079, 'http://aazk.org/uncategorized/2079-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2086, 2, '2011-08-03 13:22:41', '2011-08-03 18:22:41', '<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-1249" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /> Janet McCoy\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2012</em></strong>\r\n<h3>Purpose</h3>\r\n<em>The AAZK Awards Committee is accepting nominations for the Jean M. Hromadka AAZK Excellence in Animal Care Award, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, The AAZK Chapter of the Year Award, Lifetime Achievement Award (LA), the Lee Houts Excellence in Enrichment(LHEE) Award, The Certificate of Merit for Zoo Keeper Education (CMZE), The Certificate of Excellence in Exhibit Design Renovation (CEER), the Mazuri Animal Nutrition Award (MANA), and The Certificate of Merit in Conservation Award(CMC). </em>\r\n\r\nNomination criteria for these nine awards are listed below. These awards will be presented at the 2012 AAZK National Conference in Syracuse, NY. The deadline for all award nominations is <strong>1 May 2012</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\nOr, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\n<strong>Deadline for Nominations is 1 May 2011</strong>\r\n<ul>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/mazuri-animal-nutrition-award-mana/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-in-conservation-cmc/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-aazk-chapter-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>\r\n\r\n<strong><a href="/wp-content/uploads/2009awards.pdf">2009 Award Recipients</a></strong>\r\n\r\n<strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010_awards.pdf">2010 Award Recipients</a>\r\n</strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2011-08-03 13:22:41', '2011-08-03 18:22:41', '', 224, 'http://aazk.org/uncategorized/224-revision-45/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2087, 2, '2011-04-09 08:07:18', '2011-04-09 13:07:18', '<div class="committee">\r\n<h3><a href="http://aecetia.net/gws/aazk/committee/international-congress-zookeepers/">International Congress of Zookeepers\r\n</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-843 alignnone" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="name">Cleveland Metroparks Zoo</div>\r\n<div class="title">AAZK representative</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<p class="email"></p>\r\n\r\n<div class="email"><img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /></div>\r\n<div class="email">Norah Farnham</div>\r\n<div class="email">AAZK representative</div>\r\n<div class="email">Woodland Park Zoo</div>\r\n<div class="email"><a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/membership-resources/">Membership Resources</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1251" title="jacque1" src="http://aecetia.net/gws/aazk/wp-content/uploads/jacque1-150x150.jpg" alt="jacque1" width="150" height="150" /></div>\r\n<div class="name">Jacque Blessington</div>\r\n<div class="affiliated_zoo">Kansas City Zoo</div>\r\n<div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/annual-aazk-conferences/">Annual AAZK Conferences</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Conference Program Chair</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /></div>\r\n<div class="name">Shelly Roach</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Columbus Zoo</div>\r\n<div class="email"><a href="mailto:shelly.roach@aecetia.net/gws/aazk">shelly.roach@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /></div>\r\n<div class="name">Patty Pearthree</div>\r\n<div class="title">Coordinator</div>\r\n<div class="email"><a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="email"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-full wp-image-1937" title="rickotarsky" src="http://aecetia.net/gws/aazk/wp-content/uploads/rickotarsky.jpg" alt="rickotarsky" width="131" height="150" /></div>\r\n<div class="name">Ric Kotarsky</div>\r\n<div class="title">Chair</div>\r\n<div class="title">Tulsa Zoo</div>\r\n<div class="title"><a href="mailto:ric.kotarsky@aecetia.net/gws/aazk">ric.kotarsky@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-150x150.jpg" alt="walz" width="150" height="150" /></div>\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1249 alignnone" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /></div>\r\n<div class="name">Janet McCoy</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Oregon Zoo</div>\r\n<div class="email"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1260" title="melaina" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina-150x150.jpg" alt="melaina" width="150" height="150" /></div>\r\n<div class="name">Melaina Wallace</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:melaina.wallace@aecetia.net/gws/aazk">melaina.wallace@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-841 alignnone" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /></div>\r\n<div class="name">Amanda Kamradt</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Zoo New England</div>\r\n<div class="email"><a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2011-04-09 08:07:18', '2011-04-09 13:07:18', '', 496, 'http://aazk.org/uncategorized/496-revision-18/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2092, 2, '2011-08-05 19:27:15', '2011-08-06 00:27:15', '<strong><em></em></strong>\r\n\r\n<strong>August 14-17, 2011 -  <em>The 9th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles.</em></strong> To be held in Orlando, Florida. The meeting is co-hosted by the Turtle Survival Alliance and the IUCN Tortoise and Freshwater Turtle Specialist Group (TFTSG), and is sponsored by Zoo Med Laboratories, Inc., The Orianne Society and the Turtle Conservancy. The meeting, which has hosted an average of more than 200 attendees over the past five years, represents the largest gathering of non-marine turtle biologists in the world and provides an unmatched opportunity for networking and strategizing turtle conservation. Last year’s conference was filled with presentations by biologists and conservationists from more than 20 countries covering 50+ species. Visit <a href="http://www.turtlesurvival.org">http://www.turtlesurvival.org</a> for more information and to register. Early registration discounts end on July 8, so don’t delay!\r\n\r\nThis year we are honored to have Whit Gibbons from the Savannah River Ecology Lab and Dick Vogt from the National Institute of Amazonian Research in Brazil as featured speakers in a program that includes presentations from around the world. Join us for reports on new turtle conservation programs in South America, updates from on-going programs in India, Australia, and Malaysia (to name a few), more news on Asian chelonians, North American box turtles and a special session on the Role of Zoos in Chelonian Conservation that will illustrate current research methods and trends.\r\n\r\nWhile you\'re making your plans, don\'t forget to book your room with our host, the Rosen Plaza Hotel. Book through the TSA link to receive discounted conference rates on your room - which includes a voucher for free breakfast each morning! (<a href="http://www.turtlesurvival.org/get-involved/2011-conference/conference-hotel">http://www.turtlesurvival.org/get-involved/2011-conference/conference-hotel</a>).\r\n\r\n<strong>August 24-28, 2011 - <em>AAZK National Conference</em>.</strong> In San Diego, CA.  Hosted by the Sand Diego AAZK Chapter and the Zoological Society of San Diego.  See <a href="http://sdaazk.com">http://sdaazk.com</a> for information.\r\n\r\n<strong>September 19-22, 2011 - <em>Elephant Care Workshop - a practical workshop on elephant foot care and habitat design to support elephant health</em></strong><em> </em>- To be held at the Phoenix Zoo, Phoenix, AZ. Optional post-trip to Reid Park Zoo in Tucson. Workshop cost $200, additional $35 for Reid Park trip.  Fees payable at registration so please bring cash, check or money order with you.  Limited to 25 participants, preference given to elephant caregivers.  To pre-register contact Heather Wright, Elephant Manager, Phoenix Zoo, by calling (602) 273-1341 ext. 7626 or email <a href="mailto:hwright@thephxzoo.com">hwright@thephxzoo.com</a>.\r\n\r\n<strong>September 26-30, 2011 - <em>Training And Enrichment Workshop for Zoo Animals. </em></strong>Hosted by The Oakland Zoo, Oakland, CA.<em> </em>Presented by Active Environments and The Shape of Enrichment. Instructors: Gail Laule, Margaret Whittaker, and Valerie J. Hare. This unique five-day workshop is designed for keepers, managers, supervisors, curators, and veterinarians working with all species of animals held in zoos. The workshop will present an array of topics relating to the behavioral management approach to caring for captive animals, with focus on environmental enrichment, positive reinforcement training techniques, and the problem-solving process. Workshop format includes lecture, discussion, small group projects, demonstrations, and multiple hands-on training and enrichment opportunities with Oakland Zoo’s diverse collection.  Skills taught are directly related to enhancing staff’s ability to manage captive animal behavior, improve animal welfare, and enhance the overall care and management of captive animals. The Workshop format is designed to maximize the value for each participant and as much as possible to address specific situations, needs, problems, and objectives.  Be prepared to interact, share, and participate to make the experience as useful and relevant to you as possible. For further information contact: Active Environments, Inc., 7651 Santos Rd., Lompoc, CA 93436; Tel: 805-737-3700; E-mail: <a href="mailto:active_environs@ix.netcom.com">active_environs@ix.netcom.com</a>.\r\n\r\n<strong></strong>\r\n\r\n<strong>October 1-5, 2011  -<em> 30th Annual Conference of the Association of Zoological Horticulture (AZH)</em></strong>.  Hosted by the Sedgwick County Zoo, Wichita, KS.  Theme: "Bringing the World to the Plains" at Wichita Hyatt Regency Hotel. Seminars and workshops covering a wide range of topics involving Horticulture, Integrated Pest Management, Conservation and Exhibit Design will be presented. Participants within the Horticulture, Arboriculture and Grounds Maintenance fields are encouraged to attend. For more information call 316-266-8313, 316-266-8314 or visit <a href="http://AZH.org">AZH.org</a>.\r\n\r\n<strong>October 6 – 9, 2011 - <em>Advancing Bear Care 2011</em></strong> – Banff, Canada\r\nBear biologists and naturalists will lead hikes into bear habitat and interpret for delegates how bears use the components of the ecosystem to express their daily and seasonal routines. We will bring this information back into workshops and apply this knowledge towards improving captive bear husbandry. Also, international bear biologists will assist us in interpreting Asian, European, and South American bear habitats.\r\n\r\n<strong>October 6-9, 2011 - <em>32nd Annual Elephant Managers Association Conference</em></strong> - Hosted by the Seneca Park Zoo, Rochester, NY.  The pre-conference trip will be hosted by Lion Country Safari in Cambridge, Ontario on Wednesday, October 5th (Passport needed to participate in this trip).\r\n\r\n<strong>November 8-11, 2011 -<em>4th Tree Kangaroo Species Survival Program Workshop</em> </strong>- Hosted by the North American Tree Kangaroo SSP and Woodland Park Zoo. This International Workshop will be held at the Woodland Park Zoo and host delegates from around the world including special guest Danny Samandingke, Tree Kangaroo Conservation Program (TKCP) Education Coordinator in Papua New Guinea.  Registration is $125 and is open to all interested individuals. For more information contact Jacque Blessington at: <a href="mailto:Jacsprat65@aol.com">Jacsprat65@aol.com</a> or call: 816-513-5700.\r\n<h2><strong>2012</strong></h2>\r\n<strong>April 12-15, 2012 - <em>Otter Keeper Workshop </em></strong>- The 5th biennial workshop will be hosted by The Dallas World Aquarium,  Any staff working with any of the freshwater species is welcome to attend.  Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, and lots of sharing of information between keepers.  Registration is $75.00.  For more information, see <a href="http://www.otterkeeperworkshop.org">www.otterkeeperworkshop.org</a>.\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY.\r\n<h2><strong>2013</strong></h2>\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2011 - San Diego, CA - August 24-28; <a href="http://sdaazk.com">http://sdaazk.com</a>\r\n\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - Dates TBA\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events August 2011', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2011-08-05 19:27:15', '2011-08-06 00:27:15', '', 435, 'http://aazk.org/uncategorized/435-revision-42/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2088, 2, '2011-08-01 20:22:34', '2011-08-02 01:22:34', '<strong><em></em></strong>\r\n\r\n<strong>August 14-17, 2011 -  <em>The 9th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles.</em></strong> To be held in Orlando, Florida. The meeting is co-hosted by the Turtle Survival Alliance and the IUCN Tortoise and Freshwater Turtle Specialist Group (TFTSG), and is sponsored by Zoo Med Laboratories, Inc., The Orianne Society and the Turtle Conservancy. The meeting, which has hosted an average of more than 200 attendees over the past five years, represents the largest gathering of non-marine turtle biologists in the world and provides an unmatched opportunity for networking and strategizing turtle conservation. Last year’s conference was filled with presentations by biologists and conservationists from more than 20 countries covering 50+ species. Visit <a href="http://www.turtlesurvival.org">http://www.turtlesurvival.org</a> for more information and to register. Early registration discounts end on July 8, so don’t delay!\r\n\r\nThis year we are honored to have Whit Gibbons from the Savannah River Ecology Lab and Dick Vogt from the National Institute of Amazonian Research in Brazil as featured speakers in a program that includes presentations from around the world. Join us for reports on new turtle conservation programs in South America, updates from on-going programs in India, Australia, and Malaysia (to name a few), more news on Asian chelonians, North American box turtles and a special session on the Role of Zoos in Chelonian Conservation that will illustrate current research methods and trends.\r\n\r\nWhile you\'re making your plans, don\'t forget to book your room with our host, the Rosen Plaza Hotel. Book through the TSA link to receive discounted conference rates on your room - which includes a voucher for free breakfast each morning! (<a href="http://www.turtlesurvival.org/get-involved/2011-conference/conference-hotel">http://www.turtlesurvival.org/get-involved/2011-conference/conference-hotel</a>).\r\n\r\n<strong>August 24-28, 2011 - <em>AAZK National Conference</em>.</strong> In San Diego, CA.  Hosted by the Sand Diego AAZK Chapter and the Zoological Society of San Diego.  See <a href="http://sdaazk.com">http://sdaazk.com</a> for information.\r\n\r\n<strong>September 19-22, 2011 - <em>Elephant Care Workshop - a practical workshop on elephant foot care and habitat design to support elephant health</em></strong><em> </em>- To be held at the Phoenix Zoo, Phoenix, AZ. Optional post-trip to Reid Park Zoo in Tucson. Workshop cost $200, additional $35 for Reid Park trip.  Fees payable at registration so please bring cash, check or money order with you.  Limited to 25 participants, preference given to elephant caregivers.  To pre-register contact Heather Wright, Elephant Manager, Phoenix Zoo, by calling (602) 273-1341 ext. 7626 or email <a href="mailto:hwright@thephxzoo.com">hwright@thephxzoo.com</a>.\r\n\r\n<strong>September 26-30, 2011 - <em>Training And Enrichment Workshop for Zoo Animals. </em></strong>Hosted by The Oakland Zoo, Oakland, CA.<em> </em>Presented by Active Environments and The Shape of Enrichment. Instructors: Gail Laule, Margaret Whittaker, and Valerie J. Hare. This unique five-day workshop is designed for keepers, managers, supervisors, curators, and veterinarians working with all species of animals held in zoos. The workshop will present an array of topics relating to the behavioral management approach to caring for captive animals, with focus on environmental enrichment, positive reinforcement training techniques, and the problem-solving process. Workshop format includes lecture, discussion, small group projects, demonstrations, and multiple hands-on training and enrichment opportunities with Oakland Zoo’s diverse collection.  Skills taught are directly related to enhancing staff’s ability to manage captive animal behavior, improve animal welfare, and enhance the overall care and management of captive animals. The Workshop format is designed to maximize the value for each participant and as much as possible to address specific situations, needs, problems, and objectives.  Be prepared to interact, share, and participate to make the experience as useful and relevant to you as possible. For further information contact: Active Environments, Inc., 7651 Santos Rd., Lompoc, CA 93436; Tel: 805-737-3700; E-mail: <a href="mailto:active_environs@ix.netcom.com">active_environs@ix.netcom.com</a>.\r\n\r\n<strong></strong>\r\n\r\n<strong>October 1-5, 2011  -<em> 30th Annual Conference of the Association of Zoological Horticulture (AZH)</em></strong>.  Hosted by the Sedgwick County Zoo, Wichita, KS.  Theme: "Bringing the World to the Plains" at Wichita Hyatt Regency Hotel. Seminars and workshops covering a wide range of topics involving Horticulture, Integrated Pest Management, Conservation and Exhibit Design will be presented. Participants within the Horticulture, Arboriculture and Grounds Maintenance fields are encouraged to attend. For more information call 316-266-8313, 316-266-8314 or visit <a href="http://AZH.org">AZH.org</a>.\r\n\r\n<strong>October 6 – 9, 2011 - <em>Advancing Bear Care 2011</em></strong> – Banff, Canada\r\nBear biologists and naturalists will lead hikes into bear habitat and interpret for delegates how bears use the components of the ecosystem to express their daily and seasonal routines. We will bring this information back into workshops and apply this knowledge towards improving captive bear husbandry. Also, international bear biologists will assist us in interpreting Asian, European, and South American bear habitats.\r\n\r\n<strong>October 6-9, 2011 - <em>32nd Annual Elephant Managers Association Conference</em></strong> - Hosted by the Seneca Park Zoo, Rochester, NY.  The pre-conference trip will be hosted by Lion Country Safari in Cambridge, Ontario on Wednesday, October 5th (Passport needed to participate in this trip).\r\n<h2><strong>2012</strong></h2>\r\n<strong>April 12-15, 2012 - <em>Otter Keeper Workshop </em></strong>- The 5th biennial workshop will be hosted by The Dallas World Aquarium,  Any staff working with any of the freshwater species is welcome to attend.  Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, and lots of sharing of information between keepers.  Registration is $75.00.  For more information, see <a href="http://www.otterkeeperworkshop.org">www.otterkeeperworkshop.org</a>.\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY.\r\n<h2><strong>2013</strong></h2>\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2011 - San Diego, CA - August 24-28; <a href="http://sdaazk.com">http://sdaazk.com</a>\r\n\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - Dates TBA\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 12-17, 2011  - AZA 2011 Annual Conference - Hosted by Zoo Atlanta, Atlanta , GA\r\n\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events August 2011', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2011-08-01 20:22:34', '2011-08-02 01:22:34', '', 435, 'http://aazk.org/uncategorized/435-revision-41/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2134, 2, '2011-09-09 11:19:55', '2011-09-09 16:19:55', '<div class="bod first">\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2.jpg" alt="bob-mug2" width="158" height="155" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">President<a href="mailto:bob.cisneros@aecetia.net/gws/aazk"></a></div>\r\n<div class="title"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="affiliated_zoo_location">San Diego, CA</div>\r\n<ul class="committees">\r\n	<li>Professional association and husbandry liaisons</li>\r\n	<li><a href="../committee/professional-development-committee/">Professional Development</a>,</li>\r\n	<li>Media,</li>\r\n	<li>Social Media</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-846" title="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny.jpg" alt="penny" width="149" height="167" /></div>\r\n<div class="name">Penny Jolly</div>\r\n<div class="title">Vice President</div>\r\n<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="affiliated_zoo_location">Orlando, FL</div>\r\n<ul class="committees">\r\n	<li><a href="../committee/bowling-for-rhinos/">Bowling for Rhinos</a>,<a href="../committee/bowling-for-rhinos/">\r\n</a></li>\r\n	<li><a href="../committee/ethics-committee/">Ethics</a>,</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/bylaws-committee/">Bylaws</a>,</li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-934" title="tammy" src="http://aecetia.net/gws/aazk/wp-content/uploads/tammy-150x150.jpg" alt="tammy" width="150" height="150" /></div>\r\n<div class="name">Tammy Root</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:tammy.root@aecetia.net/gws/aazk">tammy.root@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Indianapolis Zoo</div>\r\n<div class="affiliated_zoo_location">Indianapolis, IN</div>\r\n<ul class="committees">\r\n	<li><a href="../committee/awards-committee/">Awards</a>,</li>\r\n	<li><a href="../committee/grants-committee/">Grants</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-medium wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-222x300.jpg" alt="walz" width="133" height="180" /></div>\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Living Planet Aquarium</div>\r\n<div class="affiliated_zoo_location">Sandy, UT</div>\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/behavioral-husbandry/">Behavioral Husbandry</a><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/">\r\n</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-2131" title="wilson" src="http://aecetia.net/gws/aazk/wp-content/uploads/wilson.jpg" alt="wilson" width="150" height="181" /></div>\r\n<div class="name">Kelly Wilson</div>\r\n<div class="title">Board Member<a href="mailto:kelly.wilson@aecetia.net/gws/aazk"></a></div>\r\n<div class="title"><a href="mailto:kelly.wilson@aecetia.net/gws/aazk">kelly.wilson@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Detroit Zoo</div>\r\n<div class="affiliated_zoo_location">Detroit, MI</div>\r\n<div class="affiliated_zoo_location">\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/membership-resources/">Membership Resources</a><a href="../committee/bowling-for-rhinos/">\r\n</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Executive Director</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/annual-aazk-conferences/">Conferences</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-882" title="barbara" src="http://aecetia.net/gws/aazk/wp-content/uploads/barbara-150x150.jpg" alt="barbara" width="150" height="150" /></div>\r\n<div class="name">Barbara Manspeaker</div>\r\n<div class="title">Administrative Secretary</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-883" title="chan" src="http://aecetia.net/gws/aazk/wp-content/uploads/chan-150x150.jpg" alt="chan" width="150" height="150" /></div>\r\n<div class="name">Susan Chan</div>\r\n<div class="title">Managing Editor AKF</div>\r\n<div class="email"><a href="mailto:susan.chan@aecetia.net/gws/aazk">susan.chan@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Cleveland, OH</div>\r\n</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2011-09-09 11:19:55', '2011-09-09 16:19:55', '', 395, 'http://aazk.org/uncategorized/395-revision-19/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2234, 2, '2011-12-03 11:16:13', '2011-12-03 16:16:13', 'By\r\nJessica Franck, Keeper\r\nMesker Park Zoo, Evansville, IN\r\n<a href="mailto:jfranck@meskerparkzoo.com"> jfranck@meskerparkzoo.com</a>\r\n\r\n<strong>Abstract</strong>\r\n\r\nA colobus named Zoe lost multiple infants during, or shortly after, birth before finally giving birth to a surviving infant in November 2009. Zoe’s maternal care was initially inadequate and the infant may also have had some other underlying issues. However, with intense supplemental care the infant was able to remain with Zoe and the social group. She was undersized until about a year of age, but now appears to be a normal colobus.\r\n\r\n<strong>Introduction</strong>\r\n\r\nMesker Park Zoo (MPZ) in Evansville, IN has exhibited Guereza colobus (<em>Colobus guereza</em>) since 1975. Their current housing is an outdoor exhibit [33ft. (10m) Length x 20.5ft. (6.25m)Width x 17ft. (5.2m) Height] connected by a raised chute [42.75ft.(13m)L x 3ft. (0.9m)W x 2ft. (0.6m)H] to three indoor, off-exhibit holding stalls [each 8ft.(2.4m)L x 6ft. (1.8m)W x 8ft. (2.4m)H]. When I started working with the colobus in June 2008, the group consisted of 1.0 Michael (born 24 Dec 1990) and 0.1 Rafiki (born 2 Apr 1989). Michael and Rafiki both had successful reproductive backgrounds at MPZ. Due to a Species Survival Plan (SSP®) recommendation, a second female named Zoe came to MPZ in July 2008.\r\n\r\n<strong>Zoe’s History, Gestation, and Parturition</strong>\r\n\r\nZoe (born 7 Feb 1994) did not have a normal upbringing. She was born at the Houston Zoo to an experienced mother. However, at a young age Zoe went through an apparent depression (thought to be caused by the death of a group member) that included anorexia. Although she was able to remain with her mother and is classified as parent-reared by Taxon and Specimen reports, staff had to provide intensive supplemental care. As a lasting result, Zoe has an unusually close relationship with people. She solicits grooming from caretakers even when conspecifics are nearby.\r\n\r\nZoe was moved to the Oregon Zoo in October 2005 per an SSP® breeding recommendation. While there she had the chance to watch another experienced female raise offspring. Zoe had some difficulty fitting into the group, which consisted of 3.1 colobus (adult male, adult female, and their two juvenile male offspring). It is possible that the stress of the situation contributed to her first stillbirth on 31 January 2007. Her medARKS record mentions the infant had internal hemorrhages suggestive of dystocia. The infant may have succumbed to a hypoxic death since the placenta detached and was delivered intact with the infant. Following the stillbirth, Zoe showed a renewed interest in the other female’s infant (born December 2006) and spent time holding and interacting with her. After Zoe’s second pregnancy was confirmed, the two juvenile males were moved to a separate on-site holding facility. Zoe had a second stillborn infant on 12 September 2007. Once again the medARKS record reports an intact placenta. It also mentions the infant’s low birthweight, 372 grams [13.12oz.] compared to more normal birth weights of around 600 grams [21.16oz.]. The infant also had a congenital anomaly. A third birth occurred on 29 March 2008. This infant lived less than a day with the cause of death determined to be a traumatic cerebral hemorrhage. Even though keepers had prepared for this birth by heavily bedding the holding area, Zoe’s inadequate holding of the infant probably caused the trauma. After this last birth, Zoe was kept separate from the male until her transfer to MPZ.\r\n\r\nZoe’s integration into the colobus group at MPZ in August 2008 went smoothly. She exhibited appropriate behavioral responses to both Michael and Rafiki and within a few weeks it became evident that she had become the dominant female. Based on weight gain, pregnancy was first suspected in late October 2008. By December she was showing a rounded belly and some mammary enlargement. To prepare for the birth, the shelves and limbs were lowered to less than two feet off the ground in early January. Shortly thereafter Zoe was separated from the other two individuals overnight in a bedded stall. Anecdotally, Rafiki was said to be a “baby stealer” - behavior excessively beyond the normal colobus allo-mothering behaviorii, and though she was a good mother, her milk production was non-existent. We thought separating Zoe initially would give us a chance to better monitor her maternal skills and avoid potential trauma caused by having to take a baby back from Rafiki who was a skittish individual.\r\n\r\nOn 21 February 2009, a deceased infant was found in the straw. It was cold to the touch with an intact umbilical cord and placenta. Zoe was calmly sitting on the shelf above it. Unfortunately, the necropsy cooler malfunctioned and the body was frozen. A subsequent lung float test made the vet believe the baby had been stillborn. However, the pathologist who later examined tissue samples believed that the baby had been born alive.\r\n\r\nZoe remained separated from Michael until 5 April 2009. The reintroduction was uneventful. In early June, some bleeding was seen. This discharge was attributed to cycling even though black-and-white colobus are not known to have visible reproductive signalsiii. Based on this suspected cycling, mid-December was thought to be when the baby was due. At the end of her last pregnancy, I was able to feel fetal movement during a grooming session. With another possible pregnancy, I decided to use this component as an opportunity to monitor fetal health. Fetal movement was first suspected on 29 Aug 2009, however it seemed too soon to be feeling anything. An ultrasound was performed on 3 September 2009 and pregnancy was confirmed.\r\n\r\nAfter pregnancy was confirmed, I tried to feel the baby moving at least twice a week. Mammary duct development was reported on 14 September 2009. Overnight separation began 8 November 2009. This time I asked to have Rafiki separated with Zoe, believing that Zoe’s main issue was care for the baby immediately following partruition. However, still believing that Zoe wasn’t due until mid-December, the holding limbs were not yet lowered and I, the primary keeper, left for vacation in California.\r\n\r\nOn 13 November 2009, Zoe gave birth to a live female infant. When keepers performed AM checks, Rafiki was holding the baby. By the time management and veterinary staff formulated a plan for retrieval of the baby, Zoe had retrieved her. However, when she was approached, Zoe dropped the baby from approximately five feet onto the concrete floor. The baby was pulled for a health check. Zoe was also sedated for a health check and clear fluid was expressed from her nipples. Because of Zoe’s inadequacy and a continued worry for latent neurological issues related to being dropped, the baby, named Garnet, was initially hand-reared with the goal of returning her to Zoe as soon as possible. I returned early from my trip on 17 November 2009.\r\n\r\n<strong>Garnet’s Challenges</strong>\r\n\r\nWe did a visual introduction with Zoe and Garnet to gauge Zoe’s interest on the afternoon of 18 November. She was very interested and frantically tried to make contact with her infant. The decision was made to physically reintroduce the infant the following morning. The holding stall was prepped by lowering limbs/shelves to less than 18 inches off the ground and heavily bedding it with straw. The baby was weighed, fed, and measured at 0800hrs and then placed in the stall on her surrogate (a heated bag of fluids covered with furry fabric). Zoe, in her inexperience, focused on the surrogate and not the baby. When Garnet fell off at 1045hrs, she was retrieved and Zoe was pressured to drop the surrogate and then Garnet was returned to her. Zoe held the baby inappropriately, low or upside down at times. When jumping onto limbs she tried to hold the baby with her mouth, a carrying form seen only in olive colobus (Procolobus verus)iv. Staff did not observe any nursing and the decision was made to pull the baby at 1430hrs. Zoe and the baby were put in a squeeze cage where Zoe was given a sedative and then Garnet was pulled from her. Reintroduction was performed again over the next two days with the same results. On 22 November, Rafiki was added to the mix, but Zoe would not let her hold Garnet. I was able to express clear fluid from Zoe’s nipples in the squeeze cage that afternoon and I unsuccessfully attempted to position the baby close to the nipples. Zoe was amazingly tolerant of this interference.\r\n\r\nThe decision was made to anesthetize Zoe on 23 November. We were able to express milk from both nipples and managed to get Garnet to latch on and nurse. At one point, she let go of the nipple and then found it again on her own. We also shaved the area around the areolas to give observers a better visual of nipple location and any nursing. We decided to not pull Garnet that evening. When Zoe was still recovering and being physically supported, the baby nursed from the opposite nipple without much assistance. After Zoe fully awoke, no additional nursing was observed. Garnet would cry and Zoe would appear distressed. Nursing was finally observed again at 1735hrs. No nursing was seen when checked at 2200hrs, but nursing was seen at 0300hrs and throughout the following two days.\r\n\r\nOn Thanksgiving Day, 26 November, Rafiki was put back with the pair. There still appeared to be nursing, but at 1200hrs Garnet appeared to be leaning backward from Zoe. Rafiki had Garnet at 1505hrs, but when Zoe approached she gently let her take the baby back. Something was obviously wrong with the baby at this point. She was leaning backward and wasn’t holding on well. Her color was pale. The decision was made to pull Garnet again. When her condition was assessed, her weight was found to be down over 150 grams [5.29oz.].\r\n\r\nThus began a nightmarish cycle of regurgitation, multiple daily administrations of subcutaneous fluids, and an episode where Garnet’s blood sugar dropped so low she began seizing. She was a different animal. Her motor skill development had regressed. She cried constantly to the point that her voice was hoarse. It took her 10 days to recover to the point that we felt comfortable putting her back with Zoe again during the day.\r\n\r\nAt this point, it seemed clear that something was improper with the nursing. Several problems could include that Garnet was not getting the volume needed or Zoe’s milk was somehow nutritionally lacking or Garnet wasn’t processing the milk properly. We decided to work on supplemental feeding…\r\n<div><img class="alignnone size-full wp-image-2227" title="franck_2" src="http://aecetia.net/gws/aazk/wp-content/uploads/franck_2.jpg" alt="franck_2" width="614" height="461" /></div>\r\n<div><strong>\r\n</strong></div>\r\n<div><strong>Feeding Garnet in the Creep Cage. </strong> <em>Photo by Jessica Franck.</em></div>\r\n<div><em>\r\n</em></div>\r\n<div><strong>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></div>', 'Supplemental-raising of a Guereza Colobus (Colobus guereza) Infant', 0, '', 'inherit', 'closed', 'closed', '', '2226-revision-3', '', '', '2011-12-03 11:16:13', '2011-12-03 16:16:13', '', 2226, 'http://aazk.org/uncategorized/2226-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2149, 2, '2011-09-23 12:38:26', '2011-09-23 17:38:26', '<a href="http://www.rgzaecetia.net/gws/aazk/aazk_2012.html"><img class="alignnone size-medium wp-image-2145" title="2012_conf_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_conf_logo-300x225.jpg" alt="2012_conf_logo" width="168" height="126" /></a>\r\n\r\nHosted by the Rosamond Gifford Zoo AAZK Chapter\r\n\r\n23-27 September 2012', '2012 AAZK National Conference', 0, '', 'inherit', 'closed', 'closed', '', '2144-revision-4', '', '', '2011-09-23 12:38:26', '2011-09-23 17:38:26', '', 2144, 'http://aazk.org/uncategorized/2144-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2151, 2, '2011-09-23 12:39:25', '2011-09-23 17:39:25', '<a href="http://www.rgzaecetia.net/gws/aazk/aazk_2012.html"><img class="alignnone size-medium wp-image-2145" title="2012_conf_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_conf_logo-300x225.jpg" alt="2012_conf_logo" width="168" height="126" /></a>\r\n\r\nSyracuse, NY<br>\r\n\r\n23-27 September 2012', '2012 AAZK National Conference', 0, '', 'inherit', 'closed', 'closed', '', '2144-revision-6', '', '', '2011-09-23 12:39:25', '2011-09-23 17:39:25', '', 2144, 'http://aazk.org/uncategorized/2144-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2152, 2, '2011-09-23 12:41:09', '2011-09-23 17:41:09', '<a href="http://www.rgzaecetia.net/gws/aazk/aazk_2012.html"><img class="alignnone size-medium wp-image-2145" title="2012_conf_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_conf_logo-300x225.jpg" alt="2012_conf_logo" width="168" height="126" /></a>\r\n\r\n<a href="http://www.rgzaecetia.net/gws/aazk/aazk_2012.html">Syracuse, NY</a>\r\n\r\n23-27 September 2012', '2012 AAZK National Conference', 0, '', 'inherit', 'closed', 'closed', '', '2144-revision-7', '', '', '2011-09-23 12:41:09', '2011-09-23 17:41:09', '', 2144, 'http://aazk.org/uncategorized/2144-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2605, 2, '2012-10-02 08:02:34', '2012-10-02 13:02:34', '<img class="size-full wp-image-2602 alignnone" title="2013_logo_small" src="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_small.jpg" alt="2013_logo_small" width="173" height="88" />\r\n\r\n<a href="http://www.ncaazk.com/2013nationalconference.htm">Greensboro, NC</a>\r\n\r\n22-26 September 2013', '2012 AAZK National Conference', 0, '', 'inherit', 'closed', 'closed', '', '2144-revision-9', '', '', '2012-10-02 08:02:34', '2012-10-02 13:02:34', '', 2144, 'http://aazk.org/uncategorized/2144-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2153, 2, '2011-09-09 11:35:28', '2011-09-09 16:35:28', '<strong>Syracuse, NY</strong><br>\r\n\r\nSeptember 23-27, 2012<br>\r\n\r\n<strong>Asheboro, NC</strong><br>\r\n\r\nDates TBD, 2013<br>\r\n\r\n<strong>\r\nOrlando, FL</strong><br>\r\n\r\nDates TBD, 2014', 'Upcoming Conferences', 0, '', 'inherit', 'closed', 'closed', '', '757-revision-14', '', '', '2011-09-09 11:35:28', '2011-09-09 16:35:28', '', 757, 'http://aazk.org/uncategorized/757-revision-14/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2155, 2, '2011-04-14 08:01:04', '2011-04-14 13:01:04', '<h3>Alamance Community College</h3>\r\nA.A.S. Animal Care &amp; Management Technology\r\nP.O. Box 8000\r\nGraham, NC  27253-8000\r\n(336) 506-4385\r\n\r\nProgram Contact: Christine Remington, Department Head - <a href="mailto:remingc@alamancecc.edu">remingc@alamancecc.edu</a>\r\n\r\nThe A.A.S. degree in Animal Care and Management Technology focuses on cultivating caring, educated, and experienced employees in a wide variety of animal related fields including exotic animal husbandry.  With a broad base of knowledge including habitat design, sanitation, nutrition, healthcare, principles of behavior and training, and animal handling and restraint grounded in hours of service learning projects, rigorous competencies, and cooperative work experiences, students exemplify the education, compassion &amp; skill of captive animal care and management.\r\n\r\n<a href="http://www.alamancecc.edu/curriculum_courses_programs/courses_programs/programs_of_study/programs/prog.php?curr=A55100">A.A.S. Animal Care &amp; Management Technology Curriculum</a>\r\n<h3>America\'s Teaching Zoo at Moorpark College</h3>\r\nExotic Animal Management and Training Program (EATM)\r\nMoorpark College\r\n7075 Campus Road\r\nMoorpark, CA 93021\r\n(805) 378-1441\r\n\r\nStudents may earn an A.S. degree by taking general education courses alongside their zoo curriculum and they can earn degrees and certificates in Animal Training, and Wildlife Education. This is an intense program and EATM students are required to attend classes, work with and care for the animals, and work at the campus zoo most days and weekends.\r\n<ul>\r\n	<li><a href="mailto:EATM@vcccd.net">EATM@vcccd.net</a></li>\r\n	<li><a href="http://www.moorparkcollege.edu/current_students/teaching_zoo/index.shtml">http://www.moorparkcollege.edu/current_students/teaching_zoo/index.shtml</a></li>\r\n</ul>\r\n<h3>Davidson County Community College</h3>\r\nA.A.S. Zoo &amp; Aquarium Science\r\nP.O. Box 1287\r\nLexington, NC 27293-1287\r\n(336) 249-8186\r\n\r\nProgram Contacts\r\nJill Simpson\r\n<a href="mailto:jbsimpso@davidsonccc.edu">jbsimpso@davidsonccc.edu</a>\r\n336.249.8186, ext. 6231\r\n\r\nMark Stevens\r\n<a href="mailto:mesteven@davidsonccc.edu">mesteven@davidsonccc.edu</a>\r\n336.249.8186, ext. 6737\r\n\r\nThe Zoo &amp; Aquarium Science program combines a rigorous classroom curriculum with extensive co-opexperiences over 5 semesters. Graduates of the Zoo &amp; Aquarium Science program will be prepared for employment at an entry level in the zoo and/or aquarium profession or to continue their academic studies in zoo science. Co-op experiences may involve animal collections in a zoological park, wild animal safari park university research facility and/or aquarium setting.\r\n\r\n<a href="http://www.davidsonccc.edu/academics/ase-zoo.htm">http://www.davidsonccc.edu/academics/ase-zoo.htm</a>\r\n<h3>Harcum College</h3>\r\nA.S. in Animal Center Management\r\nHarcum College\r\n750 Montgomery Avenue\r\nBryn Mawr, PA 19010\r\n(610) 525-4100\r\n\r\nProgram Director: Mary Friday\r\n(610) 526-6108\r\n<a href="mailto:mfriday@harcum.edu">mfriday@harcum.edu</a>\r\n\r\nAnimal Center Managers provide managerial support to veterinarians in clinics and hospitals, biological research settings, animal control, humane organizations, zoos and educational facilities. Management duties include both the facility and its personnel. Animal Center Managers must complete a 2-year educational program, and 250 hours of practical experience.\r\n\r\n<a href="http://www.harcum.edu/PS_ACD_Animal_Center_Management_632839831382031250.aspx">http://www.harcum.edu/PS_ACD_Animal_Center_Management_632839831382031250.aspx</a>\r\n<h3>Jefferson Community College, Watertown, New York</h3>\r\nA.A.S. Degree in Animal management\r\n1220 Coffeen St.\r\nWatertown, NY 13601\r\n\r\nProgram Director: Mark D. Irwin, D.V.M.\r\n<a href="mailto:mirwin@sunyjefferson.edu">mirwin@sunyjefferson.edu</a>\r\nAdmissions Office, (315) 786-2277\r\n\r\nThe Animal Management Program at Jefferson Community College is designed to provide students with the basic skills, experience and knowledge required for a career as a progressive zoo keeper in zoological parks. Upon graduation with this Associate in Applied Sciences degree, students will have been exposed to all aspects of zoo animal management and care. Students will study at many of the zoos of New York State and Southern Canada. Hands-on keeping experience is provided at Syracuse\'s Rosamond Gifford Zoo (AZA) and The New York State Zoo at Thompson Park.\r\n<ul>\r\n	<li><a href="http://www.zookeeping.com">http://www.zookeeping.com</a></li>\r\n	<li><a href="http://www.sunyjefferson.edu/amg">http://www.sunyjefferson.edu/amg</a></li>\r\n</ul>\r\n<h3>Syracuse\'s Rosamond Gifford Zoo</h3>\r\n<a href="http://www.rosamondgiffordzoo.org">http://www.rosamondgiffordzoo.org</a>\r\n<h3>The New York State Zoo at Thompson Park</h3>\r\n<a href="http://www.nyszoo.org">http://www.nyszoo.org</a>\r\n<h3>Niagara County Community College</h3>\r\nA.A.S. in Animal Management\r\n3111 Saunders Settlement Rd.\r\nSanborn, NY 14132\r\n(716)-614-6222\r\n\r\n<a href="http://catalog.niagaracc.suny.edu/preview_program.php?catoid=6&amp;poid=213&amp;returnto=132">http://catalog.niagaracc.suny.edu/preview_program.php?catoid=6&amp;poid=213&amp;returnto=132</a>\r\n<h3>Buffalo Zoo</h3>\r\n300 Parkside Ave\r\nBuffalo, N.Y. 14214-1999\r\n(716)-837-3900\r\n<a href="http://www.buffalozoo.org/">http://www.buffalozoo.org/</a>\r\n<h3>Pikes Peak Community College</h3>\r\nA.A.S. in Zoo Keeping Technology\r\n5675 S. Academy Blvd.\r\nColorado Springs, CO 80906 USA\r\n(800) 456-6847 | (719) 576-7711\r\n\r\nProgram Coordinator: Tracey Anderson\r\n(719) 650-0472 or (719) 502-3443\r\n<a href="mailto:Tracey.Anderson@ppcc.edu">Tracey.Anderson@ppcc.edu</a>\r\n\r\nThe program is a two-year degree in which students complete 675 hours of hands on training through required internships. The program is 75 credit hours. In addition to the practical application, students are trained in animal husbandry, exhibitry, safety, veterinary care, horticulture, public relations, career development, and environmental science. The program also offers electives such as elephant management, animal training, advanced exhibitry techniques, primate studies and adventures in zoo design.\r\n<ul>\r\n	<li><a href="http://www.ppcc.edu/about-ppcc/">http://www.ppcc.edu/about-ppcc/</a></li>\r\n</ul>\r\n<h3>Cheyenne Mountain Zoo</h3>\r\n<a href="http://www.cmzoo.org/">http://www.cmzoo.org/</a>\r\n4250 Cheyenne Mountain Zoo Road\r\nColorado Springs, CO 80906\r\n(719)633-9925\r\n<a href="mailto:info@cmzoo.org">info@cmzoo.org</a>\r\n<h3>Santa Fe College</h3>\r\nA.S. in Zoo Technology\r\n3000 N.W. 83rd Street\r\nGainesville, FL 32606\r\n\r\nLinda Asbell\r\n(352) 395-5604\r\n<a href="mailto:linda.asbell@sfcollege.edu">linda.asbell@sfcollege.edu</a>\r\n\r\nThe Zoo Animal Technology Program at Santa Fe Community College was the first program of its kind, and the first to offer a great combination of academic classes and hands on experiences in the animal fields. Students in the program will complete a 74 credit hour course of study over five semesters, including academic classes on all animal groups, animal nutrition, animal breeding, as well as visitor education. In addition to the academic classes the students will work in the Teaching Zoo (an AZA accredited facility) for over 1800 hours. This training enables students to find employment in a variety of fields including zookeeping, park naturalist, zoo education, animal technician and a host of other animal husbandry fields. Four-year programs are also available in cooperation with State University of New York at Oswego, Friends University in Wichita, Kansas, and University of West Florida in Pensacola, Florida. Please contact Linda Asbell (above) for cooperative information.\r\n\r\n<a href="http://www.sfcollege.edu/zoo">http://www.sfcollege.edu/zoo</a>\r\n<h3>Portland Community College</h3>\r\nA.A.S. in Biology and Management of Zoo Animals\r\nRock Creek Campus\r\n17705 NW Springville Rd\r\nPortland, Oregon 97229\r\nProgram Coordinator:  Joyce Kaplan\r\n<a href="mailto:jkaplan@pensacolastate.edu">jkaplan@pensacolastate.edu</a>\r\n\r\nThis is a two-year full time program that will open for admissions in Fall of 2012 in conjunction with the Oregon Zoo and Oregon National Primate Research Center.  The coursework in planning includes over 1000 internship hours as well as a wide variety of courses critical for modern zoological management.', 'Two-Year Programs', 0, '', 'inherit', 'closed', 'closed', '', '88-revision-14', '', '', '2011-04-14 08:01:04', '2011-04-14 13:01:04', '', 88, 'http://aazk.org/uncategorized/88-revision-14/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2161, 2, '2011-10-05 09:21:18', '2011-10-05 14:21:18', '', 'ncaazk-logo_2011', 0, '', 'inherit', 'closed', 'closed', '', 'ncaazk-logo_2011', '', '', '2011-10-05 09:21:18', '2011-10-05 14:21:18', '', 0, 'http://aazk.org/wp-content/uploads/ncaazk-logo_2011.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2177, 2, '2011-10-05 17:41:57', '2011-10-05 22:41:57', '', 'oct2011', 0, '', 'inherit', 'closed', 'closed', '', 'oct2011', '', '', '2011-10-05 17:41:57', '2011-10-05 22:41:57', '', 0, 'http://aazk.org/wp-content/uploads/oct2011.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2233, 2, '2011-12-03 11:23:47', '2011-12-03 16:23:47', '<em><img class="aligncenter size-medium wp-image-918" title="training_tales2" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales2-300x96.jpg" alt="training_tales2" width="300" height="96" />By</em>\r\n<em>Allyson Corea, Swing Keeper</em>\r\n<em>Natural Bridge Zoo, Natural Bridge, Virginia</em>\r\n\r\n<em></em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nIn the spring of 2010, the staff at the Natural Bridge Zoo began experiencing behavioral problems with two of our dromedary camels (Camelus dromedarius). Juvenile camels, Isabel and Carrie were born in the late fall of 2009. Unfortunately, due to the heavy snows that winter, the camels did not have many opportunities to leave their stall. It wasn’t until the end of April that the weather was warm enough to start keeping the camels outside during the day. We needed to use halters and leads to walk them from the stalls to the petting area, but this proved to be very difficult since the camels had not experienced walking on leads and halters before. Isabel and Carrie would have “tantrums” which often included lots of screaming, kicking and jumping, pulling on the lead, running ahead, and sometimes simply refusing to move. We also needed to address an issue that occurred during feeding time. The camels would rush to the gate upon seeing the arrival of grain, would refuse to back up, and even attempt to eat the grain straight from the bucket. This lack of respect of the zookeeper’s space was a potentially dangerous situation that needed to be resolved. To solve these problems, another zookeeper and I were permitted to implement a training program for walking the camels using operant conditioning. Most of my previous training experience was in canine obedience. This was my first time working with camels, so this was going to be an exciting learning experience for all of us.\r\n\r\n<strong>Preparation</strong>\r\n\r\nTo develop a training plan, we first had to determine appropriate sources of positive reinforcement. Although, bottles were advantageous as motivators, it was not an efficient training reward. Another fact to consider was that the juvenile camels were not used to chewing pieces of fruit. We found that it was difficult for them to grab onto a large chunk of apple or pear. The size of the treat had to be taken into account. If the treat was too large, the amount of time taken to chew it detracted from the training and there was the possibility of the camel’s attention wandering. Grapes were another favored treat, but were too slippery and easily dropped. Finally, we discovered that watermelon cut into small cubes was a quick and healthy treat. Watermelon cubes were easy for camel lips to grab onto, and small enough to prevent the focus of the camels from wandering. We decided to use watermelon cubes as a primary reinforcer, and praise as a conditioned reinforcer. Isabel, in particular, enjoyed grooming sessions, so we used that to our advantage. Brushing the camels every morning also helped to build trust between the camels and the keepers. Such tactile reinforcement was beneficial should we ever need to inspect feet or legs.\r\n\r\nKnowing that consistency is so important, training was to occur every time the camels needed to be walked outside to the petting area, depending on the weather. We also planned for several short training sessions throughout the day. Our two major goals of the training program were to desensitize the camels to the halters and walk the camels calmly without problems. The problems we needed to address during walks were: tantrums, becoming distracted/eating grass, refusing to move, running ahead of the trainer, and crowding the trainer’s space.\r\n\r\n<strong>Training</strong>\r\n\r\nThe first step in our training program was to desensitize Isabel and Carrie to the leads and halters. Initially, both camels would run away or throw a tantrum upon seeing the halters. We realized in this case, the bottle was the best way to get the camels’ focus. During the first few attempts, the camels were haltered as the bottles were given. We incorporated haltering during each bottle time; therefore, it only took a few times for the camels to begin associating the halters with bottles. After re-assessing our strategy, we changed our tactics to haltering first, followed by rewarding good behavior with a bottle. We did this because we wanted to be able to halter a camel at any time, whether or not a bottle was presented.\r\n\r\nOccasionally, Isabel or Carrie would get upset while being haltered, and struggle. In these instances, we would wait for the camel to calm down, and proceed with the behavior. The camel would receive the bottle only after a calm haltering. Tactile reinforcement and praise were also used to encourage a stress-free haltering.\r\n\r\nOnce a camel was successfully haltered, two handlers were required. The primary trainer held the lead rope and treats while an assistant stood towards the back and off to one side, with a staff ready to give a prod in the rump if necessary. During visiting hours, we used an unoccupied enclosure for training sessions. The circular path in the enclosure was easy for the camels to follow while on the lead. Therefore, to ensure that Isabel and Carrie were following our lead and not just the path, we changed the route as often as possible. We included counter-clockwise routes, figure-eights, half- circles, etc.\r\n\r\nIt was important to keep training sessions brief, ensuring they always ended on a positive note. As the camels showed progress, session lengths gradually increased.\r\n\r\nWe learned how to anticipate a tantrum, and prevent it from happening. If a camel began showing signs that she was about to jump-kick, a quick downward jerk of the lead with a simultaneous and firm “No” was applied, similar to canine obedience. The key was to watch the camel’s behavior and posture. A sudden quickening in pace, the camel’s nose in the air and a stiff, outstretched neck were clear…\r\n\r\n<img class="alignnone size-large wp-image-2231" title="camel1" src="http://aecetia.net/gws/aazk/wp-content/uploads/camel1-1024x768.jpg" alt="camel1" width="614" height="461" />\r\n\r\n<strong>Walking Isabel.</strong> <em>Photo by Emily Thornton.</em>\r\n\r\n<strong>Want to discover more great training ideas? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry and enrichment ideas and information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'Getting Over the Hump: Using Operant Conditioning to Train 0.2 Juvenile Camels', 0, '', 'inherit', 'closed', 'closed', '', '2230-revision-2', '', '', '2011-12-03 11:23:47', '2011-12-03 16:23:47', '', 2230, 'http://aazk.org/uncategorized/2230-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2230, 2, '2011-12-03 11:23:47', '2011-12-03 16:23:47', '<p style="text-align: center;"><em><img class="aligncenter size-full wp-image-918" title="training_tales2" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales2.jpg" alt="training_tales2" width="615" height="197" /></em></p>\r\n\r\n<p style="text-align: left;"><em>By</em>\r\n<em>Allyson Corea, Swing Keeper</em>\r\n<em>Natural Bridge Zoo, Natural Bridge, Virginia</em>\r\n\r\n<em></em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nIn the spring of 2010, the staff at the Natural Bridge Zoo began experiencing behavioral problems with two of our dromedary camels (Camelus dromedarius). Juvenile camels, Isabel and Carrie were born in the late fall of 2009. Unfortunately, due to the heavy snows that winter, the camels did not have many opportunities to leave their stall. It wasn’t until the end of April that the weather was warm enough to start keeping the camels outside during the day. We needed to use halters and leads to walk them from the stalls to the petting area, but this proved to be very difficult since the camels had not experienced walking on leads and halters before. Isabel and Carrie would have “tantrums” which often included lots of screaming, kicking and jumping, pulling on the lead, running ahead, and sometimes simply refusing to move. We also needed to address an issue that occurred during feeding time. The camels would rush to the gate upon seeing the arrival of grain, would refuse to back up, and even attempt to eat the grain straight from the bucket. This lack of respect of the zookeeper’s space was a potentially dangerous situation that needed to be resolved. To solve these problems, another zookeeper and I were permitted to implement a training program for walking the camels using operant conditioning. Most of my previous training experience was in canine obedience. This was my first time working with camels, so this was going to be an exciting learning experience for all of us.\r\n\r\n<strong>Preparation</strong>\r\n\r\nTo develop a training plan, we first had to determine appropriate sources of positive reinforcement. Although, bottles were advantageous as motivators, it was not an efficient training reward. Another fact to consider was that the juvenile camels were not used to chewing pieces of fruit. We found that it was difficult for them to grab onto a large chunk of apple or pear. The size of the treat had to be taken into account. If the treat was too large, the amount of time taken to chew it detracted from the training and there was the possibility of the camel’s attention wandering. Grapes were another favored treat, but were too slippery and easily dropped. Finally, we discovered that watermelon cut into small cubes was a quick and healthy treat. Watermelon cubes were easy for camel lips to grab onto, and small enough to prevent the focus of the camels from wandering. We decided to use watermelon cubes as a primary reinforcer, and praise as a conditioned reinforcer. Isabel, in particular, enjoyed grooming sessions, so we used that to our advantage. Brushing the camels every morning also helped to build trust between the camels and the keepers. Such tactile reinforcement was beneficial should we ever need to inspect feet or legs.\r\n\r\nKnowing that consistency is so important, training was to occur every time the camels needed to be walked outside to the petting area, depending on the weather. We also planned for several short training sessions throughout the day. Our two major goals of the training program were to desensitize the camels to the halters and walk the camels calmly without problems. The problems we needed to address during walks were: tantrums, becoming distracted/eating grass, refusing to move, running ahead of the trainer, and crowding the trainer’s space.\r\n\r\n<strong>Training</strong>\r\n\r\nThe first step in our training program was to desensitize Isabel and Carrie to the leads and halters. Initially, both camels would run away or throw a tantrum upon seeing the halters. We realized in this case, the bottle was the best way to get the camels’ focus. During the first few attempts, the camels were haltered as the bottles were given. We incorporated haltering during each bottle time; therefore, it only took a few times for the camels to begin associating the halters with bottles. After re-assessing our strategy, we changed our tactics to haltering first, followed by rewarding good behavior with a bottle. We did this because we wanted to be able to halter a camel at any time, whether or not a bottle was presented.\r\n\r\nOccasionally, Isabel or Carrie would get upset while being haltered, and struggle. In these instances, we would wait for the camel to calm down, and proceed with the behavior. The camel would receive the bottle only after a calm haltering. Tactile reinforcement and praise were also used to encourage a stress-free haltering.\r\n\r\nOnce a camel was successfully haltered, two handlers were required. The primary trainer held the lead rope and treats while an assistant stood towards the back and off to one side, with a staff ready to give a prod in the rump if necessary. During visiting hours, we used an unoccupied enclosure for training sessions. The circular path in the enclosure was easy for the camels to follow while on the lead. Therefore, to ensure that Isabel and Carrie were following our lead and not just the path, we changed the route as often as possible. We included counter-clockwise routes, figure-eights, half- circles, etc.\r\n\r\nIt was important to keep training sessions brief, ensuring they always ended on a positive note. As the camels showed progress, session lengths gradually increased.\r\n\r\nWe learned how to anticipate a tantrum, and prevent it from happening. If a camel began showing signs that she was about to jump-kick, a quick downward jerk of the lead with a simultaneous and firm “No” was applied, similar to canine obedience. The key was to watch the camel’s behavior and posture. A sudden quickening in pace, the camel’s nose in the air and a stiff, outstretched neck were clear…\r\n\r\n<img class="alignnone size-large wp-image-2231" title="camel1" src="http://aecetia.net/gws/aazk/wp-content/uploads/camel1-1024x768.jpg" alt="camel1" width="614" height="461" />\r\n\r\n<strong>Walking Isabel.</strong> <em>Photo by Emily Thornton.</em>\r\n\r\n<strong>Want to discover more great training ideas? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry and enrichment ideas and information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'Getting Over the Hump: Using Operant Conditioning to Train 0.2 Juvenile Camels', 0, '', 'draft', 'closed', 'closed', '', 'getting-over-the-hump-using-operant-conditioning-to-train-02-juvenile-camels', '', '', '2013-10-15 17:49:18', '2013-10-15 22:49:18', '', 0, 'http://aazk.org/?p=2230', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2231, 2, '2011-12-03 11:19:38', '2011-12-03 16:19:38', '', 'camel1', 0, '', 'inherit', 'closed', 'closed', '', 'camel1', '', '', '2011-12-03 11:19:38', '2011-12-03 16:19:38', '', 2230, 'http://aazk.org/wp-content/uploads/camel1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2232, 2, '2011-12-03 11:20:47', '2011-12-03 16:20:47', '<em>By</em>\n<em>Allyson Corea, Swing Keeper</em>\n<em>Natural Bridge Zoo, Natural Bridge, Virginia</em>\n\n<em></em>\n\n<strong>Introduction</strong>\n\nIn the spring of 2010, the staff at the Natural Bridge Zoo began experiencing behavioral problems with two of our dromedary camels (Camelus dromedarius). Juvenile camels, Isabel and Carrie were born in the late fall of 2009. Unfortunately, due to the heavy snows that winter, the camels did not have many opportunities to leave their stall. It wasn’t until the end of April that the weather was warm enough to start keeping the camels outside during the day. We needed to use halters and leads to walk them from the stalls to the petting area, but this proved to be very difficult since the camels had not experienced walking on leads and halters before. Isabel and Carrie would have “tantrums” which often included lots of screaming, kicking and jumping, pulling on the lead, running ahead, and sometimes simply refusing to move. We also needed to address an issue that occurred during feeding time. The camels would rush to the gate upon seeing the arrival of grain, would refuse to back up, and even attempt to eat the grain straight from the bucket. This lack of respect of the zookeeper’s space was a potentially dangerous situation that needed to be resolved. To solve these problems, another zookeeper and I were permitted to implement a training program for walking the camels using operant conditioning. Most of my previous training experience was in canine obedience. This was my first time working with camels, so this was going to be an exciting learning experience for all of us.\n\n<strong>Preparation</strong>\n\nTo develop a training plan, we first had to determine appropriate sources of positive reinforcement. Although, bottles were advantageous as motivators, it was not an efficient training reward. Another fact to consider was that the juvenile camels were not used to chewing pieces of fruit. We found that it was difficult for them to grab onto a large chunk of apple or pear. The size of the treat had to be taken into account. If the treat was too large, the amount of time taken to chew it detracted from the training and there was the possibility of the camel’s attention wandering. Grapes were another favored treat, but were too slippery and easily dropped. Finally, we discovered that watermelon cut into small cubes was a quick and healthy treat. Watermelon cubes were easy for camel lips to grab onto, and small enough to prevent the focus of the camels from wandering. We decided to use watermelon cubes as a primary reinforcer, and praise as a conditioned reinforcer. Isabel, in particular, enjoyed grooming sessions, so we used that to our advantage. Brushing the camels every morning also helped to build trust between the camels and the keepers. Such tactile reinforcement was beneficial should we ever need to inspect feet or legs.\n\nKnowing that consistency is so important, training was to occur every time the camels needed to be walked outside to the petting area, depending on the weather. We also planned for several short training sessions throughout the day. Our two major goals of the training program were to desensitize the camels to the halters and walk the camels calmly without problems. The problems we needed to address during walks were: tantrums, becoming distracted/eating grass, refusing to move, running ahead of the trainer, and crowding the trainer’s space.\n\n<strong>Training</strong>\n\nThe first step in our training program was to desensitize Isabel and Carrie to the leads and halters. Initially, both camels would run away or throw a tantrum upon seeing the halters. We realized in this case, the bottle was the best way to get the camels’ focus. During the first few attempts, the camels were haltered as the bottles were given. We incorporated haltering during each bottle time; therefore, it only took a few times for the camels to begin associating the halters with bottles. After re-assessing our strategy, we changed our tactics to haltering first, followed by rewarding good behavior with a bottle. We did this because we wanted to be able to halter a camel at any time, whether or not a bottle was presented.\n\nOccasionally, Isabel or Carrie would get upset while being haltered, and struggle. In these instances, we would wait for the camel to calm down, and proceed with the behavior. The camel would receive the bottle only after a calm haltering. Tactile reinforcement and praise were also used to encourage a stress-free haltering.\n\nOnce a camel was successfully haltered, two handlers were required. The primary trainer held the lead rope and treats while an assistant stood towards the back and off to one side, with a staff ready to give a prod in the rump if necessary. During visiting hours, we used an unoccupied enclosure for training sessions. The circular path in the enclosure was easy for the camels to follow while on the lead. Therefore, to ensure that Isabel and Carrie were following our lead and not just the path, we changed the route as often as possible. We included counter-clockwise routes, figure-eights, half- circles, etc.\n\nIt was important to keep training sessions brief, ensuring they always ended on a positive note. As the camels showed progress, session lengths gradually increased.\n\nWe learned how to anticipate a tantrum, and prevent it from happening. If a camel began showing signs that she was about to jump-kick, a quick downward jerk of the lead with a simultaneous and firm “No” was applied, similar to canine obedience. The key was to watch the camel’s behavior and posture. A sudden quickening in pace, the camel’s nose in the air and a stiff, outstretched neck were clear…\n\n<img class="alignnone size-large wp-image-2231" title="camel1" src="http://aecetia.net/gws/aazk/wp-content/uploads/camel1-1024x768.jpg" alt="camel1" width="614" height="461" />\n\n<strong>Walking Isabel.</strong> <em>Photo by Emily Thornton.</em>', 'Getting Over the Hump: Using Operant Conditioning to Train 0.2 Juvenile Camels', 0, '', 'inherit', 'closed', 'closed', '', '2230-revision', '', '', '2011-12-03 11:20:47', '2011-12-03 16:20:47', '', 2230, 'http://aazk.org/uncategorized/2230-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2191, 2, '2011-11-02 09:20:56', '2011-11-02 14:20:56', 'About the Cover/Information for Contributors\r\n\r\nScoops &amp; Scuttlebutt\r\n\r\nAAZK Chapters Help Underwrite AKF Production\r\n\r\nZoo Keeper Retires after 45-Year Career\r\n\r\nComing Events\r\n\r\nAAZK Announces New Members\r\n\r\nICZ Announces International Congress on Zookeeping\r\n\r\nCall for Papers for AKF Dedicated Issue on Chelonians\r\n\r\nFirst Call for Papers, 2012 AAZK National Conference in Syracuse\r\n\r\nVery Important Reminders from the AAZK Administrative Office\r\n\r\nBowling for Rhinos Aims for Record Year\r\n\r\nTraining Tales (<em>Injection Training 2.0 North American Raccoons</em>)\r\n\r\nManaging Meerkat Reintroductions:  Keeping Peace in the House\r\n\r\nBook Review:  <em>Understanding Animal Welfare</em>\r\n\r\nEnrichment Options:  A Review of Reptile and Amphibian Enrichment at the Bronx Zoo\r\n\r\nBig Birds with Big Problems (AZA Ratite TAG)\r\n\r\nConservation Station:  Reducing Your Carbon “Paw” Print\r\n\r\nConservation/Legislative Update', 'November 2011', 0, '', 'draft', 'closed', 'closed', '', 'november-2011', '', '', '2013-10-15 17:49:19', '2013-10-15 22:49:19', '', 0, 'http://aazk.org/?p=2191', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2192, 2, '2011-11-02 09:20:14', '2011-11-02 14:20:14', '', 'November 2011', 0, '', 'inherit', 'closed', 'closed', '', '2191-revision', '', '', '2011-11-02 09:20:14', '2011-11-02 14:20:14', '', 2191, 'http://aazk.org/uncategorized/2191-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2193, 2, '2011-10-05 09:13:57', '2011-10-05 14:13:57', '<strong><em></em></strong>\r\n\r\n<strong>October 6 – 9, 2011 - <em>Advancing Bear Care 2011</em></strong> – Banff, Canada\r\n\r\nBear biologists and naturalists will lead hikes into bear habitat and interpret for delegates how bears use the components of the ecosystem to express their daily and seasonal routines. We will bring this information back into workshops and apply this knowledge towards improving captive bear husbandry. Also, international bear biologists will assist us in interpreting Asian, European, and South American bear habitats.\r\n\r\n<strong>October 6-9, 2011 - <em>32nd Annual Elephant Managers Association Conference</em></strong> - Hosted by the Seneca Park Zoo, Rochester, NY.  The pre-conference trip will be hosted by Lion Country Safari in Cambridge, Ontario on Wednesday, October 5th (Passport needed to participate in this trip).\r\n\r\n<strong>November 8-11, 2011 -<em>4th Tree Kangaroo Species Survival Program Workshop</em> </strong>- Hosted by the North American Tree Kangaroo SSP and Woodland Park Zoo. This International Workshop will be held at the Woodland Park Zoo and host delegates from around the world including special guest Danny Samandingke, Tree Kangaroo Conservation Program (TKCP) Education Coordinator in Papua New Guinea.  Registration is $125 and is open to all interested individuals. For more information contact Jacque Blessington at: <a href="mailto:Jacsprat65@aol.com">Jacsprat65@aol.com</a> or call: 816-513-5700.\r\n\r\n<strong>December 5-9, 2011 - <em>Training And Enrichment Workshop for Zoo Animals. </em></strong>Hosted by The Oakland Zoo, Oakland, CA.<em> </em>Presented  by Active Environments and The Shape of Enrichment. Instructors: Gail  Laule, Margaret Whittaker, and Valerie J. Hare. This unique five-day  workshop is designed for keepers, managers, supervisors, curators, and  veterinarians working with all species of animals held in zoos. The  workshop will present an array of topics relating to the behavioral  management approach to caring for captive animals, with focus on  environmental enrichment, positive reinforcement training techniques,  and the problem-solving process. Workshop format includes lecture,  discussion, small group projects, demonstrations, and multiple hands-on  training and enrichment opportunities with Oakland Zoo’s diverse  collection.  Skills taught are directly related to enhancing staff’s  ability to manage captive animal behavior, improve animal welfare, and  enhance the overall care and management of captive animals. The Workshop  format is designed to maximize the value for each participant and as  much as possible to address specific situations, needs, problems, and  objectives.  Be prepared to interact, share, and participate to make the  experience as useful and relevant to you as possible. For further  information contact: Active Environments, Inc., 7651 Santos Rd., Lompoc,  CA 93436; Tel: 805-737-3700; E-mail: <a href="mailto:active_environs@ix.netcom.com">active_environs@ix.netcom.com</a>.\r\n<h2><strong>2012</strong></h2>\r\n<strong>February 15-18, 2012 - <em>20th Annual Conference of the International Associatiion of Avian Trainers and Educators </em>- </strong>Hosted by the Minnesota Zoo, Bloomington, MN. Topics will include avian behavior, training, husbandry, conservation, education, enrichment, and show presentation/production.  Paper and poster abstract deadline is 1 October 2010.  Please mail to: <a href="mailto:conference@IAATE.org">conference@IAATE.org</a>.  For detailed Call for Papers and more information visit <a href="http://www.IAATE.org">www.IAATE.org</a>.\r\n\r\n<strong>April 12-15, 2012 - <em>Otter Keeper Workshop </em></strong>- The 5th biennial workshop will be hosted by The Dallas World Aquarium,  Any staff working with any of the freshwater species is welcome to attend.  Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, and lots of sharing of information between keepers.  Registration is $75.00.  For more information, see <a href="http://www.otterkeeperworkshop.org">www.otterkeeperworkshop.org</a>.\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY.\r\n<h2><strong>2013</strong></h2>\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - Dates TBD\r\n\r\n2015 - St. Louis, MO - Dates TBD\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events October 2011', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2011-10-05 09:13:57', '2011-10-05 14:13:57', '', 435, 'http://aazk.org/uncategorized/435-revision-45/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2194, 2, '2011-11-02 09:29:32', '2011-11-02 14:29:32', '<strong><em></em></strong>\r\n\r\n<strong>November 8-11, 2011 -<em>4th Tree Kangaroo Species Survival Program Workshop</em> </strong>- Hosted by the North American Tree Kangaroo SSP and Woodland Park Zoo. This International Workshop will be held at the Woodland Park Zoo and host delegates from around the world including special guest Danny Samandingke, Tree Kangaroo Conservation Program (TKCP) Education Coordinator in Papua New Guinea.  Registration is $125 and is open to all interested individuals. For more information contact Jacque Blessington at: <a href="mailto:Jacsprat65@aol.com">Jacsprat65@aol.com</a> or call: 816-513-5700.\r\n\r\n<strong>December 5-9, 2011 - <em>Training And Enrichment Workshop for Zoo Animals. </em></strong>Hosted by The Oakland Zoo, Oakland, CA.<em> </em>Presented  by Active Environments and The Shape of Enrichment. Instructors: Gail  Laule, Margaret Whittaker, and Valerie J. Hare. This unique five-day  workshop is designed for keepers, managers, supervisors, curators, and  veterinarians working with all species of animals held in zoos. The  workshop will present an array of topics relating to the behavioral  management approach to caring for captive animals, with focus on  environmental enrichment, positive reinforcement training techniques,  and the problem-solving process. Workshop format includes lecture,  discussion, small group projects, demonstrations, and multiple hands-on  training and enrichment opportunities with Oakland Zoo’s diverse  collection.  Skills taught are directly related to enhancing staff’s  ability to manage captive animal behavior, improve animal welfare, and  enhance the overall care and management of captive animals. The Workshop  format is designed to maximize the value for each participant and as  much as possible to address specific situations, needs, problems, and  objectives.  Be prepared to interact, share, and participate to make the  experience as useful and relevant to you as possible. For further  information contact: Active Environments, Inc., 7651 Santos Rd., Lompoc,  CA 93436; Tel: 805-737-3700; E-mail: <a href="mailto:active_environs@ix.netcom.com">active_environs@ix.netcom.com</a>.\r\n<h2><strong>2012</strong></h2>\r\n<strong>February 6-9, 2012 -<em> International Association of Giraffe Care Professionals</em> -</strong><strong> San Francisco, CA. Located at the Hilton San Francisco Financial District.  For more information, check out the IAGCP’s Event Page on Facebook.</strong>\r\n\r\n<strong>February 15-18, 2012 - <em>20th Annual Conference of the International Associatiion of Avian Trainers and Educators </em>- </strong>Hosted by the Minnesota Zoo, Bloomington, MN. Topics will include avian behavior, training, husbandry, conservation, education, enrichment, and show presentation/production.  Paper and poster abstract deadline is 1 October 2010.  Please mail to: <a href="mailto:conference@IAATE.org">conference@IAATE.org</a>.  For detailed Call for Papers and more information visit <a href="http://www.IAATE.org">www.IAATE.org</a>.\r\n\r\n<strong>April 12-15, 2012 - <em>Otter Keeper Workshop </em></strong>- The 5th biennial workshop will be hosted by The Dallas World Aquarium,  Any staff working with any of the freshwater species is welcome to attend.  Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, and lots of sharing of information between keepers.  Registration is $75.00.  For more information, see <a href="http://www.otterkeeperworkshop.org">www.otterkeeperworkshop.org</a>.\r\n\r\n<strong>May 6-11, 2012 - <em>ABMA Annual Conference </em></strong>- Hosted by Oakland Zoo, California Academy of Sciences, and CuriOdyssey.  The conference location will be the San Francisco Airport Mariott, Burlingame, CA.  See <a href="http://theabma.org">theabma.org</a> for more info.\r\n\r\n<strong>May 13-16 - <em>Shape of Enrichment Regional Workshop</em></strong> - Hosted by Howletts and Port Lympne Wild Animal Parks, Kent, UK.  For more information go to <a href="http://enrichment.org">enrichment.org</a>.\r\n\r\n<strong>July 15-21, 2012 - NATIONAL ZOO KEEPER WEEK</strong>\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>August 16-19 - <em>The 10th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles</em> </strong>- Tucson, AZ.  Hosted by the Turtle Survival Alliance and the IUCN Tortoise and Freshwater Turtle Specialist Group.  For more information go to <a href="http://turtlesurvival.org">turtlesurvival.org</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY. For more information go to <a href="http://www.rgzaecetia.net/gws/aazk">www.rgzaecetia.net/gws/aazk</a>.\r\n<h2><strong>2013</strong></h2>\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - Dates TBD\r\n\r\n2015 - St. Louis, MO - Dates TBD\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events November 2011', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2011-11-02 09:29:32', '2011-11-02 14:29:32', '', 435, 'http://aazk.org/uncategorized/435-revision-46/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2196, 2, '2011-11-02 09:50:45', '2011-11-02 14:50:45', '<em>By</em>\r\n<em>Stephen Schulze and Kenton Kerns, Small Mammal House Keepers</em>\r\n<em>Smithsonian’s National Zoo, Washington, DC</em>\r\n\r\n<em></em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nThe reintroduction of an individual meerkat (<em>Suricata suricatta sp.</em>) to its family group, once it has been rejected and driven out, is notoriously difficult.  Carelessly managed, reintroduction can result in severe cage mate trauma or death.  For this reason, many zoos with meerkats in their collections wind up with rejected individuals living in isolation, a poor situation for a social animal and a strain on zoo resources.  The Small Mammal House at Smithsonian National Zoological Park has had three instances of successful meerkat reintroductions, using a strategy of protected proximity and rotational pairing of non-aggressive members from the group with the ostracized individual.  Exhibit design, common sense, and conscientious observation all contribute to successful management of this delicate process.\r\n\r\n<strong>Natural History</strong>\r\n\r\n<em>Suricata suricatta siricata</em>, the slender tail meerkat, belongs to the family Herpstidae, and is a highly socialized species of mongoose.  Its habitat ranges throughout the southern Kalahari Desert, including areas of South Africa, Botswana, Namibia and Zimbabwe.  This is a mongoose adapted to a dual environment.  The summer months (October to April) bring intense heat, but may also offer short periods of rain and a brief abundance of plant and insect life.  The dry winter months (May to September) bring shorter days and cooler temperatures, but offer fewer and scarcer resources across the grasslands.\r\n\r\nAccordingly (we speculate), meerkat strategies for breeding and population control relate directly to an environment that alternates scarcity and abundance.  Females compete for dominance within a family, and theoretically only the alpha pair breeds.  To preserve their breeding prerogative, alpha females might drive rival beta females from the group, permanently or temporarily.  (Beta females, rival or not, do manage to breed, some by meeting roving males from other meerkat groups and some by copulation with beta males within the home group.)  Infanticide between rival dames is common and can cut both ways within a family, with alphas killing beta offspring and betas killing alpha litters, attempting then to substitute their own offspring under alpha care.  These behaviors carry from the wild into captivity and may strongly challenge the stability of a captive group.\r\n\r\n<strong>Provenance and Early Captive History of Small Mammal House Group</strong>\r\n\r\nThe six adult individuals that originally comprised our current collection of meerkats were wild-caught, possibly trapped for removal from private property.  Beyond their wild origin, we know nothing of their provenance.  We had to guess their age(s), settling on a mean of four years, given estimates from various sources.  Based on the voluntary separation of one female individual from the group, we suspected that they were not trapped as a cohesive family, but that the one female, and possibly a beta male, were introduced upon capture.  The stress of capture and transport might account for the relative bonding of the six while in quarantine and upon release into their exhibit space.\r\n<p style="text-align: left;"><img class="alignnone size-full wp-image-2197" title="meerkat_totem" src="http://aecetia.net/gws/aazk/wp-content/uploads/meerkat_totem.jpg" alt="meerkat_totem" width="538" height="717" /></p>\r\n<p style="text-align: left;">Meerkat Group at the Small Mammal House (<em>Photo by National Zoo)</em></p>\r\n<p style="text-align: left;">The group was reported to have been skittish and reclusive throughout their 30-day quarantine period, which ended 11 April ‘06.  However, within several days of occupying their exhibit, the group was active on the surface throughout the day and engaged in play, social digging, and foraging behaviors.  Well within a week they were acclimated to the proximity of a keeper at their holding space with the door open, eagerly feeding on mealworms lightly scattered by hand.  Inter-adult aggression had been reported first on 6 July ‘06, and it intensified with intervening lulls throughout the month.  All of the aggression that we observed at that time was female to female.  Males were not observed to have taken part in female hierarchal challenges or alpha female assertions of dominance.  Indeed, they behaved as if utterly indifferent.  Pup vocalizations were first heard 6 August ’06, 103 days after introduction to the exhibit.  These first offspring were almost certainly sired and birthed by the alpha male and female couple, respectively named M’bira and Kora.</p>\r\n\r\nOne incident of serious aggression was closely observed on 25 July ‘06 involving Kora and a beta female acting as her ally against a third beta female who proved to be pregnant.   The primary attacker was not Kora but her beta ally.  Together they harassed the beta from opposing sides snarling, growling, and barking.  The technique of attack involved sidling or backing toward the opponent, maneuvering until she was distracted enough by Kora for her ally to whirl and bite.\r\n\r\nThe two incidents of reintroduction that we will relate involved Kora and Baya, one of her female offspring (born 2 Feb. 07).  By May of ‘09 the composition of the family group had changed dramatically from its original configuration, consisting now of five members: the original alpha pair (M’bira and Kora) and three of their offspring from two separate litters (male Ngoni born 2 Feb. 07, and female Baya and male Dogo born 9 May 07).\r\n\r\n<strong>Exhibit Design</strong>\r\n\r\nThe exhibit provides three types of space for the group: a tunnel system, a surface foraging area, and two off-exhibit holds, one for feeding, the other a toilet area.  The tunnel system consists of sections of joined four-inch PVC drainage pipe (corrugated, black) forming one main, semicircular corridor approximately 24 ft. length that branches into several lesser corridors, all but one leading to a surface opening.  Having multiple entry/exits enhances the groups’ sense of safety.  The sole terminal corridor leads to the group lair, a fiberglass hollow that resembles a large rock.  Stone blocks line the exterior of the tunnel system and hide it from sight.  Large stones are piled high in several places, providing lookout locations for the group.  In the center of the exhibit, forming its point of focus, is a half   igloo structure of stone.  The substrate consists of sand, plenty enough to dig and sift through, but nowhere deep enough to tunnel into.  Several logs, some hollow, some solid, add interest and variety.\r\n\r\nThe exhibit is situated below a sizable skylight.  High wind, severe weather, and passing birds consistently attract the meerkats’ attention and help to simulate a realistic environment with natural stimulations.  Holding spaces are located on either side at the rear end of the exhibit, with access to them regulated by guillotine shift doors.  Each is roughly a four-and-a half-foot cube.  Meerkats mark their territorial parameters with their feces.  Not surprisingly, their toilet area is of their choosing, as far from the lair as possible, located in the holding, left of the entrance door.  The right holding contains food and water.\r\n\r\n<strong>Incident One</strong>\r\n\r\nNo major incidents of aggression occurred in the main meerkat group since October 2007.  By this time, both Kora and her beta daughter Baya were receiving six-month contraceptive implants throughout the year to keep the group stable at five individuals.  On 13 May ‘09, Kora was implanted with a new hormonal contraceptive injected subcutaneously between the scapulas.  The implant was expected to prevent pregnancy for approximately two years.  A few days after implantation, a weeping lesion was observed at the intrascapular site.  Kora was quickly isolated, and under veterinary examination the rejected contraceptive was removed.  The lesion was further opened and flushed to clean the wound and prevent infection, and a new implant was placed caudally to the original site.  Once Kora recovered fully from anesthesia, she was returned to the group.  No more than three hours passed between her removal and return.  No aggression was seen immediately.\r\n\r\nLater that afternoon during feeding, keepers noticed Baya scent marking one of the entrances to the tunnels and blocking Kora each time she attempted to leave the tunnels.  When Kora did finally emerge, Baya attempted to tear at the open wound (the original injection site) that was now bleeding.  Kora again retreated to the tunnel.  Baya pursued her and soon re-emerged looking as though she had an earthworm dangling from her jaws.  Fearing it to be a strip of flesh from Kora’s lesion, we decided to immediately remove Baya and isolate her from the group by means of a wire mesh screen secured between the exhibit space and the food hold.\r\n\r\nKeepers were unable to successfully separate the animals while they were above ground.  They entered the exhibit, removed the rockwork façade, and began to systematically dismantle a portion of the tunnel system.  The segmented structure of the system proved useful, as we were able to isolate the group within a single ten-foot section, plug one end, then detach the other and plug it in turn.  The entire section was removed to a secure, smaller space.  Baya was safely netted, and then one by one the other meerkats were examined for wounds….\r\n\r\n<strong>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'Managing Meerkat Reintroductions: Keeping Peace in the House', 0, '', 'draft', 'closed', 'closed', '', 'managing-meerkat-reintroductions-keeping-peace-in-the-house', '', '', '2013-10-15 17:49:19', '2013-10-15 22:49:19', '', 0, 'http://aazk.org/?p=2196', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2195, 2, '2011-11-02 09:30:15', '2011-11-02 14:30:15', '<strong><em></em></strong>\r\n\r\n<strong>November 8-11, 2011 -<em>4th Tree Kangaroo Species Survival Program Workshop</em> </strong>- Hosted by the North American Tree Kangaroo SSP and Woodland Park Zoo. This International Workshop will be held at the Woodland Park Zoo and host delegates from around the world including special guest Danny Samandingke, Tree Kangaroo Conservation Program (TKCP) Education Coordinator in Papua New Guinea.  Registration is $125 and is open to all interested individuals. For more information contact Jacque Blessington at: <a href="mailto:Jacsprat65@aol.com">Jacsprat65@aol.com</a> or call: 816-513-5700.\r\n\r\n<strong>December 5-9, 2011 - <em>Training And Enrichment Workshop for Zoo Animals. </em></strong>Hosted by The Oakland Zoo, Oakland, CA.<em> </em>Presented  by Active Environments and The Shape of Enrichment. Instructors: Gail  Laule, Margaret Whittaker, and Valerie J. Hare. This unique five-day  workshop is designed for keepers, managers, supervisors, curators, and  veterinarians working with all species of animals held in zoos. The  workshop will present an array of topics relating to the behavioral  management approach to caring for captive animals, with focus on  environmental enrichment, positive reinforcement training techniques,  and the problem-solving process. Workshop format includes lecture,  discussion, small group projects, demonstrations, and multiple hands-on  training and enrichment opportunities with Oakland Zoo’s diverse  collection.  Skills taught are directly related to enhancing staff’s  ability to manage captive animal behavior, improve animal welfare, and  enhance the overall care and management of captive animals. The Workshop  format is designed to maximize the value for each participant and as  much as possible to address specific situations, needs, problems, and  objectives.  Be prepared to interact, share, and participate to make the  experience as useful and relevant to you as possible. For further  information contact: Active Environments, Inc., 7651 Santos Rd., Lompoc,  CA 93436; Tel: 805-737-3700; E-mail: <a href="mailto:active_environs@ix.netcom.com">active_environs@ix.netcom.com</a>.\r\n<h2><strong>2012</strong></h2>\r\n<strong>February 6-9, 2012 -<em> International Association of Giraffe Care Professionals</em> -</strong><strong> </strong><strong>San Francisco, CA. Located at the Hilton San Francisco Financial District.  For more information, check out the IAGCP’s Event Page on Facebook.</strong>\r\n\r\n<strong>February 15-18, 2012 - <em>20th Annual Conference of the International Associatiion of Avian Trainers and Educators </em>- </strong>Hosted by the Minnesota Zoo, Bloomington, MN. Topics will include avian behavior, training, husbandry, conservation, education, enrichment, and show presentation/production.  Paper and poster abstract deadline is 1 October 2010.  Please mail to: <a href="mailto:conference@IAATE.org">conference@IAATE.org</a>.  For detailed Call for Papers and more information visit <a href="http://www.IAATE.org">www.IAATE.org</a>.\r\n\r\n<strong>April 12-15, 2012 - <em>Otter Keeper Workshop </em></strong>- The 5th biennial workshop will be hosted by The Dallas World Aquarium,  Any staff working with any of the freshwater species is welcome to attend.  Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, and lots of sharing of information between keepers.  Registration is $75.00.  For more information, see <a href="http://www.otterkeeperworkshop.org">www.otterkeeperworkshop.org</a>.\r\n\r\n<strong>May 6-11, 2012 - <em>ABMA Annual Conference </em></strong>- Hosted by Oakland Zoo, California Academy of Sciences, and CuriOdyssey.  The conference location will be the San Francisco Airport Mariott, Burlingame, CA.  See <a href="http://theabma.org">theabma.org</a> for more info.\r\n\r\n<strong>May 13-16 - <em>Shape of Enrichment Regional Workshop</em></strong> - Hosted by Howletts and Port Lympne Wild Animal Parks, Kent, UK.  For more information go to <a href="http://enrichment.org">enrichment.org</a>.\r\n\r\n<strong>July 15-21, 2012 - NATIONAL ZOO KEEPER WEEK</strong>\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>August 16-19 - <em>The 10th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles</em> </strong>- Tucson, AZ.  Hosted by the Turtle Survival Alliance and the IUCN Tortoise and Freshwater Turtle Specialist Group.  For more information go to <a href="http://turtlesurvival.org">turtlesurvival.org</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY. For more information go to <a href="http://www.rgzaecetia.net/gws/aazk">www.rgzaecetia.net/gws/aazk</a>.\r\n<h2><strong>2013</strong></h2>\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - Dates TBD\r\n\r\n2015 - St. Louis, MO - Dates TBD\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events November 2011', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2011-11-02 09:30:15', '2011-11-02 14:30:15', '', 435, 'http://aazk.org/uncategorized/435-revision-47/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2197, 2, '2011-11-02 09:46:04', '2011-11-02 14:46:04', '', 'meerkat_totem', 0, '', 'inherit', 'closed', 'closed', '', 'meerkat_totem', '', '', '2011-11-02 09:46:04', '2011-11-02 14:46:04', '', 2196, 'http://aazk.org/wp-content/uploads/meerkat_totem.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2198, 2, '2011-11-02 09:49:46', '2011-11-02 14:49:46', '<em>By</em>\n<em>Stephen Schulze and Kenton Kerns, Small Mammal House Keepers</em>\n<em>Smithsonian’s National Zoo, Washington, DC</em>\n\n<em></em>\n\n<strong>Introduction</strong>\n\nThe reintroduction of an individual meerkat (<em>Suricata suricatta sp.</em>) to its family group, once it has been rejected and driven out, is notoriously difficult.  Carelessly managed, reintroduction can result in severe cage mate trauma or death.  For this reason, many zoos with meerkats in their collections wind up with rejected individuals living in isolation, a poor situation for a social animal and a strain on zoo resources.  The Small Mammal House at Smithsonian National Zoological Park has had three instances of successful meerkat reintroductions, using a strategy of protected proximity and rotational pairing of non-aggressive members from the group with the ostracized individual.  Exhibit design, common sense, and conscientious observation all contribute to successful management of this delicate process.\n\n<strong>Natural History</strong>\n\n<em>Suricata suricatta siricata</em>, the slender tail meerkat, belongs to the family Herpstidae, and is a highly socialized species of mongoose.  Its habitat ranges throughout the southern Kalahari Desert, including areas of South Africa, Botswana, Namibia and Zimbabwe.  This is a mongoose adapted to a dual environment.  The summer months (October to April) bring intense heat, but may also offer short periods of rain and a brief abundance of plant and insect life.  The dry winter months (May to September) bring shorter days and cooler temperatures, but offer fewer and scarcer resources across the grasslands.\n\nAccordingly (we speculate), meerkat strategies for breeding and population control relate directly to an environment that alternates scarcity and abundance.  Females compete for dominance within a family, and theoretically only the alpha pair breeds.  To preserve their breeding prerogative, alpha females might drive rival beta females from the group, permanently or temporarily.  (Beta females, rival or not, do manage to breed, some by meeting roving males from other meerkat groups and some by copulation with beta males within the home group.)  Infanticide between rival dames is common and can cut both ways within a family, with alphas killing beta offspring and betas killing alpha litters, attempting then to substitute their own offspring under alpha care.  These behaviors carry from the wild into captivity and may strongly challenge the stability of a captive group.\n\n<strong>Provenance and Early Captive History of Small Mammal House Group</strong>\n\nThe six adult individuals that originally comprised our current collection of meerkats were wild-caught, possibly trapped for removal from private property.  Beyond their wild origin, we know nothing of their provenance.  We had to guess their age(s), settling on a mean of four years, given estimates from various sources.  Based on the voluntary separation of one female individual from the group, we suspected that they were not trapped as a cohesive family, but that the one female, and possibly a beta male, were introduced upon capture.  The stress of capture and transport might account for the relative bonding of the six while in quarantine and upon release into their exhibit space.\n<p style="text-align: left;"><img class="alignnone size-full wp-image-2197" title="meerkat_totem" src="http://aecetia.net/gws/aazk/wp-content/uploads/meerkat_totem.jpg" alt="meerkat_totem" width="538" height="717" /></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;">The group was reported to have been skittish and reclusive throughout their 30-day quarantine period, which ended 11 April ‘06.  However, within several days of occupying their exhibit, the group was active on the surface throughout the day and engaged in play, social digging, and foraging behaviors.  Well within a week they were acclimated to the proximity of a keeper at their holding space with the door open, eagerly feeding on mealworms lightly scattered by hand.  Inter-adult aggression had been reported first on 6 July ‘06, and it intensified with intervening lulls throughout the month.  All of the aggression that we observed at that time was female to female.  Males were not observed to have taken part in female hierarchal challenges or alpha female assertions of dominance.  Indeed, they behaved as if utterly indifferent.  Pup vocalizations were first heard 6 August ’06, 103 days after introduction to the exhibit.  These first offspring were almost certainly sired and birthed by the alpha male and female couple, respectively named M’bira and Kora.</p>\n\nOne incident of serious aggression was closely observed on 25 July ‘06 involving Kora and a beta female acting as her ally against a third beta female who proved to be pregnant.   The primary attacker was not Kora but her beta ally.  Together they harassed the beta from opposing sides snarling, growling, and barking.  The technique of attack involved sidling or backing toward the opponent, maneuvering until she was distracted enough by Kora for her ally to whirl and bite.\n\nThe two incidents of reintroduction that we will relate involved Kora and Baya, one of her female offspring (born 2 Feb. 07).  By May of ‘09 the composition of the family group had changed dramatically from its original configuration, consisting now of five members: the original alpha pair (M’bira and Kora) and three of their offspring from two separate litters (male Ngoni born 2 Feb. 07, and female Baya and male Dogo born 9 May 07).\n\n<strong>Exhibit Design</strong>\n\nThe exhibit provides three types of space for the group: a tunnel system, a surface foraging area, and two off-exhibit holds, one for feeding, the other a toilet area.  The tunnel system consists of sections of joined four-inch PVC drainage pipe (corrugated, black) forming one main, semicircular corridor approximately 24 ft. length that branches into several lesser corridors, all but one leading to a surface opening.  Having multiple entry/exits enhances the groups’ sense of safety.  The sole terminal corridor leads to the group lair, a fiberglass hollow that resembles a large rock.  Stone blocks line the exterior of the tunnel system and hide it from sight.  Large stones are piled high in several places, providing lookout locations for the group.  In the center of the exhibit, forming its point of focus, is a half   igloo structure of stone.  The substrate consists of sand, plenty enough to dig and sift through, but nowhere deep enough to tunnel into.  Several logs, some hollow, some solid, add interest and variety.\n\nThe exhibit is situated below a sizable skylight.  High wind, severe weather, and passing birds consistently attract the meerkats’ attention and help to simulate a realistic environment with natural stimulations.  Holding spaces are located on either side at the rear end of the exhibit, with access to them regulated by guillotine shift doors.  Each is roughly a four-and-a half-foot cube.  Meerkats mark their territorial parameters with their feces.  Not surprisingly, their toilet area is of their choosing, as far from the lair as possible, located in the holding, left of the entrance door.  The right holding contains food and water.\n\n<strong>Incident One</strong>\n\nNo major incidents of aggression occurred in the main meerkat group since October 2007.  By this time, both Kora and her beta daughter Baya were receiving six-month contraceptive implants throughout the year to keep the group stable at five individuals.  On 13 May ‘09, Kora was implanted with a new hormonal contraceptive injected subcutaneously between the scapulas.  The implant was expected to prevent pregnancy for approximately two years.  A few days after implantation, a weeping lesion was observed at the intrascapular site.  Kora was quickly isolated, and under veterinary examination the rejected contraceptive was removed.  The lesion was further opened and flushed to clean the wound and prevent infection, and a new implant was placed caudally to the original site.  Once Kora recovered fully from anesthesia, she was returned to the group.  No more than three hours passed between her removal and return.  No aggression was seen immediately.\n\nLater that afternoon during feeding, keepers noticed Baya scent marking one of the entrances to the tunnels and blocking Kora each time she attempted to leave the tunnels.  When Kora did finally emerge, Baya attempted to tear at the open wound (the original injection site) that was now bleeding.  Kora again retreated to the tunnel.  Baya pursued her and soon re-emerged looking as though she had an earthworm dangling from her jaws.  Fearing it to be a strip of flesh from Kora’s lesion, we decided to immediately remove Baya and isolate her from the group by means of a wire mesh screen secured between the exhibit space and the food hold.\n\nKeepers were unable to successfully separate the animals while they were above ground.  They entered the exhibit, removed the rockwork façade, and began to systematically dismantle a portion of the tunnel system.  The segmented structure of the system proved useful, as we were able to isolate the group within a single ten-foot section, plug one end, then detach the other and plug it in turn.  The entire section was removed to a secure, smaller space.  Baya was safely netted, and then one by one the other meerkats were examined for wounds….\n\n<strong>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'Managing Meerkat Reintroductions: Keeping Peace in the House', 0, '', 'inherit', 'closed', 'closed', '', '2196-revision', '', '', '2011-11-02 09:49:46', '2011-11-02 14:49:46', '', 2196, 'http://aazk.org/uncategorized/2196-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2199, 2, '2011-11-02 10:02:18', '2011-11-02 15:02:18', '<p style="text-align: center;"><img class="aligncenter size-large wp-image-916" title="training_tales1" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales1-1024x328.jpg" alt="training_tales1" width="574" height="184" /></p>\r\n\r\n<p style="text-align: left;"><em>By </em>\r\n<em>Jennifer Gale, Animal Enrichment Keeper</em>\r\n<em>CuriOdyssey at Coyote Point, San Mateo, CA</em>\r\n<p style="text-align: left;"><em></em></p>\r\n<p style="text-align: left;"><span>Training captive animals to receive vaccinations cooperatively is a goal of many animal keepers.  Cooperative operant conditioning helps to develop trusting relationships with keepers, lessens stress on both animals and keepers during medical procedures and can enrich the animals </span>by providing them the opportunity to learn and choose to participate in reinforcing behaviors.</p>\r\n<p style="text-align: left;">The necessity to train our 2.0 North American raccoons (<em>Procyon lotor</em>), Lancelot and Merlin, became clear when rabies (every three years) and distemper (annually) vaccinations weren’t being reliably delivered with the use of an injection pole handled by our veterinarian.  Sometimes the needle would bend resulting in only half of a dose being given, or the needle would not stay fixed onto the injection pole, creating a hazardous situation for the raccoons having the opportunity to play with or chew on the syringe and needle while keepers would attempt to get the syringe back by any means possible. This usually resulted in more fear and distrust on the part of the raccoons.</p>\r\n<p style="text-align: left;">September 2007:  After watching a vaccination session go wrong, I decided to come up with a solution for all future injections for the eight-year-old raccoon brothers, Lancelot and Merlin.  The question was: How could I create an injection chute at little to no cost?  I began researching on many of the zoo keeper websites and newsletters (AZA, ABMA, AAZK) and decided to create a vertical chute like one I had seen built horizontally for otters using a large PVC pipe cut in half and attached to the caging.  Instead of purchasing a large PVC pipe, I searched around our Keeper Building for free supplies that would work.  I found a pile of old metal mesh pieces and decided that because it was pliable and free, I would make it work. I knew that it wouldn’t be a permanent fixture, so I was able to use duct tape to protect the raccoons from the edges of the mesh and found cable ties and four carabineers from old staff uniforms to attach the mesh “chute” vertically in the corner of one of the raccoon indoor runs.</p>\r\n<p style="text-align: left;"><span>Desensitizing to the new chute was the first step toward the final goal of reliable cooperative injections.  I was able to move through the process fairly quickly due to the fact that the raccoons were accustomed to their nightquarter’s furniture being changed and redesigned on a daily basis by Keeper staff.   The first step was attaching the chute to the inside corner of the run and allowing the boys to look at it, smell and touch it, which I would bridge and feed for, using their daily diet (Lancelot also enjoyed sitting on top of the chute). </span></p>\r\n<p style="text-align: left;"><img class="alignnone size-full wp-image-2200" title="raccoon_chute" src="http://aecetia.net/gws/aazk/wp-content/uploads/raccoon_chute.jpg" alt="raccoon_chute" width="440" height="587" /></p>\r\n\r\nHand cues were used to position the raccoons.  Here is the sit cue.\r\n<em> Photo by Megan Hankins, Animal Keeper, CuriOdyssey</em>\r\n<p style="text-align: left;">Once Lancelot and Merlin had no fear of the new object, we took the next step…</p>\r\n<p style="text-align: left;"><strong>Want to discover more great training ideas? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry and enrichment ideas and information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></p>', 'Injection Training 2.0 North American Raccoons (Procyon lotor)', 0, '', 'draft', 'closed', 'closed', '', 'injection-training-20-north-american-raccoons-procyon-lotor', '', '', '2013-10-15 17:49:19', '2013-10-15 22:49:19', '', 0, 'http://aazk.org/?p=2199', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2200, 2, '2011-11-02 09:58:56', '2011-11-02 14:58:56', '', 'raccoon_chute', 0, '', 'inherit', 'closed', 'closed', '', 'raccoon_chute', '', '', '2011-11-02 09:58:56', '2011-11-02 14:58:56', '', 2199, 'http://aazk.org/wp-content/uploads/raccoon_chute.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2201, 2, '2011-11-02 10:01:30', '2011-11-02 15:01:30', '<p style="text-align: center;"><img class="aligncenter size-large wp-image-916" title="training_tales1" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales1-1024x328.jpg" alt="training_tales1" width="574" height="184" /></p>\n\n<p style="text-align: left;"><em>By </em>\n<em>Jennifer Gale, Animal Enrichment Keeper</em>\n<em>CuriOdyssey at Coyote Point, San Mateo, CA</em>\n<p style="text-align: left;"><em></em></p>\n<p style="text-align: left;"><span>Training captive animals to receive vaccinations cooperatively is a goal of many animal keepers.  Cooperative operant conditioning helps to develop trusting relationships with keepers, lessens stress on both animals and keepers during medical procedures and can enrich the animals </span>by providing them the opportunity to learn and choose to participate in reinforcing behaviors.</p>\n<p style="text-align: left;">The necessity to train our 2.0 North American raccoons (<em>Procyon lotor</em>), Lancelot and Merlin, became clear when rabies (every three years) and distemper (annually) vaccinations weren’t being reliably delivered with the use of an injection pole handled by our veterinarian.  Sometimes the needle would bend resulting in only half of a dose being given, or the needle would not stay fixed onto the injection pole, creating a hazardous situation for the raccoons having the opportunity to play with or chew on the syringe and needle while keepers would attempt to get the syringe back by any means possible. This usually resulted in more fear and distrust on the part of the raccoons.</p>\n<p style="text-align: left;">September 2007:  After watching a vaccination session go wrong, I decided to come up with a solution for all future injections for the eight-year-old raccoon brothers, Lancelot and Merlin.  The question was: How could I create an injection chute at little to no cost?  I began researching on many of the zoo keeper websites and newsletters (AZA, ABMA, AAZK) and decided to create a vertical chute like one I had seen built horizontally for otters using a large PVC pipe cut in half and attached to the caging.  Instead of purchasing a large PVC pipe, I searched around our Keeper Building for free supplies that would work.  I found a pile of old metal mesh pieces and decided that because it was pliable and free, I would make it work. I knew that it wouldn’t be a permanent fixture, so I was able to use duct tape to protect the raccoons from the edges of the mesh and found cable ties and four carabineers from old staff uniforms to attach the mesh “chute” vertically in the corner of one of the raccoon indoor runs.</p>\n<p style="text-align: left;"><span>Desensitizing to the new chute was the first step toward the final goal of reliable cooperative injections.  I was able to move through the process fairly quickly due to the fact that the raccoons were accustomed to their nightquarter’s furniture being changed and redesigned on a daily basis by Keeper staff.   The first step was attaching the chute to the inside corner of the run and allowing the boys to look at it, smell and touch it, which I would bridge and feed for, using their daily diet (Lancelot also enjoyed sitting on top of the chute). </span></p>\n<p style="text-align: left;"><img class="alignnone size-full wp-image-2200" title="raccoon_chute" src="http://aecetia.net/gws/aazk/wp-content/uploads/raccoon_chute.jpg" alt="raccoon_chute" width="440" height="587" /></p>\nHand cues were used to position the raccoons.  Here is the sit cue.</p>\n<p style="text-align: left;">Photo by Megan Hankins, Animal Keeper, CuriOdyssey</p>\n<p style="text-align: left;">Once Lancelot and Merlin had no fear of the new object, we took the next step…</p>\n<p style="text-align: left;"><strong>Want to discover more great training ideas? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry and enrichment ideas and information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></p>', 'Injection Training 2.0 North American Raccoons (Procyon lotor)', 0, '', 'inherit', 'closed', 'closed', '', '2199-revision', '', '', '2011-11-02 10:01:30', '2011-11-02 15:01:30', '', 2199, 'http://aazk.org/uncategorized/2199-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2241, 2, '2010-08-27 14:48:07', '2010-08-27 19:48:07', '<h3>Conference Program Chair</h3>\r\n<img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /> Ed Hansen\r\n<h3>Upcoming AAZK Conferences:</h3>\r\n<!--more-->\r\n<ul>\r\n	<li><strong>2011: </strong>San Diego, CA - San Diego Zoo - August 24-28        <a href="http://sdaazk.com/?page_id=15"> http://sdaazk.com/</a></li>\r\n</ul>\r\n<ul>\r\n	<li><strong>2012:</strong> Syracuse, NY - Rosamond Gifford Zoo - September 23-27</li>\r\n</ul>', 'Annual AAZK Conferences', 0, '', 'inherit', 'closed', 'closed', '', '160-revision-18', '', '', '2010-08-27 14:48:07', '2010-08-27 19:48:07', '', 160, 'http://aazk.org/uncategorized/160-revision-18/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2243, 2, '2011-12-16 12:56:35', '2011-12-16 17:56:35', '<h3>Conference Program Chair</h3>\r\n<img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /> Ed Hansen\r\n<h3>Upcoming AAZK Conferences:</h3>\r\n<!--more-->\r\n\r\n<strong>\r\n<ul>\r\n	<li>2012: Syracuse, NY - Rosamond Gifford Zoo - September 23-27</li>\r\n	<li>2013: Asheboro, NC - TBA</li>\r\n	<li><strong>2014: </strong>Orlando, FL - TBA</li>\r\n</ul>\r\n</strong>\r\n<ul></ul>', 'Annual AAZK Conferences', 0, '', 'inherit', 'closed', 'closed', '', '160-revision-20', '', '', '2011-12-16 12:56:35', '2011-12-16 17:56:35', '', 160, 'http://aazk.org/uncategorized/160-revision-20/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2242, 2, '2011-12-16 12:56:10', '2011-12-16 17:56:10', '<h3>Conference Program Chair</h3>\r\n<img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /> Ed Hansen\r\n<h3>Upcoming AAZK Conferences:</h3>\r\n<!--more-->\r\n<ul>\r\n	<li><strong>2011: </strong>San Diego, CA - San Diego Zoo - August 24-28        <a href="http://sdaazk.com/?page_id=15"> http://sdaazk.com/</a></li>\r\n</ul>\r\n<ul>\r\n	<li><strong>2012:</strong> Syracuse, NY - Rosamond Gifford Zoo - September 23-27</li>\r\n	<li><strong>2013:</strong> Asheboro, NC - TBA\r\n\r\n<strong>2014: </strong>Orlando, FL - TBA\r\n\r\n<strong>\r\n</strong></li>\r\n</ul>', 'Annual AAZK Conferences', 0, '', 'inherit', 'closed', 'closed', '', '160-revision-19', '', '', '2011-12-16 12:56:10', '2011-12-16 17:56:10', '', 160, 'http://aazk.org/uncategorized/160-revision-19/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2203, 2, '2011-11-02 10:04:35', '2011-11-02 15:04:35', '', 'galveston_logo', 0, '', 'inherit', 'closed', 'closed', '', 'galveston_logo', '', '', '2011-11-02 10:04:35', '2011-11-02 15:04:35', '', 0, 'http://aazk.org/wp-content/uploads/galveston_logo.tif', 0, 'attachment', 'image/tiff', 0) ; 
INSERT INTO `wp_posts` VALUES (2204, 2, '2011-11-02 10:05:06', '2011-11-02 15:05:06', '', 'galveston_logo', 0, '', 'inherit', 'closed', 'closed', '', 'galveston_logo-2', '', '', '2011-11-02 10:05:06', '2011-11-02 15:05:06', '', 0, 'http://aazk.org/wp-content/uploads/galveston_logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2244, 2, '2011-12-16 12:56:58', '2011-12-16 17:56:58', '<h3>Conference Program Chair</h3>\r\n<img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /> Ed Hansen\r\n<h3>Upcoming AAZK Conferences:</h3>\r\n<!--more-->\r\n\r\n<strong></strong>\r\n\r\n<strong>\r\n<ul>\r\n	<li><strong>2012: </strong>Syracuse, NY - Rosamond Gifford Zoo - September 23-27</li>\r\n	<li><span style="font-weight: bold;">2013: </span>Asheboro, NC - TBA</li>\r\n	<li><strong>2014: </strong>Orlando, FL - TBA</li>\r\n</ul>\r\n</strong>\r\n\r\n<strong></strong>', 'Annual AAZK Conferences', 0, '', 'inherit', 'closed', 'closed', '', '160-revision-21', '', '', '2011-12-16 12:56:58', '2011-12-16 17:56:58', '', 160, 'http://aazk.org/uncategorized/160-revision-21/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2245, 2, '2011-12-16 12:57:46', '2011-12-16 17:57:46', '<h3>Conference Program Chair</h3>\r\n<img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /> Ed Hansen\r\n<h3>Upcoming AAZK Conferences:</h3>\r\n<!--more-->\r\n\r\n<strong></strong>\r\n\r\n<strong></strong>\r\n\r\n<strong>\r\n<ul>\r\n	<li><strong>2012: </strong>Syracuse, NY - Rosamond Gifford Zoo - September 23-27;  <a href="http://www.rgzaecetia.net/gws/aazk/aazk_2012.html">http://www.rgzaecetia.net/gws/aazk/aazk_2012.html</a></li>\r\n	<li><span style="font-weight: bold;">2013: </span>Asheboro, NC - TBA</li>\r\n	<li><strong>2014: </strong>Orlando, FL - TBA</li>\r\n</ul>\r\n</strong>\r\n\r\n<strong></strong>\r\n\r\n<strong></strong>', 'Annual AAZK Conferences', 0, '', 'inherit', 'closed', 'closed', '', '160-revision-22', '', '', '2011-12-16 12:57:46', '2011-12-16 17:57:46', '', 160, 'http://aazk.org/uncategorized/160-revision-22/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2209, 2, '2011-11-02 10:23:28', '2011-11-02 15:23:28', '', 'nov2011', 0, '', 'inherit', 'closed', 'closed', '', 'nov2011', '', '', '2011-11-02 10:23:28', '2011-11-02 15:23:28', '', 0, 'http://aazk.org/wp-content/uploads/nov2011.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2214, 2, '2011-11-02 10:26:57', '2011-11-02 15:26:57', '', 'nov20111', 0, '', 'inherit', 'closed', 'closed', '', 'nov20111', '', '', '2011-11-02 10:26:57', '2011-11-02 15:26:57', '', 0, 'http://aazk.org/wp-content/uploads/nov20111.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2240, 2, '2011-03-19 18:03:13', '2011-03-19 23:03:13', '<h2><span style="color: #ff0000;">Application Deadline is June 1, 2011</span></h2>\r\nThe American Association of Zoo Keepers, Inc.  (AAZK) is pleased to announce the call for proposals for the Bowling for Rhinos Conservation Resource Fund. This competitive grant is designed to fund projects focused on rhino conservation and research. Successful proposals will reflect AAZK values and meet award criteria in one of four categories:\r\n<strong>·    Category I - In-situ Rhino Conservation and Research-</strong>\r\nShort-term (less than one year), specific, field research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner.\r\n<strong>·    Category 2 - In–situ Community, Educational or Medical Programs (Africa or Asia)-</strong>\r\nCommunity education, school support or medical programs developed or administrated by an individual working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner restricted to the continents of Africa or Asia. Preference may be given to local programs established and/or administrated by LWC (Lewa Wildlife Conservancy), IRF (International Rhino Foundation) or ACK (Action for Cheetahs in Kenya) endorsed partners.\r\n<strong>·    Category 3 - In-situ Species Conservation-</strong>\r\nShort-term (less than one year), specific, field research projects on any species that shares the exact same ecosystem as: Asian, Java, Sumatran, and African Black or White rhino.\r\n<strong>·    Category 4 - Ex-situ Rhino Conservation and Research –</strong>\r\nShort-term (less than one year), specific, zoological research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner. Researcher(s) must be able to demonstrate evidence of partnership with a rhino conservation entity operating in Asia or Africa combined with a tangible benefit to an in-situ conservation project.\r\n\r\n<strong>Eligibility</strong>\r\nAffiliation or partnership with AAZK is not required, but preference may be given to AAZK Members or Conservation Partners.\r\n<span style="color: #ff0000;"><em><strong>Applications are due no later the June 1st.</strong></em></span> Award announcements will be made on July 1.  Application information is available on the AAZK website, <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>. Go to the About Us on the homepage, then to Bowling for Rhinos for info and an application.  Award announcements will be made on July 1.\r\n\r\n<a class="thickbox" href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bfr-grant-application-instructions/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Application instructions.</a>', 'Bowling for Rhinos Conservation Resource Fund Grant', 0, '', 'inherit', 'closed', 'closed', '', '1221-revision-v1', '', '', '2011-03-19 18:03:13', '2011-03-19 23:03:13', '', 1221, 'http://aazk.org/uncategorized/1221-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2217, 2, '2013-07-02 11:00:23', '2013-07-02 16:00:23', 'Thank you for your interest in submitting a paper for publication Animal Keepers’ Forum. Please adhere to the following guidelines for manuscript submission.  If a paper is submitted and does not follow these guidelines, it will be rejected for publication.  Be sure to include your contact information for the editor, including e-mail address and daytime phone number if available.\n\n<strong>FORMAT:</strong>\n\n1. Submit manuscripts electronically in MS Word only to <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.   You may also submit a paper on a disk or CD in Microsoft Word ONLY.\n\n2. Use a clear, clean typeface. Suggested type fonts are 10-point Times Roman.\n\n3. Body of manuscript should be single-spaced.\n\n4. Do not indent paragraphs.\n\n5. Double space between paragraphs.\n\n6. Do not use computer-generated page numbering (headers/footers).\n\n7. Use a 1-inch margin setting on top, bottom and sides of your manuscript.\n\n8. Bold-face or underline sub-headings within the text (i.e. Introduction, Materials, Methods, Conclusions, etc.) Do not use all caps for these headings.\n\n<strong>LENGTH: </strong>The entire paper, including graphs, charts and illustrations should be no more than ten (10) pages long.\n\n<strong>TITLE:</strong> Should be brief and descriptive.  Center your title on the first page of your paper directly before you begin the introduction and text. Type size for title should be no larger than 14 point. Follow the title with your name, position, facility, city and state as shown below:  Author information should be in 10 point type, Italics.\n\nBy\n\nJoe Smith, Keeper II\n\nBest Zoological Park\n\nAnywhere, Allstates\n\n<strong>TABLES/GRAPHS:</strong> Submit all tables and graphs as separate files in their native program (i.e. Word, Excel, etc.)  Do not embed the tables and graphs within the manuscript. Include the explanation of the graph, chart, etc. on the page/file with the illustration.  (Examples: Figure 1 Shows the average temperature of incubation….Graph 4 Illustrates the variation in  duration of…..)   Be certain that all such graphs, tables or charts included with your manuscript are properly referenced within the manuscript text.  Graphs and charts should be no larger than 8” tall by 5” wide.\n\n<strong>ILLUSTRATIONS/PHOTOS:</strong> Submit photos as separate jpg or tif files sent to the editor’s email address.  Be sure to properly reference illustrations/photos within the manuscript.  You may submit as many photos as you wish, but it will be up to the editor to determine how many can be used.  A good average is 3-5. Photos should be high resolution (300 dpi). Photos must be at least 1200 x 1800 pixels in size (4x6 inches). Be sure to give proper photo credit for each photo submitted. You are also encouraged to submit suggested captions.  Do not embed photos within the manuscript.\n\n<strong>Cover Photos: </strong>To be considered for a cover, photos need to be at least 2625 x 3375 pixels in size, 300 dpi, and portrait-style (not landscape).\n\n<strong>METRIC SYSTEM:</strong> Use the twenty-four-hour clock (i.e., 0900 - 1425 hrs.) for identifying time and the continental dating system (day, month, year) when describing dates.  Use the metric system for weights and measurements (standard equivalent may be noted in parenthesis).\n\n<strong>SCIENTIFIC NAMES:</strong> Should be included with their common names, when first mentioned, and only the common name thereafter.  When both the common and scientific name are given as a paragraph heading, put the common name first.  Only currently recognized nomenclatures should be utilized.  Authorship of scientific names should be included only when nomenclature problems exist.\n\n<strong>SPECIAL NOTES:</strong> Identify Registered or Trademark products by ® or ™ symbols respectively. If you have a Products Mentioned in the Text section, please include full name and address of the manufacturer of the product, including website or email address if available.\n\nAvoid footnotes.\n\n<strong>REFERENCES:</strong> Should be listed alphabetically at the end of the manuscript according to author’s surname. (Example: Ricter, J.W. 1984.  How To be A Good Keeper. Animal Keepers’ Forum. Vol. 11, No. 6: 12-22. AAZK, Inc., Topeka, Kansas, U.S.A.)\n\nWithin the text, references should be cited as Ricter (1984) or (Ricter, 1984).\n\n<strong>Send manuscript/photos on CD to:</strong>\n\nShane Good, AKF Editor\nP. O. Box 535\nValley City, OH 44280\n\n<strong>Or submit electronically at <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.</strong>\n\n<strong>If you have any further questions or are uncertain of instructions, please contact the AKF Editor at the email address above.  Or you may call 1-330-483-1104.</strong>', 'AKF Submission Guidelines', 0, '', 'inherit', 'closed', 'closed', '', '1183-autosave-v1', '', '', '2013-07-02 11:00:23', '2013-07-02 16:00:23', '', 1183, 'http://aazk.org/uncategorized/1183-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2857, 2, '2011-11-10 12:12:08', '2011-11-10 17:12:08', 'Thank you for your interest in submitting a paper for publication Animal Keepers’ Forum. Please adhere to the following guidelines for manuscript submission.  If a paper is submitted and does not follow these guidelines, it will be rejected for publication.  Be sure to include your contact information for the editor, including e-mail address and daytime phone number if available.\r\n\r\n<strong>FORMAT:</strong>\r\n\r\n1. Submit manuscripts electronically in MS Word only to <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.   You may also submit a paper on a disk or CD in Microsoft Word ONLY.\r\n\r\n2. Use a clear, clean typeface. Suggested type fonts are 10-point Times Roman.  DO NOT use unusual or showy typefaces.\r\n\r\n3. Body of manuscript should be single-spaced.\r\n\r\n4. Do not indent paragraphs.\r\n\r\n5. Double space between paragraphs.\r\n\r\n6. Do not use computer-generated page numbering (headers/footers).\r\n\r\n7. Use a 1-inch margin setting on top, bottom and sides of your manuscript.\r\n\r\n8. Bold-face or underline sub-headings within the text (i.e. Introduction, Materials, Methods, Conclusions, etc.) Do not use all caps for these headings.\r\n\r\n<strong>LENGTH: </strong> The entire paper, including graphs, charts and illustrations should be no more than ten (10) pages long.\r\n\r\n<strong>TITLE:</strong> Should be brief and descriptive.  Center your title on the first page of your paper directly before you begin the introduction and text. Type size for title should be no larger than 14 point. Follow the title with your name, position, facility, city and state as shown below:  Author information should be in 10 point type, Italics.\r\n\r\nBy\r\n\r\nJoe Smith, Keeper II\r\n\r\nBest Zoological Park\r\n\r\nAnywhere, Allstates\r\n\r\n<strong>TABLES/GRAPHS: </strong>These, along with their legends should be submitted as separate jpg or tiff files.  If you are submitting on a disk or CD, these should be separate files from the body of the manuscript text.  These must be sharp black and white only. <em>DO NOT USE COLOR IN YOUR GRAPHS OR CHARTS</em>.  Include the explanation of the graph, chart, etc. on the page/file with the illustration.  (Examples: Figure 1 Shows the average temperature of incubation….Graph 4 Illustrates the variation in  duration of…..)   Be certain that all such graphs, tables or charts included with your manuscript are properly referenced within the manuscript text.  Graphs and charts should be no larger than 8” tall by 5” wide.\r\n\r\n<strong>ILLUSTRATIONS/PHOTOS:</strong> Submit photos as separate jpg or tif files sent to the editor’s email address.  If you are unable to send electronic photo files, send actual photo prints to the address listed below. Be sure to properly reference illustrations/photos within the manuscript.  You may submit as many photos as you wish, but it will be up to the editor to determine how many can be used.  A good average is 3-5. Photos should be high resolution (300 dpi). Be sure to give proper photo credit for each photo submitted. You are also encouraged to submit suggested captions.\r\n\r\n<strong>METRIC SYSTEM:</strong> Use the twenty-four-hour clock (i.e., 0900 - 1425 hrs.) for identifying time and the continental dating system (day, month, year) when describing dates.  Use the metric system for weights and measurements (standard equivalent may be noted in parenthesis).\r\n\r\n<strong>SCIENTIFIC NAMES:</strong> Should be included with their common names, when first mentioned, and only the common name thereafter.  When both the common and scientific name are given as a paragraph heading, put the common name first.  Only currently recognized nomenclatures should be utilized.  Authorship of scientific names should be included only when nomenclature problems exist.\r\n\r\n<strong>SPECIAL NOTES:</strong> Identify Registered or Trademark products by ® or ™ symbols respectively. If you have a Products Mentioned in the Text section, please include full name and address of the manufacturer of the product, including website or email address if available.\r\n\r\nAvoid footnotes.\r\n\r\n<strong>REFERENCES:</strong> Should be listed alphabetically at the end of the manuscript according to author’s surname. (Example: Ricter, J.W. 1984.  How To be A Good Keeper. Animal Keepers’ Forum. Vol. 11, No. 6: 12-22. AAZK, Inc., Topeka, Kansas, U.S.A.)\r\n\r\nWithin the text, references should be cited as Ricter (1984) or (Ricter, 1984).\r\n\r\n<strong>Send manuscript/photos on CD to:</strong>\r\n\r\nShane Good, AKF Editor\r\nP. O. Box 535\r\nValley City, OH 44280\r\n\r\n<strong>Or submit electronically at <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.</strong>\r\n\r\n<strong>If you have any further questions or are uncertain of instructions, please contact the AKF Editor at the email address above.  Or you may call 1-330-483-1104.</strong>', 'AKF Submission Guidelines', 0, '', 'inherit', 'closed', 'closed', '', '1183-revision-v1', '', '', '2011-11-10 12:12:08', '2011-11-10 17:12:08', '', 1183, 'http://aazk.org/uncategorized/1183-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2218, 2, '2010-04-07 08:26:59', '2010-04-07 13:26:59', 'Thank you for your interest in submitting a paper for publication <em>Animal Keepers’ Forum</em>. Please adhere to the following guidelines for manuscript submission.  If a paper is submitted and does not follow these guidelines, it will be rejected for publication.  Be sure to include your contact information for the editor, including e-mail address and daytime phone number if available.\r\n\r\n<strong>FORMAT:</strong>\r\n<p style="padding-left: 30px;">1. Submit manuscripts electronically in MS Word only to<a href="mailto:akfeditor@zk.kscoxmail.com"> akfeditor@zk.kscoxmail.com</a>&lt;   You may also submit a paper on a disk or CD in Microsoft Word <strong>ONLY</strong>.\r\n2. Use a clear, clean typeface. Suggested type fonts are 10 point Times Roman or 10 point Times.  DO NOT use unusual or showy typefaces.\r\n3. Body of manuscript should be single-spaced.\r\n4. Do not indent paragraphs.\r\n5. Double space between paragraphs.\r\n6. Do not use computer-generated page numbering (headers/footers).\r\n7. Use a 1-inch margin setting on top, bottom and sides of your manuscript.\r\n8. Bold-face or underline sub-headings within the text (i.e. Introduction, Materials, Methods, Conclusions, etc.) Do not use all caps for these headings.\r\n\r\n<strong>LENGTH</strong>:    The entire paper, including graphs, charts and illustrations should be no more than ten (10) pages long.\r\n\r\n<strong>TITLE: </strong> Should be brief and descriptive.  Center your title on the first page of your paper directly before you begin the introduction and text. Type size for title should be no larger than 14 point. Follow the title with your name, position, facility, city and state as shown below:  Author information should be in 10 point type, Italics.\r\n\r\n<em>By\r\nJoe Smith, Keeper II\r\nBest Zoological Park\r\nAnywhere, Allstates</em>\r\n\r\n<strong>TABLES/GRAPHS:</strong> These, along with their legends should be submitted as separate jpg or tiff files.  If you are submitting on a disk or CD, these should be separate files from the body of the manuscript text.  These must be sharp black and white only. DO NOT USE COLOR IN YOUR GRAPHS OR CHARTS.  Include the explanation of the graph, chart, etc. on the page/file with the illustration.  (Examples: Figure 1 Shows the average temperature of incubation....Graph 4 Illustrates the variation in  duration of.....)   Be certain that all such graphs, tables or charts included with your manuscript are properly referenced within the manuscript text.  Graphs and charts should be no larger than 8” tall by 5” wide.\r\n\r\n<strong>ILLUSTRATIONS/PHOTOS:</strong> Submit photos as separate jpg or tif files sent to the editor’s email address.  If you are unable to send electronic photo files, send actual photo prints to the address listed below. Be sure to properly reference illustrations/photos within the manuscript.  You may submit as many photos as you wish, but it will be up to the editor to determine how many can be used.  A good average is 3-5. Photos should be high resolution (300 dpi). Be sure to give proper photo credit for each photo submitted. You may also submit suggested captions.\r\n\r\n<strong>METRIC SYSTEM:</strong> Use the twenty-four-hour clock (i.e., 0900 - 1425 hrs.) for identifying time and the continental dating system (day, month, year) when describing dates.  Use the metric system for weights and measurements (standard equivalent may be noted in parenthesis).\r\n\r\n<strong>SCIENTIFIC NAMES:</strong> Should be included with their common names, when first mentioned, and only the common name thereafter.  When both the common and scientific name are given as a paragraph heading, put the common name first.  Only currently recognized nomenclatures should be utilized.  Authorship of scientific names should be included only when nomenclature problems exist.\r\n\r\n<strong>SPECIAL NOTES: </strong> Identify Registered or Trademark products by ® or ™ symbols respectively. If you have a Products Mentioned in the Text section, please include full name and address of the manufacturer of the product, including website or email address if available.\r\n\r\n<em><strong>Avoid footnotes.</strong></em>\r\n\r\n<strong>REFERENCES:</strong> Should be listed alphabetically at the end of the manuscript according to author’s surname. (Example: Ricter, J.W. 1984.  How To be A Good Keeper. Animal Keepers’ Forum. Vol. 11, No. 6: 12-22. AAZK, Inc., Topeka, Kansas, U.S.A.)\r\n\r\nWithin the text, references should be cited as Ricter (1984) or (Ricter, 1984).\r\n\r\n<strong>Send manuscript/photos on CD to:\r\nSusan Chan, AAZK, Inc.\r\n3601 SW 29th St., Suite 133\r\nTopeka, KS 66614-2054</strong>\r\n\r\n<strong>Or submit electronically at <a href="mailto:akfeditor@zk.kscoxmail.com">akfeditor@zk.kscoxmail.com</a></strong>\r\n\r\n<strong>If you have any further questions or are uncertain of instructions,\r\nplease contact the AKF Editor:  1-785-273-9149</strong>', 'AKF Submission Guidelines', 0, '', 'inherit', 'closed', 'closed', '', '1183-revision-v1', '', '', '2010-04-07 08:26:59', '2010-04-07 13:26:59', '', 1183, 'http://aazk.org/uncategorized/1183-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2219, 2, '2011-08-03 13:23:31', '2011-08-03 18:23:31', '<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-1249" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /> Janet McCoy\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2012</em></strong>\r\n<h3>Purpose</h3>\r\n<em>The AAZK Awards Committee is accepting nominations for the Jean M. Hromadka AAZK Excellence in Animal Care Award, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, The AAZK Chapter of the Year Award, Lifetime Achievement Award (LA), the Lee Houts Excellence in Enrichment(LHEE) Award, The Certificate of Merit for Zoo Keeper Education (CMZE), The Certificate of Excellence in Exhibit Design Renovation (CEER), the Mazuri Animal Nutrition Award (MANA), and The Certificate of Merit in Conservation Award(CMC). </em>\r\n\r\nNomination criteria for these nine awards are listed below. These awards will be presented at the 2012 AAZK National Conference in Syracuse, NY. The deadline for all award nominations is <strong>1 May 2012</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\nOr, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\n<strong>Deadline for Nominations is 1 May 2012</strong>\r\n<ul>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/mazuri-animal-nutrition-award-mana/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-in-conservation-cmc/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-aazk-chapter-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>\r\n\r\n<strong><a href="/wp-content/uploads/2009awards.pdf">2009 Award Recipients</a></strong>\r\n\r\n<strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010_awards.pdf">2010 Award Recipients</a>\r\n</strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2011-08-03 13:23:31', '2011-08-03 18:23:31', '', 224, 'http://aazk.org/uncategorized/224-revision-46/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2854, 2, '2011-09-21 09:28:43', '2011-09-21 14:28:43', 'The American Association of Zoo Keepers, Inc. is professional association for animal care professionals to exchange information and network with one another. Please see our Mission and Vision statements below.\r\n<h3>Mission Statement</h3>\r\nThe mission of The American Association of Zoo Keepers is to advance excellence in the animal keeping profession, foster effective communication beneficial to animal care, support deserving conservation projects, and promote the preservation of our natural resources and animal life.\r\n<h3>Vision Statement</h3>\r\nAAZK will be the leader in the zoo and aquarium industry fostering professional development and personal connections that advance animal care, animal welfare and conservation.\r\n<h3>Don\'t think AAZK is for you?</h3>\r\n<a href="/about/members-perspective">Read about AAZK from a Member\'s perspective</a>.', 'Who is The American Association of Zoo Keepers (AAZK), Inc.?', 0, '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2011-09-21 09:28:43', '2011-09-21 14:28:43', '', 6, 'http://aazk.org/uncategorized/6-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2525, 2, '2012-03-02 09:42:55', '2012-03-02 14:42:55', '<h2><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant</a>: applications due June 1st.</h2>\r\n<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2><strong>Total Funds Raised to Date: <span style="color: #ff0000;">$4,003,344</span></strong></h2>\r\n<h2><strong><strong>2011 Funds Raised to Date: <span style="color: #ff0000;">$280,014</span></strong></strong></h2>\r\n<strong><strong><span style="color: #ff0000;"><a href="http://www.crowdrise.com/AAZKBowlingForRhinoss2012/fundraiser/aazkinc"><img class="alignnone size-full wp-image-2410" title="donate_button" src="http://aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a></span></strong></strong>\r\n\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<span style="text-decoration: underline;">Links</span>\r\n\r\nIf your chapter would like to check your totals you can do so here: <a href="http://aazkbfr.org/bfrsites">http://aazkbfr.org/bfrsites</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2012-03-02 09:42:55', '2012-03-02 14:42:55', '', 168, 'http://aazk.org/uncategorized/168-revision-43/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2853, 2, '2013-05-30 11:15:34', '2013-05-30 16:15:34', '<strong>Greensboro, NC</strong>\r\n\r\nSeptember 22-26, 2013\r\n\r\n<strong>Orlando, FL</strong>\r\n\r\n\r\nSeptember 8-12, 2014\r\n\r\n\r\n<strong>St. Louis, MO</strong>\r\n\r\nSeptember 27 - October 1, 2015', 'Upcoming Conferences', 0, '', 'inherit', 'closed', 'closed', '', '757-revision-23', '', '', '2013-05-30 11:15:34', '2013-05-30 16:15:34', '', 757, 'http://aazk.org/uncategorized/757-revision-23/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2852, 2, '2013-05-30 11:14:07', '2013-05-30 16:14:07', '<strong>Greensboro, NC</strong>\r\n\r\nSeptember 22-26, 2013\r\n\r\n<strong>\r\nOrlando, FL</strong>\r\n\r\nSeptember 8-12, 2014\r\n\r\n\r\n<strong>St. Louis, MO</strong>\r\n\r\nSeptember 27 - October 1, 2015', 'Upcoming Conferences', 0, '', 'inherit', 'closed', 'closed', '', '757-revision-22', '', '', '2013-05-30 11:14:07', '2013-05-30 16:14:07', '', 757, 'http://aazk.org/uncategorized/757-revision-22/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2236, 2, '2011-12-03 11:29:05', '2011-12-03 16:29:05', '', 'AAZK', 0, '', 'inherit', 'closed', 'closed', '', 'aazk', '', '', '2011-12-03 11:29:05', '2011-12-03 16:29:05', '', 0, 'http://aazk.org/wp-content/uploads/nj_chap_logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2317, 2, '2012-02-03 18:52:36', '2012-02-03 23:52:36', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\r\n<em> Lemur catta and Eulemur fulvus rufus</em>\r\n<em> Smithsonian’s National Zoological Park</em>\r\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”\r\n\r\n<img class="alignnone size-full wp-image-2344" title="lemur_island2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island2.jpg" alt="lemur_island2" width="604" height="485" />\r\n\r\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\r\n\r\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\r\n\r\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\r\n\r\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\r\n\r\n<img class="size-full wp-image-2345 alignleft" title="rtlemur11" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur11.jpg" alt="rtlemur11" width="416" height="335" />\r\n\r\n<img class="size-full wp-image-2346 alignright" style="border-style: initial; border-color: initial;" title="lemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur1.jpg" alt="lemur1" width="427" height="347" />\r\n\r\n<strong>Animals and Methods</strong>\r\n\r\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\r\n\r\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\r\n\r\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\r\n\r\n<img class="aligncenter size-full wp-image-2351" title="ethogram" src="http://aecetia.net/gws/aazk/wp-content/uploads/ethogram.jpg" alt="ethogram" width="573" height="205" />\r\n\r\n<strong>Enrichment</strong>\r\n\r\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations.\r\n\r\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\r\n\r\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\r\n\r\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\r\n\r\n<img class="alignleft size-full wp-image-2353" title="rtlemur" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur.jpg" alt="rtlemur" width="429" height="345" />\r\n\r\n<img class="alignright size-full wp-image-2354" title="ginger" src="http://aecetia.net/gws/aazk/wp-content/uploads/ginger.jpg" alt="ginger" width="427" height="340" />\r\n<p style="text-align: center;"><img class="size-full wp-image-2358 aligncenter" title="lemur2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur2.jpg" alt="lemur2" width="431" height="424" /></p>\r\n\r\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\r\n\r\n<strong>Results</strong>\r\n\r\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\r\n\r\n<img class="aligncenter size-full wp-image-2364" title="chart1" src="http://aecetia.net/gws/aazk/wp-content/uploads/chart1.jpg" alt="chart1" width="641" height="427" />\r\n\r\n<img class="aligncenter size-full wp-image-2365" title="chart2" src="http://aecetia.net/gws/aazk/wp-content/uploads/chart2.jpg" alt="chart2" width="638" height="417" />\r\n\r\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\r\n\r\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\r\n\r\n<img class="aligncenter size-full wp-image-2367" title="graph1" src="http://aecetia.net/gws/aazk/wp-content/uploads/graph1.jpg" alt="graph1" width="503" height="348" />\r\n\r\n<img class="aligncenter size-full wp-image-2368" title="graph2" src="http://aecetia.net/gws/aazk/wp-content/uploads/graph2.jpg" alt="graph2" width="525" height="378" />\r\n\r\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\r\n\r\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\r\n\r\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\r\n\r\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\r\n\r\n<strong>Acknowledgements</strong>\r\n\r\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\r\n\r\n<strong>Bibliography</strong>\r\n\r\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\r\n\r\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\r\n\r\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\r\n\r\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\r\n\r\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\r\n\r\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\r\n\r\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\r\n\r\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\r\n\r\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\r\n\r\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'draft', 'closed', 'closed', '', 'part-ii-lemur-island-enrichment', '', '', '2013-10-15 17:49:18', '2013-10-15 22:49:18', '', 0, 'http://aazk.org/?p=2317', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2711, 2, '2012-12-29 10:02:19', '2012-12-29 15:02:19', 'About the Cover/Information for Contributors<span> </span>\r\n\r\nFrom the President<span> </span>\r\n\r\nComing Events<span> </span>\r\n\r\nNew Members<span> </span>\r\n\r\nCall for Papers<span> </span>\r\n\r\nAAZK National Conference Recap<span> </span>\r\n\r\nAAZK Board of Directors Call for Nominations<span> </span>\r\n\r\nInternational Congress of Zoo Keepers: Singapore 2012<span> </span>\r\n\r\nThe Influence Habitat Type and Environmental Enrichments Have on the Stereotypic Behaviors of North American River Otters<span> </span>\r\n\r\nTrees for You and Me<span> </span>\r\n\r\nEnrichment Options: Flying Fox Artists at Work<span> </span>\r\n\r\nLion Fun Days; Conservation Connects Mozambique to Texas<span> </span>\r\n\r\nMy AAZK: A Tale of How This Zoo Keeper Attended an AAZK/AZA Class…FOR FREE!<span> </span>\r\n\r\nTraining Tales: Using Training as a Distraction to Ensure a Low-Stress Knockdown on a Sloth Bear Animal Keepers’ Forum 2012 Index', 'January 2013', 0, '', 'inherit', 'closed', 'closed', '', '2709-revision-2', '', '', '2012-12-29 10:02:19', '2012-12-29 15:02:19', '', 2709, 'http://aazk.org/uncategorized/2709-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2534, 2, '2012-07-06 09:25:48', '2012-07-06 14:25:48', '<h2>Coordinator</h2>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2>Total Funds Raised to Date: <span style="color: #ff0000;">$4,003,344</span></h2>\r\n<h2><strong><strong>2011 Funds Raised to Date: <span style="color: #ff0000;">$280,014</span></strong></strong></h2>\r\n<strong><strong><span style="color: #ff0000;"><a href="http://www.crowdrise.com/AAZKBowlingForRhinoss2012/fundraiser/aazkinc"><img class="alignnone size-full wp-image-2410" title="donate_button" src="http://aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a></span></strong></strong>\r\n\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<span style="text-decoration: underline;">Links</span>\r\n\r\nIf your chapter would like to check your totals you can do so here: <a href="http://aazkbfr.org/bfrsites">http://aazkbfr.org/bfrsites</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2012-07-06 09:25:48', '2012-07-06 14:25:48', '', 168, 'http://aazk.org/uncategorized/168-revision-44/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2251, 2, '2011-12-22 11:19:47', '2011-12-22 16:19:47', '', 'icz4', 0, '', 'inherit', 'closed', 'closed', '', 'icz4', '', '', '2011-12-22 11:19:47', '2011-12-22 16:19:47', '', 0, 'http://aazk.org/wp-content/uploads/icz4.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2533, 2, '2012-07-04 10:09:51', '2012-07-04 15:09:51', '<strong><em></em></strong>\r\n\r\n<span style="font-weight: bold;">July 15-21, 2012 - NATIONAL ZOO KEEPER WEEK</span>\r\n\r\n<strong>July 25 - 28, 2012 - </strong><em><strong>The 35th International Herpetological Symposium</strong>. </em>Hosted by Catoctin Wildlife Preserve and Zoo at the Ramada BWI Airport in Hanover, MD.  For more information go to <a href="http://kingsnake.com/ihs">kingsnake.com/ihs</a>.\r\n\r\n<strong>July 29 - 30, 2012 - <em>The 2nd Venomous Animal Safety and Husbandry Training Seminar</em></strong>. Hosted by Catoctin Wildlife Preserve and Zoo in Thurmont, MD.  For more information contact Rick Hahn at <a href="mailto:rickhahn@CWPZoo.com">rickhahn@CWPZoo.com</a>.\r\n\r\n<strong>August 7th, 2012 - <em>Florida Animal Care Professionals Development Workshop</em></strong> - Making your veterinarian happy – training aardvark to zebra for A.I. to ultrasound; operant conditioning training for voluntary cooperation in medical procedures. Our inaugural workshop will be held Tuesday, August 7th 2012 from 4-8pm in Riley’s Reserve at Tampa’s Lowry Park Zoo.  Refreshments and a light dinner will be served during each workshop. For registration information please e-mail <a href="mailto:FACPdevelopmentworkshop@gmail.com">FACPdevelopmentworkshop@gmail.com</a> or call 813-935-8552 ext. 247.\r\n\r\n<strong> </strong>\r\n\r\n<strong></strong>\r\n\r\n<strong></strong>\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>August 16-19 - <em>The 10th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles</em> </strong>- Tucson, AZ.  Hosted by the Turtle Survival Alliance and the IUCN Tortoise and Freshwater Turtle Specialist Group.  For more information go to <a href="http://turtlesurvival.org">turtlesurvival.org</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY. For more information go to <a href="http://www.rgzaecetia.net/gws/aazk">www.rgzaecetia.net/gws/aazk</a>.\r\n\r\n<strong><strong> October 12-15, 2012 - </strong><em><strong><em>From Good Care to Great Welfare: A Workshop Designed for Animal Care Professionals Presented by the Center for Zoo Animal Welfare </em></strong>-</em></strong>Detroit Zoological Society. A unique four-day workshop for animal care staff working with captive exotic animals. The workshop is designed to help participants better understand animals’ perspectives and experiences, address the challenges captivity imposes on animal welfare, and develop the skills necessary to assess and improve overall well-being. Exercises and experiences are immersive and designed to help us understand captivity from the animals’ point of view. Limited scholarship opportunities available.\r\n\r\nFor information contact: Elizabeth Arbaugh, Animal Welfare Manager, Detroit Zoological Society, Tel: 248-398-0903 x3643, E-mail: <a href="mailto:Elizabeth@dzs.org">Elizabeth@dzs.org</a> or visit <a href="http://czaw.org">czaw.org</a>.\r\n<h2><strong>2013</strong></h2>\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - September 8-12\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events July 2012', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2012-07-04 10:09:51', '2012-07-04 15:09:51', '', 435, 'http://aazk.org/uncategorized/435-revision-58/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2727, 2, '2012-08-29 10:24:16', '2012-08-29 15:24:16', '<div class="committee">\r\n<h3><a href="http://aecetia.net/gws/aazk/committee/international-congress-zookeepers/">International Congress of Zookeepers\r\n</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /></div>\r\n<div class="email">Norah Farnham</div>\r\n<div class="email">AAZK representative</div>\r\n<div class="email">Woodland Park Zoo</div>\r\n<div class="email"><a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a></div>\r\n<div class="email">\r\n<div class="name"><img class="size-full wp-image-2529 alignnone" title="sara_wunder2" src="http://aecetia.net/gws/aazk/wp-content/uploads/sara_wunder2.jpg" alt="sara_wunder2" width="150" height="171" /></div>\r\n<div class="email">Sara Wunder Steward</div>\r\n<div class="email">AAZK representative</div>\r\n<div class="email">Busch Gardens Tampa</div>\r\n<div class="email"><a href="mailto:sara.steward@aecetia.net/gws/aazk">sara.steward@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/membership-resources/">Membership Resources</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1251" title="jacque1" src="http://aecetia.net/gws/aazk/wp-content/uploads/jacque1-150x150.jpg" alt="jacque1" width="150" height="150" /></div>\r\n<div class="name">Jacque Blessington</div>\r\n<div class="affiliated_zoo">Kansas City Zoo</div>\r\n<div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/annual-aazk-conferences/">Annual AAZK Conferences</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Conference Program Chair</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /></div>\r\n<div class="name">Shelly Roach</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Columbus Zoo</div>\r\n<div class="email"><a href="mailto:shelly.roach@aecetia.net/gws/aazk">shelly.roach@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /></div>\r\n<div class="name">Patty Pearthree</div>\r\n<div class="title">Coordinator</div>\r\n<div class="email"><a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="email"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-full wp-image-1937" title="rickotarsky" src="http://aecetia.net/gws/aazk/wp-content/uploads/rickotarsky.jpg" alt="rickotarsky" width="131" height="150" /></div>\r\n<div class="name">Ric Kotarsky</div>\r\n<div class="title">Chair</div>\r\n<div class="title">Tulsa Zoo</div>\r\n<div class="title"><a href="mailto:ric.kotarsky@aecetia.net/gws/aazk">ric.kotarsky@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-150x150.jpg" alt="walz" width="150" height="150" /></div>\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1249 alignnone" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /></div>\r\n<div class="name">Janet McCoy</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-2550" title="melaina3" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina3-150x150.jpg" alt="melaina3" width="150" height="150" /></div>\r\n<div class="name">Melaina Wallace</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:melaina.wallace@aecetia.net/gws/aazk">melaina.wallace@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-841 alignnone" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /></div>\r\n<div class="name">Amanda Kamradt</div>\r\n<div class="title">Co-chair</div>\r\n<div class="affiliated_zoo">Zoo New England</div>\r\n<div class="email"><a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a></div>\r\n<div class="email">\r\n<div class="name"><img class="alignnone size-full wp-image-2428" title="christy_poelker" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy_poelker.jpg" alt="christy_poelker" width="136" height="159" /></div>\r\n<div class="name">Christy Poelker</div>\r\n<div class="title">Co-chair</div>\r\n<div class="affiliated_zoo">Saint Louis Zoo</div>\r\n<div class="email"><a href="mailto:christy.poelker@aecetia.net/gws/aazk">christy.poelker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2012-08-29 10:24:16', '2012-08-29 15:24:16', '', 496, 'http://aazk.org/uncategorized/496-revision-27/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2532, 2, '2012-07-06 12:44:04', '2012-07-06 17:44:04', '<div class="committee">\r\n<h3><a href="http://aecetia.net/gws/aazk/committee/international-congress-zookeepers/">International Congress of Zookeepers\r\n</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /></div>\r\n<div class="email">Norah Farnham</div>\r\n<div class="email">AAZK representative</div>\r\n<div class="email">Woodland Park Zoo</div>\r\n<div class="email"><a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a></div>\r\n<div class="email">\r\n<div class="name"><img class="size-full wp-image-2529 alignnone" title="sara_wunder2" src="http://aecetia.net/gws/aazk/wp-content/uploads/sara_wunder2.jpg" alt="sara_wunder2" width="150" height="171" /></div>\r\n<div class="name">Sara Wunder Steward</div>\r\n<div class="name">Busch Gardens Tampa</div>\r\n<div class="title">AAZK representative</div>\r\n<div class="email"><a href="mailto:sara.steward@aecetia.net/gws/aazk">sara.steward@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/membership-resources/">Membership Resources</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1251" title="jacque1" src="http://aecetia.net/gws/aazk/wp-content/uploads/jacque1-150x150.jpg" alt="jacque1" width="150" height="150" /></div>\r\n<div class="name">Jacque Blessington</div>\r\n<div class="affiliated_zoo">Kansas City Zoo</div>\r\n<div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/annual-aazk-conferences/">Annual AAZK Conferences</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Conference Program Chair</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /></div>\r\n<div class="name">Shelly Roach</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Columbus Zoo</div>\r\n<div class="email"><a href="mailto:shelly.roach@aecetia.net/gws/aazk">shelly.roach@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /></div>\r\n<div class="name">Patty Pearthree</div>\r\n<div class="title">Coordinator</div>\r\n<div class="email"><a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="email"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-full wp-image-1937" title="rickotarsky" src="http://aecetia.net/gws/aazk/wp-content/uploads/rickotarsky.jpg" alt="rickotarsky" width="131" height="150" /></div>\r\n<div class="name">Ric Kotarsky</div>\r\n<div class="title">Chair</div>\r\n<div class="title">Tulsa Zoo</div>\r\n<div class="title"><a href="mailto:ric.kotarsky@aecetia.net/gws/aazk">ric.kotarsky@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-150x150.jpg" alt="walz" width="150" height="150" /></div>\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1249 alignnone" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /></div>\r\n<div class="name">Janet McCoy</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1260" title="melaina" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina-150x150.jpg" alt="melaina" width="150" height="150" /></div>\r\n<div class="name">Melaina Wallace</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:melaina.wallace@aecetia.net/gws/aazk">melaina.wallace@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-841 alignnone" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /></div>\r\n<div class="name">Amanda Kamradt</div>\r\n<div class="title">Co-chair</div>\r\n<div class="affiliated_zoo">Zoo New England</div>\r\n<div class="email"><a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a></div>\r\n<div class="email">\r\n<div class="name"><img class="alignnone size-full wp-image-2428" title="christy_poelker" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy_poelker.jpg" alt="christy_poelker" width="136" height="159" /></div>\r\n<div class="name">Christy Poelker</div>\r\n<div class="title">Co-chair</div>\r\n<div class="affiliated_zoo">Saint Louis Zoo</div>\r\n<div class="email"><a href="mailto:christy.poelker@aecetia.net/gws/aazk">christy.poelker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2012-07-06 12:44:04', '2012-07-06 17:44:04', '', 496, 'http://aazk.org/uncategorized/496-revision-25/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2529, 2, '2012-07-06 12:40:46', '2012-07-06 17:40:46', '', 'sara_wunder2', 0, '', 'inherit', 'closed', 'closed', '', 'sara_wunder2', '', '', '2012-07-06 12:40:46', '2012-07-06 17:40:46', '', 496, 'http://aazk.org/wp-content/uploads/sara_wunder2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2530, 2, '2012-04-05 16:10:57', '2012-04-05 21:10:57', '<div class="committee">\r\n<h3><a href="http://aecetia.net/gws/aazk/committee/international-congress-zookeepers/">International Congress of Zookeepers\r\n</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-843 alignnone" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="name">Cleveland Metroparks Zoo</div>\r\n<div class="title">AAZK representative</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<p class="email"></p>\r\n\r\n<div class="email"><img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /></div>\r\n<div class="email">Norah Farnham</div>\r\n<div class="email">AAZK representative</div>\r\n<div class="email">Woodland Park Zoo</div>\r\n<div class="email"><a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/membership-resources/">Membership Resources</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1251" title="jacque1" src="http://aecetia.net/gws/aazk/wp-content/uploads/jacque1-150x150.jpg" alt="jacque1" width="150" height="150" /></div>\r\n<div class="name">Jacque Blessington</div>\r\n<div class="affiliated_zoo">Kansas City Zoo</div>\r\n<div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/annual-aazk-conferences/">Annual AAZK Conferences</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Conference Program Chair</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /></div>\r\n<div class="name">Shelly Roach</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Columbus Zoo</div>\r\n<div class="email"><a href="mailto:shelly.roach@aecetia.net/gws/aazk">shelly.roach@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /></div>\r\n<div class="name">Patty Pearthree</div>\r\n<div class="title">Coordinator</div>\r\n<div class="email"><a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="email"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-full wp-image-1937" title="rickotarsky" src="http://aecetia.net/gws/aazk/wp-content/uploads/rickotarsky.jpg" alt="rickotarsky" width="131" height="150" /></div>\r\n<div class="name">Ric Kotarsky</div>\r\n<div class="title">Chair</div>\r\n<div class="title">Tulsa Zoo</div>\r\n<div class="title"><a href="mailto:ric.kotarsky@aecetia.net/gws/aazk">ric.kotarsky@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-150x150.jpg" alt="walz" width="150" height="150" /></div>\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1249 alignnone" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /></div>\r\n<div class="name">Janet McCoy</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1260" title="melaina" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina-150x150.jpg" alt="melaina" width="150" height="150" /></div>\r\n<div class="name">Melaina Wallace</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:melaina.wallace@aecetia.net/gws/aazk">melaina.wallace@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-841 alignnone" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /></div>\r\n<div class="name">Amanda Kamradt</div>\r\n<div class="title">Co-chair</div>\r\n<div class="affiliated_zoo">Zoo New England</div>\r\n<div class="email"><a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a></div>\r\n<div class="email"></div>\r\n<div class="email">\r\n<div class="name"><img class="alignnone size-full wp-image-2428" title="christy_poelker" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy_poelker.jpg" alt="christy_poelker" width="136" height="159" /></div>\r\n<div class="name">Christy Poelker</div>\r\n<div class="title">Co-chair</div>\r\n<div class="affiliated_zoo">Saint Louis Zoo</div>\r\n<div class="email"><a href="mailto:christy.poelker@aecetia.net/gws/aazk">christy.poelker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2012-04-05 16:10:57', '2012-04-05 21:10:57', '', 496, 'http://aazk.org/uncategorized/496-revision-23/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2258, 2, '2011-12-29 10:13:07', '2011-12-29 15:13:07', '', 'wagner1', 0, '', 'inherit', 'closed', 'closed', '', 'wagner1', '', '', '2011-12-29 10:13:07', '2011-12-29 15:13:07', '', 395, 'http://aazk.org/wp-content/uploads/wagner1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2259, 2, '2011-09-09 11:20:11', '2011-09-09 16:20:11', '<div class="bod first">\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2.jpg" alt="bob-mug2" width="158" height="155" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">President<a href="mailto:bob.cisneros@aecetia.net/gws/aazk"></a></div>\r\n<div class="title"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="affiliated_zoo_location">San Diego, CA</div>\r\n<ul class="committees">\r\n	<li>Professional association and husbandry liaisons,</li>\r\n	<li><a href="../committee/professional-development-committee/">Professional Development</a>,</li>\r\n	<li>Media,</li>\r\n	<li>Social Media</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-846" title="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny.jpg" alt="penny" width="149" height="167" /></div>\r\n<div class="name">Penny Jolly</div>\r\n<div class="title">Vice President</div>\r\n<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="affiliated_zoo_location">Orlando, FL</div>\r\n<ul class="committees">\r\n	<li><a href="../committee/bowling-for-rhinos/">Bowling for Rhinos</a>,<a href="../committee/bowling-for-rhinos/">\r\n</a></li>\r\n	<li><a href="../committee/ethics-committee/">Ethics</a>,</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/bylaws-committee/">Bylaws</a>,</li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-934" title="tammy" src="http://aecetia.net/gws/aazk/wp-content/uploads/tammy-150x150.jpg" alt="tammy" width="150" height="150" /></div>\r\n<div class="name">Tammy Root</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:tammy.root@aecetia.net/gws/aazk">tammy.root@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Indianapolis Zoo</div>\r\n<div class="affiliated_zoo_location">Indianapolis, IN</div>\r\n<ul class="committees">\r\n	<li><a href="../committee/awards-committee/">Awards</a>,</li>\r\n	<li><a href="../committee/grants-committee/">Grants</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-medium wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-222x300.jpg" alt="walz" width="133" height="180" /></div>\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Living Planet Aquarium</div>\r\n<div class="affiliated_zoo_location">Sandy, UT</div>\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/behavioral-husbandry/">Behavioral Husbandry</a><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/">\r\n</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-2131" title="wilson" src="http://aecetia.net/gws/aazk/wp-content/uploads/wilson.jpg" alt="wilson" width="150" height="181" /></div>\r\n<div class="name">Kelly Wilson</div>\r\n<div class="title">Board Member<a href="mailto:kelly.wilson@aecetia.net/gws/aazk"></a></div>\r\n<div class="title"><a href="mailto:kelly.wilson@aecetia.net/gws/aazk">kelly.wilson@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Detroit Zoo</div>\r\n<div class="affiliated_zoo_location">Detroit, MI</div>\r\n<div class="affiliated_zoo_location">\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/membership-resources/">Membership Resources</a><a href="../committee/bowling-for-rhinos/">\r\n</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Executive Director</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/annual-aazk-conferences/">Conferences</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-882" title="barbara" src="http://aecetia.net/gws/aazk/wp-content/uploads/barbara-150x150.jpg" alt="barbara" width="150" height="150" /></div>\r\n<div class="name">Barbara Manspeaker</div>\r\n<div class="title">Administrative Secretary</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-883" title="chan" src="http://aecetia.net/gws/aazk/wp-content/uploads/chan-150x150.jpg" alt="chan" width="150" height="150" /></div>\r\n<div class="name">Susan Chan</div>\r\n<div class="title">Managing Editor AKF</div>\r\n<div class="email"><a href="mailto:susan.chan@aecetia.net/gws/aazk">susan.chan@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Cleveland, OH</div>\r\n</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2011-09-09 11:20:11', '2011-09-09 16:20:11', '', 395, 'http://aazk.org/uncategorized/395-revision-20/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2286, 2, '2012-01-19 16:57:58', '2012-01-19 21:57:58', '<div class="bod first">\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2.jpg" alt="bob-mug2" width="158" height="155" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">President<a href="mailto:bob.cisneros@aecetia.net/gws/aazk"></a></div>\r\n<div class="title"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="affiliated_zoo_location">San Diego, CA</div>\r\n<ul class="committees">\r\n	<li>Professional association and husbandry liaisons,</li>\r\n	<li><a href="../committee/professional-development-committee/">Professional Development</a>,</li>\r\n	<li>Media,</li>\r\n	<li>Social Media</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-846" title="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny.jpg" alt="penny" width="149" height="167" /></div>\r\n<div class="name">Penny Jolly</div>\r\n<div class="title">Vice President</div>\r\n<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="affiliated_zoo_location">Orlando, FL</div>\r\n<ul class="committees">\r\n	<li><a href="../committee/bowling-for-rhinos/">Bowling for Rhinos</a>,<a href="../committee/bowling-for-rhinos/"> </a><a href="../committee/bowling-for-rhinos/"></a></li>\r\n	<li><a href="../committee/ethics-committee/">Ethics</a>,</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/bylaws-committee/">Bylaws</a>,</li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-medium wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-222x300.jpg" alt="walz" width="133" height="180" /></div>\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Living Planet Aquarium</div>\r\n<div class="affiliated_zoo_location">Sandy, UT</div>\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/behavioral-husbandry/">Behavioral Husbandry</a><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/"> </a><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/"></a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-2131" title="wilson" src="http://aecetia.net/gws/aazk/wp-content/uploads/wilson.jpg" alt="wilson" width="150" height="181" /></div>\r\n<div class="name">Kelly Wilson</div>\r\n<div class="title">Board Member<a href="mailto:kelly.wilson@aecetia.net/gws/aazk"></a></div>\r\n<div class="title"><a href="mailto:kelly.wilson@aecetia.net/gws/aazk">kelly.wilson@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Detroit Zoo</div>\r\n<div class="affiliated_zoo_location">Detroit, MI</div>\r\n<div class="affiliated_zoo_location">\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/membership-resources/">Membership Resources</a><a href="../committee/bowling-for-rhinos/"> </a><a href="../committee/bowling-for-rhinos/"></a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-2258" title="wagner1" src="http://aecetia.net/gws/aazk/wp-content/uploads/wagner1.jpg" alt="wagner1" width="150" height="144" /></div>\r\n<div class="name">Denise Wagner</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:denise.wagner@aecetia.net/gws/aazk">denise.wagner@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Phoenix Zoo</div>\r\n<div class="affiliated_zoo_location">Phoenix, AZ</div>\r\n<ul class="committees">\r\n	<li><a href="../committee/awards-committee/">Awards</a>,</li>\r\n	<li><a href="../committee/grants-committee/">Grants</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Executive Director</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/annual-aazk-conferences/">Conferences</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-882" title="barbara" src="http://aecetia.net/gws/aazk/wp-content/uploads/barbara-150x150.jpg" alt="barbara" width="150" height="150" /></div>\r\n<div class="name">Barbara Manspeaker</div>\r\n<div class="title">Administrative Secretary</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"></div>\r\n</div>\r\n<div class="info"></div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Cleveland, OH</div>\r\n</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2012-01-19 16:57:58', '2012-01-19 21:57:58', '', 395, 'http://aazk.org/uncategorized/395-revision-22/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2260, 2, '2011-12-29 18:43:13', '2011-12-29 23:43:13', 'About the Cover/Information for Contributors\r\n\r\nScoops &amp; Scuttlebutt\r\n\r\nComing Events\r\n\r\nAAZK Announces New Members\r\n\r\nGeneral Announcements\r\n\r\nFrom the Editor - Toronto Zoo Elephants\r\n\r\nIntroducing 1.1 Andean Condors (<em>Vultur gryphus</em>) at the Knoxville Zoo\r\n\r\nTraining Tales and Enrichment Options Announcements\r\n\r\nBook Review: Animal Investigators: How the World’s First Wildlife Forensics Lab is Solving Crimes and Saving Endangered Species\r\n\r\nSecond Call for Papers - 2012 AAZK National Conference\r\n\r\nPrehensile-tailed Porcupine Anesthesia Crate\r\n\r\nEnrichment Options: Reaching out for Enrichment in Arboreal Monitor Lizards\r\n\r\nResearch in Practice\r\n\r\nAnimal Keepers’ Forum 2011 Index', 'January 2012', 0, '', 'draft', 'closed', 'closed', '', 'january-2012', '', '', '2013-10-15 17:49:18', '2013-10-15 22:49:18', '', 0, 'http://aazk.org/?p=2260', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2261, 2, '2011-12-29 18:41:46', '2011-12-29 23:41:46', '', 'January 2012', 0, '', 'inherit', 'closed', 'closed', '', '2260-revision', '', '', '2011-12-29 18:41:46', '2011-12-29 23:41:46', '', 2260, 'http://aazk.org/uncategorized/2260-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2262, 2, '2011-12-17 06:55:09', '2011-12-17 11:55:09', '<strong><em></em></strong>\r\n\r\n<span style="font-weight: bold;">2012</span>\r\n\r\n<strong>February 6-9, 2012 -<em> International Association of Giraffe Care Professionals</em> -</strong>San Francisco, CA. Located at the Hilton San Francisco Financial District.  For more information, check out the IAGCP’s Event Page on Facebook.\r\n\r\n<strong>February 15-18, 2012 - <em>20th Annual Conference of the International Association of Avian Trainers and Educators </em>- </strong>Hosted by the Minnesota Zoo, Bloomington, MN. Topics will include avian behavior, training, husbandry, conservation, education, enrichment, and show presentation/production.  Paper and poster abstract deadline is 1 October 2010.  Please mail to: <a href="mailto:conference@IAATE.org">conference@IAATE.org</a>.  For detailed Call for Papers and more information visit <a href="http://www.IAATE.org">www.IAATE.org</a>.\r\n\r\n<strong>March 7-9, 2012 - <em>Association of Professional Wildlife Educators</em></strong><em> </em>- Hosted by Happy Hollow Zoo, San Jose, CA. For more information please visit <a href="http://www.apwe.org">www.apwe.org</a>.\r\n\r\n<strong>April 12-15, 2012 - <em>Otter Keeper Workshop </em></strong>- The 5th biennial workshop will be hosted by The Dallas World Aquarium,  Any staff working with any of the freshwater species is welcome to attend.  Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, and lots of sharing of information between keepers.  Registration is $75.00.  For more information, see <a href="http://www.otterkeeperworkshop.org">www.otterkeeperworkshop.org</a>.\r\n\r\n<strong>May 6-11, 2012 - <em>ABMA Annual Conference </em></strong>- Hosted by Oakland Zoo, California Academy of Sciences, and CuriOdyssey.  The conference location will be the San Francisco Airport Mariott, Burlingame, CA.  See <a href="http://theabma.org">theabma.org</a> for more info.\r\n\r\n<strong>May 13-16 - <em>Shape of Enrichment Regional Workshop</em></strong> - Hosted by Howletts and Port Lympne Wild Animal Parks, Kent, UK.  For more information go to <a href="http://enrichment.org">enrichment.org</a>.\r\n\r\n<strong>July 15-21, 2012 - NATIONAL ZOO KEEPER WEEK</strong>\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>August 16-19 - <em>The 10th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles</em> </strong>- Tucson, AZ.  Hosted by the Turtle Survival Alliance and the IUCN Tortoise and Freshwater Turtle Specialist Group.  For more information go to <a href="http://turtlesurvival.org">turtlesurvival.org</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY. For more information go to <a href="http://www.rgzaecetia.net/gws/aazk">www.rgzaecetia.net/gws/aazk</a>.\r\n<h2><strong>2013</strong></h2>\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - Dates TBD\r\n\r\n2015 - St. Louis, MO - Dates TBD\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events December 2011', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2011-12-17 06:55:09', '2011-12-17 11:55:09', '', 435, 'http://aazk.org/uncategorized/435-revision-49/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2264, 2, '2011-12-29 18:48:54', '2011-12-29 23:48:54', '', 'condors-2', 0, '', 'inherit', 'closed', 'closed', '', 'condors-2', '', '', '2011-12-29 18:48:54', '2011-12-29 23:48:54', '', 2263, 'http://aazk.org/wp-content/uploads/condors-2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2265, 2, '2011-12-29 18:51:02', '2011-12-29 23:51:02', '<em>By Amy Smith, Bird Keeper III</em>\n<em>Knoxville Zoological Gardens, Knoxville, TN</em>\n\n<span><strong>Background</strong></span>\n\n<span>The Knoxville Zoo currently houses 1.1 Andean condors. Until 2007, the condors were housed in separate behlen cages with no contact. An older exhibit was retrofitted in October 2007 for better visitor viewing and easier husbandry. This new exhibit has an upper exhibit area and a lower shift area separated by a guillotine door (see photo below for exhibit layout). The upper and lower areas were also separated in the middle by fencing and a movable partition to help with introductions of new pairs. Each condor is shifted daily for exhibit cleaning and maintenance.</span>\n\nOur female, Humpty, hatched in 1983 and came to the Knoxville Zoo in 1991. She was hand-reared due to a failed introduction to a California condor (<em>Gymnogyps californianus</em>) surrogate. Our male, Atreyu, hatched in 2003 and came to the zoo in 2007. He appeared to be a very nervous bird and wouldn’t come near keepers. Over the course of the next three years, he became much more comfortable with keepers and would approach the fence to allow keepers to assess his physical condition. The two birds were placed into the exhibit with the partition in place and housed that way for two years and six months. The decision to wait to introduce the two was made because the male was a youngster and staff wanted him to mature. The female exhibited a great deal of aggression through the fencing of the partition usually resulting in the male having bite wounds on his caruncle. Many of the wounds were minor but a few were significant and caused some concern about introductions.\n\n<span><strong>Pre-introduction Study</strong></span>\n\n<span>Before introductions occurred, staff wanted to become more familiar with the condors’ behaviors toward each other. Using an existing observation study as a guide and the help of the zoo’s Conservation Science Coordinator, an observational study was developed to record the interactions between the condors. The goal of the study was to determine whether there were more aggressive behaviors than normal or positive behaviors. These observations were only recorded by zoo volunteers or interns to control for any behaviors displayed as a result of keeper presence. Table 1 illustrates the behaviors being studied and recorded. The ‘other’ event included any actions the condor exhibited that did not include being located within one body length of the other condor. The observations were done at different times of the day and multiple times a day and began in early March 2010. The observers recorded the specified bird’s behavior every 20 seconds for 15 minutes and only one behavior/event was recorded each time. They were also asked to note if there were visitors and/or keepers in the area and how many were present. The check sheet observers used to record the behaviors is shown in Figure 1.</span>\n\n<span>The introductions were held off until after the breeding season as a result of advice from other condor keepers. The recorded observations were analyzed in June to make sure the aggressive behaviors were not constant and more positive behaviors were being recorded. The results were very encouraging (see Figure 2). The ‘other’ or ‘out of site’ events were not included in the results because those recordings did not reflect interactions between the condors. The results for the female showed that 84% of the time an interaction was observed, only a ‘proximity’ event occurred (neither a positive or negative event occurred). Our male exhibited practically the same percent of proximity. Many of the comments written by observers stated that the birds were lying next to the fence by each other with no movement. Of the recorded events, ‘social amicable’ or positive behaviors were recorded 10% of the time and ‘social negative’ behaviors were recorded less than 1% of the time. Staff felt that these results demonstrated the condors were interested in being near each other and most of the time they interacted, it was positive. One other event that confirmed our male reaching maturity was the ‘display’ event recordings. Keepers had noted the female displaying often to the male but the male displayed only a few times in return. However, the study demonstrated our male was displaying more often than we thought. After analyzing the data, the decision was made to introduce the condors…</span>\n\n<img class="alignnone size-large wp-image-2264" title="condors-2" src="http://aecetia.net/gws/aazk/wp-content/uploads/condors-2-1024x768.jpg" alt="condors-2" width="614" height="461" />\n\nPre-Introduction, the Andean Condors displaying to one another. <em> Photo by Amy Smith.</em>\n\n<strong>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'Introducing 1.1 Andean Condors (Vultur gryphus) at the Knoxville Zoo', 0, '', 'inherit', 'closed', 'closed', '', '2263-revision', '', '', '2011-12-29 18:51:02', '2011-12-29 23:51:02', '', 2263, 'http://aazk.org/uncategorized/2263-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2266, 2, '2011-12-29 18:51:05', '2011-12-29 23:51:05', '<em>By Amy Smith, Bird Keeper III</em>\r\n<em>Knoxville Zoological Gardens, Knoxville, TN</em>\r\n\r\n<span><strong>Background</strong></span>\r\n\r\n<span>The Knoxville Zoo currently houses 1.1 Andean condors. Until 2007, the condors were housed in separate behlen cages with no contact. An older exhibit was retrofitted in October 2007 for better visitor viewing and easier husbandry. This new exhibit has an upper exhibit area and a lower shift area separated by a guillotine door (see photo below for exhibit layout). The upper and lower areas were also separated in the middle by fencing and a movable partition to help with introductions of new pairs. Each condor is shifted daily for exhibit cleaning and maintenance.</span>\r\n\r\nOur female, Humpty, hatched in 1983 and came to the Knoxville Zoo in 1991. She was hand-reared due to a failed introduction to a California condor (<em>Gymnogyps californianus</em>) surrogate. Our male, Atreyu, hatched in 2003 and came to the zoo in 2007. He appeared to be a very nervous bird and wouldn’t come near keepers. Over the course of the next three years, he became much more comfortable with keepers and would approach the fence to allow keepers to assess his physical condition. The two birds were placed into the exhibit with the partition in place and housed that way for two years and six months. The decision to wait to introduce the two was made because the male was a youngster and staff wanted him to mature. The female exhibited a great deal of aggression through the fencing of the partition usually resulting in the male having bite wounds on his caruncle. Many of the wounds were minor but a few were significant and caused some concern about introductions.\r\n\r\n<span><strong>Pre-introduction Study</strong></span>\r\n\r\n<span>Before introductions occurred, staff wanted to become more familiar with the condors’ behaviors toward each other. Using an existing observation study as a guide and the help of the zoo’s Conservation Science Coordinator, an observational study was developed to record the interactions between the condors. The goal of the study was to determine whether there were more aggressive behaviors than normal or positive behaviors. These observations were only recorded by zoo volunteers or interns to control for any behaviors displayed as a result of keeper presence. Table 1 illustrates the behaviors being studied and recorded. The ‘other’ event included any actions the condor exhibited that did not include being located within one body length of the other condor. The observations were done at different times of the day and multiple times a day and began in early March 2010. The observers recorded the specified bird’s behavior every 20 seconds for 15 minutes and only one behavior/event was recorded each time. They were also asked to note if there were visitors and/or keepers in the area and how many were present. The check sheet observers used to record the behaviors is shown in Figure 1.</span>\r\n\r\n<span>The introductions were held off until after the breeding season as a result of advice from other condor keepers. The recorded observations were analyzed in June to make sure the aggressive behaviors were not constant and more positive behaviors were being recorded. The results were very encouraging (see Figure 2). The ‘other’ or ‘out of site’ events were not included in the results because those recordings did not reflect interactions between the condors. The results for the female showed that 84% of the time an interaction was observed, only a ‘proximity’ event occurred (neither a positive or negative event occurred). Our male exhibited practically the same percent of proximity. Many of the comments written by observers stated that the birds were lying next to the fence by each other with no movement. Of the recorded events, ‘social amicable’ or positive behaviors were recorded 10% of the time and ‘social negative’ behaviors were recorded less than 1% of the time. Staff felt that these results demonstrated the condors were interested in being near each other and most of the time they interacted, it was positive. One other event that confirmed our male reaching maturity was the ‘display’ event recordings. Keepers had noted the female displaying often to the male but the male displayed only a few times in return. However, the study demonstrated our male was displaying more often than we thought. After analyzing the data, the decision was made to introduce the condors…</span>\r\n\r\n<img class="alignnone size-large wp-image-2264" title="condors-2" src="http://aecetia.net/gws/aazk/wp-content/uploads/condors-2-1024x768.jpg" alt="condors-2" width="614" height="461" />\r\n\r\nPre-Introduction, the Andean Condors displaying to one another. <em> Photo by Amy Smith.</em>\r\n\r\n<strong>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'Introducing 1.1 Andean Condors (Vultur gryphus) at the Knoxville Zoo', 0, '', 'inherit', 'closed', 'closed', '', '2263-revision-2', '', '', '2011-12-29 18:51:05', '2011-12-29 23:51:05', '', 2263, 'http://aazk.org/uncategorized/2263-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2267, 2, '2011-12-29 19:01:27', '2011-12-30 00:01:27', '<p style="text-align: left;"><em><img class="size-full wp-image-825 aligncenter" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="337" height="132" /></em></p>\r\n\r\n<p style="text-align: left;"><em>By Robert W. Mendyk\r\nSupervisor of Animal Husbandry and Exhibits\r\nCenter for Science Teaching and Learning\r\nRockville Centre, NY\r\n<a href="mailto:odatriad@yahoo.com"> odatriad@yahoo.com</a></em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nMendyk and Horn (2011) recently described an insightful foraging behavior in the black tree monitor, (<em>Varanus beccarii</em>), in which the lizards use highly coordinated, reaching forelimb movements to extract prey from inside tree holes that are too narrow to enter with the head and jaws. Analogous to a foraging technique used by the Aye-aye (<em>Daubentonia madagascariensis</em>) to extract insect larvae from inside trees (e.g., Erickson, 1994), this behavior in the black tree monitor requires complex problem solving abilities, concentration, and fine motor coordination, thus making it a worthy candidate for exploring its application in monitor lizard husbandry as enrichment (Mendyk and Horn, 2011). This article briefly describes two simplistic enrichment devices for use in zoos and related facilities which promote extractive foraging in arboreal monitor lizards of the (<em>Varanus prasinus</em>) species complex.\r\n\r\n<strong>Materials and Methods</strong>\r\n\r\n<span style="text-decoration: underline;">Drilled tree trunk</span>\r\n\r\nModifying the original experimental apparatus described by Mendyk and Horn (2011) to offer greater foraging opportunities, 15 holes of varying depths (15 to 75 mm) and diameters (13 to 50 mm) were drilled into a 13 cm thick tree trunk placed inside the terrarium of an adult male black tree monitor (Fig. 1). Some of the holes were wide enough for the monitor to insert its head into, whereas others were not. Mealworms (<em>Zophobas morio</em>), crickets, cockroaches (<em>Blaptica dubia</em>), and neonatal mice were periodically offered to the monitor by randomly placing prey items inside different holes within the trunk.\r\n\r\n<span style="text-decoration: underline;">Transparent acrylic cube</span>\r\n\r\nAs a way of promoting further mental and physical stimulation, a transparent cube measuring 512 cm3 was constructed from 6 mm thick acrylic (Fig. 2). Two small 5 mm holes were drilled into five of the six sides to allow for scent detection of prey. A 15 mm wide hole was drilled centrally in the sixth side, which was fastened to the cube with transparent tape allowing easy keeper access to its contents. Neonatal mice or mealworms were periodically placed inside the cube atop the terrarium substrate for the monitor to retrieve with its forelimbs.\r\n\r\n<img class="alignnone size-large wp-image-2268" title="mendyk-4" src="http://aecetia.net/gws/aazk/wp-content/uploads/mendyk-4-1024x768.jpg" alt="mendyk-4" width="614" height="461" />\r\n\r\nThe feeder cube gets some heavy use, which includes the monitor pushing the cube around the exhibit.  <em>Photo by Robert W. Mendyk.</em>\r\n<div></div>\r\n<strong>Results and Discussion</strong>\r\n\r\nThe common practice of feeding monitor lizards at the same location within the enclosure day after day can potentially produce two undesirable conditioned responses. First, it may lead to keeper-directed feeding aggression which can be potentially dangerous for keepers, especially when dealing with larger species. Alternatively, it can produce lethargic animals that sit and wait to be hand-fed rather than actively pursue and search for food in their enclosure as they normally would in the wild. In this study, feeding the black tree monitor at different locations within its enclosure and alternating usage of the drilled tree trunk as well as each individual tree hole has markedly reduced feeding…\r\n\r\n<strong>Want to discover more great enrichment ideas? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry and enrichment ideas and information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>\r\n<div></div>', 'Reaching out for Enrichment in Arboreal Monitor Lizards', 0, '', 'draft', 'closed', 'closed', '', 'reaching-out-for-enrichment-in-arboreal-monitor-lizards', '', '', '2013-10-15 17:49:18', '2013-10-15 22:49:18', '', 0, 'http://aazk.org/?p=2267', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2268, 2, '2011-12-29 18:56:30', '2011-12-29 23:56:30', '', 'mendyk-4', 0, '', 'inherit', 'closed', 'closed', '', 'mendyk-4', '', '', '2011-12-29 18:56:30', '2011-12-29 23:56:30', '', 2267, 'http://aazk.org/wp-content/uploads/mendyk-4.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2269, 2, '2011-12-29 18:58:26', '2011-12-29 23:58:26', '<em>By Robert W. Mendyk\nSupervisor of Animal Husbandry and Exhibits\nCenter for Science Teaching and Learning\nRockville Centre, NY\n<a href="mailto:odatriad@yahoo.com"> odatriad@yahoo.com</a></em>\n\n<strong>Introduction</strong>\n\nMendyk and Horn (2011) recently described an insightful foraging behavior in the black tree monitor, (<em>Varanus beccarii</em>), in which the lizards use highly coordinated, reaching forelimb movements to extract prey from inside tree holes that are too narrow to enter with the head and jaws. Analogous to a foraging technique used by the Aye-aye (<em>Daubentonia madagascariensis</em>) to extract insect larvae from inside trees (e.g., Erickson, 1994), this behavior in the black tree monitor requires complex problem solving abilities, concentration, and fine motor coordination, thus making it a worthy candidate for exploring its application in monitor lizard husbandry as enrichment (Mendyk and Horn, 2011). This article briefly describes two simplistic enrichment devices for use in zoos and related facilities which promote extractive foraging in arboreal monitor lizards of the (<em>Varanus prasinus</em>) species complex.\n\n<strong>Materials and Methods</strong>\n\n<span style="text-decoration: underline;">Drilled tree trunk</span>\n\nModifying the original experimental apparatus described by Mendyk and Horn (2011) to offer greater foraging opportunities, 15 holes of varying depths (15 to 75 mm) and diameters (13 to 50 mm) were drilled into a 13 cm thick tree trunk placed inside the terrarium of an adult male black tree monitor (Fig. 1). Some of the holes were wide enough for the monitor to insert its head into, whereas others were not. Mealworms (<em>Zophobas morio</em>), crickets, cockroaches (<em>Blaptica dubia</em>), and neonatal mice were periodically offered to the monitor by randomly placing prey items inside different holes within the trunk.\n\n<span style="text-decoration: underline;">Transparent acrylic cube</span>\n\nAs a way of promoting further mental and physical stimulation, a transparent cube measuring 512 cm3 was constructed from 6 mm thick acrylic (Fig. 2). Two small 5 mm holes were drilled into five of the six sides to allow for scent detection of prey. A 15 mm wide hole was drilled centrally in the sixth side, which was fastened to the cube with transparent tape allowing easy keeper access to its contents. Neonatal mice or mealworms were periodically placed inside the cube atop the terrarium substrate for the monitor to retrieve with its forelimbs.\n\n<img class="alignnone size-large wp-image-2268" title="mendyk-4" src="http://aecetia.net/gws/aazk/wp-content/uploads/mendyk-4-1024x768.jpg" alt="mendyk-4" width="614" height="461" />\n\nThe feeder cube gets some heavy use, which includes the monitor pushing the cube around the exhibit.  <em>Photo by Robert W. Mendyk.</em>\n<div></div>\n<strong>Results and Discussion</strong>\n\nThe common practice of feeding monitor lizards at the same location within the enclosure day after day can potentially produce two undesirable conditioned responses. First, it may lead to keeper-directed feeding aggression which can be potentially dangerous for keepers, especially when dealing with larger species. Alternatively, it can produce lethargic animals that sit and wait to be hand-fed rather than actively pursue and search for food in their enclosure as they normally would in the wild. In this study, feeding the black tree monitor at different locations within its enclosure and alternating usage of the drilled tree trunk as well as each individual tree hole has markedly reduced feeding…\n\n<strong>Want to discover more great enrichment ideas? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry and enrichment ideas and information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>\n<div></div>', 'Reaching out for Enrichment in Arboreal Monitor Lizards', 0, '', 'inherit', 'closed', 'closed', '', '2267-revision', '', '', '2011-12-29 18:58:26', '2011-12-29 23:58:26', '', 2267, 'http://aazk.org/uncategorized/2267-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2270, 2, '2011-12-29 18:58:27', '2011-12-29 23:58:27', '<em>By Robert W. Mendyk\r\nSupervisor of Animal Husbandry and Exhibits\r\nCenter for Science Teaching and Learning\r\nRockville Centre, NY\r\n<a href="mailto:odatriad@yahoo.com"> odatriad@yahoo.com</a></em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nMendyk and Horn (2011) recently described an insightful foraging behavior in the black tree monitor, (<em>Varanus beccarii</em>), in which the lizards use highly coordinated, reaching forelimb movements to extract prey from inside tree holes that are too narrow to enter with the head and jaws. Analogous to a foraging technique used by the Aye-aye (<em>Daubentonia madagascariensis</em>) to extract insect larvae from inside trees (e.g., Erickson, 1994), this behavior in the black tree monitor requires complex problem solving abilities, concentration, and fine motor coordination, thus making it a worthy candidate for exploring its application in monitor lizard husbandry as enrichment (Mendyk and Horn, 2011). This article briefly describes two simplistic enrichment devices for use in zoos and related facilities which promote extractive foraging in arboreal monitor lizards of the (<em>Varanus prasinus</em>) species complex.\r\n\r\n<strong>Materials and Methods</strong>\r\n\r\n<span style="text-decoration: underline;">Drilled tree trunk</span>\r\n\r\nModifying the original experimental apparatus described by Mendyk and Horn (2011) to offer greater foraging opportunities, 15 holes of varying depths (15 to 75 mm) and diameters (13 to 50 mm) were drilled into a 13 cm thick tree trunk placed inside the terrarium of an adult male black tree monitor (Fig. 1). Some of the holes were wide enough for the monitor to insert its head into, whereas others were not. Mealworms (<em>Zophobas morio</em>), crickets, cockroaches (<em>Blaptica dubia</em>), and neonatal mice were periodically offered to the monitor by randomly placing prey items inside different holes within the trunk.\r\n\r\n<span style="text-decoration: underline;">Transparent acrylic cube</span>\r\n\r\nAs a way of promoting further mental and physical stimulation, a transparent cube measuring 512 cm3 was constructed from 6 mm thick acrylic (Fig. 2). Two small 5 mm holes were drilled into five of the six sides to allow for scent detection of prey. A 15 mm wide hole was drilled centrally in the sixth side, which was fastened to the cube with transparent tape allowing easy keeper access to its contents. Neonatal mice or mealworms were periodically placed inside the cube atop the terrarium substrate for the monitor to retrieve with its forelimbs.\r\n\r\n<img class="alignnone size-large wp-image-2268" title="mendyk-4" src="http://aecetia.net/gws/aazk/wp-content/uploads/mendyk-4-1024x768.jpg" alt="mendyk-4" width="614" height="461" />\r\n\r\nThe feeder cube gets some heavy use, which includes the monitor pushing the cube around the exhibit.  <em>Photo by Robert W. Mendyk.</em>\r\n<div></div>\r\n<strong>Results and Discussion</strong>\r\n\r\nThe common practice of feeding monitor lizards at the same location within the enclosure day after day can potentially produce two undesirable conditioned responses. First, it may lead to keeper-directed feeding aggression which can be potentially dangerous for keepers, especially when dealing with larger species. Alternatively, it can produce lethargic animals that sit and wait to be hand-fed rather than actively pursue and search for food in their enclosure as they normally would in the wild. In this study, feeding the black tree monitor at different locations within its enclosure and alternating usage of the drilled tree trunk as well as each individual tree hole has markedly reduced feeding…\r\n\r\n<strong>Want to discover more great enrichment ideas? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry and enrichment ideas and information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>\r\n<div></div>', 'Reaching out for Enrichment in Arboreal Monitor Lizards', 0, '', 'inherit', 'closed', 'closed', '', '2267-revision-2', '', '', '2011-12-29 18:58:27', '2011-12-29 23:58:27', '', 2267, 'http://aazk.org/uncategorized/2267-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2271, 2, '2011-12-29 19:00:23', '2011-12-30 00:00:23', '<p style="text-align: left;"><em><img class="size-full wp-image-825 aligncenter" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="337" height="132" /></em></p>\r\n\r\n<p style="text-align: left;"><em>By Robert W. Mendyk\r\nSupervisor of Animal Husbandry and Exhibits\r\nCenter for Science Teaching and Learning\r\nRockville Centre, NY\r\n<a href="mailto:odatriad@yahoo.com"> odatriad@yahoo.com</a></em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nMendyk and Horn (2011) recently described an insightful foraging behavior in the black tree monitor, (<em>Varanus beccarii</em>), in which the lizards use highly coordinated, reaching forelimb movements to extract prey from inside tree holes that are too narrow to enter with the head and jaws. Analogous to a foraging technique used by the Aye-aye (<em>Daubentonia madagascariensis</em>) to extract insect larvae from inside trees (e.g., Erickson, 1994), this behavior in the black tree monitor requires complex problem solving abilities, concentration, and fine motor coordination, thus making it a worthy candidate for exploring its application in monitor lizard husbandry as enrichment (Mendyk and Horn, 2011). This article briefly describes two simplistic enrichment devices for use in zoos and related facilities which promote extractive foraging in arboreal monitor lizards of the (<em>Varanus prasinus</em>) species complex.\r\n\r\n<strong>Materials and Methods</strong>\r\n\r\n<span style="text-decoration: underline;">Drilled tree trunk</span>\r\n\r\nModifying the original experimental apparatus described by Mendyk and Horn (2011) to offer greater foraging opportunities, 15 holes of varying depths (15 to 75 mm) and diameters (13 to 50 mm) were drilled into a 13 cm thick tree trunk placed inside the terrarium of an adult male black tree monitor (Fig. 1). Some of the holes were wide enough for the monitor to insert its head into, whereas others were not. Mealworms (<em>Zophobas morio</em>), crickets, cockroaches (<em>Blaptica dubia</em>), and neonatal mice were periodically offered to the monitor by randomly placing prey items inside different holes within the trunk.\r\n\r\n<span style="text-decoration: underline;">Transparent acrylic cube</span>\r\n\r\nAs a way of promoting further mental and physical stimulation, a transparent cube measuring 512 cm3 was constructed from 6 mm thick acrylic (Fig. 2). Two small 5 mm holes were drilled into five of the six sides to allow for scent detection of prey. A 15 mm wide hole was drilled centrally in the sixth side, which was fastened to the cube with transparent tape allowing easy keeper access to its contents. Neonatal mice or mealworms were periodically placed inside the cube atop the terrarium substrate for the monitor to retrieve with its forelimbs.\r\n\r\n<img class="alignnone size-large wp-image-2268" title="mendyk-4" src="http://aecetia.net/gws/aazk/wp-content/uploads/mendyk-4-1024x768.jpg" alt="mendyk-4" width="614" height="461" />\r\n\r\nThe feeder cube gets some heavy use, which includes the monitor pushing the cube around the exhibit.  <em>Photo by Robert W. Mendyk.</em>\r\n<div></div>\r\n<strong>Results and Discussion</strong>\r\n\r\nThe common practice of feeding monitor lizards at the same location within the enclosure day after day can potentially produce two undesirable conditioned responses. First, it may lead to keeper-directed feeding aggression which can be potentially dangerous for keepers, especially when dealing with larger species. Alternatively, it can produce lethargic animals that sit and wait to be hand-fed rather than actively pursue and search for food in their enclosure as they normally would in the wild. In this study, feeding the black tree monitor at different locations within its enclosure and alternating usage of the drilled tree trunk as well as each individual tree hole has markedly reduced feeding…\r\n\r\n<strong>Want to discover more great enrichment ideas? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry and enrichment ideas and information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>\r\n<div></div>', 'Reaching out for Enrichment in Arboreal Monitor Lizards', 0, '', 'inherit', 'closed', 'closed', '', '2267-revision-3', '', '', '2011-12-29 19:00:23', '2011-12-30 00:00:23', '', 2267, 'http://aazk.org/uncategorized/2267-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2272, 2, '2011-09-08 18:48:14', '2011-09-08 23:48:14', '<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2><strong>Total Funds Raised to Date: <span style="color: #ff0000;">$3,930,219</span></strong></h2>\r\n<h2><strong><strong>2011 Funds Raised to Date: <span style="color: #ff0000;">$206,890\r\n</span></strong></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $3 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<span style="text-decoration: underline;">Links</span>\r\n\r\nIf your chapter would like to check your totals you can do so here: <a href="http://aazkbfr.org/bfrsites">http://aazkbfr.org/bfrsites</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2011-09-08 18:48:14', '2011-09-08 23:48:14', '', 168, 'http://aazk.org/uncategorized/168-revision-35/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2273, 2, '2012-01-12 16:59:08', '2012-01-12 21:59:08', '<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2><strong>Total Funds Raised to Date: <span style="color: #ff0000;">$4,002,883</span></strong></h2>\r\n<h2><strong><strong>2011 Funds Raised to Date: <span style="color: #ff0000;">$279,553\r\n</span></strong></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $3 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<span style="text-decoration: underline;">Links</span>\r\n\r\nIf your chapter would like to check your totals you can do so here: <a href="http://aazkbfr.org/bfrsites">http://aazkbfr.org/bfrsites</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2012-01-12 16:59:08', '2012-01-12 21:59:08', '', 168, 'http://aazk.org/uncategorized/168-revision-36/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2540, 2, '2012-08-01 10:19:54', '2012-08-01 15:19:54', '<em>By Leigh Pitsko and Marie Magnuson, Animal Keepers\nSmithsonian’s National Zoological Park, Washington, DC</em>\n\n<strong>Introduction</strong>\n\nThe giant anteater (<em>Myrmecophaga tridactyla</em>) does not show any obvious physical or behavioral indicators of pregnancy (DeBeauchamp et al., 2005; Patzl et al., 1998; Kusuda et al., 2010).  In reports from zoos around the world, it is not uncommon to hear about “surprise” giant anteater births, where keepers were unaware that the animal was pregnant.  An unexpected birth may yield neonate deaths, as the male is recommended to be separated from the female prior to the birth to prevent potential injury to the pup (Patzl et al., 1998).  Also, preparations need to be made in advance as the pup may require supplemental feeding or special veterinary care if there are any post-birth complications.\n\nI was interested in collecting data during our giant anteater’s pregnancy to determine if there were any behavioral or physical signs of her pregnancy that could be observed by a keeper during normal husbandry practices.  This information could be useful to keepers who are unable to handle or ultrasound their giant anteaters and could be beneficial in preventing unexpected births.\n\n<strong>Methods</strong>\n\nThe following information (food consumption, activity level, and spotting) was collected daily, beginning when our giant anteaters were introduced for breeding in April 2010, through the birth of their pup in December 2010.  The rust-colored spotting is what we believe to be a vaginal secretion that we find in the female anteater’s sleeping crate.  Weight was also recorded on a weekly basis.  These categories were chosen as they are readily observable by keepers on a daily basis, do not require handling the animal, and they require no special equipment other than a scale.  This anteater’s pregnancy was also confirmed via weekly ultrasound as routine practice with this particular animal.\n\n<strong>Results</strong>\n\nFood Consumption: This giant anteater (Maripi) is fed a gruel made of ground Mazuri® insectivore chow mixed with water twice a day.  Her morning food consumption decreased during the months where breeding was seen and then it increased steadily throughout her pregnancy (Graph 1).  At the start of breeding in April she was consuming approximately 25% of her morning diet, which went down to nearly 0% in June when the breeding ended.  By the time of birth in December she was eating about 55% of her morning diet.  Her evening food consumption did not show any significant changes and remained steady at about 85% throughout the entire period of data collection.\n\nActivity Level: For the first three months after breeding, Maripi was more active in the morning and was relatively easy to move for shifting. Approximately two months before the birth, she spent increasingly more time sleeping in the morning and was difficult to wake up for shifting (Graph 2).  Her evening activity level did not change as she was always up and moving around in the late afternoon.\n\n<img class="alignnone size-large wp-image-2539" title="Giant Anteater" src="http://aecetia.net/gws/aazk/wp-content/uploads/anteater-1024x684.jpg" alt="Giant Anteater" width="614" height="410" />\n\n<strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>', 'Determining Pregnancy in the Giant Anteater  (Myrmecophaga tridactyla):  A Case Study at the Smithsonian’s National Zoological Park', 0, '', 'inherit', 'closed', 'closed', '', '2538-revision', '', '', '2012-08-01 10:19:54', '2012-08-01 15:19:54', '', 2538, 'http://aazk.org/uncategorized/2538-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2276, 1, '2011-02-19 07:15:23', '2011-02-19 12:15:23', '<h5>You can join as a new member or renew your current membership below. For those wishing to mail in their membership application you can download the application <a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf">here</a>. For those wishing to sign up or renew on the website please utilize the buttons below.</h5>\r\n<div class="membership">\r\n<h3>US Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Professional Membership" /> <input name="item_number" type="hidden" value="us-professional" /> <input name="amount" type="hidden" value="45.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$45 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Affiliate Membership" /> <input name="item_number" type="hidden" value="us-affiliate" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Student Membership" /> <input name="item_number" type="hidden" value="us-student" /> <input name="amount" type="hidden" value="30.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$30 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Individuals Contributing" /> <input name="item_number" type="hidden" value="us-individual" /> <input name="amount" type="hidden" value="70.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Canadian Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Professional Membership" /> <input name="item_number" type="hidden" value="cad-professional" /> <input name="amount" type="hidden" value="45.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$45 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Affiliate Membership" /> <input name="item_number" type="hidden" value="cad-affiliate" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Student Membership" /> <input name="item_number" type="hidden" value="cad-student" /> <input name="amount" type="hidden" value="30.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$30 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Individuals Contributing" /> <input name="item_number" type="hidden" value="cad-individual" /> <input name="amount" type="hidden" value="70.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Commercial Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Commercial Membership" /> <input name="item_number" type="hidden" value="commercial" /> <input name="amount" type="hidden" value="150.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$150 - Commercial Membership</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/commercial-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<strong>The following membership types require verification of your organization\'s information and/or approval by the AAZK Board.</strong>\r\n<h3>Institutional Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$150 - Institutional Membership</div>\r\n<div class="details">requires AAZK Board approval</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/institutional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<h3>Library Only</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$45 - Institutional</div>\r\n<div class="details">Available only to public &amp; university libraries</div>\r\n</div>\r\n</div>\r\n<h3>International Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$60 - International Membership</div>\r\n<div class="details">All members outside U.S. &amp; Canada regardless of category</div>\r\n</div>\r\n</div>\r\nPrint and mail applications to:\r\n\r\n<strong>AAZK Administrative Offices\r\n3601 S.W. 29th, Suite 133\r\nTopeka, KS 66614</strong>\r\n\r\nMake checks/money orders payable to <strong>AAZK, Inc</strong>\r\nMust be in U.S. FUNDS ONLY.\r\n\r\nMembership includes a subscription to Animal Keepers\' Forum. The membership card is good for free admission to many zoos and aquariums in the U.S. and Canada.</div>', 'Join/Renew AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2011-02-19 07:15:23', '2011-02-19 12:15:23', '', 17, 'http://aazk.org/uncategorized/17-revision-27/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2278, 2, '2011-12-16 13:02:11', '2011-12-16 18:02:11', '<h3>Conference Program Chair</h3>\r\n<img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /> Ed Hansen\r\n<h3>Upcoming AAZK Conferences:</h3>\r\n<!--more-->\r\n<ul>\r\n	<li><strong>2012: </strong>Syracuse, NY - Rosamond Gifford Zoo - September 23-27; <a style="font-weight: bold; " href="http://www.rgzaecetia.net/gws/aazk/aazk_2012.html">http://www.rgzaecetia.net/gws/aazk/aazk_2012.html</a></li>\r\n	<li><strong>2013: </strong> Asheboro, NC - TBA</li>\r\n	<li><strong>2014: </strong>Orlando, FL - TBA</li>\r\n</ul>\r\n<strong></strong>\r\n\r\n<strong></strong>\r\n\r\n<strong></strong>', 'Annual AAZK Conferences', 0, '', 'inherit', 'closed', 'closed', '', '160-revision-23', '', '', '2011-12-16 13:02:11', '2011-12-16 18:02:11', '', 160, 'http://aazk.org/uncategorized/160-revision-23/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2279, 2, '2012-01-18 12:28:18', '2012-01-18 17:28:18', '<h3>Conference Program Chair</h3>\r\n<img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /> Ed Hansen\r\n<h3>Upcoming AAZK Conferences:</h3>\r\n<!--more-->\r\n<ul>\r\n	<li><strong>2012: </strong>Syracuse, NY - Rosamond Gifford Zoo - September 23-27; <a style="font-weight: bold; " href="http://www.rgzaecetia.net/gws/aazk/aazk_2012.html">http://www.rgzaecetia.net/gws/aazk/aazk_2012.html</a></li>\r\n	<li><strong>2013: </strong> Asheboro, NC - TBA</li>\r\n	<li><strong>2014: </strong>Orlando, FL - September 8-12</li>\r\n</ul>\r\n<strong></strong>\r\n\r\n<strong></strong>\r\n\r\n<strong></strong>', 'Annual AAZK Conferences', 0, '', 'inherit', 'closed', 'closed', '', '160-revision-24', '', '', '2012-01-18 12:28:18', '2012-01-18 17:28:18', '', 160, 'http://aazk.org/uncategorized/160-revision-24/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2280, 2, '2012-01-18 12:26:49', '2012-01-18 17:26:49', '<strong>Asheboro, NC</strong>\r\n\r\nDates TBD, 2013\r\n\r\n<strong>\r\nOrlando, FL</strong>\r\n\r\nSeptember 8-12, 2014', 'Upcoming Conferences', 0, '', 'inherit', 'closed', 'closed', '', '757-revision-17', '', '', '2012-01-18 12:26:49', '2012-01-18 17:26:49', '', 757, 'http://aazk.org/uncategorized/757-revision-17/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2281, 2, '2011-09-08 18:51:25', '2011-09-08 23:51:25', '<strong>2012:</strong> Syracuse - Sept. 23-27\r\n\r\n<strong>2013:</strong> Asheboro, NC - TBA\r\n\r\n<strong>2014: </strong>Orlando, FL - TBA', 'Upcoming Annual Conferences', 0, '', 'inherit', 'closed', 'closed', '', '1187-revision-10', '', '', '2011-09-08 18:51:25', '2011-09-08 23:51:25', '', 1187, 'http://aazk.org/uncategorized/1187-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2282, 1, '2009-08-11 19:38:33', '2009-08-12 00:38:33', '<h3><a href="/jobs/index.php">Login or Register to Post a Job!</a></h3>\r\n\r\n<br /><br /><br />\r\n\r\nIf you have previously registered as a "user" on this site, you need do nothing. If your institution has never posted a job on this site and you wish to establish a new user account in order to post a job listing, you will need to register and set up your account. Only jobs related to the animal care field will be posted on this site. <a href="/jobs/register.php">Click here to set up a "user" account</a>.\r\n\r\nAAZK Institutional Members will receive unlimited free job postings as long as their membership remains active.\r\n\r\nNon-AAZK Institutional member facilities may purchase listings at the following rates. Non-member postings will receive a return email explaining payment options and such job postings will not become active until posting fee is paid.\r\n<ul>\r\n	<li>$250/year: unlimited listings; each good for 60 days</li>\r\n	<li>$125/6 months: unlimited listings; each good for 60 days</li>\r\n	<li>$50/listing; good for 60 days</li>\r\n</ul>\r\nOnce you have posted a job listing, it will remain "pending" until approved by an AAZK Web Administrator. AAZK reserves the right to approve each job posting and may reject postings not in line with the goals and objectives of AAZK, Inc.\r\n\r\nPlease contact AAZK to purchase Job Postings or for more information about AAZK Institutional Membership.\r\n\r\nTo apply for an Institutional Membership please click on the following link. <a href="/join/">Become an AAZK Institutional Member</a>!\r\n\r\nInstitutions wishing to advertise employment opportunities, must register an account and login to submit postings online or, email pertinent data to <a href="mailto:susan.chan@aecetia.net/gws/aazk">Susan</a>.\r\nListings must be sent as MS Word attachments and follow the format used in listings currently posted on this website.\r\n\r\nAAZK reserves the right to approve each job posting', 'Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2009-08-11 19:38:33', '2009-08-12 00:38:33', '', 69, 'http://aazk.org/uncategorized/69-revision-22/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2284, 2, '2012-01-18 12:09:19', '2012-01-18 17:09:19', '<h5>You can join as a new member or renew your current membership below. For those wishing to mail in their membership application you can download the application <a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf">here</a>. For those wishing to sign up or renew on the website please utilize the buttons below.</h5>\r\n<div class="membership">\r\n<h3>US Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Professional Membership" /> <input name="item_number" type="hidden" value="us-professional" /> <input name="amount" type="hidden" value="45.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$45 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Affiliate Membership" /> <input name="item_number" type="hidden" value="us-affiliate" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Student Membership" /> <input name="item_number" type="hidden" value="us-student" /> <input name="amount" type="hidden" value="30.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$30 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Individuals Contributing" /> <input name="item_number" type="hidden" value="us-individual" /> <input name="amount" type="hidden" value="70.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Canadian Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Professional Membership" /> <input name="item_number" type="hidden" value="cad-professional" /> <input name="amount" type="hidden" value="45.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$50 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Affiliate Membership" /> <input name="item_number" type="hidden" value="cad-affiliate" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$50 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Student Membership" /> <input name="item_number" type="hidden" value="cad-student" /> <input name="amount" type="hidden" value="30.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$35 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Individuals Contributing" /> <input name="item_number" type="hidden" value="cad-individual" /> <input name="amount" type="hidden" value="70.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Commercial Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Commercial Membership" /> <input name="item_number" type="hidden" value="commercial" /> <input name="amount" type="hidden" value="150.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$150 - Commercial Membership</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/commercial-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<strong>The following membership types require verification of your organization\'s information and/or approval by the AAZK Board.</strong>\r\n<h3>Institutional Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$150 - Institutional Membership</div>\r\n<div class="details">requires AAZK Board approval</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/institutional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<h3>Library Only</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$45 - Institutional</div>\r\n<div class="details">Available only to public &amp; university libraries</div>\r\n</div>\r\n</div>\r\n<h3>International Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$60 - International Membership</div>\r\n<div class="details">All members outside U.S. &amp; Canada regardless of category</div>\r\n</div>\r\n</div>\r\nPrint and mail applications to:\r\n\r\n<strong>AAZK Administrative Offices\r\n3601 S.W. 29th, Suite 133\r\nTopeka, KS 66614</strong>\r\n\r\nMake checks/money orders payable to <strong>AAZK, Inc</strong>\r\nMust be in U.S. FUNDS ONLY.\r\n\r\nMembership includes a subscription to Animal Keepers\' Forum. The membership card is good for free admission to many zoos and aquariums in the U.S. and Canada.</div>', 'Join/Renew AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2012-01-18 12:09:19', '2012-01-18 17:09:19', '', 17, 'http://aazk.org/uncategorized/17-revision-28/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2285, 2, '2011-12-29 10:31:20', '2011-12-29 15:31:20', '<div class="bod first">\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2.jpg" alt="bob-mug2" width="158" height="155" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">President<a href="mailto:bob.cisneros@aecetia.net/gws/aazk"></a></div>\r\n<div class="title"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="affiliated_zoo_location">San Diego, CA</div>\r\n<ul class="committees">\r\n	<li>Professional association and husbandry liaisons,</li>\r\n	<li><a href="../committee/professional-development-committee/">Professional Development</a>,</li>\r\n	<li>Media,</li>\r\n	<li>Social Media</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-846" title="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny.jpg" alt="penny" width="149" height="167" /></div>\r\n<div class="name">Penny Jolly</div>\r\n<div class="title">Vice President</div>\r\n<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="affiliated_zoo_location">Orlando, FL</div>\r\n<ul class="committees">\r\n	<li><a href="../committee/bowling-for-rhinos/">Bowling for Rhinos</a>,<a href="../committee/bowling-for-rhinos/">\r\n\r\n</a></li>\r\n	<li><a href="../committee/ethics-committee/">Ethics</a>,</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/bylaws-committee/">Bylaws</a>,</li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-medium wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-222x300.jpg" alt="walz" width="133" height="180" /></div>\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Living Planet Aquarium</div>\r\n<div class="affiliated_zoo_location">Sandy, UT</div>\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/behavioral-husbandry/">Behavioral Husbandry</a><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/">\r\n\r\n</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-2131" title="wilson" src="http://aecetia.net/gws/aazk/wp-content/uploads/wilson.jpg" alt="wilson" width="150" height="181" /></div>\r\n<div class="name">Kelly Wilson</div>\r\n<div class="title">Board Member<a href="mailto:kelly.wilson@aecetia.net/gws/aazk"></a></div>\r\n<div class="title"><a href="mailto:kelly.wilson@aecetia.net/gws/aazk">kelly.wilson@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Detroit Zoo</div>\r\n<div class="affiliated_zoo_location">Detroit, MI</div>\r\n<div class="affiliated_zoo_location">\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/membership-resources/">Membership Resources</a><a href="../committee/bowling-for-rhinos/">\r\n\r\n</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-2258" title="wagner1" src="http://aecetia.net/gws/aazk/wp-content/uploads/wagner1.jpg" alt="wagner1" width="150" height="144" /></div>\r\n<div class="name">Denise Wagner</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:denise.wagner@aecetia.net/gws/aazk">denise.wagner@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Phoenix Zoo</div>\r\n<div class="affiliated_zoo_location">Phoenix, AZ</div>\r\n<ul class="committees">\r\n	<li><a href="../committee/awards-committee/">Awards</a>,</li>\r\n	<li><a href="../committee/grants-committee/">Grants</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Executive Director</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n<ul class="committees">\r\n	<li><a href="/committee/annual-aazk-conferences/">Conferences</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-882" title="barbara" src="http://aecetia.net/gws/aazk/wp-content/uploads/barbara-150x150.jpg" alt="barbara" width="150" height="150" /></div>\r\n<div class="name">Barbara Manspeaker</div>\r\n<div class="title">Administrative Secretary</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-883" title="chan" src="http://aecetia.net/gws/aazk/wp-content/uploads/chan-150x150.jpg" alt="chan" width="150" height="150" /></div>\r\n<div class="name">Susan Chan</div>\r\n<div class="title">Managing Editor AKF</div>\r\n<div class="email"><a href="mailto:susan.chan@aecetia.net/gws/aazk">susan.chan@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Cleveland, OH</div>\r\n</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2011-12-29 10:31:20', '2011-12-29 15:31:20', '', 395, 'http://aazk.org/uncategorized/395-revision-21/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5138, 2, '2014-01-06 17:27:40', '2014-01-06 22:27:40', '&nbsp;\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<h4 class="hr"><strong>Hagen Avicultural Research Institute</strong></h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" alt="Haven" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="clearfix"></div>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-01-06 17:27:40', '2014-01-06 22:27:40', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2291, 2, '2012-01-20 10:25:31', '2012-01-20 15:25:31', '', 'trees', 0, '', 'inherit', 'closed', 'closed', '', 'trees', '', '', '2012-01-20 10:25:31', '2012-01-20 15:25:31', '', 0, 'http://aazk.org/wp-content/uploads/trees.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2539, 2, '2012-08-01 10:19:11', '2012-08-01 15:19:11', '', 'Giant Anteater', 0, '', 'inherit', 'closed', 'closed', '', 'giant-anteater', '', '', '2012-08-01 10:19:11', '2012-08-01 15:19:11', '', 2538, 'http://aazk.org/wp-content/uploads/anteater.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2293, 2, '2012-01-20 10:34:36', '2012-01-20 15:34:36', '', 'trees1', 0, '', 'inherit', 'closed', 'closed', '', 'trees1', '', '', '2012-01-20 10:34:36', '2012-01-20 15:34:36', '', 0, 'http://aazk.org/wp-content/uploads/trees1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2709, 2, '2012-12-29 10:02:54', '2012-12-29 15:02:54', 'About the Cover/Information for Contributors<span> </span>\r\n\r\nFrom the President<span> </span>\r\n\r\nComing Events<span> </span>\r\n\r\nNew Members<span> </span>\r\n\r\nCall for Papers<span> </span>\r\n\r\nAAZK National Conference Recap<span> </span>\r\n\r\nAAZK Board of Directors Call for Nominations<span> </span>\r\n\r\nInternational Congress of Zoo Keepers: Singapore 2012<span> </span>\r\n\r\nThe Influence Habitat Type and Environmental Enrichments Have on the Stereotypic Behaviors of North American River Otters<span> </span>\r\n\r\nTrees for You and Me<span> </span>\r\n\r\nEnrichment Options: Flying Fox Artists at Work<span> </span>\r\n\r\nLion Fun Days; Conservation Connects Mozambique to Texas<span> </span>\r\n\r\nMy AAZK: A Tale of How This Zoo Keeper Attended an AAZK/AZA Class…FOR FREE!<span> </span>\r\n\r\nTraining Tales: Using Training as a Distraction to Ensure a Low-Stress Knockdown on a Sloth Bear\r\n\r\nAnimal Keepers’ Forum 2012 Index', 'January 2013', 0, '', 'draft', 'closed', 'closed', '', 'january-2013', '', '', '2013-10-15 17:49:16', '2013-10-15 22:49:16', '', 0, 'http://aazk.org/?p=2709', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2649, 2, '2012-12-02 10:20:50', '2012-12-02 15:20:50', '<p style="text-align: center;"><img class="aligncenter size-full wp-image-378" title="training_tails" src="http://aecetia.net/gws/aazk/wp-content/uploads/header_training_tails.jpg" alt="training_tails" width="317" height="68" /></p>\r\n\r\n<em>By\r\nDara Girsch, African Animal Keeper\r\nThe Living Desert Zoo &amp; Gardens\r\nPalm Desert, CA</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nFor several years, “Frasier,” a 1.0 East African Crowned Crane (<em>Balearica regulorum</em>), has exhibited frequent aggression towards his keepers. These displays would often culminate in Frasier injuring a keeper or himself. The previous method for managing these behaviors was to bring in a tool for protection or restrain Frasier and place him in a holding area. Neither of these methods was especially effective, as Frasier would attack the tool relentlessly or increase the intensity of aggression upon release from holding areas.\r\n\r\nI set out, with a team of two additional keepers, to train Frasier to target to a laser pointer as a method of focusing his attention away from keepers and reduce the number of threatening displays. This became a transition to a routine shifting behavior into a holding area, taking a previously negative situation and positively reinforcing his time in holding. These initial behaviors, coupled with a newfound working relationship between Frasier and myself, led to the ability to begin desensitization and to train station behavior.\r\n\r\n<strong>Process</strong>\r\n\r\nEstablishing the intended behavior of targeting to the laser pointer (Figure 1) was accomplished using basic positive reinforcement techniques. A notable step in eliciting this behavior was to take a step back, literally. When training first began, I was standing directly at the exhibit perimeter. Because male cranes are highly territorial (Ellis et al., 1996), my position at the fence was likely instigating his aggression and his attention was on me, not the laser point. When I began training from several feet away, he instantly focused his attention towards the laser. Researching specifics of crane behavior and accounting for Frasier’s personality allowed me to adapt training methods to his ability, giving a greater probability for success.\r\n\r\nSeveral different colors of lasers were tested to see if Frasier responded more to a certain color. Birds have been hypothesized to see twice as many colors as humans throughout the spectrum, and Gruiformes are known to be able to see into the violet range of wavelengths, down to 406 nm (Odeen and Hastad, 2003). A purple laser (wavelength = 405nm, 5mW) was tested, as well as green (wavelength = 532nm, 5 mW), red-orange (wavelength = 735nm, 5mW) and red (wavelength = 650nm, 5mW). Frasier targeted equally well to all of the colors. The green laser was chosen because it was the brightest for the trainer to see in daylight, to ensure that the trainer knew where it was pointed. In the future, laser colors can be used interchangeably to stimulate visual acuity and sustain novelty.\r\n\r\nThe location of the training sessions was kept consistent, a shady area on exhibit where the laser could most easily be seen, for Frasier and the trainer. Also taken into consideration was the fact that this section of the exhibit was not frequented by keepers, so it could be recognized specifically as a training area.  To begin, with the trainer kneeling several feet away (at a pre-determined point, kept consistent) so as to be non-threatening, the laser was pointed approximately a foot away from Frasier’s’ feet on either side. Once he pecked at it, the laser was immediately turned off as the bridge, a verbal ‘good,’ was given. Frasier was then tossed his reinforcement (crickets or mealworms) through the fence.\r\n\r\nSix weeks were spent gathering initial data: the number of times Frasier targeted per session and the number of aggressive displays he exhibited during each session. The aggressive behavior under scrutiny was the “ruffle-bow,” a low level threat display, “in which the crane elevates its feathers and slowly, at first, ruffles its plumage until at length the whole body is rapidly shaking” (Ellis et al., 1996). Training sessions were kept very short – under a minute. Frasier was required to target to the laser in less than ten seconds, with five attempts per session. This was to accomplish the desired targeting behavior before any frustration or diverted attention could occur that would lead to belligerent behaviors.\r\n\r\nThere was a wide discrepancy in the consistency of executing the targeting behavior between each of the trainers.  Frasier targeted during 100% of the attempts with his primary trainer, and exhibited very few aggressive behaviors – an average of 0.1 aggressive occurrences per session over the six week period. For the second trainer, he targeted during 98% of the attempts, but exhibited the ‘ruffle-bow’ display during every session. For the third trainer, Frasier again showed little aggression but successfully targeted less than 50% of the time. It was known before training began that the levels of aggression from Frasier varied greatly for each trainer, regardless of the situational circumstances. The behaviors and their frequency towards each trainer mirrored those observed during everyday servicing of the exhibit.\r\n\r\nBecause of the variation in successful training and aggression, it was decided that in order to effectively eliminate Frasier’s aggression from affecting keepers, he should be trained to shift into a holding area.\r\n\r\nThe original method for shifting was simply for Frasier to follow the laser point into a designated holding area. Frasier had shown in training sessions (after the initial data were collected) that he would follow the laser point several feet in any direction when the trainer was stationary.  However, he would not follow the laser from across the exhibit; he needed to be directly in front of the trainer before he would initiate targeting.\r\n\r\nThe first several attempts at shifting using a laser pointer (primary trainer only) showed that Frasier would not follow the laser through a doorway. Because he would not<img class="alignright size-large wp-image-2651" title="crane1" src="http://aecetia.net/gws/aazk/wp-content/uploads/crane1-588x1024.jpg" alt="crane1" width="411" height="716" /> complete the shifting behavior using the laser as the only cue, several others were attempted. Frasier responded very well to a variety of sensory cues – calling his name, tapping, walking through holding areas, facing him, walking ahead of him. In retrospect, successive approximations could have been used to shift Frasier into the holding area using only the laser. However, the time lapse between the failed attempt to shift with the laser and successfully using other cues was only one day. Once inside, he could be positively reinforced with insects or his normal diet by performing the original target behavior with the laser pointer. He performed the shifting behavior equally well for each of the trainers. While release from holding areas still caused an elevated amount of excited behaviors, immediate aggression upon release was not seen. When training for the shifting behavior began, Frasier proved that the simplest method would not be the most effective. In actuality, various other sensory cues (auditory and visual) became the primary training tools, while the laser became obsolete for the shifting behavior.\r\n\r\nBecause all of the previous training was carried out with a barrier between Frasier and me, desensitization to human contact required…\r\n\r\n<strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong>', 'Behavioral Management of a 1.0 East African Crowned Crane (Balearica regulorum) Through Laser Pointer Training', 0, '', 'draft', 'closed', 'closed', '', '2649', '', '', '2013-10-15 17:49:16', '2013-10-15 22:49:16', '', 0, 'http://aazk.org/?p=2649', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2545, 2, '2012-08-01 10:27:25', '2012-08-01 15:27:25', '<em>By\nStacy Johnson, Animal Keeper\nDisney’s Animal Kingdom®, Lake Buena Vista, Florida</em>\n\n<em></em>\n\n<strong>Abstract</strong>\n\n“Waterfowl” is a collective term given to the order Anseriformes, consisting mostly of ducks, geese and swans.  There are currently over 150 species represented on every continent except Antarctica.  Most ducks fall in to the categories of dabblers, divers and perchers.\n\nSeveral species of ducks and swans are represented within the Oasis area of Disney’s Animal Kingdom®.  The largest pond houses red shovelers (<em>Anas platalea</em>), red-crested pochards (<em>Netta rufina</em>), common white-eye (<em>Aythya nyroca</em>), rosybill (<em>Netta peposaca</em>), yellow-billed duck (<em>Anas undulata</em>), black-necked swans (C<em>ygnus melanocorphyus</em>), tufted ducks (<em>Aythya fuligula</em>) and plumed whistling duck (<em>Dendrocygna eytoni</em>).  Despite the size of this large pond, keepers need to get within close proximity to the ducks to conduct health checks and administer medications when needed.  The pond is also an open exhibit, allowing native wildlife (e.g., white ibis and mallard ducks) easy access causing competition for food.  To meet these challenges, we implemented four training behaviors: “come”, hand feeding, scale and chute. To further enhance waterfowl management, the waterfowl enrichment program was also expanded to include sinking feeders, floating feeders and variations of food presentation.  The investment in waterfowl training and enrichment has also allowed us to obtain weights, reduce capture stress, and engage visitors in our daily husbandry.\n\n<strong>Training</strong>\n\nAll of the waterfowl in the current collection are captive bred, but like most species, they remained elusive to keepers upon our arrival.  Therefore, our initial training goal was to desensitize all 22 individuals to the close proximity of keepers.  This would help with better management of daily feedings, as well as facilitate physical and behavioral observations. We began the process by pairing the sound of a clicker (in rapid succession) with food.  Birds were cued to come to where the keeper was standing in a designated shallow part of the pond.  Initially, any movement in the keeper’s direction was reinforced.  As the criterion was tightened, closer proximity to the keeper was reinforced and we were able to get close enough to do quick visual assessments of individual ducks.  All of the birds quickly learned that the sound of the cue signaled the availability of food and, within a matter of weeks, all ducks were responding to the come cue (the clicker).  We hoped that, over time, the birds would be comfortable enough around us to remain in the immediate area for longer periods while eating.  Within a few weeks, “Calum” (red crested pochard), “Mallomar” (black-necked swan), “Mr. Snoops” (yellow-billed duck), “Bianca” (rosy-billed pochard), “Tank” and “Titan” (tufted ducks) and “Siren” (red shoveler) all remained in the vicinity of the keeper to eat during the entire feed session.  Little did we know that some would become so comfortable with us, they would start pecking at our boots if we did not get food to them fast enough!\n\nThe birds’ high level of food motivation prompted us to move on to our next goal of hand feeding.  Once the ducks were cued to the designated feeding area, the keeper used favorite food items (e.g., Romaine lettuce, krill, finch seed, millet, crickets) to entice birds to approach and take the item from the keeper’s hand.  The waterfowl in the collection were fed three times per day.  Hand feeding was attempted at each feed.  Not surprisingly, many of the ducks either swam away or remained just out of reach.  After a few weeks, the most gregarious waterfowl (yellow-billed ducks, black-necked swans, and a rosybill) began to feed from a keeper’s hand. In another two weeks most of the waterfowl in the pond came close enough to quickly grab a bite from the keepers and swim away.  After working on this for another month, most of the waterfowl began to establish preferred feeding locations near the keeper.  However, there were still some extremely shy waterfowl species in the collection, like the common white-eyes, that never attempted to hand feed.  An added benefit to this training was that some individuals began to defend their “feed area” from native birds, facilitating the hand feeding sessions.  The success of hand feeding enabled us to more closely monitor individual food consumption and allowed medication to be administered to specific individuals.\n\nWith the group well acclimated to the proximity of keepers and hand feeding, our next goal was to start scale and chute training.  We wanted to get monthly weights on all of the ducks to ensure they weren’t being out-competed by native waterfowl in the area.   In addition, we wanted to introduce an exclusionary device: a chute that could minimize the intrusion of native birds in the feed area.  The chute is a very simple design made of box wire (L 96cm x W 43cm x H 42cm) with one hinged side.  The chute allowed collection animals to swim in, get their food, and swim back out.  If a native bird tried to get in, the side could be closed, excluding them from the area.\n\nAn initial challenge to implementing both scale and chute training was finding a suitable location in the exhibit where both the scale and chute could be introduced.  The original feed area was not ideal due to limited space.  Once we found a level area near the shoreline for the scale with enough water area for the chute, we introduced another sound cue, a castanet, as the training cue for the start of the sessions.\n\nScale and chute training began with two keepers on the bank, near the shoreline with the small scale (L 32cm x W 28cm x H 3.8cm) and chute (Figure 1).  These training sessions were conducted at least once per week.  The castanet cue was paired with crickets being tossed into the water.  In the first week, none of the waterfowl came closer than five feet from the bank.  We reinforced any orientation to the new designated area.  It didn’t take long for several of the ducks to begin participating in sessions.\n\nMost of the ducks were easily baited to the scale (Fig. 2).  Acclimation to the chute worked much the same way, using crickets as reinforcement for any movement toward the chute opening.   The swans preferred romaine lettuce to all other items, so this was used for them.  Progress to the completed behavior of stepping on the scale and entering the chute was slow. After a period of five months (with 1 to 2 sessions per week), we were able to get voluntary weights on 10 of the 22 birds (including the swans) (Fig. 3-4).  All of the collection birds in this enclosure would then eat off of the scale, and many more put at least a foot on the scale.  Also, all birds (excluding the swans due to their size) entered the chute and ate within it on the shoreline or hand fed within the chute (Fig. 5-6).  Since the chute added some distance between keepers and the ducks, it allowed more elusive species, like the common white-eyes, to participate in sessions.\n<div><img class="alignnone size-large wp-image-2543" title="yellow_billed_duck" src="http://aecetia.net/gws/aazk/wp-content/uploads/yellow_billed_duck-1024x679.jpg" alt="yellow_billed_duck" width="614" height="407" /></div>\n<div>\n<div>Yellow-billed duck “Mr. Snoops” hand feeding from trainer while stationing on the scale.  <em>Photo courtesy of Disney’s Animal Kingdom.</em></div>\n<div></div>\n<div><strong><em><span>For this and much more every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong></div>\n<div></div>\n</div>', 'Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®', 0, '', 'inherit', 'closed', 'closed', '', '2542-revision-2', '', '', '2012-08-01 10:27:25', '2012-08-01 15:27:25', '', 2542, 'http://aazk.org/uncategorized/2542-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2302, 2, '2012-02-01 19:08:18', '2012-02-02 00:08:18', 'About the Cover/Information for Contributors\r\n\r\nFrom the President\r\n\r\nThe Scoop\r\n\r\nLetters to the Editor\r\n\r\nComing Events\r\n\r\nAAZK Announces New Members\r\n\r\nGeneral Announcements\r\n\r\nCall for Papers For Dedicated Issue of AKF – CHELONIANS\r\n\r\nThank You Commercial Members\r\n\r\nThe Biggest Loser - Ape Style\r\n\r\nA Special Partnership Part I\r\n\r\nEnrichment Options: Lemur Island Enrichment Part II\r\n\r\nTraining Tales (<em>Catch a Tiger by the Tail: The Next Phase of Tiger Training at Disney’s Animal Kingdom®</em>)\r\n\r\nConservation Station (<em>A Conversation for the Conservationist</em>)', 'February 2012', 0, '', 'draft', 'closed', 'closed', '', 'february-2012', '', '', '2013-10-15 17:49:18', '2013-10-15 22:49:18', '', 0, 'http://aazk.org/?p=2302', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2303, 2, '2012-02-01 19:07:45', '2012-02-02 00:07:45', '', 'February 2012', 0, '', 'inherit', 'closed', 'closed', '', '2302-revision', '', '', '2012-02-01 19:07:45', '2012-02-02 00:07:45', '', 2302, 'http://aazk.org/uncategorized/2302-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2304, 2, '2012-02-01 19:09:24', '2012-02-02 00:09:24', 'About the Cover/Information for Contributors\n\nFrom the President\n\nThe Scoop\n\nLetters to the Editor\n\nComing Events\n\nAAZK Announces New Members\n\nGeneral Announcements\n\nCall for Papers For Dedicated Issue of AKF – CHELONIANS\n\nThank You Commercial Members\n\nThe Biggest Loser - Ape Style\n\nA Special Partnership Part I\n\nEnrichment Options: Lemur Island Enrichment Part II\n\nTraining Tales (<em>Catch a Tiger by the Tail: The Next Phase of Tiger Training at Disney’s Animal Kingdom®</em>)\n\nConservation Station (<em>A Conversation for the Conservationist</em>)', 'February 2012', 0, '', 'inherit', 'closed', 'closed', '', '2302-autosave', '', '', '2012-02-01 19:09:24', '2012-02-02 00:09:24', '', 2302, 'http://aazk.org/uncategorized/2302-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2305, 2, '2012-02-01 19:18:39', '2012-02-02 00:18:39', '<em>By Leslie Lurz, Animal Keeper\r\nMaureen Leahy, Curator of Primates\r\nLincoln Park Zoo, Chicago, IL, U.S.A.\r\n<a href="mailto:llurz@lpzoo.org"> llurz@lpzoo.org</a></em>\r\n\r\n<strong>Overview</strong>\r\n\r\nAt Lincoln Park Zoo in Chicago, Illinois, several adult western lowland gorillas (<em>Gorilla gorilla gorilla</em>) were found to be overweight in 2008. Weight issues are of great concern since obesity in gorillas can result in a variety of health problems, including elevated cholesterol concentrations and premature cardiovascular disease (Gorilla SSP, 2008). In fact, cardiovascular disease is the leading cause of mortality in captive adult gorillas (Gorilla SSP, 2008; Lammey et al. 2008). Understanding that the maintenance of a gorilla’s optimal body weight may significantly reduce the health risks associated with progressive heart ailments—ranging from aneurism to valvular disease to cardiomyopathy—and Type 2 diabetes (Duffy, 2009; Tordiffe, 2008), animal care staff responded with both dietary and husbandry interventions.\r\n\r\nThis paper demonstrates how changes in husbandry, management, and diet (implemented over a two-year period) effectively promoted weight loss for targeted individuals within the gorillas housed at Lincoln Park Zoo (LPZ). This paper will highlight the case of “Kowali,” a 33-year-old gorilla and one of LPZ’s most significantly overweight adult females, who ultimately lost over 50 pounds [22.7 kg] over the course of two years.\r\n\r\n<strong>Introduction</strong>\r\n\r\nBody-weight management can be a challenging component of animal care. Some animals live a more sedentary lifestyle in zoological settings. Care must be taken to ensure that animals do not become overweight or obese as a result. Given their social nature and the need to provide group foraging opportunities, non-human primate species can be especially challenging. It is often difficult to manage dietary portion control when dominant animals hoard preferred foods and displace subordinate individuals from some foraging opportunities.\r\n\r\nBecause of the complexity of gorilla social structures, scientists theorize that dominant animals may be prone to excess weight gain (Ullery, et al. 2003). The dominant animal tends to determine the time that others spend feeding in any particular location, leaving the subordinate animals to eat only what is left over. This pattern of hierarchical behavior might result in excessive food intake by the dominant animals given their natural social dynamic. This dominant animal theory may explain one of the contributing factors for the weight gain of several gorillas housed at Lincoln Park Zoo in Chicago, Illinois, including the case of one adult female named Kowali.\r\n\r\nKowali resides in one of LPZ’s gorilla troops along with a silverback, two adult females, and her juvenile son. Kowali has a history of above-average weights compared with other LPZ females of similar age. She is also shorter in stature than the other adult female gorillas; as a result, weight increases tend to be more visible on her stout frame. In January 2008, Kowali (then 30 years old) topped the scale at more than 270 pounds, and the zoo’s veterinarians and nutritionist rated her body condition score as obese. A body condition score is defined as an assessment of the animal’s weight-for-age and weight-for-height ratios and its relative proportions of muscle and fat. Having Kowali identified as obese was a catalyst for the animal care staff to come up with creative and new ways to address weight for the gorillas housed at LPZ.\r\n\r\nLPZ’s animal care staff devised a plan that would address diet management and activity for Kowali by focusing on five different goals: (1) incorporating scale training into the husbandry routine to obtain quarterly weights; (2) integrating additional exercise into her daily routine; (3) modifying diet content; (4) varying food presentation; and (5) increasing feeding schedules. The remainder of this paper describes the changes in husbandry practices made at LPZ in an attempt to reduce Kowali’s weight and the results seen from those modifications.\r\n\r\n<strong>Methods</strong>\r\n\r\n<em>Monitoring weights with scale training</em>\r\n\r\nPrior to 2008, animal weights were obtained somewhat opportunistically and often solely during routine physical exams. Since then, keepers have made it a priority to monitor the apes’ weights more closely. Like the majority of LPZ apes, Kowali is now scale trained, meaning she will voluntarily sit on a scale and hold the position long enough to get an accurate weight. Other group members are stationed elsewhere while the focal individual is on the scale. The goal is to weigh each animal quarterly, but some individuals require variation depending on the individual’s health and body condition. Records are kept to monitor their weights, which are reported to other members of our animal care staff, including veterinarians and the nutritionist. Kowali is now typically weighed every three months to closely monitor her weight-loss progress.\r\n\r\n<em>Exercise</em>\r\n\r\nOperant-conditioning training sessions using positive-reinforcement techniques are integral to the husbandry practices at LPZ. The apes participate in individual operant-conditioning training sessions once daily in the morning, and ape groups are alternated to receive an additional afternoon training session. All the apes are trained to present various body parts to allow for visual inspection, hand-injections, and desensitization to other medical props. These sessions also provide an opportunity for keepers to encourage the apes to move about their exhibits and “exercise.”\r\n\r\nIn the case of Kowali, specific efforts were made to have her engage in behaviors that mimicked callisthenic-like exercises during these training sessions. Calisthenics are a dynamic form of exercise that consists of simple movements, often in repetition, to promote muscular and cardiovascular fitness. To facilitate this, her primary trainer devised a shaping plan to condition her to stand, sit, lift her legs, and repeat these movements. Reinforcements for offering a correct behavioral response were fruit, produce, and Mazuri® leaf-eater chow, which were already a part of her normal diet. As a result, there was an increase in her movement and activity level without increasing her caloric intake.\r\n\r\nInitially, it was challenging to motivate an overweight animal like Kowali to exercise, so keepers started slowly with a simple “stand” and “sit” routine. She would stand; then the trainer would bridge, reinforce her, and ask her to sit. The trainer continued to work on this routine, increasing the number of repetitions over time. Next, the duration of her “stand” behavior was increased so that Kowali stood and the trainer asked her to “hold.” In the beginning, she would stand and then creep back down, but she learned quickly that she would not be reinforced if she sat before the cue, which usually terminated the exercise portion of her session. After she was comfortable standing for a longer duration, her established husbandry behaviors were incorporated while she remained standing, including leg lifts (“foot” presentation at various heights on the cage front), mouth, ear, shoulder, arm, chest, belly, etc. The trainer asked her to present these behaviors while she remained standing; Kowali was variably reinforced for her efforts. The sit-and-stand exercise portion remained part of her routine as well. Over time Kowali built up her endurance, so exercise portions of her training session were extended and included more repetitions. Later, the laser pointer was introduced to Kowali’s training routine. Once she learned to touch the laser dot, she locomoted around to follow the dot, touch it, and be reinforced. Once these behaviors were established, any ape keeper could ask her for them if her primary trainer was unavailable. This enabled Kowali to remain consistent with a daily exercise routine.\r\n\r\nKowali’s exercise training was not without its challenges, as she would sometimes appear frustrated when the number of exercise repetitions in her session began to increase. Kowali tried to swipe or bark at the keeper through the mesh barrier. As a result, her primary trainer developed some guidelines to curb her aggression. If she was minimally aggressive (e.g. hand flick directed toward keeper or slight barking), she would receive an LRS (least stimulus response, or three to five seconds with no response from the trainer) and then her session would continue. If she was aggressive a second time, her session would be ended. If she was unacceptably aggressive towards the trainer (e.g. attempted to grab her trainer), her session would be ended immediately. With all other keepers consistently following these criteria, her aggression quickly subsided.\r\n\r\n<em>Kowali’s Diet Modifications</em>\r\n\r\nKowali quickly adjusted to the exercise portion of her weight loss program, but her diet needed to be addressed as well. At Regenstein Center for African Apes, individual diets are formulated by veterinarians and the nutritionist. Gorillas’ daily diet includes fruit, leafy greens, vegetables, starch, and Mazuri® leaf-eater chow. In 2008, with the exception of individual fruit rations, all other diet items were group fed, including Mazuri® leaf-eater chow, which is the most calorically dense item in their diet (See Figure 1, which shows Kowali’s daily diet amounts)…….\r\n\r\n<strong>\r\n</strong>\r\n<div style="font-style: italic;"><em><img class="size-full wp-image-2307 alignnone" title="kowali_before1" src="http://aecetia.net/gws/aazk/wp-content/uploads/kowali_before1.jpg" alt="kowali_before1" width="338" height="438" /> </em><strong><strong>Kowali before</strong></strong><em> </em><em>(both photos by LPZ staff)</em></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"><em>\r\n</em></div>\r\n<div style="font-style: italic;"><span style="font-style: italic;"><img class="alignnone size-large wp-image-2308" title="kowali_after" src="http://aecetia.net/gws/aazk/wp-content/uploads/kowali_after-1024x768.jpg" alt="kowali_after" width="502" height="377" /> </span><strong>Kowali after</strong></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"><strong>\r\n</strong></div>\r\n<div style="font-style: italic;"><strong>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></div>', 'Biggest Loser—Ape Style: How husbandry changes can result in significant weight loss', 0, '', 'draft', 'closed', 'closed', '', 'biggest-loser-ape-style-how-husbandry-changes-can-result-in-significant-weight-loss', '', '', '2013-10-15 17:49:18', '2013-10-15 22:49:18', '', 0, 'http://aazk.org/?p=2305', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2306, 2, '2012-02-01 19:13:59', '2012-02-02 00:13:59', '', 'kowali_before', 0, '', 'inherit', 'closed', 'closed', '', 'kowali_before', '', '', '2012-02-01 19:13:59', '2012-02-02 00:13:59', '', 2305, 'http://aazk.org/wp-content/uploads/kowali_before.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2307, 2, '2012-02-01 19:14:39', '2012-02-02 00:14:39', '', 'kowali_before1', 0, '', 'inherit', 'closed', 'closed', '', 'kowali_before1', '', '', '2012-02-01 19:14:39', '2012-02-02 00:14:39', '', 2305, 'http://aazk.org/wp-content/uploads/kowali_before1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2308, 2, '2012-02-01 19:15:27', '2012-02-02 00:15:27', '', 'kowali_after', 0, '', 'inherit', 'closed', 'closed', '', 'kowali_after', '', '', '2012-02-01 19:15:27', '2012-02-02 00:15:27', '', 2305, 'http://aazk.org/wp-content/uploads/kowali_after.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2309, 2, '2012-02-01 19:18:18', '2012-02-02 00:18:18', '<em>By Leslie Lurz, Animal Keeper\nMaureen Leahy, Curator of Primates\nLincoln Park Zoo, Chicago, IL, U.S.A.\n<a href="mailto:llurz@lpzoo.org"> llurz@lpzoo.org</a></em>\n\n<strong>Overview</strong>\n\nAt Lincoln Park Zoo in Chicago, Illinois, several adult western lowland gorillas (<em>Gorilla gorilla gorilla</em>) were found to be overweight in 2008. Weight issues are of great concern since obesity in gorillas can result in a variety of health problems, including elevated cholesterol concentrations and premature cardiovascular disease (Gorilla SSP, 2008). In fact, cardiovascular disease is the leading cause of mortality in captive adult gorillas (Gorilla SSP, 2008; Lammey et al. 2008). Understanding that the maintenance of a gorilla’s optimal body weight may significantly reduce the health risks associated with progressive heart ailments—ranging from aneurism to valvular disease to cardiomyopathy—and Type 2 diabetes (Duffy, 2009; Tordiffe, 2008), animal care staff responded with both dietary and husbandry interventions.\n\nThis paper demonstrates how changes in husbandry, management, and diet (implemented over a two-year period) effectively promoted weight loss for targeted individuals within the gorillas housed at Lincoln Park Zoo (LPZ). This paper will highlight the case of “Kowali,” a 33-year-old gorilla and one of LPZ’s most significantly overweight adult females, who ultimately lost over 50 pounds [22.7 kg] over the course of two years.\n\n<strong>Introduction</strong>\n\nBody-weight management can be a challenging component of animal care. Some animals live a more sedentary lifestyle in zoological settings. Care must be taken to ensure that animals do not become overweight or obese as a result. Given their social nature and the need to provide group foraging opportunities, non-human primate species can be especially challenging. It is often difficult to manage dietary portion control when dominant animals hoard preferred foods and displace subordinate individuals from some foraging opportunities.\n\nBecause of the complexity of gorilla social structures, scientists theorize that dominant animals may be prone to excess weight gain (Ullery, et al. 2003). The dominant animal tends to determine the time that others spend feeding in any particular location, leaving the subordinate animals to eat only what is left over. This pattern of hierarchical behavior might result in excessive food intake by the dominant animals given their natural social dynamic. This dominant animal theory may explain one of the contributing factors for the weight gain of several gorillas housed at Lincoln Park Zoo in Chicago, Illinois, including the case of one adult female named Kowali.\n\nKowali resides in one of LPZ’s gorilla troops along with a silverback, two adult females, and her juvenile son. Kowali has a history of above-average weights compared with other LPZ females of similar age. She is also shorter in stature than the other adult female gorillas; as a result, weight increases tend to be more visible on her stout frame. In January 2008, Kowali (then 30 years old) topped the scale at more than 270 pounds, and the zoo’s veterinarians and nutritionist rated her body condition score as obese. A body condition score is defined as an assessment of the animal’s weight-for-age and weight-for-height ratios and its relative proportions of muscle and fat. Having Kowali identified as obese was a catalyst for the animal care staff to come up with creative and new ways to address weight for the gorillas housed at LPZ.\n\nLPZ’s animal care staff devised a plan that would address diet management and activity for Kowali by focusing on five different goals: (1) incorporating scale training into the husbandry routine to obtain quarterly weights; (2) integrating additional exercise into her daily routine; (3) modifying diet content; (4) varying food presentation; and (5) increasing feeding schedules. The remainder of this paper describes the changes in husbandry practices made at LPZ in an attempt to reduce Kowali’s weight and the results seen from those modifications.\n\n<strong>Methods</strong>\n\n<em>Monitoring weights with scale training</em>\n\nPrior to 2008, animal weights were obtained somewhat opportunistically and often solely during routine physical exams. Since then, keepers have made it a priority to monitor the apes’ weights more closely. Like the majority of LPZ apes, Kowali is now scale trained, meaning she will voluntarily sit on a scale and hold the position long enough to get an accurate weight. Other group members are stationed elsewhere while the focal individual is on the scale. The goal is to weigh each animal quarterly, but some individuals require variation depending on the individual’s health and body condition. Records are kept to monitor their weights, which are reported to other members of our animal care staff, including veterinarians and the nutritionist. Kowali is now typically weighed every three months to closely monitor her weight-loss progress.\n\n<em>Exercise</em>\n\nOperant-conditioning training sessions using positive-reinforcement techniques are integral to the husbandry practices at LPZ. The apes participate in individual operant-conditioning training sessions once daily in the morning, and ape groups are alternated to receive an additional afternoon training session. All the apes are trained to present various body parts to allow for visual inspection, hand-injections, and desensitization to other medical props. These sessions also provide an opportunity for keepers to encourage the apes to move about their exhibits and “exercise.”\n\nIn the case of Kowali, specific efforts were made to have her engage in behaviors that mimicked callisthenic-like exercises during these training sessions. Calisthenics are a dynamic form of exercise that consists of simple movements, often in repetition, to promote muscular and cardiovascular fitness. To facilitate this, her primary trainer devised a shaping plan to condition her to stand, sit, lift her legs, and repeat these movements. Reinforcements for offering a correct behavioral response were fruit, produce, and Mazuri® leaf-eater chow, which were already a part of her normal diet. As a result, there was an increase in her movement and activity level without increasing her caloric intake.\n\nInitially, it was challenging to motivate an overweight animal like Kowali to exercise, so keepers started slowly with a simple “stand” and “sit” routine. She would stand; then the trainer would bridge, reinforce her, and ask her to sit. The trainer continued to work on this routine, increasing the number of repetitions over time. Next, the duration of her “stand” behavior was increased so that Kowali stood and the trainer asked her to “hold.” In the beginning, she would stand and then creep back down, but she learned quickly that she would not be reinforced if she sat before the cue, which usually terminated the exercise portion of her session. After she was comfortable standing for a longer duration, her established husbandry behaviors were incorporated while she remained standing, including leg lifts (“foot” presentation at various heights on the cage front), mouth, ear, shoulder, arm, chest, belly, etc. The trainer asked her to present these behaviors while she remained standing; Kowali was variably reinforced for her efforts. The sit-and-stand exercise portion remained part of her routine as well. Over time Kowali built up her endurance, so exercise portions of her training session were extended and included more repetitions. Later, the laser pointer was introduced to Kowali’s training routine. Once she learned to touch the laser dot, she locomoted around to follow the dot, touch it, and be reinforced. Once these behaviors were established, any ape keeper could ask her for them if her primary trainer was unavailable. This enabled Kowali to remain consistent with a daily exercise routine.\n\nKowali’s exercise training was not without its challenges, as she would sometimes appear frustrated when the number of exercise repetitions in her session began to increase. Kowali tried to swipe or bark at the keeper through the mesh barrier. As a result, her primary trainer developed some guidelines to curb her aggression. If she was minimally aggressive (e.g. hand flick directed toward keeper or slight barking), she would receive an LRS (least stimulus response, or three to five seconds with no response from the trainer) and then her session would continue. If she was aggressive a second time, her session would be ended. If she was unacceptably aggressive towards the trainer (e.g. attempted to grab her trainer), her session would be ended immediately. With all other keepers consistently following these criteria, her aggression quickly subsided.\n\n<em>Kowali’s Diet Modifications</em>\n\nKowali quickly adjusted to the exercise portion of her weight loss program, but her diet needed to be addressed as well. At Regenstein Center for African Apes, individual diets are formulated by veterinarians and the nutritionist. Gorillas’ daily diet includes fruit, leafy greens, vegetables, starch, and Mazuri® leaf-eater chow. In 2008, with the exception of individual fruit rations, all other diet items were group fed, including Mazuri® leaf-eater chow, which is the most calorically dense item in their diet (See Figure 1, which shows Kowali’s daily diet amounts)…….\n\n<strong>Kowali before</strong> <strong>Kowali after</strong> <em>(both photos by LPZ staff)</em>\n<div style="font-style: italic;"><img class="alignleft size-full wp-image-2307" title="kowali_before1" src="http://aecetia.net/gws/aazk/wp-content/uploads/kowali_before1.jpg" alt="kowali_before1" width="338" height="438" /><img class="alignright size-large wp-image-2308" title="kowali_after" src="http://aecetia.net/gws/aazk/wp-content/uploads/kowali_after-1024x768.jpg" alt="kowali_after" width="393" height="295" /></div>\n<div style="font-style: italic;"></div>\n<div style="font-style: italic;"></div>\n<div style="font-style: italic;"></div>\n<div style="font-style: italic;"></div>\n<div style="font-style: italic;"></div>\n<div style="font-style: italic;"></div>\n<div style="font-style: italic;"></div>\n<div style="font-style: italic;"></div>\n<div style="font-style: italic;"></div>\n<div style="font-style: italic;"></div>\n<div style="font-style: italic;"></div>\n<div style="font-style: italic;"></div>\n<div style="font-style: italic;"></div>\n<div style="font-style: italic;"></div>\n<div style="font-style: italic;"></div>\n<div style="font-style: italic;"></div>\n<div style="font-style: italic;"></div>\n<div style="font-style: italic;"></div>\n<div style="font-style: italic;"></div>\n<div style="font-style: italic;"></div>\n<div style="font-style: italic;"></div>\n<div style="font-style: italic;"></div>\n<div style="font-style: italic;"></div>\n<div style="font-style: italic;"></div>\n<div style="font-style: italic;"></div>', 'Biggest Loser—Ape Style: How husbandry changes can result in significant weight loss', 0, '', 'inherit', 'closed', 'closed', '', '2305-revision', '', '', '2012-02-01 19:18:18', '2012-02-02 00:18:18', '', 2305, 'http://aazk.org/uncategorized/2305-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2312, 2, '2012-02-01 19:23:57', '2012-02-02 00:23:57', '<em>By Leslie Lurz, Animal Keeper\r\nMaureen Leahy, Curator of Primates\r\nLincoln Park Zoo, Chicago, IL, U.S.A.\r\n<a href="mailto:llurz@lpzoo.org"> llurz@lpzoo.org</a></em>\r\n\r\n<strong>Overview</strong>\r\n\r\nAt Lincoln Park Zoo in Chicago, Illinois, several adult western lowland gorillas (<em>Gorilla gorilla gorilla</em>) were found to be overweight in 2008. Weight issues are of great concern since obesity in gorillas can result in a variety of health problems, including elevated cholesterol concentrations and premature cardiovascular disease (Gorilla SSP, 2008). In fact, cardiovascular disease is the leading cause of mortality in captive adult gorillas (Gorilla SSP, 2008; Lammey et al. 2008). Understanding that the maintenance of a gorilla’s optimal body weight may significantly reduce the health risks associated with progressive heart ailments—ranging from aneurism to valvular disease to cardiomyopathy—and Type 2 diabetes (Duffy, 2009; Tordiffe, 2008), animal care staff responded with both dietary and husbandry interventions.\r\n\r\nThis paper demonstrates how changes in husbandry, management, and diet (implemented over a two-year period) effectively promoted weight loss for targeted individuals within the gorillas housed at Lincoln Park Zoo (LPZ). This paper will highlight the case of “Kowali,” a 33-year-old gorilla and one of LPZ’s most significantly overweight adult females, who ultimately lost over 50 pounds [22.7 kg] over the course of two years.\r\n\r\n<strong>Introduction</strong>\r\n\r\nBody-weight management can be a challenging component of animal care. Some animals live a more sedentary lifestyle in zoological settings. Care must be taken to ensure that animals do not become overweight or obese as a result. Given their social nature and the need to provide group foraging opportunities, non-human primate species can be especially challenging. It is often difficult to manage dietary portion control when dominant animals hoard preferred foods and displace subordinate individuals from some foraging opportunities.\r\n\r\nBecause of the complexity of gorilla social structures, scientists theorize that dominant animals may be prone to excess weight gain (Ullery, et al. 2003). The dominant animal tends to determine the time that others spend feeding in any particular location, leaving the subordinate animals to eat only what is left over. This pattern of hierarchical behavior might result in excessive food intake by the dominant animals given their natural social dynamic. This dominant animal theory may explain one of the contributing factors for the weight gain of several gorillas housed at Lincoln Park Zoo in Chicago, Illinois, including the case of one adult female named Kowali.\r\n\r\nKowali resides in one of LPZ’s gorilla troops along with a silverback, two adult females, and her juvenile son. Kowali has a history of above-average weights compared with other LPZ females of similar age. She is also shorter in stature than the other adult female gorillas; as a result, weight increases tend to be more visible on her stout frame. In January 2008, Kowali (then 30 years old) topped the scale at more than 270 pounds, and the zoo’s veterinarians and nutritionist rated her body condition score as obese. A body condition score is defined as an assessment of the animal’s weight-for-age and weight-for-height ratios and its relative proportions of muscle and fat. Having Kowali identified as obese was a catalyst for the animal care staff to come up with creative and new ways to address weight for the gorillas housed at LPZ.\r\n\r\nLPZ’s animal care staff devised a plan that would address diet management and activity for Kowali by focusing on five different goals: (1) incorporating scale training into the husbandry routine to obtain quarterly weights; (2) integrating additional exercise into her daily routine; (3) modifying diet content; (4) varying food presentation; and (5) increasing feeding schedules. The remainder of this paper describes the changes in husbandry practices made at LPZ in an attempt to reduce Kowali’s weight and the results seen from those modifications.\r\n\r\n<strong>Methods</strong>\r\n\r\n<em>Monitoring weights with scale training</em>\r\n\r\nPrior to 2008, animal weights were obtained somewhat opportunistically and often solely during routine physical exams. Since then, keepers have made it a priority to monitor the apes’ weights more closely. Like the majority of LPZ apes, Kowali is now scale trained, meaning she will voluntarily sit on a scale and hold the position long enough to get an accurate weight. Other group members are stationed elsewhere while the focal individual is on the scale. The goal is to weigh each animal quarterly, but some individuals require variation depending on the individual’s health and body condition. Records are kept to monitor their weights, which are reported to other members of our animal care staff, including veterinarians and the nutritionist. Kowali is now typically weighed every three months to closely monitor her weight-loss progress.\r\n\r\n<em>Exercise</em>\r\n\r\nOperant-conditioning training sessions using positive-reinforcement techniques are integral to the husbandry practices at LPZ. The apes participate in individual operant-conditioning training sessions once daily in the morning, and ape groups are alternated to receive an additional afternoon training session. All the apes are trained to present various body parts to allow for visual inspection, hand-injections, and desensitization to other medical props. These sessions also provide an opportunity for keepers to encourage the apes to move about their exhibits and “exercise.”\r\n\r\nIn the case of Kowali, specific efforts were made to have her engage in behaviors that mimicked callisthenic-like exercises during these training sessions. Calisthenics are a dynamic form of exercise that consists of simple movements, often in repetition, to promote muscular and cardiovascular fitness. To facilitate this, her primary trainer devised a shaping plan to condition her to stand, sit, lift her legs, and repeat these movements. Reinforcements for offering a correct behavioral response were fruit, produce, and Mazuri® leaf-eater chow, which were already a part of her normal diet. As a result, there was an increase in her movement and activity level without increasing her caloric intake.\r\n\r\nInitially, it was challenging to motivate an overweight animal like Kowali to exercise, so keepers started slowly with a simple “stand” and “sit” routine. She would stand; then the trainer would bridge, reinforce her, and ask her to sit. The trainer continued to work on this routine, increasing the number of repetitions over time. Next, the duration of her “stand” behavior was increased so that Kowali stood and the trainer asked her to “hold.” In the beginning, she would stand and then creep back down, but she learned quickly that she would not be reinforced if she sat before the cue, which usually terminated the exercise portion of her session. After she was comfortable standing for a longer duration, her established husbandry behaviors were incorporated while she remained standing, including leg lifts (“foot” presentation at various heights on the cage front), mouth, ear, shoulder, arm, chest, belly, etc. The trainer asked her to present these behaviors while she remained standing; Kowali was variably reinforced for her efforts. The sit-and-stand exercise portion remained part of her routine as well. Over time Kowali built up her endurance, so exercise portions of her training session were extended and included more repetitions. Later, the laser pointer was introduced to Kowali’s training routine. Once she learned to touch the laser dot, she locomoted around to follow the dot, touch it, and be reinforced. Once these behaviors were established, any ape keeper could ask her for them if her primary trainer was unavailable. This enabled Kowali to remain consistent with a daily exercise routine.\r\n\r\nKowali’s exercise training was not without its challenges, as she would sometimes appear frustrated when the number of exercise repetitions in her session began to increase. Kowali tried to swipe or bark at the keeper through the mesh barrier. As a result, her primary trainer developed some guidelines to curb her aggression. If she was minimally aggressive (e.g. hand flick directed toward keeper or slight barking), she would receive an LRS (least stimulus response, or three to five seconds with no response from the trainer) and then her session would continue. If she was aggressive a second time, her session would be ended. If she was unacceptably aggressive towards the trainer (e.g. attempted to grab her trainer), her session would be ended immediately. With all other keepers consistently following these criteria, her aggression quickly subsided.\r\n\r\n<em>Kowali’s Diet Modifications</em>\r\n\r\nKowali quickly adjusted to the exercise portion of her weight loss program, but her diet needed to be addressed as well. At Regenstein Center for African Apes, individual diets are formulated by veterinarians and the nutritionist. Gorillas’ daily diet includes fruit, leafy greens, vegetables, starch, and Mazuri® leaf-eater chow. In 2008, with the exception of individual fruit rations, all other diet items were group fed, including Mazuri® leaf-eater chow, which is the most calorically dense item in their diet (See Figure 1, which shows Kowali’s daily diet amounts)…….\r\n\r\n<strong>\r\n</strong>\r\n<div style="font-style: italic;"><em><img class="size-full wp-image-2307 alignnone" title="kowali_before1" src="http://aecetia.net/gws/aazk/wp-content/uploads/kowali_before1.jpg" alt="kowali_before1" width="338" height="438" /> </em><strong><strong>Kowali before</strong></strong><em> </em><em>(both photos by LPZ staff)</em></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"><span style="font-style: italic;"><img class="alignnone size-large wp-image-2308" title="kowali_after" src="http://aecetia.net/gws/aazk/wp-content/uploads/kowali_after-1024x768.jpg" alt="kowali_after" width="502" height="377" /> </span><strong>Kowali after</strong></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"><strong>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></div>', 'Biggest Loser—Ape Style: How husbandry changes can result in significant weight loss', 0, '', 'inherit', 'closed', 'closed', '', '2305-revision-3', '', '', '2012-02-01 19:23:57', '2012-02-02 00:23:57', '', 2305, 'http://aazk.org/uncategorized/2305-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2310, 2, '2012-02-01 19:23:44', '2012-02-02 00:23:44', '<em>By Leslie Lurz, Animal Keeper\nMaureen Leahy, Curator of Primates\nLincoln Park Zoo, Chicago, IL, U.S.A.\n<a href="mailto:llurz@lpzoo.org"> llurz@lpzoo.org</a></em>\n\n<strong>Overview</strong>\n\nAt Lincoln Park Zoo in Chicago, Illinois, several adult western lowland gorillas (<em>Gorilla gorilla gorilla</em>) were found to be overweight in 2008. Weight issues are of great concern since obesity in gorillas can result in a variety of health problems, including elevated cholesterol concentrations and premature cardiovascular disease (Gorilla SSP, 2008). In fact, cardiovascular disease is the leading cause of mortality in captive adult gorillas (Gorilla SSP, 2008; Lammey et al. 2008). Understanding that the maintenance of a gorilla’s optimal body weight may significantly reduce the health risks associated with progressive heart ailments—ranging from aneurism to valvular disease to cardiomyopathy—and Type 2 diabetes (Duffy, 2009; Tordiffe, 2008), animal care staff responded with both dietary and husbandry interventions.\n\nThis paper demonstrates how changes in husbandry, management, and diet (implemented over a two-year period) effectively promoted weight loss for targeted individuals within the gorillas housed at Lincoln Park Zoo (LPZ). This paper will highlight the case of “Kowali,” a 33-year-old gorilla and one of LPZ’s most significantly overweight adult females, who ultimately lost over 50 pounds [22.7 kg] over the course of two years.\n\n<strong>Introduction</strong>\n\nBody-weight management can be a challenging component of animal care. Some animals live a more sedentary lifestyle in zoological settings. Care must be taken to ensure that animals do not become overweight or obese as a result. Given their social nature and the need to provide group foraging opportunities, non-human primate species can be especially challenging. It is often difficult to manage dietary portion control when dominant animals hoard preferred foods and displace subordinate individuals from some foraging opportunities.\n\nBecause of the complexity of gorilla social structures, scientists theorize that dominant animals may be prone to excess weight gain (Ullery, et al. 2003). The dominant animal tends to determine the time that others spend feeding in any particular location, leaving the subordinate animals to eat only what is left over. This pattern of hierarchical behavior might result in excessive food intake by the dominant animals given their natural social dynamic. This dominant animal theory may explain one of the contributing factors for the weight gain of several gorillas housed at Lincoln Park Zoo in Chicago, Illinois, including the case of one adult female named Kowali.\n\nKowali resides in one of LPZ’s gorilla troops along with a silverback, two adult females, and her juvenile son. Kowali has a history of above-average weights compared with other LPZ females of similar age. She is also shorter in stature than the other adult female gorillas; as a result, weight increases tend to be more visible on her stout frame. In January 2008, Kowali (then 30 years old) topped the scale at more than 270 pounds, and the zoo’s veterinarians and nutritionist rated her body condition score as obese. A body condition score is defined as an assessment of the animal’s weight-for-age and weight-for-height ratios and its relative proportions of muscle and fat. Having Kowali identified as obese was a catalyst for the animal care staff to come up with creative and new ways to address weight for the gorillas housed at LPZ.\n\nLPZ’s animal care staff devised a plan that would address diet management and activity for Kowali by focusing on five different goals: (1) incorporating scale training into the husbandry routine to obtain quarterly weights; (2) integrating additional exercise into her daily routine; (3) modifying diet content; (4) varying food presentation; and (5) increasing feeding schedules. The remainder of this paper describes the changes in husbandry practices made at LPZ in an attempt to reduce Kowali’s weight and the results seen from those modifications.\n\n<strong>Methods</strong>\n\n<em>Monitoring weights with scale training</em>\n\nPrior to 2008, animal weights were obtained somewhat opportunistically and often solely during routine physical exams. Since then, keepers have made it a priority to monitor the apes’ weights more closely. Like the majority of LPZ apes, Kowali is now scale trained, meaning she will voluntarily sit on a scale and hold the position long enough to get an accurate weight. Other group members are stationed elsewhere while the focal individual is on the scale. The goal is to weigh each animal quarterly, but some individuals require variation depending on the individual’s health and body condition. Records are kept to monitor their weights, which are reported to other members of our animal care staff, including veterinarians and the nutritionist. Kowali is now typically weighed every three months to closely monitor her weight-loss progress.\n\n<em>Exercise</em>\n\nOperant-conditioning training sessions using positive-reinforcement techniques are integral to the husbandry practices at LPZ. The apes participate in individual operant-conditioning training sessions once daily in the morning, and ape groups are alternated to receive an additional afternoon training session. All the apes are trained to present various body parts to allow for visual inspection, hand-injections, and desensitization to other medical props. These sessions also provide an opportunity for keepers to encourage the apes to move about their exhibits and “exercise.”\n\nIn the case of Kowali, specific efforts were made to have her engage in behaviors that mimicked callisthenic-like exercises during these training sessions. Calisthenics are a dynamic form of exercise that consists of simple movements, often in repetition, to promote muscular and cardiovascular fitness. To facilitate this, her primary trainer devised a shaping plan to condition her to stand, sit, lift her legs, and repeat these movements. Reinforcements for offering a correct behavioral response were fruit, produce, and Mazuri® leaf-eater chow, which were already a part of her normal diet. As a result, there was an increase in her movement and activity level without increasing her caloric intake.\n\nInitially, it was challenging to motivate an overweight animal like Kowali to exercise, so keepers started slowly with a simple “stand” and “sit” routine. She would stand; then the trainer would bridge, reinforce her, and ask her to sit. The trainer continued to work on this routine, increasing the number of repetitions over time. Next, the duration of her “stand” behavior was increased so that Kowali stood and the trainer asked her to “hold.” In the beginning, she would stand and then creep back down, but she learned quickly that she would not be reinforced if she sat before the cue, which usually terminated the exercise portion of her session. After she was comfortable standing for a longer duration, her established husbandry behaviors were incorporated while she remained standing, including leg lifts (“foot” presentation at various heights on the cage front), mouth, ear, shoulder, arm, chest, belly, etc. The trainer asked her to present these behaviors while she remained standing; Kowali was variably reinforced for her efforts. The sit-and-stand exercise portion remained part of her routine as well. Over time Kowali built up her endurance, so exercise portions of her training session were extended and included more repetitions. Later, the laser pointer was introduced to Kowali’s training routine. Once she learned to touch the laser dot, she locomoted around to follow the dot, touch it, and be reinforced. Once these behaviors were established, any ape keeper could ask her for them if her primary trainer was unavailable. This enabled Kowali to remain consistent with a daily exercise routine.\n\nKowali’s exercise training was not without its challenges, as she would sometimes appear frustrated when the number of exercise repetitions in her session began to increase. Kowali tried to swipe or bark at the keeper through the mesh barrier. As a result, her primary trainer developed some guidelines to curb her aggression. If she was minimally aggressive (e.g. hand flick directed toward keeper or slight barking), she would receive an LRS (least stimulus response, or three to five seconds with no response from the trainer) and then her session would continue. If she was aggressive a second time, her session would be ended. If she was unacceptably aggressive towards the trainer (e.g. attempted to grab her trainer), her session would be ended immediately. With all other keepers consistently following these criteria, her aggression quickly subsided.\n\n<em>Kowali’s Diet Modifications</em>\n\nKowali quickly adjusted to the exercise portion of her weight loss program, but her diet needed to be addressed as well. At Regenstein Center for African Apes, individual diets are formulated by veterinarians and the nutritionist. Gorillas’ daily diet includes fruit, leafy greens, vegetables, starch, and Mazuri® leaf-eater chow. In 2008, with the exception of individual fruit rations, all other diet items were group fed, including Mazuri® leaf-eater chow, which is the most calorically dense item in their diet (See Figure 1, which shows Kowali’s daily diet amounts)…….\n\n<strong>\n</strong>\n<div style="font-style: italic;"><em><img class="size-full wp-image-2307 alignnone" title="kowali_before1" src="http://aecetia.net/gws/aazk/wp-content/uploads/kowali_before1.jpg" alt="kowali_before1" width="338" height="438" /> </em><strong><strong>Kowali before</strong></strong><em> </em><em>(both photos by LPZ staff)</em></div>\n<div style="font-style: italic;"></div>\n<div style="font-style: italic;"><img class="alignnone size-large wp-image-2308" title="kowali_after" src="http://aecetia.net/gws/aazk/wp-content/uploads/kowali_after-1024x768.jpg" alt="kowali_after" width="502" height="377" /> Kowali after</div>\n<div style="font-style: italic;"><strong>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></div>', 'Biggest Loser—Ape Style: How husbandry changes can result in significant weight loss', 0, '', 'inherit', 'closed', 'closed', '', '2305-autosave', '', '', '2012-02-01 19:23:44', '2012-02-02 00:23:44', '', 2305, 'http://aazk.org/uncategorized/2305-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2311, 2, '2012-02-01 19:18:39', '2012-02-02 00:18:39', '<em>By Leslie Lurz, Animal Keeper\r\nMaureen Leahy, Curator of Primates\r\nLincoln Park Zoo, Chicago, IL, U.S.A.\r\n<a href="mailto:llurz@lpzoo.org"> llurz@lpzoo.org</a></em>\r\n\r\n<strong>Overview</strong>\r\n\r\nAt Lincoln Park Zoo in Chicago, Illinois, several adult western lowland gorillas (<em>Gorilla gorilla gorilla</em>) were found to be overweight in 2008. Weight issues are of great concern since obesity in gorillas can result in a variety of health problems, including elevated cholesterol concentrations and premature cardiovascular disease (Gorilla SSP, 2008). In fact, cardiovascular disease is the leading cause of mortality in captive adult gorillas (Gorilla SSP, 2008; Lammey et al. 2008). Understanding that the maintenance of a gorilla’s optimal body weight may significantly reduce the health risks associated with progressive heart ailments—ranging from aneurism to valvular disease to cardiomyopathy—and Type 2 diabetes (Duffy, 2009; Tordiffe, 2008), animal care staff responded with both dietary and husbandry interventions.\r\n\r\nThis paper demonstrates how changes in husbandry, management, and diet (implemented over a two-year period) effectively promoted weight loss for targeted individuals within the gorillas housed at Lincoln Park Zoo (LPZ). This paper will highlight the case of “Kowali,” a 33-year-old gorilla and one of LPZ’s most significantly overweight adult females, who ultimately lost over 50 pounds [22.7 kg] over the course of two years.\r\n\r\n<strong>Introduction</strong>\r\n\r\nBody-weight management can be a challenging component of animal care. Some animals live a more sedentary lifestyle in zoological settings. Care must be taken to ensure that animals do not become overweight or obese as a result. Given their social nature and the need to provide group foraging opportunities, non-human primate species can be especially challenging. It is often difficult to manage dietary portion control when dominant animals hoard preferred foods and displace subordinate individuals from some foraging opportunities.\r\n\r\nBecause of the complexity of gorilla social structures, scientists theorize that dominant animals may be prone to excess weight gain (Ullery, et al. 2003). The dominant animal tends to determine the time that others spend feeding in any particular location, leaving the subordinate animals to eat only what is left over. This pattern of hierarchical behavior might result in excessive food intake by the dominant animals given their natural social dynamic. This dominant animal theory may explain one of the contributing factors for the weight gain of several gorillas housed at Lincoln Park Zoo in Chicago, Illinois, including the case of one adult female named Kowali.\r\n\r\nKowali resides in one of LPZ’s gorilla troops along with a silverback, two adult females, and her juvenile son. Kowali has a history of above-average weights compared with other LPZ females of similar age. She is also shorter in stature than the other adult female gorillas; as a result, weight increases tend to be more visible on her stout frame. In January 2008, Kowali (then 30 years old) topped the scale at more than 270 pounds, and the zoo’s veterinarians and nutritionist rated her body condition score as obese. A body condition score is defined as an assessment of the animal’s weight-for-age and weight-for-height ratios and its relative proportions of muscle and fat. Having Kowali identified as obese was a catalyst for the animal care staff to come up with creative and new ways to address weight for the gorillas housed at LPZ.\r\n\r\nLPZ’s animal care staff devised a plan that would address diet management and activity for Kowali by focusing on five different goals: (1) incorporating scale training into the husbandry routine to obtain quarterly weights; (2) integrating additional exercise into her daily routine; (3) modifying diet content; (4) varying food presentation; and (5) increasing feeding schedules. The remainder of this paper describes the changes in husbandry practices made at LPZ in an attempt to reduce Kowali’s weight and the results seen from those modifications.\r\n\r\n<strong>Methods</strong>\r\n\r\n<em>Monitoring weights with scale training</em>\r\n\r\nPrior to 2008, animal weights were obtained somewhat opportunistically and often solely during routine physical exams. Since then, keepers have made it a priority to monitor the apes’ weights more closely. Like the majority of LPZ apes, Kowali is now scale trained, meaning she will voluntarily sit on a scale and hold the position long enough to get an accurate weight. Other group members are stationed elsewhere while the focal individual is on the scale. The goal is to weigh each animal quarterly, but some individuals require variation depending on the individual’s health and body condition. Records are kept to monitor their weights, which are reported to other members of our animal care staff, including veterinarians and the nutritionist. Kowali is now typically weighed every three months to closely monitor her weight-loss progress.\r\n\r\n<em>Exercise</em>\r\n\r\nOperant-conditioning training sessions using positive-reinforcement techniques are integral to the husbandry practices at LPZ. The apes participate in individual operant-conditioning training sessions once daily in the morning, and ape groups are alternated to receive an additional afternoon training session. All the apes are trained to present various body parts to allow for visual inspection, hand-injections, and desensitization to other medical props. These sessions also provide an opportunity for keepers to encourage the apes to move about their exhibits and “exercise.”\r\n\r\nIn the case of Kowali, specific efforts were made to have her engage in behaviors that mimicked callisthenic-like exercises during these training sessions. Calisthenics are a dynamic form of exercise that consists of simple movements, often in repetition, to promote muscular and cardiovascular fitness. To facilitate this, her primary trainer devised a shaping plan to condition her to stand, sit, lift her legs, and repeat these movements. Reinforcements for offering a correct behavioral response were fruit, produce, and Mazuri® leaf-eater chow, which were already a part of her normal diet. As a result, there was an increase in her movement and activity level without increasing her caloric intake.\r\n\r\nInitially, it was challenging to motivate an overweight animal like Kowali to exercise, so keepers started slowly with a simple “stand” and “sit” routine. She would stand; then the trainer would bridge, reinforce her, and ask her to sit. The trainer continued to work on this routine, increasing the number of repetitions over time. Next, the duration of her “stand” behavior was increased so that Kowali stood and the trainer asked her to “hold.” In the beginning, she would stand and then creep back down, but she learned quickly that she would not be reinforced if she sat before the cue, which usually terminated the exercise portion of her session. After she was comfortable standing for a longer duration, her established husbandry behaviors were incorporated while she remained standing, including leg lifts (“foot” presentation at various heights on the cage front), mouth, ear, shoulder, arm, chest, belly, etc. The trainer asked her to present these behaviors while she remained standing; Kowali was variably reinforced for her efforts. The sit-and-stand exercise portion remained part of her routine as well. Over time Kowali built up her endurance, so exercise portions of her training session were extended and included more repetitions. Later, the laser pointer was introduced to Kowali’s training routine. Once she learned to touch the laser dot, she locomoted around to follow the dot, touch it, and be reinforced. Once these behaviors were established, any ape keeper could ask her for them if her primary trainer was unavailable. This enabled Kowali to remain consistent with a daily exercise routine.\r\n\r\nKowali’s exercise training was not without its challenges, as she would sometimes appear frustrated when the number of exercise repetitions in her session began to increase. Kowali tried to swipe or bark at the keeper through the mesh barrier. As a result, her primary trainer developed some guidelines to curb her aggression. If she was minimally aggressive (e.g. hand flick directed toward keeper or slight barking), she would receive an LRS (least stimulus response, or three to five seconds with no response from the trainer) and then her session would continue. If she was aggressive a second time, her session would be ended. If she was unacceptably aggressive towards the trainer (e.g. attempted to grab her trainer), her session would be ended immediately. With all other keepers consistently following these criteria, her aggression quickly subsided.\r\n\r\n<em>Kowali’s Diet Modifications</em>\r\n\r\nKowali quickly adjusted to the exercise portion of her weight loss program, but her diet needed to be addressed as well. At Regenstein Center for African Apes, individual diets are formulated by veterinarians and the nutritionist. Gorillas’ daily diet includes fruit, leafy greens, vegetables, starch, and Mazuri® leaf-eater chow. In 2008, with the exception of individual fruit rations, all other diet items were group fed, including Mazuri® leaf-eater chow, which is the most calorically dense item in their diet (See Figure 1, which shows Kowali’s daily diet amounts)…….\r\n\r\n<strong>Kowali before</strong> <strong>Kowali after</strong> <em>(both photos by LPZ staff)</em>\r\n<div style="font-style: italic;"><img class="alignleft size-full wp-image-2307" title="kowali_before1" src="http://aecetia.net/gws/aazk/wp-content/uploads/kowali_before1.jpg" alt="kowali_before1" width="338" height="438" /><img class="alignright size-large wp-image-2308" title="kowali_after" src="http://aecetia.net/gws/aazk/wp-content/uploads/kowali_after-1024x768.jpg" alt="kowali_after" width="393" height="295" /></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"><strong>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></div>', 'Biggest Loser—Ape Style: How husbandry changes can result in significant weight loss', 0, '', 'inherit', 'closed', 'closed', '', '2305-revision-2', '', '', '2012-02-01 19:18:39', '2012-02-02 00:18:39', '', 2305, 'http://aazk.org/uncategorized/2305-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2408, 2, '2012-02-11 16:48:28', '2012-02-11 21:48:28', '<h2><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant</a>: applications due June 1st.</h2>\r\n<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2><strong>Total Funds Raised to Date: <span style="color: #ff0000;">$4,003,344</span></strong></h2>\r\n<h2><strong><strong>2011 Funds Raised to Date: <span style="color: #ff0000;">$280,014\r\n</span></strong></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<span style="text-decoration: underline;">Links</span>\r\n\r\nIf your chapter would like to check your totals you can do so here: <a href="http://aazkbfr.org/bfrsites">http://aazkbfr.org/bfrsites</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2012-02-11 16:48:28', '2012-02-11 21:48:28', '', 168, 'http://aazk.org/uncategorized/168-revision-40/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2322, 2, '2012-02-02 10:35:56', '2012-02-02 15:35:56', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\n\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\n<em> Lemur catta and Eulemur fulvus rufus</em>\n<em> Smithsonian’s National Zoological Park</em>\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\n\n<strong>Introduction</strong>\n\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, Lemur catta (photo 2); 1.1 Red-fronted Lemurs, Eulemur fulvus rufus (photo 3); 0.0.100+ Turtles (Red-eared Sliders, Trachemys scripta elegans; Yellow-bellied Sliders, Trachemys scripta script; and Hybrid Sliders, Painted Turtles, Chrysemys picta; 0.0.3 Box Turtles, Terrapene carolina); 0.0.2 Bullfrogs, Lithobates catesbeiana; Toads, Anaxyrus sp; and 0.0.1 Northern Brown Snake, Storeria dekayi. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”\n\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\n\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (Salix matsudana x S. alba), Common Plantain (Plantago major), Ground Ivy (Glechoma hederacea), Crape Myrtle (Lagerstroemia sp.) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\n\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\n\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\n\nAnimals and Method\n\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\n\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\n\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\n\nEnrichment\n\nBrowse: Each day, a wheelbarrow full of browse [Maple — Acer platanoides (Norway), Acer saccharinum (sugar), Acer japonica (Japanese red)], Bamboo — Phyllostachys aureosulcata (yellow groove,) Phyllostachys aurea (golden) or Phyllostachys bisettii, Pseudosasa japonica (arrow), Bradford Pear (Pyrus calleryiana) and/or Mulberry — Morus alba (white) and/or Morus rubra (red) was divided and placed in different locations (photo 4).\n\n2.) Fresh Rosemary (Rosmarinus officinalis) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\n\n3.) Ginger (Zingiber officinale) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (Opuntia sp.). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\n\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\n\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\n\nResults\n\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\n\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\n\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\n\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\n\nDiscussion\n\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\n\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\n\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\n\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\n\nAcknowledgements\n\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\n\nBibliography\n\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (Macaca silenus) and ring-tailed lemurs (Lemur catta) on St. Catherines Island, Georgia, U.S.A. Zoo Biology, 18:481-494.\n\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (Lemur catta and Lemur fulvus), Ethology, 74, 146-154.\n\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. American Journal of Clinical Nutrition 53:448-456.\n\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. Animal Behavior, 59, 899-915.\n\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(Eulemur rubriventer) and (Eulemur fulvus rufus) in Madagascar. American Journal of Primatology, 40 :327-342.\n\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (Eulemur fulvus) and native (Lemur catta) during the birth season at Berenty Reserve, Southern Madagascar. Ring-tailed Lemur Biology, 119-140.\n\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. PloS One, Volume 5, Issue 3.\n\nSimmen, Bruno et al. 2006. Plant species fed on by (Lemur catta) in gallery forests of the southern Domain of Madagascar. Ring-tailed Lemur Biology, 55-68.\n\nSoma, Takaya. 2006. Tradition and novelty: Lemur catta feeding strategy on introduced tree species at      Berenty Reserve. Ring-tailed Lemur Biology, 141-160.\n\nBHC Comments by Enrichment Options Co-Editor Richard Kotarsky:\n\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-4', '', '', '2012-02-02 10:35:56', '2012-02-02 15:35:56', '', 2317, 'http://aazk.org/uncategorized/2317-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2318, 2, '2012-02-01 19:49:52', '2012-02-02 00:49:52', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\n\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\n<em> Lemur catta and Eulemur fulvus rufus</em>\n<em> Smithsonian’s National Zoological Park</em>\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\n\n<em><span><strong>Introduction</strong></span>\n\n<span>Visitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, Lemur catta (photo 2); 1.1 Red-fronted Lemurs, Eulemur fulvus rufus (photo 3); 0.0.100+ Turtles (Red-eared Sliders, Trachemys scripta elegans; Yellow-bellied Sliders, Trachemys scripta script; and Hybrid Sliders, Painted Turtles, Chrysemys picta; 0.0.3 Box Turtles, Terrapene carolina); 0.0.2 Bullfrogs, Lithobates catesbeiana; Toads, Anaxyrus sp; and 0.0.1 Northern Brown Snake, Storeria dekayi. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”</span>\n\n<span>To explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.</span>\n\n<span>Prior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (Salix matsudana x S. alba), Common Plantain (Plantago major), Ground Ivy (Glechoma hederacea), Crape Myrtle (Lagerstroemia sp.) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).</span>\n\n<span>Several reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.</span>\n\n<span>Informal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.</span>\n\n<span>Animals and Method</span>\n\n<span>Lemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.</span>\n\n<span>The research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)</span>\n\n<span>The behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.</span>\n\n<span>Enrichment</span>\n\n<span>Browse: Each day, a wheelbarrow full of browse [Maple — Acer platanoides (Norway), Acer saccharinum (sugar), Acer japonica (Japanese red)], Bamboo — Phyllostachys aureosulcata (yellow groove,) Phyllostachys aurea (golden) or Phyllostachys bisettii, Pseudosasa japonica (arrow), Bradford Pear (Pyrus calleryiana) and/or Mulberry — Morus alba (white) and/or Morus rubra (red) was divided and placed in different locations (photo 4).</span>\n\n<span>2.) Fresh Rosemary (Rosmarinus officinalis) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).</span>\n\n<span>3.) Ginger (Zingiber officinale) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (Opuntia sp.). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.</span>\n\n<span>4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).</span>\n\n<span>The Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.</span>\n\n<span>Results</span>\n\n<span>Chart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).</span>\n\n<span>Chart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.</span>\n\n<span>The ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.</span>\n\n<span>The red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).</span>\n\n<span>Discussion</span>\n\n<span>The activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.</span>\n\n<span>The ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.</span>\n\n<span>The red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.</span>\n\n<span>In conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.</span>\n\n<span>Acknowledgements</span>\n\n<span>Smithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!</span>\n\n<span>Bibliography</span>\n\n<span>Dierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant</span>\n\n<span>species consumed by semi free-ranging lion-tailed macaques (Macaca silenus) and ring-tailed</span>\n\n<span>lemurs (Lemur catta) on St. Catherines Island, Georgia, U.S.A. Zoo Biology, 18:481-494.</span>\n\n<span>Ganzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs</span>\n\n<span>(Lemur catta and Lemur fulvus), Ethology, 74, 146-154.</span>\n\n<span>Johns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as</span>\n\n<span>functions of geophagy. American Journal of Clinical Nutrition 53:448-456.</span>\n\n<span>Krishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive</span>\n\n<span>significance and ecological consequences. Animal Behavior, 59, 899-915.</span>\n\n<span>Overdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(Eulemur rubriventer) and (Eulemur fulvus rufus) in Madagascar. American Journal of Primatology, 40 :327-342.</span>\n\n<span>Pinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced</span>\n\n<span>(Eulemur fulvus) and native (Lemur catta) during the birth season at Berenty Reserve, Southern</span>\n\n<span>Madagascar. Ring-tailed Lemur Biology, 119-140.</span>\n\n<span>Simmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living</span>\n\n<span>sympatric lemurs. PloS One, Volume 5, Issue 3.</span>\n\n<span>Simmen, Bruno et al. 2006. Plant species fed on by (Lemur catta) in gallery forests of the southern</span>\n\n<span>Domain of Madagascar. Ring-tailed Lemur Biology, 55-68.</span>\n\n<span>Soma, Takaya. 2006. Tradition and novelty: Lemur catta feeding strategy on introduced tree species at      Berenty Reserve. Ring-tailed Lemur Biology, 141-160.</span>\n\n<span>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</span>\n\n<span>Thanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.</span>\n<div></div>\n</em>', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision', '', '', '2012-02-01 19:49:52', '2012-02-02 00:49:52', '', 2317, 'http://aazk.org/uncategorized/2317-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2319, 2, '2012-02-02 10:14:15', '2012-02-02 15:14:15', '', 'lemur_island', 0, '', 'inherit', 'closed', 'closed', '', 'lemur_island', '', '', '2012-02-02 10:14:15', '2012-02-02 15:14:15', '', 2317, 'http://aazk.org/wp-content/uploads/lemur_island.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2321, 2, '2012-02-02 10:28:09', '2012-02-02 15:28:09', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\n\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\n<em> Lemur catta and Eulemur fulvus rufus</em>\n<em> Smithsonian’s National Zoological Park</em>\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\n\n<em><strong><strong>Introduction</strong></strong></em>\n\n<em>Visitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall.   The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs,<em> Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads,<em> Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”</em>\n\n<em><em><strong><strong><em> </em></strong></strong></em></em>\n\n<span><em><strong>To explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.</strong></em></span>\n\n<span><em><strong>Prior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (Salix matsudana x S. alba), Common Plantain (Plantago major), Ground Ivy (Glechoma hederacea), Crape Myrtle (Lagerstroemia sp.) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).</strong></em></span>\n\n<span><em><strong>Several reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.</strong></em></span>\n\n<span><em><strong>Informal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.</strong></em></span>\n\n<span><em><strong>Animals and Method</strong></em></span>\n\n<span><em><strong>Lemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.</strong></em></span>\n\n<span><em><strong>The research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)</strong></em></span>\n\n<span><em><strong>The behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.</strong></em></span>\n\n<span><em><strong>Enrichment</strong></em></span>\n\n<em><strong>Browse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations (photo 4).</strong></em>\n\n<em><strong>2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).</strong></em>\n\n<em><strong>3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.</strong></em>\n\n<span><em><strong>4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).</strong></em></span>\n\n<span><em><strong>The Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.</strong></em></span>\n\n<span><em><strong>Results</strong></em></span>\n\n<span><em><strong>Chart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).</strong></em></span>\n\n<span><em><strong>Chart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.</strong></em></span>\n\n<span><em><strong>The ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.</strong></em></span>\n\n<span><em><strong>The red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).</strong></em></span>\n\n<span><em><strong><strong>Discussion</strong></strong></em></span>\n\n<span><em><strong>The activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.</strong></em></span>\n\n<span><em><strong>The ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.</strong></em></span>\n\n<span><em><strong>The red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.</strong></em></span>\n\n<span><em><strong>In conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.</strong></em></span>\n\n<span><em><strong>Acknowledgements</strong></em></span>\n\n<span><em><strong>Smithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!</strong></em></span>\n\n<span><em><strong>Bibliography</strong></em></span>\n\n<span><em><strong>Dierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant </strong></em></span>species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. Zoo Biology, 18:481-494.\n\n<span><strong>Ganzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs </strong></span>(<em>Lemur catta </em>and <em>Lemur fulvus</em>), Ethology, 74, 146-154.\n\n<span><strong>Johns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as </strong></span>functions of geophagy. American Journal of Clinical Nutrition 53:448-456.\n\n<span><strong>Krishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive </strong></span>significance and ecological consequences. Animal Behavior, 59, 899-915.\n\n<strong>Overdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. American Journal of Primatology, 40 :327-342.</strong>\n\n<span><em><strong>Pinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced </strong></em></span>(Eulemur fulvus) and native (Lemur catta) during the birth season at Berenty Reserve, Southern\n\n<span><strong>Madagascar. Ring-tailed Lemur Biology, 119-140.</strong></span>\n\n<span><em><strong>Simmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living</strong></em></span>\n\n<span><em><strong>sympatric lemurs. PloS One, Volume 5, Issue 3.</strong></em></span>\n\n<span><em><strong>Simmen, Bruno et al. 2006. Plant species fed on by (Lemur catta) in gallery forests of the southern</strong></em></span>\n\n<span><em><strong>Domain of Madagascar. Ring-tailed Lemur Biology, 55-68.</strong></em></span>\n\n<span><em><strong>Soma, Takaya. 2006. Tradition and novelty: Lemur catta feeding strategy on introduced tree species at      Berenty Reserve. Ring-tailed Lemur Biology, 141-160.</strong></em></span>\n\n<span><em><strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong></em></span>\n\n<em><strong>Thanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.</strong></em>\n\n<em></em>\n\n<em></em>', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-3', '', '', '2012-02-02 10:28:09', '2012-02-02 15:28:09', '', 2317, 'http://aazk.org/uncategorized/2317-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2320, 2, '2012-02-02 10:14:49', '2012-02-02 15:14:49', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\n\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\n<em> Lemur catta and Eulemur fulvus rufus</em>\n<em> Smithsonian’s National Zoological Park</em>\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\n\n<em><strong><strong>Introduction</strong></strong></em>\n\n<em><span>Visitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall.  <img class="alignright size-large wp-image-2319" title="lemur_island" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island-1024x768.jpg" alt="lemur_island" width="1024" height="768" /> The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, Lemur catta (photo 2); 1.1 Red-fronted Lemurs, Eulemur fulvus rufus (photo 3); 0.0.100+ Turtles (Red-eared Sliders, Trachemys scripta elegans; Yellow-bellied Sliders, Trachemys scripta script; and Hybrid Sliders, Painted Turtles, Chrysemys picta; 0.0.3 Box Turtles, Terrapene carolina); 0.0.2 Bullfrogs, Lithobates catesbeiana; Toads, Anaxyrus sp; and 0.0.1 Northern Brown Snake, Storeria dekayi. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”</span></em>\n\n<em><em><strong> </strong></em></em>\n\n<span><em><strong>To explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.</strong></em></span>\n\n<span><em><strong>Prior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (Salix matsudana x S. alba), Common Plantain (Plantago major), Ground Ivy (Glechoma hederacea), Crape Myrtle (Lagerstroemia sp.) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).</strong></em></span>\n\n<span><em><strong>Several reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.</strong></em></span>\n\n<span><em><strong>Informal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.</strong></em></span>\n\n<span><em><strong>Animals and Method</strong></em></span>\n\n<span><em><strong>Lemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.</strong></em></span>\n\n<span><em><strong>The research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)</strong></em></span>\n\n<span><em><strong>The behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.</strong></em></span>\n\n<span><em><strong>Enrichment</strong></em></span>\n\n<span><em><strong>Browse: Each day, a wheelbarrow full of browse [Maple — Acer platanoides (Norway), Acer saccharinum (sugar), Acer japonica (Japanese red)], Bamboo — Phyllostachys aureosulcata (yellow groove,) Phyllostachys aurea (golden) or Phyllostachys bisettii, Pseudosasa japonica (arrow), Bradford Pear (Pyrus calleryiana) and/or Mulberry — Morus alba (white) and/or Morus rubra (red) was divided and placed in different locations (photo 4).</strong></em></span>\n\n<span><em><strong>2.) Fresh Rosemary (Rosmarinus officinalis) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).</strong></em></span>\n\n<span><em><strong>3.) Ginger (Zingiber officinale) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (Opuntia sp.). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.</strong></em></span>\n\n<span><em><strong>4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).</strong></em></span>\n\n<span><em><strong>The Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.</strong></em></span>\n\n<span><em><strong>Results</strong></em></span>\n\n<span><em><strong>Chart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).</strong></em></span>\n\n<span><em><strong>Chart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.</strong></em></span>\n\n<span><em><strong>The ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.</strong></em></span>\n\n<span><em><strong>The red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).</strong></em></span>\n\n<span><em><strong>Discussion</strong></em></span>\n\n<span><em><strong>The activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.</strong></em></span>\n\n<span><em><strong>The ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.</strong></em></span>\n\n<span><em><strong>The red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.</strong></em></span>\n\n<span><em><strong>In conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.</strong></em></span>\n\n<span><em><strong>Acknowledgements</strong></em></span>\n\n<span><em><strong>Smithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!</strong></em></span>\n\n<span><em><strong>Bibliography</strong></em></span>\n\n<span><em><strong>Dierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant</strong></em></span>\n\n<span><em><strong>species consumed by semi free-ranging lion-tailed macaques (Macaca silenus) and ring-tailed</strong></em></span>\n\n<span><em><strong>lemurs (Lemur catta) on St. Catherines Island, Georgia, U.S.A. Zoo Biology, 18:481-494.</strong></em></span>\n\n<span><em><strong>Ganzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs</strong></em></span>\n\n<span><em><strong>(Lemur catta and Lemur fulvus), Ethology, 74, 146-154.</strong></em></span>\n\n<span><em><strong>Johns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as</strong></em></span>\n\n<span><em><strong>functions of geophagy. American Journal of Clinical Nutrition 53:448-456.</strong></em></span>\n\n<span><em><strong>Krishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive</strong></em></span>\n\n<span><em><strong>significance and ecological consequences. Animal Behavior, 59, 899-915.</strong></em></span>\n\n<span><em><strong>Overdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(Eulemur rubriventer) and (Eulemur fulvus rufus) in Madagascar. American Journal of Primatology, 40 :327-342.</strong></em></span>\n\n<span><em><strong>Pinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced</strong></em></span>\n\n<span><em><strong>(Eulemur fulvus) and native (Lemur catta) during the birth season at Berenty Reserve, Southern</strong></em></span>\n\n<span><em><strong>Madagascar. Ring-tailed Lemur Biology, 119-140.</strong></em></span>\n\n<span><em><strong>Simmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living</strong></em></span>\n\n<span><em><strong>sympatric lemurs. PloS One, Volume 5, Issue 3.</strong></em></span>\n\n<span><em><strong>Simmen, Bruno et al. 2006. Plant species fed on by (Lemur catta) in gallery forests of the southern</strong></em></span>\n\n<span><em><strong>Domain of Madagascar. Ring-tailed Lemur Biology, 55-68.</strong></em></span>\n\n<span><em><strong>Soma, Takaya. 2006. Tradition and novelty: Lemur catta feeding strategy on introduced tree species at      Berenty Reserve. Ring-tailed Lemur Biology, 141-160.</strong></em></span>\n\n<span><em><strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong></em></span>\n\n<em><strong>Thanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.</strong></em>\n\n<em></em>\n\n<em></em>', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-2', '', '', '2012-02-02 10:14:49', '2012-02-02 15:14:49', '', 2317, 'http://aazk.org/uncategorized/2317-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2323, 2, '2012-02-02 10:39:57', '2012-02-02 15:39:57', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\n\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\n<em> Lemur catta and Eulemur fulvus rufus</em>\n<em> Smithsonian’s National Zoological Park</em>\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\n\n<strong>Introduction</strong>\n\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”\n\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\n\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\n\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\n\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\n\n<strong>Animals and Method</strong>\n\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\n\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\n\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\n\n<strong>Enrichment</strong>\n\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations (photo 4).\n\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\n\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\n\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\n\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\n\n<strong>Results</strong>\n\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\n\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\n\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\n\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\n\nDiscussion\n\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\n\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\n\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\n\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\n\nAcknowledgements\n\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\n\nBibliography\n\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (Macaca silenus) and ring-tailed lemurs (Lemur catta) on St. Catherines Island, Georgia, U.S.A. Zoo Biology, 18:481-494.\n\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (Lemur catta and Lemur fulvus), Ethology, 74, 146-154.\n\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. American Journal of Clinical Nutrition 53:448-456.\n\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. Animal Behavior, 59, 899-915.\n\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(Eulemur rubriventer) and (Eulemur fulvus rufus) in Madagascar. American Journal of Primatology, 40 :327-342.\n\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (Eulemur fulvus) and native (Lemur catta) during the birth season at Berenty Reserve, Southern Madagascar. Ring-tailed Lemur Biology, 119-140.\n\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. PloS One, Volume 5, Issue 3.\n\nSimmen, Bruno et al. 2006. Plant species fed on by (Lemur catta) in gallery forests of the southern Domain of Madagascar. Ring-tailed Lemur Biology, 55-68.\n\nSoma, Takaya. 2006. Tradition and novelty: Lemur catta feeding strategy on introduced tree species at      Berenty Reserve. Ring-tailed Lemur Biology, 141-160.\n\nBHC Comments by Enrichment Options Co-Editor Richard Kotarsky:\n\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-5', '', '', '2012-02-02 10:39:57', '2012-02-02 15:39:57', '', 2317, 'http://aazk.org/uncategorized/2317-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2324, 2, '2012-02-02 10:43:15', '2012-02-02 15:43:15', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\n\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\n<em> Lemur catta and Eulemur fulvus rufus</em>\n<em> Smithsonian’s National Zoological Park</em>\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\n\n<strong>Introduction</strong>\n\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”\n\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\n\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\n\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\n\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\n\n<strong>Animals and Method</strong>\n\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\n\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\n\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\n\n<strong>Enrichment</strong>\n\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations (photo 4).\n\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\n\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\n\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\n\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\n\n<strong>Results</strong>\n\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\n\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\n\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\n\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\n\n<strong>Discussion</strong>\n\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\n\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\n\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\n\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\n\n<strong>Acknowledgements</strong>\n\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\n\n<strong>Bibliography</strong>\n\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\n\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\n\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\n\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\n\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\n\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\n\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\n\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\n\nSoma, Takaya. 2006. Tradition and novelty: Lemur catta feeding strategy on introduced tree species at      Berenty Reserve. Ring-tailed Lemur Biology, 141-160.\n\nBHC Comments by Enrichment Options Co-Editor Richard Kotarsky:\n\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-6', '', '', '2012-02-02 10:43:15', '2012-02-02 15:43:15', '', 2317, 'http://aazk.org/uncategorized/2317-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2325, 2, '2012-02-02 10:57:32', '2012-02-02 15:57:32', '', 'lemur_island1', 0, '', 'inherit', 'closed', 'closed', '', 'lemur_island1', '', '', '2012-02-02 10:57:32', '2012-02-02 15:57:32', '', 2317, 'http://aazk.org/wp-content/uploads/lemur_island1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2341, 2, '2012-02-02 11:15:58', '2012-02-02 16:15:58', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\n\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\n<em> Lemur catta and Eulemur fulvus rufus</em>\n<em> Smithsonian’s National Zoological Park</em>\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\n\n<strong>Introduction</strong>\n\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”\n\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\n\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\n\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\n\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\n\n<span style="font-weight: bold; text-align: left;">Animals and Method</span>\n\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\n\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\n\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\n\n<strong>Enrichment</strong>\n\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations (photo 4).\n\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\n\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\n\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\n\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\n\n<strong>Results</strong>\n\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\n\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\n\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\n\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\n\n<strong>Discussion</strong>\n\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\n\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\n\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\n\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\n\n<strong>Acknowledgements</strong>\n\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\n\n<strong>Bibliography</strong>\n\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\n\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\n\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\n\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\n\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\n\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\n\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\n\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\n\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\n\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\n\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-20', '', '', '2012-02-02 11:15:58', '2012-02-02 16:15:58', '', 2317, 'http://aazk.org/uncategorized/2317-revision-20/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2326, 2, '2012-02-02 10:58:53', '2012-02-02 15:58:53', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\n\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\n<em> Lemur catta and Eulemur fulvus rufus</em>\n<em> Smithsonian’s National Zoological Park</em>\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\n\n<strong>Introduction</strong>\n\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2325" title="lemur_island1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island1.jpg" alt="lemur_island1" width="600" height="450" />\n\nPhoto 1: Lemur Island front view - 6,968 sq.\n\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\n\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\n\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\n\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\n\n<strong>Animals and Method</strong>\n\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\n\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\n\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\n\n<strong>Enrichment</strong>\n\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations (photo 4).\n\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\n\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\n\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\n\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\n\n<strong>Results</strong>\n\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\n\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\n\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\n\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\n\n<strong>Discussion</strong>\n\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\n\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\n\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\n\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\n\n<strong>Acknowledgements</strong>\n\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\n\n<strong>Bibliography</strong>\n\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\n\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\n\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\n\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\n\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\n\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\n\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\n\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\n\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\n\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\n\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-7', '', '', '2012-02-02 10:58:53', '2012-02-02 15:58:53', '', 2317, 'http://aazk.org/uncategorized/2317-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2327, 2, '2012-02-02 10:59:39', '2012-02-02 15:59:39', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\r\n<em> Lemur catta and Eulemur fulvus rufus</em>\r\n<em> Smithsonian’s National Zoological Park</em>\r\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2325" title="lemur_island1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island1.jpg" alt="lemur_island1" width="600" height="450" />\r\n\r\n<strong>Photo 1:</strong> Lemur Island front view - 6,968 sq. ft.; moat - 3,490 sq. ft.\r\n\r\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\r\n\r\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\r\n\r\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\r\n\r\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\r\n\r\n<strong>Animals and Method</strong>\r\n\r\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\r\n\r\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\r\n\r\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\r\n\r\n<strong>Enrichment</strong>\r\n\r\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations (photo 4).\r\n\r\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\r\n\r\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\r\n\r\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\r\n\r\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\r\n\r\n<strong>Results</strong>\r\n\r\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\r\n\r\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\r\n\r\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\r\n\r\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\r\n\r\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\r\n\r\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\r\n\r\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\r\n\r\n<strong>Acknowledgements</strong>\r\n\r\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\r\n\r\n<strong>Bibliography</strong>\r\n\r\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\r\n\r\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\r\n\r\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\r\n\r\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\r\n\r\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\r\n\r\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\r\n\r\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\r\n\r\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\r\n\r\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\r\n\r\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-8', '', '', '2012-02-02 10:59:39', '2012-02-02 15:59:39', '', 2317, 'http://aazk.org/uncategorized/2317-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2328, 2, '2012-02-02 11:01:38', '2012-02-02 16:01:38', '', 'rtlemur1', 0, '', 'inherit', 'closed', 'closed', '', 'rtlemur1', '', '', '2012-02-02 11:01:38', '2012-02-02 16:01:38', '', 2317, 'http://aazk.org/wp-content/uploads/rtlemur1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2329, 2, '2012-02-02 11:02:25', '2012-02-02 16:02:25', '', 'lemur', 0, '', 'inherit', 'closed', 'closed', '', 'lemur', '', '', '2012-02-02 11:02:25', '2012-02-02 16:02:25', '', 2317, 'http://aazk.org/wp-content/uploads/lemur.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2330, 2, '2012-02-02 10:59:49', '2012-02-02 15:59:49', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\r\n<em> Lemur catta and Eulemur fulvus rufus</em>\r\n<em> Smithsonian’s National Zoological Park</em>\r\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2325" title="lemur_island1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island1.jpg" alt="lemur_island1" width="600" height="450" />\r\n\r\n<strong>Photo 1:</strong> Lemur Island front view - 6,968 sq. ft.; moat - 3,490 sq. ft.\r\n\r\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\r\n\r\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\r\n\r\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\r\n\r\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\r\n\r\n<strong>Animals and Method</strong>\r\n\r\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\r\n\r\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\r\n\r\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\r\n\r\n<strong>Enrichment</strong>\r\n\r\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations (photo 4).\r\n\r\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\r\n\r\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\r\n\r\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\r\n\r\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\r\n\r\n<strong>Results</strong>\r\n\r\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\r\n\r\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\r\n\r\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\r\n\r\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\r\n\r\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\r\n\r\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\r\n\r\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\r\n\r\n<strong>Acknowledgements</strong>\r\n\r\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\r\n\r\n<strong>Bibliography</strong>\r\n\r\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\r\n\r\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\r\n\r\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\r\n\r\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\r\n\r\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\r\n\r\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\r\n\r\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\r\n\r\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\r\n\r\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\r\n\r\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-9', '', '', '2012-02-02 10:59:49', '2012-02-02 15:59:49', '', 2317, 'http://aazk.org/uncategorized/2317-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2331, 2, '2012-02-02 11:04:42', '2012-02-02 16:04:42', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\r\n<em> Lemur catta and Eulemur fulvus rufus</em>\r\n<em> Smithsonian’s National Zoological Park</em>\r\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2325" title="lemur_island1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island1.jpg" alt="lemur_island1" width="600" height="450" />\r\n\r\n<strong>Photo 1:</strong> Lemur Island front view - 6,968 sq. ft.; moat - 3,490 sq. ft.\r\n\r\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\r\n\r\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\r\n\r\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\r\n\r\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\r\n\r\n<img class="alignleft size-medium wp-image-2328" title="rtlemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur1-300x225.jpg" alt="rtlemur1" width="300" height="225" /> <img class="alignright size-medium wp-image-2329" title="lemur" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur-300x237.jpg" alt="lemur" width="300" height="237" />\r\n\r\n<strong>Photo 2: </strong>Ring-tailed lemurs, <em>Lemur catta </em><strong>Photo 3:</strong> Red-fronted lemurs; <em>Eulemur fulvus rufus</em>\r\n\r\n<strong>Animals and Method</strong>\r\n\r\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\r\n\r\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\r\n\r\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\r\n\r\n<strong>Enrichment</strong>\r\n\r\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations (photo 4).\r\n\r\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\r\n\r\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\r\n\r\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\r\n\r\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\r\n\r\n<strong>Results</strong>\r\n\r\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\r\n\r\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\r\n\r\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\r\n\r\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\r\n\r\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\r\n\r\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\r\n\r\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\r\n\r\n<strong>Acknowledgements</strong>\r\n\r\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\r\n\r\n<strong>Bibliography</strong>\r\n\r\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\r\n\r\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\r\n\r\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\r\n\r\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\r\n\r\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\r\n\r\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\r\n\r\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\r\n\r\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\r\n\r\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\r\n\r\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-10', '', '', '2012-02-02 11:04:42', '2012-02-02 16:04:42', '', 2317, 'http://aazk.org/uncategorized/2317-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2332, 2, '2012-02-02 11:05:12', '2012-02-02 16:05:12', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\r\n<em> Lemur catta and Eulemur fulvus rufus</em>\r\n<em> Smithsonian’s National Zoological Park</em>\r\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2325" title="lemur_island1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island1.jpg" alt="lemur_island1" width="600" height="450" />\r\n\r\n<strong>Photo 1:</strong> Lemur Island front view - 6,968 sq. ft.; moat - 3,490 sq. ft.\r\n\r\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\r\n\r\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\r\n\r\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\r\n\r\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\r\n\r\n<img class="alignleft size-medium wp-image-2328" title="rtlemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur1-300x225.jpg" alt="rtlemur1" width="300" height="225" /> <img class="alignright size-medium wp-image-2329" title="lemur" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur-300x237.jpg" alt="lemur" width="300" height="237" />\r\n\r\n<strong>Photo 2: </strong>Ring-tailed lemurs, <em>Lemur catta </em><strong>Photo 3:</strong> Red-fronted lemurs; <em>Eulemur fulvus rufus</em>\r\n\r\n<strong>Animals and Method</strong>\r\n\r\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\r\n\r\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\r\n\r\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\r\n\r\n<strong>Enrichment</strong>\r\n\r\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations (photo 4).\r\n\r\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\r\n\r\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\r\n\r\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\r\n\r\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\r\n\r\n<strong>Results</strong>\r\n\r\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\r\n\r\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\r\n\r\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\r\n\r\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\r\n\r\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\r\n\r\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\r\n\r\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\r\n\r\n<strong>Acknowledgements</strong>\r\n\r\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\r\n\r\n<strong>Bibliography</strong>\r\n\r\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\r\n\r\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\r\n\r\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\r\n\r\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\r\n\r\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\r\n\r\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\r\n\r\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\r\n\r\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\r\n\r\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\r\n\r\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-11', '', '', '2012-02-02 11:05:12', '2012-02-02 16:05:12', '', 2317, 'http://aazk.org/uncategorized/2317-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2334, 2, '2012-02-02 11:07:13', '2012-02-02 16:07:13', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\n\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\n<em> Lemur catta and Eulemur fulvus rufus</em>\n<em> Smithsonian’s National Zoological Park</em>\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\n\n<strong>Introduction</strong>\n\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2325" title="lemur_island1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island1.jpg" alt="lemur_island1" width="600" height="450" />\n\n<strong>Photo 1:</strong> Lemur Island front view - 6,968 sq. ft.; moat - 3,490 sq. ft.\n\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\n\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\n\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\n\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\n\n<strong>Photo 2: </strong>Ring-tailed lemurs, <em>Lemur catta</em>\n\n<img class="alignleft size-medium wp-image-2328" title="rtlemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur1-300x225.jpg" alt="rtlemur1" width="300" height="225" /> <img class="alignright size-medium wp-image-2329" title="lemur" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur-300x237.jpg" alt="lemur" width="300" height="237" /><strong>Photo 3:</strong> Red-fronted lemurs; <em>Eulemur fulvus rufus</em>\n\n<strong>Animals and Method</strong>\n\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\n\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\n\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\n\n<strong>Enrichment</strong>\n\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations (photo 4).\n\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\n\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\n\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\n\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\n\n<strong>Results</strong>\n\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\n\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\n\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\n\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\n\n<strong>Discussion</strong>\n\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\n\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\n\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\n\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\n\n<strong>Acknowledgements</strong>\n\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\n\n<strong>Bibliography</strong>\n\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\n\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\n\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\n\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\n\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\n\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\n\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\n\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\n\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\n\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\n\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-13', '', '', '2012-02-02 11:07:13', '2012-02-02 16:07:13', '', 2317, 'http://aazk.org/uncategorized/2317-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2333, 2, '2012-02-02 11:06:07', '2012-02-02 16:06:07', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\r\n<em> Lemur catta and Eulemur fulvus rufus</em>\r\n<em> Smithsonian’s National Zoological Park</em>\r\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2325" title="lemur_island1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island1.jpg" alt="lemur_island1" width="600" height="450" />\r\n\r\n<strong>Photo 1:</strong> Lemur Island front view - 6,968 sq. ft.; moat - 3,490 sq. ft.\r\n\r\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\r\n\r\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\r\n\r\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\r\n\r\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\r\n\r\n<img class="alignleft size-medium wp-image-2328" title="rtlemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur1-300x225.jpg" alt="rtlemur1" width="300" height="225" /> <img class="alignright size-medium wp-image-2329" title="lemur" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur-300x237.jpg" alt="lemur" width="300" height="237" />\r\n\r\n\r\n\r\n\r\n\r\n<strong>Photo 2: </strong>Ring-tailed lemurs, <em>Lemur catta </em><strong>Photo 3:</strong> Red-fronted lemurs; <em>Eulemur fulvus rufus</em>\r\n\r\n<strong>Animals and Method</strong>\r\n\r\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\r\n\r\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\r\n\r\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\r\n\r\n<strong>Enrichment</strong>\r\n\r\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations (photo 4).\r\n\r\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\r\n\r\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\r\n\r\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\r\n\r\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\r\n\r\n<strong>Results</strong>\r\n\r\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\r\n\r\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\r\n\r\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\r\n\r\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\r\n\r\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\r\n\r\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\r\n\r\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\r\n\r\n<strong>Acknowledgements</strong>\r\n\r\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\r\n\r\n<strong>Bibliography</strong>\r\n\r\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\r\n\r\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\r\n\r\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\r\n\r\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\r\n\r\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\r\n\r\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\r\n\r\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\r\n\r\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\r\n\r\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\r\n\r\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-12', '', '', '2012-02-02 11:06:07', '2012-02-02 16:06:07', '', 2317, 'http://aazk.org/uncategorized/2317-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2335, 2, '2012-02-02 11:08:14', '2012-02-02 16:08:14', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\n\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\n<em> Lemur catta and Eulemur fulvus rufus</em>\n<em> Smithsonian’s National Zoological Park</em>\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\n\n<strong>Introduction</strong>\n\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2325" title="lemur_island1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island1.jpg" alt="lemur_island1" width="600" height="450" />\n\n<strong>Photo 1:</strong> Lemur Island front view - 6,968 sq. ft.; moat - 3,490 sq. ft.\n\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\n\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\n\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\n\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\n\n<strong><strong>Photo 2:</strong> </strong>Ring-tailed lemurs, <em><em>Lemur catta</em></em>\n\n<img class="size-medium wp-image-2328 alignnone" title="rtlemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur1-300x225.jpg" alt="rtlemur1" width="300" height="225" /> <img class="alignright size-medium wp-image-2329" title="lemur" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur-300x237.jpg" alt="lemur" width="300" height="237" /><strong>\n</strong>\n\n<strong>Animals and Method</strong>\n\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\n\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\n\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\n\n<strong>Enrichment</strong>\n\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations (photo 4).\n\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\n\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\n\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\n\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\n\n<strong>Results</strong>\n\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\n\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\n\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\n\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\n\n<strong>Discussion</strong>\n\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\n\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\n\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\n\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\n\n<strong>Acknowledgements</strong>\n\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\n\n<strong>Bibliography</strong>\n\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\n\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\n\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\n\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\n\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\n\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\n\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\n\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\n\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\n\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\n\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-14', '', '', '2012-02-02 11:08:14', '2012-02-02 16:08:14', '', 2317, 'http://aazk.org/uncategorized/2317-revision-14/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2336, 2, '2012-02-02 11:10:12', '2012-02-02 16:10:12', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\r\n<em> Lemur catta and Eulemur fulvus rufus</em>\r\n<em> Smithsonian’s National Zoological Park</em>\r\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2325" title="lemur_island1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island1.jpg" alt="lemur_island1" width="600" height="450" />\r\n\r\n<strong>Photo 1:</strong> Lemur Island front view - 6,968 sq. ft.; moat - 3,490 sq. ft.\r\n\r\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\r\n\r\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\r\n\r\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\r\n\r\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\r\n\r\n<strong>\r\n</strong>\r\n\r\n<img class="size-medium wp-image-2328 alignnone" title="rtlemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur1-300x225.jpg" alt="rtlemur1" width="300" height="225" /> <img class="alignright size-medium wp-image-2329" title="lemur" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur-300x237.jpg" alt="lemur" width="300" height="237" /><strong>\r\n</strong>\r\n\r\n<span><strong>Photo 2:</strong></span> Ring-tailed lemurs, <span><em>Lemur catta </em><strong>Photo 3:</strong> Red-fronted lemurs,<em> Eulemur fulvus rufus</em></span>\r\n\r\n<strong><em></em>Animals and Method</strong>\r\n\r\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\r\n\r\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\r\n\r\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\r\n\r\n<strong>Enrichment</strong>\r\n\r\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations (photo 4).\r\n\r\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\r\n\r\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\r\n\r\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\r\n\r\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\r\n\r\n<strong>Results</strong>\r\n\r\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\r\n\r\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\r\n\r\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\r\n\r\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\r\n\r\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\r\n\r\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\r\n\r\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\r\n\r\n<strong>Acknowledgements</strong>\r\n\r\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\r\n\r\n<strong>Bibliography</strong>\r\n\r\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\r\n\r\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\r\n\r\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\r\n\r\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\r\n\r\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\r\n\r\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\r\n\r\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\r\n\r\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\r\n\r\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\r\n\r\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-15', '', '', '2012-02-02 11:10:12', '2012-02-02 16:10:12', '', 2317, 'http://aazk.org/uncategorized/2317-revision-15/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2340, 2, '2012-02-02 11:14:30', '2012-02-02 16:14:30', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\r\n<em> Lemur catta and Eulemur fulvus rufus</em>\r\n<em> Smithsonian’s National Zoological Park</em>\r\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”\r\n\r\n<strong>\r\n</strong>\r\n\r\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\r\n\r\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\r\n\r\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\r\n\r\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\r\n\r\n<span style="font-weight: bold; text-align: left;">Animals and Method</span>\r\n\r\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\r\n\r\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\r\n\r\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\r\n\r\n<strong>Enrichment</strong>\r\n\r\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations (photo 4).\r\n\r\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\r\n\r\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\r\n\r\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\r\n\r\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\r\n\r\n<strong>Results</strong>\r\n\r\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\r\n\r\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\r\n\r\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\r\n\r\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\r\n\r\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\r\n\r\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\r\n\r\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\r\n\r\n<strong>Acknowledgements</strong>\r\n\r\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\r\n\r\n<strong>Bibliography</strong>\r\n\r\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\r\n\r\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\r\n\r\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\r\n\r\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\r\n\r\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\r\n\r\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\r\n\r\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\r\n\r\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\r\n\r\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\r\n\r\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-19', '', '', '2012-02-02 11:14:30', '2012-02-02 16:14:30', '', 2317, 'http://aazk.org/uncategorized/2317-revision-19/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2337, 2, '2012-02-02 11:10:46', '2012-02-02 16:10:46', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\r\n<em> Lemur catta and Eulemur fulvus rufus</em>\r\n<em> Smithsonian’s National Zoological Park</em>\r\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2325" title="lemur_island1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island1.jpg" alt="lemur_island1" width="600" height="450" />\r\n\r\n<strong>Photo 1:</strong> Lemur Island front view - 6,968 sq. ft.; moat - 3,490 sq. ft.\r\n\r\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\r\n\r\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\r\n\r\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\r\n\r\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\r\n\r\n<strong>\r\n</strong>\r\n\r\n<img class="size-medium wp-image-2328 alignnone" title="rtlemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur1-300x225.jpg" alt="rtlemur1" width="300" height="225" /> <img class="alignright size-medium wp-image-2329" title="lemur" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur-300x237.jpg" alt="lemur" width="300" height="237" /><strong>\r\n</strong>\r\n<p style="text-align: right;"><span><strong>Photo 2:</strong></span> Ring-tailed lemurs, <span><em>Lemur catta </em><strong>Photo 3:</strong> Red-fronted lemurs,<em> Eulemur fulvus rufus</em></span></p>\r\n\r\n<strong><em></em>Animals and Method</strong>\r\n\r\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\r\n\r\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\r\n\r\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\r\n\r\n<strong>Enrichment</strong>\r\n\r\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations (photo 4).\r\n\r\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\r\n\r\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\r\n\r\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\r\n\r\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\r\n\r\n<strong>Results</strong>\r\n\r\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\r\n\r\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\r\n\r\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\r\n\r\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\r\n\r\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\r\n\r\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\r\n\r\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\r\n\r\n<strong>Acknowledgements</strong>\r\n\r\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\r\n\r\n<strong>Bibliography</strong>\r\n\r\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\r\n\r\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\r\n\r\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\r\n\r\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\r\n\r\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\r\n\r\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\r\n\r\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\r\n\r\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\r\n\r\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\r\n\r\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-16', '', '', '2012-02-02 11:10:46', '2012-02-02 16:10:46', '', 2317, 'http://aazk.org/uncategorized/2317-revision-16/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2338, 2, '2012-02-02 11:11:09', '2012-02-02 16:11:09', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\r\n<em> Lemur catta and Eulemur fulvus rufus</em>\r\n<em> Smithsonian’s National Zoological Park</em>\r\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2325" title="lemur_island1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island1.jpg" alt="lemur_island1" width="600" height="450" />\r\n\r\n<strong>Photo 1:</strong> Lemur Island front view - 6,968 sq. ft.; moat - 3,490 sq. ft.\r\n\r\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\r\n\r\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\r\n\r\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\r\n\r\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\r\n\r\n<strong>\r\n</strong>\r\n\r\n<img class="size-medium wp-image-2328 alignnone" title="rtlemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur1-300x225.jpg" alt="rtlemur1" width="300" height="225" /> <img class="alignright size-medium wp-image-2329" title="lemur" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur-300x237.jpg" alt="lemur" width="300" height="237" /><strong>\r\n</strong>\r\n<p style="text-align: left;"><span><strong>Photo 2:</strong></span> Ring-tailed lemurs, <span><em>Lemur catta </em><strong>Photo 3:</strong> Red-fronted lemurs,<em> Eulemur fulvus rufus</em></span></p>\r\n\r\n<strong><em></em>Animals and Method</strong>\r\n\r\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\r\n\r\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\r\n\r\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\r\n\r\n<strong>Enrichment</strong>\r\n\r\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations (photo 4).\r\n\r\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\r\n\r\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\r\n\r\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\r\n\r\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\r\n\r\n<strong>Results</strong>\r\n\r\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\r\n\r\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\r\n\r\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\r\n\r\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\r\n\r\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\r\n\r\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\r\n\r\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\r\n\r\n<strong>Acknowledgements</strong>\r\n\r\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\r\n\r\n<strong>Bibliography</strong>\r\n\r\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\r\n\r\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\r\n\r\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\r\n\r\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\r\n\r\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\r\n\r\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\r\n\r\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\r\n\r\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\r\n\r\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\r\n\r\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-17', '', '', '2012-02-02 11:11:09', '2012-02-02 16:11:09', '', 2317, 'http://aazk.org/uncategorized/2317-revision-17/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2339, 2, '2012-02-02 11:13:40', '2012-02-02 16:13:40', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\r\n<em> Lemur catta and Eulemur fulvus rufus</em>\r\n<em> Smithsonian’s National Zoological Park</em>\r\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2325" title="lemur_island1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island1.jpg" alt="lemur_island1" width="600" height="450" />\r\n\r\n<strong>Photo 1:</strong> Lemur Island front view - 6,968 sq. ft.; moat - 3,490 sq. ft.\r\n\r\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\r\n\r\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\r\n\r\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\r\n\r\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\r\n\r\n<strong>\r\n</strong>\r\n\r\n<img class="size-medium wp-image-2328 alignnone" title="rtlemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur1-300x225.jpg" alt="rtlemur1" width="300" height="225" /> <img class="alignright size-medium wp-image-2329" title="lemur" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur-300x237.jpg" alt="lemur" width="300" height="237" /><strong>\r\n</strong>\r\n<p style="text-align: left;"><span><strong>Photo 2:</strong></span> Ring-tailed lemurs, <span><em>Lemur catta </em><strong>Photo 3:</strong> Red-fronted lemurs,<em> Eulemur fulvus rufus</em></span></p>\r\n\r\n<strong><em></em>Animals and Method</strong>\r\n\r\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\r\n\r\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\r\n\r\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\r\n\r\n<strong>Enrichment</strong>\r\n\r\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations (photo 4).\r\n\r\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\r\n\r\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\r\n\r\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\r\n\r\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\r\n\r\n<strong>Results</strong>\r\n\r\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\r\n\r\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\r\n\r\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\r\n\r\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\r\n\r\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\r\n\r\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\r\n\r\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\r\n\r\n<strong>Acknowledgements</strong>\r\n\r\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\r\n\r\n<strong>Bibliography</strong>\r\n\r\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\r\n\r\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\r\n\r\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\r\n\r\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\r\n\r\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\r\n\r\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\r\n\r\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\r\n\r\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\r\n\r\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\r\n\r\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-18', '', '', '2012-02-02 11:13:40', '2012-02-02 16:13:40', '', 2317, 'http://aazk.org/uncategorized/2317-revision-18/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2342, 2, '2012-01-12 17:01:01', '2012-01-12 22:01:01', '<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2><strong>Total Funds Raised to Date: <span style="color: #ff0000;">$4,002,883</span></strong></h2>\r\n<h2><strong><strong>2011 Funds Raised to Date: <span style="color: #ff0000;">$279,553\r\n</span></strong></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<span style="text-decoration: underline;">Links</span>\r\n\r\nIf your chapter would like to check your totals you can do so here: <a href="http://aazkbfr.org/bfrsites">http://aazkbfr.org/bfrsites</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2012-01-12 17:01:01', '2012-01-12 22:01:01', '', 168, 'http://aazk.org/uncategorized/168-revision-37/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2343, 2, '2012-02-02 18:11:06', '2012-02-02 23:11:06', '<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2><strong>Total Funds Raised to Date: <span style="color: #ff0000;">$4,003,344</span></strong></h2>\r\n<h2><strong><strong>2011 Funds Raised to Date: <span style="color: #ff0000;">$280,014\r\n</span></strong></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<span style="text-decoration: underline;">Links</span>\r\n\r\nIf your chapter would like to check your totals you can do so here: <a href="http://aazkbfr.org/bfrsites">http://aazkbfr.org/bfrsites</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2012-02-02 18:11:06', '2012-02-02 23:11:06', '', 168, 'http://aazk.org/uncategorized/168-revision-38/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2344, 2, '2012-02-03 18:32:17', '2012-02-03 23:32:17', '', 'lemur_island2', 0, '', 'inherit', 'closed', 'closed', '', 'lemur_island2', '', '', '2012-02-03 18:32:17', '2012-02-03 23:32:17', '', 2317, 'http://aazk.org/wp-content/uploads/lemur_island2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2345, 2, '2012-02-03 18:33:24', '2012-02-03 23:33:24', '', 'rtlemur11', 0, '', 'inherit', 'closed', 'closed', '', 'rtlemur11', '', '', '2012-02-03 18:33:24', '2012-02-03 23:33:24', '', 2317, 'http://aazk.org/wp-content/uploads/rtlemur11.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2346, 2, '2012-02-03 18:34:10', '2012-02-03 23:34:10', '', 'lemur1', 0, '', 'inherit', 'closed', 'closed', '', 'lemur1', '', '', '2012-02-03 18:34:10', '2012-02-03 23:34:10', '', 2317, 'http://aazk.org/wp-content/uploads/lemur1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2347, 2, '2012-02-03 18:33:50', '2012-02-03 23:33:50', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\n\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\n<em> Lemur catta and Eulemur fulvus rufus</em>\n<em> Smithsonian’s National Zoological Park</em>\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\n\n<strong>Introduction</strong>\n\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2344" title="lemur_island2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island2.jpg" alt="lemur_island2" width="604" height="485" />\n\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\n\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\n\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\n\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\n\n<img class="alignleft size-full wp-image-2345" title="rtlemur11" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur11.jpg" alt="rtlemur11" width="428" height="344" />\n\n<span style="font-weight: bold; text-align: left;">Animals and Method</span>\n\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\n\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\n\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\n\n<strong>Enrichment</strong>\n\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations (photo 4).\n\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\n\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\n\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\n\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\n\n<strong>Results</strong>\n\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\n\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\n\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\n\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\n\n<strong>Discussion</strong>\n\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\n\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\n\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\n\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\n\n<strong>Acknowledgements</strong>\n\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\n\n<strong>Bibliography</strong>\n\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\n\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\n\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\n\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\n\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\n\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\n\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\n\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\n\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\n\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\n\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-21', '', '', '2012-02-03 18:33:50', '2012-02-03 23:33:50', '', 2317, 'http://aazk.org/uncategorized/2317-revision-21/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2349, 2, '2012-02-03 18:37:25', '2012-02-03 23:37:25', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\n\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\n<em> Lemur catta and Eulemur fulvus rufus</em>\n<em> Smithsonian’s National Zoological Park</em>\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\n\n<strong>Introduction</strong>\n\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2344" title="lemur_island2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island2.jpg" alt="lemur_island2" width="604" height="485" />\n\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\n\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\n\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\n\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\n\n<img class="alignleft size-full wp-image-2345" title="rtlemur11" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur11.jpg" alt="rtlemur11" width="428" height="344" />\n\n<img class="alignright size-full wp-image-2346" title="lemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur1.jpg" alt="lemur1" width="431" height="350" />\n\n<strong>Animals and Methods</strong>\n\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\n\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\n\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\n\n<strong>Enrichment</strong>\n\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations (photo 4).\n\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\n\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\n\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\n\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\n\n<strong>Results</strong>\n\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\n\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\n\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\n\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\n\n<strong>Discussion</strong>\n\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\n\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\n\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\n\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\n\n<strong>Acknowledgements</strong>\n\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\n\n<strong>Bibliography</strong>\n\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\n\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\n\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\n\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\n\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\n\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\n\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\n\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\n\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\n\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\n\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-23', '', '', '2012-02-03 18:37:25', '2012-02-03 23:37:25', '', 2317, 'http://aazk.org/uncategorized/2317-revision-23/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2348, 2, '2012-02-03 18:34:37', '2012-02-03 23:34:37', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\r\n<em> Lemur catta and Eulemur fulvus rufus</em>\r\n<em> Smithsonian’s National Zoological Park</em>\r\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2344" title="lemur_island2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island2.jpg" alt="lemur_island2" width="604" height="485" />\r\n\r\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\r\n\r\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\r\n\r\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\r\n\r\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\r\n\r\n<img class="alignleft size-full wp-image-2345" title="rtlemur11" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur11.jpg" alt="rtlemur11" width="428" height="344" />\r\n\r\n<img class="alignright size-full wp-image-2346" title="lemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur1.jpg" alt="lemur1" width="616" height="500" />\r\n\r\n<span style="font-weight: bold; text-align: left;">Animals and Method</span>\r\n\r\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\r\n\r\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\r\n\r\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\r\n\r\n<strong>Enrichment</strong>\r\n\r\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations (photo 4).\r\n\r\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\r\n\r\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\r\n\r\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\r\n\r\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\r\n\r\n<strong>Results</strong>\r\n\r\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\r\n\r\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\r\n\r\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\r\n\r\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\r\n\r\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\r\n\r\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\r\n\r\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\r\n\r\n<strong>Acknowledgements</strong>\r\n\r\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\r\n\r\n<strong>Bibliography</strong>\r\n\r\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\r\n\r\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\r\n\r\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\r\n\r\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\r\n\r\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\r\n\r\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\r\n\r\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\r\n\r\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\r\n\r\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\r\n\r\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-22', '', '', '2012-02-03 18:34:37', '2012-02-03 23:34:37', '', 2317, 'http://aazk.org/uncategorized/2317-revision-22/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2350, 2, '2012-02-03 18:38:10', '2012-02-03 23:38:10', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\r\n<em> Lemur catta and Eulemur fulvus rufus</em>\r\n<em> Smithsonian’s National Zoological Park</em>\r\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2344" title="lemur_island2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island2.jpg" alt="lemur_island2" width="604" height="485" />\r\n\r\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\r\n\r\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\r\n\r\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\r\n\r\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\r\n\r\n<img class="alignleft size-full wp-image-2345" title="rtlemur11" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur11.jpg" alt="rtlemur11" width="428" height="344" />\r\n\r\n<img class="alignright size-full wp-image-2346" title="lemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur1.jpg" alt="lemur1" width="431" height="350" />\r\n\r\n\r\n<br><br><strong>Animals and Methods</strong>\r\n\r\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\r\n\r\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\r\n\r\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\r\n\r\n<strong>Enrichment</strong>\r\n\r\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations (photo 4).\r\n\r\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\r\n\r\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\r\n\r\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\r\n\r\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\r\n\r\n<strong>Results</strong>\r\n\r\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\r\n\r\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\r\n\r\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\r\n\r\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\r\n\r\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\r\n\r\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\r\n\r\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\r\n\r\n<strong>Acknowledgements</strong>\r\n\r\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\r\n\r\n<strong>Bibliography</strong>\r\n\r\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\r\n\r\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\r\n\r\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\r\n\r\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\r\n\r\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\r\n\r\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\r\n\r\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\r\n\r\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\r\n\r\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\r\n\r\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-24', '', '', '2012-02-03 18:38:10', '2012-02-03 23:38:10', '', 2317, 'http://aazk.org/uncategorized/2317-revision-24/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2351, 2, '2012-02-03 18:39:35', '2012-02-03 23:39:35', '', 'ethogram', 0, '', 'inherit', 'closed', 'closed', '', 'ethogram', '', '', '2012-02-03 18:39:35', '2012-02-03 23:39:35', '', 2317, 'http://aazk.org/wp-content/uploads/ethogram.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2352, 2, '2012-02-03 18:38:27', '2012-02-03 23:38:27', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\r\n<em> Lemur catta and Eulemur fulvus rufus</em>\r\n<em> Smithsonian’s National Zoological Park</em>\r\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2344" title="lemur_island2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island2.jpg" alt="lemur_island2" width="604" height="485" />\r\n\r\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\r\n\r\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\r\n\r\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\r\n\r\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\r\n\r\n<img class="alignleft size-full wp-image-2345" title="rtlemur11" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur11.jpg" alt="rtlemur11" width="428" height="344" />\r\n\r\n<img class="alignright size-full wp-image-2346" title="lemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur1.jpg" alt="lemur1" width="431" height="350" />\r\n\r\n<strong>Animals and Methods</strong>\r\n\r\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\r\n\r\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\r\n\r\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\r\n\r\n<strong>Enrichment</strong>\r\n\r\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations (photo 4).\r\n\r\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\r\n\r\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\r\n\r\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\r\n\r\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\r\n\r\n<strong>Results</strong>\r\n\r\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\r\n\r\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\r\n\r\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\r\n\r\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\r\n\r\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\r\n\r\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\r\n\r\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\r\n\r\n<strong>Acknowledgements</strong>\r\n\r\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\r\n\r\n<strong>Bibliography</strong>\r\n\r\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\r\n\r\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\r\n\r\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\r\n\r\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\r\n\r\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\r\n\r\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\r\n\r\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\r\n\r\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\r\n\r\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\r\n\r\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-25', '', '', '2012-02-03 18:38:27', '2012-02-03 23:38:27', '', 2317, 'http://aazk.org/uncategorized/2317-revision-25/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2353, 2, '2012-02-03 18:41:37', '2012-02-03 23:41:37', '', 'rtlemur', 0, '', 'inherit', 'closed', 'closed', '', 'rtlemur', '', '', '2012-02-03 18:41:37', '2012-02-03 23:41:37', '', 2317, 'http://aazk.org/wp-content/uploads/rtlemur.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2354, 2, '2012-02-03 18:42:19', '2012-02-03 23:42:19', '', 'ginger', 0, '', 'inherit', 'closed', 'closed', '', 'ginger', '', '', '2012-02-03 18:42:19', '2012-02-03 23:42:19', '', 2317, 'http://aazk.org/wp-content/uploads/ginger.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2355, 2, '2012-02-03 18:39:48', '2012-02-03 23:39:48', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\r\n<em> Lemur catta and Eulemur fulvus rufus</em>\r\n<em> Smithsonian’s National Zoological Park</em>\r\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2344" title="lemur_island2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island2.jpg" alt="lemur_island2" width="604" height="485" />\r\n\r\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\r\n\r\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\r\n\r\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\r\n\r\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\r\n\r\n<img class="alignleft size-full wp-image-2345" title="rtlemur11" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur11.jpg" alt="rtlemur11" width="428" height="344" />\r\n\r\n<img class="alignright size-full wp-image-2346" title="lemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur1.jpg" alt="lemur1" width="431" height="350" />\r\n\r\n<strong>Animals and Methods</strong>\r\n\r\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\r\n\r\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\r\n\r\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\r\n\r\n<img class="aligncenter size-full wp-image-2351" title="ethogram" src="http://aecetia.net/gws/aazk/wp-content/uploads/ethogram.jpg" alt="ethogram" width="573" height="205" />\r\n\r\n<strong>Enrichment</strong>\r\n\r\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations (photo 4).\r\n\r\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\r\n\r\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\r\n\r\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\r\n\r\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\r\n\r\n<strong>Results</strong>\r\n\r\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\r\n\r\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\r\n\r\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\r\n\r\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\r\n\r\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\r\n\r\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\r\n\r\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\r\n\r\n<strong>Acknowledgements</strong>\r\n\r\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\r\n\r\n<strong>Bibliography</strong>\r\n\r\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\r\n\r\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\r\n\r\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\r\n\r\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\r\n\r\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\r\n\r\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\r\n\r\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\r\n\r\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\r\n\r\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\r\n\r\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-26', '', '', '2012-02-03 18:39:48', '2012-02-03 23:39:48', '', 2317, 'http://aazk.org/uncategorized/2317-revision-26/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2356, 2, '2012-02-03 18:42:45', '2012-02-03 23:42:45', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\r\n<em> Lemur catta and Eulemur fulvus rufus</em>\r\n<em> Smithsonian’s National Zoological Park</em>\r\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2344" title="lemur_island2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island2.jpg" alt="lemur_island2" width="604" height="485" />\r\n\r\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\r\n\r\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\r\n\r\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\r\n\r\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\r\n\r\n<img class="alignleft size-full wp-image-2345" title="rtlemur11" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur11.jpg" alt="rtlemur11" width="428" height="344" />\r\n\r\n<img class="alignright size-full wp-image-2346" title="lemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur1.jpg" alt="lemur1" width="431" height="350" />\r\n\r\n<strong>Animals and Methods</strong>\r\n\r\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\r\n\r\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\r\n\r\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\r\n\r\n<img class="aligncenter size-full wp-image-2351" title="ethogram" src="http://aecetia.net/gws/aazk/wp-content/uploads/ethogram.jpg" alt="ethogram" width="573" height="205" />\r\n\r\n<strong>Enrichment</strong>\r\n\r\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations.\r\n\r\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\r\n\r\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\r\n\r\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\r\n\r\n<img class="alignleft size-full wp-image-2353" title="rtlemur" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur.jpg" alt="rtlemur" width="429" height="345" />\r\n\r\n<img class="alignright size-full wp-image-2354" title="ginger" src="http://aecetia.net/gws/aazk/wp-content/uploads/ginger.jpg" alt="ginger" width="610" height="486" />\r\n\r\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\r\n\r\n<strong>Results</strong>\r\n\r\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\r\n\r\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\r\n\r\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\r\n\r\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\r\n\r\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\r\n\r\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\r\n\r\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\r\n\r\n<strong>Acknowledgements</strong>\r\n\r\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\r\n\r\n<strong>Bibliography</strong>\r\n\r\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\r\n\r\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\r\n\r\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\r\n\r\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\r\n\r\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\r\n\r\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\r\n\r\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\r\n\r\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\r\n\r\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\r\n\r\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-27', '', '', '2012-02-03 18:42:45', '2012-02-03 23:42:45', '', 2317, 'http://aazk.org/uncategorized/2317-revision-27/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2358, 2, '2012-02-03 18:45:11', '2012-02-03 23:45:11', '', 'lemur2', 0, '', 'inherit', 'closed', 'closed', '', 'lemur2', '', '', '2012-02-03 18:45:11', '2012-02-03 23:45:11', '', 2317, 'http://aazk.org/wp-content/uploads/lemur2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2357, 2, '2012-02-03 18:43:26', '2012-02-03 23:43:26', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\r\n<em> Lemur catta and Eulemur fulvus rufus</em>\r\n<em> Smithsonian’s National Zoological Park</em>\r\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2344" title="lemur_island2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island2.jpg" alt="lemur_island2" width="604" height="485" />\r\n\r\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\r\n\r\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\r\n\r\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\r\n\r\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\r\n\r\n<img class="alignleft size-full wp-image-2345" title="rtlemur11" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur11.jpg" alt="rtlemur11" width="428" height="344" />\r\n\r\n<img class="alignright size-full wp-image-2346" title="lemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur1.jpg" alt="lemur1" width="431" height="350" />\r\n\r\n<strong>Animals and Methods</strong>\r\n\r\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\r\n\r\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\r\n\r\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\r\n\r\n<img class="aligncenter size-full wp-image-2351" title="ethogram" src="http://aecetia.net/gws/aazk/wp-content/uploads/ethogram.jpg" alt="ethogram" width="573" height="205" />\r\n\r\n<strong>Enrichment</strong>\r\n\r\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations.\r\n\r\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\r\n\r\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\r\n\r\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\r\n\r\n<img class="alignleft size-full wp-image-2353" title="rtlemur" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur.jpg" alt="rtlemur" width="429" height="345" />\r\n\r\n<img class="alignright size-full wp-image-2354" title="ginger" src="http://aecetia.net/gws/aazk/wp-content/uploads/ginger.jpg" alt="ginger" width="427" height="340" />\r\n\r\nThe\r\n\r\nGroup Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\r\n\r\n<strong>Results</strong>\r\n\r\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\r\n\r\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\r\n\r\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\r\n\r\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\r\n\r\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\r\n\r\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\r\n\r\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\r\n\r\n<strong>Acknowledgements</strong>\r\n\r\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\r\n\r\n<strong>Bibliography</strong>\r\n\r\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\r\n\r\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\r\n\r\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\r\n\r\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\r\n\r\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\r\n\r\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\r\n\r\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\r\n\r\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\r\n\r\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\r\n\r\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-28', '', '', '2012-02-03 18:43:26', '2012-02-03 23:43:26', '', 2317, 'http://aazk.org/uncategorized/2317-revision-28/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2359, 2, '2012-02-03 18:44:14', '2012-02-03 23:44:14', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\r\n<em> Lemur catta and Eulemur fulvus rufus</em>\r\n<em> Smithsonian’s National Zoological Park</em>\r\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2344" title="lemur_island2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island2.jpg" alt="lemur_island2" width="604" height="485" />\r\n\r\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\r\n\r\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\r\n\r\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\r\n\r\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\r\n\r\n<img class="alignleft size-full wp-image-2345" title="rtlemur11" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur11.jpg" alt="rtlemur11" width="428" height="344" />\r\n\r\n<img class="alignright size-full wp-image-2346" title="lemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur1.jpg" alt="lemur1" width="431" height="350" />\r\n\r\n<strong>Animals and Methods</strong>\r\n\r\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\r\n\r\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\r\n\r\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\r\n\r\n<img class="aligncenter size-full wp-image-2351" title="ethogram" src="http://aecetia.net/gws/aazk/wp-content/uploads/ethogram.jpg" alt="ethogram" width="573" height="205" />\r\n\r\n<strong>Enrichment</strong>\r\n\r\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations.\r\n\r\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\r\n\r\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\r\n\r\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\r\n\r\n<img class="alignleft size-full wp-image-2353" title="rtlemur" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur.jpg" alt="rtlemur" width="429" height="345" />\r\n\r\n<img class="alignright size-full wp-image-2354" title="ginger" src="http://aecetia.net/gws/aazk/wp-content/uploads/ginger.jpg" alt="ginger" width="427" height="340" />\r\n\r\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\r\n\r\n<strong>Results</strong>\r\n\r\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\r\n\r\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\r\n\r\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\r\n\r\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\r\n\r\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\r\n\r\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\r\n\r\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\r\n\r\n<strong>Acknowledgements</strong>\r\n\r\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\r\n\r\n<strong>Bibliography</strong>\r\n\r\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\r\n\r\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\r\n\r\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\r\n\r\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\r\n\r\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\r\n\r\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\r\n\r\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\r\n\r\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\r\n\r\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\r\n\r\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-29', '', '', '2012-02-03 18:44:14', '2012-02-03 23:44:14', '', 2317, 'http://aazk.org/uncategorized/2317-revision-29/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2360, 2, '2012-02-03 18:45:34', '2012-02-03 23:45:34', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\r\n<em> Lemur catta and Eulemur fulvus rufus</em>\r\n<em> Smithsonian’s National Zoological Park</em>\r\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2344" title="lemur_island2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island2.jpg" alt="lemur_island2" width="604" height="485" />\r\n\r\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\r\n\r\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\r\n\r\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\r\n\r\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\r\n\r\n<img class="alignleft size-full wp-image-2345" title="rtlemur11" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur11.jpg" alt="rtlemur11" width="428" height="344" />\r\n\r\n<img class="alignright size-full wp-image-2346" title="lemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur1.jpg" alt="lemur1" width="431" height="350" />\r\n\r\n<strong>Animals and Methods</strong>\r\n\r\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\r\n\r\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\r\n\r\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\r\n\r\n<img class="aligncenter size-full wp-image-2351" title="ethogram" src="http://aecetia.net/gws/aazk/wp-content/uploads/ethogram.jpg" alt="ethogram" width="573" height="205" />\r\n\r\n<strong>Enrichment</strong>\r\n\r\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations.\r\n\r\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\r\n\r\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\r\n\r\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\r\n\r\n<img class="alignleft size-full wp-image-2353" title="rtlemur" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur.jpg" alt="rtlemur" width="429" height="345" />\r\n\r\n<img class="alignright size-full wp-image-2354" title="ginger" src="http://aecetia.net/gws/aazk/wp-content/uploads/ginger.jpg" alt="ginger" width="427" height="340" />\r\n\r\n<img class="alignnone size-full wp-image-2358" title="lemur2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur2.jpg" alt="lemur2" width="431" height="424" />\r\n\r\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\r\n\r\n<strong>Results</strong>\r\n\r\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\r\n\r\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\r\n\r\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\r\n\r\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\r\n\r\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\r\n\r\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\r\n\r\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\r\n\r\n<strong>Acknowledgements</strong>\r\n\r\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\r\n\r\n<strong>Bibliography</strong>\r\n\r\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\r\n\r\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\r\n\r\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\r\n\r\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\r\n\r\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\r\n\r\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\r\n\r\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\r\n\r\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\r\n\r\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\r\n\r\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-30', '', '', '2012-02-03 18:45:34', '2012-02-03 23:45:34', '', 2317, 'http://aazk.org/uncategorized/2317-revision-30/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2361, 2, '2012-02-03 18:46:01', '2012-02-03 23:46:01', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\r\n<em> Lemur catta and Eulemur fulvus rufus</em>\r\n<em> Smithsonian’s National Zoological Park</em>\r\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2344" title="lemur_island2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island2.jpg" alt="lemur_island2" width="604" height="485" />\r\n\r\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\r\n\r\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\r\n\r\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\r\n\r\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\r\n\r\n<img class="alignleft size-full wp-image-2345" title="rtlemur11" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur11.jpg" alt="rtlemur11" width="428" height="344" />\r\n\r\n<img class="alignright size-full wp-image-2346" title="lemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur1.jpg" alt="lemur1" width="431" height="350" />\r\n\r\n<strong>Animals and Methods</strong>\r\n\r\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\r\n\r\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\r\n\r\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\r\n\r\n<img class="aligncenter size-full wp-image-2351" title="ethogram" src="http://aecetia.net/gws/aazk/wp-content/uploads/ethogram.jpg" alt="ethogram" width="573" height="205" />\r\n\r\n<strong>Enrichment</strong>\r\n\r\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations.\r\n\r\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\r\n\r\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\r\n\r\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\r\n\r\n<img class="alignleft size-full wp-image-2353" title="rtlemur" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur.jpg" alt="rtlemur" width="429" height="345" />\r\n\r\n<img class="alignright size-full wp-image-2354" title="ginger" src="http://aecetia.net/gws/aazk/wp-content/uploads/ginger.jpg" alt="ginger" width="427" height="340" />\r\n\r\n<img class="size-full wp-image-2358 alignleft" title="lemur2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur2.jpg" alt="lemur2" width="431" height="424" />\r\n\r\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\r\n\r\n<strong>Results</strong>\r\n\r\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\r\n\r\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\r\n\r\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\r\n\r\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\r\n\r\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\r\n\r\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\r\n\r\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\r\n\r\n<strong>Acknowledgements</strong>\r\n\r\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\r\n\r\n<strong>Bibliography</strong>\r\n\r\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\r\n\r\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\r\n\r\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\r\n\r\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\r\n\r\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\r\n\r\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\r\n\r\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\r\n\r\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\r\n\r\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\r\n\r\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-31', '', '', '2012-02-03 18:46:01', '2012-02-03 23:46:01', '', 2317, 'http://aazk.org/uncategorized/2317-revision-31/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2362, 2, '2012-02-03 18:46:33', '2012-02-03 23:46:33', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\r\n<em> Lemur catta and Eulemur fulvus rufus</em>\r\n<em> Smithsonian’s National Zoological Park</em>\r\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2344" title="lemur_island2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island2.jpg" alt="lemur_island2" width="604" height="485" />\r\n\r\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\r\n\r\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\r\n\r\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\r\n\r\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\r\n\r\n<img class="alignleft size-full wp-image-2345" title="rtlemur11" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur11.jpg" alt="rtlemur11" width="428" height="344" />\r\n\r\n<img class="alignright size-full wp-image-2346" title="lemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur1.jpg" alt="lemur1" width="431" height="350" />\r\n\r\n<strong>Animals and Methods</strong>\r\n\r\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\r\n\r\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\r\n\r\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\r\n\r\n<img class="aligncenter size-full wp-image-2351" title="ethogram" src="http://aecetia.net/gws/aazk/wp-content/uploads/ethogram.jpg" alt="ethogram" width="573" height="205" />\r\n\r\n<strong>Enrichment</strong>\r\n\r\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations.\r\n\r\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\r\n\r\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\r\n\r\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\r\n\r\n<img class="alignleft size-full wp-image-2353" title="rtlemur" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur.jpg" alt="rtlemur" width="429" height="345" />\r\n\r\n<img class="alignright size-full wp-image-2354" title="ginger" src="http://aecetia.net/gws/aazk/wp-content/uploads/ginger.jpg" alt="ginger" width="427" height="340" />\r\n\r\n<img class="size-full wp-image-2358 alignleft" title="lemur2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur2.jpg" alt="lemur2" width="431" height="424" />\r\n\r\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\r\n\r\n<strong>Results</strong>\r\n\r\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\r\n\r\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\r\n\r\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\r\n\r\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\r\n\r\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\r\n\r\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\r\n\r\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\r\n\r\n<strong>Acknowledgements</strong>\r\n\r\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\r\n\r\n<strong>Bibliography</strong>\r\n\r\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\r\n\r\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\r\n\r\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\r\n\r\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\r\n\r\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\r\n\r\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\r\n\r\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\r\n\r\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\r\n\r\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\r\n\r\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-32', '', '', '2012-02-03 18:46:33', '2012-02-03 23:46:33', '', 2317, 'http://aazk.org/uncategorized/2317-revision-32/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2363, 2, '2012-02-03 18:46:41', '2012-02-03 23:46:41', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\r\n<em> Lemur catta and Eulemur fulvus rufus</em>\r\n<em> Smithsonian’s National Zoological Park</em>\r\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2344" title="lemur_island2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island2.jpg" alt="lemur_island2" width="604" height="485" />\r\n\r\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\r\n\r\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\r\n\r\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\r\n\r\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\r\n\r\n<img class="alignleft size-full wp-image-2345" title="rtlemur11" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur11.jpg" alt="rtlemur11" width="428" height="344" />\r\n\r\n<img class="alignright size-full wp-image-2346" title="lemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur1.jpg" alt="lemur1" width="431" height="350" />\r\n\r\n<strong>Animals and Methods</strong>\r\n\r\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\r\n\r\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\r\n\r\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\r\n\r\n<img class="aligncenter size-full wp-image-2351" title="ethogram" src="http://aecetia.net/gws/aazk/wp-content/uploads/ethogram.jpg" alt="ethogram" width="573" height="205" />\r\n\r\n<strong>Enrichment</strong>\r\n\r\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations.\r\n\r\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\r\n\r\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\r\n\r\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\r\n\r\n<img class="alignleft size-full wp-image-2353" title="rtlemur" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur.jpg" alt="rtlemur" width="429" height="345" />\r\n\r\n<img class="alignright size-full wp-image-2354" title="ginger" src="http://aecetia.net/gws/aazk/wp-content/uploads/ginger.jpg" alt="ginger" width="427" height="340" />\r\n\r\n<img class="size-full wp-image-2358 alignleft" title="lemur2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur2.jpg" alt="lemur2" width="431" height="424" />\r\n\r\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\r\n\r\n<strong>Results</strong>\r\n\r\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\r\n\r\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\r\n\r\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\r\n\r\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\r\n\r\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\r\n\r\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\r\n\r\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\r\n\r\n<strong>Acknowledgements</strong>\r\n\r\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\r\n\r\n<strong>Bibliography</strong>\r\n\r\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\r\n\r\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\r\n\r\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\r\n\r\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\r\n\r\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\r\n\r\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\r\n\r\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\r\n\r\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\r\n\r\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\r\n\r\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-33', '', '', '2012-02-03 18:46:41', '2012-02-03 23:46:41', '', 2317, 'http://aazk.org/uncategorized/2317-revision-33/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2364, 2, '2012-02-03 18:48:47', '2012-02-03 23:48:47', '', 'chart1', 0, '', 'inherit', 'closed', 'closed', '', 'chart1', '', '', '2012-02-03 18:48:47', '2012-02-03 23:48:47', '', 2317, 'http://aazk.org/wp-content/uploads/chart1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2365, 2, '2012-02-03 18:49:22', '2012-02-03 23:49:22', '', 'chart2', 0, '', 'inherit', 'closed', 'closed', '', 'chart2', '', '', '2012-02-03 18:49:22', '2012-02-03 23:49:22', '', 2317, 'http://aazk.org/wp-content/uploads/chart2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2366, 2, '2012-02-03 18:48:05', '2012-02-03 23:48:05', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\r\n<em> Lemur catta and Eulemur fulvus rufus</em>\r\n<em> Smithsonian’s National Zoological Park</em>\r\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2344" title="lemur_island2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island2.jpg" alt="lemur_island2" width="604" height="485" />\r\n\r\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\r\n\r\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\r\n\r\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\r\n\r\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\r\n\r\n<img class="alignleft size-full wp-image-2345" title="rtlemur11" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur11.jpg" alt="rtlemur11" width="428" height="344" />\r\n\r\n<img class="alignright size-full wp-image-2346" title="lemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur1.jpg" alt="lemur1" width="431" height="350" />\r\n\r\n<strong>Animals and Methods</strong>\r\n\r\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\r\n\r\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\r\n\r\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\r\n\r\n<img class="aligncenter size-full wp-image-2351" title="ethogram" src="http://aecetia.net/gws/aazk/wp-content/uploads/ethogram.jpg" alt="ethogram" width="573" height="205" />\r\n\r\n<strong>Enrichment</strong>\r\n\r\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations.\r\n\r\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\r\n\r\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\r\n\r\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\r\n\r\n<img class="alignleft size-full wp-image-2353" title="rtlemur" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur.jpg" alt="rtlemur" width="429" height="345" />\r\n\r\n<img class="alignright size-full wp-image-2354" title="ginger" src="http://aecetia.net/gws/aazk/wp-content/uploads/ginger.jpg" alt="ginger" width="427" height="340" />\r\n<p style="text-align: center;"><img class="size-full wp-image-2358 aligncenter" title="lemur2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur2.jpg" alt="lemur2" width="431" height="424" /></p>\r\n\r\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\r\n\r\n<strong>Results</strong>\r\n\r\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\r\n\r\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\r\n\r\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\r\n\r\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\r\n\r\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\r\n\r\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\r\n\r\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\r\n\r\n<strong>Acknowledgements</strong>\r\n\r\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\r\n\r\n<strong>Bibliography</strong>\r\n\r\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\r\n\r\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\r\n\r\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\r\n\r\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\r\n\r\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\r\n\r\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\r\n\r\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\r\n\r\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\r\n\r\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\r\n\r\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-34', '', '', '2012-02-03 18:48:05', '2012-02-03 23:48:05', '', 2317, 'http://aazk.org/uncategorized/2317-revision-34/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2367, 2, '2012-02-03 18:50:48', '2012-02-03 23:50:48', '', 'graph1', 0, '', 'inherit', 'closed', 'closed', '', 'graph1', '', '', '2012-02-03 18:50:48', '2012-02-03 23:50:48', '', 2317, 'http://aazk.org/wp-content/uploads/graph1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2368, 2, '2012-02-03 18:51:24', '2012-02-03 23:51:24', '', 'graph2', 0, '', 'inherit', 'closed', 'closed', '', 'graph2', '', '', '2012-02-03 18:51:24', '2012-02-03 23:51:24', '', 2317, 'http://aazk.org/wp-content/uploads/graph2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2369, 2, '2012-02-03 18:49:34', '2012-02-03 23:49:34', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\r\n<em> Lemur catta and Eulemur fulvus rufus</em>\r\n<em> Smithsonian’s National Zoological Park</em>\r\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2344" title="lemur_island2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island2.jpg" alt="lemur_island2" width="604" height="485" />\r\n\r\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\r\n\r\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\r\n\r\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\r\n\r\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\r\n\r\n<img class="alignleft size-full wp-image-2345" title="rtlemur11" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur11.jpg" alt="rtlemur11" width="428" height="344" />\r\n\r\n<img class="alignright size-full wp-image-2346" title="lemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur1.jpg" alt="lemur1" width="431" height="350" />\r\n\r\n<strong>Animals and Methods</strong>\r\n\r\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\r\n\r\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\r\n\r\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\r\n\r\n<img class="aligncenter size-full wp-image-2351" title="ethogram" src="http://aecetia.net/gws/aazk/wp-content/uploads/ethogram.jpg" alt="ethogram" width="573" height="205" />\r\n\r\n<strong>Enrichment</strong>\r\n\r\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations.\r\n\r\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\r\n\r\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\r\n\r\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\r\n\r\n<img class="alignleft size-full wp-image-2353" title="rtlemur" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur.jpg" alt="rtlemur" width="429" height="345" />\r\n\r\n<img class="alignright size-full wp-image-2354" title="ginger" src="http://aecetia.net/gws/aazk/wp-content/uploads/ginger.jpg" alt="ginger" width="427" height="340" />\r\n<p style="text-align: center;"><img class="size-full wp-image-2358 aligncenter" title="lemur2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur2.jpg" alt="lemur2" width="431" height="424" /></p>\r\n\r\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\r\n\r\n<strong>Results</strong>\r\n\r\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\r\n\r\n<img class="aligncenter size-full wp-image-2364" title="chart1" src="http://aecetia.net/gws/aazk/wp-content/uploads/chart1.jpg" alt="chart1" width="641" height="427" />\r\n\r\n<img class="aligncenter size-full wp-image-2365" title="chart2" src="http://aecetia.net/gws/aazk/wp-content/uploads/chart2.jpg" alt="chart2" width="638" height="417" />\r\n\r\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\r\n\r\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\r\n\r\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\r\n\r\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\r\n\r\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\r\n\r\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\r\n\r\n<strong>Acknowledgements</strong>\r\n\r\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\r\n\r\n<strong>Bibliography</strong>\r\n\r\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\r\n\r\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\r\n\r\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\r\n\r\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\r\n\r\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\r\n\r\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\r\n\r\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\r\n\r\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\r\n\r\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\r\n\r\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-35', '', '', '2012-02-03 18:49:34', '2012-02-03 23:49:34', '', 2317, 'http://aazk.org/uncategorized/2317-revision-35/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2370, 2, '2012-02-03 18:51:35', '2012-02-03 23:51:35', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\r\n<em> Lemur catta and Eulemur fulvus rufus</em>\r\n<em> Smithsonian’s National Zoological Park</em>\r\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2344" title="lemur_island2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island2.jpg" alt="lemur_island2" width="604" height="485" />\r\n\r\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\r\n\r\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\r\n\r\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\r\n\r\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\r\n\r\n<img class="alignleft size-full wp-image-2345" title="rtlemur11" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur11.jpg" alt="rtlemur11" width="428" height="344" />\r\n\r\n<img class="alignright size-full wp-image-2346" title="lemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur1.jpg" alt="lemur1" width="431" height="350" />\r\n\r\n<strong>Animals and Methods</strong>\r\n\r\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\r\n\r\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\r\n\r\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\r\n\r\n<img class="aligncenter size-full wp-image-2351" title="ethogram" src="http://aecetia.net/gws/aazk/wp-content/uploads/ethogram.jpg" alt="ethogram" width="573" height="205" />\r\n\r\n<strong>Enrichment</strong>\r\n\r\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations.\r\n\r\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\r\n\r\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\r\n\r\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\r\n\r\n<img class="alignleft size-full wp-image-2353" title="rtlemur" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur.jpg" alt="rtlemur" width="429" height="345" />\r\n\r\n<img class="alignright size-full wp-image-2354" title="ginger" src="http://aecetia.net/gws/aazk/wp-content/uploads/ginger.jpg" alt="ginger" width="427" height="340" />\r\n<p style="text-align: center;"><img class="size-full wp-image-2358 aligncenter" title="lemur2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur2.jpg" alt="lemur2" width="431" height="424" /></p>\r\n\r\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\r\n\r\n<strong>Results</strong>\r\n\r\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\r\n\r\n<img class="aligncenter size-full wp-image-2364" title="chart1" src="http://aecetia.net/gws/aazk/wp-content/uploads/chart1.jpg" alt="chart1" width="641" height="427" />\r\n\r\n<img class="aligncenter size-full wp-image-2365" title="chart2" src="http://aecetia.net/gws/aazk/wp-content/uploads/chart2.jpg" alt="chart2" width="638" height="417" />\r\n\r\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\r\n\r\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\r\n\r\n<img class="aligncenter size-full wp-image-2367" title="graph1" src="http://aecetia.net/gws/aazk/wp-content/uploads/graph1.jpg" alt="graph1" width="503" height="348" />\r\n\r\n<img class="aligncenter size-full wp-image-2368" title="graph2" src="http://aecetia.net/gws/aazk/wp-content/uploads/graph2.jpg" alt="graph2" width="525" height="378" />\r\n\r\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\r\n\r\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\r\n\r\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\r\n\r\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\r\n\r\n<strong>Acknowledgements</strong>\r\n\r\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\r\n\r\n<strong>Bibliography</strong>\r\n\r\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\r\n\r\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\r\n\r\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\r\n\r\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\r\n\r\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\r\n\r\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\r\n\r\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\r\n\r\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\r\n\r\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\r\n\r\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-36', '', '', '2012-02-03 18:51:35', '2012-02-03 23:51:35', '', 2317, 'http://aazk.org/uncategorized/2317-revision-36/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2371, 2, '2012-02-03 18:51:42', '2012-02-03 23:51:42', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\r\n<em> Lemur catta and Eulemur fulvus rufus</em>\r\n<em> Smithsonian’s National Zoological Park</em>\r\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2344" title="lemur_island2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island2.jpg" alt="lemur_island2" width="604" height="485" />\r\n\r\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\r\n\r\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\r\n\r\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\r\n\r\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\r\n\r\n<img class="alignleft size-full wp-image-2345" title="rtlemur11" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur11.jpg" alt="rtlemur11" width="428" height="344" />\r\n\r\n<img class="alignright size-full wp-image-2346" title="lemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur1.jpg" alt="lemur1" width="431" height="350" />\r\n\r\n<strong>Animals and Methods</strong>\r\n\r\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\r\n\r\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\r\n\r\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\r\n\r\n<img class="aligncenter size-full wp-image-2351" title="ethogram" src="http://aecetia.net/gws/aazk/wp-content/uploads/ethogram.jpg" alt="ethogram" width="573" height="205" />\r\n\r\n<strong>Enrichment</strong>\r\n\r\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations.\r\n\r\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\r\n\r\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\r\n\r\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\r\n\r\n<img class="alignleft size-full wp-image-2353" title="rtlemur" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur.jpg" alt="rtlemur" width="429" height="345" />\r\n\r\n<img class="alignright size-full wp-image-2354" title="ginger" src="http://aecetia.net/gws/aazk/wp-content/uploads/ginger.jpg" alt="ginger" width="427" height="340" />\r\n<p style="text-align: center;"><img class="size-full wp-image-2358 aligncenter" title="lemur2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur2.jpg" alt="lemur2" width="431" height="424" /></p>\r\n\r\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\r\n\r\n<strong>Results</strong>\r\n\r\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\r\n\r\n<img class="aligncenter size-full wp-image-2364" title="chart1" src="http://aecetia.net/gws/aazk/wp-content/uploads/chart1.jpg" alt="chart1" width="641" height="427" />\r\n\r\n<img class="aligncenter size-full wp-image-2365" title="chart2" src="http://aecetia.net/gws/aazk/wp-content/uploads/chart2.jpg" alt="chart2" width="638" height="417" />\r\n\r\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\r\n\r\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\r\n\r\n<img class="aligncenter size-full wp-image-2367" title="graph1" src="http://aecetia.net/gws/aazk/wp-content/uploads/graph1.jpg" alt="graph1" width="503" height="348" />\r\n\r\n<img class="aligncenter size-full wp-image-2368" title="graph2" src="http://aecetia.net/gws/aazk/wp-content/uploads/graph2.jpg" alt="graph2" width="525" height="378" />\r\n\r\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\r\n\r\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\r\n\r\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\r\n\r\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\r\n\r\n<strong>Acknowledgements</strong>\r\n\r\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\r\n\r\n<strong>Bibliography</strong>\r\n\r\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\r\n\r\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\r\n\r\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\r\n\r\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\r\n\r\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\r\n\r\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\r\n\r\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\r\n\r\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\r\n\r\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\r\n\r\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-37', '', '', '2012-02-03 18:51:42', '2012-02-03 23:51:42', '', 2317, 'http://aazk.org/uncategorized/2317-revision-37/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2372, 2, '2012-02-03 19:02:59', '2012-02-04 00:02:59', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\n\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\n<em> Lemur catta and Eulemur fulvus rufus</em>\n<em> Smithsonian’s National Zoological Park</em>\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\n\n<strong>Introduction</strong>\n\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”\n\n<img class="alignnone size-full wp-image-2344" title="lemur_island2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island2.jpg" alt="lemur_island2" width="604" height="485" />\n\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\n\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\n\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\n\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\n\n<img class="size-full wp-image-2345 alignleft" title="rtlemur11" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur11.jpg" alt="rtlemur11" width="416" height="335" />\n\n<img class="size-full wp-image-2346 alignright" style="border-style: initial; border-color: initial;" title="lemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur1.jpg" alt="lemur1" width="427" height="347" />\n\n<strong>Animals and Methods</strong>\n\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\n\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\n\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\n\n<img class="aligncenter size-full wp-image-2351" title="ethogram" src="http://aecetia.net/gws/aazk/wp-content/uploads/ethogram.jpg" alt="ethogram" width="573" height="205" />\n\n<strong>Enrichment</strong>\n\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations.\n\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\n\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\n\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\n\n<img class="alignleft size-full wp-image-2353" title="rtlemur" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur.jpg" alt="rtlemur" width="429" height="345" />\n\n<img class="alignright size-full wp-image-2354" title="ginger" src="http://aecetia.net/gws/aazk/wp-content/uploads/ginger.jpg" alt="ginger" width="427" height="340" />\n<p style="text-align: center;"><img class="size-full wp-image-2358 aligncenter" title="lemur2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur2.jpg" alt="lemur2" width="431" height="424" /></p>\n\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\n\n<strong>Results</strong>\n\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\n\n<img class="aligncenter size-full wp-image-2364" title="chart1" src="http://aecetia.net/gws/aazk/wp-content/uploads/chart1.jpg" alt="chart1" width="641" height="427" />\n\n<img class="aligncenter size-full wp-image-2365" title="chart2" src="http://aecetia.net/gws/aazk/wp-content/uploads/chart2.jpg" alt="chart2" width="638" height="417" />\n\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\n\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\n\n<img class="aligncenter size-full wp-image-2367" title="graph1" src="http://aecetia.net/gws/aazk/wp-content/uploads/graph1.jpg" alt="graph1" width="503" height="348" />\n\n<img class="aligncenter size-full wp-image-2368" title="graph2" src="http://aecetia.net/gws/aazk/wp-content/uploads/graph2.jpg" alt="graph2" width="525" height="378" />\n\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\n\n<strong>Discussion</strong>\n\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\n\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\n\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\n\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\n\n<strong>Acknowledgements</strong>\n\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\n\n<strong>Bibliography</strong>\n\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\n\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\n\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\n\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\n\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\n\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\n\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\n\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\n\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\n\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\n\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-autosave', '', '', '2012-02-03 19:02:59', '2012-02-04 00:02:59', '', 2317, 'http://aazk.org/uncategorized/2317-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2373, 2, '2012-02-03 18:52:36', '2012-02-03 23:52:36', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\r\n<em> Lemur catta and Eulemur fulvus rufus</em>\r\n<em> Smithsonian’s National Zoological Park</em>\r\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”<img class="alignnone size-full wp-image-2344" title="lemur_island2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island2.jpg" alt="lemur_island2" width="604" height="485" />\r\n\r\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\r\n\r\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\r\n\r\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\r\n\r\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\r\n\r\n<img class="alignleft size-full wp-image-2345" title="rtlemur11" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur11.jpg" alt="rtlemur11" width="428" height="344" />\r\n\r\n<img class="alignright size-full wp-image-2346" title="lemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur1.jpg" alt="lemur1" width="431" height="350" />\r\n\r\n<strong>Animals and Methods</strong>\r\n\r\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\r\n\r\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\r\n\r\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\r\n\r\n<img class="aligncenter size-full wp-image-2351" title="ethogram" src="http://aecetia.net/gws/aazk/wp-content/uploads/ethogram.jpg" alt="ethogram" width="573" height="205" />\r\n\r\n<strong>Enrichment</strong>\r\n\r\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations.\r\n\r\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\r\n\r\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\r\n\r\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\r\n\r\n<img class="alignleft size-full wp-image-2353" title="rtlemur" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur.jpg" alt="rtlemur" width="429" height="345" />\r\n\r\n<img class="alignright size-full wp-image-2354" title="ginger" src="http://aecetia.net/gws/aazk/wp-content/uploads/ginger.jpg" alt="ginger" width="427" height="340" />\r\n<p style="text-align: center;"><img class="size-full wp-image-2358 aligncenter" title="lemur2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur2.jpg" alt="lemur2" width="431" height="424" /></p>\r\n\r\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\r\n\r\n<strong>Results</strong>\r\n\r\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\r\n\r\n<img class="aligncenter size-full wp-image-2364" title="chart1" src="http://aecetia.net/gws/aazk/wp-content/uploads/chart1.jpg" alt="chart1" width="641" height="427" />\r\n\r\n<img class="aligncenter size-full wp-image-2365" title="chart2" src="http://aecetia.net/gws/aazk/wp-content/uploads/chart2.jpg" alt="chart2" width="638" height="417" />\r\n\r\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\r\n\r\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\r\n\r\n<img class="aligncenter size-full wp-image-2367" title="graph1" src="http://aecetia.net/gws/aazk/wp-content/uploads/graph1.jpg" alt="graph1" width="503" height="348" />\r\n\r\n<img class="aligncenter size-full wp-image-2368" title="graph2" src="http://aecetia.net/gws/aazk/wp-content/uploads/graph2.jpg" alt="graph2" width="525" height="378" />\r\n\r\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\r\n\r\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\r\n\r\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\r\n\r\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\r\n\r\n<strong>Acknowledgements</strong>\r\n\r\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\r\n\r\n<strong>Bibliography</strong>\r\n\r\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\r\n\r\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\r\n\r\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\r\n\r\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\r\n\r\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\r\n\r\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\r\n\r\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\r\n\r\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\r\n\r\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\r\n\r\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-38', '', '', '2012-02-03 18:52:36', '2012-02-03 23:52:36', '', 2317, 'http://aazk.org/uncategorized/2317-revision-38/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2374, 2, '2010-11-09 15:05:30', '2010-11-09 20:05:30', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<!--more-->\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by<img class="alignright size-full wp-image-1768" title="pbi_leadership_camp11" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_leadership_camp11.jpg" alt="pbi_leadership_camp11" width="247" height="378" /> Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.\r\n\r\n<a href="http://campaign.r20.constantcontact.com/render?llr=kkcxmrdab&amp;v=001Msfh5C4b-aeFh2IiqMjGHJoJfQHI1Y5J8aCz9C_Xl04vgMHlaztDS6BWRlS4may8eQhoEtyd_8A-CaAHNNaVZkl7ZZbK6D4PHoNxykJ7iF1fyZ6alSCdPJlhRdqw92CdcUsM4Ar-As_e0iNUN2z43Q%3D%3D">PBI October 2010 newsletter.</a>\r\n\r\nFor more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<em>\r\n</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for <img class="alignleft size-medium wp-image-1649" title="marissa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/marissa1-251x300.jpg" alt="marissa1" width="176" height="210" />conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="alignnone size-full wp-image-1647" title="nc_group2" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group2.jpg" alt="nc_group2" width="467" height="393" /><img class="alignnone size-full wp-image-1656" title="bagbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/bagbear.jpg" alt="bagbear" width="479" height="396" />\r\n\r\n<img class="aligncenter size-full wp-image-1654" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" />\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition.<img class="alignright size-full wp-image-1661" title="brookfield" src="http://aecetia.net/gws/aazk/wp-content/uploads/brookfield.jpg" alt="brookfield" width="357" height="535" /> But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\n<img class="size-medium wp-image-1658 alignleft" title="christy" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy-270x300.jpg" alt="christy" width="216" height="240" />This year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.\r\n\r\n“Trees for You and Me” AAZK Chapter Challenge Update\r\n\r\n$1468    Greater Cleveland Chapter AAZK\r\n$207      Brookfield AAZK Chapter\r\n$55         Lincoln Park AAZK Chapter\r\n$50         Roger Williams Park Zoo AAZK Chapter\r\n$50         Greater Baltimore Chapter of AAZK\r\n$50         Phoenix Chapter of AAZK\r\n$10         San Diego AAZK Chapter\r\n\r\n$1890 is the total donations for “Trees for You and Me” as of 31 October 2010\r\nThe AAZK competition runs through 1 March 2011; currently Greater Cleveland Chapter AAZK is winning the competition. Remember for a $1 donation 3 trees will be planted in the Polar Bear Forest in Wisconsin. Let’s help polar bears by planting trees and reducing our carbon footprint. Go to the link on Polar Bears International’s website to make a donation: <a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2010-11-09 15:05:30', '2010-11-09 20:05:30', '', 1589, 'http://aazk.org/uncategorized/1589-revision-71/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2375, 2, '2012-02-03 19:09:07', '2012-02-04 00:09:07', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<!--more-->\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by<img class="alignright size-full wp-image-1768" title="pbi_leadership_camp11" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_leadership_camp11.jpg" alt="pbi_leadership_camp11" width="247" height="378" /> Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.\r\n\r\n<a href="http://campaign.r20.constantcontact.com/render?llr=kkcxmrdab&amp;v=001Msfh5C4b-aeFh2IiqMjGHJoJfQHI1Y5J8aCz9C_Xl04vgMHlaztDS6BWRlS4may8eQhoEtyd_8A-CaAHNNaVZkl7ZZbK6D4PHoNxykJ7iF1fyZ6alSCdPJlhRdqw92CdcUsM4Ar-As_e0iNUN2z43Q%3D%3D">PBI October 2010 newsletter.</a>\r\n\r\nFor more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<em>\r\n</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for <img class="alignleft size-medium wp-image-1649" title="marissa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/marissa1-251x300.jpg" alt="marissa1" width="176" height="210" />conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="alignnone size-full wp-image-1647" title="nc_group2" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group2.jpg" alt="nc_group2" width="467" height="393" /><img class="alignnone size-full wp-image-1656" title="bagbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/bagbear.jpg" alt="bagbear" width="479" height="396" />\r\n\r\n<img class="aligncenter size-full wp-image-1654" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" />\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition.<img class="alignright size-full wp-image-1661" title="brookfield" src="http://aecetia.net/gws/aazk/wp-content/uploads/brookfield.jpg" alt="brookfield" width="357" height="535" /> But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\n<img class="size-medium wp-image-1658 alignleft" title="christy" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy-270x300.jpg" alt="christy" width="216" height="240" />This year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.\r\n\r\n“Trees for You and Me” AAZK Chapter Challenge Update\r\n\r\nBattle Creek AAZK Chapter<span> </span>$1,500.00<span> </span>\r\nMilwaukee County Zoo AAZK Chapter<span> </span>$1,030.00<span> </span>\r\nBrookfield AAZK Chapter<span> </span>$1,015.00<span> </span>\r\nTucson AAZK Chapter<span> </span>$1,000.00<span> </span>\r\nDetroit AAZK Chapter<span> </span>$845.00<span> </span>\r\nGreater Philadelphia AAZK Chapter<span> </span>$750.00<span> </span>\r\nLincoln Park AAZK Chapter<span> </span>$548.00<span> </span>\r\nLion Country Safari AAZK Chapter<span> </span>$500.00<span> </span>\r\nTulsa AAZK Chapter<span> </span>$260.00<span> </span>\r\nOrange County Chapter of AAZK<span> </span>$250.00<span> </span>\r\nGreater Houston AAZK Chapter<span> </span>$206.00<span> </span>\r\nRoger Williams Park Zoo AAZK Chapter<span> </span>$200.00<span> </span>\r\nSouthern Ontario Zoo Keepers AAZK Chapter<span> </span>$160.00<span> </span>\r\nNorth Carolina AAZK Chapter<span> </span>$100.00<span> </span>\r\nColumbus AAZK Chapter<span> </span>$90.00<span> </span>\r\nPortland AAZK Chapter<span> </span>$55.00<span> </span>\r\nSaint Louis AAZK Chapter<span> </span>$50.00<span> </span>\r\nAAZK-Knoxville Zoo Chapter<span> </span>$30.00<span> </span>\r\nAAZK of Cheyenne Mountain Zoo<span> </span>$25.00<span> </span>\r\nDallas Zoo Chapter of AAZK<span> </span>$20.00<span> </span>\r\n\r\n<span> </span>$8,634.00<span> </span> total donated so far.\r\n<div>The AAZK competition runs through 1 March 2012. Remember for a $1 donation 3 trees will be planted in the Polar Bear Forest in Wisconsin. Let’s help polar bears by planting trees and reducing our carbon footprint. Go to the link on Polar Bears International’s website to make a donation: <a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.</div>', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2012-02-03 19:09:07', '2012-02-04 00:09:07', '', 1589, 'http://aazk.org/uncategorized/1589-revision-72/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2392, 2, '2009-11-18 06:27:37', '2009-11-18 11:27:37', '<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /> Bob Cisneros<em> - San Diego Zoo</em><em></em>\r\n<h3>Purpose</h3>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.', 'Ethics Committee', 0, '', 'inherit', 'closed', 'closed', '', '171-revision-v1', '', '', '2009-11-18 06:27:37', '2009-11-18 11:27:37', '', 171, 'http://aazk.org/uncategorized/171-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2378, 2, '2012-02-03 19:19:17', '2012-02-04 00:19:17', '', 'asag-logo-1', 0, '', 'inherit', 'closed', 'closed', '', 'asag-logo-1', '', '', '2012-02-03 19:19:17', '2012-02-04 00:19:17', '', 0, 'http://aazk.org/wp-content/uploads/asag-logo-1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2632, 2, '2012-10-01 08:09:07', '2012-10-01 13:09:07', '<strong>October 6, 2012 -</strong> <em><strong>AZH Zoo Horticulturist Certification Program</strong></em> - Three courses will be offered in conjunction with the 2012 AZH Annual Conference in Orlando: Browse and Toxic Plants and two elective courses: Design II and Responsible Water Use. Those who successfully complete the all-day Browse and Toxic Plants course will earn two credits toward the 10 credits required for AZH Certification. Those who successfully complete one of the four-hour elective courses will earn one credit. Electives courses will be offered sequentially, so that participants may choose to register for both of these courses.  For more information visit <a href="http://azh.org">azh.org</a>.\r\n\r\n<strong>October 6, 2012 - <em>Ohio Valley United Malacologists Meeting</em></strong> - Hosted by University of Saint Francis, Fort Wayne, IN.  Forum for information sharing on mollusks.  Papers and posters welcome.  For more information go to: <a href="http://ohiovalleyunifiedmalacologists6.blogspot.com/2012/07/6-oct-2012.html">http://ohiovalleyunifiedmalacologists6.blogspot.com/2012/07/6-oct-2012.html</a>.\r\n<div><strong><strong>October 12-15, 2012 - </strong><em><strong><em>From Good Care to Great Welfare: A Workshop Designed for Animal Care Professionals Presented by the Center for Zoo Animal Welfare </em></strong>-</em></strong>Detroit Zoological Society. A unique four-day workshop for animal care staff working with captive exotic animals. The workshop is designed to help participants better understand animals’ perspectives and experiences, address the challenges captivity imposes on animal welfare, and develop the skills necessary to assess and improve overall well-being. Exercises and experiences are immersive and designed to help us understand captivity from the animals’ point of view. Limited scholarship opportunities available.</div>\r\nFor information contact: Elizabeth Arbaugh, Animal Welfare Manager, Detroit Zoological Society, Tel: 248-398-0903 x3643, E-mail: <a href="mailto:Elizabeth@dzs.org">Elizabeth@dzs.org</a> or visit <a href="http://czaw.org">czaw.org</a>.\r\n\r\n<strong>November 2-4, 2012 - <em>New World Primate Husbandry Workshop</em></strong> - The New World Primate Taxon Advisory Group (NWPTAG) and the Palm Beach Zoo are hosting a New World Primate Husbandry Workshop to take place November 2-4, 2012. This will be a combined callitrichid and cebid husbandry workshop, taking the place of the traditional callitrichid workshop held in years past.  Some of the topics to be covered will include general husbandry, training and enrichment, natural history, capture and restraint methods, and mixed species exhibits.  The deadline for registration is August 31, 2012.  For more information including registration forms, please contact Dr. Stephanie Allard at <a href="mailto:sdampier@palmbeachzoo.org">sdampier@palmbeachzoo.org</a> or Michelle Farmerie at <a href="mailto:mrfarmerie@aol.com">mrfarmerie@aol.com</a>.\r\n\r\n<strong>November 5-8 2012 - </strong><strong>The </strong><strong><em>Elephant Managers Association Conference</em>.</strong> “Trunks and Palms” will be hosted by the Santa Barbara Zoological Gardens in Santa Barbara, CA. The Pre-conference trip will be hosted by the Los Angeles Zoo in Los Angeles, CA on Monday, November 5th followed by a cocktail party at the contemporary waterfront Cabrillo Art Center that evening. The conference will include two and half days of presentations followed by a Zoo Day at the Santa Barbara Zoo. The conference will conclude with a California cuisine banquet and auction. Beachfront accommodations and presentations will be held at the Hyatt of Santa Barbara: <a href="http://santabarbara.hyatt.com">santabarbara.hyatt.com</a>. To register or submit abstracts please visit: <a href="http://sbzoo.org">sbzoo.org</a> under events-EMA. For additional information please e-mail <a href="mailto:lwilson@sbzoo.org">lwilson@sbzoo.org</a>.\r\n\r\n<strong>December 3 - 7, 2012 - <em>Training and Enrichment Workshop for Zoo and Aquarium Animals</em></strong>. Hosted by Moody Gardens in Galveston, TX, Active Environments and Shape of Enrichment are proud to present the Sixth Training and Enrichment Workshop for Zoo and Aquarium Animals. This unique five-day Workshop is designed for keepers, aquarists, managers, supervisors, curators, and veterinarians working with all species of animals held in zoos, aquariums, rescue centers, and sanctuaries. The Workshop will present an array of topics relating to the behavioral management approach to caring for captive animals, with a focus on environmental enrichment, positive reinforcement training techniques, and the problem-solving process. For more information e-mail <a href="mailto:dolsen@moodygardens.com">dolsen@moodygardens.com</a> or go to <a href="http://enrichment.org">enrichment.org</a>.\r\n<h2>2013</h2>\r\n<strong><span>February 27 - March 2, 2013</span><em> - </em></strong><strong><em>21st Annual Conference of the International Association of Avian Trainers and Educators - </em></strong>Hosted by Tampa’s Lowry Park Zoo, Tampa, FL. For more information go to: <a href="http://iaate.org/iaate-annual-conference/2013-conference">iaate.org/iaate-annual-conference/2013-conference</a>.\r\n\r\n<strong>April 30 - May 2 2013 -<em>Chimpanzee SSP Meeting and Husbandry Workshop</em></strong> -Please Save the Date: The Chimpanzee SSP and the Houston Zoo are hosting the next Chimpanzee Husbandry Workshop to take place April 30 – May 2, 2013. The Chimpanzee SSP meeting will precede the workshop on April 29, 2013.  Stay tuned for more information.\r\n\r\n<strong>July 8-12, 2013 - <em>Zoos and Aquariums Committing to Conservation (ZACC)</em> -</strong> Hosted by Blank Park Zoo, Des Moines, Iowa.  The conference will bring together colleagues from the field and zoos in an informal setting to network, share ideas and support one another in our shared commitment to conservation.  Registration is available at <a href="http://blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1">blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1</a>.  Contact Jessie Lowry with questions at <a href="mailto:jrlowry@blankparkzoo.org">jrlowry@blankparkzoo.org</a>.\r\n\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2013 - Greensboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - September 8-12\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events October 2012', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2012-10-01 08:09:07', '2012-10-01 13:09:07', '', 435, 'http://aazk.org/uncategorized/435-revision-68/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2546, 2, '2012-07-06 16:03:15', '2012-07-06 21:03:15', '<strong><em></em></strong>\r\n\r\n<span style="font-weight: bold;">July 15-21, 2012 - NATIONAL ZOO KEEPER WEEK</span>\r\n\r\n<strong>July 25 - 28, 2012 - </strong><em><strong>The 35th International Herpetological Symposium</strong>. </em>Hosted by Catoctin Wildlife Preserve and Zoo at the Ramada BWI Airport in Hanover, MD.  For more information go to <a href="http://kingsnake.com/ihs">kingsnake.com/ihs</a>.\r\n\r\n<strong>July 29 - 30, 2012 - <em>The 2nd Venomous Animal Safety and Husbandry Training Seminar</em></strong>. Hosted by Catoctin Wildlife Preserve and Zoo in Thurmont, MD.  For more information contact Rick Hahn at <a href="mailto:rickhahn@CWPZoo.com">rickhahn@CWPZoo.com</a>.\r\n\r\n<strong>August 7th, 2012 - <em>Florida Animal Care Professionals Development Workshop</em></strong> - Making your veterinarian happy – training aardvark to zebra for A.I. to ultrasound; operant conditioning training for voluntary cooperation in medical procedures. Our inaugural workshop will be held Tuesday, August 7th 2012 from 4-8pm in Riley’s Reserve at Tampa’s Lowry Park Zoo.  Refreshments and a light dinner will be served during each workshop. For registration information please e-mail <a href="mailto:FACPdevelopmentworkshop@gmail.com">FACPdevelopmentworkshop@gmail.com</a> or call 813-935-8552 ext. 247.\r\n\r\n<strong> </strong>\r\n\r\n<strong></strong>\r\n\r\n<strong></strong>\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>August 16-19 - <em>The 10th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles</em> </strong>- Tucson, AZ.  Hosted by the Turtle Survival Alliance and the IUCN Tortoise and Freshwater Turtle Specialist Group.  For more information go to <a href="http://turtlesurvival.org">turtlesurvival.org</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY. For more information go to <a href="http://www.rgzaecetia.net/gws/aazk">www.rgzaecetia.net/gws/aazk</a>.\r\n\r\n<strong><strong> October 12-15, 2012 - </strong><em><strong><em>From Good Care to Great Welfare: A Workshop Designed for Animal Care Professionals Presented by the Center for Zoo Animal Welfare </em></strong>-</em></strong>Detroit Zoological Society. A unique four-day workshop for animal care staff working with captive exotic animals. The workshop is designed to help participants better understand animals’ perspectives and experiences, address the challenges captivity imposes on animal welfare, and develop the skills necessary to assess and improve overall well-being. Exercises and experiences are immersive and designed to help us understand captivity from the animals’ point of view. Limited scholarship opportunities available.\r\n\r\nFor information contact: Elizabeth Arbaugh, Animal Welfare Manager, Detroit Zoological Society, Tel: 248-398-0903 x3643, E-mail: <a href="mailto:Elizabeth@dzs.org">Elizabeth@dzs.org</a> or visit <a href="http://czaw.org">czaw.org</a>.\r\n\r\n<strong>November 2-4, 2012 - <em>New World Primate Husbandry Workshop</em></strong> - The New World Primate Taxon Advisory Group (NWPTAG) and the Palm Beach Zoo are hosting a New World Primate Husbandry Workshop to take place November 2-4, 2012. This will be a combined callitrichid and cebid husbandry workshop, taking the place of the traditional callitrichid workshop held in years past.  Some of the topics to be covered will include general husbandry, training and enrichment, natural history, capture and restraint methods, and mixed species exhibits.  The deadline for registration is August 31, 2012.  For more information including registration forms, please contact Dr. Stephanie Allard at <a href="mailto:sdampier@palmbeachzoo.org">sdampier@palmbeachzoo.org</a> or Michelle Farmerie at <a href="mailto:mrfarmerie@aol.com">mrfarmerie@aol.com</a>.\r\n<h2>2013</h2>\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - September 8-12\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events July 2012', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2012-07-06 16:03:15', '2012-07-06 21:03:15', '', 435, 'http://aazk.org/uncategorized/435-revision-59/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2380, 2, '2011-03-19 18:01:19', '2011-03-19 23:01:19', '<strong>\r\nBOWLING FOR RHINOS\r\nCONSERVATION RESOURCE GRANT\r\n<em>Application Instructions</em></strong>\r\n\r\n<span style="color: #ff0000;"><strong>AAZK will only consider complete proposals received no later than June 1st for funding.</strong></span>\r\n\r\n<strong>A.    You must submit the following items:</strong>\r\n1.    AAZK Bowling for Rhinos Conservation Resource Grant application form, completed in English (3 pages maximum)\r\n2.    Your resume (3 pages maximum)\r\n3.    Unless you are the executive director, a letter of recommendation from the executive director of your zoo or conservation organization, and/or a letter from an advisor if you are a student\r\n\r\n<strong>B.    Projects should meet criteria in one of the following four categories:</strong>\r\n1.    <em>In-situ Rhino Conservation and Research</em> – field research or conservation project focusing on African or Asian rhino species\r\n2.    <em>In-situ Community, Educational, or Medical Program</em> – community education, school support or medical programs in Africa or Asia\r\n3.   <em> In-situ Species Conservation</em> – field research or conservation project that focuses on any species sharing the same ecosystem with Javan, Sumatran, Black, or White Rhino\r\n4.    <em>Ex-situ Rhino Conservation and Research</em> – zoological research project on a rhino species that partners with a rhino conservation entity operating in Asia or Africa, combined with a tangible benefit to an in-situ conservation project\r\n\r\n<strong>C.    You need not be an AAZK member or affiliated with AAZK in order to apply, however preference may be given to AAZK Members or Conservation Partners. </strong>\r\n<strong>\r\nD.    Award announcements will be made on July 1st.</strong>\r\n\r\n<strong>E.    The amount of funding requested must be equal to or less than $1,828.41 US dollars.  The amount available is based on a percentage of the annual Bowling for Rhinos funds raised. </strong>\r\n<span style="color: #ff0000;"><em><strong>\r\nSend all application material to:</strong></em></span>\r\n<a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a>\r\nor\r\nAmanda Kamradt\r\nHooves and Horns\r\nFranklin Park Zoo\r\n1 Franklin Park Road\r\nBoston, MA 02121\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_grant_app_2011.doc">Download</a> the application in Word format.\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_grant_app_2011.pdf">Download</a> the application in Adobe pdf format.', 'BFR Grant Application Instructions', 0, '', 'inherit', 'closed', 'closed', '', '1226-revision-v1', '', '', '2011-03-19 18:01:19', '2011-03-19 23:01:19', '', 1226, 'http://aazk.org/uncategorized/1226-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2383, 2, '2012-02-02 18:11:42', '2012-02-02 23:11:42', '<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2><strong>Total Funds Raised to Date: <span style="color: #ff0000;">$4,003,344</span></strong></h2>\r\n<h2><strong><strong>2011 Funds Raised to Date: <span style="color: #ff0000;">$280,014\r\n</span></strong></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<span style="text-decoration: underline;">Links</span>\r\n\r\nIf your chapter would like to check your totals you can do so here: <a href="http://aazkbfr.org/bfrsites">http://aazkbfr.org/bfrsites</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2012-02-02 18:11:42', '2012-02-02 23:11:42', '', 168, 'http://aazk.org/uncategorized/168-revision-39/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2384, 2, '2011-08-03 13:25:58', '2011-08-03 18:25:58', '<div class="committee">\r\n<h3><a href="http://aecetia.net/gws/aazk/committee/international-congress-zookeepers/">International Congress of Zookeepers\r\n</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-843 alignnone" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="name">Cleveland Metroparks Zoo</div>\r\n<div class="title">AAZK representative</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<p class="email"></p>\r\n\r\n<div class="email"><img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /></div>\r\n<div class="email">Norah Farnham</div>\r\n<div class="email">AAZK representative</div>\r\n<div class="email">Woodland Park Zoo</div>\r\n<div class="email"><a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/membership-resources/">Membership Resources</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1251" title="jacque1" src="http://aecetia.net/gws/aazk/wp-content/uploads/jacque1-150x150.jpg" alt="jacque1" width="150" height="150" /></div>\r\n<div class="name">Jacque Blessington</div>\r\n<div class="affiliated_zoo">Kansas City Zoo</div>\r\n<div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/annual-aazk-conferences/">Annual AAZK Conferences</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Conference Program Chair</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /></div>\r\n<div class="name">Shelly Roach</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Columbus Zoo</div>\r\n<div class="email"><a href="mailto:shelly.roach@aecetia.net/gws/aazk">shelly.roach@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /></div>\r\n<div class="name">Patty Pearthree</div>\r\n<div class="title">Coordinator</div>\r\n<div class="email"><a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="email"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-full wp-image-1937" title="rickotarsky" src="http://aecetia.net/gws/aazk/wp-content/uploads/rickotarsky.jpg" alt="rickotarsky" width="131" height="150" /></div>\r\n<div class="name">Ric Kotarsky</div>\r\n<div class="title">Chair</div>\r\n<div class="title">Tulsa Zoo</div>\r\n<div class="title"><a href="mailto:ric.kotarsky@aecetia.net/gws/aazk">ric.kotarsky@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-150x150.jpg" alt="walz" width="150" height="150" /></div>\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1249 alignnone" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /></div>\r\n<div class="name">Janet McCoy</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1260" title="melaina" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina-150x150.jpg" alt="melaina" width="150" height="150" /></div>\r\n<div class="name">Melaina Wallace</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:melaina.wallace@aecetia.net/gws/aazk">melaina.wallace@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-841 alignnone" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /></div>\r\n<div class="name">Amanda Kamradt</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Zoo New England</div>\r\n<div class="email"><a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2011-08-03 13:25:58', '2011-08-03 18:25:58', '', 496, 'http://aazk.org/uncategorized/496-revision-19/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2385, 2, '2010-04-23 16:03:19', '2010-04-23 21:03:19', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\r\n\r\n<em><strong>Event Planning\r\n</strong></em>\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.rtf">rich text format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2010-04-23 16:03:19', '2010-04-23 21:03:19', '', 1404, 'http://aazk.org/uncategorized/1404-revision-15/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2387, 2, '2012-02-15 17:42:31', '2012-02-15 22:42:31', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\r\n\r\n<em><strong>Event Planning\r\n</strong></em>\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.rtf">rich text format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2012-02-15 17:42:31', '2012-02-15 22:42:31', '', 1404, 'http://aazk.org/uncategorized/1404-revision-16/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2388, 2, '2012-02-15 18:44:50', '2012-02-15 23:44:50', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\r\n\r\n<em><strong>Event Planning\r\n</strong></em>\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.rtf">rich text format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2012-02-15 18:44:50', '2012-02-15 23:44:50', '', 1404, 'http://aazk.org/uncategorized/1404-revision-17/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2390, 2, '2012-02-03 19:10:02', '2012-02-04 00:10:02', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<!--more-->\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by<img class="alignright size-full wp-image-1768" title="pbi_leadership_camp11" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_leadership_camp11.jpg" alt="pbi_leadership_camp11" width="247" height="378" /> Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.\r\n\r\n<a href="http://campaign.r20.constantcontact.com/render?llr=kkcxmrdab&amp;v=001Msfh5C4b-aeFh2IiqMjGHJoJfQHI1Y5J8aCz9C_Xl04vgMHlaztDS6BWRlS4may8eQhoEtyd_8A-CaAHNNaVZkl7ZZbK6D4PHoNxykJ7iF1fyZ6alSCdPJlhRdqw92CdcUsM4Ar-As_e0iNUN2z43Q%3D%3D">PBI October 2010 newsletter.</a>\r\n\r\nFor more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<em>\r\n</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for <img class="alignleft size-medium wp-image-1649" title="marissa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/marissa1-251x300.jpg" alt="marissa1" width="176" height="210" />conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="alignnone size-full wp-image-1647" title="nc_group2" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group2.jpg" alt="nc_group2" width="467" height="393" /><img class="alignnone size-full wp-image-1656" title="bagbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/bagbear.jpg" alt="bagbear" width="479" height="396" />\r\n\r\n<img class="aligncenter size-full wp-image-1654" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" />\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition.<img class="alignright size-full wp-image-1661" title="brookfield" src="http://aecetia.net/gws/aazk/wp-content/uploads/brookfield.jpg" alt="brookfield" width="357" height="535" /> But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\n<img class="size-medium wp-image-1658 alignleft" title="christy" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy-270x300.jpg" alt="christy" width="216" height="240" />This year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.\r\n\r\n“Trees for You and Me” AAZK Chapter Challenge Update\r\n\r\nBattle Creek AAZK Chapter<span> </span>$1,500.00<span> </span>\r\nMilwaukee County Zoo AAZK Chapter<span> </span>$1,030.00<span> </span>\r\nBrookfield AAZK Chapter<span> </span>$1,015.00<span> </span>\r\nTucson AAZK Chapter<span> </span>$1,000.00<span> </span>\r\nDetroit AAZK Chapter<span> </span>$845.00<span> </span>\r\nGreater Philadelphia AAZK Chapter<span> </span>$750.00<span> </span>\r\nLincoln Park AAZK Chapter<span> </span>$548.00<span> </span>\r\nLion Country Safari AAZK Chapter<span> </span>$500.00<span> </span>\r\nTulsa AAZK Chapter<span> </span>$260.00<span> </span>\r\nOrange County Chapter of AAZK<span> </span>$250.00<span> </span>\r\nGreater Houston AAZK Chapter<span> </span>$206.00<span> </span>\r\nRoger Williams Park Zoo AAZK Chapter<span> </span>$200.00<span> </span>\r\nSouthern Ontario Zoo Keepers AAZK Chapter<span> </span>$160.00<span> </span>\r\nNorth Carolina AAZK Chapter<span> </span>$100.00<span> </span>\r\nColumbus AAZK Chapter<span> </span>$90.00<span> </span>\r\nPortland AAZK Chapter<span> </span>$55.00<span> </span>\r\nSaint Louis AAZK Chapter<span> </span>$50.00<span> </span>\r\nAAZK-Knoxville Zoo Chapter<span> </span>$30.00<span> </span>\r\nAAZK of Cheyenne Mountain Zoo<span> </span>$25.00<span> </span>\r\nDallas Zoo Chapter of AAZK<span> </span>$20.00<span> </span>\r\n\r\n<span> </span>$8,634.00<span> </span> total donated so far.\r\n<div>The AAZK competition runs through 1 March 2012. Remember for a $1 donation 3 trees will be planted in the Polar Bear Forest in Wisconsin. Let’s help polar bears by planting trees and reducing our carbon footprint. Go to the link on Polar Bears International’s website to make a donation: <a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.</div>', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2012-02-03 19:10:02', '2012-02-04 00:10:02', '', 1589, 'http://aazk.org/uncategorized/1589-revision-73/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2389, 2, '2012-02-17 10:28:51', '2012-02-17 15:28:51', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\r\n\r\n<em><strong>Marketing</strong></em>\r\n\r\n<a href="http://www.youtube.com/watch?v=kc3NNEfu0rI">BFR Promotional Video </a>\r\n\r\nChapter Event Media Release template  (Word format)\r\n\r\nFlyer template  (Powerpoint format)\r\n\r\nBLAST template  (Powerpoint format)\r\n\r\n<span style="font-weight: bold; font-style: italic;">Event Planning</span>\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nSponsor Letter Mail template  (Word format)\r\n\r\nSponsor Letter Hand Delivered template  (Word format)\r\n\r\nThank You Letter template  (Word format)\r\n\r\n<em><strong>Examples</strong></em>\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.rtf">rich text format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2012-02-17 10:28:51', '2012-02-17 15:28:51', '', 1404, 'http://aazk.org/uncategorized/1404-revision-18/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2542, 2, '2012-08-01 10:27:45', '2012-08-01 15:27:45', '<em>By\r\nStacy Johnson, Animal Keeper\r\nDisney’s Animal Kingdom®, Lake Buena Vista, Florida</em>\r\n\r\n<em></em>\r\n\r\n<strong>Abstract</strong>\r\n\r\n“Waterfowl” is a collective term given to the order Anseriformes, consisting mostly of ducks, geese and swans.  There are currently over 150 species represented on every continent except Antarctica.  Most ducks fall in to the categories of dabblers, divers and perchers.\r\n\r\nSeveral species of ducks and swans are represented within the Oasis area of Disney’s Animal Kingdom®.  The largest pond houses red shovelers (<em>Anas platalea</em>), red-crested pochards (<em>Netta rufina</em>), common white-eye (<em>Aythya nyroca</em>), rosybill (<em>Netta peposaca</em>), yellow-billed duck (<em>Anas undulata</em>), black-necked swans (C<em>ygnus melanocorphyus</em>), tufted ducks (<em>Aythya fuligula</em>) and plumed whistling duck (<em>Dendrocygna eytoni</em>).  Despite the size of this large pond, keepers need to get within close proximity to the ducks to conduct health checks and administer medications when needed.  The pond is also an open exhibit, allowing native wildlife (e.g., white ibis and mallard ducks) easy access causing competition for food.  To meet these challenges, we implemented four training behaviors: “come”, hand feeding, scale and chute. To further enhance waterfowl management, the waterfowl enrichment program was also expanded to include sinking feeders, floating feeders and variations of food presentation.  The investment in waterfowl training and enrichment has also allowed us to obtain weights, reduce capture stress, and engage visitors in our daily husbandry.\r\n\r\n<strong>Training</strong>\r\n\r\nAll of the waterfowl in the current collection are captive bred, but like most species, they remained elusive to keepers upon our arrival.  Therefore, our initial training goal was to desensitize all 22 individuals to the close proximity of keepers.  This would help with better management of daily feedings, as well as facilitate physical and behavioral observations. We began the process by pairing the sound of a clicker (in rapid succession) with food.  Birds were cued to come to where the keeper was standing in a designated shallow part of the pond.  Initially, any movement in the keeper’s direction was reinforced.  As the criterion was tightened, closer proximity to the keeper was reinforced and we were able to get close enough to do quick visual assessments of individual ducks.  All of the birds quickly learned that the sound of the cue signaled the availability of food and, within a matter of weeks, all ducks were responding to the come cue (the clicker).  We hoped that, over time, the birds would be comfortable enough around us to remain in the immediate area for longer periods while eating.  Within a few weeks, “Calum” (red crested pochard), “Mallomar” (black-necked swan), “Mr. Snoops” (yellow-billed duck), “Bianca” (rosy-billed pochard), “Tank” and “Titan” (tufted ducks) and “Siren” (red shoveler) all remained in the vicinity of the keeper to eat during the entire feed session.  Little did we know that some would become so comfortable with us, they would start pecking at our boots if we did not get food to them fast enough!\r\n\r\nThe birds’ high level of food motivation prompted us to move on to our next goal of hand feeding.  Once the ducks were cued to the designated feeding area, the keeper used favorite food items (e.g., Romaine lettuce, krill, finch seed, millet, crickets) to entice birds to approach and take the item from the keeper’s hand.  The waterfowl in the collection were fed three times per day.  Hand feeding was attempted at each feed.  Not surprisingly, many of the ducks either swam away or remained just out of reach.  After a few weeks, the most gregarious waterfowl (yellow-billed ducks, black-necked swans, and a rosybill) began to feed from a keeper’s hand. In another two weeks most of the waterfowl in the pond came close enough to quickly grab a bite from the keepers and swim away.  After working on this for another month, most of the waterfowl began to establish preferred feeding locations near the keeper.  However, there were still some extremely shy waterfowl species in the collection, like the common white-eyes, that never attempted to hand feed.  An added benefit to this training was that some individuals began to defend their “feed area” from native birds, facilitating the hand feeding sessions.  The success of hand feeding enabled us to more closely monitor individual food consumption and allowed medication to be administered to specific individuals.\r\n\r\nWith the group well acclimated to the proximity of keepers and hand feeding, our next goal was to start scale and chute training.  We wanted to get monthly weights on all of the ducks to ensure they weren’t being out-competed by native waterfowl in the area.   In addition, we wanted to introduce an exclusionary device: a chute that could minimize the intrusion of native birds in the feed area.  The chute is a very simple design made of box wire (L 96cm x W 43cm x H 42cm) with one hinged side.  The chute allowed collection animals to swim in, get their food, and swim back out.  If a native bird tried to get in, the side could be closed, excluding them from the area.\r\n\r\nAn initial challenge to implementing both scale and chute training was finding a suitable location in the exhibit where both the scale and chute could be introduced.  The original feed area was not ideal due to limited space.  Once we found a level area near the shoreline for the scale with enough water area for the chute, we introduced another sound cue, a castanet, as the training cue for the start of the sessions.\r\n\r\nScale and chute training began with two keepers on the bank, near the shoreline with the small scale (L 32cm x W 28cm x H 3.8cm) and chute (Figure 1).  These training sessions were conducted at least once per week.  The castanet cue was paired with crickets being tossed into the water.  In the first week, none of the waterfowl came closer than five feet from the bank.  We reinforced any orientation to the new designated area.  It didn’t take long for several of the ducks to begin participating in sessions.\r\n\r\nMost of the ducks were easily baited to the scale (Fig. 2).  Acclimation to the chute worked much the same way, using crickets as reinforcement for any movement toward the chute opening.   The swans preferred romaine lettuce to all other items, so this was used for them.  Progress to the completed behavior of stepping on the scale and entering the chute was slow. After a period of five months (with 1 to 2 sessions per week), we were able to get voluntary weights on 10 of the 22 birds (including the swans) (Fig. 3-4).  All of the collection birds in this enclosure would then eat off of the scale, and many more put at least a foot on the scale.  Also, all birds (excluding the swans due to their size) entered the chute and ate within it on the shoreline or hand fed within the chute (Fig. 5-6).  Since the chute added some distance between keepers and the ducks, it allowed more elusive species, like the common white-eyes, to participate in sessions.\r\n<div><img class="alignnone size-large wp-image-2543" title="yellow_billed_duck" src="http://aecetia.net/gws/aazk/wp-content/uploads/yellow_billed_duck-1024x679.jpg" alt="yellow_billed_duck" width="614" height="407" /></div>\r\n<div>\r\n<div>Yellow-billed duck “Mr. Snoops” hand feeding from trainer while stationing on the scale.  <em>Photo courtesy of Disney’s Animal Kingdom.</em></div>\r\n<div></div>\r\n<div></div>\r\n<div><strong><em><span>For this and much more every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong></div>\r\n<div></div>\r\n</div>', 'Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®', 0, '', 'draft', 'closed', 'closed', '', 'advances-in-waterfowl-training-and-enrichment-at-disneys-animal-kingdom', '', '', '2013-10-15 17:49:17', '2013-10-15 22:49:17', '', 0, 'http://aazk.org/?p=2542', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2393, 2, '2012-02-17 10:29:51', '2012-02-17 15:29:51', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\r\n\r\n<em><strong>Event Planning\r\n</strong></em>\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.rtf">rich text format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2012-02-17 10:29:51', '2012-02-17 15:29:51', '', 1404, 'http://aazk.org/uncategorized/1404-revision-19/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2394, 2, '2012-02-26 22:59:50', '2012-02-27 03:59:50', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\r\n\r\n<em><strong>Marketing</strong></em>\r\n\r\n<a href="http://www.youtube.com/watch?v=kc3NNEfu0rI">BFR Promotional Video </a>\r\n\r\nChapter Event Media Release template  (Word format)\r\n\r\nFlyer template  (Powerpoint format)\r\n\r\nBLAST template  (Powerpoint format)\r\n\r\n<span style="font-weight: bold; font-style: italic;">Event Planning</span>\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nSponsor Letter Mail template  (Word format)\r\n\r\nSponsor Letter Hand Delivered template  (Word format)\r\n\r\nThank You Letter template  (Word format)\r\n\r\n<em><strong>Examples</strong></em>\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.rtf">rich text format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2012-02-26 22:59:50', '2012-02-27 03:59:50', '', 1404, 'http://aazk.org/uncategorized/1404-revision-20/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2544, 2, '2012-08-01 10:26:25', '2012-08-01 15:26:25', '<em>By\nStacy Johnson, Animal Keeper\nDisney’s Animal Kingdom®, Lake Buena Vista, Florida</em>\n\n<em></em>\n\n<strong>Abstract</strong>\n\n“Waterfowl” is a collective term given to the order Anseriformes, consisting mostly of ducks, geese and swans.  There are currently over 150 species represented on every continent except Antarctica.  Most ducks fall in to the categories of dabblers, divers and perchers.\n\nSeveral species of ducks and swans are represented within the Oasis area of Disney’s Animal Kingdom®.  The largest pond houses red shovelers (<em>Anas platalea</em>), red-crested pochards (<em>Netta rufina</em>), common white-eye (<em>Aythya nyroca</em>), rosybill (<em>Netta peposaca</em>), yellow-billed duck (<em>Anas undulata</em>), black-necked swans (C<em>ygnus melanocorphyus</em>), tufted ducks (<em>Aythya fuligula</em>) and plumed whistling duck (<em>Dendrocygna eytoni</em>).  Despite the size of this large pond, keepers need to get within close proximity to the ducks to conduct health checks and administer medications when needed.  The pond is also an open exhibit, allowing native wildlife (e.g., white ibis and mallard ducks) easy access causing competition for food.  To meet these challenges, we implemented four training behaviors: “come”, hand feeding, scale and chute. To further enhance waterfowl management, the waterfowl enrichment program was also expanded to include sinking feeders, floating feeders and variations of food presentation.  The investment in waterfowl training and enrichment has also allowed us to obtain weights, reduce capture stress, and engage visitors in our daily husbandry.\n\n<strong>Training</strong>\n\nAll of the waterfowl in the current collection are captive bred, but like most species, they remained elusive to keepers upon our arrival.  Therefore, our initial training goal was to desensitize all 22 individuals to the close proximity of keepers.  This would help with better management of daily feedings, as well as facilitate physical and behavioral observations. We began the process by pairing the sound of a clicker (in rapid succession) with food.  Birds were cued to come to where the keeper was standing in a designated shallow part of the pond.  Initially, any movement in the keeper’s direction was reinforced.  As the criterion was tightened, closer proximity to the keeper was reinforced and we were able to get close enough to do quick visual assessments of individual ducks.  All of the birds quickly learned that the sound of the cue signaled the availability of food and, within a matter of weeks, all ducks were responding to the come cue (the clicker).  We hoped that, over time, the birds would be comfortable enough around us to remain in the immediate area for longer periods while eating.  Within a few weeks, “Calum” (red crested pochard), “Mallomar” (black-necked swan), “Mr. Snoops” (yellow-billed duck), “Bianca” (rosy-billed pochard), “Tank” and “Titan” (tufted ducks) and “Siren” (red shoveler) all remained in the vicinity of the keeper to eat during the entire feed session.  Little did we know that some would become so comfortable with us, they would start pecking at our boots if we did not get food to them fast enough!\n\nThe birds’ high level of food motivation prompted us to move on to our next goal of hand feeding.  Once the ducks were cued to the designated feeding area, the keeper used favorite food items (e.g., Romaine lettuce, krill, finch seed, millet, crickets) to entice birds to approach and take the item from the keeper’s hand.  The waterfowl in the collection were fed three times per day.  Hand feeding was attempted at each feed.  Not surprisingly, many of the ducks either swam away or remained just out of reach.  After a few weeks, the most gregarious waterfowl (yellow-billed ducks, black-necked swans, and a rosybill) began to feed from a keeper’s hand. In another two weeks most of the waterfowl in the pond came close enough to quickly grab a bite from the keepers and swim away.  After working on this for another month, most of the waterfowl began to establish preferred feeding locations near the keeper.  However, there were still some extremely shy waterfowl species in the collection, like the common white-eyes, that never attempted to hand feed.  An added benefit to this training was that some individuals began to defend their “feed area” from native birds, facilitating the hand feeding sessions.  The success of hand feeding enabled us to more closely monitor individual food consumption and allowed medication to be administered to specific individuals.\n\nWith the group well acclimated to the proximity of keepers and hand feeding, our next goal was to start scale and chute training.  We wanted to get monthly weights on all of the ducks to ensure they weren’t being out-competed by native waterfowl in the area.   In addition, we wanted to introduce an exclusionary device: a chute that could minimize the intrusion of native birds in the feed area.  The chute is a very simple design made of box wire (L 96cm x W 43cm x H 42cm) with one hinged side.  The chute allowed collection animals to swim in, get their food, and swim back out.  If a native bird tried to get in, the side could be closed, excluding them from the area.\n\nAn initial challenge to implementing both scale and chute training was finding a suitable location in the exhibit where both the scale and chute could be introduced.  The original feed area was not ideal due to limited space.  Once we found a level area near the shoreline for the scale with enough water area for the chute, we introduced another sound cue, a castanet, as the training cue for the start of the sessions.\n\nScale and chute training began with two keepers on the bank, near the shoreline with the small scale (L 32cm x W 28cm x H 3.8cm) and chute (Figure 1).  These training sessions were conducted at least once per week.  The castanet cue was paired with crickets being tossed into the water.  In the first week, none of the waterfowl came closer than five feet from the bank.  We reinforced any orientation to the new designated area.  It didn’t take long for several of the ducks to begin participating in sessions.\n\nMost of the ducks were easily baited to the scale (Fig. 2).  Acclimation to the chute worked much the same way, using crickets as reinforcement for any movement toward the chute opening.   The swans preferred romaine lettuce to all other items, so this was used for them.  Progress to the completed behavior of stepping on the scale and entering the chute was slow. After a period of five months (with 1 to 2 sessions per week), we were able to get voluntary weights on 10 of the 22 birds (including the swans) (Fig. 3-4).  All of the collection birds in this enclosure would then eat off of the scale, and many more put at least a foot on the scale.  Also, all birds (excluding the swans due to their size) entered the chute and ate within it on the shoreline or hand fed within the chute (Fig. 5-6).  Since the chute added some distance between keepers and the ducks, it allowed more elusive species, like the common white-eyes, to participate in sessions.\n<div><img class="alignnone size-large wp-image-2543" title="yellow_billed_duck" src="http://aecetia.net/gws/aazk/wp-content/uploads/yellow_billed_duck-1024x679.jpg" alt="yellow_billed_duck" width="614" height="407" /></div>\n<div></div>\n<div>\n<div>Yellow-billed duck “Mr. Snoops” hand feeding from trainer while stationing on the scale.  <em>Photo courtesy of Disney’s Animal Kingdom.</em></div>\n<div></div>\n</div>', 'Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®', 0, '', 'inherit', 'closed', 'closed', '', '2542-revision', '', '', '2012-08-01 10:26:25', '2012-08-01 15:26:25', '', 2542, 'http://aazk.org/uncategorized/2542-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2395, 2, '2012-02-26 23:43:40', '2012-02-27 04:43:40', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\r\n\r\n<em><strong>Marketing</strong></em>\r\n\r\n<a href="http://youtu.be/PeEETlgT2xI">BFR Promotional Video</a> (YouTube)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/BFR2012_medium.mp4">medium mp4 format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/BFR2012_720p.mp4">720p</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/BFR2012_1080p.mp4">1080p</a>)\r\n\r\nChapter Event Media Release template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/chapter_media_release.doc">Word format</a>)\r\n\r\nFlyer template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/flyer_template.ppt">Powerpoint format</a>)\r\n\r\nBLAST template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blast.ppt">Powerpoint format</a>)\r\n\r\n<span style="font-weight: bold; font-style: italic;">Event Planning</span>\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nSponsor Letter Mail template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_mail.doc">Word format</a>)\r\n\r\nSponsor Letter Hand Delivered template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_hand.doc">Word format</a>)\r\n\r\nThank You Letter template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/thank_you_letter.doc">Word format</a>)\r\n\r\n<em><strong>Examples</strong></em>\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.rtf">rich text format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2012-02-26 23:43:40', '2012-02-27 04:43:40', '', 1404, 'http://aazk.org/uncategorized/1404-revision-21/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2543, 2, '2012-08-01 10:25:30', '2012-08-01 15:25:30', '', 'yellow_billed_duck', 0, '', 'inherit', 'closed', 'closed', '', 'yellow_billed_duck', '', '', '2012-08-01 10:25:30', '2012-08-01 15:25:30', '', 2542, 'http://aazk.org/wp-content/uploads/yellow_billed_duck.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2541, 2, '2012-08-01 10:20:56', '2012-08-01 15:20:56', '<em>By Leigh Pitsko and Marie Magnuson, Animal Keepers\nSmithsonian’s National Zoological Park, Washington, DC</em>\n\n<strong>Introduction</strong>\n\nThe giant anteater (<em>Myrmecophaga tridactyla</em>) does not show any obvious physical or behavioral indicators of pregnancy (DeBeauchamp et al., 2005; Patzl et al., 1998; Kusuda et al., 2010).  In reports from zoos around the world, it is not uncommon to hear about “surprise” giant anteater births, where keepers were unaware that the animal was pregnant.  An unexpected birth may yield neonate deaths, as the male is recommended to be separated from the female prior to the birth to prevent potential injury to the pup (Patzl et al., 1998).  Also, preparations need to be made in advance as the pup may require supplemental feeding or special veterinary care if there are any post-birth complications.\n\nI was interested in collecting data during our giant anteater’s pregnancy to determine if there were any behavioral or physical signs of her pregnancy that could be observed by a keeper during normal husbandry practices.  This information could be useful to keepers who are unable to handle or ultrasound their giant anteaters and could be beneficial in preventing unexpected births.\n\n<strong>Methods</strong>\n\nThe following information (food consumption, activity level, and spotting) was collected daily, beginning when our giant anteaters were introduced for breeding in April 2010, through the birth of their pup in December 2010.  The rust-colored spotting is what we believe to be a vaginal secretion that we find in the female anteater’s sleeping crate.  Weight was also recorded on a weekly basis.  These categories were chosen as they are readily observable by keepers on a daily basis, do not require handling the animal, and they require no special equipment other than a scale.  This anteater’s pregnancy was also confirmed via weekly ultrasound as routine practice with this particular animal.\n\n<strong>Results</strong>\n\nFood Consumption: This giant anteater (Maripi) is fed a gruel made of ground Mazuri® insectivore chow mixed with water twice a day.  Her morning food consumption decreased during the months where breeding was seen and then it increased steadily throughout her pregnancy (Graph 1).  At the start of breeding in April she was consuming approximately 25% of her morning diet, which went down to nearly 0% in June when the breeding ended.  By the time of birth in December she was eating about 55% of her morning diet.  Her evening food consumption did not show any significant changes and remained steady at about 85% throughout the entire period of data collection.\n\nActivity Level: For the first three months after breeding, Maripi was more active in the morning and was relatively easy to move for shifting. Approximately two months before the birth, she spent increasingly more time sleeping in the morning and was difficult to wake up for shifting (Graph 2).  Her evening activity level did not change as she was always up and moving around in the late afternoon.\n\n<img class="alignnone size-large wp-image-2539" title="Giant Anteater" src="http://aecetia.net/gws/aazk/wp-content/uploads/anteater-1024x684.jpg" alt="Giant Anteater" width="614" height="410" />\n\nGiant anteater pup, National Zoological Park.    <em>Photo by Mehgan Murphy</em>\n\n<strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>', 'Determining Pregnancy in the Giant Anteater  (Myrmecophaga tridactyla):  A Case Study at the Smithsonian’s National Zoological Park', 0, '', 'inherit', 'closed', 'closed', '', '2538-revision-2', '', '', '2012-08-01 10:20:56', '2012-08-01 15:20:56', '', 2538, 'http://aazk.org/uncategorized/2538-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2535, 2, '2012-08-01 10:13:29', '2012-08-01 15:13:29', 'About the Cover/Information for Contributors<span> </span>\r\n\r\nFrom the President<span> </span>\r\n\r\nNew Members<span> </span>\r\n\r\nComing Events<span> </span>\r\n\r\nThe Scoop<span> </span>\r\n\r\nConservation and Research for the Western Pond Turtle<span> </span>\r\n\r\nEnrichment Options/Training Tales: Advances in Waterfowl Training and Enrichment <span> </span>\r\n\r\nDetermining Pregnancy in the Giant Anteater <span> </span>\r\n\r\nDesign and Construction of Scale Holder and Weighing Platform <span> </span>\r\n\r\nConservation Station: Are Waribashi worth it? <span> </span>', 'August 2012', 0, '', 'draft', 'closed', 'closed', '', 'august-2012', '', '', '2013-10-15 17:49:17', '2013-10-15 22:49:17', '', 0, 'http://aazk.org/?p=2535', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2536, 2, '2012-08-01 10:13:17', '2012-08-01 15:13:17', '', 'August 2012', 0, '', 'inherit', 'closed', 'closed', '', '2535-revision', '', '', '2012-08-01 10:13:17', '2012-08-01 15:13:17', '', 2535, 'http://aazk.org/uncategorized/2535-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2537, 2, '2012-08-01 10:14:34', '2012-08-01 15:14:34', 'About the Cover/Information for Contributors<span> </span>\n\nFrom the President<span> </span>\n\nNew Members<span> </span>\n\nComing Events<span> </span>\n\nThe Scoop<span> </span>\n\nConservation and Research for the Western Pond Turtle<span> </span>\n\nEnrichment Options/Training Tales: Advances in Waterfowl Training and Enrichment <span> </span>\n\nDetermining Pregnancy in the Giant Anteater <span> </span>\n\nDesign and Construction of Scale Holder and Weighing Platform <span> </span>\n\nConservation Station: Are Waribashi worth it? <span> </span>', 'August 2012', 0, '', 'inherit', 'closed', 'closed', '', '2535-autosave', '', '', '2012-08-01 10:14:34', '2012-08-01 15:14:34', '', 2535, 'http://aazk.org/uncategorized/2535-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2538, 2, '2012-08-01 10:21:14', '2012-08-01 15:21:14', '<em>By Leigh Pitsko and Marie Magnuson, Animal Keepers\r\nSmithsonian’s National Zoological Park, Washington, DC</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nThe giant anteater (<em>Myrmecophaga tridactyla</em>) does not show any obvious physical or behavioral indicators of pregnancy (DeBeauchamp et al., 2005; Patzl et al., 1998; Kusuda et al., 2010).  In reports from zoos around the world, it is not uncommon to hear about “surprise” giant anteater births, where keepers were unaware that the animal was pregnant.  An unexpected birth may yield neonate deaths, as the male is recommended to be separated from the female prior to the birth to prevent potential injury to the pup (Patzl et al., 1998).  Also, preparations need to be made in advance as the pup may require supplemental feeding or special veterinary care if there are any post-birth complications.\r\n\r\nI was interested in collecting data during our giant anteater’s pregnancy to determine if there were any behavioral or physical signs of her pregnancy that could be observed by a keeper during normal husbandry practices.  This information could be useful to keepers who are unable to handle or ultrasound their giant anteaters and could be beneficial in preventing unexpected births.\r\n\r\n<strong>Methods</strong>\r\n\r\nThe following information (food consumption, activity level, and spotting) was collected daily, beginning when our giant anteaters were introduced for breeding in April 2010, through the birth of their pup in December 2010.  The rust-colored spotting is what we believe to be a vaginal secretion that we find in the female anteater’s sleeping crate.  Weight was also recorded on a weekly basis.  These categories were chosen as they are readily observable by keepers on a daily basis, do not require handling the animal, and they require no special equipment other than a scale.  This anteater’s pregnancy was also confirmed via weekly ultrasound as routine practice with this particular animal.\r\n\r\n<strong>Results</strong>\r\n\r\nFood Consumption: This giant anteater (Maripi) is fed a gruel made of ground Mazuri® insectivore chow mixed with water twice a day.  Her morning food consumption decreased during the months where breeding was seen and then it increased steadily throughout her pregnancy (Graph 1).  At the start of breeding in April she was consuming approximately 25% of her morning diet, which went down to nearly 0% in June when the breeding ended.  By the time of birth in December she was eating about 55% of her morning diet.  Her evening food consumption did not show any significant changes and remained steady at about 85% throughout the entire period of data collection.\r\n\r\nActivity Level: For the first three months after breeding, Maripi was more active in the morning and was relatively easy to move for shifting. Approximately two months before the birth, she spent increasingly more time sleeping in the morning and was difficult to wake up for shifting (Graph 2).  Her evening activity level did not change as she was always up and moving around in the late afternoon.\r\n\r\n<img class="alignnone size-large wp-image-2539" title="Giant Anteater" src="http://aecetia.net/gws/aazk/wp-content/uploads/anteater-1024x684.jpg" alt="Giant Anteater" width="614" height="410" />\r\n\r\nGiant anteater pup, National Zoological Park.    <em>Photo by Mehgan Murphy</em>\r\n\r\n<strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>', 'Determining Pregnancy in the Giant Anteater  (Myrmecophaga tridactyla):  A Case Study at the Smithsonian’s National Zoological Park', 0, '', 'draft', 'closed', 'closed', '', 'determining-pregnancy-in-the-giant-anteater-myrmecophaga-tridactyla-a-case-study-at-the-smithsonians-national-zoological-park', '', '', '2013-10-15 17:49:17', '2013-10-15 22:49:17', '', 0, 'http://aazk.org/?p=2538', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2397, 2, '2012-03-01 11:06:49', '2012-03-01 16:06:49', 'About the Cover/Information for Contributors                      <span> </span>\r\n\r\nFrom the President<span> </span>\r\n\r\nThe Scoop<span> </span>\r\n\r\nChapter News<span> </span>\r\n\r\nComing Events<span> </span>\r\n\r\nAAZK Announces New Members<span> </span>\r\n\r\nGeneral Announcements<span> </span>\r\n\r\nCall for Papers for Dedicated Issue of AKF – Chelonians &amp; Diabetic Animals<span> </span>\r\n\r\nWhat’s Black and White and Red All Over?<span> </span>\r\n\r\nThe Myth of Domestic Monkeys: Common Law and Nonhuman Primates<span> </span>\r\n\r\nAn Interview with Marissa Krouse: Chairperson of Acres for the Atmosphere<span> </span>\r\n\r\nResearch in Practice<span> </span>\r\n\r\nTraining Tales: Ideas to Help New Training Programs<span> </span>\r\n\r\nConservation/Legislation<span> </span>\r\n\r\nIn Remembrance: Dianna Frisch', 'March 2012', 0, '', 'draft', 'closed', 'closed', '', 'march-2012', '', '', '2013-10-15 17:49:18', '2013-10-15 22:49:18', '', 0, 'http://aazk.org/?p=2397', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2398, 2, '2012-03-01 11:06:47', '2012-03-01 16:06:47', 'About the Cover/Information for Contributors                      <span> </span>\n\nFrom the President<span> </span>\n\nThe Scoop<span> </span>\n\nChapter News<span> </span>\n\nComing Events<span> </span>\n\nAAZK Announces New Members<span> </span>\n\nGeneral Announcements<span> </span>\n\nCall for Papers for Dedicated Issue of AKF – Chelonians &amp; Diabetic Animals<span> </span>\n\nWhat’s Black and White and Red All Over?<span> </span>\n\nThe Myth of Domestic Monkeys: Common Law and Nonhuman Primates<span> </span>\n\nAn Interview with Marissa Krouse: Chairperson of Acres for the Atmosphere<span> </span>\n\nResearch in Practice<span> </span>\n\nTraining Tales: Ideas to Help New Training Programs<span> </span>\n\nConservation/Legislation<span> </span>\n\nIn Remembrance: Dianna Frisch', 'March 2012', 0, '', 'inherit', 'closed', 'closed', '', '2397-revision', '', '', '2012-03-01 11:06:47', '2012-03-01 16:06:47', '', 2397, 'http://aazk.org/uncategorized/2397-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2399, 2, '2012-03-01 11:07:56', '2012-03-01 16:07:56', 'About the Cover/Information for Contributors                      <span> </span>\n\nFrom the President<span> </span>\n\nThe Scoop<span> </span>\n\nChapter News<span> </span>\n\nComing Events<span> </span>\n\nAAZK Announces New Members<span> </span>\n\nGeneral Announcements<span> </span>\n\nCall for Papers for Dedicated Issue of AKF – Chelonians &amp; Diabetic Animals<span> </span>\n\nWhat’s Black and White and Red All Over?<span> </span>\n\nThe Myth of Domestic Monkeys: Common Law and Nonhuman Primates<span> </span>\n\nAn Interview with Marissa Krouse: Chairperson of Acres for the Atmosphere<span> </span>\n\nResearch in Practice<span> </span>\n\nTraining Tales: Ideas to Help New Training Programs<span> </span>\n\nConservation/Legislation<span> </span>\n\nIn Remembrance: Dianna Frisch', 'March 2012', 0, '', 'inherit', 'closed', 'closed', '', '2397-autosave', '', '', '2012-03-01 11:07:56', '2012-03-01 16:07:56', '', 2397, 'http://aazk.org/uncategorized/2397-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2400, 2, '2012-03-01 11:15:04', '2012-03-01 16:15:04', '<p><em>The Cutest Animal You Will Ever See, a Red Panda of Course.<br />\r\nBy<br />\r\nNicki Boyd<br />\r\nBehavior Husbandry Manager<br />\r\nSan Diego Zoo</em></p>\r\n<p><em></em></p>\r\n<p>If you have ever worked with red pandas then you are probably already agreeing with me, if not take five minutes right now to search a YouTube® video of red pandas and you will instantly fall in love.  That is what happened to me 20 years ago when I began working with them at the San Diego Zoo, and I haven’t stopped adoring them since.  There is a lot of information out there about taking care of red pandas and this article will teach you some of the basics as well as conservation efforts going on.  If you like this information then look for the dedicated AKF issue all about red pandas in 2013. We’ll be making a call out for papers too so if you would like to contribute we’d love to have your help.  Some of you reading this may have come to the workshop in San Diego at the last annual AAZK, Inc. conference in August of 2011.  I really enjoyed the workshop, not only did I get to teach about one of my favorite animals but I learned from all the other red panda keepers out there.  It was a great networking tool and I look forward to more of those in the future.</p>\r\n<p>So, let’s talk about red pandas or the FIRST panda as I like to say.  They were discovered in 1825 about 50 years before the giant panda (<em>Ailuropoda melanoleuca</em>).  There are two sub-species (<em>Ailurus fulgens fulgens</em>) and (<em>Ailurus fulgens re-fulgens</em>) (formerly <em>styani</em>). Red pandas were once classified with Procyonidae and now most agree they should be in Ailuridae. There has been much debate over their family as well, even going as far as some scientist classifying them at one time with pinnipeds, really?? So over the years I have found it difficult to explain to zoo guests and panda enthusiasts what family they are really in.  Our graphics at the zoo still say raccoon relatives even though our general curator and I tried to get the graphics updated before they were finished.  Oh well, I’m sure that has never happened to any of you, right?  A great book that just came out last year is Angela Glatson’s “Red Panda: The Biology and Conservation of the First Panda”.  You can get it for around $70 at Amazon.com®.  This book has a chapter in it that will give you a great historical look at how many different scientists have classified them in so many families and the scientific ways they have determined the two sub-species and most objective classifications to date.</p>\r\n<p><strong>Diet and Medical Husbandry</strong></p>\r\n<p>The diet varies from zoo to zoo but I will give you diet recommendations from our nutritionists and research data from the field.  Our diet for a female weighing around 6 kilograms (13.2 pounds) is as follows.</p>\r\n<p>1<span> </span>LEAFEATER (MarionvZoological®)<span> </span>50 whole<span> </span>300g<span> </span> SMTWRFS<span> </span></p>\r\n<p>2<span> </span>APPLE<span> </span>90g<span> </span> SMTWRFS<span> </span></p>\r\n<p>3<span> </span>GRAPE<span> </span>4 whole<span> </span> SMTWRFS<span> </span></p>\r\n<p>4    BROWSE, BAMBOO, ASST SPECIES  <span> </span>15-1 m branches<span> </span> SMTWRFS</p>\r\n<p>We weigh them once a month and make sure they are staying within their target which can be adjusted by a body score that our nutritionist uses to maintain a healthy weight.  They will check for fat build up on abdomen and back.  If you can get your pandas trained for palpation this really helps.  The fruit is great for training and we free-feed the leafeater biscuits in bowls or enrichment devices. I will talk more about training further down in this article.  The bamboo is offered two to three times per day.   Our horticulture team cuts it fresh and delivers it to the area. On the weekends it is bagged on Friday and put into a cooler then delivered with our daily forage order.  It dries out quickly so you should put it in water right away.  We have created several water containers.  Four-inch PVC tubes with a cap on the end and a hole in the side can easily be hung on a lag bolt drilled into a tree and our newest exhibit  has it on display so we use large sections of bamboo culm that is dried out with a hole drilled in it and that is hung with the bolts drilled into the trees (for a more natural look).  There are many species of bamboo that can be grown in all climates and it grows fast so hopefully if you have red pandas your zoo will support growing fresh bamboo to feed out.  In the wild bamboo can be up to 98% of their diet (99% of the giant pandas’ diet).  Researchers have found they prefer species B. spanostachya. Unlike giant pandas they eat only the leaves.  They also eat berries, fruits, some meat such as birds, eggs and rodents.  They have a rapidly moving digestive tract.  Input versus output is about 4200 grams of food intake while they excrete 2750 grams, thus lots and lots of feces.  Most feces are found up in trees in field studies (57%), so having a high platform (or as I like to call it a poop platform) can help make a latrine for them that you can hopefully set up for easy cleaning and disinfecting.</p>\r\n<p>Pandas can get overweight very easy and that can cause a dystocia for breeding females so our veterinarians and nutritionists keep a close eye on them, and we make sure they stay around their target weight.  We sometimes have had to separate the male and female during feeding if she starts eating his food too, which can be difficult if they don’t want to shift.  We have also had to separate for daily medications.  As they get older dental disease is quite common and a low dose of antibiotics with 3 months on, 3 months off has really kept the gingivitis under control.  Some of the other medical issues you need to stay on top of are skin issues.  Some zoos with a lot of humidity have had an issue with ringworm; another good reason to train them for tactile palpation, their fur is so thick it will hide sores and injury.  We had an issue with hot spots and were able to treat topically with Silvadene but if we didn’t have our hands on the panda we may have missed it until it was a severe sore.</p>\r\n<p>For vaccination recommendations start at 8 weeks, then 3 weeks until 16 weeks, killed rabies vaccine every 3 years after the 1st year.  For animal ambassadors that have public contact we vaccinate against rabies every year and Distemper, Feline Herpes/Calici/Panleukopenia every three years.  They can be trained for hand injections or squeeze trained pretty easily.</p>\r\n<p><strong>Exhibit Design and Nest Box Recommendations</strong></p>\r\n<p>They are an arboreal animal that is built for a cold climate, they need shade, ideally a misting system and air conditioning unit for the warmer regions and hotter months.  High climbing spots with shade, ideally natural trees to climb up and sleep in make better displays.  They have an approximate Four-foot jump distance (not great jumpers but great climbers), so five to six foot walls with a turn back and smooth surface will work fine.  Ideally the exhibit would not be surrounded by visitors, giving them some escape from guests.  While they do warm up to familiar keepers and participate well with training (once comfortable) in many zoos they can still be shy and easily stressed.  If they pace a lot in a warm climate they can quickly overheat with that thick fur coat.  Having access in hot months to air conditioning is highly recommended.</p>\r\n<p>Nest boxes (SSP recommends 3 options, and boxes should not get over 70 degrees Fahrenheit), should be L shaped for females to feel hidden. I have seen many different next boxes, in the wild they would prefer a large hollowed out log or small cave; these have been simulated in some captive exhibits and worked well.  In most zoos I see wooden next boxes, many on legs to get them up off the ground, again with options for the female.  Before giving birth you will find her dragging lots of nesting material in the box.  I have had hay get moldy from getting wet so we prefer pine wood shavings or excelsior (wood wool) and the female tends to drag in a bunch of dried bamboo to make her own. Plants in the exhibit will probably vary greatly so I imagine there are many keepers out there with suggestions (again another great time to share in the red panda issue in 2013).  Many facilities have air conditioning in the denning area; they usually give birth mid-summer so here in the United States most of us are pretty warm so to decrease mortality keeping them cool is highly recommended.</p>\r\n<p><strong>Breeding</strong></p>\r\n<p>Red pandas reach sexual maturity at around 18 to 22 months, the earliest red panda to give birth was about 25 months-old.  They breed in late winter and their parturition is usually in early to mid-summer.  Studies show they are induced ovulators and can delay implantation, so knowing exact birth dates can be tricky.  Gestation is typically 114 days (can be shorter due to time of implantation) and can be anywhere from 98 to 158 days.  The SSP recommends cameras for the den box.  There are many different strategies for successful breeding and they vary so you have to find out what works for your facility.  Some separate the female from the male, others leave them together.  Some fathers have been seen playing with them once they are out of the next box, but normally would have nothing to do with raising offspring.  Experts say that if the pair is very compatible you have a better chance of her tolerating him during birth.  If she is easily stressed it may be best to move him out or at least separate them.  Some facilities lock the female in the back with her cubs for the first month.  We have had to hand-raise youngsters at the San Diego Zoo.  There is a high mortality so a trained female is much more likely to let you get your hands on the cubs, weigh them and check vitality.  If they are not gaining you can supplement feed or pull for hand-rearing.  Aspiration is very common with bottle-fed neonates so a well-developed hand-rearing protocol should be in place in case you need to pull cubs.</p>\r\n<p>Anyone can contact me at the zoo at <a href="mailto:nboyd@sandiegozoo.org">nboyd@sandiegozoo.org</a> and I will get you in touch with the appropriate nursery staff to get you set up with our best practices and formulas.</p>\r\n<p><strong>Training and Enrichment</strong></p>\r\n<p>Goals for training at our facility were prioritized by our veterinary department.  In a perfect world these are the priority behaviors to train in order of importance:</p>\r\n<p>Shift/station</p>\r\n<p>Scale</p>\r\n<p>Crate</p>\r\n<p>Body exam: tactile (topical treatment), mouth open, ears, eyes, genitalia, measurements, ultrasound.</p>\r\n<p>Injection training</p>\r\n<p>Optional leash training as ambassador (male best candidate if in breeding program during non-breeding season).</p>\r\n<p><img class="alignnone size-large wp-image-2401" title="red_panda" src="http://aecetia.net/gws/aazk/wp-content/uploads/red_panda-1024x751.jpg" alt="red_panda" width="717" height="526" /></p>\r\n<p>There are many successful training programs all over the country, with patience and trust these animals are extremely intelligent and will to learn.  Of course, each individual is different and time and energy allotted toward training may affect the success.  But at minimum you should be able to crate train and/or scale train them.  With such a large tail, use a tub, half crate or platform to make sure all of their tail is being weighed too.  While being overweight is a medical concern they can easily get underweight too and with all that fur it’s difficult to tell, which is another great reason to train palpation.  The SSP would like to collect measurements again from captive pandas and have it sent to the AZA SSP coordinator.  If you have them in your institution your Institutional Representative (IR) should have the 2011 recommendations which have a chart on what measurements they would like such as girth, nose to tail and more.  I can also send you the diagrams and contact information if you’re interested.  Red pandas can be difficult to enrich, but training is enrichment too.  They should be provided fresh bamboo daily (live plants get eaten too quickly).  Also know your bamboo before planting any in…</p>\r\n<div><strong>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></div>\r\n', 'What’s Black and White and Red all Over?', 0, '', 'draft', 'closed', 'closed', '', 'whats-black-and-white-and-red-all-over', '', '', '2013-10-15 17:49:18', '2013-10-15 22:49:18', '', 0, 'http://aazk.org/?p=2400', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2401, 2, '2012-03-01 11:13:56', '2012-03-01 16:13:56', '', 'red_panda', 0, '', 'inherit', 'closed', 'closed', '', 'red_panda', '', '', '2012-03-01 11:13:56', '2012-03-01 16:13:56', '', 2400, 'http://aazk.org/wp-content/uploads/red_panda.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2402, 2, '2012-03-01 11:13:24', '2012-03-01 16:13:24', '<em>The Cutest Animal You Will Ever See, a Red Panda of Course.\nBy\nNicki Boyd\nBehavior Husbandry Manager\nSan Diego Zoo</em>\n\n<em>If you have ever worked with red pandas then you are probably already agreeing with me, if not take five minutes right now to search a YouTube® video of red pandas and you will instantly fall in love.  That is what happened to me 20 years ago when I began working with them at the San Diego Zoo, and I haven’t stopped adoring them since.  There is a lot of information out there about taking care of red pandas and this article will teach you some of the basics as well as conservation efforts going on.  If you like this information then look for the dedicated AKF issue all about red pandas in 2013. We’ll be making a call out for papers too so if you would like to contribute we’d love to have your help.  Some of you reading this may have come to the workshop in San Diego at the last annual AAZK, Inc. conference in August of 2011.  I really enjoyed the workshop, not only did I get to teach about one of my favorite animals but I learned from all the other red panda keepers out there.  It was a great networking tool and I look forward to more of those in the future.\n\nSo, let’s talk about red pandas or the FIRST panda as I like to say.  They were discovered in 1825 about 50 years before the giant panda (<em>Ailuropoda melanoleuca</em>).  There are two sub-species (<em>Ailurus fulgens fulgens</em>) and (<em>Ailurus fulgens re-fulgens</em>) (formerly <em>styani</em>). Red pandas were once classified with Procyonidae and now most agree they should be in Ailuridae. There has been much debate over their family as well, even going as far as some scientist classifying them at one time with pinnipeds, really?? So over the years I have found it difficult to explain to zoo guests and panda enthusiasts what family they are really in.  Our graphics at the zoo still say raccoon relatives even though our general curator and I tried to get the graphics updated before they were finished.  Oh well, I’m sure that has never happened to any of you, right?  A great book that just came out last year is Angela Glatson’s “Red Panda: The Biology and Conservation of the First Panda”.  You can get it for around $70 at Amazon.com®.  This book has a chapter in it that will give you a great historical look at how many different scientists have classified them in so many families and the scientific ways they have determined the two sub-species and most objective classifications to date.\n\n<strong>Diet and Medical Husbandry</strong>\n\nThe diet varies from zoo to zoo but I will give you diet recommendations from our nutritionists and research data from the field.  Our diet for a female weighing around 6 kilograms (13.2 pounds) is as follows.\n\n1<span> </span>LEAFEATER (MarionvZoological®)<span> </span>50 whole<span> </span>300g<span> </span> SMTWRFS<span> </span>\n\n2<span> </span>APPLE<span> </span>90g<span> </span> SMTWRFS<span> </span>\n\n3<span> </span>GRAPE<span> </span>4 whole<span> </span> SMTWRFS<span> </span>\n\n4    BROWSE, BAMBOO, ASST SPECIES  <span> </span>15-1 m branches<span> </span> SMTWRFS\n\nWe weigh them once a month and make sure they are staying within their target which can be adjusted by a body score that our nutritionist uses to maintain a healthy weight.  They will check for fat build up on abdomen and back.  If you can get your pandas trained for palpation this really helps.  The fruit is great for training and we free-feed the leafeater biscuits in bowls or enrichment devices. I will talk more about training further down in this article.  The bamboo is offered two to three times per day.   Our horticulture team cuts it fresh and delivers it to the area. On the weekends it is bagged on Friday and put into a cooler then delivered with our daily forage order.  It dries out quickly so you should put it in water right away.  We have created several water containers.  Four-inch PVC tubes with a cap on the end and a hole in the side can easily be hung on a lag bolt drilled into a tree and our newest exhibit  has it on display so we use large sections of bamboo culm that is dried out with a hole drilled in it and that is hung with the bolts drilled into the trees (for a more natural look).  There are many species of bamboo that can be grown in all climates and it grows fast so hopefully if you have red pandas your zoo will support growing fresh bamboo to feed out.  In the wild bamboo can be up to 98% of their diet (99% of the giant pandas’ diet).  Researchers have found they prefer species B. spanostachya. Unlike giant pandas they eat only the leaves.  They also eat berries, fruits, some meat such as birds, eggs and rodents.  They have a rapidly moving digestive tract.  Input versus output is about 4200 grams of food intake while they excrete 2750 grams, thus lots and lots of feces.  Most feces are found up in trees in field studies (57%), so having a high platform (or as I like to call it a poop platform) can help make a latrine for them that you can hopefully set up for easy cleaning and disinfecting.\n\nPandas can get overweight very easy and that can cause a dystocia for breeding females so our veterinarians and nutritionists keep a close eye on them, and we make sure they stay around their target weight.  We sometimes have had to separate the male and female during feeding if she starts eating his food too, which can be difficult if they don’t want to shift.  We have also had to separate for daily medications.  As they get older dental disease is quite common and a low dose of antibiotics with 3 months on, 3 months off has really kept the gingivitis under control.  Some of the other medical issues you need to stay on top of are skin issues.  Some zoos with a lot of humidity have had an issue with ringworm; another good reason to train them for tactile palpation, their fur is so thick it will hide sores and injury.  We had an issue with hot spots and were able to treat topically with Silvadene but if we didn’t have our hands on the panda we may have missed it until it was a severe sore.\n\nFor vaccination recommendations start at 8 weeks, then 3 weeks until 16 weeks, killed rabies vaccine every 3 years after the 1st year.  For animal ambassadors that have public contact we vaccinate against rabies every year and Distemper, Feline Herpes/Calici/Panleukopenia every three years.  They can be trained for hand injections or squeeze trained pretty easily.\n\n<strong>Exhibit Design and Nest Box Recommendations</strong>\n\nThey are an arboreal animal that is built for a cold climate, they need shade, ideally a misting system and air conditioning unit for the warmer regions and hotter months.  High climbing spots with shade, ideally natural trees to climb up and sleep in make better displays.  They have an approximate Four-foot jump distance (not great jumpers but great climbers), so five to six foot walls with a turn back and smooth surface will work fine.  Ideally the exhibit would not be surrounded by visitors, giving them some escape from guests.  While they do warm up to familiar keepers and participate well with training (once comfortable) in many zoos they can still be shy and easily stressed.  If they pace a lot in a warm climate they can quickly overheat with that thick fur coat.  Having access in hot months to air conditioning is highly recommended.\n\nNest boxes (SSP recommends 3 options, and boxes should not get over 70 degrees Fahrenheit), should be L shaped for females to feel hidden. I have seen many different next boxes, in the wild they would prefer a large hollowed out log or small cave; these have been simulated in some captive exhibits and worked well.  In most zoos I see wooden next boxes, many on legs to get them up off the ground, again with options for the female.  Before giving birth you will find her dragging lots of nesting material in the box.  I have had hay get moldy from getting wet so we prefer pine wood shavings or excelsior (wood wool) and the female tends to drag in a bunch of dried bamboo to make her own. Plants in the exhibit will probably vary greatly so I imagine there are many keepers out there with suggestions (again another great time to share in the red panda issue in 2013).  Many facilities have air conditioning in the denning area; they usually give birth mid-summer so here in the United States most of us are pretty warm so to decrease mortality keeping them cool is highly recommended.\n\n<strong>Breeding</strong>\n\nRed pandas reach sexual maturity at around 18 to 22 months, the earliest red panda to give birth was about 25 months-old.  They breed in late winter and their parturition is usually in early to mid-summer.  Studies show they are induced ovulators and can delay implantation, so knowing exact birth dates can be tricky.  Gestation is typically 114 days (can be shorter due to time of implantation) and can be anywhere from 98 to 158 days.  The SSP recommends cameras for the den box.  There are many different strategies for successful breeding and they vary so you have to find out what works for your facility.  Some separate the female from the male, others leave them together.  Some fathers have been seen playing with them once they are out of the next box, but normally would have nothing to do with raising offspring.  Experts say that if the pair is very compatible you have a better chance of her tolerating him during birth.  If she is easily stressed it may be best to move him out or at least separate them.  Some facilities lock the female in the back with her cubs for the first month.  We have had to hand-raise youngsters at the San Diego Zoo.  There is a high mortality so a trained female is much more likely to let you get your hands on the cubs, weigh them and check vitality.  If they are not gaining you can supplement feed or pull for hand-rearing.  Aspiration is very common with bottle-fed neonates so a well-developed hand-rearing protocol should be in place in case you need to pull cubs.\n\nAnyone can contact me at the zoo at <a href="mailto:nboyd@sandiegozoo.org">nboyd@sandiegozoo.org</a> and I will get you in touch with the appropriate nursery staff to get you set up with our best practices and formulas.\n\nTraining and Enrichment\n\nGoals for training at our facility were prioritized by our veterinary department.  In a perfect world these are the priority behaviors to train in order of importance:\n\nShift/station\n\nScale\n\nCrate\n\nBody exam: tactile (topical treatment), mouth open, ears, eyes, genitalia, measurements, ultrasound.\n\nInjection training\n\nOptional leash training as ambassador (male best candidate if in breeding program during non-breeding season).\n\nThere are many successful training programs all over the country, with patience and trust these animals are extremely intelligent and will to learn.  Of course, each individual is different and time and energy allotted toward training may affect the success.  But at minimum you should be able to crate train and/or scale train them.  With such a large tail, use a tub, half crate or platform to make sure all of their tail is being weighed too.  While being overweight is a medical concern they can easily get underweight too and with all that fur it’s difficult to tell, which is another great reason to train palpation.  The SSP would like to collect measurements again from captive pandas and have it sent to the AZA SSP coordinator.  If you have them in your institution your Institutional Representative (IR) should have the 2011 recommendations which have a chart on what measurements they would like such as girth, nose to tail and more.  I can also send you the diagrams and contact information if you’re interested.  Red pandas can be difficult to enrich, but training is enrichment too.  They should be provided fresh bamboo daily (live plants get eaten too quickly).  Also know your bamboo before planting any in…\n<div></div>\n</em>', 'What’s Black and White and Red all Over?', 0, '', 'inherit', 'closed', 'closed', '', '2400-revision', '', '', '2012-03-01 11:13:24', '2012-03-01 16:13:24', '', 2400, 'http://aazk.org/uncategorized/2400-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2403, 2, '2012-03-01 11:15:04', '2012-03-01 16:15:04', '<em>The Cutest Animal You Will Ever See, a Red Panda of Course.\r\nBy\r\nNicki Boyd\r\nBehavior Husbandry Manager\r\nSan Diego Zoo</em>\r\n\r\n<em></em>\r\n\r\nIf you have ever worked with red pandas then you are probably already agreeing with me, if not take five minutes right now to search a YouTube® video of red pandas and you will instantly fall in love.  That is what happened to me 20 years ago when I began working with them at the San Diego Zoo, and I haven’t stopped adoring them since.  There is a lot of information out there about taking care of red pandas and this article will teach you some of the basics as well as conservation efforts going on.  If you like this information then look for the dedicated AKF issue all about red pandas in 2013. We’ll be making a call out for papers too so if you would like to contribute we’d love to have your help.  Some of you reading this may have come to the workshop in San Diego at the last annual AAZK, Inc. conference in August of 2011.  I really enjoyed the workshop, not only did I get to teach about one of my favorite animals but I learned from all the other red panda keepers out there.  It was a great networking tool and I look forward to more of those in the future.\r\n\r\nSo, let’s talk about red pandas or the FIRST panda as I like to say.  They were discovered in 1825 about 50 years before the giant panda (<em>Ailuropoda melanoleuca</em>).  There are two sub-species (<em>Ailurus fulgens fulgens</em>) and (<em>Ailurus fulgens re-fulgens</em>) (formerly <em>styani</em>). Red pandas were once classified with Procyonidae and now most agree they should be in Ailuridae. There has been much debate over their family as well, even going as far as some scientist classifying them at one time with pinnipeds, really?? So over the years I have found it difficult to explain to zoo guests and panda enthusiasts what family they are really in.  Our graphics at the zoo still say raccoon relatives even though our general curator and I tried to get the graphics updated before they were finished.  Oh well, I’m sure that has never happened to any of you, right?  A great book that just came out last year is Angela Glatson’s “Red Panda: The Biology and Conservation of the First Panda”.  You can get it for around $70 at Amazon.com®.  This book has a chapter in it that will give you a great historical look at how many different scientists have classified them in so many families and the scientific ways they have determined the two sub-species and most objective classifications to date.\r\n\r\n<strong>Diet and Medical Husbandry</strong>\r\n\r\nThe diet varies from zoo to zoo but I will give you diet recommendations from our nutritionists and research data from the field.  Our diet for a female weighing around 6 kilograms (13.2 pounds) is as follows.\r\n\r\n1<span> </span>LEAFEATER (MarionvZoological®)<span> </span>50 whole<span> </span>300g<span> </span> SMTWRFS<span> </span>\r\n\r\n2<span> </span>APPLE<span> </span>90g<span> </span> SMTWRFS<span> </span>\r\n\r\n3<span> </span>GRAPE<span> </span>4 whole<span> </span> SMTWRFS<span> </span>\r\n\r\n4    BROWSE, BAMBOO, ASST SPECIES  <span> </span>15-1 m branches<span> </span> SMTWRFS\r\n\r\nWe weigh them once a month and make sure they are staying within their target which can be adjusted by a body score that our nutritionist uses to maintain a healthy weight.  They will check for fat build up on abdomen and back.  If you can get your pandas trained for palpation this really helps.  The fruit is great for training and we free-feed the leafeater biscuits in bowls or enrichment devices. I will talk more about training further down in this article.  The bamboo is offered two to three times per day.   Our horticulture team cuts it fresh and delivers it to the area. On the weekends it is bagged on Friday and put into a cooler then delivered with our daily forage order.  It dries out quickly so you should put it in water right away.  We have created several water containers.  Four-inch PVC tubes with a cap on the end and a hole in the side can easily be hung on a lag bolt drilled into a tree and our newest exhibit  has it on display so we use large sections of bamboo culm that is dried out with a hole drilled in it and that is hung with the bolts drilled into the trees (for a more natural look).  There are many species of bamboo that can be grown in all climates and it grows fast so hopefully if you have red pandas your zoo will support growing fresh bamboo to feed out.  In the wild bamboo can be up to 98% of their diet (99% of the giant pandas’ diet).  Researchers have found they prefer species B. spanostachya. Unlike giant pandas they eat only the leaves.  They also eat berries, fruits, some meat such as birds, eggs and rodents.  They have a rapidly moving digestive tract.  Input versus output is about 4200 grams of food intake while they excrete 2750 grams, thus lots and lots of feces.  Most feces are found up in trees in field studies (57%), so having a high platform (or as I like to call it a poop platform) can help make a latrine for them that you can hopefully set up for easy cleaning and disinfecting.\r\n\r\nPandas can get overweight very easy and that can cause a dystocia for breeding females so our veterinarians and nutritionists keep a close eye on them, and we make sure they stay around their target weight.  We sometimes have had to separate the male and female during feeding if she starts eating his food too, which can be difficult if they don’t want to shift.  We have also had to separate for daily medications.  As they get older dental disease is quite common and a low dose of antibiotics with 3 months on, 3 months off has really kept the gingivitis under control.  Some of the other medical issues you need to stay on top of are skin issues.  Some zoos with a lot of humidity have had an issue with ringworm; another good reason to train them for tactile palpation, their fur is so thick it will hide sores and injury.  We had an issue with hot spots and were able to treat topically with Silvadene but if we didn’t have our hands on the panda we may have missed it until it was a severe sore.\r\n\r\nFor vaccination recommendations start at 8 weeks, then 3 weeks until 16 weeks, killed rabies vaccine every 3 years after the 1st year.  For animal ambassadors that have public contact we vaccinate against rabies every year and Distemper, Feline Herpes/Calici/Panleukopenia every three years.  They can be trained for hand injections or squeeze trained pretty easily.\r\n\r\n<strong>Exhibit Design and Nest Box Recommendations</strong>\r\n\r\nThey are an arboreal animal that is built for a cold climate, they need shade, ideally a misting system and air conditioning unit for the warmer regions and hotter months.  High climbing spots with shade, ideally natural trees to climb up and sleep in make better displays.  They have an approximate Four-foot jump distance (not great jumpers but great climbers), so five to six foot walls with a turn back and smooth surface will work fine.  Ideally the exhibit would not be surrounded by visitors, giving them some escape from guests.  While they do warm up to familiar keepers and participate well with training (once comfortable) in many zoos they can still be shy and easily stressed.  If they pace a lot in a warm climate they can quickly overheat with that thick fur coat.  Having access in hot months to air conditioning is highly recommended.\r\n\r\nNest boxes (SSP recommends 3 options, and boxes should not get over 70 degrees Fahrenheit), should be L shaped for females to feel hidden. I have seen many different next boxes, in the wild they would prefer a large hollowed out log or small cave; these have been simulated in some captive exhibits and worked well.  In most zoos I see wooden next boxes, many on legs to get them up off the ground, again with options for the female.  Before giving birth you will find her dragging lots of nesting material in the box.  I have had hay get moldy from getting wet so we prefer pine wood shavings or excelsior (wood wool) and the female tends to drag in a bunch of dried bamboo to make her own. Plants in the exhibit will probably vary greatly so I imagine there are many keepers out there with suggestions (again another great time to share in the red panda issue in 2013).  Many facilities have air conditioning in the denning area; they usually give birth mid-summer so here in the United States most of us are pretty warm so to decrease mortality keeping them cool is highly recommended.\r\n\r\n<strong>Breeding</strong>\r\n\r\nRed pandas reach sexual maturity at around 18 to 22 months, the earliest red panda to give birth was about 25 months-old.  They breed in late winter and their parturition is usually in early to mid-summer.  Studies show they are induced ovulators and can delay implantation, so knowing exact birth dates can be tricky.  Gestation is typically 114 days (can be shorter due to time of implantation) and can be anywhere from 98 to 158 days.  The SSP recommends cameras for the den box.  There are many different strategies for successful breeding and they vary so you have to find out what works for your facility.  Some separate the female from the male, others leave them together.  Some fathers have been seen playing with them once they are out of the next box, but normally would have nothing to do with raising offspring.  Experts say that if the pair is very compatible you have a better chance of her tolerating him during birth.  If she is easily stressed it may be best to move him out or at least separate them.  Some facilities lock the female in the back with her cubs for the first month.  We have had to hand-raise youngsters at the San Diego Zoo.  There is a high mortality so a trained female is much more likely to let you get your hands on the cubs, weigh them and check vitality.  If they are not gaining you can supplement feed or pull for hand-rearing.  Aspiration is very common with bottle-fed neonates so a well-developed hand-rearing protocol should be in place in case you need to pull cubs.\r\n\r\nAnyone can contact me at the zoo at <a href="mailto:nboyd@sandiegozoo.org">nboyd@sandiegozoo.org</a> and I will get you in touch with the appropriate nursery staff to get you set up with our best practices and formulas.\r\n\r\nTraining and Enrichment\r\n\r\nGoals for training at our facility were prioritized by our veterinary department.  In a perfect world these are the priority behaviors to train in order of importance:\r\n\r\nShift/station\r\n\r\nScale\r\n\r\nCrate\r\n\r\nBody exam: tactile (topical treatment), mouth open, ears, eyes, genitalia, measurements, ultrasound.\r\n\r\nInjection training\r\n\r\nOptional leash training as ambassador (male best candidate if in breeding program during non-breeding season).\r\n\r\n<img class="alignnone size-large wp-image-2401" title="red_panda" src="http://aecetia.net/gws/aazk/wp-content/uploads/red_panda-1024x751.jpg" alt="red_panda" width="717" height="526" />\r\n\r\nThere are many successful training programs all over the country, with patience and trust these animals are extremely intelligent and will to learn.  Of course, each individual is different and time and energy allotted toward training may affect the success.  But at minimum you should be able to crate train and/or scale train them.  With such a large tail, use a tub, half crate or platform to make sure all of their tail is being weighed too.  While being overweight is a medical concern they can easily get underweight too and with all that fur it’s difficult to tell, which is another great reason to train palpation.  The SSP would like to collect measurements again from captive pandas and have it sent to the AZA SSP coordinator.  If you have them in your institution your Institutional Representative (IR) should have the 2011 recommendations which have a chart on what measurements they would like such as girth, nose to tail and more.  I can also send you the diagrams and contact information if you’re interested.  Red pandas can be difficult to enrich, but training is enrichment too.  They should be provided fresh bamboo daily (live plants get eaten too quickly).  Also know your bamboo before planting any in…\r\n<div><strong>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></div>', 'What’s Black and White and Red all Over?', 0, '', 'inherit', 'closed', 'closed', '', '2400-revision-2', '', '', '2012-03-01 11:15:04', '2012-03-01 16:15:04', '', 2400, 'http://aazk.org/uncategorized/2400-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2495, 2, '2012-05-03 10:53:14', '2012-05-03 15:53:14', '<strong><em></em></strong>\r\n\r\n<strong>May 6-11, 2012 - <em>ABMA Annual Conference </em></strong>- Hosted by Oakland Zoo, California Academy of Sciences, and CuriOdyssey.  The conference location will be the San Francisco Airport Mariott, Burlingame, CA.  See <a href="http://theabma.org">theabma.org</a> for more info.\r\n\r\n<strong>May 13-16 - <em>Shape of Enrichment Regional Workshop</em></strong> - Hosted by Howletts and Port Lympne Wild Animal Parks, Kent, UK.  For more information go to <a href="http://enrichment.org">enrichment.org</a>.\r\n\r\n<strong>June 4 - 6, 2012 - <em>International Gibbon Husbandry Conference: The Great Lesser Ape</em></strong> - Greensboro, NC. The conference will focus on captive gibbon husbandry and management practices, but will also encompass topics within gibbon conservation and biology.  For more information go to <a href="http://gibbonconference.org">gibbonconference.org</a>.\r\n\r\n<strong>June 11-15, 2012 - <em>International Gorilla Workshop</em></strong> - Apenheul Primate Park and Gaiapark Kerkrade are very excited and proud to invite all Gorilla specialists to join the 8th International Gorilla Workshop.  Includes three days in Apenheul Primate Park and the last day in Gaiapark Kerkrade. For more information go to <a href="http://igw2012.org">igw2012.org</a>.\r\n\r\n<strong>July 15-21, 2012 - NATIONAL ZOO KEEPER WEEK</strong>\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>August 16-19 - <em>The 10th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles</em> </strong>- Tucson, AZ.  Hosted by the Turtle Survival Alliance and the IUCN Tortoise and Freshwater Turtle Specialist Group.  For more information go to <a href="http://turtlesurvival.org">turtlesurvival.org</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY. For more information go to <a href="http://www.rgzaecetia.net/gws/aazk">www.rgzaecetia.net/gws/aazk</a>.\r\n\r\n<strong><strong> October 12-15, 2012 - </strong><em><strong><em>From Good Care to Great Welfare: A Workshop Designed for Animal Care Professionals Presented by the Center for Zoo Animal Welfare </em></strong>-</em></strong>Detroit Zoological Society. A unique four-day workshop for animal care staff working with captive exotic animals. The workshop is designed to help participants better understand animals’ perspectives and experiences, address the challenges captivity imposes on animal welfare, and develop the skills necessary to assess and improve overall well-being. Exercises and experiences are immersive and designed to help us understand captivity from the animals’ point of view. Limited scholarship opportunities available.\r\n\r\nFor information contact: Elizabeth Arbaugh, Animal Welfare Manager, Detroit Zoological Society, Tel: 248-398-0903 x3643, E-mail: <a href="mailto:Elizabeth@dzs.org">Elizabeth@dzs.org</a> or visit <a href="http://czaw.org">czaw.org</a>.\r\n<h2><strong>2013</strong></h2>\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - September 8-12\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events May 2012', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2012-05-03 10:53:14', '2012-05-03 15:53:14', '', 435, 'http://aazk.org/uncategorized/435-revision-53/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2404, 2, '2012-02-01 19:29:55', '2012-02-02 00:29:55', '<strong><em></em></strong>\r\n\r\n<strong>March 7-9, 2012 - <em>Association of Professional Wildlife Educators</em></strong><em> </em>- Hosted by Happy Hollow Zoo, San Jose, CA. For more information please visit <a href="http://www.apwe.org">www.apwe.org</a>.\r\n\r\n<strong>April 27-30, 2012 and October 12-15, 2012-<em>From Good Care to Great Welfare: A Workshop Designed for Animal Care Professionals Presented by the Center for Zoo Animal Welfare-</em></strong>Detroit Zoological Society. A unique four-day workshop for animal care staff working with captive exotic animals. The workshop is designed to help participants better understand animals’ perspectives and experiences, address the challenges captivity imposes on animal welfare, and develop the skills necessary to assess and improve overall well-being. Exercises and experiences are immersive and designed to help us understand captivity from the animals’ point of view. Limited scholarship opportunities available.\r\n\r\nFor information contact: Elizabeth Arbaugh, Animal Welfare Manager, Detroit Zoological Society, Tel: 248-398-0903 x3643, E-mail: <a href="mailto:Elizabeth@dzs.org">Elizabeth@dzs.org</a> or visit <a href="http://czaw.org">czaw.org</a>.\r\n\r\n<strong>May 6-11, 2012 - <em>ABMA Annual Conference </em></strong>- Hosted by Oakland Zoo, California Academy of Sciences, and CuriOdyssey.  The conference location will be the San Francisco Airport Mariott, Burlingame, CA.  See <a href="http://theabma.org">theabma.org</a> for more info.\r\n\r\n<strong>May 13-16 - <em>Shape of Enrichment Regional Workshop</em></strong> - Hosted by Howletts and Port Lympne Wild Animal Parks, Kent, UK.  For more information go to <a href="http://enrichment.org">enrichment.org</a>.\r\n\r\n<strong>July 15-21, 2012 - NATIONAL ZOO KEEPER WEEK</strong>\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>August 16-19 - <em>The 10th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles</em> </strong>- Tucson, AZ.  Hosted by the Turtle Survival Alliance and the IUCN Tortoise and Freshwater Turtle Specialist Group.  For more information go to <a href="http://turtlesurvival.org">turtlesurvival.org</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY. For more information go to <a href="http://www.rgzaecetia.net/gws/aazk">www.rgzaecetia.net/gws/aazk</a>.\r\n<h2><strong>2013</strong></h2>\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - September 8-12\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events February 2012', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2012-02-01 19:29:55', '2012-02-02 00:29:55', '', 435, 'http://aazk.org/uncategorized/435-revision-51/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2405, 2, '2012-03-01 11:24:42', '2012-03-01 16:24:42', '<img class="alignnone size-medium wp-image-2481" title="lcs-aazk-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/lcs-aazk-logo-300x76.jpg" alt="lcs-aazk-logo" width="300" height="76" />\r\n\r\nThe AAZK Lion Country Safari Chapter in West Palm Beach, FL has been focused on increasing fundraising efforts to benefit conservation organizations locally and internationally.  Chapter members have developed a cell phone recycling program on property that encourages guests to bring in used cell phones for recycling.  This program not only helps save valuable wildlife habitats and reduces electronic waste entering landfills, but also helps fund conservation projects sponsored by the chapter.  Last year, the chapter was able to recycle over <strong>1,700</strong> cell phones, placing the AAZK Lion Country Safari Chapter among the top ten collection organizations with recycling partner ECO-CELL.\r\n\r\nSeveral regular fundraisers throughout the year such as a staff art show, bake sale, holiday candy-gram sale, and chili cook-off competition allow the chapter to support a number of conservation initiatives including “Trees for You and Me.”  Each year the AAZK Lion Country Safari Chapter has participated in this chapter challenge campaign and consistently ranks among the top contributors.\r\n\r\nThe chapter’s most successful fundraiser event is “Bowling for Rhinos.”  Last year, an inaugural “Twilight Tour” of the safari with a focus on Lion Country Safari’s white rhinos promoted “Bowling for Rhinos” and helped raise additional funds for rhinoceros conservation.  Since it was such a smashing success, the chapter is expanding the pre-event, night tour this year to allow more people to experience this unique opportunity to see the animals after hours.  We look forward to another year of celebrating the zookeeping profession and commitment to wildlife conservation!\r\n\r\nThe AAZK Board of Directors sends their sincere appreciation to the Lion Country Safari Chapter for sponsoring this month’s issue of the Animal Keepers’ Forum.  The Chapter made a special contribution designated for the AKF with their re-charter materials.  It is the special contributions of our Chapters that allow our Association to continue to grow, expand your professional development opportunities, and reaffirm our commitment to your flagship conservation programs.  Our thanks go out to the Lion Country Safari Chapter for sponsoring this month’s AKF, and to all of the Chapters that support the Association throughout the year.\r\n\r\n<img class="aligncenter size-full wp-image-2493" title="art-show-2012" src="http://aecetia.net/gws/aazk/wp-content/uploads/art-show-2012.jpg" alt="art-show-2012" width="436" height="563" />\r\n<p style="text-align: center;">The three top winners, and Lion Country Safari   Chapter members, holding their art from this year’s AAZK Staff Art Show (from left to right): 2nd Place-Sara Ziegenfuss; 1st Place-Ashleigh Kandrac; 3rd Place-Sean Mallee.\r\n<div></div>', 'June 2012', 0, '', 'draft', 'closed', 'closed', '', 'june-2012-2', '', '', '2013-10-15 17:49:18', '2013-10-15 22:49:18', '', 0, 'http://aazk.org/?p=2405', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2483, 2, '2012-06-07 14:52:38', '2012-06-07 19:52:38', 'About the Cover/Information for Contributors<span> </span>\r\n\r\nFrom the President<span> </span>\r\n\r\nNew Members<span> </span>\r\n\r\nComing Events<span> </span>\r\n\r\nPerspectives on Poaching: A Park Guard Story <span> </span>\r\n\r\nAn Update from the Snow Leopard Trust<span> </span>\r\n\r\nObservations on Eco-tourism and Conservation in India<span> </span>\r\n\r\nEnrichment Options: Feeling Stuck in a Rut?  Ideas on How to Enrich Your Enrichment<span> </span>\r\n\r\nConservation Station: Rain Gardens: Bringing Conservation Home <span> </span>\r\n\r\nTraining Tales: Ideas to Help New Training Programs (Part 2)<span> </span>\r\n\r\nResearch in Practice: Moderating Undesirable Behavior in Petting Zoo Animals<span> </span>\r\n\r\nConservation/Legislative Update', 'June 2012', 0, '', 'draft', 'closed', 'closed', '', 'june-2012', '', '', '2013-10-15 17:49:17', '2013-10-15 22:49:17', '', 0, 'http://aazk.org/?p=2483', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2484, 2, '2012-06-07 14:52:24', '2012-06-07 19:52:24', '', 'June 2012', 0, '', 'inherit', 'closed', 'closed', '', '2483-revision', '', '', '2012-06-07 14:52:24', '2012-06-07 19:52:24', '', 2483, 'http://aazk.org/uncategorized/2483-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2406, 2, '2012-03-01 11:23:11', '2012-03-01 16:23:11', '', 'sd_group', 0, '', 'inherit', 'closed', 'closed', '', 'sd_group', '', '', '2012-03-01 11:23:11', '2012-03-01 16:23:11', '', 2405, 'http://aazk.org/wp-content/uploads/sd_group.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2482, 2, '2012-05-03 10:57:33', '2012-05-03 15:57:33', '<img class="alignnone size-full wp-image-2471" title="sdaazklogo2005small" src="http://aecetia.net/gws/aazk/wp-content/uploads/sdaazklogo2005small.jpg" alt="sdaazklogo2005small" width="218" height="252" /> <strong>San Diego Chapter of AAZK</strong>\r\n\r\nWith the new year comes changes and new board members for the San Diego Chapter of AAZK. Now that the conference is over, our Chapter has re-visited our goals and decided on positions that will help us accomplish them. We are excited to welcome our new board members and sad to see others leave.  Join me in welcoming our new board members. You can learn more about them and their positions on our website at sdaecetia.net/gws/aazk.\r\n\r\nYvette Kemp, President &amp; Liaison\r\n\r\nMaureen O. Duryee, Vice President\r\n\r\nKym Janke, Secretary\r\n\r\nHali O’Connor, Treasurer\r\n\r\nAnn Knutson, Fundraising Officer &amp; Event Coordinator\r\n\r\nLinda Henry, Public Relations Officer\r\n\r\nChristine Fenwick, Conservation Partner Officer\r\n\r\nLaurie Brogan, Volunteer Coordinator\r\n\r\nTina Hunter, Support\r\n\r\nLindsey King, Support\r\n\r\nMatt Price, Social Media Officer\r\n\r\nThank you to Matt Akel and Aimee Goldcamp for their extraordinary work on the San Diego AAZK board throughout the years, especially during the 2011 National AAZK Conference. Personally, I would not have been able to do it without them! Thank you also to our supporters Holly Border and Lisa Martin. The conference was a big endeavor and they were a huge help. We will definitely miss them but are happy to know they are close by.\r\n\r\nOn another note, we are excited to announce several upcoming projects for the year. We will be working with various local conservation organizations to raise funding and awareness for different causes. We have already paired up with the San Diego River Park Foundation to plant trees from the money raised to offset our carbon footprint during the 2011 National Conference. Visit our Facebook page at <a href="http://Facebook.com/pages/San-Diego-American-Association-of-Zoo-Keepers/224590787467?ref=share">Facebook.com/pages/San-Diego-American-Association-of-Zoo-Keepers/224590787467?ref=share</a> to see the pictures. You can learn about other projects by visiting our website.\r\n\r\nWe do invite you to participate in this year’s 3rd Annual SD AAZK Photo Contest that will be coming up soon. Be sure to watch for that information.\r\n\r\nVisit our website for up to date information on our Chapter and access to our quarterly newsletter.\r\n\r\nYvette Kemp\r\n\r\n<a href="http://sdaecetia.net/gws/aazk">sdaecetia.net/gws/aazk</a>\r\n\r\nLions Tigers &amp; Bears Community Project April 14\r\n\r\nBowling for Rhinos June 2\r\n\r\nNational Zoo Keeper Week July 15 – 21\r\n\r\nAugust Project Wildlife Fundraiser\r\n\r\nSeptember 3rd Annual AAZK Photo Contest\r\n\r\nNovember Golf Tournament Fundraiser\r\n\r\nDecember Humane Society Fundraiser', 'May 2012', 0, '', 'inherit', 'closed', 'closed', '', '2405-revision-3', '', '', '2012-05-03 10:57:33', '2012-05-03 15:57:33', '', 2405, 'http://aazk.org/uncategorized/2405-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2474, 2, '2012-06-07 14:42:54', '2012-06-07 19:42:54', '<img class="aligncenter size-medium wp-image-695" title="hdr_conservation_station" src="http://aecetia.net/gws/aazk/wp-content/uploads/hdr_conservation_station-300x114.gif" alt="hdr_conservation_station" width="300" height="114" />\r\n\r\n<em>Mary Ann Cisneros\r\nAAZK Conservation Committee</em>\r\n\r\nSpring has sprung and an early summer planting of a rain garden will not only leave your lawn looking lovely but your “green” conscious clear.  Rain gardens are landscaped areas using native plants that reduce storm water runoff and can provide considerable environmental benefits to your community.  Besides being aesthetically <img class="alignleft size-medium wp-image-2476" title="mac" src="http://aecetia.net/gws/aazk/wp-content/uploads/mac-300x200.jpg" alt="mac" width="300" height="200" />pleasing, rain gardens reduce flooding, protect streams and lakes from pollutants carried by urban storm water runoff, and increase the amount of water filtering into the ground to help recharge local aquifers.  An added bonus is that a new habitat is created for birds, butterflies, and beneficial insects.\r\n\r\nIn 2009, two events at Mesker Park Zoo promoted and celebrated the establishment of rain gardens in our community.  The first event was the installation of a rain garden at our new entrance.  Using a grant from the local Soil and Water Conservation District, MPZ AAZK partnered with several groups to bring this demonstration garden to Mesker Park Zoo and Botanic Garden.  Our own grounds curator and staff, University of Southern Indiana (USI) students and faculty, and the Evansville Zoological Society worked together to provide visitors an example of a way to bring conservation home.   The zoo used the planting day to teach about the mechanics of rain gardens and had volunteers (lucky USI students and MPZ AAZK members) perform the dirty work.  The second event was a dedication a few months after the planting so that visitors could get a look at the garden as it began to establish itself.\r\n\r\nBoth these events also allowed the Soil and Water Conservation District to promote their Backyard Conservation Grant.  This grant provided a cost-share/rebate program for citizens in Vanderburgh County who put in a rain garden.\r\n\r\nThe rain garden at the zoo was and is a success.  It is a beautiful addition to our zoo landscape and an ambassador for backyard conservation that is hard to ignore when<img class="alignright size-medium wp-image-2475" title="mac2" src="http://aecetia.net/gws/aazk/wp-content/uploads/mac2-300x200.jpg" alt="mac2" width="300" height="200" />visitors walk through our gates.  It is a happy coincidence that, in order to quench their thirst from our drinking fountains, guests have a great view of it!\r\n\r\nNow for you DIY’s out there! A rain garden can be put in cheaply and, once they become fully established (around two years) little or no maintenance is required of them.  So if you want your yard to be a first defense against flooding in your neighborhood and pollutants getting into local waterways please check out the following websites:\r\n\r\n<a href="http://clean-water.uwex.edu/pubs/pdf/rgmanual.pdf">http://clean-water.uwex.edu/pubs/pdf/rgmanual.pdf</a>,\r\n\r\n<a href="http://www.meskerparkzoo.com/conservation/garden.php">http://www.meskerparkzoo.com/conservation/garden.php</a>\r\n\r\nThey will give you the nitty gritty on rain garden construction for your yard.  They also provide design plans and plants that will work in your area.  Be sure to look to your local Soil and Water Conservation District to see if there is any financial assistance available for making your yard greener.  Use your resources and let’s start planting for a cleaner environment!\r\n\r\n<strong><em><span>For this and much more every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>', 'Rain Gardens: Bringing Conservation Home', 0, '', 'draft', 'closed', 'closed', '', 'rain-gardens-bringing-conservation-home', '', '', '2013-10-15 17:49:17', '2013-10-15 22:49:17', '', 0, 'http://aazk.org/?p=2474', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2407, 2, '2012-03-01 11:23:55', '2012-03-01 16:23:55', '<em>A Perfect Day for Tree Planting</em>\n<em>By Hali O’Connor, Sr. Mammal Keeper, SD AAZK Board Member</em>\n\nOvercast skies, light rain, and cool temperatures were forecasted for 21 January 2012...exactly the right conditions for the much anticipated Acres for the Atmosphere tree planting event. Over 60 people signed up...and SHOWED UP, prepared to dig some holes, get a little muddy and help young native cottonwood trees, arroyo willow trees and a few mule fat shrubs get settled in their new home along the San Diego River in the Mission Valley Preserve.\n\n<img class="alignnone size-large wp-image-2406" title="sd_group" src="http://aecetia.net/gws/aazk/wp-content/uploads/sd_group-1024x768.jpg" alt="sd_group" width="717" height="538" />\n\nTo recap, the San Diego Chapter of AAZK raised over $2200 while hosting the 2011 National AAZK conference last August. The Acres for the Atmosphere project goal was to encourage delegates to donate money to help offset the carbon produced by travel to and from the conference. With this money, SD AAZK joined forces with The San Diego River Park Foundation to plant trees in two choice locations along our precious San Diego River. The total was 319 trees to be exact!\n\nAnyone interested in helping with the planting project was encouraged to sign up on the SD AAZK website to partake in this fun and important event. Planting native tree species along the San Diego River that stretches from Julian to the ocean has many benefits. Native trees provide needed habitat and foods for many species, some of which are endangered. The native trees also provide erosion control, especially important in restoring wildfire burned areas. And the trees help to restore a natural balance and keep invasive species in check.\n\nThe 21 January 2012 planting included such an amazing group of enthusiastic and efficient tree planters that the 144 trees allotted to the Mission Valley Preserve were all lovingly planted in an hour! We even had time to clear away weeds from some of the existing trails to help encourage visitors to stay on a path instead of wandering off and disrupting the native plants and animals calling the preserve their home. The San Diego River Park staff also treated us to a wonderful trek to the river’s edge where we learned about some of the native and non-native plant species that live along our river.\n\nThe remaining 175 trees will be live oaks to be planted along the El Capitan Reservoir in Alpine on 4 February 2012. Anyone interested in helping with this project may sign up on our website at www.sdaazk.com. Several months ago a group of us went out to this area and collected acorns to produce the trees that will be planted in this area. That way we are sure to plant a species that belongs in the area and is very beneficial to the other species living there.\n\nA big thank you to all those that participated in this wonderful community project! Be sure to check out the pictures from that day on our Facebook® page at <a href="http://www.facebook.com/sdaazk">http://www.facebook.com/sdaazk</a>.', 'March 2012', 0, '', 'inherit', 'closed', 'closed', '', '2405-revision', '', '', '2012-03-01 11:23:55', '2012-03-01 16:23:55', '', 2405, 'http://aazk.org/uncategorized/2405-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2411, 2, '2012-03-02 08:49:09', '2012-03-02 13:49:09', '<h2><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant</a>: applications due June 1st.</h2>\r\n<h3>Coordinator</h3>\r\n<p><img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree</p>\r\n<h2><strong>Total Funds Raised to Date: <span style="color: #ff0000;">$4,003,344</span></strong></h2>\r\n<h2><strong><strong>2011 Funds Raised to Date: <span style="color: #ff0000;">$280,014</span></strong></strong></h2>\r\n\r\n<p>"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.</p>\r\n<p>AAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.</p>\r\n<p>The beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!</p>\r\n<p><a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.</p>\r\n<p><a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.</p>\r\n<p>BFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.</p>\r\n<p>Many organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.</p>\r\n<p><em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.</p>\r\n<p>There is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.</p>\r\n<p><span style="text-decoration: underline;">Links</span></p>\r\n<p>If your chapter would like to check your totals you can do so here: <a href="http://aazkbfr.org/bfrsites">http://aazkbfr.org/bfrsites</a>.</p>\r\n', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2012-03-02 08:49:09', '2012-03-02 13:49:09', '', 168, 'http://aazk.org/uncategorized/168-revision-42/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2409, 2, '2012-03-02 08:46:06', '2012-03-02 13:46:06', '<h2><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant</a>: applications due June 1st.</h2>\r\n<h3>Coordinator</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2><strong>Total Funds Raised to Date: <span style="color: #ff0000;">$4,003,344</span></strong></h2>\r\n<h2><strong><strong>2011 Funds Raised to Date: <span style="color: #ff0000;">$280,014</span></strong></strong></h2>\r\n<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" type="image" />\r\n\r\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" />\r\n</form>"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<span style="text-decoration: underline;">Links</span>\r\n\r\nIf your chapter would like to check your totals you can do so here: <a href="http://aazkbfr.org/bfrsites">http://aazkbfr.org/bfrsites</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2012-03-02 08:46:06', '2012-03-02 13:46:06', '', 168, 'http://aazk.org/uncategorized/168-revision-41/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2410, 2, '2012-03-02 09:40:49', '2012-03-02 14:40:49', '', 'donate_button', 0, '', 'inherit', 'closed', 'closed', '', 'donate_button', '', '', '2012-03-02 09:40:49', '2012-03-02 14:40:49', '', 168, 'http://aazk.org/wp-content/uploads/donate_button.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2412, 2, '2009-11-06 10:33:59', '2009-11-06 15:33:59', '<h3>Chair</h3>\r\n<img class="alignnone size-full wp-image-841" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /> Amanda Kamradt - <em>Zoo New England</em>\r\n<h3>Purpose</h3>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<h3>Conservation Committee Mission Statement</h3>\r\nTo promote and establish connections between AAZK members and the conservation of wildlife and their habitats.\r\n\r\nTo provide educational resources for members and their institutions about environmentally responsible practices.\r\n<h3>Vision Statement</h3>\r\nServe as a resource that will assist members in finding in situ opportunities with local, national, and international conservation projects and to initiate new conservation projects.\r\n\r\nProvide contact information to coordinate educational and development opportunities with conservationists.', 'Conservation Committee', 0, '', 'inherit', 'closed', 'closed', '', '182-revision-v1', '', '', '2009-11-06 10:33:59', '2009-11-06 15:33:59', '', 182, 'http://aazk.org/uncategorized/182-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2414, 2, '2012-02-15 17:39:23', '2012-02-15 22:39:23', '<div class="committee">\r\n<h3><a href="http://aecetia.net/gws/aazk/committee/international-congress-zookeepers/">International Congress of Zookeepers\r\n</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-843 alignnone" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="name">Cleveland Metroparks Zoo</div>\r\n<div class="title">AAZK representative</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<p class="email"></p>\r\n\r\n<div class="email"><img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /></div>\r\n<div class="email">Norah Farnham</div>\r\n<div class="email">AAZK representative</div>\r\n<div class="email">Woodland Park Zoo</div>\r\n<div class="email"><a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/membership-resources/">Membership Resources</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1251" title="jacque1" src="http://aecetia.net/gws/aazk/wp-content/uploads/jacque1-150x150.jpg" alt="jacque1" width="150" height="150" /></div>\r\n<div class="name">Jacque Blessington</div>\r\n<div class="affiliated_zoo">Kansas City Zoo</div>\r\n<div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/annual-aazk-conferences/">Annual AAZK Conferences</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Conference Program Chair</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /></div>\r\n<div class="name">Shelly Roach</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Columbus Zoo</div>\r\n<div class="email"><a href="mailto:shelly.roach@aecetia.net/gws/aazk">shelly.roach@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /></div>\r\n<div class="name">Patty Pearthree</div>\r\n<div class="title">Coordinator</div>\r\n<div class="email"><a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-846 alignnone" title="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny.jpg" alt="penny" width="149" height="167" /></div>\r\n<div class="name">Penny Jolly</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-full wp-image-1937" title="rickotarsky" src="http://aecetia.net/gws/aazk/wp-content/uploads/rickotarsky.jpg" alt="rickotarsky" width="131" height="150" /></div>\r\n<div class="name">Ric Kotarsky</div>\r\n<div class="title">Chair</div>\r\n<div class="title">Tulsa Zoo</div>\r\n<div class="title"><a href="mailto:ric.kotarsky@aecetia.net/gws/aazk">ric.kotarsky@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-150x150.jpg" alt="walz" width="150" height="150" /></div>\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1249 alignnone" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /></div>\r\n<div class="name">Janet McCoy</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1260" title="melaina" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina-150x150.jpg" alt="melaina" width="150" height="150" /></div>\r\n<div class="name">Melaina Wallace</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:melaina.wallace@aecetia.net/gws/aazk">melaina.wallace@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-841 alignnone" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /></div>\r\n<div class="name">Amanda Kamradt</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Zoo New England</div>\r\n<div class="email"><a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2012-02-15 17:39:23', '2012-02-15 22:39:23', '', 496, 'http://aazk.org/uncategorized/496-revision-20/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2417, 2, '2012-03-02 14:50:05', '2012-03-02 19:50:05', '<h3>Chair</h3>\r\n<h3>Purpose</h3>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<h3>Conservation Committee Mission Statement</h3>\r\nTo promote and establish connections between AAZK members and the conservation of wildlife and their habitats.\r\n\r\nTo provide educational resources for members and their institutions about environmentally responsible practices.\r\n<h3>Vision Statement</h3>\r\nServe as a resource that will assist members in finding in situ opportunities with local, national, and international conservation projects and to initiate new conservation projects.\r\n\r\nProvide contact information to coordinate educational and development opportunities with conservationists.', 'Conservation Committee', 0, '', 'inherit', 'closed', 'closed', '', '182-revision-v1', '', '', '2012-03-02 14:50:05', '2012-03-02 19:50:05', '', 182, 'http://aazk.org/uncategorized/182-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2418, 2, '2012-03-08 08:50:03', '2012-03-08 13:50:03', '<h3>Chair</h3>\r\n<h3>Purpose</h3>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<h3>Conservation Committee Mission Statement</h3>\r\nTo promote and establish connections between AAZK members and the conservation of wildlife and their habitats.\r\n\r\nTo provide educational resources for members and their institutions about environmentally responsible practices.\r\n<h3>Vision Statement</h3>\r\nServe as a resource that will assist members in finding in situ opportunities with local, national, and international conservation projects and to initiate new conservation projects.\r\n\r\nProvide contact information to coordinate educational and development opportunities with conservationists.', 'Conservation Committee', 0, '', 'inherit', 'closed', 'closed', '', '182-revision-v1', '', '', '2012-03-08 08:50:03', '2012-03-08 13:50:03', '', 182, 'http://aazk.org/uncategorized/182-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2419, 2, '2012-03-08 08:50:22', '2012-03-08 13:50:22', '<h3>Chair</h3>\r\n<img class="alignnone size-full wp-image-841" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /> Amanda Kamradt - <em>Zoo New England</em>\r\n<h3>Purpose</h3>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<h3>Conservation Committee Mission Statement</h3>\r\nTo promote and establish connections between AAZK members and the conservation of wildlife and their habitats.\r\n\r\nTo provide educational resources for members and their institutions about environmentally responsible practices.\r\n<h3>Vision Statement</h3>\r\nServe as a resource that will assist members in finding in situ opportunities with local, national, and international conservation projects and to initiate new conservation projects.\r\n\r\nProvide contact information to coordinate educational and development opportunities with conservationists.', 'Conservation Committee', 0, '', 'inherit', 'closed', 'closed', '', '182-revision-v1', '', '', '2012-03-08 08:50:22', '2012-03-08 13:50:22', '', 182, 'http://aazk.org/uncategorized/182-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2420, 2, '2012-03-02 14:53:54', '2012-03-02 19:53:54', '<div class="committee">\r\n<h3><a href="http://aecetia.net/gws/aazk/committee/international-congress-zookeepers/">International Congress of Zookeepers\r\n</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-843 alignnone" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="name">Cleveland Metroparks Zoo</div>\r\n<div class="title">AAZK representative</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<p class="email"></p>\r\n\r\n<div class="email"><img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /></div>\r\n<div class="email">Norah Farnham</div>\r\n<div class="email">AAZK representative</div>\r\n<div class="email">Woodland Park Zoo</div>\r\n<div class="email"><a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/membership-resources/">Membership Resources</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1251" title="jacque1" src="http://aecetia.net/gws/aazk/wp-content/uploads/jacque1-150x150.jpg" alt="jacque1" width="150" height="150" /></div>\r\n<div class="name">Jacque Blessington</div>\r\n<div class="affiliated_zoo">Kansas City Zoo</div>\r\n<div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/annual-aazk-conferences/">Annual AAZK Conferences</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Conference Program Chair</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /></div>\r\n<div class="name">Shelly Roach</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Columbus Zoo</div>\r\n<div class="email"><a href="mailto:shelly.roach@aecetia.net/gws/aazk">shelly.roach@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /></div>\r\n<div class="name">Patty Pearthree</div>\r\n<div class="title">Coordinator</div>\r\n<div class="email"><a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-846 alignnone" title="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny.jpg" alt="penny" width="149" height="167" /></div>\r\n<div class="name">Penny Jolly</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-full wp-image-1937" title="rickotarsky" src="http://aecetia.net/gws/aazk/wp-content/uploads/rickotarsky.jpg" alt="rickotarsky" width="131" height="150" /></div>\r\n<div class="name">Ric Kotarsky</div>\r\n<div class="title">Chair</div>\r\n<div class="title">Tulsa Zoo</div>\r\n<div class="title"><a href="mailto:ric.kotarsky@aecetia.net/gws/aazk">ric.kotarsky@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-150x150.jpg" alt="walz" width="150" height="150" /></div>\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1249 alignnone" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /></div>\r\n<div class="name">Janet McCoy</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1260" title="melaina" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina-150x150.jpg" alt="melaina" width="150" height="150" /></div>\r\n<div class="name">Melaina Wallace</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:melaina.wallace@aecetia.net/gws/aazk">melaina.wallace@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"></div>\r\n</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2012-03-02 14:53:54', '2012-03-02 19:53:54', '', 496, 'http://aazk.org/uncategorized/496-revision-21/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2421, 2, '2012-03-30 11:39:30', '2012-03-30 16:39:30', 'About the Cover/Information for Contributors\r\nFrom the President\r\nLetter to the Editor\r\nThe Scoop\r\nBowling for Rhinos - Helping in the Fight Against Poachers\r\nComing Events\r\nNew Members\r\nGeneral Announcements\r\nA Letter to the AAZK Membership from Anna Merz\r\nWhat’s driving this massive upsurge in rhino poaching?\r\nAn Inside Look at IRF’s Indonesian Rhino Protection Units\r\nThe Rarest Rhinoceroses in Captivity\r\nHope for Rhinos in a World of Trouble\r\nRhino Values\r\nElephant and Rhino Poaching in Kenya\r\nThreats to Cheetah Survival in Kenya\r\nEducating Without Intimidating', 'April 2012', 0, '', 'draft', 'closed', 'closed', '', 'april-2012', '', '', '2013-10-15 17:49:18', '2013-10-15 22:49:18', '', 0, 'http://aazk.org/?p=2421', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2422, 2, '2012-03-30 11:38:48', '2012-03-30 16:38:48', '', 'April 2012', 0, '', 'inherit', 'closed', 'closed', '', '2421-revision', '', '', '2012-03-30 11:38:48', '2012-03-30 16:38:48', '', 2421, 'http://aazk.org/uncategorized/2421-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2423, 2, '2012-03-30 11:40:39', '2012-03-30 16:40:39', 'About the Cover/Information for Contributors\nFrom the President\nLetter to the Editor\nThe Scoop\nBowling for Rhinos - Helping in the Fight Against Poachers\nComing Events\nNew Members\nGeneral Announcements\nA Letter to the AAZK Membership from Anna Merz\nWhat’s driving this massive upsurge in rhino poaching?\nAn Inside Look at IRF’s Indonesian Rhino Protection Units\nThe Rarest Rhinoceroses in Captivity\nHope for Rhinos in a World of Trouble\nRhino Values\nElephant and Rhino Poaching in Kenya\nThreats to Cheetah Survival in Kenya\nEducating Without Intimidating', 'April 2012', 0, '', 'inherit', 'closed', 'closed', '', '2421-autosave', '', '', '2012-03-30 11:40:39', '2012-03-30 16:40:39', '', 2421, 'http://aazk.org/uncategorized/2421-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2424, 2, '2012-04-14 10:46:06', '2012-04-14 15:46:06', '<em>By Ian Craig\r\nFounder of Lewa Wildlife Conservancy\r\nNorthern Rangelands Trust, Isiolo, Kenya</em>\r\n\r\nDue to a massive investment of effort, time and money by conservationists worldwide, the past two decades have seen a very positive period for in situ rhino conservation in Africa.  In the mid-80’s when conservationists worldwide came together with the realization that rhino were heading for extinction, this catalyzed a whole new investment in management ideas and new thinking.  Never had the concept of small, fenced sanctuaries to protect rhino been on the agenda; the philosophy was that rhino need large open spaces with no restrictions.  This myth was quickly dismissed with the realization that the only option available was to concentrate animals into small, highly protected areas and this has been the foundation of the growth of Africa’s black and white rhino populations over the past twenty years.  <img class="alignright size-medium wp-image-2438" title="ian1" src="http://aecetia.net/gws/aazk/wp-content/uploads/ian1-300x217.jpg" alt="ian1" width="300" height="217" />\r\n\r\nThe different approaches across Africa of fenced sanctuaries and intensive protection zones (IPZ’s) have had different levels of success, but with a major factor in the increase of Southern white rhino being the commercial benefits accrued from sport hunting where land owners have seen significant financial benefit  in the hunting of southern white rhino.  The private sector throughout the continent has played an equal role to national governments and in some countries where private public partnerships are national policy, over 50% of a nation’s black rhino population is now on private land.\r\n\r\nThe cost of protecting rhino over this past decade has essentially risen with the cost of inflation and as long as adequate ground coverage by well-trained, motivated rangers was in place, attrition from poaching could be kept at a level below the natural increment.  Most countries look at a minimum 5% growth per annum within their respective rhino populations.  The cost of protecting these animals has been significantly carried by concerned individuals, zoo-based organisations and national governments, specifically in the US and the UK.  These funds have been channeled into both private and government rhino conservation initiatives resulting in this success and steady increase.\r\n\r\nWhereas historically illicit rhino horn would move through a series of middle men before reaching its final destination with the increasing presence of Far Eastern investment into Africa and the accompanying nationals, the routing of this horn has been much more direct and easier.  Accepting that the black market demand is driven by the end-user price, the increasing levels of wealth within the Far East are influencing the spiraling demand of rhino horn in Africa.  With increasing trade between the Far East and Africa, communication, transport and the ease of moving product are all factors contributing to this ever- increasing demand.  In 2010, a series of rhino horns were confiscated in Jomo Kenyatta International Airport Nairobi, hidden amongst avocado pears being air freighted to the Far East.  These horns proved to have originated in Zimbabwe and had been moved to Nairobi over land and were now on direct flights to the Far East from the hub of Nairobi.\r\n\r\nThis situation only stands to get worse; economies and demand for wildlife products in the Far East are growing.  East Asian nationals get more and more integrated into African societies and lines of communication and transport continue to improve.  The inevitable knock on effect of these increasing values is the potential to corrupt government officials responsible for enforcing controls on national borders and within wildlife authorities.\r\n\r\nApart from keeping existing populations safe, the single biggest challenge facing many African governments with a responsibility for rhino conservation is finding safe space for rhino.  Rhino are the most forgiving animals thriving in the most diverse habitats on the continent, yet ensuring that criminals don’t kill them requires the highest levels of 24-hour protection.\r\n\r\nThe year 2012 is now a time to re-focus on what has worked, what has not worked and what are the opportunities of our time.\r\n\r\nWhat has worked; intensive protection zones and fenced sanctuaries are a proven success.  The model is now well-established, the costs clearly identified and minimum standards of ground coverage required are well-documented.  This concept can be expanded into national parks, community areas and private land but with the increasing demand comes an ever increasing cost of protection.\r\n\r\nWhat has not worked; free release areas and community conservancies have proven to be a challenge to keeping rhino safe and at this time are an option that has passed.  The ban on the sale of rhino horn through CITIES; we need to revisit the options.\r\n\r\nOpportunities of our time; with technology changing by the day this is the single most cost-effective tool of our day to protect rhino.  If the relevant military technology used to protect borders and military locations together with the most modern technology to monitor human movement and the protection of assets can be applied to protecting rhino, this has the potential to dramatically change the future of field conservation for rhino.  This is starting to happen in an ever-increasing way and as is normal with such new technology is not being openly discussed through public channels but already is starting to make an impact on how rhino are protected.\r\n\r\nOne can only ask who is killing these rhino, who is moving the horn and who is driving the price?\r\n\r\n<strong>Who’s killing the Rhino? </strong> Every society has its criminals and poverty is rife throughout much of Africa.  In Eastern and Central Africa much of the poaching is undertaken by armed criminals who are essentially opportunists, out to make a quick buck.  In Sothern Africa the dynamic is totally different where professional veterinarians and high level officials using helicopters have been prosecuted for the actual field poaching of rhino.\r\n\r\n<strong>Who’s moving the horn? </strong> Rhino horn, like hard drugs, counterfeit currency, and illicit diamonds is a high-value, black-market product that once it leaves the hand of the poacher is moved through a series of couriers, on to godfathers coordinating these activities across national and international borders.  Rhino horn being such a small article can easily be hidden and moved by a motor bike in a hand bag or hidden in materials being exported.\r\n\r\n<strong>Who’s driving the price?</strong> Clearly the market for rhino horn is based on traditional Chinese medicine and connotations around this myth.  The end-user can be a very humble member of society who genuinely believes the use of powdered rhino horn can save the life of a loved one, and each one of us would spend our last dollar on such cause.  Between the poacher and the end-user the multiplication of value would seem to be four to five times possible more, leaving massive opportunity for middle men to benefit.  With the weakening value of many African currencies against the US Dollar and essentially a dollar-based value on Rhino horn, this is multiplying the in-country value within Africa, further exasperating an already-volatile situation.\r\n\r\nOn one hand, the future of Africa’s rhino could be seen to be extremely bleak, yet on the other hand with plenty of suitable habitat available, the real challenge is to provide cost-effective security using the most modern technology in support of the field operations.  Alongside this, a significant public programme to keep the world, specifically the market of Eastern Asia, fully informed as to the myth of rhino horns’ potency and the impact of buying rhino horn.  A careful assessment is required to look at the effectiveness of the CITIES ban on the trade of rhino products; this clearly has not worked and it is again time to consider the options available to us as conservationists to give rhino a new hope.\r\n<p style="text-align: center;"><img class="aligncenter size-large wp-image-2439" title="black_rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/black_rhino-858x1024.jpg" alt="black_rhino" width="601" height="717" /></p>\r\n\r\n<p style="text-align: center;">Cost-effective security programs, like those provided by our Conservation Partners at Lewa and\r\nIRF, are proven methods of protecting rhinos. (<em>Photo by Patty Pearthree</em>)', 'What’s driving this massive upsurge in rhino poaching  and what is the future for rhino in the wild?', 0, '', 'draft', 'closed', 'closed', '', 'whats-driving-this-massive-upsurge-in-rhino-poaching-and-what-is-the-future-for-rhino-in-the-wild', '', '', '2013-10-15 17:49:18', '2013-10-15 22:49:18', '', 0, 'http://aazk.org/?p=2424', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2425, 2, '2012-03-30 11:43:17', '2012-03-30 16:43:17', '<em>By Ian Craig\nFounder of Lewa Wildlife Conservancy\nNorthern Rangelands Trust, Isiolo, Kenya</em>\n\nDue to a massive investment of effort, time and money by conservationists worldwide, the past two decades have seen a very positive period for in situ rhino conservation in Africa.  In the mid-80’s when conservationists worldwide came together with the realization that rhino were heading for extinction, this catalyzed a whole new investment in management ideas and new thinking.  Never had the concept of small, fenced sanctuaries to protect rhino been on the agenda; the philosophy was that rhino need large open spaces with no restrictions.  This myth was quickly dismissed with the realization that the only option available was to concentrate animals into small, highly protected areas and this has been the foundation of the growth of Africa’s black and white rhino populations over the past twenty years.\n\nThe different approaches across Africa of fenced sanctuaries and intensive protection zones (IPZ’s) have had different levels of success, but with a major factor in the increase of Southern white rhino being the commercial benefits accrued from sport hunting where land owners have seen significant financial benefit  in the hunting of southern white rhino.  The private sector throughout the continent has played an equal role to national governments and in some countries where private public partnerships are national policy, over 50% of a nation’s black rhino population is now on private land.\n\nThe cost of protecting rhino over this past decade has essentially risen with the cost of inflation and as long as adequate ground coverage by well-trained, motivated rangers was in place, attrition from poaching could be kept at a level below the natural increment.  Most countries look at a minimum 5% growth per annum within their respective rhino populations.  The cost of protecting these animals has been significantly carried by concerned individuals, zoo-based organisations and national governments, specifically in the US and the UK.  These funds have been channeled into both private and government rhino conservation initiatives resulting in this success and steady increase.\n\nWhereas historically illicit rhino horn would move through a series of middle men before reaching its final destination with the increasing presence of Far Eastern investment into Africa and the accompanying nationals, the routing of this horn has been much more direct and easier.  Accepting that the black market demand is driven by the end-user price, the increasing levels of wealth within the Far East are influencing the spiraling demand of rhino horn in Africa.  With increasing trade between the Far East and Africa, communication, transport and the ease of moving product are all factors contributing to this ever- increasing demand.  In 2010, a series of rhino horns were confiscated in Jomo Kenyatta International Airport Nairobi, hidden amongst avocado pears being air freighted to the Far East.  These horns proved to have originated in Zimbabwe and had been moved to Nairobi over land and were now on direct flights to the Far East from the hub of Nairobi.\n\nThis situation only stands to get worse; economies and demand for wildlife products in the Far East are growing.  East Asian nationals get more and more integrated into African societies and lines of communication and transport continue to improve.  The inevitable knock on effect of these increasing values is the potential to corrupt government officials responsible for enforcing controls on national borders and within wildlife authorities.\n\nApart from keeping existing populations safe, the single biggest challenge facing many African governments with a responsibility for rhino conservation is finding safe space for rhino.  Rhino are the most forgiving animals thriving in the most diverse habitats on the continent, yet ensuring that criminals don’t kill them requires the highest levels of 24-hour protection.\n\nThe year 2012 is now a time to re-focus on what has worked, what has not worked and what are the opportunities of our time.\n\nWhat has worked; intensive protection zones and fenced sanctuaries are a proven success.  The model is now well-established, the costs clearly identified and minimum standards of ground coverage required are well-documented.  This concept can be expanded into national parks, community areas and private land but with the increasing demand comes an ever increasing cost of protection.\n\nWhat has not worked; free release areas and community conservancies have proven to be a challenge to keeping rhino safe and at this time are an option that has passed.  The ban on the sale of rhino horn through CITIES; we need to revisit the options.\n\nOpportunities of our time; with technology changing by the day this is the single most cost-effective tool of our day to protect rhino.  If the relevant military technology used to protect borders and military locations together with the most modern technology to monitor human movement and the protection of assets can be applied to protecting rhino, this has the potential to dramatically change the future of field conservation for rhino.  This is starting to happen in an ever-increasing way and as is normal with such new technology is not being openly discussed through public channels but already is starting to make an impact on how rhino are protected.\n\nOne can only ask who is killing these rhino, who is moving the horn and who is driving the price?\n\n<strong>Who’s killing the Rhino? </strong> Every society has its criminals and poverty is rife throughout much of Africa.  In Eastern and Central Africa much of the poaching is undertaken by armed criminals who are essentially opportunists, out to make a quick buck.  In Sothern Africa the dynamic is totally different where professional veterinarians and high level officials using helicopters have been prosecuted for the actual field poaching of rhino.\n\n<strong>Who’s moving the horn? </strong> Rhino horn, like hard drugs, counterfeit currency, and illicit diamonds is a high-value, black-market product that once it leaves the hand of the poacher is moved through a series of couriers, on to godfathers coordinating these activities across national and international borders.  Rhino horn being such a small article can easily be hidden and moved by a motor bike in a hand bag or hidden in materials being exported.\n\n<strong>Who’s driving the price?</strong> Clearly the market for rhino horn is based on traditional Chinese medicine and connotations around this myth.  The end-user can be a very humble member of society who genuinely believes the use of powdered rhino horn can save the life of a loved one, and each one of us would spend our last dollar on such cause.  Between the poacher and the end-user the multiplication of value would seem to be four to five times possible more, leaving massive opportunity for middle men to benefit.  With the weakening value of many African currencies against the US Dollar and essentially a dollar-based value on Rhino horn, this is multiplying the in-country value within Africa, further exasperating an already-volatile situation.\n\nOn one hand, the future of Africa’s rhino could be seen to be extremely bleak, yet on the other hand with plenty of suitable habitat available, the real challenge is to provide cost-effective security using the most modern technology in support of the field operations.  Alongside this, a significant public programme to keep the world, specifically the market of Eastern Asia, fully informed as to the myth of rhino horns’ potency and the impact of buying rhino horn.  A careful assessment is required to look at the effectiveness of the CITIES ban on the trade of rhino products; this clearly has not worked and it is again time to consider the options available to us as conservationists to give rhino a new hope.\n<div style="font-style: italic;"></div>', 'What’s driving this massive upsurge in rhino poaching  and what is the future for rhino in the wild?', 0, '', 'inherit', 'closed', 'closed', '', '2424-revision', '', '', '2012-03-30 11:43:17', '2012-03-30 16:43:17', '', 2424, 'http://aazk.org/uncategorized/2424-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2437, 2, '2012-04-14 10:08:08', '2012-04-14 15:08:08', '', 'ian', 0, '', 'inherit', 'closed', 'closed', '', 'ian', '', '', '2012-04-14 10:08:08', '2012-04-14 15:08:08', '', 2424, 'http://aazk.org/wp-content/uploads/ian.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2428, 2, '2012-04-05 16:03:14', '2012-04-05 21:03:14', '', 'christy_poelker', 0, '', 'inherit', 'closed', 'closed', '', 'christy_poelker', '', '', '2012-04-05 16:03:14', '2012-04-05 21:03:14', '', 182, 'http://aazk.org/wp-content/uploads/christy_poelker.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2429, 2, '2012-03-08 08:50:32', '2012-03-08 13:50:32', '<h3>Chair</h3>\r\n<img class="alignnone size-full wp-image-841" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /> Amanda Kamradt - <em>Zoo New England</em>\r\n<h3>Purpose</h3>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<h3>Conservation Committee Mission Statement</h3>\r\nTo promote and establish connections between AAZK members and the conservation of wildlife and their habitats.\r\n\r\nTo provide educational resources for members and their institutions about environmentally responsible practices.\r\n<h3>Vision Statement</h3>\r\nServe as a resource that will assist members in finding in situ opportunities with local, national, and international conservation projects and to initiate new conservation projects.\r\n\r\nProvide contact information to coordinate educational and development opportunities with conservationists.', 'Conservation Committee', 0, '', 'inherit', 'closed', 'closed', '', '182-revision-v1', '', '', '2012-03-08 08:50:32', '2012-03-08 13:50:32', '', 182, 'http://aazk.org/uncategorized/182-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2430, 2, '2012-04-05 16:05:01', '2012-04-05 21:05:01', '<h3>Co-chairs</h3>\r\n<img class="alignnone size-full wp-image-841" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /> Amanda Kamradt - <em>Zoo New England               <img class="alignnone size-full wp-image-2428" title="christy_poelker" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy_poelker.jpg" alt="christy_poelker" width="136" height="159" /> </em><em>Christy Poelker - <em>Saint Louis Zoo</em></em>\r\n<h3>Purpose</h3>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<h3>Conservation Committee Mission Statement</h3>\r\nTo promote and establish connections between AAZK members and the conservation of wildlife and their habitats.\r\n\r\nTo provide educational resources for members and their institutions about environmentally responsible practices.\r\n<h3>Vision Statement</h3>\r\nServe as a resource that will assist members in finding in situ opportunities with local, national, and international conservation projects and to initiate new conservation projects.\r\n\r\nProvide contact information to coordinate educational and development opportunities with conservationists.', 'Conservation Committee', 0, '', 'inherit', 'closed', 'closed', '', '182-revision-v1', '', '', '2012-04-05 16:05:01', '2012-04-05 21:05:01', '', 182, 'http://aazk.org/uncategorized/182-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2431, 2, '2012-04-05 16:05:59', '2012-04-05 21:05:59', '<h3>Co-chairs</h3>\r\n<img class="alignnone size-full wp-image-841" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /> Amanda Kamradt - <em>Zoo New England </em>\r\n\r\n<em><img class="alignnone size-full wp-image-2428" title="christy_poelker" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy_poelker.jpg" alt="christy_poelker" width="136" height="159" /> </em><em>Christy Poelker - <em>Saint Louis Zoo</em></em>\r\n<h3>Purpose</h3>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<h3>Conservation Committee Mission Statement</h3>\r\nTo promote and establish connections between AAZK members and the conservation of wildlife and their habitats.\r\n\r\nTo provide educational resources for members and their institutions about environmentally responsible practices.\r\n<h3>Vision Statement</h3>\r\nServe as a resource that will assist members in finding in situ opportunities with local, national, and international conservation projects and to initiate new conservation projects.\r\n\r\nProvide contact information to coordinate educational and development opportunities with conservationists.', 'Conservation Committee', 0, '', 'inherit', 'closed', 'closed', '', '182-revision-v1', '', '', '2012-04-05 16:05:59', '2012-04-05 21:05:59', '', 182, 'http://aazk.org/uncategorized/182-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2432, 2, '2012-04-05 16:06:27', '2012-04-05 21:06:27', '<h3>Co-chairs</h3>\r\n<img class="alignnone size-full wp-image-841" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /> Amanda Kamradt - <em>Zoo New England </em>\r\n\r\n<em><img class="alignnone size-full wp-image-2428" title="christy_poelker" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy_poelker.jpg" alt="christy_poelker" width="136" height="159" /> </em><em>Christy Poelker -</em><em> <em>Saint Louis Zoo</em></em>\r\n<h3>Purpose</h3>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<h3>Conservation Committee Mission Statement</h3>\r\nTo promote and establish connections between AAZK members and the conservation of wildlife and their habitats.\r\n\r\nTo provide educational resources for members and their institutions about environmentally responsible practices.\r\n<h3>Vision Statement</h3>\r\nServe as a resource that will assist members in finding in situ opportunities with local, national, and international conservation projects and to initiate new conservation projects.\r\n\r\nProvide contact information to coordinate educational and development opportunities with conservationists.', 'Conservation Committee', 0, '', 'inherit', 'closed', 'closed', '', '182-revision-v1', '', '', '2012-04-05 16:06:27', '2012-04-05 21:06:27', '', 182, 'http://aazk.org/uncategorized/182-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2433, 2, '2012-03-08 08:52:26', '2012-03-08 13:52:26', '<div class="committee">\r\n<h3><a href="http://aecetia.net/gws/aazk/committee/international-congress-zookeepers/">International Congress of Zookeepers\r\n</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-843 alignnone" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="name">Cleveland Metroparks Zoo</div>\r\n<div class="title">AAZK representative</div>\r\n<div class="email"><a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<p class="email"></p>\r\n\r\n<div class="email"><img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /></div>\r\n<div class="email">Norah Farnham</div>\r\n<div class="email">AAZK representative</div>\r\n<div class="email">Woodland Park Zoo</div>\r\n<div class="email"><a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/membership-resources/">Membership Resources</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1251" title="jacque1" src="http://aecetia.net/gws/aazk/wp-content/uploads/jacque1-150x150.jpg" alt="jacque1" width="150" height="150" /></div>\r\n<div class="name">Jacque Blessington</div>\r\n<div class="affiliated_zoo">Kansas City Zoo</div>\r\n<div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/annual-aazk-conferences/">Annual AAZK Conferences</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Conference Program Chair</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /></div>\r\n<div class="name">Shelly Roach</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Columbus Zoo</div>\r\n<div class="email"><a href="mailto:shelly.roach@aecetia.net/gws/aazk">shelly.roach@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /></div>\r\n<div class="name">Patty Pearthree</div>\r\n<div class="title">Coordinator</div>\r\n<div class="email"><a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="email"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-full wp-image-1937" title="rickotarsky" src="http://aecetia.net/gws/aazk/wp-content/uploads/rickotarsky.jpg" alt="rickotarsky" width="131" height="150" /></div>\r\n<div class="name">Ric Kotarsky</div>\r\n<div class="title">Chair</div>\r\n<div class="title">Tulsa Zoo</div>\r\n<div class="title"><a href="mailto:ric.kotarsky@aecetia.net/gws/aazk">ric.kotarsky@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-150x150.jpg" alt="walz" width="150" height="150" /></div>\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1249 alignnone" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /></div>\r\n<div class="name">Janet McCoy</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1260" title="melaina" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina-150x150.jpg" alt="melaina" width="150" height="150" /></div>\r\n<div class="name">Melaina Wallace</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:melaina.wallace@aecetia.net/gws/aazk">melaina.wallace@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-841 alignnone" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /></div>\r\n<div class="name">Amanda Kamradt</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Zoo New England</div>\r\n<div class="email"><a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2012-03-08 08:52:26', '2012-03-08 13:52:26', '', 496, 'http://aazk.org/uncategorized/496-revision-22/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2531, 2, '2012-07-06 12:43:02', '2012-07-06 17:43:02', '<div class="committee">\r\n<h3><a href="http://aecetia.net/gws/aazk/committee/international-congress-zookeepers/">International Congress of Zookeepers\r\n</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /></div>\r\n<div class="email">Norah Farnham</div>\r\n<div class="email">AAZK representative</div>\r\n<div class="email">Woodland Park Zoo</div>\r\n<div class="email"><a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a></div>\r\n<div class="email"></div>\r\n<div class="email">\r\n<div class="name"><img class="size-full wp-image-2529 alignnone" title="sara_wunder2" src="http://aecetia.net/gws/aazk/wp-content/uploads/sara_wunder2.jpg" alt="sara_wunder2" width="150" height="171" /></div>\r\n<div class="name">Sara Wunder Steward</div>\r\n<div class="name">Busch Gardens Tampa</div>\r\n<div class="title">AAZK representative</div>\r\n<div class="email"><a href="mailto:sara.steward@aecetia.net/gws/aazk">sara.steward@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/membership-resources/">Membership Resources</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1251" title="jacque1" src="http://aecetia.net/gws/aazk/wp-content/uploads/jacque1-150x150.jpg" alt="jacque1" width="150" height="150" /></div>\r\n<div class="name">Jacque Blessington</div>\r\n<div class="affiliated_zoo">Kansas City Zoo</div>\r\n<div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/annual-aazk-conferences/">Annual AAZK Conferences</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Conference Program Chair</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /></div>\r\n<div class="name">Shelly Roach</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Columbus Zoo</div>\r\n<div class="email"><a href="mailto:shelly.roach@aecetia.net/gws/aazk">shelly.roach@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /></div>\r\n<div class="name">Patty Pearthree</div>\r\n<div class="title">Coordinator</div>\r\n<div class="email"><a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="email"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-full wp-image-1937" title="rickotarsky" src="http://aecetia.net/gws/aazk/wp-content/uploads/rickotarsky.jpg" alt="rickotarsky" width="131" height="150" /></div>\r\n<div class="name">Ric Kotarsky</div>\r\n<div class="title">Chair</div>\r\n<div class="title">Tulsa Zoo</div>\r\n<div class="title"><a href="mailto:ric.kotarsky@aecetia.net/gws/aazk">ric.kotarsky@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-150x150.jpg" alt="walz" width="150" height="150" /></div>\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1249 alignnone" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /></div>\r\n<div class="name">Janet McCoy</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1260" title="melaina" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina-150x150.jpg" alt="melaina" width="150" height="150" /></div>\r\n<div class="name">Melaina Wallace</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:melaina.wallace@aecetia.net/gws/aazk">melaina.wallace@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-841 alignnone" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /></div>\r\n<div class="name">Amanda Kamradt</div>\r\n<div class="title">Co-chair</div>\r\n<div class="affiliated_zoo">Zoo New England</div>\r\n<div class="email"><a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a></div>\r\n<div class="email">\r\n<div class="name"><img class="alignnone size-full wp-image-2428" title="christy_poelker" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy_poelker.jpg" alt="christy_poelker" width="136" height="159" /></div>\r\n<div class="name">Christy Poelker</div>\r\n<div class="title">Co-chair</div>\r\n<div class="affiliated_zoo">Saint Louis Zoo</div>\r\n<div class="email"><a href="mailto:christy.poelker@aecetia.net/gws/aazk">christy.poelker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2012-07-06 12:43:02', '2012-07-06 17:43:02', '', 496, 'http://aazk.org/uncategorized/496-revision-24/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2435, 2, '2012-04-06 12:40:39', '2012-04-06 17:40:39', '', 'Zoo keeper WEEK.Logo.Horz 2011', 0, '', 'inherit', 'closed', 'closed', '', 'zoo-keeper-weeklogohorz-2011', '', '', '2012-04-06 12:40:39', '2012-04-06 17:40:39', '', 1193, 'http://aazk.org/wp-content/uploads/2012_logo_horz.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2436, 2, '2011-04-01 09:37:33', '2011-04-01 14:37:33', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n<img class="alignnone size-large wp-image-1935" title="Zookeeper WEEK.Logo.Horz 2010" src="http://aecetia.net/gws/aazk/wp-content/uploads/2011-logo-horz-1024x163.jpg" alt="Zookeeper WEEK.Logo.Horz 2010" width="819" height="130" />\r\n\r\n<strong>Need ideas for celebrating this week or graphics. Click below.\r\n</strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf">NZKW ideas</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n\r\n<strong>NZKW graphics (some of these files are large)</strong>\r\n<ul>\r\n	<li>\r\n<ul>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2011 logo horz.jpg">2011  logo horizontal</a> (jpg): For jpgs right click on the graphic to save  once the link has opened in a new window.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2011 logo horz.pdf">2011  logo horizontal</a> (pdf)</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2011 logo vert.jpg">2011  logo vertical</a> (jpg): For jpgs right click on the graphic to save  once the link has opened in a  new window.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2011 logo vert.pdf">2011 logo vertical</a> (pdf)</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<strong>NATIONAL ZOO KEEPER WEEK PROCLAMATION</strong>\r\n\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2011-04-01 09:37:33', '2011-04-01 14:37:33', '', 1193, 'http://aazk.org/uncategorized/1193-revision-18/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2434, 2, '2012-02-23 16:54:34', '2012-02-23 21:54:34', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<!--more-->\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by<img class="alignright size-full wp-image-1768" title="pbi_leadership_camp11" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_leadership_camp11.jpg" alt="pbi_leadership_camp11" width="247" height="378" /> Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.\r\n\r\n<a href="http://campaign.r20.constantcontact.com/render?llr=kkcxmrdab&amp;v=001Msfh5C4b-aeFh2IiqMjGHJoJfQHI1Y5J8aCz9C_Xl04vgMHlaztDS6BWRlS4may8eQhoEtyd_8A-CaAHNNaVZkl7ZZbK6D4PHoNxykJ7iF1fyZ6alSCdPJlhRdqw92CdcUsM4Ar-As_e0iNUN2z43Q%3D%3D">PBI October 2010 newsletter.</a>\r\n\r\nFor more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<em>\r\n</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for <img class="alignleft size-medium wp-image-1649" title="marissa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/marissa1-251x300.jpg" alt="marissa1" width="176" height="210" />conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="alignnone size-full wp-image-1647" title="nc_group2" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group2.jpg" alt="nc_group2" width="467" height="393" /><img class="alignnone size-full wp-image-1656" title="bagbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/bagbear.jpg" alt="bagbear" width="479" height="396" />\r\n\r\n<img class="aligncenter size-full wp-image-1654" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" />\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition.<img class="alignright size-full wp-image-1661" title="brookfield" src="http://aecetia.net/gws/aazk/wp-content/uploads/brookfield.jpg" alt="brookfield" width="357" height="535" /> But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\n<img class="size-medium wp-image-1658 alignleft" title="christy" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy-270x300.jpg" alt="christy" width="216" height="240" />This year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.\r\n\r\n“Trees for You and Me” AAZK Chapter Challenge Update\r\n\r\nBrookfield AAZK Chapter<span> </span>$1,730.00<span> </span>\r\nGreater Cleveland - Cleveland Chapter of AAZK<span> </span>$1,525.00<span> </span>\r\nMilwaukee County Zoo AAZK Chapter<span> </span>$1,512.00<span> </span>\r\nBattle Creek AAZK Chapter<span> </span>$1,500.00<span> </span>\r\nTucson AAZK Chapter<span> </span>$1,000.00<span> </span>\r\nGreater New Jersey AAZK Alliance Chapter<span> </span>$900.00<span> </span>\r\nDetroit AAZK Chapter<span> </span>$845.00<span> </span>\r\nGreater Philadelphia AAZK Chapter<span> </span>$750.00<span> </span>\r\nLincoln Park AAZK Chapter<span> </span>$548.00<span> </span>\r\nGalveston Chapter for the AAZK<span> </span>$500.00<span> </span>\r\nLion Country Safari AAZK Chapter<span> </span>$500.00<span> </span>\r\nTulsa AAZK Chapter<span> </span>$260.00<span> </span>\r\nPortland AAZK Chapter<span> </span>$255.00<span> </span>\r\nOrange County Chapter of AAZK<span> </span>$250.00<span> </span>\r\nGreater Houston AAZK Chapter<span> </span>$206.00<span> </span>\r\nRoger Williams Park Zoo AAZK Chapter<span> </span>$200.00<span> </span>\r\nSouthern Ontario Zoo Keepers AAZK Chapter<span> </span>$160.00<span> </span>\r\nChesapeake AAZK Chapter<span> </span>$150.00<span> </span>\r\nColumbus AAZK Chapter<span> </span>$115.00<span> </span>\r\nNorth Carolina AAZK Chapter<span> </span>$100.00<span> </span>\r\nNew England Chapter of AAZK<span> </span>$94.50<span> </span>\r\nSaint Louis AAZK Chapter<span> </span>$50.00<span> </span>\r\nAAZK-Knoxville Zoo Chapter<span> </span>$30.00<span> </span>\r\nAAZK of Cheyenne Mountain Zoo<span> </span>$25.00<span> </span>\r\nDallas Zoo Chapter of AAZK<span> </span>$20.00<span> </span>\r\nGreater Orlando AAZK Chapter<span> </span>$10.00<span> </span>\r\n\r\n<span> </span>$13,235.50<span> </span> raised so far.\r\n\r\n<span> </span>$8,634.00<span> </span> total donated so far.\r\n<div>The AAZK competition runs through 1 March 2012. Remember for a $1 donation 3 trees will be planted in the Polar Bear Forest in Wisconsin. Let’s help polar bears by planting trees and reducing our carbon footprint. Go to the link on Polar Bears International’s website to make a donation: <a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.</div>', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2012-02-23 16:54:34', '2012-02-23 21:54:34', '', 1589, 'http://aazk.org/uncategorized/1589-revision-74/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2685, 2, '2012-12-28 09:52:05', '2012-12-28 14:52:05', '<h2>2015 Challenge</h2>\r\n<h4>What is “Trees for You &amp; Me”?</h4>\r\n<img class="alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="180" /> Trees for You &amp; Me is a friendly competition among AAZK Chapters.  It was launched by former PBI Ambassadors as a fundraising challenge to plant trees.\r\n<div class="hr"></div>\r\n<h4>How does the Tree Planting Work?</h4>\r\nLocal AAZK Chapters compete with each other to raise funds. Each Chapter then has three options on how to apply the money they raise:\r\n<ul>\r\n<ul>\r\n	<li>They can use the funds in their own communities, by planting on the grounds of their own zoo or aquarium or by supporting a local tree-planting project. (If selected, this option should be coordinated with the <strong>Acres for the Atmosphere</strong> program).</li>\r\n	<li>They can donate the funds to <a href="http://Savenature.org">SaveNature.org</a>, an international tree-planting organization that works with tropical rainforests. With this option, the Chapter should talk about the importance of rainforests in combatting climate change as part of the fundraising process.</li>\r\n	<li>They can donate the funds to Polar Bear International in support of <strong>Acres for the Atmosphere</strong> projects.</li>\r\n</ul>\r\n</ul>\r\nWhichever option is chosen, the funds must be spent on planting trees or on a related greening effort. The effort must also include an educational event that invites others to take part in additional conservation behaviors that reduce CO². Planting trees in urban areas has distinct benefits, but the most important is that it brings together in a green activity.  Community engagement - c<em>itizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future</em> - is a critical step in creating movement to stop our dependence on fossil fuels and stop global warming.\r\n<div class="hr"></div>\r\n<h4>How will the Challenge Work?</h4>\r\n<ul>\r\n<ul>\r\n<ul>\r\n	<li>AAZK Chapters should register between October 1, 2014 and January 1, 2015 by sending the following information to <a href="http://acc@polarbearsinternational.org">ACC@polarbearsinternational.org</a>: the coordinator\'s name, the AAZK Chapter name, the affiliated zoo or aquarium, and the phone number and email address of the coordinator.</li>\r\n	<li>PBI will send communications about the Trees for You and Me effort to each Chapter\'s coordinator throughout the Challenge.</li>\r\n	<li>Chapters will report their results to PBI; periodic emails from PBI will announce the standings.</li>\r\n	<li>Chapters may follow the progress and results on the PBI and AAZK websites.</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\nFollowing the fundraising effort, Chapters will report on how they used the funds.  This includes sharing the effort with others through PBI\'s SOS Community Page (<a href="http://www.polarbearsinternational.org/saveourseaice">http://www.polarbearsinternational.org/saveourseaice</a>) and by reporting through the Chapter re-chartering process.\r\n<div class="hr"></div>\r\n<h4>When will Trees For You &amp; Me start?</h4>\r\nThe Challenge will begin October 1, 2014.  The last date to register is January 1, 2015.\r\n<div class="hr"></div>\r\n<h4>When will Trees For You &amp; Me end?</h4>\r\nThe Challenge will end at midnight MST on March 2, 2015. Results will be reported shortly thereafter when all the donations have been recorded by PBI.\r\n<div class="hr"></div>\r\n<h4>How can chapters raise and gather Challenge funds?</h4>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, a night at a local hangout that allows a 50/50 raffle, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution.\r\n<div class="hr"></div>\r\n<h4>How will the winners be awarded and announced?</h4>\r\nWe invite teams to report the amount of funds raised to PBI on December 31, and March 2, 2015.\r\n\r\nPBI will report on the status of the different chapters through an email sent to the AAZK Chapters and their coordinator.\r\n\r\nAAZK will report on the status of the different chapters on its website and through social media.\r\n\r\nPBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on December 31, 2014.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\r\n<div class="hr"></div>\r\n<h4>What are the prizes?</h4>\r\nFirst place is awarded to the team with the most funds donated by <strong>Midnight MST</strong> <strong>March 2, 2015</strong>, and were reported to PBI no later than March 4, 2015. The winning team receives a native  tree to plant in a public location with a purchase value from a commercial nursery of no more than $100.\r\n\r\nIn addition,  challenge prize will be awarded to the team with most  funds donated by <strong>Midnight MST December 31, 2014</strong>  and reported to PBI by January 5, 2015, That  will receive a native bush to plant in a public location with a purchase value from a commercial nursery of no more than $25.\r\n<div class="hr"></div>\r\n<h4>How do I start?</h4>\r\n<ul>\r\n<ul>\r\n<ul>\r\n<ol>\r\n	<li>Find a group and become a champion.</li>\r\n	<li>Make plans for events and strategies to raise the funds over the course of the Challenge, which officially runs from October 1, 2014 - March 2, 2015. (Although the competition begins on October 1, 2014, we\'ll do a second push and close the registration on January 1, 2015 since so many Chapters participate only in the spring.</li>\r\n	<li>Define roles and responsibilities including:</li>\r\n</ol>\r\n<ul>\r\n<ul>\r\n	<li>procedures for handling donations for your Chapter and Institution</li>\r\n	<li>reporting  to AAZK and PBI during the course of the Challenge.</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<p style="padding-left: 150px;">Good luck on your efforts.</p>\r\n\r\n<div class="hr"></div>\r\n<h4>How will reporting work?</h4>\r\nEach participating AAZK Chapter is responsible for following National AAZK National’s requirements for reporting on funds raised for conservation as outlined in the re-chartering packet.\r\nPBI requests that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, the PBI community page, SOS Community Page.\r\n<div class="hr"></div>\r\n<h4>What is an example of an  <a href="http://www.acresfor%20the atmosphere.org">Acres for the Atmosphere</a> project?</h4>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. Funds donated will support grant money for Acres for the Atmosphere plantings. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\r\n<div class="hr"></div>\r\n<h4>What other projects are eligible for tree planting?</h4>\r\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component. Saving tropical rainforest habitat, for example, impacts species and global climate change. AAZK recommends <a href="http://www.SaveNature.org">SaveNature.org </a> for tropical reforestation projects.\r\n<div class="hr"></div>\r\n<h4>How Does  Planting Trees Help Polar Bears?</h4>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested.\r\n\r\nReducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival.\r\n\r\nConservation actions that reduce the production of greenhouse gases are the most impactful efforts to save polar bears. Planting trees is one of the few tools that we have to sequester carbon. Saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\r\n<ul>\r\n<ul>\r\n<ul>\r\n	<li>Don’t buy products with palm oil</li>\r\n	<li>Purchase shade-grown coffee</li>\r\n	<li>Eat less meat or purchase local meat rather than meat produced in deforested tropical rain forests</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<h4>For More Information Contact:</h4>\r\n<strong>Trees for You and Me:</strong>\r\n\r\nChristy <a href="http://christy.mazrimus-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk </a>or <a href="http://christy.mazrimus-ott@czs.org">christy.mazrimas-ott@czs.org</a>\r\n\r\nAAZK: Wendy Lenhart, Conservation Committee (Oversight) at <a href="http://Wendy.Lenhart@aecetia.net/gws/aazk%20">Wendy.Lenhart@aecetia.net/gws/aazk </a>or <a href="http://lenhart.wendy@phillyzoo.org">lenhart.wendy@phillyzoo.org</a>\r\n\r\nPBI: Marissa Krouse at <a href="http://acc@polarbearsinternational.org">acc@polarbearsinternational.org</a>', 'Trees for You and Me', 0, '', 'publish', 'closed', 'closed', '', 'trees-for-you-and-me', '', '', '2014-08-18 17:18:50', '2014-08-18 22:18:50', '', 12, 'http://aazk.org/?page_id=2685', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4575, 2, '2013-11-21 12:40:55', '2013-11-21 17:40:55', '<h2>2014 Campaign</h2>\r\n<h4>What is “Trees for You &amp; Me”?</h4>\r\n<img class="alignleft" title="trees_u_me" alt="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" width="180" /> Trees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. This year, the effort has a local focus. Rather than Polar Bears International® gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, we believe this year is a good year to draw attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<div class="hr"></div>\r\n<h4>What is the “local effort”?</h4>\r\nPlanting trees in urban areas has distinct benefits, but most important is bringing the community together through engagement. Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future, is a critical step in creating a movement to stop our dependence upon fossil fuels and stop global warming.\r\n<div class="hr"></div>\r\n<h4>How will the campaign work?</h4>\r\nTrees for You &amp; Me is still a campaign to raise financial resources to plant trees.\r\n<ul>\r\n	<li>The funding raised will stay in your local community, with your own insititution.</li>\r\n	<li>The funds must be spent on a tree-planting (or appropriate greening effort) and educational event to invite others to join you in additional conservation behaviors.</li>\r\n	<li>The effort should coordinate with Acres with the Atmosphere or it can be part of an international tree planting effort associated with another conservation program.</li>\r\n	<li>And finally, that effort should be shared with others through <a href="http://www.polarbearsinternational.org/myplanetmypart" target="_blank">PBI’s My Planet, My Part</a>.</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h4>When will Trees For You &amp; Me start?</h4>\r\nRegistration and campaign begins on October 1, 2013.\r\n<div class="hr"></div>\r\n<h4>When will Trees For You &amp; Me end?</h4>\r\nThe campaign will end midnight, PST on March 1, 2014.\r\n<div class="hr"></div>\r\n<h4>How can chapters raise and gather campaign funds?</h4>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.\r\n<div class="hr"></div>\r\n<h4>How will the winners be awarded and announced?</h4>\r\nWe invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on February 15, 2014.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\r\n<div class="hr"></div>\r\n<h4>What are the prizes?</h4>\r\nFirst place is awarded to the team with the most funds reported to PBI on March 3, 2014, that were donated by Midnight MST March 1, 2014. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2014, that were donated by Midnight MST February 15, 2014. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.\r\n<div class="hr"></div>\r\n<h4>How do I start?</h4>\r\n<ul>\r\n	<li>Form a group and become a champion - Registration begins October 1, 2013.</li>\r\n	<li>Make plan for events and strategies to raise the funds over the course of the two months.</li>\r\n	<li>Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.</li>\r\n	<li>Good luck on your efforts.</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h4>How will reporting work?</h4>\r\nEach participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.\r\nPBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart" target="_blank">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2014.)\r\n<div class="hr"></div>\r\n<h4>What is an example of an  Acres for the Atmosphere project?</h4>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\r\n<div class="hr"></div>\r\n<h4>What is an example of an urban tree planting?</h4>\r\n<em>City of Sparta, Wisconsin</em>\r\nThe primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.\r\n<div class="hr"></div>\r\n<h4>What other projects are eligible for tree planting?</h4>\r\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.\r\n<div class="hr"></div>\r\n<h4>How Does  Planting Trees Help Polar Bears?</h4>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\r\n<ul>\r\n	<li>Don’t buy products with palm oil</li>\r\n	<li>Purchase shade-grown coffee</li>\r\n	<li>Purchase local meat rather than meat produced in deforested tropical rain forests</li>\r\n</ul>\r\n<div id="inner-links"></div>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2013-11-21 12:40:55', '2013-11-21 17:40:55', '', 2685, 'http://web3.gowebsolutions.com/~aazook/2685-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2439, 2, '2012-04-14 10:43:36', '2012-04-14 15:43:36', '', 'black_rhino', 0, '', 'inherit', 'closed', 'closed', '', 'black_rhino', '', '', '2012-04-14 10:43:36', '2012-04-14 15:43:36', '', 2424, 'http://aazk.org/wp-content/uploads/black_rhino.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2438, 2, '2012-04-14 10:20:52', '2012-04-14 15:20:52', '', 'ian1', 0, '', 'inherit', 'closed', 'closed', '', 'ian1', '', '', '2012-04-14 10:20:52', '2012-04-14 15:20:52', '', 2424, 'http://aazk.org/wp-content/uploads/ian1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2440, 2, '2012-04-14 10:44:54', '2012-04-14 15:44:54', '<em>By Ian Craig\nFounder of Lewa Wildlife Conservancy\nNorthern Rangelands Trust, Isiolo, Kenya</em>\n\nDue to a massive investment of effort, time and money by conservationists worldwide, the past two decades have seen a very positive period for in situ rhino conservation in Africa.  In the mid-80’s when conservationists worldwide came together with the realization that rhino were heading for extinction, this catalyzed a whole new investment in management ideas and new thinking.  Never had the concept of small, fenced sanctuaries to protect rhino been on the agenda; the philosophy was that rhino need large open spaces with no restrictions.  This myth was quickly dismissed with the realization that the only option available was to concentrate animals into small, highly protected areas and this has been the foundation of the growth of Africa’s black and white rhino populations over the past twenty years.  <img class="alignright size-medium wp-image-2438" title="ian1" src="http://aecetia.net/gws/aazk/wp-content/uploads/ian1-300x217.jpg" alt="ian1" width="300" height="217" />\n\nThe different approaches across Africa of fenced sanctuaries and intensive protection zones (IPZ’s) have had different levels of success, but with a major factor in the increase of Southern white rhino being the commercial benefits accrued from sport hunting where land owners have seen significant financial benefit  in the hunting of southern white rhino.  The private sector throughout the continent has played an equal role to national governments and in some countries where private public partnerships are national policy, over 50% of a nation’s black rhino population is now on private land.\n\nThe cost of protecting rhino over this past decade has essentially risen with the cost of inflation and as long as adequate ground coverage by well-trained, motivated rangers was in place, attrition from poaching could be kept at a level below the natural increment.  Most countries look at a minimum 5% growth per annum within their respective rhino populations.  The cost of protecting these animals has been significantly carried by concerned individuals, zoo-based organisations and national governments, specifically in the US and the UK.  These funds have been channeled into both private and government rhino conservation initiatives resulting in this success and steady increase.\n\nWhereas historically illicit rhino horn would move through a series of middle men before reaching its final destination with the increasing presence of Far Eastern investment into Africa and the accompanying nationals, the routing of this horn has been much more direct and easier.  Accepting that the black market demand is driven by the end-user price, the increasing levels of wealth within the Far East are influencing the spiraling demand of rhino horn in Africa.  With increasing trade between the Far East and Africa, communication, transport and the ease of moving product are all factors contributing to this ever- increasing demand.  In 2010, a series of rhino horns were confiscated in Jomo Kenyatta International Airport Nairobi, hidden amongst avocado pears being air freighted to the Far East.  These horns proved to have originated in Zimbabwe and had been moved to Nairobi over land and were now on direct flights to the Far East from the hub of Nairobi.\n\nThis situation only stands to get worse; economies and demand for wildlife products in the Far East are growing.  East Asian nationals get more and more integrated into African societies and lines of communication and transport continue to improve.  The inevitable knock on effect of these increasing values is the potential to corrupt government officials responsible for enforcing controls on national borders and within wildlife authorities.\n\nApart from keeping existing populations safe, the single biggest challenge facing many African governments with a responsibility for rhino conservation is finding safe space for rhino.  Rhino are the most forgiving animals thriving in the most diverse habitats on the continent, yet ensuring that criminals don’t kill them requires the highest levels of 24-hour protection.\n\nThe year 2012 is now a time to re-focus on what has worked, what has not worked and what are the opportunities of our time.\n\nWhat has worked; intensive protection zones and fenced sanctuaries are a proven success.  The model is now well-established, the costs clearly identified and minimum standards of ground coverage required are well-documented.  This concept can be expanded into national parks, community areas and private land but with the increasing demand comes an ever increasing cost of protection.\n\nWhat has not worked; free release areas and community conservancies have proven to be a challenge to keeping rhino safe and at this time are an option that has passed.  The ban on the sale of rhino horn through CITIES; we need to revisit the options.\n\nOpportunities of our time; with technology changing by the day this is the single most cost-effective tool of our day to protect rhino.  If the relevant military technology used to protect borders and military locations together with the most modern technology to monitor human movement and the protection of assets can be applied to protecting rhino, this has the potential to dramatically change the future of field conservation for rhino.  This is starting to happen in an ever-increasing way and as is normal with such new technology is not being openly discussed through public channels but already is starting to make an impact on how rhino are protected.\n\nOne can only ask who is killing these rhino, who is moving the horn and who is driving the price?\n\n<strong>Who’s killing the Rhino? </strong> Every society has its criminals and poverty is rife throughout much of Africa.  In Eastern and Central Africa much of the poaching is undertaken by armed criminals who are essentially opportunists, out to make a quick buck.  In Sothern Africa the dynamic is totally different where professional veterinarians and high level officials using helicopters have been prosecuted for the actual field poaching of rhino.\n\n<strong>Who’s moving the horn? </strong> Rhino horn, like hard drugs, counterfeit currency, and illicit diamonds is a high-value, black-market product that once it leaves the hand of the poacher is moved through a series of couriers, on to godfathers coordinating these activities across national and international borders.  Rhino horn being such a small article can easily be hidden and moved by a motor bike in a hand bag or hidden in materials being exported.\n\n<strong>Who’s driving the price?</strong> Clearly the market for rhino horn is based on traditional Chinese medicine and connotations around this myth.  The end-user can be a very humble member of society who genuinely believes the use of powdered rhino horn can save the life of a loved one, and each one of us would spend our last dollar on such cause.  Between the poacher and the end-user the multiplication of value would seem to be four to five times possible more, leaving massive opportunity for middle men to benefit.  With the weakening value of many African currencies against the US Dollar and essentially a dollar-based value on Rhino horn, this is multiplying the in-country value within Africa, further exasperating an already-volatile situation.\n\nOn one hand, the future of Africa’s rhino could be seen to be extremely bleak, yet on the other hand with plenty of suitable habitat available, the real challenge is to provide cost-effective security using the most modern technology in support of the field operations.  Alongside this, a significant public programme to keep the world, specifically the market of Eastern Asia, fully informed as to the myth of rhino horns’ potency and the impact of buying rhino horn.  A careful assessment is required to look at the effectiveness of the CITIES ban on the trade of rhino products; this clearly has not worked and it is again time to consider the options available to us as conservationists to give rhino a new hope.\n<p style="text-align: center;"><img class="aligncenter size-large wp-image-2439" title="black_rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/black_rhino-858x1024.jpg" alt="black_rhino" width="601" height="717" /></p>\n<p style="text-align: center;">Cost-effective security programs, like those provided by our Conservation Partners at Lewa and</p>\n<p style="text-align: center;">IRF, are proven methods of protecting</p>', 'What’s driving this massive upsurge in rhino poaching  and what is the future for rhino in the wild?', 0, '', 'inherit', 'closed', 'closed', '', '2424-revision-2', '', '', '2012-04-14 10:44:54', '2012-04-14 15:44:54', '', 2424, 'http://aazk.org/uncategorized/2424-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2441, 2, '2012-04-14 10:45:53', '2012-04-14 15:45:53', '<em>By Ian Craig\nFounder of Lewa Wildlife Conservancy\nNorthern Rangelands Trust, Isiolo, Kenya</em>\n\nDue to a massive investment of effort, time and money by conservationists worldwide, the past two decades have seen a very positive period for in situ rhino conservation in Africa.  In the mid-80’s when conservationists worldwide came together with the realization that rhino were heading for extinction, this catalyzed a whole new investment in management ideas and new thinking.  Never had the concept of small, fenced sanctuaries to protect rhino been on the agenda; the philosophy was that rhino need large open spaces with no restrictions.  This myth was quickly dismissed with the realization that the only option available was to concentrate animals into small, highly protected areas and this has been the foundation of the growth of Africa’s black and white rhino populations over the past twenty years.  <img class="alignright size-medium wp-image-2438" title="ian1" src="http://aecetia.net/gws/aazk/wp-content/uploads/ian1-300x217.jpg" alt="ian1" width="300" height="217" />\n\nThe different approaches across Africa of fenced sanctuaries and intensive protection zones (IPZ’s) have had different levels of success, but with a major factor in the increase of Southern white rhino being the commercial benefits accrued from sport hunting where land owners have seen significant financial benefit  in the hunting of southern white rhino.  The private sector throughout the continent has played an equal role to national governments and in some countries where private public partnerships are national policy, over 50% of a nation’s black rhino population is now on private land.\n\nThe cost of protecting rhino over this past decade has essentially risen with the cost of inflation and as long as adequate ground coverage by well-trained, motivated rangers was in place, attrition from poaching could be kept at a level below the natural increment.  Most countries look at a minimum 5% growth per annum within their respective rhino populations.  The cost of protecting these animals has been significantly carried by concerned individuals, zoo-based organisations and national governments, specifically in the US and the UK.  These funds have been channeled into both private and government rhino conservation initiatives resulting in this success and steady increase.\n\nWhereas historically illicit rhino horn would move through a series of middle men before reaching its final destination with the increasing presence of Far Eastern investment into Africa and the accompanying nationals, the routing of this horn has been much more direct and easier.  Accepting that the black market demand is driven by the end-user price, the increasing levels of wealth within the Far East are influencing the spiraling demand of rhino horn in Africa.  With increasing trade between the Far East and Africa, communication, transport and the ease of moving product are all factors contributing to this ever- increasing demand.  In 2010, a series of rhino horns were confiscated in Jomo Kenyatta International Airport Nairobi, hidden amongst avocado pears being air freighted to the Far East.  These horns proved to have originated in Zimbabwe and had been moved to Nairobi over land and were now on direct flights to the Far East from the hub of Nairobi.\n\nThis situation only stands to get worse; economies and demand for wildlife products in the Far East are growing.  East Asian nationals get more and more integrated into African societies and lines of communication and transport continue to improve.  The inevitable knock on effect of these increasing values is the potential to corrupt government officials responsible for enforcing controls on national borders and within wildlife authorities.\n\nApart from keeping existing populations safe, the single biggest challenge facing many African governments with a responsibility for rhino conservation is finding safe space for rhino.  Rhino are the most forgiving animals thriving in the most diverse habitats on the continent, yet ensuring that criminals don’t kill them requires the highest levels of 24-hour protection.\n\nThe year 2012 is now a time to re-focus on what has worked, what has not worked and what are the opportunities of our time.\n\nWhat has worked; intensive protection zones and fenced sanctuaries are a proven success.  The model is now well-established, the costs clearly identified and minimum standards of ground coverage required are well-documented.  This concept can be expanded into national parks, community areas and private land but with the increasing demand comes an ever increasing cost of protection.\n\nWhat has not worked; free release areas and community conservancies have proven to be a challenge to keeping rhino safe and at this time are an option that has passed.  The ban on the sale of rhino horn through CITIES; we need to revisit the options.\n\nOpportunities of our time; with technology changing by the day this is the single most cost-effective tool of our day to protect rhino.  If the relevant military technology used to protect borders and military locations together with the most modern technology to monitor human movement and the protection of assets can be applied to protecting rhino, this has the potential to dramatically change the future of field conservation for rhino.  This is starting to happen in an ever-increasing way and as is normal with such new technology is not being openly discussed through public channels but already is starting to make an impact on how rhino are protected.\n\nOne can only ask who is killing these rhino, who is moving the horn and who is driving the price?\n\n<strong>Who’s killing the Rhino? </strong> Every society has its criminals and poverty is rife throughout much of Africa.  In Eastern and Central Africa much of the poaching is undertaken by armed criminals who are essentially opportunists, out to make a quick buck.  In Sothern Africa the dynamic is totally different where professional veterinarians and high level officials using helicopters have been prosecuted for the actual field poaching of rhino.\n\n<strong>Who’s moving the horn? </strong> Rhino horn, like hard drugs, counterfeit currency, and illicit diamonds is a high-value, black-market product that once it leaves the hand of the poacher is moved through a series of couriers, on to godfathers coordinating these activities across national and international borders.  Rhino horn being such a small article can easily be hidden and moved by a motor bike in a hand bag or hidden in materials being exported.\n\n<strong>Who’s driving the price?</strong> Clearly the market for rhino horn is based on traditional Chinese medicine and connotations around this myth.  The end-user can be a very humble member of society who genuinely believes the use of powdered rhino horn can save the life of a loved one, and each one of us would spend our last dollar on such cause.  Between the poacher and the end-user the multiplication of value would seem to be four to five times possible more, leaving massive opportunity for middle men to benefit.  With the weakening value of many African currencies against the US Dollar and essentially a dollar-based value on Rhino horn, this is multiplying the in-country value within Africa, further exasperating an already-volatile situation.\n\nOn one hand, the future of Africa’s rhino could be seen to be extremely bleak, yet on the other hand with plenty of suitable habitat available, the real challenge is to provide cost-effective security using the most modern technology in support of the field operations.  Alongside this, a significant public programme to keep the world, specifically the market of Eastern Asia, fully informed as to the myth of rhino horns’ potency and the impact of buying rhino horn.  A careful assessment is required to look at the effectiveness of the CITIES ban on the trade of rhino products; this clearly has not worked and it is again time to consider the options available to us as conservationists to give rhino a new hope.\n<p style="text-align: center;"><img class="aligncenter size-large wp-image-2439" title="black_rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/black_rhino-858x1024.jpg" alt="black_rhino" width="601" height="717" /></p>\n\n<p style="text-align: center;">Cost-effective security programs, like those provided by our Conservation Partners at Lewa and\nIRF, are proven methods of protecting rhinos. (<em>Photo by Patty Pearthree</em>)', 'What’s driving this massive upsurge in rhino poaching  and what is the future for rhino in the wild?', 0, '', 'inherit', 'closed', 'closed', '', '2424-revision-3', '', '', '2012-04-14 10:45:53', '2012-04-14 15:45:53', '', 2424, 'http://aazk.org/uncategorized/2424-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2442, 2, '2012-04-14 10:47:11', '2012-04-14 15:47:11', '<em>By Ian Craig\nFounder of Lewa Wildlife Conservancy\nNorthern Rangelands Trust, Isiolo, Kenya</em>\n\nDue to a massive investment of effort, time and money by conservationists worldwide, the past two decades have seen a very positive period for in situ rhino conservation in Africa.  In the mid-80’s when conservationists worldwide came together with the realization that rhino were heading for extinction, this catalyzed a whole new investment in management ideas and new thinking.  Never had the concept of small, fenced sanctuaries to protect rhino been on the agenda; the philosophy was that rhino need large open spaces with no restrictions.  This myth was quickly dismissed with the realization that the only option available was to concentrate animals into small, highly protected areas and this has been the foundation of the growth of Africa’s black and white rhino populations over the past twenty years.  <img class="alignright size-medium wp-image-2438" title="ian1" src="http://aecetia.net/gws/aazk/wp-content/uploads/ian1-300x217.jpg" alt="ian1" width="300" height="217" />\n\nThe different approaches across Africa of fenced sanctuaries and intensive protection zones (IPZ’s) have had different levels of success, but with a major factor in the increase of Southern white rhino being the commercial benefits accrued from sport hunting where land owners have seen significant financial benefit  in the hunting of southern white rhino.  The private sector throughout the continent has played an equal role to national governments and in some countries where private public partnerships are national policy, over 50% of a nation’s black rhino population is now on private land.\n\nThe cost of protecting rhino over this past decade has essentially risen with the cost of inflation and as long as adequate ground coverage by well-trained, motivated rangers was in place, attrition from poaching could be kept at a level below the natural increment.  Most countries look at a minimum 5% growth per annum within their respective rhino populations.  The cost of protecting these animals has been significantly carried by concerned individuals, zoo-based organisations and national governments, specifically in the US and the UK.  These funds have been channeled into both private and government rhino conservation initiatives resulting in this success and steady increase.\n\nWhereas historically illicit rhino horn would move through a series of middle men before reaching its final destination with the increasing presence of Far Eastern investment into Africa and the accompanying nationals, the routing of this horn has been much more direct and easier.  Accepting that the black market demand is driven by the end-user price, the increasing levels of wealth within the Far East are influencing the spiraling demand of rhino horn in Africa.  With increasing trade between the Far East and Africa, communication, transport and the ease of moving product are all factors contributing to this ever- increasing demand.  In 2010, a series of rhino horns were confiscated in Jomo Kenyatta International Airport Nairobi, hidden amongst avocado pears being air freighted to the Far East.  These horns proved to have originated in Zimbabwe and had been moved to Nairobi over land and were now on direct flights to the Far East from the hub of Nairobi.\n\nThis situation only stands to get worse; economies and demand for wildlife products in the Far East are growing.  East Asian nationals get more and more integrated into African societies and lines of communication and transport continue to improve.  The inevitable knock on effect of these increasing values is the potential to corrupt government officials responsible for enforcing controls on national borders and within wildlife authorities.\n\nApart from keeping existing populations safe, the single biggest challenge facing many African governments with a responsibility for rhino conservation is finding safe space for rhino.  Rhino are the most forgiving animals thriving in the most diverse habitats on the continent, yet ensuring that criminals don’t kill them requires the highest levels of 24-hour protection.\n\nThe year 2012 is now a time to re-focus on what has worked, what has not worked and what are the opportunities of our time.\n\nWhat has worked; intensive protection zones and fenced sanctuaries are a proven success.  The model is now well-established, the costs clearly identified and minimum standards of ground coverage required are well-documented.  This concept can be expanded into national parks, community areas and private land but with the increasing demand comes an ever increasing cost of protection.\n\nWhat has not worked; free release areas and community conservancies have proven to be a challenge to keeping rhino safe and at this time are an option that has passed.  The ban on the sale of rhino horn through CITIES; we need to revisit the options.\n\nOpportunities of our time; with technology changing by the day this is the single most cost-effective tool of our day to protect rhino.  If the relevant military technology used to protect borders and military locations together with the most modern technology to monitor human movement and the protection of assets can be applied to protecting rhino, this has the potential to dramatically change the future of field conservation for rhino.  This is starting to happen in an ever-increasing way and as is normal with such new technology is not being openly discussed through public channels but already is starting to make an impact on how rhino are protected.\n\nOne can only ask who is killing these rhino, who is moving the horn and who is driving the price?\n\n<strong>Who’s killing the Rhino? </strong> Every society has its criminals and poverty is rife throughout much of Africa.  In Eastern and Central Africa much of the poaching is undertaken by armed criminals who are essentially opportunists, out to make a quick buck.  In Sothern Africa the dynamic is totally different where professional veterinarians and high level officials using helicopters have been prosecuted for the actual field poaching of rhino.\n\n<strong>Who’s moving the horn? </strong> Rhino horn, like hard drugs, counterfeit currency, and illicit diamonds is a high-value, black-market product that once it leaves the hand of the poacher is moved through a series of couriers, on to godfathers coordinating these activities across national and international borders.  Rhino horn being such a small article can easily be hidden and moved by a motor bike in a hand bag or hidden in materials being exported.\n\n<strong>Who’s driving the price?</strong> Clearly the market for rhino horn is based on traditional Chinese medicine and connotations around this myth.  The end-user can be a very humble member of society who genuinely believes the use of powdered rhino horn can save the life of a loved one, and each one of us would spend our last dollar on such cause.  Between the poacher and the end-user the multiplication of value would seem to be four to five times possible more, leaving massive opportunity for middle men to benefit.  With the weakening value of many African currencies against the US Dollar and essentially a dollar-based value on Rhino horn, this is multiplying the in-country value within Africa, further exasperating an already-volatile situation.\n\nOn one hand, the future of Africa’s rhino could be seen to be extremely bleak, yet on the other hand with plenty of suitable habitat available, the real challenge is to provide cost-effective security using the most modern technology in support of the field operations.  Alongside this, a significant public programme to keep the world, specifically the market of Eastern Asia, fully informed as to the myth of rhino horns’ potency and the impact of buying rhino horn.  A careful assessment is required to look at the effectiveness of the CITIES ban on the trade of rhino products; this clearly has not worked and it is again time to consider the options available to us as conservationists to give rhino a new hope.\n<p style="text-align: center;"><img class="aligncenter size-large wp-image-2439" title="black_rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/black_rhino-858x1024.jpg" alt="black_rhino" width="601" height="717" /></p>\n\n<p style="text-align: center;">Cost-effective security programs, like those provided by our Conservation Partners at Lewa and\nIRF, are proven methods of protecting rhinos. (<em>Photo by Patty Pearthree</em>)', 'What’s driving this massive upsurge in rhino poaching  and what is the future for rhino in the wild?', 0, '', 'inherit', 'closed', 'closed', '', '2424-autosave', '', '', '2012-04-14 10:47:11', '2012-04-14 15:47:11', '', 2424, 'http://aazk.org/uncategorized/2424-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2443, 2, '2012-04-14 10:52:44', '2012-04-14 15:52:44', '<img class="alignleft size-full wp-image-2444" title="anna3" src="http://aecetia.net/gws/aazk/wp-content/uploads/anna3.jpg" alt="anna3" width="192" height="294" />In the late 1950s I moved from the U.K. to Ghana and went to live in Kumasi, the capital of Ashanti. Kumasi was known for having one of the biggest markets in West Africa and I soon found that this bustling and vibrant place was a source not only of total fascination but also great horror. Every local foodstuff was to be found there; colourful heaps of fruit and vegetables I had neither seen nor heard of before, plus every sort of creature both great and small, alive and dead … From giant forest snails for soup to the highly valued skin of an elephant’s ear to make drums. This was my introduction to the bushmeat trade and the start for me of a long journey. Because of the tsetse fly Ghana produced few cattle and those few came down from the Sahael. Sheep and goats were kept mainly for bride price. Bush meat was the nation’s main source of protein and as the population grew so did the demand for it. During my 20 years there the population quadrupled and more; in fact, I was once invited to a celebration when an important chief celebrated the birth of his 100th child. I never found out how many were his wives but all dwelt in a vast palace.\r\n\r\nSo as the forests were felled to satisfy the insatiable demands of the timber industry, their denizens lost their homes and travelled to market, dead if they were lucky, to fill someone’s soup pot. In those distant days up to 40 lorry loads of assorted antelopes used to arrive on a daily basis, again the lucky ones arrived dead, salted and smoked. The less fortunate arrived to satisfy the demand for fresh meat, alive, with their legs broken. Only their beautiful, desperate eyes revealed their agony and terror, the memory of those eyes haunts me still. Meat was not the only thing the animals supplied. Elephant ivory was most beautifully carved by skilled craftsmen working in tiny, dark shacks; nothing of an elephant was wasted, the meat was consumed to the last scrap, the tail hairs were woven into bracelets, but in those days it was the ears that were most valuable. Monkeys and chimps were exported to the laboratories of the West and their babies were hawked around as pets and few survived. Grey parrots hung upside down suspended by their legs from bamboo poles, screaming their misery; many were exported and huge numbers died en route.\r\n\r\nFor more than 10 years I worked in my spare time for the Ghana Game Department and travelled much of the country. I would enquire of the local chiefs what animals they had left and the invariable answer was that the animals had “travelled” and they had no more meat. When I enquired where had the animals travelled I was told they had gone over the hills, over the Volta, to Togo or the Ivory Coast. When I suggested that perhaps their journey was involuntary and by lorry to the nearest big market they would shake their heads sadly and agree. Thus it was that by the time I came to leave Ghana and move to Kenya with my husband, I had seen with my own eyes how quickly extinction could happen on a<img class="alignright size-medium wp-image-2445" title="anna" src="http://aecetia.net/gws/aazk/wp-content/uploads/anna-300x195.jpg" alt="anna" width="300" height="195" /> local basis.\r\n\r\nAntelope now came to market one by one and seldom. Much of the beautiful forests were destroyed and the great trees were stacked in the worlds’ timber markets and the lovely birds and fascinating beasts were no more. But surely Kenya, with its huge parks, flourishing tourist industry and great herds of cattle to satisfy the need for meat, would be very different. And so it was in those early days when the demand for bushmeat and land for growing crops was not as great as it is now; but with one mega-exception, the black rhino. It was an animal I had then never even seen, and certainly not thought about, but it was about to turn my life around.\r\n\r\nOil in Saudi Arabia had brought unexpected wealth to Yemen with the result that the demand for rhino-handle daggers had escalated vastly. In that country all men wear a dagger and the status symbol dagger needs to have a handle made of rhino horn; it is the thing you must have to prove your worth. The shavings from the making of the handles went east to China mainly for use in traditional medicine. The belief in the virtues of rhino horn to heal goes back thousands of years. The main use is to reduce fever and it seems if you boil anything for long enough that contains keratin, your hair and finger nail clippings for instance, it will have a very tiny effect, but far more effective and cheaper it is to take an aspirin. For these ridiculous reasons the price of rhino horn started to rise in the maddest fashion till it was worth even more than gold in some countries in the Far East. And rhinos started to die in their hundreds and then in their thousands. You could drive round Kenya’s so beautiful parks and follow the vultures from one desecrated corpse to that of the next. From each, the horns had been hacked and the once magnificent and beautiful creature left to rot. In a matter of years, Kenya’s population of many thousands was reduced to below 400. What to do? It seemed well-guarded sanctuaries for a specific purpose, the natural breeding of wild black rhinos, was the only remaining hope. Thus the Ngare Sergoi Sanctuary was created on Lewa Downs, a vast cattle ranch in the north of Kenya owned by the Craig family. And it succeeded thanks to the help of many people and in a very important degree thanks to the members of AAZK and Bowling for Rhinos and the incredible amount of money that has been raised.\r\n\r\nSo the Sanctuary grew from the initial 5,000 acres to 10,000 and then in 1995 it became the Lewa Wildlife Conservancy protecting an area of some 65,000 acres which now includes the Government owned Ngare Ndare Forest. This vast increase in area was needed as rhinos will breed if given security. And security was always our total top priority. So Lewa progressed from being a cattle ranch to being an area where two highly endangered animals were breeding well; black rhinos and Grevvy’s zebra of which we have about 25% of the entire world’s population. Beneath the umbrella of these two species, the whole range of species indigenous to the area also prospered. Because our ideas were working, thanks to the costly security we employed, they were copied elsewhere and sanctuaries were created on both private and government land; both the government and the private sector working well together on this. One side-effect was that Lewa became a huge employer of labour, the biggest in the Meru district. This, plus our building of schools and clinics and other schemes to improve the welfare of our neighbours, meant we had very <img class="alignright size-medium wp-image-2446" title="anna_guards" src="http://aecetia.net/gws/aazk/wp-content/uploads/anna_guards-195x300.jpg" alt="anna_guards" width="195" height="300" />good relations with them. This is vital for the success of any enterprise concerning the protection of potentially dangerous species. In the meantime, the horrific wave of poaching that had so seriously decimated the rhino populations of most of Africa had not touched South Africa. Her populations of both black and white rhino had been barely effected and they thrived, both in the national parks and on private reserves where they were used not just as a tourist attraction, but also for trophy hunting. This apparent immunity from the rhino crisis sweeping the rest of the continent, and also decimating the three species of rhino found in India and southeast Asia, made those in South Africa responsible for the security of rhinos on both public and private land, somewhat complacent; never a very wise attitude.\r\n\r\nThen three years ago the Chinese president visited most countries in Africa. Unaware and avaricious governments throughout the continent welcomed him with open arms. Here was cash undreamed of and no questions asked. Agreements were signed with a sad disregard to possible consequences. Oil, mineral rights, timber concessions, agricultural land and rights of residence have been handed over in return for doomed or shoddy infrastructure projects, all built by Chinese labour so not even unemployment is improved. Damian Thompson writing in the U.K. Daily Telegraph recently wrote “Africa’s future has been quietly settled for it. Something close to slavery is back - all thanks to China”. Even in the small town 50 km away, where I shop, there are now five Chinese shops and an ever-growing number of Chinese residents. They are not short of cash and at the top of their “wish list” are rhino horn and ivory, but they are only the tip of the iceberg. The Big Men have also moved in--the Barons of the illegal trade in wildlife which is huge-- rivaling the drugs and the arms trade. The three go hand in hand. Last year, this country lost over 450 rhino, and that means the ones that were found. I have just been told that a further 13 were killed in the Kruger National Park over Christmas. At this moment my neighbours are searching frantically for a pregnant white cow gone missing. Three years ago I said to friends and neighbours who had rhinos “guard them well” and was laughed at. Now they say, “how did you know”?  But no knowledge was available to me that was hidden from them, but people prefer to close their eyes sometimes, and governments have higher priorities than to guard their heritage, yet tourism is both a major source of revenue and of much needed, well-paid employment.\r\n\r\nTragically, it is not only rhinos that are dying, it is estimated that 100 elephants die per day throughout the continent because of the rise in the demand for ivory. Most of Asia’s tigers have died because of the demand for their bones for medicine, as much use as is rhino horn, probably less, so now Africa’s lions are next on the list. It seems the great apes are also wanted as status symbol ‘bush meat’. Whatever Africa has, and should cherish, China wants and seemingly will get. So what to do? The Governments of the West should be taking a hard look at the rape of the planet that is taking place instead of begging for financial aid. Fortunately there are zoos that seem to care more about trying to save endangered species and educating children about what is happening than in making huge profits. Better still there are zoo keepers who care a lot. I know because it has been my good fortune to have met so many of them. Better still, they are trained in people-skills and communicating. To you I say, go out and tell your States and cities and children what is happening to their world. People in politics will listen if votes are involved. Why are no Senators or Governors ex-zoo keepers? We need to get our local Chinese populations to understand this dire situation and help get the message through to China. <strong><em>Places like Lewa can do a holding action until you can change attitudes. Remember that when the last rhino in Africa </em></strong><img class="alignleft size-medium wp-image-2447" title="anna2" src="http://aecetia.net/gws/aazk/wp-content/uploads/anna2-195x300.jpg" alt="anna2" width="195" height="300" /><strong><em>or Indonesia dies in agony with a bullet in its guts, or dies in a zoo of old age, 40 million years of evolution goes with it. Forever. And with the passing of the great mammals, a splendour will have gone out of our world and cannot return.</em></strong>', 'A Letter to the AAZK Membership from Anna Merz', 0, '', 'draft', 'closed', 'closed', '', 'a-letter-to-the-aazk-membership-from-anna-merz', '', '', '2013-10-15 17:49:17', '2013-10-15 22:49:17', '', 0, 'http://aazk.org/?p=2443', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2444, 2, '2012-04-14 10:48:38', '2012-04-14 15:48:38', '', 'anna3', 0, '', 'inherit', 'closed', 'closed', '', 'anna3', '', '', '2012-04-14 10:48:38', '2012-04-14 15:48:38', '', 2443, 'http://aazk.org/wp-content/uploads/anna3.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2445, 2, '2012-04-14 10:49:48', '2012-04-14 15:49:48', '', 'anna', 0, '', 'inherit', 'closed', 'closed', '', 'anna', '', '', '2012-04-14 10:49:48', '2012-04-14 15:49:48', '', 2443, 'http://aazk.org/wp-content/uploads/anna.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2446, 2, '2012-04-14 10:50:36', '2012-04-14 15:50:36', '', 'anna_guards', 0, '', 'inherit', 'closed', 'closed', '', 'anna_guards', '', '', '2012-04-14 10:50:36', '2012-04-14 15:50:36', '', 2443, 'http://aazk.org/wp-content/uploads/anna_guards.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2447, 2, '2012-04-14 10:51:21', '2012-04-14 15:51:21', '', 'anna2', 0, '', 'inherit', 'closed', 'closed', '', 'anna2', '', '', '2012-04-14 10:51:21', '2012-04-14 15:51:21', '', 2443, 'http://aazk.org/wp-content/uploads/anna2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2448, 2, '2012-04-14 10:49:30', '2012-04-14 15:49:30', '<img class="alignleft size-full wp-image-2444" title="anna3" src="http://aecetia.net/gws/aazk/wp-content/uploads/anna3.jpg" alt="anna3" width="192" height="294" />In the late 1950s I moved from the U.K. to Ghana and went to live in Kumasi, the capital of Ashanti. Kumasi was known for having one of the biggest markets in West Africa and I soon found that this bustling and vibrant place was a source not only of total fascination but also great horror. Every local foodstuff was to be found there; colourful heaps of fruit and vegetables I had neither seen nor heard of before, plus every sort of creature both great and small, alive and dead … From giant forest snails for soup to the highly valued skin of an elephant’s ear to make drums. This was my introduction to the bushmeat trade and the start for me of a long journey. Because of the tsetse fly Ghana produced few cattle and those few came down from the Sahael. Sheep and goats were kept mainly for bride price. Bush meat was the nation’s main source of protein and as the population grew so did the demand for it. During my 20 years there the population quadrupled and more; in fact, I was once invited to a celebration when an important chief celebrated the birth of his 100th child. I never found out how many were his wives but all dwelt in a vast palace.\n\nSo as the forests were felled to satisfy the insatiable demands of the timber industry, their denizens lost their homes and travelled to market, dead if they were lucky, to fill someone’s soup pot. In those distant days up to 40 lorry loads of assorted antelopes used to arrive on a daily basis, again the lucky ones arrived dead, salted and smoked. The less fortunate arrived to satisfy the demand for fresh meat, alive, with their legs broken. Only their beautiful, desperate eyes revealed their agony and terror, the memory of those eyes haunts me still. Meat was not the only thing the animals supplied. Elephant ivory was most beautifully carved by skilled craftsmen working in tiny, dark shacks; nothing of an elephant was wasted, the meat was consumed to the last scrap, the tail hairs were woven into bracelets, but in those days it was the ears that were most valuable. Monkeys and chimps were exported to the laboratories of the West and their babies were hawked around as pets and few survived. Grey parrots hung upside down suspended by their legs from bamboo poles, screaming their misery; many were exported and huge numbers died en route.\n\nFor more than 10 years I worked in my spare time for the Ghana Game Department and travelled much of the country. I would enquire of the local chiefs what animals they had left and the invariable answer was that the animals had “travelled” and they had no more meat. When I enquired where had the animals travelled I was told they had gone over the hills, over the Volta, to Togo or the Ivory Coast. When I suggested that perhaps their journey was involuntary and by lorry to the nearest big market they would shake their heads sadly and agree. Thus it was that by the time I came to leave Ghana and move to Kenya with my husband, I had seen with my own eyes how quickly extinction could happen on a local basis.\n\nAntelope now came to market one by one and seldom. Much of the beautiful forests were destroyed and the great trees were stacked in the worlds’ timber markets and the lovely birds and fascinating beasts were no more. But surely Kenya, with its huge parks, flourishing tourist industry and great herds of cattle to satisfy the need for meat, would be very different. And so it was in those early days when the demand for bushmeat and land for growing crops was not as great as it is now; but with one mega-exception, the black rhino. It was an animal I had then never even seen, and certainly not thought about, but it was about to turn my life around.\n\nOil in Saudi Arabia had brought unexpected wealth to Yemen with the result that the demand for rhino-handle daggers had escalated vastly. In that country all men wear a dagger and the status symbol dagger needs to have a handle made of rhino horn; it is the thing you must have to prove your worth. The shavings from the making of the handles went east to China mainly for use in traditional medicine. The belief in the virtues of rhino horn to heal goes back thousands of years. The main use is to reduce fever and it seems if you boil anything for long enough that contains keratin, your hair and finger nail clippings for instance, it will have a very tiny effect, but far more effective and cheaper it is to take an aspirin. For these ridiculous reasons the price of rhino horn started to rise in the maddest fashion till it was worth even more than gold in some countries in the Far East. And rhinos started to die in their hundreds and then in their thousands. You could drive round Kenya’s so beautiful parks and follow the vultures from one desecrated corpse to that of the next. From each, the horns had been hacked and the once magnificent and beautiful creature left to rot. In a matter of years, Kenya’s population of many thousands was reduced to below 400. What to do? It seemed well-guarded sanctuaries for a specific purpose, the natural breeding of wild black rhinos, was the only remaining hope. Thus the Ngare Sergoi Sanctuary was created on Lewa Downs, a vast cattle ranch in the north of Kenya owned by the Craig family. And it succeeded thanks to the help of many people and in a very important degree thanks to the members of AAZK and Bowling for Rhinos and the incredible amount of money that has been raised.\n\nSo the Sanctuary grew from the initial 5,000 acres to 10,000 and then in 1995 it became the Lewa Wildlife Conservancy protecting an area of some 65,000 acres which now includes the Government owned Ngare Ndare Forest. This vast increase in area was needed as rhinos will breed if given security. And security was always our total top priority. So Lewa progressed from being a cattle ranch to being an area where two highly endangered animals were breeding well; black rhinos and Grevvy’s zebra of which we have about 25% of the entire world’s population. Beneath the umbrella of these two species, the whole range of species indigenous to the area also prospered. Because our ideas were working, thanks to the costly security we employed, they were copied elsewhere and sanctuaries were created on both private and government land; both the government and the private sector working well together on this. One side-effect was that Lewa became a huge employer of labour, the biggest in the Meru district. This, plus our building of schools and clinics and other schemes to improve the welfare of our neighbours, meant we had very good relations with them. This is vital for the success of any enterprise concerning the protection of potentially dangerous species. In the meantime, the horrific wave of poaching that had so seriously decimated the rhino populations of most of Africa had not touched South Africa. Her populations of both black and white rhino had been barely effected and they thrived, both in the national parks and on private reserves where they were used not just as a tourist attraction, but also for trophy hunting. This apparent immunity from the rhino crisis sweeping the rest of the continent, and also decimating the three species of rhino found in India and southeast Asia, made those in South Africa responsible for the security of rhinos on both public and private land, somewhat complacent; never a very wise attitude.\n\nThen three years ago the Chinese president visited most countries in Africa. Unaware and avaricious governments throughout the continent welcomed him with open arms. Here was cash undreamed of and no questions asked. Agreements were signed with a sad disregard to possible consequences. Oil, mineral rights, timber concessions, agricultural land and rights of residence have been handed over in return for doomed or shoddy infrastructure projects, all built by Chinese labour so not even unemployment is improved. Damian Thompson writing in the U.K. Daily Telegraph recently wrote “Africa’s future has been quietly settled for it. Something close to slavery is back - all thanks to China”. Even in the small town 50 km away, where I shop, there are now five Chinese shops and an ever-growing number of Chinese residents. They are not short of cash and at the top of their “wish list” are rhino horn and ivory, but they are only the tip of the iceberg. The Big Men have also moved in--the Barons of the illegal trade in wildlife which is huge-- rivaling the drugs and the arms trade. The three go hand in hand. Last year, this country lost over 450 rhino, and that means the ones that were found. I have just been told that a further 13 were killed in the Kruger National Park over Christmas. At this moment my neighbours are searching frantically for a pregnant white cow gone missing. Three years ago I said to friends and neighbours who had rhinos “guard them well” and was laughed at. Now they say, “how did you know”?  But no knowledge was available to me that was hidden from them, but people prefer to close their eyes sometimes, and governments have higher priorities than to guard their heritage, yet tourism is both a major source of revenue and of much needed, well-paid employment.\n\nTragically, it is not only rhinos that are dying, it is estimated that 100 elephants die per day throughout the continent because of the rise in the demand for ivory. Most of Asia’s tigers have died because of the demand for their bones for medicine, as much use as is rhino horn, probably less, so now Africa’s lions are next on the list. It seems the great apes are also wanted as status symbol ‘bush meat’. Whatever Africa has, and should cherish, China wants and seemingly will get. So what to do? The Governments of the West should be taking a hard look at the rape of the planet that is taking place instead of begging for financial aid. Fortunately there are zoos that seem to care more about trying to save endangered species and educating children about what is happening than in making huge profits. Better still there are zoo keepers who care a lot. I know because it has been my good fortune to have met so many of them. Better still, they are trained in people-skills and communicating. To you I say, go out and tell your States and cities and children what is happening to their world. People in politics will listen if votes are involved. Why are no Senators or Governors ex-zoo keepers? We need to get our local Chinese populations to understand this dire situation and help get the message through to China. Places like Lewa can do a holding action until you can change attitudes. Remember that when the last rhino in Africa or Indonesia dies in agony with a bullet in its guts, or dies in a zoo of old age, 40 million years of evolution goes with it. Forever. And with the passing of the great mammals, a splendour will have gone out of our world and cannot return.', 'A Letter to the AAZK Membership from Anna Merz', 0, '', 'inherit', 'closed', 'closed', '', '2443-revision', '', '', '2012-04-14 10:49:30', '2012-04-14 15:49:30', '', 2443, 'http://aazk.org/uncategorized/2443-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2449, 2, '2012-04-14 10:52:31', '2012-04-14 15:52:31', '<img class="alignleft size-full wp-image-2444" title="anna3" src="http://aecetia.net/gws/aazk/wp-content/uploads/anna3.jpg" alt="anna3" width="192" height="294" />In the late 1950s I moved from the U.K. to Ghana and went to live in Kumasi, the capital of Ashanti. Kumasi was known for having one of the biggest markets in West Africa and I soon found that this bustling and vibrant place was a source not only of total fascination but also great horror. Every local foodstuff was to be found there; colourful heaps of fruit and vegetables I had neither seen nor heard of before, plus every sort of creature both great and small, alive and dead … From giant forest snails for soup to the highly valued skin of an elephant’s ear to make drums. This was my introduction to the bushmeat trade and the start for me of a long journey. Because of the tsetse fly Ghana produced few cattle and those few came down from the Sahael. Sheep and goats were kept mainly for bride price. Bush meat was the nation’s main source of protein and as the population grew so did the demand for it. During my 20 years there the population quadrupled and more; in fact, I was once invited to a celebration when an important chief celebrated the birth of his 100th child. I never found out how many were his wives but all dwelt in a vast palace.\n\nSo as the forests were felled to satisfy the insatiable demands of the timber industry, their denizens lost their homes and travelled to market, dead if they were lucky, to fill someone’s soup pot. In those distant days up to 40 lorry loads of assorted antelopes used to arrive on a daily basis, again the lucky ones arrived dead, salted and smoked. The less fortunate arrived to satisfy the demand for fresh meat, alive, with their legs broken. Only their beautiful, desperate eyes revealed their agony and terror, the memory of those eyes haunts me still. Meat was not the only thing the animals supplied. Elephant ivory was most beautifully carved by skilled craftsmen working in tiny, dark shacks; nothing of an elephant was wasted, the meat was consumed to the last scrap, the tail hairs were woven into bracelets, but in those days it was the ears that were most valuable. Monkeys and chimps were exported to the laboratories of the West and their babies were hawked around as pets and few survived. Grey parrots hung upside down suspended by their legs from bamboo poles, screaming their misery; many were exported and huge numbers died en route.\n\nFor more than 10 years I worked in my spare time for the Ghana Game Department and travelled much of the country. I would enquire of the local chiefs what animals they had left and the invariable answer was that the animals had “travelled” and they had no more meat. When I enquired where had the animals travelled I was told they had gone over the hills, over the Volta, to Togo or the Ivory Coast. When I suggested that perhaps their journey was involuntary and by lorry to the nearest big market they would shake their heads sadly and agree. Thus it was that by the time I came to leave Ghana and move to Kenya with my husband, I had seen with my own eyes how quickly extinction could happen on a<img class="alignright size-medium wp-image-2445" title="anna" src="http://aecetia.net/gws/aazk/wp-content/uploads/anna-300x195.jpg" alt="anna" width="300" height="195" /> local basis.\n\nAntelope now came to market one by one and seldom. Much of the beautiful forests were destroyed and the great trees were stacked in the worlds’ timber markets and the lovely birds and fascinating beasts were no more. But surely Kenya, with its huge parks, flourishing tourist industry and great herds of cattle to satisfy the need for meat, would be very different. And so it was in those early days when the demand for bushmeat and land for growing crops was not as great as it is now; but with one mega-exception, the black rhino. It was an animal I had then never even seen, and certainly not thought about, but it was about to turn my life around.\n\nOil in Saudi Arabia had brought unexpected wealth to Yemen with the result that the demand for rhino-handle daggers had escalated vastly. In that country all men wear a dagger and the status symbol dagger needs to have a handle made of rhino horn; it is the thing you must have to prove your worth. The shavings from the making of the handles went east to China mainly for use in traditional medicine. The belief in the virtues of rhino horn to heal goes back thousands of years. The main use is to reduce fever and it seems if you boil anything for long enough that contains keratin, your hair and finger nail clippings for instance, it will have a very tiny effect, but far more effective and cheaper it is to take an aspirin. For these ridiculous reasons the price of rhino horn started to rise in the maddest fashion till it was worth even more than gold in some countries in the Far East. And rhinos started to die in their hundreds and then in their thousands. You could drive round Kenya’s so beautiful parks and follow the vultures from one desecrated corpse to that of the next. From each, the horns had been hacked and the once magnificent and beautiful creature left to rot. In a matter of years, Kenya’s population of many thousands was reduced to below 400. What to do? It seemed well-guarded sanctuaries for a specific purpose, the natural breeding of wild black rhinos, was the only remaining hope. Thus the Ngare Sergoi Sanctuary was created on Lewa Downs, a vast cattle ranch in the north of Kenya owned by the Craig family. And it succeeded thanks to the help of many people and in a very important degree thanks to the members of AAZK and Bowling for Rhinos and the incredible amount of money that has been raised.\n\nSo the Sanctuary grew from the initial 5,000 acres to 10,000 and then in 1995 it became the Lewa Wildlife Conservancy protecting an area of some 65,000 acres which now includes the Government owned Ngare Ndare Forest. This vast increase in area was needed as rhinos will breed if given security. And security was always our total top priority. So Lewa progressed from being a cattle ranch to being an area where two highly endangered animals were breeding well; black rhinos and Grevvy’s zebra of which we have about 25% of the entire world’s population. Beneath the umbrella of these two species, the whole range of species indigenous to the area also prospered. Because our ideas were working, thanks to the costly security we employed, they were copied elsewhere and sanctuaries were created on both private and government land; both the government and the private sector working well together on this. One side-effect was that Lewa became a huge employer of labour, the biggest in the Meru district. This, plus our building of schools and clinics and other schemes to improve the welfare of our neighbours, meant we had very <img class="alignright size-medium wp-image-2446" title="anna_guards" src="http://aecetia.net/gws/aazk/wp-content/uploads/anna_guards-195x300.jpg" alt="anna_guards" width="195" height="300" />good relations with them. This is vital for the success of any enterprise concerning the protection of potentially dangerous species. In the meantime, the horrific wave of poaching that had so seriously decimated the rhino populations of most of Africa had not touched South Africa. Her populations of both black and white rhino had been barely effected and they thrived, both in the national parks and on private reserves where they were used not just as a tourist attraction, but also for trophy hunting. This apparent immunity from the rhino crisis sweeping the rest of the continent, and also decimating the three species of rhino found in India and southeast Asia, made those in South Africa responsible for the security of rhinos on both public and private land, somewhat complacent; never a very wise attitude.\n\nThen three years ago the Chinese president visited most countries in Africa. Unaware and avaricious governments throughout the continent welcomed him with open arms. Here was cash undreamed of and no questions asked. Agreements were signed with a sad disregard to possible consequences. Oil, mineral rights, timber concessions, agricultural land and rights of residence have been handed over in return for doomed or shoddy infrastructure projects, all built by Chinese labour so not even unemployment is improved. Damian Thompson writing in the U.K. Daily Telegraph recently wrote “Africa’s future has been quietly settled for it. Something close to slavery is back - all thanks to China”. Even in the small town 50 km away, where I shop, there are now five Chinese shops and an ever-growing number of Chinese residents. They are not short of cash and at the top of their “wish list” are rhino horn and ivory, but they are only the tip of the iceberg. The Big Men have also moved in--the Barons of the illegal trade in wildlife which is huge-- rivaling the drugs and the arms trade. The three go hand in hand. Last year, this country lost over 450 rhino, and that means the ones that were found. I have just been told that a further 13 were killed in the Kruger National Park over Christmas. At this moment my neighbours are searching frantically for a pregnant white cow gone missing. Three years ago I said to friends and neighbours who had rhinos “guard them well” and was laughed at. Now they say, “how did you know”?  But no knowledge was available to me that was hidden from them, but people prefer to close their eyes sometimes, and governments have higher priorities than to guard their heritage, yet tourism is both a major source of revenue and of much needed, well-paid employment.\n\nTragically, it is not only rhinos that are dying, it is estimated that 100 elephants die per day throughout the continent because of the rise in the demand for ivory. Most of Asia’s tigers have died because of the demand for their bones for medicine, as much use as is rhino horn, probably less, so now Africa’s lions are next on the list. It seems the great apes are also wanted as status symbol ‘bush meat’. Whatever Africa has, and should cherish, China wants and seemingly will get. So what to do? The Governments of the West should be taking a hard look at the rape of the planet that is taking place instead of begging for financial aid. Fortunately there are zoos that seem to care more about trying to save endangered species and educating children about what is happening than in making huge profits. Better still there are zoo keepers who care a lot. I know because it has been my good fortune to have met so many of them. Better still, they are trained in people-skills and communicating. To you I say, go out and tell your States and cities and children what is happening to their world. People in politics will listen if votes are involved. Why are no Senators or Governors ex-zoo keepers? We need to get our local Chinese populations to understand this dire situation and help get the message through to China. Places like Lewa can do a holding action until you can change attitudes. Remember that when the last rhino in Africa <img class="alignleft size-medium wp-image-2447" title="anna2" src="http://aecetia.net/gws/aazk/wp-content/uploads/anna2-195x300.jpg" alt="anna2" width="195" height="300" />or Indonesia dies in agony with a bullet in its guts, or dies in a zoo of old age, 40 million years of evolution goes with it. Forever. And with the passing of the great mammals, a splendour will have gone out of our world and cannot return.', 'A Letter to the AAZK Membership from Anna Merz', 0, '', 'inherit', 'closed', 'closed', '', '2443-revision-2', '', '', '2012-04-14 10:52:31', '2012-04-14 15:52:31', '', 2443, 'http://aazk.org/uncategorized/2443-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2450, 2, '2012-04-14 10:55:38', '2012-04-14 15:55:38', '<img class="alignleft size-full wp-image-2444" title="anna3" src="http://aecetia.net/gws/aazk/wp-content/uploads/anna3.jpg" alt="anna3" width="192" height="294" />In the late 1950s I moved from the U.K. to Ghana and went to live in Kumasi, the capital of Ashanti. Kumasi was known for having one of the biggest markets in West Africa and I soon found that this bustling and vibrant place was a source not only of total fascination but also great horror. Every local foodstuff was to be found there; colourful heaps of fruit and vegetables I had neither seen nor heard of before, plus every sort of creature both great and small, alive and dead … From giant forest snails for soup to the highly valued skin of an elephant’s ear to make drums. This was my introduction to the bushmeat trade and the start for me of a long journey. Because of the tsetse fly Ghana produced few cattle and those few came down from the Sahael. Sheep and goats were kept mainly for bride price. Bush meat was the nation’s main source of protein and as the population grew so did the demand for it. During my 20 years there the population quadrupled and more; in fact, I was once invited to a celebration when an important chief celebrated the birth of his 100th child. I never found out how many were his wives but all dwelt in a vast palace.\n\nSo as the forests were felled to satisfy the insatiable demands of the timber industry, their denizens lost their homes and travelled to market, dead if they were lucky, to fill someone’s soup pot. In those distant days up to 40 lorry loads of assorted antelopes used to arrive on a daily basis, again the lucky ones arrived dead, salted and smoked. The less fortunate arrived to satisfy the demand for fresh meat, alive, with their legs broken. Only their beautiful, desperate eyes revealed their agony and terror, the memory of those eyes haunts me still. Meat was not the only thing the animals supplied. Elephant ivory was most beautifully carved by skilled craftsmen working in tiny, dark shacks; nothing of an elephant was wasted, the meat was consumed to the last scrap, the tail hairs were woven into bracelets, but in those days it was the ears that were most valuable. Monkeys and chimps were exported to the laboratories of the West and their babies were hawked around as pets and few survived. Grey parrots hung upside down suspended by their legs from bamboo poles, screaming their misery; many were exported and huge numbers died en route.\n\nFor more than 10 years I worked in my spare time for the Ghana Game Department and travelled much of the country. I would enquire of the local chiefs what animals they had left and the invariable answer was that the animals had “travelled” and they had no more meat. When I enquired where had the animals travelled I was told they had gone over the hills, over the Volta, to Togo or the Ivory Coast. When I suggested that perhaps their journey was involuntary and by lorry to the nearest big market they would shake their heads sadly and agree. Thus it was that by the time I came to leave Ghana and move to Kenya with my husband, I had seen with my own eyes how quickly extinction could happen on a<img class="alignright size-medium wp-image-2445" title="anna" src="http://aecetia.net/gws/aazk/wp-content/uploads/anna-300x195.jpg" alt="anna" width="300" height="195" /> local basis.\n\nAntelope now came to market one by one and seldom. Much of the beautiful forests were destroyed and the great trees were stacked in the worlds’ timber markets and the lovely birds and fascinating beasts were no more. But surely Kenya, with its huge parks, flourishing tourist industry and great herds of cattle to satisfy the need for meat, would be very different. And so it was in those early days when the demand for bushmeat and land for growing crops was not as great as it is now; but with one mega-exception, the black rhino. It was an animal I had then never even seen, and certainly not thought about, but it was about to turn my life around.\n\nOil in Saudi Arabia had brought unexpected wealth to Yemen with the result that the demand for rhino-handle daggers had escalated vastly. In that country all men wear a dagger and the status symbol dagger needs to have a handle made of rhino horn; it is the thing you must have to prove your worth. The shavings from the making of the handles went east to China mainly for use in traditional medicine. The belief in the virtues of rhino horn to heal goes back thousands of years. The main use is to reduce fever and it seems if you boil anything for long enough that contains keratin, your hair and finger nail clippings for instance, it will have a very tiny effect, but far more effective and cheaper it is to take an aspirin. For these ridiculous reasons the price of rhino horn started to rise in the maddest fashion till it was worth even more than gold in some countries in the Far East. And rhinos started to die in their hundreds and then in their thousands. You could drive round Kenya’s so beautiful parks and follow the vultures from one desecrated corpse to that of the next. From each, the horns had been hacked and the once magnificent and beautiful creature left to rot. In a matter of years, Kenya’s population of many thousands was reduced to below 400. What to do? It seemed well-guarded sanctuaries for a specific purpose, the natural breeding of wild black rhinos, was the only remaining hope. Thus the Ngare Sergoi Sanctuary was created on Lewa Downs, a vast cattle ranch in the north of Kenya owned by the Craig family. And it succeeded thanks to the help of many people and in a very important degree thanks to the members of AAZK and Bowling for Rhinos and the incredible amount of money that has been raised.\n\nSo the Sanctuary grew from the initial 5,000 acres to 10,000 and then in 1995 it became the Lewa Wildlife Conservancy protecting an area of some 65,000 acres which now includes the Government owned Ngare Ndare Forest. This vast increase in area was needed as rhinos will breed if given security. And security was always our total top priority. So Lewa progressed from being a cattle ranch to being an area where two highly endangered animals were breeding well; black rhinos and Grevvy’s zebra of which we have about 25% of the entire world’s population. Beneath the umbrella of these two species, the whole range of species indigenous to the area also prospered. Because our ideas were working, thanks to the costly security we employed, they were copied elsewhere and sanctuaries were created on both private and government land; both the government and the private sector working well together on this. One side-effect was that Lewa became a huge employer of labour, the biggest in the Meru district. This, plus our building of schools and clinics and other schemes to improve the welfare of our neighbours, meant we had very <img class="alignright size-medium wp-image-2446" title="anna_guards" src="http://aecetia.net/gws/aazk/wp-content/uploads/anna_guards-195x300.jpg" alt="anna_guards" width="195" height="300" />good relations with them. This is vital for the success of any enterprise concerning the protection of potentially dangerous species. In the meantime, the horrific wave of poaching that had so seriously decimated the rhino populations of most of Africa had not touched South Africa. Her populations of both black and white rhino had been barely effected and they thrived, both in the national parks and on private reserves where they were used not just as a tourist attraction, but also for trophy hunting. This apparent immunity from the rhino crisis sweeping the rest of the continent, and also decimating the three species of rhino found in India and southeast Asia, made those in South Africa responsible for the security of rhinos on both public and private land, somewhat complacent; never a very wise attitude.\n\nThen three years ago the Chinese president visited most countries in Africa. Unaware and avaricious governments throughout the continent welcomed him with open arms. Here was cash undreamed of and no questions asked. Agreements were signed with a sad disregard to possible consequences. Oil, mineral rights, timber concessions, agricultural land and rights of residence have been handed over in return for doomed or shoddy infrastructure projects, all built by Chinese labour so not even unemployment is improved. Damian Thompson writing in the U.K. Daily Telegraph recently wrote “Africa’s future has been quietly settled for it. Something close to slavery is back - all thanks to China”. Even in the small town 50 km away, where I shop, there are now five Chinese shops and an ever-growing number of Chinese residents. They are not short of cash and at the top of their “wish list” are rhino horn and ivory, but they are only the tip of the iceberg. The Big Men have also moved in--the Barons of the illegal trade in wildlife which is huge-- rivaling the drugs and the arms trade. The three go hand in hand. Last year, this country lost over 450 rhino, and that means the ones that were found. I have just been told that a further 13 were killed in the Kruger National Park over Christmas. At this moment my neighbours are searching frantically for a pregnant white cow gone missing. Three years ago I said to friends and neighbours who had rhinos “guard them well” and was laughed at. Now they say, “how did you know”?  But no knowledge was available to me that was hidden from them, but people prefer to close their eyes sometimes, and governments have higher priorities than to guard their heritage, yet tourism is both a major source of revenue and of much needed, well-paid employment.\n\nTragically, it is not only rhinos that are dying, it is estimated that 100 elephants die per day throughout the continent because of the rise in the demand for ivory. Most of Asia’s tigers have died because of the demand for their bones for medicine, as much use as is rhino horn, probably less, so now Africa’s lions are next on the list. It seems the great apes are also wanted as status symbol ‘bush meat’. Whatever Africa has, and should cherish, China wants and seemingly will get. So what to do? The Governments of the West should be taking a hard look at the rape of the planet that is taking place instead of begging for financial aid. Fortunately there are zoos that seem to care more about trying to save endangered species and educating children about what is happening than in making huge profits. Better still there are zoo keepers who care a lot. I know because it has been my good fortune to have met so many of them. Better still, they are trained in people-skills and communicating. To you I say, go out and tell your States and cities and children what is happening to their world. People in politics will listen if votes are involved. Why are no Senators or Governors ex-zoo keepers? We need to get our local Chinese populations to understand this dire situation and help get the message through to China. <strong><em>Places like Lewa can do a holding action until you can change attitudes. Remember that when the last rhino in Africa </em></strong><img class="alignleft size-medium wp-image-2447" title="anna2" src="http://aecetia.net/gws/aazk/wp-content/uploads/anna2-195x300.jpg" alt="anna2" width="195" height="300" /><strong><em>or Indonesia dies in agony with a bullet in its guts, or dies in a zoo of old age, 40 million years of evolution goes with it. Forever. And with the passing of the great mammals, a splendour will have gone out of our world and cannot return.</em></strong>', 'A Letter to the AAZK Membership from Anna Merz', 0, '', 'inherit', 'closed', 'closed', '', '2443-autosave', '', '', '2012-04-14 10:55:38', '2012-04-14 15:55:38', '', 2443, 'http://aazk.org/uncategorized/2443-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2451, 2, '2012-04-14 10:52:44', '2012-04-14 15:52:44', '<img class="alignleft size-full wp-image-2444" title="anna3" src="http://aecetia.net/gws/aazk/wp-content/uploads/anna3.jpg" alt="anna3" width="192" height="294" />In the late 1950s I moved from the U.K. to Ghana and went to live in Kumasi, the capital of Ashanti. Kumasi was known for having one of the biggest markets in West Africa and I soon found that this bustling and vibrant place was a source not only of total fascination but also great horror. Every local foodstuff was to be found there; colourful heaps of fruit and vegetables I had neither seen nor heard of before, plus every sort of creature both great and small, alive and dead … From giant forest snails for soup to the highly valued skin of an elephant’s ear to make drums. This was my introduction to the bushmeat trade and the start for me of a long journey. Because of the tsetse fly Ghana produced few cattle and those few came down from the Sahael. Sheep and goats were kept mainly for bride price. Bush meat was the nation’s main source of protein and as the population grew so did the demand for it. During my 20 years there the population quadrupled and more; in fact, I was once invited to a celebration when an important chief celebrated the birth of his 100th child. I never found out how many were his wives but all dwelt in a vast palace.\r\n\r\nSo as the forests were felled to satisfy the insatiable demands of the timber industry, their denizens lost their homes and travelled to market, dead if they were lucky, to fill someone’s soup pot. In those distant days up to 40 lorry loads of assorted antelopes used to arrive on a daily basis, again the lucky ones arrived dead, salted and smoked. The less fortunate arrived to satisfy the demand for fresh meat, alive, with their legs broken. Only their beautiful, desperate eyes revealed their agony and terror, the memory of those eyes haunts me still. Meat was not the only thing the animals supplied. Elephant ivory was most beautifully carved by skilled craftsmen working in tiny, dark shacks; nothing of an elephant was wasted, the meat was consumed to the last scrap, the tail hairs were woven into bracelets, but in those days it was the ears that were most valuable. Monkeys and chimps were exported to the laboratories of the West and their babies were hawked around as pets and few survived. Grey parrots hung upside down suspended by their legs from bamboo poles, screaming their misery; many were exported and huge numbers died en route.\r\n\r\nFor more than 10 years I worked in my spare time for the Ghana Game Department and travelled much of the country. I would enquire of the local chiefs what animals they had left and the invariable answer was that the animals had “travelled” and they had no more meat. When I enquired where had the animals travelled I was told they had gone over the hills, over the Volta, to Togo or the Ivory Coast. When I suggested that perhaps their journey was involuntary and by lorry to the nearest big market they would shake their heads sadly and agree. Thus it was that by the time I came to leave Ghana and move to Kenya with my husband, I had seen with my own eyes how quickly extinction could happen on a<img class="alignright size-medium wp-image-2445" title="anna" src="http://aecetia.net/gws/aazk/wp-content/uploads/anna-300x195.jpg" alt="anna" width="300" height="195" /> local basis.\r\n\r\nAntelope now came to market one by one and seldom. Much of the beautiful forests were destroyed and the great trees were stacked in the worlds’ timber markets and the lovely birds and fascinating beasts were no more. But surely Kenya, with its huge parks, flourishing tourist industry and great herds of cattle to satisfy the need for meat, would be very different. And so it was in those early days when the demand for bushmeat and land for growing crops was not as great as it is now; but with one mega-exception, the black rhino. It was an animal I had then never even seen, and certainly not thought about, but it was about to turn my life around.\r\n\r\nOil in Saudi Arabia had brought unexpected wealth to Yemen with the result that the demand for rhino-handle daggers had escalated vastly. In that country all men wear a dagger and the status symbol dagger needs to have a handle made of rhino horn; it is the thing you must have to prove your worth. The shavings from the making of the handles went east to China mainly for use in traditional medicine. The belief in the virtues of rhino horn to heal goes back thousands of years. The main use is to reduce fever and it seems if you boil anything for long enough that contains keratin, your hair and finger nail clippings for instance, it will have a very tiny effect, but far more effective and cheaper it is to take an aspirin. For these ridiculous reasons the price of rhino horn started to rise in the maddest fashion till it was worth even more than gold in some countries in the Far East. And rhinos started to die in their hundreds and then in their thousands. You could drive round Kenya’s so beautiful parks and follow the vultures from one desecrated corpse to that of the next. From each, the horns had been hacked and the once magnificent and beautiful creature left to rot. In a matter of years, Kenya’s population of many thousands was reduced to below 400. What to do? It seemed well-guarded sanctuaries for a specific purpose, the natural breeding of wild black rhinos, was the only remaining hope. Thus the Ngare Sergoi Sanctuary was created on Lewa Downs, a vast cattle ranch in the north of Kenya owned by the Craig family. And it succeeded thanks to the help of many people and in a very important degree thanks to the members of AAZK and Bowling for Rhinos and the incredible amount of money that has been raised.\r\n\r\nSo the Sanctuary grew from the initial 5,000 acres to 10,000 and then in 1995 it became the Lewa Wildlife Conservancy protecting an area of some 65,000 acres which now includes the Government owned Ngare Ndare Forest. This vast increase in area was needed as rhinos will breed if given security. And security was always our total top priority. So Lewa progressed from being a cattle ranch to being an area where two highly endangered animals were breeding well; black rhinos and Grevvy’s zebra of which we have about 25% of the entire world’s population. Beneath the umbrella of these two species, the whole range of species indigenous to the area also prospered. Because our ideas were working, thanks to the costly security we employed, they were copied elsewhere and sanctuaries were created on both private and government land; both the government and the private sector working well together on this. One side-effect was that Lewa became a huge employer of labour, the biggest in the Meru district. This, plus our building of schools and clinics and other schemes to improve the welfare of our neighbours, meant we had very <img class="alignright size-medium wp-image-2446" title="anna_guards" src="http://aecetia.net/gws/aazk/wp-content/uploads/anna_guards-195x300.jpg" alt="anna_guards" width="195" height="300" />good relations with them. This is vital for the success of any enterprise concerning the protection of potentially dangerous species. In the meantime, the horrific wave of poaching that had so seriously decimated the rhino populations of most of Africa had not touched South Africa. Her populations of both black and white rhino had been barely effected and they thrived, both in the national parks and on private reserves where they were used not just as a tourist attraction, but also for trophy hunting. This apparent immunity from the rhino crisis sweeping the rest of the continent, and also decimating the three species of rhino found in India and southeast Asia, made those in South Africa responsible for the security of rhinos on both public and private land, somewhat complacent; never a very wise attitude.\r\n\r\nThen three years ago the Chinese president visited most countries in Africa. Unaware and avaricious governments throughout the continent welcomed him with open arms. Here was cash undreamed of and no questions asked. Agreements were signed with a sad disregard to possible consequences. Oil, mineral rights, timber concessions, agricultural land and rights of residence have been handed over in return for doomed or shoddy infrastructure projects, all built by Chinese labour so not even unemployment is improved. Damian Thompson writing in the U.K. Daily Telegraph recently wrote “Africa’s future has been quietly settled for it. Something close to slavery is back - all thanks to China”. Even in the small town 50 km away, where I shop, there are now five Chinese shops and an ever-growing number of Chinese residents. They are not short of cash and at the top of their “wish list” are rhino horn and ivory, but they are only the tip of the iceberg. The Big Men have also moved in--the Barons of the illegal trade in wildlife which is huge-- rivaling the drugs and the arms trade. The three go hand in hand. Last year, this country lost over 450 rhino, and that means the ones that were found. I have just been told that a further 13 were killed in the Kruger National Park over Christmas. At this moment my neighbours are searching frantically for a pregnant white cow gone missing. Three years ago I said to friends and neighbours who had rhinos “guard them well” and was laughed at. Now they say, “how did you know”?  But no knowledge was available to me that was hidden from them, but people prefer to close their eyes sometimes, and governments have higher priorities than to guard their heritage, yet tourism is both a major source of revenue and of much needed, well-paid employment.\r\n\r\nTragically, it is not only rhinos that are dying, it is estimated that 100 elephants die per day throughout the continent because of the rise in the demand for ivory. Most of Asia’s tigers have died because of the demand for their bones for medicine, as much use as is rhino horn, probably less, so now Africa’s lions are next on the list. It seems the great apes are also wanted as status symbol ‘bush meat’. Whatever Africa has, and should cherish, China wants and seemingly will get. So what to do? The Governments of the West should be taking a hard look at the rape of the planet that is taking place instead of begging for financial aid. Fortunately there are zoos that seem to care more about trying to save endangered species and educating children about what is happening than in making huge profits. Better still there are zoo keepers who care a lot. I know because it has been my good fortune to have met so many of them. Better still, they are trained in people-skills and communicating. To you I say, go out and tell your States and cities and children what is happening to their world. People in politics will listen if votes are involved. Why are no Senators or Governors ex-zoo keepers? We need to get our local Chinese populations to understand this dire situation and help get the message through to China. Places like Lewa can do a holding action until you can change attitudes. Remember that when the last rhino in Africa <img class="alignleft size-medium wp-image-2447" title="anna2" src="http://aecetia.net/gws/aazk/wp-content/uploads/anna2-195x300.jpg" alt="anna2" width="195" height="300" />or Indonesia dies in agony with a bullet in its guts, or dies in a zoo of old age, 40 million years of evolution goes with it. Forever. And with the passing of the great mammals, a splendour will have gone out of our world and cannot return.', 'A Letter to the AAZK Membership from Anna Merz', 0, '', 'inherit', 'closed', 'closed', '', '2443-revision-3', '', '', '2012-04-14 10:52:44', '2012-04-14 15:52:44', '', 2443, 'http://aazk.org/uncategorized/2443-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2452, 2, '2012-04-14 10:59:19', '2012-04-14 15:59:19', '<a href="http://aecetia.net/gws/aazk/category/akf/viewpoint/"><img class="alignnone size-medium wp-image-2444" title="anna3" src="http://aecetia.net/gws/aazk/wp-content/uploads/anna3-195x300.jpg" alt="anna3" width="137" height="210" /></a> Take just a minute to read these <a href="http://aecetia.net/gws/aazk/category/akf/viewpoint/">words</a> from Anna Merz.', 'A Word from Anna Merz', 0, '', 'draft', 'closed', 'closed', '', 'a-word-from-anna-merz', '', '', '2013-10-15 17:49:17', '2013-10-15 22:49:17', '', 0, 'http://aazk.org/?p=2452', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2453, 2, '2012-04-14 10:58:42', '2012-04-14 15:58:42', '<a href="http://aecetia.net/gws/aazk/category/akf/viewpoint/"><img class="alignnone size-medium wp-image-2444" title="anna3" src="http://aecetia.net/gws/aazk/wp-content/uploads/anna3-195x300.jpg" alt="anna3" width="195" height="300" /></a> Take just a minute to read these words from Ann', 'A Word from Anna Merz', 0, '', 'inherit', 'closed', 'closed', '', '2452-revision', '', '', '2012-04-14 10:58:42', '2012-04-14 15:58:42', '', 2452, 'http://aazk.org/uncategorized/2452-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2454, 2, '2012-05-03 10:10:26', '2012-05-03 15:10:26', 'About the Cover/Information for Contributors\r\nFrom the President\r\nLetter to the Editor\r\nThe Scoop\r\nChapter News\r\nGeneral Announcements\r\nNew Members\r\nComing Events\r\nEnvironmental Enrichment for Long-term Captive Bats\r\nTechniques for Wild Chinchilla Habitat and Behavior Studies\r\nConservation Station: <em>Palm Oil: an Overview and Message of Hope</em>\r\nConservation Legislation\r\nResearch in Practice Bobcat Breeding and Enrichment', 'May 2012', 0, '', 'draft', 'closed', 'closed', '', 'may-2012', '', '', '2013-10-15 17:49:17', '2013-10-15 22:49:17', '', 0, 'http://aazk.org/?p=2454', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2456, 2, '2012-05-03 10:10:26', '2012-05-03 15:10:26', 'About the Cover/Information for Contributors\r\nFrom the President\r\nLetter to the Editor\r\nThe Scoop\r\nChapter News\r\nGeneral Announcements\r\nNew Members\r\nComing Events\r\nEnvironmental Enrichment for Long-term Captive Bats \r\nTechniques for Wild Chinchilla Habitat and Behavior Studies\r\nConservation Station Palm Oil: an Overview and Message of Hope\r\nConservation Legislation\r\nResearch in Practice Bobcat Breeding and Enrichment\r\n', 'May 2012', 0, '', 'inherit', 'closed', 'closed', '', '2454-revision-2', '', '', '2012-05-03 10:10:26', '2012-05-03 15:10:26', '', 2454, 'http://aazk.org/uncategorized/2454-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2455, 2, '2012-05-03 10:09:42', '2012-05-03 15:09:42', 'About the Cover/Information for Contributors\nFrom the President\nLetter to the Editor\nThe Scoop\nChapter News\nGeneral Announcements\nNew Members<span> </span>\n\nComing Events<span> </span>\n\nEnvironmental Enrichment for Long-term Captive Bats <span> </span>\n\nTechniques for Wild Chinchilla Habitat and Behavior Studies<span> </span>\n\nConservation Station Palm Oil: an Overview and Message of Hope<span> </span>\n\nConservation Legislation<span> </span>\n\nResearch in Practice Bobcat Breeding and Enrichment<span> </span>\n<div></div>', 'May 2012', 0, '', 'inherit', 'closed', 'closed', '', '2454-revision', '', '', '2012-05-03 10:09:42', '2012-05-03 15:09:42', '', 2454, 'http://aazk.org/uncategorized/2454-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2457, 2, '2012-05-03 10:12:22', '2012-05-03 15:12:22', 'About the Cover/Information for Contributors\nFrom the President\nLetter to the Editor\nThe Scoop\nChapter News\nGeneral Announcements\nNew Members\nComing Events\nEnvironmental Enrichment for Long-term Captive Bats\nTechniques for Wild Chinchilla Habitat and Behavior Studies\nConservation Station: <em>Palm Oil: an Overview and Message of Hope</em>\nConservation Legislation\nResearch in Practice Bobcat Breeding and Enrichment', 'May 2012', 0, '', 'inherit', 'closed', 'closed', '', '2454-autosave', '', '', '2012-05-03 10:12:22', '2012-05-03 15:12:22', '', 2454, 'http://aazk.org/uncategorized/2454-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2458, 2, '2012-05-03 10:19:22', '2012-05-03 15:19:22', '<em>By A.L. Deane, Species Coordinator, IUCN/SSC Small Mammal Specialist Group\r\nCasilla 302, Illapel, IV Región, Chile\r\nand\r\nB. Ganesh-Babu, Instructor\r\nDepartment of Geography and Meteorology\r\nValparaiso University, Valparaiso, IN</em>\r\n\r\n<em></em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nOnce believed extinct in the wild, the only known wild long-tailed chinchillas (<em>Chinchilla lanigera</em>) exist in north central Chile (Jiménez, 1995). Both species of chinchillas and their range decreased dramatically as millions were exported from Chile for the fur trade (Albert, 1900).  In Chile, both species are listed as endangered and are protected from international trade by the Convention on International Trade in Endangered Species of Wild Fauna and Flora (CITES), Appendix 1 (CONAF 1988, IUCN 1972).  Population estimates of <em>C. lanigera</em> vary from less than 1000 to approximately 5000 (Jiménez, 1995; Mohlis pers. comm.).  Based on colony size and densities reported by Jiménez (1995:92), approximately 4050 individuals were known to exist in Aucó, Chile as of 1990.  At that time, the population was declining (Jiménez1995).<img class="alignright size-full wp-image-2464" title="chinchilla2" src="http://aecetia.net/gws/aazk/wp-content/uploads/chinchilla2.jpg" alt="chinchilla2" width="504" height="387" /> All prior research reported a deterioration of chinchilla habitat over the last few hundred years.  Enhancing the habitat meant learning what and where was chinchilla habitat.  This paper is meant to explain the methods used to study the chinchilla habitat and common techniques used to evaluate wildlife, which aim to define conservation priorities.\r\n\r\n<strong>Site definition and methods:</strong> To be comparable with prior studies it is advisable to mimic the prior researchers’ methods.  Our grids are duplicated from those used by Jiménez (1990) in his studies of wild chinchillas.  By mimicking his methods, our data is comparable over a long time-period.  For example, we have a descriptive record of the plants associated with chinchillas for the last 30 years.  It is these plant species that our restoration efforts are focused on.\r\n\r\nFour permanent trapping grids consisting of 49 stations per grid in a 7x7 configuration were placed on north facing mountain slopes of two different drainage basins in Aucó, Chile.  The distance between grids varies based on the location of chinchilla colonies, and within each grid, stations were spaced 15m [49.21ft.] apart. Each column is labeled A to G and each row 1 to 7.  At each station, 30cm [11.8in.] red wooden stakes are labeled with the station number and hammered into the ground.  Be consistent with one grid layout.  For example, the lower left corner is A1 and the last station G7 is located at the upper right corner of the grid. The purpose of grids is to estimate the type and distribution of animal species using the vegetation and ground cover.  For example, you may want three grids in known occupied areas, and others in restoration areas, and presumed unoccupied areas. This helps in understanding the relationship between ground cover and vegetation types, and the animals that prefer that environment.\r\n\r\n<strong>Vegetation measurements:</strong> To calculate total vegetation cover, species’ frequencies and abundance, we used the line intercept method.  In each grid described earlier, we analyzed 16 transects, each measuring 18.5m [~61ft.] in length, compensating for topographic variations.  Use a rope 18.5m long and a measuring tape to measure all ground cover along the line.  Record ground cover type or species and its length in cm.  For each grid, the total area measured for all transects was used to calculate cover.  First, placement of transects within grids was created using a random number list.  Four random numbers were used to identify each location.  The first number identified the starting position by column for each transect. The second number identified the starting position by row.  The third number identified if the transect was to be placed to the right or left of the trap station. The fourth number designated if the transect was to go up or down slope from the station at a 45-degree angle. Once data was gathered it was analyzed in a spreadsheet program.  One can calculate cover by unit length covered by species or cover type divided by the total unit length measured in transect.  In our case, sometimes the slope of the landscape and overlapping shrub crowns resulted in transect total area measures being greater than or less than the 18.5m long transect. Therefore, percentage ground cover (not just transect) would be calculated, for example, in the following manner:………\r\n\r\n<strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>', 'Techniques for Wild Chinchilla Habitat and Behavior Studies ', 0, '', 'draft', 'closed', 'closed', '', 'techniques-for-wild-chinchilla-habitat-and-behavior-studies', '', '', '2013-10-15 17:49:17', '2013-10-15 22:49:17', '', 0, 'http://aazk.org/?p=2458', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2459, 2, '2012-05-03 10:16:58', '2012-05-03 15:16:58', '', 'chinchilla', 0, '', 'inherit', 'closed', 'closed', '', 'chinchilla', '', '', '2012-05-03 10:16:58', '2012-05-03 15:16:58', '', 2458, 'http://aazk.org/wp-content/uploads/chinchilla.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2460, 2, '2012-05-03 10:17:30', '2012-05-03 15:17:30', '<em>By A.L. Deane, Species Coordinator, IUCN/SSC Small Mammal Specialist Group\nCasilla 302, Illapel, IV Región, Chile\nand\nB. Ganesh-Babu, Instructor\nDepartment of Geography and Meteorology\nValparaiso University, Valparaiso, IN</em>\n\n<em></em>\n\n<strong>Introduction</strong>\n\nOnce believed extinct in the wild, the only known wild long-tailed chinchillas (<em>Chinchilla lanigera</em>) exist in north central Chile (Jiménez, 1995). Both species of chinchillas and their range decreased dramatically as millions were exported from Chile for the fur trade (Albert, 1900).  In Chile, both species are listed as endangered and are protected from international trade by the Convention on International Trade in Endangered Species of Wild Fauna and Flora (CITES), Appendix 1 (CONAF 1988, IUCN 1972).  Population estimates of <em>C. lanigera</em> vary from less than 1000 to approximately 5000 (Jiménez, 1995; Mohlis pers. comm.).  Based on colony size and densities reported by Jiménez (1995:92), approximately 4050 individuals were known to exist in Aucó, Chile as of 1990.  At that time, the population was declining (Jiménez<img class="alignright size-medium wp-image-2459" title="chinchilla" src="http://aecetia.net/gws/aazk/wp-content/uploads/chinchilla-300x206.jpg" alt="chinchilla" width="300" height="206" />1995).   All prior research reported a deterioration of chinchilla habitat over the last few hundred years.  Enhancing the habitat meant learning what and where was chinchilla habitat.  This paper is meant to explain the methods used to study the chinchilla habitat and common techniques used to evaluate wildlife, which aim to define conservation priorities.\n\n<strong>Site definition and methods:</strong> To be comparable with prior studies it is advisable to mimic the prior researchers’ methods.  Our grids are duplicated from those used by Jiménez (1990) in his studies of wild chinchillas.  By mimicking his methods, our data is comparable over a long time-period.  For example, we have a descriptive record of the plants associated with chinchillas for the last 30 years.  It is these plant species that our restoration efforts are focused on.\n\nFour permanent trapping grids consisting of 49 stations per grid in a 7x7 configuration were placed on north facing mountain slopes of two different drainage basins in Aucó, Chile.  The distance between grids varies based on the location of chinchilla colonies, and within each grid, stations were spaced 15m [49.21ft.] apart. Each column is labeled A to G and each row 1 to 7.  At each station, 30cm [11.8in.] red wooden stakes are labeled with the station number and hammered into the ground.  Be consistent with one grid layout.  For example, the lower left corner is A1 and the last station G7 is located at the upper right corner of the grid. The purpose of grids is to estimate the type and distribution of animal species using the vegetation and ground cover.  For example, you may want three grids in known occupied areas, and others in restoration areas, and presumed unoccupied areas. This helps in understanding the relationship between ground cover and vegetation types, and the animals that prefer that environment.\n\n<strong>Vegetation measurements:</strong> To calculate total vegetation cover, species’ frequencies and abundance, we used the line intercept method.  In each grid described earlier, we analyzed 16 transects, each measuring 18.5m [~61ft.] in length, compensating for topographic variations.  Use a rope 18.5m long and a measuring tape to measure all ground cover along the line.  Record ground cover type or species and its length in cm.  For each grid, the total area measured for all transects was used to calculate cover.  First, placement of transects within grids was created using a random number list.  Four random numbers were used to identify each location.  The first number identified the starting position by column for each transect. The second number identified the starting position by row.  The third number identified if the transect was to be placed to the right or left of the trap station. The fourth number designated if the transect was to go up or down slope from the station at a 45-degree angle. Once data was gathered it was analyzed in a spreadsheet program.  One can calculate cover by unit length covered by species or cover type divided by the total unit length measured in transect.  In our case, sometimes the slope of the landscape and overlapping shrub crowns resulted in transect total area measures being greater than or less than the 18.5m long transect. Therefore, percentage ground cover (not just transect) would be calculated, for example, in the following manner:………\n<div></div>', 'Techniques for Wild Chinchilla Habitat and Behavior Studies ', 0, '', 'inherit', 'closed', 'closed', '', '2458-revision', '', '', '2012-05-03 10:17:30', '2012-05-03 15:17:30', '', 2458, 'http://aazk.org/uncategorized/2458-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2461, 2, '2012-05-03 10:17:40', '2012-05-03 15:17:40', '<em>By A.L. Deane, Species Coordinator, IUCN/SSC Small Mammal Specialist Group\r\nCasilla 302, Illapel, IV Región, Chile\r\nand\r\nB. Ganesh-Babu, Instructor\r\nDepartment of Geography and Meteorology\r\nValparaiso University, Valparaiso, IN</em>\r\n\r\n<em></em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nOnce believed extinct in the wild, the only known wild long-tailed chinchillas (<em>Chinchilla lanigera</em>) exist in north central Chile (Jiménez, 1995). Both species of chinchillas and their range decreased dramatically as millions were exported from Chile for the fur trade (Albert, 1900).  In Chile, both species are listed as endangered and are protected from international trade by the Convention on International Trade in Endangered Species of Wild Fauna and Flora (CITES), Appendix 1 (CONAF 1988, IUCN 1972).  Population estimates of <em>C. lanigera</em> vary from less than 1000 to approximately 5000 (Jiménez, 1995; Mohlis pers. comm.).  Based on colony size and densities reported by Jiménez (1995:92), approximately 4050 individuals were known to exist in Aucó, Chile as of 1990.  At that time, the population was declining (Jiménez<img class="alignright size-medium wp-image-2459" title="chinchilla" src="http://aecetia.net/gws/aazk/wp-content/uploads/chinchilla-300x206.jpg" alt="chinchilla" width="300" height="206" />1995).   All prior research reported a deterioration of chinchilla habitat over the last few hundred years.  Enhancing the habitat meant learning what and where was chinchilla habitat.  This paper is meant to explain the methods used to study the chinchilla habitat and common techniques used to evaluate wildlife, which aim to define conservation priorities.\r\n\r\n<strong>Site definition and methods:</strong> To be comparable with prior studies it is advisable to mimic the prior researchers’ methods.  Our grids are duplicated from those used by Jiménez (1990) in his studies of wild chinchillas.  By mimicking his methods, our data is comparable over a long time-period.  For example, we have a descriptive record of the plants associated with chinchillas for the last 30 years.  It is these plant species that our restoration efforts are focused on.\r\n\r\nFour permanent trapping grids consisting of 49 stations per grid in a 7x7 configuration were placed on north facing mountain slopes of two different drainage basins in Aucó, Chile.  The distance between grids varies based on the location of chinchilla colonies, and within each grid, stations were spaced 15m [49.21ft.] apart. Each column is labeled A to G and each row 1 to 7.  At each station, 30cm [11.8in.] red wooden stakes are labeled with the station number and hammered into the ground.  Be consistent with one grid layout.  For example, the lower left corner is A1 and the last station G7 is located at the upper right corner of the grid. The purpose of grids is to estimate the type and distribution of animal species using the vegetation and ground cover.  For example, you may want three grids in known occupied areas, and others in restoration areas, and presumed unoccupied areas. This helps in understanding the relationship between ground cover and vegetation types, and the animals that prefer that environment.\r\n\r\n<strong>Vegetation measurements:</strong> To calculate total vegetation cover, species’ frequencies and abundance, we used the line intercept method.  In each grid described earlier, we analyzed 16 transects, each measuring 18.5m [~61ft.] in length, compensating for topographic variations.  Use a rope 18.5m long and a measuring tape to measure all ground cover along the line.  Record ground cover type or species and its length in cm.  For each grid, the total area measured for all transects was used to calculate cover.  First, placement of transects within grids was created using a random number list.  Four random numbers were used to identify each location.  The first number identified the starting position by column for each transect. The second number identified the starting position by row.  The third number identified if the transect was to be placed to the right or left of the trap station. The fourth number designated if the transect was to go up or down slope from the station at a 45-degree angle. Once data was gathered it was analyzed in a spreadsheet program.  One can calculate cover by unit length covered by species or cover type divided by the total unit length measured in transect.  In our case, sometimes the slope of the landscape and overlapping shrub crowns resulted in transect total area measures being greater than or less than the 18.5m long transect. Therefore, percentage ground cover (not just transect) would be calculated, for example, in the following manner:………\r\n<div></div>', 'Techniques for Wild Chinchilla Habitat and Behavior Studies ', 0, '', 'inherit', 'closed', 'closed', '', '2458-revision-2', '', '', '2012-05-03 10:17:40', '2012-05-03 15:17:40', '', 2458, 'http://aazk.org/uncategorized/2458-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2462, 2, '2012-05-03 10:33:34', '2012-05-03 15:33:34', '<em>By A.L. Deane, Species Coordinator, IUCN/SSC Small Mammal Specialist Group\nCasilla 302, Illapel, IV Región, Chile\nand\nB. Ganesh-Babu, Instructor\nDepartment of Geography and Meteorology\nValparaiso University, Valparaiso, IN</em>\n\n<em></em>\n\n<strong>Introduction</strong>\n\nOnce believed extinct in the wild, the only known wild long-tailed chinchillas (<em>Chinchilla lanigera</em>) exist in north central Chile (Jiménez, 1995). Both species of chinchillas and their range decreased dramatically as millions were exported from Chile for the fur trade (Albert, 1900).  In Chile, both species are listed as endangered and are protected from international trade by the Convention on International Trade in Endangered Species of Wild Fauna and Flora (CITES), Appendix 1 (CONAF 1988, IUCN 1972).  Population estimates of <em>C. lanigera</em> vary from less than 1000 to approximately 5000 (Jiménez, 1995; Mohlis pers. comm.).  Based on colony size and densities reported by Jiménez (1995:92), approximately 4050 individuals were known to exist in Aucó, Chile as of 1990.  At that time, the population was declining (Jiménez1995).<img class="alignright size-full wp-image-2464" title="chinchilla2" src="http://aecetia.net/gws/aazk/wp-content/uploads/chinchilla2.jpg" alt="chinchilla2" width="504" height="387" /> All prior research reported a deterioration of chinchilla habitat over the last few hundred years.  Enhancing the habitat meant learning what and where was chinchilla habitat.  This paper is meant to explain the methods used to study the chinchilla habitat and common techniques used to evaluate wildlife, which aim to define conservation priorities.\n\n<strong>Site definition and methods:</strong> To be comparable with prior studies it is advisable to mimic the prior researchers’ methods.  Our grids are duplicated from those used by Jiménez (1990) in his studies of wild chinchillas.  By mimicking his methods, our data is comparable over a long time-period.  For example, we have a descriptive record of the plants associated with chinchillas for the last 30 years.  It is these plant species that our restoration efforts are focused on.\n\nFour permanent trapping grids consisting of 49 stations per grid in a 7x7 configuration were placed on north facing mountain slopes of two different drainage basins in Aucó, Chile.  The distance between grids varies based on the location of chinchilla colonies, and within each grid, stations were spaced 15m [49.21ft.] apart. Each column is labeled A to G and each row 1 to 7.  At each station, 30cm [11.8in.] red wooden stakes are labeled with the station number and hammered into the ground.  Be consistent with one grid layout.  For example, the lower left corner is A1 and the last station G7 is located at the upper right corner of the grid. The purpose of grids is to estimate the type and distribution of animal species using the vegetation and ground cover.  For example, you may want three grids in known occupied areas, and others in restoration areas, and presumed unoccupied areas. This helps in understanding the relationship between ground cover and vegetation types, and the animals that prefer that environment.\n\n<strong>Vegetation measurements:</strong> To calculate total vegetation cover, species’ frequencies and abundance, we used the line intercept method.  In each grid described earlier, we analyzed 16 transects, each measuring 18.5m [~61ft.] in length, compensating for topographic variations.  Use a rope 18.5m long and a measuring tape to measure all ground cover along the line.  Record ground cover type or species and its length in cm.  For each grid, the total area measured for all transects was used to calculate cover.  First, placement of transects within grids was created using a random number list.  Four random numbers were used to identify each location.  The first number identified the starting position by column for each transect. The second number identified the starting position by row.  The third number identified if the transect was to be placed to the right or left of the trap station. The fourth number designated if the transect was to go up or down slope from the station at a 45-degree angle. Once data was gathered it was analyzed in a spreadsheet program.  One can calculate cover by unit length covered by species or cover type divided by the total unit length measured in transect.  In our case, sometimes the slope of the landscape and overlapping shrub crowns resulted in transect total area measures being greater than or less than the 18.5m long transect. Therefore, percentage ground cover (not just transect) would be calculated, for example, in the following manner:………\n\n<strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>', 'Techniques for Wild Chinchilla Habitat and Behavior Studies ', 0, '', 'inherit', 'closed', 'closed', '', '2458-autosave', '', '', '2012-05-03 10:33:34', '2012-05-03 15:33:34', '', 2458, 'http://aazk.org/uncategorized/2458-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2464, 2, '2012-05-03 10:31:16', '2012-05-03 15:31:16', '', 'chinchilla2', 0, '', 'inherit', 'closed', 'closed', '', 'chinchilla2', '', '', '2012-05-03 10:31:16', '2012-05-03 15:31:16', '', 2458, 'http://aazk.org/wp-content/uploads/chinchilla2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2463, 2, '2012-05-03 10:27:03', '2012-05-03 15:27:03', '', 'chinchilla1', 0, '', 'inherit', 'closed', 'closed', '', 'chinchilla1', '', '', '2012-05-03 10:27:03', '2012-05-03 15:27:03', '', 2458, 'http://aazk.org/wp-content/uploads/chinchilla1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2465, 2, '2012-05-03 10:19:22', '2012-05-03 15:19:22', '<em>By A.L. Deane, Species Coordinator, IUCN/SSC Small Mammal Specialist Group\r\nCasilla 302, Illapel, IV Región, Chile\r\nand\r\nB. Ganesh-Babu, Instructor\r\nDepartment of Geography and Meteorology\r\nValparaiso University, Valparaiso, IN</em>\r\n\r\n<em></em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nOnce believed extinct in the wild, the only known wild long-tailed chinchillas (<em>Chinchilla lanigera</em>) exist in north central Chile (Jiménez, 1995). Both species of chinchillas and their range decreased dramatically as millions were exported from Chile for the fur trade (Albert, 1900).  In Chile, both species are listed as endangered and are protected from international trade by the Convention on International Trade in Endangered Species of Wild Fauna and Flora (CITES), Appendix 1 (CONAF 1988, IUCN 1972).  Population estimates of <em>C. lanigera</em> vary from less than 1000 to approximately 5000 (Jiménez, 1995; Mohlis pers. comm.).  Based on colony size and densities reported by Jiménez (1995:92), approximately 4050 individuals were known to exist in Aucó, Chile as of 1990.  At that time, the population was declining (Jiménez<img class="alignright size-medium wp-image-2459" title="chinchilla" src="http://aecetia.net/gws/aazk/wp-content/uploads/chinchilla-300x206.jpg" alt="chinchilla" width="300" height="206" />1995).   All prior research reported a deterioration of chinchilla habitat over the last few hundred years.  Enhancing the habitat meant learning what and where was chinchilla habitat.  This paper is meant to explain the methods used to study the chinchilla habitat and common techniques used to evaluate wildlife, which aim to define conservation priorities.\r\n\r\n<strong>Site definition and methods:</strong> To be comparable with prior studies it is advisable to mimic the prior researchers’ methods.  Our grids are duplicated from those used by Jiménez (1990) in his studies of wild chinchillas.  By mimicking his methods, our data is comparable over a long time-period.  For example, we have a descriptive record of the plants associated with chinchillas for the last 30 years.  It is these plant species that our restoration efforts are focused on.\r\n\r\nFour permanent trapping grids consisting of 49 stations per grid in a 7x7 configuration were placed on north facing mountain slopes of two different drainage basins in Aucó, Chile.  The distance between grids varies based on the location of chinchilla colonies, and within each grid, stations were spaced 15m [49.21ft.] apart. Each column is labeled A to G and each row 1 to 7.  At each station, 30cm [11.8in.] red wooden stakes are labeled with the station number and hammered into the ground.  Be consistent with one grid layout.  For example, the lower left corner is A1 and the last station G7 is located at the upper right corner of the grid. The purpose of grids is to estimate the type and distribution of animal species using the vegetation and ground cover.  For example, you may want three grids in known occupied areas, and others in restoration areas, and presumed unoccupied areas. This helps in understanding the relationship between ground cover and vegetation types, and the animals that prefer that environment.\r\n\r\n<strong>Vegetation measurements:</strong> To calculate total vegetation cover, species’ frequencies and abundance, we used the line intercept method.  In each grid described earlier, we analyzed 16 transects, each measuring 18.5m [~61ft.] in length, compensating for topographic variations.  Use a rope 18.5m long and a measuring tape to measure all ground cover along the line.  Record ground cover type or species and its length in cm.  For each grid, the total area measured for all transects was used to calculate cover.  First, placement of transects within grids was created using a random number list.  Four random numbers were used to identify each location.  The first number identified the starting position by column for each transect. The second number identified the starting position by row.  The third number identified if the transect was to be placed to the right or left of the trap station. The fourth number designated if the transect was to go up or down slope from the station at a 45-degree angle. Once data was gathered it was analyzed in a spreadsheet program.  One can calculate cover by unit length covered by species or cover type divided by the total unit length measured in transect.  In our case, sometimes the slope of the landscape and overlapping shrub crowns resulted in transect total area measures being greater than or less than the 18.5m long transect. Therefore, percentage ground cover (not just transect) would be calculated, for example, in the following manner:………\r\n\r\n<strong><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'Techniques for Wild Chinchilla Habitat and Behavior Studies ', 0, '', 'inherit', 'closed', 'closed', '', '2458-revision-3', '', '', '2012-05-03 10:19:22', '2012-05-03 15:19:22', '', 2458, 'http://aazk.org/uncategorized/2458-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2466, 2, '2012-05-03 10:31:38', '2012-05-03 15:31:38', '<em>By A.L. Deane, Species Coordinator, IUCN/SSC Small Mammal Specialist Group\r\nCasilla 302, Illapel, IV Región, Chile\r\nand\r\nB. Ganesh-Babu, Instructor\r\nDepartment of Geography and Meteorology\r\nValparaiso University, Valparaiso, IN</em>\r\n\r\n<em></em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nOnce believed extinct in the wild, the only known wild long-tailed chinchillas (<em>Chinchilla lanigera</em>) exist in north central Chile (Jiménez, 1995). Both species of chinchillas and their range decreased dramatically as millions were exported from Chile for the fur trade (Albert, 1900).  In Chile, both species are listed as endangered and are protected from international trade by the Convention on International Trade in Endangered Species of Wild Fauna and Flora (CITES), Appendix 1 (CONAF 1988, IUCN 1972).  Population estimates of <em>C. lanigera</em> vary from less than 1000 to approximately 5000 (Jiménez, 1995; Mohlis pers. comm.).  Based on colony size and densities reported by Jiménez (1995:92), approximately 4050 individuals were known to exist in Aucó, Chile as of 1990.  At that time, the population was declining (Jiménez1995).<img class="alignright size-full wp-image-2464" title="chinchilla2" src="http://aecetia.net/gws/aazk/wp-content/uploads/chinchilla2.jpg" alt="chinchilla2" width="504" height="387" /> All prior research reported a deterioration of chinchilla habitat over the last few hundred years.  Enhancing the habitat meant learning what and where was chinchilla habitat.  This paper is meant to explain the methods used to study the chinchilla habitat and common techniques used to evaluate wildlife, which aim to define conservation priorities.\r\n\r\n<strong>Site definition and methods:</strong> To be comparable with prior studies it is advisable to mimic the prior researchers’ methods.  Our grids are duplicated from those used by Jiménez (1990) in his studies of wild chinchillas.  By mimicking his methods, our data is comparable over a long time-period.  For example, we have a descriptive record of the plants associated with chinchillas for the last 30 years.  It is these plant species that our restoration efforts are focused on.\r\n\r\nFour permanent trapping grids consisting of 49 stations per grid in a 7x7 configuration were placed on north facing mountain slopes of two different drainage basins in Aucó, Chile.  The distance between grids varies based on the location of chinchilla colonies, and within each grid, stations were spaced 15m [49.21ft.] apart. Each column is labeled A to G and each row 1 to 7.  At each station, 30cm [11.8in.] red wooden stakes are labeled with the station number and hammered into the ground.  Be consistent with one grid layout.  For example, the lower left corner is A1 and the last station G7 is located at the upper right corner of the grid. The purpose of grids is to estimate the type and distribution of animal species using the vegetation and ground cover.  For example, you may want three grids in known occupied areas, and others in restoration areas, and presumed unoccupied areas. This helps in understanding the relationship between ground cover and vegetation types, and the animals that prefer that environment.\r\n\r\n<strong>Vegetation measurements:</strong> To calculate total vegetation cover, species’ frequencies and abundance, we used the line intercept method.  In each grid described earlier, we analyzed 16 transects, each measuring 18.5m [~61ft.] in length, compensating for topographic variations.  Use a rope 18.5m long and a measuring tape to measure all ground cover along the line.  Record ground cover type or species and its length in cm.  For each grid, the total area measured for all transects was used to calculate cover.  First, placement of transects within grids was created using a random number list.  Four random numbers were used to identify each location.  The first number identified the starting position by column for each transect. The second number identified the starting position by row.  The third number identified if the transect was to be placed to the right or left of the trap station. The fourth number designated if the transect was to go up or down slope from the station at a 45-degree angle. Once data was gathered it was analyzed in a spreadsheet program.  One can calculate cover by unit length covered by species or cover type divided by the total unit length measured in transect.  In our case, sometimes the slope of the landscape and overlapping shrub crowns resulted in transect total area measures being greater than or less than the 18.5m long transect. Therefore, percentage ground cover (not just transect) would be calculated, for example, in the following manner:………\r\n\r\n<strong><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'Techniques for Wild Chinchilla Habitat and Behavior Studies ', 0, '', 'inherit', 'closed', 'closed', '', '2458-revision-4', '', '', '2012-05-03 10:31:38', '2012-05-03 15:31:38', '', 2458, 'http://aazk.org/uncategorized/2458-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2467, 2, '2012-05-03 10:46:00', '2012-05-03 15:46:00', '<p style="text-align: left;"><img class="aligncenter size-full wp-image-695" title="hdr_conservation_station" src="http://aecetia.net/gws/aazk/wp-content/uploads/hdr_conservation_station.gif" alt="hdr_conservation_station" width="418" height="160" /></p>\r\n\r\n<em>By Jessa Franck-McCauley,\r\nZookeeper, Mesker Park Zoo\r\n<a href="mailto:Jfranck@meskerparkzoo.com"> Jfranck@meskerparkzoo.com</a></em>\r\n\r\nIn the summer of 2011, I traveled to Malaysia with a group of zoo professionals for a field trip under the auspices of the AZA Orangutan SSP. We spent the first week conducting a husbandry and enrichment workshop at Zoo Negara in Kuala Lumpur. The second week was spent touring Sabah, Borneo, learning about local conservation efforts and the effects of oil palm plantations.\r\n\r\nPalm oil is harvested from the oil palm (<em>Elaeis guineensis</em>). The trees produce clusters of small red fruit. The pulp of the fruit is made into palm oil. The core of the fruit is made into palm kernel oil. Those are the two most easily recognized names, but there are a lot of other variations making it important to carefully read the ingredient labels on food and cosmetic/hygiene products. Palm oil in cosmetic/hygiene products can be even harder to identify because there are other sources of these chemicals. Very few products label the source of these chemicals, so if consumers want to continue to use these types of products while still being palm oil-aware, individual product research is needed.\r\n\r\nPalm oil is used in a variety of ways. It was adopted by the food industry as an alternative to trans-fats, although studies have shown it is not the healthiest oil available.<img class="alignright size-full wp-image-2468" title="732borneo" src="http://aecetia.net/gws/aazk/wp-content/uploads/732borneo.jpg" alt="732borneo" width="500" height="359" />Palm oil in cosmetic and hygienic products has a multitude of purposes including producing suds, lubrication, stabilization, and emulsification.\r\n\r\nThere is debate in the conservation community right now about the use of sustainable palm oil. To be classified as sustainable palm oil the growers have many regulations including not clear-cutting rainforest for plantations, using chemicals in a safe manner, and paying employees fair wages. The main governing body for sustainable palm oil is the Roundtable on Sustainable Palm Oil (RSPO). The RSPO was founded in 2004 by the World Wildlife Fund and major players in the palm oil supply chain and its stakeholders. Our group visited a palm oil plantation that was working on becoming RSPO certified.\r\n\r\nAnother RSPO requirement is to not harm wildlife that enters the plantation. On a lot of plantations, the wildlife that is considered destructive is destroyed and usually not in a humane manner. Orangutans (Pongo pygmaeus) are some of the most-recognized victims of this practice. Mothers are killed leaving infants orphaned. Some of these orphans are sold in the pet trade. Some make it to rehabilitation centers. Our group visited Sepilok Orangutan Rehabilitation Center near Sandakan, Borneo. The orangutans housed there are raised in such a way that they can be released back into the wild.\r\n\r\nSome conservationists seem to have two big issues with sustainable palm oil. The first question is how reliable are the regulatory bodies ensuring that growers are following the rules. The second question is how companies can guarantee that they are using sustainable palm oil when after it is harvested it just enters the greater pool of palm oil and cannot be distinguished from non-sustainable sources.\r\n\r\nPalm oil is not going away. It is too wrapped up in the grower countries’ economies. Malaysia and Indonesia account for the highest percentage of palm oil production and palm oil is in the top five crops of Malaysia. The main beneficiaries of money from palm oil seem to be the governments, the plantation owners and companies that use the palm oil in their products. The palm oil plantations…..\r\n\r\n<strong><em><span>Want to read the rest of this column?  For this and much more every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>\r\n<div style="font-style: italic;"></div>', 'Palm Oil: an Overview and Message of Hope', 0, '', 'draft', 'closed', 'closed', '', 'palm-oil-an-overview-and-message-of-hope', '', '', '2013-10-15 17:49:17', '2013-10-15 22:49:17', '', 0, 'http://aazk.org/?p=2467', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2468, 2, '2012-05-03 10:44:01', '2012-05-03 15:44:01', '', '732borneo', 0, '', 'inherit', 'closed', 'closed', '', '732borneo', '', '', '2012-05-03 10:44:01', '2012-05-03 15:44:01', '', 2467, 'http://aazk.org/wp-content/uploads/732borneo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2469, 2, '2012-05-03 10:45:31', '2012-05-03 15:45:31', '<p style="text-align: left;"><img class="aligncenter size-full wp-image-695" title="hdr_conservation_station" src="http://aecetia.net/gws/aazk/wp-content/uploads/hdr_conservation_station.gif" alt="hdr_conservation_station" width="418" height="160" /></p>\n\n<em>By Jessa Franck-McCauley,\nZookeeper, Mesker Park Zoo\n<a href="mailto:Jfranck@meskerparkzoo.com"> Jfranck@meskerparkzoo.com</a></em>\n\nIn the summer of 2011, I traveled to Malaysia with a group of zoo professionals for a field trip under the auspices of the AZA Orangutan SSP. We spent the first week conducting a husbandry and enrichment workshop at Zoo Negara in Kuala Lumpur. The second week was spent touring Sabah, Borneo, learning about local conservation efforts and the effects of oil palm plantations.\n\nPalm oil is harvested from the oil palm (<em>Elaeis guineensis</em>). The trees produce clusters of small red fruit. The pulp of the fruit is made into palm oil. The core of the fruit is made into palm kernel oil. Those are the two most easily recognized names, but there are a lot of other variations making it important to carefully read the ingredient labels on food and cosmetic/hygiene products. Palm oil in cosmetic/hygiene products can be even harder to identify because there are other sources of these chemicals. Very few products label the source of these chemicals, so if consumers want to continue to use these types of products while still being palm oil-aware, individual product research is needed.\n\nPalm oil is used in a variety of ways. It was adopted by the food industry as an alternative to trans-fats, although studies have shown it is not the healthiest oil available.<img class="alignright size-full wp-image-2468" title="732borneo" src="http://aecetia.net/gws/aazk/wp-content/uploads/732borneo.jpg" alt="732borneo" width="500" height="359" />Palm oil in cosmetic and hygienic products has a multitude of purposes including producing suds, lubrication, stabilization, and emulsification.\n\nThere is debate in the conservation community right now about the use of sustainable palm oil. To be classified as sustainable palm oil the growers have many regulations including not clear-cutting rainforest for plantations, using chemicals in a safe manner, and paying employees fair wages. The main governing body for sustainable palm oil is the Roundtable on Sustainable Palm Oil (RSPO). The RSPO was founded in 2004 by the World Wildlife Fund and major players in the palm oil supply chain and its stakeholders. Our group visited a palm oil plantation that was working on becoming RSPO certified.\n\nAnother RSPO requirement is to not harm wildlife that enters the plantation. On a lot of plantations, the wildlife that is considered destructive is destroyed and usually not in a humane manner. Orangutans (Pongo pygmaeus) are some of the most-recognized victims of this practice. Mothers are killed leaving infants orphaned. Some of these orphans are sold in the pet trade. Some make it to rehabilitation centers. Our group visited Sepilok Orangutan Rehabilitation Center near Sandakan, Borneo. The orangutans housed there are raised in such a way that they can be released back into the wild.\n\nSome conservationists seem to have two big issues with sustainable palm oil. The first question is how reliable are the regulatory bodies ensuring that growers are following the rules. The second question is how companies can guarantee that they are using sustainable palm oil when after it is harvested it just enters the greater pool of palm oil and cannot be distinguished from non-sustainable sources.\n\nPalm oil is not going away. It is too wrapped up in the grower countries’ economies. Malaysia and Indonesia account for the highest percentage of palm oil production and palm oil is in the top five crops of Malaysia. The main beneficiaries of money from palm oil seem to be the governments, the plantation owners and companies that use the palm oil in their products. The palm oil plantations…..\n\n<strong><em><span>Want to read the rest of this column?  For this and many more fascinating column every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>\n<div style="font-style: italic;"></div>', 'Palm Oil: an Overview and Message of Hope', 0, '', 'inherit', 'closed', 'closed', '', '2467-revision', '', '', '2012-05-03 10:45:31', '2012-05-03 15:45:31', '', 2467, 'http://aazk.org/uncategorized/2467-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2470, 2, '2012-03-01 11:20:44', '2012-03-01 16:20:44', '<strong><em></em></strong>\r\n\r\n<strong>April 12-15, 2012, Dallas , TX - <em>Otter Keeper Workshop</em> - </strong>The 5th biennial workshop will be hosted by The Dallas World Aquarium.  Any staff working with any of the freshwater species is welcome to attend.  Topics will include: captive management issues, enrichment, training, water quality, health care, nutrition, diet, hand-raising, exhibit design, and lots of sharing of information between keepers.  Registration is $75. For more information, see <a href="http://otterkeeperworkshop.org">otterkeeperworkshop.org</a>.\r\n\r\n<strong>April 27-30, 2012 and October 12-15, 2012 - <em>From Good Care to Great Welfare: A Workshop Designed for Animal Care Professionals Presented by the Center for Zoo Animal Welfare-</em></strong>Detroit Zoological Society. A unique four-day workshop for animal care staff working with captive exotic animals. The workshop is designed to help participants better understand animals’ perspectives and experiences, address the challenges captivity imposes on animal welfare, and develop the skills necessary to assess and improve overall well-being. Exercises and experiences are immersive and designed to help us understand captivity from the animals’ point of view. Limited scholarship opportunities available.\r\n\r\nFor information contact: Elizabeth Arbaugh, Animal Welfare Manager, Detroit Zoological Society, Tel: 248-398-0903 x3643, E-mail: <a href="mailto:Elizabeth@dzs.org">Elizabeth@dzs.org</a> or visit <a href="http://czaw.org">czaw.org</a>.\r\n\r\n<strong>May 6-11, 2012 - <em>ABMA Annual Conference </em></strong>- Hosted by Oakland Zoo, California Academy of Sciences, and CuriOdyssey.  The conference location will be the San Francisco Airport Mariott, Burlingame, CA.  See <a href="http://theabma.org">theabma.org</a> for more info.\r\n\r\n<strong>May 13-16 - <em>Shape of Enrichment Regional Workshop</em></strong> - Hosted by Howletts and Port Lympne Wild Animal Parks, Kent, UK.  For more information go to <a href="http://enrichment.org">enrichment.org</a>.\r\n\r\n<strong>July 15-21, 2012 - NATIONAL ZOO KEEPER WEEK</strong>\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>August 16-19 - <em>The 10th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles</em> </strong>- Tucson, AZ.  Hosted by the Turtle Survival Alliance and the IUCN Tortoise and Freshwater Turtle Specialist Group.  For more information go to <a href="http://turtlesurvival.org">turtlesurvival.org</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY. For more information go to <a href="http://www.rgzaecetia.net/gws/aazk">www.rgzaecetia.net/gws/aazk</a>.\r\n<h2><strong>2013</strong></h2>\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - September 8-12\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events March 2012', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2012-03-01 11:20:44', '2012-03-01 16:20:44', '', 435, 'http://aazk.org/uncategorized/435-revision-52/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2496, 2, '2012-06-07 15:22:19', '2012-06-07 20:22:19', '<strong><em></em></strong>\r\n\r\n<strong>June 11-15, 2012 - <em>International Gorilla Workshop</em></strong> - Apenheul Primate Park and Gaiapark Kerkrade are very excited and proud to invite all Gorilla specialists to join the 8th International Gorilla Workshop.  Includes three days in Apenheul Primate Park and the last day in Gaiapark Kerkrade. For more information go to <a href="http://igw2012.org">igw2012.org</a>.\r\n\r\n<strong>July 15-21, 2012 - NATIONAL ZOO KEEPER WEEK</strong>\r\n\r\n<strong><span><strong>July 25 - 28, 2012 - </strong><em style="font-weight: bold;">The 35th International Herpetological Symposium. </em>Hosted by Catoctin Wildlife Preserve and Zoo at the Ramada BWI Airport in Hanover, MD.  For more information go to <a href="http://kingsnake.com/ihs">kingsnake.com/ihs</a>.\r\n\r\n<strong>July 29 - 30, 2012 - <em>The 2nd Venomous Animal Safety and Husbandry Training Seminar</em></strong>. Hosted by Catoctin Wildlife Preserve and Zoo in Thurmont, MD.  For more information contact Rick Hahn at <a href="mailto:rickhahn@CWPZoo.com">rickhahn@CWPZoo.com</a>.\r\n\r\n</span></strong>\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>August 16-19 - <em>The 10th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles</em> </strong>- Tucson, AZ.  Hosted by the Turtle Survival Alliance and the IUCN Tortoise and Freshwater Turtle Specialist Group.  For more information go to <a href="http://turtlesurvival.org">turtlesurvival.org</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY. For more information go to <a href="http://www.rgzaecetia.net/gws/aazk">www.rgzaecetia.net/gws/aazk</a>.\r\n\r\n<strong><strong> October 12-15, 2012 - </strong><em><strong><em>From Good Care to Great Welfare: A Workshop Designed for Animal Care Professionals Presented by the Center for Zoo Animal Welfare </em></strong>-</em></strong>Detroit Zoological Society. A unique four-day workshop for animal care staff working with captive exotic animals. The workshop is designed to help participants better understand animals’ perspectives and experiences, address the challenges captivity imposes on animal welfare, and develop the skills necessary to assess and improve overall well-being. Exercises and experiences are immersive and designed to help us understand captivity from the animals’ point of view. Limited scholarship opportunities available.\r\n\r\nFor information contact: Elizabeth Arbaugh, Animal Welfare Manager, Detroit Zoological Society, Tel: 248-398-0903 x3643, E-mail: <a href="mailto:Elizabeth@dzs.org">Elizabeth@dzs.org</a> or visit <a href="http://czaw.org">czaw.org</a>.\r\n<h2><strong>2013</strong></h2>\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - September 8-12\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events June 2012', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2012-06-07 15:22:19', '2012-06-07 20:22:19', '', 435, 'http://aazk.org/uncategorized/435-revision-54/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2471, 2, '2012-05-03 10:55:29', '2012-05-03 15:55:29', '', 'sdaazklogo2005small', 0, '', 'inherit', 'closed', 'closed', '', 'sdaazklogo2005small', '', '', '2012-05-03 10:55:29', '2012-05-03 15:55:29', '', 2405, 'http://aazk.org/wp-content/uploads/sdaazklogo2005small.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2472, 2, '2012-06-07 14:50:48', '2012-06-07 19:50:48', '<img class="alignnone size-medium wp-image-2481" title="lcs-aazk-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/lcs-aazk-logo-300x76.jpg" alt="lcs-aazk-logo" width="300" height="76" />\n\nThe AAZK Lion Country Safari Chapter in West Palm Beach, FL has been focused on increasing fundraising efforts to benefit conservation organizations locally and internationally.  Chapter members have developed a cell phone recycling program on property that encourages guests to bring in used cell phones for recycling.  This program not only helps save valuable wildlife habitats and reduces electronic waste entering landfills, but also helps fund conservation projects sponsored by the chapter.  Last year, the chapter was able to recycle over <strong>1,700</strong> cell phones, placing the AAZK Lion Country Safari Chapter among the top ten collection organizations with recycling partner ECO-CELL.\n\nSeveral regular fundraisers throughout the year such as a staff art show, bake sale, holiday candy-gram sale, and chili cook-off competition allow the chapter to support a number of conservation initiatives including “Trees for You and Me.”  Each year the AAZK Lion Country Safari Chapter has participated in this chapter challenge campaign and consistently ranks among the top contributors.\n\nThe chapter’s most successful fundraiser event is “Bowling for Rhinos.”  Last year, an inaugural “Twilight Tour” of the safari with a focus on Lion Country Safari’s white rhinos promoted “Bowling for Rhinos” and helped raise additional funds for rhinoceros conservation.  Since it was such a smashing success, the chapter is expanding the pre-event, night tour this year to allow more people to experience this unique opportunity to see the animals after hours.  We look forward to another year of celebrating the zookeeping profession and commitment to wildlife conservation!', 'June 2012', 0, '', 'inherit', 'closed', 'closed', '', '2405-autosave', '', '', '2012-06-07 14:50:48', '2012-06-07 19:50:48', '', 2405, 'http://aazk.org/uncategorized/2405-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2473, 2, '2012-03-01 11:24:42', '2012-03-01 16:24:42', '<em>A Perfect Day for Tree Planting</em>\r\n<em>By Hali O’Connor, Sr. Mammal Keeper, SD AAZK Board Member</em>\r\n\r\nOvercast skies, light rain, and cool temperatures were forecasted for 21 January 2012...exactly the right conditions for the much anticipated Acres for the Atmosphere tree planting event. Over 60 people signed up...and SHOWED UP, prepared to dig some holes, get a little muddy and help young native cottonwood trees, arroyo willow trees and a few mule fat shrubs get settled in their new home along the San Diego River in the Mission Valley Preserve.\r\n\r\n<img class="alignnone size-large wp-image-2406" title="sd_group" src="http://aecetia.net/gws/aazk/wp-content/uploads/sd_group-1024x768.jpg" alt="sd_group" width="717" height="538" />\r\n\r\nTo recap, the San Diego Chapter of AAZK raised over $2200 while hosting the 2011 National AAZK conference last August. The Acres for the Atmosphere project goal was to encourage delegates to donate money to help offset the carbon produced by travel to and from the conference. With this money, SD AAZK joined forces with The San Diego River Park Foundation to plant trees in two choice locations along our precious San Diego River. The total was 319 trees to be exact!\r\n\r\nAnyone interested in helping with the planting project was encouraged to sign up on the SD AAZK website to partake in this fun and important event. Planting native tree species along the San Diego River that stretches from Julian to the ocean has many benefits. Native trees provide needed habitat and foods for many species, some of which are endangered. The native trees also provide erosion control, especially important in restoring wildfire burned areas. And the trees help to restore a natural balance and keep invasive species in check.\r\n\r\nThe 21 January 2012 planting included such an amazing group of enthusiastic and efficient tree planters that the 144 trees allotted to the Mission Valley Preserve were all lovingly planted in an hour! We even had time to clear away weeds from some of the existing trails to help encourage visitors to stay on a path instead of wandering off and disrupting the native plants and animals calling the preserve their home. The San Diego River Park staff also treated us to a wonderful trek to the river’s edge where we learned about some of the native and non-native plant species that live along our river.\r\n\r\nThe remaining 175 trees will be live oaks to be planted along the El Capitan Reservoir in Alpine on 4 February 2012. Anyone interested in helping with this project may sign up on our website at www.sdaazk.com. Several months ago a group of us went out to this area and collected acorns to produce the trees that will be planted in this area. That way we are sure to plant a species that belongs in the area and is very beneficial to the other species living there.\r\n\r\nA big thank you to all those that participated in this wonderful community project! Be sure to check out the pictures from that day on our Facebook® page at <a href="http://www.facebook.com/sdaazk">http://www.facebook.com/sdaazk</a>.', 'March 2012', 0, '', 'inherit', 'closed', 'closed', '', '2405-revision-2', '', '', '2012-03-01 11:24:42', '2012-03-01 16:24:42', '', 2405, 'http://aazk.org/uncategorized/2405-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2475, 2, '2012-06-07 14:40:03', '2012-06-07 19:40:03', '', 'mac2', 0, '', 'inherit', 'closed', 'closed', '', 'mac2', '', '', '2012-06-07 14:40:03', '2012-06-07 19:40:03', '', 2474, 'http://aazk.org/wp-content/uploads/mac2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2476, 2, '2012-06-07 14:40:42', '2012-06-07 19:40:42', '', 'mac', 0, '', 'inherit', 'closed', 'closed', '', 'mac', '', '', '2012-06-07 14:40:42', '2012-06-07 19:40:42', '', 2474, 'http://aazk.org/wp-content/uploads/mac.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2477, 2, '2012-06-07 14:39:27', '2012-06-07 19:39:27', '<img class="aligncenter size-medium wp-image-695" title="hdr_conservation_station" src="http://aecetia.net/gws/aazk/wp-content/uploads/hdr_conservation_station-300x114.gif" alt="hdr_conservation_station" width="300" height="114" />\n\n<em>Mary Ann Cisneros\nAAZK Conservation Committee</em>\n\nSpring has sprung and an early summer planting of a rain garden will not only leave your lawn looking lovely but your “green” conscious clear.  Rain gardens are landscaped areas using native plants that reduce storm water runoff and can provide considerable environmental benefits to your community.  Besides being aesthetically pleasing, rain gardens reduce flooding, protect streams and lakes from pollutants carried by urban storm water runoff, and increase the amount of water filtering into the ground to help recharge local aquifers.  An added bonus is that a new habitat is created for birds, butterflies, and beneficial insects.\n\n<span>In 2009, two events at Mesker Park Zoo promoted and celebrated the establishment of rain gardens in our community.  The first event was the installation of a rain garden at our new entrance.  Using a grant from the local Soil and Water Conservation District, MPZ AAZK partnered with several groups to bring this demonstration garden to Mesker Park Zoo and Botanic Garden.  Our own grounds curator and staff, University of Southern Indiana (USI) students and faculty, and the Evansville Zoological Society worked together to provide visitors an example of a way to bring conservation home.   The zoo used the planting day to teach about the mechanics of rain gardens and had volunteers (lucky USI students and MPZ AAZK members) perform the dirty work.  The second event was a dedication a few months after the planting so that visitors could get a look at the garden as it began to establish itself.\n\nBoth these events also allowed the Soil and Water Conservation District to promote their Backyard Conservation Grant.  This grant provided a cost-share/rebate program for citizens in Vanderburgh County who put in a rain garden.\n\nThe rain garden at the zoo was and is a success.  It is a beautiful addition to our zoo landscape and an ambassador for backyard conservation that is hard to ignore when visitors walk through our gates.  It is a happy coincidence that, in order to quench their thirst from our drinking fountains, guests have a great view of it!\n\nNow for you DIY’s out there! A rain garden can be put in cheaply and, once they become fully established (around two years) little or no maintenance is required of them.  So if you want your yard to be a first defense against flooding in your neighborhood and pollutants getting into local waterways please check out the following websites:\n\nhttp://clean-water.uwex.edu/pubs/pdf/rgmanual.pdf,\n\nhttp://www.meskerparkzoo.com/conservation/garden.php\n\nThey will give you the nitty gritty on rain garden construction for your yard.  They also provide design plans and plants that will work in your area.  Be sure to look to your local Soil and Water Conservation District to see if there is any financial assistance available for making your yard greener.  Use your resources and let’s start planting for a cleaner environment!\n\n</span>', 'Rain Gardens: Bringing Conservation Home', 0, '', 'inherit', 'closed', 'closed', '', '2474-revision', '', '', '2012-06-07 14:39:27', '2012-06-07 19:39:27', '', 2474, 'http://aazk.org/uncategorized/2474-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2478, 2, '2012-06-07 14:41:20', '2012-06-07 19:41:20', '<img class="aligncenter size-medium wp-image-695" title="hdr_conservation_station" src="http://aecetia.net/gws/aazk/wp-content/uploads/hdr_conservation_station-300x114.gif" alt="hdr_conservation_station" width="300" height="114" />\n\n<em>Mary Ann Cisneros\nAAZK Conservation Committee</em>\n\nSpring has sprung and an early summer planting of a rain garden will not only leave your lawn looking lovely but your “green” conscious clear.  Rain gardens are landscaped areas using native plants that reduce storm water runoff and can provide considerable environmental benefits to your community.  Besides being aesthetically <img class="alignleft size-medium wp-image-2476" title="mac" src="http://aecetia.net/gws/aazk/wp-content/uploads/mac-300x200.jpg" alt="mac" width="300" height="200" />pleasing, rain gardens reduce flooding, protect streams and lakes from pollutants carried by urban storm water runoff, and increase the amount of water filtering into the ground to help recharge local aquifers.  An added bonus is that a new habitat is created for birds, butterflies, and beneficial insects.\n\nIn 2009, two events at Mesker Park Zoo promoted and celebrated the establishment of rain gardens in our community.  The first event was the installation of a rain garden at our new entrance.  Using a grant from the local Soil and Water Conservation District, MPZ AAZK partnered with several groups to bring this demonstration garden to Mesker Park Zoo and Botanic Garden.  Our own grounds curator and staff, University of Southern Indiana (USI) students and faculty, and the Evansville Zoological Society worked together to provide visitors an example of a way to bring conservation home.   The zoo used the planting day to teach about the mechanics of rain gardens and had volunteers (lucky USI students and MPZ AAZK members) perform the dirty work.  The second event was a dedication a few months after the planting so that visitors could get a look at the garden as it began to establish itself.\n\nBoth these events also allowed the Soil and Water Conservation District to promote their Backyard Conservation Grant.  This grant provided a cost-share/rebate program for citizens in Vanderburgh County who put in a rain garden.\n\nThe rain garden at the zoo was and is a success.  It is a beautiful addition to our zoo landscape and an ambassador for backyard conservation that is hard to ignore when<img class="alignright size-medium wp-image-2475" title="mac2" src="http://aecetia.net/gws/aazk/wp-content/uploads/mac2-300x200.jpg" alt="mac2" width="300" height="200" />visitors walk through our gates.  It is a happy coincidence that, in order to quench their thirst from our drinking fountains, guests have a great view of it!\n\nNow for you DIY’s out there! A rain garden can be put in cheaply and, once they become fully established (around two years) little or no maintenance is required of them.  So if you want your yard to be a first defense against flooding in your neighborhood and pollutants getting into local waterways please check out the following websites:\n\nhttp://clean-water.uwex.edu/pubs/pdf/rgmanual.pdf,\n\nhttp://www.meskerparkzoo.com/conservation/garden.php\n\nThey will give you the nitty gritty on rain garden construction for your yard.  They also provide design plans and plants that will work in your area.  Be sure to look to your local Soil and Water Conservation District to see if there is any financial assistance available for making your yard greener.  Use your resources and let’s start planting for a cleaner environment!', 'Rain Gardens: Bringing Conservation Home', 0, '', 'inherit', 'closed', 'closed', '', '2474-revision-2', '', '', '2012-06-07 14:41:20', '2012-06-07 19:41:20', '', 2474, 'http://aazk.org/uncategorized/2474-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2479, 2, '2012-06-07 14:41:53', '2012-06-07 19:41:53', '<img class="aligncenter size-medium wp-image-695" title="hdr_conservation_station" src="http://aecetia.net/gws/aazk/wp-content/uploads/hdr_conservation_station-300x114.gif" alt="hdr_conservation_station" width="300" height="114" />\r\n\r\n<em>Mary Ann Cisneros\r\nAAZK Conservation Committee</em>\r\n\r\nSpring has sprung and an early summer planting of a rain garden will not only leave your lawn looking lovely but your “green” conscious clear.  Rain gardens are landscaped areas using native plants that reduce storm water runoff and can provide considerable environmental benefits to your community.  Besides being aesthetically <img class="alignleft size-medium wp-image-2476" title="mac" src="http://aecetia.net/gws/aazk/wp-content/uploads/mac-300x200.jpg" alt="mac" width="300" height="200" />pleasing, rain gardens reduce flooding, protect streams and lakes from pollutants carried by urban storm water runoff, and increase the amount of water filtering into the ground to help recharge local aquifers.  An added bonus is that a new habitat is created for birds, butterflies, and beneficial insects.\r\n\r\nIn 2009, two events at Mesker Park Zoo promoted and celebrated the establishment of rain gardens in our community.  The first event was the installation of a rain garden at our new entrance.  Using a grant from the local Soil and Water Conservation District, MPZ AAZK partnered with several groups to bring this demonstration garden to Mesker Park Zoo and Botanic Garden.  Our own grounds curator and staff, University of Southern Indiana (USI) students and faculty, and the Evansville Zoological Society worked together to provide visitors an example of a way to bring conservation home.   The zoo used the planting day to teach about the mechanics of rain gardens and had volunteers (lucky USI students and MPZ AAZK members) perform the dirty work.  The second event was a dedication a few months after the planting so that visitors could get a look at the garden as it began to establish itself.\r\n\r\nBoth these events also allowed the Soil and Water Conservation District to promote their Backyard Conservation Grant.  This grant provided a cost-share/rebate program for citizens in Vanderburgh County who put in a rain garden.\r\n\r\nThe rain garden at the zoo was and is a success.  It is a beautiful addition to our zoo landscape and an ambassador for backyard conservation that is hard to ignore when<img class="alignright size-medium wp-image-2475" title="mac2" src="http://aecetia.net/gws/aazk/wp-content/uploads/mac2-300x200.jpg" alt="mac2" width="300" height="200" />visitors walk through our gates.  It is a happy coincidence that, in order to quench their thirst from our drinking fountains, guests have a great view of it!\r\n\r\nNow for you DIY’s out there! A rain garden can be put in cheaply and, once they become fully established (around two years) little or no maintenance is required of them.  So if you want your yard to be a first defense against flooding in your neighborhood and pollutants getting into local waterways please check out the following websites:\r\n\r\n<a href="http://clean-water.uwex.edu/pubs/pdf/rgmanual.pdf">http://clean-water.uwex.edu/pubs/pdf/rgmanual.pdf</a>,\r\n\r\n<a href="http://www.meskerparkzoo.com/conservation/garden.php">http://www.meskerparkzoo.com/conservation/garden.php</a>\r\n\r\nThey will give you the nitty gritty on rain garden construction for your yard.  They also provide design plans and plants that will work in your area.  Be sure to look to your local Soil and Water Conservation District to see if there is any financial assistance available for making your yard greener.  Use your resources and let’s start planting for a cleaner environment!', 'Rain Gardens: Bringing Conservation Home', 0, '', 'inherit', 'closed', 'closed', '', '2474-revision-3', '', '', '2012-06-07 14:41:53', '2012-06-07 19:41:53', '', 2474, 'http://aazk.org/uncategorized/2474-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2480, 2, '2012-06-07 14:44:02', '2012-06-07 19:44:02', '<img class="aligncenter size-medium wp-image-695" title="hdr_conservation_station" src="http://aecetia.net/gws/aazk/wp-content/uploads/hdr_conservation_station-300x114.gif" alt="hdr_conservation_station" width="300" height="114" />\n\n<em>Mary Ann Cisneros\nAAZK Conservation Committee</em>\n\nSpring has sprung and an early summer planting of a rain garden will not only leave your lawn looking lovely but your “green” conscious clear.  Rain gardens are landscaped areas using native plants that reduce storm water runoff and can provide considerable environmental benefits to your community.  Besides being aesthetically <img class="alignleft size-medium wp-image-2476" title="mac" src="http://aecetia.net/gws/aazk/wp-content/uploads/mac-300x200.jpg" alt="mac" width="300" height="200" />pleasing, rain gardens reduce flooding, protect streams and lakes from pollutants carried by urban storm water runoff, and increase the amount of water filtering into the ground to help recharge local aquifers.  An added bonus is that a new habitat is created for birds, butterflies, and beneficial insects.\n\nIn 2009, two events at Mesker Park Zoo promoted and celebrated the establishment of rain gardens in our community.  The first event was the installation of a rain garden at our new entrance.  Using a grant from the local Soil and Water Conservation District, MPZ AAZK partnered with several groups to bring this demonstration garden to Mesker Park Zoo and Botanic Garden.  Our own grounds curator and staff, University of Southern Indiana (USI) students and faculty, and the Evansville Zoological Society worked together to provide visitors an example of a way to bring conservation home.   The zoo used the planting day to teach about the mechanics of rain gardens and had volunteers (lucky USI students and MPZ AAZK members) perform the dirty work.  The second event was a dedication a few months after the planting so that visitors could get a look at the garden as it began to establish itself.\n\nBoth these events also allowed the Soil and Water Conservation District to promote their Backyard Conservation Grant.  This grant provided a cost-share/rebate program for citizens in Vanderburgh County who put in a rain garden.\n\nThe rain garden at the zoo was and is a success.  It is a beautiful addition to our zoo landscape and an ambassador for backyard conservation that is hard to ignore when<img class="alignright size-medium wp-image-2475" title="mac2" src="http://aecetia.net/gws/aazk/wp-content/uploads/mac2-300x200.jpg" alt="mac2" width="300" height="200" />visitors walk through our gates.  It is a happy coincidence that, in order to quench their thirst from our drinking fountains, guests have a great view of it!\n\nNow for you DIY’s out there! A rain garden can be put in cheaply and, once they become fully established (around two years) little or no maintenance is required of them.  So if you want your yard to be a first defense against flooding in your neighborhood and pollutants getting into local waterways please check out the following websites:\n\n<a href="http://clean-water.uwex.edu/pubs/pdf/rgmanual.pdf">http://clean-water.uwex.edu/pubs/pdf/rgmanual.pdf</a>,\n\n<a href="http://www.meskerparkzoo.com/conservation/garden.php">http://www.meskerparkzoo.com/conservation/garden.php</a>\n\nThey will give you the nitty gritty on rain garden construction for your yard.  They also provide design plans and plants that will work in your area.  Be sure to look to your local Soil and Water Conservation District to see if there is any financial assistance available for making your yard greener.  Use your resources and let’s start planting for a cleaner environment!\n\n<strong><em><span>For this and much more every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>', 'Rain Gardens: Bringing Conservation Home', 0, '', 'inherit', 'closed', 'closed', '', '2474-autosave', '', '', '2012-06-07 14:44:02', '2012-06-07 19:44:02', '', 2474, 'http://aazk.org/uncategorized/2474-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2481, 2, '2012-06-07 14:48:07', '2012-06-07 19:48:07', '', 'lcs-aazk-logo', 0, '', 'inherit', 'closed', 'closed', '', 'lcs-aazk-logo', '', '', '2012-06-07 14:48:07', '2012-06-07 19:48:07', '', 2405, 'http://aazk.org/wp-content/uploads/lcs-aazk-logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2485, 2, '2012-06-07 14:53:46', '2012-06-07 19:53:46', 'About the Cover/Information for Contributors<span> </span>\n\nFrom the President<span> </span>\n\nNew Members<span> </span>\n\nComing Events<span> </span>\n\nPerspectives on Poaching: A Park Guard Story <span> </span>\n\nAn Update from the Snow Leopard Trust<span> </span>\n\nObservations on Eco-tourism and Conservation in India<span> </span>\n\nEnrichment Options: Feeling Stuck in a Rut?  Ideas on How to Enrich Your Enrichment<span> </span>\n\nConservation Station: Rain Gardens: Bringing Conservation Home <span> </span>\n\nTraining Tales: Ideas to Help New Training Programs (Part 2)<span> </span>\n\nResearch in Practice: Moderating Undesirable Behavior in Petting Zoo Animals<span> </span>\n\nConservation/Legislative Update', 'June 2012', 0, '', 'inherit', 'closed', 'closed', '', '2483-autosave', '', '', '2012-06-07 14:53:46', '2012-06-07 19:53:46', '', 2483, 'http://aazk.org/uncategorized/2483-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2486, 2, '2012-06-07 15:14:04', '2012-06-07 20:14:04', '<em>By Bob Berghaier, Ex-Zookeeper\r\nTour Consultant, Premier Tours\r\nPhiladelphia, PA\r\n<a href="mailto:bobb@premiertours.com"> bobb@premiertours.com</a></em>\r\n\r\nFrom 4-20 December 2010, I was in India looking at the eco-tourism potential of the Madhya Pradesh (M.P.) “Tiger Circuit” – Pench, Kanha, Bandhavgarh, Panna Reserves and Assam’s Kaziranga National Park. My tour was arranged by an Indian in-country tour operator – Royal Expeditions royalexpeditions.com.  Royal Expeditions is an exceptional company and our trip operated flawlessly.  They have an extensive knowledge of the wildlife of their country and have had a long history in Indian conservation.  Their trip pre-departure information on the wildlife and the ecology of each area visited is extensive and at times was like reading someone’s academic dissertation.\r\n\r\nOn arrival in India in the early morning of 4 December 2010, my traveling companion Dr. Bob Singer and I passed through the Delhi’s new airport.  It is a very modern, clean facility.   However one still has to clear Indian immigration that is not well-organized and can move at a snail’s pace.  We got to our hotel just before dawn.  On the morning of 5 December 2010 we flew from Delhi to Nagpur on a local Indian airline, Indigo, whose check–in, in-flight service and aircraft were quite good.  If you have not flown internally in India for some time, the level of security may surprise you.  To even get into the airport you have to show an actual air or e-ticket as well as a form of identification with photo.  For non-Indian travelers a passport is mandatory.  At check-in your domestic airline has to tag each piece of your carry-on at check-in before you go through a security screening including an x-ray bag check and passing through a metal detector.  After this, each tag on your carry-on has to be stamped as checked by security. Before boarding your aircraft there is a final check to make sure that each of your carry-on items has the required stamped tag.  If your item doesn’t have a stamped tag it is confiscated.\r\n\r\nOur flight departed Delhi on time and arrived in Nagpur two hours later.  We were met on arrival and set off on our first Indian road adventure. The drive was 95km [59 mi.] and took just over two hours.   In my 31 years of overseas travel I’ve been driven in some incredible places – eastern Congo, Madagascar, Jakarta, Accra, northern Kenya, the Pan American highway in Peru and the Ecuadorian Andes.  None of these wild and woolly places prepared me for being driven on the roads of India.  With heavily decorated trucks bearing down on you, big buses with the drivers leaning on their horns to chase you out of their way, the motorcycles and mopeds, bicycles, motorized and man-pulled rickshaws, indifferent to traffic, Indian pedestrians, herds of driven cattle, lone stray cattle, goats, sheep and a pariah of dogs all on the road at various times and in some sections all on the road at once, made this a never-ending kaleidoscope of fascinating sights and close-call collisions. Within the first few hours I was convinced that the hardest working and most skilled person on the entire Sub-Continent must be the professional Indian Driver!\r\n\r\nTraveling on the road this day, however, got me two life mammals – Hanuman langur (<em>Semenopithecus entellus</em>) and rhesus macaque (<em>Macaca mulatta</em>).  I saw both species on several occasions while on the roads in forested areas in Madhya Pradesh outside the Reserves.  I was told that the macaques in particular are often fed by passing truck drivers, many of whom are Hindu devotes of the monkey god – Hanuman, which makes the rhesus the more commonly seen wild primate on the roadside.\r\n\r\nOur first stop on the Circuit was Pench National Park.  In India, each State administers their own conservation areas and the level of protection and management are more determined by the State government than any national authority.  The Madhya Pradesh (M.P.) Tiger Circuit is four National Parks. The southern-most is Pench, followed by Kanha, Bandhavgarh, and Panna in the north.  Each Reserve is a four to six-hour drive from the other.  Each Reserve and each entrance gate to the Reserves has a specific number of vehicles that are allowed in each day.   I was told by the Indian naturalists I met that during the busiest times of the year for the Reserves - the last two weeks of December, the first two weeks of January and the month of April - pre-booking your game drives as far in advance as possible is strongly suggested.  You are allowed in the Reserves for morning game drives starting at sunrise (about 0630hrs this time of year) and one has to depart by 1000hrs – Bandhavgarh, 1100hrs – Pench and Panna, 1130hrs for Kanha.  You can then have an afternoon drive, which starts at 1500hrs, and you must vacate each of the Reserves by sunset (approximately 1800hrs in December).\r\n\r\nThe Reserve authorities believe that the hours between game drives give the wildlife a respite from the motorized tourists.  Having a great deal of experience in African eco-tourism, this is in marked contrast to the African conservation areas I have visited.  In Africa, if you wish, you could start at dawn and not have to leave the reserve or return to your lodge/camp until dusk.  On each game drive on the Circuit a local guide must accompany you.  This is now official policy in M.P. created by the State Parliament as a way for local men to get some income from the Reserves they live adjacent to.  In theory, this policy should help build local support for the Reserves.  The local guides earn 200 rupees (a bit less than $5.00 USA) per drive + tips.  It was quickly obvious that the skill and language level of each of these men varied.  Some were much better than others but I tipped all of them a bit and the better ones who found tigers, or who knew their species of birds well, I tipped more  - up to 200 rupees, doubling their normal stipend.\r\n\r\nI stayed two nights at the Pench Jungle Camp Lodge and Tented Camp.  This was a good introduction to the Circuit.    The Pench Jungle Camp has a 30-acre Eco-park nearby where one can do a night walk or day-birding trips.  The Eco-park is adjacent to Pench N.P. and according to my guide, naturalist Pahhir Patil, at least once per month a leopard (<em>Panthera pardus</em>) or tiger (<em>Panthera tigris tigris</em>) makes a kill here.  A night walk with Patil turned up Indian flying fox (<em>Pteropus giganteus</em>), and what I am convinced by its flight pattern and white belly was a big-eared horseshoe bat (<em>Rhinolophus macrotis</em>).  Temperatures in December at night range between 40-50°F [4.4-10°C] resulting in poor mammal viewing on this particular visit.  However, having this much area for birding walks or night mammal spotting should make Pench Jungle Camp a preferred accommodation for the serious naturalist.\r\n\r\nWe had three game drives with Patil in Pench and although we were close to at least two of them we never saw a tiger there.  However, it was here that I first experienced how the local driver/naturalist/forestry guides most frequently find tigers.  They listen to alarm calls of the deer, langur and peafowl and stake out an area, waiting for a tiger to appear. Once you know what sounds to pay attention to, one can follow the trail of the tiger or other larger carnivore as they move through the forest.  This method must work well when the vegetation is not as thick and full as it is in December or the other post-monsoon months of October, November and January.  Each of the Tiger Circuit naturalists I talked with felt that the best month for tiger viewing in their reserves was February and March.  It is then that the vegetation was open enough (cleared mostly by herbivore grazing/browsing) to more easily see the cats after they were located by listening to the alarm calls.  They all felt that in April there were more local Indian tourists which made the reserves too crowded and getting game drive reservations more difficult.  In May and June the weather is so hot that tigers tend to move around less during the limited hours the reserves are open to tourists making sightings more difficult.  Looking for tigers reminded me of looking for leopards in Africa. You need to have a driver/guide/naturalist that uses good tracking skills and has knowledge of the habits of the cats, combined with some luck in getting the opportunity to see them.\r\n\r\nPench is primarily Sal forest, but a large reservoir occupies a good part of the Reserve, which adds to the diversity of bird life, making it a good destination for birders as well as mammalogists.  Since Pench was my first Indian game viewing I got a few new life mammals there including spotted deer (or chital) [<em>Axis axis</em>] – very common and at a very high density, nilgai (<em>Boselaphus tragocamelus</em>) – this antelope species reminded me very much of the African eland; three striped palm squirrel (<em>Funambulus palmarum</em>); and only one gaur (<em>Bos gaurus</em>) - a single male that was sparring with a small tree.  We also saw sambar deer (<em>Cervus unicolor</em>) and a few golden jackals (<em>Canis aureus</em>) as well as both Hanuman langurs and rhesus macaques.\r\n\r\nPench may have as many as 50 adult tigers.  Patil and the other naturalists I spoke with at Pench thought that the tiger population is doing well in Pench and is increasing.  One naturalist I spoke to in Kanha was not so sure about this since he speculated that the large spotted deer population was perhaps an indicator of a low tiger population.  In any case, one section of the tourist area of the Reserves that we were assigned was recently closed because a female tiger had given birth to four cubs.  Other large carnivores seen with some frequency in Pench include leopard, sloth bear (<em>Melursus ursinus</em>) and Asian wild dog or dhole (<em>Cuon alpinus</em>).\r\n\r\nDholes are seen with some regularity here.  A pair was seen a week before our arrival.  The Tiger Circuit naturalists I talked with have noticed a pattern with dhole sightings in their respective reserves.  According to their observations dhole numbers seem to be cyclic.  Pairs or trios are seen infrequently at first.  Then the number of animals per pack increases up to a dozen or more for a few years and then the species disappears usually after a heavy monsoon season until it comes back with a pair or trio restarting this population boom and bust cycle again.  The naturalists suspect that canine distemper causes these population crashes.  With the number of feral dogs I observed on this visit to India I am not surprised that distemper or even perhaps rabies can spread quickly into a wild population of canids.  A similar domestic canine to wild canid disease transfer is believed to be the cause of the local extinction of African wild dogs (<em>Lycaon pictus</em>) in the Masai Mara in Kenya in the late 80’s early 1990s.  The tiger is certainly the main conservation mission of the M.P. Reserves, however, there is also reason for concern about the State’s dhole population.\r\n\r\nIn the morning of 7 December 2010, after our last Pench game drive we departed by road to Kanha Reserve 200km [~125 mi.] to the north.  Another Indian road adventure of five-plus hours got us to the Kanha area.  Our lodge for the next two nights – the Kanha Earth Lodge - is located in the buffer zone west of the Reserve and is part of the Indian Jungle Lodge Company - Pug Dundee Safaris.  Pug Dundee has lodges in Panna, Bandhavgarh and Earth Lodge is their newest, most modern-looking facility.  It reminded me very much of some of the African game lodges that I have seen.  Each Pug Dundee Lodge has its own team of naturalists.  Those I met were very good and I learned a lot about Indian wildlife and the management of the Tiger Circuit Reserves from them.  Pug Dundee also purchases or leases land around its lodges, which become small, private reserves.  On my first afternoon at Earth Lodge I saw a small carnivore from the porch of my room, which moved away before I could get a good look at it through my binoculars.  From how it moved and its coloration, a jungle cat was my best guess.  Although the Lodge is a half-hour from the Reserve entrance gate, the drive is interesting and in the early morning hours it becomes a predawn game drive.  I was told that during the warmer months wildlife is often spotted enroute, especially reptiles, and once a tiger was seen.\r\n\r\nThe most experienced naturalist at Earth Lodge was an enthusiastic young Indian – Harsh.  Through Harsh I was the first Lodge guest to do a night drive out of the Lodge into Kanha’s buffer zone.  I did two drives, each lasting up to two hours.  The route passed through open community land, fields and rice paddies and ended up on a river that borders the Park.  It was cold at night so animal sightings were limited although I saw jackals, spotted and sambar deer, one little Indian field mouse (Mus booduga) and on both nights a small wild canid that moved and looked like an Indian fox (Vulpes bengalensis).\r\n\r\nWe had three game drives within Kanha, two mornings and one afternoon.  Before you enter the Reserve you pass a small colony of Indian flying fox in a huge tree in the village of Khatia.  Kanha is the largest Reserve in the Circuit and is a mix of Sal forest interspaced with grasslands meadows.  The meadow most central and frequently visited by tourists is Kanha Meadow where Dr. George Schaller did his study of Indian predator/prey relationships summarized in The Deer and The Tiger published in 1967.  The park also has highland forest with thick stands of bamboo that reach up to a high plateau that is 2,900 ft. [~884m] in elevation.  We did one drive here to look for the four-horned antelope or chowsingha, which we did not find, but saw instead a small group of ruddy mongoose (<em>Herpestes smithii</em>) and an Indian muntjac or barking deer (<em>Muntiacus muntjak</em>), and our first wild boar (<em>Sus scrofa</em>).  In the lower elevations spotted deer were common, as were langur.  Jackals were frequently seen as well as sambar and four gaur.  We also saw swamp deer or barasingha on every game drive.  These are the hard ground swamp deer (<em>Cervus duvauceli branderi</em>).  During the 1970’s the population of these dropped to only 60 individuals.  A concentrated breeding program using a core population protected by a predator-proof fence, is one of India’s best conservation success stories.  As of June 2006 the estimated population is over 1,200 individuals and the subspecies is believed to be extinct in the rest of the country.\r\n\r\nKanha is also where I saw my first tiger, a lifetime goal for this ex-big cat zookeeper.  It was on our 2nd drive in Kanha (our 5th overall).  We were just heading back after an uneventful afternoon of wildlife viewing when on a narrow forest road ahead was a row of nearly a dozen stopped vehicles.  The word filtered down to us that two tigers (male and female) had been seen on the road before moving off into the forest.  Our forest guide quickly showed that he knew what he was doing by directing our driver into a position that allowed a short but very clear look at a large male tiger.  It was just a glimpse but produced an incredible rush of excitement in everyone who saw it.  These were the only two tigers seen in this section of the Reserve that day.  A June 2006 survey in Kanha reported 133 tigers within the Reserve.  Some local naturalists believe that the population now may be as low as 40 adult individuals.  They point to several trends, fewer tiger being seen recently and more sightings of leopards and jackals.  Tigers that leave the Reserve are sometimes poisoned due to predation on cattle.  Our naturalist also believed Kanha is not as well-watered a Reserve in comparison to Bandhavgarh.  The limited number of water sources could increase tiger to tiger aggression with resultant fatalities during the dry, hot months of May and June. The best place to see tigers in the Reserve appears to be Kanha Meadows.  A tigress with three cubs was observed there on our last drive in the park.  Upon my return I reread The Deer and The Tiger and found that Schaller also recorded a female with three cubs here over 40 years ago.  In retrospect, an indication of the presence of tigers was the several species of vultures and scavenging species of eagles that we saw around the meadow as well as numerous jackals.\r\n\r\nIt was then on to the 3rd Reserve on the Circuit – Bandhavgarh.  The drive is 250kms [~155 mi.] and for us took six hours. Due to our late departure from Earth Lodge we arrived at our accommodation, Kings Lodge, after dark.  Although we arrived safely I would highly recommend not driving at night on Indian roads. Kings Lodge is located near the Reserve’s northern boundary and the Tala entrance gate, and is located within the Reserve’s buffer zone.  It is a comfortable Lodge with good accommodations and common areas.  Our naturalist here was Karan Rana, an ex-pat Nepalese who previously worked in Chitwan Nepal’s Tiger Tops Lodge.   He had a wealth of knowledge about the wildlife of both India and his native country.  From the other Pug Dundee naturalist I discovered that Karan had trained them all.  Pug Dundee also has a nearby lodge adjacent to the Reserve boundary – Tree House Hideaway.  Tree House is located right along the Reserve boundary.  It is surrounded by a private reserve that has good bird and mammal sightings although the possible presence of Euro-Asian wild boar means that you need to be escorted by a lodge guard during dusk to dawn hours.  The Tree House also has a waterhole with a viewing hide.  I was told that the waterhole has very good game viewing, particularly during the dry season, especially for leopards that frequently jump the Reserve boundary fence to drink or hunt at the Tree House waterhole.  Occasionally from either lodge, wildlife, even wild species of cats both big &amp; small, are seen while driving to the entrance gate in the predawn hours.  On the morning of our last drive we saw an Indian hare (<em>Lepus nigricollos</em>)…..\r\n\r\n<img class="alignleft size-medium wp-image-2487" title="tiger3" src="http://aecetia.net/gws/aazk/wp-content/uploads/tiger3-300x242.jpg" alt="tiger3" width="300" height="242" /> <img class="alignright size-medium wp-image-2488" title="tiger4" src="http://aecetia.net/gws/aazk/wp-content/uploads/tiger4-300x241.jpg" alt="tiger4" width="300" height="241" />\r\n\r\n<strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>', 'Observations on Eco-tourism and Conservation in India', 0, '', 'draft', 'closed', 'closed', '', 'observations-on-eco-tourism-and-conservation-in-india', '', '', '2013-10-15 17:49:17', '2013-10-15 22:49:17', '', 0, 'http://aazk.org/?p=2486', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2487, 2, '2012-06-07 15:10:16', '2012-06-07 20:10:16', '', 'tiger3', 0, '', 'inherit', 'closed', 'closed', '', 'tiger3', '', '', '2012-06-07 15:10:16', '2012-06-07 20:10:16', '', 2486, 'http://aazk.org/wp-content/uploads/tiger3.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2488, 2, '2012-06-07 15:10:51', '2012-06-07 20:10:51', '', 'tiger4', 0, '', 'inherit', 'closed', 'closed', '', 'tiger4', '', '', '2012-06-07 15:10:51', '2012-06-07 20:10:51', '', 2486, 'http://aazk.org/wp-content/uploads/tiger4.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2489, 2, '2012-06-07 15:03:19', '2012-06-07 20:03:19', '<em>By Bob Berghaier, Ex-Zookeeper\nTour Consultant, Premier Tours\nPhiladelphia, PA\n<a href="mailto:bobb@premiertours.com"> bobb@premiertours.com</a></em>\n\nFrom 4-20 December 2010, I was in India looking at the eco-tourism potential of the Madhya Pradesh (M.P.) “Tiger Circuit” – Pench, Kanha, Bandhavgarh, Panna Reserves and Assam’s Kaziranga National Park. My tour was arranged by an Indian in-country tour operator – Royal Expeditions royalexpeditions.com.  Royal Expeditions is an exceptional company and our trip operated flawlessly.  They have an extensive knowledge of the wildlife of their country and have had a long history in Indian conservation.  Their trip pre-departure information on the wildlife and the ecology of each area visited is extensive and at times was like reading someone’s academic dissertation.\n\nOn arrival in India in the early morning of 4 December 2010, my traveling companion Dr. Bob Singer and I passed through the Delhi’s new airport.  It is a very modern, clean facility.   However one still has to clear Indian immigration that is not well-organized and can move at a snail’s pace.  We got to our hotel just before dawn.  On the morning of 5 December 2010 we flew from Delhi to Nagpur on a local Indian airline, Indigo, whose check–in, in-flight service and aircraft were quite good.  If you have not flown internally in India for some time, the level of security may surprise you.  To even get into the airport you have to show an actual air or e-ticket as well as a form of identification with photo.  For non-Indian travelers a passport is mandatory.  At check-in your domestic airline has to tag each piece of your carry-on at check-in before you go through a security screening including an x-ray bag check and passing through a metal detector.  After this, each tag on your carry-on has to be stamped as checked by security. Before boarding your aircraft there is a final check to make sure that each of your carry-on items has the required stamped tag.  If your item doesn’t have a stamped tag it is confiscated.\n\nOur flight departed Delhi on time and arrived in Nagpur two hours later.  We were met on arrival and set off on our first Indian road adventure. The drive was 95km [59 mi.] and took just over two hours.   In my 31 years of overseas travel I’ve been driven in some incredible places – eastern Congo, Madagascar, Jakarta, Accra, northern Kenya, the Pan American highway in Peru and the Ecuadorian Andes.  None of these wild and woolly places prepared me for being driven on the roads of India.  With heavily decorated trucks bearing down on you, big buses with the drivers leaning on their horns to chase you out of their way, the motorcycles and mopeds, bicycles, motorized and man-pulled rickshaws, indifferent to traffic, Indian pedestrians, herds of driven cattle, lone stray cattle, goats, sheep and a pariah of dogs all on the road at various times and in some sections all on the road at once, made this a never-ending kaleidoscope of fascinating sights and close-call collisions. Within the first few hours I was convinced that the hardest working and most skilled person on the entire Sub-Continent must be the professional Indian Driver!\n\nTraveling on the road this day, however, got me two life mammals – Hanuman langur (<em>Semenopithecus entellus</em>) and rhesus macaque (<em>Macaca mulatta</em>).  I saw both species on several occasions while on the roads in forested areas in Madhya Pradesh outside the Reserves.  I was told that the macaques in particular are often fed by passing truck drivers, many of whom are Hindu devotes of the monkey god – Hanuman, which makes the rhesus the more commonly seen wild primate on the roadside.\n\nOur first stop on the Circuit was Pench National Park.  In India, each State administers their own conservation areas and the level of protection and management are more determined by the State government than any national authority.  The Madhya Pradesh (M.P.) Tiger Circuit is four National Parks. The southern-most is Pench, followed by Kanha, Bandhavgarh, and Panna in the north.  Each Reserve is a four to six-hour drive from the other.  Each Reserve and each entrance gate to the Reserves has a specific number of vehicles that are allowed in each day.   I was told by the Indian naturalists I met that during the busiest times of the year for the Reserves - the last two weeks of December, the first two weeks of January and the month of April - pre-booking your game drives as far in advance as possible is strongly suggested.  You are allowed in the Reserves for morning game drives starting at sunrise (about 0630hrs this time of year) and one has to depart by 1000hrs – Bandhavgarh, 1100hrs – Pench and Panna, 1130hrs for Kanha.  You can then have an afternoon drive, which starts at 1500hrs, and you must vacate each of the Reserves by sunset (approximately 1800hrs in December).\n\nThe Reserve authorities believe that the hours between game drives give the wildlife a respite from the motorized tourists.  Having a great deal of experience in African eco-tourism, this is in marked contrast to the African conservation areas I have visited.  In Africa, if you wish, you could start at dawn and not have to leave the reserve or return to your lodge/camp until dusk.  On each game drive on the Circuit a local guide must accompany you.  This is now official policy in M.P. created by the State Parliament as a way for local men to get some income from the Reserves they live adjacent to.  In theory, this policy should help build local support for the Reserves.  The local guides earn 200 rupees (a bit less than $5.00 USA) per drive + tips.  It was quickly obvious that the skill and language level of each of these men varied.  Some were much better than others but I tipped all of them a bit and the better ones who found tigers, or who knew their species of birds well, I tipped more  - up to 200 rupees, doubling their normal stipend.\n\nI stayed two nights at the Pench Jungle Camp Lodge and Tented Camp.  This was a good introduction to the Circuit.    The Pench Jungle Camp has a 30-acre Eco-park nearby where one can do a night walk or day-birding trips.  The Eco-park is adjacent to Pench N.P. and according to my guide, naturalist Pahhir Patil, at least once per month a leopard (<em>Panthera pardus</em>) or tiger (<em>Panthera tigris tigris</em>) makes a kill here.  A night walk with Patil turned up Indian flying fox (<em>Pteropus giganteus</em>), and what I am convinced by its flight pattern and white belly was a big-eared horseshoe bat (<em>Rhinolophus macrotis</em>).  Temperatures in December at night range between 40-50°F [4.4-10°C] resulting in poor mammal viewing on this particular visit.  However, having this much area for birding walks or night mammal spotting should make Pench Jungle Camp a preferred accommodation for the serious naturalist.\n\nWe had three game drives with Patil in Pench and although we were close to at least two of them we never saw a tiger there.  However, it was here that I first experienced how the local driver/naturalist/forestry guides most frequently find tigers.  They listen to alarm calls of the deer, langur and peafowl and stake out an area, waiting for a tiger to appear. Once you know what sounds to pay attention to, one can follow the trail of the tiger or other larger carnivore as they move through the forest.  This method must work well when the vegetation is not as thick and full as it is in December or the other post-monsoon months of October, November and January.  Each of the Tiger Circuit naturalists I talked with felt that the best month for tiger viewing in their reserves was February and March.  It is then that the vegetation was open enough (cleared mostly by herbivore grazing/browsing) to more easily see the cats after they were located by listening to the alarm calls.  They all felt that in April there were more local Indian tourists which made the reserves too crowded and getting game drive reservations more difficult.  In May and June the weather is so hot that tigers tend to move around less during the limited hours the reserves are open to tourists making sightings more difficult.  Looking for tigers reminded me of looking for leopards in Africa. You need to have a driver/guide/naturalist that uses good tracking skills and has knowledge of the habits of the cats, combined with some luck in getting the opportunity to see them.\n\nPench is primarily Sal forest, but a large reservoir occupies a good part of the Reserve, which adds to the diversity of bird life, making it a good destination for birders as well as mammalogists.  Since Pench was my first Indian game viewing I got a few new life mammals there including spotted deer (or chital) [<em>Axis axis</em>] – very common and at a very high density, nilgai (<em>Boselaphus tragocamelus</em>) – this antelope species reminded me very much of the African eland; three striped palm squirrel (<em>Funambulus palmarum</em>); and only one gaur (<em>Bos gaurus</em>) - a single male that was sparring with a small tree.  We also saw sambar deer (<em>Cervus unicolor</em>) and a few golden jackals (<em>Canis aureus</em>) as well as both Hanuman langurs and rhesus macaques.\n\nPench may have as many as 50 adult tigers.  Patil and the other naturalists I spoke with at Pench thought that the tiger population is doing well in Pench and is increasing.  One naturalist I spoke to in Kanha was not so sure about this since he speculated that the large spotted deer population was perhaps an indicator of a low tiger population.  In any case, one section of the tourist area of the Reserves that we were assigned was recently closed because a female tiger had given birth to four cubs.  Other large carnivores seen with some frequency in Pench include leopard, sloth bear (<em>Melursus ursinus</em>) and Asian wild dog or dhole (<em>Cuon alpinus</em>).\n\nDholes are seen with some regularity here.  A pair was seen a week before our arrival.  The Tiger Circuit naturalists I talked with have noticed a pattern with dhole sightings in their respective reserves.  According to their observations dhole numbers seem to be cyclic.  Pairs or trios are seen infrequently at first.  Then the number of animals per pack increases up to a dozen or more for a few years and then the species disappears usually after a heavy monsoon season until it comes back with a pair or trio restarting this population boom and bust cycle again.  The naturalists suspect that canine distemper causes these population crashes.  With the number of feral dogs I observed on this visit to India I am not surprised that distemper or even perhaps rabies can spread quickly into a wild population of canids.  A similar domestic canine to wild canid disease transfer is believed to be the cause of the local extinction of African wild dogs (<em>Lycaon pictus</em>) in the Masai Mara in Kenya in the late 80’s early 1990s.  The tiger is certainly the main conservation mission of the M.P. Reserves, however, there is also reason for concern about the State’s dhole population.\n\nIn the morning of 7 December 2010, after our last Pench game drive we departed by road to Kanha Reserve 200km [~125 mi.] to the north.  Another Indian road adventure of five-plus hours got us to the Kanha area.  Our lodge for the next two nights – the Kanha Earth Lodge - is located in the buffer zone west of the Reserve and is part of the Indian Jungle Lodge Company - Pug Dundee Safaris.  Pug Dundee has lodges in Panna, Bandhavgarh and Earth Lodge is their newest, most modern-looking facility.  It reminded me very much of some of the African game lodges that I have seen.  Each Pug Dundee Lodge has its own team of naturalists.  Those I met were very good and I learned a lot about Indian wildlife and the management of the Tiger Circuit Reserves from them.  Pug Dundee also purchases or leases land around its lodges, which become small, private reserves.  On my first afternoon at Earth Lodge I saw a small carnivore from the porch of my room, which moved away before I could get a good look at it through my binoculars.  From how it moved and its coloration, a jungle cat was my best guess.  Although the Lodge is a half-hour from the Reserve entrance gate, the drive is interesting and in the early morning hours it becomes a predawn game drive.  I was told that during the warmer months wildlife is often spotted enroute, especially reptiles, and once a tiger was seen.\n\nThe most experienced naturalist at Earth Lodge was an enthusiastic young Indian – Harsh.  Through Harsh I was the first Lodge guest to do a night drive out of the Lodge into Kanha’s buffer zone.  I did two drives, each lasting up to two hours.  The route passed through open community land, fields and rice paddies and ended up on a river that borders the Park.  It was cold at night so animal sightings were limited although I saw jackals, spotted and sambar deer, one little Indian field mouse (Mus booduga) and on both nights a small wild canid that moved and looked like an Indian fox (Vulpes bengalensis).\n\nWe had three game drives within Kanha, two mornings and one afternoon.  Before you enter the Reserve you pass a small colony of Indian flying fox in a huge tree in the village of Khatia.  Kanha is the largest Reserve in the Circuit and is a mix of Sal forest interspaced with grasslands meadows.  The meadow most central and frequently visited by tourists is Kanha Meadow where Dr. George Schaller did his study of Indian predator/prey relationships summarized in The Deer and The Tiger published in 1967.  The park also has highland forest with thick stands of bamboo that reach up to a high plateau that is 2,900 ft. [~884m] in elevation.  We did one drive here to look for the four-horned antelope or chowsingha, which we did not find, but saw instead a small group of ruddy mongoose (<em>Herpestes smithii</em>) and an Indian muntjac or barking deer (<em>Muntiacus muntjak</em>), and our first wild boar (<em>Sus scrofa</em>).  In the lower elevations spotted deer were common, as were langur.  Jackals were frequently seen as well as sambar and four gaur.  We also saw swamp deer or barasingha on every game drive.  These are the hard ground swamp deer (<em>Cervus duvauceli branderi</em>).  During the 1970’s the population of these dropped to only 60 individuals.  A concentrated breeding program using a core population protected by a predator-proof fence, is one of India’s best conservation success stories.  As of June 2006 the estimated population is over 1,200 individuals and the subspecies is believed to be extinct in the rest of the country.\n\nKanha is also where I saw my first tiger, a lifetime goal for this ex-big cat zookeeper.  It was on our 2nd drive in Kanha (our 5th overall).  We were just heading back after an uneventful afternoon of wildlife viewing when on a narrow forest road ahead was a row of nearly a dozen stopped vehicles.  The word filtered down to us that two tigers (male and female) had been seen on the road before moving off into the forest.  Our forest guide quickly showed that he knew what he was doing by directing our driver into a position that allowed a short but very clear look at a large male tiger.  It was just a glimpse but produced an incredible rush of excitement in everyone who saw it.  These were the only two tigers seen in this section of the Reserve that day.  A June 2006 survey in Kanha reported 133 tigers within the Reserve.  Some local naturalists believe that the population now may be as low as 40 adult individuals.  They point to several trends, fewer tiger being seen recently and more sightings of leopards and jackals.  Tigers that leave the Reserve are sometimes poisoned due to predation on cattle.  Our naturalist also believed Kanha is not as well-watered a Reserve in comparison to Bandhavgarh.  The limited number of water sources could increase tiger to tiger aggression with resultant fatalities during the dry, hot months of May and June. The best place to see tigers in the Reserve appears to be Kanha Meadows.  A tigress with three cubs was observed there on our last drive in the park.  Upon my return I reread The Deer and The Tiger and found that Schaller also recorded a female with three cubs here over 40 years ago.  In retrospect, an indication of the presence of tigers was the several species of vultures and scavenging species of eagles that we saw around the meadow as well as numerous jackals.\n\nIt was then on to the 3rd Reserve on the Circuit – Bandhavgarh.  The drive is 250kms [~155 mi.] and for us took six hours. Due to our late departure from Earth Lodge we arrived at our accommodation, Kings Lodge, after dark.  Although we arrived safely I would highly recommend not driving at night on Indian roads. Kings Lodge is located near the Reserve’s northern boundary and the Tala entrance gate, and is located within the Reserve’s buffer zone.  It is a comfortable Lodge with good accommodations and common areas.  Our naturalist here was Karan Rana, an ex-pat Nepalese who previously worked in Chitwan Nepal’s Tiger Tops Lodge.   He had a wealth of knowledge about the wildlife of both India and his native country.  From the other Pug Dundee naturalist I discovered that Karan had trained them all.  Pug Dundee also has a nearby lodge adjacent to the Reserve boundary – Tree House Hideaway.  Tree House is located right along the Reserve boundary.  It is surrounded by a private reserve that has good bird and mammal sightings although the possible presence of Euro-Asian wild boar means that you need to be escorted by a lodge guard during dusk to dawn hours.  The Tree House also has a waterhole with a viewing hide.  I was told that the waterhole has very good game viewing, particularly during the dry season, especially for leopards that frequently jump the Reserve boundary fence to drink or hunt at the Tree House waterhole.  Occasionally from either lodge, wildlife, even wild species of cats both big &amp; small, are seen while driving to the entrance gate in the predawn hours.  On the morning of our last drive we saw an Indian hare (<em>Lepus nigricollos</em>)…..', 'Observations on Eco-tourism and Conservation in India', 0, '', 'inherit', 'closed', 'closed', '', '2486-revision', '', '', '2012-06-07 15:03:19', '2012-06-07 20:03:19', '', 2486, 'http://aazk.org/uncategorized/2486-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2490, 2, '2012-06-07 15:11:21', '2012-06-07 20:11:21', '<em>By Bob Berghaier, Ex-Zookeeper\nTour Consultant, Premier Tours\nPhiladelphia, PA\n<a href="mailto:bobb@premiertours.com"> bobb@premiertours.com</a></em>\n\nFrom 4-20 December 2010, I was in India looking at the eco-tourism potential of the Madhya Pradesh (M.P.) “Tiger Circuit” – Pench, Kanha, Bandhavgarh, Panna Reserves and Assam’s Kaziranga National Park. My tour was arranged by an Indian in-country tour operator – Royal Expeditions royalexpeditions.com.  Royal Expeditions is an exceptional company and our trip operated flawlessly.  They have an extensive knowledge of the wildlife of their country and have had a long history in Indian conservation.  Their trip pre-departure information on the wildlife and the ecology of each area visited is extensive and at times was like reading someone’s academic dissertation.\n\nOn arrival in India in the early morning of 4 December 2010, my traveling companion Dr. Bob Singer and I passed through the Delhi’s new airport.  It is a very modern, clean facility.   However one still has to clear Indian immigration that is not well-organized and can move at a snail’s pace.  We got to our hotel just before dawn.  On the morning of 5 December 2010 we flew from Delhi to Nagpur on a local Indian airline, Indigo, whose check–in, in-flight service and aircraft were quite good.  If you have not flown internally in India for some time, the level of security may surprise you.  To even get into the airport you have to show an actual air or e-ticket as well as a form of identification with photo.  For non-Indian travelers a passport is mandatory.  At check-in your domestic airline has to tag each piece of your carry-on at check-in before you go through a security screening including an x-ray bag check and passing through a metal detector.  After this, each tag on your carry-on has to be stamped as checked by security. Before boarding your aircraft there is a final check to make sure that each of your carry-on items has the required stamped tag.  If your item doesn’t have a stamped tag it is confiscated.\n\nOur flight departed Delhi on time and arrived in Nagpur two hours later.  We were met on arrival and set off on our first Indian road adventure. The drive was 95km [59 mi.] and took just over two hours.   In my 31 years of overseas travel I’ve been driven in some incredible places – eastern Congo, Madagascar, Jakarta, Accra, northern Kenya, the Pan American highway in Peru and the Ecuadorian Andes.  None of these wild and woolly places prepared me for being driven on the roads of India.  With heavily decorated trucks bearing down on you, big buses with the drivers leaning on their horns to chase you out of their way, the motorcycles and mopeds, bicycles, motorized and man-pulled rickshaws, indifferent to traffic, Indian pedestrians, herds of driven cattle, lone stray cattle, goats, sheep and a pariah of dogs all on the road at various times and in some sections all on the road at once, made this a never-ending kaleidoscope of fascinating sights and close-call collisions. Within the first few hours I was convinced that the hardest working and most skilled person on the entire Sub-Continent must be the professional Indian Driver!\n\nTraveling on the road this day, however, got me two life mammals – Hanuman langur (<em>Semenopithecus entellus</em>) and rhesus macaque (<em>Macaca mulatta</em>).  I saw both species on several occasions while on the roads in forested areas in Madhya Pradesh outside the Reserves.  I was told that the macaques in particular are often fed by passing truck drivers, many of whom are Hindu devotes of the monkey god – Hanuman, which makes the rhesus the more commonly seen wild primate on the roadside.\n\nOur first stop on the Circuit was Pench National Park.  In India, each State administers their own conservation areas and the level of protection and management are more determined by the State government than any national authority.  The Madhya Pradesh (M.P.) Tiger Circuit is four National Parks. The southern-most is Pench, followed by Kanha, Bandhavgarh, and Panna in the north.  Each Reserve is a four to six-hour drive from the other.  Each Reserve and each entrance gate to the Reserves has a specific number of vehicles that are allowed in each day.   I was told by the Indian naturalists I met that during the busiest times of the year for the Reserves - the last two weeks of December, the first two weeks of January and the month of April - pre-booking your game drives as far in advance as possible is strongly suggested.  You are allowed in the Reserves for morning game drives starting at sunrise (about 0630hrs this time of year) and one has to depart by 1000hrs – Bandhavgarh, 1100hrs – Pench and Panna, 1130hrs for Kanha.  You can then have an afternoon drive, which starts at 1500hrs, and you must vacate each of the Reserves by sunset (approximately 1800hrs in December).\n\nThe Reserve authorities believe that the hours between game drives give the wildlife a respite from the motorized tourists.  Having a great deal of experience in African eco-tourism, this is in marked contrast to the African conservation areas I have visited.  In Africa, if you wish, you could start at dawn and not have to leave the reserve or return to your lodge/camp until dusk.  On each game drive on the Circuit a local guide must accompany you.  This is now official policy in M.P. created by the State Parliament as a way for local men to get some income from the Reserves they live adjacent to.  In theory, this policy should help build local support for the Reserves.  The local guides earn 200 rupees (a bit less than $5.00 USA) per drive + tips.  It was quickly obvious that the skill and language level of each of these men varied.  Some were much better than others but I tipped all of them a bit and the better ones who found tigers, or who knew their species of birds well, I tipped more  - up to 200 rupees, doubling their normal stipend.\n\nI stayed two nights at the Pench Jungle Camp Lodge and Tented Camp.  This was a good introduction to the Circuit.    The Pench Jungle Camp has a 30-acre Eco-park nearby where one can do a night walk or day-birding trips.  The Eco-park is adjacent to Pench N.P. and according to my guide, naturalist Pahhir Patil, at least once per month a leopard (<em>Panthera pardus</em>) or tiger (<em>Panthera tigris tigris</em>) makes a kill here.  A night walk with Patil turned up Indian flying fox (<em>Pteropus giganteus</em>), and what I am convinced by its flight pattern and white belly was a big-eared horseshoe bat (<em>Rhinolophus macrotis</em>).  Temperatures in December at night range between 40-50°F [4.4-10°C] resulting in poor mammal viewing on this particular visit.  However, having this much area for birding walks or night mammal spotting should make Pench Jungle Camp a preferred accommodation for the serious naturalist.\n\nWe had three game drives with Patil in Pench and although we were close to at least two of them we never saw a tiger there.  However, it was here that I first experienced how the local driver/naturalist/forestry guides most frequently find tigers.  They listen to alarm calls of the deer, langur and peafowl and stake out an area, waiting for a tiger to appear. Once you know what sounds to pay attention to, one can follow the trail of the tiger or other larger carnivore as they move through the forest.  This method must work well when the vegetation is not as thick and full as it is in December or the other post-monsoon months of October, November and January.  Each of the Tiger Circuit naturalists I talked with felt that the best month for tiger viewing in their reserves was February and March.  It is then that the vegetation was open enough (cleared mostly by herbivore grazing/browsing) to more easily see the cats after they were located by listening to the alarm calls.  They all felt that in April there were more local Indian tourists which made the reserves too crowded and getting game drive reservations more difficult.  In May and June the weather is so hot that tigers tend to move around less during the limited hours the reserves are open to tourists making sightings more difficult.  Looking for tigers reminded me of looking for leopards in Africa. You need to have a driver/guide/naturalist that uses good tracking skills and has knowledge of the habits of the cats, combined with some luck in getting the opportunity to see them.\n\nPench is primarily Sal forest, but a large reservoir occupies a good part of the Reserve, which adds to the diversity of bird life, making it a good destination for birders as well as mammalogists.  Since Pench was my first Indian game viewing I got a few new life mammals there including spotted deer (or chital) [<em>Axis axis</em>] – very common and at a very high density, nilgai (<em>Boselaphus tragocamelus</em>) – this antelope species reminded me very much of the African eland; three striped palm squirrel (<em>Funambulus palmarum</em>); and only one gaur (<em>Bos gaurus</em>) - a single male that was sparring with a small tree.  We also saw sambar deer (<em>Cervus unicolor</em>) and a few golden jackals (<em>Canis aureus</em>) as well as both Hanuman langurs and rhesus macaques.\n\nPench may have as many as 50 adult tigers.  Patil and the other naturalists I spoke with at Pench thought that the tiger population is doing well in Pench and is increasing.  One naturalist I spoke to in Kanha was not so sure about this since he speculated that the large spotted deer population was perhaps an indicator of a low tiger population.  In any case, one section of the tourist area of the Reserves that we were assigned was recently closed because a female tiger had given birth to four cubs.  Other large carnivores seen with some frequency in Pench include leopard, sloth bear (<em>Melursus ursinus</em>) and Asian wild dog or dhole (<em>Cuon alpinus</em>).\n\nDholes are seen with some regularity here.  A pair was seen a week before our arrival.  The Tiger Circuit naturalists I talked with have noticed a pattern with dhole sightings in their respective reserves.  According to their observations dhole numbers seem to be cyclic.  Pairs or trios are seen infrequently at first.  Then the number of animals per pack increases up to a dozen or more for a few years and then the species disappears usually after a heavy monsoon season until it comes back with a pair or trio restarting this population boom and bust cycle again.  The naturalists suspect that canine distemper causes these population crashes.  With the number of feral dogs I observed on this visit to India I am not surprised that distemper or even perhaps rabies can spread quickly into a wild population of canids.  A similar domestic canine to wild canid disease transfer is believed to be the cause of the local extinction of African wild dogs (<em>Lycaon pictus</em>) in the Masai Mara in Kenya in the late 80’s early 1990s.  The tiger is certainly the main conservation mission of the M.P. Reserves, however, there is also reason for concern about the State’s dhole population.\n\nIn the morning of 7 December 2010, after our last Pench game drive we departed by road to Kanha Reserve 200km [~125 mi.] to the north.  Another Indian road adventure of five-plus hours got us to the Kanha area.  Our lodge for the next two nights – the Kanha Earth Lodge - is located in the buffer zone west of the Reserve and is part of the Indian Jungle Lodge Company - Pug Dundee Safaris.  Pug Dundee has lodges in Panna, Bandhavgarh and Earth Lodge is their newest, most modern-looking facility.  It reminded me very much of some of the African game lodges that I have seen.  Each Pug Dundee Lodge has its own team of naturalists.  Those I met were very good and I learned a lot about Indian wildlife and the management of the Tiger Circuit Reserves from them.  Pug Dundee also purchases or leases land around its lodges, which become small, private reserves.  On my first afternoon at Earth Lodge I saw a small carnivore from the porch of my room, which moved away before I could get a good look at it through my binoculars.  From how it moved and its coloration, a jungle cat was my best guess.  Although the Lodge is a half-hour from the Reserve entrance gate, the drive is interesting and in the early morning hours it becomes a predawn game drive.  I was told that during the warmer months wildlife is often spotted enroute, especially reptiles, and once a tiger was seen.\n\nThe most experienced naturalist at Earth Lodge was an enthusiastic young Indian – Harsh.  Through Harsh I was the first Lodge guest to do a night drive out of the Lodge into Kanha’s buffer zone.  I did two drives, each lasting up to two hours.  The route passed through open community land, fields and rice paddies and ended up on a river that borders the Park.  It was cold at night so animal sightings were limited although I saw jackals, spotted and sambar deer, one little Indian field mouse (Mus booduga) and on both nights a small wild canid that moved and looked like an Indian fox (Vulpes bengalensis).\n\nWe had three game drives within Kanha, two mornings and one afternoon.  Before you enter the Reserve you pass a small colony of Indian flying fox in a huge tree in the village of Khatia.  Kanha is the largest Reserve in the Circuit and is a mix of Sal forest interspaced with grasslands meadows.  The meadow most central and frequently visited by tourists is Kanha Meadow where Dr. George Schaller did his study of Indian predator/prey relationships summarized in The Deer and The Tiger published in 1967.  The park also has highland forest with thick stands of bamboo that reach up to a high plateau that is 2,900 ft. [~884m] in elevation.  We did one drive here to look for the four-horned antelope or chowsingha, which we did not find, but saw instead a small group of ruddy mongoose (<em>Herpestes smithii</em>) and an Indian muntjac or barking deer (<em>Muntiacus muntjak</em>), and our first wild boar (<em>Sus scrofa</em>).  In the lower elevations spotted deer were common, as were langur.  Jackals were frequently seen as well as sambar and four gaur.  We also saw swamp deer or barasingha on every game drive.  These are the hard ground swamp deer (<em>Cervus duvauceli branderi</em>).  During the 1970’s the population of these dropped to only 60 individuals.  A concentrated breeding program using a core population protected by a predator-proof fence, is one of India’s best conservation success stories.  As of June 2006 the estimated population is over 1,200 individuals and the subspecies is believed to be extinct in the rest of the country.\n\nKanha is also where I saw my first tiger, a lifetime goal for this ex-big cat zookeeper.  It was on our 2nd drive in Kanha (our 5th overall).  We were just heading back after an uneventful afternoon of wildlife viewing when on a narrow forest road ahead was a row of nearly a dozen stopped vehicles.  The word filtered down to us that two tigers (male and female) had been seen on the road before moving off into the forest.  Our forest guide quickly showed that he knew what he was doing by directing our driver into a position that allowed a short but very clear look at a large male tiger.  It was just a glimpse but produced an incredible rush of excitement in everyone who saw it.  These were the only two tigers seen in this section of the Reserve that day.  A June 2006 survey in Kanha reported 133 tigers within the Reserve.  Some local naturalists believe that the population now may be as low as 40 adult individuals.  They point to several trends, fewer tiger being seen recently and more sightings of leopards and jackals.  Tigers that leave the Reserve are sometimes poisoned due to predation on cattle.  Our naturalist also believed Kanha is not as well-watered a Reserve in comparison to Bandhavgarh.  The limited number of water sources could increase tiger to tiger aggression with resultant fatalities during the dry, hot months of May and June. The best place to see tigers in the Reserve appears to be Kanha Meadows.  A tigress with three cubs was observed there on our last drive in the park.  Upon my return I reread The Deer and The Tiger and found that Schaller also recorded a female with three cubs here over 40 years ago.  In retrospect, an indication of the presence of tigers was the several species of vultures and scavenging species of eagles that we saw around the meadow as well as numerous jackals.\n\nIt was then on to the 3rd Reserve on the Circuit – Bandhavgarh.  The drive is 250kms [~155 mi.] and for us took six hours. Due to our late departure from Earth Lodge we arrived at our accommodation, Kings Lodge, after dark.  Although we arrived safely I would highly recommend not driving at night on Indian roads. Kings Lodge is located near the Reserve’s northern boundary and the Tala entrance gate, and is located within the Reserve’s buffer zone.  It is a comfortable Lodge with good accommodations and common areas.  Our naturalist here was Karan Rana, an ex-pat Nepalese who previously worked in Chitwan Nepal’s Tiger Tops Lodge.   He had a wealth of knowledge about the wildlife of both India and his native country.  From the other Pug Dundee naturalist I discovered that Karan had trained them all.  Pug Dundee also has a nearby lodge adjacent to the Reserve boundary – Tree House Hideaway.  Tree House is located right along the Reserve boundary.  It is surrounded by a private reserve that has good bird and mammal sightings although the possible presence of Euro-Asian wild boar means that you need to be escorted by a lodge guard during dusk to dawn hours.  The Tree House also has a waterhole with a viewing hide.  I was told that the waterhole has very good game viewing, particularly during the dry season, especially for leopards that frequently jump the Reserve boundary fence to drink or hunt at the Tree House waterhole.  Occasionally from either lodge, wildlife, even wild species of cats both big &amp; small, are seen while driving to the entrance gate in the predawn hours.  On the morning of our last drive we saw an Indian hare (<em>Lepus nigricollos</em>)…..\n\n<img class="alignleft size-medium wp-image-2487" title="tiger3" src="http://aecetia.net/gws/aazk/wp-content/uploads/tiger3-300x242.jpg" alt="tiger3" width="300" height="242" /> <img class="alignright size-medium wp-image-2488" title="tiger4" src="http://aecetia.net/gws/aazk/wp-content/uploads/tiger4-300x241.jpg" alt="tiger4" width="300" height="241" />', 'Observations on Eco-tourism and Conservation in India', 0, '', 'inherit', 'closed', 'closed', '', '2486-revision-2', '', '', '2012-06-07 15:11:21', '2012-06-07 20:11:21', '', 2486, 'http://aazk.org/uncategorized/2486-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2491, 2, '2012-06-07 15:13:42', '2012-06-07 20:13:42', '<em>By Bob Berghaier, Ex-Zookeeper\r\nTour Consultant, Premier Tours\r\nPhiladelphia, PA\r\n<a href="mailto:bobb@premiertours.com"> bobb@premiertours.com</a></em>\r\n\r\nFrom 4-20 December 2010, I was in India looking at the eco-tourism potential of the Madhya Pradesh (M.P.) “Tiger Circuit” – Pench, Kanha, Bandhavgarh, Panna Reserves and Assam’s Kaziranga National Park. My tour was arranged by an Indian in-country tour operator – Royal Expeditions royalexpeditions.com.  Royal Expeditions is an exceptional company and our trip operated flawlessly.  They have an extensive knowledge of the wildlife of their country and have had a long history in Indian conservation.  Their trip pre-departure information on the wildlife and the ecology of each area visited is extensive and at times was like reading someone’s academic dissertation.\r\n\r\nOn arrival in India in the early morning of 4 December 2010, my traveling companion Dr. Bob Singer and I passed through the Delhi’s new airport.  It is a very modern, clean facility.   However one still has to clear Indian immigration that is not well-organized and can move at a snail’s pace.  We got to our hotel just before dawn.  On the morning of 5 December 2010 we flew from Delhi to Nagpur on a local Indian airline, Indigo, whose check–in, in-flight service and aircraft were quite good.  If you have not flown internally in India for some time, the level of security may surprise you.  To even get into the airport you have to show an actual air or e-ticket as well as a form of identification with photo.  For non-Indian travelers a passport is mandatory.  At check-in your domestic airline has to tag each piece of your carry-on at check-in before you go through a security screening including an x-ray bag check and passing through a metal detector.  After this, each tag on your carry-on has to be stamped as checked by security. Before boarding your aircraft there is a final check to make sure that each of your carry-on items has the required stamped tag.  If your item doesn’t have a stamped tag it is confiscated.\r\n\r\nOur flight departed Delhi on time and arrived in Nagpur two hours later.  We were met on arrival and set off on our first Indian road adventure. The drive was 95km [59 mi.] and took just over two hours.   In my 31 years of overseas travel I’ve been driven in some incredible places – eastern Congo, Madagascar, Jakarta, Accra, northern Kenya, the Pan American highway in Peru and the Ecuadorian Andes.  None of these wild and woolly places prepared me for being driven on the roads of India.  With heavily decorated trucks bearing down on you, big buses with the drivers leaning on their horns to chase you out of their way, the motorcycles and mopeds, bicycles, motorized and man-pulled rickshaws, indifferent to traffic, Indian pedestrians, herds of driven cattle, lone stray cattle, goats, sheep and a pariah of dogs all on the road at various times and in some sections all on the road at once, made this a never-ending kaleidoscope of fascinating sights and close-call collisions. Within the first few hours I was convinced that the hardest working and most skilled person on the entire Sub-Continent must be the professional Indian Driver!\r\n\r\nTraveling on the road this day, however, got me two life mammals – Hanuman langur (<em>Semenopithecus entellus</em>) and rhesus macaque (<em>Macaca mulatta</em>).  I saw both species on several occasions while on the roads in forested areas in Madhya Pradesh outside the Reserves.  I was told that the macaques in particular are often fed by passing truck drivers, many of whom are Hindu devotes of the monkey god – Hanuman, which makes the rhesus the more commonly seen wild primate on the roadside.\r\n\r\nOur first stop on the Circuit was Pench National Park.  In India, each State administers their own conservation areas and the level of protection and management are more determined by the State government than any national authority.  The Madhya Pradesh (M.P.) Tiger Circuit is four National Parks. The southern-most is Pench, followed by Kanha, Bandhavgarh, and Panna in the north.  Each Reserve is a four to six-hour drive from the other.  Each Reserve and each entrance gate to the Reserves has a specific number of vehicles that are allowed in each day.   I was told by the Indian naturalists I met that during the busiest times of the year for the Reserves - the last two weeks of December, the first two weeks of January and the month of April - pre-booking your game drives as far in advance as possible is strongly suggested.  You are allowed in the Reserves for morning game drives starting at sunrise (about 0630hrs this time of year) and one has to depart by 1000hrs – Bandhavgarh, 1100hrs – Pench and Panna, 1130hrs for Kanha.  You can then have an afternoon drive, which starts at 1500hrs, and you must vacate each of the Reserves by sunset (approximately 1800hrs in December).\r\n\r\nThe Reserve authorities believe that the hours between game drives give the wildlife a respite from the motorized tourists.  Having a great deal of experience in African eco-tourism, this is in marked contrast to the African conservation areas I have visited.  In Africa, if you wish, you could start at dawn and not have to leave the reserve or return to your lodge/camp until dusk.  On each game drive on the Circuit a local guide must accompany you.  This is now official policy in M.P. created by the State Parliament as a way for local men to get some income from the Reserves they live adjacent to.  In theory, this policy should help build local support for the Reserves.  The local guides earn 200 rupees (a bit less than $5.00 USA) per drive + tips.  It was quickly obvious that the skill and language level of each of these men varied.  Some were much better than others but I tipped all of them a bit and the better ones who found tigers, or who knew their species of birds well, I tipped more  - up to 200 rupees, doubling their normal stipend.\r\n\r\nI stayed two nights at the Pench Jungle Camp Lodge and Tented Camp.  This was a good introduction to the Circuit.    The Pench Jungle Camp has a 30-acre Eco-park nearby where one can do a night walk or day-birding trips.  The Eco-park is adjacent to Pench N.P. and according to my guide, naturalist Pahhir Patil, at least once per month a leopard (<em>Panthera pardus</em>) or tiger (<em>Panthera tigris tigris</em>) makes a kill here.  A night walk with Patil turned up Indian flying fox (<em>Pteropus giganteus</em>), and what I am convinced by its flight pattern and white belly was a big-eared horseshoe bat (<em>Rhinolophus macrotis</em>).  Temperatures in December at night range between 40-50°F [4.4-10°C] resulting in poor mammal viewing on this particular visit.  However, having this much area for birding walks or night mammal spotting should make Pench Jungle Camp a preferred accommodation for the serious naturalist.\r\n\r\nWe had three game drives with Patil in Pench and although we were close to at least two of them we never saw a tiger there.  However, it was here that I first experienced how the local driver/naturalist/forestry guides most frequently find tigers.  They listen to alarm calls of the deer, langur and peafowl and stake out an area, waiting for a tiger to appear. Once you know what sounds to pay attention to, one can follow the trail of the tiger or other larger carnivore as they move through the forest.  This method must work well when the vegetation is not as thick and full as it is in December or the other post-monsoon months of October, November and January.  Each of the Tiger Circuit naturalists I talked with felt that the best month for tiger viewing in their reserves was February and March.  It is then that the vegetation was open enough (cleared mostly by herbivore grazing/browsing) to more easily see the cats after they were located by listening to the alarm calls.  They all felt that in April there were more local Indian tourists which made the reserves too crowded and getting game drive reservations more difficult.  In May and June the weather is so hot that tigers tend to move around less during the limited hours the reserves are open to tourists making sightings more difficult.  Looking for tigers reminded me of looking for leopards in Africa. You need to have a driver/guide/naturalist that uses good tracking skills and has knowledge of the habits of the cats, combined with some luck in getting the opportunity to see them.\r\n\r\nPench is primarily Sal forest, but a large reservoir occupies a good part of the Reserve, which adds to the diversity of bird life, making it a good destination for birders as well as mammalogists.  Since Pench was my first Indian game viewing I got a few new life mammals there including spotted deer (or chital) [<em>Axis axis</em>] – very common and at a very high density, nilgai (<em>Boselaphus tragocamelus</em>) – this antelope species reminded me very much of the African eland; three striped palm squirrel (<em>Funambulus palmarum</em>); and only one gaur (<em>Bos gaurus</em>) - a single male that was sparring with a small tree.  We also saw sambar deer (<em>Cervus unicolor</em>) and a few golden jackals (<em>Canis aureus</em>) as well as both Hanuman langurs and rhesus macaques.\r\n\r\nPench may have as many as 50 adult tigers.  Patil and the other naturalists I spoke with at Pench thought that the tiger population is doing well in Pench and is increasing.  One naturalist I spoke to in Kanha was not so sure about this since he speculated that the large spotted deer population was perhaps an indicator of a low tiger population.  In any case, one section of the tourist area of the Reserves that we were assigned was recently closed because a female tiger had given birth to four cubs.  Other large carnivores seen with some frequency in Pench include leopard, sloth bear (<em>Melursus ursinus</em>) and Asian wild dog or dhole (<em>Cuon alpinus</em>).\r\n\r\nDholes are seen with some regularity here.  A pair was seen a week before our arrival.  The Tiger Circuit naturalists I talked with have noticed a pattern with dhole sightings in their respective reserves.  According to their observations dhole numbers seem to be cyclic.  Pairs or trios are seen infrequently at first.  Then the number of animals per pack increases up to a dozen or more for a few years and then the species disappears usually after a heavy monsoon season until it comes back with a pair or trio restarting this population boom and bust cycle again.  The naturalists suspect that canine distemper causes these population crashes.  With the number of feral dogs I observed on this visit to India I am not surprised that distemper or even perhaps rabies can spread quickly into a wild population of canids.  A similar domestic canine to wild canid disease transfer is believed to be the cause of the local extinction of African wild dogs (<em>Lycaon pictus</em>) in the Masai Mara in Kenya in the late 80’s early 1990s.  The tiger is certainly the main conservation mission of the M.P. Reserves, however, there is also reason for concern about the State’s dhole population.\r\n\r\nIn the morning of 7 December 2010, after our last Pench game drive we departed by road to Kanha Reserve 200km [~125 mi.] to the north.  Another Indian road adventure of five-plus hours got us to the Kanha area.  Our lodge for the next two nights – the Kanha Earth Lodge - is located in the buffer zone west of the Reserve and is part of the Indian Jungle Lodge Company - Pug Dundee Safaris.  Pug Dundee has lodges in Panna, Bandhavgarh and Earth Lodge is their newest, most modern-looking facility.  It reminded me very much of some of the African game lodges that I have seen.  Each Pug Dundee Lodge has its own team of naturalists.  Those I met were very good and I learned a lot about Indian wildlife and the management of the Tiger Circuit Reserves from them.  Pug Dundee also purchases or leases land around its lodges, which become small, private reserves.  On my first afternoon at Earth Lodge I saw a small carnivore from the porch of my room, which moved away before I could get a good look at it through my binoculars.  From how it moved and its coloration, a jungle cat was my best guess.  Although the Lodge is a half-hour from the Reserve entrance gate, the drive is interesting and in the early morning hours it becomes a predawn game drive.  I was told that during the warmer months wildlife is often spotted enroute, especially reptiles, and once a tiger was seen.\r\n\r\nThe most experienced naturalist at Earth Lodge was an enthusiastic young Indian – Harsh.  Through Harsh I was the first Lodge guest to do a night drive out of the Lodge into Kanha’s buffer zone.  I did two drives, each lasting up to two hours.  The route passed through open community land, fields and rice paddies and ended up on a river that borders the Park.  It was cold at night so animal sightings were limited although I saw jackals, spotted and sambar deer, one little Indian field mouse (Mus booduga) and on both nights a small wild canid that moved and looked like an Indian fox (Vulpes bengalensis).\r\n\r\nWe had three game drives within Kanha, two mornings and one afternoon.  Before you enter the Reserve you pass a small colony of Indian flying fox in a huge tree in the village of Khatia.  Kanha is the largest Reserve in the Circuit and is a mix of Sal forest interspaced with grasslands meadows.  The meadow most central and frequently visited by tourists is Kanha Meadow where Dr. George Schaller did his study of Indian predator/prey relationships summarized in The Deer and The Tiger published in 1967.  The park also has highland forest with thick stands of bamboo that reach up to a high plateau that is 2,900 ft. [~884m] in elevation.  We did one drive here to look for the four-horned antelope or chowsingha, which we did not find, but saw instead a small group of ruddy mongoose (<em>Herpestes smithii</em>) and an Indian muntjac or barking deer (<em>Muntiacus muntjak</em>), and our first wild boar (<em>Sus scrofa</em>).  In the lower elevations spotted deer were common, as were langur.  Jackals were frequently seen as well as sambar and four gaur.  We also saw swamp deer or barasingha on every game drive.  These are the hard ground swamp deer (<em>Cervus duvauceli branderi</em>).  During the 1970’s the population of these dropped to only 60 individuals.  A concentrated breeding program using a core population protected by a predator-proof fence, is one of India’s best conservation success stories.  As of June 2006 the estimated population is over 1,200 individuals and the subspecies is believed to be extinct in the rest of the country.\r\n\r\nKanha is also where I saw my first tiger, a lifetime goal for this ex-big cat zookeeper.  It was on our 2nd drive in Kanha (our 5th overall).  We were just heading back after an uneventful afternoon of wildlife viewing when on a narrow forest road ahead was a row of nearly a dozen stopped vehicles.  The word filtered down to us that two tigers (male and female) had been seen on the road before moving off into the forest.  Our forest guide quickly showed that he knew what he was doing by directing our driver into a position that allowed a short but very clear look at a large male tiger.  It was just a glimpse but produced an incredible rush of excitement in everyone who saw it.  These were the only two tigers seen in this section of the Reserve that day.  A June 2006 survey in Kanha reported 133 tigers within the Reserve.  Some local naturalists believe that the population now may be as low as 40 adult individuals.  They point to several trends, fewer tiger being seen recently and more sightings of leopards and jackals.  Tigers that leave the Reserve are sometimes poisoned due to predation on cattle.  Our naturalist also believed Kanha is not as well-watered a Reserve in comparison to Bandhavgarh.  The limited number of water sources could increase tiger to tiger aggression with resultant fatalities during the dry, hot months of May and June. The best place to see tigers in the Reserve appears to be Kanha Meadows.  A tigress with three cubs was observed there on our last drive in the park.  Upon my return I reread The Deer and The Tiger and found that Schaller also recorded a female with three cubs here over 40 years ago.  In retrospect, an indication of the presence of tigers was the several species of vultures and scavenging species of eagles that we saw around the meadow as well as numerous jackals.\r\n\r\nIt was then on to the 3rd Reserve on the Circuit – Bandhavgarh.  The drive is 250kms [~155 mi.] and for us took six hours. Due to our late departure from Earth Lodge we arrived at our accommodation, Kings Lodge, after dark.  Although we arrived safely I would highly recommend not driving at night on Indian roads. Kings Lodge is located near the Reserve’s northern boundary and the Tala entrance gate, and is located within the Reserve’s buffer zone.  It is a comfortable Lodge with good accommodations and common areas.  Our naturalist here was Karan Rana, an ex-pat Nepalese who previously worked in Chitwan Nepal’s Tiger Tops Lodge.   He had a wealth of knowledge about the wildlife of both India and his native country.  From the other Pug Dundee naturalist I discovered that Karan had trained them all.  Pug Dundee also has a nearby lodge adjacent to the Reserve boundary – Tree House Hideaway.  Tree House is located right along the Reserve boundary.  It is surrounded by a private reserve that has good bird and mammal sightings although the possible presence of Euro-Asian wild boar means that you need to be escorted by a lodge guard during dusk to dawn hours.  The Tree House also has a waterhole with a viewing hide.  I was told that the waterhole has very good game viewing, particularly during the dry season, especially for leopards that frequently jump the Reserve boundary fence to drink or hunt at the Tree House waterhole.  Occasionally from either lodge, wildlife, even wild species of cats both big &amp; small, are seen while driving to the entrance gate in the predawn hours.  On the morning of our last drive we saw an Indian hare (<em>Lepus nigricollos</em>)…..\r\n\r\n<img class="alignleft size-medium wp-image-2487" title="tiger3" src="http://aecetia.net/gws/aazk/wp-content/uploads/tiger3-300x242.jpg" alt="tiger3" width="300" height="242" /> <img class="alignright size-medium wp-image-2488" title="tiger4" src="http://aecetia.net/gws/aazk/wp-content/uploads/tiger4-300x241.jpg" alt="tiger4" width="300" height="241" />\r\n\r\n<strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>', 'Observations on Eco-tourism and Conservation in India', 0, '', 'inherit', 'closed', 'closed', '', '2486-revision-3', '', '', '2012-06-07 15:13:42', '2012-06-07 20:13:42', '', 2486, 'http://aazk.org/uncategorized/2486-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2492, 2, '2012-06-07 15:15:16', '2012-06-07 20:15:16', '<em>By Bob Berghaier, Ex-Zookeeper\nTour Consultant, Premier Tours\nPhiladelphia, PA\n<a href="mailto:bobb@premiertours.com"> bobb@premiertours.com</a></em>\n\nFrom 4-20 December 2010, I was in India looking at the eco-tourism potential of the Madhya Pradesh (M.P.) “Tiger Circuit” – Pench, Kanha, Bandhavgarh, Panna Reserves and Assam’s Kaziranga National Park. My tour was arranged by an Indian in-country tour operator – Royal Expeditions royalexpeditions.com.  Royal Expeditions is an exceptional company and our trip operated flawlessly.  They have an extensive knowledge of the wildlife of their country and have had a long history in Indian conservation.  Their trip pre-departure information on the wildlife and the ecology of each area visited is extensive and at times was like reading someone’s academic dissertation.\n\nOn arrival in India in the early morning of 4 December 2010, my traveling companion Dr. Bob Singer and I passed through the Delhi’s new airport.  It is a very modern, clean facility.   However one still has to clear Indian immigration that is not well-organized and can move at a snail’s pace.  We got to our hotel just before dawn.  On the morning of 5 December 2010 we flew from Delhi to Nagpur on a local Indian airline, Indigo, whose check–in, in-flight service and aircraft were quite good.  If you have not flown internally in India for some time, the level of security may surprise you.  To even get into the airport you have to show an actual air or e-ticket as well as a form of identification with photo.  For non-Indian travelers a passport is mandatory.  At check-in your domestic airline has to tag each piece of your carry-on at check-in before you go through a security screening including an x-ray bag check and passing through a metal detector.  After this, each tag on your carry-on has to be stamped as checked by security. Before boarding your aircraft there is a final check to make sure that each of your carry-on items has the required stamped tag.  If your item doesn’t have a stamped tag it is confiscated.\n\nOur flight departed Delhi on time and arrived in Nagpur two hours later.  We were met on arrival and set off on our first Indian road adventure. The drive was 95km [59 mi.] and took just over two hours.   In my 31 years of overseas travel I’ve been driven in some incredible places – eastern Congo, Madagascar, Jakarta, Accra, northern Kenya, the Pan American highway in Peru and the Ecuadorian Andes.  None of these wild and woolly places prepared me for being driven on the roads of India.  With heavily decorated trucks bearing down on you, big buses with the drivers leaning on their horns to chase you out of their way, the motorcycles and mopeds, bicycles, motorized and man-pulled rickshaws, indifferent to traffic, Indian pedestrians, herds of driven cattle, lone stray cattle, goats, sheep and a pariah of dogs all on the road at various times and in some sections all on the road at once, made this a never-ending kaleidoscope of fascinating sights and close-call collisions. Within the first few hours I was convinced that the hardest working and most skilled person on the entire Sub-Continent must be the professional Indian Driver!\n\nTraveling on the road this day, however, got me two life mammals – Hanuman langur (<em>Semenopithecus entellus</em>) and rhesus macaque (<em>Macaca mulatta</em>).  I saw both species on several occasions while on the roads in forested areas in Madhya Pradesh outside the Reserves.  I was told that the macaques in particular are often fed by passing truck drivers, many of whom are Hindu devotes of the monkey god – Hanuman, which makes the rhesus the more commonly seen wild primate on the roadside.\n\nOur first stop on the Circuit was Pench National Park.  In India, each State administers their own conservation areas and the level of protection and management are more determined by the State government than any national authority.  The Madhya Pradesh (M.P.) Tiger Circuit is four National Parks. The southern-most is Pench, followed by Kanha, Bandhavgarh, and Panna in the north.  Each Reserve is a four to six-hour drive from the other.  Each Reserve and each entrance gate to the Reserves has a specific number of vehicles that are allowed in each day.   I was told by the Indian naturalists I met that during the busiest times of the year for the Reserves - the last two weeks of December, the first two weeks of January and the month of April - pre-booking your game drives as far in advance as possible is strongly suggested.  You are allowed in the Reserves for morning game drives starting at sunrise (about 0630hrs this time of year) and one has to depart by 1000hrs – Bandhavgarh, 1100hrs – Pench and Panna, 1130hrs for Kanha.  You can then have an afternoon drive, which starts at 1500hrs, and you must vacate each of the Reserves by sunset (approximately 1800hrs in December).\n\nThe Reserve authorities believe that the hours between game drives give the wildlife a respite from the motorized tourists.  Having a great deal of experience in African eco-tourism, this is in marked contrast to the African conservation areas I have visited.  In Africa, if you wish, you could start at dawn and not have to leave the reserve or return to your lodge/camp until dusk.  On each game drive on the Circuit a local guide must accompany you.  This is now official policy in M.P. created by the State Parliament as a way for local men to get some income from the Reserves they live adjacent to.  In theory, this policy should help build local support for the Reserves.  The local guides earn 200 rupees (a bit less than $5.00 USA) per drive + tips.  It was quickly obvious that the skill and language level of each of these men varied.  Some were much better than others but I tipped all of them a bit and the better ones who found tigers, or who knew their species of birds well, I tipped more  - up to 200 rupees, doubling their normal stipend.\n\nI stayed two nights at the Pench Jungle Camp Lodge and Tented Camp.  This was a good introduction to the Circuit.    The Pench Jungle Camp has a 30-acre Eco-park nearby where one can do a night walk or day-birding trips.  The Eco-park is adjacent to Pench N.P. and according to my guide, naturalist Pahhir Patil, at least once per month a leopard (<em>Panthera pardus</em>) or tiger (<em>Panthera tigris tigris</em>) makes a kill here.  A night walk with Patil turned up Indian flying fox (<em>Pteropus giganteus</em>), and what I am convinced by its flight pattern and white belly was a big-eared horseshoe bat (<em>Rhinolophus macrotis</em>).  Temperatures in December at night range between 40-50°F [4.4-10°C] resulting in poor mammal viewing on this particular visit.  However, having this much area for birding walks or night mammal spotting should make Pench Jungle Camp a preferred accommodation for the serious naturalist.\n\nWe had three game drives with Patil in Pench and although we were close to at least two of them we never saw a tiger there.  However, it was here that I first experienced how the local driver/naturalist/forestry guides most frequently find tigers.  They listen to alarm calls of the deer, langur and peafowl and stake out an area, waiting for a tiger to appear. Once you know what sounds to pay attention to, one can follow the trail of the tiger or other larger carnivore as they move through the forest.  This method must work well when the vegetation is not as thick and full as it is in December or the other post-monsoon months of October, November and January.  Each of the Tiger Circuit naturalists I talked with felt that the best month for tiger viewing in their reserves was February and March.  It is then that the vegetation was open enough (cleared mostly by herbivore grazing/browsing) to more easily see the cats after they were located by listening to the alarm calls.  They all felt that in April there were more local Indian tourists which made the reserves too crowded and getting game drive reservations more difficult.  In May and June the weather is so hot that tigers tend to move around less during the limited hours the reserves are open to tourists making sightings more difficult.  Looking for tigers reminded me of looking for leopards in Africa. You need to have a driver/guide/naturalist that uses good tracking skills and has knowledge of the habits of the cats, combined with some luck in getting the opportunity to see them.\n\nPench is primarily Sal forest, but a large reservoir occupies a good part of the Reserve, which adds to the diversity of bird life, making it a good destination for birders as well as mammalogists.  Since Pench was my first Indian game viewing I got a few new life mammals there including spotted deer (or chital) [<em>Axis axis</em>] – very common and at a very high density, nilgai (<em>Boselaphus tragocamelus</em>) – this antelope species reminded me very much of the African eland; three striped palm squirrel (<em>Funambulus palmarum</em>); and only one gaur (<em>Bos gaurus</em>) - a single male that was sparring with a small tree.  We also saw sambar deer (<em>Cervus unicolor</em>) and a few golden jackals (<em>Canis aureus</em>) as well as both Hanuman langurs and rhesus macaques.\n\nPench may have as many as 50 adult tigers.  Patil and the other naturalists I spoke with at Pench thought that the tiger population is doing well in Pench and is increasing.  One naturalist I spoke to in Kanha was not so sure about this since he speculated that the large spotted deer population was perhaps an indicator of a low tiger population.  In any case, one section of the tourist area of the Reserves that we were assigned was recently closed because a female tiger had given birth to four cubs.  Other large carnivores seen with some frequency in Pench include leopard, sloth bear (<em>Melursus ursinus</em>) and Asian wild dog or dhole (<em>Cuon alpinus</em>).\n\nDholes are seen with some regularity here.  A pair was seen a week before our arrival.  The Tiger Circuit naturalists I talked with have noticed a pattern with dhole sightings in their respective reserves.  According to their observations dhole numbers seem to be cyclic.  Pairs or trios are seen infrequently at first.  Then the number of animals per pack increases up to a dozen or more for a few years and then the species disappears usually after a heavy monsoon season until it comes back with a pair or trio restarting this population boom and bust cycle again.  The naturalists suspect that canine distemper causes these population crashes.  With the number of feral dogs I observed on this visit to India I am not surprised that distemper or even perhaps rabies can spread quickly into a wild population of canids.  A similar domestic canine to wild canid disease transfer is believed to be the cause of the local extinction of African wild dogs (<em>Lycaon pictus</em>) in the Masai Mara in Kenya in the late 80’s early 1990s.  The tiger is certainly the main conservation mission of the M.P. Reserves, however, there is also reason for concern about the State’s dhole population.\n\nIn the morning of 7 December 2010, after our last Pench game drive we departed by road to Kanha Reserve 200km [~125 mi.] to the north.  Another Indian road adventure of five-plus hours got us to the Kanha area.  Our lodge for the next two nights – the Kanha Earth Lodge - is located in the buffer zone west of the Reserve and is part of the Indian Jungle Lodge Company - Pug Dundee Safaris.  Pug Dundee has lodges in Panna, Bandhavgarh and Earth Lodge is their newest, most modern-looking facility.  It reminded me very much of some of the African game lodges that I have seen.  Each Pug Dundee Lodge has its own team of naturalists.  Those I met were very good and I learned a lot about Indian wildlife and the management of the Tiger Circuit Reserves from them.  Pug Dundee also purchases or leases land around its lodges, which become small, private reserves.  On my first afternoon at Earth Lodge I saw a small carnivore from the porch of my room, which moved away before I could get a good look at it through my binoculars.  From how it moved and its coloration, a jungle cat was my best guess.  Although the Lodge is a half-hour from the Reserve entrance gate, the drive is interesting and in the early morning hours it becomes a predawn game drive.  I was told that during the warmer months wildlife is often spotted enroute, especially reptiles, and once a tiger was seen.\n\nThe most experienced naturalist at Earth Lodge was an enthusiastic young Indian – Harsh.  Through Harsh I was the first Lodge guest to do a night drive out of the Lodge into Kanha’s buffer zone.  I did two drives, each lasting up to two hours.  The route passed through open community land, fields and rice paddies and ended up on a river that borders the Park.  It was cold at night so animal sightings were limited although I saw jackals, spotted and sambar deer, one little Indian field mouse (Mus booduga) and on both nights a small wild canid that moved and looked like an Indian fox (Vulpes bengalensis).\n\nWe had three game drives within Kanha, two mornings and one afternoon.  Before you enter the Reserve you pass a small colony of Indian flying fox in a huge tree in the village of Khatia.  Kanha is the largest Reserve in the Circuit and is a mix of Sal forest interspaced with grasslands meadows.  The meadow most central and frequently visited by tourists is Kanha Meadow where Dr. George Schaller did his study of Indian predator/prey relationships summarized in The Deer and The Tiger published in 1967.  The park also has highland forest with thick stands of bamboo that reach up to a high plateau that is 2,900 ft. [~884m] in elevation.  We did one drive here to look for the four-horned antelope or chowsingha, which we did not find, but saw instead a small group of ruddy mongoose (<em>Herpestes smithii</em>) and an Indian muntjac or barking deer (<em>Muntiacus muntjak</em>), and our first wild boar (<em>Sus scrofa</em>).  In the lower elevations spotted deer were common, as were langur.  Jackals were frequently seen as well as sambar and four gaur.  We also saw swamp deer or barasingha on every game drive.  These are the hard ground swamp deer (<em>Cervus duvauceli branderi</em>).  During the 1970’s the population of these dropped to only 60 individuals.  A concentrated breeding program using a core population protected by a predator-proof fence, is one of India’s best conservation success stories.  As of June 2006 the estimated population is over 1,200 individuals and the subspecies is believed to be extinct in the rest of the country.\n\nKanha is also where I saw my first tiger, a lifetime goal for this ex-big cat zookeeper.  It was on our 2nd drive in Kanha (our 5th overall).  We were just heading back after an uneventful afternoon of wildlife viewing when on a narrow forest road ahead was a row of nearly a dozen stopped vehicles.  The word filtered down to us that two tigers (male and female) had been seen on the road before moving off into the forest.  Our forest guide quickly showed that he knew what he was doing by directing our driver into a position that allowed a short but very clear look at a large male tiger.  It was just a glimpse but produced an incredible rush of excitement in everyone who saw it.  These were the only two tigers seen in this section of the Reserve that day.  A June 2006 survey in Kanha reported 133 tigers within the Reserve.  Some local naturalists believe that the population now may be as low as 40 adult individuals.  They point to several trends, fewer tiger being seen recently and more sightings of leopards and jackals.  Tigers that leave the Reserve are sometimes poisoned due to predation on cattle.  Our naturalist also believed Kanha is not as well-watered a Reserve in comparison to Bandhavgarh.  The limited number of water sources could increase tiger to tiger aggression with resultant fatalities during the dry, hot months of May and June. The best place to see tigers in the Reserve appears to be Kanha Meadows.  A tigress with three cubs was observed there on our last drive in the park.  Upon my return I reread The Deer and The Tiger and found that Schaller also recorded a female with three cubs here over 40 years ago.  In retrospect, an indication of the presence of tigers was the several species of vultures and scavenging species of eagles that we saw around the meadow as well as numerous jackals.\n\nIt was then on to the 3rd Reserve on the Circuit – Bandhavgarh.  The drive is 250kms [~155 mi.] and for us took six hours. Due to our late departure from Earth Lodge we arrived at our accommodation, Kings Lodge, after dark.  Although we arrived safely I would highly recommend not driving at night on Indian roads. Kings Lodge is located near the Reserve’s northern boundary and the Tala entrance gate, and is located within the Reserve’s buffer zone.  It is a comfortable Lodge with good accommodations and common areas.  Our naturalist here was Karan Rana, an ex-pat Nepalese who previously worked in Chitwan Nepal’s Tiger Tops Lodge.   He had a wealth of knowledge about the wildlife of both India and his native country.  From the other Pug Dundee naturalist I discovered that Karan had trained them all.  Pug Dundee also has a nearby lodge adjacent to the Reserve boundary – Tree House Hideaway.  Tree House is located right along the Reserve boundary.  It is surrounded by a private reserve that has good bird and mammal sightings although the possible presence of Euro-Asian wild boar means that you need to be escorted by a lodge guard during dusk to dawn hours.  The Tree House also has a waterhole with a viewing hide.  I was told that the waterhole has very good game viewing, particularly during the dry season, especially for leopards that frequently jump the Reserve boundary fence to drink or hunt at the Tree House waterhole.  Occasionally from either lodge, wildlife, even wild species of cats both big &amp; small, are seen while driving to the entrance gate in the predawn hours.  On the morning of our last drive we saw an Indian hare (<em>Lepus nigricollos</em>)…..\n\n<img class="alignleft size-medium wp-image-2487" title="tiger3" src="http://aecetia.net/gws/aazk/wp-content/uploads/tiger3-300x242.jpg" alt="tiger3" width="300" height="242" /> <img class="alignright size-medium wp-image-2488" title="tiger4" src="http://aecetia.net/gws/aazk/wp-content/uploads/tiger4-300x241.jpg" alt="tiger4" width="300" height="241" />\n\n<strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>', 'Observations on Eco-tourism and Conservation in India', 0, '', 'inherit', 'closed', 'closed', '', '2486-autosave', '', '', '2012-06-07 15:15:16', '2012-06-07 20:15:16', '', 2486, 'http://aazk.org/uncategorized/2486-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2493, 2, '2012-06-07 15:16:56', '2012-06-07 20:16:56', '', 'art-show-2012', 0, '', 'inherit', 'closed', 'closed', '', 'art-show-2012', '', '', '2012-06-07 15:16:56', '2012-06-07 20:16:56', '', 2405, 'http://aazk.org/wp-content/uploads/art-show-2012.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2494, 2, '2012-06-07 14:49:36', '2012-06-07 19:49:36', '<img class="alignnone size-medium wp-image-2481" title="lcs-aazk-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/lcs-aazk-logo-300x76.jpg" alt="lcs-aazk-logo" width="300" height="76" />\r\n\r\nThe AAZK Lion Country Safari Chapter in West Palm Beach, FL has been focused on increasing fundraising efforts to benefit conservation organizations locally and internationally.  Chapter members have developed a cell phone recycling program on property that encourages guests to bring in used cell phones for recycling.  This program not only helps save valuable wildlife habitats and reduces electronic waste entering landfills, but also helps fund conservation projects sponsored by the chapter.  Last year, the chapter was able to recycle over <strong>1,700</strong> cell phones, placing the AAZK Lion Country Safari Chapter among the top ten collection organizations with recycling partner ECO-CELL.\r\n\r\nSeveral regular fundraisers throughout the year such as a staff art show, bake sale, holiday candy-gram sale, and chili cook-off competition allow the chapter to support a number of conservation initiatives including “Trees for You and Me.”  Each year the AAZK Lion Country Safari Chapter has participated in this chapter challenge campaign and consistently ranks among the top contributors.\r\n\r\nThe chapter’s most successful fundraiser event is “Bowling for Rhinos.”  Last year, an inaugural “Twilight Tour” of the safari with a focus on Lion Country Safari’s white rhinos promoted “Bowling for Rhinos” and helped raise additional funds for rhinoceros conservation.  Since it was such a smashing success, the chapter is expanding the pre-event, night tour this year to allow more people to experience this unique opportunity to see the animals after hours.  We look forward to another year of celebrating the zookeeping profession and commitment to wildlife conservation!', 'June 2012', 0, '', 'inherit', 'closed', 'closed', '', '2405-revision-4', '', '', '2012-06-07 14:49:36', '2012-06-07 19:49:36', '', 2405, 'http://aazk.org/uncategorized/2405-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2497, 2, '2012-06-07 15:22:50', '2012-06-07 20:22:50', '<strong><em></em></strong>\r\n\r\n<strong>June 11-15, 2012 - <em>International Gorilla Workshop</em></strong> - Apenheul Primate Park and Gaiapark Kerkrade are very excited and proud to invite all Gorilla specialists to join the 8th International Gorilla Workshop.  Includes three days in Apenheul Primate Park and the last day in Gaiapark Kerkrade. For more information go to <a href="http://igw2012.org">igw2012.org</a>.\r\n\r\n<strong>July 15-21, 2012 - NATIONAL ZOO KEEPER WEEK</strong>\r\n\r\n<strong><strong>July 25 - 28, 2012 - </strong><em>The 35th International Herpetological Symposium. </em>Hosted by Catoctin Wildlife Preserve and Zoo at the Ramada BWI Airport in Hanover, MD.  For more information go to <a href="http://kingsnake.com/ihs">kingsnake.com/ihs</a>.</strong>\r\n\r\n<strong><strong>July 29 - 30, 2012 - <em>The 2nd Venomous Animal Safety and Husbandry Training Seminar</em></strong><strong>. </strong>Hosted by Catoctin Wildlife Preserve and Zoo in Thurmont, MD.  For more information contact Rick Hahn at <a href="mailto:rickhahn@CWPZoo.com">rickhahn@CWPZoo.com</a>.\r\n\r\n</strong>\r\n\r\n<strong></strong>\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>August 16-19 - <em>The 10th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles</em> </strong>- Tucson, AZ.  Hosted by the Turtle Survival Alliance and the IUCN Tortoise and Freshwater Turtle Specialist Group.  For more information go to <a href="http://turtlesurvival.org">turtlesurvival.org</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY. For more information go to <a href="http://www.rgzaecetia.net/gws/aazk">www.rgzaecetia.net/gws/aazk</a>.\r\n\r\n<strong><strong> October 12-15, 2012 - </strong><em><strong><em>From Good Care to Great Welfare: A Workshop Designed for Animal Care Professionals Presented by the Center for Zoo Animal Welfare </em></strong>-</em></strong>Detroit Zoological Society. A unique four-day workshop for animal care staff working with captive exotic animals. The workshop is designed to help participants better understand animals’ perspectives and experiences, address the challenges captivity imposes on animal welfare, and develop the skills necessary to assess and improve overall well-being. Exercises and experiences are immersive and designed to help us understand captivity from the animals’ point of view. Limited scholarship opportunities available.\r\n\r\nFor information contact: Elizabeth Arbaugh, Animal Welfare Manager, Detroit Zoological Society, Tel: 248-398-0903 x3643, E-mail: <a href="mailto:Elizabeth@dzs.org">Elizabeth@dzs.org</a> or visit <a href="http://czaw.org">czaw.org</a>.\r\n<h2><strong>2013</strong></h2>\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - September 8-12\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events June 2012', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2012-06-07 15:22:50', '2012-06-07 20:22:50', '', 435, 'http://aazk.org/uncategorized/435-revision-55/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2498, 2, '2012-06-07 15:24:13', '2012-06-07 20:24:13', '<strong><em></em></strong>\r\n\r\n<strong>June 11-15, 2012 - <em>International Gorilla Workshop</em></strong> - Apenheul Primate Park and Gaiapark Kerkrade are very excited and proud to invite all Gorilla specialists to join the 8th International Gorilla Workshop.  Includes three days in Apenheul Primate Park and the last day in Gaiapark Kerkrade. For more information go to <a href="http://igw2012.org">igw2012.org</a>.\r\n\r\n<strong>July 15-21, 2012 - NATIONAL ZOO KEEPER WEEK</strong>\r\n\r\n<strong>July 25 - 28, 2012 - </strong><em>The 35th International Herpetological Symposium. </em>Hosted by Catoctin Wildlife Preserve and Zoo at the Ramada BWI Airport in Hanover, MD.  For more information go to <a href="http://kingsnake.com/ihs">kingsnake.com/ihs</a>.\r\n\r\n<strong>July 29 - 30, 2012 - <em>The 2nd Venomous Animal Safety and Husbandry Training Seminar</em></strong>. Hosted by Catoctin Wildlife Preserve and Zoo in Thurmont, MD.  For more information contact Rick Hahn at <a href="mailto:rickhahn@CWPZoo.com">rickhahn@CWPZoo.com</a>.\r\n\r\n<strong> </strong>\r\n\r\n<strong></strong>\r\n\r\n<strong></strong>\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>August 16-19 - <em>The 10th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles</em> </strong>- Tucson, AZ.  Hosted by the Turtle Survival Alliance and the IUCN Tortoise and Freshwater Turtle Specialist Group.  For more information go to <a href="http://turtlesurvival.org">turtlesurvival.org</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY. For more information go to <a href="http://www.rgzaecetia.net/gws/aazk">www.rgzaecetia.net/gws/aazk</a>.\r\n\r\n<strong><strong> October 12-15, 2012 - </strong><em><strong><em>From Good Care to Great Welfare: A Workshop Designed for Animal Care Professionals Presented by the Center for Zoo Animal Welfare </em></strong>-</em></strong>Detroit Zoological Society. A unique four-day workshop for animal care staff working with captive exotic animals. The workshop is designed to help participants better understand animals’ perspectives and experiences, address the challenges captivity imposes on animal welfare, and develop the skills necessary to assess and improve overall well-being. Exercises and experiences are immersive and designed to help us understand captivity from the animals’ point of view. Limited scholarship opportunities available.\r\n\r\nFor information contact: Elizabeth Arbaugh, Animal Welfare Manager, Detroit Zoological Society, Tel: 248-398-0903 x3643, E-mail: <a href="mailto:Elizabeth@dzs.org">Elizabeth@dzs.org</a> or visit <a href="http://czaw.org">czaw.org</a>.\r\n<h2><strong>2013</strong></h2>\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - September 8-12\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events June 2012', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2012-06-07 15:24:13', '2012-06-07 20:24:13', '', 435, 'http://aazk.org/uncategorized/435-revision-56/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2499, 2, '2011-04-14 08:41:09', '2011-04-14 13:41:09', '<strong>For more options around the globe, go to:</strong>\r\n<a href="http://netvet.wustl.edu/vschool.htm">http://netvet.wustl.edu/vschool.htm</a>\r\n<h3>University of Illinois at Urbana-Champaign College of Veterinary Medicine</h3>\r\n3505 Veterinary Medicine Basic Sciences Building\r\n2001 South Lincoln Avenue\r\nUrbana, IL 61802\r\n217/333-2760\r\nThey have a teaching hospital which has a wildlife rescue center. They also deal with the occasional exotic; e.g. tigers or bears.\r\n<a href="http://www.cvm.uiuc.edu/">http://www.cvm.uiuc.edu/</a>\r\n<a href="http://www.cvm.uiuc.edu/vth/">http://www.cvm.uiuc.edu/vth/</a>\r\n<h3>Kansas State University College of Veterinary Medicine</h3>\r\n112 Trotter Hall\r\nKansas State University\r\nManhattan, KS 66506-5601\r\n(785) 532-6011\r\nAn excellent teaching hospital offering plenty of exotic animal experience. They take care of the animals at Sunset, Topeka, and Rolling Hills zoos.\r\n<a href="http://www.ksu.edu/">http://www.ksu.edu/</a>\r\n<a href="http://www.vet.ksu.edu/">http://www.vet.ksu.edu/</a>\r\n<a href="http://www.vet.ksu.edu/depts/VMTH/exotics/index.htm">http://www.vet.ksu.edu/depts/VMTH/exotics/index.htm</a>\r\n<h3>Louisiana State University School of Veterinary Medicine</h3>\r\nVeterinary Teaching Hospital and Clinics\r\nSkip Bertman Drive\r\nBaton Rouge, LA 70803\r\n(225) 578-9600\r\nFAX (225) 578-9559\r\nTeaching hospital with an exotic animal program.\r\n<a href="http://www.vetmed.lsu.edu/Default.htm">http://www.vetmed.lsu.edu/Default.htm</a>\r\n\r\n<a href="http://www.vetmed.lsu.edu/vth&amp;c/BZEM.htm">http://www.vetmed.lsu.edu/vth&amp;c/BZEM.htm</a>\r\n<h3>Michigan State University College of Veterinary Medicine</h3>\r\nOffice of the Dean\r\nG100 Vet Med Center\r\nEast Lansing, MI 48824-1314\r\nPH: 517-355-6509\r\nFAX: 517-432-1037\r\nTeaching hospital with exotic animal specialty. They work with the Potter Park zoo.\r\n\r\n<a href="http://cvm.msu.edu/">http://cvm.msu.edu/</a>\r\n<a href="http://cvm.msu.edu/vth/index.htm">http://cvm.msu.edu/vth/index.htm</a>\r\n<h3>Oklahoma State University Center for Veterinary Health Sciences</h3>\r\nStillwater, OK 74078\r\n(405)744-6595\r\nZoo, Exotics, and Wildlife program. They work with the Tulsa and Oklahoma City zoos.\r\n<a href="http://www.cvm.okstate.edu/">http://www.cvm.okstate.edu/</a>\r\n<a href="http://www.cvm.okstate.edu/Depts/VCS/ZEW/Residency%20Program%20Description%20%282003%29.htm">\r\n</a>\r\n<h3>Washington State University College of Veterinary Medicine</h3>\r\nPO Box 647012\r\nPullman, Washington 99164-7012\r\n(509) 335-1532\r\nFAX (509) 335-6133\r\nThe teaching hospital offers exotic animal services.\r\n<a href="http://www.vetmed.wsu.edu/">http://www.vetmed.wsu.edu/</a>\r\n<a href="http://www.vetmed.wsu.edu/depts-vth/">http://www.vetmed.wsu.edu/depts-vth/</a>', 'Veterinary Schools with Exotic Animal Programs', 0, '', 'inherit', 'closed', 'closed', '', '125-revision-5', '', '', '2011-04-14 08:41:09', '2011-04-14 13:41:09', '', 125, 'http://aazk.org/uncategorized/125-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2500, 2, '2012-07-04 09:31:48', '2012-07-04 14:31:48', 'About the Cover/Information for Contributors<span> </span>\r\n\r\nA Dedication to Chelonians<span> </span>\r\n\r\nFrom the President<span> </span>\r\n\r\nNew Members<span> </span>\r\n\r\nComing Events<span> </span>\r\n\r\nA Brief Overview of Captive Husbandry of Turtles for Non-Reptile Keepers <span> </span>\r\n\r\nBubba: A Sulcata on a Skateboard<span> </span>\r\n\r\nHatching Success of the Madagascar Flat-tailed Tortoise (<em>Pyxis planicauda</em>)<span> </span>\r\n\r\nThe Evolution of Wrangling Turtles in Houston, Texas<span> </span>\r\n\r\nEnrichment Options: Coming Out Of Their Shells:  Enrichment for Tortoises<span> </span>\r\n\r\nDisney’s Animal Kingdom’s® Turtle Cognition Program <span> </span>\r\n\r\nThe (<em>Cuora galbinifrons</em>) Studbook: A Model for Understanding Studbook Challenges\r\n\r\nSurgery and Rehabilitation on a Male Painted Terrapin (<em>Batagur borneoensis</em>)<span> </span>', 'July 2012', 0, '', 'draft', 'closed', 'closed', '', 'july-2012', '', '', '2013-10-15 17:49:17', '2013-10-15 22:49:17', '', 0, 'http://aazk.org/?p=2500', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2501, 2, '2012-07-04 09:31:16', '2012-07-04 14:31:16', '', 'July 2012', 0, '', 'inherit', 'closed', 'closed', '', '2500-revision', '', '', '2012-07-04 09:31:16', '2012-07-04 14:31:16', '', 2500, 'http://aazk.org/uncategorized/2500-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2502, 2, '2012-07-04 09:32:56', '2012-07-04 14:32:56', 'About the Cover/Information for Contributors<span> </span>\n\nA Dedication to Chelonians<span> </span>\n\nFrom the President<span> </span>\n\nNew Members<span> </span>\n\nComing Events<span> </span>\n\nA Brief Overview of Captive Husbandry of Turtles for Non-Reptile Keepers <span> </span>\n\nBubba: A Sulcata on a Skateboard<span> </span>\n\nHatching Success of the Madagascar Flat-tailed Tortoise (<em>Pyxis planicauda</em>)<span> </span>\n\nThe Evolution of Wrangling Turtles in Houston, Texas<span> </span>\n\nEnrichment Options: Coming Out Of Their Shells:  Enrichment for Tortoises<span> </span>\n\nDisney’s Animal Kingdom’s® Turtle Cognition Program <span> </span>\n\nThe (<em>Cuora galbinifrons</em>) Studbook: A Model for Understanding Studbook Challenges\n\nSurgery and Rehabilitation on a Male Painted Terrapin (<em>Batagur borneoensis</em>)<span> </span>', 'July 2012', 0, '', 'inherit', 'closed', 'closed', '', '2500-autosave', '', '', '2012-07-04 09:32:56', '2012-07-04 14:32:56', '', 2500, 'http://aazk.org/uncategorized/2500-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2503, 2, '2012-07-04 09:56:40', '2012-07-04 14:56:40', '<em>By\r\nAlison Mott, Registered Veterinary Technician\r\nKate Gore, Primary Reptile Keeper\r\nSacramento Zoological Society, Sacramento, CA</em>\r\n\r\n<em></em>\r\n\r\n<strong>Abstract </strong>\r\n\r\nManagement of medical conditions in zoo animals can present unique challenges to veterinary and keeper staffs, often requiring creative solutions.  The Sacramento Zoo was faced with the challenge of how to limit the use of a tortoise’s limb while still allowing the animal to have mobility. While the use of carts for cats and dogs with spinal injuries are common, we took this idea and modified it creating a skateboard for a tortoise. This allowed us to treat and rehabilitate 1.0 sulcata tortoise known as “Bubba.”\r\n\r\n<strong>Natural History </strong>\r\n\r\nThe African spur thighed tortoise (<em>Geochelone sulcata</em>) is native to the northern region of Africa. They range along the southern edge of the Sahara within the countries of Senegal, Mauritania, Mali, Niger, Chad, the Sudan, and Ethiopia.  The sulcata is the third-largest tortoise species, with a weight range of 80-150 lbs. (36-68 kg), and an average carapace length of 24-30 inches (60-75 cm). They are the largest tortoise species from the African continent. The oldest sulcata on record lived to be 54 years-old (Hughes, 1986, in Stearns). Sulcatas are adapted to living in the dry grasslands with thick skin that is resistant to fluid loss in dry conditions; however when exposed to moisture, their skin may become permeable, allowing them to acquire what moisture they need. Like other desert-oriented tortoise species, the sulcata will excavate burrows to thirty inches in depth, and once underground, the burrow can then reach lengths of ten feet or more. As sulcatas are grassland tortoises, they obtain the majority of their nutrition from the grasses on which they graze. In captivity, they will readily eat assorted greens, yams, carrots, with occasional broccoli, squash, and tomatoes as relished treats.\r\n\r\nThe sulcata species is listed as vulnerable, though they are very common in the pet trade within the United States, despite the Cites Appendix II status. Sulcatas have developed a reputation as a “throw away pet”, due to their large size and destructive tendencies. They can be purchased when they are newly hatched and sized to fit within a child’s hands. Sulcatas grow quickly, are prone to digging large burrows, and as their weights increase, they become more than most people care to handle, and the owners often end up getting rid of the tortoises in any way they can. Zoos and rescue centers are regularly called by people wanting to donate their unwanted tortoises. In October 1999, the Sacramento Zoo acquired the subject of this paper when he was donated by a local veterinarian. As a result of the manner of acquisition, his date of birth and parentage are unknown. Based upon his size, keepers estimated the tortoise’s age to be thirteen years.\r\n\r\n<strong>Initial Medical Problem</strong>\r\n\r\nBubba has had an unremarkable medical history with an annual physical exam and radiographs bi-yearly. In 2010 a new tortoise exhibit located between the Giraffe exhibit space and the visitor viewing deck, (approximately 904 sq. ft.), was constructed in combination with the Tall Wonders Giraffe Encounter. The exhibit features a heated house that is approximately 81 sq. ft., while the exhibit yard is a mixture of grass and dirt with small boulders and tall grasses for decorative design. There is a slight slope up to the fence of the Giraffe yard. Bubba shares this exhibit with two smaller sulcata tortoises.\r\n\r\nOn 25 January 2011 (day 1 of presentation) keepers reported that Bubba had been showing signs of lameness for one day. He was not bearing full weight on his left front leg. Keepers were advised to monitor and report back to veterinary staff if the lameness persisted or worsened.  On 31 January 2011 (day 1 of treatment) the lameness had increased to non-weight-bearing and a full physical exam was performed. During his exam, radiographs of the left front limb were taken and showed irregularities in the margins of the elbow and carpal joints consistent with osteoarthritis. The left distal humerus had areas of focal radiolucency, and a possible bone fragment. He was given an injection of Meloxicam, a non-steroidal anti-inflammatory (NSAID), for pain. Bubba was returned to his exhibit and keepers continued to monitor his lameness.\r\n\r\n<strong>Medical Treatment</strong>\r\n\r\nOn 1 February 2011, Bubba was placed on oral Meloxicam every other day and Tramadol once daily. Tramadol is a synthetic opioid analgesic used to treat moderate to severe pain. While it was hoped that a combination of analgesics would help alleviate Bubba’s pain, it was obvious two days later that his condition was not improving. He was moved to the Dr. Murray E. Fowler Veterinary Hospital. The hospital has a room dedicated specifically for sick birds or reptiles that can be modified to fit the specific needs of the animal hospitalized. In Bubba’s case, he had free access to the entire room with a 250-watt radiant heater hung from the ceiling three feet off of the floor to give him a basking spot while the room temperature was set to maintain a range of 75 to 85 degrees Fahrenheit. Due to the concerns that there may be osteomyelitis in the leg and further use of the leg might worsen the condition, the staff wanted to keep Bubba from using or bearing weight on the front left leg. For most mammals this would be a bandage that brought the leg up to the body or a splint which restricted movement. These animals are able to ambulate without problem on three legs. Tortoises, however, require the use of all limbs to raise themselves and move. Turtles and tortoises must rely exclusively on movements of the limbs to propel themselves.  The challenge was how to keep a 41kg tortoise off of a limb. The veterinary staff needed a device that would keep Bubba’s weight off of his leg, but still allow him to move freely. The Maintenance Department was consulted and tasked with constructing a tortoise cart the following day while the veterinary staff performed a follow-up examination.\r\n\r\nDue to the lack of improvement in the tortoise’s condition, additional diagnostics were performed on 4 February 2011. This exam included a blood culture, arthrocentesis [or joint-tap (fig 2)], Complete Blood Cell count (CBC), blood chemistry panel, additional radiographs and obtaining an accurate body weight (41kg). Radiographs of the left front limb showed marked irregularity at the joint margins with areas of bony proliferations and lysis at the distal humeral condyl. These results were more consistent with osteomyelitis or neoplasia rather than trauma. The arthrocentesis results showed mild mononuclear inflammation most compatible with a degenerative joint disease. While under anesthesia, the maintenance department took measurements of Bubba and outlined the plastron using a towel and a black marker. The cart was constructed out of 1” plywood, four wheels and two nylon straps.  The wood was cut to include a place for the left front leg to rest and all edges were rounded and smoothed.  While Bubba recovered from anesthesia he was strapped onto the cart. After a few days of walking around on his new cart it was obvious that a few modifications were needed. Bubba was having a hard time reaching the ground with his back feet, the straps kept breaking, he was still able to use his front left leg and he was becoming very good at doing wheelies with his front right foot. The cart was taken back to our maintenance department where the rear wheels were sunk into the wood (to lower the back of the cart), a fifth wheel was added in the middle rear area, rubber padding was installed on the cart to prevent sliding, the straps were replaced with heavier nylon versions and a leg guard was placed on the front of the cart to keep the left leg from being able to bear weight (fig 3).<img class="alignright size-full wp-image-2504" title="bubba-on-cart" src="http://aecetia.net/gws/aazk/wp-content/uploads/bubba-on-cart.jpg" alt="bubba-on-cart" width="714" height="511" />\r\n\r\nOn 10 February 2011, Dr. Allison Zwingenberger, a Radiologist at the University of California at Davis Veterinary Medical Teaching Hospital (UCD VMTH), was consulted and agreed that the radiographic bone changes were likely the result of an infection. Bubba was started on Ceftazidime injections (three times a week), a broad spectrum cephalosporin antibiotic. Bubba’s activity and appetite had decreased since he was placed on the cart and he had started to refuse all oral medications; as a result his oral Meloxicam treatment was changed to a daily injection. As he spent the majority of his time under the basking heater, veterinarians and the curator were asked about the possibility of giving Bubba some time outside on warm days. Permission was granted and he was allowed time outside behind the Veterinary hospital on days that were above 70 degrees Fahrenheit and sunny. On 13 February 2011 he spent his first 4 ½ hours outside with some supervised time spent grazing. This was the most active he had been in some time. He had figured out that the asphalt behind the hospital sloped slightly and he would walk up one end and slide down. This was only about five feet long, but he appeared to enjoy it. He also became very adept at climbing hills with his cart. The grassy area behind the hospital is a slight hill; using his three available legs he would climb the hill to get to his favorite patches of grass. He was allowed unsupervised time outside when he was confined to the asphalt, but had to be supervised when grazing in case he got stuck in mud or flipped over while climbing. (fig 4)\r\n\r\nBubba’s appetite remained decreased, until it was discovered that by flipping his food dish over and offering his diet on top, (a difference in about two inches of height), Bubba was better able to reach his food and ate readily.  Leaving his food this way was not practical as Bubba would knock the food off of the bowl and have difficulty eating it off the ground. Reptile keeper Bill Tabb was asked to make a raised food bowl. Using two plant saucers that were placed bottom to bottom and attached together with three screws, he devised a raised feeder. Bubba made his own modifications to the food bowl over the next week by pinning the food bowl against the wall with his cart. This cracked the top bowl and made an indentation in one side. The cracked piece was removed and edges of the food bowl were smoothed. This was the best spot for Bubba to eat his food (fig 5).\r\n\r\nAfter three weeks of treatment, the leg guard was removed during the day. Veterinary staff wanted to assess the use of the limb without letting Bubba place full weight on it. He was observed letting the leg rest on the cart multiple times throughout the day. While his leg appeared visibly swollen at the elbow joint, the swelling had decreased from the initial presentation. The leg guard was placed back on the cart the following morning and Bubba continued to improve on his cart.\r\n\r\nVeterinary staff performed a follow-up examination 37 days into the treatment. The examination included repeat radiographs, arthrocentesis, CBC and blood chemistry panels. Over the previous five weeks of hospitalization his weight had remained steady and appetite returned to normal.  He was anesthetized for the examination. Contracture of the muscles around the left elbow was appreciated. There was resistance to the manipulation of the joint and no appreciable crepitus,…….\r\n\r\n<strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>', 'Bubba: A Sulcata on a Skateboard', 0, '', 'draft', 'closed', 'closed', '', 'bubba-a-sulcata-on-a-skateboard-2', '', '', '2013-10-15 17:49:17', '2013-10-15 22:49:17', '', 0, 'http://aazk.org/?p=2503', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2504, 2, '2012-07-04 09:43:14', '2012-07-04 14:43:14', '', 'bubba-on-cart', 0, '', 'inherit', 'closed', 'closed', '', 'bubba-on-cart', '', '', '2012-07-04 09:43:14', '2012-07-04 14:43:14', '', 2503, 'http://aazk.org/wp-content/uploads/bubba-on-cart.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2505, 2, '2012-07-04 09:41:04', '2012-07-04 14:41:04', '<em>By\nAlison Mott, Registered Veterinary Technician\nKate Gore, Primary Reptile Keeper\nSacramento Zoological Society, Sacramento, CA</em>\n\n<em><strong>Abstract </strong>\n\nManagement of medical conditions in zoo animals can present unique challenges to veterinary and keeper staffs, often requiring creative solutions.  The Sacramento Zoo was faced with the challenge of how to limit the use of a tortoise’s limb while still allowing the animal to have mobility. While the use of carts for cats and dogs with spinal injuries are common, we took this idea and modified it creating a skateboard for a tortoise. This allowed us to treat and rehabilitate 1.0 sulcata tortoise known as “Bubba.”\n\n<strong>Natural History </strong>\n\nThe African spur thighed tortoise (<em>Geochelone sulcata</em>) is native to the northern region of Africa. They range along the southern edge of the Sahara within the countries of Senegal, Mauritania, Mali, Niger, Chad, the Sudan, and Ethiopia.  The sulcata is the third-largest tortoise species, with a weight range of 80-150 lbs. (36-68 kg), and an average carapace length of 24-30 inches (60-75 cm). They are the largest tortoise species from the African continent. The oldest sulcata on record lived to be 54 years-old (Hughes, 1986, in Stearns). Sulcatas are adapted to living in the dry grasslands with thick skin that is resistant to fluid loss in dry conditions; however when exposed to moisture, their skin may become permeable, allowing them to acquire what moisture they need. Like other desert-oriented tortoise species, the sulcata will excavate burrows to thirty inches in depth, and once underground, the burrow can then reach lengths of ten feet or more. As sulcatas are grassland tortoises, they obtain the majority of their nutrition from the grasses on which they graze. In captivity, they will readily eat assorted greens, yams, carrots, with occasional broccoli, squash, and tomatoes as relished treats.\n\nThe sulcata species is listed as vulnerable, though they are very common in the pet trade within the United States, despite the Cites Appendix II status. Sulcatas have developed a reputation as a “throw away pet”, due to their large size and destructive tendencies. They can be purchased when they are newly hatched and sized to fit within a child’s hands. Sulcatas grow quickly, are prone to digging large burrows, and as their weights increase, they become more than most people care to handle, and the owners often end up getting rid of the tortoises in any way they can. Zoos and rescue centers are regularly called by people wanting to donate their unwanted tortoises. In October 1999, the Sacramento Zoo acquired the subject of this paper when he was donated by a local veterinarian. As a result of the manner of acquisition, his date of birth and parentage are unknown. Based upon his size, keepers estimated the tortoise’s age to be thirteen years.\n\n<strong>Initial Medical Problem</strong>\n\nBubba has had an unremarkable medical history with an annual physical exam and radiographs bi-yearly. In 2010 a new tortoise exhibit located between the Giraffe exhibit space and the visitor viewing deck, (approximately 904 sq. ft.), was constructed in combination with the Tall Wonders Giraffe Encounter. The exhibit features a heated house that is approximately 81 sq. ft., while the exhibit yard is a mixture of grass and dirt with small boulders and tall grasses for decorative design. There is a slight slope up to the fence of the Giraffe yard. Bubba shares this exhibit with two smaller sulcata tortoises.\n\nOn 25 January 2011 (day 1 of presentation) keepers reported that Bubba had been showing signs of lameness for one day. He was not bearing full weight on his left front leg. Keepers were advised to monitor and report back to veterinary staff if the lameness persisted or worsened.  On 31 January 2011 (day 1 of treatment) the lameness had increased to non-weight-bearing and a full physical exam was performed. During his exam, radiographs of the left front limb were taken and showed irregularities in the margins of the elbow and carpal joints consistent with osteoarthritis. The left distal humerus had areas of focal radiolucency, and a possible bone fragment. He was given an injection of Meloxicam, a non-steroidal anti-inflammatory (NSAID), for pain. Bubba was returned to his exhibit and keepers continued to monitor his lameness.\n\n<strong>Medical Treatment</strong>\n\nOn 1 February 2011, Bubba was placed on oral Meloxicam every other day and Tramadol once daily. Tramadol is a synthetic opioid analgesic used to treat moderate to severe pain. While it was hoped that a combination of analgesics would help alleviate Bubba’s pain, it was obvious two days later that his condition was not improving. He was moved to the Dr. Murray E. Fowler Veterinary Hospital. The hospital has a room dedicated specifically for sick birds or reptiles that can be modified to fit the specific needs of the animal hospitalized. In Bubba’s case, he had free access to the entire room with a 250-watt radiant heater hung from the ceiling three feet off of the floor to give him a basking spot while the room temperature was set to maintain a range of 75 to 85 degrees Fahrenheit. Due to the concerns that there may be osteomyelitis in the leg and further use of the leg might worsen the condition, the staff wanted to keep Bubba from using or bearing weight on the front left leg. For most mammals this would be a bandage that brought the leg up to the body or a splint which restricted movement. These animals are able to ambulate without problem on three legs. Tortoises, however, require the use of all limbs to raise themselves and move. Turtles and tortoises must rely exclusively on movements of the limbs to propel themselves.  The challenge was how to keep a 41kg tortoise off of a limb. The veterinary staff needed a device that would keep Bubba’s weight off of his leg, but still allow him to move freely. The Maintenance Department was consulted and tasked with constructing a tortoise cart the following day while the veterinary staff performed a follow-up examination.\n\nDue to the lack of improvement in the tortoise’s condition, additional diagnostics were performed on 4 February 2011. This exam included a blood culture, arthrocentesis [or joint-tap (fig 2)], Complete Blood Cell count (CBC), blood chemistry panel, additional radiographs and obtaining an accurate body weight (41kg). Radiographs of the left front limb showed marked irregularity at the joint margins with areas of bony proliferations and lysis at the distal humeral condyl. These results were more consistent with osteomyelitis or neoplasia rather than trauma. The arthrocentesis results showed mild mononuclear inflammation most compatible with a degenerative joint disease. While under anesthesia, the maintenance department took measurements of Bubba and outlined the plastron using a towel and a black marker. The cart was constructed out of 1” plywood, four wheels and two nylon straps.  The wood was cut to include a place for the left front leg to rest and all edges were rounded and smoothed.  While Bubba recovered from anesthesia he was strapped onto the cart. After a few days of walking around on his new cart it was obvious that a few modifications were needed. Bubba was having a hard time reaching the ground with his back feet, the straps kept breaking, he was still able to use his front left leg and he was becoming very good at doing wheelies with his front right foot. The cart was taken back to our maintenance department where the rear wheels were sunk into the wood (to lower the back of the cart), a fifth wheel was added in the middle rear area, rubber padding was installed on the cart to prevent sliding, the straps were replaced with heavier nylon versions and a leg guard was placed on the front of the cart to keep the left leg from being able to bear weight (fig 3).\n\nOn 10 February 2011, Dr. Allison Zwingenberger, a Radiologist at the University of California at Davis Veterinary Medical Teaching Hospital (UCD VMTH), was consulted and agreed that the radiographic bone changes were likely the result of an infection. Bubba was started on Ceftazidime injections (three times a week), a broad spectrum cephalosporin antibiotic. Bubba’s activity and appetite had decreased since he was placed on the cart and he had started to refuse all oral medications; as a result his oral Meloxicam treatment was changed to a daily injection. As he spent the majority of his time under the basking heater, veterinarians and the curator were asked about the possibility of giving Bubba some time outside on warm days. Permission was granted and he was allowed time outside behind the Veterinary hospital on days that were above 70 degrees Fahrenheit and sunny. On 13 February 2011 he spent his first 4 ½ hours outside with some supervised time spent grazing. This was the most active he had been in some time. He had figured out that the asphalt behind the hospital sloped slightly and he would walk up one end and slide down. This was only about five feet long, but he appeared to enjoy it. He also became very adept at climbing hills with his cart. The grassy area behind the hospital is a slight hill; using his three available legs he would climb the hill to get to his favorite patches of grass. He was allowed unsupervised time outside when he was confined to the asphalt, but had to be supervised when grazing in case he got stuck in mud or flipped over while climbing. (fig 4)\n\nBubba’s appetite remained decreased, until it was discovered that by flipping his food dish over and offering his diet on top, (a difference in about two inches of height), Bubba was better able to reach his food and ate readily.  Leaving his food this way was not practical as Bubba would knock the food off of the bowl and have difficulty eating it off the ground. Reptile keeper Bill Tabb was asked to make a raised food bowl. Using two plant saucers that were placed bottom to bottom and attached together with three screws, he devised a raised feeder. Bubba made his own modifications to the food bowl over the next week by pinning the food bowl against the wall with his cart. This cracked the top bowl and made an indentation in one side. The cracked piece was removed and edges of the food bowl were smoothed. This was the best spot for Bubba to eat his food (fig 5).\n\nAfter three weeks of treatment, the leg guard was removed during the day. Veterinary staff wanted to assess the use of the limb without letting Bubba place full weight on it. He was observed letting the leg rest on the cart multiple times throughout the day. While his leg appeared visibly swollen at the elbow joint, the swelling had decreased from the initial presentation. The leg guard was placed back on the cart the following morning and Bubba continued to improve on his cart.\n\nVeterinary staff performed a follow-up examination 37 days into the treatment. The examination included repeat radiographs, arthrocentesis, CBC and blood chemistry panels. Over the previous five weeks of hospitalization his weight had remained steady and appetite returned to normal.  He was anesthetized for the examination. Contracture of the muscles around the left elbow was appreciated. There was resistance to the manipulation of the joint and no appreciable crepitus,…….\n<div></div>\n</em>', 'Bubba: A Sulcata on a Skateboard', 0, '', 'inherit', 'closed', 'closed', '', '2503-revision', '', '', '2012-07-04 09:41:04', '2012-07-04 14:41:04', '', 2503, 'http://aazk.org/uncategorized/2503-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2512, 2, '2012-07-04 09:56:24', '2012-07-04 14:56:24', '<em>By\nAlison Mott, Registered Veterinary Technician\nKate Gore, Primary Reptile Keeper\nSacramento Zoological Society, Sacramento, CA</em>\n\n<em></em>\n\n<strong>Abstract </strong>\n\nManagement of medical conditions in zoo animals can present unique challenges to veterinary and keeper staffs, often requiring creative solutions.  The Sacramento Zoo was faced with the challenge of how to limit the use of a tortoise’s limb while still allowing the animal to have mobility. While the use of carts for cats and dogs with spinal injuries are common, we took this idea and modified it creating a skateboard for a tortoise. This allowed us to treat and rehabilitate 1.0 sulcata tortoise known as “Bubba.”\n\n<strong>Natural History </strong>\n\nThe African spur thighed tortoise (<em>Geochelone sulcata</em>) is native to the northern region of Africa. They range along the southern edge of the Sahara within the countries of Senegal, Mauritania, Mali, Niger, Chad, the Sudan, and Ethiopia.  The sulcata is the third-largest tortoise species, with a weight range of 80-150 lbs. (36-68 kg), and an average carapace length of 24-30 inches (60-75 cm). They are the largest tortoise species from the African continent. The oldest sulcata on record lived to be 54 years-old (Hughes, 1986, in Stearns). Sulcatas are adapted to living in the dry grasslands with thick skin that is resistant to fluid loss in dry conditions; however when exposed to moisture, their skin may become permeable, allowing them to acquire what moisture they need. Like other desert-oriented tortoise species, the sulcata will excavate burrows to thirty inches in depth, and once underground, the burrow can then reach lengths of ten feet or more. As sulcatas are grassland tortoises, they obtain the majority of their nutrition from the grasses on which they graze. In captivity, they will readily eat assorted greens, yams, carrots, with occasional broccoli, squash, and tomatoes as relished treats.\n\nThe sulcata species is listed as vulnerable, though they are very common in the pet trade within the United States, despite the Cites Appendix II status. Sulcatas have developed a reputation as a “throw away pet”, due to their large size and destructive tendencies. They can be purchased when they are newly hatched and sized to fit within a child’s hands. Sulcatas grow quickly, are prone to digging large burrows, and as their weights increase, they become more than most people care to handle, and the owners often end up getting rid of the tortoises in any way they can. Zoos and rescue centers are regularly called by people wanting to donate their unwanted tortoises. In October 1999, the Sacramento Zoo acquired the subject of this paper when he was donated by a local veterinarian. As a result of the manner of acquisition, his date of birth and parentage are unknown. Based upon his size, keepers estimated the tortoise’s age to be thirteen years.\n\n<strong>Initial Medical Problem</strong>\n\nBubba has had an unremarkable medical history with an annual physical exam and radiographs bi-yearly. In 2010 a new tortoise exhibit located between the Giraffe exhibit space and the visitor viewing deck, (approximately 904 sq. ft.), was constructed in combination with the Tall Wonders Giraffe Encounter. The exhibit features a heated house that is approximately 81 sq. ft., while the exhibit yard is a mixture of grass and dirt with small boulders and tall grasses for decorative design. There is a slight slope up to the fence of the Giraffe yard. Bubba shares this exhibit with two smaller sulcata tortoises.\n\nOn 25 January 2011 (day 1 of presentation) keepers reported that Bubba had been showing signs of lameness for one day. He was not bearing full weight on his left front leg. Keepers were advised to monitor and report back to veterinary staff if the lameness persisted or worsened.  On 31 January 2011 (day 1 of treatment) the lameness had increased to non-weight-bearing and a full physical exam was performed. During his exam, radiographs of the left front limb were taken and showed irregularities in the margins of the elbow and carpal joints consistent with osteoarthritis. The left distal humerus had areas of focal radiolucency, and a possible bone fragment. He was given an injection of Meloxicam, a non-steroidal anti-inflammatory (NSAID), for pain. Bubba was returned to his exhibit and keepers continued to monitor his lameness.\n\n<strong>Medical Treatment</strong>\n\nOn 1 February 2011, Bubba was placed on oral Meloxicam every other day and Tramadol once daily. Tramadol is a synthetic opioid analgesic used to treat moderate to severe pain. While it was hoped that a combination of analgesics would help alleviate Bubba’s pain, it was obvious two days later that his condition was not improving. He was moved to the Dr. Murray E. Fowler Veterinary Hospital. The hospital has a room dedicated specifically for sick birds or reptiles that can be modified to fit the specific needs of the animal hospitalized. In Bubba’s case, he had free access to the entire room with a 250-watt radiant heater hung from the ceiling three feet off of the floor to give him a basking spot while the room temperature was set to maintain a range of 75 to 85 degrees Fahrenheit. Due to the concerns that there may be osteomyelitis in the leg and further use of the leg might worsen the condition, the staff wanted to keep Bubba from using or bearing weight on the front left leg. For most mammals this would be a bandage that brought the leg up to the body or a splint which restricted movement. These animals are able to ambulate without problem on three legs. Tortoises, however, require the use of all limbs to raise themselves and move. Turtles and tortoises must rely exclusively on movements of the limbs to propel themselves.  The challenge was how to keep a 41kg tortoise off of a limb. The veterinary staff needed a device that would keep Bubba’s weight off of his leg, but still allow him to move freely. The Maintenance Department was consulted and tasked with constructing a tortoise cart the following day while the veterinary staff performed a follow-up examination.\n\nDue to the lack of improvement in the tortoise’s condition, additional diagnostics were performed on 4 February 2011. This exam included a blood culture, arthrocentesis [or joint-tap (fig 2)], Complete Blood Cell count (CBC), blood chemistry panel, additional radiographs and obtaining an accurate body weight (41kg). Radiographs of the left front limb showed marked irregularity at the joint margins with areas of bony proliferations and lysis at the distal humeral condyl. These results were more consistent with osteomyelitis or neoplasia rather than trauma. The arthrocentesis results showed mild mononuclear inflammation most compatible with a degenerative joint disease. While under anesthesia, the maintenance department took measurements of Bubba and outlined the plastron using a towel and a black marker. The cart was constructed out of 1” plywood, four wheels and two nylon straps.  The wood was cut to include a place for the left front leg to rest and all edges were rounded and smoothed.  While Bubba recovered from anesthesia he was strapped onto the cart. After a few days of walking around on his new cart it was obvious that a few modifications were needed. Bubba was having a hard time reaching the ground with his back feet, the straps kept breaking, he was still able to use his front left leg and he was becoming very good at doing wheelies with his front right foot. The cart was taken back to our maintenance department where the rear wheels were sunk into the wood (to lower the back of the cart), a fifth wheel was added in the middle rear area, rubber padding was installed on the cart to prevent sliding, the straps were replaced with heavier nylon versions and a leg guard was placed on the front of the cart to keep the left leg from being able to bear weight (fig 3).<img class="alignright size-full wp-image-2504" title="bubba-on-cart" src="http://aecetia.net/gws/aazk/wp-content/uploads/bubba-on-cart.jpg" alt="bubba-on-cart" width="714" height="511" />\n\nOn 10 February 2011, Dr. Allison Zwingenberger, a Radiologist at the University of California at Davis Veterinary Medical Teaching Hospital (UCD VMTH), was consulted and agreed that the radiographic bone changes were likely the result of an infection. Bubba was started on Ceftazidime injections (three times a week), a broad spectrum cephalosporin antibiotic. Bubba’s activity and appetite had decreased since he was placed on the cart and he had started to refuse all oral medications; as a result his oral Meloxicam treatment was changed to a daily injection. As he spent the majority of his time under the basking heater, veterinarians and the curator were asked about the possibility of giving Bubba some time outside on warm days. Permission was granted and he was allowed time outside behind the Veterinary hospital on days that were above 70 degrees Fahrenheit and sunny. On 13 February 2011 he spent his first 4 ½ hours outside with some supervised time spent grazing. This was the most active he had been in some time. He had figured out that the asphalt behind the hospital sloped slightly and he would walk up one end and slide down. This was only about five feet long, but he appeared to enjoy it. He also became very adept at climbing hills with his cart. The grassy area behind the hospital is a slight hill; using his three available legs he would climb the hill to get to his favorite patches of grass. He was allowed unsupervised time outside when he was confined to the asphalt, but had to be supervised when grazing in case he got stuck in mud or flipped over while climbing. (fig 4)\n\nBubba’s appetite remained decreased, until it was discovered that by flipping his food dish over and offering his diet on top, (a difference in about two inches of height), Bubba was better able to reach his food and ate readily.  Leaving his food this way was not practical as Bubba would knock the food off of the bowl and have difficulty eating it off the ground. Reptile keeper Bill Tabb was asked to make a raised food bowl. Using two plant saucers that were placed bottom to bottom and attached together with three screws, he devised a raised feeder. Bubba made his own modifications to the food bowl over the next week by pinning the food bowl against the wall with his cart. This cracked the top bowl and made an indentation in one side. The cracked piece was removed and edges of the food bowl were smoothed. This was the best spot for Bubba to eat his food (fig 5).\n\nAfter three weeks of treatment, the leg guard was removed during the day. Veterinary staff wanted to assess the use of the limb without letting Bubba place full weight on it. He was observed letting the leg rest on the cart multiple times throughout the day. While his leg appeared visibly swollen at the elbow joint, the swelling had decreased from the initial presentation. The leg guard was placed back on the cart the following morning and Bubba continued to improve on his cart.\n\nVeterinary staff performed a follow-up examination 37 days into the treatment. The examination included repeat radiographs, arthrocentesis, CBC and blood chemistry panels. Over the previous five weeks of hospitalization his weight had remained steady and appetite returned to normal.  He was anesthetized for the examination. Contracture of the muscles around the left elbow was appreciated. There was resistance to the manipulation of the joint and no appreciable crepitus,…….', 'Bubba: A Sulcata on a Skateboard', 0, '', 'inherit', 'closed', 'closed', '', '2503-revision-3', '', '', '2012-07-04 09:56:24', '2012-07-04 14:56:24', '', 2503, 'http://aazk.org/uncategorized/2503-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2506, 2, '2012-07-04 09:49:40', '2012-07-04 14:49:40', 'About the Cover/Information for Contributors<span> </span>\r\n\r\nA Dedication to Chelonians<span> </span>\r\n\r\nFrom the President<span> </span>\r\n\r\nNew Members<span> </span>\r\n\r\nComing Events<span> </span>\r\n\r\nA Brief Overview of Captive Husbandry of Turtles for Non-Reptile Keepers <span> </span>\r\n\r\nBubba: A Sulcata on a Skateboard<span> </span>\r\n\r\nHatching Success of the Madagascar Flat-tailed Tortoise (<em>Pyxis planicauda</em>)<span> </span>\r\n\r\nThe Evolution of Wrangling Turtles in Houston, Texas<span> </span>\r\n\r\nEnrichment Options: Coming Out Of Their Shells:  Enrichment for Tortoises<span> </span>\r\n\r\nDisney’s Animal Kingdom’s® Turtle Cognition Program <span> </span>\r\n\r\nThe (<em>Cuora galbinifrons</em>) Studbook: A Model for Understanding Studbook Challenges<span> </span>\r\n\r\nSurgery and Rehabilitation on a Male Painted Terrapin (<em>Batagur borneoensis</em>)<span> </span>', 'July 2012', 0, '', 'draft', 'closed', 'closed', '', 'bubba-a-sulcata-on-a-skateboard', '', '', '2013-10-15 17:49:17', '2013-10-15 22:49:17', '', 0, 'http://aazk.org/?p=2506', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2514, 2, '2012-07-04 10:05:58', '2012-07-04 15:05:58', '<img class="aligncenter size-medium wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options-300x117.jpg" alt="enrichment_options" width="300" height="117" />\r\n\r\n<em>By\r\nJennifer J. Elston, Ph.D., Curator of Conservation and Behavior\r\nFort Worth Zoo, Fort Worth, Texas</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nTraditional enrichment for reptiles has typically focused on enhancing environmental features of enclosures (e.g., plant variety, ground substrates, etc.), animal health (i.e., misting and soaking animals), and nutrition (i.e., provision of insects, variety in the diet).  These types of enrichments are important practices that can enhance an animal’s environment and well-being.  However, novelty in the form of foods, objects and scents may be equally stimulating and important for reptiles, as has been shown for mammals (Shepherdson, 2010) and birds (Elston and Plasse, 2008).\r\n\r\nStudies regarding enrichments for chelonians are limited in the literature, though some published evidence exists regarding the benefits of enrichment for turtles.  Sea turtles increased investigative and grooming behaviors and reduced pattern swimming when enrichment devices were provided (Therrien et al., 2007).  A Nile soft-shelled turtle (Trionyx triunguis) sought out stimulation from objects and displayed “play” behavior previously only described for mammals and birds (Burghardt et al., 1996).\r\n\r\nThe objectives of this study were to introduce captive-housed tortoises to novel enrichments to determine the extent of their interaction with new and different items and to compare interactions among food, object and scent enrichment.  Additional goals were to compare tortoise behavior under routine management vs. novel enrichment presentation and also to determine the amount of contact between tortoises that were housed in pairs (a form of social enrichment).\r\n\r\n<strong>Animals, Housing and Methods</strong>\r\n\r\nThis study took place from December 2011 through January 2012.  Three Burmese star tortoises (<em>Geochelone platynota</em>; two males, one female) and five Forsten’s tortoises (<em>Indotestudo forstenii</em>; three males, two females) were observed, for a total of eight tortoises.  Four tortoises were kept as male-female pairs, and four were kept separately.  The tortoises were housed in an off-exhibit greenhouse under both natural and artificial light, in either a run with cement and plywood sides (approximately 90 X 38 X 20 in., 1 pair and 1 single; or approximately 35 X 38 X 20 in., 1 pair) or a rubber tub (approximately 49 X 33 X 21 in., 3 single).  Cypress mulch was used as ground substrate and each enclosure contained a water bowl, food pan, heat source, and a shelter for privacy.  Tortoises were fed once daily in the morning a diet of mixed greens and vegetables with commercial biscuits (Mazuri® Tortoise Diet and Marion Leaf Eater® Food), and had access to their food throughout the day.  A HOBO® data logger (Onset Computer Corporation) was used to record temperature inside the greenhouse.\r\n\r\nDuring each daily observation session, the behavior (Table 1) of each tortoise was recorded every minute for 40 minutes (Scan Sampling; Martin and Bateson, 2007).  Data collection took place between 1300 and 1600 hours.  Behavior was observed over six days under routine husbandry without novel enrichment to generate a baseline time budget before new enrichments were presented.  Following the baseline treatment, a randomly chosen enrichment item was presented during the observation session.  Six items that the tortoises did not have previous exposure to were used, representing three categories:  food, object and scent.  The foods were edible flowers (four total, ranging in size from 1 to 2 in.) and a fresh strawberry.  The objects were a ping pong ball and a wicker ball.  Because the tortoises had not been previously exposed to a ball, a ping pong ball and 2 in. wicker ball were chosen because their small size was expected to be less intimidating, and the tortoises were not large enough to accidentally swallow either type of ball.  The scents were a fresh herb (basil; one sprig, approximately 6 in. long and containing stem and leaves) or a spice (nutmeg; 3 shakes on a piece of cypress mulch).  One type of enrichment was presented per day and each enrichment item was presented twice, for a total of 12 days.  The enrichments were placed in the enclosures in locations where the tortoises could see them, typically within the center of the enclosure.  Each tortoise was offered the same amount of enrichment, whether housed singularly or in pairs.  After the enrichment treatment, behavioral data were collected for an additional six days in order to determine any changes in baseline behavior.\r\n\r\n<strong>Results</strong>\r\n\r\nDuring the enrichment treatment, tortoises spent an average of 13% of time interacting with the novel enrichments (Fig. 1).  Tortoises expressed natural behaviors toward the enrichments, including investigation and/or touching, and consumption of the edibles (Fig. 2).  Tortoises spent less time stationary during the enrichment treatment than before or after, and spent less time moving in general after the enrichment treatment (Fig. 1).  They also spent less time in their shelters when enrichments were present (38% of time during the enrichment treatment vs. 48% before and 58% after).  Tortoises spent the most time interacting with food enrichment (19% of time vs. 10% of time for objects and scents), primarily because of the strawberry.  The strawberry received the most interaction; the nutmeg received the least (Fig. 3).  <img class="alignright size-full wp-image-2515" title="figure-2-elston-fort-worth-zoo" src="http://aecetia.net/gws/aazk/wp-content/uploads/figure-2-elston-fort-worth-zoo.jpg" alt="figure-2-elston-fort-worth-zoo" width="677" height="561" />\r\n\r\nThe tortoises housed in male-female pairs spent an average of 49% of time in contact with one another over the course of the three treatments (56%, 31%, and 59% of time, respectively).  Temperature in the greenhouse was consistent throughout the treatments; average temperature was 72º F, reaching an average of 89º F during the day and 62º F at night.\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe tortoises spent the most time interacting with food enrichment, which was not surprising because food enrichments are often favored by animals in general (Young, 2003).  In a comparison of enrichments for an African serval (Leptailurus serval), the serval interacted more with edible enrichments than inedible enrichments, though both types did receive attention (Kunkel, 2011).  The tortoises spent a shorter amount of time interacting with the flowers primarily because of their small size, which made them easy to grasp and swallow.  Because some favored foods can be consumed fairly quickly by tortoises, if a goal for the enrichment is to increase time spent foraging (a natural behavior for tortoises), combining foods with objects that require manipulation to consume the food will lengthen interaction time.\r\n\r\nThe ping pong ball generated more interest than the wicker ball, possibly because its white color and smooth, round shape made it resemble a food item.  The tortoises that did interact with the ping pong ball spent most of their time biting at it.  Size of ball would need to be taken into consideration for larger tortoises to prevent any possible consumption.\r\n\r\nVery little interaction occurred with the nutmeg; however, a great deal of time was spent with the fresh herb (basil).  In fact, the herb received the second highest amount of interaction after the strawberry.  Even though the herb was categorized as scent enrichment during this study, it became a combination of scent and food enrichment because it was consumed.  The palatability of the herb and its composition (leaves and stem, which required much biting and tearing to consume it) likely contributed to the lengthy interaction.  These attributes make fresh herbs an effective form of enrichment if goals are to increase foraging time and offer a novel gustatory and olfactory experience.\r\n\r\nOnce the enrichment treatment was underway the tortoises appeared to anticipate and expect to receive the enrichments.  For example, several tortoises began watching, moving toward and following the observer.  These behaviors began during the enrichment treatment and continued during the first part….\r\n\r\n<strong><em><span>For this and much more every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>\r\n<div></div>', 'Coming Out Of Their Shells:  Enrichment For Tortoises', 0, '', 'draft', 'closed', 'closed', '', 'coming-out-of-their-shells-enrichment-for-tortoises', '', '', '2013-10-15 17:49:17', '2013-10-15 22:49:17', '', 0, 'http://aazk.org/?p=2514', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2515, 2, '2012-07-04 10:05:36', '2012-07-04 15:05:36', '', 'figure-2-elston-fort-worth-zoo', 0, '', 'inherit', 'closed', 'closed', '', 'figure-2-elston-fort-worth-zoo', '', '', '2012-07-04 10:05:36', '2012-07-04 15:05:36', '', 2514, 'http://aazk.org/wp-content/uploads/figure-2-elston-fort-worth-zoo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2516, 2, '2012-07-04 10:04:49', '2012-07-04 15:04:49', '<img class="aligncenter size-medium wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options-300x117.jpg" alt="enrichment_options" width="300" height="117" />\n\n<em>By\nJennifer J. Elston, Ph.D., Curator of Conservation and Behavior\nFort Worth Zoo, Fort Worth, Texas</em>\n\n<strong>Introduction</strong>\n\nTraditional enrichment for reptiles has typically focused on enhancing environmental features of enclosures (e.g., plant variety, ground substrates, etc.), animal health (i.e., misting and soaking animals), and nutrition (i.e., provision of insects, variety in the diet).  These types of enrichments are important practices that can enhance an animal’s environment and well-being.  However, novelty in the form of foods, objects and scents may be equally stimulating and important for reptiles, as has been shown for mammals (Shepherdson, 2010) and birds (Elston and Plasse, 2008).\n\nStudies regarding enrichments for chelonians are limited in the literature, though some published evidence exists regarding the benefits of enrichment for turtles.  Sea turtles increased investigative and grooming behaviors and reduced pattern swimming when enrichment devices were provided (Therrien et al., 2007).  A Nile soft-shelled turtle (Trionyx triunguis) sought out stimulation from objects and displayed “play” behavior previously only described for mammals and birds (Burghardt et al., 1996).\n\nThe objectives of this study were to introduce captive-housed tortoises to novel enrichments to determine the extent of their interaction with new and different items and to compare interactions among food, object and scent enrichment.  Additional goals were to compare tortoise behavior under routine management vs. novel enrichment presentation and also to determine the amount of contact between tortoises that were housed in pairs (a form of social enrichment).\n\n<strong>Animals, Housing and Methods</strong>\n\nThis study took place from December 2011 through January 2012.  Three Burmese star tortoises (<em>Geochelone platynota</em>; two males, one female) and five Forsten’s tortoises (Indotestudo forstenii; three males, two females) were observed, for a total of eight tortoises.  Four tortoises were kept as male-female pairs, and four were kept separately.  The tortoises were housed in an off-exhibit greenhouse under both natural and artificial light, in either a run with cement and plywood sides (approximately 90 X 38 X 20 in., 1 pair and 1 single; or approximately 35 X 38 X 20 in., 1 pair) or a rubber tub (approximately 49 X 33 X 21 in., 3 single).  Cypress mulch was used as ground substrate and each enclosure contained a water bowl, food pan, heat source, and a shelter for privacy.  Tortoises were fed once daily in the morning a diet of mixed greens and vegetables with commercial biscuits (Mazuri® Tortoise Diet and Marion Leaf Eater® Food), and had access to their food throughout the day.  A HOBO® data logger (Onset Computer Corporation) was used to record temperature inside the greenhouse.\n\nDuring each daily observation session, the behavior (Table 1) of each tortoise was recorded every minute for 40 minutes (Scan Sampling; Martin and Bateson, 2007).  Data collection took place between 1300 and 1600 hours.  Behavior was observed over six days under routine husbandry without novel enrichment to generate a baseline time budget before new enrichments were presented.  Following the baseline treatment, a randomly chosen enrichment item was presented during the observation session.  Six items that the tortoises did not have previous exposure to were used, representing three categories:  food, object and scent.  The foods were edible flowers (four total, ranging in size from 1 to 2 in.) and a fresh strawberry.  The objects were a ping pong ball and a wicker ball.  Because the tortoises had not been previously exposed to a ball, a ping pong ball and 2 in. wicker ball were chosen because their small size was expected to be less intimidating, and the tortoises were not large enough to accidentally swallow either type of ball.  The scents were a fresh herb (basil; one sprig, approximately 6 in. long and containing stem and leaves) or a spice (nutmeg; 3 shakes on a piece of cypress mulch).  One type of enrichment was presented per day and each enrichment item was presented twice, for a total of 12 days.  The enrichments were placed in the enclosures in locations where the tortoises could see them, typically within the center of the enclosure.  Each tortoise was offered the same amount of enrichment, whether housed singularly or in pairs.  After the enrichment treatment, behavioral data were collected for an additional six days in order to determine any changes in baseline behavior.\n\n<strong>Results</strong>\n\nDuring the enrichment treatment, tortoises spent an average of 13% of time interacting with the novel enrichments (Fig. 1).  Tortoises expressed natural behaviors toward the enrichments, including investigation and/or touching, and consumption of the edibles (Fig. 2).  Tortoises spent less time stationary during the enrichment treatment than before or after, and spent less time moving in general after the enrichment treatment (Fig. 1).  They also spent less time in their shelters when enrichments were present (38% of time during the enrichment treatment vs. 48% before and 58% after).  Tortoises spent the most time interacting with food enrichment (19% of time vs. 10% of time for objects and scents), primarily because of the strawberry.  The strawberry received the most interaction; the nutmeg received the least (Fig. 3).\n\nThe tortoises housed in male-female pairs spent an average of 49% of time in contact with one another over the course of the three treatments (56%, 31%, and 59% of time, respectively).  Temperature in the greenhouse was consistent throughout the treatments; average temperature was 72º F, reaching an average of 89º F during the day and 62º F at night.\n\n<strong>Discussion</strong>\n\nThe tortoises spent the most time interacting with food enrichment, which was not surprising because food enrichments are often favored by animals in general (Young, 2003).  In a comparison of enrichments for an African serval (Leptailurus serval), the serval interacted more with edible enrichments than inedible enrichments, though both types did receive attention (Kunkel, 2011).  The tortoises spent a shorter amount of time interacting with the flowers primarily because of their small size, which made them easy to grasp and swallow.  Because some favored foods can be consumed fairly quickly by tortoises, if a goal for the enrichment is to increase time spent foraging (a natural behavior for tortoises), combining foods with objects that require manipulation to consume the food will lengthen interaction time.\n\nThe ping pong ball generated more interest than the wicker ball, possibly because its white color and smooth, round shape made it resemble a food item.  The tortoises that did interact with the ping pong ball spent most of their time biting at it.  Size of ball would need to be taken into consideration for larger tortoises to prevent any possible consumption.\n\nVery little interaction occurred with the nutmeg; however, a great deal of time was spent with the fresh herb (basil).  In fact, the herb received the second highest amount of interaction after the strawberry.  Even though the herb was categorized as scent enrichment during this study, it became a combination of scent and food enrichment because it was consumed.  The palatability of the herb and its composition (leaves and stem, which required much biting and tearing to consume it) likely contributed to the lengthy interaction.  These attributes make fresh herbs an effective form of enrichment if goals are to increase foraging time and offer a novel gustatory and olfactory experience.\n\nOnce the enrichment treatment was underway the tortoises appeared to anticipate and expect to receive the enrichments.  For example, several tortoises began watching, moving toward and following the observer.  These behaviors began during the enrichment treatment and continued during the first part….\n\n<strong><em><span>For this and much more every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>\n<div></div>', 'Coming Out Of Their Shells:  Enrichment For Tortoises', 0, '', 'inherit', 'closed', 'closed', '', '2514-revision', '', '', '2012-07-04 10:04:49', '2012-07-04 15:04:49', '', 2514, 'http://aazk.org/uncategorized/2514-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2507, 2, '2012-07-04 09:47:10', '2012-07-04 14:47:10', '<em>By\nAlison Mott, Registered Veterinary Technician\nKate Gore, Primary Reptile Keeper\nSacramento Zoological Society, Sacramento, CA</em>\n\n<strong>Abstract</strong>\n\nManagement of medical conditions in zoo animals can present unique challenges to veterinary and keeper staffs, often requiring creative solutions.  The Sacramento Zoo was faced with the challenge of how to limit the use of a tortoise’s limb while still allowing the animal to have mobility. While the use of carts for cats and dogs with spinal injuries are common, we took this idea and modified it creating a skateboard for a tortoise. This allowed us to treat and rehabilitate 1.0 sulcata tortoise known as “Bubba.”\n\n<strong>Natural History</strong>\n\nThe African spur thighed tortoise (<em>Geochelone sulcata</em>) is native to the northern region of Africa. They range along the southern edge of the Sahara within the countries of Senegal, Mauritania, Mali, Niger, Chad, the Sudan, and Ethiopia.  The sulcata is the third-largest tortoise species, with a weight range of 80-150 lbs. (36-68 kg), and an average carapace length of 24-30 inches (60-75 cm). They are the largest tortoise species from the African continent. The oldest sulcata on record lived to be 54 years-old (Hughes, 1986, in Stearns). Sulcatas are adapted to living in the dry grasslands with thick skin that is resistant to fluid loss in dry conditions; however when exposed to moisture, their skin may become permeable, allowing them to acquire what moisture they need. Like other desert-oriented tortoise species, the sulcata will excavate burrows to thirty inches in depth, and once underground, the burrow can then reach lengths of ten feet or more. As sulcatas are grassland tortoises, they obtain the majority of their nutrition from the grasses on which they graze. In captivity, they will readily eat assorted greens, yams, carrots, with occasional broccoli, squash, and tomatoes as relished treats.\n\nThe sulcata species is listed as vulnerable, though they are very common in the pet trade within the United States, despite the Cites Appendix II status. Sulcatas have developed a reputation as a “throw away pet”, due to their large size and destructive tendencies. They can be purchased when they are newly hatched and sized to fit within a child’s hands. Sulcatas grow quickly, are prone to digging large burrows, and as their weights increase, they become more than most people care to handle, and the owners often end up getting rid of the tortoises in any way they can. Zoos and rescue centers are regularly called by people wanting to donate their unwanted tortoises. In October 1999, the Sacramento Zoo acquired the subject of this paper when he was donated by a local veterinarian. As a result of the manner of acquisition, his date of birth and parentage are unknown. Based upon his size, keepers estimated the tortoise’s age to be thirteen years.\n\n<strong>Initial Medical Problem</strong>\n\nBubba has had an unremarkable medical history with an annual physical exam and radiographs bi-yearly. In 2010 a new tortoise exhibit located between the Giraffe exhibit space and the visitor viewing deck, (approximately 904 sq. ft.), was constructed in combination with the Tall Wonders Giraffe Encounter. The exhibit features a heated house that is approximately 81 sq. ft., while the exhibit yard is a mixture of grass and dirt with small boulders and tall grasses for decorative design. There is a slight slope up to the fence of the Giraffe yard. Bubba shares this exhibit with two smaller sulcata tortoises.\n\nOn 25 January 2011 (day 1 of presentation) keepers reported that Bubba had been showing signs of lameness for one day. He was not bearing full weight on his left front leg. Keepers were advised to monitor and report back to veterinary staff if the lameness persisted or worsened.  On 31 January 2011 (day 1 of treatment) the lameness had increased to non-weight-bearing and a full physical exam was performed. During his exam, radiographs of the left front limb were taken and showed irregularities in the margins of the elbow and carpal joints consistent with osteoarthritis. The left distal humerus had areas of focal radiolucency, and a possible bone fragment. He was given an injection of Meloxicam, a non-steroidal anti-inflammatory (NSAID), for pain. Bubba was returned to his exhibit and keepers continued to monitor his lameness.\n\n<strong>Medical Treatment</strong>\n\nOn 1 February 2011, Bubba was placed on oral Meloxicam every other day and Tramadol once daily. Tramadol is a synthetic opioid analgesic used to treat moderate to severe pain. While it was hoped that a combination of analgesics would help alleviate Bubba’s pain, it was obvious two days later that his condition was not improving. He was moved to the Dr. Murray E. Fowler Veterinary Hospital. The hospital has a room dedicated specifically for sick birds or reptiles that can be modified to fit the specific needs of the animal hospitalized. In Bubba’s case, he had free access to the entire room with a 250-watt radiant heater hung from the ceiling three feet off of the floor to give him a basking spot while the room temperature was set to maintain a range of 75 to 85 degrees Fahrenheit. Due to the concerns that there may be osteomyelitis in the leg and further use of the leg might worsen the condition, the staff wanted to keep Bubba from using or bearing weight on the front left leg. For most mammals this would be a bandage that brought the leg up to the body or a splint which restricted movement. These animals are able to ambulate without problem on three legs. Tortoises, however, require the use of all limbs to raise themselves and move. Turtles and tortoises must rely exclusively on movements of the limbs to propel themselves.  The challenge was how to keep a 41kg tortoise off of a limb. The veterinary staff needed a device that would keep Bubba’s weight off of his leg, but still allow him to move freely. The Maintenance Department was consulted and tasked with constructing a tortoise cart the following day while the veterinary staff performed a follow-up examination.\n\nDue to the lack of improvement in the tortoise’s condition, additional diagnostics were performed on 4 February 2011. This exam included a blood culture, arthrocentesis [or joint-tap (fig 2)], Complete Blood Cell count (CBC), blood chemistry panel, additional radiographs and obtaining an accurate body weight (41kg). Radiographs of the left front limb showed marked irregularity at the joint margins with areas of bony proliferations and lysis at the distal humeral condyl. These results were more consistent with osteomyelitis or neoplasia rather than trauma. The arthrocentesis results showed mild mononuclear inflammation most compatible with a degenerative joint disease. While under anesthesia, the maintenance department took measurements of Bubba and outlined the plastron using a towel and a black marker. The cart was constructed out of 1” plywood, four wheels and two nylon straps.  The wood was cut to include a place for the left front leg to rest and all edges were rounded and smoothed.  While Bubba recovered from anesthesia he was strapped onto the cart. After a few days of walking around on his new cart it was obvious that a few modifications were needed. Bubba was having a hard time reaching the ground with his back feet, the straps kept breaking, he was still able to use his front left leg and he was becoming very good at doing wheelies with his front right foot. The cart was taken back to our maintenance department where the rear wheels were sunk into the wood (to lower the back of the cart), a fifth wheel was added in the middle rear area, rubber padding was installed on the cart to prevent sliding, the straps were replaced with heavier nylon versions and a leg guard was placed on the front of the cart to keep the left leg from being able to bear weight (fig 3).\n\nOn 10 February 2011, Dr. Allison Zwingenberger, a Radiologist at the University of California at Davis Veterinary Medical Teaching Hospital (UCD VMTH), was consulted and agreed that the radiographic bone changes were likely the result of an infection. Bubba was started on Ceftazidime injections (three times a week), a broad spectrum cephalosporin antibiotic. Bubba’s activity and appetite had decreased since he was placed on the cart and he had started to refuse all oral medications; as a result his oral Meloxicam treatment was changed to a daily injection. As he spent the majority of his time under the basking heater, veterinarians and the curator were asked about the possibility of giving Bubba some time outside on warm days. Permission was granted and he was allowed time outside behind the Veterinary hospital on days that were above 70 degrees Fahrenheit and sunny. On 13 February 2011 he spent his first 4 ½ hours outside with some supervised time spent grazing. This was the most active he had been in some time. He had figured out that the asphalt behind the hospital sloped slightly and he would walk up one end and slide down. This was only about five feet long, but he appeared to enjoy it. He also became very adept at climbing hills with his cart. The grassy area behind the hospital is a slight hill; using his three available legs he would climb the hill to get to his favorite patches of grass. He was allowed unsupervised time outside when he was confined to the asphalt, but had to be supervised when grazing in case he got stuck in mud or flipped over while climbing. (fig 4)\n\nBubba’s appetite remained decreased, until it was discovered that by flipping his food dish over and offering his diet on top, (a difference in about two inches of height), Bubba was better able to reach his food and ate readily.  Leaving his food this way was not practical as Bubba would knock the food off of the bowl and have difficulty eating it off the ground. Reptile keeper Bill Tabb was asked to make a raised food bowl. Using two plant saucers that were placed bottom to bottom and attached together with three screws, he devised a raised feeder. Bubba made his own modifications to the food bowl over the next week by pinning the food bowl against the wall with his cart. This cracked the top bowl and made an indentation in one side. The cracked piece was removed and edges of the food bowl were smoothed. This was the best spot for Bubba to eat his food (fig 5).\n\nAfter three weeks of treatment, the leg guard was removed during the day. Veterinary staff wanted to assess the use of the limb without letting Bubba place full weight on it. He was observed letting the leg rest on the cart multiple times throughout the day. While his leg appeared visibly swollen at the elbow joint, the swelling had decreased from the initial presentation. The leg guard was placed back on the cart the following morning and Bubba continued to improve on his cart.\n\nVeterinary staff performed a follow-up examination 37 days into the treatment. The examination included repeat radiographs, arthrocentesis, CBC and blood chemistry panels. Over the previous five weeks of hospitalization his weight had remained steady and appetite returned to normal.  He was anesthetized for the examination. Contracture of the muscles around the left elbow was appreciated. There was resistance to the manipulation of the joint and no appreciable crepitus,…….', '', 0, '', 'inherit', 'closed', 'closed', '', '2506-revision', '', '', '2012-07-04 09:47:10', '2012-07-04 14:47:10', '', 2506, 'http://aazk.org/uncategorized/2506-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2508, 2, '2012-07-04 09:48:11', '2012-07-04 14:48:11', '<em>By\nAlison Mott, Registered Veterinary Technician\nKate Gore, Primary Reptile Keeper\nSacramento Zoological Society, Sacramento, CA</em>\n\n<strong>Abstract</strong>\n\nManagement of medical conditions in zoo animals can present unique challenges to veterinary and keeper staffs, often requiring creative solutions.  The Sacramento Zoo was faced with the challenge of how to limit the use of a tortoise’s limb while still allowing the animal to have mobility. While the use of carts for cats and dogs with spinal injuries are common, we took this idea and modified it creating a skateboard for a tortoise. This allowed us to treat and rehabilitate 1.0 sulcata tortoise known as “Bubba.”\n\n<strong>Natural History</strong>\n\nThe African spur thighed tortoise (<em>Geochelone sulcata</em>) is native to the northern region of Africa. They range along the southern edge of the Sahara within the countries of Senegal, Mauritania, Mali, Niger, Chad, the Sudan, and Ethiopia.  The sulcata is the third-largest tortoise species, with a weight range of 80-150 lbs. (36-68 kg), and an average carapace length of 24-30 inches (60-75 cm). They are the largest tortoise species from the African continent. The oldest sulcata on record lived to be 54 years-old (Hughes, 1986, in Stearns). Sulcatas are adapted to living in the dry grasslands with thick skin that is resistant to fluid loss in dry conditions; however when exposed to moisture, their skin may become permeable, allowing them to acquire what moisture they need. Like other desert-oriented tortoise species, the sulcata will excavate burrows to thirty inches in depth, and once underground, the burrow can then reach lengths of ten feet or more. As sulcatas are grassland tortoises, they obtain the majority of their nutrition from the grasses on which they graze. In captivity, they will readily eat assorted greens, yams, carrots, with occasional broccoli, squash, and tomatoes as relished treats.\n\nThe sulcata species is listed as vulnerable, though they are very common in the pet trade within the United States, despite the Cites Appendix II status. Sulcatas have developed a reputation as a “throw away pet”, due to their large size and destructive tendencies. They can be purchased when they are newly hatched and sized to fit within a child’s hands. Sulcatas grow quickly, are prone to digging large burrows, and as their weights increase, they become more than most people care to handle, and the owners often end up getting rid of the tortoises in any way they can. Zoos and rescue centers are regularly called by people wanting to donate their unwanted tortoises. In October 1999, the Sacramento Zoo acquired the subject of this paper when he was donated by a local veterinarian. As a result of the manner of acquisition, his date of birth and parentage are unknown. Based upon his size, keepers estimated the tortoise’s age to be thirteen years.\n\n<strong>Initial Medical Problem</strong>\n\nBubba has had an unremarkable medical history with an annual physical exam and radiographs bi-yearly. In 2010 a new tortoise exhibit located between the Giraffe exhibit space and the visitor viewing deck, (approximately 904 sq. ft.), was constructed in combination with the Tall Wonders Giraffe Encounter. The exhibit features a heated house that is approximately 81 sq. ft., while the exhibit yard is a mixture of grass and dirt with small boulders and tall grasses for decorative design. There is a slight slope up to the fence of the Giraffe yard. Bubba shares this exhibit with two smaller sulcata tortoises.\n\nOn 25 January 2011 (day 1 of presentation) keepers reported that Bubba had been showing signs of lameness for one day. He was not bearing full weight on his left front leg. Keepers were advised to monitor and report back to veterinary staff if the lameness persisted or worsened.  On 31 January 2011 (day 1 of treatment) the lameness had increased to non-weight-bearing and a full physical exam was performed. During his exam, radiographs of the left front limb were taken and showed irregularities in the margins of the elbow and carpal joints consistent with osteoarthritis. The left distal humerus had areas of focal radiolucency, and a possible bone fragment. He was given an injection of Meloxicam, a non-steroidal anti-inflammatory (NSAID), for pain. Bubba was returned to his exhibit and keepers continued to monitor his lameness.\n\n<strong>Medical Treatment</strong>\n\nOn 1 February 2011, Bubba was placed on oral Meloxicam every other day and Tramadol once daily. Tramadol is a synthetic opioid analgesic used to treat moderate to severe pain. While it was hoped that a combination of analgesics would help alleviate Bubba’s pain, it was obvious two days later that his condition was not improving. He was moved to the Dr. Murray E. Fowler Veterinary Hospital. The hospital has a room dedicated specifically for sick birds or reptiles that can be modified to fit the specific needs of the animal hospitalized. In Bubba’s case, he had free access to the entire room with a 250-watt radiant heater hung from the ceiling three feet off of the floor to give him a basking spot while the room temperature was set to maintain a range of 75 to 85 degrees Fahrenheit. Due to the concerns that there may be osteomyelitis in the leg and further use of the leg might worsen the condition, the staff wanted to keep Bubba from using or bearing weight on the front left leg. For most mammals this would be a bandage that brought the leg up to the body or a splint which restricted movement. These animals are able to ambulate without problem on three legs. Tortoises, however, require the use of all limbs to raise themselves and move. Turtles and tortoises must rely exclusively on movements of the limbs to propel themselves.  The challenge was how to keep a 41kg tortoise off of a limb. The veterinary staff needed a device that would keep Bubba’s weight off of his leg, but still allow him to move freely. The Maintenance Department was consulted and tasked with constructing a tortoise cart the following day while the veterinary staff performed a follow-up examination.\n\nDue to the lack of improvement in the tortoise’s condition, additional diagnostics were performed on 4 February 2011. This exam included a blood culture, arthrocentesis [or joint-tap (fig 2)], Complete Blood Cell count (CBC), blood chemistry panel, additional radiographs and obtaining an accurate body weight (41kg). Radiographs of the left front limb showed marked irregularity at the joint margins with areas of bony proliferations and lysis at the distal humeral condyl. These results were more consistent with osteomyelitis or neoplasia rather than trauma. The arthrocentesis results showed mild mononuclear inflammation most compatible with a degenerative joint disease. While under anesthesia, the maintenance department took measurements of Bubba and outlined the plastron using a towel and a black marker. The cart was constructed out of 1” plywood, four wheels and two nylon straps.  The wood was cut to include a place for the left front leg to rest and all edges were rounded and smoothed.  While Bubba recovered from anesthesia he was strapped onto the cart. After a few days of walking around on his new cart it was obvious that a few modifications were needed. Bubba was having a hard time reaching the ground with his back feet, the straps kept breaking, he was still able to use his front left leg and he was becoming very good at doing wheelies with his front right foot. The cart was taken back to our maintenance department where the rear wheels were sunk into the wood (to lower the back of the cart), a fifth wheel was added in the middle rear area, rubber padding was installed on the cart to prevent sliding, the straps were replaced with heavier nylon versions and a leg guard was placed on the front of the cart to keep the left leg from being able to bear weight (fig 3).<img class="alignright size-full wp-image-2504" title="bubba-on-cart" src="http://aecetia.net/gws/aazk/wp-content/uploads/bubba-on-cart.jpg" alt="bubba-on-cart" width="714" height="511" />\n\nOn 10 February 2011, Dr. Allison Zwingenberger, a Radiologist at the University of California at Davis Veterinary Medical Teaching Hospital (UCD VMTH), was consulted and agreed that the radiographic bone changes were likely the result of an infection. Bubba was started on Ceftazidime injections (three times a week), a broad spectrum cephalosporin antibiotic. Bubba’s activity and appetite had decreased since he was placed on the cart and he had started to refuse all oral medications; as a result his oral Meloxicam treatment was changed to a daily injection. As he spent the majority of his time under the basking heater, veterinarians and the curator were asked about the possibility of giving Bubba some time outside on warm days. Permission was granted and he was allowed time outside behind the Veterinary hospital on days that were above 70 degrees Fahrenheit and sunny. On 13 February 2011 he spent his first 4 ½ hours outside with some supervised time spent grazing. This was the most active he had been in some time. He had figured out that the asphalt behind the hospital sloped slightly and he would walk up one end and slide down. This was only about five feet long, but he appeared to enjoy it. He also became very adept at climbing hills with his cart. The grassy area behind the hospital is a slight hill; using his three available legs he would climb the hill to get to his favorite patches of grass. He was allowed unsupervised time outside when he was confined to the asphalt, but had to be supervised when grazing in case he got stuck in mud or flipped over while climbing. (fig 4)\n\nBubba’s appetite remained decreased, until it was discovered that by flipping his food dish over and offering his diet on top, (a difference in about two inches of height), Bubba was better able to reach his food and ate readily.  Leaving his food this way was not practical as Bubba would knock the food off of the bowl and have difficulty eating it off the ground. Reptile keeper Bill Tabb was asked to make a raised food bowl. Using two plant saucers that were placed bottom to bottom and attached together with three screws, he devised a raised feeder. Bubba made his own modifications to the food bowl over the next week by pinning the food bowl against the wall with his cart. This cracked the top bowl and made an indentation in one side. The cracked piece was removed and edges of the food bowl were smoothed. This was the best spot for Bubba to eat his food (fig 5).\n\nAfter three weeks of treatment, the leg guard was removed during the day. Veterinary staff wanted to assess the use of the limb without letting Bubba place full weight on it. He was observed letting the leg rest on the cart multiple times throughout the day. While his leg appeared visibly swollen at the elbow joint, the swelling had decreased from the initial presentation. The leg guard was placed back on the cart the following morning and Bubba continued to improve on his cart.\n\nVeterinary staff performed a follow-up examination 37 days into the treatment. The examination included repeat radiographs, arthrocentesis, CBC and blood chemistry panels. Over the previous five weeks of hospitalization his weight had remained steady and appetite returned to normal.  He was anesthetized for the examination. Contracture of the muscles around the left elbow was appreciated. There was resistance to the manipulation of the joint and no appreciable crepitus,…….', 'Bubba: A Sulcata on a Skateboard', 0, '', 'inherit', 'closed', 'closed', '', '2506-revision-2', '', '', '2012-07-04 09:48:11', '2012-07-04 14:48:11', '', 2506, 'http://aazk.org/uncategorized/2506-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2509, 2, '2012-07-04 10:00:32', '2012-07-04 15:00:32', 'About the Cover/Information for Contributors<span> </span>\n\nA Dedication to Chelonians<span> </span>\n\nFrom the President<span> </span>\n\nNew Members<span> </span>\n\nComing Events<span> </span>\n\nA Brief Overview of Captive Husbandry of Turtles for Non-Reptile Keepers <span> </span>\n\nBubba: A Sulcata on a Skateboard<span> </span>\n\nHatching Success of the Madagascar Flat-tailed Tortoise (<em>Pyxis planicauda</em>)<span> </span>\n\nThe Evolution of Wrangling Turtles in Houston, Texas<span> </span>\n\nEnrichment Options: Coming Out Of Their Shells:  Enrichment for Tortoises<span> </span>\n\nDisney’s Animal Kingdom’s® Turtle Cognition Program <span> </span>\n\nThe (<em>Cuora galbinifrons</em>) Studbook: A Model for Understanding Studbook Challenges<span> </span>\n\nSurgery and Rehabilitation on a Male Painted Terrapin (<em>Batagur borneoensis</em>)<span> </span>', 'July 2012', 0, '', 'inherit', 'closed', 'closed', '', '2506-autosave', '', '', '2012-07-04 10:00:32', '2012-07-04 15:00:32', '', 2506, 'http://aazk.org/uncategorized/2506-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2513, 2, '2012-07-04 09:51:28', '2012-07-04 14:51:28', '<em>By\r\nAlison Mott, Registered Veterinary Technician\r\nKate Gore, Primary Reptile Keeper\r\nSacramento Zoological Society, Sacramento, CA</em>\r\n\r\n<strong>Abstract</strong>\r\n\r\nManagement of medical conditions in zoo animals can present unique challenges to veterinary and keeper staffs, often requiring creative solutions.  The Sacramento Zoo was faced with the challenge of how to limit the use of a tortoise’s limb while still allowing the animal to have mobility. While the use of carts for cats and dogs with spinal injuries are common, we took this idea and modified it creating a skateboard for a tortoise. This allowed us to treat and rehabilitate 1.0 sulcata tortoise known as “Bubba.”\r\n\r\n<strong>Natural History</strong>\r\n\r\nThe African spur thighed tortoise (<em>Geochelone sulcata</em>) is native to the northern region of Africa. They range along the southern edge of the Sahara within the countries of Senegal, Mauritania, Mali, Niger, Chad, the Sudan, and Ethiopia.  The sulcata is the third-largest tortoise species, with a weight range of 80-150 lbs. (36-68 kg), and an average carapace length of 24-30 inches (60-75 cm). They are the largest tortoise species from the African continent. The oldest sulcata on record lived to be 54 years-old (Hughes, 1986, in Stearns). Sulcatas are adapted to living in the dry grasslands with thick skin that is resistant to fluid loss in dry conditions; however when exposed to moisture, their skin may become permeable, allowing them to acquire what moisture they need. Like other desert-oriented tortoise species, the sulcata will excavate burrows to thirty inches in depth, and once underground, the burrow can then reach lengths of ten feet or more. As sulcatas are grassland tortoises, they obtain the majority of their nutrition from the grasses on which they graze. In captivity, they will readily eat assorted greens, yams, carrots, with occasional broccoli, squash, and tomatoes as relished treats.\r\n\r\nThe sulcata species is listed as vulnerable, though they are very common in the pet trade within the United States, despite the Cites Appendix II status. Sulcatas have developed a reputation as a “throw away pet”, due to their large size and destructive tendencies. They can be purchased when they are newly hatched and sized to fit within a child’s hands. Sulcatas grow quickly, are prone to digging large burrows, and as their weights increase, they become more than most people care to handle, and the owners often end up getting rid of the tortoises in any way they can. Zoos and rescue centers are regularly called by people wanting to donate their unwanted tortoises. In October 1999, the Sacramento Zoo acquired the subject of this paper when he was donated by a local veterinarian. As a result of the manner of acquisition, his date of birth and parentage are unknown. Based upon his size, keepers estimated the tortoise’s age to be thirteen years.\r\n\r\n<strong>Initial Medical Problem</strong>\r\n\r\nBubba has had an unremarkable medical history with an annual physical exam and radiographs bi-yearly. In 2010 a new tortoise exhibit located between the Giraffe exhibit space and the visitor viewing deck, (approximately 904 sq. ft.), was constructed in combination with the Tall Wonders Giraffe Encounter. The exhibit features a heated house that is approximately 81 sq. ft., while the exhibit yard is a mixture of grass and dirt with small boulders and tall grasses for decorative design. There is a slight slope up to the fence of the Giraffe yard. Bubba shares this exhibit with two smaller sulcata tortoises.\r\n\r\nOn 25 January 2011 (day 1 of presentation) keepers reported that Bubba had been showing signs of lameness for one day. He was not bearing full weight on his left front leg. Keepers were advised to monitor and report back to veterinary staff if the lameness persisted or worsened.  On 31 January 2011 (day 1 of treatment) the lameness had increased to non-weight-bearing and a full physical exam was performed. During his exam, radiographs of the left front limb were taken and showed irregularities in the margins of the elbow and carpal joints consistent with osteoarthritis. The left distal humerus had areas of focal radiolucency, and a possible bone fragment. He was given an injection of Meloxicam, a non-steroidal anti-inflammatory (NSAID), for pain. Bubba was returned to his exhibit and keepers continued to monitor his lameness.\r\n\r\n<strong>Medical Treatment</strong>\r\n\r\nOn 1 February 2011, Bubba was placed on oral Meloxicam every other day and Tramadol once daily. Tramadol is a synthetic opioid analgesic used to treat moderate to severe pain. While it was hoped that a combination of analgesics would help alleviate Bubba’s pain, it was obvious two days later that his condition was not improving. He was moved to the Dr. Murray E. Fowler Veterinary Hospital. The hospital has a room dedicated specifically for sick birds or reptiles that can be modified to fit the specific needs of the animal hospitalized. In Bubba’s case, he had free access to the entire room with a 250-watt radiant heater hung from the ceiling three feet off of the floor to give him a basking spot while the room temperature was set to maintain a range of 75 to 85 degrees Fahrenheit. Due to the concerns that there may be osteomyelitis in the leg and further use of the leg might worsen the condition, the staff wanted to keep Bubba from using or bearing weight on the front left leg. For most mammals this would be a bandage that brought the leg up to the body or a splint which restricted movement. These animals are able to ambulate without problem on three legs. Tortoises, however, require the use of all limbs to raise themselves and move. Turtles and tortoises must rely exclusively on movements of the limbs to propel themselves.  The challenge was how to keep a 41kg tortoise off of a limb. The veterinary staff needed a device that would keep Bubba’s weight off of his leg, but still allow him to move freely. The Maintenance Department was consulted and tasked with constructing a tortoise cart the following day while the veterinary staff performed a follow-up examination.\r\n\r\nDue to the lack of improvement in the tortoise’s condition, additional diagnostics were performed on 4 February 2011. This exam included a blood culture, arthrocentesis [or joint-tap (fig 2)], Complete Blood Cell count (CBC), blood chemistry panel, additional radiographs and obtaining an accurate body weight (41kg). Radiographs of the left front limb showed marked irregularity at the joint margins with areas of bony proliferations and lysis at the distal humeral condyl. These results were more consistent with osteomyelitis or neoplasia rather than trauma. The arthrocentesis results showed mild mononuclear inflammation most compatible with a degenerative joint disease. While under anesthesia, the maintenance department took measurements of Bubba and outlined the plastron using a towel and a black marker. The cart was constructed out of 1” plywood, four wheels and two nylon straps.  The wood was cut to include a place for the left front leg to rest and all edges were rounded and smoothed.  While Bubba recovered from anesthesia he was strapped onto the cart. After a few days of walking around on his new cart it was obvious that a few modifications were needed. Bubba was having a hard time reaching the ground with his back feet, the straps kept breaking, he was still able to use his front left leg and he was becoming very good at doing wheelies with his front right foot. The cart was taken back to our maintenance department where the rear wheels were sunk into the wood (to lower the back of the cart), a fifth wheel was added in the middle rear area, rubber padding was installed on the cart to prevent sliding, the straps were replaced with heavier nylon versions and a leg guard was placed on the front of the cart to keep the left leg from being able to bear weight (fig 3).<img class="alignright size-full wp-image-2504" title="bubba-on-cart" src="http://aecetia.net/gws/aazk/wp-content/uploads/bubba-on-cart.jpg" alt="bubba-on-cart" width="714" height="511" />\r\n\r\nOn 10 February 2011, Dr. Allison Zwingenberger, a Radiologist at the University of California at Davis Veterinary Medical Teaching Hospital (UCD VMTH), was consulted and agreed that the radiographic bone changes were likely the result of an infection. Bubba was started on Ceftazidime injections (three times a week), a broad spectrum cephalosporin antibiotic. Bubba’s activity and appetite had decreased since he was placed on the cart and he had started to refuse all oral medications; as a result his oral Meloxicam treatment was changed to a daily injection. As he spent the majority of his time under the basking heater, veterinarians and the curator were asked about the possibility of giving Bubba some time outside on warm days. Permission was granted and he was allowed time outside behind the Veterinary hospital on days that were above 70 degrees Fahrenheit and sunny. On 13 February 2011 he spent his first 4 ½ hours outside with some supervised time spent grazing. This was the most active he had been in some time. He had figured out that the asphalt behind the hospital sloped slightly and he would walk up one end and slide down. This was only about five feet long, but he appeared to enjoy it. He also became very adept at climbing hills with his cart. The grassy area behind the hospital is a slight hill; using his three available legs he would climb the hill to get to his favorite patches of grass. He was allowed unsupervised time outside when he was confined to the asphalt, but had to be supervised when grazing in case he got stuck in mud or flipped over while climbing. (fig 4)\r\n\r\nBubba’s appetite remained decreased, until it was discovered that by flipping his food dish over and offering his diet on top, (a difference in about two inches of height), Bubba was better able to reach his food and ate readily.  Leaving his food this way was not practical as Bubba would knock the food off of the bowl and have difficulty eating it off the ground. Reptile keeper Bill Tabb was asked to make a raised food bowl. Using two plant saucers that were placed bottom to bottom and attached together with three screws, he devised a raised feeder. Bubba made his own modifications to the food bowl over the next week by pinning the food bowl against the wall with his cart. This cracked the top bowl and made an indentation in one side. The cracked piece was removed and edges of the food bowl were smoothed. This was the best spot for Bubba to eat his food (fig 5).\r\n\r\nAfter three weeks of treatment, the leg guard was removed during the day. Veterinary staff wanted to assess the use of the limb without letting Bubba place full weight on it. He was observed letting the leg rest on the cart multiple times throughout the day. While his leg appeared visibly swollen at the elbow joint, the swelling had decreased from the initial presentation. The leg guard was placed back on the cart the following morning and Bubba continued to improve on his cart.\r\n\r\nVeterinary staff performed a follow-up examination 37 days into the treatment. The examination included repeat radiographs, arthrocentesis, CBC and blood chemistry panels. Over the previous five weeks of hospitalization his weight had remained steady and appetite returned to normal.  He was anesthetized for the examination. Contracture of the muscles around the left elbow was appreciated. There was resistance to the manipulation of the joint and no appreciable crepitus,…….\r\n\r\n<strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>', 'Bubba: A Sulcata on a Skateboard', 0, '', 'inherit', 'closed', 'closed', '', '2506-revision-4', '', '', '2012-07-04 09:51:28', '2012-07-04 14:51:28', '', 2506, 'http://aazk.org/uncategorized/2506-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2510, 2, '2012-07-04 09:49:40', '2012-07-04 14:49:40', '<em>By\r\nAlison Mott, Registered Veterinary Technician\r\nKate Gore, Primary Reptile Keeper\r\nSacramento Zoological Society, Sacramento, CA</em>\r\n\r\n<strong>Abstract</strong>\r\n\r\nManagement of medical conditions in zoo animals can present unique challenges to veterinary and keeper staffs, often requiring creative solutions.  The Sacramento Zoo was faced with the challenge of how to limit the use of a tortoise’s limb while still allowing the animal to have mobility. While the use of carts for cats and dogs with spinal injuries are common, we took this idea and modified it creating a skateboard for a tortoise. This allowed us to treat and rehabilitate 1.0 sulcata tortoise known as “Bubba.”\r\n\r\n<strong>Natural History</strong>\r\n\r\nThe African spur thighed tortoise (<em>Geochelone sulcata</em>) is native to the northern region of Africa. They range along the southern edge of the Sahara within the countries of Senegal, Mauritania, Mali, Niger, Chad, the Sudan, and Ethiopia.  The sulcata is the third-largest tortoise species, with a weight range of 80-150 lbs. (36-68 kg), and an average carapace length of 24-30 inches (60-75 cm). They are the largest tortoise species from the African continent. The oldest sulcata on record lived to be 54 years-old (Hughes, 1986, in Stearns). Sulcatas are adapted to living in the dry grasslands with thick skin that is resistant to fluid loss in dry conditions; however when exposed to moisture, their skin may become permeable, allowing them to acquire what moisture they need. Like other desert-oriented tortoise species, the sulcata will excavate burrows to thirty inches in depth, and once underground, the burrow can then reach lengths of ten feet or more. As sulcatas are grassland tortoises, they obtain the majority of their nutrition from the grasses on which they graze. In captivity, they will readily eat assorted greens, yams, carrots, with occasional broccoli, squash, and tomatoes as relished treats.\r\n\r\nThe sulcata species is listed as vulnerable, though they are very common in the pet trade within the United States, despite the Cites Appendix II status. Sulcatas have developed a reputation as a “throw away pet”, due to their large size and destructive tendencies. They can be purchased when they are newly hatched and sized to fit within a child’s hands. Sulcatas grow quickly, are prone to digging large burrows, and as their weights increase, they become more than most people care to handle, and the owners often end up getting rid of the tortoises in any way they can. Zoos and rescue centers are regularly called by people wanting to donate their unwanted tortoises. In October 1999, the Sacramento Zoo acquired the subject of this paper when he was donated by a local veterinarian. As a result of the manner of acquisition, his date of birth and parentage are unknown. Based upon his size, keepers estimated the tortoise’s age to be thirteen years.\r\n\r\n<strong>Initial Medical Problem</strong>\r\n\r\nBubba has had an unremarkable medical history with an annual physical exam and radiographs bi-yearly. In 2010 a new tortoise exhibit located between the Giraffe exhibit space and the visitor viewing deck, (approximately 904 sq. ft.), was constructed in combination with the Tall Wonders Giraffe Encounter. The exhibit features a heated house that is approximately 81 sq. ft., while the exhibit yard is a mixture of grass and dirt with small boulders and tall grasses for decorative design. There is a slight slope up to the fence of the Giraffe yard. Bubba shares this exhibit with two smaller sulcata tortoises.\r\n\r\nOn 25 January 2011 (day 1 of presentation) keepers reported that Bubba had been showing signs of lameness for one day. He was not bearing full weight on his left front leg. Keepers were advised to monitor and report back to veterinary staff if the lameness persisted or worsened.  On 31 January 2011 (day 1 of treatment) the lameness had increased to non-weight-bearing and a full physical exam was performed. During his exam, radiographs of the left front limb were taken and showed irregularities in the margins of the elbow and carpal joints consistent with osteoarthritis. The left distal humerus had areas of focal radiolucency, and a possible bone fragment. He was given an injection of Meloxicam, a non-steroidal anti-inflammatory (NSAID), for pain. Bubba was returned to his exhibit and keepers continued to monitor his lameness.\r\n\r\n<strong>Medical Treatment</strong>\r\n\r\nOn 1 February 2011, Bubba was placed on oral Meloxicam every other day and Tramadol once daily. Tramadol is a synthetic opioid analgesic used to treat moderate to severe pain. While it was hoped that a combination of analgesics would help alleviate Bubba’s pain, it was obvious two days later that his condition was not improving. He was moved to the Dr. Murray E. Fowler Veterinary Hospital. The hospital has a room dedicated specifically for sick birds or reptiles that can be modified to fit the specific needs of the animal hospitalized. In Bubba’s case, he had free access to the entire room with a 250-watt radiant heater hung from the ceiling three feet off of the floor to give him a basking spot while the room temperature was set to maintain a range of 75 to 85 degrees Fahrenheit. Due to the concerns that there may be osteomyelitis in the leg and further use of the leg might worsen the condition, the staff wanted to keep Bubba from using or bearing weight on the front left leg. For most mammals this would be a bandage that brought the leg up to the body or a splint which restricted movement. These animals are able to ambulate without problem on three legs. Tortoises, however, require the use of all limbs to raise themselves and move. Turtles and tortoises must rely exclusively on movements of the limbs to propel themselves.  The challenge was how to keep a 41kg tortoise off of a limb. The veterinary staff needed a device that would keep Bubba’s weight off of his leg, but still allow him to move freely. The Maintenance Department was consulted and tasked with constructing a tortoise cart the following day while the veterinary staff performed a follow-up examination.\r\n\r\nDue to the lack of improvement in the tortoise’s condition, additional diagnostics were performed on 4 February 2011. This exam included a blood culture, arthrocentesis [or joint-tap (fig 2)], Complete Blood Cell count (CBC), blood chemistry panel, additional radiographs and obtaining an accurate body weight (41kg). Radiographs of the left front limb showed marked irregularity at the joint margins with areas of bony proliferations and lysis at the distal humeral condyl. These results were more consistent with osteomyelitis or neoplasia rather than trauma. The arthrocentesis results showed mild mononuclear inflammation most compatible with a degenerative joint disease. While under anesthesia, the maintenance department took measurements of Bubba and outlined the plastron using a towel and a black marker. The cart was constructed out of 1” plywood, four wheels and two nylon straps.  The wood was cut to include a place for the left front leg to rest and all edges were rounded and smoothed.  While Bubba recovered from anesthesia he was strapped onto the cart. After a few days of walking around on his new cart it was obvious that a few modifications were needed. Bubba was having a hard time reaching the ground with his back feet, the straps kept breaking, he was still able to use his front left leg and he was becoming very good at doing wheelies with his front right foot. The cart was taken back to our maintenance department where the rear wheels were sunk into the wood (to lower the back of the cart), a fifth wheel was added in the middle rear area, rubber padding was installed on the cart to prevent sliding, the straps were replaced with heavier nylon versions and a leg guard was placed on the front of the cart to keep the left leg from being able to bear weight (fig 3).<img class="alignright size-full wp-image-2504" title="bubba-on-cart" src="http://aecetia.net/gws/aazk/wp-content/uploads/bubba-on-cart.jpg" alt="bubba-on-cart" width="714" height="511" />\r\n\r\nOn 10 February 2011, Dr. Allison Zwingenberger, a Radiologist at the University of California at Davis Veterinary Medical Teaching Hospital (UCD VMTH), was consulted and agreed that the radiographic bone changes were likely the result of an infection. Bubba was started on Ceftazidime injections (three times a week), a broad spectrum cephalosporin antibiotic. Bubba’s activity and appetite had decreased since he was placed on the cart and he had started to refuse all oral medications; as a result his oral Meloxicam treatment was changed to a daily injection. As he spent the majority of his time under the basking heater, veterinarians and the curator were asked about the possibility of giving Bubba some time outside on warm days. Permission was granted and he was allowed time outside behind the Veterinary hospital on days that were above 70 degrees Fahrenheit and sunny. On 13 February 2011 he spent his first 4 ½ hours outside with some supervised time spent grazing. This was the most active he had been in some time. He had figured out that the asphalt behind the hospital sloped slightly and he would walk up one end and slide down. This was only about five feet long, but he appeared to enjoy it. He also became very adept at climbing hills with his cart. The grassy area behind the hospital is a slight hill; using his three available legs he would climb the hill to get to his favorite patches of grass. He was allowed unsupervised time outside when he was confined to the asphalt, but had to be supervised when grazing in case he got stuck in mud or flipped over while climbing. (fig 4)\r\n\r\nBubba’s appetite remained decreased, until it was discovered that by flipping his food dish over and offering his diet on top, (a difference in about two inches of height), Bubba was better able to reach his food and ate readily.  Leaving his food this way was not practical as Bubba would knock the food off of the bowl and have difficulty eating it off the ground. Reptile keeper Bill Tabb was asked to make a raised food bowl. Using two plant saucers that were placed bottom to bottom and attached together with three screws, he devised a raised feeder. Bubba made his own modifications to the food bowl over the next week by pinning the food bowl against the wall with his cart. This cracked the top bowl and made an indentation in one side. The cracked piece was removed and edges of the food bowl were smoothed. This was the best spot for Bubba to eat his food (fig 5).\r\n\r\nAfter three weeks of treatment, the leg guard was removed during the day. Veterinary staff wanted to assess the use of the limb without letting Bubba place full weight on it. He was observed letting the leg rest on the cart multiple times throughout the day. While his leg appeared visibly swollen at the elbow joint, the swelling had decreased from the initial presentation. The leg guard was placed back on the cart the following morning and Bubba continued to improve on his cart.\r\n\r\nVeterinary staff performed a follow-up examination 37 days into the treatment. The examination included repeat radiographs, arthrocentesis, CBC and blood chemistry panels. Over the previous five weeks of hospitalization his weight had remained steady and appetite returned to normal.  He was anesthetized for the examination. Contracture of the muscles around the left elbow was appreciated. There was resistance to the manipulation of the joint and no appreciable crepitus,…….\r\n\r\n<strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>', 'Bubba: A Sulcata on a Skateboard', 0, '', 'inherit', 'closed', 'closed', '', '2506-revision-3', '', '', '2012-07-04 09:49:40', '2012-07-04 14:49:40', '', 2506, 'http://aazk.org/uncategorized/2506-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2511, 2, '2012-07-04 09:44:04', '2012-07-04 14:44:04', '<em>By\nAlison Mott, Registered Veterinary Technician\nKate Gore, Primary Reptile Keeper\nSacramento Zoological Society, Sacramento, CA</em>\n\n<em></em>\n\n<strong>Abstract </strong>\n\nManagement of medical conditions in zoo animals can present unique challenges to veterinary and keeper staffs, often requiring creative solutions.  The Sacramento Zoo was faced with the challenge of how to limit the use of a tortoise’s limb while still allowing the animal to have mobility. While the use of carts for cats and dogs with spinal injuries are common, we took this idea and modified it creating a skateboard for a tortoise. This allowed us to treat and rehabilitate 1.0 sulcata tortoise known as “Bubba.”\n\n<strong>Natural History </strong>\n\nThe African spur thighed tortoise (<em>Geochelone sulcata</em>) is native to the northern region of Africa. They range along the southern edge of the Sahara within the countries of Senegal, Mauritania, Mali, Niger, Chad, the Sudan, and Ethiopia.  The sulcata is the third-largest tortoise species, with a weight range of 80-150 lbs. (36-68 kg), and an average carapace length of 24-30 inches (60-75 cm). They are the largest tortoise species from the African continent. The oldest sulcata on record lived to be 54 years-old (Hughes, 1986, in Stearns). Sulcatas are adapted to living in the dry grasslands with thick skin that is resistant to fluid loss in dry conditions; however when exposed to moisture, their skin may become permeable, allowing them to acquire what moisture they need. Like other desert-oriented tortoise species, the sulcata will excavate burrows to thirty inches in depth, and once underground, the burrow can then reach lengths of ten feet or more. As sulcatas are grassland tortoises, they obtain the majority of their nutrition from the grasses on which they graze. In captivity, they will readily eat assorted greens, yams, carrots, with occasional broccoli, squash, and tomatoes as relished treats.\n\nThe sulcata species is listed as vulnerable, though they are very common in the pet trade within the United States, despite the Cites Appendix II status. Sulcatas have developed a reputation as a “throw away pet”, due to their large size and destructive tendencies. They can be purchased when they are newly hatched and sized to fit within a child’s hands. Sulcatas grow quickly, are prone to digging large burrows, and as their weights increase, they become more than most people care to handle, and the owners often end up getting rid of the tortoises in any way they can. Zoos and rescue centers are regularly called by people wanting to donate their unwanted tortoises. In October 1999, the Sacramento Zoo acquired the subject of this paper when he was donated by a local veterinarian. As a result of the manner of acquisition, his date of birth and parentage are unknown. Based upon his size, keepers estimated the tortoise’s age to be thirteen years.\n\n<strong>Initial Medical Problem</strong>\n\nBubba has had an unremarkable medical history with an annual physical exam and radiographs bi-yearly. In 2010 a new tortoise exhibit located between the Giraffe exhibit space and the visitor viewing deck, (approximately 904 sq. ft.), was constructed in combination with the Tall Wonders Giraffe Encounter. The exhibit features a heated house that is approximately 81 sq. ft., while the exhibit yard is a mixture of grass and dirt with small boulders and tall grasses for decorative design. There is a slight slope up to the fence of the Giraffe yard. Bubba shares this exhibit with two smaller sulcata tortoises.\n\nOn 25 January 2011 (day 1 of presentation) keepers reported that Bubba had been showing signs of lameness for one day. He was not bearing full weight on his left front leg. Keepers were advised to monitor and report back to veterinary staff if the lameness persisted or worsened.  On 31 January 2011 (day 1 of treatment) the lameness had increased to non-weight-bearing and a full physical exam was performed. During his exam, radiographs of the left front limb were taken and showed irregularities in the margins of the elbow and carpal joints consistent with osteoarthritis. The left distal humerus had areas of focal radiolucency, and a possible bone fragment. He was given an injection of Meloxicam, a non-steroidal anti-inflammatory (NSAID), for pain. Bubba was returned to his exhibit and keepers continued to monitor his lameness.\n\n<strong>Medical Treatment</strong>\n\nOn 1 February 2011, Bubba was placed on oral Meloxicam every other day and Tramadol once daily. Tramadol is a synthetic opioid analgesic used to treat moderate to severe pain. While it was hoped that a combination of analgesics would help alleviate Bubba’s pain, it was obvious two days later that his condition was not improving. He was moved to the Dr. Murray E. Fowler Veterinary Hospital. The hospital has a room dedicated specifically for sick birds or reptiles that can be modified to fit the specific needs of the animal hospitalized. In Bubba’s case, he had free access to the entire room with a 250-watt radiant heater hung from the ceiling three feet off of the floor to give him a basking spot while the room temperature was set to maintain a range of 75 to 85 degrees Fahrenheit. Due to the concerns that there may be osteomyelitis in the leg and further use of the leg might worsen the condition, the staff wanted to keep Bubba from using or bearing weight on the front left leg. For most mammals this would be a bandage that brought the leg up to the body or a splint which restricted movement. These animals are able to ambulate without problem on three legs. Tortoises, however, require the use of all limbs to raise themselves and move. Turtles and tortoises must rely exclusively on movements of the limbs to propel themselves.  The challenge was how to keep a 41kg tortoise off of a limb. The veterinary staff needed a device that would keep Bubba’s weight off of his leg, but still allow him to move freely. The Maintenance Department was consulted and tasked with constructing a tortoise cart the following day while the veterinary staff performed a follow-up examination.\n\nDue to the lack of improvement in the tortoise’s condition, additional diagnostics were performed on 4 February 2011. This exam included a blood culture, arthrocentesis [or joint-tap (fig 2)], Complete Blood Cell count (CBC), blood chemistry panel, additional radiographs and obtaining an accurate body weight (41kg). Radiographs of the left front limb showed marked irregularity at the joint margins with areas of bony proliferations and lysis at the distal humeral condyl. These results were more consistent with osteomyelitis or neoplasia rather than trauma. The arthrocentesis results showed mild mononuclear inflammation most compatible with a degenerative joint disease. While under anesthesia, the maintenance department took measurements of Bubba and outlined the plastron using a towel and a black marker. The cart was constructed out of 1” plywood, four wheels and two nylon straps.  The wood was cut to include a place for the left front leg to rest and all edges were rounded and smoothed.  While Bubba recovered from anesthesia he was strapped onto the cart. After a few days of walking around on his new cart it was obvious that a few modifications were needed. Bubba was having a hard time reaching the ground with his back feet, the straps kept breaking, he was still able to use his front left leg and he was becoming very good at doing wheelies with his front right foot. The cart was taken back to our maintenance department where the rear wheels were sunk into the wood (to lower the back of the cart), a fifth wheel was added in the middle rear area, rubber padding was installed on the cart to prevent sliding, the straps were replaced with heavier nylon versions and a leg guard was placed on the front of the cart to keep the left leg from being able to bear weight (fig 3).<img class="alignright size-medium wp-image-2504" title="bubba-on-cart" src="http://aecetia.net/gws/aazk/wp-content/uploads/bubba-on-cart-300x214.jpg" alt="bubba-on-cart" width="300" height="214" />\n\nOn 10 February 2011, Dr. Allison Zwingenberger, a Radiologist at the University of California at Davis Veterinary Medical Teaching Hospital (UCD VMTH), was consulted and agreed that the radiographic bone changes were likely the result of an infection. Bubba was started on Ceftazidime injections (three times a week), a broad spectrum cephalosporin antibiotic. Bubba’s activity and appetite had decreased since he was placed on the cart and he had started to refuse all oral medications; as a result his oral Meloxicam treatment was changed to a daily injection. As he spent the majority of his time under the basking heater, veterinarians and the curator were asked about the possibility of giving Bubba some time outside on warm days. Permission was granted and he was allowed time outside behind the Veterinary hospital on days that were above 70 degrees Fahrenheit and sunny. On 13 February 2011 he spent his first 4 ½ hours outside with some supervised time spent grazing. This was the most active he had been in some time. He had figured out that the asphalt behind the hospital sloped slightly and he would walk up one end and slide down. This was only about five feet long, but he appeared to enjoy it. He also became very adept at climbing hills with his cart. The grassy area behind the hospital is a slight hill; using his three available legs he would climb the hill to get to his favorite patches of grass. He was allowed unsupervised time outside when he was confined to the asphalt, but had to be supervised when grazing in case he got stuck in mud or flipped over while climbing. (fig 4)\n\nBubba’s appetite remained decreased, until it was discovered that by flipping his food dish over and offering his diet on top, (a difference in about two inches of height), Bubba was better able to reach his food and ate readily.  Leaving his food this way was not practical as Bubba would knock the food off of the bowl and have difficulty eating it off the ground. Reptile keeper Bill Tabb was asked to make a raised food bowl. Using two plant saucers that were placed bottom to bottom and attached together with three screws, he devised a raised feeder. Bubba made his own modifications to the food bowl over the next week by pinning the food bowl against the wall with his cart. This cracked the top bowl and made an indentation in one side. The cracked piece was removed and edges of the food bowl were smoothed. This was the best spot for Bubba to eat his food (fig 5).\n\nAfter three weeks of treatment, the leg guard was removed during the day. Veterinary staff wanted to assess the use of the limb without letting Bubba place full weight on it. He was observed letting the leg rest on the cart multiple times throughout the day. While his leg appeared visibly swollen at the elbow joint, the swelling had decreased from the initial presentation. The leg guard was placed back on the cart the following morning and Bubba continued to improve on his cart.\n\nVeterinary staff performed a follow-up examination 37 days into the treatment. The examination included repeat radiographs, arthrocentesis, CBC and blood chemistry panels. Over the previous five weeks of hospitalization his weight had remained steady and appetite returned to normal.  He was anesthetized for the examination. Contracture of the muscles around the left elbow was appreciated. There was resistance to the manipulation of the joint and no appreciable crepitus,…….\n<div></div>', 'Bubba: A Sulcata on a Skateboard', 0, '', 'inherit', 'closed', 'closed', '', '2503-revision-2', '', '', '2012-07-04 09:44:04', '2012-07-04 14:44:04', '', 2503, 'http://aazk.org/uncategorized/2503-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2517, 2, '2012-07-04 10:07:04', '2012-07-04 15:07:04', '<img class="aligncenter size-medium wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options-300x117.jpg" alt="enrichment_options" width="300" height="117" />\n\n<em>By\nJennifer J. Elston, Ph.D., Curator of Conservation and Behavior\nFort Worth Zoo, Fort Worth, Texas</em>\n\n<strong>Introduction</strong>\n\nTraditional enrichment for reptiles has typically focused on enhancing environmental features of enclosures (e.g., plant variety, ground substrates, etc.), animal health (i.e., misting and soaking animals), and nutrition (i.e., provision of insects, variety in the diet).  These types of enrichments are important practices that can enhance an animal’s environment and well-being.  However, novelty in the form of foods, objects and scents may be equally stimulating and important for reptiles, as has been shown for mammals (Shepherdson, 2010) and birds (Elston and Plasse, 2008).\n\nStudies regarding enrichments for chelonians are limited in the literature, though some published evidence exists regarding the benefits of enrichment for turtles.  Sea turtles increased investigative and grooming behaviors and reduced pattern swimming when enrichment devices were provided (Therrien et al., 2007).  A Nile soft-shelled turtle (Trionyx triunguis) sought out stimulation from objects and displayed “play” behavior previously only described for mammals and birds (Burghardt et al., 1996).\n\nThe objectives of this study were to introduce captive-housed tortoises to novel enrichments to determine the extent of their interaction with new and different items and to compare interactions among food, object and scent enrichment.  Additional goals were to compare tortoise behavior under routine management vs. novel enrichment presentation and also to determine the amount of contact between tortoises that were housed in pairs (a form of social enrichment).\n\n<strong>Animals, Housing and Methods</strong>\n\nThis study took place from December 2011 through January 2012.  Three Burmese star tortoises (<em>Geochelone platynota</em>; two males, one female) and five Forsten’s tortoises (<em>Indotestudo forstenii</em>; three males, two females) were observed, for a total of eight tortoises.  Four tortoises were kept as male-female pairs, and four were kept separately.  The tortoises were housed in an off-exhibit greenhouse under both natural and artificial light, in either a run with cement and plywood sides (approximately 90 X 38 X 20 in., 1 pair and 1 single; or approximately 35 X 38 X 20 in., 1 pair) or a rubber tub (approximately 49 X 33 X 21 in., 3 single).  Cypress mulch was used as ground substrate and each enclosure contained a water bowl, food pan, heat source, and a shelter for privacy.  Tortoises were fed once daily in the morning a diet of mixed greens and vegetables with commercial biscuits (Mazuri® Tortoise Diet and Marion Leaf Eater® Food), and had access to their food throughout the day.  A HOBO® data logger (Onset Computer Corporation) was used to record temperature inside the greenhouse.\n\nDuring each daily observation session, the behavior (Table 1) of each tortoise was recorded every minute for 40 minutes (Scan Sampling; Martin and Bateson, 2007).  Data collection took place between 1300 and 1600 hours.  Behavior was observed over six days under routine husbandry without novel enrichment to generate a baseline time budget before new enrichments were presented.  Following the baseline treatment, a randomly chosen enrichment item was presented during the observation session.  Six items that the tortoises did not have previous exposure to were used, representing three categories:  food, object and scent.  The foods were edible flowers (four total, ranging in size from 1 to 2 in.) and a fresh strawberry.  The objects were a ping pong ball and a wicker ball.  Because the tortoises had not been previously exposed to a ball, a ping pong ball and 2 in. wicker ball were chosen because their small size was expected to be less intimidating, and the tortoises were not large enough to accidentally swallow either type of ball.  The scents were a fresh herb (basil; one sprig, approximately 6 in. long and containing stem and leaves) or a spice (nutmeg; 3 shakes on a piece of cypress mulch).  One type of enrichment was presented per day and each enrichment item was presented twice, for a total of 12 days.  The enrichments were placed in the enclosures in locations where the tortoises could see them, typically within the center of the enclosure.  Each tortoise was offered the same amount of enrichment, whether housed singularly or in pairs.  After the enrichment treatment, behavioral data were collected for an additional six days in order to determine any changes in baseline behavior.\n\n<strong>Results</strong>\n\nDuring the enrichment treatment, tortoises spent an average of 13% of time interacting with the novel enrichments (Fig. 1).  Tortoises expressed natural behaviors toward the enrichments, including investigation and/or touching, and consumption of the edibles (Fig. 2).  Tortoises spent less time stationary during the enrichment treatment than before or after, and spent less time moving in general after the enrichment treatment (Fig. 1).  They also spent less time in their shelters when enrichments were present (38% of time during the enrichment treatment vs. 48% before and 58% after).  Tortoises spent the most time interacting with food enrichment (19% of time vs. 10% of time for objects and scents), primarily because of the strawberry.  The strawberry received the most interaction; the nutmeg received the least (Fig. 3).  <img class="alignright size-full wp-image-2515" title="figure-2-elston-fort-worth-zoo" src="http://aecetia.net/gws/aazk/wp-content/uploads/figure-2-elston-fort-worth-zoo.jpg" alt="figure-2-elston-fort-worth-zoo" width="677" height="561" />\n\nThe tortoises housed in male-female pairs spent an average of 49% of time in contact with one another over the course of the three treatments (56%, 31%, and 59% of time, respectively).  Temperature in the greenhouse was consistent throughout the treatments; average temperature was 72º F, reaching an average of 89º F during the day and 62º F at night.\n\n<strong>Discussion</strong>\n\nThe tortoises spent the most time interacting with food enrichment, which was not surprising because food enrichments are often favored by animals in general (Young, 2003).  In a comparison of enrichments for an African serval (Leptailurus serval), the serval interacted more with edible enrichments than inedible enrichments, though both types did receive attention (Kunkel, 2011).  The tortoises spent a shorter amount of time interacting with the flowers primarily because of their small size, which made them easy to grasp and swallow.  Because some favored foods can be consumed fairly quickly by tortoises, if a goal for the enrichment is to increase time spent foraging (a natural behavior for tortoises), combining foods with objects that require manipulation to consume the food will lengthen interaction time.\n\nThe ping pong ball generated more interest than the wicker ball, possibly because its white color and smooth, round shape made it resemble a food item.  The tortoises that did interact with the ping pong ball spent most of their time biting at it.  Size of ball would need to be taken into consideration for larger tortoises to prevent any possible consumption.\n\nVery little interaction occurred with the nutmeg; however, a great deal of time was spent with the fresh herb (basil).  In fact, the herb received the second highest amount of interaction after the strawberry.  Even though the herb was categorized as scent enrichment during this study, it became a combination of scent and food enrichment because it was consumed.  The palatability of the herb and its composition (leaves and stem, which required much biting and tearing to consume it) likely contributed to the lengthy interaction.  These attributes make fresh herbs an effective form of enrichment if goals are to increase foraging time and offer a novel gustatory and olfactory experience.\n\nOnce the enrichment treatment was underway the tortoises appeared to anticipate and expect to receive the enrichments.  For example, several tortoises began watching, moving toward and following the observer.  These behaviors began during the enrichment treatment and continued during the first part….\n\n<strong><em><span>For this and much more every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>', 'Coming Out Of Their Shells:  Enrichment For Tortoises', 0, '', 'inherit', 'closed', 'closed', '', '2514-autosave', '', '', '2012-07-04 10:07:04', '2012-07-04 15:07:04', '', 2514, 'http://aazk.org/uncategorized/2514-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2518, 2, '2012-06-07 15:24:39', '2012-06-07 20:24:39', '<strong><em></em></strong>\r\n\r\n<strong>June 11-15, 2012 - <em>International Gorilla Workshop</em></strong> - Apenheul Primate Park and Gaiapark Kerkrade are very excited and proud to invite all Gorilla specialists to join the 8th International Gorilla Workshop.  Includes three days in Apenheul Primate Park and the last day in Gaiapark Kerkrade. For more information go to <a href="http://igw2012.org">igw2012.org</a>.\r\n\r\n<strong>July 15-21, 2012 - NATIONAL ZOO KEEPER WEEK</strong>\r\n\r\n<strong>July 25 - 28, 2012 - </strong><em><strong>The 35th International Herpetological Symposium</strong>. </em>Hosted by Catoctin Wildlife Preserve and Zoo at the Ramada BWI Airport in Hanover, MD.  For more information go to <a href="http://kingsnake.com/ihs">kingsnake.com/ihs</a>.\r\n\r\n<strong>July 29 - 30, 2012 - <em>The 2nd Venomous Animal Safety and Husbandry Training Seminar</em></strong>. Hosted by Catoctin Wildlife Preserve and Zoo in Thurmont, MD.  For more information contact Rick Hahn at <a href="mailto:rickhahn@CWPZoo.com">rickhahn@CWPZoo.com</a>.\r\n\r\n<strong> </strong>\r\n\r\n<strong></strong>\r\n\r\n<strong></strong>\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>August 16-19 - <em>The 10th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles</em> </strong>- Tucson, AZ.  Hosted by the Turtle Survival Alliance and the IUCN Tortoise and Freshwater Turtle Specialist Group.  For more information go to <a href="http://turtlesurvival.org">turtlesurvival.org</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY. For more information go to <a href="http://www.rgzaecetia.net/gws/aazk">www.rgzaecetia.net/gws/aazk</a>.\r\n\r\n<strong><strong> October 12-15, 2012 - </strong><em><strong><em>From Good Care to Great Welfare: A Workshop Designed for Animal Care Professionals Presented by the Center for Zoo Animal Welfare </em></strong>-</em></strong>Detroit Zoological Society. A unique four-day workshop for animal care staff working with captive exotic animals. The workshop is designed to help participants better understand animals’ perspectives and experiences, address the challenges captivity imposes on animal welfare, and develop the skills necessary to assess and improve overall well-being. Exercises and experiences are immersive and designed to help us understand captivity from the animals’ point of view. Limited scholarship opportunities available.\r\n\r\nFor information contact: Elizabeth Arbaugh, Animal Welfare Manager, Detroit Zoological Society, Tel: 248-398-0903 x3643, E-mail: <a href="mailto:Elizabeth@dzs.org">Elizabeth@dzs.org</a> or visit <a href="http://czaw.org">czaw.org</a>.\r\n<h2><strong>2013</strong></h2>\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - September 8-12\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events June 2012', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2012-06-07 15:24:39', '2012-06-07 20:24:39', '', 435, 'http://aazk.org/uncategorized/435-revision-57/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2606, 2, '2012-10-02 08:02:53', '2012-10-02 13:02:53', '<a href="http://www.ncaazk.com/2013nationalconference.htm"><img class="size-full wp-image-2602 alignnone" title="2013_logo_small" src="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_small.jpg" alt="2013_logo_small" width="173" height="88" /></a>\r\n\r\n<a href="http://www.ncaazk.com/2013nationalconference.htm">Greensboro, NC</a>\r\n\r\n22-26 September 2013', '2012 AAZK National Conference', 0, '', 'inherit', 'closed', 'closed', '', '2144-revision-10', '', '', '2012-10-02 08:02:53', '2012-10-02 13:02:53', '', 2144, 'http://aazk.org/uncategorized/2144-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2607, 2, '2012-10-02 08:03:24', '2012-10-02 13:03:24', '<a href="http://www.ncaazk.com/2013nationalconference.htm"><img class="size-full wp-image-2602 alignnone" title="2013_logo_small" src="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_small.jpg" alt="2013_logo_small" width="173" height="88" /></a>\r\n\r\n<a href="http://www.ncaazk.com/2013nationalconference.htm">Greensboro, NC</a>\r\n\r\n22-26 September 2013', '2013 AAZK National Conference', 0, '', 'inherit', 'closed', 'closed', '', '2144-revision-11', '', '', '2012-10-02 08:03:24', '2012-10-02 13:03:24', '', 2144, 'http://aazk.org/uncategorized/2144-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2548, 2, '2012-08-29 10:15:52', '2012-08-29 15:15:52', '', 'melaina1', 0, '', 'inherit', 'closed', 'closed', '', 'melaina1', '', '', '2012-08-29 10:15:52', '2012-08-29 15:15:52', '', 178, 'http://aazk.org/wp-content/uploads/melaina1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2549, 2, '2012-08-29 10:19:45', '2012-08-29 15:19:45', '', 'melaina2', 0, '', 'inherit', 'closed', 'closed', '', 'melaina2', '', '', '2012-08-29 10:19:45', '2012-08-29 15:19:45', '', 178, 'http://aazk.org/wp-content/uploads/melaina2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2550, 2, '2012-08-29 10:22:15', '2012-08-29 15:22:15', '', 'melaina3', 0, ' Melaina Wallace - <em>Disney\'s Animal Kingdom</em>', 'inherit', 'closed', 'closed', '', 'melaina3', '', '', '2012-08-29 10:22:15', '2012-08-29 15:22:15', '', 178, 'http://aazk.org/wp-content/uploads/melaina3.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2551, 2, '2011-05-13 19:03:57', '2011-05-14 00:03:57', '<h3><img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" alt="pdc_color_logo" width="155" height="300" /></h3>\r\n<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-1260" title="melaina" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina-150x150.jpg" alt="melaina" width="150" height="150" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>\r\n<h3>Purpose</h3>\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership  and educational opportunities for all National AAZK members.\r\n\r\n<strong>2010</strong>\r\nThe 2010 AAZK National Conference in Philadelphia was an interesting and busy time for the Professional Development Committee.   The committee again hosted two continuing education workshops.   The workshops presented were a Passerine Husbandry Workshop and a Rotating Exhibits Workshop.\r\n\r\n<img class="alignnone size-medium wp-image-1814" title="pass_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" alt="pass_workshop" width="225" height="300" />\r\n\r\nThe Passerine Husbandry Workshop was taught by Dr. Robert Webster from the Toledo Zoo and was sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom.   This was a 6 hour workshop that focused on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds.   On top of that it gave a host of other talks that focused passerine bird biology, husbandry, and behavioral husbandry. PDF\'s from this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website.\r\n\r\n<img class="alignnone size-medium wp-image-1815" title="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" alt="robert_webster" width="300" height="225" />\r\n\r\n<em>Dr. Robert Webster giving one of many bird husbandry talks</em>\r\n\r\nThe Rotating Exhibit Workshop was an evening workshop that was hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo.   This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry.  This two hour workshop focused on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s from this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website\r\n\r\n<img class="alignnone size-medium wp-image-1816" title="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" alt="predator_ridge" width="300" height="225" />\r\n\r\n<em>Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge</em>\r\n\r\n<strong>The Future</strong>\r\n\r\nOne of the other main focuses of the committee at this conference was to meet about the new direction of the professional development committee and their increasing role in the future of the AAZK.\r\n\r\n<em><strong>2010 Professional Development Committee Members</strong></em>\r\nMelaina Wallace – Chair                                  Bob Cisneros- Liaison to Board\r\nDisney’s Animal Kingdom                                   San Diego Zoo\r\n\r\nKelly Wilson                                                  Victor Alm\r\nDetroit Zoo                                                  Oakland Zoo\r\n\r\nBandy Hicks                                                                                            Leann Blinco\r\nBoat Club Road Animal Hospital                          Disney\'s Animal Kingdom\r\nWhitetail Veterinary Services\r\n\r\nMike Murray                                                Aaron Jesue\r\nDenver Zoo                                                                                              North Carolina Zoo\r\n\r\nDawn Sohr                                                                              Andrew Rowan\r\nBrookfield Zoo                                                                       Denver Zoo\r\n\r\nEllen Vossekuil                                             Amanda Hall\r\nUtah’s Hogle Zoo                                       Zoo New England\r\n\r\nEunice Hui                                                                              Anthony Nielsen\r\nCuriOdyssey                                                Lincoln Park Zoo\r\n\r\nT’Noya Thompson Gonzales\r\nMoody Gardens\r\n<strong></strong>\r\n\r\n<strong></strong>', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2011-05-13 19:03:57', '2011-05-14 00:03:57', '', 178, 'http://aazk.org/uncategorized/178-revision-17/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2552, 2, '2012-07-06 12:46:14', '2012-07-06 17:46:14', '<div class="committee">\r\n<h3><a href="http://aecetia.net/gws/aazk/committee/international-congress-zookeepers/">International Congress of Zookeepers\r\n</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /></div>\r\n<div class="email">Norah Farnham</div>\r\n<div class="email">AAZK representative</div>\r\n<div class="email">Woodland Park Zoo</div>\r\n<div class="email"><a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a></div>\r\n<div class="email">\r\n<div class="name"><img class="size-full wp-image-2529 alignnone" title="sara_wunder2" src="http://aecetia.net/gws/aazk/wp-content/uploads/sara_wunder2.jpg" alt="sara_wunder2" width="150" height="171" /></div>\r\n<div class="email">Sara Wunder Steward</div>\r\n<div class="email">AAZK representative</div>\r\n<div class="email">Busch Gardens Tampa</div>\r\n<div class="email"><a href="mailto:sara.steward@aecetia.net/gws/aazk">sara.steward@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/membership-resources/">Membership Resources</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1251" title="jacque1" src="http://aecetia.net/gws/aazk/wp-content/uploads/jacque1-150x150.jpg" alt="jacque1" width="150" height="150" /></div>\r\n<div class="name">Jacque Blessington</div>\r\n<div class="affiliated_zoo">Kansas City Zoo</div>\r\n<div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/annual-aazk-conferences/">Annual AAZK Conferences</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Conference Program Chair</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /></div>\r\n<div class="name">Shelly Roach</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Columbus Zoo</div>\r\n<div class="email"><a href="mailto:shelly.roach@aecetia.net/gws/aazk">shelly.roach@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /></div>\r\n<div class="name">Patty Pearthree</div>\r\n<div class="title">Coordinator</div>\r\n<div class="email"><a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="email"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-full wp-image-1937" title="rickotarsky" src="http://aecetia.net/gws/aazk/wp-content/uploads/rickotarsky.jpg" alt="rickotarsky" width="131" height="150" /></div>\r\n<div class="name">Ric Kotarsky</div>\r\n<div class="title">Chair</div>\r\n<div class="title">Tulsa Zoo</div>\r\n<div class="title"><a href="mailto:ric.kotarsky@aecetia.net/gws/aazk">ric.kotarsky@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-150x150.jpg" alt="walz" width="150" height="150" /></div>\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1249 alignnone" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /></div>\r\n<div class="name">Janet McCoy</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1260" title="melaina" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina-150x150.jpg" alt="melaina" width="150" height="150" /></div>\r\n<div class="name">Melaina Wallace</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:melaina.wallace@aecetia.net/gws/aazk">melaina.wallace@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-841 alignnone" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /></div>\r\n<div class="name">Amanda Kamradt</div>\r\n<div class="title">Co-chair</div>\r\n<div class="affiliated_zoo">Zoo New England</div>\r\n<div class="email"><a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a></div>\r\n<div class="email">\r\n<div class="name"><img class="alignnone size-full wp-image-2428" title="christy_poelker" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy_poelker.jpg" alt="christy_poelker" width="136" height="159" /></div>\r\n<div class="name">Christy Poelker</div>\r\n<div class="title">Co-chair</div>\r\n<div class="affiliated_zoo">Saint Louis Zoo</div>\r\n<div class="email"><a href="mailto:christy.poelker@aecetia.net/gws/aazk">christy.poelker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2012-07-06 12:46:14', '2012-07-06 17:46:14', '', 496, 'http://aazk.org/uncategorized/496-revision-26/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2604, 2, '2011-09-23 12:41:45', '2011-09-23 17:41:45', '<a href="http://www.rgzaecetia.net/gws/aazk/aazk_2012.html"><img class="alignnone size-medium wp-image-2145" title="2012_conf_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_conf_logo-300x225.jpg" alt="2012_conf_logo" width="168" height="126" /></a>\r\n\r\n<a href="http://www.rgzaecetia.net/gws/aazk/aazk_2012.html">Syracuse, NY</a><br>\r\n\r\n23-27 September 2012', '2012 AAZK National Conference', 0, '', 'inherit', 'closed', 'closed', '', '2144-revision-8', '', '', '2011-09-23 12:41:45', '2011-09-23 17:41:45', '', 2144, 'http://aazk.org/uncategorized/2144-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2602, 2, '2012-10-02 08:01:03', '2012-10-02 13:01:03', '', '2013_logo_small', 0, '', 'inherit', 'closed', 'closed', '', '2013_logo_small', '', '', '2012-10-02 08:01:03', '2012-10-02 13:01:03', '', 2144, 'http://aazk.org/wp-content/uploads/2013_logo_small.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2603, 2, '2012-10-02 08:01:37', '2012-10-02 13:01:37', '<img class="size-full wp-image-2602 alignnone" title="2013_logo_small" src="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_small.jpg" alt="2013_logo_small" width="173" height="88" />\n\n<a href="http://www.rgzaecetia.net/gws/aazk/aazk_2012.html">Syracuse, NY</a>\n\n23-27 September 2012', '2012 AAZK National Conference', 0, '', 'inherit', 'closed', 'closed', '', '2144-autosave', '', '', '2012-10-02 08:01:37', '2012-10-02 13:01:37', '', 2144, 'http://aazk.org/uncategorized/2144-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2710, 2, '2012-12-29 10:02:11', '2012-12-29 15:02:11', '', 'January 2013', 0, '', 'inherit', 'closed', 'closed', '', '2709-revision', '', '', '2012-12-29 10:02:11', '2012-12-29 15:02:11', '', 2709, 'http://aazk.org/uncategorized/2709-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2648, 2, '2012-11-02 18:10:15', '2012-11-02 23:10:15', '<strong>November 2-4, 2012 - <em>New World Primate Husbandry Workshop</em></strong> - The New World Primate Taxon Advisory Group (NWPTAG) and the Palm Beach Zoo are hosting a New World Primate Husbandry Workshop to take place November 2-4, 2012. This will be a combined callitrichid and cebid husbandry workshop, taking the place of the traditional callitrichid workshop held in years past.  Some of the topics to be covered will include general husbandry, training and enrichment, natural history, capture and restraint methods, and mixed species exhibits.  The deadline for registration is August 31, 2012.  For more information including registration forms, please contact Dr. Stephanie Allard at <a href="mailto:sdampier@palmbeachzoo.org">sdampier@palmbeachzoo.org</a> or Michelle Farmerie at <a href="mailto:mrfarmerie@aol.com">mrfarmerie@aol.com</a>.\r\n\r\n<strong>November 5-8 2012 - </strong><strong>The </strong><strong><em>Elephant Managers Association Conference</em>.</strong> “Trunks and Palms” will be hosted by the Santa Barbara Zoological Gardens in Santa Barbara, CA. The Pre-conference trip will be hosted by the Los Angeles Zoo in Los Angeles, CA on Monday, November 5th followed by a cocktail party at the contemporary waterfront Cabrillo Art Center that evening. The conference will include two and half days of presentations followed by a Zoo Day at the Santa Barbara Zoo. The conference will conclude with a California cuisine banquet and auction. Beachfront accommodations and presentations will be held at the Hyatt of Santa Barbara: <a href="http://santabarbara.hyatt.com">santabarbara.hyatt.com</a>. To register or submit abstracts please visit: <a href="http://sbzoo.org">sbzoo.org</a> under events-EMA. For additional information please e-mail <a href="mailto:lwilson@sbzoo.org">lwilson@sbzoo.org</a>.\r\n\r\n<strong>December 3 - 7, 2012 - <em>Training and Enrichment Workshop for Zoo and Aquarium Animals</em></strong>. Hosted by Moody Gardens in Galveston, TX, Active Environments and Shape of Enrichment are proud to present the Sixth Training and Enrichment Workshop for Zoo and Aquarium Animals. This unique five-day Workshop is designed for keepers, aquarists, managers, supervisors, curators, and veterinarians working with all species of animals held in zoos, aquariums, rescue centers, and sanctuaries. The Workshop will present an array of topics relating to the behavioral management approach to caring for captive animals, with a focus on environmental enrichment, positive reinforcement training techniques, and the problem-solving process. For more information e-mail <a href="mailto:dolsen@moodygardens.com">dolsen@moodygardens.com</a> or go to <a href="http://enrichment.org">enrichment.org</a>.\r\n<h2>2013</h2>\r\n<strong><span>February 27 - March 2, 2013</span><em> - </em></strong><strong><em>21st Annual Conference of the International Association of Avian Trainers and Educators - </em></strong>Hosted by Tampa’s Lowry Park Zoo, Tampa, FL. For more information go to: <a href="http://iaate.org/iaate-annual-conference/2013-conference">iaate.org/iaate-annual-conference/2013-conference</a>.\r\n\r\n<strong>April 14-19, 2013 - <em>ABMA Annual Conference</em> - Toronto, Canada.</strong> Hosted by the Toronto Zoo at the Delta Chelsea Hotel, Toronto. For more information, go to <a href="http://theabma.org">theabma.org</a>.\r\n\r\n<strong>April 30 - May 2 2013 -<em>Chimpanzee SSP Meeting and Husbandry Workshop</em></strong> -The Chimpanzee SSP and the Houston Zoo are hosting the next Chimpanzee Husbandry Workshop to take place April 30 – May 2, 2013. The Chimpanzee SSP meeting will precede the workshop on April 29, 2013.  Please visit <a href="https://houstonzoo.doubleknot.com/event/chimp-husbandry-workshop-registration/1250219">https://houstonzoo.doubleknot.com/event/chimp-husbandry-workshop-registration/1250219</a> for more information.\r\n\r\n<strong>May 5-9, 2013 - <em>Eighth Biannual Rhino Keepers’ Workshop</em> -</strong> Hosted by San Diego Zoo Global.  For Call for Papers and more information contact <a href="mailto:laubery@sandiegozoo.org">laubery@sandiegozoo.org</a>.\r\n\r\n<strong>May 20-23, 2013 - <em>World Crocodile Conference</em></strong> - “Living with Crocodilians” 22nd Working Meeting of the IUCN — SSC, Crocodile Specialist Group. For more information and registration, go to: <a href="http://csgsrilanka.com/">csgsrilanka.com/</a>.\r\n\r\n<strong>July 8-12, 2013 - <em>Zoos and Aquariums Committing to Conservation (ZACC)</em> -</strong> Hosted by Blank Park Zoo, Des Moines, Iowa.  The conference will bring together colleagues from the field and zoos in an informal setting to network, share ideas and support one another in our shared commitment to conservation.  Registration is available at <a href="http://blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1">blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1</a>.  Contact Jessie Lowry with questions at <a href="mailto:jrlowry@blankparkzoo.org">jrlowry@blankparkzoo.org</a>.\r\n\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter.\r\n\r\n<strong>October 13-17, 2013 - <em>WAZA Annual Conference</em></strong> - Hosted by Disney’s Animal Kingdom. For more information go to: <a href="http://waza.org">waza.org</a>.\r\n\r\n<strong>October 15-18, 2013 - <em>ICEE ─ International Conference on Environmental Enrichment</em></strong><em> </em>- Hosted by the National Zoological Gardens of South Africa at the Kwalata Game Ranch,   South Africa.  For more information, go to <a href="http://nzg.ac.za/icee2013">nzg.ac.za/icee2013</a>.\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2013 - Greensboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - September 8-12\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events November 2012', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2012-11-02 18:10:15', '2012-11-02 23:10:15', '', 435, 'http://aazk.org/uncategorized/435-revision-69/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2598, 2, '2012-10-01 08:07:25', '2012-10-01 13:07:25', '<strong>October 6, 2012 -</strong> <em><strong>AZH Zoo Horticulturist Certification Program</strong></em> - Three courses will be offered in conjunction with the 2012 AZH Annual Conference in Orlando: Browse and Toxic Plants and two elective courses: Design II and Responsible Water Use. Those who successfully complete the all-day Browse and Toxic Plants course will earn two credits toward the 10 credits required for AZH Certification. Those who successfully complete one of the four-hour elective courses will earn one credit. Electives courses will be offered sequentially, so that participants may choose to register for both of these courses.  For more information visit <a href="http://azh.org">azh.org</a>.\r\n\r\n<strong>October 6, 2012 - <em>Ohio Valley United Malacologists Meeting</em></strong> - Hosted by University of Saint Francis, Fort Wayne, IN.  Forum for information sharing on mollusks.  Papers and posters welcome.  For more information go to: <a href="http://ohiovalleyunifiedmalacologists6.blogspot.com/2012/07/6-oct-2012.html">http://ohiovalleyunifiedmalacologists6.blogspot.com/2012/07/6-oct-2012.html</a>.\r\n<div><strong><strong>October 12-15, 2012 - </strong><em><strong><em>From Good Care to Great Welfare: A Workshop Designed for Animal Care Professionals Presented by the Center for Zoo Animal Welfare </em></strong>-</em></strong>Detroit Zoological Society. A unique four-day workshop for animal care staff working with captive exotic animals. The workshop is designed to help participants better understand animals’ perspectives and experiences, address the challenges captivity imposes on animal welfare, and develop the skills necessary to assess and improve overall well-being. Exercises and experiences are immersive and designed to help us understand captivity from the animals’ point of view. Limited scholarship opportunities available.</div>\r\nFor information contact: Elizabeth Arbaugh, Animal Welfare Manager, Detroit Zoological Society, Tel: 248-398-0903 x3643, E-mail: <a href="mailto:Elizabeth@dzs.org">Elizabeth@dzs.org</a> or visit <a href="http://czaw.org">czaw.org</a>.\r\n\r\n<strong>November 2-4, 2012 - <em>New World Primate Husbandry Workshop</em></strong> - The New World Primate Taxon Advisory Group (NWPTAG) and the Palm Beach Zoo are hosting a New World Primate Husbandry Workshop to take place November 2-4, 2012. This will be a combined callitrichid and cebid husbandry workshop, taking the place of the traditional callitrichid workshop held in years past.  Some of the topics to be covered will include general husbandry, training and enrichment, natural history, capture and restraint methods, and mixed species exhibits.  The deadline for registration is August 31, 2012.  For more information including registration forms, please contact Dr. Stephanie Allard at <a href="mailto:sdampier@palmbeachzoo.org">sdampier@palmbeachzoo.org</a> or Michelle Farmerie at <a href="mailto:mrfarmerie@aol.com">mrfarmerie@aol.com</a>.\r\n\r\n<strong>November 5-8 2012 - </strong><strong>The </strong><strong><em>Elephant Managers Association Conference</em>.</strong> “Trunks and Palms” will be hosted by the Santa Barbara Zoological Gardens in Santa Barbara, CA. The Pre-conference trip will be hosted by the Los Angeles Zoo in Los Angeles, CA on Monday, November 5th followed by a cocktail party at the contemporary waterfront Cabrillo Art Center that evening. The conference will include two and half days of presentations followed by a Zoo Day at the Santa Barbara Zoo. The conference will conclude with a California cuisine banquet and auction. Beachfront accommodations and presentations will be held at the Hyatt of Santa Barbara: <a href="http://santabarbara.hyatt.com">santabarbara.hyatt.com</a>. To register or submit abstracts please visit: <a href="http://sbzoo.org">sbzoo.org</a> under events-EMA. For additional information please e-mail <a href="mailto:lwilson@sbzoo.org">lwilson@sbzoo.org</a>.\r\n\r\n<strong>December 3 - 7, 2012 - <em>Training and Enrichment Workshop for Zoo and Aquarium Animals</em></strong>. Hosted by Moody Gardens in Galveston, TX, Active Environments and Shape of Enrichment are proud to present the Sixth Training and Enrichment Workshop for Zoo and Aquarium Animals. This unique five-day Workshop is designed for keepers, aquarists, managers, supervisors, curators, and veterinarians working with all species of animals held in zoos, aquariums, rescue centers, and sanctuaries. The Workshop will present an array of topics relating to the behavioral management approach to caring for captive animals, with a focus on environmental enrichment, positive reinforcement training techniques, and the problem-solving process. For more information e-mail <a href="mailto:dolsen@moodygardens.com">dolsen@moodygardens.com</a> or go to <a href="http://enrichment.org">enrichment.org</a>.\r\n<h2>2013</h2>\r\n<strong><span>February 27 - March 2, 2013</span><em> - </em></strong><strong><em>21st Annual Conference of the International Association of Avian Trainers and Educators - </em></strong>Hosted by Tampa’s Lowry Park Zoo, Tampa, FL. For more information go to: <a href="http://iaate.org/iaate-annual-conference/2013-conference">iaate.org/iaate-annual-conference/2013-conference</a>.\r\n\r\n<strong>April 30 - May 2 2013 -<em>Chimpanzee SSP Meeting and Husbandry Workshop</em></strong> -Please Save the Date: The Chimpanzee SSP and the Houston Zoo are hosting the next Chimpanzee Husbandry Workshop to take place April 30 – May 2, 2013. The Chimpanzee SSP meeting will precede the workshop on April 29, 2013.  Stay tuned for more information.\r\n\r\n<strong>July 8-12, 2013 - <em>Zoos and Aquariums Committing to Conservation (ZACC)</em> -</strong> Hosted by Blank Park Zoo, Des Moines, Iowa.  The conference will bring together colleagues from the field and zoos in an informal setting to network, share ideas and support one another in our shared commitment to conservation.  Registration is available at <a href="http://blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1">blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1</a>.  Contact Jessie Lowry with questions at <a href="mailto:jrlowry@blankparkzoo.org">jrlowry@blankparkzoo.org</a>.\r\n\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - September 8-12\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events October 2012', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2012-10-01 08:07:25', '2012-10-01 13:07:25', '', 435, 'http://aazk.org/uncategorized/435-revision-67/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2577, 2, '2012-08-29 10:59:04', '2012-08-29 15:59:04', '<strong><em></em></strong>\r\n\r\n<strong>August 7th, 2012 - <em>Florida Animal Care Professionals Development Workshop</em></strong> - Making your veterinarian happy – training aardvark to zebra for A.I. to ultrasound; operant conditioning training for voluntary cooperation in medical procedures. Our inaugural workshop will be held Tuesday, August 7th 2012 from 4-8pm in Riley’s Reserve at Tampa’s Lowry Park Zoo.  Refreshments and a light dinner will be served during each workshop. For registration information please e-mail <a href="mailto:FACPdevelopmentworkshop@gmail.com">FACPdevelopmentworkshop@gmail.com</a> or call 813-935-8552 ext. 247.\r\n\r\n<strong> </strong>\r\n\r\n<strong></strong>\r\n\r\n<strong></strong>\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>August 16-19 - <em>The 10th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles</em> </strong>- Tucson, AZ.  Hosted by the Turtle Survival Alliance and the IUCN Tortoise and Freshwater Turtle Specialist Group.  For more information go to <a href="http://turtlesurvival.org">turtlesurvival.org</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 19-25, 2012 -<em>The Association of Zoo Veterinary Technicians 32nd Annual Conference</em>.</strong> Location: Lowry Park Zoo in Tampa, Florida.  For more information visit <a href="http://azvt.org">azvt.org</a>.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY. For more information go to <a href="http://www.rgzaecetia.net/gws/aazk">www.rgzaecetia.net/gws/aazk</a>.\r\n\r\n<strong><strong> October 12-15, 2012 - </strong><em><strong><em>From Good Care to Great Welfare: A Workshop Designed for Animal Care Professionals Presented by the Center for Zoo Animal Welfare </em></strong>-</em></strong>Detroit Zoological Society. A unique four-day workshop for animal care staff working with captive exotic animals. The workshop is designed to help participants better understand animals’ perspectives and experiences, address the challenges captivity imposes on animal welfare, and develop the skills necessary to assess and improve overall well-being. Exercises and experiences are immersive and designed to help us understand captivity from the animals’ point of view. Limited scholarship opportunities available.\r\n\r\nFor information contact: Elizabeth Arbaugh, Animal Welfare Manager, Detroit Zoological Society, Tel: 248-398-0903 x3643, E-mail: <a href="mailto:Elizabeth@dzs.org">Elizabeth@dzs.org</a> or visit <a href="http://czaw.org">czaw.org</a>.\r\n\r\n<strong>November 2-4, 2012 - <em>New World Primate Husbandry Workshop</em></strong> - The New World Primate Taxon Advisory Group (NWPTAG) and the Palm Beach Zoo are hosting a New World Primate Husbandry Workshop to take place November 2-4, 2012. This will be a combined callitrichid and cebid husbandry workshop, taking the place of the traditional callitrichid workshop held in years past.  Some of the topics to be covered will include general husbandry, training and enrichment, natural history, capture and restraint methods, and mixed species exhibits.  The deadline for registration is August 31, 2012.  For more information including registration forms, please contact Dr. Stephanie Allard at <a href="mailto:sdampier@palmbeachzoo.org">sdampier@palmbeachzoo.org</a> or Michelle Farmerie at <a href="mailto:mrfarmerie@aol.com">mrfarmerie@aol.com</a>.\r\n\r\n<strong>November 5-8 2012 - </strong><strong>The </strong><strong><em>Elephant Managers Association Conference</em>.</strong> “Trunks and Palms” will be hosted by the Santa Barbara Zoological Gardens in Santa Barbara, CA. The Pre-conference trip will be hosted by the Los Angeles Zoo in Los Angeles, CA on Monday, November 5th followed by a cocktail party at the contemporary waterfront Cabrillo Art Center that evening. The conference will include two and half days of presentations followed by a Zoo Day at the Santa Barbara Zoo. The conference will conclude with a California cuisine banquet and auction. Beachfront accommodations and presentations will be held at the Hyatt of Santa Barbara: <a href="http://santabarbara.hyatt.com">santabarbara.hyatt.com</a>. To register or submit abstracts please visit: <a href="http://sbzoo.org">sbzoo.org</a> under events-EMA. For additional information please e-mail <a href="mailto:lwilson@sbzoo.org">lwilson@sbzoo.org</a>.\r\n\r\n<strong>December 3 - 7, 2012 - <em>Training and Enrichment Workshop for Zoo and Aquarium Animals</em></strong>. Hosted by Moody Gardens in Galveston, TX, Active Environments and Shape of Enrichment are proud to present the Sixth Training and Enrichment Workshop for Zoo and Aquarium Animals. This unique five-day Workshop is designed for keepers, aquarists, managers, supervisors, curators, and veterinarians working with all species of animals held in zoos, aquariums, rescue centers, and sanctuaries. The Workshop will present an array of topics relating to the behavioral management approach to caring for captive animals, with a focus on environmental enrichment, positive reinforcement training techniques, and the problem-solving process. For more information e-mail <a href="mailto:dolsen@moodygardens.com">dolsen@moodygardens.com</a> or go to <a href="http://enrichment.org">enrichment.org</a>.\r\n<h2>2013</h2>\r\n<strong><em>April 30 - May 2 2013 - </em><em>Chimpanzee SSP Meeting and Husbandry Workshop</em></strong> -Please Save the Date: The Chimpanzee SSP and the Houston Zoo are hosting the next Chimpanzee Husbandry Workshop to take place April 30 – May 2, 2013. The Chimpanzee SSP meeting will precede the workshop on April 29, 2013.  Stay tuned for more information.\r\n\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - September 8-12\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events August 2012', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2012-08-29 10:59:04', '2012-08-29 15:59:04', '', 435, 'http://aazk.org/uncategorized/435-revision-63/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2557, 2, '2012-08-01 10:37:36', '2012-08-01 15:37:36', '<strong><em></em></strong>\r\n\r\n<strong>August 7th, 2012 - <em>Florida Animal Care Professionals Development Workshop</em></strong> - Making your veterinarian happy – training aardvark to zebra for A.I. to ultrasound; operant conditioning training for voluntary cooperation in medical procedures. Our inaugural workshop will be held Tuesday, August 7th 2012 from 4-8pm in Riley’s Reserve at Tampa’s Lowry Park Zoo.  Refreshments and a light dinner will be served during each workshop. For registration information please e-mail <a href="mailto:FACPdevelopmentworkshop@gmail.com">FACPdevelopmentworkshop@gmail.com</a> or call 813-935-8552 ext. 247.\r\n\r\n<strong> </strong>\r\n\r\n<strong></strong>\r\n\r\n<strong></strong>\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>August 16-19 - <em>The 10th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles</em> </strong>- Tucson, AZ.  Hosted by the Turtle Survival Alliance and the IUCN Tortoise and Freshwater Turtle Specialist Group.  For more information go to <a href="http://turtlesurvival.org">turtlesurvival.org</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 19-25, 2012 -<em>The Association of Zoo Veterinary Technicians 32nd Annual Conference</em>.</strong> Location: Lowry Park Zoo in Tampa, Florida.  For more information visit <a href="http://azvt.org">azvt.org</a>.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY. For more information go to <a href="http://www.rgzaecetia.net/gws/aazk">www.rgzaecetia.net/gws/aazk</a>.\r\n\r\n<strong><strong> October 12-15, 2012 - </strong><em><strong><em>From Good Care to Great Welfare: A Workshop Designed for Animal Care Professionals Presented by the Center for Zoo Animal Welfare </em></strong>-</em></strong>Detroit Zoological Society. A unique four-day workshop for animal care staff working with captive exotic animals. The workshop is designed to help participants better understand animals’ perspectives and experiences, address the challenges captivity imposes on animal welfare, and develop the skills necessary to assess and improve overall well-being. Exercises and experiences are immersive and designed to help us understand captivity from the animals’ point of view. Limited scholarship opportunities available.\r\n\r\nFor information contact: Elizabeth Arbaugh, Animal Welfare Manager, Detroit Zoological Society, Tel: 248-398-0903 x3643, E-mail: <a href="mailto:Elizabeth@dzs.org">Elizabeth@dzs.org</a> or visit <a href="http://czaw.org">czaw.org</a>.\r\n\r\n<strong>November 2-4, 2012 - <em>New World Primate Husbandry Workshop</em></strong> - The New World Primate Taxon Advisory Group (NWPTAG) and the Palm Beach Zoo are hosting a New World Primate Husbandry Workshop to take place November 2-4, 2012. This will be a combined callitrichid and cebid husbandry workshop, taking the place of the traditional callitrichid workshop held in years past.  Some of the topics to be covered will include general husbandry, training and enrichment, natural history, capture and restraint methods, and mixed species exhibits.  The deadline for registration is August 31, 2012.  For more information including registration forms, please contact Dr. Stephanie Allard at <a href="mailto:sdampier@palmbeachzoo.org">sdampier@palmbeachzoo.org</a> or Michelle Farmerie at <a href="mailto:mrfarmerie@aol.com">mrfarmerie@aol.com</a>.\r\n\r\n<strong>November 5-8 2012 - </strong><strong>The </strong><strong><em>Elephant Managers Association Conference</em>.</strong> “Trunks and Palms” will be hosted by the Santa Barbara Zoological Gardens in Santa Barbara, CA. The Pre-conference trip will be hosted by the Los Angeles Zoo in Los Angeles, CA on Monday, November 5th followed by a cocktail party at the contemporary waterfront Cabrillo Art Center that evening. The conference will include two and half days of presentations followed by a Zoo Day at the Santa Barbara Zoo. The conference will conclude with a California cuisine banquet and auction. Beachfront accommodations and presentations will be held at the Hyatt of Santa Barbara: <a href="http://santabarbara.hyatt.com">santabarbara.hyatt.com</a>. To register or submit abstracts please visit: <a href="http://sbzoo.org">sbzoo.org</a> under events-EMA. For additional information please e-mail <a href="mailto:lwilson@sbzoo.org">lwilson@sbzoo.org</a>.\r\n\r\n<strong>December 3 - 7, 2012 - <em>Training and Enrichment Workshop for Zoo and Aquarium Animals</em></strong>. Hosted by Moody Gardens in Galveston, TX, Active Environments and Shape of Enrichment are proud to present the Sixth Training and Enrichment Workshop for Zoo and Aquarium Animals. This unique five-day Workshop is designed for keepers, aquarists, managers, supervisors, curators, and veterinarians working with all species of animals held in zoos, aquariums, rescue centers, and sanctuaries. The Workshop will present an array of topics relating to the behavioral management approach to caring for captive animals, with a focus on environmental enrichment, positive reinforcement training techniques, and the problem-solving process. For more information e-mail <a href="mailto:dolsen@moodygardens.com">dolsen@moodygardens.com</a> or go to <a href="http://enrichment.org">enrichment.org</a>.\r\n<h2>2013</h2>\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - September 8-12\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events August 2012', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2012-08-01 10:37:36', '2012-08-01 15:37:36', '', 435, 'http://aazk.org/uncategorized/435-revision-60/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2599, 2, '2012-10-02 07:49:03', '2012-10-02 12:49:03', '', 'turtle', 0, '', 'inherit', 'closed', 'closed', '', 'turtle', '', '', '2012-10-02 07:49:03', '2012-10-02 12:49:03', '', 2586, 'http://aazk.org/wp-content/uploads/turtle.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2558, 2, '2012-08-29 10:56:19', '2012-08-29 15:56:19', '<strong><em></em></strong>\r\n\r\n<strong>August 7th, 2012 - <em>Florida Animal Care Professionals Development Workshop</em></strong> - Making your veterinarian happy – training aardvark to zebra for A.I. to ultrasound; operant conditioning training for voluntary cooperation in medical procedures. Our inaugural workshop will be held Tuesday, August 7th 2012 from 4-8pm in Riley’s Reserve at Tampa’s Lowry Park Zoo.  Refreshments and a light dinner will be served during each workshop. For registration information please e-mail <a href="mailto:FACPdevelopmentworkshop@gmail.com">FACPdevelopmentworkshop@gmail.com</a> or call 813-935-8552 ext. 247.\r\n\r\n<strong> </strong>\r\n\r\n<strong></strong>\r\n\r\n<strong></strong>\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>August 16-19 - <em>The 10th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles</em> </strong>- Tucson, AZ.  Hosted by the Turtle Survival Alliance and the IUCN Tortoise and Freshwater Turtle Specialist Group.  For more information go to <a href="http://turtlesurvival.org">turtlesurvival.org</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 19-25, 2012 -<em>The Association of Zoo Veterinary Technicians 32nd Annual Conference</em>.</strong> Location: Lowry Park Zoo in Tampa, Florida.  For more information visit <a href="http://azvt.org">azvt.org</a>.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY. For more information go to <a href="http://www.rgzaecetia.net/gws/aazk">www.rgzaecetia.net/gws/aazk</a>.\r\n\r\n<strong><strong> October 12-15, 2012 - </strong><em><strong><em>From Good Care to Great Welfare: A Workshop Designed for Animal Care Professionals Presented by the Center for Zoo Animal Welfare </em></strong>-</em></strong>Detroit Zoological Society. A unique four-day workshop for animal care staff working with captive exotic animals. The workshop is designed to help participants better understand animals’ perspectives and experiences, address the challenges captivity imposes on animal welfare, and develop the skills necessary to assess and improve overall well-being. Exercises and experiences are immersive and designed to help us understand captivity from the animals’ point of view. Limited scholarship opportunities available.\r\n\r\nFor information contact: Elizabeth Arbaugh, Animal Welfare Manager, Detroit Zoological Society, Tel: 248-398-0903 x3643, E-mail: <a href="mailto:Elizabeth@dzs.org">Elizabeth@dzs.org</a> or visit <a href="http://czaw.org">czaw.org</a>.\r\n\r\n<strong>November 2-4, 2012 - <em>New World Primate Husbandry Workshop</em></strong> - The New World Primate Taxon Advisory Group (NWPTAG) and the Palm Beach Zoo are hosting a New World Primate Husbandry Workshop to take place November 2-4, 2012. This will be a combined callitrichid and cebid husbandry workshop, taking the place of the traditional callitrichid workshop held in years past.  Some of the topics to be covered will include general husbandry, training and enrichment, natural history, capture and restraint methods, and mixed species exhibits.  The deadline for registration is August 31, 2012.  For more information including registration forms, please contact Dr. Stephanie Allard at <a href="mailto:sdampier@palmbeachzoo.org">sdampier@palmbeachzoo.org</a> or Michelle Farmerie at <a href="mailto:mrfarmerie@aol.com">mrfarmerie@aol.com</a>.\r\n\r\n<strong>November 5-8 2012 - </strong><strong>The </strong><strong><em>Elephant Managers Association Conference</em>.</strong> “Trunks and Palms” will be hosted by the Santa Barbara Zoological Gardens in Santa Barbara, CA. The Pre-conference trip will be hosted by the Los Angeles Zoo in Los Angeles, CA on Monday, November 5th followed by a cocktail party at the contemporary waterfront Cabrillo Art Center that evening. The conference will include two and half days of presentations followed by a Zoo Day at the Santa Barbara Zoo. The conference will conclude with a California cuisine banquet and auction. Beachfront accommodations and presentations will be held at the Hyatt of Santa Barbara: <a href="http://santabarbara.hyatt.com">santabarbara.hyatt.com</a>. To register or submit abstracts please visit: <a href="http://sbzoo.org">sbzoo.org</a> under events-EMA. For additional information please e-mail <a href="mailto:lwilson@sbzoo.org">lwilson@sbzoo.org</a>.\r\n\r\n<strong>December 3 - 7, 2012 - <em>Training and Enrichment Workshop for Zoo and Aquarium Animals</em></strong>. Hosted by Moody Gardens in Galveston, TX, Active Environments and Shape of Enrichment are proud to present the Sixth Training and Enrichment Workshop for Zoo and Aquarium Animals. This unique five-day Workshop is designed for keepers, aquarists, managers, supervisors, curators, and veterinarians working with all species of animals held in zoos, aquariums, rescue centers, and sanctuaries. The Workshop will present an array of topics relating to the behavioral management approach to caring for captive animals, with a focus on environmental enrichment, positive reinforcement training techniques, and the problem-solving process. For more information e-mail <a href="mailto:dolsen@moodygardens.com">dolsen@moodygardens.com</a> or go to <a href="http://enrichment.org">enrichment.org</a>.\r\n<h2>2013</h2>\r\n<strong><em>April 30 - May 2: Chimpanzee SSP Meeting and Husbandry Workshop</em></strong> -Please Save the Date: The Chimpanzee SSP and the Houston Zoo are hosting the next Chimpanzee Husbandry Workshop to take place April 30 – May 2, 2013. The Chimpanzee SSP meeting will precede the workshop on April 29, 2013.  Stay tuned for more information.\r\n\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - September 8-12\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events August 2012', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2012-08-29 10:56:19', '2012-08-29 15:56:19', '', 435, 'http://aazk.org/uncategorized/435-revision-61/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2559, 2, '2012-08-29 10:58:06', '2012-08-29 15:58:06', '<strong><em></em></strong>\r\n\r\n<strong>August 7th, 2012 - <em>Florida Animal Care Professionals Development Workshop</em></strong> - Making your veterinarian happy – training aardvark to zebra for A.I. to ultrasound; operant conditioning training for voluntary cooperation in medical procedures. Our inaugural workshop will be held Tuesday, August 7th 2012 from 4-8pm in Riley’s Reserve at Tampa’s Lowry Park Zoo.  Refreshments and a light dinner will be served during each workshop. For registration information please e-mail <a href="mailto:FACPdevelopmentworkshop@gmail.com">FACPdevelopmentworkshop@gmail.com</a> or call 813-935-8552 ext. 247.\r\n\r\n<strong> </strong>\r\n\r\n<strong></strong>\r\n\r\n<strong></strong>\r\n\r\n<strong>August 8-14, 2012 - <em>The World Congress of Herpetology</em></strong> - To be held in Vancouver, Canada. For more information see <a href="http://www.worldcongressofherpetology.org/">http://www.worldcongressofherpetology.org/</a>.\r\n\r\n<strong>August 16-19 - <em>The 10th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles</em> </strong>- Tucson, AZ.  Hosted by the Turtle Survival Alliance and the IUCN Tortoise and Freshwater Turtle Specialist Group.  For more information go to <a href="http://turtlesurvival.org">turtlesurvival.org</a>.\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 19-25, 2012 -<em>The Association of Zoo Veterinary Technicians 32nd Annual Conference</em>.</strong> Location: Lowry Park Zoo in Tampa, Florida.  For more information visit <a href="http://azvt.org">azvt.org</a>.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY. For more information go to <a href="http://www.rgzaecetia.net/gws/aazk">www.rgzaecetia.net/gws/aazk</a>.\r\n\r\n<strong><strong> October 12-15, 2012 - </strong><em><strong><em>From Good Care to Great Welfare: A Workshop Designed for Animal Care Professionals Presented by the Center for Zoo Animal Welfare </em></strong>-</em></strong>Detroit Zoological Society. A unique four-day workshop for animal care staff working with captive exotic animals. The workshop is designed to help participants better understand animals’ perspectives and experiences, address the challenges captivity imposes on animal welfare, and develop the skills necessary to assess and improve overall well-being. Exercises and experiences are immersive and designed to help us understand captivity from the animals’ point of view. Limited scholarship opportunities available.\r\n\r\nFor information contact: Elizabeth Arbaugh, Animal Welfare Manager, Detroit Zoological Society, Tel: 248-398-0903 x3643, E-mail: <a href="mailto:Elizabeth@dzs.org">Elizabeth@dzs.org</a> or visit <a href="http://czaw.org">czaw.org</a>.\r\n\r\n<strong>November 2-4, 2012 - <em>New World Primate Husbandry Workshop</em></strong> - The New World Primate Taxon Advisory Group (NWPTAG) and the Palm Beach Zoo are hosting a New World Primate Husbandry Workshop to take place November 2-4, 2012. This will be a combined callitrichid and cebid husbandry workshop, taking the place of the traditional callitrichid workshop held in years past.  Some of the topics to be covered will include general husbandry, training and enrichment, natural history, capture and restraint methods, and mixed species exhibits.  The deadline for registration is August 31, 2012.  For more information including registration forms, please contact Dr. Stephanie Allard at <a href="mailto:sdampier@palmbeachzoo.org">sdampier@palmbeachzoo.org</a> or Michelle Farmerie at <a href="mailto:mrfarmerie@aol.com">mrfarmerie@aol.com</a>.\r\n\r\n<strong>November 5-8 2012 - </strong><strong>The </strong><strong><em>Elephant Managers Association Conference</em>.</strong> “Trunks and Palms” will be hosted by the Santa Barbara Zoological Gardens in Santa Barbara, CA. The Pre-conference trip will be hosted by the Los Angeles Zoo in Los Angeles, CA on Monday, November 5th followed by a cocktail party at the contemporary waterfront Cabrillo Art Center that evening. The conference will include two and half days of presentations followed by a Zoo Day at the Santa Barbara Zoo. The conference will conclude with a California cuisine banquet and auction. Beachfront accommodations and presentations will be held at the Hyatt of Santa Barbara: <a href="http://santabarbara.hyatt.com">santabarbara.hyatt.com</a>. To register or submit abstracts please visit: <a href="http://sbzoo.org">sbzoo.org</a> under events-EMA. For additional information please e-mail <a href="mailto:lwilson@sbzoo.org">lwilson@sbzoo.org</a>.\r\n\r\n<strong>December 3 - 7, 2012 - <em>Training and Enrichment Workshop for Zoo and Aquarium Animals</em></strong>. Hosted by Moody Gardens in Galveston, TX, Active Environments and Shape of Enrichment are proud to present the Sixth Training and Enrichment Workshop for Zoo and Aquarium Animals. This unique five-day Workshop is designed for keepers, aquarists, managers, supervisors, curators, and veterinarians working with all species of animals held in zoos, aquariums, rescue centers, and sanctuaries. The Workshop will present an array of topics relating to the behavioral management approach to caring for captive animals, with a focus on environmental enrichment, positive reinforcement training techniques, and the problem-solving process. For more information e-mail <a href="mailto:dolsen@moodygardens.com">dolsen@moodygardens.com</a> or go to <a href="http://enrichment.org">enrichment.org</a>.\r\n<h2>2013</h2>\r\n<strong><em>April 30 - May 2 2013: Chimpanzee SSP Meeting and Husbandry Workshop</em></strong> -Please Save the Date: The Chimpanzee SSP and the Houston Zoo are hosting the next Chimpanzee Husbandry Workshop to take place April 30 – May 2, 2013. The Chimpanzee SSP meeting will precede the workshop on April 29, 2013.  Stay tuned for more information.\r\n\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - September 8-12\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events August 2012', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2012-08-29 10:58:06', '2012-08-29 15:58:06', '', 435, 'http://aazk.org/uncategorized/435-revision-62/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2560, 2, '2012-08-31 19:29:50', '2012-09-01 00:29:50', 'About the Cover/Information for Contributors<span> </span>\r\n\r\nFrom the President<span> </span>\r\n\r\nNew Members<span> </span>\r\n\r\nComing Events<span> </span>\r\n\r\nThe Scoop<span> </span>\r\n\r\nCall for Papers: Multi-species Bird/Ungulate Habitats\r\n\r\nDietary Practices for Hand-Rearing of an Infant Chimpanzee<span> </span>\r\n\r\nGood Catch - Monitoring Fish Consumption/Waste in Order to Reduce Food Fish\r\n\r\nWaste at the Penguin and Puffin Coast<span> </span>\r\n\r\nPlanning and Implementing a Herp Survey<span> </span>\r\n\r\nEnrichment Options: Safer Enrichment — It’s as Easy as 1,2,3<span> </span>\r\n\r\nTraining Tales: You want to Stick What? Where?:  Redirecting Focus to Facilitate\r\n\r\nInjection Training of Mongoose Lemurs<span> </span>\r\n\r\nConservation Station: Express Crisis Relief<span> </span>\r\n\r\nResearch in Practice: Spending Time Evaluating Enrichment – How Much is Enough?', 'September 2012', 0, '', 'draft', 'closed', 'closed', '', 'september-2012', '', '', '2013-10-15 17:49:16', '2013-10-15 22:49:16', '', 0, 'http://aazk.org/?p=2560', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2561, 2, '2012-08-31 19:29:31', '2012-09-01 00:29:31', '', 'September 2012', 0, '', 'inherit', 'closed', 'closed', '', '2560-revision', '', '', '2012-08-31 19:29:31', '2012-09-01 00:29:31', '', 2560, 'http://aazk.org/uncategorized/2560-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2562, 2, '2012-08-31 19:30:55', '2012-09-01 00:30:55', 'About the Cover/Information for Contributors<span> </span>\n\nFrom the President<span> </span>\n\nNew Members<span> </span>\n\nComing Events<span> </span>\n\nThe Scoop<span> </span>\n\nCall for Papers: Multi-species Bird/Ungulate Habitats\n\nDietary Practices for Hand-Rearing of an Infant Chimpanzee<span> </span>\n\nGood Catch - Monitoring Fish Consumption/Waste in Order to Reduce Food Fish\n\nWaste at the Penguin and Puffin Coast<span> </span>\n\nPlanning and Implementing a Herp Survey<span> </span>\n\nEnrichment Options: Safer Enrichment — It’s as Easy as 1,2,3<span> </span>\n\nTraining Tales: You want to Stick What? Where?:  Redirecting Focus to Facilitate\n\nInjection Training of Mongoose Lemurs<span> </span>\n\nConservation Station: Express Crisis Relief<span> </span>\n\nResearch in Practice: Spending Time Evaluating Enrichment – How Much is Enough?', 'September 2012', 0, '', 'inherit', 'closed', 'closed', '', '2560-autosave', '', '', '2012-08-31 19:30:55', '2012-09-01 00:30:55', '', 2560, 'http://aazk.org/uncategorized/2560-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2563, 2, '2012-08-31 19:46:33', '2012-09-01 00:46:33', '<em>By Jennifer Ireland, Animal Management Supervisor\r\nand Terry Webb,  Former Curator of Mammals*\r\nNorth Carolina Zoological Park, Asheboro, NC\r\n*currently Collections Manager at WCS/Prospect Park Zoo</em>\r\n\r\n<strong>Abstract:</strong>\r\n\r\nOn 2 August 2010 a primiparous chimpanzee at the North Carolina Zoo gave birth to a healthy infant.  Maternal competence was questionable as improper positioning of the infant prevented nursing.  On Days 1 and 2 of the infant’s life, the mother was anesthetized and the infant was allowed to nurse.  On Days 3 through 5 zoo keepers were able to periodically bottle feed through caging without the mother interfering.  On Day 6 the decision was made to remove the infant for hand-rearing as bottle feeding through the cage front became unreliable and required considerable cooperation from the mother.\r\n\r\nThe infant chimpanzee was put on a scheduled feeding regime consisting of human infant formula.   Consumption, fecal output, and daily weights were recorded.  Adjustments to the amount and type of formula offered were made based on consumption, fecal output, weight, behavior, and social and behavioral milestones.\r\n\r\nTraditionally, hand-reared chimpanzee infants are introduced to adults between six and 18 months of age.  With the permission of the Chimpanzee Species Survival Plan (SSP®) of the American Association of Zoos and Aquariums (AZA), plans were made for introduction at approximately four months.   Physical development and mobility of the infant were the two factors that determined if the infant was ready.   Traditional methods for food introduction and feeding schedules were accelerated.\r\n\r\n<strong>Introduction</strong>\r\n\r\nChimpanzees have frequently been hand-reared (i.e. reared by humans) in research facilities and/or zoological institutions, though the frequency of hand-rearing has greatly reduced over the past 50 years due to improved husbandry practices (Porton and Niebruegge, 2006).   Historically, hand-rearing has occurred for various reasons including: maternal incompetence, medical concerns, aggression towards the infant by the mother or conspecifics, death of the mother, rearing so that the animal was tractable for shows, educational presentations, or research, and the popularity of nursery exhibits with the public.\r\n\r\nIn AZA, accredited zoos’ female chimpanzees are given every opportunity to raise their offspring.  Only in the cases of maternal incompetence, aggression, or significant health issues are infants pulled for hand-rearing.   If total neglect or abuse is not present, institutions are encouraged to allow the mother and infant to stay together for 72 hours prior to making the decision to hand-rear (AZA Ape TAG, 2010).  Infants can survive these 72 hours without nursing (Rogers and Davenport, 1970).  Maternal care is learned and can improve with practice, so this time allows the mother and infant time to develop proficiencies.\r\n\r\nResearch has shown that even chimpanzees hand-reared in socially and environmentally complex nursery settings show higher levels of abnormal behaviors (Maki, Fritz, and England, 1993; Bloomsmith and Haberstroh, 1995) and a greater chance of developing non-breeding behaviors or maternal incompetence as adults (King and Mellen, 1994).  In order to encourage the development of a normal behavioral repertoire, chimpanzees that cannot be mother-reared should be peer-reared and/or integrated with conspecifics at an early age.  The SSP® Care Manual for Chimpanzees suggests that socialization back to the mother should occur within six months or to a surrogate by 18 months (AZA Ape TAG, 2010).\r\n\r\nIn developing a hand-rearing plan for chimpanzee infants it is therefore necessary to take both behavioral and nutritional factors into account.  When the North Carolina Zoo was recently faced with the task of hand-rearing a chimpanzee infant we carefully considered the need to socialize the infant with conspecifics.  The high degree of similarity between humans and chimpanzees allows for the relatively straight forward adaptation of human infant diets to the raising of chimpanzees.  However, given the need to integrate the infant with adult chimpanzees at an early age, we accelerated some of the traditional timelines for diet presentation in order to prepare the young chimp for reintroductions to the troop.\r\n\r\n<strong>Hand-rearing Nutrition Overview</strong>\r\n\r\nChimpanzees are humans’ closest, living relative, with similarities in physiology as well as growth and development.  As a result nutritional and feeding recommendations for humans can be adapted to chimpanzees with relative ease.  In fact, prior to 2003 it was recommended that the human recommended daily allowance (RDA) tables be consulted when approximating chimpanzee nutritional requirements (Fulk, Loomis, and Garland, 1992). Currently, the specific nutrient requirements for chimpanzees are defined and are available in the book Nutrient Requirements of Nonhuman Primates (National Research Council, 2003)\r\n\r\nIn 1985, Fritz, Ebert, and Carland outlined the nutritional management of hand-reared chimpanzees at the Primate Foundation of Arizona in Tempe, AZ. This information is used as the basis for current recommendations for the feeding of infant chimpanzees that are being hand-reared (Porton, 1992).   These recommendations provide suggestions on the frequency of feeding, volume, supplements, when to introduce solids, and weaning, which closely match dietary recommendations for human infants.\r\n\r\n<strong>Hand-rearing and Dietary Practices at the North Carolina Zoological Park</strong>\r\n\r\nOn 2 August 2010 a primiparous chimpanzee at the North Carolina Zoo gave birth to a full-term, healthy infant (242 days after conception).  Maternal competence was questionable as improper positioning of the infant prevented nursing (Photo I).  On Days 1 and 2 of the infant’s life no bouts of nursing were observed and the infant appeared weak. The mother was anesthetized on both days and the infant was allowed to nurse.  Through cooperation with the mother, on Days 3 through 5 zoo keepers were able to periodically bottle feed the infant through the mesh caging.  During these feeding sessions the mother brought the infant to the cage front and zoo keepers used a nipple extension to offer it Pedialyte® and/or a human infant formula.  Unfortunately, cooperation with the mother declined during Days 4 through 5 preventing reliable feeding.  The mother also began leaving the infant on the floor and unattended for prolonged periods of time.  As a result of the inappropriate maternal behaviors, on Day 6 the decision was made to remove the infant for hand-rearing.\r\n\r\nOnce the decision to hand-rear was made, a team of trained neonatal volunteers was assembled to assist zoo staff in caring for the infant chimpanzee.  It is the practice of AZA zoos to mimic natural mother-infant behavior as closely as possible during hand-rearing.  Hand-rearing therefore involves almost 24-hour body-to-body contact between the infant and the caretaker, species-specific handling of the infant (including feeding the infant in a ventro-ventral position (Photo II), and exposure to<img class="size-full wp-image-2566 alignright" title="pic22" src="http://aecetia.net/gws/aazk/wp-content/uploads/pic22.jpg" alt="pic22" width="419" height="572" />\r\nconspecifics (AZA Ape TAG, 2010).\r\n\r\nThe hand-rearing team recorded food offered and consumed, daily weights and temperatures, urination frequencies, fecal output and its consistency, and any behavioral or developmental data.  Dietary changes, including frequencies and amounts, were approved by the area supervisor, the Curator of Mammals, and the attending veterinarian.  Factors for diet changes were: total diet consumption, consumption at certain periods of the day, fecal output, weight, behavior, and social and developmental needs.\r\n\r\nScheduled feeding was instituted, rather than on-demand feeding, due to the large number of individuals caring for the infant.  We chose a fixed schedule to avoid reliance on different individuals’ subjective judgment of hunger cues from the infant and the desire not to over or under feed.\r\n\r\nFor the first six weeks the infant was fed using a preemie bottle and nipple from Enfamil®.  At six weeks we changed to Evenflo® Classic™ bottles and silicone nipples (3-6 month, medium flow) due to issues with the preemie nipples flowing too fast.  We were concerned with aspiration and bloating due to rapid consumption.\r\n\r\nInitially the infant was provided the human infant formula Similac® Advance® Early Shield® with iron (see Table I for dietary offerings).  At just over two weeks of age the formula was changed to a soy formula (Enfamil® Prosobee® Infant Formula for Sensitive Tummy Soy formula with iron) due to several days of diarrhea and possible lactose intolerance.  The infant remains on this formula to date. When bouts of diarrhea occurred, the infant was taken off formula and offered Pedialyte® solution at 100% for 1-5 feeds (depending on length and frequency of diarrhea), then switched back to 100% formula over the course of three feeds.\r\n\r\nRice cereal was offered at eight weeks.   Novel fruits and vegetables in the form of baby food were introduced at 13 weeks.  Each item was offered for four consecutive days before offering a new item.  This was done to monitor for food allergies or adverse effects of each new food.   At each feeding cereal and/or fruits/vegetables were supplemental foods.  Formula was and continues to be the primary source of nutrition….\r\n<div style="font-style: italic;"><strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong></div>', 'Dietary Practices for Hand-Rearing of an Infant Chimpanzee (Pan troglodytes) at the North Carolina Zoological Park', 0, '', 'draft', 'closed', 'closed', '', 'dietary-practices-for-hand-rearing-of-an-infant-chimpanzee-pan-troglodytes-at-the-north-carolina-zoological-park', '', '', '2013-10-15 17:49:16', '2013-10-15 22:49:16', '', 0, 'http://aazk.org/?p=2563', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2564, 2, '2012-08-31 19:37:29', '2012-09-01 00:37:29', '', 'pic2', 0, '', 'inherit', 'closed', 'closed', '', 'pic2', '', '', '2012-08-31 19:37:29', '2012-09-01 00:37:29', '', 2563, 'http://aazk.org/wp-content/uploads/pic2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2565, 2, '2012-08-31 19:39:10', '2012-09-01 00:39:10', '', 'pic21', 0, '', 'inherit', 'closed', 'closed', '', 'pic21', '', '', '2012-08-31 19:39:10', '2012-09-01 00:39:10', '', 2563, 'http://aazk.org/wp-content/uploads/pic21.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2566, 2, '2012-08-31 19:44:40', '2012-09-01 00:44:40', '', 'pic22', 0, '', 'inherit', 'closed', 'closed', '', 'pic22', '', '', '2012-08-31 19:44:40', '2012-09-01 00:44:40', '', 2563, 'http://aazk.org/wp-content/uploads/pic22.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2567, 2, '2012-08-31 19:45:02', '2012-09-01 00:45:02', '<strong><em>By Jennifer Ireland, Animal Management Supervisor\nand Terry Webb,  Former Curator of Mammals*\nNorth Carolina Zoological Park, Asheboro, NC\n*currently Collections Manager at WCS/Prospect Park Zoo</em></strong>\n\n<strong></strong>\n\n<strong>Abstract:</strong>\n\nOn 2 August 2010 a primiparous chimpanzee at the North Carolina Zoo gave birth to a healthy infant.  Maternal competence was questionable as improper positioning of the infant prevented nursing.  On Days 1 and 2 of the infant’s life, the mother was anesthetized and the infant was allowed to nurse.  On Days 3 through 5 zoo keepers were able to periodically bottle feed through caging without the mother interfering.  On Day 6 the decision was made to remove the infant for hand-rearing as bottle feeding through the cage front became unreliable and required considerable cooperation from the mother.\n\nThe infant chimpanzee was put on a scheduled feeding regime consisting of human infant formula.   Consumption, fecal output, and daily weights were recorded.  Adjustments to the amount and type of formula offered were made based on consumption, fecal output, weight, behavior, and social and behavioral milestones.\n\nTraditionally, hand-reared chimpanzee infants are introduced to adults between six and 18 months of age.  With the permission of the Chimpanzee Species Survival Plan (SSP®) of the American Association of Zoos and Aquariums (AZA), plans were made for introduction at approximately four months.   Physical development and mobility of the infant were the two factors that determined if the infant was ready.   Traditional methods for food introduction and feeding schedules were accelerated.\n\n<strong>Introduction</strong>\n\nChimpanzees have frequently been hand-reared (i.e. reared by humans) in research facilities and/or zoological institutions, though the frequency of hand-rearing has greatly reduced over the past 50 years due to improved husbandry practices (Porton and Niebruegge, 2006).   Historically, hand-rearing has occurred for various reasons including: maternal incompetence, medical concerns, aggression towards the infant by the mother or conspecifics, death of the mother, rearing so that the animal was tractable for shows, educational presentations, or research, and the popularity of nursery exhibits with the public.\n\nIn AZA, accredited zoos’ female chimpanzees are given every opportunity to raise their offspring.  Only in the cases of maternal incompetence, aggression, or significant health issues are infants pulled for hand-rearing.   If total neglect or abuse is not present, institutions are encouraged to allow the mother and infant to stay together for 72 hours prior to making the decision to hand-rear (AZA Ape TAG, 2010).  Infants can survive these 72 hours without nursing (Rogers and Davenport, 1970).  Maternal care is learned and can improve with practice, so this time allows the mother and infant time to develop proficiencies.\n\nResearch has shown that even chimpanzees hand-reared in socially and environmentally complex nursery settings show higher levels of abnormal behaviors (Maki, Fritz, and England, 1993; Bloomsmith and Haberstroh, 1995) and a greater chance of developing non-breeding behaviors or maternal incompetence as adults (King and Mellen, 1994).  In order to encourage the development of a normal behavioral repertoire, chimpanzees that cannot be mother-reared should be peer-reared and/or integrated with conspecifics at an early age.  The SSP® Care Manual for Chimpanzees suggests that socialization back to the mother should occur within six months or to a surrogate by 18 months (AZA Ape TAG, 2010).\n\nIn developing a hand-rearing plan for chimpanzee infants it is therefore necessary to take both behavioral and nutritional factors into account.  When the North Carolina Zoo was recently faced with the task of hand-rearing a chimpanzee infant we carefully considered the need to socialize the infant with conspecifics.  The high degree of similarity between humans and chimpanzees allows for the relatively straight forward adaptation of human infant diets to the raising of chimpanzees.  However, given the need to integrate the infant with adult chimpanzees at an early age, we accelerated some of the traditional timelines for diet presentation in order to prepare the young chimp for reintroductions to the troop.\n\n<strong>Hand-rearing Nutrition Overview</strong>\n\nChimpanzees are humans’ closest, living relative, with similarities in physiology as well as growth and development.  As a result nutritional and feeding recommendations for humans can be adapted to chimpanzees with relative ease.  In fact, prior to 2003 it was recommended that the human recommended daily allowance (RDA) tables be consulted when approximating chimpanzee nutritional requirements (Fulk, Loomis, and Garland, 1992). Currently, the specific nutrient requirements for chimpanzees are defined and are available in the book Nutrient Requirements of Nonhuman Primates (National Research Council, 2003)\n\nIn 1985, Fritz, Ebert, and Carland outlined the nutritional management of hand-reared chimpanzees at the Primate Foundation of Arizona in Tempe, AZ. This information is used as the basis for current recommendations for the feeding of infant chimpanzees that are being hand-reared (Porton, 1992).   These recommendations provide suggestions on the frequency of feeding, volume, supplements, when to introduce solids, and weaning, which closely match dietary recommendations for human infants.\n\n<strong>Hand-rearing and Dietary Practices at the North Carolina Zoological Park</strong>\n\nOn 2 August 2010 a primiparous chimpanzee at the North Carolina Zoo gave birth to a full-term, healthy infant (242 days after conception).  Maternal competence was questionable as improper positioning of the infant prevented nursing (Photo I).  On Days 1 and 2 of the infant’s life no bouts of nursing were observed and the infant appeared weak. The mother was anesthetized on both days and the infant was allowed to nurse.  Through cooperation with the mother, on Days 3 through 5 zoo keepers were able to periodically bottle feed the infant through the mesh caging.  During these feeding sessions the mother brought the infant to the cage front and zoo keepers used a nipple extension to offer it Pedialyte® and/or a human infant formula.  Unfortunately, cooperation with the mother declined during Days 4 through 5 preventing reliable feeding.  The mother also began leaving the infant on the floor and unattended for prolonged periods of time.  As a result of the inappropriate maternal behaviors, on Day 6 the decision was made to remove the infant for hand-rearing.\n\nOnce the decision to hand-rear was made, a team of trained neonatal volunteers was assembled to assist zoo staff in caring for the infant chimpanzee.  It is the practice of AZA zoos to mimic natural mother-infant behavior as closely as possible during hand-rearing.  Hand-rearing therefore involves almost 24-hour body-to-body contact between the infant and the caretaker, species-specific handling of the infant (including feeding the infant in a ventro-ventral position (Photo II), and exposure to<img class="size-full wp-image-2566 alignright" title="pic22" src="http://aecetia.net/gws/aazk/wp-content/uploads/pic22.jpg" alt="pic22" width="419" height="572" />\nconspecifics (AZA Ape TAG, 2010).\n\nThe hand-rearing team recorded food offered and consumed, daily weights and temperatures, urination frequencies, fecal output and its consistency, and any behavioral or developmental data.  Dietary changes, including frequencies and amounts, were approved by the area supervisor, the Curator of Mammals, and the attending veterinarian.  Factors for diet changes were: total diet consumption, consumption at certain periods of the day, fecal output, weight, behavior, and social and developmental needs.\n\nScheduled feeding was instituted, rather than on-demand feeding, due to the large number of individuals caring for the infant.  We chose a fixed schedule to avoid reliance on different individuals’ subjective judgment of hunger cues from the infant and the desire not to over or under feed.\n\nFor the first six weeks the infant was fed using a preemie bottle and nipple from Enfamil®.  At six weeks we changed to Evenflo® Classic™ bottles and silicone nipples (3-6 month, medium flow) due to issues with the preemie nipples flowing too fast.  We were concerned with aspiration and bloating due to rapid consumption.\n\nInitially the infant was provided the human infant formula Similac® Advance® Early Shield® with iron (see Table I for dietary offerings).  At just over two weeks of age the formula was changed to a soy formula (Enfamil® Prosobee® Infant Formula for Sensitive Tummy Soy formula with iron) due to several days of diarrhea and possible lactose intolerance.  The infant remains on this formula to date. When bouts of diarrhea occurred, the infant was taken off formula and offered Pedialyte® solution at 100% for 1-5 feeds (depending on length and frequency of diarrhea), then switched back to 100% formula over the course of three feeds.\n\nRice cereal was offered at eight weeks.   Novel fruits and vegetables in the form of baby food were introduced at 13 weeks.  Each item was offered for four consecutive days before offering a new item.  This was done to monitor for food allergies or adverse effects of each new food.   At each feeding cereal and/or fruits/vegetables were supplemental foods.  Formula was and continues to be the primary source of nutrition….\n<div style="font-style: italic;"></div>', 'Dietary Practices for Hand-Rearing of an Infant Chimpanzee (Pan troglodytes) at the North Carolina Zoological Park', 0, '', 'inherit', 'closed', 'closed', '', '2563-revision', '', '', '2012-08-31 19:45:02', '2012-09-01 00:45:02', '', 2563, 'http://aazk.org/uncategorized/2563-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2568, 2, '2012-08-31 19:46:02', '2012-09-01 00:46:02', '<strong><em>By Jennifer Ireland, Animal Management Supervisor\nand Terry Webb,  Former Curator of Mammals*\nNorth Carolina Zoological Park, Asheboro, NC\n*currently Collections Manager at WCS/Prospect Park Zoo</em></strong>\n\n<strong></strong>\n\n<strong>Abstract:</strong>\n\nOn 2 August 2010 a primiparous chimpanzee at the North Carolina Zoo gave birth to a healthy infant.  Maternal competence was questionable as improper positioning of the infant prevented nursing.  On Days 1 and 2 of the infant’s life, the mother was anesthetized and the infant was allowed to nurse.  On Days 3 through 5 zoo keepers were able to periodically bottle feed through caging without the mother interfering.  On Day 6 the decision was made to remove the infant for hand-rearing as bottle feeding through the cage front became unreliable and required considerable cooperation from the mother.\n\nThe infant chimpanzee was put on a scheduled feeding regime consisting of human infant formula.   Consumption, fecal output, and daily weights were recorded.  Adjustments to the amount and type of formula offered were made based on consumption, fecal output, weight, behavior, and social and behavioral milestones.\n\nTraditionally, hand-reared chimpanzee infants are introduced to adults between six and 18 months of age.  With the permission of the Chimpanzee Species Survival Plan (SSP®) of the American Association of Zoos and Aquariums (AZA), plans were made for introduction at approximately four months.   Physical development and mobility of the infant were the two factors that determined if the infant was ready.   Traditional methods for food introduction and feeding schedules were accelerated.\n\n<strong>Introduction</strong>\n\nChimpanzees have frequently been hand-reared (i.e. reared by humans) in research facilities and/or zoological institutions, though the frequency of hand-rearing has greatly reduced over the past 50 years due to improved husbandry practices (Porton and Niebruegge, 2006).   Historically, hand-rearing has occurred for various reasons including: maternal incompetence, medical concerns, aggression towards the infant by the mother or conspecifics, death of the mother, rearing so that the animal was tractable for shows, educational presentations, or research, and the popularity of nursery exhibits with the public.\n\nIn AZA, accredited zoos’ female chimpanzees are given every opportunity to raise their offspring.  Only in the cases of maternal incompetence, aggression, or significant health issues are infants pulled for hand-rearing.   If total neglect or abuse is not present, institutions are encouraged to allow the mother and infant to stay together for 72 hours prior to making the decision to hand-rear (AZA Ape TAG, 2010).  Infants can survive these 72 hours without nursing (Rogers and Davenport, 1970).  Maternal care is learned and can improve with practice, so this time allows the mother and infant time to develop proficiencies.\n\nResearch has shown that even chimpanzees hand-reared in socially and environmentally complex nursery settings show higher levels of abnormal behaviors (Maki, Fritz, and England, 1993; Bloomsmith and Haberstroh, 1995) and a greater chance of developing non-breeding behaviors or maternal incompetence as adults (King and Mellen, 1994).  In order to encourage the development of a normal behavioral repertoire, chimpanzees that cannot be mother-reared should be peer-reared and/or integrated with conspecifics at an early age.  The SSP® Care Manual for Chimpanzees suggests that socialization back to the mother should occur within six months or to a surrogate by 18 months (AZA Ape TAG, 2010).\n\nIn developing a hand-rearing plan for chimpanzee infants it is therefore necessary to take both behavioral and nutritional factors into account.  When the North Carolina Zoo was recently faced with the task of hand-rearing a chimpanzee infant we carefully considered the need to socialize the infant with conspecifics.  The high degree of similarity between humans and chimpanzees allows for the relatively straight forward adaptation of human infant diets to the raising of chimpanzees.  However, given the need to integrate the infant with adult chimpanzees at an early age, we accelerated some of the traditional timelines for diet presentation in order to prepare the young chimp for reintroductions to the troop.\n\n<strong>Hand-rearing Nutrition Overview</strong>\n\nChimpanzees are humans’ closest, living relative, with similarities in physiology as well as growth and development.  As a result nutritional and feeding recommendations for humans can be adapted to chimpanzees with relative ease.  In fact, prior to 2003 it was recommended that the human recommended daily allowance (RDA) tables be consulted when approximating chimpanzee nutritional requirements (Fulk, Loomis, and Garland, 1992). Currently, the specific nutrient requirements for chimpanzees are defined and are available in the book Nutrient Requirements of Nonhuman Primates (National Research Council, 2003)\n\nIn 1985, Fritz, Ebert, and Carland outlined the nutritional management of hand-reared chimpanzees at the Primate Foundation of Arizona in Tempe, AZ. This information is used as the basis for current recommendations for the feeding of infant chimpanzees that are being hand-reared (Porton, 1992).   These recommendations provide suggestions on the frequency of feeding, volume, supplements, when to introduce solids, and weaning, which closely match dietary recommendations for human infants.\n\n<strong>Hand-rearing and Dietary Practices at the North Carolina Zoological Park</strong>\n\nOn 2 August 2010 a primiparous chimpanzee at the North Carolina Zoo gave birth to a full-term, healthy infant (242 days after conception).  Maternal competence was questionable as improper positioning of the infant prevented nursing (Photo I).  On Days 1 and 2 of the infant’s life no bouts of nursing were observed and the infant appeared weak. The mother was anesthetized on both days and the infant was allowed to nurse.  Through cooperation with the mother, on Days 3 through 5 zoo keepers were able to periodically bottle feed the infant through the mesh caging.  During these feeding sessions the mother brought the infant to the cage front and zoo keepers used a nipple extension to offer it Pedialyte® and/or a human infant formula.  Unfortunately, cooperation with the mother declined during Days 4 through 5 preventing reliable feeding.  The mother also began leaving the infant on the floor and unattended for prolonged periods of time.  As a result of the inappropriate maternal behaviors, on Day 6 the decision was made to remove the infant for hand-rearing.\n\nOnce the decision to hand-rear was made, a team of trained neonatal volunteers was assembled to assist zoo staff in caring for the infant chimpanzee.  It is the practice of AZA zoos to mimic natural mother-infant behavior as closely as possible during hand-rearing.  Hand-rearing therefore involves almost 24-hour body-to-body contact between the infant and the caretaker, species-specific handling of the infant (including feeding the infant in a ventro-ventral position (Photo II), and exposure to<img class="size-full wp-image-2566 alignright" title="pic22" src="http://aecetia.net/gws/aazk/wp-content/uploads/pic22.jpg" alt="pic22" width="419" height="572" />\nconspecifics (AZA Ape TAG, 2010).\n\nThe hand-rearing team recorded food offered and consumed, daily weights and temperatures, urination frequencies, fecal output and its consistency, and any behavioral or developmental data.  Dietary changes, including frequencies and amounts, were approved by the area supervisor, the Curator of Mammals, and the attending veterinarian.  Factors for diet changes were: total diet consumption, consumption at certain periods of the day, fecal output, weight, behavior, and social and developmental needs.\n\nScheduled feeding was instituted, rather than on-demand feeding, due to the large number of individuals caring for the infant.  We chose a fixed schedule to avoid reliance on different individuals’ subjective judgment of hunger cues from the infant and the desire not to over or under feed.\n\nFor the first six weeks the infant was fed using a preemie bottle and nipple from Enfamil®.  At six weeks we changed to Evenflo® Classic™ bottles and silicone nipples (3-6 month, medium flow) due to issues with the preemie nipples flowing too fast.  We were concerned with aspiration and bloating due to rapid consumption.\n\nInitially the infant was provided the human infant formula Similac® Advance® Early Shield® with iron (see Table I for dietary offerings).  At just over two weeks of age the formula was changed to a soy formula (Enfamil® Prosobee® Infant Formula for Sensitive Tummy Soy formula with iron) due to several days of diarrhea and possible lactose intolerance.  The infant remains on this formula to date. When bouts of diarrhea occurred, the infant was taken off formula and offered Pedialyte® solution at 100% for 1-5 feeds (depending on length and frequency of diarrhea), then switched back to 100% formula over the course of three feeds.\n\nRice cereal was offered at eight weeks.   Novel fruits and vegetables in the form of baby food were introduced at 13 weeks.  Each item was offered for four consecutive days before offering a new item.  This was done to monitor for food allergies or adverse effects of each new food.   At each feeding cereal and/or fruits/vegetables were supplemental foods.  Formula was and continues to be the primary source of nutrition….\n<div style="font-style: italic;"></div>\n<div style="font-style: italic;"><strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong></div>', 'Dietary Practices for Hand-Rearing of an Infant Chimpanzee (Pan troglodytes) at the North Carolina Zoological Park', 0, '', 'inherit', 'closed', 'closed', '', '2563-revision-2', '', '', '2012-08-31 19:46:02', '2012-09-01 00:46:02', '', 2563, 'http://aazk.org/uncategorized/2563-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2571, 2, '2012-08-31 19:57:35', '2012-09-01 00:57:35', '<em>By Ashley Roth, Hoofed Stock Keeper\r\nHouston Zoo, Inc., Houston, TX</em>\r\n\r\nOn 24 June 2012, the Okapi Wildlife Reserve, located near the Epulu station in the Democratic Republic of Congo’s Ituri Forest, was attacked by a group of poachers known as Simba rebels. They were seeking revenge on the Institute in the Congo for Conservation of Nature (ICCN), whose headquarters are based at the Okapi Wildlife Reserve, for recently shutting down their illegal poaching and mining activities. The outcome of this attack was tragic, leaving six people dead. Everything of value, from computers to vehicles were stolen or burned. All food and medical supplies were taken, leaving the village with nothing to eat.  The fourteen Okapis stationed at the reserve, serving as ambassadors for the country’s flagship species were killed. Over 30 villagers from Epulu were taken hostage to assist the poachers in transporting the stolen goods. Fortunately most of the Okapi Conservation Project’s (OCP) staff and locals were able to escape into the forest unharmed.  Also, the villagers taken hostage were released and are beginning to return to the village.\r\n\r\nIn response to the crisis at OCP, Houston Zoo, Inc. with assistance from the Greater Houston Chapter of the American Association of Zoo Keepers (GHCAAZK) wanted to plan an emergency fundraiser.  The Houston Zoo committed to assisting the OCP by any means necessary. Due to the urgent nature and time sensitivity of this crisis, it was dire to act as quickly as possible. The decision was made to plan and implement an Okapi Crisis Relief fundraiser to raise money to be sent as emergency aid to the project.\r\nThe goal of the Okapi Crisis Relief was to raise monetary support to be sent to the OCP.  Additionally, the Houston Zoo wanted to increase community awareness and knowledge, not only about okapis but the true wildlife heroes that risk their lives on a daily basis to protect species and their habitats.\r\n\r\nThe Houston Zoo regularly supports a wide range of conservation efforts and organizations, but has not been faced with such an immense crisis with a short timeframe for fundraising. Generally several months of planning would go into preparing for such events as the Okapi Crisis Relief, but due to the nature of this emergency, several months was not realistic to offer monetary aid. The Houston Zoo is lucky enough to have a devoted conservation department that worked diligently alongside with hoofed stock keepers and the marketing/graphics departments, with assistance from the rest of the zoo, and GHCAAZK to make this event happen. From the initial planning meeting to organizing supplies, education, and promotional materials, the Okapi Crisis Relief was put together in three days.\r\n\r\nThe conservation department’s connections with the OCP initially sparked the idea to provide assistance to the project. A representative from the department organized a meeting with hoofed stock, special events, marketing, and graphics departments. The decision was made to host the conservation event on Sunday, 1 July 2012. A donation page was immediately set up on the zoo’s website; including information about the project and crisis updates from the Congo. The crisis and fundraising event was promoted via the internet using Facebook, Twitter, and an e-mail campaign which included over 50,000 zoo members and donors.  A painting done by one of our resident okapis was put on eBay to be auctioned off. Our marketing and graphics department quickly designed banners that were placed throughout the zoo with QR<img class="alignright size-full wp-image-2573" title="okapi1" src="http://aecetia.net/gws/aazk/wp-content/uploads/okapi1.jpg" alt="okapi1" width="433" height="573" /> codes, bringing guests directly to the donation page. Local newspapers ran a story about the zoo’s relief efforts and local news stations covered the event.\r\n\r\nIn preparation for the Okapi Crisis Relief event, the GHCAAZK donated time and supplies. The day before the event, members gathered to make okapi buttons to be sold. Okapi masks were cut out for kids to color and wear the day of the event.\r\n\r\nTo raise money, several different tables were stationed throughout the zoo, with the main table set-up in front of the zoo’s okapi exhibits. Merchandise included: “I love okapis” and “Okapi Crisis Relief” buttons, conservation bracelets, paintings done by some of the zoo’s animals, magnets, finger puppets, stuffed animals, Wildlife Heroes books, and conservation snare art, to name a few. Raffle tickets were sold for a chance to win a behind the scenes tour to meet one of the zoo’s resident okapis. The okapi table highlighted the conservation efforts of the OCP and the risks the staff and locals take every day to protect the Okapi Wildlife Reserve. Volunteers set-up a biological facts table to allow guests a hands-on learning opportunity. Included on the table were an okapi skull and an animal pelt.  To involve some of the younger guests, a crafts table was set-up for children to make okapi masks and decorate an okapi coloring page. Face painting was also offered at the main entrance.\r\n\r\nMany staff and volunteers donated their time…\r\n\r\n<strong><em>For this and much more every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong>', 'Express Crisis Relief', 0, '', 'draft', 'closed', 'closed', '', 'express-crisis-relief', '', '', '2013-10-15 17:49:16', '2013-10-15 22:49:16', '', 0, 'http://aazk.org/?p=2571', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2569, 2, '2012-08-31 19:46:33', '2012-09-01 00:46:33', '<strong><em>By Jennifer Ireland, Animal Management Supervisor\r\nand Terry Webb,  Former Curator of Mammals*\r\nNorth Carolina Zoological Park, Asheboro, NC\r\n*currently Collections Manager at WCS/Prospect Park Zoo</em></strong>\r\n\r\n<strong></strong>\r\n\r\n<strong>Abstract:</strong>\r\n\r\nOn 2 August 2010 a primiparous chimpanzee at the North Carolina Zoo gave birth to a healthy infant.  Maternal competence was questionable as improper positioning of the infant prevented nursing.  On Days 1 and 2 of the infant’s life, the mother was anesthetized and the infant was allowed to nurse.  On Days 3 through 5 zoo keepers were able to periodically bottle feed through caging without the mother interfering.  On Day 6 the decision was made to remove the infant for hand-rearing as bottle feeding through the cage front became unreliable and required considerable cooperation from the mother.\r\n\r\nThe infant chimpanzee was put on a scheduled feeding regime consisting of human infant formula.   Consumption, fecal output, and daily weights were recorded.  Adjustments to the amount and type of formula offered were made based on consumption, fecal output, weight, behavior, and social and behavioral milestones.\r\n\r\nTraditionally, hand-reared chimpanzee infants are introduced to adults between six and 18 months of age.  With the permission of the Chimpanzee Species Survival Plan (SSP®) of the American Association of Zoos and Aquariums (AZA), plans were made for introduction at approximately four months.   Physical development and mobility of the infant were the two factors that determined if the infant was ready.   Traditional methods for food introduction and feeding schedules were accelerated.\r\n\r\n<strong>Introduction</strong>\r\n\r\nChimpanzees have frequently been hand-reared (i.e. reared by humans) in research facilities and/or zoological institutions, though the frequency of hand-rearing has greatly reduced over the past 50 years due to improved husbandry practices (Porton and Niebruegge, 2006).   Historically, hand-rearing has occurred for various reasons including: maternal incompetence, medical concerns, aggression towards the infant by the mother or conspecifics, death of the mother, rearing so that the animal was tractable for shows, educational presentations, or research, and the popularity of nursery exhibits with the public.\r\n\r\nIn AZA, accredited zoos’ female chimpanzees are given every opportunity to raise their offspring.  Only in the cases of maternal incompetence, aggression, or significant health issues are infants pulled for hand-rearing.   If total neglect or abuse is not present, institutions are encouraged to allow the mother and infant to stay together for 72 hours prior to making the decision to hand-rear (AZA Ape TAG, 2010).  Infants can survive these 72 hours without nursing (Rogers and Davenport, 1970).  Maternal care is learned and can improve with practice, so this time allows the mother and infant time to develop proficiencies.\r\n\r\nResearch has shown that even chimpanzees hand-reared in socially and environmentally complex nursery settings show higher levels of abnormal behaviors (Maki, Fritz, and England, 1993; Bloomsmith and Haberstroh, 1995) and a greater chance of developing non-breeding behaviors or maternal incompetence as adults (King and Mellen, 1994).  In order to encourage the development of a normal behavioral repertoire, chimpanzees that cannot be mother-reared should be peer-reared and/or integrated with conspecifics at an early age.  The SSP® Care Manual for Chimpanzees suggests that socialization back to the mother should occur within six months or to a surrogate by 18 months (AZA Ape TAG, 2010).\r\n\r\nIn developing a hand-rearing plan for chimpanzee infants it is therefore necessary to take both behavioral and nutritional factors into account.  When the North Carolina Zoo was recently faced with the task of hand-rearing a chimpanzee infant we carefully considered the need to socialize the infant with conspecifics.  The high degree of similarity between humans and chimpanzees allows for the relatively straight forward adaptation of human infant diets to the raising of chimpanzees.  However, given the need to integrate the infant with adult chimpanzees at an early age, we accelerated some of the traditional timelines for diet presentation in order to prepare the young chimp for reintroductions to the troop.\r\n\r\n<strong>Hand-rearing Nutrition Overview</strong>\r\n\r\nChimpanzees are humans’ closest, living relative, with similarities in physiology as well as growth and development.  As a result nutritional and feeding recommendations for humans can be adapted to chimpanzees with relative ease.  In fact, prior to 2003 it was recommended that the human recommended daily allowance (RDA) tables be consulted when approximating chimpanzee nutritional requirements (Fulk, Loomis, and Garland, 1992). Currently, the specific nutrient requirements for chimpanzees are defined and are available in the book Nutrient Requirements of Nonhuman Primates (National Research Council, 2003)\r\n\r\nIn 1985, Fritz, Ebert, and Carland outlined the nutritional management of hand-reared chimpanzees at the Primate Foundation of Arizona in Tempe, AZ. This information is used as the basis for current recommendations for the feeding of infant chimpanzees that are being hand-reared (Porton, 1992).   These recommendations provide suggestions on the frequency of feeding, volume, supplements, when to introduce solids, and weaning, which closely match dietary recommendations for human infants.\r\n\r\n<strong>Hand-rearing and Dietary Practices at the North Carolina Zoological Park</strong>\r\n\r\nOn 2 August 2010 a primiparous chimpanzee at the North Carolina Zoo gave birth to a full-term, healthy infant (242 days after conception).  Maternal competence was questionable as improper positioning of the infant prevented nursing (Photo I).  On Days 1 and 2 of the infant’s life no bouts of nursing were observed and the infant appeared weak. The mother was anesthetized on both days and the infant was allowed to nurse.  Through cooperation with the mother, on Days 3 through 5 zoo keepers were able to periodically bottle feed the infant through the mesh caging.  During these feeding sessions the mother brought the infant to the cage front and zoo keepers used a nipple extension to offer it Pedialyte® and/or a human infant formula.  Unfortunately, cooperation with the mother declined during Days 4 through 5 preventing reliable feeding.  The mother also began leaving the infant on the floor and unattended for prolonged periods of time.  As a result of the inappropriate maternal behaviors, on Day 6 the decision was made to remove the infant for hand-rearing.\r\n\r\nOnce the decision to hand-rear was made, a team of trained neonatal volunteers was assembled to assist zoo staff in caring for the infant chimpanzee.  It is the practice of AZA zoos to mimic natural mother-infant behavior as closely as possible during hand-rearing.  Hand-rearing therefore involves almost 24-hour body-to-body contact between the infant and the caretaker, species-specific handling of the infant (including feeding the infant in a ventro-ventral position (Photo II), and exposure to<img class="size-full wp-image-2566 alignright" title="pic22" src="http://aecetia.net/gws/aazk/wp-content/uploads/pic22.jpg" alt="pic22" width="419" height="572" />\r\nconspecifics (AZA Ape TAG, 2010).\r\n\r\nThe hand-rearing team recorded food offered and consumed, daily weights and temperatures, urination frequencies, fecal output and its consistency, and any behavioral or developmental data.  Dietary changes, including frequencies and amounts, were approved by the area supervisor, the Curator of Mammals, and the attending veterinarian.  Factors for diet changes were: total diet consumption, consumption at certain periods of the day, fecal output, weight, behavior, and social and developmental needs.\r\n\r\nScheduled feeding was instituted, rather than on-demand feeding, due to the large number of individuals caring for the infant.  We chose a fixed schedule to avoid reliance on different individuals’ subjective judgment of hunger cues from the infant and the desire not to over or under feed.\r\n\r\nFor the first six weeks the infant was fed using a preemie bottle and nipple from Enfamil®.  At six weeks we changed to Evenflo® Classic™ bottles and silicone nipples (3-6 month, medium flow) due to issues with the preemie nipples flowing too fast.  We were concerned with aspiration and bloating due to rapid consumption.\r\n\r\nInitially the infant was provided the human infant formula Similac® Advance® Early Shield® with iron (see Table I for dietary offerings).  At just over two weeks of age the formula was changed to a soy formula (Enfamil® Prosobee® Infant Formula for Sensitive Tummy Soy formula with iron) due to several days of diarrhea and possible lactose intolerance.  The infant remains on this formula to date. When bouts of diarrhea occurred, the infant was taken off formula and offered Pedialyte® solution at 100% for 1-5 feeds (depending on length and frequency of diarrhea), then switched back to 100% formula over the course of three feeds.\r\n\r\nRice cereal was offered at eight weeks.   Novel fruits and vegetables in the form of baby food were introduced at 13 weeks.  Each item was offered for four consecutive days before offering a new item.  This was done to monitor for food allergies or adverse effects of each new food.   At each feeding cereal and/or fruits/vegetables were supplemental foods.  Formula was and continues to be the primary source of nutrition….\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"><strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong></div>', 'Dietary Practices for Hand-Rearing of an Infant Chimpanzee (Pan troglodytes) at the North Carolina Zoological Park', 0, '', 'inherit', 'closed', 'closed', '', '2563-revision-3', '', '', '2012-08-31 19:46:33', '2012-09-01 00:46:33', '', 2563, 'http://aazk.org/uncategorized/2563-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2570, 2, '2012-08-31 19:46:48', '2012-09-01 00:46:48', '<strong><em>By Jennifer Ireland, Animal Management Supervisor\r\nand Terry Webb,  Former Curator of Mammals*\r\nNorth Carolina Zoological Park, Asheboro, NC\r\n*currently Collections Manager at WCS/Prospect Park Zoo</em></strong>\r\n\r\n<strong></strong>\r\n\r\n<strong>Abstract:</strong>\r\n\r\nOn 2 August 2010 a primiparous chimpanzee at the North Carolina Zoo gave birth to a healthy infant.  Maternal competence was questionable as improper positioning of the infant prevented nursing.  On Days 1 and 2 of the infant’s life, the mother was anesthetized and the infant was allowed to nurse.  On Days 3 through 5 zoo keepers were able to periodically bottle feed through caging without the mother interfering.  On Day 6 the decision was made to remove the infant for hand-rearing as bottle feeding through the cage front became unreliable and required considerable cooperation from the mother.\r\n\r\nThe infant chimpanzee was put on a scheduled feeding regime consisting of human infant formula.   Consumption, fecal output, and daily weights were recorded.  Adjustments to the amount and type of formula offered were made based on consumption, fecal output, weight, behavior, and social and behavioral milestones.\r\n\r\nTraditionally, hand-reared chimpanzee infants are introduced to adults between six and 18 months of age.  With the permission of the Chimpanzee Species Survival Plan (SSP®) of the American Association of Zoos and Aquariums (AZA), plans were made for introduction at approximately four months.   Physical development and mobility of the infant were the two factors that determined if the infant was ready.   Traditional methods for food introduction and feeding schedules were accelerated.\r\n\r\n<strong>Introduction</strong>\r\n\r\nChimpanzees have frequently been hand-reared (i.e. reared by humans) in research facilities and/or zoological institutions, though the frequency of hand-rearing has greatly reduced over the past 50 years due to improved husbandry practices (Porton and Niebruegge, 2006).   Historically, hand-rearing has occurred for various reasons including: maternal incompetence, medical concerns, aggression towards the infant by the mother or conspecifics, death of the mother, rearing so that the animal was tractable for shows, educational presentations, or research, and the popularity of nursery exhibits with the public.\r\n\r\nIn AZA, accredited zoos’ female chimpanzees are given every opportunity to raise their offspring.  Only in the cases of maternal incompetence, aggression, or significant health issues are infants pulled for hand-rearing.   If total neglect or abuse is not present, institutions are encouraged to allow the mother and infant to stay together for 72 hours prior to making the decision to hand-rear (AZA Ape TAG, 2010).  Infants can survive these 72 hours without nursing (Rogers and Davenport, 1970).  Maternal care is learned and can improve with practice, so this time allows the mother and infant time to develop proficiencies.\r\n\r\nResearch has shown that even chimpanzees hand-reared in socially and environmentally complex nursery settings show higher levels of abnormal behaviors (Maki, Fritz, and England, 1993; Bloomsmith and Haberstroh, 1995) and a greater chance of developing non-breeding behaviors or maternal incompetence as adults (King and Mellen, 1994).  In order to encourage the development of a normal behavioral repertoire, chimpanzees that cannot be mother-reared should be peer-reared and/or integrated with conspecifics at an early age.  The SSP® Care Manual for Chimpanzees suggests that socialization back to the mother should occur within six months or to a surrogate by 18 months (AZA Ape TAG, 2010).\r\n\r\nIn developing a hand-rearing plan for chimpanzee infants it is therefore necessary to take both behavioral and nutritional factors into account.  When the North Carolina Zoo was recently faced with the task of hand-rearing a chimpanzee infant we carefully considered the need to socialize the infant with conspecifics.  The high degree of similarity between humans and chimpanzees allows for the relatively straight forward adaptation of human infant diets to the raising of chimpanzees.  However, given the need to integrate the infant with adult chimpanzees at an early age, we accelerated some of the traditional timelines for diet presentation in order to prepare the young chimp for reintroductions to the troop.\r\n\r\n<strong>Hand-rearing Nutrition Overview</strong>\r\n\r\nChimpanzees are humans’ closest, living relative, with similarities in physiology as well as growth and development.  As a result nutritional and feeding recommendations for humans can be adapted to chimpanzees with relative ease.  In fact, prior to 2003 it was recommended that the human recommended daily allowance (RDA) tables be consulted when approximating chimpanzee nutritional requirements (Fulk, Loomis, and Garland, 1992). Currently, the specific nutrient requirements for chimpanzees are defined and are available in the book Nutrient Requirements of Nonhuman Primates (National Research Council, 2003)\r\n\r\nIn 1985, Fritz, Ebert, and Carland outlined the nutritional management of hand-reared chimpanzees at the Primate Foundation of Arizona in Tempe, AZ. This information is used as the basis for current recommendations for the feeding of infant chimpanzees that are being hand-reared (Porton, 1992).   These recommendations provide suggestions on the frequency of feeding, volume, supplements, when to introduce solids, and weaning, which closely match dietary recommendations for human infants.\r\n\r\n<strong>Hand-rearing and Dietary Practices at the North Carolina Zoological Park</strong>\r\n\r\nOn 2 August 2010 a primiparous chimpanzee at the North Carolina Zoo gave birth to a full-term, healthy infant (242 days after conception).  Maternal competence was questionable as improper positioning of the infant prevented nursing (Photo I).  On Days 1 and 2 of the infant’s life no bouts of nursing were observed and the infant appeared weak. The mother was anesthetized on both days and the infant was allowed to nurse.  Through cooperation with the mother, on Days 3 through 5 zoo keepers were able to periodically bottle feed the infant through the mesh caging.  During these feeding sessions the mother brought the infant to the cage front and zoo keepers used a nipple extension to offer it Pedialyte® and/or a human infant formula.  Unfortunately, cooperation with the mother declined during Days 4 through 5 preventing reliable feeding.  The mother also began leaving the infant on the floor and unattended for prolonged periods of time.  As a result of the inappropriate maternal behaviors, on Day 6 the decision was made to remove the infant for hand-rearing.\r\n\r\nOnce the decision to hand-rear was made, a team of trained neonatal volunteers was assembled to assist zoo staff in caring for the infant chimpanzee.  It is the practice of AZA zoos to mimic natural mother-infant behavior as closely as possible during hand-rearing.  Hand-rearing therefore involves almost 24-hour body-to-body contact between the infant and the caretaker, species-specific handling of the infant (including feeding the infant in a ventro-ventral position (Photo II), and exposure to<img class="size-full wp-image-2566 alignright" title="pic22" src="http://aecetia.net/gws/aazk/wp-content/uploads/pic22.jpg" alt="pic22" width="419" height="572" />\r\nconspecifics (AZA Ape TAG, 2010).\r\n\r\nThe hand-rearing team recorded food offered and consumed, daily weights and temperatures, urination frequencies, fecal output and its consistency, and any behavioral or developmental data.  Dietary changes, including frequencies and amounts, were approved by the area supervisor, the Curator of Mammals, and the attending veterinarian.  Factors for diet changes were: total diet consumption, consumption at certain periods of the day, fecal output, weight, behavior, and social and developmental needs.\r\n\r\nScheduled feeding was instituted, rather than on-demand feeding, due to the large number of individuals caring for the infant.  We chose a fixed schedule to avoid reliance on different individuals’ subjective judgment of hunger cues from the infant and the desire not to over or under feed.\r\n\r\nFor the first six weeks the infant was fed using a preemie bottle and nipple from Enfamil®.  At six weeks we changed to Evenflo® Classic™ bottles and silicone nipples (3-6 month, medium flow) due to issues with the preemie nipples flowing too fast.  We were concerned with aspiration and bloating due to rapid consumption.\r\n\r\nInitially the infant was provided the human infant formula Similac® Advance® Early Shield® with iron (see Table I for dietary offerings).  At just over two weeks of age the formula was changed to a soy formula (Enfamil® Prosobee® Infant Formula for Sensitive Tummy Soy formula with iron) due to several days of diarrhea and possible lactose intolerance.  The infant remains on this formula to date. When bouts of diarrhea occurred, the infant was taken off formula and offered Pedialyte® solution at 100% for 1-5 feeds (depending on length and frequency of diarrhea), then switched back to 100% formula over the course of three feeds.\r\n\r\nRice cereal was offered at eight weeks.   Novel fruits and vegetables in the form of baby food were introduced at 13 weeks.  Each item was offered for four consecutive days before offering a new item.  This was done to monitor for food allergies or adverse effects of each new food.   At each feeding cereal and/or fruits/vegetables were supplemental foods.  Formula was and continues to be the primary source of nutrition….\r\n<div style="font-style: italic;"><strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong></div>', 'Dietary Practices for Hand-Rearing of an Infant Chimpanzee (Pan troglodytes) at the North Carolina Zoological Park', 0, '', 'inherit', 'closed', 'closed', '', '2563-revision-4', '', '', '2012-08-31 19:46:48', '2012-09-01 00:46:48', '', 2563, 'http://aazk.org/uncategorized/2563-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2572, 2, '2012-08-31 19:52:30', '2012-09-01 00:52:30', '', 'okapi', 0, '', 'inherit', 'closed', 'closed', '', 'okapi', '', '', '2012-08-31 19:52:30', '2012-09-01 00:52:30', '', 2571, 'http://aazk.org/wp-content/uploads/okapi.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2573, 2, '2012-08-31 19:56:42', '2012-09-01 00:56:42', '', 'okapi1', 0, '', 'inherit', 'closed', 'closed', '', 'okapi1', '', '', '2012-08-31 19:56:42', '2012-09-01 00:56:42', '', 2571, 'http://aazk.org/wp-content/uploads/okapi1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2574, 2, '2012-08-31 19:54:19', '2012-09-01 00:54:19', '<em>By Ashley Roth, Hoofed Stock Keeper\nHouston Zoo, Inc., Houston, TX</em>\n\nOn 24 June 2012, the Okapi Wildlife Reserve, located near the Epulu station in the Democratic Republic of Congo’s Ituri Forest, was attacked by a group of poachers known as Simba rebels. They were seeking revenge on the Institute in the Congo for Conservation of Nature (ICCN), whose headquarters are based at the Okapi Wildlife Reserve, for recently shutting down their illegal poaching and mining activities. The outcome of this attack was tragic, leaving six people dead. Everything of value, from computers to vehicles were stolen or burned. All food and medical supplies were taken, leaving the village with nothing to eat.  The fourteen Okapis stationed at the reserve, serving as ambassadors for the country’s flagship species were killed. Over 30 villagers from Epulu were taken hostage to assist the poachers in transporting the stolen goods. Fortunately most of the Okapi Conservation Project’s (OCP) staff and locals were able to escape into the forest unharmed.  Also, the villagers taken hostage were released and are beginning to return to the village.\n\nIn response to the crisis at OCP, Houston Zoo, Inc. with assistance from the Greater Houston Chapter of the American Association of Zoo Keepers (GHCAAZK) wanted to plan an emergency fundraiser.  The Houston Zoo committed to assisting the OCP by any means necessary. Due to the urgent nature and time sensitivity of this crisis, it was dire to act as quickly as possible. The decision was made to plan and implement an Okapi Crisis Relief fundraiser to raise money to be sent as emergency aid to the project.\nThe goal of the Okapi Crisis Relief was to raise monetary support to be sent to the OCP.  Additionally, the Houston Zoo wanted to increase community awareness and knowledge, not only about okapis but the true wildlife heroes that risk their lives on a daily basis to protect species and their habitats.\n\nThe Houston Zoo regularly supports a wide range of conservation efforts and organizations, but has not been faced with such an immense crisis with a short timeframe for fundraising. Generally several months of planning would go into preparing for such events as the Okapi Crisis Relief, but due to the nature of this emergency, several months was not realistic to offer monetary aid. The Houston Zoo is lucky enough to have a devoted conservation department that worked diligently alongside with hoofed stock keepers and the marketing/graphics departments, with assistance from the rest of the zoo, and GHCAAZK to make this event happen. From the initial planning meeting to organizing supplies, education, and promotional materials, the Okapi Crisis Relief was put together in three days.\n\nThe conservation department’s connections with the OCP initially sparked the idea to provide assistance to the project. A representative from the department organized a meeting with hoofed stock, special events, marketing, and graphics departments. The decision was made to host the conservation event on Sunday, 1 July 2012. A donation page was immediately set up on the zoo’s website; including information about the project and crisis updates from the Congo. The crisis and fundraising event was promoted via the internet using Facebook, Twitter, and an e-mail campaign which included over 50,000 zoo members and donors.  A painting done by one of our resident okapis was put on eBay to be auctioned off. Our marketing and graphics department quickly designed banners that were placed throughout the zoo with QR codes, bringing guests directly to the donation page. Local newspapers ran a story about the zoo’s relief efforts and local news stations covered the event.\n\nIn preparation for the Okapi Crisis Relief event, the GHCAAZK donated time and supplies. The day before the event, members gathered to make okapi buttons to be sold. Okapi masks were cut out for kids to color and wear the day of the event.\n\nTo raise money, several different tables were stationed throughout the zoo, with the main table set-up in front of the zoo’s okapi exhibits. Merchandise included: “I love okapis” and “Okapi Crisis Relief” buttons, conservation bracelets, paintings done by some of the zoo’s animals, magnets, finger puppets, stuffed animals, Wildlife Heroes books, and conservation snare art, to name a few. Raffle tickets were sold for a chance to win a behind the scenes tour to meet one of the zoo’s resident okapis. The okapi table highlighted the conservation efforts of the OCP and the risks the staff and locals take every day to protect the Okapi Wildlife Reserve. Volunteers set-up a biological facts table to allow guests a hands-on learning opportunity. Included on the table were an okapi skull and an animal pelt.  To involve some of the younger guests, a crafts table was set-up for children to make okapi masks and decorate an okapi coloring page. Face painting was also offered at the main entrance.\n\nMany staff and volunteers donated their time…\n\n<strong>For this and much more every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></strong>', 'Express Crisis Relief', 0, '', 'inherit', 'closed', 'closed', '', '2571-revision', '', '', '2012-08-31 19:54:19', '2012-09-01 00:54:19', '', 2571, 'http://aazk.org/uncategorized/2571-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2575, 2, '2012-08-31 19:57:19', '2012-09-01 00:57:19', '<em>By Ashley Roth, Hoofed Stock Keeper\nHouston Zoo, Inc., Houston, TX</em>\n\nOn 24 June 2012, the Okapi Wildlife Reserve, located near the Epulu station in the Democratic Republic of Congo’s Ituri Forest, was attacked by a group of poachers known as Simba rebels. They were seeking revenge on the Institute in the Congo for Conservation of Nature (ICCN), whose headquarters are based at the Okapi Wildlife Reserve, for recently shutting down their illegal poaching and mining activities. The outcome of this attack was tragic, leaving six people dead. Everything of value, from computers to vehicles were stolen or burned. All food and medical supplies were taken, leaving the village with nothing to eat.  The fourteen Okapis stationed at the reserve, serving as ambassadors for the country’s flagship species were killed. Over 30 villagers from Epulu were taken hostage to assist the poachers in transporting the stolen goods. Fortunately most of the Okapi Conservation Project’s (OCP) staff and locals were able to escape into the forest unharmed.  Also, the villagers taken hostage were released and are beginning to return to the village.\n\nIn response to the crisis at OCP, Houston Zoo, Inc. with assistance from the Greater Houston Chapter of the American Association of Zoo Keepers (GHCAAZK) wanted to plan an emergency fundraiser.  The Houston Zoo committed to assisting the OCP by any means necessary. Due to the urgent nature and time sensitivity of this crisis, it was dire to act as quickly as possible. The decision was made to plan and implement an Okapi Crisis Relief fundraiser to raise money to be sent as emergency aid to the project.\nThe goal of the Okapi Crisis Relief was to raise monetary support to be sent to the OCP.  Additionally, the Houston Zoo wanted to increase community awareness and knowledge, not only about okapis but the true wildlife heroes that risk their lives on a daily basis to protect species and their habitats.\n\nThe Houston Zoo regularly supports a wide range of conservation efforts and organizations, but has not been faced with such an immense crisis with a short timeframe for fundraising. Generally several months of planning would go into preparing for such events as the Okapi Crisis Relief, but due to the nature of this emergency, several months was not realistic to offer monetary aid. The Houston Zoo is lucky enough to have a devoted conservation department that worked diligently alongside with hoofed stock keepers and the marketing/graphics departments, with assistance from the rest of the zoo, and GHCAAZK to make this event happen. From the initial planning meeting to organizing supplies, education, and promotional materials, the Okapi Crisis Relief was put together in three days.\n\nThe conservation department’s connections with the OCP initially sparked the idea to provide assistance to the project. A representative from the department organized a meeting with hoofed stock, special events, marketing, and graphics departments. The decision was made to host the conservation event on Sunday, 1 July 2012. A donation page was immediately set up on the zoo’s website; including information about the project and crisis updates from the Congo. The crisis and fundraising event was promoted via the internet using Facebook, Twitter, and an e-mail campaign which included over 50,000 zoo members and donors.  A painting done by one of our resident okapis was put on eBay to be auctioned off. Our marketing and graphics department quickly designed banners that were placed throughout the zoo with QR<img class="alignright size-full wp-image-2573" title="okapi1" src="http://aecetia.net/gws/aazk/wp-content/uploads/okapi1.jpg" alt="okapi1" width="433" height="573" /> codes, bringing guests directly to the donation page. Local newspapers ran a story about the zoo’s relief efforts and local news stations covered the event.\n\nIn preparation for the Okapi Crisis Relief event, the GHCAAZK donated time and supplies. The day before the event, members gathered to make okapi buttons to be sold. Okapi masks were cut out for kids to color and wear the day of the event.\n\nTo raise money, several different tables were stationed throughout the zoo, with the main table set-up in front of the zoo’s okapi exhibits. Merchandise included: “I love okapis” and “Okapi Crisis Relief” buttons, conservation bracelets, paintings done by some of the zoo’s animals, magnets, finger puppets, stuffed animals, Wildlife Heroes books, and conservation snare art, to name a few. Raffle tickets were sold for a chance to win a behind the scenes tour to meet one of the zoo’s resident okapis. The okapi table highlighted the conservation efforts of the OCP and the risks the staff and locals take every day to protect the Okapi Wildlife Reserve. Volunteers set-up a biological facts table to allow guests a hands-on learning opportunity. Included on the table were an okapi skull and an animal pelt.  To involve some of the younger guests, a crafts table was set-up for children to make okapi masks and decorate an okapi coloring page. Face painting was also offered at the main entrance.\n\nMany staff and volunteers donated their time…\n\n<strong>For this and much more every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></strong>', 'Express Crisis Relief', 0, '', 'inherit', 'closed', 'closed', '', '2571-revision-2', '', '', '2012-08-31 19:57:19', '2012-09-01 00:57:19', '', 2571, 'http://aazk.org/uncategorized/2571-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2576, 2, '2012-08-31 19:57:35', '2012-09-01 00:57:35', '<em>By Ashley Roth, Hoofed Stock Keeper\r\nHouston Zoo, Inc., Houston, TX</em>\r\n\r\nOn 24 June 2012, the Okapi Wildlife Reserve, located near the Epulu station in the Democratic Republic of Congo’s Ituri Forest, was attacked by a group of poachers known as Simba rebels. They were seeking revenge on the Institute in the Congo for Conservation of Nature (ICCN), whose headquarters are based at the Okapi Wildlife Reserve, for recently shutting down their illegal poaching and mining activities. The outcome of this attack was tragic, leaving six people dead. Everything of value, from computers to vehicles were stolen or burned. All food and medical supplies were taken, leaving the village with nothing to eat.  The fourteen Okapis stationed at the reserve, serving as ambassadors for the country’s flagship species were killed. Over 30 villagers from Epulu were taken hostage to assist the poachers in transporting the stolen goods. Fortunately most of the Okapi Conservation Project’s (OCP) staff and locals were able to escape into the forest unharmed.  Also, the villagers taken hostage were released and are beginning to return to the village.\r\n\r\nIn response to the crisis at OCP, Houston Zoo, Inc. with assistance from the Greater Houston Chapter of the American Association of Zoo Keepers (GHCAAZK) wanted to plan an emergency fundraiser.  The Houston Zoo committed to assisting the OCP by any means necessary. Due to the urgent nature and time sensitivity of this crisis, it was dire to act as quickly as possible. The decision was made to plan and implement an Okapi Crisis Relief fundraiser to raise money to be sent as emergency aid to the project.\r\nThe goal of the Okapi Crisis Relief was to raise monetary support to be sent to the OCP.  Additionally, the Houston Zoo wanted to increase community awareness and knowledge, not only about okapis but the true wildlife heroes that risk their lives on a daily basis to protect species and their habitats.\r\n\r\nThe Houston Zoo regularly supports a wide range of conservation efforts and organizations, but has not been faced with such an immense crisis with a short timeframe for fundraising. Generally several months of planning would go into preparing for such events as the Okapi Crisis Relief, but due to the nature of this emergency, several months was not realistic to offer monetary aid. The Houston Zoo is lucky enough to have a devoted conservation department that worked diligently alongside with hoofed stock keepers and the marketing/graphics departments, with assistance from the rest of the zoo, and GHCAAZK to make this event happen. From the initial planning meeting to organizing supplies, education, and promotional materials, the Okapi Crisis Relief was put together in three days.\r\n\r\nThe conservation department’s connections with the OCP initially sparked the idea to provide assistance to the project. A representative from the department organized a meeting with hoofed stock, special events, marketing, and graphics departments. The decision was made to host the conservation event on Sunday, 1 July 2012. A donation page was immediately set up on the zoo’s website; including information about the project and crisis updates from the Congo. The crisis and fundraising event was promoted via the internet using Facebook, Twitter, and an e-mail campaign which included over 50,000 zoo members and donors.  A painting done by one of our resident okapis was put on eBay to be auctioned off. Our marketing and graphics department quickly designed banners that were placed throughout the zoo with QR<img class="alignright size-full wp-image-2573" title="okapi1" src="http://aecetia.net/gws/aazk/wp-content/uploads/okapi1.jpg" alt="okapi1" width="433" height="573" /> codes, bringing guests directly to the donation page. Local newspapers ran a story about the zoo’s relief efforts and local news stations covered the event.\r\n\r\nIn preparation for the Okapi Crisis Relief event, the GHCAAZK donated time and supplies. The day before the event, members gathered to make okapi buttons to be sold. Okapi masks were cut out for kids to color and wear the day of the event.\r\n\r\nTo raise money, several different tables were stationed throughout the zoo, with the main table set-up in front of the zoo’s okapi exhibits. Merchandise included: “I love okapis” and “Okapi Crisis Relief” buttons, conservation bracelets, paintings done by some of the zoo’s animals, magnets, finger puppets, stuffed animals, Wildlife Heroes books, and conservation snare art, to name a few. Raffle tickets were sold for a chance to win a behind the scenes tour to meet one of the zoo’s resident okapis. The okapi table highlighted the conservation efforts of the OCP and the risks the staff and locals take every day to protect the Okapi Wildlife Reserve. Volunteers set-up a biological facts table to allow guests a hands-on learning opportunity. Included on the table were an okapi skull and an animal pelt.  To involve some of the younger guests, a crafts table was set-up for children to make okapi masks and decorate an okapi coloring page. Face painting was also offered at the main entrance.\r\n\r\nMany staff and volunteers donated their time…\r\n\r\n<strong>For this and much more every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></strong>', 'Express Crisis Relief', 0, '', 'inherit', 'closed', 'closed', '', '2571-revision-3', '', '', '2012-08-31 19:57:35', '2012-09-01 00:57:35', '', 2571, 'http://aazk.org/uncategorized/2571-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2609, 2, '2012-10-02 08:05:06', '2012-10-02 13:05:06', '<strong>Greensboro, NC</strong>\r\n\r\nSeptember 22-26, 2013\r\n\r\n<strong>\r\nOrlando, FL</strong>\r\n\r\nSeptember 8-12, 2014', 'Upcoming Conferences', 0, '', 'inherit', 'closed', 'closed', '', '757-revision-19', '', '', '2012-10-02 08:05:06', '2012-10-02 13:05:06', '', 757, 'http://aazk.org/uncategorized/757-revision-19/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2610, 2, '2012-07-20 11:12:17', '2012-07-20 16:12:17', '<h2>Coordinator</h2>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2>Total Funds Raised to Date: <span style="color: #ff0000;">$4,035,876</span></h2>\r\n<h2><strong><strong>2012 Funds Raised to Date: <span style="color: #ff0000;">$32,532</span></strong></strong></h2>\r\n<strong><strong><span style="color: #ff0000;"><a href="http://www.crowdrise.com/AAZKBowlingForRhinoss2012/fundraiser/aazkinc"><img class="alignnone size-full wp-image-2410" title="donate_button" src="http://aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a></span></strong></strong>\r\n\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<span style="text-decoration: underline;">Links</span>\r\n\r\nIf your chapter would like to check your totals you can do so here: <a href="http://aazkbfr.org/bfrsites">http://aazkbfr.org/bfrsites</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2012-07-20 11:12:17', '2012-07-20 16:12:17', '', 168, 'http://aazk.org/uncategorized/168-revision-45/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2608, 2, '2012-01-18 12:30:36', '2012-01-18 17:30:36', '<strong>Asheboro, NC</strong>\r\n\r\nSeptember 22-26, 2013\r\n\r\n<strong>\r\nOrlando, FL</strong>\r\n\r\nSeptember 8-12, 2014', 'Upcoming Conferences', 0, '', 'inherit', 'closed', 'closed', '', '757-revision-18', '', '', '2012-01-18 12:30:36', '2012-01-18 17:30:36', '', 757, 'http://aazk.org/uncategorized/757-revision-18/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2581, 2, '2013-10-15 17:49:16', '0000-00-00 00:00:00', '', 'October 2012', 0, '', 'draft', 'closed', 'closed', '', '', '', '', '2013-10-15 17:49:16', '2013-10-15 22:49:16', '', 0, 'http://aazk.org/?p=2581', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2582, 2, '2012-10-01 07:33:49', '2012-10-01 12:33:49', 'About the Cover/Information for Contributors<span> </span>\r\n\r\nFrom the President<span> </span>\r\n\r\nComing Events<span> </span>\r\n\r\nNew Members<span> </span>\r\n\r\nCall for Papers<span> </span>\r\n\r\nAAZK and AKF Awards<span> </span>\r\n\r\nNecessity is the Mother of Invention<span> </span>\r\n\r\nThe Turtles of the Education Program:<span> </span>\r\n\r\nTraining Tales: A Tale of Three Camels<span> </span>\r\n\r\nEnrichment Options: Highlight on Pumpkins!<span> </span>\r\n\r\nAsk the Vet: Lumpy Jaw<span> </span>\r\n\r\nFor Faunal Friends No Longer With Us<span> </span>\r\n\r\nRemembering Andy Henderson<span> </span>', 'October 2012', 0, '', 'draft', 'closed', 'closed', '', 'october-2012', '', '', '2013-10-15 17:49:16', '2013-10-15 22:49:16', '', 0, 'http://aazk.org/?p=2582', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2583, 2, '2012-10-01 07:33:30', '2012-10-01 12:33:30', '', 'October 2012', 0, '', 'inherit', 'closed', 'closed', '', '2582-revision', '', '', '2012-10-01 07:33:30', '2012-10-01 12:33:30', '', 2582, 'http://aazk.org/uncategorized/2582-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2584, 2, '2012-10-01 07:33:36', '2012-10-01 12:33:36', 'About the Cover/Information for Contributors<span> </span>\r\n\r\nFrom the President<span> </span>\r\n\r\nComing Events<span> </span>\r\n\r\nNew Members<span> </span>\r\n\r\nCall for Papers<span> </span>\r\n\r\nAAZK and AKF Awards<span> </span>\r\n\r\nNecessity is the Mother of Invention<span> </span>\r\n\r\nThe Turtles of the Education Program:<span> </span>\r\n\r\nTraining Tales: A Tale of Three Camels<span> </span>\r\n\r\nEnrichment Options: Highlight on Pumpkins!<span> </span>\r\n\r\nAsk the Vet: Lumpy Jaw<span> </span>\r\n\r\nFor Faunal Friends No Longer With Us<span> </span>\r\n\r\nRemembering Andy Henderson<span> </span>', 'October 2012', 0, '', 'inherit', 'closed', 'closed', '', '2582-revision-2', '', '', '2012-10-01 07:33:36', '2012-10-01 12:33:36', '', 2582, 'http://aazk.org/uncategorized/2582-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2585, 2, '2012-10-01 07:34:57', '2012-10-01 12:34:57', 'About the Cover/Information for Contributors<span> </span>\n\nFrom the President<span> </span>\n\nComing Events<span> </span>\n\nNew Members<span> </span>\n\nCall for Papers<span> </span>\n\nAAZK and AKF Awards<span> </span>\n\nNecessity is the Mother of Invention<span> </span>\n\nThe Turtles of the Education Program:<span> </span>\n\nTraining Tales: A Tale of Three Camels<span> </span>\n\nEnrichment Options: Highlight on Pumpkins!<span> </span>\n\nAsk the Vet: Lumpy Jaw<span> </span>\n\nFor Faunal Friends No Longer With Us<span> </span>\n\nRemembering Andy Henderson<span> </span>', 'October 2012', 0, '', 'inherit', 'closed', 'closed', '', '2582-autosave', '', '', '2012-10-01 07:34:57', '2012-10-01 12:34:57', '', 2582, 'http://aazk.org/uncategorized/2582-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2586, 2, '2012-10-01 07:37:49', '2012-10-01 12:37:49', '<em>Julie Tougas(1) and Helene Caron (2)</em>\r\n\r\n<em>1 Curator of the reptile, amphibian and fish collection, Ecomuseum zoo. 21125 chemin Sainte-Marie, Sainte-Anne-de-Bellevue (Québec), H9X 3Y7. julie.tougas@ecomuseum.ca</em>\r\n\r\n<em>2 Education Program Coordinator, Ecomuseum zoo. 21125 chemin Sainte-Marie, Sainte-Anne-de-Bellevue (Québec), H9X 3Y7. helene.caron@ecomuseum.ca</em>\r\n\r\nThe Ecomuseum zoo is a small, CAZA-accredited institution located in Québec, Canada. The zoo is managed by the Saint-Lawrence Valley Natural History Society whose mission focuses on education, research and conservation. Through this three-pronged approach, the Society fosters an appreciation and understanding of the physical and biological characters of the regional flora and fauna. Over the years, the Ecomuseum zoo has developed an extensive onsite and offsite educational program. The zoo’s onsite activities will expose over 20,000 children to the wonderful world of animals. Moreover, the zoo’s zoologist-educators will have the opportunity to influence the lives of over 6,500 children during the 280 offsite presentations scheduled every year. The zoo offers several different offsite presentations, covering general topics such as biodiversity, to more specific topics such as birds of prey or amphibians.\r\n\r\nWith its living collection of wildlife species serving a dual role as both ambassador and catalyst, the Ecomuseum offers unmatched learning experiences for both children and adults. At the zoo, we have a special appreciation for turtles. Live education turtles have become stellar ambassadors, travelling daily with our educators to offsite events and playing key roles for visitors during our onsite guided tours. Over the course of a one-year period, a turtle is presented during each of our over 900 scheduled onsite guided tours providing visitors with the opportunity to touch a live turtle’s carapace. Our educators will also present live turtles in approximately 60% of offsite presentations.\r\n\r\nSeveral factors combine to make turtles a beneficial addition to any presentation; namely their charismatic appeal, their gentle behaviour and the ease of transport. It should be noted however that the use of live turtles also presents several challenges such as: the public’s awareness that turtles can carry Salmonella sp., housing requirements and animal acquisition. In this paper, we explore and review the advantages and challenges that we have associated with the use of live turtles within our educational program. We will also describe the special care and considerations needed for the care of our education turtles. This article will not be discussing, nor debating, the advantages of live animals within any educational program.\r\n\r\n<strong>Why turtles? </strong>\r\n\r\nUnlike snakes which carry very negative appeal (Mullin and Seigel, 2009), we believe that turtles benefit from a social charismatic appeal within the general public. Our onsite presentations have supported this hypothesis as these events include interactions with both a snake and a turtle. Numerous occasions of negative responses have been observed in the presence of the snake. This fear is unfortunately reflected by the accompanying children. The presence of the turtle however created both excitation and curiosity in both adults and children. Without fear, curiosity permits participants to remain receptive to learning about the biology and conservation of turtles and of reptiles in general. As a result of the public’s openness to learn, turtles become an ideal taxon to use when educating about biodiversity, evolution and the food chain.\r\n\r\nAn education turtle, when properly acclimated to its routine, can remain calm when surrounded by a large group of people. This calmness can be interpreted in an anthropomorphic and positive manner by the public; they feel as if the turtle is happy to be held and touched. This interpretation contradicts the common misconception that zoos and aquariums are exploiters of animals (Hutchins et al., 2003). In addition, turtles remain an excellent choice when there is desire to offer the public the chance to touch a live animal. A turtle’s solid carapace and scale-covered limbs (although the head, tail and limbs are not regularly touched) offer excellent protection. The risk of physical trauma related to touching remains therefore low. Furthermore, the turtle’s ability to enter its carapace, as a form of refuge, offers the handler insight related to the turtle’s stress level and he/she can react appropriately by concluding that part of the presentation. Such protective behaviour, if displayed, can also be indicative of post-presentation physical discomfort which may or may not be combined with anorexia (unstressed turtles are always hungry!).\r\n\r\nThe turtle’s morphology facilitates its transport; its shell and scaled limbs offer a high level of protection from abrasions. Finally, the use of live turtles during presentations can help dispel four widely held misconceptions, namely: that all turtles can hide in their shell, that they can crawl out of their shell (this point can be further explained by the use of a naturalised carapace), that the carapace is indestructible and that turtles are slow!\r\n\r\nA special note in regards to the use of indigenous species: The Saint-Lawrence Valley area includes the natural distribution range of eight species of freshwater turtles. Our experiences show that much of the local population is unaware that turtles exist in the area (especially those living in urban centers). The use of indigenous species will therefore promote awareness of our local biodiversity, while also creating an emotional connection when discussing conservation issues. This association and sensitivity is compounded if participants with heightened awareness were to observe a turtle in a wild, yet local, setting.\r\n\r\n<strong>Challenges</strong>\r\n\r\nThe use of live turtles can also present several challenges. One of the biggest and most notable issues relates to the transmission of <em>Salmonella sp</em>. It has been found that turtles may be infected at a rate between 12.1% and 85% (Mader, 2006). It has been shown however that a healthy, un-stressed animal is less likely to shed the bacteria (Gray, 2011). It is recommended that a simple hand sanitization after touching a turtle can prevent infection (Gray, 2011). In consideration of these facts, our turtle interaction sessions are always followed by hand washing or hand sanitization. The participants are informed of the reason behind these practices. The chances of contamination are further reduced by ensuring cleanliness in both the turtle’s temporary and permanent enclosures.\r\n\r\nThis does however bring forth a second issue that arose: housing. We must ensure that we have enough animals from each species to complete the possible repetition of a presentation in a same day or same time period. This has resulted in the need to keep three to five individuals of each species represented in each presentation topic. There are 27 education turtles housed at the zoo, representing seven species of indigenous freshwater turtles. The genders are kept separately for two essential reasons: first, is to prevent unplanned reproduction, second, and most importantly, is to remove any stresses caused by reproductive behaviour. Males from many species, such as the North American Wood Turtle (<em>Glyptemys insculpta</em>) or the Spotted Turtle (<em>Clemmys guttata</em>), can be very persistent and exhausting to female tank mates, but as well be very territorial and aggressive towards male tank mates. In the case of these species, and most others kept at the zoo, all males must be individually housed, but females may be kept communally. For this reason, and despite the fact that turtle species native to the Saint-Lawrence Valley are relatively small in size, many tanks are required to house all our turtles.\r\n\r\nTransportation of the turtles, as mentioned above, can be considered an advantage due to their scales and carapace, but their ectothermic metabolism can cause difficulties when transporting in colder climates. The turtle’s ideal body temperature must be maintained throughout transport in order to maintain an active immune system and to promote a healthy state. We have resolved this issue by constructing insulated transport boxes. Should the need arise, the temperature within these boxes can be increased with the addition of supplemental hot water bottles.\r\n\r\nA final challenge, which may or may not be applicable to other institutions, is the acquisition of turtles. Our specimens are acquired through various methods. We offer refuge to rehabilitated and confiscated animals, but our priority is to acquire captive-bred individuals through inter-zoo transfers or through captive hatching within our facility. As a result of careful planning during recent years, we are pleased to state that our captive reproduction program is almost self-sustaining. The captive reproduction of our education turtles permits us to affect the genders (in most species) of our new generation of education turtles, by incubation temperature manipulation. We aim for high female ratio to address the housing challenges mentioned previously. Captive reproduction also permits us to work with individuals at a very young age during our training/desensitisation program (which will be explained later in this article). One disadvantage to captive reproduction vs. acquiring adult animals is that the young turtles need to attain a certain size before they can be transported safely and manipulated daily, in order to prevent damage to their delicate, un-calcified carapace.\r\n\r\n<strong>Not all are born to educate!</strong>\r\n\r\nTurtles exhibit a variety of behaviours which may or may not make them ideal education turtle candidates. It has been shown that regular handling can physiologically affect turtles (Cabanac and Bernieri, 2000). We want to ensure that our selected education turtles demonstrate positive behavioural tendencies which may reduce any <img class="alignright size-medium wp-image-2599" title="turtle" src="http://aecetia.net/gws/aazk/wp-content/uploads/turtle-300x207.jpg" alt="turtle" width="300" height="207" />negative physiological responses. Some turtles are curious, alert and very stimulated by movement around them, while some turtles exhibit the opposite characteristics. Some can be very shy, scared and can be affected negatively by too much environmental stimuli. The selection of our education turtles is made based on an initial evaluation…\r\n\r\n<strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>', 'The Turtles of the Education Program: Strong Ambassadors for the Ecomuseum Zoo.', 0, '', 'draft', 'closed', 'closed', '', 'the-turtles-of-the-education-program-strong-ambassadors-for-the-ecomuseum-zoo', '', '', '2013-10-15 17:49:16', '2013-10-15 22:49:16', '', 0, 'http://aazk.org/?p=2586', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2587, 2, '2012-10-01 07:37:11', '2012-10-01 12:37:11', '<em>Julie Tougas(1) and Helene Caron (2)</em>\n\n<em>1 Curator of the reptile, amphibian and fish collection, Ecomuseum zoo. 21125 chemin Sainte-Marie, Sainte-Anne-de-Bellevue (Québec), H9X 3Y7. julie.tougas@ecomuseum.ca</em>\n\n<em>2 Education Program Coordinator, Ecomuseum zoo. 21125 chemin Sainte-Marie, Sainte-Anne-de-Bellevue (Québec), H9X 3Y7. helene.caron@ecomuseum.ca</em>\n\nThe Ecomuseum zoo is a small, CAZA-accredited institution located in Québec, Canada. The zoo is managed by the Saint-Lawrence Valley Natural History Society whose mission focuses on education, research and conservation. Through this three-pronged approach, the Society fosters an appreciation and understanding of the physical and biological characters of the regional flora and fauna. Over the years, the Ecomuseum zoo has developed an extensive onsite and offsite educational program. The zoo’s onsite activities will expose over 20,000 children to the wonderful world of animals. Moreover, the zoo’s zoologist-educators will have the opportunity to influence the lives of over 6,500 children during the 280 offsite presentations scheduled every year. The zoo offers several different offsite presentations, covering general topics such as biodiversity, to more specific topics such as birds of prey or amphibians.\n\nWith its living collection of wildlife species serving a dual role as both ambassador and catalyst, the Ecomuseum offers unmatched learning experiences for both children and adults. At the zoo, we have a special appreciation for turtles. Live education turtles have become stellar ambassadors, travelling daily with our educators to offsite events and playing key roles for visitors during our onsite guided tours. Over the course of a one-year period, a turtle is presented during each of our over 900 scheduled onsite guided tours providing visitors with the opportunity to touch a live turtle’s carapace. Our educators will also present live turtles in approximately 60% of offsite presentations.\n\nSeveral factors combine to make turtles a beneficial addition to any presentation; namely their charismatic appeal, their gentle behaviour and the ease of transport. It should be noted however that the use of live turtles also presents several challenges such as: the public’s awareness that turtles can carry Salmonella sp., housing requirements and animal acquisition. In this paper, we explore and review the advantages and challenges that we have associated with the use of live turtles within our educational program. We will also describe the special care and considerations needed for the care of our education turtles. This article will not be discussing, nor debating, the advantages of live animals within any educational program.\n\n<strong>Why turtles? </strong>\n\nUnlike snakes which carry very negative appeal (Mullin and Seigel, 2009), we believe that turtles benefit from a social charismatic appeal within the general public. Our onsite presentations have supported this hypothesis as these events include interactions with both a snake and a turtle. Numerous occasions of negative responses have been observed in the presence of the snake. This fear is unfortunately reflected by the accompanying children. The presence of the turtle however created both excitation and curiosity in both adults and children. Without fear, curiosity permits participants to remain receptive to learning about the biology and conservation of turtles and of reptiles in general. As a result of the public’s openness to learn, turtles become an ideal taxon to use when educating about biodiversity, evolution and the food chain.\n\nAn education turtle, when properly acclimated to its routine, can remain calm when surrounded by a large group of people. This calmness can be interpreted in an anthropomorphic and positive manner by the public; they feel as if the turtle is happy to be held and touched. This interpretation contradicts the common misconception that zoos and aquariums are exploiters of animals (Hutchins et al., 2003). In addition, turtles remain an excellent choice when there is desire to offer the public the chance to touch a live animal. A turtle’s solid carapace and scale-covered limbs (although the head, tail and limbs are not regularly touched) offer excellent protection. The risk of physical trauma related to touching remains therefore low. Furthermore, the turtle’s ability to enter its carapace, as a form of refuge, offers the handler insight related to the turtle’s stress level and he/she can react appropriately by concluding that part of the presentation. Such protective behaviour, if displayed, can also be indicative of post-presentation physical discomfort which may or may not be combined with anorexia (unstressed turtles are always hungry!).\n\nThe turtle’s morphology facilitates its transport; its shell and scaled limbs offer a high level of protection from abrasions. Finally, the use of live turtles during presentations can help dispel four widely held misconceptions, namely: that all turtles can hide in their shell, that they can crawl out of their shell (this point can be further explained by the use of a naturalised carapace), that the carapace is indestructible and that turtles are slow!\n\nA special note in regards to the use of indigenous species: The Saint-Lawrence Valley area includes the natural distribution range of eight species of freshwater turtles. Our experiences show that much of the local population is unaware that turtles exist in the area (especially those living in urban centers). The use of indigenous species will therefore promote awareness of our local biodiversity, while also creating an emotional connection when discussing conservation issues. This association and sensitivity is compounded if participants with heightened awareness were to observe a turtle in a wild, yet local, setting.\n\n<strong>Challenges</strong>\n\nThe use of live turtles can also present several challenges. One of the biggest and most notable issues relates to the transmission of Salmonella sp. It has been found that turtles may be infected at a rate between 12.1% and 85% (Mader, 2006). It has been shown however that a healthy, un-stressed animal is less likely to shed the bacteria (Gray, 2011). It is recommended that a simple hand sanitization after touching a turtle can prevent infection (Gray, 2011). In consideration of these facts, our turtle interaction sessions are always followed by hand washing or hand sanitization. The participants are informed of the reason behind these practices. The chances of contamination are further reduced by ensuring cleanliness in both the turtle’s temporary and permanent enclosures.\n\nThis does however bring forth a second issue that arose: housing. We must ensure that we have enough animals from each species to complete the possible repetition of a presentation in a same day or same time period. This has resulted in the need to keep three to five individuals of each species represented in each presentation topic. There are 27 education turtles housed at the zoo, representing seven species of indigenous freshwater turtles. The genders are kept separately for two essential reasons: first, is to prevent unplanned reproduction, second, and most importantly, is to remove any stresses caused by reproductive behaviour. Males from many species, such as the North American Wood Turtle (Glyptemys insculpta) or the Spotted Turtle (Clemmys guttata), can be very persistent and exhausting to female tank mates, but as well be very territorial and aggressive towards male tank mates. In the case of these species, and most others kept at the zoo, all males must be individually housed, but females may be kept communally. For this reason, and despite the fact that turtle species native to the Saint-Lawrence Valley are relatively small in size, many tanks are required to house all our turtles.\n\nTransportation of the turtles, as mentioned above, can be considered an advantage due to their scales and carapace, but their ectothermic metabolism can cause difficulties when transporting in colder climates. The turtle’s ideal body temperature must be maintained throughout transport in order to maintain an active immune system and to promote a healthy state. We have resolved this issue by constructing insulated transport boxes. Should the need arise, the temperature within these boxes can be increased with the addition of supplemental hot water bottles.\n\nA final challenge, which may or may not be applicable to other institutions, is the acquisition of turtles. Our specimens are acquired through various methods. We offer refuge to rehabilitated and confiscated animals, but our priority is to acquire captive-bred individuals through inter-zoo transfers or through captive hatching within our facility. As a result of careful planning during recent years, we are pleased to state that our captive reproduction program is almost self-sustaining. The captive reproduction of our education turtles permits us to affect the genders (in most species) of our new generation of education turtles, by incubation temperature manipulation. We aim for high female ratio to address the housing challenges mentioned previously. Captive reproduction also permits us to work with individuals at a very young age during our training/desensitisation program (which will be explained later in this article). One disadvantage to captive reproduction vs. acquiring adult animals is that the young turtles need to attain a certain size before they can be transported safely and manipulated daily, in order to prevent damage to their delicate, un-calcified carapace.\n\n<strong>Not all are born to educate!</strong>\n\nTurtles exhibit a variety of behaviours which may or may not make them ideal education turtle candidates. It has been shown that regular handling can physiologically affect turtles (Cabanac and Bernieri, 2000). We want to ensure that our selected education turtles demonstrate positive behavioural tendencies which may reduce any negative physiological responses. Some turtles are curious, alert and very stimulated by movement around them, while some turtles exhibit the opposite characteristics. Some can be very shy, scared and can be affected negatively by too much environmental stimuli. The selection of our education turtles is made based on an initial evaluation…\n\n<strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>', '', 0, '', 'inherit', 'closed', 'closed', '', '2586-revision', '', '', '2012-10-01 07:37:11', '2012-10-01 12:37:11', '', 2586, 'http://aazk.org/uncategorized/2586-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2588, 2, '2012-10-01 07:37:30', '2012-10-01 12:37:30', '<em>Julie Tougas(1) and Helene Caron (2)</em>\r\n\r\n<em>1 Curator of the reptile, amphibian and fish collection, Ecomuseum zoo. 21125 chemin Sainte-Marie, Sainte-Anne-de-Bellevue (Québec), H9X 3Y7. julie.tougas@ecomuseum.ca</em>\r\n\r\n<em>2 Education Program Coordinator, Ecomuseum zoo. 21125 chemin Sainte-Marie, Sainte-Anne-de-Bellevue (Québec), H9X 3Y7. helene.caron@ecomuseum.ca</em>\r\n\r\nThe Ecomuseum zoo is a small, CAZA-accredited institution located in Québec, Canada. The zoo is managed by the Saint-Lawrence Valley Natural History Society whose mission focuses on education, research and conservation. Through this three-pronged approach, the Society fosters an appreciation and understanding of the physical and biological characters of the regional flora and fauna. Over the years, the Ecomuseum zoo has developed an extensive onsite and offsite educational program. The zoo’s onsite activities will expose over 20,000 children to the wonderful world of animals. Moreover, the zoo’s zoologist-educators will have the opportunity to influence the lives of over 6,500 children during the 280 offsite presentations scheduled every year. The zoo offers several different offsite presentations, covering general topics such as biodiversity, to more specific topics such as birds of prey or amphibians.\r\n\r\nWith its living collection of wildlife species serving a dual role as both ambassador and catalyst, the Ecomuseum offers unmatched learning experiences for both children and adults. At the zoo, we have a special appreciation for turtles. Live education turtles have become stellar ambassadors, travelling daily with our educators to offsite events and playing key roles for visitors during our onsite guided tours. Over the course of a one-year period, a turtle is presented during each of our over 900 scheduled onsite guided tours providing visitors with the opportunity to touch a live turtle’s carapace. Our educators will also present live turtles in approximately 60% of offsite presentations.\r\n\r\nSeveral factors combine to make turtles a beneficial addition to any presentation; namely their charismatic appeal, their gentle behaviour and the ease of transport. It should be noted however that the use of live turtles also presents several challenges such as: the public’s awareness that turtles can carry Salmonella sp., housing requirements and animal acquisition. In this paper, we explore and review the advantages and challenges that we have associated with the use of live turtles within our educational program. We will also describe the special care and considerations needed for the care of our education turtles. This article will not be discussing, nor debating, the advantages of live animals within any educational program.\r\n\r\n<strong>Why turtles? </strong>\r\n\r\nUnlike snakes which carry very negative appeal (Mullin and Seigel, 2009), we believe that turtles benefit from a social charismatic appeal within the general public. Our onsite presentations have supported this hypothesis as these events include interactions with both a snake and a turtle. Numerous occasions of negative responses have been observed in the presence of the snake. This fear is unfortunately reflected by the accompanying children. The presence of the turtle however created both excitation and curiosity in both adults and children. Without fear, curiosity permits participants to remain receptive to learning about the biology and conservation of turtles and of reptiles in general. As a result of the public’s openness to learn, turtles become an ideal taxon to use when educating about biodiversity, evolution and the food chain.\r\n\r\nAn education turtle, when properly acclimated to its routine, can remain calm when surrounded by a large group of people. This calmness can be interpreted in an anthropomorphic and positive manner by the public; they feel as if the turtle is happy to be held and touched. This interpretation contradicts the common misconception that zoos and aquariums are exploiters of animals (Hutchins et al., 2003). In addition, turtles remain an excellent choice when there is desire to offer the public the chance to touch a live animal. A turtle’s solid carapace and scale-covered limbs (although the head, tail and limbs are not regularly touched) offer excellent protection. The risk of physical trauma related to touching remains therefore low. Furthermore, the turtle’s ability to enter its carapace, as a form of refuge, offers the handler insight related to the turtle’s stress level and he/she can react appropriately by concluding that part of the presentation. Such protective behaviour, if displayed, can also be indicative of post-presentation physical discomfort which may or may not be combined with anorexia (unstressed turtles are always hungry!).\r\n\r\nThe turtle’s morphology facilitates its transport; its shell and scaled limbs offer a high level of protection from abrasions. Finally, the use of live turtles during presentations can help dispel four widely held misconceptions, namely: that all turtles can hide in their shell, that they can crawl out of their shell (this point can be further explained by the use of a naturalised carapace), that the carapace is indestructible and that turtles are slow!\r\n\r\nA special note in regards to the use of indigenous species: The Saint-Lawrence Valley area includes the natural distribution range of eight species of freshwater turtles. Our experiences show that much of the local population is unaware that turtles exist in the area (especially those living in urban centers). The use of indigenous species will therefore promote awareness of our local biodiversity, while also creating an emotional connection when discussing conservation issues. This association and sensitivity is compounded if participants with heightened awareness were to observe a turtle in a wild, yet local, setting.\r\n\r\n<strong>Challenges</strong>\r\n\r\nThe use of live turtles can also present several challenges. One of the biggest and most notable issues relates to the transmission of Salmonella sp. It has been found that turtles may be infected at a rate between 12.1% and 85% (Mader, 2006). It has been shown however that a healthy, un-stressed animal is less likely to shed the bacteria (Gray, 2011). It is recommended that a simple hand sanitization after touching a turtle can prevent infection (Gray, 2011). In consideration of these facts, our turtle interaction sessions are always followed by hand washing or hand sanitization. The participants are informed of the reason behind these practices. The chances of contamination are further reduced by ensuring cleanliness in both the turtle’s temporary and permanent enclosures.\r\n\r\nThis does however bring forth a second issue that arose: housing. We must ensure that we have enough animals from each species to complete the possible repetition of a presentation in a same day or same time period. This has resulted in the need to keep three to five individuals of each species represented in each presentation topic. There are 27 education turtles housed at the zoo, representing seven species of indigenous freshwater turtles. The genders are kept separately for two essential reasons: first, is to prevent unplanned reproduction, second, and most importantly, is to remove any stresses caused by reproductive behaviour. Males from many species, such as the North American Wood Turtle (Glyptemys insculpta) or the Spotted Turtle (Clemmys guttata), can be very persistent and exhausting to female tank mates, but as well be very territorial and aggressive towards male tank mates. In the case of these species, and most others kept at the zoo, all males must be individually housed, but females may be kept communally. For this reason, and despite the fact that turtle species native to the Saint-Lawrence Valley are relatively small in size, many tanks are required to house all our turtles.\r\n\r\nTransportation of the turtles, as mentioned above, can be considered an advantage due to their scales and carapace, but their ectothermic metabolism can cause difficulties when transporting in colder climates. The turtle’s ideal body temperature must be maintained throughout transport in order to maintain an active immune system and to promote a healthy state. We have resolved this issue by constructing insulated transport boxes. Should the need arise, the temperature within these boxes can be increased with the addition of supplemental hot water bottles.\r\n\r\nA final challenge, which may or may not be applicable to other institutions, is the acquisition of turtles. Our specimens are acquired through various methods. We offer refuge to rehabilitated and confiscated animals, but our priority is to acquire captive-bred individuals through inter-zoo transfers or through captive hatching within our facility. As a result of careful planning during recent years, we are pleased to state that our captive reproduction program is almost self-sustaining. The captive reproduction of our education turtles permits us to affect the genders (in most species) of our new generation of education turtles, by incubation temperature manipulation. We aim for high female ratio to address the housing challenges mentioned previously. Captive reproduction also permits us to work with individuals at a very young age during our training/desensitisation program (which will be explained later in this article). One disadvantage to captive reproduction vs. acquiring adult animals is that the young turtles need to attain a certain size before they can be transported safely and manipulated daily, in order to prevent damage to their delicate, un-calcified carapace.\r\n\r\n<strong>Not all are born to educate!</strong>\r\n\r\nTurtles exhibit a variety of behaviours which may or may not make them ideal education turtle candidates. It has been shown that regular handling can physiologically affect turtles (Cabanac and Bernieri, 2000). We want to ensure that our selected education turtles demonstrate positive behavioural tendencies which may reduce any negative physiological responses. Some turtles are curious, alert and very stimulated by movement around them, while some turtles exhibit the opposite characteristics. Some can be very shy, scared and can be affected negatively by too much environmental stimuli. The selection of our education turtles is made based on an initial evaluation…\r\n\r\n<strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>', 'The Turtles of the Education Program: Strong Ambassadors for the Ecomuseum Zoo.', 0, '', 'inherit', 'closed', 'closed', '', '2586-revision-2', '', '', '2012-10-01 07:37:30', '2012-10-01 12:37:30', '', 2586, 'http://aazk.org/uncategorized/2586-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2589, 2, '2012-10-02 07:50:50', '2012-10-02 12:50:50', '<em>Julie Tougas(1) and Helene Caron (2)</em>\n\n<em>1 Curator of the reptile, amphibian and fish collection, Ecomuseum zoo. 21125 chemin Sainte-Marie, Sainte-Anne-de-Bellevue (Québec), H9X 3Y7. julie.tougas@ecomuseum.ca</em>\n\n<em>2 Education Program Coordinator, Ecomuseum zoo. 21125 chemin Sainte-Marie, Sainte-Anne-de-Bellevue (Québec), H9X 3Y7. helene.caron@ecomuseum.ca</em>\n\nThe Ecomuseum zoo is a small, CAZA-accredited institution located in Québec, Canada. The zoo is managed by the Saint-Lawrence Valley Natural History Society whose mission focuses on education, research and conservation. Through this three-pronged approach, the Society fosters an appreciation and understanding of the physical and biological characters of the regional flora and fauna. Over the years, the Ecomuseum zoo has developed an extensive onsite and offsite educational program. The zoo’s onsite activities will expose over 20,000 children to the wonderful world of animals. Moreover, the zoo’s zoologist-educators will have the opportunity to influence the lives of over 6,500 children during the 280 offsite presentations scheduled every year. The zoo offers several different offsite presentations, covering general topics such as biodiversity, to more specific topics such as birds of prey or amphibians.\n\nWith its living collection of wildlife species serving a dual role as both ambassador and catalyst, the Ecomuseum offers unmatched learning experiences for both children and adults. At the zoo, we have a special appreciation for turtles. Live education turtles have become stellar ambassadors, travelling daily with our educators to offsite events and playing key roles for visitors during our onsite guided tours. Over the course of a one-year period, a turtle is presented during each of our over 900 scheduled onsite guided tours providing visitors with the opportunity to touch a live turtle’s carapace. Our educators will also present live turtles in approximately 60% of offsite presentations.\n\nSeveral factors combine to make turtles a beneficial addition to any presentation; namely their charismatic appeal, their gentle behaviour and the ease of transport. It should be noted however that the use of live turtles also presents several challenges such as: the public’s awareness that turtles can carry Salmonella sp., housing requirements and animal acquisition. In this paper, we explore and review the advantages and challenges that we have associated with the use of live turtles within our educational program. We will also describe the special care and considerations needed for the care of our education turtles. This article will not be discussing, nor debating, the advantages of live animals within any educational program.\n\n<strong>Why turtles? </strong>\n\nUnlike snakes which carry very negative appeal (Mullin and Seigel, 2009), we believe that turtles benefit from a social charismatic appeal within the general public. Our onsite presentations have supported this hypothesis as these events include interactions with both a snake and a turtle. Numerous occasions of negative responses have been observed in the presence of the snake. This fear is unfortunately reflected by the accompanying children. The presence of the turtle however created both excitation and curiosity in both adults and children. Without fear, curiosity permits participants to remain receptive to learning about the biology and conservation of turtles and of reptiles in general. As a result of the public’s openness to learn, turtles become an ideal taxon to use when educating about biodiversity, evolution and the food chain.\n\nAn education turtle, when properly acclimated to its routine, can remain calm when surrounded by a large group of people. This calmness can be interpreted in an anthropomorphic and positive manner by the public; they feel as if the turtle is happy to be held and touched. This interpretation contradicts the common misconception that zoos and aquariums are exploiters of animals (Hutchins et al., 2003). In addition, turtles remain an excellent choice when there is desire to offer the public the chance to touch a live animal. A turtle’s solid carapace and scale-covered limbs (although the head, tail and limbs are not regularly touched) offer excellent protection. The risk of physical trauma related to touching remains therefore low. Furthermore, the turtle’s ability to enter its carapace, as a form of refuge, offers the handler insight related to the turtle’s stress level and he/she can react appropriately by concluding that part of the presentation. Such protective behaviour, if displayed, can also be indicative of post-presentation physical discomfort which may or may not be combined with anorexia (unstressed turtles are always hungry!).\n\nThe turtle’s morphology facilitates its transport; its shell and scaled limbs offer a high level of protection from abrasions. Finally, the use of live turtles during presentations can help dispel four widely held misconceptions, namely: that all turtles can hide in their shell, that they can crawl out of their shell (this point can be further explained by the use of a naturalised carapace), that the carapace is indestructible and that turtles are slow!\n\nA special note in regards to the use of indigenous species: The Saint-Lawrence Valley area includes the natural distribution range of eight species of freshwater turtles. Our experiences show that much of the local population is unaware that turtles exist in the area (especially those living in urban centers). The use of indigenous species will therefore promote awareness of our local biodiversity, while also creating an emotional connection when discussing conservation issues. This association and sensitivity is compounded if participants with heightened awareness were to observe a turtle in a wild, yet local, setting.\n\n<strong>Challenges</strong>\n\nThe use of live turtles can also present several challenges. One of the biggest and most notable issues relates to the transmission of <em>Salmonella sp</em>. It has been found that turtles may be infected at a rate between 12.1% and 85% (Mader, 2006). It has been shown however that a healthy, un-stressed animal is less likely to shed the bacteria (Gray, 2011). It is recommended that a simple hand sanitization after touching a turtle can prevent infection (Gray, 2011). In consideration of these facts, our turtle interaction sessions are always followed by hand washing or hand sanitization. The participants are informed of the reason behind these practices. The chances of contamination are further reduced by ensuring cleanliness in both the turtle’s temporary and permanent enclosures.\n\nThis does however bring forth a second issue that arose: housing. We must ensure that we have enough animals from each species to complete the possible repetition of a presentation in a same day or same time period. This has resulted in the need to keep three to five individuals of each species represented in each presentation topic. There are 27 education turtles housed at the zoo, representing seven species of indigenous freshwater turtles. The genders are kept separately for two essential reasons: first, is to prevent unplanned reproduction, second, and most importantly, is to remove any stresses caused by reproductive behaviour. Males from many species, such as the North American Wood Turtle (<em>Glyptemys insculpta</em>) or the Spotted Turtle (<em>Clemmys guttata</em>), can be very persistent and exhausting to female tank mates, but as well be very territorial and aggressive towards male tank mates. In the case of these species, and most others kept at the zoo, all males must be individually housed, but females may be kept communally. For this reason, and despite the fact that turtle species native to the Saint-Lawrence Valley are relatively small in size, many tanks are required to house all our turtles.\n\nTransportation of the turtles, as mentioned above, can be considered an advantage due to their scales and carapace, but their ectothermic metabolism can cause difficulties when transporting in colder climates. The turtle’s ideal body temperature must be maintained throughout transport in order to maintain an active immune system and to promote a healthy state. We have resolved this issue by constructing insulated transport boxes. Should the need arise, the temperature within these boxes can be increased with the addition of supplemental hot water bottles.\n\nA final challenge, which may or may not be applicable to other institutions, is the acquisition of turtles. Our specimens are acquired through various methods. We offer refuge to rehabilitated and confiscated animals, but our priority is to acquire captive-bred individuals through inter-zoo transfers or through captive hatching within our facility. As a result of careful planning during recent years, we are pleased to state that our captive reproduction program is almost self-sustaining. The captive reproduction of our education turtles permits us to affect the genders (in most species) of our new generation of education turtles, by incubation temperature manipulation. We aim for high female ratio to address the housing challenges mentioned previously. Captive reproduction also permits us to work with individuals at a very young age during our training/desensitisation program (which will be explained later in this article). One disadvantage to captive reproduction vs. acquiring adult animals is that the young turtles need to attain a certain size before they can be transported safely and manipulated daily, in order to prevent damage to their delicate, un-calcified carapace.\n\n<strong>Not all are born to educate!</strong>\n\nTurtles exhibit a variety of behaviours which may or may not make them ideal education turtle candidates. It has been shown that regular handling can physiologically affect turtles (Cabanac and Bernieri, 2000). We want to ensure that our selected education turtles demonstrate positive behavioural tendencies which may reduce any <img class="alignright size-medium wp-image-2599" title="turtle" src="http://aecetia.net/gws/aazk/wp-content/uploads/turtle-300x207.jpg" alt="turtle" width="300" height="207" />negative physiological responses. Some turtles are curious, alert and very stimulated by movement around them, while some turtles exhibit the opposite characteristics. Some can be very shy, scared and can be affected negatively by too much environmental stimuli. The selection of our education turtles is made based on an initial evaluation…\n\n<strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>', 'The Turtles of the Education Program: Strong Ambassadors for the Ecomuseum Zoo.', 0, '', 'inherit', 'closed', 'closed', '', '2586-autosave', '', '', '2012-10-02 07:50:50', '2012-10-02 12:50:50', '', 2586, 'http://aazk.org/uncategorized/2586-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2590, 2, '2012-10-01 07:59:59', '2012-10-01 12:59:59', '<strong><em>Hey Doc!  What exactly is “lumpy jaw” and what can I do about it as a keeper?  ─ Animal Keeper, Great Lakes Region </em></strong>\r\n\r\n“Lumpy Jaw” is a complex, infectious process that often results in debilitation and death. It is primarily encountered in macropods and antelope. There are multiple factors involved in its genesis; if there were only one or two, it surely would have been eliminated long ago. Despite significant work on it over the last 40 years, it remains one of the most common problems of macropods and certain antelope in captivity. It is by no means an easy problem to conquer.\r\n\r\n“Lumpy Jaw” gets its name from its gross, physical appearance of jaw swelling, specifically either nodular or multi-nodular bony and/or soft tissue growth (as opposed to “bottle jaw” which denotes sub-mandibular edema, which also causes swelling but has entirely different causes and treatments) which contain numbers of heavily encapsulated, necrotic areas.6,7,14 It is also sometimes called necrobacillosis, because of the common involvement of <em>Fusobacterium necrophorum</em> (formerly <em>Sphaerophorus necrophorus</em>) and <em>Bacteriodes sp.</em> bacteria in the lesions.4,6,14  <img class="alignright size-medium wp-image-2592" title="kangaroo1" src="http://aecetia.net/gws/aazk/wp-content/uploads/kangaroo1-300x275.jpg" alt="kangaroo1" width="300" height="275" />\r\n\r\nThis syndrome (a constellation of clinical signs which can have multiple different causes) can develop secondary to several different inciting events.  Clinical signs often begin before the classic “lumpy jaw” swellings are even noticeable. Often an observant animal keeper will notice a decrease in feeding, dropping of feed, chewing only on one side of the mouth, or excessive salivation.13 Closer examination of the mouth by either the animal keepers or the veterinarian may reveal the typical foul aroma of necrotic tissue.\r\n\r\nThere are multiple bacteria that commonly infect both the soft-tissue and the bone of animals with “lumpy jaw.” Although any common oral bacteria may infect the tissue, most frequently there are anaerobes, or micro-aerophilic bacteria such as Fusobacterium necrophorum, Bacteroides sp., Nocardia asteroides, Actinomyces bovis, and <em>Nocardia macropodidarium</em>.2,6,7,8, 10, 14   In hoofed animals, <em>Actinomyces pyogenes</em> (formerly <em>Corynebacterium pyogenes</em>) is the most common organism. Secondary invaders are often <em>Pseudomonas sp</em>., <em>Proteus sp.</em>, and <em>Staph. sp.</em> 7 These organisms vary widely in their antibiotic susceptibility; often combinations of two antibiotics are necessary to provide coverage against the different species causing the infection. However, despite the most sophisticated and proactive clinical therapy, treatment failures and eventual euthanasia are common.\r\n\r\nClinically, a thorough physical exam and dental radiographs (often lateral oblique films are most informative) will often indicate the exact type of “lumpy jaw” and possibly its origin. It can present in many forms. Often, in kangaroos and wallabies, apical abscess will develop at the tip of the root of the lower incisors. This is usually, but not always, the result of wear or breakage of the distal tips of the incisors, leading to pulp exposure, infection, and subsequent abscessation. However, sometimes dental calculus buildup on the incisors will lead to periodontal disease and infection of the soft tissues surrounding the teeth, eventually spreading into the bone of the mandible as well.\r\n\r\nSometimes, on oral exam it will be obvious that there was a puncture wound of the gingiva, leading to local abscess formation, and eventually infection of the bone. Indeed, sometimes plant matter is found impacted in them.6  On other occasions, dental calculus building up around the gumline will be the obvious cause of periodontal disease, and subsequent infection of the soft tissues and eventually osteomyelitis of the jaw. Indeed, in most cases “lumpy jaw” usually begins periodontally.14 Draining tracts can be cultured to determine the organisms involved, and both an aerobic and anaerobic culture should be performed.  Often, the pre-molars are the first to become infected.  Indeed, clinically, it often appears that the infection is secondary to the pre-molars not being shed normally with age, as is seen in nature. 3,9  These infections surrounding loose pre-molars are the easiest to treat, responding well to extraction and broad-spectrum antibiotic therapy.\r\n\r\nIn artiodactyls, infection of the bone with draining sub-mandibular tracts is often seen. Extraction, in combination with broad-spectrum antibiotic therapy, can be curative, or at least allow for stabilization of the patient while the osteomyelitis is combated with long-term antibiotic therapy. An alternative to dental extraction, establishment of drainage, regular flushing with antimicrobial solutions, antibiotic therapy, and apicoectomy and retrograde endodontics and filling of the tooth roots has been proposed;6 however, even these sophisticated methods are often unsuccessful.  Chronic,  inflammation from “lumpy jaw” has been implicated in the development of reactive amyloidosis in some hoofed animals.12\r\n\r\nOver the last 40 years, there have been at least two different methods of dietary management attempted. The first was to eliminate any sort of tough material in the diet, which might cause gingival puncture and subsequent infection;11,13,14 These animals were often fed many kinds of soft foods. Another method of dietary management was to increase browse and provide as much good-quality forage (either high quality grass hay or alfalfa) to allow for as much gingival stimulation and natural  “flossing” of the teeth as  possible, and to contribute to normal shedding of premolars. 2,4,9 As one author put it, “diet should be fibrous enough to maintain good oral health, so that accumulation of dental calculus is minimal, and the gums remain firm, but not so coarse as to damage the oral mucosa.” 4\r\n\r\nMy personal clinical experience, as well as epidemiological evidence gathered in the late 1970’s,11 supports the value of good quality forage and fibrous browse in <img class="alignleft size-medium wp-image-2593" title="wallaby" src="http://aecetia.net/gws/aazk/wp-content/uploads/wallaby-274x300.jpg" alt="wallaby" width="274" height="300" />reducing the incidence of lumpy jaw. While both groups of animals (those on only soft foods and those fed mostly forage and browse) did develop dental infections, my “clinical impression” is that the animals on a strictly “soft food” diet developed it at a younger age. Thus, kangaroos and wallabies on soft diets were developing it at five or six years of age, whereas those on browse and high quality forage would get it at eight or nine years of age.\r\n\r\nIn addition to diet, many clinicians believe that crowding, and subsequent fecal contamination of the paddock contributes to high bacteria counts on the food, and subsequently a higher incidence of infection.2,4,10,13 Therefore, many veterinarians recommend reducing crowding and making efforts to reduce fecal contamination of the paddock.1,2,10 Tractors fitted with commercial vacuum devices to remove fecal pellets from fields, as have been used to facilitate parasite control in other species, would seem to have utility in this regard, as would feeding from hay-racks or bowls rather than off the ground or floor.\r\n\r\nOne recent and interesting theory is that diet may contribute to hyper-phosphatemia in these animals. 5 One study sought to determine if offering timothy hay to the animals while on the grassy exhibit would encourage extra foraging, saliva production, and improved calcium to phosphorus ratios.5 Although intriguing, not enough clinical data has been gathered to support or refute this theory, although it remains an interesting question. This theory does not, however, account for the clinically observed development of periodontal disease prior to the beginning of bone resorption in most cases.\r\n\r\nRoutine oral examinations, and prophylactic scaling of the teeth would likely help to reduce the incidence of “lumpy jaw” in any herd. Similarly, attention to diet, and provision of a good quality grass hay or alfalfa, and minimizing soft foods such as fruit, which may contribute to dental calculus formation and gingivitis will also help. Similarly, making sure that forage and browse does not contain sharp weeds and stems will diminish the chances of oral punctures inciting lumpy jaw.\r\n\r\nIn some countries (such as Australia) vaccines are available to protect against <em>Fusobacterium necrophorum</em>, and clinicians from those countries report that vaccination does help, too. Finally, routine examinations and dental prophylaxis to remove calculus buildup, as well as to detect and treat this problem in its early stages, can also assist in reducing (although probably not completely eliminating) morbidity and mortality from “lumpy jaw.”\r\n\r\nThe animal keeper can…\r\n\r\n<strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong>', 'Ask the Vet!', 0, '', 'draft', 'closed', 'closed', '', 'ask-the-vet', '', '', '2013-10-15 17:49:16', '2013-10-15 22:49:16', '', 0, 'http://aazk.org/?p=2590', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2591, 2, '2012-10-01 07:50:32', '2012-10-01 12:50:32', '', 'kangaroo', 0, '', 'inherit', 'closed', 'closed', '', 'kangaroo', '', '', '2012-10-01 07:50:32', '2012-10-01 12:50:32', '', 2590, 'http://aazk.org/wp-content/uploads/kangaroo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2592, 2, '2012-10-01 07:57:57', '2012-10-01 12:57:57', '', 'kangaroo1', 0, '', 'inherit', 'closed', 'closed', '', 'kangaroo1', '', '', '2012-10-01 07:57:57', '2012-10-01 12:57:57', '', 2590, 'http://aazk.org/wp-content/uploads/kangaroo1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2593, 2, '2012-10-01 07:59:07', '2012-10-01 12:59:07', '', 'wallaby', 0, '', 'inherit', 'closed', 'closed', '', 'wallaby', '', '', '2012-10-01 07:59:07', '2012-10-01 12:59:07', '', 2590, 'http://aazk.org/wp-content/uploads/wallaby.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2594, 2, '2012-10-01 07:52:01', '2012-10-01 12:52:01', '<strong><em>Hey Doc!  What exactly is “lumpy jaw” and what can I do about it as a keeper?  ─ Animal Keeper, Great Lakes Region </em></strong>\n\n“Lumpy Jaw” is a complex, infectious process that often results in debilitation and death. It is primarily encountered in macropods and antelope. There are multiple factors involved in its genesis; if there were only one or two, it surely would have been eliminated long ago. Despite significant work on it over the last 40 years, it remains one of the most common problems of macropods and certain antelope in captivity. It is by no means an easy problem to conquer.\n\n“Lumpy Jaw” gets its name from its gross, physical appearance of jaw swelling, specifically either nodular or multi-nodular bony and/or soft tissue growth (as opposed to “bottle jaw” which denotes sub-mandibular edema, which also causes swelling but has entirely different causes and treatments) which contain numbers of heavily encapsulated, necrotic areas.6,7,14 It is also sometimes called necrobacillosis, because of the common involvement of <em>Fusobacterium necrophorum</em> (formerly <em>Sphaerophorus necrophorus</em>) and <em>Bacteriodes sp.</em> bacteria in the lesions.4,6,14  <img class="alignright size-medium wp-image-2591" title="kangaroo" src="http://aecetia.net/gws/aazk/wp-content/uploads/kangaroo-300x249.jpg" alt="kangaroo" width="300" height="249" />\n\nThis syndrome (a constellation of clinical signs which can have multiple different causes) can develop secondary to several different inciting events.  Clinical signs often begin before the classic “lumpy jaw” swellings are even noticeable. Often an observant animal keeper will notice a decrease in feeding, dropping of feed, chewing only on one side of the mouth, or excessive salivation.13 Closer examination of the mouth by either the animal keepers or the veterinarian may reveal the typical foul aroma of necrotic tissue.\n\nThere are multiple bacteria that commonly infect both the soft-tissue and the bone of animals with “lumpy jaw.” Although any common oral bacteria may infect the tissue, most frequently there are anaerobes, or micro-aerophilic bacteria such as Fusobacterium necrophorum, Bacteroides sp., Nocardia asteroides, Actinomyces bovis, and <em>Nocardia macropodidarium</em>.2,6,7,8, 10, 14   In hoofed animals, <em>Actinomyces pyogenes</em> (formerly <em>Corynebacterium pyogenes</em>) is the most common organism. Secondary invaders are often <em>Pseudomonas sp</em>., <em>Proteus sp.</em>, and <em>Staph. sp.</em> 7 These organisms vary widely in their antibiotic susceptibility; often combinations of two antibiotics are necessary to provide coverage against the different species causing the infection. However, despite the most sophisticated and proactive clinical therapy, treatment failures and eventual euthanasia are common.\n\nClinically, a thorough physical exam and dental radiographs (often lateral oblique films are most informative) will often indicate the exact type of “lumpy jaw” and possibly its origin. It can present in many forms. Often, in kangaroos and wallabies, apical abscess will develop at the tip of the root of the lower incisors. This is usually, but not always, the result of wear or breakage of the distal tips of the incisors, leading to pulp exposure, infection, and subsequent abscessation. However, sometimes dental calculus buildup on the incisors will lead to periodontal disease and infection of the soft tissues surrounding the teeth, eventually spreading into the bone of the mandible as well.\n\nSometimes, on oral exam it will be obvious that there was a puncture wound of the gingiva, leading to local abscess formation, and eventually infection of the bone. Indeed, sometimes plant matter is found impacted in them.6  On other occasions, dental calculus building up around the gumline will be the obvious cause of periodontal disease, and subsequent infection of the soft tissues and eventually osteomyelitis of the jaw. Indeed, in most cases “lumpy jaw” usually begins periodontally.14 Draining tracts can be cultured to determine the organisms involved, and both an aerobic and anaerobic culture should be performed.  Often, the pre-molars are the first to become infected.  Indeed, clinically, it often appears that the infection is secondary to the pre-molars not being shed normally with age, as is seen in nature. 3,9  These infections surrounding loose pre-molars are the easiest to treat, responding well to extraction and broad-spectrum antibiotic therapy.\n\nIn artiodactyls, infection of the bone with draining sub-mandibular tracts is often seen. Extraction, in combination with broad-spectrum antibiotic therapy, can be curative, or at least allow for stabilization of the patient while the osteomyelitis is combated with long-term antibiotic therapy. An alternative to dental extraction, establishment of drainage, regular flushing with antimicrobial solutions, antibiotic therapy, and apicoectomy and retrograde endodontics and filling of the tooth roots has been proposed;6 however, even these sophisticated methods are often unsuccessful.  Chronic,  inflammation from “lumpy jaw” has been implicated in the development of reactive amyloidosis in some hoofed animals.12\n\nOver the last 40 years, there have been at least two different methods of dietary management attempted. The first was to eliminate any sort of tough material in the diet, which might cause gingival puncture and subsequent infection;11,13,14 These animals were often fed many kinds of soft foods. Another method of dietary management was to increase browse and provide as much good-quality forage (either high quality grass hay or alfalfa) to allow for as much gingival stimulation and natural  “flossing” of the teeth as  possible, and to contribute to normal shedding of premolars. 2,4,9 As one author put it, “diet should be fibrous enough to maintain good oral health, so that accumulation of dental calculus is minimal, and the gums remain firm, but not so coarse as to damage the oral mucosa.” 4\n\nMy personal clinical experience, as well as epidemiological evidence gathered in the late 1970’s,11 supports the value of good quality forage and fibrous browse in reducing the incidence of lumpy jaw. While both groups of animals (those on only soft foods and those fed mostly forage and browse) did develop dental infections, my “clinical impression” is that the animals on a strictly “soft food” diet developed it at a younger age. Thus, kangaroos and wallabies on soft diets were developing it at five or six years of age, whereas those on browse and high quality forage would get it at eight or nine years of age.\n\nIn addition to diet, many clinicians believe that crowding, and subsequent fecal contamination of the paddock contributes to high bacteria counts on the food, and subsequently a higher incidence of infection.2,4,10,13 Therefore, many veterinarians recommend reducing crowding and making efforts to reduce fecal contamination of the paddock.1,2,10 Tractors fitted with commercial vacuum devices to remove fecal pellets from fields, as have been used to facilitate parasite control in other species, would seem to have utility in this regard, as would feeding from hay-racks or bowls rather than off the ground or floor.\n\nOne recent and interesting theory is that diet may contribute to hyper-phosphatemia in these animals. 5 One study sought to determine if offering timothy hay to the animals while on the grassy exhibit would encourage extra foraging, saliva production, and improved calcium to phosphorus ratios.5 Although intriguing, not enough clinical data has been gathered to support or refute this theory, although it remains an interesting question. This theory does not, however, account for the clinically observed development of periodontal disease prior to the beginning of bone resorption in most cases.\n\nRoutine oral examinations, and prophylactic scaling of the teeth would likely help to reduce the incidence of “lumpy jaw” in any herd. Similarly, attention to diet, and provision of a good quality grass hay or alfalfa, and minimizing soft foods such as fruit, which may contribute to dental calculus formation and gingivitis will also help. Similarly, making sure that forage and browse does not contain sharp weeds and stems will diminish the chances of oral punctures inciting lumpy jaw.\n\nIn some countries (such as Australia) vaccines are available to protect against <em>Fusobacterium necrophorum</em>, and clinicians from those countries report that vaccination does help, too. Finally, routine examinations and dental prophylaxis to remove calculus buildup, as well as to detect and treat this problem in its early stages, can also assist in reducing (although probably not completely eliminating) morbidity and mortality from “lumpy jaw.”\n\nThe animal keeper can…', 'Ask the Vet!', 0, '', 'inherit', 'closed', 'closed', '', '2590-revision', '', '', '2012-10-01 07:52:01', '2012-10-01 12:52:01', '', 2590, 'http://aazk.org/uncategorized/2590-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2597, 2, '2012-10-01 08:05:45', '2012-10-01 13:05:45', '<strong><em></em></strong>\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 19-25, 2012 -<em>The Association of Zoo Veterinary Technicians 32nd Annual Conference</em>.</strong> Location: Lowry Park Zoo in Tampa, Florida.  For more information visit <a href="http://azvt.org">azvt.org</a>.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY. For more information go to <a href="http://www.rgzaecetia.net/gws/aazk">www.rgzaecetia.net/gws/aazk</a>.\r\n\r\n<strong>October 6, 2012 -</strong> <em><strong>AZH Zoo Horticulturist Certification Program</strong></em> - Three courses will be offered in conjunction with the 2012 AZH Annual Conference in Orlando: Browse and Toxic Plants and two elective courses: Design II and Responsible Water Use. Those who successfully complete the all-day Browse and Toxic Plants course will earn two credits toward the 10 credits required for AZH Certification. Those who successfully complete one of the four-hour elective courses will earn one credit. Electives courses will be offered sequentially, so that participants may choose to register for both of these courses.  For more information visit <a href="http://azh.org">azh.org</a>.\r\n\r\n<strong>October 6, 2012 - <em>Ohio Valley United Malacologists Meeting</em></strong> - Hosted by University of Saint Francis, Fort Wayne, IN.  Forum for information sharing on mollusks.  Papers and posters welcome.  For more information go to: <a href="http://ohiovalleyunifiedmalacologists6.blogspot.com/2012/07/6-oct-2012.html">http://ohiovalleyunifiedmalacologists6.blogspot.com/2012/07/6-oct-2012.html</a>.\r\n<div><strong><strong>October 12-15, 2012 - </strong><em><strong><em>From Good Care to Great Welfare: A Workshop Designed for Animal Care Professionals Presented by the Center for Zoo Animal Welfare </em></strong>-</em></strong>Detroit Zoological Society. A unique four-day workshop for animal care staff working with captive exotic animals. The workshop is designed to help participants better understand animals’ perspectives and experiences, address the challenges captivity imposes on animal welfare, and develop the skills necessary to assess and improve overall well-being. Exercises and experiences are immersive and designed to help us understand captivity from the animals’ point of view. Limited scholarship opportunities available.</div>\r\nFor information contact: Elizabeth Arbaugh, Animal Welfare Manager, Detroit Zoological Society, Tel: 248-398-0903 x3643, E-mail: <a href="mailto:Elizabeth@dzs.org">Elizabeth@dzs.org</a> or visit <a href="http://czaw.org">czaw.org</a>.\r\n\r\n<strong>November 2-4, 2012 - <em>New World Primate Husbandry Workshop</em></strong> - The New World Primate Taxon Advisory Group (NWPTAG) and the Palm Beach Zoo are hosting a New World Primate Husbandry Workshop to take place November 2-4, 2012. This will be a combined callitrichid and cebid husbandry workshop, taking the place of the traditional callitrichid workshop held in years past.  Some of the topics to be covered will include general husbandry, training and enrichment, natural history, capture and restraint methods, and mixed species exhibits.  The deadline for registration is August 31, 2012.  For more information including registration forms, please contact Dr. Stephanie Allard at <a href="mailto:sdampier@palmbeachzoo.org">sdampier@palmbeachzoo.org</a> or Michelle Farmerie at <a href="mailto:mrfarmerie@aol.com">mrfarmerie@aol.com</a>.\r\n\r\n<strong>November 5-8 2012 - </strong><strong>The </strong><strong><em>Elephant Managers Association Conference</em>.</strong> “Trunks and Palms” will be hosted by the Santa Barbara Zoological Gardens in Santa Barbara, CA. The Pre-conference trip will be hosted by the Los Angeles Zoo in Los Angeles, CA on Monday, November 5th followed by a cocktail party at the contemporary waterfront Cabrillo Art Center that evening. The conference will include two and half days of presentations followed by a Zoo Day at the Santa Barbara Zoo. The conference will conclude with a California cuisine banquet and auction. Beachfront accommodations and presentations will be held at the Hyatt of Santa Barbara: <a href="http://santabarbara.hyatt.com">santabarbara.hyatt.com</a>. To register or submit abstracts please visit: <a href="http://sbzoo.org">sbzoo.org</a> under events-EMA. For additional information please e-mail <a href="mailto:lwilson@sbzoo.org">lwilson@sbzoo.org</a>.\r\n\r\n<strong>December 3 - 7, 2012 - <em>Training and Enrichment Workshop for Zoo and Aquarium Animals</em></strong>. Hosted by Moody Gardens in Galveston, TX, Active Environments and Shape of Enrichment are proud to present the Sixth Training and Enrichment Workshop for Zoo and Aquarium Animals. This unique five-day Workshop is designed for keepers, aquarists, managers, supervisors, curators, and veterinarians working with all species of animals held in zoos, aquariums, rescue centers, and sanctuaries. The Workshop will present an array of topics relating to the behavioral management approach to caring for captive animals, with a focus on environmental enrichment, positive reinforcement training techniques, and the problem-solving process. For more information e-mail <a href="mailto:dolsen@moodygardens.com">dolsen@moodygardens.com</a> or go to <a href="http://enrichment.org">enrichment.org</a>.\r\n<h2>2013</h2>\r\n<strong><span>February 27 - March 2, 2013</span><em> - </em></strong><strong><em>21st Annual Conference of the International Association of Avian Trainers and Educators - </em></strong>Hosted by Tampa’s Lowry Park Zoo, Tampa, FL. For more information go to: <a href="http://iaate.org/iaate-annual-conference/2013-conference">iaate.org/iaate-annual-conference/2013-conference</a>.\r\n\r\n<strong><span>April 30 - May 2 2013</span> - </em></strong></em><em>Chimpanzee SSP Meeting and Husbandry Workshop</em> -Please Save the Date: The Chimpanzee SSP and the Houston Zoo are hosting the next Chimpanzee Husbandry Workshop to take place April 30 – May 2, 2013. The Chimpanzee SSP meeting will precede the workshop on April 29, 2013.  Stay tuned for more information.\r\n\r\n<strong>July 8-12, 2013 - <em>Zoos and Aquariums Committing to Conservation (ZACC)</em> -</strong> Hosted by Blank Park Zoo, Des Moines, Iowa.  The conference will bring together colleagues from the field and zoos in an informal setting to network, share ideas and support one another in our shared commitment to conservation.  Registration is available at <a href="http://blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1">blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1</a>.  Contact Jessie Lowry with questions at <a href="mailto:jrlowry@blankparkzoo.org">jrlowry@blankparkzoo.org</a>.\r\n\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - September 8-12\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events October 2012', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2012-10-01 08:05:45', '2012-10-01 13:05:45', '', 435, 'http://aazk.org/uncategorized/435-revision-66/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2595, 2, '2012-08-31 20:02:10', '2012-09-01 01:02:10', '<strong><em></em></strong>\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 19-25, 2012 -<em>The Association of Zoo Veterinary Technicians 32nd Annual Conference</em>.</strong> Location: Lowry Park Zoo in Tampa, Florida.  For more information visit <a href="http://azvt.org">azvt.org</a>.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY. For more information go to <a href="http://www.rgzaecetia.net/gws/aazk">www.rgzaecetia.net/gws/aazk</a>.\r\n\r\n<strong>October 6, 2012 -</strong> <em><strong>AZH Zoo Horticulturist Certification Program</strong></em> - Three courses will be offered in conjunction with the 2012 AZH Annual Conference in Orlando: Browse and Toxic Plants and two elective courses: Design II and Responsible Water Use. Those who successfully complete the all-day Browse and Toxic Plants course will earn two credits toward the 10 credits required for AZH Certification. Those who successfully complete one of the four-hour elective courses will earn one credit. Electives courses will be offered sequentially, so that participants may choose to register for both of these courses.  For more information visit <a href="http://azh.org">azh.org</a>.\r\n\r\n<strong>October 6, 2012 - <em>Ohio Valley United Malacologists Meeting</em></strong> - Hosted by University of Saint Francis, Fort Wayne, IN.  Forum for information sharing on mollusks.  Papers and posters welcome.  For more information go to: <a href="http://ohiovalleyunifiedmalacologists6.blogspot.com/2012/07/6-oct-2012.html">http://ohiovalleyunifiedmalacologists6.blogspot.com/2012/07/6-oct-2012.html</a>.\r\n<div><strong><strong>October 12-15, 2012 - </strong><em><strong><em>From Good Care to Great Welfare: A Workshop Designed for Animal Care Professionals Presented by the Center for Zoo Animal Welfare </em></strong>-</em></strong>Detroit Zoological Society. A unique four-day workshop for animal care staff working with captive exotic animals. The workshop is designed to help participants better understand animals’ perspectives and experiences, address the challenges captivity imposes on animal welfare, and develop the skills necessary to assess and improve overall well-being. Exercises and experiences are immersive and designed to help us understand captivity from the animals’ point of view. Limited scholarship opportunities available.</div>\r\nFor information contact: Elizabeth Arbaugh, Animal Welfare Manager, Detroit Zoological Society, Tel: 248-398-0903 x3643, E-mail: <a href="mailto:Elizabeth@dzs.org">Elizabeth@dzs.org</a> or visit <a href="http://czaw.org">czaw.org</a>.\r\n\r\n<strong>November 2-4, 2012 - <em>New World Primate Husbandry Workshop</em></strong> - The New World Primate Taxon Advisory Group (NWPTAG) and the Palm Beach Zoo are hosting a New World Primate Husbandry Workshop to take place November 2-4, 2012. This will be a combined callitrichid and cebid husbandry workshop, taking the place of the traditional callitrichid workshop held in years past.  Some of the topics to be covered will include general husbandry, training and enrichment, natural history, capture and restraint methods, and mixed species exhibits.  The deadline for registration is August 31, 2012.  For more information including registration forms, please contact Dr. Stephanie Allard at <a href="mailto:sdampier@palmbeachzoo.org">sdampier@palmbeachzoo.org</a> or Michelle Farmerie at <a href="mailto:mrfarmerie@aol.com">mrfarmerie@aol.com</a>.\r\n\r\n<strong>November 5-8 2012 - </strong><strong>The </strong><strong><em>Elephant Managers Association Conference</em>.</strong> “Trunks and Palms” will be hosted by the Santa Barbara Zoological Gardens in Santa Barbara, CA. The Pre-conference trip will be hosted by the Los Angeles Zoo in Los Angeles, CA on Monday, November 5th followed by a cocktail party at the contemporary waterfront Cabrillo Art Center that evening. The conference will include two and half days of presentations followed by a Zoo Day at the Santa Barbara Zoo. The conference will conclude with a California cuisine banquet and auction. Beachfront accommodations and presentations will be held at the Hyatt of Santa Barbara: <a href="http://santabarbara.hyatt.com">santabarbara.hyatt.com</a>. To register or submit abstracts please visit: <a href="http://sbzoo.org">sbzoo.org</a> under events-EMA. For additional information please e-mail <a href="mailto:lwilson@sbzoo.org">lwilson@sbzoo.org</a>.\r\n\r\n<strong>December 3 - 7, 2012 - <em>Training and Enrichment Workshop for Zoo and Aquarium Animals</em></strong>. Hosted by Moody Gardens in Galveston, TX, Active Environments and Shape of Enrichment are proud to present the Sixth Training and Enrichment Workshop for Zoo and Aquarium Animals. This unique five-day Workshop is designed for keepers, aquarists, managers, supervisors, curators, and veterinarians working with all species of animals held in zoos, aquariums, rescue centers, and sanctuaries. The Workshop will present an array of topics relating to the behavioral management approach to caring for captive animals, with a focus on environmental enrichment, positive reinforcement training techniques, and the problem-solving process. For more information e-mail <a href="mailto:dolsen@moodygardens.com">dolsen@moodygardens.com</a> or go to <a href="http://enrichment.org">enrichment.org</a>.\r\n<h2>2013</h2>\r\n<strong><em>April 30 - May 2 2013 - </em><em>Chimpanzee SSP Meeting and Husbandry Workshop</em></strong> -Please Save the Date: The Chimpanzee SSP and the Houston Zoo are hosting the next Chimpanzee Husbandry Workshop to take place April 30 – May 2, 2013. The Chimpanzee SSP meeting will precede the workshop on April 29, 2013.  Stay tuned for more information.\r\n\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - September 8-12\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events September 2012', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2012-08-31 20:02:10', '2012-09-01 01:02:10', '', 435, 'http://aazk.org/uncategorized/435-revision-64/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2596, 2, '2012-10-01 08:04:47', '2012-10-01 13:04:47', '<strong><em></em></strong>\r\n\r\n<strong>September 9-13, 2012 - <em>4th International Congress on Zookeeping</em> </strong>– To be held in Singapore.  Theme “Many Voices One Calling” Sponsored by Wildlife Reserves Singapore , Singapore Tourism Bureau. For information on sponsorship or exhibition opportunities email <a href="mailto:eo@aszk.org.au">eo@aszk.org.au</a>.  Check the ICZ website <a href="http://www.iczoo.org/">http://www.iczoo.org/</a> for latest news.\r\n\r\n<strong>September 19-25, 2012 -<em>The Association of Zoo Veterinary Technicians 32nd Annual Conference</em>.</strong> Location: Lowry Park Zoo in Tampa, Florida.  For more information visit <a href="http://azvt.org">azvt.org</a>.\r\n\r\n<strong>September 23-27,  2012 - <em>AAZK National Conference</em></strong><em> - </em>Hosted by the Rosamond Gifford Zoo and the Rosamond Gifford Zoo AAZK Chapter in Syracuse, NY. For more information go to <a href="http://www.rgzaecetia.net/gws/aazk">www.rgzaecetia.net/gws/aazk</a>.\r\n\r\n<strong>October 6, 2012 -</strong> <em><strong>AZH Zoo Horticulturist Certification Program</strong></em> - Three courses will be offered in conjunction with the 2012 AZH Annual Conference in Orlando: Browse and Toxic Plants and two elective courses: Design II and Responsible Water Use. Those who successfully complete the all-day Browse and Toxic Plants course will earn two credits toward the 10 credits required for AZH Certification. Those who successfully complete one of the four-hour elective courses will earn one credit. Electives courses will be offered sequentially, so that participants may choose to register for both of these courses.  For more information visit <a href="http://azh.org">azh.org</a>.\r\n\r\n<strong>October 6, 2012 - <em>Ohio Valley United Malacologists Meeting</em></strong> - Hosted by University of Saint Francis, Fort Wayne, IN.  Forum for information sharing on mollusks.  Papers and posters welcome.  For more information go to: <a href="http://ohiovalleyunifiedmalacologists6.blogspot.com/2012/07/6-oct-2012.html">http://ohiovalleyunifiedmalacologists6.blogspot.com/2012/07/6-oct-2012.html</a>.\r\n<div><strong><strong>October 12-15, 2012 - </strong><em><strong><em>From Good Care to Great Welfare: A Workshop Designed for Animal Care Professionals Presented by the Center for Zoo Animal Welfare </em></strong>-</em></strong>Detroit Zoological Society. A unique four-day workshop for animal care staff working with captive exotic animals. The workshop is designed to help participants better understand animals’ perspectives and experiences, address the challenges captivity imposes on animal welfare, and develop the skills necessary to assess and improve overall well-being. Exercises and experiences are immersive and designed to help us understand captivity from the animals’ point of view. Limited scholarship opportunities available.</div>\r\nFor information contact: Elizabeth Arbaugh, Animal Welfare Manager, Detroit Zoological Society, Tel: 248-398-0903 x3643, E-mail: <a href="mailto:Elizabeth@dzs.org">Elizabeth@dzs.org</a> or visit <a href="http://czaw.org">czaw.org</a>.\r\n\r\n<strong>November 2-4, 2012 - <em>New World Primate Husbandry Workshop</em></strong> - The New World Primate Taxon Advisory Group (NWPTAG) and the Palm Beach Zoo are hosting a New World Primate Husbandry Workshop to take place November 2-4, 2012. This will be a combined callitrichid and cebid husbandry workshop, taking the place of the traditional callitrichid workshop held in years past.  Some of the topics to be covered will include general husbandry, training and enrichment, natural history, capture and restraint methods, and mixed species exhibits.  The deadline for registration is August 31, 2012.  For more information including registration forms, please contact Dr. Stephanie Allard at <a href="mailto:sdampier@palmbeachzoo.org">sdampier@palmbeachzoo.org</a> or Michelle Farmerie at <a href="mailto:mrfarmerie@aol.com">mrfarmerie@aol.com</a>.\r\n\r\n<strong>November 5-8 2012 - </strong><strong>The </strong><strong><em>Elephant Managers Association Conference</em>.</strong> “Trunks and Palms” will be hosted by the Santa Barbara Zoological Gardens in Santa Barbara, CA. The Pre-conference trip will be hosted by the Los Angeles Zoo in Los Angeles, CA on Monday, November 5th followed by a cocktail party at the contemporary waterfront Cabrillo Art Center that evening. The conference will include two and half days of presentations followed by a Zoo Day at the Santa Barbara Zoo. The conference will conclude with a California cuisine banquet and auction. Beachfront accommodations and presentations will be held at the Hyatt of Santa Barbara: <a href="http://santabarbara.hyatt.com">santabarbara.hyatt.com</a>. To register or submit abstracts please visit: <a href="http://sbzoo.org">sbzoo.org</a> under events-EMA. For additional information please e-mail <a href="mailto:lwilson@sbzoo.org">lwilson@sbzoo.org</a>.\r\n\r\n<strong>December 3 - 7, 2012 - <em>Training and Enrichment Workshop for Zoo and Aquarium Animals</em></strong>. Hosted by Moody Gardens in Galveston, TX, Active Environments and Shape of Enrichment are proud to present the Sixth Training and Enrichment Workshop for Zoo and Aquarium Animals. This unique five-day Workshop is designed for keepers, aquarists, managers, supervisors, curators, and veterinarians working with all species of animals held in zoos, aquariums, rescue centers, and sanctuaries. The Workshop will present an array of topics relating to the behavioral management approach to caring for captive animals, with a focus on environmental enrichment, positive reinforcement training techniques, and the problem-solving process. For more information e-mail <a href="mailto:dolsen@moodygardens.com">dolsen@moodygardens.com</a> or go to <a href="http://enrichment.org">enrichment.org</a>.\r\n<h2>2013</h2>\r\n<strong><span>February 27 - March 2, 2013</span><em> - </em></strong><strong><em>21st Annual Conference of the International Association of Avian Trainers and Educators - </em></strong>Hosted by Tampa’s Lowry Park Zoo, Tampa, FL. For more information go to: <a href="http://iaate.org/iaate-annual-conference/2013-conference">iaate.org/iaate-annual-conference/2013-conference</a>.\r\n\r\n<em><strong><span>April 30 - May 2 2013</span><em> - </em></strong></em><em>Chimpanzee SSP Meeting and Husbandry Workshop</em> -Please Save the Date: The Chimpanzee SSP and the Houston Zoo are hosting the next Chimpanzee Husbandry Workshop to take place April 30 – May 2, 2013. The Chimpanzee SSP meeting will precede the workshop on April 29, 2013.  Stay tuned for more information.\r\n\r\n<strong>July 8-12, 2013 - <em>Zoos and Aquariums Committing to Conservation (ZACC)</em> -</strong> Hosted by Blank Park Zoo, Des Moines, Iowa.  The conference will bring together colleagues from the field and zoos in an informal setting to network, share ideas and support one another in our shared commitment to conservation.  Registration is available at <a href="http://blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1">blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1</a>.  Contact Jessie Lowry with questions at <a href="mailto:jrlowry@blankparkzoo.org">jrlowry@blankparkzoo.org</a>.\r\n\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2012 - Syracuse, NY - September 23-27\r\n\r\n2013 - Asheboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - September 8-12\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 8-13, 2012 - AZA 2012 Annual Conference - Hosted by Phoenix Zoo, Phoenix, AZ\r\n\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events October 2012', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2012-10-01 08:04:47', '2012-10-01 13:04:47', '', 435, 'http://aazk.org/uncategorized/435-revision-65/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2600, 2, '2012-10-01 07:37:49', '2012-10-01 12:37:49', '<em>Julie Tougas(1) and Helene Caron (2)</em>\r\n\r\n<em>1 Curator of the reptile, amphibian and fish collection, Ecomuseum zoo. 21125 chemin Sainte-Marie, Sainte-Anne-de-Bellevue (Québec), H9X 3Y7. julie.tougas@ecomuseum.ca</em>\r\n\r\n<em>2 Education Program Coordinator, Ecomuseum zoo. 21125 chemin Sainte-Marie, Sainte-Anne-de-Bellevue (Québec), H9X 3Y7. helene.caron@ecomuseum.ca</em>\r\n\r\nThe Ecomuseum zoo is a small, CAZA-accredited institution located in Québec, Canada. The zoo is managed by the Saint-Lawrence Valley Natural History Society whose mission focuses on education, research and conservation. Through this three-pronged approach, the Society fosters an appreciation and understanding of the physical and biological characters of the regional flora and fauna. Over the years, the Ecomuseum zoo has developed an extensive onsite and offsite educational program. The zoo’s onsite activities will expose over 20,000 children to the wonderful world of animals. Moreover, the zoo’s zoologist-educators will have the opportunity to influence the lives of over 6,500 children during the 280 offsite presentations scheduled every year. The zoo offers several different offsite presentations, covering general topics such as biodiversity, to more specific topics such as birds of prey or amphibians.\r\n\r\nWith its living collection of wildlife species serving a dual role as both ambassador and catalyst, the Ecomuseum offers unmatched learning experiences for both children and adults. At the zoo, we have a special appreciation for turtles. Live education turtles have become stellar ambassadors, travelling daily with our educators to offsite events and playing key roles for visitors during our onsite guided tours. Over the course of a one-year period, a turtle is presented during each of our over 900 scheduled onsite guided tours providing visitors with the opportunity to touch a live turtle’s carapace. Our educators will also present live turtles in approximately 60% of offsite presentations.\r\n\r\nSeveral factors combine to make turtles a beneficial addition to any presentation; namely their charismatic appeal, their gentle behaviour and the ease of transport. It should be noted however that the use of live turtles also presents several challenges such as: the public’s awareness that turtles can carry Salmonella sp., housing requirements and animal acquisition. In this paper, we explore and review the advantages and challenges that we have associated with the use of live turtles within our educational program. We will also describe the special care and considerations needed for the care of our education turtles. This article will not be discussing, nor debating, the advantages of live animals within any educational program.\r\n\r\n<strong>Why turtles? </strong>\r\n\r\nUnlike snakes which carry very negative appeal (Mullin and Seigel, 2009), we believe that turtles benefit from a social charismatic appeal within the general public. Our onsite presentations have supported this hypothesis as these events include interactions with both a snake and a turtle. Numerous occasions of negative responses have been observed in the presence of the snake. This fear is unfortunately reflected by the accompanying children. The presence of the turtle however created both excitation and curiosity in both adults and children. Without fear, curiosity permits participants to remain receptive to learning about the biology and conservation of turtles and of reptiles in general. As a result of the public’s openness to learn, turtles become an ideal taxon to use when educating about biodiversity, evolution and the food chain.\r\n\r\nAn education turtle, when properly acclimated to its routine, can remain calm when surrounded by a large group of people. This calmness can be interpreted in an anthropomorphic and positive manner by the public; they feel as if the turtle is happy to be held and touched. This interpretation contradicts the common misconception that zoos and aquariums are exploiters of animals (Hutchins et al., 2003). In addition, turtles remain an excellent choice when there is desire to offer the public the chance to touch a live animal. A turtle’s solid carapace and scale-covered limbs (although the head, tail and limbs are not regularly touched) offer excellent protection. The risk of physical trauma related to touching remains therefore low. Furthermore, the turtle’s ability to enter its carapace, as a form of refuge, offers the handler insight related to the turtle’s stress level and he/she can react appropriately by concluding that part of the presentation. Such protective behaviour, if displayed, can also be indicative of post-presentation physical discomfort which may or may not be combined with anorexia (unstressed turtles are always hungry!).\r\n\r\nThe turtle’s morphology facilitates its transport; its shell and scaled limbs offer a high level of protection from abrasions. Finally, the use of live turtles during presentations can help dispel four widely held misconceptions, namely: that all turtles can hide in their shell, that they can crawl out of their shell (this point can be further explained by the use of a naturalised carapace), that the carapace is indestructible and that turtles are slow!\r\n\r\nA special note in regards to the use of indigenous species: The Saint-Lawrence Valley area includes the natural distribution range of eight species of freshwater turtles. Our experiences show that much of the local population is unaware that turtles exist in the area (especially those living in urban centers). The use of indigenous species will therefore promote awareness of our local biodiversity, while also creating an emotional connection when discussing conservation issues. This association and sensitivity is compounded if participants with heightened awareness were to observe a turtle in a wild, yet local, setting.\r\n\r\n<strong>Challenges</strong>\r\n\r\nThe use of live turtles can also present several challenges. One of the biggest and most notable issues relates to the transmission of Salmonella sp. It has been found that turtles may be infected at a rate between 12.1% and 85% (Mader, 2006). It has been shown however that a healthy, un-stressed animal is less likely to shed the bacteria (Gray, 2011). It is recommended that a simple hand sanitization after touching a turtle can prevent infection (Gray, 2011). In consideration of these facts, our turtle interaction sessions are always followed by hand washing or hand sanitization. The participants are informed of the reason behind these practices. The chances of contamination are further reduced by ensuring cleanliness in both the turtle’s temporary and permanent enclosures.\r\n\r\nThis does however bring forth a second issue that arose: housing. We must ensure that we have enough animals from each species to complete the possible repetition of a presentation in a same day or same time period. This has resulted in the need to keep three to five individuals of each species represented in each presentation topic. There are 27 education turtles housed at the zoo, representing seven species of indigenous freshwater turtles. The genders are kept separately for two essential reasons: first, is to prevent unplanned reproduction, second, and most importantly, is to remove any stresses caused by reproductive behaviour. Males from many species, such as the North American Wood Turtle (Glyptemys insculpta) or the Spotted Turtle (Clemmys guttata), can be very persistent and exhausting to female tank mates, but as well be very territorial and aggressive towards male tank mates. In the case of these species, and most others kept at the zoo, all males must be individually housed, but females may be kept communally. For this reason, and despite the fact that turtle species native to the Saint-Lawrence Valley are relatively small in size, many tanks are required to house all our turtles.\r\n\r\nTransportation of the turtles, as mentioned above, can be considered an advantage due to their scales and carapace, but their ectothermic metabolism can cause difficulties when transporting in colder climates. The turtle’s ideal body temperature must be maintained throughout transport in order to maintain an active immune system and to promote a healthy state. We have resolved this issue by constructing insulated transport boxes. Should the need arise, the temperature within these boxes can be increased with the addition of supplemental hot water bottles.\r\n\r\nA final challenge, which may or may not be applicable to other institutions, is the acquisition of turtles. Our specimens are acquired through various methods. We offer refuge to rehabilitated and confiscated animals, but our priority is to acquire captive-bred individuals through inter-zoo transfers or through captive hatching within our facility. As a result of careful planning during recent years, we are pleased to state that our captive reproduction program is almost self-sustaining. The captive reproduction of our education turtles permits us to affect the genders (in most species) of our new generation of education turtles, by incubation temperature manipulation. We aim for high female ratio to address the housing challenges mentioned previously. Captive reproduction also permits us to work with individuals at a very young age during our training/desensitisation program (which will be explained later in this article). One disadvantage to captive reproduction vs. acquiring adult animals is that the young turtles need to attain a certain size before they can be transported safely and manipulated daily, in order to prevent damage to their delicate, un-calcified carapace.\r\n\r\n<strong>Not all are born to educate!</strong>\r\n\r\nTurtles exhibit a variety of behaviours which may or may not make them ideal education turtle candidates. It has been shown that regular handling can physiologically affect turtles (Cabanac and Bernieri, 2000). We want to ensure that our selected education turtles demonstrate positive behavioural tendencies which may reduce any negative physiological responses. Some turtles are curious, alert and very stimulated by movement around them, while some turtles exhibit the opposite characteristics. Some can be very shy, scared and can be affected negatively by too much environmental stimuli. The selection of our education turtles is made based on an initial evaluation…\r\n\r\n<strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>', 'The Turtles of the Education Program: Strong Ambassadors for the Ecomuseum Zoo.', 0, '', 'inherit', 'closed', 'closed', '', '2586-revision-3', '', '', '2012-10-01 07:37:49', '2012-10-01 12:37:49', '', 2586, 'http://aazk.org/uncategorized/2586-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2601, 2, '2012-10-02 07:49:23', '2012-10-02 12:49:23', '<em>Julie Tougas(1) and Helene Caron (2)</em>\r\n\r\n<em>1 Curator of the reptile, amphibian and fish collection, Ecomuseum zoo. 21125 chemin Sainte-Marie, Sainte-Anne-de-Bellevue (Québec), H9X 3Y7. julie.tougas@ecomuseum.ca</em>\r\n\r\n<em>2 Education Program Coordinator, Ecomuseum zoo. 21125 chemin Sainte-Marie, Sainte-Anne-de-Bellevue (Québec), H9X 3Y7. helene.caron@ecomuseum.ca</em>\r\n\r\nThe Ecomuseum zoo is a small, CAZA-accredited institution located in Québec, Canada. The zoo is managed by the Saint-Lawrence Valley Natural History Society whose mission focuses on education, research and conservation. Through this three-pronged approach, the Society fosters an appreciation and understanding of the physical and biological characters of the regional flora and fauna. Over the years, the Ecomuseum zoo has developed an extensive onsite and offsite educational program. The zoo’s onsite activities will expose over 20,000 children to the wonderful world of animals. Moreover, the zoo’s zoologist-educators will have the opportunity to influence the lives of over 6,500 children during the 280 offsite presentations scheduled every year. The zoo offers several different offsite presentations, covering general topics such as biodiversity, to more specific topics such as birds of prey or amphibians.\r\n\r\nWith its living collection of wildlife species serving a dual role as both ambassador and catalyst, the Ecomuseum offers unmatched learning experiences for both children and adults. At the zoo, we have a special appreciation for turtles. Live education turtles have become stellar ambassadors, travelling daily with our educators to offsite events and playing key roles for visitors during our onsite guided tours. Over the course of a one-year period, a turtle is presented during each of our over 900 scheduled onsite guided tours providing visitors with the opportunity to touch a live turtle’s carapace. Our educators will also present live turtles in approximately 60% of offsite presentations.\r\n\r\nSeveral factors combine to make turtles a beneficial addition to any presentation; namely their charismatic appeal, their gentle behaviour and the ease of transport. It should be noted however that the use of live turtles also presents several challenges such as: the public’s awareness that turtles can carry Salmonella sp., housing requirements and animal acquisition. In this paper, we explore and review the advantages and challenges that we have associated with the use of live turtles within our educational program. We will also describe the special care and considerations needed for the care of our education turtles. This article will not be discussing, nor debating, the advantages of live animals within any educational program.\r\n\r\n<strong>Why turtles? </strong>\r\n\r\nUnlike snakes which carry very negative appeal (Mullin and Seigel, 2009), we believe that turtles benefit from a social charismatic appeal within the general public. Our onsite presentations have supported this hypothesis as these events include interactions with both a snake and a turtle. Numerous occasions of negative responses have been observed in the presence of the snake. This fear is unfortunately reflected by the accompanying children. The presence of the turtle however created both excitation and curiosity in both adults and children. Without fear, curiosity permits participants to remain receptive to learning about the biology and conservation of turtles and of reptiles in general. As a result of the public’s openness to learn, turtles become an ideal taxon to use when educating about biodiversity, evolution and the food chain.\r\n\r\nAn education turtle, when properly acclimated to its routine, can remain calm when surrounded by a large group of people. This calmness can be interpreted in an anthropomorphic and positive manner by the public; they feel as if the turtle is happy to be held and touched. This interpretation contradicts the common misconception that zoos and aquariums are exploiters of animals (Hutchins et al., 2003). In addition, turtles remain an excellent choice when there is desire to offer the public the chance to touch a live animal. A turtle’s solid carapace and scale-covered limbs (although the head, tail and limbs are not regularly touched) offer excellent protection. The risk of physical trauma related to touching remains therefore low. Furthermore, the turtle’s ability to enter its carapace, as a form of refuge, offers the handler insight related to the turtle’s stress level and he/she can react appropriately by concluding that part of the presentation. Such protective behaviour, if displayed, can also be indicative of post-presentation physical discomfort which may or may not be combined with anorexia (unstressed turtles are always hungry!).\r\n\r\nThe turtle’s morphology facilitates its transport; its shell and scaled limbs offer a high level of protection from abrasions. Finally, the use of live turtles during presentations can help dispel four widely held misconceptions, namely: that all turtles can hide in their shell, that they can crawl out of their shell (this point can be further explained by the use of a naturalised carapace), that the carapace is indestructible and that turtles are slow!\r\n\r\nA special note in regards to the use of indigenous species: The Saint-Lawrence Valley area includes the natural distribution range of eight species of freshwater turtles. Our experiences show that much of the local population is unaware that turtles exist in the area (especially those living in urban centers). The use of indigenous species will therefore promote awareness of our local biodiversity, while also creating an emotional connection when discussing conservation issues. This association and sensitivity is compounded if participants with heightened awareness were to observe a turtle in a wild, yet local, setting.\r\n\r\n<strong>Challenges</strong>\r\n\r\nThe use of live turtles can also present several challenges. One of the biggest and most notable issues relates to the transmission of <em>Salmonella sp</em>. It has been found that turtles may be infected at a rate between 12.1% and 85% (Mader, 2006). It has been shown however that a healthy, un-stressed animal is less likely to shed the bacteria (Gray, 2011). It is recommended that a simple hand sanitization after touching a turtle can prevent infection (Gray, 2011). In consideration of these facts, our turtle interaction sessions are always followed by hand washing or hand sanitization. The participants are informed of the reason behind these practices. The chances of contamination are further reduced by ensuring cleanliness in both the turtle’s temporary and permanent enclosures.\r\n\r\nThis does however bring forth a second issue that arose: housing. We must ensure that we have enough animals from each species to complete the possible repetition of a presentation in a same day or same time period. This has resulted in the need to keep three to five individuals of each species represented in each presentation topic. There are 27 education turtles housed at the zoo, representing seven species of indigenous freshwater turtles. The genders are kept separately for two essential reasons: first, is to prevent unplanned reproduction, second, and most importantly, is to remove any stresses caused by reproductive behaviour. Males from many species, such as the North American Wood Turtle (<em>Glyptemys insculpta</em>) or the Spotted Turtle (<em>Clemmys guttata</em>), can be very persistent and exhausting to female tank mates, but as well be very territorial and aggressive towards male tank mates. In the case of these species, and most others kept at the zoo, all males must be individually housed, but females may be kept communally. For this reason, and despite the fact that turtle species native to the Saint-Lawrence Valley are relatively small in size, many tanks are required to house all our turtles.\r\n\r\nTransportation of the turtles, as mentioned above, can be considered an advantage due to their scales and carapace, but their ectothermic metabolism can cause difficulties when transporting in colder climates. The turtle’s ideal body temperature must be maintained throughout transport in order to maintain an active immune system and to promote a healthy state. We have resolved this issue by constructing insulated transport boxes. Should the need arise, the temperature within these boxes can be increased with the addition of supplemental hot water bottles.\r\n\r\nA final challenge, which may or may not be applicable to other institutions, is the acquisition of turtles. Our specimens are acquired through various methods. We offer refuge to rehabilitated and confiscated animals, but our priority is to acquire captive-bred individuals through inter-zoo transfers or through captive hatching within our facility. As a result of careful planning during recent years, we are pleased to state that our captive reproduction program is almost self-sustaining. The captive reproduction of our education turtles permits us to affect the genders (in most species) of our new generation of education turtles, by incubation temperature manipulation. We aim for high female ratio to address the housing challenges mentioned previously. Captive reproduction also permits us to work with individuals at a very young age during our training/desensitisation program (which will be explained later in this article). One disadvantage to captive reproduction vs. acquiring adult animals is that the young turtles need to attain a certain size before they can be transported safely and manipulated daily, in order to prevent damage to their delicate, un-calcified carapace.\r\n\r\n<strong>Not all are born to educate!</strong>\r\n\r\nTurtles exhibit a variety of behaviours which may or may not make them ideal education turtle candidates. It has been shown that regular handling can physiologically affect turtles (Cabanac and Bernieri, 2000). We want to ensure that our selected education turtles demonstrate positive behavioural tendencies which may reduce any<img class="alignright size-medium wp-image-2599" title="turtle" src="http://aecetia.net/gws/aazk/wp-content/uploads/turtle-300x207.jpg" alt="turtle" width="300" height="207" />negative physiological responses. Some turtles are curious, alert and very stimulated by movement around them, while some turtles exhibit the opposite characteristics. Some can be very shy, scared and can be affected negatively by too much environmental stimuli. The selection of our education turtles is made based on an initial evaluation…\r\n\r\n<strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>', 'The Turtles of the Education Program: Strong Ambassadors for the Ecomuseum Zoo.', 0, '', 'inherit', 'closed', 'closed', '', '2586-revision-4', '', '', '2012-10-02 07:49:23', '2012-10-02 12:49:23', '', 2586, 'http://aazk.org/uncategorized/2586-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2615, 2, '2012-10-25 22:36:24', '2012-10-26 03:36:24', '', 'andy_h', 0, '', 'inherit', 'closed', 'closed', '', 'andy_h', '', '', '2012-10-25 22:36:24', '2012-10-26 03:36:24', '', 0, 'http://aazk.org/wp-content/uploads/andy_h.tif', 0, 'attachment', 'image/tiff', 0) ; 
INSERT INTO `wp_posts` VALUES (2616, 2, '2012-10-25 22:40:28', '2012-10-26 03:40:28', '', 'andy_h', 0, '', 'inherit', 'closed', 'closed', '', 'andy_h-2', '', '', '2012-10-25 22:40:28', '2012-10-26 03:40:28', '', 0, 'http://aazk.org/wp-content/uploads/andy_h.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2621, 2, '2012-10-03 19:41:21', '2012-10-04 00:41:21', '<h2>Coordinator</h2>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2>Total Funds Raised to Date: <span style="color: #ff0000;">$4,284,321.79</span></h2>\r\n<h2><strong><strong>2012 Funds Raised to Date: <span style="color: #ff0000;">$280,997.79</span></strong></strong></h2>\r\n<strong><strong><span style="color: #ff0000;"><a href="http://www.crowdrise.com/AAZKBowlingForRhinoss2012/fundraiser/aazkinc"><img class="alignnone size-full wp-image-2410" title="donate_button" src="http://aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a></span></strong></strong>\r\n\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<span style="text-decoration: underline;">Links</span>\r\n\r\nIf your chapter would like to check your totals you can do so here: <a href="http://aazkbfr.org/bfrsites">http://aazkbfr.org/bfrsites</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2012-10-03 19:41:21', '2012-10-04 00:41:21', '', 168, 'http://aazk.org/uncategorized/168-revision-46/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2740, 2, '2012-11-02 17:23:54', '2012-11-02 22:23:54', '<h2>Coordinator</h2>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2>Total Funds Raised to Date: <span style="color: #ff0000;">$4,321,808.48</span></h2>\r\n<h2><strong><strong>2012 Funds Raised to Date: <span style="color: #ff0000;"><em>$318,464.48 - this is a new record for amount raised in a year!</em></span></strong></strong></h2>\r\n<strong><strong><span style="color: #ff0000;"><a href="http://www.crowdrise.com/AAZKBowlingForRhinoss2012/fundraiser/aazkinc"><img class="alignnone size-full wp-image-2410" title="donate_button" src="http://aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a></span></strong></strong>\r\n\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<span style="text-decoration: underline;">Links</span>\r\n\r\nIf your chapter would like to check your totals you can do so here: <a href="http://aazkbfr.org/bfrsites">http://aazkbfr.org/bfrsites</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2012-11-02 17:23:54', '2012-11-02 22:23:54', '', 168, 'http://aazk.org/uncategorized/168-revision-47/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2622, 2, '2012-11-02 17:33:06', '2012-11-02 22:33:06', 'About the Cover/Information for Contributors<span> </span>\r\n\r\nFrom the President<span> </span>\r\n\r\nComing Events\r\n\r\nNew Members<span> </span>\r\n\r\nCall for Papers<span> </span>498\r\n\r\nDiabetes Mellitus in Zoos<span> </span>\r\n\r\nAAZK Board of Directors Call for Nominations<span> </span>\r\n\r\nManagement of a Diabetic Golden-Bellied Mangabey<span> </span>\r\n\r\nSuccessful Management of a Diabetic Kinkajou<span> </span>\r\n\r\nTraining Tales: Helping Treat Diabetes in Non-human Primates<span> </span>\r\n\r\nDiabetes Management in a Troop of Ring-tailed Lemurs<span> </span>\r\n\r\nUse of Voluntary Restraint for Glucose Testing and Insulin Therapy <span> </span>\r\n\r\nResearch in Practice<span> </span>\r\n\r\nConservation Station', 'November 2012', 0, '', 'draft', 'closed', 'closed', '', 'november-2012', '', '', '2013-10-15 17:49:16', '2013-10-15 22:49:16', '', 0, 'http://aazk.org/?p=2622', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2623, 2, '2012-11-02 17:32:59', '2012-11-02 22:32:59', '', 'November 2012', 0, '', 'inherit', 'closed', 'closed', '', '2622-revision', '', '', '2012-11-02 17:32:59', '2012-11-02 22:32:59', '', 2622, 'http://aazk.org/uncategorized/2622-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2624, 2, '2012-11-02 17:50:01', '2012-11-02 22:50:01', '<em>By Dawn Stone, Animal Keeper, Jason Wark, PhD Candidate and Research Assistant, and Dr. Pam Dennis, Veterinary Epidemiologist\r\nCleveland Metroparks Zoo, Cleveland, OH</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nGolden-bellied mangabeys are an Old World monkey species that has not been studied in the field.  Very limited documentation can be found on this endearing primate.  The captive population in the United States consists of 16 animals (7.9) in five institutions, and a mere 45 worldwide.\r\n\r\nCleveland Metroparks Zoo has a female golden-bellied mangabey, Janet Lee, who has been diagnosed with diabetes.  In the past, the zoo has also housed another diabetic female, the mother of our current male (Brandon).  Upon acquiring Janet Lee and diagnosing the diabetes, it has been Cleveland Metroparks Zoo’s goal to manage the disease through training, medication, and diet.\r\n\r\n<strong>Overview of Diabetes</strong>\r\n\r\nDiabetes mellitus is a disease characterized by abnormal insulin production or utilization, ultimately leading to increased blood glucose levels. In humans, diabetes is categorized as type 1 or type 2, depending on the production or utilization of insulin.  Type 1 diabetes is when the body does not produce insulin, a hormone needed to convert sugar, starches and other food into energy.  Type 2 diabetes is when the body does not produce enough insulin or the cells ignore the insulin.\r\n\r\nInsulin is necessary for the body to be able to use glucose for energy.  When food is consumed the body breaks down all of the sugars and starches into glucose.  Insulin transports glucose from the blood into the cells.  When glucose builds up in the blood instead of going into cells it can lead to diabetic complications (American Diabetes Association). When glucose in the blood reaches a high enough concentration, the kidneys can no longer reabsorb all of it, and it spills over into the urine.\r\n\r\n<strong>Janet Lee</strong>\r\n\r\nJanet Lee arrived at Cleveland Metroparks Zoo (CMZ) on 9 October 2007.  She was brought to the zoo as a companion for its lone male golden-bellied mangabey and was quarantined in our hospital area. Janet Lee had been diagnosed with diabetes during her pre-shipment exam at the sending institution, but given the few available animals for pairing with Cleveland’s lone male, CMZ agreed to accept the animal with this medical condition. Three days after arrival, hospital keepers submitted a urine sample that showed high ketone and glucose levels. Ketones in the urine (ketonuria) is a condition seen when the body produces excess ketones as an alternative source of energy. Ketones are produced when the body starts breaking down fats instead of sugars for energy. Production of ketones is a normal response to a shortage of glucose, meant to provide an alternate source of fuel from fatty acids. Ketonuria can occur during unregulated diabetes mellitus.\r\n\r\nVeterinarians at Cleveland Metroparks Zoo initially attempted to manage Janet Lee’s diabetes with oral medication. She was given Metformin® (125mg orally twice daily) and Glipizide (5 mg orally once daily). Glipizide stimulates the release of insulin from the pancreas. Metformin® has three functions: it slows absorption of sugar from the small intestine, it reduces the rate of glucose production by the liver (gluconeogenesis), and it enhances the sensitivity of cells to insulin. During this time, the only diagnostic test we could do to monitor her glucose was through urine tests. Janet Lee consistently had glucose in her urine, suggesting that the oral anti-diabetic medications were not working adequately to manage her diabetes.\r\n\r\nHospital keepers, along with veterinary technicians, began attempting injections on 27 November  2007.  They first began with an injection of 1 IU of saline that she accepted in her right hip.  The following day she received her first dose of insulin (Protamine Zinc insulin 4 IU IM once daily). Insulin injections were started despite the lack of sufficient behavioral training because oral anti-hyperglycemic medications were not working, and the presence of ketones in her urine caused concern of possible diabetic ketoacidosis. Diabetic ketoacidosis is a potentially life-threatening condition in which the lack of insulin results in metabolism of fats to ketones, metabolic acidosis, dehydration, and electrolyte imbalances.\r\n\r\nInsulin injections were stopped on 13 December 2007 due to unreliability in giving the insulin injection.  The hospital keepers and veterinary technicians continued working with Janet Lee with the help of a training consultant to strengthen the behavior.\r\n\r\n<strong>Glucometer</strong>\r\n\r\nInitial blood glucose readings were done using an Alpha-TRAK® glucometer (Abbott Laboratories).  This glucometer was specifically designed for veterinary use with domestic cats and dogs.  The Alpha-TRAK® glucometer was giving inconsistent readings, so we switched to a Freestyle® glucometer (Abbott Laboratories).  The Freestyle® glucometer was designed for use with humans and provided more consistent blood glucose levels as compared to the Alpha-TRAK® glucometer.\r\n\r\n<strong>Training for Insulin Injections</strong>\r\n\r\nThe ability of having Janet Lee receive insulin injections and voluntary glucose checks was imperative and operant conditioning was used in training the behaviors.  Janet Lee came to Cleveland with training but keepers still started with basics and established a bridge using a whistle.  The whistle is the bridge of choice with new behaviors for these keepers.  With the whistle, behaviors seem to be easily shaped because of the consistency and sharpness of the bridge.\r\n\r\nThe behaviors of hip and shoulder presentation to the caging were shaped while a capped syringe was in sight.  The insulin, protamine zinc was to be given as an intramuscular injection in the muscles of the hip.  Shoulder was trained as well so that multiple areas would be available if needed.  Keepers were doing five short sessions a day beginning 24 February 2008 and the behaviors took a few short days to shape.  It is when keepers picked up the syringe that Janet Lee would pull away from caging and not have her body completely against the wire.  The act of injecting Janet Lee previously when the behavior was not solid caused some set back in the current training.\r\n\r\nIt took about a week before she let us put a capped insulin syringe up to her.  Keepers decided to work this behavior as slowly as she needed with the cap on the syringe.  Over time the cap was cut back to expose a very small portion of the needle instead of taking the cap off entirely.  Initially the needle was rubbed across her skin.  This caused her to back away at first but when she did hold for the needle touching her she was jackpotted with sugar-free candy.\r\n\r\nOver time, the needle was exposed more by cutting the cap back gradually and instead of just touching her with the needle, keepers would poke her with the needle.  This did cause a little regression at first but because of the amount and consistency of sessions it lasted only a day or two.\r\n\r\nOn 3 April 2008 Janet Lee began receiving 1 unit of saline IM in her hip in preparation of insulin injection.  By 11 April 2008 keepers were injecting four units of saline BID and on the 12th tested her blood glucose with an Alpha-Trak® reader that read HI and did not register.\r\n\r\nThe first dose of insulin was given on 13 April 2008.  She received two units of protamine zinc (PZI) IM in her right hip.  Blood glucose was taken prior to injection and read 407 mg/dl.  The behavior of getting blood glucose samples from her toes was not trained in the formal sense of the word. All of the training emphasis had been placed on training for insulin injections, and only when we realized that insulin injections were truly about to happen did we fully appreciate the need for blood <img class="alignright size-medium wp-image-2625" title="toe_prick" src="http://aecetia.net/gws/aazk/wp-content/uploads/toe_prick-300x276.jpg" alt="toe_prick" width="300" height="276" />glucose monitoring. As this was our first case of treating diabetes with insulin injections, the veterinarians were wary of treating without any ability to monitor blood glucose, so insisted that blood glucose monitoring behaviors become incorporated into the training protocol. Keepers had been working the behavior of hand and foot presentation through caging but had never incorporated the testing instruments until the day of the first insulin injection. Fortunately Janet Lee was a willing participant in the training, and the behavior was readily shaped to facilitate routine blood glucose monitoring.  In hindsight, we appreciate the importance of detailed communication of expectations and maintenance of open lines of communication between veterinary staff and keeper staff in cases requiring intensive clinical management.\r\n\r\n<strong>Diet</strong>\r\n\r\nThe diet from her sending institution was Mazuri® Primate Maintenance Biscuit (70g), endive (180 g), carrot (35 g), yam (35 g), yellow corn (18.5 g), green peas (18.5 g), apple (35 g), red or green grapes (35 g) and banana (35g).   To decrease the amount of simple sugars, the diet was changed to Marion® Leaf Eater Biscuits (200g) Hi-Maize Resistant Starch (125g), green beans (80 g), broccoli (80g), summer squash (80g), sunflower seed kernels (56g), and endive (680g). The Mazuri® biscuit and Hi-Maize resistant starch combination was a biscuit available at the zoo as part of an ongoing study examining the effects of increased dietary fiber on gorilla (Gorilla gorilla) health. The biscuit was chosen for Janet Lee as a means of increasing the dietary fiber in her diet as well as providing resistant starch. Resistant starch is a starch that is not digested in the stomach but is fermented by bacteria in the large colon, providing nutrition without increasing blood glucose levels.\r\n\r\nIn June 2008, her diet was adjusted to remove the Marion® Leaf Eater Biscuits to further reduce the amount of sugar in her diet. The diet was changed to canned black beans, no salt added (200g), Hi-Maize resistant starch (125 g), green beans (80g), broccoli (80g), summer squash (80g), sunflower seed kernels (30g), endive (340g ), chia seeds (28g) and vitamin D (400IU). Chia seeds were added to the diet as they have been shown in humans to help regulate blood glucose levels.\r\n\r\nIn December 2008, Janet Lee was included in a diet study examining the behavioral effects of dietary konjac and fenugreek used to ameliorate diabetes in our golden-bellied mangabey and Hamadryas baboons (Papio hamadryas).  We hypothesized that the addition of fenugreek and konjac to the diet of the diabetic animals will ameliorate the hyperglycemia, resulting in increased activity levels more closely resembling the activity levels of the clinically normal animals. Monitoring activity levels of the animals prior to and following the addition of konjac and fenugreek to the diet would provide a non-invasive means of assessing the effect of this dietary supplement. Medicinal plants have been used for centuries to treat diseases, and are the basis of many of our modern-day drugs. Fenugreek, a spice commonly used in Indian and Asian cooking, has been shown to have an anti-diabetic effect in dogs, rats, and mice. It also has an anti-hyperglycemic effect in humans with type 1 (insulin dependent) and type 2 (non-insulin dependent) diabetes.1  Konjac-mannan, a fiber derived from the root of the konjac plant (Amorphophallus konjac), has been used for centuries in Asia as a food. More recently, it is used in food processing as a stabilizer and gelling agent. It has a “generally recognized as safe” (GRAS) status in the United States.2 Konjac fiber has been shown to help control hyperglycemia in type 2 diabetes in humans.2  While we did not see significant changes in the behavior of Janet Lee during this study, the dietary supplement did appear to have a stabilizing effect on her blood glucose and the supplement was incorporated into her daily diet.\r\n\r\nDiets in the zoo were evaluated in 2009 and in October 2009 this diet was adjusted to account for the fact that the animal consumed less food than was offered. The animal’s current diet is canned black beans, no salt added (50g), Hi-Maize resistant starch (8 g), green beans (65g), broccoli (65g), summer squash (65g), sunflower seed kernels (15g), endive (200g ), chia seeds (6g), fenugreek (4g), konjac (18g),  and vitamin D (400IU).\r\n\r\n<strong>Birth Control</strong>\r\n\r\nDuring the quarantine health exam she was implanted with a birth control implant of melengestrol acetate intramuscularly in the left shoulder.  MGA (melengestrol acetate) implants are a common birth control in primates and implants can function for up to two years. MGA is a synthetic progestin, and side effects of its use can include weight gain. MGA implant was selected based on its proven success as a contraceptive in primates including mangabeys. Following the quarantine period, Janet Lee was housed in an enclosure adjacent to the male mangabey until her diabetes could be managed, at which time she would be housed with the male.\r\n\r\nOnce Janet Lee was consistently receiving insulin injections, it was still challenging to regulate her blood glucose at levels within the range of 200-250mg/dl. One consideration was that the MGA implant was interfering with normal insulin regulation. As Janet Lee was not currently housed with the male, it was decided that the MGA implant would be removed to eliminate any adverse effects of the implant on diabetes management. Janet Lee went through multiple estrus cycles, and it did appear that the implant may have had adverse effects on her diabetes management. Determining this…\r\n\r\n<strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>', 'Management of a Diabetic Golden-Bellied Mangabey (Cercocebus chrysogaster)', 0, '', 'draft', 'closed', 'closed', '', 'management-of-a-diabetic-golden-bellied-mangabey-cercocebus-chrysogaster', '', '', '2013-10-15 17:49:16', '2013-10-15 22:49:16', '', 0, 'http://aazk.org/?p=2624', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2625, 2, '2012-11-02 17:47:00', '2012-11-02 22:47:00', '', 'toe_prick', 0, '', 'inherit', 'closed', 'closed', '', 'toe_prick', '', '', '2012-11-02 17:47:00', '2012-11-02 22:47:00', '', 2624, 'http://aazk.org/wp-content/uploads/toe_prick.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2626, 2, '2012-11-02 17:48:11', '2012-11-02 22:48:11', '<em>By Dawn Stone, Animal Keeper, Jason Wark, PhD Candidate and Research Assistant, and Dr. Pam Dennis, Veterinary Epidemiologist\nCleveland Metroparks Zoo, Cleveland, OH</em>\n\n<strong>Introduction</strong>\n\nGolden-bellied mangabeys are an Old World monkey species that has not been studied in the field.  Very limited documentation can be found on this endearing primate.  The captive population in the United States consists of 16 animals (7.9) in five institutions, and a mere 45 worldwide.\n\nCleveland Metroparks Zoo has a female golden-bellied mangabey, Janet Lee, who has been diagnosed with diabetes.  In the past, the zoo has also housed another diabetic female, the mother of our current male (Brandon).  Upon acquiring Janet Lee and diagnosing the diabetes, it has been Cleveland Metroparks Zoo’s goal to manage the disease through training, medication, and diet.\n\n<strong>Overview of Diabetes</strong>\n\nDiabetes mellitus is a disease characterized by abnormal insulin production or utilization, ultimately leading to increased blood glucose levels. In humans, diabetes is categorized as type 1 or type 2, depending on the production or utilization of insulin.  Type 1 diabetes is when the body does not produce insulin, a hormone needed to convert sugar, starches and other food into energy.  Type 2 diabetes is when the body does not produce enough insulin or the cells ignore the insulin.\n\nInsulin is necessary for the body to be able to use glucose for energy.  When food is consumed the body breaks down all of the sugars and starches into glucose.  Insulin transports glucose from the blood into the cells.  When glucose builds up in the blood instead of going into cells it can lead to diabetic complications (American Diabetes Association). When glucose in the blood reaches a high enough concentration, the kidneys can no longer reabsorb all of it, and it spills over into the urine.\n\n<strong>Janet Lee</strong>\n\nJanet Lee arrived at Cleveland Metroparks Zoo (CMZ) on 9 October 2007.  She was brought to the zoo as a companion for its lone male golden-bellied mangabey and was quarantined in our hospital area. Janet Lee had been diagnosed with diabetes during her pre-shipment exam at the sending institution, but given the few available animals for pairing with Cleveland’s lone male, CMZ agreed to accept the animal with this medical condition. Three days after arrival, hospital keepers submitted a urine sample that showed high ketone and glucose levels. Ketones in the urine (ketonuria) is a condition seen when the body produces excess ketones as an alternative source of energy. Ketones are produced when the body starts breaking down fats instead of sugars for energy. Production of ketones is a normal response to a shortage of glucose, meant to provide an alternate source of fuel from fatty acids. Ketonuria can occur during unregulated diabetes mellitus.\n\nVeterinarians at Cleveland Metroparks Zoo initially attempted to manage Janet Lee’s diabetes with oral medication. She was given Metformin® (125mg orally twice daily) and Glipizide (5 mg orally once daily). Glipizide stimulates the release of insulin from the pancreas. Metformin® has three functions: it slows absorption of sugar from the small intestine, it reduces the rate of glucose production by the liver (gluconeogenesis), and it enhances the sensitivity of cells to insulin. During this time, the only diagnostic test we could do to monitor her glucose was through urine tests. Janet Lee consistently had glucose in her urine, suggesting that the oral anti-diabetic medications were not working adequately to manage her diabetes.\n\nHospital keepers, along with veterinary technicians, began attempting injections on 27 November  2007.  They first began with an injection of 1 IU of saline that she accepted in her right hip.  The following day she received her first dose of insulin (Protamine Zinc insulin 4 IU IM once daily). Insulin injections were started despite the lack of sufficient behavioral training because oral anti-hyperglycemic medications were not working, and the presence of ketones in her urine caused concern of possible diabetic ketoacidosis. Diabetic ketoacidosis is a potentially life-threatening condition in which the lack of insulin results in metabolism of fats to ketones, metabolic acidosis, dehydration, and electrolyte imbalances.\n\nInsulin injections were stopped on 13 December 2007 due to unreliability in giving the insulin injection.  The hospital keepers and veterinary technicians continued working with Janet Lee with the help of a training consultant to strengthen the behavior.\n\n<strong>Glucometer</strong>\n\nInitial blood glucose readings were done using an Alpha-TRAK® glucometer (Abbott Laboratories).  This glucometer was specifically designed for veterinary use with domestic cats and dogs.  The Alpha-TRAK® glucometer was giving inconsistent readings, so we switched to a Freestyle® glucometer (Abbott Laboratories).  The Freestyle® glucometer was designed for use with humans and provided more consistent blood glucose levels as compared to the Alpha-TRAK® glucometer.\n\n<strong>Training for Insulin Injections</strong>\n\nThe ability of having Janet Lee receive insulin injections and voluntary glucose checks was imperative and operant conditioning was used in training the behaviors.  Janet Lee came to Cleveland with training but keepers still started with basics and established a bridge using a whistle.  The whistle is the bridge of choice with new behaviors for these keepers.  With the whistle, behaviors seem to be easily shaped because of the consistency and sharpness of the bridge.\n\nThe behaviors of hip and shoulder presentation to the caging were shaped while a capped syringe was in sight.  The insulin, protamine zinc was to be given as an intramuscular injection in the muscles of the hip.  Shoulder was trained as well so that multiple areas would be available if needed.  Keepers were doing five short sessions a day beginning 24 February 2008 and the behaviors took a few short days to shape.  It is when keepers picked up the syringe that Janet Lee would pull away from caging and not have her body completely against the wire.  The act of injecting Janet Lee previously when the behavior was not solid caused some set back in the current training.\n\nIt took about a week before she let us put a capped insulin syringe up to her.  Keepers decided to work this behavior as slowly as she needed with the cap on the syringe.  Over time the cap was cut back to expose a very small portion of the needle instead of taking the cap off entirely.  Initially the needle was rubbed across her skin.  This caused her to back away at first but when she did hold for the needle touching her she was jackpotted with sugar-free candy.\n\nOver time, the needle was exposed more by cutting the cap back gradually and instead of just touching her with the needle, keepers would poke her with the needle.  This did cause a little regression at first but because of the amount and consistency of sessions it lasted only a day or two.\n\nOn 3 April 2008 Janet Lee began receiving 1 unit of saline IM in her hip in preparation of insulin injection.  By 11 April 2008 keepers were injecting four units of saline BID and on the 12th tested her blood glucose with an Alpha-Trak® reader that read HI and did not register.\n\nThe first dose of insulin was given on 13 April 2008.  She received two units of protamine zinc (PZI) IM in her right hip.  Blood glucose was taken prior to injection and read 407 mg/dl.  The behavior of getting blood glucose samples from her toes was not trained in the formal sense of the word. All of the training emphasis had been placed on training for insulin injections, and only when we realized that insulin injections were truly about to happen did we fully appreciate the need for blood glucose monitoring. As this was our first case of treating diabetes with insulin injections, the veterinarians were wary of treating without any ability to monitor blood glucose, so insisted that blood glucose monitoring behaviors become incorporated into the training protocol. Keepers had been working the behavior of hand and foot presentation through caging but had never incorporated the testing instruments until the day of the first insulin injection. Fortunately Janet Lee was a willing participant in the training, and the behavior was readily shaped to facilitate routine blood glucose monitoring.  In hindsight, we appreciate the importance of detailed communication of expectations and maintenance of open lines of communication between veterinary staff and keeper staff in cases requiring intensive clinical management.\n\n<strong>Diet</strong>\n\nThe diet from her sending institution was Mazuri® Primate Maintenance Biscuit (70g), endive (180 g), carrot (35 g), yam (35 g), yellow corn (18.5 g), green peas (18.5 g), apple (35 g), red or green grapes (35 g) and banana (35g).   To decrease the amount of simple sugars, the diet was changed to Marion® Leaf Eater Biscuits (200g) Hi-Maize Resistant Starch (125g), green beans (80 g), broccoli (80g), summer squash (80g), sunflower seed kernels (56g), and endive (680g). The Mazuri® biscuit and Hi-Maize resistant starch combination was a biscuit available at the zoo as part of an ongoing study examining the effects of increased dietary fiber on gorilla (Gorilla gorilla) health. The biscuit was chosen for Janet Lee as a means of increasing the dietary fiber in her diet as well as providing resistant starch. Resistant starch is a starch that is not digested in the stomach but is fermented by bacteria in the large colon, providing nutrition without increasing blood glucose levels.\n\nIn June 2008, her diet was adjusted to remove the Marion® Leaf Eater Biscuits to further reduce the amount of sugar in her diet. The diet was changed to canned black beans, no salt added (200g), Hi-Maize resistant starch (125 g), green beans (80g), broccoli (80g), summer squash (80g), sunflower seed kernels (30g), endive (340g ), chia seeds (28g) and vitamin D (400IU). Chia seeds were added to the diet as they have been shown in humans to help regulate blood glucose levels.\n\nIn December 2008, Janet Lee was included in a diet study examining the behavioral effects of dietary konjac and fenugreek used to ameliorate diabetes in our golden-bellied mangabey and Hamadryas baboons (Papio hamadryas).  We hypothesized that the addition of fenugreek and konjac to the diet of the diabetic animals will ameliorate the hyperglycemia, resulting in increased activity levels more closely resembling the activity levels of the clinically normal animals. Monitoring activity levels of the animals prior to and following the addition of konjac and fenugreek to the diet would provide a non-invasive means of assessing the effect of this dietary supplement. Medicinal plants have been used for centuries to treat diseases, and are the basis of many of our modern-day drugs. Fenugreek, a spice commonly used in Indian and Asian cooking, has been shown to have an anti-diabetic effect in dogs, rats, and mice. It also has an anti-hyperglycemic effect in humans with type 1 (insulin dependent) and type 2 (non-insulin dependent) diabetes.1  Konjac-mannan, a fiber derived from the root of the konjac plant (Amorphophallus konjac), has been used for centuries in Asia as a food. More recently, it is used in food processing as a stabilizer and gelling agent. It has a “generally recognized as safe” (GRAS) status in the United States.2 Konjac fiber has been shown to help control hyperglycemia in type 2 diabetes in humans.2  While we did not see significant changes in the behavior of Janet Lee during this study, the dietary supplement did appear to have a stabilizing effect on her blood glucose and the supplement was incorporated into her daily diet.\n\nDiets in the zoo were evaluated in 2009 and in October 2009 this diet was adjusted to account for the fact that the animal consumed less food than was offered. The animal’s current diet is canned black beans, no salt added (50g), Hi-Maize resistant starch (8 g), green beans (65g), broccoli (65g), summer squash (65g), sunflower seed kernels (15g), endive (200g ), chia seeds (6g), fenugreek (4g), konjac (18g),  and vitamin D (400IU).\n\n<strong>Birth Control</strong>\n\nDuring the quarantine health exam she was implanted with a birth control implant of melengestrol acetate intramuscularly in the left shoulder.  MGA (melengestrol acetate) implants are a common birth control in primates and implants can function for up to two years. MGA is a synthetic progestin, and side effects of its use can include weight gain. MGA implant was selected based on its proven success as a contraceptive in primates including mangabeys. Following the quarantine period, Janet Lee was housed in an enclosure adjacent to the male mangabey until her diabetes could be managed, at which time she would be housed with the male.\n\nOnce Janet Lee was consistently receiving insulin injections, it was still challenging to regulate her blood glucose at levels within the range of 200-250mg/dl. One consideration was that the MGA implant was interfering with normal insulin regulation. As Janet Lee was not currently housed with the male, it was decided that the MGA implant would be removed to eliminate any adverse effects of the implant on diabetes management. Janet Lee went through multiple estrus cycles, and it did appear that the implant may have had adverse effects on her diabetes management. Determining this…\n\n<strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>', 'Management of a Diabetic Golden-Bellied Mangabey (Cercocebus chrysogaster)', 0, '', 'inherit', 'closed', 'closed', '', '2624-revision', '', '', '2012-11-02 17:48:11', '2012-11-02 22:48:11', '', 2624, 'http://aazk.org/uncategorized/2624-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2627, 2, '2012-11-02 17:49:11', '2012-11-02 22:49:11', '<em>By Dawn Stone, Animal Keeper, Jason Wark, PhD Candidate and Research Assistant, and Dr. Pam Dennis, Veterinary Epidemiologist\nCleveland Metroparks Zoo, Cleveland, OH</em>\n\n<strong>Introduction</strong>\n\nGolden-bellied mangabeys are an Old World monkey species that has not been studied in the field.  Very limited documentation can be found on this endearing primate.  The captive population in the United States consists of 16 animals (7.9) in five institutions, and a mere 45 worldwide.\n\nCleveland Metroparks Zoo has a female golden-bellied mangabey, Janet Lee, who has been diagnosed with diabetes.  In the past, the zoo has also housed another diabetic female, the mother of our current male (Brandon).  Upon acquiring Janet Lee and diagnosing the diabetes, it has been Cleveland Metroparks Zoo’s goal to manage the disease through training, medication, and diet.\n\n<strong>Overview of Diabetes</strong>\n\nDiabetes mellitus is a disease characterized by abnormal insulin production or utilization, ultimately leading to increased blood glucose levels. In humans, diabetes is categorized as type 1 or type 2, depending on the production or utilization of insulin.  Type 1 diabetes is when the body does not produce insulin, a hormone needed to convert sugar, starches and other food into energy.  Type 2 diabetes is when the body does not produce enough insulin or the cells ignore the insulin.\n\nInsulin is necessary for the body to be able to use glucose for energy.  When food is consumed the body breaks down all of the sugars and starches into glucose.  Insulin transports glucose from the blood into the cells.  When glucose builds up in the blood instead of going into cells it can lead to diabetic complications (American Diabetes Association). When glucose in the blood reaches a high enough concentration, the kidneys can no longer reabsorb all of it, and it spills over into the urine.\n\n<strong>Janet Lee</strong>\n\nJanet Lee arrived at Cleveland Metroparks Zoo (CMZ) on 9 October 2007.  She was brought to the zoo as a companion for its lone male golden-bellied mangabey and was quarantined in our hospital area. Janet Lee had been diagnosed with diabetes during her pre-shipment exam at the sending institution, but given the few available animals for pairing with Cleveland’s lone male, CMZ agreed to accept the animal with this medical condition. Three days after arrival, hospital keepers submitted a urine sample that showed high ketone and glucose levels. Ketones in the urine (ketonuria) is a condition seen when the body produces excess ketones as an alternative source of energy. Ketones are produced when the body starts breaking down fats instead of sugars for energy. Production of ketones is a normal response to a shortage of glucose, meant to provide an alternate source of fuel from fatty acids. Ketonuria can occur during unregulated diabetes mellitus.\n\nVeterinarians at Cleveland Metroparks Zoo initially attempted to manage Janet Lee’s diabetes with oral medication. She was given Metformin® (125mg orally twice daily) and Glipizide (5 mg orally once daily). Glipizide stimulates the release of insulin from the pancreas. Metformin® has three functions: it slows absorption of sugar from the small intestine, it reduces the rate of glucose production by the liver (gluconeogenesis), and it enhances the sensitivity of cells to insulin. During this time, the only diagnostic test we could do to monitor her glucose was through urine tests. Janet Lee consistently had glucose in her urine, suggesting that the oral anti-diabetic medications were not working adequately to manage her diabetes.\n\nHospital keepers, along with veterinary technicians, began attempting injections on 27 November  2007.  They first began with an injection of 1 IU of saline that she accepted in her right hip.  The following day she received her first dose of insulin (Protamine Zinc insulin 4 IU IM once daily). Insulin injections were started despite the lack of sufficient behavioral training because oral anti-hyperglycemic medications were not working, and the presence of ketones in her urine caused concern of possible diabetic ketoacidosis. Diabetic ketoacidosis is a potentially life-threatening condition in which the lack of insulin results in metabolism of fats to ketones, metabolic acidosis, dehydration, and electrolyte imbalances.\n\nInsulin injections were stopped on 13 December 2007 due to unreliability in giving the insulin injection.  The hospital keepers and veterinary technicians continued working with Janet Lee with the help of a training consultant to strengthen the behavior.\n\n<strong>Glucometer</strong>\n\nInitial blood glucose readings were done using an Alpha-TRAK® glucometer (Abbott Laboratories).  This glucometer was specifically designed for veterinary use with domestic cats and dogs.  The Alpha-TRAK® glucometer was giving inconsistent readings, so we switched to a Freestyle® glucometer (Abbott Laboratories).  The Freestyle® glucometer was designed for use with humans and provided more consistent blood glucose levels as compared to the Alpha-TRAK® glucometer.\n\n<strong>Training for Insulin Injections</strong>\n\nThe ability of having Janet Lee receive insulin injections and voluntary glucose checks was imperative and operant conditioning was used in training the behaviors.  Janet Lee came to Cleveland with training but keepers still started with basics and established a bridge using a whistle.  The whistle is the bridge of choice with new behaviors for these keepers.  With the whistle, behaviors seem to be easily shaped because of the consistency and sharpness of the bridge.\n\nThe behaviors of hip and shoulder presentation to the caging were shaped while a capped syringe was in sight.  The insulin, protamine zinc was to be given as an intramuscular injection in the muscles of the hip.  Shoulder was trained as well so that multiple areas would be available if needed.  Keepers were doing five short sessions a day beginning 24 February 2008 and the behaviors took a few short days to shape.  It is when keepers picked up the syringe that Janet Lee would pull away from caging and not have her body completely against the wire.  The act of injecting Janet Lee previously when the behavior was not solid caused some set back in the current training.\n\nIt took about a week before she let us put a capped insulin syringe up to her.  Keepers decided to work this behavior as slowly as she needed with the cap on the syringe.  Over time the cap was cut back to expose a very small portion of the needle instead of taking the cap off entirely.  Initially the needle was rubbed across her skin.  This caused her to back away at first but when she did hold for the needle touching her she was jackpotted with sugar-free candy.\n\nOver time, the needle was exposed more by cutting the cap back gradually and instead of just touching her with the needle, keepers would poke her with the needle.  This did cause a little regression at first but because of the amount and consistency of sessions it lasted only a day or two.\n\nOn 3 April 2008 Janet Lee began receiving 1 unit of saline IM in her hip in preparation of insulin injection.  By 11 April 2008 keepers were injecting four units of saline BID and on the 12th tested her blood glucose with an Alpha-Trak® reader that read HI and did not register.\n\nThe first dose of insulin was given on 13 April 2008.  She received two units of protamine zinc (PZI) IM in her right hip.  Blood glucose was taken prior to injection and read 407 mg/dl.  The behavior of getting blood glucose samples from her toes was not trained in the formal sense of the word. All of the training emphasis had been placed on training for insulin injections, and only when we realized that insulin injections were truly about to happen did we fully appreciate the need for blood <img class="alignright size-medium wp-image-2625" title="toe_prick" src="http://aecetia.net/gws/aazk/wp-content/uploads/toe_prick-300x276.jpg" alt="toe_prick" width="300" height="276" />glucose monitoring. As this was our first case of treating diabetes with insulin injections, the veterinarians were wary of treating without any ability to monitor blood glucose, so insisted that blood glucose monitoring behaviors become incorporated into the training protocol. Keepers had been working the behavior of hand and foot presentation through caging but had never incorporated the testing instruments until the day of the first insulin injection. Fortunately Janet Lee was a willing participant in the training, and the behavior was readily shaped to facilitate routine blood glucose monitoring.  In hindsight, we appreciate the importance of detailed communication of expectations and maintenance of open lines of communication between veterinary staff and keeper staff in cases requiring intensive clinical management.\n\n<strong>Diet</strong>\n\nThe diet from her sending institution was Mazuri® Primate Maintenance Biscuit (70g), endive (180 g), carrot (35 g), yam (35 g), yellow corn (18.5 g), green peas (18.5 g), apple (35 g), red or green grapes (35 g) and banana (35g).   To decrease the amount of simple sugars, the diet was changed to Marion® Leaf Eater Biscuits (200g) Hi-Maize Resistant Starch (125g), green beans (80 g), broccoli (80g), summer squash (80g), sunflower seed kernels (56g), and endive (680g). The Mazuri® biscuit and Hi-Maize resistant starch combination was a biscuit available at the zoo as part of an ongoing study examining the effects of increased dietary fiber on gorilla (Gorilla gorilla) health. The biscuit was chosen for Janet Lee as a means of increasing the dietary fiber in her diet as well as providing resistant starch. Resistant starch is a starch that is not digested in the stomach but is fermented by bacteria in the large colon, providing nutrition without increasing blood glucose levels.\n\nIn June 2008, her diet was adjusted to remove the Marion® Leaf Eater Biscuits to further reduce the amount of sugar in her diet. The diet was changed to canned black beans, no salt added (200g), Hi-Maize resistant starch (125 g), green beans (80g), broccoli (80g), summer squash (80g), sunflower seed kernels (30g), endive (340g ), chia seeds (28g) and vitamin D (400IU). Chia seeds were added to the diet as they have been shown in humans to help regulate blood glucose levels.\n\nIn December 2008, Janet Lee was included in a diet study examining the behavioral effects of dietary konjac and fenugreek used to ameliorate diabetes in our golden-bellied mangabey and Hamadryas baboons (Papio hamadryas).  We hypothesized that the addition of fenugreek and konjac to the diet of the diabetic animals will ameliorate the hyperglycemia, resulting in increased activity levels more closely resembling the activity levels of the clinically normal animals. Monitoring activity levels of the animals prior to and following the addition of konjac and fenugreek to the diet would provide a non-invasive means of assessing the effect of this dietary supplement. Medicinal plants have been used for centuries to treat diseases, and are the basis of many of our modern-day drugs. Fenugreek, a spice commonly used in Indian and Asian cooking, has been shown to have an anti-diabetic effect in dogs, rats, and mice. It also has an anti-hyperglycemic effect in humans with type 1 (insulin dependent) and type 2 (non-insulin dependent) diabetes.1  Konjac-mannan, a fiber derived from the root of the konjac plant (Amorphophallus konjac), has been used for centuries in Asia as a food. More recently, it is used in food processing as a stabilizer and gelling agent. It has a “generally recognized as safe” (GRAS) status in the United States.2 Konjac fiber has been shown to help control hyperglycemia in type 2 diabetes in humans.2  While we did not see significant changes in the behavior of Janet Lee during this study, the dietary supplement did appear to have a stabilizing effect on her blood glucose and the supplement was incorporated into her daily diet.\n\nDiets in the zoo were evaluated in 2009 and in October 2009 this diet was adjusted to account for the fact that the animal consumed less food than was offered. The animal’s current diet is canned black beans, no salt added (50g), Hi-Maize resistant starch (8 g), green beans (65g), broccoli (65g), summer squash (65g), sunflower seed kernels (15g), endive (200g ), chia seeds (6g), fenugreek (4g), konjac (18g),  and vitamin D (400IU).\n\n<strong>Birth Control</strong>\n\nDuring the quarantine health exam she was implanted with a birth control implant of melengestrol acetate intramuscularly in the left shoulder.  MGA (melengestrol acetate) implants are a common birth control in primates and implants can function for up to two years. MGA is a synthetic progestin, and side effects of its use can include weight gain. MGA implant was selected based on its proven success as a contraceptive in primates including mangabeys. Following the quarantine period, Janet Lee was housed in an enclosure adjacent to the male mangabey until her diabetes could be managed, at which time she would be housed with the male.\n\nOnce Janet Lee was consistently receiving insulin injections, it was still challenging to regulate her blood glucose at levels within the range of 200-250mg/dl. One consideration was that the MGA implant was interfering with normal insulin regulation. As Janet Lee was not currently housed with the male, it was decided that the MGA implant would be removed to eliminate any adverse effects of the implant on diabetes management. Janet Lee went through multiple estrus cycles, and it did appear that the implant may have had adverse effects on her diabetes management. Determining this…\n\n<strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>', 'Management of a Diabetic Golden-Bellied Mangabey (Cercocebus chrysogaster)', 0, '', 'inherit', 'closed', 'closed', '', '2624-revision-2', '', '', '2012-11-02 17:49:11', '2012-11-02 22:49:11', '', 2624, 'http://aazk.org/uncategorized/2624-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2628, 2, '2012-11-02 17:57:56', '2012-11-02 22:57:56', '<img class="aligncenter size-medium wp-image-378" title="training_tails" src="http://aecetia.net/gws/aazk/wp-content/uploads/header_training_tails-300x64.jpg" alt="training_tails" width="300" height="64" />\r\n\r\n<em>By</em>\r\n<em>Mylisa A. Whipple, Primate Keeper</em>\r\n<em>Saint Louis Zoo</em>\r\n<em>Saint Louis, Missouri</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nIt can be a challenge to treat any animal that is diagnosed as a diabetic, and non-human primates are no exception.   Treatment can be constrained by a variety of factors such as the environment, social situations, and the personality and temperament of the individual being treated, just to name a few. Every situation is different, and every animal is different.  But across the board, two of the most important things required to successfully treat that animal are to have a well thought out, but flexible training plan and to keep an open line of communication between all the people that are involved in the care and management of that animal including, keepers, veterinary staff, and nutrition staff.\r\n\r\nIn the past few years, keepers at the Saint Louis Zoo have been involved in the training and treatment of two different monkeys, both diagnosed with diabetes.  Though they were different species and their situations and personalities were also quite different, a similar approach was used to treat both of them.  The same flexible shaping plan was even adapted to train them both in order to better treat their diabetes.\r\n\r\n<strong>Case 1: Bozo</strong>\r\n\r\nIn 2005, the Saint Louis Zoo housed 1.4 Hamadryas baboons (<em>Papio hamadryas</em>).  The male, named Bozo, was diagnosed with diabetes.  Keepers had observed Bozo showing signs of weakness when he walked, noticed sticky urine on the floors of the baboon enclosure, and observed the female baboons lapping up puddles of Bozo’s apparently sweet urine.  These observations suggested that something was going on with Bozo’s health and ultimately led to the veterinary work-up that resulted in this diagnosis.  In collaboration with the zoo’s veterinarians and nutritionist, Bozo’s diabetes was originally managed using oral medication and diet.  In order to test his glucose level, Bozo was trained to urinate on cue so that glucose levels could be tested in a sample of his urine.  The shaping plan for this required a keeper to observe Bozo until he urinated and then the behavior was captured using a whistle as a bridge the instant he started to urinate.  He was immediately rewarded with a jackpot item (preferred food item) and the verbal praise, “Good Pee.”  After initially capturing this, the training progressed to calling him into his holding cages and using the verbal cue “Bozo, Pee.” After giving the verbal cue, he was then observed until he urinated, which was then followed immediately with the bridge, a jackpot item, and the verbal praise, “Good Pee.”  Eventually, Bozo made the connection and would visibly try to urinate once he heard the verbal cue “Bozo, Pee.”  The success of this training allowed for regular testing of glucose levels in his urine.\r\n\r\nBased on the progression of Bozo’s symptoms, the veterinarians decided that Bozo needed to start receiving insulin injections in order to manage his diabetes.  Because he was not injection trained, he initially had to be darted with insulin daily.  Injection training of Bozo was started so that he would not have to continue to undergo the stress of being darted for any longer than necessary.\r\n\r\nA squeeze cage was custom built by one of the Zoo’s welders to use for this training.  It was installed as a permanent part of one of the baboons’ holding cages.  The outer dimensions of the squeeze cage were 92 cm in width, 104 cm in height, and 64 cm in depth.   It was composed of a metal\r\n\r\nframe with the front wall, back wall, and ceiling made out of metal chain link fencing material similar to that of the front wall of the existing holding cage.  It had two aluminum doors that could be completely removed when not needed.  The squeeze mechanism was a movable plexi-glass wall with a metal frame that could be pulled using a handle by a keeper from outside of the cage and could be locked into place as needed.\r\n\r\nThe author became Bozo’s primary trainer and was charged with developing a shaping plan that would include squeeze cage-training and injection-training.  After researching examples of squeeze cage and injection-training shaping plans from other institutions and getting advice from other animal trainers, a shaping plan was developed that would work best for the situation and included multiple options that could be used depending on how the training was progressing.\r\n\r\nOnce the shaping plan was approved, Bozo’s training started. The shaping plan included an acclimation period, followed by several training options for how the squeeze cage could be used during the training.  Depending on how training progressed, one or more of these options could be skipped. The first option was to use the squeeze cage as a narrowing tunnel or chute in which the space that he was asked to enter was simply narrowed each time prior to him entering it, until his hip and callosity were close enough to the front wall to begin injection training.  The second option was to be used if he did not want to stay in the narrowed cage for longer periods without being closed in. This option included working towards closing the doors of the squeeze cage on both sides of him. First he would be trained to allow one door to close and then the second door would be added in.  The third option was to be used if the hip and callosity were still not close enough to the front wall. In this third option the training would involve actually working towards using the squeeze mechanism to “squeeze” Bozo into the position needed for the next step of his training. Once proper positioning of Bozo’s hip and callosity was achieved, the final step in the shaping plan, injection-training, would follow.  The injection-training portion consisted of several steps including desensitizing him to the presence of a syringe, touching him with a capped syringe, touching him with needle, poking him with the needle, and then injecting him with saline (in place of insulin).\r\n\r\nThe first step in the training plan, to acclimate the baboon group to the squeeze cage, began in mid-July, 2007. In Bozo’s case, the second and third options of the shaping plan were never needed, and the training process went rather quickly. By the end of August, Bozo was accepting hand injections of insulin.\r\n\r\nUp to this point, the squeeze cage and injection-training was only used to give Bozo his insulin injections.  Urine-training was the method being used to obtain glucose measurements.  However, Bozo began to have trouble with the urine-training (he was having difficulty urinating on cue even though he was clearly trying).  Because of this and the lack of accuracy with urine glucose tests it was decided that his squeeze cage-training could also be used to obtain blood samples for blood glucose testing.  This method of sampling would be a more accurate measurement of his glucose levels.  Blood samples were obtained by using a needle to lance the skin of his callosity and then testing a drop of his blood with a blood glucose meter.  Unfortunately, the test strip of the blood glucose meter was too short to reach the drop of blood on his skin, so the blood drop had to be collected on the plastic sleeve of the syringe in order to be tested.  By the end of September, his blood glucose was successfully tested using this method.  At the beginning of October, these behaviors were transferred to secondary trainers.\r\n\r\nBozo’s training was a success for both the trainers and for Bozo, in that it made it easier to treat his diabetes.  As mentioned earlier, the animal’s situation and personality<img class="alignright size-medium wp-image-2629" title="insulin_inject" src="http://aecetia.net/gws/aazk/wp-content/uploads/insulin_inject-300x262.jpg" alt="insulin_inject" width="300" height="262" /> can affect how its training progresses.  Fortunately, Bozo was the dominant animal in his group, he was already comfortable being separated from the girls for short periods of time, and he was a highly food-motivated individual.  Because he was a diabetic, the typical rewards we used for him that were nutritionist-approved included the limited fruit from his diet and a small amount of mixed nuts or peanuts.  Some sugar-free treats were tried as jackpot reward items, but Bozo did not like them so the fruit portion of his diet was used as his jackpot items.  Because Bozo was eager to train for these items, his training progressed even more smoothly.\r\n\r\nIn March 2008, Bozo started showing signs of weakness in that he was having trouble walking.  He was immobilized for blood work and given fluids.  In order to prevent him from having to be immobilized for fluids daily, attempts were made to give Bozo fluids subcutaneously using his trained squeeze cage behavior.  The plan was to have a veterinary technician and one of Bozo’s trainers work together to get him into his normal training position and then administer the fluids subcutaneously.  Bozo was amazing and allowed fluids to be given in this manner for several days.  Unfortunately, despite these efforts Bozo’s health continued to decline and it was decided that Bozo should be humanely euthanized on April 15th, 2008.  Because Bozo had been an amazing animal that loved to train, he accepted an injection for anesthesia in the squeeze cage just as if he was being trained for his insulin.\r\n\r\nIt was not stressful at all, but rather calm and normal for him.  Once anesthetized, the veterinarian was able to humanely euthanize him.  The training program had successfully prolonged and improved his quality of life.\r\n\r\n<strong>Case 2: Ike</strong>\r\n\r\nThe 4.0 lion-tailed macaques (<em>Macaca silenus</em>) housed at the Saint Louis Zoo were moved to the exhibit that once housed the baboons in January 2011.  Because they were an aging group and the squeeze cage was located in one of their holding cages, the squeeze mechanism would be a valuable tool in helping with future medical procedures.  Acclimation to the squeeze cage began in March with the goal of working towards injection training each of the macaques.\r\n\r\nThe shaping plan from Bozo’s training was easily adapted for this new training endeavor.  However, one of the lion-tailed macaques, Ike, was diagnosed as a diabetic in May. The keepers had noticed sticky, dried urine on the exhibit floor.  A urine sample from Ike was tested with a urine glucose test strip and the results showed high glucose values.  The diagnosis of diabetes followed a veterinary work up.  As with Bozo, it was decided to try and treat Ike using oral medication and diet first.  It also became a priority to get him squeeze cage and injection-trained to help with his treatment.\r\n\r\nIke was already used to being separated from the other members of his group and because of the training that was already started he was used to entering the squeeze cage at a fairly narrow width.  From this point, training continued following the same shaping plan that had been used with Bozo in the past.\r\n\r\nIke’s shaping plan once again included several options for how the squeeze cage could be used during the training, and these options could be taken or skipped depending on how the training progressed.  Starting with the first option, Ike was asked to enter the cage at narrowing depths until it was as narrow as it could be, yet still allow him to enter the squeeze cage comfortably.  However, because Ike’s hips are much narrower than that of a baboon, both the second and the third options in the training plan had to be used.\r\n\r\nThe second option included steps working towards closing Ike into the squeeze cage.  The steps involved putting the doors back on the cage, then working towards closing one door while he was in the cage, then closing both doors while he was in the cage, and finally lengthening the amount of time he was closed in the cage.  The third option included steps working towards actually squeezing the cage down so that his hip and callosity area could be easily reached by the trainer for both lancing and injections.  The steps for this included getting Ike used to the movement of the squeeze mechanism by narrowing the area he was in by small increments, and lengthening the time he was “squeezed.”  Once Ike was desensitized to the squeeze and his body in the correct position, progress could be made towards the final steps in the shaping plan.  This included lancing/injection-training for both blood glucose testing and insulin injections.\r\n\r\nBy the end of September, Ike allowed his blood glucose to be tested.  By mid-October, he was reliably allowing his blood glucose to be tested daily.  This allowed for a secondary trainer to be trained to obtain blood glucose measurements from Ike as well.  By mid-November Ike was accepting injections with saline (in place of insulin).  This behavior was transferred to the secondary trainer and soon after, other primate keepers were trained to be secondary trainers as well.  It was important that several keepers were able to train Ike so that blood glucose measurements could be taken daily and that injections could be done daily if needed in the future.  Because of the importance of consistency in training, a protocol was written that included the steps to Ike’s training, the schedule for his daily training and medications, and any other important information regarding his treatment and training.  This protocol was posted near the squeeze cage so that it could be easily referred to and updated as needed.\r\n\r\nAs with Bozo, Ike’s situation, personality, and preferences were added components that had to be considered when planning his training.  Ike was the second most dominant animal in his group and unlike Bozo he was not as trusting of keepers.  But like Bozo, he was a food-motivated individual.  Another difference between Bozo and Ike was that Ike liked sugar free treats, so his nutritionist-approved rewards for training consisted of a small amount of peanuts, the fruit from his diet, and sugar free jack pot items including red licorice, Hershey’s York Peppermint Patties® and a variety of flavors of sugar-free powder drinks.\r\n\r\nA further complication that did not occur with Bozo was that Ike started developing cataracts, which occurred after he had already been training for some time.  Training had to be adjusted slightly for this because the cataract in his right eye was worse than in his left.  It seemed that Ike preferred to have his left side facing the trainer during training sessions.\r\n\r\nAt the present time, Ike’s diabetes has been managed with diet and oral medication.  But, if Ike ever needs to start receiving insulin injections, it can be done right away because he has already been injection-trained.  The keeper staff keeps track of…\r\n\r\n<strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong>', 'Using Training to Help Treat Diabetes in Non-human Primates: The Importance of a Flexible Shaping Plan and Good Communication for Training Success.', 0, '', 'draft', 'closed', 'closed', '', '2628', '', '', '2013-10-15 17:49:16', '2013-10-15 22:49:16', '', 0, 'http://aazk.org/?p=2628', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2629, 2, '2012-11-02 17:54:53', '2012-11-02 22:54:53', '', 'insulin_inject', 0, '', 'inherit', 'closed', 'closed', '', 'insulin_inject', '', '', '2012-11-02 17:54:53', '2012-11-02 22:54:53', '', 2628, 'http://aazk.org/wp-content/uploads/insulin_inject.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2630, 2, '2012-11-02 17:57:31', '2012-11-02 22:57:31', '<img class="aligncenter size-medium wp-image-378" title="training_tails" src="http://aecetia.net/gws/aazk/wp-content/uploads/header_training_tails-300x64.jpg" alt="training_tails" width="300" height="64" />\n\n<em>By</em>\n<em>Mylisa A. Whipple, Primate Keeper</em>\n<em>Saint Louis Zoo</em>\n<em>Saint Louis, Missouri</em>\n\n<strong>Introduction</strong>\n\nIt can be a challenge to treat any animal that is diagnosed as a diabetic, and non-human primates are no exception.   Treatment can be constrained by a variety of factors such as the environment, social situations, and the personality and temperament of the individual being treated, just to name a few. Every situation is different, and every animal is different.  But across the board, two of the most important things required to successfully treat that animal are to have a well thought out, but flexible training plan and to keep an open line of communication between all the people that are involved in the care and management of that animal including, keepers, veterinary staff, and nutrition staff.\n\nIn the past few years, keepers at the Saint Louis Zoo have been involved in the training and treatment of two different monkeys, both diagnosed with diabetes.  Though they were different species and their situations and personalities were also quite different, a similar approach was used to treat both of them.  The same flexible shaping plan was even adapted to train them both in order to better treat their diabetes.\n\n<strong>Case 1: Bozo</strong>\n\nIn 2005, the Saint Louis Zoo housed 1.4 Hamadryas baboons (<em>Papio hamadryas</em>).  The male, named Bozo, was diagnosed with diabetes.  Keepers had observed Bozo showing signs of weakness when he walked, noticed sticky urine on the floors of the baboon enclosure, and observed the female baboons lapping up puddles of Bozo’s apparently sweet urine.  These observations suggested that something was going on with Bozo’s health and ultimately led to the veterinary work-up that resulted in this diagnosis.  In collaboration with the zoo’s veterinarians and nutritionist, Bozo’s diabetes was originally managed using oral medication and diet.  In order to test his glucose level, Bozo was trained to urinate on cue so that glucose levels could be tested in a sample of his urine.  The shaping plan for this required a keeper to observe Bozo until he urinated and then the behavior was captured using a whistle as a bridge the instant he started to urinate.  He was immediately rewarded with a jackpot item (preferred food item) and the verbal praise, “Good Pee.”  After initially capturing this, the training progressed to calling him into his holding cages and using the verbal cue “Bozo, Pee.” After giving the verbal cue, he was then observed until he urinated, which was then followed immediately with the bridge, a jackpot item, and the verbal praise, “Good Pee.”  Eventually, Bozo made the connection and would visibly try to urinate once he heard the verbal cue “Bozo, Pee.”  The success of this training allowed for regular testing of glucose levels in his urine.\n\nBased on the progression of Bozo’s symptoms, the veterinarians decided that Bozo needed to start receiving insulin injections in order to manage his diabetes.  Because he was not injection trained, he initially had to be darted with insulin daily.  Injection training of Bozo was started so that he would not have to continue to undergo the stress of being darted for any longer than necessary.\n\nA squeeze cage was custom built by one of the Zoo’s welders to use for this training.  It was installed as a permanent part of one of the baboons’ holding cages.  The outer dimensions of the squeeze cage were 92 cm in width, 104 cm in height, and 64 cm in depth.   It was composed of a metal\n\nframe with the front wall, back wall, and ceiling made out of metal chain link fencing material similar to that of the front wall of the existing holding cage.  It had two aluminum doors that could be completely removed when not needed.  The squeeze mechanism was a movable plexi-glass wall with a metal frame that could be pulled using a handle by a keeper from outside of the cage and could be locked into place as needed.\n\nThe author became Bozo’s primary trainer and was charged with developing a shaping plan that would include squeeze cage-training and injection-training.  After researching examples of squeeze cage and injection-training shaping plans from other institutions and getting advice from other animal trainers, a shaping plan was developed that would work best for the situation and included multiple options that could be used depending on how the training was progressing.\n\nOnce the shaping plan was approved, Bozo’s training started. The shaping plan included an acclimation period, followed by several training options for how the squeeze cage could be used during the training.  Depending on how training progressed, one or more of these options could be skipped. The first option was to use the squeeze cage as a narrowing tunnel or chute in which the space that he was asked to enter was simply narrowed each time prior to him entering it, until his hip and callosity were close enough to the front wall to begin injection training.  The second option was to be used if he did not want to stay in the narrowed cage for longer periods without being closed in. This option included working towards closing the doors of the squeeze cage on both sides of him. First he would be trained to allow one door to close and then the second door would be added in.  The third option was to be used if the hip and callosity were still not close enough to the front wall. In this third option the training would involve actually working towards using the squeeze mechanism to “squeeze” Bozo into the position needed for the next step of his training. Once proper positioning of Bozo’s hip and callosity was achieved, the final step in the shaping plan, injection-training, would follow.  The injection-training portion consisted of several steps including desensitizing him to the presence of a syringe, touching him with a capped syringe, touching him with needle, poking him with the needle, and then injecting him with saline (in place of insulin).\n\nThe first step in the training plan, to acclimate the baboon group to the squeeze cage, began in mid-July, 2007. In Bozo’s case, the second and third options of the shaping plan were never needed, and the training process went rather quickly. By the end of August, Bozo was accepting hand injections of insulin.\n\nUp to this point, the squeeze cage and injection-training was only used to give Bozo his insulin injections.  Urine-training was the method being used to obtain glucose measurements.  However, Bozo began to have trouble with the urine-training (he was having difficulty urinating on cue even though he was clearly trying).  Because of this and the lack of accuracy with urine glucose tests it was decided that his squeeze cage-training could also be used to obtain blood samples for blood glucose testing.  This method of sampling would be a more accurate measurement of his glucose levels.  Blood samples were obtained by using a needle to lance the skin of his callosity and then testing a drop of his blood with a blood glucose meter.  Unfortunately, the test strip of the blood glucose meter was too short to reach the drop of blood on his skin, so the blood drop had to be collected on the plastic sleeve of the syringe in order to be tested.  By the end of September, his blood glucose was successfully tested using this method.  At the beginning of October, these behaviors were transferred to secondary trainers.\n\nBozo’s training was a success for both the trainers and for Bozo, in that it made it easier to treat his diabetes.  As mentioned earlier, the animal’s situation and personality<img class="alignright size-medium wp-image-2629" title="insulin_inject" src="http://aecetia.net/gws/aazk/wp-content/uploads/insulin_inject-300x262.jpg" alt="insulin_inject" width="300" height="262" /> can affect how its training progresses.  Fortunately, Bozo was the dominant animal in his group, he was already comfortable being separated from the girls for short periods of time, and he was a highly food-motivated individual.  Because he was a diabetic, the typical rewards we used for him that were nutritionist-approved included the limited fruit from his diet and a small amount of mixed nuts or peanuts.  Some sugar-free treats were tried as jackpot reward items, but Bozo did not like them so the fruit portion of his diet was used as his jackpot items.  Because Bozo was eager to train for these items, his training progressed even more smoothly.\n\nIn March 2008, Bozo started showing signs of weakness in that he was having trouble walking.  He was immobilized for blood work and given fluids.  In order to prevent him from having to be immobilized for fluids daily, attempts were made to give Bozo fluids subcutaneously using his trained squeeze cage behavior.  The plan was to have a veterinary technician and one of Bozo’s trainers work together to get him into his normal training position and then administer the fluids subcutaneously.  Bozo was amazing and allowed fluids to be given in this manner for several days.  Unfortunately, despite these efforts Bozo’s health continued to decline and it was decided that Bozo should be humanely euthanized on April 15th, 2008.  Because Bozo had been an amazing animal that loved to train, he accepted an injection for anesthesia in the squeeze cage just as if he was being trained for his insulin.\n\nIt was not stressful at all, but rather calm and normal for him.  Once anesthetized, the veterinarian was able to humanely euthanize him.  The training program had successfully prolonged and improved his quality of life.\n\n<strong>Case 2: Ike</strong>\n\nThe 4.0 lion-tailed macaques (<em>Macaca silenus</em>) housed at the Saint Louis Zoo were moved to the exhibit that once housed the baboons in January 2011.  Because they were an aging group and the squeeze cage was located in one of their holding cages, the squeeze mechanism would be a valuable tool in helping with future medical procedures.  Acclimation to the squeeze cage began in March with the goal of working towards injection training each of the macaques.\n\nThe shaping plan from Bozo’s training was easily adapted for this new training endeavor.  However, one of the lion-tailed macaques, Ike, was diagnosed as a diabetic in May. The keepers had noticed sticky, dried urine on the exhibit floor.  A urine sample from Ike was tested with a urine glucose test strip and the results showed high glucose values.  The diagnosis of diabetes followed a veterinary work up.  As with Bozo, it was decided to try and treat Ike using oral medication and diet first.  It also became a priority to get him squeeze cage and injection-trained to help with his treatment.\n\nIke was already used to being separated from the other members of his group and because of the training that was already started he was used to entering the squeeze cage at a fairly narrow width.  From this point, training continued following the same shaping plan that had been used with Bozo in the past.\n\nIke’s shaping plan once again included several options for how the squeeze cage could be used during the training, and these options could be taken or skipped depending on how the training progressed.  Starting with the first option, Ike was asked to enter the cage at narrowing depths until it was as narrow as it could be, yet still allow him to enter the squeeze cage comfortably.  However, because Ike’s hips are much narrower than that of a baboon, both the second and the third options in the training plan had to be used.\n\nThe second option included steps working towards closing Ike into the squeeze cage.  The steps involved putting the doors back on the cage, then working towards closing one door while he was in the cage, then closing both doors while he was in the cage, and finally lengthening the amount of time he was closed in the cage.  The third option included steps working towards actually squeezing the cage down so that his hip and callosity area could be easily reached by the trainer for both lancing and injections.  The steps for this included getting Ike used to the movement of the squeeze mechanism by narrowing the area he was in by small increments, and lengthening the time he was “squeezed.”  Once Ike was desensitized to the squeeze and his body in the correct position, progress could be made towards the final steps in the shaping plan.  This included lancing/injection-training for both blood glucose testing and insulin injections.\n\nBy the end of September, Ike allowed his blood glucose to be tested.  By mid-October, he was reliably allowing his blood glucose to be tested daily.  This allowed for a secondary trainer to be trained to obtain blood glucose measurements from Ike as well.  By mid-November Ike was accepting injections with saline (in place of insulin).  This behavior was transferred to the secondary trainer and soon after, other primate keepers were trained to be secondary trainers as well.  It was important that several keepers were able to train Ike so that blood glucose measurements could be taken daily and that injections could be done daily if needed in the future.  Because of the importance of consistency in training, a protocol was written that included the steps to Ike’s training, the schedule for his daily training and medications, and any other important information regarding his treatment and training.  This protocol was posted near the squeeze cage so that it could be easily referred to and updated as needed.\n\nAs with Bozo, Ike’s situation, personality, and preferences were added components that had to be considered when planning his training.  Ike was the second most dominant animal in his group and unlike Bozo he was not as trusting of keepers.  But like Bozo, he was a food-motivated individual.  Another difference between Bozo and Ike was that Ike liked sugar free treats, so his nutritionist-approved rewards for training consisted of a small amount of peanuts, the fruit from his diet, and sugar free jack pot items including red licorice, Hershey’s York Peppermint Patties® and a variety of flavors of sugar-free powder drinks.\n\nA further complication that did not occur with Bozo was that Ike started developing cataracts, which occurred after he had already been training for some time.  Training had to be adjusted slightly for this because the cataract in his right eye was worse than in his left.  It seemed that Ike preferred to have his left side facing the trainer during training sessions.\n\nAt the present time, Ike’s diabetes has been managed with diet and oral medication.  But, if Ike ever needs to start receiving insulin injections, it can be done right away because he has already been injection-trained.  The keeper staff keeps track of…\n\n<strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong>', '', 0, '', 'inherit', 'closed', 'closed', '', '2628-revision', '', '', '2012-11-02 17:57:31', '2012-11-02 22:57:31', '', 2628, 'http://aazk.org/uncategorized/2628-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2631, 2, '2012-11-02 17:57:56', '2012-11-02 22:57:56', '<img class="aligncenter size-medium wp-image-378" title="training_tails" src="http://aecetia.net/gws/aazk/wp-content/uploads/header_training_tails-300x64.jpg" alt="training_tails" width="300" height="64" />\r\n\r\n<em>By</em>\r\n<em>Mylisa A. Whipple, Primate Keeper</em>\r\n<em>Saint Louis Zoo</em>\r\n<em>Saint Louis, Missouri</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nIt can be a challenge to treat any animal that is diagnosed as a diabetic, and non-human primates are no exception.   Treatment can be constrained by a variety of factors such as the environment, social situations, and the personality and temperament of the individual being treated, just to name a few. Every situation is different, and every animal is different.  But across the board, two of the most important things required to successfully treat that animal are to have a well thought out, but flexible training plan and to keep an open line of communication between all the people that are involved in the care and management of that animal including, keepers, veterinary staff, and nutrition staff.\r\n\r\nIn the past few years, keepers at the Saint Louis Zoo have been involved in the training and treatment of two different monkeys, both diagnosed with diabetes.  Though they were different species and their situations and personalities were also quite different, a similar approach was used to treat both of them.  The same flexible shaping plan was even adapted to train them both in order to better treat their diabetes.\r\n\r\n<strong>Case 1: Bozo</strong>\r\n\r\nIn 2005, the Saint Louis Zoo housed 1.4 Hamadryas baboons (<em>Papio hamadryas</em>).  The male, named Bozo, was diagnosed with diabetes.  Keepers had observed Bozo showing signs of weakness when he walked, noticed sticky urine on the floors of the baboon enclosure, and observed the female baboons lapping up puddles of Bozo’s apparently sweet urine.  These observations suggested that something was going on with Bozo’s health and ultimately led to the veterinary work-up that resulted in this diagnosis.  In collaboration with the zoo’s veterinarians and nutritionist, Bozo’s diabetes was originally managed using oral medication and diet.  In order to test his glucose level, Bozo was trained to urinate on cue so that glucose levels could be tested in a sample of his urine.  The shaping plan for this required a keeper to observe Bozo until he urinated and then the behavior was captured using a whistle as a bridge the instant he started to urinate.  He was immediately rewarded with a jackpot item (preferred food item) and the verbal praise, “Good Pee.”  After initially capturing this, the training progressed to calling him into his holding cages and using the verbal cue “Bozo, Pee.” After giving the verbal cue, he was then observed until he urinated, which was then followed immediately with the bridge, a jackpot item, and the verbal praise, “Good Pee.”  Eventually, Bozo made the connection and would visibly try to urinate once he heard the verbal cue “Bozo, Pee.”  The success of this training allowed for regular testing of glucose levels in his urine.\r\n\r\nBased on the progression of Bozo’s symptoms, the veterinarians decided that Bozo needed to start receiving insulin injections in order to manage his diabetes.  Because he was not injection trained, he initially had to be darted with insulin daily.  Injection training of Bozo was started so that he would not have to continue to undergo the stress of being darted for any longer than necessary.\r\n\r\nA squeeze cage was custom built by one of the Zoo’s welders to use for this training.  It was installed as a permanent part of one of the baboons’ holding cages.  The outer dimensions of the squeeze cage were 92 cm in width, 104 cm in height, and 64 cm in depth.   It was composed of a metal\r\n\r\nframe with the front wall, back wall, and ceiling made out of metal chain link fencing material similar to that of the front wall of the existing holding cage.  It had two aluminum doors that could be completely removed when not needed.  The squeeze mechanism was a movable plexi-glass wall with a metal frame that could be pulled using a handle by a keeper from outside of the cage and could be locked into place as needed.\r\n\r\nThe author became Bozo’s primary trainer and was charged with developing a shaping plan that would include squeeze cage-training and injection-training.  After researching examples of squeeze cage and injection-training shaping plans from other institutions and getting advice from other animal trainers, a shaping plan was developed that would work best for the situation and included multiple options that could be used depending on how the training was progressing.\r\n\r\nOnce the shaping plan was approved, Bozo’s training started. The shaping plan included an acclimation period, followed by several training options for how the squeeze cage could be used during the training.  Depending on how training progressed, one or more of these options could be skipped. The first option was to use the squeeze cage as a narrowing tunnel or chute in which the space that he was asked to enter was simply narrowed each time prior to him entering it, until his hip and callosity were close enough to the front wall to begin injection training.  The second option was to be used if he did not want to stay in the narrowed cage for longer periods without being closed in. This option included working towards closing the doors of the squeeze cage on both sides of him. First he would be trained to allow one door to close and then the second door would be added in.  The third option was to be used if the hip and callosity were still not close enough to the front wall. In this third option the training would involve actually working towards using the squeeze mechanism to “squeeze” Bozo into the position needed for the next step of his training. Once proper positioning of Bozo’s hip and callosity was achieved, the final step in the shaping plan, injection-training, would follow.  The injection-training portion consisted of several steps including desensitizing him to the presence of a syringe, touching him with a capped syringe, touching him with needle, poking him with the needle, and then injecting him with saline (in place of insulin).\r\n\r\nThe first step in the training plan, to acclimate the baboon group to the squeeze cage, began in mid-July, 2007. In Bozo’s case, the second and third options of the shaping plan were never needed, and the training process went rather quickly. By the end of August, Bozo was accepting hand injections of insulin.\r\n\r\nUp to this point, the squeeze cage and injection-training was only used to give Bozo his insulin injections.  Urine-training was the method being used to obtain glucose measurements.  However, Bozo began to have trouble with the urine-training (he was having difficulty urinating on cue even though he was clearly trying).  Because of this and the lack of accuracy with urine glucose tests it was decided that his squeeze cage-training could also be used to obtain blood samples for blood glucose testing.  This method of sampling would be a more accurate measurement of his glucose levels.  Blood samples were obtained by using a needle to lance the skin of his callosity and then testing a drop of his blood with a blood glucose meter.  Unfortunately, the test strip of the blood glucose meter was too short to reach the drop of blood on his skin, so the blood drop had to be collected on the plastic sleeve of the syringe in order to be tested.  By the end of September, his blood glucose was successfully tested using this method.  At the beginning of October, these behaviors were transferred to secondary trainers.\r\n\r\nBozo’s training was a success for both the trainers and for Bozo, in that it made it easier to treat his diabetes.  As mentioned earlier, the animal’s situation and personality<img class="alignright size-medium wp-image-2629" title="insulin_inject" src="http://aecetia.net/gws/aazk/wp-content/uploads/insulin_inject-300x262.jpg" alt="insulin_inject" width="300" height="262" /> can affect how its training progresses.  Fortunately, Bozo was the dominant animal in his group, he was already comfortable being separated from the girls for short periods of time, and he was a highly food-motivated individual.  Because he was a diabetic, the typical rewards we used for him that were nutritionist-approved included the limited fruit from his diet and a small amount of mixed nuts or peanuts.  Some sugar-free treats were tried as jackpot reward items, but Bozo did not like them so the fruit portion of his diet was used as his jackpot items.  Because Bozo was eager to train for these items, his training progressed even more smoothly.\r\n\r\nIn March 2008, Bozo started showing signs of weakness in that he was having trouble walking.  He was immobilized for blood work and given fluids.  In order to prevent him from having to be immobilized for fluids daily, attempts were made to give Bozo fluids subcutaneously using his trained squeeze cage behavior.  The plan was to have a veterinary technician and one of Bozo’s trainers work together to get him into his normal training position and then administer the fluids subcutaneously.  Bozo was amazing and allowed fluids to be given in this manner for several days.  Unfortunately, despite these efforts Bozo’s health continued to decline and it was decided that Bozo should be humanely euthanized on April 15th, 2008.  Because Bozo had been an amazing animal that loved to train, he accepted an injection for anesthesia in the squeeze cage just as if he was being trained for his insulin.\r\n\r\nIt was not stressful at all, but rather calm and normal for him.  Once anesthetized, the veterinarian was able to humanely euthanize him.  The training program had successfully prolonged and improved his quality of life.\r\n\r\n<strong>Case 2: Ike</strong>\r\n\r\nThe 4.0 lion-tailed macaques (<em>Macaca silenus</em>) housed at the Saint Louis Zoo were moved to the exhibit that once housed the baboons in January 2011.  Because they were an aging group and the squeeze cage was located in one of their holding cages, the squeeze mechanism would be a valuable tool in helping with future medical procedures.  Acclimation to the squeeze cage began in March with the goal of working towards injection training each of the macaques.\r\n\r\nThe shaping plan from Bozo’s training was easily adapted for this new training endeavor.  However, one of the lion-tailed macaques, Ike, was diagnosed as a diabetic in May. The keepers had noticed sticky, dried urine on the exhibit floor.  A urine sample from Ike was tested with a urine glucose test strip and the results showed high glucose values.  The diagnosis of diabetes followed a veterinary work up.  As with Bozo, it was decided to try and treat Ike using oral medication and diet first.  It also became a priority to get him squeeze cage and injection-trained to help with his treatment.\r\n\r\nIke was already used to being separated from the other members of his group and because of the training that was already started he was used to entering the squeeze cage at a fairly narrow width.  From this point, training continued following the same shaping plan that had been used with Bozo in the past.\r\n\r\nIke’s shaping plan once again included several options for how the squeeze cage could be used during the training, and these options could be taken or skipped depending on how the training progressed.  Starting with the first option, Ike was asked to enter the cage at narrowing depths until it was as narrow as it could be, yet still allow him to enter the squeeze cage comfortably.  However, because Ike’s hips are much narrower than that of a baboon, both the second and the third options in the training plan had to be used.\r\n\r\nThe second option included steps working towards closing Ike into the squeeze cage.  The steps involved putting the doors back on the cage, then working towards closing one door while he was in the cage, then closing both doors while he was in the cage, and finally lengthening the amount of time he was closed in the cage.  The third option included steps working towards actually squeezing the cage down so that his hip and callosity area could be easily reached by the trainer for both lancing and injections.  The steps for this included getting Ike used to the movement of the squeeze mechanism by narrowing the area he was in by small increments, and lengthening the time he was “squeezed.”  Once Ike was desensitized to the squeeze and his body in the correct position, progress could be made towards the final steps in the shaping plan.  This included lancing/injection-training for both blood glucose testing and insulin injections.\r\n\r\nBy the end of September, Ike allowed his blood glucose to be tested.  By mid-October, he was reliably allowing his blood glucose to be tested daily.  This allowed for a secondary trainer to be trained to obtain blood glucose measurements from Ike as well.  By mid-November Ike was accepting injections with saline (in place of insulin).  This behavior was transferred to the secondary trainer and soon after, other primate keepers were trained to be secondary trainers as well.  It was important that several keepers were able to train Ike so that blood glucose measurements could be taken daily and that injections could be done daily if needed in the future.  Because of the importance of consistency in training, a protocol was written that included the steps to Ike’s training, the schedule for his daily training and medications, and any other important information regarding his treatment and training.  This protocol was posted near the squeeze cage so that it could be easily referred to and updated as needed.\r\n\r\nAs with Bozo, Ike’s situation, personality, and preferences were added components that had to be considered when planning his training.  Ike was the second most dominant animal in his group and unlike Bozo he was not as trusting of keepers.  But like Bozo, he was a food-motivated individual.  Another difference between Bozo and Ike was that Ike liked sugar free treats, so his nutritionist-approved rewards for training consisted of a small amount of peanuts, the fruit from his diet, and sugar free jack pot items including red licorice, Hershey’s York Peppermint Patties® and a variety of flavors of sugar-free powder drinks.\r\n\r\nA further complication that did not occur with Bozo was that Ike started developing cataracts, which occurred after he had already been training for some time.  Training had to be adjusted slightly for this because the cataract in his right eye was worse than in his left.  It seemed that Ike preferred to have his left side facing the trainer during training sessions.\r\n\r\nAt the present time, Ike’s diabetes has been managed with diet and oral medication.  But, if Ike ever needs to start receiving insulin injections, it can be done right away because he has already been injection-trained.  The keeper staff keeps track of…\r\n\r\n<strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong>', '', 0, '', 'inherit', 'closed', 'closed', '', '2628-revision-2', '', '', '2012-11-02 17:57:56', '2012-11-02 22:57:56', '', 2628, 'http://aazk.org/uncategorized/2628-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2985, 2, '2013-08-05 12:22:22', '2013-08-05 17:22:22', '<h1><img class="size-full wp-image-1654 alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" /></h1>\r\n<h1>2014 Campaign</h1>\r\n<strong>What is “Trees for You &amp; Me”?</strong>\r\nTrees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. This year, the effort has a local focus. Rather than Polar Bears International® gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, we believe this year is a good year to draw attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<strong></strong>\r\n\r\n<strong>What is the “local effort”?</strong>\r\nPlanting trees in urban areas has distinct benefits, but most important is bringing the community together through engagement. Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future, is a critical step in creating a movement to stop our dependence upon fossil fuels and stop global warming.\r\n\r\n<strong>How will the campaign work?</strong>\r\nTrees for You &amp; Me is still a campaign to raise financial resources to plant trees.\r\n• The funding raised will stay in your local community, with your own insititution.\r\n• The funds must be spent on a tree-planting (or appropriate greening effort) and educational event to invite others to join you in additional conservation behaviors.\r\n• The effort should coordinate with Acres with the Atmosphere or it can be part of an international tree planting effort associated with another conservation program.\r\n• And finally, that effort should be shared with others through <a href="http://www.polarbearsinternational.org/myplanetmypart">PBI’s My Planet, My Part</a>.\r\n<strong></strong>\r\n\r\n<strong>When will Trees For You &amp; Me start? </strong>\r\nThe campaign will begin January 1, 2014.\r\n\r\n<span style="font-weight: bold;">When will Trees For You &amp; Me end?</span>\r\nThe campaign will end midnight, PST on March 1, 2014.\r\n\r\n<span style="font-weight: bold;">How can chapters raise and gather campaign funds?</span>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.\r\n\r\n<strong>How will the winners be awarded and announced?</strong>\r\nWe invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on February 15, 2014.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\r\n<strong></strong>\r\n\r\n<strong>What are the prizes?</strong>\r\nFirst place is awarded to the team with the most funds reported to PBI on March 2, 2014, that were donated by Midnight MST March 1, 2014. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2014, that were donated by Midnight MST February 15, 2014. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.\r\n<strong></strong>\r\n\r\n<strong>How do I start?</strong>\r\n1.  Find a group and become a champion\r\n2.  Make plan for events and strategies to raise the funds over the course of the two months.\r\n3.  Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.\r\n4. Good luck on your efforts.\r\n<strong></strong>\r\n\r\n<strong>How will reporting work?</strong>\r\nEach participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.\r\nPBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2014.)\r\n<strong></strong>\r\n\r\n<strong>What is an example of an  Acres for the Atmosphere project?</strong>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\r\n<strong></strong>\r\n\r\n<strong>What is an example of an urban tree planting?</strong>\r\n<em>City of Sparta, Wisconsin</em>\r\nThe primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.\r\n<strong></strong>\r\n\r\n<strong>What other projects are eligible for tree planting?</strong>\r\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.\r\n<strong></strong>\r\n\r\n<strong>How Does  Planting Trees Help Polar Bears?</strong>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\r\n• Don’t buy products with palm oil\r\n• Purchase shade-grown coffee\r\n• Purchase local meat rather than meat produced in deforested tropical rain forests', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2013-08-05 12:22:22', '2013-08-05 17:22:22', '', 2685, 'http://aazk.org/uncategorized/2685-revision-20/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2984, 2, '2013-09-04 12:57:45', '2013-09-04 17:57:45', '<a rel="attachment wp-att-2982" href="http://aecetia.net/gws/aazk/?attachment_id=2982"><img class="aligncenter size-full wp-image-2982" title="akfseptember20132" src="http://aecetia.net/gws/aazk/wp-content/uploads/akfseptember20132.jpg" alt="akfseptember20132" width="604" height="768" /></a>', 'September 2013', 0, '', 'inherit', 'closed', 'closed', '', '2981-revision-v1', '', '', '2013-09-04 12:57:45', '2013-09-04 17:57:45', '', 2981, 'http://aazk.org/uncategorized/2981-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2969, 2, '2013-08-21 13:26:23', '2013-08-21 18:26:23', '<strong>AAZK is going paperless!!!  </strong>in order to process member information and to ensure that you receive AAZK E-lerts, Presidential Newsletters, and Membership Renewal Reminders - AAZK will need an email address.  Please Login to your Member account and provide/update your email address.  AAZK will never share your personal information, including your email, to anyone.', 'Member Informaton', 0, '', 'publish', 'closed', 'closed', '', 'aazk-merchandise', '', '', '2013-11-25 16:35:55', '2013-11-25 21:35:55', '', 0, 'http://aazk.org/?p=2969', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2970, 2, '2013-08-21 13:25:06', '2013-08-21 18:25:06', 'It\'s time to make your shopping list for the AAZK Conference in North Carolina!  Not every keeper can attend the AAZK Conference so check with your fellow keepers and see if they\'re all stocked up on AAZK Merchandise and publications.  If not - now\'s the time to be a hero and make a shopping list', 'AAZK Merchandise', 0, '', 'inherit', 'closed', 'closed', '', '2969-revision-v1', '', '', '2013-08-21 13:25:06', '2013-08-21 18:25:06', '', 2969, 'http://aazk.org/uncategorized/2969-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2971, 2, '2013-08-21 13:26:06', '2013-08-21 18:26:06', 'It\'s time to make your shopping list for the AAZK Conference in North Carolina!  Not everyone can attend the AAZK Conference so check with your fellow keepers and see if they\'re all stocked up on AAZK Merchandise and publications.  If not - now\'s the time to be a hero and make a shopping list.  Go to the AAZK Store and see whats available.', 'AAZK Merchandise', 0, '', 'inherit', 'closed', 'closed', '', '2969-revision-v1', '', '', '2013-08-21 13:26:06', '2013-08-21 18:26:06', '', 2969, 'http://aazk.org/uncategorized/2969-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2841, 2, '2013-05-23 19:20:41', '2013-05-24 00:20:41', '', 'nzkw_2013_horz', 0, '', 'inherit', 'closed', 'closed', '', 'nzkw_2013_horz-2', '', '', '2013-05-23 19:20:41', '2013-05-24 00:20:41', '', 1193, 'http://aazk.org/wp-content/uploads/nzkw_2013_horz.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2842, 2, '2013-05-23 19:14:59', '2013-05-24 00:14:59', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n<p style="text-align: center;"><img class="alignnone size-full wp-image-2839" title="nzkw_2013_horz" src="http://aecetia.net/gws/aazk/wp-content/uploads/nzkw_2013_horz.jpg" alt="nzkw_2013_horz" width="705" height="103" /></p>\r\n\r\n<strong>Need ideas for celebrating this week or graphics. Click below.\r\n</strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf">NZKW ideas</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n\r\n<strong>NZKW graphics (some of these files are large)</strong>\r\n<ul>\r\n	<li>\r\n<ul>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_horz.jpg">2013 logo horizontal</a> (jpg): For jpgs right click on the graphic to save  once the link has opened in a new window.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_horz.pdf">2013 logo horizontal</a> (pdf)</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_vert.jpg">2013 logo vertical</a> (jpg): For jpgs right click on the graphic to save  once the link has opened in a  new window.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_vert.pdf">2013 logo vertical</a> (pdf)</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<strong>NATIONAL ZOO KEEPER WEEK PROCLAMATION</strong>\r\n\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2013-05-23 19:14:59', '2013-05-24 00:14:59', '', 1193, 'http://aazk.org/uncategorized/1193-revision-21/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2838, 2, '2012-01-18 12:32:00', '2012-01-18 17:32:00', '<strong>2012:</strong> Syracuse - Sept. 23-27\r\n\r\n<strong>2013:</strong> Asheboro, NC - September 22-26\r\n\r\n<strong>2014: </strong>Orlando, FL - September 8-12', 'Upcoming Annual Conferences', 0, '', 'inherit', 'closed', 'closed', '', '1187-revision-11', '', '', '2012-01-18 12:32:00', '2012-01-18 17:32:00', '', 1187, 'http://aazk.org/uncategorized/1187-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2840, 2, '2013-05-23 18:08:38', '2013-05-23 23:08:38', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n<img class="alignnone size-large wp-image-2435" title="Zoo keeper WEEK.Logo.Horz 2011" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_logo_horz-1024x204.jpg" alt="Zoo keeper WEEK.Logo.Horz 2011" width="717" height="143" />\r\n\r\n<strong>Need ideas for celebrating this week or graphics. Click below.\r\n</strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf">NZKW ideas</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n\r\n<strong>NZKW graphics (some of these files are large)</strong>\r\n<ul>\r\n	<li>\r\n<ul>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2012_logo_horz.jpg">2013 logo horizontal</a> (jpg): For jpgs right click on the graphic to save  once the link has opened in a new window.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2012_logo_horz.pdf">2013 logo horizontal</a> (pdf)</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2012_logo_vert.jpg">2013 logo vertical</a> (jpg): For jpgs right click on the graphic to save  once the link has opened in a  new window.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2012_logo_vert.pdf">2013 logo vertical</a> (pdf)</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<strong>NATIONAL ZOO KEEPER WEEK PROCLAMATION</strong>\r\n\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2013-05-23 18:08:38', '2013-05-23 23:08:38', '', 1193, 'http://aazk.org/uncategorized/1193-revision-20/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2708, 2, '2012-12-02 10:09:12', '2012-12-02 15:09:12', '<strong>December 3 - 7, 2012 - <em>Training and Enrichment Workshop for Zoo and Aquarium Animals</em></strong>. Hosted by Moody Gardens in Galveston, TX, Active Environments and Shape of Enrichment are proud to present the Sixth Training and Enrichment Workshop for Zoo and Aquarium Animals. This unique five-day Workshop is designed for keepers, aquarists, managers, supervisors, curators, and veterinarians working with all species of animals held in zoos, aquariums, rescue centers, and sanctuaries. The Workshop will present an array of topics relating to the behavioral management approach to caring for captive animals, with a focus on environmental enrichment, positive reinforcement training techniques, and the problem-solving process. For more information e-mail <a href="mailto:dolsen@moodygardens.com">dolsen@moodygardens.com</a> or go to <a href="http://enrichment.org">enrichment.org</a>.\r\n<h2>2013</h2>\r\n<strong><span>February 27 - March 2, 2013</span><em> - </em></strong><strong><em>21st Annual Conference of the International Association of Avian Trainers and Educators - </em></strong>Hosted by Tampa’s Lowry Park Zoo, Tampa, FL. For more information go to: <a href="http://iaate.org/iaate-annual-conference/2013-conference">iaate.org/iaate-annual-conference/2013-conference</a>.\r\n\r\n<strong>April 14-19, 2013 - <em>ABMA Annual Conference</em> - Toronto, Canada.</strong> The ABMA is heading north, eh! Visit Canada’s cultural, entertainment and financial capital while experiencing the country’s largest zoo!  Don’t miss a keynote address by Ian Stirling of Polar Bears International, an action-packed full day site visit at the Toronto Zoo and fun events including a very Canadian evening at the Hockey Hall of Fame! Stay at the Delta Chelsea Hotel, located in the heart of the city, for only $119 a night (that’s Canadian dollars, of course!).  So grab your toque and your passport and join us for a truly international conference!  For more information, visit <a href="http://theabma.org">theabma.org</a>.\r\n\r\n<strong>April 30 - May 2 2013 -<em>Chimpanzee SSP Meeting and Husbandry Workshop</em></strong> -The Chimpanzee SSP and the Houston Zoo are hosting the next Chimpanzee Husbandry Workshop to take place April 30 – May 2, 2013. The Chimpanzee SSP meeting will precede the workshop on April 29, 2013.  Please visit <a href="https://houstonzoo.doubleknot.com/event/chimp-husbandry-workshop-registration/1250219">https://houstonzoo.doubleknot.com/event/chimp-husbandry-workshop-registration/1250219</a> for more information.\r\n\r\n<strong>May 5-9, 2013 - <em>Eighth Biannual Rhino Keepers’ Workshop</em> -</strong> Hosted by San Diego Zoo Global.  For Call for Papers and more information contact <a href="mailto:laubery@sandiegozoo.org">laubery@sandiegozoo.org</a>.\r\n\r\n<strong>May 20-23, 2013 - <em>World Crocodile Conference</em></strong> - “Living with Crocodilians” 22nd Working Meeting of the IUCN — SSC, Crocodile Specialist Group. For more information and registration, go to: <a href="http://csgsrilanka.com/">csgsrilanka.com/</a>.\r\n\r\n<strong>July 8-12, 2013 - <em>Zoos and Aquariums Committing to Conservation (ZACC)</em> -</strong> Hosted by Blank Park Zoo, Des Moines, Iowa.  The conference will bring together colleagues from the field and zoos in an informal setting to network, share ideas and support one another in our shared commitment to conservation.  Registration is available at <a href="http://blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1">blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1</a>.  Contact Jessie Lowry with questions at <a href="mailto:jrlowry@blankparkzoo.org">jrlowry@blankparkzoo.org</a>.\r\n\r\n<strong>August 7-10, 2013 - <em>11th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles </em>- St. Louis, MO.</strong> Co-hosted by the Turtle Survival Alliance and the IUCN-TFTSG. Please visit <a href="http://turtlesurvival.org/get-involved/conference">turtlesurvival.org/get-involved/conference</a> for more information, or contact Heather Lowe at <a href="mailto:Hlowe@turtlesurvival.org">Hlowe@turtlesurvival.org</a>.\r\n\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter.\r\n\r\n<strong>October 13-17, 2013 - <em>WAZA Annual Conference</em></strong> - Hosted by Disney’s Animal Kingdom. For more information go to: <a href="http://waza.org">waza.org</a>.\r\n\r\n<strong>October 15-18, 2013 - <em>ICEE ─ International Conference on Environmental Enrichment</em></strong><em> </em>- Hosted by the National Zoological Gardens of South Africa at the Kwalata Game Ranch,   South Africa.  For more information, go to <a href="http://nzg.ac.za/icee2013">nzg.ac.za/icee2013</a>.\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2013 - Greensboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - September 8-12\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events December 2012', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2012-12-02 10:09:12', '2012-12-02 15:09:12', '', 435, 'http://aazk.org/uncategorized/435-revision-70/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2646, 2, '2012-12-02 10:03:53', '2012-12-02 15:03:53', 'About the Cover/Information for Contributors\r\n\r\nFrom the President\r\n\r\nComing Events\r\n\r\nNew Members\r\n\r\nCall for Papers\r\n\r\nPangolin Poachers Arrested\r\n\r\nAAZK Board of Directors Call for Nominations\r\n\r\nSuccessful Treatment of Nail Cracks for a Black Rhinoceros\r\n\r\nA Funny Thing Happened on the Way to the Zoo\r\n\r\nPreventing Injuries Involving Electrical Cords Near Animal Pens\r\n\r\nMy AAZK: International Turtle Conservation\r\n\r\nMy AAZK: AAZK Conferences, Fostering the Wonder Within\r\n\r\nTraining Tales: Behavioral Management of a 1.0 East African Crowned Crane\r\n\r\nRemembering John Stephan Romo', 'December 2012', 0, '', 'draft', 'closed', 'closed', '', 'december-2012', '', '', '2013-10-15 17:49:16', '2013-10-15 22:49:16', '', 0, 'http://aazk.org/?p=2646', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2647, 2, '2012-12-02 10:03:03', '2012-12-02 15:03:03', '', 'December 2012', 0, '', 'inherit', 'closed', 'closed', '', '2646-revision', '', '', '2012-12-02 10:03:03', '2012-12-02 15:03:03', '', 2646, 'http://aazk.org/uncategorized/2646-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2650, 2, '2012-12-02 10:19:05', '2012-12-02 15:19:05', '', 'crane', 0, '', 'inherit', 'closed', 'closed', '', 'crane', '', '', '2012-12-02 10:19:05', '2012-12-02 15:19:05', '', 2649, 'http://aazk.org/wp-content/uploads/crane.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2651, 2, '2012-12-02 10:20:08', '2012-12-02 15:20:08', '', 'crane1', 0, '', 'inherit', 'closed', 'closed', '', 'crane1', '', '', '2012-12-02 10:20:08', '2012-12-02 15:20:08', '', 2649, 'http://aazk.org/wp-content/uploads/crane1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2652, 2, '2012-12-02 10:19:53', '2012-12-02 15:19:53', '<em>By\nDara Girsch, African Animal Keeper\nThe Living Desert Zoo &amp; Gardens\nPalm Desert, CA</em>\n\n<strong>Introduction</strong>\n\nFor several years, “Frasier,” a 1.0 East African Crowned Crane (Balearica regulorum), has exhibited frequent aggression towards his keepers. These displays would often culminate in Frasier injuring a keeper or himself. The previous method for managing these behaviors was to bring in a tool for protection or restrain Frasier and place him in a holding area. Neither of these methods was especially effective, as Frasier would attack the tool relentlessly or increase the intensity of aggression upon release from holding areas.\n\nI set out, with a team of two additional keepers, to train Frasier to target to a laser pointer as a method of focusing his attention away from keepers and reduce the number of threatening displays. This became a transition to a routine shifting behavior into a holding area, taking a previously negative situation and positively reinforcing his time in holding. These initial behaviors, coupled with a newfound working relationship between Frasier and myself, led to the ability to begin desensitization and to train station behavior.\n\n<strong>Process</strong>\n\nEstablishing the intended behavior of targeting to the laser pointer (Figure 1) was accomplished using basic positive reinforcement techniques. A notable step in eliciting this behavior was to take a step back, literally. When training first began, I was standing directly at the exhibit perimeter. Because male cranes are highly territorial (Ellis et al., 1996), my position at the fence was likely instigating his aggression and his attention was on me, not the laser point. When I began training from several feet away, he instantly focused his attention towards the laser. Researching specifics of crane behavior and accounting for Frasier’s personality allowed me to adapt training methods to his ability, giving a greater probability for success.\n\nSeveral different colors of lasers were tested to see if Frasier responded more to a certain color. Birds have been hypothesized to see twice as many colors as humans throughout the spectrum, and Gruiformes are known to be able to see into the violet range of wavelengths, down to 406 nm (Odeen and Hastad, 2003). A purple laser (wavelength = 405nm, 5mW) was tested, as well as green (wavelength = 532nm, 5 mW), red-orange (wavelength = 735nm, 5mW) and red (wavelength = 650nm, 5mW). Frasier targeted equally well to all of the colors. The green laser was chosen because it was the brightest for the trainer to see in daylight, to ensure that the trainer knew where it was pointed. In the future, laser colors can be used interchangeably to stimulate visual acuity and sustain novelty.\n\nThe location of the training sessions was kept consistent, a shady area on exhibit where the laser could most easily be seen, for Frasier and the trainer. Also taken into consideration was the fact that this section of the exhibit was not frequented by keepers, so it could be recognized specifically as a training area.  To begin, with the trainer kneeling several feet away (at a pre-determined point, kept consistent) so as to be non-threatening, the laser was pointed approximately a foot away from Frasier’s’ feet on either side. Once he pecked at it, the laser was immediately turned off as the bridge, a verbal ‘good,’ was given. Frasier was then tossed his reinforcement (crickets or mealworms) through the fence.\n\nSix weeks were spent gathering initial data: the number of times Frasier targeted per session and the number of aggressive displays he exhibited during each session. The aggressive behavior under scrutiny was the “ruffle-bow,” a low level threat display, “in which the crane elevates its feathers and slowly, at first, ruffles its plumage until at length the whole body is rapidly shaking” (Ellis et al., 1996). Training sessions were kept very short – under a minute. Frasier was required to target to the laser in less than ten seconds, with five attempts per session. This was to accomplish the desired targeting behavior before any frustration or diverted attention could occur that would lead to belligerent behaviors.\n\nThere was a wide discrepancy in the consistency of executing the targeting behavior between each of the trainers.  Frasier targeted during 100% of the attempts with his primary trainer, and exhibited very few aggressive behaviors – an average of 0.1 aggressive occurrences per session over the six week period. For the second trainer, he targeted during 98% of the attempts, but exhibited the ‘ruffle-bow’ display during every session. For the third trainer, Frasier again showed little aggression but successfully targeted less than 50% of the time. It was known before training began that the levels of aggression from Frasier varied greatly for each trainer, regardless of the situational circumstances. The behaviors and their frequency towards each trainer mirrored those observed during everyday servicing of the exhibit.\n\nBecause of the variation in successful training and aggression, it was decided that in order to effectively eliminate Frasier’s aggression from affecting keepers, he should be trained to shift into a holding area.\n\nThe original method for shifting was simply for Frasier to follow the laser point into a designated holding area. Frasier had shown in training sessions (after the initial data were collected) that he would follow the laser point several feet in any direction when the trainer was stationary.  However, he would not follow the laser from across the exhibit; he needed to be directly in front of the trainer before he would initiate targeting.\n\nThe first several attempts at shifting using a laser pointer (primary trainer only) showed that Frasier would not follow the laser through a doorway. Because he would not complete the shifting behavior using the laser as the only cue, several others were attempted. Frasier responded very well to a variety of sensory cues – calling his name, tapping, walking through holding areas, facing him, walking ahead of him. In retrospect, successive approximations could have been used to shift Frasier into the holding area using only the laser. However, the time lapse between the failed attempt to shift with the laser and successfully using other cues was only one day. Once inside, he could be positively reinforced with insects or his normal diet by performing the original target behavior with the laser pointer. He performed the shifting behavior equally well for each of the trainers. While release from holding areas still caused an elevated amount of excited behaviors, immediate aggression upon release was not seen. When training for the shifting behavior began, Frasier proved that the simplest method would not be the most effective. In actuality, various other sensory cues (auditory and visual) became the primary training tools, while the laser became obsolete for the shifting behavior.\n\nBecause all of the previous training was carried out with a barrier between Frasier and me, desensitization to human contact required…\n\n<strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong>', '', 0, '', 'inherit', 'closed', 'closed', '', '2649-revision', '', '', '2012-12-02 10:19:53', '2012-12-02 15:19:53', '', 2649, 'http://aazk.org/uncategorized/2649-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2653, 2, '2012-12-02 10:20:50', '2012-12-02 15:20:50', '<em>By\r\nDara Girsch, African Animal Keeper\r\nThe Living Desert Zoo &amp; Gardens\r\nPalm Desert, CA</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nFor several years, “Frasier,” a 1.0 East African Crowned Crane (Balearica regulorum), has exhibited frequent aggression towards his keepers. These displays would often culminate in Frasier injuring a keeper or himself. The previous method for managing these behaviors was to bring in a tool for protection or restrain Frasier and place him in a holding area. Neither of these methods was especially effective, as Frasier would attack the tool relentlessly or increase the intensity of aggression upon release from holding areas.\r\n\r\nI set out, with a team of two additional keepers, to train Frasier to target to a laser pointer as a method of focusing his attention away from keepers and reduce the number of threatening displays. This became a transition to a routine shifting behavior into a holding area, taking a previously negative situation and positively reinforcing his time in holding. These initial behaviors, coupled with a newfound working relationship between Frasier and myself, led to the ability to begin desensitization and to train station behavior.\r\n\r\n<strong>Process</strong>\r\n\r\nEstablishing the intended behavior of targeting to the laser pointer (Figure 1) was accomplished using basic positive reinforcement techniques. A notable step in eliciting this behavior was to take a step back, literally. When training first began, I was standing directly at the exhibit perimeter. Because male cranes are highly territorial (Ellis et al., 1996), my position at the fence was likely instigating his aggression and his attention was on me, not the laser point. When I began training from several feet away, he instantly focused his attention towards the laser. Researching specifics of crane behavior and accounting for Frasier’s personality allowed me to adapt training methods to his ability, giving a greater probability for success.\r\n\r\nSeveral different colors of lasers were tested to see if Frasier responded more to a certain color. Birds have been hypothesized to see twice as many colors as humans throughout the spectrum, and Gruiformes are known to be able to see into the violet range of wavelengths, down to 406 nm (Odeen and Hastad, 2003). A purple laser (wavelength = 405nm, 5mW) was tested, as well as green (wavelength = 532nm, 5 mW), red-orange (wavelength = 735nm, 5mW) and red (wavelength = 650nm, 5mW). Frasier targeted equally well to all of the colors. The green laser was chosen because it was the brightest for the trainer to see in daylight, to ensure that the trainer knew where it was pointed. In the future, laser colors can be used interchangeably to stimulate visual acuity and sustain novelty.\r\n\r\nThe location of the training sessions was kept consistent, a shady area on exhibit where the laser could most easily be seen, for Frasier and the trainer. Also taken into consideration was the fact that this section of the exhibit was not frequented by keepers, so it could be recognized specifically as a training area.  To begin, with the trainer kneeling several feet away (at a pre-determined point, kept consistent) so as to be non-threatening, the laser was pointed approximately a foot away from Frasier’s’ feet on either side. Once he pecked at it, the laser was immediately turned off as the bridge, a verbal ‘good,’ was given. Frasier was then tossed his reinforcement (crickets or mealworms) through the fence.\r\n\r\nSix weeks were spent gathering initial data: the number of times Frasier targeted per session and the number of aggressive displays he exhibited during each session. The aggressive behavior under scrutiny was the “ruffle-bow,” a low level threat display, “in which the crane elevates its feathers and slowly, at first, ruffles its plumage until at length the whole body is rapidly shaking” (Ellis et al., 1996). Training sessions were kept very short – under a minute. Frasier was required to target to the laser in less than ten seconds, with five attempts per session. This was to accomplish the desired targeting behavior before any frustration or diverted attention could occur that would lead to belligerent behaviors.\r\n\r\nThere was a wide discrepancy in the consistency of executing the targeting behavior between each of the trainers.  Frasier targeted during 100% of the attempts with his primary trainer, and exhibited very few aggressive behaviors – an average of 0.1 aggressive occurrences per session over the six week period. For the second trainer, he targeted during 98% of the attempts, but exhibited the ‘ruffle-bow’ display during every session. For the third trainer, Frasier again showed little aggression but successfully targeted less than 50% of the time. It was known before training began that the levels of aggression from Frasier varied greatly for each trainer, regardless of the situational circumstances. The behaviors and their frequency towards each trainer mirrored those observed during everyday servicing of the exhibit.\r\n\r\nBecause of the variation in successful training and aggression, it was decided that in order to effectively eliminate Frasier’s aggression from affecting keepers, he should be trained to shift into a holding area.\r\n\r\nThe original method for shifting was simply for Frasier to follow the laser point into a designated holding area. Frasier had shown in training sessions (after the initial data were collected) that he would follow the laser point several feet in any direction when the trainer was stationary.  However, he would not follow the laser from across the exhibit; he needed to be directly in front of the trainer before he would initiate targeting.\r\n\r\nThe first several attempts at shifting using a laser pointer (primary trainer only) showed that Frasier would not follow the laser through a doorway. Because he would not<img class="alignright size-large wp-image-2651" title="crane1" src="http://aecetia.net/gws/aazk/wp-content/uploads/crane1-588x1024.jpg" alt="crane1" width="588" height="1024" /> complete the shifting behavior using the laser as the only cue, several others were attempted. Frasier responded very well to a variety of sensory cues – calling his name, tapping, walking through holding areas, facing him, walking ahead of him. In retrospect, successive approximations could have been used to shift Frasier into the holding area using only the laser. However, the time lapse between the failed attempt to shift with the laser and successfully using other cues was only one day. Once inside, he could be positively reinforced with insects or his normal diet by performing the original target behavior with the laser pointer. He performed the shifting behavior equally well for each of the trainers. While release from holding areas still caused an elevated amount of excited behaviors, immediate aggression upon release was not seen. When training for the shifting behavior began, Frasier proved that the simplest method would not be the most effective. In actuality, various other sensory cues (auditory and visual) became the primary training tools, while the laser became obsolete for the shifting behavior.\r\n\r\nBecause all of the previous training was carried out with a barrier between Frasier and me, desensitization to human contact required…\r\n\r\n<strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong>', '', 0, '', 'inherit', 'closed', 'closed', '', '2649-revision-2', '', '', '2012-12-02 10:20:50', '2012-12-02 15:20:50', '', 2649, 'http://aazk.org/uncategorized/2649-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2654, 2, '2012-12-02 10:22:11', '2012-12-02 15:22:11', '<p style="text-align: center;"><img class="aligncenter size-full wp-image-378" title="training_tails" src="http://aecetia.net/gws/aazk/wp-content/uploads/header_training_tails.jpg" alt="training_tails" width="317" height="68" /></p>\r\n\r\n<em>By\r\nDara Girsch, African Animal Keeper\r\nThe Living Desert Zoo &amp; Gardens\r\nPalm Desert, CA</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nFor several years, “Frasier,” a 1.0 East African Crowned Crane (Balearica regulorum), has exhibited frequent aggression towards his keepers. These displays would often culminate in Frasier injuring a keeper or himself. The previous method for managing these behaviors was to bring in a tool for protection or restrain Frasier and place him in a holding area. Neither of these methods was especially effective, as Frasier would attack the tool relentlessly or increase the intensity of aggression upon release from holding areas.\r\n\r\nI set out, with a team of two additional keepers, to train Frasier to target to a laser pointer as a method of focusing his attention away from keepers and reduce the number of threatening displays. This became a transition to a routine shifting behavior into a holding area, taking a previously negative situation and positively reinforcing his time in holding. These initial behaviors, coupled with a newfound working relationship between Frasier and myself, led to the ability to begin desensitization and to train station behavior.\r\n\r\n<strong>Process</strong>\r\n\r\nEstablishing the intended behavior of targeting to the laser pointer (Figure 1) was accomplished using basic positive reinforcement techniques. A notable step in eliciting this behavior was to take a step back, literally. When training first began, I was standing directly at the exhibit perimeter. Because male cranes are highly territorial (Ellis et al., 1996), my position at the fence was likely instigating his aggression and his attention was on me, not the laser point. When I began training from several feet away, he instantly focused his attention towards the laser. Researching specifics of crane behavior and accounting for Frasier’s personality allowed me to adapt training methods to his ability, giving a greater probability for success.\r\n\r\nSeveral different colors of lasers were tested to see if Frasier responded more to a certain color. Birds have been hypothesized to see twice as many colors as humans throughout the spectrum, and Gruiformes are known to be able to see into the violet range of wavelengths, down to 406 nm (Odeen and Hastad, 2003). A purple laser (wavelength = 405nm, 5mW) was tested, as well as green (wavelength = 532nm, 5 mW), red-orange (wavelength = 735nm, 5mW) and red (wavelength = 650nm, 5mW). Frasier targeted equally well to all of the colors. The green laser was chosen because it was the brightest for the trainer to see in daylight, to ensure that the trainer knew where it was pointed. In the future, laser colors can be used interchangeably to stimulate visual acuity and sustain novelty.\r\n\r\nThe location of the training sessions was kept consistent, a shady area on exhibit where the laser could most easily be seen, for Frasier and the trainer. Also taken into consideration was the fact that this section of the exhibit was not frequented by keepers, so it could be recognized specifically as a training area.  To begin, with the trainer kneeling several feet away (at a pre-determined point, kept consistent) so as to be non-threatening, the laser was pointed approximately a foot away from Frasier’s’ feet on either side. Once he pecked at it, the laser was immediately turned off as the bridge, a verbal ‘good,’ was given. Frasier was then tossed his reinforcement (crickets or mealworms) through the fence.\r\n\r\nSix weeks were spent gathering initial data: the number of times Frasier targeted per session and the number of aggressive displays he exhibited during each session. The aggressive behavior under scrutiny was the “ruffle-bow,” a low level threat display, “in which the crane elevates its feathers and slowly, at first, ruffles its plumage until at length the whole body is rapidly shaking” (Ellis et al., 1996). Training sessions were kept very short – under a minute. Frasier was required to target to the laser in less than ten seconds, with five attempts per session. This was to accomplish the desired targeting behavior before any frustration or diverted attention could occur that would lead to belligerent behaviors.\r\n\r\nThere was a wide discrepancy in the consistency of executing the targeting behavior between each of the trainers.  Frasier targeted during 100% of the attempts with his primary trainer, and exhibited very few aggressive behaviors – an average of 0.1 aggressive occurrences per session over the six week period. For the second trainer, he targeted during 98% of the attempts, but exhibited the ‘ruffle-bow’ display during every session. For the third trainer, Frasier again showed little aggression but successfully targeted less than 50% of the time. It was known before training began that the levels of aggression from Frasier varied greatly for each trainer, regardless of the situational circumstances. The behaviors and their frequency towards each trainer mirrored those observed during everyday servicing of the exhibit.\r\n\r\nBecause of the variation in successful training and aggression, it was decided that in order to effectively eliminate Frasier’s aggression from affecting keepers, he should be trained to shift into a holding area.\r\n\r\nThe original method for shifting was simply for Frasier to follow the laser point into a designated holding area. Frasier had shown in training sessions (after the initial data were collected) that he would follow the laser point several feet in any direction when the trainer was stationary.  However, he would not follow the laser from across the exhibit; he needed to be directly in front of the trainer before he would initiate targeting.\r\n\r\nThe first several attempts at shifting using a laser pointer (primary trainer only) showed that Frasier would not follow the laser through a doorway. Because he would not<img class="alignright size-large wp-image-2651" title="crane1" src="http://aecetia.net/gws/aazk/wp-content/uploads/crane1-588x1024.jpg" alt="crane1" width="588" height="1024" /> complete the shifting behavior using the laser as the only cue, several others were attempted. Frasier responded very well to a variety of sensory cues – calling his name, tapping, walking through holding areas, facing him, walking ahead of him. In retrospect, successive approximations could have been used to shift Frasier into the holding area using only the laser. However, the time lapse between the failed attempt to shift with the laser and successfully using other cues was only one day. Once inside, he could be positively reinforced with insects or his normal diet by performing the original target behavior with the laser pointer. He performed the shifting behavior equally well for each of the trainers. While release from holding areas still caused an elevated amount of excited behaviors, immediate aggression upon release was not seen. When training for the shifting behavior began, Frasier proved that the simplest method would not be the most effective. In actuality, various other sensory cues (auditory and visual) became the primary training tools, while the laser became obsolete for the shifting behavior.\r\n\r\nBecause all of the previous training was carried out with a barrier between Frasier and me, desensitization to human contact required…\r\n\r\n<strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong>', 'Behavioral Management of a 1.0 East African Crowned Crane (Balearica regulorum) Through Laser Pointer Training', 0, '', 'inherit', 'closed', 'closed', '', '2649-revision-3', '', '', '2012-12-02 10:22:11', '2012-12-02 15:22:11', '', 2649, 'http://aazk.org/uncategorized/2649-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2655, 2, '2012-12-02 10:25:52', '2012-12-02 15:25:52', '<p style="text-align: center;"><img class="aligncenter size-full wp-image-378" title="training_tails" src="http://aecetia.net/gws/aazk/wp-content/uploads/header_training_tails.jpg" alt="training_tails" width="317" height="68" /></p>\n\n<em>By\nDara Girsch, African Animal Keeper\nThe Living Desert Zoo &amp; Gardens\nPalm Desert, CA</em>\n\n<strong>Introduction</strong>\n\nFor several years, “Frasier,” a 1.0 East African Crowned Crane (<em>Balearica regulorum</em>), has exhibited frequent aggression towards his keepers. These displays would often culminate in Frasier injuring a keeper or himself. The previous method for managing these behaviors was to bring in a tool for protection or restrain Frasier and place him in a holding area. Neither of these methods was especially effective, as Frasier would attack the tool relentlessly or increase the intensity of aggression upon release from holding areas.\n\nI set out, with a team of two additional keepers, to train Frasier to target to a laser pointer as a method of focusing his attention away from keepers and reduce the number of threatening displays. This became a transition to a routine shifting behavior into a holding area, taking a previously negative situation and positively reinforcing his time in holding. These initial behaviors, coupled with a newfound working relationship between Frasier and myself, led to the ability to begin desensitization and to train station behavior.\n\n<strong>Process</strong>\n\nEstablishing the intended behavior of targeting to the laser pointer (Figure 1) was accomplished using basic positive reinforcement techniques. A notable step in eliciting this behavior was to take a step back, literally. When training first began, I was standing directly at the exhibit perimeter. Because male cranes are highly territorial (Ellis et al., 1996), my position at the fence was likely instigating his aggression and his attention was on me, not the laser point. When I began training from several feet away, he instantly focused his attention towards the laser. Researching specifics of crane behavior and accounting for Frasier’s personality allowed me to adapt training methods to his ability, giving a greater probability for success.\n\nSeveral different colors of lasers were tested to see if Frasier responded more to a certain color. Birds have been hypothesized to see twice as many colors as humans throughout the spectrum, and Gruiformes are known to be able to see into the violet range of wavelengths, down to 406 nm (Odeen and Hastad, 2003). A purple laser (wavelength = 405nm, 5mW) was tested, as well as green (wavelength = 532nm, 5 mW), red-orange (wavelength = 735nm, 5mW) and red (wavelength = 650nm, 5mW). Frasier targeted equally well to all of the colors. The green laser was chosen because it was the brightest for the trainer to see in daylight, to ensure that the trainer knew where it was pointed. In the future, laser colors can be used interchangeably to stimulate visual acuity and sustain novelty.\n\nThe location of the training sessions was kept consistent, a shady area on exhibit where the laser could most easily be seen, for Frasier and the trainer. Also taken into consideration was the fact that this section of the exhibit was not frequented by keepers, so it could be recognized specifically as a training area.  To begin, with the trainer kneeling several feet away (at a pre-determined point, kept consistent) so as to be non-threatening, the laser was pointed approximately a foot away from Frasier’s’ feet on either side. Once he pecked at it, the laser was immediately turned off as the bridge, a verbal ‘good,’ was given. Frasier was then tossed his reinforcement (crickets or mealworms) through the fence.\n\nSix weeks were spent gathering initial data: the number of times Frasier targeted per session and the number of aggressive displays he exhibited during each session. The aggressive behavior under scrutiny was the “ruffle-bow,” a low level threat display, “in which the crane elevates its feathers and slowly, at first, ruffles its plumage until at length the whole body is rapidly shaking” (Ellis et al., 1996). Training sessions were kept very short – under a minute. Frasier was required to target to the laser in less than ten seconds, with five attempts per session. This was to accomplish the desired targeting behavior before any frustration or diverted attention could occur that would lead to belligerent behaviors.\n\nThere was a wide discrepancy in the consistency of executing the targeting behavior between each of the trainers.  Frasier targeted during 100% of the attempts with his primary trainer, and exhibited very few aggressive behaviors – an average of 0.1 aggressive occurrences per session over the six week period. For the second trainer, he targeted during 98% of the attempts, but exhibited the ‘ruffle-bow’ display during every session. For the third trainer, Frasier again showed little aggression but successfully targeted less than 50% of the time. It was known before training began that the levels of aggression from Frasier varied greatly for each trainer, regardless of the situational circumstances. The behaviors and their frequency towards each trainer mirrored those observed during everyday servicing of the exhibit.\n\nBecause of the variation in successful training and aggression, it was decided that in order to effectively eliminate Frasier’s aggression from affecting keepers, he should be trained to shift into a holding area.\n\nThe original method for shifting was simply for Frasier to follow the laser point into a designated holding area. Frasier had shown in training sessions (after the initial data were collected) that he would follow the laser point several feet in any direction when the trainer was stationary.  However, he would not follow the laser from across the exhibit; he needed to be directly in front of the trainer before he would initiate targeting.\n\nThe first several attempts at shifting using a laser pointer (primary trainer only) showed that Frasier would not follow the laser through a doorway. Because he would not<img class="alignright size-large wp-image-2651" title="crane1" src="http://aecetia.net/gws/aazk/wp-content/uploads/crane1-588x1024.jpg" alt="crane1" width="411" height="716" /> complete the shifting behavior using the laser as the only cue, several others were attempted. Frasier responded very well to a variety of sensory cues – calling his name, tapping, walking through holding areas, facing him, walking ahead of him. In retrospect, successive approximations could have been used to shift Frasier into the holding area using only the laser. However, the time lapse between the failed attempt to shift with the laser and successfully using other cues was only one day. Once inside, he could be positively reinforced with insects or his normal diet by performing the original target behavior with the laser pointer. He performed the shifting behavior equally well for each of the trainers. While release from holding areas still caused an elevated amount of excited behaviors, immediate aggression upon release was not seen. When training for the shifting behavior began, Frasier proved that the simplest method would not be the most effective. In actuality, various other sensory cues (auditory and visual) became the primary training tools, while the laser became obsolete for the shifting behavior.\n\nBecause all of the previous training was carried out with a barrier between Frasier and me, desensitization to human contact required…\n\n<strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong>', 'Behavioral Management of a 1.0 East African Crowned Crane (Balearica regulorum) Through Laser Pointer Training', 0, '', 'inherit', 'closed', 'closed', '', '2649-autosave', '', '', '2012-12-02 10:25:52', '2012-12-02 15:25:52', '', 2649, 'http://aazk.org/uncategorized/2649-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2656, 2, '2012-12-02 10:22:54', '2012-12-02 15:22:54', '<p style="text-align: center;"><img class="aligncenter size-full wp-image-378" title="training_tails" src="http://aecetia.net/gws/aazk/wp-content/uploads/header_training_tails.jpg" alt="training_tails" width="317" height="68" /></p>\r\n\r\n<em>By\r\nDara Girsch, African Animal Keeper\r\nThe Living Desert Zoo &amp; Gardens\r\nPalm Desert, CA</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nFor several years, “Frasier,” a 1.0 East African Crowned Crane (<em>Balearica regulorum</em>), has exhibited frequent aggression towards his keepers. These displays would often culminate in Frasier injuring a keeper or himself. The previous method for managing these behaviors was to bring in a tool for protection or restrain Frasier and place him in a holding area. Neither of these methods was especially effective, as Frasier would attack the tool relentlessly or increase the intensity of aggression upon release from holding areas.\r\n\r\nI set out, with a team of two additional keepers, to train Frasier to target to a laser pointer as a method of focusing his attention away from keepers and reduce the number of threatening displays. This became a transition to a routine shifting behavior into a holding area, taking a previously negative situation and positively reinforcing his time in holding. These initial behaviors, coupled with a newfound working relationship between Frasier and myself, led to the ability to begin desensitization and to train station behavior.\r\n\r\n<strong>Process</strong>\r\n\r\nEstablishing the intended behavior of targeting to the laser pointer (Figure 1) was accomplished using basic positive reinforcement techniques. A notable step in eliciting this behavior was to take a step back, literally. When training first began, I was standing directly at the exhibit perimeter. Because male cranes are highly territorial (Ellis et al., 1996), my position at the fence was likely instigating his aggression and his attention was on me, not the laser point. When I began training from several feet away, he instantly focused his attention towards the laser. Researching specifics of crane behavior and accounting for Frasier’s personality allowed me to adapt training methods to his ability, giving a greater probability for success.\r\n\r\nSeveral different colors of lasers were tested to see if Frasier responded more to a certain color. Birds have been hypothesized to see twice as many colors as humans throughout the spectrum, and Gruiformes are known to be able to see into the violet range of wavelengths, down to 406 nm (Odeen and Hastad, 2003). A purple laser (wavelength = 405nm, 5mW) was tested, as well as green (wavelength = 532nm, 5 mW), red-orange (wavelength = 735nm, 5mW) and red (wavelength = 650nm, 5mW). Frasier targeted equally well to all of the colors. The green laser was chosen because it was the brightest for the trainer to see in daylight, to ensure that the trainer knew where it was pointed. In the future, laser colors can be used interchangeably to stimulate visual acuity and sustain novelty.\r\n\r\nThe location of the training sessions was kept consistent, a shady area on exhibit where the laser could most easily be seen, for Frasier and the trainer. Also taken into consideration was the fact that this section of the exhibit was not frequented by keepers, so it could be recognized specifically as a training area.  To begin, with the trainer kneeling several feet away (at a pre-determined point, kept consistent) so as to be non-threatening, the laser was pointed approximately a foot away from Frasier’s’ feet on either side. Once he pecked at it, the laser was immediately turned off as the bridge, a verbal ‘good,’ was given. Frasier was then tossed his reinforcement (crickets or mealworms) through the fence.\r\n\r\nSix weeks were spent gathering initial data: the number of times Frasier targeted per session and the number of aggressive displays he exhibited during each session. The aggressive behavior under scrutiny was the “ruffle-bow,” a low level threat display, “in which the crane elevates its feathers and slowly, at first, ruffles its plumage until at length the whole body is rapidly shaking” (Ellis et al., 1996). Training sessions were kept very short – under a minute. Frasier was required to target to the laser in less than ten seconds, with five attempts per session. This was to accomplish the desired targeting behavior before any frustration or diverted attention could occur that would lead to belligerent behaviors.\r\n\r\nThere was a wide discrepancy in the consistency of executing the targeting behavior between each of the trainers.  Frasier targeted during 100% of the attempts with his primary trainer, and exhibited very few aggressive behaviors – an average of 0.1 aggressive occurrences per session over the six week period. For the second trainer, he targeted during 98% of the attempts, but exhibited the ‘ruffle-bow’ display during every session. For the third trainer, Frasier again showed little aggression but successfully targeted less than 50% of the time. It was known before training began that the levels of aggression from Frasier varied greatly for each trainer, regardless of the situational circumstances. The behaviors and their frequency towards each trainer mirrored those observed during everyday servicing of the exhibit.\r\n\r\nBecause of the variation in successful training and aggression, it was decided that in order to effectively eliminate Frasier’s aggression from affecting keepers, he should be trained to shift into a holding area.\r\n\r\nThe original method for shifting was simply for Frasier to follow the laser point into a designated holding area. Frasier had shown in training sessions (after the initial data were collected) that he would follow the laser point several feet in any direction when the trainer was stationary.  However, he would not follow the laser from across the exhibit; he needed to be directly in front of the trainer before he would initiate targeting.\r\n\r\nThe first several attempts at shifting using a laser pointer (primary trainer only) showed that Frasier would not follow the laser through a doorway. Because he would not<img class="alignright size-large wp-image-2651" title="crane1" src="http://aecetia.net/gws/aazk/wp-content/uploads/crane1-588x1024.jpg" alt="crane1" width="588" height="1024" /> complete the shifting behavior using the laser as the only cue, several others were attempted. Frasier responded very well to a variety of sensory cues – calling his name, tapping, walking through holding areas, facing him, walking ahead of him. In retrospect, successive approximations could have been used to shift Frasier into the holding area using only the laser. However, the time lapse between the failed attempt to shift with the laser and successfully using other cues was only one day. Once inside, he could be positively reinforced with insects or his normal diet by performing the original target behavior with the laser pointer. He performed the shifting behavior equally well for each of the trainers. While release from holding areas still caused an elevated amount of excited behaviors, immediate aggression upon release was not seen. When training for the shifting behavior began, Frasier proved that the simplest method would not be the most effective. In actuality, various other sensory cues (auditory and visual) became the primary training tools, while the laser became obsolete for the shifting behavior.\r\n\r\nBecause all of the previous training was carried out with a barrier between Frasier and me, desensitization to human contact required…\r\n\r\n<strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong>', 'Behavioral Management of a 1.0 East African Crowned Crane (Balearica regulorum) Through Laser Pointer Training', 0, '', 'inherit', 'closed', 'closed', '', '2649-revision-4', '', '', '2012-12-02 10:22:54', '2012-12-02 15:22:54', '', 2649, 'http://aazk.org/uncategorized/2649-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2657, 2, '2012-12-02 10:41:34', '2012-12-02 15:41:34', '<em>By\r\nCaitlin Capistron\r\nAnimal Keeper I\r\nHonolulu Zoo, Honolulu, HI</em>\r\n\r\n<strong> Introduction and Background</strong>\r\n\r\nFoot problems are a relatively common occurrence in captive rhinoceros, and while vertical nail cracks can resolve on their own, intervention can decrease the healing time, prevent further problems from developing, and provide for a positive training interaction for the animal (Jacobsen, 2002).\r\n\r\nThe Honolulu Zoo houses 1.1 black rhinoceros and recently housed 1.0 white rhinoceros (<em>Ceratotherium simum</em>). The black rhinoceroses are exhibited together year-round in a 1,022 square meter [11,000 square foot] compact dirt yard, and were housed separately overnight in 56 square meter [600 square foot] barns with concrete flooring.  The white rhinoceros was exhibited in a 3,057 square meter [32,900 square foot] compact dirt mixed-species exhibit with 2.2 reticulated giraffe (<em>Giraffa camelopardalis</em>) and 1.1 Grant’s zebra (<em>Equus burchelli</em>), and had access overnight to a 53 square meter [570 square foot] barn with concrete flooring, a 73 square meter [780 square foot] pen with compact dirt, and the exhibit.\r\n\r\nSince acquisition of the male black rhino, Corky, in 1999, he has had periodic foot problems, specifically vertical cracking of the lateral nails. Foot problems have not been noted in the female black rhino, Satsuki, or the male white rhino, Kruger. Treatment of Corky’s feet was opportunistic at best, and involved application of antiseptic solutions. Nail cracks would appear to grow out, though reoccur frequently. When cracks occurred again in June 2010 on the lateral nails of Corky’s front right and rear left feet, the splitting was more extensive, and extended the full length of the nails up to the coronary band (see Photos 1 &amp; 2). Honolulu Zoo Veterinarian Dr. Ben Okimoto consulted with veterinary staff at the White Oak Conservation Center, San Diego Wild Animal Park, and St. Louis Zoo to determine a treatment plan.\r\n\r\n<img class="size-full wp-image-2658 alignleft" title="rhino_feet" src="http://aecetia.net/gws/aazk/wp-content/uploads/rhino_feet.jpg" alt="rhino_feet" width="700" height="282" />\r\n\r\nIt was hypothesized that a primary reason that Corky was experiencing foot problems, and the other rhinos were not, was related to Corky’s overnight housing. In contrast to our other two rhinos, Corky defecated in his barn then appeared to pace in his barn overnight, thereby covering his feet in wet fecal matter. Nail cracks can develop when the natural waterproof layer of the hooves (periople) is disrupted by excess moisture or dryness. We believe that excess moisture, in combination with a thinning of the nail walls caused by lying on concrete and compact dirt surfaces, compromised Corky’s nails. Mineral deficiencies were also considered, but because Corky was not yet trained to accept voluntary blood draws, we were unable to pursue this possibility in the short-term.\r\n\r\n<strong>Husbandry and Treatment</strong>\r\n\r\nStarting in November 2010, Corky’s overnight routine was changed. He was given access to one 28 square meter [300 square foot] barn stall, but rather than locking him into the barn, he was given overnight access to the exhibit yard and a 40 square meter [485 square foot] pen with compact sand. It was noted immediately that not only was Corky not pacing overnight in fecal matter in the barn, but also he was calmer overall.\r\n\r\nFor all foot treatments, a minimum of two people was utilized. Usually, a volunteer focused on feeding Corky his daily produce ration while a keeper worked on Corky’s nails. In most cases a third person, usually a volunteer, fed Satsuki at some distance from Corky and attempted to keep her from interrupting with Corky’s treatment. Our set-up to work with the black rhinos consisted of nine meters [30 feet] of vertical bars placed about 0.2 meter [nine inches] apart at the rear of the exhibit (see Photo 3). While we had some success with stationing Satsuki perpendicular to the bars at one end and stationing Corky parallel to the bars at the other end, this arrangement required the rhinos to be in close proximity to one another. Additionally, in order to access both sides of Corky, he was required to turn around and reposition, and brought him in even closer proximity to Satsuki. This often resulted in Satsuki bullying Corky away from the area to monopolize treats and attention. To address this issue, the decision was made to repair a door to a four square meter [41 square feet] chute that up until this point had not been utilized by rhino keeper staff. Once the chute door was repaired, Corky could then enter the chute from the rear of the exhibit, and a set of vertical bars placed 0.3 meter [one foot] apart on both sides would allow staff to access both sides of Corky’s body (see Photo 4). Additionally, since there was no need for Corky to reposition and be near Satsuki, it reduced negative interactions with Satsuki and the overall time the treatment took. While Corky was nervous at first to enter the chute, staff was careful to work at Corky’s pace and keep his experience with the chute a positive one. Once Corky was comfortable entering and stationing calmly in the chute, one person fed Satsuki at one end of the exhibit bars while another two people worked with Corky positioned in the chute.\r\n\r\nOur foot care routine consisted of cleaning the nail cracks at least once daily: rinsing any mud and fecal matter off with water, then flushing the crack with hydrogen peroxide, then flushing the crack with Nolvasan®, then applying Betadine® to the crack and surrounding area. Approximately every two weeks, or as staff time allowed, corrective trimming was used to relieve pressure on the crack and to facilitate its correct growth. Fortunately, one of our Mammal Department supervisors…\r\n<div><strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong></div>', 'Successful Treatment of Nail Cracks for a Black Rhinoceros (Diceros bicornis)', 0, '', 'draft', 'closed', 'closed', '', 'successful-treatment-of-nail-cracks-for-a-black-rhinoceros-diceros-bicornis', '', '', '2013-10-15 17:49:16', '2013-10-15 22:49:16', '', 0, 'http://aazk.org/?p=2657', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2658, 2, '2012-12-02 10:41:10', '2012-12-02 15:41:10', '', 'rhino_feet', 0, '', 'inherit', 'closed', 'closed', '', 'rhino_feet', '', '', '2012-12-02 10:41:10', '2012-12-02 15:41:10', '', 2657, 'http://aazk.org/wp-content/uploads/rhino_feet.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2659, 2, '2012-12-02 10:29:00', '2012-12-02 15:29:00', '<em>By\nCaitlin Capistron\nAnimal Keeper I\nHonolulu Zoo, Honolulu, HI</em>\n\n<strong> Introduction and Background</strong>\n\nFoot problems are a relatively common occurrence in captive rhinoceros, and while vertical nail cracks can resolve on their own, intervention can decrease the healing time, prevent further problems from developing, and provide for a positive training interaction for the animal (Jacobsen, 2002).\n\nThe Honolulu Zoo houses 1.1 black rhinoceros and recently housed 1.0 white rhinoceros (<em>Ceratotherium simum</em>). The black rhinoceroses are exhibited together year-round in a 1,022 square meter [11,000 square foot] compact dirt yard, and were housed separately overnight in 56 square meter [600 square foot] barns with concrete flooring.  The white rhinoceros was exhibited in a 3,057 square meter [32,900 square foot] compact dirt mixed-species exhibit with 2.2 reticulated giraffe (<em>Giraffa camelopardalis</em>) and 1.1 Grant’s zebra (<em>Equus burchelli</em>), and had access overnight to a 53 square meter [570 square foot] barn with concrete flooring, a 73 square meter [780 square foot] pen with compact dirt, and the exhibit.\n\nSince acquisition of the male black rhino, Corky, in 1999, he has had periodic foot problems, specifically vertical cracking of the lateral nails. Foot problems have not been noted in the female black rhino, Satsuki, or the male white rhino, Kruger. Treatment of Corky’s feet was opportunistic at best, and involved application of antiseptic solutions. Nail cracks would appear to grow out, though reoccur frequently. When cracks occurred again in June 2010 on the lateral nails of Corky’s front right and rear left feet, the splitting was more extensive, and extended the full length of the nails up to the coronary band (see Photos 1 &amp; 2). Honolulu Zoo Veterinarian Dr. Ben Okimoto consulted with veterinary staff at the White Oak Conservation Center, San Diego Wild Animal Park, and St. Louis Zoo to determine a treatment plan.\n\nIt was hypothesized that a primary reason that Corky was experiencing foot problems, and the other rhinos were not, was related to Corky’s overnight housing. In contrast to our other two rhinos, Corky defecated in his barn then appeared to pace in his barn overnight, thereby covering his feet in wet fecal matter. Nail cracks can develop when the natural waterproof layer of the hooves (periople) is disrupted by excess moisture or dryness. We believe that excess moisture, in combination with a thinning of the nail walls caused by lying on concrete and compact dirt surfaces, compromised Corky’s nails. Mineral deficiencies were also considered, but because Corky was not yet trained to accept voluntary blood draws, we were unable to pursue this possibility in the short-term.\n\n<strong>Husbandry and Treatment</strong>\n\nStarting in November 2010, Corky’s overnight routine was changed. He was given access to one 28 square meter [300 square foot] barn stall, but rather than locking him into the barn, he was given overnight access to the exhibit yard and a 40 square meter [485 square foot] pen with compact sand. It was noted immediately that not only was Corky not pacing overnight in fecal matter in the barn, but also he was calmer overall.\n\nFor all foot treatments, a minimum of two people was utilized. Usually, a volunteer focused on feeding Corky his daily produce ration while a keeper worked on Corky’s nails. In most cases a third person, usually a volunteer, fed Satsuki at some distance from Corky and attempted to keep her from interrupting with Corky’s treatment. Our set-up to work with the black rhinos consisted of nine meters [30 feet] of vertical bars placed about 0.2 meter [nine inches] apart at the rear of the exhibit (see Photo 3). While we had some success with stationing Satsuki perpendicular to the bars at one end and stationing Corky parallel to the bars at the other end, this arrangement required the rhinos to be in close proximity to one another. Additionally, in order to access both sides of Corky, he was required to turn around and reposition, and brought him in even closer proximity to Satsuki. This often resulted in Satsuki bullying Corky away from the area to monopolize treats and attention. To address this issue, the decision was made to repair a door to a four square meter [41 square feet] chute that up until this point had not been utilized by rhino keeper staff. Once the chute door was repaired, Corky could then enter the chute from the rear of the exhibit, and a set of vertical bars placed 0.3 meter [one foot] apart on both sides would allow staff to access both sides of Corky’s body (see Photo 4). Additionally, since there was no need for Corky to reposition and be near Satsuki, it reduced negative interactions with Satsuki and the overall time the treatment took. While Corky was nervous at first to enter the chute, staff was careful to work at Corky’s pace and keep his experience with the chute a positive one. Once Corky was comfortable entering and stationing calmly in the chute, one person fed Satsuki at one end of the exhibit bars while another two people worked with Corky positioned in the chute.\n\nOur foot care routine consisted of cleaning the nail cracks at least once daily: rinsing any mud and fecal matter off with water, then flushing the crack with hydrogen peroxide, then flushing the crack with Nolvasan®, then applying Betadine® to the crack and surrounding area. Approximately every two weeks, or as staff time allowed, corrective trimming was used to relieve pressure on the crack and to facilitate its correct growth. Fortunately, one of our Mammal Department supervisors…\n<div><strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong></div>', 'Successful Treatment of Nail Cracks for a Black Rhinoceros (Diceros bicornis)', 0, '', 'inherit', 'closed', 'closed', '', '2657-revision', '', '', '2012-12-02 10:29:00', '2012-12-02 15:29:00', '', 2657, 'http://aazk.org/uncategorized/2657-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2660, 2, '2012-12-02 10:42:39', '2012-12-02 15:42:39', '<em>By\nCaitlin Capistron\nAnimal Keeper I\nHonolulu Zoo, Honolulu, HI</em>\n\n<strong> Introduction and Background</strong>\n\nFoot problems are a relatively common occurrence in captive rhinoceros, and while vertical nail cracks can resolve on their own, intervention can decrease the healing time, prevent further problems from developing, and provide for a positive training interaction for the animal (Jacobsen, 2002).\n\nThe Honolulu Zoo houses 1.1 black rhinoceros and recently housed 1.0 white rhinoceros (<em>Ceratotherium simum</em>). The black rhinoceroses are exhibited together year-round in a 1,022 square meter [11,000 square foot] compact dirt yard, and were housed separately overnight in 56 square meter [600 square foot] barns with concrete flooring.  The white rhinoceros was exhibited in a 3,057 square meter [32,900 square foot] compact dirt mixed-species exhibit with 2.2 reticulated giraffe (<em>Giraffa camelopardalis</em>) and 1.1 Grant’s zebra (<em>Equus burchelli</em>), and had access overnight to a 53 square meter [570 square foot] barn with concrete flooring, a 73 square meter [780 square foot] pen with compact dirt, and the exhibit.\n\nSince acquisition of the male black rhino, Corky, in 1999, he has had periodic foot problems, specifically vertical cracking of the lateral nails. Foot problems have not been noted in the female black rhino, Satsuki, or the male white rhino, Kruger. Treatment of Corky’s feet was opportunistic at best, and involved application of antiseptic solutions. Nail cracks would appear to grow out, though reoccur frequently. When cracks occurred again in June 2010 on the lateral nails of Corky’s front right and rear left feet, the splitting was more extensive, and extended the full length of the nails up to the coronary band (see Photos 1 &amp; 2). Honolulu Zoo Veterinarian Dr. Ben Okimoto consulted with veterinary staff at the White Oak Conservation Center, San Diego Wild Animal Park, and St. Louis Zoo to determine a treatment plan.\n\n<img class="size-full wp-image-2658 alignleft" title="rhino_feet" src="http://aecetia.net/gws/aazk/wp-content/uploads/rhino_feet.jpg" alt="rhino_feet" width="1000" height="282" />\n\nIt was hypothesized that a primary reason that Corky was experiencing foot problems, and the other rhinos were not, was related to Corky’s overnight housing. In contrast to our other two rhinos, Corky defecated in his barn then appeared to pace in his barn overnight, thereby covering his feet in wet fecal matter. Nail cracks can develop when the natural waterproof layer of the hooves (periople) is disrupted by excess moisture or dryness. We believe that excess moisture, in combination with a thinning of the nail walls caused by lying on concrete and compact dirt surfaces, compromised Corky’s nails. Mineral deficiencies were also considered, but because Corky was not yet trained to accept voluntary blood draws, we were unable to pursue this possibility in the short-term.\n\n<strong>Husbandry and Treatment</strong>\n\nStarting in November 2010, Corky’s overnight routine was changed. He was given access to one 28 square meter [300 square foot] barn stall, but rather than locking him into the barn, he was given overnight access to the exhibit yard and a 40 square meter [485 square foot] pen with compact sand. It was noted immediately that not only was Corky not pacing overnight in fecal matter in the barn, but also he was calmer overall.\n\nFor all foot treatments, a minimum of two people was utilized. Usually, a volunteer focused on feeding Corky his daily produce ration while a keeper worked on Corky’s nails. In most cases a third person, usually a volunteer, fed Satsuki at some distance from Corky and attempted to keep her from interrupting with Corky’s treatment. Our set-up to work with the black rhinos consisted of nine meters [30 feet] of vertical bars placed about 0.2 meter [nine inches] apart at the rear of the exhibit (see Photo 3). While we had some success with stationing Satsuki perpendicular to the bars at one end and stationing Corky parallel to the bars at the other end, this arrangement required the rhinos to be in close proximity to one another. Additionally, in order to access both sides of Corky, he was required to turn around and reposition, and brought him in even closer proximity to Satsuki. This often resulted in Satsuki bullying Corky away from the area to monopolize treats and attention. To address this issue, the decision was made to repair a door to a four square meter [41 square feet] chute that up until this point had not been utilized by rhino keeper staff. Once the chute door was repaired, Corky could then enter the chute from the rear of the exhibit, and a set of vertical bars placed 0.3 meter [one foot] apart on both sides would allow staff to access both sides of Corky’s body (see Photo 4). Additionally, since there was no need for Corky to reposition and be near Satsuki, it reduced negative interactions with Satsuki and the overall time the treatment took. While Corky was nervous at first to enter the chute, staff was careful to work at Corky’s pace and keep his experience with the chute a positive one. Once Corky was comfortable entering and stationing calmly in the chute, one person fed Satsuki at one end of the exhibit bars while another two people worked with Corky positioned in the chute.\n\nOur foot care routine consisted of cleaning the nail cracks at least once daily: rinsing any mud and fecal matter off with water, then flushing the crack with hydrogen peroxide, then flushing the crack with Nolvasan®, then applying Betadine® to the crack and surrounding area. Approximately every two weeks, or as staff time allowed, corrective trimming was used to relieve pressure on the crack and to facilitate its correct growth. Fortunately, one of our Mammal Department supervisors…\n<div><strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong></div>', 'Successful Treatment of Nail Cracks for a Black Rhinoceros (Diceros bicornis)', 0, '', 'inherit', 'closed', 'closed', '', '2657-autosave', '', '', '2012-12-02 10:42:39', '2012-12-02 15:42:39', '', 2657, 'http://aazk.org/uncategorized/2657-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2661, 2, '2012-12-02 10:41:34', '2012-12-02 15:41:34', '<em>By\r\nCaitlin Capistron\r\nAnimal Keeper I\r\nHonolulu Zoo, Honolulu, HI</em>\r\n\r\n<strong> Introduction and Background</strong>\r\n\r\nFoot problems are a relatively common occurrence in captive rhinoceros, and while vertical nail cracks can resolve on their own, intervention can decrease the healing time, prevent further problems from developing, and provide for a positive training interaction for the animal (Jacobsen, 2002).\r\n\r\nThe Honolulu Zoo houses 1.1 black rhinoceros and recently housed 1.0 white rhinoceros (<em>Ceratotherium simum</em>). The black rhinoceroses are exhibited together year-round in a 1,022 square meter [11,000 square foot] compact dirt yard, and were housed separately overnight in 56 square meter [600 square foot] barns with concrete flooring.  The white rhinoceros was exhibited in a 3,057 square meter [32,900 square foot] compact dirt mixed-species exhibit with 2.2 reticulated giraffe (<em>Giraffa camelopardalis</em>) and 1.1 Grant’s zebra (<em>Equus burchelli</em>), and had access overnight to a 53 square meter [570 square foot] barn with concrete flooring, a 73 square meter [780 square foot] pen with compact dirt, and the exhibit.\r\n\r\nSince acquisition of the male black rhino, Corky, in 1999, he has had periodic foot problems, specifically vertical cracking of the lateral nails. Foot problems have not been noted in the female black rhino, Satsuki, or the male white rhino, Kruger. Treatment of Corky’s feet was opportunistic at best, and involved application of antiseptic solutions. Nail cracks would appear to grow out, though reoccur frequently. When cracks occurred again in June 2010 on the lateral nails of Corky’s front right and rear left feet, the splitting was more extensive, and extended the full length of the nails up to the coronary band (see Photos 1 &amp; 2). Honolulu Zoo Veterinarian Dr. Ben Okimoto consulted with veterinary staff at the White Oak Conservation Center, San Diego Wild Animal Park, and St. Louis Zoo to determine a treatment plan.\r\n\r\n<img class="alignnone size-full wp-image-2658" title="rhino_feet" src="http://aecetia.net/gws/aazk/wp-content/uploads/rhino_feet.jpg" alt="rhino_feet" width="1000" height="404" />\r\n\r\nIt was hypothesized that a primary reason that Corky was experiencing foot problems, and the other rhinos were not, was related to Corky’s overnight housing. In contrast to our other two rhinos, Corky defecated in his barn then appeared to pace in his barn overnight, thereby covering his feet in wet fecal matter. Nail cracks can develop when the natural waterproof layer of the hooves (periople) is disrupted by excess moisture or dryness. We believe that excess moisture, in combination with a thinning of the nail walls caused by lying on concrete and compact dirt surfaces, compromised Corky’s nails. Mineral deficiencies were also considered, but because Corky was not yet trained to accept voluntary blood draws, we were unable to pursue this possibility in the short-term.\r\n\r\n<strong>Husbandry and Treatment</strong>\r\n\r\nStarting in November 2010, Corky’s overnight routine was changed. He was given access to one 28 square meter [300 square foot] barn stall, but rather than locking him into the barn, he was given overnight access to the exhibit yard and a 40 square meter [485 square foot] pen with compact sand. It was noted immediately that not only was Corky not pacing overnight in fecal matter in the barn, but also he was calmer overall.\r\n\r\nFor all foot treatments, a minimum of two people was utilized. Usually, a volunteer focused on feeding Corky his daily produce ration while a keeper worked on Corky’s nails. In most cases a third person, usually a volunteer, fed Satsuki at some distance from Corky and attempted to keep her from interrupting with Corky’s treatment. Our set-up to work with the black rhinos consisted of nine meters [30 feet] of vertical bars placed about 0.2 meter [nine inches] apart at the rear of the exhibit (see Photo 3). While we had some success with stationing Satsuki perpendicular to the bars at one end and stationing Corky parallel to the bars at the other end, this arrangement required the rhinos to be in close proximity to one another. Additionally, in order to access both sides of Corky, he was required to turn around and reposition, and brought him in even closer proximity to Satsuki. This often resulted in Satsuki bullying Corky away from the area to monopolize treats and attention. To address this issue, the decision was made to repair a door to a four square meter [41 square feet] chute that up until this point had not been utilized by rhino keeper staff. Once the chute door was repaired, Corky could then enter the chute from the rear of the exhibit, and a set of vertical bars placed 0.3 meter [one foot] apart on both sides would allow staff to access both sides of Corky’s body (see Photo 4). Additionally, since there was no need for Corky to reposition and be near Satsuki, it reduced negative interactions with Satsuki and the overall time the treatment took. While Corky was nervous at first to enter the chute, staff was careful to work at Corky’s pace and keep his experience with the chute a positive one. Once Corky was comfortable entering and stationing calmly in the chute, one person fed Satsuki at one end of the exhibit bars while another two people worked with Corky positioned in the chute.\r\n\r\nOur foot care routine consisted of cleaning the nail cracks at least once daily: rinsing any mud and fecal matter off with water, then flushing the crack with hydrogen peroxide, then flushing the crack with Nolvasan®, then applying Betadine® to the crack and surrounding area. Approximately every two weeks, or as staff time allowed, corrective trimming was used to relieve pressure on the crack and to facilitate its correct growth. Fortunately, one of our Mammal Department supervisors…\r\n<div><strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong></div>', 'Successful Treatment of Nail Cracks for a Black Rhinoceros (Diceros bicornis)', 0, '', 'inherit', 'closed', 'closed', '', '2657-revision-2', '', '', '2012-12-02 10:41:34', '2012-12-02 15:41:34', '', 2657, 'http://aazk.org/uncategorized/2657-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2662, 2, '2011-11-11 10:14:26', '2011-11-11 15:14:26', '<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-1249" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /> Janet McCoy\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2012</em></strong>\r\n<h3>Purpose</h3>\r\n<em>The AAZK Awards Committee is accepting nominations for the Jean M. Hromadka AAZK Excellence in Animal Care Award, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, The AAZK Chapter of the Year Award, Lifetime Achievement Award (LA), the Lee Houts Excellence in Enrichment(LHEE) Award, The Certificate of Merit for Zoo Keeper Education (CMZE), The Certificate of Excellence in Exhibit Design Renovation (CEER), the Mazuri Animal Nutrition Award (MANA), and The Certificate of Merit in Conservation Award(CMC). </em>\r\n\r\nNomination criteria for these nine awards are listed below. These awards will be presented at the 2012 AAZK National Conference in Syracuse, NY. The deadline for all award nominations is <strong>1 May 2012</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\nOr, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\n<strong>Deadline for Nominations is 1 May 2012</strong>\r\n<ul>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/mazuri-animal-nutrition-award-mana/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-in-conservation-cmc/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-aazk-chapter-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>\r\n\r\n<strong><a href="/wp-content/uploads/2009awards.pdf">2009 Award Recipients</a></strong>\r\n\r\n<strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010_awards.pdf">2010 Award Recipients</a></strong>\r\n\r\n<strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2011 awards.pdf">2011 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2011-11-11 10:14:26', '2011-11-11 15:14:26', '', 224, 'http://aazk.org/uncategorized/224-revision-47/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2756, 2, '2013-01-18 17:38:18', '2013-01-18 22:38:18', '<h2>Coordinator</h2>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2>Total Funds Raised to Date: <span style="color: #ff0000;">$4,321,808.48</span></h2>\r\n<h2><strong><strong>2012 Funds Raised to Date: <span style="color: #ff0000;"><em>$337,191.09- this is a new record for amount raised in a year!</em></span></strong></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\nCheck the calendar below to see if there is a local event in your area.\r\n\r\n<iframe src="https://www.google.com/calendar/embed?showTz=0&amp;height=480&amp;wkst=1&amp;bgcolor=%23996633&amp;src=i632h1mj6669n3peqanca9mjmo%40group.calendar.google.com&amp;color=%23B1440E&amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="640" height="480" frameborder="0" scrolling="no"></iframe>\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-01-18 17:38:18', '2013-01-18 22:38:18', '', 168, 'http://aazk.org/uncategorized/168-revision-56/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2682, 2, '2012-12-03 11:20:24', '2012-12-03 16:20:24', '<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-1249" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /> Janet McCoy\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2013</em></strong>\r\n<h3>Purpose</h3>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards\' criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award\'s recipients each year at the National Conference.\r\n\r\n<strong>Nominations</strong>\r\n\r\n<em>The AAZK Awards Committee is accepting nominations for the Jean M. Hromadka AAZK Excellence in Animal Care Award, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, The AAZK Chapter of the Year Award, Lifetime Achievement Award (LA), the Lee Houts Excellence in Enrichment(LHEE) Award, The Certificate of Merit for Zoo Keeper Education (CMZE), The Certificate of Excellence in Exhibit Design Renovation (CEER), the Mazuri Animal Nutrition Award (MANA), and The Certificate of Merit in Conservation Award(CMC). </em>\r\n\r\nNomination criteria for these nine awards are listed below. These awards will be presented at the 2012 AAZK National Conference in Syracuse, NY. The deadline for all award nominations is <strong>1 May</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\nOr, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\n<strong>Deadline for Nominations is 1 May </strong>\r\n<ul>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/mazuri-animal-nutrition-award-mana/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-in-conservation-cmc/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-aazk-chapter-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>\r\n\r\n<strong><a href="/wp-content/uploads/2009awards.pdf">2009 Award Recipients</a></strong>\r\n\r\n<strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010_awards.pdf">2010 Award Recipients</a></strong>\r\n\r\n<strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2011 awards.pdf">2011 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2012-12-03 11:20:24', '2012-12-03 16:20:24', '', 224, 'http://aazk.org/uncategorized/224-revision-48/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2683, 2, '2010-05-06 15:36:15', '2010-05-06 20:36:15', '<h3>Grants Committee Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /> Shelly Roach - <em>Columbus Zoo and Aquarium</em>\r\n<h3>Purpose</h3>\r\nThe purpose of the AAZK Grants Committee is to encourage and support the professional development and conservation involvement of AAZK members. Additionally, AAZK is committed to supporting and encouraging research conducted by members in zoological parks and aquariums.\r\n<h3>Grants Offered</h3>\r\n<strong><em>(Deadlines for all grants is 01 March)</em></strong>\r\n<h4>The AAZK  Professional Travel Grant</h4>\r\nThe AAZK Professional Travel Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.\r\n<h4>The AAZK/AZA Advances in Animal Keeping Course Grant</h4>\r\n<dd>The AAZK/AZA Advances in Animal Keeping Course Grant is designed to assist AAZK members with costs associated with attending the Advances in Animal Keeping Course offered through AZA.</dd>\r\n<h4>The AAZK Conservation, Preservation and Restoration Grant</h4>\r\nThe purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.\r\n<h4>The AAZK Research Grant</h4>\r\nThe purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.\r\n<h3>Qualifications</h3>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.\r\n\r\nApplication instructions and the grant applications can be found in the <a href="/members/">Members Only section</a> of the website. Examples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.\r\n<h3>Examples of Past Grants</h3>\r\n<h4>Research Grants</h4>\r\n<ul>\r\n	<li><a href="/wp-content/uploads/grant_blood_typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a></li>\r\n	<li><a href="/wp-content/uploads/grant_project_penguin.pdf">Project Penguin: Semen Collection</a></li>\r\n</ul>\r\n<h4>Conservation, Restoration, and Preservation Grants</h4>\r\n<ul>\r\n	<li><a href="/wp-content/uploads/grant_river_otter_survey.pdf">North American River Otter Latrine Site Survey</a></li>\r\n</ul>\r\n<h4>Travel Grants</h4>\r\n<ul>\r\n	<li><a href="/wp-content/uploads/grant_amphibian_keeper_course.pdf">Amphibians, their current status, and an important AZA course for any amphibian keeper</a></li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/grant_awards-_2008.pdf">2008 Grant Awards</a></strong>\r\n<h3>Restrictions</h3>\r\nThe Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.\r\n\r\nThe Research Grant Database is in Adobe PDF format. If you do not have\r\nAdobe Acrobat Reader, please download the free software <a href="http://get.adobe.com/reader/">here</a>.\r\n\r\n<strong><a href="/wp-content/uploads/research_grant_database.pdf">Research Grant Database</a></strong>\r\n\r\n<strong>The purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.</strong>', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2010-05-06 15:36:15', '2010-05-06 20:36:15', '', 14, 'http://aazk.org/uncategorized/14-revision-19/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2684, 2, '2012-04-05 16:22:14', '2012-04-05 21:22:14', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<!--more-->\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by<img class="alignright size-full wp-image-1768" title="pbi_leadership_camp11" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_leadership_camp11.jpg" alt="pbi_leadership_camp11" width="247" height="378" /> Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.\r\n\r\n<a href="http://campaign.r20.constantcontact.com/render?llr=kkcxmrdab&amp;v=001Msfh5C4b-aeFh2IiqMjGHJoJfQHI1Y5J8aCz9C_Xl04vgMHlaztDS6BWRlS4may8eQhoEtyd_8A-CaAHNNaVZkl7ZZbK6D4PHoNxykJ7iF1fyZ6alSCdPJlhRdqw92CdcUsM4Ar-As_e0iNUN2z43Q%3D%3D">PBI October 2010 newsletter.</a>\r\n\r\nFor more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<em>\r\n</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for <img class="alignleft size-medium wp-image-1649" title="marissa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/marissa1-251x300.jpg" alt="marissa1" width="176" height="210" />conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="alignnone size-full wp-image-1647" title="nc_group2" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group2.jpg" alt="nc_group2" width="467" height="393" /><img class="alignnone size-full wp-image-1656" title="bagbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/bagbear.jpg" alt="bagbear" width="479" height="396" />\r\n\r\n<img class="aligncenter size-full wp-image-1654" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" />\r\n\r\n<strong>Trees for You and Me:</strong>\r\n\r\nFor the second year, Trees for You and Me will be challenging AAZK chapters to raise money to plant trees. The initiative is an ongoing effort to help reduce carbon dioxide in the atmosphere, reduce individuals\' carbon footprints, and help polar bears by reversing the effects of global warming.\r\nThe highest-earning AAZK chapter will once again have a tree planted in its zoo or community for winning the competition.<img class="alignright size-full wp-image-1661" title="brookfield" src="http://aecetia.net/gws/aazk/wp-content/uploads/brookfield.jpg" alt="brookfield" width="357" height="535" /> But the heart and soul of the competition is really about the chapters\' dedication to conservation and stewardship. Not only will the funds help polar bears; Polar Bear Forests benefit wildlife habitat in the area and bring beauty to the landscape.\r\nYou can help! This year’s competition runs September 1, 2010 to March 1, 2011, and any DONATION you make will go directly to purchasing seedlings from the Wisconsin Department of Natural Resources (WDNR).  Polar Bears International (PBI) and WDNR are working together on the Polar Bear Forest campaign.\r\n<img class="size-medium wp-image-1658 alignleft" title="christy" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy-270x300.jpg" alt="christy" width="216" height="240" />This year your $1 donation will actually plant more trees than last year! $1 = 3 seedlings, $5 = 15 seedlings. Planting a single tree can help, but planting a lot of trees can make a big difference. Imagine. You could support the planting of 150 trees for only $50! And on the donation form, you\'ll have the opportunity to identify which AAZK chapter you wish to support. No doubt, it will be the one affiliated with your favorite zoo!  For more information, please contact <a href="mailto:christy.mazrimas-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk</a>.\r\nTo donate or for more information, click here:<a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation"> http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation</a>.\r\n\r\n“Trees for You and Me” AAZK Chapter Challenge Final Totals 2012\r\n\r\n<span style="font-size: small;">\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396"></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Milwaukee County Zoo AAZK Chapter<span> </span>$4,077.15<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Brookfield AAZK Chapter<span> </span>$4,060.53<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Columbus AAZK Chapter<span> </span>$3,175.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Greater Philadelphia AAZK Chapter<span> </span>$2,000.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Greater New Jersey AAZK Alliance Chapter<span> </span>$1,535.80<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Greater Cleveland - Cleveland Chapter of AAZK<span> </span>$1,530.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Battle Creek AAZK Chapter<span> </span>$1,500.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Detroit AAZK Chapter<span> </span>$1,222.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Lincoln Park AAZK Chapter<span> </span>$1,139.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Tucson AAZK Chapter<span> </span>$1,000.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Greater Baltimore Chapter of AAZK<span> </span>$550.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Galveston Chapter fo the AAZK<span> </span>$500.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Lion Country Safari AAZK Chapter<span> </span>$500.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Birmingham Zoo Chapter of AAZK<span> </span>$423.62<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">San Antonio Zoo AAZK Chapter<span> </span>$328.31<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Tampa Bay AAZK Chapter<span> </span>$325.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Tulsa AAZK Chapter<span> </span>$260.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Portland AAZK Chapter<span> </span>$255.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Orange County Chapter of AAZK<span> </span>$250.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Greater Houston AAZK Chapter<span> </span>$206.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Roger Williams Park Zoo AAZK Chapter<span> </span>$200.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Greater Kansas City AAZK Chapter<span> </span>$180.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Chesapeake AAZK Chapter<span> </span>$175.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Southern Ontario Zoo Keepers AAZK Chapter<span> </span>$160.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Louisville Zoo AAZK Chapter<span> </span>$155.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Little Turtle AAZK Chapter<span> </span>$124.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">North Carolina AAZK Chapter<span> </span>$100.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">New England Chapter of AAZK<span> </span>$94.50<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">North Carolina Piedmont AAZK Chapter<span> </span>$55.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Fort Worth Zoo AAZK Chapter<span> </span>$50.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Saint Louis AAZK Chapter<span> </span>$50.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">AAZK-Knoxville Zoo Chapter<span> </span>$30.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">AAZK of Cheyenne Mountain Zoo<span> </span>$25.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Memphis Zoo AAZK Chapter<span> </span>$25.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Minnesota Zoo AAZK Chapter<span> </span>$25.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Dallas Zoo Chapter of AAZK<span> </span>$20.00<span> </span></table>\r\n<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="396">Greater Orlando AAZK Chapter<span> </span>$20.00<span> </span></table>\r\n<div><strong><span>\r\n</span><span> </span><span>$26,325.91</span><span> </span><span> raised in total</span></strong></div>\r\n</span>\r\n<div>The AAZK competition ran through 1 March 2012.</div>', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2012-04-05 16:22:14', '2012-04-05 21:22:14', '', 1589, 'http://aazk.org/uncategorized/1589-revision-75/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2686, 2, '2012-12-28 09:51:11', '2012-12-28 14:51:11', '<h1><img class="alignnone size-full wp-image-1654" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" />2013 Campaign</h1>\n<div><strong>What is “Trees for You &amp; Me”?</strong></div>\n<div>Trees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. This year, the effort has a local focus. Rather than Polar Bears International&amp;#174 gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, we believe this year is a good year to draw attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.</div>\n<div></div>\n<div><strong>What is the “local effort”?</strong></div>\n<div>Planting trees in urban areas has distinct benefits, but most important is bringing the community together through engagement. Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future, is a critical step in creating a movement to stop our dependence upon fossil fuels and stop global warming.</div>\n<div></div>\n<div><strong>How will the campaign work?</strong></div>\n<div>Trees for You &amp; Me is still a campaign to raise financial resources to plant trees.</div>\n<div style="padding-left: 30px;">• The funding raised will stay in your local community, with your own insititution.</div>\n<div style="padding-left: 30px;">• The funds must be spent on a tree-planting (or appropriate greening effort) and educational event to invite others to join you in additional conservation behaviors.</div>\n<div style="padding-left: 30px;">• The effort should coordinate with Acres with the Atmosphere or it can be part of an international tree planting effort associated with another conservation program.</div>\n<div style="padding-left: 30px;">• And finally, that effort should be shared with others through <a href="http://www.polarbearsinternational.org/myplanetmypart">PBI’s My Planet, My Part</a>.</div>\n<div style="padding-left: 30px;"></div>\n<div><strong>When will Trees For You &amp; Me start? </strong></div>\n<div><strong></strong>The campaign will begin January 1, 2013.</div>\n<div></div>\n<div><strong>When will Trees For You &amp; Me end?</strong></div>\n<div>The campaign will end midnight, PST on March 1, 2013.</div>\n<div></div>\n<div><strong>How can chapters raise and gather campaign funds?</strong></div>\n<div>Each AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.</div>\n<div></div>\n<div><strong>How will the winners be awarded and announced?</strong></div>\n<div>We invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on Febrauary 15, 2013.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)</div>\n<div></div>\n<div><strong>What are the prizes?</strong></div>\n<div>First place is awarded to the team with the most funds reported to PBI on March 2, 2013, that were donated by Midnight MST March 1, 2013. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2013, that were donated by Midnight MST February 15, 2013. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.</div>\n<div></div>\n<div><strong>How do I start?</strong></div>\n<div style="padding-left: 30px;">1.  Find a group and become a champion</div>\n<div style="padding-left: 30px;">2.  Make plan for events and strategies to raise the funds over the course of the two months.</div>\n<div style="padding-left: 30px;">3.  Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.</div>\n<div style="padding-left: 30px;">4. Good luck on your efforts.</div>\n<div style="padding-left: 30px;"></div>\n<div><strong>How will reporting work?</strong></div>\n<div>Each participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.</div>\n<div>PBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2013.)</div>\n<div></div>\n<strong>What is an example of an  <span style="font-family: mceinline;">Acres for the Atmosphere</span> project?</strong>\n<div>The Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.</div>\n<div></div>\n<div><strong>What is an example of an urban tree planting?</strong></div>\n<div><em>City of Sparta, Wisconsin</em></div>\n<div>The primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.</div>\n<div></div>\n<div><strong>What other projects are eligible for tree planting?</strong></div>\n<div>Your Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.</div>\n<div></div>\n<div><strong>How Does  Planting Trees Help Polar Bears?</strong></div>\n<div>Trees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:</div>\n<div style="padding-left: 30px;">• Don’t buy products with palm oil</div>\n<div style="padding-left: 30px;">• Purchase shade-grown coffee</div>\n<div style="padding-left: 30px;">• Purchase local meat rather than meat produced in deforested tropical rain forests</div>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2012-12-28 09:51:11', '2012-12-28 14:51:11', '', 2685, 'http://aazk.org/uncategorized/2685-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2687, 2, '2012-12-28 09:51:21', '2012-12-28 14:51:21', '<h1><img class="alignnone size-full wp-image-1654" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" />2013 Campaign</h1>\r\n<div><strong>What is “Trees for You &amp; Me”?</strong></div>\r\n<div>Trees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. This year, the effort has a local focus. Rather than Polar Bears International&amp;#174 gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, we believe this year is a good year to draw attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.</div>\r\n<div></div>\r\n<div><strong>What is the “local effort”?</strong></div>\r\n<div>Planting trees in urban areas has distinct benefits, but most important is bringing the community together through engagement. Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future, is a critical step in creating a movement to stop our dependence upon fossil fuels and stop global warming.</div>\r\n<div></div>\r\n<div><strong>How will the campaign work?</strong></div>\r\n<div>Trees for You &amp; Me is still a campaign to raise financial resources to plant trees.</div>\r\n<div style="padding-left: 30px;">• The funding raised will stay in your local community, with your own insititution.</div>\r\n<div style="padding-left: 30px;">• The funds must be spent on a tree-planting (or appropriate greening effort) and educational event to invite others to join you in additional conservation behaviors.</div>\r\n<div style="padding-left: 30px;">• The effort should coordinate with Acres with the Atmosphere or it can be part of an international tree planting effort associated with another conservation program.</div>\r\n<div style="padding-left: 30px;">• And finally, that effort should be shared with others through <a href="http://www.polarbearsinternational.org/myplanetmypart">PBI’s My Planet, My Part</a>.</div>\r\n<div style="padding-left: 30px;"></div>\r\n<div><strong>When will Trees For You &amp; Me start? </strong></div>\r\n<div><strong></strong>The campaign will begin January 1, 2013.</div>\r\n<div></div>\r\n<div><strong>When will Trees For You &amp; Me end?</strong></div>\r\n<div>The campaign will end midnight, PST on March 1, 2013.</div>\r\n<div></div>\r\n<div><strong>How can chapters raise and gather campaign funds?</strong></div>\r\n<div>Each AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.</div>\r\n<div></div>\r\n<div><strong>How will the winners be awarded and announced?</strong></div>\r\n<div>We invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on Febrauary 15, 2013.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)</div>\r\n<div></div>\r\n<div><strong>What are the prizes?</strong></div>\r\n<div>First place is awarded to the team with the most funds reported to PBI on March 2, 2013, that were donated by Midnight MST March 1, 2013. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2013, that were donated by Midnight MST February 15, 2013. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.</div>\r\n<div></div>\r\n<div><strong>How do I start?</strong></div>\r\n<div style="padding-left: 30px;">1.  Find a group and become a champion</div>\r\n<div style="padding-left: 30px;">2.  Make plan for events and strategies to raise the funds over the course of the two months.</div>\r\n<div style="padding-left: 30px;">3.  Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.</div>\r\n<div style="padding-left: 30px;">4. Good luck on your efforts.</div>\r\n<div style="padding-left: 30px;"></div>\r\n<div><strong>How will reporting work?</strong></div>\r\n<div>Each participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.</div>\r\n<div>PBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2013.)</div>\r\n<div></div>\r\n<strong>What is an example of an  <span style="font-family: mceinline;">Acres for the Atmosphere</span> project?</strong>\r\n<div>The Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.</div>\r\n<div></div>\r\n<div><strong>What is an example of an urban tree planting?</strong></div>\r\n<div><em>City of Sparta, Wisconsin</em></div>\r\n<div>The primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.</div>\r\n<div></div>\r\n<div><strong>What other projects are eligible for tree planting?</strong></div>\r\n<div>Your Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.</div>\r\n<div></div>\r\n<div><strong>How Does  Planting Trees Help Polar Bears?</strong></div>\r\n<div>Trees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:</div>\r\n<div style="padding-left: 30px;">• Don’t buy products with palm oil</div>\r\n<div style="padding-left: 30px;">• Purchase shade-grown coffee</div>\r\n<div style="padding-left: 30px;">• Purchase local meat rather than meat produced in deforested tropical rain forests</div>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2012-12-28 09:51:21', '2012-12-28 14:51:21', '', 2685, 'http://aazk.org/uncategorized/2685-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2690, 2, '2012-12-28 09:53:00', '2012-12-28 14:53:00', '<h1><img class="size-full wp-image-1654 alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" />2013 Campaign</h1>\r\n<strong>What is “Trees for You &amp; Me”?</strong>\r\n<div>Trees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. This year, the effort has a local focus. Rather than Polar Bears International&amp;#174 gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, we believe this year is a good year to draw attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.</div>\r\n<div><strong>What is the “local effort”?</strong></div>\r\n<div>Planting trees in urban areas has distinct benefits, but most important is bringing the community together through engagement. Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future, is a critical step in creating a movement to stop our dependence upon fossil fuels and stop global warming.</div>\r\n<div><strong>How will the campaign work?</strong></div>\r\n<div>Trees for You &amp; Me is still a campaign to raise financial resources to plant trees.</div>\r\n<div style="padding-left: 30px;">• The funding raised will stay in your local community, with your own insititution.</div>\r\n<div style="padding-left: 30px;">• The funds must be spent on a tree-planting (or appropriate greening effort) and educational event to invite others to join you in additional conservation behaviors.</div>\r\n<div style="padding-left: 30px;">• The effort should coordinate with Acres with the Atmosphere or it can be part of an international tree planting effort associated with another conservation program.</div>\r\n<div style="padding-left: 30px;">• And finally, that effort should be shared with others through <a href="http://www.polarbearsinternational.org/myplanetmypart">PBI’s My Planet, My Part</a>.</div>\r\n<div><strong>When will Trees For You &amp; Me start? </strong></div>\r\n<div><strong></strong>The campaign will begin January 1, 2013.</div>\r\n<div><strong>When will Trees For You &amp; Me end?</strong></div>\r\n<div>The campaign will end midnight, PST on March 1, 2013.</div>\r\n<div><strong>How can chapters raise and gather campaign funds?</strong></div>\r\n<div>Each AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.</div>\r\n<div><strong>How will the winners be awarded and announced?</strong></div>\r\n<div>We invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on Febrauary 15, 2013.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)</div>\r\n<div><strong>What are the prizes?</strong></div>\r\n<div>First place is awarded to the team with the most funds reported to PBI on March 2, 2013, that were donated by Midnight MST March 1, 2013. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2013, that were donated by Midnight MST February 15, 2013. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.</div>\r\n<div><strong>How do I start?</strong></div>\r\n<div style="padding-left: 30px;">1.  Find a group and become a champion</div>\r\n<div style="padding-left: 30px;">2.  Make plan for events and strategies to raise the funds over the course of the two months.</div>\r\n<div style="padding-left: 30px;">3.  Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.</div>\r\n<div style="padding-left: 30px;">4. Good luck on your efforts.</div>\r\n<div><strong>How will reporting work?</strong></div>\r\n<div>Each participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.</div>\r\n<div>PBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2013.)</div>\r\n<strong>What is an example of an  <span style="font-family: mceinline;">Acres for the Atmosphere</span> project?</strong>\r\n<div>The Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.</div>\r\n<div><strong>What is an example of an urban tree planting?</strong></div>\r\n<div><em>City of Sparta, Wisconsin</em></div>\r\n<div>The primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.</div>\r\n<div><strong>What other projects are eligible for tree planting?</strong></div>\r\n<div>Your Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.</div>\r\n<div><strong>How Does  Planting Trees Help Polar Bears?</strong></div>\r\n<div>Trees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:</div>\r\n<div style="padding-left: 30px;">• Don’t buy products with palm oil</div>\r\n<div style="padding-left: 30px;">• Purchase shade-grown coffee</div>\r\n<div style="padding-left: 30px;">• Purchase local meat rather than meat produced in deforested tropical rain forests</div>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2012-12-28 09:53:00', '2012-12-28 14:53:00', '', 2685, 'http://aazk.org/uncategorized/2685-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2688, 2, '2014-08-18 17:17:39', '2014-08-18 22:17:39', '<h2>2015 Challenge</h2>\n<h4>What is “Trees for You &amp; Me”?</h4>\n<img class="alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="180" /> Trees for You &amp; Me is a friendly competition among AAZK Chapters.  It was launched by former PBI Ambassadors as a fundraising challenge to plant trees.\n<div class="hr"></div>\n<h4>How does the Tree Planting Work?</h4>\nLocal AAZK Chapters compete with each other to raise funds. Each Chapter then has three options on how to apply the money they raise:\n<ul>\n<ul>\n	<li>They can use the funds in their own communities, by planting on the grounds of their own zoo or aquarium or by supporting a local tree-planting project. (If selected, this option should be coordinated with the <strong>Acres for the Atmosphere</strong> program).</li>\n	<li>They can donate the funds to <a href="http://Savenature.org">SaveNature.org</a>, an international tree-planting organization that works with tropical rainforests. With this option, the Chapter should talk about the importance of rainforests in combatting climate change as part of the fundraising process.</li>\n	<li>They can donate the funds to Polar Bear International in support of <strong>Acres for the Atmosphere</strong> projects.</li>\n</ul>\n</ul>\nWhichever option is chosen, the funds must be spent on planting trees or on a related greening effort. The effort must also include an educational event that invites others to take part in additional conservation behaviors that reduce CO². Planting trees in urban areas has distinct benefits, but the most important is that it brings together in a green activity.  Community engagement - c<em>itizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future</em> - is a critical step in creating movement to stop our dependence on fossil fuels and stop global warming.\n<div class="hr"></div>\n<h4>How will the Challenge Work?</h4>\n<ul>\n<ul>\n<ul>\n	<li>AAZK Chapters should register between October 1, 2014 and January 1, 2015 by sending the following information to <a href="http://acc@polarbearsinternational.org">ACC@polarbearsinternational.org</a>: the coordinator\'s name, the AAZK Chapter name, the affiliated zoo or aquarium, and the phone number and email address of the coordinator.</li>\n	<li>PBI will send communications about the Trees for You and Me effort to each Chapter\'s coordinator throughout the Challenge.</li>\n	<li>Chapters will report their results to PBI; periodic emails from PBI will announce the standings.</li>\n	<li>Chapters may follow the progress and results on the PBI and AAZK websites.</li>\n</ul>\n</ul>\n</ul>\nFollowing the fundraising effort, Chapters will report on how they used the funds.  This includes sharing the effort with others through PBI\'s SOS Community Page (<a href="http://www.polarbearsinternational.org/saveourseaice">http://www.polarbearsinternational.org/saveourseaice</a>) and by reporting through the Chapter re-chartering process.\n<div class="hr"></div>\n<h4>When will Trees For You &amp; Me start?</h4>\nThe Challenge will begin October 1, 2014.  The last date to register is January 1, 2015.\n<div class="hr"></div>\n<h4>When will Trees For You &amp; Me end?</h4>\nThe Challenge will end at midnight MST on March 2, 2015. Results will be reported shortly thereafter when all the donations have been recorded by PBI.\n<div class="hr"></div>\n<h4>How can chapters raise and gather Challenge funds?</h4>\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, a night at a local hangout that allows a 50/50 raffle, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution.\n<div class="hr"></div>\n<h4>How will the winners be awarded and announced?</h4>\nWe invite teams to report the amount of funds raised to PBI on December 31, and March 2, 2015.\n\nPBI will report on the status of the different chapters through an email sent to the AAZK Chapters and their coordinator.\n\nAAZK will report on the status of the different chapters on its website and through social media.\n\nPBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on December 31, 2014.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\n<div class="hr"></div>\n<h4>What are the prizes?</h4>\nFirst place is awarded to the team with the most funds donated by <strong>Midnight MST</strong> <strong>March 2, 2015</strong>, and were reported to PBI no later than March 4, 2015. The winning team receives a native  tree to plant in a public location with a purchase value from a commercial nursery of no more than $100.\n\nIn addition,  challenge prize will be awarded to the team with most  funds donated by <strong>Midnight MST December 31, 2014</strong>  and reported to PBI by January 5, 2015, That  will receive a native bush to plant in a public location with a purchase value from a commercial nursery of no more than $25.\n<div class="hr"></div>\n<h4>How do I start?</h4>\n<ul>\n<ul>\n<ul>\n<ol>\n	<li>Find a group and become a champion.</li>\n	<li>Make plans for events and strategies to raise the funds over the course of the Challenge, which officially runs from October 1, 2014 - March 2, 2015. (Although the competition begins on October 1, 2014, we\'ll do a second push and close the registration on January 1, 2015 since so many Chapters participate only in the spring.</li>\n	<li>Define roles and responsibilities including:</li>\n</ol>\n<ul>\n<ul>\n	<li>procedures for handling donations for your Chapter and Institution</li>\n	<li>reporting  to AAZK and PBI during the course of the Challenge.</li>\n</ul>\n</ul>\n</ul>\n</ul>\n</ul>\n<p style="padding-left: 150px;">Good luck on your efforts.</p>\n\n<div class="hr"></div>\n<h4>How will reporting work?</h4>\nEach participating AAZK Chapter is responsible for following National AAZK National’s requirements for reporting on funds raised for conservation as outlined in the re-chartering packet.\nPBI requests that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, the PBI community page, SOS Community Page.\n<div class="hr"></div>\n<h4>What is an example of an  <a href="http://www.acresfor%20the atmosphere.org">Acres for the Atmosphere</a> project?</h4>\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. Funds donated will support grant money for Acres for the Atmosphere plantings. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\n<div class="hr"></div>\n<h4>What other projects are eligible for tree planting?</h4>\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component. Saving tropical rainforest habitat, for example, impacts species and global climate change. AAZK recommends <a href="http://www.SaveNature.org">SaveNature.org </a> for tropical reforestation projects.\n<div class="hr"></div>\n<h4>How Does  Planting Trees Help Polar Bears?</h4>\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested.\n\nReducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival.\n\nConservation actions that reduce the production of greenhouse gases are the most impactful efforts to save polar bears. Planting trees is one of the few tools that we have to sequester carbon. Saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\n<ul>\n<ul>\n<ul>\n	<li>Don’t buy products with palm oil</li>\n	<li>Purchase shade-grown coffee</li>\n	<li>Eat less meat or purchase local meat rather than meat produced in deforested tropical rain forests</li>\n</ul>\n</ul>\n</ul>\n&nbsp;\n<h4>For More Information Contact:</h4>\n<strong>Trees for You and Me:</strong>\n\nChristy <a href="http://christy.mazrimus-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk </a>or <a href="http://christy.mazrimus-ott@czs.org">christy.mazrimas-ott@czs.org</a>\n\nAAZK: Wendy Lenhart, Conservation Committee (Oversight) at Wendy.Lenhartaecetia.net/gws/aazk or lenhart.wendy@phillyzoo.org', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-autosave-v1', '', '', '2014-08-18 17:17:39', '2014-08-18 22:17:39', '', 2685, 'http://aazk.org/uncategorized/2685-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2895, 2, '2012-12-28 10:25:42', '2012-12-28 15:25:42', '<h1><img class="size-full wp-image-1654 alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" /></h1>\r\n<h1>2013 Campaign</h1></br></br>\r\n<strong>What is “Trees for You &amp; Me”?</strong>\r\nTrees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. This year, the effort has a local focus. Rather than Polar Bears International® gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, we believe this year is a good year to draw attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<strong></strong>\r\n\r\n<strong>What is the “local effort”?</strong>\r\nPlanting trees in urban areas has distinct benefits, but most important is bringing the community together through engagement. Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future, is a critical step in creating a movement to stop our dependence upon fossil fuels and stop global warming.\r\n\r\n<strong>How will the campaign work?</strong>\r\nTrees for You &amp; Me is still a campaign to raise financial resources to plant trees.\r\n• The funding raised will stay in your local community, with your own insititution.\r\n• The funds must be spent on a tree-planting (or appropriate greening effort) and educational event to invite others to join you in additional conservation behaviors.\r\n• The effort should coordinate with Acres with the Atmosphere or it can be part of an international tree planting effort associated with another conservation program.\r\n• And finally, that effort should be shared with others through <a href="http://www.polarbearsinternational.org/myplanetmypart">PBI’s My Planet, My Part</a>.\r\n<strong></strong>\r\n\r\n<strong>When will Trees For You &amp; Me start? </strong>\r\nThe campaign will begin January 1, 2013.\r\n\r\n<span style="font-weight: bold;">When will Trees For You &amp; Me end?</span>\r\nThe campaign will end midnight, PST on March 1, 2013.\r\n\r\n<span style="font-weight: bold;">How can chapters raise and gather campaign funds?</span>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.\r\n\r\n<strong>How will the winners be awarded and announced?</strong>\r\nWe invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on Febrauary 15, 2013.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\r\n<strong></strong>\r\n\r\n<strong>What are the prizes?</strong>\r\nFirst place is awarded to the team with the most funds reported to PBI on March 2, 2013, that were donated by Midnight MST March 1, 2013. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2013, that were donated by Midnight MST February 15, 2013. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.\r\n<strong></strong>\r\n\r\n<strong>How do I start?</strong>\r\n1.  Find a group and become a champion\r\n2.  Make plan for events and strategies to raise the funds over the course of the two months.\r\n3.  Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.\r\n4. Good luck on your efforts.\r\n<strong></strong>\r\n\r\n<strong>How will reporting work?</strong>\r\nEach participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.\r\nPBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2013.)\r\n<strong></strong>\r\n\r\n<strong>What is an example of an  Acres for the Atmosphere project?</strong>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\r\n<strong></strong>\r\n\r\n<strong>What is an example of an urban tree planting?</strong>\r\n<em>City of Sparta, Wisconsin</em>\r\nThe primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.\r\n<strong></strong>\r\n\r\n<strong>What other projects are eligible for tree planting?</strong>\r\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.\r\n<strong></strong>\r\n\r\n<strong>How Does  Planting Trees Help Polar Bears?</strong>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\r\n• Don’t buy products with palm oil\r\n• Purchase shade-grown coffee\r\n• Purchase local meat rather than meat produced in deforested tropical rain forests', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2012-12-28 10:25:42', '2012-12-28 15:25:42', '', 2685, 'http://aazk.org/uncategorized/2685-revision-18/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2700, 2, '2012-12-28 10:18:26', '2012-12-28 15:18:26', '<h1><img class="size-full wp-image-1654 alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" /></h1>\r\n<h1>2013 Campaign</h1>\r\n<strong>What is “Trees for You &amp; Me”?</strong>\r\nTrees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. This year, the effort has a local focus. Rather than Polar Bears International® gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, we believe this year is a good year to draw attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<strong></strong>\r\n\r\n<strong>What is the “local effort”?</strong>\r\nPlanting trees in urban areas has distinct benefits, but most important is bringing the community together through engagement. Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future, is a critical step in creating a movement to stop our dependence upon fossil fuels and stop global warming.\r\n\r\n<strong>How will the campaign work?</strong>\r\nTrees for You &amp; Me is still a campaign to raise financial resources to plant trees.\r\n• The funding raised will stay in your local community, with your own insititution.\r\n• The funds must be spent on a tree-planting (or appropriate greening effort) and educational event to invite others to join you in additional conservation behaviors.\r\n• The effort should coordinate with Acres with the Atmosphere or it can be part of an international tree planting effort associated with another conservation program.\r\n• And finally, that effort should be shared with others through <a href="http://www.polarbearsinternational.org/myplanetmypart">PBI’s My Planet, My Part</a>.\r\n<strong></strong>\r\n\r\n<strong>When will Trees For You &amp; Me start? </strong>\r\nThe campaign will begin January 1, 2013.\r\n\r\n<span style="font-weight: bold;">When will Trees For You &amp; Me end?</span>\r\nThe campaign will end midnight, PST on March 1, 2013.\r\n\r\n<span style="font-weight: bold;">How can chapters raise and gather campaign funds?</span>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.\r\n\r\n<strong>How will the winners be awarded and announced?</strong>\r\nWe invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on Febrauary 15, 2013.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\r\n<strong></strong>\r\n\r\n<strong>What are the prizes?</strong>\r\nFirst place is awarded to the team with the most funds reported to PBI on March 2, 2013, that were donated by Midnight MST March 1, 2013. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2013, that were donated by Midnight MST February 15, 2013. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.\r\n<strong></strong>\r\n\r\n<strong>How do I start?</strong>\r\n1.  Find a group and become a champion\r\n2.  Make plan for events and strategies to raise the funds over the course of the two months.\r\n3.  Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.\r\n4. Good luck on your efforts.\r\n<strong></strong>\r\n\r\n<strong>How will reporting work?</strong>\r\nEach participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.\r\nPBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2013.)\r\n<strong></strong>\r\n\r\n<strong>What is an example of an  Acres for the Atmosphere project?</strong>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\r\n<strong></strong>\r\n\r\n<strong>What is an example of an urban tree planting?</strong>\r\n<em>City of Sparta, Wisconsin</em>\r\nThe primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.\r\n<strong></strong>\r\n\r\n<strong>What other projects are eligible for tree planting?</strong>\r\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.\r\n<strong></strong>\r\n\r\n<strong>How Does  Planting Trees Help Polar Bears?</strong>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\r\n• Don’t buy products with palm oil\r\n• Purchase shade-grown coffee\r\n• Purchase local meat rather than meat produced in deforested tropical rain forests', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2012-12-28 10:18:26', '2012-12-28 15:18:26', '', 2685, 'http://aazk.org/uncategorized/2685-revision-14/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2694, 2, '2012-12-28 10:07:03', '2012-12-28 15:07:03', '<h1><img class="size-full wp-image-1654 alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" />2013 Campaign</h1>\r\n<strong>What is “Trees for You &amp; Me”?</strong>\r\nTrees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. This year, the effort has a local focus. Rather than Polar Bears International® gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, we believe this year is a good year to draw attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<strong>What is the “local effort”?</strong>\r\nPlanting trees in urban areas has distinct benefits, but most important is bringing the community together through engagement. Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future, is a critical step in creating a movement to stop our dependence upon fossil fuels and stop global warming.\r\n\r\n\r\n<strong>How will the campaign work?</strong>\r\nTrees for You &amp; Me is still a campaign to raise financial resources to plant trees.\r\n<div style="padding-left: 30px;">• The funding raised will stay in your local community, with your own insititution.</div>\r\n<div style="padding-left: 30px;">• The funds must be spent on a tree-planting (or appropriate greening effort) and educational event to invite others to join you in additional conservation behaviors.</div>\r\n<div style="padding-left: 30px;">• The effort should coordinate with Acres with the Atmosphere or it can be part of an international tree planting effort associated with another conservation program.</div>\r\n<div style="padding-left: 30px;">• And finally, that effort should be shared with others through <a href="http://www.polarbearsinternational.org/myplanetmypart">PBI’s My Planet, My Part</a>.</div>\r\n<strong>When will Trees For You &amp; Me start? </strong>\r\nThe campaign will begin January 1, 2013.\r\n<strong>When will Trees For You &amp; Me end?</strong>\r\nThe campaign will end midnight, PST on March 1, 2013.\r\n<strong>How can chapters raise and gather campaign funds?</strong>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.\r\n<strong>How will the winners be awarded and announced?</strong>\r\nWe invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on Febrauary 15, 2013.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\r\n<strong>What are the prizes?</strong>\r\nFirst place is awarded to the team with the most funds reported to PBI on March 2, 2013, that were donated by Midnight MST March 1, 2013. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2013, that were donated by Midnight MST February 15, 2013. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.\r\n<strong>How do I start?</strong>\r\n<div style="padding-left: 30px;">1.  Find a group and become a champion</div>\r\n<div style="padding-left: 30px;">2.  Make plan for events and strategies to raise the funds over the course of the two months.</div>\r\n<div style="padding-left: 30px;">3.  Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.</div>\r\n<div style="padding-left: 30px;">4. Good luck on your efforts.</div>\r\n<strong>How will reporting work?</strong>\r\nEach participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.\r\nPBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2013.)\r\n<strong>What is an example of an  Acres for the Atmosphere project?</strong>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\r\n<strong>What is an example of an urban tree planting?</strong>\r\n<em>City of Sparta, Wisconsin</em>\r\nThe primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.\r\n<strong>What other projects are eligible for tree planting?</strong>\r\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.\r\n<strong>How Does  Planting Trees Help Polar Bears?</strong>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\r\n<div style="padding-left: 30px;">• Don’t buy products with palm oil</div>\r\n<div style="padding-left: 30px;">• Purchase shade-grown coffee</div>\r\n<div style="padding-left: 30px;">• Purchase local meat rather than meat produced in deforested tropical rain forests</div>\r\n</div>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2012-12-28 10:07:03', '2012-12-28 15:07:03', '', 2685, 'http://aazk.org/uncategorized/2685-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2693, 2, '2012-12-28 10:00:37', '2012-12-28 15:00:37', '<h1><img class="size-full wp-image-1654 alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" />2013 Campaign</h1>\r\n<strong>What is “Trees for You &amp; Me”?</strong>\r\n<div>Trees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. This year, the effort has a local focus. Rather than Polar Bears International® gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, we believe this year is a good year to draw attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.</div>\r\n<div><strong>What is the “local effort”?</strong></div>\r\n<div>Planting trees in urban areas has distinct benefits, but most important is bringing the community together through engagement. Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future, is a critical step in creating a movement to stop our dependence upon fossil fuels and stop global warming.</div>\r\n<div><strong>How will the campaign work?</strong></div>\r\n<div>Trees for You &amp; Me is still a campaign to raise financial resources to plant trees.</div>\r\n<div style="padding-left: 30px;">• The funding raised will stay in your local community, with your own insititution.</div>\r\n<div style="padding-left: 30px;">• The funds must be spent on a tree-planting (or appropriate greening effort) and educational event to invite others to join you in additional conservation behaviors.</div>\r\n<div style="padding-left: 30px;">• The effort should coordinate with Acres with the Atmosphere or it can be part of an international tree planting effort associated with another conservation program.</div>\r\n<div style="padding-left: 30px;">• And finally, that effort should be shared with others through <a href="http://www.polarbearsinternational.org/myplanetmypart">PBI’s My Planet, My Part</a>.</div>\r\n<div><strong>When will Trees For You &amp; Me start? </strong></div>\r\n<div><strong></strong>The campaign will begin January 1, 2013.</div>\r\n<div><strong>When will Trees For You &amp; Me end?</strong></div>\r\n<div>The campaign will end midnight, PST on March 1, 2013.</div>\r\n<div><strong>How can chapters raise and gather campaign funds?</strong></div>\r\n<div>Each AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.</div>\r\n<div><strong>How will the winners be awarded and announced?</strong></div>\r\n<div>We invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on Febrauary 15, 2013.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)</div>\r\n<div><strong>What are the prizes?</strong></div>\r\n<div>First place is awarded to the team with the most funds reported to PBI on March 2, 2013, that were donated by Midnight MST March 1, 2013. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2013, that were donated by Midnight MST February 15, 2013. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.</div>\r\n<div><strong>How do I start?</strong></div>\r\n<div style="padding-left: 30px;">1.  Find a group and become a champion</div>\r\n<div style="padding-left: 30px;">2.  Make plan for events and strategies to raise the funds over the course of the two months.</div>\r\n<div style="padding-left: 30px;">3.  Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.</div>\r\n<div style="padding-left: 30px;">4. Good luck on your efforts.</div>\r\n<div><strong>How will reporting work?</strong></div>\r\n<div>Each participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.</div>\r\n<div>PBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2013.)</div>\r\n<strong>What is an example of an  Acres for the Atmosphere project?</strong>\r\n<div>The Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.</div>\r\n<div><strong>What is an example of an urban tree planting?</strong></div>\r\n<div><em>City of Sparta, Wisconsin</em></div>\r\n<div>The primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.</div>\r\n<div><strong>What other projects are eligible for tree planting?</strong></div>\r\n<div>Your Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.</div>\r\n<div><strong>How Does  Planting Trees Help Polar Bears?</strong></div>\r\n<div>Trees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:</div>\r\n<div style="padding-left: 30px;">• Don’t buy products with palm oil</div>\r\n<div style="padding-left: 30px;">• Purchase shade-grown coffee</div>\r\n<div style="padding-left: 30px;">• Purchase local meat rather than meat produced in deforested tropical rain forests</div>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2012-12-28 10:00:37', '2012-12-28 15:00:37', '', 2685, 'http://aazk.org/uncategorized/2685-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2689, 2, '2012-12-28 09:52:05', '2012-12-28 14:52:05', '<h1><img class="alignnone size-full wp-image-1654" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" />2013 Campaign</h1>\r\n<strong>What is “Trees for You &amp; Me”?</strong>\r\n<div>Trees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. This year, the effort has a local focus. Rather than Polar Bears International&amp;#174 gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, we believe this year is a good year to draw attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.</div>\r\n<div></div>\r\n<div><strong>What is the “local effort”?</strong></div>\r\n<div>Planting trees in urban areas has distinct benefits, but most important is bringing the community together through engagement. Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future, is a critical step in creating a movement to stop our dependence upon fossil fuels and stop global warming.</div>\r\n<div></div>\r\n<div><strong>How will the campaign work?</strong></div>\r\n<div>Trees for You &amp; Me is still a campaign to raise financial resources to plant trees.</div>\r\n<div style="padding-left: 30px;">• The funding raised will stay in your local community, with your own insititution.</div>\r\n<div style="padding-left: 30px;">• The funds must be spent on a tree-planting (or appropriate greening effort) and educational event to invite others to join you in additional conservation behaviors.</div>\r\n<div style="padding-left: 30px;">• The effort should coordinate with Acres with the Atmosphere or it can be part of an international tree planting effort associated with another conservation program.</div>\r\n<div style="padding-left: 30px;">• And finally, that effort should be shared with others through <a href="http://www.polarbearsinternational.org/myplanetmypart">PBI’s My Planet, My Part</a>.</div>\r\n<div style="padding-left: 30px;"></div>\r\n<div><strong>When will Trees For You &amp; Me start? </strong></div>\r\n<div><strong></strong>The campaign will begin January 1, 2013.</div>\r\n<div></div>\r\n<div><strong>When will Trees For You &amp; Me end?</strong></div>\r\n<div>The campaign will end midnight, PST on March 1, 2013.</div>\r\n<div></div>\r\n<div><strong>How can chapters raise and gather campaign funds?</strong></div>\r\n<div>Each AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.</div>\r\n<div></div>\r\n<div><strong>How will the winners be awarded and announced?</strong></div>\r\n<div>We invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on Febrauary 15, 2013.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)</div>\r\n<div></div>\r\n<div><strong>What are the prizes?</strong></div>\r\n<div>First place is awarded to the team with the most funds reported to PBI on March 2, 2013, that were donated by Midnight MST March 1, 2013. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2013, that were donated by Midnight MST February 15, 2013. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.</div>\r\n<div></div>\r\n<div><strong>How do I start?</strong></div>\r\n<div style="padding-left: 30px;">1.  Find a group and become a champion</div>\r\n<div style="padding-left: 30px;">2.  Make plan for events and strategies to raise the funds over the course of the two months.</div>\r\n<div style="padding-left: 30px;">3.  Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.</div>\r\n<div style="padding-left: 30px;">4. Good luck on your efforts.</div>\r\n<div style="padding-left: 30px;"></div>\r\n<div><strong>How will reporting work?</strong></div>\r\n<div>Each participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.</div>\r\n<div>PBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2013.)</div>\r\n<div></div>\r\n<strong>What is an example of an  <span style="font-family: mceinline;">Acres for the Atmosphere</span> project?</strong>\r\n<div>The Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.</div>\r\n<div></div>\r\n<div><strong>What is an example of an urban tree planting?</strong></div>\r\n<div><em>City of Sparta, Wisconsin</em></div>\r\n<div>The primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.</div>\r\n<div></div>\r\n<div><strong>What other projects are eligible for tree planting?</strong></div>\r\n<div>Your Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.</div>\r\n<div></div>\r\n<div><strong>How Does  Planting Trees Help Polar Bears?</strong></div>\r\n<div>Trees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:</div>\r\n<div style="padding-left: 30px;">• Don’t buy products with palm oil</div>\r\n<div style="padding-left: 30px;">• Purchase shade-grown coffee</div>\r\n<div style="padding-left: 30px;">• Purchase local meat rather than meat produced in deforested tropical rain forests</div>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2012-12-28 09:52:05', '2012-12-28 14:52:05', '', 2685, 'http://aazk.org/uncategorized/2685-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2691, 2, '2012-12-28 09:54:09', '2012-12-28 14:54:09', '<h1><img class="size-full wp-image-1654 alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" />2013 Campaign</h1>\r\n<strong>What is “Trees for You &amp; Me”?</strong>\r\n<div>Trees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. This year, the effort has a local focus. Rather than Polar Bears International&reg gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, we believe this year is a good year to draw attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.</div>\r\n<div><strong>What is the “local effort”?</strong></div>\r\n<div>Planting trees in urban areas has distinct benefits, but most important is bringing the community together through engagement. Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future, is a critical step in creating a movement to stop our dependence upon fossil fuels and stop global warming.</div>\r\n<div><strong>How will the campaign work?</strong></div>\r\n<div>Trees for You &amp; Me is still a campaign to raise financial resources to plant trees.</div>\r\n<div style="padding-left: 30px;">• The funding raised will stay in your local community, with your own insititution.</div>\r\n<div style="padding-left: 30px;">• The funds must be spent on a tree-planting (or appropriate greening effort) and educational event to invite others to join you in additional conservation behaviors.</div>\r\n<div style="padding-left: 30px;">• The effort should coordinate with Acres with the Atmosphere or it can be part of an international tree planting effort associated with another conservation program.</div>\r\n<div style="padding-left: 30px;">• And finally, that effort should be shared with others through <a href="http://www.polarbearsinternational.org/myplanetmypart">PBI’s My Planet, My Part</a>.</div>\r\n<div><strong>When will Trees For You &amp; Me start? </strong></div>\r\n<div><strong></strong>The campaign will begin January 1, 2013.</div>\r\n<div><strong>When will Trees For You &amp; Me end?</strong></div>\r\n<div>The campaign will end midnight, PST on March 1, 2013.</div>\r\n<div><strong>How can chapters raise and gather campaign funds?</strong></div>\r\n<div>Each AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.</div>\r\n<div><strong>How will the winners be awarded and announced?</strong></div>\r\n<div>We invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on Febrauary 15, 2013.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)</div>\r\n<div><strong>What are the prizes?</strong></div>\r\n<div>First place is awarded to the team with the most funds reported to PBI on March 2, 2013, that were donated by Midnight MST March 1, 2013. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2013, that were donated by Midnight MST February 15, 2013. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.</div>\r\n<div><strong>How do I start?</strong></div>\r\n<div style="padding-left: 30px;">1.  Find a group and become a champion</div>\r\n<div style="padding-left: 30px;">2.  Make plan for events and strategies to raise the funds over the course of the two months.</div>\r\n<div style="padding-left: 30px;">3.  Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.</div>\r\n<div style="padding-left: 30px;">4. Good luck on your efforts.</div>\r\n<div><strong>How will reporting work?</strong></div>\r\n<div>Each participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.</div>\r\n<div>PBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2013.)</div>\r\n<strong>What is an example of an  <span style="font-family: mceinline;">Acres for the Atmosphere</span> project?</strong>\r\n<div>The Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.</div>\r\n<div><strong>What is an example of an urban tree planting?</strong></div>\r\n<div><em>City of Sparta, Wisconsin</em></div>\r\n<div>The primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.</div>\r\n<div><strong>What other projects are eligible for tree planting?</strong></div>\r\n<div>Your Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.</div>\r\n<div><strong>How Does  Planting Trees Help Polar Bears?</strong></div>\r\n<div>Trees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:</div>\r\n<div style="padding-left: 30px;">• Don’t buy products with palm oil</div>\r\n<div style="padding-left: 30px;">• Purchase shade-grown coffee</div>\r\n<div style="padding-left: 30px;">• Purchase local meat rather than meat produced in deforested tropical rain forests</div>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2012-12-28 09:54:09', '2012-12-28 14:54:09', '', 2685, 'http://aazk.org/uncategorized/2685-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2692, 2, '2012-12-28 09:57:01', '2012-12-28 14:57:01', '<h1><img class="size-full wp-image-1654 alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" />2013 Campaign</h1>\r\n<strong>What is “Trees for You &amp; Me”?</strong>\r\n<div>Trees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. This year, the effort has a local focus. Rather than Polar Bears International® gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, we believe this year is a good year to draw attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.</div>\r\n<div></div>\r\n<div><strong>What is the “local effort”?</strong></div>\r\n<div>Planting trees in urban areas has distinct benefits, but most important is bringing the community together through engagement. Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future, is a critical step in creating a movement to stop our dependence upon fossil fuels and stop global warming.</div>\r\n<div></div>\r\n<div><strong>How will the campaign work?</strong></div>\r\n<div>Trees for You &amp; Me is still a campaign to raise financial resources to plant trees.</div>\r\n<div style="padding-left: 30px;">• The funding raised will stay in your local community, with your own insititution.</div>\r\n<div style="padding-left: 30px;">• The funds must be spent on a tree-planting (or appropriate greening effort) and educational event to invite others to join you in additional conservation behaviors.</div>\r\n<div style="padding-left: 30px;">• The effort should coordinate with Acres with the Atmosphere or it can be part of an international tree planting effort associated with another conservation program.</div>\r\n<div style="padding-left: 30px;">• And finally, that effort should be shared with others through <a href="http://www.polarbearsinternational.org/myplanetmypart">PBI’s My Planet, My Part</a>.</div>\r\n<div style="padding-left: 30px;"></div>\r\n<div><strong>When will Trees For You &amp; Me start? </strong></div>\r\n<div><strong></strong>The campaign will begin January 1, 2013.</div>\r\n<div></div>\r\n<div><strong>When will Trees For You &amp; Me end?</strong></div>\r\n<div>The campaign will end midnight, PST on March 1, 2013.</div>\r\n<div></div>\r\n<div><strong>How can chapters raise and gather campaign funds?</strong></div>\r\n<div>Each AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.</div>\r\n<div></div>\r\n<div><strong>How will the winners be awarded and announced?</strong></div>\r\n<div>We invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on Febrauary 15, 2013.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)</div>\r\n<div></div>\r\n<div><strong>What are the prizes?</strong></div>\r\n<div>First place is awarded to the team with the most funds reported to PBI on March 2, 2013, that were donated by Midnight MST March 1, 2013. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2013, that were donated by Midnight MST February 15, 2013. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.</div>\r\n<div></div>\r\n<div><strong>How do I start?</strong></div>\r\n<div style="padding-left: 30px;">1.  Find a group and become a champion</div>\r\n<div style="padding-left: 30px;">2.  Make plan for events and strategies to raise the funds over the course of the two months.</div>\r\n<div style="padding-left: 30px;">3.  Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.</div>\r\n<div style="padding-left: 30px;">4. Good luck on your efforts.</div>\r\n<div style="padding-left: 30px;"></div>\r\n<div><strong>How will reporting work?</strong></div>\r\n<div>Each participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.</div>\r\n<div>PBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2013.)</div>\r\n<strong>What is an example of an  <span style="font-family: mceinline;">Acres for the Atmosphere</span> project?</strong>\r\n<div>The Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.</div>\r\n<div></div>\r\n<div><strong>What is an example of an urban tree planting?</strong></div>\r\n<div><em>City of Sparta, Wisconsin</em></div>\r\n<div>The primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.</div>\r\n<div></div>\r\n<div><strong>What other projects are eligible for tree planting?</strong></div>\r\n<div>Your Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.</div>\r\n<div></div>\r\n<div><strong>How Does  Planting Trees Help Polar Bears?</strong></div>\r\n<div>Trees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:</div>\r\n<div style="padding-left: 30px;">• Don’t buy products with palm oil</div>\r\n<div style="padding-left: 30px;">• Purchase shade-grown coffee</div>\r\n<div style="padding-left: 30px;">• Purchase local meat rather than meat produced in deforested tropical rain forests</div>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2012-12-28 09:57:01', '2012-12-28 14:57:01', '', 2685, 'http://aazk.org/uncategorized/2685-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2695, 2, '2012-12-28 10:10:28', '2012-12-28 15:10:28', '<h1><img class="size-full wp-image-1654 alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" /></h1>\r\n<h1>2013 Campaign</h1>\r\n<strong>What is “Trees for You &amp; Me”?</strong>\r\nTrees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. This year, the effort has a local focus. Rather than Polar Bears International® gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, we believe this year is a good year to draw attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<strong>What is the “local effort”?</strong>\r\nPlanting trees in urban areas has distinct benefits, but most important is bringing the community together through engagement. Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future, is a critical step in creating a movement to stop our dependence upon fossil fuels and stop global warming.\r\n\r\n<strong>How will the campaign work?</strong>\r\nTrees for You &amp; Me is still a campaign to raise financial resources to plant trees.\r\n<div style="padding-left: 30px;">• The funding raised will stay in your local community, with your own insititution.</div>\r\n<div style="padding-left: 30px;">• The funds must be spent on a tree-planting (or appropriate greening effort) and educational event to invite others to join you in additional conservation behaviors.</div>\r\n<div style="padding-left: 30px;">• The effort should coordinate with Acres with the Atmosphere or it can be part of an international tree planting effort associated with another conservation program.</div>\r\n<div style="padding-left: 30px;">• And finally, that effort should be shared with others through <a href="http://www.polarbearsinternational.org/myplanetmypart">PBI’s My Planet, My Part</a>.</div>\r\n<strong>When will Trees For You &amp; Me start? </strong>\r\nThe campaign will begin January 1, 2013.\r\n\r\n<strong>When will Trees For You &amp; Me end?</strong>\r\nThe campaign will end midnight, PST on March 1, 2013.\r\n\r\n<span style="font-weight: bold;">How can chapters raise and gather campaign funds?</span>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.\r\n<strong></strong>\r\n\r\n<strong>How will the winners be awarded and announced?</strong>\r\nWe invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on Febrauary 15, 2013.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\r\n<strong></strong>\r\n\r\n<strong>What are the prizes?</strong>\r\nFirst place is awarded to the team with the most funds reported to PBI on March 2, 2013, that were donated by Midnight MST March 1, 2013. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2013, that were donated by Midnight MST February 15, 2013. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.\r\n<strong></strong>\r\n\r\n<strong>How do I start?</strong>\r\n1.  Find a group and become a champion\r\n2.  Make plan for events and strategies to raise the funds over the course of the two months.\r\n3.  Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.\r\n4. Good luck on your efforts.\r\n<strong></strong>\r\n\r\n<strong>How will reporting work?</strong>\r\nEach participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.\r\nPBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2013.)\r\n<strong></strong>\r\n\r\n<strong>What is an example of an  Acres for the Atmosphere project?</strong>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\r\n<strong></strong>\r\n\r\n<strong>What is an example of an urban tree planting?</strong>\r\n<em>City of Sparta, Wisconsin</em>\r\nThe primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.\r\n<strong></strong>\r\n\r\n<strong>What other projects are eligible for tree planting?</strong>\r\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.\r\n<strong></strong>\r\n\r\n<strong>How Does  Planting Trees Help Polar Bears?</strong>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\r\n<div style="padding-left: 30px;">• Don’t buy products with palm oil</div>\r\n<div style="padding-left: 30px;">• Purchase shade-grown coffee</div>\r\n<div style="padding-left: 30px;">• Purchase local meat rather than meat produced in deforested tropical rain forests</div>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2012-12-28 10:10:28', '2012-12-28 15:10:28', '', 2685, 'http://aazk.org/uncategorized/2685-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2696, 2, '2012-12-28 10:13:41', '2012-12-28 15:13:41', '<h1><img class="size-full wp-image-1654 alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" /></h1>\r\n<h1>2013 Campaign</h1>\r\n<strong>What is “Trees for You &amp; Me”?</strong>\r\nTrees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. This year, the effort has a local focus. Rather than Polar Bears International® gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, we believe this year is a good year to draw attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<strong></strong>\r\n\r\n<strong>What is the “local effort”?</strong>\r\nPlanting trees in urban areas has distinct benefits, but most important is bringing the community together through engagement. Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future, is a critical step in creating a movement to stop our dependence upon fossil fuels and stop global warming.\r\n\r\n<strong>How will the campaign work?</strong>\r\nTrees for You &amp; Me is still a campaign to raise financial resources to plant trees.\r\n<div style="padding-left: 30px;">• The funding raised will stay in your local community, with your own insititution.</div>\r\n<div style="padding-left: 30px;">• The funds must be spent on a tree-planting (or appropriate greening effort) and educational event to invite others to join you in additional conservation behaviors.</div>\r\n<div style="padding-left: 30px;">• The effort should coordinate with Acres with the Atmosphere or it can be part of an international tree planting effort associated with another conservation program.</div>\r\n<div style="padding-left: 30px;">• And finally, that effort should be shared with others through <a href="http://www.polarbearsinternational.org/myplanetmypart">PBI’s My Planet, My Part</a>.</div>\r\n<strong>When will Trees For You &amp; Me start? </strong>\r\nThe campaign will begin January 1, 2013.\r\n\r\n<span style="font-weight: bold;">When will Trees For You &amp; Me end?</span>\r\nThe campaign will end midnight, PST on March 1, 2013.\r\n\r\n<span style="font-weight: bold;">How can chapters raise and gather campaign funds?</span>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.\r\n\r\n<strong>How will the winners be awarded and announced?</strong>\r\nWe invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on Febrauary 15, 2013.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\r\n<strong></strong>\r\n\r\n<strong>What are the prizes?</strong>\r\nFirst place is awarded to the team with the most funds reported to PBI on March 2, 2013, that were donated by Midnight MST March 1, 2013. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2013, that were donated by Midnight MST February 15, 2013. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.\r\n<strong></strong>\r\n\r\n<strong>How do I start?</strong>\r\n1.  Find a group and become a champion\r\n2.  Make plan for events and strategies to raise the funds over the course of the two months.\r\n3.  Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.\r\n4. Good luck on your efforts.\r\n<strong></strong>\r\n\r\n<strong>How will reporting work?</strong>\r\nEach participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.\r\nPBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2013.)\r\n<strong></strong>\r\n\r\n<strong>What is an example of an  Acres for the Atmosphere project?</strong>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\r\n<strong></strong>\r\n\r\n<strong>What is an example of an urban tree planting?</strong>\r\n<em>City of Sparta, Wisconsin</em>\r\nThe primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.\r\n<strong></strong>\r\n\r\n<strong>What other projects are eligible for tree planting?</strong>\r\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.\r\n<strong></strong>\r\n\r\n<strong>How Does  Planting Trees Help Polar Bears?</strong>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\r\n<div style="padding-left: 30px;">• Don’t buy products with palm oil</div>\r\n<div style="padding-left: 30px;">• Purchase shade-grown coffee</div>\r\n<div style="padding-left: 30px;">• Purchase local meat rather than meat produced in deforested tropical rain forests</div>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2012-12-28 10:13:41', '2012-12-28 15:13:41', '', 2685, 'http://aazk.org/uncategorized/2685-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2697, 2, '2012-12-28 10:14:23', '2012-12-28 15:14:23', '<h1><img class="size-full wp-image-1654 alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" /></h1>\r\n<h1>2013 Campaign</h1>\r\n<strong>What is “Trees for You &amp; Me”?</strong>\r\nTrees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. This year, the effort has a local focus. Rather than Polar Bears International® gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, we believe this year is a good year to draw attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<strong></strong>\r\n\r\n<strong>What is the “local effort”?</strong>\r\nPlanting trees in urban areas has distinct benefits, but most important is bringing the community together through engagement. Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future, is a critical step in creating a movement to stop our dependence upon fossil fuels and stop global warming.\r\n\r\n<strong>How will the campaign work?</strong>\r\nTrees for You &amp; Me is still a campaign to raise financial resources to plant trees.\r\n<div style="padding-left: 30px;">• The funding raised will stay in your local community, with your own insititution.</div>\r\n<div style="padding-left: 30px;">• The funds must be spent on a tree-planting (or appropriate greening effort) and educational event to invite others to join you in additional conservation behaviors.</div>\r\n<div style="padding-left: 30px;">• The effort should coordinate with Acres with the Atmosphere or it can be part of an international tree planting effort associated with another conservation program.</div>\r\n<div style="padding-left: 30px;">• And finally, that effort should be shared with others through <a href="http://www.polarbearsinternational.org/myplanetmypart">PBI’s My Planet, My Part</a>.</div>\r\n<strong>When will Trees For You &amp; Me start? </strong>\r\nThe campaign will begin January 1, 2013.\r\n\r\n<span style="font-weight: bold;">When will Trees For You &amp; Me end?</span>\r\nThe campaign will end midnight, PST on March 1, 2013.\r\n\r\n<span style="font-weight: bold;">How can chapters raise and gather campaign funds?</span>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.\r\n\r\n<strong>How will the winners be awarded and announced?</strong>\r\nWe invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on Febrauary 15, 2013.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\r\n<strong></strong>\r\n\r\n<strong>What are the prizes?</strong>\r\nFirst place is awarded to the team with the most funds reported to PBI on March 2, 2013, that were donated by Midnight MST March 1, 2013. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2013, that were donated by Midnight MST February 15, 2013. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.\r\n<strong></strong>\r\n\r\n<strong>How do I start?</strong>\r\n1.  Find a group and become a champion\r\n2.  Make plan for events and strategies to raise the funds over the course of the two months.\r\n3.  Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.\r\n4. Good luck on your efforts.\r\n<strong></strong>\r\n\r\n<strong>How will reporting work?</strong>\r\nEach participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.\r\nPBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2013.)\r\n<strong></strong>\r\n\r\n<strong>What is an example of an  Acres for the Atmosphere project?</strong>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\r\n<strong></strong>\r\n\r\n<strong>What is an example of an urban tree planting?</strong>\r\n<em>City of Sparta, Wisconsin</em>\r\nThe primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.\r\n<strong></strong>\r\n\r\n<strong>What other projects are eligible for tree planting?</strong>\r\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.\r\n<strong></strong>\r\n\r\n<strong>How Does  Planting Trees Help Polar Bears?</strong>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\r\n<div style="padding-left: 30px;">• Don’t buy products with palm oil</div>\r\n<div style="padding-left: 30px;">• Purchase shade-grown coffee</div>\r\n<div style="padding-left: 30px;">• Purchase local meat rather than meat produced in deforested tropical rain forests</div>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2012-12-28 10:14:23', '2012-12-28 15:14:23', '', 2685, 'http://aazk.org/uncategorized/2685-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2699, 2, '2012-12-28 10:16:58', '2012-12-28 15:16:58', '<h1><img class="size-full wp-image-1654 alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" /></h1>\r\n<h1>2013 Campaign</h1>\r\n<strong>What is “Trees for You &amp; Me”?</strong>\r\nTrees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. This year, the effort has a local focus. Rather than Polar Bears International® gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, we believe this year is a good year to draw attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<strong></strong>\r\n\r\n<strong>What is the “local effort”?</strong>\r\nPlanting trees in urban areas has distinct benefits, but most important is bringing the community together through engagement. Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future, is a critical step in creating a movement to stop our dependence upon fossil fuels and stop global warming.\r\n\r\n<strong>How will the campaign work?</strong>\r\nTrees for You &amp; Me is still a campaign to raise financial resources to plant trees.\r\n• The funding raised will stay in your local community, with your own insititution.\r\n• The funds must be spent on a tree-planting (or appropriate greening effort) and educational event to invite others to join you in additional conservation behaviors.\r\n• The effort should coordinate with Acres with the Atmosphere or it can be part of an international tree planting effort associated with another conservation program.\r\n• And finally, that effort should be shared with others through <a href="http://www.polarbearsinternational.org/myplanetmypart">PBI’s My Planet, My Part</a>.\r\n<strong></strong>\r\n\r\n<strong>When will Trees For You &amp; Me start? </strong>\r\nThe campaign will begin January 1, 2013.\r\n\r\n<span style="font-weight: bold;">When will Trees For You &amp; Me end?</span>\r\nThe campaign will end midnight, PST on March 1, 2013.\r\n\r\n<span style="font-weight: bold;">How can chapters raise and gather campaign funds?</span>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.\r\n\r\n<strong>How will the winners be awarded and announced?</strong>\r\nWe invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on Febrauary 15, 2013.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\r\n<strong></strong>\r\n\r\n<strong>What are the prizes?</strong>\r\nFirst place is awarded to the team with the most funds reported to PBI on March 2, 2013, that were donated by Midnight MST March 1, 2013. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2013, that were donated by Midnight MST February 15, 2013. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.\r\n<strong></strong>\r\n\r\n<strong>How do I start?</strong>\r\n1.  Find a group and become a champion\r\n2.  Make plan for events and strategies to raise the funds over the course of the two months.\r\n3.  Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.\r\n4. Good luck on your efforts.\r\n<strong></strong>\r\n\r\n<strong>How will reporting work?</strong>\r\nEach participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.\r\nPBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2013.)\r\n<strong></strong>\r\n\r\n<strong>What is an example of an  Acres for the Atmosphere project?</strong>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\r\n<strong></strong>\r\n\r\n<strong>What is an example of an urban tree planting?</strong>\r\n<em>City of Sparta, Wisconsin</em>\r\nThe primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.\r\n<strong></strong>\r\n\r\n<strong>What other projects are eligible for tree planting?</strong>\r\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.\r\n<strong></strong>\r\n\r\n<strong>How Does  Planting Trees Help Polar Bears?</strong>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\r\n<div style="padding-left: 30px;">• Don’t buy products with palm oil</div>\r\n<div style="padding-left: 30px;">• Purchase shade-grown coffee</div>\r\n<div style="padding-left: 30px;">• Purchase local meat rather than meat produced in deforested tropical rain forests</div>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2012-12-28 10:16:58', '2012-12-28 15:16:58', '', 2685, 'http://aazk.org/uncategorized/2685-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2698, 2, '2012-12-28 10:14:59', '2012-12-28 15:14:59', '<h1><img class="size-full wp-image-1654 alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" /></h1>\r\n<h1>2013 Campaign</h1></br>\r\n\r\n<strong>What is “Trees for You &amp; Me”?</strong>\r\nTrees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. This year, the effort has a local focus. Rather than Polar Bears International® gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, we believe this year is a good year to draw attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<strong></strong>\r\n\r\n<strong>What is the “local effort”?</strong>\r\nPlanting trees in urban areas has distinct benefits, but most important is bringing the community together through engagement. Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future, is a critical step in creating a movement to stop our dependence upon fossil fuels and stop global warming.\r\n\r\n<strong>How will the campaign work?</strong>\r\nTrees for You &amp; Me is still a campaign to raise financial resources to plant trees.\r\n<div style="padding-left: 30px;">• The funding raised will stay in your local community, with your own insititution.</div>\r\n<div style="padding-left: 30px;">• The funds must be spent on a tree-planting (or appropriate greening effort) and educational event to invite others to join you in additional conservation behaviors.</div>\r\n<div style="padding-left: 30px;">• The effort should coordinate with Acres with the Atmosphere or it can be part of an international tree planting effort associated with another conservation program.</div>\r\n<div style="padding-left: 30px;">• And finally, that effort should be shared with others through <a href="http://www.polarbearsinternational.org/myplanetmypart">PBI’s My Planet, My Part</a>.</div>\r\n<strong>When will Trees For You &amp; Me start? </strong>\r\nThe campaign will begin January 1, 2013.\r\n\r\n<span style="font-weight: bold;">When will Trees For You &amp; Me end?</span>\r\nThe campaign will end midnight, PST on March 1, 2013.\r\n\r\n<span style="font-weight: bold;">How can chapters raise and gather campaign funds?</span>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.\r\n\r\n<strong>How will the winners be awarded and announced?</strong>\r\nWe invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on Febrauary 15, 2013.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\r\n<strong></strong>\r\n\r\n<strong>What are the prizes?</strong>\r\nFirst place is awarded to the team with the most funds reported to PBI on March 2, 2013, that were donated by Midnight MST March 1, 2013. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2013, that were donated by Midnight MST February 15, 2013. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.\r\n<strong></strong>\r\n\r\n<strong>How do I start?</strong>\r\n1.  Find a group and become a champion\r\n2.  Make plan for events and strategies to raise the funds over the course of the two months.\r\n3.  Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.\r\n4. Good luck on your efforts.\r\n<strong></strong>\r\n\r\n<strong>How will reporting work?</strong>\r\nEach participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.\r\nPBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2013.)\r\n<strong></strong>\r\n\r\n<strong>What is an example of an  Acres for the Atmosphere project?</strong>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\r\n<strong></strong>\r\n\r\n<strong>What is an example of an urban tree planting?</strong>\r\n<em>City of Sparta, Wisconsin</em>\r\nThe primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.\r\n<strong></strong>\r\n\r\n<strong>What other projects are eligible for tree planting?</strong>\r\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.\r\n<strong></strong>\r\n\r\n<strong>How Does  Planting Trees Help Polar Bears?</strong>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\r\n<div style="padding-left: 30px;">• Don’t buy products with palm oil</div>\r\n<div style="padding-left: 30px;">• Purchase shade-grown coffee</div>\r\n<div style="padding-left: 30px;">• Purchase local meat rather than meat produced in deforested tropical rain forests</div>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2012-12-28 10:14:59', '2012-12-28 15:14:59', '', 2685, 'http://aazk.org/uncategorized/2685-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2701, 2, '2012-12-28 10:19:00', '2012-12-28 15:19:00', '<h1><img class="size-full wp-image-1654 alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" /></h1>\r\n<h1>2013 Campaign</h1>\r\n\r\n\r\n<strong>What is “Trees for You &amp; Me”?</strong>\r\nTrees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. This year, the effort has a local focus. Rather than Polar Bears International® gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, we believe this year is a good year to draw attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<strong></strong>\r\n\r\n<strong>What is the “local effort”?</strong>\r\nPlanting trees in urban areas has distinct benefits, but most important is bringing the community together through engagement. Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future, is a critical step in creating a movement to stop our dependence upon fossil fuels and stop global warming.\r\n\r\n<strong>How will the campaign work?</strong>\r\nTrees for You &amp; Me is still a campaign to raise financial resources to plant trees.\r\n• The funding raised will stay in your local community, with your own insititution.\r\n• The funds must be spent on a tree-planting (or appropriate greening effort) and educational event to invite others to join you in additional conservation behaviors.\r\n• The effort should coordinate with Acres with the Atmosphere or it can be part of an international tree planting effort associated with another conservation program.\r\n• And finally, that effort should be shared with others through <a href="http://www.polarbearsinternational.org/myplanetmypart">PBI’s My Planet, My Part</a>.\r\n<strong></strong>\r\n\r\n<strong>When will Trees For You &amp; Me start? </strong>\r\nThe campaign will begin January 1, 2013.\r\n\r\n<span style="font-weight: bold;">When will Trees For You &amp; Me end?</span>\r\nThe campaign will end midnight, PST on March 1, 2013.\r\n\r\n<span style="font-weight: bold;">How can chapters raise and gather campaign funds?</span>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.\r\n\r\n<strong>How will the winners be awarded and announced?</strong>\r\nWe invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on Febrauary 15, 2013.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\r\n<strong></strong>\r\n\r\n<strong>What are the prizes?</strong>\r\nFirst place is awarded to the team with the most funds reported to PBI on March 2, 2013, that were donated by Midnight MST March 1, 2013. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2013, that were donated by Midnight MST February 15, 2013. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.\r\n<strong></strong>\r\n\r\n<strong>How do I start?</strong>\r\n1.  Find a group and become a champion\r\n2.  Make plan for events and strategies to raise the funds over the course of the two months.\r\n3.  Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.\r\n4. Good luck on your efforts.\r\n<strong></strong>\r\n\r\n<strong>How will reporting work?</strong>\r\nEach participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.\r\nPBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2013.)\r\n<strong></strong>\r\n\r\n<strong>What is an example of an  Acres for the Atmosphere project?</strong>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\r\n<strong></strong>\r\n\r\n<strong>What is an example of an urban tree planting?</strong>\r\n<em>City of Sparta, Wisconsin</em>\r\nThe primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.\r\n<strong></strong>\r\n\r\n<strong>What other projects are eligible for tree planting?</strong>\r\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.\r\n<strong></strong>\r\n\r\n<strong>How Does  Planting Trees Help Polar Bears?</strong>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\r\n• Don’t buy products with palm oil\r\n• Purchase shade-grown coffee\r\n• Purchase local meat rather than meat produced in deforested tropical rain forests', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2012-12-28 10:19:00', '2012-12-28 15:19:00', '', 2685, 'http://aazk.org/uncategorized/2685-revision-15/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2703, 2, '2012-12-28 10:24:54', '2012-12-28 15:24:54', '<h1><img class="size-full wp-image-1654 alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" /></h1>\r\n<h1>2013 Campaign</h1>\r\n<strong>What is “Trees for You &amp; Me”?</strong>\r\nTrees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. This year, the effort has a local focus. Rather than Polar Bears International® gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, we believe this year is a good year to draw attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<strong></strong>\r\n\r\n<strong>What is the “local effort”?</strong>\r\nPlanting trees in urban areas has distinct benefits, but most important is bringing the community together through engagement. Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future, is a critical step in creating a movement to stop our dependence upon fossil fuels and stop global warming.\r\n\r\n<strong>How will the campaign work?</strong>\r\nTrees for You &amp; Me is still a campaign to raise financial resources to plant trees.\r\n• The funding raised will stay in your local community, with your own insititution.\r\n• The funds must be spent on a tree-planting (or appropriate greening effort) and educational event to invite others to join you in additional conservation behaviors.\r\n• The effort should coordinate with Acres with the Atmosphere or it can be part of an international tree planting effort associated with another conservation program.\r\n• And finally, that effort should be shared with others through <a href="http://www.polarbearsinternational.org/myplanetmypart">PBI’s My Planet, My Part</a>.\r\n<strong></strong>\r\n\r\n<strong>When will Trees For You &amp; Me start? </strong>\r\nThe campaign will begin January 1, 2013.\r\n\r\n<span style="font-weight: bold;">When will Trees For You &amp; Me end?</span>\r\nThe campaign will end midnight, PST on March 1, 2013.\r\n\r\n<span style="font-weight: bold;">How can chapters raise and gather campaign funds?</span>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.\r\n\r\n<strong>How will the winners be awarded and announced?</strong>\r\nWe invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on Febrauary 15, 2013.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\r\n<strong></strong>\r\n\r\n<strong>What are the prizes?</strong>\r\nFirst place is awarded to the team with the most funds reported to PBI on March 2, 2013, that were donated by Midnight MST March 1, 2013. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2013, that were donated by Midnight MST February 15, 2013. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.\r\n<strong></strong>\r\n\r\n<strong>How do I start?</strong>\r\n1.  Find a group and become a champion\r\n2.  Make plan for events and strategies to raise the funds over the course of the two months.\r\n3.  Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.\r\n4. Good luck on your efforts.\r\n<strong></strong>\r\n\r\n<strong>How will reporting work?</strong>\r\nEach participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.\r\nPBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2013.)\r\n<strong></strong>\r\n\r\n<strong>What is an example of an  Acres for the Atmosphere project?</strong>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\r\n<strong></strong>\r\n\r\n<strong>What is an example of an urban tree planting?</strong>\r\n<em>City of Sparta, Wisconsin</em>\r\nThe primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.\r\n<strong></strong>\r\n\r\n<strong>What other projects are eligible for tree planting?</strong>\r\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.\r\n<strong></strong>\r\n\r\n<strong>How Does  Planting Trees Help Polar Bears?</strong>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\r\n• Don’t buy products with palm oil\r\n• Purchase shade-grown coffee\r\n• Purchase local meat rather than meat produced in deforested tropical rain forests', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2012-12-28 10:24:54', '2012-12-28 15:24:54', '', 2685, 'http://aazk.org/uncategorized/2685-revision-17/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2702, 2, '2012-12-28 10:19:38', '2012-12-28 15:19:38', '<h1><img class="size-full wp-image-1654 alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" /></h1>\r\n<h1>2013 Campaign</h1></br></br>\r\n\r\n\r\n<strong>What is “Trees for You &amp; Me”?</strong>\r\nTrees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. This year, the effort has a local focus. Rather than Polar Bears International® gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, we believe this year is a good year to draw attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<strong></strong>\r\n\r\n<strong>What is the “local effort”?</strong>\r\nPlanting trees in urban areas has distinct benefits, but most important is bringing the community together through engagement. Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future, is a critical step in creating a movement to stop our dependence upon fossil fuels and stop global warming.\r\n\r\n<strong>How will the campaign work?</strong>\r\nTrees for You &amp; Me is still a campaign to raise financial resources to plant trees.\r\n• The funding raised will stay in your local community, with your own insititution.\r\n• The funds must be spent on a tree-planting (or appropriate greening effort) and educational event to invite others to join you in additional conservation behaviors.\r\n• The effort should coordinate with Acres with the Atmosphere or it can be part of an international tree planting effort associated with another conservation program.\r\n• And finally, that effort should be shared with others through <a href="http://www.polarbearsinternational.org/myplanetmypart">PBI’s My Planet, My Part</a>.\r\n<strong></strong>\r\n\r\n<strong>When will Trees For You &amp; Me start? </strong>\r\nThe campaign will begin January 1, 2013.\r\n\r\n<span style="font-weight: bold;">When will Trees For You &amp; Me end?</span>\r\nThe campaign will end midnight, PST on March 1, 2013.\r\n\r\n<span style="font-weight: bold;">How can chapters raise and gather campaign funds?</span>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.\r\n\r\n<strong>How will the winners be awarded and announced?</strong>\r\nWe invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on Febrauary 15, 2013.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\r\n<strong></strong>\r\n\r\n<strong>What are the prizes?</strong>\r\nFirst place is awarded to the team with the most funds reported to PBI on March 2, 2013, that were donated by Midnight MST March 1, 2013. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2013, that were donated by Midnight MST February 15, 2013. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.\r\n<strong></strong>\r\n\r\n<strong>How do I start?</strong>\r\n1.  Find a group and become a champion\r\n2.  Make plan for events and strategies to raise the funds over the course of the two months.\r\n3.  Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.\r\n4. Good luck on your efforts.\r\n<strong></strong>\r\n\r\n<strong>How will reporting work?</strong>\r\nEach participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.\r\nPBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2013.)\r\n<strong></strong>\r\n\r\n<strong>What is an example of an  Acres for the Atmosphere project?</strong>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\r\n<strong></strong>\r\n\r\n<strong>What is an example of an urban tree planting?</strong>\r\n<em>City of Sparta, Wisconsin</em>\r\nThe primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.\r\n<strong></strong>\r\n\r\n<strong>What other projects are eligible for tree planting?</strong>\r\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.\r\n<strong></strong>\r\n\r\n<strong>How Does  Planting Trees Help Polar Bears?</strong>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\r\n• Don’t buy products with palm oil\r\n• Purchase shade-grown coffee\r\n• Purchase local meat rather than meat produced in deforested tropical rain forests', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2012-12-28 10:19:38', '2012-12-28 15:19:38', '', 2685, 'http://aazk.org/uncategorized/2685-revision-16/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2712, 2, '2012-12-29 10:03:04', '2012-12-29 15:03:04', 'About the Cover/Information for Contributors<span> </span>\r\n\r\nFrom the President<span> </span>\r\n\r\nComing Events<span> </span>\r\n\r\nNew Members<span> </span>\r\n\r\nCall for Papers<span> </span>\r\n\r\nAAZK National Conference Recap<span> </span>\r\n\r\nAAZK Board of Directors Call for Nominations<span> </span>\r\n\r\nInternational Congress of Zoo Keepers: Singapore 2012<span> </span>\r\n\r\nThe Influence Habitat Type and Environmental Enrichments Have on the Stereotypic Behaviors of North American River Otters<span> </span>\r\n\r\nTrees for You and Me<span> </span>\r\n\r\nEnrichment Options: Flying Fox Artists at Work<span> </span>\r\n\r\nLion Fun Days; Conservation Connects Mozambique to Texas<span> </span>\r\n\r\nMy AAZK: A Tale of How This Zoo Keeper Attended an AAZK/AZA Class…FOR FREE!<span> </span>\r\n\r\nTraining Tales: Using Training as a Distraction to Ensure a Low-Stress Knockdown on a Sloth Bear\r\n\r\nAnimal Keepers’ Forum 2012 Index', 'January 2013', 0, '', 'inherit', 'closed', 'closed', '', '2709-autosave', '', '', '2012-12-29 10:03:04', '2012-12-29 15:03:04', '', 2709, 'http://aazk.org/uncategorized/2709-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2713, 2, '2012-12-29 10:05:37', '2012-12-29 15:05:37', '', '7', 0, '', 'inherit', 'closed', 'closed', '', '7', '', '', '2012-12-29 10:05:37', '2012-12-29 15:05:37', '', 2714, 'http://aazk.org/wp-content/uploads/7.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2714, 2, '2012-12-29 10:10:59', '2012-12-29 15:10:59', '<em>Carolina Segarra, Animal Conservation &amp; Research Intern\r\nAshley Yates, Animal Keeper III\r\nPalm Beach Zoo\r\nWest Palm Beach, Florida</em>\r\n\r\n<strong>Introduction/Background: </strong>\r\n\r\nThe North American river otter (<em>Lontra canadensis</em>) is an animal that can be found in numerous zoos and aquariums around North America and is a popular exhibit with guests. In the past, this species of otter was distributed from Canada to Mexico and though they once inhabited most of the major waterways in this region, they are now almost exclusively found in Canada, Alaska, California, and along the East coast. The drastic reduction in their numbers is due to the popular sport of hunting them for their fur back in the mid 1900’s (AZA, 2009). Where found in the wild, they usually stay near a water source including freshwater and coastal marine habitats where food is abundant. This species of otter can survive in rivers, lakes, marshes, swamps, and even estuaries. These otters can also tolerate a variety of environments, including both cold and warm latitudes as well as high elevations which allow them to adapt to most captive settings (Dewey &amp; Ellis, 2003). Usually solitary, males and females will socialize during mating season in late winter through early spring. If successful impregnation occurs, the mother will raise the pups in a den. Despite the fact that this species of otter is usually solitary, males have been found to form large groups of eight or more individuals in environments where resources are abundant (World Association of Zoos and Aquariums, n.d.). These large groups have been placed and managed successfully in zoos and aquariums and show the species’ adaptability (AZA, 2009). This study will focus on two separated pairs of otters (1.3) at the Palm Beach Zoo and the effect certain environmental factors have on their interaction with enrichment items and impact on stereotypical behaviors. The otters were categorized as a mating pair (Sully and Rudder) and a female sibling pair (Thelma and Louise). Because otters are semi-aquatic, they vary the time they spend on land and in water and therefore this study will compare the same enrichment items in a mostly aquatic habitat versus a mostly terrestrial habitat to see how each area affects the use of each enrichment item. The goals of this study are to correlate specific factors that will help identify which type of enrichment is most effective and the areas they will be better used in to help decrease abnormal behaviors which could then lead to better welfare for these animals.<img class="alignright size-full wp-image-2717" title="71" src="http://aecetia.net/gws/aazk/wp-content/uploads/71.jpg" alt="71" width="444" height="364" />\r\n\r\n<strong>Materials and Methods:</strong>\r\n\r\nThe materials used in this study were a time source (one-minute stop watch, cell-phone or wrist watch) and the observational sheet for recording data.  The enrichment methods that were studied were provided by the keeper, Ashley Yates, who also had the decision of choosing how complex each enrichment would be. A schedule was developed so the otters would get an enrichment method they’ve previously received (labeled “old”) as the control, one day and then an enrichment method that they’d never received, (labeled “new”) the day following each study session for comparison. Each session was over a span of two weeks where the otters received the same old enrichment method in their respective habitat one day, the new enrichment method in that same habitat the next day, and then the following week be given the old enrichment in the opposite habitat and new enrichment in that same habitat the day after. Every two weeks the session was repeated with the next set of enrichments scheduled. During each of the study days, the behaviors were observed in the morning (8:00 AM - 11:30 AM), mid-day (11:31 AM – 1:30 PM) and afternoon (1:31 PM – 4:00 PM) for each pair of otters in their respective habitats. This study took eight weeks, during which a total of four enrichment setups were studied and each otter was observed a total of 720 times…\r\n\r\n<strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong>', 'The Influence Habitat Type and Environmental Enrichments have on the Stereotypic Behaviors of North American River Otters', 0, '', 'draft', 'closed', 'closed', '', 'the-influence-habitat-type-and-environmental-enrichments-have-on-the-stereotypic-behaviors-of-north-american-river-otters', '', '', '2013-10-15 17:49:15', '2013-10-15 22:49:15', '', 0, 'http://aazk.org/?p=2714', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2715, 2, '2012-12-29 10:06:13', '2012-12-29 15:06:13', '<strong>Introduction/Background: </strong>\r\n\r\nThe North American river otter (<em>Lontra canadensis</em>) is an animal that can be found in numerous zoos and aquariums around North America and is a popular exhibit with guests. In the past, this species of otter was distributed from Canada to Mexico and though they once inhabited most of the major waterways in this region, they are now almost exclusively found in Canada, Alaska, California, and along the East coast. The drastic reduction in their numbers is due to the popular sport of hunting them for their fur back in the mid 1900’s (AZA, 2009). Where found in the wild, they usually stay near a water source including freshwater and coastal marine habitats where food is abundant. This species of otter can survive in rivers, lakes, marshes, swamps, and even estuaries. These otters can also tolerate a variety of environments, including<img class="alignright size-medium wp-image-2713" title="7" src="http://aecetia.net/gws/aazk/wp-content/uploads/7-300x246.jpg" alt="7" width="300" height="246" />both cold and warm latitudes as well as high elevations which allow them to adapt to most captive settings (Dewey &amp; Ellis, 2003). Usually solitary, males and females will socialize during mating season in late winter through early spring. If successful impregnation occurs, the mother will raise the pups in a den. Despite the fact that this species of otter is usually solitary, males have been found to form large groups of eight or more individuals in environments where resources are abundant (World Association of Zoos and Aquariums, n.d.). These large groups have been placed and managed successfully in zoos and aquariums and show the species’ adaptability (AZA, 2009). This study will focus on two separated pairs of otters (1.3) at the Palm Beach Zoo and the effect certain environmental factors have on their interaction with enrichment items and impact on stereotypical behaviors. The otters were categorized as a mating pair (Sully and Rudder) and a female sibling pair (Thelma and Louise). Because otters are semi-aquatic, they vary the time they spend on land and in water and therefore this study will compare the same enrichment items in a mostly aquatic habitat versus a mostly terrestrial habitat to see how each area affects the use of each enrichment item. The goals of this study are to correlate specific factors that will help identify which type of enrichment is most effective and the areas they will be better used in to help decrease abnormal behaviors which could then lead to better welfare for these animals.\r\n\r\n<strong>Materials and Methods:</strong>\r\n\r\nThe materials used in this study were a time source (one-minute stop watch, cell-phone or wrist watch) and the observational sheet for recording data.  The enrichment methods that were studied were provided by the keeper, Ashley Yates, who also had the decision of choosing how complex each enrichment would be. A schedule was developed so the otters would get an enrichment method they’ve previously received (labeled “old”) as the control, one day and then an enrichment method that they’d never received, (labeled “new”) the day following each study session for comparison. Each session was over a span of two weeks where the otters received the same old enrichment method in their respective habitat one day, the new enrichment method in that same habitat the next day, and then the following week be given the old enrichment in the opposite habitat and new enrichment in that same habitat the day after. Every two weeks the session was repeated with the next set of enrichments scheduled. During each of the study days, the behaviors were observed in the morning (8:00 AM - 11:30 AM), mid-day (11:31 AM – 1:30 PM) and afternoon (1:31 PM – 4:00 PM) for each pair of otters in their respective habitats. This study took eight weeks, during which a total of four enrichment setups were studied and each otter was observed a total of 720 times…', '', 0, '', 'inherit', 'closed', 'closed', '', '2714-revision', '', '', '2012-12-29 10:06:13', '2012-12-29 15:06:13', '', 2714, 'http://aazk.org/uncategorized/2714-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2716, 2, '2012-12-29 10:06:50', '2012-12-29 15:06:50', '<strong>Introduction/Background: </strong>\r\n\r\nThe North American river otter (<em>Lontra canadensis</em>) is an animal that can be found in numerous zoos and aquariums around North America and is a popular exhibit with guests. In the past, this species of otter was distributed from Canada to Mexico and though they once inhabited most of the major waterways in this region, they are now almost exclusively found in Canada, Alaska, California, and along the East coast. The drastic reduction in their numbers is due to the popular sport of hunting them for their fur back in the mid 1900’s (AZA, 2009). Where found in the wild, they usually stay near a water source including freshwater and coastal marine habitats where food is abundant. This species of otter can survive in rivers, lakes, marshes, swamps, and even estuaries. These otters can also tolerate a variety of environments, including<img class="alignright size-medium wp-image-2713" title="7" src="http://aecetia.net/gws/aazk/wp-content/uploads/7-300x246.jpg" alt="7" width="300" height="246" />both cold and warm latitudes as well as high elevations which allow them to adapt to most captive settings (Dewey &amp; Ellis, 2003). Usually solitary, males and females will socialize during mating season in late winter through early spring. If successful impregnation occurs, the mother will raise the pups in a den. Despite the fact that this species of otter is usually solitary, males have been found to form large groups of eight or more individuals in environments where resources are abundant (World Association of Zoos and Aquariums, n.d.). These large groups have been placed and managed successfully in zoos and aquariums and show the species’ adaptability (AZA, 2009). This study will focus on two separated pairs of otters (1.3) at the Palm Beach Zoo and the effect certain environmental factors have on their interaction with enrichment items and impact on stereotypical behaviors. The otters were categorized as a mating pair (Sully and Rudder) and a female sibling pair (Thelma and Louise). Because otters are semi-aquatic, they vary the time they spend on land and in water and therefore this study will compare the same enrichment items in a mostly aquatic habitat versus a mostly terrestrial habitat to see how each area affects the use of each enrichment item. The goals of this study are to correlate specific factors that will help identify which type of enrichment is most effective and the areas they will be better used in to help decrease abnormal behaviors which could then lead to better welfare for these animals.\r\n\r\n<strong>Materials and Methods:</strong>\r\n\r\nThe materials used in this study were a time source (one-minute stop watch, cell-phone or wrist watch) and the observational sheet for recording data.  The enrichment methods that were studied were provided by the keeper, Ashley Yates, who also had the decision of choosing how complex each enrichment would be. A schedule was developed so the otters would get an enrichment method they’ve previously received (labeled “old”) as the control, one day and then an enrichment method that they’d never received, (labeled “new”) the day following each study session for comparison. Each session was over a span of two weeks where the otters received the same old enrichment method in their respective habitat one day, the new enrichment method in that same habitat the next day, and then the following week be given the old enrichment in the opposite habitat and new enrichment in that same habitat the day after. Every two weeks the session was repeated with the next set of enrichments scheduled. During each of the study days, the behaviors were observed in the morning (8:00 AM - 11:30 AM), mid-day (11:31 AM – 1:30 PM) and afternoon (1:31 PM – 4:00 PM) for each pair of otters in their respective habitats. This study took eight weeks, during which a total of four enrichment setups were studied and each otter was observed a total of 720 times…', 'The Influence Habitat Type and Environmental Enrichments have on the Stereotypic Behaviors of North American River Otters', 0, '', 'inherit', 'closed', 'closed', '', '2714-revision-2', '', '', '2012-12-29 10:06:50', '2012-12-29 15:06:50', '', 2714, 'http://aazk.org/uncategorized/2714-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2717, 2, '2012-12-29 10:09:26', '2012-12-29 15:09:26', '', '71', 0, '', 'inherit', 'closed', 'closed', '', '71', '', '', '2012-12-29 10:09:26', '2012-12-29 15:09:26', '', 2714, 'http://aazk.org/wp-content/uploads/71.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2718, 2, '2012-12-29 10:07:44', '2012-12-29 15:07:44', '<em>Carolina Segarra, Animal Conservation &amp; Research Intern\r\nAshley Yates, Animal Keeper III\r\nPalm Beach Zoo\r\nWest Palm Beach, Florida</em>\r\n\r\n<strong>Introduction/Background: </strong>\r\n\r\nThe North American river otter (<em>Lontra canadensis</em>) is an animal that can be found in numerous zoos and aquariums around North America and is a popular exhibit with guests. In the past, this species of otter was distributed from Canada to Mexico and though they once inhabited most of the major waterways in this region, they are now almost exclusively found in Canada, Alaska, California, and along the East coast. The drastic reduction in their numbers is due to the popular sport of hunting them for their fur back in the mid 1900’s (AZA, 2009). Where found in the wild, they usually stay near a water source including freshwater and coastal marine habitats where food is abundant. This species of otter can survive in rivers, lakes, marshes, swamps, and even estuaries. These otters can also tolerate a variety of environments, including<img class="alignright size-medium wp-image-2713" title="7" src="http://aecetia.net/gws/aazk/wp-content/uploads/7-300x246.jpg" alt="7" width="300" height="246" />both cold and warm latitudes as well as high elevations which allow them to adapt to most captive settings (Dewey &amp; Ellis, 2003). Usually solitary, males and females will socialize during mating season in late winter through early spring. If successful impregnation occurs, the mother will raise the pups in a den. Despite the fact that this species of otter is usually solitary, males have been found to form large groups of eight or more individuals in environments where resources are abundant (World Association of Zoos and Aquariums, n.d.). These large groups have been placed and managed successfully in zoos and aquariums and show the species’ adaptability (AZA, 2009). This study will focus on two separated pairs of otters (1.3) at the Palm Beach Zoo and the effect certain environmental factors have on their interaction with enrichment items and impact on stereotypical behaviors. The otters were categorized as a mating pair (Sully and Rudder) and a female sibling pair (Thelma and Louise). Because otters are semi-aquatic, they vary the time they spend on land and in water and therefore this study will compare the same enrichment items in a mostly aquatic habitat versus a mostly terrestrial habitat to see how each area affects the use of each enrichment item. The goals of this study are to correlate specific factors that will help identify which type of enrichment is most effective and the areas they will be better used in to help decrease abnormal behaviors which could then lead to better welfare for these animals.\r\n\r\n<strong>Materials and Methods:</strong>\r\n\r\nThe materials used in this study were a time source (one-minute stop watch, cell-phone or wrist watch) and the observational sheet for recording data.  The enrichment methods that were studied were provided by the keeper, Ashley Yates, who also had the decision of choosing how complex each enrichment would be. A schedule was developed so the otters would get an enrichment method they’ve previously received (labeled “old”) as the control, one day and then an enrichment method that they’d never received, (labeled “new”) the day following each study session for comparison. Each session was over a span of two weeks where the otters received the same old enrichment method in their respective habitat one day, the new enrichment method in that same habitat the next day, and then the following week be given the old enrichment in the opposite habitat and new enrichment in that same habitat the day after. Every two weeks the session was repeated with the next set of enrichments scheduled. During each of the study days, the behaviors were observed in the morning (8:00 AM - 11:30 AM), mid-day (11:31 AM – 1:30 PM) and afternoon (1:31 PM – 4:00 PM) for each pair of otters in their respective habitats. This study took eight weeks, during which a total of four enrichment setups were studied and each otter was observed a total of 720 times…', 'The Influence Habitat Type and Environmental Enrichments have on the Stereotypic Behaviors of North American River Otters', 0, '', 'inherit', 'closed', 'closed', '', '2714-revision-3', '', '', '2012-12-29 10:07:44', '2012-12-29 15:07:44', '', 2714, 'http://aazk.org/uncategorized/2714-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2719, 2, '2012-12-29 10:13:34', '2012-12-29 15:13:34', '<em>Carolina Segarra, Animal Conservation &amp; Research Intern\nAshley Yates, Animal Keeper III\nPalm Beach Zoo\nWest Palm Beach, Florida</em>\n\n<strong>Introduction/Background: </strong>\n\nThe North American river otter (<em>Lontra canadensis</em>) is an animal that can be found in numerous zoos and aquariums around North America and is a popular exhibit with guests. In the past, this species of otter was distributed from Canada to Mexico and though they once inhabited most of the major waterways in this region, they are now almost exclusively found in Canada, Alaska, California, and along the East coast. The drastic reduction in their numbers is due to the popular sport of hunting them for their fur back in the mid 1900’s (AZA, 2009). Where found in the wild, they usually stay near a water source including freshwater and coastal marine habitats where food is abundant. This species of otter can survive in rivers, lakes, marshes, swamps, and even estuaries. These otters can also tolerate a variety of environments, including both cold and warm latitudes as well as high elevations which allow them to adapt to most captive settings (Dewey &amp; Ellis, 2003). Usually solitary, males and females will socialize during mating season in late winter through early spring. If successful impregnation occurs, the mother will raise the pups in a den. Despite the fact that this species of otter is usually solitary, males have been found to form large groups of eight or more individuals in environments where resources are abundant (World Association of Zoos and Aquariums, n.d.). These large groups have been placed and managed successfully in zoos and aquariums and show the species’ adaptability (AZA, 2009). This study will focus on two separated pairs of otters (1.3) at the Palm Beach Zoo and the effect certain environmental factors have on their interaction with enrichment items and impact on stereotypical behaviors. The otters were categorized as a mating pair (Sully and Rudder) and a female sibling pair (Thelma and Louise). Because otters are semi-aquatic, they vary the time they spend on land and in water and therefore this study will compare the same enrichment items in a mostly aquatic habitat versus a mostly terrestrial habitat to see how each area affects the use of each enrichment item. The goals of this study are to correlate specific factors that will help identify which type of enrichment is most effective and the areas they will be better used in to help decrease abnormal behaviors which could then lead to better welfare for these animals.<img class="alignright size-full wp-image-2717" title="71" src="http://aecetia.net/gws/aazk/wp-content/uploads/71.jpg" alt="71" width="444" height="364" />\n\n<strong>Materials and Methods:</strong>\n\nThe materials used in this study were a time source (one-minute stop watch, cell-phone or wrist watch) and the observational sheet for recording data.  The enrichment methods that were studied were provided by the keeper, Ashley Yates, who also had the decision of choosing how complex each enrichment would be. A schedule was developed so the otters would get an enrichment method they’ve previously received (labeled “old”) as the control, one day and then an enrichment method that they’d never received, (labeled “new”) the day following each study session for comparison. Each session was over a span of two weeks where the otters received the same old enrichment method in their respective habitat one day, the new enrichment method in that same habitat the next day, and then the following week be given the old enrichment in the opposite habitat and new enrichment in that same habitat the day after. Every two weeks the session was repeated with the next set of enrichments scheduled. During each of the study days, the behaviors were observed in the morning (8:00 AM - 11:30 AM), mid-day (11:31 AM – 1:30 PM) and afternoon (1:31 PM – 4:00 PM) for each pair of otters in their respective habitats. This study took eight weeks, during which a total of four enrichment setups were studied and each otter was observed a total of 720 times…\n\n<strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong>', 'The Influence Habitat Type and Environmental Enrichments have on the Stereotypic Behaviors of North American River Otters', 0, '', 'inherit', 'closed', 'closed', '', '2714-autosave', '', '', '2012-12-29 10:13:34', '2012-12-29 15:13:34', '', 2714, 'http://aazk.org/uncategorized/2714-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2720, 2, '2012-12-29 10:10:59', '2012-12-29 15:10:59', '<em>Carolina Segarra, Animal Conservation &amp; Research Intern\r\nAshley Yates, Animal Keeper III\r\nPalm Beach Zoo\r\nWest Palm Beach, Florida</em>\r\n\r\n<strong>Introduction/Background: </strong>\r\n\r\nThe North American river otter (<em>Lontra canadensis</em>) is an animal that can be found in numerous zoos and aquariums around North America and is a popular exhibit with guests. In the past, this species of otter was distributed from Canada to Mexico and though they once inhabited most of the major waterways in this region, they are now almost exclusively found in Canada, Alaska, California, and along the East coast. The drastic reduction in their numbers is due to the popular sport of hunting them for their fur back in the mid 1900’s (AZA, 2009). Where found in the wild, they usually stay near a water source including freshwater and coastal marine habitats where food is abundant. This species of otter can survive in rivers, lakes, marshes, swamps, and even estuaries. These otters can also tolerate a variety of environments, including both cold and warm latitudes as well as high elevations which allow them to adapt to most captive settings (Dewey &amp; Ellis, 2003). Usually solitary, males and females will socialize during mating season in late winter through early spring. If successful impregnation occurs, the mother will raise the pups in a den. Despite the fact that this species of otter is usually solitary, males have been found to form large groups of eight or more individuals in environments where resources are abundant (World Association of Zoos and Aquariums, n.d.). These large groups have been placed and managed successfully in zoos and aquariums and show the species’ adaptability (AZA, 2009). This study will focus on two separated pairs of otters (1.3) at the Palm Beach Zoo and the effect certain environmental factors have on their interaction with enrichment items and impact on stereotypical behaviors. The otters were categorized as a mating pair (Sully and Rudder) and a female sibling pair (Thelma and Louise). Because otters are semi-aquatic, they vary the time they spend on land and in water and therefore this study will compare the same enrichment items in a mostly aquatic habitat versus a mostly terrestrial habitat to see how each area affects the use of each enrichment item. The goals of this study are to correlate specific factors that will help identify which type of enrichment is most effective and the areas they will be better used in to help decrease abnormal behaviors which could then lead to better welfare for these animals.<img class="alignright size-full wp-image-2717" title="71" src="http://aecetia.net/gws/aazk/wp-content/uploads/71.jpg" alt="71" width="444" height="364" />\r\n\r\n<strong>Materials and Methods:</strong>\r\n\r\nThe materials used in this study were a time source (one-minute stop watch, cell-phone or wrist watch) and the observational sheet for recording data.  The enrichment methods that were studied were provided by the keeper, Ashley Yates, who also had the decision of choosing how complex each enrichment would be. A schedule was developed so the otters would get an enrichment method they’ve previously received (labeled “old”) as the control, one day and then an enrichment method that they’d never received, (labeled “new”) the day following each study session for comparison. Each session was over a span of two weeks where the otters received the same old enrichment method in their respective habitat one day, the new enrichment method in that same habitat the next day, and then the following week be given the old enrichment in the opposite habitat and new enrichment in that same habitat the day after. Every two weeks the session was repeated with the next set of enrichments scheduled. During each of the study days, the behaviors were observed in the morning (8:00 AM - 11:30 AM), mid-day (11:31 AM – 1:30 PM) and afternoon (1:31 PM – 4:00 PM) for each pair of otters in their respective habitats. This study took eight weeks, during which a total of four enrichment setups were studied and each otter was observed a total of 720 times…', 'The Influence Habitat Type and Environmental Enrichments have on the Stereotypic Behaviors of North American River Otters', 0, '', 'inherit', 'closed', 'closed', '', '2714-revision-4', '', '', '2012-12-29 10:10:59', '2012-12-29 15:10:59', '', 2714, 'http://aazk.org/uncategorized/2714-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2721, 2, '2012-12-29 10:27:00', '2012-12-29 15:27:00', '<p style="text-align: center;"><img class="size-medium wp-image-378 aligncenter" title="training_tails" src="http://aecetia.net/gws/aazk/wp-content/uploads/header_training_tails-300x64.jpg" alt="training_tails" width="300" height="64" /></p>\r\n\r\n<em>By Jenna Schmidt\r\nKeeper\r\nRolling Hills Wildlife Adventure\r\nSalina, Kansas</em>\r\n\r\nJaffna, a sloth bear (<em>Melursus ursinus</em>), arrived at Rolling Hills Wildlife Adventure in May of 2003. It was quickly established that she was not happy on exhibit and would be much more comfortable away from the public’s eye, so she was moved down to off-exhibit holding (called the Main Barn) in October of the same year.\r\n\r\nThe Main Barn is a huge horse barn and show arena left over from before the zoo was established, when the founder of the zoo bred Belgian horses. Over many years the barn has slowly been converted into off-exhibit animal holding, among many other things, by retrofitting the spacious horse stalls in different ways. The four stalls that have been converted into spaces that can handle dangerous animals are split in two, each with a north and south side, so the animal can be shifted away from the keeper. The south sides have small keeper areas that also act as secondary containment (Figure 1). All the stalls in the barn have long narrow fenced-in runs so animals can have outside access.\r\n\r\nI joined the Rolling Hills Keeper Team in late July 2011. The only training Jaffna had received before my arrival was target training, started in July 2010, to assist with shifting issues that sometimes arose during her false pregnancy behaviors and the sleepy winter months. I was eager to start training Jaffna and by October I was training her almost every day. By the end of October we had covered target, sit, stand and open. Even though I was technically the trainer in these sessions, it became readily apparent to me that Jaffna was a very patient teacher and I learned a lot from the finicky sloth bear I had only known for four months.\r\n\r\nJaffna was on a surplus list and in October the Sloth Bear SSP approved to move her to Little Rock Zoo in Little Rock, Arkansas. Thoughts were turned to how we could make this transition as stress-free as possible. We devised a plan that had Jaffna walking into the crate Little Rock was sending to us with no knockdown needed. Time was an important factor in this, so it was disappointing when the crate delivery date was delayed a few times. The crate finally arrived a week or so before the big move.\r\n\r\nOnce the crate arrived, we measured the dimensions of both it and the doors to the stall. It was not going to fit. Even if we did somehow get it into the stall, we would have the problem of hand-carrying a 226 kg (500 lbs.) crate in and then carrying it back out with an added 118 kg (260 lbs.) of sloth bear.\r\n\r\nAfter coming to this realization, our efforts shifted from planning to crate train Jaffna to coming up with ideas to minimize stress for her upcoming knockdown and move. I was eager to utilize her new training behaviors to help us, and after a short meeting with our veterinarian Dr. Danelle Okeson and our vet tech Sara McGinnis we had a game plan: I would train Jaffna on the south side of her stall and our tech, Sara, would blow-dart her while she was focused on the session. Sara would be the one darting her as Jaffna still had ill feelings towards Dr. Okeson since the pre-ship knockdown a month earlier. Sara also works as a relief keeper, so it was an added bonus that Jaffna knew her and was comfortable with her being around the stall and working her.\r\n\r\nWorking in a time crunch once our plan was established, and knowing from previous experience that other people and noises were huge distractions for Jaffna, Sara began standing outside Jaffna’s stall as I did training sessions to desensitize her to Sara’s presence. Our first desensitization and training session took place just six days before Jaffna was scheduled to depart. I trained Jaffna while Sara stood outside the stall, holding a broom loosely by her side to represent the blow dart gun. Jaffna’s entire focus was on Sara for the first 5 minutes of that session and I finally had to bring in the “big guns,” peanut butter, to get a response. We stayed with targeting as I slowly moved her the length of the stall away from Sara. I cued for a stand and as Jaffna responded she noticed the broom Sara was holding. She rushed the wall. I attempted to call her back twice as she ran, paced, charged, and huffed at Sara. Sara moved away and I sat calmly for a few minutes before officially ending the session with our “okay, done, thank you.” Sara and I wanted to get as many sessions in as possible before move day so we tried again that evening in a more casual setting. Instead of locking her over and training from the north side, I trained from the keeper area with the coveted peanut butter. I received perfect responses with no attention paid to the broom-less Sara.\r\n\r\nThe next day I was scheduled to come in late so, not wanting to miss an opportunity for desensitizing, Sara stood by with a broom as my partner Zack Marks did the regular cleaning for the day. Jaffna charged the fence once half-heartedly. We were making progress already.\r\n\r\nThe next two days were our weekend off, so that left us with one day of desensitizing/training before Jaffna’s big day. To compound the time crunch, Jaffna was acting slow and disinterested, characteristics common when she was about to go through one of her false pregnancies. This meant we had to go all out in finding a motivating reinforcer. On the day before Jaffna’s move, peanut butter barely worked in the morning, but Sara was able to raise the broom (“dart gun”) three times for a “shot” as I trained our sloth bear. Knowing peanut butter wasn’t going to be enough of a motivator for long, I consulted Jaffna’s previous keepers and found that blueberry muffin mix was historically a very special treat for her. We needed something that we would only have to give a little of for a reward since ideally she would have an empty stomach for her knockdown. We procured some muffin mix by that evening for our last dry run before the next morning’s move. Jaffna was incredibly slow to get up and going for our session, again showing signs of her false pregnancy sequence of behaviors. Once she realized I had muffin mix, a treat not had for years, she was willing to train. She targeted great with solid hits. Sara got four practice shots lined up with the actual blow dart gun. We were as ready as we could be for the next morning.\r\n\r\nThe next morning, as soon as the Little Rock Zoo van pulled in, we shut down the barn for all personnel except Sara and me to eliminate distractions. As planned, I targeted Jaffna down the stall wall, me down the south side and her on the north (Figure 2). <img class="alignright size-full wp-image-2722" title="jaffna" src="http://aecetia.net/gws/aazk/wp-content/uploads/jaffna.jpg" alt="jaffna" width="465" height="352" />\r\n\r\nI started with offering peanut butter but she refused to accept it and looked pointedly at the muffin mix. She targeted solidly five times with…\r\n\r\n<strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong>', 'Using Training as a Distraction to Ensure a Low-Stress Knockdown On a Sloth Bear ', 0, '', 'draft', 'closed', 'closed', '', 'using-training-as-a-distraction-to-ensure-a-low-stress-knockdown-on-a-sloth-bear', '', '', '2013-10-15 17:49:15', '2013-10-15 22:49:15', '', 0, 'http://aazk.org/?p=2721', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2722, 2, '2012-12-29 10:22:00', '2012-12-29 15:22:00', '', 'jaffna', 0, '', 'inherit', 'closed', 'closed', '', 'jaffna', '', '', '2012-12-29 10:22:00', '2012-12-29 15:22:00', '', 2721, 'http://aazk.org/wp-content/uploads/jaffna.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2723, 2, '2012-12-29 10:24:42', '2012-12-29 15:24:42', '<em>By Jenna Schmidt\nKeeper\nRolling Hills Wildlife Adventure\nSalina, Kansas</em>\n\nJaffna, a sloth bear (<em>Melursus ursinus</em>), arrived at Rolling Hills Wildlife Adventure in May of 2003. It was quickly established that she was not happy on exhibit and would be much more comfortable away from the public’s eye, so she was moved down to off-exhibit holding (called the Main Barn) in October of the same year.\n\nThe Main Barn is a huge horse barn and show arena left over from before the zoo was established, when the founder of the zoo bred Belgian horses. Over many years the barn has slowly been converted into off-exhibit animal holding, among many other things, by retrofitting the spacious horse stalls in different ways. The four stalls that have been converted into spaces that can handle dangerous animals are split in two, each with a north and south side, so the animal can be shifted away from the keeper. The south sides have small keeper areas that also act as secondary containment (Figure 1). All the stalls in the barn have long narrow fenced-in runs so animals can have outside access.\n\nI joined the Rolling Hills Keeper Team in late July 2011. The only training Jaffna had received before my arrival was target training, started in July 2010, to assist with shifting issues that sometimes arose during her false pregnancy behaviors and the sleepy winter months. I was eager to start training Jaffna and by October I was training her almost every day. By the end of October we had covered target, sit, stand and open. Even though I was technically the trainer in these sessions, it became readily apparent to me that Jaffna was a very patient teacher and I learned a lot from the finicky sloth bear I had only known for four months.\n\nJaffna was on a surplus list and in October the Sloth Bear SSP approved to move her to Little Rock Zoo in Little Rock, Arkansas. Thoughts were turned to how we could make this transition as stress-free as possible. We devised a plan that had Jaffna walking into the crate Little Rock was sending to us with no knockdown needed. Time was an important factor in this, so it was disappointing when the crate delivery date was delayed a few times. The crate finally arrived a week or so before the big move.\n\nOnce the crate arrived, we measured the dimensions of both it and the doors to the stall. It was not going to fit. Even if we did somehow get it into the stall, we would have the problem of hand-carrying a 226 kg (500 lbs.) crate in and then carrying it back out with an added 118 kg (260 lbs.) of sloth bear.\n\nAfter coming to this realization, our efforts shifted from planning to crate train Jaffna to coming up with ideas to minimize stress for her upcoming knockdown and move. I was eager to utilize her new training behaviors to help us, and after a short meeting with our veterinarian Dr. Danelle Okeson and our vet tech Sara McGinnis we had a game plan: I would train Jaffna on the south side of her stall and our tech, Sara, would blow-dart her while she was focused on the session. Sara would be the one darting her as Jaffna still had ill feelings towards Dr. Okeson since the pre-ship knockdown a month earlier. Sara also works as a relief keeper, so it was an added bonus that Jaffna knew her and was comfortable with her being around the stall and working her.\n\nWorking in a time crunch once our plan was established, and knowing from previous experience that other people and noises were huge distractions for Jaffna, Sara began standing outside Jaffna’s stall as I did training sessions to desensitize her to Sara’s presence. Our first desensitization and training session took place just six days before Jaffna was scheduled to depart. I trained Jaffna while Sara stood outside the stall, holding a broom loosely by her side to represent the blow dart gun. Jaffna’s entire focus was on Sara for the first 5 minutes of that session and I finally had to bring in the “big guns,” peanut butter, to get a response. We stayed with targeting as I slowly moved her the length of the stall away from Sara. I cued for a stand and as Jaffna responded she noticed the broom Sara was holding. She rushed the wall. I attempted to call her back twice as she ran, paced, charged, and huffed at Sara. Sara moved away and I sat calmly for a few minutes before officially ending the session with our “okay, done, thank you.” Sara and I wanted to get as many sessions in as possible before move day so we tried again that evening in a more casual setting. Instead of locking her over and training from the north side, I trained from the keeper area with the coveted peanut butter. I received perfect responses with no attention paid to the broom-less Sara.\n\nThe next day I was scheduled to come in late so, not wanting to miss an opportunity for desensitizing, Sara stood by with a broom as my partner Zack Marks did the regular cleaning for the day. Jaffna charged the fence once half-heartedly. We were making progress already.\n\nThe next two days were our weekend off, so that left us with one day of desensitizing/training before Jaffna’s big day. To compound the time crunch, Jaffna was acting slow and disinterested, characteristics common when she was about to go through one of her false pregnancies. This meant we had to go all out in finding a motivating reinforcer. On the day before Jaffna’s move, peanut butter barely worked in the morning, but Sara was able to raise the broom (“dart gun”) three times for a “shot” as I trained our sloth bear. Knowing peanut butter wasn’t going to be enough of a motivator for long, I consulted Jaffna’s previous keepers and found that blueberry muffin mix was historically a very special treat for her. We needed something that we would only have to give a little of for a reward since ideally she would have an empty stomach for her knockdown. We procured some muffin mix by that evening for our last dry run before the next morning’s move. Jaffna was incredibly slow to get up and going for our session, again showing signs of her false pregnancy sequence of behaviors. Once she realized I had muffin mix, a treat not had for years, she was willing to train. She targeted great with solid hits. Sara got four practice shots lined up with the actual blow dart gun. We were as ready as we could be for the next morning.\n\nThe next morning, as soon as the Little Rock Zoo van pulled in, we shut down the barn for all personnel except Sara and me to eliminate distractions. As planned, I targeted Jaffna down the stall wall, me down the south side and her on the north (Figure 2). <img class="alignright size-full wp-image-2722" title="jaffna" src="http://aecetia.net/gws/aazk/wp-content/uploads/jaffna.jpg" alt="jaffna" width="465" height="352" />\n\nI started with offering peanut butter but she refused to accept it and looked pointedly at the muffin mix. She targeted solidly five times with…\n\n<strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong>', '', 0, '', 'inherit', 'closed', 'closed', '', '2721-revision', '', '', '2012-12-29 10:24:42', '2012-12-29 15:24:42', '', 2721, 'http://aazk.org/uncategorized/2721-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2724, 2, '2012-12-29 10:26:12', '2012-12-29 15:26:12', '<p style="text-align: center;"><img class="size-medium wp-image-378 aligncenter" title="training_tails" src="http://aecetia.net/gws/aazk/wp-content/uploads/header_training_tails-300x64.jpg" alt="training_tails" width="300" height="64" /></p>\r\n\r\n<em>By Jenna Schmidt\r\nKeeper\r\nRolling Hills Wildlife Adventure\r\nSalina, Kansas</em>\r\n\r\nJaffna, a sloth bear (<em>Melursus ursinus</em>), arrived at Rolling Hills Wildlife Adventure in May of 2003. It was quickly established that she was not happy on exhibit and would be much more comfortable away from the public’s eye, so she was moved down to off-exhibit holding (called the Main Barn) in October of the same year.\r\n\r\nThe Main Barn is a huge horse barn and show arena left over from before the zoo was established, when the founder of the zoo bred Belgian horses. Over many years the barn has slowly been converted into off-exhibit animal holding, among many other things, by retrofitting the spacious horse stalls in different ways. The four stalls that have been converted into spaces that can handle dangerous animals are split in two, each with a north and south side, so the animal can be shifted away from the keeper. The south sides have small keeper areas that also act as secondary containment (Figure 1). All the stalls in the barn have long narrow fenced-in runs so animals can have outside access.\r\n\r\nI joined the Rolling Hills Keeper Team in late July 2011. The only training Jaffna had received before my arrival was target training, started in July 2010, to assist with shifting issues that sometimes arose during her false pregnancy behaviors and the sleepy winter months. I was eager to start training Jaffna and by October I was training her almost every day. By the end of October we had covered target, sit, stand and open. Even though I was technically the trainer in these sessions, it became readily apparent to me that Jaffna was a very patient teacher and I learned a lot from the finicky sloth bear I had only known for four months.\r\n\r\nJaffna was on a surplus list and in October the Sloth Bear SSP approved to move her to Little Rock Zoo in Little Rock, Arkansas. Thoughts were turned to how we could make this transition as stress-free as possible. We devised a plan that had Jaffna walking into the crate Little Rock was sending to us with no knockdown needed. Time was an important factor in this, so it was disappointing when the crate delivery date was delayed a few times. The crate finally arrived a week or so before the big move.\r\n\r\nOnce the crate arrived, we measured the dimensions of both it and the doors to the stall. It was not going to fit. Even if we did somehow get it into the stall, we would have the problem of hand-carrying a 226 kg (500 lbs.) crate in and then carrying it back out with an added 118 kg (260 lbs.) of sloth bear.\r\n\r\nAfter coming to this realization, our efforts shifted from planning to crate train Jaffna to coming up with ideas to minimize stress for her upcoming knockdown and move. I was eager to utilize her new training behaviors to help us, and after a short meeting with our veterinarian Dr. Danelle Okeson and our vet tech Sara McGinnis we had a game plan: I would train Jaffna on the south side of her stall and our tech, Sara, would blow-dart her while she was focused on the session. Sara would be the one darting her as Jaffna still had ill feelings towards Dr. Okeson since the pre-ship knockdown a month earlier. Sara also works as a relief keeper, so it was an added bonus that Jaffna knew her and was comfortable with her being around the stall and working her.\r\n\r\nWorking in a time crunch once our plan was established, and knowing from previous experience that other people and noises were huge distractions for Jaffna, Sara began standing outside Jaffna’s stall as I did training sessions to desensitize her to Sara’s presence. Our first desensitization and training session took place just six days before Jaffna was scheduled to depart. I trained Jaffna while Sara stood outside the stall, holding a broom loosely by her side to represent the blow dart gun. Jaffna’s entire focus was on Sara for the first 5 minutes of that session and I finally had to bring in the “big guns,” peanut butter, to get a response. We stayed with targeting as I slowly moved her the length of the stall away from Sara. I cued for a stand and as Jaffna responded she noticed the broom Sara was holding. She rushed the wall. I attempted to call her back twice as she ran, paced, charged, and huffed at Sara. Sara moved away and I sat calmly for a few minutes before officially ending the session with our “okay, done, thank you.” Sara and I wanted to get as many sessions in as possible before move day so we tried again that evening in a more casual setting. Instead of locking her over and training from the north side, I trained from the keeper area with the coveted peanut butter. I received perfect responses with no attention paid to the broom-less Sara.\r\n\r\nThe next day I was scheduled to come in late so, not wanting to miss an opportunity for desensitizing, Sara stood by with a broom as my partner Zack Marks did the regular cleaning for the day. Jaffna charged the fence once half-heartedly. We were making progress already.\r\n\r\nThe next two days were our weekend off, so that left us with one day of desensitizing/training before Jaffna’s big day. To compound the time crunch, Jaffna was acting slow and disinterested, characteristics common when she was about to go through one of her false pregnancies. This meant we had to go all out in finding a motivating reinforcer. On the day before Jaffna’s move, peanut butter barely worked in the morning, but Sara was able to raise the broom (“dart gun”) three times for a “shot” as I trained our sloth bear. Knowing peanut butter wasn’t going to be enough of a motivator for long, I consulted Jaffna’s previous keepers and found that blueberry muffin mix was historically a very special treat for her. We needed something that we would only have to give a little of for a reward since ideally she would have an empty stomach for her knockdown. We procured some muffin mix by that evening for our last dry run before the next morning’s move. Jaffna was incredibly slow to get up and going for our session, again showing signs of her false pregnancy sequence of behaviors. Once she realized I had muffin mix, a treat not had for years, she was willing to train. She targeted great with solid hits. Sara got four practice shots lined up with the actual blow dart gun. We were as ready as we could be for the next morning.\r\n\r\nThe next morning, as soon as the Little Rock Zoo van pulled in, we shut down the barn for all personnel except Sara and me to eliminate distractions. As planned, I targeted Jaffna down the stall wall, me down the south side and her on the north (Figure 2). <img class="alignright size-full wp-image-2722" title="jaffna" src="http://aecetia.net/gws/aazk/wp-content/uploads/jaffna.jpg" alt="jaffna" width="465" height="352" />\r\n\r\nI started with offering peanut butter but she refused to accept it and looked pointedly at the muffin mix. She targeted solidly five times with…\r\n\r\n<strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong>', 'Using Training as a Distraction to Ensure a Low-Stress Knockdown On a Sloth Bear ', 0, '', 'inherit', 'closed', 'closed', '', '2721-revision-2', '', '', '2012-12-29 10:26:12', '2012-12-29 15:26:12', '', 2721, 'http://aazk.org/uncategorized/2721-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2725, 2, '2012-12-29 10:26:34', '2012-12-29 15:26:34', '<p style="text-align: center;"><img class="size-medium wp-image-378 aligncenter" title="training_tails" src="http://aecetia.net/gws/aazk/wp-content/uploads/header_training_tails-300x64.jpg" alt="training_tails" width="300" height="64" /></p>\r\n\r\n<em>By Jenna Schmidt\r\nKeeper\r\nRolling Hills Wildlife Adventure\r\nSalina, Kansas</em>\r\n\r\nJaffna, a sloth bear (<em>Melursus ursinus</em>), arrived at Rolling Hills Wildlife Adventure in May of 2003. It was quickly established that she was not happy on exhibit and would be much more comfortable away from the public’s eye, so she was moved down to off-exhibit holding (called the Main Barn) in October of the same year.\r\n\r\nThe Main Barn is a huge horse barn and show arena left over from before the zoo was established, when the founder of the zoo bred Belgian horses. Over many years the barn has slowly been converted into off-exhibit animal holding, among many other things, by retrofitting the spacious horse stalls in different ways. The four stalls that have been converted into spaces that can handle dangerous animals are split in two, each with a north and south side, so the animal can be shifted away from the keeper. The south sides have small keeper areas that also act as secondary containment (Figure 1). All the stalls in the barn have long narrow fenced-in runs so animals can have outside access.\r\n\r\nI joined the Rolling Hills Keeper Team in late July 2011. The only training Jaffna had received before my arrival was target training, started in July 2010, to assist with shifting issues that sometimes arose during her false pregnancy behaviors and the sleepy winter months. I was eager to start training Jaffna and by October I was training her almost every day. By the end of October we had covered target, sit, stand and open. Even though I was technically the trainer in these sessions, it became readily apparent to me that Jaffna was a very patient teacher and I learned a lot from the finicky sloth bear I had only known for four months.\r\n\r\nJaffna was on a surplus list and in October the Sloth Bear SSP approved to move her to Little Rock Zoo in Little Rock, Arkansas. Thoughts were turned to how we could make this transition as stress-free as possible. We devised a plan that had Jaffna walking into the crate Little Rock was sending to us with no knockdown needed. Time was an important factor in this, so it was disappointing when the crate delivery date was delayed a few times. The crate finally arrived a week or so before the big move.\r\n\r\nOnce the crate arrived, we measured the dimensions of both it and the doors to the stall. It was not going to fit. Even if we did somehow get it into the stall, we would have the problem of hand-carrying a 226 kg (500 lbs.) crate in and then carrying it back out with an added 118 kg (260 lbs.) of sloth bear.\r\n\r\nAfter coming to this realization, our efforts shifted from planning to crate train Jaffna to coming up with ideas to minimize stress for her upcoming knockdown and move. I was eager to utilize her new training behaviors to help us, and after a short meeting with our veterinarian Dr. Danelle Okeson and our vet tech Sara McGinnis we had a game plan: I would train Jaffna on the south side of her stall and our tech, Sara, would blow-dart her while she was focused on the session. Sara would be the one darting her as Jaffna still had ill feelings towards Dr. Okeson since the pre-ship knockdown a month earlier. Sara also works as a relief keeper, so it was an added bonus that Jaffna knew her and was comfortable with her being around the stall and working her.\r\n\r\nWorking in a time crunch once our plan was established, and knowing from previous experience that other people and noises were huge distractions for Jaffna, Sara began standing outside Jaffna’s stall as I did training sessions to desensitize her to Sara’s presence. Our first desensitization and training session took place just six days before Jaffna was scheduled to depart. I trained Jaffna while Sara stood outside the stall, holding a broom loosely by her side to represent the blow dart gun. Jaffna’s entire focus was on Sara for the first 5 minutes of that session and I finally had to bring in the “big guns,” peanut butter, to get a response. We stayed with targeting as I slowly moved her the length of the stall away from Sara. I cued for a stand and as Jaffna responded she noticed the broom Sara was holding. She rushed the wall. I attempted to call her back twice as she ran, paced, charged, and huffed at Sara. Sara moved away and I sat calmly for a few minutes before officially ending the session with our “okay, done, thank you.” Sara and I wanted to get as many sessions in as possible before move day so we tried again that evening in a more casual setting. Instead of locking her over and training from the north side, I trained from the keeper area with the coveted peanut butter. I received perfect responses with no attention paid to the broom-less Sara.\r\n\r\nThe next day I was scheduled to come in late so, not wanting to miss an opportunity for desensitizing, Sara stood by with a broom as my partner Zack Marks did the regular cleaning for the day. Jaffna charged the fence once half-heartedly. We were making progress already.\r\n\r\nThe next two days were our weekend off, so that left us with one day of desensitizing/training before Jaffna’s big day. To compound the time crunch, Jaffna was acting slow and disinterested, characteristics common when she was about to go through one of her false pregnancies. This meant we had to go all out in finding a motivating reinforcer. On the day before Jaffna’s move, peanut butter barely worked in the morning, but Sara was able to raise the broom (“dart gun”) three times for a “shot” as I trained our sloth bear. Knowing peanut butter wasn’t going to be enough of a motivator for long, I consulted Jaffna’s previous keepers and found that blueberry muffin mix was historically a very special treat for her. We needed something that we would only have to give a little of for a reward since ideally she would have an empty stomach for her knockdown. We procured some muffin mix by that evening for our last dry run before the next morning’s move. Jaffna was incredibly slow to get up and going for our session, again showing signs of her false pregnancy sequence of behaviors. Once she realized I had muffin mix, a treat not had for years, she was willing to train. She targeted great with solid hits. Sara got four practice shots lined up with the actual blow dart gun. We were as ready as we could be for the next morning.\r\n\r\nThe next morning, as soon as the Little Rock Zoo van pulled in, we shut down the barn for all personnel except Sara and me to eliminate distractions. As planned, I targeted Jaffna down the stall wall, me down the south side and her on the north (Figure 2). <img class="alignright size-full wp-image-2722" title="jaffna" src="http://aecetia.net/gws/aazk/wp-content/uploads/jaffna.jpg" alt="jaffna" width="465" height="352" />\r\n\r\nI started with offering peanut butter but she refused to accept it and looked pointedly at the muffin mix. She targeted solidly five times with…\r\n\r\n<strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong>', 'Using Training as a Distraction to Ensure a Low-Stress Knockdown On a Sloth Bear ', 0, '', 'inherit', 'closed', 'closed', '', '2721-revision-3', '', '', '2012-12-29 10:26:34', '2012-12-29 15:26:34', '', 2721, 'http://aazk.org/uncategorized/2721-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2731, 2, '2013-01-09 09:56:55', '2013-01-09 14:56:55', '<h3>Chair</h3>\r\n<img class="alignnone size-full wp-image-2729" title="julie" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="julie" width="250" height="293" /> Julie Hartell De-Nardo - St. Louis Zoo\r\n<h3>Purpose</h3>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n<h3>Projects:</h3>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n<h3>Additional Information</h3>\r\n<ul>\r\n	<li><a href="/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a href="/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a href="/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a href="/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a href="/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1">Training and Enrichment Video Library</a></li>\r\n	<li><a href="/about/committee/behavioral-husbandry/resources/">Resources</a></li>\r\n	<li><a href="/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n	<li><a href="/members/bhc.php">Suggested Guidelines for Enrichment</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n	<li><a href="/about/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n	<li><a href="/members/bhc.php">Enrichment Day Examples</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2013-01-09 09:56:55', '2013-01-09 14:56:55', '', 192, 'http://aazk.org/uncategorized/192-revision-27/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2732, 2, '2013-01-09 10:02:00', '2013-01-09 15:02:00', '<h3>Chair</h3>\r\n<img class="alignnone size-full wp-image-2729" title="julie" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="julie" width="250" height="293" /> <em>Julie Hartell De-Nardo - St. Louis Zoo</em>\r\n<h3>Purpose</h3>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n<h3>Projects:</h3>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n<h3>Additional Information</h3>\r\n<ul>\r\n	<li><a href="/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a href="/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a href="/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a href="/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a href="/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1">Training and Enrichment Video Library</a></li>\r\n	<li><a href="/about/committee/behavioral-husbandry/resources/">Resources</a></li>\r\n	<li><a href="/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n	<li><a href="/members/bhc.php">Suggested Guidelines for Enrichment</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n	<li><a href="/about/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n	<li><a href="/members/bhc.php">Enrichment Day Examples</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2013-01-09 10:02:00', '2013-01-09 15:02:00', '', 192, 'http://aazk.org/uncategorized/192-revision-28/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2736, 2, '2013-01-09 10:09:43', '2013-01-09 15:09:43', '<h3>Chair</h3>\r\n<img class="alignnone size-full wp-image-2729" title="julie" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="julie" width="125" height="146" /> <em><strong>Julie Hartell De-Nardo<em> - St. Louis Zoo</em></strong></em>\r\n<h3>Purpose</h3>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n<h3>Projects:</h3>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n<h3>Additional Information</h3>\r\n<ul>\r\n	<li><a href="/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a href="/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a href="/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a href="/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a href="/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1">Training and Enrichment Video Library</a></li>\r\n	<li><a href="/about/committee/behavioral-husbandry/resources/">Resources</a></li>\r\n	<li><a href="/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n	<li><a href="/members/bhc.php">Suggested Guidelines for Enrichment</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n	<li><a href="/about/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n	<li><a href="/members/bhc.php">Enrichment Day Examples</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2013-01-09 10:09:43', '2013-01-09 15:09:43', '', 192, 'http://aazk.org/uncategorized/192-revision-29/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2737, 2, '2013-01-02 11:51:08', '2013-01-02 16:51:08', '<div class="committee">\r\n<h3><a href="http://aecetia.net/gws/aazk/committee/international-congress-zookeepers/">International Congress of Zookeepers\r\n</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /></div>\r\n<div class="email">Norah Farnham</div>\r\n<div class="email">AAZK representative</div>\r\n<div class="email">Woodland Park Zoo</div>\r\n<div class="email"><a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a></div>\r\n<div class="email">\r\n<div class="name"><img class="size-full wp-image-2529 alignnone" title="sara_wunder2" src="http://aecetia.net/gws/aazk/wp-content/uploads/sara_wunder2.jpg" alt="sara_wunder2" width="150" height="171" /></div>\r\n<div class="email">Sara Wunder Steward</div>\r\n<div class="email">AAZK representative</div>\r\n<div class="email">Busch Gardens Tampa</div>\r\n<div class="email"><a href="mailto:sara.steward@aecetia.net/gws/aazk">sara.steward@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/membership-resources/">Membership Resources</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1251" title="jacque1" src="http://aecetia.net/gws/aazk/wp-content/uploads/jacque1-150x150.jpg" alt="jacque1" width="150" height="150" /></div>\r\n<div class="name">Jacque Blessington</div>\r\n<div class="affiliated_zoo">Kansas City Zoo</div>\r\n<div class="email"><a href="mailto:jacque.blessington@aecetia.net/gws/aazk">jacque.blessington@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/annual-aazk-conferences/">Annual AAZK Conferences</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">Conference Program Chair</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /></div>\r\n<div class="name">Shelly Roach</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Columbus Zoo</div>\r\n<div class="email"><a href="mailto:shelly.roach@aecetia.net/gws/aazk">shelly.roach@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /></div>\r\n<div class="name">Patty Pearthree</div>\r\n<div class="title">Coordinator</div>\r\n<div class="email"><a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="email"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-full wp-image-1937" title="rickotarsky" src="http://aecetia.net/gws/aazk/wp-content/uploads/rickotarsky.jpg" alt="rickotarsky" width="131" height="150" /></div>\r\n<div class="name">Ric Kotarsky</div>\r\n<div class="title">Chair</div>\r\n<div class="title">Tulsa Zoo</div>\r\n<div class="title"><a href="mailto:ric.kotarsky@aecetia.net/gws/aazk">ric.kotarsky@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n<div class="chairman">\r\n<div class="name">Julie Hartell De-Nardo</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:julie.hartell.de-nardo@aecetia.net/gws/aazk">julie.hartell.de-nardo@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1249 alignnone" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /></div>\r\n<div class="name">Janet McCoy</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-2550" title="melaina3" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina3-150x150.jpg" alt="melaina3" width="150" height="150" /></div>\r\n<div class="name">Melaina Wallace</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:melaina.wallace@aecetia.net/gws/aazk">melaina.wallace@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-841 alignnone" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /></div>\r\n<div class="name">Amanda Kamradt</div>\r\n<div class="title">Co-chair</div>\r\n<div class="affiliated_zoo">Zoo New England</div>\r\n<div class="email"><a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a></div>\r\n<div class="email">\r\n<div class="name"><img class="alignnone size-full wp-image-2428" title="christy_poelker" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy_poelker.jpg" alt="christy_poelker" width="136" height="159" /></div>\r\n<div class="name">Christy Poelker</div>\r\n<div class="title">Co-chair</div>\r\n<div class="affiliated_zoo">Saint Louis Zoo</div>\r\n<div class="email"><a href="mailto:christy.poelker@aecetia.net/gws/aazk">christy.poelker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2013-01-02 11:51:08', '2013-01-02 16:51:08', '', 496, 'http://aazk.org/uncategorized/496-revision-28/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2738, 1, '2012-12-09 12:02:40', '2012-12-09 17:02:40', '<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-1249" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /> Janet McCoy\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2013</em></strong>\r\n<h3>Purpose</h3>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards\' criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award\'s recipients each year at the National Conference.\r\n\r\n<strong>Nominations</strong>\r\n\r\n<em>The AAZK Awards Committee is accepting nominations for the Jean M. Hromadka AAZK Excellence in Animal Care Award, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, The AAZK Chapter of the Year Award, Lifetime Achievement Award (LA), the Lee Houts Excellence in Enrichment(LHEE) Award, The Certificate of Merit for Zoo Keeper Education (CMZE), The Certificate of Excellence in Exhibit Design Renovation (CEER), the Mazuri Animal Nutrition Award (MANA), and The Certificate of Merit in Conservation Award(CMC). </em>\r\n\r\nNomination criteria for these nine awards are listed below. These awards will be presented at the 2012 AAZK National Conference in Syracuse, NY. The deadline for all award nominations is <strong>1 May</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\nOr, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\n<strong>Deadline for Nominations is 1 May </strong>\r\n<ul>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/mazuri-animal-nutrition-award-mana/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-in-conservation-cmc/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-aazk-chapter-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>\r\n\r\n<strong><a href="/wp-content/uploads/2009awards.pdf">2009 Award Recipients</a></strong>\r\n\r\n<strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010_awards.pdf">2010 Award Recipients</a></strong>\r\n\r\n<strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2011 awards.pdf">2011 Award Recipients</a></strong>\r\n\r\n<strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/awards2012.pdf">2012 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2012-12-09 12:02:40', '2012-12-09 17:02:40', '', 224, 'http://aazk.org/uncategorized/224-revision-49/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2739, 2, '2013-01-14 06:39:46', '2013-01-14 11:39:46', '<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-1249" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /> Janet McCoy\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2013</em></strong>\r\n<h3>Purpose</h3>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards\' criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award\'s recipients each year at the National Conference.\r\n\r\n<strong>Nominations</strong>\r\n\r\n<em>The AAZK Awards Committee is accepting nominations for the Jean M. Hromadka AAZK Excellence in Animal Care Award, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, The AAZK Chapter of the Year Award, Lifetime Achievement Award (LA), the Lee Houts Excellence in Enrichment(LHEE) Award, The Certificate of Merit for Zoo Keeper Education (CMZE), The Certificate of Excellence in Exhibit Design Renovation (CEER), the Mazuri Animal Nutrition Award (MANA), and The Certificate of Merit in Conservation Award(CMC). </em>\r\n\r\nNomination criteria for these nine awards are listed below. These awards will be presented at the AAZK National Conference. The deadline for all award nominations is <strong>1 May</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\nOr, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\n<strong>Deadline for Nominations is 1 May </strong>\r\n<ul>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/mazuri-animal-nutrition-award-mana/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-in-conservation-cmc/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-aazk-chapter-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>\r\n\r\n<strong><a href="/wp-content/uploads/2009awards.pdf">2009 Award Recipients</a></strong>\r\n\r\n<strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010_awards.pdf">2010 Award Recipients</a></strong>\r\n\r\n<strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2011 awards.pdf">2011 Award Recipients</a></strong>\r\n\r\n<strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/awards2012.pdf">2012 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2013-01-14 06:39:46', '2013-01-14 11:39:46', '', 224, 'http://aazk.org/uncategorized/224-revision-50/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2748, 2, '2013-01-18 17:17:12', '2013-01-18 22:17:12', '<h2>Coordinator</h2>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2>Total Funds Raised to Date: <span style="color: #ff0000;">$4,321,808.48</span></h2>\r\n<h2><strong><strong>2012 Funds Raised to Date: <span style="color: #ff0000;"><em>$337,191.09- this is a new record for amount raised in a year!</em></span></strong></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-01-18 17:17:12', '2013-01-18 22:17:12', '', 168, 'http://aazk.org/uncategorized/168-revision-50/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2743, 2, '2013-01-18 17:02:50', '2013-01-18 22:02:50', '<h2>Coordinator</h2>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2>Total Funds Raised to Date: <span style="color: #ff0000;">$4,321,808.48</span></h2>\r\n<h2><strong><strong>2012 Funds Raised to Date: <span style="color: #ff0000;"><em>$337,191.09- this is a new record for amount raised in a year!</em></span></strong></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so here.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-01-18 17:02:50', '2013-01-18 22:02:50', '', 168, 'http://aazk.org/uncategorized/168-revision-48/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2747, 2, '2013-01-18 17:08:32', '2013-01-18 22:08:32', '<h2>Coordinator</h2>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2>Total Funds Raised to Date: <span style="color: #ff0000;">$4,321,808.48</span></h2>\r\n<h2><strong><strong>2012 Funds Raised to Date: <span style="color: #ff0000;"><em>$337,191.09- this is a new record for amount raised in a year!</em></span></strong></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://aecetia.net/gws/aazk/bfr-chapter-amounts">here</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-01-18 17:08:32', '2013-01-18 22:08:32', '', 168, 'http://aazk.org/uncategorized/168-revision-49/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2749, 2, '2013-01-18 17:23:23', '2013-01-18 22:23:23', '<h2>Coordinator</h2>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2>Total Funds Raised to Date: <span style="color: #ff0000;">$4,321,808.48</span></h2>\r\n<h2><strong><strong>2012 Funds Raised to Date: <span style="color: #ff0000;"><em>$337,191.09- this is a new record for amount raised in a year!</em></span></strong></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<strong><span style="text-decoration: underline;">Bowling for Rhinos Event Calendar</span></strong>\r\n\r\nCheck the calendar below to see if there is an event in your local area.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-01-18 17:23:23', '2013-01-18 22:23:23', '', 168, 'http://aazk.org/uncategorized/168-revision-51/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2753, 2, '2013-01-18 17:35:15', '2013-01-18 22:35:15', '<h2>Coordinator</h2>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2>Total Funds Raised to Date: <span style="color: #ff0000;">$4,321,808.48</span></h2>\r\n<h2><strong><strong>2012 Funds Raised to Date: <span style="color: #ff0000;"><em>$337,191.09- this is a new record for amount raised in a year!</em></span></strong></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\nCheck the calendar below to see if there is a local event in your area.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-01-18 17:35:15', '2013-01-18 22:35:15', '', 168, 'http://aazk.org/uncategorized/168-revision-55/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2750, 2, '2013-01-18 17:24:54', '2013-01-18 22:24:54', '<h2>Coordinator</h2>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2>Total Funds Raised to Date: <span style="color: #ff0000;">$4,321,808.48</span></h2>\r\n<h2><strong><strong>2012 Funds Raised to Date: <span style="color: #ff0000;"><em>$337,191.09- this is a new record for amount raised in a year!</em></span></strong></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<strong><span style="text-decoration: underline;">Bowling for Rhinos Event Calendar</span></strong>\r\n\r\nCheck the calendar below to see if there is an event in your local area.\r\n\r\n<iframe src="https://www.google.com/calendar/embed?src=i632h1mj6669n3peqanca9mjmo%40group.calendar.google.com&ctz=America/Phoenix" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-01-18 17:24:54', '2013-01-18 22:24:54', '', 168, 'http://aazk.org/uncategorized/168-revision-52/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2751, 2, '2013-01-18 17:29:41', '2013-01-18 22:29:41', '<h2>Coordinator</h2>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2>Total Funds Raised to Date: <span style="color: #ff0000;">$4,321,808.48</span></h2>\r\n<h2><strong><strong>2012 Funds Raised to Date: <span style="color: #ff0000;"><em>$337,191.09- this is a new record for amount raised in a year!</em></span></strong></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<strong><span style="text-decoration: underline;">Bowling for Rhinos Event Calendar</span></strong>\r\n\r\nCheck the calendar below to see if there is an event in your local area.\r\n\r\n<iframe src="https://www.google.com/calendar/embed?src=i632h1mj6669n3peqanca9mjmo%40group.calendar.google.com&ctz=America/Phoenix" style="border: 0" width="640" height="480" frameborder="2" scrolling="no"></iframe>\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-01-18 17:29:41', '2013-01-18 22:29:41', '', 168, 'http://aazk.org/uncategorized/168-revision-53/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2752, 2, '2013-01-18 17:32:23', '2013-01-18 22:32:23', '<h2>Coordinator</h2>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2>Total Funds Raised to Date: <span style="color: #ff0000;">$4,321,808.48</span></h2>\r\n<h2><strong><strong>2012 Funds Raised to Date: <span style="color: #ff0000;"><em>$337,191.09- this is a new record for amount raised in a year!</em></span></strong></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<strong><span style="text-decoration: underline;">Bowling for Rhinos Event Calendar</span></strong>\r\n\r\nCheck the calendar below to see if there is an event in your local area.\r\n\r\n<iframe src="https://www.google.com/calendar/embed?src=i632h1mj6669n3peqanca9mjmo%40group.calendar.google.com&ctz=America" style="border: 0" width="640" height="480" frameborder="2" scrolling="no"></iframe>\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-01-18 17:32:23', '2013-01-18 22:32:23', '', 168, 'http://aazk.org/uncategorized/168-revision-54/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2757, 2, '2013-01-21 07:15:44', '2013-01-21 12:15:44', '<h2>Coordinator</h2>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2>Total Funds Raised to Date: <span style="color: #ff0000;">$4,321,808.48</span></h2>\r\n<h2><strong><strong>2012 Funds Raised to Date: <span style="color: #ff0000;"><em>$337,191.09- this is a new record for amount raised in a year!</em></span></strong></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\nCheck the calendar below to see if there is a local event in your area. If you would like to have your event listed, please send your BFR event date &amp; contact info to: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-01-21 07:15:44', '2013-01-21 12:15:44', '', 168, 'http://aazk.org/uncategorized/168-revision-57/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2758, 2, '2013-01-30 09:27:30', '2013-01-30 14:27:30', '', 'sara_wunder21', 0, '', 'inherit', 'closed', 'closed', '', 'sara_wunder21', '', '', '2013-01-30 09:27:30', '2013-01-30 14:27:30', '', 153, 'http://aazk.org/wp-content/uploads/sara_wunder21.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2760, 2, '2013-01-30 09:37:17', '2013-01-30 14:37:17', '', '2012_conf_group', 0, '', 'inherit', 'closed', 'closed', '', '2012_conf_group', '', '', '2013-01-30 09:37:17', '2013-01-30 14:37:17', '', 153, 'http://aazk.org/wp-content/uploads/2012_conf_group.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2759, 2, '2013-01-30 09:33:43', '2013-01-30 14:33:43', '', '2012_icz_sc', 0, '', 'inherit', 'closed', 'closed', '', '2012_icz_sc', '', '', '2013-01-30 09:33:43', '2013-01-30 14:33:43', '', 153, 'http://aazk.org/wp-content/uploads/2012_icz_sc.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2763, 2, '2013-01-30 09:43:33', '2013-01-30 14:43:33', '<h3><img class="aligncenter size-full wp-image-1499" title="icz_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/icz_logo.jpg" alt="icz_logo" width="223" height="169" />AAZK Representatives</h3>\r\n<img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /> Norah Farnham         <img class="alignnone size-full wp-image-2758" title="sara_wunder21" src="http://aecetia.net/gws/aazk/wp-content/uploads/sara_wunder21.jpg" alt="sara_wunder21" width="150" height="171" /> Sara Wunder Steward\r\n\r\n<em><strong>Purpose</strong></em>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK, Inc., and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n\r\nThe ICZ evolved from AAZK’s International Outreach Committee, or IOC. A major accomplishment of the IOC was procuring a travel grant which afforded the opportunity for representatives from 7 of the world’s professional zookeeper associations to meet at the AAZK conference in Columbus Ohio, in 2000. . Since this meeting, the ICZ has grown into an incorporated 501(c) 3 non-profit organization, complete with a Constitution, By- Laws, and 6,000 members from 30 countries.\r\n\r\n<strong>ICZ Mission Statement: </strong>\r\n\r\n\'The ICZ will build a worldwide network among zookeepers and other professionals in the field of wildlife care and conservation. This exchange of experience and knowledge will improve the professionalism of zookeepers for the benefit of the animals under their care and promote awareness and actions that will contribute to the preservation of wildlife everywhere.\'\r\n<strong>\r\nVision Statement:</strong>\r\n\r\n\'A global network of zookeepers with the highest standards of professional animal care contributing to a diverse and sustainable natural world where neither wild animals nor their habitats are in danger.\'\r\n\r\n<strong>Current membership of the ICZ:</strong>\r\n- American Association of Zoo Keepers (AAZK)\r\n- Association of British &amp; Irish Wild Animal Keepers (ABWAK)\r\n- Australasian Society of Zoo Keeping (ASZK)\r\n- Asociación Ibérica de Cuidadores de Animales Salvajes (AICAS) (Spain)\r\n- Association Francophone de Soigneurs Animaliers (AFSA) (France)\r\n- Berufsverband der Zootierpfleger (BdZ) (Germany)\r\n- Stichting De Harpij (Netherlands and Belgium)\r\n-Animal Keepers’ Association of Africa (AKAA)\r\n-Zookeepers’ Association of the Philippines (ZAP)\r\n\r\n<strong>ICZ Steering Committee:</strong>\r\n\r\nPresident:  Rolf Veehuizen, De Harpij\r\nVice President:  Carsten Knott, BdZ\r\nTreasurer:  Liz Romer, ASZK\r\nSecretary:  Carla Srb, ASZK\r\nAAZK Representative:  Norah Farnham &amp; Sara Wunder Steward\r\nABWAK Representatives:  Richard Barnett &amp; Ross Snipp\r\nAFSA Representatives:   Virginie Roy &amp; Damien Lerasle\r\nAICAS Representative:  Albert Pamies &amp; Raul Cabrera\r\nAKAA Representatives:  Robynn Ingle-Moller &amp; John Werth\r\nBdZ Representative:  Carsten Knott &amp; Irene Tomaschek\r\nDe Harpij Representatives:  Dennis Blomjous\r\nZAP Representatives:  Leo Jonathon Suarez, DVM &amp; Emilia Lastica, DVM\r\n\r\n<img class="size-full wp-image-2759 alignnone" title="2012_icz_sc" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_icz_sc.jpg" alt="2012_icz_sc" width="571" height="428" /> <span><em>Steering Committee in Singapore 2012</em></span>\r\n\r\n<em><strong>Strategic Plan:</strong></em>\r\nThe ICZ’s course through 2016 will be guided by eight Strategic Directions:\r\n·    Achieve the highest standards of zookeeping globally.\r\n·    To assist zoos in need of improvement.\r\n·    Securing the financial growth and stability needed to implement the ICZ’s strategy.\r\n·    Increasing ICZ\'s visibility and impact.\r\n·    Improving and developing the ICZ, reflecting the needs of zookeepers, zookeeper associations and zoos needing improvement.\r\n·    Developing and delivering ICZ’s core conservation activities.\r\n·    Developing and strengthening ICZ’s external partnerships.\r\n·    Procure and develop a professional administrative management.\r\n\r\n<em><strong>Upcoming:</strong></em>\r\nThe next ICZ conference will be held in Leipzig, Germany in 2015. Look for exact dates to be announced by Spring 2014.\r\n\r\n<img class="alignleft size-full wp-image-2760" title="2012_conf_group" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_conf_group.jpg" alt="2012_conf_group" width="700" height="467" />\r\n<p style="text-align: center;"></p>\r\n\r\n<strong>For more information:</strong>\r\nCurrently the two AAZK representatives on the ICZ Steering Committee are Norah Farnham and Sara Wunder Steward. You may contact them at:\r\n\r\n<a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a>\r\n<a href="mailto:sara.steward@aecetia.net/gws/aazk">sara.steward@aecetia.net/gws/aazk</a>\r\n\r\nPlease visit the ICZ Website at:  <a href="http://www.iczoo.org">www.iczoo.org</a>', 'International Congress of Zookeepers (ICZ)', 0, '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2013-01-30 09:43:33', '2013-01-30 14:43:33', '', 153, 'http://aazk.org/uncategorized/153-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2761, 2, '2010-06-23 08:21:24', '2010-06-23 13:21:24', '<h3><img class="aligncenter size-full wp-image-1499" title="icz_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/icz_logo.jpg" alt="icz_logo" width="223" height="169" />AAZK Representatives</h3>\r\n<img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /> Shane Good           <img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /> Norah Farnham\r\n\r\n<em><strong>Purpose</strong></em>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK, Inc., and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n\r\nThe ICZ evolved from AAZK’s International Outreach Committee, or IOC. A major accomplishment of the IOC was procuring a travel grant which afforded the opportunity for representatives from 7 of the world’s professional zookeeper associations to meet at the AAZK conference in Columbus Ohio, in 2000. . Since this meeting, the ICZ has grown into an incorporated 501(c) 3 non-profit organization, complete with a Constitution, By- Laws, and 6,000 members from 30 countries.\r\n\r\n<strong>ICZ Mission Statement: </strong>\r\n\r\n\'The ICZ will build a worldwide network among zookeepers and other professionals in the field of wildlife care and conservation. This exchange of experience and knowledge will improve the professionalism of zookeepers for the benefit of the animals under their care and promote awareness and actions that will contribute to the preservation of wildlife everywhere.\'\r\n<strong>\r\nVision Statement:</strong>\r\n\r\n\'A global network of zookeepers with the highest standards of professional animal care contributing to a diverse and sustainable natural world where neither wild animals nor their habitats are in danger.\'\r\n\r\nCurrent membership of the ICZ:\r\n- American Association of Zoo Keepers (AAZK)\r\n- Association of British and Irish Wild Animal Keepers (ABWAK)\r\n- Australasian Society of Zoo Keeping (ASZK)\r\n- Asociación Ibérica de Cuidadores de Animales Salvajes (AICAS) (Spain)\r\n- Association Francophone des Soigneurs Animaliers (ASFA) (France)\r\n- Berufsverband der Zootierpfleger (BdZ) (Germany)\r\n- Foundation Harpij (De Harpij) (Netherlands and Belgium)\r\n-Animal Keepers’ Association of Africa (AKAA)\r\n-Zookeepers’ Association of the Philippines (ZAP)\r\n\r\n<strong>ICZ Steering Committee:</strong>\r\n\r\nPresident:  Shane Good, AAZK\r\nVice President:  Pep Xarles, AICAS\r\nTreasurer:  Liz Romer, ASZK\r\nSecretary:  Carla Srb, ASZK\r\nAAZK Representative:  Norah Farnham\r\nABWAK Representatives:  Paul Howse &amp; Richard Barnett\r\nAFSA Representatives:  Mickael Michault &amp; Virginie Roy\r\nAICAS Representative:  Albert Pamies\r\nAKAA Representatives:  Robynn Ingle-Moller &amp; John Werth\r\nBdZ Representative:  Carsten Knott &amp; Irene Tomaschek\r\nDe Harpij Representatives:  Renee Higler &amp; Rolf Veenhuizen\r\nZAP Representatives:  Leo Jonathon Suarez, DVM &amp; Emilia Lastica, DVM\r\n<img class="aligncenter size-full wp-image-1500" title="icz_sc" src="http://aecetia.net/gws/aazk/wp-content/uploads/icz_sc.jpg" alt="icz_sc" width="800" height="535" /><em>The ICZ Steering Committee and Dr Onnie Byers, Executive Director, Conservation Breeding Specialist Group, Strategic Planning Session, Singapore 2010.</em>\r\n\r\n<em></em>\r\n<em><strong>Strategic Plan:</strong></em>\r\nThe ICZ’s course through 2016 will be guided by eight Strategic Directions:\r\n·    Achieve the highest standards of zookeeping globally.\r\n·    To assist zoos in need of improvement.\r\n·    Securing the financial growth and stability needed to implement the ICZ’s strategy.\r\n·    Increasing ICZ\'s visibility and impact.\r\n·    Improving and developing the ICZ, reflecting the needs of zookeepers, zookeeper associations and zoos needing improvement.\r\n·    Developing and delivering ICZ’s core conservation activities.\r\n·    Developing and strengthening ICZ’s external partnerships.\r\n·    Procure and develop a professional administrative management.\r\n\r\n<em><strong>Upcoming:</strong></em>\r\nThe next ICZ conference will be held in Singapore in 2012. Look for exact dates to be announced by Spring 2011.\r\n<p style="text-align: center;"><img class="aligncenter size-full wp-image-1501" title="conferencegroupphoto" src="http://aecetia.net/gws/aazk/wp-content/uploads/conferencegroupphoto.jpg" alt="conferencegroupphoto" width="604" height="266" /><em>2009 ICZ/AAZK Conference, Woodland Park Zoo, Seattle</em></p>\r\n\r\n<strong>For more information:</strong>\r\nCurrently the two AAZK representatives on the ICZ Steering Committee are Shane Good and Norah Farnham. Shane serves as President of the ICZ as well as AAZK. You may contact them at:\r\n\r\n<a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>\r\n<a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a>\r\n\r\nPlease visit the ICZ Website at:  <a href="http://www.iczoo.org">www.iczoo.org</a>', 'International Congress of Zookeepers (ICZ)', 0, '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2010-06-23 08:21:24', '2010-06-23 13:21:24', '', 153, 'http://aazk.org/uncategorized/153-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2764, 2, '2013-01-30 09:45:02', '2013-01-30 14:45:02', '<h3><img class="aligncenter size-full wp-image-1499" title="icz_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/icz_logo.jpg" alt="icz_logo" width="223" height="169" />AAZK Representatives</h3>\r\n<img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /> Norah Farnham         <img class="alignnone size-full wp-image-2758" title="sara_wunder21" src="http://aecetia.net/gws/aazk/wp-content/uploads/sara_wunder21.jpg" alt="sara_wunder21" width="150" height="171" /> Sara Wunder Steward\r\n\r\n<em><strong>Purpose</strong></em>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK, Inc., and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n\r\nThe ICZ evolved from AAZK’s International Outreach Committee, or IOC. A major accomplishment of the IOC was procuring a travel grant which afforded the opportunity for representatives from 7 of the world’s professional zookeeper associations to meet at the AAZK conference in Columbus Ohio, in 2000. . Since this meeting, the ICZ has grown into an incorporated 501(c) 3 non-profit organization, complete with a Constitution, By- Laws, and 6,000 members from 30 countries.\r\n\r\n<strong>ICZ Mission Statement: </strong>\r\n\r\n\'The ICZ will build a worldwide network among zookeepers and other professionals in the field of wildlife care and conservation. This exchange of experience and knowledge will improve the professionalism of zookeepers for the benefit of the animals under their care and promote awareness and actions that will contribute to the preservation of wildlife everywhere.\'\r\n<strong>\r\nVision Statement:</strong>\r\n\r\n\'A global network of zookeepers with the highest standards of professional animal care contributing to a diverse and sustainable natural world where neither wild animals nor their habitats are in danger.\'\r\n\r\n<strong>Current membership of the ICZ:</strong>\r\n- American Association of Zoo Keepers (AAZK)\r\n- Association of British &amp; Irish Wild Animal Keepers (ABWAK)\r\n- Australasian Society of Zoo Keeping (ASZK)\r\n- Asociación Ibérica de Cuidadores de Animales Salvajes (AICAS) (Spain)\r\n- Association Francophone de Soigneurs Animaliers (AFSA) (France)\r\n- Berufsverband der Zootierpfleger (BdZ) (Germany)\r\n- Stichting De Harpij (Netherlands and Belgium)\r\n-Animal Keepers’ Association of Africa (AKAA)\r\n-Zookeepers’ Association of the Philippines (ZAP)\r\n\r\n<strong>ICZ Steering Committee:</strong>\r\n\r\nPresident:  Rolf Veehuizen, De Harpij\r\nVice President:  Carsten Knott, BdZ\r\nTreasurer:  Liz Romer, ASZK\r\nSecretary:  Carla Srb, ASZK\r\nAAZK Representative:  Norah Farnham &amp; Sara Wunder Steward\r\nABWAK Representatives:  Richard Barnett &amp; Ross Snipp\r\nAFSA Representatives:   Virginie Roy &amp; Damien Lerasle\r\nAICAS Representative:  Albert Pamies &amp; Raul Cabrera\r\nAKAA Representatives:  Robynn Ingle-Moller &amp; John Werth\r\nBdZ Representative:  Carsten Knott &amp; Irene Tomaschek\r\nDe Harpij Representatives:  Dennis Blomjous\r\nZAP Representatives:  Leo Jonathon Suarez, DVM &amp; Emilia Lastica, DVM\r\n\r\n<img class="size-full wp-image-2759 alignnone" title="2012_icz_sc" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_icz_sc.jpg" alt="2012_icz_sc" width="571" height="428" /> <span><em>Steering Committee in Singapore 2012</em></span>\r\n\r\n<em><strong>Strategic Plan:</strong></em>\r\nThe ICZ’s course through 2016 will be guided by eight Strategic Directions:\r\n·    Achieve the highest standards of zookeeping globally.\r\n·    To assist zoos in need of improvement.\r\n·    Securing the financial growth and stability needed to implement the ICZ’s strategy.\r\n·    Increasing ICZ\'s visibility and impact.\r\n·    Improving and developing the ICZ, reflecting the needs of zookeepers, zookeeper associations and zoos needing improvement.\r\n·    Developing and delivering ICZ’s core conservation activities.\r\n·    Developing and strengthening ICZ’s external partnerships.\r\n·    Procure and develop a professional administrative management.\r\n\r\n<em><strong>Upcoming:</strong></em>\r\nThe next ICZ conference will be held in Leipzig, Germany in 2015. Look for exact dates to be announced by Spring 2014.\r\n\r\n<img class="alignleft size-full wp-image-2760" title="2012_conf_group" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_conf_group.jpg" alt="2012_conf_group" width="700" height="467" />\r\n<p style="text-align: center;"></p>\r\n\r\n<strong>For more information:</strong>\r\nCurrently the two AAZK representatives on the ICZ Steering Committee are Norah Farnham and Sara Wunder Steward. You may contact them at:\r\n\r\n<a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a>\r\n<a href="mailto:sara.steward@aecetia.net/gws/aazk">sara.steward@aecetia.net/gws/aazk</a>\r\n\r\nPlease visit the ICZ Website at:  <a href="http://www.iczoo.org">www.iczoo.org</a>', 'International Congress of Zookeepers (ICZ)', 0, '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2013-01-30 09:45:02', '2013-01-30 14:45:02', '', 153, 'http://aazk.org/uncategorized/153-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2765, 2, '2013-01-30 09:46:07', '2013-01-30 14:46:07', '<h3><img class="aligncenter size-full wp-image-1499" title="icz_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/icz_logo.jpg" alt="icz_logo" width="223" height="169" />AAZK Representatives</h3>\r\n<img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /> Norah Farnham         <img class="alignnone size-full wp-image-2758" title="sara_wunder21" src="http://aecetia.net/gws/aazk/wp-content/uploads/sara_wunder21.jpg" alt="sara_wunder21" width="150" height="171" /> Sara Wunder Steward\r\n\r\n<em><strong>Purpose</strong></em>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK, Inc., and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n\r\nThe ICZ evolved from AAZK’s International Outreach Committee, or IOC. A major accomplishment of the IOC was procuring a travel grant which afforded the opportunity for representatives from 7 of the world’s professional zookeeper associations to meet at the AAZK conference in Columbus Ohio, in 2000. . Since this meeting, the ICZ has grown into an incorporated 501(c) 3 non-profit organization, complete with a Constitution, By- Laws, and 6,000 members from 30 countries.\r\n\r\n<strong>ICZ Mission Statement: </strong>\r\n\r\n\'The ICZ will build a worldwide network among zookeepers and other professionals in the field of wildlife care and conservation. This exchange of experience and knowledge will improve the professionalism of zookeepers for the benefit of the animals under their care and promote awareness and actions that will contribute to the preservation of wildlife everywhere.\'\r\n<strong>\r\nVision Statement:</strong>\r\n\r\n\'A global network of zookeepers with the highest standards of professional animal care contributing to a diverse and sustainable natural world where neither wild animals nor their habitats are in danger.\'\r\n\r\n<strong>Current membership of the ICZ:</strong>\r\n- American Association of Zoo Keepers (AAZK)\r\n- Association of British &amp; Irish Wild Animal Keepers (ABWAK)\r\n- Australasian Society of Zoo Keeping (ASZK)\r\n- Asociación Ibérica de Cuidadores de Animales Salvajes (AICAS) (Spain)\r\n- Association Francophone de Soigneurs Animaliers (AFSA) (France)\r\n- Berufsverband der Zootierpfleger (BdZ) (Germany)\r\n- Stichting De Harpij (Netherlands and Belgium)\r\n-Animal Keepers’ Association of Africa (AKAA)\r\n-Zookeepers’ Association of the Philippines (ZAP)\r\n\r\n<strong>ICZ Steering Committee:</strong>\r\n\r\nPresident:  Rolf Veehuizen, De Harpij\r\nVice President:  Carsten Knott, BdZ\r\nTreasurer:  Liz Romer, ASZK\r\nSecretary:  Carla Srb, ASZK\r\nAAZK Representative:  Norah Farnham &amp; Sara Wunder Steward\r\nABWAK Representatives:  Richard Barnett &amp; Ross Snipp\r\nAFSA Representatives:   Virginie Roy &amp; Damien Lerasle\r\nAICAS Representative:  Albert Pamies &amp; Raul Cabrera\r\nAKAA Representatives:  Robynn Ingle-Moller &amp; John Werth\r\nBdZ Representative:  Carsten Knott &amp; Irene Tomaschek\r\nDe Harpij Representatives:  Dennis Blomjous\r\nZAP Representatives:  Leo Jonathon Suarez, DVM &amp; Emilia Lastica, DVM\r\n\r\n<img class="size-full wp-image-2759 alignnone" title="2012_icz_sc" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_icz_sc.jpg" alt="2012_icz_sc" width="571" height="428" />\r\n\r\n<span><em>Steering Committee in Singapore 2012</em></span>\r\n\r\n<em><strong>Strategic Plan:</strong></em>\r\nThe ICZ’s course through 2016 will be guided by eight Strategic Directions:\r\n·    Achieve the highest standards of zookeeping globally.\r\n·    To assist zoos in need of improvement.\r\n·    Securing the financial growth and stability needed to implement the ICZ’s strategy.\r\n·    Increasing ICZ\'s visibility and impact.\r\n·    Improving and developing the ICZ, reflecting the needs of zookeepers, zookeeper associations and zoos needing improvement.\r\n·    Developing and delivering ICZ’s core conservation activities.\r\n·    Developing and strengthening ICZ’s external partnerships.\r\n·    Procure and develop a professional administrative management.\r\n\r\n<em><strong>Upcoming:</strong></em>\r\nThe next ICZ conference will be held in Leipzig, Germany in 2015. Look for exact dates to be announced by Spring 2014.\r\n\r\n<img class="alignleft size-full wp-image-2760" title="2012_conf_group" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_conf_group.jpg" alt="2012_conf_group" width="700" height="467" />\r\n<p style="text-align: center;"></p>\r\n\r\n<strong>For more information:</strong>\r\nCurrently the two AAZK representatives on the ICZ Steering Committee are Norah Farnham and Sara Wunder Steward. You may contact them at:\r\n\r\n<a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a>\r\n<a href="mailto:sara.steward@aecetia.net/gws/aazk">sara.steward@aecetia.net/gws/aazk</a>\r\n\r\nPlease visit the ICZ Website at:  <a href="http://www.iczoo.org">www.iczoo.org</a>', 'International Congress of Zookeepers (ICZ)', 0, '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2013-01-30 09:46:07', '2013-01-30 14:46:07', '', 153, 'http://aazk.org/uncategorized/153-revision-14/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2766, 2, '2013-01-30 09:47:02', '2013-01-30 14:47:02', '<h3><img class="aligncenter size-full wp-image-1499" title="icz_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/icz_logo.jpg" alt="icz_logo" width="223" height="169" />AAZK Representatives</h3>\r\n<img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /> Norah Farnham         <img class="alignnone size-full wp-image-2758" title="sara_wunder21" src="http://aecetia.net/gws/aazk/wp-content/uploads/sara_wunder21.jpg" alt="sara_wunder21" width="150" height="171" /> Sara Wunder Steward\r\n\r\n<em><strong>Purpose</strong></em>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK, Inc., and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n\r\nThe ICZ evolved from AAZK’s International Outreach Committee, or IOC. A major accomplishment of the IOC was procuring a travel grant which afforded the opportunity for representatives from 7 of the world’s professional zookeeper associations to meet at the AAZK conference in Columbus Ohio, in 2000. . Since this meeting, the ICZ has grown into an incorporated 501(c) 3 non-profit organization, complete with a Constitution, By- Laws, and 6,000 members from 30 countries.\r\n\r\n<strong>ICZ Mission Statement: </strong>\r\n\r\n\'The ICZ will build a worldwide network among zookeepers and other professionals in the field of wildlife care and conservation. This exchange of experience and knowledge will improve the professionalism of zookeepers for the benefit of the animals under their care and promote awareness and actions that will contribute to the preservation of wildlife everywhere.\'\r\n<strong>\r\nVision Statement:</strong>\r\n\r\n\'A global network of zookeepers with the highest standards of professional animal care contributing to a diverse and sustainable natural world where neither wild animals nor their habitats are in danger.\'\r\n\r\n<strong>Current membership of the ICZ:</strong>\r\n- American Association of Zoo Keepers (AAZK)\r\n- Association of British &amp; Irish Wild Animal Keepers (ABWAK)\r\n- Australasian Society of Zoo Keeping (ASZK)\r\n- Asociación Ibérica de Cuidadores de Animales Salvajes (AICAS) (Spain)\r\n- Association Francophone de Soigneurs Animaliers (AFSA) (France)\r\n- Berufsverband der Zootierpfleger (BdZ) (Germany)\r\n- Stichting De Harpij (Netherlands and Belgium)\r\n-Animal Keepers’ Association of Africa (AKAA)\r\n-Zookeepers’ Association of the Philippines (ZAP)\r\n\r\n<strong>ICZ Steering Committee:</strong>\r\n\r\nPresident:  Rolf Veehuizen, De Harpij\r\nVice President:  Carsten Knott, BdZ\r\nTreasurer:  Liz Romer, ASZK\r\nSecretary:  Carla Srb, ASZK\r\nAAZK Representative:  Norah Farnham &amp; Sara Wunder Steward\r\nABWAK Representatives:  Richard Barnett &amp; Ross Snipp\r\nAFSA Representatives:   Virginie Roy &amp; Damien Lerasle\r\nAICAS Representative:  Albert Pamies &amp; Raul Cabrera\r\nAKAA Representatives:  Robynn Ingle-Moller &amp; John Werth\r\nBdZ Representative:  Carsten Knott &amp; Irene Tomaschek\r\nDe Harpij Representatives:  Dennis Blomjous\r\nZAP Representatives:  Leo Jonathon Suarez, DVM &amp; Emilia Lastica, DVM\r\n\r\n<img class="size-full wp-image-2759 alignnone" title="2012_icz_sc" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_icz_sc.jpg" alt="2012_icz_sc" width="571" height="428" />\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><span><em>Steering Committee in Singapore 2012</em></span></p>\r\n\r\n<em><strong>Strategic Plan:</strong></em>\r\nThe ICZ’s course through 2016 will be guided by eight Strategic Directions:\r\n·    Achieve the highest standards of zookeeping globally.\r\n·    To assist zoos in need of improvement.\r\n·    Securing the financial growth and stability needed to implement the ICZ’s strategy.\r\n·    Increasing ICZ\'s visibility and impact.\r\n·    Improving and developing the ICZ, reflecting the needs of zookeepers, zookeeper associations and zoos needing improvement.\r\n·    Developing and delivering ICZ’s core conservation activities.\r\n·    Developing and strengthening ICZ’s external partnerships.\r\n·    Procure and develop a professional administrative management.\r\n\r\n<em><strong>Upcoming:</strong></em>\r\nThe next ICZ conference will be held in Leipzig, Germany in 2015. Look for exact dates to be announced by Spring 2014.\r\n\r\n<img class="alignleft size-full wp-image-2760" title="2012_conf_group" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_conf_group.jpg" alt="2012_conf_group" width="700" height="467" />\r\n<p style="text-align: center;"></p>\r\n\r\n<strong>For more information:</strong>\r\nCurrently the two AAZK representatives on the ICZ Steering Committee are Norah Farnham and Sara Wunder Steward. You may contact them at:\r\n\r\n<a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a>\r\n<a href="mailto:sara.steward@aecetia.net/gws/aazk">sara.steward@aecetia.net/gws/aazk</a>\r\n\r\nPlease visit the ICZ Website at:  <a href="http://www.iczoo.org">www.iczoo.org</a>', 'International Congress of Zookeepers (ICZ)', 0, '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2013-01-30 09:47:02', '2013-01-30 14:47:02', '', 153, 'http://aazk.org/uncategorized/153-revision-15/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2767, 2, '2013-01-30 09:48:08', '2013-01-30 14:48:08', '<h3><img class="aligncenter size-full wp-image-1499" title="icz_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/icz_logo.jpg" alt="icz_logo" width="223" height="169" />AAZK Representatives</h3>\r\n<img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /> Norah Farnham         <img class="alignnone size-full wp-image-2758" title="sara_wunder21" src="http://aecetia.net/gws/aazk/wp-content/uploads/sara_wunder21.jpg" alt="sara_wunder21" width="150" height="171" /> Sara Wunder Steward\r\n\r\n<em><strong>Purpose</strong></em>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK, Inc., and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n\r\nThe ICZ evolved from AAZK’s International Outreach Committee, or IOC. A major accomplishment of the IOC was procuring a travel grant which afforded the opportunity for representatives from 7 of the world’s professional zookeeper associations to meet at the AAZK conference in Columbus Ohio, in 2000. . Since this meeting, the ICZ has grown into an incorporated 501(c) 3 non-profit organization, complete with a Constitution, By- Laws, and 6,000 members from 30 countries.\r\n\r\n<strong>ICZ Mission Statement: </strong>\r\n\r\n\'The ICZ will build a worldwide network among zookeepers and other professionals in the field of wildlife care and conservation. This exchange of experience and knowledge will improve the professionalism of zookeepers for the benefit of the animals under their care and promote awareness and actions that will contribute to the preservation of wildlife everywhere.\'\r\n<strong>\r\nVision Statement:</strong>\r\n\r\n\'A global network of zookeepers with the highest standards of professional animal care contributing to a diverse and sustainable natural world where neither wild animals nor their habitats are in danger.\'\r\n\r\n<strong>Current membership of the ICZ:</strong>\r\n- American Association of Zoo Keepers (AAZK)\r\n- Association of British &amp; Irish Wild Animal Keepers (ABWAK)\r\n- Australasian Society of Zoo Keeping (ASZK)\r\n- Asociación Ibérica de Cuidadores de Animales Salvajes (AICAS) (Spain)\r\n- Association Francophone de Soigneurs Animaliers (AFSA) (France)\r\n- Berufsverband der Zootierpfleger (BdZ) (Germany)\r\n- Stichting De Harpij (Netherlands and Belgium)\r\n-Animal Keepers’ Association of Africa (AKAA)\r\n-Zookeepers’ Association of the Philippines (ZAP)\r\n\r\n<strong>ICZ Steering Committee:</strong>\r\n\r\nPresident:  Rolf Veehuizen, De Harpij\r\nVice President:  Carsten Knott, BdZ\r\nTreasurer:  Liz Romer, ASZK\r\nSecretary:  Carla Srb, ASZK\r\nAAZK Representative:  Norah Farnham &amp; Sara Wunder Steward\r\nABWAK Representatives:  Richard Barnett &amp; Ross Snipp\r\nAFSA Representatives:   Virginie Roy &amp; Damien Lerasle\r\nAICAS Representative:  Albert Pamies &amp; Raul Cabrera\r\nAKAA Representatives:  Robynn Ingle-Moller &amp; John Werth\r\nBdZ Representative:  Carsten Knott &amp; Irene Tomaschek\r\nDe Harpij Representatives:  Dennis Blomjous\r\nZAP Representatives:  Leo Jonathon Suarez, DVM &amp; Emilia Lastica, DVM\r\n\r\n<img class="size-full wp-image-2759 alignnone" title="2012_icz_sc" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_icz_sc.jpg" alt="2012_icz_sc" width="571" height="428" />\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><span><em>Steering Committee in Singapore 2012</em></span></p>\r\n\r\n<em><strong>Strategic Plan:</strong></em>\r\nThe ICZ’s course through 2016 will be guided by eight Strategic Directions:\r\n·    Achieve the highest standards of zookeeping globally.\r\n·    To assist zoos in need of improvement.\r\n·    Securing the financial growth and stability needed to implement the ICZ’s strategy.\r\n·    Increasing ICZ\'s visibility and impact.\r\n·    Improving and developing the ICZ, reflecting the needs of zookeepers, zookeeper associations and zoos needing improvement.\r\n·    Developing and delivering ICZ’s core conservation activities.\r\n·    Developing and strengthening ICZ’s external partnerships.\r\n·    Procure and develop a professional administrative management.\r\n\r\n<em><strong>Upcoming:</strong></em>\r\nThe next ICZ conference will be held in Leipzig, Germany in 2015. Look for exact dates to be announced by Spring 2014.\r\n\r\n<img class="alignleft size-full wp-image-2760" title="2012_conf_group" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_conf_group.jpg" alt="2012_conf_group" width="700" height="467" />\r\n<p style="text-align: center;"></p>\r\n\r\n<strong>For more information:</strong>\r\nCurrently the two AAZK representatives on the ICZ Steering Committee are Norah Farnham and Sara Wunder Steward. You may contact them at:\r\n\r\n<a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a>\r\n<a href="mailto:sara.steward@aecetia.net/gws/aazk">sara.steward@aecetia.net/gws/aazk</a>\r\n\r\nPlease visit the ICZ Website at:  <a href="http://www.iczoo.org">www.iczoo.org</a>', 'International Congress of Zookeepers (ICZ)', 0, '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2013-01-30 09:48:08', '2013-01-30 14:48:08', '', 153, 'http://aazk.org/uncategorized/153-revision-16/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2768, 2, '2013-01-31 16:18:36', '2013-01-31 21:18:36', 'About the Cover/Information for Contributors<span> </span>\r\n\r\nFrom the President<span> </span>\r\n\r\nThe Scoop<span> </span>\r\n\r\nAn Interview with AAZK Board Member Deana Walz<span> </span>\r\n\r\nComing Events<span> </span>\r\n\r\nNew Members<span> </span>\r\n\r\nCall for Nominations<span> </span>\r\n\r\nManaging a Large Number of Animal Handlers in a Program Animals Setting<span> </span>\r\n\r\nThe Use of Vocal Playback as a Tool for Breeding in Captive Birds<span> </span>\r\n\r\nAsk the Vet<span> </span>\r\n\r\nEnrichment Options: Evaluating the Effectiveness of the Behavioural Enrichment Plan for 2.2 Ring-Tailed Lemurs (<em>Lemur catta</em>) at the Toronto Zoo<span> </span>\r\n\r\nTraining Tales: From Fear to Friend: Building Trust Between Keeper and Animal Through Training<span> </span>\r\n\r\nConservation Station: Local Organic Farming Conserves and Enriches Everybody', 'February 2013', 0, '', 'draft', 'closed', 'closed', '', 'february-2013', '', '', '2013-10-15 17:49:15', '2013-10-15 22:49:15', '', 0, 'http://aazk.org/?p=2768', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2769, 2, '2013-01-31 16:18:16', '2013-01-31 21:18:16', '', 'February 2013', 0, '', 'inherit', 'closed', 'closed', '', '2768-revision', '', '', '2013-01-31 16:18:16', '2013-01-31 21:18:16', '', 2768, 'http://aazk.org/uncategorized/2768-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2770, 2, '2013-01-31 16:29:22', '2013-01-31 21:29:22', '<p style="text-align: left;"><img class="size-full wp-image-378 aligncenter" title="training_tails" src="http://aecetia.net/gws/aazk/wp-content/uploads/header_training_tails.jpg" alt="training_tails" width="317" height="68" /></p>\r\n<p style="text-align: left;"></p>\r\n\r\n<em>By Eunice Hui, Lead Keeper, and Molly Feldman, Keeper Apprentice, CuriOdyssey, San Mateo, CA</em>\r\n\r\nAggression.  Fear.  Distrust.  These are not the qualities keepers like to see in the animals for which they care; nor are they the qualities that make captive animal management easy.  So when it was decided in the summer of 2009 that Mina, a North American badger (<em>Taxidea taxus</em>), would be started on a training program, this is what we were dealing with.  After four years as a resident of CuriOdyssey (formerly known as Coyote Point Museum), she still showed an extreme lack of habituation which was expressed through a series of aggressive behaviors: hissing, grunting and shaking when the keepers entered the service area, she hid in her den both on exhibit and in her night quarters, quickly running outside in the morning, and sometimes refusing to come in at night.  Needless to say, it was evident that something had to change.  Given the many benefits of operant conditioning, a formal training plan was written for Mina with the following goals in mind: 1) Target training, 2) Desensitization to two trainers in the room, 3) Crate Training and 4) Injection training.  But how do you train an animal that lacks the two most basic requirements for success: a willingness to approach a human being and a motivation to work, even for food?  The answer, we discovered, is slowly, patiently, and to never underestimate what is possible when you give your time to even the most uncooperative of animals.  This paper will discuss the challenges encountered and behavioral changes observed once training commenced, reinforcing the value of a positive keeper-animal relationship and its effect on captive animal welfare.\r\n\r\n<strong>History</strong>\r\n\r\nMina, the North American Badger arrived at Coyote Point Museum in April 2005.  Her transition was far from smooth once introduced to the exhibit.  Each day she buried herself under the dirt, forcing the keepers to dig her out every evening before shifting her into the night quarters.  She also managed to break through the fake rockwork and climb into a cement crevice inside of her den, making it impossible to gain access to her.  Since she would not willingly come out during the day, Keepers had to devise a way to get her back into the night house overnight and trap her in there so that the hole could be repaired.  Many days of troubleshooting like this went by before Mina was able to enter her exhibit each day without any major problems.  However, she continually appeared lethargic and spent most of the day hiding. Alloy [1979] states that inactivity displayed by an animal may be caused by learned helplessness, if the subject has the experience that there is no possibility to escape an environment perceived as negative. For a captive born animal, Mina appeared to have trouble coping with changes to her surroundings or daily routine and remained continually fearful, aggressive and uncooperative.  Additionally, she was easily startled by loud noises (e.g. door slamming or the arrival of a garbage truck) and usually refused to come inside at night, leaving the keepers with no alternative but to use a herding board to coax her in. For these reasons, a training program was implemented with the hopes of improving Mina’s quality of life and making management easier on both her and the keepers.\r\n\r\n<strong>Preparation</strong>\r\n\r\nThere were many obstacles to overcome in the initial stages of Mina’s training.  The first was to find a food item for which she would be motivated to train.  A variety of treats were offered to her each day but she showed no interest in anything except her normal diet, particularly the meat.  The second obstacle was that due to her temperament, direct contact was impossible and training would have to take place via protected contact in her night quarters (Photo 1).\r\n\r\nThis limited the ways in which we could get close enough to her or get her attention if she chose not to approach us herself.  Further complicating matters was a third obstacle: she wouldn’t approach anyone, ever.  However all of this changed with the introduction of something that was not initially considered to be of importance: a new keeper.\r\n\r\nIt was decided early on that Molly Feldman, the Keeper Apprentice, would be put in charge of Mina’s training.  Molly had only been working at the museum for a few weeks and along with the other keepers, had been given the opportunity of trying to get Mina accustomed to hand feeding (using tongs) through the fence in her night quarters (Photo 2). Everyone had tried coaxing her out of her den each day but she wouldn’t move, even for a piece of mouse or chicken.  Instead she remained as hidden as possible, hissing and snarling at anyone who tried talking to her or came within her line of vision.  It was therefore a surprise when one day she cautiously made her way over to Molly, snatched the meat from the tongs and quickly retreated to her “safe place.”  After seeing Mina respond to a new keeper with whom she had no previous associations, it was realized that this was the way to get her training program started.  It was also decided that Mina would be trained with the meat from her diet since it seemed to be the only thing she ate consistently and would not be at risk of becoming overweight from the use of extra treats.  With the initial obstacles seemingly overcome, the process of building a trusting relationship between badger and human began.\r\n\r\n<strong>Training</strong>\r\n\r\nGaining Mina’s trust was critical to the success of her training plan. The first month was devoted to getting her comfortable enough with her trainer’s presence and allowing her to hand feed.  This meant sitting on the ground outside of her run, offering pieces of food through the fence and waiting for a response. The environment had to be as secure as possible with few external noises and limited movement by the trainer.  Sudden movements would quickly send her back into her den, hissing and shaking.  After a few weeks of patiently encouraging her to eat from the tongs, Mina was already displaying less aggression and approached the trainer more readily.  She had progressed from quickly taking the meat and leaving, to staying to chew one piece; then two, then three.  Once she was consistently eating all the meat without retreating, it was decided that their relationship had a secure enough foundation to move forward and introduce the verbal bridge, “good”. At this point Mina was still very reactive to everything, voices being no exception, so the trainer began by whispering the bridge as Mina simultaneously took a piece of meat from the tongs.  Her initial response was to hiss and retreat, come back for another piece and repeat.  However after only a few sessions the trainer was able to speak louder and louder until Mina was accustomed to the regular volume of her voice.\r\n\r\nThe next stage was to desensitize Mina to movement, as any change in the trainer’s seated position would cause displays of disapproval.  This began by slowly making small movements such as leaning to the side or stretching out a leg, all the while continuing to strengthen the bridge.  This progressed to the trainer being able to stand up and sit back down, while reinforcing Mina for remaining calm throughout.  By the end of the second month it seemed she was understanding the bridge and had even begun exhibiting signs of positive emotions associated with improved coping behavior, as pointed out by Boissy et al. (2007): “A number of signs can indicate positive experience in animals – for example, successful coping, reward and wanting, resulting in goal-directed behavior.”  Mina was demonstrating less fear and aggression and was willingly participating in most training sessions.  She seemed eager to approach the trainer and continually appeared interested and motivated.  Thus with the bridge checked off the list and her trust in the trainer clearly established, Mina was ready to move on to learning other behaviors that would hopefully allow her transformation to continue.\r\n\r\nThe following eight months of training progressed very quickly.  Training sessions were conducted five days per week, twice a day if time allowed.  They initially took place in the morning and evening, but this was changed to a variable schedule as she was not always motivated during these times of the day.  In the end, the unpredictability made her much easier to shift as she would eagerly come inside at any time, expecting a session to take place (Photo 3).\r\n\r\nUnpredictability was also beneficial in eradicating the potential for superstitious behaviors.  In the beginning, Mina was very sensitive to change.  However once her behaviors became stronger, the trainer began to make changes such as re-arranging the furniture in her run, training occasionally with the guillotine door open, or leaving the radio turned up.   While she was still sometimes spooked by an unforeseen noise, she very rarely ended her participation because of it. Each session began in the same place, the front left corner of the run, which became an unofficial station.  She had developed a “calm position” during our desensitization stage where she would stick her nose through the fence and wait (Photo 4).  The trainer took advantage of this and started by gently touching her on the nose with the target pole (the end of a broomstick which was padded for safety) and saying the word “Target”. This progressed to holding it against her nose for longer and longer periods of time before bridging. Eventually it was moved over a few inches, then a few feet, until she would consistently move to wherever it was placed. Later in the year, the trainer was able to use this behavior to train another: climbing the fence.  By asking her to target above her head, she would pull herself up exposing her abdomen, and could be asked to climb higher or climb down simply by moving the target pole around.  The pole was phased out and was replaced with hand cues in conjunction with a hold behavior so she did not climb down before being asked (Photo 5).  These behaviors were all precursors to the goal of injection training, which would also require the essential element of touch. As Mina’s behavior was changing throughout the year, so was her personality.  Mina began exhibiting signs of positive emotions with improved coping behavior and demonstrating less fear and aggression. Once a timid badger, she was now bold enough to reach her arm through the fence with her paw if the trainer was not going fast enough.  The trainer took advantage of this by capturing the behavior known as “Paw,” in which Mina reached through the fence and placed her paw in the trainer’s open palm.  This became her strongest behavior and a consistent way to reward her if she was struggling with something else.  It also introduced the concept of touch, which was extended to scratching her belly during a climb, and eventually to being poked on the flank with a capped pen in the beginning stages of injection training.\r\n\r\nBy this time, Molly’s apprenticeship was coming to an end.  It became necessary to begin introducing a secondary trainer and hopefully transfer the behaviors Mina had learned over the past eight months.  As with everything else, this process required patience and persistence.  Rather than being asked for behaviors, Mina was simply rewarded for staying calm and coming out of her den in the presence of a second person.  Mina was not quite ready to train but was comfortable enough to take food from another person when her new trainer, Eunice Hui, was finally introduced.  It was therefore decided that Eunice would begin building her own trusting relationship with Mina, by simply hand feeding her until Mina was prepared to move on.\r\n\r\nThanks to Molly’s many months of hard work in establishing a baseline for training behaviors, Eunice was able to take over with minimal setbacks.  She was introduced to Mina as a secondary trainer in February 2010 and became the primary in June 2010.  The goals for Mina at that time were to tighten the criteria for some of her established behaviors, continue with injection training and begin crate training (Mina was to willingly enter her transport crate and allow the door to be closed and locked).  This was no easy task as Mina had strong, negative associations with the crate due to years of forced entry for veterinary check-ups, weighing and other management needs. Mina’s den in the night house was replaced with her crate.  The trainer captured the behavior by saying “crate” every time she entered the crate.  It took her about one month to enter the crate on command after the behavior was captured. It took almost a year of practice, including closing, locking and opening the door while she was inside, before the behavior was learned in full. Injection training was a less complicated process, although there were some minor issues to deal with along the way.  The first thing that needed to be done was to improve the climbing behavior so that Mina was positioned with her left rear leg pressed against the fence.  Having her climb in the corner of the run was the only way to accomplish this, so the trainer began rewarding her only when she was fully situated there. The day she realized what the trainer was doing, it was as if a light bulb turned on in her head!  It was amazing to see her understand what the trainer wanted from her; she climbed up onto the chain link and scooted her body against the corner of the cage.  It was truly a breakthrough as from this moment forward she consistently performed the behavior correctly and allowed the trainer to begin working on desensitization to the feel of an injection.  Using the end of a pen, the trainer began by lightly touching Mina on the left flank.  While she had no particular response to this, her “Hold” behavior was inconsistent and she began sliding down the fence prematurely. The trainer decided to extinguish that behavior and replace it with a cue for her to climb “down” on command.  This worked magnificently and allowed the trainer to continue desensitizing her to the feel of a pen, syringe tip, blunt needle and finally a sharp needle (Photo 6).  It took a total of six months but on the 11th of August 2011 she was successfully hand injected with a rabies vaccine, using a 19 gauge needle!\r\n\r\n<strong>Challenges and Changes</strong>\r\n\r\nIt took two years of training before Mina consistently performed the injection and crating behaviors, and there were many setbacks along the way.  During the late fall, she went through a natural period of inactivity for approximately two months in which she spent most of the day sleeping.  Her decreased appetite at this time left her with no interest in training. We also experienced problems if we challenged her too much or moved too quickly.  Her frustration was expressed by aggressive vocalizations or refusing to engage in training.  Initially this meant regressing to a more simple behavior and moving forward again in smaller steps, even if this took weeks.  Setbacks like this made it seem as though she was not progressing, especially in the beginning.  However, slowly but surely, we began to see changes in her overall behavior. She started to anticipate training sessions and anytime she heard the door close in the service area, she would immediately wake up and wait for us to let her in for training.  She also began to willingly come inside her night house without the keepers having to use a herding board and her interest in enrichment increased dramatically. Her improved<img class="alignright size-full wp-image-2772" title="mina1" src="http://aecetia.net/gws/aazk/wp-content/uploads/mina1.jpg" alt="mina1" width="600" height="423" />temperament has also helped her in recovering from fearful experiences more quickly.\r\n\r\nBefore training began, any sudden or loud noise would send her frantically into a hiding place, hissing and grunting as she went.  In the initial stages of training this was enough for her to end a session and steps had to be taken to ensure there were as few “surprises” as possible.  Today, though she may still react to an unexpected event, she is able to recover within a matter of seconds and continue with what she was doing.\r\n\r\n<strong>Conclusion</strong>\r\n\r\nMina went from fearful, aggressive and reclusive to a confident…\r\n<div><strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong></div>', 'From Fear to Friend: Building Trust Between Keeper and Animal Through Training', 0, '', 'draft', 'closed', 'closed', '', 'from-fear-to-friend-building-trust-between-keeper-and-animal-through-training', '', '', '2013-10-15 17:49:15', '2013-10-15 22:49:15', '', 0, 'http://aazk.org/?p=2770', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2771, 2, '2013-01-31 16:25:38', '2013-01-31 21:25:38', '', 'mina', 0, '', 'inherit', 'closed', 'closed', '', 'mina', '', '', '2013-01-31 16:25:38', '2013-01-31 21:25:38', '', 2770, 'http://aazk.org/wp-content/uploads/mina.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2772, 2, '2013-01-31 16:29:02', '2013-01-31 21:29:02', '', 'mina1', 0, '', 'inherit', 'closed', 'closed', '', 'mina1', '', '', '2013-01-31 16:29:02', '2013-01-31 21:29:02', '', 2770, 'http://aazk.org/wp-content/uploads/mina1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2773, 2, '2013-01-31 16:26:40', '2013-01-31 21:26:40', '<p style="text-align: left;"><img class="size-full wp-image-378 aligncenter" title="training_tails" src="http://aecetia.net/gws/aazk/wp-content/uploads/header_training_tails.jpg" alt="training_tails" width="317" height="68" /></p>\n<p style="text-align: left;"></p>\n\n<em>By Eunice Hui, Lead Keeper, and Molly Feldman, Keeper Apprentice, CuriOdyssey, San Mateo, CA</em>\n\nAggression.  Fear.  Distrust.  These are not the qualities keepers like to see in the animals for which they care; nor are they the qualities that make captive animal management easy.  So when it was decided in the summer of 2009 that Mina, a North American badger (<em>Taxidea taxus</em>), would be started on a training program, this is what we were dealing with.  After four years as a resident of CuriOdyssey (formerly known as Coyote Point Museum), she still showed an extreme lack of habituation which was expressed through a series of aggressive behaviors: hissing, grunting and shaking when the keepers entered the service area, she hid in her den both on exhibit and in her night quarters, quickly running outside in the morning, and sometimes refusing to come in at night.  Needless to say, it was evident that something had to change.  Given the many benefits of operant conditioning, a formal training plan was written for Mina with the following goals in mind: 1) Target training, 2) Desensitization to two trainers in the room, 3) Crate Training and 4) Injection training.  But how do you train an animal that lacks the two most basic requirements for success: a willingness to approach a human being and a motivation to work, even for food?  The answer, we discovered, is slowly, patiently, and to never underestimate what is possible when you give your time to even the most uncooperative of animals.  This paper will discuss the challenges encountered and behavioral changes observed once training commenced, reinforcing the value of a positive keeper-animal relationship and its effect on captive animal welfare.\n\n<strong>History</strong>\n\nMina, the North American Badger arrived at Coyote Point Museum in April 2005.  Her transition was far from smooth once introduced to the exhibit.  Each day she buried herself under the dirt, forcing the keepers to dig her out every evening before shifting her into the night quarters.  She also managed to break through the fake rockwork and climb into a cement crevice inside of her den, making it impossible to gain access to her.  Since she would not willingly come out during the day, Keepers had to devise a way to get her back into the night house overnight and trap her in there so that the hole could be repaired.  Many days of troubleshooting like this went by before Mina was able to enter her exhibit each day without any major problems.  However, she continually appeared lethargic and spent most of the day hiding. Alloy [1979] states that inactivity displayed by an animal may be caused by learned helplessness, if the subject has the experience that there is no possibility to escape an environment perceived as negative. For a captive born animal, Mina appeared to have trouble coping with changes to her surroundings or daily routine and remained continually fearful, aggressive and uncooperative.  Additionally, she was easily startled by loud noises (e.g. door slamming or the arrival of a garbage truck) and usually refused to come inside at night, leaving the keepers with no alternative but to use a herding board to coax her in. For these reasons, a training program was implemented with the hopes of improving Mina’s quality of life and making management easier on both her and the keepers.\n\n<strong>Preparation</strong>\n\nThere were many obstacles to overcome in the initial stages of Mina’s training.  The first was to find a food item for which she would be motivated to train.  A variety of treats were offered to her each day but she showed no interest in anything except her normal diet, particularly the meat.  The second obstacle was that due to her temperament, direct contact was impossible and training would have to take place via protected contact in her night quarters (Photo 1).\n\nThis limited the ways in which we could get close enough to her or get her attention if she chose not to approach us herself.  Further complicating matters was a third obstacle: she wouldn’t approach anyone, ever.  However all of this changed with the introduction of something that was not initially considered to be of importance: a new keeper.\n\nIt was decided early on that Molly Feldman, the Keeper Apprentice, would be put in charge of Mina’s training.  Molly had only been working at the museum for a few weeks and along with the other keepers, had been given the opportunity of trying to get Mina accustomed to hand feeding (using tongs) through the fence in her night quarters (Photo 2). Everyone had tried coaxing her out of her den each day but she wouldn’t move, even for a piece of mouse or chicken.  Instead she remained as hidden as possible, hissing and snarling at anyone who tried talking to her or came within her line of vision.  It was therefore a surprise when one day she cautiously made her way over to Molly, snatched the meat from the tongs and quickly retreated to her “safe place.”  After seeing Mina respond to a new keeper with whom she had no previous associations, it was realized that this was the way to get her training program started.  It was also decided that Mina would be trained with the meat from her diet since it seemed to be the only thing she ate consistently and would not be at risk of becoming overweight from the use of extra treats.  With the initial obstacles seemingly overcome, the process of building a trusting relationship between badger and human began.\n\n<strong>Training</strong>\n\nGaining Mina’s trust was critical to the success of her training plan. The first month was devoted to getting her comfortable enough with her trainer’s presence and allowing her to hand feed.  This meant sitting on the ground outside of her run, offering pieces of food through the fence and waiting for a response. The environment had to be as secure as possible with few external noises and limited movement by the trainer.  Sudden movements would quickly send her back into her den, hissing and shaking.  After a few weeks of patiently encouraging her to eat from the tongs, Mina was already displaying less aggression and approached the trainer more readily.  She had progressed from quickly taking the meat and leaving, to staying to chew one piece; then two, then three.  Once she was consistently eating all the meat without retreating, it was decided that their relationship had a secure enough foundation to move forward and introduce the verbal bridge, “good”. At this point Mina was still very reactive to everything, voices being no exception, so the trainer began by whispering the bridge as Mina simultaneously took a piece of meat from the tongs.  Her initial response was to hiss and retreat, come back for another piece and repeat.  However after only a few sessions the trainer was able to speak louder and louder until Mina was accustomed to the regular volume of her voice.\n\nThe next stage was to desensitize Mina to movement, as any change in the trainer’s seated position would cause displays of disapproval.  This began by slowly making small movements such as leaning to the side or stretching out a leg, all the while continuing to strengthen the bridge.  This progressed to the trainer being able to stand up and sit back down, while reinforcing Mina for remaining calm throughout.  By the end of the second month it seemed she was understanding the bridge and had even begun exhibiting signs of positive emotions associated with improved coping behavior, as pointed out by Boissy et al. (2007): “A number of signs can indicate positive experience in animals – for example, successful coping, reward and wanting, resulting in goal-directed behavior.”  Mina was demonstrating less fear and aggression and was willingly participating in most training sessions.  She seemed eager to approach the trainer and continually appeared interested and motivated.  Thus with the bridge checked off the list and her trust in the trainer clearly established, Mina was ready to move on to learning other behaviors that would hopefully allow her transformation to continue.\n\nThe following eight months of training progressed very quickly.  Training sessions were conducted five days per week, twice a day if time allowed.  They initially took place in the morning and evening, but this was changed to a variable schedule as she was not always motivated during these times of the day.  In the end, the unpredictability made her much easier to shift as she would eagerly come inside at any time, expecting a session to take place (Photo 3).\n\nUnpredictability was also beneficial in eradicating the potential for superstitious behaviors.  In the beginning, Mina was very sensitive to change.  However once her behaviors became stronger, the trainer began to make changes such as re-arranging the furniture in her run, training occasionally with the guillotine door open, or leaving the radio turned up.   While she was still sometimes spooked by an unforeseen noise, she very rarely ended her participation because of it. Each session began in the same place, the front left corner of the run, which became an unofficial station.  She had developed a “calm position” during our desensitization stage where she would stick her nose through the fence and wait (Photo 4).  The trainer took advantage of this and started by gently touching her on the nose with the target pole (the end of a broomstick which was padded for safety) and saying the word “Target”. This progressed to holding it against her nose for longer and longer periods of time before bridging. Eventually it was moved over a few inches, then a few feet, until she would consistently move to wherever it was placed. Later in the year, the trainer was able to use this behavior to train another: climbing the fence.  By asking her to target above her head, she would pull herself up exposing her abdomen, and could be asked to climb higher or climb down simply by moving the target pole around.  The pole was phased out and was replaced with hand cues in conjunction with a hold behavior so she did not climb down before being asked (Photo 5).  These behaviors were all precursors to the goal of injection training, which would also require the essential element of touch. As Mina’s behavior was changing throughout the year, so was her personality.  Mina began exhibiting signs of positive emotions with improved coping behavior and demonstrating less fear and aggression. Once a timid badger, she was now bold enough to reach her arm through the fence with her paw if the trainer was not going fast enough.  The trainer took advantage of this by capturing the behavior known as “Paw,” in which Mina reached through the fence and placed her paw in the trainer’s open palm.  This became her strongest behavior and a consistent way to reward her if she was struggling with something else.  It also introduced the concept of touch, which was extended to scratching her belly during a climb, and eventually to being poked on the flank with a capped pen in the beginning stages of injection training.\n\nBy this time, Molly’s apprenticeship was coming to an end.  It became necessary to begin introducing a secondary trainer and hopefully transfer the behaviors Mina had learned over the past eight months.  As with everything else, this process required patience and persistence.  Rather than being asked for behaviors, Mina was simply rewarded for staying calm and coming out of her den in the presence of a second person.  Mina was not quite ready to train but was comfortable enough to take food from another person when her new trainer, Eunice Hui, was finally introduced.  It was therefore decided that Eunice would begin building her own trusting relationship with Mina, by simply hand feeding her until Mina was prepared to move on.\n\nThanks to Molly’s many months of hard work in establishing a baseline for training behaviors, Eunice was able to take over with minimal setbacks.  She was introduced to Mina as a secondary trainer in February 2010 and became the primary in June 2010.  The goals for Mina at that time were to tighten the criteria for some of her established behaviors, continue with injection training and begin crate training (Mina was to willingly enter her transport crate and allow the door to be closed and locked).  This was no easy task as Mina had strong, negative associations with the crate due to years of forced entry for veterinary check-ups, weighing and other management needs. Mina’s den in the night house was replaced with her crate.  The trainer captured the behavior by saying “crate” every time she entered the crate.  It took her about one month to enter the crate on command after the behavior was captured. It took almost a year of practice, including closing, locking and opening the door while she was inside, before the behavior was learned in full. Injection training was a less complicated process, although there were some minor issues to deal with along the way.  The first thing that needed to be done was to improve the climbing behavior so that Mina was positioned with her left rear leg pressed against the fence.  Having her climb in the corner of the run was the only way to accomplish this, so the trainer began rewarding her only when she was fully situated there. The day she realized what the trainer was doing, it was as if a light bulb turned on in her head!  It was amazing to see her understand what the trainer wanted from her; she climbed up onto the chain link and scooted her body against the corner of the cage.  It was truly a breakthrough as from this moment forward she consistently performed the behavior correctly and allowed the trainer to begin working on desensitization to the feel of an injection.  Using the end of a pen, the trainer began by lightly touching Mina on the left flank.  While she had no particular response to this, her “Hold” behavior was inconsistent and she began sliding down the fence prematurely. The trainer decided to extinguish that behavior and replace it with a cue for her to climb “down” on command.  This worked magnificently and allowed the trainer to continue desensitizing her to the feel of a pen, syringe tip, blunt needle and finally a sharp needle (Photo 6).  It took a total of six months but on the 11th of August 2011 she was successfully hand injected with a rabies vaccine, using a 19 gauge needle!\n\n<strong>Challenges and Changes</strong>\n\nIt took two years of training before Mina consistently performed the injection and crating behaviors, and there were many setbacks along the way.  During the late fall, she went through a natural period of inactivity for approximately two months in which she spent most of the day sleeping.  Her decreased appetite at this time left her with no interest in training. We also experienced problems if we challenged her too much or moved too quickly.  Her frustration was expressed by aggressive vocalizations or refusing to engage in training.  Initially this meant regressing to a more simple behavior and moving forward again in smaller steps, even if this took weeks.  Setbacks like this made it seem as though she was not progressing, especially in the beginning.  However, slowly but surely, we began to see changes in her overall behavior. She started to anticipate training sessions and anytime she heard the door close in the service area, she would immediately wake up and wait for us to let her in for training.  She also began to willingly come inside her night house without the keepers having to use a herding board and her interest in enrichment increased dramatically. Her improved temperament has also helped her in recovering from fearful experiences more quickly.\n\nBefore training began, any sudden or loud noise would send her frantically into a hiding place, hissing and grunting as she went.  In the initial stages of training this was enough for her to end a session and steps had to be taken to ensure there were as few “surprises” as possible.  Today, though she may still react to an unexpected event, she is able to recover within a matter of seconds and continue with what she was doing. <img class="alignright size-large wp-image-2771" title="mina" src="http://aecetia.net/gws/aazk/wp-content/uploads/mina-1024x722.jpg" alt="mina" width="1024" height="722" />\n\n<strong>Conclusion</strong>\n\nMina went from fearful, aggressive and reclusive to a confident…\n<div><strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong></div>', 'From Fear to Friend: Building Trust Between Keeper and Animal Through Training', 0, '', 'inherit', 'closed', 'closed', '', '2770-revision', '', '', '2013-01-31 16:26:40', '2013-01-31 21:26:40', '', 2770, 'http://aazk.org/uncategorized/2770-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2774, 2, '2012-12-29 09:59:08', '2012-12-29 14:59:08', '<strong>February 27 - March 2, 2013<em> - </em></strong><strong><em>21st Annual Conference of the International Association of Avian Trainers and Educators - </em></strong>Hosted by Tampa’s Lowry Park Zoo, Tampa, FL. For more information go to: <a href="http://iaate.org/iaate-annual-conference/2013-conference">iaate.org/iaate-annual-conference/2013-conference</a>.\r\n\r\n<strong>April 14-19, 2013 - <em>ABMA Annual Conference</em> - Toronto, Canada.</strong> The ABMA is heading north, eh! Visit Canada’s cultural, entertainment and financial capital while experiencing the country’s largest zoo!  Don’t miss a keynote address by Ian Stirling of Polar Bears International, an action-packed full day site visit at the Toronto Zoo and fun events including a very Canadian evening at the Hockey Hall of Fame! Stay at the Delta Chelsea Hotel, located in the heart of the city, for only $119 a night (that’s Canadian dollars, of course!).  So grab your toque and your passport and join us for a truly international conference!  For more information, visit <a href="http://theabma.org">theabma.org</a>.\r\n\r\n<strong>April 30 - May 2 2013 -<em>Chimpanzee SSP Meeting and Husbandry Workshop</em></strong> -The Chimpanzee SSP and the Houston Zoo are hosting the next Chimpanzee Husbandry Workshop to take place April 30 – May 2, 2013. The Chimpanzee SSP meeting will precede the workshop on April 29, 2013.  Please visit <a href="https://houstonzoo.doubleknot.com/event/chimp-husbandry-workshop-registration/1250219">https://houstonzoo.doubleknot.com/event/chimp-husbandry-workshop-registration/1250219</a> for more information.\r\n\r\n<strong>May 5-9, 2013 - <em>Eighth Biannual Rhino Keepers’ Workshop</em> -</strong> Hosted by San Diego Zoo Global.  For Call for Papers and more information contact <a href="mailto:laubery@sandiegozoo.org">laubery@sandiegozoo.org</a>.\r\n\r\n<strong>May 20-23, 2013 - <em>World Crocodile Conference</em></strong> - “Living with Crocodilians” 22nd Working Meeting of the IUCN — SSC, Crocodile Specialist Group. For more information and registration, go to: <a href="http://csgsrilanka.com/">csgsrilanka.com/</a>.\r\n\r\n<strong>July 8-12, 2013 - <em>Zoos and Aquariums Committing to Conservation (ZACC)</em> -</strong> Hosted by Blank Park Zoo, Des Moines, Iowa.  The conference will bring together colleagues from the field and zoos in an informal setting to network, share ideas and support one another in our shared commitment to conservation.  Registration is available at <a href="http://blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1">blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1</a>.  Contact Jessie Lowry with questions at <a href="mailto:jrlowry@blankparkzoo.org">jrlowry@blankparkzoo.org</a>.\r\n\r\n<strong>August 7-10, 2013 - <em>11th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles </em>- St. Louis, MO.</strong> Co-hosted by the Turtle Survival Alliance and the IUCN-TFTSG. Please visit <a href="http://turtlesurvival.org/get-involved/conference">turtlesurvival.org/get-involved/conference</a> for more information, or contact Heather Lowe at <a href="mailto:Hlowe@turtlesurvival.org">Hlowe@turtlesurvival.org</a>.\r\n\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter.\r\n\r\n<strong>October 13-17, 2013 - <em>WAZA Annual Conference</em></strong> - Hosted by Disney’s Animal Kingdom. For more information go to: <a href="http://waza.org">waza.org</a>.\r\n\r\n<strong>October 15-18, 2013 - <em>ICEE ─ International Conference on Environmental Enrichment</em></strong><em> </em>- Hosted by the National Zoological Gardens of South Africa at the Kwalata Game Ranch,   South Africa.  For more information, go to <a href="http://nzg.ac.za/icee2013">nzg.ac.za/icee2013</a>.\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2013 - Greensboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - September 8-12\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events January 2013', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2012-12-29 09:59:08', '2012-12-29 14:59:08', '', 435, 'http://aazk.org/uncategorized/435-revision-71/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2775, 2, '2013-01-31 16:40:32', '2013-01-31 21:40:32', '<strong>April 14-19, 2013 - <em>ABMA Annual Conference</em> - Toronto, Canada.</strong> The ABMA is heading north, eh! Visit Canada’s cultural, entertainment and financial capital while experiencing the country’s largest zoo!  Don’t miss a keynote address by Ian Stirling of Polar Bears International, an action-packed full day site visit at the Toronto Zoo and fun events including a very Canadian evening at the Hockey Hall of Fame! Stay at the Delta Chelsea Hotel, located in the heart of the city, for only $119 a night (that’s Canadian dollars, of course!).  So grab your toque and your passport and join us for a truly international conference!  For more information, visit <a href="http://theabma.org">theabma.org</a>.\r\n\r\n<strong>April 30 - May 2 2013 -<em>Chimpanzee SSP Meeting and Husbandry Workshop</em></strong> -The Chimpanzee SSP and the Houston Zoo are hosting the next Chimpanzee Husbandry Workshop to take place April 30 – May 2, 2013. The Chimpanzee SSP meeting will precede the workshop on April 29, 2013.  Please visit <a href="https://houstonzoo.doubleknot.com/event/chimp-husbandry-workshop-registration/1250219">https://houstonzoo.doubleknot.com/event/chimp-husbandry-workshop-registration/1250219</a> for more information.\r\n\r\n<strong>May 5-9, 2013 - <em>Eighth Biannual Rhino Keepers’ Workshop</em> -</strong> Hosted by San Diego Zoo Global.  For Call for Papers and more information contact <a href="mailto:laubery@sandiegozoo.org">laubery@sandiegozoo.org</a>.\r\n\r\n<strong>May 20-23, 2013 - <em>World Crocodile Conference</em></strong> - “Living with Crocodilians” 22nd Working Meeting of the IUCN — SSC, Crocodile Specialist Group. For more information and registration, go to: <a href="http://csgsrilanka.com/">csgsrilanka.com/</a>.\r\n\r\n<strong>June 9-13, 2013 - </strong><strong><em>Shape of Enrichment Workshop </em>- </strong><span><strong>Omaha’s Henry Doorly Zoo and Aquarium, </strong></span><span><strong>Omaha, Nebraska</strong>. </span><span>Hosted by the Omaha AAZK Chapter. </span><span>For more information contact: <a href="mailto:robinfreise@hotmail.com">robinfreise@hotmail.com</a> or visit <a href="http://enrichment.org">enrichment.org</a> and click under “New Events”.</span>\r\n\r\n<span style="font-weight: bold;">June 23-26, 2013 - </span><span style="font-weight: bold;"><em>Felid Tag Husbandry Course</em>, </span>plus...\r\n\r\n<span style="font-weight: bold;">June 27-29, 2013 - </span><span style="font-weight: bold;"><em>AZA Felid TAG Mid-Year Meeting</em> - </span><strong>Hosted by Jacksonville Zoo and Gardens, Jacksonville, FL.</strong> <strong>For more information go to: <a href="http://felidtag.org">felidtag.org</a> or contact <a href="mailto:felidtag2013@jacksonvillezoo.org">felidtag2013@jacksonvillezoo.org</a>.</strong>\r\n\r\n<strong>July 8-12, 2013 - </strong><em>Zoos and Aquariums Committing to Conservation (ZACC)</em><strong> -</strong> Hosted by Blank Park Zoo, Des Moines, Iowa.  The conference will bring together colleagues from the field and zoos in an informal setting to network, share ideas and support one another in our shared commitment to conservation.  Registration is available at <a href="http://blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1">blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1</a>.  Contact Jessie Lowry with questions at <a href="mailto:jrlowry@blankparkzoo.org">jrlowry@blankparkzoo.org</a>.\r\n\r\n<strong>August 7-10, 2013 - <em>11th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles </em>- St. Louis, MO.</strong> Co-hosted by the Turtle Survival Alliance and the IUCN-TFTSG. Please visit <a href="http://turtlesurvival.org/get-involved/conference">turtlesurvival.org/get-involved/conference</a> for more information, or contact Heather Lowe at <a href="mailto:Hlowe@turtlesurvival.org">Hlowe@turtlesurvival.org</a>.\r\n\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter.\r\n\r\n<strong>October 13-17, 2013 - <em>WAZA Annual Conference</em></strong> - Hosted by Disney’s Animal Kingdom. For more information go to: <a href="http://waza.org">waza.org</a>.\r\n\r\n<strong>October 15-18, 2013 - <em>ICEE ─ International Conference on Environmental Enrichment</em></strong><em> </em>- Hosted by the National Zoological Gardens of South Africa at the Kwalata Game Ranch,   South Africa.  For more information, go to <a href="http://nzg.ac.za/icee2013">nzg.ac.za/icee2013</a>.\r\n\r\n<strong>October 2013 - <em>Advancing Bear Care 2013</em></strong> - <strong>Woodlands Wildlife Refuge, Clinton, NJ</strong>. The conference dates, hotel, program, and adjunct activities will be announced soon.   For current information and updates check ABC 2013 UPDATES often. <a href="http://bearcaregroup.org/#!abc_2013_updates/c10h4">bearcaregroup.org/#!abc_2013_updates/c10h4</a>\r\n\r\n<strong>November 10-14, 2013 - <em>Zoological Association of America (ZAA) Annual Conference</em>, Phoenix, AZ</strong>. For more information go to<a href="http://zaa.org"> zaa.org</a>.\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2013 - Greensboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - September 8-12\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events February 2013', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2013-01-31 16:40:32', '2013-01-31 21:40:32', '', 435, 'http://aazk.org/uncategorized/435-revision-72/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2776, 2, '2013-01-31 16:41:20', '2013-01-31 21:41:20', '<strong>April 14-19, 2013 - <em>ABMA Annual Conference</em> - Toronto, Canada.</strong> The ABMA is heading north, eh! Visit Canada’s cultural, entertainment and financial capital while experiencing the country’s largest zoo!  Don’t miss a keynote address by Ian Stirling of Polar Bears International, an action-packed full day site visit at the Toronto Zoo and fun events including a very Canadian evening at the Hockey Hall of Fame! Stay at the Delta Chelsea Hotel, located in the heart of the city, for only $119 a night (that’s Canadian dollars, of course!).  So grab your toque and your passport and join us for a truly international conference!  For more information, visit <a href="http://theabma.org">theabma.org</a>.\r\n\r\n<strong>April 30 - May 2 2013 -<em>Chimpanzee SSP Meeting and Husbandry Workshop</em></strong> -The Chimpanzee SSP and the Houston Zoo are hosting the next Chimpanzee Husbandry Workshop to take place April 30 – May 2, 2013. The Chimpanzee SSP meeting will precede the workshop on April 29, 2013.  Please visit <a href="https://houstonzoo.doubleknot.com/event/chimp-husbandry-workshop-registration/1250219">https://houstonzoo.doubleknot.com/event/chimp-husbandry-workshop-registration/1250219</a> for more information.\r\n\r\n<strong>May 5-9, 2013 - <em>Eighth Biannual Rhino Keepers’ Workshop</em> -</strong> Hosted by San Diego Zoo Global.  For Call for Papers and more information contact <a href="mailto:laubery@sandiegozoo.org">laubery@sandiegozoo.org</a>.\r\n\r\n<strong>May 20-23, 2013 - <em>World Crocodile Conference</em></strong> - “Living with Crocodilians” 22nd Working Meeting of the IUCN — SSC, Crocodile Specialist Group. For more information and registration, go to: <a href="http://csgsrilanka.com/">csgsrilanka.com/</a>.\r\n\r\n<strong>June 9-13, 2013 - </strong><strong><em>Shape of Enrichment Workshop </em>- </strong><span><strong>Omaha’s Henry Doorly Zoo and Aquarium, </strong></span><span><strong>Omaha, Nebraska</strong>. </span><span>Hosted by the Omaha AAZK Chapter. </span><span>For more information contact: <a href="mailto:robinfreise@hotmail.com">robinfreise@hotmail.com</a> or visit <a href="http://enrichment.org">enrichment.org</a> and click under “New Events”.</span>\r\n\r\n<span style="font-weight: bold;">June 23-26, 2013 - </span><span style="font-weight: bold;"><em>Felid Tag Husbandry Course</em>, </span>plus...\r\n\r\n<span style="font-weight: bold;">June 27-29, 2013 - </span><span style="font-weight: bold;"><em>AZA Felid TAG Mid-Year Meeting</em> - </span><strong>Hosted by Jacksonville Zoo and Gardens, Jacksonville, FL.</strong> <strong>For more information go to: <a href="http://felidtag.org">felidtag.org</a> or contact <a href="mailto:felidtag2013@jacksonvillezoo.org">felidtag2013@jacksonvillezoo.org</a>.</strong>\r\n\r\n<strong>July 8-12, 2013 - </strong><em>Zoos and Aquariums Committing to Conservation (ZACC)</em><strong> -</strong> Hosted by Blank Park Zoo, Des Moines, Iowa.  The conference will bring together colleagues from the field and zoos in an informal setting to network, share ideas and support one another in our shared commitment to conservation.  Registration is available at <a href="http://blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1">blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1</a>.  Contact Jessie Lowry with questions at <a href="mailto:jrlowry@blankparkzoo.org">jrlowry@blankparkzoo.org</a>.\r\n\r\n<strong>August 7-10, 2013 - <em>11th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles </em>- St. Louis, MO.</strong> Co-hosted by the Turtle Survival Alliance and the IUCN-TFTSG. Please visit <a href="http://turtlesurvival.org/get-involved/conference">turtlesurvival.org/get-involved/conference</a> for more information, or contact Heather Lowe at <a href="mailto:Hlowe@turtlesurvival.org">Hlowe@turtlesurvival.org</a>.\r\n\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter.\r\n\r\n<strong>October 13-17, 2013 - <em>WAZA Annual Conference</em></strong> - Hosted by Disney’s Animal Kingdom. For more information go to: <a href="http://waza.org">waza.org</a>.\r\n\r\n<strong>October 15-18, 2013 - <em>ICEE ─ International Conference on Environmental Enrichment</em></strong><em> </em>- Hosted by the National Zoological Gardens of South Africa at the Kwalata Game Ranch,   South Africa.  For more information, go to <a href="http://nzg.ac.za/icee2013">nzg.ac.za/icee2013</a>.\r\n\r\n<strong>October 2013 - <em>Advancing Bear Care 2013</em></strong> - <strong>Woodlands Wildlife Refuge, Clinton, NJ</strong>. The conference dates, hotel, program, and adjunct activities will be announced soon.   For current information and updates check ABC 2013 UPDATES often. <a href="http://bearcaregroup.org/#!abc_2013_updates/c10h4">bearcaregroup.org/#!abc_2013_updates/c10h4</a>\r\n\r\n<strong>November 10-14, 2013 - <em>Zoological Association of America (ZAA) Annual Conference</em>, Phoenix, AZ</strong>. For more information go to<a href="http://zaa.org"> zaa.org</a>.\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2013 - Greensboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - September 8-12\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events February 2013', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2013-01-31 16:41:20', '2013-01-31 21:41:20', '', 435, 'http://aazk.org/uncategorized/435-revision-73/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2777, 2, '2013-01-31 16:42:00', '2013-01-31 21:42:00', '<strong>April 14-19, 2013 - <em>ABMA Annual Conference</em> - Toronto, Canada.</strong> The ABMA is heading north, eh! Visit Canada’s cultural, entertainment and financial capital while experiencing the country’s largest zoo!  Don’t miss a keynote address by Ian Stirling of Polar Bears International, an action-packed full day site visit at the Toronto Zoo and fun events including a very Canadian evening at the Hockey Hall of Fame! Stay at the Delta Chelsea Hotel, located in the heart of the city, for only $119 a night (that’s Canadian dollars, of course!).  So grab your toque and your passport and join us for a truly international conference!  For more information, visit <a href="http://theabma.org">theabma.org</a>.\r\n\r\n<strong>April 30 - May 2 2013 -<em>Chimpanzee SSP Meeting and Husbandry Workshop</em></strong> -The Chimpanzee SSP and the Houston Zoo are hosting the next Chimpanzee Husbandry Workshop to take place April 30 – May 2, 2013. The Chimpanzee SSP meeting will precede the workshop on April 29, 2013.  Please visit <a href="https://houstonzoo.doubleknot.com/event/chimp-husbandry-workshop-registration/1250219">https://houstonzoo.doubleknot.com/event/chimp-husbandry-workshop-registration/1250219</a> for more information.\r\n\r\n<strong>May 5-9, 2013 - <em>Eighth Biannual Rhino Keepers’ Workshop</em> -</strong> Hosted by San Diego Zoo Global.  For Call for Papers and more information contact <a href="mailto:laubery@sandiegozoo.org">laubery@sandiegozoo.org</a>.\r\n\r\n<strong>May 20-23, 2013 - <em>World Crocodile Conference</em></strong> - “Living with Crocodilians” 22nd Working Meeting of the IUCN — SSC, Crocodile Specialist Group. For more information and registration, go to: <a href="http://csgsrilanka.com/">csgsrilanka.com/</a>.\r\n\r\n<strong>June 9-13, 2013 - </strong><strong><em>Shape of Enrichment Workshop </em>- </strong><span><strong>Omaha’s Henry Doorly Zoo and Aquarium, </strong></span><span><strong>Omaha, Nebraska</strong>. </span><span>Hosted by the Omaha AAZK Chapter. </span><span>For more information contact: <a href="mailto:robinfreise@hotmail.com">robinfreise@hotmail.com</a> or visit <a href="http://enrichment.org">enrichment.org</a> and click under “New Events”.</span>\r\n\r\n<span style="font-weight: bold;">June 23-26, 2013 - </span><span style="font-weight: bold;"><em>Felid Tag Husbandry Course</em>, </span>plus...\r\n\r\n<span style="font-weight: bold;">June 27-29, 2013 - </span><span style="font-weight: bold;"><em>AZA Felid TAG Mid-Year Meeting</em> - </span><strong>Hosted by Jacksonville Zoo and Gardens, Jacksonville, FL.</strong> <strong>For more information go to: <a href="http://felidtag.org">felidtag.org</a> or contact <a href="mailto:felidtag2013@jacksonvillezoo.org">felidtag2013@jacksonvillezoo.org</a>.</strong>\r\n\r\n<strong>July 8-12, 2013 - </strong><em>Zoos and Aquariums Committing to Conservation (ZACC)</em><strong> -</strong> Hosted by Blank Park Zoo, Des Moines, Iowa.  The conference will bring together colleagues from the field and zoos in an informal setting to network, share ideas and support one another in our shared commitment to conservation.  Registration is available at <a href="http://blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1">blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1</a>.  Contact Jessie Lowry with questions at <a href="mailto:jrlowry@blankparkzoo.org">jrlowry@blankparkzoo.org</a>.\r\n\r\n<strong>August 7-10, 2013 - <em>11th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles </em>- St. Louis, MO.</strong> Co-hosted by the Turtle Survival Alliance and the IUCN-TFTSG. Please visit <a href="http://turtlesurvival.org/get-involved/conference">turtlesurvival.org/get-involved/conference</a> for more information, or contact Heather Lowe at <a href="mailto:Hlowe@turtlesurvival.org">Hlowe@turtlesurvival.org</a>.\r\n\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter.\r\n\r\n<strong>October 13-17, 2013 - <em>WAZA Annual Conference</em></strong> - Hosted by Disney’s Animal Kingdom. For more information go to: <a href="http://waza.org">waza.org</a>.\r\n\r\n<strong>October 15-18, 2013 - <em>ICEE ─ International Conference on Environmental Enrichment</em></strong><em> </em>- Hosted by the National Zoological Gardens of South Africa at the Kwalata Game Ranch,   South Africa.  For more information, go to <a href="http://nzg.ac.za/icee2013">nzg.ac.za/icee2013</a>.\r\n\r\n<strong>October 2013 - <em>Advancing Bear Care 2013</em></strong> - <strong>Woodlands Wildlife Refuge, Clinton, NJ</strong>. The conference dates, hotel, program, and adjunct activities will be announced soon.   For current information and updates check ABC 2013 UPDATES often. <a href="http://bearcaregroup.org/#!abc_2013_updates/c10h4">bearcaregroup.org/#!abc_2013_updates/c10h4</a>\r\n\r\n<strong>November 10-14, 2013 - <em>Zoological Association of America (ZAA) Annual Conference</em>, Phoenix, AZ</strong>. For more information go to<a href="http://zaa.org"> zaa.org</a>.\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2013 - Greensboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - September 8-12\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events February 2013', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2013-01-31 16:42:00', '2013-01-31 21:42:00', '', 435, 'http://aazk.org/uncategorized/435-revision-74/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2780, 2, '2013-01-22 07:07:55', '2013-01-22 12:07:55', '<h2>Coordinator</h2>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2>Total Funds Raised to Date: <span style="color: #ff0000;">$4,321,808.48</span></h2>\r\n<h2><strong><strong>2012 Funds Raised to Date: <span style="color: #ff0000;"><em>$337,191.09- this is a new record for amount raised in a year!</em></span></strong></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\nCheck the calendar below to see if there is a local event in your area. If you would like to have your event listed, please send your BFR event date &amp; contact info to: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\n<iframe src="https://www.google.com/calendar/embed?showTz=0&amp;height=480&amp;wkst=1&amp;bgcolor=%23cc6600&amp;src=i632h1mj6669n3peqanca9mjmo%40group.calendar.google.com&amp;color=%23B1440E&amp;ctz=America%2FPhoenix" style=" border-width:0 " width="640" height="480" frameborder="0" scrolling="no"></iframe>\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-01-22 07:07:55', '2013-01-22 12:07:55', '', 168, 'http://aazk.org/uncategorized/168-revision-58/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2781, 2, '2013-02-15 17:54:31', '2013-02-15 22:54:31', '<h2>Coordinator</h2>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2>Total Funds Raised to Date: <span style="color: #ff0000;">$4,321,808.48</span></h2>\r\n<h2><strong><strong>2012 Funds Raised to Date: <span style="color: #ff0000;"><em>$337,191.09- this is a new record for amount raised in a year!</em></span></strong></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\nCheck the calendar below to see if there is a local event in your area. If you would like to have your event listed, please send your BFR event date &amp; contact info to: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing">click here</a>.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-02-15 17:54:31', '2013-02-15 22:54:31', '', 168, 'http://aazk.org/uncategorized/168-revision-59/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2782, 1, '2013-02-24 23:17:52', '2013-02-25 04:17:52', '<span style="color: #993300;">Donate to Bowling for Rhinos today and help save five rhino species and their ecosystems. </span>\r\n\r\nVisitors and Members may give a general donation or may donate in the name of a local AAZK Chapter - directed donations will be credited to Chapter totals.\r\n\r\nIn <em>lieu</em> of an Event, AAZK Chapters may use this feature to donate to Bowling for Rhinos.\r\n\r\n<em><strong>Please Note: </strong>The donation feature is <strong>not</strong> intended for AAZK Chapters or Event Holders to pay their registration fee or forward their Event monies to BFR.  Registration fees and Event totals should be forwarded to Patty Pearthree - BFR Program Manager.</em>\r\n\r\n<span style="color: #993300;">Thank you for your gift to support conservation.  All donations are <strong>100% tax deductible</strong>.</span>\r\n\r\n[gravityform id="5" name="Bowling for Rhinos Donate" title="false" description="false"]', 'Donation to Bowling for Rhinos', 0, '', 'publish', 'closed', 'closed', '', 'bfr-donation', '', '', '2013-12-10 20:23:08', '2013-12-11 01:23:08', '', 168, 'http://aazk.org/?page_id=2782', 1, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3441, 1, '2013-10-24 13:46:26', '2013-10-24 18:46:26', '<div class="first sixcol">\n<h3>American Association of Zoo Keepers</h3>\n<strong>Address:</strong> [mappress mapid="1"]\n\n<strong>Phone Number:</strong> +1 (785) 273-9149\n\n\n</div>\n\n<div class="first sixcol">\n\n</div>', 'Contact', 0, '', 'inherit', 'closed', 'closed', '', '22-autosave-v1', '', '', '2013-10-24 13:46:26', '2013-10-24 18:46:26', '', 22, 'http://web3.gowebsolutions.com/~aazook/uncategorized/22-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3443, 1, '2013-10-24 13:36:41', '2013-10-24 18:36:41', '<h3>American Association of Zoo Keepers</h3>\r\n<strong>Address:</strong> 601 SW 29th Street, Suite 133\r\nTopeka, KS, 66614-2054\r\n\r\n<strong>Phone Number:</strong> +1 (785) 273-9149\r\n</div>', 'Contact', 0, '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2013-10-24 13:36:41', '2013-10-24 18:36:41', '', 22, 'http://web3.gowebsolutions.com/~aazook/uncategorized/22-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3444, 1, '2013-10-24 13:42:43', '2013-10-24 18:42:43', '<div class="first sixcol">\r\n<h3>American Association of Zoo Keepers</h3>\r\n<strong>Address:</strong> 8476 E. Speedway Blvd., Ste. 204\r\nTucson, Arizona 85710\r\n\r\n<strong>Phone Number:</strong> +1 (785) 273-9149\r\n</div>', 'Contact', 0, '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2013-10-24 13:42:43', '2013-10-24 18:42:43', '', 22, 'http://web3.gowebsolutions.com/~aazook/uncategorized/22-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3445, 1, '2013-10-24 13:45:22', '2013-10-24 18:45:22', '<div class="first sixcol">\r\n<h3>American Association of Zoo Keepers</h3>\r\n<strong>Address:</strong> 8476 E. Speedway Blvd., Ste. 204\r\nTucson, Arizona 85710\r\n\r\n<strong>Phone Number:</strong> +1 (785) 273-9149\r\n\r\n\r\n</div>\r\n\r\n<div class="first sixcol">\r\n\r\n</div>', 'Contact', 0, '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2013-10-24 13:45:22', '2013-10-24 18:45:22', '', 22, 'http://web3.gowebsolutions.com/~aazook/uncategorized/22-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3446, 1, '2013-10-24 13:46:46', '2013-10-24 18:46:46', '<div class="first sixcol">\r\n<h3>American Association of Zoo Keepers</h3>\r\n<strong>Address:</strong> 8476 E. Speedway Blvd., Ste. 204\r\nTucson, Arizona 85710\r\n\r\n<strong>Phone Number:</strong> +1 (785) 273-9149\r\n\r\n[mappress mapid="1"]\r\n</div>\r\n\r\n<div class="first sixcol">\r\n\r\n</div>', 'Contact', 0, '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2013-10-24 13:46:46', '2013-10-24 18:46:46', '', 22, 'http://web3.gowebsolutions.com/~aazook/uncategorized/22-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3447, 1, '2013-10-24 13:53:48', '2013-10-24 18:53:48', '<div class="first sixcol">\r\n<h3>American Association of Zoo Keepers</h3>\r\n<strong>Address:</strong> 8476 E. Speedway Blvd., Ste. 204\r\nTucson, Arizona 85710\r\n\r\n<strong>Phone Number:</strong> +1 (785) 273-9149\r\n\r\n[mappress mapid="1"]\r\n</div>\r\n\r\n<div class="first sixcol">\r\n[gravityform id="6" name="Contact" title="false" description="false"]\r\n</div>', 'Contact', 0, '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2013-10-24 13:53:48', '2013-10-24 18:53:48', '', 22, 'http://web3.gowebsolutions.com/~aazook/uncategorized/22-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3448, 1, '2013-10-24 13:57:32', '2013-10-24 18:57:32', '<div class="first sixcol">\r\n<h3>American Association of Zoo Keepers</h3>\r\n<strong>Address:</strong> 8476 E. Speedway Blvd., Ste. 204\r\nTucson, Arizona 85710\r\n\r\n<strong>Phone Number:</strong> +1 (785) 273-9149\r\n\r\n[mappress mapid="1"]\r\n</div>\r\n\r\n<div class="last sixcol">\r\n[gravityform id="6" name="Contact" title="false" description="false"]\r\n</div>', 'Contact', 0, '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2013-10-24 13:57:32', '2013-10-24 18:57:32', '', 22, 'http://web3.gowebsolutions.com/~aazook/uncategorized/22-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3449, 1, '2013-10-24 17:26:26', '2013-10-24 22:26:26', '<h4>Purpose</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n\r\n<h4>Conservation Committee Mission Statement</h4>\r\nTo promote and establish connections between AAZK members and the conservation of wildlife and their habitats.\r\n\r\nTo provide educational resources for members and their institutions about environmentally responsible practices.\r\n\r\n<h4>Vision Statement</h4>\r\nServe as a resource that will assist members in finding in situ opportunities with local, national, and international conservation projects and to initiate new conservation projects.\r\n\r\nProvide contact information to coordinate educational and development opportunities with conservationists.\r\n\r\n<h4>Co-chairs</h4>\r\n<div class="first sixcol">\r\n<img class="aligncenter size-full wp-image-841" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="110" />\r\n<p align="center">Amanda Kamradt - <em>Zoo New England </em></p>\r\n</div>\r\n<div class="last sixcol">\r\n<img class="aligncenter size-full wp-image-2428" title="christy_poelker" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy_poelker.jpg" alt="christy_poelker" width="110" />\r\n<p align="center">Christy Poelker -<em>Saint Louis Zoo</em></p>\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Conservation Committee', 0, '', 'inherit', 'closed', 'closed', '', '182-revision-v1', '', '', '2013-10-24 17:26:26', '2013-10-24 22:26:26', '', 182, 'http://web3.gowebsolutions.com/~aazook/uncategorized/182-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3450, 1, '2013-10-24 17:30:26', '2013-10-24 22:30:26', '<h4>Purpose</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Resources produced:</h4>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Projects:</h4>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Additional Information</h4>\r\n<ul>\r\n	<li><a href="/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a href="/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a href="/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a href="/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a href="/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1">Training and Enrichment Video Library</a></li>\r\n	<li><a href="/about/committee/behavioral-husbandry/resources/">Resources</a></li>\r\n	<li><a href="/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n	<li><a href="/members/bhc.php">Suggested Guidelines for Enrichment</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n	<li><a href="/about/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n	<li><a href="/members/bhc.php">Enrichment Day Examples</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Behavioral Husbandry Committee Chair Member</h4>\r\n<img class="alignnone" title="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="Julie Hartell-DeNardo" width="125" height="146" />\r\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\r\n\r\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2013-10-24 17:30:26', '2013-10-24 22:30:26', '', 192, 'http://web3.gowebsolutions.com/~aazook/uncategorized/192-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2783, 1, '2013-02-24 23:17:31', '2013-02-25 04:17:31', '', 'BFR Donation', 0, '', 'inherit', 'closed', 'closed', '', '2782-revision-v1', '', '', '2013-02-24 23:17:31', '2013-02-25 04:17:31', '', 2782, 'http://aazk.org/uncategorized/2782-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2784, 1, '2013-02-24 23:17:52', '2013-02-25 04:17:52', '', 'BFR Donation', 0, '', 'inherit', 'closed', 'closed', '', '2782-revision-v1', '', '', '2013-02-24 23:17:52', '2013-02-25 04:17:52', '', 2782, 'http://aazk.org/uncategorized/2782-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2797, 1, '2013-02-24 23:37:39', '2013-02-25 04:37:39', '<!-- #bfr_donation {     border: 1px dotted #d0d9cb;     border-right: 0;     border-left: 0;     padding: 1em 0 .5em 0;     width: 718px;     font-size: 18px;     } #bfr_donation fieldset {     overflow: hidden;     border: 0;     width: 100%;     } #bfr_donation label {     float: left;     margin-right: 6px;     width: 30%;     text-align: right;     } #bfr_donation input {     padding: 2px;     font-size: 12px;     } #bfr_donation select {     font-size: 18px;     } #bfr_donation .controls {     text-align: center;     } -->\r\n\r\nDonate to Bowling for Rhinos today and help save rhinos and their ecosystems.  You may give a General donation or in the name of your local Chapter. All donations are 100% tax deductible.  Thank YOU for Your Gift to Support Conservation.\r\n\r\n<form id="bfr_donation" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input name="cmd" type="hidden" value="_donations" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="lc" type="hidden" value="US" /> <input name="item_name" type="hidden" value="AAZK Bowling for Rhinos" /> <input name="no_note" type="hidden" value="1" /> <input name="no_shipping" type="hidden" value="2" /> <input name="bn" type="hidden" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHosted" />\r\n\r\n<fieldset>\r\n\r\n<label for="amount">Amount</label>\r\n\r\n<input id="amount" name="amount" type="text" /> <select id="currency_code" name="currency_code"> <option value="USD">USD</option> <option value="GBP">GBP</option> <option value="CAD">CAD</option> </select>\r\n\r\n</fieldset>\r\n\r\n<fieldset>\r\n\r\n<label for="chapter">AAZK Chapter</label>\r\n\r\n<select id="chapter" name="item_number"> <option value="General">General</option> <option value="AAZK of Cheyenne Mountain Zoo">AAZK of Cheyenne Mountain Zoo</option> <option value="AAZK of New Bedford Chapter">AAZK of New Bedford Chapter</option> <option value="Acadiana AAZK Chapter">Acadiana AAZK Chapter</option> <option value="Assiniboine Park Zoo AAZK Chapter">Assiniboine Park Zoo AAZK Chapter</option> <option value="Audubon Park AAZK Chapter">Audubon Park AAZK Chapter</option> <option value="Baton Rouge Zoo AAZK Chapter">Baton Rouge Zoo AAZK Chapter</option> <option value="Battle Creek AAZK Chapter">Battle Creek AAZK Chapter</option> <option value="Beardsley Zoo AAZK Chapter">Beardsley Zoo AAZK Chapter</option> <option value="Birmingham Zoo Chapter of AAZK">Birmingham Zoo Chapter of AAZK</option> <option value="Bronx Zoo AAZK Chapter">Bronx Zoo AAZK Chapter</option> <option value="Brookfield AAZK Chapter">Brookfield AAZK Chapter</option> <option value="California Desert AAZK Chapter">California Desert AAZK Chapter</option> <option value="Cape May County Zoo AAZK Chapter">Cape May County Zoo AAZK Chapter</option> <option value="Central Illinois AAZK Chapter">Central Illinois AAZK Chapter</option> <option value="Chesapeake AAZK Chapter">Chesapeake AAZK Chapter</option> <option value="Columbus AAZK Chapter">Columbus AAZK Chapter</option> <option value="Dallas Zoo Chapter of AAZK">Dallas Zoo Chapter of AAZK</option> <option value="Detroit AAZK Chapter">Detroit AAZK Chapter</option> <option value="EFBC AAZK Chapter">EFBC AAZK Chapter</option> <option value="Edmonton Chapter of AAZK">Edmonton Chapter of AAZK</option> <option value="El Paso Del Norte AAZK Chapter">El Paso Del Norte AAZK Chapter</option> <option value="Fort Worth Zoo AAZK Chapter">Fort Worth Zoo AAZK Chapter</option> <option value="Fresno Chaffee Zoo AAZK Chapter">Fresno Chaffee Zoo AAZK Chapter</option> <option value="Galveston Chapter of AAZK">Galveston Chapter of AAZK</option> <option value="Georgia AAZK Chapter">Georgia AAZK Chapter</option> <option value="Greater Baltimore Chapter of AAZK">Greater Baltimore Chapter of AAZK</option> <option value="Greater Cincinnati Chapter of AAZK">Greater Cincinnati Chapter of AAZK</option> <option value="Greater Cleveland Area AAZK Chapter">Greater Cleveland Area AAZK Chapter</option> <option value="Greater Houston AAZK Chapter">Greater Houston AAZK Chapter</option> <option value="Greater Kansas City AAZK Chapter">Greater Kansas City AAZK Chapter</option> <option value="Greater New Jersey AAZK Alliance Chapter">Greater New Jersey AAZK Alliance Chapter</option> <option value="Greater Orlando AAZK Chapter">Greater Orlando AAZK Chapter</option> <option value="Greater Philadelphia AAZK Chapter">Greater Philadelphia AAZK Chapter</option> <option value="Greater Sac AAZK Chapter">Greater Sac AAZK Chapter</option> <option value="Greenville Zoo AAZK Chapter">Greenville Zoo AAZK Chapter</option> <option value="Heart of Illinois AAZK Chapter">Heart of Illinois AAZK Chapter</option> <option value="Honolulu AAZK Chapter">Honolulu AAZK Chapter</option> <option value="Indianapolis AAZK Chapter">Indianapolis AAZK Chapter</option> <option value="Jackson Zookeepers Association">Jackson Zookeepers Association</option> <option value="Jacksonville AAZK Chapter">Jacksonville AAZK Chapter</option> <option value="Lake Superior AAZK Chapter">Lake Superior AAZK Chapter</option> <option value="Lincoln Park AAZK Chapter">Lincoln Park AAZK Chapter</option> <option value="Lion Country Safari AAZK Chapter">Lion Country Safari AAZK Chapter</option> <option value="Little Rock Zoo AAZK Chapter">Little Rock Zoo AAZK Chapter</option> <option value="Little Turtle AAZK Chapter">Little Turtle AAZK Chapter</option> <option value="Los Angeles Zoo AAZK Chapter">Los Angeles Zoo AAZK Chapter</option> <option value="Louisville Zoo AAZK Chapter">Louisville Zoo AAZK Chapter</option> <option value="Memphis Zoo AAZK Chapter">Memphis Zoo AAZK Chapter</option> <option value="Mesker Park Zoo AAZK Chapter">Mesker Park Zoo AAZK Chapter</option> <option value="Midnight Sun Chapter of the AAZK">Midnight Sun Chapter of the AAZK</option> <option value="Milwaukee County Zoo AAZK Chapter">Milwaukee County Zoo AAZK Chapter</option> <option value="Minnesota Zoo AAZK Chapter">Minnesota Zoo AAZK Chapter</option> <option value="Naples AAZK Chapter">Naples AAZK Chapter</option> <option value="Nashville AAZK Chapter">Nashville AAZK Chapter</option> <option value="National Capital AAZK Chapter">National Capital AAZK Chapter</option> <option value="New England Chapter of AAZK">New England Chapter of AAZK</option> <option value="Niabi Zoo AAZK Chapter">Niabi Zoo AAZK Chapter</option> <option value="North Carolina AAZK Chapter">North Carolina AAZK Chapter</option> <option value="North Carolina Piedmont AAZK Chapter">North Carolina Piedmont AAZK Chapter</option> <option value="Oklahoma City Zoo AAZK Chapter">Oklahoma City Zoo AAZK Chapter</option> <option value="Omaha AAZK Chapter">Omaha AAZK Chapter</option> <option value="Orange County Chapter of AAZK">Orange County Chapter of AAZK</option> <option value="Ozarks Chapter of the AAZK">Ozarks Chapter of the AAZK</option> <option value="Palm Beach Zoo AAZK Chapter">Palm Beach Zoo AAZK Chapter</option> <option value="Phoenix Chapter of AAZK">Phoenix Chapter of AAZK</option> <option value="Portland AAZK Chapter">Portland AAZK Chapter</option> <option value="Pt. Defiance AAZK Chapter">Pt. Defiance AAZK Chapter</option> <option value="Puget Sound AAZK Chapter">Puget Sound AAZK Chapter</option> <option value="Rainier AAZK Chapter">Rainier AAZK Chapter</option> <option value="Red River AAZK Chapter">Red River AAZK Chapter</option> <option value="Roanoke Valley AAZK Chapter">Roanoke Valley AAZK Chapter</option> <option value="Rocky Mountain AAZK Chapter">Rocky Mountain AAZK Chapter</option> <option value="Roger Williams Park Zoo AAZK Chapter">Roger Williams Park Zoo AAZK Chapter</option> <option value="Rosamond Gifford Zoo AAZK Chapter">Rosamond Gifford Zoo AAZK Chapter</option> <option value="Saint Louis AAZK Chapter">Saint Louis AAZK Chapter</option> <option value="San Antonio Zoo AAZK Chapter">San Antonio Zoo AAZK Chapter</option> <option value="San Diego AAZK Chapter">San Diego AAZK Chapter</option> <option value="San Francisco Bay Area Chapter of AAZK">San Francisco Bay Area Chapter of AAZK</option> <option value="Santa Barbara AAZK Chapter">Santa Barbara AAZK Chapter</option> <option value="Santa Fe College Teaching Zoo Student AAZK Chapter">Santa Fe College Teaching Zoo Student AAZK Chapter</option> <option value="South Florida AAZK Chapter">South Florida AAZK Chapter</option> <option value="Southern Colorado AAZK Chapter">Southern Colorado AAZK Chapter</option> <option value="Southern Ontario Zoo Keepers AAZK Chapter">Southern Ontario Zoo Keepers AAZK Chapter</option> <option value="Tampa Bay AAZK Chapter">Tampa Bay AAZK Chapter</option> <option value="The Elmwood Park Zoo Chapter of AAZK">The Elmwood Park Zoo Chapter of AAZK</option> <option value="The Redwood Coast AAZK Chapter">The Redwood Coast AAZK Chapter</option> <option value="The Riverbanks Zoo and Garden AAZK Chapter">The Riverbanks Zoo and Garden AAZK Chapter</option> <option value="The Scovill Zoo AAZK Chapter">The Scovill Zoo AAZK Chapter</option> <option value="The Seneca Park Zoo AAZK Chapter">The Seneca Park Zoo AAZK Chapter</option> <option value="Toledo Zoo AAZK Chapter">Toledo Zoo AAZK Chapter</option> <option value="Topeka Zoo Chapter of AAZK">Topeka Zoo Chapter of AAZK</option> <option value="Tucson AAZK Chapter">Tucson AAZK Chapter</option> <option value="Tulsa Zoo AAZK Chapter">Tulsa Zoo AAZK Chapter</option> <option value="Utah Chapter of AAZK">Utah Chapter of AAZK</option> <option value="West Texas AAZK Chapter">West Texas AAZK Chapter</option> <option value="Wildlife Safari AAZK Chapter">Wildlife Safari AAZK Chapter</option> <option value="Wildlife World Zoo AAZK Chapter">Wildlife World Zoo AAZK Chapter</option> </select>\r\n\r\n</fieldset>\r\n\r\n<fieldset class="controls">\r\n\r\n<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" type="image" /> <img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" />\r\n</fieldset>\r\n\r\n</form>', 'Donation to BFR', 0, '', 'inherit', 'closed', 'closed', '', '2782-revision-v1', '', '', '2013-02-24 23:37:39', '2013-02-25 04:37:39', '', 2782, 'http://aazk.org/uncategorized/2782-revision-14/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2785, 1, '2013-02-24 23:21:02', '2013-02-25 04:21:02', '<form action="https://www.paypal.com/cgi-bin/webscr" method="post" id="bfr_donation">\r\n\r\n    <input type="hidden" name="cmd" value="_donations">\r\n    <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n    <input type="hidden" name="lc" value="US">\r\n    <input type="hidden" name="item_name" value="AAZK Bowling for Rhinos">\r\n    <input type="hidden" name="no_note" value="1">\r\n    <input type="hidden" name="no_shipping" value="2">\r\n    <input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHosted">\r\n\r\n    <fieldset>\r\n        <label for="amount">Amount</label>\r\n        <input type="text" name="amount" id="amount" value="">\r\n\r\n        <select name="currency_code" id="currency_code">\r\n            <option value="USD">USD</option>\r\n            <option value="GBP">GBP</option>\r\n            <option value="CAD">CAD</option>\r\n        </select>\r\n    </fieldset>\r\n\r\n    <fieldset>\r\n        <label for="chapter">AAZK Chapter</label>\r\n        <select name="item_number" id="chapter">\r\n                        <option value="AAZK of Cheyenne Mountain Zoo">AAZK of Cheyenne Mountain Zoo</option>\r\n                        <option value="AAZK of New Bedford Chapter">AAZK of New Bedford Chapter</option>\r\n                        <option value="Acadiana AAZK Chapter">Acadiana AAZK Chapter</option>\r\n                        <option value="Assiniboine Park Zoo AAZK Chapter">Assiniboine Park Zoo AAZK Chapter</option>\r\n                        <option value="Audubon Park AAZK Chapter">Audubon Park AAZK Chapter</option>\r\n                        <option value="Baton Rouge Zoo AAZK Chapter">Baton Rouge Zoo AAZK Chapter</option>\r\n                        <option value="Battle Creek AAZK Chapter">Battle Creek AAZK Chapter</option>\r\n                        <option value="Beardsley Zoo AAZK Chapter">Beardsley Zoo AAZK Chapter</option>\r\n                        <option value="Birmingham Zoo Chapter of AAZK">Birmingham Zoo Chapter of AAZK</option>\r\n                        <option value="Bronx Zoo AAZK Chapter">Bronx Zoo AAZK Chapter</option>\r\n                        <option value="Brookfield AAZK Chapter">Brookfield AAZK Chapter</option>\r\n                        <option value="California Desert AAZK Chapter">California Desert AAZK Chapter</option>\r\n                        <option value="Cape May County Zoo AAZK Chapter">Cape May County Zoo AAZK Chapter</option>\r\n                        <option value="Central Illinois AAZK Chapter">Central Illinois AAZK Chapter</option>\r\n                        <option value="Chesapeake AAZK Chapter">Chesapeake AAZK Chapter</option>\r\n                        <option value="Columbus AAZK Chapter">Columbus AAZK Chapter</option>\r\n                        <option value="Dallas Zoo Chapter of AAZK">Dallas Zoo Chapter of AAZK</option>\r\n                        <option value="Detroit AAZK Chapter">Detroit AAZK Chapter</option>\r\n                        <option value="EFBC AAZK Chapter">EFBC AAZK Chapter</option>\r\n                        <option value="Edmonton Chapter of AAZK">Edmonton Chapter of AAZK</option>\r\n                        <option value="El Paso Del Norte AAZK Chapter">El Paso Del Norte AAZK Chapter</option>\r\n                        <option value="Fort Worth Zoo AAZK Chapter">Fort Worth Zoo AAZK Chapter</option>\r\n                        <option value="Fresno Chaffee Zoo AAZK Chapter">Fresno Chaffee Zoo AAZK Chapter</option>\r\n                        <option value="Galveston Chapter of AAZK">Galveston Chapter of AAZK</option>\r\n                        <option value="Georgia AAZK Chapter">Georgia AAZK Chapter</option>\r\n                        <option value="Greater Baltimore Chapter of AAZK">Greater Baltimore Chapter of AAZK</option>\r\n                        <option value="Greater Cincinnati Chapter of AAZK">Greater Cincinnati Chapter of AAZK</option>\r\n                        <option value="Greater Cleveland Area AAZK Chapter">Greater Cleveland Area AAZK Chapter</option>\r\n                        <option value="Greater Houston AAZK Chapter">Greater Houston AAZK Chapter</option>\r\n                        <option value="Greater Kansas City AAZK Chapter">Greater Kansas City AAZK Chapter</option>\r\n                        <option value="Greater New Jersey AAZK Alliance Chapter">Greater New Jersey AAZK Alliance Chapter</option>\r\n                        <option value="Greater Orlando AAZK Chapter">Greater Orlando AAZK Chapter</option>\r\n                        <option value="Greater Philadelphia AAZK Chapter">Greater Philadelphia AAZK Chapter</option>\r\n                        <option value="Greater Sac AAZK Chapter">Greater Sac AAZK Chapter</option>\r\n                        <option value="Greenville Zoo AAZK Chapter">Greenville Zoo AAZK Chapter</option>\r\n                        <option value="Heart of Illinois AAZK Chapter">Heart of Illinois AAZK Chapter</option>\r\n                        <option value="Honolulu AAZK Chapter">Honolulu AAZK Chapter</option>\r\n                        <option value="Indianapolis AAZK Chapter">Indianapolis AAZK Chapter</option>\r\n                        <option value="Jackson Zookeepers Association">Jackson Zookeepers Association</option>\r\n                        <option value="Jacksonville AAZK Chapter">Jacksonville AAZK Chapter</option>\r\n                        <option value="Lake Superior AAZK Chapter">Lake Superior AAZK Chapter</option>\r\n                        <option value="Lincoln Park AAZK Chapter">Lincoln Park AAZK Chapter</option>\r\n                        <option value="Lion Country Safari AAZK Chapter">Lion Country Safari AAZK Chapter</option>\r\n                        <option value="Little Rock Zoo AAZK Chapter">Little Rock Zoo AAZK Chapter</option>\r\n                        <option value="Little Turtle AAZK Chapter">Little Turtle AAZK Chapter</option>\r\n                        <option value="Los Angeles Zoo AAZK Chapter">Los Angeles Zoo AAZK Chapter</option>\r\n                        <option value="Louisville Zoo AAZK Chapter">Louisville Zoo AAZK Chapter</option>\r\n                        <option value="Memphis Zoo AAZK Chapter">Memphis Zoo AAZK Chapter</option>\r\n                        <option value="Mesker Park Zoo AAZK Chapter">Mesker Park Zoo AAZK Chapter</option>\r\n                        <option value="Midnight Sun Chapter of the AAZK">Midnight Sun Chapter of the AAZK</option>\r\n                        <option value="Milwaukee County Zoo AAZK Chapter">Milwaukee County Zoo AAZK Chapter</option>\r\n                        <option value="Minnesota Zoo AAZK Chapter">Minnesota Zoo AAZK Chapter</option>\r\n                        <option value="Naples AAZK Chapter">Naples AAZK Chapter</option>\r\n                        <option value="Nashville AAZK Chapter">Nashville AAZK Chapter</option>\r\n                        <option value="National Capital AAZK Chapter">National Capital AAZK Chapter</option>\r\n                        <option value="New England Chapter of AAZK">New England Chapter of AAZK</option>\r\n                        <option value="Niabi Zoo AAZK Chapter">Niabi Zoo AAZK Chapter</option>\r\n                        <option value="North Carolina AAZK Chapter">North Carolina AAZK Chapter</option>\r\n                        <option value="North Carolina Piedmont AAZK Chapter">North Carolina Piedmont AAZK Chapter</option>\r\n                        <option value="Oklahoma City Zoo AAZK Chapter">Oklahoma City Zoo AAZK Chapter</option>\r\n                        <option value="Omaha AAZK Chapter">Omaha AAZK Chapter</option>\r\n                        <option value="Orange County Chapter of AAZK">Orange County Chapter of AAZK</option>\r\n                        <option value="Ozarks Chapter of the AAZK">Ozarks Chapter of the AAZK</option>\r\n                        <option value="Palm Beach Zoo AAZK Chapter">Palm Beach Zoo AAZK Chapter</option>\r\n                        <option value="Phoenix Chapter of AAZK">Phoenix Chapter of AAZK</option>\r\n                        <option value="Portland AAZK Chapter">Portland AAZK Chapter</option>\r\n                        <option value="Pt. Defiance AAZK Chapter">Pt. Defiance AAZK Chapter</option>\r\n                        <option value="Puget Sound AAZK Chapter">Puget Sound AAZK Chapter</option>\r\n                        <option value="Rainier AAZK Chapter">Rainier AAZK Chapter</option>\r\n                        <option value="Red River AAZK Chapter">Red River AAZK Chapter</option>\r\n                        <option value="Roanoke Valley AAZK Chapter">Roanoke Valley AAZK Chapter</option>\r\n                        <option value="Rocky Mountain AAZK Chapter">Rocky Mountain AAZK Chapter</option>\r\n                        <option value="Roger Williams Park Zoo AAZK Chapter">Roger Williams Park Zoo AAZK Chapter</option>\r\n                        <option value="Rosamond Gifford Zoo AAZK Chapter">Rosamond Gifford Zoo AAZK Chapter</option>\r\n                        <option value="Saint Louis AAZK Chapter">Saint Louis AAZK Chapter</option>\r\n                        <option value="San Antonio Zoo AAZK Chapter">San Antonio Zoo AAZK Chapter</option>\r\n                        <option value="San Diego AAZK Chapter">San Diego AAZK Chapter</option>\r\n                        <option value="San Francisco Bay Area Chapter of AAZK">San Francisco Bay Area Chapter of AAZK</option>\r\n                        <option value="Santa Barbara AAZK Chapter">Santa Barbara AAZK Chapter</option>\r\n                        <option value="Santa Fe College Teaching Zoo Student AAZK Chapter">Santa Fe College Teaching Zoo Student AAZK Chapter</option>\r\n                        <option value="South Florida AAZK Chapter">South Florida AAZK Chapter</option>\r\n                        <option value="Southern Colorado AAZK Chapter">Southern Colorado AAZK Chapter</option>\r\n                        <option value="Southern Ontario Zoo Keepers AAZK Chapter">Southern Ontario Zoo Keepers AAZK Chapter</option>\r\n                        <option value="Tampa Bay AAZK Chapter">Tampa Bay AAZK Chapter</option>\r\n                        <option value="The Elmwood Park Zoo Chapter of AAZK">The Elmwood Park Zoo Chapter of AAZK</option>\r\n                        <option value="The Redwood Coast AAZK Chapter">The Redwood Coast AAZK Chapter</option>\r\n                        <option value="The Riverbanks Zoo and Garden AAZK Chapter">The Riverbanks Zoo and Garden AAZK Chapter</option>\r\n                        <option value="The Scovill Zoo AAZK Chapter">The Scovill Zoo AAZK Chapter</option>\r\n                        <option value="The Seneca Park Zoo AAZK Chapter">The Seneca Park Zoo AAZK Chapter</option>\r\n                        <option value="Toledo Zoo AAZK Chapter">Toledo Zoo AAZK Chapter</option>\r\n                        <option value="Topeka Zoo Chapter of AAZK">Topeka Zoo Chapter of AAZK</option>\r\n                        <option value="Tucson AAZK Chapter">Tucson AAZK Chapter</option>\r\n                        <option value="Tulsa Zoo AAZK Chapter">Tulsa Zoo AAZK Chapter</option>\r\n                        <option value="Utah Chapter of AAZK">Utah Chapter of AAZK</option>\r\n                        <option value="West Texas AAZK Chapter">West Texas AAZK Chapter</option>\r\n                        <option value="Wildlife Safari AAZK Chapter">Wildlife Safari AAZK Chapter</option>\r\n                        <option value="Wildlife World Zoo AAZK Chapter">Wildlife World Zoo AAZK Chapter</option>\r\n                    </select>\r\n    </fieldset>\r\n\r\n    <fieldset class="controls">\r\n        <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">\r\n        <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">\r\n    </fieldset>\r\n\r\n</form>', 'BFR Donation', 0, '', 'inherit', 'closed', 'closed', '', '2782-revision-v1', '', '', '2013-02-24 23:21:02', '2013-02-25 04:21:02', '', 2782, 'http://aazk.org/uncategorized/2782-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2786, 1, '2013-02-24 23:22:12', '2013-02-25 04:22:12', '<form action="https://www.paypal.com/cgi-bin/webscr" method="post" id="bfr_donation">\r\n\r\n    <input type="hidden" name="cmd" value="_donations">\r\n    <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n    <input type="hidden" name="lc" value="US">\r\n    <input type="hidden" name="item_name" value="AAZK Bowling for Rhinos">\r\n    <input type="hidden" name="no_note" value="1">\r\n    <input type="hidden" name="no_shipping" value="2">\r\n    <input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHosted">\r\n\r\n    <fieldset>\r\n        <label for="amount">Amount</label>\r\n        <input type="text" name="amount" id="amount" value="">\r\n\r\n        <select name="currency_code" id="currency_code">\r\n            <option value="USD">USD</option>\r\n            <option value="GBP">GBP</option>\r\n            <option value="CAD">CAD</option>\r\n        </select>\r\n    </fieldset>\r\n\r\n    <fieldset>\r\n        <label for="chapter">AAZK Chapter</label>\r\n        <select name="item_number" id="chapter">\r\n                        <option value="AAZK of Cheyenne Mountain Zoo">AAZK of Cheyenne Mountain Zoo</option>\r\n                        <option value="AAZK of New Bedford Chapter">AAZK of New Bedford Chapter</option>\r\n                        <option value="Acadiana AAZK Chapter">Acadiana AAZK Chapter</option>\r\n                        <option value="Assiniboine Park Zoo AAZK Chapter">Assiniboine Park Zoo AAZK Chapter</option>\r\n                        <option value="Audubon Park AAZK Chapter">Audubon Park AAZK Chapter</option>\r\n                        <option value="Baton Rouge Zoo AAZK Chapter">Baton Rouge Zoo AAZK Chapter</option>\r\n                        <option value="Battle Creek AAZK Chapter">Battle Creek AAZK Chapter</option>\r\n                        <option value="Beardsley Zoo AAZK Chapter">Beardsley Zoo AAZK Chapter</option>\r\n                        <option value="Birmingham Zoo Chapter of AAZK">Birmingham Zoo Chapter of AAZK</option>\r\n                        <option value="Bronx Zoo AAZK Chapter">Bronx Zoo AAZK Chapter</option>\r\n                        <option value="Brookfield AAZK Chapter">Brookfield AAZK Chapter</option>\r\n                        <option value="California Desert AAZK Chapter">California Desert AAZK Chapter</option>\r\n                        <option value="Cape May County Zoo AAZK Chapter">Cape May County Zoo AAZK Chapter</option>\r\n                        <option value="Central Illinois AAZK Chapter">Central Illinois AAZK Chapter</option>\r\n                        <option value="Chesapeake AAZK Chapter">Chesapeake AAZK Chapter</option>\r\n                        <option value="Columbus AAZK Chapter">Columbus AAZK Chapter</option>\r\n                        <option value="Dallas Zoo Chapter of AAZK">Dallas Zoo Chapter of AAZK</option>\r\n                        <option value="Detroit AAZK Chapter">Detroit AAZK Chapter</option>\r\n                        <option value="EFBC AAZK Chapter">EFBC AAZK Chapter</option>\r\n                        <option value="Edmonton Chapter of AAZK">Edmonton Chapter of AAZK</option>\r\n                        <option value="El Paso Del Norte AAZK Chapter">El Paso Del Norte AAZK Chapter</option>\r\n                        <option value="Fort Worth Zoo AAZK Chapter">Fort Worth Zoo AAZK Chapter</option>\r\n                        <option value="Fresno Chaffee Zoo AAZK Chapter">Fresno Chaffee Zoo AAZK Chapter</option>\r\n                        <option value="Galveston Chapter of AAZK">Galveston Chapter of AAZK</option>\r\n                        <option value="Georgia AAZK Chapter">Georgia AAZK Chapter</option>\r\n                        <option value="Greater Baltimore Chapter of AAZK">Greater Baltimore Chapter of AAZK</option>\r\n                        <option value="Greater Cincinnati Chapter of AAZK">Greater Cincinnati Chapter of AAZK</option>\r\n                        <option value="Greater Cleveland Area AAZK Chapter">Greater Cleveland Area AAZK Chapter</option>\r\n                        <option value="Greater Houston AAZK Chapter">Greater Houston AAZK Chapter</option>\r\n                        <option value="Greater Kansas City AAZK Chapter">Greater Kansas City AAZK Chapter</option>\r\n                        <option value="Greater New Jersey AAZK Alliance Chapter">Greater New Jersey AAZK Alliance Chapter</option>\r\n                        <option value="Greater Orlando AAZK Chapter">Greater Orlando AAZK Chapter</option>\r\n                        <option value="Greater Philadelphia AAZK Chapter">Greater Philadelphia AAZK Chapter</option>\r\n                        <option value="Greater Sac AAZK Chapter">Greater Sac AAZK Chapter</option>\r\n                        <option value="Greenville Zoo AAZK Chapter">Greenville Zoo AAZK Chapter</option>\r\n                        <option value="Heart of Illinois AAZK Chapter">Heart of Illinois AAZK Chapter</option>\r\n                        <option value="Honolulu AAZK Chapter">Honolulu AAZK Chapter</option>\r\n                        <option value="Indianapolis AAZK Chapter">Indianapolis AAZK Chapter</option>\r\n                        <option value="Jackson Zookeepers Association">Jackson Zookeepers Association</option>\r\n                        <option value="Jacksonville AAZK Chapter">Jacksonville AAZK Chapter</option>\r\n                        <option value="Lake Superior AAZK Chapter">Lake Superior AAZK Chapter</option>\r\n                        <option value="Lincoln Park AAZK Chapter">Lincoln Park AAZK Chapter</option>\r\n                        <option value="Lion Country Safari AAZK Chapter">Lion Country Safari AAZK Chapter</option>\r\n                        <option value="Little Rock Zoo AAZK Chapter">Little Rock Zoo AAZK Chapter</option>\r\n                        <option value="Little Turtle AAZK Chapter">Little Turtle AAZK Chapter</option>\r\n                        <option value="Los Angeles Zoo AAZK Chapter">Los Angeles Zoo AAZK Chapter</option>\r\n                        <option value="Louisville Zoo AAZK Chapter">Louisville Zoo AAZK Chapter</option>\r\n                        <option value="Memphis Zoo AAZK Chapter">Memphis Zoo AAZK Chapter</option>\r\n                        <option value="Mesker Park Zoo AAZK Chapter">Mesker Park Zoo AAZK Chapter</option>\r\n                        <option value="Midnight Sun Chapter of the AAZK">Midnight Sun Chapter of the AAZK</option>\r\n                        <option value="Milwaukee County Zoo AAZK Chapter">Milwaukee County Zoo AAZK Chapter</option>\r\n                        <option value="Minnesota Zoo AAZK Chapter">Minnesota Zoo AAZK Chapter</option>\r\n                        <option value="Naples AAZK Chapter">Naples AAZK Chapter</option>\r\n                        <option value="Nashville AAZK Chapter">Nashville AAZK Chapter</option>\r\n                        <option value="National Capital AAZK Chapter">National Capital AAZK Chapter</option>\r\n                        <option value="New England Chapter of AAZK">New England Chapter of AAZK</option>\r\n                        <option value="Niabi Zoo AAZK Chapter">Niabi Zoo AAZK Chapter</option>\r\n                        <option value="North Carolina AAZK Chapter">North Carolina AAZK Chapter</option>\r\n                        <option value="North Carolina Piedmont AAZK Chapter">North Carolina Piedmont AAZK Chapter</option>\r\n                        <option value="Oklahoma City Zoo AAZK Chapter">Oklahoma City Zoo AAZK Chapter</option>\r\n                        <option value="Omaha AAZK Chapter">Omaha AAZK Chapter</option>\r\n                        <option value="Orange County Chapter of AAZK">Orange County Chapter of AAZK</option>\r\n                        <option value="Ozarks Chapter of the AAZK">Ozarks Chapter of the AAZK</option>\r\n                        <option value="Palm Beach Zoo AAZK Chapter">Palm Beach Zoo AAZK Chapter</option>\r\n                        <option value="Phoenix Chapter of AAZK">Phoenix Chapter of AAZK</option>\r\n                        <option value="Portland AAZK Chapter">Portland AAZK Chapter</option>\r\n                        <option value="Pt. Defiance AAZK Chapter">Pt. Defiance AAZK Chapter</option>\r\n                        <option value="Puget Sound AAZK Chapter">Puget Sound AAZK Chapter</option>\r\n                        <option value="Rainier AAZK Chapter">Rainier AAZK Chapter</option>\r\n                        <option value="Red River AAZK Chapter">Red River AAZK Chapter</option>\r\n                        <option value="Roanoke Valley AAZK Chapter">Roanoke Valley AAZK Chapter</option>\r\n                        <option value="Rocky Mountain AAZK Chapter">Rocky Mountain AAZK Chapter</option>\r\n                        <option value="Roger Williams Park Zoo AAZK Chapter">Roger Williams Park Zoo AAZK Chapter</option>\r\n                        <option value="Rosamond Gifford Zoo AAZK Chapter">Rosamond Gifford Zoo AAZK Chapter</option>\r\n                        <option value="Saint Louis AAZK Chapter">Saint Louis AAZK Chapter</option>\r\n                        <option value="San Antonio Zoo AAZK Chapter">San Antonio Zoo AAZK Chapter</option>\r\n                        <option value="San Diego AAZK Chapter">San Diego AAZK Chapter</option>\r\n                        <option value="San Francisco Bay Area Chapter of AAZK">San Francisco Bay Area Chapter of AAZK</option>\r\n                        <option value="Santa Barbara AAZK Chapter">Santa Barbara AAZK Chapter</option>\r\n                        <option value="Santa Fe College Teaching Zoo Student AAZK Chapter">Santa Fe College Teaching Zoo Student AAZK Chapter</option>\r\n                        <option value="South Florida AAZK Chapter">South Florida AAZK Chapter</option>\r\n                        <option value="Southern Colorado AAZK Chapter">Southern Colorado AAZK Chapter</option>\r\n                        <option value="Southern Ontario Zoo Keepers AAZK Chapter">Southern Ontario Zoo Keepers AAZK Chapter</option>\r\n                        <option value="Tampa Bay AAZK Chapter">Tampa Bay AAZK Chapter</option>\r\n                        <option value="The Elmwood Park Zoo Chapter of AAZK">The Elmwood Park Zoo Chapter of AAZK</option>\r\n                        <option value="The Redwood Coast AAZK Chapter">The Redwood Coast AAZK Chapter</option>\r\n                        <option value="The Riverbanks Zoo and Garden AAZK Chapter">The Riverbanks Zoo and Garden AAZK Chapter</option>\r\n                        <option value="The Scovill Zoo AAZK Chapter">The Scovill Zoo AAZK Chapter</option>\r\n                        <option value="The Seneca Park Zoo AAZK Chapter">The Seneca Park Zoo AAZK Chapter</option>\r\n                        <option value="Toledo Zoo AAZK Chapter">Toledo Zoo AAZK Chapter</option>\r\n                        <option value="Topeka Zoo Chapter of AAZK">Topeka Zoo Chapter of AAZK</option>\r\n                        <option value="Tucson AAZK Chapter">Tucson AAZK Chapter</option>\r\n                        <option value="Tulsa Zoo AAZK Chapter">Tulsa Zoo AAZK Chapter</option>\r\n                        <option value="Utah Chapter of AAZK">Utah Chapter of AAZK</option>\r\n                        <option value="West Texas AAZK Chapter">West Texas AAZK Chapter</option>\r\n                        <option value="Wildlife Safari AAZK Chapter">Wildlife Safari AAZK Chapter</option>\r\n                        <option value="Wildlife World Zoo AAZK Chapter">Wildlife World Zoo AAZK Chapter</option>\r\n                    </select>\r\n    </fieldset>\r\n\r\n    <fieldset class="controls">\r\n        <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">\r\n        <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">\r\n    </fieldset>\r\n\r\n</form>', 'BFR Donation', 0, '', 'inherit', 'closed', 'closed', '', '2782-revision-v1', '', '', '2013-02-24 23:22:12', '2013-02-25 04:22:12', '', 2782, 'http://aazk.org/uncategorized/2782-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2787, 1, '2013-02-24 23:22:45', '2013-02-25 04:22:45', '<style>\r\n#bfr_donation {\r\n    border: 1px dotted #d0d9cb;\r\n    border-right: 0;\r\n    border-left: 0;\r\n    padding: 1em 89px .5em 89px;\r\n    width: 718px;\r\n    font-size: 18px;\r\n    }\r\n#bfr_donation fieldset {\r\n    overflow: hidden;\r\n    border: 0;\r\n    width: 100%;\r\n    }\r\n#bfr_donation label {\r\n    float: left;\r\n    margin-right: 6px;\r\n    width: 30%;\r\n    text-align: right;\r\n    }\r\n#bfr_donation input {\r\n    padding: 2px;\r\n    font-size: 12px;\r\n    }\r\n#bfr_donation select {\r\n    font-size: 18px;\r\n    }\r\n#bfr_donation .controls {\r\n    text-align: center;\r\n    }\r\n</style>\r\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post" id="bfr_donation">\r\n\r\n    <input type="hidden" name="cmd" value="_donations">\r\n    <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n    <input type="hidden" name="lc" value="US">\r\n    <input type="hidden" name="item_name" value="AAZK Bowling for Rhinos">\r\n    <input type="hidden" name="no_note" value="1">\r\n    <input type="hidden" name="no_shipping" value="2">\r\n    <input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHosted">\r\n\r\n    <fieldset>\r\n        <label for="amount">Amount</label>\r\n        <input type="text" name="amount" id="amount" value="">\r\n\r\n        <select name="currency_code" id="currency_code">\r\n            <option value="USD">USD</option>\r\n            <option value="GBP">GBP</option>\r\n            <option value="CAD">CAD</option>\r\n        </select>\r\n    </fieldset>\r\n\r\n    <fieldset>\r\n        <label for="chapter">AAZK Chapter</label>\r\n        <select name="item_number" id="chapter">\r\n                        <option value="AAZK of Cheyenne Mountain Zoo">AAZK of Cheyenne Mountain Zoo</option>\r\n                        <option value="AAZK of New Bedford Chapter">AAZK of New Bedford Chapter</option>\r\n                        <option value="Acadiana AAZK Chapter">Acadiana AAZK Chapter</option>\r\n                        <option value="Assiniboine Park Zoo AAZK Chapter">Assiniboine Park Zoo AAZK Chapter</option>\r\n                        <option value="Audubon Park AAZK Chapter">Audubon Park AAZK Chapter</option>\r\n                        <option value="Baton Rouge Zoo AAZK Chapter">Baton Rouge Zoo AAZK Chapter</option>\r\n                        <option value="Battle Creek AAZK Chapter">Battle Creek AAZK Chapter</option>\r\n                        <option value="Beardsley Zoo AAZK Chapter">Beardsley Zoo AAZK Chapter</option>\r\n                        <option value="Birmingham Zoo Chapter of AAZK">Birmingham Zoo Chapter of AAZK</option>\r\n                        <option value="Bronx Zoo AAZK Chapter">Bronx Zoo AAZK Chapter</option>\r\n                        <option value="Brookfield AAZK Chapter">Brookfield AAZK Chapter</option>\r\n                        <option value="California Desert AAZK Chapter">California Desert AAZK Chapter</option>\r\n                        <option value="Cape May County Zoo AAZK Chapter">Cape May County Zoo AAZK Chapter</option>\r\n                        <option value="Central Illinois AAZK Chapter">Central Illinois AAZK Chapter</option>\r\n                        <option value="Chesapeake AAZK Chapter">Chesapeake AAZK Chapter</option>\r\n                        <option value="Columbus AAZK Chapter">Columbus AAZK Chapter</option>\r\n                        <option value="Dallas Zoo Chapter of AAZK">Dallas Zoo Chapter of AAZK</option>\r\n                        <option value="Detroit AAZK Chapter">Detroit AAZK Chapter</option>\r\n                        <option value="EFBC AAZK Chapter">EFBC AAZK Chapter</option>\r\n                        <option value="Edmonton Chapter of AAZK">Edmonton Chapter of AAZK</option>\r\n                        <option value="El Paso Del Norte AAZK Chapter">El Paso Del Norte AAZK Chapter</option>\r\n                        <option value="Fort Worth Zoo AAZK Chapter">Fort Worth Zoo AAZK Chapter</option>\r\n                        <option value="Fresno Chaffee Zoo AAZK Chapter">Fresno Chaffee Zoo AAZK Chapter</option>\r\n                        <option value="Galveston Chapter of AAZK">Galveston Chapter of AAZK</option>\r\n                        <option value="Georgia AAZK Chapter">Georgia AAZK Chapter</option>\r\n                        <option value="Greater Baltimore Chapter of AAZK">Greater Baltimore Chapter of AAZK</option>\r\n                        <option value="Greater Cincinnati Chapter of AAZK">Greater Cincinnati Chapter of AAZK</option>\r\n                        <option value="Greater Cleveland Area AAZK Chapter">Greater Cleveland Area AAZK Chapter</option>\r\n                        <option value="Greater Houston AAZK Chapter">Greater Houston AAZK Chapter</option>\r\n                        <option value="Greater Kansas City AAZK Chapter">Greater Kansas City AAZK Chapter</option>\r\n                        <option value="Greater New Jersey AAZK Alliance Chapter">Greater New Jersey AAZK Alliance Chapter</option>\r\n                        <option value="Greater Orlando AAZK Chapter">Greater Orlando AAZK Chapter</option>\r\n                        <option value="Greater Philadelphia AAZK Chapter">Greater Philadelphia AAZK Chapter</option>\r\n                        <option value="Greater Sac AAZK Chapter">Greater Sac AAZK Chapter</option>\r\n                        <option value="Greenville Zoo AAZK Chapter">Greenville Zoo AAZK Chapter</option>\r\n                        <option value="Heart of Illinois AAZK Chapter">Heart of Illinois AAZK Chapter</option>\r\n                        <option value="Honolulu AAZK Chapter">Honolulu AAZK Chapter</option>\r\n                        <option value="Indianapolis AAZK Chapter">Indianapolis AAZK Chapter</option>\r\n                        <option value="Jackson Zookeepers Association">Jackson Zookeepers Association</option>\r\n                        <option value="Jacksonville AAZK Chapter">Jacksonville AAZK Chapter</option>\r\n                        <option value="Lake Superior AAZK Chapter">Lake Superior AAZK Chapter</option>\r\n                        <option value="Lincoln Park AAZK Chapter">Lincoln Park AAZK Chapter</option>\r\n                        <option value="Lion Country Safari AAZK Chapter">Lion Country Safari AAZK Chapter</option>\r\n                        <option value="Little Rock Zoo AAZK Chapter">Little Rock Zoo AAZK Chapter</option>\r\n                        <option value="Little Turtle AAZK Chapter">Little Turtle AAZK Chapter</option>\r\n                        <option value="Los Angeles Zoo AAZK Chapter">Los Angeles Zoo AAZK Chapter</option>\r\n                        <option value="Louisville Zoo AAZK Chapter">Louisville Zoo AAZK Chapter</option>\r\n                        <option value="Memphis Zoo AAZK Chapter">Memphis Zoo AAZK Chapter</option>\r\n                        <option value="Mesker Park Zoo AAZK Chapter">Mesker Park Zoo AAZK Chapter</option>\r\n                        <option value="Midnight Sun Chapter of the AAZK">Midnight Sun Chapter of the AAZK</option>\r\n                        <option value="Milwaukee County Zoo AAZK Chapter">Milwaukee County Zoo AAZK Chapter</option>\r\n                        <option value="Minnesota Zoo AAZK Chapter">Minnesota Zoo AAZK Chapter</option>\r\n                        <option value="Naples AAZK Chapter">Naples AAZK Chapter</option>\r\n                        <option value="Nashville AAZK Chapter">Nashville AAZK Chapter</option>\r\n                        <option value="National Capital AAZK Chapter">National Capital AAZK Chapter</option>\r\n                        <option value="New England Chapter of AAZK">New England Chapter of AAZK</option>\r\n                        <option value="Niabi Zoo AAZK Chapter">Niabi Zoo AAZK Chapter</option>\r\n                        <option value="North Carolina AAZK Chapter">North Carolina AAZK Chapter</option>\r\n                        <option value="North Carolina Piedmont AAZK Chapter">North Carolina Piedmont AAZK Chapter</option>\r\n                        <option value="Oklahoma City Zoo AAZK Chapter">Oklahoma City Zoo AAZK Chapter</option>\r\n                        <option value="Omaha AAZK Chapter">Omaha AAZK Chapter</option>\r\n                        <option value="Orange County Chapter of AAZK">Orange County Chapter of AAZK</option>\r\n                        <option value="Ozarks Chapter of the AAZK">Ozarks Chapter of the AAZK</option>\r\n                        <option value="Palm Beach Zoo AAZK Chapter">Palm Beach Zoo AAZK Chapter</option>\r\n                        <option value="Phoenix Chapter of AAZK">Phoenix Chapter of AAZK</option>\r\n                        <option value="Portland AAZK Chapter">Portland AAZK Chapter</option>\r\n                        <option value="Pt. Defiance AAZK Chapter">Pt. Defiance AAZK Chapter</option>\r\n                        <option value="Puget Sound AAZK Chapter">Puget Sound AAZK Chapter</option>\r\n                        <option value="Rainier AAZK Chapter">Rainier AAZK Chapter</option>\r\n                        <option value="Red River AAZK Chapter">Red River AAZK Chapter</option>\r\n                        <option value="Roanoke Valley AAZK Chapter">Roanoke Valley AAZK Chapter</option>\r\n                        <option value="Rocky Mountain AAZK Chapter">Rocky Mountain AAZK Chapter</option>\r\n                        <option value="Roger Williams Park Zoo AAZK Chapter">Roger Williams Park Zoo AAZK Chapter</option>\r\n                        <option value="Rosamond Gifford Zoo AAZK Chapter">Rosamond Gifford Zoo AAZK Chapter</option>\r\n                        <option value="Saint Louis AAZK Chapter">Saint Louis AAZK Chapter</option>\r\n                        <option value="San Antonio Zoo AAZK Chapter">San Antonio Zoo AAZK Chapter</option>\r\n                        <option value="San Diego AAZK Chapter">San Diego AAZK Chapter</option>\r\n                        <option value="San Francisco Bay Area Chapter of AAZK">San Francisco Bay Area Chapter of AAZK</option>\r\n                        <option value="Santa Barbara AAZK Chapter">Santa Barbara AAZK Chapter</option>\r\n                        <option value="Santa Fe College Teaching Zoo Student AAZK Chapter">Santa Fe College Teaching Zoo Student AAZK Chapter</option>\r\n                        <option value="South Florida AAZK Chapter">South Florida AAZK Chapter</option>\r\n                        <option value="Southern Colorado AAZK Chapter">Southern Colorado AAZK Chapter</option>\r\n                        <option value="Southern Ontario Zoo Keepers AAZK Chapter">Southern Ontario Zoo Keepers AAZK Chapter</option>\r\n                        <option value="Tampa Bay AAZK Chapter">Tampa Bay AAZK Chapter</option>\r\n                        <option value="The Elmwood Park Zoo Chapter of AAZK">The Elmwood Park Zoo Chapter of AAZK</option>\r\n                        <option value="The Redwood Coast AAZK Chapter">The Redwood Coast AAZK Chapter</option>\r\n                        <option value="The Riverbanks Zoo and Garden AAZK Chapter">The Riverbanks Zoo and Garden AAZK Chapter</option>\r\n                        <option value="The Scovill Zoo AAZK Chapter">The Scovill Zoo AAZK Chapter</option>\r\n                        <option value="The Seneca Park Zoo AAZK Chapter">The Seneca Park Zoo AAZK Chapter</option>\r\n                        <option value="Toledo Zoo AAZK Chapter">Toledo Zoo AAZK Chapter</option>\r\n                        <option value="Topeka Zoo Chapter of AAZK">Topeka Zoo Chapter of AAZK</option>\r\n                        <option value="Tucson AAZK Chapter">Tucson AAZK Chapter</option>\r\n                        <option value="Tulsa Zoo AAZK Chapter">Tulsa Zoo AAZK Chapter</option>\r\n                        <option value="Utah Chapter of AAZK">Utah Chapter of AAZK</option>\r\n                        <option value="West Texas AAZK Chapter">West Texas AAZK Chapter</option>\r\n                        <option value="Wildlife Safari AAZK Chapter">Wildlife Safari AAZK Chapter</option>\r\n                        <option value="Wildlife World Zoo AAZK Chapter">Wildlife World Zoo AAZK Chapter</option>\r\n                    </select>\r\n    </fieldset>\r\n\r\n    <fieldset class="controls">\r\n        <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">\r\n        <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">\r\n    </fieldset>\r\n\r\n</form>', 'BFR Donation', 0, '', 'inherit', 'closed', 'closed', '', '2782-revision-v1', '', '', '2013-02-24 23:22:45', '2013-02-25 04:22:45', '', 2782, 'http://aazk.org/uncategorized/2782-revision-5/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2790, 1, '2013-02-24 23:27:10', '2013-02-25 04:27:10', '', 'BFR Donation', 0, '', 'inherit', 'closed', 'closed', '', '2782-revision-v1', '', '', '2013-02-24 23:27:10', '2013-02-25 04:27:10', '', 2782, 'http://aazk.org/uncategorized/2782-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2788, 1, '2013-02-24 23:23:39', '2013-02-25 04:23:39', '<style>\r\n#bfr_donation {\r\n    border: 1px dotted #d0d9cb;\r\n    border-right: 0;\r\n    border-left: 0;\r\n    padding: 1em 89px .5em 89px;\r\n    width: 718px;\r\n    font-size: 18px;\r\n    }\r\n#bfr_donation fieldset {\r\n    overflow: hidden;\r\n    border: 0;\r\n    width: 100%;\r\n    }\r\n#bfr_donation label {\r\n    float: left;\r\n    margin-right: 6px;\r\n    width: 30%;\r\n    text-align: right;\r\n    }\r\n#bfr_donation input {\r\n    padding: 2px;\r\n    font-size: 12px;\r\n    }\r\n#bfr_donation select {\r\n    font-size: 18px;\r\n    }\r\n#bfr_donation .controls {\r\n    text-align: center;\r\n    }\r\n</style>\r\n\r\nDonate to Bowling for Rhinos today and help save rhinos and their ecosystems.  You may give a General donation or in the name of your local Chapter. All donations are 100% tax deductible.  Thank YOU for Your Gift to Support Conservation.\r\n\r\n\r\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post" id="bfr_donation">\r\n\r\n    <input type="hidden" name="cmd" value="_donations">\r\n    <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n    <input type="hidden" name="lc" value="US">\r\n    <input type="hidden" name="item_name" value="AAZK Bowling for Rhinos">\r\n    <input type="hidden" name="no_note" value="1">\r\n    <input type="hidden" name="no_shipping" value="2">\r\n    <input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHosted">\r\n\r\n    <fieldset>\r\n        <label for="amount">Amount</label>\r\n        <input type="text" name="amount" id="amount" value="">\r\n\r\n        <select name="currency_code" id="currency_code">\r\n            <option value="USD">USD</option>\r\n            <option value="GBP">GBP</option>\r\n            <option value="CAD">CAD</option>\r\n        </select>\r\n    </fieldset>\r\n\r\n    <fieldset>\r\n        <label for="chapter">AAZK Chapter</label>\r\n        <select name="item_number" id="chapter">\r\n                        <option value="AAZK of Cheyenne Mountain Zoo">AAZK of Cheyenne Mountain Zoo</option>\r\n                        <option value="AAZK of New Bedford Chapter">AAZK of New Bedford Chapter</option>\r\n                        <option value="Acadiana AAZK Chapter">Acadiana AAZK Chapter</option>\r\n                        <option value="Assiniboine Park Zoo AAZK Chapter">Assiniboine Park Zoo AAZK Chapter</option>\r\n                        <option value="Audubon Park AAZK Chapter">Audubon Park AAZK Chapter</option>\r\n                        <option value="Baton Rouge Zoo AAZK Chapter">Baton Rouge Zoo AAZK Chapter</option>\r\n                        <option value="Battle Creek AAZK Chapter">Battle Creek AAZK Chapter</option>\r\n                        <option value="Beardsley Zoo AAZK Chapter">Beardsley Zoo AAZK Chapter</option>\r\n                        <option value="Birmingham Zoo Chapter of AAZK">Birmingham Zoo Chapter of AAZK</option>\r\n                        <option value="Bronx Zoo AAZK Chapter">Bronx Zoo AAZK Chapter</option>\r\n                        <option value="Brookfield AAZK Chapter">Brookfield AAZK Chapter</option>\r\n                        <option value="California Desert AAZK Chapter">California Desert AAZK Chapter</option>\r\n                        <option value="Cape May County Zoo AAZK Chapter">Cape May County Zoo AAZK Chapter</option>\r\n                        <option value="Central Illinois AAZK Chapter">Central Illinois AAZK Chapter</option>\r\n                        <option value="Chesapeake AAZK Chapter">Chesapeake AAZK Chapter</option>\r\n                        <option value="Columbus AAZK Chapter">Columbus AAZK Chapter</option>\r\n                        <option value="Dallas Zoo Chapter of AAZK">Dallas Zoo Chapter of AAZK</option>\r\n                        <option value="Detroit AAZK Chapter">Detroit AAZK Chapter</option>\r\n                        <option value="EFBC AAZK Chapter">EFBC AAZK Chapter</option>\r\n                        <option value="Edmonton Chapter of AAZK">Edmonton Chapter of AAZK</option>\r\n                        <option value="El Paso Del Norte AAZK Chapter">El Paso Del Norte AAZK Chapter</option>\r\n                        <option value="Fort Worth Zoo AAZK Chapter">Fort Worth Zoo AAZK Chapter</option>\r\n                        <option value="Fresno Chaffee Zoo AAZK Chapter">Fresno Chaffee Zoo AAZK Chapter</option>\r\n                        <option value="Galveston Chapter of AAZK">Galveston Chapter of AAZK</option>\r\n                        <option value="Georgia AAZK Chapter">Georgia AAZK Chapter</option>\r\n                        <option value="Greater Baltimore Chapter of AAZK">Greater Baltimore Chapter of AAZK</option>\r\n                        <option value="Greater Cincinnati Chapter of AAZK">Greater Cincinnati Chapter of AAZK</option>\r\n                        <option value="Greater Cleveland Area AAZK Chapter">Greater Cleveland Area AAZK Chapter</option>\r\n                        <option value="Greater Houston AAZK Chapter">Greater Houston AAZK Chapter</option>\r\n                        <option value="Greater Kansas City AAZK Chapter">Greater Kansas City AAZK Chapter</option>\r\n                        <option value="Greater New Jersey AAZK Alliance Chapter">Greater New Jersey AAZK Alliance Chapter</option>\r\n                        <option value="Greater Orlando AAZK Chapter">Greater Orlando AAZK Chapter</option>\r\n                        <option value="Greater Philadelphia AAZK Chapter">Greater Philadelphia AAZK Chapter</option>\r\n                        <option value="Greater Sac AAZK Chapter">Greater Sac AAZK Chapter</option>\r\n                        <option value="Greenville Zoo AAZK Chapter">Greenville Zoo AAZK Chapter</option>\r\n                        <option value="Heart of Illinois AAZK Chapter">Heart of Illinois AAZK Chapter</option>\r\n                        <option value="Honolulu AAZK Chapter">Honolulu AAZK Chapter</option>\r\n                        <option value="Indianapolis AAZK Chapter">Indianapolis AAZK Chapter</option>\r\n                        <option value="Jackson Zookeepers Association">Jackson Zookeepers Association</option>\r\n                        <option value="Jacksonville AAZK Chapter">Jacksonville AAZK Chapter</option>\r\n                        <option value="Lake Superior AAZK Chapter">Lake Superior AAZK Chapter</option>\r\n                        <option value="Lincoln Park AAZK Chapter">Lincoln Park AAZK Chapter</option>\r\n                        <option value="Lion Country Safari AAZK Chapter">Lion Country Safari AAZK Chapter</option>\r\n                        <option value="Little Rock Zoo AAZK Chapter">Little Rock Zoo AAZK Chapter</option>\r\n                        <option value="Little Turtle AAZK Chapter">Little Turtle AAZK Chapter</option>\r\n                        <option value="Los Angeles Zoo AAZK Chapter">Los Angeles Zoo AAZK Chapter</option>\r\n                        <option value="Louisville Zoo AAZK Chapter">Louisville Zoo AAZK Chapter</option>\r\n                        <option value="Memphis Zoo AAZK Chapter">Memphis Zoo AAZK Chapter</option>\r\n                        <option value="Mesker Park Zoo AAZK Chapter">Mesker Park Zoo AAZK Chapter</option>\r\n                        <option value="Midnight Sun Chapter of the AAZK">Midnight Sun Chapter of the AAZK</option>\r\n                        <option value="Milwaukee County Zoo AAZK Chapter">Milwaukee County Zoo AAZK Chapter</option>\r\n                        <option value="Minnesota Zoo AAZK Chapter">Minnesota Zoo AAZK Chapter</option>\r\n                        <option value="Naples AAZK Chapter">Naples AAZK Chapter</option>\r\n                        <option value="Nashville AAZK Chapter">Nashville AAZK Chapter</option>\r\n                        <option value="National Capital AAZK Chapter">National Capital AAZK Chapter</option>\r\n                        <option value="New England Chapter of AAZK">New England Chapter of AAZK</option>\r\n                        <option value="Niabi Zoo AAZK Chapter">Niabi Zoo AAZK Chapter</option>\r\n                        <option value="North Carolina AAZK Chapter">North Carolina AAZK Chapter</option>\r\n                        <option value="North Carolina Piedmont AAZK Chapter">North Carolina Piedmont AAZK Chapter</option>\r\n                        <option value="Oklahoma City Zoo AAZK Chapter">Oklahoma City Zoo AAZK Chapter</option>\r\n                        <option value="Omaha AAZK Chapter">Omaha AAZK Chapter</option>\r\n                        <option value="Orange County Chapter of AAZK">Orange County Chapter of AAZK</option>\r\n                        <option value="Ozarks Chapter of the AAZK">Ozarks Chapter of the AAZK</option>\r\n                        <option value="Palm Beach Zoo AAZK Chapter">Palm Beach Zoo AAZK Chapter</option>\r\n                        <option value="Phoenix Chapter of AAZK">Phoenix Chapter of AAZK</option>\r\n                        <option value="Portland AAZK Chapter">Portland AAZK Chapter</option>\r\n                        <option value="Pt. Defiance AAZK Chapter">Pt. Defiance AAZK Chapter</option>\r\n                        <option value="Puget Sound AAZK Chapter">Puget Sound AAZK Chapter</option>\r\n                        <option value="Rainier AAZK Chapter">Rainier AAZK Chapter</option>\r\n                        <option value="Red River AAZK Chapter">Red River AAZK Chapter</option>\r\n                        <option value="Roanoke Valley AAZK Chapter">Roanoke Valley AAZK Chapter</option>\r\n                        <option value="Rocky Mountain AAZK Chapter">Rocky Mountain AAZK Chapter</option>\r\n                        <option value="Roger Williams Park Zoo AAZK Chapter">Roger Williams Park Zoo AAZK Chapter</option>\r\n                        <option value="Rosamond Gifford Zoo AAZK Chapter">Rosamond Gifford Zoo AAZK Chapter</option>\r\n                        <option value="Saint Louis AAZK Chapter">Saint Louis AAZK Chapter</option>\r\n                        <option value="San Antonio Zoo AAZK Chapter">San Antonio Zoo AAZK Chapter</option>\r\n                        <option value="San Diego AAZK Chapter">San Diego AAZK Chapter</option>\r\n                        <option value="San Francisco Bay Area Chapter of AAZK">San Francisco Bay Area Chapter of AAZK</option>\r\n                        <option value="Santa Barbara AAZK Chapter">Santa Barbara AAZK Chapter</option>\r\n                        <option value="Santa Fe College Teaching Zoo Student AAZK Chapter">Santa Fe College Teaching Zoo Student AAZK Chapter</option>\r\n                        <option value="South Florida AAZK Chapter">South Florida AAZK Chapter</option>\r\n                        <option value="Southern Colorado AAZK Chapter">Southern Colorado AAZK Chapter</option>\r\n                        <option value="Southern Ontario Zoo Keepers AAZK Chapter">Southern Ontario Zoo Keepers AAZK Chapter</option>\r\n                        <option value="Tampa Bay AAZK Chapter">Tampa Bay AAZK Chapter</option>\r\n                        <option value="The Elmwood Park Zoo Chapter of AAZK">The Elmwood Park Zoo Chapter of AAZK</option>\r\n                        <option value="The Redwood Coast AAZK Chapter">The Redwood Coast AAZK Chapter</option>\r\n                        <option value="The Riverbanks Zoo and Garden AAZK Chapter">The Riverbanks Zoo and Garden AAZK Chapter</option>\r\n                        <option value="The Scovill Zoo AAZK Chapter">The Scovill Zoo AAZK Chapter</option>\r\n                        <option value="The Seneca Park Zoo AAZK Chapter">The Seneca Park Zoo AAZK Chapter</option>\r\n                        <option value="Toledo Zoo AAZK Chapter">Toledo Zoo AAZK Chapter</option>\r\n                        <option value="Topeka Zoo Chapter of AAZK">Topeka Zoo Chapter of AAZK</option>\r\n                        <option value="Tucson AAZK Chapter">Tucson AAZK Chapter</option>\r\n                        <option value="Tulsa Zoo AAZK Chapter">Tulsa Zoo AAZK Chapter</option>\r\n                        <option value="Utah Chapter of AAZK">Utah Chapter of AAZK</option>\r\n                        <option value="West Texas AAZK Chapter">West Texas AAZK Chapter</option>\r\n                        <option value="Wildlife Safari AAZK Chapter">Wildlife Safari AAZK Chapter</option>\r\n                        <option value="Wildlife World Zoo AAZK Chapter">Wildlife World Zoo AAZK Chapter</option>\r\n                    </select>\r\n    </fieldset>\r\n\r\n    <fieldset class="controls">\r\n        <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">\r\n        <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">\r\n    </fieldset>\r\n\r\n</form>', 'BFR Donation', 0, '', 'inherit', 'closed', 'closed', '', '2782-revision-v1', '', '', '2013-02-24 23:23:39', '2013-02-25 04:23:39', '', 2782, 'http://aazk.org/uncategorized/2782-revision-6/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2789, 1, '2013-02-24 23:25:11', '2013-02-25 04:25:11', '<style>\r\n#bfr_donation {\r\n    border: 1px dotted #d0d9cb;\r\n    border-right: 0;\r\n    border-left: 0;\r\n    padding: 1em 89px .5em 89px;\r\n    width: 718px;\r\n    font-size: 18px;\r\n    }\r\n#bfr_donation fieldset {\r\n    overflow: hidden;\r\n    border: 0;\r\n    width: 100%;\r\n    }\r\n#bfr_donation label {\r\n    float: left;\r\n    margin-right: 6px;\r\n    width: 30%;\r\n    text-align: right;\r\n    }\r\n#bfr_donation input {\r\n    padding: 2px;\r\n    font-size: 12px;\r\n    }\r\n#bfr_donation select {\r\n    font-size: 18px;\r\n    }\r\n#bfr_donation .controls {\r\n    text-align: center;\r\n    }\r\n</style>\r\n\r\nDonate to Bowling for Rhinos today and help save rhinos and their ecosystems.  You may give a General donation or in the name of your local Chapter. All donations are 100% tax deductible.  Thank YOU for Your Gift to Support Conservation.\r\n\r\n\r\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post" id="bfr_donation">\r\n\r\n    <input type="hidden" name="cmd" value="_donations">\r\n    <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n    <input type="hidden" name="lc" value="US">\r\n    <input type="hidden" name="item_name" value="AAZK Bowling for Rhinos">\r\n    <input type="hidden" name="no_note" value="1">\r\n    <input type="hidden" name="no_shipping" value="2">\r\n    <input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHosted">\r\n\r\n    <fieldset>\r\n        <label for="amount">Amount</label>\r\n        <input type="text" name="amount" id="amount" value="">\r\n        <select name="currency_code" id="currency_code">\r\n            <option value="USD">USD</option>\r\n            <option value="GBP">GBP</option>\r\n            <option value="CAD">CAD</option>\r\n        </select>\r\n    </fieldset>\r\n\r\n    <fieldset>\r\n        <label for="chapter">AAZK Chapter</label>\r\n        <select name="item_number" id="chapter">\r\n                        <option value="AAZK of Cheyenne Mountain Zoo">AAZK of Cheyenne Mountain Zoo</option>\r\n                        <option value="AAZK of New Bedford Chapter">AAZK of New Bedford Chapter</option>\r\n                        <option value="Acadiana AAZK Chapter">Acadiana AAZK Chapter</option>\r\n                        <option value="Assiniboine Park Zoo AAZK Chapter">Assiniboine Park Zoo AAZK Chapter</option>\r\n                        <option value="Audubon Park AAZK Chapter">Audubon Park AAZK Chapter</option>\r\n                        <option value="Baton Rouge Zoo AAZK Chapter">Baton Rouge Zoo AAZK Chapter</option>\r\n                        <option value="Battle Creek AAZK Chapter">Battle Creek AAZK Chapter</option>\r\n                        <option value="Beardsley Zoo AAZK Chapter">Beardsley Zoo AAZK Chapter</option>\r\n                        <option value="Birmingham Zoo Chapter of AAZK">Birmingham Zoo Chapter of AAZK</option>\r\n                        <option value="Bronx Zoo AAZK Chapter">Bronx Zoo AAZK Chapter</option>\r\n                        <option value="Brookfield AAZK Chapter">Brookfield AAZK Chapter</option>\r\n                        <option value="California Desert AAZK Chapter">California Desert AAZK Chapter</option>\r\n                        <option value="Cape May County Zoo AAZK Chapter">Cape May County Zoo AAZK Chapter</option>\r\n                        <option value="Central Illinois AAZK Chapter">Central Illinois AAZK Chapter</option>\r\n                        <option value="Chesapeake AAZK Chapter">Chesapeake AAZK Chapter</option>\r\n                        <option value="Columbus AAZK Chapter">Columbus AAZK Chapter</option>\r\n                        <option value="Dallas Zoo Chapter of AAZK">Dallas Zoo Chapter of AAZK</option>\r\n                        <option value="Detroit AAZK Chapter">Detroit AAZK Chapter</option>\r\n                        <option value="EFBC AAZK Chapter">EFBC AAZK Chapter</option>\r\n                        <option value="Edmonton Chapter of AAZK">Edmonton Chapter of AAZK</option>\r\n                        <option value="El Paso Del Norte AAZK Chapter">El Paso Del Norte AAZK Chapter</option>\r\n                        <option value="Fort Worth Zoo AAZK Chapter">Fort Worth Zoo AAZK Chapter</option>\r\n                        <option value="Fresno Chaffee Zoo AAZK Chapter">Fresno Chaffee Zoo AAZK Chapter</option>\r\n                        <option value="Galveston Chapter of AAZK">Galveston Chapter of AAZK</option>\r\n                        <option value="Georgia AAZK Chapter">Georgia AAZK Chapter</option>\r\n                        <option value="Greater Baltimore Chapter of AAZK">Greater Baltimore Chapter of AAZK</option>\r\n                        <option value="Greater Cincinnati Chapter of AAZK">Greater Cincinnati Chapter of AAZK</option>\r\n                        <option value="Greater Cleveland Area AAZK Chapter">Greater Cleveland Area AAZK Chapter</option>\r\n                        <option value="Greater Houston AAZK Chapter">Greater Houston AAZK Chapter</option>\r\n                        <option value="Greater Kansas City AAZK Chapter">Greater Kansas City AAZK Chapter</option>\r\n                        <option value="Greater New Jersey AAZK Alliance Chapter">Greater New Jersey AAZK Alliance Chapter</option>\r\n                        <option value="Greater Orlando AAZK Chapter">Greater Orlando AAZK Chapter</option>\r\n                        <option value="Greater Philadelphia AAZK Chapter">Greater Philadelphia AAZK Chapter</option>\r\n                        <option value="Greater Sac AAZK Chapter">Greater Sac AAZK Chapter</option>\r\n                        <option value="Greenville Zoo AAZK Chapter">Greenville Zoo AAZK Chapter</option>\r\n                        <option value="Heart of Illinois AAZK Chapter">Heart of Illinois AAZK Chapter</option>\r\n                        <option value="Honolulu AAZK Chapter">Honolulu AAZK Chapter</option>\r\n                        <option value="Indianapolis AAZK Chapter">Indianapolis AAZK Chapter</option>\r\n                        <option value="Jackson Zookeepers Association">Jackson Zookeepers Association</option>\r\n                        <option value="Jacksonville AAZK Chapter">Jacksonville AAZK Chapter</option>\r\n                        <option value="Lake Superior AAZK Chapter">Lake Superior AAZK Chapter</option>\r\n                        <option value="Lincoln Park AAZK Chapter">Lincoln Park AAZK Chapter</option>\r\n                        <option value="Lion Country Safari AAZK Chapter">Lion Country Safari AAZK Chapter</option>\r\n                        <option value="Little Rock Zoo AAZK Chapter">Little Rock Zoo AAZK Chapter</option>\r\n                        <option value="Little Turtle AAZK Chapter">Little Turtle AAZK Chapter</option>\r\n                        <option value="Los Angeles Zoo AAZK Chapter">Los Angeles Zoo AAZK Chapter</option>\r\n                        <option value="Louisville Zoo AAZK Chapter">Louisville Zoo AAZK Chapter</option>\r\n                        <option value="Memphis Zoo AAZK Chapter">Memphis Zoo AAZK Chapter</option>\r\n                        <option value="Mesker Park Zoo AAZK Chapter">Mesker Park Zoo AAZK Chapter</option>\r\n                        <option value="Midnight Sun Chapter of the AAZK">Midnight Sun Chapter of the AAZK</option>\r\n                        <option value="Milwaukee County Zoo AAZK Chapter">Milwaukee County Zoo AAZK Chapter</option>\r\n                        <option value="Minnesota Zoo AAZK Chapter">Minnesota Zoo AAZK Chapter</option>\r\n                        <option value="Naples AAZK Chapter">Naples AAZK Chapter</option>\r\n                        <option value="Nashville AAZK Chapter">Nashville AAZK Chapter</option>\r\n                        <option value="National Capital AAZK Chapter">National Capital AAZK Chapter</option>\r\n                        <option value="New England Chapter of AAZK">New England Chapter of AAZK</option>\r\n                        <option value="Niabi Zoo AAZK Chapter">Niabi Zoo AAZK Chapter</option>\r\n                        <option value="North Carolina AAZK Chapter">North Carolina AAZK Chapter</option>\r\n                        <option value="North Carolina Piedmont AAZK Chapter">North Carolina Piedmont AAZK Chapter</option>\r\n                        <option value="Oklahoma City Zoo AAZK Chapter">Oklahoma City Zoo AAZK Chapter</option>\r\n                        <option value="Omaha AAZK Chapter">Omaha AAZK Chapter</option>\r\n                        <option value="Orange County Chapter of AAZK">Orange County Chapter of AAZK</option>\r\n                        <option value="Ozarks Chapter of the AAZK">Ozarks Chapter of the AAZK</option>\r\n                        <option value="Palm Beach Zoo AAZK Chapter">Palm Beach Zoo AAZK Chapter</option>\r\n                        <option value="Phoenix Chapter of AAZK">Phoenix Chapter of AAZK</option>\r\n                        <option value="Portland AAZK Chapter">Portland AAZK Chapter</option>\r\n                        <option value="Pt. Defiance AAZK Chapter">Pt. Defiance AAZK Chapter</option>\r\n                        <option value="Puget Sound AAZK Chapter">Puget Sound AAZK Chapter</option>\r\n                        <option value="Rainier AAZK Chapter">Rainier AAZK Chapter</option>\r\n                        <option value="Red River AAZK Chapter">Red River AAZK Chapter</option>\r\n                        <option value="Roanoke Valley AAZK Chapter">Roanoke Valley AAZK Chapter</option>\r\n                        <option value="Rocky Mountain AAZK Chapter">Rocky Mountain AAZK Chapter</option>\r\n                        <option value="Roger Williams Park Zoo AAZK Chapter">Roger Williams Park Zoo AAZK Chapter</option>\r\n                        <option value="Rosamond Gifford Zoo AAZK Chapter">Rosamond Gifford Zoo AAZK Chapter</option>\r\n                        <option value="Saint Louis AAZK Chapter">Saint Louis AAZK Chapter</option>\r\n                        <option value="San Antonio Zoo AAZK Chapter">San Antonio Zoo AAZK Chapter</option>\r\n                        <option value="San Diego AAZK Chapter">San Diego AAZK Chapter</option>\r\n                        <option value="San Francisco Bay Area Chapter of AAZK">San Francisco Bay Area Chapter of AAZK</option>\r\n                        <option value="Santa Barbara AAZK Chapter">Santa Barbara AAZK Chapter</option>\r\n                        <option value="Santa Fe College Teaching Zoo Student AAZK Chapter">Santa Fe College Teaching Zoo Student AAZK Chapter</option>\r\n                        <option value="South Florida AAZK Chapter">South Florida AAZK Chapter</option>\r\n                        <option value="Southern Colorado AAZK Chapter">Southern Colorado AAZK Chapter</option>\r\n                        <option value="Southern Ontario Zoo Keepers AAZK Chapter">Southern Ontario Zoo Keepers AAZK Chapter</option>\r\n                        <option value="Tampa Bay AAZK Chapter">Tampa Bay AAZK Chapter</option>\r\n                        <option value="The Elmwood Park Zoo Chapter of AAZK">The Elmwood Park Zoo Chapter of AAZK</option>\r\n                        <option value="The Redwood Coast AAZK Chapter">The Redwood Coast AAZK Chapter</option>\r\n                        <option value="The Riverbanks Zoo and Garden AAZK Chapter">The Riverbanks Zoo and Garden AAZK Chapter</option>\r\n                        <option value="The Scovill Zoo AAZK Chapter">The Scovill Zoo AAZK Chapter</option>\r\n                        <option value="The Seneca Park Zoo AAZK Chapter">The Seneca Park Zoo AAZK Chapter</option>\r\n                        <option value="Toledo Zoo AAZK Chapter">Toledo Zoo AAZK Chapter</option>\r\n                        <option value="Topeka Zoo Chapter of AAZK">Topeka Zoo Chapter of AAZK</option>\r\n                        <option value="Tucson AAZK Chapter">Tucson AAZK Chapter</option>\r\n                        <option value="Tulsa Zoo AAZK Chapter">Tulsa Zoo AAZK Chapter</option>\r\n                        <option value="Utah Chapter of AAZK">Utah Chapter of AAZK</option>\r\n                        <option value="West Texas AAZK Chapter">West Texas AAZK Chapter</option>\r\n                        <option value="Wildlife Safari AAZK Chapter">Wildlife Safari AAZK Chapter</option>\r\n                        <option value="Wildlife World Zoo AAZK Chapter">Wildlife World Zoo AAZK Chapter</option>\r\n                    </select>\r\n    </fieldset>\r\n\r\n    <fieldset class="controls">\r\n        <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">\r\n        <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">\r\n    </fieldset>\r\n\r\n</form>', 'BFR Donation', 0, '', 'inherit', 'closed', 'closed', '', '2782-revision-v1', '', '', '2013-02-24 23:25:11', '2013-02-25 04:25:11', '', 2782, 'http://aazk.org/uncategorized/2782-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2791, 1, '2013-02-24 23:27:20', '2013-02-25 04:27:20', '<style>\r\n#bfr_donation {\r\n    border: 1px dotted #d0d9cb;\r\n    border-right: 0;\r\n    border-left: 0;\r\n    padding: 1em 89px .5em 89px;\r\n    width: 718px;\r\n    font-size: 18px;\r\n    }\r\n#bfr_donation fieldset {\r\n    overflow: hidden;\r\n    border: 0;\r\n    width: 100%;\r\n    }\r\n#bfr_donation label {\r\n    float: left;\r\n    margin-right: 6px;\r\n    width: 30%;\r\n    text-align: right;\r\n    }\r\n#bfr_donation input {\r\n    padding: 2px;\r\n    font-size: 12px;\r\n    }\r\n#bfr_donation select {\r\n    font-size: 18px;\r\n    }\r\n#bfr_donation .controls {\r\n    text-align: center;\r\n    }\r\n</style>\r\n\r\nDonate to Bowling for Rhinos today and help save rhinos and their ecosystems.  You may give a General donation or in the name of your local Chapter. All donations are 100% tax deductible.  Thank YOU for Your Gift to Support Conservation.\r\n\r\n\r\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post" id="bfr_donation">\r\n\r\n    <input type="hidden" name="cmd" value="_donations">\r\n    <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n    <input type="hidden" name="lc" value="US">\r\n    <input type="hidden" name="item_name" value="AAZK Bowling for Rhinos">\r\n    <input type="hidden" name="no_note" value="1">\r\n    <input type="hidden" name="no_shipping" value="2">\r\n    <input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHosted">\r\n\r\n    <fieldset>\r\n        <label for="amount">Amount</label><input type="text" name="amount" id="amount" value=""><select name="currency_code" id="currency_code">\r\n            <option value="USD">USD</option>\r\n            <option value="GBP">GBP</option>\r\n            <option value="CAD">CAD</option>\r\n        </select>\r\n    </fieldset>\r\n\r\n    <fieldset>\r\n        <label for="chapter">AAZK Chapter</label><select name="item_number" id="chapter">\r\n                        <option value="General">General</option>\r\n                        <option value="AAZK of Cheyenne Mountain Zoo">AAZK of Cheyenne Mountain Zoo</option>\r\n                        <option value="AAZK of New Bedford Chapter">AAZK of New Bedford Chapter</option>\r\n                        <option value="Acadiana AAZK Chapter">Acadiana AAZK Chapter</option>\r\n                        <option value="Assiniboine Park Zoo AAZK Chapter">Assiniboine Park Zoo AAZK Chapter</option>\r\n                        <option value="Audubon Park AAZK Chapter">Audubon Park AAZK Chapter</option>\r\n                        <option value="Baton Rouge Zoo AAZK Chapter">Baton Rouge Zoo AAZK Chapter</option>\r\n                        <option value="Battle Creek AAZK Chapter">Battle Creek AAZK Chapter</option>\r\n                        <option value="Beardsley Zoo AAZK Chapter">Beardsley Zoo AAZK Chapter</option>\r\n                        <option value="Birmingham Zoo Chapter of AAZK">Birmingham Zoo Chapter of AAZK</option>\r\n                        <option value="Bronx Zoo AAZK Chapter">Bronx Zoo AAZK Chapter</option>\r\n                        <option value="Brookfield AAZK Chapter">Brookfield AAZK Chapter</option>\r\n                        <option value="California Desert AAZK Chapter">California Desert AAZK Chapter</option>\r\n                        <option value="Cape May County Zoo AAZK Chapter">Cape May County Zoo AAZK Chapter</option>\r\n                        <option value="Central Illinois AAZK Chapter">Central Illinois AAZK Chapter</option>\r\n                        <option value="Chesapeake AAZK Chapter">Chesapeake AAZK Chapter</option>\r\n                        <option value="Columbus AAZK Chapter">Columbus AAZK Chapter</option>\r\n                        <option value="Dallas Zoo Chapter of AAZK">Dallas Zoo Chapter of AAZK</option>\r\n                        <option value="Detroit AAZK Chapter">Detroit AAZK Chapter</option>\r\n                        <option value="EFBC AAZK Chapter">EFBC AAZK Chapter</option>\r\n                        <option value="Edmonton Chapter of AAZK">Edmonton Chapter of AAZK</option>\r\n                        <option value="El Paso Del Norte AAZK Chapter">El Paso Del Norte AAZK Chapter</option>\r\n                        <option value="Fort Worth Zoo AAZK Chapter">Fort Worth Zoo AAZK Chapter</option>\r\n                        <option value="Fresno Chaffee Zoo AAZK Chapter">Fresno Chaffee Zoo AAZK Chapter</option>\r\n                        <option value="Galveston Chapter of AAZK">Galveston Chapter of AAZK</option>\r\n                        <option value="Georgia AAZK Chapter">Georgia AAZK Chapter</option>\r\n                        <option value="Greater Baltimore Chapter of AAZK">Greater Baltimore Chapter of AAZK</option>\r\n                        <option value="Greater Cincinnati Chapter of AAZK">Greater Cincinnati Chapter of AAZK</option>\r\n                        <option value="Greater Cleveland Area AAZK Chapter">Greater Cleveland Area AAZK Chapter</option>\r\n                        <option value="Greater Houston AAZK Chapter">Greater Houston AAZK Chapter</option>\r\n                        <option value="Greater Kansas City AAZK Chapter">Greater Kansas City AAZK Chapter</option>\r\n                        <option value="Greater New Jersey AAZK Alliance Chapter">Greater New Jersey AAZK Alliance Chapter</option>\r\n                        <option value="Greater Orlando AAZK Chapter">Greater Orlando AAZK Chapter</option>\r\n                        <option value="Greater Philadelphia AAZK Chapter">Greater Philadelphia AAZK Chapter</option>\r\n                        <option value="Greater Sac AAZK Chapter">Greater Sac AAZK Chapter</option>\r\n                        <option value="Greenville Zoo AAZK Chapter">Greenville Zoo AAZK Chapter</option>\r\n                        <option value="Heart of Illinois AAZK Chapter">Heart of Illinois AAZK Chapter</option>\r\n                        <option value="Honolulu AAZK Chapter">Honolulu AAZK Chapter</option>\r\n                        <option value="Indianapolis AAZK Chapter">Indianapolis AAZK Chapter</option>\r\n                        <option value="Jackson Zookeepers Association">Jackson Zookeepers Association</option>\r\n                        <option value="Jacksonville AAZK Chapter">Jacksonville AAZK Chapter</option>\r\n                        <option value="Lake Superior AAZK Chapter">Lake Superior AAZK Chapter</option>\r\n                        <option value="Lincoln Park AAZK Chapter">Lincoln Park AAZK Chapter</option>\r\n                        <option value="Lion Country Safari AAZK Chapter">Lion Country Safari AAZK Chapter</option>\r\n                        <option value="Little Rock Zoo AAZK Chapter">Little Rock Zoo AAZK Chapter</option>\r\n                        <option value="Little Turtle AAZK Chapter">Little Turtle AAZK Chapter</option>\r\n                        <option value="Los Angeles Zoo AAZK Chapter">Los Angeles Zoo AAZK Chapter</option>\r\n                        <option value="Louisville Zoo AAZK Chapter">Louisville Zoo AAZK Chapter</option>\r\n                        <option value="Memphis Zoo AAZK Chapter">Memphis Zoo AAZK Chapter</option>\r\n                        <option value="Mesker Park Zoo AAZK Chapter">Mesker Park Zoo AAZK Chapter</option>\r\n                        <option value="Midnight Sun Chapter of the AAZK">Midnight Sun Chapter of the AAZK</option>\r\n                        <option value="Milwaukee County Zoo AAZK Chapter">Milwaukee County Zoo AAZK Chapter</option>\r\n                        <option value="Minnesota Zoo AAZK Chapter">Minnesota Zoo AAZK Chapter</option>\r\n                        <option value="Naples AAZK Chapter">Naples AAZK Chapter</option>\r\n                        <option value="Nashville AAZK Chapter">Nashville AAZK Chapter</option>\r\n                        <option value="National Capital AAZK Chapter">National Capital AAZK Chapter</option>\r\n                        <option value="New England Chapter of AAZK">New England Chapter of AAZK</option>\r\n                        <option value="Niabi Zoo AAZK Chapter">Niabi Zoo AAZK Chapter</option>\r\n                        <option value="North Carolina AAZK Chapter">North Carolina AAZK Chapter</option>\r\n                        <option value="North Carolina Piedmont AAZK Chapter">North Carolina Piedmont AAZK Chapter</option>\r\n                        <option value="Oklahoma City Zoo AAZK Chapter">Oklahoma City Zoo AAZK Chapter</option>\r\n                        <option value="Omaha AAZK Chapter">Omaha AAZK Chapter</option>\r\n                        <option value="Orange County Chapter of AAZK">Orange County Chapter of AAZK</option>\r\n                        <option value="Ozarks Chapter of the AAZK">Ozarks Chapter of the AAZK</option>\r\n                        <option value="Palm Beach Zoo AAZK Chapter">Palm Beach Zoo AAZK Chapter</option>\r\n                        <option value="Phoenix Chapter of AAZK">Phoenix Chapter of AAZK</option>\r\n                        <option value="Portland AAZK Chapter">Portland AAZK Chapter</option>\r\n                        <option value="Pt. Defiance AAZK Chapter">Pt. Defiance AAZK Chapter</option>\r\n                        <option value="Puget Sound AAZK Chapter">Puget Sound AAZK Chapter</option>\r\n                        <option value="Rainier AAZK Chapter">Rainier AAZK Chapter</option>\r\n                        <option value="Red River AAZK Chapter">Red River AAZK Chapter</option>\r\n                        <option value="Roanoke Valley AAZK Chapter">Roanoke Valley AAZK Chapter</option>\r\n                        <option value="Rocky Mountain AAZK Chapter">Rocky Mountain AAZK Chapter</option>\r\n                        <option value="Roger Williams Park Zoo AAZK Chapter">Roger Williams Park Zoo AAZK Chapter</option>\r\n                        <option value="Rosamond Gifford Zoo AAZK Chapter">Rosamond Gifford Zoo AAZK Chapter</option>\r\n                        <option value="Saint Louis AAZK Chapter">Saint Louis AAZK Chapter</option>\r\n                        <option value="San Antonio Zoo AAZK Chapter">San Antonio Zoo AAZK Chapter</option>\r\n                        <option value="San Diego AAZK Chapter">San Diego AAZK Chapter</option>\r\n                        <option value="San Francisco Bay Area Chapter of AAZK">San Francisco Bay Area Chapter of AAZK</option>\r\n                        <option value="Santa Barbara AAZK Chapter">Santa Barbara AAZK Chapter</option>\r\n                        <option value="Santa Fe College Teaching Zoo Student AAZK Chapter">Santa Fe College Teaching Zoo Student AAZK Chapter</option>\r\n                        <option value="South Florida AAZK Chapter">South Florida AAZK Chapter</option>\r\n                        <option value="Southern Colorado AAZK Chapter">Southern Colorado AAZK Chapter</option>\r\n                        <option value="Southern Ontario Zoo Keepers AAZK Chapter">Southern Ontario Zoo Keepers AAZK Chapter</option>\r\n                        <option value="Tampa Bay AAZK Chapter">Tampa Bay AAZK Chapter</option>\r\n                        <option value="The Elmwood Park Zoo Chapter of AAZK">The Elmwood Park Zoo Chapter of AAZK</option>\r\n                        <option value="The Redwood Coast AAZK Chapter">The Redwood Coast AAZK Chapter</option>\r\n                        <option value="The Riverbanks Zoo and Garden AAZK Chapter">The Riverbanks Zoo and Garden AAZK Chapter</option>\r\n                        <option value="The Scovill Zoo AAZK Chapter">The Scovill Zoo AAZK Chapter</option>\r\n                        <option value="The Seneca Park Zoo AAZK Chapter">The Seneca Park Zoo AAZK Chapter</option>\r\n                        <option value="Toledo Zoo AAZK Chapter">Toledo Zoo AAZK Chapter</option>\r\n                        <option value="Topeka Zoo Chapter of AAZK">Topeka Zoo Chapter of AAZK</option>\r\n                        <option value="Tucson AAZK Chapter">Tucson AAZK Chapter</option>\r\n                        <option value="Tulsa Zoo AAZK Chapter">Tulsa Zoo AAZK Chapter</option>\r\n                        <option value="Utah Chapter of AAZK">Utah Chapter of AAZK</option>\r\n                        <option value="West Texas AAZK Chapter">West Texas AAZK Chapter</option>\r\n                        <option value="Wildlife Safari AAZK Chapter">Wildlife Safari AAZK Chapter</option>\r\n                        <option value="Wildlife World Zoo AAZK Chapter">Wildlife World Zoo AAZK Chapter</option>\r\n                    </select>\r\n    </fieldset>\r\n\r\n    <fieldset class="controls">\r\n        <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">\r\n        <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">\r\n    </fieldset>\r\n\r\n</form>', 'BFR Donation', 0, '', 'inherit', 'closed', 'closed', '', '2782-revision-v1', '', '', '2013-02-24 23:27:20', '2013-02-25 04:27:20', '', 2782, 'http://aazk.org/uncategorized/2782-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2794, 1, '2013-02-24 23:31:21', '2013-02-25 04:31:21', '<style>\r\n#bfr_donation {\r\n    border: 1px dotted #d0d9cb;\r\n    border-right: 0;\r\n    border-left: 0;\r\n    padding: 1em 89px .5em 89px;\r\n    width: 718px;\r\n    font-size: 18px;\r\n    }\r\n#bfr_donation fieldset {\r\n    overflow: hidden;\r\n    border: 0;\r\n    width: 100%;\r\n    }\r\n#bfr_donation label {\r\n    float: left;\r\n    margin-right: 6px;\r\n    width: 30%;\r\n    text-align: right;\r\n    }\r\n#bfr_donation input {\r\n    padding: 2px;\r\n    font-size: 12px;\r\n    }\r\n#bfr_donation select {\r\n    font-size: 18px;\r\n    }\r\n#bfr_donation .controls {\r\n    text-align: center;\r\n    }\r\n</style>\r\n\r\nDonate to Bowling for Rhinos today and help save rhinos and their ecosystems.  You may give a General donation or in the name of your local Chapter. All donations are 100% tax deductible.  Thank YOU for Your Gift to Support Conservation.\r\n\r\n\r\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post" id="bfr_donation">\r\n\r\n    <input type="hidden" name="cmd" value="_donations">\r\n    <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n    <input type="hidden" name="lc" value="US">\r\n    <input type="hidden" name="item_name" value="AAZK Bowling for Rhinos">\r\n    <input type="hidden" name="no_note" value="1">\r\n    <input type="hidden" name="no_shipping" value="2">\r\n    <input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHosted">\r\n\r\n    <fieldset>\r\n        <p>\r\n        <label for="amount">Amount</label>\r\n        <input type="text" name="amount" id="amount" value=""><select name="currency_code" id="currency_code">\r\n            <option value="USD">USD</option>\r\n            <option value="GBP">GBP</option>\r\n            <option value="CAD">CAD</option>\r\n        </select>\r\n        </p>\r\n    </fieldset>\r\n\r\n    <fieldset>\r\n        <p>\r\n        <label for="chapter">AAZK Chapter</label>\r\n        <select name="item_number" id="chapter">\r\n            <option value="General">General</option>\r\n            <option value="AAZK of Cheyenne Mountain Zoo">AAZK of Cheyenne Mountain Zoo</option>\r\n            <option value="AAZK of New Bedford Chapter">AAZK of New Bedford Chapter</option>\r\n            <option value="Acadiana AAZK Chapter">Acadiana AAZK Chapter</option>\r\n            <option value="Assiniboine Park Zoo AAZK Chapter">Assiniboine Park Zoo AAZK Chapter</option>\r\n            <option value="Audubon Park AAZK Chapter">Audubon Park AAZK Chapter</option>\r\n            <option value="Baton Rouge Zoo AAZK Chapter">Baton Rouge Zoo AAZK Chapter</option>\r\n            <option value="Battle Creek AAZK Chapter">Battle Creek AAZK Chapter</option>\r\n            <option value="Beardsley Zoo AAZK Chapter">Beardsley Zoo AAZK Chapter</option>\r\n            <option value="Birmingham Zoo Chapter of AAZK">Birmingham Zoo Chapter of AAZK</option>\r\n            <option value="Bronx Zoo AAZK Chapter">Bronx Zoo AAZK Chapter</option>\r\n            <option value="Brookfield AAZK Chapter">Brookfield AAZK Chapter</option>\r\n            <option value="California Desert AAZK Chapter">California Desert AAZK Chapter</option>\r\n            <option value="Cape May County Zoo AAZK Chapter">Cape May County Zoo AAZK Chapter</option>\r\n            <option value="Central Illinois AAZK Chapter">Central Illinois AAZK Chapter</option>\r\n            <option value="Chesapeake AAZK Chapter">Chesapeake AAZK Chapter</option>\r\n            <option value="Columbus AAZK Chapter">Columbus AAZK Chapter</option>\r\n            <option value="Dallas Zoo Chapter of AAZK">Dallas Zoo Chapter of AAZK</option>\r\n            <option value="Detroit AAZK Chapter">Detroit AAZK Chapter</option>\r\n            <option value="EFBC AAZK Chapter">EFBC AAZK Chapter</option>\r\n            <option value="Edmonton Chapter of AAZK">Edmonton Chapter of AAZK</option>\r\n            <option value="El Paso Del Norte AAZK Chapter">El Paso Del Norte AAZK Chapter</option>\r\n            <option value="Fort Worth Zoo AAZK Chapter">Fort Worth Zoo AAZK Chapter</option>\r\n            <option value="Fresno Chaffee Zoo AAZK Chapter">Fresno Chaffee Zoo AAZK Chapter</option>\r\n            <option value="Galveston Chapter of AAZK">Galveston Chapter of AAZK</option>\r\n            <option value="Georgia AAZK Chapter">Georgia AAZK Chapter</option>\r\n            <option value="Greater Baltimore Chapter of AAZK">Greater Baltimore Chapter of AAZK</option>\r\n            <option value="Greater Cincinnati Chapter of AAZK">Greater Cincinnati Chapter of AAZK</option>\r\n            <option value="Greater Cleveland Area AAZK Chapter">Greater Cleveland Area AAZK Chapter</option>\r\n            <option value="Greater Houston AAZK Chapter">Greater Houston AAZK Chapter</option>\r\n            <option value="Greater Kansas City AAZK Chapter">Greater Kansas City AAZK Chapter</option>\r\n            <option value="Greater New Jersey AAZK Alliance Chapter">Greater New Jersey AAZK Alliance Chapter</option>\r\n            <option value="Greater Orlando AAZK Chapter">Greater Orlando AAZK Chapter</option>\r\n            <option value="Greater Philadelphia AAZK Chapter">Greater Philadelphia AAZK Chapter</option>\r\n            <option value="Greater Sac AAZK Chapter">Greater Sac AAZK Chapter</option>\r\n            <option value="Greenville Zoo AAZK Chapter">Greenville Zoo AAZK Chapter</option>\r\n            <option value="Heart of Illinois AAZK Chapter">Heart of Illinois AAZK Chapter</option>\r\n            <option value="Honolulu AAZK Chapter">Honolulu AAZK Chapter</option>\r\n            <option value="Indianapolis AAZK Chapter">Indianapolis AAZK Chapter</option>\r\n            <option value="Jackson Zookeepers Association">Jackson Zookeepers Association</option>\r\n            <option value="Jacksonville AAZK Chapter">Jacksonville AAZK Chapter</option>\r\n            <option value="Lake Superior AAZK Chapter">Lake Superior AAZK Chapter</option>\r\n            <option value="Lincoln Park AAZK Chapter">Lincoln Park AAZK Chapter</option>\r\n            <option value="Lion Country Safari AAZK Chapter">Lion Country Safari AAZK Chapter</option>\r\n            <option value="Little Rock Zoo AAZK Chapter">Little Rock Zoo AAZK Chapter</option>\r\n            <option value="Little Turtle AAZK Chapter">Little Turtle AAZK Chapter</option>\r\n            <option value="Los Angeles Zoo AAZK Chapter">Los Angeles Zoo AAZK Chapter</option>\r\n            <option value="Louisville Zoo AAZK Chapter">Louisville Zoo AAZK Chapter</option>\r\n            <option value="Memphis Zoo AAZK Chapter">Memphis Zoo AAZK Chapter</option>\r\n            <option value="Mesker Park Zoo AAZK Chapter">Mesker Park Zoo AAZK Chapter</option>\r\n            <option value="Midnight Sun Chapter of the AAZK">Midnight Sun Chapter of the AAZK</option>\r\n            <option value="Milwaukee County Zoo AAZK Chapter">Milwaukee County Zoo AAZK Chapter</option>\r\n            <option value="Minnesota Zoo AAZK Chapter">Minnesota Zoo AAZK Chapter</option>\r\n            <option value="Naples AAZK Chapter">Naples AAZK Chapter</option>\r\n            <option value="Nashville AAZK Chapter">Nashville AAZK Chapter</option>\r\n            <option value="National Capital AAZK Chapter">National Capital AAZK Chapter</option>\r\n            <option value="New England Chapter of AAZK">New England Chapter of AAZK</option>\r\n            <option value="Niabi Zoo AAZK Chapter">Niabi Zoo AAZK Chapter</option>\r\n            <option value="North Carolina AAZK Chapter">North Carolina AAZK Chapter</option>\r\n            <option value="North Carolina Piedmont AAZK Chapter">North Carolina Piedmont AAZK Chapter</option>\r\n            <option value="Oklahoma City Zoo AAZK Chapter">Oklahoma City Zoo AAZK Chapter</option>\r\n            <option value="Omaha AAZK Chapter">Omaha AAZK Chapter</option>\r\n            <option value="Orange County Chapter of AAZK">Orange County Chapter of AAZK</option>\r\n            <option value="Ozarks Chapter of the AAZK">Ozarks Chapter of the AAZK</option>\r\n            <option value="Palm Beach Zoo AAZK Chapter">Palm Beach Zoo AAZK Chapter</option>\r\n            <option value="Phoenix Chapter of AAZK">Phoenix Chapter of AAZK</option>\r\n            <option value="Portland AAZK Chapter">Portland AAZK Chapter</option>\r\n            <option value="Pt. Defiance AAZK Chapter">Pt. Defiance AAZK Chapter</option>\r\n            <option value="Puget Sound AAZK Chapter">Puget Sound AAZK Chapter</option>\r\n            <option value="Rainier AAZK Chapter">Rainier AAZK Chapter</option>\r\n            <option value="Red River AAZK Chapter">Red River AAZK Chapter</option>\r\n            <option value="Roanoke Valley AAZK Chapter">Roanoke Valley AAZK Chapter</option>\r\n            <option value="Rocky Mountain AAZK Chapter">Rocky Mountain AAZK Chapter</option>\r\n            <option value="Roger Williams Park Zoo AAZK Chapter">Roger Williams Park Zoo AAZK Chapter</option>\r\n            <option value="Rosamond Gifford Zoo AAZK Chapter">Rosamond Gifford Zoo AAZK Chapter</option>\r\n            <option value="Saint Louis AAZK Chapter">Saint Louis AAZK Chapter</option>\r\n            <option value="San Antonio Zoo AAZK Chapter">San Antonio Zoo AAZK Chapter</option>\r\n            <option value="San Diego AAZK Chapter">San Diego AAZK Chapter</option>\r\n            <option value="San Francisco Bay Area Chapter of AAZK">San Francisco Bay Area Chapter of AAZK</option>\r\n            <option value="Santa Barbara AAZK Chapter">Santa Barbara AAZK Chapter</option>\r\n            <option value="Santa Fe College Teaching Zoo Student AAZK Chapter">Santa Fe College Teaching Zoo Student AAZK Chapter</option>\r\n            <option value="South Florida AAZK Chapter">South Florida AAZK Chapter</option>\r\n            <option value="Southern Colorado AAZK Chapter">Southern Colorado AAZK Chapter</option>\r\n            <option value="Southern Ontario Zoo Keepers AAZK Chapter">Southern Ontario Zoo Keepers AAZK Chapter</option>\r\n            <option value="Tampa Bay AAZK Chapter">Tampa Bay AAZK Chapter</option>\r\n            <option value="The Elmwood Park Zoo Chapter of AAZK">The Elmwood Park Zoo Chapter of AAZK</option>\r\n            <option value="The Redwood Coast AAZK Chapter">The Redwood Coast AAZK Chapter</option>\r\n            <option value="The Riverbanks Zoo and Garden AAZK Chapter">The Riverbanks Zoo and Garden AAZK Chapter</option>\r\n            <option value="The Scovill Zoo AAZK Chapter">The Scovill Zoo AAZK Chapter</option>\r\n            <option value="The Seneca Park Zoo AAZK Chapter">The Seneca Park Zoo AAZK Chapter</option>\r\n            <option value="Toledo Zoo AAZK Chapter">Toledo Zoo AAZK Chapter</option>\r\n            <option value="Topeka Zoo Chapter of AAZK">Topeka Zoo Chapter of AAZK</option>\r\n            <option value="Tucson AAZK Chapter">Tucson AAZK Chapter</option>\r\n            <option value="Tulsa Zoo AAZK Chapter">Tulsa Zoo AAZK Chapter</option>\r\n            <option value="Utah Chapter of AAZK">Utah Chapter of AAZK</option>\r\n            <option value="West Texas AAZK Chapter">West Texas AAZK Chapter</option>\r\n            <option value="Wildlife Safari AAZK Chapter">Wildlife Safari AAZK Chapter</option>\r\n            <option value="Wildlife World Zoo AAZK Chapter">Wildlife World Zoo AAZK Chapter</option>\r\n        </select>\r\n        </p>\r\n    </fieldset>\r\n\r\n    <fieldset class="controls">\r\n        <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">\r\n        <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">\r\n    </fieldset>\r\n\r\n</form>', 'BFR Donation', 0, '', 'inherit', 'closed', 'closed', '', '2782-revision-v1', '', '', '2013-02-24 23:31:21', '2013-02-25 04:31:21', '', 2782, 'http://aazk.org/uncategorized/2782-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2792, 1, '2013-02-24 23:28:11', '2013-02-25 04:28:11', '<style>\r\n#bfr_donation {\r\n    border: 1px dotted #d0d9cb;\r\n    border-right: 0;\r\n    border-left: 0;\r\n    padding: 1em 89px .5em 89px;\r\n    width: 718px;\r\n    font-size: 18px;\r\n    }\r\n#bfr_donation fieldset {\r\n    overflow: hidden;\r\n    border: 0;\r\n    width: 100%;\r\n    }\r\n#bfr_donation label {\r\n    float: left;\r\n    margin-right: 6px;\r\n    width: 30%;\r\n    text-align: right;\r\n    }\r\n#bfr_donation input {\r\n    padding: 2px;\r\n    font-size: 12px;\r\n    }\r\n#bfr_donation select {\r\n    font-size: 18px;\r\n    }\r\n#bfr_donation .controls {\r\n    text-align: center;\r\n    }\r\n</style>\r\n\r\nDonate to Bowling for Rhinos today and help save rhinos and their ecosystems.  You may give a General donation or in the name of your local Chapter. All donations are 100% tax deductible.  Thank YOU for Your Gift to Support Conservation.\r\n\r\n\r\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post" id="bfr_donation">\r\n\r\n    <input type="hidden" name="cmd" value="_donations">\r\n    <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n    <input type="hidden" name="lc" value="US">\r\n    <input type="hidden" name="item_name" value="AAZK Bowling for Rhinos">\r\n    <input type="hidden" name="no_note" value="1">\r\n    <input type="hidden" name="no_shipping" value="2">\r\n    <input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHosted">\r\n\r\n    <fieldset>\r\n        <label for="amount">Amount</label>\r\n        <input type="text" name="amount" id="amount" value=""><select name="currency_code" id="currency_code">\r\n            <option value="USD">USD</option>\r\n            <option value="GBP">GBP</option>\r\n            <option value="CAD">CAD</option>\r\n        </select>\r\n    </fieldset>\r\n\r\n    <fieldset>\r\n        <label for="chapter">AAZK Chapter</label>\r\n        <select name="item_number" id="chapter">\r\n                        <option value="General">General</option>\r\n                        <option value="AAZK of Cheyenne Mountain Zoo">AAZK of Cheyenne Mountain Zoo</option>\r\n                        <option value="AAZK of New Bedford Chapter">AAZK of New Bedford Chapter</option>\r\n                        <option value="Acadiana AAZK Chapter">Acadiana AAZK Chapter</option>\r\n                        <option value="Assiniboine Park Zoo AAZK Chapter">Assiniboine Park Zoo AAZK Chapter</option>\r\n                        <option value="Audubon Park AAZK Chapter">Audubon Park AAZK Chapter</option>\r\n                        <option value="Baton Rouge Zoo AAZK Chapter">Baton Rouge Zoo AAZK Chapter</option>\r\n                        <option value="Battle Creek AAZK Chapter">Battle Creek AAZK Chapter</option>\r\n                        <option value="Beardsley Zoo AAZK Chapter">Beardsley Zoo AAZK Chapter</option>\r\n                        <option value="Birmingham Zoo Chapter of AAZK">Birmingham Zoo Chapter of AAZK</option>\r\n                        <option value="Bronx Zoo AAZK Chapter">Bronx Zoo AAZK Chapter</option>\r\n                        <option value="Brookfield AAZK Chapter">Brookfield AAZK Chapter</option>\r\n                        <option value="California Desert AAZK Chapter">California Desert AAZK Chapter</option>\r\n                        <option value="Cape May County Zoo AAZK Chapter">Cape May County Zoo AAZK Chapter</option>\r\n                        <option value="Central Illinois AAZK Chapter">Central Illinois AAZK Chapter</option>\r\n                        <option value="Chesapeake AAZK Chapter">Chesapeake AAZK Chapter</option>\r\n                        <option value="Columbus AAZK Chapter">Columbus AAZK Chapter</option>\r\n                        <option value="Dallas Zoo Chapter of AAZK">Dallas Zoo Chapter of AAZK</option>\r\n                        <option value="Detroit AAZK Chapter">Detroit AAZK Chapter</option>\r\n                        <option value="EFBC AAZK Chapter">EFBC AAZK Chapter</option>\r\n                        <option value="Edmonton Chapter of AAZK">Edmonton Chapter of AAZK</option>\r\n                        <option value="El Paso Del Norte AAZK Chapter">El Paso Del Norte AAZK Chapter</option>\r\n                        <option value="Fort Worth Zoo AAZK Chapter">Fort Worth Zoo AAZK Chapter</option>\r\n                        <option value="Fresno Chaffee Zoo AAZK Chapter">Fresno Chaffee Zoo AAZK Chapter</option>\r\n                        <option value="Galveston Chapter of AAZK">Galveston Chapter of AAZK</option>\r\n                        <option value="Georgia AAZK Chapter">Georgia AAZK Chapter</option>\r\n                        <option value="Greater Baltimore Chapter of AAZK">Greater Baltimore Chapter of AAZK</option>\r\n                        <option value="Greater Cincinnati Chapter of AAZK">Greater Cincinnati Chapter of AAZK</option>\r\n                        <option value="Greater Cleveland Area AAZK Chapter">Greater Cleveland Area AAZK Chapter</option>\r\n                        <option value="Greater Houston AAZK Chapter">Greater Houston AAZK Chapter</option>\r\n                        <option value="Greater Kansas City AAZK Chapter">Greater Kansas City AAZK Chapter</option>\r\n                        <option value="Greater New Jersey AAZK Alliance Chapter">Greater New Jersey AAZK Alliance Chapter</option>\r\n                        <option value="Greater Orlando AAZK Chapter">Greater Orlando AAZK Chapter</option>\r\n                        <option value="Greater Philadelphia AAZK Chapter">Greater Philadelphia AAZK Chapter</option>\r\n                        <option value="Greater Sac AAZK Chapter">Greater Sac AAZK Chapter</option>\r\n                        <option value="Greenville Zoo AAZK Chapter">Greenville Zoo AAZK Chapter</option>\r\n                        <option value="Heart of Illinois AAZK Chapter">Heart of Illinois AAZK Chapter</option>\r\n                        <option value="Honolulu AAZK Chapter">Honolulu AAZK Chapter</option>\r\n                        <option value="Indianapolis AAZK Chapter">Indianapolis AAZK Chapter</option>\r\n                        <option value="Jackson Zookeepers Association">Jackson Zookeepers Association</option>\r\n                        <option value="Jacksonville AAZK Chapter">Jacksonville AAZK Chapter</option>\r\n                        <option value="Lake Superior AAZK Chapter">Lake Superior AAZK Chapter</option>\r\n                        <option value="Lincoln Park AAZK Chapter">Lincoln Park AAZK Chapter</option>\r\n                        <option value="Lion Country Safari AAZK Chapter">Lion Country Safari AAZK Chapter</option>\r\n                        <option value="Little Rock Zoo AAZK Chapter">Little Rock Zoo AAZK Chapter</option>\r\n                        <option value="Little Turtle AAZK Chapter">Little Turtle AAZK Chapter</option>\r\n                        <option value="Los Angeles Zoo AAZK Chapter">Los Angeles Zoo AAZK Chapter</option>\r\n                        <option value="Louisville Zoo AAZK Chapter">Louisville Zoo AAZK Chapter</option>\r\n                        <option value="Memphis Zoo AAZK Chapter">Memphis Zoo AAZK Chapter</option>\r\n                        <option value="Mesker Park Zoo AAZK Chapter">Mesker Park Zoo AAZK Chapter</option>\r\n                        <option value="Midnight Sun Chapter of the AAZK">Midnight Sun Chapter of the AAZK</option>\r\n                        <option value="Milwaukee County Zoo AAZK Chapter">Milwaukee County Zoo AAZK Chapter</option>\r\n                        <option value="Minnesota Zoo AAZK Chapter">Minnesota Zoo AAZK Chapter</option>\r\n                        <option value="Naples AAZK Chapter">Naples AAZK Chapter</option>\r\n                        <option value="Nashville AAZK Chapter">Nashville AAZK Chapter</option>\r\n                        <option value="National Capital AAZK Chapter">National Capital AAZK Chapter</option>\r\n                        <option value="New England Chapter of AAZK">New England Chapter of AAZK</option>\r\n                        <option value="Niabi Zoo AAZK Chapter">Niabi Zoo AAZK Chapter</option>\r\n                        <option value="North Carolina AAZK Chapter">North Carolina AAZK Chapter</option>\r\n                        <option value="North Carolina Piedmont AAZK Chapter">North Carolina Piedmont AAZK Chapter</option>\r\n                        <option value="Oklahoma City Zoo AAZK Chapter">Oklahoma City Zoo AAZK Chapter</option>\r\n                        <option value="Omaha AAZK Chapter">Omaha AAZK Chapter</option>\r\n                        <option value="Orange County Chapter of AAZK">Orange County Chapter of AAZK</option>\r\n                        <option value="Ozarks Chapter of the AAZK">Ozarks Chapter of the AAZK</option>\r\n                        <option value="Palm Beach Zoo AAZK Chapter">Palm Beach Zoo AAZK Chapter</option>\r\n                        <option value="Phoenix Chapter of AAZK">Phoenix Chapter of AAZK</option>\r\n                        <option value="Portland AAZK Chapter">Portland AAZK Chapter</option>\r\n                        <option value="Pt. Defiance AAZK Chapter">Pt. Defiance AAZK Chapter</option>\r\n                        <option value="Puget Sound AAZK Chapter">Puget Sound AAZK Chapter</option>\r\n                        <option value="Rainier AAZK Chapter">Rainier AAZK Chapter</option>\r\n                        <option value="Red River AAZK Chapter">Red River AAZK Chapter</option>\r\n                        <option value="Roanoke Valley AAZK Chapter">Roanoke Valley AAZK Chapter</option>\r\n                        <option value="Rocky Mountain AAZK Chapter">Rocky Mountain AAZK Chapter</option>\r\n                        <option value="Roger Williams Park Zoo AAZK Chapter">Roger Williams Park Zoo AAZK Chapter</option>\r\n                        <option value="Rosamond Gifford Zoo AAZK Chapter">Rosamond Gifford Zoo AAZK Chapter</option>\r\n                        <option value="Saint Louis AAZK Chapter">Saint Louis AAZK Chapter</option>\r\n                        <option value="San Antonio Zoo AAZK Chapter">San Antonio Zoo AAZK Chapter</option>\r\n                        <option value="San Diego AAZK Chapter">San Diego AAZK Chapter</option>\r\n                        <option value="San Francisco Bay Area Chapter of AAZK">San Francisco Bay Area Chapter of AAZK</option>\r\n                        <option value="Santa Barbara AAZK Chapter">Santa Barbara AAZK Chapter</option>\r\n                        <option value="Santa Fe College Teaching Zoo Student AAZK Chapter">Santa Fe College Teaching Zoo Student AAZK Chapter</option>\r\n                        <option value="South Florida AAZK Chapter">South Florida AAZK Chapter</option>\r\n                        <option value="Southern Colorado AAZK Chapter">Southern Colorado AAZK Chapter</option>\r\n                        <option value="Southern Ontario Zoo Keepers AAZK Chapter">Southern Ontario Zoo Keepers AAZK Chapter</option>\r\n                        <option value="Tampa Bay AAZK Chapter">Tampa Bay AAZK Chapter</option>\r\n                        <option value="The Elmwood Park Zoo Chapter of AAZK">The Elmwood Park Zoo Chapter of AAZK</option>\r\n                        <option value="The Redwood Coast AAZK Chapter">The Redwood Coast AAZK Chapter</option>\r\n                        <option value="The Riverbanks Zoo and Garden AAZK Chapter">The Riverbanks Zoo and Garden AAZK Chapter</option>\r\n                        <option value="The Scovill Zoo AAZK Chapter">The Scovill Zoo AAZK Chapter</option>\r\n                        <option value="The Seneca Park Zoo AAZK Chapter">The Seneca Park Zoo AAZK Chapter</option>\r\n                        <option value="Toledo Zoo AAZK Chapter">Toledo Zoo AAZK Chapter</option>\r\n                        <option value="Topeka Zoo Chapter of AAZK">Topeka Zoo Chapter of AAZK</option>\r\n                        <option value="Tucson AAZK Chapter">Tucson AAZK Chapter</option>\r\n                        <option value="Tulsa Zoo AAZK Chapter">Tulsa Zoo AAZK Chapter</option>\r\n                        <option value="Utah Chapter of AAZK">Utah Chapter of AAZK</option>\r\n                        <option value="West Texas AAZK Chapter">West Texas AAZK Chapter</option>\r\n                        <option value="Wildlife Safari AAZK Chapter">Wildlife Safari AAZK Chapter</option>\r\n                        <option value="Wildlife World Zoo AAZK Chapter">Wildlife World Zoo AAZK Chapter</option>\r\n                    </select>\r\n    </fieldset>\r\n\r\n    <fieldset class="controls">\r\n        <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">\r\n        <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">\r\n    </fieldset>\r\n\r\n</form>', 'BFR Donation', 0, '', 'inherit', 'closed', 'closed', '', '2782-revision-v1', '', '', '2013-02-24 23:28:11', '2013-02-25 04:28:11', '', 2782, 'http://aazk.org/uncategorized/2782-revision-10/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2793, 1, '2013-02-24 23:29:38', '2013-02-25 04:29:38', '<style>\r\n#bfr_donation {\r\n    border: 1px dotted #d0d9cb;\r\n    border-right: 0;\r\n    border-left: 0;\r\n    padding: 1em 89px .5em 89px;\r\n    width: 718px;\r\n    font-size: 18px;\r\n    }\r\n#bfr_donation fieldset {\r\n    overflow: hidden;\r\n    border: 0;\r\n    width: 100%;\r\n    }\r\n#bfr_donation label {\r\n    float: left;\r\n    margin-right: 6px;\r\n    width: 30%;\r\n    text-align: right;\r\n    }\r\n#bfr_donation input {\r\n    padding: 2px;\r\n    font-size: 12px;\r\n    }\r\n#bfr_donation select {\r\n    font-size: 18px;\r\n    }\r\n#bfr_donation .controls {\r\n    text-align: center;\r\n    }\r\n</style>\r\n\r\nDonate to Bowling for Rhinos today and help save rhinos and their ecosystems.  You may give a General donation or in the name of your local Chapter. All donations are 100% tax deductible.  Thank YOU for Your Gift to Support Conservation.\r\n\r\n\r\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post" id="bfr_donation">\r\n\r\n    <input type="hidden" name="cmd" value="_donations">\r\n    <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n    <input type="hidden" name="lc" value="US">\r\n    <input type="hidden" name="item_name" value="AAZK Bowling for Rhinos">\r\n    <input type="hidden" name="no_note" value="1">\r\n    <input type="hidden" name="no_shipping" value="2">\r\n    <input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHosted">\r\n\r\n    <fieldset>\r\n        <label for="amount">Amount</label> <input type="text" name="amount" id="amount" value=""><select name="currency_code" id="currency_code">\r\n            <option value="USD">USD</option>\r\n            <option value="GBP">GBP</option>\r\n            <option value="CAD">CAD</option>\r\n        </select>\r\n    </fieldset>\r\n\r\n    <fieldset>\r\n        <label for="chapter">AAZK Chapter</label>\r\n        <select name="item_number" id="chapter">\r\n                        <option value="General">General</option>\r\n                        <option value="AAZK of Cheyenne Mountain Zoo">AAZK of Cheyenne Mountain Zoo</option>\r\n                        <option value="AAZK of New Bedford Chapter">AAZK of New Bedford Chapter</option>\r\n                        <option value="Acadiana AAZK Chapter">Acadiana AAZK Chapter</option>\r\n                        <option value="Assiniboine Park Zoo AAZK Chapter">Assiniboine Park Zoo AAZK Chapter</option>\r\n                        <option value="Audubon Park AAZK Chapter">Audubon Park AAZK Chapter</option>\r\n                        <option value="Baton Rouge Zoo AAZK Chapter">Baton Rouge Zoo AAZK Chapter</option>\r\n                        <option value="Battle Creek AAZK Chapter">Battle Creek AAZK Chapter</option>\r\n                        <option value="Beardsley Zoo AAZK Chapter">Beardsley Zoo AAZK Chapter</option>\r\n                        <option value="Birmingham Zoo Chapter of AAZK">Birmingham Zoo Chapter of AAZK</option>\r\n                        <option value="Bronx Zoo AAZK Chapter">Bronx Zoo AAZK Chapter</option>\r\n                        <option value="Brookfield AAZK Chapter">Brookfield AAZK Chapter</option>\r\n                        <option value="California Desert AAZK Chapter">California Desert AAZK Chapter</option>\r\n                        <option value="Cape May County Zoo AAZK Chapter">Cape May County Zoo AAZK Chapter</option>\r\n                        <option value="Central Illinois AAZK Chapter">Central Illinois AAZK Chapter</option>\r\n                        <option value="Chesapeake AAZK Chapter">Chesapeake AAZK Chapter</option>\r\n                        <option value="Columbus AAZK Chapter">Columbus AAZK Chapter</option>\r\n                        <option value="Dallas Zoo Chapter of AAZK">Dallas Zoo Chapter of AAZK</option>\r\n                        <option value="Detroit AAZK Chapter">Detroit AAZK Chapter</option>\r\n                        <option value="EFBC AAZK Chapter">EFBC AAZK Chapter</option>\r\n                        <option value="Edmonton Chapter of AAZK">Edmonton Chapter of AAZK</option>\r\n                        <option value="El Paso Del Norte AAZK Chapter">El Paso Del Norte AAZK Chapter</option>\r\n                        <option value="Fort Worth Zoo AAZK Chapter">Fort Worth Zoo AAZK Chapter</option>\r\n                        <option value="Fresno Chaffee Zoo AAZK Chapter">Fresno Chaffee Zoo AAZK Chapter</option>\r\n                        <option value="Galveston Chapter of AAZK">Galveston Chapter of AAZK</option>\r\n                        <option value="Georgia AAZK Chapter">Georgia AAZK Chapter</option>\r\n                        <option value="Greater Baltimore Chapter of AAZK">Greater Baltimore Chapter of AAZK</option>\r\n                        <option value="Greater Cincinnati Chapter of AAZK">Greater Cincinnati Chapter of AAZK</option>\r\n                        <option value="Greater Cleveland Area AAZK Chapter">Greater Cleveland Area AAZK Chapter</option>\r\n                        <option value="Greater Houston AAZK Chapter">Greater Houston AAZK Chapter</option>\r\n                        <option value="Greater Kansas City AAZK Chapter">Greater Kansas City AAZK Chapter</option>\r\n                        <option value="Greater New Jersey AAZK Alliance Chapter">Greater New Jersey AAZK Alliance Chapter</option>\r\n                        <option value="Greater Orlando AAZK Chapter">Greater Orlando AAZK Chapter</option>\r\n                        <option value="Greater Philadelphia AAZK Chapter">Greater Philadelphia AAZK Chapter</option>\r\n                        <option value="Greater Sac AAZK Chapter">Greater Sac AAZK Chapter</option>\r\n                        <option value="Greenville Zoo AAZK Chapter">Greenville Zoo AAZK Chapter</option>\r\n                        <option value="Heart of Illinois AAZK Chapter">Heart of Illinois AAZK Chapter</option>\r\n                        <option value="Honolulu AAZK Chapter">Honolulu AAZK Chapter</option>\r\n                        <option value="Indianapolis AAZK Chapter">Indianapolis AAZK Chapter</option>\r\n                        <option value="Jackson Zookeepers Association">Jackson Zookeepers Association</option>\r\n                        <option value="Jacksonville AAZK Chapter">Jacksonville AAZK Chapter</option>\r\n                        <option value="Lake Superior AAZK Chapter">Lake Superior AAZK Chapter</option>\r\n                        <option value="Lincoln Park AAZK Chapter">Lincoln Park AAZK Chapter</option>\r\n                        <option value="Lion Country Safari AAZK Chapter">Lion Country Safari AAZK Chapter</option>\r\n                        <option value="Little Rock Zoo AAZK Chapter">Little Rock Zoo AAZK Chapter</option>\r\n                        <option value="Little Turtle AAZK Chapter">Little Turtle AAZK Chapter</option>\r\n                        <option value="Los Angeles Zoo AAZK Chapter">Los Angeles Zoo AAZK Chapter</option>\r\n                        <option value="Louisville Zoo AAZK Chapter">Louisville Zoo AAZK Chapter</option>\r\n                        <option value="Memphis Zoo AAZK Chapter">Memphis Zoo AAZK Chapter</option>\r\n                        <option value="Mesker Park Zoo AAZK Chapter">Mesker Park Zoo AAZK Chapter</option>\r\n                        <option value="Midnight Sun Chapter of the AAZK">Midnight Sun Chapter of the AAZK</option>\r\n                        <option value="Milwaukee County Zoo AAZK Chapter">Milwaukee County Zoo AAZK Chapter</option>\r\n                        <option value="Minnesota Zoo AAZK Chapter">Minnesota Zoo AAZK Chapter</option>\r\n                        <option value="Naples AAZK Chapter">Naples AAZK Chapter</option>\r\n                        <option value="Nashville AAZK Chapter">Nashville AAZK Chapter</option>\r\n                        <option value="National Capital AAZK Chapter">National Capital AAZK Chapter</option>\r\n                        <option value="New England Chapter of AAZK">New England Chapter of AAZK</option>\r\n                        <option value="Niabi Zoo AAZK Chapter">Niabi Zoo AAZK Chapter</option>\r\n                        <option value="North Carolina AAZK Chapter">North Carolina AAZK Chapter</option>\r\n                        <option value="North Carolina Piedmont AAZK Chapter">North Carolina Piedmont AAZK Chapter</option>\r\n                        <option value="Oklahoma City Zoo AAZK Chapter">Oklahoma City Zoo AAZK Chapter</option>\r\n                        <option value="Omaha AAZK Chapter">Omaha AAZK Chapter</option>\r\n                        <option value="Orange County Chapter of AAZK">Orange County Chapter of AAZK</option>\r\n                        <option value="Ozarks Chapter of the AAZK">Ozarks Chapter of the AAZK</option>\r\n                        <option value="Palm Beach Zoo AAZK Chapter">Palm Beach Zoo AAZK Chapter</option>\r\n                        <option value="Phoenix Chapter of AAZK">Phoenix Chapter of AAZK</option>\r\n                        <option value="Portland AAZK Chapter">Portland AAZK Chapter</option>\r\n                        <option value="Pt. Defiance AAZK Chapter">Pt. Defiance AAZK Chapter</option>\r\n                        <option value="Puget Sound AAZK Chapter">Puget Sound AAZK Chapter</option>\r\n                        <option value="Rainier AAZK Chapter">Rainier AAZK Chapter</option>\r\n                        <option value="Red River AAZK Chapter">Red River AAZK Chapter</option>\r\n                        <option value="Roanoke Valley AAZK Chapter">Roanoke Valley AAZK Chapter</option>\r\n                        <option value="Rocky Mountain AAZK Chapter">Rocky Mountain AAZK Chapter</option>\r\n                        <option value="Roger Williams Park Zoo AAZK Chapter">Roger Williams Park Zoo AAZK Chapter</option>\r\n                        <option value="Rosamond Gifford Zoo AAZK Chapter">Rosamond Gifford Zoo AAZK Chapter</option>\r\n                        <option value="Saint Louis AAZK Chapter">Saint Louis AAZK Chapter</option>\r\n                        <option value="San Antonio Zoo AAZK Chapter">San Antonio Zoo AAZK Chapter</option>\r\n                        <option value="San Diego AAZK Chapter">San Diego AAZK Chapter</option>\r\n                        <option value="San Francisco Bay Area Chapter of AAZK">San Francisco Bay Area Chapter of AAZK</option>\r\n                        <option value="Santa Barbara AAZK Chapter">Santa Barbara AAZK Chapter</option>\r\n                        <option value="Santa Fe College Teaching Zoo Student AAZK Chapter">Santa Fe College Teaching Zoo Student AAZK Chapter</option>\r\n                        <option value="South Florida AAZK Chapter">South Florida AAZK Chapter</option>\r\n                        <option value="Southern Colorado AAZK Chapter">Southern Colorado AAZK Chapter</option>\r\n                        <option value="Southern Ontario Zoo Keepers AAZK Chapter">Southern Ontario Zoo Keepers AAZK Chapter</option>\r\n                        <option value="Tampa Bay AAZK Chapter">Tampa Bay AAZK Chapter</option>\r\n                        <option value="The Elmwood Park Zoo Chapter of AAZK">The Elmwood Park Zoo Chapter of AAZK</option>\r\n                        <option value="The Redwood Coast AAZK Chapter">The Redwood Coast AAZK Chapter</option>\r\n                        <option value="The Riverbanks Zoo and Garden AAZK Chapter">The Riverbanks Zoo and Garden AAZK Chapter</option>\r\n                        <option value="The Scovill Zoo AAZK Chapter">The Scovill Zoo AAZK Chapter</option>\r\n                        <option value="The Seneca Park Zoo AAZK Chapter">The Seneca Park Zoo AAZK Chapter</option>\r\n                        <option value="Toledo Zoo AAZK Chapter">Toledo Zoo AAZK Chapter</option>\r\n                        <option value="Topeka Zoo Chapter of AAZK">Topeka Zoo Chapter of AAZK</option>\r\n                        <option value="Tucson AAZK Chapter">Tucson AAZK Chapter</option>\r\n                        <option value="Tulsa Zoo AAZK Chapter">Tulsa Zoo AAZK Chapter</option>\r\n                        <option value="Utah Chapter of AAZK">Utah Chapter of AAZK</option>\r\n                        <option value="West Texas AAZK Chapter">West Texas AAZK Chapter</option>\r\n                        <option value="Wildlife Safari AAZK Chapter">Wildlife Safari AAZK Chapter</option>\r\n                        <option value="Wildlife World Zoo AAZK Chapter">Wildlife World Zoo AAZK Chapter</option>\r\n                    </select>\r\n    </fieldset>\r\n\r\n    <fieldset class="controls">\r\n        <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">\r\n        <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">\r\n    </fieldset>\r\n\r\n</form>', 'BFR Donation', 0, '', 'inherit', 'closed', 'closed', '', '2782-revision-v1', '', '', '2013-02-24 23:29:38', '2013-02-25 04:29:38', '', 2782, 'http://aazk.org/uncategorized/2782-revision-11/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2795, 2, '2013-02-15 17:59:22', '2013-02-15 22:59:22', '<h2>Coordinator</h2>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree\r\n<h2>Total Funds Raised to Date: <span style="color: #ff0000;">$4,321,808.48</span></h2>\r\n<h2><strong><strong>2012 Funds Raised to Date: <span style="color: #ff0000;"><em>$337,191.09- this is a new record for amount raised in a year!</em></span></strong></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\nCheck the calendar below to see if there is a local event in your area. If you would like to have your event listed, please send your BFR event date &amp; contact info to: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\n<iframe src="https://www.google.com/calendar/embed?showTz=0&amp;height=480&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=i632h1mj6669n3peqanca9mjmo%40group.calendar.google.com&amp;color=%23B1440E&amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="640" height="480" frameborder="0" scrolling="no"></iframe>\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing">click here</a>.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-02-15 17:59:22', '2013-02-15 22:59:22', '', 168, 'http://aazk.org/uncategorized/168-revision-60/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2796, 1, '2013-02-24 23:32:41', '2013-02-25 04:32:41', '<style>\r\n#bfr_donation {\r\n    border: 1px dotted #d0d9cb;\r\n    border-right: 0;\r\n    border-left: 0;\r\n    padding: 1em 0 .5em 0;\r\n    width: 718px;\r\n    font-size: 18px;\r\n    }\r\n#bfr_donation fieldset {\r\n    overflow: hidden;\r\n    border: 0;\r\n    width: 100%;\r\n    }\r\n#bfr_donation label {\r\n    float: left;\r\n    margin-right: 6px;\r\n    width: 30%;\r\n    text-align: right;\r\n    }\r\n#bfr_donation input {\r\n    padding: 2px;\r\n    font-size: 12px;\r\n    }\r\n#bfr_donation select {\r\n    font-size: 18px;\r\n    }\r\n#bfr_donation .controls {\r\n    text-align: center;\r\n    }\r\n</style>\r\n\r\nDonate to Bowling for Rhinos today and help save rhinos and their ecosystems.  You may give a General donation or in the name of your local Chapter. All donations are 100% tax deductible.  Thank YOU for Your Gift to Support Conservation.\r\n\r\n\r\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post" id="bfr_donation">\r\n\r\n    <input type="hidden" name="cmd" value="_donations">\r\n    <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n    <input type="hidden" name="lc" value="US">\r\n    <input type="hidden" name="item_name" value="AAZK Bowling for Rhinos">\r\n    <input type="hidden" name="no_note" value="1">\r\n    <input type="hidden" name="no_shipping" value="2">\r\n    <input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHosted">\r\n\r\n    <fieldset>\r\n        <p>\r\n        <label for="amount">Amount</label>\r\n        <input type="text" name="amount" id="amount" value=""><select name="currency_code" id="currency_code">\r\n            <option value="USD">USD</option>\r\n            <option value="GBP">GBP</option>\r\n            <option value="CAD">CAD</option>\r\n        </select>\r\n        </p>\r\n    </fieldset>\r\n\r\n    <fieldset>\r\n        <p>\r\n        <label for="chapter">AAZK Chapter</label>\r\n        <select name="item_number" id="chapter">\r\n            <option value="General">General</option>\r\n            <option value="AAZK of Cheyenne Mountain Zoo">AAZK of Cheyenne Mountain Zoo</option>\r\n            <option value="AAZK of New Bedford Chapter">AAZK of New Bedford Chapter</option>\r\n            <option value="Acadiana AAZK Chapter">Acadiana AAZK Chapter</option>\r\n            <option value="Assiniboine Park Zoo AAZK Chapter">Assiniboine Park Zoo AAZK Chapter</option>\r\n            <option value="Audubon Park AAZK Chapter">Audubon Park AAZK Chapter</option>\r\n            <option value="Baton Rouge Zoo AAZK Chapter">Baton Rouge Zoo AAZK Chapter</option>\r\n            <option value="Battle Creek AAZK Chapter">Battle Creek AAZK Chapter</option>\r\n            <option value="Beardsley Zoo AAZK Chapter">Beardsley Zoo AAZK Chapter</option>\r\n            <option value="Birmingham Zoo Chapter of AAZK">Birmingham Zoo Chapter of AAZK</option>\r\n            <option value="Bronx Zoo AAZK Chapter">Bronx Zoo AAZK Chapter</option>\r\n            <option value="Brookfield AAZK Chapter">Brookfield AAZK Chapter</option>\r\n            <option value="California Desert AAZK Chapter">California Desert AAZK Chapter</option>\r\n            <option value="Cape May County Zoo AAZK Chapter">Cape May County Zoo AAZK Chapter</option>\r\n            <option value="Central Illinois AAZK Chapter">Central Illinois AAZK Chapter</option>\r\n            <option value="Chesapeake AAZK Chapter">Chesapeake AAZK Chapter</option>\r\n            <option value="Columbus AAZK Chapter">Columbus AAZK Chapter</option>\r\n            <option value="Dallas Zoo Chapter of AAZK">Dallas Zoo Chapter of AAZK</option>\r\n            <option value="Detroit AAZK Chapter">Detroit AAZK Chapter</option>\r\n            <option value="EFBC AAZK Chapter">EFBC AAZK Chapter</option>\r\n            <option value="Edmonton Chapter of AAZK">Edmonton Chapter of AAZK</option>\r\n            <option value="El Paso Del Norte AAZK Chapter">El Paso Del Norte AAZK Chapter</option>\r\n            <option value="Fort Worth Zoo AAZK Chapter">Fort Worth Zoo AAZK Chapter</option>\r\n            <option value="Fresno Chaffee Zoo AAZK Chapter">Fresno Chaffee Zoo AAZK Chapter</option>\r\n            <option value="Galveston Chapter of AAZK">Galveston Chapter of AAZK</option>\r\n            <option value="Georgia AAZK Chapter">Georgia AAZK Chapter</option>\r\n            <option value="Greater Baltimore Chapter of AAZK">Greater Baltimore Chapter of AAZK</option>\r\n            <option value="Greater Cincinnati Chapter of AAZK">Greater Cincinnati Chapter of AAZK</option>\r\n            <option value="Greater Cleveland Area AAZK Chapter">Greater Cleveland Area AAZK Chapter</option>\r\n            <option value="Greater Houston AAZK Chapter">Greater Houston AAZK Chapter</option>\r\n            <option value="Greater Kansas City AAZK Chapter">Greater Kansas City AAZK Chapter</option>\r\n            <option value="Greater New Jersey AAZK Alliance Chapter">Greater New Jersey AAZK Alliance Chapter</option>\r\n            <option value="Greater Orlando AAZK Chapter">Greater Orlando AAZK Chapter</option>\r\n            <option value="Greater Philadelphia AAZK Chapter">Greater Philadelphia AAZK Chapter</option>\r\n            <option value="Greater Sac AAZK Chapter">Greater Sac AAZK Chapter</option>\r\n            <option value="Greenville Zoo AAZK Chapter">Greenville Zoo AAZK Chapter</option>\r\n            <option value="Heart of Illinois AAZK Chapter">Heart of Illinois AAZK Chapter</option>\r\n            <option value="Honolulu AAZK Chapter">Honolulu AAZK Chapter</option>\r\n            <option value="Indianapolis AAZK Chapter">Indianapolis AAZK Chapter</option>\r\n            <option value="Jackson Zookeepers Association">Jackson Zookeepers Association</option>\r\n            <option value="Jacksonville AAZK Chapter">Jacksonville AAZK Chapter</option>\r\n            <option value="Lake Superior AAZK Chapter">Lake Superior AAZK Chapter</option>\r\n            <option value="Lincoln Park AAZK Chapter">Lincoln Park AAZK Chapter</option>\r\n            <option value="Lion Country Safari AAZK Chapter">Lion Country Safari AAZK Chapter</option>\r\n            <option value="Little Rock Zoo AAZK Chapter">Little Rock Zoo AAZK Chapter</option>\r\n            <option value="Little Turtle AAZK Chapter">Little Turtle AAZK Chapter</option>\r\n            <option value="Los Angeles Zoo AAZK Chapter">Los Angeles Zoo AAZK Chapter</option>\r\n            <option value="Louisville Zoo AAZK Chapter">Louisville Zoo AAZK Chapter</option>\r\n            <option value="Memphis Zoo AAZK Chapter">Memphis Zoo AAZK Chapter</option>\r\n            <option value="Mesker Park Zoo AAZK Chapter">Mesker Park Zoo AAZK Chapter</option>\r\n            <option value="Midnight Sun Chapter of the AAZK">Midnight Sun Chapter of the AAZK</option>\r\n            <option value="Milwaukee County Zoo AAZK Chapter">Milwaukee County Zoo AAZK Chapter</option>\r\n            <option value="Minnesota Zoo AAZK Chapter">Minnesota Zoo AAZK Chapter</option>\r\n            <option value="Naples AAZK Chapter">Naples AAZK Chapter</option>\r\n            <option value="Nashville AAZK Chapter">Nashville AAZK Chapter</option>\r\n            <option value="National Capital AAZK Chapter">National Capital AAZK Chapter</option>\r\n            <option value="New England Chapter of AAZK">New England Chapter of AAZK</option>\r\n            <option value="Niabi Zoo AAZK Chapter">Niabi Zoo AAZK Chapter</option>\r\n            <option value="North Carolina AAZK Chapter">North Carolina AAZK Chapter</option>\r\n            <option value="North Carolina Piedmont AAZK Chapter">North Carolina Piedmont AAZK Chapter</option>\r\n            <option value="Oklahoma City Zoo AAZK Chapter">Oklahoma City Zoo AAZK Chapter</option>\r\n            <option value="Omaha AAZK Chapter">Omaha AAZK Chapter</option>\r\n            <option value="Orange County Chapter of AAZK">Orange County Chapter of AAZK</option>\r\n            <option value="Ozarks Chapter of the AAZK">Ozarks Chapter of the AAZK</option>\r\n            <option value="Palm Beach Zoo AAZK Chapter">Palm Beach Zoo AAZK Chapter</option>\r\n            <option value="Phoenix Chapter of AAZK">Phoenix Chapter of AAZK</option>\r\n            <option value="Portland AAZK Chapter">Portland AAZK Chapter</option>\r\n            <option value="Pt. Defiance AAZK Chapter">Pt. Defiance AAZK Chapter</option>\r\n            <option value="Puget Sound AAZK Chapter">Puget Sound AAZK Chapter</option>\r\n            <option value="Rainier AAZK Chapter">Rainier AAZK Chapter</option>\r\n            <option value="Red River AAZK Chapter">Red River AAZK Chapter</option>\r\n            <option value="Roanoke Valley AAZK Chapter">Roanoke Valley AAZK Chapter</option>\r\n            <option value="Rocky Mountain AAZK Chapter">Rocky Mountain AAZK Chapter</option>\r\n            <option value="Roger Williams Park Zoo AAZK Chapter">Roger Williams Park Zoo AAZK Chapter</option>\r\n            <option value="Rosamond Gifford Zoo AAZK Chapter">Rosamond Gifford Zoo AAZK Chapter</option>\r\n            <option value="Saint Louis AAZK Chapter">Saint Louis AAZK Chapter</option>\r\n            <option value="San Antonio Zoo AAZK Chapter">San Antonio Zoo AAZK Chapter</option>\r\n            <option value="San Diego AAZK Chapter">San Diego AAZK Chapter</option>\r\n            <option value="San Francisco Bay Area Chapter of AAZK">San Francisco Bay Area Chapter of AAZK</option>\r\n            <option value="Santa Barbara AAZK Chapter">Santa Barbara AAZK Chapter</option>\r\n            <option value="Santa Fe College Teaching Zoo Student AAZK Chapter">Santa Fe College Teaching Zoo Student AAZK Chapter</option>\r\n            <option value="South Florida AAZK Chapter">South Florida AAZK Chapter</option>\r\n            <option value="Southern Colorado AAZK Chapter">Southern Colorado AAZK Chapter</option>\r\n            <option value="Southern Ontario Zoo Keepers AAZK Chapter">Southern Ontario Zoo Keepers AAZK Chapter</option>\r\n            <option value="Tampa Bay AAZK Chapter">Tampa Bay AAZK Chapter</option>\r\n            <option value="The Elmwood Park Zoo Chapter of AAZK">The Elmwood Park Zoo Chapter of AAZK</option>\r\n            <option value="The Redwood Coast AAZK Chapter">The Redwood Coast AAZK Chapter</option>\r\n            <option value="The Riverbanks Zoo and Garden AAZK Chapter">The Riverbanks Zoo and Garden AAZK Chapter</option>\r\n            <option value="The Scovill Zoo AAZK Chapter">The Scovill Zoo AAZK Chapter</option>\r\n            <option value="The Seneca Park Zoo AAZK Chapter">The Seneca Park Zoo AAZK Chapter</option>\r\n            <option value="Toledo Zoo AAZK Chapter">Toledo Zoo AAZK Chapter</option>\r\n            <option value="Topeka Zoo Chapter of AAZK">Topeka Zoo Chapter of AAZK</option>\r\n            <option value="Tucson AAZK Chapter">Tucson AAZK Chapter</option>\r\n            <option value="Tulsa Zoo AAZK Chapter">Tulsa Zoo AAZK Chapter</option>\r\n            <option value="Utah Chapter of AAZK">Utah Chapter of AAZK</option>\r\n            <option value="West Texas AAZK Chapter">West Texas AAZK Chapter</option>\r\n            <option value="Wildlife Safari AAZK Chapter">Wildlife Safari AAZK Chapter</option>\r\n            <option value="Wildlife World Zoo AAZK Chapter">Wildlife World Zoo AAZK Chapter</option>\r\n        </select>\r\n        </p>\r\n    </fieldset>\r\n\r\n    <fieldset class="controls">\r\n        <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">\r\n        <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">\r\n    </fieldset>\r\n\r\n</form>', 'BFR Donation', 0, '', 'inherit', 'closed', 'closed', '', '2782-revision-v1', '', '', '2013-02-24 23:32:41', '2013-02-25 04:32:41', '', 2782, 'http://aazk.org/uncategorized/2782-revision-13/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2818, 1, '2013-02-24 23:36:03', '2013-02-25 04:36:03', '<h2>Coordinator</h2>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree<a href="/committee/bowling-for-rhinos/bfr-donation/"><img class="alignright size-full wp-image-2410" title="donate_button" src="http://aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\r\n<h2>Total Funds Raised to Date: <span style="color: #ff0000;">$4,321,808.48</span></h2>\r\n<h2><strong><strong>2012 Funds Raised to Date: <span style="color: #ff0000;"><em>$337,191.09- this is a new record for amount raised in a year!</em></span></strong></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\nCheck the calendar below to see if there is a local event in your area. If you would like to have your event listed, please send your BFR event date &amp; contact info to: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing">click here</a>.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-02-24 23:36:03', '2013-02-25 04:36:03', '', 168, 'http://aazk.org/uncategorized/168-revision-61/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2798, 2, '2013-01-31 16:43:11', '2013-01-31 21:43:11', '<strong>April 14-19, 2013 - <em>ABMA Annual Conference</em> - Toronto, Canada.</strong> The ABMA is heading north, eh! Visit Canada’s cultural, entertainment and financial capital while experiencing the country’s largest zoo!  Don’t miss a keynote address by Ian Stirling of Polar Bears International, an action-packed full day site visit at the Toronto Zoo and fun events including a very Canadian evening at the Hockey Hall of Fame! Stay at the Delta Chelsea Hotel, located in the heart of the city, for only $119 a night (that’s Canadian dollars, of course!).  So grab your toque and your passport and join us for a truly international conference!  For more information, visit <a href="http://theabma.org">theabma.org</a>.\r\n\r\n<strong>April 30 - May 2 2013 -<em>Chimpanzee SSP Meeting and Husbandry Workshop</em></strong> -The Chimpanzee SSP and the Houston Zoo are hosting the next Chimpanzee Husbandry Workshop to take place April 30 – May 2, 2013. The Chimpanzee SSP meeting will precede the workshop on April 29, 2013.  Please visit <a href="https://houstonzoo.doubleknot.com/event/chimp-husbandry-workshop-registration/1250219">https://houstonzoo.doubleknot.com/event/chimp-husbandry-workshop-registration/1250219</a> for more information.\r\n\r\n<strong>May 5-9, 2013 - <em>Eighth Biannual Rhino Keepers’ Workshop</em> -</strong> Hosted by San Diego Zoo Global.  For Call for Papers and more information contact <a href="mailto:laubery@sandiegozoo.org">laubery@sandiegozoo.org</a>.\r\n\r\n<strong>May 20-23, 2013 - <em>World Crocodile Conference</em></strong> - “Living with Crocodilians” 22nd Working Meeting of the IUCN — SSC, Crocodile Specialist Group. For more information and registration, go to: <a href="http://csgsrilanka.com/">csgsrilanka.com/</a>.\r\n\r\n<strong>June 9-13, 2013 - </strong><strong><em>Shape of Enrichment Workshop </em>- </strong><span><strong>Omaha’s Henry Doorly Zoo and Aquarium, </strong></span><span><strong>Omaha, Nebraska</strong>. </span><span>Hosted by the Omaha AAZK Chapter. </span><span>For more information contact: <a href="mailto:robinfreise@hotmail.com">robinfreise@hotmail.com</a> or visit <a href="http://enrichment.org">enrichment.org</a> and click under “New Events”.</span>\r\n\r\n<span style="font-weight: bold;">June 23-26, 2013 - <em>Felid Tag Husbandry Course</em>, </span>plus...\r\n\r\n<span style="font-weight: bold;">June 27-29, 2013 - </span><span style="font-weight: bold;"><em>AZA Felid TAG Mid-Year Meeting</em> - </span><strong>Hosted by Jacksonville Zoo and Gardens, Jacksonville, FL.</strong> For more information go to: <a href="http://felidtag.org">felidtag.org</a> or contact <a href="mailto:felidtag2013@jacksonvillezoo.org">felidtag2013@jacksonvillezoo.org</a>.\r\n\r\n<strong>July 8-12, 2013 - </strong><em>Zoos and Aquariums Committing to Conservation (ZACC)</em><strong> -</strong> Hosted by Blank Park Zoo, Des Moines, Iowa.  The conference will bring together colleagues from the field and zoos in an informal setting to network, share ideas and support one another in our shared commitment to conservation.  Registration is available at <a href="http://blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1">blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1</a>.  Contact Jessie Lowry with questions at <a href="mailto:jrlowry@blankparkzoo.org">jrlowry@blankparkzoo.org</a>.\r\n\r\n<strong>August 7-10, 2013 - <em>11th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles </em>- St. Louis, MO.</strong> Co-hosted by the Turtle Survival Alliance and the IUCN-TFTSG. Please visit <a href="http://turtlesurvival.org/get-involved/conference">turtlesurvival.org/get-involved/conference</a> for more information, or contact Heather Lowe at <a href="mailto:Hlowe@turtlesurvival.org">Hlowe@turtlesurvival.org</a>.\r\n\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter.\r\n\r\n<strong>October 13-17, 2013 - <em>WAZA Annual Conference</em></strong> - Hosted by Disney’s Animal Kingdom. For more information go to: <a href="http://waza.org">waza.org</a>.\r\n\r\n<strong>October 15-18, 2013 - <em>ICEE ─ International Conference on Environmental Enrichment</em></strong><em> </em>- Hosted by the National Zoological Gardens of South Africa at the Kwalata Game Ranch,   South Africa.  For more information, go to <a href="http://nzg.ac.za/icee2013">nzg.ac.za/icee2013</a>.\r\n\r\n<strong>October 2013 - <em>Advancing Bear Care 2013</em></strong> - <strong>Woodlands Wildlife Refuge, Clinton, NJ</strong>. The conference dates, hotel, program, and adjunct activities will be announced soon.   For current information and updates check ABC 2013 UPDATES often. <a href="http://bearcaregroup.org/#!abc_2013_updates/c10h4">bearcaregroup.org/#!abc_2013_updates/c10h4</a>\r\n\r\n<strong>November 10-14, 2013 - <em>Zoological Association of America (ZAA) Annual Conference</em>, Phoenix, AZ</strong>. For more information go to<a href="http://zaa.org"> zaa.org</a>.\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2013 - Greensboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - September 8-12\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events February 2013', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2013-01-31 16:43:11', '2013-01-31 21:43:11', '', 435, 'http://aazk.org/uncategorized/435-revision-75/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2799, 2, '2013-02-25 09:43:12', '2013-02-25 14:43:12', '<em><img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" /></em>\r\n\r\n<em>Nichole Bouwens, Senior Keeper\r\nZoo Atlanta</em>\r\n\r\nAtlanta, GeorgiaWhen developing an enrichment strategy for the animals in your care, do you ever consider the value of visual enrichment? Visual enrichment can be a very easy, low cost, and highly effective way to enrich virtually any species. At Zoo Atlanta we have used countless items to visually stimulate our animals. A few of these items are listed in Figure A.  In general, the animals do not have physical contact with these items for various safety reasons.\r\n\r\nMost of the items listed in Figure A have been used as enrichment for our primate collection and many have enriched some of our birds and carnivores.  We’ve found that visual enrichment works particularly well for our Asian small-clawed otters (<em>Aonyx cinerea</em>), an inquisitive, high energy group. Shining a laser pointer on the floor will usually lead the group into a game of chase. Running after the small speck of light as it goes up and down, over and under obstacles never seems to get old for this group. The laser pointer is not only a great item for getting the otters active and exercising, it also provides unending entertainment for the otter keepers!\r\n\r\nWe also change things up a bit in the otter holding area whenever possible by hanging up large paper toucan and flamingo cutouts, flower garlands, stickers, and Christmas lights. These items do not usually increase activity, but they give the otters some new and different things to look at and are rotated out frequently. <img class="alignright size-full wp-image-2800" title="giraffe_lights" src="http://aecetia.net/gws/aazk/wp-content/uploads/giraffe_lights.jpg" alt="giraffe_lights" width="618" height="454" />\r\n\r\nColorful chalk drawings can be fun for both keepers and the animals. One of our cat keepers drew all over the floors and walls in the Sumatran tiger (<em>Panthera tigris sumatrae</em>) dens. When the tigers came in, they explored each drawing and even hissed at some of the sketches.\r\n\r\nEven keepers themselves can be enriching. Over the years, I have heard stories from keepers who have dressed up in masks, big silly hats or costume jewelry, and some even dance to music for the animals.\r\n\r\nOne of the most successful items that we have used is the Liquid Light Projector. Although this particular item is no longer sold, there are many others like it still on the market. The Liquid Light Projector is especially interesting because it projects moving colored lights onto walls and it has a great range. When shown to the gorillas (<em>Gorilla gorilla</em>) through their mesh enclosure, they tried to pick the colors off with their nails and they licked the walls where the lights were projected. Some of the gorillas just sat and watched the lights, while others tried to groom the lights off of their cage mates. When the projected lights were shown in the room with some of our show birds, the Pied crow (<em>Corvus albus</em>) vocalized with soft “oohs” and “ahhs,” while the Abyssinian Ground hornbill (<em>Bucorvus abyssinicus</em>) perched and watched intently as the lights moved around. The lions (<em>Panthera leo</em>) reacted to the lights by rubbing on the wall where the lights were projected and they pawed at the wall. One of our lion cubs sat in the center of the light beam and stared at his shadow which was surrounded by moving colored lights.\r\n\r\nWhenever possible our keepers provide the animals with the ability to remove themselves from the location of the visual enrichment in case these items cause the animal stress. Timers are used with the lights and projectors so that the animals are not exposed to lights and movement for an extended period of time and because some of these items may overheat if left on for too long.\r\n\r\nVisual enrichment can be stimulating for the animals, is not time consuming, and is usually mess-free. Visual enrichment is great for animals on strict diets because it can be engaging without involving food. The next time you walk into a holding area or animal exhibit, look around and see if there is anything you can do to change things up a bit. It doesn’t have to be anything big or scary, especially at first. Some animals need to be exposed to something new gradually, but with patience and creativity you can really spice things up with a picture, mirror, poster, stickers, or even colorful lights.\r\n<div><strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong></div>', 'Visual Enrichment at Zoo Atlanta', 0, '', 'draft', 'closed', 'closed', '', '2799', '', '', '2013-10-15 17:49:15', '2013-10-15 22:49:15', '', 0, 'http://aazk.org/?p=2799', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2800, 2, '2013-02-25 09:41:50', '2013-02-25 14:41:50', '', 'giraffe_lights', 0, '', 'inherit', 'closed', 'closed', '', 'giraffe_lights', '', '', '2013-02-25 09:41:50', '2013-02-25 14:41:50', '', 2799, 'http://aazk.org/wp-content/uploads/giraffe_lights.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2801, 2, '2013-02-25 09:42:29', '2013-02-25 14:42:29', 'When developing an enrichment strategy for the animals in your care, do you ever consider the value of visual enrichment? Visual enrichment can be a very easy, low cost, and highly effective way to enrich virtually any species. At Zoo Atlanta we have used countless items to visually stimulate our animals. A few of these items are listed in Figure A.  In general, the animals do not have physical contact with these items for various safety reasons.\n\nMost of the items listed in Figure A have been used as enrichment for our primate collection and many have enriched some of our birds and carnivores.  We’ve found that visual enrichment works particularly well for our Asian small-clawed otters (<em>Aonyx cinerea</em>), an inquisitive, high energy group. Shining a laser pointer on the floor will usually lead the group into a game of chase. Running after the small speck of light as it goes up and down, over and under obstacles never seems to get old for this group. The laser pointer is not only a great item for getting the otters active and exercising, it also provides unending entertainment for the otter keepers!\n\nWe also change things up a bit in the otter holding area whenever possible by hanging up large paper toucan and flamingo cutouts, flower garlands, stickers, and Christmas lights. These items do not usually increase activity, but they give the otters some new and different things to look at and are rotated out frequently. <img class="alignright size-full wp-image-2800" title="giraffe_lights" src="http://aecetia.net/gws/aazk/wp-content/uploads/giraffe_lights.jpg" alt="giraffe_lights" width="825" height="605" />\n\nColorful chalk drawings can be fun for both keepers and the animals. One of our cat keepers drew all over the floors and walls in the Sumatran tiger (<em>Panthera tigris sumatrae</em>) dens. When the tigers came in, they explored each drawing and even hissed at some of the sketches.\n\nEven keepers themselves can be enriching. Over the years, I have heard stories from keepers who have dressed up in masks, big silly hats or costume jewelry, and some even dance to music for the animals.\n\nOne of the most successful items that we have used is the Liquid Light Projector. Although this particular item is no longer sold, there are many others like it still on the market. The Liquid Light Projector is especially interesting because it projects moving colored lights onto walls and it has a great range. When shown to the gorillas (<em>Gorilla gorilla</em>) through their mesh enclosure, they tried to pick the colors off with their nails and they licked the walls where the lights were projected. Some of the gorillas just sat and watched the lights, while others tried to groom the lights off of their cage mates. When the projected lights were shown in the room with some of our show birds, the Pied crow (<em>Corvus albus</em>) vocalized with soft “oohs” and “ahhs,” while the Abyssinian Ground hornbill (<em>Bucorvus abyssinicus</em>) perched and watched intently as the lights moved around. The lions (<em>Panthera leo</em>) reacted to the lights by rubbing on the wall where the lights were projected and they pawed at the wall. One of our lion cubs sat in the center of the light beam and stared at his shadow which was surrounded by moving colored lights.\n\nWhenever possible our keepers provide the animals with the ability to remove themselves from the location of the visual enrichment in case these items cause the animal stress. Timers are used with the lights and projectors so that the animals are not exposed to lights and movement for an extended period of time and because some of these items may overheat if left on for too long.\n\nVisual enrichment can be stimulating for the animals, is not time consuming, and is usually mess-free. Visual enrichment is great for animals on strict diets because it can be engaging without involving food. The next time you walk into a holding area or animal exhibit, look around and see if there is anything you can do to change things up a bit. It doesn’t have to be anything big or scary, especially at first. Some animals need to be exposed to something new gradually, but with patience and creativity you can really spice things up with a picture, mirror, poster, stickers, or even colorful lights.\n<div><strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong></div>', '', 0, '', 'inherit', 'closed', 'closed', '', '2799-revision', '', '', '2013-02-25 09:42:29', '2013-02-25 14:42:29', '', 2799, 'http://aazk.org/uncategorized/2799-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2802, 2, '2013-02-25 09:49:55', '2013-02-25 14:49:55', '<em><img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" /></em>\n\n<em>Nichole Bouwens, Senior Keeper\nZoo Atlanta</em>\n\nAtlanta, GeorgiaWhen developing an enrichment strategy for the animals in your care, do you ever consider the value of visual enrichment? Visual enrichment can be a very easy, low cost, and highly effective way to enrich virtually any species. At Zoo Atlanta we have used countless items to visually stimulate our animals. A few of these items are listed in Figure A.  In general, the animals do not have physical contact with these items for various safety reasons.\n\nMost of the items listed in Figure A have been used as enrichment for our primate collection and many have enriched some of our birds and carnivores.  We’ve found that visual enrichment works particularly well for our Asian small-clawed otters (<em>Aonyx cinerea</em>), an inquisitive, high energy group. Shining a laser pointer on the floor will usually lead the group into a game of chase. Running after the small speck of light as it goes up and down, over and under obstacles never seems to get old for this group. The laser pointer is not only a great item for getting the otters active and exercising, it also provides unending entertainment for the otter keepers!\n\nWe also change things up a bit in the otter holding area whenever possible by hanging up large paper toucan and flamingo cutouts, flower garlands, stickers, and Christmas lights. These items do not usually increase activity, but they give the otters some new and different things to look at and are rotated out frequently. <img class="alignright size-full wp-image-2800" title="giraffe_lights" src="http://aecetia.net/gws/aazk/wp-content/uploads/giraffe_lights.jpg" alt="giraffe_lights" width="618" height="454" />\n\nColorful chalk drawings can be fun for both keepers and the animals. One of our cat keepers drew all over the floors and walls in the Sumatran tiger (<em>Panthera tigris sumatrae</em>) dens. When the tigers came in, they explored each drawing and even hissed at some of the sketches.\n\nEven keepers themselves can be enriching. Over the years, I have heard stories from keepers who have dressed up in masks, big silly hats or costume jewelry, and some even dance to music for the animals.\n\nOne of the most successful items that we have used is the Liquid Light Projector. Although this particular item is no longer sold, there are many others like it still on the market. The Liquid Light Projector is especially interesting because it projects moving colored lights onto walls and it has a great range. When shown to the gorillas (<em>Gorilla gorilla</em>) through their mesh enclosure, they tried to pick the colors off with their nails and they licked the walls where the lights were projected. Some of the gorillas just sat and watched the lights, while others tried to groom the lights off of their cage mates. When the projected lights were shown in the room with some of our show birds, the Pied crow (<em>Corvus albus</em>) vocalized with soft “oohs” and “ahhs,” while the Abyssinian Ground hornbill (<em>Bucorvus abyssinicus</em>) perched and watched intently as the lights moved around. The lions (<em>Panthera leo</em>) reacted to the lights by rubbing on the wall where the lights were projected and they pawed at the wall. One of our lion cubs sat in the center of the light beam and stared at his shadow which was surrounded by moving colored lights.\n\nWhenever possible our keepers provide the animals with the ability to remove themselves from the location of the visual enrichment in case these items cause the animal stress. Timers are used with the lights and projectors so that the animals are not exposed to lights and movement for an extended period of time and because some of these items may overheat if left on for too long.\n\nVisual enrichment can be stimulating for the animals, is not time consuming, and is usually mess-free. Visual enrichment is great for animals on strict diets because it can be engaging without involving food. The next time you walk into a holding area or animal exhibit, look around and see if there is anything you can do to change things up a bit. It doesn’t have to be anything big or scary, especially at first. Some animals need to be exposed to something new gradually, but with patience and creativity you can really spice things up with a picture, mirror, poster, stickers, or even colorful lights.\n<div><strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong></div>', 'Visual Enrichment at Zoo Atlanta', 0, '', 'inherit', 'closed', 'closed', '', '2799-autosave', '', '', '2013-02-25 09:49:55', '2013-02-25 14:49:55', '', 2799, 'http://aazk.org/uncategorized/2799-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2803, 2, '2013-02-25 09:43:12', '2013-02-25 14:43:12', 'When developing an enrichment strategy for the animals in your care, do you ever consider the value of visual enrichment? Visual enrichment can be a very easy, low cost, and highly effective way to enrich virtually any species. At Zoo Atlanta we have used countless items to visually stimulate our animals. A few of these items are listed in Figure A.  In general, the animals do not have physical contact with these items for various safety reasons.\r\n\r\nMost of the items listed in Figure A have been used as enrichment for our primate collection and many have enriched some of our birds and carnivores.  We’ve found that visual enrichment works particularly well for our Asian small-clawed otters (<em>Aonyx cinerea</em>), an inquisitive, high energy group. Shining a laser pointer on the floor will usually lead the group into a game of chase. Running after the small speck of light as it goes up and down, over and under obstacles never seems to get old for this group. The laser pointer is not only a great item for getting the otters active and exercising, it also provides unending entertainment for the otter keepers!\r\n\r\nWe also change things up a bit in the otter holding area whenever possible by hanging up large paper toucan and flamingo cutouts, flower garlands, stickers, and Christmas lights. These items do not usually increase activity, but they give the otters some new and different things to look at and are rotated out frequently. <img class="alignright size-full wp-image-2800" title="giraffe_lights" src="http://aecetia.net/gws/aazk/wp-content/uploads/giraffe_lights.jpg" alt="giraffe_lights" width="618" height="454" />\r\n\r\nColorful chalk drawings can be fun for both keepers and the animals. One of our cat keepers drew all over the floors and walls in the Sumatran tiger (<em>Panthera tigris sumatrae</em>) dens. When the tigers came in, they explored each drawing and even hissed at some of the sketches.\r\n\r\nEven keepers themselves can be enriching. Over the years, I have heard stories from keepers who have dressed up in masks, big silly hats or costume jewelry, and some even dance to music for the animals.\r\n\r\nOne of the most successful items that we have used is the Liquid Light Projector. Although this particular item is no longer sold, there are many others like it still on the market. The Liquid Light Projector is especially interesting because it projects moving colored lights onto walls and it has a great range. When shown to the gorillas (<em>Gorilla gorilla</em>) through their mesh enclosure, they tried to pick the colors off with their nails and they licked the walls where the lights were projected. Some of the gorillas just sat and watched the lights, while others tried to groom the lights off of their cage mates. When the projected lights were shown in the room with some of our show birds, the Pied crow (<em>Corvus albus</em>) vocalized with soft “oohs” and “ahhs,” while the Abyssinian Ground hornbill (<em>Bucorvus abyssinicus</em>) perched and watched intently as the lights moved around. The lions (<em>Panthera leo</em>) reacted to the lights by rubbing on the wall where the lights were projected and they pawed at the wall. One of our lion cubs sat in the center of the light beam and stared at his shadow which was surrounded by moving colored lights.\r\n\r\nWhenever possible our keepers provide the animals with the ability to remove themselves from the location of the visual enrichment in case these items cause the animal stress. Timers are used with the lights and projectors so that the animals are not exposed to lights and movement for an extended period of time and because some of these items may overheat if left on for too long.\r\n\r\nVisual enrichment can be stimulating for the animals, is not time consuming, and is usually mess-free. Visual enrichment is great for animals on strict diets because it can be engaging without involving food. The next time you walk into a holding area or animal exhibit, look around and see if there is anything you can do to change things up a bit. It doesn’t have to be anything big or scary, especially at first. Some animals need to be exposed to something new gradually, but with patience and creativity you can really spice things up with a picture, mirror, poster, stickers, or even colorful lights.\r\n<div><strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong></div>', '', 0, '', 'inherit', 'closed', 'closed', '', '2799-revision-2', '', '', '2013-02-25 09:43:12', '2013-02-25 14:43:12', '', 2799, 'http://aazk.org/uncategorized/2799-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2804, 2, '2013-02-25 09:48:00', '2013-02-25 14:48:00', '<em><img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" /></em>\r\n\r\n<em>Nichole Bouwens, Senior Keeper\r\nZoo Atlanta</em>\r\n\r\nAtlanta, GeorgiaWhen developing an enrichment strategy for the animals in your care, do you ever consider the value of visual enrichment? Visual enrichment can be a very easy, low cost, and highly effective way to enrich virtually any species. At Zoo Atlanta we have used countless items to visually stimulate our animals. A few of these items are listed in Figure A.  In general, the animals do not have physical contact with these items for various safety reasons.\r\n\r\nMost of the items listed in Figure A have been used as enrichment for our primate collection and many have enriched some of our birds and carnivores.  We’ve found that visual enrichment works particularly well for our Asian small-clawed otters (<em>Aonyx cinerea</em>), an inquisitive, high energy group. Shining a laser pointer on the floor will usually lead the group into a game of chase. Running after the small speck of light as it goes up and down, over and under obstacles never seems to get old for this group. The laser pointer is not only a great item for getting the otters active and exercising, it also provides unending entertainment for the otter keepers!\r\n\r\nWe also change things up a bit in the otter holding area whenever possible by hanging up large paper toucan and flamingo cutouts, flower garlands, stickers, and Christmas lights. These items do not usually increase activity, but they give the otters some new and different things to look at and are rotated out frequently. <img class="alignright size-full wp-image-2800" title="giraffe_lights" src="http://aecetia.net/gws/aazk/wp-content/uploads/giraffe_lights.jpg" alt="giraffe_lights" width="618" height="454" />\r\n\r\nColorful chalk drawings can be fun for both keepers and the animals. One of our cat keepers drew all over the floors and walls in the Sumatran tiger (<em>Panthera tigris sumatrae</em>) dens. When the tigers came in, they explored each drawing and even hissed at some of the sketches.\r\n\r\nEven keepers themselves can be enriching. Over the years, I have heard stories from keepers who have dressed up in masks, big silly hats or costume jewelry, and some even dance to music for the animals.\r\n\r\nOne of the most successful items that we have used is the Liquid Light Projector. Although this particular item is no longer sold, there are many others like it still on the market. The Liquid Light Projector is especially interesting because it projects moving colored lights onto walls and it has a great range. When shown to the gorillas (<em>Gorilla gorilla</em>) through their mesh enclosure, they tried to pick the colors off with their nails and they licked the walls where the lights were projected. Some of the gorillas just sat and watched the lights, while others tried to groom the lights off of their cage mates. When the projected lights were shown in the room with some of our show birds, the Pied crow (<em>Corvus albus</em>) vocalized with soft “oohs” and “ahhs,” while the Abyssinian Ground hornbill (<em>Bucorvus abyssinicus</em>) perched and watched intently as the lights moved around. The lions (<em>Panthera leo</em>) reacted to the lights by rubbing on the wall where the lights were projected and they pawed at the wall. One of our lion cubs sat in the center of the light beam and stared at his shadow which was surrounded by moving colored lights.\r\n\r\nWhenever possible our keepers provide the animals with the ability to remove themselves from the location of the visual enrichment in case these items cause the animal stress. Timers are used with the lights and projectors so that the animals are not exposed to lights and movement for an extended period of time and because some of these items may overheat if left on for too long.\r\n\r\nVisual enrichment can be stimulating for the animals, is not time consuming, and is usually mess-free. Visual enrichment is great for animals on strict diets because it can be engaging without involving food. The next time you walk into a holding area or animal exhibit, look around and see if there is anything you can do to change things up a bit. It doesn’t have to be anything big or scary, especially at first. Some animals need to be exposed to something new gradually, but with patience and creativity you can really spice things up with a picture, mirror, poster, stickers, or even colorful lights.\r\n<div><strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong></div>', '', 0, '', 'inherit', 'closed', 'closed', '', '2799-revision-3', '', '', '2013-02-25 09:48:00', '2013-02-25 14:48:00', '', 2799, 'http://aazk.org/uncategorized/2799-revision-3/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2805, 2, '2013-02-25 09:48:47', '2013-02-25 14:48:47', '<em><img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" /></em>\r\n\r\n<em>Nichole Bouwens, Senior Keeper\r\nZoo Atlanta</em>\r\n\r\nAtlanta, GeorgiaWhen developing an enrichment strategy for the animals in your care, do you ever consider the value of visual enrichment? Visual enrichment can be a very easy, low cost, and highly effective way to enrich virtually any species. At Zoo Atlanta we have used countless items to visually stimulate our animals. A few of these items are listed in Figure A.  In general, the animals do not have physical contact with these items for various safety reasons.\r\n\r\nMost of the items listed in Figure A have been used as enrichment for our primate collection and many have enriched some of our birds and carnivores.  We’ve found that visual enrichment works particularly well for our Asian small-clawed otters (<em>Aonyx cinerea</em>), an inquisitive, high energy group. Shining a laser pointer on the floor will usually lead the group into a game of chase. Running after the small speck of light as it goes up and down, over and under obstacles never seems to get old for this group. The laser pointer is not only a great item for getting the otters active and exercising, it also provides unending entertainment for the otter keepers!\r\n\r\nWe also change things up a bit in the otter holding area whenever possible by hanging up large paper toucan and flamingo cutouts, flower garlands, stickers, and Christmas lights. These items do not usually increase activity, but they give the otters some new and different things to look at and are rotated out frequently. <img class="alignright size-full wp-image-2800" title="giraffe_lights" src="http://aecetia.net/gws/aazk/wp-content/uploads/giraffe_lights.jpg" alt="giraffe_lights" width="618" height="454" />\r\n\r\nColorful chalk drawings can be fun for both keepers and the animals. One of our cat keepers drew all over the floors and walls in the Sumatran tiger (<em>Panthera tigris sumatrae</em>) dens. When the tigers came in, they explored each drawing and even hissed at some of the sketches.\r\n\r\nEven keepers themselves can be enriching. Over the years, I have heard stories from keepers who have dressed up in masks, big silly hats or costume jewelry, and some even dance to music for the animals.\r\n\r\nOne of the most successful items that we have used is the Liquid Light Projector. Although this particular item is no longer sold, there are many others like it still on the market. The Liquid Light Projector is especially interesting because it projects moving colored lights onto walls and it has a great range. When shown to the gorillas (<em>Gorilla gorilla</em>) through their mesh enclosure, they tried to pick the colors off with their nails and they licked the walls where the lights were projected. Some of the gorillas just sat and watched the lights, while others tried to groom the lights off of their cage mates. When the projected lights were shown in the room with some of our show birds, the Pied crow (<em>Corvus albus</em>) vocalized with soft “oohs” and “ahhs,” while the Abyssinian Ground hornbill (<em>Bucorvus abyssinicus</em>) perched and watched intently as the lights moved around. The lions (<em>Panthera leo</em>) reacted to the lights by rubbing on the wall where the lights were projected and they pawed at the wall. One of our lion cubs sat in the center of the light beam and stared at his shadow which was surrounded by moving colored lights.\r\n\r\nWhenever possible our keepers provide the animals with the ability to remove themselves from the location of the visual enrichment in case these items cause the animal stress. Timers are used with the lights and projectors so that the animals are not exposed to lights and movement for an extended period of time and because some of these items may overheat if left on for too long.\r\n\r\nVisual enrichment can be stimulating for the animals, is not time consuming, and is usually mess-free. Visual enrichment is great for animals on strict diets because it can be engaging without involving food. The next time you walk into a holding area or animal exhibit, look around and see if there is anything you can do to change things up a bit. It doesn’t have to be anything big or scary, especially at first. Some animals need to be exposed to something new gradually, but with patience and creativity you can really spice things up with a picture, mirror, poster, stickers, or even colorful lights.\r\n<div><strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong></div>', 'Visual Enrichment at Zoo Atlanta', 0, '', 'inherit', 'closed', 'closed', '', '2799-revision-4', '', '', '2013-02-25 09:48:47', '2013-02-25 14:48:47', '', 2799, 'http://aazk.org/uncategorized/2799-revision-4/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2806, 2, '2013-02-25 10:05:07', '2013-02-25 15:05:07', '<em>Jacqueline Hulina, Morgan Lauf, and Susan Lewis, Ph.D.\r\nDepartment of Life Sciences, Carroll University\r\nWaukesha, Wisconsin</em>\r\n\r\n<strong>Introduction:</strong>\r\nUnderstanding courtship and breeding behaviors is critical to the management of wild and captive species facing population declines.  Gentoo penguins (<em>Pygoscelies papua</em>) are listed as declining and approaching threatened status by the IUCN (Birdlife International, 2010).  Establishing a captive environment that promotes breeding while minimizing intraspecific conflict is critical in zoos.\r\n\r\nGentoo penguins form monogamous pairs that breed only once per year (Roscoe, 2008), producing an average of two eggs per nest. Extensive parental care, including incubation, food provisioning, and nest defense, allows for chicks to survive in a harsh environment.  Parental care may even extend past fledging, as adult Gentoo penguins have been observed to offer food to chicks that have dispersed and then returned to their original colony (Polito &amp; Trivelpiece, 2008).\r\n\r\nThere is disagreement among researchers about the relative amount of time and energy invested by male and female Gentoo penguins in courtship/nesting behaviors.  Polito and Trivelpiece (2008) noted a higher level of female parental investment in post-copulation behavior.  Further, females have been shown to lose more biomass during chick rearing compared to males, suggesting that post-copulation parental investment is not equal between the sexes (Lescroël, 2009).  On the other hand, some studies show that males and females invest equal proportions of time incubating eggs (Croxall, 1982; Davis, 1989), leading other researchers to suggest that parental investment between males and females is nearly equivalent (Bingham, 2008).\r\n\r\nThe Milwaukee County Zoo successfully bred Gentoo penguins for the first time in 2010-11, with two pairs producing chicks in the 2010-11 breeding season.  The objectives of this study were to: a) monitor courtship and breeding behaviors of males and females during the second breeding season, b) compare the behavior of birds that were successful breeders in 2010-11 to those that were unsuccessful, and c) investigate factors influencing aggression during courtship and breeding.  We predicted that the amount of time invested in courtship/nesting behaviors would differ between genders.  We expected an increase in the amount of time invested in courtship/nesting behavior as they entered the breeding period and a correlation between increased courtship/nesting behaviors with breeding success.  We also predicted that the frequency of aggressive behaviors would increase throughout the courtship/nesting period, with a higher amount of aggressive behaviors shown by females.\r\n\r\n<strong>Methods:</strong>\r\nWe investigated the behavior of captive Gentoo penguins at the Milwaukee County Zoo.  The exhibit contains eight Gentoo penguins (<em>Pygoscelies papua</em>) and twelve rockhopper penguins (<em>Eudyptes chrysocome</em>).  Three male/female adult pairs were observed (Table 1).  In the 2010-11 season, two pairs produced chicks (Oscar &amp; Daphne, Felix &amp; Olive). Due to a medical situation, the remaining male (Marvin) was kept at the Animal Health Center and thus was not present in the exhibit during the 2010-11 courtship period.  The remaining female (Fiona) did not appear to assist in chick rearing in 2010-11.  Marvin was returned to the enclosure after the chicks were hatched.  The other two Gentoo penguins in the enclosure were chicks from the previous year that had not yet reached sexual maturity, and thus were not considered in the study.  All penguins were marked with individually-recognizable combinations of colored bands.\r\n\r\nThe exhibit was well suited for penguin nesting with multiple flat rock surfaces at varying heights around the perimeter.  The rock surfaces surround a pool with a rock column in the center that forms a bridge to the perimeter rocks (Figure 1).  The center rock blocked a portion of the underwater section of the enclosure from observation, but rarely affected data collection.  The enclosure was kept at 7.2°C – 10°C.  Observations were made from the public viewing area and observers moved to follow the focal animal during each observation session.  In October, zoo keepers placed small inner tubes at sites that had been used for nesting in the 2010-2011 breeding season and brought small rocks into the enclosure for nesting materials.  Enrichment items (ex. sprinkler, rubber ball, stuffed octopus, and partially deflated inner tubes) were placed in the enclosure at various times.  Interactions with enrichment items were taken into account in the ethogram.\r\n\r\nThe Gentoos were observed prior to data collection using an ethogram from a study of captive Humboldt penguins (Merritt &amp; King, 1987).  After the initial observation period, the Humboldt ethogram was adapted for the captive Gentoo penguins by grouping individual behaviors based on the needs of this study and revising definitions as needed.  For example, seven aggressive behaviors from the Humboldt ethogram were grouped into four categories based on whether the behavior involved physical contact and if the behavior was directed toward a member of the same or different species.  The final ethogram (Appendix A) was designed to include a broad variety of behaviors to account for changes in behavior from the norm as Gentoos entered the courtship period.\r\n\r\nTo compare the relative time invested in courtship/nesting behaviors, a combination of all-occurrences sampling and focal animal sampling was used (Martin &amp; Bateson, 2007).  One individual was observed at a time over a 30-minute period, recording all behaviors from the ethogram except for aggression at 15-second intervals.  Because aggressive behavior occurred in discrete and conspicuous bouts, all occurrences of aggressive behaviors were recorded during the full observation period.  Each penguin was observed for two 20-minute sessions and nine 30-minute sessions.  Some observation sessions were disturbed by the entrance of a zoo keeper to clean the enclosure or to feed the penguins.  In the majority of cases, this altered observed behavior.  Since feeding time was scheduled around the same time of day, observation sessions were rotated so that each observation session was subject to the same potential disruption.\r\n\r\nObservations were conducted from October 1st to November 19th, 2011 between 1:00 – 4:00 pm on Mondays and between 8:00 am – 12:00 pm on Saturdays.  This reduced potential bias from behavioral changes at scheduled feeding times.  One observer collected data on the male while the other collected data on the female at the same time so that any introduced situational bias (ex. the entrance of a zoo keeper to the enclosure) would be the same for each sex.  Data collection was standardized on two occasions to ensure 85% or better inter-observer reliability.<img class="alignright size-large wp-image-2807" title="penguin" src="http://aecetia.net/gws/aazk/wp-content/uploads/penguin-1024x518.jpg" alt="penguin" width="512" height="259" />\r\n\r\nThe average frequency of each non-aggressive behavior was calculated for individuals and aggregated for all females versus all males.  The average occurrence of aggressive behaviors was calculated for each day and graphed to assess any change in frequency over time.  Means are presented +/- one standard deviation.\r\n\r\n<strong>Results:</strong>\r\nTwo pairs formed during the courtship/nesting period (Oscar &amp; Daphne; Olive &amp; Felix).  The other male (Marvin) and female (Fiona) displayed courtship/nesting behaviors, but did not appear to preferentially direct such behaviors toward any particular individual.  On average, males had a slightly higher percent of time invested in courtship/nesting behaviors (pairing: 0.7 +/- 5.8%; nesting: 25.5 +/- 32.5%) compared to females (pairing: 0.2 +/- 0.8%; nesting: 21.0 +/- 32.8%; Figure 2), although the time budgets were highly variable between days.  Nest guarding behaviors stayed relatively…\r\n\r\n<strong>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></strong>', 'Courtship, Nesting, and Aggression in Gentoo Penguins at the Milwaukee County Zoo', 0, '', 'draft', 'closed', 'closed', '', 'courtship-nesting-and-aggression-in-gentoo-penguins-at-the-milwaukee-county-zoo', '', '', '2013-10-15 17:49:15', '2013-10-15 22:49:15', '', 0, 'http://aazk.org/?p=2806', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2807, 2, '2013-02-25 10:02:59', '2013-02-25 15:02:59', '', 'penguin', 0, '', 'inherit', 'closed', 'closed', '', 'penguin', '', '', '2013-02-25 10:02:59', '2013-02-25 15:02:59', '', 2806, 'http://aazk.org/wp-content/uploads/penguin.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2808, 2, '2013-02-25 10:04:18', '2013-02-25 15:04:18', '<em>Jacqueline Hulina, Morgan Lauf, and Susan Lewis, Ph.D.\nDepartment of Life Sciences, Carroll University\nWaukesha, Wisconsin</em>\n\n<strong>Introduction:</strong>\nUnderstanding courtship and breeding behaviors is critical to the management of wild and captive species facing population declines.  Gentoo penguins (<em>Pygoscelies papua</em>) are listed as declining and approaching threatened status by the IUCN (Birdlife International, 2010).  Establishing a captive environment that promotes breeding while minimizing intraspecific conflict is critical in zoos.\n\nGentoo penguins form monogamous pairs that breed only once per year (Roscoe, 2008), producing an average of two eggs per nest. Extensive parental care, including incubation, food provisioning, and nest defense, allows for chicks to survive in a harsh environment.  Parental care may even extend past fledging, as adult Gentoo penguins have been observed to offer food to chicks that have dispersed and then returned to their original colony (Polito &amp; Trivelpiece, 2008).\n\nThere is disagreement among researchers about the relative amount of time and energy invested by male and female Gentoo penguins in courtship/nesting behaviors.  Polito and Trivelpiece (2008) noted a higher level of female parental investment in post-copulation behavior.  Further, females have been shown to lose more biomass during chick rearing compared to males, suggesting that post-copulation parental investment is not equal between the sexes (Lescroël, 2009).  On the other hand, some studies show that males and females invest equal proportions of time incubating eggs (Croxall, 1982; Davis, 1989), leading other researchers to suggest that parental investment between males and females is nearly equivalent (Bingham, 2008).\n\nThe Milwaukee County Zoo successfully bred Gentoo penguins for the first time in 2010-11, with two pairs producing chicks in the 2010-11 breeding season.  The objectives of this study were to: a) monitor courtship and breeding behaviors of males and females during the second breeding season, b) compare the behavior of birds that were successful breeders in 2010-11 to those that were unsuccessful, and c) investigate factors influencing aggression during courtship and breeding.  We predicted that the amount of time invested in courtship/nesting behaviors would differ between genders.  We expected an increase in the amount of time invested in courtship/nesting behavior as they entered the breeding period and a correlation between increased courtship/nesting behaviors with breeding success.  We also predicted that the frequency of aggressive behaviors would increase throughout the courtship/nesting period, with a higher amount of aggressive behaviors shown by females.\n\n<strong>Methods:</strong>\nWe investigated the behavior of captive Gentoo penguins at the Milwaukee County Zoo.  The exhibit contains eight Gentoo penguins (<em>Pygoscelies papua</em>) and twelve rockhopper penguins (<em>Eudyptes chrysocome</em>).  Three male/female adult pairs were observed (Table 1).  In the 2010-11 season, two pairs produced chicks (Oscar &amp; Daphne, Felix &amp; Olive). Due to a medical situation, the remaining male (Marvin) was kept at the Animal Health Center and thus was not present in the exhibit during the 2010-11 courtship period.  The remaining female (Fiona) did not appear to assist in chick rearing in 2010-11.  Marvin was returned to the enclosure after the chicks were hatched.  The other two Gentoo penguins in the enclosure were chicks from the previous year that had not yet reached sexual maturity, and thus were not considered in the study.  All penguins were marked with individually-recognizable combinations of colored bands.\n\nThe exhibit was well suited for penguin nesting with multiple flat rock surfaces at varying heights around the perimeter.  The rock surfaces surround a pool with a rock column in the center that forms a bridge to the perimeter rocks (Figure 1).  The center rock blocked a portion of the underwater section of the enclosure from observation, but rarely affected data collection.  The enclosure was kept at 7.2°C – 10°C.  Observations were made from the public viewing area and observers moved to follow the focal animal during each observation session.  In October, zoo keepers placed small inner tubes at sites that had been used for nesting in the 2010-2011 breeding season and brought small rocks into the enclosure for nesting materials.  Enrichment items (ex. sprinkler, rubber ball, stuffed octopus, and partially deflated inner tubes) were placed in the enclosure at various times.  Interactions with enrichment items were taken into account in the ethogram.\n\nThe Gentoos were observed prior to data collection using an ethogram from a study of captive Humboldt penguins (Merritt &amp; King, 1987).  After the initial observation period, the Humboldt ethogram was adapted for the captive Gentoo penguins by grouping individual behaviors based on the needs of this study and revising definitions as needed.  For example, seven aggressive behaviors from the Humboldt ethogram were grouped into four categories based on whether the behavior involved physical contact and if the behavior was directed toward a member of the same or different species.  The final ethogram (Appendix A) was designed to include a broad variety of behaviors to account for changes in behavior from the norm as Gentoos entered the courtship period.\n\nTo compare the relative time invested in courtship/nesting behaviors, a combination of all-occurrences sampling and focal animal sampling was used (Martin &amp; Bateson, 2007).  One individual was observed at a time over a 30-minute period, recording all behaviors from the ethogram except for aggression at 15-second intervals.  Because aggressive behavior occurred in discrete and conspicuous bouts, all occurrences of aggressive behaviors were recorded during the full observation period.  Each penguin was observed for two 20-minute sessions and nine 30-minute sessions.  Some observation sessions were disturbed by the entrance of a zoo keeper to clean the enclosure or to feed the penguins.  In the majority of cases, this altered observed behavior.  Since feeding time was scheduled around the same time of day, observation sessions were rotated so that each observation session was subject to the same potential disruption.\n\nObservations were conducted from October 1st to November 19th, 2011 between 1:00 – 4:00 pm on Mondays and between 8:00 am – 12:00 pm on Saturdays.  This reduced potential bias from behavioral changes at scheduled feeding times.  One observer collected data on the male while the other collected data on the female at the same time so that any introduced situational bias (ex. the entrance of a zoo keeper to the enclosure) would be the same for each sex.  Data collection was standardized on two occasions to ensure 85% or better inter-observer reliability.<img class="alignright size-large wp-image-2807" title="penguin" src="http://aecetia.net/gws/aazk/wp-content/uploads/penguin-1024x518.jpg" alt="penguin" width="10" height="518" />\n\nThe average frequency of each non-aggressive behavior was calculated for individuals and aggregated for all females24 versus all males.  The average occurrence of aggressive behaviors was calculated for each day and graphed to assess any change in frequency over time.  Means are presented +/- one standard deviation.\n\n<strong>Results:</strong>\nTwo pairs formed during the courtship/nesting period (Oscar &amp; Daphne; Olive &amp; Felix).  The other male (Marvin) and female (Fiona) displayed courtship/nesting behaviors, but did not appear to preferentially direct such behaviors toward any particular individual.  On average, males had a slightly higher percent of time invested in courtship/nesting behaviors (pairing: 0.7 +/- 5.8%; nesting: 25.5 +/- 32.5%) compared to females (pairing: 0.2 +/- 0.8%; nesting: 21.0 +/- 32.8%; Figure 2), although the time budgets were highly variable between days.  Nest guarding behaviors stayed relatively…\n\n<strong>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></strong>', 'Courtship, Nesting, and Aggression in Gentoo Penguins at the Milwaukee County Zoo', 0, '', 'inherit', 'closed', 'closed', '', '2806-revision', '', '', '2013-02-25 10:04:18', '2013-02-25 15:04:18', '', 2806, 'http://aazk.org/uncategorized/2806-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2809, 2, '2013-02-25 10:06:15', '2013-02-25 15:06:15', '<em>Jacqueline Hulina, Morgan Lauf, and Susan Lewis, Ph.D.\nDepartment of Life Sciences, Carroll University\nWaukesha, Wisconsin</em>\n\n<strong>Introduction:</strong>\nUnderstanding courtship and breeding behaviors is critical to the management of wild and captive species facing population declines.  Gentoo penguins (<em>Pygoscelies papua</em>) are listed as declining and approaching threatened status by the IUCN (Birdlife International, 2010).  Establishing a captive environment that promotes breeding while minimizing intraspecific conflict is critical in zoos.\n\nGentoo penguins form monogamous pairs that breed only once per year (Roscoe, 2008), producing an average of two eggs per nest. Extensive parental care, including incubation, food provisioning, and nest defense, allows for chicks to survive in a harsh environment.  Parental care may even extend past fledging, as adult Gentoo penguins have been observed to offer food to chicks that have dispersed and then returned to their original colony (Polito &amp; Trivelpiece, 2008).\n\nThere is disagreement among researchers about the relative amount of time and energy invested by male and female Gentoo penguins in courtship/nesting behaviors.  Polito and Trivelpiece (2008) noted a higher level of female parental investment in post-copulation behavior.  Further, females have been shown to lose more biomass during chick rearing compared to males, suggesting that post-copulation parental investment is not equal between the sexes (Lescroël, 2009).  On the other hand, some studies show that males and females invest equal proportions of time incubating eggs (Croxall, 1982; Davis, 1989), leading other researchers to suggest that parental investment between males and females is nearly equivalent (Bingham, 2008).\n\nThe Milwaukee County Zoo successfully bred Gentoo penguins for the first time in 2010-11, with two pairs producing chicks in the 2010-11 breeding season.  The objectives of this study were to: a) monitor courtship and breeding behaviors of males and females during the second breeding season, b) compare the behavior of birds that were successful breeders in 2010-11 to those that were unsuccessful, and c) investigate factors influencing aggression during courtship and breeding.  We predicted that the amount of time invested in courtship/nesting behaviors would differ between genders.  We expected an increase in the amount of time invested in courtship/nesting behavior as they entered the breeding period and a correlation between increased courtship/nesting behaviors with breeding success.  We also predicted that the frequency of aggressive behaviors would increase throughout the courtship/nesting period, with a higher amount of aggressive behaviors shown by females.\n\n<strong>Methods:</strong>\nWe investigated the behavior of captive Gentoo penguins at the Milwaukee County Zoo.  The exhibit contains eight Gentoo penguins (<em>Pygoscelies papua</em>) and twelve rockhopper penguins (<em>Eudyptes chrysocome</em>).  Three male/female adult pairs were observed (Table 1).  In the 2010-11 season, two pairs produced chicks (Oscar &amp; Daphne, Felix &amp; Olive). Due to a medical situation, the remaining male (Marvin) was kept at the Animal Health Center and thus was not present in the exhibit during the 2010-11 courtship period.  The remaining female (Fiona) did not appear to assist in chick rearing in 2010-11.  Marvin was returned to the enclosure after the chicks were hatched.  The other two Gentoo penguins in the enclosure were chicks from the previous year that had not yet reached sexual maturity, and thus were not considered in the study.  All penguins were marked with individually-recognizable combinations of colored bands.\n\nThe exhibit was well suited for penguin nesting with multiple flat rock surfaces at varying heights around the perimeter.  The rock surfaces surround a pool with a rock column in the center that forms a bridge to the perimeter rocks (Figure 1).  The center rock blocked a portion of the underwater section of the enclosure from observation, but rarely affected data collection.  The enclosure was kept at 7.2°C – 10°C.  Observations were made from the public viewing area and observers moved to follow the focal animal during each observation session.  In October, zoo keepers placed small inner tubes at sites that had been used for nesting in the 2010-2011 breeding season and brought small rocks into the enclosure for nesting materials.  Enrichment items (ex. sprinkler, rubber ball, stuffed octopus, and partially deflated inner tubes) were placed in the enclosure at various times.  Interactions with enrichment items were taken into account in the ethogram.\n\nThe Gentoos were observed prior to data collection using an ethogram from a study of captive Humboldt penguins (Merritt &amp; King, 1987).  After the initial observation period, the Humboldt ethogram was adapted for the captive Gentoo penguins by grouping individual behaviors based on the needs of this study and revising definitions as needed.  For example, seven aggressive behaviors from the Humboldt ethogram were grouped into four categories based on whether the behavior involved physical contact and if the behavior was directed toward a member of the same or different species.  The final ethogram (Appendix A) was designed to include a broad variety of behaviors to account for changes in behavior from the norm as Gentoos entered the courtship period.\n\nTo compare the relative time invested in courtship/nesting behaviors, a combination of all-occurrences sampling and focal animal sampling was used (Martin &amp; Bateson, 2007).  One individual was observed at a time over a 30-minute period, recording all behaviors from the ethogram except for aggression at 15-second intervals.  Because aggressive behavior occurred in discrete and conspicuous bouts, all occurrences of aggressive behaviors were recorded during the full observation period.  Each penguin was observed for two 20-minute sessions and nine 30-minute sessions.  Some observation sessions were disturbed by the entrance of a zoo keeper to clean the enclosure or to feed the penguins.  In the majority of cases, this altered observed behavior.  Since feeding time was scheduled around the same time of day, observation sessions were rotated so that each observation session was subject to the same potential disruption.\n\nObservations were conducted from October 1st to November 19th, 2011 between 1:00 – 4:00 pm on Mondays and between 8:00 am – 12:00 pm on Saturdays.  This reduced potential bias from behavioral changes at scheduled feeding times.  One observer collected data on the male while the other collected data on the female at the same time so that any introduced situational bias (ex. the entrance of a zoo keeper to the enclosure) would be the same for each sex.  Data collection was standardized on two occasions to ensure 85% or better inter-observer reliability.<img class="alignright size-large wp-image-2807" title="penguin" src="http://aecetia.net/gws/aazk/wp-content/uploads/penguin-1024x518.jpg" alt="penguin" width="512" height="259" />\n\nThe average frequency of each non-aggressive behavior was calculated for individuals and aggregated for all females versus all males.  The average occurrence of aggressive behaviors was calculated for each day and graphed to assess any change in frequency over time.  Means are presented +/- one standard deviation.\n\n<strong>Results:</strong>\nTwo pairs formed during the courtship/nesting period (Oscar &amp; Daphne; Olive &amp; Felix).  The other male (Marvin) and female (Fiona) displayed courtship/nesting behaviors, but did not appear to preferentially direct such behaviors toward any particular individual.  On average, males had a slightly higher percent of time invested in courtship/nesting behaviors (pairing: 0.7 +/- 5.8%; nesting: 25.5 +/- 32.5%) compared to females (pairing: 0.2 +/- 0.8%; nesting: 21.0 +/- 32.8%; Figure 2), although the time budgets were highly variable between days.  Nest guarding behaviors stayed relatively…\n\n<strong>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></strong>', 'Courtship, Nesting, and Aggression in Gentoo Penguins at the Milwaukee County Zoo', 0, '', 'inherit', 'closed', 'closed', '', '2806-autosave', '', '', '2013-02-25 10:06:15', '2013-02-25 15:06:15', '', 2806, 'http://aazk.org/uncategorized/2806-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2817, 1, '2013-02-24 23:38:57', '2013-02-25 04:38:57', 'Donate to Bowling for Rhinos today and help save rhinos and their ecosystems.  You may give a General donation or in the name of your local Chapter. All donations are 100% tax deductible.  Thank YOU for Your Gift to Support Conservation.\r\n\r\n\r\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post" id="bfr_donation">\r\n\r\n    <input type="hidden" name="cmd" value="_donations">\r\n    <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com">\r\n    <input type="hidden" name="lc" value="US">\r\n    <input type="hidden" name="item_name" value="AAZK Bowling for Rhinos">\r\n    <input type="hidden" name="no_note" value="1">\r\n    <input type="hidden" name="no_shipping" value="2">\r\n    <input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHosted">\r\n\r\n    <fieldset>\r\n        <p>\r\n        <label for="amount">Amount</label>\r\n        <input type="text" name="amount" id="amount" value=""><select name="currency_code" id="currency_code">\r\n            <option value="USD">USD</option>\r\n            <option value="GBP">GBP</option>\r\n            <option value="CAD">CAD</option>\r\n        </select>\r\n        </p>\r\n    </fieldset>\r\n\r\n    <fieldset>\r\n        <p>\r\n        <label for="chapter">AAZK Chapter</label>\r\n        <select name="item_number" id="chapter">\r\n            <option value="General">General</option>\r\n            <option value="AAZK of Cheyenne Mountain Zoo">AAZK of Cheyenne Mountain Zoo</option>\r\n            <option value="AAZK of New Bedford Chapter">AAZK of New Bedford Chapter</option>\r\n            <option value="Acadiana AAZK Chapter">Acadiana AAZK Chapter</option>\r\n            <option value="Assiniboine Park Zoo AAZK Chapter">Assiniboine Park Zoo AAZK Chapter</option>\r\n            <option value="Audubon Park AAZK Chapter">Audubon Park AAZK Chapter</option>\r\n            <option value="Baton Rouge Zoo AAZK Chapter">Baton Rouge Zoo AAZK Chapter</option>\r\n            <option value="Battle Creek AAZK Chapter">Battle Creek AAZK Chapter</option>\r\n            <option value="Beardsley Zoo AAZK Chapter">Beardsley Zoo AAZK Chapter</option>\r\n            <option value="Birmingham Zoo Chapter of AAZK">Birmingham Zoo Chapter of AAZK</option>\r\n            <option value="Bronx Zoo AAZK Chapter">Bronx Zoo AAZK Chapter</option>\r\n            <option value="Brookfield AAZK Chapter">Brookfield AAZK Chapter</option>\r\n            <option value="California Desert AAZK Chapter">California Desert AAZK Chapter</option>\r\n            <option value="Cape May County Zoo AAZK Chapter">Cape May County Zoo AAZK Chapter</option>\r\n            <option value="Central Illinois AAZK Chapter">Central Illinois AAZK Chapter</option>\r\n            <option value="Chesapeake AAZK Chapter">Chesapeake AAZK Chapter</option>\r\n            <option value="Columbus AAZK Chapter">Columbus AAZK Chapter</option>\r\n            <option value="Dallas Zoo Chapter of AAZK">Dallas Zoo Chapter of AAZK</option>\r\n            <option value="Detroit AAZK Chapter">Detroit AAZK Chapter</option>\r\n            <option value="EFBC AAZK Chapter">EFBC AAZK Chapter</option>\r\n            <option value="Edmonton Chapter of AAZK">Edmonton Chapter of AAZK</option>\r\n            <option value="El Paso Del Norte AAZK Chapter">El Paso Del Norte AAZK Chapter</option>\r\n            <option value="Fort Worth Zoo AAZK Chapter">Fort Worth Zoo AAZK Chapter</option>\r\n            <option value="Fresno Chaffee Zoo AAZK Chapter">Fresno Chaffee Zoo AAZK Chapter</option>\r\n            <option value="Galveston Chapter of AAZK">Galveston Chapter of AAZK</option>\r\n            <option value="Georgia AAZK Chapter">Georgia AAZK Chapter</option>\r\n            <option value="Greater Baltimore Chapter of AAZK">Greater Baltimore Chapter of AAZK</option>\r\n            <option value="Greater Cincinnati Chapter of AAZK">Greater Cincinnati Chapter of AAZK</option>\r\n            <option value="Greater Cleveland Area AAZK Chapter">Greater Cleveland Area AAZK Chapter</option>\r\n            <option value="Greater Houston AAZK Chapter">Greater Houston AAZK Chapter</option>\r\n            <option value="Greater Kansas City AAZK Chapter">Greater Kansas City AAZK Chapter</option>\r\n            <option value="Greater New Jersey AAZK Alliance Chapter">Greater New Jersey AAZK Alliance Chapter</option>\r\n            <option value="Greater Orlando AAZK Chapter">Greater Orlando AAZK Chapter</option>\r\n            <option value="Greater Philadelphia AAZK Chapter">Greater Philadelphia AAZK Chapter</option>\r\n            <option value="Greater Sac AAZK Chapter">Greater Sac AAZK Chapter</option>\r\n            <option value="Greenville Zoo AAZK Chapter">Greenville Zoo AAZK Chapter</option>\r\n            <option value="Heart of Illinois AAZK Chapter">Heart of Illinois AAZK Chapter</option>\r\n            <option value="Honolulu AAZK Chapter">Honolulu AAZK Chapter</option>\r\n            <option value="Indianapolis AAZK Chapter">Indianapolis AAZK Chapter</option>\r\n            <option value="Jackson Zookeepers Association">Jackson Zookeepers Association</option>\r\n            <option value="Jacksonville AAZK Chapter">Jacksonville AAZK Chapter</option>\r\n            <option value="Lake Superior AAZK Chapter">Lake Superior AAZK Chapter</option>\r\n            <option value="Lincoln Park AAZK Chapter">Lincoln Park AAZK Chapter</option>\r\n            <option value="Lion Country Safari AAZK Chapter">Lion Country Safari AAZK Chapter</option>\r\n            <option value="Little Rock Zoo AAZK Chapter">Little Rock Zoo AAZK Chapter</option>\r\n            <option value="Little Turtle AAZK Chapter">Little Turtle AAZK Chapter</option>\r\n            <option value="Los Angeles Zoo AAZK Chapter">Los Angeles Zoo AAZK Chapter</option>\r\n            <option value="Louisville Zoo AAZK Chapter">Louisville Zoo AAZK Chapter</option>\r\n            <option value="Memphis Zoo AAZK Chapter">Memphis Zoo AAZK Chapter</option>\r\n            <option value="Mesker Park Zoo AAZK Chapter">Mesker Park Zoo AAZK Chapter</option>\r\n            <option value="Midnight Sun Chapter of the AAZK">Midnight Sun Chapter of the AAZK</option>\r\n            <option value="Milwaukee County Zoo AAZK Chapter">Milwaukee County Zoo AAZK Chapter</option>\r\n            <option value="Minnesota Zoo AAZK Chapter">Minnesota Zoo AAZK Chapter</option>\r\n            <option value="Naples AAZK Chapter">Naples AAZK Chapter</option>\r\n            <option value="Nashville AAZK Chapter">Nashville AAZK Chapter</option>\r\n            <option value="National Capital AAZK Chapter">National Capital AAZK Chapter</option>\r\n            <option value="New England Chapter of AAZK">New England Chapter of AAZK</option>\r\n            <option value="Niabi Zoo AAZK Chapter">Niabi Zoo AAZK Chapter</option>\r\n            <option value="North Carolina AAZK Chapter">North Carolina AAZK Chapter</option>\r\n            <option value="North Carolina Piedmont AAZK Chapter">North Carolina Piedmont AAZK Chapter</option>\r\n            <option value="Oklahoma City Zoo AAZK Chapter">Oklahoma City Zoo AAZK Chapter</option>\r\n            <option value="Omaha AAZK Chapter">Omaha AAZK Chapter</option>\r\n            <option value="Orange County Chapter of AAZK">Orange County Chapter of AAZK</option>\r\n            <option value="Ozarks Chapter of the AAZK">Ozarks Chapter of the AAZK</option>\r\n            <option value="Palm Beach Zoo AAZK Chapter">Palm Beach Zoo AAZK Chapter</option>\r\n            <option value="Phoenix Chapter of AAZK">Phoenix Chapter of AAZK</option>\r\n            <option value="Portland AAZK Chapter">Portland AAZK Chapter</option>\r\n            <option value="Pt. Defiance AAZK Chapter">Pt. Defiance AAZK Chapter</option>\r\n            <option value="Puget Sound AAZK Chapter">Puget Sound AAZK Chapter</option>\r\n            <option value="Rainier AAZK Chapter">Rainier AAZK Chapter</option>\r\n            <option value="Red River AAZK Chapter">Red River AAZK Chapter</option>\r\n            <option value="Roanoke Valley AAZK Chapter">Roanoke Valley AAZK Chapter</option>\r\n            <option value="Rocky Mountain AAZK Chapter">Rocky Mountain AAZK Chapter</option>\r\n            <option value="Roger Williams Park Zoo AAZK Chapter">Roger Williams Park Zoo AAZK Chapter</option>\r\n            <option value="Rosamond Gifford Zoo AAZK Chapter">Rosamond Gifford Zoo AAZK Chapter</option>\r\n            <option value="Saint Louis AAZK Chapter">Saint Louis AAZK Chapter</option>\r\n            <option value="San Antonio Zoo AAZK Chapter">San Antonio Zoo AAZK Chapter</option>\r\n            <option value="San Diego AAZK Chapter">San Diego AAZK Chapter</option>\r\n            <option value="San Francisco Bay Area Chapter of AAZK">San Francisco Bay Area Chapter of AAZK</option>\r\n            <option value="Santa Barbara AAZK Chapter">Santa Barbara AAZK Chapter</option>\r\n            <option value="Santa Fe College Teaching Zoo Student AAZK Chapter">Santa Fe College Teaching Zoo Student AAZK Chapter</option>\r\n            <option value="South Florida AAZK Chapter">South Florida AAZK Chapter</option>\r\n            <option value="Southern Colorado AAZK Chapter">Southern Colorado AAZK Chapter</option>\r\n            <option value="Southern Ontario Zoo Keepers AAZK Chapter">Southern Ontario Zoo Keepers AAZK Chapter</option>\r\n            <option value="Tampa Bay AAZK Chapter">Tampa Bay AAZK Chapter</option>\r\n            <option value="The Elmwood Park Zoo Chapter of AAZK">The Elmwood Park Zoo Chapter of AAZK</option>\r\n            <option value="The Redwood Coast AAZK Chapter">The Redwood Coast AAZK Chapter</option>\r\n            <option value="The Riverbanks Zoo and Garden AAZK Chapter">The Riverbanks Zoo and Garden AAZK Chapter</option>\r\n            <option value="The Scovill Zoo AAZK Chapter">The Scovill Zoo AAZK Chapter</option>\r\n            <option value="The Seneca Park Zoo AAZK Chapter">The Seneca Park Zoo AAZK Chapter</option>\r\n            <option value="Toledo Zoo AAZK Chapter">Toledo Zoo AAZK Chapter</option>\r\n            <option value="Topeka Zoo Chapter of AAZK">Topeka Zoo Chapter of AAZK</option>\r\n            <option value="Tucson AAZK Chapter">Tucson AAZK Chapter</option>\r\n            <option value="Tulsa Zoo AAZK Chapter">Tulsa Zoo AAZK Chapter</option>\r\n            <option value="Utah Chapter of AAZK">Utah Chapter of AAZK</option>\r\n            <option value="West Texas AAZK Chapter">West Texas AAZK Chapter</option>\r\n            <option value="Wildlife Safari AAZK Chapter">Wildlife Safari AAZK Chapter</option>\r\n            <option value="Wildlife World Zoo AAZK Chapter">Wildlife World Zoo AAZK Chapter</option>\r\n        </select>\r\n        </p>\r\n    </fieldset>\r\n\r\n    <fieldset class="controls">\r\n        <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">\r\n        <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">\r\n    </fieldset>\r\n\r\n</form>', 'Donation to BFR', 0, '', 'inherit', 'closed', 'closed', '', '2782-revision-v1', '', '', '2013-02-24 23:38:57', '2013-02-25 04:38:57', '', 2782, 'http://aazk.org/uncategorized/2782-revision-15/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2819, 2, '2013-02-25 11:22:15', '2013-02-25 16:22:15', '<h2>Coordinator</h2>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree<a href="/committee/bowling-for-rhinos/bfr-donation/"><img class="alignright size-full wp-image-2410" title="donate_button" src="http://aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\r\n<h2>Total Funds Raised to Date: <span style="color: #ff0000;">$4,321,808.48</span></h2>\r\n<h2><strong><strong>2012 Funds Raised to Date: <span style="color: #ff0000;"><em>$337,191.09- this is a new record for amount raised in a year!</em></span></strong></strong></h2>\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\nCheck the calendar below to see if there is a local event in your area. If you would like to have your event listed, please send your BFR event date &amp; contact info to: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\n<iframe src="https://www.google.com/calendar/embed?showTz=0&amp;height=480&amp;wkst=1&amp;bgcolor=%23cc6600&amp;src=i632h1mj6669n3peqanca9mjmo%40group.calendar.google.com&amp;color=%23B1440E&amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="640" height="480" frameborder="0" scrolling="no"></iframe>\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing">click here</a>.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-02-25 11:22:15', '2013-02-25 16:22:15', '', 168, 'http://aazk.org/uncategorized/168-revision-62/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2821, 2, '2013-03-20 06:21:41', '2013-03-20 11:21:41', '', 'trees_results', 0, '', 'inherit', 'closed', 'closed', '', 'trees_results', '', '', '2013-03-20 06:21:41', '2013-03-20 11:21:41', '', 0, 'http://aazk.org/wp-content/uploads/trees_results.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2827, 2, '2013-03-20 06:45:41', '2013-03-20 11:45:41', '<strong>\r\nBOWLING FOR RHINOS\r\nCONSERVATION RESOURCE GRANT\r\n<em>Application Instructions</em></strong>\r\n\r\n<span style="color: #ff0000;"><strong>AAZK will only consider complete proposals received no later than June 1, 2013 for funding.</strong></span>\r\n\r\n<strong>A.    You must submit the following items:</strong>\r\n1.    AAZK Bowling for Rhinos Conservation Resource Grant application form, completed in English (3 pages maximum)\r\n2.    Your resume (3 pages maximum)\r\n3.    Unless you are the executive director, a letter of recommendation from the executive director of your zoo or conservation organization, and/or a letter from an advisor if you are a student\r\n\r\n<strong>B.    Projects should meet criteria in one of the following four categories:</strong>\r\n1.    <em>In-situ Rhino Conservation and Research</em> – field research or conservation project focusing on African or Asian rhino species\r\n2.    <em>In-situ Community, Educational, or Medical Program</em> – community education, school support or medical programs in Africa or Asia\r\n3.   <em> In-situ Species Conservation</em> – field research or conservation project that focuses on any species sharing the same ecosystem with Javan, Sumatran, Black, or White Rhino\r\n4.    <em>Ex-situ Rhino Conservation and Research</em> – zoological research project on a rhino species that partners with a rhino conservation entity operating in Asia or Africa, combined with a tangible benefit to an in-situ conservation project\r\n\r\n<strong>C.    You need not be an AAZK member or affiliated with AAZK in order to apply, however preference may be given to AAZK Members or Conservation Partners. </strong>\r\n<strong>\r\nD.    Award announcements will be made on July 1st.</strong>\r\n\r\n<strong>E.    The amount of funding requested must be equal to or less than $3426.22 US dollars.  The amount available is based on a percentage of the annual Bowling for Rhinos funds raised. </strong>\r\n<span style="color: #ff0000;"><em><strong>\r\nSend all application material to:</strong></em></span>\r\n<a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a>\r\nor\r\nAmanda Kamradt\r\nStone Zoo\r\n149 Pond St.\r\nStoneham, MA 02180\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_grant_app_2013.doc">Download</a> the application in Word format.\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_grant_app_2013.pdf">Download</a> the application in Adobe pdf format.', 'BFR Grant Application Instructions', 0, '', 'inherit', 'closed', 'closed', '', '1226-revision-v1', '', '', '2013-03-20 06:45:41', '2013-03-20 11:45:41', '', 1226, 'http://aazk.org/uncategorized/1226-revision-12/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2830, 2, '2012-02-11 16:45:17', '2012-02-11 21:45:17', '<h2><span style="color: #ff0000;">Application Deadline is June 1, 2012</span></h2>\r\nThe American Association of Zoo Keepers, Inc.  (AAZK) is pleased to announce the call for proposals for the Bowling for Rhinos Conservation Resource Fund. This competitive grant is designed to fund projects focused on rhino conservation and research. The total amount of funds available in 2012 is $2,300.29. This competitive grant is designed to fund projects focused on rhino conservation and research. Successful proposals will reflect AAZK values and meet award criteria in one of four categories:\r\n<strong>·    Category I - In-situ Rhino Conservation and Research-</strong>\r\nShort-term (less than one year), specific, field research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner.\r\n<strong>·    Category 2 - In–situ Community, Educational or Medical Programs (Africa or Asia)-</strong>\r\nCommunity education, school support or medical programs developed or administrated by an individual working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner restricted to the continents of Africa or Asia. Preference may be given to local programs established and/or administrated by LWC (Lewa Wildlife Conservancy), IRF (International Rhino Foundation) or ACK (Action for Cheetahs in Kenya) endorsed partners.\r\n<strong>·    Category 3 - In-situ Species Conservation-</strong>\r\nShort-term (less than one year), specific, field research projects on any species that shares the exact same ecosystem as: Asian, Java, Sumatran, and African Black or White rhino.\r\n<strong>·    Category 4 - Ex-situ Rhino Conservation and Research –</strong>\r\nShort-term (less than one year), specific, zoological research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner. Researcher(s) must be able to demonstrate evidence of partnership with a rhino conservation entity operating in Asia or Africa combined with a tangible benefit to an in-situ conservation project.\r\n\r\n<strong>Eligibility</strong>\r\nAffiliation or partnership with AAZK is not required, but preference may be given to AAZK Members or Conservation Partners.\r\n<span style="color: #ff0000;"><em><strong>Applications are due no later the June 1st.</strong></em></span> Award announcements will be made on July 1.  Application information is available on the AAZK website, <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>. Go to the About Us on the homepage, then to Bowling for Rhinos for info and an application.\r\n\r\n<a class="thickbox" href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bfr-grant-application-instructions/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Application instructions.</a>', 'Bowling for Rhinos Conservation Resource Fund Grant', 0, '', 'inherit', 'closed', 'closed', '', '1221-revision-v1', '', '', '2012-02-11 16:45:17', '2012-02-11 21:45:17', '', 1221, 'http://aazk.org/uncategorized/1221-revision-16/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2831, 2, '2013-02-25 14:58:38', '2013-02-25 19:58:38', '<h2>Coordinator</h2>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree<a href="/committee/bowling-for-rhinos/bfr-donation/"><img class="alignright size-full wp-image-2410" title="donate_button" src="http://aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\r\n<h2>Total Funds Raised to Date: <span style="color: #ff0000;">$4,321,808.48</span></h2>\r\n<h2><strong><strong>2012 Funds Raised to Date: <span style="color: #ff0000;"><em>$337,191.09- this is a new record for amount raised in a year!</em></span></strong></strong></h2>\r\n<strong>Purpose</strong>\r\n\r\nThe AAZK Bowling for Rhinos program provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\nCheck the calendar below to see if there is a local event in your area. If you would like to have your event listed, please send your BFR event date &amp; contact info to: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\n<iframe src="https://www.google.com/calendar/embed?showTz=0&amp;height=480&amp;wkst=1&amp;bgcolor=%23cc6600&amp;src=i632h1mj6669n3peqanca9mjmo%40group.calendar.google.com&amp;color=%23B1440E&amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="640" height="480" frameborder="0" scrolling="no"></iframe>\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing">click here</a>.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-02-25 14:58:38', '2013-02-25 19:58:38', '', 168, 'http://aazk.org/uncategorized/168-revision-63/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2832, 2, '2013-03-20 07:01:10', '2013-03-20 12:01:10', '<h2>Applications being accepted for the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></h2>\r\n<h2></h2>\r\n<h2>Coordinator</h2>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree<a href="/committee/bowling-for-rhinos/bfr-donation/"><img class="alignright size-full wp-image-2410" title="donate_button" src="http://aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\r\n<h2>Total Funds Raised to Date: <span style="color: #ff0000;">$4,321,808.48</span></h2>\r\n<h2><strong><strong>2012 Funds Raised to Date: <span style="color: #ff0000;"><em>$337,191.09- this is a new record for amount raised in a year!</em></span></strong></strong></h2>\r\n<strong>Purpose</strong>\r\n\r\nThe AAZK Bowling for Rhinos program provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\nCheck the calendar below to see if there is a local event in your area. If you would like to have your event listed, please send your BFR event date &amp; contact info to: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing">click here</a>.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-03-20 07:01:10', '2013-03-20 12:01:10', '', 168, 'http://aazk.org/uncategorized/168-revision-64/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2833, 2, '2013-03-20 07:07:50', '2013-03-20 12:07:50', '<h2>Applications being accepted for the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></h2>\r\n<h2>Coordinator</h2>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree<a href="/committee/bowling-for-rhinos/bfr-donation/"><img class="alignright size-full wp-image-2410" title="donate_button" src="http://aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\r\n<h2>Total Funds Raised to Date: <span style="color: #ff0000;">$4,321,808.48</span></h2>\r\n<h2><strong><strong>2012 Funds Raised to Date: <span style="color: #ff0000;"><em>$337,191.09- this is a new record for amount raised in a year!</em></span></strong></strong></h2>\r\n<strong>Purpose</strong>\r\n\r\nThe AAZK Bowling for Rhinos program provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\nCheck the calendar below to see if there is a local event in your area. If you would like to have your event listed, please send your BFR event date &amp; contact info to: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\n&lt;iframe src="https://www.google.com/calendar/embed?showTz=0&amp;amp;height=480&amp;amp;wkst=1&amp;amp;bgcolor=%23cc6600&amp;amp;src=i632h1mj6669n3peqanca9mjmo%40group.calendar.google.com&amp;amp;color=%23B1440E&amp;amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="640" height="480" frameborder="0"\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing">click here</a>.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-03-20 07:07:50', '2013-03-20 12:07:50', '', 168, 'http://aazk.org/uncategorized/168-revision-65/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2834, 2, '2013-03-20 07:08:50', '2013-03-20 12:08:50', '<h2>Applications being accepted for the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></h2>\r\n<h2>Coordinator</h2>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> Patty Pearthree<a href="/committee/bowling-for-rhinos/bfr-donation/"><img class="alignright size-full wp-image-2410" title="donate_button" src="http://aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\r\n<h2>Total Funds Raised to Date: <span style="color: #ff0000;">$4,321,808.48</span></h2>\r\n<h2><strong><strong>2012 Funds Raised to Date: <span style="color: #ff0000;"><em>$337,191.09- this is a new record for amount raised in a year!</em></span></strong></strong></h2>\r\n<strong>Purpose</strong>\r\n\r\nThe AAZK Bowling for Rhinos program provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\n"AAZK\'s Bowling for Rhinos" fund  raiser began on a small scale and is now an AAZK-sponsored North American event  raising between $200,000- $300,000 annually. <strong><em>Our goal now is to raise at least $500,000 annually</em>.</strong> In 1990, we began by supporting the Lewa  Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya.\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"> <img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"> <img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to reach towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\nCheck the calendar below to see if there is a local event in your area. If you would like to have your event listed, please send your BFR event date &amp; contact info to: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\n<iframe src="https://www.google.com/calendar/embed?showTz=0&amp;height=480&amp;wkst=1&amp;bgcolor=%23cc6600&amp;src=i632h1mj6669n3peqanca9mjmo%40group.calendar.google.com&amp;color=%23B1440E&amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="640" height="480" frameborder="0"\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing">click here</a>.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-03-20 07:08:50', '2013-03-20 12:08:50', '', 168, 'http://aazk.org/uncategorized/168-revision-66/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2835, 2, '2013-04-04 14:21:47', '2013-04-04 19:21:47', 'The Lewa Wildlife Conservancy deeply regrets to announce the death of Anna Merz, one of the Conservancy\'s iconic founders and renowned conservationist. 82-year-old Anna passed away today in a South African hospital, further details pertaining to her death will be communicated later.\r\n\r\nAnna, along with the Craig family, founded the Ngare Sergoi Rhino Sanctuary, which would later on be established as the Lewa Wildlife Conservancy. It is by her vision, dedication and desire to save the rhino from extinction that Lewa stands as the proud organization that it is today.\r\n\r\nThe entire Lewa fraternity is devastated to lose the most passionate \'mother of rhinos\', its greatest supporter, and its source of endless         inspiration. Anna proved to us all that one person\'s dream and love for wildlife can create the most significant impact, far beyond our deepest         imagination.\r\n\r\nRest in peace Anna. You will forever be missed and engraved in all of our hearts.\r\n\r\n<img id="_x0000_i1026" src="http://i1.cmail1.com/ei/r/85/B26/F54/csimport/Anna-and-Rhino.214357.jpg" alt="Anna Merz" width="550" height="442" align="center" />', 'Sad Announcement from Lewa', 0, '', 'draft', 'closed', 'closed', '', 'sad-announcement-from-lewa', '', '', '2013-10-15 17:49:15', '2013-10-15 22:49:15', '', 0, 'http://aazk.org/?p=2835', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2836, 2, '2013-04-04 14:21:10', '2013-04-04 19:21:10', 'The Lewa Wildlife Conservancy deeply regrets to announce the death of Anna Merz, one of the Conservancy\'s iconic founders and renowned conservationist. 82-year-old Anna passed away today in a South African hospital, further details pertaining to her death will be communicated later.\n\nAnna, along with the Craig family, founded the Ngare Sergoi Rhino Sanctuary, which would later on be established as the Lewa Wildlife Conservancy. It is by her vision, dedication and desire to save the rhino from extinction that Lewa stands as the proud organization that it is today.\n\nThe entire Lewa fraternity is devastated to lose the most passionate \'mother of rhinos\', its greatest supporter, and its source of endless         inspiration. Anna proved to us all that one person\'s dream and love for wildlife can create the most significant impact, far beyond our deepest         imagination.\n\nRest in peace Anna. You will forever be missed and engraved in all of our hearts.\n<p><img id="_x0000_i1026" src="http://i1.cmail1.com/ei/r/85/B26/F54/csimport/Anna-and-Rhino.214357.jpg" alt="Anna Merz" width="550" height="442" align="center" /></p>\n', '', 0, '', 'inherit', 'closed', 'closed', '', '2835-revision', '', '', '2013-04-04 14:21:10', '2013-04-04 19:21:10', '', 2835, 'http://aazk.org/uncategorized/2835-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2837, 2, '2012-04-06 12:43:32', '2012-04-06 17:43:32', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n<img class="alignnone size-large wp-image-2435" title="Zoo keeper WEEK.Logo.Horz 2011" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_logo_horz-1024x204.jpg" alt="Zoo keeper WEEK.Logo.Horz 2011" width="717" height="143" />\r\n\r\n<strong>Need ideas for celebrating this week or graphics. Click below.\r\n</strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf">NZKW ideas</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n\r\n<strong>NZKW graphics (some of these files are large)</strong>\r\n<ul>\r\n	<li>\r\n<ul>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2012_logo_horz.jpg">2012 logo horizontal</a> (jpg): For jpgs right click on the graphic to save  once the link has opened in a new window.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2012_logo_horz.pdf">2012 logo horizontal</a> (pdf)</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2012_logo_vert.jpg">2012 logo vertical</a> (jpg): For jpgs right click on the graphic to save  once the link has opened in a  new window.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2012_logo_vert.pdf">2012 logo vertical</a> (pdf)</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<strong>NATIONAL ZOO KEEPER WEEK PROCLAMATION</strong>\r\n\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2012-04-06 12:43:32', '2012-04-06 17:43:32', '', 1193, 'http://aazk.org/uncategorized/1193-revision-19/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2875, 2, '2013-06-26 11:06:09', '2013-06-26 16:06:09', '<p>\r\n<span style="font-weight: bold;" mce_style="font-weight: bold;">June 27-29, 2013 - </span><span style="font-weight: bold;" mce_style="font-weight: bold;"><em>AZA Felid TAG Mid-Year Meeting</em> - </span><strong>Hosted by Jacksonville Zoo and Gardens, Jacksonville, FL.</strong> For more information go to: <a href="http://felidtag.org" mce_href="http://felidtag.org">felidtag.org</a> or contact <a href="mailto:felidtag2013@jacksonvillezoo.org" mce_href="mailto:felidtag2013@jacksonvillezoo.org">felidtag2013@jacksonvillezoo.org</a>.</p>\r\n<p><strong>July 8-12, 2013 - </strong><strong><em>Zoos and Aquariums Committing to Conservation (ZACC)</em><strong> </strong></strong><strong>-</strong> Hosted by Blank Park Zoo, Des Moines, Iowa. &nbsp;The conference will bring together colleagues from the field and zoos in an informal setting to network, share ideas and support one another in our shared commitment to conservation. &nbsp;Registration is available at <a href="http://blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1" mce_href="http://blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1">blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1</a>. &nbsp;Contact Jessie Lowry with questions at <a href="mailto:jrlowry@blankparkzoo.org" mce_href="mailto:jrlowry@blankparkzoo.org">jrlowry@blankparkzoo.org</a>.</p>\r\n<p><strong>August 7-10, 2013 - <em>11th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles </em>- St. Louis, MO.</strong> Co-hosted by the Turtle Survival Alliance and the IUCN-TFTSG. Please visit <a href="http://turtlesurvival.org/get-involved/conference" mce_href="http://turtlesurvival.org/get-involved/conference">turtlesurvival.org/get-involved/conference</a> for more information, or contact Heather Lowe at <a href="mailto:Hlowe@turtlesurvival.org" mce_href="mailto:Hlowe@turtlesurvival.org">Hlowe@turtlesurvival.org</a>.</p>\r\n<p><strong>September 22-26&nbsp; 2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter.</p>\r\n<p><strong><strong>October 3-6, 2013 -&nbsp;<em><em>Advancing Bear Care 2013</em></em></strong></strong> -&nbsp;<strong>Woodlands Wildlife Refuge, Clinton, NJ</strong>. The conference dates, hotel, program, and adjunct activities will be announced soon. &nbsp; For current information and updates check ABC 2013 UPDATES often.&nbsp;<a href="http://bearcaregroup.org/#!abc_2013_updates/c10h4" mce_href="http://bearcaregroup.org/#!abc_2013_updates/c10h4">bearcaregroup.org/#!abc_2013_updates/c10h4</a></p>\r\n<p><strong>October 13-17, 2013 - <em>WAZA Annual Conference</em></strong> - Hosted by Disney’s Animal Kingdom. For more information go to: <a href="http://waza.org" mce_href="http://waza.org">waza.org</a>.</p>\r\n<p><strong>October 15-18, 2013 - <em>ICEE ─ International Conference on Environmental Enrichment</em></strong><em> </em>- Hosted by the National Zoological Gardens of South Africa at the Kwalata Game Ranch, &nbsp; South Africa. &nbsp;For more information, go to <a href="http://nzg.ac.za/icee2013" mce_href="http://nzg.ac.za/icee2013">nzg.ac.za/icee2013</a>.</p>\r\n<p><strong>November 10-14, 2013 - <em>Zoological Association of America (ZAA) Annual Conference</em>, Phoenix, AZ</strong>. For more information go to<a href="http://zaa.org" mce_href="http://zaa.org"> zaa.org</a>.</p>\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n<p>2013 - Greensboro, NC&nbsp; - September 22-26</p>\r\n<p>2014 - Orlando, FL - September 8-12</p>\r\n<p>For information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk" mce_href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.</p>\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\n<p>September 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO</p>\r\n<p>For info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html" mce_href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.</p>', 'Coming Events 2013', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2013-06-26 11:06:09', '2013-06-26 16:06:09', '', 435, 'http://aazk.org/uncategorized/435-revision-80/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2874, 2, '2013-06-26 10:55:39', '2013-06-26 15:55:39', '<strong>April 14-19, 2013 - <em>ABMA Annual Conference</em> - Toronto, Canada.</strong> The ABMA is heading north, eh! Visit Canada’s cultural, entertainment and financial capital while experiencing the country’s largest zoo!  Don’t miss a keynote address by Ian Stirling of Polar Bears International, an action-packed full day site visit at the Toronto Zoo and fun events including a very Canadian evening at the Hockey Hall of Fame! Stay at the Delta Chelsea Hotel, located in the heart of the city, for only $119 a night (that’s Canadian dollars, of course!).  So grab your toque and your passport and join us for a truly international conference!  For more information, visit <a href="http://theabma.org">theabma.org</a>.\r\n\r\n<strong>April 30 - May 2 2013 -<em>Chimpanzee SSP Meeting and Husbandry Workshop</em></strong> -The Chimpanzee SSP and the Houston Zoo are hosting the next Chimpanzee Husbandry Workshop to take place April 30 – May 2, 2013. The Chimpanzee SSP meeting will precede the workshop on April 29, 2013.  Please visit <a href="https://houstonzoo.doubleknot.com/event/chimp-husbandry-workshop-registration/1250219">https://houstonzoo.doubleknot.com/event/chimp-husbandry-workshop-registration/1250219</a> for more information.\r\n\r\n<strong>May 5-10, 2013 - <em>Eighth Biannual Rhino Keepers’ Workshop</em> -</strong> Hosted by San Diego Zoo Global.  For Call for Papers and more information contact <a href="mailto:laubery@sandiegozoo.org">laubery@sandiegozoo.org</a>.\r\n\r\n<strong>May 20-23, 2013 - <em>World Crocodile Conference</em></strong> - “Living with Crocodilians” 22nd Working Meeting of the IUCN — SSC, Crocodile Specialist Group. For more information and registration, go to: <a href="http://csgsrilanka.com/">csgsrilanka.com/</a>.\r\n\r\n<strong>June 5-6, 2013 - <em>2nd International Symposium on Zoo Animal Welfare</em></strong>, Brookfield Zoo. For more information:  <a href="http://czs.org/symposium">czs.org/symposium</a>.\r\n\r\n<strong>June 9-13, 2013 - </strong><strong><em>Shape of Enrichment Workshop </em>- </strong><span><strong>Omaha’s Henry Doorly Zoo and Aquarium, </strong></span><span><strong>Omaha, Nebraska</strong>. </span><span>Hosted by the Omaha AAZK Chapter. </span><span>For more information contact: <a href="mailto:robinfreise@hotmail.com">robinfreise@hotmail.com</a> or visit <a href="http://enrichment.org">enrichment.org</a> and click under “New Events”.</span>\r\n\r\n<strong>June 13-16, 2013 - <em>3rd Seminar on Venomous Animal Safety and Husbandry</em></strong>, Hosted by Catoctin Wildlife Preserve and Zoo, Thurmont, MD. For more information visit<a href="http://CWPZoo.com"> CWPZoo.com</a>. Registration deadline is May 25, 2013.\r\n\r\n<span style="font-weight: bold;">June 23-26, 2013 - <em>Felid Tag Husbandry Course</em>, </span>plus...\r\n\r\n<span style="font-weight: bold;">June 27-29, 2013 - </span><span style="font-weight: bold;"><em>AZA Felid TAG Mid-Year Meeting</em> - </span><strong>Hosted by Jacksonville Zoo and Gardens, Jacksonville, FL.</strong> For more information go to: <a href="http://felidtag.org">felidtag.org</a> or contact <a href="mailto:felidtag2013@jacksonvillezoo.org">felidtag2013@jacksonvillezoo.org</a>.\r\n\r\n<strong>July 8-12, 2013 - </strong><strong><em>Zoos and Aquariums Committing to Conservation (ZACC)</em><strong> </strong></strong><strong>-</strong> Hosted by Blank Park Zoo, Des Moines, Iowa.  The conference will bring together colleagues from the field and zoos in an informal setting to network, share ideas and support one another in our shared commitment to conservation.  Registration is available at <a href="http://blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1">blankparkzoo.com/index.cfm?nodeID=48429&amp;audienceID=1</a>.  Contact Jessie Lowry with questions at <a href="mailto:jrlowry@blankparkzoo.org">jrlowry@blankparkzoo.org</a>.\r\n\r\n<strong>August 7-10, 2013 - <em>11th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles </em>- St. Louis, MO.</strong> Co-hosted by the Turtle Survival Alliance and the IUCN-TFTSG. Please visit <a href="http://turtlesurvival.org/get-involved/conference">turtlesurvival.org/get-involved/conference</a> for more information, or contact Heather Lowe at <a href="mailto:Hlowe@turtlesurvival.org">Hlowe@turtlesurvival.org</a>.\r\n\r\n<strong>September 22-26  2013 - <em>AAZK National Conference</em></strong> - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter.\r\n\r\n<strong><strong>October 3-6, 2013 - <em><em>Advancing Bear Care 2013</em></em></strong></strong> - <strong>Woodlands Wildlife Refuge, Clinton, NJ</strong>. The conference dates, hotel, program, and adjunct activities will be announced soon.   For current information and updates check ABC 2013 UPDATES often. <a href="http://bearcaregroup.org/#!abc_2013_updates/c10h4">bearcaregroup.org/#!abc_2013_updates/c10h4</a>\r\n\r\n<strong>October 13-17, 2013 - <em>WAZA Annual Conference</em></strong> - Hosted by Disney’s Animal Kingdom. For more information go to: <a href="http://waza.org">waza.org</a>.\r\n\r\n<strong>October 15-18, 2013 - <em>ICEE ─ International Conference on Environmental Enrichment</em></strong><em> </em>- Hosted by the National Zoological Gardens of South Africa at the Kwalata Game Ranch,   South Africa.  For more information, go to <a href="http://nzg.ac.za/icee2013">nzg.ac.za/icee2013</a>.\r\n\r\n<strong>November 10-14, 2013 - <em>Zoological Association of America (ZAA) Annual Conference</em>, Phoenix, AZ</strong>. For more information go to<a href="http://zaa.org"> zaa.org</a>.\r\n<h2><em><strong>Upcoming AAZK National Conferences</strong></em></h2>\r\n2013 - Greensboro, NC  - September 22-26\r\n\r\n2014 - Orlando, FL - September 8-12\r\n\r\nFor information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n<h2><em><strong>Upcoming AZA National Conferences</strong></em></h2>\r\nSeptember 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO\r\n\r\nFor info on AZA Conferences, see <a href="http://aza.org/ConfWork/AC_Intro/index.html">http://aza.org/ConfWork/AC_Intro/index.html</a>.', 'Coming Events March 2013', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2013-06-26 10:55:39', '2013-06-26 15:55:39', '', 435, 'http://aazk.org/uncategorized/435-revision-79/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2892, 2, '2013-07-02 10:55:07', '2013-07-02 15:55:07', 'Thank you for your interest in submitting a paper for publication Animal Keepers’ Forum. Please adhere to the following guidelines for manuscript submission.  If a paper is submitted and does not follow these guidelines, it will be rejected for publication.  Be sure to include your contact information for the editor, including e-mail address and daytime phone number if available.\r\n\r\n<strong>FORMAT:</strong>\r\n\r\n1. Submit manuscripts electronically in MS Word only to <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.   You may also submit a paper on a disk or CD in Microsoft Word ONLY.\r\n\r\n2. Use a clear, clean typeface. Suggested type fonts are 10-point Times Roman.\r\n\r\n3. Body of manuscript should be single-spaced.\r\n\r\n4. Do not indent paragraphs.\r\n\r\n5. Double space between paragraphs.\r\n\r\n6. Do not use computer-generated page numbering (headers/footers).\r\n\r\n7. Use a 1-inch margin setting on top, bottom and sides of your manuscript.\r\n\r\n8. Bold-face or underline sub-headings within the text (i.e. Introduction, Materials, Methods, Conclusions, etc.) Do not use all caps for these headings.\r\n\r\n<strong>LENGTH: </strong>The entire paper, including graphs, charts and illustrations should be no more than ten (10) pages long.\r\n\r\n<strong>TITLE:</strong> Should be brief and descriptive.  Center your title on the first page of your paper directly before you begin the introduction and text. Type size for title should be no larger than 14 point. Follow the title with your name, position, facility, city and state as shown below:  Author information should be in 10 point type, Italics.\r\n\r\nBy\r\n\r\nJoe Smith, Keeper II\r\n\r\nBest Zoological Park\r\n\r\nAnywhere, Allstates\r\n\r\n<strong>TABLES/GRAPHS: </strong><strong>Submit all tables and graphs as separate files in their native program (i.e. Word, Excel, etc.)  Do not embed the tables and graphs within the manuscript. </strong> Include the explanation of the graph, chart, etc. on the page/file with the illustration.  (Examples: Figure 1 Shows the average temperature of incubation….Graph 4 Illustrates the variation in  duration of…..)   Be certain that all such graphs, tables or charts included with your manuscript are properly referenced within the manuscript text.  Graphs and charts should be no larger than 8” tall by 5” wide.\r\n\r\n<strong>ILLUSTRATIONS/PHOTOS:</strong> Submit photos as separate jpg or tif files sent to the editor’s email address.  Be sure to properly reference illustrations/photos within the manuscript.  You may submit as many photos as you wish, but it will be up to the editor to determine how many can be used.  A good average is 3-5. Photos should be high resolution (300 dpi). Photos must be at least 1200 x 1800 pixels in size (4x6 inches). Be sure to give proper photo credit for each photo submitted. You are also encouraged to submit suggested captions.  Do not embed photos within the manuscript.\r\n\r\n<strong>Cover Photos: </strong>To be considered for a cover, photos need to be at least 2625 x 3375 pixels in size, 300 dpi, and portrait-style (not landscape).\r\n\r\n<strong>METRIC SYSTEM:</strong> Use the twenty-four-hour clock (i.e., 0900 - 1425 hrs.) for identifying time and the continental dating system (day, month, year) when describing dates.  Use the metric system for weights and measurements (standard equivalent may be noted in parenthesis).\r\n\r\n<strong>SCIENTIFIC NAMES:</strong> Should be included with their common names, when first mentioned, and only the common name thereafter.  When both the common and scientific name are given as a paragraph heading, put the common name first.  Only currently recognized nomenclatures should be utilized.  Authorship of scientific names should be included only when nomenclature problems exist.\r\n\r\n<strong>SPECIAL NOTES:</strong> Identify Registered or Trademark products by ® or ™ symbols respectively. If you have a Products Mentioned in the Text section, please include full name and address of the manufacturer of the product, including website or email address if available.\r\n\r\nAvoid footnotes.\r\n\r\n<strong>REFERENCES:</strong> Should be listed alphabetically at the end of the manuscript according to author’s surname. (Example: Ricter, J.W. 1984.  How To be A Good Keeper. Animal Keepers’ Forum. Vol. 11, No. 6: 12-22. AAZK, Inc., Topeka, Kansas, U.S.A.)\r\n\r\nWithin the text, references should be cited as Ricter (1984) or (Ricter, 1984).\r\n\r\n<strong>Send manuscript/photos on CD to:</strong>\r\n\r\nShane Good, AKF Editor\r\nP. O. Box 535\r\nValley City, OH 44280\r\n\r\n<strong>Or submit electronically at <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.</strong>\r\n\r\n<strong>If you have any further questions or are uncertain of instructions, please contact the AKF Editor at the email address above.  Or you may call 1-330-483-1104.</strong>', 'AKF Submission Guidelines', 0, '', 'inherit', 'closed', 'closed', '', '1183-revision-v1', '', '', '2013-07-02 10:55:07', '2013-07-02 15:55:07', '', 1183, 'http://aazk.org/uncategorized/1183-revision-7/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2893, 2, '2013-07-02 10:57:27', '2013-07-02 15:57:27', 'Thank you for your interest in submitting a paper for publication Animal Keepers’ Forum. Please adhere to the following guidelines for manuscript submission.  If a paper is submitted and does not follow these guidelines, it will be rejected for publication.  Be sure to include your contact information for the editor, including e-mail address and daytime phone number if available.\r\n\r\n<strong>FORMAT:</strong>\r\n\r\n1. Submit manuscripts electronically in MS Word only to <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.   You may also submit a paper on a disk or CD in Microsoft Word ONLY.\r\n\r\n2. Use a clear, clean typeface. Suggested type fonts are 10-point Times Roman.\r\n\r\n3. Body of manuscript should be single-spaced.\r\n\r\n4. Do not indent paragraphs.\r\n\r\n5. Double space between paragraphs.\r\n\r\n6. Do not use computer-generated page numbering (headers/footers).\r\n\r\n7. Use a 1-inch margin setting on top, bottom and sides of your manuscript.\r\n\r\n8. Bold-face or underline sub-headings within the text (i.e. Introduction, Materials, Methods, Conclusions, etc.) Do not use all caps for these headings.\r\n\r\n<strong>LENGTH: </strong>The entire paper, including graphs, charts and illustrations should be no more than ten (10) pages long.\r\n\r\n<strong>TITLE:</strong> Should be brief and descriptive.  Center your title on the first page of your paper directly before you begin the introduction and text. Type size for title should be no larger than 14 point. Follow the title with your name, position, facility, city and state as shown below:  Author information should be in 10 point type, Italics.\r\n\r\nBy\r\n\r\nJoe Smith, Keeper II\r\n\r\nBest Zoological Park\r\n\r\nAnywhere, Allstates\r\n\r\n<strong>TABLES/GRAPHS: </strong><strong>Submit all tables and graphs as separate files in their native program (i.e. Word, Excel, etc.)  Do not embed the tables and graphs within the manuscript.</strong><strong> </strong> Include the explanation of the graph, chart, etc. on the page/file with the illustration.  (Examples: Figure 1 Shows the average temperature of incubation….Graph 4 Illustrates the variation in  duration of…..)   Be certain that all such graphs, tables or charts included with your manuscript are properly referenced within the manuscript text.  Graphs and charts should be no larger than 8” tall by 5” wide.\r\n\r\n<strong>ILLUSTRATIONS/PHOTOS:</strong> Submit photos as separate jpg or tif files sent to the editor’s email address.  Be sure to properly reference illustrations/photos within the manuscript.  You may submit as many photos as you wish, but it will be up to the editor to determine how many can be used.  A good average is 3-5. Photos should be high resolution (300 dpi). Photos must be at least 1200 x 1800 pixels in size (4x6 inches). Be sure to give proper photo credit for each photo submitted. You are also encouraged to submit suggested captions.  Do not embed photos within the manuscript.\r\n\r\n<strong>Cover Photos: </strong>To be considered for a cover, photos need to be at least 2625 x 3375 pixels in size, 300 dpi, and portrait-style (not landscape).\r\n\r\n<strong>METRIC SYSTEM:</strong> Use the twenty-four-hour clock (i.e., 0900 - 1425 hrs.) for identifying time and the continental dating system (day, month, year) when describing dates.  Use the metric system for weights and measurements (standard equivalent may be noted in parenthesis).\r\n\r\n<strong>SCIENTIFIC NAMES:</strong> Should be included with their common names, when first mentioned, and only the common name thereafter.  When both the common and scientific name are given as a paragraph heading, put the common name first.  Only currently recognized nomenclatures should be utilized.  Authorship of scientific names should be included only when nomenclature problems exist.\r\n\r\n<strong>SPECIAL NOTES:</strong> Identify Registered or Trademark products by ® or ™ symbols respectively. If you have a Products Mentioned in the Text section, please include full name and address of the manufacturer of the product, including website or email address if available.\r\n\r\nAvoid footnotes.\r\n\r\n<strong>REFERENCES:</strong> Should be listed alphabetically at the end of the manuscript according to author’s surname. (Example: Ricter, J.W. 1984.  How To be A Good Keeper. Animal Keepers’ Forum. Vol. 11, No. 6: 12-22. AAZK, Inc., Topeka, Kansas, U.S.A.)\r\n\r\nWithin the text, references should be cited as Ricter (1984) or (Ricter, 1984).\r\n\r\n<strong>Send manuscript/photos on CD to:</strong>\r\n\r\nShane Good, AKF Editor\r\nP. O. Box 535\r\nValley City, OH 44280\r\n\r\n<strong>Or submit electronically at <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.</strong>\r\n\r\n<strong>If you have any further questions or are uncertain of instructions, please contact the AKF Editor at the email address above.  Or you may call 1-330-483-1104.</strong>', 'AKF Submission Guidelines', 0, '', 'inherit', 'closed', 'closed', '', '1183-revision-v1', '', '', '2013-07-02 10:57:27', '2013-07-02 15:57:27', '', 1183, 'http://aazk.org/uncategorized/1183-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2894, 2, '2013-07-02 10:59:20', '2013-07-02 15:59:20', 'Thank you for your interest in submitting a paper for publication Animal Keepers’ Forum. Please adhere to the following guidelines for manuscript submission.  If a paper is submitted and does not follow these guidelines, it will be rejected for publication.  Be sure to include your contact information for the editor, including e-mail address and daytime phone number if available.\r\n\r\n<strong>FORMAT:</strong>\r\n\r\n1. Submit manuscripts electronically in MS Word only to <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.   You may also submit a paper on a disk or CD in Microsoft Word ONLY.\r\n\r\n2. Use a clear, clean typeface. Suggested type fonts are 10-point Times Roman.\r\n\r\n3. Body of manuscript should be single-spaced.\r\n\r\n4. Do not indent paragraphs.\r\n\r\n5. Double space between paragraphs.\r\n\r\n6. Do not use computer-generated page numbering (headers/footers).\r\n\r\n7. Use a 1-inch margin setting on top, bottom and sides of your manuscript.\r\n\r\n8. Bold-face or underline sub-headings within the text (i.e. Introduction, Materials, Methods, Conclusions, etc.) Do not use all caps for these headings.\r\n\r\n<strong>LENGTH: </strong>The entire paper, including graphs, charts and illustrations should be no more than ten (10) pages long.\r\n\r\n<strong>TITLE:</strong> Should be brief and descriptive.  Center your title on the first page of your paper directly before you begin the introduction and text. Type size for title should be no larger than 14 point. Follow the title with your name, position, facility, city and state as shown below:  Author information should be in 10 point type, Italics.\r\n\r\nBy\r\n\r\nJoe Smith, Keeper II\r\n\r\nBest Zoological Park\r\n\r\nAnywhere, Allstates\r\n\r\n<strong>TABLES/GRAPHS: </strong><strong>Submit all tables and graphs as separate files in their native program (i.e. Word, Excel, etc.)  Do not embed the tables and graphs within the manuscript</strong><strong>.</strong><strong> </strong> Include the explanation of the graph, chart, etc. on the page/file with the illustration.  (Examples: Figure 1 Shows the average temperature of incubation….Graph 4 Illustrates the variation in  duration of…..)   Be certain that all such graphs, tables or charts included with your manuscript are properly referenced within the manuscript text.  Graphs and charts should be no larger than 8” tall by 5” wide.\r\n\r\n<strong>ILLUSTRATIONS/PHOTOS:</strong> Submit photos as separate jpg or tif files sent to the editor’s email address.  Be sure to properly reference illustrations/photos within the manuscript.  You may submit as many photos as you wish, but it will be up to the editor to determine how many can be used.  A good average is 3-5. Photos should be high resolution (300 dpi). Photos must be at least 1200 x 1800 pixels in size (4x6 inches). Be sure to give proper photo credit for each photo submitted. You are also encouraged to submit suggested captions.  Do not embed photos within the manuscript.\r\n\r\n<strong>Cover Photos: </strong>To be considered for a cover, photos need to be at least 2625 x 3375 pixels in size, 300 dpi, and portrait-style (not landscape).\r\n\r\n<strong>METRIC SYSTEM:</strong> Use the twenty-four-hour clock (i.e., 0900 - 1425 hrs.) for identifying time and the continental dating system (day, month, year) when describing dates.  Use the metric system for weights and measurements (standard equivalent may be noted in parenthesis).\r\n\r\n<strong>SCIENTIFIC NAMES:</strong> Should be included with their common names, when first mentioned, and only the common name thereafter.  When both the common and scientific name are given as a paragraph heading, put the common name first.  Only currently recognized nomenclatures should be utilized.  Authorship of scientific names should be included only when nomenclature problems exist.\r\n\r\n<strong>SPECIAL NOTES:</strong> Identify Registered or Trademark products by ® or ™ symbols respectively. If you have a Products Mentioned in the Text section, please include full name and address of the manufacturer of the product, including website or email address if available.\r\n\r\nAvoid footnotes.\r\n\r\n<strong>REFERENCES:</strong> Should be listed alphabetically at the end of the manuscript according to author’s surname. (Example: Ricter, J.W. 1984.  How To be A Good Keeper. Animal Keepers’ Forum. Vol. 11, No. 6: 12-22. AAZK, Inc., Topeka, Kansas, U.S.A.)\r\n\r\nWithin the text, references should be cited as Ricter (1984) or (Ricter, 1984).\r\n\r\n<strong>Send manuscript/photos on CD to:</strong>\r\n\r\nShane Good, AKF Editor\r\nP. O. Box 535\r\nValley City, OH 44280\r\n\r\n<strong>Or submit electronically at <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.</strong>\r\n\r\n<strong>If you have any further questions or are uncertain of instructions, please contact the AKF Editor at the email address above.  Or you may call 1-330-483-1104.</strong>', 'AKF Submission Guidelines', 0, '', 'inherit', 'closed', 'closed', '', '1183-revision-v1', '', '', '2013-07-02 10:59:20', '2013-07-02 15:59:20', '', 1183, 'http://aazk.org/uncategorized/1183-revision-9/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2897, 2, '2009-11-13 08:32:25', '2009-11-13 13:32:25', '<img class="alignnone size-full wp-image-857" title="pbi-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi-logo.jpg" alt="pbi-logo" width="165" height="129" />PBI\'s Leadership Camp attracted worldwide attention when it was launched in the fall of 2004, and it has continued to grow every year since. <a href="http://www.tundrabuggy.com">Frontiers North\'s Tundra Buggy® Adventure</a> has been the major sponsor of this program since it was started.\r\n\r\nThe fall of 2009 marked the sixth year of PBI\'s Leadership Camp, which is held in Churchill, Manitoba during the polar bear migration. This year we hosted two camps: one for students and the second for zoo keepers affiliated with our Arctic Ambassador Centers.\r\n\r\nThe Keeper Camp involved a motivated group that is helping us reach an even wider audience. Keepers carry a unique cachet with zoo guests that can inspire them to do their part to reduce carbon emissions. In addition, as adults, animal keepers have a different level of community involvement than our teen ambassadors. By broadening our line-up of Arctic Ambassadors, PBI hopes to accelerate change at the personal and community levels on behalf of the great white bears.\r\n\r\n<img class="alignnone size-full wp-image-869" title="img_2828-1" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_2828-1.jpg" alt="img_2828-1" width="464" height="309" /> Photo courtesy of Polar Bears International.\r\n\r\nBelow are links to video and blogs about the experience.\r\n\r\n<a href="http://polarbearsinternational.org/student-journals/keeper-blog/">http://polarbearsinternational.org/student-journals/keeper-blog/</a>\r\n\r\n<a href="http://www.youtube.com/watch?v=amnQqGRdlTk">http://www.youtube.com/watch?v=amnQqGRdlTk</a>', 'Polar Bears International Leadership Camp', 0, '', 'inherit', 'closed', 'closed', '', '850-revision-8', '', '', '2009-11-13 08:32:25', '2009-11-13 13:32:25', '', 850, 'http://aazk.org/uncategorized/850-revision-8/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2900, 2, '2013-07-02 11:16:27', '2013-07-02 16:16:27', '<p class="MsoNormal"><span lang="EN">As per the ratified Bylaws of AAZK, the Board of Directors must give the membership at least forty-five (45) days official notice of their intent to revise the Bylaws of AAZK.</span></p>\r\n<p class="MsoNormal"><span lang="EN">Bylaw revisions will be presented to the Professional Membership in attendance at the AAZK National Conference in Greensboro, NC on or about September 23, 2013, for ratification.  Revisions will be fully vetted for the membership in attendance.</span></p>\r\n<p class="MsoNormal"><span lang="EN">For more information or to obtain a copy of the proposed revisions to the AAZK Bylaws, please contact Ed Hansen, CEO/CFO of AAZK at Ed.Hansen@aecetia.net/gws/aazk<strong></strong></span></p>', 'AAZK Bylaws 2013 Revision Announcement', 0, '', 'inherit', 'closed', 'closed', '', '2898-revision-2', '', '', '2013-07-02 11:16:27', '2013-07-02 16:16:27', '', 2898, 'http://aazk.org/uncategorized/2898-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2901, 2, '2013-07-02 11:17:48', '2013-07-02 16:17:48', '<p class="MsoNormal"><span lang="EN">As per the ratified Bylaws of AAZK, the Board of Directors must give the membership at least forty-five (45) days official notice of their intent to revise the Bylaws of AAZK.</span></p>\n<p class="MsoNormal"><span lang="EN">Bylaw revisions will be presented to the Professional Membership in attendance at the AAZK National Conference in Greensboro, NC on or about September 23, 2013, for ratification.  Revisions will be fully vetted for the membership in attendance.</span></p>\n<p class="MsoNormal"><span lang="EN">For more information or to obtain a copy of the proposed revisions to the AAZK Bylaws, please contact Ed Hansen, CEO/CFO of AAZK at Ed.Hansen@aecetia.net/gws/aazk<strong></strong></span></p>', 'AAZK Bylaws 2013 Revision Announcement', 0, '', 'inherit', 'closed', 'closed', '', '2898-autosave', '', '', '2013-07-02 11:17:48', '2013-07-02 16:17:48', '', 2898, 'http://aazk.org/uncategorized/2898-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2966, 2, '2013-07-02 11:08:05', '2013-07-02 16:08:05', '<h1><img class="size-full wp-image-1654 alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" /></h1>\r\n<h1>2014 Campaign</h1>\r\n<strong>What is “Trees for You &amp; Me”?</strong>\r\nTrees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. This year, the effort has a local focus. Rather than Polar Bears International® gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, we believe this year is a good year to draw attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<strong></strong>\r\n\r\n<strong>What is the “local effort”?</strong>\r\nPlanting trees in urban areas has distinct benefits, but most important is bringing the community together through engagement. Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future, is a critical step in creating a movement to stop our dependence upon fossil fuels and stop global warming.\r\n\r\n<strong>How will the campaign work?</strong>\r\nTrees for You &amp; Me is still a campaign to raise financial resources to plant trees.\r\n• The funding raised will stay in your local community, with your own insititution.\r\n• The funds must be spent on a tree-planting (or appropriate greening effort) and educational event to invite others to join you in additional conservation behaviors.\r\n• The effort should coordinate with Acres with the Atmosphere or it can be part of an international tree planting effort associated with another conservation program.\r\n• And finally, that effort should be shared with others through <a href="http://www.polarbearsinternational.org/myplanetmypart">PBI’s My Planet, My Part</a>.\r\n<strong></strong>\r\n\r\n<strong>When will Trees For You &amp; Me start? </strong>\r\nThe campaign will begin January 1, 2014.\r\n\r\n<span style="font-weight: bold;">When will Trees For You &amp; Me end?</span>\r\nThe campaign will end midnight, PST on March 1, 2014.\r\n\r\n<span style="font-weight: bold;">How can chapters raise and gather campaign funds?</span>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.\r\n\r\n<strong>How will the winners be awarded and announced?</strong>\r\nWe invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on Febrauary 15, 2014.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\r\n<strong></strong>\r\n\r\n<strong>What are the prizes?</strong>\r\nFirst place is awarded to the team with the most funds reported to PBI on March 2, 2014, that were donated by Midnight MST March 1, 2014. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2014, that were donated by Midnight MST February 15, 2014. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.\r\n<strong></strong>\r\n\r\n<strong>How do I start?</strong>\r\n1.  Find a group and become a champion\r\n2.  Make plan for events and strategies to raise the funds over the course of the two months.\r\n3.  Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.\r\n4. Good luck on your efforts.\r\n<strong></strong>\r\n\r\n<strong>How will reporting work?</strong>\r\nEach participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.\r\nPBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2013.)\r\n<strong></strong>\r\n\r\n<strong>What is an example of an  Acres for the Atmosphere project?</strong>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\r\n<strong></strong>\r\n\r\n<strong>What is an example of an urban tree planting?</strong>\r\n<em>City of Sparta, Wisconsin</em>\r\nThe primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.\r\n<strong></strong>\r\n\r\n<strong>What other projects are eligible for tree planting?</strong>\r\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.\r\n<strong></strong>\r\n\r\n<strong>How Does  Planting Trees Help Polar Bears?</strong>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\r\n• Don’t buy products with palm oil\r\n• Purchase shade-grown coffee\r\n• Purchase local meat rather than meat produced in deforested tropical rain forests', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2013-07-02 11:08:05', '2013-07-02 16:08:05', '', 2685, 'http://aazk.org/uncategorized/2685-revision-19/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2965, 2, '2013-08-05 12:02:16', '2013-08-05 17:02:16', '<strong>September 2-6 2013 - </strong>International Penguin Conference, Hosted by the University of Bristol, UK.  For more information go to: combine.cs.bris.ac.uk/ipc\r\n\r\n<strong>September 5-9, 2013 - </strong>Association of Zoo Vet Technicians (AZVT)<strong> </strong>National Conference, Hosted by Alaska Sealife Center, Seward, AK.  For more information go to: www.azvt.org.\r\n\r\n<strong>September 15-20, 2013 </strong>- International Conference on Bear Research and Management, Hosted by Bringham Young University, Provo, UT.  For more information go to: http://ce.byu.edu/cw/bear/\r\n\r\n<strong>September 22-26  2013</strong> - AAZK National Conference - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter.\r\n\r\n<strong>October 3-6, 2013</strong> - Advancing Bear Care 2013 - Woodlands Wildlife Refuge, Clinton, NJ. The conference dates, hotel, program, and adjunct activities will be announced soon.   For current information and updates check ABC 2013 UPDATES often. bearcaregroup.org\r\n\r\n<strong>October 13-17, 2013</strong> - WAZA Annual Conference - Hosted by Disney’s Animal Kingdom. For more information go to: waza.org.\r\n\r\n<strong>October 14-16, 2013 </strong>- Orangutan SSP Husbandry Workshop, Los Angeles Zoo and Botanical Garden in Los Angeles, CA.  For more information go to:  lazoo.org/orangutanssp2013\r\n\r\n<strong>October 15-18, 2013</strong> - ICEE ─ International Conference on Environmental Enrichment - Hosted by the National Zoological Gardens of South Africa at the Kwalata Game Ranch,   South Africa.  For more information, go to nzg.ac.za/icee2013.\r\n\r\n<strong>October 24-27, 2013 </strong>From Good Care to Great Welfare Presented by the Center for Zoo Animal Welfare, Detroit Zoological Society Limited scholarship opportunities available. For information contact: Elizabeth Arbaugh, Curator of Animal Welfare, Detroit Zoological Society E-mail: czaw@dzs.org\r\n<div><strong>November 10-14, 2013</strong> - Zoological Association of America (ZAA) Annual Conference, Phoenix, AZ. For more information go to zaa.org.</div>\r\n<div></div>\r\n<div><strong>November 11-15, 2013 </strong>- Training and Enrichment Workshop for Zoo and Aquarium Animals, Moody Gardens, Galveston, TX.  For more information contact: dolsen@moodygardens.com</div>\r\n<strong>Upcoming AAZK National Conferences:</strong> Orlando, FL - September 8-12, 2014 For information on upcoming AAZK conferences, watch the AAZK website at www.aecetia.net/gws/aazk.\r\n\r\n<strong>Upcoming AZA National Conferences September 7-12, 2013</strong> - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO For info on AZA Conferences, see http://aza.org.\r\n\r\n<strong>April 13-18, 2014 - </strong>ABMA’s 14th Annual Conference Dallas, TX For more information go to: theabma.org', 'Coming Events ', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2013-08-05 12:02:16', '2013-08-05 17:02:16', '', 435, 'http://aazk.org/uncategorized/435-revision-90/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2964, 2, '2013-08-05 12:01:39', '2013-08-05 17:01:39', '<strong>September 2-6 2013 - </strong>International Penguin Conference, Hosted by the University of Bristol, UK.  For more information go to: combine.cs.bris.ac.uk/ipc\r\n\r\n<strong>September 5-9, 2013 - </strong>Association of Zoo Vet Technicians (AZVT)<strong> </strong>National Conference, Hosted by Alaska Sealife Center, Seward, AK.  For more information go to: www.azvt.org.\r\n\r\n<strong>September 15-20, 2013 </strong>- International Conference on Bear Research and Management, Hosted by Bringham Young University, Provo, UT.  For more information go to: http://ce.byu.edu/cw/bear/\r\n\r\n<strong>September 22-26  2013</strong> - AAZK National Conference - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter.\r\n\r\n<strong>October 3-6, 2013</strong> - Advancing Bear Care 2013 - Woodlands Wildlife Refuge, Clinton, NJ. The conference dates, hotel, program, and adjunct activities will be announced soon.   For current information and updates check ABC 2013 UPDATES often. bearcaregroup.org\r\n\r\n<strong>October 13-17, 2013</strong> - WAZA Annual Conference - Hosted by Disney’s Animal Kingdom. For more information go to: waza.org.\r\n\r\n<strong>October 14-16, 2013 </strong>- Orangutan SSP Husbandry Workshop, Los Angeles Zoo and Botanical Garden in Los Angeles, CA.  For more information go to:  lazoo.org/orangutanssp2013\r\n\r\n<strong>October 15-18, 2013</strong> - ICEE ─ International Conference on Environmental Enrichment - Hosted by the National Zoological Gardens of South Africa at the Kwalata Game Ranch,   South Africa.  For more information, go to nzg.ac.za/icee2013.\r\n\r\n<strong>October 24-27, 2013 </strong>From Good Care to Great Welfare Presented by the Center for Zoo Animal Welfare, Detroit Zoological Society Limited scholarship opportunities available. For information contact: Elizabeth Arbaugh, Curator of Animal Welfare, Detroit Zoological Society E-mail: czaw@dzs.org\r\n<div><strong>November 10-14, 2013</strong> - Zoological Association of America (ZAA) Annual Conference, Phoenix, AZ. For more information go to zaa.org.</div>\r\n<div></div>\r\n<div><strong>November 11-15, 2013 </strong>- Training and Enrichment Workshop for Zoo and Aquarium Animals, Moody Gardens, Galveston, TX.  For more information contact: dolsen@moodygardens.com</div>\r\n<strong>Upcoming AAZK National Conferences:</strong> Orlando, FL - September 8-12, 2014 For information on upcoming AAZK conferences, watch the AAZK website at www.aecetia.net/gws/aazk.\r\n\r\n<strong>Upcoming AZA National Conferences September 7-12, 2013</strong> - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO For info on AZA Conferences, see http://aza.org.\r\n\r\n<strong>April 13-18, 2014 - </strong>ABMA’s 14th Annual Conference Dallas, TX For more information go to: theabma.org', 'Coming Events ', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2013-08-05 12:01:39', '2013-08-05 17:01:39', '', 435, 'http://aazk.org/uncategorized/435-revision-89/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2963, 2, '2013-08-05 12:00:12', '2013-08-05 17:00:12', '<strong>September 2-6 2013 - </strong>International Penguin Conference, Hosted by the University of Bristol, UK.  For more information go to: combine.cs.bris.ac.uk/ipc\r\n\r\n<strong>September 5-9, 2013 - </strong>Association of Zoo Vet Technicians (AZVT)<strong> </strong>National Conference, Hosted by Alaska Sealife Center, Seward, AK.  For more information go to: www.azvt.org.\r\n\r\n<strong>September 15-20, 2013 </strong>- International Conference on Bear Research and Management, Hosted by Bringham Young University, Provo, UT.  For more information go to: http://ce.byu.edu/cw/bear/\r\n\r\n<strong>September 22-26  2013</strong> - AAZK National Conference - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter.\r\n\r\n<strong>October 3-6, 2013</strong> - Advancing Bear Care 2013 - Woodlands Wildlife Refuge, Clinton, NJ. The conference dates, hotel, program, and adjunct activities will be announced soon.   For current information and updates check ABC 2013 UPDATES often. bearcaregroup.org\r\n\r\n<strong>October 13-17, 2013</strong> - WAZA Annual Conference - Hosted by Disney’s Animal Kingdom. For more information go to: waza.org.\r\n\r\n<strong>October 14-16, 2013 </strong>- Orangutan SSP Husbandry Workshop, Los Angeles Zoo and Botanical Garden in Los Angeles, CA.  For more information go to:  lazoo.org/orangutanssp2013\r\n\r\n<strong>October 15-18, 2013</strong> - ICEE ─ International Conference on Environmental Enrichment - Hosted by the National Zoological Gardens of South Africa at the Kwalata Game Ranch,   South Africa.  For more information, go to nzg.ac.za/icee2013.\r\n\r\n<strong>October 24-27, 2013 </strong>From Good Care to Great Welfare Presented by the Center for Zoo Animal Welfare, Detroit Zoological Society Limited scholarship opportunities available. For information contact: Elizabeth Arbaugh, Curator of Animal Welfare, Detroit Zoological Society E-mail: czaw@dzs.org\r\n<div><strong>November 10-14, 2013</strong> - Zoological Association of America (ZAA) Annual Conference, Phoenix, AZ. For more information go to zaa.org.</div>\r\n<div></div>\r\n<div><strong>November 11-15, 2013 </strong>- Training and Enrichment Workshop for Zoo and Aquarium Animals, Moody Gardens, Galveston, TX.  For more information contact: dolsen@moodygardens.com</div>\r\n<strong>Upcoming AAZK National Conferences:</strong> Orlando, FL - September 8-12, 2014 For information on upcoming AAZK conferences, watch the AAZK website at www.aecetia.net/gws/aazk.\r\n\r\n<strong>Upcoming AZA National Conferences September 7-12, 2013</strong> - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO For info on AZA Conferences, see http://aza.org.\r\n\r\n<strong>April 13-18, 2014 - </strong>ABMA’s 14th Annual Conference Dallas, TX For more information go to: theabma.org', 'Coming Events ', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2013-08-05 12:00:12', '2013-08-05 17:00:12', '', 435, 'http://aazk.org/uncategorized/435-revision-88/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2962, 2, '2013-07-15 13:21:10', '2013-07-15 18:21:10', '<strong>August 7-10, 2013</strong> - 11th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles - St. Louis, MO. Co-hosted by the Turtle Survival Alliance and the IUCN-TFTSG. Please visit turtlesurvival.org/get-involved/conference for more information, or contact Heather Lowe at Hlowe@turtlesurvival.org.\r\n\r\n<strong>September 22-26  2013</strong> - AAZK National Conference - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter.\r\n\r\n<strong>October 3-6, 2013</strong> - Advancing Bear Care 2013 - Woodlands Wildlife Refuge, Clinton, NJ. The conference dates, hotel, program, and adjunct activities will be announced soon.   For current information and updates check ABC 2013 UPDATES often. bearcaregroup.org\r\n\r\n<strong>October 13-17, 2013</strong> - WAZA Annual Conference - Hosted by Disney’s Animal Kingdom. For more information go to: waza.org.\r\n\r\n<strong>October 15-18, 2013</strong> - ICEE ─ International Conference on Environmental Enrichment - Hosted by the National Zoological Gardens of South Africa at the Kwalata Game Ranch,   South Africa.  For more information, go to nzg.ac.za/icee2013.\r\n\r\n<strong>October 24-27, 2013 </strong>From Good Care to Great Welfare Presented by the Center for Zoo Animal Welfare, Detroit Zoological Society Limited scholarship opportunities available. For information contact: Elizabeth Arbaugh, Curator of Animal Welfare, Detroit Zoological Society E-mail: czaw@dzs.org\r\n<div><strong>November 10-14, 2013</strong> - Zoological Association of America (ZAA) Annual Conference, Phoenix, AZ. For more information go to zaa.org.</div>\r\n<div></div>\r\n<strong>Upcoming AAZK National Conferences 2013</strong> - Greensboro, NC  - September 22-26 2013 - Orlando, FL - September 8-12 For information on upcoming AAZK conferences, watch the AAZK website at www.aecetia.net/gws/aazk.\r\n\r\n<strong>Upcoming AZA National Conferences September 7-12, 2013</strong> - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO For info on AZA Conferences, see http://aza.org.\r\n\r\n<strong>April 13-18, 2014 - </strong>ABMA’s 14th Annual Conference Dallas, TX For more information go to: theabma.org', 'Coming Events ', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2013-07-15 13:21:10', '2013-07-15 18:21:10', '', 435, 'http://aazk.org/uncategorized/435-revision-87/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2978, 2, '2013-09-04 12:55:45', '2013-09-04 17:55:45', '', 'akfseptember20131', 0, '', 'inherit', 'closed', 'closed', '', 'akfseptember20131', '', '', '2013-09-04 12:55:45', '2013-09-04 17:55:45', '', 2977, 'http://aazk.org/wp-content/uploads/akfseptember20131.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2979, 2, '2013-09-04 12:55:35', '2013-09-04 17:55:35', '', 'September AKF', 0, '', 'inherit', 'closed', 'closed', '', '2977-revision', '', '', '2013-09-04 12:55:35', '2013-09-04 17:55:35', '', 2977, 'http://aazk.org/uncategorized/2977-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2976, 2, '2013-09-04 12:54:30', '2013-09-04 17:54:30', '', 'September 2013', 0, '', 'inherit', 'closed', 'closed', '', '2972-autosave', '', '', '2013-09-04 12:54:30', '2013-09-04 17:54:30', '', 2972, 'http://aazk.org/uncategorized/2972-autosave/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2977, 2, '2013-10-15 17:49:15', '0000-00-00 00:00:00', '<a rel="attachment wp-att-2978" href="http://aecetia.net/gws/aazk/?attachment_id=2978"><img class="aligncenter size-full wp-image-2978" title="akfseptember20131" src="http://aecetia.net/gws/aazk/wp-content/uploads/akfseptember20131.jpg" alt="akfseptember20131" width="604" height="768" /></a>', 'September AKF', 0, '', 'draft', 'closed', 'closed', '', '', '', '', '2013-10-15 17:49:15', '2013-10-15 22:49:15', '', 0, 'http://aazk.org/?p=2977', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2972, 2, '2013-09-04 12:54:22', '2013-09-04 17:54:22', '', 'September 2013', 0, '', 'draft', 'closed', 'closed', '', 'september-2013', '', '', '2013-10-15 17:49:15', '2013-10-15 22:49:15', '', 0, 'http://aazk.org/?p=2972', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2973, 2, '2013-09-04 12:53:32', '2013-09-04 17:53:32', '', 'akfseptember2013', 0, '', 'inherit', 'closed', 'closed', '', 'akfseptember2013', '', '', '2013-09-04 12:53:32', '2013-09-04 17:53:32', '', 2972, 'http://aazk.org/wp-content/uploads/akfseptember2013.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2974, 2, '2013-09-04 12:53:18', '2013-09-04 17:53:18', '', 'September 2013', 0, '', 'inherit', 'closed', 'closed', '', '2972-revision', '', '', '2013-09-04 12:53:18', '2013-09-04 17:53:18', '', 2972, 'http://aazk.org/uncategorized/2972-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2975, 2, '2013-09-04 12:54:03', '2013-09-04 17:54:03', '', 'September 2013', 0, '', 'inherit', 'closed', 'closed', '', '2972-revision-2', '', '', '2013-09-04 12:54:03', '2013-09-04 17:54:03', '', 2972, 'http://aazk.org/uncategorized/2972-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2956, 2, '2013-06-27 12:42:33', '2013-06-27 17:42:33', 'July 8-12, 2013 - Zoos and Aquariums Committing to Conservation (ZACC) - Hosted by Blank Park Zoo, Des Moines, Iowa.  The conference will bring together colleagues from the field and zoos in an informal setting to network, share ideas and support one another in our shared commitment to conservation.  Registration is available at blankparkzoo.com  Contact Jessie Lowry with questions at jrlowry@blankparkzoo.org.\r\n\r\nAugust 7-10, 2013 - 11th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles - St. Louis, MO. Co-hosted by the Turtle Survival Alliance and the IUCN-TFTSG. Please visit turtlesurvival.org/get-involved/conference for more information, or contact Heather Lowe at Hlowe@turtlesurvival.org.\r\n\r\nSeptember 22-26  2013 - AAZK National Conference - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter.\r\n\r\nOctober 3-6, 2013 - Advancing Bear Care 2013 - Woodlands Wildlife Refuge, Clinton, NJ. The conference dates, hotel, program, and adjunct activities will be announced soon.   For current information and updates check ABC 2013 UPDATES often. bearcaregroup.org\r\n\r\nOctober 13-17, 2013 - WAZA Annual Conference - Hosted by Disney’s Animal Kingdom. For more information go to: waza.org.\r\n\r\nOctober 15-18, 2013 - ICEE ─ International Conference on Environmental Enrichment - Hosted by the National Zoological Gardens of South Africa at the Kwalata Game Ranch,   South Africa.  For more information, go to nzg.ac.za/icee2013.\r\n\r\nNovember 10-14, 2013 - Zoological Association of America (ZAA) Annual Conference, Phoenix, AZ. For more information go to zaa.org.\r\n\r\nUpcoming AAZK National Conferences 2013 - Greensboro, NC  - September 22-26 2013 - Orlando, FL - September 8-12 For information on upcoming AAZK conferences, watch the AAZK website at www.aecetia.net/gws/aazk.\r\n\r\nUpcoming AZA National Conferences September 7-12, 2013 - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO For info on AZA Conferences, see http://aza.org.', 'Coming Events ', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2013-06-27 12:42:33', '2013-06-27 17:42:33', '', 435, 'http://aazk.org/uncategorized/435-revision-86/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2986, 2, '2013-08-19 10:50:14', '2013-08-19 15:50:14', '<strong>September 2-6 2013 - </strong>International Penguin Conference, Hosted by the University of Bristol, UK.  For more information go to: combine.cs.bris.ac.uk/ipc\r\n\r\n<strong>September 5-9, 2013 - </strong>Association of Zoo Vet Technicians (AZVT)<strong> </strong>National Conference, Hosted by Alaska Sealife Center, Seward, AK.  For more information go to: www.azvt.org.\r\n\r\n<strong>September 15-20, 2013 </strong>- International Conference on Bear Research and Management, Hosted by Bringham Young University, Provo, UT.  For more information go to: http://ce.byu.edu/cw/bear/\r\n\r\n<strong>September 22-26  2013</strong> - AAZK National Conference - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter.\r\n\r\n<strong>October 3-6, 2013</strong> - Advancing Bear Care 2013 - Woodlands Wildlife Refuge, Clinton, NJ. The conference dates, hotel, program, and adjunct activities will be announced soon.   For current information and updates check ABC 2013 UPDATES often. bearcaregroup.org\r\n\r\n<strong>October 13-17, 2013</strong> - WAZA Annual Conference - Hosted by Disney’s Animal Kingdom. For more information go to: waza.org.\r\n\r\n<strong>October 14-16, 2013 </strong>- Orangutan SSP Husbandry Workshop, Los Angeles Zoo and Botanical Garden in Los Angeles, CA.  For more information go to:  lazoo.org/orangutanssp2013\r\n\r\n<strong>October 15-18, 2013</strong> - ICEE ─ International Conference on Environmental Enrichment - Hosted by the National Zoological Gardens of South Africa at the Kwalata Game Ranch,   South Africa.  For more information, go to nzg.ac.za/icee2013.\r\n\r\n<strong>October 24-27, 2013 </strong>From Good Care to Great Welfare Presented by the Center for Zoo Animal Welfare, Detroit Zoological Society Limited scholarship opportunities available. For information contact: Elizabeth Arbaugh, Curator of Animal Welfare, Detroit Zoological Society E-mail: czaw@dzs.org\r\n<div><strong>November 10-14, 2013</strong> - Zoological Association of America (ZAA) Annual Conference, Phoenix, AZ. For more information go to zaa.org.</div>\r\n<div></div>\r\n<div><strong>November 11-15, 2013 </strong>- Training and Enrichment Workshop for Zoo and Aquarium Animals, Moody Gardens, Galveston, TX.  For more information contact: dolsen@moodygardens.com.</div>\r\n<strong>Upcoming AAZK National Conferences:</strong> Orlando, FL - September 8-12, 2014 For information on upcoming AAZK conferences, watch the AAZK website at www.aecetia.net/gws/aazk.\r\n\r\n<strong>Upcoming AZA National Conferences September 7-12, 2013</strong> - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO For info on AZA Conferences, see http://aza.org.\r\n\r\n<strong>April 13-18, 2014 - </strong>ABMA’s 14th Annual Conference Dallas, TX For more information go to: theabma.org\r\n\r\n<strong>October 6-8, 2014 </strong>- 3rd International Flamingo Symposium Hosted by SeaWorld San Diego, San Diego. CA.  For more information contact: laurie.conrad@SeaWorld.com', 'Coming Events ', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2013-08-19 10:50:14', '2013-08-19 15:50:14', '', 435, 'http://aazk.org/uncategorized/435-revision-92/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2967, 2, '2013-08-05 12:04:06', '2013-08-05 17:04:06', '<strong>September 2-6 2013 - </strong>International Penguin Conference, Hosted by the University of Bristol, UK.  For more information go to: combine.cs.bris.ac.uk/ipc\r\n\r\n<strong>September 5-9, 2013 - </strong>Association of Zoo Vet Technicians (AZVT)<strong> </strong>National Conference, Hosted by Alaska Sealife Center, Seward, AK.  For more information go to: www.azvt.org.\r\n\r\n<strong>September 15-20, 2013 </strong>- International Conference on Bear Research and Management, Hosted by Bringham Young University, Provo, UT.  For more information go to: http://ce.byu.edu/cw/bear/\r\n\r\n<strong>September 22-26  2013</strong> - AAZK National Conference - Hosted by the North Carolina Zoo and the North Carolina AAZK Chapter.\r\n\r\n<strong>October 3-6, 2013</strong> - Advancing Bear Care 2013 - Woodlands Wildlife Refuge, Clinton, NJ. The conference dates, hotel, program, and adjunct activities will be announced soon.   For current information and updates check ABC 2013 UPDATES often. bearcaregroup.org\r\n\r\n<strong>October 13-17, 2013</strong> - WAZA Annual Conference - Hosted by Disney’s Animal Kingdom. For more information go to: waza.org.\r\n\r\n<strong>October 14-16, 2013 </strong>- Orangutan SSP Husbandry Workshop, Los Angeles Zoo and Botanical Garden in Los Angeles, CA.  For more information go to:  lazoo.org/orangutanssp2013\r\n\r\n<strong>October 15-18, 2013</strong> - ICEE ─ International Conference on Environmental Enrichment - Hosted by the National Zoological Gardens of South Africa at the Kwalata Game Ranch,   South Africa.  For more information, go to nzg.ac.za/icee2013.\r\n\r\n<strong>October 24-27, 2013 </strong>From Good Care to Great Welfare Presented by the Center for Zoo Animal Welfare, Detroit Zoological Society Limited scholarship opportunities available. For information contact: Elizabeth Arbaugh, Curator of Animal Welfare, Detroit Zoological Society E-mail: czaw@dzs.org\r\n<div><strong>November 10-14, 2013</strong> - Zoological Association of America (ZAA) Annual Conference, Phoenix, AZ. For more information go to zaa.org.</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>November 11-15, 2013 </strong>- Training and Enrichment Workshop for Zoo and Aquarium Animals, Moody Gardens, Galveston, TX.  For more information contact: dolsen@moodygardens.com.</div>\r\n<div></div>\r\n<strong>Upcoming AAZK National Conferences:</strong> Orlando, FL - September 8-12, 2014 For information on upcoming AAZK conferences, watch the AAZK website at www.aecetia.net/gws/aazk.\r\n\r\n<strong>Upcoming AZA National Conferences September 7-12, 2013</strong> - AZA 2013 Annual Conference - Hosted by the Kansas City Zoo, Kansas City , MO For info on AZA Conferences, see http://aza.org.\r\n\r\n<strong>April 13-18, 2014 - </strong>ABMA’s 14th Annual Conference Dallas, TX For more information go to: theabma.org', 'Coming Events ', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2013-08-05 12:04:06', '2013-08-05 17:04:06', '', 435, 'http://aazk.org/uncategorized/435-revision-91/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2980, 2, '2013-09-04 12:56:18', '2013-09-04 17:56:18', '<a rel="attachment wp-att-2978" href="http://aecetia.net/gws/aazk/?attachment_id=2978"><img class="aligncenter size-full wp-image-2978" title="akfseptember20131" src="http://aecetia.net/gws/aazk/wp-content/uploads/akfseptember20131.jpg" alt="akfseptember20131" width="604" height="768" /></a>', 'September AKF', 0, '', 'inherit', 'closed', 'closed', '', '2977-revision-2', '', '', '2013-09-04 12:56:18', '2013-09-04 17:56:18', '', 2977, 'http://aazk.org/uncategorized/2977-revision-2/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2981, 2, '2013-09-04 12:57:45', '2013-09-04 17:57:45', '<a rel="attachment wp-att-2982" href="http://aecetia.net/gws/aazk/akf/toc/september-2013-2/attachment/akfseptember20132/"><img class="aligncenter size-full wp-image-2982" title="akfseptember20132" src="http://aecetia.net/gws/aazk/wp-content/uploads/akfseptember20132.jpg" alt="akfseptember20132" width="604" height="768" /></a>', 'September 2013', 0, '', 'draft', 'closed', 'closed', '', 'september-2013-2', '', '', '2013-10-15 17:49:15', '2013-10-15 22:49:15', '', 0, 'http://aazk.org/?p=2981', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2982, 2, '2013-09-04 12:57:36', '2013-09-04 17:57:36', '', 'akfseptember20132', 0, '', 'inherit', 'closed', 'closed', '', 'akfseptember20132', '', '', '2013-09-04 12:57:36', '2013-09-04 17:57:36', '', 2981, 'http://aazk.org/wp-content/uploads/akfseptember20132.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (2983, 2, '2013-09-04 12:57:24', '2013-09-04 17:57:24', '', 'September 2013', 0, '', 'inherit', 'closed', 'closed', '', '2981-revision-v1', '', '', '2013-09-04 12:57:24', '2013-09-04 17:57:24', '', 2981, 'http://aazk.org/uncategorized/2981-revision/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3083, 1, '2013-10-09 11:46:30', '2013-10-09 16:46:30', '[membership level="13,11"]<h2>Job Postings</h2>\r\n<a href="http://www.aecetia.net/gws/aazk/job-listings/submit-a-job/">Post a job</a>\r\n<a href="http://www.aecetia.net/gws/aazk/job-listings/all/">Current Listings</a>[/membership]\r\n[pmpro_account]', 'Membership Account', 0, '', 'publish', 'closed', 'closed', '', 'membership-account', '', '', '2013-12-04 15:13:39', '2013-12-04 20:13:39', '', 0, 'http://web3.gowebsolutions.com/~aazook/membership-account/', 6, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2988, 1, '2009-05-31 18:19:46', '2009-05-31 23:19:46', '<p>AAZK\'s purpose is to foster a professional attitude in animal keepers and aquarists by encouraging them to become active members of professional teams at today\'s zoos and aquariums. AAZK supports the promotion and implementation of zookeeper education and strives to make the general public aware of our concern for all deserving conservation projects and the need for the preservation of our natural resources and the species that depend on those resources.</p>\r\n\r\n<p>Serving as a professional organization for zookeepers, AAZK is a valuable resource for dedicated animal care workers. AAZK is dedicated to advancing animal care, promoting public awareness, enhancing professional development and contributing to local and global conservation through fundraising and stewardship. Our goal is to inspire and motivate through our roles as animal caregivers, educators and conservationists. Through workshops, conferences, newsletters, and internet forums, AAZK helps animal care staff stay current in husbandry, training, nutrition, and conservation. Well educated keepers using modern techniques means the animals in their care benefit tremendously.</p>', 'Home Page', 0, '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2009-05-31 18:19:46', '2009-05-31 23:19:46', '', 3, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2989, 1, '2013-09-23 10:36:59', '2013-09-23 15:36:59', '<h4><img class="alignnone size-medium wp-image-1602" title="pbi_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_logo-300x247.jpg" alt="pbi_logo" width="144" height="118" />The American Association of Zoo Keepers and Polar Bears International are working together as Conservation Partners towards the conservation of polar bears, the Arctic ecosystem, and spreading our conservation <img class="alignright size-medium wp-image-1606" title="polar_bears" src="http://aecetia.net/gws/aazk/wp-content/uploads/polar_bears-300x194.jpg" alt="polar_bears" width="300" height="194" />messages on the effects of climate change.  Our Associations have developed three key programs towards these goals, Leadership Camp, Acres for the Atmosphere, and Trees for You and Me.  AAZK, PBI, and the Wisconsin Department of Natural Resources have also teamed together to create the Polar Bear Forest.  Why are forests so important to polar bears?</h4>\r\n<!--more-->\r\n<strong>Reforestation:</strong>\r\n\r\nThough it might not seem obvious at first, planting trees helps conserve polar bear habitat in the arctic. Trees act as "carbon sinks" and absorb carbon out of the air and convert it into plant material. Trees sequester this carbon in roots, trunks, stems and leaves while they grow, and in wood products after they are harvested. That means planting trees, whether in a rural or an urban setting, helps reduce carbon in the atmosphere. Less carbon in the atmosphere means better conditions to retain Arctic ice longer and to improve polar bear habitat and survival.   Reforestation positively affects climate change and provides wildlife habitat, helping all of the species that AAZK members are so passionate to conserve.  Referenced from <a href="http://dnr.wi.gov/forestry/PolarBear/">http://dnr.wi.gov/forestry/PolarBear/</a>.\r\n\r\n<strong>Zoo Keeper Leadership camp:</strong>\r\n\r\nThis week-long camp brings together a motivated group of keepers who reach a wide audience with AAZK’s  conservation messages.  Keepers carry a unique cachet with zoo guests. Zoo industry research indicates that zoo visitors consider the conservation messages conveyed by<img class="alignright size-full wp-image-1768" title="pbi_leadership_camp11" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi_leadership_camp11.jpg" alt="pbi_leadership_camp11" width="247" height="378" /> Keepers to be the preferred and most credible sources of conservation education.  Through education programs that are current, scientifically-based, fun, informative, retainable, and action-shaping, keepers inspire their public to pitch in to reduce carbon emissions.  This camp is open to keepers affiliated with PBI’s Arctic Ambassador Centers around the world, and professional members of AAZK.  It is designed to inform, inspire, and empower keepers with information and tools to motivate their constituents.  This camp is focused on communication and presentation skills, creative planning, and program execution especially with regard to climate change and its effects on polar bears.  The camp enhances professional skills and promotes networking with peers while providing access to renowned field scientists, educators, and community members.\r\n\r\n<a href="http://campaign.r20.constantcontact.com/render?llr=kkcxmrdab&amp;v=001Msfh5C4b-aeFh2IiqMjGHJoJfQHI1Y5J8aCz9C_Xl04vgMHlaztDS6BWRlS4may8eQhoEtyd_8A-CaAHNNaVZkl7ZZbK6D4PHoNxykJ7iF1fyZ6alSCdPJlhRdqw92CdcUsM4Ar-As_e0iNUN2z43Q%3D%3D">PBI October 2010 newsletter.</a>\r\n\r\nFor more information, contact <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.\r\n<a href="http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp">http://www.polarbearsinternational.org/programs/pbi-leadership-camps/zoo-keeper-leadership-camp</a>.\r\n\r\n<em>\r\n</em>\r\n\r\n<em>\r\n</em>\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1623" title="ASquaredFinal" src="http://aecetia.net/gws/aazk/wp-content/uploads/acres_atmos-300x288.jpg" alt="ASquaredFinal" width="180" height="173" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Acres for the Atmosphere:</strong><strong></strong></p>\r\n\r\nGraduates of the 2009 Zoo Keeper Leadership Camp in Churchill, Manitoba created the initiative Acres for the Atmosphere (AFTA), both for <img class="alignleft size-medium wp-image-1649" title="marissa1" src="http://aecetia.net/gws/aazk/wp-content/uploads/marissa1-251x300.jpg" alt="marissa1" width="176" height="210" />conservation education and to take immediate action. With the continued support of PBI and AAZK, we intend to reduce the prevalence of carbon dioxide (CO2) in the earth’s atmosphere. Our initiative is designed around three objectives that will enable us to accomplish this goal. We will increase carbon sequestration by greening areas with vegetative plantings or trees, decrease CO2 emissions within our local communities, and raise awareness in our communities in order to curb our carbon addiction. Our program launches year to year in correspondence with each year’s Zoo Keeper Leadership Camp.  Keepers can get involved on both the individual and AAZK Chapter level.  Join us and lead your communities to a more sustainable future!  Please contact:  <a href="mailto:marissa.krouse@aecetia.net/gws/aazk">marissa.krouse@aecetia.net/gws/aazk</a> for more information.\r\n\r\n<img class="alignnone size-full wp-image-1647" title="nc_group2" src="http://aecetia.net/gws/aazk/wp-content/uploads/nc_group2.jpg" alt="nc_group2" width="467" height="393" /><img class="alignnone size-full wp-image-1656" title="bagbear" src="http://aecetia.net/gws/aazk/wp-content/uploads/bagbear.jpg" alt="bagbear" width="479" height="396" />', 'AAZK and Polar Bears International', 0, '', 'inherit', 'closed', 'closed', '', '1589-revision-v1', '', '', '2013-09-23 10:36:59', '2013-09-23 15:36:59', '', 1589, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1589-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2990, 1, '2013-09-23 10:37:00', '2013-09-23 15:37:00', 'Thank you for your interest in submitting a paper for publication Animal Keepers’ Forum. Please adhere to the following guidelines for manuscript submission.  If a paper is submitted and does not follow these guidelines, it will be rejected for publication.  Be sure to include your contact information for the editor, including e-mail address and daytime phone number if available.\r\n\r\n<strong>FORMAT:</strong>\r\n\r\n1. Submit manuscripts electronically in MS Word only to <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.   You may also submit a paper on a disk or CD in Microsoft Word ONLY.\r\n\r\n2. Use a clear, clean typeface. Suggested type fonts are 10-point Times Roman.\r\n\r\n3. Body of manuscript should be single-spaced.\r\n\r\n4. Do not indent paragraphs.\r\n\r\n5. Double space between paragraphs.\r\n\r\n6. Do not use computer-generated page numbering (headers/footers).\r\n\r\n7. Use a 1-inch margin setting on top, bottom and sides of your manuscript.\r\n\r\n8. Bold-face or underline sub-headings within the text (i.e. Introduction, Materials, Methods, Conclusions, etc.) Do not use all caps for these headings.\r\n\r\n<strong>LENGTH: </strong>The entire paper, including graphs, charts and illustrations should be no more than ten (10) pages long.\r\n\r\n<strong>TITLE:</strong> Should be brief and descriptive.  Center your title on the first page of your paper directly before you begin the introduction and text. Type size for title should be no larger than 14 point. Follow the title with your name, position, facility, city and state as shown below:  Author information should be in 10 point type, Italics.\r\n\r\nBy\r\n\r\nJoe Smith, Keeper II\r\n\r\nBest Zoological Park\r\n\r\nAnywhere, Allstates\r\n\r\n<strong>TABLES/GRAPHS:</strong> Submit all tables and graphs as separate files in their native program (i.e. Word, Excel, etc.)  Do not embed the tables and graphs within the manuscript. Include the explanation of the graph, chart, etc. on the page/file with the illustration.  (Examples: Figure 1 Shows the average temperature of incubation….Graph 4 Illustrates the variation in  duration of…..)   Be certain that all such graphs, tables or charts included with your manuscript are properly referenced within the manuscript text.  Graphs and charts should be no larger than 8” tall by 5” wide.\r\n\r\n<strong>ILLUSTRATIONS/PHOTOS:</strong> Submit photos as separate jpg or tif files sent to the editor’s email address.  Be sure to properly reference illustrations/photos within the manuscript.  You may submit as many photos as you wish, but it will be up to the editor to determine how many can be used.  A good average is 3-5. Photos should be high resolution (300 dpi). Photos must be at least 1200 x 1800 pixels in size (4x6 inches). Be sure to give proper photo credit for each photo submitted. You are also encouraged to submit suggested captions.  Do not embed photos within the manuscript.\r\n\r\n<strong>Cover Photos: </strong>To be considered for a cover, photos need to be at least 2625 x 3375 pixels in size, 300 dpi, and portrait-style (not landscape).\r\n\r\n<strong>METRIC SYSTEM:</strong> Use the twenty-four-hour clock (i.e., 0900 - 1425 hrs.) for identifying time and the continental dating system (day, month, year) when describing dates.  Use the metric system for weights and measurements (standard equivalent may be noted in parenthesis).\r\n\r\n<strong>SCIENTIFIC NAMES:</strong> Should be included with their common names, when first mentioned, and only the common name thereafter.  When both the common and scientific name are given as a paragraph heading, put the common name first.  Only currently recognized nomenclatures should be utilized.  Authorship of scientific names should be included only when nomenclature problems exist.\r\n\r\n<strong>SPECIAL NOTES:</strong> Identify Registered or Trademark products by ® or ™ symbols respectively. If you have a Products Mentioned in the Text section, please include full name and address of the manufacturer of the product, including website or email address if available.\r\n\r\nAvoid footnotes.\r\n\r\n<strong>REFERENCES:</strong> Should be listed alphabetically at the end of the manuscript according to author’s surname. (Example: Ricter, J.W. 1984.  How To be A Good Keeper. Animal Keepers’ Forum. Vol. 11, No. 6: 12-22. AAZK, Inc., Topeka, Kansas, U.S.A.)\r\n\r\nWithin the text, references should be cited as Ricter (1984) or (Ricter, 1984).\r\n\r\n<strong>Send manuscript/photos on CD to:</strong>\r\n\r\nShane Good, AKF Editor\r\nP. O. Box 535\r\nValley City, OH 44280\r\n\r\n<strong>Or submit electronically at <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.</strong>\r\n\r\n<strong>If you have any further questions or are uncertain of instructions, please contact the AKF Editor at the email address above.  Or you may call 1-330-483-1104.</strong>', 'AKF Submission Guidelines', 0, '', 'inherit', 'closed', 'closed', '', '1183-revision-v1', '', '', '2013-09-23 10:37:00', '2013-09-23 15:37:00', '', 1183, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1183-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2991, 1, '2013-09-23 10:37:00', '2013-09-23 15:37:00', 'content here', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2013-09-23 10:37:00', '2013-09-23 15:37:00', '', 200, 'http://web3.gowebsolutions.com/~aazook/uncategorized/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2992, 1, '2013-09-23 10:37:00', '2013-09-23 15:37:00', 'We would like to begin putting together a library of photographs to be utilized in <em>Animal Keepers\' Forum</em> either as an occasional four-color cover or in conjunction with material inside the journal. We plan to gather this photo library electronically. Photographers interested in submitting photos should send them to <a href="mailto:denise.wagner@aecetia.net/gws/aazk">denise.wagner@aecetia.net/gws/aazk</a>. Pho<em></em>tos should be high resolution and in either .jpg or.tif format. When sending, please include common and scientific name of species featured in the photo. Please put "Photo Library" in the subject line.\r\n\r\nEach photo must be accompanied by a Photo Release Form available for download below. You may submit the form electronically to Denise at the above address or print it out, obtain required signatures and send by regular mail to:\r\n\r\nBarbara Manspeaker, AAZK Inc.\r\n3601 SW 29th St., Suite 133\r\nTopeka, KS 66614-2054\r\nAttn: photo release.\r\n\r\nAAZK, Inc. does <strong>not</strong> pay for photographs, but will give appropriate photo credit to individual photographers and/or institutions whenever a photo is utilized and a copy of the <em>AKF</em> issue in which the photograph appears will be sent to the photographer and/or institution.\r\n\r\nAAZK Photo Model Release Form: <a href="/wp-content/uploads/aazk_photo_model_release.doc">Word format</a> | <a href="/wp-content/uploads/aazk_photo_model_release.pdf">Adobe Acrobat format</a>', 'AAZK Photo Model Release Form', 0, '', 'inherit', 'closed', 'closed', '', '267-revision-v1', '', '', '2013-09-23 10:37:00', '2013-09-23 15:37:00', '', 267, 'http://web3.gowebsolutions.com/~aazook/uncategorized/267-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2993, 1, '2013-09-23 10:37:00', '2013-09-23 15:37:00', '<strong>October 3-6, 2013</strong> - Advancing Bear Care 2013 - Woodlands Wildlife Refuge, Clinton, NJ. The conference dates, hotel, program, and adjunct activities will be announced soon.   For current information and updates check ABC 2013 UPDATES often. bearcaregroup.org\r\n\r\n<strong>October 13-17, 2013</strong> - WAZA Annual Conference - Hosted by Disney’s Animal Kingdom. For more information go to: waza.org.\r\n\r\n<strong>October 14-16, 2013 </strong>- Orangutan SSP Husbandry Workshop, Los Angeles Zoo and Botanical Garden in Los Angeles, CA.  For more information go to:  lazoo.org/orangutanssp2013\r\n\r\n<strong>October 15-18, 2013</strong> - ICEE ─ International Conference on Environmental Enrichment - Hosted by the National Zoological Gardens of South Africa at the Kwalata Game Ranch,   South Africa.  For more information, go to nzg.ac.za/icee2013.\r\n\r\n<strong>October 24-27, 2013 </strong>From Good Care to Great Welfare Presented by the Center for Zoo Animal Welfare, Detroit Zoological Society Limited scholarship opportunities available. For information contact: Elizabeth Arbaugh, Curator of Animal Welfare, Detroit Zoological Society E-mail: czaw@dzs.org\r\n\r\n<strong>November 10-14, 2013</strong> - Zoological Association of America (ZAA) Annual Conference, Phoenix, AZ. For more information go to zaa.org\r\n<div><strong>November 11-15, 2013 </strong>- Training and Enrichment Workshop for Zoo and Aquarium Animals, Moody Gardens, Galveston, TX.  For more information contact: dolsen@moodygardens.com.</div>\r\n<strong>Upcoming AAZK National Conferences:</strong> Orlando, FL - September 8-12, 2014 For information on upcoming AAZK conferences, watch the AAZK website at www.aecetia.net/gws/aazk.\r\n\r\n<strong>February 5-8, 2014</strong> - 22nd International Association of Avian Trainers and Educators Conference, Dallas TX 2014: Texas Fly\'em.  For more information go to:  IAATE.org\r\n\r\n<strong>March 15-19, 2014</strong> - Otter Keeper Workshop, Denver, CO  Hosted by the Denver Zoo and DEnver Downtown Aquarium.  For more information go to: otterkeepersworkshop.org\r\n\r\n<strong>March 22-28, 2014</strong> AZA Mid-year Meeting, Memphis, TN  For more information go to: AAZA.org/midyearmeeting\r\n<h4><strong><strong>April 13-18, 2014</strong></strong><strong> </strong><span style="font-weight: normal;"><strong>- </strong><span style="font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;">ABMA’s 14th Annual Conference Dallas, TX For more information go to: theabma.org</span></span></h4>\r\n<strong>October 6-8, 2014 </strong>- 3rd International Flamingo Symposium Hosted by SeaWorld San Diego, San Diego. CA.  For more information contact: laurie.conrad@SeaWorld.com', 'Coming Events ', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2013-09-23 10:37:00', '2013-09-23 15:37:00', '', 435, 'http://web3.gowebsolutions.com/~aazook/uncategorized/435-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4558, 1, '2013-11-20 13:02:33', '2013-11-20 18:02:33', '[membership level="0"]\r\n<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nIn 1990, AAZK began by supporting the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n<h4>Who does BFR support?</h4>\r\n<img class="alignleft" alt="Black Rhinos" src="[homeurl]/wp-content/uploads/blackrhinos_004.jpg" border="1" hspace="10" vspace="10" /> In Kenya, Africa, BFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img class="alignright" alt="" src="[homeurl]/wp-content/uploads/sumatranrhino1.jpg" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n<h4>Donate</h4>\r\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below.\r\n<div class="first sixcol">\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 1.9em;">$4,321,808.48</span></strong>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h6>2012 Funds Raised:</h6>\r\n<strong><span style="font-size: 1.9em;">$337,191.09</span></strong>\r\n<em> - this is a new record for amount raised in a year!</em>\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<a href="[homeurl]/bowling-for-rhinos/bfr-donation/"><img class="alignnone size-full wp-image-2410" alt="donate_button" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/donate_button.jpg" width="135" height="136" /></a>\r\n[/membership]\r\n[membership]Testing[/membership]', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-11-20 13:02:33', '2013-11-20 18:02:33', '', 168, 'http://web3.gowebsolutions.com/~aazook/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2995, 1, '2013-09-23 10:37:00', '2013-09-23 15:37:00', '<p>Dedicated to professional animal care, the vision of AAZK is to provide a resource for professional development, behavioral husbandry and conservation for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function and resources please click on one of the links on the left for more information.</p>', 'Committees', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2013-09-23 10:37:00', '2013-09-23 15:37:00', '', 12, 'http://web3.gowebsolutions.com/~aazook/uncategorized/12-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2996, 1, '2013-09-23 10:37:00', '2013-09-23 15:37:00', '<h3>Conference Program Chair</h3>\r\n<img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /> Ed Hansen\r\n<h3>Upcoming AAZK Conferences:</h3>\r\n<!--more-->\r\n\r\n \r\n<ul>\r\n	<li><strong>2013: </strong>Asheboro, NC - September 22-26</li>\r\n	<li><strong>2014: </strong>Orlando, FL - September 8-12</li>\r\n	<li><strong>2015:</strong> St. Louis, MO - September 27 - October 1</li>\r\n</ul>\r\n<strong></strong>\r\n\r\n<strong></strong>\r\n\r\n<strong></strong>', 'Annual AAZK Conferences', 0, '', 'inherit', 'closed', 'closed', '', '160-revision-v1', '', '', '2013-09-23 10:37:00', '2013-09-23 15:37:00', '', 160, 'http://web3.gowebsolutions.com/~aazook/uncategorized/160-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2997, 1, '2013-09-23 10:37:00', '2013-09-23 15:37:00', '<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-1249" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /> Janet McCoy\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2013</em></strong>\r\n<h3>Purpose</h3>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards\' criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award\'s recipients each year at the National Conference.\r\n\r\n<strong>Nominations</strong>\r\n\r\n<em>The AAZK Awards Committee is accepting nominations for the Jean M. Hromadka AAZK Excellence in Animal Care Award, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, The AAZK Chapter of the Year Award, Lifetime Achievement Award (LA), the Lee Houts Excellence in Enrichment(LHEE) Award, The Certificate of Merit for Zoo Keeper Education (CMZE), The Certificate of Excellence in Exhibit Design Renovation (CEER), the Mazuri Animal Nutrition Award (MANA), and The Certificate of Merit in Conservation Award(CMC). </em>\r\n\r\nNomination criteria for these nine awards are listed below. These awards are presented at the annual AAZK National Conference held in the fall each year. The deadline for all award nominations is <strong>1 May</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\nOr, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\n<strong>Deadline for Nominations is 1 May </strong>\r\n<ul>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/mazuri-animal-nutrition-award-mana/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-in-conservation-cmc/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-aazk-chapter-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>\r\n\r\n<strong><a href="/wp-content/uploads/2009awards.pdf">2009 Award Recipients</a></strong>\r\n\r\n<strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2010_awards.pdf">2010 Award Recipients</a></strong>\r\n\r\n<strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2011 awards.pdf">2011 Award Recipients</a></strong>\r\n\r\n<strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/awards2012.pdf">2012 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2013-09-23 10:37:00', '2013-09-23 15:37:00', '', 224, 'http://web3.gowebsolutions.com/~aazook/uncategorized/224-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2998, 1, '2013-09-23 10:37:00', '2013-09-23 15:37:00', '<h3>Chair</h3>\r\n<img class="alignnone size-full wp-image-2729" title="julie" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="julie" width="125" height="146" /> <em><strong>Julie Hartell-DeNardo<em> - St. Louis Zoo</em></strong></em>\r\n<h3>Purpose</h3>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<h3>Resources produced:</h3>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n<h3>Projects:</h3>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n<h3>Additional Information</h3>\r\n<ul>\r\n	<li><a href="/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a href="/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a href="/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a href="/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a href="/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1">Training and Enrichment Video Library</a></li>\r\n	<li><a href="/about/committee/behavioral-husbandry/resources/">Resources</a></li>\r\n	<li><a href="/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n	<li><a href="/members/bhc.php">Suggested Guidelines for Enrichment</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n	<li><a href="/about/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n	<li><a href="/members/bhc.php">Enrichment Day Examples</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></li>\r\n</ul>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2013-09-23 10:37:00', '2013-09-23 15:37:00', '', 192, 'http://web3.gowebsolutions.com/~aazook/uncategorized/192-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (2999, 1, '2013-09-23 10:37:01', '2013-09-23 15:37:01', '<ul style="text-align: left;">\r\n	<li><strong>Absolute Primate Enrichment Systems</strong>\r\nEnrichment devices for primates\r\n(817) 228-2281\r\n<a href="http://www.absoluteprimate.com ">www.absoluteprimate.com</a></li>\r\n	<li><strong>American Excelsior Company</strong>\r\nWoodwool Substrates\r\n(800) 326-3626\r\n\r\n<a href="http://www.amerexcel.com/">www.amerexcel.com</a></li>\r\n	<li><strong>Animal Management Resources</strong>\r\n(910) 246-6263\r\n<a href="http://www.mytrainingstore.com">www.mytrainingstore.com</a>\r\nemail: <a href="mailto:meg@mytrainingstore.com">meg@mytrainingstore.com</a></li>\r\n</ul>\r\n<ul>\r\n	<li><strong>Aussie Dog Products</strong>\r\nEnrichment devices for dogs, horses and zoo animals\r\n+61 (0)3 9752-3336  FAX +61 (0)3 9758-3020\r\n<a href="http://www.aussiedog.com.au">www.aussiedog.com.au</a></li>\r\n	<li><strong>BCI Burke Co., Inc.</strong>\r\nPlayground Structures\r\n800-266-1250 FAX  (414) 921-9566\r\n\r\nemail: <a href="mailto:info@bciburke.com">info@bciburke.com</a>\r\n<a href="http://www.bciburke.com/">www.bciburke.com</a></li>\r\n	<li><strong>Bio-Serve</strong>\r\nEnrichment devices for primates, dogs, pigs, rodents\r\n(908) 996-2155 FAX  (908) 996-4123\r\n\r\n<a href="http://www.bio-serv.com">www.bio-serv.com</a></li>\r\n	<li><strong>Birds Just Wanna Have Fun</strong>\r\nBird toys\r\n1-800-246-1018 or (512) 401-0536\r\n\r\nE-mail: <a href="mailto:info@birdsjustwannahavefun.com">info@birdsjustwannahavefun.com</a>\r\n<a href="http://www.birdsjustwannahavefun.com/">www.birdsjustwannahavefun.com</a></li>\r\n	<li><strong>Boomer Ball®, Inc.</strong>\r\nEnrichment devices for zoo animals\r\n(888) 858-9529  or (847) 546-6125\r\nFAX (800) 858-9529  or (847) 546-6185</li>\r\n	<li><strong>Busy Beaks</strong>\r\nBird toys\r\n<a href="http://www.busybeaks.com">www.busybeaks.com</a>\r\n458 Lucher Rd.\r\nWillis, TX 77378\r\n(936)344-8400 (phone)\r\n(936)344-8406 (fax)\r\n<a href="mailto:BusyBeaksToys@aol.com">BusyBeaksToys@aol.com</a></li>\r\n	<li><strong>The Caning Company</strong>\r\nGourds\r\n(800) 544-3373\r\n\r\n<a href="http://www.caning.com/">www.caning.com</a></li>\r\n	<li><strong>Choppers Toys/Design-Rite Products</strong>\r\n101 North 55th    Street Unit #4\r\nPhoenix AZ 85034\r\n(480) 945-8406\r\n\r\n<a href="http://www.chopperstoys.com/">www.chopperstoys.com</a></li>\r\n	<li><strong>Desert Plastics</strong>\r\n2401A Phoenix, NE\r\nAlbuquerque, NM 87107\r\nPhone: (505) 884-3889\r\nFax: (505) 884-3932\r\n\r\n<a href="http://www.desertplastics-abq.com/">www.desertplastics-abq.com</a></li>\r\n	<li><strong>Doctors Fosters Smith</strong>\r\nPet Supply\r\n(800) 826-7206\r\n\r\n<a href="http://www.drsfostersmith.com/">www.drsfostersmith.com</a></li>\r\n	<li><strong>Duracast Products, Inc.</strong>\r\nPlastic enrichment products\r\n(800) 683-4116  FAX (863) 638-2443\r\n\r\n<a href="http://www.duracast.com">http://www.duracast.com</a></li>\r\n	<li><strong>Edible Landscaping</strong>\r\nEdible Plants\r\n800-524-4156 FAX  (434) 361-1916<a href="http://www.eat-it.com/">www.eat-it.com </a></li>\r\n	<li><strong>E Street Plastics</strong>\r\nAcrylic mirrors, plexi and lexan\r\n(972) 207-0936\r\n<a href="http://www.estreetplastics.com ">www.estreetplastics.com </a>\r\nemail: <a href="mailto:sales@estreetplastics.com">sales@estreetplastics.com</a></li>\r\n	<li><strong>Ethical, Inc.</strong>\r\nVinyl chew toys, squish balls\r\n(973) 484-1000\r\n\r\n<a href="http://www.ethicalpet.com/">www.ethicalpet.com</a></li>\r\n	<li><strong>Exotic Creations</strong>\r\nBird Toys\r\n(612) 785-0376\r\n\r\n<a href="http://www.exoticreations.com">www.exoticreations.com</a></li>\r\n	<li><strong>Fauna-Tek</strong>\r\nNew England Exotics, Inc.\r\n71 Michaels Rd.\r\nWells, ME 04090\r\n207-646-7173\r\n\r\n<a href="http://www.fauna-tek.net">www.fauna-tek.net</a></li>\r\n	<li><strong>Fluker Farms</strong>\r\nHerpetological Supplies\r\n(800) 735-8537\r\n\r\n<a href="http://www.flukerfarms.com">www.flukerfarms.com</a></li>\r\n	<li><strong>Injoy Coursing Equipment</strong>\r\nCoursing Lures\r\n(802) 425-3691 FAX  (802) 425-4468\r\n\r\n<a href="http://www.injoy-1.com">www.injoy-1.com</a></li>\r\n	<li><strong>International Cordage</strong>\r\nRope Structures\r\n(602) 252-3155\r\nFAX  (602) 252-3053\r\n\r\n<a href="http://www.internationalcordage.com/">www.internationalcordage.com</a></li>\r\n	<li><strong>Jeffer’s Pet Supply</strong>\r\nPet &amp; livestock supplies\r\n(800) 533-3377\r\n\r\n<a href="http://www.jefferspet.com">www.jefferspet.com</a>\r\n<a href="http://www.jefferslivestock.com">www.jefferslivestock.com</a></li>\r\n	<li><strong>Jolly Pets</strong>\r\nHorseman’s Pride\r\nHeavy duty plastic toys\r\n10008 State Rt. 43\r\nStreetsboro, OH. 44241\r\n<a href="http://www.jollypets.com/HorsemenHome.html">http://www.jollypets.com/HorsemenHome.html</a>\r\nemail: <a href="mailto:cservice@jollypets.com">cservice@jollypets.com</a></li>\r\n	<li><strong>The Kong Company</strong>\r\nKong toys\r\n16191 Table Mountain Parkway\r\nGolden, CO 80403\r\n(303)  216-2626\r\n\r\n<a href="http://www.kongcompany.com/">http://www.kongcompany.com/</a></li>\r\n	<li><strong>Kracor, Inc.</strong>\r\nPlastic enrichment feeders &amp; toys\r\n(800) 255-6335\r\n\r\n<a href="http://www.kracor.com">www.kracor.com</a>\r\nemail:  <a href="mailto:custormerservice@kracor.com">custormerservice@kracor.com</a></li>\r\n	<li><strong>The Larson Company</strong>\r\n"The Stump" enrichment  device\r\n(520) 294-3900 FAX  (520) 741-7930\r\n\r\n<a href="http://www.larson-usa.com">www.larson-usa.com</a></li>\r\n	<li><strong>Leather Elves</strong>\r\nEnrichment devices for birds &amp; zoo animals\r\n(781) 331-8557\r\n\r\n<a href="http://www.theleatherelves.com">www.theleatherelves.com</a></li>\r\n	<li><strong>Lomir Primate Enrichment Technologies</strong>\r\nPrimate enrichment products\r\n(877) 425-3604\r\n\r\n<a href="http://www.lomir.com/pet">www.lomir.com/pet</a></li>\r\n	<li><strong>Omaha Vaccine Company</strong>\r\nPet Supplies\r\n800-367-4444\r\nFAX 800-242-9447\r\n\r\n<a href="http://www.omahavaccine.com/">www.omahavaccine.com</a></li>\r\n	<li><strong>Otto Environmental</strong>\r\nEnrichment devices for zoo animals\r\n(414) 358-1001\r\n\r\n<a href="http://www.ottoenvironmental.com/">www.ottoenvironmental.com</a></li>\r\n	<li><strong>Pacific Fibre and Rope Co., Inc.</strong>\r\nCargo nets and rope ladders\r\nFAX (310) 835-6781\r\n\r\n<a href="http://www.pacificfibre.com/">www.pacificfibre.com</a>\r\nemail: <a href="mailto:pacfib@worldnet.att.net">pacfib@worldnet.att.net</a></li>\r\n	<li><strong>Primate Products</strong>\r\n<a href="http://www.primateproducts.com ">www.primateproducts.com </a></li>\r\n	<li><strong>PetsMart</strong>\r\n19601 N. 27th    Ave.\r\nPhoenix,  AZ. 85027\r\n(800) 738-1385\r\nPet supplies: <a href="http://www.petsmart.com/">www.petsmart.com</a></li>\r\n	<li><strong>Rotonics</strong>\r\nCustom rotational plastics molding &amp; buoys\r\n(800) 351-1363\r\n<a href="http://www.rotonics.com ">www.rotonics.com </a>\r\nemail: <a href="mailto:buoys@rotonics.com">buoys@rotonics.com</a></li>\r\n	<li><strong>Safari Thatch, Inc.</strong>\r\nBamboo Products\r\n(954) 564-0059\r\nFAX (954) 564-7431\r\n\r\n<a href="http://www.safarithatch.com/">www.safarithatch.com</a></li>\r\n	<li><strong>Sanctuary Supplies</strong>\r\n4300 Pletzer    Blvd.\r\nRootstown,   OH. 44272\r\n(877) 886-1992\r\n\r\n<a href="http://www.sanctuarysupplies.com">www.sanctuarysupplies.com</a></li>\r\n	<li><strong>Seeds of Change</strong>\r\nOrganic seeds for edible plants\r\nFAX (505) 438-7052\r\n\r\n<a href="http://www.seedsofchange.com/">www.seedsofchange.com</a></li>\r\n	<li><strong>SINCO Group, Inc.</strong>\r\nCargo Nets\r\nFAX (860) 632-1509\r\n\r\n<a href="http://www.sinco.com/">www.sinco.com</a>\r\nemail: <a href="mailto:sales@sincosala.com">sales@sincosala.com</a></li>\r\n	<li><strong>SitStay</strong>\r\nTraining Clickers\r\nFAX (402) 467-5055\r\n\r\n<a href="http://www.sitstay.com/">www.sitstay.com</a></li>\r\n	<li><strong>StarBird</strong>\r\nZoo Enrichment\r\n(310) 489-8868\r\nFAX (310) 828-5129\r\n\r\n<a href="http://www.estarbird.com/">www.estarbird.com</a></li>\r\n	<li><strong>Sweeney Enterprises, Inc.</strong>\r\nAutomatic Feeders\r\n(800) 443-4244\r\nFAX (800) 337-5017\r\n\r\n<a href="http://www.sweeneyfeeders.com">www.sweeneyfeeders.com</a></li>\r\n	<li><strong>That Pet Place</strong>\r\n<a href="http://www.thatpetplace.com ">www.thatpetplace.com </a></li>\r\n	<li><strong>Twin Leather Company</strong>\r\nBird toy parts and supplies\r\n(508) 583-3485\r\nFAX (508) 586-4501\r\n\r\n<a href="http://www.twinleather.com/">www.twinleather.com</a>\r\nemail: <a href="mailto:sales@twinleather.com">sales@twinleather.com</a></li>\r\n	<li><strong>Valentine Inc.\r\n</strong>Zoological supplies\r\nFAX  (239) 645 4682\r\n\r\n<a href="http://www.valentineinc.com/">www.valentineinc.com</a></li>\r\n	<li><strong>Welburn Gourd Farm</strong>\r\nGourds\r\n(760)728-4271\r\n\r\n<a href="http://www.welburngourdfarm.com">www.welburngourdfarm.com</a></li>\r\n	<li><strong>World Champion Horse Equipment</strong>\r\nEquine Supply\r\n(931) 684-0496\r\n\r\n<a href="http://www.ehorseequipment.com">www.ehorseequipment.com</a></li>\r\n	<li><strong>Zoomed Laboratories</strong>\r\nHerpetological Supplies\r\n(805) 542-9988  FAX (805) 542-9295\r\n\r\n<a href="http://www.zoomed.com/">www.zoomed.com</a>\r\nemail: <a href="mailto:zoomed@zoomed.com">zoomed@zoomed.com</a></li>\r\n</ul>', 'Enrichment Suppliers', 0, '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2013-09-23 10:37:01', '2013-09-23 15:37:01', '', 324, 'http://web3.gowebsolutions.com/~aazook/uncategorized/324-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3001, 1, '2013-09-23 10:37:01', '2013-09-23 15:37:01', 'The training resources available today, many of them free, can really help a trainer develop skills, problem solve, and collect new ideas.  There are literally thousands, if not more, resources for zoo keepers to learn more about animal training.  Below is a brief list of some of these resources other than those produced by the ATC.  This resource list includes websites, List Servs and supply companies that are not necessarily affiliated with or endorsed by the AAZK, Inc.  However, many of them can prove to be quite useful to the zoo trainer.  Specific articles and books are listed in the <a href="http://aecetia.net/gws/aazk/wp-content/uploads/training_enrichment_bibliography.pdf">Animal Training and Enrichment Bibliography</a>.\r\n\r\nThere is one resource that is not on this list that is invaluable to the zoo trainer - our zoo colleagues.  In addition to utilizing the vast array of training resources available in books, or websites, etc., the ATC encourages all zoo trainers to communicate with their peers and colleagues to learn from each other’s experiences.\r\n\r\n<strong>E Mail List Serves:</strong>\r\nAZA (American Association of Zoos and Aquariums) Animal Training List Serve.  To join contact <a href="mailto:mthompson@lifegate.net">mthompson@lifegate.net</a>.\r\nRATE: Reptile, Amphibian Training and Enrichment List Serve.  To join contact  <a href="mailto:andre.j.daneault@disney.com">andre.j.daneault@disney.com</a>.\r\n\r\n<strong>Journals and Newsletters:</strong>\r\nAnimal Behavior Management Alliance\r\nC/o Gary Wilson, Moorpark College, 7075 Campus Road, Moorpark, CA 93021, 805-378-1441\r\n\r\nAnimal Keepers’ Forum (Journal of the American Association of Zoo Keepers (AAZK)\r\n3601 S.W 29th St. Suite 133, Topeka, KS 66614\r\n\r\nJournal of the Elephant Managers’ Association Newsletter (EMA)\r\nC/o Chuck Doyle Rosamund Gifford Zoo 1 Conservation Place, Syracuse, NY 13204\r\n\r\nSoundings, Magazine of the International Marine Animal Trainers’ Association (IMATA)\r\n1200 South Lake Shore Drive, Chicago, IL 60605\r\n\r\nThe Flyer, newsletter of the International Association of Avian Trainers and Educators (IAATE)\r\n2412 Creekside Court, Stillwater, MN 55082\r\n\r\n<strong>\r\nWorld Wide Web:</strong>\r\nArk Animals\r\n<a href="http://www.arkanimals.com">www.arkanimals.com</a>\r\n\r\nElephant Managers’ Association\r\n<a href="http://www.elephant-managers.com">www.elephant-managers.com</a>\r\n\r\nInternational Association of Avian Trainers and Educators\r\n<a href="http://www.iaate.org">www.iaate.org</a>\r\n\r\nInternational Marine Animal Trainers’ Association\r\n<a href="http://www.imata.org">www.imata.org</a>\r\n\r\nAnimal Training Website for Disney’s Animal Kingdom\r\n<a href="http://www.animaltraining.org">www.animaltraining.org</a>\r\n\r\n<strong>Bird Training Websites</strong>\r\nBarbara Heidenreich\'s website\r\n<a href="http://www.GoodBirdInc.com">www.GoodBirdInc.com</a>\r\n\r\nNorthwood limited\r\n<a href="http://www.northwoodsfalconry.com/">http://www.northwoodsfalconry.com/</a>\r\n\r\nMike\'s Falconry\r\n<a href="http://www.mikesfalconry.com/">http://www.mikesfalconry.com/</a>\r\n\r\nPsitticines\r\n<a href="http://www.busybeaks.com/77811_good_bird.htm">http://www.busybeaks.com/77811_good_bird.htm</a>\r\n\r\n<strong>Places to purchase books:</strong>\r\nAmazon.com\r\n\r\n<strong>Training Supplies:</strong>\r\nAnimal Management Resources, Inc. (Meg Hudson-Dye)\r\n<a href="http://www.Mytrainingstore.com">www.Mytrainingstore.com</a>\r\n\r\nBusy Beaks, LLC\r\n458 Lucher Rd\r\nWillis, TX  77378\r\nVoice: 936-344-8400\r\nFax: 936-344-8406\r\n<a href="http://www.busybeaks.com">www.busybeaks.com</a>\r\n\r\nThey have a large variety of bird toys that are good quality.\r\n\r\nKaren Pryor’s Website and Store\r\n<a href="http://www.clickertraining.com">www.clickertraining.com</a>\r\n\r\n<strong>Transmitters:</strong>\r\nMerlin Systems, Inc.\r\nP.O. Box 190257 Boise, ID 83719\r\nPh:(208)362-2254   Fax:(208) 362-2140\r\nFor Orders: 1-866-742-8475\r\n<a href="http://www.merlin-systems.com">www.merlin-systems.com</a>\r\n\r\nLL Electronics\r\n<a href="http://www.radiotracking.com/">http://www.radiotracking.com/</a>\r\n<strong></strong>\r\n\r\n<strong>Receivers:</strong>\r\n<a href="http://www.com-spec.com">www.com-spec.com</a>\r\n\r\n<em></em>\r\n\r\n<em>Please note: The information and/or products provided in this resource list are intended for use at the zoo trainer\'s discretion. The ATC or AAZK, Inc. does not necessarily endorse the information or products in this resource list, but has compiled it simply as a reference list for you to use at your own discretion.</em>', 'Suggested Animal Training Resources', 0, '', 'inherit', 'closed', 'closed', '', '303-revision-v1', '', '', '2013-09-23 10:37:01', '2013-09-23 15:37:01', '', 303, 'http://web3.gowebsolutions.com/~aazook/uncategorized/303-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3002, 1, '2013-09-23 10:37:01', '2013-09-23 15:37:01', '<h2>Applications being accepted for the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></h2>\r\n<h2>Program Manager - Patty Pearthree</h2>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> <a href="/committee/bowling-for-rhinos/bfr-donation/"><img class="alignright size-full wp-image-2410" title="donate_button" src="http://aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\r\n<h2>Total Funds Raised to Date: <span style="color: #ff0000;">$4,321,808.48</span></h2>\r\n<h2><strong><strong>2012 Funds Raised: <span style="color: #ff0000;"><em>$337,191.09 - this is a new record for amount raised in a year!</em></span></strong></strong></h2>\r\n<strong>Purpose</strong>\r\n\r\nThe AAZK Bowling for Rhinos program provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s <strong>Bowling for Rhinos</strong> fund raiser began on a small scale and is now the signature conservation effort of AAZK.  BFR events  across North America  raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal  of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.   In 1990, AAZK began by supporting the Lewa Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the Program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"><img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"><img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\nCheck the calendar below to see if there is a local event in your area. If you would like to have your event listed, please send your BFR event date &amp; contact info to: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\n<iframe src="https://www.google.com/calendar/embed?showTz=0&amp;height=480&amp;wkst=1&amp;bgcolor=%23cc6600&amp;src=i632h1mj6669n3peqanca9mjmo%40group.calendar.google.com&amp;color=%23B1440E&amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="640" height="480" frameborder="0" scrolling="no"></iframe>\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing">click here</a>.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos (BFR)', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-09-23 10:37:01', '2013-09-23 15:37:01', '', 168, 'http://web3.gowebsolutions.com/~aazook/uncategorized/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3003, 1, '2013-09-23 10:37:01', '2013-09-23 15:37:01', 'The following links are relevant to the Bowling for Rhinos program.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<a href="http://www.bluerhino.com/BRWEB/Company-Info/Save-the-Rhinos.aspx"><img class="alignnone size-full wp-image-867" title="blue-rhino-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue-rhino-logo.jpg" alt="blue-rhino-logo" width="216" height="92" /></a> <a href="http://www.bluerhino.com/BRWEB/Company-Info/Save-the-Rhinos.aspx">Blue Rhino</a>\r\n\r\n<img class="alignnone size-medium wp-image-1461" title="lewaroundblack_withwebsite-2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewaroundblack_withwebsite-2-300x295.jpg" alt="lewaroundblack_withwebsite-2" width="180" height="177" /><a href="http://www.lewa.org">Lewa Wildlife Conservancy</a>\r\n\r\n<img class="alignnone size-full wp-image-986" title="irflogosm" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogosm.jpg" alt="irflogosm" width="150" height="98" /> <a href="http://www.rhinos-irf.org/">International Rhino Foundation</a>\r\n\r\n<img class="alignnone size-full wp-image-987" title="acklogosm" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogosm.jpg" alt="acklogosm" width="144" height="150" /> <a href="http://www.actionforcheetahs.org/">Action for Cheetahs in Kenya</a>\r\n\r\n<img class="size-full wp-image-1832 alignleft" title="nrt-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/nrt-logo.jpg" alt="nrt-logo" width="135" height="170" />\r\n\r\n<a href="http://www.nrt-kenya.org">\r\n</a>\r\n\r\n<a href="http://www.nrt-kenya.org">\r\n</a>\r\n\r\n<a href="http://www.nrt-kenya.org">\r\n</a>\r\n\r\n<a href="http://www.nrt-kenya.org">Northern Rangelands Trust</a>', 'BFR Links', 0, '', 'inherit', 'closed', 'closed', '', '885-revision-v1', '', '', '2013-09-23 10:37:01', '2013-09-23 15:37:01', '', 885, 'http://web3.gowebsolutions.com/~aazook/uncategorized/885-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3004, 1, '2013-09-23 10:37:01', '2013-09-23 15:37:01', '<h2><span style="color: #ff0000;">Application Deadline is June 1, 2013</span></h2>\r\nThe American Association of Zoo Keepers, Inc.  (AAZK) is pleased to announce the call for proposals for the Bowling for Rhinos Conservation Resource Fund. This competitive grant is designed to fund projects focused on rhino conservation and research. The total amount of funds available in 2012 is $3426.22. This competitive grant is designed to fund projects focused on rhino conservation and research. Successful proposals will reflect AAZK values and meet award criteria in one of four categories:\r\n<strong>·    Category I - In-situ Rhino Conservation and Research-</strong>\r\nShort-term (less than one year), specific, field research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner.\r\n<strong>·    Category 2 - In–situ Community, Educational or Medical Programs (Africa or Asia)-</strong>\r\nCommunity education, school support or medical programs developed or administrated by an individual working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner restricted to the continents of Africa or Asia. Preference may be given to local programs established and/or administrated by LWC (Lewa Wildlife Conservancy), IRF (International Rhino Foundation) or ACK (Action for Cheetahs in Kenya) endorsed partners.\r\n<strong>·    Category 3 - In-situ Species Conservation-</strong>\r\nShort-term (less than one year), specific, field research projects on any species that shares the exact same ecosystem as: Asian, Java, Sumatran, and African Black or White rhino.\r\n<strong>·    Category 4 - Ex-situ Rhino Conservation and Research –</strong>\r\nShort-term (less than one year), specific, zoological research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner. Researcher(s) must be able to demonstrate evidence of partnership with a rhino conservation entity operating in Asia or Africa combined with a tangible benefit to an in-situ conservation project.\r\n\r\n<strong>Eligibility</strong>\r\nAffiliation or partnership with AAZK is not required, but preference may be given to AAZK Members or Conservation Partners.\r\n<span style="color: #ff0000;"><em><strong>Applications are due no later the June 1st.</strong></em></span> Award announcements will be made on July 1.  Application information is available on the AAZK website, <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>. Go to the About Us on the homepage, then to Bowling for Rhinos for info and an application.\r\n\r\n<a class="thickbox" href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bfr-grant-application-instructions/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Application instructions.</a>', 'Bowling for Rhinos Conservation Resource Grant', 0, '', 'inherit', 'closed', 'closed', '', '1221-revision-v1', '', '', '2013-09-23 10:37:01', '2013-09-23 15:37:01', '', 1221, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1221-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3005, 1, '2013-09-23 10:37:01', '2013-09-23 15:37:01', '<a href="#q1">What is "Bowling For  Rhinos"?</a>\r\n<a href="#q2">Why save Rhinos?</a>\r\n<a href="#q3">Where do Bowling For Rhinos  Funds go?</a>\r\n<a href="#q4">Are donations to Bowling  For Rhinos tax deductible?</a>\r\n<a href="#q5">How can I help?</a>\r\n<a href="#q6">Do you need to be an AAZK  member to bowl?</a>\r\n<a href="#q7">How many chapters  participate?</a>\r\n<a href="#q10">Why not bowl for a  different animal each year?</a>\r\n<a href="#q11"></a><a href="#q12">Where can I get more  information?</a>\r\n\r\n<hr /><strong><a name="q1"><big>Q: What is "Bowling For Rhinos"?</big></a></strong>\r\n<strong><big></big></strong>\r\n\r\n<strong><big><img class="alignnone size-thumbnail wp-image-1308" title="bfr_logo_497x497" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo_497x497-150x150.jpg" alt="bfr_logo_497x497" width="90" height="90" />A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).  Over 60 AAZK chapters participate  throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\r\n\r\n<a name="q2"> </a>\r\n\r\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of<img class="size-medium wp-image-1312 alignright" title="extinct_rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/extinct_rhino-300x200.jpg" alt="extinct_rhino" width="300" height="200" /> rhino exist today when once there were over 100 species.  All 5 species- the white, black, greater one-horned, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the greater one-horned population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has fewer than 60 animals.\r\n\r\nThe black rhino is a symbol of conservation in Africa as our bald eagle  is to those of us in the United States. If the black rhino were to go extinct what message would we give our children?  The rhino is a large, flagship species.  By striving to save the rhino, we save large expanses of habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive guns and man.  The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles.  So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks.  "BFR"  money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuaries/parks, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\r\n\r\n<img class="size-full wp-image-1243 alignleft" title="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" alt="aazk-color-logo-c2a8" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an  obligation to save it and the other rhino species from extinction.  Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\r\n\r\n<a name="q3"> </a>\r\n\r\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the black and white rhino in Africa and the Javan and Sumatran rhino in  Indonesia. <img class="size-medium wp-image-1443 alignright" title="img_5337" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5337-300x200.jpg" alt="img_5337" width="210" height="140" />\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\r\n\r\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, <img class="alignleft size-medium wp-image-1445" title="sumatranrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino-300x199.jpg" alt="sumatranrhino" width="240" height="159" />patrol equipment and training of park guards in anti-  poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to Lewa Wildlife Conservancy(LWC). 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant </a>administered by the AAZK.\r\n\r\n<a name="q4"> </a>\r\n\r\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\r\n\r\n<a name="q5"> </a>\r\n\r\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser or by donating to someone who is. <a href="http://aecetia.net/gws/aazk/links/aazk-local-chapters">Click  here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\r\n\r\n<a name="q6"> </a>\r\n\r\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> No. Anyone can join the bowl-a-thon and have fun.\r\n\r\n<a name="q7"> </a>\r\n\r\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some bowl together) in U.S. and Canada.\r\n\r\n<a name="q8"> </a>\r\n\r\n<a name="q10"> </a>\r\n\r\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan  gibbons and the coral reefs,  just to name a few.\r\n\r\n<a name="q12"> </a>\r\n\r\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2013-09-23 10:37:01', '2013-09-23 15:37:01', '', 1269, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1269-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3006, 1, '2013-09-23 10:37:01', '2013-09-23 15:37:01', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\r\n\r\n<em><strong>Marketing</strong></em>\r\n\r\n<a href="http://youtu.be/PeEETlgT2xI">BFR Promotional Video</a> (YouTube)\r\n\r\nChapter Event Media Release template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/chapter_media_release.doc">Word format</a>)\r\n\r\nFlyer template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/flyer_template.ppt">Powerpoint format</a>)\r\n\r\nBLAST template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blast.ppt">Powerpoint format</a>)\r\n\r\n<span style="font-weight: bold; font-style: italic;">Event Planning</span>\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nSponsor Letter Mail template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_mail.doc">Word format</a>)\r\n\r\nSponsor Letter Hand Delivered template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_hand.doc">Word format</a>)\r\n\r\nThank You Letter template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/thank_you_letter.doc">Word format</a>)\r\n\r\n<em><strong>Examples</strong></em>\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.rtf">rich text format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2013-09-23 10:37:01', '2013-09-23 15:37:01', '', 1404, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1404-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3007, 1, '2013-09-23 10:37:01', '2013-09-23 15:37:01', 'Donate to Bowling for Rhinos today and help save rhinos and their ecosystems.  You may give a General donation or in the name of your local Chapter. All donations are 100% tax deductible.  Thank YOU for Your Gift to Support Conservation.\r\n\r\n<form id="bfr_donation" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input name="cmd" type="hidden" value="_donations" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="lc" type="hidden" value="US" /> <input name="item_name" type="hidden" value="AAZK Bowling for Rhinos" /> <input name="no_note" type="hidden" value="1" /> <input name="no_shipping" type="hidden" value="2" /> <input name="bn" type="hidden" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHosted" />\r\n\r\n<fieldset>\r\n\r\n<label for="amount">Amount</label>\r\n\r\n<input id="amount" name="amount" type="text" /> <select id="currency_code" name="currency_code"> <option value="USD">USD</option> <option value="GBP">GBP</option> <option value="CAD">CAD</option> </select>\r\n\r\n</fieldset>\r\n\r\n<fieldset>\r\n\r\n<label for="chapter">AAZK Chapter</label>\r\n\r\n<select id="chapter" name="item_number"> <option value="General">General</option> <option value="AAZK of Cheyenne Mountain Zoo">AAZK of Cheyenne Mountain Zoo</option> <option value="AAZK of New Bedford Chapter">AAZK of New Bedford Chapter</option> <option value="Acadiana AAZK Chapter">Acadiana AAZK Chapter</option> <option value="Assiniboine Park Zoo AAZK Chapter">Assiniboine Park Zoo AAZK Chapter</option> <option value="Audubon Park AAZK Chapter">Audubon Park AAZK Chapter</option> <option value="Baton Rouge Zoo AAZK Chapter">Baton Rouge Zoo AAZK Chapter</option> <option value="Battle Creek AAZK Chapter">Battle Creek AAZK Chapter</option> <option value="Beardsley Zoo AAZK Chapter">Beardsley Zoo AAZK Chapter</option> <option value="Birmingham Zoo Chapter of AAZK">Birmingham Zoo Chapter of AAZK</option> <option value="Bronx Zoo AAZK Chapter">Bronx Zoo AAZK Chapter</option> <option value="Brookfield AAZK Chapter">Brookfield AAZK Chapter</option> <option value="California Desert AAZK Chapter">California Desert AAZK Chapter</option> <option value="Cape May County Zoo AAZK Chapter">Cape May County Zoo AAZK Chapter</option> <option value="Central Illinois AAZK Chapter">Central Illinois AAZK Chapter</option> <option value="Chesapeake AAZK Chapter">Chesapeake AAZK Chapter</option> <option value="Columbus AAZK Chapter">Columbus AAZK Chapter</option> <option value="Dallas Zoo Chapter of AAZK">Dallas Zoo Chapter of AAZK</option> <option value="Detroit AAZK Chapter">Detroit AAZK Chapter</option> <option value="EFBC AAZK Chapter">EFBC AAZK Chapter</option> <option value="Edmonton Chapter of AAZK">Edmonton Chapter of AAZK</option> <option value="El Paso Del Norte AAZK Chapter">El Paso Del Norte AAZK Chapter</option> <option value="Fort Worth Zoo AAZK Chapter">Fort Worth Zoo AAZK Chapter</option> <option value="Fresno Chaffee Zoo AAZK Chapter">Fresno Chaffee Zoo AAZK Chapter</option> <option value="Galveston Chapter of AAZK">Galveston Chapter of AAZK</option> <option value="Georgia AAZK Chapter">Georgia AAZK Chapter</option> <option value="Greater Baltimore Chapter of AAZK">Greater Baltimore Chapter of AAZK</option> <option value="Greater Cincinnati Chapter of AAZK">Greater Cincinnati Chapter of AAZK</option> <option value="Greater Cleveland Area AAZK Chapter">Greater Cleveland Area AAZK Chapter</option> <option value="Greater Houston AAZK Chapter">Greater Houston AAZK Chapter</option> <option value="Greater Kansas City AAZK Chapter">Greater Kansas City AAZK Chapter</option> <option value="Greater New Jersey AAZK Alliance Chapter">Greater New Jersey AAZK Alliance Chapter</option> <option value="Greater Orlando AAZK Chapter">Greater Orlando AAZK Chapter</option> <option value="Greater Philadelphia AAZK Chapter">Greater Philadelphia AAZK Chapter</option> <option value="Greater Sac AAZK Chapter">Greater Sac AAZK Chapter</option> <option value="Greenville Zoo AAZK Chapter">Greenville Zoo AAZK Chapter</option> <option value="Heart of Illinois AAZK Chapter">Heart of Illinois AAZK Chapter</option> <option value="Honolulu AAZK Chapter">Honolulu AAZK Chapter</option> <option value="Indianapolis AAZK Chapter">Indianapolis AAZK Chapter</option> <option value="Jackson Zookeepers Association">Jackson Zookeepers Association</option> <option value="Jacksonville AAZK Chapter">Jacksonville AAZK Chapter</option> <option value="Lake Superior AAZK Chapter">Lake Superior AAZK Chapter</option> <option value="Lincoln Park AAZK Chapter">Lincoln Park AAZK Chapter</option> <option value="Lion Country Safari AAZK Chapter">Lion Country Safari AAZK Chapter</option> <option value="Little Rock Zoo AAZK Chapter">Little Rock Zoo AAZK Chapter</option> <option value="Little Turtle AAZK Chapter">Little Turtle AAZK Chapter</option> <option value="Los Angeles Zoo AAZK Chapter">Los Angeles Zoo AAZK Chapter</option> <option value="Louisville Zoo AAZK Chapter">Louisville Zoo AAZK Chapter</option> <option value="Memphis Zoo AAZK Chapter">Memphis Zoo AAZK Chapter</option> <option value="Mesker Park Zoo AAZK Chapter">Mesker Park Zoo AAZK Chapter</option> <option value="Midnight Sun Chapter of the AAZK">Midnight Sun Chapter of the AAZK</option> <option value="Milwaukee County Zoo AAZK Chapter">Milwaukee County Zoo AAZK Chapter</option> <option value="Minnesota Zoo AAZK Chapter">Minnesota Zoo AAZK Chapter</option> <option value="Naples AAZK Chapter">Naples AAZK Chapter</option> <option value="Nashville AAZK Chapter">Nashville AAZK Chapter</option> <option value="National Capital AAZK Chapter">National Capital AAZK Chapter</option> <option value="New England Chapter of AAZK">New England Chapter of AAZK</option> <option value="Niabi Zoo AAZK Chapter">Niabi Zoo AAZK Chapter</option> <option value="North Carolina AAZK Chapter">North Carolina AAZK Chapter</option> <option value="North Carolina Piedmont AAZK Chapter">North Carolina Piedmont AAZK Chapter</option> <option value="Oklahoma City Zoo AAZK Chapter">Oklahoma City Zoo AAZK Chapter</option> <option value="Omaha AAZK Chapter">Omaha AAZK Chapter</option> <option value="Orange County Chapter of AAZK">Orange County Chapter of AAZK</option> <option value="Ozarks Chapter of the AAZK">Ozarks Chapter of the AAZK</option> <option value="Palm Beach Zoo AAZK Chapter">Palm Beach Zoo AAZK Chapter</option> <option value="Phoenix Chapter of AAZK">Phoenix Chapter of AAZK</option> <option value="Portland AAZK Chapter">Portland AAZK Chapter</option> <option value="Pt. Defiance AAZK Chapter">Pt. Defiance AAZK Chapter</option> <option value="Puget Sound AAZK Chapter">Puget Sound AAZK Chapter</option> <option value="Rainier AAZK Chapter">Rainier AAZK Chapter</option> <option value="Red River AAZK Chapter">Red River AAZK Chapter</option> <option value="Roanoke Valley AAZK Chapter">Roanoke Valley AAZK Chapter</option> <option value="Rocky Mountain AAZK Chapter">Rocky Mountain AAZK Chapter</option> <option value="Roger Williams Park Zoo AAZK Chapter">Roger Williams Park Zoo AAZK Chapter</option> <option value="Rosamond Gifford Zoo AAZK Chapter">Rosamond Gifford Zoo AAZK Chapter</option> <option value="Saint Louis AAZK Chapter">Saint Louis AAZK Chapter</option> <option value="San Antonio Zoo AAZK Chapter">San Antonio Zoo AAZK Chapter</option> <option value="San Diego AAZK Chapter">San Diego AAZK Chapter</option> <option value="San Francisco Bay Area Chapter of AAZK">San Francisco Bay Area Chapter of AAZK</option> <option value="Santa Barbara AAZK Chapter">Santa Barbara AAZK Chapter</option> <option value="Santa Fe College Teaching Zoo Student AAZK Chapter">Santa Fe College Teaching Zoo Student AAZK Chapter</option> <option value="South Florida AAZK Chapter">South Florida AAZK Chapter</option> <option value="Southern Colorado AAZK Chapter">Southern Colorado AAZK Chapter</option> <option value="Southern Ontario Zoo Keepers AAZK Chapter">Southern Ontario Zoo Keepers AAZK Chapter</option> <option value="Tampa Bay AAZK Chapter">Tampa Bay AAZK Chapter</option> <option value="The Elmwood Park Zoo Chapter of AAZK">The Elmwood Park Zoo Chapter of AAZK</option> <option value="The Redwood Coast AAZK Chapter">The Redwood Coast AAZK Chapter</option> <option value="The Riverbanks Zoo and Garden AAZK Chapter">The Riverbanks Zoo and Garden AAZK Chapter</option> <option value="The Scovill Zoo AAZK Chapter">The Scovill Zoo AAZK Chapter</option> <option value="The Seneca Park Zoo AAZK Chapter">The Seneca Park Zoo AAZK Chapter</option> <option value="Toledo Zoo AAZK Chapter">Toledo Zoo AAZK Chapter</option> <option value="Topeka Zoo Chapter of AAZK">Topeka Zoo Chapter of AAZK</option> <option value="Tucson AAZK Chapter">Tucson AAZK Chapter</option> <option value="Tulsa Zoo AAZK Chapter">Tulsa Zoo AAZK Chapter</option> <option value="Utah Chapter of AAZK">Utah Chapter of AAZK</option> <option value="West Texas AAZK Chapter">West Texas AAZK Chapter</option> <option value="Wildlife Safari AAZK Chapter">Wildlife Safari AAZK Chapter</option> <option value="Wildlife World Zoo AAZK Chapter">Wildlife World Zoo AAZK Chapter</option> </select>\r\n\r\n</fieldset>\r\n\r\n<fieldset class="controls">\r\n\r\n<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" type="image" /> <img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" />\r\n</fieldset>\r\n\r\n</form>', 'Donation to Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '2782-revision-v1', '', '', '2013-09-23 10:37:01', '2013-09-23 15:37:01', '', 2782, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2782-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3008, 1, '2013-09-23 10:37:01', '2013-09-23 15:37:01', '<p style="text-align: center;"></p>\r\n<p style="text-align: center;"><em><strong></strong></em></p>\r\n<p style="text-align: center;"><img class="alignnone size-medium wp-image-1461" title="lewaroundblack_withwebsite-2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewaroundblack_withwebsite-2-300x295.jpg" alt="lewaroundblack_withwebsite-2" width="300" height="295" /></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><em><strong>Mission Statement of Lewa Wildlife Conservancy (LWC)</strong></em></p>\r\n<p style="text-align: left;">The <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a> works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programmes, and the education of neighbouring areas in the value of wildlife.</p>\r\n<p style="text-align: left;"><strong>Where is LWC located?</strong></p>\r\n\r\n<h5 style="text-align: left;"><strong><object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object> </strong><em></em></h5>\r\n<h5 style="text-align: left;"><em>Map courtesy of <a href="http://www.lewa.org">Lewa Wildlife Conservancy</a></em><strong></strong></h5>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>History</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely<img class="alignright size-medium wp-image-1012" title="img_6296a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="img_6296a" width="240" height="160" /> to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In                      1983 the Craigs and Anna Merz  - who funded the program - decided to establish                      the fenced and guarded Ngare Sergoi Rhino Sanctuary at the                      western end of Lewa. <img class="size-medium wp-image-1073 alignleft" title="img_4434a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="img_4434a" width="175" height="210" />White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos                      needed more space, and the sanctuary was expanded to cover                      the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare                      Ndare Forest Reserve</span>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Wildlife on Lewa</strong><img class="size-medium wp-image-1075 alignright" title="img_3593a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="img_3593a" width="174" height="192" /></p>\r\n<p style="text-align: left;">There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.</p>\r\n\r\n<img class="alignleft size-medium wp-image-1117" title="img_5948a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="img_5948a" width="227" height="150" /> <img class="size-medium wp-image-1178 alignnone" title="img_4405a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="img_4405a" width="241" height="151" /> <img class="size-medium wp-image-1118 alignnone" title="img_6361a" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="img_6361a" width="227" height="150" />\r\n<p style="text-align: left;"><strong>Community Development Programs</strong></p>\r\n<p style="text-align: left;">Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife<img class="size-thumbnail wp-image-1329 alignright" title="lewa_20100208_0052_students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="lewa_20100208_0052_students" width="150" height="150" /> conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.</p>\r\n<p style="text-align: left;"><img class="size-medium wp-image-1331 alignleft" title="lewa_20100208_0095_manyangalocommunityfarms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="lewa_20100208_0095_manyangalocommunityfarms" width="300" height="214" /> <img class="size-medium wp-image-1333 alignnone" title="lewa_20100208_0082_lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="lewa_20100208_0082_lunchline" width="300" height="214" /></p>\r\n<p style="text-align: left;">For more information on Lewa Wildlife Conservancy and its programs please visit their <a href="http://www.lewa.org">website</a>.</p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2013-09-23 10:37:01', '2013-09-23 15:37:01', '', 991, 'http://web3.gowebsolutions.com/~aazook/uncategorized/991-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3009, 1, '2013-09-23 10:37:01', '2013-09-23 15:37:01', 'AAZK members have been offered a tremendous opportunity to see how the money raised from Bowling for Rhinos, Sponsored by Blue Rhino is spent. Lewa Wildlife Conservancy has generously offered a <strong>limited</strong> number of trips at a reduced rate for AAZK members and their friends to visit the Conservancy. AAZK members receive a discount on lodging rates at the Lewa  Safari Camp. It\'s a great opportunity for professional research (which may be tax deductible, please consult your tax advisor for details) and to witness how BFR funds help to support Lewa. AAZK members generally receive preference in trip scheduling but the trip participants are not limited to AAZK members.\r\n\r\nTrip leaders are volunteers, not travel professionals (<strong>**</strong><em>please see liability statement below the calendar</em>). They  volunteer hundreds of hours arranging these trips. A trip leader honorarium may be collected from each trip participant to help defray the cost of the journey to Lewa. Trip leaders also receive lodging sponsorship from Lewa Safari Camp. Visit <a href="http://www.lewa.org">Lewa.org</a> for more information about Lewa Wildlife Conservancy.\r\n\r\nThe cost of the trips vary depending upon departure city and other  variables such as international air fare, in-country (Kenya) lodging and transportation, trip extensions, special activities and tourist venues, and other variables arranged by each trip leader.\r\n\r\n<a href="/wp-content/uploads/lewajourney.pdf">Sample itinerary: in Adobe Acrobat format</a>\r\n\r\nThe calendar below lists the trip dates and contact information of known trip leaders. Click on the arrows to move through the months to see when trips are offered. Click on listed trips for contact information of the trip leaders. Please direct all inquiries to the individual trip leaders for additional information.\r\n\r\n<iframe src="http://www.google.com/calendar/embed?title=Lewa%20Wildlife%20Conservancy%20Safaris&amp;height=600&amp;wkst=1&amp;bgcolor=%2333ccff&amp;src=lwcsafari%40cox.net&amp;color=%23A32929&amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="700" height="600" frameborder="0" scrolling="no"></iframe> \r\n\r\n\r\n<h6><strong><em>**These trips are not sponsored by AAZK, Inc. Information is provided as a courtesy. It is understood that certain hazards exist for citizens of the United States of America and other western countries while traveling outside the United States.  Hazards include, but are not limited to, Acts of God, fire, acts of governments or other authorities, terrorist activities, wars civil disturbances, riots, strikes, thefts, pilferage, epidemics, quarantines, the risk of theft, loss and damage to personal property.  These hazards could result in bodily injury, sickness, death or dismemberment.  By participating in these trips it is understood and accepted that these risks are inherent and the participant will forever discharge and agree to hold harmless the American Association of Zoo Keepers, Inc. (AAZK Inc.) and the directors, officers, trip leader(s) and any other representative of AAZK, Inc. from any and all liability, claims or demands while participating in a safari to Kenya.</em></strong></h6>\r\n<h6><strong><em>Furthermore, it is understood that all risk of personal injury, sickness, death, theft or damage of personal property and expense, which may result from the participation in any and all events, activities, or in recreation and work therein is accepted by the participant.**</em></strong></h6>', 'Lewa Wildlife Conservancy Safaris', 0, '', 'inherit', 'closed', 'closed', '', '292-revision-v1', '', '', '2013-09-23 10:37:01', '2013-09-23 15:37:01', '', 292, 'http://web3.gowebsolutions.com/~aazook/uncategorized/292-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3010, 1, '2013-09-23 10:37:01', '2013-09-23 15:37:01', '<h3>Chair</h3>\r\n<img class="alignnone size-full wp-image-1937" title="rickotarsky" src="http://aecetia.net/gws/aazk/wp-content/uploads/rickotarsky.jpg" alt="rickotarsky" width="131" height="150" /> Ric Kotarsky - <em>Tulsa Zoo</em>\r\n<h3>Purpose</h3>\r\nThis committee shall annually review the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. The committee consists of a minimum of five members, two of which shall be member of the Board of Directors. Appointments are made at the discretion of the President. If you would like a copy of the Association’s Bylaws please contact the Administrative Office.', 'Bylaws Committee', 0, '', 'inherit', 'closed', 'closed', '', '173-revision-v1', '', '', '2013-09-23 10:37:01', '2013-09-23 15:37:01', '', 173, 'http://web3.gowebsolutions.com/~aazook/uncategorized/173-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3011, 1, '2013-09-23 10:37:01', '2013-09-23 15:37:01', '<h3>Co-chairs</h3>\r\n<img class="alignnone size-full wp-image-841" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /> Amanda Kamradt - <em>Zoo New England </em>\r\n\r\n<img class="alignnone size-full wp-image-2428" title="christy_poelker" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy_poelker.jpg" alt="christy_poelker" width="136" height="159" /> Christy Poelker -<em>Saint Louis Zoo</em>\r\n<h3>Purpose</h3>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<h3>Conservation Committee Mission Statement</h3>\r\nTo promote and establish connections between AAZK members and the conservation of wildlife and their habitats.\r\n\r\nTo provide educational resources for members and their institutions about environmentally responsible practices.\r\n<h3>Vision Statement</h3>\r\nServe as a resource that will assist members in finding in situ opportunities with local, national, and international conservation projects and to initiate new conservation projects.\r\n\r\nProvide contact information to coordinate educational and development opportunities with conservationists.', 'Conservation Committee', 0, '', 'inherit', 'closed', 'closed', '', '182-revision-v1', '', '', '2013-09-23 10:37:01', '2013-09-23 15:37:01', '', 182, 'http://web3.gowebsolutions.com/~aazook/uncategorized/182-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3012, 1, '2013-09-23 10:37:01', '2013-09-23 15:37:01', '<h3>Chair</h3>\r\n<img class="alignnone size-full wp-image-846" title="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny.jpg" alt="penny" width="186" height="209" /> Penny Jolly  <em>Disney\'s Animal Kingdom</em><em></em>\r\n<h3>Purpose</h3>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.', 'Ethics Committee', 0, '', 'inherit', 'closed', 'closed', '', '171-revision-v1', '', '', '2013-09-23 10:37:01', '2013-09-23 15:37:01', '', 171, 'http://web3.gowebsolutions.com/~aazook/uncategorized/171-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3013, 1, '2013-09-23 10:37:01', '2013-09-23 15:37:01', '<h3>Grants Committee Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /> Shelly Roach - <em>Columbus Zoo and Aquarium</em>\r\n\r\nZoo Keeper Grants in Zoology, Proposal Guidelines and Instructions\r\n<h3>Purpose</h3>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<h3>Qualifications</h3>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are professional\r\nmembers of AAZK, INC. in good standing, are eligible to receive grants. Researchers\r\nother than zoo keepers may participate in the funded studies. The principal\r\ninvestigator, however, must be a keeper/aquarist.\r\n<h3>Restrictions</h3>\r\nThe committee will not fund any invasive biological studies, or any study\r\nthat may cause an animal undue or prolonged discomfort or harm.\r\n\r\nAllowable expenses include equipment, supplies and other costs such as library\r\nfees, computer time, etc. Expenses that are not allowed include travel and\r\ntelephone costs, animal purchases and wages for research participants. Grant\r\nrecipients will be reimbursed for research expenses upon presentation of receipts.\r\nOnly in unusual circumstances, and only with Board approval, will grant recipients\r\nbe advanced funds. In such cases, receipts will be required as soon as they\r\nare available. Upon completion of the study, all equipment purchased with\r\nAAZK funds becomes the property of AAZK, Inc. and must be forwarded to the\r\ncommittee unless other arrangements have been approved.\r\n\r\nFailure to comply with any of these regulations may result in the revocation\r\nof the grant at any time.\r\n\r\n<a href="/about/grants/">Available Grants</a>', 'Grants Committee', 0, '', 'inherit', 'closed', 'closed', '', '163-revision-v1', '', '', '2013-09-23 10:37:01', '2013-09-23 15:37:01', '', 163, 'http://web3.gowebsolutions.com/~aazook/uncategorized/163-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3014, 1, '2013-09-23 10:37:01', '2013-09-23 15:37:01', '<h3><img class="aligncenter size-full wp-image-1499" title="icz_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/icz_logo.jpg" alt="icz_logo" width="223" height="169" />AAZK Program Representatives</h3>\r\n<img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /> Norah Farnham         <img class="alignnone size-full wp-image-2758" title="sara_wunder21" src="http://aecetia.net/gws/aazk/wp-content/uploads/sara_wunder21.jpg" alt="sara_wunder21" width="150" height="171" /> Sara Wunder Steward\r\n\r\n<em><strong>Purpose</strong></em>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n\r\nThe ICZ evolved from AAZK’s now-extinct International Outreach Committee (IOC). A major accomplishment of the IOC was procuring a travel grant which afforded the opportunity for representatives from 7 of the world’s professional zookeeper associations to meet at the AAZK conference in Columbus Ohio, in 2000.  Since this meeting, the ICZ has grown into an incorporated 501(c) 3 non-profit organization, complete with a Constitution, By- Laws, and 6,000 members from 30 countries.\r\n\r\n<strong>ICZ Mission Statement: </strong>\r\n\r\n\'The ICZ will build a worldwide network among zookeepers and other professionals in the field of wildlife care and conservation. This exchange of experience and knowledge will improve the professionalism of zookeepers for the benefit of the animals under their care and promote awareness and actions that will contribute to the preservation of wildlife everywhere.\'\r\n<strong>\r\nVision Statement:</strong>\r\n\r\n\'A global network of zookeepers with the highest standards of professional animal care contributing to a diverse and sustainable natural world where neither wild animals nor their habitats are in danger.\'\r\n\r\n<strong>Current membership of the ICZ:</strong>\r\n- American Association of Zoo Keepers (AAZK)\r\n- Association of British &amp; Irish Wild Animal Keepers (ABWAK)\r\n- Australasian Society of Zoo Keeping (ASZK)\r\n- Asociación Ibérica de Cuidadores de Animales Salvajes (AICAS) (Spain)\r\n- Association Francophone de Soigneurs Animaliers (AFSA) (France)\r\n- Berufsverband der Zootierpfleger (BdZ) (Germany)\r\n- Stichting De Harpij (Netherlands and Belgium)\r\n-Animal Keepers’ Association of Africa (AKAA)\r\n-Zookeepers’ Association of the Philippines (ZAP)\r\n\r\n<strong>ICZ Steering Committee:</strong>\r\n\r\nPresident:  Rolf Veehuizen, De Harpij\r\nVice President:  Carsten Knott, BdZ\r\nTreasurer:  Liz Romer, ASZK\r\nSecretary:  Carla Srb, ASZK\r\nAAZK Program Representatives:  Norah Farnham &amp; Sara Wunder Steward\r\nABWAK Representatives:  Richard Barnett &amp; Ross Snipp\r\nAFSA Representatives:   Virginie Roy &amp; Damien Lerasle\r\nAICAS Representative:  Albert Pamies &amp; Raul Cabrera\r\nAKAA Representatives:  Robynn Ingle-Moller &amp; John Werth\r\nBdZ Representative:  Carsten Knott &amp; Irene Tomaschek\r\nDe Harpij Representatives:  Dennis Blomjous\r\nZAP Representatives:  Leo Jonathon Suarez, DVM &amp; Emilia Lastica, DVM\r\n\r\n<img class="size-full wp-image-2759 alignnone" title="2012_icz_sc" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_icz_sc.jpg" alt="2012_icz_sc" width="571" height="428" />\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><span><em>Steering Committee in Singapore 2012</em></span></p>\r\n\r\n<em><strong>Strategic Plan:</strong></em>\r\nThe ICZ’s course through 2016 will be guided by eight Strategic Directions:\r\n·    Achieve the highest standards of zookeeping globally.\r\n·    To assist zoos in need of improvement.\r\n·    Securing the financial growth and stability needed to implement the ICZ’s strategy.\r\n·    Increasing ICZ\'s visibility and impact.\r\n·    Improving and developing the ICZ, reflecting the needs of zookeepers, zookeeper associations and zoos needing improvement.\r\n·    Developing and delivering ICZ’s core conservation activities.\r\n·    Developing and strengthening ICZ’s external partnerships.\r\n·    Procure and develop a professional administrative management.\r\n\r\n<em><strong>Upcoming:</strong></em>\r\nThe next ICZ conference will be held in Leipzig, Germany in 2015. Look for exact dates to be announced by Spring 2014.\r\n\r\n<img class="alignleft size-full wp-image-2760" title="2012_conf_group" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_conf_group.jpg" alt="2012_conf_group" width="700" height="467" />\r\n<p style="text-align: center;"></p>\r\n\r\n<strong>For more information:</strong>\r\nCurrently the two AAZK Program Representatives on the ICZ Steering Committee are Norah Farnham and Sara Wunder Steward. You may contact them at:\r\n\r\n<a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a>\r\n<a href="mailto:sara.steward@aecetia.net/gws/aazk">sara.steward@aecetia.net/gws/aazk</a>\r\n\r\nPlease visit the ICZ Website at:  <a href="http://www.iczoo.org">www.iczoo.org</a>', 'International Congress of Zookeepers (ICZ)', 0, '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2013-09-23 10:37:01', '2013-09-23 15:37:01', '', 153, 'http://web3.gowebsolutions.com/~aazook/uncategorized/153-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3015, 1, '2013-09-23 10:37:02', '2013-09-23 15:37:02', '<h4><img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" alt="pdc_color_logo" width="155" height="300" /></h4>\r\n<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-2550" title="melaina3" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina3-150x150.jpg" alt="melaina3" width="150" height="150" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>\r\n<h3>Purpose</h3>\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\n<img class="alignnone size-medium wp-image-1814" title="pass_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" alt="pass_workshop" width="225" height="300" />\r\n\r\nThe Passerine Husbandry Workshop  taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom.   This  a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds.   PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website.\r\n\r\n<img class="alignnone size-medium wp-image-1815" title="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" alt="robert_webster" width="300" height="225" />\r\n\r\n<em>Dr. Robert Webster giving one of many bird husbandry talks</em>\r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo.   This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry.  This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website\r\n\r\n<img class="alignnone size-medium wp-image-1816" title="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" alt="predator_ridge" width="300" height="225" />\r\n\r\n<em>Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge</em>\r\n\r\n<strong>The Future</strong>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<em><strong>Professional Development Committee Members</strong></em>\r\n\r\n  \r\n<h3>Bob Cisneros - AAZK President</h3>\r\n<h3>Board Oversight</h3>\r\n<h3>San Diego Zoo</h3>\r\n \r\n<h3>Melaina Wallace - Co-chair</h3>\r\n<h3>Disney\'s Animal Kingdom</h3>\r\n \r\n<h3>Ellen Vossekull - Co-Chair</h3>\r\n<h3>Utah\'s Hogle Zoo</h3>\r\n \r\n<div><strong>Victor Alm</strong></div>\r\n Oakland Zoo\r\n<div><strong>Leanne Blinco</strong></div>\r\n Disney\'s Animal Kingdom\r\n<div><strong>Mike Murray</strong></div>\r\n Denver Zoo\r\n<div><strong>Aaron Jesue</strong></div>\r\n<strong> </strong>North Carolina Zoo\r\n<div><strong>Eunice Hui</strong></div>\r\n<strong> </strong>CuriOdyssey\r\n<div><strong>Dawn Sohr</strong></div>\r\n Brookfield Zoo\r\n<div><strong>Andrew Rowan</strong></div>\r\n Denver Zoo\r\n<div><strong>Anthony Nielsen</strong></div>\r\n<strong> </strong>Lincoln Park Zoo\r\n<div><strong>T\'noya Thopmson Gonzales</strong></div>\r\n<strong> </strong>Moody Gardens\r\n<div><strong>Chris Mooney</strong></div>\r\n<strong> </strong>San Diego Zoo\r\n<div><strong>Sasha Stallard</strong></div>\r\n<strong> </strong>San Diego Zoo\'s Safari Park\r\n<div><strong>Janee Thill</strong></div>\r\n<strong> </strong>Sequoia Park Zoo\r\n<div><strong>Emily Merola</strong></div>\r\n<strong> </strong>Utah\'s Hogle Zoo', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-09-23 10:37:02', '2013-09-23 15:37:02', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3016, 1, '2013-09-23 10:37:02', '2013-09-23 15:37:02', '<div class="vcard">\r\n<div class="fn org">American Association of Zoo Keepers</div>\r\n<address class="adr"> </address>\r\n<div class="street-address">3601 SW 29th St.</div>\r\n<div class="street-address">Suite 133</div>\r\n<span class="locality">Topeka</span>, <span class="region">KS</span>, <span class="postal-code">66614-2054</span>\r\n<div class="tel">785-273-9149</div>\r\n</div>', 'Contact', 0, '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2013-09-23 10:37:02', '2013-09-23 15:37:02', '', 22, 'http://web3.gowebsolutions.com/~aazook/uncategorized/22-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3017, 1, '2013-09-23 10:37:02', '2013-09-23 15:37:02', '<div class="bod first">\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2.jpg" alt="bob-mug2" width="158" height="155" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">President<a href="mailto:bob.cisneros@aecetia.net/gws/aazk"></a></div>\r\n<div class="title"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="affiliated_zoo_location">San Diego, CA</div>\r\n<ul class="committees">\r\n	<li>Professional association and husbandry liaisons,</li>\r\n	<li><a href="../committee/professional-development-committee/">Professional Development</a>,</li>\r\n	<li>Media,</li>\r\n	<li>Social Media</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-846" title="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny.jpg" alt="penny" width="149" height="167" /></div>\r\n<div class="name">Penny Jolly</div>\r\n<div class="title">Vice President</div>\r\n<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="affiliated_zoo_location">Orlando, FL</div>\r\n<ul class="committees">\r\n	<li><a href="../committee/bowling-for-rhinos/">Bowling for Rhinos</a>,<a href="../committee/bowling-for-rhinos/"> </a><a href="../committee/bowling-for-rhinos/"></a></li>\r\n	<li><a href="../committee/ethics-committee/">Ethics</a>,</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/bylaws-committee/">Bylaws</a>,</li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-medium wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-222x300.jpg" alt="walz" width="133" height="180" /></div>\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Living Planet Aquarium</div>\r\n<div class="affiliated_zoo_location">Sandy, UT</div>\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/behavioral-husbandry/">Behavioral Husbandry</a><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/"> </a><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/"></a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-2131" title="wilson" src="http://aecetia.net/gws/aazk/wp-content/uploads/wilson.jpg" alt="wilson" width="150" height="181" /></div>\r\n<div class="name">Kelly Wilson</div>\r\n<div class="title">Board Member<a href="mailto:kelly.wilson@aecetia.net/gws/aazk"></a></div>\r\n<div class="title"><a href="mailto:kelly.wilson@aecetia.net/gws/aazk">kelly.wilson@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Detroit Zoo</div>\r\n<div class="affiliated_zoo_location">Detroit, MI</div>\r\n<div class="affiliated_zoo_location">\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/membership-resources/">Membership Resources</a><a href="../committee/bowling-for-rhinos/"> </a><a href="../committee/bowling-for-rhinos/"></a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-2258" title="wagner1" src="http://aecetia.net/gws/aazk/wp-content/uploads/wagner1.jpg" alt="wagner1" width="150" height="144" /></div>\r\n<div class="name">Denise Wagner</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:denise.wagner@aecetia.net/gws/aazk">denise.wagner@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Phoenix Zoo</div>\r\n<div class="affiliated_zoo_location">Phoenix, AZ</div>\r\n<ul class="committees">\r\n	<li><a href="../committee/awards-committee/">Awards</a>,</li>\r\n	<li><a href="../committee/grants-committee/">Grants</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">CEO/CFO</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Tucson, AZ</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-882" title="barbara" src="http://aecetia.net/gws/aazk/wp-content/uploads/barbara-150x150.jpg" alt="barbara" width="150" height="150" /></div>\r\n<div class="name">Barbara Manspeaker</div>\r\n<div class="title">Administrative Secretary</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Cleveland, OH</div>\r\n</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2013-09-23 10:37:02', '2013-09-23 15:37:02', '', 395, 'http://web3.gowebsolutions.com/~aazook/uncategorized/395-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3018, 1, '2013-09-23 10:37:02', '2013-09-23 15:37:02', '<div class="committee">\r\n<h3><a href="http://aecetia.net/gws/aazk/committee/international-congress-zookeepers/">International Congress of Zookeepers\r\n</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /></div>\r\n<div class="email">Norah Farnham</div>\r\n<div class="email">AAZK representative</div>\r\n<div class="email">Woodland Park Zoo</div>\r\n<div class="email"><a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a></div>\r\n<div class="email">\r\n<div class="name"><img class="size-full wp-image-2529 alignnone" title="sara_wunder2" src="http://aecetia.net/gws/aazk/wp-content/uploads/sara_wunder2.jpg" alt="sara_wunder2" width="150" height="171" /></div>\r\n<div class="email">Sara Wunder Steward</div>\r\n<div class="email">AAZK representative</div>\r\n<div class="email">Busch Gardens Tampa</div>\r\n<div class="email"><a href="mailto:sara.steward@aecetia.net/gws/aazk">sara.steward@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="committee"><a href="/committee/annual-aazk-conferences/"><strong>Annual AAZK Conferences</strong></a></div>\r\n<div class="committee">\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">CEO/CFO</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/grants-committee/">Grants Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /></div>\r\n<div class="name">Shelly Roach</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Columbus Zoo</div>\r\n<div class="email"><a href="mailto:shelly.roach@aecetia.net/gws/aazk">shelly.roach@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bowling-for-rhinos/">Bowling for Rhinos</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /></div>\r\n<div class="name">Patty Pearthree</div>\r\n<div class="title">Program Manager</div>\r\n<div class="email"><a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/ethics-committee/">Ethics Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2-150x150.jpg" alt="bob-mug2" width="150" height="150" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="email"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/bylaws-committee/">Bylaws Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-full wp-image-1937" title="rickotarsky" src="http://aecetia.net/gws/aazk/wp-content/uploads/rickotarsky.jpg" alt="rickotarsky" width="131" height="150" /></div>\r\n<div class="name">Ric Kotarsky</div>\r\n<div class="title">Chair</div>\r\n<div class="title">Tulsa Zoo</div>\r\n<div class="title"><a href="mailto:ric.kotarsky@aecetia.net/gws/aazk">ric.kotarsky@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/behavioral-husbandry/">Behavioral Husbandry</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-full wp-image-2729" title="julie" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="julie" width="120" height="141" /></div>\r\n<div class="name">Julie Hartell-DeNardo</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:julie.hartell.denardo@aecetia.net/gws/aazk">julie.hartell.denardo@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/awards-committee/">Awards Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-thumbnail wp-image-1249 alignnone" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /></div>\r\n<div class="name">Janet McCoy</div>\r\n<div class="title">Chair</div>\r\n<div class="email"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/professional-development-committee/">Professional Development Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="alignnone size-thumbnail wp-image-2550" title="melaina3" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina3-150x150.jpg" alt="melaina3" width="150" height="150" /></div>\r\n<div class="name">Melaina Wallace</div>\r\n<div class="title">Chair</div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="email"><a href="mailto:melaina.wallace@aecetia.net/gws/aazk">melaina.wallace@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n<div class="committee">\r\n<h3><a href="/committee/conservation-committee/">Conservation Committee</a></h3>\r\n<div class="chairman">\r\n<div class="name"><img class="size-full wp-image-841 alignnone" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" /></div>\r\n<div class="name">Amanda Kamradt</div>\r\n<div class="title">Co-chair</div>\r\n<div class="affiliated_zoo">Zoo New England</div>\r\n<div class="email"><a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a></div>\r\n<div class="email">\r\n<div class="name"><img class="alignnone size-full wp-image-2428" title="christy_poelker" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy_poelker.jpg" alt="christy_poelker" width="136" height="159" /></div>\r\n<div class="name">Christy Poelker</div>\r\n<div class="title">Co-chair</div>\r\n<div class="affiliated_zoo">Saint Louis Zoo</div>\r\n<div class="email"><a href="mailto:christy.poelker@aecetia.net/gws/aazk">christy.poelker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n</div>\r\n</div>', 'Committee Chairs', 0, '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2013-09-23 10:37:02', '2013-09-23 15:37:02', '', 496, 'http://web3.gowebsolutions.com/~aazook/uncategorized/496-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3019, 1, '2013-09-23 10:37:02', '2013-09-23 15:37:02', '<h3><a href="/jobs/index.php">Login or Register to Post a Job!</a></h3>\r\nIf you have previously registered as a "user" on this site, you need do nothing. If your institution has never posted a job on this site and you wish to establish a new user account in order to post a job listing, you will need to register and set up your account. Only jobs related to the animal care field will be posted on this site. <a href="/jobs/register.php">Click here to set up a "user" account</a>.\r\n\r\nAAZK Institutional Members will receive unlimited free job postings as long as their membership remains active.\r\n\r\nNon-AAZK Institutional member facilities may purchase listings at the following rates. Non-member postings will receive a return email explaining payment options and such job postings will not become active until posting fee is paid.\r\n<ul>\r\n	<li>$250/year: unlimited listings; each good for 60 days</li>\r\n	<li>$125/6 months: unlimited listings; each good for 60 days</li>\r\n	<li>$50/listing; good for 60 days</li>\r\n</ul>\r\nOnce you have posted a job listing, it will remain "pending" until approved by an AAZK Web Administrator. AAZK reserves the right to approve each job posting and may reject postings not in line with the goals and objectives of AAZK, Inc.\r\n\r\nPlease contact AAZK to purchase Job Postings or for more information about AAZK Institutional Membership.\r\n\r\nTo apply for an Institutional Membership please click on the following link. <a href="/join/">Become an AAZK Institutional Member</a>!\r\n\r\nInstitutions wishing to advertise employment opportunities, must register an account and login to submit postings online.\r\nAAZK reserves the right to approve each job posting.', 'Job Listings', 0, '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2013-09-23 10:37:02', '2013-09-23 15:37:02', '', 69, 'http://web3.gowebsolutions.com/~aazook/uncategorized/69-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3020, 1, '2013-09-23 10:37:02', '2013-09-23 15:37:02', '<p>As an animal keeper, I joined AAZK because of the networking opportunities and the organization\'s professionalism. When I joined it seemed as though AAZK was just for those  working with birds and mammals. As I grew in my profession, my focus completely changed. I became an aquarist. Although I changed positions, I continued my involvement with AAZK. In my 12 years as  an aquarist, I have become more involved in AAZK. It\'s simply amazing that it doesn\'t matter  what animals you work with, AAZK is still right for you. For me, I\'m still active in my Chapter, have been a member of the AAZK National Enrichment Committee, a member of the AAZK  National Training Committee and was elected to the Board of Directors.</p>\r\n\r\n<p>Every conference I attend I  learn something new, whether it\'s a training technique, an enrichment option or just simply "to handle a conflict with a co-worker". Yes, aquarists do train and enrich animals and yes, training is training! By listening to a rhino training paper, I find myself jotting down notes on how I could incorporate the same ideas with some of the animals I care for. It\'s simply amazing what you can learn as an AAZK member.</p>\r\n\r\n<p>The way the organization grows is set by its members. And yes, that means you! If you are a student, a keeper, a herpetologist, an aquarist or just someone who wants to work with animals someday, then consider joining AAZK. There are so many opportunities waiting for you. As an AAZK member, the networking and involvement opportunities are endless.</p>', 'Don\'t think AAZK is right for you?', 0, '', 'inherit', 'closed', 'closed', '', '136-revision-v1', '', '', '2013-09-23 10:37:02', '2013-09-23 15:37:02', '', 136, 'http://web3.gowebsolutions.com/~aazook/uncategorized/136-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3021, 1, '2013-09-23 10:37:02', '2013-09-23 15:37:02', '<h3>Grants Committee Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /> Shelly Roach - <em>Columbus Zoo and Aquarium</em>\r\n<h3>Purpose</h3>\r\nThe purpose of the AAZK Grants Committee is to encourage and support the professional development and conservation involvement of AAZK members. Additionally, AAZK is committed to supporting and encouraging research conducted by members in zoological parks and aquariums.\r\n<h3>Grants Offered</h3>\r\n<strong><em>(Deadlines for all grants is 01 March)</em></strong>\r\n<h4>The AAZK  Professional Development Grant</h4>\r\nThe AAZK Professional Development Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.\r\n<h4><span style="font-size: 1em;">The AAZK Conservation, Preservation and Restoration Grant</span></h4>\r\nThe purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.\r\n<h4>The AAZK Research Grant</h4>\r\nThe purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.\r\n<h3>Qualifications</h3>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.\r\n\r\nApplication instructions and the grant applications can be found in the <a href="/members/">Members Only section</a> of the website. Examples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.\r\n<h3>Examples of Past Grants</h3>\r\n<h4>Research Grants</h4>\r\n<ul>\r\n	<li><a href="/wp-content/uploads/grant_blood_typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a></li>\r\n	<li><a href="/wp-content/uploads/grant_project_penguin.pdf">Project Penguin: Semen Collection</a></li>\r\n</ul>\r\n<h4>Conservation, Restoration, and Preservation Grants</h4>\r\n<ul>\r\n	<li><a href="/wp-content/uploads/grant_river_otter_survey.pdf">North American River Otter Latrine Site Survey</a></li>\r\n</ul>\r\n<h4>Travel Grants</h4>\r\n<ul>\r\n	<li><a href="/wp-content/uploads/grant_amphibian_keeper_course.pdf">Amphibians, their current status, and an important AZA course for any amphibian keeper</a></li>\r\n</ul>\r\n<strong><a href="/wp-content/uploads/grant_awards-_2008.pdf">2008 Grant Awards</a></strong>\r\n\r\n<strong><a href="/wp-content/uploads/grant_awards2012.pdf">2012 Grant Awards</a></strong>\r\n<h3>Restrictions</h3>\r\nThe Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.\r\n\r\nThe Research Grant Database is in Adobe PDF format. If you do not have\r\nAdobe Acrobat Reader, please download the free software <a href="http://get.adobe.com/reader/">here</a>.\r\n\r\n<strong><a href="/wp-content/uploads/research_grant_database.pdf">Research Grant Database</a></strong>\r\n\r\n<strong>The purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.</strong>', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2013-09-23 10:37:02', '2013-09-23 15:37:02', '', 14, 'http://web3.gowebsolutions.com/~aazook/uncategorized/14-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3022, 1, '2013-09-23 10:37:02', '2013-09-23 15:37:02', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n<p style="text-align: center;"><img class="aligncenter size-full wp-image-2841" title="nzkw_2013_horz" src="http://aecetia.net/gws/aazk/wp-content/uploads/nzkw_2013_horz.jpg" alt="nzkw_2013_horz" width="705" height="103" /></p>\r\n\r\n<strong>Need ideas for celebrating this week or graphics. Click below.\r\n</strong><a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf">NZKW ideas</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n\r\n<strong>NZKW graphics (some of these files are large)</strong>\r\n<ul>\r\n	<li>\r\n<ul>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_horz.jpg">2013 logo horizontal</a> (jpg): For jpgs right click on the graphic to save  once the link has opened in a new window.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_horz.pdf">2013 logo horizontal</a> (pdf)</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_vert.jpg">2013 logo vertical</a> (jpg): For jpgs right click on the graphic to save  once the link has opened in a  new window.</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_vert.pdf">2013 logo vertical</a> (pdf)</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<strong>NATIONAL ZOO KEEPER WEEK PROCLAMATION</strong>\r\n\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2013-09-23 10:37:02', '2013-09-23 15:37:02', '', 1193, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1193-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3023, 1, '2013-09-23 10:37:02', '2013-09-23 15:37:02', '<img class="alignnone size-full wp-image-857" title="pbi-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pbi-logo.jpg" alt="pbi-logo" width="165" height="129" />PBI\'s Leadership Camp attracted worldwide attention when it was launched in the fall of 2004, and it has continued to grow every year since. <a href="http://www.tundrabuggy.com">Frontiers North\'s Tundra Buggy® Adventure</a> has been the major sponsor of this program since it was started.\r\n\r\nThe Keeper Camp involved a motivated group that is helping us reach an even wider audience. Keepers carry a unique cachet with zoo guests that can inspire them to do their part to reduce carbon emissions. In addition, as adults, animal keepers have a different level of community involvement than our teen ambassadors. By broadening our line-up of Arctic Ambassadors, PBI hopes to accelerate change at the personal and community levels on behalf of the great white bears.\r\n\r\n<img class="alignnone size-full wp-image-869" title="img_2828-1" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_2828-1.jpg" alt="img_2828-1" width="464" height="309" /> Photo courtesy of Polar Bears International.\r\n\r\nBelow are links to video and blogs about the experience.\r\n\r\n<a href="http://polarbearsinternational.org/student-journals/keeper-blog/">http://polarbearsinternational.org/student-journals/keeper-blog/</a>\r\n\r\n<a href="http://www.youtube.com/watch?v=amnQqGRdlTk">http://www.youtube.com/watch?v=amnQqGRdlTk</a>', 'Polar Bears International Leadership Camp', 0, '', 'inherit', 'closed', 'closed', '', '850-revision-v1', '', '', '2013-09-23 10:37:02', '2013-09-23 15:37:02', '', 850, 'http://web3.gowebsolutions.com/~aazook/uncategorized/850-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3024, 1, '2013-09-23 10:37:02', '2013-09-23 15:37:02', '[productspage]', 'Shop AAZK', 0, '', 'inherit', 'closed', 'closed', '', '441-revision-v1', '', '', '2013-09-23 10:37:02', '2013-09-23 15:37:02', '', 441, 'http://web3.gowebsolutions.com/~aazook/uncategorized/441-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3025, 1, '2013-09-23 10:37:02', '2013-09-23 15:37:02', '[userlog]', 'Your Account', 0, '', 'inherit', 'closed', 'closed', '', '444-revision-v1', '', '', '2013-09-23 10:37:02', '2013-09-23 15:37:02', '', 444, 'http://web3.gowebsolutions.com/~aazook/uncategorized/444-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3026, 1, '2013-09-23 10:37:02', '2013-09-23 15:37:02', '<h1><img class="size-full wp-image-1654 alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="286" height="284" /></h1>\r\n<h1>2014 Campaign</h1>\r\n<strong>What is “Trees for You &amp; Me”?</strong>\r\nTrees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. This year, the effort has a local focus. Rather than Polar Bears International® gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, we believe this year is a good year to draw attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<strong></strong>\r\n\r\n<strong>What is the “local effort”?</strong>\r\nPlanting trees in urban areas has distinct benefits, but most important is bringing the community together through engagement. Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future, is a critical step in creating a movement to stop our dependence upon fossil fuels and stop global warming.\r\n\r\n<strong>How will the campaign work?</strong>\r\nTrees for You &amp; Me is still a campaign to raise financial resources to plant trees.\r\n• The funding raised will stay in your local community, with your own insititution.\r\n• The funds must be spent on a tree-planting (or appropriate greening effort) and educational event to invite others to join you in additional conservation behaviors.\r\n• The effort should coordinate with Acres with the Atmosphere or it can be part of an international tree planting effort associated with another conservation program.\r\n• And finally, that effort should be shared with others through <a href="http://www.polarbearsinternational.org/myplanetmypart">PBI’s My Planet, My Part</a>.\r\n<strong></strong>\r\n\r\n<strong>When will Trees For You &amp; Me start? </strong>\r\n\r\nRegistration begins on October 1, 2013.\r\n\r\nThe campaign will begin January 1, 2014.\r\n\r\n<span style="font-weight: bold;">When will Trees For You &amp; Me end?</span>\r\nThe campaign will end midnight, PST on March 1, 2014.\r\n\r\n<span style="font-weight: bold;">How can chapters raise and gather campaign funds?</span>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.\r\n\r\n<strong>How will the winners be awarded and announced?</strong>\r\nWe invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on February 15, 2014.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\r\n<strong></strong>\r\n\r\n<strong>What are the prizes?</strong>\r\nFirst place is awarded to the team with the most funds reported to PBI on March 3, 2014, that were donated by Midnight MST March 1, 2014. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2014, that were donated by Midnight MST February 15, 2014. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.\r\n<strong></strong>\r\n\r\n<strong>How do I start?</strong>\r\n1.  Form a group and become a champion - Registration begins October 1, 2013.\r\n2.  Make plan for events and strategies to raise the funds over the course of the two months.\r\n3.  Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.\r\n4. Good luck on your efforts.\r\n<strong></strong>\r\n\r\n<strong>How will reporting work?</strong>\r\nEach participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.\r\nPBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2014.)\r\n<strong></strong>\r\n\r\n<strong>What is an example of an  Acres for the Atmosphere project?</strong>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\r\n<strong></strong>\r\n\r\n<strong>What is an example of an urban tree planting?</strong>\r\n<em>City of Sparta, Wisconsin</em>\r\nThe primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.\r\n<strong></strong>\r\n\r\n<strong>What other projects are eligible for tree planting?</strong>\r\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.\r\n<strong></strong>\r\n\r\n<strong>How Does  Planting Trees Help Polar Bears?</strong>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\r\n• Don’t buy products with palm oil\r\n• Purchase shade-grown coffee\r\n• Purchase local meat rather than meat produced in deforested tropical rain forests', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2013-09-23 10:37:02', '2013-09-23 15:37:02', '', 2685, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2685-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3027, 1, '2013-09-23 10:37:02', '2013-09-23 15:37:02', '<p><strong>2013:</strong> Asheboro, NC - September 22-26</p>\r\n<p><strong>2014: </strong>Orlando, FL - September 8-12</p>\r\n', 'Upcoming Annual Conferences', 0, '', 'inherit', 'closed', 'closed', '', '1187-revision-v1', '', '', '2013-09-23 10:37:02', '2013-09-23 15:37:02', '', 1187, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1187-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3028, 1, '2013-09-23 10:37:02', '2013-09-23 15:37:02', '<strong>"Zoo keeper"</strong> is a term used to describe an individual who cares for animals in zoological parks or aquariums. A career as a zoo keeper offers a unique opportunity in the specialized and demanding profession of maintaining captive exotic animals for conservation, research, public education and recreation.\r\n\r\nZoo keepers care for a diverse collection of animals from mammals and birds to reptiles and amphibians to fish and invertebrates. Some keepers become highly specialized, such as those who work in animal hospitals or who concentrate on a specific group of animals such as exotic birds, great apes, elephants or reptiles.\r\n\r\nIf you are interested in becoming a zoo keeper a comprehensive document has been compiled which will give you a better idea of what this profession entails and will give you more information to start you on the road to making this a career. You can access the information by clicking on the link below.  <a href="/wp-content/uploads/keeper_information.pdf"></a>\r\n\r\n<a href="/wp-content/uploads/keeper_information.pdf">So You Want to be a Keeper, Trainer, or Aquarist?</a>', 'Zoo Keeping as a Career', 0, '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2013-09-23 10:37:02', '2013-09-23 15:37:02', '', 10, 'http://web3.gowebsolutions.com/~aazook/uncategorized/10-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3029, 1, '2013-09-23 10:37:03', '2013-09-23 15:37:03', '<p><strong><em>Students Say Work is Tough but Worth It.</em></strong></p>\r\n\r\n<p>A Futures Channel documentary about the students who are taking their love for animals to the next level at "America\'s Teaching Zoo."</p>\r\n\r\n<p><strong><a href="http://www.thefutureschannel.com/dockets/realworld/teaching_zoo/">Watch the movie</a></strong></p>\r\n\r\n<p>Burbank, CA (PRWeb) February 21, 2007: Today\'s homework: Hand-feed tigers, divvy up raw meat for hyenas and teach the sea lion to play hide and seek.</p>\r\n\r\n<p>For the students at Moorpark College\'s Exotic Animal Training and Management Program, learning to train and care for wild animals means getting out of the classroom and getting their hands dirty.</p>\r\n\r\n<blockquote><p>"It\'s seven days a week from 6:3 0am to 5:00 pm. Animals have to eat. They need to be cleaned and taken care of," says Moorpark student Christie Kreider. "You don\'t get up and put make-up on. There\'s no make-up at a zoo. It\'s definitely a commitment but it\'s worth it."</p></blockquote>\r\n\r\n<p>"America\'s Teaching Zoo" is the latest micro-documentary released by The Futures Channel, whose popular movies are routinely shown in tens of thousands of classrooms to give students a real world context for the math and science they are studying. When it comes to caring for animals, math, especially measurement, is an essential tool to monitor the condition of the animals and to determine the correct quantity of food to keep them healthy.</p>\r\n\r\n<p>According to the teaching zoo\'s website, nearly every animal on the 5-acre zoo is assigned to a student or group of students. It is their responsibility to ensure the animals are getting everything they need. As part of the program, students also provide educational shows that introduce children to wildlife they wouldn\'t otherwise encounter.</p>\r\n\r\n<blockquote><p>"I just have always wanted to work with animals my whole life and not very many people get to do this, so I feel really privileged. Every day is unexpected," Kreider says in the documentary. "When I can hold a bald eagle and show him to children and I can teach them about him, that\'s really special to me."</p></blockquote>\r\n\r\n<p>The zoo program provides students with unique experiences every day and opportunities to work with animals for a living. Moorpark student Krista Anderson explains that she has had many experiences she never dreamed of. "I never thought I would be feeding a cougar… ever."</p>\r\n\r\n<p>The facility, located in Moorpark, California, is one of only two teaching zoos in the country. Graduates of the program enter a variety of fields, including working at zoos and animal conservation programs. After graduating from the program in 1977, Professor Gary Wilson returned to the college in 1981 to teach animal behavior, animal diversity and animal training. Both Kreider and Anderson are among Wilson\'s students. "I\'m really lucky," says Wilson, "because I get to help people make their dreams come true."</p>', 'America\'s Teaching Zoo', 0, '', 'inherit', 'closed', 'closed', '', '75-revision-v1', '', '', '2013-09-23 10:37:03', '2013-09-23 15:37:03', '', 75, 'http://web3.gowebsolutions.com/~aazook/uncategorized/75-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3030, 1, '2013-09-23 10:37:03', '2013-09-23 15:37:03', 'Today\'s zookeeper is an educated person. Gone are the days when all you needed was a love for animals, a shovel and a strong back. Now we are expected to know animal husbandry, nutrition, operant conditioning, enrichment and conservation; we are also expected to be able to lift 50 lbs., and to work weekends and holidays. We do this job because we love it, not for the money. The money is in upper management, which usually means less contact with the animals. However, in the zoo field even being in the upper echelon does not guarantee a substantial income. For us, knowing that we are saving an animal species or maybe just making an animal feel as at home as possible is enough.\r\n\r\nFor those of you who think this is the field for you, click here. For more information, you may also visit the websites for the <a href="http://www.aza.org/">American Zoo and Aquarium Association</a> and the <a href="http://aecetia.net/gws/aazk/">American Association of Zoo Keepers</a> directly. You may also be interested in <a href="/zoo-keeping-as-a-career/books-about-animal-careers/">Books about Animal Careers</a>.\r\n\r\n<h3>The List</h3>\r\n<p>While this list deals primarily with schools that have programs geared toward zookeeping, keep in mind that a degree in Wildlife Management or Wildlife Ecology is also acceptable for most zoos, as are degrees in Zoology and Biology. Remember, most zoos prefer hands-on experience, so while pursuing these degrees, volunteer where you can! (I do not list Vet. Tech Schools or those programs dealing with pure Animal Science.) There are both two and four year programs listed. Some zoos require more education than others and it is always a good idea to get a higher degree if you wish to advance up the ranks. Because of this, I have also included on this list a new program geared toward zoo and aquarium management. In addition you will find information on the Durrell Wildlife Conservation Trust and a list of international schools.</p>\r\n\r\n<dl>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/high-school-programs/">High School Programs</a></dt>\r\n    	<dd>There are many high schools around the country that have started cooperative learning programs with their local zoos. I have listed a few here, but you should check with your own school system, especially if you live near a zoological facility.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/two-year-programs/">Two-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a two-year higher education degree such as an Associate\'s degree or a technical degree.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/four-year-programs/">Four-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a four-year degree such as a Bachelor\'s degree.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/management-programs/">Management Programs</a></dt>\r\n    	<dd>This list provides information concerning higher education programs leading to degrees specific to leadership positions within the zoo field.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/conservation-programs/">Conservation Programs</a></dt>\r\n    	<dd>This list provides information on programs geared toward teaching environmental conservation techniques.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/international-programs">International Programs</a></dt>\r\n    	<dd>This list provides information on programs outside the United States.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/aquarium-marine-focus-programs/">Aquarium or Marine Mammal Focus Programs</a></dt>\r\n    	<dd>This list provides information on programs that focus on aquarium or marine mammal husbandry and/or training.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/veterinary-schools-exotic-animal-programs/">Veterinary Schools with Exotic Animal Programs</a></dt>\r\n    	<dd>This list provides information for those who would like to become a veterinarian who specializes in exotic/zoo animals.</dd>\r\n</dl>', 'Zoo Keeper Training', 0, '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2013-09-23 10:37:03', '2013-09-23 15:37:03', '', 82, 'http://web3.gowebsolutions.com/~aazook/uncategorized/82-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3031, 1, '2013-09-23 10:37:03', '2013-09-23 15:37:03', '<h3>Durrell Wildlife Conservation Trust</h3>\r\n\r\n<p>Durrell Wildlife\'s conservation teaching headquarters is based at the International Training Centre (ITC) in the Les Noyers building complex located adjacent to Jersey Zoo.<br />\r\nLes Augr\'s Manor, La Profonde Rue, Trinity , Jersey JE3 5BP, English Channel Islands, British Isles<br />\r\nTel: +44 (0)1534 860000</p>\r\n\r\n<ul>\r\n    <li><a href="mailto:info@durrellwildlife.org">info@durrellwildlife.org</a></li>\r\n    <li><a href="http://www.durrellwildlife.org">http://www.durrellwildlife.org</a></li>\r\n    <li><a href="http://www.jerseyzoo.co.uk/">http://www.jerseyzoo.co.uk/</a></li>\r\n</ul>\r\n\r\n<h3>Refer back to Delaware Valley College</h3>\r\n<p>B.S. in Animal Biotechnology and Conservation</p>\r\n \r\n<h3>University of New Orleans</h3>\r\n<p>In this program, called ZUNO, UNO is working together with the Smithsonian\'s National Zoo, the San Diego Zoo, and Omaha\'s Henry Doorly Zoo to recruit and train exceptional undergraduate and graduate students in conservation biology and to apply research advances to the management and survival of wildlife species, both in captivity and in the wild. The partners will also work together to further public education and awareness of conservation issues, and to raise funds to support their activities. Click here for the full press release.</p>\r\n\r\n<ul>\r\n    <li><a href="http://www.sandiegozoo.org/">http://www.sandiegozoo.org/</a></li>\r\n    <li><a href="http://www.omahazoo.com/">http://www.omahazoo.com/</a></li>\r\n    <li><a href="http://www.uno.edu/">http://www.uno.edu/</a></li>\r\n    <li><a href="http://nationalzoo.si.edu/default.cfm">http://nationalzoo.si.edu/default.cfm</a></li>\r\n</ul>\r\n\r\n<h3>University of Plymouth</h3>\r\n\r\n<p>MSc/PgDip Zoo Conservation Biology<br />\r\nPostgraduate Admissions<br />\r\nFaculty of Science<br />\r\nUniversity of Plymouth, Drake Circus, Plymouth PL4 8AA<br />\r\nUnited Kingdom<br />\r\nTel: +44 (0)1752 233093</p>\r\n\r\n<p>This programme aims to provide the essential knowledge to support scientists working in areas of captive breeding, management of exotic animal species, and wildlife conservation. The programme is jointly delivered by staff of the University and Paignton Zoo Environment Park, Totnes Road, Paignton, Devon, TQ4 7EU.</p>\r\n\r\n<ul>\r\n    <li><a href="mailto:science@plymouth.ac.uk">science@plymouth.ac.uk</a></li>\r\n    <li><a href="http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678">http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678</a></li>\r\n    <li><a href="http://www.paigntonzoo.org.uk/">http://www.paigntonzoo.org.uk/</a></li>\r\n</ul>\r\n', 'Conservation Programs', 0, '', 'inherit', 'closed', 'closed', '', '112-revision-v1', '', '', '2013-09-23 10:37:03', '2013-09-23 15:37:03', '', 112, 'http://web3.gowebsolutions.com/~aazook/uncategorized/112-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3032, 1, '2013-09-23 10:37:03', '2013-09-23 15:37:03', '<h3>Canisius College</h3>\r\nB.S. in Biology with a Minor in Zoo Biology\r\n2001 Main Street\r\nBuffalo, NY 14208-1098\r\n(716)-883-7000\r\n<a href="mailto:noonan@canisius.edu">noonan@canisius.edu</a>\r\n\r\nStudents receive rigorous background preparation in coursework through an abundance of hands-on experiences at various zoos and marine parks in Western New York and Ontario, Canada.\r\n<ul>\r\n	<li><a href="http://www.canisius.edu/">http://www.canisius.edu/</a></li>\r\n	<li><a href="http://www.canisius.edu/biopsych/zoobio/">http://www.canisius.edu/biopsych/zoobio/</a></li>\r\n</ul>\r\n<h3>Delaware Valley College</h3>\r\nB.S. in Animal Biotechnology and Conservation\r\n\r\nStudents in the Animal Biotechnology and Conservation program may major in Zoo Science, Small Animal Science or Conservation &amp; Wildlife Management. The choice of major is made upon completion of the first year of study.\r\n<ul>\r\n	<li><a href="http://www.delval.edu/cms/">http://www.delval.edu/cms/</a></li>\r\n	<li><a href="http://delval.edu/cms/index.php/delval/overview_sn/animal_bio">http://delval.edu/cms/index.php/delval/overview_sn/animal_bio</a></li>\r\n</ul>\r\n<h3>Emporia State University</h3>\r\nB.S. and MS/MA in Biology with Environmental Biology, Zoology, and Botany emphases available.\r\n1200 Commercial Street\r\nEmporia, KS 66801\r\n(620) 341-5611\r\n\r\nPrograms emphasize natural history, lab and fieldwork, and modern developments in organismic biology.\r\n\r\nVisit <a href="http://www.emporia.edu/biosci/eeb.htm">http://www.emporia.edu/biosci/eeb.htm</a> for departmental information.\r\n\r\nVisit <a href="http://www.emporia.edu/ksn/">http://www.emporia.edu/ksn/</a> for the Kansas School Naturalist.\r\n<h3>Friends University</h3>\r\nB.S. and M.S.\r\n2100 W. University St.\r\nWichita KS 67213\r\n(316)-295-5000\r\n(800)-794-6945\r\n\r\nB.S. and M.S. programs with emphasis in Zoo Science, Zoo Management, and Zoo Education; requires 360 hours of practical experience at Sedgwick County Zoo. Also, Friends University offers a cooperative program through Santa Fe Community College Teaching Zoo (see Two Year Programs).\r\n\r\n<a href="http://www.friends.edu/academics/zoo-science">http://www.friends.edu/academics/zoo-science</a>\r\n<h3>Sedgwick County Zoo</h3>\r\n5555 Zoo Boulevard\r\nWichita, Kansas\r\nUSA 67212-1698\r\n(316) 660-WILD (9453)\r\n\r\n<a href="http://www.scz.org/">http://www.scz.org/</a>\r\n<h3>Michigan State University</h3>\r\nB.S. in Zoology with disciplinary concentration in Zoo and Aquarium Science\r\nDr. Richard Snider, Program Coordinator\r\nDepartment of Zoology\r\n219 Natural Science Building\r\nMichigan State University\r\nEast Lansing, MI 48824-1115\r\n(517) 353-9864\r\n<a href="mailto:snider@msu.edu">snider@msu.edu</a>\r\n\r\n<a href="http://www.msu.edu/">http://www.msu.edu/</a>\r\n<h3>Oswego, State University of New York</h3>\r\nB.S. in Zoology\r\nDepartment of Biology\r\nState University of New York at Oswego\r\nOswego, NY 13126\r\n(315) 341-2776\r\n\r\nOffers a cooperative program though the Santa Fe Teaching Zoo (see Two Year Programs).\r\n\r\n<a href="http://www.oswego.edu">http://www.oswego.edu</a>\r\n<h3>Unity College</h3>\r\nB.S. in Captive Wildlife Care and Education\r\n90 Quaker Hill Road\r\nUnity, Maine 04988\r\n(207) 948-3131\r\n\r\nThis program is designed for students interested in careers involving a hands-on approach to the care and husbandry of captive wild species, and educating the public concerning wildlife issues. Students receive a solid foundation in the biological sciences, along with courses focused on wildlife science, education and interpretation. Potential employers include zoos, aquaria, rehabilitation and wildlife education facilities.\r\n<ul>\r\n	<li><a href="http://www.unity.edu/default.aspx">http://www.unity.edu/default.aspx</a></li>\r\n	<li><a href="http://www.unity.edu/Academic/Majors/WildlifeCareAndEducation/WildlifeCareAndEducation.aspx">http://www.unity.edu/Academic/Majors/WildlifeCareAndEducation/WildlifeCareAndEducation.aspx</a></li>\r\n</ul>\r\n<h3>University of West Florida</h3>\r\nB.S. in Zoo Science as part of an Interdisciplinary Science Degree\r\n11000 University Parkway\r\nPensacola, FL 32514\r\n(850) 474-2000\r\n\r\nSteve Celestial, Zoo Science Advisor, <a href="mailto:scelestial@uwf.edu">scelestial@uwf.edu</a>\r\nOffers cooperative programs with the Pensacola Junior College Zoo Animal Technology Program and Santa Fe Community College Teaching Zoo (see Two Year Programs).\r\n\r\n<a href="http://uwf.edu/catalog/intscibs.pdf">http://uwf.edu/catalog/intscibs.pdf</a>\r\n<h3>University of Wisconsin-Stevens Point</h3>\r\nB.S. degrees\r\nMajor in Wildlife\r\nMinor in Captive Wildlife management\r\n2100 Main Street\r\nStevens Point, WI 54481-3897\r\n(715) 346-0123\r\n\r\nSue Kissinger\r\nCoordinator of Advising and Recruitment\r\nStudent Success Center - 180 CNR\r\nCollege of Natural Resources\r\n\r\nShelli Dubay, Ph.D.\r\nAssistant Professor, Wildlife\r\n327 CNR\r\nCollege of Natural Resources\r\nUniversity of Wisconsin-Stevens Point\r\n(715) 346-4178\r\nFax: (715) 346-3624\r\n<a href="mailto:sdubay@uwsp.edu">sdubay@uwsp.edu</a>\r\n\r\nWhile not directly advertised for zookeepers this program offers much of the same basic knowledge and skill that would be needed for the job.\r\n\r\n<a href="http://www.uwsp.edu/admissions/guides/captivewildlife.aspx">http://www.uwsp.edu/admissions/guides/captivewildlife.aspx</a>\r\n<h3>Western Illinois University School of Graduate Studies</h3>\r\nPost-Baccalaureate Certificate: Zoo &amp; Aquarium Studies\r\n1 University Circle\r\nMemorial Hall 237\r\nMacomb, IL 61455-1390\r\n(309)-298-1806\r\n<a href="mailto:Grad-Office@wiu.edu">Grad-Office@wiu.edu</a>\r\n\r\n<a href="http://www.wiu.edu/graduate_studies/catalog/post_bacc_certificates/zooaquastudies.php">http://www.wiu.edu/graduate_studies/catalog/post_bacc_certificates/zooaquastudies.php</a>', 'Four-Year Programs', 0, '', 'inherit', 'closed', 'closed', '', '95-revision-v1', '', '', '2013-09-23 10:37:03', '2013-09-23 15:37:03', '', 95, 'http://web3.gowebsolutions.com/~aazook/uncategorized/95-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3033, 1, '2013-09-23 10:37:03', '2013-09-23 15:37:03', '<h3>AUSTRALIA</h3>\r\n<h4>Box Hill Institute</h4>\r\nCertificate III in Zookeeping\r\n\r\nPostal Address: Private Bag 2014, Box Hill 3128, AUSTRALIA\r\nWhitehorse Campus\r\n1000 Whitehorse Road, Box Hill, Victoria, Australia\r\nPhone: +61 (0)3 9286 9222\r\n<a href="http://www.bhtafe.edu.au/">http://www.bhtafe.edu.au/</a>\r\n<a href="mailto:courseinfo@bhtafe.edu.au">courseinfo@bhtafe.edu.au</a>\r\n3 year program\r\n<h4>Charles Stuart University</h4>\r\nAustralia\r\nGraduate Diploma of Captive Vertebrate Management\r\nGraduate Certificate in Captive Vertebrate Management\r\nThere is also a Masters degree available.\r\nThere are numerous campuses so all contact information is through the following link:\r\n<a href="http://www.csu.edu.au/contacts/campus.htm">http://www.csu.edu.au/contacts/campus.htm</a>\r\n<a href="http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview">http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview</a>\r\nCSU\'s Graduate Certificate in Captive Vertebrate Management is designed to provide graduates with scientific training and career development opportunities in the fields associated with captive vertebrate management.\r\n<h4>Ultimo College, TAFE, Sydney Australia</h4>\r\nCertificate III in Zookeeping\r\nCertificate III in Animal Care and Husbandry\r\nHarris Street, ULTIMO NSW 2007, AUSTRALIA\r\nPhone: within Australia 1300 360 601\r\nPhone: outside Australia +61 2 9217 2900\r\n<a href="http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9">http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9</a>\r\n<h4>University of Western Australia</h4>\r\nBSc in Animal Science\r\nNedlands Perth, Western Australia 6907 Australia\r\n<a href="http://www.uwa.edu.au/">http://www.uwa.edu.au/</a>\r\n<a href="http://admissions.uwa.edu.au/undergrad/courses/animal_science">http://admissions.uwa.edu.au/undergrad/courses/animal_science</a>\r\nThe program is geared more toward animal management than most animal science programs.\r\n<h3>CANADA</h3>\r\n<h4>Alberta Business Education Services</h4>\r\nCertificate in Zoo Technology\r\n#780 910 - 7th Avenue SW, Calgary, Alberta, Canada T2P 3N8\r\nPhone: (403) 232-8758\r\n<a href="http://www.abes.ca/programs.html">http://www.abes.ca/programs.html</a>\r\n<h3>FRANCE</h3>\r\nThese are not actual schools but training centers for adults.\r\n<h4>Instut Rural La chamelière</h4>\r\n44470 Carquefou\r\n00 33 240527982\r\n<h3>NEW ZEALAND</h3>\r\n<h4>Unitec New Zealand</h4>\r\nBachelor of Applied Animal Technology\r\n\r\nCertificates in Animal Care and Animal Management\r\nPrivate Bag 92025\r\nCarrington Road, Mt Albert\r\nAuckland\r\nNEW ZEALAND\r\n\r\nPhone: +64-9-849 4180\r\n<a href="http://www.unitec.ac.nz/">http://www.unitec.ac.nz/</a>\r\n<a href="http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900">http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900</a>\r\nThis programme aims to provide students with an understanding of the issues relating to animal health, welfare, production, conservation, and law and ethics. It also covers recent technological developments in these areas.\r\n<h3>UNITED KINGDOM</h3>\r\n<h4>Bishop Burton College</h4>\r\nBTCE National Diploma in Animal Management\r\n\r\nBishop Burton, Beverley, East Yorkshire HU17 8QG\r\nTel: (01964) 553000\r\n<a href="http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he">http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he</a>\r\n<a href="mailto:enquiries@bishopburton.ac.uk">enquiries@bishopburton.ac.uk</a>\r\n2 year program\r\nThey have several other areas of study related to animal care. These courses can be viewed on the same link.\r\n<h4>Hartpury College</h4>\r\nAnimal Care (First Diploma)\r\nAnimal Management (National Award)\r\nAnimal Management (National Certificate)\r\nAnimal Management (National Diploma)\r\nHartpury House, Gloucester, GL19 3BE\r\nTel: 01452 700283\r\n<a href="mailto:enquire@hartpury.ac.uk">enquire@hartpury.ac.uk</a>\r\n<a href="http://www.hartpury.ac.uk">http://www.hartpury.ac.uk</a>\r\n<a href="http://www.hartpury.ac.uk/Hartpury-College/Our-Courses/Further-Education/Areas-Of-Study/Animal-Care/">http://www.hartpury.ac.uk/Hartpury-College/Our-Courses/Further-Education/Areas-Of-Study/Animal-Care/</a>\r\n\r\nProgram runs one to four years depending on which degree you want.\r\n<h4>University of Plymouth</h4>\r\nMSc/PgDip Zoo Conservation Biology\r\nPostgraduate Admissions\r\nFaculty of Science\r\nUniversity of Plymouth, Drake Circus, Plymouth PL4 8AA\r\nUnited Kingdom\r\nTel: +44 (0)1752 233093\r\n\r\nThis programme aims to provide the essential knowledge to support scientists working in areas of captive breeding, management of exotic animal species, and wildlife conservation. The programme is jointly delivered by staff of the University and Paignton Zoo Environment Park, Totnes Road, Paignton, Devon, TQ4 7EU.\r\n<a href="mailto:science@plymouth.ac.uk">science@plymouth.ac.uk</a>\r\n<a href="http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678">http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678</a>\r\n<a href="http://www.paigntonzoo.org.uk/">http://www.paigntonzoo.org.uk/</a>\r\n<h4>University of Greenwich</h4>\r\nAnimal Management BSc Hons / Animal Management HND\r\nOld Royal Naval College, Park Row, Greenwich, London SE10 9LS 020 8331 8000\r\n<a href="http://www.gre.ac.uk/">http://www.gre.ac.uk/</a>\r\n\r\n<a href="http://www.gre.ac.uk/courses/ug/ani/d300">http://www.gre.ac.uk/courses/ug/ani/d300</a>\r\n<a href="mailto:jeremy.kerswell@hadlow.ac.uk">\r\n</a>\r\n<h4>University of Lincoln</h4>\r\nBSc (Hons) Animal Management &amp; Welfare\r\nBrayford Pool, Lincoln, LN6 7TS UK\r\nTel: +44 (0)1522 882000\r\n\r\n<a href="mailto:enquiries@lincoln.ac.uk">enquiries@lincoln.ac.uk</a>\r\n<a href="http://www.lincoln.ac.uk">http://www.lincoln.ac.uk</a>\r\n<a href="http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp">http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp</a>\r\n3 year program\r\n<h4>Weston College</h4>\r\nNational Diploma in Animal Management\r\nKnightstone Road, Weston-super-Mare, North Somerset BS23 2AL\r\nTel: 01934 411 411\r\n\r\nOverseas Tel: +44 1934 411411\r\n<a href="http://www.weston.ac.uk">http://www.weston.ac.uk</a>\r\n<a href="http://www.weston.ac.uk/course/fdsc-animal-management">http://www.weston.ac.uk/course/fdsc-animal-management</a>\r\n2 year program\r\n<h4>Wiltshire College Lackham</h4>\r\nNational Diploma in Animal Management\r\nHigher National Certificate/Diploma in Animal Management\r\nBSc Honours in Animal Science and Management\r\n\r\nLacock ? Chippenham SN15 2NY\r\nPhone: 01249 466800\r\n<a href="http://www.wiltscoll.ac.uk">http://www.wiltscoll.ac.uk</a>\r\n<a href="mailto:info@wiltscoll.ac.uk">info@wiltscoll.ac.uk</a>\r\n<a href="http://www.wiltshire.ac.uk/courses/university_level/detail.aspx?ref=1140">http://www.wiltshire.ac.uk/courses/university_level/detail.aspx?ref=1140</a><a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581"></a>\r\n\r\nProgram runs one to four years depending on which degree you want.\r\n<h3>OTHER</h3>\r\n<h4>Hogeschool Van Hall Larenstein</h4>\r\nAgora 1, 8934 CJ Leeuwarden\r\n<a href="http://www.vanhall-larenstein.nl/">http://www.vanhall-larenstein.nl/</a>\r\n<a href="mailto:Hetty.vanDijk@wur.nl">Hetty.vanDijk@wur.nl</a>\r\n4 year Bachelor course in Animal Management (presented in Dutch)\r\nInternational students are welcome. The school offers an international programme for students with a bachelor diploma in a related field (or students who have finished at least 2 years of University education in a related field); this full time course is taught in English, takes 2 years and leads to a BSc in Nature and Wildlife Management. The number of English-taught modules has recently increased, including modules on Wildlife Management (both in situ and ex situ), Companion Animal Management, Animal Welfare, International Policy, and others.\r\nAqua Zoo Friesland\r\n\r\n<a href="http://www.otterparkleeuwarden.nl/">http://www.otterparkleeuwarden.nl/</a>\r\nStudents are responsible for part of the management of the zoo so they learn all aspects, not just animal keeping.\r\n<h4>Ogr\'d Zoologiczny w Poznaniu</h4>\r\nZoobiology Summer School at Poznan Zoo, Poland\r\nul. Browarna 25\r\n61-063 Poznan\r\nPolska\r\ntel. : dyrekcja : + 48 61 876 82 09, 876 82 25\r\n\r\nFAX. : + 48 61 877 35 33\r\n<a href="mailto:zoo@zoo.poznan.pl">zoo@zoo.poznan.pl</a>\r\nEvery year an increasing number of students work at the zoo as volunteers, practitioners, or to make observations for master\'s degrees and PhD\'s. As there is no place in our country where students can get a formal education in the management of wild animals in captivity, a need arose to provide, apart from normal work, a professional training in various aspects of zoo biology. Therefore we decided to hold for the first time a summer school.  During the intensive six day course from July 7 through July 12 there will be lectures as well as guided tours, led by curators, through the zoos. All higher staff of the zoo will be involved in the training. The lecture topics are varied and will cover all aspects of animal husbandry, feeding, history and development of modern zoos, conservation through captive breeding, reintroduction, record keeping, behavioral enrichment, hand-rearing techniques, genetics, international cooperation and education, and other subjects. Additionally, there will be a day-long excursion to the breeding center for native threatened species run by Academy of Agriculture.  Over 40 people registered for the summer school in 2003. Students include zoo animal keepers, students, scientific university staff as well as people simply interested in wild animal husbandry and zoos in general. We do hope that in this way we will further strengthen ties with scientific and conservation community as well as prepare new, better trained staff for Polish zoos.', 'International Programs', 0, '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2013-09-23 10:37:03', '2013-09-23 15:37:03', '', 116, 'http://web3.gowebsolutions.com/~aazook/uncategorized/116-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3034, 1, '2013-09-23 10:37:03', '2013-09-23 15:37:03', '<h3>George Mason University</h3>\r\nInterdisciplinary Studies in Zoo and Aquarium Leadership\r\nDr. Thomas C. Wood\r\nAssistant Professor\r\nNew Century College\r\n(703)-993-3167, <a href="mailto:twood@gmu.edu">twood@gmu.edu</a>, <a href="mailto:mais@gmu.edu">mais@gmu.edu</a>\r\n\r\nThis Master of Arts degree prepares students for advanced careers in modern, professional zoos and aquariums. It offers three specializations within the concentration:\r\nLeadership in Zoo/Aquarium Collections Management\r\nLeadership in Zoo/Aquarium Administration\r\nLeadership in Zoo/Aquarium Conservation Education\r\n\r\n<a href="http://chss.gmu.edu/concentrations/show/LA-MAIS-ISIN-ZAL">http://chss.gmu.edu/concentrations/show/LA-MAIS-ISIN-ZAL</a>\r\n<h3>Michigan State University</h3>\r\nproMSc in Zoo and Aquarium Science Management\r\nDr. Richard Snider, Program Coordinator, <a href="mailto:snider@msu.edu">snider@msu.edu</a>\r\nDepartment of Zoology\r\n203 Natural Science Building\r\nMichigan State University\r\nEast Lansing, MI 48824-1115\r\n(517) 355-4640\r\n<a href="http://naturalscience.msu.edu/students/graduate/professional_masters_program/programs/zoo_aquarium_science/">http://naturalscience.msu.edu/students/graduate/professional_masters_program/programs/zoo_aquarium_science/</a>\r\n<h3>University of Plymouth</h3>\r\nMSc/PgDip Zoo Conservation Biology\r\nPostgraduate Admissions\r\nFaculty of Science\r\nUniversity of Plymouth, Drake Circus, Plymouth PL4 8AA\r\nUnited Kingdom\r\nTel: +44 (0)1752 233093\r\n\r\nThis programme aims to provide the essential knowledge to support scientists working in areas of captive breeding, management of exotic animal species, and wildlife conservation. The programme is jointly delivered by staff of the University and Paignton Zoo Environment Park, Totnes Road, Paignton, Devon, TQ4 7EU.\r\n<ul>\r\n	<li><a href="mailto:science@plymouth.ac.uk">science@plymouth.ac.uk</a></li>\r\n	<li><a href="http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678">http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678</a></li>\r\n	<li><a href="http://www.paigntonzoo.org.uk/">http://www.paigntonzoo.org.uk/</a></li>\r\n</ul>', 'Management Programs', 0, '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2013-09-23 10:37:03', '2013-09-23 15:37:03', '', 106, 'http://web3.gowebsolutions.com/~aazook/uncategorized/106-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3035, 1, '2013-09-23 10:37:03', '2013-09-23 15:37:03', '<h3>Alamance Community College</h3>\r\nA.A.S. Animal Care &amp; Management Technology\r\nP.O. Box 8000\r\nGraham, NC  27253-8000\r\n(336) 506-4385\r\n\r\nProgram Contact: Christine Remington, Department Head - <a href="mailto:remingc@alamancecc.edu">remingc@alamancecc.edu</a>\r\n\r\nThe A.A.S. degree in Animal Care and Management Technology focuses on cultivating caring, educated, and experienced employees in a wide variety of animal related fields including exotic animal husbandry.  With a broad base of knowledge including habitat design, sanitation, nutrition, healthcare, principles of behavior and training, and animal handling and restraint grounded in hours of service learning projects, rigorous competencies, and cooperative work experiences, students exemplify the education, compassion &amp; skill of captive animal care and management.\r\n\r\n<a href="http://www.alamancecc.edu/curriculum_courses_programs/courses_programs/programs_of_study/programs/prog.php?curr=A55100">A.A.S. Animal Care &amp; Management Technology Curriculum</a>\r\n<h3>America\'s Teaching Zoo at Moorpark College</h3>\r\nExotic Animal Management and Training Program (EATM)\r\nMoorpark College\r\n7075 Campus Road\r\nMoorpark, CA 93021\r\n(805) 378-1441\r\n\r\nStudents may earn an A.S. degree by taking general education courses alongside their zoo curriculum and they can earn degrees and certificates in Animal Training, and Wildlife Education. This is an intense program and EATM students are required to attend classes, work with and care for the animals, and work at the campus zoo most days and weekends.\r\n<ul>\r\n	<li><a href="mailto:EATM@vcccd.net">EATM@vcccd.net</a></li>\r\n	<li><a href="http://www.moorparkcollege.edu/current_students/teaching_zoo/index.shtml">http://www.moorparkcollege.edu/current_students/teaching_zoo/index.shtml</a></li>\r\n</ul>\r\n<h3>Davidson County Community College</h3>\r\nA.A.S. Zoo &amp; Aquarium Science\r\nP.O. Box 1287\r\nLexington, NC 27293-1287\r\n(336) 249-8186\r\n\r\nProgram Contacts\r\nJill Simpson\r\n<a href="mailto:jbsimpso@davidsonccc.edu">jbsimpso@davidsonccc.edu</a>\r\n336.249.8186, ext. 6231\r\n\r\nMark Stevens\r\n<a href="mailto:mesteven@davidsonccc.edu">mesteven@davidsonccc.edu</a>\r\n336.249.8186, ext. 6737\r\n\r\nThe Zoo &amp; Aquarium Science program combines a rigorous classroom curriculum with extensive co-opexperiences over 5 semesters. Graduates of the Zoo &amp; Aquarium Science program will be prepared for employment at an entry level in the zoo and/or aquarium profession or to continue their academic studies in zoo science. Co-op experiences may involve animal collections in a zoological park, wild animal safari park university research facility and/or aquarium setting.\r\n\r\n<a href="http://www.davidsonccc.edu/academics/ase-zoo.htm">http://www.davidsonccc.edu/academics/ase-zoo.htm</a>\r\n<h3>Harcum College</h3>\r\nA.S. in Animal Center Management\r\nHarcum College\r\n750 Montgomery Avenue\r\nBryn Mawr, PA 19010\r\n(610) 525-4100\r\n\r\nProgram Director: Mary Friday\r\n(610) 526-6108\r\n<a href="mailto:mfriday@harcum.edu">mfriday@harcum.edu</a>\r\n\r\nAnimal Center Managers provide managerial support to veterinarians in clinics and hospitals, biological research settings, animal control, humane organizations, zoos and educational facilities. Management duties include both the facility and its personnel. Animal Center Managers must complete a 2-year educational program, and 250 hours of practical experience.\r\n\r\n<a href="http://www.harcum.edu/PS_ACD_Animal_Center_Management_632839831382031250.aspx">http://www.harcum.edu/PS_ACD_Animal_Center_Management_632839831382031250.aspx</a>\r\n<h3>Jefferson Community College, Watertown, New York</h3>\r\nA.A.S. Degree in Animal management\r\n1220 Coffeen St.\r\nWatertown, NY 13601\r\n\r\nProgram Director: Mark D. Irwin, D.V.M.\r\n<a href="mailto:mirwin@sunyjefferson.edu">mirwin@sunyjefferson.edu</a>\r\nAdmissions Office, (315) 786-2277\r\n\r\nThe Animal Management Program at Jefferson Community College is designed to provide students with the basic skills, experience and knowledge required for a career as a progressive zoo keeper in zoological parks. Upon graduation with this Associate in Applied Sciences degree, students will have been exposed to all aspects of zoo animal management and care. Students will study at many of the zoos of New York State and Southern Canada. Hands-on keeping experience is provided at Syracuse\'s Rosamond Gifford Zoo (AZA) and The New York State Zoo at Thompson Park.\r\n<ul>\r\n	<li><a href="http://www.zookeeping.com">http://www.zookeeping.com</a></li>\r\n	<li><a href="http://www.sunyjefferson.edu/amg">http://www.sunyjefferson.edu/amg</a></li>\r\n</ul>\r\n<h3>Syracuse\'s Rosamond Gifford Zoo</h3>\r\n<a href="http://www.rosamondgiffordzoo.org">http://www.rosamondgiffordzoo.org</a>\r\n<h3>The New York State Zoo at Thompson Park</h3>\r\n<a href="http://www.nyszoo.org">http://www.nyszoo.org</a>\r\n<h3>Niagara County Community College</h3>\r\nA.A.S. in Animal Management\r\n3111 Saunders Settlement Rd.\r\nSanborn, NY 14132\r\n(716)-614-6222\r\n\r\n<a href="http://catalog.niagaracc.suny.edu/preview_program.php?catoid=6&amp;poid=213&amp;returnto=132">http://catalog.niagaracc.suny.edu/preview_program.php?catoid=6&amp;poid=213&amp;returnto=132</a>\r\n<h3>Buffalo Zoo</h3>\r\n300 Parkside Ave\r\nBuffalo, N.Y. 14214-1999\r\n(716)-837-3900\r\n<a href="http://www.buffalozoo.org/">http://www.buffalozoo.org/</a>\r\n<h3>Pikes Peak Community College</h3>\r\nA.A.S. in Zoo Keeping Technology\r\n5675 S. Academy Blvd.\r\nColorado Springs, CO 80906 USA\r\n(800) 456-6847 | (719) 576-7711\r\n\r\nProgram Coordinator: Tracey Anderson\r\n(719) 650-0472 or (719) 502-3443\r\n<a href="mailto:Tracey.Anderson@ppcc.edu">Tracey.Anderson@ppcc.edu</a>\r\n\r\nThe program is a two-year degree in which students complete 675 hours of hands on training through required internships. The program is 75 credit hours. In addition to the practical application, students are trained in animal husbandry, exhibitry, safety, veterinary care, horticulture, public relations, career development, and environmental science. The program also offers electives such as elephant management, animal training, advanced exhibitry techniques, primate studies and adventures in zoo design.\r\n<ul>\r\n	<li><a href="http://www.ppcc.edu/about-ppcc/">http://www.ppcc.edu/about-ppcc/</a></li>\r\n</ul>\r\n<h3>Cheyenne Mountain Zoo</h3>\r\n<a href="http://www.cmzoo.org/">http://www.cmzoo.org/</a>\r\n4250 Cheyenne Mountain Zoo Road\r\nColorado Springs, CO 80906\r\n(719)633-9925\r\n<a href="mailto:info@cmzoo.org">info@cmzoo.org</a>\r\n<h3>Santa Fe College</h3>\r\nA.S. in Zoo Technology\r\n3000 N.W. 83rd Street\r\nGainesville, FL 32606\r\n\r\nLinda Asbell\r\n(352) 395-5604\r\n<a href="mailto:linda.asbell@sfcollege.edu">linda.asbell@sfcollege.edu</a>\r\n\r\nThe Zoo Animal Technology Program at Santa Fe Community College was the first program of its kind, and the first to offer a great combination of academic classes and hands on experiences in the animal fields. Students in the program will complete a 74 credit hour course of study over five semesters, including academic classes on all animal groups, animal nutrition, animal breeding, as well as visitor education. In addition to the academic classes the students will work in the Teaching Zoo (an AZA accredited facility) for over 1800 hours. This training enables students to find employment in a variety of fields including zookeeping, park naturalist, zoo education, animal technician and a host of other animal husbandry fields. Four-year programs are also available in cooperation with State University of New York at Oswego, Friends University in Wichita, Kansas, and University of West Florida in Pensacola, Florida. Please contact Linda Asbell (above) for cooperative information.\r\n\r\n<a href="http://www.sfcollege.edu/zoo">http://www.sfcollege.edu/zoo</a>\r\n<h3>Portland Community College</h3>\r\nA.A.S. in Biology and Management of Zoo Animals\r\nRock Creek Campus\r\n17705 NW Springville Rd\r\nPortland, Oregon 97229\r\nFaculty Department Chair: Joyce Kaplan\r\n(971) 722-7688\r\n<a href="mailto:joyce.kaplan@pcc.edu">joyce.kaplan@pcc.edu</a><a href="mailto:jkaplan@pensacolastate.edu"></a>\r\n<p class="MsoNormal">This is a two-year full time program that will open for admissions in Fall of 2012 in conjunction with the Oregon Zoo and Oregon National Primate Research Center.  The coursework in planning includes over 1000 internship hours as well as a wide variety of courses critical for modern zoological management.  For more information: <a href="http://www.pcc.edu/staff/index.cfm/1415,html">http://www.pcc.edu/staff/index.cfm/1415,html</a>.</p>', 'Two-Year Programs', 0, '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2013-09-23 10:37:03', '2013-09-23 15:37:03', '', 88, 'http://web3.gowebsolutions.com/~aazook/uncategorized/88-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3036, 1, '2013-09-23 10:37:03', '2013-09-23 15:37:03', '<strong>For more options around the globe, go to:</strong>\r\n<a href="http://netvet.wustl.edu/vschool.htm">http://netvet.wustl.edu/vschool.htm</a>\r\n<h3>University of Illinois at Urbana-Champaign College of Veterinary Medicine</h3>\r\n3505 Veterinary Medicine Basic Sciences Building\r\n2001 South Lincoln Avenue\r\nUrbana, IL 61802\r\n217/333-2760\r\nThey have a teaching hospital which has a wildlife rescue center. They also deal with the occasional exotic; e.g. tigers or bears.\r\n<a href="http://www.cvm.uiuc.edu/">http://www.cvm.uiuc.edu/</a>\r\n<a href="http://www.cvm.uiuc.edu/vth/">http://www.cvm.uiuc.edu/vth/</a>\r\n<h3>Kansas State University College of Veterinary Medicine</h3>\r\n112 Trotter Hall\r\nKansas State University\r\nManhattan, KS 66506-5601\r\n(785) 532-6011\r\nAn excellent teaching hospital offering plenty of exotic animal experience. They take care of the animals at Sunset, Topeka, and Rolling Hills zoos.\r\n<a href="http://www.ksu.edu/">http://www.ksu.edu/</a>\r\n<a href="http://www.vet.ksu.edu/">http://www.vet.ksu.edu/</a>\r\n<a href="http://www.vet.ksu.edu/depts/VMTH/exotics/index.htm">http://www.vet.ksu.edu/depts/VMTH/exotics/index.htm</a>\r\n<h3>Louisiana State University School of Veterinary Medicine</h3>\r\nVeterinary Teaching Hospital and Clinics\r\nSkip Bertman Drive\r\nBaton Rouge, LA 70803\r\n(225) 578-9600\r\nFAX (225) 578-9559\r\nTeaching hospital with an exotic animal program.\r\n<a href="http://www.vetmed.lsu.edu/Default.htm">http://www.vetmed.lsu.edu/Default.htm</a>\r\n\r\n<a href="http://www.vetmed.lsu.edu/vth&amp;c/BZEM.htm">http://www.vetmed.lsu.edu/vth&amp;c/BZEM.htm</a>\r\n<h3>Michigan State University College of Veterinary Medicine</h3>\r\nOffice of the Dean\r\nG100 Vet Med Center\r\nEast Lansing, MI 48824-1314\r\nPH: 517-355-6509\r\nFAX: 517-432-1037\r\nTeaching hospital with exotic animal specialty. They work with the Potter Park zoo.\r\n\r\n<a href="http://cvm.msu.edu/">http://cvm.msu.edu/</a>\r\n<a href="http://cvm.msu.edu/vth/index.htm">http://cvm.msu.edu/vth/index.htm</a>\r\n<h3>Oklahoma State University Center for Veterinary Health Sciences</h3>\r\nStillwater, OK 74078\r\n(405)744-7000\r\nZoo, Exotics, and Wildlife program. They work with the Tulsa and Oklahoma City zoos.\r\n<a href="http://www.cvm.okstate.edu/">http://www.cvm.okstate.edu/</a>\r\n<a href="http://www.cvm.okstate.edu/Depts/VCS/ZEW/Residency%20Program%20Description%20%282003%29.htm">\r\n</a>\r\n<h3>Washington State University College of Veterinary Medicine</h3>\r\nPO Box 647012\r\nPullman, Washington 99164-7012\r\n(509) 335-1532\r\nFAX (509) 335-6133\r\nThe teaching hospital offers exotic animal services.\r\n<a href="http://www.vetmed.wsu.edu/">http://www.vetmed.wsu.edu/</a>\r\n<a href="http://www.vetmed.wsu.edu/depts-vth/">http://www.vetmed.wsu.edu/depts-vth/</a>', 'Veterinary Schools with Exotic Animal Programs', 0, '', 'inherit', 'closed', 'closed', '', '125-revision-v1', '', '', '2013-09-23 10:37:03', '2013-09-23 15:37:03', '', 125, 'http://web3.gowebsolutions.com/~aazook/uncategorized/125-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4563, 2, '2013-11-21 11:30:32', '2013-11-21 16:30:32', '', 'November-2013-Cover', 0, '', 'inherit', 'closed', 'closed', '', 'november-2013-cover', '', '', '2013-11-21 11:30:32', '2013-11-21 16:30:32', '', 4538, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/November-2013-Cover2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3039, 1, '2013-09-23 15:36:11', '2013-09-23 20:36:11', '[productspage]', 'Shop', 0, '', 'inherit', 'closed', 'closed', '', '441-revision-v1', '', '', '2013-09-23 15:36:11', '2013-09-23 20:36:11', '', 441, 'http://web3.gowebsolutions.com/~aazook/uncategorized/441-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3041, 1, '2013-10-01 10:40:53', '2013-10-01 15:40:53', '<h1>CSS Basic Elements</h1>\r\n<p>The purpose of this HTML is to help determine what default settings are with CSS and to make sure that all possible HTML Elements are included in this HTML so as to not miss any possible Elements when designing a site.</p>\r\n<div class="hr"></div>\r\n<h1 id="headings">Headings</h1>\r\n<h1>Heading 1</h1>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h2>Heading 2</h2>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h3>Heading 3</h3>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h4>Heading 4</h4>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h5>Heading 5</h5>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h6>Heading 6</h6>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<p><small><a href="#wrapper">[top]</a></small></p>\r\n<div class="hr"></div>\r\n<h1 id="paragraph">Paragraph</h1>\r\n<p><img style="width: 250px; height: 125px; float: right;" alt="CSS | God\'s Language" src="images/css_gods_language.png" /></p>\r\n<p>Lorem ipsum dolor sit amet, <a title="test link" href="#">test link</a> adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>\r\n<p>Lorem ipsum dolor sit amet, <em>emphasis</em> consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>\r\n<div class="hr"></div>\r\n<h1 id="list_types">List Types</h1>\r\n<h3>Definition List</h3>\r\n<dl>\r\n<dt>Definition List Title</dt>\r\n<dd>This is a definition list division.</dd>\r\n</dl>\r\n<h3>Ordered List</h3>\r\n<ol>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ol>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ol>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3</li>\r\n</ol>\r\n</li>\r\n</ol>\r\n</li>\r\n</ol>\r\n<h3>Unordered List</h3>\r\n<ul>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ul>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ul>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h1 id="form_elements">Fieldsets, Legends, and Form Elements</h1>\r\n<fieldset>\r\n<legend>Legend</legend>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.</p>\r\n<form>\r\n<h2>Form Element</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui.</p>\r\n<p><label for="text_field">Text Field:</label><br />\r\n<input id="text_field" type="text" /></p>\r\n<p><label for="text_area">Text Area:</label><br />\r\n<textarea id="text_area"></textarea></p>\r\n<p><label for="select_element">Select Element:</label></p>\r\n<select name="select_element"><optgroup label="Option Group 1"><br />\r\n<option value="1">Option 1</option>\r\n<option value="2">Option 2</option>\r\n<option value="3">Option 3</option>\r\n<p></optgroup></select>\r\n<p>&nbsp;</p>\r\n<select name="select_element"><optgroup label="Option Group 2"><br />\r\n<option value="1">Option 1</option>\r\n<option value="2">Option 2</option>\r\n<option value="3">Option 3</option>\r\n<p></optgroup></select>\r\n<p>&nbsp;<br />\r\n<label for="radio_buttons">Radio Buttons:</label><br />\r\n<input class="radio" type="radio" name="radio_button" value="radio_1" /> Radio 1</p>\r\n<p><input class="radio" type="radio" name="radio_button" value="radio_2" /> Radio 2</p>\r\n<p><input class="radio" type="radio" name="radio_button" value="radio_3" /> Radio 3</p>\r\n<p><label for="checkboxes">Checkboxes:</label><br />\r\n<input class="checkbox" type="checkbox" name="checkboxes" value="check_1" /> Radio 1</p>\r\n<p><input class="checkbox" type="checkbox" name="checkboxes" value="check_2" /> Radio 2</p>\r\n<p><input class="checkbox" type="checkbox" name="checkboxes" value="check_3" /> Radio 3</p>\r\n<p><label for="password">Password:</label><br />\r\n<input class="password" type="password" name="password" /></p>\r\n<p><label for="file">File Input:</label><br />\r\n<input class="file" type="file" name="file" /></p>\r\n<p><input class="button" type="reset" value="Clear" /> <input class="button" type="submit" value="Submit" /></p>\r\n</form>\r\n</fieldset>\r\n<div class="hr"></div>\r\n<h1 id="tables">Tables</h1>\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th>Table Header 1</th>\r\n<th>Table Header 2</th>\r\n<th>Table Header 3</th>\r\n</tr>\r\n<tr>\r\n<td>Division 1</td>\r\n<td>Division 2</td>\r\n<td>Division 3</td>\r\n</tr>\r\n<tr class="even">\r\n<td>Division 1</td>\r\n<td>Division 2</td>\r\n<td>Division 3</td>\r\n</tr>\r\n<tr>\r\n<td>Division 1</td>\r\n<td>Division 2</td>\r\n<td>Division 3</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class="hr"></div>\r\n<h1 id="misc">Misc Stuff &#8211; abbr, acronym, pre, code, sub, sup, etc.</h1>\r\n<p>Lorem <sup>superscript</sup> dolor <sub>subscript</sub> amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. <cite>cite</cite>. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. <acronym title="National Basketball Association">NBA</acronym> Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. <abbr title="Avenue">AVE</abbr></p>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. <acronym title="National Basketball Association">NBA</acronym> Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. <abbr title="Avenue">AVE</abbr></p>\r\n<blockquote><p>&#8220;This <code>stylesheet</code> is going to help so freaking much. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. <code>HTML</code> aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida <code>vehicula</code>, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.&#8221;<br />\r\n-Blockquote</p></blockquote>\r\n<pre>\r\n&lt;dl>\r\n	&lt;dt>HTML&lt;/dt>\r\n	&lt;dd>Hyper Something Markup Language&lt;/dd>\r\n&lt;/dl>\r\nExample:\r\n&lt;p>HTML is a building block of the web&lt;/p>\r\n&lt;dl>\r\n	&lt;dt>PHP&lt;/dt>\r\n	&lt;dd>Something Hyper Something&lt;/dd>\r\n&lt;/dl>\r\nExample:\r\n&lt;?php $array = array() ?>\r\n</pre>\r\n<h2>Icons</h2>\r\n<style>\r\n	i.left{float:left; width: 32px;}\r\n</style>\r\n<div class="clearfix">\r\n	<i class="left icon-plus"></i>	<i class="left icon-minus"></i>	<i class="left icon-info"></i>	<i class="left icon-left-thin"></i>	<i class="left icon-up-thin"></i>	<i class="left icon-right-thin"></i>	<i class="left icon-down-thin"></i>	<i class="left icon-level-up"></i>	<i class="left icon-level-down"></i>	<i class="left icon-switch"></i>	<i class="left icon-infinity"></i>	<i class="left icon-plus-squared"></i>	<i class="left icon-minus-squared"></i>	<i class="left icon-home"></i>	<i class="left icon-keyboard"></i>	<i class="left icon-erase"></i>	<i class="left icon-pause"></i>	<i class="left icon-fast-forward"></i>	<i class="left icon-fast-backward"></i>	<i class="left icon-to-end"></i>	<i class="left icon-to-start"></i>	<i class="left icon-hourglass"></i>	<i class="left icon-stop"></i>	<i class="left icon-up-dir"></i>	<i class="left icon-play"></i>	<i class="left icon-right-dir"></i>	<i class="left icon-down-dir"></i>	<i class="left icon-left-dir"></i>	<i class="left icon-adjust"></i>	<i class="left icon-cloud"></i>	<i class="left icon-star"></i>	<i class="left icon-star-empty"></i>	<i class="left icon-cup"></i>	<i class="left icon-menu"></i>	<i class="left icon-moon"></i>	<i class="left icon-heart-empty"></i>	<i class="left icon-heart"></i>	<i class="left icon-note"></i>	<i class="left icon-note-beamed"></i>	<i class="left icon-layout"></i>	<i class="left icon-flag"></i>	<i class="left icon-tools"></i>	<i class="left icon-cog"></i>	<i class="left icon-attention"></i>	<i class="left icon-flash"></i>	<i class="left icon-record"></i>	<i class="left icon-cloud-thunder"></i>	<i class="left icon-tape"></i>	<i class="left icon-flight"></i>	<i class="left icon-mail"></i>	<i class="left icon-pencil"></i>	<i class="left icon-feather"></i>	<i class="left icon-check"></i>	<i class="left icon-cancel"></i>	<i class="left icon-cancel-circled"></i>	<i class="left icon-cancel-squared"></i>	<i class="left icon-help"></i>	<i class="left icon-quote"></i>	<i class="left icon-plus-circled"></i>	<i class="left icon-minus-circled"></i>	<i class="left icon-right"></i>	<i class="left icon-direction"></i>	<i class="left icon-forward"></i>	<i class="left icon-ccw"></i>	<i class="left icon-cw"></i>	<i class="left icon-left"></i>	<i class="left icon-up"></i>	<i class="left icon-down"></i>	<i class="left icon-list-add"></i>	<i class="left icon-list"></i>	<i class="left icon-left-bold"></i>	<i class="left icon-right-bold"></i>	<i class="left icon-up-bold"></i>	<i class="left icon-down-bold"></i>	<i class="left icon-user-add"></i>	<i class="left icon-help-circled"></i>	<i class="left icon-info-circled"></i>	<i class="left icon-eye"></i>	<i class="left icon-tag"></i>	<i class="left icon-upload-cloud"></i>	<i class="left icon-reply"></i>	<i class="left icon-reply-all"></i>	<i class="left icon-code"></i>	<i class="left icon-export"></i>	<i class="left icon-print"></i>	<i class="left icon-retweet"></i>	<i class="left icon-comment"></i>	<i class="left icon-chat"></i>	<i class="left icon-vcard"></i>	<i class="left icon-address"></i>	<i class="left icon-location"></i>	<i class="left icon-map"></i>	<i class="left icon-compass"></i>	<i class="left icon-trash"></i>	<i class="left icon-doc"></i>	<i class="left icon-doc-text-inv"></i>	<i class="left icon-docs"></i>	<i class="left icon-doc-landscape"></i>	<i class="left icon-archive"></i>	<i class="left icon-rss"></i>	<i class="left icon-share"></i>	<i class="left icon-basket"></i>	<i class="left icon-shareable"></i>	<i class="left icon-login"></i>	<i class="left icon-logout"></i>	<i class="left icon-volume"></i>	<i class="left icon-resize-full"></i>	<i class="left icon-resize-small"></i>	<i class="left icon-popup"></i>	<i class="left icon-publish"></i>	<i class="left icon-window"></i>	<i class="left icon-arrow-combo"></i>	<i class="left icon-chart-pie"></i>	<i class="left icon-language"></i>	<i class="left icon-air"></i>	<i class="left icon-database"></i>	<i class="left icon-drive"></i>	<i class="left icon-bucket"></i>	<i class="left icon-thermometer"></i>	<i class="left icon-down-circled"></i>	<i class="left icon-left-circled"></i>	<i class="left icon-right-circled"></i>	<i class="left icon-up-circled"></i>	<i class="left icon-down-open"></i>	<i class="left icon-left-open"></i>	<i class="left icon-right-open"></i>	<i class="left icon-up-open"></i>	<i class="left icon-down-open-mini"></i>	<i class="left icon-left-open-mini"></i>	<i class="left icon-right-open-mini"></i>	<i class="left icon-up-open-mini"></i>	<i class="left icon-down-open-big"></i>	<i class="left icon-left-open-big"></i>	<i class="left icon-right-open-big"></i>	<i class="left icon-up-open-big"></i>	<i class="left icon-progress-0"></i>	<i class="left icon-progress-1"></i>	<i class="left icon-progress-2"></i>	<i class="left icon-progress-3"></i>	<i class="left icon-back-in-time"></i>	<i class="left icon-network"></i>	<i class="left icon-inbox"></i>	<i class="left icon-install"></i>	<i class="left icon-lifebuoy"></i>	<i class="left icon-mouse"></i>	<i class="left icon-dot"></i>	<i class="left icon-dot-2"></i>	<i class="left icon-dot-3"></i>	<i class="left icon-suitcase"></i>	<i class="left icon-flow-cascade"></i>	<i class="left icon-flow-branch"></i>	<i class="left icon-flow-tree"></i>	<i class="left icon-flow-line"></i>	<i class="left icon-flow-parallel"></i>	<i class="left icon-brush"></i>	<i class="left icon-paper-plane"></i>	<i class="left icon-magnet"></i>	<i class="left icon-gauge"></i>	<i class="left icon-traffic-cone"></i>	<i class="left icon-cc"></i>	<i class="left icon-cc-by"></i>	<i class="left icon-cc-nc"></i>	<i class="left icon-cc-nc-eu"></i>	<i class="left icon-cc-nc-jp"></i>	<i class="left icon-cc-sa"></i>	<i class="left icon-cc-nd"></i>	<i class="left icon-cc-pd"></i>	<i class="left icon-cc-zero"></i>	<i class="left icon-cc-share"></i>	<i class="left icon-cc-remix"></i>	<i class="left icon-github"></i>	<i class="left icon-github-circled"></i>	<i class="left icon-flickr"></i>	<i class="left icon-flickr-circled"></i>	<i class="left icon-vimeo"></i>	<i class="left icon-vimeo-circled"></i>	<i class="left icon-twitter"></i>	<i class="left icon-twitter-circled"></i>	<i class="left icon-facebook"></i>	<i class="left icon-facebook-circled"></i>	<i class="left icon-facebook-squared"></i>	<i class="left icon-gplus"></i>	<i class="left icon-gplus-circled"></i>	<i class="left icon-pinterest"></i>	<i class="left icon-pinterest-circled"></i>	<i class="left icon-tumblr"></i>	<i class="left icon-tumblr-circled"></i>	<i class="left icon-linkedin"></i>	<i class="left icon-linkedin-circled"></i>	<i class="left icon-dribbble"></i>	<i class="left icon-dribbble-circled"></i>	<i class="left icon-stumbleupon"></i>	<i class="left icon-stumbleupon-circled"></i>	<i class="left icon-lastfm"></i>	<i class="left icon-lastfm-circled"></i>	<i class="left icon-rdio"></i>	<i class="left icon-rdio-circled"></i>	<i class="left icon-spotify"></i>	<i class="left icon-spotify-circled"></i>	<i class="left icon-qq"></i>	<i class="left icon-instagram"></i>	<i class="left icon-dropbox"></i>	<i class="left icon-evernote"></i>	<i class="left icon-flattr"></i>	<i class="left icon-skype"></i>	<i class="left icon-skype-circled"></i>	<i class="left icon-renren"></i>	<i class="left icon-sina-weibo"></i>	<i class="left icon-paypal"></i>	<i class="left icon-picasa"></i>	<i class="left icon-soundcloud"></i>	<i class="left icon-mixi"></i>	<i class="left icon-behance"></i>	<i class="left icon-google-circles"></i>	<i class="left icon-vkontakte"></i>	<i class="left icon-smashing"></i>	<i class="left icon-db-shape"></i>	<i class="left icon-sweden"></i>	<i class="left icon-logo-db"></i>	<i class="left icon-picture"></i>	<i class="left icon-globe"></i>	<i class="left icon-leaf"></i>	<i class="left icon-graduation-cap"></i>	<i class="left icon-mic"></i>	<i class="left icon-palette"></i>	<i class="left icon-ticket"></i>	<i class="left icon-video"></i>	<i class="left icon-target"></i>	<i class="left icon-music"></i>	<i class="left icon-trophy"></i>	<i class="left icon-thumbs-up"></i>	<i class="left icon-thumbs-down"></i>	<i class="left icon-bag"></i>	<i class="left icon-user"></i>	<i class="left icon-users"></i>	<i class="left icon-lamp"></i>	<i class="left icon-alert"></i>	<i class="left icon-water"></i>	<i class="left icon-droplet"></i>	<i class="left icon-credit-card"></i>	<i class="left icon-monitor"></i>	<i class="left icon-briefcase"></i>	<i class="left icon-floppy"></i>	<i class="left icon-cd"></i>	<i class="left icon-folder"></i>	<i class="left icon-doc-text"></i>	<i class="left icon-calendar"></i>	<i class="left icon-chart-line"></i>	<i class="left icon-chart-bar"></i>	<i class="left icon-clipboard"></i>	<i class="left icon-attach"></i>	<i class="left icon-bookmarks"></i>	<i class="left icon-book"></i>	<i class="left icon-book-open"></i>	<i class="left icon-phone"></i>	<i class="left icon-megaphone"></i>	<i class="left icon-upload"></i>	<i class="left icon-download"></i>	<i class="left icon-box"></i>	<i class="left icon-newspaper"></i>	<i class="left icon-mobile"></i>	<i class="left icon-signal"></i>	<i class="left icon-camera"></i>	<i class="left icon-shuffle"></i>	<i class="left icon-loop"></i>	<i class="left icon-arrows-ccw"></i>	<i class="left icon-light-down"></i>	<i class="left icon-light-up"></i>	<i class="left icon-mute"></i>	<i class="left icon-sound"></i>	<i class="left icon-battery"></i>	<i class="left icon-search"></i>	<i class="left icon-key"></i>	<i class="left icon-lock"></i>	<i class="left icon-lock-open"></i>	<i class="left icon-bell"></i>	<i class="left icon-bookmark"></i>	<i class="left icon-link"></i>	<i class="left icon-back"></i>	<i class="left icon-flashlight"></i>	<i class="left icon-chart-area"></i>	<i class="left icon-clock"></i>	<i class="left icon-rocket"></i>	<i class="left icon-block"></i></div>', 'Sample', 0, '', 'draft', 'closed', 'closed', '', 'sample', '', '', '2013-12-10 19:56:37', '2013-12-11 00:56:37', '', 3, 'http://web3.gowebsolutions.com/~aazook/?page_id=3041', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3042, 1, '2013-10-01 10:40:53', '2013-10-01 15:40:53', ' <h1>CSS Basic Elements</h1>\r\n<p>The purpose of this HTML is to help determine what default settings are with CSS and to make sure that all possible HTML Elements are included in this HTML so as to not miss any possible Elements when designing a site.</p>\r\n<hr />\r\n<h1 id="headings">Headings</h1>\r\n<h1>Heading 1</h1>\r\n<h2>Heading 2</h2>\r\n<h3>Heading 3</h3>\r\n<h4>Heading 4</h4>\r\n<h5>Heading 5</h5>\r\n<h6>Heading 6</h6>\r\n<p><small><a href="#wrapper">[top]</a></small></p>\r\n<hr />\r\n<h1 id="paragraph">Paragraph</h1>\r\n<p><img style="width: 250px; height: 125px; float: right;" alt="CSS | God\'s Language" src="images/css_gods_language.png" /></p>\r\n<p>Lorem ipsum dolor sit amet, <a title="test link" href="#">test link</a> adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>\r\n<p>Lorem ipsum dolor sit amet, <em>emphasis</em> consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>\r\n<hr />\r\n<h1 id="list_types">List Types</h1>\r\n<h3>Definition List</h3>\r\n<dl>\r\n<dt>Definition List Title</dt>\r\n<dd>This is a definition list division.</dd>\r\n</dl>\r\n<h3>Ordered List</h3>\r\n<ol>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ol>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ol>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3</li>\r\n</ol>\r\n</li>\r\n</ol>\r\n</li>\r\n</ol>\r\n<h3>Unordered List</h3>\r\n<ul>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ul>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ul>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<hr />\r\n<h1 id="form_elements">Fieldsets, Legends, and Form Elements</h1>\r\n<fieldset>\r\n<legend>Legend</legend>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.</p>\r\n<form>\r\n<h2>Form Element</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui.</p>\r\n<p><label for="text_field">Text Field:</label><br />\r\n<input id="text_field" type="text" /></p>\r\n<p><label for="text_area">Text Area:</label><br />\r\n<textarea id="text_area"></textarea></p>\r\n<p><label for="select_element">Select Element:</label></p>\r\n<select name="select_element"><optgroup label="Option Group 1"><br />\r\n<option value="1">Option 1</option>\r\n<option value="2">Option 2</option>\r\n<option value="3">Option 3</option>\r\n<p></optgroup></select>\r\n<p>&nbsp;</p>\r\n<select name="select_element"><optgroup label="Option Group 2"><br />\r\n<option value="1">Option 1</option>\r\n<option value="2">Option 2</option>\r\n<option value="3">Option 3</option>\r\n<p></optgroup></select>\r\n<p>&nbsp;<br />\r\n<label for="radio_buttons">Radio Buttons:</label><br />\r\n<input class="radio" type="radio" name="radio_button" value="radio_1" /> Radio 1</p>\r\n<p><input class="radio" type="radio" name="radio_button" value="radio_2" /> Radio 2</p>\r\n<p><input class="radio" type="radio" name="radio_button" value="radio_3" /> Radio 3</p>\r\n<p><label for="checkboxes">Checkboxes:</label><br />\r\n<input class="checkbox" type="checkbox" name="checkboxes" value="check_1" /> Radio 1</p>\r\n<p><input class="checkbox" type="checkbox" name="checkboxes" value="check_2" /> Radio 2</p>\r\n<p><input class="checkbox" type="checkbox" name="checkboxes" value="check_3" /> Radio 3</p>\r\n<p><label for="password">Password:</label><br />\r\n<input class="password" type="password" name="password" /></p>\r\n<p><label for="file">File Input:</label><br />\r\n<input class="file" type="file" name="file" /></p>\r\n<p><input class="button" type="reset" value="Clear" /> <input class="button" type="submit" value="Submit" /></p>\r\n</form>\r\n</fieldset>\r\n<hr />\r\n<h1 id="tables">Tables</h1>\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th>Table Header 1</th>\r\n<th>Table Header 2</th>\r\n<th>Table Header 3</th>\r\n</tr>\r\n<tr>\r\n<td>Division 1</td>\r\n<td>Division 2</td>\r\n<td>Division 3</td>\r\n</tr>\r\n<tr class="even">\r\n<td>Division 1</td>\r\n<td>Division 2</td>\r\n<td>Division 3</td>\r\n</tr>\r\n<tr>\r\n<td>Division 1</td>\r\n<td>Division 2</td>\r\n<td>Division 3</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<hr />\r\n<h1 id="misc">Misc Stuff &#8211; abbr, acronym, pre, code, sub, sup, etc.</h1>\r\n<p>Lorem <sup>superscript</sup> dolor <sub>subscript</sub> amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. <cite>cite</cite>. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. <acronym title="National Basketball Association">NBA</acronym> Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. <abbr title="Avenue">AVE</abbr></p>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. <acronym title="National Basketball Association">NBA</acronym> Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. <abbr title="Avenue">AVE</abbr></p>\r\n<blockquote><p>&#8220;This stylesheet is going to help so freaking much. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.&#8221;<br />\r\n-Blockquote</p></blockquote>', 'Sample', 0, '', 'inherit', 'closed', 'closed', '', '3041-revision-v1', '', '', '2013-10-01 10:40:53', '2013-10-01 15:40:53', '', 3041, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3041-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3043, 1, '2013-10-01 10:43:14', '2013-10-01 15:43:14', '<h1>CSS Basic Elements</h1>\r\n<p>The purpose of this HTML is to help determine what default settings are with CSS and to make sure that all possible HTML Elements are included in this HTML so as to not miss any possible Elements when designing a site.</p>\r\n<hr />\r\n<h1 id="headings">Headings</h1>\r\n<h1>Heading 1</h1>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h2>Heading 2</h2>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h3>Heading 3</h3>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h4>Heading 4</h4>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h5>Heading 5</h5>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h6>Heading 6</h6>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<p><small><a href="#wrapper">[top]</a></small></p>\r\n<hr />\r\n<h1 id="paragraph">Paragraph</h1>\r\n<p><img style="width: 250px; height: 125px; float: right;" alt="CSS | God\'s Language" src="images/css_gods_language.png" /></p>\r\n<p>Lorem ipsum dolor sit amet, <a title="test link" href="#">test link</a> adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>\r\n<p>Lorem ipsum dolor sit amet, <em>emphasis</em> consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>\r\n<hr />\r\n<h1 id="list_types">List Types</h1>\r\n<h3>Definition List</h3>\r\n<dl>\r\n<dt>Definition List Title</dt>\r\n<dd>This is a definition list division.</dd>\r\n</dl>\r\n<h3>Ordered List</h3>\r\n<ol>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ol>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ol>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3</li>\r\n</ol>\r\n</li>\r\n</ol>\r\n</li>\r\n</ol>\r\n<h3>Unordered List</h3>\r\n<ul>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ul>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ul>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<hr />\r\n<h1 id="form_elements">Fieldsets, Legends, and Form Elements</h1>\r\n<fieldset>\r\n<legend>Legend</legend>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.</p>\r\n<form>\r\n<h2>Form Element</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui.</p>\r\n<p><label for="text_field">Text Field:</label><br />\r\n<input id="text_field" type="text" /></p>\r\n<p><label for="text_area">Text Area:</label><br />\r\n<textarea id="text_area"></textarea></p>\r\n<p><label for="select_element">Select Element:</label></p>\r\n<select name="select_element"><optgroup label="Option Group 1"><br />\r\n<option value="1">Option 1</option>\r\n<option value="2">Option 2</option>\r\n<option value="3">Option 3</option>\r\n<p></optgroup></select>\r\n<p>&nbsp;</p>\r\n<select name="select_element"><optgroup label="Option Group 2"><br />\r\n<option value="1">Option 1</option>\r\n<option value="2">Option 2</option>\r\n<option value="3">Option 3</option>\r\n<p></optgroup></select>\r\n<p>&nbsp;<br />\r\n<label for="radio_buttons">Radio Buttons:</label><br />\r\n<input class="radio" type="radio" name="radio_button" value="radio_1" /> Radio 1</p>\r\n<p><input class="radio" type="radio" name="radio_button" value="radio_2" /> Radio 2</p>\r\n<p><input class="radio" type="radio" name="radio_button" value="radio_3" /> Radio 3</p>\r\n<p><label for="checkboxes">Checkboxes:</label><br />\r\n<input class="checkbox" type="checkbox" name="checkboxes" value="check_1" /> Radio 1</p>\r\n<p><input class="checkbox" type="checkbox" name="checkboxes" value="check_2" /> Radio 2</p>\r\n<p><input class="checkbox" type="checkbox" name="checkboxes" value="check_3" /> Radio 3</p>\r\n<p><label for="password">Password:</label><br />\r\n<input class="password" type="password" name="password" /></p>\r\n<p><label for="file">File Input:</label><br />\r\n<input class="file" type="file" name="file" /></p>\r\n<p><input class="button" type="reset" value="Clear" /> <input class="button" type="submit" value="Submit" /></p>\r\n</form>\r\n</fieldset>\r\n<hr />\r\n<h1 id="tables">Tables</h1>\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th>Table Header 1</th>\r\n<th>Table Header 2</th>\r\n<th>Table Header 3</th>\r\n</tr>\r\n<tr>\r\n<td>Division 1</td>\r\n<td>Division 2</td>\r\n<td>Division 3</td>\r\n</tr>\r\n<tr class="even">\r\n<td>Division 1</td>\r\n<td>Division 2</td>\r\n<td>Division 3</td>\r\n</tr>\r\n<tr>\r\n<td>Division 1</td>\r\n<td>Division 2</td>\r\n<td>Division 3</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<hr />\r\n<h1 id="misc">Misc Stuff &#8211; abbr, acronym, pre, code, sub, sup, etc.</h1>\r\n<p>Lorem <sup>superscript</sup> dolor <sub>subscript</sub> amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. <cite>cite</cite>. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. <acronym title="National Basketball Association">NBA</acronym> Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. <abbr title="Avenue">AVE</abbr></p>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. <acronym title="National Basketball Association">NBA</acronym> Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. <abbr title="Avenue">AVE</abbr></p>\r\n<blockquote><p>&#8220;This stylesheet is going to help so freaking much. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.&#8221;<br />\r\n-Blockquote</p></blockquote>\r\n<h2>Icons</h2>\r\n<style>\r\n	i.left{float:left; width: 32px;}\r\n</style>\r\n<div class="clearfix">\r\n	<i class="left icon-plus"></i>	<i class="left icon-minus"></i>	<i class="left icon-info"></i>	<i class="left icon-left-thin"></i>	<i class="left icon-up-thin"></i>	<i class="left icon-right-thin"></i>	<i class="left icon-down-thin"></i>	<i class="left icon-level-up"></i>	<i class="left icon-level-down"></i>	<i class="left icon-switch"></i>	<i class="left icon-infinity"></i>	<i class="left icon-plus-squared"></i>	<i class="left icon-minus-squared"></i>	<i class="left icon-home"></i>	<i class="left icon-keyboard"></i>	<i class="left icon-erase"></i>	<i class="left icon-pause"></i>	<i class="left icon-fast-forward"></i>	<i class="left icon-fast-backward"></i>	<i class="left icon-to-end"></i>	<i class="left icon-to-start"></i>	<i class="left icon-hourglass"></i>	<i class="left icon-stop"></i>	<i class="left icon-up-dir"></i>	<i class="left icon-play"></i>	<i class="left icon-right-dir"></i>	<i class="left icon-down-dir"></i>	<i class="left icon-left-dir"></i>	<i class="left icon-adjust"></i>	<i class="left icon-cloud"></i>	<i class="left icon-star"></i>	<i class="left icon-star-empty"></i>	<i class="left icon-cup"></i>	<i class="left icon-menu"></i>	<i class="left icon-moon"></i>	<i class="left icon-heart-empty"></i>	<i class="left icon-heart"></i>	<i class="left icon-note"></i>	<i class="left icon-note-beamed"></i>	<i class="left icon-layout"></i>	<i class="left icon-flag"></i>	<i class="left icon-tools"></i>	<i class="left icon-cog"></i>	<i class="left icon-attention"></i>	<i class="left icon-flash"></i>	<i class="left icon-record"></i>	<i class="left icon-cloud-thunder"></i>	<i class="left icon-tape"></i>	<i class="left icon-flight"></i>	<i class="left icon-mail"></i>	<i class="left icon-pencil"></i>	<i class="left icon-feather"></i>	<i class="left icon-check"></i>	<i class="left icon-cancel"></i>	<i class="left icon-cancel-circled"></i>	<i class="left icon-cancel-squared"></i>	<i class="left icon-help"></i>	<i class="left icon-quote"></i>	<i class="left icon-plus-circled"></i>	<i class="left icon-minus-circled"></i>	<i class="left icon-right"></i>	<i class="left icon-direction"></i>	<i class="left icon-forward"></i>	<i class="left icon-ccw"></i>	<i class="left icon-cw"></i>	<i class="left icon-left"></i>	<i class="left icon-up"></i>	<i class="left icon-down"></i>	<i class="left icon-list-add"></i>	<i class="left icon-list"></i>	<i class="left icon-left-bold"></i>	<i class="left icon-right-bold"></i>	<i class="left icon-up-bold"></i>	<i class="left icon-down-bold"></i>	<i class="left icon-user-add"></i>	<i class="left icon-help-circled"></i>	<i class="left icon-info-circled"></i>	<i class="left icon-eye"></i>	<i class="left icon-tag"></i>	<i class="left icon-upload-cloud"></i>	<i class="left icon-reply"></i>	<i class="left icon-reply-all"></i>	<i class="left icon-code"></i>	<i class="left icon-export"></i>	<i class="left icon-print"></i>	<i class="left icon-retweet"></i>	<i class="left icon-comment"></i>	<i class="left icon-chat"></i>	<i class="left icon-vcard"></i>	<i class="left icon-address"></i>	<i class="left icon-location"></i>	<i class="left icon-map"></i>	<i class="left icon-compass"></i>	<i class="left icon-trash"></i>	<i class="left icon-doc"></i>	<i class="left icon-doc-text-inv"></i>	<i class="left icon-docs"></i>	<i class="left icon-doc-landscape"></i>	<i class="left icon-archive"></i>	<i class="left icon-rss"></i>	<i class="left icon-share"></i>	<i class="left icon-basket"></i>	<i class="left icon-shareable"></i>	<i class="left icon-login"></i>	<i class="left icon-logout"></i>	<i class="left icon-volume"></i>	<i class="left icon-resize-full"></i>	<i class="left icon-resize-small"></i>	<i class="left icon-popup"></i>	<i class="left icon-publish"></i>	<i class="left icon-window"></i>	<i class="left icon-arrow-combo"></i>	<i class="left icon-chart-pie"></i>	<i class="left icon-language"></i>	<i class="left icon-air"></i>	<i class="left icon-database"></i>	<i class="left icon-drive"></i>	<i class="left icon-bucket"></i>	<i class="left icon-thermometer"></i>	<i class="left icon-down-circled"></i>	<i class="left icon-left-circled"></i>	<i class="left icon-right-circled"></i>	<i class="left icon-up-circled"></i>	<i class="left icon-down-open"></i>	<i class="left icon-left-open"></i>	<i class="left icon-right-open"></i>	<i class="left icon-up-open"></i>	<i class="left icon-down-open-mini"></i>	<i class="left icon-left-open-mini"></i>	<i class="left icon-right-open-mini"></i>	<i class="left icon-up-open-mini"></i>	<i class="left icon-down-open-big"></i>	<i class="left icon-left-open-big"></i>	<i class="left icon-right-open-big"></i>	<i class="left icon-up-open-big"></i>	<i class="left icon-progress-0"></i>	<i class="left icon-progress-1"></i>	<i class="left icon-progress-2"></i>	<i class="left icon-progress-3"></i>	<i class="left icon-back-in-time"></i>	<i class="left icon-network"></i>	<i class="left icon-inbox"></i>	<i class="left icon-install"></i>	<i class="left icon-lifebuoy"></i>	<i class="left icon-mouse"></i>	<i class="left icon-dot"></i>	<i class="left icon-dot-2"></i>	<i class="left icon-dot-3"></i>	<i class="left icon-suitcase"></i>	<i class="left icon-flow-cascade"></i>	<i class="left icon-flow-branch"></i>	<i class="left icon-flow-tree"></i>	<i class="left icon-flow-line"></i>	<i class="left icon-flow-parallel"></i>	<i class="left icon-brush"></i>	<i class="left icon-paper-plane"></i>	<i class="left icon-magnet"></i>	<i class="left icon-gauge"></i>	<i class="left icon-traffic-cone"></i>	<i class="left icon-cc"></i>	<i class="left icon-cc-by"></i>	<i class="left icon-cc-nc"></i>	<i class="left icon-cc-nc-eu"></i>	<i class="left icon-cc-nc-jp"></i>	<i class="left icon-cc-sa"></i>	<i class="left icon-cc-nd"></i>	<i class="left icon-cc-pd"></i>	<i class="left icon-cc-zero"></i>	<i class="left icon-cc-share"></i>	<i class="left icon-cc-remix"></i>	<i class="left icon-github"></i>	<i class="left icon-github-circled"></i>	<i class="left icon-flickr"></i>	<i class="left icon-flickr-circled"></i>	<i class="left icon-vimeo"></i>	<i class="left icon-vimeo-circled"></i>	<i class="left icon-twitter"></i>	<i class="left icon-twitter-circled"></i>	<i class="left icon-facebook"></i>	<i class="left icon-facebook-circled"></i>	<i class="left icon-facebook-squared"></i>	<i class="left icon-gplus"></i>	<i class="left icon-gplus-circled"></i>	<i class="left icon-pinterest"></i>	<i class="left icon-pinterest-circled"></i>	<i class="left icon-tumblr"></i>	<i class="left icon-tumblr-circled"></i>	<i class="left icon-linkedin"></i>	<i class="left icon-linkedin-circled"></i>	<i class="left icon-dribbble"></i>	<i class="left icon-dribbble-circled"></i>	<i class="left icon-stumbleupon"></i>	<i class="left icon-stumbleupon-circled"></i>	<i class="left icon-lastfm"></i>	<i class="left icon-lastfm-circled"></i>	<i class="left icon-rdio"></i>	<i class="left icon-rdio-circled"></i>	<i class="left icon-spotify"></i>	<i class="left icon-spotify-circled"></i>	<i class="left icon-qq"></i>	<i class="left icon-instagram"></i>	<i class="left icon-dropbox"></i>	<i class="left icon-evernote"></i>	<i class="left icon-flattr"></i>	<i class="left icon-skype"></i>	<i class="left icon-skype-circled"></i>	<i class="left icon-renren"></i>	<i class="left icon-sina-weibo"></i>	<i class="left icon-paypal"></i>	<i class="left icon-picasa"></i>	<i class="left icon-soundcloud"></i>	<i class="left icon-mixi"></i>	<i class="left icon-behance"></i>	<i class="left icon-google-circles"></i>	<i class="left icon-vkontakte"></i>	<i class="left icon-smashing"></i>	<i class="left icon-db-shape"></i>	<i class="left icon-sweden"></i>	<i class="left icon-logo-db"></i>	<i class="left icon-picture"></i>	<i class="left icon-globe"></i>	<i class="left icon-leaf"></i>	<i class="left icon-graduation-cap"></i>	<i class="left icon-mic"></i>	<i class="left icon-palette"></i>	<i class="left icon-ticket"></i>	<i class="left icon-video"></i>	<i class="left icon-target"></i>	<i class="left icon-music"></i>	<i class="left icon-trophy"></i>	<i class="left icon-thumbs-up"></i>	<i class="left icon-thumbs-down"></i>	<i class="left icon-bag"></i>	<i class="left icon-user"></i>	<i class="left icon-users"></i>	<i class="left icon-lamp"></i>	<i class="left icon-alert"></i>	<i class="left icon-water"></i>	<i class="left icon-droplet"></i>	<i class="left icon-credit-card"></i>	<i class="left icon-monitor"></i>	<i class="left icon-briefcase"></i>	<i class="left icon-floppy"></i>	<i class="left icon-cd"></i>	<i class="left icon-folder"></i>	<i class="left icon-doc-text"></i>	<i class="left icon-calendar"></i>	<i class="left icon-chart-line"></i>	<i class="left icon-chart-bar"></i>	<i class="left icon-clipboard"></i>	<i class="left icon-attach"></i>	<i class="left icon-bookmarks"></i>	<i class="left icon-book"></i>	<i class="left icon-book-open"></i>	<i class="left icon-phone"></i>	<i class="left icon-megaphone"></i>	<i class="left icon-upload"></i>	<i class="left icon-download"></i>	<i class="left icon-box"></i>	<i class="left icon-newspaper"></i>	<i class="left icon-mobile"></i>	<i class="left icon-signal"></i>	<i class="left icon-camera"></i>	<i class="left icon-shuffle"></i>	<i class="left icon-loop"></i>	<i class="left icon-arrows-ccw"></i>	<i class="left icon-light-down"></i>	<i class="left icon-light-up"></i>	<i class="left icon-mute"></i>	<i class="left icon-sound"></i>	<i class="left icon-battery"></i>	<i class="left icon-search"></i>	<i class="left icon-key"></i>	<i class="left icon-lock"></i>	<i class="left icon-lock-open"></i>	<i class="left icon-bell"></i>	<i class="left icon-bookmark"></i>	<i class="left icon-link"></i>	<i class="left icon-back"></i>	<i class="left icon-flashlight"></i>	<i class="left icon-chart-area"></i>	<i class="left icon-clock"></i>	<i class="left icon-rocket"></i>	<i class="left icon-block"></i></div>', 'Sample', 0, '', 'inherit', 'closed', 'closed', '', '3041-revision-v1', '', '', '2013-10-01 10:43:14', '2013-10-01 15:43:14', '', 3041, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3041-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3044, 1, '2013-10-01 11:00:53', '2013-10-01 16:00:53', '<h1>CSS Basic Elements</h1>\r\n<p>The purpose of this HTML is to help determine what default settings are with CSS and to make sure that all possible HTML Elements are included in this HTML so as to not miss any possible Elements when designing a site.</p>\r\n<hr />\r\n<h1 id="headings">Headings</h1>\r\n<h1>Heading 1</h1>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h2>Heading 2</h2>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h3>Heading 3</h3>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h4>Heading 4</h4>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h5>Heading 5</h5>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h6>Heading 6</h6>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<p><small><a href="#wrapper">[top]</a></small></p>\r\n<hr />\r\n<h1 id="paragraph">Paragraph</h1>\r\n<p><img style="width: 250px; height: 125px; float: right;" alt="CSS | God\'s Language" src="images/css_gods_language.png" /></p>\r\n<p>Lorem ipsum dolor sit amet, <a title="test link" href="#">test link</a> adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>\r\n<p>Lorem ipsum dolor sit amet, <em>emphasis</em> consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>\r\n<hr />\r\n<h1 id="list_types">List Types</h1>\r\n<h3>Definition List</h3>\r\n<dl>\r\n<dt>Definition List Title</dt>\r\n<dd>This is a definition list division.</dd>\r\n</dl>\r\n<h3>Ordered List</h3>\r\n<ol>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ol>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ol>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3</li>\r\n</ol>\r\n</li>\r\n</ol>\r\n</li>\r\n</ol>\r\n<h3>Unordered List</h3>\r\n<ul>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ul>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ul>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<hr />\r\n<h1 id="form_elements">Fieldsets, Legends, and Form Elements</h1>\r\n<fieldset>\r\n<legend>Legend</legend>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.</p>\r\n<form>\r\n<h2>Form Element</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui.</p>\r\n<p><label for="text_field">Text Field:</label><br />\r\n<input id="text_field" type="text" /></p>\r\n<p><label for="text_area">Text Area:</label><br />\r\n<textarea id="text_area"></textarea></p>\r\n<p><label for="select_element">Select Element:</label></p>\r\n<select name="select_element"><optgroup label="Option Group 1"><br />\r\n<option value="1">Option 1</option>\r\n<option value="2">Option 2</option>\r\n<option value="3">Option 3</option>\r\n<p></optgroup></select>\r\n<p>&nbsp;</p>\r\n<select name="select_element"><optgroup label="Option Group 2"><br />\r\n<option value="1">Option 1</option>\r\n<option value="2">Option 2</option>\r\n<option value="3">Option 3</option>\r\n<p></optgroup></select>\r\n<p>&nbsp;<br />\r\n<label for="radio_buttons">Radio Buttons:</label><br />\r\n<input class="radio" type="radio" name="radio_button" value="radio_1" /> Radio 1</p>\r\n<p><input class="radio" type="radio" name="radio_button" value="radio_2" /> Radio 2</p>\r\n<p><input class="radio" type="radio" name="radio_button" value="radio_3" /> Radio 3</p>\r\n<p><label for="checkboxes">Checkboxes:</label><br />\r\n<input class="checkbox" type="checkbox" name="checkboxes" value="check_1" /> Radio 1</p>\r\n<p><input class="checkbox" type="checkbox" name="checkboxes" value="check_2" /> Radio 2</p>\r\n<p><input class="checkbox" type="checkbox" name="checkboxes" value="check_3" /> Radio 3</p>\r\n<p><label for="password">Password:</label><br />\r\n<input class="password" type="password" name="password" /></p>\r\n<p><label for="file">File Input:</label><br />\r\n<input class="file" type="file" name="file" /></p>\r\n<p><input class="button" type="reset" value="Clear" /> <input class="button" type="submit" value="Submit" /></p>\r\n</form>\r\n</fieldset>\r\n<hr />\r\n<h1 id="tables">Tables</h1>\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th>Table Header 1</th>\r\n<th>Table Header 2</th>\r\n<th>Table Header 3</th>\r\n</tr>\r\n<tr>\r\n<td>Division 1</td>\r\n<td>Division 2</td>\r\n<td>Division 3</td>\r\n</tr>\r\n<tr class="even">\r\n<td>Division 1</td>\r\n<td>Division 2</td>\r\n<td>Division 3</td>\r\n</tr>\r\n<tr>\r\n<td>Division 1</td>\r\n<td>Division 2</td>\r\n<td>Division 3</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<hr />\r\n<h1 id="misc">Misc Stuff &#8211; abbr, acronym, pre, code, sub, sup, etc.</h1>\r\n<p>Lorem <sup>superscript</sup> dolor <sub>subscript</sub> amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. <cite>cite</cite>. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. <acronym title="National Basketball Association">NBA</acronym> Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. <abbr title="Avenue">AVE</abbr></p>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. <acronym title="National Basketball Association">NBA</acronym> Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. <abbr title="Avenue">AVE</abbr></p>\r\n<blockquote><p>&#8220;This stylesheet is going to help so freaking much. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.&#8221;<br />\r\n-Blockquote</p></blockquote>\r\n<pre>\r\n	<dl>\r\n		<dt>HTML</dt>\r\n		<dd>Hyper Something Markup Language</dd>\r\n	</dl>\r\n	<p>HTML is a building block of the web</p>\r\n	<p>\r\n</pre>\r\n<h2>Icons</h2>\r\n<style>\r\n	i.left{float:left; width: 32px;}\r\n</style>\r\n<div class="clearfix">\r\n	<i class="left icon-plus"></i>	<i class="left icon-minus"></i>	<i class="left icon-info"></i>	<i class="left icon-left-thin"></i>	<i class="left icon-up-thin"></i>	<i class="left icon-right-thin"></i>	<i class="left icon-down-thin"></i>	<i class="left icon-level-up"></i>	<i class="left icon-level-down"></i>	<i class="left icon-switch"></i>	<i class="left icon-infinity"></i>	<i class="left icon-plus-squared"></i>	<i class="left icon-minus-squared"></i>	<i class="left icon-home"></i>	<i class="left icon-keyboard"></i>	<i class="left icon-erase"></i>	<i class="left icon-pause"></i>	<i class="left icon-fast-forward"></i>	<i class="left icon-fast-backward"></i>	<i class="left icon-to-end"></i>	<i class="left icon-to-start"></i>	<i class="left icon-hourglass"></i>	<i class="left icon-stop"></i>	<i class="left icon-up-dir"></i>	<i class="left icon-play"></i>	<i class="left icon-right-dir"></i>	<i class="left icon-down-dir"></i>	<i class="left icon-left-dir"></i>	<i class="left icon-adjust"></i>	<i class="left icon-cloud"></i>	<i class="left icon-star"></i>	<i class="left icon-star-empty"></i>	<i class="left icon-cup"></i>	<i class="left icon-menu"></i>	<i class="left icon-moon"></i>	<i class="left icon-heart-empty"></i>	<i class="left icon-heart"></i>	<i class="left icon-note"></i>	<i class="left icon-note-beamed"></i>	<i class="left icon-layout"></i>	<i class="left icon-flag"></i>	<i class="left icon-tools"></i>	<i class="left icon-cog"></i>	<i class="left icon-attention"></i>	<i class="left icon-flash"></i>	<i class="left icon-record"></i>	<i class="left icon-cloud-thunder"></i>	<i class="left icon-tape"></i>	<i class="left icon-flight"></i>	<i class="left icon-mail"></i>	<i class="left icon-pencil"></i>	<i class="left icon-feather"></i>	<i class="left icon-check"></i>	<i class="left icon-cancel"></i>	<i class="left icon-cancel-circled"></i>	<i class="left icon-cancel-squared"></i>	<i class="left icon-help"></i>	<i class="left icon-quote"></i>	<i class="left icon-plus-circled"></i>	<i class="left icon-minus-circled"></i>	<i class="left icon-right"></i>	<i class="left icon-direction"></i>	<i class="left icon-forward"></i>	<i class="left icon-ccw"></i>	<i class="left icon-cw"></i>	<i class="left icon-left"></i>	<i class="left icon-up"></i>	<i class="left icon-down"></i>	<i class="left icon-list-add"></i>	<i class="left icon-list"></i>	<i class="left icon-left-bold"></i>	<i class="left icon-right-bold"></i>	<i class="left icon-up-bold"></i>	<i class="left icon-down-bold"></i>	<i class="left icon-user-add"></i>	<i class="left icon-help-circled"></i>	<i class="left icon-info-circled"></i>	<i class="left icon-eye"></i>	<i class="left icon-tag"></i>	<i class="left icon-upload-cloud"></i>	<i class="left icon-reply"></i>	<i class="left icon-reply-all"></i>	<i class="left icon-code"></i>	<i class="left icon-export"></i>	<i class="left icon-print"></i>	<i class="left icon-retweet"></i>	<i class="left icon-comment"></i>	<i class="left icon-chat"></i>	<i class="left icon-vcard"></i>	<i class="left icon-address"></i>	<i class="left icon-location"></i>	<i class="left icon-map"></i>	<i class="left icon-compass"></i>	<i class="left icon-trash"></i>	<i class="left icon-doc"></i>	<i class="left icon-doc-text-inv"></i>	<i class="left icon-docs"></i>	<i class="left icon-doc-landscape"></i>	<i class="left icon-archive"></i>	<i class="left icon-rss"></i>	<i class="left icon-share"></i>	<i class="left icon-basket"></i>	<i class="left icon-shareable"></i>	<i class="left icon-login"></i>	<i class="left icon-logout"></i>	<i class="left icon-volume"></i>	<i class="left icon-resize-full"></i>	<i class="left icon-resize-small"></i>	<i class="left icon-popup"></i>	<i class="left icon-publish"></i>	<i class="left icon-window"></i>	<i class="left icon-arrow-combo"></i>	<i class="left icon-chart-pie"></i>	<i class="left icon-language"></i>	<i class="left icon-air"></i>	<i class="left icon-database"></i>	<i class="left icon-drive"></i>	<i class="left icon-bucket"></i>	<i class="left icon-thermometer"></i>	<i class="left icon-down-circled"></i>	<i class="left icon-left-circled"></i>	<i class="left icon-right-circled"></i>	<i class="left icon-up-circled"></i>	<i class="left icon-down-open"></i>	<i class="left icon-left-open"></i>	<i class="left icon-right-open"></i>	<i class="left icon-up-open"></i>	<i class="left icon-down-open-mini"></i>	<i class="left icon-left-open-mini"></i>	<i class="left icon-right-open-mini"></i>	<i class="left icon-up-open-mini"></i>	<i class="left icon-down-open-big"></i>	<i class="left icon-left-open-big"></i>	<i class="left icon-right-open-big"></i>	<i class="left icon-up-open-big"></i>	<i class="left icon-progress-0"></i>	<i class="left icon-progress-1"></i>	<i class="left icon-progress-2"></i>	<i class="left icon-progress-3"></i>	<i class="left icon-back-in-time"></i>	<i class="left icon-network"></i>	<i class="left icon-inbox"></i>	<i class="left icon-install"></i>	<i class="left icon-lifebuoy"></i>	<i class="left icon-mouse"></i>	<i class="left icon-dot"></i>	<i class="left icon-dot-2"></i>	<i class="left icon-dot-3"></i>	<i class="left icon-suitcase"></i>	<i class="left icon-flow-cascade"></i>	<i class="left icon-flow-branch"></i>	<i class="left icon-flow-tree"></i>	<i class="left icon-flow-line"></i>	<i class="left icon-flow-parallel"></i>	<i class="left icon-brush"></i>	<i class="left icon-paper-plane"></i>	<i class="left icon-magnet"></i>	<i class="left icon-gauge"></i>	<i class="left icon-traffic-cone"></i>	<i class="left icon-cc"></i>	<i class="left icon-cc-by"></i>	<i class="left icon-cc-nc"></i>	<i class="left icon-cc-nc-eu"></i>	<i class="left icon-cc-nc-jp"></i>	<i class="left icon-cc-sa"></i>	<i class="left icon-cc-nd"></i>	<i class="left icon-cc-pd"></i>	<i class="left icon-cc-zero"></i>	<i class="left icon-cc-share"></i>	<i class="left icon-cc-remix"></i>	<i class="left icon-github"></i>	<i class="left icon-github-circled"></i>	<i class="left icon-flickr"></i>	<i class="left icon-flickr-circled"></i>	<i class="left icon-vimeo"></i>	<i class="left icon-vimeo-circled"></i>	<i class="left icon-twitter"></i>	<i class="left icon-twitter-circled"></i>	<i class="left icon-facebook"></i>	<i class="left icon-facebook-circled"></i>	<i class="left icon-facebook-squared"></i>	<i class="left icon-gplus"></i>	<i class="left icon-gplus-circled"></i>	<i class="left icon-pinterest"></i>	<i class="left icon-pinterest-circled"></i>	<i class="left icon-tumblr"></i>	<i class="left icon-tumblr-circled"></i>	<i class="left icon-linkedin"></i>	<i class="left icon-linkedin-circled"></i>	<i class="left icon-dribbble"></i>	<i class="left icon-dribbble-circled"></i>	<i class="left icon-stumbleupon"></i>	<i class="left icon-stumbleupon-circled"></i>	<i class="left icon-lastfm"></i>	<i class="left icon-lastfm-circled"></i>	<i class="left icon-rdio"></i>	<i class="left icon-rdio-circled"></i>	<i class="left icon-spotify"></i>	<i class="left icon-spotify-circled"></i>	<i class="left icon-qq"></i>	<i class="left icon-instagram"></i>	<i class="left icon-dropbox"></i>	<i class="left icon-evernote"></i>	<i class="left icon-flattr"></i>	<i class="left icon-skype"></i>	<i class="left icon-skype-circled"></i>	<i class="left icon-renren"></i>	<i class="left icon-sina-weibo"></i>	<i class="left icon-paypal"></i>	<i class="left icon-picasa"></i>	<i class="left icon-soundcloud"></i>	<i class="left icon-mixi"></i>	<i class="left icon-behance"></i>	<i class="left icon-google-circles"></i>	<i class="left icon-vkontakte"></i>	<i class="left icon-smashing"></i>	<i class="left icon-db-shape"></i>	<i class="left icon-sweden"></i>	<i class="left icon-logo-db"></i>	<i class="left icon-picture"></i>	<i class="left icon-globe"></i>	<i class="left icon-leaf"></i>	<i class="left icon-graduation-cap"></i>	<i class="left icon-mic"></i>	<i class="left icon-palette"></i>	<i class="left icon-ticket"></i>	<i class="left icon-video"></i>	<i class="left icon-target"></i>	<i class="left icon-music"></i>	<i class="left icon-trophy"></i>	<i class="left icon-thumbs-up"></i>	<i class="left icon-thumbs-down"></i>	<i class="left icon-bag"></i>	<i class="left icon-user"></i>	<i class="left icon-users"></i>	<i class="left icon-lamp"></i>	<i class="left icon-alert"></i>	<i class="left icon-water"></i>	<i class="left icon-droplet"></i>	<i class="left icon-credit-card"></i>	<i class="left icon-monitor"></i>	<i class="left icon-briefcase"></i>	<i class="left icon-floppy"></i>	<i class="left icon-cd"></i>	<i class="left icon-folder"></i>	<i class="left icon-doc-text"></i>	<i class="left icon-calendar"></i>	<i class="left icon-chart-line"></i>	<i class="left icon-chart-bar"></i>	<i class="left icon-clipboard"></i>	<i class="left icon-attach"></i>	<i class="left icon-bookmarks"></i>	<i class="left icon-book"></i>	<i class="left icon-book-open"></i>	<i class="left icon-phone"></i>	<i class="left icon-megaphone"></i>	<i class="left icon-upload"></i>	<i class="left icon-download"></i>	<i class="left icon-box"></i>	<i class="left icon-newspaper"></i>	<i class="left icon-mobile"></i>	<i class="left icon-signal"></i>	<i class="left icon-camera"></i>	<i class="left icon-shuffle"></i>	<i class="left icon-loop"></i>	<i class="left icon-arrows-ccw"></i>	<i class="left icon-light-down"></i>	<i class="left icon-light-up"></i>	<i class="left icon-mute"></i>	<i class="left icon-sound"></i>	<i class="left icon-battery"></i>	<i class="left icon-search"></i>	<i class="left icon-key"></i>	<i class="left icon-lock"></i>	<i class="left icon-lock-open"></i>	<i class="left icon-bell"></i>	<i class="left icon-bookmark"></i>	<i class="left icon-link"></i>	<i class="left icon-back"></i>	<i class="left icon-flashlight"></i>	<i class="left icon-chart-area"></i>	<i class="left icon-clock"></i>	<i class="left icon-rocket"></i>	<i class="left icon-block"></i></div>', 'Sample', 0, '', 'inherit', 'closed', 'closed', '', '3041-revision-v1', '', '', '2013-10-01 11:00:53', '2013-10-01 16:00:53', '', 3041, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3041-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3046, 1, '2013-10-01 11:03:28', '2013-10-01 16:03:28', '&lt;dl>\r\n	&lt;dt>HTML&lt;/dt>\r\n	&lt;dd>Hyper Something Markup Language&lt;/dd>\r\n&lt;/dl>\r\nExample:\r\n&lt;p>HTML is a building block of the web&lt;/p>\r\n&lt;dl>\r\n	&lt;dt>PHP&lt;/dt>\r\n	&lt;dd>Something Hyper Something&lt;/dd>\r\n&lt;/dl>\r\nExample:\r\n&lt;?php $array = array() ?>', 'Sample', 0, '', 'inherit', 'closed', 'closed', '', '3041-revision-v1', '', '', '2013-10-01 11:03:28', '2013-10-01 16:03:28', '', 3041, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3041-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3045, 1, '2013-10-01 11:02:45', '2013-10-01 16:02:45', '<h1>CSS Basic Elements</h1>\r\n<p>The purpose of this HTML is to help determine what default settings are with CSS and to make sure that all possible HTML Elements are included in this HTML so as to not miss any possible Elements when designing a site.</p>\r\n<hr />\r\n<h1 id="headings">Headings</h1>\r\n<h1>Heading 1</h1>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h2>Heading 2</h2>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h3>Heading 3</h3>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h4>Heading 4</h4>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h5>Heading 5</h5>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h6>Heading 6</h6>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<p><small><a href="#wrapper">[top]</a></small></p>\r\n<hr />\r\n<h1 id="paragraph">Paragraph</h1>\r\n<p><img style="width: 250px; height: 125px; float: right;" alt="CSS | God\'s Language" src="images/css_gods_language.png" /></p>\r\n<p>Lorem ipsum dolor sit amet, <a title="test link" href="#">test link</a> adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>\r\n<p>Lorem ipsum dolor sit amet, <em>emphasis</em> consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>\r\n<hr />\r\n<h1 id="list_types">List Types</h1>\r\n<h3>Definition List</h3>\r\n<dl>\r\n<dt>Definition List Title</dt>\r\n<dd>This is a definition list division.</dd>\r\n</dl>\r\n<h3>Ordered List</h3>\r\n<ol>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ol>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ol>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3</li>\r\n</ol>\r\n</li>\r\n</ol>\r\n</li>\r\n</ol>\r\n<h3>Unordered List</h3>\r\n<ul>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ul>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ul>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<hr />\r\n<h1 id="form_elements">Fieldsets, Legends, and Form Elements</h1>\r\n<fieldset>\r\n<legend>Legend</legend>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.</p>\r\n<form>\r\n<h2>Form Element</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui.</p>\r\n<p><label for="text_field">Text Field:</label><br />\r\n<input id="text_field" type="text" /></p>\r\n<p><label for="text_area">Text Area:</label><br />\r\n<textarea id="text_area"></textarea></p>\r\n<p><label for="select_element">Select Element:</label></p>\r\n<select name="select_element"><optgroup label="Option Group 1"><br />\r\n<option value="1">Option 1</option>\r\n<option value="2">Option 2</option>\r\n<option value="3">Option 3</option>\r\n<p></optgroup></select>\r\n<p>&nbsp;</p>\r\n<select name="select_element"><optgroup label="Option Group 2"><br />\r\n<option value="1">Option 1</option>\r\n<option value="2">Option 2</option>\r\n<option value="3">Option 3</option>\r\n<p></optgroup></select>\r\n<p>&nbsp;<br />\r\n<label for="radio_buttons">Radio Buttons:</label><br />\r\n<input class="radio" type="radio" name="radio_button" value="radio_1" /> Radio 1</p>\r\n<p><input class="radio" type="radio" name="radio_button" value="radio_2" /> Radio 2</p>\r\n<p><input class="radio" type="radio" name="radio_button" value="radio_3" /> Radio 3</p>\r\n<p><label for="checkboxes">Checkboxes:</label><br />\r\n<input class="checkbox" type="checkbox" name="checkboxes" value="check_1" /> Radio 1</p>\r\n<p><input class="checkbox" type="checkbox" name="checkboxes" value="check_2" /> Radio 2</p>\r\n<p><input class="checkbox" type="checkbox" name="checkboxes" value="check_3" /> Radio 3</p>\r\n<p><label for="password">Password:</label><br />\r\n<input class="password" type="password" name="password" /></p>\r\n<p><label for="file">File Input:</label><br />\r\n<input class="file" type="file" name="file" /></p>\r\n<p><input class="button" type="reset" value="Clear" /> <input class="button" type="submit" value="Submit" /></p>\r\n</form>\r\n</fieldset>\r\n<hr />\r\n<h1 id="tables">Tables</h1>\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th>Table Header 1</th>\r\n<th>Table Header 2</th>\r\n<th>Table Header 3</th>\r\n</tr>\r\n<tr>\r\n<td>Division 1</td>\r\n<td>Division 2</td>\r\n<td>Division 3</td>\r\n</tr>\r\n<tr class="even">\r\n<td>Division 1</td>\r\n<td>Division 2</td>\r\n<td>Division 3</td>\r\n</tr>\r\n<tr>\r\n<td>Division 1</td>\r\n<td>Division 2</td>\r\n<td>Division 3</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<hr />\r\n<h1 id="misc">Misc Stuff &#8211; abbr, acronym, pre, code, sub, sup, etc.</h1>\r\n<p>Lorem <sup>superscript</sup> dolor <sub>subscript</sub> amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. <cite>cite</cite>. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. <acronym title="National Basketball Association">NBA</acronym> Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. <abbr title="Avenue">AVE</abbr></p>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. <acronym title="National Basketball Association">NBA</acronym> Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. <abbr title="Avenue">AVE</abbr></p>\r\n<blockquote><p>&#8220;This stylesheet is going to help so freaking much. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.&#8221;<br />\r\n-Blockquote</p></blockquote>\r\n<pre>\r\n	&lt;dl>\r\n		&lt;dt>HTML&lt;/dt>\r\n		&lt;dd>Hyper Something Markup Language&lt;/dd>\r\n	&lt;/dl>\r\n	Example:\r\n	&lt;p>HTML is a building block of the web&lt;/p>\r\n	&lt;dl>\r\n		&lt;dt>PHP&lt;/dt>\r\n		&lt;dd>Something Hyper Something&lt;/dd>\r\n	&lt;/dl>\r\n	Example:\r\n	&lg;?php $array = array() ?>\r\n\r\n</pre>\r\n<h2>Icons</h2>\r\n<style>\r\n	i.left{float:left; width: 32px;}\r\n</style>\r\n<div class="clearfix">\r\n	<i class="left icon-plus"></i>	<i class="left icon-minus"></i>	<i class="left icon-info"></i>	<i class="left icon-left-thin"></i>	<i class="left icon-up-thin"></i>	<i class="left icon-right-thin"></i>	<i class="left icon-down-thin"></i>	<i class="left icon-level-up"></i>	<i class="left icon-level-down"></i>	<i class="left icon-switch"></i>	<i class="left icon-infinity"></i>	<i class="left icon-plus-squared"></i>	<i class="left icon-minus-squared"></i>	<i class="left icon-home"></i>	<i class="left icon-keyboard"></i>	<i class="left icon-erase"></i>	<i class="left icon-pause"></i>	<i class="left icon-fast-forward"></i>	<i class="left icon-fast-backward"></i>	<i class="left icon-to-end"></i>	<i class="left icon-to-start"></i>	<i class="left icon-hourglass"></i>	<i class="left icon-stop"></i>	<i class="left icon-up-dir"></i>	<i class="left icon-play"></i>	<i class="left icon-right-dir"></i>	<i class="left icon-down-dir"></i>	<i class="left icon-left-dir"></i>	<i class="left icon-adjust"></i>	<i class="left icon-cloud"></i>	<i class="left icon-star"></i>	<i class="left icon-star-empty"></i>	<i class="left icon-cup"></i>	<i class="left icon-menu"></i>	<i class="left icon-moon"></i>	<i class="left icon-heart-empty"></i>	<i class="left icon-heart"></i>	<i class="left icon-note"></i>	<i class="left icon-note-beamed"></i>	<i class="left icon-layout"></i>	<i class="left icon-flag"></i>	<i class="left icon-tools"></i>	<i class="left icon-cog"></i>	<i class="left icon-attention"></i>	<i class="left icon-flash"></i>	<i class="left icon-record"></i>	<i class="left icon-cloud-thunder"></i>	<i class="left icon-tape"></i>	<i class="left icon-flight"></i>	<i class="left icon-mail"></i>	<i class="left icon-pencil"></i>	<i class="left icon-feather"></i>	<i class="left icon-check"></i>	<i class="left icon-cancel"></i>	<i class="left icon-cancel-circled"></i>	<i class="left icon-cancel-squared"></i>	<i class="left icon-help"></i>	<i class="left icon-quote"></i>	<i class="left icon-plus-circled"></i>	<i class="left icon-minus-circled"></i>	<i class="left icon-right"></i>	<i class="left icon-direction"></i>	<i class="left icon-forward"></i>	<i class="left icon-ccw"></i>	<i class="left icon-cw"></i>	<i class="left icon-left"></i>	<i class="left icon-up"></i>	<i class="left icon-down"></i>	<i class="left icon-list-add"></i>	<i class="left icon-list"></i>	<i class="left icon-left-bold"></i>	<i class="left icon-right-bold"></i>	<i class="left icon-up-bold"></i>	<i class="left icon-down-bold"></i>	<i class="left icon-user-add"></i>	<i class="left icon-help-circled"></i>	<i class="left icon-info-circled"></i>	<i class="left icon-eye"></i>	<i class="left icon-tag"></i>	<i class="left icon-upload-cloud"></i>	<i class="left icon-reply"></i>	<i class="left icon-reply-all"></i>	<i class="left icon-code"></i>	<i class="left icon-export"></i>	<i class="left icon-print"></i>	<i class="left icon-retweet"></i>	<i class="left icon-comment"></i>	<i class="left icon-chat"></i>	<i class="left icon-vcard"></i>	<i class="left icon-address"></i>	<i class="left icon-location"></i>	<i class="left icon-map"></i>	<i class="left icon-compass"></i>	<i class="left icon-trash"></i>	<i class="left icon-doc"></i>	<i class="left icon-doc-text-inv"></i>	<i class="left icon-docs"></i>	<i class="left icon-doc-landscape"></i>	<i class="left icon-archive"></i>	<i class="left icon-rss"></i>	<i class="left icon-share"></i>	<i class="left icon-basket"></i>	<i class="left icon-shareable"></i>	<i class="left icon-login"></i>	<i class="left icon-logout"></i>	<i class="left icon-volume"></i>	<i class="left icon-resize-full"></i>	<i class="left icon-resize-small"></i>	<i class="left icon-popup"></i>	<i class="left icon-publish"></i>	<i class="left icon-window"></i>	<i class="left icon-arrow-combo"></i>	<i class="left icon-chart-pie"></i>	<i class="left icon-language"></i>	<i class="left icon-air"></i>	<i class="left icon-database"></i>	<i class="left icon-drive"></i>	<i class="left icon-bucket"></i>	<i class="left icon-thermometer"></i>	<i class="left icon-down-circled"></i>	<i class="left icon-left-circled"></i>	<i class="left icon-right-circled"></i>	<i class="left icon-up-circled"></i>	<i class="left icon-down-open"></i>	<i class="left icon-left-open"></i>	<i class="left icon-right-open"></i>	<i class="left icon-up-open"></i>	<i class="left icon-down-open-mini"></i>	<i class="left icon-left-open-mini"></i>	<i class="left icon-right-open-mini"></i>	<i class="left icon-up-open-mini"></i>	<i class="left icon-down-open-big"></i>	<i class="left icon-left-open-big"></i>	<i class="left icon-right-open-big"></i>	<i class="left icon-up-open-big"></i>	<i class="left icon-progress-0"></i>	<i class="left icon-progress-1"></i>	<i class="left icon-progress-2"></i>	<i class="left icon-progress-3"></i>	<i class="left icon-back-in-time"></i>	<i class="left icon-network"></i>	<i class="left icon-inbox"></i>	<i class="left icon-install"></i>	<i class="left icon-lifebuoy"></i>	<i class="left icon-mouse"></i>	<i class="left icon-dot"></i>	<i class="left icon-dot-2"></i>	<i class="left icon-dot-3"></i>	<i class="left icon-suitcase"></i>	<i class="left icon-flow-cascade"></i>	<i class="left icon-flow-branch"></i>	<i class="left icon-flow-tree"></i>	<i class="left icon-flow-line"></i>	<i class="left icon-flow-parallel"></i>	<i class="left icon-brush"></i>	<i class="left icon-paper-plane"></i>	<i class="left icon-magnet"></i>	<i class="left icon-gauge"></i>	<i class="left icon-traffic-cone"></i>	<i class="left icon-cc"></i>	<i class="left icon-cc-by"></i>	<i class="left icon-cc-nc"></i>	<i class="left icon-cc-nc-eu"></i>	<i class="left icon-cc-nc-jp"></i>	<i class="left icon-cc-sa"></i>	<i class="left icon-cc-nd"></i>	<i class="left icon-cc-pd"></i>	<i class="left icon-cc-zero"></i>	<i class="left icon-cc-share"></i>	<i class="left icon-cc-remix"></i>	<i class="left icon-github"></i>	<i class="left icon-github-circled"></i>	<i class="left icon-flickr"></i>	<i class="left icon-flickr-circled"></i>	<i class="left icon-vimeo"></i>	<i class="left icon-vimeo-circled"></i>	<i class="left icon-twitter"></i>	<i class="left icon-twitter-circled"></i>	<i class="left icon-facebook"></i>	<i class="left icon-facebook-circled"></i>	<i class="left icon-facebook-squared"></i>	<i class="left icon-gplus"></i>	<i class="left icon-gplus-circled"></i>	<i class="left icon-pinterest"></i>	<i class="left icon-pinterest-circled"></i>	<i class="left icon-tumblr"></i>	<i class="left icon-tumblr-circled"></i>	<i class="left icon-linkedin"></i>	<i class="left icon-linkedin-circled"></i>	<i class="left icon-dribbble"></i>	<i class="left icon-dribbble-circled"></i>	<i class="left icon-stumbleupon"></i>	<i class="left icon-stumbleupon-circled"></i>	<i class="left icon-lastfm"></i>	<i class="left icon-lastfm-circled"></i>	<i class="left icon-rdio"></i>	<i class="left icon-rdio-circled"></i>	<i class="left icon-spotify"></i>	<i class="left icon-spotify-circled"></i>	<i class="left icon-qq"></i>	<i class="left icon-instagram"></i>	<i class="left icon-dropbox"></i>	<i class="left icon-evernote"></i>	<i class="left icon-flattr"></i>	<i class="left icon-skype"></i>	<i class="left icon-skype-circled"></i>	<i class="left icon-renren"></i>	<i class="left icon-sina-weibo"></i>	<i class="left icon-paypal"></i>	<i class="left icon-picasa"></i>	<i class="left icon-soundcloud"></i>	<i class="left icon-mixi"></i>	<i class="left icon-behance"></i>	<i class="left icon-google-circles"></i>	<i class="left icon-vkontakte"></i>	<i class="left icon-smashing"></i>	<i class="left icon-db-shape"></i>	<i class="left icon-sweden"></i>	<i class="left icon-logo-db"></i>	<i class="left icon-picture"></i>	<i class="left icon-globe"></i>	<i class="left icon-leaf"></i>	<i class="left icon-graduation-cap"></i>	<i class="left icon-mic"></i>	<i class="left icon-palette"></i>	<i class="left icon-ticket"></i>	<i class="left icon-video"></i>	<i class="left icon-target"></i>	<i class="left icon-music"></i>	<i class="left icon-trophy"></i>	<i class="left icon-thumbs-up"></i>	<i class="left icon-thumbs-down"></i>	<i class="left icon-bag"></i>	<i class="left icon-user"></i>	<i class="left icon-users"></i>	<i class="left icon-lamp"></i>	<i class="left icon-alert"></i>	<i class="left icon-water"></i>	<i class="left icon-droplet"></i>	<i class="left icon-credit-card"></i>	<i class="left icon-monitor"></i>	<i class="left icon-briefcase"></i>	<i class="left icon-floppy"></i>	<i class="left icon-cd"></i>	<i class="left icon-folder"></i>	<i class="left icon-doc-text"></i>	<i class="left icon-calendar"></i>	<i class="left icon-chart-line"></i>	<i class="left icon-chart-bar"></i>	<i class="left icon-clipboard"></i>	<i class="left icon-attach"></i>	<i class="left icon-bookmarks"></i>	<i class="left icon-book"></i>	<i class="left icon-book-open"></i>	<i class="left icon-phone"></i>	<i class="left icon-megaphone"></i>	<i class="left icon-upload"></i>	<i class="left icon-download"></i>	<i class="left icon-box"></i>	<i class="left icon-newspaper"></i>	<i class="left icon-mobile"></i>	<i class="left icon-signal"></i>	<i class="left icon-camera"></i>	<i class="left icon-shuffle"></i>	<i class="left icon-loop"></i>	<i class="left icon-arrows-ccw"></i>	<i class="left icon-light-down"></i>	<i class="left icon-light-up"></i>	<i class="left icon-mute"></i>	<i class="left icon-sound"></i>	<i class="left icon-battery"></i>	<i class="left icon-search"></i>	<i class="left icon-key"></i>	<i class="left icon-lock"></i>	<i class="left icon-lock-open"></i>	<i class="left icon-bell"></i>	<i class="left icon-bookmark"></i>	<i class="left icon-link"></i>	<i class="left icon-back"></i>	<i class="left icon-flashlight"></i>	<i class="left icon-chart-area"></i>	<i class="left icon-clock"></i>	<i class="left icon-rocket"></i>	<i class="left icon-block"></i></div>', 'Sample', 0, '', 'inherit', 'closed', 'closed', '', '3041-revision-v1', '', '', '2013-10-01 11:02:45', '2013-10-01 16:02:45', '', 3041, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3041-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3047, 1, '2013-10-01 11:03:37', '2013-10-01 16:03:37', '<h1>CSS Basic Elements</h1>\r\n<p>The purpose of this HTML is to help determine what default settings are with CSS and to make sure that all possible HTML Elements are included in this HTML so as to not miss any possible Elements when designing a site.</p>\r\n<hr />\r\n<h1 id="headings">Headings</h1>\r\n<h1>Heading 1</h1>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h2>Heading 2</h2>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h3>Heading 3</h3>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h4>Heading 4</h4>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h5>Heading 5</h5>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h6>Heading 6</h6>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<p><small><a href="#wrapper">[top]</a></small></p>\r\n<hr />\r\n<h1 id="paragraph">Paragraph</h1>\r\n<p><img style="width: 250px; height: 125px; float: right;" alt="CSS | God\'s Language" src="images/css_gods_language.png" /></p>\r\n<p>Lorem ipsum dolor sit amet, <a title="test link" href="#">test link</a> adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>\r\n<p>Lorem ipsum dolor sit amet, <em>emphasis</em> consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>\r\n<hr />\r\n<h1 id="list_types">List Types</h1>\r\n<h3>Definition List</h3>\r\n<dl>\r\n<dt>Definition List Title</dt>\r\n<dd>This is a definition list division.</dd>\r\n</dl>\r\n<h3>Ordered List</h3>\r\n<ol>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ol>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ol>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3</li>\r\n</ol>\r\n</li>\r\n</ol>\r\n</li>\r\n</ol>\r\n<h3>Unordered List</h3>\r\n<ul>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ul>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ul>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<hr />\r\n<h1 id="form_elements">Fieldsets, Legends, and Form Elements</h1>\r\n<fieldset>\r\n<legend>Legend</legend>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.</p>\r\n<form>\r\n<h2>Form Element</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui.</p>\r\n<p><label for="text_field">Text Field:</label><br />\r\n<input id="text_field" type="text" /></p>\r\n<p><label for="text_area">Text Area:</label><br />\r\n<textarea id="text_area"></textarea></p>\r\n<p><label for="select_element">Select Element:</label></p>\r\n<select name="select_element"><optgroup label="Option Group 1"><br />\r\n<option value="1">Option 1</option>\r\n<option value="2">Option 2</option>\r\n<option value="3">Option 3</option>\r\n<p></optgroup></select>\r\n<p>&nbsp;</p>\r\n<select name="select_element"><optgroup label="Option Group 2"><br />\r\n<option value="1">Option 1</option>\r\n<option value="2">Option 2</option>\r\n<option value="3">Option 3</option>\r\n<p></optgroup></select>\r\n<p>&nbsp;<br />\r\n<label for="radio_buttons">Radio Buttons:</label><br />\r\n<input class="radio" type="radio" name="radio_button" value="radio_1" /> Radio 1</p>\r\n<p><input class="radio" type="radio" name="radio_button" value="radio_2" /> Radio 2</p>\r\n<p><input class="radio" type="radio" name="radio_button" value="radio_3" /> Radio 3</p>\r\n<p><label for="checkboxes">Checkboxes:</label><br />\r\n<input class="checkbox" type="checkbox" name="checkboxes" value="check_1" /> Radio 1</p>\r\n<p><input class="checkbox" type="checkbox" name="checkboxes" value="check_2" /> Radio 2</p>\r\n<p><input class="checkbox" type="checkbox" name="checkboxes" value="check_3" /> Radio 3</p>\r\n<p><label for="password">Password:</label><br />\r\n<input class="password" type="password" name="password" /></p>\r\n<p><label for="file">File Input:</label><br />\r\n<input class="file" type="file" name="file" /></p>\r\n<p><input class="button" type="reset" value="Clear" /> <input class="button" type="submit" value="Submit" /></p>\r\n</form>\r\n</fieldset>\r\n<hr />\r\n<h1 id="tables">Tables</h1>\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th>Table Header 1</th>\r\n<th>Table Header 2</th>\r\n<th>Table Header 3</th>\r\n</tr>\r\n<tr>\r\n<td>Division 1</td>\r\n<td>Division 2</td>\r\n<td>Division 3</td>\r\n</tr>\r\n<tr class="even">\r\n<td>Division 1</td>\r\n<td>Division 2</td>\r\n<td>Division 3</td>\r\n</tr>\r\n<tr>\r\n<td>Division 1</td>\r\n<td>Division 2</td>\r\n<td>Division 3</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<hr />\r\n<h1 id="misc">Misc Stuff &#8211; abbr, acronym, pre, code, sub, sup, etc.</h1>\r\n<p>Lorem <sup>superscript</sup> dolor <sub>subscript</sub> amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. <cite>cite</cite>. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. <acronym title="National Basketball Association">NBA</acronym> Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. <abbr title="Avenue">AVE</abbr></p>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. <acronym title="National Basketball Association">NBA</acronym> Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. <abbr title="Avenue">AVE</abbr></p>\r\n<blockquote><p>&#8220;This stylesheet is going to help so freaking much. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.&#8221;<br />\r\n-Blockquote</p></blockquote>\r\n<pre>\r\n&lt;dl>\r\n	&lt;dt>HTML&lt;/dt>\r\n	&lt;dd>Hyper Something Markup Language&lt;/dd>\r\n&lt;/dl>\r\nExample:\r\n&lt;p>HTML is a building block of the web&lt;/p>\r\n&lt;dl>\r\n	&lt;dt>PHP&lt;/dt>\r\n	&lt;dd>Something Hyper Something&lt;/dd>\r\n&lt;/dl>\r\nExample:\r\n&lt;?php $array = array() ?>\r\n</pre>\r\n<h2>Icons</h2>\r\n<style>\r\n	i.left{float:left; width: 32px;}\r\n</style>\r\n<div class="clearfix">\r\n	<i class="left icon-plus"></i>	<i class="left icon-minus"></i>	<i class="left icon-info"></i>	<i class="left icon-left-thin"></i>	<i class="left icon-up-thin"></i>	<i class="left icon-right-thin"></i>	<i class="left icon-down-thin"></i>	<i class="left icon-level-up"></i>	<i class="left icon-level-down"></i>	<i class="left icon-switch"></i>	<i class="left icon-infinity"></i>	<i class="left icon-plus-squared"></i>	<i class="left icon-minus-squared"></i>	<i class="left icon-home"></i>	<i class="left icon-keyboard"></i>	<i class="left icon-erase"></i>	<i class="left icon-pause"></i>	<i class="left icon-fast-forward"></i>	<i class="left icon-fast-backward"></i>	<i class="left icon-to-end"></i>	<i class="left icon-to-start"></i>	<i class="left icon-hourglass"></i>	<i class="left icon-stop"></i>	<i class="left icon-up-dir"></i>	<i class="left icon-play"></i>	<i class="left icon-right-dir"></i>	<i class="left icon-down-dir"></i>	<i class="left icon-left-dir"></i>	<i class="left icon-adjust"></i>	<i class="left icon-cloud"></i>	<i class="left icon-star"></i>	<i class="left icon-star-empty"></i>	<i class="left icon-cup"></i>	<i class="left icon-menu"></i>	<i class="left icon-moon"></i>	<i class="left icon-heart-empty"></i>	<i class="left icon-heart"></i>	<i class="left icon-note"></i>	<i class="left icon-note-beamed"></i>	<i class="left icon-layout"></i>	<i class="left icon-flag"></i>	<i class="left icon-tools"></i>	<i class="left icon-cog"></i>	<i class="left icon-attention"></i>	<i class="left icon-flash"></i>	<i class="left icon-record"></i>	<i class="left icon-cloud-thunder"></i>	<i class="left icon-tape"></i>	<i class="left icon-flight"></i>	<i class="left icon-mail"></i>	<i class="left icon-pencil"></i>	<i class="left icon-feather"></i>	<i class="left icon-check"></i>	<i class="left icon-cancel"></i>	<i class="left icon-cancel-circled"></i>	<i class="left icon-cancel-squared"></i>	<i class="left icon-help"></i>	<i class="left icon-quote"></i>	<i class="left icon-plus-circled"></i>	<i class="left icon-minus-circled"></i>	<i class="left icon-right"></i>	<i class="left icon-direction"></i>	<i class="left icon-forward"></i>	<i class="left icon-ccw"></i>	<i class="left icon-cw"></i>	<i class="left icon-left"></i>	<i class="left icon-up"></i>	<i class="left icon-down"></i>	<i class="left icon-list-add"></i>	<i class="left icon-list"></i>	<i class="left icon-left-bold"></i>	<i class="left icon-right-bold"></i>	<i class="left icon-up-bold"></i>	<i class="left icon-down-bold"></i>	<i class="left icon-user-add"></i>	<i class="left icon-help-circled"></i>	<i class="left icon-info-circled"></i>	<i class="left icon-eye"></i>	<i class="left icon-tag"></i>	<i class="left icon-upload-cloud"></i>	<i class="left icon-reply"></i>	<i class="left icon-reply-all"></i>	<i class="left icon-code"></i>	<i class="left icon-export"></i>	<i class="left icon-print"></i>	<i class="left icon-retweet"></i>	<i class="left icon-comment"></i>	<i class="left icon-chat"></i>	<i class="left icon-vcard"></i>	<i class="left icon-address"></i>	<i class="left icon-location"></i>	<i class="left icon-map"></i>	<i class="left icon-compass"></i>	<i class="left icon-trash"></i>	<i class="left icon-doc"></i>	<i class="left icon-doc-text-inv"></i>	<i class="left icon-docs"></i>	<i class="left icon-doc-landscape"></i>	<i class="left icon-archive"></i>	<i class="left icon-rss"></i>	<i class="left icon-share"></i>	<i class="left icon-basket"></i>	<i class="left icon-shareable"></i>	<i class="left icon-login"></i>	<i class="left icon-logout"></i>	<i class="left icon-volume"></i>	<i class="left icon-resize-full"></i>	<i class="left icon-resize-small"></i>	<i class="left icon-popup"></i>	<i class="left icon-publish"></i>	<i class="left icon-window"></i>	<i class="left icon-arrow-combo"></i>	<i class="left icon-chart-pie"></i>	<i class="left icon-language"></i>	<i class="left icon-air"></i>	<i class="left icon-database"></i>	<i class="left icon-drive"></i>	<i class="left icon-bucket"></i>	<i class="left icon-thermometer"></i>	<i class="left icon-down-circled"></i>	<i class="left icon-left-circled"></i>	<i class="left icon-right-circled"></i>	<i class="left icon-up-circled"></i>	<i class="left icon-down-open"></i>	<i class="left icon-left-open"></i>	<i class="left icon-right-open"></i>	<i class="left icon-up-open"></i>	<i class="left icon-down-open-mini"></i>	<i class="left icon-left-open-mini"></i>	<i class="left icon-right-open-mini"></i>	<i class="left icon-up-open-mini"></i>	<i class="left icon-down-open-big"></i>	<i class="left icon-left-open-big"></i>	<i class="left icon-right-open-big"></i>	<i class="left icon-up-open-big"></i>	<i class="left icon-progress-0"></i>	<i class="left icon-progress-1"></i>	<i class="left icon-progress-2"></i>	<i class="left icon-progress-3"></i>	<i class="left icon-back-in-time"></i>	<i class="left icon-network"></i>	<i class="left icon-inbox"></i>	<i class="left icon-install"></i>	<i class="left icon-lifebuoy"></i>	<i class="left icon-mouse"></i>	<i class="left icon-dot"></i>	<i class="left icon-dot-2"></i>	<i class="left icon-dot-3"></i>	<i class="left icon-suitcase"></i>	<i class="left icon-flow-cascade"></i>	<i class="left icon-flow-branch"></i>	<i class="left icon-flow-tree"></i>	<i class="left icon-flow-line"></i>	<i class="left icon-flow-parallel"></i>	<i class="left icon-brush"></i>	<i class="left icon-paper-plane"></i>	<i class="left icon-magnet"></i>	<i class="left icon-gauge"></i>	<i class="left icon-traffic-cone"></i>	<i class="left icon-cc"></i>	<i class="left icon-cc-by"></i>	<i class="left icon-cc-nc"></i>	<i class="left icon-cc-nc-eu"></i>	<i class="left icon-cc-nc-jp"></i>	<i class="left icon-cc-sa"></i>	<i class="left icon-cc-nd"></i>	<i class="left icon-cc-pd"></i>	<i class="left icon-cc-zero"></i>	<i class="left icon-cc-share"></i>	<i class="left icon-cc-remix"></i>	<i class="left icon-github"></i>	<i class="left icon-github-circled"></i>	<i class="left icon-flickr"></i>	<i class="left icon-flickr-circled"></i>	<i class="left icon-vimeo"></i>	<i class="left icon-vimeo-circled"></i>	<i class="left icon-twitter"></i>	<i class="left icon-twitter-circled"></i>	<i class="left icon-facebook"></i>	<i class="left icon-facebook-circled"></i>	<i class="left icon-facebook-squared"></i>	<i class="left icon-gplus"></i>	<i class="left icon-gplus-circled"></i>	<i class="left icon-pinterest"></i>	<i class="left icon-pinterest-circled"></i>	<i class="left icon-tumblr"></i>	<i class="left icon-tumblr-circled"></i>	<i class="left icon-linkedin"></i>	<i class="left icon-linkedin-circled"></i>	<i class="left icon-dribbble"></i>	<i class="left icon-dribbble-circled"></i>	<i class="left icon-stumbleupon"></i>	<i class="left icon-stumbleupon-circled"></i>	<i class="left icon-lastfm"></i>	<i class="left icon-lastfm-circled"></i>	<i class="left icon-rdio"></i>	<i class="left icon-rdio-circled"></i>	<i class="left icon-spotify"></i>	<i class="left icon-spotify-circled"></i>	<i class="left icon-qq"></i>	<i class="left icon-instagram"></i>	<i class="left icon-dropbox"></i>	<i class="left icon-evernote"></i>	<i class="left icon-flattr"></i>	<i class="left icon-skype"></i>	<i class="left icon-skype-circled"></i>	<i class="left icon-renren"></i>	<i class="left icon-sina-weibo"></i>	<i class="left icon-paypal"></i>	<i class="left icon-picasa"></i>	<i class="left icon-soundcloud"></i>	<i class="left icon-mixi"></i>	<i class="left icon-behance"></i>	<i class="left icon-google-circles"></i>	<i class="left icon-vkontakte"></i>	<i class="left icon-smashing"></i>	<i class="left icon-db-shape"></i>	<i class="left icon-sweden"></i>	<i class="left icon-logo-db"></i>	<i class="left icon-picture"></i>	<i class="left icon-globe"></i>	<i class="left icon-leaf"></i>	<i class="left icon-graduation-cap"></i>	<i class="left icon-mic"></i>	<i class="left icon-palette"></i>	<i class="left icon-ticket"></i>	<i class="left icon-video"></i>	<i class="left icon-target"></i>	<i class="left icon-music"></i>	<i class="left icon-trophy"></i>	<i class="left icon-thumbs-up"></i>	<i class="left icon-thumbs-down"></i>	<i class="left icon-bag"></i>	<i class="left icon-user"></i>	<i class="left icon-users"></i>	<i class="left icon-lamp"></i>	<i class="left icon-alert"></i>	<i class="left icon-water"></i>	<i class="left icon-droplet"></i>	<i class="left icon-credit-card"></i>	<i class="left icon-monitor"></i>	<i class="left icon-briefcase"></i>	<i class="left icon-floppy"></i>	<i class="left icon-cd"></i>	<i class="left icon-folder"></i>	<i class="left icon-doc-text"></i>	<i class="left icon-calendar"></i>	<i class="left icon-chart-line"></i>	<i class="left icon-chart-bar"></i>	<i class="left icon-clipboard"></i>	<i class="left icon-attach"></i>	<i class="left icon-bookmarks"></i>	<i class="left icon-book"></i>	<i class="left icon-book-open"></i>	<i class="left icon-phone"></i>	<i class="left icon-megaphone"></i>	<i class="left icon-upload"></i>	<i class="left icon-download"></i>	<i class="left icon-box"></i>	<i class="left icon-newspaper"></i>	<i class="left icon-mobile"></i>	<i class="left icon-signal"></i>	<i class="left icon-camera"></i>	<i class="left icon-shuffle"></i>	<i class="left icon-loop"></i>	<i class="left icon-arrows-ccw"></i>	<i class="left icon-light-down"></i>	<i class="left icon-light-up"></i>	<i class="left icon-mute"></i>	<i class="left icon-sound"></i>	<i class="left icon-battery"></i>	<i class="left icon-search"></i>	<i class="left icon-key"></i>	<i class="left icon-lock"></i>	<i class="left icon-lock-open"></i>	<i class="left icon-bell"></i>	<i class="left icon-bookmark"></i>	<i class="left icon-link"></i>	<i class="left icon-back"></i>	<i class="left icon-flashlight"></i>	<i class="left icon-chart-area"></i>	<i class="left icon-clock"></i>	<i class="left icon-rocket"></i>	<i class="left icon-block"></i></div>', 'Sample', 0, '', 'inherit', 'closed', 'closed', '', '3041-revision-v1', '', '', '2013-10-01 11:03:37', '2013-10-01 16:03:37', '', 3041, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3041-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3048, 1, '2013-10-01 12:17:24', '2013-10-01 17:17:24', '<h1>CSS Basic Elements</h1>\r\n<p>The purpose of this HTML is to help determine what default settings are with CSS and to make sure that all possible HTML Elements are included in this HTML so as to not miss any possible Elements when designing a site.</p>\r\n<hr />\r\n<h1 id="headings">Headings</h1>\r\n<h1>Heading 1</h1>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h2>Heading 2</h2>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h3>Heading 3</h3>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h4>Heading 4</h4>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h5>Heading 5</h5>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h6>Heading 6</h6>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<p><small><a href="#wrapper">[top]</a></small></p>\r\n<hr />\r\n<h1 id="paragraph">Paragraph</h1>\r\n<p><img style="width: 250px; height: 125px; float: right;" alt="CSS | God\'s Language" src="images/css_gods_language.png" /></p>\r\n<p>Lorem ipsum dolor sit amet, <a title="test link" href="#">test link</a> adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>\r\n<p>Lorem ipsum dolor sit amet, <em>emphasis</em> consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>\r\n<hr />\r\n<h1 id="list_types">List Types</h1>\r\n<h3>Definition List</h3>\r\n<dl>\r\n<dt>Definition List Title</dt>\r\n<dd>This is a definition list division.</dd>\r\n</dl>\r\n<h3>Ordered List</h3>\r\n<ol>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ol>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ol>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3</li>\r\n</ol>\r\n</li>\r\n</ol>\r\n</li>\r\n</ol>\r\n<h3>Unordered List</h3>\r\n<ul>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ul>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ul>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<hr />\r\n<h1 id="form_elements">Fieldsets, Legends, and Form Elements</h1>\r\n<fieldset>\r\n<legend>Legend</legend>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.</p>\r\n<form>\r\n<h2>Form Element</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui.</p>\r\n<p><label for="text_field">Text Field:</label><br />\r\n<input id="text_field" type="text" /></p>\r\n<p><label for="text_area">Text Area:</label><br />\r\n<textarea id="text_area"></textarea></p>\r\n<p><label for="select_element">Select Element:</label></p>\r\n<select name="select_element"><optgroup label="Option Group 1"><br />\r\n<option value="1">Option 1</option>\r\n<option value="2">Option 2</option>\r\n<option value="3">Option 3</option>\r\n<p></optgroup></select>\r\n<p>&nbsp;</p>\r\n<select name="select_element"><optgroup label="Option Group 2"><br />\r\n<option value="1">Option 1</option>\r\n<option value="2">Option 2</option>\r\n<option value="3">Option 3</option>\r\n<p></optgroup></select>\r\n<p>&nbsp;<br />\r\n<label for="radio_buttons">Radio Buttons:</label><br />\r\n<input class="radio" type="radio" name="radio_button" value="radio_1" /> Radio 1</p>\r\n<p><input class="radio" type="radio" name="radio_button" value="radio_2" /> Radio 2</p>\r\n<p><input class="radio" type="radio" name="radio_button" value="radio_3" /> Radio 3</p>\r\n<p><label for="checkboxes">Checkboxes:</label><br />\r\n<input class="checkbox" type="checkbox" name="checkboxes" value="check_1" /> Radio 1</p>\r\n<p><input class="checkbox" type="checkbox" name="checkboxes" value="check_2" /> Radio 2</p>\r\n<p><input class="checkbox" type="checkbox" name="checkboxes" value="check_3" /> Radio 3</p>\r\n<p><label for="password">Password:</label><br />\r\n<input class="password" type="password" name="password" /></p>\r\n<p><label for="file">File Input:</label><br />\r\n<input class="file" type="file" name="file" /></p>\r\n<p><input class="button" type="reset" value="Clear" /> <input class="button" type="submit" value="Submit" /></p>\r\n</form>\r\n</fieldset>\r\n<hr />\r\n<h1 id="tables">Tables</h1>\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th>Table Header 1</th>\r\n<th>Table Header 2</th>\r\n<th>Table Header 3</th>\r\n</tr>\r\n<tr>\r\n<td>Division 1</td>\r\n<td>Division 2</td>\r\n<td>Division 3</td>\r\n</tr>\r\n<tr class="even">\r\n<td>Division 1</td>\r\n<td>Division 2</td>\r\n<td>Division 3</td>\r\n</tr>\r\n<tr>\r\n<td>Division 1</td>\r\n<td>Division 2</td>\r\n<td>Division 3</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<hr />\r\n<h1 id="misc">Misc Stuff &#8211; abbr, acronym, pre, code, sub, sup, etc.</h1>\r\n<p>Lorem <sup>superscript</sup> dolor <sub>subscript</sub> amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. <cite>cite</cite>. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. <acronym title="National Basketball Association">NBA</acronym> Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. <abbr title="Avenue">AVE</abbr></p>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. <acronym title="National Basketball Association">NBA</acronym> Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. <abbr title="Avenue">AVE</abbr></p>\r\n<blockquote><p>&#8220;This <code>stylesheet</code> is going to help so freaking much. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. <code>HTML</code> aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida <code>vehicula</code>, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.&#8221;<br />\r\n-Blockquote</p></blockquote>\r\n<pre>\r\n&lt;dl>\r\n	&lt;dt>HTML&lt;/dt>\r\n	&lt;dd>Hyper Something Markup Language&lt;/dd>\r\n&lt;/dl>\r\nExample:\r\n&lt;p>HTML is a building block of the web&lt;/p>\r\n&lt;dl>\r\n	&lt;dt>PHP&lt;/dt>\r\n	&lt;dd>Something Hyper Something&lt;/dd>\r\n&lt;/dl>\r\nExample:\r\n&lt;?php $array = array() ?>\r\n</pre>\r\n<h2>Icons</h2>\r\n<style>\r\n	i.left{float:left; width: 32px;}\r\n</style>\r\n<div class="clearfix">\r\n	<i class="left icon-plus"></i>	<i class="left icon-minus"></i>	<i class="left icon-info"></i>	<i class="left icon-left-thin"></i>	<i class="left icon-up-thin"></i>	<i class="left icon-right-thin"></i>	<i class="left icon-down-thin"></i>	<i class="left icon-level-up"></i>	<i class="left icon-level-down"></i>	<i class="left icon-switch"></i>	<i class="left icon-infinity"></i>	<i class="left icon-plus-squared"></i>	<i class="left icon-minus-squared"></i>	<i class="left icon-home"></i>	<i class="left icon-keyboard"></i>	<i class="left icon-erase"></i>	<i class="left icon-pause"></i>	<i class="left icon-fast-forward"></i>	<i class="left icon-fast-backward"></i>	<i class="left icon-to-end"></i>	<i class="left icon-to-start"></i>	<i class="left icon-hourglass"></i>	<i class="left icon-stop"></i>	<i class="left icon-up-dir"></i>	<i class="left icon-play"></i>	<i class="left icon-right-dir"></i>	<i class="left icon-down-dir"></i>	<i class="left icon-left-dir"></i>	<i class="left icon-adjust"></i>	<i class="left icon-cloud"></i>	<i class="left icon-star"></i>	<i class="left icon-star-empty"></i>	<i class="left icon-cup"></i>	<i class="left icon-menu"></i>	<i class="left icon-moon"></i>	<i class="left icon-heart-empty"></i>	<i class="left icon-heart"></i>	<i class="left icon-note"></i>	<i class="left icon-note-beamed"></i>	<i class="left icon-layout"></i>	<i class="left icon-flag"></i>	<i class="left icon-tools"></i>	<i class="left icon-cog"></i>	<i class="left icon-attention"></i>	<i class="left icon-flash"></i>	<i class="left icon-record"></i>	<i class="left icon-cloud-thunder"></i>	<i class="left icon-tape"></i>	<i class="left icon-flight"></i>	<i class="left icon-mail"></i>	<i class="left icon-pencil"></i>	<i class="left icon-feather"></i>	<i class="left icon-check"></i>	<i class="left icon-cancel"></i>	<i class="left icon-cancel-circled"></i>	<i class="left icon-cancel-squared"></i>	<i class="left icon-help"></i>	<i class="left icon-quote"></i>	<i class="left icon-plus-circled"></i>	<i class="left icon-minus-circled"></i>	<i class="left icon-right"></i>	<i class="left icon-direction"></i>	<i class="left icon-forward"></i>	<i class="left icon-ccw"></i>	<i class="left icon-cw"></i>	<i class="left icon-left"></i>	<i class="left icon-up"></i>	<i class="left icon-down"></i>	<i class="left icon-list-add"></i>	<i class="left icon-list"></i>	<i class="left icon-left-bold"></i>	<i class="left icon-right-bold"></i>	<i class="left icon-up-bold"></i>	<i class="left icon-down-bold"></i>	<i class="left icon-user-add"></i>	<i class="left icon-help-circled"></i>	<i class="left icon-info-circled"></i>	<i class="left icon-eye"></i>	<i class="left icon-tag"></i>	<i class="left icon-upload-cloud"></i>	<i class="left icon-reply"></i>	<i class="left icon-reply-all"></i>	<i class="left icon-code"></i>	<i class="left icon-export"></i>	<i class="left icon-print"></i>	<i class="left icon-retweet"></i>	<i class="left icon-comment"></i>	<i class="left icon-chat"></i>	<i class="left icon-vcard"></i>	<i class="left icon-address"></i>	<i class="left icon-location"></i>	<i class="left icon-map"></i>	<i class="left icon-compass"></i>	<i class="left icon-trash"></i>	<i class="left icon-doc"></i>	<i class="left icon-doc-text-inv"></i>	<i class="left icon-docs"></i>	<i class="left icon-doc-landscape"></i>	<i class="left icon-archive"></i>	<i class="left icon-rss"></i>	<i class="left icon-share"></i>	<i class="left icon-basket"></i>	<i class="left icon-shareable"></i>	<i class="left icon-login"></i>	<i class="left icon-logout"></i>	<i class="left icon-volume"></i>	<i class="left icon-resize-full"></i>	<i class="left icon-resize-small"></i>	<i class="left icon-popup"></i>	<i class="left icon-publish"></i>	<i class="left icon-window"></i>	<i class="left icon-arrow-combo"></i>	<i class="left icon-chart-pie"></i>	<i class="left icon-language"></i>	<i class="left icon-air"></i>	<i class="left icon-database"></i>	<i class="left icon-drive"></i>	<i class="left icon-bucket"></i>	<i class="left icon-thermometer"></i>	<i class="left icon-down-circled"></i>	<i class="left icon-left-circled"></i>	<i class="left icon-right-circled"></i>	<i class="left icon-up-circled"></i>	<i class="left icon-down-open"></i>	<i class="left icon-left-open"></i>	<i class="left icon-right-open"></i>	<i class="left icon-up-open"></i>	<i class="left icon-down-open-mini"></i>	<i class="left icon-left-open-mini"></i>	<i class="left icon-right-open-mini"></i>	<i class="left icon-up-open-mini"></i>	<i class="left icon-down-open-big"></i>	<i class="left icon-left-open-big"></i>	<i class="left icon-right-open-big"></i>	<i class="left icon-up-open-big"></i>	<i class="left icon-progress-0"></i>	<i class="left icon-progress-1"></i>	<i class="left icon-progress-2"></i>	<i class="left icon-progress-3"></i>	<i class="left icon-back-in-time"></i>	<i class="left icon-network"></i>	<i class="left icon-inbox"></i>	<i class="left icon-install"></i>	<i class="left icon-lifebuoy"></i>	<i class="left icon-mouse"></i>	<i class="left icon-dot"></i>	<i class="left icon-dot-2"></i>	<i class="left icon-dot-3"></i>	<i class="left icon-suitcase"></i>	<i class="left icon-flow-cascade"></i>	<i class="left icon-flow-branch"></i>	<i class="left icon-flow-tree"></i>	<i class="left icon-flow-line"></i>	<i class="left icon-flow-parallel"></i>	<i class="left icon-brush"></i>	<i class="left icon-paper-plane"></i>	<i class="left icon-magnet"></i>	<i class="left icon-gauge"></i>	<i class="left icon-traffic-cone"></i>	<i class="left icon-cc"></i>	<i class="left icon-cc-by"></i>	<i class="left icon-cc-nc"></i>	<i class="left icon-cc-nc-eu"></i>	<i class="left icon-cc-nc-jp"></i>	<i class="left icon-cc-sa"></i>	<i class="left icon-cc-nd"></i>	<i class="left icon-cc-pd"></i>	<i class="left icon-cc-zero"></i>	<i class="left icon-cc-share"></i>	<i class="left icon-cc-remix"></i>	<i class="left icon-github"></i>	<i class="left icon-github-circled"></i>	<i class="left icon-flickr"></i>	<i class="left icon-flickr-circled"></i>	<i class="left icon-vimeo"></i>	<i class="left icon-vimeo-circled"></i>	<i class="left icon-twitter"></i>	<i class="left icon-twitter-circled"></i>	<i class="left icon-facebook"></i>	<i class="left icon-facebook-circled"></i>	<i class="left icon-facebook-squared"></i>	<i class="left icon-gplus"></i>	<i class="left icon-gplus-circled"></i>	<i class="left icon-pinterest"></i>	<i class="left icon-pinterest-circled"></i>	<i class="left icon-tumblr"></i>	<i class="left icon-tumblr-circled"></i>	<i class="left icon-linkedin"></i>	<i class="left icon-linkedin-circled"></i>	<i class="left icon-dribbble"></i>	<i class="left icon-dribbble-circled"></i>	<i class="left icon-stumbleupon"></i>	<i class="left icon-stumbleupon-circled"></i>	<i class="left icon-lastfm"></i>	<i class="left icon-lastfm-circled"></i>	<i class="left icon-rdio"></i>	<i class="left icon-rdio-circled"></i>	<i class="left icon-spotify"></i>	<i class="left icon-spotify-circled"></i>	<i class="left icon-qq"></i>	<i class="left icon-instagram"></i>	<i class="left icon-dropbox"></i>	<i class="left icon-evernote"></i>	<i class="left icon-flattr"></i>	<i class="left icon-skype"></i>	<i class="left icon-skype-circled"></i>	<i class="left icon-renren"></i>	<i class="left icon-sina-weibo"></i>	<i class="left icon-paypal"></i>	<i class="left icon-picasa"></i>	<i class="left icon-soundcloud"></i>	<i class="left icon-mixi"></i>	<i class="left icon-behance"></i>	<i class="left icon-google-circles"></i>	<i class="left icon-vkontakte"></i>	<i class="left icon-smashing"></i>	<i class="left icon-db-shape"></i>	<i class="left icon-sweden"></i>	<i class="left icon-logo-db"></i>	<i class="left icon-picture"></i>	<i class="left icon-globe"></i>	<i class="left icon-leaf"></i>	<i class="left icon-graduation-cap"></i>	<i class="left icon-mic"></i>	<i class="left icon-palette"></i>	<i class="left icon-ticket"></i>	<i class="left icon-video"></i>	<i class="left icon-target"></i>	<i class="left icon-music"></i>	<i class="left icon-trophy"></i>	<i class="left icon-thumbs-up"></i>	<i class="left icon-thumbs-down"></i>	<i class="left icon-bag"></i>	<i class="left icon-user"></i>	<i class="left icon-users"></i>	<i class="left icon-lamp"></i>	<i class="left icon-alert"></i>	<i class="left icon-water"></i>	<i class="left icon-droplet"></i>	<i class="left icon-credit-card"></i>	<i class="left icon-monitor"></i>	<i class="left icon-briefcase"></i>	<i class="left icon-floppy"></i>	<i class="left icon-cd"></i>	<i class="left icon-folder"></i>	<i class="left icon-doc-text"></i>	<i class="left icon-calendar"></i>	<i class="left icon-chart-line"></i>	<i class="left icon-chart-bar"></i>	<i class="left icon-clipboard"></i>	<i class="left icon-attach"></i>	<i class="left icon-bookmarks"></i>	<i class="left icon-book"></i>	<i class="left icon-book-open"></i>	<i class="left icon-phone"></i>	<i class="left icon-megaphone"></i>	<i class="left icon-upload"></i>	<i class="left icon-download"></i>	<i class="left icon-box"></i>	<i class="left icon-newspaper"></i>	<i class="left icon-mobile"></i>	<i class="left icon-signal"></i>	<i class="left icon-camera"></i>	<i class="left icon-shuffle"></i>	<i class="left icon-loop"></i>	<i class="left icon-arrows-ccw"></i>	<i class="left icon-light-down"></i>	<i class="left icon-light-up"></i>	<i class="left icon-mute"></i>	<i class="left icon-sound"></i>	<i class="left icon-battery"></i>	<i class="left icon-search"></i>	<i class="left icon-key"></i>	<i class="left icon-lock"></i>	<i class="left icon-lock-open"></i>	<i class="left icon-bell"></i>	<i class="left icon-bookmark"></i>	<i class="left icon-link"></i>	<i class="left icon-back"></i>	<i class="left icon-flashlight"></i>	<i class="left icon-chart-area"></i>	<i class="left icon-clock"></i>	<i class="left icon-rocket"></i>	<i class="left icon-block"></i></div>', 'Sample', 0, '', 'inherit', 'closed', 'closed', '', '3041-revision-v1', '', '', '2013-10-01 12:17:24', '2013-10-01 17:17:24', '', 3041, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3041-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3049, 1, '2013-10-01 17:18:55', '2013-10-01 22:18:55', '<h1>CSS Basic Elements</h1>\r\n<p>The purpose of this HTML is to help determine what default settings are with CSS and to make sure that all possible HTML Elements are included in this HTML so as to not miss any possible Elements when designing a site.</p>\r\n<div class="hr"></div>\r\n<h1 id="headings">Headings</h1>\r\n<h1>Heading 1</h1>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h2>Heading 2</h2>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h3>Heading 3</h3>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h4>Heading 4</h4>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h5>Heading 5</h5>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<h6>Heading 6</h6>\r\n<p>Lorem ipsum dolor sit amet. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.</p>\r\n<p><small><a href="#wrapper">[top]</a></small></p>\r\n<div class="hr"></div>\r\n<h1 id="paragraph">Paragraph</h1>\r\n<p><img style="width: 250px; height: 125px; float: right;" alt="CSS | God\'s Language" src="images/css_gods_language.png" /></p>\r\n<p>Lorem ipsum dolor sit amet, <a title="test link" href="#">test link</a> adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>\r\n<p>Lorem ipsum dolor sit amet, <em>emphasis</em> consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>\r\n<div class="hr"></div>\r\n<h1 id="list_types">List Types</h1>\r\n<h3>Definition List</h3>\r\n<dl>\r\n<dt>Definition List Title</dt>\r\n<dd>This is a definition list division.</dd>\r\n</dl>\r\n<h3>Ordered List</h3>\r\n<ol>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ol>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ol>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3</li>\r\n</ol>\r\n</li>\r\n</ol>\r\n</li>\r\n</ol>\r\n<h3>Unordered List</h3>\r\n<ul>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ul>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3\r\n<ul>\r\n<li>List Item 1</li>\r\n<li>List Item 2</li>\r\n<li>List Item 3</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h1 id="form_elements">Fieldsets, Legends, and Form Elements</h1>\r\n<fieldset>\r\n<legend>Legend</legend>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.</p>\r\n<form>\r\n<h2>Form Element</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui.</p>\r\n<p><label for="text_field">Text Field:</label><br />\r\n<input id="text_field" type="text" /></p>\r\n<p><label for="text_area">Text Area:</label><br />\r\n<textarea id="text_area"></textarea></p>\r\n<p><label for="select_element">Select Element:</label></p>\r\n<select name="select_element"><optgroup label="Option Group 1"><br />\r\n<option value="1">Option 1</option>\r\n<option value="2">Option 2</option>\r\n<option value="3">Option 3</option>\r\n<p></optgroup></select>\r\n<p>&nbsp;</p>\r\n<select name="select_element"><optgroup label="Option Group 2"><br />\r\n<option value="1">Option 1</option>\r\n<option value="2">Option 2</option>\r\n<option value="3">Option 3</option>\r\n<p></optgroup></select>\r\n<p>&nbsp;<br />\r\n<label for="radio_buttons">Radio Buttons:</label><br />\r\n<input class="radio" type="radio" name="radio_button" value="radio_1" /> Radio 1</p>\r\n<p><input class="radio" type="radio" name="radio_button" value="radio_2" /> Radio 2</p>\r\n<p><input class="radio" type="radio" name="radio_button" value="radio_3" /> Radio 3</p>\r\n<p><label for="checkboxes">Checkboxes:</label><br />\r\n<input class="checkbox" type="checkbox" name="checkboxes" value="check_1" /> Radio 1</p>\r\n<p><input class="checkbox" type="checkbox" name="checkboxes" value="check_2" /> Radio 2</p>\r\n<p><input class="checkbox" type="checkbox" name="checkboxes" value="check_3" /> Radio 3</p>\r\n<p><label for="password">Password:</label><br />\r\n<input class="password" type="password" name="password" /></p>\r\n<p><label for="file">File Input:</label><br />\r\n<input class="file" type="file" name="file" /></p>\r\n<p><input class="button" type="reset" value="Clear" /> <input class="button" type="submit" value="Submit" /></p>\r\n</form>\r\n</fieldset>\r\n<div class="hr"></div>\r\n<h1 id="tables">Tables</h1>\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th>Table Header 1</th>\r\n<th>Table Header 2</th>\r\n<th>Table Header 3</th>\r\n</tr>\r\n<tr>\r\n<td>Division 1</td>\r\n<td>Division 2</td>\r\n<td>Division 3</td>\r\n</tr>\r\n<tr class="even">\r\n<td>Division 1</td>\r\n<td>Division 2</td>\r\n<td>Division 3</td>\r\n</tr>\r\n<tr>\r\n<td>Division 1</td>\r\n<td>Division 2</td>\r\n<td>Division 3</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class="hr"></div>\r\n<h1 id="misc">Misc Stuff &#8211; abbr, acronym, pre, code, sub, sup, etc.</h1>\r\n<p>Lorem <sup>superscript</sup> dolor <sub>subscript</sub> amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. <cite>cite</cite>. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. <acronym title="National Basketball Association">NBA</acronym> Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. <abbr title="Avenue">AVE</abbr></p>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. <acronym title="National Basketball Association">NBA</acronym> Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. <abbr title="Avenue">AVE</abbr></p>\r\n<blockquote><p>&#8220;This <code>stylesheet</code> is going to help so freaking much. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. <code>HTML</code> aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida <code>vehicula</code>, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.&#8221;<br />\r\n-Blockquote</p></blockquote>\r\n<pre>\r\n&lt;dl>\r\n	&lt;dt>HTML&lt;/dt>\r\n	&lt;dd>Hyper Something Markup Language&lt;/dd>\r\n&lt;/dl>\r\nExample:\r\n&lt;p>HTML is a building block of the web&lt;/p>\r\n&lt;dl>\r\n	&lt;dt>PHP&lt;/dt>\r\n	&lt;dd>Something Hyper Something&lt;/dd>\r\n&lt;/dl>\r\nExample:\r\n&lt;?php $array = array() ?>\r\n</pre>\r\n<h2>Icons</h2>\r\n<style>\r\n	i.left{float:left; width: 32px;}\r\n</style>\r\n<div class="clearfix">\r\n	<i class="left icon-plus"></i>	<i class="left icon-minus"></i>	<i class="left icon-info"></i>	<i class="left icon-left-thin"></i>	<i class="left icon-up-thin"></i>	<i class="left icon-right-thin"></i>	<i class="left icon-down-thin"></i>	<i class="left icon-level-up"></i>	<i class="left icon-level-down"></i>	<i class="left icon-switch"></i>	<i class="left icon-infinity"></i>	<i class="left icon-plus-squared"></i>	<i class="left icon-minus-squared"></i>	<i class="left icon-home"></i>	<i class="left icon-keyboard"></i>	<i class="left icon-erase"></i>	<i class="left icon-pause"></i>	<i class="left icon-fast-forward"></i>	<i class="left icon-fast-backward"></i>	<i class="left icon-to-end"></i>	<i class="left icon-to-start"></i>	<i class="left icon-hourglass"></i>	<i class="left icon-stop"></i>	<i class="left icon-up-dir"></i>	<i class="left icon-play"></i>	<i class="left icon-right-dir"></i>	<i class="left icon-down-dir"></i>	<i class="left icon-left-dir"></i>	<i class="left icon-adjust"></i>	<i class="left icon-cloud"></i>	<i class="left icon-star"></i>	<i class="left icon-star-empty"></i>	<i class="left icon-cup"></i>	<i class="left icon-menu"></i>	<i class="left icon-moon"></i>	<i class="left icon-heart-empty"></i>	<i class="left icon-heart"></i>	<i class="left icon-note"></i>	<i class="left icon-note-beamed"></i>	<i class="left icon-layout"></i>	<i class="left icon-flag"></i>	<i class="left icon-tools"></i>	<i class="left icon-cog"></i>	<i class="left icon-attention"></i>	<i class="left icon-flash"></i>	<i class="left icon-record"></i>	<i class="left icon-cloud-thunder"></i>	<i class="left icon-tape"></i>	<i class="left icon-flight"></i>	<i class="left icon-mail"></i>	<i class="left icon-pencil"></i>	<i class="left icon-feather"></i>	<i class="left icon-check"></i>	<i class="left icon-cancel"></i>	<i class="left icon-cancel-circled"></i>	<i class="left icon-cancel-squared"></i>	<i class="left icon-help"></i>	<i class="left icon-quote"></i>	<i class="left icon-plus-circled"></i>	<i class="left icon-minus-circled"></i>	<i class="left icon-right"></i>	<i class="left icon-direction"></i>	<i class="left icon-forward"></i>	<i class="left icon-ccw"></i>	<i class="left icon-cw"></i>	<i class="left icon-left"></i>	<i class="left icon-up"></i>	<i class="left icon-down"></i>	<i class="left icon-list-add"></i>	<i class="left icon-list"></i>	<i class="left icon-left-bold"></i>	<i class="left icon-right-bold"></i>	<i class="left icon-up-bold"></i>	<i class="left icon-down-bold"></i>	<i class="left icon-user-add"></i>	<i class="left icon-help-circled"></i>	<i class="left icon-info-circled"></i>	<i class="left icon-eye"></i>	<i class="left icon-tag"></i>	<i class="left icon-upload-cloud"></i>	<i class="left icon-reply"></i>	<i class="left icon-reply-all"></i>	<i class="left icon-code"></i>	<i class="left icon-export"></i>	<i class="left icon-print"></i>	<i class="left icon-retweet"></i>	<i class="left icon-comment"></i>	<i class="left icon-chat"></i>	<i class="left icon-vcard"></i>	<i class="left icon-address"></i>	<i class="left icon-location"></i>	<i class="left icon-map"></i>	<i class="left icon-compass"></i>	<i class="left icon-trash"></i>	<i class="left icon-doc"></i>	<i class="left icon-doc-text-inv"></i>	<i class="left icon-docs"></i>	<i class="left icon-doc-landscape"></i>	<i class="left icon-archive"></i>	<i class="left icon-rss"></i>	<i class="left icon-share"></i>	<i class="left icon-basket"></i>	<i class="left icon-shareable"></i>	<i class="left icon-login"></i>	<i class="left icon-logout"></i>	<i class="left icon-volume"></i>	<i class="left icon-resize-full"></i>	<i class="left icon-resize-small"></i>	<i class="left icon-popup"></i>	<i class="left icon-publish"></i>	<i class="left icon-window"></i>	<i class="left icon-arrow-combo"></i>	<i class="left icon-chart-pie"></i>	<i class="left icon-language"></i>	<i class="left icon-air"></i>	<i class="left icon-database"></i>	<i class="left icon-drive"></i>	<i class="left icon-bucket"></i>	<i class="left icon-thermometer"></i>	<i class="left icon-down-circled"></i>	<i class="left icon-left-circled"></i>	<i class="left icon-right-circled"></i>	<i class="left icon-up-circled"></i>	<i class="left icon-down-open"></i>	<i class="left icon-left-open"></i>	<i class="left icon-right-open"></i>	<i class="left icon-up-open"></i>	<i class="left icon-down-open-mini"></i>	<i class="left icon-left-open-mini"></i>	<i class="left icon-right-open-mini"></i>	<i class="left icon-up-open-mini"></i>	<i class="left icon-down-open-big"></i>	<i class="left icon-left-open-big"></i>	<i class="left icon-right-open-big"></i>	<i class="left icon-up-open-big"></i>	<i class="left icon-progress-0"></i>	<i class="left icon-progress-1"></i>	<i class="left icon-progress-2"></i>	<i class="left icon-progress-3"></i>	<i class="left icon-back-in-time"></i>	<i class="left icon-network"></i>	<i class="left icon-inbox"></i>	<i class="left icon-install"></i>	<i class="left icon-lifebuoy"></i>	<i class="left icon-mouse"></i>	<i class="left icon-dot"></i>	<i class="left icon-dot-2"></i>	<i class="left icon-dot-3"></i>	<i class="left icon-suitcase"></i>	<i class="left icon-flow-cascade"></i>	<i class="left icon-flow-branch"></i>	<i class="left icon-flow-tree"></i>	<i class="left icon-flow-line"></i>	<i class="left icon-flow-parallel"></i>	<i class="left icon-brush"></i>	<i class="left icon-paper-plane"></i>	<i class="left icon-magnet"></i>	<i class="left icon-gauge"></i>	<i class="left icon-traffic-cone"></i>	<i class="left icon-cc"></i>	<i class="left icon-cc-by"></i>	<i class="left icon-cc-nc"></i>	<i class="left icon-cc-nc-eu"></i>	<i class="left icon-cc-nc-jp"></i>	<i class="left icon-cc-sa"></i>	<i class="left icon-cc-nd"></i>	<i class="left icon-cc-pd"></i>	<i class="left icon-cc-zero"></i>	<i class="left icon-cc-share"></i>	<i class="left icon-cc-remix"></i>	<i class="left icon-github"></i>	<i class="left icon-github-circled"></i>	<i class="left icon-flickr"></i>	<i class="left icon-flickr-circled"></i>	<i class="left icon-vimeo"></i>	<i class="left icon-vimeo-circled"></i>	<i class="left icon-twitter"></i>	<i class="left icon-twitter-circled"></i>	<i class="left icon-facebook"></i>	<i class="left icon-facebook-circled"></i>	<i class="left icon-facebook-squared"></i>	<i class="left icon-gplus"></i>	<i class="left icon-gplus-circled"></i>	<i class="left icon-pinterest"></i>	<i class="left icon-pinterest-circled"></i>	<i class="left icon-tumblr"></i>	<i class="left icon-tumblr-circled"></i>	<i class="left icon-linkedin"></i>	<i class="left icon-linkedin-circled"></i>	<i class="left icon-dribbble"></i>	<i class="left icon-dribbble-circled"></i>	<i class="left icon-stumbleupon"></i>	<i class="left icon-stumbleupon-circled"></i>	<i class="left icon-lastfm"></i>	<i class="left icon-lastfm-circled"></i>	<i class="left icon-rdio"></i>	<i class="left icon-rdio-circled"></i>	<i class="left icon-spotify"></i>	<i class="left icon-spotify-circled"></i>	<i class="left icon-qq"></i>	<i class="left icon-instagram"></i>	<i class="left icon-dropbox"></i>	<i class="left icon-evernote"></i>	<i class="left icon-flattr"></i>	<i class="left icon-skype"></i>	<i class="left icon-skype-circled"></i>	<i class="left icon-renren"></i>	<i class="left icon-sina-weibo"></i>	<i class="left icon-paypal"></i>	<i class="left icon-picasa"></i>	<i class="left icon-soundcloud"></i>	<i class="left icon-mixi"></i>	<i class="left icon-behance"></i>	<i class="left icon-google-circles"></i>	<i class="left icon-vkontakte"></i>	<i class="left icon-smashing"></i>	<i class="left icon-db-shape"></i>	<i class="left icon-sweden"></i>	<i class="left icon-logo-db"></i>	<i class="left icon-picture"></i>	<i class="left icon-globe"></i>	<i class="left icon-leaf"></i>	<i class="left icon-graduation-cap"></i>	<i class="left icon-mic"></i>	<i class="left icon-palette"></i>	<i class="left icon-ticket"></i>	<i class="left icon-video"></i>	<i class="left icon-target"></i>	<i class="left icon-music"></i>	<i class="left icon-trophy"></i>	<i class="left icon-thumbs-up"></i>	<i class="left icon-thumbs-down"></i>	<i class="left icon-bag"></i>	<i class="left icon-user"></i>	<i class="left icon-users"></i>	<i class="left icon-lamp"></i>	<i class="left icon-alert"></i>	<i class="left icon-water"></i>	<i class="left icon-droplet"></i>	<i class="left icon-credit-card"></i>	<i class="left icon-monitor"></i>	<i class="left icon-briefcase"></i>	<i class="left icon-floppy"></i>	<i class="left icon-cd"></i>	<i class="left icon-folder"></i>	<i class="left icon-doc-text"></i>	<i class="left icon-calendar"></i>	<i class="left icon-chart-line"></i>	<i class="left icon-chart-bar"></i>	<i class="left icon-clipboard"></i>	<i class="left icon-attach"></i>	<i class="left icon-bookmarks"></i>	<i class="left icon-book"></i>	<i class="left icon-book-open"></i>	<i class="left icon-phone"></i>	<i class="left icon-megaphone"></i>	<i class="left icon-upload"></i>	<i class="left icon-download"></i>	<i class="left icon-box"></i>	<i class="left icon-newspaper"></i>	<i class="left icon-mobile"></i>	<i class="left icon-signal"></i>	<i class="left icon-camera"></i>	<i class="left icon-shuffle"></i>	<i class="left icon-loop"></i>	<i class="left icon-arrows-ccw"></i>	<i class="left icon-light-down"></i>	<i class="left icon-light-up"></i>	<i class="left icon-mute"></i>	<i class="left icon-sound"></i>	<i class="left icon-battery"></i>	<i class="left icon-search"></i>	<i class="left icon-key"></i>	<i class="left icon-lock"></i>	<i class="left icon-lock-open"></i>	<i class="left icon-bell"></i>	<i class="left icon-bookmark"></i>	<i class="left icon-link"></i>	<i class="left icon-back"></i>	<i class="left icon-flashlight"></i>	<i class="left icon-chart-area"></i>	<i class="left icon-clock"></i>	<i class="left icon-rocket"></i>	<i class="left icon-block"></i></div>', 'Sample', 0, '', 'inherit', 'closed', 'closed', '', '3041-revision-v1', '', '', '2013-10-01 17:18:55', '2013-10-01 22:18:55', '', 3041, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3041-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3055, 1, '2013-10-03 10:58:50', '2013-10-03 15:58:50', 'Greensboro, NC', '2013 AAZK National Conference', 0, '', 'publish', 'closed', 'closed', '', '2013-aazk-national-conference', '', '', '2013-10-03 10:58:50', '2013-10-03 15:58:50', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=event&#038;p=3055', 0, 'event', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3054, 1, '2013-10-01 18:06:17', '2013-10-01 23:06:17', '', 'aazk2013', 0, '', 'inherit', 'closed', 'closed', '', 'aazk2013', '', '', '2013-10-01 18:06:17', '2013-10-01 23:06:17', '', 2969, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/aazk2013.png', 0, 'attachment', 'image/png', 0) ; 
INSERT INTO `wp_posts` VALUES (3056, 1, '2013-10-03 13:39:32', '2013-10-03 18:39:32', '[conferences]\r\nName:       The Name Only\r\nDate: Oct 3-17, 2013\r\n[/conferences]', 'Conferences', 0, '', 'publish', 'closed', 'closed', '', 'conferences', '', '', '2013-10-21 17:37:00', '2013-10-21 22:37:00', '', 0, 'http://web3.gowebsolutions.com/~aazook/?page_id=3056', 9, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3057, 1, '2013-10-03 13:39:32', '2013-10-03 18:39:32', '[conferences]\r\nName: The Name Only\r\n[/conferences]', 'conferences', 0, '', 'inherit', 'closed', 'closed', '', '3056-revision-v1', '', '', '2013-10-03 13:39:32', '2013-10-03 18:39:32', '', 3056, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3056-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3058, 1, '2013-10-03 14:44:04', '2013-10-03 19:44:04', '[conferences]\r\nName: The Name Only\r\nDate: Oct 3-17, 2013\r\n[/conferences]', 'conferences', 0, '', 'inherit', 'closed', 'closed', '', '3056-revision-v1', '', '', '2013-10-03 14:44:04', '2013-10-03 19:44:04', '', 3056, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3056-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3059, 1, '2013-10-03 15:10:16', '2013-10-03 20:10:16', '[conferences]\r\nName: The Name Only\r\nDate: Oct 3-17 2013\r\n[/conferences]', 'conferences', 0, '', 'inherit', 'closed', 'closed', '', '3056-revision-v1', '', '', '2013-10-03 15:10:16', '2013-10-03 20:10:16', '', 3056, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3056-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3060, 1, '2013-10-03 15:10:26', '2013-10-03 20:10:26', '[conferences]\r\nName: The Name Only\r\nDate: Oct 3-17, 2013\r\n[/conferences]', 'conferences', 0, '', 'inherit', 'closed', 'closed', '', '3056-revision-v1', '', '', '2013-10-03 15:10:26', '2013-10-03 20:10:26', '', 3056, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3056-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3062, 1, '2013-10-04 18:14:08', '2013-10-04 23:14:08', '', 'Events', 0, '', 'publish', 'closed', 'closed', '', 'events', '', '', '2013-10-21 17:34:59', '2013-10-21 22:34:59', '', 0, 'http://web3.gowebsolutions.com/~aazook/events/', 2, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3066, 1, '2013-10-08 13:10:56', '2013-10-08 18:10:56', '', 'slide4', 0, '', 'inherit', 'closed', 'closed', '', 'slide4', '', '', '2013-10-08 13:10:56', '2013-10-08 18:10:56', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/slide4.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3068, 1, '2013-10-08 13:11:30', '2013-10-08 18:11:30', '', 'slide3', 0, '', 'inherit', 'closed', 'closed', '', 'slide3', '', '', '2013-10-08 13:11:30', '2013-10-08 18:11:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/slide3.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3070, 1, '2013-10-08 13:11:54', '2013-10-08 18:11:54', '', 'slide2', 0, '', 'inherit', 'closed', 'closed', '', 'slide2', '', '', '2013-10-08 13:11:54', '2013-10-08 18:11:54', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/slide2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3072, 1, '2013-10-08 13:12:57', '2013-10-08 18:12:57', '', 'slide1', 0, '', 'inherit', 'closed', 'closed', '', 'slide1', '', '', '2013-10-08 13:12:57', '2013-10-08 18:12:57', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/slide1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3079, 1, '2013-09-04 12:57:45', '2013-09-04 17:57:45', '<a rel="attachment wp-att-2982" href="http://aecetia.net/gws/aazk/akf/toc/september-2013-2/attachment/akfseptember20132/"><img class="aligncenter size-full wp-image-2982" title="akfseptember20132" src="http://aecetia.net/gws/aazk/wp-content/uploads/akfseptember20132.jpg" alt="akfseptember20132" width="604" height="768" /></a>', 'September 2013', 0, '', 'inherit', 'closed', 'closed', '', '2981-revision-v1', '', '', '2013-09-04 12:57:45', '2013-09-04 17:57:45', '', 2981, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2981-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3080, 1, '2013-10-09 10:19:22', '2013-10-09 15:19:22', '<a href="http://aecetia.net/gws/aazk/akf/toc/september-2013-2/attachment/akfseptember20132/" rel="attachment wp-att-2982"><img class="aligncenter size-full wp-image-2982" title="akfseptember20132" alt="akfseptember20132" src="http://aecetia.net/gws/aazk/wp-content/uploads/akfseptember20132.jpg" width="604" height="768" /></a>', 'September 2013', 0, '', 'inherit', 'closed', 'closed', '', '2981-autosave-v1', '', '', '2013-10-09 10:19:22', '2013-10-09 15:19:22', '', 2981, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2981-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4465, 1, '2013-11-05 21:13:27', '2013-11-06 02:13:27', '', 'sponsor_sheet', 0, '', 'inherit', 'closed', 'closed', '', 'sponsor_sheet', '', '', '2013-11-05 21:13:27', '2013-11-06 02:13:27', '', 168, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/sponsor_sheet1.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (3084, 1, '2013-10-09 11:46:30', '2013-10-09 16:46:30', '[pmpro_billing]', 'Membership Billing', 0, '', 'publish', 'closed', 'closed', '', 'membership-billing', '', '', '2013-10-09 11:46:30', '2013-10-09 16:46:30', '', 3083, 'http://web3.gowebsolutions.com/~aazook/membership-account/membership-billing/', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3085, 1, '2013-10-09 11:46:30', '2013-10-09 16:46:30', '[pmpro_cancel]', 'Membership Cancel', 0, '', 'publish', 'closed', 'closed', '', 'membership-cancel', '', '', '2013-10-09 11:46:30', '2013-10-09 16:46:30', '', 3083, 'http://web3.gowebsolutions.com/~aazook/membership-account/membership-cancel/', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3086, 1, '2013-10-09 11:46:30', '2013-10-09 16:46:30', '[pmpro_checkout]', 'Membership Checkout', 0, '', 'publish', 'closed', 'closed', '', 'membership-checkout', '', '', '2013-10-11 18:01:46', '2013-10-11 23:01:46', '', 3083, 'http://web3.gowebsolutions.com/~aazook/membership-account/membership-checkout/', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3087, 1, '2013-10-09 11:46:30', '2013-10-09 16:46:30', '[pmpro_confirmation]', 'Membership Confirmation', 0, '', 'publish', 'closed', 'closed', '', 'membership-confirmation', '', '', '2013-10-09 11:46:30', '2013-10-09 16:46:30', '', 3083, 'http://web3.gowebsolutions.com/~aazook/membership-account/membership-confirmation/', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3088, 1, '2013-10-09 11:46:30', '2013-10-09 16:46:30', '[pmpro_invoice]', 'Membership Invoice', 0, '', 'publish', 'closed', 'closed', '', 'membership-invoice', '', '', '2013-10-09 11:46:30', '2013-10-09 16:46:30', '', 3083, 'http://web3.gowebsolutions.com/~aazook/membership-account/membership-invoice/', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3089, 1, '2013-10-09 11:46:30', '2013-10-09 16:46:30', '<div class="alert-help"><i class="icon-alert"></i><strong><span style="color: #993300;">New Members</span></strong> - Thank you for your Membership with AAZK! Please create your Membership Profile and execute payment.  Please review your payment information carefully prior to final submission.</div>\r\n<div class="alert-help"></div>\r\n<div class="alert-help"><span style="color: #0000ff;"><strong>Renewing Members</strong></span> - Please <a href="https://www.aecetia.net/gws/aazk/wp-admin">log in</a> to your Member Account and begin your renewal by clicking on "Renew Membership".  <strong>Note:</strong> If you are an renewing AAZK member and you have not recovered your account information from the previous website, you will need to click on Existing AAZK Members: Recover Account Info Here.</div>\r\n<div class="alert-help"></div>\r\n<div class="alert-help"><strong><span style="color: #ff0000;">New/Renew "Old Style"</span></strong> - For those individuals who prefer to join or renew by personal check or who do not wish to provide their Credit Card information electronically:  Click on the printable <a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/2014-AAZK-Membership-Application.docx">2014 AAZK Membership Application</a> and submit by snail mail.</div>\r\n[pmpro_levels]', 'Membership Levels', 0, '', 'publish', 'closed', 'closed', '', 'membership-levels', '', '', '2014-04-08 16:48:42', '2014-04-08 21:48:42', '', 3083, 'http://web3.gowebsolutions.com/~aazook/membership-account/membership-levels/', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3091, 1, '2013-10-11 12:31:20', '2013-10-11 17:31:20', '[pmpro_levels]', 'Membership Levels', 0, '', 'inherit', 'closed', 'closed', '', '3089-revision-v1', '', '', '2013-10-11 12:31:20', '2013-10-11 17:31:20', '', 3089, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3089-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3092, 1, '2013-10-11 17:56:44', '2013-10-11 22:56:44', '[pmpro_checkout]', 'Membership Checkout', 0, '', 'inherit', 'closed', 'closed', '', '3086-revision-v1', '', '', '2013-10-11 17:56:44', '2013-10-11 22:56:44', '', 3086, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3086-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3093, 1, '2013-10-14 14:30:17', '2013-10-14 19:30:17', '<h2>Applications being accepted for the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></h2>\r\n<h2>Program Manager - Patty Pearthree</h2>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> <a href="/committee/bowling-for-rhinos/bfr-donation/"><img class="alignright size-full wp-image-2410" title="donate_button" src="http://aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\r\n<h2>Total Funds Raised to Date: <span style="color: #ff0000;">$4,321,808.48</span></h2>\r\n<h2><strong><strong>2012 Funds Raised: <span style="color: #ff0000;"><em>$337,191.09 - this is a new record for amount raised in a year!</em></span></strong></strong></h2>\r\n<strong>Purpose</strong>\r\n\r\nThe AAZK Bowling for Rhinos program provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s <strong>Bowling for Rhinos</strong> fund raiser began on a small scale and is now the signature conservation effort of AAZK.  BFR events  across North America  raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal  of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.   In 1990, AAZK began by supporting the Lewa Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the Program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"><img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"><img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\nCheck the calendar below to see if there is a local event in your area. If you would like to have your event listed, please send your BFR event date &amp; contact info to: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\n<iframe src="https://www.google.com/calendar/embed?showTz=0&amp;height=480&amp;wkst=1&amp;bgcolor=%23cc6600&amp;src=i632h1mj6669n3peqanca9mjmo%40group.calendar.google.com&amp;color=%23B1440E&amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="640" height="480" frameborder="0" scrolling="no"></iframe>\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing">click here</a>.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-10-14 14:30:17', '2013-10-14 19:30:17', '', 168, 'http://web3.gowebsolutions.com/~aazook/uncategorized/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3095, 1, '2013-10-14 14:34:26', '2013-10-14 19:34:26', '<p class="alert-help"><i class="icon-help"></i>Applications being accepted for the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></p>\r\n<h3>Program Manager - Patty Pearthree</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> <a href="/committee/bowling-for-rhinos/bfr-donation/"><img class="alignright size-full wp-image-2410" title="donate_button" src="http://aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\r\n<h4>Total Funds Raised to Date:<h4>\r\n<span>$4,321,808.48</span>\r\n<p><strong><strong>2012 Funds Raised: <span><em>$337,191.09 - this is a new record for amount raised in a year!</em></span></p>\r\n<strong>Purpose</strong>\r\n\r\nThe AAZK Bowling for Rhinos program provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s <strong>Bowling for Rhinos</strong> fund raiser began on a small scale and is now the signature conservation effort of AAZK.  BFR events  across North America  raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal  of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.   In 1990, AAZK began by supporting the Lewa Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the Program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"><img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"><img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\nCheck the calendar below to see if there is a local event in your area. If you would like to have your event listed, please send your BFR event date &amp; contact info to: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\n<iframe src="https://www.google.com/calendar/embed?showTz=0&amp;height=480&amp;wkst=1&amp;bgcolor=%23cc6600&amp;src=i632h1mj6669n3peqanca9mjmo%40group.calendar.google.com&amp;color=%23B1440E&amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="640" height="480" frameborder="0" scrolling="no"></iframe>\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing">click here</a>.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-10-14 14:34:26', '2013-10-14 19:34:26', '', 168, 'http://web3.gowebsolutions.com/~aazook/uncategorized/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3096, 1, '2013-10-14 14:35:33', '2013-10-14 19:35:33', '<p class="alert-help"><i class="icon-attention"></i>Applications being accepted for the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></p>\r\n<h3>Program Manager - Patty Pearthree</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> <a href="/committee/bowling-for-rhinos/bfr-donation/"><img class="alignright size-full wp-image-2410" title="donate_button" src="http://aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\r\n<h4>Total Funds Raised to Date:<h4>\r\n<span>$4,321,808.48</span>\r\n<p><strong><strong>2012 Funds Raised: <span><em>$337,191.09 - this is a new record for amount raised in a year!</em></span></p>\r\n<strong>Purpose</strong>\r\n\r\nThe AAZK Bowling for Rhinos program provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s <strong>Bowling for Rhinos</strong> fund raiser began on a small scale and is now the signature conservation effort of AAZK.  BFR events  across North America  raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal  of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.   In 1990, AAZK began by supporting the Lewa Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the Program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"><img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"><img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\nCheck the calendar below to see if there is a local event in your area. If you would like to have your event listed, please send your BFR event date &amp; contact info to: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\n<iframe src="https://www.google.com/calendar/embed?showTz=0&amp;height=480&amp;wkst=1&amp;bgcolor=%23cc6600&amp;src=i632h1mj6669n3peqanca9mjmo%40group.calendar.google.com&amp;color=%23B1440E&amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="640" height="480" frameborder="0" scrolling="no"></iframe>\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing">click here</a>.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-10-14 14:35:33', '2013-10-14 19:35:33', '', 168, 'http://web3.gowebsolutions.com/~aazook/uncategorized/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3097, 1, '2013-10-14 14:36:10', '2013-10-14 19:36:10', '<span class="alert-help"><i class="icon-attention"></i>Applications being accepted for the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></span>\r\n<h3>Program Manager - Patty Pearthree</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> <a href="/committee/bowling-for-rhinos/bfr-donation/"><img class="alignright size-full wp-image-2410" title="donate_button" src="http://aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\r\n<h4>Total Funds Raised to Date:<h4>\r\n<span>$4,321,808.48</span>\r\n<p><strong><strong>2012 Funds Raised: <span><em>$337,191.09 - this is a new record for amount raised in a year!</em></span></p>\r\n<strong>Purpose</strong>\r\n\r\nThe AAZK Bowling for Rhinos program provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s <strong>Bowling for Rhinos</strong> fund raiser began on a small scale and is now the signature conservation effort of AAZK.  BFR events  across North America  raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal  of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.   In 1990, AAZK began by supporting the Lewa Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the Program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"><img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"><img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\nCheck the calendar below to see if there is a local event in your area. If you would like to have your event listed, please send your BFR event date &amp; contact info to: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\n<iframe src="https://www.google.com/calendar/embed?showTz=0&amp;height=480&amp;wkst=1&amp;bgcolor=%23cc6600&amp;src=i632h1mj6669n3peqanca9mjmo%40group.calendar.google.com&amp;color=%23B1440E&amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="640" height="480" frameborder="0" scrolling="no"></iframe>\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing">click here</a>.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-10-14 14:36:10', '2013-10-14 19:36:10', '', 168, 'http://web3.gowebsolutions.com/~aazook/uncategorized/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3099, 1, '2013-10-14 14:36:51', '2013-10-14 19:36:51', '<p class="alert-help"><i class="icon-attention"></i>Applications being accepted for the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></p>\r\n<h3>Program Manager - Patty Pearthree</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> <a href="/committee/bowling-for-rhinos/bfr-donation/"><img class="alignright size-full wp-image-2410" title="donate_button" src="http://aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\r\n<h4>Total Funds Raised to Date:</h4>\r\n<span>$4,321,808.48</span>\r\n<p><strong><strong>2012 Funds Raised: <span><em>$337,191.09 - this is a new record for amount raised in a year!</em></span></p>\r\n<strong>Purpose</strong>\r\n\r\nThe AAZK Bowling for Rhinos program provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s <strong>Bowling for Rhinos</strong> fund raiser began on a small scale and is now the signature conservation effort of AAZK.  BFR events  across North America  raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal  of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.   In 1990, AAZK began by supporting the Lewa Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the Program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"><img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"><img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\nCheck the calendar below to see if there is a local event in your area. If you would like to have your event listed, please send your BFR event date &amp; contact info to: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\n<iframe src="https://www.google.com/calendar/embed?showTz=0&amp;height=480&amp;wkst=1&amp;bgcolor=%23cc6600&amp;src=i632h1mj6669n3peqanca9mjmo%40group.calendar.google.com&amp;color=%23B1440E&amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="640" height="480" frameborder="0" scrolling="no"></iframe>\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing">click here</a>.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-10-14 14:36:51', '2013-10-14 19:36:51', '', 168, 'http://web3.gowebsolutions.com/~aazook/uncategorized/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3100, 1, '2013-10-14 14:38:37', '2013-10-14 19:38:37', '<p class="alert-help"><i class="icon-attention"></i>Applications being accepted for the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></p>\r\n<h3>Program Manager - Patty Pearthree</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> <a href="/committee/bowling-for-rhinos/bfr-donation/"><img class="alignright size-full wp-image-2410" title="donate_button" src="http://aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\r\n<h3>Total Funds Raised to Date:</h3>\r\n<h4>$4,321,808.48</h4>\r\n<h3>2012 Funds Raised:</h3>\r\n<h4>$337,191.09</h4>\r\n<span class="alert-info"><em> - this is a new record for amount raised in a year!</em></span>\r\n\r\n<h3>Purpose</h3>\r\nThe AAZK Bowling for Rhinos program provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s <strong>Bowling for Rhinos</strong> fund raiser began on a small scale and is now the signature conservation effort of AAZK.  BFR events  across North America  raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal  of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.   In 1990, AAZK began by supporting the Lewa Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the Program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"><img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" align="left" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"><img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" align="right" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\nCheck the calendar below to see if there is a local event in your area. If you would like to have your event listed, please send your BFR event date &amp; contact info to: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\n<iframe src="https://www.google.com/calendar/embed?showTz=0&amp;height=480&amp;wkst=1&amp;bgcolor=%23cc6600&amp;src=i632h1mj6669n3peqanca9mjmo%40group.calendar.google.com&amp;color=%23B1440E&amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="640" height="480" frameborder="0" scrolling="no"></iframe>\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing">click here</a>.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-10-14 14:38:37', '2013-10-14 19:38:37', '', 168, 'http://web3.gowebsolutions.com/~aazook/uncategorized/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3101, 1, '2013-10-14 14:42:07', '2013-10-14 19:42:07', '<p class="alert-help"><i class="icon-attention"></i>Applications being accepted for the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></p>\r\n<h3>Program Manager - Patty Pearthree</h3>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> <a href="/committee/bowling-for-rhinos/bfr-donation/"><img class="alignright size-full wp-image-2410" title="donate_button" src="http://aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\r\n<h3>Total Funds Raised to Date:</h3>\r\n<h4>$4,321,808.48</h4>\r\n<h3>2012 Funds Raised:</h3>\r\n<h4>$337,191.09</h4>\r\n<span class="alert-info"><em> - this is a new record for amount raised in a year!</em></span>\r\n\r\n<h3>Purpose</h3>\r\nThe AAZK Bowling for Rhinos program provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s <strong>Bowling for Rhinos</strong> fund raiser began on a small scale and is now the signature conservation effort of AAZK.  BFR events  across North America  raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal  of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.   In 1990, AAZK began by supporting the Lewa Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the Program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<a href="http://aazkbfr.org/images/lewa/slides/blackrhinos_004.jpg"><img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="" hspace="10" vspace="10" class="alignleft" /></a> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<a href="http://aazkbfr.org/images/indonesia/slides/sumatranrhino.jpg"><img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" class="alignright" /></a> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\nCheck the calendar below to see if there is a local event in your area. If you would like to have your event listed, please send your BFR event date &amp; contact info to: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\n<iframe src="https://www.google.com/calendar/embed?showTz=0&amp;height=480&amp;wkst=1&amp;bgcolor=%23cc6600&amp;src=i632h1mj6669n3peqanca9mjmo%40group.calendar.google.com&amp;color=%23B1440E&amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="640" height="480" frameborder="0" scrolling="no"></iframe>\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing">click here</a>.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-10-14 14:42:07', '2013-10-14 19:42:07', '', 168, 'http://web3.gowebsolutions.com/~aazook/uncategorized/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3102, 1, '2013-10-14 14:57:28', '2013-10-14 19:57:28', 'The American Association of Zoo Keepers is a memberhip association for animal care professionals to exchange information and network with one another. \r\n<h3>Mission Statement</h3>\r\nThe mission of The American Association of Zoo Keepers is to advance excellence in the animal keeping profession, foster effective communication beneficial to animal care, support deserving conservation projects, and promote the preservation of our natural resources and animal life.\r\n<h3>Vision Statement</h3>\r\nAAZK will be the leader in the zoo and aquarium industry fostering professional development and personal connections that advance animal care, animal welfare and conservation.', 'Abpit Is', 0, '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2013-10-14 14:57:28', '2013-10-14 19:57:28', '', 6, 'http://web3.gowebsolutions.com/~aazook/uncategorized/6-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3103, 1, '2013-10-14 14:57:40', '2013-10-14 19:57:40', 'The American Association of Zoo Keepers is a memberhip association for animal care professionals to exchange information and network with one another. \r\n<h3>Mission Statement</h3>\r\nThe mission of The American Association of Zoo Keepers is to advance excellence in the animal keeping profession, foster effective communication beneficial to animal care, support deserving conservation projects, and promote the preservation of our natural resources and animal life.\r\n<h3>Vision Statement</h3>\r\nAAZK will be the leader in the zoo and aquarium industry fostering professional development and personal connections that advance animal care, animal welfare and conservation.', 'About Us', 0, '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2013-10-14 14:57:40', '2013-10-14 19:57:40', '', 6, 'http://web3.gowebsolutions.com/~aazook/uncategorized/6-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3104, 1, '2013-10-14 14:57:54', '2013-10-14 19:57:54', 'The American Association of Zoo Keepers is a memberhip association for animal care professionals to exchange information and network with one another. \r\n<h4>Mission Statement</h4>\r\nThe mission of The American Association of Zoo Keepers is to advance excellence in the animal keeping profession, foster effective communication beneficial to animal care, support deserving conservation projects, and promote the preservation of our natural resources and animal life.\r\n<h4>Vision Statement</h4>\r\nAAZK will be the leader in the zoo and aquarium industry fostering professional development and personal connections that advance animal care, animal welfare and conservation.', 'About Us', 0, '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2013-10-14 14:57:54', '2013-10-14 19:57:54', '', 6, 'http://web3.gowebsolutions.com/~aazook/uncategorized/6-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3105, 1, '2013-10-14 15:03:03', '2013-10-14 20:03:03', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '3105', '', '', '2013-11-26 12:31:30', '2013-11-26 17:31:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=3105', 8, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3106, 1, '2013-10-14 15:03:03', '2013-10-14 20:03:03', '', 'About', 0, '', 'publish', 'closed', 'closed', '', '3106', '', '', '2013-11-26 12:31:30', '2013-11-26 17:31:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=3106', 2, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3108, 1, '2013-10-14 15:03:03', '2013-10-14 20:03:03', '', 'Home', 0, '', 'publish', 'closed', 'closed', '', 'home', '', '', '2013-11-26 12:31:30', '2013-11-26 17:31:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=3108', 1, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3300, 1, '2013-11-25 17:03:41', '2013-11-25 22:03:41', '[membership level="0"]\n<h3>Purpose</h3>\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\n\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\n\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\n\nIn 1990, AAZK began by supporting the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\n\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\n<h4>Who does BFR support?</h4>\n<img class="alignleft" alt="Black Rhinos" src="[homeurl]/wp-content/uploads/blackrhinos_004.jpg" border="1" hspace="10" vspace="10" /> In Kenya, Africa, BFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\n\n<img class="alignright" alt="" src="[homeurl]/wp-content/uploads/sumatranrhino1.jpg" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\n\nBFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\n\nMany organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\n\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\n<h4>Donate</h4>\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below.\n<div class="first sixcol">\n<h6>Total Funds Raised to Date:</h6>\n<strong><span style="font-size: 1.9em;">$4,321,808.48</span></strong>\n\n</div>\n<div class="last sixcol">\n<h6>2012 Funds Raised:</h6>\n<strong><span style="font-size: 1.9em;">$337,191.09</span></strong>\n<em> - this is a new record for amount raised in a year!</em>\n\n</div>\n<div class="clear"></div>\n<a href="[homeurl]/bowling-for-rhinos/bfr-donation/"><img class="alignnone size-full wp-image-2410" alt="donate_button" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/donate_button.jpg" width="135" height="136" /></a>\n[/membership][membership]\n<h4>Local Events</h4>\n[caption]<img class="alignleft" alt="Program Manager - Patty Pearthree" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/pearthreejpg-150x1501.jpg" width="150" height="150" />\n<p align="center"><strong>Program Manager - Patty Pearthree</strong></p>\n[/caption]\n\nIf you would like to find out if there will be a BFR event near you have or your event listed, please send your BFR event date &amp; contact information to <strong>Patty Pearthree</strong> at: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\n\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing" target="_blank">click here</a>.\n<div class="clear"></div>\n<h3><span style="font-size: 1em;">Total Funds Raised</span></h3>\n<h6>Total Funds Raised to Date:</h6>\n<strong><span style="font-size: 2em;">$4,321,808.48</span></strong>\n<h6>2012 Funds Raised:</h6>\n<strong><span style="font-size: 2em;">$337,191.09</span></strong>\n<em>- this is a new record for amount raised in a year!</em>\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000 per year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send your organization\'s contact person/contact information ASAP along with the date of your event to our national BFR Coordinator.\n<h4>Email Group</h4>\nThere is a new Yahoo groups email for <em>Bowling For Rhino</em> Coordinators. If you would like to be part of this email group, please email <strong>Barbie Wilson</strong> at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\n\nPlease contact <strong>Patty Pearthree</strong>: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\n<pre><i class="icon-attention"></i> Applications being accepted for the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></pre>\n<h4>Who does BFR support?</h4>\nBFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa. In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>. BFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home. Many organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\n<h4>Chapter Totals</h4>\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3" target="_blank">here</a>.\n<h4>Sponsorship Form</h4>\n<a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/sponsor_sheet1.pdf" target="_blank"><i class="icon-download"></i> Download Sponsorship Form</a>\n<h2>Bowling for Rhinos Awards - 2013</h2>\n<strong>Conservation Resource Grant</strong> RhiNOremedy\n<h3>Top Individual Fundraisers – Bowling for Rhinos 2013</h3>\n<strong>Mike Bona</strong> - Los Angeles Chapter, Lewa trip winner\n<strong>Ann Knutson</strong> - San Diego Chapter, Lewa trip winner\n<strong>Kenton Kerns</strong> - National Capital Chapter, Indonesia trip winner\nCrystal Butler - Oklahoma City Chapter, Indonesia trip winner\n<strong>Jim Haigwood</strong> - Los Angeles Chapter, Honorary trip winner\n<h3>Top Chapter Fundraiser - 2013</h3>\n<strong>Portland AAZK Chapter.</strong> Chapter Award[/membership]', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-autosave-v1', '', '', '2013-11-25 17:03:41', '2013-11-25 22:03:41', '', 168, 'http://web3.gowebsolutions.com/~aazook/uncategorized/168-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3123, 1, '2013-10-15 10:19:22', '2013-10-15 15:19:22', '[logged_out?]<div id="login-form" class="first sixcol">\r\n<h3>Already a member?</h3>\r\n[login][lostpassword]\r\n</div>\r\n\r\n<div id="nonmember" class="sixcol">\r\n<h3>Not a member?</h3>\r\nVisit our <a href="http://www.aecetia.net/gws/aazk/membership-account/" title="Sign up for membership">Membership Page</a> to sign up!\r\n</div>\r\n[/logged_out?][logged_in?]You are already logged in![/logged_in?]', 'Member Login', 0, '', 'publish', 'closed', 'closed', '', 'membership', '', '', '2013-10-29 18:21:53', '2013-10-29 23:21:53', '', 3083, 'http://web3.gowebsolutions.com/~aazook/?page_id=3123', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3122, 1, '2013-10-14 17:21:00', '2013-10-14 22:21:00', '', 'Employment', 0, 'Employment', 'publish', 'closed', 'closed', '', 'careers', '', '', '2013-11-26 12:31:30', '2013-11-26 17:31:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=3122', 15, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3113, 1, '2013-10-14 17:11:00', '2013-10-14 22:11:00', '', 'Membership', 0, '', 'publish', 'closed', 'closed', '', 'membership', '', '', '2013-11-26 12:31:30', '2013-11-26 17:31:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=3113', 14, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3120, 1, '2013-10-14 17:15:52', '2013-10-14 22:15:52', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '3120', '', '', '2013-11-26 12:31:30', '2013-11-26 17:31:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=3120', 26, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3121, 1, '2013-10-14 17:15:52', '2013-10-14 22:15:52', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '3121', '', '', '2013-11-26 12:31:30', '2013-11-26 17:31:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=3121', 25, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3124, 1, '2013-10-15 10:19:22', '2013-10-15 15:19:22', '<h3>Already a member?</h3>\r\n[login]\r\n<h3>Not a member?</h3>\r\nVisit our <a href="[homeurl]/membership-account/" title="Sign up for membership">Membership Page</a> to sign up!', 'Membership', 0, '', 'inherit', 'closed', 'closed', '', '3123-revision-v1', '', '', '2013-10-15 10:19:22', '2013-10-15 15:19:22', '', 3123, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3123-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3125, 1, '2013-10-15 10:20:16', '2013-10-15 15:20:16', '<h3>Already a member?</h3>\r\n<div class="alert-info">[login]</div>\r\n<h3>Not a member?</h3>\r\nVisit our <a href="[homeurl]/membership-account/" title="Sign up for membership">Membership Page</a> to sign up!', 'Membership', 0, '', 'inherit', 'closed', 'closed', '', '3123-revision-v1', '', '', '2013-10-15 10:20:16', '2013-10-15 15:20:16', '', 3123, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3123-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3126, 1, '2013-10-15 10:23:20', '2013-10-15 15:23:20', '<h3>Already a member?</h3>\r\n<div class="alert-info">[login][lostpassword]</div>\r\n<h3>Not a member?</h3>\r\nVisit our <a href="[homeurl]/membership-account/" title="Sign up for membership">Membership Page</a> to sign up!', 'Membership', 0, '', 'inherit', 'closed', 'closed', '', '3123-revision-v1', '', '', '2013-10-15 10:23:20', '2013-10-15 15:23:20', '', 3123, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3123-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3127, 1, '2013-10-15 11:17:18', '2013-10-15 16:17:18', '', 'My Account', 0, 'View your account details', 'publish', 'closed', 'closed', '', '3127', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=3127', 29, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3128, 1, '2013-10-15 11:17:18', '2013-10-15 16:17:18', ' ', '', 0, 'View your Membership Invoices', 'publish', 'closed', 'closed', '', '3128', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 3083, 'http://web3.gowebsolutions.com/~aazook/?p=3128', 31, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3129, 1, '2013-10-15 11:17:18', '2013-10-15 16:17:18', ' ', '', 0, 'Cancel your Membership', 'publish', 'closed', 'closed', '', '3129', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 3083, 'http://web3.gowebsolutions.com/~aazook/?p=3129', 33, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3130, 1, '2013-10-15 11:17:18', '2013-10-15 16:17:18', ' ', '', 0, 'View your Membership Billing', 'publish', 'closed', 'closed', '', '3130', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 3083, 'http://web3.gowebsolutions.com/~aazook/?p=3130', 32, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4673, 2, '2013-11-25 13:46:11', '2013-11-25 18:46:11', 'Its not just Raptors - Information and articles on a number of Avian species included in this April/May 2010 issue of the Animal Keepers\' Forum.\r\n\r\nUS and Canadian orders ship at No Cost.\r\n\r\n**Please note there is a $10 shipping charge added on to the final price for all international orders - Please select INTERNATIONAL.**', 'AKF Dedicated Issue - Avian Management', 0, '', 'inherit', 'closed', 'closed', '', '4634-autosave-v1', '', '', '2013-11-25 13:46:11', '2013-11-25 18:46:11', '', 4634, 'http://web3.gowebsolutions.com/~aazook/4634-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3133, 1, '2013-10-15 11:17:18', '2013-10-15 16:17:18', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '3133', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 12, 'http://web3.gowebsolutions.com/~aazook/?p=3133', 15, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3142, 1, '2013-10-15 11:54:11', '2013-10-15 16:54:11', '', 'Behavioral Husbandry Committee', 0, 'Behavioral Husbandry Committee', 'publish', 'closed', 'closed', '', 'bhc', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 12, 'http://web3.gowebsolutions.com/~aazook/?p=3142', 18, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3134, 1, '2013-10-15 11:28:38', '2013-10-15 16:28:38', '<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-1249" title="janmccoy" src="http://aecetia.net/gws/aazk/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /> Janet McCoy\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2013</em></strong>\r\n<h3>Purpose</h3>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards\' criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award\'s recipients each year at the National Conference.\r\n\r\n<strong>Nominations</strong>\r\n\r\n<em>The AAZK Awards Committee is accepting nominations for the Jean M. Hromadka AAZK Excellence in Animal Care Award, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, The AAZK Chapter of the Year Award, Lifetime Achievement Award (LA), the Lee Houts Excellence in Enrichment(LHEE) Award, The Certificate of Merit for Zoo Keeper Education (CMZE), The Certificate of Excellence in Exhibit Design Renovation (CEER), the Mazuri Animal Nutrition Award (MANA), and The Certificate of Merit in Conservation Award(CMC). </em>\r\n\r\nNomination criteria for these nine awards are listed below. These awards are presented at the annual AAZK National Conference held in the fall each year. The deadline for all award nominations is <strong>1 May</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\nOr, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\n<strong>Deadline for Nominations is 1 May </strong>\r\n<ul>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/mazuri-animal-nutrition-award-mana/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-in-conservation-cmc/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-aazk-chapter-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n<strong><a href="[homeurl]/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/2009awards.pdf">2009 Award Recipients</a></strong>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/2010_awards.pdf">2010 Award Recipients</a></strong>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/2011 awards.pdf">2011 Award Recipients</a></strong>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/awards2012.pdf">2012 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2013-10-15 11:28:38', '2013-10-15 16:28:38', '', 224, 'http://web3.gowebsolutions.com/~aazook/uncategorized/224-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3135, 1, '2013-10-15 11:29:13', '2013-10-15 16:29:13', '<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-1249" title="janmccoy" src="[homeurl]/wp-content/uploads/janmccoy-150x150.jpg" alt="janmccoy" width="150" height="150" /> Janet McCoy\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2013</em></strong>\r\n<h3>Purpose</h3>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards\' criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award\'s recipients each year at the National Conference.\r\n\r\n<strong>Nominations</strong>\r\n\r\n<em>The AAZK Awards Committee is accepting nominations for the Jean M. Hromadka AAZK Excellence in Animal Care Award, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, The AAZK Chapter of the Year Award, Lifetime Achievement Award (LA), the Lee Houts Excellence in Enrichment(LHEE) Award, The Certificate of Merit for Zoo Keeper Education (CMZE), The Certificate of Excellence in Exhibit Design Renovation (CEER), the Mazuri Animal Nutrition Award (MANA), and The Certificate of Merit in Conservation Award(CMC). </em>\r\n\r\nNomination criteria for these nine awards are listed below. These awards are presented at the annual AAZK National Conference held in the fall each year. The deadline for all award nominations is <strong>1 May</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\nOr, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\n<strong>Deadline for Nominations is 1 May </strong>\r\n<ul>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/mazuri-animal-nutrition-award-mana/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-in-conservation-cmc/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-aazk-chapter-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n<strong><a href="[homeurl]/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/2009awards.pdf">2009 Award Recipients</a></strong>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/2010_awards.pdf">2010 Award Recipients</a></strong>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/2011 awards.pdf">2011 Award Recipients</a></strong>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/awards2012.pdf">2012 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2013-10-15 11:29:13', '2013-10-15 16:29:13', '', 224, 'http://web3.gowebsolutions.com/~aazook/uncategorized/224-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3136, 1, '2013-10-28 11:45:19', '2013-10-28 16:45:19', '<strong><em>AAZK Award Nominations Are Now Being Accepted for 2013</em></strong>\n\n<h4>Purpose</h4>\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards\' criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award\'s recipients each year at the National Conference.\n\n<h4>Awards Committee Members</h4>\n<div class="first sixcol">\n <p align="center"><strong>Chair</strong></p>\n<img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/janmccoy-291x300.jpg" alt="Janet McCoy" width="150" class="aligncenter" />\n <p align="center">Janet McCoy</p>\n</div>\n\n<div class="clear"></div>\n\n<h4>Nominations</h4>\nThe AAZK Awards Committee is accepting nominations for the following categories. The deadline for all award nominations is <strong>May 1, 2014</strong>. Nomination criteria for these nine awards are listed below: \n\n<ul>\n	<li><a href="[homeurl]/committee/awards-committee/lifetime-achievement-la-award/">Lifetime Achievement (LA) Award</a></li>\n	<li><a href="[homeurl]/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\n	<li><a href="[homeurl]/committee/awards-committee/mazuri-animal-nutrition-award-mana/">Mazuri Animal Nutrition Award (MANA)</a></li>\n	<li><a href="[homeurl]/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\n	<li><a href="[homeurl]/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-in-conservation-cmc/">Certificate of Merit in Conservation Award</a></li>\n	<li><a href="[homeurl]/committee/awards-committee/the-aazk-chapter-of-the-year-award/">The AAZK Chapter of the Year Award</a></li>\n</ul>\n\nThese awards are presented at the annual AAZK National Conference held in the fall each year. The deadline for all award nominations is <strong>May 1, 2014</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\n\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<td>Janet McCoy, Chair, AAZK Awards Committee\n846 NW 170th Dr.\nBeaverton, OR 97006</td>\n</tr>\n</tbody>\n</table>\n\n<strong>Or, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.</strong>\n\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\n\n<h4>Past Recipients</h4>\n<a class="" href="[homeurl]/wp-content/uploads/awards2012.pdf">View the 2012 Award Recipients</a></strong>\n\n<div id="inner-links"></div>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-autosave-v1', '', '', '2013-10-28 11:45:19', '2013-10-28 16:45:19', '', 224, 'http://web3.gowebsolutions.com/~aazook/uncategorized/224-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3139, 1, '2013-10-15 11:50:27', '2013-10-15 16:50:27', '<h3>Chair</h3>\r\n[caption id="attachment_1249" align="alignright" width="291"]<a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/janmccoy.jpg"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/janmccoy-291x300.jpg" alt="Janet McCoy" width="291" height="300" class="size-medium wp-image-1249" /></a> Janet McCoy[/caption]\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2013</em></strong>\r\n<h3>Purpose</h3>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards\' criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award\'s recipients each year at the National Conference.\r\n\r\n<strong>Nominations</strong>\r\n\r\n<em>The AAZK Awards Committee is accepting nominations for the Jean M. Hromadka AAZK Excellence in Animal Care Award, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, The AAZK Chapter of the Year Award, Lifetime Achievement Award (LA), the Lee Houts Excellence in Enrichment(LHEE) Award, The Certificate of Merit for Zoo Keeper Education (CMZE), The Certificate of Excellence in Exhibit Design Renovation (CEER), the Mazuri Animal Nutrition Award (MANA), and The Certificate of Merit in Conservation Award(CMC). </em>\r\n\r\nNomination criteria for these nine awards are listed below. These awards are presented at the annual AAZK National Conference held in the fall each year. The deadline for all award nominations is <strong>1 May</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\nOr, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\n<strong>Deadline for Nominations is 1 May </strong>\r\n<ul>\r\n	<li><a class="thickbox" href="[homeurl]/committee/awards-committee/lifetime-achievement-la-award/">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a class="thickbox" href="[homeurl]/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a class="thickbox" href="[homeurl]/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a class="thickbox" href="[homeurl]/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a class="thickbox" href="[homeurl]/committee/awards-committee/mazuri-animal-nutrition-award-mana/">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a class="thickbox" href="[homeurl]/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a class="thickbox" href="[homeurl]/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a class="thickbox" href="[homeurl]/committee/awards-committee/certificate-of-merit-in-conservation-cmc/">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a class="thickbox" href="[homeurl]/committee/awards-committee/the-aazk-chapter-of-the-year-award/">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n<strong><a href="[homeurl]/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/2009awards.pdf">2009 Award Recipients</a></strong>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/2010_awards.pdf">2010 Award Recipients</a></strong>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/2011 awards.pdf">2011 Award Recipients</a></strong>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/awards2012.pdf">2012 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2013-10-15 11:50:27', '2013-10-15 16:50:27', '', 224, 'http://web3.gowebsolutions.com/~aazook/uncategorized/224-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3138, 1, '2013-10-15 11:47:31', '2013-10-15 16:47:31', '<h3>Chair</h3>\r\n[caption id="attachment_1249" align="alignright" width="291"]<a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/janmccoy.jpg"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/janmccoy-291x300.jpg" alt="Janet McCoy" width="291" height="300" class="size-medium wp-image-1249" /></a> Janet McCoy[/caption]\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2013</em></strong>\r\n<h3>Purpose</h3>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards\' criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award\'s recipients each year at the National Conference.\r\n\r\n<strong>Nominations</strong>\r\n\r\n<em>The AAZK Awards Committee is accepting nominations for the Jean M. Hromadka AAZK Excellence in Animal Care Award, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, The AAZK Chapter of the Year Award, Lifetime Achievement Award (LA), the Lee Houts Excellence in Enrichment(LHEE) Award, The Certificate of Merit for Zoo Keeper Education (CMZE), The Certificate of Excellence in Exhibit Design Renovation (CEER), the Mazuri Animal Nutrition Award (MANA), and The Certificate of Merit in Conservation Award(CMC). </em>\r\n\r\nNomination criteria for these nine awards are listed below. These awards are presented at the annual AAZK National Conference held in the fall each year. The deadline for all award nominations is <strong>1 May</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\nOr, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\n<strong>Deadline for Nominations is 1 May </strong>\r\n<ul>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/mazuri-animal-nutrition-award-mana/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-in-conservation-cmc/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-aazk-chapter-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n<strong><a href="[homeurl]/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/2009awards.pdf">2009 Award Recipients</a></strong>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/2010_awards.pdf">2010 Award Recipients</a></strong>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/2011 awards.pdf">2011 Award Recipients</a></strong>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/awards2012.pdf">2012 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2013-10-15 11:47:31', '2013-10-15 16:47:31', '', 224, 'http://web3.gowebsolutions.com/~aazook/uncategorized/224-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3137, 1, '2013-10-15 11:46:08', '2013-10-15 16:46:08', '<h3>Chair</h3>\r\n[caption id="attachment_1249" align="alignright" width="428"]<a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/janmccoy.jpg"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/janmccoy.jpg" alt="Janet McCoy" width="428" height="440" class="size-full wp-image-1249" /></a> Janet McCoy[/caption]\r\n\r\n<strong><em>AAZK Award Nominations Are Now Being Accepted for 2013</em></strong>\r\n<h3>Purpose</h3>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards\' criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award\'s recipients each year at the National Conference.\r\n\r\n<strong>Nominations</strong>\r\n\r\n<em>The AAZK Awards Committee is accepting nominations for the Jean M. Hromadka AAZK Excellence in Animal Care Award, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, The AAZK Chapter of the Year Award, Lifetime Achievement Award (LA), the Lee Houts Excellence in Enrichment(LHEE) Award, The Certificate of Merit for Zoo Keeper Education (CMZE), The Certificate of Excellence in Exhibit Design Renovation (CEER), the Mazuri Animal Nutrition Award (MANA), and The Certificate of Merit in Conservation Award(CMC). </em>\r\n\r\nNomination criteria for these nine awards are listed below. These awards are presented at the annual AAZK National Conference held in the fall each year. The deadline for all award nominations is <strong>1 May</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\nOr, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s  director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\n<strong>Deadline for Nominations is 1 May </strong>\r\n<ul>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lifetime-achievement-la-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/mazuri-animal-nutrition-award-mana/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/certificate-of-merit-in-conservation-cmc/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a class="thickbox" href="/committee/awards-committee/the-aazk-chapter-of-the-year-award/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n<strong><a href="[homeurl]/wp-content/uploads/2008_awards_recipients.pdf">2008 Award Recipients</a></strong>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/2009awards.pdf">2009 Award Recipients</a></strong>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/2010_awards.pdf">2010 Award Recipients</a></strong>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/2011 awards.pdf">2011 Award Recipients</a></strong>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/awards2012.pdf">2012 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2013-10-15 11:46:08', '2013-10-15 16:46:08', '', 224, 'http://web3.gowebsolutions.com/~aazook/uncategorized/224-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3140, 1, '2013-10-15 11:52:11', '2013-10-15 16:52:11', '', 'My Account', 0, 'View your account details', 'publish', 'closed', 'closed', '', 'my-account', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=3140', 30, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3141, 1, '2013-10-15 11:52:36', '2013-10-15 16:52:36', '', 'Committees & Programs', 0, '', 'publish', 'closed', 'closed', '', '3141', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=3141', 8, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3143, 1, '2013-10-15 11:58:38', '2013-10-15 16:58:38', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '3143', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 12, 'http://web3.gowebsolutions.com/~aazook/?p=3143', 23, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3145, 1, '2013-10-15 12:04:22', '2013-10-15 17:04:22', '<h3>Grants Committee Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-1257" title="shelly-roach" src="[homeurl]/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /> Shelly Roach - <em>Columbus Zoo and Aquarium</em>\r\n<h3>Purpose</h3>\r\nThe purpose of the AAZK Grants Committee is to encourage and support the professional development and conservation involvement of AAZK members. Additionally, AAZK is committed to supporting and encouraging research conducted by members in zoological parks and aquariums.\r\n<h3>Grants Offered</h3>\r\n<strong><em>(Deadlines for all grants is 01 March)</em></strong>\r\n<h4>The AAZK  Professional Development Grant</h4>\r\nThe AAZK Professional Development Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.\r\n<h4><span style="font-size: 1em;">The AAZK Conservation, Preservation and Restoration Grant</span></h4>\r\nThe purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.\r\n<h4>The AAZK Research Grant</h4>\r\nThe purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.\r\n<h3>Qualifications</h3>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.\r\n\r\nApplication instructions and the grant applications can be found in the <a href="/members/">Members Only section</a> of the website. Examples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.\r\n<h3>Examples of Past Grants</h3>\r\n<h4>Research Grants</h4>\r\n<ul>\r\n	<li><a href="[homeurl]/wp-content/uploads/grant_blood_typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/grant_project_penguin.pdf">Project Penguin: Semen Collection</a></li>\r\n</ul>\r\n<h4>Conservation, Restoration, and Preservation Grants</h4>\r\n<ul>\r\n	<li><a href="[homeurl]/wp-content/uploads/grant_river_otter_survey.pdf">North American River Otter Latrine Site Survey</a></li>\r\n</ul>\r\n<h4>Travel Grants</h4>\r\n<ul>\r\n	<li><a href="[homeurl]/wp-content/uploads/grant_amphibian_keeper_course.pdf">Amphibians, their current status, and an important AZA course for any amphibian keeper</a></li>\r\n</ul>\r\n<strong><a href="[homeurl]/wp-content/uploads/grant_awards-_2008.pdf">2008 Grant Awards</a></strong>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/grant_awards2012.pdf">2012 Grant Awards</a></strong>\r\n<h3>Restrictions</h3>\r\nThe Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.\r\n\r\nThe Research Grant Database is in Adobe PDF format. If you do not have\r\nAdobe Acrobat Reader, please download the free software <a href="http://get.adobe.com/reader/">here</a>.\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/research_grant_database.pdf">Research Grant Database</a></strong>\r\n\r\n<strong>The purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.</strong>', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2013-10-15 12:04:22', '2013-10-15 17:04:22', '', 14, 'http://web3.gowebsolutions.com/~aazook/uncategorized/14-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3146, 1, '2013-10-15 12:06:37', '2013-10-15 17:06:37', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '3146', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 12, 'http://web3.gowebsolutions.com/~aazook/?p=3146', 19, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3147, 1, '2013-10-15 12:06:37', '2013-10-15 17:06:37', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '3147', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 163, 'http://web3.gowebsolutions.com/~aazook/?p=3147', 20, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3148, 1, '2013-10-15 13:11:47', '2013-10-15 18:11:47', ' ', '', 0, 'Professional Development Committee', 'publish', 'closed', 'closed', '', '3148', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 12, 'http://web3.gowebsolutions.com/~aazook/?p=3148', 22, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3149, 1, '2013-10-15 13:30:06', '2013-10-15 18:30:06', '[col w="6"]<h4><img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" alt="pdc_color_logo" width="155" height="300" /></h4>\r\n[/col]\r\n[col w="6"]\r\n<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-2550" title="melaina3" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina3-150x150.jpg" alt="melaina3" width="150" height="150" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>\r\n<h3>Purpose</h3>\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.[/col]\r\n\r\n<img class="alignnone size-medium wp-image-1814" title="pass_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" alt="pass_workshop" width="225" height="300" />\r\n\r\nThe Passerine Husbandry Workshop  taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom.   This  a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds.   PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website.\r\n\r\n<img class="alignnone size-medium wp-image-1815" title="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" alt="robert_webster" width="300" height="225" />\r\n\r\n<em>Dr. Robert Webster giving one of many bird husbandry talks</em>\r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo.   This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry.  This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website\r\n\r\n<img class="alignnone size-medium wp-image-1816" title="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" alt="predator_ridge" width="300" height="225" />\r\n\r\n<em>Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge</em>\r\n\r\n<strong>The Future</strong>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<em><strong>Professional Development Committee Members</strong></em>\r\n\r\n  \r\n<h3>Bob Cisneros - AAZK President</h3>\r\n<h3>Board Oversight</h3>\r\n<h3>San Diego Zoo</h3>\r\n \r\n<h3>Melaina Wallace - Co-chair</h3>\r\n<h3>Disney\'s Animal Kingdom</h3>\r\n \r\n<h3>Ellen Vossekull - Co-Chair</h3>\r\n<h3>Utah\'s Hogle Zoo</h3>\r\n \r\n<div><strong>Victor Alm</strong></div>\r\n Oakland Zoo\r\n<div><strong>Leanne Blinco</strong></div>\r\n Disney\'s Animal Kingdom\r\n<div><strong>Mike Murray</strong></div>\r\n Denver Zoo\r\n<div><strong>Aaron Jesue</strong></div>\r\n<strong> </strong>North Carolina Zoo\r\n<div><strong>Eunice Hui</strong></div>\r\n<strong> </strong>CuriOdyssey\r\n<div><strong>Dawn Sohr</strong></div>\r\n Brookfield Zoo\r\n<div><strong>Andrew Rowan</strong></div>\r\n Denver Zoo\r\n<div><strong>Anthony Nielsen</strong></div>\r\n<strong> </strong>Lincoln Park Zoo\r\n<div><strong>T\'noya Thopmson Gonzales</strong></div>\r\n<strong> </strong>Moody Gardens\r\n<div><strong>Chris Mooney</strong></div>\r\n<strong> </strong>San Diego Zoo\r\n<div><strong>Sasha Stallard</strong></div>\r\n<strong> </strong>San Diego Zoo\'s Safari Park\r\n<div><strong>Janee Thill</strong></div>\r\n<strong> </strong>Sequoia Park Zoo\r\n<div><strong>Emily Merola</strong></div>\r\n<strong> </strong>Utah\'s Hogle Zoo', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-15 13:30:06', '2013-10-15 18:30:06', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3150, 1, '2013-10-15 13:30:24', '2013-10-15 18:30:24', '[col w="6"]<h4><img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" alt="pdc_color_logo" width="155" height="300" /></h4>\r\n[/col]\r\n[col w="6"]\r\n<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-2550" title="melaina3" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina3-150x150.jpg" alt="melaina3" width="150" height="150" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>[/col]\r\n<h3>Purpose</h3>\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\n<img class="alignnone size-medium wp-image-1814" title="pass_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" alt="pass_workshop" width="225" height="300" />\r\n\r\nThe Passerine Husbandry Workshop  taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom.   This  a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds.   PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website.\r\n\r\n<img class="alignnone size-medium wp-image-1815" title="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" alt="robert_webster" width="300" height="225" />\r\n\r\n<em>Dr. Robert Webster giving one of many bird husbandry talks</em>\r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo.   This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry.  This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website\r\n\r\n<img class="alignnone size-medium wp-image-1816" title="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" alt="predator_ridge" width="300" height="225" />\r\n\r\n<em>Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge</em>\r\n\r\n<strong>The Future</strong>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<em><strong>Professional Development Committee Members</strong></em>\r\n\r\n  \r\n<h3>Bob Cisneros - AAZK President</h3>\r\n<h3>Board Oversight</h3>\r\n<h3>San Diego Zoo</h3>\r\n \r\n<h3>Melaina Wallace - Co-chair</h3>\r\n<h3>Disney\'s Animal Kingdom</h3>\r\n \r\n<h3>Ellen Vossekull - Co-Chair</h3>\r\n<h3>Utah\'s Hogle Zoo</h3>\r\n \r\n<div><strong>Victor Alm</strong></div>\r\n Oakland Zoo\r\n<div><strong>Leanne Blinco</strong></div>\r\n Disney\'s Animal Kingdom\r\n<div><strong>Mike Murray</strong></div>\r\n Denver Zoo\r\n<div><strong>Aaron Jesue</strong></div>\r\n<strong> </strong>North Carolina Zoo\r\n<div><strong>Eunice Hui</strong></div>\r\n<strong> </strong>CuriOdyssey\r\n<div><strong>Dawn Sohr</strong></div>\r\n Brookfield Zoo\r\n<div><strong>Andrew Rowan</strong></div>\r\n Denver Zoo\r\n<div><strong>Anthony Nielsen</strong></div>\r\n<strong> </strong>Lincoln Park Zoo\r\n<div><strong>T\'noya Thopmson Gonzales</strong></div>\r\n<strong> </strong>Moody Gardens\r\n<div><strong>Chris Mooney</strong></div>\r\n<strong> </strong>San Diego Zoo\r\n<div><strong>Sasha Stallard</strong></div>\r\n<strong> </strong>San Diego Zoo\'s Safari Park\r\n<div><strong>Janee Thill</strong></div>\r\n<strong> </strong>Sequoia Park Zoo\r\n<div><strong>Emily Merola</strong></div>\r\n<strong> </strong>Utah\'s Hogle Zoo', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-15 13:30:24', '2013-10-15 18:30:24', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3151, 1, '2013-10-15 13:30:37', '2013-10-15 18:30:37', '[col w="6"]<h4><img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" alt="pdc_color_logo" width="155" height="300" /></h4>[/col]\r\n[col w="6"]<h3>Chair</h3>\r\n<img class="alignnone size-thumbnail wp-image-2550" title="melaina3" src="http://aecetia.net/gws/aazk/wp-content/uploads/melaina3-150x150.jpg" alt="melaina3" width="150" height="150" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>[/col]\r\n<h3>Purpose</h3>\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\n<img class="alignnone size-medium wp-image-1814" title="pass_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" alt="pass_workshop" width="225" height="300" />\r\n\r\nThe Passerine Husbandry Workshop  taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom.   This  a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds.   PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website.\r\n\r\n<img class="alignnone size-medium wp-image-1815" title="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" alt="robert_webster" width="300" height="225" />\r\n\r\n<em>Dr. Robert Webster giving one of many bird husbandry talks</em>\r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo.   This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry.  This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website\r\n\r\n<img class="alignnone size-medium wp-image-1816" title="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" alt="predator_ridge" width="300" height="225" />\r\n\r\n<em>Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge</em>\r\n\r\n<strong>The Future</strong>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<em><strong>Professional Development Committee Members</strong></em>\r\n\r\n  \r\n<h3>Bob Cisneros - AAZK President</h3>\r\n<h3>Board Oversight</h3>\r\n<h3>San Diego Zoo</h3>\r\n \r\n<h3>Melaina Wallace - Co-chair</h3>\r\n<h3>Disney\'s Animal Kingdom</h3>\r\n \r\n<h3>Ellen Vossekull - Co-Chair</h3>\r\n<h3>Utah\'s Hogle Zoo</h3>\r\n \r\n<div><strong>Victor Alm</strong></div>\r\n Oakland Zoo\r\n<div><strong>Leanne Blinco</strong></div>\r\n Disney\'s Animal Kingdom\r\n<div><strong>Mike Murray</strong></div>\r\n Denver Zoo\r\n<div><strong>Aaron Jesue</strong></div>\r\n<strong> </strong>North Carolina Zoo\r\n<div><strong>Eunice Hui</strong></div>\r\n<strong> </strong>CuriOdyssey\r\n<div><strong>Dawn Sohr</strong></div>\r\n Brookfield Zoo\r\n<div><strong>Andrew Rowan</strong></div>\r\n Denver Zoo\r\n<div><strong>Anthony Nielsen</strong></div>\r\n<strong> </strong>Lincoln Park Zoo\r\n<div><strong>T\'noya Thopmson Gonzales</strong></div>\r\n<strong> </strong>Moody Gardens\r\n<div><strong>Chris Mooney</strong></div>\r\n<strong> </strong>San Diego Zoo\r\n<div><strong>Sasha Stallard</strong></div>\r\n<strong> </strong>San Diego Zoo\'s Safari Park\r\n<div><strong>Janee Thill</strong></div>\r\n<strong> </strong>Sequoia Park Zoo\r\n<div><strong>Emily Merola</strong></div>\r\n<strong> </strong>Utah\'s Hogle Zoo', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-15 13:30:37', '2013-10-15 18:30:37', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3156, 1, '2013-10-15 13:37:05', '2013-10-15 18:37:05', '[col w="6"]\r\n<h3>Chair</h3>\r\n[caption id="attachment_2550" align="alignleft" width="150"]<img class="size-full wp-image-2550" alt=" Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>[/caption]\r\n\r\n[/col][col w="6"]<img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" alt="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="155" height="300" />[/col]\r\n<h3>Purpose</h3>\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\n<img class=" wp-image-1814 alignright" title="pass_workshop" alt="pass_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="225" height="300" />\r\n\r\nThe Passerine Husbandry Workshop  taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom.   This  a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds.   PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website.\r\n\r\n<img class="alignnone size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" />\r\n\r\n<em>Dr. Robert Webster giving one of many bird husbandry talks</em>\r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo.   This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry.  This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website\r\n\r\n<img class="alignnone size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" />\r\n\r\n<em>Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge</em>\r\n\r\n<strong>The Future</strong>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<em><strong>Professional Development Committee Members</strong></em>\r\n<h3>Bob Cisneros - AAZK President</h3>\r\n<h3>Board Oversight</h3>\r\n<h3>San Diego Zoo</h3>\r\n<h3>Melaina Wallace - Co-chair</h3>\r\n<h3>Disney\'s Animal Kingdom</h3>\r\n<h3>Ellen Vossekull - Co-Chair</h3>\r\n<h3>Utah\'s Hogle Zoo</h3>\r\n<div><strong>Victor Alm</strong></div>\r\nOakland Zoo\r\n<div><strong>Leanne Blinco</strong></div>\r\nDisney\'s Animal Kingdom\r\n<div><strong>Mike Murray</strong></div>\r\nDenver Zoo\r\n<div><strong>Aaron Jesue</strong></div>\r\n<strong> </strong>North Carolina Zoo\r\n<div><strong>Eunice Hui</strong></div>\r\n<strong> </strong>CuriOdyssey\r\n<div><strong>Dawn Sohr</strong></div>\r\nBrookfield Zoo\r\n<div><strong>Andrew Rowan</strong></div>\r\nDenver Zoo\r\n<div><strong>Anthony Nielsen</strong></div>\r\n<strong> </strong>Lincoln Park Zoo\r\n<div><strong>T\'noya Thopmson Gonzales</strong></div>\r\n<strong> </strong>Moody Gardens\r\n<div><strong>Chris Mooney</strong></div>\r\n<strong> </strong>San Diego Zoo\r\n<div><strong>Sasha Stallard</strong></div>\r\n<strong> </strong>San Diego Zoo\'s Safari Park\r\n<div><strong>Janee Thill</strong></div>\r\n<strong> </strong>Sequoia Park Zoo\r\n<div><strong>Emily Merola</strong></div>\r\n<strong> </strong>Utah\'s Hogle Zoo', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-15 13:37:05', '2013-10-15 18:37:05', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3152, 1, '2013-10-15 13:34:20', '2013-10-15 18:34:20', '[col w="6"]<h4><img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" alt="pdc_color_logo" width="155" height="300" /></h4>[/col]\r\n[col w="6"]<h3>Chair</h3>\r\n[caption id="attachment_2550" align="alignright" width="150"]<img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" alt=" Melaina Wallace - Disney&#039;s Animal Kingdom" width="150" height="159" class="size-full wp-image-2550" />  Melaina Wallace - <em>Disney\'s Animal Kingdom</em>[/caption][/col]\r\n<h3>Purpose</h3>\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\n<img class="alignnone size-medium wp-image-1814" title="pass_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" alt="pass_workshop" width="225" height="300" />\r\n\r\nThe Passerine Husbandry Workshop  taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom.   This  a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds.   PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website.\r\n\r\n<img class="alignnone size-medium wp-image-1815" title="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" alt="robert_webster" width="300" height="225" />\r\n\r\n<em>Dr. Robert Webster giving one of many bird husbandry talks</em>\r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo.   This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry.  This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website\r\n\r\n<img class="alignnone size-medium wp-image-1816" title="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" alt="predator_ridge" width="300" height="225" />\r\n\r\n<em>Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge</em>\r\n\r\n<strong>The Future</strong>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<em><strong>Professional Development Committee Members</strong></em>\r\n\r\n  \r\n<h3>Bob Cisneros - AAZK President</h3>\r\n<h3>Board Oversight</h3>\r\n<h3>San Diego Zoo</h3>\r\n \r\n<h3>Melaina Wallace - Co-chair</h3>\r\n<h3>Disney\'s Animal Kingdom</h3>\r\n \r\n<h3>Ellen Vossekull - Co-Chair</h3>\r\n<h3>Utah\'s Hogle Zoo</h3>\r\n \r\n<div><strong>Victor Alm</strong></div>\r\n Oakland Zoo\r\n<div><strong>Leanne Blinco</strong></div>\r\n Disney\'s Animal Kingdom\r\n<div><strong>Mike Murray</strong></div>\r\n Denver Zoo\r\n<div><strong>Aaron Jesue</strong></div>\r\n<strong> </strong>North Carolina Zoo\r\n<div><strong>Eunice Hui</strong></div>\r\n<strong> </strong>CuriOdyssey\r\n<div><strong>Dawn Sohr</strong></div>\r\n Brookfield Zoo\r\n<div><strong>Andrew Rowan</strong></div>\r\n Denver Zoo\r\n<div><strong>Anthony Nielsen</strong></div>\r\n<strong> </strong>Lincoln Park Zoo\r\n<div><strong>T\'noya Thopmson Gonzales</strong></div>\r\n<strong> </strong>Moody Gardens\r\n<div><strong>Chris Mooney</strong></div>\r\n<strong> </strong>San Diego Zoo\r\n<div><strong>Sasha Stallard</strong></div>\r\n<strong> </strong>San Diego Zoo\'s Safari Park\r\n<div><strong>Janee Thill</strong></div>\r\n<strong> </strong>Sequoia Park Zoo\r\n<div><strong>Emily Merola</strong></div>\r\n<strong> </strong>Utah\'s Hogle Zoo', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-15 13:34:20', '2013-10-15 18:34:20', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3153, 1, '2013-10-15 13:34:49', '2013-10-15 18:34:49', '[col w="6"]<h4><img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" alt="pdc_color_logo" width="155" height="300" /></h4>[/col]\r\n[col w="6"]<h3>Chair</h3>\r\n[caption id="attachment_2550" align="alignleft" width="150"]<img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" alt=" Melaina Wallace - Disney&#039;s Animal Kingdom" width="150" height="159" class="size-full wp-image-2550" />  Melaina Wallace - <em>Disney\'s Animal Kingdom</em>[/caption][/col]\r\n<h3>Purpose</h3>\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\n<img class="alignnone size-medium wp-image-1814" title="pass_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" alt="pass_workshop" width="225" height="300" />\r\n\r\nThe Passerine Husbandry Workshop  taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom.   This  a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds.   PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website.\r\n\r\n<img class="alignnone size-medium wp-image-1815" title="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" alt="robert_webster" width="300" height="225" />\r\n\r\n<em>Dr. Robert Webster giving one of many bird husbandry talks</em>\r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo.   This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry.  This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website\r\n\r\n<img class="alignnone size-medium wp-image-1816" title="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" alt="predator_ridge" width="300" height="225" />\r\n\r\n<em>Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge</em>\r\n\r\n<strong>The Future</strong>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<em><strong>Professional Development Committee Members</strong></em>\r\n\r\n  \r\n<h3>Bob Cisneros - AAZK President</h3>\r\n<h3>Board Oversight</h3>\r\n<h3>San Diego Zoo</h3>\r\n \r\n<h3>Melaina Wallace - Co-chair</h3>\r\n<h3>Disney\'s Animal Kingdom</h3>\r\n \r\n<h3>Ellen Vossekull - Co-Chair</h3>\r\n<h3>Utah\'s Hogle Zoo</h3>\r\n \r\n<div><strong>Victor Alm</strong></div>\r\n Oakland Zoo\r\n<div><strong>Leanne Blinco</strong></div>\r\n Disney\'s Animal Kingdom\r\n<div><strong>Mike Murray</strong></div>\r\n Denver Zoo\r\n<div><strong>Aaron Jesue</strong></div>\r\n<strong> </strong>North Carolina Zoo\r\n<div><strong>Eunice Hui</strong></div>\r\n<strong> </strong>CuriOdyssey\r\n<div><strong>Dawn Sohr</strong></div>\r\n Brookfield Zoo\r\n<div><strong>Andrew Rowan</strong></div>\r\n Denver Zoo\r\n<div><strong>Anthony Nielsen</strong></div>\r\n<strong> </strong>Lincoln Park Zoo\r\n<div><strong>T\'noya Thopmson Gonzales</strong></div>\r\n<strong> </strong>Moody Gardens\r\n<div><strong>Chris Mooney</strong></div>\r\n<strong> </strong>San Diego Zoo\r\n<div><strong>Sasha Stallard</strong></div>\r\n<strong> </strong>San Diego Zoo\'s Safari Park\r\n<div><strong>Janee Thill</strong></div>\r\n<strong> </strong>Sequoia Park Zoo\r\n<div><strong>Emily Merola</strong></div>\r\n<strong> </strong>Utah\'s Hogle Zoo', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-15 13:34:49', '2013-10-15 18:34:49', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3154, 1, '2013-10-15 13:35:24', '2013-10-15 18:35:24', '[col w="6"]<h3>Chair</h3>\r\n[caption id="attachment_2550" align="alignleft" width="150"]<img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" alt=" Melaina Wallace - Disney&#039;s Animal Kingdom" width="150" height="159" class="size-full wp-image-2550" />  Melaina Wallace - <em>Disney\'s Animal Kingdom</em>[/caption][/col][col w="6"]<h4><img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" alt="pdc_color_logo" width="155" height="300" /></h4>[/col]\r\n<h3>Purpose</h3>\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\n<img class="alignnone size-medium wp-image-1814" title="pass_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" alt="pass_workshop" width="225" height="300" />\r\n\r\nThe Passerine Husbandry Workshop  taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom.   This  a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds.   PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website.\r\n\r\n<img class="alignnone size-medium wp-image-1815" title="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" alt="robert_webster" width="300" height="225" />\r\n\r\n<em>Dr. Robert Webster giving one of many bird husbandry talks</em>\r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo.   This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry.  This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website\r\n\r\n<img class="alignnone size-medium wp-image-1816" title="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" alt="predator_ridge" width="300" height="225" />\r\n\r\n<em>Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge</em>\r\n\r\n<strong>The Future</strong>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<em><strong>Professional Development Committee Members</strong></em>\r\n\r\n  \r\n<h3>Bob Cisneros - AAZK President</h3>\r\n<h3>Board Oversight</h3>\r\n<h3>San Diego Zoo</h3>\r\n \r\n<h3>Melaina Wallace - Co-chair</h3>\r\n<h3>Disney\'s Animal Kingdom</h3>\r\n \r\n<h3>Ellen Vossekull - Co-Chair</h3>\r\n<h3>Utah\'s Hogle Zoo</h3>\r\n \r\n<div><strong>Victor Alm</strong></div>\r\n Oakland Zoo\r\n<div><strong>Leanne Blinco</strong></div>\r\n Disney\'s Animal Kingdom\r\n<div><strong>Mike Murray</strong></div>\r\n Denver Zoo\r\n<div><strong>Aaron Jesue</strong></div>\r\n<strong> </strong>North Carolina Zoo\r\n<div><strong>Eunice Hui</strong></div>\r\n<strong> </strong>CuriOdyssey\r\n<div><strong>Dawn Sohr</strong></div>\r\n Brookfield Zoo\r\n<div><strong>Andrew Rowan</strong></div>\r\n Denver Zoo\r\n<div><strong>Anthony Nielsen</strong></div>\r\n<strong> </strong>Lincoln Park Zoo\r\n<div><strong>T\'noya Thopmson Gonzales</strong></div>\r\n<strong> </strong>Moody Gardens\r\n<div><strong>Chris Mooney</strong></div>\r\n<strong> </strong>San Diego Zoo\r\n<div><strong>Sasha Stallard</strong></div>\r\n<strong> </strong>San Diego Zoo\'s Safari Park\r\n<div><strong>Janee Thill</strong></div>\r\n<strong> </strong>Sequoia Park Zoo\r\n<div><strong>Emily Merola</strong></div>\r\n<strong> </strong>Utah\'s Hogle Zoo', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-15 13:35:24', '2013-10-15 18:35:24', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3155, 1, '2013-10-15 13:36:22', '2013-10-15 18:36:22', '[col w="6"]<h3>Chair</h3>[caption id="attachment_2550" align="alignleft" width="150"]<img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" alt=" Melaina Wallace - Disney&#039;s Animal Kingdom" width="150" height="159" class="size-full wp-image-2550" />  Melaina Wallace - <em>Disney\'s Animal Kingdom</em>[/caption][/col][col w="6"]<img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" alt="pdc_color_logo" width="155" height="300" />[/col]<h3>Purpose</h3>\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\n<img class="alignnone size-medium wp-image-1814" title="pass_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" alt="pass_workshop" width="225" height="300" />\r\n\r\nThe Passerine Husbandry Workshop  taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom.   This  a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds.   PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website.\r\n\r\n<img class="alignnone size-medium wp-image-1815" title="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" alt="robert_webster" width="300" height="225" />\r\n\r\n<em>Dr. Robert Webster giving one of many bird husbandry talks</em>\r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo.   This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry.  This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website\r\n\r\n<img class="alignnone size-medium wp-image-1816" title="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" alt="predator_ridge" width="300" height="225" />\r\n\r\n<em>Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge</em>\r\n\r\n<strong>The Future</strong>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<em><strong>Professional Development Committee Members</strong></em>\r\n\r\n  \r\n<h3>Bob Cisneros - AAZK President</h3>\r\n<h3>Board Oversight</h3>\r\n<h3>San Diego Zoo</h3>\r\n \r\n<h3>Melaina Wallace - Co-chair</h3>\r\n<h3>Disney\'s Animal Kingdom</h3>\r\n \r\n<h3>Ellen Vossekull - Co-Chair</h3>\r\n<h3>Utah\'s Hogle Zoo</h3>\r\n \r\n<div><strong>Victor Alm</strong></div>\r\n Oakland Zoo\r\n<div><strong>Leanne Blinco</strong></div>\r\n Disney\'s Animal Kingdom\r\n<div><strong>Mike Murray</strong></div>\r\n Denver Zoo\r\n<div><strong>Aaron Jesue</strong></div>\r\n<strong> </strong>North Carolina Zoo\r\n<div><strong>Eunice Hui</strong></div>\r\n<strong> </strong>CuriOdyssey\r\n<div><strong>Dawn Sohr</strong></div>\r\n Brookfield Zoo\r\n<div><strong>Andrew Rowan</strong></div>\r\n Denver Zoo\r\n<div><strong>Anthony Nielsen</strong></div>\r\n<strong> </strong>Lincoln Park Zoo\r\n<div><strong>T\'noya Thopmson Gonzales</strong></div>\r\n<strong> </strong>Moody Gardens\r\n<div><strong>Chris Mooney</strong></div>\r\n<strong> </strong>San Diego Zoo\r\n<div><strong>Sasha Stallard</strong></div>\r\n<strong> </strong>San Diego Zoo\'s Safari Park\r\n<div><strong>Janee Thill</strong></div>\r\n<strong> </strong>Sequoia Park Zoo\r\n<div><strong>Emily Merola</strong></div>\r\n<strong> </strong>Utah\'s Hogle Zoo', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-15 13:36:22', '2013-10-15 18:36:22', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3157, 1, '2013-10-15 13:40:27', '2013-10-15 18:40:27', '[col w="6"]\r\n<h3>Chair</h3>\r\n[caption id="attachment_2550" align="alignleft" width="150"]<img class="size-full wp-image-2550" alt=" Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>[/caption]\r\n\r\n[/col][col w="6"]<img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" alt="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="155" height="300" />[/col]\r\n<h3>Purpose</h3>\r\n<img class=" wp-image-1814 alignright" title="pass_workshop" alt="pass_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="225" height="300" />\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\n\r\nThe Passerine Husbandry Workshop  taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom.   This  a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds.   PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website.\r\n\r\n<img class="aligncenter size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" />\r\n\r\n<em>Dr. Robert Webster giving one of many bird husbandry talks</em>\r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo.   This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry.  This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website\r\n\r\n<img class="alignnone size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" />\r\n\r\n<em>Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge</em>\r\n\r\n<strong>The Future</strong>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<em><strong>Professional Development Committee Members</strong></em>\r\n<h3>Bob Cisneros - AAZK President</h3>\r\n<h3>Board Oversight</h3>\r\n<h3>San Diego Zoo</h3>\r\n<h3>Melaina Wallace - Co-chair</h3>\r\n<h3>Disney\'s Animal Kingdom</h3>\r\n<h3>Ellen Vossekull - Co-Chair</h3>\r\n<h3>Utah\'s Hogle Zoo</h3>\r\n<div><strong>Victor Alm</strong></div>\r\nOakland Zoo\r\n<div><strong>Leanne Blinco</strong></div>\r\nDisney\'s Animal Kingdom\r\n<div><strong>Mike Murray</strong></div>\r\nDenver Zoo\r\n<div><strong>Aaron Jesue</strong></div>\r\n<strong> </strong>North Carolina Zoo\r\n<div><strong>Eunice Hui</strong></div>\r\n<strong> </strong>CuriOdyssey\r\n<div><strong>Dawn Sohr</strong></div>\r\nBrookfield Zoo\r\n<div><strong>Andrew Rowan</strong></div>\r\nDenver Zoo\r\n<div><strong>Anthony Nielsen</strong></div>\r\n<strong> </strong>Lincoln Park Zoo\r\n<div><strong>T\'noya Thopmson Gonzales</strong></div>\r\n<strong> </strong>Moody Gardens\r\n<div><strong>Chris Mooney</strong></div>\r\n<strong> </strong>San Diego Zoo\r\n<div><strong>Sasha Stallard</strong></div>\r\n<strong> </strong>San Diego Zoo\'s Safari Park\r\n<div><strong>Janee Thill</strong></div>\r\n<strong> </strong>Sequoia Park Zoo\r\n<div><strong>Emily Merola</strong></div>\r\n<strong> </strong>Utah\'s Hogle Zoo', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-15 13:40:27', '2013-10-15 18:40:27', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3158, 1, '2013-10-15 13:41:14', '2013-10-15 18:41:14', '[col w="6"]\r\n<h3>Chair</h3>\r\n[caption id="attachment_2550" align="alignleft" width="150"]<img class="size-full wp-image-2550" alt=" Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>[/caption]\r\n\r\n[/col][col w="6"]<img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" alt="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="155" height="300" />[/col]\r\n<h3>Purpose</h3>\r\n<img class=" wp-image-1814 alignright" title="pass_workshop" alt="pass_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="225" height="300" />\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\nThe Passerine Husbandry Workshop  taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom.   This  a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds.   PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website.\r\n[wp-caption]<img class="aligncenter size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" />Dr. Robert Webster giving one of many bird husbandry talks[/wp-caption]\r\n\r\n\r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo.   This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry.  This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website\r\n\r\n<img class="alignnone size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" />\r\n\r\n<em>Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge</em>\r\n\r\n<strong>The Future</strong>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<em><strong>Professional Development Committee Members</strong></em>\r\n<h3>Bob Cisneros - AAZK President</h3>\r\n<h3>Board Oversight</h3>\r\n<h3>San Diego Zoo</h3>\r\n<h3>Melaina Wallace - Co-chair</h3>\r\n<h3>Disney\'s Animal Kingdom</h3>\r\n<h3>Ellen Vossekull - Co-Chair</h3>\r\n<h3>Utah\'s Hogle Zoo</h3>\r\n<div><strong>Victor Alm</strong></div>\r\nOakland Zoo\r\n<div><strong>Leanne Blinco</strong></div>\r\nDisney\'s Animal Kingdom\r\n<div><strong>Mike Murray</strong></div>\r\nDenver Zoo\r\n<div><strong>Aaron Jesue</strong></div>\r\n<strong> </strong>North Carolina Zoo\r\n<div><strong>Eunice Hui</strong></div>\r\n<strong> </strong>CuriOdyssey\r\n<div><strong>Dawn Sohr</strong></div>\r\nBrookfield Zoo\r\n<div><strong>Andrew Rowan</strong></div>\r\nDenver Zoo\r\n<div><strong>Anthony Nielsen</strong></div>\r\n<strong> </strong>Lincoln Park Zoo\r\n<div><strong>T\'noya Thopmson Gonzales</strong></div>\r\n<strong> </strong>Moody Gardens\r\n<div><strong>Chris Mooney</strong></div>\r\n<strong> </strong>San Diego Zoo\r\n<div><strong>Sasha Stallard</strong></div>\r\n<strong> </strong>San Diego Zoo\'s Safari Park\r\n<div><strong>Janee Thill</strong></div>\r\n<strong> </strong>Sequoia Park Zoo\r\n<div><strong>Emily Merola</strong></div>\r\n<strong> </strong>Utah\'s Hogle Zoo', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-15 13:41:14', '2013-10-15 18:41:14', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3159, 1, '2013-10-15 13:41:43', '2013-10-15 18:41:43', '[col w="6"]\r\n<h3>Chair</h3>\r\n[caption id="attachment_2550" align="alignleft" width="150"]<img class="size-full wp-image-2550" alt=" Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>[/caption]\r\n\r\n[/col][col w="6"]<img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" alt="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="155" height="300" />[/col]\r\n<h3>Purpose</h3>\r\n<img class=" wp-image-1814 alignright" title="pass_workshop" alt="pass_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="225" height="300" />\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\nThe Passerine Husbandry Workshop  taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom.   This  a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds.   PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website.\r\n[caption]<img class="aligncenter size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" />Dr. Robert Webster giving one of many bird husbandry talks[caption]\r\n\r\n\r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo.   This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry.  This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website\r\n\r\n<img class="alignnone size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" />\r\n\r\n<em>Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge</em>\r\n\r\n<strong>The Future</strong>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<em><strong>Professional Development Committee Members</strong></em>\r\n<h3>Bob Cisneros - AAZK President</h3>\r\n<h3>Board Oversight</h3>\r\n<h3>San Diego Zoo</h3>\r\n<h3>Melaina Wallace - Co-chair</h3>\r\n<h3>Disney\'s Animal Kingdom</h3>\r\n<h3>Ellen Vossekull - Co-Chair</h3>\r\n<h3>Utah\'s Hogle Zoo</h3>\r\n<div><strong>Victor Alm</strong></div>\r\nOakland Zoo\r\n<div><strong>Leanne Blinco</strong></div>\r\nDisney\'s Animal Kingdom\r\n<div><strong>Mike Murray</strong></div>\r\nDenver Zoo\r\n<div><strong>Aaron Jesue</strong></div>\r\n<strong> </strong>North Carolina Zoo\r\n<div><strong>Eunice Hui</strong></div>\r\n<strong> </strong>CuriOdyssey\r\n<div><strong>Dawn Sohr</strong></div>\r\nBrookfield Zoo\r\n<div><strong>Andrew Rowan</strong></div>\r\nDenver Zoo\r\n<div><strong>Anthony Nielsen</strong></div>\r\n<strong> </strong>Lincoln Park Zoo\r\n<div><strong>T\'noya Thopmson Gonzales</strong></div>\r\n<strong> </strong>Moody Gardens\r\n<div><strong>Chris Mooney</strong></div>\r\n<strong> </strong>San Diego Zoo\r\n<div><strong>Sasha Stallard</strong></div>\r\n<strong> </strong>San Diego Zoo\'s Safari Park\r\n<div><strong>Janee Thill</strong></div>\r\n<strong> </strong>Sequoia Park Zoo\r\n<div><strong>Emily Merola</strong></div>\r\n<strong> </strong>Utah\'s Hogle Zoo', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-15 13:41:43', '2013-10-15 18:41:43', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3160, 1, '2013-10-15 13:42:36', '2013-10-15 18:42:36', '[col w="6"]\r\n<h3>Chair</h3>\r\n[caption id="attachment_2550" align="alignleft" width="150"]<img class="size-full wp-image-2550" alt=" Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>[/caption]\r\n\r\n[/col][col w="6"]<img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" alt="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="155" height="300" />[/col]\r\n<h3>Purpose</h3>\r\n<img class=" wp-image-1814 alignright" title="pass_workshop" alt="pass_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="225" height="300" />\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\nThe Passerine Husbandry Workshop  taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom.   This  a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds.   PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website.\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" />Dr. Robert Webster giving one of many bird husbandry talks[caption]\r\n\r\n\r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo.   This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry.  This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website\r\n\r\n<img class="alignnone size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" />\r\n\r\n<em>Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge</em>\r\n\r\n<strong>The Future</strong>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<em><strong>Professional Development Committee Members</strong></em>\r\n<h3>Bob Cisneros - AAZK President</h3>\r\n<h3>Board Oversight</h3>\r\n<h3>San Diego Zoo</h3>\r\n<h3>Melaina Wallace - Co-chair</h3>\r\n<h3>Disney\'s Animal Kingdom</h3>\r\n<h3>Ellen Vossekull - Co-Chair</h3>\r\n<h3>Utah\'s Hogle Zoo</h3>\r\n<div><strong>Victor Alm</strong></div>\r\nOakland Zoo\r\n<div><strong>Leanne Blinco</strong></div>\r\nDisney\'s Animal Kingdom\r\n<div><strong>Mike Murray</strong></div>\r\nDenver Zoo\r\n<div><strong>Aaron Jesue</strong></div>\r\n<strong> </strong>North Carolina Zoo\r\n<div><strong>Eunice Hui</strong></div>\r\n<strong> </strong>CuriOdyssey\r\n<div><strong>Dawn Sohr</strong></div>\r\nBrookfield Zoo\r\n<div><strong>Andrew Rowan</strong></div>\r\nDenver Zoo\r\n<div><strong>Anthony Nielsen</strong></div>\r\n<strong> </strong>Lincoln Park Zoo\r\n<div><strong>T\'noya Thopmson Gonzales</strong></div>\r\n<strong> </strong>Moody Gardens\r\n<div><strong>Chris Mooney</strong></div>\r\n<strong> </strong>San Diego Zoo\r\n<div><strong>Sasha Stallard</strong></div>\r\n<strong> </strong>San Diego Zoo\'s Safari Park\r\n<div><strong>Janee Thill</strong></div>\r\n<strong> </strong>Sequoia Park Zoo\r\n<div><strong>Emily Merola</strong></div>\r\n<strong> </strong>Utah\'s Hogle Zoo', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-15 13:42:36', '2013-10-15 18:42:36', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3161, 1, '2013-10-15 13:43:16', '2013-10-15 18:43:16', '[col w="6"]\r\n<h3>Chair</h3>\r\n[caption id="attachment_2550" align="alignleft" width="150"]<img class="size-full wp-image-2550" alt=" Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>[/caption]\r\n\r\n[/col][col w="6"]<img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" alt="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="155" height="300" />[/col]\r\n<h3>Purpose</h3>\r\n<img class=" wp-image-1814 alignright" title="pass_workshop" alt="pass_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="225" height="300" />\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\nThe Passerine Husbandry Workshop  taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom.   This  a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds.   PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website.\r\n[caption id="attachment_1815" align="center" width="300"]<img class="size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" />Dr. Robert Webster giving one of many bird husbandry talks[caption]\r\n\r\n\r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo.   This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry.  This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website\r\n\r\n<img class="alignnone size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" />\r\n\r\n<em>Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge</em>\r\n\r\n<strong>The Future</strong>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<em><strong>Professional Development Committee Members</strong></em>\r\n<h3>Bob Cisneros - AAZK President</h3>\r\n<h3>Board Oversight</h3>\r\n<h3>San Diego Zoo</h3>\r\n<h3>Melaina Wallace - Co-chair</h3>\r\n<h3>Disney\'s Animal Kingdom</h3>\r\n<h3>Ellen Vossekull - Co-Chair</h3>\r\n<h3>Utah\'s Hogle Zoo</h3>\r\n<div><strong>Victor Alm</strong></div>\r\nOakland Zoo\r\n<div><strong>Leanne Blinco</strong></div>\r\nDisney\'s Animal Kingdom\r\n<div><strong>Mike Murray</strong></div>\r\nDenver Zoo\r\n<div><strong>Aaron Jesue</strong></div>\r\n<strong> </strong>North Carolina Zoo\r\n<div><strong>Eunice Hui</strong></div>\r\n<strong> </strong>CuriOdyssey\r\n<div><strong>Dawn Sohr</strong></div>\r\nBrookfield Zoo\r\n<div><strong>Andrew Rowan</strong></div>\r\nDenver Zoo\r\n<div><strong>Anthony Nielsen</strong></div>\r\n<strong> </strong>Lincoln Park Zoo\r\n<div><strong>T\'noya Thopmson Gonzales</strong></div>\r\n<strong> </strong>Moody Gardens\r\n<div><strong>Chris Mooney</strong></div>\r\n<strong> </strong>San Diego Zoo\r\n<div><strong>Sasha Stallard</strong></div>\r\n<strong> </strong>San Diego Zoo\'s Safari Park\r\n<div><strong>Janee Thill</strong></div>\r\n<strong> </strong>Sequoia Park Zoo\r\n<div><strong>Emily Merola</strong></div>\r\n<strong> </strong>Utah\'s Hogle Zoo', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-15 13:43:16', '2013-10-15 18:43:16', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3162, 1, '2013-10-15 13:45:01', '2013-10-15 18:45:01', '[col w="6"]\r\n<h3>Chair</h3>\r\n[caption id="attachment_2550" align="alignleft" width="150"]<img class="size-full wp-image-2550" alt=" Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>[/caption]\r\n\r\n[/col][col w="6"]<img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" alt="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="155" height="300" />[/col]\r\n<h3>Purpose</h3>\r\n<img class=" wp-image-1814 alignright" title="pass_workshop" alt="pass_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="225" height="300" />\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\nThe Passerine Husbandry Workshop  taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom.   This  a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds.   PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website.\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" />Dr. Robert Webster giving one of many bird husbandry talks[/caption]\r\n\r\n\r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo.   This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry.  This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website\r\n\r\n<img class="alignnone size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" />\r\n\r\n<em>Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge</em>\r\n\r\n<strong>The Future</strong>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<em><strong>Professional Development Committee Members</strong></em>\r\n<h3>Bob Cisneros - AAZK President</h3>\r\n<h3>Board Oversight</h3>\r\n<h3>San Diego Zoo</h3>\r\n<h3>Melaina Wallace - Co-chair</h3>\r\n<h3>Disney\'s Animal Kingdom</h3>\r\n<h3>Ellen Vossekull - Co-Chair</h3>\r\n<h3>Utah\'s Hogle Zoo</h3>\r\n<div><strong>Victor Alm</strong></div>\r\nOakland Zoo\r\n<div><strong>Leanne Blinco</strong></div>\r\nDisney\'s Animal Kingdom\r\n<div><strong>Mike Murray</strong></div>\r\nDenver Zoo\r\n<div><strong>Aaron Jesue</strong></div>\r\n<strong> </strong>North Carolina Zoo\r\n<div><strong>Eunice Hui</strong></div>\r\n<strong> </strong>CuriOdyssey\r\n<div><strong>Dawn Sohr</strong></div>\r\nBrookfield Zoo\r\n<div><strong>Andrew Rowan</strong></div>\r\nDenver Zoo\r\n<div><strong>Anthony Nielsen</strong></div>\r\n<strong> </strong>Lincoln Park Zoo\r\n<div><strong>T\'noya Thopmson Gonzales</strong></div>\r\n<strong> </strong>Moody Gardens\r\n<div><strong>Chris Mooney</strong></div>\r\n<strong> </strong>San Diego Zoo\r\n<div><strong>Sasha Stallard</strong></div>\r\n<strong> </strong>San Diego Zoo\'s Safari Park\r\n<div><strong>Janee Thill</strong></div>\r\n<strong> </strong>Sequoia Park Zoo\r\n<div><strong>Emily Merola</strong></div>\r\n<strong> </strong>Utah\'s Hogle Zoo', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-15 13:45:01', '2013-10-15 18:45:01', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3163, 1, '2013-11-06 16:20:18', '2013-11-06 21:20:18', '<h4>Purpose</h4>\r\n<img class="alignleft wp-image-1132" title="Professional Development Committee Logo" alt="Professional Development Committee Logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="130" /> The Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\nThe Passerine Husbandry Workshop taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom. This a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds. <img class="alignright" title="Passerine Husbandry Workshop" alt="Passerine Husbandry Workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="125"/> \r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo. This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry. This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. \r\n\r\n<div class="first sixcol">\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" /> Dr. Robert Webster giving one of many bird husbandry talks[/caption]\r\n</div>\r\n<div class="sixcol">\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="alignright size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" /> Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge[/caption]\r\n</div>\r\n\r\n<h4>The Future</h4>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<h4>Professional Development Committee Members</h4>\r\n<div class="first sixcol">\r\n <p align="center"><strong>Co-Chair</strong></p>\r\n<img class="aligncenter" alt="Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> <p align="center">Melaina Wallace - <em>Disney\'s Animal Kingdom</em></p>\r\n</div>\r\n<div class="last sixcol">\r\n <p align="center"><strong>Co-Chair</strong></p>\r\n<img src="[homeurl]/wp-content/uploads/no-img.jpg" class="aligncenter" alt="No Image Available">\r\n <p align="center">Ellen Vossekull - <em>Utah\'s Hogle Zoo</em></p>\r\n</div>\r\n<div class="first sixcol">\r\n<strong>Victor Alm</strong>\r\n<em>Oakland Zoo</em>\r\n<strong>Leanne Blinco</strong>\r\n<em>Disney\'s Animal Kingdom</em>\r\n<strong>Mike Murray</strong>\r\n<em>Denver Zoo</em>\r\n<strong>Aaron Jesue</strong>\r\n<em>North Carolina Zoo</em>\r\n<strong>Eunice Hui</strong>\r\n<em>CuriOdyssey</em>\r\n<strong>Dawn Sohr</strong>\r\n<em>Brookfield Zoo</em>\r\n<strong>Andrew Rowan</strong>\r\n<em>Denver Zoo</em>\r\n</div>\r\n<div class="last sixcol">\r\n<strong>Anthony Nielsen</strong>\r\n<em>Lincoln Park Zoo</em>\r\n<strong>T\'noya Thopmson Gonzales</strong>\r\n<em>Moody Gardens</em>\r\n<strong>Chris Mooney</strong>\r\n<em>San Diego Zoo</em>\r\n<strong>Sasha Stallard</strong>\r\n<em>San Diego Zoo\'s Safari Park</em>\r\n<strong>Janee Thill</strong>\r\n<em>Sequoia Park Zoo</em>\r\n<strong>Emily Merola</strong>\r\n<em>Utah\'s Hogle Zoo</em>\r\n</div>', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-autosave-v1', '', '', '2013-11-06 16:20:18', '2013-11-06 21:20:18', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3167, 1, '2013-10-15 13:50:34', '2013-10-15 18:50:34', '[col w="6"]\r\n<h3>Chair</h3>\r\n[caption id="attachment_2550" align="alignleft" width="150"]<img class="size-full wp-image-2550" alt=" Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>[/caption]\r\n\r\n[/col][col w="6"]<img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" alt="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="155" height="300" />[/col]\r\n<h3>Purpose</h3>\r\n<img class=" wp-image-1814 alignright" title="pass_workshop" alt="pass_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="225" height="300" />\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\nThe Passerine Husbandry Workshop  taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom.   This  a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds.   PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website.\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" />Dr. Robert Webster giving one of many bird husbandry talks[/caption]\r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo.   This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry.  This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website\r\n\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="alignnone size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" />Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge[/caption]\r\n\r\n<strong>The Future</strong>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<h4>Professional Development Committee Members</h4>\r\n[col w="6"]Bob Cisneros - AAZK President\r\n<strong>Board Oversight</strong>\r\nSan Diego Zoo\r\nMelaina Wallace - Co-chair\r\nDisney\'s Animal Kingdom\r\nEllen Vossekull - Co-Chair\r\nUtah\'s Hogle Zoo\r\nVictor Alm\r\nOakland Zoo\r\nLeanne Blinco\r\nDisney\'s Animal Kingdom\r\nMike Murray\r\nDenver Zoo\r\nAaron Jesue\r\nNorth Carolina Zoo\r\nEunice Hui\r\n[/col][col w="6"]CuriOdyssey\r\nDawn Sohr\r\nBrookfield Zoo\r\nAndrew Rowan\r\nDenver Zoo\r\nAnthony Nielsen\r\nLincoln Park Zoo\r\nT\'noya Thopmson Gonzales\r\nMoody Gardens\r\nChris Mooney\r\nSan Diego Zoo\r\nSasha Stallard\r\nSan Diego Zoo\'s Safari Park\r\nJanee Thill\r\nSequoia Park Zoo\r\nEmily Merola\r\nUtah\'s Hogle Zoo[/col]', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-15 13:50:34', '2013-10-15 18:50:34', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3166, 1, '2013-10-15 13:49:01', '2013-10-15 18:49:01', '[col w="6"]\r\n<h3>Chair</h3>\r\n[caption id="attachment_2550" align="alignleft" width="150"]<img class="size-full wp-image-2550" alt=" Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>[/caption]\r\n\r\n[/col][col w="6"]<img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" alt="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="155" height="300" />[/col]\r\n<h3>Purpose</h3>\r\n<img class=" wp-image-1814 alignright" title="pass_workshop" alt="pass_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="225" height="300" />\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\nThe Passerine Husbandry Workshop  taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom.   This  a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds.   PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website.\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" />Dr. Robert Webster giving one of many bird husbandry talks[/caption]\r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo.   This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry.  This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website\r\n\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="alignnone size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" />Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge[/caption]\r\n\r\n<strong>The Future</strong>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<h4>Professional Development Committee Members</h4>\r\nBob Cisneros - AAZK President\r\nBoard Oversight\r\nSan Diego Zoo\r\nMelaina Wallace - Co-chair\r\nDisney\'s Animal Kingdom\r\nEllen Vossekull - Co-Chair\r\nUtah\'s Hogle Zoo\r\nVictor Alm\r\nOakland Zoo\r\nLeanne Blinco\r\nDisney\'s Animal Kingdom\r\nMike Murray\r\nDenver Zoo\r\nAaron Jesue\r\nNorth Carolina Zoo\r\nEunice Hui\r\nCuriOdyssey\r\nDawn Sohr\r\nBrookfield Zoo\r\nAndrew Rowan\r\nDenver Zoo\r\nAnthony Nielsen\r\nLincoln Park Zoo\r\nT\'noya Thopmson Gonzales\r\nMoody Gardens\r\nChris Mooney\r\nSan Diego Zoo\r\nSasha Stallard\r\nSan Diego Zoo\'s Safari Park\r\nJanee Thill\r\nSequoia Park Zoo\r\nEmily Merola\r\nUtah\'s Hogle Zoo', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-15 13:49:01', '2013-10-15 18:49:01', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3164, 1, '2013-10-15 13:46:10', '2013-10-15 18:46:10', '[col w="6"]\r\n<h3>Chair</h3>\r\n[caption id="attachment_2550" align="alignleft" width="150"]<img class="size-full wp-image-2550" alt=" Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>[/caption]\r\n\r\n[/col][col w="6"]<img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" alt="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="155" height="300" />[/col]\r\n<h3>Purpose</h3>\r\n<img class=" wp-image-1814 alignright" title="pass_workshop" alt="pass_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="225" height="300" />\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\nThe Passerine Husbandry Workshop  taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom.   This  a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds.   PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website.\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" />Dr. Robert Webster giving one of many bird husbandry talks[/caption]\r\n\r\n\r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo.   This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry.  This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website\r\n\r\n[caption id="attachment_1815" align="aligncenter" "width="300"]<img class="alignnone size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" />Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge[/caption]\r\n\r\n<strong>The Future</strong>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<em><strong>Professional Development Committee Members</strong></em>\r\n<h3>Bob Cisneros - AAZK President</h3>\r\n<h3>Board Oversight</h3>\r\n<h3>San Diego Zoo</h3>\r\n<h3>Melaina Wallace - Co-chair</h3>\r\n<h3>Disney\'s Animal Kingdom</h3>\r\n<h3>Ellen Vossekull - Co-Chair</h3>\r\n<h3>Utah\'s Hogle Zoo</h3>\r\n<div><strong>Victor Alm</strong></div>\r\nOakland Zoo\r\n<div><strong>Leanne Blinco</strong></div>\r\nDisney\'s Animal Kingdom\r\n<div><strong>Mike Murray</strong></div>\r\nDenver Zoo\r\n<div><strong>Aaron Jesue</strong></div>\r\n<strong> </strong>North Carolina Zoo\r\n<div><strong>Eunice Hui</strong></div>\r\n<strong> </strong>CuriOdyssey\r\n<div><strong>Dawn Sohr</strong></div>\r\nBrookfield Zoo\r\n<div><strong>Andrew Rowan</strong></div>\r\nDenver Zoo\r\n<div><strong>Anthony Nielsen</strong></div>\r\n<strong> </strong>Lincoln Park Zoo\r\n<div><strong>T\'noya Thopmson Gonzales</strong></div>\r\n<strong> </strong>Moody Gardens\r\n<div><strong>Chris Mooney</strong></div>\r\n<strong> </strong>San Diego Zoo\r\n<div><strong>Sasha Stallard</strong></div>\r\n<strong> </strong>San Diego Zoo\'s Safari Park\r\n<div><strong>Janee Thill</strong></div>\r\n<strong> </strong>Sequoia Park Zoo\r\n<div><strong>Emily Merola</strong></div>\r\n<strong> </strong>Utah\'s Hogle Zoo', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-15 13:46:10', '2013-10-15 18:46:10', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3165, 1, '2013-10-15 13:47:19', '2013-10-15 18:47:19', '[col w="6"]\r\n<h3>Chair</h3>\r\n[caption id="attachment_2550" align="alignleft" width="150"]<img class="size-full wp-image-2550" alt=" Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>[/caption]\r\n\r\n[/col][col w="6"]<img class="alignnone size-medium wp-image-1132" title="pdc_color_logo" alt="pdc_color_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="155" height="300" />[/col]\r\n<h3>Purpose</h3>\r\n<img class=" wp-image-1814 alignright" title="pass_workshop" alt="pass_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="225" height="300" />\r\nThe Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\nThe Passerine Husbandry Workshop  taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom.   This  a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds.   PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website.\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" />Dr. Robert Webster giving one of many bird husbandry talks[/caption]\r\n\r\n\r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo.   This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry.  This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website\r\n\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="alignnone size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" />Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge[/caption]\r\n\r\n<strong>The Future</strong>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<em><strong>Professional Development Committee Members</strong></em>\r\n<h3>Bob Cisneros - AAZK President</h3>\r\n<h3>Board Oversight</h3>\r\n<h3>San Diego Zoo</h3>\r\n<h3>Melaina Wallace - Co-chair</h3>\r\n<h3>Disney\'s Animal Kingdom</h3>\r\n<h3>Ellen Vossekull - Co-Chair</h3>\r\n<h3>Utah\'s Hogle Zoo</h3>\r\n<div><strong>Victor Alm</strong></div>\r\nOakland Zoo\r\n<div><strong>Leanne Blinco</strong></div>\r\nDisney\'s Animal Kingdom\r\n<div><strong>Mike Murray</strong></div>\r\nDenver Zoo\r\n<div><strong>Aaron Jesue</strong></div>\r\n<strong> </strong>North Carolina Zoo\r\n<div><strong>Eunice Hui</strong></div>\r\n<strong> </strong>CuriOdyssey\r\n<div><strong>Dawn Sohr</strong></div>\r\nBrookfield Zoo\r\n<div><strong>Andrew Rowan</strong></div>\r\nDenver Zoo\r\n<div><strong>Anthony Nielsen</strong></div>\r\n<strong> </strong>Lincoln Park Zoo\r\n<div><strong>T\'noya Thopmson Gonzales</strong></div>\r\n<strong> </strong>Moody Gardens\r\n<div><strong>Chris Mooney</strong></div>\r\n<strong> </strong>San Diego Zoo\r\n<div><strong>Sasha Stallard</strong></div>\r\n<strong> </strong>San Diego Zoo\'s Safari Park\r\n<div><strong>Janee Thill</strong></div>\r\n<strong> </strong>Sequoia Park Zoo\r\n<div><strong>Emily Merola</strong></div>\r\n<strong> </strong>Utah\'s Hogle Zoo', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-15 13:47:19', '2013-10-15 18:47:19', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3359, 1, '2013-10-23 11:49:04', '2013-10-23 16:49:04', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '3359', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 168, 'http://web3.gowebsolutions.com/~aazook/?p=3359', 13, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3172, 1, '2013-10-15 16:11:59', '2013-10-15 21:11:59', '[membership level="-0"]\r\nIt costs $50 USD to post a job for 60 days. Institutional Members can post jobs for free. <a href="http://www.aecetia.net/gws/aazk/membership-account/">Sign up here.</a>\r\n[gravityform id="12" name="Job Submission"]\r\n[/membership]\r\n[membership level="1,2,3,4,5,6,7,8,9,10,12,14,15,16,17,18"]\r\nIt costs $50 USD to post a job for 60 days. Institutional Members can post jobs for free. <a href="http://www.aecetia.net/gws/aazk/membership-account/membership-levels/">Upgrade your account here.</a>\r\n[gravityform id="12" name="Job Submission (paid w/ expiration date)" title="false" description="false"]\r\n[/membership]\r\n[membership level="11,13"]\r\nYou are currently logged in with an Institutional Membership. You should use the <a title="Submit a Job" href="http://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/">Member Create a Job</a> page to submit jobs.\r\n[/membership]', 'Submit a Job', 0, '', 'publish', 'closed', 'closed', '', 'submit-a-job', '', '', '2014-01-15 15:07:37', '2014-01-15 20:07:37', '', 69, 'http://web3.gowebsolutions.com/~aazook/?page_id=3172', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4750, 1, '2013-11-25 23:59:10', '2013-11-26 04:59:10', '\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '3172-revision-v1', '', '', '2013-11-25 23:59:10', '2013-11-26 04:59:10', '', 3172, 'http://web3.gowebsolutions.com/~aazook/3172-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4719, 1, '2013-11-25 23:23:43', '2013-11-26 04:23:43', '[membership level="13"][gravityform id="1" name="Job Submission"][/membership]\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '3172-revision-v1', '', '', '2013-11-25 23:23:43', '2013-11-26 04:23:43', '', 3172, 'http://web3.gowebsolutions.com/~aazook/3172-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3173, 1, '2013-10-15 16:11:59', '2013-10-15 21:11:59', '[gravityform id="1" name="Job Submission"]', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '3172-revision-v1', '', '', '2013-10-15 16:11:59', '2013-10-15 21:11:59', '', 3172, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3172-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3176, 1, '2013-10-15 17:49:15', '2013-10-15 22:49:15', '<a rel="attachment wp-att-2982" href="http://aecetia.net/gws/aazk/akf/toc/september-2013-2/attachment/akfseptember20132/"><img class="aligncenter size-full wp-image-2982" title="akfseptember20132" src="http://aecetia.net/gws/aazk/wp-content/uploads/akfseptember20132.jpg" alt="akfseptember20132" width="604" height="768" /></a>', 'September 2013', 0, '', 'inherit', 'closed', 'closed', '', '2981-revision-v1', '', '', '2013-10-15 17:49:15', '2013-10-15 22:49:15', '', 2981, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2981-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3177, 1, '2013-10-15 17:49:15', '2013-10-15 22:49:15', 'The Lewa Wildlife Conservancy deeply regrets to announce the death of Anna Merz, one of the Conservancy\'s iconic founders and renowned conservationist. 82-year-old Anna passed away today in a South African hospital, further details pertaining to her death will be communicated later.\r\n\r\nAnna, along with the Craig family, founded the Ngare Sergoi Rhino Sanctuary, which would later on be established as the Lewa Wildlife Conservancy. It is by her vision, dedication and desire to save the rhino from extinction that Lewa stands as the proud organization that it is today.\r\n\r\nThe entire Lewa fraternity is devastated to lose the most passionate \'mother of rhinos\', its greatest supporter, and its source of endless         inspiration. Anna proved to us all that one person\'s dream and love for wildlife can create the most significant impact, far beyond our deepest         imagination.\r\n\r\nRest in peace Anna. You will forever be missed and engraved in all of our hearts.\r\n\r\n<img id="_x0000_i1026" src="http://i1.cmail1.com/ei/r/85/B26/F54/csimport/Anna-and-Rhino.214357.jpg" alt="Anna Merz" width="550" height="442" align="center" />', 'Sad Announcement from Lewa', 0, '', 'inherit', 'closed', 'closed', '', '2835-revision-v1', '', '', '2013-10-15 17:49:15', '2013-10-15 22:49:15', '', 2835, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2835-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3178, 1, '2013-10-15 17:49:15', '2013-10-15 22:49:15', '<em>Jacqueline Hulina, Morgan Lauf, and Susan Lewis, Ph.D.\r\nDepartment of Life Sciences, Carroll University\r\nWaukesha, Wisconsin</em>\r\n\r\n<strong>Introduction:</strong>\r\nUnderstanding courtship and breeding behaviors is critical to the management of wild and captive species facing population declines.  Gentoo penguins (<em>Pygoscelies papua</em>) are listed as declining and approaching threatened status by the IUCN (Birdlife International, 2010).  Establishing a captive environment that promotes breeding while minimizing intraspecific conflict is critical in zoos.\r\n\r\nGentoo penguins form monogamous pairs that breed only once per year (Roscoe, 2008), producing an average of two eggs per nest. Extensive parental care, including incubation, food provisioning, and nest defense, allows for chicks to survive in a harsh environment.  Parental care may even extend past fledging, as adult Gentoo penguins have been observed to offer food to chicks that have dispersed and then returned to their original colony (Polito &amp; Trivelpiece, 2008).\r\n\r\nThere is disagreement among researchers about the relative amount of time and energy invested by male and female Gentoo penguins in courtship/nesting behaviors.  Polito and Trivelpiece (2008) noted a higher level of female parental investment in post-copulation behavior.  Further, females have been shown to lose more biomass during chick rearing compared to males, suggesting that post-copulation parental investment is not equal between the sexes (Lescroël, 2009).  On the other hand, some studies show that males and females invest equal proportions of time incubating eggs (Croxall, 1982; Davis, 1989), leading other researchers to suggest that parental investment between males and females is nearly equivalent (Bingham, 2008).\r\n\r\nThe Milwaukee County Zoo successfully bred Gentoo penguins for the first time in 2010-11, with two pairs producing chicks in the 2010-11 breeding season.  The objectives of this study were to: a) monitor courtship and breeding behaviors of males and females during the second breeding season, b) compare the behavior of birds that were successful breeders in 2010-11 to those that were unsuccessful, and c) investigate factors influencing aggression during courtship and breeding.  We predicted that the amount of time invested in courtship/nesting behaviors would differ between genders.  We expected an increase in the amount of time invested in courtship/nesting behavior as they entered the breeding period and a correlation between increased courtship/nesting behaviors with breeding success.  We also predicted that the frequency of aggressive behaviors would increase throughout the courtship/nesting period, with a higher amount of aggressive behaviors shown by females.\r\n\r\n<strong>Methods:</strong>\r\nWe investigated the behavior of captive Gentoo penguins at the Milwaukee County Zoo.  The exhibit contains eight Gentoo penguins (<em>Pygoscelies papua</em>) and twelve rockhopper penguins (<em>Eudyptes chrysocome</em>).  Three male/female adult pairs were observed (Table 1).  In the 2010-11 season, two pairs produced chicks (Oscar &amp; Daphne, Felix &amp; Olive). Due to a medical situation, the remaining male (Marvin) was kept at the Animal Health Center and thus was not present in the exhibit during the 2010-11 courtship period.  The remaining female (Fiona) did not appear to assist in chick rearing in 2010-11.  Marvin was returned to the enclosure after the chicks were hatched.  The other two Gentoo penguins in the enclosure were chicks from the previous year that had not yet reached sexual maturity, and thus were not considered in the study.  All penguins were marked with individually-recognizable combinations of colored bands.\r\n\r\nThe exhibit was well suited for penguin nesting with multiple flat rock surfaces at varying heights around the perimeter.  The rock surfaces surround a pool with a rock column in the center that forms a bridge to the perimeter rocks (Figure 1).  The center rock blocked a portion of the underwater section of the enclosure from observation, but rarely affected data collection.  The enclosure was kept at 7.2°C – 10°C.  Observations were made from the public viewing area and observers moved to follow the focal animal during each observation session.  In October, zoo keepers placed small inner tubes at sites that had been used for nesting in the 2010-2011 breeding season and brought small rocks into the enclosure for nesting materials.  Enrichment items (ex. sprinkler, rubber ball, stuffed octopus, and partially deflated inner tubes) were placed in the enclosure at various times.  Interactions with enrichment items were taken into account in the ethogram.\r\n\r\nThe Gentoos were observed prior to data collection using an ethogram from a study of captive Humboldt penguins (Merritt &amp; King, 1987).  After the initial observation period, the Humboldt ethogram was adapted for the captive Gentoo penguins by grouping individual behaviors based on the needs of this study and revising definitions as needed.  For example, seven aggressive behaviors from the Humboldt ethogram were grouped into four categories based on whether the behavior involved physical contact and if the behavior was directed toward a member of the same or different species.  The final ethogram (Appendix A) was designed to include a broad variety of behaviors to account for changes in behavior from the norm as Gentoos entered the courtship period.\r\n\r\nTo compare the relative time invested in courtship/nesting behaviors, a combination of all-occurrences sampling and focal animal sampling was used (Martin &amp; Bateson, 2007).  One individual was observed at a time over a 30-minute period, recording all behaviors from the ethogram except for aggression at 15-second intervals.  Because aggressive behavior occurred in discrete and conspicuous bouts, all occurrences of aggressive behaviors were recorded during the full observation period.  Each penguin was observed for two 20-minute sessions and nine 30-minute sessions.  Some observation sessions were disturbed by the entrance of a zoo keeper to clean the enclosure or to feed the penguins.  In the majority of cases, this altered observed behavior.  Since feeding time was scheduled around the same time of day, observation sessions were rotated so that each observation session was subject to the same potential disruption.\r\n\r\nObservations were conducted from October 1st to November 19th, 2011 between 1:00 – 4:00 pm on Mondays and between 8:00 am – 12:00 pm on Saturdays.  This reduced potential bias from behavioral changes at scheduled feeding times.  One observer collected data on the male while the other collected data on the female at the same time so that any introduced situational bias (ex. the entrance of a zoo keeper to the enclosure) would be the same for each sex.  Data collection was standardized on two occasions to ensure 85% or better inter-observer reliability.<img class="alignright size-large wp-image-2807" title="penguin" src="http://aecetia.net/gws/aazk/wp-content/uploads/penguin-1024x518.jpg" alt="penguin" width="512" height="259" />\r\n\r\nThe average frequency of each non-aggressive behavior was calculated for individuals and aggregated for all females versus all males.  The average occurrence of aggressive behaviors was calculated for each day and graphed to assess any change in frequency over time.  Means are presented +/- one standard deviation.\r\n\r\n<strong>Results:</strong>\r\nTwo pairs formed during the courtship/nesting period (Oscar &amp; Daphne; Olive &amp; Felix).  The other male (Marvin) and female (Fiona) displayed courtship/nesting behaviors, but did not appear to preferentially direct such behaviors toward any particular individual.  On average, males had a slightly higher percent of time invested in courtship/nesting behaviors (pairing: 0.7 +/- 5.8%; nesting: 25.5 +/- 32.5%) compared to females (pairing: 0.2 +/- 0.8%; nesting: 21.0 +/- 32.8%; Figure 2), although the time budgets were highly variable between days.  Nest guarding behaviors stayed relatively…\r\n\r\n<strong>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></strong>', 'Courtship, Nesting, and Aggression in Gentoo Penguins at the Milwaukee County Zoo', 0, '', 'inherit', 'closed', 'closed', '', '2806-revision-v1', '', '', '2013-10-15 17:49:15', '2013-10-15 22:49:15', '', 2806, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2806-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3179, 1, '2013-10-15 17:49:15', '2013-10-15 22:49:15', '<p style="text-align: left;"><img class="size-full wp-image-378 aligncenter" title="training_tails" src="http://aecetia.net/gws/aazk/wp-content/uploads/header_training_tails.jpg" alt="training_tails" width="317" height="68" /></p>\r\n<p style="text-align: left;"></p>\r\n\r\n<em>By Eunice Hui, Lead Keeper, and Molly Feldman, Keeper Apprentice, CuriOdyssey, San Mateo, CA</em>\r\n\r\nAggression.  Fear.  Distrust.  These are not the qualities keepers like to see in the animals for which they care; nor are they the qualities that make captive animal management easy.  So when it was decided in the summer of 2009 that Mina, a North American badger (<em>Taxidea taxus</em>), would be started on a training program, this is what we were dealing with.  After four years as a resident of CuriOdyssey (formerly known as Coyote Point Museum), she still showed an extreme lack of habituation which was expressed through a series of aggressive behaviors: hissing, grunting and shaking when the keepers entered the service area, she hid in her den both on exhibit and in her night quarters, quickly running outside in the morning, and sometimes refusing to come in at night.  Needless to say, it was evident that something had to change.  Given the many benefits of operant conditioning, a formal training plan was written for Mina with the following goals in mind: 1) Target training, 2) Desensitization to two trainers in the room, 3) Crate Training and 4) Injection training.  But how do you train an animal that lacks the two most basic requirements for success: a willingness to approach a human being and a motivation to work, even for food?  The answer, we discovered, is slowly, patiently, and to never underestimate what is possible when you give your time to even the most uncooperative of animals.  This paper will discuss the challenges encountered and behavioral changes observed once training commenced, reinforcing the value of a positive keeper-animal relationship and its effect on captive animal welfare.\r\n\r\n<strong>History</strong>\r\n\r\nMina, the North American Badger arrived at Coyote Point Museum in April 2005.  Her transition was far from smooth once introduced to the exhibit.  Each day she buried herself under the dirt, forcing the keepers to dig her out every evening before shifting her into the night quarters.  She also managed to break through the fake rockwork and climb into a cement crevice inside of her den, making it impossible to gain access to her.  Since she would not willingly come out during the day, Keepers had to devise a way to get her back into the night house overnight and trap her in there so that the hole could be repaired.  Many days of troubleshooting like this went by before Mina was able to enter her exhibit each day without any major problems.  However, she continually appeared lethargic and spent most of the day hiding. Alloy [1979] states that inactivity displayed by an animal may be caused by learned helplessness, if the subject has the experience that there is no possibility to escape an environment perceived as negative. For a captive born animal, Mina appeared to have trouble coping with changes to her surroundings or daily routine and remained continually fearful, aggressive and uncooperative.  Additionally, she was easily startled by loud noises (e.g. door slamming or the arrival of a garbage truck) and usually refused to come inside at night, leaving the keepers with no alternative but to use a herding board to coax her in. For these reasons, a training program was implemented with the hopes of improving Mina’s quality of life and making management easier on both her and the keepers.\r\n\r\n<strong>Preparation</strong>\r\n\r\nThere were many obstacles to overcome in the initial stages of Mina’s training.  The first was to find a food item for which she would be motivated to train.  A variety of treats were offered to her each day but she showed no interest in anything except her normal diet, particularly the meat.  The second obstacle was that due to her temperament, direct contact was impossible and training would have to take place via protected contact in her night quarters (Photo 1).\r\n\r\nThis limited the ways in which we could get close enough to her or get her attention if she chose not to approach us herself.  Further complicating matters was a third obstacle: she wouldn’t approach anyone, ever.  However all of this changed with the introduction of something that was not initially considered to be of importance: a new keeper.\r\n\r\nIt was decided early on that Molly Feldman, the Keeper Apprentice, would be put in charge of Mina’s training.  Molly had only been working at the museum for a few weeks and along with the other keepers, had been given the opportunity of trying to get Mina accustomed to hand feeding (using tongs) through the fence in her night quarters (Photo 2). Everyone had tried coaxing her out of her den each day but she wouldn’t move, even for a piece of mouse or chicken.  Instead she remained as hidden as possible, hissing and snarling at anyone who tried talking to her or came within her line of vision.  It was therefore a surprise when one day she cautiously made her way over to Molly, snatched the meat from the tongs and quickly retreated to her “safe place.”  After seeing Mina respond to a new keeper with whom she had no previous associations, it was realized that this was the way to get her training program started.  It was also decided that Mina would be trained with the meat from her diet since it seemed to be the only thing she ate consistently and would not be at risk of becoming overweight from the use of extra treats.  With the initial obstacles seemingly overcome, the process of building a trusting relationship between badger and human began.\r\n\r\n<strong>Training</strong>\r\n\r\nGaining Mina’s trust was critical to the success of her training plan. The first month was devoted to getting her comfortable enough with her trainer’s presence and allowing her to hand feed.  This meant sitting on the ground outside of her run, offering pieces of food through the fence and waiting for a response. The environment had to be as secure as possible with few external noises and limited movement by the trainer.  Sudden movements would quickly send her back into her den, hissing and shaking.  After a few weeks of patiently encouraging her to eat from the tongs, Mina was already displaying less aggression and approached the trainer more readily.  She had progressed from quickly taking the meat and leaving, to staying to chew one piece; then two, then three.  Once she was consistently eating all the meat without retreating, it was decided that their relationship had a secure enough foundation to move forward and introduce the verbal bridge, “good”. At this point Mina was still very reactive to everything, voices being no exception, so the trainer began by whispering the bridge as Mina simultaneously took a piece of meat from the tongs.  Her initial response was to hiss and retreat, come back for another piece and repeat.  However after only a few sessions the trainer was able to speak louder and louder until Mina was accustomed to the regular volume of her voice.\r\n\r\nThe next stage was to desensitize Mina to movement, as any change in the trainer’s seated position would cause displays of disapproval.  This began by slowly making small movements such as leaning to the side or stretching out a leg, all the while continuing to strengthen the bridge.  This progressed to the trainer being able to stand up and sit back down, while reinforcing Mina for remaining calm throughout.  By the end of the second month it seemed she was understanding the bridge and had even begun exhibiting signs of positive emotions associated with improved coping behavior, as pointed out by Boissy et al. (2007): “A number of signs can indicate positive experience in animals – for example, successful coping, reward and wanting, resulting in goal-directed behavior.”  Mina was demonstrating less fear and aggression and was willingly participating in most training sessions.  She seemed eager to approach the trainer and continually appeared interested and motivated.  Thus with the bridge checked off the list and her trust in the trainer clearly established, Mina was ready to move on to learning other behaviors that would hopefully allow her transformation to continue.\r\n\r\nThe following eight months of training progressed very quickly.  Training sessions were conducted five days per week, twice a day if time allowed.  They initially took place in the morning and evening, but this was changed to a variable schedule as she was not always motivated during these times of the day.  In the end, the unpredictability made her much easier to shift as she would eagerly come inside at any time, expecting a session to take place (Photo 3).\r\n\r\nUnpredictability was also beneficial in eradicating the potential for superstitious behaviors.  In the beginning, Mina was very sensitive to change.  However once her behaviors became stronger, the trainer began to make changes such as re-arranging the furniture in her run, training occasionally with the guillotine door open, or leaving the radio turned up.   While she was still sometimes spooked by an unforeseen noise, she very rarely ended her participation because of it. Each session began in the same place, the front left corner of the run, which became an unofficial station.  She had developed a “calm position” during our desensitization stage where she would stick her nose through the fence and wait (Photo 4).  The trainer took advantage of this and started by gently touching her on the nose with the target pole (the end of a broomstick which was padded for safety) and saying the word “Target”. This progressed to holding it against her nose for longer and longer periods of time before bridging. Eventually it was moved over a few inches, then a few feet, until she would consistently move to wherever it was placed. Later in the year, the trainer was able to use this behavior to train another: climbing the fence.  By asking her to target above her head, she would pull herself up exposing her abdomen, and could be asked to climb higher or climb down simply by moving the target pole around.  The pole was phased out and was replaced with hand cues in conjunction with a hold behavior so she did not climb down before being asked (Photo 5).  These behaviors were all precursors to the goal of injection training, which would also require the essential element of touch. As Mina’s behavior was changing throughout the year, so was her personality.  Mina began exhibiting signs of positive emotions with improved coping behavior and demonstrating less fear and aggression. Once a timid badger, she was now bold enough to reach her arm through the fence with her paw if the trainer was not going fast enough.  The trainer took advantage of this by capturing the behavior known as “Paw,” in which Mina reached through the fence and placed her paw in the trainer’s open palm.  This became her strongest behavior and a consistent way to reward her if she was struggling with something else.  It also introduced the concept of touch, which was extended to scratching her belly during a climb, and eventually to being poked on the flank with a capped pen in the beginning stages of injection training.\r\n\r\nBy this time, Molly’s apprenticeship was coming to an end.  It became necessary to begin introducing a secondary trainer and hopefully transfer the behaviors Mina had learned over the past eight months.  As with everything else, this process required patience and persistence.  Rather than being asked for behaviors, Mina was simply rewarded for staying calm and coming out of her den in the presence of a second person.  Mina was not quite ready to train but was comfortable enough to take food from another person when her new trainer, Eunice Hui, was finally introduced.  It was therefore decided that Eunice would begin building her own trusting relationship with Mina, by simply hand feeding her until Mina was prepared to move on.\r\n\r\nThanks to Molly’s many months of hard work in establishing a baseline for training behaviors, Eunice was able to take over with minimal setbacks.  She was introduced to Mina as a secondary trainer in February 2010 and became the primary in June 2010.  The goals for Mina at that time were to tighten the criteria for some of her established behaviors, continue with injection training and begin crate training (Mina was to willingly enter her transport crate and allow the door to be closed and locked).  This was no easy task as Mina had strong, negative associations with the crate due to years of forced entry for veterinary check-ups, weighing and other management needs. Mina’s den in the night house was replaced with her crate.  The trainer captured the behavior by saying “crate” every time she entered the crate.  It took her about one month to enter the crate on command after the behavior was captured. It took almost a year of practice, including closing, locking and opening the door while she was inside, before the behavior was learned in full. Injection training was a less complicated process, although there were some minor issues to deal with along the way.  The first thing that needed to be done was to improve the climbing behavior so that Mina was positioned with her left rear leg pressed against the fence.  Having her climb in the corner of the run was the only way to accomplish this, so the trainer began rewarding her only when she was fully situated there. The day she realized what the trainer was doing, it was as if a light bulb turned on in her head!  It was amazing to see her understand what the trainer wanted from her; she climbed up onto the chain link and scooted her body against the corner of the cage.  It was truly a breakthrough as from this moment forward she consistently performed the behavior correctly and allowed the trainer to begin working on desensitization to the feel of an injection.  Using the end of a pen, the trainer began by lightly touching Mina on the left flank.  While she had no particular response to this, her “Hold” behavior was inconsistent and she began sliding down the fence prematurely. The trainer decided to extinguish that behavior and replace it with a cue for her to climb “down” on command.  This worked magnificently and allowed the trainer to continue desensitizing her to the feel of a pen, syringe tip, blunt needle and finally a sharp needle (Photo 6).  It took a total of six months but on the 11th of August 2011 she was successfully hand injected with a rabies vaccine, using a 19 gauge needle!\r\n\r\n<strong>Challenges and Changes</strong>\r\n\r\nIt took two years of training before Mina consistently performed the injection and crating behaviors, and there were many setbacks along the way.  During the late fall, she went through a natural period of inactivity for approximately two months in which she spent most of the day sleeping.  Her decreased appetite at this time left her with no interest in training. We also experienced problems if we challenged her too much or moved too quickly.  Her frustration was expressed by aggressive vocalizations or refusing to engage in training.  Initially this meant regressing to a more simple behavior and moving forward again in smaller steps, even if this took weeks.  Setbacks like this made it seem as though she was not progressing, especially in the beginning.  However, slowly but surely, we began to see changes in her overall behavior. She started to anticipate training sessions and anytime she heard the door close in the service area, she would immediately wake up and wait for us to let her in for training.  She also began to willingly come inside her night house without the keepers having to use a herding board and her interest in enrichment increased dramatically. Her improved<img class="alignright size-full wp-image-2772" title="mina1" src="http://aecetia.net/gws/aazk/wp-content/uploads/mina1.jpg" alt="mina1" width="600" height="423" />temperament has also helped her in recovering from fearful experiences more quickly.\r\n\r\nBefore training began, any sudden or loud noise would send her frantically into a hiding place, hissing and grunting as she went.  In the initial stages of training this was enough for her to end a session and steps had to be taken to ensure there were as few “surprises” as possible.  Today, though she may still react to an unexpected event, she is able to recover within a matter of seconds and continue with what she was doing.\r\n\r\n<strong>Conclusion</strong>\r\n\r\nMina went from fearful, aggressive and reclusive to a confident…\r\n<div><strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong></div>', 'From Fear to Friend: Building Trust Between Keeper and Animal Through Training', 0, '', 'inherit', 'closed', 'closed', '', '2770-revision-v1', '', '', '2013-10-15 17:49:15', '2013-10-15 22:49:15', '', 2770, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2770-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3180, 1, '2013-10-15 17:49:15', '2013-10-15 22:49:15', 'About the Cover/Information for Contributors<span> </span>\r\n\r\nFrom the President<span> </span>\r\n\r\nThe Scoop<span> </span>\r\n\r\nAn Interview with AAZK Board Member Deana Walz<span> </span>\r\n\r\nComing Events<span> </span>\r\n\r\nNew Members<span> </span>\r\n\r\nCall for Nominations<span> </span>\r\n\r\nManaging a Large Number of Animal Handlers in a Program Animals Setting<span> </span>\r\n\r\nThe Use of Vocal Playback as a Tool for Breeding in Captive Birds<span> </span>\r\n\r\nAsk the Vet<span> </span>\r\n\r\nEnrichment Options: Evaluating the Effectiveness of the Behavioural Enrichment Plan for 2.2 Ring-Tailed Lemurs (<em>Lemur catta</em>) at the Toronto Zoo<span> </span>\r\n\r\nTraining Tales: From Fear to Friend: Building Trust Between Keeper and Animal Through Training<span> </span>\r\n\r\nConservation Station: Local Organic Farming Conserves and Enriches Everybody', 'February 2013', 0, '', 'inherit', 'closed', 'closed', '', '2768-revision-v1', '', '', '2013-10-15 17:49:15', '2013-10-15 22:49:15', '', 2768, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2768-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3181, 1, '2013-10-15 17:49:15', '2013-10-15 22:49:15', '<em>Carolina Segarra, Animal Conservation &amp; Research Intern\r\nAshley Yates, Animal Keeper III\r\nPalm Beach Zoo\r\nWest Palm Beach, Florida</em>\r\n\r\n<strong>Introduction/Background: </strong>\r\n\r\nThe North American river otter (<em>Lontra canadensis</em>) is an animal that can be found in numerous zoos and aquariums around North America and is a popular exhibit with guests. In the past, this species of otter was distributed from Canada to Mexico and though they once inhabited most of the major waterways in this region, they are now almost exclusively found in Canada, Alaska, California, and along the East coast. The drastic reduction in their numbers is due to the popular sport of hunting them for their fur back in the mid 1900’s (AZA, 2009). Where found in the wild, they usually stay near a water source including freshwater and coastal marine habitats where food is abundant. This species of otter can survive in rivers, lakes, marshes, swamps, and even estuaries. These otters can also tolerate a variety of environments, including both cold and warm latitudes as well as high elevations which allow them to adapt to most captive settings (Dewey &amp; Ellis, 2003). Usually solitary, males and females will socialize during mating season in late winter through early spring. If successful impregnation occurs, the mother will raise the pups in a den. Despite the fact that this species of otter is usually solitary, males have been found to form large groups of eight or more individuals in environments where resources are abundant (World Association of Zoos and Aquariums, n.d.). These large groups have been placed and managed successfully in zoos and aquariums and show the species’ adaptability (AZA, 2009). This study will focus on two separated pairs of otters (1.3) at the Palm Beach Zoo and the effect certain environmental factors have on their interaction with enrichment items and impact on stereotypical behaviors. The otters were categorized as a mating pair (Sully and Rudder) and a female sibling pair (Thelma and Louise). Because otters are semi-aquatic, they vary the time they spend on land and in water and therefore this study will compare the same enrichment items in a mostly aquatic habitat versus a mostly terrestrial habitat to see how each area affects the use of each enrichment item. The goals of this study are to correlate specific factors that will help identify which type of enrichment is most effective and the areas they will be better used in to help decrease abnormal behaviors which could then lead to better welfare for these animals.<img class="alignright size-full wp-image-2717" title="71" src="http://aecetia.net/gws/aazk/wp-content/uploads/71.jpg" alt="71" width="444" height="364" />\r\n\r\n<strong>Materials and Methods:</strong>\r\n\r\nThe materials used in this study were a time source (one-minute stop watch, cell-phone or wrist watch) and the observational sheet for recording data.  The enrichment methods that were studied were provided by the keeper, Ashley Yates, who also had the decision of choosing how complex each enrichment would be. A schedule was developed so the otters would get an enrichment method they’ve previously received (labeled “old”) as the control, one day and then an enrichment method that they’d never received, (labeled “new”) the day following each study session for comparison. Each session was over a span of two weeks where the otters received the same old enrichment method in their respective habitat one day, the new enrichment method in that same habitat the next day, and then the following week be given the old enrichment in the opposite habitat and new enrichment in that same habitat the day after. Every two weeks the session was repeated with the next set of enrichments scheduled. During each of the study days, the behaviors were observed in the morning (8:00 AM - 11:30 AM), mid-day (11:31 AM – 1:30 PM) and afternoon (1:31 PM – 4:00 PM) for each pair of otters in their respective habitats. This study took eight weeks, during which a total of four enrichment setups were studied and each otter was observed a total of 720 times…\r\n\r\n<strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong>', 'The Influence Habitat Type and Environmental Enrichments have on the Stereotypic Behaviors of North American River Otters', 0, '', 'inherit', 'closed', 'closed', '', '2714-revision-v1', '', '', '2013-10-15 17:49:15', '2013-10-15 22:49:15', '', 2714, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2714-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3182, 1, '2013-10-15 17:49:16', '2013-10-15 22:49:16', 'About the Cover/Information for Contributors<span> </span>\r\n\r\nFrom the President<span> </span>\r\n\r\nComing Events<span> </span>\r\n\r\nNew Members<span> </span>\r\n\r\nCall for Papers<span> </span>\r\n\r\nAAZK National Conference Recap<span> </span>\r\n\r\nAAZK Board of Directors Call for Nominations<span> </span>\r\n\r\nInternational Congress of Zoo Keepers: Singapore 2012<span> </span>\r\n\r\nThe Influence Habitat Type and Environmental Enrichments Have on the Stereotypic Behaviors of North American River Otters<span> </span>\r\n\r\nTrees for You and Me<span> </span>\r\n\r\nEnrichment Options: Flying Fox Artists at Work<span> </span>\r\n\r\nLion Fun Days; Conservation Connects Mozambique to Texas<span> </span>\r\n\r\nMy AAZK: A Tale of How This Zoo Keeper Attended an AAZK/AZA Class…FOR FREE!<span> </span>\r\n\r\nTraining Tales: Using Training as a Distraction to Ensure a Low-Stress Knockdown on a Sloth Bear\r\n\r\nAnimal Keepers’ Forum 2012 Index', 'January 2013', 0, '', 'inherit', 'closed', 'closed', '', '2709-revision-v1', '', '', '2013-10-15 17:49:16', '2013-10-15 22:49:16', '', 2709, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2709-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3183, 1, '2013-10-15 17:49:16', '2013-10-15 22:49:16', '<em>By\r\nCaitlin Capistron\r\nAnimal Keeper I\r\nHonolulu Zoo, Honolulu, HI</em>\r\n\r\n<strong> Introduction and Background</strong>\r\n\r\nFoot problems are a relatively common occurrence in captive rhinoceros, and while vertical nail cracks can resolve on their own, intervention can decrease the healing time, prevent further problems from developing, and provide for a positive training interaction for the animal (Jacobsen, 2002).\r\n\r\nThe Honolulu Zoo houses 1.1 black rhinoceros and recently housed 1.0 white rhinoceros (<em>Ceratotherium simum</em>). The black rhinoceroses are exhibited together year-round in a 1,022 square meter [11,000 square foot] compact dirt yard, and were housed separately overnight in 56 square meter [600 square foot] barns with concrete flooring.  The white rhinoceros was exhibited in a 3,057 square meter [32,900 square foot] compact dirt mixed-species exhibit with 2.2 reticulated giraffe (<em>Giraffa camelopardalis</em>) and 1.1 Grant’s zebra (<em>Equus burchelli</em>), and had access overnight to a 53 square meter [570 square foot] barn with concrete flooring, a 73 square meter [780 square foot] pen with compact dirt, and the exhibit.\r\n\r\nSince acquisition of the male black rhino, Corky, in 1999, he has had periodic foot problems, specifically vertical cracking of the lateral nails. Foot problems have not been noted in the female black rhino, Satsuki, or the male white rhino, Kruger. Treatment of Corky’s feet was opportunistic at best, and involved application of antiseptic solutions. Nail cracks would appear to grow out, though reoccur frequently. When cracks occurred again in June 2010 on the lateral nails of Corky’s front right and rear left feet, the splitting was more extensive, and extended the full length of the nails up to the coronary band (see Photos 1 &amp; 2). Honolulu Zoo Veterinarian Dr. Ben Okimoto consulted with veterinary staff at the White Oak Conservation Center, San Diego Wild Animal Park, and St. Louis Zoo to determine a treatment plan.\r\n\r\n<img class="size-full wp-image-2658 alignleft" title="rhino_feet" src="http://aecetia.net/gws/aazk/wp-content/uploads/rhino_feet.jpg" alt="rhino_feet" width="700" height="282" />\r\n\r\nIt was hypothesized that a primary reason that Corky was experiencing foot problems, and the other rhinos were not, was related to Corky’s overnight housing. In contrast to our other two rhinos, Corky defecated in his barn then appeared to pace in his barn overnight, thereby covering his feet in wet fecal matter. Nail cracks can develop when the natural waterproof layer of the hooves (periople) is disrupted by excess moisture or dryness. We believe that excess moisture, in combination with a thinning of the nail walls caused by lying on concrete and compact dirt surfaces, compromised Corky’s nails. Mineral deficiencies were also considered, but because Corky was not yet trained to accept voluntary blood draws, we were unable to pursue this possibility in the short-term.\r\n\r\n<strong>Husbandry and Treatment</strong>\r\n\r\nStarting in November 2010, Corky’s overnight routine was changed. He was given access to one 28 square meter [300 square foot] barn stall, but rather than locking him into the barn, he was given overnight access to the exhibit yard and a 40 square meter [485 square foot] pen with compact sand. It was noted immediately that not only was Corky not pacing overnight in fecal matter in the barn, but also he was calmer overall.\r\n\r\nFor all foot treatments, a minimum of two people was utilized. Usually, a volunteer focused on feeding Corky his daily produce ration while a keeper worked on Corky’s nails. In most cases a third person, usually a volunteer, fed Satsuki at some distance from Corky and attempted to keep her from interrupting with Corky’s treatment. Our set-up to work with the black rhinos consisted of nine meters [30 feet] of vertical bars placed about 0.2 meter [nine inches] apart at the rear of the exhibit (see Photo 3). While we had some success with stationing Satsuki perpendicular to the bars at one end and stationing Corky parallel to the bars at the other end, this arrangement required the rhinos to be in close proximity to one another. Additionally, in order to access both sides of Corky, he was required to turn around and reposition, and brought him in even closer proximity to Satsuki. This often resulted in Satsuki bullying Corky away from the area to monopolize treats and attention. To address this issue, the decision was made to repair a door to a four square meter [41 square feet] chute that up until this point had not been utilized by rhino keeper staff. Once the chute door was repaired, Corky could then enter the chute from the rear of the exhibit, and a set of vertical bars placed 0.3 meter [one foot] apart on both sides would allow staff to access both sides of Corky’s body (see Photo 4). Additionally, since there was no need for Corky to reposition and be near Satsuki, it reduced negative interactions with Satsuki and the overall time the treatment took. While Corky was nervous at first to enter the chute, staff was careful to work at Corky’s pace and keep his experience with the chute a positive one. Once Corky was comfortable entering and stationing calmly in the chute, one person fed Satsuki at one end of the exhibit bars while another two people worked with Corky positioned in the chute.\r\n\r\nOur foot care routine consisted of cleaning the nail cracks at least once daily: rinsing any mud and fecal matter off with water, then flushing the crack with hydrogen peroxide, then flushing the crack with Nolvasan®, then applying Betadine® to the crack and surrounding area. Approximately every two weeks, or as staff time allowed, corrective trimming was used to relieve pressure on the crack and to facilitate its correct growth. Fortunately, one of our Mammal Department supervisors…\r\n<div><strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong></div>', 'Successful Treatment of Nail Cracks for a Black Rhinoceros (Diceros bicornis)', 0, '', 'inherit', 'closed', 'closed', '', '2657-revision-v1', '', '', '2013-10-15 17:49:16', '2013-10-15 22:49:16', '', 2657, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2657-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3184, 1, '2013-10-15 17:49:16', '2013-10-15 22:49:16', '<p style="text-align: center;"><img class="aligncenter size-full wp-image-378" title="training_tails" src="http://aecetia.net/gws/aazk/wp-content/uploads/header_training_tails.jpg" alt="training_tails" width="317" height="68" /></p>\r\n\r\n<em>By\r\nDara Girsch, African Animal Keeper\r\nThe Living Desert Zoo &amp; Gardens\r\nPalm Desert, CA</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nFor several years, “Frasier,” a 1.0 East African Crowned Crane (<em>Balearica regulorum</em>), has exhibited frequent aggression towards his keepers. These displays would often culminate in Frasier injuring a keeper or himself. The previous method for managing these behaviors was to bring in a tool for protection or restrain Frasier and place him in a holding area. Neither of these methods was especially effective, as Frasier would attack the tool relentlessly or increase the intensity of aggression upon release from holding areas.\r\n\r\nI set out, with a team of two additional keepers, to train Frasier to target to a laser pointer as a method of focusing his attention away from keepers and reduce the number of threatening displays. This became a transition to a routine shifting behavior into a holding area, taking a previously negative situation and positively reinforcing his time in holding. These initial behaviors, coupled with a newfound working relationship between Frasier and myself, led to the ability to begin desensitization and to train station behavior.\r\n\r\n<strong>Process</strong>\r\n\r\nEstablishing the intended behavior of targeting to the laser pointer (Figure 1) was accomplished using basic positive reinforcement techniques. A notable step in eliciting this behavior was to take a step back, literally. When training first began, I was standing directly at the exhibit perimeter. Because male cranes are highly territorial (Ellis et al., 1996), my position at the fence was likely instigating his aggression and his attention was on me, not the laser point. When I began training from several feet away, he instantly focused his attention towards the laser. Researching specifics of crane behavior and accounting for Frasier’s personality allowed me to adapt training methods to his ability, giving a greater probability for success.\r\n\r\nSeveral different colors of lasers were tested to see if Frasier responded more to a certain color. Birds have been hypothesized to see twice as many colors as humans throughout the spectrum, and Gruiformes are known to be able to see into the violet range of wavelengths, down to 406 nm (Odeen and Hastad, 2003). A purple laser (wavelength = 405nm, 5mW) was tested, as well as green (wavelength = 532nm, 5 mW), red-orange (wavelength = 735nm, 5mW) and red (wavelength = 650nm, 5mW). Frasier targeted equally well to all of the colors. The green laser was chosen because it was the brightest for the trainer to see in daylight, to ensure that the trainer knew where it was pointed. In the future, laser colors can be used interchangeably to stimulate visual acuity and sustain novelty.\r\n\r\nThe location of the training sessions was kept consistent, a shady area on exhibit where the laser could most easily be seen, for Frasier and the trainer. Also taken into consideration was the fact that this section of the exhibit was not frequented by keepers, so it could be recognized specifically as a training area.  To begin, with the trainer kneeling several feet away (at a pre-determined point, kept consistent) so as to be non-threatening, the laser was pointed approximately a foot away from Frasier’s’ feet on either side. Once he pecked at it, the laser was immediately turned off as the bridge, a verbal ‘good,’ was given. Frasier was then tossed his reinforcement (crickets or mealworms) through the fence.\r\n\r\nSix weeks were spent gathering initial data: the number of times Frasier targeted per session and the number of aggressive displays he exhibited during each session. The aggressive behavior under scrutiny was the “ruffle-bow,” a low level threat display, “in which the crane elevates its feathers and slowly, at first, ruffles its plumage until at length the whole body is rapidly shaking” (Ellis et al., 1996). Training sessions were kept very short – under a minute. Frasier was required to target to the laser in less than ten seconds, with five attempts per session. This was to accomplish the desired targeting behavior before any frustration or diverted attention could occur that would lead to belligerent behaviors.\r\n\r\nThere was a wide discrepancy in the consistency of executing the targeting behavior between each of the trainers.  Frasier targeted during 100% of the attempts with his primary trainer, and exhibited very few aggressive behaviors – an average of 0.1 aggressive occurrences per session over the six week period. For the second trainer, he targeted during 98% of the attempts, but exhibited the ‘ruffle-bow’ display during every session. For the third trainer, Frasier again showed little aggression but successfully targeted less than 50% of the time. It was known before training began that the levels of aggression from Frasier varied greatly for each trainer, regardless of the situational circumstances. The behaviors and their frequency towards each trainer mirrored those observed during everyday servicing of the exhibit.\r\n\r\nBecause of the variation in successful training and aggression, it was decided that in order to effectively eliminate Frasier’s aggression from affecting keepers, he should be trained to shift into a holding area.\r\n\r\nThe original method for shifting was simply for Frasier to follow the laser point into a designated holding area. Frasier had shown in training sessions (after the initial data were collected) that he would follow the laser point several feet in any direction when the trainer was stationary.  However, he would not follow the laser from across the exhibit; he needed to be directly in front of the trainer before he would initiate targeting.\r\n\r\nThe first several attempts at shifting using a laser pointer (primary trainer only) showed that Frasier would not follow the laser through a doorway. Because he would not<img class="alignright size-large wp-image-2651" title="crane1" src="http://aecetia.net/gws/aazk/wp-content/uploads/crane1-588x1024.jpg" alt="crane1" width="411" height="716" /> complete the shifting behavior using the laser as the only cue, several others were attempted. Frasier responded very well to a variety of sensory cues – calling his name, tapping, walking through holding areas, facing him, walking ahead of him. In retrospect, successive approximations could have been used to shift Frasier into the holding area using only the laser. However, the time lapse between the failed attempt to shift with the laser and successfully using other cues was only one day. Once inside, he could be positively reinforced with insects or his normal diet by performing the original target behavior with the laser pointer. He performed the shifting behavior equally well for each of the trainers. While release from holding areas still caused an elevated amount of excited behaviors, immediate aggression upon release was not seen. When training for the shifting behavior began, Frasier proved that the simplest method would not be the most effective. In actuality, various other sensory cues (auditory and visual) became the primary training tools, while the laser became obsolete for the shifting behavior.\r\n\r\nBecause all of the previous training was carried out with a barrier between Frasier and me, desensitization to human contact required…\r\n\r\n<strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong>', 'Behavioral Management of a 1.0 East African Crowned Crane (Balearica regulorum) Through Laser Pointer Training', 0, '', 'inherit', 'closed', 'closed', '', '2649-revision-v1', '', '', '2013-10-15 17:49:16', '2013-10-15 22:49:16', '', 2649, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2649-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3185, 1, '2013-10-15 17:49:16', '2013-10-15 22:49:16', 'About the Cover/Information for Contributors\r\n\r\nFrom the President\r\n\r\nComing Events\r\n\r\nNew Members\r\n\r\nCall for Papers\r\n\r\nPangolin Poachers Arrested\r\n\r\nAAZK Board of Directors Call for Nominations\r\n\r\nSuccessful Treatment of Nail Cracks for a Black Rhinoceros\r\n\r\nA Funny Thing Happened on the Way to the Zoo\r\n\r\nPreventing Injuries Involving Electrical Cords Near Animal Pens\r\n\r\nMy AAZK: International Turtle Conservation\r\n\r\nMy AAZK: AAZK Conferences, Fostering the Wonder Within\r\n\r\nTraining Tales: Behavioral Management of a 1.0 East African Crowned Crane\r\n\r\nRemembering John Stephan Romo', 'December 2012', 0, '', 'inherit', 'closed', 'closed', '', '2646-revision-v1', '', '', '2013-10-15 17:49:16', '2013-10-15 22:49:16', '', 2646, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2646-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3186, 1, '2013-10-15 17:49:16', '2013-10-15 22:49:16', '<img class="aligncenter size-medium wp-image-378" title="training_tails" src="http://aecetia.net/gws/aazk/wp-content/uploads/header_training_tails-300x64.jpg" alt="training_tails" width="300" height="64" />\r\n\r\n<em>By</em>\r\n<em>Mylisa A. Whipple, Primate Keeper</em>\r\n<em>Saint Louis Zoo</em>\r\n<em>Saint Louis, Missouri</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nIt can be a challenge to treat any animal that is diagnosed as a diabetic, and non-human primates are no exception.   Treatment can be constrained by a variety of factors such as the environment, social situations, and the personality and temperament of the individual being treated, just to name a few. Every situation is different, and every animal is different.  But across the board, two of the most important things required to successfully treat that animal are to have a well thought out, but flexible training plan and to keep an open line of communication between all the people that are involved in the care and management of that animal including, keepers, veterinary staff, and nutrition staff.\r\n\r\nIn the past few years, keepers at the Saint Louis Zoo have been involved in the training and treatment of two different monkeys, both diagnosed with diabetes.  Though they were different species and their situations and personalities were also quite different, a similar approach was used to treat both of them.  The same flexible shaping plan was even adapted to train them both in order to better treat their diabetes.\r\n\r\n<strong>Case 1: Bozo</strong>\r\n\r\nIn 2005, the Saint Louis Zoo housed 1.4 Hamadryas baboons (<em>Papio hamadryas</em>).  The male, named Bozo, was diagnosed with diabetes.  Keepers had observed Bozo showing signs of weakness when he walked, noticed sticky urine on the floors of the baboon enclosure, and observed the female baboons lapping up puddles of Bozo’s apparently sweet urine.  These observations suggested that something was going on with Bozo’s health and ultimately led to the veterinary work-up that resulted in this diagnosis.  In collaboration with the zoo’s veterinarians and nutritionist, Bozo’s diabetes was originally managed using oral medication and diet.  In order to test his glucose level, Bozo was trained to urinate on cue so that glucose levels could be tested in a sample of his urine.  The shaping plan for this required a keeper to observe Bozo until he urinated and then the behavior was captured using a whistle as a bridge the instant he started to urinate.  He was immediately rewarded with a jackpot item (preferred food item) and the verbal praise, “Good Pee.”  After initially capturing this, the training progressed to calling him into his holding cages and using the verbal cue “Bozo, Pee.” After giving the verbal cue, he was then observed until he urinated, which was then followed immediately with the bridge, a jackpot item, and the verbal praise, “Good Pee.”  Eventually, Bozo made the connection and would visibly try to urinate once he heard the verbal cue “Bozo, Pee.”  The success of this training allowed for regular testing of glucose levels in his urine.\r\n\r\nBased on the progression of Bozo’s symptoms, the veterinarians decided that Bozo needed to start receiving insulin injections in order to manage his diabetes.  Because he was not injection trained, he initially had to be darted with insulin daily.  Injection training of Bozo was started so that he would not have to continue to undergo the stress of being darted for any longer than necessary.\r\n\r\nA squeeze cage was custom built by one of the Zoo’s welders to use for this training.  It was installed as a permanent part of one of the baboons’ holding cages.  The outer dimensions of the squeeze cage were 92 cm in width, 104 cm in height, and 64 cm in depth.   It was composed of a metal\r\n\r\nframe with the front wall, back wall, and ceiling made out of metal chain link fencing material similar to that of the front wall of the existing holding cage.  It had two aluminum doors that could be completely removed when not needed.  The squeeze mechanism was a movable plexi-glass wall with a metal frame that could be pulled using a handle by a keeper from outside of the cage and could be locked into place as needed.\r\n\r\nThe author became Bozo’s primary trainer and was charged with developing a shaping plan that would include squeeze cage-training and injection-training.  After researching examples of squeeze cage and injection-training shaping plans from other institutions and getting advice from other animal trainers, a shaping plan was developed that would work best for the situation and included multiple options that could be used depending on how the training was progressing.\r\n\r\nOnce the shaping plan was approved, Bozo’s training started. The shaping plan included an acclimation period, followed by several training options for how the squeeze cage could be used during the training.  Depending on how training progressed, one or more of these options could be skipped. The first option was to use the squeeze cage as a narrowing tunnel or chute in which the space that he was asked to enter was simply narrowed each time prior to him entering it, until his hip and callosity were close enough to the front wall to begin injection training.  The second option was to be used if he did not want to stay in the narrowed cage for longer periods without being closed in. This option included working towards closing the doors of the squeeze cage on both sides of him. First he would be trained to allow one door to close and then the second door would be added in.  The third option was to be used if the hip and callosity were still not close enough to the front wall. In this third option the training would involve actually working towards using the squeeze mechanism to “squeeze” Bozo into the position needed for the next step of his training. Once proper positioning of Bozo’s hip and callosity was achieved, the final step in the shaping plan, injection-training, would follow.  The injection-training portion consisted of several steps including desensitizing him to the presence of a syringe, touching him with a capped syringe, touching him with needle, poking him with the needle, and then injecting him with saline (in place of insulin).\r\n\r\nThe first step in the training plan, to acclimate the baboon group to the squeeze cage, began in mid-July, 2007. In Bozo’s case, the second and third options of the shaping plan were never needed, and the training process went rather quickly. By the end of August, Bozo was accepting hand injections of insulin.\r\n\r\nUp to this point, the squeeze cage and injection-training was only used to give Bozo his insulin injections.  Urine-training was the method being used to obtain glucose measurements.  However, Bozo began to have trouble with the urine-training (he was having difficulty urinating on cue even though he was clearly trying).  Because of this and the lack of accuracy with urine glucose tests it was decided that his squeeze cage-training could also be used to obtain blood samples for blood glucose testing.  This method of sampling would be a more accurate measurement of his glucose levels.  Blood samples were obtained by using a needle to lance the skin of his callosity and then testing a drop of his blood with a blood glucose meter.  Unfortunately, the test strip of the blood glucose meter was too short to reach the drop of blood on his skin, so the blood drop had to be collected on the plastic sleeve of the syringe in order to be tested.  By the end of September, his blood glucose was successfully tested using this method.  At the beginning of October, these behaviors were transferred to secondary trainers.\r\n\r\nBozo’s training was a success for both the trainers and for Bozo, in that it made it easier to treat his diabetes.  As mentioned earlier, the animal’s situation and personality<img class="alignright size-medium wp-image-2629" title="insulin_inject" src="http://aecetia.net/gws/aazk/wp-content/uploads/insulin_inject-300x262.jpg" alt="insulin_inject" width="300" height="262" /> can affect how its training progresses.  Fortunately, Bozo was the dominant animal in his group, he was already comfortable being separated from the girls for short periods of time, and he was a highly food-motivated individual.  Because he was a diabetic, the typical rewards we used for him that were nutritionist-approved included the limited fruit from his diet and a small amount of mixed nuts or peanuts.  Some sugar-free treats were tried as jackpot reward items, but Bozo did not like them so the fruit portion of his diet was used as his jackpot items.  Because Bozo was eager to train for these items, his training progressed even more smoothly.\r\n\r\nIn March 2008, Bozo started showing signs of weakness in that he was having trouble walking.  He was immobilized for blood work and given fluids.  In order to prevent him from having to be immobilized for fluids daily, attempts were made to give Bozo fluids subcutaneously using his trained squeeze cage behavior.  The plan was to have a veterinary technician and one of Bozo’s trainers work together to get him into his normal training position and then administer the fluids subcutaneously.  Bozo was amazing and allowed fluids to be given in this manner for several days.  Unfortunately, despite these efforts Bozo’s health continued to decline and it was decided that Bozo should be humanely euthanized on April 15th, 2008.  Because Bozo had been an amazing animal that loved to train, he accepted an injection for anesthesia in the squeeze cage just as if he was being trained for his insulin.\r\n\r\nIt was not stressful at all, but rather calm and normal for him.  Once anesthetized, the veterinarian was able to humanely euthanize him.  The training program had successfully prolonged and improved his quality of life.\r\n\r\n<strong>Case 2: Ike</strong>\r\n\r\nThe 4.0 lion-tailed macaques (<em>Macaca silenus</em>) housed at the Saint Louis Zoo were moved to the exhibit that once housed the baboons in January 2011.  Because they were an aging group and the squeeze cage was located in one of their holding cages, the squeeze mechanism would be a valuable tool in helping with future medical procedures.  Acclimation to the squeeze cage began in March with the goal of working towards injection training each of the macaques.\r\n\r\nThe shaping plan from Bozo’s training was easily adapted for this new training endeavor.  However, one of the lion-tailed macaques, Ike, was diagnosed as a diabetic in May. The keepers had noticed sticky, dried urine on the exhibit floor.  A urine sample from Ike was tested with a urine glucose test strip and the results showed high glucose values.  The diagnosis of diabetes followed a veterinary work up.  As with Bozo, it was decided to try and treat Ike using oral medication and diet first.  It also became a priority to get him squeeze cage and injection-trained to help with his treatment.\r\n\r\nIke was already used to being separated from the other members of his group and because of the training that was already started he was used to entering the squeeze cage at a fairly narrow width.  From this point, training continued following the same shaping plan that had been used with Bozo in the past.\r\n\r\nIke’s shaping plan once again included several options for how the squeeze cage could be used during the training, and these options could be taken or skipped depending on how the training progressed.  Starting with the first option, Ike was asked to enter the cage at narrowing depths until it was as narrow as it could be, yet still allow him to enter the squeeze cage comfortably.  However, because Ike’s hips are much narrower than that of a baboon, both the second and the third options in the training plan had to be used.\r\n\r\nThe second option included steps working towards closing Ike into the squeeze cage.  The steps involved putting the doors back on the cage, then working towards closing one door while he was in the cage, then closing both doors while he was in the cage, and finally lengthening the amount of time he was closed in the cage.  The third option included steps working towards actually squeezing the cage down so that his hip and callosity area could be easily reached by the trainer for both lancing and injections.  The steps for this included getting Ike used to the movement of the squeeze mechanism by narrowing the area he was in by small increments, and lengthening the time he was “squeezed.”  Once Ike was desensitized to the squeeze and his body in the correct position, progress could be made towards the final steps in the shaping plan.  This included lancing/injection-training for both blood glucose testing and insulin injections.\r\n\r\nBy the end of September, Ike allowed his blood glucose to be tested.  By mid-October, he was reliably allowing his blood glucose to be tested daily.  This allowed for a secondary trainer to be trained to obtain blood glucose measurements from Ike as well.  By mid-November Ike was accepting injections with saline (in place of insulin).  This behavior was transferred to the secondary trainer and soon after, other primate keepers were trained to be secondary trainers as well.  It was important that several keepers were able to train Ike so that blood glucose measurements could be taken daily and that injections could be done daily if needed in the future.  Because of the importance of consistency in training, a protocol was written that included the steps to Ike’s training, the schedule for his daily training and medications, and any other important information regarding his treatment and training.  This protocol was posted near the squeeze cage so that it could be easily referred to and updated as needed.\r\n\r\nAs with Bozo, Ike’s situation, personality, and preferences were added components that had to be considered when planning his training.  Ike was the second most dominant animal in his group and unlike Bozo he was not as trusting of keepers.  But like Bozo, he was a food-motivated individual.  Another difference between Bozo and Ike was that Ike liked sugar free treats, so his nutritionist-approved rewards for training consisted of a small amount of peanuts, the fruit from his diet, and sugar free jack pot items including red licorice, Hershey’s York Peppermint Patties® and a variety of flavors of sugar-free powder drinks.\r\n\r\nA further complication that did not occur with Bozo was that Ike started developing cataracts, which occurred after he had already been training for some time.  Training had to be adjusted slightly for this because the cataract in his right eye was worse than in his left.  It seemed that Ike preferred to have his left side facing the trainer during training sessions.\r\n\r\nAt the present time, Ike’s diabetes has been managed with diet and oral medication.  But, if Ike ever needs to start receiving insulin injections, it can be done right away because he has already been injection-trained.  The keeper staff keeps track of…\r\n\r\n<strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong>', 'Using Training to Help Treat Diabetes in Non-human Primates: The Importance of a Flexible Shaping Plan and Good Communication for Training Success.', 0, '', 'inherit', 'closed', 'closed', '', '2628-revision-v1', '', '', '2013-10-15 17:49:16', '2013-10-15 22:49:16', '', 2628, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2628-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3187, 1, '2013-10-15 17:49:16', '2013-10-15 22:49:16', 'About the Cover/Information for Contributors<span> </span>\r\n\r\nFrom the President<span> </span>\r\n\r\nComing Events\r\n\r\nNew Members<span> </span>\r\n\r\nCall for Papers<span> </span>498\r\n\r\nDiabetes Mellitus in Zoos<span> </span>\r\n\r\nAAZK Board of Directors Call for Nominations<span> </span>\r\n\r\nManagement of a Diabetic Golden-Bellied Mangabey<span> </span>\r\n\r\nSuccessful Management of a Diabetic Kinkajou<span> </span>\r\n\r\nTraining Tales: Helping Treat Diabetes in Non-human Primates<span> </span>\r\n\r\nDiabetes Management in a Troop of Ring-tailed Lemurs<span> </span>\r\n\r\nUse of Voluntary Restraint for Glucose Testing and Insulin Therapy <span> </span>\r\n\r\nResearch in Practice<span> </span>\r\n\r\nConservation Station', 'November 2012', 0, '', 'inherit', 'closed', 'closed', '', '2622-revision-v1', '', '', '2013-10-15 17:49:16', '2013-10-15 22:49:16', '', 2622, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2622-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3188, 1, '2013-10-15 17:49:16', '2013-10-15 22:49:16', '<strong><em>Hey Doc!  What exactly is “lumpy jaw” and what can I do about it as a keeper?  ─ Animal Keeper, Great Lakes Region </em></strong>\r\n\r\n“Lumpy Jaw” is a complex, infectious process that often results in debilitation and death. It is primarily encountered in macropods and antelope. There are multiple factors involved in its genesis; if there were only one or two, it surely would have been eliminated long ago. Despite significant work on it over the last 40 years, it remains one of the most common problems of macropods and certain antelope in captivity. It is by no means an easy problem to conquer.\r\n\r\n“Lumpy Jaw” gets its name from its gross, physical appearance of jaw swelling, specifically either nodular or multi-nodular bony and/or soft tissue growth (as opposed to “bottle jaw” which denotes sub-mandibular edema, which also causes swelling but has entirely different causes and treatments) which contain numbers of heavily encapsulated, necrotic areas.6,7,14 It is also sometimes called necrobacillosis, because of the common involvement of <em>Fusobacterium necrophorum</em> (formerly <em>Sphaerophorus necrophorus</em>) and <em>Bacteriodes sp.</em> bacteria in the lesions.4,6,14  <img class="alignright size-medium wp-image-2592" title="kangaroo1" src="http://aecetia.net/gws/aazk/wp-content/uploads/kangaroo1-300x275.jpg" alt="kangaroo1" width="300" height="275" />\r\n\r\nThis syndrome (a constellation of clinical signs which can have multiple different causes) can develop secondary to several different inciting events.  Clinical signs often begin before the classic “lumpy jaw” swellings are even noticeable. Often an observant animal keeper will notice a decrease in feeding, dropping of feed, chewing only on one side of the mouth, or excessive salivation.13 Closer examination of the mouth by either the animal keepers or the veterinarian may reveal the typical foul aroma of necrotic tissue.\r\n\r\nThere are multiple bacteria that commonly infect both the soft-tissue and the bone of animals with “lumpy jaw.” Although any common oral bacteria may infect the tissue, most frequently there are anaerobes, or micro-aerophilic bacteria such as Fusobacterium necrophorum, Bacteroides sp., Nocardia asteroides, Actinomyces bovis, and <em>Nocardia macropodidarium</em>.2,6,7,8, 10, 14   In hoofed animals, <em>Actinomyces pyogenes</em> (formerly <em>Corynebacterium pyogenes</em>) is the most common organism. Secondary invaders are often <em>Pseudomonas sp</em>., <em>Proteus sp.</em>, and <em>Staph. sp.</em> 7 These organisms vary widely in their antibiotic susceptibility; often combinations of two antibiotics are necessary to provide coverage against the different species causing the infection. However, despite the most sophisticated and proactive clinical therapy, treatment failures and eventual euthanasia are common.\r\n\r\nClinically, a thorough physical exam and dental radiographs (often lateral oblique films are most informative) will often indicate the exact type of “lumpy jaw” and possibly its origin. It can present in many forms. Often, in kangaroos and wallabies, apical abscess will develop at the tip of the root of the lower incisors. This is usually, but not always, the result of wear or breakage of the distal tips of the incisors, leading to pulp exposure, infection, and subsequent abscessation. However, sometimes dental calculus buildup on the incisors will lead to periodontal disease and infection of the soft tissues surrounding the teeth, eventually spreading into the bone of the mandible as well.\r\n\r\nSometimes, on oral exam it will be obvious that there was a puncture wound of the gingiva, leading to local abscess formation, and eventually infection of the bone. Indeed, sometimes plant matter is found impacted in them.6  On other occasions, dental calculus building up around the gumline will be the obvious cause of periodontal disease, and subsequent infection of the soft tissues and eventually osteomyelitis of the jaw. Indeed, in most cases “lumpy jaw” usually begins periodontally.14 Draining tracts can be cultured to determine the organisms involved, and both an aerobic and anaerobic culture should be performed.  Often, the pre-molars are the first to become infected.  Indeed, clinically, it often appears that the infection is secondary to the pre-molars not being shed normally with age, as is seen in nature. 3,9  These infections surrounding loose pre-molars are the easiest to treat, responding well to extraction and broad-spectrum antibiotic therapy.\r\n\r\nIn artiodactyls, infection of the bone with draining sub-mandibular tracts is often seen. Extraction, in combination with broad-spectrum antibiotic therapy, can be curative, or at least allow for stabilization of the patient while the osteomyelitis is combated with long-term antibiotic therapy. An alternative to dental extraction, establishment of drainage, regular flushing with antimicrobial solutions, antibiotic therapy, and apicoectomy and retrograde endodontics and filling of the tooth roots has been proposed;6 however, even these sophisticated methods are often unsuccessful.  Chronic,  inflammation from “lumpy jaw” has been implicated in the development of reactive amyloidosis in some hoofed animals.12\r\n\r\nOver the last 40 years, there have been at least two different methods of dietary management attempted. The first was to eliminate any sort of tough material in the diet, which might cause gingival puncture and subsequent infection;11,13,14 These animals were often fed many kinds of soft foods. Another method of dietary management was to increase browse and provide as much good-quality forage (either high quality grass hay or alfalfa) to allow for as much gingival stimulation and natural  “flossing” of the teeth as  possible, and to contribute to normal shedding of premolars. 2,4,9 As one author put it, “diet should be fibrous enough to maintain good oral health, so that accumulation of dental calculus is minimal, and the gums remain firm, but not so coarse as to damage the oral mucosa.” 4\r\n\r\nMy personal clinical experience, as well as epidemiological evidence gathered in the late 1970’s,11 supports the value of good quality forage and fibrous browse in <img class="alignleft size-medium wp-image-2593" title="wallaby" src="http://aecetia.net/gws/aazk/wp-content/uploads/wallaby-274x300.jpg" alt="wallaby" width="274" height="300" />reducing the incidence of lumpy jaw. While both groups of animals (those on only soft foods and those fed mostly forage and browse) did develop dental infections, my “clinical impression” is that the animals on a strictly “soft food” diet developed it at a younger age. Thus, kangaroos and wallabies on soft diets were developing it at five or six years of age, whereas those on browse and high quality forage would get it at eight or nine years of age.\r\n\r\nIn addition to diet, many clinicians believe that crowding, and subsequent fecal contamination of the paddock contributes to high bacteria counts on the food, and subsequently a higher incidence of infection.2,4,10,13 Therefore, many veterinarians recommend reducing crowding and making efforts to reduce fecal contamination of the paddock.1,2,10 Tractors fitted with commercial vacuum devices to remove fecal pellets from fields, as have been used to facilitate parasite control in other species, would seem to have utility in this regard, as would feeding from hay-racks or bowls rather than off the ground or floor.\r\n\r\nOne recent and interesting theory is that diet may contribute to hyper-phosphatemia in these animals. 5 One study sought to determine if offering timothy hay to the animals while on the grassy exhibit would encourage extra foraging, saliva production, and improved calcium to phosphorus ratios.5 Although intriguing, not enough clinical data has been gathered to support or refute this theory, although it remains an interesting question. This theory does not, however, account for the clinically observed development of periodontal disease prior to the beginning of bone resorption in most cases.\r\n\r\nRoutine oral examinations, and prophylactic scaling of the teeth would likely help to reduce the incidence of “lumpy jaw” in any herd. Similarly, attention to diet, and provision of a good quality grass hay or alfalfa, and minimizing soft foods such as fruit, which may contribute to dental calculus formation and gingivitis will also help. Similarly, making sure that forage and browse does not contain sharp weeds and stems will diminish the chances of oral punctures inciting lumpy jaw.\r\n\r\nIn some countries (such as Australia) vaccines are available to protect against <em>Fusobacterium necrophorum</em>, and clinicians from those countries report that vaccination does help, too. Finally, routine examinations and dental prophylaxis to remove calculus buildup, as well as to detect and treat this problem in its early stages, can also assist in reducing (although probably not completely eliminating) morbidity and mortality from “lumpy jaw.”\r\n\r\nThe animal keeper can…\r\n\r\n<strong><em>For this and much more every month, see Animal Keepers’ Forum. AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong>', 'Ask the Vet!', 0, '', 'inherit', 'closed', 'closed', '', '2590-revision-v1', '', '', '2013-10-15 17:49:16', '2013-10-15 22:49:16', '', 2590, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2590-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3189, 1, '2013-10-15 17:49:16', '2013-10-15 22:49:16', '<em>Julie Tougas(1) and Helene Caron (2)</em>\r\n\r\n<em>1 Curator of the reptile, amphibian and fish collection, Ecomuseum zoo. 21125 chemin Sainte-Marie, Sainte-Anne-de-Bellevue (Québec), H9X 3Y7. julie.tougas@ecomuseum.ca</em>\r\n\r\n<em>2 Education Program Coordinator, Ecomuseum zoo. 21125 chemin Sainte-Marie, Sainte-Anne-de-Bellevue (Québec), H9X 3Y7. helene.caron@ecomuseum.ca</em>\r\n\r\nThe Ecomuseum zoo is a small, CAZA-accredited institution located in Québec, Canada. The zoo is managed by the Saint-Lawrence Valley Natural History Society whose mission focuses on education, research and conservation. Through this three-pronged approach, the Society fosters an appreciation and understanding of the physical and biological characters of the regional flora and fauna. Over the years, the Ecomuseum zoo has developed an extensive onsite and offsite educational program. The zoo’s onsite activities will expose over 20,000 children to the wonderful world of animals. Moreover, the zoo’s zoologist-educators will have the opportunity to influence the lives of over 6,500 children during the 280 offsite presentations scheduled every year. The zoo offers several different offsite presentations, covering general topics such as biodiversity, to more specific topics such as birds of prey or amphibians.\r\n\r\nWith its living collection of wildlife species serving a dual role as both ambassador and catalyst, the Ecomuseum offers unmatched learning experiences for both children and adults. At the zoo, we have a special appreciation for turtles. Live education turtles have become stellar ambassadors, travelling daily with our educators to offsite events and playing key roles for visitors during our onsite guided tours. Over the course of a one-year period, a turtle is presented during each of our over 900 scheduled onsite guided tours providing visitors with the opportunity to touch a live turtle’s carapace. Our educators will also present live turtles in approximately 60% of offsite presentations.\r\n\r\nSeveral factors combine to make turtles a beneficial addition to any presentation; namely their charismatic appeal, their gentle behaviour and the ease of transport. It should be noted however that the use of live turtles also presents several challenges such as: the public’s awareness that turtles can carry Salmonella sp., housing requirements and animal acquisition. In this paper, we explore and review the advantages and challenges that we have associated with the use of live turtles within our educational program. We will also describe the special care and considerations needed for the care of our education turtles. This article will not be discussing, nor debating, the advantages of live animals within any educational program.\r\n\r\n<strong>Why turtles? </strong>\r\n\r\nUnlike snakes which carry very negative appeal (Mullin and Seigel, 2009), we believe that turtles benefit from a social charismatic appeal within the general public. Our onsite presentations have supported this hypothesis as these events include interactions with both a snake and a turtle. Numerous occasions of negative responses have been observed in the presence of the snake. This fear is unfortunately reflected by the accompanying children. The presence of the turtle however created both excitation and curiosity in both adults and children. Without fear, curiosity permits participants to remain receptive to learning about the biology and conservation of turtles and of reptiles in general. As a result of the public’s openness to learn, turtles become an ideal taxon to use when educating about biodiversity, evolution and the food chain.\r\n\r\nAn education turtle, when properly acclimated to its routine, can remain calm when surrounded by a large group of people. This calmness can be interpreted in an anthropomorphic and positive manner by the public; they feel as if the turtle is happy to be held and touched. This interpretation contradicts the common misconception that zoos and aquariums are exploiters of animals (Hutchins et al., 2003). In addition, turtles remain an excellent choice when there is desire to offer the public the chance to touch a live animal. A turtle’s solid carapace and scale-covered limbs (although the head, tail and limbs are not regularly touched) offer excellent protection. The risk of physical trauma related to touching remains therefore low. Furthermore, the turtle’s ability to enter its carapace, as a form of refuge, offers the handler insight related to the turtle’s stress level and he/she can react appropriately by concluding that part of the presentation. Such protective behaviour, if displayed, can also be indicative of post-presentation physical discomfort which may or may not be combined with anorexia (unstressed turtles are always hungry!).\r\n\r\nThe turtle’s morphology facilitates its transport; its shell and scaled limbs offer a high level of protection from abrasions. Finally, the use of live turtles during presentations can help dispel four widely held misconceptions, namely: that all turtles can hide in their shell, that they can crawl out of their shell (this point can be further explained by the use of a naturalised carapace), that the carapace is indestructible and that turtles are slow!\r\n\r\nA special note in regards to the use of indigenous species: The Saint-Lawrence Valley area includes the natural distribution range of eight species of freshwater turtles. Our experiences show that much of the local population is unaware that turtles exist in the area (especially those living in urban centers). The use of indigenous species will therefore promote awareness of our local biodiversity, while also creating an emotional connection when discussing conservation issues. This association and sensitivity is compounded if participants with heightened awareness were to observe a turtle in a wild, yet local, setting.\r\n\r\n<strong>Challenges</strong>\r\n\r\nThe use of live turtles can also present several challenges. One of the biggest and most notable issues relates to the transmission of <em>Salmonella sp</em>. It has been found that turtles may be infected at a rate between 12.1% and 85% (Mader, 2006). It has been shown however that a healthy, un-stressed animal is less likely to shed the bacteria (Gray, 2011). It is recommended that a simple hand sanitization after touching a turtle can prevent infection (Gray, 2011). In consideration of these facts, our turtle interaction sessions are always followed by hand washing or hand sanitization. The participants are informed of the reason behind these practices. The chances of contamination are further reduced by ensuring cleanliness in both the turtle’s temporary and permanent enclosures.\r\n\r\nThis does however bring forth a second issue that arose: housing. We must ensure that we have enough animals from each species to complete the possible repetition of a presentation in a same day or same time period. This has resulted in the need to keep three to five individuals of each species represented in each presentation topic. There are 27 education turtles housed at the zoo, representing seven species of indigenous freshwater turtles. The genders are kept separately for two essential reasons: first, is to prevent unplanned reproduction, second, and most importantly, is to remove any stresses caused by reproductive behaviour. Males from many species, such as the North American Wood Turtle (<em>Glyptemys insculpta</em>) or the Spotted Turtle (<em>Clemmys guttata</em>), can be very persistent and exhausting to female tank mates, but as well be very territorial and aggressive towards male tank mates. In the case of these species, and most others kept at the zoo, all males must be individually housed, but females may be kept communally. For this reason, and despite the fact that turtle species native to the Saint-Lawrence Valley are relatively small in size, many tanks are required to house all our turtles.\r\n\r\nTransportation of the turtles, as mentioned above, can be considered an advantage due to their scales and carapace, but their ectothermic metabolism can cause difficulties when transporting in colder climates. The turtle’s ideal body temperature must be maintained throughout transport in order to maintain an active immune system and to promote a healthy state. We have resolved this issue by constructing insulated transport boxes. Should the need arise, the temperature within these boxes can be increased with the addition of supplemental hot water bottles.\r\n\r\nA final challenge, which may or may not be applicable to other institutions, is the acquisition of turtles. Our specimens are acquired through various methods. We offer refuge to rehabilitated and confiscated animals, but our priority is to acquire captive-bred individuals through inter-zoo transfers or through captive hatching within our facility. As a result of careful planning during recent years, we are pleased to state that our captive reproduction program is almost self-sustaining. The captive reproduction of our education turtles permits us to affect the genders (in most species) of our new generation of education turtles, by incubation temperature manipulation. We aim for high female ratio to address the housing challenges mentioned previously. Captive reproduction also permits us to work with individuals at a very young age during our training/desensitisation program (which will be explained later in this article). One disadvantage to captive reproduction vs. acquiring adult animals is that the young turtles need to attain a certain size before they can be transported safely and manipulated daily, in order to prevent damage to their delicate, un-calcified carapace.\r\n\r\n<strong>Not all are born to educate!</strong>\r\n\r\nTurtles exhibit a variety of behaviours which may or may not make them ideal education turtle candidates. It has been shown that regular handling can physiologically affect turtles (Cabanac and Bernieri, 2000). We want to ensure that our selected education turtles demonstrate positive behavioural tendencies which may reduce any <img class="alignright size-medium wp-image-2599" title="turtle" src="http://aecetia.net/gws/aazk/wp-content/uploads/turtle-300x207.jpg" alt="turtle" width="300" height="207" />negative physiological responses. Some turtles are curious, alert and very stimulated by movement around them, while some turtles exhibit the opposite characteristics. Some can be very shy, scared and can be affected negatively by too much environmental stimuli. The selection of our education turtles is made based on an initial evaluation…\r\n\r\n<strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>', 'The Turtles of the Education Program: Strong Ambassadors for the Ecomuseum Zoo.', 0, '', 'inherit', 'closed', 'closed', '', '2586-revision-v1', '', '', '2013-10-15 17:49:16', '2013-10-15 22:49:16', '', 2586, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2586-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3190, 1, '2013-10-15 17:49:16', '2013-10-15 22:49:16', '', 'October 2012', 0, '', 'inherit', 'closed', 'closed', '', '2581-revision-v1', '', '', '2013-10-15 17:49:16', '2013-10-15 22:49:16', '', 2581, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2581-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3191, 1, '2013-10-15 17:49:16', '2013-10-15 22:49:16', '<em>By Ashley Roth, Hoofed Stock Keeper\r\nHouston Zoo, Inc., Houston, TX</em>\r\n\r\nOn 24 June 2012, the Okapi Wildlife Reserve, located near the Epulu station in the Democratic Republic of Congo’s Ituri Forest, was attacked by a group of poachers known as Simba rebels. They were seeking revenge on the Institute in the Congo for Conservation of Nature (ICCN), whose headquarters are based at the Okapi Wildlife Reserve, for recently shutting down their illegal poaching and mining activities. The outcome of this attack was tragic, leaving six people dead. Everything of value, from computers to vehicles were stolen or burned. All food and medical supplies were taken, leaving the village with nothing to eat.  The fourteen Okapis stationed at the reserve, serving as ambassadors for the country’s flagship species were killed. Over 30 villagers from Epulu were taken hostage to assist the poachers in transporting the stolen goods. Fortunately most of the Okapi Conservation Project’s (OCP) staff and locals were able to escape into the forest unharmed.  Also, the villagers taken hostage were released and are beginning to return to the village.\r\n\r\nIn response to the crisis at OCP, Houston Zoo, Inc. with assistance from the Greater Houston Chapter of the American Association of Zoo Keepers (GHCAAZK) wanted to plan an emergency fundraiser.  The Houston Zoo committed to assisting the OCP by any means necessary. Due to the urgent nature and time sensitivity of this crisis, it was dire to act as quickly as possible. The decision was made to plan and implement an Okapi Crisis Relief fundraiser to raise money to be sent as emergency aid to the project.\r\nThe goal of the Okapi Crisis Relief was to raise monetary support to be sent to the OCP.  Additionally, the Houston Zoo wanted to increase community awareness and knowledge, not only about okapis but the true wildlife heroes that risk their lives on a daily basis to protect species and their habitats.\r\n\r\nThe Houston Zoo regularly supports a wide range of conservation efforts and organizations, but has not been faced with such an immense crisis with a short timeframe for fundraising. Generally several months of planning would go into preparing for such events as the Okapi Crisis Relief, but due to the nature of this emergency, several months was not realistic to offer monetary aid. The Houston Zoo is lucky enough to have a devoted conservation department that worked diligently alongside with hoofed stock keepers and the marketing/graphics departments, with assistance from the rest of the zoo, and GHCAAZK to make this event happen. From the initial planning meeting to organizing supplies, education, and promotional materials, the Okapi Crisis Relief was put together in three days.\r\n\r\nThe conservation department’s connections with the OCP initially sparked the idea to provide assistance to the project. A representative from the department organized a meeting with hoofed stock, special events, marketing, and graphics departments. The decision was made to host the conservation event on Sunday, 1 July 2012. A donation page was immediately set up on the zoo’s website; including information about the project and crisis updates from the Congo. The crisis and fundraising event was promoted via the internet using Facebook, Twitter, and an e-mail campaign which included over 50,000 zoo members and donors.  A painting done by one of our resident okapis was put on eBay to be auctioned off. Our marketing and graphics department quickly designed banners that were placed throughout the zoo with QR<img class="alignright size-full wp-image-2573" title="okapi1" src="http://aecetia.net/gws/aazk/wp-content/uploads/okapi1.jpg" alt="okapi1" width="433" height="573" /> codes, bringing guests directly to the donation page. Local newspapers ran a story about the zoo’s relief efforts and local news stations covered the event.\r\n\r\nIn preparation for the Okapi Crisis Relief event, the GHCAAZK donated time and supplies. The day before the event, members gathered to make okapi buttons to be sold. Okapi masks were cut out for kids to color and wear the day of the event.\r\n\r\nTo raise money, several different tables were stationed throughout the zoo, with the main table set-up in front of the zoo’s okapi exhibits. Merchandise included: “I love okapis” and “Okapi Crisis Relief” buttons, conservation bracelets, paintings done by some of the zoo’s animals, magnets, finger puppets, stuffed animals, Wildlife Heroes books, and conservation snare art, to name a few. Raffle tickets were sold for a chance to win a behind the scenes tour to meet one of the zoo’s resident okapis. The okapi table highlighted the conservation efforts of the OCP and the risks the staff and locals take every day to protect the Okapi Wildlife Reserve. Volunteers set-up a biological facts table to allow guests a hands-on learning opportunity. Included on the table were an okapi skull and an animal pelt.  To involve some of the younger guests, a crafts table was set-up for children to make okapi masks and decorate an okapi coloring page. Face painting was also offered at the main entrance.\r\n\r\nMany staff and volunteers donated their time…\r\n\r\n<strong><em>For this and much more every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join">JOIN NOW!</a></em></strong>', 'Express Crisis Relief', 0, '', 'inherit', 'closed', 'closed', '', '2571-revision-v1', '', '', '2013-10-15 17:49:16', '2013-10-15 22:49:16', '', 2571, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2571-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3192, 1, '2013-10-15 17:49:16', '2013-10-15 22:49:16', '<em>By Jennifer Ireland, Animal Management Supervisor\r\nand Terry Webb,  Former Curator of Mammals*\r\nNorth Carolina Zoological Park, Asheboro, NC\r\n*currently Collections Manager at WCS/Prospect Park Zoo</em>\r\n\r\n<strong>Abstract:</strong>\r\n\r\nOn 2 August 2010 a primiparous chimpanzee at the North Carolina Zoo gave birth to a healthy infant.  Maternal competence was questionable as improper positioning of the infant prevented nursing.  On Days 1 and 2 of the infant’s life, the mother was anesthetized and the infant was allowed to nurse.  On Days 3 through 5 zoo keepers were able to periodically bottle feed through caging without the mother interfering.  On Day 6 the decision was made to remove the infant for hand-rearing as bottle feeding through the cage front became unreliable and required considerable cooperation from the mother.\r\n\r\nThe infant chimpanzee was put on a scheduled feeding regime consisting of human infant formula.   Consumption, fecal output, and daily weights were recorded.  Adjustments to the amount and type of formula offered were made based on consumption, fecal output, weight, behavior, and social and behavioral milestones.\r\n\r\nTraditionally, hand-reared chimpanzee infants are introduced to adults between six and 18 months of age.  With the permission of the Chimpanzee Species Survival Plan (SSP®) of the American Association of Zoos and Aquariums (AZA), plans were made for introduction at approximately four months.   Physical development and mobility of the infant were the two factors that determined if the infant was ready.   Traditional methods for food introduction and feeding schedules were accelerated.\r\n\r\n<strong>Introduction</strong>\r\n\r\nChimpanzees have frequently been hand-reared (i.e. reared by humans) in research facilities and/or zoological institutions, though the frequency of hand-rearing has greatly reduced over the past 50 years due to improved husbandry practices (Porton and Niebruegge, 2006).   Historically, hand-rearing has occurred for various reasons including: maternal incompetence, medical concerns, aggression towards the infant by the mother or conspecifics, death of the mother, rearing so that the animal was tractable for shows, educational presentations, or research, and the popularity of nursery exhibits with the public.\r\n\r\nIn AZA, accredited zoos’ female chimpanzees are given every opportunity to raise their offspring.  Only in the cases of maternal incompetence, aggression, or significant health issues are infants pulled for hand-rearing.   If total neglect or abuse is not present, institutions are encouraged to allow the mother and infant to stay together for 72 hours prior to making the decision to hand-rear (AZA Ape TAG, 2010).  Infants can survive these 72 hours without nursing (Rogers and Davenport, 1970).  Maternal care is learned and can improve with practice, so this time allows the mother and infant time to develop proficiencies.\r\n\r\nResearch has shown that even chimpanzees hand-reared in socially and environmentally complex nursery settings show higher levels of abnormal behaviors (Maki, Fritz, and England, 1993; Bloomsmith and Haberstroh, 1995) and a greater chance of developing non-breeding behaviors or maternal incompetence as adults (King and Mellen, 1994).  In order to encourage the development of a normal behavioral repertoire, chimpanzees that cannot be mother-reared should be peer-reared and/or integrated with conspecifics at an early age.  The SSP® Care Manual for Chimpanzees suggests that socialization back to the mother should occur within six months or to a surrogate by 18 months (AZA Ape TAG, 2010).\r\n\r\nIn developing a hand-rearing plan for chimpanzee infants it is therefore necessary to take both behavioral and nutritional factors into account.  When the North Carolina Zoo was recently faced with the task of hand-rearing a chimpanzee infant we carefully considered the need to socialize the infant with conspecifics.  The high degree of similarity between humans and chimpanzees allows for the relatively straight forward adaptation of human infant diets to the raising of chimpanzees.  However, given the need to integrate the infant with adult chimpanzees at an early age, we accelerated some of the traditional timelines for diet presentation in order to prepare the young chimp for reintroductions to the troop.\r\n\r\n<strong>Hand-rearing Nutrition Overview</strong>\r\n\r\nChimpanzees are humans’ closest, living relative, with similarities in physiology as well as growth and development.  As a result nutritional and feeding recommendations for humans can be adapted to chimpanzees with relative ease.  In fact, prior to 2003 it was recommended that the human recommended daily allowance (RDA) tables be consulted when approximating chimpanzee nutritional requirements (Fulk, Loomis, and Garland, 1992). Currently, the specific nutrient requirements for chimpanzees are defined and are available in the book Nutrient Requirements of Nonhuman Primates (National Research Council, 2003)\r\n\r\nIn 1985, Fritz, Ebert, and Carland outlined the nutritional management of hand-reared chimpanzees at the Primate Foundation of Arizona in Tempe, AZ. This information is used as the basis for current recommendations for the feeding of infant chimpanzees that are being hand-reared (Porton, 1992).   These recommendations provide suggestions on the frequency of feeding, volume, supplements, when to introduce solids, and weaning, which closely match dietary recommendations for human infants.\r\n\r\n<strong>Hand-rearing and Dietary Practices at the North Carolina Zoological Park</strong>\r\n\r\nOn 2 August 2010 a primiparous chimpanzee at the North Carolina Zoo gave birth to a full-term, healthy infant (242 days after conception).  Maternal competence was questionable as improper positioning of the infant prevented nursing (Photo I).  On Days 1 and 2 of the infant’s life no bouts of nursing were observed and the infant appeared weak. The mother was anesthetized on both days and the infant was allowed to nurse.  Through cooperation with the mother, on Days 3 through 5 zoo keepers were able to periodically bottle feed the infant through the mesh caging.  During these feeding sessions the mother brought the infant to the cage front and zoo keepers used a nipple extension to offer it Pedialyte® and/or a human infant formula.  Unfortunately, cooperation with the mother declined during Days 4 through 5 preventing reliable feeding.  The mother also began leaving the infant on the floor and unattended for prolonged periods of time.  As a result of the inappropriate maternal behaviors, on Day 6 the decision was made to remove the infant for hand-rearing.\r\n\r\nOnce the decision to hand-rear was made, a team of trained neonatal volunteers was assembled to assist zoo staff in caring for the infant chimpanzee.  It is the practice of AZA zoos to mimic natural mother-infant behavior as closely as possible during hand-rearing.  Hand-rearing therefore involves almost 24-hour body-to-body contact between the infant and the caretaker, species-specific handling of the infant (including feeding the infant in a ventro-ventral position (Photo II), and exposure to<img class="size-full wp-image-2566 alignright" title="pic22" src="http://aecetia.net/gws/aazk/wp-content/uploads/pic22.jpg" alt="pic22" width="419" height="572" />\r\nconspecifics (AZA Ape TAG, 2010).\r\n\r\nThe hand-rearing team recorded food offered and consumed, daily weights and temperatures, urination frequencies, fecal output and its consistency, and any behavioral or developmental data.  Dietary changes, including frequencies and amounts, were approved by the area supervisor, the Curator of Mammals, and the attending veterinarian.  Factors for diet changes were: total diet consumption, consumption at certain periods of the day, fecal output, weight, behavior, and social and developmental needs.\r\n\r\nScheduled feeding was instituted, rather than on-demand feeding, due to the large number of individuals caring for the infant.  We chose a fixed schedule to avoid reliance on different individuals’ subjective judgment of hunger cues from the infant and the desire not to over or under feed.\r\n\r\nFor the first six weeks the infant was fed using a preemie bottle and nipple from Enfamil®.  At six weeks we changed to Evenflo® Classic™ bottles and silicone nipples (3-6 month, medium flow) due to issues with the preemie nipples flowing too fast.  We were concerned with aspiration and bloating due to rapid consumption.\r\n\r\nInitially the infant was provided the human infant formula Similac® Advance® Early Shield® with iron (see Table I for dietary offerings).  At just over two weeks of age the formula was changed to a soy formula (Enfamil® Prosobee® Infant Formula for Sensitive Tummy Soy formula with iron) due to several days of diarrhea and possible lactose intolerance.  The infant remains on this formula to date. When bouts of diarrhea occurred, the infant was taken off formula and offered Pedialyte® solution at 100% for 1-5 feeds (depending on length and frequency of diarrhea), then switched back to 100% formula over the course of three feeds.\r\n\r\nRice cereal was offered at eight weeks.   Novel fruits and vegetables in the form of baby food were introduced at 13 weeks.  Each item was offered for four consecutive days before offering a new item.  This was done to monitor for food allergies or adverse effects of each new food.   At each feeding cereal and/or fruits/vegetables were supplemental foods.  Formula was and continues to be the primary source of nutrition….\r\n<div style="font-style: italic;"><strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong></div>', 'Dietary Practices for Hand-Rearing of an Infant Chimpanzee (Pan troglodytes) at the North Carolina Zoological Park', 0, '', 'inherit', 'closed', 'closed', '', '2563-revision-v1', '', '', '2013-10-15 17:49:16', '2013-10-15 22:49:16', '', 2563, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2563-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3193, 1, '2013-10-15 17:49:16', '2013-10-15 22:49:16', 'About the Cover/Information for Contributors<span> </span>\r\n\r\nFrom the President<span> </span>\r\n\r\nNew Members<span> </span>\r\n\r\nComing Events<span> </span>\r\n\r\nThe Scoop<span> </span>\r\n\r\nCall for Papers: Multi-species Bird/Ungulate Habitats\r\n\r\nDietary Practices for Hand-Rearing of an Infant Chimpanzee<span> </span>\r\n\r\nGood Catch - Monitoring Fish Consumption/Waste in Order to Reduce Food Fish\r\n\r\nWaste at the Penguin and Puffin Coast<span> </span>\r\n\r\nPlanning and Implementing a Herp Survey<span> </span>\r\n\r\nEnrichment Options: Safer Enrichment — It’s as Easy as 1,2,3<span> </span>\r\n\r\nTraining Tales: You want to Stick What? Where?:  Redirecting Focus to Facilitate\r\n\r\nInjection Training of Mongoose Lemurs<span> </span>\r\n\r\nConservation Station: Express Crisis Relief<span> </span>\r\n\r\nResearch in Practice: Spending Time Evaluating Enrichment – How Much is Enough?', 'September 2012', 0, '', 'inherit', 'closed', 'closed', '', '2560-revision-v1', '', '', '2013-10-15 17:49:16', '2013-10-15 22:49:16', '', 2560, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2560-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3194, 1, '2013-10-15 17:49:17', '2013-10-15 22:49:17', '<em>By\r\nStacy Johnson, Animal Keeper\r\nDisney’s Animal Kingdom®, Lake Buena Vista, Florida</em>\r\n\r\n<em></em>\r\n\r\n<strong>Abstract</strong>\r\n\r\n“Waterfowl” is a collective term given to the order Anseriformes, consisting mostly of ducks, geese and swans.  There are currently over 150 species represented on every continent except Antarctica.  Most ducks fall in to the categories of dabblers, divers and perchers.\r\n\r\nSeveral species of ducks and swans are represented within the Oasis area of Disney’s Animal Kingdom®.  The largest pond houses red shovelers (<em>Anas platalea</em>), red-crested pochards (<em>Netta rufina</em>), common white-eye (<em>Aythya nyroca</em>), rosybill (<em>Netta peposaca</em>), yellow-billed duck (<em>Anas undulata</em>), black-necked swans (C<em>ygnus melanocorphyus</em>), tufted ducks (<em>Aythya fuligula</em>) and plumed whistling duck (<em>Dendrocygna eytoni</em>).  Despite the size of this large pond, keepers need to get within close proximity to the ducks to conduct health checks and administer medications when needed.  The pond is also an open exhibit, allowing native wildlife (e.g., white ibis and mallard ducks) easy access causing competition for food.  To meet these challenges, we implemented four training behaviors: “come”, hand feeding, scale and chute. To further enhance waterfowl management, the waterfowl enrichment program was also expanded to include sinking feeders, floating feeders and variations of food presentation.  The investment in waterfowl training and enrichment has also allowed us to obtain weights, reduce capture stress, and engage visitors in our daily husbandry.\r\n\r\n<strong>Training</strong>\r\n\r\nAll of the waterfowl in the current collection are captive bred, but like most species, they remained elusive to keepers upon our arrival.  Therefore, our initial training goal was to desensitize all 22 individuals to the close proximity of keepers.  This would help with better management of daily feedings, as well as facilitate physical and behavioral observations. We began the process by pairing the sound of a clicker (in rapid succession) with food.  Birds were cued to come to where the keeper was standing in a designated shallow part of the pond.  Initially, any movement in the keeper’s direction was reinforced.  As the criterion was tightened, closer proximity to the keeper was reinforced and we were able to get close enough to do quick visual assessments of individual ducks.  All of the birds quickly learned that the sound of the cue signaled the availability of food and, within a matter of weeks, all ducks were responding to the come cue (the clicker).  We hoped that, over time, the birds would be comfortable enough around us to remain in the immediate area for longer periods while eating.  Within a few weeks, “Calum” (red crested pochard), “Mallomar” (black-necked swan), “Mr. Snoops” (yellow-billed duck), “Bianca” (rosy-billed pochard), “Tank” and “Titan” (tufted ducks) and “Siren” (red shoveler) all remained in the vicinity of the keeper to eat during the entire feed session.  Little did we know that some would become so comfortable with us, they would start pecking at our boots if we did not get food to them fast enough!\r\n\r\nThe birds’ high level of food motivation prompted us to move on to our next goal of hand feeding.  Once the ducks were cued to the designated feeding area, the keeper used favorite food items (e.g., Romaine lettuce, krill, finch seed, millet, crickets) to entice birds to approach and take the item from the keeper’s hand.  The waterfowl in the collection were fed three times per day.  Hand feeding was attempted at each feed.  Not surprisingly, many of the ducks either swam away or remained just out of reach.  After a few weeks, the most gregarious waterfowl (yellow-billed ducks, black-necked swans, and a rosybill) began to feed from a keeper’s hand. In another two weeks most of the waterfowl in the pond came close enough to quickly grab a bite from the keepers and swim away.  After working on this for another month, most of the waterfowl began to establish preferred feeding locations near the keeper.  However, there were still some extremely shy waterfowl species in the collection, like the common white-eyes, that never attempted to hand feed.  An added benefit to this training was that some individuals began to defend their “feed area” from native birds, facilitating the hand feeding sessions.  The success of hand feeding enabled us to more closely monitor individual food consumption and allowed medication to be administered to specific individuals.\r\n\r\nWith the group well acclimated to the proximity of keepers and hand feeding, our next goal was to start scale and chute training.  We wanted to get monthly weights on all of the ducks to ensure they weren’t being out-competed by native waterfowl in the area.   In addition, we wanted to introduce an exclusionary device: a chute that could minimize the intrusion of native birds in the feed area.  The chute is a very simple design made of box wire (L 96cm x W 43cm x H 42cm) with one hinged side.  The chute allowed collection animals to swim in, get their food, and swim back out.  If a native bird tried to get in, the side could be closed, excluding them from the area.\r\n\r\nAn initial challenge to implementing both scale and chute training was finding a suitable location in the exhibit where both the scale and chute could be introduced.  The original feed area was not ideal due to limited space.  Once we found a level area near the shoreline for the scale with enough water area for the chute, we introduced another sound cue, a castanet, as the training cue for the start of the sessions.\r\n\r\nScale and chute training began with two keepers on the bank, near the shoreline with the small scale (L 32cm x W 28cm x H 3.8cm) and chute (Figure 1).  These training sessions were conducted at least once per week.  The castanet cue was paired with crickets being tossed into the water.  In the first week, none of the waterfowl came closer than five feet from the bank.  We reinforced any orientation to the new designated area.  It didn’t take long for several of the ducks to begin participating in sessions.\r\n\r\nMost of the ducks were easily baited to the scale (Fig. 2).  Acclimation to the chute worked much the same way, using crickets as reinforcement for any movement toward the chute opening.   The swans preferred romaine lettuce to all other items, so this was used for them.  Progress to the completed behavior of stepping on the scale and entering the chute was slow. After a period of five months (with 1 to 2 sessions per week), we were able to get voluntary weights on 10 of the 22 birds (including the swans) (Fig. 3-4).  All of the collection birds in this enclosure would then eat off of the scale, and many more put at least a foot on the scale.  Also, all birds (excluding the swans due to their size) entered the chute and ate within it on the shoreline or hand fed within the chute (Fig. 5-6).  Since the chute added some distance between keepers and the ducks, it allowed more elusive species, like the common white-eyes, to participate in sessions.\r\n<div><img class="alignnone size-large wp-image-2543" title="yellow_billed_duck" src="http://aecetia.net/gws/aazk/wp-content/uploads/yellow_billed_duck-1024x679.jpg" alt="yellow_billed_duck" width="614" height="407" /></div>\r\n<div>\r\n<div>Yellow-billed duck “Mr. Snoops” hand feeding from trainer while stationing on the scale.  <em>Photo courtesy of Disney’s Animal Kingdom.</em></div>\r\n<div></div>\r\n<div></div>\r\n<div><strong><em><span>For this and much more every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong></div>\r\n<div></div>\r\n</div>', 'Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®', 0, '', 'inherit', 'closed', 'closed', '', '2542-revision-v1', '', '', '2013-10-15 17:49:17', '2013-10-15 22:49:17', '', 2542, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2542-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3195, 1, '2013-10-15 17:49:17', '2013-10-15 22:49:17', 'About the Cover/Information for Contributors<span> </span>\r\n\r\nFrom the President<span> </span>\r\n\r\nNew Members<span> </span>\r\n\r\nComing Events<span> </span>\r\n\r\nThe Scoop<span> </span>\r\n\r\nConservation and Research for the Western Pond Turtle<span> </span>\r\n\r\nEnrichment Options/Training Tales: Advances in Waterfowl Training and Enrichment <span> </span>\r\n\r\nDetermining Pregnancy in the Giant Anteater <span> </span>\r\n\r\nDesign and Construction of Scale Holder and Weighing Platform <span> </span>\r\n\r\nConservation Station: Are Waribashi worth it? <span> </span>', 'August 2012', 0, '', 'inherit', 'closed', 'closed', '', '2535-revision-v1', '', '', '2013-10-15 17:49:17', '2013-10-15 22:49:17', '', 2535, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2535-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3196, 1, '2013-10-15 17:49:17', '2013-10-15 22:49:17', '<img class="aligncenter size-medium wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options-300x117.jpg" alt="enrichment_options" width="300" height="117" />\r\n\r\n<em>By\r\nJennifer J. Elston, Ph.D., Curator of Conservation and Behavior\r\nFort Worth Zoo, Fort Worth, Texas</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nTraditional enrichment for reptiles has typically focused on enhancing environmental features of enclosures (e.g., plant variety, ground substrates, etc.), animal health (i.e., misting and soaking animals), and nutrition (i.e., provision of insects, variety in the diet).  These types of enrichments are important practices that can enhance an animal’s environment and well-being.  However, novelty in the form of foods, objects and scents may be equally stimulating and important for reptiles, as has been shown for mammals (Shepherdson, 2010) and birds (Elston and Plasse, 2008).\r\n\r\nStudies regarding enrichments for chelonians are limited in the literature, though some published evidence exists regarding the benefits of enrichment for turtles.  Sea turtles increased investigative and grooming behaviors and reduced pattern swimming when enrichment devices were provided (Therrien et al., 2007).  A Nile soft-shelled turtle (Trionyx triunguis) sought out stimulation from objects and displayed “play” behavior previously only described for mammals and birds (Burghardt et al., 1996).\r\n\r\nThe objectives of this study were to introduce captive-housed tortoises to novel enrichments to determine the extent of their interaction with new and different items and to compare interactions among food, object and scent enrichment.  Additional goals were to compare tortoise behavior under routine management vs. novel enrichment presentation and also to determine the amount of contact between tortoises that were housed in pairs (a form of social enrichment).\r\n\r\n<strong>Animals, Housing and Methods</strong>\r\n\r\nThis study took place from December 2011 through January 2012.  Three Burmese star tortoises (<em>Geochelone platynota</em>; two males, one female) and five Forsten’s tortoises (<em>Indotestudo forstenii</em>; three males, two females) were observed, for a total of eight tortoises.  Four tortoises were kept as male-female pairs, and four were kept separately.  The tortoises were housed in an off-exhibit greenhouse under both natural and artificial light, in either a run with cement and plywood sides (approximately 90 X 38 X 20 in., 1 pair and 1 single; or approximately 35 X 38 X 20 in., 1 pair) or a rubber tub (approximately 49 X 33 X 21 in., 3 single).  Cypress mulch was used as ground substrate and each enclosure contained a water bowl, food pan, heat source, and a shelter for privacy.  Tortoises were fed once daily in the morning a diet of mixed greens and vegetables with commercial biscuits (Mazuri® Tortoise Diet and Marion Leaf Eater® Food), and had access to their food throughout the day.  A HOBO® data logger (Onset Computer Corporation) was used to record temperature inside the greenhouse.\r\n\r\nDuring each daily observation session, the behavior (Table 1) of each tortoise was recorded every minute for 40 minutes (Scan Sampling; Martin and Bateson, 2007).  Data collection took place between 1300 and 1600 hours.  Behavior was observed over six days under routine husbandry without novel enrichment to generate a baseline time budget before new enrichments were presented.  Following the baseline treatment, a randomly chosen enrichment item was presented during the observation session.  Six items that the tortoises did not have previous exposure to were used, representing three categories:  food, object and scent.  The foods were edible flowers (four total, ranging in size from 1 to 2 in.) and a fresh strawberry.  The objects were a ping pong ball and a wicker ball.  Because the tortoises had not been previously exposed to a ball, a ping pong ball and 2 in. wicker ball were chosen because their small size was expected to be less intimidating, and the tortoises were not large enough to accidentally swallow either type of ball.  The scents were a fresh herb (basil; one sprig, approximately 6 in. long and containing stem and leaves) or a spice (nutmeg; 3 shakes on a piece of cypress mulch).  One type of enrichment was presented per day and each enrichment item was presented twice, for a total of 12 days.  The enrichments were placed in the enclosures in locations where the tortoises could see them, typically within the center of the enclosure.  Each tortoise was offered the same amount of enrichment, whether housed singularly or in pairs.  After the enrichment treatment, behavioral data were collected for an additional six days in order to determine any changes in baseline behavior.\r\n\r\n<strong>Results</strong>\r\n\r\nDuring the enrichment treatment, tortoises spent an average of 13% of time interacting with the novel enrichments (Fig. 1).  Tortoises expressed natural behaviors toward the enrichments, including investigation and/or touching, and consumption of the edibles (Fig. 2).  Tortoises spent less time stationary during the enrichment treatment than before or after, and spent less time moving in general after the enrichment treatment (Fig. 1).  They also spent less time in their shelters when enrichments were present (38% of time during the enrichment treatment vs. 48% before and 58% after).  Tortoises spent the most time interacting with food enrichment (19% of time vs. 10% of time for objects and scents), primarily because of the strawberry.  The strawberry received the most interaction; the nutmeg received the least (Fig. 3).  <img class="alignright size-full wp-image-2515" title="figure-2-elston-fort-worth-zoo" src="http://aecetia.net/gws/aazk/wp-content/uploads/figure-2-elston-fort-worth-zoo.jpg" alt="figure-2-elston-fort-worth-zoo" width="677" height="561" />\r\n\r\nThe tortoises housed in male-female pairs spent an average of 49% of time in contact with one another over the course of the three treatments (56%, 31%, and 59% of time, respectively).  Temperature in the greenhouse was consistent throughout the treatments; average temperature was 72º F, reaching an average of 89º F during the day and 62º F at night.\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe tortoises spent the most time interacting with food enrichment, which was not surprising because food enrichments are often favored by animals in general (Young, 2003).  In a comparison of enrichments for an African serval (Leptailurus serval), the serval interacted more with edible enrichments than inedible enrichments, though both types did receive attention (Kunkel, 2011).  The tortoises spent a shorter amount of time interacting with the flowers primarily because of their small size, which made them easy to grasp and swallow.  Because some favored foods can be consumed fairly quickly by tortoises, if a goal for the enrichment is to increase time spent foraging (a natural behavior for tortoises), combining foods with objects that require manipulation to consume the food will lengthen interaction time.\r\n\r\nThe ping pong ball generated more interest than the wicker ball, possibly because its white color and smooth, round shape made it resemble a food item.  The tortoises that did interact with the ping pong ball spent most of their time biting at it.  Size of ball would need to be taken into consideration for larger tortoises to prevent any possible consumption.\r\n\r\nVery little interaction occurred with the nutmeg; however, a great deal of time was spent with the fresh herb (basil).  In fact, the herb received the second highest amount of interaction after the strawberry.  Even though the herb was categorized as scent enrichment during this study, it became a combination of scent and food enrichment because it was consumed.  The palatability of the herb and its composition (leaves and stem, which required much biting and tearing to consume it) likely contributed to the lengthy interaction.  These attributes make fresh herbs an effective form of enrichment if goals are to increase foraging time and offer a novel gustatory and olfactory experience.\r\n\r\nOnce the enrichment treatment was underway the tortoises appeared to anticipate and expect to receive the enrichments.  For example, several tortoises began watching, moving toward and following the observer.  These behaviors began during the enrichment treatment and continued during the first part….\r\n\r\n<strong><em><span>For this and much more every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>\r\n<div></div>', 'Coming Out Of Their Shells:  Enrichment For Tortoises', 0, '', 'inherit', 'closed', 'closed', '', '2514-revision-v1', '', '', '2013-10-15 17:49:17', '2013-10-15 22:49:17', '', 2514, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2514-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3197, 1, '2013-10-15 17:49:17', '2013-10-15 22:49:17', '<em>By\r\nAlison Mott, Registered Veterinary Technician\r\nKate Gore, Primary Reptile Keeper\r\nSacramento Zoological Society, Sacramento, CA</em>\r\n\r\n<em></em>\r\n\r\n<strong>Abstract </strong>\r\n\r\nManagement of medical conditions in zoo animals can present unique challenges to veterinary and keeper staffs, often requiring creative solutions.  The Sacramento Zoo was faced with the challenge of how to limit the use of a tortoise’s limb while still allowing the animal to have mobility. While the use of carts for cats and dogs with spinal injuries are common, we took this idea and modified it creating a skateboard for a tortoise. This allowed us to treat and rehabilitate 1.0 sulcata tortoise known as “Bubba.”\r\n\r\n<strong>Natural History </strong>\r\n\r\nThe African spur thighed tortoise (<em>Geochelone sulcata</em>) is native to the northern region of Africa. They range along the southern edge of the Sahara within the countries of Senegal, Mauritania, Mali, Niger, Chad, the Sudan, and Ethiopia.  The sulcata is the third-largest tortoise species, with a weight range of 80-150 lbs. (36-68 kg), and an average carapace length of 24-30 inches (60-75 cm). They are the largest tortoise species from the African continent. The oldest sulcata on record lived to be 54 years-old (Hughes, 1986, in Stearns). Sulcatas are adapted to living in the dry grasslands with thick skin that is resistant to fluid loss in dry conditions; however when exposed to moisture, their skin may become permeable, allowing them to acquire what moisture they need. Like other desert-oriented tortoise species, the sulcata will excavate burrows to thirty inches in depth, and once underground, the burrow can then reach lengths of ten feet or more. As sulcatas are grassland tortoises, they obtain the majority of their nutrition from the grasses on which they graze. In captivity, they will readily eat assorted greens, yams, carrots, with occasional broccoli, squash, and tomatoes as relished treats.\r\n\r\nThe sulcata species is listed as vulnerable, though they are very common in the pet trade within the United States, despite the Cites Appendix II status. Sulcatas have developed a reputation as a “throw away pet”, due to their large size and destructive tendencies. They can be purchased when they are newly hatched and sized to fit within a child’s hands. Sulcatas grow quickly, are prone to digging large burrows, and as their weights increase, they become more than most people care to handle, and the owners often end up getting rid of the tortoises in any way they can. Zoos and rescue centers are regularly called by people wanting to donate their unwanted tortoises. In October 1999, the Sacramento Zoo acquired the subject of this paper when he was donated by a local veterinarian. As a result of the manner of acquisition, his date of birth and parentage are unknown. Based upon his size, keepers estimated the tortoise’s age to be thirteen years.\r\n\r\n<strong>Initial Medical Problem</strong>\r\n\r\nBubba has had an unremarkable medical history with an annual physical exam and radiographs bi-yearly. In 2010 a new tortoise exhibit located between the Giraffe exhibit space and the visitor viewing deck, (approximately 904 sq. ft.), was constructed in combination with the Tall Wonders Giraffe Encounter. The exhibit features a heated house that is approximately 81 sq. ft., while the exhibit yard is a mixture of grass and dirt with small boulders and tall grasses for decorative design. There is a slight slope up to the fence of the Giraffe yard. Bubba shares this exhibit with two smaller sulcata tortoises.\r\n\r\nOn 25 January 2011 (day 1 of presentation) keepers reported that Bubba had been showing signs of lameness for one day. He was not bearing full weight on his left front leg. Keepers were advised to monitor and report back to veterinary staff if the lameness persisted or worsened.  On 31 January 2011 (day 1 of treatment) the lameness had increased to non-weight-bearing and a full physical exam was performed. During his exam, radiographs of the left front limb were taken and showed irregularities in the margins of the elbow and carpal joints consistent with osteoarthritis. The left distal humerus had areas of focal radiolucency, and a possible bone fragment. He was given an injection of Meloxicam, a non-steroidal anti-inflammatory (NSAID), for pain. Bubba was returned to his exhibit and keepers continued to monitor his lameness.\r\n\r\n<strong>Medical Treatment</strong>\r\n\r\nOn 1 February 2011, Bubba was placed on oral Meloxicam every other day and Tramadol once daily. Tramadol is a synthetic opioid analgesic used to treat moderate to severe pain. While it was hoped that a combination of analgesics would help alleviate Bubba’s pain, it was obvious two days later that his condition was not improving. He was moved to the Dr. Murray E. Fowler Veterinary Hospital. The hospital has a room dedicated specifically for sick birds or reptiles that can be modified to fit the specific needs of the animal hospitalized. In Bubba’s case, he had free access to the entire room with a 250-watt radiant heater hung from the ceiling three feet off of the floor to give him a basking spot while the room temperature was set to maintain a range of 75 to 85 degrees Fahrenheit. Due to the concerns that there may be osteomyelitis in the leg and further use of the leg might worsen the condition, the staff wanted to keep Bubba from using or bearing weight on the front left leg. For most mammals this would be a bandage that brought the leg up to the body or a splint which restricted movement. These animals are able to ambulate without problem on three legs. Tortoises, however, require the use of all limbs to raise themselves and move. Turtles and tortoises must rely exclusively on movements of the limbs to propel themselves.  The challenge was how to keep a 41kg tortoise off of a limb. The veterinary staff needed a device that would keep Bubba’s weight off of his leg, but still allow him to move freely. The Maintenance Department was consulted and tasked with constructing a tortoise cart the following day while the veterinary staff performed a follow-up examination.\r\n\r\nDue to the lack of improvement in the tortoise’s condition, additional diagnostics were performed on 4 February 2011. This exam included a blood culture, arthrocentesis [or joint-tap (fig 2)], Complete Blood Cell count (CBC), blood chemistry panel, additional radiographs and obtaining an accurate body weight (41kg). Radiographs of the left front limb showed marked irregularity at the joint margins with areas of bony proliferations and lysis at the distal humeral condyl. These results were more consistent with osteomyelitis or neoplasia rather than trauma. The arthrocentesis results showed mild mononuclear inflammation most compatible with a degenerative joint disease. While under anesthesia, the maintenance department took measurements of Bubba and outlined the plastron using a towel and a black marker. The cart was constructed out of 1” plywood, four wheels and two nylon straps.  The wood was cut to include a place for the left front leg to rest and all edges were rounded and smoothed.  While Bubba recovered from anesthesia he was strapped onto the cart. After a few days of walking around on his new cart it was obvious that a few modifications were needed. Bubba was having a hard time reaching the ground with his back feet, the straps kept breaking, he was still able to use his front left leg and he was becoming very good at doing wheelies with his front right foot. The cart was taken back to our maintenance department where the rear wheels were sunk into the wood (to lower the back of the cart), a fifth wheel was added in the middle rear area, rubber padding was installed on the cart to prevent sliding, the straps were replaced with heavier nylon versions and a leg guard was placed on the front of the cart to keep the left leg from being able to bear weight (fig 3).<img class="alignright size-full wp-image-2504" title="bubba-on-cart" src="http://aecetia.net/gws/aazk/wp-content/uploads/bubba-on-cart.jpg" alt="bubba-on-cart" width="714" height="511" />\r\n\r\nOn 10 February 2011, Dr. Allison Zwingenberger, a Radiologist at the University of California at Davis Veterinary Medical Teaching Hospital (UCD VMTH), was consulted and agreed that the radiographic bone changes were likely the result of an infection. Bubba was started on Ceftazidime injections (three times a week), a broad spectrum cephalosporin antibiotic. Bubba’s activity and appetite had decreased since he was placed on the cart and he had started to refuse all oral medications; as a result his oral Meloxicam treatment was changed to a daily injection. As he spent the majority of his time under the basking heater, veterinarians and the curator were asked about the possibility of giving Bubba some time outside on warm days. Permission was granted and he was allowed time outside behind the Veterinary hospital on days that were above 70 degrees Fahrenheit and sunny. On 13 February 2011 he spent his first 4 ½ hours outside with some supervised time spent grazing. This was the most active he had been in some time. He had figured out that the asphalt behind the hospital sloped slightly and he would walk up one end and slide down. This was only about five feet long, but he appeared to enjoy it. He also became very adept at climbing hills with his cart. The grassy area behind the hospital is a slight hill; using his three available legs he would climb the hill to get to his favorite patches of grass. He was allowed unsupervised time outside when he was confined to the asphalt, but had to be supervised when grazing in case he got stuck in mud or flipped over while climbing. (fig 4)\r\n\r\nBubba’s appetite remained decreased, until it was discovered that by flipping his food dish over and offering his diet on top, (a difference in about two inches of height), Bubba was better able to reach his food and ate readily.  Leaving his food this way was not practical as Bubba would knock the food off of the bowl and have difficulty eating it off the ground. Reptile keeper Bill Tabb was asked to make a raised food bowl. Using two plant saucers that were placed bottom to bottom and attached together with three screws, he devised a raised feeder. Bubba made his own modifications to the food bowl over the next week by pinning the food bowl against the wall with his cart. This cracked the top bowl and made an indentation in one side. The cracked piece was removed and edges of the food bowl were smoothed. This was the best spot for Bubba to eat his food (fig 5).\r\n\r\nAfter three weeks of treatment, the leg guard was removed during the day. Veterinary staff wanted to assess the use of the limb without letting Bubba place full weight on it. He was observed letting the leg rest on the cart multiple times throughout the day. While his leg appeared visibly swollen at the elbow joint, the swelling had decreased from the initial presentation. The leg guard was placed back on the cart the following morning and Bubba continued to improve on his cart.\r\n\r\nVeterinary staff performed a follow-up examination 37 days into the treatment. The examination included repeat radiographs, arthrocentesis, CBC and blood chemistry panels. Over the previous five weeks of hospitalization his weight had remained steady and appetite returned to normal.  He was anesthetized for the examination. Contracture of the muscles around the left elbow was appreciated. There was resistance to the manipulation of the joint and no appreciable crepitus,…….\r\n\r\n<strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>', 'Bubba: A Sulcata on a Skateboard', 0, '', 'inherit', 'closed', 'closed', '', '2503-revision-v1', '', '', '2013-10-15 17:49:17', '2013-10-15 22:49:17', '', 2503, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2503-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3198, 1, '2013-10-15 17:49:17', '2013-10-15 22:49:17', 'About the Cover/Information for Contributors<span> </span>\r\n\r\nA Dedication to Chelonians<span> </span>\r\n\r\nFrom the President<span> </span>\r\n\r\nNew Members<span> </span>\r\n\r\nComing Events<span> </span>\r\n\r\nA Brief Overview of Captive Husbandry of Turtles for Non-Reptile Keepers <span> </span>\r\n\r\nBubba: A Sulcata on a Skateboard<span> </span>\r\n\r\nHatching Success of the Madagascar Flat-tailed Tortoise (<em>Pyxis planicauda</em>)<span> </span>\r\n\r\nThe Evolution of Wrangling Turtles in Houston, Texas<span> </span>\r\n\r\nEnrichment Options: Coming Out Of Their Shells:  Enrichment for Tortoises<span> </span>\r\n\r\nDisney’s Animal Kingdom’s® Turtle Cognition Program <span> </span>\r\n\r\nThe (<em>Cuora galbinifrons</em>) Studbook: A Model for Understanding Studbook Challenges<span> </span>\r\n\r\nSurgery and Rehabilitation on a Male Painted Terrapin (<em>Batagur borneoensis</em>)<span> </span>', 'July 2012', 0, '', 'inherit', 'closed', 'closed', '', '2506-revision-v1', '', '', '2013-10-15 17:49:17', '2013-10-15 22:49:17', '', 2506, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2506-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3199, 1, '2013-10-15 17:49:17', '2013-10-15 22:49:17', 'About the Cover/Information for Contributors<span> </span>\r\n\r\nA Dedication to Chelonians<span> </span>\r\n\r\nFrom the President<span> </span>\r\n\r\nNew Members<span> </span>\r\n\r\nComing Events<span> </span>\r\n\r\nA Brief Overview of Captive Husbandry of Turtles for Non-Reptile Keepers <span> </span>\r\n\r\nBubba: A Sulcata on a Skateboard<span> </span>\r\n\r\nHatching Success of the Madagascar Flat-tailed Tortoise (<em>Pyxis planicauda</em>)<span> </span>\r\n\r\nThe Evolution of Wrangling Turtles in Houston, Texas<span> </span>\r\n\r\nEnrichment Options: Coming Out Of Their Shells:  Enrichment for Tortoises<span> </span>\r\n\r\nDisney’s Animal Kingdom’s® Turtle Cognition Program <span> </span>\r\n\r\nThe (<em>Cuora galbinifrons</em>) Studbook: A Model for Understanding Studbook Challenges\r\n\r\nSurgery and Rehabilitation on a Male Painted Terrapin (<em>Batagur borneoensis</em>)<span> </span>', 'July 2012', 0, '', 'inherit', 'closed', 'closed', '', '2500-revision-v1', '', '', '2013-10-15 17:49:17', '2013-10-15 22:49:17', '', 2500, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2500-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3200, 1, '2013-10-15 17:49:17', '2013-10-15 22:49:17', 'About the Cover/Information for Contributors<span> </span>\r\n\r\nFrom the President<span> </span>\r\n\r\nNew Members<span> </span>\r\n\r\nComing Events<span> </span>\r\n\r\nPerspectives on Poaching: A Park Guard Story <span> </span>\r\n\r\nAn Update from the Snow Leopard Trust<span> </span>\r\n\r\nObservations on Eco-tourism and Conservation in India<span> </span>\r\n\r\nEnrichment Options: Feeling Stuck in a Rut?  Ideas on How to Enrich Your Enrichment<span> </span>\r\n\r\nConservation Station: Rain Gardens: Bringing Conservation Home <span> </span>\r\n\r\nTraining Tales: Ideas to Help New Training Programs (Part 2)<span> </span>\r\n\r\nResearch in Practice: Moderating Undesirable Behavior in Petting Zoo Animals<span> </span>\r\n\r\nConservation/Legislative Update', 'June 2012', 0, '', 'inherit', 'closed', 'closed', '', '2483-revision-v1', '', '', '2013-10-15 17:49:17', '2013-10-15 22:49:17', '', 2483, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2483-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3201, 1, '2013-10-15 17:49:17', '2013-10-15 22:49:17', '<img class="aligncenter size-medium wp-image-695" title="hdr_conservation_station" src="http://aecetia.net/gws/aazk/wp-content/uploads/hdr_conservation_station-300x114.gif" alt="hdr_conservation_station" width="300" height="114" />\r\n\r\n<em>Mary Ann Cisneros\r\nAAZK Conservation Committee</em>\r\n\r\nSpring has sprung and an early summer planting of a rain garden will not only leave your lawn looking lovely but your “green” conscious clear.  Rain gardens are landscaped areas using native plants that reduce storm water runoff and can provide considerable environmental benefits to your community.  Besides being aesthetically <img class="alignleft size-medium wp-image-2476" title="mac" src="http://aecetia.net/gws/aazk/wp-content/uploads/mac-300x200.jpg" alt="mac" width="300" height="200" />pleasing, rain gardens reduce flooding, protect streams and lakes from pollutants carried by urban storm water runoff, and increase the amount of water filtering into the ground to help recharge local aquifers.  An added bonus is that a new habitat is created for birds, butterflies, and beneficial insects.\r\n\r\nIn 2009, two events at Mesker Park Zoo promoted and celebrated the establishment of rain gardens in our community.  The first event was the installation of a rain garden at our new entrance.  Using a grant from the local Soil and Water Conservation District, MPZ AAZK partnered with several groups to bring this demonstration garden to Mesker Park Zoo and Botanic Garden.  Our own grounds curator and staff, University of Southern Indiana (USI) students and faculty, and the Evansville Zoological Society worked together to provide visitors an example of a way to bring conservation home.   The zoo used the planting day to teach about the mechanics of rain gardens and had volunteers (lucky USI students and MPZ AAZK members) perform the dirty work.  The second event was a dedication a few months after the planting so that visitors could get a look at the garden as it began to establish itself.\r\n\r\nBoth these events also allowed the Soil and Water Conservation District to promote their Backyard Conservation Grant.  This grant provided a cost-share/rebate program for citizens in Vanderburgh County who put in a rain garden.\r\n\r\nThe rain garden at the zoo was and is a success.  It is a beautiful addition to our zoo landscape and an ambassador for backyard conservation that is hard to ignore when<img class="alignright size-medium wp-image-2475" title="mac2" src="http://aecetia.net/gws/aazk/wp-content/uploads/mac2-300x200.jpg" alt="mac2" width="300" height="200" />visitors walk through our gates.  It is a happy coincidence that, in order to quench their thirst from our drinking fountains, guests have a great view of it!\r\n\r\nNow for you DIY’s out there! A rain garden can be put in cheaply and, once they become fully established (around two years) little or no maintenance is required of them.  So if you want your yard to be a first defense against flooding in your neighborhood and pollutants getting into local waterways please check out the following websites:\r\n\r\n<a href="http://clean-water.uwex.edu/pubs/pdf/rgmanual.pdf">http://clean-water.uwex.edu/pubs/pdf/rgmanual.pdf</a>,\r\n\r\n<a href="http://www.meskerparkzoo.com/conservation/garden.php">http://www.meskerparkzoo.com/conservation/garden.php</a>\r\n\r\nThey will give you the nitty gritty on rain garden construction for your yard.  They also provide design plans and plants that will work in your area.  Be sure to look to your local Soil and Water Conservation District to see if there is any financial assistance available for making your yard greener.  Use your resources and let’s start planting for a cleaner environment!\r\n\r\n<strong><em><span>For this and much more every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>', 'Rain Gardens: Bringing Conservation Home', 0, '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2013-10-15 17:49:17', '2013-10-15 22:49:17', '', 2474, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2474-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3202, 1, '2013-10-15 17:49:17', '2013-10-15 22:49:17', '<p style="text-align: left;"><img class="aligncenter size-full wp-image-695" title="hdr_conservation_station" src="http://aecetia.net/gws/aazk/wp-content/uploads/hdr_conservation_station.gif" alt="hdr_conservation_station" width="418" height="160" /></p>\r\n\r\n<em>By Jessa Franck-McCauley,\r\nZookeeper, Mesker Park Zoo\r\n<a href="mailto:Jfranck@meskerparkzoo.com"> Jfranck@meskerparkzoo.com</a></em>\r\n\r\nIn the summer of 2011, I traveled to Malaysia with a group of zoo professionals for a field trip under the auspices of the AZA Orangutan SSP. We spent the first week conducting a husbandry and enrichment workshop at Zoo Negara in Kuala Lumpur. The second week was spent touring Sabah, Borneo, learning about local conservation efforts and the effects of oil palm plantations.\r\n\r\nPalm oil is harvested from the oil palm (<em>Elaeis guineensis</em>). The trees produce clusters of small red fruit. The pulp of the fruit is made into palm oil. The core of the fruit is made into palm kernel oil. Those are the two most easily recognized names, but there are a lot of other variations making it important to carefully read the ingredient labels on food and cosmetic/hygiene products. Palm oil in cosmetic/hygiene products can be even harder to identify because there are other sources of these chemicals. Very few products label the source of these chemicals, so if consumers want to continue to use these types of products while still being palm oil-aware, individual product research is needed.\r\n\r\nPalm oil is used in a variety of ways. It was adopted by the food industry as an alternative to trans-fats, although studies have shown it is not the healthiest oil available.<img class="alignright size-full wp-image-2468" title="732borneo" src="http://aecetia.net/gws/aazk/wp-content/uploads/732borneo.jpg" alt="732borneo" width="500" height="359" />Palm oil in cosmetic and hygienic products has a multitude of purposes including producing suds, lubrication, stabilization, and emulsification.\r\n\r\nThere is debate in the conservation community right now about the use of sustainable palm oil. To be classified as sustainable palm oil the growers have many regulations including not clear-cutting rainforest for plantations, using chemicals in a safe manner, and paying employees fair wages. The main governing body for sustainable palm oil is the Roundtable on Sustainable Palm Oil (RSPO). The RSPO was founded in 2004 by the World Wildlife Fund and major players in the palm oil supply chain and its stakeholders. Our group visited a palm oil plantation that was working on becoming RSPO certified.\r\n\r\nAnother RSPO requirement is to not harm wildlife that enters the plantation. On a lot of plantations, the wildlife that is considered destructive is destroyed and usually not in a humane manner. Orangutans (Pongo pygmaeus) are some of the most-recognized victims of this practice. Mothers are killed leaving infants orphaned. Some of these orphans are sold in the pet trade. Some make it to rehabilitation centers. Our group visited Sepilok Orangutan Rehabilitation Center near Sandakan, Borneo. The orangutans housed there are raised in such a way that they can be released back into the wild.\r\n\r\nSome conservationists seem to have two big issues with sustainable palm oil. The first question is how reliable are the regulatory bodies ensuring that growers are following the rules. The second question is how companies can guarantee that they are using sustainable palm oil when after it is harvested it just enters the greater pool of palm oil and cannot be distinguished from non-sustainable sources.\r\n\r\nPalm oil is not going away. It is too wrapped up in the grower countries’ economies. Malaysia and Indonesia account for the highest percentage of palm oil production and palm oil is in the top five crops of Malaysia. The main beneficiaries of money from palm oil seem to be the governments, the plantation owners and companies that use the palm oil in their products. The palm oil plantations…..\r\n\r\n<strong><em><span>Want to read the rest of this column?  For this and much more every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>\r\n<div style="font-style: italic;"></div>', 'Palm Oil: an Overview and Message of Hope', 0, '', 'inherit', 'closed', 'closed', '', '2467-revision-v1', '', '', '2013-10-15 17:49:17', '2013-10-15 22:49:17', '', 2467, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2467-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3203, 1, '2013-10-15 17:49:17', '2013-10-15 22:49:17', '<em>By A.L. Deane, Species Coordinator, IUCN/SSC Small Mammal Specialist Group\r\nCasilla 302, Illapel, IV Región, Chile\r\nand\r\nB. Ganesh-Babu, Instructor\r\nDepartment of Geography and Meteorology\r\nValparaiso University, Valparaiso, IN</em>\r\n\r\n<em></em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nOnce believed extinct in the wild, the only known wild long-tailed chinchillas (<em>Chinchilla lanigera</em>) exist in north central Chile (Jiménez, 1995). Both species of chinchillas and their range decreased dramatically as millions were exported from Chile for the fur trade (Albert, 1900).  In Chile, both species are listed as endangered and are protected from international trade by the Convention on International Trade in Endangered Species of Wild Fauna and Flora (CITES), Appendix 1 (CONAF 1988, IUCN 1972).  Population estimates of <em>C. lanigera</em> vary from less than 1000 to approximately 5000 (Jiménez, 1995; Mohlis pers. comm.).  Based on colony size and densities reported by Jiménez (1995:92), approximately 4050 individuals were known to exist in Aucó, Chile as of 1990.  At that time, the population was declining (Jiménez1995).<img class="alignright size-full wp-image-2464" title="chinchilla2" src="http://aecetia.net/gws/aazk/wp-content/uploads/chinchilla2.jpg" alt="chinchilla2" width="504" height="387" /> All prior research reported a deterioration of chinchilla habitat over the last few hundred years.  Enhancing the habitat meant learning what and where was chinchilla habitat.  This paper is meant to explain the methods used to study the chinchilla habitat and common techniques used to evaluate wildlife, which aim to define conservation priorities.\r\n\r\n<strong>Site definition and methods:</strong> To be comparable with prior studies it is advisable to mimic the prior researchers’ methods.  Our grids are duplicated from those used by Jiménez (1990) in his studies of wild chinchillas.  By mimicking his methods, our data is comparable over a long time-period.  For example, we have a descriptive record of the plants associated with chinchillas for the last 30 years.  It is these plant species that our restoration efforts are focused on.\r\n\r\nFour permanent trapping grids consisting of 49 stations per grid in a 7x7 configuration were placed on north facing mountain slopes of two different drainage basins in Aucó, Chile.  The distance between grids varies based on the location of chinchilla colonies, and within each grid, stations were spaced 15m [49.21ft.] apart. Each column is labeled A to G and each row 1 to 7.  At each station, 30cm [11.8in.] red wooden stakes are labeled with the station number and hammered into the ground.  Be consistent with one grid layout.  For example, the lower left corner is A1 and the last station G7 is located at the upper right corner of the grid. The purpose of grids is to estimate the type and distribution of animal species using the vegetation and ground cover.  For example, you may want three grids in known occupied areas, and others in restoration areas, and presumed unoccupied areas. This helps in understanding the relationship between ground cover and vegetation types, and the animals that prefer that environment.\r\n\r\n<strong>Vegetation measurements:</strong> To calculate total vegetation cover, species’ frequencies and abundance, we used the line intercept method.  In each grid described earlier, we analyzed 16 transects, each measuring 18.5m [~61ft.] in length, compensating for topographic variations.  Use a rope 18.5m long and a measuring tape to measure all ground cover along the line.  Record ground cover type or species and its length in cm.  For each grid, the total area measured for all transects was used to calculate cover.  First, placement of transects within grids was created using a random number list.  Four random numbers were used to identify each location.  The first number identified the starting position by column for each transect. The second number identified the starting position by row.  The third number identified if the transect was to be placed to the right or left of the trap station. The fourth number designated if the transect was to go up or down slope from the station at a 45-degree angle. Once data was gathered it was analyzed in a spreadsheet program.  One can calculate cover by unit length covered by species or cover type divided by the total unit length measured in transect.  In our case, sometimes the slope of the landscape and overlapping shrub crowns resulted in transect total area measures being greater than or less than the 18.5m long transect. Therefore, percentage ground cover (not just transect) would be calculated, for example, in the following manner:………\r\n\r\n<strong><em><span>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. </span><a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></em></strong>', 'Techniques for Wild Chinchilla Habitat and Behavior Studies ', 0, '', 'inherit', 'closed', 'closed', '', '2458-revision-v1', '', '', '2013-10-15 17:49:17', '2013-10-15 22:49:17', '', 2458, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2458-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3204, 1, '2013-10-15 17:49:17', '2013-10-15 22:49:17', 'About the Cover/Information for Contributors\r\nFrom the President\r\nLetter to the Editor\r\nThe Scoop\r\nChapter News\r\nGeneral Announcements\r\nNew Members\r\nComing Events\r\nEnvironmental Enrichment for Long-term Captive Bats\r\nTechniques for Wild Chinchilla Habitat and Behavior Studies\r\nConservation Station: <em>Palm Oil: an Overview and Message of Hope</em>\r\nConservation Legislation\r\nResearch in Practice Bobcat Breeding and Enrichment', 'May 2012', 0, '', 'inherit', 'closed', 'closed', '', '2454-revision-v1', '', '', '2013-10-15 17:49:17', '2013-10-15 22:49:17', '', 2454, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2454-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3205, 1, '2013-10-15 17:49:17', '2013-10-15 22:49:17', '<a href="http://aecetia.net/gws/aazk/category/akf/viewpoint/"><img class="alignnone size-medium wp-image-2444" title="anna3" src="http://aecetia.net/gws/aazk/wp-content/uploads/anna3-195x300.jpg" alt="anna3" width="137" height="210" /></a> Take just a minute to read these <a href="http://aecetia.net/gws/aazk/category/akf/viewpoint/">words</a> from Anna Merz.', 'A Word from Anna Merz', 0, '', 'inherit', 'closed', 'closed', '', '2452-revision-v1', '', '', '2013-10-15 17:49:17', '2013-10-15 22:49:17', '', 2452, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2452-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3206, 1, '2013-10-15 17:49:17', '2013-10-15 22:49:17', '<img class="alignleft size-full wp-image-2444" title="anna3" src="http://aecetia.net/gws/aazk/wp-content/uploads/anna3.jpg" alt="anna3" width="192" height="294" />In the late 1950s I moved from the U.K. to Ghana and went to live in Kumasi, the capital of Ashanti. Kumasi was known for having one of the biggest markets in West Africa and I soon found that this bustling and vibrant place was a source not only of total fascination but also great horror. Every local foodstuff was to be found there; colourful heaps of fruit and vegetables I had neither seen nor heard of before, plus every sort of creature both great and small, alive and dead … From giant forest snails for soup to the highly valued skin of an elephant’s ear to make drums. This was my introduction to the bushmeat trade and the start for me of a long journey. Because of the tsetse fly Ghana produced few cattle and those few came down from the Sahael. Sheep and goats were kept mainly for bride price. Bush meat was the nation’s main source of protein and as the population grew so did the demand for it. During my 20 years there the population quadrupled and more; in fact, I was once invited to a celebration when an important chief celebrated the birth of his 100th child. I never found out how many were his wives but all dwelt in a vast palace.\r\n\r\nSo as the forests were felled to satisfy the insatiable demands of the timber industry, their denizens lost their homes and travelled to market, dead if they were lucky, to fill someone’s soup pot. In those distant days up to 40 lorry loads of assorted antelopes used to arrive on a daily basis, again the lucky ones arrived dead, salted and smoked. The less fortunate arrived to satisfy the demand for fresh meat, alive, with their legs broken. Only their beautiful, desperate eyes revealed their agony and terror, the memory of those eyes haunts me still. Meat was not the only thing the animals supplied. Elephant ivory was most beautifully carved by skilled craftsmen working in tiny, dark shacks; nothing of an elephant was wasted, the meat was consumed to the last scrap, the tail hairs were woven into bracelets, but in those days it was the ears that were most valuable. Monkeys and chimps were exported to the laboratories of the West and their babies were hawked around as pets and few survived. Grey parrots hung upside down suspended by their legs from bamboo poles, screaming their misery; many were exported and huge numbers died en route.\r\n\r\nFor more than 10 years I worked in my spare time for the Ghana Game Department and travelled much of the country. I would enquire of the local chiefs what animals they had left and the invariable answer was that the animals had “travelled” and they had no more meat. When I enquired where had the animals travelled I was told they had gone over the hills, over the Volta, to Togo or the Ivory Coast. When I suggested that perhaps their journey was involuntary and by lorry to the nearest big market they would shake their heads sadly and agree. Thus it was that by the time I came to leave Ghana and move to Kenya with my husband, I had seen with my own eyes how quickly extinction could happen on a<img class="alignright size-medium wp-image-2445" title="anna" src="http://aecetia.net/gws/aazk/wp-content/uploads/anna-300x195.jpg" alt="anna" width="300" height="195" /> local basis.\r\n\r\nAntelope now came to market one by one and seldom. Much of the beautiful forests were destroyed and the great trees were stacked in the worlds’ timber markets and the lovely birds and fascinating beasts were no more. But surely Kenya, with its huge parks, flourishing tourist industry and great herds of cattle to satisfy the need for meat, would be very different. And so it was in those early days when the demand for bushmeat and land for growing crops was not as great as it is now; but with one mega-exception, the black rhino. It was an animal I had then never even seen, and certainly not thought about, but it was about to turn my life around.\r\n\r\nOil in Saudi Arabia had brought unexpected wealth to Yemen with the result that the demand for rhino-handle daggers had escalated vastly. In that country all men wear a dagger and the status symbol dagger needs to have a handle made of rhino horn; it is the thing you must have to prove your worth. The shavings from the making of the handles went east to China mainly for use in traditional medicine. The belief in the virtues of rhino horn to heal goes back thousands of years. The main use is to reduce fever and it seems if you boil anything for long enough that contains keratin, your hair and finger nail clippings for instance, it will have a very tiny effect, but far more effective and cheaper it is to take an aspirin. For these ridiculous reasons the price of rhino horn started to rise in the maddest fashion till it was worth even more than gold in some countries in the Far East. And rhinos started to die in their hundreds and then in their thousands. You could drive round Kenya’s so beautiful parks and follow the vultures from one desecrated corpse to that of the next. From each, the horns had been hacked and the once magnificent and beautiful creature left to rot. In a matter of years, Kenya’s population of many thousands was reduced to below 400. What to do? It seemed well-guarded sanctuaries for a specific purpose, the natural breeding of wild black rhinos, was the only remaining hope. Thus the Ngare Sergoi Sanctuary was created on Lewa Downs, a vast cattle ranch in the north of Kenya owned by the Craig family. And it succeeded thanks to the help of many people and in a very important degree thanks to the members of AAZK and Bowling for Rhinos and the incredible amount of money that has been raised.\r\n\r\nSo the Sanctuary grew from the initial 5,000 acres to 10,000 and then in 1995 it became the Lewa Wildlife Conservancy protecting an area of some 65,000 acres which now includes the Government owned Ngare Ndare Forest. This vast increase in area was needed as rhinos will breed if given security. And security was always our total top priority. So Lewa progressed from being a cattle ranch to being an area where two highly endangered animals were breeding well; black rhinos and Grevvy’s zebra of which we have about 25% of the entire world’s population. Beneath the umbrella of these two species, the whole range of species indigenous to the area also prospered. Because our ideas were working, thanks to the costly security we employed, they were copied elsewhere and sanctuaries were created on both private and government land; both the government and the private sector working well together on this. One side-effect was that Lewa became a huge employer of labour, the biggest in the Meru district. This, plus our building of schools and clinics and other schemes to improve the welfare of our neighbours, meant we had very <img class="alignright size-medium wp-image-2446" title="anna_guards" src="http://aecetia.net/gws/aazk/wp-content/uploads/anna_guards-195x300.jpg" alt="anna_guards" width="195" height="300" />good relations with them. This is vital for the success of any enterprise concerning the protection of potentially dangerous species. In the meantime, the horrific wave of poaching that had so seriously decimated the rhino populations of most of Africa had not touched South Africa. Her populations of both black and white rhino had been barely effected and they thrived, both in the national parks and on private reserves where they were used not just as a tourist attraction, but also for trophy hunting. This apparent immunity from the rhino crisis sweeping the rest of the continent, and also decimating the three species of rhino found in India and southeast Asia, made those in South Africa responsible for the security of rhinos on both public and private land, somewhat complacent; never a very wise attitude.\r\n\r\nThen three years ago the Chinese president visited most countries in Africa. Unaware and avaricious governments throughout the continent welcomed him with open arms. Here was cash undreamed of and no questions asked. Agreements were signed with a sad disregard to possible consequences. Oil, mineral rights, timber concessions, agricultural land and rights of residence have been handed over in return for doomed or shoddy infrastructure projects, all built by Chinese labour so not even unemployment is improved. Damian Thompson writing in the U.K. Daily Telegraph recently wrote “Africa’s future has been quietly settled for it. Something close to slavery is back - all thanks to China”. Even in the small town 50 km away, where I shop, there are now five Chinese shops and an ever-growing number of Chinese residents. They are not short of cash and at the top of their “wish list” are rhino horn and ivory, but they are only the tip of the iceberg. The Big Men have also moved in--the Barons of the illegal trade in wildlife which is huge-- rivaling the drugs and the arms trade. The three go hand in hand. Last year, this country lost over 450 rhino, and that means the ones that were found. I have just been told that a further 13 were killed in the Kruger National Park over Christmas. At this moment my neighbours are searching frantically for a pregnant white cow gone missing. Three years ago I said to friends and neighbours who had rhinos “guard them well” and was laughed at. Now they say, “how did you know”?  But no knowledge was available to me that was hidden from them, but people prefer to close their eyes sometimes, and governments have higher priorities than to guard their heritage, yet tourism is both a major source of revenue and of much needed, well-paid employment.\r\n\r\nTragically, it is not only rhinos that are dying, it is estimated that 100 elephants die per day throughout the continent because of the rise in the demand for ivory. Most of Asia’s tigers have died because of the demand for their bones for medicine, as much use as is rhino horn, probably less, so now Africa’s lions are next on the list. It seems the great apes are also wanted as status symbol ‘bush meat’. Whatever Africa has, and should cherish, China wants and seemingly will get. So what to do? The Governments of the West should be taking a hard look at the rape of the planet that is taking place instead of begging for financial aid. Fortunately there are zoos that seem to care more about trying to save endangered species and educating children about what is happening than in making huge profits. Better still there are zoo keepers who care a lot. I know because it has been my good fortune to have met so many of them. Better still, they are trained in people-skills and communicating. To you I say, go out and tell your States and cities and children what is happening to their world. People in politics will listen if votes are involved. Why are no Senators or Governors ex-zoo keepers? We need to get our local Chinese populations to understand this dire situation and help get the message through to China. <strong><em>Places like Lewa can do a holding action until you can change attitudes. Remember that when the last rhino in Africa </em></strong><img class="alignleft size-medium wp-image-2447" title="anna2" src="http://aecetia.net/gws/aazk/wp-content/uploads/anna2-195x300.jpg" alt="anna2" width="195" height="300" /><strong><em>or Indonesia dies in agony with a bullet in its guts, or dies in a zoo of old age, 40 million years of evolution goes with it. Forever. And with the passing of the great mammals, a splendour will have gone out of our world and cannot return.</em></strong>', 'A Letter to the AAZK Membership from Anna Merz', 0, '', 'inherit', 'closed', 'closed', '', '2443-revision-v1', '', '', '2013-10-15 17:49:17', '2013-10-15 22:49:17', '', 2443, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2443-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3207, 1, '2013-10-15 17:49:18', '2013-10-15 22:49:18', 'About the Cover/Information for Contributors\r\nFrom the President\r\nLetter to the Editor\r\nThe Scoop\r\nBowling for Rhinos - Helping in the Fight Against Poachers\r\nComing Events\r\nNew Members\r\nGeneral Announcements\r\nA Letter to the AAZK Membership from Anna Merz\r\nWhat’s driving this massive upsurge in rhino poaching?\r\nAn Inside Look at IRF’s Indonesian Rhino Protection Units\r\nThe Rarest Rhinoceroses in Captivity\r\nHope for Rhinos in a World of Trouble\r\nRhino Values\r\nElephant and Rhino Poaching in Kenya\r\nThreats to Cheetah Survival in Kenya\r\nEducating Without Intimidating', 'April 2012', 0, '', 'inherit', 'closed', 'closed', '', '2421-revision-v1', '', '', '2013-10-15 17:49:18', '2013-10-15 22:49:18', '', 2421, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2421-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3208, 1, '2013-10-15 17:49:18', '2013-10-15 22:49:18', '<img class="alignnone size-medium wp-image-2481" title="lcs-aazk-logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/lcs-aazk-logo-300x76.jpg" alt="lcs-aazk-logo" width="300" height="76" />\r\n\r\nThe AAZK Lion Country Safari Chapter in West Palm Beach, FL has been focused on increasing fundraising efforts to benefit conservation organizations locally and internationally.  Chapter members have developed a cell phone recycling program on property that encourages guests to bring in used cell phones for recycling.  This program not only helps save valuable wildlife habitats and reduces electronic waste entering landfills, but also helps fund conservation projects sponsored by the chapter.  Last year, the chapter was able to recycle over <strong>1,700</strong> cell phones, placing the AAZK Lion Country Safari Chapter among the top ten collection organizations with recycling partner ECO-CELL.\r\n\r\nSeveral regular fundraisers throughout the year such as a staff art show, bake sale, holiday candy-gram sale, and chili cook-off competition allow the chapter to support a number of conservation initiatives including “Trees for You and Me.”  Each year the AAZK Lion Country Safari Chapter has participated in this chapter challenge campaign and consistently ranks among the top contributors.\r\n\r\nThe chapter’s most successful fundraiser event is “Bowling for Rhinos.”  Last year, an inaugural “Twilight Tour” of the safari with a focus on Lion Country Safari’s white rhinos promoted “Bowling for Rhinos” and helped raise additional funds for rhinoceros conservation.  Since it was such a smashing success, the chapter is expanding the pre-event, night tour this year to allow more people to experience this unique opportunity to see the animals after hours.  We look forward to another year of celebrating the zookeeping profession and commitment to wildlife conservation!\r\n\r\nThe AAZK Board of Directors sends their sincere appreciation to the Lion Country Safari Chapter for sponsoring this month’s issue of the Animal Keepers’ Forum.  The Chapter made a special contribution designated for the AKF with their re-charter materials.  It is the special contributions of our Chapters that allow our Association to continue to grow, expand your professional development opportunities, and reaffirm our commitment to your flagship conservation programs.  Our thanks go out to the Lion Country Safari Chapter for sponsoring this month’s AKF, and to all of the Chapters that support the Association throughout the year.\r\n\r\n<img class="aligncenter size-full wp-image-2493" title="art-show-2012" src="http://aecetia.net/gws/aazk/wp-content/uploads/art-show-2012.jpg" alt="art-show-2012" width="436" height="563" />\r\n<p style="text-align: center;">The three top winners, and Lion Country Safari   Chapter members, holding their art from this year’s AAZK Staff Art Show (from left to right): 2nd Place-Sara Ziegenfuss; 1st Place-Ashleigh Kandrac; 3rd Place-Sean Mallee.\r\n<div></div>', 'June 2012', 0, '', 'inherit', 'closed', 'closed', '', '2405-revision-v1', '', '', '2013-10-15 17:49:18', '2013-10-15 22:49:18', '', 2405, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2405-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3209, 1, '2013-10-15 17:49:18', '2013-10-15 22:49:18', '<p><em>The Cutest Animal You Will Ever See, a Red Panda of Course.<br />\r\nBy<br />\r\nNicki Boyd<br />\r\nBehavior Husbandry Manager<br />\r\nSan Diego Zoo</em></p>\r\n<p><em></em></p>\r\n<p>If you have ever worked with red pandas then you are probably already agreeing with me, if not take five minutes right now to search a YouTube® video of red pandas and you will instantly fall in love.  That is what happened to me 20 years ago when I began working with them at the San Diego Zoo, and I haven’t stopped adoring them since.  There is a lot of information out there about taking care of red pandas and this article will teach you some of the basics as well as conservation efforts going on.  If you like this information then look for the dedicated AKF issue all about red pandas in 2013. We’ll be making a call out for papers too so if you would like to contribute we’d love to have your help.  Some of you reading this may have come to the workshop in San Diego at the last annual AAZK, Inc. conference in August of 2011.  I really enjoyed the workshop, not only did I get to teach about one of my favorite animals but I learned from all the other red panda keepers out there.  It was a great networking tool and I look forward to more of those in the future.</p>\r\n<p>So, let’s talk about red pandas or the FIRST panda as I like to say.  They were discovered in 1825 about 50 years before the giant panda (<em>Ailuropoda melanoleuca</em>).  There are two sub-species (<em>Ailurus fulgens fulgens</em>) and (<em>Ailurus fulgens re-fulgens</em>) (formerly <em>styani</em>). Red pandas were once classified with Procyonidae and now most agree they should be in Ailuridae. There has been much debate over their family as well, even going as far as some scientist classifying them at one time with pinnipeds, really?? So over the years I have found it difficult to explain to zoo guests and panda enthusiasts what family they are really in.  Our graphics at the zoo still say raccoon relatives even though our general curator and I tried to get the graphics updated before they were finished.  Oh well, I’m sure that has never happened to any of you, right?  A great book that just came out last year is Angela Glatson’s “Red Panda: The Biology and Conservation of the First Panda”.  You can get it for around $70 at Amazon.com®.  This book has a chapter in it that will give you a great historical look at how many different scientists have classified them in so many families and the scientific ways they have determined the two sub-species and most objective classifications to date.</p>\r\n<p><strong>Diet and Medical Husbandry</strong></p>\r\n<p>The diet varies from zoo to zoo but I will give you diet recommendations from our nutritionists and research data from the field.  Our diet for a female weighing around 6 kilograms (13.2 pounds) is as follows.</p>\r\n<p>1<span> </span>LEAFEATER (MarionvZoological®)<span> </span>50 whole<span> </span>300g<span> </span> SMTWRFS<span> </span></p>\r\n<p>2<span> </span>APPLE<span> </span>90g<span> </span> SMTWRFS<span> </span></p>\r\n<p>3<span> </span>GRAPE<span> </span>4 whole<span> </span> SMTWRFS<span> </span></p>\r\n<p>4    BROWSE, BAMBOO, ASST SPECIES  <span> </span>15-1 m branches<span> </span> SMTWRFS</p>\r\n<p>We weigh them once a month and make sure they are staying within their target which can be adjusted by a body score that our nutritionist uses to maintain a healthy weight.  They will check for fat build up on abdomen and back.  If you can get your pandas trained for palpation this really helps.  The fruit is great for training and we free-feed the leafeater biscuits in bowls or enrichment devices. I will talk more about training further down in this article.  The bamboo is offered two to three times per day.   Our horticulture team cuts it fresh and delivers it to the area. On the weekends it is bagged on Friday and put into a cooler then delivered with our daily forage order.  It dries out quickly so you should put it in water right away.  We have created several water containers.  Four-inch PVC tubes with a cap on the end and a hole in the side can easily be hung on a lag bolt drilled into a tree and our newest exhibit  has it on display so we use large sections of bamboo culm that is dried out with a hole drilled in it and that is hung with the bolts drilled into the trees (for a more natural look).  There are many species of bamboo that can be grown in all climates and it grows fast so hopefully if you have red pandas your zoo will support growing fresh bamboo to feed out.  In the wild bamboo can be up to 98% of their diet (99% of the giant pandas’ diet).  Researchers have found they prefer species B. spanostachya. Unlike giant pandas they eat only the leaves.  They also eat berries, fruits, some meat such as birds, eggs and rodents.  They have a rapidly moving digestive tract.  Input versus output is about 4200 grams of food intake while they excrete 2750 grams, thus lots and lots of feces.  Most feces are found up in trees in field studies (57%), so having a high platform (or as I like to call it a poop platform) can help make a latrine for them that you can hopefully set up for easy cleaning and disinfecting.</p>\r\n<p>Pandas can get overweight very easy and that can cause a dystocia for breeding females so our veterinarians and nutritionists keep a close eye on them, and we make sure they stay around their target weight.  We sometimes have had to separate the male and female during feeding if she starts eating his food too, which can be difficult if they don’t want to shift.  We have also had to separate for daily medications.  As they get older dental disease is quite common and a low dose of antibiotics with 3 months on, 3 months off has really kept the gingivitis under control.  Some of the other medical issues you need to stay on top of are skin issues.  Some zoos with a lot of humidity have had an issue with ringworm; another good reason to train them for tactile palpation, their fur is so thick it will hide sores and injury.  We had an issue with hot spots and were able to treat topically with Silvadene but if we didn’t have our hands on the panda we may have missed it until it was a severe sore.</p>\r\n<p>For vaccination recommendations start at 8 weeks, then 3 weeks until 16 weeks, killed rabies vaccine every 3 years after the 1st year.  For animal ambassadors that have public contact we vaccinate against rabies every year and Distemper, Feline Herpes/Calici/Panleukopenia every three years.  They can be trained for hand injections or squeeze trained pretty easily.</p>\r\n<p><strong>Exhibit Design and Nest Box Recommendations</strong></p>\r\n<p>They are an arboreal animal that is built for a cold climate, they need shade, ideally a misting system and air conditioning unit for the warmer regions and hotter months.  High climbing spots with shade, ideally natural trees to climb up and sleep in make better displays.  They have an approximate Four-foot jump distance (not great jumpers but great climbers), so five to six foot walls with a turn back and smooth surface will work fine.  Ideally the exhibit would not be surrounded by visitors, giving them some escape from guests.  While they do warm up to familiar keepers and participate well with training (once comfortable) in many zoos they can still be shy and easily stressed.  If they pace a lot in a warm climate they can quickly overheat with that thick fur coat.  Having access in hot months to air conditioning is highly recommended.</p>\r\n<p>Nest boxes (SSP recommends 3 options, and boxes should not get over 70 degrees Fahrenheit), should be L shaped for females to feel hidden. I have seen many different next boxes, in the wild they would prefer a large hollowed out log or small cave; these have been simulated in some captive exhibits and worked well.  In most zoos I see wooden next boxes, many on legs to get them up off the ground, again with options for the female.  Before giving birth you will find her dragging lots of nesting material in the box.  I have had hay get moldy from getting wet so we prefer pine wood shavings or excelsior (wood wool) and the female tends to drag in a bunch of dried bamboo to make her own. Plants in the exhibit will probably vary greatly so I imagine there are many keepers out there with suggestions (again another great time to share in the red panda issue in 2013).  Many facilities have air conditioning in the denning area; they usually give birth mid-summer so here in the United States most of us are pretty warm so to decrease mortality keeping them cool is highly recommended.</p>\r\n<p><strong>Breeding</strong></p>\r\n<p>Red pandas reach sexual maturity at around 18 to 22 months, the earliest red panda to give birth was about 25 months-old.  They breed in late winter and their parturition is usually in early to mid-summer.  Studies show they are induced ovulators and can delay implantation, so knowing exact birth dates can be tricky.  Gestation is typically 114 days (can be shorter due to time of implantation) and can be anywhere from 98 to 158 days.  The SSP recommends cameras for the den box.  There are many different strategies for successful breeding and they vary so you have to find out what works for your facility.  Some separate the female from the male, others leave them together.  Some fathers have been seen playing with them once they are out of the next box, but normally would have nothing to do with raising offspring.  Experts say that if the pair is very compatible you have a better chance of her tolerating him during birth.  If she is easily stressed it may be best to move him out or at least separate them.  Some facilities lock the female in the back with her cubs for the first month.  We have had to hand-raise youngsters at the San Diego Zoo.  There is a high mortality so a trained female is much more likely to let you get your hands on the cubs, weigh them and check vitality.  If they are not gaining you can supplement feed or pull for hand-rearing.  Aspiration is very common with bottle-fed neonates so a well-developed hand-rearing protocol should be in place in case you need to pull cubs.</p>\r\n<p>Anyone can contact me at the zoo at <a href="mailto:nboyd@sandiegozoo.org">nboyd@sandiegozoo.org</a> and I will get you in touch with the appropriate nursery staff to get you set up with our best practices and formulas.</p>\r\n<p><strong>Training and Enrichment</strong></p>\r\n<p>Goals for training at our facility were prioritized by our veterinary department.  In a perfect world these are the priority behaviors to train in order of importance:</p>\r\n<p>Shift/station</p>\r\n<p>Scale</p>\r\n<p>Crate</p>\r\n<p>Body exam: tactile (topical treatment), mouth open, ears, eyes, genitalia, measurements, ultrasound.</p>\r\n<p>Injection training</p>\r\n<p>Optional leash training as ambassador (male best candidate if in breeding program during non-breeding season).</p>\r\n<p><img class="alignnone size-large wp-image-2401" title="red_panda" src="http://aecetia.net/gws/aazk/wp-content/uploads/red_panda-1024x751.jpg" alt="red_panda" width="717" height="526" /></p>\r\n<p>There are many successful training programs all over the country, with patience and trust these animals are extremely intelligent and will to learn.  Of course, each individual is different and time and energy allotted toward training may affect the success.  But at minimum you should be able to crate train and/or scale train them.  With such a large tail, use a tub, half crate or platform to make sure all of their tail is being weighed too.  While being overweight is a medical concern they can easily get underweight too and with all that fur it’s difficult to tell, which is another great reason to train palpation.  The SSP would like to collect measurements again from captive pandas and have it sent to the AZA SSP coordinator.  If you have them in your institution your Institutional Representative (IR) should have the 2011 recommendations which have a chart on what measurements they would like such as girth, nose to tail and more.  I can also send you the diagrams and contact information if you’re interested.  Red pandas can be difficult to enrich, but training is enrichment too.  They should be provided fresh bamboo daily (live plants get eaten too quickly).  Also know your bamboo before planting any in…</p>\r\n<div><strong>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></div>\r\n', 'What’s Black and White and Red all Over?', 0, '', 'inherit', 'closed', 'closed', '', '2400-revision-v1', '', '', '2013-10-15 17:49:18', '2013-10-15 22:49:18', '', 2400, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2400-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3210, 1, '2013-10-15 17:49:18', '2013-10-15 22:49:18', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<strong><em>Enrichment Effects on Lemur Behavior and Exhibit Visibility</em></strong>\r\n<em> Lemur catta and Eulemur fulvus rufus</em>\r\n<em> Smithsonian’s National Zoological Park</em>\r\n<em>Melba Brown, Thomas Morere, Lawrence Anderson and Jane Steil</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nVisitors to The National Zoo’s Lemur Island (photo 1) are treated to a scenic view of plant life and a towering waterfall. The island is a mixed-species exhibit that features 2.2 Ring-tailed Lemurs, <em>Lemur catta</em> (photo 2); 1.1 Red-fronted Lemurs, <em>Eulemur fulvus rufus</em> (photo 3); 0.0.100+ Turtles (Red-eared Sliders, <em>Trachemys scripta elegans</em>; Yellow-bellied Sliders, <em>Trachemys scripta script</em>; and Hybrid Sliders, Painted Turtles, <em>Chrysemys picta</em>; 0.0.3 Box Turtles, <em>Terrapene carolina</em>); 0.0.2 Bullfrogs, <em>Lithobates catesbeiana</em>; Toads, <em>Anaxyrus sp</em>; and 0.0.1 Northern Brown Snake, <em>Storeria dekayi</em>. The indoor facilities include 7 off-exhibit enclosures with a runway along one side and has cross chute capabilities. The lemurs stay indoors in the evening and during harsh weather. When on exhibit, however, the lemurs spend a significant amount of time away from public view on Olmstead Walk, the zoo’s main thoroughfare. The back of the island attracts the lemurs more than the front. Visitor traffic behind the exhibit is low and visitor frustration is often expressed by the question, “Where are the lemurs?”\r\n\r\n<img class="alignnone size-full wp-image-2344" title="lemur_island2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur_island2.jpg" alt="lemur_island2" width="604" height="485" />\r\n\r\nTo explore this particular management challenge, this study looked at the effects of gustatory, olfactory, visual and tactile enrichment presented on the island. The research objectives were to determine the activity budgets for the lemurs; determine their exhibit space and surface use; introduce and evaluate enrichment on Lemur Island; and, increase the lemurs’ visibility. This paper presents the results relating to activity budgets and enrichment effects on lemur behavior and exhibit visibility. The exhibit space and surface use results will be published in another publication.\r\n\r\nPrior to this study, when the lemurs were offered food items on the island, they were difficult to shift indoors when needed. Also, due to a previous rodent problem on the island, prepared food is not offered to them while on exhibit. They do, however, forage on a variety of plants growing in and near the exhibit such as Scarlet Curls Willow (<em>Salix matsudana</em> x <em>S. alba</em>), Common Plantain (<em>Plantago major</em>), Ground Ivy (<em>Glechoma hederacea</em>), Crape Myrtle (<em>Lagerstroemia sp.</em>) flowers and dried leaf litter. Of particular note is their preference for new leaf growth on the Scarlet Curls Willow and Common Plantain herb. This tendency towards eating new plant growth has been seen in semi-free-ranging ring-tailed lemurs (Dierenfeld and McCann, 1999).\r\n\r\nSeveral reasons expressed by staff as to why the lemurs prefer the back of the island include fear of turtles and hawks, presence of trees and shade availability, heated huts, ground cover; and a general anticipation of entering the building for the PM feeding. The entryway into the indoor facility is located at the back of the island. One additional reason for the preference could be that the boulders along the front of the exhibit may get too hot during warmer weather and the lemurs limit their time walking on them.\r\n\r\nInformal preliminary observations revealed that the lemurs, when on exhibit, were motivated to move and explore the island in search of foraging material (leaves, tree buds, small plants and leaf litter). Thick vegetation is concentrated on the back and sides of the island. The front of the island consists primarily of boulders, a waterfall and pool. There is sparse vegetation as well as limited shaded areas along the front of the exhibit. Their basic preference for the back of the island may simply be due to the higher concentration of foliage. The lemurs have been observed along the front of the exhibit but only for relatively short periods of time in comparison to their time spent elsewhere.\r\n\r\n<img class="size-full wp-image-2345 alignleft" title="rtlemur11" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur11.jpg" alt="rtlemur11" width="416" height="335" />\r\n\r\n<img class="size-full wp-image-2346 alignright" style="border-style: initial; border-color: initial;" title="lemur1" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur1.jpg" alt="lemur1" width="427" height="347" />\r\n\r\n<strong>Animals and Methods</strong>\r\n\r\nLemurs are prosimians that are native to Madagascar and the Comores Islands. They live in varied habitats. They are folivorous and will ingest fruit, insects, soil and other matter (Simmen et al., 2006). One of the main physical characteristics of lemurs is a moist nose and a high level of olfaction. They have scent glands and use chemical communication to transmit specific information between individuals and groups. Ring-tailed lemurs have striking black and white tails. Males and females look similar but closer inspection reveals distinctive features. The Lemur Island ring-tailed lemurs range in age from 12 years to 23 years. Red-fronted Lemurs are a subspecies of Brown Lemur, Eulemur fulvus. Males and females are sexually dichromatic. In photo 3, the male is in the foreground and the female is in the background. The red-fronted lemurs are 19 and 26 years-old.\r\n\r\nThe research objectives were explored by placing 4 forms of enrichment along pre-determined, as well as random locations on the island and quantifying the information gathered by establishing the lemurs’ activity budgets without the enrichment and then comparing this baseline data to their activity budgets once the enrichment items were in place. An emphasis was placed on exhibit location to determine how effective the enrichment was as far as increasing animal visibility. To facilitate island observations and measure visibility, the island was divided into quadrants and coded as Q1 (front left); Q2 (rear left); Q3 (rear right); and Q4 (front right.)\r\n\r\nThe behaviors observed and recorded were Rest, Move, Forage, Groom, Other and Not Visible. For the purpose of this study, we defined ‘Forage’ as the actual act of solid or liquid consumption.\r\n\r\n<img class="aligncenter size-full wp-image-2351" title="ethogram" src="http://aecetia.net/gws/aazk/wp-content/uploads/ethogram.jpg" alt="ethogram" width="573" height="205" />\r\n\r\n<strong>Enrichment</strong>\r\n\r\nBrowse: Each day, a wheelbarrow full of browse [Maple — <em>Acer platanoides</em> (Norway), <em>Acer saccharinum</em> (sugar), <em>Acer japonica</em> (Japanese red)], Bamboo — <em>Phyllostachys aureosulcata</em> (yellow groove,) <em>Phyllostachys aurea</em> (golden) or <em>Phyllostachys bisettii</em>, <em>Pseudosasa japonica</em> (arrow), Bradford Pear (<em>Pyrus calleryiana</em>) and/or Mulberry — <em>Morus alba</em> (white) and/or <em>Morus rubra</em> (red) was divided and placed in different locations.\r\n\r\n2.) Fresh Rosemary (<em>Rosmarinus officinalis</em>) Sprigs: Each day, 7-9 sprigs were placed in different locations (photo 5). Prior to being put on the island, the sprigs were rubbed to release more of their herbaceous scent. Ring-tailed lemurs have been observed in the wild ingesting herbs (Soma, 2006).\r\n\r\n3.) Ginger (<em>Zingiber officinale</em>) Essential Oil in Cholla Wood: Essential oils are extractions from plant parts (petals, roots, leaves, bark). Cholla wood is the skeletal part of a cholla cactus (<em>Opuntia sp.</em>). Each day, 7-10 drops of essential oil were placed along each piece of cholla wood (photo 6). Eight pieces of wood were used for this phase. The highly-scented wood was placed in different locations on the island. At the end of each day, the wood was collected and placed in a plastic bag and the next day, additional drops were added so that each consecutive day of the study, the scent on the wood became more concentrated.\r\n\r\n4.) Clay-rich Soil: The island soil is dry and very compact and not readily available or attractive to the lemurs as evidenced by preliminary observations. Each day, 31bs of soil was divided into piles and placed in different locations (photo 7). The enrichment soil was collected and processed to remove any unwanted matter. The soil was stored in a refrigerator prior to use. Primates have been heavily documented as engaging in geophagy (Krishnamani and Mahaney, 2000) (Ganzhorn, 1987) (Pinkus, Susan, Smith, James N.M. and Jolly, Alison, 2006).\r\n\r\n<img class="alignleft size-full wp-image-2353" title="rtlemur" src="http://aecetia.net/gws/aazk/wp-content/uploads/rtlemur.jpg" alt="rtlemur" width="429" height="345" />\r\n\r\n<img class="alignright size-full wp-image-2354" title="ginger" src="http://aecetia.net/gws/aazk/wp-content/uploads/ginger.jpg" alt="ginger" width="427" height="340" />\r\n<p style="text-align: center;"><img class="size-full wp-image-2358 aligncenter" title="lemur2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lemur2.jpg" alt="lemur2" width="431" height="424" /></p>\r\n\r\nThe Group Scan-sampling Methodology was used for this project. The research team used a stopwatch and data collection sheets for coded entries. For each part of the study, the observers conducted five, 30-minute observations at 3-minute intervals per day for four days between the hours of 10:00am – 2:30pm (1000hr-1430hr). The 3-minute interval was determined to be the best one after conducting preliminary trials with 1-minute and 2-minute intervals. When inclement weather prevented observations, the study continued on the next scheduled day. Temperature and weather conditions were noted on the data sheets: sunny, cloudy, partly sunny or partly cloudy. Four additional observers were involved in data collection to help reduce observer bias. The total observation hours were 50 hours per species. There were 20 observation days. The data were analyzed and entered into histograms with a 5% standard deviation. The information is presented in percentages of time spent engaged in observed activities. The unpaired t test was used to determine significance.\r\n\r\n<strong>Results</strong>\r\n\r\nChart 1 illustrates the activity budget results for the ring-tailed lemurs. The majority of time was spent resting (51%). In comparison, a field study of Malagasy ring-tailed lemurs reported a similar resting budget result (53.7%) (Simmen et al., 2010). The ring-tailed lemurs had significant movement behavior (23%) and grooming behavior (14%). They were not visible a lower percentage of time (9%). Foraging was the least frequent behavior (3%).\r\n\r\n<img class="aligncenter size-full wp-image-2364" title="chart1" src="http://aecetia.net/gws/aazk/wp-content/uploads/chart1.jpg" alt="chart1" width="641" height="427" />\r\n\r\n<img class="aligncenter size-full wp-image-2365" title="chart2" src="http://aecetia.net/gws/aazk/wp-content/uploads/chart2.jpg" alt="chart2" width="638" height="417" />\r\n\r\nChart 2 illustrates the activity budget results for the red-fronted lemurs. The resting behavior was the dominant behavior (60%). In comparison, a field study of red-fronted lemurs reported a lower resting budget result (47%) (Overdorff, 1996). The 27% increase seen in our lemurs may be a result of the weather and/or age. The red-fronted lemurs were not visible 33% of the time which is more than three times that of the ring-tailed lemurs. This is understandable due to the small sample size: n=2. The movement behavior (3%), grooming behavior (1%), and foraging behavior (2%) results were low.\r\n\r\nThe ring-tailed lemur Chart 3 illustrates their baseline activity as it relates to the enrichment. The resting behavior and ginger/cholla enrichment result was found to be extremely significant (P = 0.0002); and, the resting behavior and soil enrichment result was very significant (P = 0.0096). The movement behavior with ginger/cholla enrichment resulted in a very significant behavioral decrease (P = 0.0094). The foraging results show some degree of activity increase with the forms of enrichment that could be consumed, namely browse, rosemary and soil. The grooming behavior and ginger/cholla enrichment result shows a significant decrease in this behavior (P = 0.0162). The grooming activity and soil enrichment resulted in a significant decrease in the behavior as well (P = 0.0050). There was, however, an increase in the grooming behavior with the rosemary enrichment. The chart illustrates a level of visibility increase with each form of enrichment.\r\n\r\n<img class="aligncenter size-full wp-image-2367" title="graph1" src="http://aecetia.net/gws/aazk/wp-content/uploads/graph1.jpg" alt="graph1" width="503" height="348" />\r\n\r\n<img class="aligncenter size-full wp-image-2368" title="graph2" src="http://aecetia.net/gws/aazk/wp-content/uploads/graph2.jpg" alt="graph2" width="525" height="378" />\r\n\r\nThe red-fronted lemur Chart 4 illustrates their baseline activity as it relates to the enrichment. There was an increase in resting behavior in the presence of rosemary (P = 0.618), ginger/cholla and soil. There was a significant increase in the movement behavior (P = 0.0428) with browse enrichment. The chart shows an increase in foraging activity in the presence of browse, rosemary and soil. The grooming behavior with browse enrichment resulted in a significant increase in the behavior (P = 0.0435). The chart shows an increase in visibility with each form of enrichment. Rosemary was particularly effective in increasing visibility (P = 0.0073).\r\n\r\n<strong>Discussion</strong>\r\n\r\nThe activity budget results for the ring-tailed lemurs were unexpected. One assumption was they were not visible a significant amount of time when on exhibit. The study showed they were not visible 9% of the time. During the summer, the trees on the island have full canopies and when the lemurs are resting in them, they can be difficult to see until they are pointed out by interpreters. Another assumption was they consumed plenty of island vegetation. The results of the study showed a low percentage of time engaged in vegetation consumption. The activity budget results for the red-fronted lemurs support the assumption that they were not visible a significant amount of time (33%). They spent most of their time resting (60%) which could have been a factor of weather extremes and/or age. Also, they moved less than expected which could have been explained by the weather as well. Like the ring-tails, the red-fronted lemurs did not spend a significant amount of time foraging (2%). One thing that was noted consistently during the observations was both groups tended to forage most when they were initially released on the island and early in the growing season. They ate fresh buds on trees, consumed dried leaves and nibbled on low-lying new growth.\r\n\r\nThe ring-tailed lemurs’ responses to the enrichment forms compared to the baseline activity provided interesting information. The resting behavior increased in the presence of browse, ginger/cholla and soil; and, the resting behavior decreased with the rosemary. They were very attracted to the rosemary and they were observed carrying the sprigs around the island. Their movement showed a slight decrease with the browse and rosemary enrichment and more of a decrease in the presence of ginger/cholla and soil enrichment. Their foraging behavior increased with each form of edible enrichment. They were observed eating the enrichment browse. Also, they readily consumed the soil and were observed increasing their intake of island vegetation. These observations support one of the reasons suggested for geophagy which is to detoxify the system by absorbing tannins and other components found in plants (Johns and Duquette, 1991). The grooming behavior decreased in the presence of browse, ginger/cholla and soil; and, increased with the fragrant rosemary. As was noted above, the ring-tailed lemurs carried the rosemary around the exhibit and the fresh herb, undoubtedly, left its strong scent on their hands and fur which, most likely, caused an increase in the grooming behavior. The other behaviors showed a slight increase with the browse, rosemary and soil. They were not visibly interactive with the ginger/cholla enrichment, even though the scent was prevalent. There were observed instances of displacement among the lemurs which resulted in less enrichment time for particular individuals. There was an increase in visibility with each form of enrichment, in particular, the soil. The ring-tailed lemurs were most visible with the soil present and they were very engaged in soil consumption.\r\n\r\nThe red fronted lemurs’ responses to the enrichment forms compared to the baseline activity results yielded interesting information as well. The chart indicates that they rested less and moved more, foraged more and groomed more with the browse enrichment. They were observed eating the browse. They became more active and were much more visible. A possible reason could be related to an increase in energy levels with the desired foraging matter available. The chart shows an increase in their foraging behavior in the presence of the enrichment forms that were edible, similar to the ring-tailed lemur results. Of note was their increase in other behaviors in the presence of soil. They were observed ingesting the soil. Again, there were instances of lemur displacement and a degree of competition. The red-fronted lemurs did not physically interact with the ginger/cholla enrichment. The strong concentration of scent may have had a repellent effect. Like the ring-tailed lemurs, the red-fronted lemurs were more visible with each form of enrichment offered.\r\n\r\nIn conclusion, the presence of varietal enrichment offered on Lemur Island can have a measurable impact on the activity and visibility of the lemurs. Seasonality was a significant factor in this study. The project was conducted in May, June and July of 2011 with high temperatures and humidity. At times, the lemurs were less active than expected most likely due to the weather conditions. Noteworthy, though, was their heightened attraction to the clay-rich soil. A further study may take a closer look at the interactions of the lemurs with clay-rich soil and its impact on island vegetation consumption.\r\n\r\n<strong>Acknowledgements</strong>\r\n\r\nSmithsonian’s Access to Opportunities Program: – Krista Flores and Emily Shapiro; Ivymount School – great support from Lu Merrick, Laura Klingler, Donna Morere and John Monti; The Primate Unit for great support: Lisa Stevens for project approval, Megan Anderson for being the back-up organizer, Amanda Bania, Marty Dearie, Laurie Thompson, Heather Harl, Becky Malinsky, Erin Stromberg and KC Braesch for lemur shifting and enrichment placement; Eric Kliebert for digging the soil; Heidi Hellmuth – for enrichment support; Brian McLaren, Melinda Whicher &amp; Suzy Alberts – Lemur Island plant IDs; Department of Nutritional Resources for collecting and delivering varietal browse and fresh rosemary – Mike Maslanska, Bill Clements, Karen Lisi, Lisa Schneider, Albert Olsen, Tyrone Savoy, Eric Smith, Bernard Graham, Deb Grupenhoff, Matt Neff, Laurie Smith and Sara Allison; Polly Lasker – NZP Librarian; Dr. Sara Zehr, Research Manager, Duke Lemur Center for species information; Reptile Department – Matt Evans for IDs; Amma Tabirih and Patrice Payne for administrative support; Anthony Hiza and Greg Ose - sounding boards; The Lemurs – Thank you to the red-fronted lemurs - Red Oak and Flare; and the ring-tailed lemurs - Andromeda, Myrto, Ninna and Gelon!\r\n\r\n<strong>Bibliography</strong>\r\n\r\nDierenfeld, Ellen S. and McCann, Colleen M. 1999. Nutrient composition of selected plant species consumed by semi free-ranging lion-tailed macaques (<em>Macaca silenus</em>) and ring-tailed lemurs (<em>Lemur catta</em>) on St. Catherines Island, Georgia, U.S.A. <em>Zoo Biology</em>, 18:481-494.\r\n\r\nGanzhorn, Jorg U. 1987. Soil consumption of two groups of semi-free-ranging lemurs (<em>Lemur catta</em> and <em>Lemur fulvus</em>), <em>Ethology</em>, 74, 146-154.\r\n\r\nJohns, Timothy and Duquette, Martin. 1991. Detoxification and mineral supplementation as functions of geophagy. <em>American Journal of Clinical Nutrition</em> 53:448-456.\r\n\r\nKrishnamani, R and Mahaney William C. 2000. Geophagy among primates: adaptive significance and ecological consequences. <em>Animal Behavior</em>, 59, 899-915.\r\n\r\nOverdorff, Deborah J. 1996. Ecological correlates to activity and habitat use of two prosimian primates:(<em>Eulemur rubriventer</em>) and (<em>Eulemur fulvus rufus</em>) in Madagascar. <em>American Journal of Primatology</em>, 40 :327-342.\r\n\r\nPinkus, Susan, Smith, James N.M. and Jolly, Alison. 2006 Feeding competition between introduced (<em>Eulemur fulvus</em>) and native (<em>Lemur catta</em>) during the birth season at Berenty Reserve, Southern Madagascar. <em>Ring-tailed Lemur Biology</em>, 119-140.\r\n\r\nSimmen, Bruno et al. 2010. Total energy expenditure and body composition in two free-living sympatric lemurs. <em>PloS One</em>, Volume 5, Issue 3.\r\n\r\nSimmen, Bruno et al. 2006. Plant species fed on by (<em>Lemur catta</em>) in gallery forests of the southern Domain of Madagascar. <em>Ring-tailed Lemur Biology</em>, 55-68.\r\n\r\nSoma, Takaya. 2006. Tradition and novelty: <em>Lemur catta</em> feeding strategy on introduced tree species at Berenty Reserve. <em>Ring-tailed Lemur Biology</em>, 141-160.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Richard Kotarsky:</strong>\r\n\r\nThanks Melba, James, Lawrence and Thomas for sharing your paper with the AAZK membership! This paper is another excellent example of a successful goal-directed enrichment initiative that can be used to solve management issues such as visibility of a popular exhibited species. You did an excellent job with the research into the species’ natural histories and natural behaviors; then designing a plan working towards encouraging a specific behavioral goal such as increased activity and visibility for the zoo visitors. Using the ethogram as a tool for your observations to determine the success of the enrichment and the specific goals for each species is an excellent way to quantify and qualify the results. Lastly, your results clearly show that the presence of goal-based varietal enrichment and something as simple as giving variable choices offered daily on the Lemur Island can have an obvious significant impact on the activity and visibility of the lemurs. Thanks again Melba, James, Lawrence and Thomas. I greatly enjoyed your paper.', 'Part II - Lemur Island Enrichment', 0, '', 'inherit', 'closed', 'closed', '', '2317-revision-v1', '', '', '2013-10-15 17:49:18', '2013-10-15 22:49:18', '', 2317, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2317-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3211, 1, '2013-10-15 17:49:18', '2013-10-15 22:49:18', '<em>By Leslie Lurz, Animal Keeper\r\nMaureen Leahy, Curator of Primates\r\nLincoln Park Zoo, Chicago, IL, U.S.A.\r\n<a href="mailto:llurz@lpzoo.org"> llurz@lpzoo.org</a></em>\r\n\r\n<strong>Overview</strong>\r\n\r\nAt Lincoln Park Zoo in Chicago, Illinois, several adult western lowland gorillas (<em>Gorilla gorilla gorilla</em>) were found to be overweight in 2008. Weight issues are of great concern since obesity in gorillas can result in a variety of health problems, including elevated cholesterol concentrations and premature cardiovascular disease (Gorilla SSP, 2008). In fact, cardiovascular disease is the leading cause of mortality in captive adult gorillas (Gorilla SSP, 2008; Lammey et al. 2008). Understanding that the maintenance of a gorilla’s optimal body weight may significantly reduce the health risks associated with progressive heart ailments—ranging from aneurism to valvular disease to cardiomyopathy—and Type 2 diabetes (Duffy, 2009; Tordiffe, 2008), animal care staff responded with both dietary and husbandry interventions.\r\n\r\nThis paper demonstrates how changes in husbandry, management, and diet (implemented over a two-year period) effectively promoted weight loss for targeted individuals within the gorillas housed at Lincoln Park Zoo (LPZ). This paper will highlight the case of “Kowali,” a 33-year-old gorilla and one of LPZ’s most significantly overweight adult females, who ultimately lost over 50 pounds [22.7 kg] over the course of two years.\r\n\r\n<strong>Introduction</strong>\r\n\r\nBody-weight management can be a challenging component of animal care. Some animals live a more sedentary lifestyle in zoological settings. Care must be taken to ensure that animals do not become overweight or obese as a result. Given their social nature and the need to provide group foraging opportunities, non-human primate species can be especially challenging. It is often difficult to manage dietary portion control when dominant animals hoard preferred foods and displace subordinate individuals from some foraging opportunities.\r\n\r\nBecause of the complexity of gorilla social structures, scientists theorize that dominant animals may be prone to excess weight gain (Ullery, et al. 2003). The dominant animal tends to determine the time that others spend feeding in any particular location, leaving the subordinate animals to eat only what is left over. This pattern of hierarchical behavior might result in excessive food intake by the dominant animals given their natural social dynamic. This dominant animal theory may explain one of the contributing factors for the weight gain of several gorillas housed at Lincoln Park Zoo in Chicago, Illinois, including the case of one adult female named Kowali.\r\n\r\nKowali resides in one of LPZ’s gorilla troops along with a silverback, two adult females, and her juvenile son. Kowali has a history of above-average weights compared with other LPZ females of similar age. She is also shorter in stature than the other adult female gorillas; as a result, weight increases tend to be more visible on her stout frame. In January 2008, Kowali (then 30 years old) topped the scale at more than 270 pounds, and the zoo’s veterinarians and nutritionist rated her body condition score as obese. A body condition score is defined as an assessment of the animal’s weight-for-age and weight-for-height ratios and its relative proportions of muscle and fat. Having Kowali identified as obese was a catalyst for the animal care staff to come up with creative and new ways to address weight for the gorillas housed at LPZ.\r\n\r\nLPZ’s animal care staff devised a plan that would address diet management and activity for Kowali by focusing on five different goals: (1) incorporating scale training into the husbandry routine to obtain quarterly weights; (2) integrating additional exercise into her daily routine; (3) modifying diet content; (4) varying food presentation; and (5) increasing feeding schedules. The remainder of this paper describes the changes in husbandry practices made at LPZ in an attempt to reduce Kowali’s weight and the results seen from those modifications.\r\n\r\n<strong>Methods</strong>\r\n\r\n<em>Monitoring weights with scale training</em>\r\n\r\nPrior to 2008, animal weights were obtained somewhat opportunistically and often solely during routine physical exams. Since then, keepers have made it a priority to monitor the apes’ weights more closely. Like the majority of LPZ apes, Kowali is now scale trained, meaning she will voluntarily sit on a scale and hold the position long enough to get an accurate weight. Other group members are stationed elsewhere while the focal individual is on the scale. The goal is to weigh each animal quarterly, but some individuals require variation depending on the individual’s health and body condition. Records are kept to monitor their weights, which are reported to other members of our animal care staff, including veterinarians and the nutritionist. Kowali is now typically weighed every three months to closely monitor her weight-loss progress.\r\n\r\n<em>Exercise</em>\r\n\r\nOperant-conditioning training sessions using positive-reinforcement techniques are integral to the husbandry practices at LPZ. The apes participate in individual operant-conditioning training sessions once daily in the morning, and ape groups are alternated to receive an additional afternoon training session. All the apes are trained to present various body parts to allow for visual inspection, hand-injections, and desensitization to other medical props. These sessions also provide an opportunity for keepers to encourage the apes to move about their exhibits and “exercise.”\r\n\r\nIn the case of Kowali, specific efforts were made to have her engage in behaviors that mimicked callisthenic-like exercises during these training sessions. Calisthenics are a dynamic form of exercise that consists of simple movements, often in repetition, to promote muscular and cardiovascular fitness. To facilitate this, her primary trainer devised a shaping plan to condition her to stand, sit, lift her legs, and repeat these movements. Reinforcements for offering a correct behavioral response were fruit, produce, and Mazuri® leaf-eater chow, which were already a part of her normal diet. As a result, there was an increase in her movement and activity level without increasing her caloric intake.\r\n\r\nInitially, it was challenging to motivate an overweight animal like Kowali to exercise, so keepers started slowly with a simple “stand” and “sit” routine. She would stand; then the trainer would bridge, reinforce her, and ask her to sit. The trainer continued to work on this routine, increasing the number of repetitions over time. Next, the duration of her “stand” behavior was increased so that Kowali stood and the trainer asked her to “hold.” In the beginning, she would stand and then creep back down, but she learned quickly that she would not be reinforced if she sat before the cue, which usually terminated the exercise portion of her session. After she was comfortable standing for a longer duration, her established husbandry behaviors were incorporated while she remained standing, including leg lifts (“foot” presentation at various heights on the cage front), mouth, ear, shoulder, arm, chest, belly, etc. The trainer asked her to present these behaviors while she remained standing; Kowali was variably reinforced for her efforts. The sit-and-stand exercise portion remained part of her routine as well. Over time Kowali built up her endurance, so exercise portions of her training session were extended and included more repetitions. Later, the laser pointer was introduced to Kowali’s training routine. Once she learned to touch the laser dot, she locomoted around to follow the dot, touch it, and be reinforced. Once these behaviors were established, any ape keeper could ask her for them if her primary trainer was unavailable. This enabled Kowali to remain consistent with a daily exercise routine.\r\n\r\nKowali’s exercise training was not without its challenges, as she would sometimes appear frustrated when the number of exercise repetitions in her session began to increase. Kowali tried to swipe or bark at the keeper through the mesh barrier. As a result, her primary trainer developed some guidelines to curb her aggression. If she was minimally aggressive (e.g. hand flick directed toward keeper or slight barking), she would receive an LRS (least stimulus response, or three to five seconds with no response from the trainer) and then her session would continue. If she was aggressive a second time, her session would be ended. If she was unacceptably aggressive towards the trainer (e.g. attempted to grab her trainer), her session would be ended immediately. With all other keepers consistently following these criteria, her aggression quickly subsided.\r\n\r\n<em>Kowali’s Diet Modifications</em>\r\n\r\nKowali quickly adjusted to the exercise portion of her weight loss program, but her diet needed to be addressed as well. At Regenstein Center for African Apes, individual diets are formulated by veterinarians and the nutritionist. Gorillas’ daily diet includes fruit, leafy greens, vegetables, starch, and Mazuri® leaf-eater chow. In 2008, with the exception of individual fruit rations, all other diet items were group fed, including Mazuri® leaf-eater chow, which is the most calorically dense item in their diet (See Figure 1, which shows Kowali’s daily diet amounts)…….\r\n\r\n<strong>\r\n</strong>\r\n<div style="font-style: italic;"><em><img class="size-full wp-image-2307 alignnone" title="kowali_before1" src="http://aecetia.net/gws/aazk/wp-content/uploads/kowali_before1.jpg" alt="kowali_before1" width="338" height="438" /> </em><strong><strong>Kowali before</strong></strong><em> </em><em>(both photos by LPZ staff)</em></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"><em>\r\n</em></div>\r\n<div style="font-style: italic;"><span style="font-style: italic;"><img class="alignnone size-large wp-image-2308" title="kowali_after" src="http://aecetia.net/gws/aazk/wp-content/uploads/kowali_after-1024x768.jpg" alt="kowali_after" width="502" height="377" /> </span><strong>Kowali after</strong></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"></div>\r\n<div style="font-style: italic;"><strong>\r\n</strong></div>\r\n<div style="font-style: italic;"><strong>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></div>', 'Biggest Loser—Ape Style: How husbandry changes can result in significant weight loss', 0, '', 'inherit', 'closed', 'closed', '', '2305-revision-v1', '', '', '2013-10-15 17:49:18', '2013-10-15 22:49:18', '', 2305, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2305-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3212, 1, '2013-10-15 17:49:18', '2013-10-15 22:49:18', 'About the Cover/Information for Contributors\r\n\r\nFrom the President\r\n\r\nThe Scoop\r\n\r\nLetters to the Editor\r\n\r\nComing Events\r\n\r\nAAZK Announces New Members\r\n\r\nGeneral Announcements\r\n\r\nCall for Papers For Dedicated Issue of AKF – CHELONIANS\r\n\r\nThank You Commercial Members\r\n\r\nThe Biggest Loser - Ape Style\r\n\r\nA Special Partnership Part I\r\n\r\nEnrichment Options: Lemur Island Enrichment Part II\r\n\r\nTraining Tales (<em>Catch a Tiger by the Tail: The Next Phase of Tiger Training at Disney’s Animal Kingdom®</em>)\r\n\r\nConservation Station (<em>A Conversation for the Conservationist</em>)', 'February 2012', 0, '', 'inherit', 'closed', 'closed', '', '2302-revision-v1', '', '', '2013-10-15 17:49:18', '2013-10-15 22:49:18', '', 2302, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2302-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3213, 1, '2013-10-15 17:49:18', '2013-10-15 22:49:18', 'About the Cover/Information for Contributors\r\n\r\nScoops &amp; Scuttlebutt\r\n\r\nComing Events\r\n\r\nAAZK Announces New Members\r\n\r\nGeneral Announcements\r\n\r\nFrom the Editor - Toronto Zoo Elephants\r\n\r\nIntroducing 1.1 Andean Condors (<em>Vultur gryphus</em>) at the Knoxville Zoo\r\n\r\nTraining Tales and Enrichment Options Announcements\r\n\r\nBook Review: Animal Investigators: How the World’s First Wildlife Forensics Lab is Solving Crimes and Saving Endangered Species\r\n\r\nSecond Call for Papers - 2012 AAZK National Conference\r\n\r\nPrehensile-tailed Porcupine Anesthesia Crate\r\n\r\nEnrichment Options: Reaching out for Enrichment in Arboreal Monitor Lizards\r\n\r\nResearch in Practice\r\n\r\nAnimal Keepers’ Forum 2011 Index', 'January 2012', 0, '', 'inherit', 'closed', 'closed', '', '2260-revision-v1', '', '', '2013-10-15 17:49:18', '2013-10-15 22:49:18', '', 2260, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2260-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3214, 1, '2013-10-15 17:49:18', '2013-10-15 22:49:18', '<p style="text-align: center;"><em><img class="aligncenter size-full wp-image-918" title="training_tales2" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales2.jpg" alt="training_tales2" width="615" height="197" /></em></p>\r\n\r\n<p style="text-align: left;"><em>By</em>\r\n<em>Allyson Corea, Swing Keeper</em>\r\n<em>Natural Bridge Zoo, Natural Bridge, Virginia</em>\r\n\r\n<em></em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nIn the spring of 2010, the staff at the Natural Bridge Zoo began experiencing behavioral problems with two of our dromedary camels (Camelus dromedarius). Juvenile camels, Isabel and Carrie were born in the late fall of 2009. Unfortunately, due to the heavy snows that winter, the camels did not have many opportunities to leave their stall. It wasn’t until the end of April that the weather was warm enough to start keeping the camels outside during the day. We needed to use halters and leads to walk them from the stalls to the petting area, but this proved to be very difficult since the camels had not experienced walking on leads and halters before. Isabel and Carrie would have “tantrums” which often included lots of screaming, kicking and jumping, pulling on the lead, running ahead, and sometimes simply refusing to move. We also needed to address an issue that occurred during feeding time. The camels would rush to the gate upon seeing the arrival of grain, would refuse to back up, and even attempt to eat the grain straight from the bucket. This lack of respect of the zookeeper’s space was a potentially dangerous situation that needed to be resolved. To solve these problems, another zookeeper and I were permitted to implement a training program for walking the camels using operant conditioning. Most of my previous training experience was in canine obedience. This was my first time working with camels, so this was going to be an exciting learning experience for all of us.\r\n\r\n<strong>Preparation</strong>\r\n\r\nTo develop a training plan, we first had to determine appropriate sources of positive reinforcement. Although, bottles were advantageous as motivators, it was not an efficient training reward. Another fact to consider was that the juvenile camels were not used to chewing pieces of fruit. We found that it was difficult for them to grab onto a large chunk of apple or pear. The size of the treat had to be taken into account. If the treat was too large, the amount of time taken to chew it detracted from the training and there was the possibility of the camel’s attention wandering. Grapes were another favored treat, but were too slippery and easily dropped. Finally, we discovered that watermelon cut into small cubes was a quick and healthy treat. Watermelon cubes were easy for camel lips to grab onto, and small enough to prevent the focus of the camels from wandering. We decided to use watermelon cubes as a primary reinforcer, and praise as a conditioned reinforcer. Isabel, in particular, enjoyed grooming sessions, so we used that to our advantage. Brushing the camels every morning also helped to build trust between the camels and the keepers. Such tactile reinforcement was beneficial should we ever need to inspect feet or legs.\r\n\r\nKnowing that consistency is so important, training was to occur every time the camels needed to be walked outside to the petting area, depending on the weather. We also planned for several short training sessions throughout the day. Our two major goals of the training program were to desensitize the camels to the halters and walk the camels calmly without problems. The problems we needed to address during walks were: tantrums, becoming distracted/eating grass, refusing to move, running ahead of the trainer, and crowding the trainer’s space.\r\n\r\n<strong>Training</strong>\r\n\r\nThe first step in our training program was to desensitize Isabel and Carrie to the leads and halters. Initially, both camels would run away or throw a tantrum upon seeing the halters. We realized in this case, the bottle was the best way to get the camels’ focus. During the first few attempts, the camels were haltered as the bottles were given. We incorporated haltering during each bottle time; therefore, it only took a few times for the camels to begin associating the halters with bottles. After re-assessing our strategy, we changed our tactics to haltering first, followed by rewarding good behavior with a bottle. We did this because we wanted to be able to halter a camel at any time, whether or not a bottle was presented.\r\n\r\nOccasionally, Isabel or Carrie would get upset while being haltered, and struggle. In these instances, we would wait for the camel to calm down, and proceed with the behavior. The camel would receive the bottle only after a calm haltering. Tactile reinforcement and praise were also used to encourage a stress-free haltering.\r\n\r\nOnce a camel was successfully haltered, two handlers were required. The primary trainer held the lead rope and treats while an assistant stood towards the back and off to one side, with a staff ready to give a prod in the rump if necessary. During visiting hours, we used an unoccupied enclosure for training sessions. The circular path in the enclosure was easy for the camels to follow while on the lead. Therefore, to ensure that Isabel and Carrie were following our lead and not just the path, we changed the route as often as possible. We included counter-clockwise routes, figure-eights, half- circles, etc.\r\n\r\nIt was important to keep training sessions brief, ensuring they always ended on a positive note. As the camels showed progress, session lengths gradually increased.\r\n\r\nWe learned how to anticipate a tantrum, and prevent it from happening. If a camel began showing signs that she was about to jump-kick, a quick downward jerk of the lead with a simultaneous and firm “No” was applied, similar to canine obedience. The key was to watch the camel’s behavior and posture. A sudden quickening in pace, the camel’s nose in the air and a stiff, outstretched neck were clear…\r\n\r\n<img class="alignnone size-large wp-image-2231" title="camel1" src="http://aecetia.net/gws/aazk/wp-content/uploads/camel1-1024x768.jpg" alt="camel1" width="614" height="461" />\r\n\r\n<strong>Walking Isabel.</strong> <em>Photo by Emily Thornton.</em>\r\n\r\n<strong>Want to discover more great training ideas? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry and enrichment ideas and information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'Getting Over the Hump: Using Operant Conditioning to Train 0.2 Juvenile Camels', 0, '', 'inherit', 'closed', 'closed', '', '2230-revision-v1', '', '', '2013-10-15 17:49:18', '2013-10-15 22:49:18', '', 2230, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2230-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3215, 1, '2013-10-15 17:49:18', '2013-10-15 22:49:18', '<em>By\r\nJessica Franck, Keeper\r\nMesker Park Zoo, Evansville, IN</em>\r\n\r\n<strong>Abstract</strong>\r\n\r\nA colobus named Zoe lost multiple infants during, or shortly after, birth before finally giving birth to a surviving infant in November 2009. Zoe’s maternal care was initially inadequate and the infant may also have had some other underlying issues. However, with intense supplemental care the infant was able to remain with Zoe and the social group. She was undersized until about a year of age, but now appears to be a normal colobus.\r\n\r\n<strong>Introduction</strong>\r\n\r\nMesker Park Zoo (MPZ) in Evansville, IN has exhibited Guereza colobus (<em>Colobus guereza</em>) since 1975. Their current housing is an outdoor exhibit [33ft. (10m) Length x 20.5ft. (6.25m)Width x 17ft. (5.2m) Height] connected by a raised chute [42.75ft.(13m)L x 3ft. (0.9m)W x 2ft. (0.6m)H] to three indoor, off-exhibit holding stalls [each 8ft.(2.4m)L x 6ft. (1.8m)W x 8ft. (2.4m)H]. When I started working with the colobus in June 2008, the group consisted of 1.0 Michael (born 24 Dec 1990) and 0.1 Rafiki (born 2 Apr 1989). Michael and Rafiki both had successful reproductive backgrounds at MPZ. Due to a Species Survival Plan (SSP®) recommendation, a second female named Zoe came to MPZ in July 2008.\r\n\r\n<strong>Zoe’s History, Gestation, and Parturition</strong>\r\n\r\nZoe (born 7 Feb 1994) did not have a normal upbringing. She was born at the Houston Zoo to an experienced mother. However, at a young age Zoe went through an apparent depression (thought to be caused by the death of a group member) that included anorexia. Although she was able to remain with her mother and is classified as parent-reared by Taxon and Specimen reports, staff had to provide intensive supplemental care. As a lasting result, Zoe has an unusually close relationship with people. She solicits grooming from caretakers even when conspecifics are nearby.\r\n\r\nZoe was moved to the Oregon Zoo in October 2005 per an SSP® breeding recommendation. While there she had the chance to watch another experienced female raise offspring. Zoe had some difficulty fitting into the group, which consisted of 3.1 colobus (adult male, adult female, and their two juvenile male offspring). It is possible that the stress of the situation contributed to her first stillbirth on 31 January 2007. Her medARKS record mentions the infant had internal hemorrhages suggestive of dystocia. The infant may have succumbed to a hypoxic death since the placenta detached and was delivered intact with the infant. Following the stillbirth, Zoe showed a renewed interest in the other female’s infant (born December 2006) and spent time holding and interacting with her. After Zoe’s second pregnancy was confirmed, the two juvenile males were moved to a separate on-site holding facility. Zoe had a second stillborn infant on 12 September 2007. Once again the medARKS record reports an intact placenta. It also mentions the infant’s low birthweight, 372 grams [13.12oz.] compared to more normal birth weights of around 600 grams [21.16oz.]. The infant also had a congenital anomaly. A third birth occurred on 29 March 2008. This infant lived less than a day with the cause of death determined to be a traumatic cerebral hemorrhage. Even though keepers had prepared for this birth by heavily bedding the holding area, Zoe’s inadequate holding of the infant probably caused the trauma. After this last birth, Zoe was kept separate from the male until her transfer to MPZ.\r\n\r\nZoe’s integration into the colobus group at MPZ in August 2008 went smoothly. She exhibited appropriate behavioral responses to both Michael and Rafiki and within a few weeks it became evident that she had become the dominant female. Based on weight gain, pregnancy was first suspected in late October 2008. By December she was showing a rounded belly and some mammary enlargement. To prepare for the birth, the shelves and limbs were lowered to less than two feet off the ground in early January. Shortly thereafter Zoe was separated from the other two individuals overnight in a bedded stall. Anecdotally, Rafiki was said to be a “baby stealer” - behavior excessively beyond the normal colobus allo-mothering behaviorii, and though she was a good mother, her milk production was non-existent. We thought separating Zoe initially would give us a chance to better monitor her maternal skills and avoid potential trauma caused by having to take a baby back from Rafiki who was a skittish individual.\r\n\r\nOn 21 February 2009, a deceased infant was found in the straw. It was cold to the touch with an intact umbilical cord and placenta. Zoe was calmly sitting on the shelf above it. Unfortunately, the necropsy cooler malfunctioned and the body was frozen. A subsequent lung float test made the vet believe the baby had been stillborn. However, the pathologist who later examined tissue samples believed that the baby had been born alive.\r\n\r\nZoe remained separated from Michael until 5 April 2009. The reintroduction was uneventful. In early June, some bleeding was seen. This discharge was attributed to cycling even though black-and-white colobus are not known to have visible reproductive signalsiii. Based on this suspected cycling, mid-December was thought to be when the baby was due. At the end of her last pregnancy, I was able to feel fetal movement during a grooming session. With another possible pregnancy, I decided to use this component as an opportunity to monitor fetal health. Fetal movement was first suspected on 29 Aug 2009, however it seemed too soon to be feeling anything. An ultrasound was performed on 3 September 2009 and pregnancy was confirmed.\r\n\r\nAfter pregnancy was confirmed, I tried to feel the baby moving at least twice a week. Mammary duct development was reported on 14 September 2009. Overnight separation began 8 November 2009. This time I asked to have Rafiki separated with Zoe, believing that Zoe’s main issue was care for the baby immediately following partruition. However, still believing that Zoe wasn’t due until mid-December, the holding limbs were not yet lowered and I, the primary keeper, left for vacation in California.\r\n\r\nOn 13 November 2009, Zoe gave birth to a live female infant. When keepers performed AM checks, Rafiki was holding the baby. By the time management and veterinary staff formulated a plan for retrieval of the baby, Zoe had retrieved her. However, when she was approached, Zoe dropped the baby from approximately five feet onto the concrete floor. The baby was pulled for a health check. Zoe was also sedated for a health check and clear fluid was expressed from her nipples. Because of Zoe’s inadequacy and a continued worry for latent neurological issues related to being dropped, the baby, named Garnet, was initially hand-reared with the goal of returning her to Zoe as soon as possible. I returned early from my trip on 17 November 2009.\r\n\r\n<strong>Garnet’s Challenges</strong>\r\n\r\nWe did a visual introduction with Zoe and Garnet to gauge Zoe’s interest on the afternoon of 18 November. She was very interested and frantically tried to make contact with her infant. The decision was made to physically reintroduce the infant the following morning. The holding stall was prepped by lowering limbs/shelves to less than 18 inches off the ground and heavily bedding it with straw. The baby was weighed, fed, and measured at 0800hrs and then placed in the stall on her surrogate (a heated bag of fluids covered with furry fabric). Zoe, in her inexperience, focused on the surrogate and not the baby. When Garnet fell off at 1045hrs, she was retrieved and Zoe was pressured to drop the surrogate and then Garnet was returned to her. Zoe held the baby inappropriately, low or upside down at times. When jumping onto limbs she tried to hold the baby with her mouth, a carrying form seen only in olive colobus (Procolobus verus)iv. Staff did not observe any nursing and the decision was made to pull the baby at 1430hrs. Zoe and the baby were put in a squeeze cage where Zoe was given a sedative and then Garnet was pulled from her. Reintroduction was performed again over the next two days with the same results. On 22 November, Rafiki was added to the mix, but Zoe would not let her hold Garnet. I was able to express clear fluid from Zoe’s nipples in the squeeze cage that afternoon and I unsuccessfully attempted to position the baby close to the nipples. Zoe was amazingly tolerant of this interference.\r\n\r\nThe decision was made to anesthetize Zoe on 23 November. We were able to express milk from both nipples and managed to get Garnet to latch on and nurse. At one point, she let go of the nipple and then found it again on her own. We also shaved the area around the areolas to give observers a better visual of nipple location and any nursing. We decided to not pull Garnet that evening. When Zoe was still recovering and being physically supported, the baby nursed from the opposite nipple without much assistance. After Zoe fully awoke, no additional nursing was observed. Garnet would cry and Zoe would appear distressed. Nursing was finally observed again at 1735hrs. No nursing was seen when checked at 2200hrs, but nursing was seen at 0300hrs and throughout the following two days.\r\n\r\nOn Thanksgiving Day, 26 November, Rafiki was put back with the pair. There still appeared to be nursing, but at 1200hrs Garnet appeared to be leaning backward from Zoe. Rafiki had Garnet at 1505hrs, but when Zoe approached she gently let her take the baby back. Something was obviously wrong with the baby at this point. She was leaning backward and wasn’t holding on well. Her color was pale. The decision was made to pull Garnet again. When her condition was assessed, her weight was found to be down over 150 grams [5.29oz.].\r\n\r\nThus began a nightmarish cycle of regurgitation, multiple daily administrations of subcutaneous fluids, and an episode where Garnet’s blood sugar dropped so low she began seizing. She was a different animal. Her motor skill development had regressed. She cried constantly to the point that her voice was hoarse. It took her 10 days to recover to the point that we felt comfortable putting her back with Zoe again during the day.\r\n\r\nAt this point, it seemed clear that something was improper with the nursing. Several problems could include that Garnet was not getting the volume needed or Zoe’s milk was somehow nutritionally lacking or Garnet wasn’t processing the milk properly. We decided to work on supplemental feeding…\r\n<div><img class="alignnone size-full wp-image-2227" title="franck_2" src="http://aecetia.net/gws/aazk/wp-content/uploads/franck_2.jpg" alt="franck_2" width="614" height="461" /></div>\r\n<div><strong>\r\n</strong></div>\r\n<div><strong>Feeding Garnet in the Creep Cage. </strong> <em>Photo by Jessica Franck.</em></div>\r\n<div><em>\r\n</em></div>\r\n<div><strong>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></div>', 'Supplemental-raising of a Guereza Colobus (Colobus guereza) Infant', 0, '', 'inherit', 'closed', 'closed', '', '2226-revision-v1', '', '', '2013-10-15 17:49:18', '2013-10-15 22:49:18', '', 2226, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2226-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3216, 1, '2013-10-15 17:49:18', '2013-10-15 22:49:18', 'About the Cover/Information for Contributors\r\n\r\nScoops &amp; Scuttlebutt\r\n\r\nFrom the President\r\n\r\nAAZK Chapters Help Underwrite AKF Production\r\n\r\nComing Events\r\n\r\nAAZK Announces New Members/Chapter News\r\n\r\nGeneral Announcements\r\n\r\nFarewell Letter from Susan Chan\r\n\r\nSpecial Editorial and Interview on the Private Ownership of Exotic Animals\r\n\r\nTraining Tales (<em>Using Operant Conditioning to Train 0.2 Juvenile Camels</em>)\r\n\r\nSupplemental-raising of a Guereza Colobus (<em>Colobus guereza</em>) infant\r\n\r\nBook Review: <em>Beaded Lizards &amp; Gila Monsters, Captive Care &amp; Husbandry</em>\r\n\r\nIntroduction of 1.1 Hand Reared African Wild Dog Pups (<em>Lycaon pictus</em>) to 1.0 Surrogate-reared Pup and Subsequent Formation of a Pack with 0.2 Adults\r\n\r\nSecond Call for Papers - 2012 AAZK National Conference\r\n\r\nConservation/Legislative Update', 'December 2011', 0, '', 'inherit', 'closed', 'closed', '', '2223-revision-v1', '', '', '2013-10-15 17:49:18', '2013-10-15 22:49:18', '', 2223, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2223-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3217, 1, '2013-10-15 17:49:19', '2013-10-15 22:49:19', '<p style="text-align: center;"><img class="aligncenter size-large wp-image-916" title="training_tales1" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales1-1024x328.jpg" alt="training_tales1" width="574" height="184" /></p>\r\n\r\n<p style="text-align: left;"><em>By </em>\r\n<em>Jennifer Gale, Animal Enrichment Keeper</em>\r\n<em>CuriOdyssey at Coyote Point, San Mateo, CA</em>\r\n<p style="text-align: left;"><em></em></p>\r\n<p style="text-align: left;"><span>Training captive animals to receive vaccinations cooperatively is a goal of many animal keepers.  Cooperative operant conditioning helps to develop trusting relationships with keepers, lessens stress on both animals and keepers during medical procedures and can enrich the animals </span>by providing them the opportunity to learn and choose to participate in reinforcing behaviors.</p>\r\n<p style="text-align: left;">The necessity to train our 2.0 North American raccoons (<em>Procyon lotor</em>), Lancelot and Merlin, became clear when rabies (every three years) and distemper (annually) vaccinations weren’t being reliably delivered with the use of an injection pole handled by our veterinarian.  Sometimes the needle would bend resulting in only half of a dose being given, or the needle would not stay fixed onto the injection pole, creating a hazardous situation for the raccoons having the opportunity to play with or chew on the syringe and needle while keepers would attempt to get the syringe back by any means possible. This usually resulted in more fear and distrust on the part of the raccoons.</p>\r\n<p style="text-align: left;">September 2007:  After watching a vaccination session go wrong, I decided to come up with a solution for all future injections for the eight-year-old raccoon brothers, Lancelot and Merlin.  The question was: How could I create an injection chute at little to no cost?  I began researching on many of the zoo keeper websites and newsletters (AZA, ABMA, AAZK) and decided to create a vertical chute like one I had seen built horizontally for otters using a large PVC pipe cut in half and attached to the caging.  Instead of purchasing a large PVC pipe, I searched around our Keeper Building for free supplies that would work.  I found a pile of old metal mesh pieces and decided that because it was pliable and free, I would make it work. I knew that it wouldn’t be a permanent fixture, so I was able to use duct tape to protect the raccoons from the edges of the mesh and found cable ties and four carabineers from old staff uniforms to attach the mesh “chute” vertically in the corner of one of the raccoon indoor runs.</p>\r\n<p style="text-align: left;"><span>Desensitizing to the new chute was the first step toward the final goal of reliable cooperative injections.  I was able to move through the process fairly quickly due to the fact that the raccoons were accustomed to their nightquarter’s furniture being changed and redesigned on a daily basis by Keeper staff.   The first step was attaching the chute to the inside corner of the run and allowing the boys to look at it, smell and touch it, which I would bridge and feed for, using their daily diet (Lancelot also enjoyed sitting on top of the chute). </span></p>\r\n<p style="text-align: left;"><img class="alignnone size-full wp-image-2200" title="raccoon_chute" src="http://aecetia.net/gws/aazk/wp-content/uploads/raccoon_chute.jpg" alt="raccoon_chute" width="440" height="587" /></p>\r\n\r\nHand cues were used to position the raccoons.  Here is the sit cue.\r\n<em> Photo by Megan Hankins, Animal Keeper, CuriOdyssey</em>\r\n<p style="text-align: left;">Once Lancelot and Merlin had no fear of the new object, we took the next step…</p>\r\n<p style="text-align: left;"><strong>Want to discover more great training ideas? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry and enrichment ideas and information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></p>', 'Injection Training 2.0 North American Raccoons (Procyon lotor)', 0, '', 'inherit', 'closed', 'closed', '', '2199-revision-v1', '', '', '2013-10-15 17:49:19', '2013-10-15 22:49:19', '', 2199, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2199-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3218, 1, '2013-10-15 17:49:19', '2013-10-15 22:49:19', '<em>By</em>\r\n<em>Stephen Schulze and Kenton Kerns, Small Mammal House Keepers</em>\r\n<em>Smithsonian’s National Zoo, Washington, DC</em>\r\n\r\n<em></em>\r\n\r\n<strong>Introduction</strong>\r\n\r\nThe reintroduction of an individual meerkat (<em>Suricata suricatta sp.</em>) to its family group, once it has been rejected and driven out, is notoriously difficult.  Carelessly managed, reintroduction can result in severe cage mate trauma or death.  For this reason, many zoos with meerkats in their collections wind up with rejected individuals living in isolation, a poor situation for a social animal and a strain on zoo resources.  The Small Mammal House at Smithsonian National Zoological Park has had three instances of successful meerkat reintroductions, using a strategy of protected proximity and rotational pairing of non-aggressive members from the group with the ostracized individual.  Exhibit design, common sense, and conscientious observation all contribute to successful management of this delicate process.\r\n\r\n<strong>Natural History</strong>\r\n\r\n<em>Suricata suricatta siricata</em>, the slender tail meerkat, belongs to the family Herpstidae, and is a highly socialized species of mongoose.  Its habitat ranges throughout the southern Kalahari Desert, including areas of South Africa, Botswana, Namibia and Zimbabwe.  This is a mongoose adapted to a dual environment.  The summer months (October to April) bring intense heat, but may also offer short periods of rain and a brief abundance of plant and insect life.  The dry winter months (May to September) bring shorter days and cooler temperatures, but offer fewer and scarcer resources across the grasslands.\r\n\r\nAccordingly (we speculate), meerkat strategies for breeding and population control relate directly to an environment that alternates scarcity and abundance.  Females compete for dominance within a family, and theoretically only the alpha pair breeds.  To preserve their breeding prerogative, alpha females might drive rival beta females from the group, permanently or temporarily.  (Beta females, rival or not, do manage to breed, some by meeting roving males from other meerkat groups and some by copulation with beta males within the home group.)  Infanticide between rival dames is common and can cut both ways within a family, with alphas killing beta offspring and betas killing alpha litters, attempting then to substitute their own offspring under alpha care.  These behaviors carry from the wild into captivity and may strongly challenge the stability of a captive group.\r\n\r\n<strong>Provenance and Early Captive History of Small Mammal House Group</strong>\r\n\r\nThe six adult individuals that originally comprised our current collection of meerkats were wild-caught, possibly trapped for removal from private property.  Beyond their wild origin, we know nothing of their provenance.  We had to guess their age(s), settling on a mean of four years, given estimates from various sources.  Based on the voluntary separation of one female individual from the group, we suspected that they were not trapped as a cohesive family, but that the one female, and possibly a beta male, were introduced upon capture.  The stress of capture and transport might account for the relative bonding of the six while in quarantine and upon release into their exhibit space.\r\n<p style="text-align: left;"><img class="alignnone size-full wp-image-2197" title="meerkat_totem" src="http://aecetia.net/gws/aazk/wp-content/uploads/meerkat_totem.jpg" alt="meerkat_totem" width="538" height="717" /></p>\r\n<p style="text-align: left;">Meerkat Group at the Small Mammal House (<em>Photo by National Zoo)</em></p>\r\n<p style="text-align: left;">The group was reported to have been skittish and reclusive throughout their 30-day quarantine period, which ended 11 April ‘06.  However, within several days of occupying their exhibit, the group was active on the surface throughout the day and engaged in play, social digging, and foraging behaviors.  Well within a week they were acclimated to the proximity of a keeper at their holding space with the door open, eagerly feeding on mealworms lightly scattered by hand.  Inter-adult aggression had been reported first on 6 July ‘06, and it intensified with intervening lulls throughout the month.  All of the aggression that we observed at that time was female to female.  Males were not observed to have taken part in female hierarchal challenges or alpha female assertions of dominance.  Indeed, they behaved as if utterly indifferent.  Pup vocalizations were first heard 6 August ’06, 103 days after introduction to the exhibit.  These first offspring were almost certainly sired and birthed by the alpha male and female couple, respectively named M’bira and Kora.</p>\r\n\r\nOne incident of serious aggression was closely observed on 25 July ‘06 involving Kora and a beta female acting as her ally against a third beta female who proved to be pregnant.   The primary attacker was not Kora but her beta ally.  Together they harassed the beta from opposing sides snarling, growling, and barking.  The technique of attack involved sidling or backing toward the opponent, maneuvering until she was distracted enough by Kora for her ally to whirl and bite.\r\n\r\nThe two incidents of reintroduction that we will relate involved Kora and Baya, one of her female offspring (born 2 Feb. 07).  By May of ‘09 the composition of the family group had changed dramatically from its original configuration, consisting now of five members: the original alpha pair (M’bira and Kora) and three of their offspring from two separate litters (male Ngoni born 2 Feb. 07, and female Baya and male Dogo born 9 May 07).\r\n\r\n<strong>Exhibit Design</strong>\r\n\r\nThe exhibit provides three types of space for the group: a tunnel system, a surface foraging area, and two off-exhibit holds, one for feeding, the other a toilet area.  The tunnel system consists of sections of joined four-inch PVC drainage pipe (corrugated, black) forming one main, semicircular corridor approximately 24 ft. length that branches into several lesser corridors, all but one leading to a surface opening.  Having multiple entry/exits enhances the groups’ sense of safety.  The sole terminal corridor leads to the group lair, a fiberglass hollow that resembles a large rock.  Stone blocks line the exterior of the tunnel system and hide it from sight.  Large stones are piled high in several places, providing lookout locations for the group.  In the center of the exhibit, forming its point of focus, is a half   igloo structure of stone.  The substrate consists of sand, plenty enough to dig and sift through, but nowhere deep enough to tunnel into.  Several logs, some hollow, some solid, add interest and variety.\r\n\r\nThe exhibit is situated below a sizable skylight.  High wind, severe weather, and passing birds consistently attract the meerkats’ attention and help to simulate a realistic environment with natural stimulations.  Holding spaces are located on either side at the rear end of the exhibit, with access to them regulated by guillotine shift doors.  Each is roughly a four-and-a half-foot cube.  Meerkats mark their territorial parameters with their feces.  Not surprisingly, their toilet area is of their choosing, as far from the lair as possible, located in the holding, left of the entrance door.  The right holding contains food and water.\r\n\r\n<strong>Incident One</strong>\r\n\r\nNo major incidents of aggression occurred in the main meerkat group since October 2007.  By this time, both Kora and her beta daughter Baya were receiving six-month contraceptive implants throughout the year to keep the group stable at five individuals.  On 13 May ‘09, Kora was implanted with a new hormonal contraceptive injected subcutaneously between the scapulas.  The implant was expected to prevent pregnancy for approximately two years.  A few days after implantation, a weeping lesion was observed at the intrascapular site.  Kora was quickly isolated, and under veterinary examination the rejected contraceptive was removed.  The lesion was further opened and flushed to clean the wound and prevent infection, and a new implant was placed caudally to the original site.  Once Kora recovered fully from anesthesia, she was returned to the group.  No more than three hours passed between her removal and return.  No aggression was seen immediately.\r\n\r\nLater that afternoon during feeding, keepers noticed Baya scent marking one of the entrances to the tunnels and blocking Kora each time she attempted to leave the tunnels.  When Kora did finally emerge, Baya attempted to tear at the open wound (the original injection site) that was now bleeding.  Kora again retreated to the tunnel.  Baya pursued her and soon re-emerged looking as though she had an earthworm dangling from her jaws.  Fearing it to be a strip of flesh from Kora’s lesion, we decided to immediately remove Baya and isolate her from the group by means of a wire mesh screen secured between the exhibit space and the food hold.\r\n\r\nKeepers were unable to successfully separate the animals while they were above ground.  They entered the exhibit, removed the rockwork façade, and began to systematically dismantle a portion of the tunnel system.  The segmented structure of the system proved useful, as we were able to isolate the group within a single ten-foot section, plug one end, then detach the other and plug it in turn.  The entire section was removed to a secure, smaller space.  Baya was safely netted, and then one by one the other meerkats were examined for wounds….\r\n\r\n<strong>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'Managing Meerkat Reintroductions: Keeping Peace in the House', 0, '', 'inherit', 'closed', 'closed', '', '2196-revision-v1', '', '', '2013-10-15 17:49:19', '2013-10-15 22:49:19', '', 2196, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2196-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3219, 1, '2013-10-15 17:49:19', '2013-10-15 22:49:19', 'About the Cover/Information for Contributors\r\n\r\nScoops &amp; Scuttlebutt\r\n\r\nAAZK Chapters Help Underwrite AKF Production\r\n\r\nZoo Keeper Retires after 45-Year Career\r\n\r\nComing Events\r\n\r\nAAZK Announces New Members\r\n\r\nICZ Announces International Congress on Zookeeping\r\n\r\nCall for Papers for AKF Dedicated Issue on Chelonians\r\n\r\nFirst Call for Papers, 2012 AAZK National Conference in Syracuse\r\n\r\nVery Important Reminders from the AAZK Administrative Office\r\n\r\nBowling for Rhinos Aims for Record Year\r\n\r\nTraining Tales (<em>Injection Training 2.0 North American Raccoons</em>)\r\n\r\nManaging Meerkat Reintroductions:  Keeping Peace in the House\r\n\r\nBook Review:  <em>Understanding Animal Welfare</em>\r\n\r\nEnrichment Options:  A Review of Reptile and Amphibian Enrichment at the Bronx Zoo\r\n\r\nBig Birds with Big Problems (AZA Ratite TAG)\r\n\r\nConservation Station:  Reducing Your Carbon “Paw” Print\r\n\r\nConservation/Legislative Update', 'November 2011', 0, '', 'inherit', 'closed', 'closed', '', '2191-revision-v1', '', '', '2013-10-15 17:49:19', '2013-10-15 22:49:19', '', 2191, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2191-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3220, 1, '2013-10-15 17:49:19', '2013-10-15 22:49:19', '<p style="text-align: center;"><img class="size-full wp-image-1475 aligncenter" title="training_tales3" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales3.jpg" alt="training_tales3" width="476" height="102" /></p>\r\n\r\n<p style="text-align: left;"><em>By Barbara Heidenreich, Animal Training and Consulting Services, Good Bird Inc.,</em>\r\n<em>Erik Corredor, Dallas Zoo and Nathan Compton, Dallas Zoo</em>\r\n<p style="text-align: left;"></p>\r\n\r\n<p style="text-align: left;"><strong>Introduction</strong>\r\nThe Wings of Wonder section of the Dallas Zoo is home to a variety of raptor and new world vulture species. The recently refurbished exhibit is primarily designed to give zoo guests the opportunity to view these impressive birds of prey in their large, attractive and naturalistic enclosures. There is an additional goal of obtaining reproductive success with a number of the species on display. To date a pair of King Vultures (Sarcoramphus papa) has successfully reproduced while housed at the refurbished Wings of Wonder.\r\n<p style="text-align: left;">In the past caring for exhibit and birds in reproduction programs has usually involved a “less is more approach.” The idea being that the fewer disturbances a keeper makes in a bird’s life, the more likely the bird is to show behaviors indicating comfort and therefore potentially breed. However, with the addition of an animal training consultant and zoo keeping staff members with experience and interest in training, it was decided a different approach could prove successful.</p>\r\n<p style="text-align: left;">In 2007 it was decided a proactive approach to training would be implemented for the birds in Wings of Wonder. The goal was to train as many birds as possible for behaviors that would facilitate husbandry and daily care.  Initially several of the vulture species were identified as excellent training candidates. The criteria used to determine this was the level of comfort in close proximity to keepers and their willingness to accept food from keepers.  A female Andean Condor (Vultur gryphus) was involved in the training program until her transfer to another facility. The King Vultures were successfully trained to target, shift, enter a kennel, present a foot, and allow tactile to the chest. They also bred and raised offspring and participated in training throughout the process. The offspring also learned to target and stand on a scale.</p>\r\n<p style="text-align: left;">As training proved to produce positive results it was decided to consider adding other candidates to the training roster. Another bird that demonstrated a high level of comfort in the presence of the keepers was a female Harpy Eagle (Harpia harpyja) named Killa (pronounced kee ya).</p>\r\n\r\n<p style="text-align: left;"><strong>The Training Candidate</strong>\r\nThe Harpy Eagle is one of the largest species of eagle. They can weigh from ten to 20 pounds and have a six-and-a-half-foot wingspan. Their talons are comparable in size to the claws of a grizzly bear.  They feed primarily on animals that live in the trees, like sloths, monkeys, opossums, and some reptiles and birds. Harpy Eagles are highly maneuverable fliers and strike their prey after a rapid pursuit through the trees.\r\n<p style="text-align: left;">Killa was hatched in 2002 at the Avian Propagation Center at the San Diego Zoo. Hatched in an incubator, she was then hand-raised using techniques to avoid imprinting on humans. While in the brooder she was covered with a towel, set behind a curtain, and a CD of rainforest sounds was used to drown out the sounds of human voices. During feeding keepers placed a sheet over their heads and used a Harpy Eagle puppet to deliver food.</p>\r\n<p style="text-align: left;">Because of her large size and power, birds such as Killa have traditionally been regarded as potentially dangerous. For safety purposes the Dallas Zoo policy requires that a keeper is only allowed to enter her enclosure if another keeper is present. However what keepers observed was a bird that appeared quite comfortable in the presence of people. She had never been observed to present aggressive behavior. Nor did she demonstrate a fear response. This in part may be the result of her experiences as a chick with humans at the Avian Propagation Center. Other individual birds in Wings of Wonder such as the much smaller Ornate Hawk Eagle (<em>Spizaetus ornatus</em>) would show overt aggressive behavior, flying directly at keepers. The Spectacled Owls (<em>Pulsatrix perspicillata</em>) showed extreme fear responses and escape behavior when keepers were present. Compared to these individuals Killa appeared to be a training candidate with excellent potential.</p>\r\n<p style="text-align: left;">With the permission of the curator Killa became the next training subject for the Wings of Wonder team.</p>\r\n<p style="text-align: left;"><img class="alignnone size-full wp-image-2170" title="harpy_eagle" src="http://aecetia.net/gws/aazk/wp-content/uploads/harpy_eagle.jpg" alt="harpy_eagle" width="800" height="601" /></p>\r\n<p style="text-align: center;"><strong>Harpy Eagle at Dallas Zoo</strong> <em> (Photo: ZooChat.com)</em></p>\r\n\r\n<div>\r\n<div><strong>Initial Training</strong></div>\r\n<div>Traditional raptor training practices often involve capturing and restraining a bird to get a bird on a scale to determine a “starting” weight for training. However, the process of grabbing and restraining a bird against its will is contradictory to the goals of a positive reinforcement training program. Furthermore knowing the weight of an animal is not necessarily important to reaching training goals. While the information can be of interest for evaluating health, it is not required to train an animal.  Instead keepers tried to ascertain based on observations, the amount of food Killa typically ate in a day.  They also observed her responsiveness to food when she was relaxed and comfortable. More or less food could be added or removed from the diet based on her response during a training session to maintain an adequate level of interest in training. This amount changed in correlation with the time of year. Colder temperatures meant an increase in diet. Warmer weather meant a decrease.</div><br>\r\n<div>Because Killa showed a high level of comfort around people she readily took food from keepers in the first training session. Per zoo policy the food was offered from hemostats as opposed to hands. Training was initiated with keepers outside of the enclosure. The first behavior Killa learned was to target. The target was a blue plastic circle attached to a dog clip. The target could be hung on the outside of the cage near the eagle. At first food was held near the target. Killa learned to touch the blue target with her beak to earn the food reinforcer. In the early stages of training, the target became a useful tool to call Killa to the front of the cage for keeper talks. This offered zoo guests a great opportunity to see the impressive wingspan of a Harpy Eagle as she flew to the front of the enclosure.</div>\r\n<div>The target was also used to call her to the back of the cage to work on training other behaviors. To initiate introduction of a kennel, the target was used as a means to pair reinforcers with the kennel. The kennel was placed outside of the enclosure and Killa was reinforced for targeting nearby.</div><br>\r\n<div><strong>Success Leads to More Training Goals</strong></div>\r\n<div>As hoped, Killa learned quickly and was an eager participant. In addition her continued calm demeanor helped increase the teams’ confidence that the presentation of aggressive behavior would be very unlikely. Because of this keepers moved from training outside of the enclosure to training inside.</div><br>\r\n<div>Very quickly Killa learned to…….</div><br>\r\n<div><strong>Want to discover more great training ideas? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry and enrichment ideas and information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></div>\r\n</div>', 'Harpy Eagle Training:  Exploring the Potential of Positive Reinforcement', 0, '', 'inherit', 'closed', 'closed', '', '2169-revision-v1', '', '', '2013-10-15 17:49:19', '2013-10-15 22:49:19', '', 2169, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2169-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3221, 1, '2013-10-15 17:49:19', '2013-10-15 22:49:19', 'About the Cover/Information for Contributors\r\n\r\nScoops &amp; Scuttlebutt\r\n\r\nNew Orleans  Chapter Sponsorship Recognition\r\n\r\nAAZK Announces New Members\r\n\r\nICZ 2012 Second Call for Papers\r\n\r\nComing Events\r\n\r\nFrom the President\r\n\r\nTrees for You and Me - Chapter Challenge\r\n\r\nFrom the Executive Director - Chapter Recognitions\r\n\r\nAKF Editor Receives Lifetime Achievement Award\r\n\r\n2011 National AAZK Conference Wrap-up\r\n\r\nBowling for Rhinos 2011 Update/Trip Recipients\r\n\r\nTraining Tales (<em>Harpy Eagle</em>)\r\n\r\nBird Window Collision Monitoring at the Philadelphia Zoo: Setting Up an AAZK Citizen Science Project\r\n\r\nAKF Dedicated Six-Issue Combo Pack on Sale\r\n\r\nAlligator Care at the Virginia Living Museum\r\n\r\nChapter News\r\n\r\nEnrichment Options (<em>Art: Enrichment for Animals and Keepers Alike</em>)\r\n\r\nConservation/Legislative Update', 'October 2011', 0, '', 'inherit', 'closed', 'closed', '', '2157-revision-v1', '', '', '2013-10-15 17:49:19', '2013-10-15 22:49:19', '', 2157, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2157-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3222, 1, '2013-10-15 17:49:19', '2013-10-15 22:49:19', '<a href="http://www.ncaazk.com/2013nationalconference.htm"><img class="size-full wp-image-2602 alignnone" title="2013_logo_small" src="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_small.jpg" alt="2013_logo_small" width="173" height="88" /></a>\r\n\r\n<a href="http://www.ncaazk.com/2013nationalconference.htm">Greensboro, NC</a><br>\r\n\r\n22-26 September 2013', '2013 AAZK National Conference', 0, '', 'inherit', 'closed', 'closed', '', '2144-revision-v1', '', '', '2013-10-15 17:49:19', '2013-10-15 22:49:19', '', 2144, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2144-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3223, 1, '2013-10-15 17:49:19', '2013-10-15 22:49:19', '<img class="aligncenter size-full wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options.jpg" alt="enrichment_options" width="482" height="189" />\r\n\r\n<em>By\r\nDeborah Wettlaufer, Enrichment Officer\r\nCheetah Outreach\r\nCape Town, South Africa</em>\r\n\r\nOur caracal (<em>Caracal caracal</em>) is very food-motivated and always eats rapidly.  Because she lacks her back molars, we cannot give her small bones, such as chicken on the bone, but we sometimes give her large turkey or horse bones to prolong feeding.  As a special treat, she is occasionally given a ‘bloodsicle’ made of frozen blood and pieces of meat.  To provide more of a challenge, I decided to hang a larger bloodsicle for her.  I froze blood and 150g (~5.3 oz.) of turkey pieces in a medium-sized plastic container with a string with knots inserted through a hole in the middle of the top so it would freeze in the center of the bloodsicle.\r\n\r\nTo make it even more interesting for her, we hung the bloodsicle from a bungee feeder.  The bungee feeder consists of one meter of bungee cord with one end attached to a length of nylon cord with a clip on the end to attach it to the top of the enclosure.  The other end also has a clip from which various food items can be attached.  The bungee cord is contained within one meter of garden hose to prevent it from wrapping around any of the animal’s extremities or swinging back in the animal’s face.\r\n\r\nAfter we hung the bloodsicle, she immediately came to investigate it.  At first she seemed a little confused about how to approach it since she is used to her bloodsicles on a flat surface.  She tried to lick the bloodsicle from a standing position but every time she licked it, it moved about.  She constantly moved around it to gain a better position, batting at it and trying to grab it when it moved.    Eventually she figured out that sitting down and holding it with one paw kept it from moving around so she could lick continuously.  If the bloodsicle moved at all, she dug her claws in deeper to stabilize it.  As blood dripped on to her fur, she stopped a few times to clean herself, and then resumed licking.  While licking, she appeared as though she was in a trance, oblivious to everything around her.<img class="alignright size-full wp-image-2104" title="caracal_bloodsicle" src="http://aecetia.net/gws/aazk/wp-content/uploads/caracal_bloodsicle.jpg" alt="caracal_bloodsicle" width="417" height="620" />\r\n\r\nAs she licked the bloodsicle, the meat at the bottom gradually was exposed and she became very excited.  She tried a new tactic of grabbing the meat with her teeth and trying to rip it out of the bloodsicle.  Occasionally she tried to carry the whole bloodsicle off but it bounced away from her and she ran after it, grabbed it and began ripping at the meat again.  She worked at it until the bloodsicle and meat were gone.\r\n\r\nWe considered this exercise successful in that it prolonged feeding, challenged her cognitive skills and kept a very intelligent and active cat busy for almost 45 minutes.\r\n\r\n<strong>BHC Comments by Enrichment Options Co-Editor Julie Hartell-DeNardo:</strong>\r\nDeborah, thank you for sharing your paper with the AAZK Forum readers.  This is a great example of using a food presentation-based enrichment strategy to increase both the behaviors involved in food consumption as well as the amount of time spent engaged in food acquisition-related behaviors.  The animal is stimulated mentally to figure out how to obtain the more challenging and enticing food.  Additionally the caracal participated in more physical activity, using more muscles and energy than it would if just presented with food in a routine location.  This creative feeding strategy could be effective with other small carnivore species or even large carnivores – or if the meat and blood are substituted for produce and juice this idea may even translate into primate species applications.\r\n\r\nSome safety considerations to keep in mind with bungee and rope enrichment components is to:\r\n\r\n•   ensure no loops exists that could act to trap an appendage or head,\r\n•   determine a length that minimizes slack and prevents the possibility of excess to wrap around an animal or body part, and\r\n•   when possible, enclose rope/bungees in pvc or other piping that can act to stabilize the length of the rope/bungee and prevents wrap around or dangerous loops from forming while the animal is engaged with the enrichment.\r\n\r\nThanks again to Deborah for this fantastic idea with diverse potential applications!\r\n\r\n<strong>Want to discover more great enrichment ideas? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'Bloodsicle on a Bungee Feeder for Caracals', 0, '', 'inherit', 'closed', 'closed', '', '2103-revision-v1', '', '', '2013-10-15 17:49:19', '2013-10-15 22:49:19', '', 2103, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2103-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3224, 1, '2013-10-15 17:49:19', '2013-10-15 22:49:19', '<em>By Christopher Torge, Animal Keeper; Victoria Shaw, Animal Keeper;\r\nKim Szawan, Animal Keeper;Tim Pinkerton, Zoological Manager,\r\nDisney’s Animal Kingdom Lodge®, Orlando, FL</em>\r\n\r\n<strong>Introduction</strong>\r\nRuppell’s griffon vultures (<em>Gyps rueppellii</em>) are found throughout Central Africa.  They have an average wingspan of 2.4 meters and weigh an average of eight kilograms.  This species of vulture is listed as “near threatened” according to the IUCN.  Issues affecting their declining population numbers include habitat loss due to encroaching farm land, loss of their main food source: wild ungulates, and poisoning.  Poisoning and death occur after vultures consume the remains of livestock treated with the commonly used anti-inflammatory medication, Diclofenac.  Conservation efforts are underway to stop the use of Diclofenac, replacing it with medications not lethal to vulture species.\r\n\r\nDisney’s Animal Kingdom Lodge is a 110-acre African-themed vacation resort.   Guests staying at this resort are surrounded by 45 acres of animal habitat viewable from their private rooms, as well as from common guest areas and a restaurant.  The animal collection consists of 35 species of African hoofstock and birds separated into four separate mixed-species habitats.  Disney’s Animal Kingdom Lodge®, which opened in 2001, has historically always had Ruppell’s griffon vultures as part of its animal collection.\r\n\r\nIn the winter of 2009, the flock of Ruppell’s griffon vultures housed at Disney’s Animal Kingdom Lodge® welcomed two new members.  Two chicks hatched out on 8January  and 10 January from two sets of parents.  This was the first time this species ever hatched at Disney’s Animal Kingdom Lodge®, and the animal care staff had been eagerly waiting for these hatchings to occur.  Although both sets of parents had never raised chicks before, the staff was optimistic that the birds would be successful parents.  This paper will discuss the challenges the animal care staff faced when one set of the inexperienced parents proved to be unable to raise their chick by themselves.  The methods used to successfully assist these parents in raising their chick in an 11-acre mixed-species exhibit is the focus of this paper.\r\n\r\n<strong>Challenges</strong>\r\nDuring the first five days, the chick appeared in good health.  The parents were observed offering regurgitated food to the chick and all seemed normal.  The neonate exam on Day 2 went well and no issues or concerns were noted at that time.  The initial plan was to leave the chick with the parents for rearing.  The first sign of challenges began on Day 6.  These challenges included lack of parental feeding, cold weather, and protective parents.\r\n\r\n<strong>Medical</strong>\r\nOn Day 6 the chick was unresponsive and lethargic and was transported to the veterinary hospital for evaluation.  Upon examination it was noted that the chick’s crop was empty and she had lost 18 grams in four days.  The chick was tube fed and held overnight for observations.  Within 12 hours the bird’s condition improved greatly and she started taking small pieces of chopped mouse pinkies offered with forceps.  Our assumptions were that the parents were taking care of the chick in all aspects, except adequate feeding.  We decided to return the chick to the nest and developed a supplemental feeding and weighing schedule, instead of pulling the chick for traditional hand-rearing.\r\n\r\n<strong>Feeding Issues and Solutions</strong>\r\nDuring the discussion of how to raise this chick, the animal care staff identified that the two priorities were to be able to feed the chick reliably on a set schedule, and to reduce imprinting on the keeper staff.   The parents had been constantly brooding and protecting the nest site, so the staff felt that leaving the chick with the parents and only assisting with its feeding was the best approach to lessen the likelihood of imprinting on the animal care staff.  A feeding and weighing schedule was implemented and a core group of keepers were assigned to handle these responsibilities.  The average temperatures in Central Florida in January 2009 were lower than normal.  Daytime temperatures remained in the 40’s and it wasn’t uncommon to have temperatures dip into the low 30’s overnight.  Initially the chick had to be pulled from the nest and placed into a heated brooder during its feeding sessions.\r\n\r\n<strong>Protective Parents</strong>\r\nDue to the protective nature of its parents, removing the chick from the nest proved to be a challenge.  Nets and large metal shields were used to encourage the parents away from the nest.   Once at a safe distance, keepers were able to safely remove the chick, place it in the brooder located in the back of a pickup truck several yards away from the nest site, and commence with the scheduled feeding.  Once the chick was returned to the nest, the parents quickly started to brood the chick again.   This method proved ……..\r\n\r\n<img class="alignnone size-full wp-image-2101" title="vulture_chick" src="http://aecetia.net/gws/aazk/wp-content/uploads/vulture_chick.jpg" alt="vulture_chick" width="539" height="407" />\r\n\r\n<strong> Food items handed to the adult female by keeper staff being fed to the chick.</strong>\r\n\r\n<em>(Photo by Disney Animal Kingdom Lodge ® Animal Care Staff)</em>\r\n\r\n<strong>Want to read the rest of this article?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'A Different Approach to Raising a Ruppell’s Griffon  Vulture (Gyps rueppellii) Chick by Utilizing Both  Hand-Rearing and Parent-Rearing Techniques', 0, '', 'inherit', 'closed', 'closed', '', '2100-revision-v1', '', '', '2013-10-15 17:49:19', '2013-10-15 22:49:19', '', 2100, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2100-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3225, 1, '2013-10-15 17:49:19', '2013-10-15 22:49:19', 'About the Cover/Information for Contributors\r\nScoops &amp; Scuttlebutt\r\nIndianapolis Chapter Sponsorship Recognition\r\nFrom the Executive Director\r\nAAZK Seeks Assistant Media Production Editor\r\nFrom the Immediate Past President\r\nComing Events\r\nAcres for the Atmosphere Thank You\r\nAAZK Announces New Members\r\n2011 AAZK Award Recipients\r\n2011 AKF Excellence in Journalism Award Recipients\r\nA Different Approach to Raisinga Ruppell’s Griffon Vulture Chick by Using Both Hand-Rearing and Parent-Rearing Techniques\r\nTraining Tales (<em>Insulin Injection Training with Jody the Chimpanzee</em>)\r\nEnrichment Options (<em>Bloodsicle on a Bungee Feeder for Caracals</em>)\r\nConservation Station (<em>Programmatic/Financial Report on Sumatran Rhino Conservation Program</em>)\r\nBook Reviews (<em>Did Not Survive and A Runaway Train in the Making:  The Exotic Amphibians, Turtles and Corcodilians in Florida</em>)\r\nChapter News\r\nABMA Conference Announcement\r\nAKF Dedicated Six-Issue Combo Pack on Sale\r\nAAZK Grant Report: PASA Veterinary Supply Collection &amp; Redistribution Program\r\nAccess to Wildlife Information Set to Revolutionize Animal Care\r\nGrevy’s Zebra Trust: Conservation in Kenya and Ethiopia\r\nKeeper Profiles DVD Available to Order\r\nConservation/Legislative Update', 'September 2011', 0, '', 'inherit', 'closed', 'closed', '', '2096-revision-v1', '', '', '2013-10-15 17:49:19', '2013-10-15 22:49:19', '', 2096, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2096-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3226, 1, '2013-10-15 17:49:19', '2013-10-15 22:49:19', '<em>By Aimee S. Fannon, Head Giraffe Keeper,\r\nFort Wayne Children’s Zoo, Fort Wayne, IN</em>\r\n\r\n<strong>Introduction</strong>\r\nIn October 2010, after much training and hard work, Fort Wayne Children’s Zoo’s herd of 1.6 reticulated giraffe (<em>Giraffe camelopardalis</em>) entered a new facility of their own free will. This long awaited move for the zoo’s seven giraffe took careful planning and execution by the giraffe staff.  The old barn had been inadequate for some time:  spaces were crowded, shifting was a challenge, and training opportunities were extremely limited.  In the winter of 2010, we received a very generous donation that enabled us to build a new giraffe facility.  We were overjoyed, but realized that we had a lot of hard work ahead of us.  The new barn, by Fauna Research, was to be built on the opposite side of the giraffe’s outdoor exhibit space. There would be a chute area/exercise yard that leads from the exhibit to the new barn. The new facility would be four times larger than the old barn, and would be complete with a Fauna Research Giraffe Tamer®.  It would improve the care of our herd (and the sanity of our keepers!) in a multitude of ways. There was one thing we knew for sure: we wanted the herd to walk into the new barn of their own free will. Each giraffe has his or her own personality, and getting them to enter the barn would require considering each giraffe’s individual challenges and needs.  The herd consists of Jelani, the somewhat fearless bull; the natural herd leader and oldest giraffe Zuri; her calf, Zahra; and four-year-old Mystic. Also in the herd is Kali, another older female; Luna, Mystic’s half-sister; and Luna’s calf, Kesi. As anyone who works with giraffe knows, asking them to follow a keeper into a giant, shiny, new barn was like asking them to follow a keeper off of a cliff.  It would take a lot of patience and understanding, but we gave the herd the best tools we could. Utilizing these tools and the strong bond of trust between giraffe and keepers, the move was safe and successful.\r\n\r\n<strong>Challenges</strong>\r\nWe faced many overwhelming challenges in the move.  The barn was not completed until October, which left us racing against time and the impending Indiana winter to get the giraffe moved into the new building.  The entrance to the new barn was on the opposite side of the exhibit.  The herd spent most of their time at the hayracks and public feeding platform, both of which are at the front of the exhibit.  They only occasionally ventured to the back of the exhibit.  Due to the ongoing construction, there were loud noises, large equipment, and strange people surrounding the area every day. We have protected contact with our giraffe, so we could not always go where we were asking them to go.  Every night the giraffe returned to their old barn, and the whole process was started anew the next day. Then there was the largest challenge of all: Kali and Luna.  When Kali arrived at our zoo at age 15, she was overwhelmed with the changes around her.  While she was fine in the barn and exercise yard, she refused to enter the exhibit, despite strong encouragement.  She remained at the barn while watching the others go to and from exhibit every day for five years.  But she wasn’t alone.  When Luna and Mystic arrived in 2007, Luna quickly bonded with Kali.  Both have extremely cautious personalities, even for giraffe.  Keepers were unable to get Luna to follow the others to the exhibit.  She stayed at the barn for three years.  We wanted them all to cross the exhibit and enter the new barn willingly, but how could we do that when two members of herd had never even been into the exhibit?\r\nMany ideas were implemented to help get Luna and Kali to go to the exhibit.  While there would be periods of great improvement, there was never complete success.  In early June 2010, we decided to request the aid of Steve Martin and Wouter Stellaard of Natural Encounters, Inc.  They had experience with the situation, and shared with us the desire to get Luna and Kali to join the others.  Not only did we want to improve their quality of life, but we wanted the process to be as positive as possible. With the expertise of Steve and Wouter, we were able to use a mild aversive in the most positive way possible.  We created a “moveable wall” by securing tarps to long pieces of narrow, plastic pipe.  Several people were required for the process, but we tried to place the giraffe keepers at the entrance to the exhibit.  We wanted to be something positive (like the rest of the herd awaiting them in the exhibit) for them to move toward. We created two “walls”, each carried by two people (one on each end).  We worked with Kali and Luna separately.  We closed off the area completely to the public. Once the individual giraffe was in the exercise and had access to the exhibit, keepers would enter the space at the back of the yard.  The walls were rolled up and kept horizontal. We observed the giraffe’s reaction.  If the giraffe moved a step toward the exhibit, we did not move at all. If the giraffe moved toward the back of the yard, we all took a step forward.\r\n\r\nThis process was broken down into multiple levels.  Each level increased the use of walls in small increments.  For example, if the giraffe took another step toward us, we moved the walls into an upright position while keeping them rolled up.  If the giraffe moved toward the exhibit, the keepers stopped.  If the giraffe came toward the back of the yard, the keepers began to slowly unfurl the walls.  Every time the giraffe took a step toward the walls, the keepers took a step toward the giraffe.  This was so the giraffe had freedom in the situation.  We were giving them the chance to join the others on their own.  We did not force them out or frighten them.  If Kali or Luna became distressed, we stopped immediately and retreated from the yard.  Kali responded to this quickly, and walked into the exhibit within approximately 20 to 30 minutes.  Luna took a bit longer, but did enter the exhibit that same day.  Both were fairly calm, seemed comforted to be reunited with the herd, and began exploring the exhibit.  Through much training, patience, and trust, we were finally able to get both Luna and Kali on exhibit. It was a more emotional experience for the staff than it was for Luna and Kali themselves.  This process did have to be used on increasingly smaller scales as Kali and Luna eventually began to follow the herd to the exhibit without encouragement from keepers.\r\n\r\n<img class="alignnone size-full wp-image-2081" title="giraffe_barn1" src="http://aecetia.net/gws/aazk/wp-content/uploads/giraffe_barn1.jpg" alt="giraffe_barn1" width="299" height="452" /> Kalahari or “Kali” exits the new bar (<em>Photo: Fort Wayne Children’s Zoo</em>)\r\n\r\nWhile this was a very detailed and planned process, and this brief description may not give it full justice, our main goal was to keep the experience as positive for Kali and Luna as possible.  However, on Luna’s second day on exhibit, she went into labor. On 3 June 2010, she delivered her first calf, Kesi.  She would need to spend a considerable amount of time in the barn with her calf. Luna proved to be an extremely cautious and fiercely protective mother. Now the concern rose that when it was time to join the others, Luna’s training would have been lost, as much time had passed.  If Luna did not go to the exhibit again, that meant Kesi would not go either.  Fortunately, that was not the case.  Luna and Kesi did join the others on exhibit.  There were easy days and rough days, but Luna, Kali, and Kesi soon settled into the routine. Kali discovered the feeding platform and some adoring fans.  She seemed to have a newfound confidence in herself.  Now that the entire herd was in the exhibit, we were ready for the next stage of training.\r\n\r\n<strong>One Step at a Time</strong>\r\nWe began the next phase of training several months in advance. We wanted the site for the future entrance to the new barn to be a very positive place. Initially, we started out by offering…….\r\n<strong>\r\nWant to read more about this topic?  For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a> </strong>', 'The Way Home: Moving a Herd of 1.6  Reticulated Giraffe into a New Facility', 0, '', 'inherit', 'closed', 'closed', '', '2079-revision-v1', '', '', '2013-10-15 17:49:19', '2013-10-15 22:49:19', '', 2079, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2079-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3227, 1, '2013-10-15 17:49:19', '2013-10-15 22:49:19', 'Information for Contributors\r\nFrom the Editor/Sponsor Acknowledgements\r\nOpening the Corral Gates!\r\nTAG - You’re It!\r\nAnimal Management Support for Wild Equid Research at the Wilds\r\nTeaching Young Giraffe Old Tricks: Changing Learned Behaviors in a Herd of Captive Giraffe\r\nRuminant Browser Nutrition Workshop (A Synopsis)\r\nPractical Considerations for Restraint of Hoofed Mammals in a Small Zoo\r\nInventing the Wheel: Hand-Rearing a Single Babirusa (<em>Babyrousa babyrussa</em>)\r\nHere There Be Dragons: Okapi Conservation in Africa’s Equatorial Forest\r\nZoo Atlanta’s Hoofstock Enrichment Program\r\nManaging Ungulates in Mixed-Species Exhibits at Disney’s Animal Kingdom\r\nUngulate TAGs Connecting with Keepers: An Update\r\nA Voice for Captive Prey Species\r\nManaging Moose in Captivity\r\nEasy Bison Enrichment in a Cash Strapped Economy\r\nThe Way Home: Moving a Herd of 1.6 Reticulated Giraffe into a New Facility\r\nCaring for African Ungulates in a Winter Climate\r\nRearing Antelope: Three Thriving Examples at the Saint Louis Zoo\r\nWalking a Mile in Their Hooves: Managing Desert Bighorn Sheep (<em>Ovis canadensis mexicana</em>) in Natural Exhibits\r\nUngulate TAG Meetings and Conferences: We Want You!\r\nCandid Camera: Using Camera Traps to Monitor Animal Behavior\r\nPorcine Perfection: Red River Hogs in Mixed-Species Exhibits\r\nThe Tapir Paper\r\nStriving for Sustainability: The Ungulate Manager’s Toolbox\r\nManaging a Reticulated Giraffe (<em>Giraffe camelopardalis</em>) with Allergies\r\nUngulates Websites of Interest\r\nTraining Przewalski’s Horses Using Protected Contact in a Facility with Limited Resources\r\nTraining the “untrainable”: Using Natural Behavior and Positive Reinforcement to Train Husbandry Behaviors in a Gerenuk (<em>Litacranius walleri</em>)\r\nGoat Lab - Evolution of a Training Class\r\nElevating Warthog Care Through Training\r\nWhat’s This Ungulate Care Workshop I’ve Been Hearing So Much About?\r\nFreezing Browse for Year-round Feeding of Giraffe and Other Hoofstock\r\nRhinoceros Enrichment\r\nManaging a Research Population of an Extremely Flighty Ungulate Species at SCBI\r\nHoof Management of Hartmann’s Mountain Zebra at Disney’s Animal Kingdom Lodge\r\nMoving Onward and Upward: Building a Contemporary Giraffe Facility\r\nCreating New Tools to Reduce Fearful Behavior with Three Ungulate Species at the Oakland Zoo\r\nTactiles - The Transition from a Behavior to a Reinforcer: A Case Study of 1.0 Grant’sZebra (<em>Equus burchellii</em>) at the Oakland Zoo\r\nBongo Calf Splaying and Coxofemoral Luxation\r\nBenefits of Goal-Based Behavioral Husbandry for Captive Bovid and Cervid Species\r\nUngulate Care Workshops (information and contacts)', 'July/August 2011', 0, '', 'inherit', 'closed', 'closed', '', '2075-revision-v1', '', '', '2013-10-15 17:49:19', '2013-10-15 22:49:19', '', 2075, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2075-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3228, 1, '2013-10-15 17:49:19', '2013-10-15 22:49:19', 'Information for Contributors\nFrom the Editor/Sponsor Acknowledgements\nOpening the Corral Gates!\nTAG - You’re It!\nAnimal Management Support for Wild Equid Research at the Wilds\nTeaching Young Giraffe Old Tricks: Changing Learned Behaviors in a Herd of Captive Giraffe\nRuminant Browser Nutrition Workshop (A Synopsis)\nPractical Considerations for Restraint of Hoofed Mammals in a Small Zoo\nInventing the Wheel: Hand-Rearing a Single Babirusa (<em>Babyrousa babyrussa</em>)\nHere There Be Dragons: Okapi Conservation in Africa’s Equatorial Forest\nZoo Atlanta’s Hoofstock Enrichment Program\nManaging Ungulates in Mixed-Species Exhibits at Disney’s Animal Kingdom\nUngulate TAGs Connecting with Keepers: An Update\nA Voice for Captive Prey Species\nManaging Moose in Captivity\nEasy Bison Enrichment in a Cash Strapped Economy\nThe Way Home: Moving a Herd of 1.6 Reticulated Giraffe\ninto a New Facility\nCaring for African Ungulates in a Winter Climate\nRearing Antelope: Three Thriving Examples at the Saint Louis Zoo\nWalking a Mile in Their Hooves:\nManaging Desert Bighorn Sheep (Ovis canadensis mexicana)\nin Natural Exhibits\nUngulate TAG Meetings and Conferences: We Want You!\nCandid Camera: Using Camera Traps to Monitor Animal Behavior\nPorcine Perfection: Red River Hogs in Mixed-Species Exhibits\nThe Tapir Paper\nStriving for Sustainability: The Ungulate Manager’s Toolbox\nManaging a Reticulated Giraffe (Giraffe camelopardalis) with Allergies\nUngulates Websites of Interest\nTraining Przewalski’s Horses Using Protected Contact in a Facility with Limited Resources\nTraining the “untrainable”: Using Natural Behavior and Positive     Reinforcement to Train Husbandry Behaviors in a Gerenuk     (Litacranius walleri)\nGoat Lab - Evolution of a Training Class\nElevating Warthog Care Through Training\nWhat’s This Ungulate Care Workshop I’ve Been Hearing So Much About?\nFreezing Browse for Year-round Feeding of Giraffe and Other Hoofstock\nRhinoceros Enrichment\nManaging a Research Population of an Extremely Flighty\nUngulate Species at SCBI\nHoof Management of Hartmann’s Mountain Zebra at\nDisney’s Animal Kingdom Lodge\nMoving Onward and Upward: Building a Contemporary Giraffe Facility\nCreating New Tools to Reduce Fearful Behavior with\nThree Ungulate Species at the Oakland Zoo\nTactiles - The Transition from a Behavior to a Reinforcer:\nA Case Study of 1.0 Grant’sZebra (Equus burchellii)\nat the Oakland Zoo\nBongo Calf Splaying and Coxofemoral Luxation\nBenefits of Goal-Based Behavioral Husbandry for Captive Bovid\nand Cervid Species\nUngulate Care Workshops (information and contacts)', 'July/August 2011', 0, '', 'inherit', 'closed', 'closed', '', '2074-revision-v1', '', '', '2013-10-15 17:49:19', '2013-10-15 22:49:19', '', 2074, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2074-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3229, 1, '2013-10-15 17:49:19', '2013-10-15 22:49:19', '<em><strong>Dedicated double issue of AKF on Ungulate Husbandry, Training, Enrichment and Conservation.  This special edition will encompass the regular July and August issues of AKF and AAZK anticipates mailing it to the membership by the second week of August.  For an idea of what will be in this special issue, check out the listing of papers that will be included below.</strong></em>\r\n\r\n1.    Animal Management Support of Wild Equid Research at The Wilds\r\nBy Arin Moore, Animal Management Specialist, The Wilds, Cumberland, OH\r\n\r\n2.    Practical Considerations for Restraint of Hoofed Mammals in a Small Zoo\r\nBy Hoofed Mammal Team, Rosamond Gifford Zoo at Burnet Park, Syracuse, NY\r\n\r\n3.    Inventing the Wheels: Hand-Rearing a Single Babirusa (Babyrousa babyrussa)\r\nBy Nicole Piepers, Nursery Keeper, Los Angeles Zoo, Los Angeles, CA\r\n\r\n4.    Zoo Atlanta’s Hoofstock Enrichment Program\r\nBy Nicole Bouwens, Senior Keeper, Zoo Atlanta, Atlanta, GA\r\n\r\n5.    Managing Ungulates in Mixed Species Exhibits at Disney’s Animal Kingdom\r\nBy Steve Metzler, Assistant Animal Operations Manager (Assistant Curator),\r\nDisney’s Animal Kingdom, Lake Buena Vista, FL\r\n\r\n6.    The Way Home: Moving a Herd of 1.6 Reticulated Giraffe into a New Facility\r\nBy Aimee S. Fannon, Head Giraffe Keeper, Fort Wayne Children’s Zoo, Fort Wayne, IN\r\n\r\n7.    Managing a Reticulated Giraffe (Giraffa camelopardalis) with Allergies\r\nBy Melaina Wallace, Keeper II and Kristin Wolfe, Zoological Manager\r\nDisney’s Animal Kingdom, Lake Buena Vista, FL\r\n\r\n8.    Porcine Perfection: Red River Hogs in Mixed Species Exhibits\r\nBy Lindsey Kirkman, Animal Keeper III, Disney’s Animal Kingdom, Lake Buena Vista, FL\r\n\r\n9.    Easy Bison Enrichment in a Cash-Strapped Economy\r\nBy Phil Coleman, Lead Keeper, Elmwood Park Zoo, Norristown, PA\r\n\r\n10.    Goat Lab – Evolution of a Training Class\r\nBy Elizabeth Abram, Keeper II, Oakland Zoo, Oakland, CA\r\n\r\n11.    Moving Onward and Upward: Building a Contemporary Giraffe Facility\r\nBy Amber Eagleson, Area Manager – African Journey, Fort Wayne Children’s Zoo, Ft. Wayne, IN\r\n\r\n12.    Creating New Tools to Reduce Fearful Behavior with Three Ungulate Species at the Oakland Zoo\r\nBy  Amy Phelps, Primary Giraffe Keeper/Keeper II, and Lisa Clifton-Bumpass, Oakland Zoo, Oakland, CA\r\n\r\n13.    Walking a Mile in Their Hooves: Managing Desert Bighorn Sheep (Ovis Canadensis Mexicana) in Natural Exhibits\r\nBy Devorah Young, Senior Keeper, Hoofstock Trail, Phoenix Zoo, Phoenix, AZ\r\n\r\n14.    Caring for African Ungulates in a Winter Climate\r\nBy Maureen Miller, Large Mammal Keeper, The Toledo Zoo, Toledo, OH\r\n\r\n15.    Candid Camera: Using Camera Traps to Monitor Animal Behavior\r\nBy Becky Richendollar, Watani Grasslands Keeper, North Carolina Zoo, Asheboro, NC\r\n\r\n16.    Ungulate TAG Meetings and Conferences: We Want You!\r\nBy Matthew Ardaiolo, Lead Hoofstock Keeper, Potawatomi Zoo, South Bend, IN\r\n\r\n17.    Managing Moose in Captivity\r\nBy Roxanna Breitigan, Animal Care Manager, Cheyenne Mountain Zoo, Colorado Springs, CO\r\n\r\n18.    Training Przewalski’s Horses in a Facility with Limited Resources, Using Protected Contact\r\nBy Amanda Faliano, Denver Zoo, Denver, CO\r\n\r\n19.    Elevating Warthog Care Through Training\r\nBy Morgan Lashley, Animal Care Specialist and Christy Layton, Associate Animal Care Specialist, Busch Gardens, Tampa, FL\r\n\r\n20.    Tactiles – The Transition from a Behavior to a Reinforcer: A Case Study of 1.0 Grant’s Zebra (Equus burchelli) at the Oakland Zoo\r\nBy Julie Hartell-DeNardo, former Zoological Manager and Leesa Whittlef, Keeper I, Oakland Zoo, Oakland, CA\r\n\r\n21.    Hoof Management of Hartmann’s Mountain Zebra at Disney’s Animal Kingdom Lodge\r\nBy Vickie Shaw, Animal Keeper, Disney’s Animal Kingdom Lodge®, Lake Buena Vista, FL\r\n\r\n22.    Ungulate TAGs Connecting Keepers: An Update\r\nBy Christy Poelker, Senior Keeper/Ungulates, Saint Louis Zoo, St. Louis, MO\r\n\r\n23.    The Tapir Paper\r\nBy Kim Jansen, Hoofstock Keeper, Nashville Zoo at Grassmere, Nashville, TN\r\n\r\n24.    Ruminant Browser Nutrition Workshop – Synopsis\r\nBy Debra A. Schmidt, PhD, Nutritionist Saint Louis Zoo; Erin L. Kendrick, MS, Associate Nutritionist Saint Louis Zoo; Elizabeth A. Koutsos, PhD, Research Nutritionist, Mazuri, PMI International;  and Michael L. Schlegel, PhD, Nutritionist, San Diego Zoo Global\r\n\r\n25.    Here There Be Dragons: Okapi Conservation in Africa’s Equatorial Forest\r\nSteve Shurter, Director of Conservation, White Oak Conservation Center\r\n\r\n26.    Training the “untrainable”: Using Natural Behavior and Positive Reinforcement to Train Husbandry Behaviors in a Gerenuk (Litacranius walleri)\r\nChristina Seely, Large Mammal Keeper, Denver Zoo, Denver, CO\r\n\r\n27.    Managing a Research Population of an Extremely Flighty Ungulate Species at Smithsonian’s Conservation Biology Institute (SCBI)\r\nBy Dolores Reed, Mammal Keeper-Hoofstock, Center for Species Survival, SCBI, Front Royal, VA\r\n\r\n28.    What’s This Ungulate Care Workshop I’ve Been Hearing So Much About?\r\nBy Adam Eyres, Hoofstock Supervisor, Fossil Rim Wildlife Center, White Rhino SSP® Coordinator\r\n\r\n29.    Rearing Antelope: Three Thriving Examples at the Saint Louis Zoo\r\nBy Christy Poelker, Senior Keeper/Ungulates, Saint Louis Zoo, St. Louis, MO\r\n\r\n30.    Freezing Browse for Year-round Feeding of Giraffe and Other Hoofstock\r\nPearl Z. Yusuf, Curator, Hooves and Horns, Zoo New England, Boston, MA\r\n\r\n31.    “A Voice for Captive Prey Species”\r\nBy Allyson O’Neill, Mammal Keeper – Hoofstock/Cheetahs, Smithsonian Conservation Biology Institute, Front Royal VA\r\n\r\n32.    Teaching Your Young Giraffe Old Tricks: Changing Learned Behaviors in a Herd of Captive Giraffe\r\nAshleigh Kandrac, Assistant Curator, Lion County Safari, Loxahatchee, FL\r\n\r\n33.    Rhinoceros Enrichment\r\nBy Wendy Shaffstall, Sr. Ungulate Keeper, Cincinnati Zoo, Cincinnati, OH and Adam Felts, Head Keeper Asian Domain, Columbus Zoo and Aquarium, Powell, OH\r\n\r\n34.    Striving for Sustainability: the Ungulate Manager’s Toolbox\r\nBy Bill Houston, Assistant Curator, St. Louis Zoo; David Powell, Assistant Curator of Mammals, Bronx Zoo; and Brent Huffman, Keeper III, Toronto Zoo\r\n\r\n35.    Bongo Calf Splaying and Coxofemoral Luxation\r\nBy Lydia F. Bosley, Bongo International Studbook Keeper and Dr. Tom de Maar, Bongo SP Vet Advisor\r\n\r\n36.    Benefits of Goal-Based Behavioral Husbandry for Captive Bovid and Cervid Species\r\nBy Angela Cecil Binney, DAK and Julie Hartell-DeNardo, St. Louis Zoo\r\n\r\n37.    Welcome to the Ungulate Tag Herd!\r\nBy Martha Fischer, AZA Antelope and Giraffe TAG Chair\r\n\r\n38.    TAG – You’re It!\r\nBy Martha Fischer, AZA Antelope and Giraffe TAG Chair', 'Coming Soon', 0, '', 'inherit', 'closed', 'closed', '', '2049-revision-v1', '', '', '2013-10-15 17:49:19', '2013-10-15 22:49:19', '', 2049, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2049-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3230, 1, '2013-10-15 17:49:20', '2013-10-15 22:49:20', '', 'June 2011', 0, '', 'inherit', 'closed', 'closed', '', '2017-revision-v1', '', '', '2013-10-15 17:49:20', '2013-10-15 22:49:20', '', 2017, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2017-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3231, 1, '2013-10-15 17:49:20', '2013-10-15 22:49:20', '<p style="text-align: center;"><em><img class="size-medium wp-image-695 aligncenter" title="hdr_conservation_station" src="http://aecetia.net/gws/aazk/wp-content/uploads/hdr_conservation_station-300x114.gif" alt="hdr_conservation_station" width="300" height="114" /></em></p>\r\n\r\n<p style="text-align: left;"><em>By Amy Hanna\r\nWildlife Conservationist and Environmental Educator\r\nKampala, Uganda</em>\r\n\r\nEven while I was a zoo keeper for eight years, I wanted to experience Africa to see what wildlife conservation organizations were doing in the field.  While working at the Lincoln Park Zoo in Chicago Illinois, I was always interested in the Conservation and Science Department’s many programs.  Instead of waiting for a conservation job to come along, I saved up money and planned my first Africa trip in 2006 to South Africa and Zambia.  Then I volunteered again in Zambia in 2009 and 2010 for Munda Wanga Environmental Park.\r\n\r\nRecently, I decided to take the jump and move to Uganda semi-permanently.  I spent the last two months in Uganda and Rwanda networking.  This experience showed me that zoos and their staff supporting field projects are making a difference.  I’d like to share a few personal examples:\r\n\r\n<strong>The Kasiisi Project\r\nKibale National Park, Uganda</strong>\r\n\r\nThe Kasiisi Project was established in 1997 with the aim of supporting the local communities that live on the Western edge of Kibale National Park, and creating awareness of the importance of the forest and its species, especially the local  keynote species, the chimpanzee (Pan troglodytes).   There are five core schools in the target communities that are heavily supported by the project through programs that include environmental education, life skills, girl’s support, nutrition, secondary and tertiary scholarships, staff training and support and construction of infrastructure, all of which improve the learning environment in these schools.\r\n\r\nIn addition to the core schools, nine more in the area are included in The Kasiisi Project Conservation Education Program which supports initiatives aimed at producing a generation of local committed conservationists.  It is here that I saw the amazing impact that zoos can have on these kids’ lives.\r\n\r\nFor two years, Disney World Conservation Fund has paid for teachers who have never seen elephants or hippos to take field trips to three local National Parks: Queen Elizabeth National Park for savannah animals, Kibale National Park for tracking chimpanzees and Semuliki National Park for central African birds and the amazing shoebill stork (Balaeniceps rex).  Although these teachers live and work next to the park, most had never visited them.  Their experience is shared with about 6000 students and evaluation data showed that both teachers and their pupils showed increased knowledge and appreciation of their environment as a result of the trips.\r\nBrevard Zoo has donated soccer and netball uniforms, with chimpanzee logos designed by Columbus Zoo.  Stuffed animal chimpanzees, and arts and crafts supplies for use by school Wildlife Clubs have also been a Brevard Zoo gift.\r\n\r\nCleveland Zoo is funding a water quality project where children from five Kasiisi Project schools will test water from a variety of sources both inside and outside the forest to study the impact of vegetation loss.\r\n\r\nNorth Carolina Zoo is also involved in Kibale National Park.  It has supported the research of Dr. Jeremiah Lwanga who studies chimpanzees and rainforest flora. Support for Dr. Lwanga comes from the donation box at the North Carolina Zoo chimpanzee exhibit. NCZ also promotes conservation education through their UNITE program in forest edge schools to the south of the park.\r\n\r\nI was invited to see the impact of zoo involvement in The Kasiisi Project’s environmental programs when I met the project director last year at a conference and mentioned I would be moving to Uganda.  Kibale National Park is a five- hour bus ride to the West of Kampala, the capital of Uganda where I live, and is certainly worth visiting and conserving.\r\n<img class="alignnone size-full wp-image-1981" title="ugandan_students" src="http://aecetia.net/gws/aazk/wp-content/uploads/ugandan_students.jpg" alt="ugandan_students" width="637" height="371" />\r\n\r\nStudents pose for a group photo with their teachers and UWEC staff. (<em>Photo by David Musingo, Education Director at UWEC</em>)\r\n\r\nI stayed for three nights in a research house with two other project managers who took me on walks in the forest. We ran into rare forest elephants (<em>Loxodonta cyclotis</em>), dung beetles (<em>Scarabaeoidea sp.</em>), red colobus monkeys (<em>Procolobus foai</em>), and L’hoest’s monkeys (<em>Cercopithecus lhoesti</em>).  There are 13 primate species in KNP, including 1400 chimpanzees, the highest primate biomass in East Africa.  By the end of the trip, I was invited to volunteer as an educator to help strengthen the Wildlife Clubs in 14 forest-edge schools.  I am very excited and grateful for this opportunity.\r\n\r\n<strong>Ziwa Rhino Sanctuary\r\nUganda</strong>\r\n\r\nThe Ziwa Rhino Sanctuary was established in 1997 as a safe breeding ground for white rhinos (Ceratotherium simum) and as an education opportunity to raise awareness and funds for the endangered species.  Every day, tourists are allowed to hike with the guides on foot to see the rhinos in the bush.  Along the way, the guides educate the tourists on…..\r\n\r\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'A First Hand Account of How Zoos are Making a Difference in East Africa', 0, '', 'inherit', 'closed', 'closed', '', '1980-revision-v1', '', '', '2013-10-15 17:49:20', '2013-10-15 22:49:20', '', 1980, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1980-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3232, 1, '2013-10-15 17:49:20', '2013-10-15 22:49:20', '<em>By Kim Wanders, Keeper III, Jacque Blessington, Keeper III\r\nKansas City Zoo, Kansas City, MO </em>\r\n\r\n<strong>Abstract</strong>\r\nThere are ~20 species of duikers(1).  The Red-flanked duiker is a medium-sized duiker that is found naturally in western and central Africa.  From the 2006-2007 Association of Zoos and Aquariums (AZA) Population Management Plan (PMP), there were 27.22 individuals at 17 institutions.\r\n\r\nIn 2007, the Kansas City Zoo housed 1.1 Red-flanked duikers.  Lil, the female, was born at the Kansas City Zoo on 30 September 2004.  Alfalfa, the male, was born at the San Diego Zoo and was brought to Kansas City on 17 November 2006 as a breeding recommendation from the 2006-2007 Population Management Program [PMP].\r\n\r\nRed-flanked duikers are generally shy and elusive creatures that normally live in pairs.  They are monogamous animals with a very short estrus period of only ~1/2 to 1 full day(1).  Gestation is recorded at ~223-245 days (2,3).  Given that the estrus period is so short, the staff working with the duikers had never seen actual copulation by the pair.  It was decided that a conditioning program would be established to help determine and monitor a possible pregnancy.  The conditioning program started with scale training to track weight changes followed by ultrasound training to determine actual pregnancy and calf development.  Upon completion of the ultrasound training, it was decided to apply her previous conditioning to radiograph training.\r\n\r\nThis article is a compilation of the steps taken and results found from these conditioning programs.\r\n\r\n<strong>Scale Conditioning</strong>\r\n1. Presented board covered with mats that were used in holding.  Treats were placed on it as a tool for desensitizing.\r\n2. Slowly raised the board until it was approximately the height it would be when placed on top of the bar scales.\r\n3. Once the desired height was reached, desensitizing was practiced a couple of times a week with the bar scales, board and mats.  The entire process took less than a month for her to voluntarily step up on the weighing board. (see Photos 1 &amp; 2)\r\n\r\nWe did not use a clicker or whistle.  Animal is very skittish with different/new sounds (general characteristic of duikers).  We utilized a verbal reinforcement paired with food rewards of sweet potato, grape and apple as well as various other treats.\r\n\r\n<img class="alignnone size-full wp-image-1977" title="duiker" src="http://aecetia.net/gws/aazk/wp-content/uploads/duiker.jpg" alt="duiker" width="661" height="513" />\r\n\r\n<strong>Photo 1</strong>\r\n\r\nTraining/desensitizing occurred both on and off-exhibit.  When working on exhibit, there were opportunities to educate the public about red-flanked duikers and their husbandry at the zoo.  One of the goals for scale training was to monitor weight gain during pregnancy.\r\n\r\n<strong>Challenges: </strong> A couple of challenges were presented.\r\n1) Lil is very skittish, so presentation of new items caused temporary setbacks.\r\n2) Equipment is bulky and cumbersome which caused her alarm.\r\n\r\n<strong>Abdominal Ultrasound Conditioning</strong>\r\nSpecial Note: An ultrasound was performed approximately one year prior to the conditioning program described below.   At that time, a developing fetus was…….\r\n\r\n<strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'Establishing a Conditioning Program for a Red-flanked Duiker (Cephalophus rufilatus) to Determine and Monitor Pregnancy', 0, '', 'inherit', 'closed', 'closed', '', '1976-revision-v1', '', '', '2013-10-15 17:49:20', '2013-10-15 22:49:20', '', 1976, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1976-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3233, 1, '2013-10-15 17:49:20', '2013-10-15 22:49:20', 'About the Cover/Information for Contributors\r\nScoops &amp; Scuttlebutt\r\nFrom the President\r\nComing Events\r\nAAZK Announces New Members\r\nTraining Tales (<em>Training the “untrainable bobcat” with Positive Reinforcement</em>)\r\nCall for Papers for Ungulate Dedicated Issue\r\nEstablishing a Conditioning Program for a Red-flanked Duiker to Determine and Monitor Pregnancy\r\nBook Reviews (<em>The Great Penguin Rescue </em>and<em> A Pocket Guide to the  Snakes of Kansas and Common &amp; Scientific Names for NA Amphibians, Turtles, Reptiles and Crocodilians</em>)\r\nEnrichment Options (<em>Catering to the Preferences of 2.1 Sulawesi Macaques</em>)\r\nCall for Enrichment Papers\r\nWorld Famous Cheetah Dies\r\nAnnouncing Our Rewards Program\r\nViewpoint: The Good Zoo and Euthanasia\r\nConservation Station (<em>A First Hand View of How Zoos Are Making a Difference in East Africa</em>)\r\nConservation/Legislative Update\r\nConference 2011/San Diego - Updates, New Information Insert', 'May 2011', 0, '', 'inherit', 'closed', 'closed', '', '1973-revision-v1', '', '', '2013-10-15 17:49:20', '2013-10-15 22:49:20', '', 1973, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1973-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3234, 1, '2013-10-15 17:49:20', '2013-10-15 22:49:20', '<img class="aligncenter size-full wp-image-1923" title="bhc_training_tales" src="http://aecetia.net/gws/aazk/wp-content/uploads/bhc_training_tales.jpg" alt="bhc_training_tales" width="642" height="262" />\r\n\r\n<em>By Virginia Valentine, Apprentice Keeper\r\nOakland Zoo, Oakland, CA</em>\r\n\r\n<strong>Introduction</strong>\r\nOver the summer and fall of 2010, I participated in the paid apprentice program at the Oakland Zoo in Oakland, CA.  This six-month position focused on teaching new keepers the skills necessary to effectively care for exotic animals.  Paid apprentices work with many keepers in multiple areas of the zoo, allowing a wide variety of animal experience.  In addition to the physical tasks associated with feeding and maintenance of animal areas, we are trained in using operant conditioning in order to facilitate husbandry needs and reduce stress for the zoos animals.\r\n\r\nThe paid apprentices also staff the Contact Yard during zoo hours, working with 4.2 Pygmy goats (<em>Capra hircus</em>), 4.1 Nubian goats (<em>Capra hircus sp.</em>), 1.0 Boer goat (<em>Capra hircus sp.</em>), and 2.3 Blackbelly-Katahdin sheep (<em>Ovis aries</em>).   The Contact Yard keeper gives the paid apprentices the opportunity to hone their operant conditioning skills by practicing with the goats and sheep—in effect training new trainers on how to train an animal.  For one hour a week after work, we are taught how to use our body movements to guide a behavior, how to use the placement of food rewards to affect the placement of the animals (without baiting), chaining multiple behaviors, and appropriate timing of a bridge.\r\n\r\n<strong>Planning</strong>\r\nAll of the Contact Yard animals are currently restrained for their hoof trims.  Gaylord, a four-year old pygmy goat, is the most distressed while restrained and the most in need to be trained for a cooperative hoof trim behavior.  The behavior’s purpose is to allow regular, low-stress maintenance of hoof health without restraint or sedation, so it should have a positive impact on Gaylord by decreasing the stress he experiences during hoof trims.  As a paid apprentice I was provided the opportunity to train this complex behavior while being supervised by an experienced keeper.\r\n\r\nBefore writing the behavior plan, I researched the existing cooperative hoof trim protocols currently in use at the Oakland Zoo.  African veldt keepers regularly utilize cooperative hoof trimming on the collection’s giraffe (Giraffa camelopardalis), with the help and guidance of a volunteer Ferrier and volunteer training consultant.  Shaping a hoof trim behavior was also part of the regular training sessions for a Grant’s zebra (Equus quagga boehmi).  The keepers allowed me to observe and participate in both of these existing training programs.  Using these experiences, online hoof trim videos, watching trimming done on our goats (using restraint), and studying goat anatomy, I wrote my first training plan. Knowing that my colleagues’ experience and knowledge were my biggest assets, multiple keepers were asked to read over the plan.  Their feedback was invaluable and greatly improved the plan’s chances for success.\r\n\r\n<strong>Implementing the Plan</strong>\r\nThough Gaylord was conditioned to a clicker, a mechanical whistle was more appropriate for this behavior because it allowed the use of both hands while working.  The rewards were limited to one cup of grains and/or cereals per day to minimize weight gain, with half of a horse cookie used for a jackpot.  As my other duties allowed, I was able to work with Gaylord four days a week.\r\n\r\nThe first step was to condition Gaylord to the mechanical whistle as a bridge, which was easily done in a few minutes.  Then Gaylord was trained to station on a mat with the trimming tools in a basket nearby.  These quickly became the visual cue to him that we would be training soon and he became very excited whenever he saw them out before a session.  Next, another person was needed as a feeder while I sat on the ground adjacent to Gaylord’s left or right side.  At first it was necessary to be a few feet away from him, but after two sessions I was able to move within arm’s length while he remained calm and facing forward, towards the feeder (see Fig. 1).\r\n\r\n<img class="alignnone size-large wp-image-1924" title="hoof_trim" src="http://aecetia.net/gws/aazk/wp-content/uploads/hoof_trim-1024x840.jpg" alt="hoof_trim" width="717" height="588" />\r\n\r\n<strong>Figure 1.  Stationing on mat.</strong> <em>(Photo courtesy of Elizabeth Abram, Oakland Zoo)</em>\r\n\r\nThe original plan included increasing the duration of time Gaylord stood in this station position, but Gaylord’s impatience became obvious by his repeated jumps on the feeder and continued “resetting” on the mat (backing up off the mat, and then moving forward back onto the mat).  His primary keeper suggested that these behaviors showed Gaylord’s excitement to do more and that the training plan could be re-written in response to his individual needs and progress.  It was also suggested that I break the session into ……….\r\n\r\n<em><strong>\r\nWant to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>', 'Training the Trainer: Cooperative Hoof Trim', 0, '', 'inherit', 'closed', 'closed', '', '1922-revision-v1', '', '', '2013-10-15 17:49:20', '2013-10-15 22:49:20', '', 1922, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1922-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3235, 1, '2013-10-15 17:49:20', '2013-10-15 22:49:20', 'About the Cover/Information for Contributors\r\nScoops &amp; Scuttlebutt\r\nFrom the President\r\nComing Events\r\nAAZK Announces New Members\r\nCall for Papers for Ungulate Dedicated Issue\r\n2011 Conference Updates/Information\r\nAKF Dedicated Five-Issue Combo Pack on Sale\r\nTraining Tales (3 Lions, 21 Days, 44 Minutes)\r\nAAZK Research Grant Report - Mad Fishes\r\nEnrichment Options (<em>Enrichment: The Noun vs. the Verb</em>)\r\nBuilding a Red River Hog Restraint from Scraps\r\nTraining Two Separate Behaviors to Draw Blood from 2.0 Spotted Hyena Utilizing Operant Conditioning with Positive Reinforcement\r\nNew AAZK Logo Fleece Vests Available\r\nChapter News\r\nConservation Station (<em>One Week Inspires Lifetimes of Change: Polar Bears International Keeper Leadership Camp 2010</em>)\r\nBook Review (<em>Manatee Insanity: Inside the War over Florida’s Most Famous Endangered Species</em>)\r\nConservation/Legislative Update', 'March 2011', 0, '', 'inherit', 'closed', 'closed', '', '1872-revision-v1', '', '', '2013-10-15 17:49:20', '2013-10-15 22:49:20', '', 1872, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1872-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3236, 1, '2013-10-15 17:49:20', '2013-10-15 22:49:20', '<p style="text-align: center;"><!--[if !mso]> <style>\r\nv\\:* {behavior:url(#default#VML);}\r\no\\:* {behavior:url(#default#VML);}\r\nw\\:* {behavior:url(#default#VML);}\r\n.shape {behavior:url(#default#VML);}\r\n</style> <![endif]--><!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:AllowPNG /> <o:PixelsPerInch>72</o:PixelsPerInch> </o:OfficeDocumentSettings> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:EnableOpenTypeKerning /> <w:DontFlipMirrorIndents /> <w:OverrideTableStyleHps /> <w:UseFELayout /> </w:Compatibility> <w:DoNotOptimizeForBrowser /> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]> <style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:"Table Normal";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:"";\r\n	mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n	mso-para-margin:0in;\r\n	mso-para-margin-bottom:.0001pt;\r\n	mso-pagination:widow-orphan;\r\n	font-size:10.0pt;\r\n	font-family:"Cambria","serif";}\r\n</style> <![endif]--><strong><span style="font-size: 14pt; font-family: &quot;Lucida Grande&quot;;"><img class="size-full wp-image-378 aligncenter" title="training_tails" src="http://aecetia.net/gws/aazk/wp-content/uploads/header_training_tails.jpg" alt="training_tails" width="317" height="68" />Where you can share your training experiences!</span></strong>\r\n<p style="text-align: center;"><span style="font-size: 14pt; font-family: &quot;Lucida Grande&quot;;"><em>Training Tales Editors: Jay Pratte, Omaha\'s Henry Doorly Zoo</em></span></p>\r\n<p style="text-align: center;"><span style="font-size: 14pt; font-family: &quot;Lucida Grande&quot;;"><em>Kim Kezer, Zoo New England; and Angela Binney, Disney\'s Animal Kingdom</em></span></p>\r\n<p style="text-align: left;"></p>\r\n\r\n<p style="text-align: left;"><span style="font-size: 14pt; font-family: &quot;Lucida Grande&quot;;"><em>Through positive-reinforcement training, an ostrich is\r\nsuccessfully conditioned to take a daily dose of medicine\r\n\r\nBy Anna Hergt, Animal Management Intern\r\nZoo New England, Boston, MA</em></span>\r\n\r\n<p style="text-align: left;"><span style="font-size: 14pt; font-family: &quot;Lucida Grande&quot;;"><strong>Background</strong>\r\nIn June 2010, I began a 10-week internship in the Hooves and Horns area at Zoo New England’s Franklin Park Zoo located in Boston, Massachusetts. After learning the various animal husbandry tasks of the area, and getting used to the schedule, I was given the opportunity to take on a project as part of my internship.\r\n\r\nErnie is the only male blue-necked ostrich (<em>Struthio camelus molybdophanes</em>) housed at the Zoo. He had been diagnosed with right leg lameness and was prescribed Cosequin®, a powdered joint supplement. The medicine could not be mixed in with his diet because he shared the yard with two female ostriches, and there was no guarantee that it would be delivered to him completely. Instead, a plan needed to be developed to train Ernie to approach the keepers consistently for his daily dose of medication.\r\n\r\nThough certain novel items sparked his interest enough to come within reach of zookeepers to be hand-fed, there was no reliable method in place to get him to consume the required daily amount. He would often exhibit behaviors such as refusing to come off exhibit, refusing to stand up from sitting, refusing to take medicine hidden in a variety of different food items, or walking right by the keeper and ignoring them altogether. This resulted in an average consumption of ~30% of his medication during the period of 1 March 2010 to when my training began on 15 June 2010.\r\n\r\n<img class="alignnone size-full wp-image-1849" title="ostrich" src="http://aecetia.net/gws/aazk/wp-content/uploads/ostrich.jpg" alt="ostrich" width="505" height="376" />\r\n<strong>Fig. 1. Ernie, the blue-necked ostrich <em>(Photo: Anna Hergt)</em></strong>\r\n\r\nOriginally, a plan needed to be developed that was realistic for the allotted three-week time period I had remaining as an intern. I began with the notion of discovering what food item was motivational, and conditioning him to a bell as soon as he became more reliable in taking that item from me. I created a behavioral log to track his progress, and began working with Ernie an average of two sessions per day.\r\n\r\n<strong>Training</strong>\r\nMy initial approaches began with attempting to lure him over using reward items such as small pieces of carrot chosen for their bright color, small apple chunks, lettuce, kale, mealworms, applesauce mixtures, regular diet grain, and wet grain. Realizing that this was not progressing in the direction I needed, I switched my approach to luring him over using enriching non-food items such as a variety of shiny silver bowls, a red grain scoop, a cow bell and a red bandana. All of these proved not be motivating enough for Ernie. He was responsive, however, to neon pink tape stuck around the edges of a silver bowl. He came over quickly to investigate the novel item, but spent very little time interacting with me and consumed very little grain.\r\n\r\nAt this point, I reevaluated my methods and came up with a training plan based on what I had discovered about Ernie. Through experimenting I was able to build a relationship with him and understand his individual behavioral traits, instead of assuming characteristics based upon research and natural history of the species. Since he wasn’t seemingly food-motivated, I spoke with other keepers about their efforts and observations when attempting to deliver his medicine. After observing many training sessions with other animals, I discovered that the training itself could be a reward. For example, one morning our male lion did not eat, but he easily took his same diet food as reward treats during a training session later in the day. I decided to figure out a way to make Ernie think that eating his medicine was fun, and be motivated to eat his medicine-laced treats by that fact alone.\r\n\r\nI also wanted to look at qualitative data in order to find trends that would lead me to the development of a more stable training plan. I looked into his medical records and daily husbandry logs through Franklin Park Zoo’s database system. I first began by looking specifically at what diet items he most often consumed. I looked back three months to 1 March, and found that if his medicine was given with grain he had an average consumption rate of ~49%. If given by other methods, this number was reduced to only ~15%. This is all relative to the total average consumption of ~30% during that time period, as previously mentioned. From this data, I decided to use his regular diet grain for training and delivering medicine.\r\n\r\nLooking next at his average consumption rates at different times of the day, I found that he…….\r\n<em><strong>\r\nWant to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>\r\n\r\n</span>', 'Getting Ernie to Take His Medicine', 0, '', 'inherit', 'closed', 'closed', '', '1848-revision-v1', '', '', '2013-10-15 17:49:20', '2013-10-15 22:49:20', '', 1848, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1848-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3237, 1, '2013-10-15 17:49:20', '2013-10-15 22:49:20', '<em>By\r\nRebecca Bates, Primary Keeper\r\nTracy Aviary, Salt Lake City, UT</em>\r\n\r\n<strong>Summary </strong>\r\nDuring the 2009 breeding season, the southern ground hornbills (<em>Bucorvus leadbeateri</em>) at the Tracy Aviary were housed as a family group consisting of the dominant breeding pair and two juvenile females. Since the breeding pair had successfully raised nine chicks with varying levels of assistance, and they were not a high priority to breed, we decided to allow them to try to breed completely without assistance. We provided daily dietary enrichment of mice, chicks, rabbits, nuts, fruits, vegetables, and bugs in a manner that encouraged foraging behavior. Soon the male was displaying with food and leaves to the female and they were frequently heard calling back and forth to each other.\r\n\r\nSadly the female abandoned the first clutch half way through incubation. The eggs were candled and no signs of fertility were seen. The second clutch was developing normally when the eggs were candled half way through incubation, but one egg had a small hole. Since hornbills only raise one chick even if both eggs hatch, this egg was pulled and artificially incubated. The second chick hatched without assistance. The feedings were increased to three times per day to give the hornbills access to fresh food to feed the chick at all times. The male diligently provided the female with food as soon as the food pan was placed in the exhibit. Surprisingly, after a few days the juveniles began presenting the female with food. The male allowed this but watched very closely. Perhaps even more surprisingly, the male began to feed the female less and allow the juveniles to provide the majority of the food to the female.\r\n\r\nAs the chick grew, the female would start spending more and more time off the nest. On several occasions, the oldest juvenile was seen brooding the chick while the female was off the nest. The juveniles continued to care for the chick even after it had fledged. According to their natural history, hornbills stay with their family group for five to six years and assist in chick rearing and territorial defense. Based on my observations and their natural history, I believe much of their breeding behavior is learned. Experience watching and participating in breeding like our juveniles did, will likely make them more successful breeders. I believe that if zoos are to have a sustainable breeding population of southern ground hornbills more effort should be made to keep the juveniles with their parents for as long as possible and allow them to observe and participate on future breeding attempts.\r\n\r\n<img class="alignnone size-full wp-image-1845" title="ground_hornbills" src="http://aecetia.net/gws/aazk/wp-content/uploads/ground_hornbills.jpg" alt="ground_hornbills" width="635" height="509" />\r\n\r\n<strong>Ground hornbill juveniles playing in their exhibit at the Tracy Aviary. </strong><strong><em>(Photo: Allyce Linder)</em></strong>\r\n\r\n<strong>Introduction</strong>\r\nSouthern ground hornbills are the second largest hornbill and can be found in the savannahs and woodlands of Kenya, Burundi, Nambia, Botswana and South Africa. They are found in family groups of two to 11 birds comprised of a dominant breeding pair and several juvenile and non-dominant male helpers. These groups hunt together feeding mainly on arthropods, but they have also been seen taking larger prey such as snakes, hares and tortoises. The group is sedentary and becomes very territorial during breeding season going so far as to swoop on and killed a Verreaux’s eagle (Aquila verreauxii) when it ventured too close to the nest cavity (del Hoyo, 2001).\r\n\r\nGround hornbills are unique among hornbills because they nest in open cavities in trees or on rock cliffs instead of sealing themselves into a tree cavity. Only the dominant pair will breed. The dominate female will lay two eggs three to five days apart. The eggs are incubated for 37-43 days.  If both eggs hatch, the younger sibling will almost always die of parental neglect. During incubation and chick rearing, the dominant female is provided with food by all members of the group. The chick will fledge after 86 days but will stay with the family group for five to six years until it reaches sexual maturity and males may stay much longer (del Hoyo, 2001).\r\n\r\nAlthough the species has been classified as a species of least concern on the 2009 IUCN red list, many conservationists are concerned about the stability of the population due to the political instability of the countries within their range. They fear that a civil war could not only kill many individuals, but also destroy their habitat making it very difficult for their population to recover. The only country in which they occur that is politically stable is South Africa, and the South African population is declining. They have lost 50% of their original habitat to human encroachment and are often the victims of close association with humans through loss of large dead trees used as nest sites, incidental trapping, shooting and poisoning. For this reason, the Mabula Ground Hornbill Conservation Project has been working to establish hornbill troops in the Mabula reserve in South Africa which was historically within their range. This effort entails pulling the second chick from wild nests and hand- rearing it.\r\n\r\nThe first attempt to introduce a group of hand-reared chicks was met with many obstacles. The youngsters were so naïve that they had to be provided with supplemental food and a shepherd was hired to follow the troop around. He made sure they didn’t get eaten by predators and found a proper roost for the night. This care continued until the project received an adult male from rehab whose troop had been poisoned. The male was introduced to the juveniles and he accepted them and took over care. With the adult male helping the youngsters find food and look out for predators, the troop was soon self-sufficient. Happily, the Mabula Ground Hornbill Conservation Project reported their first successful fledging from a reintroduced group. The parents were a hand-reared female and a rehabilitated male.  This illustrates the importance of parental care for this species (Turner, 2007).\r\n\r\nAt the Tracy Aviary, we believe that the group interactions are important for proper development of the chicks, so our southern ground hornbills are………..\r\n\r\n<em><strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong></em>', 'Cooperative Breeding Behavior in Captive Southern Ground Hornbills (Bucorvus leadbeateri)', 0, '', 'inherit', 'closed', 'closed', '', '1844-revision-v1', '', '', '2013-10-15 17:49:20', '2013-10-15 22:49:20', '', 1844, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1844-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3238, 1, '2013-10-15 17:49:21', '2013-10-15 22:49:21', '<em>By Carrie Novosel, Senior Keeper\r\nChicago Zoological Society’s Brookfield Zoo\r\nBrookfield, IL </em>\r\n\r\n<strong>Introduction</strong>\r\nIn January of 2010 keepers at Chicago Zoological Society’s Brookfield Zoo began preparing the American bison (<em>Bison bison</em>) herd to move to the zoo’s newly constructed Great Bear Wilderness exhibit. The herd consisted of 11-year-olds Becky and Drew, and 10-year-olds Ron and Judy. Additionally, two female yearling calves were going through quarantine during this time at a separate location. The bison herd was managed fairly hands-off other than shifting for cleaning and accepting some hand-fed treats at the fence line.\r\n\r\nKeepers, along with our associate curator and behavioral husbandry manager, recognized the need for a team approach to trailer training our herd for a successful move to their new exhibit. We developed a training team specific to bison and created a list of goals before we got started on the actual training. A formal shaping plan, with a list of training steps, was developed for each goal. Some of our goals were: to station train the herd members to have better control over shifting; desensitize each bison to separate from the herd for short periods of time; desensitize the herd to shift through a barn; and, most importantly, to train each individual to voluntarily enter a trailer for transport.\r\n\r\n<strong>Training Process</strong>\r\nThe bison were moved in a standard two-horse trailer with special modifications to accommodate this particular set-up and to protect the trailer from the bison’s potential destructiveness. Animal Programs staff coordinated with the zoo’s welders, carpenters, mechanics, and grounds crew to discuss both trailer set-up and safety modifications. Given the potential for the bison to damage the trailer once the doors were closed behind them, the carpenters lined the entire trailer with two layers of one-inch plywood, including the windows. A ‘Dutch’ door at the front of the trailer, which was part of the original trailer design, was lined in such a way that the door was still usable to call animals into the trailer. The original trailer set-up had two swinging doors on the back with a built- in ramp that folded up over the doors.\r\n\r\n<img class="alignnone size-full wp-image-1828" title="bison1" src="http://aecetia.net/gws/aazk/wp-content/uploads/bison1.jpg" alt="bison1" width="671" height="447" />\r\n<h5>Figure 1: Training team members Amy, Roger, and Diane station the bison during a training session. (<em>Photo:  Jim Schulz, CZS staff photographer</em>)</h5>\r\nDue to safety concerns involved with closing a swinging door behind an adult bison, our welders and carpenters fit the trailer with a set of sliding doors that could be operated from outside the animal’s enclosure. The door track was wider than some of the gates the trailer would be passing through so welders modified the track to fold in on itself once the doors were closed. Each door was fitted with a metal tongue along the bottom, which fit into a steel track along the bottom of the doorframe to add extra security to the door.  A steel plate was also welded at the top of the doorframe to take pressure off of the door track in the event of force from inside the trailer. Once the doors were closed they were secured shut with a butterfly pin as well as a steel bar that slid across the doors and fit into a hinged receiver.  A piece of steel along the midsection of each door helped guide the bar as it was slid from one side to the next, as well as adding strength and rigidity to the wood doors.  Once the cross bar was fit through the receiver on each side, pins were inserted to keep it in place. The ramp could then be folded up and chained to the bar during transport.\r\n\r\nWhile crews were busy modifying the trailer, keepers were busy starting the training process. Stationing the bison became first priority since it would give keepers more control of the herd before beginning other behaviors. Keepers clipped several black rubber grain pans to the chain-link fence line and began using a two-inch PVC pipe, cut vertically, as a ‘chute’ to pour the bison’s daily grain ration into the food pan as reinforcement.  At this time keepers also began ringing a cow bell at the start of each session as a cue that it was time for training and that each animal should go to a station. The bison began responding to the sound of the cow bell within just a few days. Since we had more feeding stations set up than bison, we also began clipping visual cues (black plastic squares with a white X taped across the front) to the fence above the grain pans at the beginning of each session to mark which stations would be used that day.\r\n\r\nOne of the main obstacles the keepers had to overcome in the training process was dealing with the social interaction amongst herd members. Due to time constraints, keepers decided not to focus on a cooperative feeding strategy, but rather stationed the most dominant animals first and the most subordinate animal last. That being said, animals were only reinforced by the keeper with whom they started the session to avoid displacement. Proper timing of reinforcement was crucial to keep animals occupied and engaged during the session. This strategy was very successful, with one major drawback - it required us to have one keeper for each animal being trained, which often caused a strain on staffing.\r\n\r\nThe keepers’ next goal was to begin……….\r\n\r\n<em><strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong></em>', '“It Takes a Village to Move a Bison”', 0, '', 'inherit', 'closed', 'closed', '', '1826-revision-v1', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 1826, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1826-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3239, 1, '2013-10-15 17:49:21', '2013-10-15 22:49:21', '<em>By William K. Baker, Jr., Curator\r\nIn-Sync Exotics Wildlife Rescue &amp; Educational Center, Wylie, TX</em>\r\n\r\n<strong>Question</strong>\r\nOur facility is working on a new exhibit, what types of primary containment are available?\r\n\r\n<strong>Comments</strong>\r\nWhen I’m asked for recommendations on primary containment fencing, it is truly a situational question. First, it all depends on what you are trying to hold and how much money you’re willing to spend on your primary containment. The answer will also be dictated by whether or not you are designing an exhibit that is for holding purposes, a traditional zoo setting, sanctuary or refuge, private owner, or even a wildlife park, which will require extensive fencing for pasture control and animal management.\r\n\r\nThe proviso is that whatever will be used must be adequate to contain the species in question without presenting a clear and present danger to the animal, other animals, or members of the public. Translation, the containment chosen must be of quality construction and of a sufficient gauge or strength to hold the animal under all potential conditions, which in retrospect is pursuant to both industry and USDA standards.\r\n\r\nThe most common style of containment in use today is some type of mesh. It’s normally a specific style and either galvanized, powder-coated, or stainless. I should mention that there are numerous facilities that have successfully used chain link style galvanized fencing for many years with no problems. Still, I do not generally recommend chain link fencing as a general rule. The reason is that once it is breached it can begin to unravel. Normally what I try to do instead is to utilize either a ranch or zoological supplier for mesh. The best resource in my experience for this is in the Commercial Members section in the AZA Directory, (Association of Zoos &amp; Aquariums) or from the AZA website: <a href="http://www.aza.org/FindCommercialMember/">http://www.aza.org/FindCommercialMember/</a>.\r\n\r\nMesh is available in a wide variety of fabrications, and can be had in draped form, rolled form, and welded wire panel form.\r\n\r\nThe draping form style is usually identified as a woven mesh. Good historical examples of this are Carlos® and Phantom® style meshes. They are of an extremely high quality and can really expedite construction timetables once your support poles are up and rigged for mounting. This style of netting also lends itself to creating truly novel exhibit and enclosure designs. Of the companies currently handling this style of mesh, I recommend Nets Unlimited:\r\n\r\nNets Unlimited, Inc.\r\n28248 N. Tatum Blvd., B1-450, Cave Creek, AZ 85331\r\nPhone: 480-515-1300    Website: <a href="http://netsunlimited.com/start.html">http://netsunlimited.com/start.html</a>\r\n\r\nPersonally, I prefer using galvanized welded wire mesh that has been either powder coated or vinyl coated. I have found these to have really good properties such as rigidity coupled with a certain degree of flex in the event of animal impact. One of the best examples of this is Shepherd Mesh®, although there are numerous companies that produce quality materials in this style including A thru Z that provides some truly advanced panel products. Priefert® also manufactures this style of welded mesh in a framed powder-coated panel configuration that provides good service as well and, unlike any other product on the market, can provide an instant enclosure in less than three hours set up time once the concrete slab has set and cured, which does lend itself to either crisis, quarantine, or off-exhibit holding applications.\r\n\r\nC. E. Shepherd Co., L.P.\r\n2221 Canada Dry Street, Houston TX 77023 USA\r\nPhone: 713.924.4300    Website:<a href="http://ceshepherd.com/index.html"> http://ceshepherd.com/index.html\r\n</a>\r\nPriefert Mfg.\r\nP.O. Box 1540, 2630 South Jefferson Ave.\r\nMount Pleasant, TX 75456\r\nPhone: 903-572-1741    Website: <a href="http://priefert.com/">http://priefert.com/</a>\r\n\r\nA thru Z Consulting and Distributing\r\n8620 East Old Vail Rd., Tucson, AZ 85747\r\nPhone: 520-434-8281    Website: <a href="http://athruzcages.com/index.html"> http://athruzcages.com/index.html\r\n</a>\r\nOne important point - the mesh opening and gauge is usually species specific (birds, primates, hoofstock, and felids). For an example, certain smaller felids may require a 1” x 1” mesh configuration and roofing as well for species prone to climbing and leaping, (ex: Clouded leopards, margays, and ocelots).\r\n\r\nOne of the other styles that I have seen used for primary containment would be industrial piano wire. It’s a really neat concept and when properly installed and maintained it fades out of the visual spectrum. The downside is that your animal care staff will likely have to walk it every day and physically check each individual wire for weakness. Of course, gunite moats and physical barriers are always………\r\n\r\n<em><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>', 'Reactions', 0, '', 'inherit', 'closed', 'closed', '', '1824-revision-v1', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 1824, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1824-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3240, 1, '2013-10-15 17:49:21', '2013-10-15 22:49:21', 'About the Cover/Information for Contributors\r\nScoops &amp; Scuttlebutt\r\nComing Events\r\nFrom the Executive Director\r\nAAZK Announces New Members\r\nProfessional Development Committee Update 2010\r\n2011 AAZK Conference Information/Updates\r\nGreat News: AZA Animal Care Manuals\r\nResource of Interest: Pocket Guide to Kansas Snakes\r\nCPR Grant Report 2010: Acres for the Atmosphere\r\nKeeper Profiles DVD Order Information\r\nBook Review (<em>Standard Common Names for N. A. Amphibians, Turtles, Reptiles and Crocodilians</em>)\r\nTraining Tales (<em>When Maintenance Doesn’t Require a Work Order</em>)\r\nAKF Dedicated Five-Issue Combo Pack on Sale\r\nDevastating News from Lewa/Poachers Claim 2nd Rhino at LWC\r\n“Trees for You and Me”  FAQ and Chapter Challenge\r\nDebuting New AAZK Fleece Vests\r\nReactions Column (<em>Primary Containment</em>)\r\nIt Takes a Village to Move a Bison\r\nConservation in Your Community\r\nConservation/Legislative Update\r\nAnimal Keepers’ Forum 2010 Index', 'January 2011', 0, '', 'inherit', 'closed', 'closed', '', '1821-revision-v1', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 1821, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1821-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3241, 1, '2013-10-15 17:49:21', '2013-10-15 22:49:21', '<em>By Kevin Zippel, Program Director\r\nAmphibian Ark, Apple Valley, MN</em>\r\n\r\n<strong>Amphibians Matter</strong>\r\nAmphibians are an important component of the global ecosystem. In New York State, the biomass of one diminutive salamander species alone is equal to that of all the white-tailed deer. If you think that is impressive, that same salamander species in Virginia has a biomass 7x as great, another salamander species in Japan has a biomass 50x as great, and a frog species in Puerto Rico has a biomass 150x as great. For those of us living in white-tailed deer country, try to imagine 150x as many deer running around and you will start to have some comprehension of the keystone role just one single amphibian species can have in its ecosystem. All of those amphibians can serve as food for predators in their community, and current research is documenting that in areas of the world where amphibians are disappearing, so too are their specialist predators (Karen Lips, pers. com.). Amphibians are also voracious predators themselves, with a single population of cricket frogs, for example, able to consume 5 million invertebrates in one year (Bruce and Christiansen 1976). Many of those invertebrates are pests of our crops and vectors of human disease. Clearly, amphibians play a vital role in nature.\r\n\r\nAmphibians are also important indicators of environmental health. The same thin skin that helps them to drink and to breathe also makes them susceptible to pollutants, more so than other tetrapods. For example, consider Atrazine, the most widely used herbicide in the US and probably the world, and a potent endocrine disruptor. At low concentrations of Atrazine--lower than those the USDA says is safe in drinking water and lower than those found at the tap in millions of American homes--male clawed frogs can be chemically sterilized or even turned into females (Hayes et al. 2010). Because of their generally conspicuous presence in the environment and chemical sensitivity relative to other tetrapods, amphibians can be a considered a canary in the coalmine, valuable sentinels for human health concerns.\r\n\r\nAnd amphibians are important contributors to human medicine. All amphibians have poison glands, with species-specific poisons of various potency and structure. Many of those poisons can be refined for use in human medicine. For example, a South American frog has yielded an analgesic that is 200x more potent than morphine without any of the addictive side effects (Spande et al. 1992), and an Australian treefrog produces a peptide that blocks the transmission of HIV across mucous membranes in humans (VanCompernolle 2005). Every time an amphibian species goes extinct, potential treatments to human ailments disappear as well.\r\n\r\n<strong>Amphibians Are in Trouble</strong>\r\nAn ongoing Global Amphibian Assessment reveals that as many as 158 amphibian species are believed recently extinct, nearly one in three remaining species is currently threatened with extinction, and one in four is so poorly known that they can only be called Data Deficient (IUCN et al. 2010). Amphibians have a higher number of globally threatened species than any other group of organisms except flowering plants and a higher percentage of threatened species than any other group except gymnosperms. Moreover, the rate at which amphibian species are going extinct is now hundreds or thousands of times higher than historic levels (McCallum, 2007; Roelants et al., 2007). This crisis represents the greatest extinction event in the history of amphibians and perhaps the greatest taxon-specific conservation challenge in the history of humanity.\r\n<strong><img class="alignnone size-medium wp-image-1802" title="green_tree_frog" src="http://aecetia.net/gws/aazk/wp-content/uploads/green_tree_frog-300x200.jpg" alt="green_tree_frog" width="300" height="200" /> </strong>\r\n\r\n<strong>Green Tree Frog</strong> (<em>Hyla cinerea</em>)\r\n<em>(Photo: Tim Krynak)</em> <strong>\r\n</strong>\r\n\r\n<strong>Climate Change Among the Threats</strong>\r\nAmphibians face a variety of threats, including, like every other species on the planet, climate change. Climate change is an enigmatic threat for any taxon. Although we know enough about it that we should be seriously concerned, we simply do not know exactly how, when, and to what extent it will manifest, let alone how species might respond. As such, there is inconsistency in how climate change is considered as a threat among experts, although most do now recognize that it is on track to become one of the greatest threats to all life on earth. Compare climate change to a more ‘traditional’ and tangible threat like habitat modification: IUCN Red List assessors consider various forms of habitat modification a threat for 3766 of 6284 amphibian species. On the other hand, only 397 species are currently considered to face the threat “climate change and extreme weather”. By comparison, amphibian chytridiomycosis, for all the attention it has received, is only known to have affected 350 species to date (Fisher et al. 2009, Skerratt et al. 2007). Climate change is something of an enigma and consequently does not receive the attention it deserves, from politicians or amphibian biologists.\r\n\r\nClearly though, some amphibian species are already being impacted. Reproductive activities, in particular, seem dependant on…………\r\n\r\n<em><strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong></em>', 'Climate Change and Amphibians', 0, '', 'inherit', 'closed', 'closed', '', '1801-revision-v1', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 1801, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1801-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3242, 1, '2013-10-15 17:49:21', '2013-10-15 22:49:21', 'Information for Contributors\r\nFrom the Editor\r\nA Message from Polar Bears International\r\nFrom the President: <em>I Am Sasquatch, Behold My Carbon Footprint: The Second Sole Edition</em>\r\nA Climate Change Primer\r\nClimate Change: Fact and Fiction\r\nClimate Change: Pushing Species to the Brink\r\nWildlife, Warming and Whatever: The WWW Generation\r\nWhere Have All the Big Bears Gone?  Churchill’s Population First to Raise Questions\r\nScientists Estimate Human-Caused Climate Change at Root of Diminishing Water Flow in Western United States\r\nA Call to Action for Polar Bears\r\nReef Relief\r\nGlobal Warming to Seriously Affect Global Health\r\nWalruses Seeking Refuge in Alaska\r\nClimate Change and Amphibians\r\nIf Frogs Go Extinct, You’ll Notice\r\nSnow Covers the Peak of Mt. Kilimanjaro in Tanzania--But for How Long?\r\nU.S. Peaks Also Show Effects of Global Warming\r\nTwo by Two on the AArk\r\nThe Butterfly Effect: Global Warming Changes Butterfly Habitat and Behavior\r\nCommunicating About Climate Change\r\nPlanting Trees for Polar Bears\r\n“Trees for You and Me” Program an Instant Success\r\nLearn More.....Earth’s Tipping Points\r\nTaking Action Against Climate Change (<em>Acres for the Atmosphere</em>)\r\nThe Barometer of Life\r\nInsects ‘will be climate change’s first victims’\r\nConserving the World’s Reefs Through Live and Frozen Banks\r\nThe Effects of Climate Change on Migratory Birds\r\nMelting Under Pressure: The Real Scoop on Climate Warming and Polar Bears\r\nNotes from the Climate Change Panel Discussion Held at the 2010 Association of Zoos and Aquariums Conference in Houston, Texas\r\nSpecies Abound in Arctic Reserve\r\nGlobal Warming Threatens Coastal Fishing\r\nPBI’s Arctic Ambassador Centers\r\nPatience\r\nPBI Leadership Camp\r\nLiving with the Polar Bears of Churchill During Keeper Leadership Camp\r\nFor Further Information on Climate Change (<em>Websites and Books</em>)', 'December 2010', 0, '', 'inherit', 'closed', 'closed', '', '1798-revision-v1', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 1798, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1798-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3243, 1, '2013-10-15 17:49:21', '2013-10-15 22:49:21', '<em>A Failed Attempt at Maternal Training of a Birth Mother, the Subsequent\r\nHuman Hand-Rearing and a Successful Introduction of an\r\nInfant to a Surrogate Orangutan Mother\r\n\r\nBy\r\nLaura Laverick, Keeper II\r\nCourtney Murray, Keeper III\r\nJames Sanford, Assistant Supervisor of Tropical Ecosystems\r\nKansas City Zoo, Kansas City, Missouri</em>\r\n\r\n<strong>Abstract</strong>\r\nIn 2008, the Kansas City Zoo received a Species Survival Plan (SSP®) recommendation to breed two Bornean orangutans  (Pongo Pygmaeus Pygmaeus)  housed at the zoo’s orangutan facility.  The breeding was successful and fetal development was monitored regularly through ultrasound.  The next year, a female Bornean orangutan named Kalijon was born.  Even after months of preparation and a maternal training program, the birth mother refused to let the baby nurse.  Although the standard recommendation is to wait 72 hours before permanently pulling an orangutan infant for hand-rearing, it was believed that Kalijon’s well-being was at stake and consequently, she was removed after 30 hours.  For the following five months, Kalijon was hand-reared by human caregivers 24 hours a day.  As she developed and her needs changed, a program was put in place to encourage her physical and mental development, ensure her health, and maintain her orangutan identity.  During this five-month time period, another female Bornean orangutan housed at the Kansas City Zoo was selected as an excellent candidate for surrogacy and was trained to cooperate with staff in Kalijon’s continued care once the infant was turned over to her.  The introduction was a complete success and considered one of the earliest of its kind.\r\n\r\n<strong>Preparation and Care During Pregnancy</strong>\r\nIn 2008 the Kansas City Zoo received an SSP® recommendation to breed TK, a 23-year-old female Bornean orangutan with Berani, a 10-year-old male Bornean orangutan.  TK had previously given birth to two other offspring at a different institution, both of which had to be hand-reared.  Therefore Kansas City Zoo staff knew they were faced with a challenge. TK and Berani were introduced in July of 2008 and instantly took to one another and bonded as a pair.\r\n\r\nWith her past infants, one born in 2003 and the second in 2006, TK was reported to be a loving and nurturing mother, however, she would not hold either of the infants in a position that allowed him or her to nurse. Despite being dam-reared herself, she preferred to hold the baby on her head or shoulders.  Shortly after the 2006 birth, attempts were made to correct the position of the infant by anesthetizing TK and repositioning the baby near the nipple, but each time she moved him back to her head soon after she awoke. After multiple attempts the decision was made to hand-rear the infant as had been done with the infant in 2003.\r\n\r\nKeeping TK’s history in mind, TK’s trainer started her on a rigorous maternal training program within one month of introducing her to Berani in hopes of teaching her to care for her own baby or to allow keepers to assist her in caring for the infant.  Other challenges keepers faced included TK’s indifference to training, her short attention span, and a disconnection from keepers. She had also demonstrated a limited ability and/or inclination to offer new or creative ideas necessary to develop new behaviors. Unlike other orangutans, she rarely seemed to experience the “ah-ha” moment where what is being asked of her suddenly clicks and the new behavior is formed.  However, she was food- motivated.  By consistently doing short sessions at least once daily for the duration of about eight months, TK did learn eight of the nine behaviors asked of her.\r\n\r\nIn addition to preparing for the infant’s care after birth, staff also wanted to monitor the progress of the fetus during pregnancy. Therefore, at the same time that TK was learning maternal behaviors, she was also being trained for ultrasound procedures.  Keepers and animal health staff had great success meeting this goal and were able to perform an ultrasound on TK with her complete cooperation approximately once per week during the last 15 weeks of the pregnancy. A simple approach guided by her natural inclinations was used.\r\n\r\n<strong>Ultrasound Training</strong>\r\nThe basic behavior for ultrasounds was present (the abdomen to the mesh), but some desensitization also had to be done with the gel, the probe, and the animal health staff. Due to the large size of TK’s belly, her lower abdomen could not be accessed even with her belly pressed to the mesh. Using an already established behavior, toes, in which she sticks her toes through the mesh, her trainer began asking her to present the toes gradually higher and higher, presenting a clearer view of the lower abdomen. The next step was to ask her to present her belly while holding the toes through the mesh about a foot or so off the ground. With one foot elevated, the only part of her belly she was able to press to the mesh was the lower abdomen.  Next trainers worked on holding this position for increased amounts of time up to ten minutes or so.   Five to ten minute holds seemed to be plenty of time for the vet staff to monitor fetal activity and capture still images used to measure growth.  In all, 14 ultrasound sessions were completed. The preparation and training allowed staff to acquire excellent images with minimal stress to TK throughout the pregnancy.\r\n\r\n<strong>Maternal Behaviors</strong>\r\nThese maternal behaviors were developed to deal with an array of possible foreseeable situations and were taught using basic positive reinforcement training.\r\n\r\n1. <strong>Feed the Baby:</strong> Mom is required to press her nipple through the mesh or larger portal while the trainer uses his or her fingers and warm water to simulate suckling. A small orangutan stuffed animal (the “baby”) is held up to the nipple to mock the feeding of an infant through the mesh.\r\n\r\n2. <strong>Take:</strong> The trainer offers the “baby” to Mom through a six-inch round portal in the mesh. Mom is required to take the “baby” from the portal and hold it until given further instruction.\r\n\r\n3. <strong>Get the Baby:</strong> Mom is asked to retrieve the “baby” from anywhere in her stall and bring it back to the front to her station.\r\n\r\n4. <strong>Give:</strong> The “baby” is handed back to the keeper through the portal in the mesh.\r\n\r\n5. <strong>Show:</strong> Mom holds the “baby” up against the mesh and allows the keeper to touch and examine it.\r\n\r\n6. <strong>Bottle:</strong> Mom executes the show behavior with a hold, allowing the keeper to feed the “baby” a bottle of formula.\r\n\r\n7. <strong>Other:</strong> Mom adjusts the “baby” by turning it around or over when holding it in the show behavior, allowing the mouth to be accessed for feeding or any other part of the body to be  examined if necessary.\r\n\r\n8. <strong>Pump:</strong> Mom presses either breast to the six-inch portal in the mesh and allows a breast pump to be used to extract her milk.\r\n\r\n9. <strong>Nurse:</strong> Mom picks up the baby and holds it near her breast to allow baby to find the nipple.\r\n\r\nThe nurse behavior is the only skill trainers were unable to teach TK despite taking several different training approaches. Although TK performed the pump behavior quite well, milk was never extracted due to the fact that the portal was not big enough to easily accommodate the pump and achieve the proper seal required for the pump to work.\r\n\r\n<strong>Other Husbandry Considerations </strong>\r\nAfter consulting the SSP®, animal managers decided to separate TK and Berani about 10-12 weeks before the birth of the baby.  Knowing that their separation would be stressful to both orangutans, it was hoped that an early separation would keep them from associating the experience with the infant.  In addition, keepers wanted to minimize this type of stress in the latter stages of TK’s pregnancy. The separation was also beneficial to TK’s training. She was able to focus better without the distraction of a cage mate during the sessions.\r\n\r\nIn the final weeks of pregnancy, TK was housed in a heavily straw bedded stall (one to two feet deep covering entire stall) and only moved for cleaning.  Two cameras with different views of the stall were set up in order to record the birth.  With daily enrichment added, she did not……….\r\n\r\n<img class="size-medium wp-image-1780 alignnone" title="kalijon" src="http://aecetia.net/gws/aazk/wp-content/uploads/kalijon-300x248.jpg" alt="kalijon" width="300" height="248" />Kalijon just before her first birthday.\r\n<em>(Photo by Laura Laverick)</em>\r\n\r\n<strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'Human Intervention in the Rearing of an Infant  Bornean Orangutan  (Pongo pygmaeus pygmaeus)', 0, '', 'inherit', 'closed', 'closed', '', '1779-revision-v1', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 1779, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1779-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3244, 1, '2013-10-15 17:49:21', '2013-10-15 22:49:21', '<!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:AllowPNG /> </o:OfficeDocumentSettings> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:EnableOpenTypeKerning /> <w:DontFlipMirrorIndents /> <w:OverrideTableStyleHps /> </w:Compatibility> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="0" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]> <style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:"Table Normal";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:"";\r\n	mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n	mso-para-margin:0in;\r\n	mso-para-margin-bottom:.0001pt;\r\n	mso-pagination:widow-orphan;\r\n	font-size:10.0pt;\r\n	font-family:"Cambria","serif";}\r\n</style> <![endif]-->\r\n\r\nAbout the Cover/Information for Contributors\r\nScoops &amp; Scuttlebutt\r\nThank You to Indianapolis Zoo AAZK Chapter\r\nFrom the President\r\nFrom the Executive Director/Chapter Recognition\r\nComing Events\r\nAAZK Announces New Members\r\nFirst Call for Papers for 2011 AAZK Conference\r\nEnrichment Options (<em>PVC Hopper Feeder</em>)\r\nDebuting New AAZK Fleece Logo Vests\r\nPeople Skills for Animal People (<em>Sexual Harassment in the Workplace</em>)\r\n“Trees for You and Me” Chapter Challenge\r\nConservation Station (<em>Leading the Way to a Greener Future/Green Teams</em>)\r\nPolar Bears and Sea Ice: Interactive LIVE Webcast\r\nHuman Intervention in the Rearing of an Infant Bornean Orangutan\r\nTraining Tales (<em>Meet Your Behavioral Husbandry Committee</em>)\r\n2009 AAZK Travel Grant Report (<em>Field Studies of Animal Behavior Course</em>)\r\nConservation/Legislative Update', 'November 2010', 0, '', 'inherit', 'closed', 'closed', '', '1776-revision-v1', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 1776, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1776-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3245, 1, '2013-10-15 17:49:21', '2013-10-15 22:49:21', 'About the Cover/Information for Contributors\r\nScoops &amp; Scuttlebutt\r\nFrom the President\r\nPhilly Conference Wrap-Up\r\nComing Events\r\nDebuting New AAZK Logo Clothing Product\r\nAAZK Announces New Members\r\nTraining Tales (<em>Meet Your Behavioral Husbandry Committee</em>)\r\nFor the World’s Waterfowl - AAZK Professional Development Grant Report on Sylvian Heights Avian Husbandry &amp; Management Program\r\n“Trees for You and Me” Chapter Challenge\r\nEnrichment Options (<em>Tapir Enrichment:  Deciding “when” is just as important as deciding “what”</em>)\r\nBowling for Rhinos Update 2010\r\nBook Review (<em>Wild Mammals in Captivity: Principles &amp; Techniques for Zoo Management, 2nd ed.</em>)\r\nProtocol for Training Select Individuals from a Large Group of Socially Housed Anubis Baboons (<em>Papio anubis</em>)\r\nBringing Up the “Seattle Four”- A Success for Humboldt Penguins\r\nNew Animal Species Discovered in Borneo\r\nConservation/Legislative Update', 'October 2010', 0, '', 'inherit', 'closed', 'closed', '', '1751-revision-v1', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 1751, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1751-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3246, 1, '2013-10-15 17:49:21', '2013-10-15 22:49:21', '<img class="alignnone size-medium wp-image-825" title="enrichment_options" src="http://aecetia.net/gws/aazk/wp-content/uploads/enrichment_options-300x117.jpg" alt="enrichment_options" width="300" height="117" />\r\n\r\n<em>By Sheila Wojciechowski, Senior Keeper, Primate Department\r\nChicago Zoological Society, Brookfield Zoo\r\nBrookfield, Il 60513\r\nsheila.wojciechowski@czs.org</em>\r\n\r\n<strong>Introduction</strong>\r\nThe Tropic World South America exhibit at Brookfield Zoo is a mixed-species, naturalistic rainforest exhibit which contains 2.6 spider monkeys (Ateles geoffroyi), 1.3 capuchin monkeys (Cebus apella), 0.1 giant anteater (Mirmecophaga tridactyla), and 0.1 lowland tapir (Tapirus terrestris).  This study focused on creating the most effective enrichment rotation for Jutal, our 26-year-old Brazilian lowland tapir.  Keepers began focusing on creating an enrichment rotation for her in 2008.  Initially this involved developing a list of potential enrichment ideas from published accounts of tapir enrichment at other zoos (Sharpe 1997, Zenzinger 2003, and Hobbelink).  We also visited the hoofstock and pachyderm departments of our zoo to research enrichment being provided to similar species.  In addition, we relied on our knowledge of our tapir’s behavior and brainstormed other things she might utilize.  In the end, we had developed a list long enough to provide enrichment twice per day (Figure 1). This was the easy part.\r\n\r\nNext came testing each of the enrichment items to see what she would utilize.  This was primarily done by casual observations.  Keepers made note of what she was and was not utilizing in her holding area, while a volunteer noted what she was and was not utilizing on exhibit.  While we hypothesized that an animal species which is more olfactory oriented would react dramatically to different scents, this proved not to be the case.  Since this tapir seems to enjoy a daily rub-down by keepers during daily visually examinations we attempted tactile enrichment ideas.  Keepers never observed Jutal to utilize these items even after months of trying them.  Keepers did not detect any change in Jutal’s behavior with novel sound enrichment.  She did initially respond to an audio tape of vocalizations made by another tapir, but this seemed to subside quickly.  Unfortunately we were unable to modify her exhibit use through these environmental changes.  Perhaps, it is difficult to get a geriatric animal to change her ways.  However, from our brainstorm list, we did identify seven items that can be thrown into the tapir pool during the middle of the day, which Jutal would consistently utilize (Figure 2).  Therefore, to be more effective for keepers and Jutal, we made the decision to simplify our enrichment rotation to once per day.\r\n\r\nNow that we decided “what” enrichment to provide to Jutal, we had to decide “when” we should provide it.  Initially we decided to provide her with enrichment at 1530 hrs because this is the approximate time she woke up daily.    We then began a formal study looking at the time of day the enrichment item was provided with the goal of maximizing the amount of time the tapir was active during public hours.\r\n\r\n<strong>Methods </strong>\r\nBehavioral data recording if Jutal was “inactive” or “active” were collected by a volunteer at 30-minute intervals from 1000 hrs until 1700 hrs every Saturday and Sunday from May 2008 until August 2009.  “Inactive” was defined as being in a lying position; while “active” was defined as standing on all four feet (whether locomoting or stationary) or swimming in her pool.  Between the time points the volunteer continued to observe constantly and recorded the exact time Jutal woke up and got into a standing position each day.  Prior to the start of the enrichment rotation, eight months of baseline data were collected on Jutal without any enrichment provided.  The experimental portion of the study consisted of providing the same enrichment items at different times of the day.  We selected four different time periods (1300, 1400, 1445, and 1530 hrs) to study.  Each time period was performed for seven weeks, with enrichment provided daily at the specific time and data collected on weekends.  All seven of the enrichment items were provided equally during each of the time periods on data collection days.\r\n\r\n<img class="alignnone size-full wp-image-1748" title="tapir" src="http://aecetia.net/gws/aazk/wp-content/uploads/tapir.jpg" alt="tapir" width="566" height="853" />\r\n\r\nJutal, tapir, interacting with one of her plastic items smeared with peanut butter\r\n<em><strong>(Photos by Jim Schultz, Chicago Zoological Society)</strong></em>\r\n\r\n<strong>Results</strong>\r\nThe time Jutal awoke daily during the control phase (no enrichment) and each of the experimental phases was averaged.  Results are displayed in Figure 3.  When enrichment was provided, Jutal did awake earlier.  However, there was a significant difference in the experimental conditions with enrichment being provided at 1400or 1445 hrs resulting in the desired results of waking up the earliest.  Throwing enrichment at this time of day resulted in nearly an hour increase in the time she awoke.\r\n\r\nFigure 4 displays the percent of time Jutal was active during public viewing hours.  Again, significant differences can be seen in each of the experimental conditions.  Jutal was most active when enrichment was thrown at 1400 or 1445 hrs, with no significant difference in these two conditions.\r\n\r\n<strong>Discussion</strong>\r\nWhile keepers often put a lot of time into selecting “what” enrichment items to provide to an animal, this study shows that “when” enrichment is provided can be as important.  It also shows that keepers observing briefly when enrichment is provided may not be the most accurate way to evaluate if goals of an enrichment program are being met.  Our original idea (and easiest for us to see results) was to provide enrichment during her normal active period.  When keepers provided enrichment to Jutal at 1530 hrs, she was often awake already.   (The average time she woke up at this condition was…….\r\n<em><strong>\r\nWant to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a>\r\n\r\n</strong></em>', 'Tapir Enrichment:  Deciding “when” is just as important as deciding “what”', 0, '', 'inherit', 'closed', 'closed', '', '1747-revision-v1', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 1747, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1747-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3247, 1, '2013-10-15 17:49:21', '2013-10-15 22:49:21', '<em>By Rebecca Bearman, Lead Keeper/Birds &amp; Program Animals\r\nZoo Atlanta, Atlanta, GA</em>\r\n\r\n<strong>Introduction</strong>\r\nAnimal welfare has been a hot topic for as long as animals have been under human care.  In 1900, the Cruelty to Wild Animals Act outlawed tormenting zoo animals, shortly before Carl Hagenbeck chose positive reinforcement training (PRT) over traditional training methods to manage his animal collection (Mench and Kreger, 1997).  Today, we know PRT is a successful tool for improving the welfare of animals in captivity.\r\n\r\nPRT provides tools to: improve husbandry through cooperation between keeper and animal; improve social management through increased affiliation and decreased aggression (Prescott and Buchanan-Smith, 2003); increase overall activity (Waitt, Buchanan-Smith &amp; Morris, 2002); desensitize animals to potentially stressful environmental factors; and increase accessibility (Laule and Whittaker, 2007).\r\n\r\nPRT has been shown to decrease stress (Basset, Buchanan-Smith, McKinley, et. al., 2003) and stereotypical behaviors (Bloomsmith, Marr &amp; Maple, 2007), while increasing communication and trust between caretakers and animals, enhancing overall well-being of captive animals, and assisting in husbandry, veterinary, and research procedures (Lambeth, Hau, Perlman, et. al., 2006).  According to Lambeth et al (2006), staff also benefit from decreased stress as animals learn to cooperate.  PRT training sessions allow zoo goers to see animals up close, performing natural behaviors on cue; ask questions after training sessions; and enjoy increased learning opportunities (Anderson, Kelling, Pressley-Keough, et al., 2003).\r\n\r\nAlthough benefits of PRT have been clearly demonstrated, there are circumstances in which caregivers choose not to employ it.  Training animals in groups can lead to aggression between cage mates; or less dominant animals may refuse food from a trainer in the presence of a more dominant animal (personal observation).  To eliminate the need to separate animals for training, this study addressed methods for training select individuals housed within large social groups.  Through trial and error, an effective protocol for training individual animals within a larger group was developed.\r\n\r\n<strong>Methods</strong>\r\n\r\n<em><strong>Location and Study Animals</strong></em>\r\nThe 49.56.20 Anubis baboons (Papio anubis) involved in this study were housed in a two-acre enclosure at Six Flags Wild Safari in Jackson, New Jersey, USA.  All males, with one exception, were castrated.  While Wild Safari is a drive-through park, the baboon habitat is closed off from the road.  Six males were initially selected to participate in the study over seven days of ad libitum observations of the entire group (Altmann, 1974); an additional individual that regularly approached during training sessions was added (see Training Methods).\r\n\r\nThe training area was along the exterior fence in an employee-only area.  Participant baboons were selected based on perceived dominance level (mid- to high-ranking), curiosity (high), fearfulness (low) and desire for reinforcement (high) (Mellen and Ellis, 1997; Savastano, Hanson &amp; McCann, 2003; Laule and Whittaker, 2007).  These criteria suggest that an animal will be interested and successful in a PRT program (Bloomsmith, Marr &amp; Maple, 1998; McKinnley, 2003).\r\n\r\n<strong>Training Methods</strong>\r\nVia protective contact through a chain-link fence, 123 training sessions were conducted over 51 days, each averaging 4.8 minutes in duration.  Animals were trained during normally high activity periods to increase likelihood of success (Ramirez, 1999).  Two to four individuals were trained per session, during two training sessions per day.  Behaviors trained are listed in Table 1. A variable training schedule was introduced to avoid session anticipation, a potential cause of frustration, which might have led to aggression (Ramirez, 1999).  The trainer chose a focal animal at the start of each session based on which animals showed up and had not been trained in previous sessions.  Systematic rotation was not used because not every focal animal was present at every session.  Initially, sessions were kept to approximately five minutes, due to increased aggression observed during longer sessions; duration increased slowly over five weeks, up to 15 minutes per session without any contact aggression.  The focal animal was reinforced for the chosen behavior by the lead trainer, while other nearby animals were fed by training assistants, and reinforced for non-interference with the focal animal and trainer.\r\n\r\n<em><strong>Step 1. Approaching the Trainer</strong></em>\r\nInitially, focal animals were reinforced for approaching the trainer with a regular keeper present, then reinforced for approaching the trainer without the regular keeper present. Once a relationship was established, a focal baboon was selected for each session.  The trainer worked with the focal while assistant trainers reinforced surrounding animals for allowing the focal to receive reinforcement (Schapiro, Bloomsmith &amp; Laule, 2003; Laule, Thurston, Alford, et al., 1996).  Initially, more dominant animals were reinforced before subordinate animals (Schapiro, Bloomsmith &amp; Laule, 2003) or at the same time.  Once dominant animals allowed subordinate individuals to receive food, this policy was no longer strictly followed.  During the project one monkey, Face, was incorporated into the program after consistently interfering, and was trained to allow subordinate monkeys to receive food in his presence.\r\n\r\n<img class="alignnone size-full wp-image-1744" title="baboon_training" src="http://aecetia.net/gws/aazk/wp-content/uploads/baboon_training.jpg" alt="baboon_training" width="692" height="519" />\r\n\r\n<strong>Photo 1: </strong>Trainer hold target unique to a particular animal to test its recognition of the target as being its own. <em> (Photo by Laura Fischetti)</em>\r\n\r\n<em><strong>Step 2. Visual Recall and Station on Individual Target</strong></em>\r\nEach animal was assigned a visual symbol to act as a target, recall, and station.  As an individual approached, his unique target was held to the fence and the animal was reinforced for touching it (initially) and maintaining contact until bridged (as training progressed) (See Photo 1).  Once this behavior was reliable, the animal’s knowledge of his own target was tested by presenting him with both the correct target and an incorrect one, and reinforced for touching the correct target.\r\n\r\nIf an individual recalled to his correct target, he was reinforced and all other animals that approached were …………\r\n<em><strong>\r\nWant to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong></em>', 'Protocol for Training Select Individuals from a Large Group of Socially Housed Anubis Baboons (Papio anubis)', 0, '', 'inherit', 'closed', 'closed', '', '1743-revision-v1', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 1743, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1743-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3248, 1, '2013-10-15 17:49:21', '2013-10-15 22:49:21', '<img class="alignnone size-medium wp-image-1475" title="training_tales3" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales3-300x64.jpg" alt="training_tales3" width="300" height="64" />\r\n\r\n<em>By\r\nAngela Binney, Behavioral Husbandry Committee and Animal Keeper, Disney’s Animal Kingdom\r\nand\r\nPhilip Sigler, Animal Keeper, Disney’s Animal Kingdom</em>\r\n\r\nWe are deep into the dog days of summer with record highs this year.  With heat waves into triple digits in many parts of the country, it is no wonder some of our animals have been a bit lackadaisical about their training sessions this season.  As you are counting the weeks until the arrival of cooler weather, consider beating the heat with these animal training tips for surviving the summer slump.\r\n\r\n<strong>10.  Timing is everything:</strong> Train in the cooler part of the day (the earlier the better usually).  Gauge sessions around animals’ activity budgets (don’t train when they usually nap).  It’s already difficult to get cooperation from some animals during the uncomfortable temperatures of summer, so try to do it as the animals are just waking up, or when they shift in or out so that you are working with their schedule.  Don’t wait until they’ve had breakfast and they are just settling in for a long summer nap to start a training session.\r\n\r\n<strong>9.  Made in the shade:</strong> Train in a cool place (shady areas, the barn, by a fan, etc.).  We all know what a big difference it makes to sit under an umbrella instead of lying right in the sun when we spend the day at the beach, so it stands to reason that our animals can tell the difference as well.  Train indoors or in shady areas, and if your training chute is out in the open then consider placing temporary cover over it to provide shade and make it more comfortable during the summer months.\r\n\r\n<strong>8.  Frozen Fun!:</strong> Frozen treats are often used as fun enrichment for many animals, so try using it as a cool reinforcement option for training sessions as well.  Frozen items are refreshing and items frozen in a small cube of ice can also help to hydrate hot animals.  Take any coveted reward and try freezing it, either by itself (e.g. frozen grapes, a pinky mouse, etc) or in an ice cube.  Large frozen items, such as ice blocks or piles of ice, can be used as shift rewards or as a bonus after a productive session.\r\n\r\n<img class="alignnone size-full wp-image-1708" title="mandrill" src="http://aecetia.net/gws/aazk/wp-content/uploads/mandrill.jpg" alt="mandrill" width="701" height="532" />\r\n<h5><strong>Ice blocks are a cool way to reinforce shifting behavior or to use as a jackpot at the end of a great session.</strong></h5>\r\n<h6>(Photo courtesy of Disney’s Animal Kingdom)</h6>\r\n<strong>7.  Short and sweet:</strong> Avoid lengthy sessions that require a lot of attention and effort on extra hot days.  Animals tend to focus best at the start of a session, usually because that is when they are most motivated.  Their motivation may be less during hotter months due to the decrease in appetite that often accompanies this season.  Therefore, pursuing a lengthy session of high repetition or lengthy endurance may not prove as…………\r\n\r\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a></strong>', 'Beat the Heat:  Our Top 10 Summer Survival Training Tips', 0, '', 'inherit', 'closed', 'closed', '', '1707-revision-v1', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 1707, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1707-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3249, 1, '2013-10-15 17:49:21', '2013-10-15 22:49:21', 'Scoops &amp; Scuttlebutt\r\nNew Orleans AAZK Chapter Helps Underwrite AKF Production\r\nFrom the Executive Director\r\nFrom the President\r\nCall for Papers for Climate Change Dedicated Issue\r\nComing Events\r\nAAZK Announces New Members\r\nCheck Out AAZK on Facebook\r\n2010 AAZK Award Recipients\r\n2010 AKF Award Recipients\r\nTraining Tales (<em>Top 10 Summer Survival Training Tips</em>)\r\nFeeding the Spoonbills: From Nightmare to Dream\r\nLetters to the Editor\r\nEnrichment Options (<em>Prototype Superworm Dispenser</em>)\r\nAAZK Grant Report: (<em>AZA Class Review: Advanced Avian Program Management</em>)\r\nConservation Station: (<em>Creating and Maintaining Partnerships for Conservation</em>)\r\nFirst Annual San Diego AAZK Chapter Photo Contest\r\nPeople Skills for Animal People: (<em>Conflict Resolution...Consider This</em>)\r\nCreative Thinking Keeps Flamingos Breeding\r\nConservation/Legislative Update', 'September 2010', 0, '', 'inherit', 'closed', 'closed', '', '1704-revision-v1', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 1704, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1704-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3250, 1, '2013-10-15 17:49:21', '2013-10-15 22:49:21', '<em>by William K. Baker Jr., Curator\r\nIn-Sync Exotics Wildlife Rescue and Educational Center;\r\nWylie,TX</em>\r\n\r\n<strong>Question</strong>\r\nWe are preparing to renovate our cat exhibit. Are there any specific points we should focus on?\r\n\r\n<strong>Comments</strong>\r\nThe best way to look at this scenario is from two different angles. One, what you are looking for in regards to the enclosure layout and features? Two, what you are looking for in regards to the night house design and function?\r\n<strong>\r\nEnclosure Features</strong>\r\n• Is the facility developed for keeper, service vehicle, and heavy equipment access? In other words, will the designer provide for long-term access to the exhibit itself, otherwise the staff would have serious problems getting into the exhibit area for landscaping and repairs?\r\n• Is the landscaping just an accent or has it taken over the perimeter of the area to the point of no return. It’s important to have the capability to observe your cats for behavioral cues during the introduction process or what might be leading indicators of veterinary health issues.\r\n• Does the exhibit area have adequate security to prevent public interaction with the cats? Secondary guardrails should be strong enough to prevent trespass and distant from primary containment caging. Also, holly bushes, palmettos, and cactus do a great job of keeping the public where they belong.\r\n• Has any thought been given to night security? Night lighting should provide adequate light should the need arise. If the exhibit is expansive there should be enough security lights to enable the staff to see the entire yard at a glance, especially in an after-hours emergency or natural disaster situation.\r\n• Architects often have trouble understanding drainage flow patterns surrounding an exhibit. All too often the exhibit is flooded from the public areas during heavy rains. Always direct water flow away from the exhibit into storm drains and if at all possible, put the exhibit on slightly higher ground.\r\n\r\n<strong>Night house Features</strong>\r\n• The first item that should be noted is whether or not the entry has double containment. This “airlock system” is often times the only thing between the cat and freedom. Also, do the doors swing inward and close backwards? There is nothing more embarrassing than having the animal out of primary containment, pushing the outer doors open, and then going for a walk. Also, is the view window historically up at the top of the door? You know what I’m talking about. There’s this little 5”x5” window that is six feet off the ground and you are supposed to see the keeper corridor and what’s waiting at the door. Consider replacing this type of window with a 6”x36” vertical rectangular window, (reinforced tempered glass or Lexan®) so that you can really see what is on the other side of the door.\r\n• Are the internal corridors laid out so that you can effectively see end to end? Architects often put in corridors at right angles. A good night house doesn’t have blind spots. If blind spots exist in your holding areas, have they been retrofitted with mirrors so you can see the cat before he can see you?\r\n• Do the floor, corridor, and exhibit drains really work? Masonry contractors are notorious for deciding on their own what type of slope and brush finish your floors get. Don’t forget drain size. I can’t count how many night houses I have seen that have 1” lines instead of 3” or 6” lines to handle water volume.\r\n• Is the guillotine door system an afterthought? Does it stick if you look at it wrong? The best design I have seen to date is produced by Corners Limited. They utilize stainless steel doors in a corrosion- free frame. The door actually rides on two coated rails that keep the fall and lift even. The cable rides inside a conduit that is connected by internal pulleys that prevents the cable from binding or jumping. Also, as a side note, don’t forget to make sure that the conduit or cable system you are using is routed where keepers can visually inspect it.\r\n• Ventilation. Is your night house a sauna? Ventilator fans can reduce ambient heat. Don’t forget air conditioning, heat, and circulating fans. In high humidity areas think about adding an in-line dehumidifier to your air conditioner. If you are uncomfortable, chances are the cats are too.\r\n• With many of the current developments in operant conditioning and desensitization work, there are a few items you may want to include in the development process……..\r\n<em>\r\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW!</a>\r\n</strong>\r\n</em>', 'Reactions: A Question and Answer Forum for the Zoo Professional on Crisis Management', 0, '', 'inherit', 'closed', 'closed', '', '1582-revision-v1', '', '', '2013-10-15 17:49:21', '2013-10-15 22:49:21', '', 1582, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1582-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3251, 1, '2013-10-15 17:49:22', '2013-10-15 22:49:22', '<em><img class="size-full wp-image-1580 alignleft" title="world" src="http://aecetia.net/gws/aazk/wp-content/uploads/world.jpg" alt="world" width="162" height="160" /></em>\r\n\r\n<em>By A. L. Drost, Curatorial Assistant\r\nToronto Zoo, Toronto, Canada\r\nadrost@torontozoo.ca </em>\r\n\r\n<strong>Introduction </strong>\r\nInternational animal shipping is not for the light of heart. Crossing international borders with live animals has to occur quickly to ensure the least amount of stress on the animal and efficiently so all goes smoothly with everyone involved. No two shipments ever seem to be the same. So instead of providing a step-by-step account of a particular shipment a more general sequence of stages are to follow.\r\n\r\n<img class="alignnone size-full wp-image-1578" title="shipping" src="http://aecetia.net/gws/aazk/wp-content/uploads/shipping.jpg" alt="shipping" width="359" height="175" />\r\n\r\n<strong>Obtain All Relevant Information on the Animal </strong>\r\nOnce it’s been decided that a particular animal will be transferred out of its zoological institution, whether it be internationally or domestically, the first step is always the same. A copy of the animal’s specimen report, diet sheet and medical records should be supplied from the zoo holding the animal (the consignor) to the zoo that will eventually be receiving the animal (the consignee). One of the key bits of information the specimen report provides is the country of origin. This is a pertinent piece of information when crossing international boarders. The medical records also provide information needed when addressing what pre-shipment health testing is required.\r\n\r\n<strong>Permitting and Health Testing Requirements </strong>\r\nAs a general rule, every country will have a minimum of two federal bodies that will regulate the movement of live animals across their borders. One of these federal bodies will be a wildlife office. In Canada this is Environment Canada’s (EC) Canadian Wildlife Service (CWS). In the United States, all zoos are familiar with the US Fish &amp; Wildlife Service (USFWS). In South Africa, it’s the Department of Environmental Affairs and Tourism. It is through offices like these that the CITES (Convention of International Trade of Endangered Species) permits are issued.\r\n\r\nAnimals will either be CITES I, CITES II, CITES III or non-CITES. A non-CITES animal requires no CITES permit, a CITES II and III animal requires an export permit only from the exporting country while a CITES I animal requires an export permit from the exporting country and an import permit from the importing country. Do keep in mind that some federal bodies also issue import or export permits that are not CITES.\r\n\r\nThe USFWS for example issues Endangered Species Permits and Threatened Species Permits as well as Import/Export Permits if you are a commercial entity (most zoos are exempt from this) and Designated Port Exception Permits if you are not using an USFWS designated port of entry.\r\n\r\nThe second federal body that will need to be contacted is the agricultural office. Canada’s agricultural office is the Canadian Food Inspection Agency (CFIA), the United States is the United States Department of Agriculture (USDA) and the Netherlands is Ministry of Agriculture, Nature and Food Quality. Offices such as these issue their own import permits and export certificates which are required for some animals, not all. These offices tend to be more interested in hoofstock species and the like, and less interested in regulating animals such as amphibian and reptile species (with exceptions of course). These agriculture offices are responsible for deciding what health testing is required on an animal before and after shipment have occurred. For example, the CFIA require that a warthog (Phacochoerus aethiopicus) being imported from the USA must be negative to two (2) tests for the following diseases: brucellosis, tuberculosis, and anaplasmosis, the latter of which must be performed not less than sixty (60) days after the first test and within thirty (30) days preceding the date of import.\r\n\r\nAs well as checking on federal regulations for permitting, one needs to check to see if there are any provincial and/or state regulations. Some provinces/states require their own separate import/export permit and/or certificate, others only require that an import number be issued and placed on shipment documentation. In-transit permits might be required if the animal has a connecting flight in a country that is neither the importing nor exporting country. For example, if you are moving cheetahs from South Africa to Canada with a flight change in Germany – you may be required by the German officials to have an in-transit permit indicating the purpose and length of stay in Germany.\r\n\r\n<strong>Crates and Crate Training </strong>\r\nThe International Air Transport Associate (IATA) issues the Live Animal Regulations (LAR) which is an excellent place to start when considering what crate should be used for a particular animal. This reference material is updated every two years and is regularly adhered to quite strictly by the airlines and by most federal wildlife offices. Very general considerations to remember when selecting a crate for an animal are (a) the crate has external access to food and water, (b) the crate is leak-proof, (c) there is the ability to monitor the animal while crated, (d) the crate is constructed of appropriate and sturdy material which will safely contain the species and (e) the crate is comfortable for the animal. One of the most common mistakes when selecting an appropriate crate for a specimen is to provide too much space, the idea being that a larger crate provides increased comfort to the animal. Unfortunately, increased space also provides increased risk of injury to the animal. If the animal has enough space they might try to run at the front or side of the crate as a means of escape.\r\n\r\nCrate training for the animal is an excellent way of providing further comfort during transport. Make sure you have a plan before starting the process. There is quite a bit of information readily available on training but here are some very basis steps one might follow. Generally, the crate is introduced without enticement to go in initially so that the animal can get use to seeing and/or smelling this novel item. A next step is the introduction of food at the entrance of the crate. That food is placed further and further into the crate over time. Our final goal is to have the animal eating its food with its body fully within the crate. Generally, the animal is not locked into the crate unless one has quite a bit of time for the training to occur prior to shipment as once the animal gets locked in, it’s usually startled quite badly and will not go back to the crate again any time soon. One of the biggest benefits to crate training is that it relieves a large amount of stress experienced by the animal. At the end of crate training, the crate will be very familiar to the animal, with the animal’s own smell and can be essentially the animal’s home away from home. Crate training can also eliminate the need to use sedatives for transport.\r\n\r\n<strong>Select Your Mode of Transportation </strong>\r\nWhen considering what mode of transportation to use, consider what will get the animal to its destination the quickest. Always use the most direct route available. If possible, avoid inter-airline transfers. The risk of something going wrong can increase significantly if two different airlines are used during the shipment. Usually a freight forwarder is …….\r\n\r\n<em><strong>Want to read the rest of this important and informative article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong></em>', 'International Animal Shipping: One of the Most Daunting Zoo Experiences There Is', 0, '', 'inherit', 'closed', 'closed', '', '1577-revision-v1', '', '', '2013-10-15 17:49:22', '2013-10-15 22:49:22', '', 1577, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1577-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3252, 1, '2013-10-15 17:49:22', '2013-10-15 22:49:22', '<strong>August 2010 Table of Contents</strong>\r\n\r\nAbout the Cover/Information for Contributors\r\nFrom the President\r\nPt. Defiance AAZK Chapter Underwrites AKF Production\r\nAAZK Announces New Members\r\nComing Events\r\nEnrichment Options (<em>North American River Otters</em>)\r\nPeople Skills for Animal People: Resolving Work-Related Conflicts\r\nSpecial Discount Prices on AAZK Merchandise at Philly Conference\r\nReactions Column  (<em>Renovating Cat Exhibits</em>)\r\nHorticulture Group (AZH) Offers Browse/Toxic Plant Seminar\r\nTraining Tales (<em>Tinamou Training 101</em>)\r\nNominations for 2012 Indianapolis Conservation Prize Now Open\r\nTraining North American Black Bears for Blood Draws\r\nInternational Animal Shipping: One of the Most Daunting Zoo Experiences There Is\r\nConservation/Legislative Update', 'August 2010', 0, '', 'inherit', 'closed', 'closed', '', '1572-revision-v1', '', '', '2013-10-15 17:49:22', '2013-10-15 22:49:22', '', 1572, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1572-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3253, 1, '2013-10-15 17:49:22', '2013-10-15 22:49:22', 'If your mailing or email address has changed, please send an updated address <a href="mailto:aazkoffice@zk.kscoxmail.com">here</a>.', 'Change of Address', 0, '', 'inherit', 'closed', 'closed', '', '1488-revision-v1', '', '', '2013-10-15 17:49:22', '2013-10-15 22:49:22', '', 1488, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1488-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3254, 1, '2013-10-15 17:49:22', '2013-10-15 22:49:22', '<em>Roger Reason, Senior Keeper\r\nBrookfield Zoo, Brookfield, IL</em>\r\n<p style="text-align: left;">The first klipspringer (<em>Oreotragus oreotragus</em>) to make an appearance in an American zoo was a female imported by the Philadelphia Zoo in 1934.  However, it was not until the 1970’s that klipspringers began to reproduce in captivity, with the first birth occurring at the St. Louis Zoo in 1971 (Maley, 1999).  Since that time 182 births have been recorded in the North American Studbook (Lebanik, 2008) but, despite this relatively good breeding success, basic information on female reproductive parameters and calf development has not been well documented within the zoo community.  The scientific literature also has little to offer on these subjects.\r\n\r\nIn an attempt to provide insight into some aspects of reproduction and development in this species, information was compiled from klipspringer records at Brookfield Zoo as well as records provided by the Brevard Zoo in Melbourne, FL and the Lincoln Park Zoo in Chicago, IL.  This information has been consolidated into Tables 1 and 2.\r\n\r\n<em><strong>Female Reproductive Parameters</strong></em>\r\n\r\n<strong>Gestation Period</strong>\r\nReports from the literature on gestation length in klipspringers are conflicting.  Cuneo (1965) mentions gestation lengths of 7-7½ months (213-228 days) and Kenneth and Ritchie (1953) give a gestation period of 214 days.  However, Norton (1980) reports a gestation length of five months (152 days) and Estes (1991) states that this is a more likely estimate.  Taking into consideration the average gestation length for Brookfield, Brevard, and Lincoln Park Zoos (Table 1), the preponderance of evidence suggests that the normal gestation period for this species is around seven months (213 days).  This is similar to gestations of 6.4 and 7 months recorded for the oribi (<em>Ourebia ourebia</em>), a related neotragine (dwarf antelope) species. (Estes 1991).\r\n\r\n<strong>Udder Development</strong>\r\nThe range for udder development in klipspringer pregnancies at Brookfield Zoo is rather broad (Table 1).  However, Estes (1991) reports udder development occurring at one month prior to birth in the oribi indicating that the upper end of this range may be more typical for klipspringers.\r\n\r\n<strong>Post-Partum Estrus</strong>\r\nWhile there is no information in the literature on post-partum estrus in other members of the dwarf antelope group, the post-partum estrus for klipspringers at Brookfield and Lincoln Park Zoos (Table 1) is similar to that reported for some of the smaller non-neotragine antelope species.  Thompson’s gazelle (<em>Gazella thompsonii</em>) comes into estrus within two weeks of giving birth and the gerenuk (<em>Litocranius walleri</em>) within 2-4 weeks (Estes 1991).\r\n<p style="text-align: left;"><img class="alignnone size-full wp-image-1484" title="klipspringer" src="http://aecetia.net/gws/aazk/wp-content/uploads/klipspringer.jpg" alt="klipspringer" width="775" height="700" /></p>\r\n\r\n<p style="text-align: left;"><strong>0.1 klipspringer Charlotte and calf </strong>\r\n<em>(Photo: Jim Schultz, Staff Photographer/Brookfield Zoo)</em>\r\n\r\n<p style="text-align: left;"><em>\r\n</em>\r\n\r\n<p style="text-align: left;"><em><strong>Calf Development</strong></em>\r\n\r\n<strong>First Ingesting Solid Food</strong>\r\nThe ages at which klipspringer calves at Brookfield Zoo were observed to start ingesting solid food (Table 2) are generally later than those for the oribi which starts nibbling grass at five days of age and the steenbok (<em>Raphicerus campertris</em>), another dwarf antelope species, which starts eating plants at two weeks of age (Estes 1991).  The…..\r\n\r\n<strong>Want to read the rest of this article? For this and many more fascinating articles every month, see Animal Keepers’ Forum.  AKF is available only by being a member of AAZK. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW! </a></strong>', 'Female Reproductive Parameters and Calf Development in Captive Klipspringers (Oreotragus oreotragus)', 0, '', 'inherit', 'closed', 'closed', '', '1483-revision-v1', '', '', '2013-10-15 17:49:22', '2013-10-15 22:49:22', '', 1483, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1483-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3255, 1, '2013-10-15 17:49:22', '2013-10-15 22:49:22', 'About the Cover/Information for Contributors\r\nScoops &amp; Scuttlebutt\r\nFrom the President\r\nComing Events\r\nConference 2010 - Updates/Reminders\r\nAAZK Announces New Members\r\n“Trees for You and Me” AAZK Chapter Challenge\r\nPeople Skills for Animal People: Keeper Communication, Part IV\r\nFemale Reproductive Parameters and Calf      Development in Captive Klipspringers\r\nEnrichment Options <em>(Bah Bah Black Sheep!</em>)\r\nConditioning 0.1 Eastern Black Rhinoceros for Behavioral Restraint in Diagnosis and Treatment of Vitiligo\r\nBook Reviews (<em>The Intimate Ape: Orangutans and the Secret Life of a Vanishing  Species</em> and  <em>‘Spot the Difference’ – are cheetahs really just big cats?</em>)\r\nTraining Tales (<em>Training Bears for Voluntary Blood Collections</em>)\r\nConservation/Legislative Update', 'June 2010', 0, '', 'inherit', 'closed', 'closed', '', '1480-revision-v1', '', '', '2013-10-15 17:49:22', '2013-10-15 22:49:22', '', 1480, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1480-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3256, 1, '2013-10-15 17:49:22', '2013-10-15 22:49:22', '<em><strong>The AAZK Behavioral Husbandry Committee presents</strong></em>\r\n\r\n<img class="aligncenter size-full wp-image-1475" title="training_tales3" src="http://aecetia.net/gws/aazk/wp-content/uploads/training_tales3.jpg" alt="training_tales3" width="476" height="102" />\r\n\r\n<em>Jay Pratte, Lead Keeper, Zoo Atlanta\r\nAAZK Behavioral Husbandry Committee Member\r\nBear Care Group Board of Directors</em>\r\n\r\n<strong>Introduction</strong>\r\n\r\n<em>“…I approach every bear with the same two questions on my mind: Who are you?\r\nand What can I do for you?” – Else Poulsen, “Smiling Bears”.</em>\r\n\r\nBear caregivers know that these animals are clever, complex and sociable.  This combination of traits signifies a very real need for dynamic enrichment and operant conditioning (training) programs for captive bears.  Over the last few decades, advances in captive animal management and increased longevity have shaped a need for proactive, long-term husbandry guidelines.  Incorporating regular training into the routine of bears (or any animal for that matter) improves caregivers’ relationships with their charges, reduces the need for anesthetics, providing less invasive options for observation and treatment of potential medical and behavioral issues.\r\n\r\nSeveral years of presenting training workshops for animal caregivers, and more recently bear-specific workshops, have provided me with a clear and concise view of what tools are most frequently requested to manage shrewd, yet dangerous species like bears.  General husbandry techniques, such as shifting and cooperative feeding usually come first, but inevitably questions are raised on how to train for procedures such as voluntary injections or blood collection.  A complex and marginally invasive voluntary medical technique, blood collection is a challenging yet valuable management tool.  Obviously venipuncture is not the first step in a training program, but an attainable goal once a basic understanding of reinforcement and training expectations is established with each individual animal.\r\n\r\nWhy train bears for voluntary blood collection? A few excellent reasons are:\r\n• Improved care/husbandry; more flexibility in management\r\n• Routine or situational diagnostics\r\n• Medical care (e.g.:  vein access could provide opportunity for IV injections,\r\nadministering fluids in a compromised animal w/ out anesthesia)\r\n• Build trust between the animal and caregiver\r\n• Voluntary cooperation and decreased immobilizations\r\n\r\nUltimately voluntary venipuncture provides caregivers with one more management tool, while reinforcing each animal’s desire to cooperate with a consistent valued reward system.  It is easy to teach the association that a little pain = big gain.\r\n\r\n<strong>Know Your Bears</strong>\r\nHaving worked with all eight extant bear species, I have observed amazing differences between each group.  Some basic generalizations (from personal observation and discussions with other caregivers) can be made about the differing species.  For example, polar bears (Ursus maritimus) and grizzly bears (Ursus arctos horriblis) appear extremely focused and intense when engaged in training.  They spend most of their time on the ground, and while they are able to manipulate items with their paws, they are generally less adroit than most of their smaller, more arboreal cousins.  These are clearly very common sense remarks, but the natural history of each species plays heavily into a successful training program.  Trying to train a polar bear, with its enormous paws that are less finely tuned for climbing or grasping, to place a limb through a sleeve for blood draw training is very likely going to prove both frustrating and fruitless.  Assessing each animal’s natural history and personal preferences will allow a trainer to better judge various aspects of training, from choosing motivating rewards to appropriate positions for procedures.\r\n\r\nNatural and personal histories taken into consideration, the animal’s physical capabilities must be assessed in conjunction with the existing environment. Are there geriatric considerations?  Is the goal to draw from the forelimb, the neck, or a hind foot?  This is where looking around the environment with an open, creative mind comes into play.  Can maintenance crews cut training panels or holes that will not compromise human or animal safety?  Can a blood draw sleeve be constructed from readily available materials (Figure 1)?  Is there a low spot in a transfer area that a paw could slide under, or bars where a bear lying on its side could flop a hind foot through?  Existing squeeze/crate/chute facilities are extremely useful.  Can it be used in a non-restraining manner to aid positioning?  There is no one correct way to train a desired behavior, and any number of options (Cecil, Kezer, Pratte, 2003).  Flexibility in training is essential, as one specific method will not prove successful for every bear.\r\n\r\nPersonal observation and research to date lend support to three successful venipuncture sites:  the cephalic vein on the underside of the forelimb; the dorsal pedal (metatarsal) vein on the hind foot; the jugular vein on the neck (Figure 2).  These methods are not exclusive, as there are as many means of training as there are bears, trainers, and willing veterinarians or vet techs.  Based on the usable space in the environment and each bear’s natural and individual history, assess which of the three methods will work best.\r\n\r\n<img class="alignnone size-full wp-image-1476" title="panda_blood_sleeve" src="http://aecetia.net/gws/aazk/wp-content/uploads/panda_blood_sleeve.jpg" alt="panda_blood_sleeve" width="640" height="481" />\r\n\r\n<strong>Fig. 1:</strong> A giant panda trained to use a blood sleeve at Zoo Atlanta. <em>(photo by author)</em>\r\n\r\n<strong>The Plan</strong>\r\nIt is essential to involve managers and veterinary staff in the planning stages of training.  Managers absolutely need to buy in if they are expected to provide support, time and materials.  The veterinarian should describe preferences on animal positioning for maximum effectiveness and which tools they will require for the end goal.  This allows the trainer to obtain the tools early in the process for desensitization training (“The act of pairing a negative or aversive event, with positive reinforcement until the event loses its aversive quality.  The resulting behavior can be maintained through the use of positive reinforcement.” AAZK/AZA, 2003).  Veterinary staff also needs to agree to participate in training, to build their own positive and trusting relationship with the animals.  If the veterinarian’s presence elicits fear or anxious behavior, a voluntary draw will likely not occur.\r\n\r\nManagement and vet staff have approved the training plan.  The bear’s favoured rewards and individual limitations are known.  The environment is conducive to shaping the appropriate behaviors.  A basic training program should now be implemented if one is not already in place.  This step is vital, as the easiest road to successfully teaching an animal a new, complex behavior is by incorporating existing ones into the process.  Bears that already understand what to do with a target, or that reliably get rewards for shifting, will respond quickly to learning more complex behaviors.\r\n\r\nBehavior based husbandry (Poulsen, 2009) boils down to knowing your animal well enough to learn from what they are telling you through their actions.  If they settle into a specific position comfortably, move ahead with…….\r\n\r\n<strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="http://aecetia.net/gws/aazk/join/">JOIN NOW</a>!</strong>', 'Training Bears for Voluntary Blood Collection', 0, '', 'inherit', 'closed', 'closed', '', '1474-revision-v1', '', '', '2013-10-15 17:49:22', '2013-10-15 22:49:22', '', 1474, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1474-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3257, 1, '2013-10-15 17:49:22', '2013-10-15 22:49:22', '2010 AAZK Conference Notice/Information for Contributors\r\nAbout the Cover\r\nFrom the President/From the AKF Editor\r\nLearning to Walk Again: Paralysis in an African Penguin\r\nDevelopment of an Aviary Training Program: Enhancing the Daily Management of Zoo Atlanta’s Bird Collection\r\nHand-Rearing Caribbean &amp; Chilean Flamingo Chicks at the Birmingham Zoo\r\nBreeding Cinereous Vultures at the Milwaukee County Zoo\r\nThe Use of Vocal Playback as a Tool for Breeding in Captive Birds - Collaborators Sought\r\nAvian Rearing Resource Website\r\nDesigning a Keeper and Bird-Friendly Enrichment Program\r\nSuccessfully Raising Parent-reared Chicks from Elegant-crested Tinamou\r\nRatite Behavioral Husbandry at the Philadelphia Zoo\r\nFrogmouth Management at Sea World Orlando and Discovery Cove\r\nIncubation and Hand-rearing of a Greater Rhea at the Great Plains Zoo\r\nFirst Time Breeding of Captive Sulawesi Knobbed Hornbills at St. Augustine Alligator Farm Zoological Park\r\nArtificially Inseminating White-naped Cranes\r\nEnrichment and Training...It’s For the Birds\r\nJess Free\r\nGreater Flamingo with Capture Myopathy: Specialized Care and Husbandry\r\nSuccessful Rearing of an African Sacred Ibis Chick at the Toronto Zoo\r\nFeather Facts\r\nSemen Collection on Rockhopper and Gentoo Penguins at the Indianapolis Zoo\r\nSetting Up a Picture Perfect Success\r\nSupplemental Feedings to Aid a Parent-reared African Pygmy Falcon Chick\r\nBreeding White-crested Laughing Thrush at the Birmingham Zoo\r\nTypes of Feathers\r\nThe Management and Breeding Program for Roseate Spoonbills at\r\nthe Palm Beach Zoo at Dreher Park\r\nFeather Types - Did You Know?\r\nPuppets: Construction and Use for the Hand-rearing of Birds\r\nRaising Red-Vented Bulbuls in Tropic World Asia Bird Holding\r\nSessions for All Seasons: Lappet-faced Vulture Training\r\nAvian Trivia\r\nSuccessfully Managing a Mixed-Species Free-Flight Aviary\r\nBook Review (On the Wings of Cranes)\r\nAvian Websites to Check Out\r\nAfrican Penguin (Photo)', 'April/May 2010 - Dedicated Issue on Avian Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '1161-revision-v1', '', '', '2013-10-15 17:49:22', '2013-10-15 22:49:22', '', 1161, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1161-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3258, 1, '2013-10-15 17:49:23', '2013-10-15 22:49:23', 'About the Cover/Information for Contributors\r\nScoops &amp; Scuttlebutt\r\nFrom the President\r\nAAZK Announces New Members\r\nSecond Call for Papers - 2010 Conference\r\nComing Events\r\n2010 AAZK Conference - Update/Info\r\nPeople Skills for Animal People (<em>Keepers &amp; Communication, Part 1</em>)\r\nThe Future of Zookeeping and the Challenges Ahead\r\nBook Reviews (<em>Part of the Pride: My Life Among the Big Cats of Africa</em> and\r\n<em>Turtles: The Animal Answer Guide</em>)\r\nTraining and Enrichment Advances for a Chinese Alligator\r\nat Disney’s Animal Kingdom\r\nTraining Tales (<em>Alpaca Training at the Toronto Zoo</em>)\r\nConservation Station (<em>Zambian Reunion: How One Keeper Made Her\r\nAfrican Dream Come True...Twice</em>)\r\nStorybook Safari\r\nConservation/Legislative Update\r\n2009 <em>Animal Keepers’ Forum</em> Index', 'January 2010', 0, '', 'inherit', 'closed', 'closed', '', '960-revision-v1', '', '', '2013-10-15 17:49:23', '2013-10-15 22:49:23', '', 960, 'http://web3.gowebsolutions.com/~aazook/uncategorized/960-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3259, 1, '2013-10-15 17:49:23', '2013-10-15 22:49:23', '<ul>\r\n	<li>About the Cover/Information for Contributors</li>\r\n	<li>Scoops &amp; Scuttlebutt</li>\r\n	<li>From the President</li>\r\n	<li>AAZK Announces New Members</li>\r\n	<li>Coming Events</li>\r\n	<li>Spotlight on AAZK Committees (Professional Development)</li>\r\n	<li>Call for Papers for Avian Husbandry Dedicated Issue</li>\r\n	<li>Training Tales (Operant Conditioning in Infant Lowland Gorilla)</li>\r\n	<li>Resources for Crisis Management CD Order Information</li>\r\n	<li>Living with the Polar Bears of Churchill During Keeper Leadership Camp</li>\r\n	<li>Reactions Column (Directed Routes of Containment)</li>\r\n	<li>GPS Enabled Zoo iPhone® Application Launched at Houston Zoo</li>\r\n	<li>Enrichment Options (Creation of PVC Feeder for Giant Panda)</li>\r\n	<li>Radiograph Training a Bonobo</li>\r\n	<li>Book Reviews (<em>Herpetological History of the Zoo and Aquarium World</em>;\r\n<em>Veterinary Disaster Response</em> and <em>Snakebit: Confessions of a Herpetologist</em>)</li>\r\n	<li>National Zoo Creates Frozen Coral Repository</li>\r\n	<li>Different Stripes: Training a Herd of Plains Zebra</li>\r\n	<li>Conservation/Legislative Update</li>\r\n</ul>', 'December 2009', 0, '', 'inherit', 'closed', 'closed', '', '894-revision-v1', '', '', '2013-10-15 17:49:23', '2013-10-15 22:49:23', '', 894, 'http://web3.gowebsolutions.com/~aazook/uncategorized/894-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3260, 1, '2013-10-15 17:49:23', '2013-10-15 22:49:23', '·    About the Cover/Information for Contributors\r\n·    Scoops &amp; Scuttlebutt\r\n·    From the Executive Director\r\n·    In Memorium ~ Gerald “Red” Thomas\r\n·    AAZK, Inc. Thanks Its Chapters for Their Support\r\n·    Coming Events\r\n·    Call For Papers for Avian Husbandry Issue\r\n·    Training Tales (Seeking Submissions)\r\n·    AAZK Announces New Members\r\n·    Letters to the Editor\r\n·    Crisis Management CD Now Available\r\n·    Enrichment Options (Humboldt Penguin Enrichment)\r\n·    Professional Development Grant Report/Info on AAZK Grants Available\r\n·    Assessing Immediate and Long-Term Effects of Environmental Enrichment: Implications for Welfare of African Clawless Otters (<em>Aonyx capensis</em>)\r\n·    Care and Management of Geriatric Animals in Zoos (order info)\r\n·    Book Reviews (<em>Bats in Captivity, Vol. 1 - Biological and Medical Aspects</em>;<em> Handbook of Venoms and Toxins in Reptiles</em>; and\r\n<em>Hey, Mister --Your Alligator’s Loose</em>)\r\n·    ZOOTUBE on Display in 10 U.S. Zoos\r\n·    Behavior-based Bear Husbandry for Winter Denning: A practical application at Fortress of the Bear, Sitka, Alaska\r\n·    Conservation/Legislative Update', 'November 2009', 0, '', 'inherit', 'closed', 'closed', '', '814-revision-v1', '', '', '2013-10-15 17:49:23', '2013-10-15 22:49:23', '', 814, 'http://web3.gowebsolutions.com/~aazook/uncategorized/814-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3261, 1, '2013-10-15 17:49:23', '2013-10-15 22:49:23', '<strong>Greensboro, NC</strong>\r\n\r\nSeptember 22-26, 2013\r\n\r\n<strong>Orlando, FL</strong><br>\r\n\r\n\r\nSeptember 8-12, 2014<br>\r\n\r\n\r\n<strong>St. Louis, MO</strong><br>\r\n\r\nSeptember 27 - October 1, 2015', 'Upcoming Conferences', 0, '', 'inherit', 'closed', 'closed', '', '757-revision-v1', '', '', '2013-10-15 17:49:23', '2013-10-15 22:49:23', '', 757, 'http://web3.gowebsolutions.com/~aazook/uncategorized/757-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3262, 1, '2013-10-15 17:49:23', '2013-10-15 22:49:23', '<ul>\r\n	<li>About the Cover/Information for Contributors</li>\r\n	<li>Scoops &amp; Scuttlebutt</li>\r\n	<li>From the President</li>\r\n	<li>Coming Events</li>\r\n	<li>Call for Papers for Avian Husbandry Issue</li>\r\n	<li>AAZK Announces New Members</li>\r\n	<li>2009 AAZK/AKF Award Recipients</li>\r\n	<li>Lifetime Achievement Award - Lucy Segerson, North Carolina Zoo</li>\r\n	<li>Enrichment Options (<em>Enriching Great Apes</em>)</li>\r\n	<li>Bowling for Rhinos Keeps Critically Endangered Indonesian Rhinos Safe</li>\r\n	<li>Book Reviews (<em>The Biology of Rattlesnakes; and Common Kingsnakes, A Natural History of Lampropeltis Getula</em>)</li>\r\n	<li>Rhino Note Card Project</li>\r\n	<li>Training Tales (<em>Stationing</em>)</li>\r\n	<li>Zimbabwe\'s Rhinos Under Attack by Poachers</li>\r\n	<li>Update: Greater One-Horned Rhinos in India and Nepal</li>\r\n	<li>Experts Form Global Alliance for Amphibian Survival</li>\r\n	<li>Key Largo Woodrat Program at Disney\'s Animal Kingdom</li>\r\n	<li>Conservation Station Column (Making the Holidays a Little Bit Greener)</li>\r\n	<li>Our Last Chance to Save the Rarest Large Mammal on Earth (<em>Reintroducing Northern White Rhinos into the Wild</em>)</li>\r\n	<li>Conservation/Legislative Update</li>\r\n</ul>', 'October 2009', 0, '', 'inherit', 'closed', 'closed', '', '692-revision-v1', '', '', '2013-10-15 17:49:23', '2013-10-15 22:49:23', '', 692, 'http://web3.gowebsolutions.com/~aazook/uncategorized/692-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3263, 1, '2013-10-15 17:49:23', '2013-10-15 22:49:23', 'AAZK is rolling out new products.\r\n\r\n<!--[endif]-->Organic cotton ladies t-shirts and men\'s long-sleeve shirts with our \'eye movement\' design as well as logo embroidered baseball caps will be on sale at the 2009 Conference at special introductory prices. Also, wrist coils for the AAZK logo clickers will be available for purchase.   Conference pricing for current AAZK product will be in effect as well, so send your orders along with conference attendees to get the best deals!', 'New AAZK Products!', 0, '', 'inherit', 'closed', 'closed', '', '659-revision-v1', '', '', '2013-10-15 17:49:23', '2013-10-15 22:49:23', '', 659, 'http://web3.gowebsolutions.com/~aazook/uncategorized/659-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3264, 1, '2013-10-15 17:49:23', '2013-10-15 22:49:23', '<img class="alignnone size-full wp-image-378" title="training_tails" src="http://aecetia.net/gws/aazk/wp-content/uploads/header_training_tails.jpg" alt="training_tails" width="317" height="68" />\r\n\r\n<em>By\r\nJason Pratte, Lead Keeper, Zoo Atlanta\r\nAAZK Behavioral Husbandry Committee Member</em>\r\n\r\n<em>The AAZK Animal Training Committee strives to support the mission of AAZK, Inc. by\r\nproviding information and learning opportunities for animal care professionals to\r\nfacilitate the use of operant conditioning and other training techniques, to achieve\r\nbehavioral management goals and excellence in animal care.</em>\r\n\r\nThis submission is a continuation of our ‘Training Tips\' series, as a way for trainers to review basic training terminology and methods to further sharpen their training skills.  This month, we will be looking at choosing and establishing a cue, some of the common problems trainers may have experienced and how to resolve some of those issues.\r\n\r\nThink back on training sessions you have participated in or observed. Did you ever notice times when the animal just wasn\'t "getting" what it was the trainer was trying to teach them? Or that it takes 20 repeats of the cue to elicit the desired behavior? Or that your well-trained animal is asked for one behavior, but then often offers a different one? These might be issues related to the cue.\r\n\r\n<img class="alignnone size-full wp-image-649" title="yang-open" src="http://aecetia.net/gws/aazk/wp-content/uploads/yang-open.jpg" alt="yang-open" width="514" height="400" />\r\n\r\nA cue, or conditioned stimulus, is the signal that a trainer chooses to indicate that they want the subject to perform a particular behavior. It can be anything that the subject you are working with can perceive. The most commonly used cues are verbal commands (auditory) and hand signals (visual), but trainers have used light, odors, touch, music, vibration, tool, etc. The list of possible cues is limited only by the trainer\'s imagination, but based on physiology, animals may respond better to some cue stimuli than others. When establishing which cue is going to be associated with a desired behaviour, stop and think: is the cue distinct? Is it recognizable by the animal, from other cues being used by trainers, and from stimuli the animal is exposed to every day? For example, let\'s say you want to train an okapi to come in from the exhibit when you ring a bell. You want the bell to be the cue that means "come into the barn," but your okapi spend their day out on exhibit listening to the zoo train chug past, with the engineer ringing a bell randomly. The bell is likely going to lose effectiveness as a cue (if it ever works in this situation). The okapi would likely respond to sounds associated with the trainers themselves: doors opening, calling her along with the bell, etc. Be sure the cue is something unique, distinguishable from the environment and easily associated with the behavior you want to teach.\r\n\r\nLikewise, ensure that the different cues you use remain distinct from one another. When I first began working with the pandas at Zoo Atlanta several years ago, I began training them an "open mouth" behavior. I used the verbal cue "open" paired with my thumb and fingers being spread apart in front of their face. The training went well, though slower than I expected. I turned the behavior over to another keeper to help maintain it, and then we both began experiencing problems. We would  ask for "open" and often get a paw placed on the mesh instead. We would get frustrated, and the pandas even more so. It was a new, inexperienced keeper, unfamiliar with the training program, who caught what was happening. She asked one day if I meant for the end of the "open" cue (fingers spread apart from thumb) to look like the cue for "paw" (the trainer\'s hand presented in front of the panda as if we were telling them to "halt").  I stopped and looked at the cue from the bear\'s perspective, and lo, she was right. To the bear, they looked almost identical, with the trainer presenting essentially an open hand to them. We changed the "open" cue to just the thumb and forefinger spreading apart, and within a few weeks the behaviors were being presented as asked.\r\n\r\nIf you are having obvious confusion or frustration demonstrated from your training subject, take a step back and examine your cues.  Ask another keeper to watch your session to observe, specifically your cues and actions. Are you using two whistle blasts to signal something different from one blast? And what if the animal only hears one because of ambient noise? Or is not sure if it heard two or three? Keep the cue simple, within the animal\'s perception, and distinct.\r\n\r\nNow a bit about stimulus control. Stimulus control is when a stimulus (cue) increases the probability of a behavior occurring (conditioned response) because that behavior was historically strongly reinforced in the presence of the cue (AAZK/AZA, 2003: Stimulus Control – A behavior is said to be under stimulus control if it meets 3 conditions: 1) It is immediately offered following the S<sup>D</sup>; 2) It is offered only when preceded by the correct S<sup>D</sup>; 3) It is not offered in the presence of another S<sup>D</sup>. [S<sup>D</sup> = cue]). There are a lot of factors involved in stimulus control, but since they are well described by Karen Pryor in her book "Don\'t Shoot the Dog" we\'ll touch on just the most basic aspects here...\r\n\r\n<p><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers’ Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="/join/">JOIN NOW</a>!</strong></p>', 'I Said "Exit Stage LEFT" You Idiot!  (Or, Is Your Cue Really Telling Your Subject What You Think It Is?)', 0, '', 'inherit', 'closed', 'closed', '', '647-revision-v1', '', '', '2013-10-15 17:49:23', '2013-10-15 22:49:23', '', 647, 'http://web3.gowebsolutions.com/~aazook/uncategorized/647-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3265, 1, '2013-10-15 17:49:24', '2013-10-15 22:49:24', '<p><em>By Jody Hodges and Michelle Valois<br />\r\nPrimate Keepers<br />\r\nDenver Zoological Gardens</em></p>\r\n\r\n<p><em>Denver, Colorado<br />\r\n(303) 376-4932<br />\r\n<a href="mailto:mvalois@denverzoo.org">mvalois@denverzoo.org</a></em></p>\r\n\r\n<p>In April of 2003, the Denver Zoological Foundation added a second troop of gorillas as well as another female and silverback male to the existing female pair that currently resided there. One troop would call Denver home, the other would be temporarily housed while their new exhibit was being constructed at The Los Angeles Zoo. This vacationing troop consisted of an adult male, Kelly, and two adult females Rapunzel and Evelyn. While housed at The Denver Zoo, Kelly and Rapunzel had a female offspring, named Tinga, in 2005. In 2007 construction was complete at The Los Angeles Zoo and Kelly and his troop needed to return to California. This paper will focus on the preparations that took place for Kelly, Rapunzel, Tinga and Evelyn to return to California.</p>\r\n\r\n<p>In June 2007, the great ape keeper staff, primate supervisor, primate curator, behavior manager and veterinary staff had a meeting to discuss shipment details for these gorillas. We all agreed that we wanted this to be a very smooth process for the gorillas, producing the least amount of stress for them and for us. Without crate training facilities at Denver, a training plan was established to implement separation, hand injection immobilization, pre-shipment exams and crating all in one day. This was a collaborative strategy between Denver and Los Angeles, to eliminate the stress of a second immobilization and crating for the gorillas. We also utilized a drug combination that would ideally provide a smooth and rapid induction state and recovery.</p>\r\n\r\n<p>Based on this first planning meeting, our training objective was two-fold. First, we wanted to have all gorillas visually separated from one another, with the exception of Rapunzel and Tinga, who would be separated by a shift door but still in visual contact. This would encourage each gorilla to perform the necessary training behavior without being influenced by others in the troop. Kelly was previously conditioned to be separated on a regular basis from the girls using a creep door overnight. Rapunzel, Evelyn and Tinga were not routinely separated from each other.</p>\r\n\r\n<p>Secondly, we wanted all gorillas to accept a hand injection for immobilization. We felt a hand injection, coupled with our chosen drug combination, would produce the least stress for the gorillas during the immobilization.</p>\r\n\r\n<p>These four gorillas had previously been trained at The Denver Zoological Foundation to accept a hand injection, and Tinga had received her immunizations using this method in March of 2006. Since this was an already established behavior for Kelly, Evelyn and Tinga, our focus was on using a sharp needle during training, hair pulling at the injection site, and extending the hold time. Rapunzel was our only gorilla that we had to begin teaching the injection behavior. Although she had prior training at Denver to accept a hand injection, she had two immobilizations in 2004, neither of which utilized a hand injection. These experiences created in her a high aversion to syringes and needles.</p> \r\n\r\n[caption id="attachment_569" align="alignnone" width="700" caption="Great Ape Housing at Denver Zoo"]<img src="http://aecetia.net/gws/aazk/wp-content/uploads/floor_plan.gif" alt="Great Ape Housing at Denver Zoo" title="floor_plan" width="700" height="562" class="size-full wp-image-569" />[/caption]\r\n\r\n<p>To be able to visually separate all gorillas, we had to use three separate areas in our great ape house. We chose these stations based on where we were able to separate Rapunzel from Tinga in previous training sessions. This arrangement relied heavily on Kelly being willing to transfer away from Rapunzel, which is a behavior that has been difficult for him. After a very short trial run and some resistance from Kelly, we decided to swap Kelly\'s station for Rapunzel and Tinga\'s station. We hoped to have more success with these stations as this was where Kelly spent every other night and where he was fairly comfortable. This was a much better arrangement, and put less stress on Kelly, as he was already at his station.</p>\r\n\r\n<p>The separation training progressed fairly quickly, and within days we were already closing doors between the gorillas. Evelyn was completely separated into the quarantine yard within two weeks, and Kelly was completely separated into the holding hallway by mid-July. Each gorilla had a training session at each separation, which included maintaining and improving the hand injection behavior, or for Rapunzel, the continued training of this behavior. Multiple times per week, our veterinarian attended and trained each gorilla while separated. We relied heavily on a large pool of trainers to maintain daily separation and injection training. Excellent communication was also needed to ensure we kept moving forward with our behaviors.</p>\r\n\r\n[caption id="attachment_571" align="alignnone" width="700" caption="Denver and LA staff surround Evelyn during her immobilization. The makeshift exam room is a part of the Great Ape House. (Photo: Dave Parsons)"]<img src="http://aecetia.net/gws/aazk/wp-content/uploads/gorilla_move.jpg" alt="Denver and LA staff surround Evelyn during her immobilization. The makeshift exam room is a part of the Great Ape House. (Photo: Dave Parsons)" title="gorilla_move" width="700" height="1050" class="size-full wp-image-571" />[/caption]\r\n\r\n<p>With training progressing well, we began to extend the amount of time each gorilla spent separated before having a training session. This would simulate the actual wait times on the immobilization day. We also began to decrease our food reward when asking for the injection behavior, also to simulate the actual conditions on the day of the immobilizations. Since Evelyn would have the longest wait time, we began teaching her a behavior in which she used a paint brush and paints to decorate a canvas. We hoped this would reduce her stress and keep her occupied until her turn. We also had to desensitize Evelyn to her crate being near her outdoor exhibit. We chose to put the crate here to make loading her easy after her exam. She adjusted well to this. We also simulated the increased traffic on the day of the procedure, both foot and vehicular, that would be occurring behind our great ape building and in plain sight of Evelyn. We invited...</p>\r\n\r\n<p>Want to read the rest of this article on the successful transfer of lowland gorillas between two zoological institutions?  For this and many more fascinating articles every month, see Animal Keepers\' Forum. AKF is available only by being a member of AAZK. <a href="/join/">JOIN NOW</a>!</p>', 'From Los Angeles to Denver and Back: A successful journey back home', 0, '', 'inherit', 'closed', 'closed', '', '565-revision-v1', '', '', '2013-10-15 17:49:24', '2013-10-15 22:49:24', '', 565, 'http://web3.gowebsolutions.com/~aazook/uncategorized/565-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3266, 1, '2013-10-15 17:49:24', '2013-10-15 22:49:24', '<p><em>By Dana Urbanski, Keeper II<br />North Carolina Zoological Park, Asheboro, NC</em></p>\r\n\r\n<h3>Purpose</h3> \r\n<p>Through training, safely perform a physical exam, vaccinate and draw blood on 0.3 ostrich without using restraint devices (baffle boards or physical restraint).</p>\r\n\r\n<h3>Background</h3>\r\nThe Forest Edge exhibit at the North Carolina Zoological Park houses three seven year old female ostrich (Redbird, Bluebird, and Yellowbird) in a mixed species exhibit with zebra and giraffe. The ostrich are accustomed to "gating," or coming into designated holding stalls every morning. These stalls have a specially coated floor and are approximately 10ft. x 10 ft. [~3m x3m]. The ostrich are locked in the stalls between 30-45 minutes each morning to eat their grain while keepers service the exhibit. The ostrich are trained before they are released onto exhibit.</p>\r\n\r\n<h3>Training Background</h3>\r\n<p>In August of 2005 I began a training program with the ostrich. This was the first time a training plan had been implemented for these particular animals. The first task was to desensitize the ostrich by free feeding and then establishing the bridge while I was in the stall with them. Once they were calm being in close proximity to me, a training program was initiated. Training project forms and shaping plans were created. These forms help to organize objectives and target specific behaviors. Training sessions were 5-15 minutes long and were done three to four times a week.</p>\r\n\r\n<p>"Hooding" became the first training project. Hooding the ostrich became top priority so that annual physical exams could be done without the use of baffle boards and physical restraint. The ostrich were much calmer and more relaxed with the hoods on. The stress level of the ostrich, keepers and veterinary staff was also reduced. The success of the hood training prompted new training projects such as targeting, stationing, steady, physical exam desensitization, scale training and currently, leg and foot desensitization. Through the implementation of these training projects, hoods are no longer necessary when doing annual physical exams simply because the ostrich have become accustomed to daily tactile training.</p>\r\n\r\n<p>[caption id="attachment_383" align="alignleft" width="300" caption="The author training the hooding behavior with 0.1 ostrich at the North Carolina Zoological Park. (Photo: Becca Wentz, Keeper I)"]<img src="http://dev.aecetia.net/gws/aazk/wp-content/uploads/hooding-ostrich-300x225.jpg" alt="The author training the hooding behavior with 0.1 ostrich at the North Carolina Zoological Park. (Photo: Becca Wentz, Keeper I)" title="hooding-ostrich" width="300" height="225" class="size-medium wp-image-383" />[/caption]</p>\r\n\r\n<h3>Training Tools</h3>\r\n<ol>\r\n    <li><strong>Hood</strong> – made from the bottom two feet of a dark colored sweat pant leg, with the wide end sewn with a draw string.</li>\r\n    <li><strong>Target</strong> – a colored paddle approximately 3ft. long [~1m].</li>\r\n    <li><strong>Whistle</strong> – dog training style with lanyard to wear around neck.</li>\r\n    <li><strong>Platform metal scale</strong> – approximately 3ft. x 4ft. [0.914m x 1.219m] and 3" [7.62cm] off the ground with a black fatigue mat on top to help prevent slipping.</li>\r\n    <li><strong>Reward bucket</strong> – a small plastic measuring cup or hip bucket that can be worn on the waist line and hang on the hip for easy access to rewards.</li>\r\n    <li><strong>Training forms and shaping plans</strong> – forms that help organize training projects.</li>\r\n</ol>\r\n\r\n\r\n<h3>Trained Behaviors</h3>\r\n\r\n<h4>Hooding</h4>\r\n<p>Place the hood over trainer\'s right forearm with hand sticking out the wide end, when the ostrich comes down for a treat the hood can be pulled over the ostrich\'s head using the left or free hand. The ostrich were reinforced with repeatedly whistling and praise. Once the hood was removed the ostrich received bonus apple rewards. This behavior took about three months of desensitizing and training.</p>\r\n\r\n<h4>Targeting</h4>\r\n<p>Using the paddle target, ask the ostrich to touch the target with its beak. Ostrich are extremely curious and this came easy to all three. Within a week they were all targeting.</p>\r\n\r\n<h4>Steady</h4>\r\n<p>Using a paddle target as a visual focus item, ask the ostrich to steady. The ostrich should stand tall with neck straight up in the air and not peck at the target. I bounced back and forth with target and steady until both behaviors were learned. This behavior took three months for the ostrich to learn.</p>\r\n\r\n<h4>Stationing</h4>\r\n<p>Ask the ostrich to stand at a designated point in the stall, using a small plastic shovel and Wiffleballs&reg; clipped to the caging as visible stations. This behavior proved to be...</p>\r\n\r\n<p><strong>Want to read the rest of this column? Become a member of AAZK and get 12 issues of Animal Keepers\' Forum each year featuring this column as well as lots of animal husbandry, enrichment and training information. <a href="/join/">JOIN NOW</a>!</strong></p>', 'Operant Conditioning 0.3 Ostrich (Struthio camelus)  at the North Carolina Zoo', 0, '', 'inherit', 'closed', 'closed', '', '361-revision-v1', '', '', '2013-10-15 17:49:24', '2013-10-15 22:49:24', '', 361, 'http://web3.gowebsolutions.com/~aazook/uncategorized/361-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3267, 1, '2013-10-15 17:49:24', '2013-10-15 22:49:24', '<p><em>By Kymberlee Nelson<br />\r\nKeeper in Heart of Africa, Collections Husbandry and Science<br />\r\nSan Diego Zoo’s Wild Animal Park, Escondido, CA</em></p>\r\n\r\n<h3>Abstract</h3>\r\n<p>Following SSP&reg; recommendations two, 3&frac12; year old, female, Transvaal lions (sisters) were bred to a 3&frac12; year old male. These pairings resulted in two litters (2.2 and 1.2) born four days apart. Following the behaviors of lions in the wild, the two litters, dams and sire were successfully introduced to form one large pride.</p>\r\n\r\n<h3>Introduction</h3>\r\n<p>Lions are the only truly social cats living in groups called prides. A pride is generally composed of a group of related females and several non-related males (although males are generally related to one another). The African lion is listed as vulnerable in the IUCN Red List and can be found in Appendix II of CITES. The AZA felid TAG set a target population size of 350 lions; both generic and pedigreed animals. Currently, there are 133 lions at 43 institutions managed by the Species Survival Plan (SSP&reg;), with a target population of 150 cats (SSP&reg; 2007).</p>\r\n\r\n<p>Captive breeding is determined by genetic analysis of the population with a goal of retaining 90% gene diversity for 100 years. The captive pedigreed population descends from 52 founders and is tracked and managed by the species coordinator and SSP&reg; Institutional Representatives. A Master Planning meeting is held each year where breeding recommendations and animal transfers are made.</p>\r\n\r\n<p>In the wild it has been shown that females younger than 36 months rarely conceived (Hanby &amp; Bygott,1987) and that the mean age of first reproduction for females was between four (Bertram, 1975; Hanby &amp; Bygott, 1987) and six and a half years (Packer <i>et al.</i>, 2001). In captivity this age is reduced and reproduction is seen as early as 18 months. Wild females generally come back into estrous when their cubs are 18 months old (about 10 months from the end of lactation) and her next litter can be expected to be born 24 months after the birth of any surviving cubs (Bertram, 1975).</p>\r\n\r\n<p>[caption id="attachment_372" align="aligncenter" width="300" caption="Arial View of Lion Camp"]<img src="http://dev.aecetia.net/gws/aazk/wp-content/uploads/arial-view-of-lion-exhibit-300x225.jpg" alt="Arial View of Lion Camp" title="Arial View of Lion Camp" width="300" height="225" class="size-medium wp-image-372" />[/caption]</p>\r\n\r\n<p>Female pride members have been observed to come into estrus synchronously and therefore birth synchrony has been observed (Bertram, 1975; Packer &amp; Pusey, 1983). The female typically births one to four cubs in a secluded area away from the pride. It is not until the cubs are four to six weeks old that their dams will introduce them to the pride (Bertram, 1975; Packer &amp; Pusey, 1983; Pusey &amp; Packer, 1994). At this time, the dams and cubs will often form or join a cr&eacute;che, with cubs varying in age up to 150 days (Pusey &amp; Packer, 1994). Cubs will also be introduced to pride males, but the males play no role in the rearing of the offspring. The sire\'s primary responsibility is to provide a secure territory for the females of his pride and their offspring.</p>\r\n\r\n<p>The main advantage to forming a cr&eacute;che appears to be the communal defense of the cubs against invading males (Pusey &amp; Packer, 1994). Females of the same cr&eacute;che are known to associate closely with each other. Generally all females are present with their cubs or all are absent, leaving the cubs unattended for short periods of time (Pusey &amp; Packer, 1994). Females in a cr&eacute;che will allow cubs of other females to nurse. There is evidence, however, that females can distinguish between their own offspring and other cubs, but are virtually indiscriminate with cubs of first order relatives (Pusey &amp; Packer, 1994). Cubs wean at six to eight months of age, but will begin eating meat at two to three months (Bertram, 1975; Pusey &amp; Packer, 1994); although cubs remain dependent on their mothers for two years (Bertram, 1975; Pusey &amp; Packer, 1994; Packer &amp; Pusey, 1997).</p>\r\n\r\n<p>Average age of dispersal from the natal pride is two to four years for males (Pusey &amp; Packer, 1987) but males as young as 13-20 months may be forced out as a result of a pride takeover (Packer &amp; Pusey, 1983) and no males were observed with their natal prides past 65 months (Hanby &amp; Bygott, 1987). Most females are integrated into their natal prides but for those who emigrated all had left by four years of age (Hanby &amp; Bygott, 1987; Pusey &amp; Packer, 1987).</p>\r\n\r\n<h3>Methods and Results</h3>\r\n<p>Following SSP&reg; recommendations two, 3&frac12; year old, sibling female, Transvaal lions, Mina and Oshana, were bred to a 3&frac12; year old male, Izu. These pairings had previously resulted in Oshana giving birth to 0.2 on 16 May 2006 and Mina to 2.1 on 19 July 2006. The females were separated from their litters on 14 July 2007 due to...</p>\r\n\r\n<p><strong>Want to read the rest of this article on forming a Lion\'s Pride. For this and many more fascinating articles every month, see <em>Animal Keepers\' Forum</em>. AKF is available only by being a member of AAZK. <a href="/join/">JOIN NOW</a>!</strong></p>', 'The Formation of a Lion (Panthera Leo) Pride  at The San Diego Zoo’s Wild Animal Park', 0, '', 'inherit', 'closed', 'closed', '', '359-revision-v1', '', '', '2013-10-15 17:49:24', '2013-10-15 22:49:24', '', 359, 'http://web3.gowebsolutions.com/~aazook/uncategorized/359-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3268, 1, '2013-10-15 17:49:24', '2013-10-15 22:49:24', '<ul>\r\n    <li>About the Cover/Information for Contributors</li>\r\n    <li>Scoops &amp; Scuttlebutt</li>\r\n    <li>From the Executive Director</li>\r\n    <li>Coming Events</li>\r\n    <li>ICZ/AAZK Conference 2009 - Update/Info</li>\r\n    <li>AAZK Announces New Members</li>\r\n    <li>Care and Management of Geriatric Animals in Zoos (order info)</li>\r\n    <li>Bowling for Rhinos Reminders for 2009</li>\r\n    <li><a href="/category/akf/columns/">Training Tales (Operant Conditioning 0.3 Ostrich at the N.C. Zoo)</a></li>\r\n    <li>New Database to Help Zoos Manage, Find Animals</li>\r\n    <li>Introduction of a Young Hand-reared Japanese Macaque in a Group</li>\r\n    <li><a href="/category/akf/article/">The Formation of a Lion Pride at The San Diego Zoo\'s Wild Animal Park</a></li>\r\n    <li>Book Reviews (Standard and Common Current Scientific Names for N.A. Amphibians, Turtles, Reptiles and Crocodilians, 6th edition; and Frogs and Toads of North America)</li>\r\n    <li>Enrichment Options (Enriching the Days of Our Elephants)</li>\r\n    <li>7th Annual Turtle Survival Alliance Symposium</li>\r\n    <li>Feeling Boxed In? You\'re Not Alone</li>\r\n    <li>Conservation/Legislative Update</li>\r\n</ul>', 'June 2009', 0, '', 'inherit', 'closed', 'closed', '', '356-revision-v1', '', '', '2013-10-15 17:49:24', '2013-10-15 22:49:24', '', 356, 'http://web3.gowebsolutions.com/~aazook/uncategorized/356-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3269, 1, '2013-10-15 17:49:24', '2013-10-15 22:49:24', '<p><strong>The Care and Management of Geriatric Animals in Zoos</strong></p>\r\n<p><img src="http://dev.aecetia.net/gws/aazk/wp-content/uploads/geriatric_cover.jpg" alt="geriatric_cover" title="geriatric_cover" width="383" height="255" class="alignnone size-full wp-image-391" /></p>\r\n<p><a href="http://dev.aecetia.net/gws/aazk/shop/publications/special-issue-of-animal-keepers-forum-dedicated-to-the-care-and-management-of-geriatric-animals-in-zoos/">Order your copy of this Special Issue of the Animal Keepers\' Forum</a></p>\r\n<ul>\r\n<li>From the President - Remembering the Golden Girls</li>\r\n<li>Acknowledgements from the Editor</li>\r\n<li>The Future is Now: New Strategies for Geriatric Care at the Oakland Zoo</li>\r\n<li>Some Thoughts on Veterinary Considerations on the Management of the Geriatric Zoo Patient</li>\r\n<li>Pachyderm Milestones</li>\r\n<li>The Oldest of the Old</li>\r\n<li>An Easy Way Out: PVC Ladder Assists Geriatric Animals</li>\r\n<li>The Old Hippo That Could</li>\r\n<li>Searching for Your Support (GoodSearch.com)</li>\r\n<li>It\'s a Geriatric Jungle Out There</li>\r\n<li>Joint Disease and Its Management in Captive Bear Species</li>\r\n<li>Never Too Late</li>\r\n<li>Assiniboine Park Zoo\'s Debby the Polar Bear</li>\r\n<li>The Widower - Care of a Geriatric Bird at The National Aviary</li>\r\n<li>The Care and Management of Geriatric Gorillas in Captivity and The Role of Louisville Zoo\'s Husbandry Program</li>\r\n<li>Gravity and Hydrotherapy Procedures as a Way to Reduce the Possibility of Stiffening Joints in Elephants After an Injury</li>\r\n<li>A Public Relations Professional\'s Look at Geriatric Animals and Euthanasia</li>\r\n<li>Donna the Hippo is 57 years Old</li>\r\n<li>Using Cue Conditioning to Facilitate Voluntary Separation for Supplemental Feeding in a Geriatric 0.1 Scimitar-horned Oryx (Oryx dammah)</li>\r\n<li>World\'s Oldest Asian Elephant Lived to be 86 Years Old</li>\r\n<li>Some Considerations in the Care of an Elderly Red-Ruffed Lemur</li>\r\n<li>Collaborative Management and Interpretation of Arthritis in a Geriatric Giraffe</li>\r\n<li>Indoors Natural Substrates for Elephants and Medical Issues Associated with Hard Surfaces</li>\r\n<li>Old Bears, New Care</li>\r\n<li>Improving the Quality of Life for Tiffany, a 40-year-old Female Western Lowland Gorilla (Gorilla g. gorilla) at the Topeka Zoo</li>\r\n<li>Topeka Zoo\'s Long-lived Hippo Duo</li>\r\n<li>Ode to the Oldies: Geriatric Keepers Caring for Geriatric Critters</li>\r\n<li>Longevity in the Animal Kingdom</li>\r\n</ul>', 'AKF Special Issue Table of Contents - April/May 2009', 0, '', 'inherit', 'closed', 'closed', '', '451-revision-v1', '', '', '2013-10-15 17:49:24', '2013-10-15 22:49:24', '', 451, 'http://web3.gowebsolutions.com/~aazook/uncategorized/451-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3270, 1, '2013-10-15 17:49:24', '2013-10-15 22:49:24', '<p><strong>Crisis Management in Zoos</strong></p>\r\n<p><img src="http://dev.aecetia.net/gws/aazk/wp-content/uploads/crisis_management_issue.jpg" alt="crisis_management_issue" title="crisis_management_issue" width="400" height="270" class="alignnone size-full wp-image-464" /></p>\r\n<p><a href="/shop/publications/special-issue-of-animal-keepers-forum-dedicated-to-crisis-management-in-zoos/">Order your copy of this Special Issue of the Animal Keepers’ Forum</a></p>\r\n<ul>\r\n<li>Acknowledgements<br><em>Susan D. Chan, Managing Editor, Animal Keepers\' Forum</em></li>\r\n<li>Preface<br><em>Ed Hansen, Executive Director, AAZK, Inc.</em></li>\r\n<li>Forward<br><em>Kris Vehrs, Executive Director, Association of Zoos &amp; Aquariums</em></li>\r\n<li>Introduction<br><em>W.K. Baker, Jr., Director, Abilene Zoological Gardens, Abilene, TX</em></li>\r\n<li>Crisis Management Planning in Zoological Institutions<br><em>Geoff Underwood, Stirling, South Australia</em></li>\r\n<li>Disease Risk Communication and Highly Pathogenic Avian Influenza<br><em>Robyn Barbiers, D.V.M., Lincoln Park Zoo, Chicago, IL</em></li>\r\n<li>Developing a Weapons Team for Dangerous Animal Emergencies: Organization and Training<br><em>Norm Piwonka, Departmental Technical Analyst and<br>Ken Kaemmerer, Curator of Mammals, Dallas Zoo, Dallas, TX</em></li>\r\n<li>Who\'s Afraid of the Big Bad Wolf? Dealing with a long-term, high-profile animal escape<br><em>Jennifer Barnett, Director of Wildlife Management, Binder Park Zoo, Battle Creek, MI</em></li>\r\n<li>Chemical Restraint of Exotic Animals in an Emergency Situation<br><em>Marilynn M. Baeyens, DVM, Veterinarian, Little Rock Zoo, Little Rock, AR</em></li>\r\n<li>The Veterinary Role as First Responders to a Medical Emergency in a Crisis Management Situation<br><em>W.K. Baker, Jr., Director, Abilene Zoological Gardens, Abilene, TX</em> </li>\r\n<li>Critical Incident Stress Management: A Proven Tool for Addressing Staff Needs After a Traumatic Event<br><em>Lisa Fitzgerald and Gary Sanchez, Dallas Zoo, Dallas, TX<br>and  Jay Pratte, Zoo Atlanta, Atlanta, GA</em></li>\r\n<li>Developing a Program for Dangerous Animal Emergencies: Procedures for Animal Escape, Unauthorized Person in with Dangerous Animals, and Unified Command System<br><em>Ken Kaemmerer, Curator of Mammals, and<br>Norm Piwonka, Departmental Technical Analyst, Dallas Zoo, Dallas, TX</em></li>\r\n<li>Dive Safety in Zoos and Aquariums<br><em>Gil Falcone, Senior Dive Safety Officer, Monterey Bay Aquarium, Monterey, CA</em></li>\r\n<li>Wildlfire! One Facility\'s Response and Lessons Learned<br><em>Chuck Brinkman IV, Professor, Moorpark College, the Staff of America\'s Teaching Zoo<br>and the Students from the Classes of 2004 and 2005</em></li>\r\n<li>Keep Communication Equipment Powered in an Emergency, Part 1 What to Put in Your Emergency Power Kit<br><em>Thomas Shaddack, TechSoup.com</em></li>\r\n<li>Keep Communication Equipment Powered in an Emergency, Part 2 How to Convert Your Devices to Run Off Batteries<br><em>Thomas Shaddack, TechSoup.com</em></li>\r\n<li>The Terrorist Threat to Zoological Institutions<br><em>W.K. Baker, Jr., Director, Abilene Zoological Gardens, Abilene, TX and<br>Commander W.S. Graves, U.S. Navy, Retired</em></li>\r\n<li>Hurricane Preparedness: Lessons Learned from Hurricane Katrina<br><em>Elizabeth E. Hammond, DVM, Lion Country Safari, Loxahatchee, FL and<br>Daniel K. Maloney, General Curator/Life Sciences, Zoos Victoria, Parkville, VIC, Australia</em> </li>\r\n<li>Training Dangerous Animals Safely is No Accident<br><em>Gary M. Priest, Curator-Applied Animal Behavior, San Diego Zoo/San Diego Wild Animal Park Zoological Society of San Diego, San Diego, CA</em></li>\r\n<li>Firearms Use and Training in AZA Institutions<br><em>Dan Beetem, Director of Animal Management, The Wilds, Cumberland, OH</em></li>\r\n<li>Aspects of a Safety Program for Zoos and Aquarium Facilities in the United States<br><em>Ed Hansen, Risk Management Coordinator, City of Tucson, Tucson, AZ</em></li>\r\n<li>Emergency Contact Information/Notes</li>\r\n<li>Editors\' Biographies</li> \r\n</ul>', 'AKF Special Issue Table of Contents - November/December 2007', 0, '', 'inherit', 'closed', 'closed', '', '460-revision-v1', '', '', '2013-10-15 17:49:24', '2013-10-15 22:49:24', '', 460, 'http://web3.gowebsolutions.com/~aazook/uncategorized/460-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3271, 1, '2013-10-15 17:49:24', '2013-10-15 22:49:24', '<p><strong>Dedicated Polar Bear Issue</strong></p>\r\n<p><strong>A Note from the Editor:</strong> The August 2007 issue of Animal Keepers\' Forum is a special 80-page edition dedicated to the Polar Bear. As you will see from the listing below, this issue covers many aspects concerning the polar bear - from captive husbandry to conservation efforts, to the impacts of global warming on this species. AAZK worked cooperatively with Polar Bears International in the production of this special issue. A limited number of extra copies of this special issue are available for purchase from the AAZK Administrative Office. Cost is $10.00US per copy; domestic postage is included. Overseas orders are $20.00US and include airmail delivery. If interested you may contact the Editor via email through this website under the Board of Directors link on the menu bar; or use the order form link.</p>\r\n<p><a href="/shop/publications/special-issue-of-animal-keepers-forum-dedicated-to-the-polar-bear/">Order your copy of this Special Issue of the Animal Keepers’ Forum</a></p>\r\n<ul>\r\n    <li>Dive Into Something Wild - Conference 2007 Update</li>\r\n    <li>Editor\'s Acknowledgements</li>\r\n    <li>Year of the Polar Bear - PBI President Robert Buchanan</li>\r\n    <li>Great Offer from PBI for AAZK Members</li>\r\n    <li>El Photo Grande (The Big Picture) - AAZK Vice President Shane Good</li>\r\n    <li>Polar Bears International - What\'s it all about?</li>\r\n    <li>PBI\'s 2008 “Zoological Tour” in Churchhill</li>\r\n    <li>2008 - Year of the Polar Bear</li>\r\n    <li>Track the Bears Online</li>\r\n    <li>Polar Bear Natural History</li>\r\n    <li>Vanishing Ice</li>\r\n    <li>Ask the Experts: Are Polar Bear Populations Increasing?</li>\r\n    <li>IUCN Status Report on the Polar Bear - PDF Download</li>\r\n    <li>PBI Launches Groundbreaking Study</li>\r\n    <li>Dispatch from Russia</li>\r\n    <li>U.S. - Russia Polar Bear Treaty</li>\r\n    <li>Polar Bear Research in Zoos: An Interdisciplinary Approach</li>\r\n    <li>Busy Fall on the Tundra</li>\r\n    <li>Polar Bear Scientists on Film</li>\r\n    <li>The Effects of Diet Change in Skin and Coat Condition of 1.1 Polar Bears (Ursus Maritimis) at The Maryland Zoo in Baltimore</li>\r\n    <li>Nutrition Handbook Download</li>\r\n    <li>Formulating Diets for Polar Bears in Captivity</li>\r\n    <li>Roundworm Infections in Polar Bears</li>\r\n    <li>Livin\' Green Helps Polar Bears and All Living Things</li>\r\n    <li>Champagne Training on a Beer Budget</li>\r\n    <li>The Polar Bear Population Project (Tri-P)</li>\r\n    <li>Raising the Standards for Polar Bears in Zoos</li>\r\n    <li>Zoos Housing Polar Bears Worldwide</li>\r\n    <li>Operant Conditioning with Polar Bears - Another Form of Enrichment</li>\r\n    <li>PBI\'s Adventure Learning Program</li>\r\n    <li>They Said It Couldn\'t Be Done: Transportation of Two Polar Bears from Jardin Zoologique de Quebec to Sea World Australia</li>\r\n    <li>Polar Bear Status Report</li>\r\n    <li>Polar Bears Proposed for ESA Listing as Threatened</li>\r\n    <li>Frequently Asked Questions on the Proposed ESA Listing</li>\r\n    <li>Polar Bear Fast Facts</li>\r\n</ul>', 'AKF Special Issue Table of Contents - August 2007', 0, '', 'inherit', 'closed', 'closed', '', '467-revision-v1', '', '', '2013-10-15 17:49:24', '2013-10-15 22:49:24', '', 467, 'http://web3.gowebsolutions.com/~aazook/uncategorized/467-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3272, 1, '2013-10-15 17:49:24', '2013-10-15 22:49:24', '<p><strong>Dedicated Polar Bear Issue</strong></p>\r\n<p><img src="http://dev.aecetia.net/gws/aazk/wp-content/uploads/cheetahmcknightlg.gif" alt="cheetah_issue" title="cheetah_issue" width="180" height="180" class="alignnone size-full wp-image-480" /></p>\r\n<p><strong>A Note from the Editor:</strong> The combined July/August 2005 issue of Animal Keepers\' Forum is a special 124-page edition dedicated to the cheetah. As you will see from the listing below, this issue covers many aspects concerning the cheetah-from captive husbandry to conservation efforts in Africa. A limited number of extra copies of this special issue are available for purchase from the AAZK Administrative Office. Cost is $10.00US per copy; domestic postage is included. Overseas orders are $20.00US and include airmail delivery. If interested you may contact the Editor via email through this website under the Board of Directors link on the menu bar; or follow the order link.</p>\r\n<p><a href="/shop/publications/special-issue-of-animal-keepers-forum-dedicated-to-the-cheetah/">Order your copy of this Special Issue of the Animal Keepers’ Forum</a></p>\r\n<ul>\r\n<li>From the Editor/About the Cover</li>\r\n<li>Overview of the Global Wild Cheetah Population</li>\r\n<li>Herpesvirus Infection in Cheetahs</li>\r\n<li>The Introduction of Three Abandoned Cheetah Cubs to a Foster Mother and Half Siblings at the Fort Worth Zoo</li>\r\n<li>Hand-Rearing Cheetah Cubs: Milk Formula</li>\r\n<li>Coursing Cheetahs</li>\r\n<li>Morbidity and Mortality in Hand-Reared Cheetah Cubs</li>\r\n<li>Hand-Rearing Cheetah Cubs: Milk Additives</li>\r\n<li>Successful Adoption of a Cheetah Litter at Wassenaar Wildlife Breeding Centre</li>\r\n<li>Cheetah Rehabilitation and Conservation Research Project</li>\r\n<li>Developing a Behavior Modification Program for Your Cheetah</li>\r\n<li>A Brief Summary of the Incidence of Renal Amyloidosis in Captive-bred Cheetah at the Cango Wildlife Ranch in Oudtshoorn, South Africa</li>\r\n<li>Report from Japan States Amyloidosis Killing Off Cheetahs in Zoos</li>\r\n<li>Anthrax Vaccination Evaluation Study in Cheetah</li>\r\n<li>Cheetah Conservation in Namibia</li>\r\n<li>Cheetah Websites of Interest</li>\r\n<li>Using Scent Attractants to Non-Invasively Collect Hair Samples from Cheetahs, Leopards and Lions</li>\r\n<li>Hand-Rearing Cheetah Cubs: Weaning Diet</li>\r\n<li>Educating the African NationsUsing Weight to Determine Pregnancy in Cheetahs</li>\r\n<li>Book Review (Cheetah by Luke Hunter)</li>\r\n<li>The Global Cheetah Forum</li>\r\n<li>Cheetah Breeding Program at Wassenaar Wildlife Breeding Centre</li>\r\n<li>A Summary of the Cheetah Program at the San Diego Zoo\'s Wild Animal Park</li>\r\n<li>Cheetah Conservation Botswana </li>\r\n<li>Iranian Cheetah Conservation</li>\r\n<li>The International Cheetah Studbook</li>\r\n<li>Bonding with Mother-Reared Cheetahs</li>\r\n<li>Cheetah Conservation Fund - Namibia to Kenya</li>\r\n<li>Volunteer Opportunities Available in Kenya</li>\r\n<li>Breeding Management Strategy for Cheetahs at the Smithsonian\'s National Zoo</li>\r\n<li>An African Opportunity with Cheetah Conservation Fund - Namibia and Kenya</li>\r\n</ul>', 'AKF Special Issue Table of Contents - July/August 2005', 0, '', 'inherit', 'closed', 'closed', '', '475-revision-v1', '', '', '2013-10-15 17:49:24', '2013-10-15 22:49:24', '', 475, 'http://web3.gowebsolutions.com/~aazook/uncategorized/475-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3440, 1, '2013-10-24 13:27:41', '2013-10-24 18:27:41', 'Donate to Bowling for Rhinos today and help save rhinos and their ecosystems. You may give a General donation or in the name of your local Chapter. All donations are 100% tax deductible. Thank YOU for Your Gift to Support Conservation.\r\n\r\n[gravityform id="5" name="Bowling for Rhinos Donate" title="false" description="false"]', 'Donation to Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '2782-revision-v1', '', '', '2013-10-24 13:27:41', '2013-10-24 18:27:41', '', 2782, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2782-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3396, 1, '2013-10-23 16:40:34', '2013-10-23 21:40:34', '<h2>Q: What is "Bowling For Rhinos"?</h2>\r\n\r\n<strong><big><img class="alignnone size-thumbnail wp-image-1308" title="bfr_logo_497x497" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo_497x497-150x150.jpg" alt="bfr_logo_497x497" width="90" height="90" />A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).  Over 60 AAZK chapters participate  throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\r\n\r\n<a name="q2"> </a>\r\n\r\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of<img class="size-medium wp-image-1312 alignright" title="extinct_rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/extinct_rhino-300x200.jpg" alt="extinct_rhino" width="300" height="200" /> rhino exist today when once there were over 100 species.  All 5 species- the white, black, greater one-horned, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the greater one-horned population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has fewer than 60 animals.\r\n\r\nThe black rhino is a symbol of conservation in Africa as our bald eagle  is to those of us in the United States. If the black rhino were to go extinct what message would we give our children?  The rhino is a large, flagship species.  By striving to save the rhino, we save large expanses of habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive guns and man.  The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles.  So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks.  "BFR"  money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuaries/parks, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\r\n\r\n<img class="size-full wp-image-1243 alignleft" title="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" alt="aazk-color-logo-c2a8" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an  obligation to save it and the other rhino species from extinction.  Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\r\n\r\n<a name="q3"> </a>\r\n\r\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the black and white rhino in Africa and the Javan and Sumatran rhino in  Indonesia. <img class="size-medium wp-image-1443 alignright" title="img_5337" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5337-300x200.jpg" alt="img_5337" width="210" height="140" />\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\r\n\r\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, <img class="alignleft size-medium wp-image-1445" title="sumatranrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino-300x199.jpg" alt="sumatranrhino" width="240" height="159" />patrol equipment and training of park guards in anti-  poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to Lewa Wildlife Conservancy(LWC). 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant </a>administered by the AAZK.\r\n\r\n<a name="q4"> </a>\r\n\r\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\r\n\r\n<a name="q5"> </a>\r\n\r\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser or by donating to someone who is. <a href="http://aecetia.net/gws/aazk/links/aazk-local-chapters">Click  here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\r\n\r\n<a name="q6"> </a>\r\n\r\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> No. Anyone can join the bowl-a-thon and have fun.\r\n\r\n<a name="q7"> </a>\r\n\r\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some bowl together) in U.S. and Canada.\r\n\r\n<a name="q8"> </a>\r\n\r\n<a name="q10"> </a>\r\n\r\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan  gibbons and the coral reefs,  just to name a few.\r\n\r\n<a name="q12"> </a>\r\n\r\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2013-10-23 16:40:34', '2013-10-23 21:40:34', '', 1269, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1269-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4584, 2, '2013-11-21 13:16:27', '2013-11-21 18:16:27', '<div>2014 Official AAZK Bowling for Rhinos T-shirt !  This 100% Heavy Cotton shirt was premiered at the National Conference during the BFR Rally and features a 5 species rhino design on the back and the AAZK logo on the sleeve of the shirt.</div>\r\n2014 BFR Logo on the back of the Shirt\r\n\r\nBFR Event Holders - Shirt is available for bulk purchase and front of the shirt is blank to allow for local event logo and sponsorships\r\n\r\n&nbsp;', '2014 AAZK/BFR T-Shirt', 0, '', 'publish', 'closed', 'closed', '', '2014-aazkbfr-t-shirt-3', '', '', '2013-11-26 10:35:40', '2013-11-26 15:35:40', '', 0, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3278, 1, '2013-10-15 18:06:12', '2013-10-15 23:06:12', '<img class="aligncenter size-full wp-image-280" title="Animal Keepers\' Forum Logo" src="http://dev.aecetia.net/gws/aazk/wp-content/uploads/keeperlogo.gif" alt="Animal Keepers\' Forum Logo" width="124" height="126" />In August of 1972, a short-lived "unofficial" newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level.\r\n\r\nThe idea for Animal Keepers\' Forum grew out of a bull session among keepers at the Topeka Zoo. The original Ruptured Rhino staff, along with several others, were involved in the conception and production of the<strong> first issue of AKF in November of 1974</strong>. It was 3 1/2 pages long, and printed on a mimeograph-type machine. Early issues contained zoo news articles, items on legislation and guest editorials.\r\n\r\nBy June of 1975 the AKF had grown to 13 pages and in November of 1975 celebrated its first anniversary of continuous publication. After the first two issues, it was sold on a subscription basis at $5.00 per year. Although originally the AKF was sold to AAZK members, it didn\'t become the "official" professional journal of the Association until March of 1975. The AKF has always carried the motto "Dedicated to Professional Animal Care".\r\n\r\nIn January 1976, AKF changed its format to a booklet style publication. In 1977 AKF had its first part-time paid editor and also began to be printed commercially. In 1978 the buff colored cover featuring artwork by keepers debuted. The first Excellence in Journalism Awards were given in 1979.\r\n\r\nIn 1981 Susan Chan was hired as Managing Editor for Animal Keepers’ Forum. The AKF has continued to grow in scope and content since that time, now averaging 44 pages per issue.  At least once a year, an issue dedicated to a particular species or topic is produced. AKF contains regular columns on Animal Behavior, Enrichment Options, Crisis Management and legislative issues affecting wildlife and zoos. Each issue also contains articles on animal husbandry, book reviews, a listing of upcoming conferences and symposia and Association news.\r\n\r\nThe Animal Keepers\' Forum has come a long way since its inception when it was printed on a mimeograph machine to today when it is produced with modern desktop publishing computer equipment. It currently reaches approximately <strong>2800 members (including about 150 zoos) in the U.S., Canada and 24 foreign countries</strong>.\r\n\r\nAnimal Keepers’ Forum is celebrating its 38th anniversary of continuous publication this year (2011).', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2013-10-15 18:06:12', '2013-10-15 23:06:12', '', 200, 'http://web3.gowebsolutions.com/~aazook/uncategorized/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4665, 1, '2013-11-25 10:17:30', '2013-11-25 15:17:30', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '4665', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=4665', 9, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3282, 1, '2013-10-15 18:12:08', '2013-10-15 23:12:08', '', 'Forum Submission Guidelines', 0, 'Animal Keepers’ Forum Submission Guidelines', 'publish', 'closed', 'closed', '', '3282', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 200, 'http://web3.gowebsolutions.com/~aazook/?p=3282', 4, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3284, 1, '2013-11-26 00:18:42', '2013-11-26 05:18:42', '[membership level="-0"]\n	You are filling out the paid form. Institutional Members can post jobs for free. <a href="[homeurl]/membership-account/">Sign up here.</a>\n  [gravityform id="4" name="Job Submission"]\n[/membership]\n[membership level="1,2,3,4,5,6,7,8,9,10,12,14,15,16,17,18"]\n  [gravityform id="4" name="Job Submission"]\n[/membership]\n[membership level="11,13"]\n	You are currently logged in with an Institutional Membership. You should use the <a href="[homeurl]/job-listings/submit-a-job-members/" title="Submit a Job">Member Create a Job</a> page to submit jobs.\n[/membership]\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '3172-autosave-v1', '', '', '2013-11-26 00:18:42', '2013-11-26 05:18:42', '', 3172, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3172-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4522, 1, '2013-11-06 22:05:26', '2013-11-07 03:05:26', '[membership level="13"][gravityform id="1" name="Job Submission"][/membership]\r\n[membership level="-13"]Non-members of AAZK may <a href="[homeurl]/membership-account/membership-levels/">join AAZK today</a> to post a job [/membership]\r\n[gravityform id="4" name="Job Submission - Copy 1"]', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '3172-revision-v1', '', '', '2013-11-06 22:05:26', '2013-11-07 03:05:26', '', 3172, 'http://web3.gowebsolutions.com/~aazook/3172-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3285, 1, '2013-10-16 12:38:46', '2013-10-16 17:38:46', '[membership level="13"][gravityform id="1" name="Job Submission"][/membership]\r\n[membership level="-13"]Institutional members are allowed unlimited job postings and can edit their job listings. Sign up here or use the form bellow to make a one-time-post.[/membership]', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '3172-revision-v1', '', '', '2013-10-16 12:38:46', '2013-10-16 17:38:46', '', 3172, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3172-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3288, 1, '2013-10-16 13:42:15', '2013-10-16 18:42:15', '[membership level="13"][gravityform id="1" name="Job Submission"][/membership]\r\n[membership level="-13"]Institutional members are allowed unlimited job postings and can edit their job listings. Sign up here or use the form bellow to make a one-time-post.[/membership]\r\n[gravityform id="4" name="Job Submission - Copy 1"]', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '3172-revision-v1', '', '', '2013-10-16 13:42:15', '2013-10-16 18:42:15', '', 3172, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3172-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3289, 1, '2013-10-16 15:41:07', '2013-10-16 20:41:07', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Certificate of Excellence in Exhibit Design Renovation (CEER) presented by the AAZK Awards Committee. The purpose of the award is to recognize institutions or organizations in the zoological community for the design and renovation of existing animal facilities which involved active keeper participation in the process.\r\n\r\nThe CEER was established by Janet McCoy, 1990 CHAIR. Bill Whittaker proposed the award to the AAZK Board of Directors.  The award is presented at the annual AAZK National Conference.\r\n<h3>Qualifications</h3>\r\n<ol>\r\n	<li>Any North American zoological institution or organization is eligible.</li>\r\n	<li>The renovated exhibit must be in full operation for at least two (2) years.</li>\r\n	<li>The exhibit must be nominated by a keeper at that same institution  or organization. Supporting nominations may be submitted by management  personnel from the same institution.</li>\r\n</ol>\r\n<h3>Nomination Procedure</h3>\r\n<ol>\r\n	<li>List institution or organization\'s name, address, phone and Director.</li>\r\n	<li><strong>Document</strong> local awards or commendations for exhibit, drawings,\r\n8 X 10 color  photos - no slides (2 before and 8 after), and renovated exhibit type: single or multi-species, and size.</li>\r\n	<li><strong>Document</strong> keeper participation in the design and why the existing facility  was renovated.</li>\r\n	<li><strong>Document</strong> interface with other zoo divisions; and maintenance of exhibit after completion.</li>\r\n	<li>The deadline for nominations is <strong>MAY 1st </strong> of each year.</li>\r\n</ol>\r\nNOTE:  Materials will not be returned.\r\n<h3>Selection Procedure</h3>\r\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\r\n<h3>Nominee Evaluation:</h3>\r\nThe evaluation of each nomination is broken down into four categories based on the general guidelines outlined for the award. The four categories are: Keeper Involvement, Exhibit Functionality, Exhibit Management and Visitor Point of View/ Other Information. Items the committee is looking for are the following:\r\n<h4>KEEPER INVOLVEMENT</h4>\r\n<ol>\r\n	<li>degree of keeper involvement with conceptual development of exhibit</li>\r\n	<li>degree of keeper involvement  with facilitation of completion of exhibit, (fundraising, promotion, assist with construction)</li>\r\n	<li>contribution to educational experience (graphics, conservation message</li>\r\n	<li>originality - is it something new and different, or has it been tried before?</li>\r\n</ol>\r\n<h4>EXHIBIT FUNCTIONALITY</h4>\r\n<ol>\r\n	<li>versatility - indoor/outdoor, four seasons, protection from elements</li>\r\n	<li>accommodates and encourages animal\'s natural behavior – climbing structures, land area, height, water</li>\r\n	<li>hard (gunite, concrete) vs. soft (grass, dirt) environments - as to animal  needs</li>\r\n	<li>sight lines valuable to animal as well as visitor - important to some animals (polar bear, chimps)</li>\r\n	<li>physical and visual barriers for animal\'s use, animal safety</li>\r\n	<li>flexible entrance/exits (hoofstock - more than one entrance)</li>\r\n	<li>ability to exhibit natural social grouping</li>\r\n	<li>breeding success</li>\r\n</ol>\r\n<h4>EXHIBIT MANAGEMENT</h4>\r\n<ol>\r\n	<li>how management of exhibit interfaces with other zoo divisions (grounds, maintenance - simple repair, paint)</li>\r\n	<li>keeper serviceability, overall maintenance of exhibit and surroundings</li>\r\n	<li>adequate drains and properly located</li>\r\n	<li>quality and versatily of holding areas - ease of separating animals, moving, breeding, sick</li>\r\n	<li>keeper sight lines - can you see animal when they come into holding or when shifting them between areas, keeper safety</li>\r\n	<li>ease of providing time change items (browse, logs, feed, novel objects)</li>\r\n	<li>environmental control (ease of seasonal adjustments - ventilation, heat)</li>\r\n</ol>\r\n<h4>VISITOR POINT OF VIEW/OTHER INFORMATION</h4>\r\n<ol>\r\n	<li>educational experience (conservation message)</li>\r\n	<li>immediate and sustained viewer interest</li>\r\n	<li>sight lines - not see doors, drains, fencing - does it have esthetics?</li>\r\n	<li>bonus point - local awards, commendation, "wow" factor</li>\r\n	<li>include anything else pertinent to the renovated exhibit that you think is important</li>\r\n</ol>\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/exhform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/exhform.pdf" target="_blank">Download nomination form in Adobe pdf format</a>', 'Awards Synopsis/Nomination Form', 0, '', 'inherit', 'closed', 'closed', '', '247-revision-v1', '', '', '2013-10-16 15:41:07', '2013-10-16 20:41:07', '', 247, 'http://web3.gowebsolutions.com/~aazook/uncategorized/247-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3583, 1, '2013-11-06 16:15:44', '2013-11-06 21:15:44', 'Zoo Keeper Grants in Zoology, Proposal Guidelines and Instructions\r\n\r\n<h4>Purpose</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Qualifications</h4>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are professional\r\nmembers of AAZK, INC. in good standing, are eligible to receive grants. Researchers\r\nother than zoo keepers may participate in the funded studies. The principal\r\ninvestigator, however, must be a keeper/aquarist.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Restrictions</h4>\r\nThe committee will not fund any invasive biological studies, or any study\r\nthat may cause an animal undue or prolonged discomfort or harm.\r\n\r\nAllowable expenses include equipment, supplies and other costs such as library\r\nfees, computer time, etc. Expenses that are not allowed include travel and\r\ntelephone costs, animal purchases and wages for research participants. Grant\r\nrecipients will be reimbursed for research expenses upon presentation of receipts.\r\nOnly in unusual circumstances, and only with Board approval, will grant recipients\r\nbe advanced funds. In such cases, receipts will be required as soon as they\r\nare available. Upon completion of the study, all equipment purchased with\r\nAAZK funds becomes the property of AAZK, Inc. and must be forwarded to the\r\ncommittee unless other arrangements have been approved.\r\n\r\nFailure to comply with any of these regulations may result in the revocation\r\nof the grant at any time.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Grants Committee Chair</h4>\r\n<div class="first sixcol">\r\n<img class="aligncenter size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /> Shelly Roach - <em>Columbus Zoo and Aquarium</em>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Available Grants</h4>\r\n<a class="button" href="[homeurl]/committee/grants-committee/grants/">View Available Grants</a>\r\n\r\n<h4>Applications</h4>\r\n<a href="[homeurl]/wp-content/uploads/CPR-Grant-Application.docx"><i class="icon-download"></i>CPR Grant Application</a>\r\n\r\n<a href="[homeurl]/wp-content/uploads/Professional-Development-Grant-Application.docx"><i class="icon-download"></i>Professional Development Grant Application</a>\r\n\r\n<a href="[homeurl]/wp-content/uploads/Research-Grant-Application.docx"><i class="icon-download"></i>Research Grant Application</a>', 'Grants Committee', 0, '', 'inherit', 'closed', 'closed', '', '163-autosave-v1', '', '', '2013-11-06 16:15:44', '2013-11-06 21:15:44', '', 163, 'http://web3.gowebsolutions.com/~aazook/163-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3291, 1, '2013-10-16 15:43:03', '2013-10-16 20:43:03', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Certificate of Excellence in Exhibit Design Renovation (CEER) presented by the AAZK Awards Committee. The purpose of the award is to recognize institutions or organizations in the zoological community for the design and renovation of existing animal facilities which involved active keeper participation in the process.\r\n\r\nThe CEER was established by Janet McCoy, 1990 CHAIR. Bill Whittaker proposed the award to the AAZK Board of Directors.  The award is presented at the annual AAZK National Conference.\r\n<h3>Qualifications</h3>\r\n<ol>\r\n	<li>Any North American zoological institution or organization is eligible.</li>\r\n	<li>The renovated exhibit must be in full operation for at least two (2) years.</li>\r\n	<li>The exhibit must be nominated by a keeper at that same institution  or organization. Supporting nominations may be submitted by management  personnel from the same institution.</li>\r\n</ol>\r\n<h3>Nomination Procedure</h3>\r\n<ol>\r\n	<li>List institution or organization\'s name, address, phone and Director.</li>\r\n	<li><strong>Document</strong> local awards or commendations for exhibit, drawings,\r\n8 X 10 color  photos - no slides (2 before and 8 after), and renovated exhibit type: single or multi-species, and size.</li>\r\n	<li><strong>Document</strong> keeper participation in the design and why the existing facility  was renovated.</li>\r\n	<li><strong>Document</strong> interface with other zoo divisions; and maintenance of exhibit after completion.</li>\r\n	<li>The deadline for nominations is <strong>MAY 1st </strong> of each year.</li>\r\n</ol>\r\nNOTE:  Materials will not be returned.\r\n<h3>Selection Procedure</h3>\r\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\r\n<h3>Nominee Evaluation:</h3>\r\nThe evaluation of each nomination is broken down into four categories based on the general guidelines outlined for the award. The four categories are: Keeper Involvement, Exhibit Functionality, Exhibit Management and Visitor Point of View/ Other Information. Items the committee is looking for are the following:\r\n<h4>KEEPER INVOLVEMENT</h4>\r\n<ol>\r\n	<li>degree of keeper involvement with conceptual development of exhibit</li>\r\n	<li>degree of keeper involvement  with facilitation of completion of exhibit, (fundraising, promotion, assist with construction)</li>\r\n	<li>contribution to educational experience (graphics, conservation message</li>\r\n	<li>originality - is it something new and different, or has it been tried before?</li>\r\n</ol>\r\n<h4>EXHIBIT FUNCTIONALITY</h4>\r\n<ol>\r\n	<li>versatility - indoor/outdoor, four seasons, protection from elements</li>\r\n	<li>accommodates and encourages animal\'s natural behavior – climbing structures, land area, height, water</li>\r\n	<li>hard (gunite, concrete) vs. soft (grass, dirt) environments - as to animal  needs</li>\r\n	<li>sight lines valuable to animal as well as visitor - important to some animals (polar bear, chimps)</li>\r\n	<li>physical and visual barriers for animal\'s use, animal safety</li>\r\n	<li>flexible entrance/exits (hoofstock - more than one entrance)</li>\r\n	<li>ability to exhibit natural social grouping</li>\r\n	<li>breeding success</li>\r\n</ol>\r\n<h4>EXHIBIT MANAGEMENT</h4>\r\n<ol>\r\n	<li>how management of exhibit interfaces with other zoo divisions (grounds, maintenance - simple repair, paint)</li>\r\n	<li>keeper serviceability, overall maintenance of exhibit and surroundings</li>\r\n	<li>adequate drains and properly located</li>\r\n	<li>quality and versatily of holding areas - ease of separating animals, moving, breeding, sick</li>\r\n	<li>keeper sight lines - can you see animal when they come into holding or when shifting them between areas, keeper safety</li>\r\n	<li>ease of providing time change items (browse, logs, feed, novel objects)</li>\r\n	<li>environmental control (ease of seasonal adjustments - ventilation, heat)</li>\r\n</ol>\r\n<h4>VISITOR POINT OF VIEW/OTHER INFORMATION</h4>\r\n<ol>\r\n	<li>educational experience (conservation message)</li>\r\n	<li>immediate and sustained viewer interest</li>\r\n	<li>sight lines - not see doors, drains, fencing - does it have esthetics?</li>\r\n	<li>bonus point - local awards, commendation, "wow" factor</li>\r\n	<li>include anything else pertinent to the renovated exhibit that you think is important</li>\r\n</ol>\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/exhform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/exhform.pdf" target="_blank">Download nomination form in Adobe pdf format</a>', 'Certificate of Excellence in Exhibit Design Renovation (CEER)', 0, '', 'inherit', 'closed', 'closed', '', '247-revision-v1', '', '', '2013-10-16 15:43:03', '2013-10-16 20:43:03', '', 247, 'http://web3.gowebsolutions.com/~aazook/uncategorized/247-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3292, 1, '2013-09-23 10:37:02', '2013-09-23 15:37:02', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.', 'Links', 0, '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2013-09-23 10:37:02', '2013-09-23 15:37:02', '', 20, 'http://web3.gowebsolutions.com/~aazook/uncategorized/20-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4918, 2, '2013-12-24 12:09:44', '2013-12-24 17:09:44', 'Now Available and discounted for AAZK Members - This textbook offers a comprehensive and practical overview of the zookeeping profession geared toward the new animal keepers and any keeper or Aquariust who needs a foundational account of the topics most important to day-to-day care of zoo or aquarium animals. Using the newest techniques and research gathered from around the world <em>Zookeeping </em>is a progressive textbook that seeks to promote consistency and the highest standards within global zoo and aquarium operations.  Click on the link below or enter the URL in your browser\r\n\r\n<a href="https://webmail.east.cox.net/do/redirect?url=https%253A%252F%252Fcdcshoppingcart.uchicago.edu%252FCart%252FCART.ASPX%253FISBN%253D9780226925318%2526BDL%253DWAZA20%2526PRESS%253DCHICAGO" target="_blank">https://cdcshoppingcart.uchicago.edu/Cart/CART.ASPX?ISBN=9780226925318&amp;BDL=WAZA20&amp;PRESS=CHICAGO</a>\r\n\r\nPublished by the University of Chicago Press (www.Press.Uchicago.edu)\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Zookeeping - An Introduction to the Science and Technology', 0, '', 'inherit', 'closed', 'closed', '', '4917-revision-v1', '', '', '2013-12-24 12:09:44', '2013-12-24 17:09:44', '', 4917, 'https://www.aazk.org/4917-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3298, 1, '2013-10-18 17:38:28', '2013-10-18 22:38:28', 'The American Association of Zoo Keepers is a membership association for animal care professionals to exchange information and network with one another. \r\n<h4>Mission Statement</h4>\r\nThe mission of The American Association of Zoo Keepers is to advance excellence in the animal keeping profession, foster effective communication beneficial to animal care, support deserving conservation projects, and promote the preservation of our natural resources and animal life.\r\n<h4>Vision Statement</h4>\r\nAAZK will be the leader in the zoo and aquarium industry fostering professional development and personal connections that advance animal care, animal welfare and conservation.', 'About Us', 0, '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2013-10-18 17:38:28', '2013-10-18 22:38:28', '', 6, 'http://web3.gowebsolutions.com/~aazook/uncategorized/6-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3299, 1, '2013-10-18 17:56:32', '2013-10-18 22:56:32', 'The American Association of Zoo Keepers is a membership association for animal care professionals to exchange information and network with one another. \r\n<h4>Mission Statement</h4>\r\nThe mission of The American Association of Zoo Keepers is to advance excellence in the animal keeping profession, foster effective communication beneficial to animal care, support deserving conservation projects, and promote the preservation of our natural resources and animal life.\r\n<h4>Vision Statement</h4>\r\nAAZK will be the leader in the zoo and aquarium industry fostering professional development and personal connections that advance animal care, animal welfare and conservation.\r\n\r\n<h2>History of AAZK</h1>\r\n<p>The American Association of Zoo Keepers, Inc. began in 1967 in San Diego, CA with the purpose of promoting professionalism in zoo keeping through education of zoological staff members in the most modern and current techniques of captive exotic animal care. AAZK\'s mission is to provide a resource and a forum of continuing education for the animal care professional and to support zoo and aquarium personnel in their roles as animal care givers, scientific researchers, public educators and conservationists; to promote zoos and aquariums as cultural establishments dedicated to the enrichment of human and natural resources; to foster the exchange of research materials, enrichment options and husbandry information through publications and conferences which will lead to a greater understanding of the needs and requirements of all animals. Membership is currently about 2,800 and includes individuals at all levels of zoo staff from directors, curators and veterinarians to zoo keepers, animal health technicians, volunteers and students. Members are from 48 of the 50 States, 5 Canadian Provinces and 24 foreign countries and represent nearly 250 animal-related facilities.</p>\r\n\r\n<p>AAZK\'s purpose is to foster a professional attitude in animal keepers by encouraging them to become active members of the professional teams at today\'s zoos and aquariums. AAZK supports the promotion and implementation of zoo keeper education and strives to make the general public aware of our concern for all valid and deserving conservation projects and the need for the preservation of our natural resources and animal life.</p>\r\n\r\n<p>AAZK publications, conferences, and chapter activities at local zoos provide keepers with a means to exchange ideas and discuss new methods of professional care, observations on animal behavior and other information. Animal Keepers\' Forum, the monthly journal of AAZK, is the principal vehicle for communication among keepers. Other AAZK publications include AAZK National Conference Proceedings, Zoo and Aquarium Professionals and The Resource for Crisis Management in Zoos and Other Animal Care Facilities.</p>\r\n\r\n<p>AAZK also has a number of committees which provide ways to promote AAZK and the Zoo Keepers\' role in conservation education.</p>', 'About Us', 0, '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2013-10-18 17:56:32', '2013-10-18 22:56:32', '', 6, 'http://web3.gowebsolutions.com/~aazook/uncategorized/6-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3305, 1, '2013-10-18 18:38:56', '2013-10-18 23:38:56', '<pre><i class="icon-attention"></i> Applications being accepted for the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></pre>\r\n\r\n<h4>Program Manager - Patty Pearthree</h4>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> <a href="/committee/bowling-for-rhinos/bfr-donation/"><img class="alignright size-full wp-image-2410" title="donate_button" src="http://aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\r\n<h3>Total Funds Raised to Date:</h3>\r\n<h4>$4,321,808.48</h4>\r\n<h3>2012 Funds Raised:</h3>\r\n<h4>$337,191.09</h4>\r\n<span class="alert-info"><em> - this is a new record for amount raised in a year!</em></span>\r\n\r\n<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos. In 1990, AAZK began by supporting the <a href="http://www.lewa.org/" target="_blank">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="Black Rhinos" hspace="10" vspace="10" class="alignleft" /> In Kenya, Africa, BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" class="alignright" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000 per year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send your organization\'s contact person/contact information ASAP along with the date of your event to our national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\n<h4>Email Group</h4>\r\nThere is a new Yahoo groups email for <em>Bowling For Rhino</em> Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<h4>Local Events</h4>\r\nIf you would like to find out if there will be a BFR event near you have or your event listed, please send your BFR event date &amp; contact information to Patty Pearthree at: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing">click here</a>.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-10-18 18:38:56', '2013-10-18 23:38:56', '', 168, 'http://web3.gowebsolutions.com/~aazook/uncategorized/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3302, 1, '2013-10-18 18:14:51', '2013-10-18 23:14:51', '<i class="icon-attention"></i> Applications being accepted for the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a>\r\n\r\n<h4>Program Manager - Patty Pearthree</h4>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> <a href="/committee/bowling-for-rhinos/bfr-donation/"><img class="alignright size-full wp-image-2410" title="donate_button" src="http://aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\r\n<h3>Total Funds Raised to Date:</h3>\r\n<h4>$4,321,808.48</h4>\r\n<h3>2012 Funds Raised:</h3>\r\n<h4>$337,191.09</h4>\r\n<span class="alert-info"><em> - this is a new record for amount raised in a year!</em></span>\r\n\r\n<h3>Purpose</h3>\r\nThe AAZK Bowling for Rhinos program provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s <strong>Bowling for Rhinos</strong> fund raiser began on a small scale and is now the signature conservation effort of AAZK.  BFR events  across North America  raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal  of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.   In 1990, AAZK began by supporting the Lewa Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the Program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="Black Rhinos" hspace="10" vspace="10" class="alignleft" /> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" class="alignright" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\nCheck the calendar below to see if there is a local event in your area. If you would like to have your event listed, please send your BFR event date &amp; contact info to: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\n<iframe src="https://www.google.com/calendar/embed?showTz=0&amp;height=480&amp;wkst=1&amp;bgcolor=%23cc6600&amp;src=i632h1mj6669n3peqanca9mjmo%40group.calendar.google.com&amp;color=%23B1440E&amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="640" height="480" frameborder="0" scrolling="no"></iframe>\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing">click here</a>.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-10-18 18:14:51', '2013-10-18 23:14:51', '', 168, 'http://web3.gowebsolutions.com/~aazook/uncategorized/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3303, 1, '2013-10-18 18:15:28', '2013-10-18 23:15:28', '<pre><i class="icon-attention"></i> Applications being accepted for the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></pre>\r\n\r\n<h4>Program Manager - Patty Pearthree</h4>\r\n<img class="alignnone size-thumbnail wp-image-861" title="pearthreejpg" src="http://aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x150.jpg" alt="pearthreejpg" width="150" height="150" /> <a href="/committee/bowling-for-rhinos/bfr-donation/"><img class="alignright size-full wp-image-2410" title="donate_button" src="http://aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\r\n<h3>Total Funds Raised to Date:</h3>\r\n<h4>$4,321,808.48</h4>\r\n<h3>2012 Funds Raised:</h3>\r\n<h4>$337,191.09</h4>\r\n<span class="alert-info"><em> - this is a new record for amount raised in a year!</em></span>\r\n\r\n<h3>Purpose</h3>\r\nThe AAZK Bowling for Rhinos program provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s <strong>Bowling for Rhinos</strong> fund raiser began on a small scale and is now the signature conservation effort of AAZK.  BFR events  across North America  raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal  of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.   In 1990, AAZK began by supporting the Lewa Wildlife Conservancy (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the Program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="Black Rhinos" hspace="10" vspace="10" class="alignleft" /> In Kenya Africa BFR supports the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" class="alignright" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the Rocking For Rhinos, Rummage For Rhinos, and Recycling For Rhinos projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000/year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send  your organization\'s contact person/contact info ASAP along with the date of your event to our  national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\nThere is a new Yahoo groups email for Bowling For Rhino Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\nCheck the calendar below to see if there is a local event in your area. If you would like to have your event listed, please send your BFR event date &amp; contact info to: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\n<iframe src="https://www.google.com/calendar/embed?showTz=0&amp;height=480&amp;wkst=1&amp;bgcolor=%23cc6600&amp;src=i632h1mj6669n3peqanca9mjmo%40group.calendar.google.com&amp;color=%23B1440E&amp;ctz=America%2FPhoenix" style=" border:solid 1px #777 " width="640" height="480" frameborder="0" scrolling="no"></iframe>\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing">click here</a>.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-10-18 18:15:28', '2013-10-18 23:15:28', '', 168, 'http://web3.gowebsolutions.com/~aazook/uncategorized/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3384, 1, '2013-10-23 15:42:50', '2013-10-23 20:42:50', '<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nIn 1990, AAZK began by supporting the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<h4>Who does BFR support?</h4>\r\n<img src="[homeurl]/wp-content/uploads/blackrhinos_004.jpg" border="1" alt="Black Rhinos" hspace="10" vspace="10" class="alignleft" /> In Kenya, Africa, BFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img src="[homeurl]/wp-content/uploads/sumatranrhino1.jpg" alt="" class="alignright" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n\r\n<h4>Donate</h4>\r\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below. \r\n\r\n<div class="first sixcol">\r\n<p align="center"><h6>Total Funds Raised to Date:</h6>\r\n<strong>$4,321,808.48</strong></p>\r\n</div>\r\n<div class="last sixcol">\r\n<p align="center"><h6>2012 Funds Raised:</h6>\r\n<strong>$337,191.09</strong>\r\n<em> - this is a new record for amount raised in a year!</em></p>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<a href="[homeurl]/bowling-for-rhinos/bfr-donation/" class="button">Make a donation</a>', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-10-23 15:42:50', '2013-10-23 20:42:50', '', 168, 'http://web3.gowebsolutions.com/~aazook/uncategorized/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3308, 1, '2013-10-18 19:14:22', '2013-10-19 00:14:22', '<h4>Purpose</h4>\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\n\n<h4>Conservation Committee Mission Statement</h4>\nTo promote and establish connections between AAZK members and the conservation of wildlife and their habitats.\n\nTo provide educational resources for members and their institutions about environmentally responsible practices.\n\n<h4>Vision Statement</h4>\nServe as a resource that will assist members in finding in situ opportunities with local, national, and international conservation projects and to initiate new conservation projects.\n\nProvide contact information to coordinate educational and development opportunities with conservationists.\n\n<h4>Co-chairs</h4>\n<div class=""><img class="aligncenter size-full wp-image-841" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" />\nAmanda Kamradt - <em>Zoo New England </em>\n</div>\n\n<img class="aligncenter size-full wp-image-2428" title="christy_poelker" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy_poelker.jpg" alt="christy_poelker" width="136" height="159" />\nChristy Poelker -<em>Saint Louis Zoo</em>', 'Conservation Committee', 0, '', 'inherit', 'closed', 'closed', '', '182-autosave-v1', '', '', '2013-10-18 19:14:22', '2013-10-19 00:14:22', '', 182, 'http://web3.gowebsolutions.com/~aazook/uncategorized/182-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3309, 1, '2013-10-18 19:14:58', '2013-10-19 00:14:58', '<h4>Purpose</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n\r\n<h4>Conservation Committee Mission Statement</h4>\r\nTo promote and establish connections between AAZK members and the conservation of wildlife and their habitats.\r\n\r\nTo provide educational resources for members and their institutions about environmentally responsible practices.\r\n\r\n<h4>Vision Statement</h4>\r\nServe as a resource that will assist members in finding in situ opportunities with local, national, and international conservation projects and to initiate new conservation projects.\r\n\r\nProvide contact information to coordinate educational and development opportunities with conservationists.\r\n\r\n<h4>Co-chairs</h4>\r\n<div class="first sixcol">\r\n<img class="aligncenter size-full wp-image-841" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="111" height="134" />\r\nAmanda Kamradt - <em>Zoo New England </em>\r\n</div>\r\n<div class="last sixcol">\r\n<img class="aligncenter size-full wp-image-2428" title="christy_poelker" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy_poelker.jpg" alt="christy_poelker" width="136" height="159" />\r\nChristy Poelker -<em>Saint Louis Zoo</em>\r\n</div>', 'Conservation Committee', 0, '', 'inherit', 'closed', 'closed', '', '182-revision-v1', '', '', '2013-10-18 19:14:58', '2013-10-19 00:14:58', '', 182, 'http://web3.gowebsolutions.com/~aazook/uncategorized/182-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3310, 1, '2013-10-18 19:16:39', '2013-10-19 00:16:39', '<h4>Purpose</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n\r\n<h4>Conservation Committee Mission Statement</h4>\r\nTo promote and establish connections between AAZK members and the conservation of wildlife and their habitats.\r\n\r\nTo provide educational resources for members and their institutions about environmentally responsible practices.\r\n\r\n<h4>Vision Statement</h4>\r\nServe as a resource that will assist members in finding in situ opportunities with local, national, and international conservation projects and to initiate new conservation projects.\r\n\r\nProvide contact information to coordinate educational and development opportunities with conservationists.\r\n\r\n<h4>Co-chairs</h4>\r\n<div class="first sixcol">\r\n<img class="aligncenter size-full wp-image-841" title="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" alt="kamradt" width="110" />\r\n<p align="center">Amanda Kamradt - <em>Zoo New England </em></p>\r\n</div>\r\n<div class="last sixcol">\r\n<img class="aligncenter size-full wp-image-2428" title="christy_poelker" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy_poelker.jpg" alt="christy_poelker" width="110" />\r\n<p align="center">Christy Poelker -<em>Saint Louis Zoo</em></p>\r\n</div>', 'Conservation Committee', 0, '', 'inherit', 'closed', 'closed', '', '182-revision-v1', '', '', '2013-10-18 19:16:39', '2013-10-19 00:16:39', '', 182, 'http://web3.gowebsolutions.com/~aazook/uncategorized/182-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3655, 1, '2013-10-29 10:40:17', '2013-10-29 15:40:17', '<h4>Periodicals</h4>\r\n\r\n<h6>"Enrichment Options"</h6>\r\nA regular column featuring brief descriptions of ideas published monthly in the <a href="[homeurl]/publications/animal-keepers-forum/">Animal Keepers\' Forum</a>. Published by the American Association of Zoo Keepers, Inc.\r\n\r\nAAZK Administrative Office\r\nSusan Chan, Editor\r\n3601 S.W. 29th Street, Suite 133\r\nTopeka, KS 66614\r\n<strong>phone:</strong> (785) 273-9149\r\n<strong>fax:</strong>  (785)273-1980\r\n<strong>email:</strong> <a href="mailto:akfeditor@zk.kscoxmail.com">akfeditor@zk.kscoxmail.com</a>\r\n<strong>website:</strong> <a href="http://www.aecetia.net/gws/aazk">http://www.aecetia.net/gws/aazk</a>\r\n\r\n<h6>"The Shape of Enrichment" Newsletter</h6>\r\nA newsletter devoted entirely to enrichment of captive wild animals - everything from short blurbs to full length articles, pictures, and more! Published by The Shape of Enrichment, Inc.\r\n\r\nVal Hare and Karen Worley, editors\r\n1650 Minden Drive\r\nSan Diego, CA 92111\r\n<strong>phone:</strong> (619)270-4273\r\n<strong>fax: </strong>(619)279-4208\r\n<strong>e-mail:</strong> <a href="mailto:shape@enrichment.org">shape@enrichment.org</a>\r\n<strong>website:</strong> <a href="http://www.enrichment.org" target="blank">www.enrichment.org</a>\r\n\r\n\r\n<div class="hr"></div>\r\n\r\n\r\n<h4>Books</h4>\r\n\r\nSecond Nature: Environmental Enrichment for Captive Animals\r\nEds. David J. Shepherdson, Jill Mellen and Michael Hutchins.\r\n\r\nTo order, call Smithsonian 1-800-782-4612\r\nISBN # 1-56098-745-6.\r\n\r\n\r\n<div class="hr"></div>\r\n\r\n\r\n<h4>Articles in Print</h4>\r\n\r\n<em>Coming Soon!</em>\r\n\r\n\r\n<div class="hr"></div>\r\n\r\n\r\n<h4>Citations from Text</h4>\r\n\r\n<h6>Bekoff, Mark (1989) "Predators".</h6>\r\n<em>The encyclopedia of animal behavior</em>\r\nPeter J.B. Slater, ed. New York: 22-29.\r\n\r\n<h6>Bloomsmith, Mollie A.; Brent, Linda Y.; Schapiro, Steven J.(1991).</h6>\r\n<em>Guidelines for developing and managing an environmental enrichment program for nonhuman primates</em>\r\nLaboratory Animal Science, 41 (4):372-377.\r\n\r\n<h6>Brigham, David (1997).</h6>\r\n<em>Time out for good behavior</em>\r\nWildlife Conservation Sept/Oct: 64-65.\r\n\r\n<h6>Edmunds, Malcom; Edmunds, Janet (1989).</h6>\r\n<em>"Prey Defense"</em>\r\nThe encyclopedia Of animal behavior\r\nPeter J.B. Slater, ed. New York: 32-39.\r\n\r\n<h6>Forthman, Debra L.; Ogden, Jacqueline J. (1992).</h6>\r\n<em>The role of applied Behavior analysis in zoo management: today and tomorrow</em>\r\nJournal Of Applied Behavior Analysis, 25: 647-652.\r\n\r\n<h6>Forthman-Quick, Debra (1984).</h6>\r\n<em>An integrative approach to environmental engineering in zoos</em>\r\nZoo Biology, 3: 65-77.\r\n\r\n<h6>Kreger, Michael D; Hutchins, Michael; Fascione, Nina (1998).\r\n<em>Context, Ethics and environmental enrichment in zoos and aquariums</em>\r\nSecond Nature.\r\n\r\n<h6>Luoma, Jon R. (1987).</h6>\r\n<em>A crowded ark: The roles of zoos in wildlife conservation</em>\r\nHaughton Mifflin Co.\r\n\r\n<h6>Poole, T.B. (1997).</h6>\r\n<em>Environmental enrichment for captive vertebrates</em>\r\nTopics In Captive Wild Animal Husbandry\r\nProceedings Of Symposium 12 Of The Association Of British Wild Animal Keepers, Chesington: 23-31.\r\n\r\n<h6>Reinhardt, Viktor (1993).</h6>\r\n<em>Enticing nonhuman primates to forage for their standard biscuit ration</em>\r\nZoo Biology, 12:307-312.\r\n\r\n<h6>Shepherdson, David (1992a).</h6>\r\n<em>Environmental enrichment: an overview</em>\r\nAmerican Association Of Zoological Parks And Aquariums Annual Conference Proceedings: 100-103.\r\n\r\n<h6>Shepherdson, David (1992b)</h6>\r\n<em>An introduction to behavioral enrichment</em>\r\nNortheast Regional American Zoo And Aquarium Association Conference, hands-on workshop notes.\r\n\r\n<h6>Tudge, Colin (1992).</h6>\r\n<em>Last Animals At The Zoo: How Mass Extinction Can Be Stopped</em>\r\nWashington D.C., Island Press.\r\n\r\n<div id="inner-links"></div>', 'Printed Resources', 0, '', 'inherit', 'closed', 'closed', '', '309-revision-v1', '', '', '2013-10-29 10:40:17', '2013-10-29 15:40:17', '', 309, 'http://web3.gowebsolutions.com/~aazook/309-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4440, 1, '2013-11-05 15:50:17', '2013-11-05 20:50:17', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '4440', '', '', '2013-11-26 12:31:30', '2013-11-26 17:31:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=4440', 4, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4543, 1, '2013-11-06 23:09:45', '2013-11-07 04:09:45', '<strong>October 3-6, 2013</strong> - Advancing Bear Care 2013 - Woodlands Wildlife Refuge, Clinton, NJ. The conference dates, hotel, program, and adjunct activities will be announced soon.   For current information and updates check ABC 2013 UPDATES often. bearcaregroup.org\r\n\r\n<strong>October 13-17, 2013</strong> - WAZA Annual Conference - Hosted by Disney’s Animal Kingdom. For more information go to: waza.org.\r\n\r\n<strong>October 14-16, 2013 </strong>- Orangutan SSP Husbandry Workshop, Los Angeles Zoo and Botanical Garden in Los Angeles, CA.  For more information go to:  lazoo.org/orangutanssp2013\r\n\r\n<strong>October 15-18, 2013</strong> - ICEE ─ International Conference on Environmental Enrichment - Hosted by the National Zoological Gardens of South Africa at the Kwalata Game Ranch,   South Africa.  For more information, go to nzg.ac.za/icee2013.\r\n\r\n<strong>October 24-27, 2013 </strong>From Good Care to Great Welfare Presented by the Center for Zoo Animal Welfare, Detroit Zoological Society Limited scholarship opportunities available. For information contact: Elizabeth Arbaugh, Curator of Animal Welfare, Detroit Zoological Society E-mail: czaw@dzs.org\r\n\r\n<strong>November 10-14, 2013</strong> - Zoological Association of America (ZAA) Annual Conference, Phoenix, AZ. For more information go to zaa.org\r\n<div><strong>November 11-15, 2013 </strong>- Training and Enrichment Workshop for Zoo and Aquarium Animals, Moody Gardens, Galveston, TX.  For more information contact: dolsen@moodygardens.com.</div>\r\n<strong>Upcoming AAZK National Conferences:</strong> Orlando, FL - September 8-12, 2014 For information on upcoming AAZK conferences, watch the AAZK website at www.aecetia.net/gws/aazk.\r\n\r\n<strong>February 5-8, 2014</strong> - 22nd International Association of Avian Trainers and Educators Conference, Dallas TX 2014: Texas Fly\'em.  For more information go to:  IAATE.org\r\n\r\n<strong>March 15-19, 2014</strong> - Otter Keeper Workshop, Denver, CO  Hosted by the Denver Zoo and DEnver Downtown Aquarium.  For more information go to: otterkeepersworkshop.org\r\n\r\n<strong>March 22-28, 2014</strong> AZA Mid-year Meeting, Memphis, TN  For more information go to: AAZA.org/midyearmeeting\r\n<strong>April 13-18, 2014 </strong>ABMA’s 14th Annual Conference Dallas, TX For more information go to: <a href="http://theabma.org/" target="_blank">theabma.org</a>\r\n<strong>October 6-8, 2014 </strong>- 3rd International Flamingo Symposium Hosted by SeaWorld San Diego, San Diego. CA.  For more information contact: laurie.conrad@SeaWorld.com', 'Coming Events', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2013-11-06 23:09:45', '2013-11-07 04:09:45', '', 435, 'http://web3.gowebsolutions.com/~aazook/435-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4541, 1, '2013-11-06 23:08:11', '2013-11-07 04:08:11', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '4541', '', '', '2013-11-26 12:31:30', '2013-11-26 17:31:30', '', 200, 'http://web3.gowebsolutions.com/~aazook/?p=4541', 3, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3313, 1, '2013-10-21 14:21:24', '2013-10-21 19:21:24', '<div class="first sixcol">\r\n<h3>Already a member?</h3>\r\n[login][lostpassword]\r\n</div>\r\n\r\n<div class="sixcol">\r\n<h3>Not a member?</h3>\r\nVisit our <a href="[homeurl]/membership-account/" title="Sign up for membership">Membership Page</a> to sign up!\r\n</div>', 'Membership', 0, '', 'inherit', 'closed', 'closed', '', '3123-revision-v1', '', '', '2013-10-21 14:21:24', '2013-10-21 19:21:24', '', 3123, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3123-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3314, 1, '2013-10-21 14:25:13', '2013-10-21 19:25:13', '<div id="login-form" class="first sixcol">\r\n<h3>Already a member?</h3>\r\n[login][lostpassword]\r\n</div>\r\n\r\n<div id="nonmember" class="sixcol">\r\n<h3>Not a member?</h3>\r\nVisit our <a href="[homeurl]/membership-account/" title="Sign up for membership">Membership Page</a> to sign up!\r\n</div>', 'Membership', 0, '', 'inherit', 'closed', 'closed', '', '3123-revision-v1', '', '', '2013-10-21 14:25:13', '2013-10-21 19:25:13', '', 3123, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3123-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3315, 1, '2013-10-21 15:09:37', '2013-10-21 20:09:37', '<div id="login-form" class="first sixcol">\r\n<h3>Already a member?</h3>\r\n[login][lostpassword]\r\n</div>\r\n\r\n<div id="nonmember" class="sixcol">\r\n<h3>Not a member?</h3>\r\nVisit our <a href="[homeurl]/membership-account/" title="Sign up for membership">Membership Page</a> to sign up!\r\n</div>', 'Member Login', 0, '', 'inherit', 'closed', 'closed', '', '3123-revision-v1', '', '', '2013-10-21 15:09:37', '2013-10-21 20:09:37', '', 3123, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3123-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3317, 1, '2013-10-21 15:30:36', '2013-10-21 20:30:36', '<h4>Purpose</h4>\r\n<img class="alignleft size-medium wp-image-1132" title="pdc_color_logo" alt="Professional Development Committee Logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="120" /> The Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\n<img class=" wp-image-1814 alignright" title="pass_workshop" alt="pass_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="225" height="300" /> The Passerine Husbandry Workshop taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom. This a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds. PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website.\r\n\r\n[caption id="attachment_1815" align="alignleft" width="300"]<img class="size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" />Dr. Robert Webster giving one of many bird husbandry talks[/caption] The Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo. This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry. This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website.\r\n\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="alignright size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" />Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge[/caption]\r\n\r\n<h4>The Future</h4>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<h4>Chair</h4>\r\n<img class="size-full wp-image-2550" alt=" Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>[/caption]\r\n\r\n<h4>Professional Development Committee Members</h4>\r\nBob Cisneros - AAZK President\r\n\r\n<strong>Board Oversight</strong>\r\nSan Diego Zoo\r\nMelaina Wallace - Co-chair\r\nDisney\'s Animal Kingdom\r\nEllen Vossekull - Co-Chair\r\nUtah\'s Hogle Zoo\r\nVictor Alm\r\nOakland Zoo\r\nLeanne Blinco\r\nDisney\'s Animal Kingdom\r\nMike Murray\r\nDenver Zoo\r\nAaron Jesue\r\nNorth Carolina Zoo\r\nEunice Hui\r\n[/col][col w="6"]CuriOdyssey\r\nDawn Sohr\r\nBrookfield Zoo\r\nAndrew Rowan\r\nDenver Zoo\r\nAnthony Nielsen\r\nLincoln Park Zoo\r\nT\'noya Thopmson Gonzales\r\nMoody Gardens\r\nChris Mooney\r\nSan Diego Zoo\r\nSasha Stallard\r\nSan Diego Zoo\'s Safari Park\r\nJanee Thill\r\nSequoia Park Zoo\r\nEmily Merola\r\nUtah\'s Hogle Zoo[/col]', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-21 15:30:36', '2013-10-21 20:30:36', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3318, 1, '2013-10-21 15:35:21', '2013-10-21 20:35:21', '<h4>Purpose</h4>\r\n<img class="alignleft wp-image-1132" title="Professional Development Committee Logo" alt="Professional Development Committee Logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="130" /> The Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\nThe Passerine Husbandry Workshop taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom. This a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds. PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website. <img class=" wp-image-1814 alignright" title="pass_workshop" alt="pass_workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="225" height="300" /> \r\n\r\n[caption id="attachment_1815" align="alignleft" width="300"]<img class="size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" />Dr. Robert Webster giving one of many bird husbandry talks[/caption] The Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo. This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry. This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website.\r\n\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="alignright size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" />Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge[/caption]\r\n\r\n<h4>The Future</h4>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<h4>Chair</h4>\r\n<img class="size-full wp-image-2550" alt=" Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>[/caption]\r\n\r\n<h4>Professional Development Committee Members</h4>\r\nBob Cisneros - AAZK President\r\n\r\n<strong>Board Oversight</strong>\r\nSan Diego Zoo\r\nMelaina Wallace - Co-chair\r\nDisney\'s Animal Kingdom\r\nEllen Vossekull - Co-Chair\r\nUtah\'s Hogle Zoo\r\nVictor Alm\r\nOakland Zoo\r\nLeanne Blinco\r\nDisney\'s Animal Kingdom\r\nMike Murray\r\nDenver Zoo\r\nAaron Jesue\r\nNorth Carolina Zoo\r\nEunice Hui\r\n[/col][col w="6"]CuriOdyssey\r\nDawn Sohr\r\nBrookfield Zoo\r\nAndrew Rowan\r\nDenver Zoo\r\nAnthony Nielsen\r\nLincoln Park Zoo\r\nT\'noya Thopmson Gonzales\r\nMoody Gardens\r\nChris Mooney\r\nSan Diego Zoo\r\nSasha Stallard\r\nSan Diego Zoo\'s Safari Park\r\nJanee Thill\r\nSequoia Park Zoo\r\nEmily Merola\r\nUtah\'s Hogle Zoo[/col]', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-21 15:35:21', '2013-10-21 20:35:21', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3319, 1, '2013-10-21 15:36:06', '2013-10-21 20:36:06', '<h4>Purpose</h4>\r\n<img class="alignleft wp-image-1132" title="Professional Development Committee Logo" alt="Professional Development Committee Logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="130" /> The Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\nThe Passerine Husbandry Workshop taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom. This a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds. PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website. <img class="alignright" title="Passerine Husbandry Workshop" alt="Passerine Husbandry Workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="125"/> \r\n\r\n[caption id="attachment_1815" align="alignleft" width="300"]<img class="size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" />Dr. Robert Webster giving one of many bird husbandry talks[/caption] The Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo. This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry. This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website.\r\n\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="alignright size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" />Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge[/caption]\r\n\r\n<h4>The Future</h4>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<h4>Chair</h4>\r\n<img class="size-full wp-image-2550" alt=" Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>[/caption]\r\n\r\n<h4>Professional Development Committee Members</h4>\r\nBob Cisneros - AAZK President\r\n\r\n<strong>Board Oversight</strong>\r\nSan Diego Zoo\r\nMelaina Wallace - Co-chair\r\nDisney\'s Animal Kingdom\r\nEllen Vossekull - Co-Chair\r\nUtah\'s Hogle Zoo\r\nVictor Alm\r\nOakland Zoo\r\nLeanne Blinco\r\nDisney\'s Animal Kingdom\r\nMike Murray\r\nDenver Zoo\r\nAaron Jesue\r\nNorth Carolina Zoo\r\nEunice Hui\r\n[/col][col w="6"]CuriOdyssey\r\nDawn Sohr\r\nBrookfield Zoo\r\nAndrew Rowan\r\nDenver Zoo\r\nAnthony Nielsen\r\nLincoln Park Zoo\r\nT\'noya Thopmson Gonzales\r\nMoody Gardens\r\nChris Mooney\r\nSan Diego Zoo\r\nSasha Stallard\r\nSan Diego Zoo\'s Safari Park\r\nJanee Thill\r\nSequoia Park Zoo\r\nEmily Merola\r\nUtah\'s Hogle Zoo[/col]', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-21 15:36:06', '2013-10-21 20:36:06', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3320, 1, '2013-10-21 15:37:00', '2013-10-21 20:37:00', '<h4>Purpose</h4>\r\n<img class="alignleft wp-image-1132" title="Professional Development Committee Logo" alt="Professional Development Committee Logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="130" /> The Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\nThe Passerine Husbandry Workshop taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom. This a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds. PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website. <img class="alignright" title="Passerine Husbandry Workshop" alt="Passerine Husbandry Workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="125"/> \r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo. This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry. This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website.\r\n\r\n[caption id="attachment_1815" align="alignleft" width="300"]<img class="size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" />Dr. Robert Webster giving one of many bird husbandry talks[/caption]\r\n\r\n[caption id="attachment_1815" align="alignright" width="300"]<img class="alignright size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" />Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge[/caption]\r\n\r\n<h4>The Future</h4>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<h4>Chair</h4>\r\n<img class="size-full wp-image-2550" alt=" Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>[/caption]\r\n\r\n<h4>Professional Development Committee Members</h4>\r\nBob Cisneros - AAZK President\r\n\r\n<strong>Board Oversight</strong>\r\nSan Diego Zoo\r\nMelaina Wallace - Co-chair\r\nDisney\'s Animal Kingdom\r\nEllen Vossekull - Co-Chair\r\nUtah\'s Hogle Zoo\r\nVictor Alm\r\nOakland Zoo\r\nLeanne Blinco\r\nDisney\'s Animal Kingdom\r\nMike Murray\r\nDenver Zoo\r\nAaron Jesue\r\nNorth Carolina Zoo\r\nEunice Hui\r\n[/col][col w="6"]CuriOdyssey\r\nDawn Sohr\r\nBrookfield Zoo\r\nAndrew Rowan\r\nDenver Zoo\r\nAnthony Nielsen\r\nLincoln Park Zoo\r\nT\'noya Thopmson Gonzales\r\nMoody Gardens\r\nChris Mooney\r\nSan Diego Zoo\r\nSasha Stallard\r\nSan Diego Zoo\'s Safari Park\r\nJanee Thill\r\nSequoia Park Zoo\r\nEmily Merola\r\nUtah\'s Hogle Zoo[/col]', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-21 15:37:00', '2013-10-21 20:37:00', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3321, 1, '2013-10-21 15:37:53', '2013-10-21 20:37:53', '<h4>Purpose</h4>\r\n<img class="alignleft wp-image-1132" title="Professional Development Committee Logo" alt="Professional Development Committee Logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="130" /> The Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\nThe Passerine Husbandry Workshop taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom. This a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds. PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website. <img class="alignright" title="Passerine Husbandry Workshop" alt="Passerine Husbandry Workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="125"/> \r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo. This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry. This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website.\r\n\r\n<div class="first sixcol">\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" />Dr. Robert Webster giving one of many bird husbandry talks[/caption]\r\n</div>\r\n<div class="sixcol">\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="alignright size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" />Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge[/caption]\r\n</div>\r\n\r\n<h4>The Future</h4>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<h4>Chair</h4>\r\n<img class="size-full wp-image-2550" alt=" Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>[/caption]\r\n\r\n<h4>Professional Development Committee Members</h4>\r\nBob Cisneros - AAZK President\r\n\r\n<strong>Board Oversight</strong>\r\nSan Diego Zoo\r\nMelaina Wallace - Co-chair\r\nDisney\'s Animal Kingdom\r\nEllen Vossekull - Co-Chair\r\nUtah\'s Hogle Zoo\r\nVictor Alm\r\nOakland Zoo\r\nLeanne Blinco\r\nDisney\'s Animal Kingdom\r\nMike Murray\r\nDenver Zoo\r\nAaron Jesue\r\nNorth Carolina Zoo\r\nEunice Hui\r\n[/col][col w="6"]CuriOdyssey\r\nDawn Sohr\r\nBrookfield Zoo\r\nAndrew Rowan\r\nDenver Zoo\r\nAnthony Nielsen\r\nLincoln Park Zoo\r\nT\'noya Thopmson Gonzales\r\nMoody Gardens\r\nChris Mooney\r\nSan Diego Zoo\r\nSasha Stallard\r\nSan Diego Zoo\'s Safari Park\r\nJanee Thill\r\nSequoia Park Zoo\r\nEmily Merola\r\nUtah\'s Hogle Zoo[/col]', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-21 15:37:53', '2013-10-21 20:37:53', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3324, 1, '2013-10-21 15:49:52', '2013-10-21 20:49:52', '<h4>Purpose</h4>\r\n<img class="alignleft wp-image-1132" title="Professional Development Committee Logo" alt="Professional Development Committee Logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="130" /> The Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\nThe Passerine Husbandry Workshop taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom. This a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds. PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website. <img class="alignright" title="Passerine Husbandry Workshop" alt="Passerine Husbandry Workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="125"/> \r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo. This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry. This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website.\r\n\r\n<div class="first sixcol">\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" /> Dr. Robert Webster giving one of many bird husbandry talks[/caption]\r\n</div>\r\n<div class="sixcol">\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="alignright size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" /> Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge[/caption]\r\n</div>\r\n\r\n<h4>The Future</h4>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<h4>Professional Development Committee Members</h4>\r\n<strong>Chair</strong>\r\n[caption]<img class="aligncenter" alt=" Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>[caption]\r\n\r\n<div class="first sixcol">\r\nBob Cisneros - AAZK President\r\n\r\n<strong>Board Oversight</strong>\r\nSan Diego Zoo\r\nMelaina Wallace - Co-chair\r\nDisney\'s Animal Kingdom\r\nEllen Vossekull - Co-Chair\r\nUtah\'s Hogle Zoo\r\nVictor Alm\r\nOakland Zoo\r\nLeanne Blinco\r\nDisney\'s Animal Kingdom\r\nMike Murray\r\nDenver Zoo\r\nAaron Jesue\r\nNorth Carolina Zoo\r\nEunice Hui\r\n</div>\r\n<div class="last sixcol">\r\nCuriOdyssey\r\nDawn Sohr\r\nBrookfield Zoo\r\nAndrew Rowan\r\nDenver Zoo\r\nAnthony Nielsen\r\nLincoln Park Zoo\r\nT\'noya Thopmson Gonzales\r\nMoody Gardens\r\nChris Mooney\r\nSan Diego Zoo\r\nSasha Stallard\r\nSan Diego Zoo\'s Safari Park\r\nJanee Thill\r\nSequoia Park Zoo\r\nEmily Merola\r\nUtah\'s Hogle Zoo\r\n</div>', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-21 15:49:52', '2013-10-21 20:49:52', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3322, 1, '2013-10-21 15:40:23', '2013-10-21 20:40:23', '<h4>Purpose</h4>\r\n<img class="alignleft wp-image-1132" title="Professional Development Committee Logo" alt="Professional Development Committee Logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="130" /> The Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\nThe Passerine Husbandry Workshop taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom. This a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds. PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website. <img class="alignright" title="Passerine Husbandry Workshop" alt="Passerine Husbandry Workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="125"/> \r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo. This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry. This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website.\r\n\r\n<div class="first sixcol">\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" /> Dr. Robert Webster giving one of many bird husbandry talks[/caption]\r\n</div>\r\n<div class="sixcol">\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="alignright size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" /> Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge[/caption]\r\n</div>\r\n\r\n<h4>The Future</h4>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<h4>Chair</h4>\r\n<img class="size-full wp-image-2550" alt=" Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>[/caption]\r\n\r\n<h4>Professional Development Committee Members</h4>\r\n<div class="first sixcol">\r\nBob Cisneros - AAZK President\r\n\r\n<strong>Board Oversight</strong>\r\nSan Diego Zoo\r\nMelaina Wallace - Co-chair\r\nDisney\'s Animal Kingdom\r\nEllen Vossekull - Co-Chair\r\nUtah\'s Hogle Zoo\r\nVictor Alm\r\nOakland Zoo\r\nLeanne Blinco\r\nDisney\'s Animal Kingdom\r\nMike Murray\r\nDenver Zoo\r\nAaron Jesue\r\nNorth Carolina Zoo\r\nEunice Hui\r\n</div>\r\n<div class="last sixcol">\r\nCuriOdyssey\r\nDawn Sohr\r\nBrookfield Zoo\r\nAndrew Rowan\r\nDenver Zoo\r\nAnthony Nielsen\r\nLincoln Park Zoo\r\nT\'noya Thopmson Gonzales\r\nMoody Gardens\r\nChris Mooney\r\nSan Diego Zoo\r\nSasha Stallard\r\nSan Diego Zoo\'s Safari Park\r\nJanee Thill\r\nSequoia Park Zoo\r\nEmily Merola\r\nUtah\'s Hogle Zoo\r\n</div>', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-21 15:40:23', '2013-10-21 20:40:23', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3323, 1, '2013-10-21 15:49:19', '2013-10-21 20:49:19', '<h4>Purpose</h4>\r\n<img class="alignleft wp-image-1132" title="Professional Development Committee Logo" alt="Professional Development Committee Logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="130" /> The Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\nThe Passerine Husbandry Workshop taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom. This a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds. PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website. <img class="alignright" title="Passerine Husbandry Workshop" alt="Passerine Husbandry Workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="125"/> \r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo. This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry. This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website.\r\n\r\n<div class="first sixcol">\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" /> Dr. Robert Webster giving one of many bird husbandry talks[/caption]\r\n</div>\r\n<div class="sixcol">\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="alignright size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" /> Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge[/caption]\r\n</div>\r\n\r\n<h4>The Future</h4>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<h4>Professional Development Committee Members</h4>\r\n<strong>Chair</strong>\r\n[caption]<img class="size-full wp-image-2550" alt=" Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> Melaina Wallace - <em>Disney\'s Animal Kingdom</em>[caption]\r\n\r\n<div class="first sixcol">\r\nBob Cisneros - AAZK President\r\n\r\n<strong>Board Oversight</strong>\r\nSan Diego Zoo\r\nMelaina Wallace - Co-chair\r\nDisney\'s Animal Kingdom\r\nEllen Vossekull - Co-Chair\r\nUtah\'s Hogle Zoo\r\nVictor Alm\r\nOakland Zoo\r\nLeanne Blinco\r\nDisney\'s Animal Kingdom\r\nMike Murray\r\nDenver Zoo\r\nAaron Jesue\r\nNorth Carolina Zoo\r\nEunice Hui\r\n</div>\r\n<div class="last sixcol">\r\nCuriOdyssey\r\nDawn Sohr\r\nBrookfield Zoo\r\nAndrew Rowan\r\nDenver Zoo\r\nAnthony Nielsen\r\nLincoln Park Zoo\r\nT\'noya Thopmson Gonzales\r\nMoody Gardens\r\nChris Mooney\r\nSan Diego Zoo\r\nSasha Stallard\r\nSan Diego Zoo\'s Safari Park\r\nJanee Thill\r\nSequoia Park Zoo\r\nEmily Merola\r\nUtah\'s Hogle Zoo\r\n</div>', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-21 15:49:19', '2013-10-21 20:49:19', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3325, 1, '2013-10-21 15:56:09', '2013-10-21 20:56:09', '', 'no-img', 0, '', 'inherit', 'closed', 'closed', '', 'no-img', '', '', '2013-10-21 15:56:09', '2013-10-21 20:56:09', '', 395, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/no-img.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3326, 1, '2013-10-21 15:57:01', '2013-10-21 20:57:01', '<h4>Purpose</h4>\r\n<img class="alignleft wp-image-1132" title="Professional Development Committee Logo" alt="Professional Development Committee Logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="130" /> The Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\nThe Passerine Husbandry Workshop taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom. This a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds. PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website. <img class="alignright" title="Passerine Husbandry Workshop" alt="Passerine Husbandry Workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="125"/> \r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo. This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry. This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website.\r\n\r\n<div class="first sixcol">\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" /> Dr. Robert Webster giving one of many bird husbandry talks[/caption]\r\n</div>\r\n<div class="sixcol">\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="alignright size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" /> Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge[/caption]\r\n</div>\r\n\r\n<h4>The Future</h4>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<h4>Professional Development Committee Members</h4>\r\n<div class="first sixcol">\r\n<strong>Chair</strong>\r\n<img class="aligncenter" alt="Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> <p align="center">Melaina Wallace - <em>Disney\'s Animal Kingdom</em></p>\r\n</div>\r\n<div class="last sixcol">\r\n<strong>Board Oversight</strong>\r\n<img src="[homeurl]/wp-content/uploads/no-img.jpg" class="aligncenter" alt="No Image Available">\r\n <p align="center">Bob Cisneros - <em>AAZK President</em></p>\r\n</div>\r\n\r\n<div class="first sixcol">\r\nSan Diego Zoo\r\nMelaina Wallace - Co-chair\r\nDisney\'s Animal Kingdom\r\nEllen Vossekull - Co-Chair\r\nUtah\'s Hogle Zoo\r\nVictor Alm\r\nOakland Zoo\r\nLeanne Blinco\r\nDisney\'s Animal Kingdom\r\nMike Murray\r\nDenver Zoo\r\nAaron Jesue\r\nNorth Carolina Zoo\r\nEunice Hui\r\n</div>\r\n<div class="last sixcol">\r\nCuriOdyssey\r\nDawn Sohr\r\nBrookfield Zoo\r\nAndrew Rowan\r\nDenver Zoo\r\nAnthony Nielsen\r\nLincoln Park Zoo\r\nT\'noya Thopmson Gonzales\r\nMoody Gardens\r\nChris Mooney\r\nSan Diego Zoo\r\nSasha Stallard\r\nSan Diego Zoo\'s Safari Park\r\nJanee Thill\r\nSequoia Park Zoo\r\nEmily Merola\r\nUtah\'s Hogle Zoo\r\n</div>', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-21 15:57:01', '2013-10-21 20:57:01', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3327, 1, '2013-10-21 16:00:31', '2013-10-21 21:00:31', '<h4>Purpose</h4>\r\n<img class="alignleft wp-image-1132" title="Professional Development Committee Logo" alt="Professional Development Committee Logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="130" /> The Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\nThe Passerine Husbandry Workshop taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom. This a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds. PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website. <img class="alignright" title="Passerine Husbandry Workshop" alt="Passerine Husbandry Workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="125"/> \r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo. This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry. This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website.\r\n\r\n<div class="first sixcol">\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" /> Dr. Robert Webster giving one of many bird husbandry talks[/caption]\r\n</div>\r\n<div class="sixcol">\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="alignright size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" /> Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge[/caption]\r\n</div>\r\n\r\n<h4>The Future</h4>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<h4>Professional Development Committee Members</h4>\r\n<div class="first sixcol">\r\n <p align="center"><strong>Chair</strong></p>\r\n<img class="aligncenter" alt="Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> <p align="center">Melaina Wallace - <em>Disney\'s Animal Kingdom</em></p>\r\n</div>\r\n<div class="last sixcol">\r\n <p align="center"><strong>Board Oversight</strong></p>\r\n<img src="[homeurl]/wp-content/uploads/no-img.jpg" class="aligncenter" alt="No Image Available">\r\n <p align="center">Bob Cisneros - <em>AAZK President</em></p>\r\n</div>\r\n\r\n<div class="first sixcol">\r\nSan Diego Zoo\r\nMelaina Wallace - Co-chair\r\nDisney\'s Animal Kingdom\r\nEllen Vossekull - Co-Chair\r\nUtah\'s Hogle Zoo\r\nVictor Alm\r\nOakland Zoo\r\nLeanne Blinco\r\nDisney\'s Animal Kingdom\r\nMike Murray\r\nDenver Zoo\r\nAaron Jesue\r\nNorth Carolina Zoo\r\nEunice Hui\r\n</div>\r\n<div class="last sixcol">\r\nCuriOdyssey\r\nDawn Sohr\r\nBrookfield Zoo\r\nAndrew Rowan\r\nDenver Zoo\r\nAnthony Nielsen\r\nLincoln Park Zoo\r\nT\'noya Thopmson Gonzales\r\nMoody Gardens\r\nChris Mooney\r\nSan Diego Zoo\r\nSasha Stallard\r\nSan Diego Zoo\'s Safari Park\r\nJanee Thill\r\nSequoia Park Zoo\r\nEmily Merola\r\nUtah\'s Hogle Zoo\r\n</div>', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-21 16:00:31', '2013-10-21 21:00:31', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3328, 1, '2013-10-21 16:01:08', '2013-10-21 21:01:08', '<h4>Purpose</h4>\r\n<img class="alignleft wp-image-1132" title="Professional Development Committee Logo" alt="Professional Development Committee Logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="130" /> The Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\nThe Passerine Husbandry Workshop taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom. This a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds. PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website. <img class="alignright" title="Passerine Husbandry Workshop" alt="Passerine Husbandry Workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="125"/> \r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo. This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry. This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website.\r\n\r\n<div class="first sixcol">\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" /> Dr. Robert Webster giving one of many bird husbandry talks[/caption]\r\n</div>\r\n<div class="sixcol">\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="alignright size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" /> Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge[/caption]\r\n</div>\r\n\r\n<h4>The Future</h4>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<h4>Professional Development Committee Members</h4>\r\n<div class="first sixcol">\r\n <p align="center"><strong>Chair</strong></p>\r\n<img class="aligncenter" alt="Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> <p align="center">Melaina Wallace - <em>Disney\'s Animal Kingdom</em></p>\r\n</div>\r\n<div class="last sixcol">\r\n <p align="center"><strong>Board Oversight</strong></p>\r\n<img src="[homeurl]/wp-content/uploads/no-img.jpg" class="aligncenter" alt="No Image Available">\r\n <p align="center">Bob Cisneros - <em>AAZK President</em></p>\r\n</div>\r\n\r\n<div class="first sixcol">\r\nSan Diego Zoo\r\nMelaina Wallace - Co-chair\r\nDisney\'s Animal Kingdom\r\nEllen Vossekull - Co-Chair\r\nUtah\'s Hogle Zoo\r\nVictor Alm\r\nOakland Zoo\r\nLeanne Blinco\r\nDisney\'s Animal Kingdom\r\nMike Murray\r\nDenver Zoo\r\nAaron Jesue\r\nNorth Carolina Zoo\r\nEunice Hui\r\nCuriOdyssey\r\nDawn Sohr\r\nBrookfield Zoo\r\nAndrew Rowan\r\n</div>\r\n<div class="last sixcol">\r\nDenver Zoo\r\nAnthony Nielsen\r\nLincoln Park Zoo\r\nT\'noya Thopmson Gonzales\r\nMoody Gardens\r\nChris Mooney\r\nSan Diego Zoo\r\nSasha Stallard\r\nSan Diego Zoo\'s Safari Park\r\nJanee Thill\r\nSequoia Park Zoo\r\nEmily Merola\r\nUtah\'s Hogle Zoo\r\n</div>', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-21 16:01:08', '2013-10-21 21:01:08', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3329, 1, '2013-10-21 16:01:28', '2013-10-21 21:01:28', '<h4>Purpose</h4>\r\n<img class="alignleft wp-image-1132" title="Professional Development Committee Logo" alt="Professional Development Committee Logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="130" /> The Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\nThe Passerine Husbandry Workshop taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom. This a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds. PDF\'s of this workshop can be found in the <a href="http://aecetia.net/gws/aazk/members/login.php">Member\'s Only</a> section of the website. <img class="alignright" title="Passerine Husbandry Workshop" alt="Passerine Husbandry Workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="125"/> \r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo. This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry. This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. PDF\'s of this workshop can be found in the <a href="../members/login.php">Member\'s Only</a> section of the website.\r\n\r\n<div class="first sixcol">\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" /> Dr. Robert Webster giving one of many bird husbandry talks[/caption]\r\n</div>\r\n<div class="sixcol">\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="alignright size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" /> Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge[/caption]\r\n</div>\r\n\r\n<h4>The Future</h4>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<h4>Professional Development Committee Members</h4>\r\n<div class="first sixcol">\r\n <p align="center"><strong>Chair</strong></p>\r\n<img class="aligncenter" alt="Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> <p align="center">Melaina Wallace - <em>Disney\'s Animal Kingdom</em></p>\r\n</div>\r\n<div class="last sixcol">\r\n <p align="center"><strong>Board Oversight</strong></p>\r\n<img src="[homeurl]/wp-content/uploads/no-img.jpg" class="aligncenter" alt="No Image Available">\r\n <p align="center">Bob Cisneros - <em>AAZK President</em></p>\r\n</div>\r\n\r\n<div class="first sixcol">\r\nSan Diego Zoo\r\nMelaina Wallace - Co-chair\r\nDisney\'s Animal Kingdom\r\nEllen Vossekull - Co-Chair\r\nUtah\'s Hogle Zoo\r\nVictor Alm\r\nOakland Zoo\r\nLeanne Blinco\r\nDisney\'s Animal Kingdom\r\nMike Murray\r\nDenver Zoo\r\nAaron Jesue\r\nNorth Carolina Zoo\r\nEunice Hui\r\nCuriOdyssey\r\nDawn Sohr\r\n</div>\r\n<div class="last sixcol">\r\nBrookfield Zoo\r\nAndrew Rowan\r\nDenver Zoo\r\nAnthony Nielsen\r\nLincoln Park Zoo\r\nT\'noya Thopmson Gonzales\r\nMoody Gardens\r\nChris Mooney\r\nSan Diego Zoo\r\nSasha Stallard\r\nSan Diego Zoo\'s Safari Park\r\nJanee Thill\r\nSequoia Park Zoo\r\nEmily Merola\r\nUtah\'s Hogle Zoo\r\n</div>', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-21 16:01:28', '2013-10-21 21:01:28', '', 178, 'http://web3.gowebsolutions.com/~aazook/uncategorized/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3332, 1, '2013-10-21 16:58:02', '2013-10-21 21:58:02', '<strong><em>AAZK Award Nominations Are Now Being Accepted for 2013</em></strong>\r\n\r\n<h3>Purpose</h3>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards\' criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award\'s recipients each year at the National Conference.\r\n\r\n<h3>Awards Committee Members</h3>\r\n<div class="first sixcol">\r\n <p align="center"><strong>Chair</strong></p>\r\n<img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/janmccoy-291x300.jpg" alt="Janet McCoy" width="150" class="aligncenter" />\r\n <p align="center">Janet McCoy</p>\r\n</div>\r\n\r\n<div class="clear"></div>\r\n\r\n<strong>Nominations</strong>\r\n\r\n<em>The AAZK Awards Committee is accepting nominations for the Jean M. Hromadka AAZK Excellence in Animal Care Award, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, The AAZK Chapter of the Year Award, Lifetime Achievement Award (LA), the Lee Houts Excellence in Enrichment(LHEE) Award, The Certificate of Merit for Zoo Keeper Education (CMZE), The Certificate of Excellence in Exhibit Design Renovation (CEER), the Mazuri Animal Nutrition Award (MANA), and The Certificate of Merit in Conservation Award(CMC). </em>\r\n\r\nNomination criteria for these nine awards are listed below. These awards are presented at the annual AAZK National Conference held in the fall each year. The deadline for all award nominations is <strong>1 May</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\nOr, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\n<strong>Deadline for Nominations is 1 May </strong>\r\n<ul>\r\n	<li><a href="[homeurl]/committee/awards-committee/lifetime-achievement-la-award/">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/mazuri-animal-nutrition-award-mana/">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-in-conservation-cmc/">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/the-aazk-chapter-of-the-year-award/">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/awards2012.pdf">2012 Award Recipients</a></strong>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2013-10-21 16:58:02', '2013-10-21 21:58:02', '', 224, 'http://web3.gowebsolutions.com/~aazook/uncategorized/224-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3333, 1, '2013-10-21 17:34:59', '2013-10-21 22:34:59', '', 'Events', 0, '', 'inherit', 'closed', 'closed', '', '3062-revision-v1', '', '', '2013-10-21 17:34:59', '2013-10-21 22:34:59', '', 3062, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3062-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3334, 1, '2013-10-21 17:35:39', '2013-10-21 22:35:39', '[conferences]\r\nName:       The Name Only\r\nDate: Oct 3-17, 2013\r\n[/conferences]', 'Conferences', 0, '', 'inherit', 'closed', 'closed', '', '3056-revision-v1', '', '', '2013-10-21 17:35:39', '2013-10-21 22:35:39', '', 3056, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3056-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3335, 1, '2013-10-21 17:37:33', '2013-10-21 22:37:33', '[pmpro_account]', 'Membership Account', 0, '', 'inherit', 'closed', 'closed', '', '3083-revision-v1', '', '', '2013-10-21 17:37:33', '2013-10-21 22:37:33', '', 3083, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3083-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3336, 1, '2013-10-21 17:41:37', '2013-10-21 22:41:37', '\r\n<h4>Animal Keepers\' Forum</h4>\r\nIn August of 1972, a short-lived “unofficial” newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level. The idea for Animal Keepers’ Forum grew out of the Topeka Zoo. Animal Keepers’ Forum was launched November of 1974 and has progressed through the years from a 6’ x 9” format with artwork on the cover to standard magazine format in full color. If you are not a member yet, <strong><a href="http://www.aecetia.net/gws/aazk/membership-account/membership-levels/">join</a></strong> today to receive your annual subscription to the Animals Keepers’ Forum.\r\n<a class="button" href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>AAZK Crisis Management</h4>\r\nThis CD contains all of the manuscripts found in the original (1999) book Resources for Crisis Management in Zoos and Other Animal Care Facilities as well as the manuscripts from the special issue of Animal Keepers’ Forum dedicated to crisis management that was published in November/December 2007 by AAZK, Inc. It is fully searchable by topic, title or author. Purchase a copy of the AAZK Crisis Management CD by visiting the <strong><a href="http://www.aecetia.net/gws/aazk/shop/">AAZK store</a></strong>.\r\n<a class="button" href="http://www.aecetia.net/gws/aazk/publications/aazk-crisis-management/">Learn More</a>\r\n\r\n', 'Publications/Forms', 0, '', 'publish', 'closed', 'closed', '', 'publications', '', '', '2013-11-05 21:02:19', '2013-11-06 02:02:19', '', 0, 'http://web3.gowebsolutions.com/~aazook/?page_id=3336', 3, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4457, 1, '2013-11-05 20:45:22', '2013-11-06 01:45:22', '\r\n<h4>Animal Keepers\' Forum</h4>\r\nIn August of 1972, a short-lived “unofficial” newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level. The idea for Animal Keepers’ Forum grew out of the Topeka Zoo. Animal Keepers’ Forum was launched November of 1974 and has progressed through the years from a 6’ x 9” format with artwork on the cover to standard magazine format in full color. If you are not a member yet, <strong><a href="[homeurl]/membership-account/membership-levels/">join</a></strong> today to receive your annual subscription to the Animals Keepers’ Forum.\r\n<a class="button" href="[homeurl]/publications/animal-keepers-forum/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>AAZK Crisis Management</h4>\r\nThis CD contains all of the manuscripts found in the original (1999) book Resources for Crisis Management in Zoos and Other Animal Care Facilities as well as the manuscripts from the special issue of Animal Keepers’ Forum dedicated to crisis management that was published in November/December 2007 by AAZK, Inc. It is fully searchable by topic, title or author. Purchase a copy of the AAZK Crisis Management CD by visiting the <strong><a href="[homeurl]/shop/">AAZK store</a></strong>.\r\n<a class="button" href="[homeurl]/publications/aazk-crisis-management/">Learn More</a>\r\n\r\n', 'Publications', 0, '', 'inherit', 'closed', 'closed', '', '3336-revision-v1', '', '', '2013-11-05 20:45:22', '2013-11-06 01:45:22', '', 3336, 'http://web3.gowebsolutions.com/~aazook/3336-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3357, 1, '2013-10-22 18:28:26', '2013-10-22 23:28:26', '<h4>Animal Keepers\' Forum</h4>\r\nIn August of 1972, a short-lived “unofficial” newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level. The idea for Animal Keepers’ Forum grew out of the Topeka Zoo. Animal Keepers’ Forum was launched November of 1974 and has progressed through the years from a 6’ x 9” format with artwork on the cover to standard magazine format in full color. Join today to receive your annual subscription to the Animals Keepers’ Forum.\r\n<a class="button" href="#">Learn More</a>\r\n\r\n<h4>AAZK Crisis Management</h4>\r\nThis CD contains all of the manuscripts found in the original (1999) book Resources for Crisis Management in Zoos and Other Animal Care Facilities as well as the manuscripts from the special issue of Animal Keepers’ Forum dedicated to crisis management that was published in November/December 2007 by AAZK, Inc. It is fully searchable by topic, title or author. Purchase a copy of the AAZK Crisis Management CD by visiting the <a href="[homeurl]/shop/">AAZK store</a>.\r\n<a class="button" href="#">Learn More</a>\r\n\r\n<h4>AAZK Zoonotic Diease Handbook</h4>\r\nThis CD-Rom publication is in searchable PDF Format and is Hyper-linked by Zoonotic Disease List.  The publication contains updated guidelines for Animal Care Personnel and a hygiene and disinfection section. Purchase a copy of the AAZK Zoonotic Disease CD by visiting the <a href="[homeurl]/shop/">AAZK store</a>.\r\n<a class="button" href="#">Learn More</a>', 'Publications', 0, '', 'inherit', 'closed', 'closed', '', '3336-revision-v1', '', '', '2013-10-22 18:28:26', '2013-10-22 23:28:26', '', 3336, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3336-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3337, 1, '2013-10-21 17:41:37', '2013-10-21 22:41:37', '<h3>Animal Keepers\' Forum</h3>\r\n<h3>AAZK Crisis Management</h3>\r\n<h3>AAZK Zoonotic Diease Handbook</h3>', 'Publications', 0, '', 'inherit', 'closed', 'closed', '', '3336-revision-v1', '', '', '2013-10-21 17:41:37', '2013-10-21 22:41:37', '', 3336, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3336-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3338, 1, '2013-10-21 17:41:56', '2013-10-21 22:41:56', '<h4>Animal Keepers\' Forum</h4>\r\n<h4>AAZK Crisis Management</h4>\r\n<h4>AAZK Zoonotic Diease Handbook</h4>', 'Publications', 0, '', 'inherit', 'closed', 'closed', '', '3336-revision-v1', '', '', '2013-10-21 17:41:56', '2013-10-21 22:41:56', '', 3336, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3336-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3339, 1, '2013-10-21 17:44:31', '2013-10-21 22:44:31', '', 'Publications and Forms', 0, 'AAZK Publications', 'publish', 'closed', 'closed', '', '3339', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=3339', 1, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3340, 1, '2013-10-21 17:44:31', '2013-10-21 22:44:31', '', 'Animal Keepers\' Forum', 0, '', 'publish', 'closed', 'closed', '', 'animal-keepers-forum', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 3336, 'http://web3.gowebsolutions.com/~aazook/?p=3340', 3, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3341, 1, '2013-10-21 17:45:49', '2013-10-21 22:45:49', '<h4>Animal Keepers\' Forum</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque. Quisque feugiat tempus ultrices. Sed rhoncus a massa sed feugiat. Nullam lacus ante, fringilla in tortor eget, consectetur dignissim arcu. Nullam eu ornare magna. Cras posuere velit ultricies urna sollicitudin, ut gravida augue mollis. Nam congue risus eget nunc interdum, eu posuere enim malesuada.\r\n\r\n<h4>AAZK Crisis Management</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque. Quisque feugiat tempus ultrices. Sed rhoncus a massa sed feugiat. Nullam lacus ante, fringilla in tortor eget, consectetur dignissim arcu. Nullam eu ornare magna. Cras posuere velit ultricies urna sollicitudin, ut gravida augue mollis. Nam congue risus eget nunc interdum, eu posuere enim malesuada.\r\n\r\n<h4>AAZK Zoonotic Diease Handbook</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque. Quisque feugiat tempus ultrices. Sed rhoncus a massa sed feugiat. Nullam lacus ante, fringilla in tortor eget, consectetur dignissim arcu. Nullam eu ornare magna. Cras posuere velit ultricies urna sollicitudin, ut gravida augue mollis. Nam congue risus eget nunc interdum, eu posuere enim malesuada.', 'Publications', 0, '', 'inherit', 'closed', 'closed', '', '3336-revision-v1', '', '', '2013-10-21 17:45:49', '2013-10-21 22:45:49', '', 3336, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3336-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3342, 1, '2013-10-30 12:08:40', '2013-10-30 17:08:40', '<div class="first sixcol">\n<h4>Animal Keepers\' Forum</h4>\nIn August of 1972, a short-lived “unofficial” newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level. The idea for Animal Keepers’ Forum grew out of the Topeka Zoo. Animal Keepers’ Forum was launched November of 1974 and has progressed through the years from a 6’ x 9” format with artwork on the cover to standard magazine format in full color. If you are not a member yet, <strong><a href="[homeurl]/membership-account/membership-levels/">join</a></strong> today to receive your annual subscription to the Animals Keepers’ Forum.\n<a class="button" href="[homeurl]/publications/animal-keepers-forum/">Learn More</a>\n\n<div class="hr"></div>\n\n<h4>AAZK Crisis Management</h4>\nThis CD contains all of the manuscripts found in the original (1999) book Resources for Crisis Management in Zoos and Other Animal Care Facilities as well as the manuscripts from the special issue of Animal Keepers’ Forum dedicated to crisis management that was published in November/December 2007 by AAZK, Inc. It is fully searchable by topic, title or author. Purchase a copy of the AAZK Crisis Management CD by visiting the <strong><a href="[homeurl]/shop/">AAZK store</a></strong>.\n<a class="button" href="[homeurl]/publications/">Learn More</a>\n\n<div class="hr"></div>\n</div>\n\n<div class="last sixcol">\n<h4>AAZK Zoonotic Diease Handbook</h4>\nThis CD-Rom publication is in searchable PDF Format and is Hyper-linked by Zoonotic Disease List. The publication contains updated guidelines for Animal Care Personnel and a hygiene and disinfection section. Purchase a copy of the AAZK Zoonotic Disease CD by visiting the <strong><a href="[homeurl]/shop/">AAZK store</a></strong>.\n<a class="button" href="[homeurl]/publications/aazk-zoonotic-diease-handbook/">Learn More</a>\n</div>', 'Publications', 0, '', 'inherit', 'closed', 'closed', '', '3336-autosave-v1', '', '', '2013-10-30 12:08:40', '2013-10-30 17:08:40', '', 3336, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3336-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3413, 1, '2013-10-24 10:33:14', '2013-10-24 15:33:14', '<h4>Animal Keepers\' Forum</h4>\r\nIn August of 1972, a short-lived “unofficial” newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level. The idea for Animal Keepers’ Forum grew out of the Topeka Zoo. Animal Keepers’ Forum was launched November of 1974 and has progressed through the years from a 6’ x 9” format with artwork on the cover to standard magazine format in full color. If you are not a member yet, <a href="[homeurl]/membership-account/membership-levels/">join</a> today to receive your annual subscription to the Animals Keepers’ Forum.\r\n<a class="button" href="[homeurl]/publications/animal-keepers-forum/">Learn More</a>\r\n\r\n<h4>AAZK Crisis Management</h4>\r\nThis CD contains all of the manuscripts found in the original (1999) book Resources for Crisis Management in Zoos and Other Animal Care Facilities as well as the manuscripts from the special issue of Animal Keepers’ Forum dedicated to crisis management that was published in November/December 2007 by AAZK, Inc. It is fully searchable by topic, title or author. Purchase a copy of the AAZK Crisis Management CD by visiting the <a href="[homeurl]/shop/">AAZK store</a>.\r\n<a class="button" href="#">Learn More</a>\r\n\r\n<h4>AAZK Zoonotic Diease Handbook</h4>\r\nThis CD-Rom publication is in searchable PDF Format and is Hyper-linked by Zoonotic Disease List. The publication contains updated guidelines for Animal Care Personnel and a hygiene and disinfection section. Purchase a copy of the AAZK Zoonotic Disease CD by visiting the <a href="[homeurl]/shop/">AAZK store</a>.\r\n<a class="button" href="#">Learn More</a>', 'Publications', 0, '', 'inherit', 'closed', 'closed', '', '3336-revision-v1', '', '', '2013-10-24 10:33:14', '2013-10-24 15:33:14', '', 3336, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3336-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3343, 1, '2013-10-21 17:49:42', '2013-10-21 22:49:42', '<h4>Animal Keepers\' Forum</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque. Quisque feugiat tempus ultrices. Sed rhoncus a massa sed feugiat. Nullam lacus ante, fringilla in tortor eget, consectetur dignissim arcu. Nullam eu ornare magna. Cras posuere velit ultricies urna sollicitudin, ut gravida augue mollis. Nam congue risus eget nunc interdum, eu posuere enim malesuada.\r\n<a class="button" href="#">Learn More</a>\r\n\r\n<h4>AAZK Crisis Management</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque. Quisque feugiat tempus ultrices. Sed rhoncus a massa sed feugiat. Nullam lacus ante, fringilla in tortor eget, consectetur dignissim arcu. Nullam eu ornare magna. Cras posuere velit ultricies urna sollicitudin, ut gravida augue mollis. Nam congue risus eget nunc interdum, eu posuere enim malesuada.\r\n<a class="button" href="#">Learn More</a>\r\n\r\n<h4>AAZK Zoonotic Diease Handbook</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque. Quisque feugiat tempus ultrices. Sed rhoncus a massa sed feugiat. Nullam lacus ante, fringilla in tortor eget, consectetur dignissim arcu. Nullam eu ornare magna. Cras posuere velit ultricies urna sollicitudin, ut gravida augue mollis. Nam congue risus eget nunc interdum, eu posuere enim malesuada.\r\n<a class="button" href="#">Learn More</a>', 'Publications', 0, '', 'inherit', 'closed', 'closed', '', '3336-revision-v1', '', '', '2013-10-21 17:49:42', '2013-10-21 22:49:42', '', 3336, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3336-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3344, 1, '2013-10-21 17:50:43', '2013-10-21 22:50:43', '<h4>Animal Keepers\' Forum</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque. Quisque feugiat tempus ultrices. Sed rhoncus a massa sed feugiat. Nullam lacus ante, fringilla in tortor eget, consectetur dignissim arcu. Nullam eu ornare magna. Cras posuere velit ultricies urna sollicitudin, ut gravida augue mollis. Nam congue risus eget nunc interdum, eu posuere enim malesuada.\r\n<a class="button" href="#">Learn More</a>\r\n<div class="hr"></div>\r\n\r\n<h4>AAZK Crisis Management</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque. Quisque feugiat tempus ultrices. Sed rhoncus a massa sed feugiat. Nullam lacus ante, fringilla in tortor eget, consectetur dignissim arcu. Nullam eu ornare magna. Cras posuere velit ultricies urna sollicitudin, ut gravida augue mollis. Nam congue risus eget nunc interdum, eu posuere enim malesuada.\r\n<a class="button" href="#">Learn More</a>\r\n<div class="hr"></div>\r\n\r\n<h4>AAZK Zoonotic Diease Handbook</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque. Quisque feugiat tempus ultrices. Sed rhoncus a massa sed feugiat. Nullam lacus ante, fringilla in tortor eget, consectetur dignissim arcu. Nullam eu ornare magna. Cras posuere velit ultricies urna sollicitudin, ut gravida augue mollis. Nam congue risus eget nunc interdum, eu posuere enim malesuada.\r\n<a class="button" href="#">Learn More</a>', 'Publications', 0, '', 'inherit', 'closed', 'closed', '', '3336-revision-v1', '', '', '2013-10-21 17:50:43', '2013-10-21 22:50:43', '', 3336, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3336-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3345, 1, '2013-10-21 17:51:36', '2013-10-21 22:51:36', '<h4>Animal Keepers\' Forum</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque. Quisque feugiat tempus ultrices. Sed rhoncus a massa sed feugiat. Nullam lacus ante, fringilla in tortor eget, consectetur dignissim arcu. Nullam eu ornare magna. Cras posuere velit ultricies urna sollicitudin, ut gravida augue mollis. Nam congue risus eget nunc interdum, eu posuere enim malesuada.\r\n<a class="button" href="#">Learn More</a>\r\n\r\n<div class="home hr"></div>\r\n\r\n<h4>AAZK Crisis Management</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque. Quisque feugiat tempus ultrices. Sed rhoncus a massa sed feugiat. Nullam lacus ante, fringilla in tortor eget, consectetur dignissim arcu. Nullam eu ornare magna. Cras posuere velit ultricies urna sollicitudin, ut gravida augue mollis. Nam congue risus eget nunc interdum, eu posuere enim malesuada.\r\n<a class="button" href="#">Learn More</a>\r\n\r\n<div class="home hr"></div>\r\n\r\n<h4>AAZK Zoonotic Diease Handbook</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque. Quisque feugiat tempus ultrices. Sed rhoncus a massa sed feugiat. Nullam lacus ante, fringilla in tortor eget, consectetur dignissim arcu. Nullam eu ornare magna. Cras posuere velit ultricies urna sollicitudin, ut gravida augue mollis. Nam congue risus eget nunc interdum, eu posuere enim malesuada.\r\n<a class="button" href="#">Learn More</a>', 'Publications', 0, '', 'inherit', 'closed', 'closed', '', '3336-revision-v1', '', '', '2013-10-21 17:51:36', '2013-10-21 22:51:36', '', 3336, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3336-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3346, 1, '2013-10-21 17:52:49', '2013-10-21 22:52:49', '<h4>Animal Keepers\' Forum</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque. Quisque feugiat tempus ultrices. Sed rhoncus a massa sed feugiat. Nullam lacus ante, fringilla in tortor eget, consectetur dignissim arcu. Nullam eu ornare magna. Cras posuere velit ultricies urna sollicitudin, ut gravida augue mollis. Nam congue risus eget nunc interdum, eu posuere enim malesuada.\r\n<a class="button" href="#">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>AAZK Crisis Management</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque. Quisque feugiat tempus ultrices. Sed rhoncus a massa sed feugiat. Nullam lacus ante, fringilla in tortor eget, consectetur dignissim arcu. Nullam eu ornare magna. Cras posuere velit ultricies urna sollicitudin, ut gravida augue mollis. Nam congue risus eget nunc interdum, eu posuere enim malesuada.\r\n<a class="button" href="#">Learn More</a>\r\n\r\n<div class="home hr"></div>\r\n\r\n<h4>AAZK Zoonotic Diease Handbook</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque. Quisque feugiat tempus ultrices. Sed rhoncus a massa sed feugiat. Nullam lacus ante, fringilla in tortor eget, consectetur dignissim arcu. Nullam eu ornare magna. Cras posuere velit ultricies urna sollicitudin, ut gravida augue mollis. Nam congue risus eget nunc interdum, eu posuere enim malesuada.\r\n<a class="button" href="#">Learn More</a>', 'Publications', 0, '', 'inherit', 'closed', 'closed', '', '3336-revision-v1', '', '', '2013-10-21 17:52:49', '2013-10-21 22:52:49', '', 3336, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3336-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3349, 1, '2013-10-22 17:03:46', '2013-10-22 22:03:46', '<div class="first sixcol">\r\n<h3>Committees</h3>\r\n<p>Dedicated to professional animal care, the vision of AAZK is to provide resources for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function please log in to the Members Only Page and open the Committees and Program tab.</p>\r\n\r\n<h4>Awards Committee</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards’ criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award’s recipients each year at the National Conference.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Behavioral Husbandry Committee</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Communication Committee</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership.  The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n<a class="button" href="">Learn More</a>\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h4>Conservation Committee</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Ethics Committee</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Grants Committee</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Professional Development Committee</h4>\r\nAAZK’s Professional Development Committee’s mission is to provide a resource for National AAZK members to explore continuing education opportunities.\r\n<a class="button" href="">Learn More</a>\r\n</div>\r\n\r\n<div class="first sixcol">\r\n<h3>Programs</h3>\r\nDedicated Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non.\r\n\r\n<h4>Bylaws Program</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>International Congress of Zoo Keepers Program</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>National Zoo Keeper Week Program</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque.\r\n<a class="button" href="">Learn More</a>\r\n</div>\r\n<div class="last sixcol">\r\n<h4>Trees for You and Me Program</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque.\r\n<a class="button" href="">Learn More</a>\r\n</div>', 'Committees and Programs', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2013-10-22 17:03:46', '2013-10-22 22:03:46', '', 12, 'http://web3.gowebsolutions.com/~aazook/uncategorized/12-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3347, 1, '2013-10-22 17:00:09', '2013-10-22 22:00:09', '<div class="first sixcol">\r\n<h3>Committees</h3>\r\n<p>Dedicated to professional animal care, the vision of AAZK is to provide resources for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function please log in to the Members Only Page and open the Committees and Program tab.</p>\r\n\r\n<h4>Awards Committee</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards’ criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award’s recipients each year at the National Conference.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<hr></hr>\r\n\r\n<h4>Behavioral Husbandry Committee</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Communication Committee</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership.  The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Conservation Committee</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Ethics Committee</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Grants Committee</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Professional Development Committee</h4>\r\nAAZK’s Professional Development Committee’s mission is to provide a resource for National AAZK members to explore continuing education opportunities.\r\n<a class="button" href="">Learn More</a>\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h3>Programs</h3>\r\nDedicated Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non.\r\n\r\n<h4>Bylaws Program</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>International Congress of Zoo Keepers Program</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>National Zoo Keeper Week Program</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Trees for You and Me Program</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque.\r\n<a class="button" href="">Learn More</a>\r\n</div>', 'Committees', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2013-10-22 17:00:09', '2013-10-22 22:00:09', '', 12, 'http://web3.gowebsolutions.com/~aazook/uncategorized/12-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3348, 1, '2013-10-22 17:00:21', '2013-10-22 22:00:21', '<div class="first sixcol">\r\n<h3>Committees</h3>\r\n<p>Dedicated to professional animal care, the vision of AAZK is to provide resources for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function please log in to the Members Only Page and open the Committees and Program tab.</p>\r\n\r\n<h4>Awards Committee</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards’ criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award’s recipients each year at the National Conference.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<hr></hr>\r\n\r\n<h4>Behavioral Husbandry Committee</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Communication Committee</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership.  The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Conservation Committee</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Ethics Committee</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Grants Committee</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Professional Development Committee</h4>\r\nAAZK’s Professional Development Committee’s mission is to provide a resource for National AAZK members to explore continuing education opportunities.\r\n<a class="button" href="">Learn More</a>\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h3>Programs</h3>\r\nDedicated Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non.\r\n\r\n<h4>Bylaws Program</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>International Congress of Zoo Keepers Program</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>National Zoo Keeper Week Program</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Trees for You and Me Program</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque.\r\n<a class="button" href="">Learn More</a>\r\n</div>', 'Committees and Programs', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2013-10-22 17:00:21', '2013-10-22 22:00:21', '', 12, 'http://web3.gowebsolutions.com/~aazook/uncategorized/12-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3350, 1, '2013-10-22 17:04:38', '2013-10-22 22:04:38', '<div class="first sixcol">\r\n<h3>Committees</h3>\r\n<p>Dedicated to professional animal care, the vision of AAZK is to provide resources for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function please log in to the Members Only Page and open the Committees and Program tab.</p>\r\n\r\n<h4>Awards Committee</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards’ criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award’s recipients each year at the National Conference.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Behavioral Husbandry Committee</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Communication Committee</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership.  The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n<a class="button" href="">Learn More</a>\r\n</div>\r\n\r\n<div class="sixcol">\r\n<h4>Conservation Committee</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Ethics Committee</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Grants Committee</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Professional Development Committee</h4>\r\nAAZK’s Professional Development Committee’s mission is to provide a resource for National AAZK members to explore continuing education opportunities.\r\n<a class="button" href="">Learn More</a>\r\n</div>\r\n\r\n<div class="sixcol">\r\n<h3>Programs</h3>\r\nDedicated Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non.\r\n\r\n<h4>Bylaws Program</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>International Congress of Zoo Keepers Program</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>National Zoo Keeper Week Program</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque.\r\n<a class="button" href="">Learn More</a>\r\n</div>\r\n<div class="last sixcol">\r\n<h4>Trees for You and Me Program</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque.\r\n<a class="button" href="">Learn More</a>\r\n</div>', 'Committees and Programs', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2013-10-22 17:04:38', '2013-10-22 22:04:38', '', 12, 'http://web3.gowebsolutions.com/~aazook/uncategorized/12-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3351, 1, '2013-10-22 17:05:09', '2013-10-22 22:05:09', '<div class="first sixcol">\r\n<h3>Committees</h3>\r\n<p>Dedicated to professional animal care, the vision of AAZK is to provide resources for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function please log in to the Members Only Page and open the Committees and Program tab.</p>\r\n\r\n<h4>Awards Committee</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards’ criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award’s recipients each year at the National Conference.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Behavioral Husbandry Committee</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Communication Committee</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership.  The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n<a class="button" href="">Learn More</a>\r\n</div>\r\n\r\n<div class="sixcol">\r\n<h4>Conservation Committee</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Ethics Committee</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Grants Committee</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Professional Development Committee</h4>\r\nAAZK’s Professional Development Committee’s mission is to provide a resource for National AAZK members to explore continuing education opportunities.\r\n<a class="button" href="">Learn More</a>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<div class="sixcol">\r\n<h3>Programs</h3>\r\nDedicated Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non.\r\n\r\n<h4>Bylaws Program</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>International Congress of Zoo Keepers Program</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>National Zoo Keeper Week Program</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque.\r\n<a class="button" href="">Learn More</a>\r\n</div>\r\n<div class="last sixcol">\r\n<h4>Trees for You and Me Program</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque.\r\n<a class="button" href="">Learn More</a>\r\n</div>', 'Committees and Programs', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2013-10-22 17:05:09', '2013-10-22 22:05:09', '', 12, 'http://web3.gowebsolutions.com/~aazook/uncategorized/12-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3353, 1, '2013-10-22 17:08:42', '2013-10-22 22:08:42', '<div class="first sixcol">\r\n<h3>Committees</h3>\r\n<p>Dedicated to professional animal care, the vision of AAZK is to provide resources for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function please log in to the Members Only Page and open the Committees and Program tab.</p>\r\n\r\n<h4>Awards Committee</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards’ criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award’s recipients each year at the National Conference.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Behavioral Husbandry Committee</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Communication Committee</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership.  The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n<a class="button" href="">Learn More</a>\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h4>Conservation Committee</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Ethics Committee</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Grants Committee</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Professional Development Committee</h4>\r\nAAZK’s Professional Development Committee’s mission is to provide a resource for National AAZK members to explore continuing education opportunities.\r\n<a class="button" href="">Learn More</a>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<div class="first sixcol">\r\n<h3>Programs</h3>\r\nDedicated to professional animal care, the vision of AAZK is to provide resources through internal, national and international Programs. Our Programs are developed to further this vision. To learn about AAZK Programs please click on one of the links below.\r\n\r\n<h4>Bylaws Program</h4>\r\nThe Program Manager annually reviews the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. When developing new Bylaws, the Program expands to a Member Committee consisting of five members, two of which shall be member of the Board of Directors. (If you would like a copy of the Association’s Bylaws please <a href="[homeurl]/contact/">contact</a> the Administrative Office.)\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>International Congress of Zoo Keepers Program</h4>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n<a class="button" href="">Learn More</a>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n\r\n<h4>National Zoo Keeper Week Program</h4>\r\nAs the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Trees for You and Me Program</h4>\r\nTrees for You & Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. Every year, the effort has a local focus.  Gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, AAZK believes drawing attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<a class="button" href="">Learn More</a>\r\n</div>', 'Committees and Programs', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2013-10-22 17:08:42', '2013-10-22 22:08:42', '', 12, 'http://web3.gowebsolutions.com/~aazook/uncategorized/12-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3352, 1, '2013-10-22 17:06:18', '2013-10-22 22:06:18', '<div class="first sixcol">\r\n<h3>Committees</h3>\r\n<p>Dedicated to professional animal care, the vision of AAZK is to provide resources for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function please log in to the Members Only Page and open the Committees and Program tab.</p>\r\n\r\n<h4>Awards Committee</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards’ criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award’s recipients each year at the National Conference.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Behavioral Husbandry Committee</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Communication Committee</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership.  The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n<a class="button" href="">Learn More</a>\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h4>Conservation Committee</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Ethics Committee</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Grants Committee</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Professional Development Committee</h4>\r\nAAZK’s Professional Development Committee’s mission is to provide a resource for National AAZK members to explore continuing education opportunities.\r\n<a class="button" href="">Learn More</a>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<div class="first sixcol">\r\n<h3>Programs</h3>\r\nDedicated Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non.\r\n\r\n<h4>Bylaws Program</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>International Congress of Zoo Keepers Program</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque.\r\n<a class="button" href="">Learn More</a>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n\r\n<h4>National Zoo Keeper Week Program</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Trees for You and Me Program</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus iaculis fringilla tellus, vel lacinia erat egestas eget. In viverra aliquam mauris ac elementum. Etiam urna tellus, luctus placerat velit non, mattis adipiscing urna. Praesent bibendum nulla a sapien iaculis, in lobortis dolor rhoncus. Etiam nec aliquam est. Sed dignissim pellentesque commodo. Aenean non massa diam. Duis porttitor magna ac est volutpat pellentesque.\r\n<a class="button" href="">Learn More</a>\r\n</div>', 'Committees and Programs', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2013-10-22 17:06:18', '2013-10-22 22:06:18', '', 12, 'http://web3.gowebsolutions.com/~aazook/uncategorized/12-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3354, 1, '2013-10-22 17:15:39', '2013-10-22 22:15:39', '<div class="first sixcol">\r\n<h3>Committees</h3>\r\n<p>Dedicated to professional animal care, the vision of AAZK is to provide resources for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function please log in to the Members Only Page and open the Committees and Program tab.</p>\r\n\r\n<h4>Awards Committee</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards’ criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award’s recipients each year at the National Conference.\r\n<a class="button" href="[homeurl]/committee/awards-committee/">Learn More</a>\r\n\r\n<h4>Behavioral Husbandry Committee</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<a class="button" href="[homeurl]/committee/behavioral-husbandry/">Learn More</a>\r\n\r\n<h4>Communication Committee</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership.  The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n<a class="button" href="">Learn More</a>\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h4>Conservation Committee</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Ethics Committee</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Grants Committee</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Professional Development Committee</h4>\r\nAAZK’s Professional Development Committee’s mission is to provide a resource for National AAZK members to explore continuing education opportunities.\r\n<a class="button" href="">Learn More</a>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<div class="first sixcol">\r\n<h3>Programs</h3>\r\nDedicated to professional animal care, the vision of AAZK is to provide resources through internal, national and international Programs. Our Programs are developed to further this vision. To learn about AAZK Programs please click on one of the links below.\r\n\r\n<h4>Bylaws Program</h4>\r\nThe Program Manager annually reviews the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. When developing new Bylaws, the Program expands to a Member Committee consisting of five members, two of which shall be member of the Board of Directors. (If you would like a copy of the Association’s Bylaws please <a href="[homeurl]/contact/">contact</a> the Administrative Office.)\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>International Congress of Zoo Keepers Program</h4>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n<a class="button" href="">Learn More</a>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n\r\n<h4>National Zoo Keeper Week Program</h4>\r\nAs the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Trees for You and Me Program</h4>\r\nTrees for You & Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. Every year, the effort has a local focus.  Gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, AAZK believes drawing attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<a class="button" href="">Learn More</a>\r\n</div>', 'Committees and Programs', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2013-10-22 17:15:39', '2013-10-22 22:15:39', '', 12, 'http://web3.gowebsolutions.com/~aazook/uncategorized/12-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3355, 1, '2013-10-22 17:27:26', '2013-10-22 22:27:26', '<div class="first sixcol">\r\n<h3>Committees</h3>\r\n<p>Dedicated to professional animal care, the vision of AAZK is to provide resources for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function please log in to the Members Only Page and open the Committees and Program tab.</p>\r\n\r\n<h4>Awards Committee</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards’ criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award’s recipients each year at the National Conference.\r\n<a class="button" href="[homeurl]/committee/awards-committee/">Learn More</a>\r\n\r\n<h4>Behavioral Husbandry Committee</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<a class="button" href="[homeurl]/committee/behavioral-husbandry/">Learn More</a>\r\n\r\n<h4>Communication Committee</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership.  The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n<a class="button" href="">Learn More</a>\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h4>Conservation Committee</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<a class="button" href="[homeurl]/committee/conservation-committee/">Learn More</a>\r\n\r\n<h4>Ethics Committee</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Grants Committee</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<a class="button" href="[homeurl]/committee/grants-committee/">Learn More</a>\r\n\r\n<h4>Professional Development Committee</h4>\r\nAAZK’s Professional Development Committee’s mission is to provide a resource for National AAZK members to explore continuing education opportunities.\r\n<a class="button" href="[homeurl]/committee/professional-development-committee/">Learn More</a>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<div class="first sixcol">\r\n<h3>Programs</h3>\r\nDedicated to professional animal care, the vision of AAZK is to provide resources through internal, national and international Programs. Our Programs are developed to further this vision. To learn about AAZK Programs please click on one of the links below.\r\n\r\n<h4>Bylaws Program</h4>\r\nThe Program Manager annually reviews the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. When developing new Bylaws, the Program expands to a Member Committee consisting of five members, two of which shall be member of the Board of Directors. (If you would like a copy of the Association’s Bylaws please <a href="[homeurl]/contact/">contact</a> the Administrative Office.)\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>International Congress of Zoo Keepers Program</h4>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n<a class="button" href="">Learn More</a>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n\r\n<h4>National Zoo Keeper Week Program</h4>\r\nAs the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Trees for You and Me Program</h4>\r\nTrees for You & Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. Every year, the effort has a local focus.  Gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, AAZK believes drawing attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<a class="button" href="">Learn More</a>\r\n</div>', 'Committees and Programs', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2013-10-22 17:27:26', '2013-10-22 22:27:26', '', 12, 'http://web3.gowebsolutions.com/~aazook/uncategorized/12-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3356, 1, '2013-10-22 17:43:09', '2013-10-22 22:43:09', '<div class="first sixcol">\r\n<h3>Committees</h3>\r\n<p>Dedicated to professional animal care, the vision of AAZK is to provide resources for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function please log in to the Members Only Page and open the Committees and Program tab.</p>\r\n\r\n<h4>Awards Committee</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards’ criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award’s recipients each year at the National Conference.\r\n<a class="button" href="[homeurl]/committee/awards-committee/">Learn More</a>\r\n\r\n<h4>Behavioral Husbandry Committee</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<a class="button" href="[homeurl]/committee/behavioral-husbandry/">Learn More</a>\r\n\r\n<h4>Communication Committee</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership.  The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n<a class="button" href="">Learn More</a>\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h4>Conservation Committee</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<a class="button" href="[homeurl]/committee/conservation-committee/">Learn More</a>\r\n\r\n<h4>Ethics Committee</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Grants Committee</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<a class="button" href="[homeurl]/committee/grants-committee/">Learn More</a>\r\n\r\n<h4>Professional Development Committee</h4>\r\nAAZK’s Professional Development Committee’s mission is to provide a resource for National AAZK members to explore continuing education opportunities. Our goal is concentrate on continuing education through online training courses and conference workshops. Online courses can be found at the <a target="_blank" href="http://sdzglobalacademy.org/courses.html">San Diego Global Academy courses</a>. Over 200 self-directed courses are offered. Conferences are held annually and delegates are provided with paper presentations, posters sessions, and a variety of workshops to meet everyone’s needs. Workshops can be lecture based or hands on.  \r\n<a class="button" href="[homeurl]/committee/professional-development-committee/">Learn More</a>\r\n</div>\r\n\r\n\r\n\r\n<div class="clear"></div>\r\n\r\n<div class="first sixcol">\r\n<h3>Programs</h3>\r\nDedicated to professional animal care, the vision of AAZK is to provide resources through internal, national and international Programs. Our Programs are developed to further this vision. To learn about AAZK Programs please click on one of the links below.\r\n\r\n<h4>Bylaws Program</h4>\r\nThe Program Manager annually reviews the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. When developing new Bylaws, the Program expands to a Member Committee consisting of five members, two of which shall be member of the Board of Directors. (If you would like a copy of the Association’s Bylaws please <a href="[homeurl]/contact/">contact</a> the Administrative Office.)\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>International Congress of Zoo Keepers Program</h4>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n<a class="button" href="">Learn More</a>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n\r\n<h4>National Zoo Keeper Week Program</h4>\r\nAs the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Trees for You and Me Program</h4>\r\nTrees for You & Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. Every year, the effort has a local focus.  Gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, AAZK believes drawing attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<a class="button" href="">Learn More</a>\r\n</div>', 'Committees and Programs', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2013-10-22 17:43:09', '2013-10-22 22:43:09', '', 12, 'http://web3.gowebsolutions.com/~aazook/uncategorized/12-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5156, 2, '2014-01-09 16:46:28', '2014-01-09 21:46:28', '<span style="font-size: 1.5em; line-height: 1.5em; color: #993300;">2013 North Carolina Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;"><strong>Workshops</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Online.pdf">AAZK Online</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Escape-Preparedness.pdf">Animal Escape Preparedness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Better-Powerpoint-Presentations.pdf">Better Powerpoint Presentations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Enrichment-Day.pdf">BHC Enrichment Day</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Safety-Workshop.pdf">BHC Safety Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Shipping-Crates.pdf">Building Shipping Crates</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Challenges-and-Successes-of-Breeding-in-a-Large-Mixed-Species-Aviary.pdf">Challenges and Successes of Breeding in a Large Mixed-Species Aviary</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Goal-Setting.pdf">Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Health-Management-of-Fishes-and-Amphibians.pdf">Health Management of Fishes and Amphibians</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Improving-Your-Photography.pdf">Improving Your Photography</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Invert-Husbandry-Basics.pdf">Invert Husbandry Basics</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Founded-Conservation-Programs.pdf">Keeper Founded Conservation Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Talks-Can-Be-Fun-Seriously.pdf">Keeper Talks Can Be Fun Seriously</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-to-Curator.pdf">Keeper to Curator</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations.pdf">Management Adjustments to Address Aging Populations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations-Part-2.pdf">Management Adjustments to Address Aging Populations Part 2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Mixed-Species-Mgt-Facility-Design.pdf">Mixed Species Mgt Facility Design</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/North-Carolina-Zoo-Browse-Program.pdf">North Carolina Zoo Browse Program</a>\r\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Population-Management.pdf">Population Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Proposal-Writing-and-Evaluation.pdf">Proposal Writing and Evaluation</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Public-Relations-101.pdf">Public Relations 101</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Radio-Telemetry.pdf">Radio Telemetry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SCUBA-Diving-and-Rock-Climbing-Operations.pdf">SCUBA Diving and Rock Climbing Operations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams1.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Veterinary-Communications.pdf">Understanding Veterinary Communications</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Wild-Bird-Banding.pdf">Wild Bird Banding</a>\r\n<h4><strong style="color: #0000ff; line-height: 1.5em;">Posters</strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n<h4><strong><span style="color: #0000ff;">Paper Sessions</span></strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n<span style="font-size: 1.5em; line-height: 1.5em; color: #993300;">2012 Syracuse Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;">Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee1.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-The-Shaping-Police.pdf">BHC The Shaping Police</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo.pdf">Bird Strike Monitoring at the Philadelphia Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home.pdf">Bringing it Home</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK.pdf">Conservation Resources for AAZK</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators1.pdf">Farming with Pollinators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box1.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Penguin-Breeding-Management.pptx">Humboldt Penguin Breeding Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering1.pdf">IAATE Position Statement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Important-Zoonotic-Diseases-of-Zoo-and-Doemestic-Animals.pdf">Important Zoonotic Diseases of Zoo and Domestic Animals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers1.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter1.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">Monitoring Anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees-Fact-Sheet.pdf">Nests for Native Bees Fact Sheet</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees1.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card1.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees1.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting1.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QT-Protocols-Enichment-and-Training.pdf">QT Protocols Enrichment and Training</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-Equipment.pdf">Raptor Equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-Workshop.pdf">Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-Knot.pdf">Raptor Knot</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-Restraint-and-Handling.ppt">Ungulate Restraint and Handling</a>\r\n\r\n<strong style="color: #0000ff; font-size: 1em; line-height: 1.5em;">Paper Sessions</strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/A-Big-Trip-for-the-Smallest-Bear.docx">A Big Trip for the Smallest Bear</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Attwaters-Prairie-Chicken-Awareness.docx">Attwaters Prairie Chicken Awareness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Enrichment-with-Fourth-Graders.docx">Building Enrichment with Fourth Graders</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Fecal-Firming-in-a-Female-Chimpanzee.docx">Fecal Firming in a Female Chimpanzee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/From-Fear-to-Friend-Building-Trust-Between-Keeper-and-Animal-Through-Training.doc">From Fear to Friend Building Trust Between Keeper and Animal Through Training</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Giant-Anteater-Introductions-Using-Positive-Reinforcement-Training-to-Ease-Introductions.doc">Giant Anteater Introductions Using Positive Reinforcement Training to Ease Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/How-To-Prepare-Your-Sea-Lion-For-Surgery.docx">How To Prepare Your Sea Lion For Surgery</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Integrating-Research-and-Animal-Care-to-Support-Conservation.doc">Integrating Research and Animal Care to Support Conservation</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Let-me-get-the-door-for-you.docx">Let me get the door for you</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/LIGHTING-AND-SHADING-THE-PATH-TOWARD-CONSERVATION.pdf">LIGHTING (AND SHADING) THE PATH TOWARD CONSERVATION</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Managing-a-Reticulated-Giraffe-Giraffe-camelopardalis-with-Allergies.doc">Managing a Reticulated Giraffe (Giraffe camelopardalis) with Allergies</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Managing-a-Reticulated-Giraffe-Table1.xls">Managing a Reticulated Giraffe Table1</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Managing-a-Reticulated-Giraffe-Table-2.xls">Managing a Reticulated Giraffe Table 2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Redeveloping-the-Georgia-Chapter-of-AAZK.doc">Redeveloping the Georgia Chapter of AAZK</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Thirty-eight-years-of-crap.docx">Thirty eight years of crap</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Keeper-Education-Survey.docx">Zoo Keeper Education Survey</a>\r\n&nbsp;', 'Conference Proceedings', 0, '', 'publish', 'closed', 'closed', '', 'conference-proceedings', '', '', '2014-02-04 14:50:04', '2014-02-04 19:50:04', '', 0, 'https://www.aazk.org/?page_id=5156', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3362, 1, '2013-10-23 11:49:04', '2013-10-23 16:49:04', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '3362', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 168, 'http://web3.gowebsolutions.com/~aazook/?p=3362', 14, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3363, 1, '2013-10-23 11:49:04', '2013-10-23 16:49:04', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '3363', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 168, 'http://web3.gowebsolutions.com/~aazook/?p=3363', 12, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3365, 1, '2013-10-23 12:31:42', '2013-10-23 17:31:42', '<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos. In 1990, AAZK began by supporting the <a href="http://www.lewa.org/" target="_blank">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<img src="http://aazkbfr.org/images/lewa/thumbs/blackrhinos_004.jpg" border="1" alt="Black Rhinos" hspace="10" vspace="10" class="alignleft" /> In Kenya, Africa, BFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img src="http://aazkbfr.org/images/indonesia/thumbs/sumatranrhino.jpg" border="1" alt="" hspace="10" vspace="10" class="alignright" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000 per year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send your organization\'s contact person/contact information ASAP along with the date of your event to our national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\n<h4>Email Group</h4>\r\nThere is a new Yahoo groups email for <em>Bowling For Rhino</em> Coordinators. If you would like to be part of this email group, please email Barbie Wilson at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\n\r\n<h4>Local Events</h4>\r\nIf you would like to find out if there will be a BFR event near you have or your event listed, please send your BFR event date &amp; contact information to Patty Pearthree at: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing">click here</a>.\r\n\r\n<span style="text-decoration: underline;">Chapter Totals</span>\r\n\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3">here</a>.', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-10-23 12:31:42', '2013-10-23 17:31:42', '', 168, 'http://web3.gowebsolutions.com/~aazook/uncategorized/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3366, 1, '2013-10-23 14:27:45', '2013-10-23 19:27:45', '', 'blackrhinos_004', 0, '', 'inherit', 'closed', 'closed', '', 'blackrhinos_004', '', '', '2013-10-23 14:27:45', '2013-10-23 19:27:45', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/blackrhinos_004.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3367, 1, '2013-10-23 14:27:46', '2013-10-23 19:27:46', '', 'sumatranrhino', 0, '', 'inherit', 'closed', 'closed', '', 'sumatranrhino-2', '', '', '2013-10-23 14:27:46', '2013-10-23 19:27:46', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/sumatranrhino1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3369, 1, '2013-10-23 14:37:23', '2013-10-23 19:37:23', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '3369', '', '', '2013-11-26 12:31:30', '2013-11-26 17:31:30', '', 168, 'http://web3.gowebsolutions.com/~aazook/?p=3369', 9, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3370, 1, '2013-10-23 14:37:23', '2013-10-23 19:37:23', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '3370', '', '', '2013-11-26 12:31:30', '2013-11-26 17:31:30', '', 168, 'http://web3.gowebsolutions.com/~aazook/?p=3370', 10, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3372, 1, '2013-10-23 14:47:33', '2013-10-23 19:47:33', '<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos. In 1990, AAZK began by supporting the <a href="http://www.lewa.org/" target="_blank">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<img src="[homeurl]/wp-content/uploads/blackrhinos_004.jpg" border="1" alt="Black Rhinos" hspace="10" vspace="10" class="alignleft" /> In Kenya, Africa, BFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img src="[homeurl]/wp-content/uploads/sumatranrhino1.jpg" alt="" class="alignright" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000 per year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send your organization\'s contact person/contact information ASAP along with the date of your event to our national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\n<h4>Donate</h4>\r\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below. \r\n\r\n<div class="first sixcol">\r\n<p align="center"><h3>Total Funds Raised to Date:</h3>\r\n<strong>$4,321,808.48</strong></p>\r\n</div>\r\n<div class="last sixcol">\r\n<p align="center"><h3>2012 Funds Raised:</h3>\r\n<strong>$337,191.09</strong>\r\n<em> - this is a new record for amount raised in a year!</em></p>\r\n</div>\r\n\r\n<a href="[homeurl]/bowling-for-rhinos/bfr-donation/" class="button">Make a donation</a>', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-10-23 14:47:33', '2013-10-23 19:47:33', '', 168, 'http://web3.gowebsolutions.com/~aazook/uncategorized/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3373, 1, '2013-10-23 14:49:19', '2013-10-23 19:49:19', '<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos. In 1990, AAZK began by supporting the <a href="http://www.lewa.org/" target="_blank">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<img src="[homeurl]/wp-content/uploads/blackrhinos_004.jpg" border="1" alt="Black Rhinos" hspace="10" vspace="10" class="alignleft" /> In Kenya, Africa, BFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img src="[homeurl]/wp-content/uploads/sumatranrhino1.jpg" alt="" class="alignright" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000 per year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send your organization\'s contact person/contact information ASAP along with the date of your event to our national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\n<h4>Donate</h4>\r\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below. \r\n\r\n<div class="first sixcol clear">\r\n<p align="center"><h6>Total Funds Raised to Date:</h6>\r\n<strong>$4,321,808.48</strong></p>\r\n</div>\r\n<div class="last sixcol clear">\r\n<p align="center"><h6>2012 Funds Raised:</h6>\r\n<strong>$337,191.09</strong>\r\n<em> - this is a new record for amount raised in a year!</em></p>\r\n</div>\r\n\r\n<a href="[homeurl]/bowling-for-rhinos/bfr-donation/" class="button">Make a donation</a>', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-10-23 14:49:19', '2013-10-23 19:49:19', '', 168, 'http://web3.gowebsolutions.com/~aazook/uncategorized/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3374, 1, '2013-10-23 14:49:30', '2013-10-23 19:49:30', '<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos. In 1990, AAZK began by supporting the <a href="http://www.lewa.org/" target="_blank">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<img src="[homeurl]/wp-content/uploads/blackrhinos_004.jpg" border="1" alt="Black Rhinos" hspace="10" vspace="10" class="alignleft" /> In Kenya, Africa, BFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img src="[homeurl]/wp-content/uploads/sumatranrhino1.jpg" alt="" class="alignright" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000 per year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send your organization\'s contact person/contact information ASAP along with the date of your event to our national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\n<h4>Donate</h4>\r\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below. \r\n\r\n<div class="first sixcol">\r\n<p align="center"><h6>Total Funds Raised to Date:</h6>\r\n<strong>$4,321,808.48</strong></p>\r\n</div>\r\n<div class="last sixcol clear">\r\n<p align="center"><h6>2012 Funds Raised:</h6>\r\n<strong>$337,191.09</strong>\r\n<em> - this is a new record for amount raised in a year!</em></p>\r\n</div>\r\n\r\n<a href="[homeurl]/bowling-for-rhinos/bfr-donation/" class="button">Make a donation</a>', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-10-23 14:49:30', '2013-10-23 19:49:30', '', 168, 'http://web3.gowebsolutions.com/~aazook/uncategorized/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3376, 1, '2013-10-23 15:28:03', '2013-10-23 20:28:03', '<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nIn 1990, AAZK began by supporting the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/" target="_blank">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<h4>Who does BFR support?</h4>\r\n<img src="[homeurl]/wp-content/uploads/blackrhinos_004.jpg" border="1" alt="Black Rhinos" hspace="10" vspace="10" class="alignleft" /> In Kenya, Africa, BFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img src="[homeurl]/wp-content/uploads/sumatranrhino1.jpg" alt="" class="alignright" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<h4>Donate</h4>\r\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below. \r\n\r\n<div class="first sixcol">\r\n<p align="center"><h6>Total Funds Raised to Date:</h6>\r\n<strong>$4,321,808.48</strong></p>\r\n</div>\r\n<div class="last sixcol">\r\n<p align="center"><h6>2012 Funds Raised:</h6>\r\n<strong>$337,191.09</strong>\r\n<em> - this is a new record for amount raised in a year!</em></p>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<a href="[homeurl]/bowling-for-rhinos/bfr-donation/" class="button">Make a donation</a>', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-10-23 15:28:03', '2013-10-23 20:28:03', '', 168, 'http://web3.gowebsolutions.com/~aazook/uncategorized/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3375, 1, '2013-10-23 14:49:53', '2013-10-23 19:49:53', '<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos. In 1990, AAZK began by supporting the <a href="http://www.lewa.org/" target="_blank">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<img src="[homeurl]/wp-content/uploads/blackrhinos_004.jpg" border="1" alt="Black Rhinos" hspace="10" vspace="10" class="alignleft" /> In Kenya, Africa, BFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img src="[homeurl]/wp-content/uploads/sumatranrhino1.jpg" alt="" class="alignright" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events, and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000 per year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send your organization\'s contact person/contact information ASAP along with the date of your event to our national BFR Coordinator. Please  contact Patty Pearthree: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n\r\n<h4>Donate</h4>\r\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below. \r\n\r\n<div class="first sixcol">\r\n<p align="center"><h6>Total Funds Raised to Date:</h6>\r\n<strong>$4,321,808.48</strong></p>\r\n</div>\r\n<div class="last sixcol">\r\n<p align="center"><h6>2012 Funds Raised:</h6>\r\n<strong>$337,191.09</strong>\r\n<em> - this is a new record for amount raised in a year!</em></p>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<a href="[homeurl]/bowling-for-rhinos/bfr-donation/" class="button">Make a donation</a>', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-10-23 14:49:53', '2013-10-23 19:49:53', '', 168, 'http://web3.gowebsolutions.com/~aazook/uncategorized/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3377, 1, '2013-10-23 15:29:21', '2013-10-23 20:29:21', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '3377', '', '', '2013-11-26 12:31:30', '2013-11-26 17:31:30', '', 168, 'http://web3.gowebsolutions.com/~aazook/?p=3377', 12, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3378, 1, '2013-10-23 15:29:21', '2013-10-23 20:29:21', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '3378', '', '', '2013-11-26 12:31:30', '2013-11-26 17:31:30', '', 168, 'http://web3.gowebsolutions.com/~aazook/?p=3378', 13, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3379, 1, '2013-10-23 15:29:21', '2013-10-23 20:29:21', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '3379', '', '', '2013-11-26 12:31:30', '2013-11-26 17:31:30', '', 168, 'http://web3.gowebsolutions.com/~aazook/?p=3379', 11, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4922, 0, '2013-12-26 17:55:48', '2013-12-26 22:55:48', 'SUMMARY:  Under the general supervision of the Curator, provides direct supervision of assigned Animal Keepers. Duties include coordinating the activities within the Bird Department, facilitating the work of the Animal Keepers by ensuring that the keepers have the necessary tools, equipment and supplies; responsible for administrative functions such as scheduling, timekeeping, evaluations and progressive discipline. Orders, receives and distributes materials, supplies and food stuffs; and facilitates animal care operations within the Bird Department; reviews, develops and/or revises standard operating procedures or other reports; conducts or coordinates safety training.\r\n\r\nKnowledge, Abilities and Skills: Requires extensive knowledge of the care and feeding of zoo animals, animal behavior and hazards of working with zoo animals; zoo rules, policies and procedures; includes knowledge of animal diseases and methods of preventing the spread of contagious disease, and principles of biology and zoology. Ability to perform heavy work including working safely and effectively with dangerous or exotic mammals, birds, reptiles and working effectively with Zoo employees as needed; keep operational records; prepare reports; deal courteously and effectively with the public. Must be able to perform the essential functions of the position with or without reasonable accommodation.\r\n\r\nRequirements: This position requires a minimum of 5 years of progressive animal husbandry experience, preferably at an AZA institution. Supervisory experience is preferred.  A bachelor\'s degree in a related field is preferred.  The ideal candidate should have familiarity with artificial incubation and handrearing of various avian species, propagation of various avian species, experience with restraint, crating, moving and medicating various avian species, experience with penguins and flamingos, familiar with operant conditioning, and familiar with TAG\'s and SSP\'s.\r\n\r\nSECTION A: ESSENTIAL FUNCTIONS\r\n\r\nSupervises the work of Animal Keepers as assigned; coordinates and monitors sectional operations such as maintenance and repair activities, exhibit design, safety training, writing and updating Standard Operating Procedures and other assigned tasks.\r\nResponsible for administrative functions including scheduling, timekeeping, repair work orders and the ordering, receipt and distribution of materials, supplies and food stuffs.\r\nImplements, develops and/or revises standard operating procedures or other reports; conducts or coordinates safety training;\r\nInspects assigned section to ensure proper care, maintenance and safety of animals, their quarters and facilities; attempts to resolve problems which arise in regard to food, maintenance and safety.\r\nUnder direction of the respective Curator, completes Annual Performance Evaluations for all assigned subordinate staff including identification of performance objectives and identification of needed training.\r\nAdministers progressive discipline program consulting with department management and Human Resources.\r\nMaintains or reviews necessary records of logs relating to animal observation and daily operations, as required; submits or reviews routine or emergency repair or maintenance requests; may prepare other reports for incidents such as industrial injury, accident or vandalism.\r\nMay assist other Zoo personnel on special assignments or projects relating to zoo operations such as reviewing, developing and planning upgrades of sections or sectional operations.\r\nUpon request, prepares written proposals to management staff regarding exhibit modifications and/or renovations, nutrition, propagation programs, disease prevention and safety; may prepare reports containing background information resulting from the compilation of surveys or literature searches.\r\nMay be required to perform the duties of an animal keeper on an as-needed basis.\r\nMay be required to do public presentations for Zoo guests and VIP tours.\r\nSECTION B: JOB RELATED DUTIES\r\n\r\nAssists marketing and development staff in promoting the Zoo\'s public image and attaining the Zoo\'s public relations and community service objectives.\r\nAssists the Curator in maintaining contacts with individuals and organizations involved in promoting worldwide conservation ethics and goals.\r\nPerforms other duties as required and assigned.\r\nSECTION C: CORE EXPECTATIONS\r\n\r\nA.    Represents management and demonstrates a commitment to the Zoo\'s mission statement and its\' values.\r\n\r\nB.    Performs duties in a service-oriented manner.\r\n\r\nC.    Recognizes the needs of others and treats others with respect and dignity.\r\n\r\nD.    Maintains good work habits and adheres to the employee handbook and all policies and procedures.\r\n\r\nE.    Demonstrates a commitment to maintaining a work environment free from discrimination and sexual harassment and supports the Office\'s commitment to equal employment opportunities.\r\n\r\nF.    Demonstrates a commitment to workplace safety and works with Safety Officer as needed.\r\n\r\nG.    Demonstrates good presentation skills in dealing with the public, Zoo Board and internal and external stakeholders.\r\n\r\nSALARY:  DOE\r\n\r\nAPPLICATION:  To apply, please complete an application at www.sfzoo.org.  Please submit a resume and cover letter detailing your experience as it relates to this position.  EOE\r\n', 'Assistant Curator of Birds', 0, '', 'inherit', 'closed', 'closed', '', '4921-revision-v1', '', '', '2013-12-26 17:55:48', '2013-12-26 22:55:48', '', 4921, 'https://www.aazk.org/4921-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4923, 2, '2013-12-26 18:57:31', '2013-12-26 23:57:31', 'SUMMARY: Under the general supervision of the Curator, provides direct supervision of assigned Animal Keepers. Duties include coordinating the activities within the Bird Department, facilitating the work of the Animal Keepers by ensuring that the keepers have the necessary tools, equipment and supplies; responsible for administrative functions such as scheduling, timekeeping, evaluations and progressive discipline. Orders, receives and distributes materials, supplies and food stuffs; and facilitates animal care operations within the Bird Department; reviews, develops and/or revises standard operating procedures or other reports; conducts or coordinates safety training.\r\n\r\nKnowledge, Abilities and Skills: Requires extensive knowledge of the care and feeding of zoo animals, animal behavior and hazards of working with zoo animals; zoo rules, policies and procedures; includes knowledge of animal diseases and methods of preventing the spread of contagious disease, and principles of biology and zoology. Ability to perform heavy work including working safely and effectively with dangerous or exotic mammals, birds, reptiles and working effectively with Zoo employees as needed; keep operational records; prepare reports; deal courteously and effectively with the public. Must be able to perform the essential functions of the position with or without reasonable accommodation.\r\n\r\nRequirements: This position requires a minimum of 5 years of progressive animal husbandry experience, preferably at an AZA institution. Supervisory experience is preferred. A bachelor\'s degree in a related field is preferred. The ideal candidate should have familiarity with artificial incubation and handrearing of various avian species, propagation of various avian species, experience with restraint, crating, moving and medicating various avian species, experience with penguins and flamingos, familiar with operant conditioning, and familiar with TAG\'s and SSP\'s.\r\n\r\nSECTION A: ESSENTIAL FUNCTIONS\r\n\r\nSupervises the work of Animal Keepers as assigned; coordinates and monitors sectional operations such as maintenance and repair activities, exhibit design, safety training, writing and updating Standard Operating Procedures and other assigned tasks.\r\nResponsible for administrative functions including scheduling, timekeeping, repair work orders and the ordering, receipt and distribution of materials, supplies and food stuffs.\r\nImplements, develops and/or revises standard operating procedures or other reports; conducts or coordinates safety training;\r\nInspects assigned section to ensure proper care, maintenance and safety of animals, their quarters and facilities; attempts to resolve problems which arise in regard to food, maintenance and safety.\r\nUnder direction of the respective Curator, completes Annual Performance Evaluations for all assigned subordinate staff including identification of performance objectives and identification of needed training.\r\nAdministers progressive discipline program consulting with department management and Human Resources.\r\nMaintains or reviews necessary records of logs relating to animal observation and daily operations, as required; submits or reviews routine or emergency repair or maintenance requests; may prepare other reports for incidents such as industrial injury, accident or vandalism.\r\nMay assist other Zoo personnel on special assignments or projects relating to zoo operations such as reviewing, developing and planning upgrades of sections or sectional operations.\r\nUpon request, prepares written proposals to management staff regarding exhibit modifications and/or renovations, nutrition, propagation programs, disease prevention and safety; may prepare reports containing background information resulting from the compilation of surveys or literature searches.\r\nMay be required to perform the duties of an animal keeper on an as-needed basis.\r\nMay be required to do public presentations for Zoo guests and VIP tours.\r\nSECTION B: JOB RELATED DUTIES\r\n\r\nAssists marketing and development staff in promoting the Zoo\'s public image and attaining the Zoo\'s public relations and community service objectives.\r\nAssists the Curator in maintaining contacts with individuals and organizations involved in promoting worldwide conservation ethics and goals.\r\nPerforms other duties as required and assigned.\r\nSECTION C: CORE EXPECTATIONS\r\n\r\nA. Represents management and demonstrates a commitment to the Zoo\'s mission statement and its\' values.\r\n\r\nB. Performs duties in a service-oriented manner.\r\n\r\nC. Recognizes the needs of others and treats others with respect and dignity.\r\n\r\nD. Maintains good work habits and adheres to the employee handbook and all policies and procedures.\r\n\r\nE. Demonstrates a commitment to maintaining a work environment free from discrimination and sexual harassment and supports the Office\'s commitment to equal employment opportunities.\r\n\r\nF. Demonstrates a commitment to workplace safety and works with Safety Officer as needed.\r\n\r\nG. Demonstrates good presentation skills in dealing with the public, Zoo Board and internal and external stakeholders.\r\n\r\nSALARY: DOE\r\n\r\nAPPLICATION: To apply, please complete an application at <strong>www.sfzoo.org</strong>. Please submit a resume and cover letter detailing your experience as it relates to this position. EOE', 'Assistant Curator of Birds', 0, '', 'inherit', 'closed', 'closed', '', '4921-revision-v1', '', '', '2013-12-26 18:57:31', '2013-12-26 23:57:31', '', 4921, 'https://www.aazk.org/4921-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3382, 1, '2013-10-23 15:38:58', '2013-10-23 20:38:58', '<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nIn 1990, AAZK began by supporting the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/" target="_blank">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<h4>Who does BFR support?</h4>\r\n<img src="[homeurl]/wp-content/uploads/blackrhinos_004.jpg" border="1" alt="Black Rhinos" hspace="10" vspace="10" class="alignleft" /> In Kenya, Africa, BFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img src="[homeurl]/wp-content/uploads/sumatranrhino1.jpg" alt="" class="alignright" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n\r\n<h4>Donate</h4>\r\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below. \r\n\r\n<div class="first sixcol">\r\n<p align="center"><h6>Total Funds Raised to Date:</h6>\r\n<strong>$4,321,808.48</strong></p>\r\n</div>\r\n<div class="last sixcol">\r\n<p align="center"><h6>2012 Funds Raised:</h6>\r\n<strong>$337,191.09</strong>\r\n<em> - this is a new record for amount raised in a year!</em></p>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<a href="[homeurl]/bowling-for-rhinos/bfr-donation/" class="button">Make a donation</a>', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-10-23 15:38:58', '2013-10-23 20:38:58', '', 168, 'http://web3.gowebsolutions.com/~aazook/uncategorized/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5535, 2, '2014-02-06 12:08:32', '2014-02-06 17:08:32', 'Its not just Raptors - Information and articles on a number of Avian species included in this April/May 2010 issue of the Animal Keepers\' Forum.\r\n\r\n**Please note there is a $10 shipping charge added on to the final price for all order outside of the US.**', 'AKF Dedicated Issue - Avian Management (International, None)', 0, '', 'inherit', 'open', 'closed', '', 'akf-dedicated-issue-avian-management-international-none-2', '', '', '2014-02-06 12:08:32', '2014-02-06 17:08:32', '', 4634, 'https://www.aazk.org/shop/publications/akf-deicated-issue-avian-management/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5039, 2, '2014-01-03 14:49:18', '2014-01-03 19:49:18', '<a href="http://http://www.brzoo.org/">BREC\'s Baton Rouge Zoo</a>\r\n3601 Thomas Road\r\nBaton Rouge, LA 70807\r\n(225) 775.3877\r\n', 'BREC\'s Baton Rouge Zoo', 0, '', 'inherit', 'closed', 'closed', '', '5037-revision-v1', '', '', '2014-01-03 14:49:18', '2014-01-03 19:49:18', '', 5037, 'https://www.aazk.org/5037-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5040, 2, '2014-01-03 14:53:49', '2014-01-03 19:53:49', '<a href="http://www.mos.org">Boston Museum of Science</a>\r\n1 Science Park\r\nBoston, MA 02114\r\n617-723-2500\r\n', 'Boston Museum of Science', 0, '', 'publish', 'closed', 'closed', '', 'boston-museum-of-science', '', '', '2014-01-03 14:53:49', '2014-01-03 19:53:49', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5040', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5041, 2, '2014-01-03 14:53:43', '2014-01-03 19:53:43', '', 'BostonMuseum', 0, '', 'inherit', 'closed', 'closed', '', 'bostonmuseum', '', '', '2014-01-03 14:53:43', '2014-01-03 19:53:43', '', 5040, 'https://www.aazk.org/wp-content/uploads/BostonMuseum.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5042, 2, '2014-01-03 14:53:49', '2014-01-03 19:53:49', '<a href="http://www.mos.org">Boston Museum of Science</a>\r\n1 Science Park\r\nBoston, MA 02114\r\n617-723-2500\r\n', 'Boston Museum of Science', 0, '', 'inherit', 'closed', 'closed', '', '5040-revision-v1', '', '', '2014-01-03 14:53:49', '2014-01-03 19:53:49', '', 5040, 'https://www.aazk.org/5040-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5043, 2, '2014-01-03 14:56:59', '2014-01-03 19:56:59', '<a href="http://www.zoonewengland.org">Zoo New England</a>\r\nOne Franklin Park Road\r\nBoston, MA 02121 \r\n617-541-LION (5466)\r\n', 'Zoo New England', 0, '', 'publish', 'closed', 'closed', '', 'zoo-new-england', '', '', '2014-01-03 14:58:18', '2014-01-03 19:58:18', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5043', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5044, 2, '2014-01-03 14:56:53', '2014-01-03 19:56:53', '', 'ZooNewEngland', 0, '', 'inherit', 'closed', 'closed', '', 'zoonewengland', '', '', '2014-01-03 14:56:53', '2014-01-03 19:56:53', '', 5043, 'https://www.aazk.org/wp-content/uploads/ZooNewEngland.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5045, 2, '2014-01-03 14:56:59', '2014-01-03 19:56:59', '<a href="http://www.zoonewengland.org">Zoo New England</a>\r\nOne Franklin Park Road\r\nBoston, MA 02121 \r\n617-541-LION (5466)\r\n', 'Zoo New England', 0, '', 'inherit', 'closed', 'closed', '', '5043-revision-v1', '', '', '2014-01-03 14:56:59', '2014-01-03 19:56:59', '', 5043, 'https://www.aazk.org/5043-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5046, 2, '2014-01-03 14:58:08', '2014-01-03 19:58:08', '', 'znelogo[1]', 0, '', 'inherit', 'closed', 'closed', '', 'znelogo1', '', '', '2014-01-03 14:58:08', '2014-01-03 19:58:08', '', 5043, 'https://www.aazk.org/wp-content/uploads/znelogo1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5047, 2, '2014-01-03 15:02:07', '2014-01-03 20:02:07', '<a href="http://www.lupazoo.org/">Lupa Zoo</a>\r\n545 WEST STREET\r\nLUDLOW, MA. 01056\r\n(413) 589-9883\r\n\r\n', 'Lupa Zoo', 0, '', 'publish', 'closed', 'closed', '', 'lupa-zoo', '', '', '2014-01-03 15:02:07', '2014-01-03 20:02:07', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5047', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5048, 2, '2014-01-03 15:02:02', '2014-01-03 20:02:02', '', 'Lupa', 0, '', 'inherit', 'closed', 'closed', '', 'lupa', '', '', '2014-01-03 15:02:02', '2014-01-03 20:02:02', '', 5047, 'https://www.aazk.org/wp-content/uploads/Lupa.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5024, 2, '2014-01-03 14:32:28', '2014-01-03 19:32:28', '', 'Peoria', 0, '', 'inherit', 'closed', 'closed', '', 'peoria', '', '', '2014-01-03 14:32:28', '2014-01-03 19:32:28', '', 5023, 'https://www.aazk.org/wp-content/uploads/Peoria.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5025, 2, '2014-01-03 14:32:55', '2014-01-03 19:32:55', '<a href="http://www.peoriazoo.org/">Peoria Zoo</a>\r\n2218 N. Prospect Rd.\r\nPeoria, IL 61603.\r\n309-686-3365\r\n', 'Peoria Zoo', 0, '', 'inherit', 'closed', 'closed', '', '5023-revision-v1', '', '', '2014-01-03 14:32:55', '2014-01-03 19:32:55', '', 5023, 'https://www.aazk.org/5023-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5026, 2, '2014-01-03 14:36:19', '2014-01-03 19:36:19', '<a href="http://www.exoticfelinerescuecenter.org">Exotic Feline Rescue Center</a>\r\n2221 E. Ashboro Road \r\nCenter Point, IN 47840\r\n(812) 835-1130', 'Exotic Feline Rescue Center', 0, '', 'publish', 'closed', 'closed', '', 'exotic-feline-rescue-center', '', '', '2014-01-03 14:36:50', '2014-01-03 19:36:50', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5026', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5027, 2, '2014-01-03 14:36:13', '2014-01-03 19:36:13', '', 'EFRC', 0, '', 'inherit', 'closed', 'closed', '', 'efrc', '', '', '2014-01-03 14:36:13', '2014-01-03 19:36:13', '', 5026, 'https://www.aazk.org/wp-content/uploads/EFRC.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5028, 2, '2014-01-03 14:36:19', '2014-01-03 19:36:19', '<a href="http://www.exoticfelinerescuecenter.org">Exotic Feline Rescue Center</a>\r\n2221 E. Ashboro Road \r\nCenter Point, IN 47840\r\n(812) 835-1130.', 'Exotic Feline Rescue Center', 0, '', 'inherit', 'closed', 'closed', '', '5026-revision-v1', '', '', '2014-01-03 14:36:19', '2014-01-03 19:36:19', '', 5026, 'https://www.aazk.org/5026-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5029, 2, '2014-01-03 14:36:50', '2014-01-03 19:36:50', '<a href="http://www.exoticfelinerescuecenter.org">Exotic Feline Rescue Center</a>\r\n2221 E. Ashboro Road \r\nCenter Point, IN 47840\r\n(812) 835-1130', 'Exotic Feline Rescue Center', 0, '', 'inherit', 'closed', 'closed', '', '5026-revision-v1', '', '', '2014-01-03 14:36:50', '2014-01-03 19:36:50', '', 5026, 'https://www.aazk.org/5026-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5030, 2, '2014-01-03 14:40:19', '2014-01-03 19:40:19', '<a href="http://www.greatbendks.net/index.aspx?NID=84">Great Bend Zoo</a>\r\n2123 Main St. \r\n281 Hwy.\r\nGreat Bend, KS 67530\r\n(620) 793-4226\r\n', 'Great Bend Zoo', 0, '', 'publish', 'closed', 'closed', '', 'great-bend-zoo-2', '', '', '2014-01-03 14:40:19', '2014-01-03 19:40:19', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5030', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5031, 2, '2014-01-03 14:40:14', '2014-01-03 19:40:14', '', 'GreatBend', 0, '', 'inherit', 'closed', 'closed', '', 'greatbend', '', '', '2014-01-03 14:40:14', '2014-01-03 19:40:14', '', 5030, 'https://www.aazk.org/wp-content/uploads/GreatBend.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5032, 2, '2014-01-03 14:40:19', '2014-01-03 19:40:19', '<a href="http://www.greatbendks.net/index.aspx?NID=84">Great Bend Zoo</a>\r\n2123 Main St. \r\n281 Hwy.\r\nGreat Bend, KS 67530\r\n(620) 793-4226\r\n', 'Great Bend Zoo', 0, '', 'inherit', 'closed', 'closed', '', '5030-revision-v1', '', '', '2014-01-03 14:40:19', '2014-01-03 19:40:19', '', 5030, 'https://www.aazk.org/5030-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5033, 2, '2014-01-03 14:44:26', '2014-01-03 19:44:26', '<a href="http://www.sunsetzoo.com/">Sunset Zoo</a>\r\n2333 Oak St.\r\nManhattan, KS 66502\r\n(785)587-APES (2737)', 'Sunset Zoo', 0, '', 'publish', 'closed', 'closed', '', 'sunset-zoo', '', '', '2014-01-03 14:45:42', '2014-01-03 19:45:42', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5033', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5034, 2, '2014-01-03 14:44:20', '2014-01-03 19:44:20', '', 'SunsetZoo', 0, '', 'inherit', 'closed', 'closed', '', 'sunsetzoo', '', '', '2014-01-03 14:44:20', '2014-01-03 19:44:20', '', 5033, 'https://www.aazk.org/wp-content/uploads/SunsetZoo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5035, 2, '2014-01-03 14:44:26', '2014-01-03 19:44:26', 'Sunset Zoo\r\n2333 Oak St.\r\nManhattan, KS 66502\r\n(785)587-APES (2737)', 'Sunset Zoo', 0, '', 'inherit', 'closed', 'closed', '', '5033-revision-v1', '', '', '2014-01-03 14:44:26', '2014-01-03 19:44:26', '', 5033, 'https://www.aazk.org/5033-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5036, 2, '2014-01-03 14:45:42', '2014-01-03 19:45:42', '<a href="http://www.sunsetzoo.com/">Sunset Zoo</a>\r\n2333 Oak St.\r\nManhattan, KS 66502\r\n(785)587-APES (2737)', 'Sunset Zoo', 0, '', 'inherit', 'closed', 'closed', '', '5033-revision-v1', '', '', '2014-01-03 14:45:42', '2014-01-03 19:45:42', '', 5033, 'https://www.aazk.org/5033-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5037, 2, '2014-01-03 14:49:18', '2014-01-03 19:49:18', '<a href="http://http://www.brzoo.org/">BREC\'s Baton Rouge Zoo</a>\r\n3601 Thomas Road\r\nBaton Rouge, LA 70807\r\n(225) 775.3877\r\n', 'BREC\'s Baton Rouge Zoo', 0, '', 'publish', 'closed', 'closed', '', 'brecs-baton-rouge-zoo', '', '', '2014-01-03 14:49:18', '2014-01-03 19:49:18', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5037', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5038, 2, '2014-01-03 14:48:39', '2014-01-03 19:48:39', '', 'BREC', 0, '', 'inherit', 'closed', 'closed', '', 'brec', '', '', '2014-01-03 14:48:39', '2014-01-03 19:48:39', '', 5037, 'https://www.aazk.org/wp-content/uploads/BREC.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5004, 2, '2014-01-03 13:22:53', '2014-01-03 18:22:53', '<a href="http://seaworldparks.com/en/buschgardens-tampa/">Busch Gardens Tampa and Adventure Island</a>\r\n3605 Bougainvillea\r\nTampa, Florida 33612\r\n(813) 987-5400', 'Busch Gardens Tampa', 0, '', 'inherit', 'closed', 'closed', '', '5002-revision-v1', '', '', '2014-01-03 13:22:53', '2014-01-03 18:22:53', '', 5002, 'https://www.aazk.org/5002-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5005, 2, '2014-01-03 13:27:05', '2014-01-03 18:27:05', '<a href="https://brevardzoo.org">Brevard Zoo</a>\r\n225 North Wickham Road\r\nMelbourne, FL 32940\r\n(321)254-9453', 'Brevard Zoo', 0, '', 'publish', 'closed', 'closed', '', 'brevard-zoo', '', '', '2014-01-03 13:27:05', '2014-01-03 18:27:05', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5005', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5006, 2, '2014-01-03 13:26:58', '2014-01-03 18:26:58', '', 'Brevard', 0, '', 'inherit', 'closed', 'closed', '', 'brevard', '', '', '2014-01-03 13:26:58', '2014-01-03 18:26:58', '', 5005, 'https://www.aazk.org/wp-content/uploads/Brevard.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5007, 2, '2014-01-03 13:27:05', '2014-01-03 18:27:05', '<a href="https://brevardzoo.org">Brevard Zoo</a>\r\n225 North Wickham Road\r\nMelbourne, FL 32940\r\n(321)254-9453', 'Brevard Zoo', 0, '', 'inherit', 'closed', 'closed', '', '5005-revision-v1', '', '', '2014-01-03 13:27:05', '2014-01-03 18:27:05', '', 5005, 'https://www.aazk.org/5005-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5008, 2, '2014-01-03 13:30:21', '2014-01-03 18:30:21', '<a href="http://www.pantherridgecc.org/">Panther Ridge Conservation Center</a>\r\n14755 Palm Beach Point Blvd\r\n Wellington, FL 33414\r\nPhone: 561-795-8914', 'Panther Ridge Conservation Center', 0, '', 'publish', 'closed', 'closed', '', 'panther-ridge-conservation-center', '', '', '2014-01-03 13:30:21', '2014-01-03 18:30:21', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5008', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5009, 2, '2014-01-03 13:30:13', '2014-01-03 18:30:13', '', 'PantherRidge', 0, '', 'inherit', 'closed', 'closed', '', 'pantherridge', '', '', '2014-01-03 13:30:13', '2014-01-03 18:30:13', '', 5008, 'https://www.aazk.org/wp-content/uploads/PantherRidge.png', 0, 'attachment', 'image/png', 0) ; 
INSERT INTO `wp_posts` VALUES (5010, 2, '2014-01-03 13:30:21', '2014-01-03 18:30:21', '<a href="http://www.pantherridgecc.org/">Panther Ridge Conservation Center</a>\r\n14755 Palm Beach Point Blvd\r\n Wellington, FL 33414\r\nPhone: 561-795-8914', 'Panther Ridge Conservation Center', 0, '', 'inherit', 'closed', 'closed', '', '5008-revision-v1', '', '', '2014-01-03 13:30:21', '2014-01-03 18:30:21', '', 5008, 'https://www.aazk.org/5008-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5011, 2, '2014-01-03 13:33:30', '2014-01-03 18:33:30', '<a href="http://www.dolphins.org/">Dolphin Research Center</a>\r\n58901 Overseas Highway\r\nGrassy Key, FL 33050-6019 \r\n(305) 289-1121 ', 'Dolphin Research Center', 0, '', 'publish', 'closed', 'closed', '', 'dolphin-research-center', '', '', '2014-01-03 13:33:30', '2014-01-03 18:33:30', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5011', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5012, 2, '2014-01-03 13:33:24', '2014-01-03 18:33:24', '', 'DolphinResearch', 0, '', 'inherit', 'closed', 'closed', '', 'dolphinresearch', '', '', '2014-01-03 13:33:24', '2014-01-03 18:33:24', '', 5011, 'https://www.aazk.org/wp-content/uploads/DolphinResearch.png', 0, 'attachment', 'image/png', 0) ; 
INSERT INTO `wp_posts` VALUES (5013, 2, '2014-01-03 13:33:30', '2014-01-03 18:33:30', '<a href="http://www.dolphins.org/">Dolphin Research Center</a>\r\n58901 Overseas Highway\r\nGrassy Key, FL 33050-6019 \r\n(305) 289-1121 ', 'Dolphin Research Center', 0, '', 'inherit', 'closed', 'closed', '', '5011-revision-v1', '', '', '2014-01-03 13:33:30', '2014-01-03 18:33:30', '', 5011, 'https://www.aazk.org/5011-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5015, 2, '2014-01-03 14:21:26', '2014-01-03 19:21:26', '', 'Tautphaus', 0, '', 'inherit', 'closed', 'closed', '', 'tautphaus', '', '', '2014-01-03 14:21:26', '2014-01-03 19:21:26', '', 0, 'https://www.aazk.org/wp-content/uploads/Tautphaus.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5017, 2, '2014-01-03 14:25:26', '2014-01-03 19:25:26', '<a href="http://www.zooboise.org">Zoo Boise</a>\r\n355 N Julia Davis Dr\r\nBoise, ID\r\n(208) 384-4125', 'Zoo Boise', 0, '', 'publish', 'closed', 'closed', '', 'zoo-boise', '', '', '2014-01-03 14:25:26', '2014-01-03 19:25:26', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5017', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5018, 2, '2014-01-03 14:25:18', '2014-01-03 19:25:18', '', 'Boise', 0, '', 'inherit', 'closed', 'closed', '', 'boise', '', '', '2014-01-03 14:25:18', '2014-01-03 19:25:18', '', 5017, 'https://www.aazk.org/wp-content/uploads/Boise.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5019, 2, '2014-01-03 14:25:26', '2014-01-03 19:25:26', '<a href="http://www.zooboise.org">Zoo Boise</a>\r\n355 N Julia Davis Dr\r\nBoise, ID\r\n(208) 384-4125', 'Zoo Boise', 0, '', 'inherit', 'closed', 'closed', '', '5017-revision-v1', '', '', '2014-01-03 14:25:26', '2014-01-03 19:25:26', '', 5017, 'https://www.aazk.org/5017-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5020, 2, '2014-01-03 14:29:12', '2014-01-03 19:29:12', '<a href="http://www.lpzoo.org/">Lincoln Park Zoo</a>\r\n2001 North Clark Street\r\nChicago, IL 60614\r\n(312)742-2000\r\n', 'Lincoln Park Zoo', 0, '', 'publish', 'closed', 'closed', '', 'lincoln-park-zoo', '', '', '2014-01-03 14:29:12', '2014-01-03 19:29:12', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5020', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5021, 2, '2014-01-03 14:29:06', '2014-01-03 19:29:06', '', 'LincolnPark', 0, '', 'inherit', 'closed', 'closed', '', 'lincolnpark', '', '', '2014-01-03 14:29:06', '2014-01-03 19:29:06', '', 5020, 'https://www.aazk.org/wp-content/uploads/LincolnPark.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5022, 2, '2014-01-03 14:29:12', '2014-01-03 19:29:12', '<a href="http://www.lpzoo.org/">Lincoln Park Zoo</a>\r\n2001 North Clark Street\r\nChicago, IL 60614\r\n(312)742-2000\r\n', 'Lincoln Park Zoo', 0, '', 'inherit', 'closed', 'closed', '', '5020-revision-v1', '', '', '2014-01-03 14:29:12', '2014-01-03 19:29:12', '', 5020, 'https://www.aazk.org/5020-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5023, 2, '2014-01-03 14:32:55', '2014-01-03 19:32:55', '<a href="http://www.peoriazoo.org/">Peoria Zoo</a>\r\n2218 N. Prospect Rd.\r\nPeoria, IL 61603.\r\n309-686-3365\r\n', 'Peoria Zoo', 0, '', 'publish', 'closed', 'closed', '', 'peoria-zoo', '', '', '2014-01-03 14:32:55', '2014-01-03 19:32:55', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5023', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4987, 2, '2014-01-03 12:56:08', '2014-01-03 17:56:08', 'Santa Ana Zoo<a href="http://www.santaanazoo.org/">\r\n\r\n1801 E. Chestnut Ave\r\nSanta Ana, CA  92701\r\n(714) 836-4000', 'Santa Ana Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4983-revision-v1', '', '', '2014-01-03 12:56:08', '2014-01-03 17:56:08', '', 4983, 'https://www.aazk.org/4983-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4988, 2, '2014-01-03 12:58:39', '2014-01-03 17:58:39', 'Santa Ana Zoo<a href="//http://www.santaanazoo.org/index.htm">\r\n1801 E. Chestnut Ave.\r\nSanta Ana, CA  92701\r\n(714) 836-4000', 'Santa Ana Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4983-revision-v1', '', '', '2014-01-03 12:58:39', '2014-01-03 17:58:39', '', 4983, 'https://www.aazk.org/4983-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4990, 2, '2014-01-03 13:02:33', '2014-01-03 18:02:33', '<a href="http://www.santaanazoo.org">Santa Ana Zoo</a>\r\n1801 E. Chestnut Ave.\r\nSanta Ana, CA  92701\r\n(714) 836-4000', 'Santa Ana Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4983-revision-v1', '', '', '2014-01-03 13:02:33', '2014-01-03 18:02:33', '', 4983, 'https://www.aazk.org/4983-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4989, 2, '2014-01-03 12:59:27', '2014-01-03 17:59:27', 'Santa Ana Zoo<a href="//http://www.santaanazoo.org/index.htm"</a>\r\n1801 E. Chestnut Ave.\r\nSanta Ana, CA  92701\r\n(714) 836-4000', 'Santa Ana Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4983-revision-v1', '', '', '2014-01-03 12:59:27', '2014-01-03 17:59:27', '', 4983, 'https://www.aazk.org/4983-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4991, 2, '2014-01-03 13:06:28', '2014-01-03 18:06:28', '<a href="http://www.nhm.org">Natural History Museum of Los Angeles County</a><a href="http://www.nhm.org">\r\n</a> 900 Exposition Blvd.\r\nLos Angeles, CA 90007\r\nPhone: (213) 763-DINO', 'Natural History Museum of Los Angeles County', 0, '', 'publish', 'closed', 'closed', '', 'natural-history-museum-of-los-angeles-county', '', '', '2014-01-03 13:08:13', '2014-01-03 18:08:13', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=4991', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4992, 2, '2014-01-03 13:06:22', '2014-01-03 18:06:22', '', 'NHMLA', 0, '', 'inherit', 'closed', 'closed', '', 'nhmla', '', '', '2014-01-03 13:06:22', '2014-01-03 18:06:22', '', 4991, 'https://www.aazk.org/wp-content/uploads/NHMLA.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4993, 2, '2014-01-03 13:06:28', '2014-01-03 18:06:28', 'Natural History Museum of Los Angeles County<a href="http://www.nhm.org">\r\n900 Exposition Blvd.\r\nLos Angeles, CA 90007\r\nPhone: (213) 763-DINO', 'Natural History Museum of Los Angeles County', 0, '', 'inherit', 'closed', 'closed', '', '4991-revision-v1', '', '', '2014-01-03 13:06:28', '2014-01-03 18:06:28', '', 4991, 'https://www.aazk.org/4991-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4994, 2, '2014-01-03 13:07:59', '2014-01-03 18:07:59', 'Natural History Museum of Los Angeles County<a href="http://www.nhm.org">\n</a> 900 Exposition Blvd.\nLos Angeles, CA 90007\nPhone: (213) 763-DINO', 'Natural History Museum of Los Angeles County', 0, '', 'inherit', 'closed', 'closed', '', '4991-autosave-v1', '', '', '2014-01-03 13:07:59', '2014-01-03 18:07:59', '', 4991, 'https://www.aazk.org/4991-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4995, 2, '2014-01-03 13:08:13', '2014-01-03 18:08:13', '<a href="http://www.nhm.org">Natural History Museum of Los Angeles County</a><a href="http://www.nhm.org">\r\n</a> 900 Exposition Blvd.\r\nLos Angeles, CA 90007\r\nPhone: (213) 763-DINO', 'Natural History Museum of Los Angeles County', 0, '', 'inherit', 'closed', 'closed', '', '4991-revision-v1', '', '', '2014-01-03 13:08:13', '2014-01-03 18:08:13', '', 4991, 'https://www.aazk.org/4991-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4996, 2, '2014-01-03 13:15:18', '2014-01-03 18:15:18', '<a href="http://www.centralfloridazoo.org">Central Florida Zoo and Botanical Garden</a>\r\n3755 NW Hwy 17-92 Sanford, FL\r\n(407)323-4450', 'Central Florida Zoo and Botanical Gardens', 0, '', 'publish', 'closed', 'closed', '', 'central-florida-zoo-and-botanical-gardens', '', '', '2014-01-03 13:17:46', '2014-01-03 18:17:46', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=4996', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4997, 2, '2014-01-03 13:15:09', '2014-01-03 18:15:09', '', 'CentralFlorida', 0, '', 'inherit', 'closed', 'closed', '', 'centralflorida', '', '', '2014-01-03 13:15:09', '2014-01-03 18:15:09', '', 4996, 'https://www.aazk.org/wp-content/uploads/CentralFlorida.png', 0, 'attachment', 'image/png', 0) ; 
INSERT INTO `wp_posts` VALUES (4998, 2, '2014-01-03 13:15:18', '2014-01-03 18:15:18', 'Central Florida Zoo and Botanical Gardens<a href="http://www.centralfloridazoo.org/">\r\n3755 NW Hwy 17-92 Sanford, FL \r\n407.323.4450 ', 'Central Florida Zoo and Botanical Gardens', 0, '', 'inherit', 'closed', 'closed', '', '4996-revision-v1', '', '', '2014-01-03 13:15:18', '2014-01-03 18:15:18', '', 4996, 'https://www.aazk.org/4996-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4999, 2, '2014-01-03 13:16:45', '2014-01-03 18:16:45', '<a href="http://www.centralfloridazoo.org">Central Florida Zoo and Botanical Garden</a>\n\n3755 NW Hwy 17-92 Sanford, FL\n407.323.4450', 'Central Florida Zoo and Botanical Gardens', 0, '', 'inherit', 'closed', 'closed', '', '4996-autosave-v1', '', '', '2014-01-03 13:16:45', '2014-01-03 18:16:45', '', 4996, 'https://www.aazk.org/4996-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5000, 2, '2014-01-03 13:16:52', '2014-01-03 18:16:52', '<a href="http://www.centralfloridazoo.org">Central Florida Zoo and Botanical Garden</a>\r\n3755 NW Hwy 17-92 Sanford, FL\r\n407.323.4450', 'Central Florida Zoo and Botanical Gardens', 0, '', 'inherit', 'closed', 'closed', '', '4996-revision-v1', '', '', '2014-01-03 13:16:52', '2014-01-03 18:16:52', '', 4996, 'https://www.aazk.org/4996-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5001, 2, '2014-01-03 13:17:46', '2014-01-03 18:17:46', '<a href="http://www.centralfloridazoo.org">Central Florida Zoo and Botanical Garden</a>\r\n3755 NW Hwy 17-92 Sanford, FL\r\n(407)323-4450', 'Central Florida Zoo and Botanical Gardens', 0, '', 'inherit', 'closed', 'closed', '', '4996-revision-v1', '', '', '2014-01-03 13:17:46', '2014-01-03 18:17:46', '', 4996, 'https://www.aazk.org/4996-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5002, 2, '2014-01-03 13:22:53', '2014-01-03 18:22:53', '<a href="http://seaworldparks.com/en/buschgardens-tampa/">Busch Gardens Tampa and Adventure Island</a>\r\n3605 Bougainvillea\r\nTampa, Florida 33612\r\n(813) 987-5400', 'Busch Gardens Tampa', 0, '', 'publish', 'closed', 'closed', '', 'busch-gardens-tampa', '', '', '2014-01-03 13:22:53', '2014-01-03 18:22:53', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5002', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5003, 2, '2014-01-03 13:22:47', '2014-01-03 18:22:47', '', 'BuschGardens', 0, '', 'inherit', 'closed', 'closed', '', 'buschgardens', '', '', '2014-01-03 13:22:47', '2014-01-03 18:22:47', '', 5002, 'https://www.aazk.org/wp-content/uploads/BuschGardens.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5563, 0, '2014-02-10 16:39:10', '2014-02-10 21:39:10', 'The Recreation Program Specialist- Education Manager is a full time position at Happy Hollow Park and Zoo.  Under the general direction of the Zoo Manager, this position is responsible for overseeing Happy Hollow Park and Zoo\'s Education Department and programs and ensuring that the standards of the American Zoo and Aquarium Association and all regulatory agencies are upheld.  The Education Manager is a member of a committee of park &amp; zoo supervisors responsible for daily operation of the park and zoo, coordination of programs throughout the facility, developing and implementing facility-wide policies and procedures and ensuring public safety and customer service.  This position frequently serves as the Manager on Duty for Happy Hollow.  This position is responsible for supervising full and part time teaching staff, volunteer coordination, and office staff.  This position is responsible for managing and instructing Happy Hollow\'s education programs including; group outreach programs, early childhood classes, sleepover programs, onsite classes, animal shows, summer camps, and scout programs.  Responsibilities include; budget management, driving and maintaining the zoo van, managing supplies, animal handling, animal training, animal husbandry tasks, animal enrichment, processing registrations and curriculum writing. \r\n\r\nThis position also supervises the Volunteer Coordinator for a facility-wide volunteer program, implements and coordinates special events &amp; entertainment, and develops and oversees the interpretive content of facility signage.  This position is also responsible for the dissemination of conservation and education messages through various media including printed and digital, interacts with the public answering questions and provides excellent customer service maintaining positive public relations. \r\nFor complete information including how to apply online for this position please visit: https://cityjobs.sanjoseca.gov/psc/prod/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL', 'Zoo Education Manager/Recreation Program Specialist', 0, 'Zoo Education Manager FT- Happy Hollow Park and Zoo.  For complete information see: https://cityjobs.sanjoseca.gov/psc/prod/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL', 'inherit', 'closed', 'closed', '', '5562-revision-v1', '', '', '2014-02-10 16:39:10', '2014-02-10 21:39:10', '', 5562, 'https://www.aazk.org/5562-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4967, 2, '2014-01-03 12:25:50', '2014-01-03 17:25:50', '<a href="http://phoenixzoo.org/">Phoenix Zoo</a>\r\n455 North Galvin Parkway\r\nPhoenix, AZ 85008\r\n602-273-1341', 'Phoenix Zoo', 0, '', 'publish', 'closed', 'closed', '', 'phoenix-zoo', '', '', '2014-01-03 12:25:50', '2014-01-03 17:25:50', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=4967', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4968, 2, '2014-01-03 12:25:50', '2014-01-03 17:25:50', '<a href="http://phoenixzoo.org/">Phoenix Zoo</a>\r\n455 North Galvin Parkway\r\nPhoenix, AZ 85008\r\n602-273-1341', 'Phoenix Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4967-revision-v1', '', '', '2014-01-03 12:25:50', '2014-01-03 17:25:50', '', 4967, 'https://www.aazk.org/4967-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4969, 2, '2014-01-03 12:31:29', '2014-01-03 17:31:29', '<a href="http://www.curiodyssey.org/">CuriOdyessy</a>\r\n1651 Coyote Point Drive\r\nSan Mateo, CA 94401\r\n(650) 342-7755\r\n', 'CuriOdyessy', 0, '', 'publish', 'closed', 'closed', '', 'curiodyessy', '', '', '2014-01-03 12:31:29', '2014-01-03 17:31:29', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=4969', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4970, 2, '2014-01-03 12:31:17', '2014-01-03 17:31:17', '', 'Curiodessy', 0, '', 'inherit', 'closed', 'closed', '', 'curiodessy', '', '', '2014-01-03 12:31:17', '2014-01-03 17:31:17', '', 4969, 'https://www.aazk.org/wp-content/uploads/Curiodessy.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4971, 2, '2014-01-03 12:31:29', '2014-01-03 17:31:29', '<a href="http://www.curiodyssey.org/">CuriOdyessy</a>\r\n1651 Coyote Point Drive\r\nSan Mateo, CA 94401\r\n(650) 342-7755\r\n', 'CuriOdyessy', 0, '', 'inherit', 'closed', 'closed', '', '4969-revision-v1', '', '', '2014-01-03 12:31:29', '2014-01-03 17:31:29', '', 4969, 'https://www.aazk.org/4969-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4972, 2, '2014-01-03 12:35:46', '2014-01-03 17:35:46', '<a href="http://bbryanpreserve.com/">B. Bryan Preserve</a>\r\n130 Riverside Drive\r\nPoint Arena, CA\r\n(707) 882-2297', 'B.. Bryan Preserve', 0, '', 'publish', 'closed', 'closed', '', 'b-bryan-preserve', '', '', '2014-01-03 12:43:46', '2014-01-03 17:43:46', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=4972', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4973, 2, '2014-01-03 12:35:39', '2014-01-03 17:35:39', '', 'BBryan', 0, '', 'inherit', 'closed', 'closed', '', 'bbryan', '', '', '2014-01-03 12:35:39', '2014-01-03 17:35:39', '', 4972, 'https://www.aazk.org/wp-content/uploads/BBryan.png', 0, 'attachment', 'image/png', 0) ; 
INSERT INTO `wp_posts` VALUES (4974, 2, '2014-01-03 12:35:46', '2014-01-03 17:35:46', '<a href="http://bbryanpreserve.com/">B. Bryan Preserve\r\n130 Riverside Drive\r\nPoint Arena, CA\r\n(707) 882-2297', 'B.. Bryan Preserve', 0, '', 'inherit', 'closed', 'closed', '', '4972-revision-v1', '', '', '2014-01-03 12:35:46', '2014-01-03 17:35:46', '', 4972, 'https://www.aazk.org/4972-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4975, 2, '2014-01-03 12:40:11', '2014-01-03 17:40:11', '<a href="http://www.montereybayaquarium.org/">Monterey Bay Aquarium</a>\r\n886 Cannery Row\r\nMonterey, CA 93940 \r\n(831) 648-4800 ', 'Monterey Bay Aquarium', 0, '', 'publish', 'closed', 'closed', '', 'monterey-bay-aquarium', '', '', '2014-01-03 12:40:33', '2014-01-03 17:40:33', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=4975', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4976, 2, '2014-01-03 12:40:05', '2014-01-03 17:40:05', '', 'MontereyBay', 0, '', 'inherit', 'closed', 'closed', '', 'montereybay', '', '', '2014-01-03 12:40:05', '2014-01-03 17:40:05', '', 4975, 'https://www.aazk.org/wp-content/uploads/MontereyBay.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4977, 2, '2014-01-03 12:40:11', '2014-01-03 17:40:11', '<a href="http://www.montereybayaquarium.org/">Monterey Bay Aquarium</a>\r\n886 Cannery Row\r\nMonterey, CA 93940 \r\n(831) 648-4800 ', 'Monterey Bay Aquarium', 0, '', 'inherit', 'closed', 'closed', '', '4975-revision-v1', '', '', '2014-01-03 12:40:11', '2014-01-03 17:40:11', '', 4975, 'https://www.aazk.org/4975-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4978, 2, '2014-01-03 12:43:46', '2014-01-03 17:43:46', '<a href="http://bbryanpreserve.com/">B. Bryan Preserve</a>\r\n130 Riverside Drive\r\nPoint Arena, CA\r\n(707) 882-2297', 'B.. Bryan Preserve', 0, '', 'inherit', 'closed', 'closed', '', '4972-revision-v1', '', '', '2014-01-03 12:43:46', '2014-01-03 17:43:46', '', 4972, 'https://www.aazk.org/4972-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4979, 2, '2014-01-03 12:47:58', '2014-01-03 17:47:58', '<a href="http://www.sfzoo.org">San Francsico Zoo</a>\r\n1 Zoo Road\r\nSan Francisco, CA. 94132\r\n(415) 753-7080', 'San Francisco Zoo', 0, '', 'publish', 'closed', 'closed', '', 'san-francisco-zoo', '', '', '2014-01-03 12:48:26', '2014-01-03 17:48:26', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=4979', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4980, 2, '2014-01-03 12:47:49', '2014-01-03 17:47:49', '', 'SanFrancisco', 0, '', 'inherit', 'closed', 'closed', '', 'sanfrancisco', '', '', '2014-01-03 12:47:49', '2014-01-03 17:47:49', '', 4979, 'https://www.aazk.org/wp-content/uploads/SanFrancisco.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4981, 2, '2014-01-03 12:47:58', '2014-01-03 17:47:58', '<a href="http://www.sfzoo.org">San Francsico Zoo</a>\r\n1 Zoo Road\r\nSan Francisco, CA. 94132\r\n415) 753-7080', 'San Francisco Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4979-revision-v1', '', '', '2014-01-03 12:47:58', '2014-01-03 17:47:58', '', 4979, 'https://www.aazk.org/4979-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4982, 2, '2014-01-03 12:48:26', '2014-01-03 17:48:26', '<a href="http://www.sfzoo.org">San Francsico Zoo</a>\r\n1 Zoo Road\r\nSan Francisco, CA. 94132\r\n(415) 753-7080', 'San Francisco Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4979-revision-v1', '', '', '2014-01-03 12:48:26', '2014-01-03 17:48:26', '', 4979, 'https://www.aazk.org/4979-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4983, 2, '2014-01-03 12:52:34', '2014-01-03 17:52:34', '<a href="http://www.santaanazoo.org">Santa Ana Zoo</a>\r\n1801 E. Chestnut Ave.\r\nSanta Ana, CA  92701\r\n(714) 836-4000', 'Santa Ana Zoo', 0, '', 'publish', 'closed', 'closed', '', 'santa-ana-zoo', '', '', '2014-01-03 13:02:33', '2014-01-03 18:02:33', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=4983', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4984, 2, '2014-01-03 12:52:27', '2014-01-03 17:52:27', '', 'SantaAna', 0, '', 'inherit', 'closed', 'closed', '', 'santaana', '', '', '2014-01-03 12:52:27', '2014-01-03 17:52:27', '', 4983, 'https://www.aazk.org/wp-content/uploads/SantaAna.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4985, 2, '2014-01-03 12:52:34', '2014-01-03 17:52:34', 'Santa Ana Zoo<a href="http://www.santaanazoo.org">\r\n1801 E. Chestnut Ave\r\nSanta Ana, CA 92701\r\n(714) 836-4000', 'Santa Ana Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4983-revision-v1', '', '', '2014-01-03 12:52:34', '2014-01-03 17:52:34', '', 4983, 'https://www.aazk.org/4983-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4986, 2, '2014-01-03 13:01:56', '2014-01-03 18:01:56', '<a href="http://www.santaanazoo.org">Santa Ana Zoo</a>\n\n1801 E. Chestnut', 'Santa Ana Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4983-autosave-v1', '', '', '2014-01-03 13:01:56', '2014-01-03 18:01:56', '', 4983, 'https://www.aazk.org/4983-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5223, 25759, '2014-01-13 14:06:25', '2014-01-13 19:06:25', '', 'Job Listings Test', 0, '', 'inherit', 'closed', 'closed', '', '5222-revision-v1', '', '', '2014-01-13 14:06:25', '2014-01-13 19:06:25', '', 5222, 'https://www.aazk.org/5222-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4959, 2, '2014-01-03 12:12:13', '2014-01-03 17:12:13', '', 'reidpark', 0, '', 'inherit', 'closed', 'closed', '', 'reidpark', '', '', '2014-01-03 12:12:13', '2014-01-03 17:12:13', '', 0, 'https://www.aazk.org/wp-content/uploads/reidpark.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4960, 2, '2014-01-03 12:15:43', '2014-01-03 17:15:43', '<a href="http://reidparkzoo.org/">Reid Park Zoo</a>\r\n3400 Zoo Court\r\nTucson, AZ  85716\r\n(520) 791-4022', 'Reid Park Zoo', 0, '', 'publish', 'closed', 'closed', '', 'reid-park-zoo', '', '', '2014-01-03 12:19:08', '2014-01-03 17:19:08', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=4960', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4961, 2, '2014-01-03 12:15:43', '2014-01-03 17:15:43', '<a href="http://reidparkzoo.org/">Reid Park Zoo</a>\r\n\r\n3400 Zoo Court\r\n\r\nTucson, AZ  85716', 'Reid Park Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4960-revision-v1', '', '', '2014-01-03 12:15:43', '2014-01-03 17:15:43', '', 4960, 'https://www.aazk.org/4960-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4962, 2, '2014-01-03 12:16:59', '2014-01-03 17:16:59', '<a href="http://reidparkzoo.org/">Reid Park Zoo</a>\r\n\r\n3400 Zoo Court\r\n\r\nTucson, AZ  85716\r\n\r\n(520) 791-4022', 'Reid Park Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4960-revision-v1', '', '', '2014-01-03 12:16:59', '2014-01-03 17:16:59', '', 4960, 'https://www.aazk.org/4960-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4965, 2, '2014-01-03 12:22:51', '2014-01-03 17:22:51', '', 'Phoenix', 0, '', 'inherit', 'closed', 'closed', '', 'phoenix-2', '', '', '2014-01-03 12:22:51', '2014-01-03 17:22:51', '', 0, 'https://www.aazk.org/wp-content/uploads/Phoenix.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4954, 2, '2014-01-03 12:04:33', '2014-01-03 17:04:33', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n&nbsp;\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/2014-Zoo-keeper-WEEK-V.jpg"><img class="alignnone size-medium wp-image-4944" alt="Zoo keeper WEEK.Logo 2011 V" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/2014-Zoo-keeper-WEEK-V-300x179.jpg" width="300" height="179" /></a>\r\n<div class="hr"></div>\r\n<h4>Ideas</h4>\r\nNeed ideas for celebrating this week or graphics? Download the following:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf" target="_blank">NZKW ideas (PDF)</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n<h6>NZKW Graphics</h6>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo-2014-V-copy.jpg">https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo-2014-V-copy.jpg</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo-H-2014.tif">https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo-H-2014.tif</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo_.Horz-2014.tif">https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo_.Horz-2014.tif</a>\r\n\r\nPlease be patient when downloading, as for some of these files are large. <em>For JPGs right click on the graphic to save once the link has opened in a new window.</em>\r\n\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_horz.jpg" target="_blank">\r\n</a>\r\n<div class="hr"></div>\r\n<h4>National Zoo Keeper Week Proclamation</h4>\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.\r\n<div id="inner-links"></div>', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2014-01-03 12:04:33', '2014-01-03 17:04:33', '', 1193, 'https://www.aazk.org/1193-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4955, 2, '2014-01-03 12:05:44', '2014-01-03 17:05:44', '', 'Zoo keeper WEEK copy.Logo 2014 V', 0, '', 'inherit', 'closed', 'closed', '', 'zoo-keeper-week-copy-logo-2014-v', '', '', '2014-01-03 12:05:44', '2014-01-03 17:05:44', '', 1193, 'https://www.aazk.org/wp-content/uploads/Zoo-keeper-WEEK-copy.Logo-2014-V.tiff', 0, 'attachment', 'image/tiff', 0) ; 
INSERT INTO `wp_posts` VALUES (4956, 2, '2014-01-03 12:08:43', '2014-01-03 17:08:43', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n&nbsp;\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/2014-Zoo-keeper-WEEK-V.jpg"><img class="alignnone size-medium wp-image-4944" alt="Zoo keeper WEEK.Logo 2011 V" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/2014-Zoo-keeper-WEEK-V-300x179.jpg" width="300" height="179" /></a>\r\n<div class="hr"></div>\r\n<h4>Ideas</h4>\r\nNeed ideas for celebrating this week or graphics? Download the following:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf" target="_blank">NZKW ideas (PDF)</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n<h6>NZKW Graphics</h6>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo-2014-V-copy.jpg">https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo-2014-V-copy.jpg</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo_.Horz-2014.tif">https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo_.Horz-2014.tif</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo-H-2014.tif">https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo-H-2014.tif</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo_.Horz-2014.tif">https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo_.Horz-2014.tif</a>\r\n\r\nPlease be patient when downloading, as for some of these files are large. <em>For JPGs right click on the graphic to save once the link has opened in a new window.</em>\r\n\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_horz.jpg" target="_blank">\r\n</a>\r\n<div class="hr"></div>\r\n<h4>National Zoo Keeper Week Proclamation</h4>\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.\r\n<div id="inner-links"></div>', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2014-01-03 12:08:43', '2014-01-03 17:08:43', '', 1193, 'https://www.aazk.org/1193-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3391, 1, '2013-10-23 16:16:13', '2013-10-23 21:16:13', '', 'pearthreejpg-150x150', 0, '', 'inherit', 'closed', 'closed', '', 'pearthreejpg-150x150', '', '', '2013-10-23 16:16:13', '2013-10-23 21:16:13', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/pearthreejpg-150x1501.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4952, 2, '2014-01-03 12:02:41', '2014-01-03 17:02:41', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n&nbsp;\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/2014-Zoo-keeper-WEEK-V.jpg"><img class="alignnone size-medium wp-image-4944" alt="Zoo keeper WEEK.Logo 2011 V" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/2014-Zoo-keeper-WEEK-V-300x179.jpg" width="300" height="179" /></a>\r\n<div class="hr"></div>\r\n<h4>Ideas</h4>\r\nNeed ideas for celebrating this week or graphics? Download the following:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf" target="_blank">NZKW ideas (PDF)</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n<h6>NZKW Graphics</h6>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo-2014-V-copy.jpg">https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo-2014-V-copy.jpg</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo-H-2014.tif">https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo-H-2014.tif</a>\r\n\r\nPlease be patient when downloading, as for some of these files are large. <em>For JPGs right click on the graphic to save once the link has opened in a new window.</em>\r\n\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_horz.jpg" target="_blank">\r\n</a>\r\n<div class="hr"></div>\r\n<h4>National Zoo Keeper Week Proclamation</h4>\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.\r\n<div id="inner-links"></div>', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2014-01-03 12:02:41', '2014-01-03 17:02:41', '', 1193, 'https://www.aazk.org/1193-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4953, 2, '2014-01-03 12:03:49', '2014-01-03 17:03:49', '', 'Zoo keeper WEEK.Logo.Horz 2014', 0, '', 'inherit', 'closed', 'closed', '', 'zoo-keeper-week-logo-horz-2014', '', '', '2014-01-03 12:03:49', '2014-01-03 17:03:49', '', 1193, 'https://www.aazk.org/wp-content/uploads/Zoo-keeper-WEEK.Logo_.Horz-2014.tif', 0, 'attachment', 'image/tiff', 0) ; 
INSERT INTO `wp_posts` VALUES (4951, 2, '2014-01-03 12:01:54', '2014-01-03 17:01:54', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n&nbsp;\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/2014-Zoo-keeper-WEEK-V.jpg"><img class="alignnone size-medium wp-image-4944" alt="Zoo keeper WEEK.Logo 2011 V" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/2014-Zoo-keeper-WEEK-V-300x179.jpg" width="300" height="179" /></a>\r\n<div class="hr"></div>\r\n<h4>Ideas</h4>\r\nNeed ideas for celebrating this week or graphics? Download the following:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf" target="_blank">NZKW ideas (PDF)</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n<h6>NZKW Graphics</h6>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo-2014-V-copy.jpg">https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo-2014-V-copy.jpg</a>\r\n\r\n&nbsp;\r\n\r\nPlease be patient when downloading, as for some of these files are large. <em>For JPGs right click on the graphic to save once the link has opened in a new window.</em>\r\n\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_horz.jpg" target="_blank">\r\n</a>\r\n<div class="hr"></div>\r\n<h4>National Zoo Keeper Week Proclamation</h4>\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.\r\n<div id="inner-links"></div>', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2014-01-03 12:01:54', '2014-01-03 17:01:54', '', 1193, 'https://www.aazk.org/1193-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4947, 2, '2014-01-03 11:15:11', '2014-01-03 16:15:11', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n&nbsp;\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/2014-Zoo-keeper-WEEK-V.jpg"><img class="alignnone size-medium wp-image-4944" alt="Zoo keeper WEEK.Logo 2011 V" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/2014-Zoo-keeper-WEEK-V-300x179.jpg" width="300" height="179" /></a>\r\n<div class="hr"></div>\r\n<h4>Ideas</h4>\r\nNeed ideas for celebrating this week or graphics? Download the following:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf" target="_blank">NZKW ideas (PDF)</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n<h6>NZKW Graphics</h6>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nPlease be patient when downloading, as for some of these files are large. <em>For JPGs right click on the graphic to save once the link has opened in a new window.</em>\r\n\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_horz.jpg" target="_blank">\r\n</a>\r\n<div class="hr"></div>\r\n<h4>National Zoo Keeper Week Proclamation</h4>\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.\r\n<div id="inner-links"></div>', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2014-01-03 11:15:11', '2014-01-03 16:15:11', '', 1193, 'https://www.aazk.org/1193-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4948, 2, '2014-01-03 11:58:56', '2014-01-03 16:58:56', '', 'Zoo keeper WEEK.Logo H 2014', 0, '', 'inherit', 'closed', 'closed', '', 'zoo-keeper-week-logo-h-2014', '', '', '2014-01-03 11:58:56', '2014-01-03 16:58:56', '', 1193, 'https://www.aazk.org/wp-content/uploads/Zoo-keeper-WEEK.Logo-H-2014.tif', 0, 'attachment', 'image/tiff', 0) ; 
INSERT INTO `wp_posts` VALUES (4949, 2, '2014-01-03 12:00:54', '2014-01-03 17:00:54', '', 'Zookeeper WEEK.Logo 2006 V', 0, '', 'inherit', 'closed', 'closed', '', 'zookeeper-week-logo-2006-v', '', '', '2014-01-03 12:00:54', '2014-01-03 17:00:54', '', 1193, 'https://www.aazk.org/wp-content/uploads/Zoo-keeper-WEEK.Logo-2014-V-copy.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4950, 2, '2014-01-03 12:01:31', '2014-01-03 17:01:31', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n&nbsp;\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/2014-Zoo-keeper-WEEK-V.jpg"><img class="alignnone size-medium wp-image-4944" alt="Zoo keeper WEEK.Logo 2011 V" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/2014-Zoo-keeper-WEEK-V-300x179.jpg" width="300" height="179" /></a>\r\n<div class="hr"></div>\r\n<h4>Ideas</h4>\r\nNeed ideas for celebrating this week or graphics? Download the following:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf" target="_blank">NZKW ideas (PDF)</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n<h6>NZKW Graphics</h6>\r\nhttps://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-keeper-WEEK.Logo-2014-V-copy.jpg\r\n\r\n&nbsp;\r\n\r\nPlease be patient when downloading, as for some of these files are large. <em>For JPGs right click on the graphic to save once the link has opened in a new window.</em>\r\n\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_horz.jpg" target="_blank">\r\n</a>\r\n<div class="hr"></div>\r\n<h4>National Zoo Keeper Week Proclamation</h4>\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.\r\n<div id="inner-links"></div>', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2014-01-03 12:01:31', '2014-01-03 17:01:31', '', 1193, 'https://www.aazk.org/1193-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3399, 1, '2013-10-23 16:46:06', '2013-10-23 21:46:06', '<h4>What is "Bowling For Rhinos"?</h4>\r\n<strong><big><img class="alignnone size-thumbnail wp-image-1308" title="bfr_logo_497x497" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo_497x497-150x150.jpg" alt="bfr_logo_497x497" width="90" height="90" />A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).  Over 60 AAZK chapters participate  throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\r\n\r\n<h4>Why save Rhinos?</h4>\r\n<strong><big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of<img class="size-medium wp-image-1312 alignright" title="extinct_rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/extinct_rhino-300x200.jpg" alt="extinct_rhino" width="300" height="200" /> rhino exist today when once there were over 100 species.  All 5 species- the white, black, greater one-horned, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the greater one-horned population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has fewer than 60 animals.\r\n\r\nThe black rhino is a symbol of conservation in Africa as our bald eagle  is to those of us in the United States. If the black rhino were to go extinct what message would we give our children?  The rhino is a large, flagship species.  By striving to save the rhino, we save large expanses of habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive guns and man.  The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles.  So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks.  "BFR"  money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuaries/parks, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\r\n\r\n<img class="size-full wp-image-1243 alignleft" title="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" alt="aazk-color-logo-c2a8" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an  obligation to save it and the other rhino species from extinction.  Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\r\n\r\n<h4>Where do Bowling For Rhinos Funds go?</h4>\r\n<strong><big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the black and white rhino in Africa and the Javan and Sumatran rhino in  Indonesia. <img class="size-medium wp-image-1443 alignright" title="img_5337" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5337-300x200.jpg" alt="img_5337" width="210" height="140" />\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\r\n\r\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, <img class="alignleft size-medium wp-image-1445" title="sumatranrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino-300x199.jpg" alt="sumatranrhino" width="240" height="159" />patrol equipment and training of park guards in anti-  poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to Lewa Wildlife Conservancy(LWC). 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant </a>administered by the AAZK.\r\n\r\n<h4>Are donations to Bowling For Rhinos tax  deductible?</h4>\r\n<strong><big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\r\n\r\n<h4>How can I help?</h4>\r\n<strong><big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser or by donating to someone who is. <a href="http://aecetia.net/gws/aazk/links/aazk-local-chapters">Click  here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\r\n\r\n<h4>Do you need to be an AAZK member to bowl?</h4>\r\n<strong><big>A:</big></strong> No. Anyone can join the bowl-a-thon and have fun.\r\n\r\n<h4>How many chapters participate?</h4>\r\n<strong><big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some bowl together) in U.S. and Canada.\r\n\r\n<h4>Why not bowl for a different animal each year?</h4>\r\n<strong><big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan  gibbons and the coral reefs,  just to name a few.\r\n\r\n<h4>Where can I get more information?</h4>\r\n<strong><big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.\r\n\r\n<div id="inner-links"></div>', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2013-10-23 16:46:06', '2013-10-23 21:46:06', '', 1269, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1269-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3397, 1, '2013-10-23 16:41:24', '2013-10-23 21:41:24', '<h4>Q: What is "Bowling For Rhinos"?</h4>\r\n\r\n<strong><big><img class="alignnone size-thumbnail wp-image-1308" title="bfr_logo_497x497" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo_497x497-150x150.jpg" alt="bfr_logo_497x497" width="90" height="90" />A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).  Over 60 AAZK chapters participate  throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\r\n\r\n<a name="q2"> </a>\r\n\r\n<strong><a name="q2"><big>Q: Why save Rhinos?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of<img class="size-medium wp-image-1312 alignright" title="extinct_rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/extinct_rhino-300x200.jpg" alt="extinct_rhino" width="300" height="200" /> rhino exist today when once there were over 100 species.  All 5 species- the white, black, greater one-horned, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the greater one-horned population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has fewer than 60 animals.\r\n\r\nThe black rhino is a symbol of conservation in Africa as our bald eagle  is to those of us in the United States. If the black rhino were to go extinct what message would we give our children?  The rhino is a large, flagship species.  By striving to save the rhino, we save large expanses of habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive guns and man.  The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles.  So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks.  "BFR"  money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuaries/parks, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\r\n\r\n<img class="size-full wp-image-1243 alignleft" title="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" alt="aazk-color-logo-c2a8" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an  obligation to save it and the other rhino species from extinction.  Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\r\n\r\n<a name="q3"> </a>\r\n\r\n<strong><a name="q3"><big>Q: Where do Bowling For Rhinos Funds go?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the black and white rhino in Africa and the Javan and Sumatran rhino in  Indonesia. <img class="size-medium wp-image-1443 alignright" title="img_5337" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5337-300x200.jpg" alt="img_5337" width="210" height="140" />\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\r\n\r\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, <img class="alignleft size-medium wp-image-1445" title="sumatranrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino-300x199.jpg" alt="sumatranrhino" width="240" height="159" />patrol equipment and training of park guards in anti-  poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to Lewa Wildlife Conservancy(LWC). 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant </a>administered by the AAZK.\r\n\r\n<a name="q4"> </a>\r\n\r\n<strong><a name="q4"><big>Q: Are donations to Bowling For Rhinos tax  deductible?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\r\n\r\n<a name="q5"> </a>\r\n\r\n<strong><a name="q5"><big>Q: How can I help?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser or by donating to someone who is. <a href="http://aecetia.net/gws/aazk/links/aazk-local-chapters">Click  here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\r\n\r\n<a name="q6"> </a>\r\n\r\n<strong><a name="q6"><big>Q: Do you need to be an AAZK member to bowl?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> No. Anyone can join the bowl-a-thon and have fun.\r\n\r\n<a name="q7"> </a>\r\n\r\n<strong><a name="q7"><big>Q: How many chapters participate?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some bowl together) in U.S. and Canada.\r\n\r\n<a name="q8"> </a>\r\n\r\n<a name="q10"> </a>\r\n\r\n<strong><a name="q10"><big>Q: Why not bowl for a different animal each  year?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan  gibbons and the coral reefs,  just to name a few.\r\n\r\n<a name="q12"> </a>\r\n\r\n<strong><a name="q12"><big>Q: Where can I get more information?</big></a></strong> <strong>\r\n<big></big></strong>\r\n\r\n<strong><big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.\r\n\r\n<div id="inner-links"></div>', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2013-10-23 16:41:24', '2013-10-23 21:41:24', '', 1269, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1269-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3398, 1, '2013-10-23 17:12:48', '2013-10-23 22:12:48', '<h4>What is "Bowling For Rhinos"?</h4>\n<img class="alignleft" src="[homeurl]/wp-content/uploads/bfr_logo_497x497-150x150.jpg" width="90" height="90" /> Each year the American Association of Zoo keepers (AAZK) sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR). Over 60 AAZK chapters participate throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra. These sanctuaries not only save rhinos but also these entire ecosystems!\n\n<div class="hr"></div>\n\n<h4>Why save Rhinos?</h4>\n<img class="alignright" title="extinct_rhino" src="[homeurl]/wp-content/uploads/extinct_rhino-300x200.jpg" alt="extinct_rhino" width="150" /> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of rhino exist today when once there were over 100 species.  All 5 species- the white, black, greater one-horned, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the greater one-horned population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has fewer than 60 animals.\n\nThe black rhino is a symbol of conservation in Africa as our bald eagle is to those of us in the United States. If the black rhino were to go extinct what message would we give our children? The rhino is a large, flagship species. By striving to save the rhino, we save large expanses of habitat. By saving these habitats, we are saving many endangered  species, not just the rhino.\n\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive guns and man. The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles. So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks. "BFR" money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuaries/parks, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\n\n<img class="alignleft" title="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" alt="aazk-color-logo-c2a8" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an  obligation to save it and the other rhino species from extinction. Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\n\n<div class="hr"></div>\n\n<h4>Where do Bowling For Rhinos Funds go?</h4>\n<img class="size-medium wp-image-1443 alignleft" title="img_5337" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5337-300x200.jpg" alt="img_5337" width="150" /> 100% of all funds raised goes directly to in situ conservation projects, conserving four species of rhino, their habitats, and hundreds of other endangered plants and animals. BFR helps preserve the black and white rhino in Africa and the Javan and Sumatran rhino in Indonesia. \n\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon. This is a 300 square mile National Park on the island of Java (Indonesia) which is home to some of the rarest animals on earth! Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In fact, Java is home to one eighth of the world\'s mammals, birds, reptile, amphibian and plant species although it only occupies one percent of  the globes land surface!\n\n<img class="alignright size-medium wp-image-1445" title="sumatranrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino-300x199.jpg" alt="sumatranrhino" width="150" /> In 1997, "BFR" again expanded their funding efforts to include Bukit Barisan Selatan National Park (BBSNP). This is a 3,568 square km protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000/ year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\n\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow funding to be used on top priority needs in top priority locations to conserve wildlife. BFR is part of this program. This allows unused funding in any given year to go through IRCP to be reallocated to these top priority locations. This allows BFR to expand funding to include such places as Way Kambas (Eastern Sumatra) that has a large population of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival and recovery of this species. Currently, the best use of and greatest need for the BFR funds is to be used to establish more anti-poaching teams in Way Kambas.\n\nOur first $160,000 raised each year goes to Lewa Wildlife Conservancy(LWC). 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant</a> administered by the AAZK.\n\n<div class="hr"></div>\n\n<h4>Are donations to Bowling For Rhinos tax deductible?</h4>\nYes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501 (c)(3) organization. Also, remember to check with your employer to see if they have a matching gift program as an easy way to double your donation.\n\n<div class="hr"></div>\n\n<h4>How can I help?</h4>\nYou can help by participating in your local AAZK Chapter\'s Bowling For Rhinos fundraiser or by donating to someone who is. <a href="http://aecetia.net/gws/aazk/links/aazk-local-chapters">Click here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\n\n<div class="hr"></div>\n\n<h4>Do you need to be an AAZK member to bowl?</h4>\n<strong>No.</strong> Anyone can join the bowl-a-thon and have fun.\n\n<div class="hr"></div>\n\n<h4>How many chapters participate?</h4>\nApproximately 60 chapters participate each year with about 55 events (some bowl together) in U.S. and Canada.\n\n<div class="hr"></div>\n\n<h4>Why not bowl for a different animal each year?</h4>\nIt takes about 5 years for a fund raiser to take hold where the public looks forward to it so it is important to keep the name the same. BFR saves rhino habitat so it saves everything from orchids to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya has more elephants (300) than rhino (80). BFR also saves cheetah, Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan gibbons and the coral reefs, just to name a few.\n\n<div class="hr"></div>\n\n<h4>Where can I get more information?</h4>\nHopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org" target="_blank">www.lewa.org</a>, <a href="http://www.rhinos-irf.org/" target="_blank">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/" target="_blank">www.actionforcheetahs.org</a>.\n\n<div id="inner-links"></div>', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-autosave-v1', '', '', '2013-10-23 17:12:48', '2013-10-23 22:12:48', '', 1269, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1269-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3401, 1, '2013-10-23 16:50:23', '2013-10-23 21:50:23', 'Page Template', 'Recover Account', 0, '', 'publish', 'closed', 'closed', '', 'recover-account', '', '', '2013-11-04 12:24:45', '2013-11-04 17:24:45', '', 0, 'http://web3.gowebsolutions.com/~aazook/?page_id=3401', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3403, 1, '2013-10-23 16:55:10', '2013-10-23 21:55:10', '<h4>What is "Bowling For Rhinos"?</h4>\r\n<img class="alignleft" src="[homeurl]/wp-content/uploads/bfr_logo_497x497-150x150.jpg" width="90" height="90" /> Each year the American Association of Zoo keepers (AAZK) sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR). Over 60 AAZK chapters participate throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra. These sanctuaries not only save rhinos but also these entire ecosystems!\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Why save Rhinos?</h4>\r\nRhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of <img class="alignright" title="extinct_rhino" src="[homeurl]/wp-content/uploads/extinct_rhino-300x200.jpg" alt="extinct_rhino" width="300" height="200" /> rhino exist today when once there were over 100 species.  All 5 species- the white, black, greater one-horned, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the greater one-horned population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has fewer than 60 animals.\r\n\r\nThe black rhino is a symbol of conservation in Africa as our bald eagle  is to those of us in the United States. If the black rhino were to go extinct what message would we give our children?  The rhino is a large, flagship species.  By striving to save the rhino, we save large expanses of habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive guns and man.  The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles.  So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks.  "BFR"  money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuaries/parks, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\r\n\r\n<img class="alignleft" title="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" alt="aazk-color-logo-c2a8" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an  obligation to save it and the other rhino species from extinction.  Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Where do Bowling For Rhinos Funds go?</h4>\r\n100% of all funds raised goes directly to in situ conservation projects, conserving four species of rhino, their habitats, and hundreds of other endangered plants and animals. BFR helps preserve the black and white rhino in Africa and the Javan and Sumatran rhino in Indonesia. <img class="size-medium wp-image-1443 alignright" title="img_5337" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5337-300x200.jpg" alt="img_5337" width="210" height="140" />\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon. This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In fact, Java is home to one eighth of the world\'s mammals, birds, reptile, amphibian and plant species although it only occupies one percent of  the globes land surface!\r\n\r\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, <img class="alignleft size-medium wp-image-1445" title="sumatranrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino-300x199.jpg" alt="sumatranrhino" width="240" height="159" />patrol equipment and training of park guards in anti-  poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to conserve wildlife. BFR is part of this program. This allows unused funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to Lewa Wildlife Conservancy(LWC). 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant </a>administered by the AAZK.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Are donations to Bowling For Rhinos tax deductible?</h4>\r\nYes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501 (c)(3) organization. Also, remember to check with your employer to see if they have a matching gift program as an easy way to double your donation.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>How can I help?</h4>\r\nYou can help by participating in your local AAZK Chapter\'s Bowling For Rhinos fundraiser or by donating to someone who is. <a href="http://aecetia.net/gws/aazk/links/aazk-local-chapters">Click here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Do you need to be an AAZK member to bowl?</h4>\r\nNo. Anyone can join the bowl-a-thon and have fun.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>How many chapters participate?</h4>\r\nApproximately 60 chapters participate each year with about  55 events (some bowl together) in U.S. and Canada.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Why not bowl for a different animal each year?</h4>\r\nIt takes about 5 years for a fund raiser to take hold where the public looks forward to it so it is important to keep the name the same. BFR saves rhino habitat so it saves everything from orchids to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya has more elephants (300) than rhino (80). BFR also saves cheetah, Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan gibbons and the coral reefs, just to name a few.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Where can I get more information?</h4>\r\nHopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org" target="_blank">www.lewa.org</a>, <a href="http://www.rhinos-irf.org/" target="_blank">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/" target="_blank">www.actionforcheetahs.org</a>.\r\n\r\n<div id="inner-links"></div>', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2013-10-23 16:55:10', '2013-10-23 21:55:10', '', 1269, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1269-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3400, 1, '2013-10-23 16:47:53', '2013-10-23 21:47:53', '<h4>What is "Bowling For Rhinos"?</h4>\r\n<strong><big><img class="alignnone size-thumbnail wp-image-1308" title="bfr_logo_497x497" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo_497x497-150x150.jpg" alt="bfr_logo_497x497" width="90" height="90" />A:</big></strong> Each year the American Association of Zoo keepers (AAZK)  sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR).  Over 60 AAZK chapters participate  throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi  rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia  and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra.  These sanctuaries not only save rhinos but also these entire  ecosystems!\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Why save Rhinos?</h4>\r\n<strong><big>A:</big></strong> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of<img class="size-medium wp-image-1312 alignright" title="extinct_rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/extinct_rhino-300x200.jpg" alt="extinct_rhino" width="300" height="200" /> rhino exist today when once there were over 100 species.  All 5 species- the white, black, greater one-horned, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the greater one-horned population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has fewer than 60 animals.\r\n\r\nThe black rhino is a symbol of conservation in Africa as our bald eagle  is to those of us in the United States. If the black rhino were to go extinct what message would we give our children?  The rhino is a large, flagship species.  By striving to save the rhino, we save large expanses of habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive guns and man.  The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles.  So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks.  "BFR"  money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuaries/parks, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\r\n\r\n<img class="size-full wp-image-1243 alignleft" title="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" alt="aazk-color-logo-c2a8" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an  obligation to save it and the other rhino species from extinction.  Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\r\n\r\n<h4>Where do Bowling For Rhinos Funds go?</h4>\r\n<strong><big>A:</big></strong> 100% of all funds raised goes directly to in situ  conservation projects, conserving four species of rhino, their habitats,  and hundreds of other endangered plants and animals. BFR helps preserve  the black and white rhino in Africa and the Javan and Sumatran rhino in  Indonesia. <img class="size-medium wp-image-1443 alignright" title="img_5337" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5337-300x200.jpg" alt="img_5337" width="210" height="140" />\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon.  This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few  discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In  fact, Java is home to one eighth of the world\'s mammals, birds, reptile,  amphibian and plant species although it only occupies one percent of  the globes land surface!\r\n\r\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, <img class="alignleft size-medium wp-image-1445" title="sumatranrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino-300x199.jpg" alt="sumatranrhino" width="240" height="159" />patrol equipment and training of park guards in anti-  poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to  conserve wildlife. BFR is part of this program. This allows unused  funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include  such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival  and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching  teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to Lewa Wildlife Conservancy(LWC). 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant </a>administered by the AAZK.\r\n\r\n<h4>Are donations to Bowling For Rhinos tax  deductible?</h4>\r\n<strong><big>A:</big></strong> Yes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501  (c)(3) organization.  Also, remember to check with your employer to see  if they have a matching gift program as an easy way to double your  donation.\r\n\r\n<h4>How can I help?</h4>\r\n<strong><big>A:</big></strong> You can help by participating in your local AAZK Chapter\'s  Bowling For Rhinos fundraiser or by donating to someone who is. <a href="http://aecetia.net/gws/aazk/links/aazk-local-chapters">Click  here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\r\n\r\n<h4>Do you need to be an AAZK member to bowl?</h4>\r\n<strong><big>A:</big></strong> No. Anyone can join the bowl-a-thon and have fun.\r\n\r\n<h4>How many chapters participate?</h4>\r\n<strong><big>A:</big></strong> Approximately 60 chapters participate each year with about  55 events (some bowl together) in U.S. and Canada.\r\n\r\n<h4>Why not bowl for a different animal each year?</h4>\r\n<strong><big>A:</big></strong> It takes about 5 years for a fund raiser to take hold  where the public looks forward to it so it is important to keep the name  the same. BFR saves rhino habitat so it saves everything from orchids  to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya  has more elephants (300) than rhino (80). BFR also saves cheetah,  Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan  gibbons and the coral reefs,  just to name a few.\r\n\r\n<h4>Where can I get more information?</h4>\r\n<strong><big>A:</big></strong> Hopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let  us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org">www.lewa.org</a>,  <a href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.\r\n\r\n<div id="inner-links"></div>', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2013-10-23 16:47:53', '2013-10-23 21:47:53', '', 1269, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1269-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3402, 1, '2013-10-23 16:50:23', '2013-10-23 21:50:23', '', 'No Email Signup', 0, '', 'inherit', 'closed', 'closed', '', '3401-revision-v1', '', '', '2013-10-23 16:50:23', '2013-10-23 21:50:23', '', 3401, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3401-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3404, 1, '2013-10-23 17:07:47', '2013-10-23 22:07:47', '<h4>What is "Bowling For Rhinos"?</h4>\r\n<img class="alignleft" src="[homeurl]/wp-content/uploads/bfr_logo_497x497-150x150.jpg" width="90" height="90" /> Each year the American Association of Zoo keepers (AAZK) sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR). Over 60 AAZK chapters participate throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra. These sanctuaries not only save rhinos but also these entire ecosystems!\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Why save Rhinos?</h4>\r\n<img class="alignright" title="extinct_rhino" src="[homeurl]/wp-content/uploads/extinct_rhino-300x200.jpg" alt="extinct_rhino" width="150" /> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of rhino exist today when once there were over 100 species.  All 5 species- the white, black, greater one-horned, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the greater one-horned population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has fewer than 60 animals.\r\n\r\nThe black rhino is a symbol of conservation in Africa as our bald eagle  is to those of us in the United States. If the black rhino were to go extinct what message would we give our children?  The rhino is a large, flagship species.  By striving to save the rhino, we save large expanses of habitat.  By saving these habitats, we are saving many endangered  species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive guns and man.  The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles.  So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks.  "BFR"  money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuaries/parks, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\r\n\r\n<img class="alignleft" title="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" alt="aazk-color-logo-c2a8" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an  obligation to save it and the other rhino species from extinction.  Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Where do Bowling For Rhinos Funds go?</h4>\r\n100% of all funds raised goes directly to in situ conservation projects, conserving four species of rhino, their habitats, and hundreds of other endangered plants and animals. BFR helps preserve the black and white rhino in Africa and the Javan and Sumatran rhino in Indonesia. <img class="size-medium wp-image-1443 alignright" title="img_5337" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5337-300x200.jpg" alt="img_5337" width="210" height="140" />\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon. This is a 300 square mile National Park on the island of Java  (Indonesia) which is home to some of the rarest animals on earth!  Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In fact, Java is home to one eighth of the world\'s mammals, birds, reptile, amphibian and plant species although it only occupies one percent of  the globes land surface!\r\n\r\nIn 1997, "BFR" again expanded their funding efforts to include Bukit  Barisan Selatan National Park (BBSNP). This is a 3,568 square km  protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000 / year is needed at BBSNP  to provide additional  patrol stations, <img class="alignleft size-medium wp-image-1445" title="sumatranrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino-300x199.jpg" alt="sumatranrhino" width="240" height="159" />patrol equipment and training of park guards in anti-  poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow  funding to be used on top priority needs in top priority locations to conserve wildlife. BFR is part of this program. This allows unused funding in any given year to go through IRCP to be reallocated to these  top priority locations. This allows BFR to expand funding to include such places as Way Kambas (Eastern Sumatra) that has a large population  of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival and recovery of this species. Currently, the best use of and greatest  need for the BFR funds is to be used to establish more anti-poaching teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to Lewa Wildlife Conservancy(LWC). 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant </a>administered by the AAZK.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Are donations to Bowling For Rhinos tax deductible?</h4>\r\nYes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501 (c)(3) organization. Also, remember to check with your employer to see if they have a matching gift program as an easy way to double your donation.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>How can I help?</h4>\r\nYou can help by participating in your local AAZK Chapter\'s Bowling For Rhinos fundraiser or by donating to someone who is. <a href="http://aecetia.net/gws/aazk/links/aazk-local-chapters">Click here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Do you need to be an AAZK member to bowl?</h4>\r\nNo. Anyone can join the bowl-a-thon and have fun.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>How many chapters participate?</h4>\r\nApproximately 60 chapters participate each year with about  55 events (some bowl together) in U.S. and Canada.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Why not bowl for a different animal each year?</h4>\r\nIt takes about 5 years for a fund raiser to take hold where the public looks forward to it so it is important to keep the name the same. BFR saves rhino habitat so it saves everything from orchids to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya has more elephants (300) than rhino (80). BFR also saves cheetah, Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan gibbons and the coral reefs, just to name a few.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Where can I get more information?</h4>\r\nHopefully, you can find most of what you\'re looking for on  our website. If there are things we can add that are useful, please let us know. Additionally, you can find out more through some of the  programs that we participate in, <a href="http://www.lewa.org" target="_blank">www.lewa.org</a>, <a href="http://www.rhinos-irf.org/" target="_blank">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/" target="_blank">www.actionforcheetahs.org</a>.\r\n\r\n<div id="inner-links"></div>', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2013-10-23 17:07:47', '2013-10-23 22:07:47', '', 1269, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1269-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3405, 1, '2013-10-23 17:13:39', '2013-10-23 22:13:39', '<h4>What is "Bowling For Rhinos"?</h4>\r\n<img class="alignleft" src="[homeurl]/wp-content/uploads/bfr_logo_497x497-150x150.jpg" width="90" height="90" /> Each year the American Association of Zoo keepers (AAZK) sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR). Over 60 AAZK chapters participate throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in  Sumatra. These sanctuaries not only save rhinos but also these entire ecosystems!\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Why save Rhinos?</h4>\r\n<img class="alignright" title="extinct_rhino" src="[homeurl]/wp-content/uploads/extinct_rhino-300x200.jpg" alt="extinct_rhino" width="150" /> Rhinos have lived on earth for over 50 million years but whether they  survive even 50 more years is open to speculation. Only 5 species of rhino exist today when once there were over 100 species.  All 5 species- the white, black, greater one-horned, Sumatran and Javan are endangered.  Only the  white rhino with a population of 4,600 seems to be somewhat safe from  extinction.  In 1960, 60,000 black rhinos roamed Africa. Today only  2,500 remain in isolated populations.  On the Asian continent, the greater one-horned population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has fewer than 60 animals.\r\n\r\nThe black rhino is a symbol of conservation in Africa as our bald eagle is to those of us in the United States. If the black rhino were to go extinct what message would we give our children? The rhino is a large, flagship species. By striving to save the rhino, we save large expanses of habitat. By saving these habitats, we are saving many endangered  species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50  million years but it can not survive guns and man. The rhino is  killed for its horn to be used in oriental medicines and as symbolic dagger handles. So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks. "BFR" money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuaries/parks, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\r\n\r\n<img class="alignleft" title="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" alt="aazk-color-logo-c2a8" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an  obligation to save it and the other rhino species from extinction. Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Where do Bowling For Rhinos Funds go?</h4>\r\n<img class="size-medium wp-image-1443 alignleft" title="img_5337" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5337-300x200.jpg" alt="img_5337" width="150" /> 100% of all funds raised goes directly to in situ conservation projects, conserving four species of rhino, their habitats, and hundreds of other endangered plants and animals. BFR helps preserve the black and white rhino in Africa and the Javan and Sumatran rhino in Indonesia. \r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon. This is a 300 square mile National Park on the island of Java (Indonesia) which is home to some of the rarest animals on earth! Ujung  Kulon supports the last 47 Javan rhinos in the world (with a few discovered in Viet Nam), 40 species of mammals, 250 species of birds,  many rare amphibians and reptiles including the green sea turtle. In fact, Java is home to one eighth of the world\'s mammals, birds, reptile, amphibian and plant species although it only occupies one percent of  the globes land surface!\r\n\r\n<img class="alignright size-medium wp-image-1445" title="sumatranrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino-300x199.jpg" alt="sumatranrhino" width="150" /> In 1997, "BFR" again expanded their funding efforts to include Bukit Barisan Selatan National Park (BBSNP). This is a 3,568 square km protected area on the southwest side of the island of Sumatra. Asian  elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a  substantial number of the estimated 200 Sumatran rhinos live within  this park. $25,000/ year is needed at BBSNP  to provide additional  patrol stations, patrol equipment and training of park guards in anti-  poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that  includes all parks with rhino populations. This program will allow funding to be used on top priority needs in top priority locations to conserve wildlife. BFR is part of this program. This allows unused funding in any given year to go through IRCP to be reallocated to these top priority locations. This allows BFR to expand funding to include such places as Way Kambas (Eastern Sumatra) that has a large population of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of  Sumatran rhinos in the world and is a crucial nucleus for the survival and recovery of this species. Currently, the best use of and greatest need for the BFR funds is to be used to establish more anti-poaching teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to Lewa Wildlife Conservancy(LWC). 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant</a> administered by the AAZK.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Are donations to Bowling For Rhinos tax deductible?</h4>\r\nYes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501 (c)(3) organization. Also, remember to check with your employer to see if they have a matching gift program as an easy way to double your donation.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>How can I help?</h4>\r\nYou can help by participating in your local AAZK Chapter\'s Bowling For Rhinos fundraiser or by donating to someone who is. <a href="http://aecetia.net/gws/aazk/links/aazk-local-chapters">Click here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Do you need to be an AAZK member to bowl?</h4>\r\n<strong>No.</strong> Anyone can join the bowl-a-thon and have fun.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>How many chapters participate?</h4>\r\nApproximately 60 chapters participate each year with about 55 events (some bowl together) in U.S. and Canada.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Why not bowl for a different animal each year?</h4>\r\nIt takes about 5 years for a fund raiser to take hold where the public looks forward to it so it is important to keep the name the same. BFR saves rhino habitat so it saves everything from orchids to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya has more elephants (300) than rhino (80). BFR also saves cheetah, Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan gibbons and the coral reefs, just to name a few.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Where can I get more information?</h4>\r\nHopefully, you can find most of what you\'re looking for on our website. If there are things we can add that are useful, please <a href="[homeurl]/contact/">let us know</a>. Additionally, you can find out more through some of the programs that we participate in, <a href="http://www.lewa.org" target="_blank">www.lewa.org</a>, <a href="http://www.rhinos-irf.org/" target="_blank">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/" target="_blank">www.actionforcheetahs.org</a>.\r\n\r\n<div id="inner-links"></div>', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2013-10-23 17:13:39', '2013-10-23 22:13:39', '', 1269, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1269-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3406, 1, '2013-10-23 17:28:48', '2013-10-23 22:28:48', '<h4>Animal Keepers\' Forum</h4>\r\nIn August of 1972, a short-lived “unofficial” newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level. The idea for Animal Keepers’ Forum grew out of the Topeka Zoo. Animal Keepers’ Forum was launched November of 1974 and has progressed through the years from a 6’ x 9” format with artwork on the cover to standard magazine format in full color. Join today to receive your annual subscription to the Animals Keepers’ Forum.\r\n<a class="button" href="[homeurl]/publications/animal-keepers-forum/">Learn More</a>\r\n\r\n<h4>AAZK Crisis Management</h4>\r\nThis CD contains all of the manuscripts found in the original (1999) book Resources for Crisis Management in Zoos and Other Animal Care Facilities as well as the manuscripts from the special issue of Animal Keepers’ Forum dedicated to crisis management that was published in November/December 2007 by AAZK, Inc. It is fully searchable by topic, title or author. Purchase a copy of the AAZK Crisis Management CD by visiting the <a href="[homeurl]/shop/">AAZK store</a>.\r\n<a class="button" href="#">Learn More</a>\r\n\r\n<h4>AAZK Zoonotic Diease Handbook</h4>\r\nThis CD-Rom publication is in searchable PDF Format and is Hyper-linked by Zoonotic Disease List.  The publication contains updated guidelines for Animal Care Personnel and a hygiene and disinfection section. Purchase a copy of the AAZK Zoonotic Disease CD by visiting the <a href="[homeurl]/shop/">AAZK store</a>.\r\n<a class="button" href="#">Learn More</a>', 'Publications', 0, '', 'inherit', 'closed', 'closed', '', '3336-revision-v1', '', '', '2013-10-23 17:28:48', '2013-10-23 22:28:48', '', 3336, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3336-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3408, 1, '2013-10-23 17:36:34', '2013-10-23 22:36:34', '', 'animalkeepersforum-oct13', 0, '', 'inherit', 'closed', 'closed', '', 'animalkeepersforum-oct13', '', '', '2013-10-23 17:36:34', '2013-10-23 22:36:34', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/animalkeepersforum-oct13.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3409, 1, '2013-10-23 17:37:10', '2013-10-23 22:37:10', '<img class="alignleft" src="[homeurl]/wp-content/uploads/animalkeepersforum-oct13.jpg" alt="" /> In August of 1972, a short-lived "unofficial" newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level.\r\n\r\nThe idea for Animal Keepers\' Forum grew out of a bull session among keepers at the Topeka Zoo. The original Ruptured Rhino staff, along with several others, were involved in the conception and production of the<strong> first issue of AKF in November of 1974</strong>. It was 3 1/2 pages long, and printed on a mimeograph-type machine. Early issues contained zoo news articles, items on legislation and guest editorials.\r\n\r\nBy June of 1975 the AKF had grown to 13 pages and in November of 1975 celebrated its first anniversary of continuous publication. After the first two issues, it was sold on a subscription basis at $5.00 per year. Although originally the AKF was sold to AAZK members, it didn\'t become the "official" professional journal of the Association until March of 1975. The AKF has always carried the motto "Dedicated to Professional Animal Care".\r\n\r\nIn January 1976, AKF changed its format to a booklet style publication. In 1977 AKF had its first part-time paid editor and also began to be printed commercially. In 1978 the buff colored cover featuring artwork by keepers debuted. The first Excellence in Journalism Awards were given in 1979.\r\n\r\nIn 1981 Susan Chan was hired as Managing Editor for Animal Keepers’ Forum. The AKF has continued to grow in scope and content since that time, now averaging 44 pages per issue.  At least once a year, an issue dedicated to a particular species or topic is produced. AKF contains regular columns on Animal Behavior, Enrichment Options, Crisis Management and legislative issues affecting wildlife and zoos. Each issue also contains articles on animal husbandry, book reviews, a listing of upcoming conferences and symposia and Association news.\r\n\r\nThe Animal Keepers\' Forum has come a long way since its inception when it was printed on a mimeograph machine to today when it is produced with modern desktop publishing computer equipment. It currently reaches approximately <strong>2800 members (including about 150 zoos) in the U.S., Canada and 24 foreign countries</strong>.\r\n\r\nAnimal Keepers’ Forum is celebrating its 38th anniversary of continuous publication this year (2011).', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2013-10-23 17:37:10', '2013-10-23 22:37:10', '', 200, 'http://web3.gowebsolutions.com/~aazook/uncategorized/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3410, 1, '2013-10-23 17:45:37', '2013-10-23 22:45:37', '<img class="alignleft" src="[homeurl]/wp-content/uploads/animalkeepersforum-oct13.jpg" alt="" /> In August of 1972, a short-lived "unofficial" newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level.\r\n\r\nThe idea for Animal Keepers\' Forum grew out of a bull session among keepers at the Topeka Zoo. The original Ruptured Rhino staff, along with several others, were involved in the conception and production of the<strong> first issue of AKF in November of 1974</strong>. It was 3 1/2 pages long, and printed on a mimeograph-type machine. Early issues contained zoo news articles, items on legislation and guest editorials.\r\n\r\nBy June of 1975 the AKF had grown to 13 pages and in November of 1975 celebrated its first anniversary of continuous publication. After the first two issues, it was sold on a subscription basis at $5.00 per year. Although originally the AKF was sold to AAZK members, it didn\'t become the "official" professional journal of the Association until March of 1975. The AKF has always carried the motto "Dedicated to Professional Animal Care".\r\n\r\nIn January 1976, AKF changed its format to a booklet style publication. In 1977 AKF had its first part-time paid editor and also began to be printed commercially. In 1978 the buff colored cover featuring artwork by keepers debuted. The first Excellence in Journalism Awards were given in 1979.\r\n\r\nIn 1981 Susan Chan was hired as Managing Editor for Animal Keepers’ Forum. The AKF has continued to grow in scope and content since that time, now averaging 44 pages per issue.  At least once a year, an issue dedicated to a particular species or topic is produced. AKF contains regular columns on Animal Behavior, Enrichment Options, Crisis Management and legislative issues affecting wildlife and zoos. Each issue also contains articles on animal husbandry, book reviews, a listing of upcoming conferences and symposia and Association news.\r\n\r\nThe Animal Keepers\' Forum has come a long way since its inception when it was printed on a mimeograph machine to today when it is produced with modern desktop publishing computer equipment. It currently reaches approximately <strong>2800 members (including about 150 zoos) in the U.S., Canada and 24 foreign countries</strong>.\r\n\r\nAnimal Keepers’ Forum is celebrating its 40th anniversary of continuous publication this year (2013).\r\n\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="[homeurl]/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> for guidelines on how to submit your article.\r\n\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="[homeurl]/store/">store</a>.', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2013-10-23 17:45:37', '2013-10-23 22:45:37', '', 200, 'http://web3.gowebsolutions.com/~aazook/uncategorized/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3411, 1, '2013-10-23 17:46:10', '2013-10-23 22:46:10', '<img class="alignleft" src="[homeurl]/wp-content/uploads/animalkeepersforum-oct13.jpg" alt="" /> In August of 1972, a short-lived "unofficial" newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level.\r\n\r\nThe idea for Animal Keepers\' Forum grew out of a bull session among keepers at the Topeka Zoo. The original Ruptured Rhino staff, along with several others, were involved in the conception and production of the<strong> first issue of AKF in November of 1974</strong>. It was 3 1/2 pages long, and printed on a mimeograph-type machine. Early issues contained zoo news articles, items on legislation and guest editorials.\r\n\r\nBy June of 1975 the AKF had grown to 13 pages and in November of 1975 celebrated its first anniversary of continuous publication. After the first two issues, it was sold on a subscription basis at $5.00 per year. Although originally the AKF was sold to AAZK members, it didn\'t become the "official" professional journal of the Association until March of 1975. The AKF has always carried the motto "Dedicated to Professional Animal Care".\r\n\r\nIn January 1976, AKF changed its format to a booklet style publication. In 1977 AKF had its first part-time paid editor and also began to be printed commercially. In 1978 the buff colored cover featuring artwork by keepers debuted. The first Excellence in Journalism Awards were given in 1979.\r\n\r\nIn 1981 Susan Chan was hired as Managing Editor for Animal Keepers’ Forum. The AKF has continued to grow in scope and content since that time, now averaging 44 pages per issue.  At least once a year, an issue dedicated to a particular species or topic is produced. AKF contains regular columns on Animal Behavior, Enrichment Options, Crisis Management and legislative issues affecting wildlife and zoos. Each issue also contains articles on animal husbandry, book reviews, a listing of upcoming conferences and symposia and Association news.\r\n\r\nThe Animal Keepers\' Forum has come a long way since its inception when it was printed on a mimeograph machine to today when it is produced with modern desktop publishing computer equipment. It currently reaches approximately <strong>2800 members (including about 150 zoos) in the U.S., Canada and 24 foreign countries</strong>.\r\n\r\nAnimal Keepers’ Forum is celebrating its 40th anniversary of continuous publication this year (2013).\r\n\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="[homeurl]/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> for guidelines on how to submit your article.\r\n\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="[homeurl]/shop/">store</a>.', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2013-10-23 17:46:10', '2013-10-23 22:46:10', '', 200, 'http://web3.gowebsolutions.com/~aazook/uncategorized/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3412, 1, '2013-10-24 10:19:48', '2013-10-24 15:19:48', '<img class="alignleft" src="[homeurl]/wp-content/uploads/animalkeepersforum-oct13.jpg" alt="" /> In August of 1972, a short-lived "unofficial" newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level.\r\n\r\nThe idea for Animal Keepers\' Forum grew out of a bull session among keepers at the Topeka Zoo. The original Ruptured Rhino staff, along with several others, were involved in the conception and production of the<strong> first issue of AKF in November of 1974</strong>. It was 3 1/2 pages long, and printed on a mimeograph-type machine. Early issues contained zoo news articles, items on legislation and guest editorials.\r\n\r\nBy June of 1975 the AKF had grown to 13 pages and in November of 1975 celebrated its first anniversary of continuous publication. After the first two issues, it was sold on a subscription basis at $5.00 per year. Although originally the AKF was sold to AAZK members, it didn\'t become the "official" professional journal of the Association until March of 1975. The AKF has always carried the motto "Dedicated to Professional Animal Care".\r\n\r\nIn January 1976, AKF changed its format to a booklet style publication. In 1977 AKF had its first part-time paid editor and also began to be printed commercially. In 1978 the buff colored cover featuring artwork by keepers debuted. The first Excellence in Journalism Awards were given in 1979.\r\n\r\nIn 1981 Susan Chan was hired as Managing Editor for Animal Keepers’ Forum. The AKF has continued to grow in scope and content since that time, now averaging 44 pages per issue.  At least once a year, an issue dedicated to a particular species or topic is produced. AKF contains regular columns on Animal Behavior, Enrichment Options, Crisis Management and legislative issues affecting wildlife and zoos. Each issue also contains articles on animal husbandry, book reviews, a listing of upcoming conferences and symposia and Association news.\r\n\r\nThe Animal Keepers\' Forum has come a long way since its inception when it was printed on a mimeograph machine to today when it is produced with modern desktop publishing computer equipment. It currently reaches approximately <strong>2800 members (including about 150 zoos) in the U.S., Canada and 24 foreign countries</strong>.\r\n\r\nAnimal Keepers’ Forum is celebrating its 40th anniversary of continuous publication this year (2013).\r\n\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="[homeurl]/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="[homeurl]/shop/">store</a>.', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2013-10-24 10:19:48', '2013-10-24 15:19:48', '', 200, 'http://web3.gowebsolutions.com/~aazook/uncategorized/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3414, 1, '2013-10-24 10:33:32', '2013-10-24 15:33:32', '<h4>Animal Keepers\' Forum</h4>\r\nIn August of 1972, a short-lived “unofficial” newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level. The idea for Animal Keepers’ Forum grew out of the Topeka Zoo. Animal Keepers’ Forum was launched November of 1974 and has progressed through the years from a 6’ x 9” format with artwork on the cover to standard magazine format in full color. If you are not a member yet, <strong><a href="[homeurl]/membership-account/membership-levels/">join</a></strong> today to receive your annual subscription to the Animals Keepers’ Forum.\r\n<a class="button" href="[homeurl]/publications/animal-keepers-forum/">Learn More</a>\r\n\r\n<h4>AAZK Crisis Management</h4>\r\nThis CD contains all of the manuscripts found in the original (1999) book Resources for Crisis Management in Zoos and Other Animal Care Facilities as well as the manuscripts from the special issue of Animal Keepers’ Forum dedicated to crisis management that was published in November/December 2007 by AAZK, Inc. It is fully searchable by topic, title or author. Purchase a copy of the AAZK Crisis Management CD by visiting the <a href="[homeurl]/shop/">AAZK store</a>.\r\n<a class="button" href="#">Learn More</a>\r\n\r\n<h4>AAZK Zoonotic Diease Handbook</h4>\r\nThis CD-Rom publication is in searchable PDF Format and is Hyper-linked by Zoonotic Disease List. The publication contains updated guidelines for Animal Care Personnel and a hygiene and disinfection section. Purchase a copy of the AAZK Zoonotic Disease CD by visiting the <a href="[homeurl]/shop/">AAZK store</a>.\r\n<a class="button" href="#">Learn More</a>', 'Publications', 0, '', 'inherit', 'closed', 'closed', '', '3336-revision-v1', '', '', '2013-10-24 10:33:32', '2013-10-24 15:33:32', '', 3336, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3336-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3415, 1, '2013-10-24 10:33:50', '2013-10-24 15:33:50', '<h4>Animal Keepers\' Forum</h4>\r\nIn August of 1972, a short-lived “unofficial” newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level. The idea for Animal Keepers’ Forum grew out of the Topeka Zoo. Animal Keepers’ Forum was launched November of 1974 and has progressed through the years from a 6’ x 9” format with artwork on the cover to standard magazine format in full color. If you are not a member yet, <strong><a href="[homeurl]/membership-account/membership-levels/">join</a></strong> today to receive your annual subscription to the Animals Keepers’ Forum.\r\n<a class="button" href="[homeurl]/publications/animal-keepers-forum/">Learn More</a>\r\n\r\n<h4>AAZK Crisis Management</h4>\r\nThis CD contains all of the manuscripts found in the original (1999) book Resources for Crisis Management in Zoos and Other Animal Care Facilities as well as the manuscripts from the special issue of Animal Keepers’ Forum dedicated to crisis management that was published in November/December 2007 by AAZK, Inc. It is fully searchable by topic, title or author. Purchase a copy of the AAZK Crisis Management CD by visiting the <strong><a href="[homeurl]/shop/">AAZK store</a></strong>.\r\n<a class="button" href="#">Learn More</a>\r\n\r\n<h4>AAZK Zoonotic Diease Handbook</h4>\r\nThis CD-Rom publication is in searchable PDF Format and is Hyper-linked by Zoonotic Disease List. The publication contains updated guidelines for Animal Care Personnel and a hygiene and disinfection section. Purchase a copy of the AAZK Zoonotic Disease CD by visiting the <strong><a href="[homeurl]/shop/">AAZK store</a></strong>.\r\n<a class="button" href="#">Learn More</a>', 'Publications', 0, '', 'inherit', 'closed', 'closed', '', '3336-revision-v1', '', '', '2013-10-24 10:33:50', '2013-10-24 15:33:50', '', 3336, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3336-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3416, 1, '2013-10-24 10:34:20', '2013-10-24 15:34:20', '<h4>Animal Keepers\' Forum</h4>\r\nIn August of 1972, a short-lived “unofficial” newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level. The idea for Animal Keepers’ Forum grew out of the Topeka Zoo. Animal Keepers’ Forum was launched November of 1974 and has progressed through the years from a 6’ x 9” format with artwork on the cover to standard magazine format in full color. If you are not a member yet, <strong><a href="[homeurl]/membership-account/membership-levels/">join</a></strong> today to receive your annual subscription to the Animals Keepers’ Forum.\r\n<a class="button" href="[homeurl]/publications/animal-keepers-forum/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>AAZK Crisis Management</h4>\r\nThis CD contains all of the manuscripts found in the original (1999) book Resources for Crisis Management in Zoos and Other Animal Care Facilities as well as the manuscripts from the special issue of Animal Keepers’ Forum dedicated to crisis management that was published in November/December 2007 by AAZK, Inc. It is fully searchable by topic, title or author. Purchase a copy of the AAZK Crisis Management CD by visiting the <strong><a href="[homeurl]/shop/">AAZK store</a></strong>.\r\n<a class="button" href="#">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>AAZK Zoonotic Diease Handbook</h4>\r\nThis CD-Rom publication is in searchable PDF Format and is Hyper-linked by Zoonotic Disease List. The publication contains updated guidelines for Animal Care Personnel and a hygiene and disinfection section. Purchase a copy of the AAZK Zoonotic Disease CD by visiting the <strong><a href="[homeurl]/shop/">AAZK store</a></strong>.\r\n<a class="button" href="#">Learn More</a>', 'Publications', 0, '', 'inherit', 'closed', 'closed', '', '3336-revision-v1', '', '', '2013-10-24 10:34:20', '2013-10-24 15:34:20', '', 3336, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3336-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3417, 1, '2013-10-24 10:58:56', '2013-10-24 15:58:56', 'Thank you for your interest in submitting a paper for publication <em>Animal Keepers’ Forum</em>. Please adhere to the following guidelines for manuscript submission. If a paper is submitted and does not follow these guidelines, it will be rejected for publication. Be sure to include your contact information for the editor, including e-mail address and daytime phone number if available.\n\n<h4>Submission Methods</h4>\nSend manuscript/photos on CD to:\n<pre>\nShane Good, AKF Editor\nP. O. Box 535\nValley City, OH 44280\n</pre>\n\n<strong>Or submit electronically to <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.</strong>\n\n<div class="hr"></div>\n\n<h4>Format</h4>\n<ul>\n<li>1. Submit manuscripts electronically in <strong>Microsoft Word only</strong> to <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>. You may also submit an article on a disk or CD in Microsoft Word only. Mailing address is listed above.</li>\n<li>2. Use a clear, clean typeface. Suggested type fonts are 10-point Times New Roman.</li>\n<li>3. Body of manuscript should be single-spaced.</li>\n<li>4. Do not indent paragraphs.</li>\n<li>5. Double space between paragraphs.</li>\n<li>6. Do not use computer-generated page numbering (headers/footers).</li>\n<li>7. Use a 1-inch margin setting on top, bottom and sides of your manuscript.</li>\n<li>8. Bold-face or underline sub-headings within the text (i.e. Introduction, Materials, Methods, Conclusions, etc.) Do not use all caps for these headings.</li>\n</ul>\n\n<h4>Length</h4>\nThe entire paper, including graphs, charts and illustrations should be no more than ten (10) pages long.\n\n<h4>Title</h4>\nShould be brief and descriptive. Center your title on the first page of your paper directly before you begin the introduction and text. Type size for title should be no larger than 14 point. Author information should be in 10 point type and in italics. Follow the title with your name, position, facility, city and state as shown below:\n<pre>\nBy\nJoe Smith, Keeper II\nBest Zoological Park\nAnywhere, Allstates\n</pre>\n\n<h4>Tables/Graphs</h4>\nSubmit all tables and graphs as separate files in their native program (i.e. Word, Excel, etc.) Do not embed the tables and graphs within the manuscript. Include the explanation of the graph, chart, etc. on the page/file with the illustration. (Examples: Figure 1 Shows the average temperature of incubation….Graph 4 Illustrates the variation in duration of…..) Be certain that all such graphs, tables or charts included with your manuscript are properly referenced within the manuscript text. Graphs and charts should be no larger than 8” tall by 5” wide.\n\n<h4>Illustrations/Photos</h4>\nSubmit photos as separate <strong>jpg</strong> or <strong>tif</strong> files, sent to the editor’s email address. Be sure to properly reference illustrations/photos within the manuscript. You may submit as many photos as you wish, but it will be up to the editor to determine how many can be used. A good average is 3-5. Photos should be high resolution (300 dpi). Photos must be at least 1200 x 1800 pixels in size (4x6 inches). Be sure to give proper photo credit for each photo submitted. You are also encouraged to submit suggested captions. Do not embed photos within the manuscript.\n\n<h4>Cover Photos</h4>\nTo be considered for a cover, photos need to be at least 2625 x 3375 pixels in size, 300 dpi, and portrait-style (not landscape).\n\n<h4>Metric System</h4>\nUse the twenty-four-hour clock (i.e., 0900 - 1425 hrs.) for identifying time and the continental dating system (day, month, year) when describing dates. Use the metric system for weights and measurements (standard equivalent may be noted in parenthesis).\n\n<h4>Scientific Names</h4>\nShould be included with their common names, when first mentioned, and only the common name thereafter. When both the common and scientific name are given as a paragraph heading, put the common name first. Only currently recognized nomenclatures should be utilized. Authorship of scientific names should be included only when nomenclature problems exist.\n\n<h4>Special Notes</h4>\n<ul>\n<li>Identify Registered or Trademark products by &copy; or &trade; symbols respectively.</li>\n<li>If you have a products mentioned in the Text section, please include full name and address of the manufacturer of the product, including website or email address if available.</li>\n<li>Avoid footnotes.</li>\n</ul>\n\n<h4>References</h4>\n<ul>\n<li>Should be listed alphabetically at the end of the manuscript according to author’s surname. (Example: Ricter, J.W. 1984. How To be A Good Keeper. Animal Keepers’ Forum. Vol. 11, No. 6: 12-22. AAZK, Inc., Topeka, Kansas, U.S.A.)</li>\n<li>Within the text, references should be cited as Ricter (1984) or (Ricter, 1984).</li>\n</ul>\n\n\nIf you have any further questions or are uncertain of instructions, please contact the AKF Editor at the email address above. Or you may call 1-330-483-1104.\n\n<div id="inner-links"></div>', 'AKF Submission Guidelines', 0, '', 'inherit', 'closed', 'closed', '', '1183-autosave-v1', '', '', '2013-10-24 10:58:56', '2013-10-24 15:58:56', '', 1183, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1183-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3418, 1, '2013-10-24 10:53:57', '2013-10-24 15:53:57', 'Thank you for your interest in submitting a paper for publication <em>Animal Keepers’ Forum</em>. Please adhere to the following guidelines for manuscript submission. If a paper is submitted and does not follow these guidelines, it will be rejected for publication. Be sure to include your contact information for the editor, including e-mail address and daytime phone number if available.\r\n\r\n<h4>Submission Methods</h4>\r\nSend manuscript/photos on CD to:\r\n<pre>\r\nShane Good, AKF Editor\r\nP. O. Box 535\r\nValley City, OH 44280\r\n</pre>\r\n\r\n<strong>Or submit electronically to <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.</strong>\r\n\r\n<h4>Format</h4>\r\n<ul>\r\n<li>1. Submit manuscripts electronically in <strong>Microsoft Word only</strong> to <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>. You may also submit an article on a disk or CD in Microsoft Word only.</li>\r\n<li>2. Use a clear, clean typeface. Suggested type fonts are 10-point Times New Roman.</li>\r\n<li>3. Body of manuscript should be single-spaced.</li>\r\n<li>4. Do not indent paragraphs.</li>\r\n<li>5. Double space between paragraphs.</li>\r\n<li>6. Do not use computer-generated page numbering (headers/footers).</li>\r\n<li>7. Use a 1-inch margin setting on top, bottom and sides of your manuscript.</li>\r\n<li>8. Bold-face or underline sub-headings within the text (i.e. Introduction, Materials, Methods, Conclusions, etc.) Do not use all caps for these headings.</li>\r\n</ul>\r\n\r\n<h4>Length</h4>\r\nThe entire paper, including graphs, charts and illustrations should be no more than ten (10) pages long.\r\n\r\n<h4>Title</h4>\r\nShould be brief and descriptive. Center your title on the first page of your paper directly before you begin the introduction and text. Type size for title should be no larger than 14 point. Author information should be in 10 point type and in italics. Follow the title with your name, position, facility, city and state as shown below:\r\n<pre>\r\nBy\r\nJoe Smith, Keeper II\r\nBest Zoological Park\r\nAnywhere, Allstates\r\n</pre>\r\n\r\n<h4>Tables/Graphs</h4>\r\nSubmit all tables and graphs as separate files in their native program (i.e. Word, Excel, etc.) Do not embed the tables and graphs within the manuscript. Include the explanation of the graph, chart, etc. on the page/file with the illustration. (Examples: Figure 1 Shows the average temperature of incubation….Graph 4 Illustrates the variation in duration of…..) Be certain that all such graphs, tables or charts included with your manuscript are properly referenced within the manuscript text. Graphs and charts should be no larger than 8” tall by 5” wide.\r\n\r\n<h4>Illustrations/Photos</h4>\r\nSubmit photos as separate <strong>jpg</strong> or <strong>tif</strong> files, sent to the editor’s email address. Be sure to properly reference illustrations/photos within the manuscript. You may submit as many photos as you wish, but it will be up to the editor to determine how many can be used. A good average is 3-5. Photos should be high resolution (300 dpi). Photos must be at least 1200 x 1800 pixels in size (4x6 inches). Be sure to give proper photo credit for each photo submitted. You are also encouraged to submit suggested captions. Do not embed photos within the manuscript.\r\n\r\n<h4>Cover Photos</h4>\r\nTo be considered for a cover, photos need to be at least 2625 x 3375 pixels in size, 300 dpi, and portrait-style (not landscape).\r\n\r\n<h4>Metric System</h4>\r\nUse the twenty-four-hour clock (i.e., 0900 - 1425 hrs.) for identifying time and the continental dating system (day, month, year) when describing dates. Use the metric system for weights and measurements (standard equivalent may be noted in parenthesis).\r\n\r\n<h4>Scientific Names</h4>\r\nShould be included with their common names, when first mentioned, and only the common name thereafter. When both the common and scientific name are given as a paragraph heading, put the common name first. Only currently recognized nomenclatures should be utilized. Authorship of scientific names should be included only when nomenclature problems exist.\r\n\r\n<h4>Special Notes</h4>\r\n<ul>\r\n<li>Identify Registered or Trademark products by &copy; or &trade; symbols respectively.</li>\r\n<li>If you have a products mentioned in the Text section, please include full name and address of the manufacturer of the product, including website or email address if available.</li>\r\n<li>Avoid footnotes.</li>\r\n</ul>\r\n\r\n<h4>References</h4>\r\n<ul>\r\n<li>Should be listed alphabetically at the end of the manuscript according to author’s surname. (Example: Ricter, J.W. 1984. How To be A Good Keeper. Animal Keepers’ Forum. Vol. 11, No. 6: 12-22. AAZK, Inc., Topeka, Kansas, U.S.A.)</li>\r\n<li>Within the text, references should be cited as Ricter (1984) or (Ricter, 1984).</li>\r\n</ul>\r\n\r\n\r\nIf you have any further questions or are uncertain of instructions, please contact the AKF Editor at the email address above. Or you may call 1-330-483-1104.\r\n\r\n<div class="inner-links"></div>', 'AKF Submission Guidelines', 0, '', 'inherit', 'closed', 'closed', '', '1183-revision-v1', '', '', '2013-10-24 10:53:57', '2013-10-24 15:53:57', '', 1183, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1183-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3419, 1, '2013-10-24 10:55:49', '2013-10-24 15:55:49', 'Thank you for your interest in submitting a paper for publication <em>Animal Keepers’ Forum</em>. Please adhere to the following guidelines for manuscript submission. If a paper is submitted and does not follow these guidelines, it will be rejected for publication. Be sure to include your contact information for the editor, including e-mail address and daytime phone number if available.\r\n\r\n<h4>Submission Methods</h4>\r\nSend manuscript/photos on CD to:\r\n<pre>\r\nShane Good, AKF Editor\r\nP. O. Box 535\r\nValley City, OH 44280\r\n</pre>\r\n\r\n<strong>Or submit electronically to <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.</strong>\r\n\r\n<h4>Format</h4>\r\n<ul>\r\n<li>1. Submit manuscripts electronically in <strong>Microsoft Word only</strong> to <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>. You may also submit an article on a disk or CD in Microsoft Word only.</li>\r\n<li>2. Use a clear, clean typeface. Suggested type fonts are 10-point Times New Roman.</li>\r\n<li>3. Body of manuscript should be single-spaced.</li>\r\n<li>4. Do not indent paragraphs.</li>\r\n<li>5. Double space between paragraphs.</li>\r\n<li>6. Do not use computer-generated page numbering (headers/footers).</li>\r\n<li>7. Use a 1-inch margin setting on top, bottom and sides of your manuscript.</li>\r\n<li>8. Bold-face or underline sub-headings within the text (i.e. Introduction, Materials, Methods, Conclusions, etc.) Do not use all caps for these headings.</li>\r\n</ul>\r\n\r\n<h4>Length</h4>\r\nThe entire paper, including graphs, charts and illustrations should be no more than ten (10) pages long.\r\n\r\n<h4>Title</h4>\r\nShould be brief and descriptive. Center your title on the first page of your paper directly before you begin the introduction and text. Type size for title should be no larger than 14 point. Author information should be in 10 point type and in italics. Follow the title with your name, position, facility, city and state as shown below:\r\n<pre>\r\nBy\r\nJoe Smith, Keeper II\r\nBest Zoological Park\r\nAnywhere, Allstates\r\n</pre>\r\n\r\n<h4>Tables/Graphs</h4>\r\nSubmit all tables and graphs as separate files in their native program (i.e. Word, Excel, etc.) Do not embed the tables and graphs within the manuscript. Include the explanation of the graph, chart, etc. on the page/file with the illustration. (Examples: Figure 1 Shows the average temperature of incubation….Graph 4 Illustrates the variation in duration of…..) Be certain that all such graphs, tables or charts included with your manuscript are properly referenced within the manuscript text. Graphs and charts should be no larger than 8” tall by 5” wide.\r\n\r\n<h4>Illustrations/Photos</h4>\r\nSubmit photos as separate <strong>jpg</strong> or <strong>tif</strong> files, sent to the editor’s email address. Be sure to properly reference illustrations/photos within the manuscript. You may submit as many photos as you wish, but it will be up to the editor to determine how many can be used. A good average is 3-5. Photos should be high resolution (300 dpi). Photos must be at least 1200 x 1800 pixels in size (4x6 inches). Be sure to give proper photo credit for each photo submitted. You are also encouraged to submit suggested captions. Do not embed photos within the manuscript.\r\n\r\n<h4>Cover Photos</h4>\r\nTo be considered for a cover, photos need to be at least 2625 x 3375 pixels in size, 300 dpi, and portrait-style (not landscape).\r\n\r\n<h4>Metric System</h4>\r\nUse the twenty-four-hour clock (i.e., 0900 - 1425 hrs.) for identifying time and the continental dating system (day, month, year) when describing dates. Use the metric system for weights and measurements (standard equivalent may be noted in parenthesis).\r\n\r\n<h4>Scientific Names</h4>\r\nShould be included with their common names, when first mentioned, and only the common name thereafter. When both the common and scientific name are given as a paragraph heading, put the common name first. Only currently recognized nomenclatures should be utilized. Authorship of scientific names should be included only when nomenclature problems exist.\r\n\r\n<h4>Special Notes</h4>\r\n<ul>\r\n<li>Identify Registered or Trademark products by &copy; or &trade; symbols respectively.</li>\r\n<li>If you have a products mentioned in the Text section, please include full name and address of the manufacturer of the product, including website or email address if available.</li>\r\n<li>Avoid footnotes.</li>\r\n</ul>\r\n\r\n<h4>References</h4>\r\n<ul>\r\n<li>Should be listed alphabetically at the end of the manuscript according to author’s surname. (Example: Ricter, J.W. 1984. How To be A Good Keeper. Animal Keepers’ Forum. Vol. 11, No. 6: 12-22. AAZK, Inc., Topeka, Kansas, U.S.A.)</li>\r\n<li>Within the text, references should be cited as Ricter (1984) or (Ricter, 1984).</li>\r\n</ul>\r\n\r\n\r\nIf you have any further questions or are uncertain of instructions, please contact the AKF Editor at the email address above. Or you may call 1-330-483-1104.\r\n\r\n<div id="inner-links"></div>', 'AKF Submission Guidelines', 0, '', 'inherit', 'closed', 'closed', '', '1183-revision-v1', '', '', '2013-10-24 10:55:49', '2013-10-24 15:55:49', '', 1183, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1183-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3420, 1, '2013-10-24 10:56:54', '2013-10-24 15:56:54', 'Thank you for your interest in submitting a paper for publication <em>Animal Keepers’ Forum</em>. Please adhere to the following guidelines for manuscript submission. If a paper is submitted and does not follow these guidelines, it will be rejected for publication. Be sure to include your contact information for the editor, including e-mail address and daytime phone number if available.\r\n\r\n<h4>Submission Methods</h4>\r\nSend manuscript/photos on CD to:\r\n<pre>\r\nShane Good, AKF Editor\r\nP. O. Box 535\r\nValley City, OH 44280\r\n</pre>\r\n\r\n<strong>Or submit electronically to <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.</strong>\r\n\r\n<h4>Format</h4>\r\n<ul>\r\n<li>1. Submit manuscripts electronically in <strong>Microsoft Word only</strong> to <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>. You may also submit an article on a disk or CD in Microsoft Word only. Mailing address is listed above.</li>\r\n<li>2. Use a clear, clean typeface. Suggested type fonts are 10-point Times New Roman.</li>\r\n<li>3. Body of manuscript should be single-spaced.</li>\r\n<li>4. Do not indent paragraphs.</li>\r\n<li>5. Double space between paragraphs.</li>\r\n<li>6. Do not use computer-generated page numbering (headers/footers).</li>\r\n<li>7. Use a 1-inch margin setting on top, bottom and sides of your manuscript.</li>\r\n<li>8. Bold-face or underline sub-headings within the text (i.e. Introduction, Materials, Methods, Conclusions, etc.) Do not use all caps for these headings.</li>\r\n</ul>\r\n\r\n<h4>Length</h4>\r\nThe entire paper, including graphs, charts and illustrations should be no more than ten (10) pages long.\r\n\r\n<h4>Title</h4>\r\nShould be brief and descriptive. Center your title on the first page of your paper directly before you begin the introduction and text. Type size for title should be no larger than 14 point. Author information should be in 10 point type and in italics. Follow the title with your name, position, facility, city and state as shown below:\r\n<pre>\r\nBy\r\nJoe Smith, Keeper II\r\nBest Zoological Park\r\nAnywhere, Allstates\r\n</pre>\r\n\r\n<h4>Tables/Graphs</h4>\r\nSubmit all tables and graphs as separate files in their native program (i.e. Word, Excel, etc.) Do not embed the tables and graphs within the manuscript. Include the explanation of the graph, chart, etc. on the page/file with the illustration. (Examples: Figure 1 Shows the average temperature of incubation….Graph 4 Illustrates the variation in duration of…..) Be certain that all such graphs, tables or charts included with your manuscript are properly referenced within the manuscript text. Graphs and charts should be no larger than 8” tall by 5” wide.\r\n\r\n<h4>Illustrations/Photos</h4>\r\nSubmit photos as separate <strong>jpg</strong> or <strong>tif</strong> files, sent to the editor’s email address. Be sure to properly reference illustrations/photos within the manuscript. You may submit as many photos as you wish, but it will be up to the editor to determine how many can be used. A good average is 3-5. Photos should be high resolution (300 dpi). Photos must be at least 1200 x 1800 pixels in size (4x6 inches). Be sure to give proper photo credit for each photo submitted. You are also encouraged to submit suggested captions. Do not embed photos within the manuscript.\r\n\r\n<h4>Cover Photos</h4>\r\nTo be considered for a cover, photos need to be at least 2625 x 3375 pixels in size, 300 dpi, and portrait-style (not landscape).\r\n\r\n<h4>Metric System</h4>\r\nUse the twenty-four-hour clock (i.e., 0900 - 1425 hrs.) for identifying time and the continental dating system (day, month, year) when describing dates. Use the metric system for weights and measurements (standard equivalent may be noted in parenthesis).\r\n\r\n<h4>Scientific Names</h4>\r\nShould be included with their common names, when first mentioned, and only the common name thereafter. When both the common and scientific name are given as a paragraph heading, put the common name first. Only currently recognized nomenclatures should be utilized. Authorship of scientific names should be included only when nomenclature problems exist.\r\n\r\n<h4>Special Notes</h4>\r\n<ul>\r\n<li>Identify Registered or Trademark products by &copy; or &trade; symbols respectively.</li>\r\n<li>If you have a products mentioned in the Text section, please include full name and address of the manufacturer of the product, including website or email address if available.</li>\r\n<li>Avoid footnotes.</li>\r\n</ul>\r\n\r\n<h4>References</h4>\r\n<ul>\r\n<li>Should be listed alphabetically at the end of the manuscript according to author’s surname. (Example: Ricter, J.W. 1984. How To be A Good Keeper. Animal Keepers’ Forum. Vol. 11, No. 6: 12-22. AAZK, Inc., Topeka, Kansas, U.S.A.)</li>\r\n<li>Within the text, references should be cited as Ricter (1984) or (Ricter, 1984).</li>\r\n</ul>\r\n\r\n\r\nIf you have any further questions or are uncertain of instructions, please contact the AKF Editor at the email address above. Or you may call 1-330-483-1104.\r\n\r\n<div id="inner-links"></div>', 'AKF Submission Guidelines', 0, '', 'inherit', 'closed', 'closed', '', '1183-revision-v1', '', '', '2013-10-24 10:56:54', '2013-10-24 15:56:54', '', 1183, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1183-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3421, 1, '2013-10-24 10:59:26', '2013-10-24 15:59:26', 'Thank you for your interest in submitting a paper for publication <em>Animal Keepers’ Forum</em>. Please adhere to the following guidelines for manuscript submission. If a paper is submitted and does not follow these guidelines, it will be rejected for publication. Be sure to include your contact information for the editor, including e-mail address and daytime phone number if available.\r\n\r\n<h4>Submission Methods</h4>\r\nSend manuscript/photos on CD to:\r\n<pre>\r\nShane Good, AKF Editor\r\nP. O. Box 535\r\nValley City, OH 44280\r\n</pre>\r\n\r\n<strong>Or submit electronically to <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>.</strong>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Format</h4>\r\n<ul>\r\n<li>1. Submit manuscripts electronically in <strong>Microsoft Word only</strong> to <a href="mailto:shane.good@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a>. You may also submit an article on a disk or CD in Microsoft Word only. Mailing address is listed above.</li>\r\n<li>2. Use a clear, clean typeface. Suggested type fonts are 10-point Times New Roman.</li>\r\n<li>3. Body of manuscript should be single-spaced.</li>\r\n<li>4. Do not indent paragraphs.</li>\r\n<li>5. Double space between paragraphs.</li>\r\n<li>6. Do not use computer-generated page numbering (headers/footers).</li>\r\n<li>7. Use a 1-inch margin setting on top, bottom and sides of your manuscript.</li>\r\n<li>8. Bold-face or underline sub-headings within the text (i.e. Introduction, Materials, Methods, Conclusions, etc.) Do not use all caps for these headings.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Length</h4>\r\nThe entire paper, including graphs, charts and illustrations should be no more than ten (10) pages long.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Title</h4>\r\nShould be brief and descriptive. Center your title on the first page of your paper directly before you begin the introduction and text. Type size for title should be no larger than 14 point. Author information should be in 10 point type and in italics. Follow the title with your name, position, facility, city and state as shown below:\r\n<pre>\r\nBy\r\nJoe Smith, Keeper II\r\nBest Zoological Park\r\nAnywhere, Allstates\r\n</pre>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Tables/Graphs</h4>\r\nSubmit all tables and graphs as separate files in their native program (i.e. Word, Excel, etc.) Do not embed the tables and graphs within the manuscript. Include the explanation of the graph, chart, etc. on the page/file with the illustration. (Examples: Figure 1 Shows the average temperature of incubation….Graph 4 Illustrates the variation in duration of…..) Be certain that all such graphs, tables or charts included with your manuscript are properly referenced within the manuscript text. Graphs and charts should be no larger than 8” tall by 5” wide.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Illustrations/Photos</h4>\r\nSubmit photos as separate <strong>jpg</strong> or <strong>tif</strong> files, sent to the editor’s email address. Be sure to properly reference illustrations/photos within the manuscript. You may submit as many photos as you wish, but it will be up to the editor to determine how many can be used. A good average is 3-5. Photos should be high resolution (300 dpi). Photos must be at least 1200 x 1800 pixels in size (4x6 inches). Be sure to give proper photo credit for each photo submitted. You are also encouraged to submit suggested captions. Do not embed photos within the manuscript.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Cover Photos</h4>\r\nTo be considered for a cover, photos need to be at least 2625 x 3375 pixels in size, 300 dpi, and portrait-style (not landscape).\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Metric System</h4>\r\nUse the twenty-four-hour clock (i.e., 0900 - 1425 hrs.) for identifying time and the continental dating system (day, month, year) when describing dates. Use the metric system for weights and measurements (standard equivalent may be noted in parenthesis).\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Scientific Names</h4>\r\nShould be included with their common names, when first mentioned, and only the common name thereafter. When both the common and scientific name are given as a paragraph heading, put the common name first. Only currently recognized nomenclatures should be utilized. Authorship of scientific names should be included only when nomenclature problems exist.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Special Notes</h4>\r\n<ul>\r\n<li>Identify Registered or Trademark products by &copy; or &trade; symbols respectively.</li>\r\n<li>If you have a products mentioned in the Text section, please include full name and address of the manufacturer of the product, including website or email address if available.</li>\r\n<li>Avoid footnotes.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>References</h4>\r\n<ul>\r\n<li>Should be listed alphabetically at the end of the manuscript according to author’s surname. (Example: Ricter, J.W. 1984. How To be A Good Keeper. Animal Keepers’ Forum. Vol. 11, No. 6: 12-22. AAZK, Inc., Topeka, Kansas, U.S.A.)</li>\r\n<li>Within the text, references should be cited as Ricter (1984) or (Ricter, 1984).</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\nIf you have any further questions or are uncertain of instructions, please contact the AKF Editor at the email address above. Or you may call 1-330-483-1104.\r\n\r\n<div id="inner-links"></div>', 'AKF Submission Guidelines', 0, '', 'inherit', 'closed', 'closed', '', '1183-revision-v1', '', '', '2013-10-24 10:59:26', '2013-10-24 15:59:26', '', 1183, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1183-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3422, 1, '2013-10-24 12:05:04', '2013-10-24 17:05:04', '<h4>Mission Statement</h4>\n<img class="alignleft" title="Lewa Wildlife Conservancy" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewaroundblack_withwebsite-2-300x295.jpg" alt="lewaroundblack_withwebsite-2" width="180" />The <a href="http://www.lewa.org/" target="_blank">Lewa Wildlife Conservancy</a> works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programs, and the education of neighboring areas in the value of wildlife.\n<div class="clear"></div>\n\n<div class="hr"></div>\n\n<h4>Where is LWC located?</h4>\n<object style="width: 450px; height:450px;" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object>\n\n<em>Map courtesy of <a href="http://www.lewa.org" target="_blank">Lewa Wildlife Conservancy</a></em>\n\n<div class="hr"></div>\n\n<h4>History</h4>\n<img class="alignleft" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="Rhino" width="160" /> <img class="alignright" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="Rhino" width="160"/>  Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In 1983 the Craigs and Anna Merz - who funded the program - decided to establish the fenced and guarded Ngare Sergoi Rhino Sanctuary at the western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos needed more space, and the sanctuary was expanded to cover the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare Ndare Forest Reserve</span>. \n<div class="clear"></div>\n\n<div class="hr"></div>\n\n<h4>Wildlife on Lewa</h4>\n<img class="alignleft" title="Zebra" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="Zebra" width="160"/> There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.\n<div class="clear"></div>\n<img class="alignleft" title="Elephants" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="Elephants" width="190" /> <img class="alignleft" title="Bird" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="Bird" width="190" /> <img class="alignleft" title="Cheetah" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="Cheetah" width="190" />\n<div class="clear"></div>\n\n<div class="hr"></div>\n\n<h4>Community Development Programs</h4>\n<img class="size-thumbnail wp-image-1329 alignleft" title="Lewa Students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="Lewa Students" width="150" height="150" /> Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.\n<div class="clear"></div>\n<img class="alignleft" title="Lewa Community Farms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="Lewa Community Farms" width="160" /> <img class="alignnone" title="Lewa Lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="Lewa Lunchline" width="160" />\n<div class="clear"></div>\n\n<strong>For more information on Lewa Wildlife Conservancy and its programs please visit their website at <a href="http://www.lewa.org">www.lewa.org</a>.\n</strong>\n\n<div id="inner-links"></div>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-autosave-v1', '', '', '2013-10-24 12:05:04', '2013-10-24 17:05:04', '', 991, 'http://web3.gowebsolutions.com/~aazook/uncategorized/991-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3425, 1, '2013-10-24 11:23:41', '2013-10-24 16:23:41', '<h4>Mission Statement</h4>\r\n<img class="alignleft" title="Lewa Wildlife Conservancy" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewaroundblack_withwebsite-2-300x295.jpg" alt="lewaroundblack_withwebsite-2" width="180" />The <a href="http://www.lewa.org/" target="_blank">Lewa Wildlife Conservancy</a> works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programs, and the education of neighboring areas in the value of wildlife.\r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Where is LWC located?</h4>\r\n<object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object>\r\n\r\n<em>Map courtesy of <a href="http://www.lewa.org" target="_blank">Lewa Wildlife Conservancy</a></em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>History</h4>\r\n<img class="alignright" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="Rhino" width="160"/>  Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In 1983 the Craigs and Anna Merz - who funded the program - decided to establish the fenced and guarded Ngare Sergoi Rhino Sanctuary at the western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos needed more space, and the sanctuary was expanded to cover the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare Ndare Forest Reserve</span>. <img class="alignleft" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="Rhino" width="160" />\r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Wildlife on Lewa</h4>\r\n<img class="alignleft" title="Zebra" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="Zebra" width="160"/> There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.\r\n\r\n<img class="alignleft" title="Elephants" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="Elephants" width="190" /> <img class="alignleft" title="Bird" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="Bird" width="190" /> <img class="alignleft" title="Cheetah" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="Cheetah" width="190" />\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Community Development Programs</h4>\r\n<img class="size-thumbnail wp-image-1329 alignleft" title="Lewa Students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="Lewa Students" width="150" height="150" /> Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.\r\n\r\n<img class="alignleft" title="Lewa Community Farms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="Lewa Community Farms" width="160" /> <img class="alignnone" title="Lewa Lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="Lewa Lunchline" width="160" />\r\n\r\n<strong>For more information on Lewa Wildlife Conservancy and its programs please visit their website at <a href="http://www.lewa.org">www.lewa.org</a>.\r\n</strong>\r\n\r\n<div id="inner-links"></div>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2013-10-24 11:23:41', '2013-10-24 16:23:41', '', 991, 'http://web3.gowebsolutions.com/~aazook/uncategorized/991-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3426, 1, '2013-10-24 11:30:03', '2013-10-24 16:30:03', '<h4>Mission Statement</h4>\r\n<img class="alignleft" title="Lewa Wildlife Conservancy" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewaroundblack_withwebsite-2-300x295.jpg" alt="lewaroundblack_withwebsite-2" width="180" />The <a href="http://www.lewa.org/" target="_blank">Lewa Wildlife Conservancy</a> works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programs, and the education of neighboring areas in the value of wildlife.\r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Where is LWC located?</h4>\r\n<object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object>\r\n\r\n<em>Map courtesy of <a href="http://www.lewa.org" target="_blank">Lewa Wildlife Conservancy</a></em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>History</h4>\r\n<img class="alignright" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="Rhino" width="160"/>  Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In 1983 the Craigs and Anna Merz - who funded the program - decided to establish the fenced and guarded Ngare Sergoi Rhino Sanctuary at the western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos needed more space, and the sanctuary was expanded to cover the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare Ndare Forest Reserve</span>. <img class="alignleft" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="Rhino" width="160" />\r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Wildlife on Lewa</h4>\r\n<img class="alignleft" title="Zebra" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="Zebra" width="160"/> There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.\r\n\r\n<img class="alignleft" title="Elephants" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="Elephants" width="190" /> <img class="alignleft" title="Bird" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="Bird" width="190" /> <img class="alignleft" title="Cheetah" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="Cheetah" width="190" />\r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Community Development Programs</h4>\r\n<img class="size-thumbnail wp-image-1329 alignleft" title="Lewa Students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="Lewa Students" width="150" height="150" /> Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.\r\n\r\n<img class="alignleft" title="Lewa Community Farms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="Lewa Community Farms" width="160" /> <img class="alignnone" title="Lewa Lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="Lewa Lunchline" width="160" />\r\n<div class="clear"></div>\r\n\r\n<strong>For more information on Lewa Wildlife Conservancy and its programs please visit their website at <a href="http://www.lewa.org">www.lewa.org</a>.\r\n</strong>\r\n\r\n<div id="inner-links"></div>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2013-10-24 11:30:03', '2013-10-24 16:30:03', '', 991, 'http://web3.gowebsolutions.com/~aazook/uncategorized/991-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3427, 1, '2013-10-24 11:30:36', '2013-10-24 16:30:36', '<h4>Mission Statement</h4>\r\n<img class="alignleft" title="Lewa Wildlife Conservancy" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewaroundblack_withwebsite-2-300x295.jpg" alt="lewaroundblack_withwebsite-2" width="180" />The <a href="http://www.lewa.org/" target="_blank">Lewa Wildlife Conservancy</a> works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programs, and the education of neighboring areas in the value of wildlife.\r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Where is LWC located?</h4>\r\n<object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object>\r\n\r\n<em>Map courtesy of <a href="http://www.lewa.org" target="_blank">Lewa Wildlife Conservancy</a></em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>History</h4>\r\n<img class="alignright" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="Rhino" width="160"/>  Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In 1983 the Craigs and Anna Merz - who funded the program - decided to establish the fenced and guarded Ngare Sergoi Rhino Sanctuary at the western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos needed more space, and the sanctuary was expanded to cover the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare Ndare Forest Reserve</span>. <img class="alignleft" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="Rhino" width="160" />\r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Wildlife on Lewa</h4>\r\n<img class="alignleft" title="Zebra" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="Zebra" width="160"/> There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.\r\n<div class="clear"></div>\r\n<img class="alignleft" title="Elephants" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="Elephants" width="190" /> <img class="alignleft" title="Bird" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="Bird" width="190" /> <img class="alignleft" title="Cheetah" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="Cheetah" width="190" />\r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Community Development Programs</h4>\r\n<img class="size-thumbnail wp-image-1329 alignleft" title="Lewa Students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="Lewa Students" width="150" height="150" /> Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.\r\n<div class="clear"></div>\r\n<img class="alignleft" title="Lewa Community Farms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="Lewa Community Farms" width="160" /> <img class="alignnone" title="Lewa Lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="Lewa Lunchline" width="160" />\r\n<div class="clear"></div>\r\n\r\n<strong>For more information on Lewa Wildlife Conservancy and its programs please visit their website at <a href="http://www.lewa.org">www.lewa.org</a>.\r\n</strong>\r\n\r\n<div id="inner-links"></div>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2013-10-24 11:30:36', '2013-10-24 16:30:36', '', 991, 'http://web3.gowebsolutions.com/~aazook/uncategorized/991-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3430, 1, '2013-10-24 12:05:39', '2013-10-24 17:05:39', '<h4>Mission Statement</h4>\r\n<img class="alignleft" title="Lewa Wildlife Conservancy" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewaroundblack_withwebsite-2-300x295.jpg" alt="lewaroundblack_withwebsite-2" width="180" />The <a href="http://www.lewa.org/" target="_blank">Lewa Wildlife Conservancy</a> works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programs, and the education of neighboring areas in the value of wildlife.\r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Where is LWC located?</h4>\r\n<object style="width: 450px; height:450px;" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object>\r\n\r\n<em>Map courtesy of <a href="http://www.lewa.org" target="_blank">Lewa Wildlife Conservancy</a></em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>History</h4>\r\n<img class="alignleft" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="Rhino" width="160" /> <img class="alignright" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="Rhino" width="160"/>  Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In 1983 the Craigs and Anna Merz - who funded the program - decided to establish the fenced and guarded Ngare Sergoi Rhino Sanctuary at the western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos needed more space, and the sanctuary was expanded to cover the rest of the ranch, and the adjoining Ngare Ndare Forest Reserve. \r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Wildlife on Lewa</h4>\r\n<img class="alignleft" title="Zebra" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="Zebra" width="160"/> There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.\r\n<div class="clear"></div>\r\n<img class="alignleft" title="Elephants" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="Elephants" width="190" /> <img class="alignleft" title="Bird" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="Bird" width="190" /> <img class="alignleft" title="Cheetah" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="Cheetah" width="190" />\r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Community Development Programs</h4>\r\n<img class="size-thumbnail wp-image-1329 alignleft" title="Lewa Students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="Lewa Students" width="150" height="150" /> Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.\r\n<div class="clear"></div>\r\n<img class="alignleft" title="Lewa Community Farms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="Lewa Community Farms" width="160" /> <img class="alignnone" title="Lewa Lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="Lewa Lunchline" width="160" />\r\n<div class="clear"></div>\r\n\r\n<strong>For more information on Lewa Wildlife Conservancy and its programs please visit their website at <a href="http://www.lewa.org">www.lewa.org</a>.\r\n</strong>\r\n\r\n<div id="inner-links"></div>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2013-10-24 12:05:39', '2013-10-24 17:05:39', '', 991, 'http://web3.gowebsolutions.com/~aazook/uncategorized/991-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3428, 1, '2013-10-24 11:41:09', '2013-10-24 16:41:09', '<h4>Mission Statement</h4>\r\n<img class="alignleft" title="Lewa Wildlife Conservancy" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewaroundblack_withwebsite-2-300x295.jpg" alt="lewaroundblack_withwebsite-2" width="180" />The <a href="http://www.lewa.org/" target="_blank">Lewa Wildlife Conservancy</a> works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programs, and the education of neighboring areas in the value of wildlife.\r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Where is LWC located?</h4>\r\n<div style="height: 450px; width:450px;">\r\n<object width="450" height="450" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object>\r\n</div>\r\n<em>Map courtesy of <a href="http://www.lewa.org" target="_blank">Lewa Wildlife Conservancy</a></em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>History</h4>\r\n<img class="alignright" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="Rhino" width="160"/>  Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In 1983 the Craigs and Anna Merz - who funded the program - decided to establish the fenced and guarded Ngare Sergoi Rhino Sanctuary at the western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos needed more space, and the sanctuary was expanded to cover the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare Ndare Forest Reserve</span>. <img class="alignleft" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="Rhino" width="160" />\r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Wildlife on Lewa</h4>\r\n<img class="alignleft" title="Zebra" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="Zebra" width="160"/> There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.\r\n<div class="clear"></div>\r\n<img class="alignleft" title="Elephants" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="Elephants" width="190" /> <img class="alignleft" title="Bird" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="Bird" width="190" /> <img class="alignleft" title="Cheetah" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="Cheetah" width="190" />\r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Community Development Programs</h4>\r\n<img class="size-thumbnail wp-image-1329 alignleft" title="Lewa Students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="Lewa Students" width="150" height="150" /> Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.\r\n<div class="clear"></div>\r\n<img class="alignleft" title="Lewa Community Farms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="Lewa Community Farms" width="160" /> <img class="alignnone" title="Lewa Lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="Lewa Lunchline" width="160" />\r\n<div class="clear"></div>\r\n\r\n<strong>For more information on Lewa Wildlife Conservancy and its programs please visit their website at <a href="http://www.lewa.org">www.lewa.org</a>.\r\n</strong>\r\n\r\n<div id="inner-links"></div>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2013-10-24 11:41:09', '2013-10-24 16:41:09', '', 991, 'http://web3.gowebsolutions.com/~aazook/uncategorized/991-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3429, 1, '2013-10-24 11:43:02', '2013-10-24 16:43:02', '<h4>Mission Statement</h4>\r\n<img class="alignleft" title="Lewa Wildlife Conservancy" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewaroundblack_withwebsite-2-300x295.jpg" alt="lewaroundblack_withwebsite-2" width="180" />The <a href="http://www.lewa.org/" target="_blank">Lewa Wildlife Conservancy</a> works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programs, and the education of neighboring areas in the value of wildlife.\r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Where is LWC located?</h4>\r\n<object style="width: 450px; height:450px;" data="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="name" value="Lewa Wildlife Conservancy map" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /></object>\r\n\r\n<em>Map courtesy of <a href="http://www.lewa.org" target="_blank">Lewa Wildlife Conservancy</a></em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>History</h4>\r\n<img class="alignright" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="Rhino" width="160"/>  Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In 1983 the Craigs and Anna Merz - who funded the program - decided to establish the fenced and guarded Ngare Sergoi Rhino Sanctuary at the western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos needed more space, and the sanctuary was expanded to cover the rest of the ranch, and the adjoining <span class="kawatextlinks">Ngare Ndare Forest Reserve</span>. <img class="alignleft" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="Rhino" width="160" />\r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Wildlife on Lewa</h4>\r\n<img class="alignleft" title="Zebra" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="Zebra" width="160"/> There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.\r\n<div class="clear"></div>\r\n<img class="alignleft" title="Elephants" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="Elephants" width="190" /> <img class="alignleft" title="Bird" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="Bird" width="190" /> <img class="alignleft" title="Cheetah" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="Cheetah" width="190" />\r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Community Development Programs</h4>\r\n<img class="size-thumbnail wp-image-1329 alignleft" title="Lewa Students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="Lewa Students" width="150" height="150" /> Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.\r\n<div class="clear"></div>\r\n<img class="alignleft" title="Lewa Community Farms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="Lewa Community Farms" width="160" /> <img class="alignnone" title="Lewa Lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="Lewa Lunchline" width="160" />\r\n<div class="clear"></div>\r\n\r\n<strong>For more information on Lewa Wildlife Conservancy and its programs please visit their website at <a href="http://www.lewa.org">www.lewa.org</a>.\r\n</strong>\r\n\r\n<div id="inner-links"></div>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2013-10-24 11:43:02', '2013-10-24 16:43:02', '', 991, 'http://web3.gowebsolutions.com/~aazook/uncategorized/991-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3431, 1, '2013-10-24 12:50:02', '2013-10-24 17:50:02', '<h4>Mission Statement</h4>\n<img class="alignleft" title="Action for Cheetahs in Kenya logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogo.jpg" alt="Action for Cheetahs in Kenya logo" width="190" height="197" /> The mission of <a href="http://www.actionforcheetahs.org/" target="_blank">Action For Cheetahs in Kenya</a> is to promote the conservation of cheetahs through research, awareness and community participation in Kenya. ACK works closely with  local wildlife authorities and landholders to develop policies and  programs that support wildlife conservation and human livelihoods for  the long-term development of sustainable human and wildlife zones.\n<div class="clear"></div> \n\n<div class="hr"></div>\n\n<h4>Goals</h4>\n<img class="alignleft" title="Cheetah" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5595-300x200.jpg" alt="Cheetah" width="160" />\n<ul>\n<li> 1.To evaluate cheetah habitats, and to assess human interactions and  tolerance in areas that support cheetah populations on ranchlands and  wildlife dispersal areas. This includes: The study of demographics through tracking resident cheetahs; and Long term monitoring of selected cheetah populations and specific trans-located animals.</li>\n<li> 2.To develop protocols and research programs for the evaluation of cheetah health and genetics. This includes: Opportunistic sampling (necropsy, orphans, etc.); and Formally planned sampling (collaring target cheetahs, specific  biomedical collections, fecal collections, etc.).</li>\n<li> 3.To establish and link with community development projects for sustainable land and wildlife practices in order to promote tolerance of the cheetah as part of a balanced ecosystem. This includes: Snare removals, tree planting, bee keeping, livestock management,  etc.</li>\n<li> 4.To support the development of student initiatives in the research of  human/wildlife ecology in regions where cheetah populations are  sustainable.</li>\n<li> 5.To establish partnerships with other conservation and education initiatives to further develop projects and programs for the benefit of the cheetah.</li>\n</ul>\n\n<div class="hr"></div>\n\n<h4>History</h4>\n<img class="alignleft" title="Cheetah in wild" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3761-300x200.jpg" alt="img_3761" width="180" /> Action for Cheetahs in Kenya is a relatively new not-for-profit entity. It was originally known as the Cheetah Conservation Fund-Kenya and was supported in part by CCF. As the economy took a downturn in 2008, CCF decided that it needed to cut back on its international programs in order to continue to concentrate on its core program in Namibia. Funding was discontinued in to CCF-Kenya in January of 2009 although ACK remains affiliated with CCF as colleagues and advisors in saving Kenya\'s cheetahs. Action for Cheetahs in Kenya operates as a partner under the new non-profit organization of <em>Carnivores, Livelihoods, and Landscapes</em> (CaLL). The purpose of CaLL is to link carnivore conservation efforts in Kenya.\n\n<h4>Programs</h4>\n<img class="alignright" title="dip workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/dip_workshop-300x225.jpg" alt="dip workshop" width="180" /> While essentially still in its infancy, ACK is actively continuing the programs it started when associated with CCF. These include cheetah collaring, research and monitoring, as well as community outreach and education. Some of the projects include workshops on livestock dipping for improved husbandry. This project just recently concluded and ACK conducted a series of training workshops to train the managers on the  functions and maintenance of the dips, basic book keeping, project  planning and stock taking. The final workshop (8-9 March 2010) of the project presented the management with the positive direction  they have come in running a sustainable business as dip managers. They were  also told the improvements they need to make in order to remain  sustainable.\n\nEach dip sent three representatives to the workshop. Presentations were given by the District Veterinary Officer, the Livestock Extension Officer, Ultravetis representatives, and Kenya Wildlife Service. Cosmas Wambua and Lumumba Mutiso from ACK presented information on farm management for the future of the region. Two area chiefs also attended the workshop.\n\n<img class="alignleft" title="cheetah collar" src="http://aecetia.net/gws/aazk/wp-content/uploads/cheetah_collar-275x300.jpg" alt="cheetah collar" width="180" /> While 85% of the people interviewed at the dips in the months of  August - December 2009 felt that the current management of the dips is sustainable, they also felt that the managment had more improvements to make. 98% of the interviewed people stated that the impact of cheetah conservation in the area had a positive effect on the community in terms of the sustainability and in the awareness about the environment.\n\nACK also actively works at understanding how cheetahs share the land with humans in developed areas. To that end they have collared cheetahs to study their movement patterns. The collar sends the cheetah\'s location to ACK regularly via SMS messaging.\n\n<strong>For more information on Action for Cheetahs in Kenya and its programs please visit their website at <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.</strong>\n\n', 'Action for Cheetahs in Kenya (ACK)', 0, '', 'inherit', 'closed', 'closed', '', '1385-autosave-v1', '', '', '2013-10-24 12:50:02', '2013-10-24 17:50:02', '', 1385, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1385-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3434, 1, '2013-10-24 12:51:45', '2013-10-24 17:51:45', '<h4>Mission Statement</h4>\r\n<img class="alignleft" title="Action for Cheetahs in Kenya logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogo.jpg" alt="Action for Cheetahs in Kenya logo" width="190" height="197" /> The mission of <a href="http://www.actionforcheetahs.org/" target="_blank">Action For Cheetahs in Kenya</a> is to promote the conservation of cheetahs through research, awareness and community participation in Kenya. ACK works closely with  local wildlife authorities and landholders to develop policies and  programs that support wildlife conservation and human livelihoods for  the long-term development of sustainable human and wildlife zones.\r\n<div class="clear"></div> \r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Goals</h4>\r\n<img class="alignleft" title="Cheetah" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5595-300x200.jpg" alt="Cheetah" width="160" />\r\n<ul>\r\n<li> 1.To evaluate cheetah habitats, and to assess human interactions and  tolerance in areas that support cheetah populations on ranchlands and  wildlife dispersal areas. This includes: The study of demographics through tracking resident cheetahs; and Long term monitoring of selected cheetah populations and specific trans-located animals.</li>\r\n<li> 2.To develop protocols and research programs for the evaluation of cheetah health and genetics. This includes: Opportunistic sampling (necropsy, orphans, etc.); and Formally planned sampling (collaring target cheetahs, specific  biomedical collections, fecal collections, etc.).</li>\r\n<li> 3.To establish and link with community development projects for sustainable land and wildlife practices in order to promote tolerance of the cheetah as part of a balanced ecosystem. This includes: Snare removals, tree planting, bee keeping, livestock management,  etc.</li>\r\n<li> 4.To support the development of student initiatives in the research of  human/wildlife ecology in regions where cheetah populations are  sustainable.</li>\r\n<li> 5.To establish partnerships with other conservation and education initiatives to further develop projects and programs for the benefit of the cheetah.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>History</h4>\r\n<img class="alignleft" title="Cheetah in wild" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3761-300x200.jpg" alt="img_3761" width="180" /> Action for Cheetahs in Kenya is a relatively new not-for-profit entity. It was originally known as the Cheetah Conservation Fund-Kenya and was supported in part by CCF. As the economy took a downturn in 2008, CCF decided that it needed to cut back on its international programs in order to continue to concentrate on its core program in Namibia. Funding was discontinued in to CCF-Kenya in January of 2009 although ACK remains affiliated with CCF as colleagues and advisors in saving Kenya\'s cheetahs. Action for Cheetahs in Kenya operates as a partner under the new non-profit organization of <em>Carnivores, Livelihoods, and Landscapes</em> (CaLL). The purpose of CaLL is to link carnivore conservation efforts in Kenya.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Programs</h4>\r\n<img class="alignright" title="dip workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/dip_workshop-300x225.jpg" alt="dip workshop" width="180" /> While essentially still in its infancy, ACK is actively continuing the programs it started when associated with CCF. These include cheetah collaring, research and monitoring, as well as community outreach and education. Some of the projects include workshops on livestock dipping for improved husbandry. This project just recently concluded and ACK conducted a series of training workshops to train the managers on the  functions and maintenance of the dips, basic book keeping, project  planning and stock taking. The final workshop (8-9 March 2010) of the project presented the management with the positive direction  they have come in running a sustainable business as dip managers. They were  also told the improvements they need to make in order to remain  sustainable.\r\n\r\nEach dip sent three representatives to the workshop. Presentations were given by the District Veterinary Officer, the Livestock Extension Officer, Ultravetis representatives, and Kenya Wildlife Service. Cosmas Wambua and Lumumba Mutiso from ACK presented information on farm management for the future of the region. Two area chiefs also attended the workshop.\r\n\r\n<img class="alignleft" title="cheetah collar" src="http://aecetia.net/gws/aazk/wp-content/uploads/cheetah_collar-275x300.jpg" alt="cheetah collar" width="180" /> While 85% of the people interviewed at the dips in the months of  August - December 2009 felt that the current management of the dips is sustainable, they also felt that the managment had more improvements to make. 98% of the interviewed people stated that the impact of cheetah conservation in the area had a positive effect on the community in terms of the sustainability and in the awareness about the environment.\r\n\r\nACK also actively works at understanding how cheetahs share the land with humans in developed areas. To that end they have collared cheetahs to study their movement patterns. The collar sends the cheetah\'s location to ACK regularly via SMS messaging.\r\n<div class="clear"></div>\r\n\r\n<strong>For more information on Action for Cheetahs in Kenya and its programs please visit their website at <a href="http://www.actionforcheetahs.org/">www.actionforcheetahs.org</a>.</strong>\r\n\r\n<div id="inner-links"></div>', 'Action for Cheetahs in Kenya (ACK)', 0, '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2013-10-24 12:51:45', '2013-10-24 17:51:45', '', 1385, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1385-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3435, 1, '2013-10-24 13:08:47', '2013-10-24 18:08:47', '<h4>Mission Statement</h4>\n<img class="alignleft" title="International Rhino Foundation logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="International Rhino Foundation logo" width="200" height="65" /> The <a href="http://www.rhinos-irf.org/" target="_blank">International Rhino Foundation</a> is dedicated to the survival of the  world’s rhino species through conservation and research.\n<div class="clear"></div>\n\n<div class="hr"></div>\n\n<h4>IRF in Indonesia</h4>\nBowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra. BFR monies help support on the ground rhino conservation by providing funds for anti-poaching units as well equipment for censusing of rhino populations such as trap cameras.\n\n\n<div class="hr"></div>\n\n<h4>Ujung Kulon National Park</h4>\n<img class="alignright" title="ujungmap" src="http://aecetia.net/gws/aazk/wp-content/uploads/ujungmap.jpg" alt="ujungmap" width="180" /> Ujung Kulon National Park is situated on the western edge of the island of Java, Indonesia. It is home to one of the rarest and most endangered rhinos on the planet, the Javan rhino. It is estimated that only 40-60 of these rhinos remain in two distinct populations. The larger population is found in Ujung Kulon and a smaller non-viable population of only 3-5 individuals is found in the Cat Loc region of the Cat Tien National Park in Vietnam.\n\n<img class="alignleft" title="javan rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/javanrhino-300x199.jpg" alt="javan rhino" width="180"/> IRF works with its partners to protect the Javan rhino in two ways. They wish to grow the population as well as protect the animals from poaching. This is done through the Rhino Protection and Monitoring Units (RPMUs). There are 3 RPMUs that operate within the national park. In addition to actively working to prevent poaching of the rhinos and other wildlife they are also on the lookout for any other illegal activities and work closely with proper government authorities on this. They are also busy collecting a variety of information on the rhinos such as footprints, wallows, feces, browsing areas, direct sightings, and other information which is then input into a database. They also work closely with local communities to collect information about illegal activities, including poaching, and also work to educate and build awareness of the importance of conserving Javan rhinos.\n\n<div class="hr"></div>\n\n<h4>Bukit Barisan Selatan National Park</h4>\n<img class="alignright" title="Bukit Map" src="http://aecetia.net/gws/aazk/wp-content/uploads/bukitmap2-247x300.jpg" alt="Bukit Map" width="190" /> <img class="alignleft" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/dsc01375-300x225.jpg" alt="Rhino" width="190" /> Bukit Barisan Selatan National Park is located in southwestern Sumatra and is the third largest protected area in Sumatra. It is home to the Sumatran rhino. The Sumatran rhinos share this area with Sumatran tigers and the Sumatran elephant. The Sumatran rhinos are considered the most endangered of all rhino species with their numbers in the mid-200\'s. Even though their numbers are greater than the Javan rhinos they are considered more endangered as there are significant poaching and encroachment pressures on their populations, moreso than on the Javan rhinos. Bukit Barisan Selatan National Park has the second largest population of this endangered rhino with an estimated 60-85 rhinos found here. Sumatran rhinos are found only on the island of Sumatra with a remnant population on Borneo. IRF and its partners help fund and operate 8 rhino/tiger protection units (RPUs/TPUs) whose main function is to prevent poaching. As with the RPMUs that operate in Ujung Kulon the RPUs/TPUs work closely with local governments to curtail illegal activities and also collect data on the Sumatran rhinos. They also work with local communities to establish relationships to gather information on suspected poachers and others who engage in illegal wildlife activities and education and build awareness as to why conserving Sumatran rhinos is important.\n\n<div class="hr"></div>\n\n<h4>Way Kambas National Park</h4>\n<img class="alignright" title="waykambasmap2" src="http://aecetia.net/gws/aazk/wp-content/uploads/waykambasmap2-300x203.jpg" alt="waykambasmap2" width="190" /> Way Kambas National Park is located in southern Sumatra. Before becoming a reserve in 1972 it was extensively logged and now has little primary forest left. Sumatran tigers and elephants are also found here. IRF helps to fund and operate 5 Rhino Protection Units(RPUs) in Way Kambas. As with the other parks, the RPUs work to prevent poaching and curb other illegal activities such as illegal logging, hunting and encroachment on park lands. They also work with local communities on educating and awareness of Sumatran rhino conservation.\n\n<strong>For more information on the International Rhino Foundation and its programs please visit their website at <a target="_blank" href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a>.</strong>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-autosave-v1', '', '', '2013-10-24 13:08:47', '2013-10-24 18:08:47', '', 1341, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1341-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3437, 1, '2013-10-24 13:09:08', '2013-10-24 18:09:08', '<h4>Mission Statement</h4>\r\n<img class="alignleft" title="International Rhino Foundation logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/irflogo.jpg" alt="International Rhino Foundation logo" width="200" height="65" /> The <a href="http://www.rhinos-irf.org/" target="_blank">International Rhino Foundation</a> is dedicated to the survival of the  world’s rhino species through conservation and research.\r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>IRF in Indonesia</h4>\r\nBowling for Rhinos helps support the work of the IRF in Indonesia in three primary areas. Those are Ujung Kulon National Park in Java, Bukit Barisan Selatan and Way Kambas National Parks in Sumatra. BFR monies help support on the ground rhino conservation by providing funds for anti-poaching units as well equipment for censusing of rhino populations such as trap cameras.\r\n\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Ujung Kulon National Park</h4>\r\n<img class="alignright" title="ujungmap" src="http://aecetia.net/gws/aazk/wp-content/uploads/ujungmap.jpg" alt="ujungmap" width="180" /> Ujung Kulon National Park is situated on the western edge of the island of Java, Indonesia. It is home to one of the rarest and most endangered rhinos on the planet, the Javan rhino. It is estimated that only 40-60 of these rhinos remain in two distinct populations. The larger population is found in Ujung Kulon and a smaller non-viable population of only 3-5 individuals is found in the Cat Loc region of the Cat Tien National Park in Vietnam.\r\n\r\n<img class="alignleft" title="javan rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/javanrhino-300x199.jpg" alt="javan rhino" width="180"/> IRF works with its partners to protect the Javan rhino in two ways. They wish to grow the population as well as protect the animals from poaching. This is done through the Rhino Protection and Monitoring Units (RPMUs). There are 3 RPMUs that operate within the national park. In addition to actively working to prevent poaching of the rhinos and other wildlife they are also on the lookout for any other illegal activities and work closely with proper government authorities on this. They are also busy collecting a variety of information on the rhinos such as footprints, wallows, feces, browsing areas, direct sightings, and other information which is then input into a database. They also work closely with local communities to collect information about illegal activities, including poaching, and also work to educate and build awareness of the importance of conserving Javan rhinos.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Bukit Barisan Selatan National Park</h4>\r\n<img class="alignright" title="Bukit Map" src="http://aecetia.net/gws/aazk/wp-content/uploads/bukitmap2-247x300.jpg" alt="Bukit Map" width="190" /> <img class="alignleft" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/dsc01375-300x225.jpg" alt="Rhino" width="190" /> Bukit Barisan Selatan National Park is located in southwestern Sumatra and is the third largest protected area in Sumatra. It is home to the Sumatran rhino. The Sumatran rhinos share this area with Sumatran tigers and the Sumatran elephant. The Sumatran rhinos are considered the most endangered of all rhino species with their numbers in the mid-200\'s. Even though their numbers are greater than the Javan rhinos they are considered more endangered as there are significant poaching and encroachment pressures on their populations, moreso than on the Javan rhinos. Bukit Barisan Selatan National Park has the second largest population of this endangered rhino with an estimated 60-85 rhinos found here. Sumatran rhinos are found only on the island of Sumatra with a remnant population on Borneo. IRF and its partners help fund and operate 8 rhino/tiger protection units (RPUs/TPUs) whose main function is to prevent poaching. As with the RPMUs that operate in Ujung Kulon the RPUs/TPUs work closely with local governments to curtail illegal activities and also collect data on the Sumatran rhinos. They also work with local communities to establish relationships to gather information on suspected poachers and others who engage in illegal wildlife activities and education and build awareness as to why conserving Sumatran rhinos is important.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Way Kambas National Park</h4>\r\n<img class="alignright" title="waykambasmap2" src="http://aecetia.net/gws/aazk/wp-content/uploads/waykambasmap2-300x203.jpg" alt="waykambasmap2" width="190" /> Way Kambas National Park is located in southern Sumatra. Before becoming a reserve in 1972 it was extensively logged and now has little primary forest left. Sumatran tigers and elephants are also found here. IRF helps to fund and operate 5 Rhino Protection Units(RPUs) in Way Kambas. As with the other parks, the RPUs work to prevent poaching and curb other illegal activities such as illegal logging, hunting and encroachment on park lands. They also work with local communities on educating and awareness of Sumatran rhino conservation.\r\n\r\n<strong>For more information on the International Rhino Foundation and its programs please visit their website at <a target="_blank" href="http://www.rhinos-irf.org/">www.rhinos-irf.org</a>.</strong>\r\n\r\n\r\n<div id="inner-links"></div>', 'International Rhino Foundation (IRF)', 0, '', 'inherit', 'closed', 'closed', '', '1341-revision-v1', '', '', '2013-10-24 13:09:08', '2013-10-24 18:09:08', '', 1341, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1341-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3438, 1, '2013-10-24 13:10:16', '2013-10-24 18:10:16', '<h4>Mission Statement</h4>\r\n<img class="alignleft" title="Action for Cheetahs in Kenya logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/acklogo.jpg" alt="Action for Cheetahs in Kenya logo" width="190" height="197" /> The mission of <a href="http://www.actionforcheetahs.org/" target="_blank">Action For Cheetahs in Kenya</a> is to promote the conservation of cheetahs through research, awareness and community participation in Kenya. ACK works closely with  local wildlife authorities and landholders to develop policies and  programs that support wildlife conservation and human livelihoods for  the long-term development of sustainable human and wildlife zones.\r\n<div class="clear"></div> \r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Goals</h4>\r\n<img class="alignleft" title="Cheetah" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5595-300x200.jpg" alt="Cheetah" width="160" />\r\n<ul>\r\n<li> 1.To evaluate cheetah habitats, and to assess human interactions and  tolerance in areas that support cheetah populations on ranchlands and  wildlife dispersal areas. This includes: The study of demographics through tracking resident cheetahs; and Long term monitoring of selected cheetah populations and specific trans-located animals.</li>\r\n<li> 2.To develop protocols and research programs for the evaluation of cheetah health and genetics. This includes: Opportunistic sampling (necropsy, orphans, etc.); and Formally planned sampling (collaring target cheetahs, specific  biomedical collections, fecal collections, etc.).</li>\r\n<li> 3.To establish and link with community development projects for sustainable land and wildlife practices in order to promote tolerance of the cheetah as part of a balanced ecosystem. This includes: Snare removals, tree planting, bee keeping, livestock management,  etc.</li>\r\n<li> 4.To support the development of student initiatives in the research of  human/wildlife ecology in regions where cheetah populations are  sustainable.</li>\r\n<li> 5.To establish partnerships with other conservation and education initiatives to further develop projects and programs for the benefit of the cheetah.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>History</h4>\r\n<img class="alignleft" title="Cheetah in wild" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3761-300x200.jpg" alt="img_3761" width="180" /> Action for Cheetahs in Kenya is a relatively new not-for-profit entity. It was originally known as the Cheetah Conservation Fund-Kenya and was supported in part by CCF. As the economy took a downturn in 2008, CCF decided that it needed to cut back on its international programs in order to continue to concentrate on its core program in Namibia. Funding was discontinued in to CCF-Kenya in January of 2009 although ACK remains affiliated with CCF as colleagues and advisors in saving Kenya\'s cheetahs. Action for Cheetahs in Kenya operates as a partner under the new non-profit organization of <em>Carnivores, Livelihoods, and Landscapes</em> (CaLL). The purpose of CaLL is to link carnivore conservation efforts in Kenya.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Programs</h4>\r\n<img class="alignright" title="dip workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/dip_workshop-300x225.jpg" alt="dip workshop" width="180" /> While essentially still in its infancy, ACK is actively continuing the programs it started when associated with CCF. These include cheetah collaring, research and monitoring, as well as community outreach and education. Some of the projects include workshops on livestock dipping for improved husbandry. This project just recently concluded and ACK conducted a series of training workshops to train the managers on the  functions and maintenance of the dips, basic book keeping, project  planning and stock taking. The final workshop (8-9 March 2010) of the project presented the management with the positive direction  they have come in running a sustainable business as dip managers. They were  also told the improvements they need to make in order to remain  sustainable.\r\n\r\nEach dip sent three representatives to the workshop. Presentations were given by the District Veterinary Officer, the Livestock Extension Officer, Ultravetis representatives, and Kenya Wildlife Service. Cosmas Wambua and Lumumba Mutiso from ACK presented information on farm management for the future of the region. Two area chiefs also attended the workshop.\r\n\r\n<img class="alignleft" title="cheetah collar" src="http://aecetia.net/gws/aazk/wp-content/uploads/cheetah_collar-275x300.jpg" alt="cheetah collar" width="180" /> While 85% of the people interviewed at the dips in the months of  August - December 2009 felt that the current management of the dips is sustainable, they also felt that the managment had more improvements to make. 98% of the interviewed people stated that the impact of cheetah conservation in the area had a positive effect on the community in terms of the sustainability and in the awareness about the environment.\r\n\r\nACK also actively works at understanding how cheetahs share the land with humans in developed areas. To that end they have collared cheetahs to study their movement patterns. The collar sends the cheetah\'s location to ACK regularly via SMS messaging.\r\n<div class="clear"></div>\r\n\r\n<strong>For more information on Action for Cheetahs in Kenya and its programs please visit their website at <a href="http://www.actionforcheetahs.org/" target="_blank">www.actionforcheetahs.org</a>.</strong>\r\n\r\n<div id="inner-links"></div>', 'Action for Cheetahs in Kenya (ACK)', 0, '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2013-10-24 13:10:16', '2013-10-24 18:10:16', '', 1385, 'http://web3.gowebsolutions.com/~aazook/uncategorized/1385-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3439, 1, '2013-10-24 13:27:15', '2013-10-24 18:27:15', 'Donate to Bowling for Rhinos today and help save rhinos and their ecosystems.  You may give a General donation or in the name of your local Chapter. All donations are 100% tax deductible.  Thank YOU for Your Gift to Support Conservation.', 'Donation to Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '2782-autosave-v1', '', '', '2013-10-24 13:27:15', '2013-10-24 18:27:15', '', 2782, 'http://web3.gowebsolutions.com/~aazook/uncategorized/2782-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3451, 1, '2013-10-24 17:31:22', '2013-10-24 22:31:22', '<h4>Purpose</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Resources produced:</h4>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Projects:</h4>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Additional Information</h4>\r\n<ul>\r\n	<li><a href="[homeurl]/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1">Training and Enrichment Video Library</a></li>\r\n	<li><a href="[homeurl]/about/committee/behavioral-husbandry/resources/">Resources</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n	<li><a href="[homeurl]/members/bhc.php">Suggested Guidelines for Enrichment</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="[homeurl]/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n	<li><a href="[homeurl]/about/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n	<li><a href="[homeurl]/members/bhc.php">Enrichment Day Examples</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="[homeurl]/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Behavioral Husbandry Committee Chair Member</h4>\r\n<img class="alignnone" title="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="Julie Hartell-DeNardo" width="125" height="146" />\r\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\r\n\r\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2013-10-24 17:31:22', '2013-10-24 22:31:22', '', 192, 'http://web3.gowebsolutions.com/~aazook/uncategorized/192-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3452, 1, '2013-10-30 11:57:12', '2013-10-30 16:57:12', '<h4>Purpose</h4>\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\n\n<div class="hr"></div>\n\n<h4>Resources produced</h4>\n<ul>\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\n</ul>\n\n<div class="hr"></div>\n\n<h4>Projects</h4>\n<ul>\n	<li>Partner with other committees to streamline resources and efforts</li>\n	<li>Development of new workshops for the annual conference</li>\n	<li>Development of training behavior lists for taxonomic groups</li>\n	<li>Update the bibliography and resource lists over time</li>\n	<li>Surveying the membership to meet needs</li>\n	<li>Enhancement of this website</li>\n	<li>A database of bibliographies</li>\n	<li> Enrichment guidelines for marine mammals and elephants</li>\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\n</ul>\n\n<div class="hr"></div>\n\n<h4>Additional Information</h4>\n<h6><i class="left icon-download"></i> Downloads</h6>\n<ul>\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/Enrichment-Day-Examples.pdf">Enrichment Day Examples</a></li>\n</ul>\n\n<h6><i class="left icon-download"></i> Helpful Links</h6>\n<ul>\n	<li><a target="_blank" href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1" target="_blank">Training and Enrichment Video Library</a></li>\n	<li><a href="[homeurl]/committee/behavioral-husbandry/resources/">Suggested Animal Training Resources</a></li>\n	<li><a href="[homeurl]/committee/behavioral-husbandry/printed-resources/">Printed Resources</a></li>\n	<li><a href="[homeurl]/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\n</ul>\n\n<h6><i class="left icon-download"></i> Helpful Links</h6>\n Click below for the complete enrichment guidelines for the following groups of animals. Feel free to print, copy and distribute these guidelines as needed. Most of these guidelines are currently printed in the third edition of the Enrichment Notebook. Notebooks can be ordered through A.A.Z.K., Inc.\n<ul>\n	<li><a href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Bat-Enrichment.pdf">Bat Guidelines</a></li>\n	<li><a href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Bear-Enrichment.pdf">Bear Guidelines</a></li>\n	<li><a href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Bird-Enrichment.pdf">Bird Guidelines</a></li>\n	<li><a href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Carnivore-Enrichment.pdf">Carnivore Guidelines</a></li>\n	<li><a href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Captive-Elephant-Enrichment.pdf">Elephant Guidelines</a></li>\n	<li><a href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Fishes-Enrichment.pdf">Fish Guidelines</a></li>\n	<li><a href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Primate-Enrichment.pdf">Primate Guidelines</a></li>\n	<li><a href="">Reptile Guidelines</a></li>\n	<li><a href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Ungulate-Enrichment.pdf">Ungulate Guidelines</a></li>\n</ul>\n\n<div class="hr"></div>\n\n<div class="first sixcol">\n<h4>Behavioral Husbandry Committee Chair Member</h4>\n<img class="aligncenter" title="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="Julie Hartell-DeNardo" width="125" height="146" />\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\n</div>\n\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-autosave-v1', '', '', '2013-10-30 11:57:12', '2013-10-30 16:57:12', '', 192, 'http://web3.gowebsolutions.com/~aazook/uncategorized/192-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3453, 1, '2013-10-24 20:13:11', '2013-10-25 01:13:11', 'Page Template', 'Account retreival', 0, '', 'inherit', 'closed', 'closed', '', '3401-revision-v1', '', '', '2013-10-24 20:13:11', '2013-10-25 01:13:11', '', 3401, 'http://web3.gowebsolutions.com/~aazook/uncategorized/3401-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3455, 1, '2013-09-23 10:37:02', '2013-09-23 15:37:02', '<h5>You can join as a new member or renew your current membership below. For those wishing to mail in their membership application you can download the application <a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf">here</a>. For those wishing to sign up or renew on the website please utilize the buttons below.</h5>\r\n<div class="membership">\r\n<h3>US Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Professional Membership" /> <input name="item_number" type="hidden" value="us-professional" /> <input name="amount" type="hidden" value="45.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$45 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Affiliate Membership" /> <input name="item_number" type="hidden" value="us-affiliate" /> <input name="amount" type="hidden" value="40.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$40 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Student Membership" /> <input name="item_number" type="hidden" value="us-student" /> <input name="amount" type="hidden" value="30.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$30 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="US Individuals Contributing" /> <input name="item_number" type="hidden" value="us-individual" /> <input name="amount" type="hidden" value="70.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Canadian Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Professional Membership" /> <input name="item_number" type="hidden" value="cad-professional" /> <input name="amount" type="hidden" value="50.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$50 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Affiliate Membership" /> <input name="item_number" type="hidden" value="cad-affiliate" /> <input name="amount" type="hidden" value="50.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$50 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Student Membership" /> <input name="item_number" type="hidden" value="cad-student" /> <input name="amount" type="hidden" value="35.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$35 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Canadian Individuals Contributing" /> <input name="item_number" type="hidden" value="cad-individual" /> <input name="amount" type="hidden" value="70.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="CAD" /> <input name="lc" type="hidden" value="CA" /> </form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Commercial Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" type="image" /> <input name="add" type="hidden" value="1" /> <input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="aazkoffice@zk.kscoxmail.com" /> <input name="item_name" type="hidden" value="Commercial Membership" /> <input name="item_number" type="hidden" value="commercial" /> <input name="amount" type="hidden" value="150.00" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="lc" type="hidden" value="US" /> </form></div>\r\n<div class="description">\r\n<div class="type">$150 - Commercial Membership</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/commercial-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<strong>The following membership types require verification of your organization\'s information and/or approval by the AAZK Board.</strong>\r\n<h3>Institutional Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$150 - Institutional Membership</div>\r\n<div class="details">requires AAZK Board approval</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/institutional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<h3>Library Only</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$45 - Institutional</div>\r\n<div class="details">Available only to public &amp; university libraries</div>\r\n</div>\r\n</div>\r\n<h3>International Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$60 - International Membership - <span style="text-decoration: underline;">Electronic Delivery of AKF ONLY</span></div>\r\n<div class="type"><strong>        </strong>Email address required</div>\r\n<div class="type">$115 - International Membership/AKF mail bundle</div>\r\n<div class="type">        AKF will be mailed overseas to the listed address</div>\r\n<div class="details">All members outside U.S. &amp; Canada regardless of category</div>\r\n</div>\r\n</div>\r\nPrint and mail applications to:\r\n\r\n<strong>AAZK Administrative Offices\r\n3601 S.W. 29th, Suite 133\r\nTopeka, KS 66614</strong>\r\n\r\nMake checks/money orders payable to <strong>AAZK, Inc</strong>\r\nMust be in U.S. FUNDS ONLY.\r\n\r\nMembership includes a subscription to Animal Keepers\' Forum.\r\n\r\n </div>', 'Join/Renew AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2013-09-23 10:37:02', '2013-09-23 15:37:02', '', 17, 'http://web3.gowebsolutions.com/~aazook/uncategorized/17-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3456, 1, '2013-10-25 17:26:44', '2013-10-25 22:26:44', '<h3>Committees</h3>\r\n<p>Dedicated to professional animal care, the vision of AAZK is to provide resources for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function please log in to the Members Only Page and open the Committees and Program tab.</p>\r\n\r\n<div class="first sixcol">\r\n<h4>Awards Committee</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards’ criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award’s recipients each year at the National Conference.\r\n<a class="button" href="[homeurl]/committee/awards-committee/">Learn More</a>\r\n\r\n<h4>Behavioral Husbandry Committee</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<a class="button" href="[homeurl]/committee/behavioral-husbandry/">Learn More</a>\r\n\r\n<h4>Communication Committee</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership.  The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n<a class="button" href="">Learn More</a>\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h4>Conservation Committee</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<a class="button" href="[homeurl]/committee/conservation-committee/">Learn More</a>\r\n\r\n<h4>Ethics Committee</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Grants Committee</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<a class="button" href="[homeurl]/committee/grants-committee/">Learn More</a>\r\n\r\n<h4>Professional Development Committee</h4>\r\nAAZK’s Professional Development Committee’s mission is to provide a resource for National AAZK members to explore continuing education opportunities. Our goal is concentrate on continuing education through online training courses and conference workshops. Online courses can be found at the <a target="_blank" href="http://sdzglobalacademy.org/courses.html">San Diego Global Academy courses</a>. Over 200 self-directed courses are offered. Conferences are held annually and delegates are provided with paper presentations, posters sessions, and a variety of workshops to meet everyone’s needs. Workshops can be lecture based or hands on.  \r\n<a class="button" href="[homeurl]/committee/professional-development-committee/">Learn More</a>\r\n</div>\r\n\r\n\r\n\r\n<div class="clear"></div>\r\n\r\n<h3>Programs</h3>\r\nDedicated to professional animal care, the vision of AAZK is to provide resources through internal, national and international Programs. Our Programs are developed to further this vision. To learn about AAZK Programs please click on one of the links below.\r\n\r\n<div class="first sixcol">\r\n<h4>Bylaws Program</h4>\r\nThe Program Manager annually reviews the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. When developing new Bylaws, the Program expands to a Member Committee consisting of five members, two of which shall be member of the Board of Directors. (If you would like a copy of the Association’s Bylaws please <a href="[homeurl]/contact/">contact</a> the Administrative Office.)\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>International Congress of Zoo Keepers Program</h4>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n<a class="button" href="">Learn More</a>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n\r\n<h4>National Zoo Keeper Week Program</h4>\r\nAs the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<h4>Trees for You and Me Program</h4>\r\nTrees for You & Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. Every year, the effort has a local focus.  Gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, AAZK believes drawing attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<a class="button" href="">Learn More</a>\r\n</div>', 'Committees and Programs', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2013-10-25 17:26:44', '2013-10-25 22:26:44', '', 12, 'http://web3.gowebsolutions.com/~aazook/uncategorized/12-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3457, 1, '2013-10-25 17:28:43', '2013-10-25 22:28:43', '<h3>Committees</h3>\r\n<p>Dedicated to professional animal care, the vision of AAZK is to provide resources for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function please log in to the Members Only Page and open the Committees and Program tab.</p>\r\n\r\n<div class="first sixcol">\r\n<h4>Awards Committee</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards’ criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award’s recipients each year at the National Conference.\r\n<a class="button" href="[homeurl]/committee/awards-committee/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Behavioral Husbandry Committee</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<a class="button" href="[homeurl]/committee/behavioral-husbandry/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Communication Committee</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership.  The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<div class="last sixcol">\r\n<h4>Conservation Committee</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<a class="button" href="[homeurl]/committee/conservation-committee/">Learn More</a>\r\n</div>\r\n\r\n<h4>Ethics Committee</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Grants Committee</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<a class="button" href="[homeurl]/committee/grants-committee/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Professional Development Committee</h4>\r\nAAZK’s Professional Development Committee’s mission is to provide a resource for National AAZK members to explore continuing education opportunities. Our goal is concentrate on continuing education through online training courses and conference workshops. Online courses can be found at the <a target="_blank" href="http://sdzglobalacademy.org/courses.html">San Diego Global Academy courses</a>. Over 200 self-directed courses are offered. Conferences are held annually and delegates are provided with paper presentations, posters sessions, and a variety of workshops to meet everyone’s needs. Workshops can be lecture based or hands on.  \r\n<a class="button" href="[homeurl]/committee/professional-development-committee/">Learn More</a>\r\n</div>\r\n\r\n\r\n\r\n<div class="clear"></div>\r\n\r\n<h3>Programs</h3>\r\nDedicated to professional animal care, the vision of AAZK is to provide resources through internal, national and international Programs. Our Programs are developed to further this vision. To learn about AAZK Programs please click on one of the links below.\r\n\r\n<div class="first sixcol">\r\n<h4>Bylaws Program</h4>\r\nThe Program Manager annually reviews the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. When developing new Bylaws, the Program expands to a Member Committee consisting of five members, two of which shall be member of the Board of Directors. (If you would like a copy of the Association’s Bylaws please <a href="[homeurl]/contact/">contact</a> the Administrative Office.)\r\n<a class="button" href="">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>International Congress of Zoo Keepers Program</h4>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n<a class="button" href="">Learn More</a>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n\r\n<h4>National Zoo Keeper Week Program</h4>\r\nAs the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Trees for You and Me Program</h4>\r\nTrees for You & Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. Every year, the effort has a local focus.  Gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, AAZK believes drawing attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<a class="button" href="">Learn More</a>\r\n</div>', 'Committees and Programs', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2013-10-25 17:28:43', '2013-10-25 22:28:43', '', 12, 'http://web3.gowebsolutions.com/~aazook/uncategorized/12-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3458, 1, '2013-10-25 17:29:48', '2013-10-25 22:29:48', '<h3>Committees</h3>\r\n<p>Dedicated to professional animal care, the vision of AAZK is to provide resources for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function please log in to the Members Only Page and open the Committees and Program tab.</p>\r\n\r\n<div class="first sixcol">\r\n<h4>Awards Committee</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards’ criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award’s recipients each year at the National Conference.\r\n<a class="button" href="[homeurl]/committee/awards-committee/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Behavioral Husbandry Committee</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<a class="button" href="[homeurl]/committee/behavioral-husbandry/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Communication Committee</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership.  The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n</div>\r\n<div class="last sixcol">\r\n<h4>Conservation Committee</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<a class="button" href="[homeurl]/committee/conservation-committee/">Learn More</a>\r\n\r\n\r\n<h4>Ethics Committee</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Grants Committee</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<a class="button" href="[homeurl]/committee/grants-committee/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Professional Development Committee</h4>\r\nAAZK’s Professional Development Committee’s mission is to provide a resource for National AAZK members to explore continuing education opportunities. Our goal is concentrate on continuing education through online training courses and conference workshops. Online courses can be found at the <a target="_blank" href="http://sdzglobalacademy.org/courses.html">San Diego Global Academy courses</a>. Over 200 self-directed courses are offered. Conferences are held annually and delegates are provided with paper presentations, posters sessions, and a variety of workshops to meet everyone’s needs. Workshops can be lecture based or hands on.  \r\n<a class="button" href="[homeurl]/committee/professional-development-committee/">Learn More</a>\r\n</div>\r\n\r\n\r\n\r\n<div class="clear"></div>\r\n\r\n<h3>Programs</h3>\r\nDedicated to professional animal care, the vision of AAZK is to provide resources through internal, national and international Programs. Our Programs are developed to further this vision. To learn about AAZK Programs please click on one of the links below.\r\n\r\n<div class="first sixcol">\r\n<h4>Bylaws Program</h4>\r\nThe Program Manager annually reviews the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. When developing new Bylaws, the Program expands to a Member Committee consisting of five members, two of which shall be member of the Board of Directors. (If you would like a copy of the Association’s Bylaws please <a href="[homeurl]/contact/">contact</a> the Administrative Office.)\r\n<a class="button" href="">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>International Congress of Zoo Keepers Program</h4>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n<a class="button" href="">Learn More</a>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n\r\n<h4>National Zoo Keeper Week Program</h4>\r\nAs the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Trees for You and Me Program</h4>\r\nTrees for You & Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. Every year, the effort has a local focus.  Gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, AAZK believes drawing attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<a class="button" href="">Learn More</a>\r\n</div>', 'Committees and Programs', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2013-10-25 17:29:48', '2013-10-25 22:29:48', '', 12, 'http://web3.gowebsolutions.com/~aazook/uncategorized/12-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3459, 1, '2013-10-25 17:30:26', '2013-10-25 22:30:26', '<h3>Committees</h3>\r\n<p>Dedicated to professional animal care, the vision of AAZK is to provide resources for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function please log in to the Members Only Page and open the Committees and Program tab.</p>\r\n\r\n<div class="first sixcol">\r\n<h4>Awards Committee</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards’ criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award’s recipients each year at the National Conference.\r\n<a class="button" href="[homeurl]/committee/awards-committee/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Behavioral Husbandry Committee</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<a class="button" href="[homeurl]/committee/behavioral-husbandry/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Communication Committee</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership.  The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Conservation Committee</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<a class="button" href="[homeurl]/committee/conservation-committee/">Learn More</a>\r\n</div>\r\n<div class="last sixcol">\r\n\r\n<h4>Ethics Committee</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Grants Committee</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<a class="button" href="[homeurl]/committee/grants-committee/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Professional Development Committee</h4>\r\nAAZK’s Professional Development Committee’s mission is to provide a resource for National AAZK members to explore continuing education opportunities. Our goal is concentrate on continuing education through online training courses and conference workshops. Online courses can be found at the <a target="_blank" href="http://sdzglobalacademy.org/courses.html">San Diego Global Academy courses</a>. Over 200 self-directed courses are offered. Conferences are held annually and delegates are provided with paper presentations, posters sessions, and a variety of workshops to meet everyone’s needs. Workshops can be lecture based or hands on.  \r\n<a class="button" href="[homeurl]/committee/professional-development-committee/">Learn More</a>\r\n</div>\r\n\r\n\r\n\r\n<div class="clear"></div>\r\n\r\n<h3>Programs</h3>\r\nDedicated to professional animal care, the vision of AAZK is to provide resources through internal, national and international Programs. Our Programs are developed to further this vision. To learn about AAZK Programs please click on one of the links below.\r\n\r\n<div class="first sixcol">\r\n<h4>Bylaws Program</h4>\r\nThe Program Manager annually reviews the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. When developing new Bylaws, the Program expands to a Member Committee consisting of five members, two of which shall be member of the Board of Directors. (If you would like a copy of the Association’s Bylaws please <a href="[homeurl]/contact/">contact</a> the Administrative Office.)\r\n<a class="button" href="">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>International Congress of Zoo Keepers Program</h4>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n<a class="button" href="">Learn More</a>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n\r\n<h4>National Zoo Keeper Week Program</h4>\r\nAs the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Trees for You and Me Program</h4>\r\nTrees for You & Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. Every year, the effort has a local focus.  Gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, AAZK believes drawing attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<a class="button" href="">Learn More</a>\r\n</div>', 'Committees and Programs', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2013-10-25 17:30:26', '2013-10-25 22:30:26', '', 12, 'http://web3.gowebsolutions.com/~aazook/uncategorized/12-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3460, 1, '2013-10-25 18:14:02', '2013-10-25 23:14:02', '<h3>Committees</h3>\r\n<p>Dedicated to professional animal care, the vision of AAZK is to provide resources for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function please log in to the Members Only Page and open the Committees and Program tab.</p>\r\n\r\n<div class="first sixcol">\r\n<h4><i class="left icon-trophy"></i> Awards Committee</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards’ criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award’s recipients each year at the National Conference.\r\n<a class="button" href="[homeurl]/committee/awards-committee/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Behavioral Husbandry Committee</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<a class="button" href="[homeurl]/committee/behavioral-husbandry/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Communication Committee</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership.  The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Conservation Committee</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<a class="button" href="[homeurl]/committee/conservation-committee/">Learn More</a>\r\n</div>\r\n<div class="last sixcol">\r\n\r\n<h4>Ethics Committee</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Grants Committee</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<a class="button" href="[homeurl]/committee/grants-committee/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Professional Development Committee</h4>\r\nAAZK’s Professional Development Committee’s mission is to provide a resource for National AAZK members to explore continuing education opportunities. Our goal is concentrate on continuing education through online training courses and conference workshops. Online courses can be found at the <a target="_blank" href="http://sdzglobalacademy.org/courses.html">San Diego Global Academy courses</a>. Over 200 self-directed courses are offered. Conferences are held annually and delegates are provided with paper presentations, posters sessions, and a variety of workshops to meet everyone’s needs. Workshops can be lecture based or hands on.  \r\n<a class="button" href="[homeurl]/committee/professional-development-committee/">Learn More</a>\r\n</div>\r\n\r\n\r\n\r\n<div class="clear"></div>\r\n\r\n<h3>Programs</h3>\r\nDedicated to professional animal care, the vision of AAZK is to provide resources through internal, national and international Programs. Our Programs are developed to further this vision. To learn about AAZK Programs please click on one of the links below.\r\n\r\n<div class="first sixcol">\r\n<h4>Bylaws Program</h4>\r\nThe Program Manager annually reviews the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. When developing new Bylaws, the Program expands to a Member Committee consisting of five members, two of which shall be member of the Board of Directors. (If you would like a copy of the Association’s Bylaws please <a href="[homeurl]/contact/">contact</a> the Administrative Office.)\r\n<a class="button" href="">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>International Congress of Zoo Keepers Program</h4>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n<a class="button" href="">Learn More</a>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n\r\n<h4>National Zoo Keeper Week Program</h4>\r\nAs the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Trees for You and Me Program</h4>\r\nTrees for You & Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. Every year, the effort has a local focus.  Gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, AAZK believes drawing attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<a class="button" href="">Learn More</a>\r\n</div>', 'Committees and Programs', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2013-10-25 18:14:02', '2013-10-25 23:14:02', '', 12, 'http://web3.gowebsolutions.com/~aazook/uncategorized/12-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3461, 1, '2013-10-25 18:18:54', '2013-10-25 23:18:54', '<h3>Committees</h3>\r\n<p>Dedicated to professional animal care, the vision of AAZK is to provide resources for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function please log in to the Members Only Page and open the Committees and Program tab.</p>\r\n\r\n<div class="first sixcol">\r\n<h4><i class="left icon-trophy"></i> Awards Committee</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards’ criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award’s recipients each year at the National Conference.\r\n<a class="button" href="[homeurl]/committee/awards-committee/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-lamp"></i> Behavioral Husbandry Committee</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<a class="button" href="[homeurl]/committee/behavioral-husbandry/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-mic"></i> Communication Committee</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership.  The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-evernote"></i> Conservation Committee</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<a class="button" href="[homeurl]/committee/conservation-committee/">Learn More</a>\r\n</div>\r\n<div class="last sixcol">\r\n\r\n<h4><i class="left icon-doc-text-inv"></i> Ethics Committee</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-chart-bar"></i> Grants Committee</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<a class="button" href="[homeurl]/committee/grants-committee/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-graduation-cap"></i> Professional Development Committee</h4>\r\nAAZK’s Professional Development Committee’s mission is to provide a resource for National AAZK members to explore continuing education opportunities. Our goal is concentrate on continuing education through online training courses and conference workshops. Online courses can be found at the <a target="_blank" href="http://sdzglobalacademy.org/courses.html">San Diego Global Academy courses</a>. Over 200 self-directed courses are offered. Conferences are held annually and delegates are provided with paper presentations, posters sessions, and a variety of workshops to meet everyone’s needs. Workshops can be lecture based or hands on.  \r\n<a class="button" href="[homeurl]/committee/professional-development-committee/">Learn More</a>\r\n</div>\r\n\r\n\r\n\r\n<div class="clear"></div>\r\n\r\n<h3>Programs</h3>\r\nDedicated to professional animal care, the vision of AAZK is to provide resources through internal, national and international Programs. Our Programs are developed to further this vision. To learn about AAZK Programs please click on one of the links below.\r\n\r\n<div class="first sixcol">\r\n<h4>Bylaws Program</h4>\r\nThe Program Manager annually reviews the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. When developing new Bylaws, the Program expands to a Member Committee consisting of five members, two of which shall be member of the Board of Directors. (If you would like a copy of the Association’s Bylaws please <a href="[homeurl]/contact/">contact</a> the Administrative Office.)\r\n<a class="button" href="">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>International Congress of Zoo Keepers Program</h4>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n<a class="button" href="">Learn More</a>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n\r\n<h4>National Zoo Keeper Week Program</h4>\r\nAs the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Trees for You and Me Program</h4>\r\nTrees for You & Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. Every year, the effort has a local focus.  Gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, AAZK believes drawing attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<a class="button" href="">Learn More</a>\r\n</div>', 'Committees and Programs', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2013-10-25 18:18:54', '2013-10-25 23:18:54', '', 12, 'http://web3.gowebsolutions.com/~aazook/uncategorized/12-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3462, 1, '2013-10-25 18:21:34', '2013-10-25 23:21:34', '<h3>Committees</h3>\r\n<p>Dedicated to professional animal care, the vision of AAZK is to provide resources for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function please log in to the Members Only Page and open the Committees and Program tab.</p>\r\n\r\n<div class="first sixcol">\r\n<h4><i class="left icon-trophy"></i> Awards Committee</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards’ criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award’s recipients each year at the National Conference.\r\n<a class="button" href="[homeurl]/committee/awards-committee/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-lamp"></i> Behavioral Husbandry Committee</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<a class="button" href="[homeurl]/committee/behavioral-husbandry/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-mic"></i> Communication Committee</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership.  The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-evernote"></i> Conservation Committee</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<a class="button" href="[homeurl]/committee/conservation-committee/">Learn More</a>\r\n</div>\r\n<div class="last sixcol">\r\n\r\n<h4><i class="left icon-doc-text-inv"></i> Ethics Committee</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-chart-bar"></i> Grants Committee</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<a class="button" href="[homeurl]/committee/grants-committee/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-graduation-cap"></i> Professional Development Committee</h4>\r\nAAZK’s Professional Development Committee’s mission is to provide a resource for National AAZK members to explore continuing education opportunities. Our goal is concentrate on continuing education through online training courses and conference workshops. Online courses can be found at the <a target="_blank" href="http://sdzglobalacademy.org/courses.html">San Diego Global Academy courses</a>. Over 200 self-directed courses are offered. Conferences are held annually and delegates are provided with paper presentations, posters sessions, and a variety of workshops to meet everyone’s needs. Workshops can be lecture based or hands on.  \r\n<a class="button" href="[homeurl]/committee/professional-development-committee/">Learn More</a>\r\n</div>\r\n\r\n\r\n\r\n<div class="clear"></div>\r\n\r\n<h3>Programs</h3>\r\nDedicated to professional animal care, the vision of AAZK is to provide resources through internal, national and international Programs. Our Programs are developed to further this vision. To learn about AAZK Programs please click on one of the links below.\r\n\r\n<div class="first sixcol">\r\n<h4><i class="left icon-users"></i> Bylaws Program</h4>\r\nThe Program Manager annually reviews the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. When developing new Bylaws, the Program expands to a Member Committee consisting of five members, two of which shall be member of the Board of Directors. (If you would like a copy of the Association’s Bylaws please <a href="[homeurl]/contact/">contact</a> the Administrative Office.)\r\n<a class="button" href="">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-globe"></i> International Congress of Zoo Keepers Program</h4>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n<a class="button" href="">Learn More</a>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n\r\n<h4><i class="left icon-star"></i> National Zoo Keeper Week Program</h4>\r\nAs the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-leaf"></i> Trees for You and Me Program</h4>\r\nTrees for You & Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. Every year, the effort has a local focus.  Gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, AAZK believes drawing attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<a class="button" href="">Learn More</a>\r\n</div>', 'Committees and Programs', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2013-10-25 18:21:34', '2013-10-25 23:21:34', '', 12, 'http://web3.gowebsolutions.com/~aazook/uncategorized/12-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3463, 1, '2013-10-25 18:22:27', '2013-10-25 23:22:27', '<h4>Purpose</h4>\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\n\n<div class="hr"></div>\n\n<h4>Resources produced:</h4>\n<ul>\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\n</ul>\n\n<div class="hr"></div>\n\n<h4>Projects:</h4>\n<ul>\n	<li>Partner with other committees to streamline resources and efforts</li>\n	<li>Development of new workshops for the annual conference</li>\n	<li>Development of training behavior lists for taxonomic groups</li>\n	<li>Update the bibliography and resource lists over time</li>\n	<li>Surveying the membership to meet needs</li>\n	<li>Enhancement of this website</li>\n	<li>A database of bibliographies</li>\n	<li> Enrichment guidelines for marine mammals and elephants</li>\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\n</ul>\n\n<div class="hr"></div>\n\n<h4>Additional Information</h4>\n<ul>\n	<li><a href="[homeurl]/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\n	<li><a href="[homeurl]/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\n	<li><a href="[homeurl]/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\n	<li><a href="[homeurl]/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\n	<li><a href="[homeurl]/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\n	<li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1" target="_blank">Training and Enrichment Video Library</a></li>\n	<li><a href="[homeurl]/about/committee/behavioral-husbandry/resources/">Resources</a></li>\n	<li><a href="[homeurl]/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\n	<li><a href="[homeurl]/members/bhc.php">Suggested Guidelines for Enrichment</a> (Available only to AAZK Members!)</li>\n	<li><a href="[homeurl]/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\n	<li><a href="[homeurl]/about/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\n	<li><a href="[homeurl]/members/bhc.php">Enrichment Day Examples</a> (Available only to AAZK Members!)</li>\n	<li><a href="[homeurl]/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></li>\n</ul>\n\n<div class="hr"></div>\n\n<h4>Behavioral Husbandry Committee Chair Member</h4>\n<img class="alignnone" title="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="Julie Hartell-DeNardo" width="125" height="146" />\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\n\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2013-10-25 18:22:27', '2013-10-25 23:22:27', '', 192, 'http://web3.gowebsolutions.com/~aazook/uncategorized/192-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3464, 1, '2013-10-25 18:22:58', '2013-10-25 23:22:58', '<h4>Purpose</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Resources produced:</h4>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Projects:</h4>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Additional Information</h4>\r\n<ul>\r\n	<li><a href="[homeurl]/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1" target="_blank">Training and Enrichment Video Library</a></li>\r\n	<li><a href="[homeurl]/about/committee/behavioral-husbandry/resources/">Resources</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n	<li><a href="[homeurl]/members/bhc.php">Suggested Guidelines for Enrichment</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="[homeurl]/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n	<li><a href="[homeurl]/about/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n	<li><a href="[homeurl]/members/bhc.php">Enrichment Day Examples</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="[homeurl]/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<div class="first sixcol">\r\n<h4>Behavioral Husbandry Committee Chair Member</h4>\r\n<img class="alignnone" title="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="Julie Hartell-DeNardo" width="125" height="146" />\r\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2013-10-25 18:22:58', '2013-10-25 23:22:58', '', 192, 'http://web3.gowebsolutions.com/~aazook/uncategorized/192-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3465, 1, '2013-10-25 18:23:24', '2013-10-25 23:23:24', '<h4>Purpose</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Resources produced:</h4>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Projects:</h4>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Additional Information</h4>\r\n<ul>\r\n	<li><a href="[homeurl]/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1" target="_blank">Training and Enrichment Video Library</a></li>\r\n	<li><a href="[homeurl]/about/committee/behavioral-husbandry/resources/">Resources</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n	<li><a href="[homeurl]/members/bhc.php">Suggested Guidelines for Enrichment</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="[homeurl]/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n	<li><a href="[homeurl]/about/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n	<li><a href="[homeurl]/members/bhc.php">Enrichment Day Examples</a> (Available only to AAZK Members!)</li>\r\n	<li><a href="[homeurl]/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<div class="first sixcol">\r\n<h4>Behavioral Husbandry Committee Chair Member</h4>\r\n<img class="aligncenter" title="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="Julie Hartell-DeNardo" width="125" height="146" />\r\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2013-10-25 18:23:24', '2013-10-25 23:23:24', '', 192, 'http://web3.gowebsolutions.com/~aazook/uncategorized/192-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3686, 1, '2013-10-29 14:27:46', '2013-10-29 19:27:46', '<h4>Purpose</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Resources produced</h4>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Projects</h4>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Additional Information</h4>\r\n<h6><i class="left icon-download"></i> Downloads</h6>\r\n<ul>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n</ul>\r\n\r\n<h6><i class="left icon-download"></i> Helpful Links</h6>\r\n<ul>\r\n	<li><a target="_blank" href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1" target="_blank">Training and Enrichment Video Library</a></li>\r\n	<li><a href="[homeurl]/committee/behavioral-husbandry/resources/">Suggested Animal Training Resources</a></li>\r\n	<li><s><a href="[homeurl]/members/bhc.php">Suggested Guidelines for Enrichment</a></s></li>\r\n	<li><a href="[homeurl]/committee/behavioral-husbandry/printed-resources/">Printed Resources</a></li>\r\n	<li><a href="[homeurl]/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n	<li><s><a href="[homeurl]/members/bhc.php">Enrichment Day Examples</a></s></li>\r\n</ul>\r\n\r\n\r\n<div class="hr"></div>\r\n\r\n<div class="first sixcol">\r\n<h4>Behavioral Husbandry Committee Chair Member</h4>\r\n<img class="aligncenter" title="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="Julie Hartell-DeNardo" width="125" height="146" />\r\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2013-10-29 14:27:46', '2013-10-29 19:27:46', '', 192, 'http://web3.gowebsolutions.com/~aazook/192-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3466, 1, '2013-10-25 18:24:31', '2013-10-25 23:24:31', '<h4>Purpose</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Resources produced:</h4>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Projects:</h4>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Additional Information</h4>\r\n<ul>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a target="_blank" href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1" target="_blank">Training and Enrichment Video Library</a></li>\r\n	<li><a target="_blank" href="[homeurl]/about/committee/behavioral-husbandry/resources/">Resources</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n	<li><a target="_blank" href="[homeurl]/members/bhc.php">Suggested Guidelines for Enrichment</a> (Available only to AAZK Members!)</li>\r\n	<li><a target="_blank" href="[homeurl]/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n	<li><a target="_blank" href="[homeurl]/about/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n	<li><a target="_blank" href="[homeurl]/members/bhc.php">Enrichment Day Examples</a> (Available only to AAZK Members!)</li>\r\n	<li><a target="_blank" href="[homeurl]/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<div class="first sixcol">\r\n<h4>Behavioral Husbandry Committee Chair Member</h4>\r\n<img class="aligncenter" title="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="Julie Hartell-DeNardo" width="125" height="146" />\r\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2013-10-25 18:24:31', '2013-10-25 23:24:31', '', 192, 'http://web3.gowebsolutions.com/~aazook/uncategorized/192-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5141, 2, '2014-01-06 17:32:28', '2014-01-06 22:32:28', '&nbsp;\n<div class="clearfix">\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\n</a>\n<h4>Animal Behavior Institute</h4>\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\n\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\n</a>\n<h4>Animal Source Texas, Inc.</h4>\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\n\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\n</a>\n<h4>Blue Rhino</h4>\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\n\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\n</a>\n<h4>CLR Design</h4>\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\n\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\n</a>\n<h4>Desert Plastics, LLC</h4>\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\n\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\n</a>\n<h4>Ebsco Publishing</h4>\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\n\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\n</a>\n<h4>Fauna Research Inc.</h4>\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\n\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\n</a>\n<h4>Grubco</h4>\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\n\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\n</a>\n<h4>Lyon Technologies</h4>\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\n\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\n<div class="eightcol last"><a target="_blank">\n</a>\n<h4>Nebraska Brand</h4>\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\n\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\n</a>\n<h4>Overland Carts/Granite Industries</h4>\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\n\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\n</a>\n<h4>Premier Tours</h4>\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\n\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\n</div>\n<div class="clearfix">\n<div class="eightcol last">\n<h4>Rodent Pro</h4>\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\n\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\n</a>\n<h4>Zoo Med Laboratories, Inc.</h4>\n<a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a>\n\n</div>\n</div>\n<div class="hr"></div>\n<h4 class="hr"><strong>Hagen Avicultural Research Institute</strong></h4>\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" alt="Haven" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" width="300" height="142" /></div>\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\n<div class="clearfix"></div>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-01-06 17:32:28', '2014-01-06 22:32:28', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5139, 2, '2014-01-06 17:30:37', '2014-01-06 22:30:37', '&nbsp;\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<h4 class="hr"><strong>Hagen Avicultural Research Institute</strong></h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" alt="Haven" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="clearfix"></div>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-01-06 17:30:37', '2014-01-06 22:30:37', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3825, 1, '2013-10-30 11:38:02', '2013-10-30 16:38:02', '<a href="http://www.czs.org/czs/Brookfield-AAZK" target="_blank">Brookfield AAZK Chapter</a>\r\nBrookfield Zoo\r\nBrookfield, IL', 'Brookfield AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3824-revision-v1', '', '', '2013-10-30 11:38:02', '2013-10-30 16:38:02', '', 3824, 'http://web3.gowebsolutions.com/~aazook/3824-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3657, 1, '2013-10-29 10:42:25', '2013-10-29 15:42:25', '<h6>Absolute Primate Enrichment Systems</h6>\r\nEnrichment devices for primates\r\n(817) 228-2281\r\n<a href="http://www.absoluteprimate.com" target="_blank">www.absoluteprimate.com</a>\r\n\r\n<h6>American Excelsior Company</h6>\r\nWoodwool Substrates\r\n(800) 326-3626\r\n<a href="http://www.amerexcel.com/">www.amerexcel.com</a>\r\n\r\n	<li><strong>Animal Management Resources</strong>\r\n(910) 246-6263\r\n<a href="http://www.mytrainingstore.com">www.mytrainingstore.com</a>\r\nemail: <a href="mailto:meg@mytrainingstore.com">meg@mytrainingstore.com</a></li>\r\n</ul>\r\n<ul>\r\n	<li><strong>Aussie Dog Products</strong>\r\nEnrichment devices for dogs, horses and zoo animals\r\n+61 (0)3 9752-3336  FAX +61 (0)3 9758-3020\r\n<a href="http://www.aussiedog.com.au">www.aussiedog.com.au</a></li>\r\n	<li><strong>BCI Burke Co., Inc.</strong>\r\nPlayground Structures\r\n800-266-1250 FAX  (414) 921-9566\r\n\r\nemail: <a href="mailto:info@bciburke.com">info@bciburke.com</a>\r\n<a href="http://www.bciburke.com/">www.bciburke.com</a></li>\r\n	<li><strong>Bio-Serve</strong>\r\nEnrichment devices for primates, dogs, pigs, rodents\r\n(908) 996-2155 FAX  (908) 996-4123\r\n\r\n<a href="http://www.bio-serv.com">www.bio-serv.com</a></li>\r\n	<li><strong>Birds Just Wanna Have Fun</strong>\r\nBird toys\r\n1-800-246-1018 or (512) 401-0536\r\n\r\nE-mail: <a href="mailto:info@birdsjustwannahavefun.com">info@birdsjustwannahavefun.com</a>\r\n<a href="http://www.birdsjustwannahavefun.com/">www.birdsjustwannahavefun.com</a></li>\r\n	<li><strong>Boomer Ball®, Inc.</strong>\r\nEnrichment devices for zoo animals\r\n(888) 858-9529  or (847) 546-6125\r\nFAX (800) 858-9529  or (847) 546-6185</li>\r\n	<li><strong>Busy Beaks</strong>\r\nBird toys\r\n<a href="http://www.busybeaks.com">www.busybeaks.com</a>\r\n458 Lucher Rd.\r\nWillis, TX 77378\r\n(936)344-8400 (phone)\r\n(936)344-8406 (fax)\r\n<a href="mailto:BusyBeaksToys@aol.com">BusyBeaksToys@aol.com</a></li>\r\n	<li><strong>The Caning Company</strong>\r\nGourds\r\n(800) 544-3373\r\n\r\n<a href="http://www.caning.com/">www.caning.com</a></li>\r\n	<li><strong>Choppers Toys/Design-Rite Products</strong>\r\n101 North 55th    Street Unit #4\r\nPhoenix AZ 85034\r\n(480) 945-8406\r\n\r\n<a href="http://www.chopperstoys.com/">www.chopperstoys.com</a></li>\r\n	<li><strong>Desert Plastics</strong>\r\n2401A Phoenix, NE\r\nAlbuquerque, NM 87107\r\nPhone: (505) 884-3889\r\nFax: (505) 884-3932\r\n\r\n<a href="http://www.desertplastics-abq.com/">www.desertplastics-abq.com</a></li>\r\n	<li><strong>Doctors Fosters Smith</strong>\r\nPet Supply\r\n(800) 826-7206\r\n\r\n<a href="http://www.drsfostersmith.com/">www.drsfostersmith.com</a></li>\r\n	<li><strong>Duracast Products, Inc.</strong>\r\nPlastic enrichment products\r\n(800) 683-4116  FAX (863) 638-2443\r\n\r\n<a href="http://www.duracast.com">http://www.duracast.com</a></li>\r\n	<li><strong>Edible Landscaping</strong>\r\nEdible Plants\r\n800-524-4156 FAX  (434) 361-1916<a href="http://www.eat-it.com/">www.eat-it.com </a></li>\r\n	<li><strong>E Street Plastics</strong>\r\nAcrylic mirrors, plexi and lexan\r\n(972) 207-0936\r\n<a href="http://www.estreetplastics.com ">www.estreetplastics.com </a>\r\nemail: <a href="mailto:sales@estreetplastics.com">sales@estreetplastics.com</a></li>\r\n	<li><strong>Ethical, Inc.</strong>\r\nVinyl chew toys, squish balls\r\n(973) 484-1000\r\n\r\n<a href="http://www.ethicalpet.com/">www.ethicalpet.com</a></li>\r\n	<li><strong>Exotic Creations</strong>\r\nBird Toys\r\n(612) 785-0376\r\n\r\n<a href="http://www.exoticreations.com">www.exoticreations.com</a></li>\r\n	<li><strong>Fauna-Tek</strong>\r\nNew England Exotics, Inc.\r\n71 Michaels Rd.\r\nWells, ME 04090\r\n207-646-7173\r\n\r\n<a href="http://www.fauna-tek.net">www.fauna-tek.net</a></li>\r\n	<li><strong>Fluker Farms</strong>\r\nHerpetological Supplies\r\n(800) 735-8537\r\n\r\n<a href="http://www.flukerfarms.com">www.flukerfarms.com</a></li>\r\n	<li><strong>Injoy Coursing Equipment</strong>\r\nCoursing Lures\r\n(802) 425-3691 FAX  (802) 425-4468\r\n\r\n<a href="http://www.injoy-1.com">www.injoy-1.com</a></li>\r\n	<li><strong>International Cordage</strong>\r\nRope Structures\r\n(602) 252-3155\r\nFAX  (602) 252-3053\r\n\r\n<a href="http://www.internationalcordage.com/">www.internationalcordage.com</a></li>\r\n	<li><strong>Jeffer’s Pet Supply</strong>\r\nPet &amp; livestock supplies\r\n(800) 533-3377\r\n\r\n<a href="http://www.jefferspet.com">www.jefferspet.com</a>\r\n<a href="http://www.jefferslivestock.com">www.jefferslivestock.com</a></li>\r\n	<li><strong>Jolly Pets</strong>\r\nHorseman’s Pride\r\nHeavy duty plastic toys\r\n10008 State Rt. 43\r\nStreetsboro, OH. 44241\r\n<a href="http://www.jollypets.com/HorsemenHome.html">http://www.jollypets.com/HorsemenHome.html</a>\r\nemail: <a href="mailto:cservice@jollypets.com">cservice@jollypets.com</a></li>\r\n	<li><strong>The Kong Company</strong>\r\nKong toys\r\n16191 Table Mountain Parkway\r\nGolden, CO 80403\r\n(303)  216-2626\r\n\r\n<a href="http://www.kongcompany.com/">http://www.kongcompany.com/</a></li>\r\n	<li><strong>Kracor, Inc.</strong>\r\nPlastic enrichment feeders &amp; toys\r\n(800) 255-6335\r\n\r\n<a href="http://www.kracor.com">www.kracor.com</a>\r\nemail:  <a href="mailto:custormerservice@kracor.com">custormerservice@kracor.com</a></li>\r\n	<li><strong>The Larson Company</strong>\r\n"The Stump" enrichment  device\r\n(520) 294-3900 FAX  (520) 741-7930\r\n\r\n<a href="http://www.larson-usa.com">www.larson-usa.com</a></li>\r\n	<li><strong>Leather Elves</strong>\r\nEnrichment devices for birds &amp; zoo animals\r\n(781) 331-8557\r\n\r\n<a href="http://www.theleatherelves.com">www.theleatherelves.com</a></li>\r\n	<li><strong>Lomir Primate Enrichment Technologies</strong>\r\nPrimate enrichment products\r\n(877) 425-3604\r\n\r\n<a href="http://www.lomir.com/pet">www.lomir.com/pet</a></li>\r\n	<li><strong>Omaha Vaccine Company</strong>\r\nPet Supplies\r\n800-367-4444\r\nFAX 800-242-9447\r\n\r\n<a href="http://www.omahavaccine.com/">www.omahavaccine.com</a></li>\r\n	<li><strong>Otto Environmental</strong>\r\nEnrichment devices for zoo animals\r\n(414) 358-1001\r\n\r\n<a href="http://www.ottoenvironmental.com/">www.ottoenvironmental.com</a></li>\r\n	<li><strong>Pacific Fibre and Rope Co., Inc.</strong>\r\nCargo nets and rope ladders\r\nFAX (310) 835-6781\r\n\r\n<a href="http://www.pacificfibre.com/">www.pacificfibre.com</a>\r\nemail: <a href="mailto:pacfib@worldnet.att.net">pacfib@worldnet.att.net</a></li>\r\n	<li><strong>Primate Products</strong>\r\n<a href="http://www.primateproducts.com ">www.primateproducts.com </a></li>\r\n	<li><strong>PetsMart</strong>\r\n19601 N. 27th    Ave.\r\nPhoenix,  AZ. 85027\r\n(800) 738-1385\r\nPet supplies: <a href="http://www.petsmart.com/">www.petsmart.com</a></li>\r\n	<li><strong>Rotonics</strong>\r\nCustom rotational plastics molding &amp; buoys\r\n(800) 351-1363\r\n<a href="http://www.rotonics.com ">www.rotonics.com </a>\r\nemail: <a href="mailto:buoys@rotonics.com">buoys@rotonics.com</a></li>\r\n	<li><strong>Safari Thatch, Inc.</strong>\r\nBamboo Products\r\n(954) 564-0059\r\nFAX (954) 564-7431\r\n\r\n<a href="http://www.safarithatch.com/">www.safarithatch.com</a></li>\r\n	<li><strong>Sanctuary Supplies</strong>\r\n4300 Pletzer    Blvd.\r\nRootstown,   OH. 44272\r\n(877) 886-1992\r\n\r\n<a href="http://www.sanctuarysupplies.com">www.sanctuarysupplies.com</a></li>\r\n	<li><strong>Seeds of Change</strong>\r\nOrganic seeds for edible plants\r\nFAX (505) 438-7052\r\n\r\n<a href="http://www.seedsofchange.com/">www.seedsofchange.com</a></li>\r\n	<li><strong>SINCO Group, Inc.</strong>\r\nCargo Nets\r\nFAX (860) 632-1509\r\n\r\n<a href="http://www.sinco.com/">www.sinco.com</a>\r\nemail: <a href="mailto:sales@sincosala.com">sales@sincosala.com</a></li>\r\n	<li><strong>SitStay</strong>\r\nTraining Clickers\r\nFAX (402) 467-5055\r\n\r\n<a href="http://www.sitstay.com/">www.sitstay.com</a></li>\r\n	<li><strong>StarBird</strong>\r\nZoo Enrichment\r\n(310) 489-8868\r\nFAX (310) 828-5129\r\n\r\n<a href="http://www.estarbird.com/">www.estarbird.com</a></li>\r\n	<li><strong>Sweeney Enterprises, Inc.</strong>\r\nAutomatic Feeders\r\n(800) 443-4244\r\nFAX (800) 337-5017\r\n\r\n<a href="http://www.sweeneyfeeders.com">www.sweeneyfeeders.com</a></li>\r\n	<li><strong>That Pet Place</strong>\r\n<a href="http://www.thatpetplace.com ">www.thatpetplace.com </a></li>\r\n	<li><strong>Twin Leather Company</strong>\r\nBird toy parts and supplies\r\n(508) 583-3485\r\nFAX (508) 586-4501\r\n\r\n<a href="http://www.twinleather.com/">www.twinleather.com</a>\r\nemail: <a href="mailto:sales@twinleather.com">sales@twinleather.com</a></li>\r\n	<li><strong>Valentine Inc.\r\n</strong>Zoological supplies\r\nFAX  (239) 645 4682\r\n\r\n<a href="http://www.valentineinc.com/">www.valentineinc.com</a></li>\r\n	<li><strong>Welburn Gourd Farm</strong>\r\nGourds\r\n(760)728-4271\r\n\r\n<a href="http://www.welburngourdfarm.com">www.welburngourdfarm.com</a></li>\r\n	<li><strong>World Champion Horse Equipment</strong>\r\nEquine Supply\r\n(931) 684-0496\r\n\r\n<a href="http://www.ehorseequipment.com">www.ehorseequipment.com</a></li>\r\n	<li><strong>Zoomed Laboratories</strong>\r\nHerpetological Supplies\r\n(805) 542-9988  FAX (805) 542-9295\r\n\r\n<a href="http://www.zoomed.com/">www.zoomed.com</a>\r\nemail: <a href="mailto:zoomed@zoomed.com">zoomed@zoomed.com</a></li>\r\n</ul>', 'Enrichment Suppliers', 0, '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2013-10-29 10:42:25', '2013-10-29 15:42:25', '', 324, 'http://web3.gowebsolutions.com/~aazook/324-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3485, 1, '2013-10-25 18:50:11', '2013-10-25 23:50:11', '<h4>Purpose</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Resources produced:</h4>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Projects:</h4>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Additional Information</h4>\r\n<h6><i class="left icon-download"></i> Downloads</h6>\r\n<ul>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n</ul>\r\n\r\n<h6><i class="left icon-download"></i> Helpful Links</h6>\r\n<ul>\r\n	<li><a target="_blank" href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1" target="_blank">Training and Enrichment Video Library</a></li>\r\n	<li><s><a href="[homeurl]/about/committee/behavioral-husbandry/resources/">Resources</a></s></li>\r\n	<li><a href="[homeurl]/members/bhc.php">Suggested Guidelines for Enrichment</a></li>\r\n	<li><a href="[homeurl]/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n	<li><a href="[homeurl]/about/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n	<li><a href="[homeurl]/members/bhc.php">Enrichment Day Examples</a></li>\r\n	<li><s><a href="[homeurl]/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></s></li>\r\n</ul>\r\n\r\n\r\n<div class="hr"></div>\r\n\r\n<div class="first sixcol">\r\n<h4>Behavioral Husbandry Committee Chair Member</h4>\r\n<img class="aligncenter" title="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="Julie Hartell-DeNardo" width="125" height="146" />\r\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2013-10-25 18:50:11', '2013-10-25 23:50:11', '', 192, 'http://web3.gowebsolutions.com/~aazook/uncategorized/192-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3654, 1, '2013-10-29 10:37:31', '2013-10-29 15:37:31', '<h4>Periodicals</h4>\r\n\r\n<h6>"Enrichment Options"</h6>\r\nA regular column featuring brief descriptions of ideas published monthly in the <a href="[homeurl]/publications/animal-keepers-forum/">Animal Keepers\' Forum</a>. Published by the American Association of Zoo Keepers, Inc.\r\n\r\nAAZK Administrative Office\r\nSusan Chan, Editor\r\n3601 S.W. 29th Street, Suite 133\r\nTopeka, KS 66614\r\n<strong>phone:</strong> (785) 273-9149\r\n<strong>fax:</strong>  (785)273-1980\r\n<strong>email:</strong> <a href="mailto:akfeditor@zk.kscoxmail.com">akfeditor@zk.kscoxmail.com</a>\r\n<strong>website:</strong> <a href="http://www.aecetia.net/gws/aazk">http://www.aecetia.net/gws/aazk</a>\r\n\r\n<h6>"The Shape of Enrichment" Newsletter</h6>\r\nA newsletter devoted entirely to enrichment of captive wild animals - everything from short blurbs to full length articles, pictures, and more! Published by The Shape of Enrichment, Inc.\r\n\r\nVal Hare and Karen Worley, editors\r\n1650 Minden Drive\r\nSan Diego, CA 92111\r\n<strong>phone:</strong> (619)270-4273\r\n<strong>fax: </strong>(619)279-4208\r\n<strong>e-mail:</strong> <a href="mailto:shape@enrichment.org">shape@enrichment.org</a>\r\n<strong>website:</strong> <a href="http://www.enrichment.org" target="blank">www.enrichment.org</a>\r\n\r\n\r\n<div class="hr"></div>\r\n\r\n\r\n<h4>Books</h4>\r\n\r\nSecond Nature: Environmental Enrichment for Captive Animals\r\nEds. David J. Shepherdson, Jill Mellen and Michael Hutchins.\r\n\r\nTo order, call Smithsonian 1-800-782-4612\r\nISBN # 1-56098-745-6.\r\n\r\n\r\n<div class="hr"></div>\r\n\r\n\r\n<h4>Articles in Print</h4>\r\n\r\n<em>Coming Soon!</em>\r\n\r\n\r\n<div class="hr"></div>\r\n\r\n\r\n<h4>Citations from Text</h4>\r\n<ul>\r\n	<li>Bekoff, Mark (1989) "Predators".\r\n<em>The encyclopedia of animal behavior</em>\r\nPeter J.B. Slater, ed. New York: 22-29.</li>\r\n\r\n	<li>Bloomsmith, Mollie A.; Brent, Linda Y.; Schapiro, Steven J.(1991).\r\n<em>Guidelines for developing and managing an environmental enrichment program for nonhuman primates</em>\r\nLaboratory Animal Science, 41 (4):372-377.</li>\r\n\r\n	<li>Brigham, David (1997).\r\n<em>Time out for good behavior</em>\r\nWildlife Conservation Sept/Oct: 64-65.</li>\r\n\r\n	<li>Edmunds, Malcom; Edmunds, Janet (1989).\r\n<em>"Prey Defense"</em>\r\nThe encyclopedia Of animal behavior\r\nPeter J.B. Slater, ed. New York: 32-39.</li>\r\n\r\n	<li>Forthman, Debra L.; Ogden, Jacqueline J. (1992).\r\n<em>The role of applied Behavior analysis in zoo management: today and tomorrow</em>\r\nJournal Of Applied Behavior Analysis, 25: 647-652.</li>\r\n\r\n	<li>Forthman-Quick, Debra (1984).\r\n<em>An integrative approach to environmental engineering in zoos</em>\r\nZoo Biology, 3: 65-77.</li>\r\n\r\n	<li>Kreger, Michael D; Hutchins, Michael; Fascione, Nina (1998).\r\n<em>Context, Ethics and environmental enrichment in zoos and aquariums</em>\r\nSecond Nature.</li>\r\n\r\n	<li>Luoma, Jon R. (1987).\r\n<em>A crowded ark: The roles of zoos in wildlife conservation</em>\r\nHaughton Mifflin Co.</li>\r\n\r\n	<li>Poole, T.B. (1997).\r\n<em>Environmental enrichment for captive vertebrates</em>\r\nTopics In Captive Wild Animal Husbandry\r\nProceedings Of Symposium 12 Of The Association Of British Wild Animal Keepers, Chesington: 23-31.</li>\r\n\r\n	<li>Reinhardt, Viktor (1993).\r\n<em>Enticing nonhuman primates to forage for their standard biscuit ration</em>\r\nZoo Biology, 12:307-312.</li>\r\n\r\n	<li>Shepherdson, David (1992a).\r\n<em>Environmental enrichment: an overview</em>\r\nAmerican Association Of Zoological Parks And Aquariums Annual Conference Proceedings: 100-103.</li>\r\n\r\n	<li>Shepherdson, David (1992b)\r\n<em>An introduction to behavioral enrichment</em>\r\nNortheast Regional American Zoo And Aquarium Association Conference, hands-on workshop notes.</li>\r\n\r\n	<li>Tudge, Colin (1992).\r\n<em>Last Animals At The Zoo: How Mass Extinction Can Be Stopped</em>\r\nWashington D.C., Island Press.</li>\r\n</ul>\r\n\r\n<div id="inner-links"></div>', 'Printed Resources', 0, '', 'inherit', 'closed', 'closed', '', '309-revision-v1', '', '', '2013-10-29 10:37:31', '2013-10-29 15:37:31', '', 309, 'http://web3.gowebsolutions.com/~aazook/309-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3483, 1, '2013-10-25 18:30:33', '2013-10-25 23:30:33', '<h4>Purpose</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Resources produced:</h4>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Projects:</h4>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Additional Information</h4>\r\n<h6><i class="left icon-download"></i> Downloads</h6>\r\n<ul>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n</ul>\r\n\r\n<h6><i class="left icon-download"></i> Helpful Links</h6>\r\n<ul>\r\n	<li><a target="_blank" href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1" target="_blank">Training and Enrichment Video Library</a></li>\r\n	<li><s><a href="[homeurl]/about/committee/behavioral-husbandry/resources/">Resources</a></s></li>\r\n	<li><a href="[homeurl]/members/bhc.php">Suggested Guidelines for Enrichment</a></li>\r\n	<li><a href="[homeurl]/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n	<li><a href="[homeurl]/about/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n	<li><a href="[homeurl]/members/bhc.php">Enrichment Day Examples</a></li>\r\n	<li><a href="[homeurl]/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></li>\r\n</ul>\r\n\r\n\r\n<div class="hr"></div>\r\n\r\n<div class="first sixcol">\r\n<h4>Behavioral Husbandry Committee Chair Member</h4>\r\n<img class="aligncenter" title="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="Julie Hartell-DeNardo" width="125" height="146" />\r\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2013-10-25 18:30:33', '2013-10-25 23:30:33', '', 192, 'http://web3.gowebsolutions.com/~aazook/uncategorized/192-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3478, 1, '2013-10-25 18:28:39', '2013-10-25 23:28:39', '<h4>Purpose</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Resources produced:</h4>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Projects:</h4>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Additional Information</h4>\r\n<h6><i class="left icon-download"></i> Downloads</h6>\r\n<ul>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n</ul>\r\n\r\n<h6><i class="left icon-download"></i> Links</h6>\r\n<ul>\r\n	<li><a target="_blank" href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1" target="_blank">Training and Enrichment Video Library</a></li>\r\n	<li><s><a target="_blank" href="[homeurl]/about/committee/behavioral-husbandry/resources/">Resources</a></s></li>\r\n	<li><a target="_blank" href="[homeurl]/members/bhc.php">Suggested Guidelines for Enrichment</a> (Available only to AAZK Members!)</li>\r\n	<li><a target="_blank" href="[homeurl]/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n	<li><a target="_blank" href="[homeurl]/about/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n	<li><a target="_blank" href="[homeurl]/members/bhc.php">Enrichment Day Examples</a> (Available only to AAZK Members!)</li>\r\n	<li><a target="_blank" href="[homeurl]/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></li>\r\n</ul>\r\n\r\n\r\n<div class="hr"></div>\r\n\r\n<div class="first sixcol">\r\n<h4>Behavioral Husbandry Committee Chair Member</h4>\r\n<img class="aligncenter" title="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="Julie Hartell-DeNardo" width="125" height="146" />\r\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2013-10-25 18:28:39', '2013-10-25 23:28:39', '', 192, 'http://web3.gowebsolutions.com/~aazook/uncategorized/192-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3486, 1, '2013-10-28 11:15:36', '2013-10-28 16:15:36', '<h3>Committees</h3>\r\n<p>Dedicated to professional animal care, the vision of AAZK is to provide resources for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function please log in to the Members Only Page and open the Committees and Program tab.</p>\r\n\r\n<div class="first sixcol">\r\n<h4><i class="left icon-trophy"></i> Awards Committee</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards’ criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award’s recipients each year at the National Conference.\r\n<a class="button" href="[homeurl]/committee/awards-committee/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-lamp"></i> Behavioral Husbandry Committee</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<a class="button" href="[homeurl]/committee/behavioral-husbandry/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-mic"></i> Communication Committee</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership.  The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-heart"></i> Conservation Committee</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<a class="button" href="[homeurl]/committee/conservation-committee/">Learn More</a>\r\n</div>\r\n<div class="last sixcol">\r\n\r\n<h4><i class="left icon-doc-text-inv"></i> Ethics Committee</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-chart-bar"></i> Grants Committee</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<a class="button" href="[homeurl]/committee/grants-committee/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-graduation-cap"></i> Professional Development Committee</h4>\r\nAAZK’s Professional Development Committee’s mission is to provide a resource for National AAZK members to explore continuing education opportunities. Our goal is concentrate on continuing education through online training courses and conference workshops. Online courses can be found at the <a target="_blank" href="http://sdzglobalacademy.org/courses.html">San Diego Global Academy courses</a>. Over 200 self-directed courses are offered. Conferences are held annually and delegates are provided with paper presentations, posters sessions, and a variety of workshops to meet everyone’s needs. Workshops can be lecture based or hands on.  \r\n<a class="button" href="[homeurl]/committee/professional-development-committee/">Learn More</a>\r\n</div>\r\n\r\n\r\n\r\n<div class="clear"></div>\r\n\r\n<h3>Programs</h3>\r\nDedicated to professional animal care, the vision of AAZK is to provide resources through internal, national and international Programs. Our Programs are developed to further this vision. To learn about AAZK Programs please click on one of the links below.\r\n\r\n<div class="first sixcol">\r\n<h4><i class="left icon-users"></i> Bylaws Program</h4>\r\nThe Program Manager annually reviews the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. When developing new Bylaws, the Program expands to a Member Committee consisting of five members, two of which shall be member of the Board of Directors. (If you would like a copy of the Association’s Bylaws please <a href="[homeurl]/contact/">contact</a> the Administrative Office.)\r\n<a class="button" href="">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-globe"></i> International Congress of Zoo Keepers Program</h4>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n<a class="button" href="">Learn More</a>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n\r\n<h4><i class="left icon-star"></i> National Zoo Keeper Week Program</h4>\r\nAs the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n<a class="button" href="">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-leaf"></i> Trees for You and Me Program</h4>\r\nTrees for You & Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. Every year, the effort has a local focus.  Gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, AAZK believes drawing attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<a class="button" href="">Learn More</a>\r\n</div>', 'Committees and Programs', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2013-10-28 11:15:36', '2013-10-28 16:15:36', '', 12, 'http://web3.gowebsolutions.com/~aazook/12-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3489, 1, '2013-10-28 11:37:33', '2013-10-28 16:37:33', '<strong><em>AAZK Award Nominations Are Now Being Accepted for 2013</em></strong>\r\n\r\n<h4>Purpose</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards\' criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award\'s recipients each year at the National Conference.\r\n\r\n<h4>Awards Committee Members</h4>\r\n<div class="first sixcol">\r\n <p align="center"><strong>Chair</strong></p>\r\n<img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/janmccoy-291x300.jpg" alt="Janet McCoy" width="150" class="aligncenter" />\r\n <p align="center">Janet McCoy</p>\r\n</div>\r\n\r\n<div class="clear"></div>\r\n\r\n<h4>Nominations</h4>\r\n<em>The AAZK Awards Committee is accepting nominations for the following categories. The deadline for all award nominations is <strong>May 1, 2014</strong>. Nomination criteria for these nine awards are listed below: \r\n\r\n<ul>\r\n	<li><a href="[homeurl]/committee/awards-committee/lifetime-achievement-la-award/">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/mazuri-animal-nutrition-award-mana/">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-in-conservation-cmc/">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/the-aazk-chapter-of-the-year-award/">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n\r\nThese awards are presented at the annual AAZK National Conference held in the fall each year. The deadline for all award nominations is <strong>May 1, 2014</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td>Janet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<strong>Or, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.</strong>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/awards2012.pdf">2012 Award Recipients</a></strong>\r\n\r\n<div id="inner-links"></div>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2013-10-28 11:37:33', '2013-10-28 16:37:33', '', 224, 'http://web3.gowebsolutions.com/~aazook/224-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3488, 1, '2013-10-28 11:21:14', '2013-10-28 16:21:14', '<strong><em>AAZK Award Nominations Are Now Being Accepted for 2013</em></strong>\r\n\r\n<h4>Purpose</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards\' criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award\'s recipients each year at the National Conference.\r\n\r\n<h4>Awards Committee Members</h4>\r\n<div class="first sixcol">\r\n <p align="center"><strong>Chair</strong></p>\r\n<img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/janmccoy-291x300.jpg" alt="Janet McCoy" width="150" class="aligncenter" />\r\n <p align="center">Janet McCoy</p>\r\n</div>\r\n\r\n<div class="clear"></div>\r\n\r\n<h4>Nominations</h4>\r\n<em>The AAZK Awards Committee is accepting nominations for the Jean M. Hromadka AAZK Excellence in Animal Care Award, The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award, The AAZK Chapter of the Year Award, Lifetime Achievement Award (LA), the Lee Houts Excellence in Enrichment(LHEE) Award, The Certificate of Merit for Zoo Keeper Education (CMZE), The Certificate of Excellence in Exhibit Design Renovation (CEER), the Mazuri Animal Nutrition Award (MANA), and The Certificate of Merit in Conservation Award(CMC). </em>\r\n\r\nNomination criteria for these nine awards are listed below. These awards are presented at the annual AAZK National Conference held in the fall each year. The deadline for all award nominations is <strong>1 May</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td>Janet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\nOr, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong>Award Nominations should be submitted to:</strong>\r\nJanet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006\r\n\r\n<strong>Deadline for Nominations is 1 May </strong>\r\n<ul>\r\n	<li><a href="[homeurl]/committee/awards-committee/lifetime-achievement-la-award/">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/mazuri-animal-nutrition-award-mana/">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-in-conservation-cmc/">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/the-aazk-chapter-of-the-year-award/">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/awards2012.pdf">2012 Award Recipients</a></strong>\r\n\r\n<div id="inner-links"></div>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2013-10-28 11:21:14', '2013-10-28 16:21:14', '', 224, 'http://web3.gowebsolutions.com/~aazook/224-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3490, 1, '2013-10-28 11:39:15', '2013-10-28 16:39:15', '<strong><em>AAZK Award Nominations Are Now Being Accepted for 2013</em></strong>\r\n\r\n<h4>Purpose</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards\' criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award\'s recipients each year at the National Conference.\r\n\r\n<h4>Awards Committee Members</h4>\r\n<div class="first sixcol">\r\n <p align="center"><strong>Chair</strong></p>\r\n<img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/janmccoy-291x300.jpg" alt="Janet McCoy" width="150" class="aligncenter" />\r\n <p align="center">Janet McCoy</p>\r\n</div>\r\n\r\n<div class="clear"></div>\r\n\r\n<h4>Nominations</h4>\r\nThe AAZK Awards Committee is accepting nominations for the following categories. The deadline for all award nominations is <strong>May 1, 2014</strong>. Nomination criteria for these nine awards are listed below: \r\n\r\n<ul>\r\n	<li><a href="[homeurl]/committee/awards-committee/lifetime-achievement-la-award/">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/mazuri-animal-nutrition-award-mana/">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-in-conservation-cmc/">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/the-aazk-chapter-of-the-year-award/">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n\r\nThese awards are presented at the annual AAZK National Conference held in the fall each year. The deadline for all award nominations is <strong>May 1, 2014</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td>Janet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<strong>Or, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.</strong>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/awards2012.pdf">2012 Award Recipients</a></strong>\r\n\r\n<div id="inner-links"></div>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2013-10-28 11:39:15', '2013-10-28 16:39:15', '', 224, 'http://web3.gowebsolutions.com/~aazook/224-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3491, 1, '2013-10-28 11:47:43', '2013-10-28 16:47:43', '<strong><em>AAZK Award Nominations Are Now Being Accepted for 2013</em></strong>\r\n\r\n<h4>Purpose</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards\' criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award\'s recipients each year at the National Conference.\r\n\r\n<h4>Awards Committee Members</h4>\r\n<div class="first sixcol">\r\n <p align="center"><strong>Chair</strong></p>\r\n<img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/janmccoy-291x300.jpg" alt="Janet McCoy" width="150" class="aligncenter" />\r\n <p align="center">Janet McCoy</p>\r\n</div>\r\n\r\n<div class="clear"></div>\r\n\r\n<h4>Nominations</h4>\r\nThe AAZK Awards Committee is accepting nominations for the following categories. The deadline for all award nominations is <strong>May 1, 2014</strong>. Nomination criteria for these nine awards are listed below: \r\n\r\n<ul>\r\n	<li><a href="[homeurl]/committee/awards-committee/lifetime-achievement-la-award/">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/mazuri-animal-nutrition-award-mana/">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-in-conservation-cmc/">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/the-aazk-chapter-of-the-year-award/">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n\r\nThese awards are presented at the annual AAZK National Conference held in the fall each year. The deadline for all award nominations is <strong>May 1, 2014</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td>Janet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<strong>Or, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.</strong>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<h4>Past Recipients</h4>\r\n<a class="button" href="[homeurl]/wp-content/uploads/awards2012.pdf">View the 2012 Award Recipients</a></strong>\r\n\r\n<div id="inner-links"></div>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2013-10-28 11:47:43', '2013-10-28 16:47:43', '', 224, 'http://web3.gowebsolutions.com/~aazook/224-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3512, 1, '2013-10-28 12:33:15', '2013-10-28 17:33:15', '<h4>Purpose</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards\' criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award\'s recipients each year at the National Conference.\r\n\r\n<h4>Nominations</h4>\r\nThe AAZK Awards Committee is accepting nominations for the following categories. The deadline for all award nominations is <strong>May 1, 2014</strong>. Nomination criteria for these nine awards are listed below: \r\n\r\n<ul>\r\n	<li><a href="[homeurl]/committee/awards-committee/lifetime-achievement-la-award/">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/mazuri-animal-nutrition-award-mana/">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-in-conservation-cmc/">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/the-aazk-chapter-of-the-year-award/">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n\r\nThese awards are presented at the annual AAZK National Conference held in the fall each year. The deadline for all award nominations is <strong>May 1, 2014</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td><p align="center">Janet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006</p></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<strong>Or, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.</strong>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<h4>Awards Committee Members</h4>\r\n<div class="first sixcol">\r\n <p align="center"><strong>Chair</strong></p>\r\n<img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/janmccoy-291x300.jpg" alt="Janet McCoy" width="150" class="aligncenter" />\r\n <p align="center">Janet McCoy</p>\r\n</div>\r\n\r\n<div class="clear"></div>\r\n\r\n<h4>Past Recipients</h4>\r\n<a class="button" href="[homeurl]/wp-content/uploads/awards2012.pdf">View the 2012 Award Recipients</a></strong>\r\n\r\n<div id="inner-links"></div>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2013-10-28 12:33:15', '2013-10-28 17:33:15', '', 224, 'http://web3.gowebsolutions.com/~aazook/224-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3492, 1, '2013-10-28 11:48:20', '2013-10-28 16:48:20', '<strong><em>AAZK Award Nominations Are Now Being Accepted for 2013</em></strong>\r\n\r\n<h4>Purpose</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards\' criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award\'s recipients each year at the National Conference.\r\n\r\n<h4>Awards Committee Members</h4>\r\n<div class="first sixcol">\r\n <p align="center"><strong>Chair</strong></p>\r\n<img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/janmccoy-291x300.jpg" alt="Janet McCoy" width="150" class="aligncenter" />\r\n <p align="center">Janet McCoy</p>\r\n</div>\r\n\r\n<div class="clear"></div>\r\n\r\n<h4>Nominations</h4>\r\nThe AAZK Awards Committee is accepting nominations for the following categories. The deadline for all award nominations is <strong>May 1, 2014</strong>. Nomination criteria for these nine awards are listed below: \r\n\r\n<ul>\r\n	<li><a href="[homeurl]/committee/awards-committee/lifetime-achievement-la-award/">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/mazuri-animal-nutrition-award-mana/">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-in-conservation-cmc/">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/the-aazk-chapter-of-the-year-award/">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n\r\nThese awards are presented at the annual AAZK National Conference held in the fall each year. The deadline for all award nominations is <strong>May 1, 2014</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td><p align="center">Janet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006</p></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<strong>Or, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.</strong>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<h4>Past Recipients</h4>\r\n<a class="button" href="[homeurl]/wp-content/uploads/awards2012.pdf">View the 2012 Award Recipients</a></strong>\r\n\r\n<div id="inner-links"></div>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2013-10-28 11:48:20', '2013-10-28 16:48:20', '', 224, 'http://web3.gowebsolutions.com/~aazook/224-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3493, 1, '2013-09-23 10:37:00', '2013-09-23 15:37:00', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Lifetime Achievement Award presented by the AAZK Awards Committee. This award is to be given at the end (retirement) of a keeper’s career. The purpose of the award is to recognize outstanding commitment to professionalism as a zoo keeper over a long period of time, and significant contributions to the community.\r\n\r\nThe Lifetime Achievement Award was established by the 1993 Awards Committee, Janet McCoy, Chair. Rachél Rogers proposed the award to the AAZK Board of Directors. The award is presented at the annual AAZK National Conference.\r\n<h3>Qualifications</h3>\r\n<ol>\r\n	<li>The <strong>nominee</strong> must be a full-time keeper retiring from a career of zoo keeping and employed in any North American zoological institution, aquarium or related facility.</li>\r\n	<li>The nominee must have been employed at least 20 years on permanent status at a zoo, aquarium or related facility.</li>\r\n	<li>The nominee <strong>must</strong> be nominated by <strong>two</strong> of his or her peers who have also been employed at that same zoo, aquarium or related facility. Supporting nominations may be submitted by management personnel from the same institution.</li>\r\n</ol>\r\n<h3>Nomination Procedure</h3>\r\n<ol>\r\n	<li>List name, position, institution’s  name, address, phone and Director, years of  service in the field and the recommendation of peers or colleagues.</li>\r\n	<li>List and <strong>document</strong> outstanding achievements: exhibits, breeding, education, project participation, papers, etc. <strong>Verification</strong> of these facts must be signed by the zoo director, curator, or immediate supervisor of the individual being nominated.</li>\r\n	<li>Describe extra activities outside of zoo, aquarium or related facility: working with conservation groups, animal-related youth groups, rehabilitation wildlife officials, etc.</li>\r\n	<li>Paragraph on why the nominee fits the criteria.</li>\r\n	<li>Provide 3 - 5 references.</li>\r\n	<li>Deadline for nominations is <strong>MAY 1st</strong> of each year.</li>\r\n</ol>\r\n<h3>Selection Procedure:</h3>\r\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/laa.doc" target="_blank">Download nomination form in MS Word format</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/laa.pdf" target="_blank">Download nomination form in Adobe pdf format</a>', 'Lifetime Achievement (LA) Award', 0, '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2013-09-23 10:37:00', '2013-09-23 15:37:00', '', 232, 'http://web3.gowebsolutions.com/~aazook/232-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3494, 1, '2013-10-28 11:55:37', '2013-10-28 16:55:37', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Lifetime Achievement Award presented by the AAZK Awards Committee. This award is to be given at the end (retirement) of a keeper’s career. The purpose of the award is to recognize outstanding commitment to professionalism as a zoo keeper over a long period of time, and significant contributions to the community.\r\n\r\nThe Lifetime Achievement Award was established by the 1993 Awards Committee, Janet McCoy, Chair. Rachél Rogers proposed the award to the AAZK Board of Directors. The award is presented at the annual AAZK National Conference.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Qualifications</h4>\r\n<ul>\r\n	<li>The <strong>nominee</strong> must be a full-time keeper retiring from a career of zoo keeping and employed in any North American zoological institution, aquarium or related facility.</li>\r\n	<li>The nominee must have been employed at least 20 years on permanent status at a zoo, aquarium or related facility.</li>\r\n	<li>The nominee <strong>must</strong> be nominated by <strong>two</strong> of his or her peers who have also been employed at that same zoo, aquarium or related facility. Supporting nominations may be submitted by management personnel from the same institution.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Procedure</h4>\r\n<ul>\r\n	<li>List name, position, institution’s  name, address, phone and Director, years of  service in the field and the recommendation of peers or colleagues.</li>\r\n	<li>List and <strong>document</strong> outstanding achievements: exhibits, breeding, education, project participation, papers, etc. <strong>Verification</strong> of these facts must be signed by the zoo director, curator, or immediate supervisor of the individual being nominated.</li>\r\n	<li>Describe extra activities outside of zoo, aquarium or related facility: working with conservation groups, animal-related youth groups, rehabilitation wildlife officials, etc.</li>\r\n	<li>Paragraph on why the nominee fits the criteria.</li>\r\n	<li>Provide 3 - 5 references.</li>\r\n	<li>Deadline for nominations is <strong>MAY 1st</strong> of each year.</li>\r\n</ul>\r\n\r\n<h4>Selection Procedure</h4>\r\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\r\n\r\n<h4>Nomination Form</h4>\r\nPlease select the format you would like to download the Nomination Form below:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/laa.doc" target="_blank">Download nomination form in MS Word format</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/laa.pdf" target="_blank">Download nomination form in Adobe PDF format</a>\r\n\r\n<div id="inner-links"></div>', 'Lifetime Achievement (LA) Award', 0, '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2013-10-28 11:55:37', '2013-10-28 16:55:37', '', 232, 'http://web3.gowebsolutions.com/~aazook/232-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3495, 1, '2013-10-28 11:56:31', '2013-10-28 16:56:31', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Lifetime Achievement Award presented by the AAZK Awards Committee. This award is to be given at the end (retirement) of a keeper’s career. The purpose of the award is to recognize outstanding commitment to professionalism as a zoo keeper over a long period of time, and significant contributions to the community.\r\n\r\nThe Lifetime Achievement Award was established by the 1993 Awards Committee, Janet McCoy, Chair. Rachél Rogers proposed the award to the AAZK Board of Directors. The award is presented at the annual AAZK National Conference.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Qualifications</h4>\r\n<ul>\r\n	<li>The <strong>nominee</strong> must be a full-time keeper retiring from a career of zoo keeping and employed in any North American zoological institution, aquarium or related facility.</li>\r\n	<li>The nominee must have been employed at least 20 years on permanent status at a zoo, aquarium or related facility.</li>\r\n	<li>The nominee <strong>must</strong> be nominated by <strong>two</strong> of his or her peers who have also been employed at that same zoo, aquarium or related facility. Supporting nominations may be submitted by management personnel from the same institution.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Procedure</h4>\r\n<ul>\r\n	<li>List name, position, institution’s  name, address, phone and Director, years of  service in the field and the recommendation of peers or colleagues.</li>\r\n	<li>List and <strong>document</strong> outstanding achievements: exhibits, breeding, education, project participation, papers, etc. <strong>Verification</strong> of these facts must be signed by the zoo director, curator, or immediate supervisor of the individual being nominated.</li>\r\n	<li>Describe extra activities outside of zoo, aquarium or related facility: working with conservation groups, animal-related youth groups, rehabilitation wildlife officials, etc.</li>\r\n	<li>Paragraph on why the nominee fits the criteria.</li>\r\n	<li>Provide 3 - 5 references.</li>\r\n	<li>Deadline for nominations is <strong>MAY 1st</strong> of each year.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Selection Procedure</h4>\r\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Form</h4>\r\nPlease select the format you would like to download the Nomination Form below:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/laa.doc" target="_blank">Download nomination form in MS Word format</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/laa.pdf" target="_blank">Download nomination form in Adobe PDF format</a>\r\n\r\n<div id="inner-links"></div>', 'Lifetime Achievement (LA) Award', 0, '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2013-10-28 11:56:31', '2013-10-28 16:56:31', '', 232, 'http://web3.gowebsolutions.com/~aazook/232-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3496, 1, '2013-09-23 10:37:00', '2013-09-23 15:37:00', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Lee Houts Excellence in Enrichment (LHEE) Award presented by the AAZK Awards Committee. The purpose of the award is to recognize outstanding keeper-initiated contributions to the art and science of environmental enrichment. It is hoped that recognition of outstanding efforts by keepers to improve animal care and welfare through environmental enrichment will provide incentive to keepers to continue to be leaders in this important endeavor.\r\n\r\nThe Lee Houts Excellence in Enrichment was established in 2001 by the AAZK Enrichment Committee. Lee Houts proposed the award to the AAZK Board of Directors. The award was renamed in Lee\'s memory, and to honor her many contributions to the field of enrichment, following her death in 2005. The award is presented at the annual AAZK National Conference.\r\n<h3>Qualifications</h3>\r\n<ul>\r\n	<li>The nominee may be an individual, group, project or program in any North American zoo, aquarium, or related facility that has improved the well-being of an animal or group of animals through outstanding <strong>keeper-initiated</strong> enrichment techniques.</li>\r\n	<li>Nominees <strong>must</strong> have excelled in one or more of the following categories:\r\n<ul>\r\n	<li>Innovative techniques developed, implemented and evaluated.</li>\r\n	<li>Creative fundraising efforts implemented which increased the availability of enrichment items for staff to utilize.</li>\r\n	<li>Motivation of staff, volunteers and peers through development of an enrichment infrastructure that increased participation in in-house programs or disseminated information to the zoo community to advance the art and science of environmental enrichment.</li>\r\n	<li>The nominee must be nominated by a keeper.</li>\r\n</ul>\r\n<h3>Nomination Procedure</h3>\r\n<ol>\r\n	<li>List name of keeper(s) who initiated the enrichment, institution\'s name, address, phone and Director.</li>\r\n	<li>List and <strong>document</strong> outstanding achievements in one or more of the categories listed under qualifications. <strong>Verification</strong> of these facts must be signed by the zoo director, curator, or immediate supervisor of the <strong>nominee</strong>.</li>\r\n	<li>The deadline for nominations is <strong>MAY 1st</strong> of each year.</li>\r\n</ol>\r\n<h3>Selection Procedure:</h3>\r\nThe Awards and Enrichment Committees will independently review each nominee.</li>\r\n</ul>\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/enrichform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/enrichform.pdf" target="_blank">Download nomination form in Adobe pdf format</a>', 'Lee Houts Excellence in Enrichment (LHEE) Award', 0, '', 'inherit', 'closed', 'closed', '', '239-revision-v1', '', '', '2013-09-23 10:37:00', '2013-09-23 15:37:00', '', 239, 'http://web3.gowebsolutions.com/~aazook/239-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3497, 1, '2013-10-28 12:01:03', '2013-10-28 17:01:03', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Lee Houts Excellence in Enrichment (LHEE) Award presented by the AAZK Awards Committee. The purpose of the award is to recognize outstanding keeper-initiated contributions to the art and science of environmental enrichment. It is hoped that recognition of outstanding efforts by keepers to improve animal care and welfare through environmental enrichment will provide incentive to keepers to continue to be leaders in this important endeavor.\r\n\r\nThe Lee Houts Excellence in Enrichment was established in 2001 by the AAZK Enrichment Committee. Lee Houts proposed the award to the AAZK Board of Directors. The award was renamed in Lee\'s memory, and to honor her many contributions to the field of enrichment, following her death in 2005. The award is presented at the annual AAZK National Conference.\r\n\r\n<h4>Qualifications</h4>\r\n<ul>\r\n	<li>The nominee may be an individual, group, project or program in any North American zoo, aquarium, or related facility that has improved the well-being of an animal or group of animals through outstanding <strong>keeper-initiated</strong> enrichment techniques.</li>\r\n	<li>Nominees <strong>must</strong> have excelled in one or more of the following categories:\r\n<ul>\r\n	<li>Innovative techniques developed, implemented and evaluated.</li>\r\n	<li>Creative fundraising efforts implemented which increased the availability of enrichment items for staff to utilize.</li>\r\n	<li>Motivation of staff, volunteers and peers through development of an enrichment infrastructure that increased participation in in-house programs or disseminated information to the zoo community to advance the art and science of environmental enrichment.</li>\r\n	<li>The nominee must be nominated by a keeper.</li>\r\n</ul>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Procedure</h4>\r\n<ul>\r\n	<li>List name of keeper(s) who initiated the enrichment, institution\'s name, address, phone and Director.</li>\r\n	<li>List and <strong>document</strong> outstanding achievements in one or more of the categories listed under qualifications. <strong>Verification</strong> of these facts must be signed by the zoo director, curator, or immediate supervisor of the <strong>nominee</strong>.</li>\r\n	<li>The deadline for nominations is <strong>MAY 1st</strong> of each year.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Selection Procedure</h4>\r\nThe Awards and Enrichment Committees will independently review each nominee.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Form</h4>\r\nPlease select the format you would like to download the Nomination Form below:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/enrichform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/enrichform.pdf" target="_blank">Download nomination form in Adobe PDF format</a>\r\n\r\n<div id="inner-links"></div>', 'Lee Houts Excellence in Enrichment (LHEE) Award', 0, '', 'inherit', 'closed', 'closed', '', '239-revision-v1', '', '', '2013-10-28 12:01:03', '2013-10-28 17:01:03', '', 239, 'http://web3.gowebsolutions.com/~aazook/239-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3498, 1, '2013-09-23 10:37:00', '2013-09-23 15:37:00', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the <em>Certificate of Merit for Zoo Keeper Education (CMZE)</em> presented by the AAZK Awards Committee. The purpose of the award is to recognize individuals, institutions and organizations in the zoological community most actively promoting educational programs for zoo keepers.  Examples of such support are: reimbursements for formal education, keeper training courses and staff seminars.\r\n\r\nThe CMZE was founded by Jeff Roberts, 1976-1978 CHAIR, in 1978, to compliment the work of the AAZK Education Committee that had been formed at that time. The award is presented at the annual AAZK National Conference.\r\n<h3>Qualifications</h3>\r\n<ol>\r\n	<li>Any staff individual, institution or organization from a North American zoo, aquarium or related facility is eligible.</li>\r\n	<li>The keeper training program must have been in existence for at least one (1) year.</li>\r\n</ol>\r\n<h3>Nomination Procedure</h3>\r\n<ol>\r\n	<li>If you feel that your institution, organization or a staff individual merits such an award, please submit a letter of nomination  which mentions specifically the educational programs that are offered.</li>\r\n	<li>Claims made should be backed up with <strong>documentation</strong> for the committee to review.</li>\r\n	<li>List the institution or organization\'s name, address, phone and Director.</li>\r\n	<li>The deadline for nominations is <strong>MAY 1st</strong> of each year.</li>\r\n</ol>\r\n<h3>Selection Procedure:</h3>\r\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/edform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/edform.pdf" target="_blank">Download nomination form in Adobe pdf format</a>', 'Certificate of Merit for Zoo Keeper Education (CMZE)', 0, '', 'inherit', 'closed', 'closed', '', '244-revision-v1', '', '', '2013-09-23 10:37:00', '2013-09-23 15:37:00', '', 244, 'http://web3.gowebsolutions.com/~aazook/244-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3499, 1, '2013-10-28 12:15:03', '2013-10-28 17:15:03', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the <em>Certificate of Merit for Zoo Keeper Education (CMZE)</em> presented by the AAZK Awards Committee. The purpose of the award is to recognize individuals, institutions and organizations in the zoological community most actively promoting educational programs for zoo keepers. Examples of such support are: reimbursements for formal education, keeper training courses and staff seminars.\r\n\r\nThe CMZE was founded by Jeff Roberts, 1976-1978 CHAIR, in 1978, to compliment the work of the AAZK Education Committee that had been formed at that time. The award is presented at the annual AAZK National Conference.\r\n\r\n<h4>Qualifications</h4>\r\n<ul>\r\n	<li>Any staff individual, institution or organization from a North American zoo, aquarium or related facility is eligible.</li>\r\n	<li>The keeper training program must have been in existence for at least one (1) year.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Procedure</h4>\r\n<ul>\r\n	<li>If you feel that your institution, organization or a staff individual merits such an award, please submit a letter of nomination  which mentions specifically the educational programs that are offered.</li>\r\n	<li>Claims made should be backed up with <strong>documentation</strong> for the committee to review.</li>\r\n	<li>List the institution or organization\'s name, address, phone and Director.</li>\r\n	<li>The deadline for nominations is <strong>MAY 1st</strong> of each year.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Selection Procedure:</h4>\r\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\r\n\r\n<h4>Nomination Form</h4>\r\nPlease select the format you would like to download the Nomination Form below:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/edform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/edform.pdf" target="_blank">Download nomination form in Adobe PDF format</a>\r\n\r\n<div id="inner-links"></div>', 'Certificate of Merit for Zoo Keeper Education (CMZE)', 0, '', 'inherit', 'closed', 'closed', '', '244-revision-v1', '', '', '2013-10-28 12:15:03', '2013-10-28 17:15:03', '', 244, 'http://web3.gowebsolutions.com/~aazook/244-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3500, 1, '2013-10-28 12:19:47', '2013-10-28 17:19:47', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Certificate of Excellence in Exhibit Design Renovation (CEER) presented by the AAZK Awards Committee. The purpose of the award is to recognize institutions or organizations in the zoological community for the design and renovation of existing animal facilities which involved active keeper participation in the process.\n\nThe CEER was established by Janet McCoy, 1990 CHAIR. Bill Whittaker proposed the award to the AAZK Board of Directors.  The award is presented at the annual AAZK National Conference.\n\n<h4>Qualifications</h4>\n<ul>\n	<li>Any North American zoological institution or organization is eligible.</li>\n	<li>The renovated exhibit must be in full operation for at least two (2) years.</li>\n	<li>The exhibit must be nominated by a keeper at that same institution  or organization. Supporting nominations may be submitted by management  personnel from the same institution.</li>\n</ul>\n\n<div class="hr"></div>\n\n<h4>Nomination Procedure</h4>\n<ul>\n	<li>List institution or organization\'s name, address, phone and Director.</li>\n	<li><strong>Document</strong> local awards or commendations for exhibit, drawings, 8 X 10 color  photos - no slides (2 before and 8 after), and renovated exhibit type: single or multi-species, and size.</li>\n	<li><strong>Document</strong> keeper participation in the design and why the existing facility was renovated.</li>\n	<li><strong>Document</strong> interface with other zoo divisions; and maintenance of exhibit after completion.</li>\n	<li>The deadline for nominations is <strong>MAY 1st </strong> of each year.</li>\n</ul>\n<strong><i class="left icon-attention"></i> NOTE: Materials will not be returned.</strong>\n\n<div class="hr"></div>\n\n<h4>Selection Procedure</h4>\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\n\n<div class="hr"></div>\n\n<h4>Nominee Evaluation:</h4>\nThe evaluation of each nomination is broken down into four categories based on the general guidelines outlined for the award. The four categories are: Keeper Involvement, Exhibit Functionality, Exhibit Management and Visitor Point of View/ Other Information. Items the committee is looking for are the following:\n\n<h6>Keeper Involvement</h6>\n<ul>\n	<li>degree of keeper involvement with conceptual development of exhibit</li>\n	<li>degree of keeper involvement  with facilitation of completion of exhibit, (fundraising, promotion, assist with construction)</li>\n	<li>contribution to educational experience (graphics, conservation message</li>\n	<li>originality - is it something new and different, or has it been tried before?</li>\n</ul>\n\n<h6>EXHIBIT FUNCTIONALITY</h6>\n<ul>\n	<li>versatility - indoor/outdoor, four seasons, protection from elements</li>\n	<li>accommodates and encourages animal\'s natural behavior – climbing structures, land area, height, water</li>\n	<li>hard (gunite, concrete) vs. soft (grass, dirt) environments - as to animal  needs</li>\n	<li>sight lines valuable to animal as well as visitor - important to some animals (polar bear, chimps)</li>\n	<li>physical and visual barriers for animal\'s use, animal safety</li>\n	<li>flexible entrance/exits (hoofstock - more than one entrance)</li>\n	<li>ability to exhibit natural social grouping</li>\n	<li>breeding success</li>\n</ul>\n\n<h6>EXHIBIT MANAGEMENT</h6>\n<ul>\n	<li>how management of exhibit interfaces with other zoo divisions (grounds, maintenance - simple repair, paint)</li>\n	<li>keeper serviceability, overall maintenance of exhibit and surroundings</li>\n	<li>adequate drains and properly located</li>\n	<li>quality and versatily of holding areas - ease of separating animals, moving, breeding, sick</li>\n	<li>keeper sight lines - can you see animal when they come into holding or when shifting them between areas, keeper safety</li>\n	<li>ease of providing time change items (browse, logs, feed, novel objects)</li>\n	<li>environmental control (ease of seasonal adjustments - ventilation, heat)</li>\n</ul>\n\n<h6>VISITOR POINT OF VIEW/OTHER INFORMATION</h6>\n<ul>\n	<li>educational experience (conservation message)</li>\n	<li>immediate and sustained viewer interest</li>\n	<li>sight lines - not see doors, drains, fencing - does it have esthetics?</li>\n	<li>bonus point - local awards, commendation, "wow" factor</li>\n	<li>include anything else pertinent to the renovated exhibit that you think is important</li>\n</ul>\n\n<div class="hr"></div>\n\n<h4>Nomination Form</h4>\nPlease select the format you would like to download the Nomination Form below:\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/exhform.doc" target="_blank">Download nomination form in MS Word format</a>\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/exhform.pdf" target="_blank">Download nomination form in Adobe pdf format</a>\n\n<div id="inner-links"></div>', 'Certificate of Excellence in Exhibit Design Renovation (CEER)', 0, '', 'inherit', 'closed', 'closed', '', '247-autosave-v1', '', '', '2013-10-28 12:19:47', '2013-10-28 17:19:47', '', 247, 'http://web3.gowebsolutions.com/~aazook/247-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3501, 1, '2013-10-28 12:20:10', '2013-10-28 17:20:10', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Certificate of Excellence in Exhibit Design Renovation (CEER) presented by the AAZK Awards Committee. The purpose of the award is to recognize institutions or organizations in the zoological community for the design and renovation of existing animal facilities which involved active keeper participation in the process.\r\n\r\nThe CEER was established by Janet McCoy, 1990 CHAIR. Bill Whittaker proposed the award to the AAZK Board of Directors.  The award is presented at the annual AAZK National Conference.\r\n\r\n<h4>Qualifications</h4>\r\n<ul>\r\n	<li>Any North American zoological institution or organization is eligible.</li>\r\n	<li>The renovated exhibit must be in full operation for at least two (2) years.</li>\r\n	<li>The exhibit must be nominated by a keeper at that same institution or organization. Supporting nominations may be submitted by management  personnel from the same institution.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Procedure</h4>\r\n<ul>\r\n	<li>List institution or organization\'s name, address, phone and Director.</li>\r\n	<li><strong>Document</strong> local awards or commendations for exhibit, drawings, 8 X 10 color  photos - no slides (2 before and 8 after), and renovated exhibit type: single or multi-species, and size.</li>\r\n	<li><strong>Document</strong> keeper participation in the design and why the existing facility was renovated.</li>\r\n	<li><strong>Document</strong> interface with other zoo divisions; and maintenance of exhibit after completion.</li>\r\n	<li>The deadline for nominations is <strong>MAY 1st </strong> of each year.</li>\r\n</ul>\r\n<strong><i class="left icon-attention"></i> NOTE: Materials will not be returned.</strong>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Selection Procedure</h4>\r\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nominee Evaluation:</h4>\r\nThe evaluation of each nomination is broken down into four categories based on the general guidelines outlined for the award. The four categories are: Keeper Involvement, Exhibit Functionality, Exhibit Management and Visitor Point of View/ Other Information. Items the committee is looking for are the following:\r\n\r\n<h6>Keeper Involvement</h6>\r\n<ul>\r\n	<li>degree of keeper involvement with conceptual development of exhibit</li>\r\n	<li>degree of keeper involvement  with facilitation of completion of exhibit, (fundraising, promotion, assist with construction)</li>\r\n	<li>contribution to educational experience (graphics, conservation message</li>\r\n	<li>originality - is it something new and different, or has it been tried before?</li>\r\n</ul>\r\n\r\n<h6>EXHIBIT FUNCTIONALITY</h6>\r\n<ul>\r\n	<li>versatility - indoor/outdoor, four seasons, protection from elements</li>\r\n	<li>accommodates and encourages animal\'s natural behavior – climbing structures, land area, height, water</li>\r\n	<li>hard (gunite, concrete) vs. soft (grass, dirt) environments - as to animal  needs</li>\r\n	<li>sight lines valuable to animal as well as visitor - important to some animals (polar bear, chimps)</li>\r\n	<li>physical and visual barriers for animal\'s use, animal safety</li>\r\n	<li>flexible entrance/exits (hoofstock - more than one entrance)</li>\r\n	<li>ability to exhibit natural social grouping</li>\r\n	<li>breeding success</li>\r\n</ul>\r\n\r\n<h6>EXHIBIT MANAGEMENT</h6>\r\n<ul>\r\n	<li>how management of exhibit interfaces with other zoo divisions (grounds, maintenance - simple repair, paint)</li>\r\n	<li>keeper serviceability, overall maintenance of exhibit and surroundings</li>\r\n	<li>adequate drains and properly located</li>\r\n	<li>quality and versatily of holding areas - ease of separating animals, moving, breeding, sick</li>\r\n	<li>keeper sight lines - can you see animal when they come into holding or when shifting them between areas, keeper safety</li>\r\n	<li>ease of providing time change items (browse, logs, feed, novel objects)</li>\r\n	<li>environmental control (ease of seasonal adjustments - ventilation, heat)</li>\r\n</ul>\r\n\r\n<h6>VISITOR POINT OF VIEW/OTHER INFORMATION</h6>\r\n<ul>\r\n	<li>educational experience (conservation message)</li>\r\n	<li>immediate and sustained viewer interest</li>\r\n	<li>sight lines - not see doors, drains, fencing - does it have esthetics?</li>\r\n	<li>bonus point - local awards, commendation, "wow" factor</li>\r\n	<li>include anything else pertinent to the renovated exhibit that you think is important</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Form</h4>\r\nPlease select the format you would like to download the Nomination Form below:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/exhform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/exhform.pdf" target="_blank">Download nomination form in Adobe pdf format</a>\r\n\r\n<div id="inner-links"></div>', 'Certificate of Excellence in Exhibit Design Renovation (CEER)', 0, '', 'inherit', 'closed', 'closed', '', '247-revision-v1', '', '', '2013-10-28 12:20:10', '2013-10-28 17:20:10', '', 247, 'http://web3.gowebsolutions.com/~aazook/247-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3502, 1, '2013-09-23 10:37:00', '2013-09-23 15:37:00', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Mazuri® Animal Nutrition Award (MANA) presented by the AAZK Awards Committee. The purpose of this award is to recognize individuals in the zoological community who have been actively involved in projects/studies/research concerning zoo/aquarium nutrition. The award will carry a cash award of $500.00 funded by the Mazuri® Foods Division.\r\n\r\nThe MANA was established in 2005. Mazurii® proposed the award to the AAZK Board of Directors. Bruce Elkins, Curator of Waters at the Indianapolis Zoo, and Heidi Bissel, nutritionist at the Memphis Zoo, assisted in the development of the judging criteria for this award. The award is presented at the annual AAZK National Conference.\r\n<h3>Qualifications</h3>\r\n<ol>\r\n	<li>The nominee must be a full-time keeper/aquarist in any North American zoological institution or aquarium who has been actively involved in projects/studies/research concerning zoo/aquarium nutrition.</li>\r\n	<li>The award candidate shall be a Professional member of AAZK.</li>\r\n	<li>Supporting nominations may be submitted by management personnel from the same institution.</li>\r\n</ol>\r\n<h3>Nomination Procedure</h3>\r\n<ol>\r\n	<li>List name, position, institution\'s name, address, phone and Director.</li>\r\n	<li>List and <strong>document</strong> keeper/aquarist project initiation and design, research, project involvement, and usage of new nutritional information. <strong>Verification</strong> of these facts must be signed by the zoo director, curator, or immediate supervisor of the individual being nominated.</li>\r\n	<li>The deadline for nomination is <strong>MAY 1st</strong> of each year.</li>\r\n</ol>\r\n<h3>Selection Procedure</h3>\r\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/mazuriform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/mazuriform.pdf" target="_blank">Download nomination form in Adobe pdf format</a>', 'Mazuri Animal Nutrition Award (MANA)', 0, '', 'inherit', 'closed', 'closed', '', '250-revision-v1', '', '', '2013-09-23 10:37:00', '2013-09-23 15:37:00', '', 250, 'http://web3.gowebsolutions.com/~aazook/250-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3503, 1, '2013-10-28 12:22:13', '2013-10-28 17:22:13', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Mazuri® Animal Nutrition Award (MANA) presented by the AAZK Awards Committee. The purpose of this award is to recognize individuals in the zoological community who have been actively involved in projects/studies/research concerning zoo/aquarium nutrition. The award will carry a cash award of $500.00 funded by the Mazuri® Foods Division.\r\n\r\nThe MANA was established in 2005. Mazurii® proposed the award to the AAZK Board of Directors. Bruce Elkins, Curator of Waters at the Indianapolis Zoo, and Heidi Bissel, nutritionist at the Memphis Zoo, assisted in the development of the judging criteria for this award. The award is presented at the annual AAZK National Conference.\r\n\r\n<h4>Qualifications</h4>\r\n<ul>\r\n	<li>The nominee must be a full-time keeper/aquarist in any North American zoological institution or aquarium who has been actively involved in projects/studies/research concerning zoo/aquarium nutrition.</li>\r\n	<li>The award candidate shall be a Professional member of AAZK.</li>\r\n	<li>Supporting nominations may be submitted by management personnel from the same institution.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Procedure</h4>\r\n<ul>\r\n	<li>List name, position, institution\'s name, address, phone and Director.</li>\r\n	<li>List and <strong>document</strong> keeper/aquarist project initiation and design, research, project involvement, and usage of new nutritional information. <strong>Verification</strong> of these facts must be signed by the zoo director, curator, or immediate supervisor of the individual being nominated.</li>\r\n	<li>The deadline for nomination is <strong>MAY 1st</strong> of each year.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Selection Procedure</h4>\r\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Form</h4>\r\nPlease select the format you would like to download the Nomination Form below:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/mazuriform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/mazuriform.pdf" target="_blank">Download nomination form in Adobe pdf format</a>\r\n\r\n<div id="inner-links"></div>', 'Mazuri Animal Nutrition Award (MANA)', 0, '', 'inherit', 'closed', 'closed', '', '250-revision-v1', '', '', '2013-10-28 12:22:13', '2013-10-28 17:22:13', '', 250, 'http://web3.gowebsolutions.com/~aazook/250-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3504, 1, '2013-09-23 10:37:00', '2013-09-23 15:37:00', 'The purpose of this award is to recognize achievement and determination of an individual or team in the animal care field and in fostering professionalism. Animal care is a science combining zoology, biology, animal management, behavioral observation and daily record keeping on the species in their care. This is essential knowledge for maintaining a species effectively in captivity. The excellent animal care professional must excel in one or more of these areas.\r\n\r\nThe Jean M. Hromadka Excellence in Animal Care Award is named in memory of her outstanding contributions to the furtherance of AAZK through her work as President of the Association. This award is presented at the annual AAZK National Conference.\r\n<h3>Qualifications</h3>\r\n<ol>\r\n	<li>The nominee <strong>must</strong> be a full-time animal care professional individual or team, employed in any North American zoological institution, aquarium or related facility.</li>\r\n	<li>The nominee(s) <strong>must</strong> have been employed at least two (2) years on permanent status at the same zoo, aquarium or related facility</li>\r\n	<li>The nominee(s) <strong>must</strong> be nominated by his or her peers who have also been employed at the same zoo, aquarium or related facility.  Management personnel from the same institution may submit supporting nominations.</li>\r\n</ol>\r\n<h3>Nomination Procedure</h3>\r\n<ol>\r\n	<li>List name, position, institution\'s name, address, phone and director, years of service in the field and the recommendation of peers and colleagues.</li>\r\n	<li>List and <strong>document</strong> commitment to the profession, outstanding achievements, practical/outstanding application of knowledge and experience, and keeper skills, etc. The zoo director, curator, or immediate supervisor of the individual being nominated <strong>must sign verification</strong> of these facts.</li>\r\n	<li>List any extra activities outside of the zoo, aquarium or related facility work: working with conservation groups, youth, wildlife officials, etc.</li>\r\n	<li>Deadline for nominations is <strong>MAY 1st </strong>of each year.</li>\r\n</ol>\r\n<h3>Selection Procedure</h3>\r\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\r\n\r\nThe winner of the Jean M. Hromodka Excellence in Animal Care Award receives a cash award in the amount of $500.00, endowed by a generous donation through the Lutz Ruhe Family Educational Trust for the American Association of Zoo Keepers, Inc. The award is endowed by the Lutz Ruhe Trust primarily to aid winners in making travel and registration arrangements to attend the AAZK National Conference in the year of their award, to receive the award and be recognized in person at a gathering of their peers.\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/eacform.doc">Download nomination form in MS Word format</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/eacform.pdf">Download nomination form in Adobe pdf format</a>', 'Jean M. Hromadka AAZK Excellence in Animal Care Award', 0, '', 'inherit', 'closed', 'closed', '', '254-revision-v1', '', '', '2013-09-23 10:37:00', '2013-09-23 15:37:00', '', 254, 'http://web3.gowebsolutions.com/~aazook/254-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3505, 1, '2013-10-28 12:26:01', '2013-10-28 17:26:01', 'The purpose of this award is to recognize achievement and determination of an individual or team in the animal care field and in fostering professionalism. Animal care is a science combining zoology, biology, animal management, behavioral observation and daily record keeping on the species in their care. This is essential knowledge for maintaining a species effectively in captivity. The excellent animal care professional must excel in one or more of these areas.\r\n\r\nThe Jean M. Hromadka Excellence in Animal Care Award is named in memory of her outstanding contributions to the furtherance of AAZK through her work as President of the Association. This award is presented at the annual AAZK National Conference.\r\n\r\n<h4>Qualifications</h4>\r\n<ul>\r\n	<li>The nominee <strong>must</strong> be a full-time animal care professional individual or team, employed in any North American zoological institution, aquarium or related facility.</li>\r\n	<li>The nominee(s) <strong>must</strong> have been employed at least two (2) years on permanent status at the same zoo, aquarium or related facility</li>\r\n	<li>The nominee(s) <strong>must</strong> be nominated by his or her peers who have also been employed at the same zoo, aquarium or related facility.  Management personnel from the same institution may submit supporting nominations.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Procedure</h4>\r\n<ul>\r\n	<li>List name, position, institution\'s name, address, phone and director, years of service in the field and the recommendation of peers and colleagues.</li>\r\n	<li>List and <strong>document</strong> commitment to the profession, outstanding achievements, practical/outstanding application of knowledge and experience, and keeper skills, etc. The zoo director, curator, or immediate supervisor of the individual being nominated <strong>must sign verification</strong> of these facts.</li>\r\n	<li>List any extra activities outside of the zoo, aquarium or related facility work: working with conservation groups, youth, wildlife officials, etc.</li>\r\n	<li>Deadline for nominations is <strong>MAY 1st </strong>of each year.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Selection Procedure</h4>\r\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\r\n\r\nThe winner of the Jean M. Hromodka Excellence in Animal Care Award receives a cash award in the amount of $500.00, endowed by a generous donation through the Lutz Ruhe Family Educational Trust for the American Association of Zoo Keepers, Inc. The award is endowed by the Lutz Ruhe Trust primarily to aid winners in making travel and registration arrangements to attend the AAZK National Conference in the year of their award, to receive the award and be recognized in person at a gathering of their peers.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Form</h4>\r\nPlease select the format you would like to download the Nomination Form below:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/eacform.doc">Download nomination form in MS Word format</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/eacform.pdf">Download nomination form in Adobe PDF format</a>\r\n\r\n<div id="inner-links"></div>', 'Jean M. Hromadka AAZK Excellence in Animal Care Award', 0, '', 'inherit', 'closed', 'closed', '', '254-revision-v1', '', '', '2013-10-28 12:26:01', '2013-10-28 17:26:01', '', 254, 'http://web3.gowebsolutions.com/~aazook/254-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3506, 1, '2013-10-28 12:26:32', '2013-10-28 17:26:32', 'The purpose of this award is to recognize achievement and determination of an individual or team in the animal care field and in fostering professionalism. Animal care is a science combining zoology, biology, animal management, behavioral observation and daily record keeping on the species in their care. This is essential knowledge for maintaining a species effectively in captivity. The excellent animal care professional must excel in one or more of these areas.\r\n\r\nThe Jean M. Hromadka Excellence in Animal Care Award is named in memory of her outstanding contributions to the furtherance of AAZK through her work as President of the Association. This award is presented at the annual AAZK National Conference.\r\n\r\n<h4>Qualifications</h4>\r\n<ul>\r\n	<li>The nominee <strong>must</strong> be a full-time animal care professional individual or team, employed in any North American zoological institution, aquarium or related facility.</li>\r\n	<li>The nominee(s) <strong>must</strong> have been employed at least two (2) years on permanent status at the same zoo, aquarium or related facility</li>\r\n	<li>The nominee(s) <strong>must</strong> be nominated by his or her peers who have also been employed at the same zoo, aquarium or related facility.  Management personnel from the same institution may submit supporting nominations.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Procedure</h4>\r\n<ul>\r\n	<li>List name, position, institution\'s name, address, phone and director, years of service in the field and the recommendation of peers and colleagues.</li>\r\n	<li>List and <strong>document</strong> commitment to the profession, outstanding achievements, practical/outstanding application of knowledge and experience, and keeper skills, etc. The zoo director, curator, or immediate supervisor of the individual being nominated <strong>must sign verification</strong> of these facts.</li>\r\n	<li>List any extra activities outside of the zoo, aquarium or related facility work: working with conservation groups, youth, wildlife officials, etc.</li>\r\n	<li>Deadline for nominations is <strong>MAY 1st </strong>of each year.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Selection Procedure</h4>\r\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\r\n\r\nThe winner of the Jean M. Hromodka Excellence in Animal Care Award receives a cash award in the amount of $500.00, endowed by a generous donation through the Lutz Ruhe Family Educational Trust for the American Association of Zoo Keepers, Inc. The award is endowed by the Lutz Ruhe Trust primarily to aid winners in making travel and registration arrangements to attend the AAZK National Conference in the year of their award, to receive the award and be recognized in person at a gathering of their peers.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Form</h4>\r\nPlease select the format you would like to download the Nomination Form below:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/eacform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/eacform.pdf" target="_blank">Download nomination form in Adobe PDF format</a>\r\n\r\n<div id="inner-links"></div>', 'Jean M. Hromadka AAZK Excellence in Animal Care Award', 0, '', 'inherit', 'closed', 'closed', '', '254-revision-v1', '', '', '2013-10-28 12:26:32', '2013-10-28 17:26:32', '', 254, 'http://web3.gowebsolutions.com/~aazook/254-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3507, 1, '2013-09-23 10:37:00', '2013-09-23 15:37:00', 'The purpose of this award is to recognize professional members of AAZK, in good standing in the association, for their day-to day professionalism within their facility. This includes participation in AAZK/AZA conservation projects, dedicating time to other facility-related projects or programs (BFR, conservation, wildlife education and individual breeding projects). Commitment and dedication to AAZK at a Committee or Chapter level enhances the nomination. The award was established in 1982 as a means of recognizing work done above and beyond the criteria of the Jean M. Hromadka Excellence in Animal Care Award. You must be a professional member of AAZK, Inc. in order to qualify.The award is presented at the annual AAZK National Conference.\r\n<h3>Qualifications</h3>\r\n<ol>\r\n	<li>The nominee must be a full-time keeper, professional AAZK member employed in any North American zoo, aquarium, or related facility.</li>\r\n	<li>The nominee must have been employed at least three (3) years on a permanent basis at a zoo, aquarium, or related facility.</li>\r\n	<li>Peers or colleagues must nominate the nominee. Zoo, aquarium or related facility personnel may submit other supporting nominations. The nominators need not be from the same institution.</li>\r\n</ol>\r\n<h3>Nomination Procedure</h3>\r\n<ol>\r\n	<li>List name, position, institution\'s name, address, phone and director, years of service in the field and the recommendation of a peer or colleague.</li>\r\n	<li>List and <strong>document</strong> the outstanding achievements: AZA/AAZK Conservation project participation, exhibits, breeding, conservation, etc.</li>\r\n	<li>The deadline for nominations is <strong>MAY 1st</strong> of each year.</li>\r\n</ol>\r\n<h3>Selection Procedure</h3>\r\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\r\n\r\nThe winner of the Lutz Ruhe Meritorious Achievement Award - AAZK Professional of the Year Award, receives a cash award in the amount of $750.00, endowed by a generous donation through the Lutz Ruhe Family Educational Trust for the American Association of Zoo Keepers, Inc. The cash award is endowed by the Lutz Ruhe Trust primarily to aid winners in making travel and registration arrangements to attend the AAZK National Conference in the year of their award, to receive the award and be recognized in person at a gathering of their peers.\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/poyform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n\r\n<a href="http://aecetia.net/gws/aazk/wp-content/uploads/poyform.pdf" target="_blank">Download nomination form in Adobe pdf format</a>', 'The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award', 0, '', 'inherit', 'closed', 'closed', '', '258-revision-v1', '', '', '2013-09-23 10:37:00', '2013-09-23 15:37:00', '', 258, 'http://web3.gowebsolutions.com/~aazook/258-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3508, 1, '2013-10-28 12:27:49', '2013-10-28 17:27:49', 'The purpose of this award is to recognize professional members of AAZK, in good standing in the association, for their day-to day professionalism within their facility. This includes participation in AAZK/AZA conservation projects, dedicating time to other facility-related projects or programs (BFR, conservation, wildlife education and individual breeding projects). Commitment and dedication to AAZK at a Committee or Chapter level enhances the nomination. The award was established in 1982 as a means of recognizing work done above and beyond the criteria of the Jean M. Hromadka Excellence in Animal Care Award. You must be a professional member of AAZK, Inc. in order to qualify.The award is presented at the annual AAZK National Conference.\r\n\r\n<h4>Qualifications</h4>\r\n<ul>\r\n	<li>The nominee must be a full-time keeper, professional AAZK member employed in any North American zoo, aquarium, or related facility.</li>\r\n	<li>The nominee must have been employed at least three (3) years on a permanent basis at a zoo, aquarium, or related facility.</li>\r\n	<li>Peers or colleagues must nominate the nominee. Zoo, aquarium or related facility personnel may submit other supporting nominations. The nominators need not be from the same institution.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Procedure</h4>\r\n<ul>\r\n	<li>List name, position, institution\'s name, address, phone and director, years of service in the field and the recommendation of a peer or colleague.</li>\r\n	<li>List and <strong>document</strong> the outstanding achievements: AZA/AAZK Conservation project participation, exhibits, breeding, conservation, etc.</li>\r\n	<li>The deadline for nominations is <strong>MAY 1st</strong> of each year.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Selection Procedure</h4>\r\nThe Awards Committee, consisting of five keepers, will independently review each nominee.\r\n\r\nThe winner of the Lutz Ruhe Meritorious Achievement Award - AAZK Professional of the Year Award, receives a cash award in the amount of $750.00, endowed by a generous donation through the Lutz Ruhe Family Educational Trust for the American Association of Zoo Keepers, Inc. The cash award is endowed by the Lutz Ruhe Trust primarily to aid winners in making travel and registration arrangements to attend the AAZK National Conference in the year of their award, to receive the award and be recognized in person at a gathering of their peers.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Form</h4>\r\nPlease select the format you would like to download the Nomination Form below:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/poyform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/poyform.pdf" target="_blank">Download nomination form in Adobe pdf format</a>\r\n\r\n<div id="inner-links"></div>', 'The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award', 0, '', 'inherit', 'closed', 'closed', '', '258-revision-v1', '', '', '2013-10-28 12:27:49', '2013-10-28 17:27:49', '', 258, 'http://web3.gowebsolutions.com/~aazook/258-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3509, 1, '2013-10-28 12:30:22', '2013-10-28 17:30:22', 'The American Association of Zoo Keepers, Inc. (AAZK) is the administering organization of the Certificate of Merit in Conservation (CMC) presented by the AAZK Awards Committee.  The purpose of the award is to recognize outstanding keeper-initiated contributions to conservation of wildlife and their habitats.  It is hoped that recognition of outstanding efforts by keepers to contribute to conservation will provide incentive to keepers to continue to be leaders in this important endeavor.\r\n\r\nThe Certificate of Merit in Conservation Award was established in 2010 by the Conservation Committee, Amanda Kamradt, Chair.  The award is presented at the annual AAZK National Conference.\r\n\r\n<h4>Qualifications</h4>\r\n<ul>\r\n<li>The nominee <strong>must</strong> be a full-time animal care professional individual or team, employed in any North American zoological institution, aquarium or related facility.</li>\r\n<li>The nominee <strong>must</strong> be nominated by an AAZK member. You may nominate yourself.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Procedure</h4>\r\n<li>List name(s), of the keeper(s) who initiated the conservation project, the institution’s name, address, phone and director.</li>\r\n<li>List and document outstanding keeper-initiated contributions to a conservation project. Verification of these facts must be signed by the zoo director, curator, or immediate supervisor of the nominee.</li>\r\n<li>Deadline for nominations is <strong>MAY 1st</strong> of each year.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Selection Procedure</h4>\r\nThe Awards and Conservation Committees will independently review each nominee.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Form</h4>\r\nPlease select the format you would like to download the Nomination Form below:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/conservationform.doc" target="_blank">Download nomination form in MS Word format</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/conservationform.pdf" target="_blank">Download nomination form in Adobe PDF format</a>\r\n\r\n<div id="inner-links"></div>', 'Certificate of Merit in Conservation Award (CMC)', 0, '', 'inherit', 'closed', 'closed', '', '1134-revision-v1', '', '', '2013-10-28 12:30:22', '2013-10-28 17:30:22', '', 1134, 'http://web3.gowebsolutions.com/~aazook/1134-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3510, 1, '2013-09-23 10:37:00', '2013-09-23 15:37:00', '<p>The purpose of this award is to recognize AAZK Chapters in good standing with the Association for their dedication and commitment to both the Association and in conveying our conservation and education messages to the public. The award is presented at the annual AAZK National Conference.</p>\r\n\r\n<h3>Qualifications</h3>\r\n<ul>\r\n    <li>The Chapter must be a chartered member of the Association, in good standing.</li>\r\n    <li>The Chapter shall be able to demonstrate by the completion of their re-charter materials, a commitment to conservation and/or wildlife education activities by detailing their involvement and level of commitment to stated activities.</li>\r\n    <li>Chapters shall be represented by membership roles in which 75% of the Chapter\'s members are paid members in good standing of the National Association.</li>\r\n</ul>\r\n\r\n<h3>Nomination Procedure</h3>\r\n<ul>\r\n	<li>Each Chapter that completes and files the required Re-Charter Packet, by the deadline is eligible for this award.</li>\r\n</ul>\r\n\r\n<h3>Statement</h3>\r\n\r\n<p>The eligibility of each Chapter to qualify for this award is enhanced by the Chapter\'s support of the Association on the national level. Chapters that monetarily support the Association to the best of their ability and that consistently contribute to and support the programs of the Association such as Bowling for Rhinos, or who consistently support exotic animal or habitat conservation programs, both locally and globally shall receive preference.</p>\r\n\r\n<h3>Selection Procedure</h3>\r\n<p>The AAZK Chapter of the Year shall be determined by the Board of Directors of the Association and shall be presented during the annual conference of the Association.</p>', 'The AAZK Chapter of the Year Award', 0, '', 'inherit', 'closed', 'closed', '', '261-revision-v1', '', '', '2013-09-23 10:37:00', '2013-09-23 15:37:00', '', 261, 'http://web3.gowebsolutions.com/~aazook/261-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3511, 1, '2013-10-28 12:32:15', '2013-10-28 17:32:15', 'The purpose of this award is to recognize AAZK Chapters in good standing with the Association for their dedication and commitment to both the Association and in conveying our conservation and education messages to the public. The award is presented at the annual AAZK National Conference.\r\n\r\n<h4>Qualifications</h4>\r\n<ul>\r\n    <li>The Chapter must be a chartered member of the Association, in good standing.</li>\r\n    <li>The Chapter shall be able to demonstrate by the completion of their re-charter materials, a commitment to conservation and/or wildlife education activities by detailing their involvement and level of commitment to stated activities.</li>\r\n    <li>Chapters shall be represented by membership roles in which 75% of the Chapter\'s members are paid members in good standing of the National Association.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Nomination Procedure</h4>\r\n<ul>\r\n	<li>Each Chapter that completes and files the required Re-Charter Packet, by the deadline is eligible for this award.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Statement</h4>\r\nThe eligibility of each Chapter to qualify for this award is enhanced by the Chapter\'s support of the Association on the national level. Chapters that monetarily support the Association to the best of their ability and that consistently contribute to and support the programs of the Association such as Bowling for Rhinos, or who consistently support exotic animal or habitat conservation programs, both locally and globally shall receive preference.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Selection Procedure</h4>\r\nThe AAZK Chapter of the Year shall be determined by the Board of Directors of the Association and shall be presented during the annual conference of the Association.\r\n\r\n<div id="inner-links"></div>', 'The AAZK Chapter of the Year Award', 0, '', 'inherit', 'closed', 'closed', '', '261-revision-v1', '', '', '2013-10-28 12:32:15', '2013-10-28 17:32:15', '', 261, 'http://web3.gowebsolutions.com/~aazook/261-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3513, 1, '2013-10-28 12:55:29', '2013-10-28 17:55:29', '<h3>Certificate of Appreciation - 2013</h3>\r\nChristine Dembiec \r\n<em>For serving as the Behavioral Husbandry Chair   </em>\r\n\r\n<h3>Certificates of Recognition - 2013</h3>\r\n<strong>Denise Wagner, Phoenix Zoo</strong>\r\n<em>For serving on the AAZK Board of Directors </em>\r\n<strong>NP Training Works, Cyperworx</strong>\r\n<em>For their development of AAZK Online</em>\r\n<strong>San Diego Zoo Global Academy, San Diego Zoo</strong>\r\n<em>For the Academy’s help and support in making their online learning content available to our Collaborative Learning Environment</em>\r\n<strong>Sean Walcott, SeaWorld San Diego</strong>\r\n<em>For his work in developing and maintaining AAZK Social Media</em>\r\n<strong>Bill Konstant, International Rhino Foundation</strong>\r\n<em>For his support of Bowling for Rhinos through his Seven Chapter Tour</em>\r\n<strong>Jacque Blessington, Kansas City Zoo</strong>\r\n<em>For her time spent as the membership Resources Chair</em>\r\n<strong>Gisela Wiggins, North Carolina Zoo</strong>\r\n<em>Co-Chair 2013 AAZK National Conference</em>\r\n<strong>Elizabeth McChesney, North Carolina Zoo </strong>  \r\n<em>Co-Chair 2013 AAZK National Conference</em>\r\n<strong>Brigitte Thompson, North Carolina Zoo</strong>\r\n<em>Co-Chair 2013 AAZK National Conference</em>\r\n\r\n<h3>Certificate of Merit in Conservation Awards - 2013</h3>\r\n<strong>Lauren Augustine, Smithsonian’s National Zoo</strong> \r\n<em>For developing Chopsticks for Salamanders (CFS) and partnering with AAZK Chapters who use CFS as a Chapter fundraiser</em>\r\n<strong>Mollie Coym, Houston Zoo</strong>\r\n<em>For developing interpretative materials and activities to message the conservation efforts of the Houston Zoo and other partners to save the Attwater Prairie Chicken from extinction</em>\r\n<strong>Elizabeth Dunn, University of Central Arkansas, Natural Tiger Sanctuary </strong>\r\n<em>For the design and implementation of research projects in the area of tiger vocal communication and has helped connect the sanctuary with field organizations that monitor wild populations</em>\r\n<strong>Nikii Finch-Morales, CuriOdyssey</strong>\r\n<em>For designing and implementing the Pacific Tree Frog Garden Habitat Project to educate visitors on tree frog life cycles and how to create amphibian habitats in their own yards </em> \r\n<strong>Dave Johnson, Denver Zoological Foundation </strong>\r\n<em>For creating Team Nepalorado to help protect the Greater One-horned Rhinoceros as well as other species in Nepal </em>\r\n<strong>Chawna Schuette, St. Louis Zoo</strong>\r\n<em>For her integral role in research and in-situ and ex-situ conservation efforts of the Ozark Hellbender</em>\r\n<strong>Jennifer Stoddard, Reid Park Zoo </strong>\r\n<em>For creating a Zoo Team Conservation Facebook page and supervising their in-situ conservation efforts and fundraising</em>\r\n\r\n<h3>Mazuri Animal Nutrition Award - 2013</h3>\r\n<em>None</em>\r\n<h3>Certificate of Excellence in Exhibit Design Renovation Award - 2013</h3>\r\n<em>None</em>\r\n\r\n<h3>Certificate of Merit for Zoo Keeper Education Award - 2013</h3>\r\n<strong>Greater Houston Chapter AAZK, Houston Zoo </strong>\r\n<em>For initiating a clinic program to supplement keeper education at the Houston Zoo</em>\r\n<strong>National Capital Chapter, Smithsonian’s National Zoo</strong>\r\n<em>For the professional Development Committee which provides three types of programs to all zoo staff and volunteers.  INDEPTH is a semi-monthly brown bag lunch series with a variety of topics, short one-day seminars and long courses, Behavior Research Methods and Population management taught by a Subject-matter Expert </em> \r\n\r\n<h3>Lee Houts Excellence in Enrichment Award - 2013</h3>\r\n<strong>Carrie Felsher, St. Louis Zoo</strong>\r\n<em>For preparing the annual report of enrichment programs, gives enrichment presentations, publishes articles and provides leadership for the Zoo’s annual Enrichment Day</em>  \r\n<strong>NPZ Enrichment & Training Steering Committee, Smithsonian’s National Zoo</strong>\r\n<em>For creating a Giving Tree fundraiser for enrichment items, producing an Enrichment Wish List Brochure and an Enrichment Giving Tree</em> \r\n\r\n<h3>Jean M. Hromadka Excellence in Animal Care Award - 2013</h3>\r\n<em>This award carries a $500 stipend for the winner endowed by the Lutz Ruhe Family</em>\r\n \r\n<strong>Neo Monks Team, Denver Zoo</strong>\r\n<em>This award is based upon on the Neomonks Team of five keepers which have excelled in the areas of animal husbandry, behavior management, teen volunteer and internship programs and public education </em> \r\n\r\n\r\n<h3>Lutz Ruhe Meritorious Achievement-Professional of the Year Award</h3>\r\n<em>This award carries a $750 stipend for the winner endowed by the Lutz Ruhe Family</em>\r\n\r\n<strong>Kenton Kerns, Smithsonian’s National Zoo</strong>\r\n<em>This award is in recognition of his outstanding commitment to professionalism during his distinguished career as a zoo keeper Specifically noted is his work with the Golden Lion Tamarin, research projects, publishing articles, mentoring interns and serving on the Boards of Save the Golden Lion Tamarin and Chopsticks for Salamanders and the National Zoo’s Safety Committee</em>\r\n<h3>Lifetime Achievement Awards - 2013</h3>\r\n<em>Read the complete biographies in the October 2013 issue of Animal Keepers’ Forum </em>\r\n\r\n<strong>Patty Pearthree, Bowling For Rhinos</strong>\r\nPatty’s love and dedication for wildlife began as a small girl and continues today as the AAZK Bowling for Rhinos Program Manager and leader of keeper safaris to Lewa Wildlife Conservancy. Her dedication to AAZK’s Bowling for Rhinos flourished when she won her first trip to Lewa in 1991.  Patty promoted Lewa’s conservation efforts by volunteering to lead AAZK BFR and helps to coordinate BFR efforts across North American and Australia</p>   \r\n<strong>Elaine Kirchner, Ft. Wayne Children’s Zoo</strong>\r\nElaine began her 27 year career at the Ft. Wayne Children’s Zoo.  She has focused on extending her knowledge and expertise of all Australian species while serving as a mentor to zoo keepers just beginning their careers. In 2000, Elaine became the studbook keeper of the Eastern and Western Grey Kangaroo and serves on the Monotrpe and Marsupial TAG as the Chair</p>\r\n<strong>Andy Henderson, Utah’s Hogle Zoo</strong>\r\nAndrew (Andy) Henderson began his 31-year career in 1981 at the Lincoln Park Zoo.  One of his numerous achievpents was his role in the design of the Regenstein Center for African Apes. In 2007 Andy became the Primate Team Animal Care Supervisor at Utah’s Hogle Zoo.  Andy served on the New World Primate TAG Steering Committee, was the Studbook Keeper and Population Manager for the Bolivian Gray Titi Monkey.   Andy passed away in 2012 and will always be fondly rpembered by professional colleagues around the world </p>\r\n<strong>Barbara Manspeaker, AAZK National Office </strong>\r\nThis award is in recognition of her outstanding commitment to professionalism during her distinguished career as the Secretary/Treasurer of AAZK for the past 29 years. In recognition of her service, especially in coordinating the daily managpent of AAZK Chapters the AAZK recognition of Chapter excellence will be known as the Barbara Manspeaker AAZK Chapter of the Year Award  </p>\r\n\r\n<h3>AAZK Chapter of the Year Award - 2013</h3>\r\n<strong>Rocky Mountain AAZK Chapter, Denver Zoo</strong>\r\n', 'Past Recipients', 0, '', 'publish', 'closed', 'closed', '', 'past-recipients', '', '', '2013-11-06 22:40:13', '2013-11-07 03:40:13', '', 224, 'http://web3.gowebsolutions.com/~aazook/?page_id=3513', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4533, 1, '2013-11-06 22:40:13', '2013-11-07 03:40:13', '<h3>Certificate of Appreciation - 2013</h3>\r\nChristine Dembiec \r\n<em>For serving as the Behavioral Husbandry Chair   </em>\r\n\r\n<h3>Certificates of Recognition - 2013</h3>\r\n<strong>Denise Wagner, Phoenix Zoo</strong>\r\n<em>For serving on the AAZK Board of Directors </em>\r\n<strong>NP Training Works, Cyperworx</strong>\r\n<em>For their development of AAZK Online</em>\r\n<strong>San Diego Zoo Global Academy, San Diego Zoo</strong>\r\n<em>For the Academy’s help and support in making their online learning content available to our Collaborative Learning Environment</em>\r\n<strong>Sean Walcott, SeaWorld San Diego</strong>\r\n<em>For his work in developing and maintaining AAZK Social Media</em>\r\n<strong>Bill Konstant, International Rhino Foundation</strong>\r\n<em>For his support of Bowling for Rhinos through his Seven Chapter Tour</em>\r\n<strong>Jacque Blessington, Kansas City Zoo</strong>\r\n<em>For her time spent as the membership Resources Chair</em>\r\n<strong>Gisela Wiggins, North Carolina Zoo</strong>\r\n<em>Co-Chair 2013 AAZK National Conference</em>\r\n<strong>Elizabeth McChesney, North Carolina Zoo </strong>  \r\n<em>Co-Chair 2013 AAZK National Conference</em>\r\n<strong>Brigitte Thompson, North Carolina Zoo</strong>\r\n<em>Co-Chair 2013 AAZK National Conference</em>\r\n\r\n<h3>Certificate of Merit in Conservation Awards - 2013</h3>\r\n<strong>Lauren Augustine, Smithsonian’s National Zoo</strong> \r\n<em>For developing Chopsticks for Salamanders (CFS) and partnering with AAZK Chapters who use CFS as a Chapter fundraiser</em>\r\n<strong>Mollie Coym, Houston Zoo</strong>\r\n<em>For developing interpretative materials and activities to message the conservation efforts of the Houston Zoo and other partners to save the Attwater Prairie Chicken from extinction</em>\r\n<strong>Elizabeth Dunn, University of Central Arkansas, Natural Tiger Sanctuary </strong>\r\n<em>For the design and implementation of research projects in the area of tiger vocal communication and has helped connect the sanctuary with field organizations that monitor wild populations</em>\r\n<strong>Nikii Finch-Morales, CuriOdyssey</strong>\r\n<em>For designing and implementing the Pacific Tree Frog Garden Habitat Project to educate visitors on tree frog life cycles and how to create amphibian habitats in their own yards </em> \r\n<strong>Dave Johnson, Denver Zoological Foundation </strong>\r\n<em>For creating Team Nepalorado to help protect the Greater One-horned Rhinoceros as well as other species in Nepal </em>\r\n<strong>Chawna Schuette, St. Louis Zoo</strong>\r\n<em>For her integral role in research and in-situ and ex-situ conservation efforts of the Ozark Hellbender</em>\r\n<strong>Jennifer Stoddard, Reid Park Zoo </strong>\r\n<em>For creating a Zoo Team Conservation Facebook page and supervising their in-situ conservation efforts and fundraising</em>\r\n\r\n<h3>Mazuri Animal Nutrition Award - 2013</h3>\r\n<em>None</em>\r\n<h3>Certificate of Excellence in Exhibit Design Renovation Award - 2013</h3>\r\n<em>None</em>\r\n\r\n<h3>Certificate of Merit for Zoo Keeper Education Award - 2013</h3>\r\n<strong>Greater Houston Chapter AAZK, Houston Zoo </strong>\r\n<em>For initiating a clinic program to supplement keeper education at the Houston Zoo</em>\r\n<strong>National Capital Chapter, Smithsonian’s National Zoo</strong>\r\n<em>For the professional Development Committee which provides three types of programs to all zoo staff and volunteers.  INDEPTH is a semi-monthly brown bag lunch series with a variety of topics, short one-day seminars and long courses, Behavior Research Methods and Population management taught by a Subject-matter Expert </em> \r\n\r\n<h3>Lee Houts Excellence in Enrichment Award - 2013</h3>\r\n<strong>Carrie Felsher, St. Louis Zoo</strong>\r\n<em>For preparing the annual report of enrichment programs, gives enrichment presentations, publishes articles and provides leadership for the Zoo’s annual Enrichment Day</em>  \r\n<strong>NPZ Enrichment & Training Steering Committee, Smithsonian’s National Zoo</strong>\r\n<em>For creating a Giving Tree fundraiser for enrichment items, producing an Enrichment Wish List Brochure and an Enrichment Giving Tree</em> \r\n\r\n<h3>Jean M. Hromadka Excellence in Animal Care Award - 2013</h3>\r\n<em>This award carries a $500 stipend for the winner endowed by the Lutz Ruhe Family</em>\r\n \r\n<strong>Neo Monks Team, Denver Zoo</strong>\r\n<em>This award is based upon on the Neomonks Team of five keepers which have excelled in the areas of animal husbandry, behavior management, teen volunteer and internship programs and public education </em> \r\n\r\n\r\n<h3>Lutz Ruhe Meritorious Achievement-Professional of the Year Award</h3>\r\n<em>This award carries a $750 stipend for the winner endowed by the Lutz Ruhe Family</em>\r\n\r\n<strong>Kenton Kerns, Smithsonian’s National Zoo</strong>\r\n<em>This award is in recognition of his outstanding commitment to professionalism during his distinguished career as a zoo keeper Specifically noted is his work with the Golden Lion Tamarin, research projects, publishing articles, mentoring interns and serving on the Boards of Save the Golden Lion Tamarin and Chopsticks for Salamanders and the National Zoo’s Safety Committee</em>\r\n<h3>Lifetime Achievement Awards - 2013</h3>\r\n<em>Read the complete biographies in the October 2013 issue of Animal Keepers’ Forum </em>\r\n\r\n<strong>Patty Pearthree, Bowling For Rhinos</strong>\r\nPatty’s love and dedication for wildlife began as a small girl and continues today as the AAZK Bowling for Rhinos Program Manager and leader of keeper safaris to Lewa Wildlife Conservancy. Her dedication to AAZK’s Bowling for Rhinos flourished when she won her first trip to Lewa in 1991.  Patty promoted Lewa’s conservation efforts by volunteering to lead AAZK BFR and helps to coordinate BFR efforts across North American and Australia</p>   \r\n<strong>Elaine Kirchner, Ft. Wayne Children’s Zoo</strong>\r\nElaine began her 27 year career at the Ft. Wayne Children’s Zoo.  She has focused on extending her knowledge and expertise of all Australian species while serving as a mentor to zoo keepers just beginning their careers. In 2000, Elaine became the studbook keeper of the Eastern and Western Grey Kangaroo and serves on the Monotrpe and Marsupial TAG as the Chair</p>\r\n<strong>Andy Henderson, Utah’s Hogle Zoo</strong>\r\nAndrew (Andy) Henderson began his 31-year career in 1981 at the Lincoln Park Zoo.  One of his numerous achievpents was his role in the design of the Regenstein Center for African Apes. In 2007 Andy became the Primate Team Animal Care Supervisor at Utah’s Hogle Zoo.  Andy served on the New World Primate TAG Steering Committee, was the Studbook Keeper and Population Manager for the Bolivian Gray Titi Monkey.   Andy passed away in 2012 and will always be fondly rpembered by professional colleagues around the world </p>\r\n<strong>Barbara Manspeaker, AAZK National Office </strong>\r\nThis award is in recognition of her outstanding commitment to professionalism during her distinguished career as the Secretary/Treasurer of AAZK for the past 29 years. In recognition of her service, especially in coordinating the daily managpent of AAZK Chapters the AAZK recognition of Chapter excellence will be known as the Barbara Manspeaker AAZK Chapter of the Year Award  </p>\r\n\r\n<h3>AAZK Chapter of the Year Award - 2013</h3>\r\n<strong>Rocky Mountain AAZK Chapter, Denver Zoo</strong>\r\n', 'Past Recipients', 0, '', 'inherit', 'closed', 'closed', '', '3513-revision-v1', '', '', '2013-11-06 22:40:13', '2013-11-07 03:40:13', '', 3513, 'http://web3.gowebsolutions.com/~aazook/3513-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4473, 1, '2013-11-06 16:08:03', '2013-11-06 21:08:03', '\r\n<h2>Bowling for Rhinos Awards - 2013</h2>\r\n<strong>Conservation Resource Grant</strong> RhiNOremedy\r\n<h3>Top Individual Fundraisers – Bowling for Rhinos 2013</h3>\r\n<strong>Mike Bona</strong> - Los Angeles Chapter, Lewa trip winner\r\n<strong>Ann Knutson</strong> - San Diego Chapter, Lewa trip winner\r\n<strong>Kenton Kerns</strong> - National Capital Chapter, Indonesia trip winner\r\n Crystal Butler</strong> - Oklahoma City Chapter, Indonesia trip winner\r\n<strong>Jim Haigwood</strong> - Los Angeles Chapter, Honorary trip winner\r\n<h3>Top Chapter Fundraiser - 2013</h3>\r\n<strong>Portland AAZK Chapter.</strong> Chapter Award\r\n\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui & Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &  Jenni Dyar</em>\r\n\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak, \r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard               \r\n<em>Alison Mott & Kate Gore</em>\r\n\r\n<h3>Certificate of Appreciation - 2013</h3>\r\nChristine Dembiec \r\n<em>For serving as the Behavioral Husbandry Chair   </em>\r\n\r\n\r\n<h3>Certificates of Recognition - 2013</h3>\r\nDenise Wagner, Phoenix Zoo\r\n<em>For serving on the AAZK Board of Directors </em>\r\nNP Training Works, Cyperworx\r\n<em>For their development of AAZK Online</em>\r\nSan Diego Zoo Global Academy, San Diego Zoo\r\n<em>For the Academy’s help and support in making their online learning content available to our Collaborative Learning Environment</em>\r\nSean Walcott, SeaWorld San Diego\r\n<em>For his work in developing and maintaining AAZK Social Media</em>\r\nBill Konstant, International Rhino Foundation\r\n<em>For his support of Bowling for Rhinos through his Seven Chapter Tour</em>\r\nJacque Blessington, Kansas City Zoo\r\n<em>For her time spent as the membership Resources Chair</em>\r\nGisela Wiggins, North Carolina Zoo\r\n<em>Co-Chair 2013 AAZK National Conference</em>\r\nElizabeth McChesney, North Carolina Zoo   \r\n<em>Co-Chair 2013 AAZK National Conference</em>\r\nBrigitte Thompson, North Carolina Zoo\r\n<em>Co-Chair 2013 AAZK National Conference</em>\r\n\r\n<h3>Certificate of Merit in Conservation Awards - 2013</h3>\r\n<strong>Lauren Augustine, Smithsonian’s National Zoo</strong> \r\n<em>For developing Chopsticks for Salamanders (CFS) and partnering with AAZK Chapters who use CFS as a Chapter fundraiser</em>\r\n<strong>Mollie Coym, Houston Zoo</strong>\r\n<em>For developing interpretative materials and activities to message the conservation efforts of the Houston Zoo and other partners to save the Attwater Prairie Chicken from extinction</em>\r\n<strong>Elizabeth Dunn, University of Central Arkansas, Natural Tiger Sanctuary </strong>\r\n<em>For the design and implementation of research projects in the area of tiger vocal communication and has helped connect the sanctuary with field organizations that monitor wild populations</em>\r\n<strong>Nikii Finch-Morales, CuriOdyssey</strong>\r\n<em>For designing and implementing the Pacific Tree Frog Garden Habitat Project to educate visitors on tree frog life cycles and how to create amphibian habitats in their own yards </em> \r\n<strong>Dave Johnson, Denver Zoological Foundation </strong>\r\n<em>For creating Team Nepalorado to help protect the Greater One-horned Rhinoceros as well as other species in Nepal </em>\r\n<strong>Chawna Schuette, St. Louis Zoo</strong>\r\n<em>For her integral role in research and in-situ and ex-situ conservation efforts of the Ozark Hellbender</em>\r\n<strong>Jennifer Stoddard, Reid Park Zoo </strong>\r\n<em>For creating a Zoo Team Conservation Facebook page and supervising their in-situ conservation efforts and fundraising</em>\r\n\r\n\r\n\r\n\r\n\r\n<div>Mazuri Animal Nutrition Award - 2013</div>\r\n<em>None</em>\r\n<h3>Certificate of Excellence in Exhibit Design Renovation Award - 2013</h3>\r\n<em>None</em>\r\n\r\n<h3>Certificate of Merit for Zoo Keeper Education Award - 2013</h3>\r\n<strong>Greater Houston Chapter AAZK, Houston Zoo </strong>\r\n<em>For initiating a clinic program to supplement keeper education at the Houston Zoo</em>\r\n<strong>National Capital Chapter, Smithsonian’s National Zoo</strong>\r\n<em>For the professional Development Committee which provides three types of programs to all zoo staff and volunteers.  INDEPTH is a semi-monthly brown bag lunch series with a variety of topics, short one-day seminars and long courses, Behavior Research Methods and Population management taught by a Subject-matter Expert </em> \r\n\r\n<h3>Lee Houts Excellence in Enrichment Award - 2013</h3>\r\n<strong>Carrie Felsher, St. Louis Zoo</strong>\r\n<em>For preparing the annual report of enrichment programs, gives enrichment presentations, publishes articles and provides leadership for the Zoo’s annual Enrichment Day</em>  \r\n<strong>NPZ Enrichment & Training Steering Committee, Smithsonian’s National Zoo</strong>\r\n<em>For creating a Giving Tree fundraiser for enrichment items, producing an Enrichment Wish List Brochure and an Enrichment Giving Tree</em> \r\n\r\n<h3>Jean M. Hromadka Excellence in Animal Care Award - 2013</h3>\r\n<em>This award carries a $500 stipend for the winner endowed by the Lutz Ruhe Family</em>\r\n \r\n<strong>Neo Monks Team, Denver Zoo</strong>\r\n<strong>This award is based upon on the Neomonks Team of five keepers which have excelled in the areas of animal husbandry, behavior management, teen volunteer and internship programs and public education </strong> \r\n\r\n\r\n<h3>Lutz Ruhe Meritorious Achievement-Professional of the Year Award</h3>\r\n<em>This award carries a $750 stipend for the winner endowed by the Lutz Ruhe Family</em>\r\n\r\n<strong>Kenton Kerns, Smithsonian’s National Zoo</strong>\r\n<em>This award is in recognition of his outstanding commitment to professionalism during his distinguished career as a zoo keeper Specifically noted is his work with the Golden Lion Tamarin, research projects, publishing articles, mentoring interns and serving on the Boards of Save the Golden Lion Tamarin and Chopsticks for Salamanders and the National Zoo’s Safety Committee</em>\r\n<h3>Lifetime Achievement Awards – 2013</h3>\r\n<em>Read the complete biographies in the October 2013 issue of Animal Keepers’ Forum </em>\r\n\r\n<strong>Patty Pearthree, Bowling For Rhinos</strong>\r\n<em>Patty’s love and dedication for wildlife began as a small girl and continues today as the AAZK Bowling for Rhinos Program Manager and leader of keeper safaris to Lewa Wildlife Conservancy. Her dedication to AAZK’s Bowling for Rhinos flourished when she won her first trip to Lewa in 1991.  Patty promoted Lewa’s conservation efforts by volunteering to lead AAZK BFR and helps to coordinate BFR efforts across North American and Australia</em>   \r\n<strong>Elaine Kirchner, Ft. Wayne Children’s Zoo</strong>\r\n<em>Elaine began her 27 year career at the Ft. Wayne Children’s Zoo.  She has focused on extending her knowledge and expertise of all Australian species while serving as a mentor to zoo keepers just beginning their careers. In 2000, Elaine became the studbook keeper of the Eastern and Western Grey Kangaroo and serves on the Monotreme and Marsupial TAG as the Chair</em>\r\n<strong>Andy Henderson, Utah’s Hogle Zoo</strong>\r\n<em>Andrew (Andy) Henderson began his 31-year career in 1981 at the Lincoln Park Zoo.  One of his numerous achievements was his role in the design of the Regenstein Center for African Apes. In 2007 Andy became the Primate Team Animal Care Supervisor at Utah’s Hogle Zoo.  Andy served on the New World Primate TAG Steering Committee, was the Studbook Keeper and Population Manager for the Bolivian Gray Titi Monkey.   Andy passed away in 2012 and will always be fondly remembered by professional colleagues around the world </em>\r\n<strong>Barbara Manspeaker, AAZK National Office </strong>\r\n<em>This award is in recognition of her outstanding commitment to professionalism during her distinguished career as the Secretary/Treasurer of AAZK for the past 29 years. In recognition of her service, especially in coordinating the daily management of AAZK Chapters the AAZK recognition of Chapter excellence will be known as the Barbara Manspeaker AAZK Chapter of the Year Award  </em>\r\n\r\n<h3>AAZK Chapter of the Year Award - 2013</h3>\r\n<strong>Rocky Mountain AAZK Chapter, Denver Zoo</strong>\r\n', 'Past Recipients', 0, '', 'inherit', 'closed', 'closed', '', '3513-revision-v1', '', '', '2013-11-06 16:08:03', '2013-11-06 21:08:03', '', 3513, 'http://web3.gowebsolutions.com/~aazook/3513-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3514, 1, '2013-10-28 12:55:12', '2013-10-28 17:55:12', '', 'SaveNatureOrg', 0, '', 'inherit', 'closed', 'closed', '', 'savenatureorg', '', '', '2013-10-28 12:55:12', '2013-10-28 17:55:12', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/SaveNatureOrg.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3515, 1, '2013-10-28 12:55:29', '2013-10-28 17:55:29', 'The following are the 2012 Award Recipients from the August 27, 2012 Awards Ceremony that was held in Syracuse, New York.\r\n\r\n<h4>2012 Conservation Prize</h4>\r\n<img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/SaveNatureOrg.jpg" alt="SaveNatureOrg" width="150" height="258" class="alignleft size-full wp-image-3514" /> <strong>Awarded to:</strong> SaveNature.Org\r\n<strong>Website:</strong> <a href="http://savenature.org/" title="SaveNature.Org" target="_blank">www.savenature.org</a>\r\n<ul>\r\n<li>Taking a leadership role in saving biodiversity. </li>\r\n<li>Creating conservation partnerships with a call to action.  </li>\r\n<li>Saving threatened and endangered tropical rainforest, wild ocean and desert habitat in-situ.  </li>\r\n<li>Conservation commitment that inspires the public to save nature. </li>\r\n</ul>\r\n\r\n<h6>SaveNature.Org Conservation Prize Recipients 1993 - 2011 </h6>\r\n', 'Past Recipients', 0, '', 'inherit', 'closed', 'closed', '', '3513-revision-v1', '', '', '2013-10-28 12:55:29', '2013-10-28 17:55:29', '', 3513, 'http://web3.gowebsolutions.com/~aazook/3513-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3516, 1, '2013-11-06 16:10:16', '2013-11-06 21:10:16', '\r\n<h2>Bowling for Rhinos Awards - 2013</h2>\r\n<strong>Conservation Resource Grant</strong> RhiNOremedy\r\n<h3>Top Individual Fundraisers – Bowling for Rhinos 2013</h3>\r\n<strong>Mike Bona</strong> - Los Angeles Chapter, Lewa trip winner\r\n<strong>Ann Knutson</strong> - San Diego Chapter, Lewa trip winner\r\n<strong>Kenton Kerns</strong> - National Capital Chapter, Indonesia trip winner\r\n Crystal Butler</strong> - Oklahoma City Chapter, Indonesia trip winner\r\n<strong>Jim Haigwood</strong> - Los Angeles Chapter, Honorary trip winner\r\n<h3>Top Chapter Fundraiser - 2013</h3>\r\n<strong>Portland AAZK Chapter.</strong> Chapter Award\r\n\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui & Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &  Jenni Dyar</em>\r\n\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak, \r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard               \r\nAlison Mott & Kate Gore\r\n\r\n<h3>Certificate of Appreciation - 2013</h3>\r\nChristine Dembiec \r\n<em>For serving as the Behavioral Husbandry Chair   </em>\r\n\r\n\r\n<h3>Certificates of Recognition - 2013</h3>\r\n<strong>Denise Wagner, Phoenix Zoo</strong>\r\n<em>For serving on the AAZK Board of Directors </em>\r\n<strong>NP Training Works, Cyperworx</strong>\r\n<em>For their development of AAZK Online</em>\r\n<strong>San Diego Zoo Global Academy, San Diego Zoo</strong>\r\n<em>For the Academy’s help and support in making their online learning content available to our Collaborative Learning Environment</em>\r\n<strong>Sean Walcott, SeaWorld San Diego</strong>\r\n<em>For his work in developing and maintaining AAZK Social Media</em>\r\n<strong>Bill Konstant, International Rhino Foundation</strong>\r\n<em>For his support of Bowling for Rhinos through his Seven Chapter Tour</em>\r\n<strong>Jacque Blessington, Kansas City Zoo</strong>\r\n<em>For her time spent as the membership Resources Chair</em>\r\n<strong>Gisela Wiggins, North Carolina Zoo</strong>\r\n<em>Co-Chair 2013 AAZK National Conference</em>\r\n<strong>Elizabeth McChesney, North Carolina Zoo </strong>  \r\n<em>Co-Chair 2013 AAZK National Conference</em>\r\n<strong>Brigitte Thompson, North Carolina Zoo</strong>\r\n<em>Co-Chair 2013 AAZK National Conference</em>\r\n\r\n<h3>Certificate of Merit in Conservation Awards - 2013</h3>\r\n<strong>Lauren Augustine, Smithsonian’s National Zoo</strong> \r\n<em>For developing Chopsticks for Salamanders (CFS) and partnering with AAZK Chapters who use CFS as a Chapter fundraiser</em>\r\n<strong>Mollie Coym, Houston Zoo</strong>\r\n<em>For developing interpretative materials and activities to message the conservation efforts of the Houston Zoo and other partners to save the Attwater Prairie Chicken from extinction</em>\r\n<strong>Elizabeth Dunn, University of Central Arkansas, Natural Tiger Sanctuary </strong>\r\n<em>For the design and implementation of research projects in the area of tiger vocal communication and has helped connect the sanctuary with field organizations that monitor wild populations</em>\r\n<strong>Nikii Finch-Morales, CuriOdyssey</strong>\r\n<em>For designing and implementing the Pacific Tree Frog Garden Habitat Project to educate visitors on tree frog life cycles and how to create amphibian habitats in their own yards </em> \r\n<strong>Dave Johnson, Denver Zoological Foundation </strong>\r\n<em>For creating Team Nepalorado to help protect the Greater One-horned Rhinoceros as well as other species in Nepal </em>\r\n<strong>Chawna Schuette, St. Louis Zoo</strong>\r\n<em>For her integral role in research and in-situ and ex-situ conservation efforts of the Ozark Hellbender</em>\r\n<strong>Jennifer Stoddard, Reid Park Zoo </strong>\r\n<em>For creating a Zoo Team Conservation Facebook page and supervising their in-situ conservation efforts and fundraising</em>\r\n\r\n\r\n\r\n\r\n\r\n<div>Mazuri Animal Nutrition Award - 2013</div>\r\n<em>None</em>\r\n<h3>Certificate of Excellence in Exhibit Design Renovation Award - 2013</h3>\r\n<em>None</em>\r\n\r\n<h3>Certificate of Merit for Zoo Keeper Education Award - 2013</h3>\r\n<strong>Greater Houston Chapter AAZK, Houston Zoo </strong>\r\n<em>For initiating a clinic program to supplement keeper education at the Houston Zoo</em>\r\n<strong>National Capital Chapter, Smithsonian’s National Zoo</strong>\r\n<em>For the professional Development Committee which provides three types of programs to all zoo staff and volunteers.  INDEPTH is a semi-monthly brown bag lunch series with a variety of topics, short one-day seminars and long courses, Behavior Research Methods and Population management taught by a Subject-matter Expert </em> \r\n\r\n<h3>Lee Houts Excellence in Enrichment Award - 2013</h3>\r\n<strong>Carrie Felsher, St. Louis Zoo</strong>\r\n<em>For preparing the annual report of enrichment programs, gives enrichment presentations, publishes articles and provides leadership for the Zoo’s annual Enrichment Day</em>  \r\n<strong>NPZ Enrichment & Training Steering Committee, Smithsonian’s National Zoo</strong>\r\n<em>For creating a Giving Tree fundraiser for enrichment items, producing an Enrichment Wish List Brochure and an Enrichment Giving Tree</em> \r\n\r\n<h3>Jean M. Hromadka Excellence in Animal Care Award - 2013</h3>\r\n<em>This award carries a $500 stipend for the winner endowed by the Lutz Ruhe Family</em>\r\n \r\n<strong>Neo Monks Team, Denver Zoo</strong>\r\n<strong>This award is based upon on the Neomonks Team of five keepers which have excelled in the areas of animal husbandry, behavior management, teen volunteer and internship programs and public education </strong> \r\n\r\n\r\n<h3>Lutz Ruhe Meritorious Achievement-Professional of the Year Award</h3>\r\n<em>This award carries a $750 stipend for the winner endowed by the Lutz Ruhe Family</em>\r\n\r\n<strong>Kenton Kerns, Smithsonian’s National Zoo</strong>\r\n<em>This award is in recognition of his outstanding commitment to professionalism during his distinguished career as a zoo keeper Specifically noted is his work with the Golden Lion Tamarin, research projects, publishing articles, mentoring interns and serving on the Boards of Save the Golden Lion Tamarin and Chopsticks for Salamanders and the National Zoo’s Safety Committee</em>\r\n<h3>Lifetime Achievement Awards – 2013</h3>\r\n<em>Read the complete biographies in the October 2013 issue of Animal Keepers’ Forum </em>\r\n\r\n<p><strong>Patty Pearthree, Bowling For Rhinos</strong>\r\nPatty’s love and dedication for wildlife began as a small girl and continues today as the AAZK Bowling for Rhinos Program Manager and leader of keeper safaris to Lewa Wildlife Conservancy. Her dedication to AAZK’s Bowling for Rhinos flourished when she won her first trip to Lewa in 1991.  Patty promoted Lewa’s conservation efforts by volunteering to lead AAZK BFR and helps to coordinate BFR efforts across North American and Australia</p>   \r\n<p><strong>Elaine Kirchner, Ft. Wayne Children’s Zoo</strong>\r\nElaine began her 27 year career at the Ft. Wayne Children’s Zoo.  She has focused on extending her knowledge and expertise of all Australian species while serving as a mentor to zoo keepers just beginning their careers. In 2000, Elaine became the studbook keeper of the Eastern and Western Grey Kangaroo and serves on the Monotrpe and Marsupial TAG as the Chair</p>\r\n<p><strong>Andy Henderson, Utah’s Hogle Zoo</strong>\r\nAndrew (Andy) Henderson began his 31-year career in 1981 at the Lincoln Park Zoo.  One of his numerous achievpents was his role in the design of the Regenstein Center for African Apes. In 2007 Andy became the Primate Team Animal Care Supervisor at Utah’s Hogle Zoo.  Andy served on the New World Primate TAG Steering Committee, was the Studbook Keeper and Population Manager for the Bolivian Gray Titi Monkey.   Andy passed away in 2012 and will always be fondly rpembered by professional colleagues around the world </p>\r\n<p><strong>Barbara Manspeaker, AAZK National Office </strong>\r\nThis award is in recognition of her outstanding commitment to professionalism during her distinguished career as the Secretary/Treasurer of AAZK for the past 29 years. In recognition of her service, especially in coordinating the daily managpent of AAZK Chapters the AAZK recognition of Chapter excellence will be known as the Barbara Manspeaker AAZK Chapter of the Year Award  </p>\r\n\r\n<h3>AAZK Chapter of the Year Award - 2013</h3>\r\n<strong>Rocky Mountain AAZK Chapter, Denver Zoo</strong>\r\n', 'Past Recipients', 0, '', 'inherit', 'closed', 'closed', '', '3513-autosave-v1', '', '', '2013-11-06 16:10:16', '2013-11-06 21:10:16', '', 3513, 'http://web3.gowebsolutions.com/~aazook/3513-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3517, 1, '2013-10-28 13:01:56', '2013-10-28 18:01:56', '', 'wine-for-the-wild-sign', 0, '', 'inherit', 'closed', 'closed', '', 'wine-for-the-wild-sign', '', '', '2013-10-28 13:01:56', '2013-10-28 18:01:56', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/wine-for-the-wild-sign.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3518, 1, '2013-10-28 13:01:56', '2013-10-28 18:01:56', '', 'wine-for-the-wild-crowd', 0, '', 'inherit', 'closed', 'closed', '', 'wine-for-the-wild-crowd', '', '', '2013-10-28 13:01:56', '2013-10-28 18:01:56', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/wine-for-the-wild-crowd.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3519, 1, '2013-10-28 13:02:35', '2013-10-28 18:02:35', 'The following are the 2012 Award Recipients from the August 27, 2012 Awards Ceremony that was held in Syracuse, New York.\r\n\r\n<h4>2012 Conservation Prize</h4>\r\n<img src="[homeurl]/wp-content/uploads/SaveNatureOrg.jpg" alt="SaveNatureOrg" width="100" class="alignleft" /> <strong>Awarded to:</strong> SaveNature.Org\r\n<strong>Website:</strong> <a href="http://savenature.org/" title="SaveNature.Org" target="_blank">www.savenature.org</a>\r\n\r\n<ul>\r\n<li>Taking a leadership role in saving biodiversity. </li>\r\n<li>Creating conservation partnerships with a call to action.  </li>\r\n<li>Saving threatened and endangered tropical rainforest, wild ocean and desert habitat in-situ.  </li>\r\n<li>Conservation commitment that inspires the public to save nature. </li>\r\n</ul>\r\n<div class="clear"></div>\r\n\r\n<h6>SaveNature.Org Conservation Prize Recipients 1993 - 2011 </h6>\r\n<ul>\r\n<li>1993 San Francisco Zoo, Greater Bay Area Chapter AAZK, Denver Zoological Gardens, Natl. Aquarium in Baltimore \r\n<li>1994 Lowry Park Zoo, Suncoast Chapter AAZK </li>\r\n<li>1995 Utah’s Hogle Zoo and Utah Chapter of AAZK</li> \r\n<li>1996 Milwaukee County Zoo & Milwaukee Chapter AAZK </li>\r\n<li>1997 Woodland Park Zoo and Puget Sound Chapter AAZK </li>\r\n<li>1998 San Diego Chapter AAZK and Greater Kansas City Chapter AAZK and </li>\r\n<li>1999 Kansas City Zoological Gardens </li>\r\n<li>1999 John Ball Zoo and ZooKeepers at the John Ball Zoo </li>\r\n<li>2000 Tulsa Zoo </li>\r\n<li>2001 El Paso Zoo </li>\r\n<li>2002 Lake Superior Zoo and Northern Lights Chapter of AAZK </li>\r\n<li>2003 Seneca Park Zoo </li>\r\n<li>2004 Great Plains Zoo and Robin Shewokis </li>\r\n<li>2005 North Carolina Zoological Park, North Carolina Zoological Society and North Carolina Chapter AAZK </li>\r\n<li>2006 Central Florida Zoo </li>\r\n<li>2007 Pittsburgh Zoo & PPG Aquarium </li>\r\n<li>2008 Minnesota Zoo AAZK Chapter and Zoo </li>\r\n<li>2009 Jenkinson’s Aquarium </li>\r\n<li>2010 Roosevelt Park Zoo </li>\r\n<li>2011 Happy Hollow Zoo</li>\r\n</ul>\r\n\r\n<h6>Wine for the Wild</h6>\r\n<img src="[homeurl]/wp-content/uploads/wine-for-the-wild-sign.jpg" alt="wine-for-the-wild-sign" width="200" height="257" class="aligncenter" /> <img src="[homeurl]/wp-content/uploads/wine-for-the-wild-crowd.jpg" alt="wine-for-the-wild-crowd" width="350" height="257" class="aligncenter" />\r\n\r\n', 'Past Recipients', 0, '', 'inherit', 'closed', 'closed', '', '3513-revision-v1', '', '', '2013-10-28 13:02:35', '2013-10-28 18:02:35', '', 3513, 'http://web3.gowebsolutions.com/~aazook/3513-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3520, 1, '2013-10-28 13:03:22', '2013-10-28 18:03:22', 'The following are the 2012 Award Recipients from the August 27, 2012 Awards Ceremony that was held in Syracuse, New York.\r\n\r\n<h4>2012 Conservation Prize</h4>\r\n<img src="[homeurl]/wp-content/uploads/SaveNatureOrg.jpg" alt="SaveNatureOrg" width="100" class="alignleft" /> <strong>Awarded to:</strong> SaveNature.Org\r\n<strong>Website:</strong> <a href="http://savenature.org/" title="SaveNature.Org" target="_blank">www.savenature.org</a>\r\n\r\n<ul>\r\n<li>Taking a leadership role in saving biodiversity. </li>\r\n<li>Creating conservation partnerships with a call to action.  </li>\r\n<li>Saving threatened and endangered tropical rainforest, wild ocean and desert habitat in-situ.  </li>\r\n<li>Conservation commitment that inspires the public to save nature. </li>\r\n</ul>\r\n<div class="clear"></div>\r\n\r\n<h6>SaveNature.Org Conservation Prize Recipients 1993 - 2011 </h6>\r\n<ul>\r\n<li>1993 San Francisco Zoo, Greater Bay Area Chapter AAZK, Denver Zoological Gardens, Natl. Aquarium in Baltimore \r\n<li>1994 Lowry Park Zoo, Suncoast Chapter AAZK </li>\r\n<li>1995 Utah’s Hogle Zoo and Utah Chapter of AAZK</li> \r\n<li>1996 Milwaukee County Zoo & Milwaukee Chapter AAZK </li>\r\n<li>1997 Woodland Park Zoo and Puget Sound Chapter AAZK </li>\r\n<li>1998 San Diego Chapter AAZK and Greater Kansas City Chapter AAZK and </li>\r\n<li>1999 Kansas City Zoological Gardens </li>\r\n<li>1999 John Ball Zoo and ZooKeepers at the John Ball Zoo </li>\r\n<li>2000 Tulsa Zoo </li>\r\n<li>2001 El Paso Zoo </li>\r\n<li>2002 Lake Superior Zoo and Northern Lights Chapter of AAZK </li>\r\n<li>2003 Seneca Park Zoo </li>\r\n<li>2004 Great Plains Zoo and Robin Shewokis </li>\r\n<li>2005 North Carolina Zoological Park, North Carolina Zoological Society and North Carolina Chapter AAZK </li>\r\n<li>2006 Central Florida Zoo </li>\r\n<li>2007 Pittsburgh Zoo & PPG Aquarium </li>\r\n<li>2008 Minnesota Zoo AAZK Chapter and Zoo </li>\r\n<li>2009 Jenkinson’s Aquarium </li>\r\n<li>2010 Roosevelt Park Zoo </li>\r\n<li>2011 Happy Hollow Zoo</li>\r\n</ul>\r\n\r\n<h6>Wine for the Wild</h6>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/wine-for-the-wild-sign.jpg" alt="wine-for-the-wild-sign" width="200" height="257" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/wine-for-the-wild-crowd.jpg" alt="wine-for-the-wild-crowd" width="350" height="257" class="alignnone" /></p>\r\n\r\n', 'Past Recipients', 0, '', 'inherit', 'closed', 'closed', '', '3513-revision-v1', '', '', '2013-10-28 13:03:22', '2013-10-28 18:03:22', '', 3513, 'http://web3.gowebsolutions.com/~aazook/3513-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3521, 1, '2013-10-28 13:04:38', '2013-10-28 18:04:38', 'The following are the 2012 Award Recipients from the August 27, 2012 Awards Ceremony that was held in Syracuse, New York.\r\n\r\n<h4>2012 Conservation Prize</h4>\r\n<img src="[homeurl]/wp-content/uploads/SaveNatureOrg.jpg" alt="SaveNatureOrg" width="100" class="alignleft" /> <strong>Awarded to:</strong> SaveNature.Org\r\n<strong>Website:</strong> <a href="http://savenature.org/" title="SaveNature.Org" target="_blank">www.savenature.org</a>\r\n\r\n<ul>\r\n<li>Taking a leadership role in saving biodiversity. </li>\r\n<li>Creating conservation partnerships with a call to action.  </li>\r\n<li>Saving threatened and endangered tropical rainforest, wild ocean and desert habitat in-situ.  </li>\r\n<li>Conservation commitment that inspires the public to save nature. </li>\r\n</ul>\r\n<div class="clear"></div>\r\n\r\n<h6>SaveNature.Org Conservation Prize Recipients 1993 - 2011 </h6>\r\n<div class="first sixcol">\r\n<ul>\r\n<li>1993 San Francisco Zoo, Greater Bay Area Chapter AAZK, Denver Zoological Gardens, Natl. Aquarium in Baltimore \r\n<li>1994 Lowry Park Zoo, Suncoast Chapter AAZK </li>\r\n<li>1995 Utah’s Hogle Zoo and Utah Chapter of AAZK</li> \r\n<li>1996 Milwaukee County Zoo & Milwaukee Chapter AAZK </li>\r\n<li>1997 Woodland Park Zoo and Puget Sound Chapter AAZK </li>\r\n<li>1998 San Diego Chapter AAZK and Greater Kansas City Chapter AAZK and </li>\r\n<li>1999 Kansas City Zoological Gardens </li>\r\n<li>1999 John Ball Zoo and ZooKeepers at the John Ball Zoo </li>\r\n<li>2000 Tulsa Zoo </li>\r\n<li>2001 El Paso Zoo </li>\r\n</ul></div>\r\n<div class="last sixcol">\r\n<ul>\r\n<li>2002 Lake Superior Zoo and Northern Lights Chapter of AAZK </li>\r\n<li>2003 Seneca Park Zoo </li>\r\n<li>2004 Great Plains Zoo and Robin Shewokis </li>\r\n<li>2005 North Carolina Zoological Park, North Carolina Zoological Society and North Carolina Chapter AAZK </li>\r\n<li>2006 Central Florida Zoo </li>\r\n<li>2007 Pittsburgh Zoo & PPG Aquarium </li>\r\n<li>2008 Minnesota Zoo AAZK Chapter and Zoo </li>\r\n<li>2009 Jenkinson’s Aquarium </li>\r\n<li>2010 Roosevelt Park Zoo </li>\r\n<li>2011 Happy Hollow Zoo</li>\r\n</ul></div>\r\n\r\n<h6>Wine for the Wild</h6>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/wine-for-the-wild-sign.jpg" alt="wine-for-the-wild-sign" width="200" height="257" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/wine-for-the-wild-crowd.jpg" alt="wine-for-the-wild-crowd" width="350" height="257" class="alignnone" /></p>\r\n', 'Past Recipients', 0, '', 'inherit', 'closed', 'closed', '', '3513-revision-v1', '', '', '2013-10-28 13:04:38', '2013-10-28 18:04:38', '', 3513, 'http://web3.gowebsolutions.com/~aazook/3513-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3522, 1, '2013-10-28 13:22:15', '2013-10-28 18:22:15', '', 'Fun-Raising-for-the-Wild', 0, '', 'inherit', 'closed', 'closed', '', 'fun-raising-for-the-wild', '', '', '2013-10-28 13:22:15', '2013-10-28 18:22:15', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/Fun-Raising-for-the-Wild.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3523, 1, '2013-10-28 13:22:16', '2013-10-28 18:22:16', '', 'Svengoolie-for-the-Wild', 0, '', 'inherit', 'closed', 'closed', '', 'svengoolie-for-the-wild', '', '', '2013-10-28 13:22:16', '2013-10-28 18:22:16', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/Svengoolie-for-the-Wild.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3524, 1, '2013-10-28 13:25:12', '2013-10-28 18:25:12', '', 'Swim-for-the-Wild', 0, '', 'inherit', 'closed', 'closed', '', 'swim-for-the-wild', '', '', '2013-10-28 13:25:12', '2013-10-28 18:25:12', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/Swim-for-the-Wild.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3525, 1, '2013-10-28 13:29:03', '2013-10-28 18:29:03', 'The following are the 2012 Award Recipients from the August 27, 2012 Awards Ceremony that was held in Syracuse, New York.\r\n\r\n<h4>2012 Conservation Prize</h4>\r\n<img src="[homeurl]/wp-content/uploads/SaveNatureOrg.jpg" alt="SaveNatureOrg" width="100" class="alignleft" /> SaveNature.Org\r\n<strong>Website:</strong> <a href="http://savenature.org/" title="SaveNature.Org" target="_blank">www.savenature.org</a>\r\n\r\n<ul>\r\n<li>Taking a leadership role in saving biodiversity. </li>\r\n<li>Creating conservation partnerships with a call to action.  </li>\r\n<li>Saving threatened and endangered tropical rainforest, wild ocean and desert habitat in-situ.  </li>\r\n<li>Conservation commitment that inspires the public to save nature. </li>\r\n</ul>\r\n<div class="clear"></div>\r\n\r\n<h6>SaveNature.Org Conservation Prize Recipients 1993 - 2011 </h6>\r\n<div class="first sixcol">\r\n<ul>\r\n<li>1993 San Francisco Zoo, Greater Bay Area Chapter AAZK, Denver Zoological Gardens, Natl. Aquarium in Baltimore \r\n<li>1994 Lowry Park Zoo, Suncoast Chapter AAZK </li>\r\n<li>1995 Utah’s Hogle Zoo and Utah Chapter of AAZK</li> \r\n<li>1996 Milwaukee County Zoo & Milwaukee Chapter AAZK </li>\r\n<li>1997 Woodland Park Zoo and Puget Sound Chapter AAZK </li>\r\n<li>1998 San Diego Chapter AAZK and Greater Kansas City Chapter AAZK and </li>\r\n<li>1999 Kansas City Zoological Gardens </li>\r\n<li>1999 John Ball Zoo and ZooKeepers at the John Ball Zoo </li>\r\n<li>2000 Tulsa Zoo </li>\r\n<li>2001 El Paso Zoo </li>\r\n</ul></div>\r\n<div class="last sixcol">\r\n<ul>\r\n<li>2002 Lake Superior Zoo and Northern Lights Chapter of AAZK </li>\r\n<li>2003 Seneca Park Zoo </li>\r\n<li>2004 Great Plains Zoo and Robin Shewokis </li>\r\n<li>2005 North Carolina Zoological Park, North Carolina Zoological Society and North Carolina Chapter AAZK </li>\r\n<li>2006 Central Florida Zoo </li>\r\n<li>2007 Pittsburgh Zoo & PPG Aquarium </li>\r\n<li>2008 Minnesota Zoo AAZK Chapter and Zoo </li>\r\n<li>2009 Jenkinson’s Aquarium </li>\r\n<li>2010 Roosevelt Park Zoo </li>\r\n<li>2011 Happy Hollow Zoo</li>\r\n</ul></div>\r\n<div class="clear"></div>\r\n\r\n<h6>Wine for the Wild</h6>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/wine-for-the-wild-sign.jpg" alt="wine-for-the-wild-sign" width="200" height="257" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/wine-for-the-wild-crowd.jpg" alt="wine-for-the-wild-crowd" width="350" height="257" class="alignnone" /></p>\r\n\r\n<div class="first sixcol">\r\n<h6>Svengoolie for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Svengoolie-for-the-Wild.jpg" alt="Svengoolie for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Fun-Raising for the Wild</h6>\r\n<img src="[homeurl]/wp-content/uploads/Fun-Raising-for-the-Wild.jpg" alt="Fun-Raising for the Wild" width="254" height="186" class="aligncenter" />\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<div class="first sixcol">\r\n<h6>Swim for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Swim-for-the-Wild.jpg" alt="Swim for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Guanacaste Conservation Area, Costa Rica</h6>\r\n<img src="" alt="" width="254" height="186" class="aligncenter" />\r\n<p align="center">Saving 375,000 terrestrial species in the wild \r\n65% of Costa Rican species. 2.5% of the world</p>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<h6>Congratulations to the 2012 SaveNature.Org Conservation Prize Lincoln Park American Association of Zoo Keepers\r\n', 'Past Recipients', 0, '', 'inherit', 'closed', 'closed', '', '3513-revision-v1', '', '', '2013-10-28 13:29:03', '2013-10-28 18:29:03', '', 3513, 'http://web3.gowebsolutions.com/~aazook/3513-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3526, 1, '2013-10-28 13:29:33', '2013-10-28 18:29:33', '', 'GUANACASTE-CONSERVATION-AREA,-COSTA-RICA', 0, '', 'inherit', 'closed', 'closed', '', 'guanacaste-conservation-area-costa-rica', '', '', '2013-10-28 13:29:33', '2013-10-28 18:29:33', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/GUANACASTE-CONSERVATION-AREA-COSTA-RICA.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3527, 1, '2013-10-28 13:31:34', '2013-10-28 18:31:34', '', 'Lincoln-Park', 0, '', 'inherit', 'closed', 'closed', '', 'lincoln-park', '', '', '2013-10-28 13:31:34', '2013-10-28 18:31:34', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/Lincoln-Park.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3528, 1, '2013-10-28 13:33:08', '2013-10-28 18:33:08', '', 'Lincoln-Park-cert', 0, '', 'inherit', 'closed', 'closed', '', 'lincoln-park-cert', '', '', '2013-10-28 13:33:08', '2013-10-28 18:33:08', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/Lincoln-Park-cert.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3529, 1, '2013-10-28 13:33:58', '2013-10-28 18:33:58', 'The following are the 2012 Award Recipients from the August 27, 2012 Awards Ceremony that was held in Syracuse, New York.\r\n\r\n<h4>2012 Conservation Prize</h4>\r\n<img src="[homeurl]/wp-content/uploads/SaveNatureOrg.jpg" alt="SaveNatureOrg" width="100" class="alignleft" /> SaveNature.Org\r\n<strong>Website:</strong> <a href="http://savenature.org/" title="SaveNature.Org" target="_blank">www.savenature.org</a>\r\n\r\n<ul>\r\n<li>Taking a leadership role in saving biodiversity. </li>\r\n<li>Creating conservation partnerships with a call to action.  </li>\r\n<li>Saving threatened and endangered tropical rainforest, wild ocean and desert habitat in-situ.  </li>\r\n<li>Conservation commitment that inspires the public to save nature. </li>\r\n</ul>\r\n<div class="clear"></div>\r\n\r\n<h6>SaveNature.Org Conservation Prize Recipients 1993 - 2011 </h6>\r\n<div class="first sixcol">\r\n<ul>\r\n<li>1993 San Francisco Zoo, Greater Bay Area Chapter AAZK, Denver Zoological Gardens, Natl. Aquarium in Baltimore \r\n<li>1994 Lowry Park Zoo, Suncoast Chapter AAZK </li>\r\n<li>1995 Utah’s Hogle Zoo and Utah Chapter of AAZK</li> \r\n<li>1996 Milwaukee County Zoo & Milwaukee Chapter AAZK </li>\r\n<li>1997 Woodland Park Zoo and Puget Sound Chapter AAZK </li>\r\n<li>1998 San Diego Chapter AAZK and Greater Kansas City Chapter AAZK and </li>\r\n<li>1999 Kansas City Zoological Gardens </li>\r\n<li>1999 John Ball Zoo and ZooKeepers at the John Ball Zoo </li>\r\n<li>2000 Tulsa Zoo </li>\r\n<li>2001 El Paso Zoo </li>\r\n</ul></div>\r\n<div class="last sixcol">\r\n<ul>\r\n<li>2002 Lake Superior Zoo and Northern Lights Chapter of AAZK </li>\r\n<li>2003 Seneca Park Zoo </li>\r\n<li>2004 Great Plains Zoo and Robin Shewokis </li>\r\n<li>2005 North Carolina Zoological Park, North Carolina Zoological Society and North Carolina Chapter AAZK </li>\r\n<li>2006 Central Florida Zoo </li>\r\n<li>2007 Pittsburgh Zoo & PPG Aquarium </li>\r\n<li>2008 Minnesota Zoo AAZK Chapter and Zoo </li>\r\n<li>2009 Jenkinson’s Aquarium </li>\r\n<li>2010 Roosevelt Park Zoo </li>\r\n<li>2011 Happy Hollow Zoo</li>\r\n</ul></div>\r\n<div class="clear"></div>\r\n\r\n<h6>Wine for the Wild</h6>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/wine-for-the-wild-sign.jpg" alt="wine-for-the-wild-sign" width="200" height="257" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/wine-for-the-wild-crowd.jpg" alt="wine-for-the-wild-crowd" width="350" height="257" class="alignnone" /></p>\r\n\r\n<div class="first sixcol">\r\n<h6>Svengoolie for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Svengoolie-for-the-Wild.jpg" alt="Svengoolie for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Fun-Raising for the Wild</h6>\r\n<img src="[homeurl]/wp-content/uploads/Fun-Raising-for-the-Wild.jpg" alt="Fun-Raising for the Wild" width="254" height="186" class="aligncenter" />\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<div class="first sixcol">\r\n<h6>Swim for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Swim-for-the-Wild.jpg" alt="Swim for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Guanacaste Conservation Area, Costa Rica</h6>\r\n<img src="[homeurl]/wp-content/uploads/GUANACASTE-CONSERVATION-AREA-COSTA-RICA.jpg" alt="Guanacaste Conservation Area, Costa Rica" width="254" height="186" class="aligncenter" />\r\n<p align="center">Saving 375,000 terrestrial species in the wild \r\n65% of Costa Rican species. 2.5% of the world</p>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<h6>Congratulations</h6>\r\nCongratulations to the 2012 SaveNature.Org Conservation Prize<em> Lincoln Park American Association of Zoo Keepers</em>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/Lincoln-Park-cert.jpg" alt="Lincoln Park Certificate" width="243" height="186" class="alignnone size-full wp-image-3528" /> <img src="[homeurl]/wp-content/uploads/Lincoln-Park.jpg" alt="Lincoln Park American Association of Zoo Keepers" width="311" height="186" class="alignnone" /></p>\r\n\r\n', 'Past Recipients', 0, '', 'inherit', 'closed', 'closed', '', '3513-revision-v1', '', '', '2013-10-28 13:33:58', '2013-10-28 18:33:58', '', 3513, 'http://web3.gowebsolutions.com/~aazook/3513-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3530, 1, '2013-10-28 13:50:48', '2013-10-28 18:50:48', '', 'Certificate-of-Appreciation', 0, '', 'inherit', 'closed', 'closed', '', 'certificate-of-appreciation', '', '', '2013-10-28 13:50:48', '2013-10-28 18:50:48', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/Certificate-of-Appreciation.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3531, 1, '2013-10-28 13:53:07', '2013-10-28 18:53:07', '', 'robin-shewokis', 0, '', 'inherit', 'closed', 'closed', '', 'robin-shewokis', '', '', '2013-10-28 13:53:07', '2013-10-28 18:53:07', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/robin-shewokis.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3532, 1, '2013-10-28 13:56:22', '2013-10-28 18:56:22', 'The following are the 2012 Award Recipients from the August 27, 2012 Awards Ceremony that was held in Syracuse, New York.\r\n\r\n<h4>2012 Conservation Prize</h4>\r\n<img src="[homeurl]/wp-content/uploads/SaveNatureOrg.jpg" alt="SaveNatureOrg" width="100" class="alignleft" /> SaveNature.Org\r\n<strong>Website:</strong> <a href="http://savenature.org/" title="SaveNature.Org" target="_blank">www.savenature.org</a>\r\n\r\n<ul>\r\n<li>Taking a leadership role in saving biodiversity. </li>\r\n<li>Creating conservation partnerships with a call to action.  </li>\r\n<li>Saving threatened and endangered tropical rainforest, wild ocean and desert habitat in-situ.  </li>\r\n<li>Conservation commitment that inspires the public to save nature. </li>\r\n</ul>\r\n<div class="clear"></div>\r\n\r\n<h6>SaveNature.Org Conservation Prize Recipients 1993 - 2011 </h6>\r\n<div class="first sixcol">\r\n<ul>\r\n<li>1993 San Francisco Zoo, Greater Bay Area Chapter AAZK, Denver Zoological Gardens, Natl. Aquarium in Baltimore \r\n<li>1994 Lowry Park Zoo, Suncoast Chapter AAZK </li>\r\n<li>1995 Utah’s Hogle Zoo and Utah Chapter of AAZK</li> \r\n<li>1996 Milwaukee County Zoo & Milwaukee Chapter AAZK </li>\r\n<li>1997 Woodland Park Zoo and Puget Sound Chapter AAZK </li>\r\n<li>1998 San Diego Chapter AAZK and Greater Kansas City Chapter AAZK and </li>\r\n<li>1999 Kansas City Zoological Gardens </li>\r\n<li>1999 John Ball Zoo and ZooKeepers at the John Ball Zoo </li>\r\n<li>2000 Tulsa Zoo </li>\r\n<li>2001 El Paso Zoo </li>\r\n</ul></div>\r\n<div class="last sixcol">\r\n<ul>\r\n<li>2002 Lake Superior Zoo and Northern Lights Chapter of AAZK </li>\r\n<li>2003 Seneca Park Zoo </li>\r\n<li>2004 Great Plains Zoo and Robin Shewokis </li>\r\n<li>2005 North Carolina Zoological Park, North Carolina Zoological Society and North Carolina Chapter AAZK </li>\r\n<li>2006 Central Florida Zoo </li>\r\n<li>2007 Pittsburgh Zoo & PPG Aquarium </li>\r\n<li>2008 Minnesota Zoo AAZK Chapter and Zoo </li>\r\n<li>2009 Jenkinson’s Aquarium </li>\r\n<li>2010 Roosevelt Park Zoo </li>\r\n<li>2011 Happy Hollow Zoo</li>\r\n</ul></div>\r\n<div class="clear"></div>\r\n\r\n<h6>Wine for the Wild</h6>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/wine-for-the-wild-sign.jpg" alt="wine-for-the-wild-sign" width="200" height="257" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/wine-for-the-wild-crowd.jpg" alt="wine-for-the-wild-crowd" width="350" height="257" class="alignnone" /></p>\r\n\r\n<div class="first sixcol">\r\n<h6>Svengoolie for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Svengoolie-for-the-Wild.jpg" alt="Svengoolie for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Fun-Raising for the Wild</h6>\r\n<img src="[homeurl]/wp-content/uploads/Fun-Raising-for-the-Wild.jpg" alt="Fun-Raising for the Wild" width="254" height="186" class="aligncenter" />\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<div class="first sixcol">\r\n<h6>Swim for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Swim-for-the-Wild.jpg" alt="Swim for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Guanacaste Conservation Area, Costa Rica</h6>\r\n<img src="[homeurl]/wp-content/uploads/GUANACASTE-CONSERVATION-AREA-COSTA-RICA.jpg" alt="Guanacaste Conservation Area, Costa Rica" width="254" height="186" class="aligncenter" />\r\n<p align="center">Saving 375,000 terrestrial species in the wild \r\n65% of Costa Rican species. 2.5% of the world</p>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<h6>Congratulations</h6>\r\nCongratulations to the 2012 SaveNature.Org Conservation Prize<em> Lincoln Park American Association of Zoo Keepers</em>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/Lincoln-Park.jpg" alt="Lincoln Park American Association of Zoo Keepers" width="311" height="186" class="alignnone" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Appreciation</h4>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/Lincoln-Park-cert.jpg" alt="Certificate of Appreciation" width="243" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/Certificate-of-Appreciation.jpg" alt="Certificate-of-Appreciation" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/robin-shewokis.jpg" alt="Robin Shewokis" width="243" height="186" class="alignnone" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Recognition</h4>\r\n<p align="center"></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Merit in Conservation Award</h4>\r\n<em>No nominees this year</em>\r\n\r\n\r\n<div id="inner-links"></div>', 'Past Recipients', 0, '', 'inherit', 'closed', 'closed', '', '3513-revision-v1', '', '', '2013-10-28 13:56:22', '2013-10-28 18:56:22', '', 3513, 'http://web3.gowebsolutions.com/~aazook/3513-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3533, 1, '2013-10-28 13:59:42', '2013-10-28 18:59:42', '', 'Certificate-of-Recognition', 0, '', 'inherit', 'closed', 'closed', '', 'certificate-of-recognition', '', '', '2013-10-28 13:59:42', '2013-10-28 18:59:42', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/Certificate-of-Recognition.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3534, 1, '2013-10-28 14:01:51', '2013-10-28 19:01:51', '', 'tammy-root-cert', 0, '', 'inherit', 'closed', 'closed', '', 'tammy-root-cert', '', '', '2013-10-28 14:01:51', '2013-10-28 19:01:51', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/tammy-root-cert.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3535, 1, '2013-10-28 14:01:52', '2013-10-28 19:01:52', '', 'tammy-root', 0, '', 'inherit', 'closed', 'closed', '', 'tammy-root', '', '', '2013-10-28 14:01:52', '2013-10-28 19:01:52', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/tammy-root.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3536, 1, '2013-10-28 14:05:21', '2013-10-28 19:05:21', '', 'shane-good', 0, '', 'inherit', 'closed', 'closed', '', 'shane-good', '', '', '2013-10-28 14:05:21', '2013-10-28 19:05:21', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/shane-good.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3537, 1, '2013-10-28 14:05:22', '2013-10-28 19:05:22', '', 'shane-good-cert', 0, '', 'inherit', 'closed', 'closed', '', 'shane-good-cert', '', '', '2013-10-28 14:05:22', '2013-10-28 19:05:22', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/shane-good-cert.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3538, 1, '2013-10-28 14:06:12', '2013-10-28 19:06:12', '', 'angela-binney-cert', 0, '', 'inherit', 'closed', 'closed', '', 'angela-binney-cert', '', '', '2013-10-28 14:06:12', '2013-10-28 19:06:12', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/angela-binney-cert.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3539, 1, '2013-10-28 14:06:14', '2013-10-28 19:06:14', '', 'angela-binney', 0, '', 'inherit', 'closed', 'closed', '', 'angela-binney', '', '', '2013-10-28 14:06:14', '2013-10-28 19:06:14', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/angela-binney.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3540, 1, '2013-10-28 14:08:11', '2013-10-28 19:08:11', '', 'dawn-neptune-cert', 0, '', 'inherit', 'closed', 'closed', '', 'dawn-neptune-cert', '', '', '2013-10-28 14:08:11', '2013-10-28 19:08:11', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune-cert.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3541, 1, '2013-10-28 14:08:13', '2013-10-28 19:08:13', '', 'dawn-neptune', 0, '', 'inherit', 'closed', 'closed', '', 'dawn-neptune', '', '', '2013-10-28 14:08:13', '2013-10-28 19:08:13', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3542, 1, '2013-10-28 14:09:57', '2013-10-28 19:09:57', '', 'jennifer-macnaughton-cert', 0, '', 'inherit', 'closed', 'closed', '', 'jennifer-macnaughton-cert', '', '', '2013-10-28 14:09:57', '2013-10-28 19:09:57', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jennifer-macnaughton-cert.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3543, 1, '2013-10-28 14:09:58', '2013-10-28 19:09:58', '', 'jennifer-macnaughton', 0, '', 'inherit', 'closed', 'closed', '', 'jennifer-macnaughton', '', '', '2013-10-28 14:09:58', '2013-10-28 19:09:58', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jennifer-macnaughton.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3544, 1, '2013-10-28 14:11:56', '2013-10-28 19:11:56', '', 'mark-dedenus-cert', 0, '', 'inherit', 'closed', 'closed', '', 'mark-dedenus-cert', '', '', '2013-10-28 14:11:56', '2013-10-28 19:11:56', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/mark-dedenus-cert.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3545, 1, '2013-10-28 14:11:57', '2013-10-28 19:11:57', '', 'mark-dedenus', 0, '', 'inherit', 'closed', 'closed', '', 'mark-dedenus', '', '', '2013-10-28 14:11:57', '2013-10-28 19:11:57', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/mark-dedenus.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3546, 1, '2013-10-28 14:12:09', '2013-10-28 19:12:09', 'The following are the 2012 Award Recipients from the August 27, 2012 Awards Ceremony that was held in Syracuse, New York.\r\n\r\n<h4>2012 Conservation Prize</h4>\r\n<img src="[homeurl]/wp-content/uploads/SaveNatureOrg.jpg" alt="SaveNatureOrg" width="100" class="alignleft" /> SaveNature.Org\r\n<strong>Website:</strong> <a href="http://savenature.org/" title="SaveNature.Org" target="_blank">www.savenature.org</a>\r\n\r\n<ul>\r\n<li>Taking a leadership role in saving biodiversity. </li>\r\n<li>Creating conservation partnerships with a call to action.  </li>\r\n<li>Saving threatened and endangered tropical rainforest, wild ocean and desert habitat in-situ.  </li>\r\n<li>Conservation commitment that inspires the public to save nature. </li>\r\n</ul>\r\n<div class="clear"></div>\r\n\r\n<h6>SaveNature.Org Conservation Prize Recipients 1993 - 2011 </h6>\r\n<div class="first sixcol">\r\n<ul>\r\n<li>1993 San Francisco Zoo, Greater Bay Area Chapter AAZK, Denver Zoological Gardens, Natl. Aquarium in Baltimore \r\n<li>1994 Lowry Park Zoo, Suncoast Chapter AAZK </li>\r\n<li>1995 Utah’s Hogle Zoo and Utah Chapter of AAZK</li> \r\n<li>1996 Milwaukee County Zoo & Milwaukee Chapter AAZK </li>\r\n<li>1997 Woodland Park Zoo and Puget Sound Chapter AAZK </li>\r\n<li>1998 San Diego Chapter AAZK and Greater Kansas City Chapter AAZK and </li>\r\n<li>1999 Kansas City Zoological Gardens </li>\r\n<li>1999 John Ball Zoo and ZooKeepers at the John Ball Zoo </li>\r\n<li>2000 Tulsa Zoo </li>\r\n<li>2001 El Paso Zoo </li>\r\n</ul></div>\r\n<div class="last sixcol">\r\n<ul>\r\n<li>2002 Lake Superior Zoo and Northern Lights Chapter of AAZK </li>\r\n<li>2003 Seneca Park Zoo </li>\r\n<li>2004 Great Plains Zoo and Robin Shewokis </li>\r\n<li>2005 North Carolina Zoological Park, North Carolina Zoological Society and North Carolina Chapter AAZK </li>\r\n<li>2006 Central Florida Zoo </li>\r\n<li>2007 Pittsburgh Zoo & PPG Aquarium </li>\r\n<li>2008 Minnesota Zoo AAZK Chapter and Zoo </li>\r\n<li>2009 Jenkinson’s Aquarium </li>\r\n<li>2010 Roosevelt Park Zoo </li>\r\n<li>2011 Happy Hollow Zoo</li>\r\n</ul></div>\r\n<div class="clear"></div>\r\n\r\n<h6>Wine for the Wild</h6>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/wine-for-the-wild-sign.jpg" alt="wine-for-the-wild-sign" width="200" height="257" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/wine-for-the-wild-crowd.jpg" alt="wine-for-the-wild-crowd" width="350" height="257" class="alignnone" /></p>\r\n\r\n<div class="first sixcol">\r\n<h6>Svengoolie for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Svengoolie-for-the-Wild.jpg" alt="Svengoolie for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Fun-Raising for the Wild</h6>\r\n<img src="[homeurl]/wp-content/uploads/Fun-Raising-for-the-Wild.jpg" alt="Fun-Raising for the Wild" width="254" height="186" class="aligncenter" />\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<div class="first sixcol">\r\n<h6>Swim for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Swim-for-the-Wild.jpg" alt="Swim for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Guanacaste Conservation Area, Costa Rica</h6>\r\n<img src="[homeurl]/wp-content/uploads/GUANACASTE-CONSERVATION-AREA-COSTA-RICA.jpg" alt="Guanacaste Conservation Area, Costa Rica" width="254" height="186" class="aligncenter" />\r\n<p align="center">Saving 375,000 terrestrial species in the wild \r\n65% of Costa Rican species. 2.5% of the world</p>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<h6>Congratulations</h6>\r\nCongratulations to the 2012 SaveNature.Org Conservation Prize<em> Lincoln Park American Association of Zoo Keepers</em>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/Lincoln-Park.jpg" alt="Lincoln Park American Association of Zoo Keepers" width="311" height="186" class="alignnone" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Appreciation</h4>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/Lincoln-Park-cert.jpg" alt="Certificate of Appreciation" width="243" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/Certificate-of-Appreciation.jpg" alt="Certificate-of-Appreciation" width="231" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/robin-shewokis.jpg" alt="Robin Shewokis" width="243" height="186" class="alignnone" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Recognition</h4>\r\n<img src="[homeurl]/wp-content/uploads/Certificate-of-Recognition.jpg" alt="Certificate of Recognition" width="284" height="186" class="aligncenter" />\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/tammy-root-cert.jpg" alt="tammy-root-cert" width="254" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/tammy-root.jpg" alt="tammy-root" width="156" height="186" class="alignnone" /></p>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/shane-good-cert.jpg" alt="shane-good-cert" width="231" height="196" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/shane-good.jpg" alt="shane-good" width="133" height="186" class="alignnone" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/angela-binney-cert.jpg" alt="angela-binney-cert" width="226" height="186" class="alignnone size-full wp-image-3538" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/angela-binney.jpg" alt="angela-binney" width="249" height="186" class="alignnone size-full wp-image-3539" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune-cert.jpg" alt="dawn-neptune-cert" width="228" height="186" class="alignnone size-full wp-image-3540" /> <a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune.jpg"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune.jpg" alt="dawn-neptune" width="278" height="186" class="alignnone size-full wp-image-3541" /></a></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jennifer-macnaughton-cert.jpg" alt="jennifer-macnaughton-cert" width="229" height="186" class="alignnone size-full wp-image-3542" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jennifer-macnaughton.jpg" alt="jennifer-macnaughton" width="138" height="186" class="alignnone size-full wp-image-3543" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/mark-dedenus-cert.jpg" alt="mark-dedenus-cert" width="238" height="186" class="alignnone size-full wp-image-3544" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/mark-dedenus.jpg" alt="mark-dedenus" width="184" height="186" class="alignnone size-full wp-image-3545" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Merit in Conservation Award</h4>\r\n<em>No nominees this year</em>\r\n\r\n\r\n<div id="inner-links"></div>', 'Past Recipients', 0, '', 'inherit', 'closed', 'closed', '', '3513-revision-v1', '', '', '2013-10-28 14:12:09', '2013-10-28 19:12:09', '', 3513, 'http://web3.gowebsolutions.com/~aazook/3513-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3547, 1, '2013-10-28 14:42:08', '2013-10-28 19:42:08', 'The following are the 2012 Award Recipients from the August 27, 2012 Awards Ceremony that was held in Syracuse, New York.\r\n\r\n<h4>2012 Conservation Prize</h4>\r\n<img src="[homeurl]/wp-content/uploads/SaveNatureOrg.jpg" alt="SaveNatureOrg" width="100" class="alignleft" /> SaveNature.Org\r\n<strong>Website:</strong> <a href="http://savenature.org/" title="SaveNature.Org" target="_blank">www.savenature.org</a>\r\n\r\n<ul>\r\n<li>Taking a leadership role in saving biodiversity. </li>\r\n<li>Creating conservation partnerships with a call to action.  </li>\r\n<li>Saving threatened and endangered tropical rainforest, wild ocean and desert habitat in-situ.  </li>\r\n<li>Conservation commitment that inspires the public to save nature. </li>\r\n</ul>\r\n<div class="clear"></div>\r\n\r\n<h6>SaveNature.Org Conservation Prize Recipients 1993 - 2011 </h6>\r\n<div class="first sixcol">\r\n<ul>\r\n<li>1993 San Francisco Zoo, Greater Bay Area Chapter AAZK, Denver Zoological Gardens, Natl. Aquarium in Baltimore \r\n<li>1994 Lowry Park Zoo, Suncoast Chapter AAZK </li>\r\n<li>1995 Utah’s Hogle Zoo and Utah Chapter of AAZK</li> \r\n<li>1996 Milwaukee County Zoo & Milwaukee Chapter AAZK </li>\r\n<li>1997 Woodland Park Zoo and Puget Sound Chapter AAZK </li>\r\n<li>1998 San Diego Chapter AAZK and Greater Kansas City Chapter AAZK and </li>\r\n<li>1999 Kansas City Zoological Gardens </li>\r\n<li>1999 John Ball Zoo and ZooKeepers at the John Ball Zoo </li>\r\n<li>2000 Tulsa Zoo </li>\r\n<li>2001 El Paso Zoo </li>\r\n</ul></div>\r\n<div class="last sixcol">\r\n<ul>\r\n<li>2002 Lake Superior Zoo and Northern Lights Chapter of AAZK </li>\r\n<li>2003 Seneca Park Zoo </li>\r\n<li>2004 Great Plains Zoo and Robin Shewokis </li>\r\n<li>2005 North Carolina Zoological Park, North Carolina Zoological Society and North Carolina Chapter AAZK </li>\r\n<li>2006 Central Florida Zoo </li>\r\n<li>2007 Pittsburgh Zoo & PPG Aquarium </li>\r\n<li>2008 Minnesota Zoo AAZK Chapter and Zoo </li>\r\n<li>2009 Jenkinson’s Aquarium </li>\r\n<li>2010 Roosevelt Park Zoo </li>\r\n<li>2011 Happy Hollow Zoo</li>\r\n</ul></div>\r\n<div class="clear"></div>\r\n\r\n<h6>Wine for the Wild</h6>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/wine-for-the-wild-sign.jpg" alt="wine-for-the-wild-sign" width="200" height="257" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/wine-for-the-wild-crowd.jpg" alt="wine-for-the-wild-crowd" width="350" height="257" class="alignnone" /></p>\r\n\r\n<div class="first sixcol">\r\n<h6>Svengoolie for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Svengoolie-for-the-Wild.jpg" alt="Svengoolie for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Fun-Raising for the Wild</h6>\r\n<img src="[homeurl]/wp-content/uploads/Fun-Raising-for-the-Wild.jpg" alt="Fun-Raising for the Wild" width="254" height="186" class="aligncenter" />\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<div class="first sixcol">\r\n<h6>Swim for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Swim-for-the-Wild.jpg" alt="Swim for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Guanacaste Conservation Area, Costa Rica</h6>\r\n<img src="[homeurl]/wp-content/uploads/GUANACASTE-CONSERVATION-AREA-COSTA-RICA.jpg" alt="Guanacaste Conservation Area, Costa Rica" width="254" height="186" class="aligncenter" />\r\n<p align="center">Saving 375,000 terrestrial species in the wild \r\n65% of Costa Rican species. 2.5% of the world</p>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<h6>Congratulations</h6>\r\nCongratulations to the 2012 SaveNature.Org Conservation Prize<em> Lincoln Park American Association of Zoo Keepers</em>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/Lincoln-Park.jpg" alt="Lincoln Park American Association of Zoo Keepers" width="311" height="186" class="alignnone" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Appreciation</h4>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/Lincoln-Park-cert.jpg" alt="Certificate of Appreciation" width="243" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/Certificate-of-Appreciation.jpg" alt="Certificate-of-Appreciation" width="231" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/robin-shewokis.jpg" alt="Robin Shewokis" width="243" height="186" class="alignnone" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Recognition</h4>\r\n<img src="[homeurl]/wp-content/uploads/Certificate-of-Recognition.jpg" alt="Certificate of Recognition" width="284" height="186" class="aligncenter" />\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/tammy-root-cert.jpg" alt="tammy-root-cert" width="254" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/tammy-root.jpg" alt="tammy-root" width="156" height="186" class="alignnone" /></p>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/shane-good-cert.jpg" alt="shane-good-cert" width="231" height="196" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/shane-good.jpg" alt="shane-good" width="133" height="186" class="alignnone" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/angela-binney-cert.jpg" alt="angela-binney-cert" width="226" height="186" class="alignnone size-full wp-image-3538" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/angela-binney.jpg" alt="angela-binney" width="249" height="186" class="alignnone size-full wp-image-3539" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune-cert.jpg" alt="dawn-neptune-cert" width="228" height="186" class="alignnone size-full wp-image-3540" /> <a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune.jpg"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune.jpg" alt="dawn-neptune" width="278" height="186" class="alignnone size-full wp-image-3541" /></a></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jennifer-macnaughton-cert.jpg" alt="jennifer-macnaughton-cert" width="229" height="186" class="alignnone size-full wp-image-3542" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jennifer-macnaughton.jpg" alt="jennifer-macnaughton" width="138" height="186" class="alignnone size-full wp-image-3543" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/mark-dedenus-cert.jpg" alt="mark-dedenus-cert" width="238" height="186" class="alignnone size-full wp-image-3544" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/mark-dedenus.jpg" alt="mark-dedenus" width="184" height="186" class="alignnone size-full wp-image-3545" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Merit in Conservation Award</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Mazuri Animal Nutrition Award</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of excellence in exhibit design Renovation</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Merit For Zoo Keeper Education</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lee Houts Excellence in Enrichment Award</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div id="inner-links"></div>', 'Past Recipients', 0, '', 'inherit', 'closed', 'closed', '', '3513-revision-v1', '', '', '2013-10-28 14:42:08', '2013-10-28 19:42:08', '', 3513, 'http://web3.gowebsolutions.com/~aazook/3513-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3548, 1, '2013-10-28 14:46:30', '2013-10-28 19:46:30', '', 'lee-houts-cert', 0, '', 'inherit', 'closed', 'closed', '', 'lee-houts-cert', '', '', '2013-10-28 14:46:30', '2013-10-28 19:46:30', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-cert.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3549, 1, '2013-10-28 14:46:32', '2013-10-28 19:46:32', '', 'lee-houts-happy-hallow', 0, '', 'inherit', 'closed', 'closed', '', 'lee-houts-happy-hallow', '', '', '2013-10-28 14:46:32', '2013-10-28 19:46:32', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-happy-hallow.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3550, 1, '2013-10-28 14:47:12', '2013-10-28 19:47:12', '', 'lee-houts-1', 0, '', 'inherit', 'closed', 'closed', '', 'lee-houts-1', '', '', '2013-10-28 14:47:12', '2013-10-28 19:47:12', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3551, 1, '2013-10-28 14:47:12', '2013-10-28 19:47:12', '', 'lee-houts-2', 0, '', 'inherit', 'closed', 'closed', '', 'lee-houts-2', '', '', '2013-10-28 14:47:12', '2013-10-28 19:47:12', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3552, 1, '2013-10-28 14:47:27', '2013-10-28 19:47:27', 'The following are the 2012 Award Recipients from the August 27, 2012 Awards Ceremony that was held in Syracuse, New York.\r\n\r\n<h4>2012 Conservation Prize</h4>\r\n<img src="[homeurl]/wp-content/uploads/SaveNatureOrg.jpg" alt="SaveNatureOrg" width="100" class="alignleft" /> SaveNature.Org\r\n<strong>Website:</strong> <a href="http://savenature.org/" title="SaveNature.Org" target="_blank">www.savenature.org</a>\r\n\r\n<ul>\r\n<li>Taking a leadership role in saving biodiversity. </li>\r\n<li>Creating conservation partnerships with a call to action.  </li>\r\n<li>Saving threatened and endangered tropical rainforest, wild ocean and desert habitat in-situ.  </li>\r\n<li>Conservation commitment that inspires the public to save nature. </li>\r\n</ul>\r\n<div class="clear"></div>\r\n\r\n<h6>SaveNature.Org Conservation Prize Recipients 1993 - 2011 </h6>\r\n<div class="first sixcol">\r\n<ul>\r\n<li>1993 San Francisco Zoo, Greater Bay Area Chapter AAZK, Denver Zoological Gardens, Natl. Aquarium in Baltimore \r\n<li>1994 Lowry Park Zoo, Suncoast Chapter AAZK </li>\r\n<li>1995 Utah’s Hogle Zoo and Utah Chapter of AAZK</li> \r\n<li>1996 Milwaukee County Zoo & Milwaukee Chapter AAZK </li>\r\n<li>1997 Woodland Park Zoo and Puget Sound Chapter AAZK </li>\r\n<li>1998 San Diego Chapter AAZK and Greater Kansas City Chapter AAZK and </li>\r\n<li>1999 Kansas City Zoological Gardens </li>\r\n<li>1999 John Ball Zoo and ZooKeepers at the John Ball Zoo </li>\r\n<li>2000 Tulsa Zoo </li>\r\n<li>2001 El Paso Zoo </li>\r\n</ul></div>\r\n<div class="last sixcol">\r\n<ul>\r\n<li>2002 Lake Superior Zoo and Northern Lights Chapter of AAZK </li>\r\n<li>2003 Seneca Park Zoo </li>\r\n<li>2004 Great Plains Zoo and Robin Shewokis </li>\r\n<li>2005 North Carolina Zoological Park, North Carolina Zoological Society and North Carolina Chapter AAZK </li>\r\n<li>2006 Central Florida Zoo </li>\r\n<li>2007 Pittsburgh Zoo & PPG Aquarium </li>\r\n<li>2008 Minnesota Zoo AAZK Chapter and Zoo </li>\r\n<li>2009 Jenkinson’s Aquarium </li>\r\n<li>2010 Roosevelt Park Zoo </li>\r\n<li>2011 Happy Hollow Zoo</li>\r\n</ul></div>\r\n<div class="clear"></div>\r\n\r\n<h6>Wine for the Wild</h6>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/wine-for-the-wild-sign.jpg" alt="wine-for-the-wild-sign" width="200" height="257" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/wine-for-the-wild-crowd.jpg" alt="wine-for-the-wild-crowd" width="350" height="257" class="alignnone" /></p>\r\n\r\n<div class="first sixcol">\r\n<h6>Svengoolie for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Svengoolie-for-the-Wild.jpg" alt="Svengoolie for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Fun-Raising for the Wild</h6>\r\n<img src="[homeurl]/wp-content/uploads/Fun-Raising-for-the-Wild.jpg" alt="Fun-Raising for the Wild" width="254" height="186" class="aligncenter" />\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<div class="first sixcol">\r\n<h6>Swim for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Swim-for-the-Wild.jpg" alt="Swim for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Guanacaste Conservation Area, Costa Rica</h6>\r\n<img src="[homeurl]/wp-content/uploads/GUANACASTE-CONSERVATION-AREA-COSTA-RICA.jpg" alt="Guanacaste Conservation Area, Costa Rica" width="254" height="186" class="aligncenter" />\r\n<p align="center">Saving 375,000 terrestrial species in the wild \r\n65% of Costa Rican species. 2.5% of the world</p>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<h6>Congratulations</h6>\r\nCongratulations to the 2012 SaveNature.Org Conservation Prize<em> Lincoln Park American Association of Zoo Keepers</em>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/Lincoln-Park.jpg" alt="Lincoln Park American Association of Zoo Keepers" width="311" height="186" class="alignnone" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Appreciation</h4>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/Lincoln-Park-cert.jpg" alt="Certificate of Appreciation" width="243" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/Certificate-of-Appreciation.jpg" alt="Certificate-of-Appreciation" width="231" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/robin-shewokis.jpg" alt="Robin Shewokis" width="243" height="186" class="alignnone" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Recognition</h4>\r\n<img src="[homeurl]/wp-content/uploads/Certificate-of-Recognition.jpg" alt="Certificate of Recognition" width="284" height="186" class="aligncenter" />\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/tammy-root-cert.jpg" alt="tammy-root-cert" width="254" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/tammy-root.jpg" alt="tammy-root" width="156" height="186" class="alignnone" /></p>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/shane-good-cert.jpg" alt="shane-good-cert" width="231" height="196" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/shane-good.jpg" alt="shane-good" width="133" height="186" class="alignnone" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/angela-binney-cert.jpg" alt="angela-binney-cert" width="226" height="186" class="alignnone size-full wp-image-3538" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/angela-binney.jpg" alt="angela-binney" width="249" height="186" class="alignnone size-full wp-image-3539" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune-cert.jpg" alt="dawn-neptune-cert" width="228" height="186" class="alignnone size-full wp-image-3540" /> <a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune.jpg"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune.jpg" alt="dawn-neptune" width="278" height="186" class="alignnone size-full wp-image-3541" /></a></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jennifer-macnaughton-cert.jpg" alt="jennifer-macnaughton-cert" width="229" height="186" class="alignnone size-full wp-image-3542" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jennifer-macnaughton.jpg" alt="jennifer-macnaughton" width="138" height="186" class="alignnone size-full wp-image-3543" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/mark-dedenus-cert.jpg" alt="mark-dedenus-cert" width="238" height="186" class="alignnone size-full wp-image-3544" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/mark-dedenus.jpg" alt="mark-dedenus" width="184" height="186" class="alignnone size-full wp-image-3545" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Merit in Conservation Award</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Mazuri Animal Nutrition Award</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of excellence in exhibit design Renovation</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Merit For Zoo Keeper Education</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lee Houts Excellence in Enrichment Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-cert.jpg" alt="lee-houts-cert" width="234" height="186" class="alignnone size-full wp-image-3548" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-happy-hallow.jpg" alt="lee-houts-happy-hallow" width="260" height="186" class="alignnone size-full wp-image-3549" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-1.jpg" alt="lee-houts-1" width="282" height="186" class="alignnone size-full wp-image-3550" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-2.jpg" alt="lee-houts-2" width="282" height="186" class="alignnone size-full wp-image-3551" /></p>\r\n\r\n<div id="inner-links"></div>', 'Past Recipients', 0, '', 'inherit', 'closed', 'closed', '', '3513-revision-v1', '', '', '2013-10-28 14:47:27', '2013-10-28 19:47:27', '', 3513, 'http://web3.gowebsolutions.com/~aazook/3513-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3553, 1, '2013-10-28 15:22:08', '2013-10-28 20:22:08', '', 'jean-m-award-harry', 0, '', 'inherit', 'closed', 'closed', '', 'jean-m-award-harry', '', '', '2013-10-28 15:22:08', '2013-10-28 20:22:08', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3554, 1, '2013-10-28 15:22:09', '2013-10-28 20:22:09', '', 'jean-m-award', 0, '', 'inherit', 'closed', 'closed', '', 'jean-m-award', '', '', '2013-10-28 15:22:09', '2013-10-28 20:22:09', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3555, 1, '2013-10-28 15:22:32', '2013-10-28 20:22:32', '', 'jean-m-award-harry1', 0, '', 'inherit', 'closed', 'closed', '', 'jean-m-award-harry1', '', '', '2013-10-28 15:22:32', '2013-10-28 20:22:32', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3556, 1, '2013-10-28 15:22:33', '2013-10-28 20:22:33', '', 'jean-m-award-harry2', 0, '', 'inherit', 'closed', 'closed', '', 'jean-m-award-harry2', '', '', '2013-10-28 15:22:33', '2013-10-28 20:22:33', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3557, 1, '2013-10-28 15:22:51', '2013-10-28 20:22:51', 'The following are the 2012 Award Recipients from the August 27, 2012 Awards Ceremony that was held in Syracuse, New York.\r\n\r\n<h4>2012 Conservation Prize</h4>\r\n<img src="[homeurl]/wp-content/uploads/SaveNatureOrg.jpg" alt="SaveNatureOrg" width="100" class="alignleft" /> SaveNature.Org\r\n<strong>Website:</strong> <a href="http://savenature.org/" title="SaveNature.Org" target="_blank">www.savenature.org</a>\r\n\r\n<ul>\r\n<li>Taking a leadership role in saving biodiversity. </li>\r\n<li>Creating conservation partnerships with a call to action.  </li>\r\n<li>Saving threatened and endangered tropical rainforest, wild ocean and desert habitat in-situ.  </li>\r\n<li>Conservation commitment that inspires the public to save nature. </li>\r\n</ul>\r\n<div class="clear"></div>\r\n\r\n<h6>SaveNature.Org Conservation Prize Recipients 1993 - 2011 </h6>\r\n<div class="first sixcol">\r\n<ul>\r\n<li>1993 San Francisco Zoo, Greater Bay Area Chapter AAZK, Denver Zoological Gardens, Natl. Aquarium in Baltimore \r\n<li>1994 Lowry Park Zoo, Suncoast Chapter AAZK </li>\r\n<li>1995 Utah’s Hogle Zoo and Utah Chapter of AAZK</li> \r\n<li>1996 Milwaukee County Zoo & Milwaukee Chapter AAZK </li>\r\n<li>1997 Woodland Park Zoo and Puget Sound Chapter AAZK </li>\r\n<li>1998 San Diego Chapter AAZK and Greater Kansas City Chapter AAZK and </li>\r\n<li>1999 Kansas City Zoological Gardens </li>\r\n<li>1999 John Ball Zoo and ZooKeepers at the John Ball Zoo </li>\r\n<li>2000 Tulsa Zoo </li>\r\n<li>2001 El Paso Zoo </li>\r\n</ul></div>\r\n<div class="last sixcol">\r\n<ul>\r\n<li>2002 Lake Superior Zoo and Northern Lights Chapter of AAZK </li>\r\n<li>2003 Seneca Park Zoo </li>\r\n<li>2004 Great Plains Zoo and Robin Shewokis </li>\r\n<li>2005 North Carolina Zoological Park, North Carolina Zoological Society and North Carolina Chapter AAZK </li>\r\n<li>2006 Central Florida Zoo </li>\r\n<li>2007 Pittsburgh Zoo & PPG Aquarium </li>\r\n<li>2008 Minnesota Zoo AAZK Chapter and Zoo </li>\r\n<li>2009 Jenkinson’s Aquarium </li>\r\n<li>2010 Roosevelt Park Zoo </li>\r\n<li>2011 Happy Hollow Zoo</li>\r\n</ul></div>\r\n<div class="clear"></div>\r\n\r\n<h6>Wine for the Wild</h6>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/wine-for-the-wild-sign.jpg" alt="wine-for-the-wild-sign" width="200" height="257" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/wine-for-the-wild-crowd.jpg" alt="wine-for-the-wild-crowd" width="350" height="257" class="alignnone" /></p>\r\n\r\n<div class="first sixcol">\r\n<h6>Svengoolie for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Svengoolie-for-the-Wild.jpg" alt="Svengoolie for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Fun-Raising for the Wild</h6>\r\n<img src="[homeurl]/wp-content/uploads/Fun-Raising-for-the-Wild.jpg" alt="Fun-Raising for the Wild" width="254" height="186" class="aligncenter" />\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<div class="first sixcol">\r\n<h6>Swim for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Swim-for-the-Wild.jpg" alt="Swim for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Guanacaste Conservation Area, Costa Rica</h6>\r\n<img src="[homeurl]/wp-content/uploads/GUANACASTE-CONSERVATION-AREA-COSTA-RICA.jpg" alt="Guanacaste Conservation Area, Costa Rica" width="254" height="186" class="aligncenter" />\r\n<p align="center">Saving 375,000 terrestrial species in the wild \r\n65% of Costa Rican species. 2.5% of the world</p>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<h6>Congratulations</h6>\r\nCongratulations to the 2012 SaveNature.Org Conservation Prize<em> Lincoln Park American Association of Zoo Keepers</em>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/Lincoln-Park.jpg" alt="Lincoln Park American Association of Zoo Keepers" width="311" height="186" class="alignnone" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Appreciation</h4>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/Lincoln-Park-cert.jpg" alt="Certificate of Appreciation" width="243" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/Certificate-of-Appreciation.jpg" alt="Certificate-of-Appreciation" width="231" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/robin-shewokis.jpg" alt="Robin Shewokis" width="243" height="186" class="alignnone" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Recognition</h4>\r\n<img src="[homeurl]/wp-content/uploads/Certificate-of-Recognition.jpg" alt="Certificate of Recognition" width="284" height="186" class="aligncenter" />\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/tammy-root-cert.jpg" alt="tammy-root-cert" width="254" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/tammy-root.jpg" alt="tammy-root" width="156" height="186" class="alignnone" /></p>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/shane-good-cert.jpg" alt="shane-good-cert" width="231" height="196" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/shane-good.jpg" alt="shane-good" width="133" height="186" class="alignnone" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/angela-binney-cert.jpg" alt="angela-binney-cert" width="226" height="186" class="alignnone size-full wp-image-3538" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/angela-binney.jpg" alt="angela-binney" width="249" height="186" class="alignnone size-full wp-image-3539" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune-cert.jpg" alt="dawn-neptune-cert" width="228" height="186" class="alignnone size-full wp-image-3540" /> <a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune.jpg"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune.jpg" alt="dawn-neptune" width="278" height="186" class="alignnone size-full wp-image-3541" /></a></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jennifer-macnaughton-cert.jpg" alt="jennifer-macnaughton-cert" width="229" height="186" class="alignnone size-full wp-image-3542" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jennifer-macnaughton.jpg" alt="jennifer-macnaughton" width="138" height="186" class="alignnone size-full wp-image-3543" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/mark-dedenus-cert.jpg" alt="mark-dedenus-cert" width="238" height="186" class="alignnone size-full wp-image-3544" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/mark-dedenus.jpg" alt="mark-dedenus" width="184" height="186" class="alignnone size-full wp-image-3545" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Merit in Conservation Award</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Mazuri Animal Nutrition Award</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of excellence in exhibit design Renovation</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Merit For Zoo Keeper Education</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lee Houts Excellence in Enrichment Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-cert.jpg" alt="lee-houts-cert" width="234" height="186" class="alignnone size-full wp-image-3548" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-happy-hallow.jpg" alt="lee-houts-happy-hallow" width="260" height="186" class="alignnone size-full wp-image-3549" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-1.jpg" alt="lee-houts-1" width="282" height="186" class="alignnone size-full wp-image-3550" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-2.jpg" alt="lee-houts-2" width="282" height="186" class="alignnone size-full wp-image-3551" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Jean M. Hromadka Excellence in Animal Care Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award.jpg" alt="jean-m-award" width="145" height="186" class="alignnone size-full wp-image-3554" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry.jpg" alt="jean-m-award-harry" width="259" height="186" class="alignnone size-full wp-image-3553" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry1.jpg" alt="jean-m-award-harry1" width="252" height="186" class="alignnone size-full wp-image-3555" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry2.jpg" alt="jean-m-award-harry2" width="271" height="186" class="alignnone size-full wp-image-3556" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lutz Ruhe Meritorious Achievement AAZK Professional of the Year Award</h4>\r\n<p align="center"></p>\r\n<p align="center"></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lifetime Achievement Award</h4>\r\n<p align="center"></p>\r\n<p align="center"></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Chapter of the Year Award</h4>\r\nFor extraordinary initiative and support of the American Association of Zoo Keepers and its’ worldwide membership, for the Chapter’s commitment to conservation and helping to fulfill the vision of animal care professionals.\r\n<strong>Battle Creek AAZK Chapter</strong>\r\n<p align="center"></p>\r\n<div id="inner-links"></div>', 'Past Recipients', 0, '', 'inherit', 'closed', 'closed', '', '3513-revision-v1', '', '', '2013-10-28 15:22:51', '2013-10-28 20:22:51', '', 3513, 'http://web3.gowebsolutions.com/~aazook/3513-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3558, 1, '2013-10-28 15:36:12', '2013-10-28 20:36:12', '', 'lutz-ruhe-cert-amanda', 0, '', 'inherit', 'closed', 'closed', '', 'lutz-ruhe-cert-amanda', '', '', '2013-10-28 15:36:12', '2013-10-28 20:36:12', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-cert-amanda.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3559, 1, '2013-10-28 15:36:13', '2013-10-28 20:36:13', '', 'lutz-ruhe-cert', 0, '', 'inherit', 'closed', 'closed', '', 'lutz-ruhe-cert', '', '', '2013-10-28 15:36:13', '2013-10-28 20:36:13', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-cert.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3560, 1, '2013-10-28 15:36:31', '2013-10-28 20:36:31', '', 'lutz-ruhe-amanda', 0, '', 'inherit', 'closed', 'closed', '', 'lutz-ruhe-amanda', '', '', '2013-10-28 15:36:31', '2013-10-28 20:36:31', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-amanda.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3561, 1, '2013-10-28 15:36:31', '2013-10-28 20:36:31', '', 'lutz-ruhe-amanda1', 0, '', 'inherit', 'closed', 'closed', '', 'lutz-ruhe-amanda1', '', '', '2013-10-28 15:36:31', '2013-10-28 20:36:31', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-amanda1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3562, 1, '2013-10-28 15:36:43', '2013-10-28 20:36:43', 'The following are the 2012 Award Recipients from the August 27, 2012 Awards Ceremony that was held in Syracuse, New York.\r\n\r\n<h4>2012 Conservation Prize</h4>\r\n<img src="[homeurl]/wp-content/uploads/SaveNatureOrg.jpg" alt="SaveNatureOrg" width="100" class="alignleft" /> SaveNature.Org\r\n<strong>Website:</strong> <a href="http://savenature.org/" title="SaveNature.Org" target="_blank">www.savenature.org</a>\r\n\r\n<ul>\r\n<li>Taking a leadership role in saving biodiversity. </li>\r\n<li>Creating conservation partnerships with a call to action.  </li>\r\n<li>Saving threatened and endangered tropical rainforest, wild ocean and desert habitat in-situ.  </li>\r\n<li>Conservation commitment that inspires the public to save nature. </li>\r\n</ul>\r\n<div class="clear"></div>\r\n\r\n<h6>SaveNature.Org Conservation Prize Recipients 1993 - 2011 </h6>\r\n<div class="first sixcol">\r\n<ul>\r\n<li>1993 San Francisco Zoo, Greater Bay Area Chapter AAZK, Denver Zoological Gardens, Natl. Aquarium in Baltimore \r\n<li>1994 Lowry Park Zoo, Suncoast Chapter AAZK </li>\r\n<li>1995 Utah’s Hogle Zoo and Utah Chapter of AAZK</li> \r\n<li>1996 Milwaukee County Zoo & Milwaukee Chapter AAZK </li>\r\n<li>1997 Woodland Park Zoo and Puget Sound Chapter AAZK </li>\r\n<li>1998 San Diego Chapter AAZK and Greater Kansas City Chapter AAZK and </li>\r\n<li>1999 Kansas City Zoological Gardens </li>\r\n<li>1999 John Ball Zoo and ZooKeepers at the John Ball Zoo </li>\r\n<li>2000 Tulsa Zoo </li>\r\n<li>2001 El Paso Zoo </li>\r\n</ul></div>\r\n<div class="last sixcol">\r\n<ul>\r\n<li>2002 Lake Superior Zoo and Northern Lights Chapter of AAZK </li>\r\n<li>2003 Seneca Park Zoo </li>\r\n<li>2004 Great Plains Zoo and Robin Shewokis </li>\r\n<li>2005 North Carolina Zoological Park, North Carolina Zoological Society and North Carolina Chapter AAZK </li>\r\n<li>2006 Central Florida Zoo </li>\r\n<li>2007 Pittsburgh Zoo & PPG Aquarium </li>\r\n<li>2008 Minnesota Zoo AAZK Chapter and Zoo </li>\r\n<li>2009 Jenkinson’s Aquarium </li>\r\n<li>2010 Roosevelt Park Zoo </li>\r\n<li>2011 Happy Hollow Zoo</li>\r\n</ul></div>\r\n<div class="clear"></div>\r\n\r\n<h6>Wine for the Wild</h6>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/wine-for-the-wild-sign.jpg" alt="wine-for-the-wild-sign" width="200" height="257" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/wine-for-the-wild-crowd.jpg" alt="wine-for-the-wild-crowd" width="350" height="257" class="alignnone" /></p>\r\n\r\n<div class="first sixcol">\r\n<h6>Svengoolie for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Svengoolie-for-the-Wild.jpg" alt="Svengoolie for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Fun-Raising for the Wild</h6>\r\n<img src="[homeurl]/wp-content/uploads/Fun-Raising-for-the-Wild.jpg" alt="Fun-Raising for the Wild" width="254" height="186" class="aligncenter" />\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<div class="first sixcol">\r\n<h6>Swim for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Swim-for-the-Wild.jpg" alt="Swim for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Guanacaste Conservation Area, Costa Rica</h6>\r\n<img src="[homeurl]/wp-content/uploads/GUANACASTE-CONSERVATION-AREA-COSTA-RICA.jpg" alt="Guanacaste Conservation Area, Costa Rica" width="254" height="186" class="aligncenter" />\r\n<p align="center">Saving 375,000 terrestrial species in the wild \r\n65% of Costa Rican species. 2.5% of the world</p>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<h6>Congratulations</h6>\r\nCongratulations to the 2012 SaveNature.Org Conservation Prize<em> Lincoln Park American Association of Zoo Keepers</em>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/Lincoln-Park.jpg" alt="Lincoln Park American Association of Zoo Keepers" width="311" height="186" class="alignnone" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Appreciation</h4>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/Lincoln-Park-cert.jpg" alt="Certificate of Appreciation" width="243" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/Certificate-of-Appreciation.jpg" alt="Certificate-of-Appreciation" width="231" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/robin-shewokis.jpg" alt="Robin Shewokis" width="243" height="186" class="alignnone" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Recognition</h4>\r\n<img src="[homeurl]/wp-content/uploads/Certificate-of-Recognition.jpg" alt="Certificate of Recognition" width="284" height="186" class="aligncenter" />\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/tammy-root-cert.jpg" alt="tammy-root-cert" width="254" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/tammy-root.jpg" alt="tammy-root" width="156" height="186" class="alignnone" /></p>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/shane-good-cert.jpg" alt="shane-good-cert" width="231" height="196" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/shane-good.jpg" alt="shane-good" width="133" height="186" class="alignnone" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/angela-binney-cert.jpg" alt="angela-binney-cert" width="226" height="186" class="alignnone size-full wp-image-3538" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/angela-binney.jpg" alt="angela-binney" width="249" height="186" class="alignnone size-full wp-image-3539" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune-cert.jpg" alt="dawn-neptune-cert" width="228" height="186" class="alignnone size-full wp-image-3540" /> <a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune.jpg"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune.jpg" alt="dawn-neptune" width="278" height="186" class="alignnone size-full wp-image-3541" /></a></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jennifer-macnaughton-cert.jpg" alt="jennifer-macnaughton-cert" width="229" height="186" class="alignnone size-full wp-image-3542" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jennifer-macnaughton.jpg" alt="jennifer-macnaughton" width="138" height="186" class="alignnone size-full wp-image-3543" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/mark-dedenus-cert.jpg" alt="mark-dedenus-cert" width="238" height="186" class="alignnone size-full wp-image-3544" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/mark-dedenus.jpg" alt="mark-dedenus" width="184" height="186" class="alignnone size-full wp-image-3545" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Merit in Conservation Award</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Mazuri Animal Nutrition Award</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of excellence in exhibit design Renovation</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Merit For Zoo Keeper Education</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lee Houts Excellence in Enrichment Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-cert.jpg" alt="lee-houts-cert" width="234" height="186" class="alignnone size-full wp-image-3548" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-happy-hallow.jpg" alt="lee-houts-happy-hallow" width="260" height="186" class="alignnone size-full wp-image-3549" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-1.jpg" alt="lee-houts-1" width="282" height="186" class="alignnone size-full wp-image-3550" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-2.jpg" alt="lee-houts-2" width="282" height="186" class="alignnone size-full wp-image-3551" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Jean M. Hromadka Excellence in Animal Care Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award.jpg" alt="jean-m-award" width="145" height="186" class="alignnone size-full wp-image-3554" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry.jpg" alt="jean-m-award-harry" width="259" height="186" class="alignnone size-full wp-image-3553" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry1.jpg" alt="jean-m-award-harry1" width="252" height="186" class="alignnone size-full wp-image-3555" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry2.jpg" alt="jean-m-award-harry2" width="271" height="186" class="alignnone size-full wp-image-3556" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lutz Ruhe Meritorious Achievement AAZK Professional of the Year Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-cert-amanda.jpg" alt="lutz-ruhe-cert-amanda" width="165" height="186" class="alignnone size-full wp-image-3558" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-cert.jpg" alt="lutz-ruhe-cert" width="147" height="186" class="alignnone size-full wp-image-3559" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-amanda.jpg" alt="lutz-ruhe-amanda" width="241" height="186" class="alignnone size-full wp-image-3560" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-amanda1.jpg" alt="lutz-ruhe-amanda1" width="358" height="255" class="alignnone size-full wp-image-3561" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lifetime Achievement Award</h4>\r\n<p align="center"></p>\r\n<p align="center"></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Chapter of the Year Award</h4>\r\nFor extraordinary initiative and support of the American Association of Zoo Keepers and its’ worldwide membership, for the Chapter’s commitment to conservation and helping to fulfill the vision of animal care professionals.\r\n<strong>Battle Creek AAZK Chapter</strong>\r\n<p align="center"></p>\r\n<div id="inner-links"></div>', 'Past Recipients', 0, '', 'inherit', 'closed', 'closed', '', '3513-revision-v1', '', '', '2013-10-28 15:36:43', '2013-10-28 20:36:43', '', 3513, 'http://web3.gowebsolutions.com/~aazook/3513-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3563, 1, '2013-10-28 15:46:48', '2013-10-28 20:46:48', '', 'lifetime-knoxmartin', 0, '', 'inherit', 'closed', 'closed', '', 'lifetime-knoxmartin', '', '', '2013-10-28 15:46:48', '2013-10-28 20:46:48', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-knoxmartin.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3564, 1, '2013-10-28 15:46:49', '2013-10-28 20:46:49', '', 'lifetime-award', 0, '', 'inherit', 'closed', 'closed', '', 'lifetime-award', '', '', '2013-10-28 15:46:49', '2013-10-28 20:46:49', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3565, 1, '2013-10-28 15:46:49', '2013-10-28 20:46:49', '', 'lifetime-award-knoxmartin', 0, '', 'inherit', 'closed', 'closed', '', 'lifetime-award-knoxmartin', '', '', '2013-10-28 15:46:49', '2013-10-28 20:46:49', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award-knoxmartin.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3566, 1, '2013-10-28 15:47:15', '2013-10-28 20:47:15', 'The following are the 2012 Award Recipients from the August 27, 2012 Awards Ceremony that was held in Syracuse, New York.\r\n\r\n<h4>2012 Conservation Prize</h4>\r\n<img src="[homeurl]/wp-content/uploads/SaveNatureOrg.jpg" alt="SaveNatureOrg" width="100" class="alignleft" /> SaveNature.Org\r\n<strong>Website:</strong> <a href="http://savenature.org/" title="SaveNature.Org" target="_blank">www.savenature.org</a>\r\n\r\n<ul>\r\n<li>Taking a leadership role in saving biodiversity. </li>\r\n<li>Creating conservation partnerships with a call to action.  </li>\r\n<li>Saving threatened and endangered tropical rainforest, wild ocean and desert habitat in-situ.  </li>\r\n<li>Conservation commitment that inspires the public to save nature. </li>\r\n</ul>\r\n<div class="clear"></div>\r\n\r\n<h6>SaveNature.Org Conservation Prize Recipients 1993 - 2011 </h6>\r\n<div class="first sixcol">\r\n<ul>\r\n<li>1993 San Francisco Zoo, Greater Bay Area Chapter AAZK, Denver Zoological Gardens, Natl. Aquarium in Baltimore \r\n<li>1994 Lowry Park Zoo, Suncoast Chapter AAZK </li>\r\n<li>1995 Utah’s Hogle Zoo and Utah Chapter of AAZK</li> \r\n<li>1996 Milwaukee County Zoo & Milwaukee Chapter AAZK </li>\r\n<li>1997 Woodland Park Zoo and Puget Sound Chapter AAZK </li>\r\n<li>1998 San Diego Chapter AAZK and Greater Kansas City Chapter AAZK and </li>\r\n<li>1999 Kansas City Zoological Gardens </li>\r\n<li>1999 John Ball Zoo and ZooKeepers at the John Ball Zoo </li>\r\n<li>2000 Tulsa Zoo </li>\r\n<li>2001 El Paso Zoo </li>\r\n</ul></div>\r\n<div class="last sixcol">\r\n<ul>\r\n<li>2002 Lake Superior Zoo and Northern Lights Chapter of AAZK </li>\r\n<li>2003 Seneca Park Zoo </li>\r\n<li>2004 Great Plains Zoo and Robin Shewokis </li>\r\n<li>2005 North Carolina Zoological Park, North Carolina Zoological Society and North Carolina Chapter AAZK </li>\r\n<li>2006 Central Florida Zoo </li>\r\n<li>2007 Pittsburgh Zoo & PPG Aquarium </li>\r\n<li>2008 Minnesota Zoo AAZK Chapter and Zoo </li>\r\n<li>2009 Jenkinson’s Aquarium </li>\r\n<li>2010 Roosevelt Park Zoo </li>\r\n<li>2011 Happy Hollow Zoo</li>\r\n</ul></div>\r\n<div class="clear"></div>\r\n\r\n<h6>Wine for the Wild</h6>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/wine-for-the-wild-sign.jpg" alt="wine-for-the-wild-sign" width="200" height="257" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/wine-for-the-wild-crowd.jpg" alt="wine-for-the-wild-crowd" width="350" height="257" class="alignnone" /></p>\r\n\r\n<div class="first sixcol">\r\n<h6>Svengoolie for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Svengoolie-for-the-Wild.jpg" alt="Svengoolie for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Fun-Raising for the Wild</h6>\r\n<img src="[homeurl]/wp-content/uploads/Fun-Raising-for-the-Wild.jpg" alt="Fun-Raising for the Wild" width="254" height="186" class="aligncenter" />\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<div class="first sixcol">\r\n<h6>Swim for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Swim-for-the-Wild.jpg" alt="Swim for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Guanacaste Conservation Area, Costa Rica</h6>\r\n<img src="[homeurl]/wp-content/uploads/GUANACASTE-CONSERVATION-AREA-COSTA-RICA.jpg" alt="Guanacaste Conservation Area, Costa Rica" width="254" height="186" class="aligncenter" />\r\n<p align="center">Saving 375,000 terrestrial species in the wild \r\n65% of Costa Rican species. 2.5% of the world</p>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<h6>Congratulations</h6>\r\nCongratulations to the 2012 SaveNature.Org Conservation Prize<em> Lincoln Park American Association of Zoo Keepers</em>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/Lincoln-Park.jpg" alt="Lincoln Park American Association of Zoo Keepers" width="311" height="186" class="alignnone" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Appreciation</h4>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/Lincoln-Park-cert.jpg" alt="Certificate of Appreciation" width="243" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/Certificate-of-Appreciation.jpg" alt="Certificate-of-Appreciation" width="231" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/robin-shewokis.jpg" alt="Robin Shewokis" width="243" height="186" class="alignnone" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Recognition</h4>\r\n<img src="[homeurl]/wp-content/uploads/Certificate-of-Recognition.jpg" alt="Certificate of Recognition" width="284" height="186" class="aligncenter" />\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/tammy-root-cert.jpg" alt="tammy-root-cert" width="254" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/tammy-root.jpg" alt="tammy-root" width="156" height="186" class="alignnone" /></p>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/shane-good-cert.jpg" alt="shane-good-cert" width="231" height="196" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/shane-good.jpg" alt="shane-good" width="133" height="186" class="alignnone" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/angela-binney-cert.jpg" alt="angela-binney-cert" width="226" height="186" class="alignnone size-full wp-image-3538" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/angela-binney.jpg" alt="angela-binney" width="249" height="186" class="alignnone size-full wp-image-3539" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune-cert.jpg" alt="dawn-neptune-cert" width="228" height="186" class="alignnone size-full wp-image-3540" /> <a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune.jpg"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune.jpg" alt="dawn-neptune" width="278" height="186" class="alignnone size-full wp-image-3541" /></a></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jennifer-macnaughton-cert.jpg" alt="jennifer-macnaughton-cert" width="229" height="186" class="alignnone size-full wp-image-3542" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jennifer-macnaughton.jpg" alt="jennifer-macnaughton" width="138" height="186" class="alignnone size-full wp-image-3543" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/mark-dedenus-cert.jpg" alt="mark-dedenus-cert" width="238" height="186" class="alignnone size-full wp-image-3544" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/mark-dedenus.jpg" alt="mark-dedenus" width="184" height="186" class="alignnone size-full wp-image-3545" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Merit in Conservation Award</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Mazuri Animal Nutrition Award</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of excellence in exhibit design Renovation</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Merit For Zoo Keeper Education</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lee Houts Excellence in Enrichment Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-cert.jpg" alt="lee-houts-cert" width="234" height="186" class="alignnone size-full wp-image-3548" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-happy-hallow.jpg" alt="lee-houts-happy-hallow" width="260" height="186" class="alignnone size-full wp-image-3549" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-1.jpg" alt="lee-houts-1" width="282" height="186" class="alignnone size-full wp-image-3550" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-2.jpg" alt="lee-houts-2" width="282" height="186" class="alignnone size-full wp-image-3551" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Jean M. Hromadka Excellence in Animal Care Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award.jpg" alt="jean-m-award" width="145" height="186" class="alignnone size-full wp-image-3554" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry.jpg" alt="jean-m-award-harry" width="259" height="186" class="alignnone size-full wp-image-3553" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry1.jpg" alt="jean-m-award-harry1" width="252" height="186" class="alignnone size-full wp-image-3555" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry2.jpg" alt="jean-m-award-harry2" width="271" height="186" class="alignnone size-full wp-image-3556" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lutz Ruhe Meritorious Achievement AAZK Professional of the Year Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-cert-amanda.jpg" alt="lutz-ruhe-cert-amanda" width="165" height="186" class="alignnone size-full wp-image-3558" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-cert.jpg" alt="lutz-ruhe-cert" width="147" height="186" class="alignnone size-full wp-image-3559" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-amanda.jpg" alt="lutz-ruhe-amanda" width="241" height="186" class="alignnone size-full wp-image-3560" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-amanda1.jpg" alt="lutz-ruhe-amanda1" width="358" height="255" class="alignnone size-full wp-image-3561" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lifetime Achievement Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-knoxmartin.jpg" alt="lifetime-knoxmartin" width="254" height="186" class="alignnone size-full wp-image-3563" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award.jpg" alt="lifetime-award" width="161" height="186" class="alignnone size-full wp-image-3564" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award-knoxmartin.jpg" alt="lifetime-award-knoxmartin" width="140" height="186" class="alignnone size-full wp-image-3565" /></p>\r\n<p align="center"></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Chapter of the Year Award</h4>\r\nFor extraordinary initiative and support of the American Association of Zoo Keepers and its’ worldwide membership, for the Chapter’s commitment to conservation and helping to fulfill the vision of animal care professionals.\r\n<strong>Battle Creek AAZK Chapter</strong>\r\n<p align="center"></p>\r\n<div id="inner-links"></div>', 'Past Recipients', 0, '', 'inherit', 'closed', 'closed', '', '3513-revision-v1', '', '', '2013-10-28 15:47:15', '2013-10-28 20:47:15', '', 3513, 'http://web3.gowebsolutions.com/~aazook/3513-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3567, 1, '2013-10-28 15:48:30', '2013-10-28 20:48:30', 'The following are the 2012 Award Recipients from the August 27, 2012 Awards Ceremony that was held in Syracuse, New York.\r\n\r\n<h4>2012 Conservation Prize</h4>\r\n<img src="[homeurl]/wp-content/uploads/SaveNatureOrg.jpg" alt="SaveNatureOrg" width="100" class="alignleft" /> SaveNature.Org\r\n<strong>Website:</strong> <a href="http://savenature.org/" title="SaveNature.Org" target="_blank">www.savenature.org</a>\r\n\r\n<ul>\r\n<li>Taking a leadership role in saving biodiversity. </li>\r\n<li>Creating conservation partnerships with a call to action.  </li>\r\n<li>Saving threatened and endangered tropical rainforest, wild ocean and desert habitat in-situ.  </li>\r\n<li>Conservation commitment that inspires the public to save nature. </li>\r\n</ul>\r\n<div class="clear"></div>\r\n\r\n<h6>SaveNature.Org Conservation Prize Recipients 1993 - 2011 </h6>\r\n<div class="first sixcol">\r\n<ul>\r\n<li>1993 San Francisco Zoo, Greater Bay Area Chapter AAZK, Denver Zoological Gardens, Natl. Aquarium in Baltimore \r\n<li>1994 Lowry Park Zoo, Suncoast Chapter AAZK </li>\r\n<li>1995 Utah’s Hogle Zoo and Utah Chapter of AAZK</li> \r\n<li>1996 Milwaukee County Zoo & Milwaukee Chapter AAZK </li>\r\n<li>1997 Woodland Park Zoo and Puget Sound Chapter AAZK </li>\r\n<li>1998 San Diego Chapter AAZK and Greater Kansas City Chapter AAZK and </li>\r\n<li>1999 Kansas City Zoological Gardens </li>\r\n<li>1999 John Ball Zoo and ZooKeepers at the John Ball Zoo </li>\r\n<li>2000 Tulsa Zoo </li>\r\n<li>2001 El Paso Zoo </li>\r\n</ul></div>\r\n<div class="last sixcol">\r\n<ul>\r\n<li>2002 Lake Superior Zoo and Northern Lights Chapter of AAZK </li>\r\n<li>2003 Seneca Park Zoo </li>\r\n<li>2004 Great Plains Zoo and Robin Shewokis </li>\r\n<li>2005 North Carolina Zoological Park, North Carolina Zoological Society and North Carolina Chapter AAZK </li>\r\n<li>2006 Central Florida Zoo </li>\r\n<li>2007 Pittsburgh Zoo & PPG Aquarium </li>\r\n<li>2008 Minnesota Zoo AAZK Chapter and Zoo </li>\r\n<li>2009 Jenkinson’s Aquarium </li>\r\n<li>2010 Roosevelt Park Zoo </li>\r\n<li>2011 Happy Hollow Zoo</li>\r\n</ul></div>\r\n<div class="clear"></div>\r\n\r\n<h6>Wine for the Wild</h6>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/wine-for-the-wild-sign.jpg" alt="wine-for-the-wild-sign" width="200" height="257" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/wine-for-the-wild-crowd.jpg" alt="wine-for-the-wild-crowd" width="350" height="257" class="alignnone" /></p>\r\n\r\n<div class="first sixcol">\r\n<h6>Svengoolie for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Svengoolie-for-the-Wild.jpg" alt="Svengoolie for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Fun-Raising for the Wild</h6>\r\n<img src="[homeurl]/wp-content/uploads/Fun-Raising-for-the-Wild.jpg" alt="Fun-Raising for the Wild" width="254" height="186" class="aligncenter" />\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<div class="first sixcol">\r\n<h6>Swim for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Swim-for-the-Wild.jpg" alt="Swim for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Guanacaste Conservation Area, Costa Rica</h6>\r\n<img src="[homeurl]/wp-content/uploads/GUANACASTE-CONSERVATION-AREA-COSTA-RICA.jpg" alt="Guanacaste Conservation Area, Costa Rica" width="254" height="186" class="aligncenter" />\r\n<p align="center">Saving 375,000 terrestrial species in the wild \r\n65% of Costa Rican species. 2.5% of the world</p>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<h6>Congratulations</h6>\r\nCongratulations to the 2012 SaveNature.Org Conservation Prize<em> Lincoln Park American Association of Zoo Keepers</em>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/Lincoln-Park.jpg" alt="Lincoln Park American Association of Zoo Keepers" width="311" height="186" class="alignnone" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Appreciation</h4>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/Lincoln-Park-cert.jpg" alt="Certificate of Appreciation" width="243" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/Certificate-of-Appreciation.jpg" alt="Certificate-of-Appreciation" width="231" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/robin-shewokis.jpg" alt="Robin Shewokis" width="243" height="186" class="alignnone" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Recognition</h4>\r\n<img src="[homeurl]/wp-content/uploads/Certificate-of-Recognition.jpg" alt="Certificate of Recognition" width="284" height="186" class="aligncenter" />\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/tammy-root-cert.jpg" alt="tammy-root-cert" width="254" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/tammy-root.jpg" alt="tammy-root" width="156" height="186" class="alignnone" /></p>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/shane-good-cert.jpg" alt="shane-good-cert" width="231" height="196" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/shane-good.jpg" alt="shane-good" width="133" height="186" class="alignnone" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/angela-binney-cert.jpg" alt="angela-binney-cert" width="226" height="186" class="alignnone size-full wp-image-3538" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/angela-binney.jpg" alt="angela-binney" width="249" height="186" class="alignnone size-full wp-image-3539" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune-cert.jpg" alt="dawn-neptune-cert" width="228" height="186" class="alignnone size-full wp-image-3540" /> <a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune.jpg"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune.jpg" alt="dawn-neptune" width="278" height="186" class="alignnone size-full wp-image-3541" /></a></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jennifer-macnaughton-cert.jpg" alt="jennifer-macnaughton-cert" width="229" height="186" class="alignnone size-full wp-image-3542" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jennifer-macnaughton.jpg" alt="jennifer-macnaughton" width="138" height="186" class="alignnone size-full wp-image-3543" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/mark-dedenus-cert.jpg" alt="mark-dedenus-cert" width="238" height="186" class="alignnone size-full wp-image-3544" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/mark-dedenus.jpg" alt="mark-dedenus" width="184" height="186" class="alignnone size-full wp-image-3545" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Merit in Conservation Award</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Mazuri Animal Nutrition Award</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of excellence in exhibit design Renovation</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Merit For Zoo Keeper Education</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lee Houts Excellence in Enrichment Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-cert.jpg" alt="lee-houts-cert" width="234" height="186" class="alignnone size-full wp-image-3548" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-happy-hallow.jpg" alt="lee-houts-happy-hallow" width="260" height="186" class="alignnone size-full wp-image-3549" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-1.jpg" alt="lee-houts-1" width="282" height="186" class="alignnone size-full wp-image-3550" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-2.jpg" alt="lee-houts-2" width="282" height="186" class="alignnone size-full wp-image-3551" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Jean M. Hromadka Excellence in Animal Care Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award.jpg" alt="jean-m-award" width="145" height="186" class="alignnone size-full wp-image-3554" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry.jpg" alt="jean-m-award-harry" width="259" height="186" class="alignnone size-full wp-image-3553" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry1.jpg" alt="jean-m-award-harry1" width="252" height="186" class="alignnone size-full wp-image-3555" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry2.jpg" alt="jean-m-award-harry2" width="271" height="186" class="alignnone size-full wp-image-3556" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lutz Ruhe Meritorious Achievement AAZK Professional of the Year Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-cert-amanda.jpg" alt="lutz-ruhe-cert-amanda" width="165" height="186" class="alignnone size-full wp-image-3558" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-cert.jpg" alt="lutz-ruhe-cert" width="147" height="186" class="alignnone size-full wp-image-3559" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-amanda.jpg" alt="lutz-ruhe-amanda" width="241" height="186" class="alignnone size-full wp-image-3560" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-amanda1.jpg" alt="lutz-ruhe-amanda1" width="261" height="186" class="alignnone size-full wp-image-3561" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lifetime Achievement Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-knoxmartin.jpg" alt="lifetime-knoxmartin" width="254" height="186" class="alignnone size-full wp-image-3563" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award.jpg" alt="lifetime-award" width="161" height="186" class="alignnone size-full wp-image-3564" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award-knoxmartin.jpg" alt="lifetime-award-knoxmartin" width="140" height="186" class="alignnone size-full wp-image-3565" /></p>\r\n<p align="center"></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Chapter of the Year Award</h4>\r\nFor extraordinary initiative and support of the American Association of Zoo Keepers and its’ worldwide membership, for the Chapter’s commitment to conservation and helping to fulfill the vision of animal care professionals.\r\n<strong>Battle Creek AAZK Chapter</strong>\r\n<p align="center"></p>\r\n<div id="inner-links"></div>', 'Past Recipients', 0, '', 'inherit', 'closed', 'closed', '', '3513-revision-v1', '', '', '2013-10-28 15:48:30', '2013-10-28 20:48:30', '', 3513, 'http://web3.gowebsolutions.com/~aazook/3513-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3568, 1, '2013-10-28 16:14:59', '2013-10-28 21:14:59', '', 'BATTLE-CREEK-AAZK-CHAPTER', 0, '', 'inherit', 'closed', 'closed', '', 'battle-creek-aazk-chapter', '', '', '2013-10-28 16:14:59', '2013-10-28 21:14:59', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/BATTLE-CREEK-AAZK-CHAPTER.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3569, 1, '2013-10-28 16:15:39', '2013-10-28 21:15:39', '', 'lifetime-award-oliver2', 0, '', 'inherit', 'closed', 'closed', '', 'lifetime-award-oliver2', '', '', '2013-10-28 16:15:39', '2013-10-28 21:15:39', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award-oliver2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3570, 1, '2013-10-28 16:15:40', '2013-10-28 21:15:40', '', 'lifetime-award-oliver', 0, '', 'inherit', 'closed', 'closed', '', 'lifetime-award-oliver', '', '', '2013-10-28 16:15:40', '2013-10-28 21:15:40', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award-oliver.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3571, 1, '2013-10-28 16:15:40', '2013-10-28 21:15:40', '', 'lifetime-award-oliver1', 0, '', 'inherit', 'closed', 'closed', '', 'lifetime-award-oliver1', '', '', '2013-10-28 16:15:40', '2013-10-28 21:15:40', '', 3513, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award-oliver1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3572, 1, '2013-10-28 16:16:09', '2013-10-28 21:16:09', 'The following are the 2012 Award Recipients from the August 27, 2012 Awards Ceremony that was held in Syracuse, New York.\r\n\r\n<h4>2012 Conservation Prize</h4>\r\n<img src="[homeurl]/wp-content/uploads/SaveNatureOrg.jpg" alt="SaveNatureOrg" width="100" class="alignleft" /> SaveNature.Org\r\n<strong>Website:</strong> <a href="http://savenature.org/" title="SaveNature.Org" target="_blank">www.savenature.org</a>\r\n\r\n<ul>\r\n<li>Taking a leadership role in saving biodiversity. </li>\r\n<li>Creating conservation partnerships with a call to action.  </li>\r\n<li>Saving threatened and endangered tropical rainforest, wild ocean and desert habitat in-situ.  </li>\r\n<li>Conservation commitment that inspires the public to save nature. </li>\r\n</ul>\r\n<div class="clear"></div>\r\n\r\n<h6>SaveNature.Org Conservation Prize Recipients 1993 - 2011 </h6>\r\n<div class="first sixcol">\r\n<ul>\r\n<li>1993 San Francisco Zoo, Greater Bay Area Chapter AAZK, Denver Zoological Gardens, Natl. Aquarium in Baltimore \r\n<li>1994 Lowry Park Zoo, Suncoast Chapter AAZK </li>\r\n<li>1995 Utah’s Hogle Zoo and Utah Chapter of AAZK</li> \r\n<li>1996 Milwaukee County Zoo & Milwaukee Chapter AAZK </li>\r\n<li>1997 Woodland Park Zoo and Puget Sound Chapter AAZK </li>\r\n<li>1998 San Diego Chapter AAZK and Greater Kansas City Chapter AAZK and </li>\r\n<li>1999 Kansas City Zoological Gardens </li>\r\n<li>1999 John Ball Zoo and ZooKeepers at the John Ball Zoo </li>\r\n<li>2000 Tulsa Zoo </li>\r\n<li>2001 El Paso Zoo </li>\r\n</ul></div>\r\n<div class="last sixcol">\r\n<ul>\r\n<li>2002 Lake Superior Zoo and Northern Lights Chapter of AAZK </li>\r\n<li>2003 Seneca Park Zoo </li>\r\n<li>2004 Great Plains Zoo and Robin Shewokis </li>\r\n<li>2005 North Carolina Zoological Park, North Carolina Zoological Society and North Carolina Chapter AAZK </li>\r\n<li>2006 Central Florida Zoo </li>\r\n<li>2007 Pittsburgh Zoo & PPG Aquarium </li>\r\n<li>2008 Minnesota Zoo AAZK Chapter and Zoo </li>\r\n<li>2009 Jenkinson’s Aquarium </li>\r\n<li>2010 Roosevelt Park Zoo </li>\r\n<li>2011 Happy Hollow Zoo</li>\r\n</ul></div>\r\n<div class="clear"></div>\r\n\r\n<h6>Wine for the Wild</h6>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/wine-for-the-wild-sign.jpg" alt="wine-for-the-wild-sign" width="200" height="257" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/wine-for-the-wild-crowd.jpg" alt="wine-for-the-wild-crowd" width="350" height="257" class="alignnone" /></p>\r\n\r\n<div class="first sixcol">\r\n<h6>Svengoolie for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Svengoolie-for-the-Wild.jpg" alt="Svengoolie for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Fun-Raising for the Wild</h6>\r\n<img src="[homeurl]/wp-content/uploads/Fun-Raising-for-the-Wild.jpg" alt="Fun-Raising for the Wild" width="254" height="186" class="aligncenter" />\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<div class="first sixcol">\r\n<h6>Swim for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Swim-for-the-Wild.jpg" alt="Swim for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Guanacaste Conservation Area, Costa Rica</h6>\r\n<img src="[homeurl]/wp-content/uploads/GUANACASTE-CONSERVATION-AREA-COSTA-RICA.jpg" alt="Guanacaste Conservation Area, Costa Rica" width="254" height="186" class="aligncenter" />\r\n<p align="center">Saving 375,000 terrestrial species in the wild \r\n65% of Costa Rican species. 2.5% of the world</p>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<h6>Congratulations</h6>\r\nCongratulations to the 2012 SaveNature.Org Conservation Prize<em> Lincoln Park American Association of Zoo Keepers</em>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/Lincoln-Park.jpg" alt="Lincoln Park American Association of Zoo Keepers" width="311" height="186" class="alignnone" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Appreciation</h4>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/Lincoln-Park-cert.jpg" alt="Certificate of Appreciation" width="243" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/Certificate-of-Appreciation.jpg" alt="Certificate-of-Appreciation" width="231" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/robin-shewokis.jpg" alt="Robin Shewokis" width="243" height="186" class="alignnone" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Recognition</h4>\r\n<img src="[homeurl]/wp-content/uploads/Certificate-of-Recognition.jpg" alt="Certificate of Recognition" width="284" height="186" class="aligncenter" />\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/tammy-root-cert.jpg" alt="tammy-root-cert" width="254" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/tammy-root.jpg" alt="tammy-root" width="156" height="186" class="alignnone" /></p>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/shane-good-cert.jpg" alt="shane-good-cert" width="231" height="196" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/shane-good.jpg" alt="shane-good" width="133" height="186" class="alignnone" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/angela-binney-cert.jpg" alt="angela-binney-cert" width="226" height="186" class="alignnone size-full wp-image-3538" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/angela-binney.jpg" alt="angela-binney" width="249" height="186" class="alignnone size-full wp-image-3539" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune-cert.jpg" alt="dawn-neptune-cert" width="228" height="186" class="alignnone size-full wp-image-3540" /> <a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune.jpg"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune.jpg" alt="dawn-neptune" width="278" height="186" class="alignnone size-full wp-image-3541" /></a></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jennifer-macnaughton-cert.jpg" alt="jennifer-macnaughton-cert" width="229" height="186" class="alignnone size-full wp-image-3542" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jennifer-macnaughton.jpg" alt="jennifer-macnaughton" width="138" height="186" class="alignnone size-full wp-image-3543" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/mark-dedenus-cert.jpg" alt="mark-dedenus-cert" width="238" height="186" class="alignnone size-full wp-image-3544" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/mark-dedenus.jpg" alt="mark-dedenus" width="184" height="186" class="alignnone size-full wp-image-3545" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Merit in Conservation Award</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Mazuri Animal Nutrition Award</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of excellence in exhibit design Renovation</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Merit For Zoo Keeper Education</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lee Houts Excellence in Enrichment Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-cert.jpg" alt="lee-houts-cert" width="234" height="186" class="alignnone size-full wp-image-3548" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-happy-hallow.jpg" alt="lee-houts-happy-hallow" width="260" height="186" class="alignnone size-full wp-image-3549" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-1.jpg" alt="lee-houts-1" width="282" height="186" class="alignnone size-full wp-image-3550" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-2.jpg" alt="lee-houts-2" width="282" height="186" class="alignnone size-full wp-image-3551" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Jean M. Hromadka Excellence in Animal Care Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award.jpg" alt="jean-m-award" width="145" height="186" class="alignnone size-full wp-image-3554" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry.jpg" alt="jean-m-award-harry" width="259" height="186" class="alignnone size-full wp-image-3553" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry1.jpg" alt="jean-m-award-harry1" width="252" height="186" class="alignnone size-full wp-image-3555" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry2.jpg" alt="jean-m-award-harry2" width="271" height="186" class="alignnone size-full wp-image-3556" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lutz Ruhe Meritorious Achievement AAZK Professional of the Year Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-cert-amanda.jpg" alt="lutz-ruhe-cert-amanda" width="165" height="186" class="alignnone size-full wp-image-3558" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-cert.jpg" alt="lutz-ruhe-cert" width="147" height="186" class="alignnone size-full wp-image-3559" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-amanda.jpg" alt="lutz-ruhe-amanda" width="241" height="186" class="alignnone size-full wp-image-3560" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-amanda1.jpg" alt="lutz-ruhe-amanda1" width="261" height="186" class="alignnone size-full wp-image-3561" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lifetime Achievement Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-knoxmartin.jpg" alt="lifetime-knoxmartin" width="254" height="186" class="alignnone size-full wp-image-3563" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award.jpg" alt="lifetime-award" width="161" height="186" class="alignnone size-full wp-image-3564" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award-knoxmartin.jpg" alt="lifetime-award-knoxmartin" width="140" height="186" class="alignnone size-full wp-image-3565" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award-oliver.jpg" alt="lifetime-award-oliver" width="145" height="186" class="alignnone size-full wp-image-3570" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award-oliver2.jpg" alt="lifetime-award-oliver2" width="255" height="186" class="alignnone size-full wp-image-3569" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award-oliver1.jpg" alt="lifetime-award-oliver1" width="251" height="186" class="alignnone size-full wp-image-3571" /> </p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Chapter of the Year Award</h4>\r\nFor extraordinary initiative and support of the American Association of Zoo Keepers and its’ worldwide membership, for the Chapter’s commitment to conservation and helping to fulfill the vision of animal care professionals.\r\n<strong>Battle Creek AAZK Chapter</strong>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/BATTLE-CREEK-AAZK-CHAPTER.jpg" alt="BATTLE-CREEK-AAZK-CHAPTER" width="353" height="283" class="alignnone size-full wp-image-3568" /></p>\r\n<div id="inner-links"></div>', 'Past Recipients', 0, '', 'inherit', 'closed', 'closed', '', '3513-revision-v1', '', '', '2013-10-28 16:16:09', '2013-10-28 21:16:09', '', 3513, 'http://web3.gowebsolutions.com/~aazook/3513-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3573, 1, '2013-10-28 16:18:46', '2013-10-28 21:18:46', 'The following are the 2012 Award Recipients from the August 27, 2012 Awards Ceremony that was held in Syracuse, New York.\r\n\r\n<h4>2012 Conservation Prize</h4>\r\n<img src="[homeurl]/wp-content/uploads/SaveNatureOrg.jpg" alt="SaveNatureOrg" width="100" class="alignleft" /> SaveNature.Org\r\n<strong>Website:</strong> <a href="http://savenature.org/" title="SaveNature.Org" target="_blank">www.savenature.org</a>\r\n\r\n<ul>\r\n<li>Taking a leadership role in saving biodiversity. </li>\r\n<li>Creating conservation partnerships with a call to action.  </li>\r\n<li>Saving threatened and endangered tropical rainforest, wild ocean and desert habitat in-situ.  </li>\r\n<li>Conservation commitment that inspires the public to save nature. </li>\r\n</ul>\r\n<div class="clear"></div>\r\n\r\n<h6>SaveNature.Org Conservation Prize Recipients 1993 - 2011 </h6>\r\n<div class="first sixcol">\r\n<ul>\r\n<li>1993 San Francisco Zoo, Greater Bay Area Chapter AAZK, Denver Zoological Gardens, Natl. Aquarium in Baltimore \r\n<li>1994 Lowry Park Zoo, Suncoast Chapter AAZK </li>\r\n<li>1995 Utah’s Hogle Zoo and Utah Chapter of AAZK</li> \r\n<li>1996 Milwaukee County Zoo & Milwaukee Chapter AAZK </li>\r\n<li>1997 Woodland Park Zoo and Puget Sound Chapter AAZK </li>\r\n<li>1998 San Diego Chapter AAZK and Greater Kansas City Chapter AAZK and </li>\r\n<li>1999 Kansas City Zoological Gardens </li>\r\n<li>1999 John Ball Zoo and ZooKeepers at the John Ball Zoo </li>\r\n<li>2000 Tulsa Zoo </li>\r\n<li>2001 El Paso Zoo </li>\r\n</ul></div>\r\n<div class="last sixcol">\r\n<ul>\r\n<li>2002 Lake Superior Zoo and Northern Lights Chapter of AAZK </li>\r\n<li>2003 Seneca Park Zoo </li>\r\n<li>2004 Great Plains Zoo and Robin Shewokis </li>\r\n<li>2005 North Carolina Zoological Park, North Carolina Zoological Society and North Carolina Chapter AAZK </li>\r\n<li>2006 Central Florida Zoo </li>\r\n<li>2007 Pittsburgh Zoo & PPG Aquarium </li>\r\n<li>2008 Minnesota Zoo AAZK Chapter and Zoo </li>\r\n<li>2009 Jenkinson’s Aquarium </li>\r\n<li>2010 Roosevelt Park Zoo </li>\r\n<li>2011 Happy Hollow Zoo</li>\r\n</ul></div>\r\n<div class="clear"></div>\r\n\r\n<h6>Wine for the Wild</h6>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/wine-for-the-wild-sign.jpg" alt="wine-for-the-wild-sign" width="200" height="257" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/wine-for-the-wild-crowd.jpg" alt="wine-for-the-wild-crowd" width="350" height="257" class="alignnone" /></p>\r\n\r\n<div class="first sixcol">\r\n<h6>Svengoolie for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Svengoolie-for-the-Wild.jpg" alt="Svengoolie for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Fun-Raising for the Wild</h6>\r\n<img src="[homeurl]/wp-content/uploads/Fun-Raising-for-the-Wild.jpg" alt="Fun-Raising for the Wild" width="254" height="186" class="aligncenter" />\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<div class="first sixcol">\r\n<h6>Swim for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Swim-for-the-Wild.jpg" alt="Swim for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Guanacaste Conservation Area, Costa Rica</h6>\r\n<img src="[homeurl]/wp-content/uploads/GUANACASTE-CONSERVATION-AREA-COSTA-RICA.jpg" alt="Guanacaste Conservation Area, Costa Rica" width="254" height="186" class="aligncenter" />\r\n<p align="center">Saving 375,000 terrestrial species in the wild \r\n65% of Costa Rican species. 2.5% of the world</p>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<h6>Congratulations</h6>\r\nCongratulations to the 2012 SaveNature.Org Conservation Prize<em> Lincoln Park American Association of Zoo Keepers</em>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/Lincoln-Park.jpg" alt="Lincoln Park American Association of Zoo Keepers" width="311" height="186" class="alignnone" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Appreciation</h4>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/Lincoln-Park-cert.jpg" alt="Certificate of Appreciation" width="200" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/Certificate-of-Appreciation.jpg" alt="Certificate-of-Appreciation" width="190" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/robin-shewokis.jpg" alt="Robin Shewokis" width="200" class="alignnone" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Recognition</h4>\r\n<img src="[homeurl]/wp-content/uploads/Certificate-of-Recognition.jpg" alt="Certificate of Recognition" width="284" height="186" class="aligncenter" />\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/tammy-root-cert.jpg" alt="tammy-root-cert" width="254" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/tammy-root.jpg" alt="tammy-root" width="156" height="186" class="alignnone" /></p>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/shane-good-cert.jpg" alt="shane-good-cert" width="231" height="196" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/shane-good.jpg" alt="shane-good" width="133" height="186" class="alignnone" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/angela-binney-cert.jpg" alt="angela-binney-cert" width="226" height="186" class="alignnone size-full wp-image-3538" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/angela-binney.jpg" alt="angela-binney" width="249" height="186" class="alignnone size-full wp-image-3539" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune-cert.jpg" alt="dawn-neptune-cert" width="228" height="186" class="alignnone size-full wp-image-3540" /> <a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune.jpg"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune.jpg" alt="dawn-neptune" width="278" height="186" class="alignnone size-full wp-image-3541" /></a></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jennifer-macnaughton-cert.jpg" alt="jennifer-macnaughton-cert" width="229" height="186" class="alignnone size-full wp-image-3542" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jennifer-macnaughton.jpg" alt="jennifer-macnaughton" width="138" height="186" class="alignnone size-full wp-image-3543" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/mark-dedenus-cert.jpg" alt="mark-dedenus-cert" width="238" height="186" class="alignnone size-full wp-image-3544" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/mark-dedenus.jpg" alt="mark-dedenus" width="184" height="186" class="alignnone size-full wp-image-3545" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Merit in Conservation Award</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Mazuri Animal Nutrition Award</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of excellence in exhibit design Renovation</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Merit For Zoo Keeper Education</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lee Houts Excellence in Enrichment Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-cert.jpg" alt="lee-houts-cert" width="234" height="186" class="alignnone size-full wp-image-3548" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-happy-hallow.jpg" alt="lee-houts-happy-hallow" width="260" height="186" class="alignnone size-full wp-image-3549" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-1.jpg" alt="lee-houts-1" width="282" height="186" class="alignnone size-full wp-image-3550" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-2.jpg" alt="lee-houts-2" width="282" height="186" class="alignnone size-full wp-image-3551" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Jean M. Hromadka Excellence in Animal Care Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award.jpg" alt="jean-m-award" width="145" height="186" class="alignnone size-full wp-image-3554" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry.jpg" alt="jean-m-award-harry" width="259" height="186" class="alignnone size-full wp-image-3553" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry1.jpg" alt="jean-m-award-harry1" width="252" height="186" class="alignnone size-full wp-image-3555" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry2.jpg" alt="jean-m-award-harry2" width="271" height="186" class="alignnone size-full wp-image-3556" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lutz Ruhe Meritorious Achievement AAZK Professional of the Year Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-cert-amanda.jpg" alt="lutz-ruhe-cert-amanda" width="165" height="186" class="alignnone size-full wp-image-3558" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-cert.jpg" alt="lutz-ruhe-cert" width="147" height="186" class="alignnone size-full wp-image-3559" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-amanda.jpg" alt="lutz-ruhe-amanda" width="241" height="186" class="alignnone size-full wp-image-3560" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-amanda1.jpg" alt="lutz-ruhe-amanda1" width="261" height="186" class="alignnone size-full wp-image-3561" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lifetime Achievement Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-knoxmartin.jpg" alt="lifetime-knoxmartin" width="254" height="186" class="alignnone size-full wp-image-3563" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award.jpg" alt="lifetime-award" width="161" height="186" class="alignnone size-full wp-image-3564" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award-knoxmartin.jpg" alt="lifetime-award-knoxmartin" width="140" height="186" class="alignnone size-full wp-image-3565" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award-oliver.jpg" alt="lifetime-award-oliver" width="145" height="186" class="alignnone size-full wp-image-3570" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award-oliver2.jpg" alt="lifetime-award-oliver2" width="255" height="186" class="alignnone size-full wp-image-3569" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award-oliver1.jpg" alt="lifetime-award-oliver1" width="251" height="186" class="alignnone size-full wp-image-3571" /> </p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Chapter of the Year Award</h4>\r\nFor extraordinary initiative and support of the American Association of Zoo Keepers and its’ worldwide membership, for the Chapter’s commitment to conservation and helping to fulfill the vision of animal care professionals.\r\n<strong>Battle Creek AAZK Chapter</strong>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/BATTLE-CREEK-AAZK-CHAPTER.jpg" alt="BATTLE-CREEK-AAZK-CHAPTER" width="353" height="283" class="alignnone size-full wp-image-3568" /></p>\r\n<div id="inner-links"></div>', 'Past Recipients', 0, '', 'inherit', 'closed', 'closed', '', '3513-revision-v1', '', '', '2013-10-28 16:18:46', '2013-10-28 21:18:46', '', 3513, 'http://web3.gowebsolutions.com/~aazook/3513-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3574, 1, '2013-10-28 16:19:23', '2013-10-28 21:19:23', 'The following are the 2012 Award Recipients from the August 27, 2012 Awards Ceremony that was held in Syracuse, New York.\r\n\r\n<h4>2012 Conservation Prize</h4>\r\n<img src="[homeurl]/wp-content/uploads/SaveNatureOrg.jpg" alt="SaveNatureOrg" width="100" class="alignleft" /> SaveNature.Org\r\n<strong>Website:</strong> <a href="http://savenature.org/" title="SaveNature.Org" target="_blank">www.savenature.org</a>\r\n\r\n<ul>\r\n<li>Taking a leadership role in saving biodiversity. </li>\r\n<li>Creating conservation partnerships with a call to action.  </li>\r\n<li>Saving threatened and endangered tropical rainforest, wild ocean and desert habitat in-situ.  </li>\r\n<li>Conservation commitment that inspires the public to save nature. </li>\r\n</ul>\r\n<div class="clear"></div>\r\n\r\n<h6>SaveNature.Org Conservation Prize Recipients 1993 - 2011 </h6>\r\n<div class="first sixcol">\r\n<ul>\r\n<li>1993 San Francisco Zoo, Greater Bay Area Chapter AAZK, Denver Zoological Gardens, Natl. Aquarium in Baltimore \r\n<li>1994 Lowry Park Zoo, Suncoast Chapter AAZK </li>\r\n<li>1995 Utah’s Hogle Zoo and Utah Chapter of AAZK</li> \r\n<li>1996 Milwaukee County Zoo & Milwaukee Chapter AAZK </li>\r\n<li>1997 Woodland Park Zoo and Puget Sound Chapter AAZK </li>\r\n<li>1998 San Diego Chapter AAZK and Greater Kansas City Chapter AAZK and </li>\r\n<li>1999 Kansas City Zoological Gardens </li>\r\n<li>1999 John Ball Zoo and ZooKeepers at the John Ball Zoo </li>\r\n<li>2000 Tulsa Zoo </li>\r\n<li>2001 El Paso Zoo </li>\r\n</ul></div>\r\n<div class="last sixcol">\r\n<ul>\r\n<li>2002 Lake Superior Zoo and Northern Lights Chapter of AAZK </li>\r\n<li>2003 Seneca Park Zoo </li>\r\n<li>2004 Great Plains Zoo and Robin Shewokis </li>\r\n<li>2005 North Carolina Zoological Park, North Carolina Zoological Society and North Carolina Chapter AAZK </li>\r\n<li>2006 Central Florida Zoo </li>\r\n<li>2007 Pittsburgh Zoo & PPG Aquarium </li>\r\n<li>2008 Minnesota Zoo AAZK Chapter and Zoo </li>\r\n<li>2009 Jenkinson’s Aquarium </li>\r\n<li>2010 Roosevelt Park Zoo </li>\r\n<li>2011 Happy Hollow Zoo</li>\r\n</ul></div>\r\n<div class="clear"></div>\r\n\r\n<h6>Wine for the Wild</h6>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/wine-for-the-wild-sign.jpg" alt="wine-for-the-wild-sign" width="200" height="257" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/wine-for-the-wild-crowd.jpg" alt="wine-for-the-wild-crowd" width="350" height="257" class="alignnone" /></p>\r\n\r\n<div class="first sixcol">\r\n<h6>Svengoolie for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Svengoolie-for-the-Wild.jpg" alt="Svengoolie for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Fun-Raising for the Wild</h6>\r\n<img src="[homeurl]/wp-content/uploads/Fun-Raising-for-the-Wild.jpg" alt="Fun-Raising for the Wild" width="254" height="186" class="aligncenter" />\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<div class="first sixcol">\r\n<h6>Swim for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Swim-for-the-Wild.jpg" alt="Swim for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Guanacaste Conservation Area, Costa Rica</h6>\r\n<img src="[homeurl]/wp-content/uploads/GUANACASTE-CONSERVATION-AREA-COSTA-RICA.jpg" alt="Guanacaste Conservation Area, Costa Rica" width="254" height="186" class="aligncenter" />\r\n<p align="center" style="font-size: 10px;">Saving 375,000 terrestrial species in the wild \r\n65% of Costa Rican species. 2.5% of the world</p>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<h6>Congratulations</h6>\r\nCongratulations to the 2012 SaveNature.Org Conservation Prize<em> Lincoln Park American Association of Zoo Keepers</em>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/Lincoln-Park.jpg" alt="Lincoln Park American Association of Zoo Keepers" width="311" height="186" class="alignnone" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Appreciation</h4>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/Lincoln-Park-cert.jpg" alt="Certificate of Appreciation" width="200" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/Certificate-of-Appreciation.jpg" alt="Certificate-of-Appreciation" width="190" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/robin-shewokis.jpg" alt="Robin Shewokis" width="200" class="alignnone" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Recognition</h4>\r\n<img src="[homeurl]/wp-content/uploads/Certificate-of-Recognition.jpg" alt="Certificate of Recognition" width="284" height="186" class="aligncenter" />\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/tammy-root-cert.jpg" alt="tammy-root-cert" width="254" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/tammy-root.jpg" alt="tammy-root" width="156" height="186" class="alignnone" /></p>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/shane-good-cert.jpg" alt="shane-good-cert" width="231" height="196" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/shane-good.jpg" alt="shane-good" width="133" height="186" class="alignnone" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/angela-binney-cert.jpg" alt="angela-binney-cert" width="226" height="186" class="alignnone size-full wp-image-3538" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/angela-binney.jpg" alt="angela-binney" width="249" height="186" class="alignnone size-full wp-image-3539" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune-cert.jpg" alt="dawn-neptune-cert" width="228" height="186" class="alignnone size-full wp-image-3540" /> <a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune.jpg"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune.jpg" alt="dawn-neptune" width="278" height="186" class="alignnone size-full wp-image-3541" /></a></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jennifer-macnaughton-cert.jpg" alt="jennifer-macnaughton-cert" width="229" height="186" class="alignnone size-full wp-image-3542" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jennifer-macnaughton.jpg" alt="jennifer-macnaughton" width="138" height="186" class="alignnone size-full wp-image-3543" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/mark-dedenus-cert.jpg" alt="mark-dedenus-cert" width="238" height="186" class="alignnone size-full wp-image-3544" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/mark-dedenus.jpg" alt="mark-dedenus" width="184" height="186" class="alignnone size-full wp-image-3545" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Merit in Conservation Award</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Mazuri Animal Nutrition Award</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of excellence in exhibit design Renovation</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Merit For Zoo Keeper Education</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lee Houts Excellence in Enrichment Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-cert.jpg" alt="lee-houts-cert" width="234" height="186" class="alignnone size-full wp-image-3548" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-happy-hallow.jpg" alt="lee-houts-happy-hallow" width="260" height="186" class="alignnone size-full wp-image-3549" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-1.jpg" alt="lee-houts-1" width="282" height="186" class="alignnone size-full wp-image-3550" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-2.jpg" alt="lee-houts-2" width="282" height="186" class="alignnone size-full wp-image-3551" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Jean M. Hromadka Excellence in Animal Care Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award.jpg" alt="jean-m-award" width="145" height="186" class="alignnone size-full wp-image-3554" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry.jpg" alt="jean-m-award-harry" width="259" height="186" class="alignnone size-full wp-image-3553" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry1.jpg" alt="jean-m-award-harry1" width="252" height="186" class="alignnone size-full wp-image-3555" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry2.jpg" alt="jean-m-award-harry2" width="271" height="186" class="alignnone size-full wp-image-3556" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lutz Ruhe Meritorious Achievement AAZK Professional of the Year Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-cert-amanda.jpg" alt="lutz-ruhe-cert-amanda" width="165" height="186" class="alignnone size-full wp-image-3558" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-cert.jpg" alt="lutz-ruhe-cert" width="147" height="186" class="alignnone size-full wp-image-3559" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-amanda.jpg" alt="lutz-ruhe-amanda" width="241" height="186" class="alignnone size-full wp-image-3560" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-amanda1.jpg" alt="lutz-ruhe-amanda1" width="261" height="186" class="alignnone size-full wp-image-3561" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lifetime Achievement Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-knoxmartin.jpg" alt="lifetime-knoxmartin" width="254" height="186" class="alignnone size-full wp-image-3563" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award.jpg" alt="lifetime-award" width="161" height="186" class="alignnone size-full wp-image-3564" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award-knoxmartin.jpg" alt="lifetime-award-knoxmartin" width="140" height="186" class="alignnone size-full wp-image-3565" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award-oliver.jpg" alt="lifetime-award-oliver" width="145" height="186" class="alignnone size-full wp-image-3570" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award-oliver2.jpg" alt="lifetime-award-oliver2" width="255" height="186" class="alignnone size-full wp-image-3569" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award-oliver1.jpg" alt="lifetime-award-oliver1" width="251" height="186" class="alignnone size-full wp-image-3571" /> </p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Chapter of the Year Award</h4>\r\nFor extraordinary initiative and support of the American Association of Zoo Keepers and its’ worldwide membership, for the Chapter’s commitment to conservation and helping to fulfill the vision of animal care professionals.\r\n<strong>Battle Creek AAZK Chapter</strong>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/BATTLE-CREEK-AAZK-CHAPTER.jpg" alt="BATTLE-CREEK-AAZK-CHAPTER" width="353" height="283" class="alignnone size-full wp-image-3568" /></p>\r\n<div id="inner-links"></div>', 'Past Recipients', 0, '', 'inherit', 'closed', 'closed', '', '3513-revision-v1', '', '', '2013-10-28 16:19:23', '2013-10-28 21:19:23', '', 3513, 'http://web3.gowebsolutions.com/~aazook/3513-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3575, 1, '2013-10-28 16:19:44', '2013-10-28 21:19:44', 'The following are the 2012 Award Recipients from the August 27, 2012 Awards Ceremony that was held in Syracuse, New York.\r\n\r\n<h4>2012 Conservation Prize</h4>\r\n<img src="[homeurl]/wp-content/uploads/SaveNatureOrg.jpg" alt="SaveNatureOrg" width="100" class="alignleft" /> SaveNature.Org\r\n<strong>Website:</strong> <a href="http://savenature.org/" title="SaveNature.Org" target="_blank">www.savenature.org</a>\r\n\r\n<ul>\r\n<li>Taking a leadership role in saving biodiversity. </li>\r\n<li>Creating conservation partnerships with a call to action.  </li>\r\n<li>Saving threatened and endangered tropical rainforest, wild ocean and desert habitat in-situ.  </li>\r\n<li>Conservation commitment that inspires the public to save nature. </li>\r\n</ul>\r\n<div class="clear"></div>\r\n\r\n<h6>SaveNature.Org Conservation Prize Recipients 1993 - 2011 </h6>\r\n<div class="first sixcol">\r\n<ul>\r\n<li>1993 San Francisco Zoo, Greater Bay Area Chapter AAZK, Denver Zoological Gardens, Natl. Aquarium in Baltimore \r\n<li>1994 Lowry Park Zoo, Suncoast Chapter AAZK </li>\r\n<li>1995 Utah’s Hogle Zoo and Utah Chapter of AAZK</li> \r\n<li>1996 Milwaukee County Zoo & Milwaukee Chapter AAZK </li>\r\n<li>1997 Woodland Park Zoo and Puget Sound Chapter AAZK </li>\r\n<li>1998 San Diego Chapter AAZK and Greater Kansas City Chapter AAZK and </li>\r\n<li>1999 Kansas City Zoological Gardens </li>\r\n<li>1999 John Ball Zoo and ZooKeepers at the John Ball Zoo </li>\r\n<li>2000 Tulsa Zoo </li>\r\n<li>2001 El Paso Zoo </li>\r\n</ul></div>\r\n<div class="last sixcol">\r\n<ul>\r\n<li>2002 Lake Superior Zoo and Northern Lights Chapter of AAZK </li>\r\n<li>2003 Seneca Park Zoo </li>\r\n<li>2004 Great Plains Zoo and Robin Shewokis </li>\r\n<li>2005 North Carolina Zoological Park, North Carolina Zoological Society and North Carolina Chapter AAZK </li>\r\n<li>2006 Central Florida Zoo </li>\r\n<li>2007 Pittsburgh Zoo & PPG Aquarium </li>\r\n<li>2008 Minnesota Zoo AAZK Chapter and Zoo </li>\r\n<li>2009 Jenkinson’s Aquarium </li>\r\n<li>2010 Roosevelt Park Zoo </li>\r\n<li>2011 Happy Hollow Zoo</li>\r\n</ul></div>\r\n<div class="clear"></div>\r\n\r\n<h6>Wine for the Wild</h6>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/wine-for-the-wild-sign.jpg" alt="wine-for-the-wild-sign" width="200" height="257" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/wine-for-the-wild-crowd.jpg" alt="wine-for-the-wild-crowd" width="350" height="257" class="alignnone" /></p>\r\n\r\n<div class="first sixcol">\r\n<h6>Svengoolie for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Svengoolie-for-the-Wild.jpg" alt="Svengoolie for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Fun-Raising for the Wild</h6>\r\n<img src="[homeurl]/wp-content/uploads/Fun-Raising-for-the-Wild.jpg" alt="Fun-Raising for the Wild" width="254" height="186" class="aligncenter" />\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<div class="first sixcol">\r\n<h6>Swim for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Swim-for-the-Wild.jpg" alt="Swim for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Guanacaste Conservation Area, Costa Rica</h6>\r\n<img src="[homeurl]/wp-content/uploads/GUANACASTE-CONSERVATION-AREA-COSTA-RICA.jpg" alt="Guanacaste Conservation Area, Costa Rica" width="254" height="186" class="aligncenter" />\r\n<p align="center" style="font-size: 12px;">Saving 375,000 terrestrial species in the wild \r\n65% of Costa Rican species. 2.5% of the world</p>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<h6>Congratulations</h6>\r\nCongratulations to the 2012 SaveNature.Org Conservation Prize<em> Lincoln Park American Association of Zoo Keepers</em>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/Lincoln-Park.jpg" alt="Lincoln Park American Association of Zoo Keepers" width="311" height="186" class="alignnone" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Appreciation</h4>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/Lincoln-Park-cert.jpg" alt="Certificate of Appreciation" width="200" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/Certificate-of-Appreciation.jpg" alt="Certificate-of-Appreciation" width="190" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/robin-shewokis.jpg" alt="Robin Shewokis" width="200" class="alignnone" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Recognition</h4>\r\n<img src="[homeurl]/wp-content/uploads/Certificate-of-Recognition.jpg" alt="Certificate of Recognition" width="284" height="186" class="aligncenter" />\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/tammy-root-cert.jpg" alt="tammy-root-cert" width="254" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/tammy-root.jpg" alt="tammy-root" width="156" height="186" class="alignnone" /></p>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/shane-good-cert.jpg" alt="shane-good-cert" width="231" height="196" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/shane-good.jpg" alt="shane-good" width="133" height="186" class="alignnone" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/angela-binney-cert.jpg" alt="angela-binney-cert" width="226" height="186" class="alignnone size-full wp-image-3538" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/angela-binney.jpg" alt="angela-binney" width="249" height="186" class="alignnone size-full wp-image-3539" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune-cert.jpg" alt="dawn-neptune-cert" width="228" height="186" class="alignnone size-full wp-image-3540" /> <a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune.jpg"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune.jpg" alt="dawn-neptune" width="278" height="186" class="alignnone size-full wp-image-3541" /></a></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jennifer-macnaughton-cert.jpg" alt="jennifer-macnaughton-cert" width="229" height="186" class="alignnone size-full wp-image-3542" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jennifer-macnaughton.jpg" alt="jennifer-macnaughton" width="138" height="186" class="alignnone size-full wp-image-3543" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/mark-dedenus-cert.jpg" alt="mark-dedenus-cert" width="238" height="186" class="alignnone size-full wp-image-3544" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/mark-dedenus.jpg" alt="mark-dedenus" width="184" height="186" class="alignnone size-full wp-image-3545" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Merit in Conservation Award</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Mazuri Animal Nutrition Award</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of excellence in exhibit design Renovation</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Merit For Zoo Keeper Education</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lee Houts Excellence in Enrichment Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-cert.jpg" alt="lee-houts-cert" width="234" height="186" class="alignnone size-full wp-image-3548" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-happy-hallow.jpg" alt="lee-houts-happy-hallow" width="260" height="186" class="alignnone size-full wp-image-3549" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-1.jpg" alt="lee-houts-1" width="282" height="186" class="alignnone size-full wp-image-3550" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-2.jpg" alt="lee-houts-2" width="282" height="186" class="alignnone size-full wp-image-3551" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Jean M. Hromadka Excellence in Animal Care Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award.jpg" alt="jean-m-award" width="145" height="186" class="alignnone size-full wp-image-3554" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry.jpg" alt="jean-m-award-harry" width="259" height="186" class="alignnone size-full wp-image-3553" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry1.jpg" alt="jean-m-award-harry1" width="252" height="186" class="alignnone size-full wp-image-3555" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry2.jpg" alt="jean-m-award-harry2" width="271" height="186" class="alignnone size-full wp-image-3556" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lutz Ruhe Meritorious Achievement AAZK Professional of the Year Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-cert-amanda.jpg" alt="lutz-ruhe-cert-amanda" width="165" height="186" class="alignnone size-full wp-image-3558" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-cert.jpg" alt="lutz-ruhe-cert" width="147" height="186" class="alignnone size-full wp-image-3559" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-amanda.jpg" alt="lutz-ruhe-amanda" width="241" height="186" class="alignnone size-full wp-image-3560" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-amanda1.jpg" alt="lutz-ruhe-amanda1" width="261" height="186" class="alignnone size-full wp-image-3561" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lifetime Achievement Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-knoxmartin.jpg" alt="lifetime-knoxmartin" width="254" height="186" class="alignnone size-full wp-image-3563" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award.jpg" alt="lifetime-award" width="161" height="186" class="alignnone size-full wp-image-3564" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award-knoxmartin.jpg" alt="lifetime-award-knoxmartin" width="140" height="186" class="alignnone size-full wp-image-3565" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award-oliver.jpg" alt="lifetime-award-oliver" width="145" height="186" class="alignnone size-full wp-image-3570" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award-oliver2.jpg" alt="lifetime-award-oliver2" width="255" height="186" class="alignnone size-full wp-image-3569" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award-oliver1.jpg" alt="lifetime-award-oliver1" width="251" height="186" class="alignnone size-full wp-image-3571" /> </p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Chapter of the Year Award</h4>\r\nFor extraordinary initiative and support of the American Association of Zoo Keepers and its’ worldwide membership, for the Chapter’s commitment to conservation and helping to fulfill the vision of animal care professionals.\r\n<strong>Battle Creek AAZK Chapter</strong>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/BATTLE-CREEK-AAZK-CHAPTER.jpg" alt="BATTLE-CREEK-AAZK-CHAPTER" width="353" height="283" class="alignnone size-full wp-image-3568" /></p>\r\n<div id="inner-links"></div>', 'Past Recipients', 0, '', 'inherit', 'closed', 'closed', '', '3513-revision-v1', '', '', '2013-10-28 16:19:44', '2013-10-28 21:19:44', '', 3513, 'http://web3.gowebsolutions.com/~aazook/3513-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3576, 1, '2013-10-28 16:23:42', '2013-10-28 21:23:42', 'The following are the 2012 Award Recipients from the August 27, 2012 Awards Ceremony that was held in Syracuse, New York.\r\n\r\n<h4>2012 Conservation Prize</h4>\r\n<img src="[homeurl]/wp-content/uploads/SaveNatureOrg.jpg" alt="SaveNatureOrg" width="100" class="alignleft" /> SaveNature.Org\r\n<strong>Website:</strong> <a href="http://savenature.org/" title="SaveNature.Org" target="_blank">www.savenature.org</a>\r\n\r\n<ul>\r\n<li>Taking a leadership role in saving biodiversity. </li>\r\n<li>Creating conservation partnerships with a call to action.  </li>\r\n<li>Saving threatened and endangered tropical rainforest, wild ocean and desert habitat in-situ.  </li>\r\n<li>Conservation commitment that inspires the public to save nature. </li>\r\n</ul>\r\n<div class="clear"></div>\r\n\r\n<h6>SaveNature.Org Conservation Prize Recipients 1993 - 2011 </h6>\r\n<div class="first sixcol">\r\n<ul>\r\n<li>1993 San Francisco Zoo, Greater Bay Area Chapter AAZK, Denver Zoological Gardens, Natl. Aquarium in Baltimore \r\n<li>1994 Lowry Park Zoo, Suncoast Chapter AAZK </li>\r\n<li>1995 Utah’s Hogle Zoo and Utah Chapter of AAZK</li> \r\n<li>1996 Milwaukee County Zoo & Milwaukee Chapter AAZK </li>\r\n<li>1997 Woodland Park Zoo and Puget Sound Chapter AAZK </li>\r\n<li>1998 San Diego Chapter AAZK and Greater Kansas City Chapter AAZK and </li>\r\n<li>1999 Kansas City Zoological Gardens </li>\r\n<li>1999 John Ball Zoo and ZooKeepers at the John Ball Zoo </li>\r\n<li>2000 Tulsa Zoo </li>\r\n<li>2001 El Paso Zoo </li>\r\n</ul></div>\r\n<div class="last sixcol">\r\n<ul>\r\n<li>2002 Lake Superior Zoo and Northern Lights Chapter of AAZK </li>\r\n<li>2003 Seneca Park Zoo </li>\r\n<li>2004 Great Plains Zoo and Robin Shewokis </li>\r\n<li>2005 North Carolina Zoological Park, North Carolina Zoological Society and North Carolina Chapter AAZK </li>\r\n<li>2006 Central Florida Zoo </li>\r\n<li>2007 Pittsburgh Zoo & PPG Aquarium </li>\r\n<li>2008 Minnesota Zoo AAZK Chapter and Zoo </li>\r\n<li>2009 Jenkinson’s Aquarium </li>\r\n<li>2010 Roosevelt Park Zoo </li>\r\n<li>2011 Happy Hollow Zoo</li>\r\n</ul></div>\r\n<div class="clear"></div>\r\n\r\n<h6>Wine for the Wild</h6>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/wine-for-the-wild-sign.jpg" alt="wine-for-the-wild-sign" width="200" height="257" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/wine-for-the-wild-crowd.jpg" alt="wine-for-the-wild-crowd" width="350" height="257" class="alignnone" /></p>\r\n\r\n<div class="first sixcol">\r\n<h6>Svengoolie for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Svengoolie-for-the-Wild.jpg" alt="Svengoolie for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Fun-Raising for the Wild</h6>\r\n<img src="[homeurl]/wp-content/uploads/Fun-Raising-for-the-Wild.jpg" alt="Fun-Raising for the Wild" width="254" height="186" class="aligncenter" />\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<div class="first sixcol">\r\n<h6>Swim for the Wild</h6> \r\n<img src="[homeurl]/wp-content/uploads/Swim-for-the-Wild.jpg" alt="Swim for the Wild" width="250" height="186" class="aligncenter" />\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Guanacaste Conservation Area, Costa Rica</h6>\r\n<img src="[homeurl]/wp-content/uploads/GUANACASTE-CONSERVATION-AREA-COSTA-RICA.jpg" alt="Guanacaste Conservation Area, Costa Rica" width="254" height="186" class="aligncenter" />\r\n<p align="center" style="font-size: 12px;">Saving 375,000 terrestrial species in the wild \r\n65% of Costa Rican species. 2.5% of the world</p>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<h6>Congratulations</h6>\r\nCongratulations to the 2012 SaveNature.Org Conservation Prize<em> Lincoln Park American Association of Zoo Keepers</em>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/Lincoln-Park.jpg" alt="Lincoln Park American Association of Zoo Keepers" width="311" height="186" class="alignnone" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Appreciation</h4>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/Lincoln-Park-cert.jpg" alt="Certificate of Appreciation" width="200" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/Certificate-of-Appreciation.jpg" alt="Certificate-of-Appreciation" width="190" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/robin-shewokis.jpg" alt="Robin Shewokis" width="200" class="alignnone" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Recognition</h4>\r\n<img src="[homeurl]/wp-content/uploads/Certificate-of-Recognition.jpg" alt="Certificate of Recognition" width="284" height="186" class="aligncenter" />\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/tammy-root-cert.jpg" alt="tammy-root-cert" width="254" height="186" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/tammy-root.jpg" alt="tammy-root" width="156" height="186" class="alignnone" /></p>\r\n<p align="center"><img src="[homeurl]/wp-content/uploads/shane-good-cert.jpg" alt="shane-good-cert" width="231" height="196" class="alignnone" /> <img src="[homeurl]/wp-content/uploads/shane-good.jpg" alt="shane-good" width="133" height="186" class="alignnone" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/angela-binney-cert.jpg" alt="angela-binney-cert" width="226" height="186" class="alignnone size-full wp-image-3538" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/angela-binney.jpg" alt="angela-binney" width="249" height="186" class="alignnone size-full wp-image-3539" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune-cert.jpg" alt="dawn-neptune-cert" width="228" height="186" class="alignnone size-full wp-image-3540" /> <a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune.jpg"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dawn-neptune.jpg" alt="dawn-neptune" width="278" height="186" class="alignnone size-full wp-image-3541" /></a></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jennifer-macnaughton-cert.jpg" alt="jennifer-macnaughton-cert" width="229" height="186" class="alignnone size-full wp-image-3542" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jennifer-macnaughton.jpg" alt="jennifer-macnaughton" width="138" height="186" class="alignnone size-full wp-image-3543" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/mark-dedenus-cert.jpg" alt="mark-dedenus-cert" width="238" height="186" class="alignnone size-full wp-image-3544" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/mark-dedenus.jpg" alt="mark-dedenus" width="184" height="186" class="alignnone size-full wp-image-3545" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Merit in Conservation Award</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Mazuri Animal Nutrition Award</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of excellence in exhibit design Renovation</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Certificate of Merit For Zoo Keeper Education</h4>\r\n<em>No nominees this year</em>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lee Houts Excellence in Enrichment Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-cert.jpg" alt="lee-houts-cert" width="234" height="186" class="alignnone size-full wp-image-3548" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-happy-hallow.jpg" alt="lee-houts-happy-hallow" width="260" height="186" class="alignnone size-full wp-image-3549" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-1.jpg" alt="lee-houts-1" width="282" height="186" class="alignnone size-full wp-image-3550" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lee-houts-2.jpg" alt="lee-houts-2" width="282" height="186" class="alignnone size-full wp-image-3551" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Jean M. Hromadka Excellence in Animal Care Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award.jpg" alt="jean-m-award" width="145" height="186" class="alignnone size-full wp-image-3554" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry.jpg" alt="jean-m-award-harry" width="259" height="186" class="alignnone size-full wp-image-3553" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry1.jpg" alt="jean-m-award-harry1" width="252" height="186" class="alignnone size-full wp-image-3555" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jean-m-award-harry2.jpg" alt="jean-m-award-harry2" width="271" height="186" class="alignnone size-full wp-image-3556" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lutz Ruhe Meritorious Achievement AAZK Professional of the Year Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-cert-amanda.jpg" alt="lutz-ruhe-cert-amanda" width="165" height="186" class="alignnone size-full wp-image-3558" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-cert.jpg" alt="lutz-ruhe-cert" width="147" height="186" class="alignnone size-full wp-image-3559" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-amanda.jpg" alt="lutz-ruhe-amanda" width="241" height="186" class="alignnone size-full wp-image-3560" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lutz-ruhe-amanda1.jpg" alt="lutz-ruhe-amanda1" width="261" height="186" class="alignnone size-full wp-image-3561" /></p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Lifetime Achievement Award</h4>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-knoxmartin.jpg" alt="lifetime-knoxmartin" width="254" height="186" class="alignnone size-full wp-image-3563" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award.jpg" alt="lifetime-award" width="161" height="186" class="alignnone size-full wp-image-3564" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award-knoxmartin.jpg" alt="lifetime-award-knoxmartin" width="140" height="186" class="alignnone size-full wp-image-3565" /></p>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award-oliver.jpg" alt="lifetime-award-oliver" width="112" height="186" class="alignnone size-full wp-image-3570" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award-oliver2.jpg" alt="lifetime-award-oliver2" width="200" height="186" class="alignnone size-full wp-image-3569" /> <img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lifetime-award-oliver1.jpg" alt="lifetime-award-oliver1" width="200" height="186" class="alignnone size-full wp-image-3571" /> </p>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Chapter of the Year Award</h4>\r\nFor extraordinary initiative and support of the American Association of Zoo Keepers and its’ worldwide membership, for the Chapter’s commitment to conservation and helping to fulfill the vision of animal care professionals.\r\n<strong>Battle Creek AAZK Chapter</strong>\r\n<p align="center"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/BATTLE-CREEK-AAZK-CHAPTER.jpg" alt="BATTLE-CREEK-AAZK-CHAPTER" width="353" height="283" class="alignnone size-full wp-image-3568" /></p>\r\n<div id="inner-links"></div>', 'Past Recipients', 0, '', 'inherit', 'closed', 'closed', '', '3513-revision-v1', '', '', '2013-10-28 16:23:42', '2013-10-28 21:23:42', '', 3513, 'http://web3.gowebsolutions.com/~aazook/3513-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3577, 1, '2013-10-28 16:25:53', '2013-10-28 21:25:53', '<h4>Purpose</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Resources produced</h4>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Projects</h4>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Additional Information</h4>\r\n<h6><i class="left icon-download"></i> Downloads</h6>\r\n<ul>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n</ul>\r\n\r\n<h6><i class="left icon-download"></i> Helpful Links</h6>\r\n<ul>\r\n	<li><a target="_blank" href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1" target="_blank">Training and Enrichment Video Library</a></li>\r\n	<li><s><a href="[homeurl]/about/committee/behavioral-husbandry/resources/">Resources</a></s></li>\r\n	<li><a href="[homeurl]/members/bhc.php">Suggested Guidelines for Enrichment</a></li>\r\n	<li><a href="[homeurl]/about/committee/behavioral-husbandry/printed-resources">Printed Resources</a></li>\r\n	<li><a href="[homeurl]/about/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n	<li><a href="[homeurl]/members/bhc.php">Enrichment Day Examples</a></li>\r\n	<li><s><a href="[homeurl]/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></s></li>\r\n</ul>\r\n\r\n\r\n<div class="hr"></div>\r\n\r\n<div class="first sixcol">\r\n<h4>Behavioral Husbandry Committee Chair Member</h4>\r\n<img class="aligncenter" title="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="Julie Hartell-DeNardo" width="125" height="146" />\r\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2013-10-28 16:25:53', '2013-10-28 21:25:53', '', 192, 'http://web3.gowebsolutions.com/~aazook/192-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4799, 1, '2013-12-05 16:57:44', '2013-12-05 21:57:44', '', 'Contact Info', 0, '', 'publish', 'closed', 'closed', '', 'contact-info', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 0, 'https://www.aazk.org/?p=4799', 46, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3580, 1, '2013-10-28 16:26:26', '2013-10-28 21:26:26', '<h4>Purpose</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards\' criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award\'s recipients each year at the National Conference.\r\n\r\n<h4>Nominations</h4>\r\nThe AAZK Awards Committee is accepting nominations for the following categories. The deadline for all award nominations is <strong>May 1, 2014</strong>. Nomination criteria for these nine awards are listed below: \r\n\r\n<ul>\r\n	<li><a href="[homeurl]/committee/awards-committee/lifetime-achievement-la-award/">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/mazuri-animal-nutrition-award-mana/">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-in-conservation-cmc/">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/the-aazk-chapter-of-the-year-award/">The AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\n\r\nThese awards are presented at the annual AAZK National Conference held in the fall each year. The deadline for all award nominations is <strong>May 1, 2014</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td><p align="center">Janet McCoy, Chair, AAZK Awards Committee\r\n846 NW 170th Dr.\r\nBeaverton, OR 97006</p></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<strong>Or, send Janet an email at <a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a>.</strong>\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n\r\n<h4>Awards Committee Members</h4>\r\n<div class="first sixcol">\r\n <p align="center"><strong>Chair</strong></p>\r\n<img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/janmccoy-291x300.jpg" alt="Janet McCoy" width="150" class="aligncenter" />\r\n <p align="center">Janet McCoy</p>\r\n</div>\r\n\r\n<div class="clear"></div>\r\n\r\n<h4>Past Recipients</h4>\r\n<a class="button" href="[homeurl]/committee/awards-committee/past-recipients/">View the 2012 Award Recipients</a></strong>\r\n\r\n<div id="inner-links"></div>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2013-10-28 16:26:26', '2013-10-28 21:26:26', '', 224, 'http://web3.gowebsolutions.com/~aazook/224-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3582, 1, '2013-10-28 16:28:16', '2013-10-28 21:28:16', ' ', '', 0, 'Past Recipients', 'publish', 'closed', 'closed', '', '3582', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 224, 'http://web3.gowebsolutions.com/~aazook/?p=3582', 16, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3584, 1, '2013-10-28 16:49:22', '2013-10-28 21:49:22', 'Zoo Keeper Grants in Zoology, Proposal Guidelines and Instructions\r\n\r\n<h4>Purpose</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Qualifications</h4>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are professional\r\nmembers of AAZK, INC. in good standing, are eligible to receive grants. Researchers\r\nother than zoo keepers may participate in the funded studies. The principal\r\ninvestigator, however, must be a keeper/aquarist.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Restrictions</h4>\r\nThe committee will not fund any invasive biological studies, or any study\r\nthat may cause an animal undue or prolonged discomfort or harm.\r\n\r\nAllowable expenses include equipment, supplies and other costs such as library\r\nfees, computer time, etc. Expenses that are not allowed include travel and\r\ntelephone costs, animal purchases and wages for research participants. Grant\r\nrecipients will be reimbursed for research expenses upon presentation of receipts.\r\nOnly in unusual circumstances, and only with Board approval, will grant recipients\r\nbe advanced funds. In such cases, receipts will be required as soon as they\r\nare available. Upon completion of the study, all equipment purchased with\r\nAAZK funds becomes the property of AAZK, Inc. and must be forwarded to the\r\ncommittee unless other arrangements have been approved.\r\n\r\nFailure to comply with any of these regulations may result in the revocation\r\nof the grant at any time.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Grants Committee Chair</h4>\r\n<div class="first sixcol">\r\n<img class="aligncenter size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /> Shelly Roach - <em>Columbus Zoo and Aquarium</em>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Available Grants</h4>\r\n<a class="button" href="[homeurl]/committee/grants-committee/grants/">Available Grants</a>\r\n\r\n<div id="inner-links"></div>', 'Grants Committee', 0, '', 'inherit', 'closed', 'closed', '', '163-revision-v1', '', '', '2013-10-28 16:49:22', '2013-10-28 21:49:22', '', 163, 'http://web3.gowebsolutions.com/~aazook/163-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3585, 1, '2013-10-28 16:51:45', '2013-10-28 21:51:45', 'Zoo Keeper Grants in Zoology, Proposal Guidelines and Instructions\r\n\r\n<h4>Purpose</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Qualifications</h4>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are professional\r\nmembers of AAZK, INC. in good standing, are eligible to receive grants. Researchers\r\nother than zoo keepers may participate in the funded studies. The principal\r\ninvestigator, however, must be a keeper/aquarist.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Restrictions</h4>\r\nThe committee will not fund any invasive biological studies, or any study\r\nthat may cause an animal undue or prolonged discomfort or harm.\r\n\r\nAllowable expenses include equipment, supplies and other costs such as library\r\nfees, computer time, etc. Expenses that are not allowed include travel and\r\ntelephone costs, animal purchases and wages for research participants. Grant\r\nrecipients will be reimbursed for research expenses upon presentation of receipts.\r\nOnly in unusual circumstances, and only with Board approval, will grant recipients\r\nbe advanced funds. In such cases, receipts will be required as soon as they\r\nare available. Upon completion of the study, all equipment purchased with\r\nAAZK funds becomes the property of AAZK, Inc. and must be forwarded to the\r\ncommittee unless other arrangements have been approved.\r\n\r\nFailure to comply with any of these regulations may result in the revocation\r\nof the grant at any time.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Grants Committee Chair</h4>\r\n<div class="first sixcol">\r\n<img class="aligncenter size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /> Shelly Roach - <em>Columbus Zoo and Aquarium</em>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Available Grants</h4>\r\n<a class="button" href="[homeurl]/committee/grants-committee/grants/">View Available Grants</a>\r\n\r\n<div id="inner-links"></div>', 'Grants Committee', 0, '', 'inherit', 'closed', 'closed', '', '163-revision-v1', '', '', '2013-10-28 16:51:45', '2013-10-28 21:51:45', '', 163, 'http://web3.gowebsolutions.com/~aazook/163-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3586, 1, '2013-10-28 17:38:42', '2013-10-28 22:38:42', '<h4>Grants Offered</h4>\n<strong>Deadlines for all grants is March 1st of every year.</strong>\n\n<h6>The AAZK Professional Development Grant</h6>\nThe AAZK Professional Development Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.\n\n<h6>The AAZK Conservation, Preservation and Restoration Grant</h6>\nThe purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.\n\n<h6>The AAZK Research Grant</h6>\nThe purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.\n\n<div class="hr"></div>\n\n<h4>Qualifications</h4>\nFull-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.\n\nApplication instructions and the grant applications can be found in the <a href="/members/">Members Only section</a> of the website. \n\n<div class="hr"></div>\n\n<h4>Restrictions</h4>\nThe Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.\n\nThe purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.\n\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/research_grant_database.pdf">Research Grant Database</a>\n\nThe Research Grant Database is in Adobe PDF format. If you do not have Adobe Acrobat Reader, please download the free software <a href="http://get.adobe.com/reader/" target="_blank">here</a>.\n\n\n<h4>Examples of Past Grants</h4>\nExamples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.\n\n<h6>Research Grants</h6>\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_blood_typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a>\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_project_penguin.pdf">Project Penguin: Semen Collection</a>\n\n<h6>Conservation, Restoration, and Preservation Grants</h6>\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_river_otter_survey.pdf">North American River Otter Latrine Site Survey</a>\n\n<h6>Travel Grants</h6>\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_amphibian_keeper_course.pdf">Amphibians, their current status, and an important AZA course for any amphibian keeper</a>\n\n<div class="hr"></div>\n\n<h4>Past Recipients</h4>\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_awards-_2008.pdf">2008 Grant Awards</a>\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_awards2012.pdf">2012 Grant Awards</a>\n\n<div id="inner-links"></div>', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-autosave-v1', '', '', '2013-10-28 17:38:42', '2013-10-28 22:38:42', '', 14, 'http://web3.gowebsolutions.com/~aazook/14-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4437, 1, '2013-11-05 15:35:06', '2013-11-05 20:35:06', '[col w="9"]AAZK conserves five species of rhinos on two continents – learn more about AAZK’s Bowling for Rhinos[/col][col w="3"]<a href="learn-more"><span class="learn-more silver-button">Learn More ></span></a>[/col]', '', 0, '', 'inherit', 'closed', 'closed', '', '3725-autosave-v1', '', '', '2013-11-05 15:35:06', '2013-11-05 20:35:06', '', 3725, 'http://web3.gowebsolutions.com/~aazook/3725-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4438, 1, '2013-11-05 15:39:27', '2013-11-05 20:39:27', '[col w="9"] Membership to AAZK includes an annual subscription of the Animal Keepers’ Forum.[/col][col w="3"]<span class="learn-more silver-button">Learn More</span>[/col]', '', 0, '', 'inherit', 'closed', 'closed', '', '3729-autosave-v1', '', '', '2013-11-05 15:39:27', '2013-11-05 20:39:27', '', 3729, 'http://web3.gowebsolutions.com/~aazook/3729-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4443, 1, '2013-11-05 15:52:17', '2013-11-05 20:52:17', '<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nIn 1990, AAZK began by supporting the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n\r\n<h4>Who does BFR support?</h4>\r\n<img src="[homeurl]/wp-content/uploads/blackrhinos_004.jpg" border="1" alt="Black Rhinos" hspace="10" vspace="10" class="alignleft" /> In Kenya, Africa, BFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img src="[homeurl]/wp-content/uploads/sumatranrhino1.jpg" alt="" class="alignright" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n\r\n<h4>Donate</h4>\r\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below. \r\n\r\n<div class="first sixcol">\r\n<p align="center"><h6>Total Funds Raised to Date:</h6>\r\n<strong>$4,321,808.48</strong></p>\r\n</div>\r\n<div class="last sixcol">\r\n<p align="center"><h6>2012 Funds Raised:</h6>\r\n<strong>$337,191.09</strong>\r\n<em> - this is a new record for amount raised in a year!</em></p>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<a href="[homeurl]/bowling-for-rhinos/bfr-donation/" class=""><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" class="alignnone size-full wp-image-2410" /></a>', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-11-05 15:52:17', '2013-11-05 20:52:17', '', 168, 'http://web3.gowebsolutions.com/~aazook/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3590, 1, '2013-10-28 17:23:57', '2013-10-28 22:23:57', '<h4>Grants Offered</h4>\r\n<strong>Deadlines for all grants is March 1st of every year.</strong>\r\n\r\n<h4>The AAZK Professional Development Grant</h4>\r\nThe AAZK Professional Development Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.\r\n\r\n<h4>The AAZK Conservation, Preservation and Restoration Grant</h4>\r\nThe purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.\r\n\r\n<h4>The AAZK Research Grant</h4>\r\nThe purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.\r\n<h3>Qualifications</h3>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.\r\n\r\nApplication instructions and the grant applications can be found in the <a href="/members/">Members Only section</a> of the website. Examples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.\r\n<h3>Examples of Past Grants</h3>\r\n<h4>Research Grants</h4>\r\n<ul>\r\n	<li><a href="[homeurl]/wp-content/uploads/grant_blood_typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/grant_project_penguin.pdf">Project Penguin: Semen Collection</a></li>\r\n</ul>\r\n<h4>Conservation, Restoration, and Preservation Grants</h4>\r\n<ul>\r\n	<li><a href="[homeurl]/wp-content/uploads/grant_river_otter_survey.pdf">North American River Otter Latrine Site Survey</a></li>\r\n</ul>\r\n<h4>Travel Grants</h4>\r\n<ul>\r\n	<li><a href="[homeurl]/wp-content/uploads/grant_amphibian_keeper_course.pdf">Amphibians, their current status, and an important AZA course for any amphibian keeper</a></li>\r\n</ul>\r\n<strong><a href="[homeurl]/wp-content/uploads/grant_awards-_2008.pdf">2008 Grant Awards</a></strong>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/grant_awards2012.pdf">2012 Grant Awards</a></strong>\r\n<h3>Restrictions</h3>\r\nThe Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.\r\n\r\nThe Research Grant Database is in Adobe PDF format. If you do not have\r\nAdobe Acrobat Reader, please download the free software <a href="http://get.adobe.com/reader/">here</a>.\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/research_grant_database.pdf">Research Grant Database</a></strong>\r\n\r\n<strong>The purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.</strong>\r\n\r\n<div id="inner-links"></div>', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2013-10-28 17:23:57', '2013-10-28 22:23:57', '', 14, 'http://web3.gowebsolutions.com/~aazook/14-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3591, 1, '2013-10-28 17:28:27', '2013-10-28 22:28:27', '<h4>Grants Offered</h4>\r\n<strong>Deadlines for all grants is March 1st of every year.</strong>\r\n\r\n<h6>The AAZK Professional Development Grant</h6>\r\nThe AAZK Professional Development Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.\r\n\r\n<h6>The AAZK Conservation, Preservation and Restoration Grant</h6>\r\nThe purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.\r\n\r\n<h6>The AAZK Research Grant</h6>\r\nThe purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Qualifications</h4>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.\r\n\r\nApplication instructions and the grant applications can be found in the <a href="/members/">Members Only section</a> of the website. \r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Examples of Past Grants</h4>\r\nExamples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.\r\n\r\n<h6>Research Grants</h6>\r\n<ul>\r\n	<li><a href="[homeurl]/wp-content/uploads/grant_blood_typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/grant_project_penguin.pdf">Project Penguin: Semen Collection</a></li>\r\n</ul>\r\n\r\n<h6>Conservation, Restoration, and Preservation Grants</h6>\r\n<ul>\r\n	<li><a href="[homeurl]/wp-content/uploads/grant_river_otter_survey.pdf">North American River Otter Latrine Site Survey</a></li>\r\n</ul>\r\n\r\n<h6>Travel Grants</h6>\r\n<ul>\r\n	<li><a href="[homeurl]/wp-content/uploads/grant_amphibian_keeper_course.pdf">Amphibians, their current status, and an important AZA course for any amphibian keeper</a></li>\r\n</ul>\r\n<strong><a href="[homeurl]/wp-content/uploads/grant_awards-_2008.pdf">2008 Grant Awards</a></strong>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/grant_awards2012.pdf">2012 Grant Awards</a></strong>\r\n\r\n\r\n<h4>Restrictions</h4>\r\nThe Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.\r\n\r\nThe Research Grant Database is in Adobe PDF format. If you do not have Adobe Acrobat Reader, please download the free software <a href="http://get.adobe.com/reader/" target="_blank">here</a>.\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/research_grant_database.pdf">Research Grant Database</a></strong>\r\n\r\n<strong>The purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.</strong>\r\n\r\n<div id="inner-links"></div>', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2013-10-28 17:28:27', '2013-10-28 22:28:27', '', 14, 'http://web3.gowebsolutions.com/~aazook/14-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3592, 1, '2013-10-28 17:32:43', '2013-10-28 22:32:43', '<h4>Grants Offered</h4>\r\n<strong>Deadlines for all grants is March 1st of every year.</strong>\r\n\r\n<h6>The AAZK Professional Development Grant</h6>\r\nThe AAZK Professional Development Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.\r\n\r\n<h6>The AAZK Conservation, Preservation and Restoration Grant</h6>\r\nThe purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.\r\n\r\n<h6>The AAZK Research Grant</h6>\r\nThe purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Qualifications</h4>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.\r\n\r\nApplication instructions and the grant applications can be found in the <a href="/members/">Members Only section</a> of the website. \r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Examples of Past Grants</h4>\r\nExamples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.\r\n\r\n<h6>Research Grants</h6>\r\n<i class="left icon-download"></i> <a href="[homeurl]/wp-content/uploads/grant_blood_typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a>\r\n<i class="left icon-download"></i> <a href="[homeurl]/wp-content/uploads/grant_project_penguin.pdf">Project Penguin: Semen Collection</a>\r\n\r\n<h6>Conservation, Restoration, and Preservation Grants</h6>\r\n<i class="left icon-download"></i> <a href="[homeurl]/wp-content/uploads/grant_river_otter_survey.pdf">North American River Otter Latrine Site Survey</a>\r\n\r\n<h6>Travel Grants</h6>\r\n<i class="left icon-download"></i> <a href="[homeurl]/wp-content/uploads/grant_amphibian_keeper_course.pdf">Amphibians, their current status, and an important AZA course for any amphibian keeper</a>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/grant_awards-_2008.pdf">2008 Grant Awards</a></strong>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/grant_awards2012.pdf">2012 Grant Awards</a></strong>\r\n\r\n\r\n<h4>Restrictions</h4>\r\nThe Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.\r\n\r\nThe Research Grant Database is in Adobe PDF format. If you do not have Adobe Acrobat Reader, please download the free software <a href="http://get.adobe.com/reader/" target="_blank">here</a>.\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/research_grant_database.pdf">Research Grant Database</a></strong>\r\n\r\n<strong>The purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.</strong>\r\n\r\n<div id="inner-links"></div>', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2013-10-28 17:32:43', '2013-10-28 22:32:43', '', 14, 'http://web3.gowebsolutions.com/~aazook/14-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3593, 1, '2013-10-28 17:33:23', '2013-10-28 22:33:23', '<h4>Grants Offered</h4>\r\n<strong>Deadlines for all grants is March 1st of every year.</strong>\r\n\r\n<h6>The AAZK Professional Development Grant</h6>\r\nThe AAZK Professional Development Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.\r\n\r\n<h6>The AAZK Conservation, Preservation and Restoration Grant</h6>\r\nThe purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.\r\n\r\n<h6>The AAZK Research Grant</h6>\r\nThe purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Qualifications</h4>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.\r\n\r\nApplication instructions and the grant applications can be found in the <a href="/members/">Members Only section</a> of the website. \r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Examples of Past Grants</h4>\r\nExamples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.\r\n\r\n<h6>Research Grants</h6>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_blood_typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_project_penguin.pdf">Project Penguin: Semen Collection</a>\r\n\r\n<h6>Conservation, Restoration, and Preservation Grants</h6>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_river_otter_survey.pdf">North American River Otter Latrine Site Survey</a>\r\n\r\n<h6>Travel Grants</h6>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_amphibian_keeper_course.pdf">Amphibians, their current status, and an important AZA course for any amphibian keeper</a>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/grant_awards-_2008.pdf">2008 Grant Awards</a></strong>\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/grant_awards2012.pdf">2012 Grant Awards</a></strong>\r\n\r\n\r\n<h4>Restrictions</h4>\r\nThe Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.\r\n\r\nThe Research Grant Database is in Adobe PDF format. If you do not have Adobe Acrobat Reader, please download the free software <a href="http://get.adobe.com/reader/" target="_blank">here</a>.\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/research_grant_database.pdf">Research Grant Database</a></strong>\r\n\r\n<strong>The purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.</strong>\r\n\r\n<div id="inner-links"></div>', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2013-10-28 17:33:23', '2013-10-28 22:33:23', '', 14, 'http://web3.gowebsolutions.com/~aazook/14-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3596, 1, '2013-10-28 17:36:41', '2013-10-28 22:36:41', '<h4>Grants Offered</h4>\r\n<strong>Deadlines for all grants is March 1st of every year.</strong>\r\n\r\n<h6>The AAZK Professional Development Grant</h6>\r\nThe AAZK Professional Development Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.\r\n\r\n<h6>The AAZK Conservation, Preservation and Restoration Grant</h6>\r\nThe purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.\r\n\r\n<h6>The AAZK Research Grant</h6>\r\nThe purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Qualifications</h4>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.\r\n\r\nApplication instructions and the grant applications can be found in the <a href="/members/">Members Only section</a> of the website. \r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Restrictions</h4>\r\nThe Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.\r\n\r\nThe Research Grant Database is in Adobe PDF format. If you do not have Adobe Acrobat Reader, please download the free software <a href="http://get.adobe.com/reader/" target="_blank">here</a>.\r\n\r\n<strong><a href="[homeurl]/wp-content/uploads/research_grant_database.pdf">Research Grant Database</a></strong>\r\n\r\n<strong>The purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.</strong>\r\n\r\n<h4>Examples of Past Grants</h4>\r\nExamples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.\r\n\r\n<h6>Research Grants</h6>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_blood_typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_project_penguin.pdf">Project Penguin: Semen Collection</a>\r\n\r\n<h6>Conservation, Restoration, and Preservation Grants</h6>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_river_otter_survey.pdf">North American River Otter Latrine Site Survey</a>\r\n\r\n<h6>Travel Grants</h6>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_amphibian_keeper_course.pdf">Amphibians, their current status, and an important AZA course for any amphibian keeper</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Past Recipients</h4>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_awards-_2008.pdf">2008 Grant Awards</a>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_awards2012.pdf">2012 Grant Awards</a>\r\n\r\n<div id="inner-links"></div>', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2013-10-28 17:36:41', '2013-10-28 22:36:41', '', 14, 'http://web3.gowebsolutions.com/~aazook/14-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3598, 1, '2013-10-28 17:43:20', '2013-10-28 22:43:20', '<h4>Grants Offered</h4>\r\n<strong>Deadlines for all grants is March 1st of every year.</strong>\r\n\r\n<h6>The AAZK Professional Development Grant</h6>\r\nThe AAZK Professional Development Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.\r\n\r\n<h6>The AAZK Conservation, Preservation and Restoration Grant</h6>\r\nThe purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.\r\n\r\n<h6>The AAZK Research Grant</h6>\r\nThe purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Qualifications</h4>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Restrictions</h4>\r\nThe Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.\r\n\r\nThe purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.\r\n\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/research_grant_database.pdf">Research Grant Database</a>\r\n\r\n<pre>The Research Grant Database is in Adobe PDF format. If you do not have Adobe Acrobat Reader, please download the free software <a href="http://get.adobe.com/reader/" target="_blank">here</a>.</pre>\r\n\r\n\r\n<h4>Examples of Past Grants</h4>\r\nExamples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.\r\n\r\n<h6>Research Grants</h6>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_blood_typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_project_penguin.pdf">Project Penguin: Semen Collection</a>\r\n\r\n<h6>Conservation, Restoration, and Preservation Grants</h6>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_river_otter_survey.pdf">North American River Otter Latrine Site Survey</a>\r\n\r\n<h6>Travel Grants</h6>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_amphibian_keeper_course.pdf">Amphibians, their current status, and an important AZA course for any amphibian keeper</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Past Recipients</h4>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_awards-_2008.pdf">2008 Grant Awards</a>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_awards2012.pdf">2012 Grant Awards</a>\r\n\r\n<div id="inner-links"></div>', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2013-10-28 17:43:20', '2013-10-28 22:43:20', '', 14, 'http://web3.gowebsolutions.com/~aazook/14-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3597, 1, '2013-10-28 17:42:26', '2013-10-28 22:42:26', '<h4>Grants Offered</h4>\r\n<strong>Deadlines for all grants is March 1st of every year.</strong>\r\n\r\n<h6>The AAZK Professional Development Grant</h6>\r\nThe AAZK Professional Development Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.\r\n\r\n<h6>The AAZK Conservation, Preservation and Restoration Grant</h6>\r\nThe purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.\r\n\r\n<h6>The AAZK Research Grant</h6>\r\nThe purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Qualifications</h4>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.\r\n\r\nApplication instructions and the grant applications can be found in the <a href="/members/">Members Only section</a> of the website. \r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Restrictions</h4>\r\nThe Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.\r\n\r\nThe purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.\r\n\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/research_grant_database.pdf">Research Grant Database</a>\r\n\r\nThe Research Grant Database is in Adobe PDF format. If you do not have Adobe Acrobat Reader, please download the free software <a href="http://get.adobe.com/reader/" target="_blank">here</a>.\r\n\r\n\r\n<h4>Examples of Past Grants</h4>\r\nExamples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.\r\n\r\n<h6>Research Grants</h6>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_blood_typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_project_penguin.pdf">Project Penguin: Semen Collection</a>\r\n\r\n<h6>Conservation, Restoration, and Preservation Grants</h6>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_river_otter_survey.pdf">North American River Otter Latrine Site Survey</a>\r\n\r\n<h6>Travel Grants</h6>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_amphibian_keeper_course.pdf">Amphibians, their current status, and an important AZA course for any amphibian keeper</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Past Recipients</h4>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_awards-_2008.pdf">2008 Grant Awards</a>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_awards2012.pdf">2012 Grant Awards</a>\r\n\r\n<div id="inner-links"></div>', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2013-10-28 17:42:26', '2013-10-28 22:42:26', '', 14, 'http://web3.gowebsolutions.com/~aazook/14-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3599, 1, '2013-10-28 17:43:50', '2013-10-28 22:43:50', '<h4>Grants Offered</h4>\r\n<strong>Deadlines for all grants is March 1st of every year.</strong>\r\n\r\n<h6>The AAZK Professional Development Grant</h6>\r\nThe AAZK Professional Development Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.\r\n\r\n<h6>The AAZK Conservation, Preservation and Restoration Grant</h6>\r\nThe purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.\r\n\r\n<h6>The AAZK Research Grant</h6>\r\nThe purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Qualifications</h4>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Restrictions</h4>\r\nThe Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.\r\n\r\nThe purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.\r\n\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/research_grant_database.pdf">Research Grant Database</a>\r\n\r\n<pre>The Research Grant Database is in Adobe PDF format. If you do not have Adobe Acrobat Reader, please download the free software <a href="http://get.adobe.com/reader/" target="_blank">here</a>.</pre>\r\n\r\n\r\n<h4>Examples of Past Grants</h4>\r\nExamples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.\r\n\r\n<h6>Research Grants</h6>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_blood_typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_project_penguin.pdf">Project Penguin: Semen Collection</a>\r\n\r\n<h6>Conservation, Restoration, and Preservation Grants</h6>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_river_otter_survey.pdf">North American River Otter Latrine Site Survey</a>\r\n\r\n<h6>Travel Grants</h6>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_amphibian_keeper_course.pdf">Amphibians, their current status, and an important AZA course for any amphibian keeper</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Past Recipients</h4>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_awards-_2008.pdf">2008 Grant Awards [PDF]</a>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_awards2012.pdf">2012 Grant Awards [PDF]</a>\r\n\r\n<div id="inner-links"></div>', 'Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2013-10-28 17:43:50', '2013-10-28 22:43:50', '', 14, 'http://web3.gowebsolutions.com/~aazook/14-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3601, 1, '2013-10-28 17:50:42', '2013-10-28 22:50:42', '<h4>Purpose</h4>\r\n<img class="alignleft wp-image-1132" title="Professional Development Committee Logo" alt="Professional Development Committee Logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="130" /> The Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\nThe Passerine Husbandry Workshop taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom. This a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds. <img class="alignright" title="Passerine Husbandry Workshop" alt="Passerine Husbandry Workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="125"/> \r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo. This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry. This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. \r\n\r\n<div class="first sixcol">\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" /> Dr. Robert Webster giving one of many bird husbandry talks[/caption]\r\n</div>\r\n<div class="sixcol">\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="alignright size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" /> Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge[/caption]\r\n</div>\r\n\r\n<h4>The Future</h4>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<h4>Professional Development Committee Members</h4>\r\n<div class="first sixcol">\r\n <p align="center"><strong>Chair</strong></p>\r\n<img class="aligncenter" alt="Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> <p align="center">Melaina Wallace - <em>Disney\'s Animal Kingdom</em></p>\r\n</div>\r\n<div class="last sixcol">\r\n <p align="center"><strong>Board Oversight</strong></p>\r\n<img src="[homeurl]/wp-content/uploads/no-img.jpg" class="aligncenter" alt="No Image Available">\r\n <p align="center">Bob Cisneros - <em>AAZK President</em></p>\r\n</div>\r\n\r\n<div class="first sixcol">\r\nSan Diego Zoo\r\nMelaina Wallace - Co-chair\r\nDisney\'s Animal Kingdom\r\nEllen Vossekull - Co-Chair\r\nUtah\'s Hogle Zoo\r\nVictor Alm\r\nOakland Zoo\r\nLeanne Blinco\r\nDisney\'s Animal Kingdom\r\nMike Murray\r\nDenver Zoo\r\nAaron Jesue\r\nNorth Carolina Zoo\r\nEunice Hui\r\nCuriOdyssey\r\nDawn Sohr\r\n</div>\r\n<div class="last sixcol">\r\nBrookfield Zoo\r\nAndrew Rowan\r\nDenver Zoo\r\nAnthony Nielsen\r\nLincoln Park Zoo\r\nT\'noya Thopmson Gonzales\r\nMoody Gardens\r\nChris Mooney\r\nSan Diego Zoo\r\nSasha Stallard\r\nSan Diego Zoo\'s Safari Park\r\nJanee Thill\r\nSequoia Park Zoo\r\nEmily Merola\r\nUtah\'s Hogle Zoo\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-10-28 17:50:42', '2013-10-28 22:50:42', '', 178, 'http://web3.gowebsolutions.com/~aazook/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3602, 1, '2013-10-28 17:57:10', '2013-10-28 22:57:10', '<h4>Purpose</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Resources produced</h4>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Projects</h4>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Additional Information</h4>\r\n<h6><i class="left icon-download"></i> Downloads</h6>\r\n<ul>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n</ul>\r\n\r\n<h6><i class="left icon-download"></i> Helpful Links</h6>\r\n<ul>\r\n	<li><a target="_blank" href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1" target="_blank">Training and Enrichment Video Library</a></li>\r\n	<li><a href="[homeurl]/committee/behavioral-husbandry/resources/">Resources</a></li>\r\n	<li><a href="[homeurl]/members/bhc.php">Suggested Guidelines for Enrichment</a></li>\r\n	<li><a href="[homeurl]/committee/behavioral-husbandry/printed-resources/">Printed Resources</a></li>\r\n	<li><a href="[homeurl]/about/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n	<li><a href="[homeurl]/members/bhc.php">Enrichment Day Examples</a></li>\r\n	<li><s><a href="[homeurl]/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></s></li>\r\n</ul>\r\n\r\n\r\n<div class="hr"></div>\r\n\r\n<div class="first sixcol">\r\n<h4>Behavioral Husbandry Committee Chair Member</h4>\r\n<img class="aligncenter" title="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="Julie Hartell-DeNardo" width="125" height="146" />\r\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2013-10-28 17:57:10', '2013-10-28 22:57:10', '', 192, 'http://web3.gowebsolutions.com/~aazook/192-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3603, 1, '2013-10-28 17:57:46', '2013-10-28 22:57:46', '<h4>Purpose</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Resources produced</h4>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Projects</h4>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Additional Information</h4>\r\n<h6><i class="left icon-download"></i> Downloads</h6>\r\n<ul>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n</ul>\r\n\r\n<h6><i class="left icon-download"></i> Helpful Links</h6>\r\n<ul>\r\n	<li><a target="_blank" href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1" target="_blank">Training and Enrichment Video Library</a></li>\r\n	<li><a href="[homeurl]/committee/behavioral-husbandry/resources/">Suggested Animal Training Resources</a></li>\r\n	<li><a href="[homeurl]/members/bhc.php">Suggested Guidelines for Enrichment</a></li>\r\n	<li><a href="[homeurl]/committee/behavioral-husbandry/printed-resources/">Printed Resources</a></li>\r\n	<li><a href="[homeurl]/about/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n	<li><a href="[homeurl]/members/bhc.php">Enrichment Day Examples</a></li>\r\n	<li><s><a href="[homeurl]/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></s></li>\r\n</ul>\r\n\r\n\r\n<div class="hr"></div>\r\n\r\n<div class="first sixcol">\r\n<h4>Behavioral Husbandry Committee Chair Member</h4>\r\n<img class="aligncenter" title="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="Julie Hartell-DeNardo" width="125" height="146" />\r\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2013-10-28 17:57:46', '2013-10-28 22:57:46', '', 192, 'http://web3.gowebsolutions.com/~aazook/192-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3604, 1, '2013-10-28 17:58:36', '2013-10-28 22:58:36', '<h4>Purpose</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Resources produced</h4>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Projects</h4>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Additional Information</h4>\r\n<h6><i class="left icon-download"></i> Downloads</h6>\r\n<ul>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n</ul>\r\n\r\n<h6><i class="left icon-download"></i> Helpful Links</h6>\r\n<ul>\r\n	<li><a target="_blank" href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1" target="_blank">Training and Enrichment Video Library</a></li>\r\n	<li><a href="[homeurl]/committee/behavioral-husbandry/resources/">Suggested Animal Training Resources</a></li>\r\n	<li><a href="[homeurl]/members/bhc.php">Suggested Guidelines for Enrichment</a></li>\r\n	<li><a href="[homeurl]/committee/behavioral-husbandry/printed-resources/">Printed Resources</a></li>\r\n	<li><a href="[homeurl]/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n	<li><a href="[homeurl]/members/bhc.php">Enrichment Day Examples</a></li>\r\n	<li><s><a href="[homeurl]/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></s></li>\r\n</ul>\r\n\r\n\r\n<div class="hr"></div>\r\n\r\n<div class="first sixcol">\r\n<h4>Behavioral Husbandry Committee Chair Member</h4>\r\n<img class="aligncenter" title="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="Julie Hartell-DeNardo" width="125" height="146" />\r\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2013-10-28 17:58:36', '2013-10-28 22:58:36', '', 192, 'http://web3.gowebsolutions.com/~aazook/192-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3605, 1, '2013-10-28 17:59:07', '2013-10-28 22:59:07', '<h4>Purpose</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Resources produced</h4>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Projects</h4>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Additional Information</h4>\r\n<h6><i class="left icon-download"></i> Downloads</h6>\r\n<ul>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n</ul>\r\n\r\n<h6><i class="left icon-download"></i> Helpful Links</h6>\r\n<ul>\r\n	<li><a target="_blank" href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1" target="_blank">Training and Enrichment Video Library</a></li>\r\n	<li><a href="[homeurl]/committee/behavioral-husbandry/resources/">Suggested Animal Training Resources</a></li>\r\n	<li><s><a href="[homeurl]/members/bhc.php">Suggested Guidelines for Enrichment</a></s></li>\r\n	<li><a href="[homeurl]/committee/behavioral-husbandry/printed-resources/">Printed Resources</a></li>\r\n	<li><a href="[homeurl]/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n	<li><s><a href="[homeurl]/members/bhc.php">Enrichment Day Examples</a></s></li>\r\n	<li><s><a href="[homeurl]/about/committee/behavioral-husbandry/related-sites/">Related Sites</a></s></li>\r\n</ul>\r\n\r\n\r\n<div class="hr"></div>\r\n\r\n<div class="first sixcol">\r\n<h4>Behavioral Husbandry Committee Chair Member</h4>\r\n<img class="aligncenter" title="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="Julie Hartell-DeNardo" width="125" height="146" />\r\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2013-10-28 17:59:07', '2013-10-28 22:59:07', '', 192, 'http://web3.gowebsolutions.com/~aazook/192-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3606, 1, '2013-10-28 18:57:34', '2013-10-28 23:57:34', 'The training resources available today, many of them free, can really help a trainer develop skills, problem solve, and collect new ideas. There are literally thousands, if not more, resources for zoo keepers to learn more about animal training. Below is a brief list of some of these resources other than those produced by the ATC. This resource list includes websites, List Servs and supply companies that are not necessarily affiliated with or endorsed by the AAZK, Inc. However, many of them can prove to be quite useful to the zoo trainer. Specific articles and books are listed in the <a href="http://aecetia.net/gws/aazk/wp-content/uploads/training_enrichment_bibliography.pdf" target="_blank">Animal Training and Enrichment Bibliography</a>.\n\nThere is one resource that is not on this list that is invaluable to the zoo trainer - our zoo colleagues. In addition to utilizing the vast array of training resources available in books, or websites, etc., the ATC encourages all zoo trainers to communicate with their peers and colleagues to learn from each other’s experiences.\n\n<h4>E-Mail List Serves</h4>\n<ul>\n<li>AZA (American Association of Zoos and Aquariums) Animal Training List Serve. To join contact <a href="mailto:mthompson@lifegate.net">mthompson@lifegate.net</a>.</li>\n<li>RATE: Reptile, Amphibian Training and Enrichment List Serve.  To join contact  <a href="mailto:andre.j.daneault@disney.com">andre.j.daneault@disney.com</a>.</li>\n</ul>\n\n<div class="hr"></div>\n\n<h4>Journals and Newsletters</h4>\nPlease refer to the address below:\n\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<th><p align="center">Animal Behavior Management Alliance\nC/o Gary Wilson, Moorpark College, 7075 Campus Road, Moorpark, CA 93021, 805-378-1441</p></th>\n</tr>\n</tbody>\n</table>\n\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<th><p align="center">Animal Keepers’ Forum (Journal of the American Association of Zoo Keepers (AAZK)\n3601 S.W 29th St. Suite 133, Topeka, KS 66614</p></th>\n</tr>\n</tbody>\n</table>\n\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<th><p align="center">Journal of the Elephant Managers’ Association Newsletter (EMA)\nC/o Chuck Doyle Rosamund Gifford Zoo 1 Conservation Place, Syracuse, NY 13204</p></th>\n</tr>\n</tbody>\n</table>\n\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<th><p align="center">Soundings, Magazine of the International Marine Animal Trainers’ Association (IMATA)\n1200 South Lake Shore Drive, Chicago, IL 60605</p></th>\n</tr>\n</tbody>\n</table>\n\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<th><p align="center">The Flyer, newsletter of the International Association of Avian Trainers and Educators (IAATE)\n2412 Creekside Court, Stillwater, MN 55082</p></th>\n</tr>\n</tbody>\n</table>\n\n<div class="hr"></div>\n\n<h4>World Wide Web</h4>\n<ul>\n	<li>Ark Animals - <a target="_blank" href="http://www.arkanimals.com">www.arkanimals.com</a></li>\n	<li>Elephant Managers’ Association - <a target="_blank" href="http://www.elephant-managers.com">www.elephant-managers.com</a></li>\n	<li>International Association of Avian Trainers and Educators - <a target="_blank" href="http://www.iaate.org">www.iaate.org</a></li>\n	<li>International Marine Animal Trainers’ Association - <a target="_blank" href="http://www.imata.org">www.imata.org</a></li>\n	<li>Animal Training Website for Disney’s Animal Kingdom - <a target="_blank" href="http://www.animaltraining.org">www.animaltraining.org</a></li>\n</ul>\n\n\n<h6>Bird Training Websites</h6>\n<ul>\n	<li>Barbara Heidenreich\'s website - <a target="_blank" href="http://www.GoodBirdInc.com">www.GoodBirdInc.com</a></li>\n	<li>Northwood limited - <a target="_blank" href="http://www.northwoodsfalconry.com/">http://www.northwoodsfalconry.com/</a></li>\n	<li>Mike\'s Falconry - <a target="_blank" href="http://www.mikesfalconry.com/">http://www.mikesfalconry.com/</a></li>\n	<li>Psitticines - <a target="_blank" href="http://www.busybeaks.com/77811_good_bird.htm">http://www.busybeaks.com/77811_good_bird.htm</a></li>\n</ul>\n\n\n<h6>Websites to purchase books</h6>\n<ul>\n	<li>Amazon - <a target="_blank" href="http://www.amazon.com">http://www.amazon.com</a></li>\n</ul>\n\n<h6>Training Supplies:</h6>\n<ul>\n	<li>Animal Management Resources, Inc. (Meg Hudson-Dye) - <a target="_blank" href="http://www.Mytrainingstore.com">www.mytrainingstore.com</a></li>\n	<li>Karen Pryor’s Website and Store - <a target="_blank" href="http://www.clickertraining.com">www.clickertraining.com</a></li>\n</ul>\n\nBusy Beaks, LLC - <em>They have a large variety of bird toys that are good quality.</em> - <a target="_blank" href="http://www.busybeaks.com">www.busybeaks.com</a> OR:\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<th><p align="center">Busy Beaks, LLC\n458 Lucher Rd\nWillis, TX  77378\nVoice: 936-344-8400\nFax: 936-344-8406</p></th>\n</tr>\n</tbody>\n</table>\n\n<h6>Transmitters</h6>\n<ul>\n<li>LL Electronics - <a target="_blank" href="http://www.radiotracking.com/">http://www.radiotracking.com/</a></li>\n</ul>\n\nMerlin Systems, Inc. - <a target="_blank" href="http://www.merlin-systems.com">www.merlin-systems.com</a> OR:\n\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<th><p align="center">Merlin Systems, Inc.\nP.O. Box 190257 Boise, ID 83719\n\n<strong>Ph:</strong>(208)362-2254   <strong>Fax:</strong>(208) 362-2140\n<strong>For Orders:</strong> 1-866-742-8475</p></th>\n</tr>\n</tbody>\n</table>\n\n<h6>Receivers:</h6>\n<ul><Com-Spec - <a target="_blank" href="http://www.com-spec.com">www.com-spec.com</a>\n\n\n<pre><i class="left icon-info"></i> <strong>Please note:</strong> The information and/or products provided in this resource list are intended for use at the zoo trainer\'s discretion. The ATC or AAZK, Inc. does not necessarily endorse the information or products in this resource list, but has compiled it simply as a reference list for you to use at your own discretion.</pre>\n\n<div id="inner-links"></div>', 'Suggested Animal Training Resources', 0, '', 'inherit', 'closed', 'closed', '', '303-autosave-v1', '', '', '2013-10-28 18:57:34', '2013-10-28 23:57:34', '', 303, 'http://web3.gowebsolutions.com/~aazook/303-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3607, 1, '2013-10-28 18:01:12', '2013-10-28 23:01:12', 'The training resources available today, many of them free, can really help a trainer develop skills, problem solve, and collect new ideas. There are literally thousands, if not more, resources for zoo keepers to learn more about animal training. Below is a brief list of some of these resources other than those produced by the ATC. This resource list includes websites, List Servs and supply companies that are not necessarily affiliated with or endorsed by the AAZK, Inc. However, many of them can prove to be quite useful to the zoo trainer. Specific articles and books are listed in the <a href="http://aecetia.net/gws/aazk/wp-content/uploads/training_enrichment_bibliography.pdf" target="_blank">Animal Training and Enrichment Bibliography</a>.\r\n\r\nThere is one resource that is not on this list that is invaluable to the zoo trainer - our zoo colleagues. In addition to utilizing the vast array of training resources available in books, or websites, etc., the ATC encourages all zoo trainers to communicate with their peers and colleagues to learn from each other’s experiences.\r\n\r\n<strong>E Mail List Serves:</strong>\r\nAZA (American Association of Zoos and Aquariums) Animal Training List Serve.  To join contact <a href="mailto:mthompson@lifegate.net">mthompson@lifegate.net</a>.\r\nRATE: Reptile, Amphibian Training and Enrichment List Serve.  To join contact  <a href="mailto:andre.j.daneault@disney.com">andre.j.daneault@disney.com</a>.\r\n\r\n<strong>Journals and Newsletters:</strong>\r\nAnimal Behavior Management Alliance\r\nC/o Gary Wilson, Moorpark College, 7075 Campus Road, Moorpark, CA 93021, 805-378-1441\r\n\r\nAnimal Keepers’ Forum (Journal of the American Association of Zoo Keepers (AAZK)\r\n3601 S.W 29th St. Suite 133, Topeka, KS 66614\r\n\r\nJournal of the Elephant Managers’ Association Newsletter (EMA)\r\nC/o Chuck Doyle Rosamund Gifford Zoo 1 Conservation Place, Syracuse, NY 13204\r\n\r\nSoundings, Magazine of the International Marine Animal Trainers’ Association (IMATA)\r\n1200 South Lake Shore Drive, Chicago, IL 60605\r\n\r\nThe Flyer, newsletter of the International Association of Avian Trainers and Educators (IAATE)\r\n2412 Creekside Court, Stillwater, MN 55082\r\n\r\n<strong>\r\nWorld Wide Web:</strong>\r\nArk Animals\r\n<a href="http://www.arkanimals.com">www.arkanimals.com</a>\r\n\r\nElephant Managers’ Association\r\n<a href="http://www.elephant-managers.com">www.elephant-managers.com</a>\r\n\r\nInternational Association of Avian Trainers and Educators\r\n<a href="http://www.iaate.org">www.iaate.org</a>\r\n\r\nInternational Marine Animal Trainers’ Association\r\n<a href="http://www.imata.org">www.imata.org</a>\r\n\r\nAnimal Training Website for Disney’s Animal Kingdom\r\n<a href="http://www.animaltraining.org">www.animaltraining.org</a>\r\n\r\n<strong>Bird Training Websites</strong>\r\nBarbara Heidenreich\'s website\r\n<a href="http://www.GoodBirdInc.com">www.GoodBirdInc.com</a>\r\n\r\nNorthwood limited\r\n<a href="http://www.northwoodsfalconry.com/">http://www.northwoodsfalconry.com/</a>\r\n\r\nMike\'s Falconry\r\n<a href="http://www.mikesfalconry.com/">http://www.mikesfalconry.com/</a>\r\n\r\nPsitticines\r\n<a href="http://www.busybeaks.com/77811_good_bird.htm">http://www.busybeaks.com/77811_good_bird.htm</a>\r\n\r\n<strong>Places to purchase books:</strong>\r\nAmazon.com\r\n\r\n<strong>Training Supplies:</strong>\r\nAnimal Management Resources, Inc. (Meg Hudson-Dye)\r\n<a href="http://www.Mytrainingstore.com">www.Mytrainingstore.com</a>\r\n\r\nBusy Beaks, LLC\r\n458 Lucher Rd\r\nWillis, TX  77378\r\nVoice: 936-344-8400\r\nFax: 936-344-8406\r\n<a href="http://www.busybeaks.com">www.busybeaks.com</a>\r\n\r\nThey have a large variety of bird toys that are good quality.\r\n\r\nKaren Pryor’s Website and Store\r\n<a href="http://www.clickertraining.com">www.clickertraining.com</a>\r\n\r\n<strong>Transmitters:</strong>\r\nMerlin Systems, Inc.\r\nP.O. Box 190257 Boise, ID 83719\r\nPh:(208)362-2254   Fax:(208) 362-2140\r\nFor Orders: 1-866-742-8475\r\n<a href="http://www.merlin-systems.com">www.merlin-systems.com</a>\r\n\r\nLL Electronics\r\n<a href="http://www.radiotracking.com/">http://www.radiotracking.com/</a>\r\n<strong></strong>\r\n\r\n<strong>Receivers:</strong>\r\n<a href="http://www.com-spec.com">www.com-spec.com</a>\r\n\r\n<em></em>\r\n\r\n<pre><i class="left icon-info"></i> <strong>Please note:</strong> The information and/or products provided in this resource list are intended for use at the zoo trainer\'s discretion. The ATC or AAZK, Inc. does not necessarily endorse the information or products in this resource list, but has compiled it simply as a reference list for you to use at your own discretion.</pre>\r\n\r\n<div id="inner-links"></div>', 'Suggested Animal Training Resources', 0, '', 'inherit', 'closed', 'closed', '', '303-revision-v1', '', '', '2013-10-28 18:01:12', '2013-10-28 23:01:12', '', 303, 'http://web3.gowebsolutions.com/~aazook/303-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5152, 25759, '2014-01-09 13:21:35', '2014-01-09 18:21:35', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\r\n\r\n<em><strong>Marketing</strong></em>\r\n\r\n<a href="http://youtu.be/PeEETlgT2xI">BFR Promotional Video</a> (YouTube)\r\n\r\nChapter Event Media Release template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/chapter_media_release.doc">Word format</a>)\r\n\r\nFlyer template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/flyer_template.ppt">Powerpoint format</a>)\r\n\r\nBLAST template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blast.ppt">Powerpoint format</a>)\r\n\r\n<span style="font-weight: bold; font-style: italic;">Event Planning</span>\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nSponsor Letter Mail template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_mail.doc">Word format</a>)\r\n\r\nSponsor Letter Hand Delivered template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_hand.doc">Word format</a>)\r\n\r\nThank You Letter template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/thank_you_letter.doc">Word format</a>)\r\n\r\n<em><strong>Examples</strong></em>\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.rtf">rich text format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" alt="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" alt="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" alt="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" alt="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" alt="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2014-01-09 13:21:35', '2014-01-09 18:21:35', '', 1404, 'https://www.aazk.org/1404-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3610, 1, '2013-10-28 18:09:08', '2013-10-28 23:09:08', 'The training resources available today, many of them free, can really help a trainer develop skills, problem solve, and collect new ideas. There are literally thousands, if not more, resources for zoo keepers to learn more about animal training. Below is a brief list of some of these resources other than those produced by the ATC. This resource list includes websites, List Servs and supply companies that are not necessarily affiliated with or endorsed by the AAZK, Inc. However, many of them can prove to be quite useful to the zoo trainer. Specific articles and books are listed in the <a href="http://aecetia.net/gws/aazk/wp-content/uploads/training_enrichment_bibliography.pdf" target="_blank">Animal Training and Enrichment Bibliography</a>.\r\n\r\nThere is one resource that is not on this list that is invaluable to the zoo trainer - our zoo colleagues. In addition to utilizing the vast array of training resources available in books, or websites, etc., the ATC encourages all zoo trainers to communicate with their peers and colleagues to learn from each other’s experiences.\r\n\r\n<h4>E-Mail List Serves</h4>\r\n<ul>\r\n<li>AZA (American Association of Zoos and Aquariums) Animal Training List Serve. To join contact <a href="mailto:mthompson@lifegate.net">mthompson@lifegate.net</a>.</li>\r\n<li>RATE: Reptile, Amphibian Training and Enrichment List Serve.  To join contact  <a href="mailto:andre.j.daneault@disney.com">andre.j.daneault@disney.com</a>.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Journals and Newsletters</h4>\r\nPlease refer to the address below:\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th><p align="center">Animal Behavior Management Alliance\r\nC/o Gary Wilson, Moorpark College, 7075 Campus Road, Moorpark, CA 93021, 805-378-1441</p></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th><p align="center">Animal Keepers’ Forum (Journal of the American Association of Zoo Keepers (AAZK)\r\n3601 S.W 29th St. Suite 133, Topeka, KS 66614</p></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th><p align="center">Journal of the Elephant Managers’ Association Newsletter (EMA)\r\nC/o Chuck Doyle Rosamund Gifford Zoo 1 Conservation Place, Syracuse, NY 13204</p></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th><p align="center">Soundings, Magazine of the International Marine Animal Trainers’ Association (IMATA)\r\n1200 South Lake Shore Drive, Chicago, IL 60605</p></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th><p align="center">The Flyer, newsletter of the International Association of Avian Trainers and Educators (IAATE)\r\n2412 Creekside Court, Stillwater, MN 55082</p></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>World Wide Web</h4>\r\nArk Animals - <a href="http://www.arkanimals.com">www.arkanimals.com</a>\r\nElephant Managers’ Association - <a href="http://www.elephant-managers.com">www.elephant-managers.com</a>\r\nInternational Association of Avian Trainers and Educators - <a href="http://www.iaate.org">www.iaate.org</a>\r\nInternational Marine Animal Trainers’ Association - <a href="http://www.imata.org">www.imata.org</a>\r\nAnimal Training Website for Disney’s Animal Kingdom - <a href="http://www.animaltraining.org">www.animaltraining.org</a>\r\n\r\n<h6>Bird Training Websites</h6>\r\nBarbara Heidenreich\'s website - <a href="http://www.GoodBirdInc.com">www.GoodBirdInc.com</a>\r\nNorthwood limited - <a href="http://www.northwoodsfalconry.com/">http://www.northwoodsfalconry.com/</a>\r\nMike\'s Falconry - <a href="http://www.mikesfalconry.com/">http://www.mikesfalconry.com/</a>\r\nPsitticines - <a href="http://www.busybeaks.com/77811_good_bird.htm">http://www.busybeaks.com/77811_good_bird.htm</a>\r\n\r\n<h6>Websites to purchase books</h6>\r\nAmazon.com\r\n\r\n<h6>Training Supplies:</h6>\r\nAnimal Management Resources, Inc. (Meg Hudson-Dye)\r\n<a href="http://www.Mytrainingstore.com">www.Mytrainingstore.com</a>\r\n\r\nBusy Beaks, LLC\r\n458 Lucher Rd\r\nWillis, TX  77378\r\nVoice: 936-344-8400\r\nFax: 936-344-8406\r\n<a href="http://www.busybeaks.com">www.busybeaks.com</a>\r\n\r\nThey have a large variety of bird toys that are good quality.\r\n\r\nKaren Pryor’s Website and Store\r\n<a href="http://www.clickertraining.com">www.clickertraining.com</a>\r\n\r\n<strong>Transmitters:</strong>\r\nMerlin Systems, Inc.\r\nP.O. Box 190257 Boise, ID 83719\r\nPh:(208)362-2254   Fax:(208) 362-2140\r\nFor Orders: 1-866-742-8475\r\n<a href="http://www.merlin-systems.com">www.merlin-systems.com</a>\r\n\r\nLL Electronics\r\n<a href="http://www.radiotracking.com/">http://www.radiotracking.com/</a>\r\n<strong></strong>\r\n\r\n<strong>Receivers:</strong>\r\n<a href="http://www.com-spec.com">www.com-spec.com</a>\r\n\r\n\r\n<pre><i class="left icon-info"></i> <strong>Please note:</strong> The information and/or products provided in this resource list are intended for use at the zoo trainer\'s discretion. The ATC or AAZK, Inc. does not necessarily endorse the information or products in this resource list, but has compiled it simply as a reference list for you to use at your own discretion.</pre>\r\n\r\n<div id="inner-links"></div>', 'Suggested Animal Training Resources', 0, '', 'inherit', 'closed', 'closed', '', '303-revision-v1', '', '', '2013-10-28 18:09:08', '2013-10-28 23:09:08', '', 303, 'http://web3.gowebsolutions.com/~aazook/303-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3612, 1, '2013-10-28 18:47:18', '2013-10-28 23:47:18', 'The training resources available today, many of them free, can really help a trainer develop skills, problem solve, and collect new ideas. There are literally thousands, if not more, resources for zoo keepers to learn more about animal training. Below is a brief list of some of these resources other than those produced by the ATC. This resource list includes websites, List Servs and supply companies that are not necessarily affiliated with or endorsed by the AAZK, Inc. However, many of them can prove to be quite useful to the zoo trainer. Specific articles and books are listed in the <a href="http://aecetia.net/gws/aazk/wp-content/uploads/training_enrichment_bibliography.pdf" target="_blank">Animal Training and Enrichment Bibliography</a>.\r\n\r\nThere is one resource that is not on this list that is invaluable to the zoo trainer - our zoo colleagues. In addition to utilizing the vast array of training resources available in books, or websites, etc., the ATC encourages all zoo trainers to communicate with their peers and colleagues to learn from each other’s experiences.\r\n\r\n<h4>E-Mail List Serves</h4>\r\n<ul>\r\n<li>AZA (American Association of Zoos and Aquariums) Animal Training List Serve. To join contact <a href="mailto:mthompson@lifegate.net">mthompson@lifegate.net</a>.</li>\r\n<li>RATE: Reptile, Amphibian Training and Enrichment List Serve.  To join contact  <a href="mailto:andre.j.daneault@disney.com">andre.j.daneault@disney.com</a>.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Journals and Newsletters</h4>\r\nPlease refer to the address below:\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th><p align="center">Animal Behavior Management Alliance\r\nC/o Gary Wilson, Moorpark College, 7075 Campus Road, Moorpark, CA 93021, 805-378-1441</p></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th><p align="center">Animal Keepers’ Forum (Journal of the American Association of Zoo Keepers (AAZK)\r\n3601 S.W 29th St. Suite 133, Topeka, KS 66614</p></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th><p align="center">Journal of the Elephant Managers’ Association Newsletter (EMA)\r\nC/o Chuck Doyle Rosamund Gifford Zoo 1 Conservation Place, Syracuse, NY 13204</p></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th><p align="center">Soundings, Magazine of the International Marine Animal Trainers’ Association (IMATA)\r\n1200 South Lake Shore Drive, Chicago, IL 60605</p></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th><p align="center">The Flyer, newsletter of the International Association of Avian Trainers and Educators (IAATE)\r\n2412 Creekside Court, Stillwater, MN 55082</p></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>World Wide Web</h4>\r\n<ul>\r\n	<li>Ark Animals - <a target="_blank" href="http://www.arkanimals.com">www.arkanimals.com</a></li>\r\n	<li>Elephant Managers’ Association - <a target="_blank" href="http://www.elephant-managers.com">www.elephant-managers.com</a></li>\r\n	<li>International Association of Avian Trainers and Educators - <a target="_blank" href="http://www.iaate.org">www.iaate.org</a></li>\r\n	<li>International Marine Animal Trainers’ Association - <a target="_blank" href="http://www.imata.org">www.imata.org</a></li>\r\n	<li>Animal Training Website for Disney’s Animal Kingdom - <a target="_blank" href="http://www.animaltraining.org">www.animaltraining.org</a></li>\r\n</ul>\r\n\r\n\r\n<h6>Bird Training Websites</h6>\r\n<ul>\r\n	<li>Barbara Heidenreich\'s website - <a target="_blank" href="http://www.GoodBirdInc.com">www.GoodBirdInc.com</a></li>\r\n	<li>Northwood limited - <a target="_blank" href="http://www.northwoodsfalconry.com/">http://www.northwoodsfalconry.com/</a></li>\r\n	<li>Mike\'s Falconry - <a target="_blank" href="http://www.mikesfalconry.com/">http://www.mikesfalconry.com/</a></li>\r\n	<li>Psitticines - <a target="_blank" href="http://www.busybeaks.com/77811_good_bird.htm">http://www.busybeaks.com/77811_good_bird.htm</a></li>\r\n</ul>\r\n\r\n\r\n<h6>Websites to purchase books</h6>\r\n<ul>\r\n	<li>Amazon - <a target="_blank" href="http://www.amazon.com">http://www.amazon.com</a></li>\r\n</ul>\r\n\r\n<h6>Training Supplies:</h6>\r\n<ul>\r\n	<li>Animal Management Resources, Inc. (Meg Hudson-Dye) - <a target="_blank" href="http://www.Mytrainingstore.com">www.mytrainingstore.com</a></li>\r\n	<li>Karen Pryor’s Website and Store - <a target="_blank" href="http://www.clickertraining.com">www.clickertraining.com</a></li>\r\n</ul>\r\n\r\nBusy Beaks, LLC - <em>They have a large variety of bird toys that are good quality.</em> - <a href="http://www.busybeaks.com">www.busybeaks.com</a> OR:\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th><p align="center">Busy Beaks, LLC\r\n458 Lucher Rd\r\nWillis, TX  77378\r\nVoice: 936-344-8400\r\nFax: 936-344-8406</p></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<strong>Transmitters:</strong>\r\nMerlin Systems, Inc.\r\nP.O. Box 190257 Boise, ID 83719\r\nPh:(208)362-2254   Fax:(208) 362-2140\r\nFor Orders: 1-866-742-8475\r\n<a href="http://www.merlin-systems.com">www.merlin-systems.com</a>\r\n\r\nLL Electronics\r\n<a href="http://www.radiotracking.com/">http://www.radiotracking.com/</a>\r\n<strong></strong>\r\n\r\n<strong>Receivers:</strong>\r\n<a href="http://www.com-spec.com">www.com-spec.com</a>\r\n\r\n\r\n<pre><i class="left icon-info"></i> <strong>Please note:</strong> The information and/or products provided in this resource list are intended for use at the zoo trainer\'s discretion. The ATC or AAZK, Inc. does not necessarily endorse the information or products in this resource list, but has compiled it simply as a reference list for you to use at your own discretion.</pre>\r\n\r\n<div id="inner-links"></div>', 'Suggested Animal Training Resources', 0, '', 'inherit', 'closed', 'closed', '', '303-revision-v1', '', '', '2013-10-28 18:47:18', '2013-10-28 23:47:18', '', 303, 'http://web3.gowebsolutions.com/~aazook/303-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3613, 1, '2013-10-28 18:56:28', '2013-10-28 23:56:28', 'The training resources available today, many of them free, can really help a trainer develop skills, problem solve, and collect new ideas. There are literally thousands, if not more, resources for zoo keepers to learn more about animal training. Below is a brief list of some of these resources other than those produced by the ATC. This resource list includes websites, List Servs and supply companies that are not necessarily affiliated with or endorsed by the AAZK, Inc. However, many of them can prove to be quite useful to the zoo trainer. Specific articles and books are listed in the <a href="http://aecetia.net/gws/aazk/wp-content/uploads/training_enrichment_bibliography.pdf" target="_blank">Animal Training and Enrichment Bibliography</a>.\n\nThere is one resource that is not on this list that is invaluable to the zoo trainer - our zoo colleagues. In addition to utilizing the vast array of training resources available in books, or websites, etc., the ATC encourages all zoo trainers to communicate with their peers and colleagues to learn from each other’s experiences.\n\n<h4>E-Mail List Serves</h4>\n<ul>\n<li>AZA (American Association of Zoos and Aquariums) Animal Training List Serve. To join contact <a href="mailto:mthompson@lifegate.net">mthompson@lifegate.net</a>.</li>\n<li>RATE: Reptile, Amphibian Training and Enrichment List Serve.  To join contact  <a href="mailto:andre.j.daneault@disney.com">andre.j.daneault@disney.com</a>.</li>\n</ul>\n\n<div class="hr"></div>\n\n<h4>Journals and Newsletters</h4>\nPlease refer to the address below:\n\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<th><p align="center">Animal Behavior Management Alliance\nC/o Gary Wilson, Moorpark College, 7075 Campus Road, Moorpark, CA 93021, 805-378-1441</p></th>\n</tr>\n</tbody>\n</table>\n\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<th><p align="center">Animal Keepers’ Forum (Journal of the American Association of Zoo Keepers (AAZK)\n3601 S.W 29th St. Suite 133, Topeka, KS 66614</p></th>\n</tr>\n</tbody>\n</table>\n\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<th><p align="center">Journal of the Elephant Managers’ Association Newsletter (EMA)\nC/o Chuck Doyle Rosamund Gifford Zoo 1 Conservation Place, Syracuse, NY 13204</p></th>\n</tr>\n</tbody>\n</table>\n\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<th><p align="center">Soundings, Magazine of the International Marine Animal Trainers’ Association (IMATA)\n1200 South Lake Shore Drive, Chicago, IL 60605</p></th>\n</tr>\n</tbody>\n</table>\n\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<th><p align="center">The Flyer, newsletter of the International Association of Avian Trainers and Educators (IAATE)\n2412 Creekside Court, Stillwater, MN 55082</p></th>\n</tr>\n</tbody>\n</table>\n\n<div class="hr"></div>\n\n<h4>World Wide Web</h4>\n<ul>\n	<li>Ark Animals - <a target="_blank" href="http://www.arkanimals.com">www.arkanimals.com</a></li>\n	<li>Elephant Managers’ Association - <a target="_blank" href="http://www.elephant-managers.com">www.elephant-managers.com</a></li>\n	<li>International Association of Avian Trainers and Educators - <a target="_blank" href="http://www.iaate.org">www.iaate.org</a></li>\n	<li>International Marine Animal Trainers’ Association - <a target="_blank" href="http://www.imata.org">www.imata.org</a></li>\n	<li>Animal Training Website for Disney’s Animal Kingdom - <a target="_blank" href="http://www.animaltraining.org">www.animaltraining.org</a></li>\n</ul>\n\n\n<h6>Bird Training Websites</h6>\n<ul>\n	<li>Barbara Heidenreich\'s website - <a target="_blank" href="http://www.GoodBirdInc.com">www.GoodBirdInc.com</a></li>\n	<li>Northwood limited - <a target="_blank" href="http://www.northwoodsfalconry.com/">http://www.northwoodsfalconry.com/</a></li>\n	<li>Mike\'s Falconry - <a target="_blank" href="http://www.mikesfalconry.com/">http://www.mikesfalconry.com/</a></li>\n	<li>Psitticines - <a target="_blank" href="http://www.busybeaks.com/77811_good_bird.htm">http://www.busybeaks.com/77811_good_bird.htm</a></li>\n</ul>\n\n\n<h6>Websites to purchase books</h6>\n<ul>\n	<li>Amazon - <a target="_blank" href="http://www.amazon.com">http://www.amazon.com</a></li>\n</ul>\n\n<h6>Training Supplies:</h6>\n<ul>\n	<li>Animal Management Resources, Inc. (Meg Hudson-Dye) - <a target="_blank" href="http://www.Mytrainingstore.com">www.mytrainingstore.com</a></li>\n	<li>Karen Pryor’s Website and Store - <a target="_blank" href="http://www.clickertraining.com">www.clickertraining.com</a></li>\n</ul>\n\nBusy Beaks, LLC - <em>They have a large variety of bird toys that are good quality.</em> - <a target="_blank" href="http://www.busybeaks.com">www.busybeaks.com</a> OR:\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<th><p align="center">Busy Beaks, LLC\n458 Lucher Rd\nWillis, TX  77378\nVoice: 936-344-8400\nFax: 936-344-8406</p></th>\n</tr>\n</tbody>\n</table>\n\n<h6>Transmitters</h6>\n<ul>\n<li>LL Electronics - <a target="_blank" href="http://www.radiotracking.com/">http://www.radiotracking.com/</a></li>\n</ul>\n\nMerlin Systems, Inc. - <a target="_blank" href="http://www.merlin-systems.com">www.merlin-systems.com</a> OR:\n\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<th><p align="center">Merlin Systems, Inc.\nP.O. Box 190257 Boise, ID 83719\n\n<strong>Ph:</strong>(208)362-2254   <strong>Fax:</strong>(208) 362-2140\n<strong>For Orders:</strong> 1-866-742-8475</p></th>\n</tr>\n</tbody>\n</table>\n\n<h6>Receivers:</h6>\n<a href="http://www.com-spec.com">www.com-spec.com</a>\n\n\n<pre><i class="left icon-info"></i> <strong>Please note:</strong> The information and/or products provided in this resource list are intended for use at the zoo trainer\'s discretion. The ATC or AAZK, Inc. does not necessarily endorse the information or products in this resource list, but has compiled it simply as a reference list for you to use at your own discretion.</pre>\n\n<div id="inner-links"></div>', 'Suggested Animal Training Resources', 0, '', 'inherit', 'closed', 'closed', '', '303-revision-v1', '', '', '2013-10-28 18:56:28', '2013-10-28 23:56:28', '', 303, 'http://web3.gowebsolutions.com/~aazook/303-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3614, 1, '2013-10-28 18:57:41', '2013-10-28 23:57:41', 'The training resources available today, many of them free, can really help a trainer develop skills, problem solve, and collect new ideas. There are literally thousands, if not more, resources for zoo keepers to learn more about animal training. Below is a brief list of some of these resources other than those produced by the ATC. This resource list includes websites, List Servs and supply companies that are not necessarily affiliated with or endorsed by the AAZK, Inc. However, many of them can prove to be quite useful to the zoo trainer. Specific articles and books are listed in the <a href="http://aecetia.net/gws/aazk/wp-content/uploads/training_enrichment_bibliography.pdf" target="_blank">Animal Training and Enrichment Bibliography</a>.\r\n\r\nThere is one resource that is not on this list that is invaluable to the zoo trainer - our zoo colleagues. In addition to utilizing the vast array of training resources available in books, or websites, etc., the ATC encourages all zoo trainers to communicate with their peers and colleagues to learn from each other’s experiences.\r\n\r\n<h4>E-Mail List Serves</h4>\r\n<ul>\r\n<li>AZA (American Association of Zoos and Aquariums) Animal Training List Serve. To join contact <a href="mailto:mthompson@lifegate.net">mthompson@lifegate.net</a>.</li>\r\n<li>RATE: Reptile, Amphibian Training and Enrichment List Serve.  To join contact  <a href="mailto:andre.j.daneault@disney.com">andre.j.daneault@disney.com</a>.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Journals and Newsletters</h4>\r\nPlease refer to the address below:\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th><p align="center">Animal Behavior Management Alliance\r\nC/o Gary Wilson, Moorpark College, 7075 Campus Road, Moorpark, CA 93021, 805-378-1441</p></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th><p align="center">Animal Keepers’ Forum (Journal of the American Association of Zoo Keepers (AAZK)\r\n3601 S.W 29th St. Suite 133, Topeka, KS 66614</p></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th><p align="center">Journal of the Elephant Managers’ Association Newsletter (EMA)\r\nC/o Chuck Doyle Rosamund Gifford Zoo 1 Conservation Place, Syracuse, NY 13204</p></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th><p align="center">Soundings, Magazine of the International Marine Animal Trainers’ Association (IMATA)\r\n1200 South Lake Shore Drive, Chicago, IL 60605</p></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th><p align="center">The Flyer, newsletter of the International Association of Avian Trainers and Educators (IAATE)\r\n2412 Creekside Court, Stillwater, MN 55082</p></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>World Wide Web</h4>\r\n<ul>\r\n	<li>Ark Animals - <a target="_blank" href="http://www.arkanimals.com">www.arkanimals.com</a></li>\r\n	<li>Elephant Managers’ Association - <a target="_blank" href="http://www.elephant-managers.com">www.elephant-managers.com</a></li>\r\n	<li>International Association of Avian Trainers and Educators - <a target="_blank" href="http://www.iaate.org">www.iaate.org</a></li>\r\n	<li>International Marine Animal Trainers’ Association - <a target="_blank" href="http://www.imata.org">www.imata.org</a></li>\r\n	<li>Animal Training Website for Disney’s Animal Kingdom - <a target="_blank" href="http://www.animaltraining.org">www.animaltraining.org</a></li>\r\n</ul>\r\n\r\n\r\n<h6>Bird Training Websites</h6>\r\n<ul>\r\n	<li>Barbara Heidenreich\'s website - <a target="_blank" href="http://www.GoodBirdInc.com">www.GoodBirdInc.com</a></li>\r\n	<li>Northwood limited - <a target="_blank" href="http://www.northwoodsfalconry.com/">http://www.northwoodsfalconry.com/</a></li>\r\n	<li>Mike\'s Falconry - <a target="_blank" href="http://www.mikesfalconry.com/">http://www.mikesfalconry.com/</a></li>\r\n	<li>Psitticines - <a target="_blank" href="http://www.busybeaks.com/77811_good_bird.htm">http://www.busybeaks.com/77811_good_bird.htm</a></li>\r\n</ul>\r\n\r\n\r\n<h6>Websites to purchase books</h6>\r\n<ul>\r\n	<li>Amazon - <a target="_blank" href="http://www.amazon.com">http://www.amazon.com</a></li>\r\n</ul>\r\n\r\n<h6>Training Supplies:</h6>\r\n<ul>\r\n	<li>Animal Management Resources, Inc. (Meg Hudson-Dye) - <a target="_blank" href="http://www.Mytrainingstore.com">www.mytrainingstore.com</a></li>\r\n	<li>Karen Pryor’s Website and Store - <a target="_blank" href="http://www.clickertraining.com">www.clickertraining.com</a></li>\r\n</ul>\r\n\r\nBusy Beaks, LLC - <em>They have a large variety of bird toys that are good quality.</em> - <a target="_blank" href="http://www.busybeaks.com">www.busybeaks.com</a> OR:\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th><p align="center">Busy Beaks, LLC\r\n458 Lucher Rd\r\nWillis, TX  77378\r\nVoice: 936-344-8400\r\nFax: 936-344-8406</p></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<h6>Transmitters</h6>\r\n<ul>\r\n<li>LL Electronics - <a target="_blank" href="http://www.radiotracking.com/">http://www.radiotracking.com/</a></li>\r\n</ul>\r\n\r\nMerlin Systems, Inc. - <a target="_blank" href="http://www.merlin-systems.com">www.merlin-systems.com</a> OR:\r\n\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<th><p align="center">Merlin Systems, Inc.\r\nP.O. Box 190257 Boise, ID 83719\r\n\r\n<strong>Ph:</strong>(208)362-2254   <strong>Fax:</strong>(208) 362-2140\r\n<strong>For Orders:</strong> 1-866-742-8475</p></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<h6>Receivers:</h6>\r\n<ul><li>Com-Spec - <a target="_blank" href="http://www.com-spec.com">www.com-spec.com</a></li></ul>\r\n\r\n\r\n<pre><i class="left icon-info"></i> <strong>Please note:</strong> The information and/or products provided in this resource list are intended for use at the zoo trainer\'s discretion. The ATC or AAZK, Inc. does not necessarily endorse the information or products in this resource list, but has compiled it simply as a reference list for you to use at your own discretion.</pre>\r\n\r\n<div id="inner-links"></div>', 'Suggested Animal Training Resources', 0, '', 'inherit', 'closed', 'closed', '', '303-revision-v1', '', '', '2013-10-28 18:57:41', '2013-10-28 23:57:41', '', 303, 'http://web3.gowebsolutions.com/~aazook/303-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4435, 1, '2013-11-05 11:35:47', '2013-11-05 16:35:47', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '4435', '', '', '2013-11-26 12:31:30', '2013-11-26 17:31:30', '', 69, 'http://web3.gowebsolutions.com/~aazook/?p=4435', 16, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4788, 1, '2013-12-03 16:39:01', '2013-12-03 21:39:01', '<div class="first sixcol">\r\n<h3>American Association of Zoo Keepers</h3>\r\n<strong>Address:</strong> 8476 E. Speedway Blvd., Ste. 204\r\nTucson, Arizona 85710-1728\r\n<a href="mailto:members@aecetia.net/gws/aazk">members@aecetia.net/gws/aazk</a>\r\n\r\n<strong>Phone Number:</strong>  1.520.298.9688\r\n\r\n[mappress mapid="1"]\r\n\r\n</div>\r\n<div class="last sixcol">[gravityform id="9" name="Contact" title="false" description="false"]</div>', 'Member Contact', 0, '', 'publish', 'closed', 'closed', '', 'member-contact', '', '', '2013-12-03 16:41:50', '2013-12-03 21:41:50', '', 0, 'http://web3.gowebsolutions.com/~aazook/?page_id=4788', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4787, 1, '2013-12-03 16:37:23', '2013-12-03 21:37:23', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '4787', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 3989, 'http://web3.gowebsolutions.com/~aazook/?p=4787', 37, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4107, 1, '2013-11-03 15:47:44', '2013-11-03 20:47:44', '<h4></h4>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" alt="abi-logo" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" alt="animal_source" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" alt="blue_rhino" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" alt="CLR_Design" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" alt="DesertPlasticsheader" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" alt="ebscocom-logo" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" alt="fauna_research" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" alt="grubco" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" alt="lyontechnology" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" alt="nebraskabrand" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" alt="overland" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" alt="premier_tours" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" alt="rodentpro" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4></h4>\r\n</div>\r\n<h4>Hagen Avicultural Research Institute</h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" alt="Haven" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" alt="Swine" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n<div class="hr"></div>\r\n<h4>Animal Equipment by Stoney</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment.jpg"><img class="alignnone size-medium wp-image-5339" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment-300x231.jpg" alt="AnimalEquipment" width="300" height="231" /></a>\r\n<div class="clearfix"></div>\r\n4210 Linda Street\r\nBacliff, TX 77518\r\n(281) 299-6171\r\n\r\n<a href="http://http://www.aestoney.com">http://www.aestoney.com</a>\r\n<div class="hr"></div>\r\n<h4>Scratch N All</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg"><img class="alignnone size-full wp-image-5344" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg" alt="ScratchNAll" width="160" height="160" /></a>\r\n<div class="clearfix"></div>\r\nPO Box 92\r\nDillsburg, PA 17019\r\n(888) 972-7282\r\n\r\n<a href="http://www.scratchnall.com">http://www.scratchnall.com</a>\r\n\r\n&nbsp;\r\n<h4><span style="color: #993300;"><strong>IC Wood LLC</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IC-WOOD-JULY-AKF-Ad-1-2.jpg"><img class="alignnone size-medium wp-image-6133" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/IC-WOOD-JULY-AKF-Ad-1-2-218x300.jpg" alt="IC WOOD JULY AKF Ad-1 (2)" width="218" height="300" /></a>\r\n\r\n&nbsp;\r\n\r\nIC Wood LLC\r\n4202 Wilson Rd. East\r\nTaberg, NY 13471\r\n(315) 709-7079\r\n\r\n<a href="http://icwoodllc.com">http://wwwicwoodllc.com</a>\r\n\r\n&nbsp;\r\n<h4><span style="color: #993300;">HayDay LLC</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SG-Logo-2-Copy-page-001.jpg"><img class="alignnone size-medium wp-image-6215" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/SG-Logo-2-Copy-page-001-231x300.jpg" alt="SG Logo 2 - Copy-page-001" width="231" height="300" /></a>\r\n\r\n&nbsp;\r\n\r\nHayDay LLC\r\n9323 N. Government Way - Unit 402\r\nHayden, ID  83835\r\n\r\n<a href="http://stablegrazer.com">www.stablegrazer.com</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Commercial Members', 0, '', 'publish', 'closed', 'closed', '', 'commercial-members', '', '', '2014-07-16 15:22:02', '2014-07-16 20:22:02', '', 3996, 'http://web3.gowebsolutions.com/~aazook/?page_id=4107', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5132, 2, '2014-01-06 17:02:21', '2014-01-06 22:02:21', '&nbsp;\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"></div>\r\n<div class="eightcol last">\r\n<h4></h4>\r\n</div>\r\n</div>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-01-06 17:02:21', '2014-01-06 22:02:21', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5130, 2, '2014-01-06 16:50:13', '2014-01-06 21:50:13', '&nbsp;\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4128" alt="zukudla_logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zukudla_logo.jpg" width="225" height="40" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4>Zukudla, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">To be the source for unique diets for zoo and exotic animals.</a>\r\n\r\n</div>\r\n</div>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-01-06 16:50:13', '2014-01-06 21:50:13', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4794, 1, '2013-12-04 19:19:59', '2013-12-05 00:19:59', '[productspage]', 'Test Shop', 0, '', 'inherit', 'closed', 'closed', '', '4793-revision-v1', '', '', '2013-12-04 19:19:59', '2013-12-05 00:19:59', '', 4793, 'https://www.aazk.org/4793-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5170, 2, '2014-01-09 17:10:20', '2014-01-09 22:10:20', '', 'African Wild Dog Husbandry', 0, '', 'inherit', 'closed', 'closed', '', 'african-wild-dog-husbandry', '', '', '2014-01-09 17:10:20', '2014-01-09 22:10:20', '', 5156, 'https://www.aazk.org/wp-content/uploads/African-Wild-Dog-Husbandry.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (4803, 2, '2013-12-06 12:22:17', '2013-12-06 17:22:17', '[membership level="-0"]\r\nIt costs $50 USD to post a job for 60 days. Institutional Members can post jobs for free. <a href="http://www.aecetia.net/gws/aazk/membership-account/">Sign up here.</a>\r\n[gravityform id="4" name="Job Submission"]\r\n[/membership]\r\n[membership level="1,2,3,4,5,6,7,8,9,10,12,14,15,16,17,18"]\r\nIt costs $50 USD to post a job for 60 days. Institutional Members can post jobs for free. <a href="http://www.aecetia.net/gws/aazk/membership-account/membership-levels/">Upgrade your account here.</a>\r\n[gravityform id="4" name="Job Submission"]\r\n[/membership]\r\n[membership level="11,13"]\r\nYou are currently logged in with an Institutional Membership. You should use the <a title="Submit a Job" href="http://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/">Member Create a Job</a> page to submit jobs.\r\n[/membership]', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '3172-revision-v1', '', '', '2013-12-06 12:22:17', '2013-12-06 17:22:17', '', 3172, 'https://www.aazk.org/3172-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4108, 1, '2013-11-03 15:32:10', '2013-11-03 20:32:10', '', 'abi-logo', 0, '', 'inherit', 'closed', 'closed', '', 'abi-logo', '', '', '2013-11-03 15:32:10', '2013-11-03 20:32:10', '', 4107, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/abi-logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4110, 1, '2013-11-03 15:33:24', '2013-11-03 20:33:24', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/abi-logo.jpg" alt="abi-logo" width="240" height="49" class="alignnone size-full wp-image-4108" /></div><div class="eightcol last">\r\n<h4><a href="http://www.animaledu.com/" target="_blank">Animal Behavior Institute</a><h4>\r\nReach your career goals with the Animal Behavior Institute!</div>', '', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2013-11-03 15:33:24', '2013-11-03 20:33:24', '', 4107, 'http://web3.gowebsolutions.com/~aazook/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4109, 1, '2013-11-03 15:32:19', '2013-11-03 20:32:19', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<div class="fourcol first"><a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/abi-logo.jpg"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/abi-logo.jpg" alt="abi-logo" width="240" height="49" class="alignnone size-full wp-image-4108" /></a></div><div class="eightcol last">\r\n<a href="http://www.animaledu.com/" target="_blank">Animal Behavior Institute</a>\r\nReach your career goals with the Animal Behavior Institute!</div>', '', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2013-11-03 15:32:19', '2013-11-03 20:32:19', '', 4107, 'http://web3.gowebsolutions.com/~aazook/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3656, 1, '2013-10-29 14:26:09', '2013-10-29 19:26:09', '<h4>Suppliers</h4>\n<div class="first sixcol">\n<h6>Absolute Primate Enrichment Systems</h6>\nEnrichment devices for primates\n(817) 228-2281\n<a href="http://www.absoluteprimate.com" target="_blank">www.absoluteprimate.com</a>\n\n<h6>American Excelsior Company</h6>\nWoodwool Substrates\n(800) 326-3626\n<a href="http://www.amerexcel.com/" target="_blank">www.amerexcel.com</a>\n\n<h6>Animal Management Resources</h6>\n(910) 246-6263\n<a href="http://www.mytrainingstore.com" target="_blank">www.mytrainingstore.com</a>\nemail: <a href="mailto:meg@mytrainingstore.com">meg@mytrainingstore.com</a></li>\n\n<h6>Aussie Dog Products</h6>\nEnrichment devices for dogs, horses and zoo animals\n+61 (0)3 9752-3336  FAX +61 (0)3 9758-3020\n<a href="http://www.aussiedog.com.au" target="_blank">www.aussiedog.com.au</a>\n\n<h6>BCI Burke Co., Inc.</h6>\nPlayground Structures\n800-266-1250 FAX  (414) 921-9566\nemail: <a href="mailto:info@bciburke.com">info@bciburke.com</a>\n<a href="http://www.bciburke.com/" target="_blank">www.bciburke.com</a>\n\n<h6>Bio-Serve</h6>\nEnrichment devices for primates, dogs, pigs, rodents\n(908) 996-2155 FAX  (908) 996-4123\n<a href="http://www.bio-serv.com" target="_blank">www.bio-serv.com</a>\n\n<h6>Birds Just Wanna Have Fun</h6>\nBird toys\n1-800-246-1018 or (512) 401-0536\nE-mail: <a href="mailto:info@birdsjustwannahavefun.com">info@birdsjustwannahavefun.com</a>\n<a href="http://www.birdsjustwannahavefun.com/" target="_blank">www.birdsjustwannahavefun.com</a>\n\n<h6>Boomer Ball®, Inc.</h6>\nEnrichment devices for zoo animals\n(888) 858-9529  or (847) 546-6125\nFAX (800) 858-9529  or (847) 546-6185\n\n<h6>Busy Beaks</h6>\nBird toys\n<a href="http://www.busybeaks.com" target="_blank">www.busybeaks.com</a>\n458 Lucher Rd.\nWillis, TX 77378\n(936)344-8400 (phone)\n(936)344-8406 (fax)\n<a href="mailto:BusyBeaksToys@aol.com">BusyBeaksToys@aol.com</a>\n\n<h6>The Caning Company</h6>\nGourds\n(800) 544-3373\n<a href="http://www.caning.com/" target="_blank">www.caning.com</a>\n\n<h6>Choppers Toys/Design-Rite Products</h6>\n101 North 55th Street Unit #4\nPhoenix AZ 85034\n(480) 945-8406\n<a href="http://www.chopperstoys.com/" target="_blank">www.chopperstoys.com</a>\n\n<h6>Desert Plastics</h6>\n2401A Phoenix, NE\nAlbuquerque, NM 87107\nPhone: (505) 884-3889\nFax: (505) 884-3932\n<a href="http://www.desertplastics-abq.com/" target="_blank">www.desertplastics-abq.com</a>\n\n<h6>Doctors Fosters Smith</h6>\nPet Supply\n(800) 826-7206\n<a href="http://www.drsfostersmith.com/" target="_blank">www.drsfostersmith.com</a>\n\n<h6>Duracast Products, Inc.</h6>\nPlastic enrichment products\n(800) 683-4116  FAX (863) 638-2443\n<a href="http://www.duracast.com" target="_blank">http://www.duracast.com</a>\n\n<h6>Edible Landscaping</h6>\nEdible Plants\n800-524-4156 FAX  (434) 361-1916\n<a href="http://www.eat-it.com/" target="_blank">www.eat-it.com </a>\n\n<h6>E Street Plastics</h6>\nAcrylic mirrors, plexi and lexan\n(972) 207-0936\n<a href="http://www.estreetplastics.com" target="_blank">www.estreetplastics.com</a>\nemail: <a href="mailto:sales@estreetplastics.com">sales@estreetplastics.com</a>\n\n<h6>Ethical, Inc.</h6>\nVinyl chew toys, squish balls\n(973) 484-1000\n<a href="http://www.ethicalpet.com/" target="_blank">www.ethicalpet.com</a>\n\n<h6>Exotic Creations</h6>\nBird Toys\n(612) 785-0376\n<a href="http://www.exoticreations.com" target="_blank">www.exoticreations.com</a>\n\n<h6>Fauna-Tek</h6>\nNew England Exotics, Inc.\n71 Michaels Rd.\nWells, ME 04090\n207-646-7173\n<a href="http://www.fauna-tek.net" target="_blank">www.fauna-tek.net</a>\n\n<h6>Fluker Farms</h6>\nHerpetological Supplies\n(800) 735-8537\n<a href="http://www.flukerfarms.com" target="_blank">www.flukerfarms.com</a>\n\n<h6>Injoy Coursing Equipment</h6>\nCoursing Lures\n(802) 425-3691 FAX  (802) 425-4468\n<a href="http://www.injoy-1.com" target="_blank">www.injoy-1.com</a>\n\n<h6>International Cordage</h6>\nRope Structures\n(602) 252-3155\nFAX  (602) 252-3053\n<a href="http://www.internationalcordage.com/" target="_blank">www.internationalcordage.com</a>\n\n<h6>Jeffer’s Pet Supply</h6>\nPet &amp; livestock supplies\n(800) 533-3377\n<a href="http://www.jefferspet.com" target="_blank">www.jefferspet.com</a>\n<a href="http://www.jefferslivestock.com" target="_blank">www.jefferslivestock.com</a>\n</div>\n\n<div class="last sixcol">\n<h6>Jolly Pets</h6>\nHorseman’s Pride\nHeavy duty plastic toys\n10008 State Rt. 43\nStreetsboro, OH. 44241\n<a href="http://www.jollypets.com/HorsemenHome.html" target="_blank">http://www.jollypets.com/HorsemenHome.html</a>\nemail: <a href="mailto:cservice@jollypets.com">cservice@jollypets.com</a>\n\n<h6>The Kong Company</h6>\nKong toys\n16191 Table Mountain Parkway\nGolden, CO 80403\n(303)  216-2626\n<a href="http://www.kongcompany.com/" target="_blank">http://www.kongcompany.com/</a>\n\n<h6>Kracor, Inc.</h6>\nPlastic enrichment feeders &amp; toys\n(800) 255-6335\n<a href="http://www.kracor.com" target="_blank">www.kracor.com</a>\nemail:  <a href="mailto:custormerservice@kracor.com">custormerservice@kracor.com</a>\n\n<h6>The Larson Company</h6>\n"The Stump" enrichment  device\n(520) 294-3900 FAX  (520) 741-7930\n<a href="http://www.larson-usa.com" target="_blank">www.larson-usa.com</a>\n\n<h6>Leather Elves</h6>\nEnrichment devices for birds &amp; zoo animals\n(781) 331-8557\n<a href="http://www.theleatherelves.com" target="_blank">www.theleatherelves.com</a>\n\n<h6>Lomir Primate Enrichment Technologies</h6>\nPrimate enrichment products\n(877) 425-3604\n<a href="http://www.lomir.com/pet" target="_blank">www.lomir.com/pet</a>\n\n<h6>Omaha Vaccine Company</h6>\nPet Supplies\n800-367-4444\nFAX 800-242-9447\n<a href="http://www.omahavaccine.com/" target="_blank">www.omahavaccine.com</a>\n\n<h6>Otto Environmental</h6>\nEnrichment devices for zoo animals\n(414) 358-1001\n<a href="http://www.ottoenvironmental.com/" target="_blank">www.ottoenvironmental.com</a>\n\n<h6>Pacific Fibre and Rope Co., Inc.</h6>\nCargo nets and rope ladders\nFAX (310) 835-6781\n<a href="http://www.pacificfibre.com/" target="_blank">www.pacificfibre.com</a>\nemail: <a href="mailto:pacfib@worldnet.att.net">pacfib@worldnet.att.net</a>\n\n<h6>Primate Products</h6>\n<a href="http://www.primateproducts.com" target="_blank">www.primateproducts.com </a>\n\n<h6>PetsMart</h6>\n19601 N. 27th Ave.\nPhoenix,  AZ. 85027\n(800) 738-1385\nPet supplies: <a href="http://www.petsmart.com/" target="_blank">www.petsmart.com</a>\n\n<h6>Rotonics</h6>\nCustom rotational plastics molding &amp; buoys\n(800) 351-1363\n<a href="http://www.rotonics.com" target="_blank">www.rotonics.com</a>\nemail: <a href="mailto:buoys@rotonics.com">buoys@rotonics.com</a>\n\n<h6>Safari Thatch, Inc.</h6>\nBamboo Products\n(954) 564-0059\nFAX (954) 564-7431\n<a href="http://www.safarithatch.com/" target="_blank">www.safarithatch.com</a>\n\n<h6>Sanctuary Supplies</h6>\n4300 Pletzer Blvd.\nRootstown, OH. 44272\n(877) 886-1992\n<a href="http://www.sanctuarysupplies.com" target="_blank">www.sanctuarysupplies.com</a>\n\n<h6>Seeds of Change</h6>\nOrganic seeds for edible plants\nFAX (505) 438-7052\n<a href="http://www.seedsofchange.com/" target="_blank">www.seedsofchange.com</a>\n\n<h6>SINCO Group, Inc.</h6>\nCargo Nets\nFAX (860) 632-1509\n<a href="http://www.sinco.com/" target="_blank">www.sinco.com</a>\nemail: <a href="mailto:sales@sincosala.com">sales@sincosala.com</a>\n\n<h6>SitStay</h6>\nTraining Clickers\nFAX (402) 467-5055\n<a href="http://www.sitstay.com/" target="_blank">www.sitstay.com</a>\n\n<h6>StarBird</h6>\nZoo Enrichment\n(310) 489-8868\nFAX (310) 828-5129\n<a href="http://www.estarbird.com/" target="_blank">www.estarbird.com</a>\n\n<h6>Sweeney Enterprises, Inc.</h6>\nAutomatic Feeders\n(800) 443-4244\nFAX (800) 337-5017\n<a href="http://www.sweeneyfeeders.com" target="_blank">www.sweeneyfeeders.com</a>\n\n<h6>That Pet Place</h6>\n<a href="http://www.thatpetplace.com" target="_blank">www.thatpetplace.com </a>\n\n<h6>Twin Leather Company</h6>\nBird toy parts and supplies\n(508) 583-3485\nFAX (508) 586-4501\n<a href="http://www.twinleather.com/" target="_blank">www.twinleather.com</a>\nemail: <a href="mailto:sales@twinleather.com">sales@twinleather.com</a>\n\n<h6>Valentine Inc.</h6>\nZoological supplies\nFAX  (239) 645 4682\n<a href="http://www.valentineinc.com/" target="_blank">www.valentineinc.com</a>\n\n<h6>Welburn Gourd Farm</h6>\nGourds\n(760)728-4271\n<a href="http://www.welburngourdfarm.com" target="_blank">www.welburngourdfarm.com</a>\n\n<h6>World Champion Horse Equipment</h6>\nEquine Supply\n(931) 684-0496\n<a href="http://www.ehorseequipment.com" target="_blank">www.ehorseequipment.com</a>\n\n<h6>Zoomed Laboratories</h6>\nHerpetological Supplies\n(805) 542-9988  FAX (805) 542-9295\n<a href="http://www.zoomed.com/" target="_blank">www.zoomed.com</a>\nemail: <a href="mailto:zoomed@zoomed.com">zoomed@zoomed.com</a>\n</div>\n<div class="clear"></div>\n\n<div class="hr"></div>\n\n<h4>Related Sites</h4>\nThe AAZK, Inc. provides links to other sites as a convenience to users of the AAZK Enrichment Site, and does not necessarily endorse or take any responsibility for the content of these sites.\n\n<ul>\n    <li><a target="_blank" href="http://www.enrichment.org">"The Shape of Enrichment"</a></li>\n    <li><a target="_blank" href="http://www.animalwelfare.com/Lab_animals/biblio/">Primate Enrichment Bibliography</a></li>\n    <li><a target="_blank" href="http://www.arkanimals.com/ark/e_index.html">E is for Enrichment</a></li>\n    <li><a target="_blank" href="http://www.brown.edu/Research/Primate/enrich.html">An Index of Laboratory Animal Enrichment Articles</a></li>\n    <li><a target="_blank" href="http://www.fortworthzoo.org/">The Fort Worth Zoo presents Enrichment Online</a></li>\n    <li><a target="_blank" href="http://www.animalenrichment.org/">Disney\'s Animal Kingdom: Animal Enrichment Programs</a></li>\n</ul>\n\n<div class="hr"></div>\n\n\n<div id="inner-links"></div>', 'Enrichment Suppliers', 0, '', 'inherit', 'closed', 'closed', '', '324-autosave-v1', '', '', '2013-10-29 14:26:09', '2013-10-29 19:26:09', '', 324, 'http://web3.gowebsolutions.com/~aazook/324-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3659, 1, '2013-10-29 11:00:19', '2013-10-29 16:00:19', '<h4>Absolute Primate Enrichment Systems</h4>\r\nEnrichment devices for primates\r\n(817) 228-2281\r\n<a href="http://www.absoluteprimate.com" target="_blank">www.absoluteprimate.com</a>\r\n\r\n<h4>American Excelsior Company</h4>\r\nWoodwool Substrates\r\n(800) 326-3626\r\n<a href="http://www.amerexcel.com/" target="_blank">www.amerexcel.com</a>\r\n\r\n<h4>Animal Management Resources</h4>\r\n(910) 246-6263\r\n<a href="http://www.mytrainingstore.com" target="_blank">www.mytrainingstore.com</a>\r\nemail: <a href="mailto:meg@mytrainingstore.com">meg@mytrainingstore.com</a></li>\r\n\r\n<h4><strong>Aussie Dog Products</h4>\r\nEnrichment devices for dogs, horses and zoo animals\r\n+61 (0)3 9752-3336  FAX +61 (0)3 9758-3020\r\n<a href="http://www.aussiedog.com.au" target="_blank">www.aussiedog.com.au</a>\r\n\r\n<h4>BCI Burke Co., Inc.</h4>\r\nPlayground Structures\r\n800-266-1250 FAX  (414) 921-9566\r\nemail: <a href="mailto:info@bciburke.com">info@bciburke.com</a>\r\n<a href="http://www.bciburke.com/">www.bciburke.com</a>\r\n\r\n<h4>Bio-Serve</h4>\r\nEnrichment devices for primates, dogs, pigs, rodents\r\n(908) 996-2155 FAX  (908) 996-4123\r\n<a href="http://www.bio-serv.com">www.bio-serv.com</a>\r\n\r\n<h4>Birds Just Wanna Have Fun</h4>\r\nBird toys\r\n1-800-246-1018 or (512) 401-0536\r\nE-mail: <a href="mailto:info@birdsjustwannahavefun.com">info@birdsjustwannahavefun.com</a>\r\n<a href="http://www.birdsjustwannahavefun.com/">www.birdsjustwannahavefun.com</a>\r\n\r\n<h4>Boomer Ball®, Inc.</h4>\r\nEnrichment devices for zoo animals\r\n(888) 858-9529  or (847) 546-6125\r\nFAX (800) 858-9529  or (847) 546-6185\r\n\r\n<h4>Busy Beaks</h4>\r\nBird toys\r\n<a href="http://www.busybeaks.com" target="_blank">www.busybeaks.com</a>\r\n458 Lucher Rd.\r\nWillis, TX 77378\r\n(936)344-8400 (phone)\r\n(936)344-8406 (fax)\r\n<a href="mailto:BusyBeaksToys@aol.com">BusyBeaksToys@aol.com</a>\r\n\r\n<h4>The Caning Company</h4>\r\nGourds\r\n(800) 544-3373\r\n<a href="http://www.caning.com/" target="_blank">www.caning.com</a>\r\n\r\n<h4>Choppers Toys/Design-Rite Products</h4>\r\n101 North 55th Street Unit #4\r\nPhoenix AZ 85034\r\n(480) 945-8406\r\n<a href="http://www.chopperstoys.com/" target="_blank">www.chopperstoys.com</a>\r\n\r\n<h4>Desert Plastics</h4>\r\n2401A Phoenix, NE\r\nAlbuquerque, NM 87107\r\nPhone: (505) 884-3889\r\nFax: (505) 884-3932\r\n<a href="http://www.desertplastics-abq.com/" target="_blank">www.desertplastics-abq.com</a>\r\n\r\n<h4>Doctors Fosters Smith</h4>\r\nPet Supply\r\n(800) 826-7206\r\n<a href="http://www.drsfostersmith.com/" target="_blank">www.drsfostersmith.com</a>\r\n\r\n<h4>Duracast Products, Inc.</h4>\r\nPlastic enrichment products\r\n(800) 683-4116  FAX (863) 638-2443\r\n<a href="http://www.duracast.com" target="_blank">http://www.duracast.com</a>\r\n\r\n<h4>Edible Landscaping</h4>\r\nEdible Plants\r\n800-524-4156 FAX  (434) 361-1916\r\n<a href="http://www.eat-it.com/" target="_blank">www.eat-it.com </a>\r\n\r\n<h4>E Street Plastics</h4>\r\nAcrylic mirrors, plexi and lexan\r\n(972) 207-0936\r\n<a href="http://www.estreetplastics.com" target="_blank">www.estreetplastics.com</a>\r\nemail: <a href="mailto:sales@estreetplastics.com">sales@estreetplastics.com</a>\r\n\r\n<h4>Ethical, Inc.</h4>\r\nVinyl chew toys, squish balls\r\n(973) 484-1000\r\n<a href="http://www.ethicalpet.com/" target="_blank">www.ethicalpet.com</a>\r\n\r\n<h4>Exotic Creations</h4>\r\nBird Toys\r\n(612) 785-0376\r\n<a href="http://www.exoticreations.com" target="_blank">www.exoticreations.com</a>\r\n\r\n<h4>Fauna-Tek</h4>\r\nNew England Exotics, Inc.\r\n71 Michaels Rd.\r\nWells, ME 04090\r\n207-646-7173\r\n<a href="http://www.fauna-tek.net" target="_blank">www.fauna-tek.net</a>\r\n\r\n<h4>Fluker Farms</h4>\r\nHerpetological Supplies\r\n(800) 735-8537\r\n<a href="http://www.flukerfarms.com" target="_blank">www.flukerfarms.com</a>\r\n\r\n<h4>Injoy Coursing Equipment\r\nCoursing Lures\r\n(802) 425-3691 FAX  (802) 425-4468\r\n<a href="http://www.injoy-1.com" target="_blank">www.injoy-1.com</a>\r\n\r\n<h4>International Cordage</h4>\r\nRope Structures\r\n(602) 252-3155\r\nFAX  (602) 252-3053\r\n<a href="http://www.internationalcordage.com/" target="_blank">www.internationalcordage.com</a>\r\n\r\n<h4>Jeffer’s Pet Supply</h4>\r\nPet &amp; livestock supplies\r\n(800) 533-3377\r\n<a href="http://www.jefferspet.com" target="_blank">www.jefferspet.com</a>\r\n<a href="http://www.jefferslivestock.com" target="_blank">www.jefferslivestock.com</a>\r\n\r\n<h4>Jolly Pets</h4>\r\nHorseman’s Pride\r\nHeavy duty plastic toys\r\n10008 State Rt. 43\r\nStreetsboro, OH. 44241\r\n<a href="http://www.jollypets.com/HorsemenHome.html" target="_blank">http://www.jollypets.com/HorsemenHome.html</a>\r\nemail: <a href="mailto:cservice@jollypets.com">cservice@jollypets.com</a>\r\n\r\n<h4>The Kong Company</h4>\r\nKong toys\r\n16191 Table Mountain Parkway\r\nGolden, CO 80403\r\n(303)  216-2626\r\n<a href="http://www.kongcompany.com/" target="_blank">http://www.kongcompany.com/</a>\r\n\r\n<h4>Kracor, Inc.</h4>\r\nPlastic enrichment feeders &amp; toys\r\n(800) 255-6335\r\n<a href="http://www.kracor.com" target="_blank">www.kracor.com</a>\r\nemail:  <a href="mailto:custormerservice@kracor.com">custormerservice@kracor.com</a>\r\n\r\n<h4>The Larson Company</h4>\r\n"The Stump" enrichment  device\r\n(520) 294-3900 FAX  (520) 741-7930\r\n<a href="http://www.larson-usa.com" target="_blank">www.larson-usa.com</a>\r\n\r\n<h4>Leather Elves</h4>\r\nEnrichment devices for birds &amp; zoo animals\r\n(781) 331-8557\r\n<a href="http://www.theleatherelves.com" target="_blank">www.theleatherelves.com</a>\r\n\r\n<h4>Lomir Primate Enrichment Technologies\r\nPrimate enrichment products\r\n(877) 425-3604\r\n<a href="http://www.lomir.com/pet" target="_blank">www.lomir.com/pet</a>\r\n\r\n<h4>Omaha Vaccine Company</h4>\r\nPet Supplies\r\n800-367-4444\r\nFAX 800-242-9447\r\n<a href="http://www.omahavaccine.com/" target="_blank">www.omahavaccine.com</a>\r\n\r\n<h4>Otto Environmental</h4>\r\nEnrichment devices for zoo animals\r\n(414) 358-1001\r\n<a href="http://www.ottoenvironmental.com/" target="_blank">www.ottoenvironmental.com</a>\r\n\r\n<h4>Pacific Fibre and Rope Co., Inc.</h4>\r\nCargo nets and rope ladders\r\nFAX (310) 835-6781\r\n<a href="http://www.pacificfibre.com/" target="_blank">www.pacificfibre.com</a>\r\nemail: <a href="mailto:pacfib@worldnet.att.net">pacfib@worldnet.att.net</a>\r\n\r\n<h4>Primate Products\r\n<a href="http://www.primateproducts.com" target="_blank">www.primateproducts.com </a>\r\n\r\n<h4>PetsMart</h4>\r\n19601 N. 27th Ave.\r\nPhoenix,  AZ. 85027\r\n(800) 738-1385\r\nPet supplies: <a href="http://www.petsmart.com/" target="_blank">www.petsmart.com</a>\r\n\r\n<h4>Rotonics</h4>\r\nCustom rotational plastics molding &amp; buoys\r\n(800) 351-1363\r\n<a href="http://www.rotonics.com" target="_blank">www.rotonics.com</a>\r\nemail: <a href="mailto:buoys@rotonics.com">buoys@rotonics.com</a>\r\n\r\n<h4>Safari Thatch, Inc.</h4>\r\nBamboo Products\r\n(954) 564-0059\r\nFAX (954) 564-7431\r\n<a href="http://www.safarithatch.com/" target="_blank">www.safarithatch.com</a>\r\n\r\n<h4>Sanctuary Supplies</h4>\r\n4300 Pletzer Blvd.\r\nRootstown, OH. 44272\r\n(877) 886-1992\r\n<a href="http://www.sanctuarysupplies.com" target="_blank">www.sanctuarysupplies.com</a>\r\n\r\n<h4>Seeds of Change</h4>\r\nOrganic seeds for edible plants\r\nFAX (505) 438-7052\r\n<a href="http://www.seedsofchange.com/" target="_blank">www.seedsofchange.com</a>\r\n\r\n<h4>SINCO Group, Inc.</h4>\r\nCargo Nets\r\nFAX (860) 632-1509\r\n<a href="http://www.sinco.com/" target="_blank">www.sinco.com</a>\r\nemail: <a href="mailto:sales@sincosala.com">sales@sincosala.com</a>\r\n\r\n<h4>SitStay</h4>\r\nTraining Clickers\r\nFAX (402) 467-5055\r\n<a href="http://www.sitstay.com/" target="_blank">www.sitstay.com</a>\r\n\r\n<h4>StarBird</h4>\r\nZoo Enrichment\r\n(310) 489-8868\r\nFAX (310) 828-5129\r\n<a href="http://www.estarbird.com/" target="_blank">www.estarbird.com</a>\r\n\r\n<h4>Sweeney Enterprises, Inc.</h4>\r\nAutomatic Feeders\r\n(800) 443-4244\r\nFAX (800) 337-5017\r\n<a href="http://www.sweeneyfeeders.com" target="_blank">www.sweeneyfeeders.com</a>\r\n\r\n<h4>That Pet Place\r\n<a href="http://www.thatpetplace.com" target="_blank">www.thatpetplace.com </a>\r\n\r\n<h4>Twin Leather Company</h4>\r\nBird toy parts and supplies\r\n(508) 583-3485\r\nFAX (508) 586-4501\r\n<a href="http://www.twinleather.com/" target="_blank">www.twinleather.com</a>\r\nemail: <a href="mailto:sales@twinleather.com">sales@twinleather.com</a>\r\n\r\n<h4>Valentine Inc.</h4>\r\nZoological supplies\r\nFAX  (239) 645 4682\r\n<a href="http://www.valentineinc.com/" target="_blank">www.valentineinc.com</a>\r\n\r\n<h4>Welburn Gourd Farm</h4>\r\nGourds\r\n(760)728-4271\r\n<a href="http://www.welburngourdfarm.com" target="_blank">www.welburngourdfarm.com</a>\r\n\r\n<h4>World Champion Horse Equipment</h4>\r\nEquine Supply\r\n(931) 684-0496\r\n<a href="http://www.ehorseequipment.com" target="_blank">www.ehorseequipment.com</a>\r\n\r\n<h4>Zoomed Laboratories</h4>\r\nHerpetological Supplies\r\n(805) 542-9988  FAX (805) 542-9295\r\n<a href="http://www.zoomed.com/" target="_blank">www.zoomed.com</a>\r\nemail: <a href="mailto:zoomed@zoomed.com">zoomed@zoomed.com</a>\r\n\r\n<div id="inner-links"></div>', 'Enrichment Suppliers', 0, '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2013-10-29 11:00:19', '2013-10-29 16:00:19', '', 324, 'http://web3.gowebsolutions.com/~aazook/324-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5137, 2, '2014-01-06 17:14:13', '2014-01-06 22:14:13', '&nbsp;\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" alt="Haven" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" width="300" height="142" /></div>\r\n<div class="eightcol last">\r\n<a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="clearfix"></div>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-01-06 17:14:13', '2014-01-06 22:14:13', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3663, 1, '2013-10-29 11:06:29', '0000-00-00 00:00:00', '<ul>\r\n   <li>Morbi in sem quis dui placerat ornare. Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu. Cras consequat.</li>\r\n   <li>Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus.</li>\r\n   <li>Phasellus ultrices nulla quis nibh. Quisque a lectus. Donec consectetuer ligula vulputate sem tristique cursus. Nam nulla quam, gravida non, commodo a, sodales sit amet, nisi.</li>\r\n   <li>Pellentesque fermentum dolor. Aliquam quam lectus, facilisis auctor, ultrices ut, elementum vulputate, nunc.</li>\r\n</ul>\r\n            ', '', 0, '', 'draft', 'closed', 'closed', '', '', '', '', '2013-10-29 11:06:29', '0000-00-00 00:00:00', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=3663', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3671, 1, '2013-10-29 12:02:17', '2013-10-29 17:02:17', '<h4>Absolute Primate Enrichment Systems</h4>\r\nEnrichment devices for primates\r\n(817) 228-2281\r\n<a href="http://www.absoluteprimate.com" target="_blank">www.absoluteprimate.com</a>\r\n\r\n<h4>American Excelsior Company</h4>\r\nWoodwool Substrates\r\n(800) 326-3626\r\n<a href="http://www.amerexcel.com/" target="_blank">www.amerexcel.com</a>\r\n\r\n<h4>Animal Management Resources</h4>\r\n(910) 246-6263\r\n<a href="http://www.mytrainingstore.com" target="_blank">www.mytrainingstore.com</a>\r\nemail: <a href="mailto:meg@mytrainingstore.com">meg@mytrainingstore.com</a></li>\r\n\r\n<h4><strong>Aussie Dog Products</h4>\r\nEnrichment devices for dogs, horses and zoo animals\r\n+61 (0)3 9752-3336  FAX +61 (0)3 9758-3020\r\n<a href="http://www.aussiedog.com.au" target="_blank">www.aussiedog.com.au</a>\r\n\r\n<h4>BCI Burke Co., Inc.</h4>\r\nPlayground Structures\r\n800-266-1250 FAX  (414) 921-9566\r\nemail: <a href="mailto:info@bciburke.com">info@bciburke.com</a>\r\n<a href="http://www.bciburke.com/" target="_blank">www.bciburke.com</a>\r\n\r\n<h4>Bio-Serve</h4>\r\nEnrichment devices for primates, dogs, pigs, rodents\r\n(908) 996-2155 FAX  (908) 996-4123\r\n<a href="http://www.bio-serv.com" target="_blank">www.bio-serv.com</a>\r\n\r\n<h4>Birds Just Wanna Have Fun</h4>\r\nBird toys\r\n1-800-246-1018 or (512) 401-0536\r\nE-mail: <a href="mailto:info@birdsjustwannahavefun.com">info@birdsjustwannahavefun.com</a>\r\n<a href="http://www.birdsjustwannahavefun.com/" target="_blank">www.birdsjustwannahavefun.com</a>\r\n\r\n<h4>Boomer Ball®, Inc.</h4>\r\nEnrichment devices for zoo animals\r\n(888) 858-9529  or (847) 546-6125\r\nFAX (800) 858-9529  or (847) 546-6185\r\n\r\n<h4>Busy Beaks</h4>\r\nBird toys\r\n<a href="http://www.busybeaks.com" target="_blank">www.busybeaks.com</a>\r\n458 Lucher Rd.\r\nWillis, TX 77378\r\n(936)344-8400 (phone)\r\n(936)344-8406 (fax)\r\n<a href="mailto:BusyBeaksToys@aol.com">BusyBeaksToys@aol.com</a>\r\n\r\n<h4>The Caning Company</h4>\r\nGourds\r\n(800) 544-3373\r\n<a href="http://www.caning.com/" target="_blank">www.caning.com</a>\r\n\r\n<h4>Choppers Toys/Design-Rite Products</h4>\r\n101 North 55th Street Unit #4\r\nPhoenix AZ 85034\r\n(480) 945-8406\r\n<a href="http://www.chopperstoys.com/" target="_blank">www.chopperstoys.com</a>\r\n\r\n<h4>Desert Plastics</h4>\r\n2401A Phoenix, NE\r\nAlbuquerque, NM 87107\r\nPhone: (505) 884-3889\r\nFax: (505) 884-3932\r\n<a href="http://www.desertplastics-abq.com/" target="_blank">www.desertplastics-abq.com</a>\r\n\r\n<h4>Doctors Fosters Smith</h4>\r\nPet Supply\r\n(800) 826-7206\r\n<a href="http://www.drsfostersmith.com/" target="_blank">www.drsfostersmith.com</a>\r\n\r\n<h4>Duracast Products, Inc.</h4>\r\nPlastic enrichment products\r\n(800) 683-4116  FAX (863) 638-2443\r\n<a href="http://www.duracast.com" target="_blank">http://www.duracast.com</a>\r\n\r\n<h4>Edible Landscaping</h4>\r\nEdible Plants\r\n800-524-4156 FAX  (434) 361-1916\r\n<a href="http://www.eat-it.com/" target="_blank">www.eat-it.com </a>\r\n\r\n<h4>E Street Plastics</h4>\r\nAcrylic mirrors, plexi and lexan\r\n(972) 207-0936\r\n<a href="http://www.estreetplastics.com" target="_blank">www.estreetplastics.com</a>\r\nemail: <a href="mailto:sales@estreetplastics.com">sales@estreetplastics.com</a>\r\n\r\n<h4>Ethical, Inc.</h4>\r\nVinyl chew toys, squish balls\r\n(973) 484-1000\r\n<a href="http://www.ethicalpet.com/" target="_blank">www.ethicalpet.com</a>\r\n\r\n<h4>Exotic Creations</h4>\r\nBird Toys\r\n(612) 785-0376\r\n<a href="http://www.exoticreations.com" target="_blank">www.exoticreations.com</a>\r\n\r\n<h4>Fauna-Tek</h4>\r\nNew England Exotics, Inc.\r\n71 Michaels Rd.\r\nWells, ME 04090\r\n207-646-7173\r\n<a href="http://www.fauna-tek.net" target="_blank">www.fauna-tek.net</a>\r\n\r\n<h4>Fluker Farms</h4>\r\nHerpetological Supplies\r\n(800) 735-8537\r\n<a href="http://www.flukerfarms.com" target="_blank">www.flukerfarms.com</a>\r\n\r\n<h4>Injoy Coursing Equipment</h4>\r\nCoursing Lures\r\n(802) 425-3691 FAX  (802) 425-4468\r\n<a href="http://www.injoy-1.com" target="_blank">www.injoy-1.com</a>\r\n\r\n<h4>International Cordage</h4>\r\nRope Structures\r\n(602) 252-3155\r\nFAX  (602) 252-3053\r\n<a href="http://www.internationalcordage.com/" target="_blank">www.internationalcordage.com</a>\r\n\r\n<h4>Jeffer’s Pet Supply</h4>\r\nPet &amp; livestock supplies\r\n(800) 533-3377\r\n<a href="http://www.jefferspet.com" target="_blank">www.jefferspet.com</a>\r\n<a href="http://www.jefferslivestock.com" target="_blank">www.jefferslivestock.com</a>\r\n\r\n<h4>Jolly Pets</h4>\r\nHorseman’s Pride\r\nHeavy duty plastic toys\r\n10008 State Rt. 43\r\nStreetsboro, OH. 44241\r\n<a href="http://www.jollypets.com/HorsemenHome.html" target="_blank">http://www.jollypets.com/HorsemenHome.html</a>\r\nemail: <a href="mailto:cservice@jollypets.com">cservice@jollypets.com</a>\r\n\r\n<h4>The Kong Company</h4>\r\nKong toys\r\n16191 Table Mountain Parkway\r\nGolden, CO 80403\r\n(303)  216-2626\r\n<a href="http://www.kongcompany.com/" target="_blank">http://www.kongcompany.com/</a>\r\n\r\n<h4>Kracor, Inc.</h4>\r\nPlastic enrichment feeders &amp; toys\r\n(800) 255-6335\r\n<a href="http://www.kracor.com" target="_blank">www.kracor.com</a>\r\nemail:  <a href="mailto:custormerservice@kracor.com">custormerservice@kracor.com</a>\r\n\r\n<h4>The Larson Company</h4>\r\n"The Stump" enrichment  device\r\n(520) 294-3900 FAX  (520) 741-7930\r\n<a href="http://www.larson-usa.com" target="_blank">www.larson-usa.com</a>\r\n\r\n<h4>Leather Elves</h4>\r\nEnrichment devices for birds &amp; zoo animals\r\n(781) 331-8557\r\n<a href="http://www.theleatherelves.com" target="_blank">www.theleatherelves.com</a>\r\n\r\n<h4>Lomir Primate Enrichment Technologies\r\nPrimate enrichment products\r\n(877) 425-3604\r\n<a href="http://www.lomir.com/pet" target="_blank">www.lomir.com/pet</a>\r\n\r\n<h4>Omaha Vaccine Company</h4>\r\nPet Supplies\r\n800-367-4444\r\nFAX 800-242-9447\r\n<a href="http://www.omahavaccine.com/" target="_blank">www.omahavaccine.com</a>\r\n\r\n<h4>Otto Environmental</h4>\r\nEnrichment devices for zoo animals\r\n(414) 358-1001\r\n<a href="http://www.ottoenvironmental.com/" target="_blank">www.ottoenvironmental.com</a>\r\n\r\n<h4>Pacific Fibre and Rope Co., Inc.</h4>\r\nCargo nets and rope ladders\r\nFAX (310) 835-6781\r\n<a href="http://www.pacificfibre.com/" target="_blank">www.pacificfibre.com</a>\r\nemail: <a href="mailto:pacfib@worldnet.att.net">pacfib@worldnet.att.net</a>\r\n\r\n<h4>Primate Products</h4>\r\n<a href="http://www.primateproducts.com" target="_blank">www.primateproducts.com </a>\r\n\r\n<h4>PetsMart</h4>\r\n19601 N. 27th Ave.\r\nPhoenix,  AZ. 85027\r\n(800) 738-1385\r\nPet supplies: <a href="http://www.petsmart.com/" target="_blank">www.petsmart.com</a>\r\n\r\n<h4>Rotonics</h4>\r\nCustom rotational plastics molding &amp; buoys\r\n(800) 351-1363\r\n<a href="http://www.rotonics.com" target="_blank">www.rotonics.com</a>\r\nemail: <a href="mailto:buoys@rotonics.com">buoys@rotonics.com</a>\r\n\r\n<h4>Safari Thatch, Inc.</h4>\r\nBamboo Products\r\n(954) 564-0059\r\nFAX (954) 564-7431\r\n<a href="http://www.safarithatch.com/" target="_blank">www.safarithatch.com</a>\r\n\r\n<h4>Sanctuary Supplies</h4>\r\n4300 Pletzer Blvd.\r\nRootstown, OH. 44272\r\n(877) 886-1992\r\n<a href="http://www.sanctuarysupplies.com" target="_blank">www.sanctuarysupplies.com</a>\r\n\r\n<h4>Seeds of Change</h4>\r\nOrganic seeds for edible plants\r\nFAX (505) 438-7052\r\n<a href="http://www.seedsofchange.com/" target="_blank">www.seedsofchange.com</a>\r\n\r\n<h4>SINCO Group, Inc.</h4>\r\nCargo Nets\r\nFAX (860) 632-1509\r\n<a href="http://www.sinco.com/" target="_blank">www.sinco.com</a>\r\nemail: <a href="mailto:sales@sincosala.com">sales@sincosala.com</a>\r\n\r\n<h4>SitStay</h4>\r\nTraining Clickers\r\nFAX (402) 467-5055\r\n<a href="http://www.sitstay.com/" target="_blank">www.sitstay.com</a>\r\n\r\n<h4>StarBird</h4>\r\nZoo Enrichment\r\n(310) 489-8868\r\nFAX (310) 828-5129\r\n<a href="http://www.estarbird.com/" target="_blank">www.estarbird.com</a>\r\n\r\n<h4>Sweeney Enterprises, Inc.</h4>\r\nAutomatic Feeders\r\n(800) 443-4244\r\nFAX (800) 337-5017\r\n<a href="http://www.sweeneyfeeders.com" target="_blank">www.sweeneyfeeders.com</a>\r\n\r\n<h4>That Pet Place\r\n<a href="http://www.thatpetplace.com" target="_blank">www.thatpetplace.com </a>\r\n\r\n<h4>Twin Leather Company</h4>\r\nBird toy parts and supplies\r\n(508) 583-3485\r\nFAX (508) 586-4501\r\n<a href="http://www.twinleather.com/" target="_blank">www.twinleather.com</a>\r\nemail: <a href="mailto:sales@twinleather.com">sales@twinleather.com</a>\r\n\r\n<h4>Valentine Inc.</h4>\r\nZoological supplies\r\nFAX  (239) 645 4682\r\n<a href="http://www.valentineinc.com/" target="_blank">www.valentineinc.com</a>\r\n\r\n<h4>Welburn Gourd Farm</h4>\r\nGourds\r\n(760)728-4271\r\n<a href="http://www.welburngourdfarm.com" target="_blank">www.welburngourdfarm.com</a>\r\n\r\n<h4>World Champion Horse Equipment</h4>\r\nEquine Supply\r\n(931) 684-0496\r\n<a href="http://www.ehorseequipment.com" target="_blank">www.ehorseequipment.com</a>\r\n\r\n<h4>Zoomed Laboratories</h4>\r\nHerpetological Supplies\r\n(805) 542-9988  FAX (805) 542-9295\r\n<a href="http://www.zoomed.com/" target="_blank">www.zoomed.com</a>\r\nemail: <a href="mailto:zoomed@zoomed.com">zoomed@zoomed.com</a>\r\n\r\n<div id="inner-links"></div>', 'Enrichment Suppliers', 0, '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2013-10-29 12:02:17', '2013-10-29 17:02:17', '', 324, 'http://web3.gowebsolutions.com/~aazook/324-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3672, 1, '2013-10-29 12:03:20', '2013-10-29 17:03:20', '<h4>Absolute Primate Enrichment Systems</h4>\r\nEnrichment devices for primates\r\n(817) 228-2281\r\n<a href="http://www.absoluteprimate.com" target="_blank">www.absoluteprimate.com</a>\r\n\r\n<h4>American Excelsior Company</h4>\r\nWoodwool Substrates\r\n(800) 326-3626\r\n<a href="http://www.amerexcel.com/" target="_blank">www.amerexcel.com</a>\r\n\r\n<h4>Animal Management Resources</h4>\r\n(910) 246-6263\r\n<a href="http://www.mytrainingstore.com" target="_blank">www.mytrainingstore.com</a>\r\nemail: <a href="mailto:meg@mytrainingstore.com">meg@mytrainingstore.com</a></li>\r\n\r\n<h4><strong>Aussie Dog Products</h4>\r\nEnrichment devices for dogs, horses and zoo animals\r\n+61 (0)3 9752-3336  FAX +61 (0)3 9758-3020\r\n<a href="http://www.aussiedog.com.au" target="_blank">www.aussiedog.com.au</a>\r\n\r\n<h4>BCI Burke Co., Inc.</h4>\r\nPlayground Structures\r\n800-266-1250 FAX  (414) 921-9566\r\nemail: <a href="mailto:info@bciburke.com">info@bciburke.com</a>\r\n<a href="http://www.bciburke.com/" target="_blank">www.bciburke.com</a>\r\n\r\n<h4>Bio-Serve</h4>\r\nEnrichment devices for primates, dogs, pigs, rodents\r\n(908) 996-2155 FAX  (908) 996-4123\r\n<a href="http://www.bio-serv.com" target="_blank">www.bio-serv.com</a>\r\n\r\n<h4>Birds Just Wanna Have Fun</h4>\r\nBird toys\r\n1-800-246-1018 or (512) 401-0536\r\nE-mail: <a href="mailto:info@birdsjustwannahavefun.com">info@birdsjustwannahavefun.com</a>\r\n<a href="http://www.birdsjustwannahavefun.com/" target="_blank">www.birdsjustwannahavefun.com</a>\r\n\r\n<h4>Boomer Ball®, Inc.</h4>\r\nEnrichment devices for zoo animals\r\n(888) 858-9529  or (847) 546-6125\r\nFAX (800) 858-9529  or (847) 546-6185\r\n\r\n<h4>Busy Beaks</h4>\r\nBird toys\r\n<a href="http://www.busybeaks.com" target="_blank">www.busybeaks.com</a>\r\n458 Lucher Rd.\r\nWillis, TX 77378\r\n(936)344-8400 (phone)\r\n(936)344-8406 (fax)\r\n<a href="mailto:BusyBeaksToys@aol.com">BusyBeaksToys@aol.com</a>\r\n\r\n<h4>The Caning Company</h4>\r\nGourds\r\n(800) 544-3373\r\n<a href="http://www.caning.com/" target="_blank">www.caning.com</a>\r\n\r\n<h4>Choppers Toys/Design-Rite Products</h4>\r\n101 North 55th Street Unit #4\r\nPhoenix AZ 85034\r\n(480) 945-8406\r\n<a href="http://www.chopperstoys.com/" target="_blank">www.chopperstoys.com</a>\r\n\r\n<h4>Desert Plastics</h4>\r\n2401A Phoenix, NE\r\nAlbuquerque, NM 87107\r\nPhone: (505) 884-3889\r\nFax: (505) 884-3932\r\n<a href="http://www.desertplastics-abq.com/" target="_blank">www.desertplastics-abq.com</a>\r\n\r\n<h4>Doctors Fosters Smith</h4>\r\nPet Supply\r\n(800) 826-7206\r\n<a href="http://www.drsfostersmith.com/" target="_blank">www.drsfostersmith.com</a>\r\n\r\n<h4>Duracast Products, Inc.</h4>\r\nPlastic enrichment products\r\n(800) 683-4116  FAX (863) 638-2443\r\n<a href="http://www.duracast.com" target="_blank">http://www.duracast.com</a>\r\n\r\n<h4>Edible Landscaping</h4>\r\nEdible Plants\r\n800-524-4156 FAX  (434) 361-1916\r\n<a href="http://www.eat-it.com/" target="_blank">www.eat-it.com </a>\r\n\r\n<h4>E Street Plastics</h4>\r\nAcrylic mirrors, plexi and lexan\r\n(972) 207-0936\r\n<a href="http://www.estreetplastics.com" target="_blank">www.estreetplastics.com</a>\r\nemail: <a href="mailto:sales@estreetplastics.com">sales@estreetplastics.com</a>\r\n\r\n<h4>Ethical, Inc.</h4>\r\nVinyl chew toys, squish balls\r\n(973) 484-1000\r\n<a href="http://www.ethicalpet.com/" target="_blank">www.ethicalpet.com</a>\r\n\r\n<h4>Exotic Creations</h4>\r\nBird Toys\r\n(612) 785-0376\r\n<a href="http://www.exoticreations.com" target="_blank">www.exoticreations.com</a>\r\n\r\n<h4>Fauna-Tek</h4>\r\nNew England Exotics, Inc.\r\n71 Michaels Rd.\r\nWells, ME 04090\r\n207-646-7173\r\n<a href="http://www.fauna-tek.net" target="_blank">www.fauna-tek.net</a>\r\n\r\n<h4>Fluker Farms</h4>\r\nHerpetological Supplies\r\n(800) 735-8537\r\n<a href="http://www.flukerfarms.com" target="_blank">www.flukerfarms.com</a>\r\n\r\n<h4>Injoy Coursing Equipment</h4>\r\nCoursing Lures\r\n(802) 425-3691 FAX  (802) 425-4468\r\n<a href="http://www.injoy-1.com" target="_blank">www.injoy-1.com</a>\r\n\r\n<h4>International Cordage</h4>\r\nRope Structures\r\n(602) 252-3155\r\nFAX  (602) 252-3053\r\n<a href="http://www.internationalcordage.com/" target="_blank">www.internationalcordage.com</a>\r\n\r\n<h4>Jeffer’s Pet Supply</h4>\r\nPet &amp; livestock supplies\r\n(800) 533-3377\r\n<a href="http://www.jefferspet.com" target="_blank">www.jefferspet.com</a>\r\n<a href="http://www.jefferslivestock.com" target="_blank">www.jefferslivestock.com</a>\r\n\r\n<h4>Jolly Pets</h4>\r\nHorseman’s Pride\r\nHeavy duty plastic toys\r\n10008 State Rt. 43\r\nStreetsboro, OH. 44241\r\n<a href="http://www.jollypets.com/HorsemenHome.html" target="_blank">http://www.jollypets.com/HorsemenHome.html</a>\r\nemail: <a href="mailto:cservice@jollypets.com">cservice@jollypets.com</a>\r\n\r\n<h4>The Kong Company</h4>\r\nKong toys\r\n16191 Table Mountain Parkway\r\nGolden, CO 80403\r\n(303)  216-2626\r\n<a href="http://www.kongcompany.com/" target="_blank">http://www.kongcompany.com/</a>\r\n\r\n<h4>Kracor, Inc.</h4>\r\nPlastic enrichment feeders &amp; toys\r\n(800) 255-6335\r\n<a href="http://www.kracor.com" target="_blank">www.kracor.com</a>\r\nemail:  <a href="mailto:custormerservice@kracor.com">custormerservice@kracor.com</a>\r\n\r\n<h4>The Larson Company</h4>\r\n"The Stump" enrichment  device\r\n(520) 294-3900 FAX  (520) 741-7930\r\n<a href="http://www.larson-usa.com" target="_blank">www.larson-usa.com</a>\r\n\r\n<h4>Leather Elves</h4>\r\nEnrichment devices for birds &amp; zoo animals\r\n(781) 331-8557\r\n<a href="http://www.theleatherelves.com" target="_blank">www.theleatherelves.com</a>\r\n\r\n<h4>Lomir Primate Enrichment Technologies</h4>\r\nPrimate enrichment products\r\n(877) 425-3604\r\n<a href="http://www.lomir.com/pet" target="_blank">www.lomir.com/pet</a>\r\n\r\n<h4>Omaha Vaccine Company</h4>\r\nPet Supplies\r\n800-367-4444\r\nFAX 800-242-9447\r\n<a href="http://www.omahavaccine.com/" target="_blank">www.omahavaccine.com</a>\r\n\r\n<h4>Otto Environmental</h4>\r\nEnrichment devices for zoo animals\r\n(414) 358-1001\r\n<a href="http://www.ottoenvironmental.com/" target="_blank">www.ottoenvironmental.com</a>\r\n\r\n<h4>Pacific Fibre and Rope Co., Inc.</h4>\r\nCargo nets and rope ladders\r\nFAX (310) 835-6781\r\n<a href="http://www.pacificfibre.com/" target="_blank">www.pacificfibre.com</a>\r\nemail: <a href="mailto:pacfib@worldnet.att.net">pacfib@worldnet.att.net</a>\r\n\r\n<h4>Primate Products</h4>\r\n<a href="http://www.primateproducts.com" target="_blank">www.primateproducts.com </a>\r\n\r\n<h4>PetsMart</h4>\r\n19601 N. 27th Ave.\r\nPhoenix,  AZ. 85027\r\n(800) 738-1385\r\nPet supplies: <a href="http://www.petsmart.com/" target="_blank">www.petsmart.com</a>\r\n\r\n<h4>Rotonics</h4>\r\nCustom rotational plastics molding &amp; buoys\r\n(800) 351-1363\r\n<a href="http://www.rotonics.com" target="_blank">www.rotonics.com</a>\r\nemail: <a href="mailto:buoys@rotonics.com">buoys@rotonics.com</a>\r\n\r\n<h4>Safari Thatch, Inc.</h4>\r\nBamboo Products\r\n(954) 564-0059\r\nFAX (954) 564-7431\r\n<a href="http://www.safarithatch.com/" target="_blank">www.safarithatch.com</a>\r\n\r\n<h4>Sanctuary Supplies</h4>\r\n4300 Pletzer Blvd.\r\nRootstown, OH. 44272\r\n(877) 886-1992\r\n<a href="http://www.sanctuarysupplies.com" target="_blank">www.sanctuarysupplies.com</a>\r\n\r\n<h4>Seeds of Change</h4>\r\nOrganic seeds for edible plants\r\nFAX (505) 438-7052\r\n<a href="http://www.seedsofchange.com/" target="_blank">www.seedsofchange.com</a>\r\n\r\n<h4>SINCO Group, Inc.</h4>\r\nCargo Nets\r\nFAX (860) 632-1509\r\n<a href="http://www.sinco.com/" target="_blank">www.sinco.com</a>\r\nemail: <a href="mailto:sales@sincosala.com">sales@sincosala.com</a>\r\n\r\n<h4>SitStay</h4>\r\nTraining Clickers\r\nFAX (402) 467-5055\r\n<a href="http://www.sitstay.com/" target="_blank">www.sitstay.com</a>\r\n\r\n<h4>StarBird</h4>\r\nZoo Enrichment\r\n(310) 489-8868\r\nFAX (310) 828-5129\r\n<a href="http://www.estarbird.com/" target="_blank">www.estarbird.com</a>\r\n\r\n<h4>Sweeney Enterprises, Inc.</h4>\r\nAutomatic Feeders\r\n(800) 443-4244\r\nFAX (800) 337-5017\r\n<a href="http://www.sweeneyfeeders.com" target="_blank">www.sweeneyfeeders.com</a>\r\n\r\n<h4>That Pet Place</h4>\r\n<a href="http://www.thatpetplace.com" target="_blank">www.thatpetplace.com </a>\r\n\r\n<h4>Twin Leather Company</h4>\r\nBird toy parts and supplies\r\n(508) 583-3485\r\nFAX (508) 586-4501\r\n<a href="http://www.twinleather.com/" target="_blank">www.twinleather.com</a>\r\nemail: <a href="mailto:sales@twinleather.com">sales@twinleather.com</a>\r\n\r\n<h4>Valentine Inc.</h4>\r\nZoological supplies\r\nFAX  (239) 645 4682\r\n<a href="http://www.valentineinc.com/" target="_blank">www.valentineinc.com</a>\r\n\r\n<h4>Welburn Gourd Farm</h4>\r\nGourds\r\n(760)728-4271\r\n<a href="http://www.welburngourdfarm.com" target="_blank">www.welburngourdfarm.com</a>\r\n\r\n<h4>World Champion Horse Equipment</h4>\r\nEquine Supply\r\n(931) 684-0496\r\n<a href="http://www.ehorseequipment.com" target="_blank">www.ehorseequipment.com</a>\r\n\r\n<h4>Zoomed Laboratories</h4>\r\nHerpetological Supplies\r\n(805) 542-9988  FAX (805) 542-9295\r\n<a href="http://www.zoomed.com/" target="_blank">www.zoomed.com</a>\r\nemail: <a href="mailto:zoomed@zoomed.com">zoomed@zoomed.com</a>\r\n\r\n<div id="inner-links"></div>', 'Enrichment Suppliers', 0, '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2013-10-29 12:03:20', '2013-10-29 17:03:20', '', 324, 'http://web3.gowebsolutions.com/~aazook/324-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3674, 1, '2013-10-29 13:16:48', '2013-10-29 18:16:48', '', 'Update Profile', 0, '', 'publish', 'closed', 'closed', '', 'update-profile', '', '', '2013-11-05 16:04:20', '2013-11-05 21:04:20', '', 0, 'http://web3.gowebsolutions.com/~aazook/?page_id=3674', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3675, 1, '2013-10-29 13:16:48', '2013-10-29 18:16:48', '', 'Update Profile Test', 0, '', 'inherit', 'closed', 'closed', '', '3674-revision-v1', '', '', '2013-10-29 13:16:48', '2013-10-29 18:16:48', '', 3674, 'http://web3.gowebsolutions.com/~aazook/3674-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3676, 1, '2013-10-29 14:18:28', '2013-10-29 19:18:28', '<h4>Suppliers</h4>\r\n<h6>Absolute Primate Enrichment Systems</h6>\r\nEnrichment devices for primates\r\n(817) 228-2281\r\n<a href="http://www.absoluteprimate.com" target="_blank">www.absoluteprimate.com</a>\r\n\r\n<h6>American Excelsior Company</h6>\r\nWoodwool Substrates\r\n(800) 326-3626\r\n<a href="http://www.amerexcel.com/" target="_blank">www.amerexcel.com</a>\r\n\r\n<h6>Animal Management Resources</h6>\r\n(910) 246-6263\r\n<a href="http://www.mytrainingstore.com" target="_blank">www.mytrainingstore.com</a>\r\nemail: <a href="mailto:meg@mytrainingstore.com">meg@mytrainingstore.com</a></li>\r\n\r\n<h6><strong>Aussie Dog Products</h6>\r\nEnrichment devices for dogs, horses and zoo animals\r\n+61 (0)3 9752-3336  FAX +61 (0)3 9758-3020\r\n<a href="http://www.aussiedog.com.au" target="_blank">www.aussiedog.com.au</a>\r\n\r\n<h6>BCI Burke Co., Inc.</h6>\r\nPlayground Structures\r\n800-266-1250 FAX  (414) 921-9566\r\nemail: <a href="mailto:info@bciburke.com">info@bciburke.com</a>\r\n<a href="http://www.bciburke.com/" target="_blank">www.bciburke.com</a>\r\n\r\n<h6>Bio-Serve</h6>\r\nEnrichment devices for primates, dogs, pigs, rodents\r\n(908) 996-2155 FAX  (908) 996-4123\r\n<a href="http://www.bio-serv.com" target="_blank">www.bio-serv.com</a>\r\n\r\n<h6>Birds Just Wanna Have Fun</h6>\r\nBird toys\r\n1-800-246-1018 or (512) 401-0536\r\nE-mail: <a href="mailto:info@birdsjustwannahavefun.com">info@birdsjustwannahavefun.com</a>\r\n<a href="http://www.birdsjustwannahavefun.com/" target="_blank">www.birdsjustwannahavefun.com</a>\r\n\r\n<h6>Boomer Ball®, Inc.</h6>\r\nEnrichment devices for zoo animals\r\n(888) 858-9529  or (847) 546-6125\r\nFAX (800) 858-9529  or (847) 546-6185\r\n\r\n<h6>Busy Beaks</h6>\r\nBird toys\r\n<a href="http://www.busybeaks.com" target="_blank">www.busybeaks.com</a>\r\n458 Lucher Rd.\r\nWillis, TX 77378\r\n(936)344-8400 (phone)\r\n(936)344-8406 (fax)\r\n<a href="mailto:BusyBeaksToys@aol.com">BusyBeaksToys@aol.com</a>\r\n\r\n<h6>The Caning Company</h6>\r\nGourds\r\n(800) 544-3373\r\n<a href="http://www.caning.com/" target="_blank">www.caning.com</a>\r\n\r\n<h6>Choppers Toys/Design-Rite Products</h6>\r\n101 North 55th Street Unit #4\r\nPhoenix AZ 85034\r\n(480) 945-8406\r\n<a href="http://www.chopperstoys.com/" target="_blank">www.chopperstoys.com</a>\r\n\r\n<h6>Desert Plastics</h6>\r\n2401A Phoenix, NE\r\nAlbuquerque, NM 87107\r\nPhone: (505) 884-3889\r\nFax: (505) 884-3932\r\n<a href="http://www.desertplastics-abq.com/" target="_blank">www.desertplastics-abq.com</a>\r\n\r\n<h6>Doctors Fosters Smith</h6>\r\nPet Supply\r\n(800) 826-7206\r\n<a href="http://www.drsfostersmith.com/" target="_blank">www.drsfostersmith.com</a>\r\n\r\n<h6>Duracast Products, Inc.</h6>\r\nPlastic enrichment products\r\n(800) 683-4116  FAX (863) 638-2443\r\n<a href="http://www.duracast.com" target="_blank">http://www.duracast.com</a>\r\n\r\n<h6>Edible Landscaping</h6>\r\nEdible Plants\r\n800-524-4156 FAX  (434) 361-1916\r\n<a href="http://www.eat-it.com/" target="_blank">www.eat-it.com </a>\r\n\r\n<h6>E Street Plastics</h6>\r\nAcrylic mirrors, plexi and lexan\r\n(972) 207-0936\r\n<a href="http://www.estreetplastics.com" target="_blank">www.estreetplastics.com</a>\r\nemail: <a href="mailto:sales@estreetplastics.com">sales@estreetplastics.com</a>\r\n\r\n<h6>Ethical, Inc.</h6>\r\nVinyl chew toys, squish balls\r\n(973) 484-1000\r\n<a href="http://www.ethicalpet.com/" target="_blank">www.ethicalpet.com</a>\r\n\r\n<h6>Exotic Creations</h6>\r\nBird Toys\r\n(612) 785-0376\r\n<a href="http://www.exoticreations.com" target="_blank">www.exoticreations.com</a>\r\n\r\n<h6>Fauna-Tek</h6>\r\nNew England Exotics, Inc.\r\n71 Michaels Rd.\r\nWells, ME 04090\r\n207-646-7173\r\n<a href="http://www.fauna-tek.net" target="_blank">www.fauna-tek.net</a>\r\n\r\n<h6>Fluker Farms</h6>\r\nHerpetological Supplies\r\n(800) 735-8537\r\n<a href="http://www.flukerfarms.com" target="_blank">www.flukerfarms.com</a>\r\n\r\n<h6>Injoy Coursing Equipment</h6>\r\nCoursing Lures\r\n(802) 425-3691 FAX  (802) 425-4468\r\n<a href="http://www.injoy-1.com" target="_blank">www.injoy-1.com</a>\r\n\r\n<h6>International Cordage</h6>\r\nRope Structures\r\n(602) 252-3155\r\nFAX  (602) 252-3053\r\n<a href="http://www.internationalcordage.com/" target="_blank">www.internationalcordage.com</a>\r\n\r\n<h6>Jeffer’s Pet Supply</h6>\r\nPet &amp; livestock supplies\r\n(800) 533-3377\r\n<a href="http://www.jefferspet.com" target="_blank">www.jefferspet.com</a>\r\n<a href="http://www.jefferslivestock.com" target="_blank">www.jefferslivestock.com</a>\r\n\r\n<h6>Jolly Pets</h6>\r\nHorseman’s Pride\r\nHeavy duty plastic toys\r\n10008 State Rt. 43\r\nStreetsboro, OH. 44241\r\n<a href="http://www.jollypets.com/HorsemenHome.html" target="_blank">http://www.jollypets.com/HorsemenHome.html</a>\r\nemail: <a href="mailto:cservice@jollypets.com">cservice@jollypets.com</a>\r\n\r\n<h6>The Kong Company</h6>\r\nKong toys\r\n16191 Table Mountain Parkway\r\nGolden, CO 80403\r\n(303)  216-2626\r\n<a href="http://www.kongcompany.com/" target="_blank">http://www.kongcompany.com/</a>\r\n\r\n<h6>Kracor, Inc.</h6>\r\nPlastic enrichment feeders &amp; toys\r\n(800) 255-6335\r\n<a href="http://www.kracor.com" target="_blank">www.kracor.com</a>\r\nemail:  <a href="mailto:custormerservice@kracor.com">custormerservice@kracor.com</a>\r\n\r\n<h6>The Larson Company</h6>\r\n"The Stump" enrichment  device\r\n(520) 294-3900 FAX  (520) 741-7930\r\n<a href="http://www.larson-usa.com" target="_blank">www.larson-usa.com</a>\r\n\r\n<h6>Leather Elves</h6>\r\nEnrichment devices for birds &amp; zoo animals\r\n(781) 331-8557\r\n<a href="http://www.theleatherelves.com" target="_blank">www.theleatherelves.com</a>\r\n\r\n<h6>Lomir Primate Enrichment Technologies</h6>\r\nPrimate enrichment products\r\n(877) 425-3604\r\n<a href="http://www.lomir.com/pet" target="_blank">www.lomir.com/pet</a>\r\n\r\n<h6>Omaha Vaccine Company</h6>\r\nPet Supplies\r\n800-367-4444\r\nFAX 800-242-9447\r\n<a href="http://www.omahavaccine.com/" target="_blank">www.omahavaccine.com</a>\r\n\r\n<h6>Otto Environmental</h6>\r\nEnrichment devices for zoo animals\r\n(414) 358-1001\r\n<a href="http://www.ottoenvironmental.com/" target="_blank">www.ottoenvironmental.com</a>\r\n\r\n<h6>Pacific Fibre and Rope Co., Inc.</h6>\r\nCargo nets and rope ladders\r\nFAX (310) 835-6781\r\n<a href="http://www.pacificfibre.com/" target="_blank">www.pacificfibre.com</a>\r\nemail: <a href="mailto:pacfib@worldnet.att.net">pacfib@worldnet.att.net</a>\r\n\r\n<h6>Primate Products</h6>\r\n<a href="http://www.primateproducts.com" target="_blank">www.primateproducts.com </a>\r\n\r\n<h6>PetsMart</h6>\r\n19601 N. 27th Ave.\r\nPhoenix,  AZ. 85027\r\n(800) 738-1385\r\nPet supplies: <a href="http://www.petsmart.com/" target="_blank">www.petsmart.com</a>\r\n\r\n<h6>Rotonics</h6>\r\nCustom rotational plastics molding &amp; buoys\r\n(800) 351-1363\r\n<a href="http://www.rotonics.com" target="_blank">www.rotonics.com</a>\r\nemail: <a href="mailto:buoys@rotonics.com">buoys@rotonics.com</a>\r\n\r\n<h6>Safari Thatch, Inc.</h6>\r\nBamboo Products\r\n(954) 564-0059\r\nFAX (954) 564-7431\r\n<a href="http://www.safarithatch.com/" target="_blank">www.safarithatch.com</a>\r\n\r\n<h6>Sanctuary Supplies</h6>\r\n4300 Pletzer Blvd.\r\nRootstown, OH. 44272\r\n(877) 886-1992\r\n<a href="http://www.sanctuarysupplies.com" target="_blank">www.sanctuarysupplies.com</a>\r\n\r\n<h6>Seeds of Change</h6>\r\nOrganic seeds for edible plants\r\nFAX (505) 438-7052\r\n<a href="http://www.seedsofchange.com/" target="_blank">www.seedsofchange.com</a>\r\n\r\n<h6>SINCO Group, Inc.</h6>\r\nCargo Nets\r\nFAX (860) 632-1509\r\n<a href="http://www.sinco.com/" target="_blank">www.sinco.com</a>\r\nemail: <a href="mailto:sales@sincosala.com">sales@sincosala.com</a>\r\n\r\n<h6>SitStay</h6>\r\nTraining Clickers\r\nFAX (402) 467-5055\r\n<a href="http://www.sitstay.com/" target="_blank">www.sitstay.com</a>\r\n\r\n<h6>StarBird</h6>\r\nZoo Enrichment\r\n(310) 489-8868\r\nFAX (310) 828-5129\r\n<a href="http://www.estarbird.com/" target="_blank">www.estarbird.com</a>\r\n\r\n<h6>Sweeney Enterprises, Inc.</h6>\r\nAutomatic Feeders\r\n(800) 443-4244\r\nFAX (800) 337-5017\r\n<a href="http://www.sweeneyfeeders.com" target="_blank">www.sweeneyfeeders.com</a>\r\n\r\n<h6>That Pet Place</h6>\r\n<a href="http://www.thatpetplace.com" target="_blank">www.thatpetplace.com </a>\r\n\r\n<h6>Twin Leather Company</h6>\r\nBird toy parts and supplies\r\n(508) 583-3485\r\nFAX (508) 586-4501\r\n<a href="http://www.twinleather.com/" target="_blank">www.twinleather.com</a>\r\nemail: <a href="mailto:sales@twinleather.com">sales@twinleather.com</a>\r\n\r\n<h6>Valentine Inc.</h6>\r\nZoological supplies\r\nFAX  (239) 645 4682\r\n<a href="http://www.valentineinc.com/" target="_blank">www.valentineinc.com</a>\r\n\r\n<h6>Welburn Gourd Farm</h6>\r\nGourds\r\n(760)728-4271\r\n<a href="http://www.welburngourdfarm.com" target="_blank">www.welburngourdfarm.com</a>\r\n\r\n<h6>World Champion Horse Equipment</h6>\r\nEquine Supply\r\n(931) 684-0496\r\n<a href="http://www.ehorseequipment.com" target="_blank">www.ehorseequipment.com</a>\r\n\r\n<h6>Zoomed Laboratories</h6>\r\nHerpetological Supplies\r\n(805) 542-9988  FAX (805) 542-9295\r\n<a href="http://www.zoomed.com/" target="_blank">www.zoomed.com</a>\r\nemail: <a href="mailto:zoomed@zoomed.com">zoomed@zoomed.com</a>\r\n\r\n<div id="inner-links"></div>', 'Enrichment Suppliers', 0, '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2013-10-29 14:18:28', '2013-10-29 19:18:28', '', 324, 'http://web3.gowebsolutions.com/~aazook/324-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3677, 1, '2013-10-29 14:19:13', '2013-10-29 19:19:13', '<h4>Suppliers</h4>\r\n<h6>Absolute Primate Enrichment Systems</h6>\r\nEnrichment devices for primates\r\n(817) 228-2281\r\n<a href="http://www.absoluteprimate.com" target="_blank">www.absoluteprimate.com</a>\r\n\r\n<h6>American Excelsior Company</h6>\r\nWoodwool Substrates\r\n(800) 326-3626\r\n<a href="http://www.amerexcel.com/" target="_blank">www.amerexcel.com</a>\r\n\r\n<h6>Animal Management Resources</h6>\r\n(910) 246-6263\r\n<a href="http://www.mytrainingstore.com" target="_blank">www.mytrainingstore.com</a>\r\nemail: <a href="mailto:meg@mytrainingstore.com">meg@mytrainingstore.com</a></li>\r\n\r\n<h6>Aussie Dog Products</h6>\r\nEnrichment devices for dogs, horses and zoo animals\r\n+61 (0)3 9752-3336  FAX +61 (0)3 9758-3020\r\n<a href="http://www.aussiedog.com.au" target="_blank">www.aussiedog.com.au</a>\r\n\r\n<h6>BCI Burke Co., Inc.</h6>\r\nPlayground Structures\r\n800-266-1250 FAX  (414) 921-9566\r\nemail: <a href="mailto:info@bciburke.com">info@bciburke.com</a>\r\n<a href="http://www.bciburke.com/" target="_blank">www.bciburke.com</a>\r\n\r\n<h6>Bio-Serve</h6>\r\nEnrichment devices for primates, dogs, pigs, rodents\r\n(908) 996-2155 FAX  (908) 996-4123\r\n<a href="http://www.bio-serv.com" target="_blank">www.bio-serv.com</a>\r\n\r\n<h6>Birds Just Wanna Have Fun</h6>\r\nBird toys\r\n1-800-246-1018 or (512) 401-0536\r\nE-mail: <a href="mailto:info@birdsjustwannahavefun.com">info@birdsjustwannahavefun.com</a>\r\n<a href="http://www.birdsjustwannahavefun.com/" target="_blank">www.birdsjustwannahavefun.com</a>\r\n\r\n<h6>Boomer Ball®, Inc.</h6>\r\nEnrichment devices for zoo animals\r\n(888) 858-9529  or (847) 546-6125\r\nFAX (800) 858-9529  or (847) 546-6185\r\n\r\n<h6>Busy Beaks</h6>\r\nBird toys\r\n<a href="http://www.busybeaks.com" target="_blank">www.busybeaks.com</a>\r\n458 Lucher Rd.\r\nWillis, TX 77378\r\n(936)344-8400 (phone)\r\n(936)344-8406 (fax)\r\n<a href="mailto:BusyBeaksToys@aol.com">BusyBeaksToys@aol.com</a>\r\n\r\n<h6>The Caning Company</h6>\r\nGourds\r\n(800) 544-3373\r\n<a href="http://www.caning.com/" target="_blank">www.caning.com</a>\r\n\r\n<h6>Choppers Toys/Design-Rite Products</h6>\r\n101 North 55th Street Unit #4\r\nPhoenix AZ 85034\r\n(480) 945-8406\r\n<a href="http://www.chopperstoys.com/" target="_blank">www.chopperstoys.com</a>\r\n\r\n<h6>Desert Plastics</h6>\r\n2401A Phoenix, NE\r\nAlbuquerque, NM 87107\r\nPhone: (505) 884-3889\r\nFax: (505) 884-3932\r\n<a href="http://www.desertplastics-abq.com/" target="_blank">www.desertplastics-abq.com</a>\r\n\r\n<h6>Doctors Fosters Smith</h6>\r\nPet Supply\r\n(800) 826-7206\r\n<a href="http://www.drsfostersmith.com/" target="_blank">www.drsfostersmith.com</a>\r\n\r\n<h6>Duracast Products, Inc.</h6>\r\nPlastic enrichment products\r\n(800) 683-4116  FAX (863) 638-2443\r\n<a href="http://www.duracast.com" target="_blank">http://www.duracast.com</a>\r\n\r\n<h6>Edible Landscaping</h6>\r\nEdible Plants\r\n800-524-4156 FAX  (434) 361-1916\r\n<a href="http://www.eat-it.com/" target="_blank">www.eat-it.com </a>\r\n\r\n<h6>E Street Plastics</h6>\r\nAcrylic mirrors, plexi and lexan\r\n(972) 207-0936\r\n<a href="http://www.estreetplastics.com" target="_blank">www.estreetplastics.com</a>\r\nemail: <a href="mailto:sales@estreetplastics.com">sales@estreetplastics.com</a>\r\n\r\n<h6>Ethical, Inc.</h6>\r\nVinyl chew toys, squish balls\r\n(973) 484-1000\r\n<a href="http://www.ethicalpet.com/" target="_blank">www.ethicalpet.com</a>\r\n\r\n<h6>Exotic Creations</h6>\r\nBird Toys\r\n(612) 785-0376\r\n<a href="http://www.exoticreations.com" target="_blank">www.exoticreations.com</a>\r\n\r\n<h6>Fauna-Tek</h6>\r\nNew England Exotics, Inc.\r\n71 Michaels Rd.\r\nWells, ME 04090\r\n207-646-7173\r\n<a href="http://www.fauna-tek.net" target="_blank">www.fauna-tek.net</a>\r\n\r\n<h6>Fluker Farms</h6>\r\nHerpetological Supplies\r\n(800) 735-8537\r\n<a href="http://www.flukerfarms.com" target="_blank">www.flukerfarms.com</a>\r\n\r\n<h6>Injoy Coursing Equipment</h6>\r\nCoursing Lures\r\n(802) 425-3691 FAX  (802) 425-4468\r\n<a href="http://www.injoy-1.com" target="_blank">www.injoy-1.com</a>\r\n\r\n<h6>International Cordage</h6>\r\nRope Structures\r\n(602) 252-3155\r\nFAX  (602) 252-3053\r\n<a href="http://www.internationalcordage.com/" target="_blank">www.internationalcordage.com</a>\r\n\r\n<h6>Jeffer’s Pet Supply</h6>\r\nPet &amp; livestock supplies\r\n(800) 533-3377\r\n<a href="http://www.jefferspet.com" target="_blank">www.jefferspet.com</a>\r\n<a href="http://www.jefferslivestock.com" target="_blank">www.jefferslivestock.com</a>\r\n\r\n<h6>Jolly Pets</h6>\r\nHorseman’s Pride\r\nHeavy duty plastic toys\r\n10008 State Rt. 43\r\nStreetsboro, OH. 44241\r\n<a href="http://www.jollypets.com/HorsemenHome.html" target="_blank">http://www.jollypets.com/HorsemenHome.html</a>\r\nemail: <a href="mailto:cservice@jollypets.com">cservice@jollypets.com</a>\r\n\r\n<h6>The Kong Company</h6>\r\nKong toys\r\n16191 Table Mountain Parkway\r\nGolden, CO 80403\r\n(303)  216-2626\r\n<a href="http://www.kongcompany.com/" target="_blank">http://www.kongcompany.com/</a>\r\n\r\n<h6>Kracor, Inc.</h6>\r\nPlastic enrichment feeders &amp; toys\r\n(800) 255-6335\r\n<a href="http://www.kracor.com" target="_blank">www.kracor.com</a>\r\nemail:  <a href="mailto:custormerservice@kracor.com">custormerservice@kracor.com</a>\r\n\r\n<h6>The Larson Company</h6>\r\n"The Stump" enrichment  device\r\n(520) 294-3900 FAX  (520) 741-7930\r\n<a href="http://www.larson-usa.com" target="_blank">www.larson-usa.com</a>\r\n\r\n<h6>Leather Elves</h6>\r\nEnrichment devices for birds &amp; zoo animals\r\n(781) 331-8557\r\n<a href="http://www.theleatherelves.com" target="_blank">www.theleatherelves.com</a>\r\n\r\n<h6>Lomir Primate Enrichment Technologies</h6>\r\nPrimate enrichment products\r\n(877) 425-3604\r\n<a href="http://www.lomir.com/pet" target="_blank">www.lomir.com/pet</a>\r\n\r\n<h6>Omaha Vaccine Company</h6>\r\nPet Supplies\r\n800-367-4444\r\nFAX 800-242-9447\r\n<a href="http://www.omahavaccine.com/" target="_blank">www.omahavaccine.com</a>\r\n\r\n<h6>Otto Environmental</h6>\r\nEnrichment devices for zoo animals\r\n(414) 358-1001\r\n<a href="http://www.ottoenvironmental.com/" target="_blank">www.ottoenvironmental.com</a>\r\n\r\n<h6>Pacific Fibre and Rope Co., Inc.</h6>\r\nCargo nets and rope ladders\r\nFAX (310) 835-6781\r\n<a href="http://www.pacificfibre.com/" target="_blank">www.pacificfibre.com</a>\r\nemail: <a href="mailto:pacfib@worldnet.att.net">pacfib@worldnet.att.net</a>\r\n\r\n<h6>Primate Products</h6>\r\n<a href="http://www.primateproducts.com" target="_blank">www.primateproducts.com </a>\r\n\r\n<h6>PetsMart</h6>\r\n19601 N. 27th Ave.\r\nPhoenix,  AZ. 85027\r\n(800) 738-1385\r\nPet supplies: <a href="http://www.petsmart.com/" target="_blank">www.petsmart.com</a>\r\n\r\n<h6>Rotonics</h6>\r\nCustom rotational plastics molding &amp; buoys\r\n(800) 351-1363\r\n<a href="http://www.rotonics.com" target="_blank">www.rotonics.com</a>\r\nemail: <a href="mailto:buoys@rotonics.com">buoys@rotonics.com</a>\r\n\r\n<h6>Safari Thatch, Inc.</h6>\r\nBamboo Products\r\n(954) 564-0059\r\nFAX (954) 564-7431\r\n<a href="http://www.safarithatch.com/" target="_blank">www.safarithatch.com</a>\r\n\r\n<h6>Sanctuary Supplies</h6>\r\n4300 Pletzer Blvd.\r\nRootstown, OH. 44272\r\n(877) 886-1992\r\n<a href="http://www.sanctuarysupplies.com" target="_blank">www.sanctuarysupplies.com</a>\r\n\r\n<h6>Seeds of Change</h6>\r\nOrganic seeds for edible plants\r\nFAX (505) 438-7052\r\n<a href="http://www.seedsofchange.com/" target="_blank">www.seedsofchange.com</a>\r\n\r\n<h6>SINCO Group, Inc.</h6>\r\nCargo Nets\r\nFAX (860) 632-1509\r\n<a href="http://www.sinco.com/" target="_blank">www.sinco.com</a>\r\nemail: <a href="mailto:sales@sincosala.com">sales@sincosala.com</a>\r\n\r\n<h6>SitStay</h6>\r\nTraining Clickers\r\nFAX (402) 467-5055\r\n<a href="http://www.sitstay.com/" target="_blank">www.sitstay.com</a>\r\n\r\n<h6>StarBird</h6>\r\nZoo Enrichment\r\n(310) 489-8868\r\nFAX (310) 828-5129\r\n<a href="http://www.estarbird.com/" target="_blank">www.estarbird.com</a>\r\n\r\n<h6>Sweeney Enterprises, Inc.</h6>\r\nAutomatic Feeders\r\n(800) 443-4244\r\nFAX (800) 337-5017\r\n<a href="http://www.sweeneyfeeders.com" target="_blank">www.sweeneyfeeders.com</a>\r\n\r\n<h6>That Pet Place</h6>\r\n<a href="http://www.thatpetplace.com" target="_blank">www.thatpetplace.com </a>\r\n\r\n<h6>Twin Leather Company</h6>\r\nBird toy parts and supplies\r\n(508) 583-3485\r\nFAX (508) 586-4501\r\n<a href="http://www.twinleather.com/" target="_blank">www.twinleather.com</a>\r\nemail: <a href="mailto:sales@twinleather.com">sales@twinleather.com</a>\r\n\r\n<h6>Valentine Inc.</h6>\r\nZoological supplies\r\nFAX  (239) 645 4682\r\n<a href="http://www.valentineinc.com/" target="_blank">www.valentineinc.com</a>\r\n\r\n<h6>Welburn Gourd Farm</h6>\r\nGourds\r\n(760)728-4271\r\n<a href="http://www.welburngourdfarm.com" target="_blank">www.welburngourdfarm.com</a>\r\n\r\n<h6>World Champion Horse Equipment</h6>\r\nEquine Supply\r\n(931) 684-0496\r\n<a href="http://www.ehorseequipment.com" target="_blank">www.ehorseequipment.com</a>\r\n\r\n<h6>Zoomed Laboratories</h6>\r\nHerpetological Supplies\r\n(805) 542-9988  FAX (805) 542-9295\r\n<a href="http://www.zoomed.com/" target="_blank">www.zoomed.com</a>\r\nemail: <a href="mailto:zoomed@zoomed.com">zoomed@zoomed.com</a>\r\n\r\n<div id="inner-links"></div>', 'Enrichment Suppliers', 0, '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2013-10-29 14:19:13', '2013-10-29 19:19:13', '', 324, 'http://web3.gowebsolutions.com/~aazook/324-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3678, 1, '2013-10-29 14:20:31', '2013-10-29 19:20:31', '<h4>Suppliers</h4>\r\n<div class="first sixcol">\r\n<h6>Absolute Primate Enrichment Systems</h6>\r\nEnrichment devices for primates\r\n(817) 228-2281\r\n<a href="http://www.absoluteprimate.com" target="_blank">www.absoluteprimate.com</a>\r\n\r\n<h6>American Excelsior Company</h6>\r\nWoodwool Substrates\r\n(800) 326-3626\r\n<a href="http://www.amerexcel.com/" target="_blank">www.amerexcel.com</a>\r\n\r\n<h6>Animal Management Resources</h6>\r\n(910) 246-6263\r\n<a href="http://www.mytrainingstore.com" target="_blank">www.mytrainingstore.com</a>\r\nemail: <a href="mailto:meg@mytrainingstore.com">meg@mytrainingstore.com</a></li>\r\n\r\n<h6>Aussie Dog Products</h6>\r\nEnrichment devices for dogs, horses and zoo animals\r\n+61 (0)3 9752-3336  FAX +61 (0)3 9758-3020\r\n<a href="http://www.aussiedog.com.au" target="_blank">www.aussiedog.com.au</a>\r\n\r\n<h6>BCI Burke Co., Inc.</h6>\r\nPlayground Structures\r\n800-266-1250 FAX  (414) 921-9566\r\nemail: <a href="mailto:info@bciburke.com">info@bciburke.com</a>\r\n<a href="http://www.bciburke.com/" target="_blank">www.bciburke.com</a>\r\n\r\n<h6>Bio-Serve</h6>\r\nEnrichment devices for primates, dogs, pigs, rodents\r\n(908) 996-2155 FAX  (908) 996-4123\r\n<a href="http://www.bio-serv.com" target="_blank">www.bio-serv.com</a>\r\n\r\n<h6>Birds Just Wanna Have Fun</h6>\r\nBird toys\r\n1-800-246-1018 or (512) 401-0536\r\nE-mail: <a href="mailto:info@birdsjustwannahavefun.com">info@birdsjustwannahavefun.com</a>\r\n<a href="http://www.birdsjustwannahavefun.com/" target="_blank">www.birdsjustwannahavefun.com</a>\r\n\r\n<h6>Boomer Ball®, Inc.</h6>\r\nEnrichment devices for zoo animals\r\n(888) 858-9529  or (847) 546-6125\r\nFAX (800) 858-9529  or (847) 546-6185\r\n\r\n<h6>Busy Beaks</h6>\r\nBird toys\r\n<a href="http://www.busybeaks.com" target="_blank">www.busybeaks.com</a>\r\n458 Lucher Rd.\r\nWillis, TX 77378\r\n(936)344-8400 (phone)\r\n(936)344-8406 (fax)\r\n<a href="mailto:BusyBeaksToys@aol.com">BusyBeaksToys@aol.com</a>\r\n\r\n<h6>The Caning Company</h6>\r\nGourds\r\n(800) 544-3373\r\n<a href="http://www.caning.com/" target="_blank">www.caning.com</a>\r\n\r\n<h6>Choppers Toys/Design-Rite Products</h6>\r\n101 North 55th Street Unit #4\r\nPhoenix AZ 85034\r\n(480) 945-8406\r\n<a href="http://www.chopperstoys.com/" target="_blank">www.chopperstoys.com</a>\r\n\r\n<h6>Desert Plastics</h6>\r\n2401A Phoenix, NE\r\nAlbuquerque, NM 87107\r\nPhone: (505) 884-3889\r\nFax: (505) 884-3932\r\n<a href="http://www.desertplastics-abq.com/" target="_blank">www.desertplastics-abq.com</a>\r\n\r\n<h6>Doctors Fosters Smith</h6>\r\nPet Supply\r\n(800) 826-7206\r\n<a href="http://www.drsfostersmith.com/" target="_blank">www.drsfostersmith.com</a>\r\n\r\n<h6>Duracast Products, Inc.</h6>\r\nPlastic enrichment products\r\n(800) 683-4116  FAX (863) 638-2443\r\n<a href="http://www.duracast.com" target="_blank">http://www.duracast.com</a>\r\n\r\n<h6>Edible Landscaping</h6>\r\nEdible Plants\r\n800-524-4156 FAX  (434) 361-1916\r\n<a href="http://www.eat-it.com/" target="_blank">www.eat-it.com </a>\r\n\r\n<h6>E Street Plastics</h6>\r\nAcrylic mirrors, plexi and lexan\r\n(972) 207-0936\r\n<a href="http://www.estreetplastics.com" target="_blank">www.estreetplastics.com</a>\r\nemail: <a href="mailto:sales@estreetplastics.com">sales@estreetplastics.com</a>\r\n\r\n<h6>Ethical, Inc.</h6>\r\nVinyl chew toys, squish balls\r\n(973) 484-1000\r\n<a href="http://www.ethicalpet.com/" target="_blank">www.ethicalpet.com</a>\r\n\r\n<h6>Exotic Creations</h6>\r\nBird Toys\r\n(612) 785-0376\r\n<a href="http://www.exoticreations.com" target="_blank">www.exoticreations.com</a>\r\n\r\n<h6>Fauna-Tek</h6>\r\nNew England Exotics, Inc.\r\n71 Michaels Rd.\r\nWells, ME 04090\r\n207-646-7173\r\n<a href="http://www.fauna-tek.net" target="_blank">www.fauna-tek.net</a>\r\n\r\n<h6>Fluker Farms</h6>\r\nHerpetological Supplies\r\n(800) 735-8537\r\n<a href="http://www.flukerfarms.com" target="_blank">www.flukerfarms.com</a>\r\n\r\n<h6>Injoy Coursing Equipment</h6>\r\nCoursing Lures\r\n(802) 425-3691 FAX  (802) 425-4468\r\n<a href="http://www.injoy-1.com" target="_blank">www.injoy-1.com</a>\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>International Cordage</h6>\r\nRope Structures\r\n(602) 252-3155\r\nFAX  (602) 252-3053\r\n<a href="http://www.internationalcordage.com/" target="_blank">www.internationalcordage.com</a>\r\n\r\n<h6>Jeffer’s Pet Supply</h6>\r\nPet &amp; livestock supplies\r\n(800) 533-3377\r\n<a href="http://www.jefferspet.com" target="_blank">www.jefferspet.com</a>\r\n<a href="http://www.jefferslivestock.com" target="_blank">www.jefferslivestock.com</a>\r\n\r\n<h6>Jolly Pets</h6>\r\nHorseman’s Pride\r\nHeavy duty plastic toys\r\n10008 State Rt. 43\r\nStreetsboro, OH. 44241\r\n<a href="http://www.jollypets.com/HorsemenHome.html" target="_blank">http://www.jollypets.com/HorsemenHome.html</a>\r\nemail: <a href="mailto:cservice@jollypets.com">cservice@jollypets.com</a>\r\n\r\n<h6>The Kong Company</h6>\r\nKong toys\r\n16191 Table Mountain Parkway\r\nGolden, CO 80403\r\n(303)  216-2626\r\n<a href="http://www.kongcompany.com/" target="_blank">http://www.kongcompany.com/</a>\r\n\r\n<h6>Kracor, Inc.</h6>\r\nPlastic enrichment feeders &amp; toys\r\n(800) 255-6335\r\n<a href="http://www.kracor.com" target="_blank">www.kracor.com</a>\r\nemail:  <a href="mailto:custormerservice@kracor.com">custormerservice@kracor.com</a>\r\n\r\n<h6>The Larson Company</h6>\r\n"The Stump" enrichment  device\r\n(520) 294-3900 FAX  (520) 741-7930\r\n<a href="http://www.larson-usa.com" target="_blank">www.larson-usa.com</a>\r\n\r\n<h6>Leather Elves</h6>\r\nEnrichment devices for birds &amp; zoo animals\r\n(781) 331-8557\r\n<a href="http://www.theleatherelves.com" target="_blank">www.theleatherelves.com</a>\r\n\r\n<h6>Lomir Primate Enrichment Technologies</h6>\r\nPrimate enrichment products\r\n(877) 425-3604\r\n<a href="http://www.lomir.com/pet" target="_blank">www.lomir.com/pet</a>\r\n\r\n<h6>Omaha Vaccine Company</h6>\r\nPet Supplies\r\n800-367-4444\r\nFAX 800-242-9447\r\n<a href="http://www.omahavaccine.com/" target="_blank">www.omahavaccine.com</a>\r\n\r\n<h6>Otto Environmental</h6>\r\nEnrichment devices for zoo animals\r\n(414) 358-1001\r\n<a href="http://www.ottoenvironmental.com/" target="_blank">www.ottoenvironmental.com</a>\r\n\r\n<h6>Pacific Fibre and Rope Co., Inc.</h6>\r\nCargo nets and rope ladders\r\nFAX (310) 835-6781\r\n<a href="http://www.pacificfibre.com/" target="_blank">www.pacificfibre.com</a>\r\nemail: <a href="mailto:pacfib@worldnet.att.net">pacfib@worldnet.att.net</a>\r\n\r\n<h6>Primate Products</h6>\r\n<a href="http://www.primateproducts.com" target="_blank">www.primateproducts.com </a>\r\n\r\n<h6>PetsMart</h6>\r\n19601 N. 27th Ave.\r\nPhoenix,  AZ. 85027\r\n(800) 738-1385\r\nPet supplies: <a href="http://www.petsmart.com/" target="_blank">www.petsmart.com</a>\r\n\r\n<h6>Rotonics</h6>\r\nCustom rotational plastics molding &amp; buoys\r\n(800) 351-1363\r\n<a href="http://www.rotonics.com" target="_blank">www.rotonics.com</a>\r\nemail: <a href="mailto:buoys@rotonics.com">buoys@rotonics.com</a>\r\n\r\n<h6>Safari Thatch, Inc.</h6>\r\nBamboo Products\r\n(954) 564-0059\r\nFAX (954) 564-7431\r\n<a href="http://www.safarithatch.com/" target="_blank">www.safarithatch.com</a>\r\n\r\n<h6>Sanctuary Supplies</h6>\r\n4300 Pletzer Blvd.\r\nRootstown, OH. 44272\r\n(877) 886-1992\r\n<a href="http://www.sanctuarysupplies.com" target="_blank">www.sanctuarysupplies.com</a>\r\n\r\n<h6>Seeds of Change</h6>\r\nOrganic seeds for edible plants\r\nFAX (505) 438-7052\r\n<a href="http://www.seedsofchange.com/" target="_blank">www.seedsofchange.com</a>\r\n\r\n<h6>SINCO Group, Inc.</h6>\r\nCargo Nets\r\nFAX (860) 632-1509\r\n<a href="http://www.sinco.com/" target="_blank">www.sinco.com</a>\r\nemail: <a href="mailto:sales@sincosala.com">sales@sincosala.com</a>\r\n\r\n<h6>SitStay</h6>\r\nTraining Clickers\r\nFAX (402) 467-5055\r\n<a href="http://www.sitstay.com/" target="_blank">www.sitstay.com</a>\r\n\r\n<h6>StarBird</h6>\r\nZoo Enrichment\r\n(310) 489-8868\r\nFAX (310) 828-5129\r\n<a href="http://www.estarbird.com/" target="_blank">www.estarbird.com</a>\r\n\r\n<h6>Sweeney Enterprises, Inc.</h6>\r\nAutomatic Feeders\r\n(800) 443-4244\r\nFAX (800) 337-5017\r\n<a href="http://www.sweeneyfeeders.com" target="_blank">www.sweeneyfeeders.com</a>\r\n\r\n<h6>That Pet Place</h6>\r\n<a href="http://www.thatpetplace.com" target="_blank">www.thatpetplace.com </a>\r\n\r\n<h6>Twin Leather Company</h6>\r\nBird toy parts and supplies\r\n(508) 583-3485\r\nFAX (508) 586-4501\r\n<a href="http://www.twinleather.com/" target="_blank">www.twinleather.com</a>\r\nemail: <a href="mailto:sales@twinleather.com">sales@twinleather.com</a>\r\n\r\n<h6>Valentine Inc.</h6>\r\nZoological supplies\r\nFAX  (239) 645 4682\r\n<a href="http://www.valentineinc.com/" target="_blank">www.valentineinc.com</a>\r\n\r\n<h6>Welburn Gourd Farm</h6>\r\nGourds\r\n(760)728-4271\r\n<a href="http://www.welburngourdfarm.com" target="_blank">www.welburngourdfarm.com</a>\r\n\r\n<h6>World Champion Horse Equipment</h6>\r\nEquine Supply\r\n(931) 684-0496\r\n<a href="http://www.ehorseequipment.com" target="_blank">www.ehorseequipment.com</a>\r\n\r\n<h6>Zoomed Laboratories</h6>\r\nHerpetological Supplies\r\n(805) 542-9988  FAX (805) 542-9295\r\n<a href="http://www.zoomed.com/" target="_blank">www.zoomed.com</a>\r\nemail: <a href="mailto:zoomed@zoomed.com">zoomed@zoomed.com</a>\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Enrichment Suppliers', 0, '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2013-10-29 14:20:31', '2013-10-29 19:20:31', '', 324, 'http://web3.gowebsolutions.com/~aazook/324-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3679, 1, '2013-10-29 14:21:04', '2013-10-29 19:21:04', '<h4>Suppliers</h4>\r\n<div class="first sixcol">\r\n<h6>Absolute Primate Enrichment Systems</h6>\r\nEnrichment devices for primates\r\n(817) 228-2281\r\n<a href="http://www.absoluteprimate.com" target="_blank">www.absoluteprimate.com</a>\r\n\r\n<h6>American Excelsior Company</h6>\r\nWoodwool Substrates\r\n(800) 326-3626\r\n<a href="http://www.amerexcel.com/" target="_blank">www.amerexcel.com</a>\r\n\r\n<h6>Animal Management Resources</h6>\r\n(910) 246-6263\r\n<a href="http://www.mytrainingstore.com" target="_blank">www.mytrainingstore.com</a>\r\nemail: <a href="mailto:meg@mytrainingstore.com">meg@mytrainingstore.com</a></li>\r\n\r\n<h6>Aussie Dog Products</h6>\r\nEnrichment devices for dogs, horses and zoo animals\r\n+61 (0)3 9752-3336  FAX +61 (0)3 9758-3020\r\n<a href="http://www.aussiedog.com.au" target="_blank">www.aussiedog.com.au</a>\r\n\r\n<h6>BCI Burke Co., Inc.</h6>\r\nPlayground Structures\r\n800-266-1250 FAX  (414) 921-9566\r\nemail: <a href="mailto:info@bciburke.com">info@bciburke.com</a>\r\n<a href="http://www.bciburke.com/" target="_blank">www.bciburke.com</a>\r\n\r\n<h6>Bio-Serve</h6>\r\nEnrichment devices for primates, dogs, pigs, rodents\r\n(908) 996-2155 FAX  (908) 996-4123\r\n<a href="http://www.bio-serv.com" target="_blank">www.bio-serv.com</a>\r\n\r\n<h6>Birds Just Wanna Have Fun</h6>\r\nBird toys\r\n1-800-246-1018 or (512) 401-0536\r\nE-mail: <a href="mailto:info@birdsjustwannahavefun.com">info@birdsjustwannahavefun.com</a>\r\n<a href="http://www.birdsjustwannahavefun.com/" target="_blank">www.birdsjustwannahavefun.com</a>\r\n\r\n<h6>Boomer Ball®, Inc.</h6>\r\nEnrichment devices for zoo animals\r\n(888) 858-9529  or (847) 546-6125\r\nFAX (800) 858-9529  or (847) 546-6185\r\n\r\n<h6>Busy Beaks</h6>\r\nBird toys\r\n<a href="http://www.busybeaks.com" target="_blank">www.busybeaks.com</a>\r\n458 Lucher Rd.\r\nWillis, TX 77378\r\n(936)344-8400 (phone)\r\n(936)344-8406 (fax)\r\n<a href="mailto:BusyBeaksToys@aol.com">BusyBeaksToys@aol.com</a>\r\n\r\n<h6>The Caning Company</h6>\r\nGourds\r\n(800) 544-3373\r\n<a href="http://www.caning.com/" target="_blank">www.caning.com</a>\r\n\r\n<h6>Choppers Toys/Design-Rite Products</h6>\r\n101 North 55th Street Unit #4\r\nPhoenix AZ 85034\r\n(480) 945-8406\r\n<a href="http://www.chopperstoys.com/" target="_blank">www.chopperstoys.com</a>\r\n\r\n<h6>Desert Plastics</h6>\r\n2401A Phoenix, NE\r\nAlbuquerque, NM 87107\r\nPhone: (505) 884-3889\r\nFax: (505) 884-3932\r\n<a href="http://www.desertplastics-abq.com/" target="_blank">www.desertplastics-abq.com</a>\r\n\r\n<h6>Doctors Fosters Smith</h6>\r\nPet Supply\r\n(800) 826-7206\r\n<a href="http://www.drsfostersmith.com/" target="_blank">www.drsfostersmith.com</a>\r\n\r\n<h6>Duracast Products, Inc.</h6>\r\nPlastic enrichment products\r\n(800) 683-4116  FAX (863) 638-2443\r\n<a href="http://www.duracast.com" target="_blank">http://www.duracast.com</a>\r\n\r\n<h6>Edible Landscaping</h6>\r\nEdible Plants\r\n800-524-4156 FAX  (434) 361-1916\r\n<a href="http://www.eat-it.com/" target="_blank">www.eat-it.com </a>\r\n\r\n<h6>E Street Plastics</h6>\r\nAcrylic mirrors, plexi and lexan\r\n(972) 207-0936\r\n<a href="http://www.estreetplastics.com" target="_blank">www.estreetplastics.com</a>\r\nemail: <a href="mailto:sales@estreetplastics.com">sales@estreetplastics.com</a>\r\n\r\n<h6>Ethical, Inc.</h6>\r\nVinyl chew toys, squish balls\r\n(973) 484-1000\r\n<a href="http://www.ethicalpet.com/" target="_blank">www.ethicalpet.com</a>\r\n\r\n<h6>Exotic Creations</h6>\r\nBird Toys\r\n(612) 785-0376\r\n<a href="http://www.exoticreations.com" target="_blank">www.exoticreations.com</a>\r\n\r\n<h6>Fauna-Tek</h6>\r\nNew England Exotics, Inc.\r\n71 Michaels Rd.\r\nWells, ME 04090\r\n207-646-7173\r\n<a href="http://www.fauna-tek.net" target="_blank">www.fauna-tek.net</a>\r\n\r\n<h6>Fluker Farms</h6>\r\nHerpetological Supplies\r\n(800) 735-8537\r\n<a href="http://www.flukerfarms.com" target="_blank">www.flukerfarms.com</a>\r\n\r\n<h6>Injoy Coursing Equipment</h6>\r\nCoursing Lures\r\n(802) 425-3691 FAX  (802) 425-4468\r\n<a href="http://www.injoy-1.com" target="_blank">www.injoy-1.com</a>\r\n\r\n<h6>International Cordage</h6>\r\nRope Structures\r\n(602) 252-3155\r\nFAX  (602) 252-3053\r\n<a href="http://www.internationalcordage.com/" target="_blank">www.internationalcordage.com</a>\r\n\r\n<h6>Jeffer’s Pet Supply</h6>\r\nPet &amp; livestock supplies\r\n(800) 533-3377\r\n<a href="http://www.jefferspet.com" target="_blank">www.jefferspet.com</a>\r\n<a href="http://www.jefferslivestock.com" target="_blank">www.jefferslivestock.com</a>\r\n\r\n<h6>Jolly Pets</h6>\r\nHorseman’s Pride\r\nHeavy duty plastic toys\r\n10008 State Rt. 43\r\nStreetsboro, OH. 44241\r\n<a href="http://www.jollypets.com/HorsemenHome.html" target="_blank">http://www.jollypets.com/HorsemenHome.html</a>\r\nemail: <a href="mailto:cservice@jollypets.com">cservice@jollypets.com</a>\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>The Kong Company</h6>\r\nKong toys\r\n16191 Table Mountain Parkway\r\nGolden, CO 80403\r\n(303)  216-2626\r\n<a href="http://www.kongcompany.com/" target="_blank">http://www.kongcompany.com/</a>\r\n\r\n<h6>Kracor, Inc.</h6>\r\nPlastic enrichment feeders &amp; toys\r\n(800) 255-6335\r\n<a href="http://www.kracor.com" target="_blank">www.kracor.com</a>\r\nemail:  <a href="mailto:custormerservice@kracor.com">custormerservice@kracor.com</a>\r\n\r\n<h6>The Larson Company</h6>\r\n"The Stump" enrichment  device\r\n(520) 294-3900 FAX  (520) 741-7930\r\n<a href="http://www.larson-usa.com" target="_blank">www.larson-usa.com</a>\r\n\r\n<h6>Leather Elves</h6>\r\nEnrichment devices for birds &amp; zoo animals\r\n(781) 331-8557\r\n<a href="http://www.theleatherelves.com" target="_blank">www.theleatherelves.com</a>\r\n\r\n<h6>Lomir Primate Enrichment Technologies</h6>\r\nPrimate enrichment products\r\n(877) 425-3604\r\n<a href="http://www.lomir.com/pet" target="_blank">www.lomir.com/pet</a>\r\n\r\n<h6>Omaha Vaccine Company</h6>\r\nPet Supplies\r\n800-367-4444\r\nFAX 800-242-9447\r\n<a href="http://www.omahavaccine.com/" target="_blank">www.omahavaccine.com</a>\r\n\r\n<h6>Otto Environmental</h6>\r\nEnrichment devices for zoo animals\r\n(414) 358-1001\r\n<a href="http://www.ottoenvironmental.com/" target="_blank">www.ottoenvironmental.com</a>\r\n\r\n<h6>Pacific Fibre and Rope Co., Inc.</h6>\r\nCargo nets and rope ladders\r\nFAX (310) 835-6781\r\n<a href="http://www.pacificfibre.com/" target="_blank">www.pacificfibre.com</a>\r\nemail: <a href="mailto:pacfib@worldnet.att.net">pacfib@worldnet.att.net</a>\r\n\r\n<h6>Primate Products</h6>\r\n<a href="http://www.primateproducts.com" target="_blank">www.primateproducts.com </a>\r\n\r\n<h6>PetsMart</h6>\r\n19601 N. 27th Ave.\r\nPhoenix,  AZ. 85027\r\n(800) 738-1385\r\nPet supplies: <a href="http://www.petsmart.com/" target="_blank">www.petsmart.com</a>\r\n\r\n<h6>Rotonics</h6>\r\nCustom rotational plastics molding &amp; buoys\r\n(800) 351-1363\r\n<a href="http://www.rotonics.com" target="_blank">www.rotonics.com</a>\r\nemail: <a href="mailto:buoys@rotonics.com">buoys@rotonics.com</a>\r\n\r\n<h6>Safari Thatch, Inc.</h6>\r\nBamboo Products\r\n(954) 564-0059\r\nFAX (954) 564-7431\r\n<a href="http://www.safarithatch.com/" target="_blank">www.safarithatch.com</a>\r\n\r\n<h6>Sanctuary Supplies</h6>\r\n4300 Pletzer Blvd.\r\nRootstown, OH. 44272\r\n(877) 886-1992\r\n<a href="http://www.sanctuarysupplies.com" target="_blank">www.sanctuarysupplies.com</a>\r\n\r\n<h6>Seeds of Change</h6>\r\nOrganic seeds for edible plants\r\nFAX (505) 438-7052\r\n<a href="http://www.seedsofchange.com/" target="_blank">www.seedsofchange.com</a>\r\n\r\n<h6>SINCO Group, Inc.</h6>\r\nCargo Nets\r\nFAX (860) 632-1509\r\n<a href="http://www.sinco.com/" target="_blank">www.sinco.com</a>\r\nemail: <a href="mailto:sales@sincosala.com">sales@sincosala.com</a>\r\n\r\n<h6>SitStay</h6>\r\nTraining Clickers\r\nFAX (402) 467-5055\r\n<a href="http://www.sitstay.com/" target="_blank">www.sitstay.com</a>\r\n\r\n<h6>StarBird</h6>\r\nZoo Enrichment\r\n(310) 489-8868\r\nFAX (310) 828-5129\r\n<a href="http://www.estarbird.com/" target="_blank">www.estarbird.com</a>\r\n\r\n<h6>Sweeney Enterprises, Inc.</h6>\r\nAutomatic Feeders\r\n(800) 443-4244\r\nFAX (800) 337-5017\r\n<a href="http://www.sweeneyfeeders.com" target="_blank">www.sweeneyfeeders.com</a>\r\n\r\n<h6>That Pet Place</h6>\r\n<a href="http://www.thatpetplace.com" target="_blank">www.thatpetplace.com </a>\r\n\r\n<h6>Twin Leather Company</h6>\r\nBird toy parts and supplies\r\n(508) 583-3485\r\nFAX (508) 586-4501\r\n<a href="http://www.twinleather.com/" target="_blank">www.twinleather.com</a>\r\nemail: <a href="mailto:sales@twinleather.com">sales@twinleather.com</a>\r\n\r\n<h6>Valentine Inc.</h6>\r\nZoological supplies\r\nFAX  (239) 645 4682\r\n<a href="http://www.valentineinc.com/" target="_blank">www.valentineinc.com</a>\r\n\r\n<h6>Welburn Gourd Farm</h6>\r\nGourds\r\n(760)728-4271\r\n<a href="http://www.welburngourdfarm.com" target="_blank">www.welburngourdfarm.com</a>\r\n\r\n<h6>World Champion Horse Equipment</h6>\r\nEquine Supply\r\n(931) 684-0496\r\n<a href="http://www.ehorseequipment.com" target="_blank">www.ehorseequipment.com</a>\r\n\r\n<h6>Zoomed Laboratories</h6>\r\nHerpetological Supplies\r\n(805) 542-9988  FAX (805) 542-9295\r\n<a href="http://www.zoomed.com/" target="_blank">www.zoomed.com</a>\r\nemail: <a href="mailto:zoomed@zoomed.com">zoomed@zoomed.com</a>\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Enrichment Suppliers', 0, '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2013-10-29 14:21:04', '2013-10-29 19:21:04', '', 324, 'http://web3.gowebsolutions.com/~aazook/324-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3680, 1, '2013-10-29 14:21:27', '2013-10-29 19:21:27', '<h4>Suppliers</h4>\r\n<div class="first sixcol">\r\n<h6>Absolute Primate Enrichment Systems</h6>\r\nEnrichment devices for primates\r\n(817) 228-2281\r\n<a href="http://www.absoluteprimate.com" target="_blank">www.absoluteprimate.com</a>\r\n\r\n<h6>American Excelsior Company</h6>\r\nWoodwool Substrates\r\n(800) 326-3626\r\n<a href="http://www.amerexcel.com/" target="_blank">www.amerexcel.com</a>\r\n\r\n<h6>Animal Management Resources</h6>\r\n(910) 246-6263\r\n<a href="http://www.mytrainingstore.com" target="_blank">www.mytrainingstore.com</a>\r\nemail: <a href="mailto:meg@mytrainingstore.com">meg@mytrainingstore.com</a></li>\r\n\r\n<h6>Aussie Dog Products</h6>\r\nEnrichment devices for dogs, horses and zoo animals\r\n+61 (0)3 9752-3336  FAX +61 (0)3 9758-3020\r\n<a href="http://www.aussiedog.com.au" target="_blank">www.aussiedog.com.au</a>\r\n\r\n<h6>BCI Burke Co., Inc.</h6>\r\nPlayground Structures\r\n800-266-1250 FAX  (414) 921-9566\r\nemail: <a href="mailto:info@bciburke.com">info@bciburke.com</a>\r\n<a href="http://www.bciburke.com/" target="_blank">www.bciburke.com</a>\r\n\r\n<h6>Bio-Serve</h6>\r\nEnrichment devices for primates, dogs, pigs, rodents\r\n(908) 996-2155 FAX  (908) 996-4123\r\n<a href="http://www.bio-serv.com" target="_blank">www.bio-serv.com</a>\r\n\r\n<h6>Birds Just Wanna Have Fun</h6>\r\nBird toys\r\n1-800-246-1018 or (512) 401-0536\r\nE-mail: <a href="mailto:info@birdsjustwannahavefun.com">info@birdsjustwannahavefun.com</a>\r\n<a href="http://www.birdsjustwannahavefun.com/" target="_blank">www.birdsjustwannahavefun.com</a>\r\n\r\n<h6>Boomer Ball®, Inc.</h6>\r\nEnrichment devices for zoo animals\r\n(888) 858-9529  or (847) 546-6125\r\nFAX (800) 858-9529  or (847) 546-6185\r\n\r\n<h6>Busy Beaks</h6>\r\nBird toys\r\n<a href="http://www.busybeaks.com" target="_blank">www.busybeaks.com</a>\r\n458 Lucher Rd.\r\nWillis, TX 77378\r\n(936)344-8400 (phone)\r\n(936)344-8406 (fax)\r\n<a href="mailto:BusyBeaksToys@aol.com">BusyBeaksToys@aol.com</a>\r\n\r\n<h6>The Caning Company</h6>\r\nGourds\r\n(800) 544-3373\r\n<a href="http://www.caning.com/" target="_blank">www.caning.com</a>\r\n\r\n<h6>Choppers Toys/Design-Rite Products</h6>\r\n101 North 55th Street Unit #4\r\nPhoenix AZ 85034\r\n(480) 945-8406\r\n<a href="http://www.chopperstoys.com/" target="_blank">www.chopperstoys.com</a>\r\n\r\n<h6>Desert Plastics</h6>\r\n2401A Phoenix, NE\r\nAlbuquerque, NM 87107\r\nPhone: (505) 884-3889\r\nFax: (505) 884-3932\r\n<a href="http://www.desertplastics-abq.com/" target="_blank">www.desertplastics-abq.com</a>\r\n\r\n<h6>Doctors Fosters Smith</h6>\r\nPet Supply\r\n(800) 826-7206\r\n<a href="http://www.drsfostersmith.com/" target="_blank">www.drsfostersmith.com</a>\r\n\r\n<h6>Duracast Products, Inc.</h6>\r\nPlastic enrichment products\r\n(800) 683-4116  FAX (863) 638-2443\r\n<a href="http://www.duracast.com" target="_blank">http://www.duracast.com</a>\r\n\r\n<h6>Edible Landscaping</h6>\r\nEdible Plants\r\n800-524-4156 FAX  (434) 361-1916\r\n<a href="http://www.eat-it.com/" target="_blank">www.eat-it.com </a>\r\n\r\n<h6>E Street Plastics</h6>\r\nAcrylic mirrors, plexi and lexan\r\n(972) 207-0936\r\n<a href="http://www.estreetplastics.com" target="_blank">www.estreetplastics.com</a>\r\nemail: <a href="mailto:sales@estreetplastics.com">sales@estreetplastics.com</a>\r\n\r\n<h6>Ethical, Inc.</h6>\r\nVinyl chew toys, squish balls\r\n(973) 484-1000\r\n<a href="http://www.ethicalpet.com/" target="_blank">www.ethicalpet.com</a>\r\n\r\n<h6>Exotic Creations</h6>\r\nBird Toys\r\n(612) 785-0376\r\n<a href="http://www.exoticreations.com" target="_blank">www.exoticreations.com</a>\r\n\r\n<h6>Fauna-Tek</h6>\r\nNew England Exotics, Inc.\r\n71 Michaels Rd.\r\nWells, ME 04090\r\n207-646-7173\r\n<a href="http://www.fauna-tek.net" target="_blank">www.fauna-tek.net</a>\r\n\r\n<h6>Fluker Farms</h6>\r\nHerpetological Supplies\r\n(800) 735-8537\r\n<a href="http://www.flukerfarms.com" target="_blank">www.flukerfarms.com</a>\r\n\r\n<h6>Injoy Coursing Equipment</h6>\r\nCoursing Lures\r\n(802) 425-3691 FAX  (802) 425-4468\r\n<a href="http://www.injoy-1.com" target="_blank">www.injoy-1.com</a>\r\n\r\n<h6>International Cordage</h6>\r\nRope Structures\r\n(602) 252-3155\r\nFAX  (602) 252-3053\r\n<a href="http://www.internationalcordage.com/" target="_blank">www.internationalcordage.com</a>\r\n\r\n<h6>Jeffer’s Pet Supply</h6>\r\nPet &amp; livestock supplies\r\n(800) 533-3377\r\n<a href="http://www.jefferspet.com" target="_blank">www.jefferspet.com</a>\r\n<a href="http://www.jefferslivestock.com" target="_blank">www.jefferslivestock.com</a>\r\n\r\n<h6>Jolly Pets</h6>\r\nHorseman’s Pride\r\nHeavy duty plastic toys\r\n10008 State Rt. 43\r\nStreetsboro, OH. 44241\r\n<a href="http://www.jollypets.com/HorsemenHome.html" target="_blank">http://www.jollypets.com/HorsemenHome.html</a>\r\nemail: <a href="mailto:cservice@jollypets.com">cservice@jollypets.com</a>\r\n\r\n<h6>The Kong Company</h6>\r\nKong toys\r\n16191 Table Mountain Parkway\r\nGolden, CO 80403\r\n(303)  216-2626\r\n<a href="http://www.kongcompany.com/" target="_blank">http://www.kongcompany.com/</a>\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Kracor, Inc.</h6>\r\nPlastic enrichment feeders &amp; toys\r\n(800) 255-6335\r\n<a href="http://www.kracor.com" target="_blank">www.kracor.com</a>\r\nemail:  <a href="mailto:custormerservice@kracor.com">custormerservice@kracor.com</a>\r\n\r\n<h6>The Larson Company</h6>\r\n"The Stump" enrichment  device\r\n(520) 294-3900 FAX  (520) 741-7930\r\n<a href="http://www.larson-usa.com" target="_blank">www.larson-usa.com</a>\r\n\r\n<h6>Leather Elves</h6>\r\nEnrichment devices for birds &amp; zoo animals\r\n(781) 331-8557\r\n<a href="http://www.theleatherelves.com" target="_blank">www.theleatherelves.com</a>\r\n\r\n<h6>Lomir Primate Enrichment Technologies</h6>\r\nPrimate enrichment products\r\n(877) 425-3604\r\n<a href="http://www.lomir.com/pet" target="_blank">www.lomir.com/pet</a>\r\n\r\n<h6>Omaha Vaccine Company</h6>\r\nPet Supplies\r\n800-367-4444\r\nFAX 800-242-9447\r\n<a href="http://www.omahavaccine.com/" target="_blank">www.omahavaccine.com</a>\r\n\r\n<h6>Otto Environmental</h6>\r\nEnrichment devices for zoo animals\r\n(414) 358-1001\r\n<a href="http://www.ottoenvironmental.com/" target="_blank">www.ottoenvironmental.com</a>\r\n\r\n<h6>Pacific Fibre and Rope Co., Inc.</h6>\r\nCargo nets and rope ladders\r\nFAX (310) 835-6781\r\n<a href="http://www.pacificfibre.com/" target="_blank">www.pacificfibre.com</a>\r\nemail: <a href="mailto:pacfib@worldnet.att.net">pacfib@worldnet.att.net</a>\r\n\r\n<h6>Primate Products</h6>\r\n<a href="http://www.primateproducts.com" target="_blank">www.primateproducts.com </a>\r\n\r\n<h6>PetsMart</h6>\r\n19601 N. 27th Ave.\r\nPhoenix,  AZ. 85027\r\n(800) 738-1385\r\nPet supplies: <a href="http://www.petsmart.com/" target="_blank">www.petsmart.com</a>\r\n\r\n<h6>Rotonics</h6>\r\nCustom rotational plastics molding &amp; buoys\r\n(800) 351-1363\r\n<a href="http://www.rotonics.com" target="_blank">www.rotonics.com</a>\r\nemail: <a href="mailto:buoys@rotonics.com">buoys@rotonics.com</a>\r\n\r\n<h6>Safari Thatch, Inc.</h6>\r\nBamboo Products\r\n(954) 564-0059\r\nFAX (954) 564-7431\r\n<a href="http://www.safarithatch.com/" target="_blank">www.safarithatch.com</a>\r\n\r\n<h6>Sanctuary Supplies</h6>\r\n4300 Pletzer Blvd.\r\nRootstown, OH. 44272\r\n(877) 886-1992\r\n<a href="http://www.sanctuarysupplies.com" target="_blank">www.sanctuarysupplies.com</a>\r\n\r\n<h6>Seeds of Change</h6>\r\nOrganic seeds for edible plants\r\nFAX (505) 438-7052\r\n<a href="http://www.seedsofchange.com/" target="_blank">www.seedsofchange.com</a>\r\n\r\n<h6>SINCO Group, Inc.</h6>\r\nCargo Nets\r\nFAX (860) 632-1509\r\n<a href="http://www.sinco.com/" target="_blank">www.sinco.com</a>\r\nemail: <a href="mailto:sales@sincosala.com">sales@sincosala.com</a>\r\n\r\n<h6>SitStay</h6>\r\nTraining Clickers\r\nFAX (402) 467-5055\r\n<a href="http://www.sitstay.com/" target="_blank">www.sitstay.com</a>\r\n\r\n<h6>StarBird</h6>\r\nZoo Enrichment\r\n(310) 489-8868\r\nFAX (310) 828-5129\r\n<a href="http://www.estarbird.com/" target="_blank">www.estarbird.com</a>\r\n\r\n<h6>Sweeney Enterprises, Inc.</h6>\r\nAutomatic Feeders\r\n(800) 443-4244\r\nFAX (800) 337-5017\r\n<a href="http://www.sweeneyfeeders.com" target="_blank">www.sweeneyfeeders.com</a>\r\n\r\n<h6>That Pet Place</h6>\r\n<a href="http://www.thatpetplace.com" target="_blank">www.thatpetplace.com </a>\r\n\r\n<h6>Twin Leather Company</h6>\r\nBird toy parts and supplies\r\n(508) 583-3485\r\nFAX (508) 586-4501\r\n<a href="http://www.twinleather.com/" target="_blank">www.twinleather.com</a>\r\nemail: <a href="mailto:sales@twinleather.com">sales@twinleather.com</a>\r\n\r\n<h6>Valentine Inc.</h6>\r\nZoological supplies\r\nFAX  (239) 645 4682\r\n<a href="http://www.valentineinc.com/" target="_blank">www.valentineinc.com</a>\r\n\r\n<h6>Welburn Gourd Farm</h6>\r\nGourds\r\n(760)728-4271\r\n<a href="http://www.welburngourdfarm.com" target="_blank">www.welburngourdfarm.com</a>\r\n\r\n<h6>World Champion Horse Equipment</h6>\r\nEquine Supply\r\n(931) 684-0496\r\n<a href="http://www.ehorseequipment.com" target="_blank">www.ehorseequipment.com</a>\r\n\r\n<h6>Zoomed Laboratories</h6>\r\nHerpetological Supplies\r\n(805) 542-9988  FAX (805) 542-9295\r\n<a href="http://www.zoomed.com/" target="_blank">www.zoomed.com</a>\r\nemail: <a href="mailto:zoomed@zoomed.com">zoomed@zoomed.com</a>\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Enrichment Suppliers', 0, '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2013-10-29 14:21:27', '2013-10-29 19:21:27', '', 324, 'http://web3.gowebsolutions.com/~aazook/324-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3681, 1, '2013-10-29 14:21:50', '2013-10-29 19:21:50', '<h4>Suppliers</h4>\r\n<div class="first sixcol">\r\n<h6>Absolute Primate Enrichment Systems</h6>\r\nEnrichment devices for primates\r\n(817) 228-2281\r\n<a href="http://www.absoluteprimate.com" target="_blank">www.absoluteprimate.com</a>\r\n\r\n<h6>American Excelsior Company</h6>\r\nWoodwool Substrates\r\n(800) 326-3626\r\n<a href="http://www.amerexcel.com/" target="_blank">www.amerexcel.com</a>\r\n\r\n<h6>Animal Management Resources</h6>\r\n(910) 246-6263\r\n<a href="http://www.mytrainingstore.com" target="_blank">www.mytrainingstore.com</a>\r\nemail: <a href="mailto:meg@mytrainingstore.com">meg@mytrainingstore.com</a></li>\r\n\r\n<h6>Aussie Dog Products</h6>\r\nEnrichment devices for dogs, horses and zoo animals\r\n+61 (0)3 9752-3336  FAX +61 (0)3 9758-3020\r\n<a href="http://www.aussiedog.com.au" target="_blank">www.aussiedog.com.au</a>\r\n\r\n<h6>BCI Burke Co., Inc.</h6>\r\nPlayground Structures\r\n800-266-1250 FAX  (414) 921-9566\r\nemail: <a href="mailto:info@bciburke.com">info@bciburke.com</a>\r\n<a href="http://www.bciburke.com/" target="_blank">www.bciburke.com</a>\r\n\r\n<h6>Bio-Serve</h6>\r\nEnrichment devices for primates, dogs, pigs, rodents\r\n(908) 996-2155 FAX  (908) 996-4123\r\n<a href="http://www.bio-serv.com" target="_blank">www.bio-serv.com</a>\r\n\r\n<h6>Birds Just Wanna Have Fun</h6>\r\nBird toys\r\n1-800-246-1018 or (512) 401-0536\r\nE-mail: <a href="mailto:info@birdsjustwannahavefun.com">info@birdsjustwannahavefun.com</a>\r\n<a href="http://www.birdsjustwannahavefun.com/" target="_blank">www.birdsjustwannahavefun.com</a>\r\n\r\n<h6>Boomer Ball®, Inc.</h6>\r\nEnrichment devices for zoo animals\r\n(888) 858-9529  or (847) 546-6125\r\nFAX (800) 858-9529  or (847) 546-6185\r\n\r\n<h6>Busy Beaks</h6>\r\nBird toys\r\n<a href="http://www.busybeaks.com" target="_blank">www.busybeaks.com</a>\r\n458 Lucher Rd.\r\nWillis, TX 77378\r\n(936)344-8400 (phone)\r\n(936)344-8406 (fax)\r\n<a href="mailto:BusyBeaksToys@aol.com">BusyBeaksToys@aol.com</a>\r\n\r\n<h6>The Caning Company</h6>\r\nGourds\r\n(800) 544-3373\r\n<a href="http://www.caning.com/" target="_blank">www.caning.com</a>\r\n\r\n<h6>Choppers Toys/Design-Rite Products</h6>\r\n101 North 55th Street Unit #4\r\nPhoenix AZ 85034\r\n(480) 945-8406\r\n<a href="http://www.chopperstoys.com/" target="_blank">www.chopperstoys.com</a>\r\n\r\n<h6>Desert Plastics</h6>\r\n2401A Phoenix, NE\r\nAlbuquerque, NM 87107\r\nPhone: (505) 884-3889\r\nFax: (505) 884-3932\r\n<a href="http://www.desertplastics-abq.com/" target="_blank">www.desertplastics-abq.com</a>\r\n\r\n<h6>Doctors Fosters Smith</h6>\r\nPet Supply\r\n(800) 826-7206\r\n<a href="http://www.drsfostersmith.com/" target="_blank">www.drsfostersmith.com</a>\r\n\r\n<h6>Duracast Products, Inc.</h6>\r\nPlastic enrichment products\r\n(800) 683-4116  FAX (863) 638-2443\r\n<a href="http://www.duracast.com" target="_blank">http://www.duracast.com</a>\r\n\r\n<h6>Edible Landscaping</h6>\r\nEdible Plants\r\n800-524-4156 FAX  (434) 361-1916\r\n<a href="http://www.eat-it.com/" target="_blank">www.eat-it.com </a>\r\n\r\n<h6>E Street Plastics</h6>\r\nAcrylic mirrors, plexi and lexan\r\n(972) 207-0936\r\n<a href="http://www.estreetplastics.com" target="_blank">www.estreetplastics.com</a>\r\nemail: <a href="mailto:sales@estreetplastics.com">sales@estreetplastics.com</a>\r\n\r\n<h6>Ethical, Inc.</h6>\r\nVinyl chew toys, squish balls\r\n(973) 484-1000\r\n<a href="http://www.ethicalpet.com/" target="_blank">www.ethicalpet.com</a>\r\n\r\n<h6>Exotic Creations</h6>\r\nBird Toys\r\n(612) 785-0376\r\n<a href="http://www.exoticreations.com" target="_blank">www.exoticreations.com</a>\r\n\r\n<h6>Fauna-Tek</h6>\r\nNew England Exotics, Inc.\r\n71 Michaels Rd.\r\nWells, ME 04090\r\n207-646-7173\r\n<a href="http://www.fauna-tek.net" target="_blank">www.fauna-tek.net</a>\r\n\r\n<h6>Fluker Farms</h6>\r\nHerpetological Supplies\r\n(800) 735-8537\r\n<a href="http://www.flukerfarms.com" target="_blank">www.flukerfarms.com</a>\r\n\r\n<h6>Injoy Coursing Equipment</h6>\r\nCoursing Lures\r\n(802) 425-3691 FAX  (802) 425-4468\r\n<a href="http://www.injoy-1.com" target="_blank">www.injoy-1.com</a>\r\n\r\n<h6>International Cordage</h6>\r\nRope Structures\r\n(602) 252-3155\r\nFAX  (602) 252-3053\r\n<a href="http://www.internationalcordage.com/" target="_blank">www.internationalcordage.com</a>\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Jeffer’s Pet Supply</h6>\r\nPet &amp; livestock supplies\r\n(800) 533-3377\r\n<a href="http://www.jefferspet.com" target="_blank">www.jefferspet.com</a>\r\n<a href="http://www.jefferslivestock.com" target="_blank">www.jefferslivestock.com</a>\r\n\r\n<h6>Jolly Pets</h6>\r\nHorseman’s Pride\r\nHeavy duty plastic toys\r\n10008 State Rt. 43\r\nStreetsboro, OH. 44241\r\n<a href="http://www.jollypets.com/HorsemenHome.html" target="_blank">http://www.jollypets.com/HorsemenHome.html</a>\r\nemail: <a href="mailto:cservice@jollypets.com">cservice@jollypets.com</a>\r\n\r\n<h6>The Kong Company</h6>\r\nKong toys\r\n16191 Table Mountain Parkway\r\nGolden, CO 80403\r\n(303)  216-2626\r\n<a href="http://www.kongcompany.com/" target="_blank">http://www.kongcompany.com/</a>\r\n\r\n<h6>Kracor, Inc.</h6>\r\nPlastic enrichment feeders &amp; toys\r\n(800) 255-6335\r\n<a href="http://www.kracor.com" target="_blank">www.kracor.com</a>\r\nemail:  <a href="mailto:custormerservice@kracor.com">custormerservice@kracor.com</a>\r\n\r\n<h6>The Larson Company</h6>\r\n"The Stump" enrichment  device\r\n(520) 294-3900 FAX  (520) 741-7930\r\n<a href="http://www.larson-usa.com" target="_blank">www.larson-usa.com</a>\r\n\r\n<h6>Leather Elves</h6>\r\nEnrichment devices for birds &amp; zoo animals\r\n(781) 331-8557\r\n<a href="http://www.theleatherelves.com" target="_blank">www.theleatherelves.com</a>\r\n\r\n<h6>Lomir Primate Enrichment Technologies</h6>\r\nPrimate enrichment products\r\n(877) 425-3604\r\n<a href="http://www.lomir.com/pet" target="_blank">www.lomir.com/pet</a>\r\n\r\n<h6>Omaha Vaccine Company</h6>\r\nPet Supplies\r\n800-367-4444\r\nFAX 800-242-9447\r\n<a href="http://www.omahavaccine.com/" target="_blank">www.omahavaccine.com</a>\r\n\r\n<h6>Otto Environmental</h6>\r\nEnrichment devices for zoo animals\r\n(414) 358-1001\r\n<a href="http://www.ottoenvironmental.com/" target="_blank">www.ottoenvironmental.com</a>\r\n\r\n<h6>Pacific Fibre and Rope Co., Inc.</h6>\r\nCargo nets and rope ladders\r\nFAX (310) 835-6781\r\n<a href="http://www.pacificfibre.com/" target="_blank">www.pacificfibre.com</a>\r\nemail: <a href="mailto:pacfib@worldnet.att.net">pacfib@worldnet.att.net</a>\r\n\r\n<h6>Primate Products</h6>\r\n<a href="http://www.primateproducts.com" target="_blank">www.primateproducts.com </a>\r\n\r\n<h6>PetsMart</h6>\r\n19601 N. 27th Ave.\r\nPhoenix,  AZ. 85027\r\n(800) 738-1385\r\nPet supplies: <a href="http://www.petsmart.com/" target="_blank">www.petsmart.com</a>\r\n\r\n<h6>Rotonics</h6>\r\nCustom rotational plastics molding &amp; buoys\r\n(800) 351-1363\r\n<a href="http://www.rotonics.com" target="_blank">www.rotonics.com</a>\r\nemail: <a href="mailto:buoys@rotonics.com">buoys@rotonics.com</a>\r\n\r\n<h6>Safari Thatch, Inc.</h6>\r\nBamboo Products\r\n(954) 564-0059\r\nFAX (954) 564-7431\r\n<a href="http://www.safarithatch.com/" target="_blank">www.safarithatch.com</a>\r\n\r\n<h6>Sanctuary Supplies</h6>\r\n4300 Pletzer Blvd.\r\nRootstown, OH. 44272\r\n(877) 886-1992\r\n<a href="http://www.sanctuarysupplies.com" target="_blank">www.sanctuarysupplies.com</a>\r\n\r\n<h6>Seeds of Change</h6>\r\nOrganic seeds for edible plants\r\nFAX (505) 438-7052\r\n<a href="http://www.seedsofchange.com/" target="_blank">www.seedsofchange.com</a>\r\n\r\n<h6>SINCO Group, Inc.</h6>\r\nCargo Nets\r\nFAX (860) 632-1509\r\n<a href="http://www.sinco.com/" target="_blank">www.sinco.com</a>\r\nemail: <a href="mailto:sales@sincosala.com">sales@sincosala.com</a>\r\n\r\n<h6>SitStay</h6>\r\nTraining Clickers\r\nFAX (402) 467-5055\r\n<a href="http://www.sitstay.com/" target="_blank">www.sitstay.com</a>\r\n\r\n<h6>StarBird</h6>\r\nZoo Enrichment\r\n(310) 489-8868\r\nFAX (310) 828-5129\r\n<a href="http://www.estarbird.com/" target="_blank">www.estarbird.com</a>\r\n\r\n<h6>Sweeney Enterprises, Inc.</h6>\r\nAutomatic Feeders\r\n(800) 443-4244\r\nFAX (800) 337-5017\r\n<a href="http://www.sweeneyfeeders.com" target="_blank">www.sweeneyfeeders.com</a>\r\n\r\n<h6>That Pet Place</h6>\r\n<a href="http://www.thatpetplace.com" target="_blank">www.thatpetplace.com </a>\r\n\r\n<h6>Twin Leather Company</h6>\r\nBird toy parts and supplies\r\n(508) 583-3485\r\nFAX (508) 586-4501\r\n<a href="http://www.twinleather.com/" target="_blank">www.twinleather.com</a>\r\nemail: <a href="mailto:sales@twinleather.com">sales@twinleather.com</a>\r\n\r\n<h6>Valentine Inc.</h6>\r\nZoological supplies\r\nFAX  (239) 645 4682\r\n<a href="http://www.valentineinc.com/" target="_blank">www.valentineinc.com</a>\r\n\r\n<h6>Welburn Gourd Farm</h6>\r\nGourds\r\n(760)728-4271\r\n<a href="http://www.welburngourdfarm.com" target="_blank">www.welburngourdfarm.com</a>\r\n\r\n<h6>World Champion Horse Equipment</h6>\r\nEquine Supply\r\n(931) 684-0496\r\n<a href="http://www.ehorseequipment.com" target="_blank">www.ehorseequipment.com</a>\r\n\r\n<h6>Zoomed Laboratories</h6>\r\nHerpetological Supplies\r\n(805) 542-9988  FAX (805) 542-9295\r\n<a href="http://www.zoomed.com/" target="_blank">www.zoomed.com</a>\r\nemail: <a href="mailto:zoomed@zoomed.com">zoomed@zoomed.com</a>\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Enrichment Suppliers', 0, '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2013-10-29 14:21:50', '2013-10-29 19:21:50', '', 324, 'http://web3.gowebsolutions.com/~aazook/324-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3682, 1, '2013-10-29 14:22:10', '2013-10-29 19:22:10', '<h4>Suppliers</h4>\r\n<div class="first sixcol">\r\n<h6>Absolute Primate Enrichment Systems</h6>\r\nEnrichment devices for primates\r\n(817) 228-2281\r\n<a href="http://www.absoluteprimate.com" target="_blank">www.absoluteprimate.com</a>\r\n\r\n<h6>American Excelsior Company</h6>\r\nWoodwool Substrates\r\n(800) 326-3626\r\n<a href="http://www.amerexcel.com/" target="_blank">www.amerexcel.com</a>\r\n\r\n<h6>Animal Management Resources</h6>\r\n(910) 246-6263\r\n<a href="http://www.mytrainingstore.com" target="_blank">www.mytrainingstore.com</a>\r\nemail: <a href="mailto:meg@mytrainingstore.com">meg@mytrainingstore.com</a></li>\r\n\r\n<h6>Aussie Dog Products</h6>\r\nEnrichment devices for dogs, horses and zoo animals\r\n+61 (0)3 9752-3336  FAX +61 (0)3 9758-3020\r\n<a href="http://www.aussiedog.com.au" target="_blank">www.aussiedog.com.au</a>\r\n\r\n<h6>BCI Burke Co., Inc.</h6>\r\nPlayground Structures\r\n800-266-1250 FAX  (414) 921-9566\r\nemail: <a href="mailto:info@bciburke.com">info@bciburke.com</a>\r\n<a href="http://www.bciburke.com/" target="_blank">www.bciburke.com</a>\r\n\r\n<h6>Bio-Serve</h6>\r\nEnrichment devices for primates, dogs, pigs, rodents\r\n(908) 996-2155 FAX  (908) 996-4123\r\n<a href="http://www.bio-serv.com" target="_blank">www.bio-serv.com</a>\r\n\r\n<h6>Birds Just Wanna Have Fun</h6>\r\nBird toys\r\n1-800-246-1018 or (512) 401-0536\r\nE-mail: <a href="mailto:info@birdsjustwannahavefun.com">info@birdsjustwannahavefun.com</a>\r\n<a href="http://www.birdsjustwannahavefun.com/" target="_blank">www.birdsjustwannahavefun.com</a>\r\n\r\n<h6>Boomer Ball®, Inc.</h6>\r\nEnrichment devices for zoo animals\r\n(888) 858-9529  or (847) 546-6125\r\nFAX (800) 858-9529  or (847) 546-6185\r\n\r\n<h6>Busy Beaks</h6>\r\nBird toys\r\n<a href="http://www.busybeaks.com" target="_blank">www.busybeaks.com</a>\r\n458 Lucher Rd.\r\nWillis, TX 77378\r\n(936)344-8400 (phone)\r\n(936)344-8406 (fax)\r\n<a href="mailto:BusyBeaksToys@aol.com">BusyBeaksToys@aol.com</a>\r\n\r\n<h6>The Caning Company</h6>\r\nGourds\r\n(800) 544-3373\r\n<a href="http://www.caning.com/" target="_blank">www.caning.com</a>\r\n\r\n<h6>Choppers Toys/Design-Rite Products</h6>\r\n101 North 55th Street Unit #4\r\nPhoenix AZ 85034\r\n(480) 945-8406\r\n<a href="http://www.chopperstoys.com/" target="_blank">www.chopperstoys.com</a>\r\n\r\n<h6>Desert Plastics</h6>\r\n2401A Phoenix, NE\r\nAlbuquerque, NM 87107\r\nPhone: (505) 884-3889\r\nFax: (505) 884-3932\r\n<a href="http://www.desertplastics-abq.com/" target="_blank">www.desertplastics-abq.com</a>\r\n\r\n<h6>Doctors Fosters Smith</h6>\r\nPet Supply\r\n(800) 826-7206\r\n<a href="http://www.drsfostersmith.com/" target="_blank">www.drsfostersmith.com</a>\r\n\r\n<h6>Duracast Products, Inc.</h6>\r\nPlastic enrichment products\r\n(800) 683-4116  FAX (863) 638-2443\r\n<a href="http://www.duracast.com" target="_blank">http://www.duracast.com</a>\r\n\r\n<h6>Edible Landscaping</h6>\r\nEdible Plants\r\n800-524-4156 FAX  (434) 361-1916\r\n<a href="http://www.eat-it.com/" target="_blank">www.eat-it.com </a>\r\n\r\n<h6>E Street Plastics</h6>\r\nAcrylic mirrors, plexi and lexan\r\n(972) 207-0936\r\n<a href="http://www.estreetplastics.com" target="_blank">www.estreetplastics.com</a>\r\nemail: <a href="mailto:sales@estreetplastics.com">sales@estreetplastics.com</a>\r\n\r\n<h6>Ethical, Inc.</h6>\r\nVinyl chew toys, squish balls\r\n(973) 484-1000\r\n<a href="http://www.ethicalpet.com/" target="_blank">www.ethicalpet.com</a>\r\n\r\n<h6>Exotic Creations</h6>\r\nBird Toys\r\n(612) 785-0376\r\n<a href="http://www.exoticreations.com" target="_blank">www.exoticreations.com</a>\r\n\r\n<h6>Fauna-Tek</h6>\r\nNew England Exotics, Inc.\r\n71 Michaels Rd.\r\nWells, ME 04090\r\n207-646-7173\r\n<a href="http://www.fauna-tek.net" target="_blank">www.fauna-tek.net</a>\r\n\r\n<h6>Fluker Farms</h6>\r\nHerpetological Supplies\r\n(800) 735-8537\r\n<a href="http://www.flukerfarms.com" target="_blank">www.flukerfarms.com</a>\r\n\r\n<h6>Injoy Coursing Equipment</h6>\r\nCoursing Lures\r\n(802) 425-3691 FAX  (802) 425-4468\r\n<a href="http://www.injoy-1.com" target="_blank">www.injoy-1.com</a>\r\n\r\n<h6>International Cordage</h6>\r\nRope Structures\r\n(602) 252-3155\r\nFAX  (602) 252-3053\r\n<a href="http://www.internationalcordage.com/" target="_blank">www.internationalcordage.com</a>\r\n\r\n<h6>Jeffer’s Pet Supply</h6>\r\nPet &amp; livestock supplies\r\n(800) 533-3377\r\n<a href="http://www.jefferspet.com" target="_blank">www.jefferspet.com</a>\r\n<a href="http://www.jefferslivestock.com" target="_blank">www.jefferslivestock.com</a>\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Jolly Pets</h6>\r\nHorseman’s Pride\r\nHeavy duty plastic toys\r\n10008 State Rt. 43\r\nStreetsboro, OH. 44241\r\n<a href="http://www.jollypets.com/HorsemenHome.html" target="_blank">http://www.jollypets.com/HorsemenHome.html</a>\r\nemail: <a href="mailto:cservice@jollypets.com">cservice@jollypets.com</a>\r\n\r\n<h6>The Kong Company</h6>\r\nKong toys\r\n16191 Table Mountain Parkway\r\nGolden, CO 80403\r\n(303)  216-2626\r\n<a href="http://www.kongcompany.com/" target="_blank">http://www.kongcompany.com/</a>\r\n\r\n<h6>Kracor, Inc.</h6>\r\nPlastic enrichment feeders &amp; toys\r\n(800) 255-6335\r\n<a href="http://www.kracor.com" target="_blank">www.kracor.com</a>\r\nemail:  <a href="mailto:custormerservice@kracor.com">custormerservice@kracor.com</a>\r\n\r\n<h6>The Larson Company</h6>\r\n"The Stump" enrichment  device\r\n(520) 294-3900 FAX  (520) 741-7930\r\n<a href="http://www.larson-usa.com" target="_blank">www.larson-usa.com</a>\r\n\r\n<h6>Leather Elves</h6>\r\nEnrichment devices for birds &amp; zoo animals\r\n(781) 331-8557\r\n<a href="http://www.theleatherelves.com" target="_blank">www.theleatherelves.com</a>\r\n\r\n<h6>Lomir Primate Enrichment Technologies</h6>\r\nPrimate enrichment products\r\n(877) 425-3604\r\n<a href="http://www.lomir.com/pet" target="_blank">www.lomir.com/pet</a>\r\n\r\n<h6>Omaha Vaccine Company</h6>\r\nPet Supplies\r\n800-367-4444\r\nFAX 800-242-9447\r\n<a href="http://www.omahavaccine.com/" target="_blank">www.omahavaccine.com</a>\r\n\r\n<h6>Otto Environmental</h6>\r\nEnrichment devices for zoo animals\r\n(414) 358-1001\r\n<a href="http://www.ottoenvironmental.com/" target="_blank">www.ottoenvironmental.com</a>\r\n\r\n<h6>Pacific Fibre and Rope Co., Inc.</h6>\r\nCargo nets and rope ladders\r\nFAX (310) 835-6781\r\n<a href="http://www.pacificfibre.com/" target="_blank">www.pacificfibre.com</a>\r\nemail: <a href="mailto:pacfib@worldnet.att.net">pacfib@worldnet.att.net</a>\r\n\r\n<h6>Primate Products</h6>\r\n<a href="http://www.primateproducts.com" target="_blank">www.primateproducts.com </a>\r\n\r\n<h6>PetsMart</h6>\r\n19601 N. 27th Ave.\r\nPhoenix,  AZ. 85027\r\n(800) 738-1385\r\nPet supplies: <a href="http://www.petsmart.com/" target="_blank">www.petsmart.com</a>\r\n\r\n<h6>Rotonics</h6>\r\nCustom rotational plastics molding &amp; buoys\r\n(800) 351-1363\r\n<a href="http://www.rotonics.com" target="_blank">www.rotonics.com</a>\r\nemail: <a href="mailto:buoys@rotonics.com">buoys@rotonics.com</a>\r\n\r\n<h6>Safari Thatch, Inc.</h6>\r\nBamboo Products\r\n(954) 564-0059\r\nFAX (954) 564-7431\r\n<a href="http://www.safarithatch.com/" target="_blank">www.safarithatch.com</a>\r\n\r\n<h6>Sanctuary Supplies</h6>\r\n4300 Pletzer Blvd.\r\nRootstown, OH. 44272\r\n(877) 886-1992\r\n<a href="http://www.sanctuarysupplies.com" target="_blank">www.sanctuarysupplies.com</a>\r\n\r\n<h6>Seeds of Change</h6>\r\nOrganic seeds for edible plants\r\nFAX (505) 438-7052\r\n<a href="http://www.seedsofchange.com/" target="_blank">www.seedsofchange.com</a>\r\n\r\n<h6>SINCO Group, Inc.</h6>\r\nCargo Nets\r\nFAX (860) 632-1509\r\n<a href="http://www.sinco.com/" target="_blank">www.sinco.com</a>\r\nemail: <a href="mailto:sales@sincosala.com">sales@sincosala.com</a>\r\n\r\n<h6>SitStay</h6>\r\nTraining Clickers\r\nFAX (402) 467-5055\r\n<a href="http://www.sitstay.com/" target="_blank">www.sitstay.com</a>\r\n\r\n<h6>StarBird</h6>\r\nZoo Enrichment\r\n(310) 489-8868\r\nFAX (310) 828-5129\r\n<a href="http://www.estarbird.com/" target="_blank">www.estarbird.com</a>\r\n\r\n<h6>Sweeney Enterprises, Inc.</h6>\r\nAutomatic Feeders\r\n(800) 443-4244\r\nFAX (800) 337-5017\r\n<a href="http://www.sweeneyfeeders.com" target="_blank">www.sweeneyfeeders.com</a>\r\n\r\n<h6>That Pet Place</h6>\r\n<a href="http://www.thatpetplace.com" target="_blank">www.thatpetplace.com </a>\r\n\r\n<h6>Twin Leather Company</h6>\r\nBird toy parts and supplies\r\n(508) 583-3485\r\nFAX (508) 586-4501\r\n<a href="http://www.twinleather.com/" target="_blank">www.twinleather.com</a>\r\nemail: <a href="mailto:sales@twinleather.com">sales@twinleather.com</a>\r\n\r\n<h6>Valentine Inc.</h6>\r\nZoological supplies\r\nFAX  (239) 645 4682\r\n<a href="http://www.valentineinc.com/" target="_blank">www.valentineinc.com</a>\r\n\r\n<h6>Welburn Gourd Farm</h6>\r\nGourds\r\n(760)728-4271\r\n<a href="http://www.welburngourdfarm.com" target="_blank">www.welburngourdfarm.com</a>\r\n\r\n<h6>World Champion Horse Equipment</h6>\r\nEquine Supply\r\n(931) 684-0496\r\n<a href="http://www.ehorseequipment.com" target="_blank">www.ehorseequipment.com</a>\r\n\r\n<h6>Zoomed Laboratories</h6>\r\nHerpetological Supplies\r\n(805) 542-9988  FAX (805) 542-9295\r\n<a href="http://www.zoomed.com/" target="_blank">www.zoomed.com</a>\r\nemail: <a href="mailto:zoomed@zoomed.com">zoomed@zoomed.com</a>\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Enrichment Suppliers', 0, '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2013-10-29 14:22:10', '2013-10-29 19:22:10', '', 324, 'http://web3.gowebsolutions.com/~aazook/324-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3683, 1, '2013-10-29 14:23:38', '2013-10-29 19:23:38', '<h4>Suppliers</h4>\r\n<div class="first sixcol">\r\n<h6>Absolute Primate Enrichment Systems</h6>\r\nEnrichment devices for primates\r\n(817) 228-2281\r\n<a href="http://www.absoluteprimate.com" target="_blank">www.absoluteprimate.com</a>\r\n\r\n<h6>American Excelsior Company</h6>\r\nWoodwool Substrates\r\n(800) 326-3626\r\n<a href="http://www.amerexcel.com/" target="_blank">www.amerexcel.com</a>\r\n\r\n<h6>Animal Management Resources</h6>\r\n(910) 246-6263\r\n<a href="http://www.mytrainingstore.com" target="_blank">www.mytrainingstore.com</a>\r\nemail: <a href="mailto:meg@mytrainingstore.com">meg@mytrainingstore.com</a></li>\r\n\r\n<h6>Aussie Dog Products</h6>\r\nEnrichment devices for dogs, horses and zoo animals\r\n+61 (0)3 9752-3336  FAX +61 (0)3 9758-3020\r\n<a href="http://www.aussiedog.com.au" target="_blank">www.aussiedog.com.au</a>\r\n\r\n<h6>BCI Burke Co., Inc.</h6>\r\nPlayground Structures\r\n800-266-1250 FAX  (414) 921-9566\r\nemail: <a href="mailto:info@bciburke.com">info@bciburke.com</a>\r\n<a href="http://www.bciburke.com/" target="_blank">www.bciburke.com</a>\r\n\r\n<h6>Bio-Serve</h6>\r\nEnrichment devices for primates, dogs, pigs, rodents\r\n(908) 996-2155 FAX  (908) 996-4123\r\n<a href="http://www.bio-serv.com" target="_blank">www.bio-serv.com</a>\r\n\r\n<h6>Birds Just Wanna Have Fun</h6>\r\nBird toys\r\n1-800-246-1018 or (512) 401-0536\r\nE-mail: <a href="mailto:info@birdsjustwannahavefun.com">info@birdsjustwannahavefun.com</a>\r\n<a href="http://www.birdsjustwannahavefun.com/" target="_blank">www.birdsjustwannahavefun.com</a>\r\n\r\n<h6>Boomer Ball®, Inc.</h6>\r\nEnrichment devices for zoo animals\r\n(888) 858-9529  or (847) 546-6125\r\nFAX (800) 858-9529  or (847) 546-6185\r\n\r\n<h6>Busy Beaks</h6>\r\nBird toys\r\n<a href="http://www.busybeaks.com" target="_blank">www.busybeaks.com</a>\r\n458 Lucher Rd.\r\nWillis, TX 77378\r\n(936)344-8400 (phone)\r\n(936)344-8406 (fax)\r\n<a href="mailto:BusyBeaksToys@aol.com">BusyBeaksToys@aol.com</a>\r\n\r\n<h6>The Caning Company</h6>\r\nGourds\r\n(800) 544-3373\r\n<a href="http://www.caning.com/" target="_blank">www.caning.com</a>\r\n\r\n<h6>Choppers Toys/Design-Rite Products</h6>\r\n101 North 55th Street Unit #4\r\nPhoenix AZ 85034\r\n(480) 945-8406\r\n<a href="http://www.chopperstoys.com/" target="_blank">www.chopperstoys.com</a>\r\n\r\n<h6>Desert Plastics</h6>\r\n2401A Phoenix, NE\r\nAlbuquerque, NM 87107\r\nPhone: (505) 884-3889\r\nFax: (505) 884-3932\r\n<a href="http://www.desertplastics-abq.com/" target="_blank">www.desertplastics-abq.com</a>\r\n\r\n<h6>Doctors Fosters Smith</h6>\r\nPet Supply\r\n(800) 826-7206\r\n<a href="http://www.drsfostersmith.com/" target="_blank">www.drsfostersmith.com</a>\r\n\r\n<h6>Duracast Products, Inc.</h6>\r\nPlastic enrichment products\r\n(800) 683-4116  FAX (863) 638-2443\r\n<a href="http://www.duracast.com" target="_blank">http://www.duracast.com</a>\r\n\r\n<h6>Edible Landscaping</h6>\r\nEdible Plants\r\n800-524-4156 FAX  (434) 361-1916\r\n<a href="http://www.eat-it.com/" target="_blank">www.eat-it.com </a>\r\n\r\n<h6>E Street Plastics</h6>\r\nAcrylic mirrors, plexi and lexan\r\n(972) 207-0936\r\n<a href="http://www.estreetplastics.com" target="_blank">www.estreetplastics.com</a>\r\nemail: <a href="mailto:sales@estreetplastics.com">sales@estreetplastics.com</a>\r\n\r\n<h6>Ethical, Inc.</h6>\r\nVinyl chew toys, squish balls\r\n(973) 484-1000\r\n<a href="http://www.ethicalpet.com/" target="_blank">www.ethicalpet.com</a>\r\n\r\n<h6>Exotic Creations</h6>\r\nBird Toys\r\n(612) 785-0376\r\n<a href="http://www.exoticreations.com" target="_blank">www.exoticreations.com</a>\r\n\r\n<h6>Fauna-Tek</h6>\r\nNew England Exotics, Inc.\r\n71 Michaels Rd.\r\nWells, ME 04090\r\n207-646-7173\r\n<a href="http://www.fauna-tek.net" target="_blank">www.fauna-tek.net</a>\r\n\r\n<h6>Fluker Farms</h6>\r\nHerpetological Supplies\r\n(800) 735-8537\r\n<a href="http://www.flukerfarms.com" target="_blank">www.flukerfarms.com</a>\r\n\r\n<h6>Injoy Coursing Equipment</h6>\r\nCoursing Lures\r\n(802) 425-3691 FAX  (802) 425-4468\r\n<a href="http://www.injoy-1.com" target="_blank">www.injoy-1.com</a>\r\n\r\n<h6>International Cordage</h6>\r\nRope Structures\r\n(602) 252-3155\r\nFAX  (602) 252-3053\r\n<a href="http://www.internationalcordage.com/" target="_blank">www.internationalcordage.com</a>\r\n\r\n<h6>Jeffer’s Pet Supply</h6>\r\nPet &amp; livestock supplies\r\n(800) 533-3377\r\n<a href="http://www.jefferspet.com" target="_blank">www.jefferspet.com</a>\r\n<a href="http://www.jefferslivestock.com" target="_blank">www.jefferslivestock.com</a>\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Jolly Pets</h6>\r\nHorseman’s Pride\r\nHeavy duty plastic toys\r\n10008 State Rt. 43\r\nStreetsboro, OH. 44241\r\n<a href="http://www.jollypets.com/HorsemenHome.html" target="_blank">http://www.jollypets.com/HorsemenHome.html</a>\r\nemail: <a href="mailto:cservice@jollypets.com">cservice@jollypets.com</a>\r\n\r\n<h6>The Kong Company</h6>\r\nKong toys\r\n16191 Table Mountain Parkway\r\nGolden, CO 80403\r\n(303)  216-2626\r\n<a href="http://www.kongcompany.com/" target="_blank">http://www.kongcompany.com/</a>\r\n\r\n<h6>Kracor, Inc.</h6>\r\nPlastic enrichment feeders &amp; toys\r\n(800) 255-6335\r\n<a href="http://www.kracor.com" target="_blank">www.kracor.com</a>\r\nemail:  <a href="mailto:custormerservice@kracor.com">custormerservice@kracor.com</a>\r\n\r\n<h6>The Larson Company</h6>\r\n"The Stump" enrichment  device\r\n(520) 294-3900 FAX  (520) 741-7930\r\n<a href="http://www.larson-usa.com" target="_blank">www.larson-usa.com</a>\r\n\r\n<h6>Leather Elves</h6>\r\nEnrichment devices for birds &amp; zoo animals\r\n(781) 331-8557\r\n<a href="http://www.theleatherelves.com" target="_blank">www.theleatherelves.com</a>\r\n\r\n<h6>Lomir Primate Enrichment Technologies</h6>\r\nPrimate enrichment products\r\n(877) 425-3604\r\n<a href="http://www.lomir.com/pet" target="_blank">www.lomir.com/pet</a>\r\n\r\n<h6>Omaha Vaccine Company</h6>\r\nPet Supplies\r\n800-367-4444\r\nFAX 800-242-9447\r\n<a href="http://www.omahavaccine.com/" target="_blank">www.omahavaccine.com</a>\r\n\r\n<h6>Otto Environmental</h6>\r\nEnrichment devices for zoo animals\r\n(414) 358-1001\r\n<a href="http://www.ottoenvironmental.com/" target="_blank">www.ottoenvironmental.com</a>\r\n\r\n<h6>Pacific Fibre and Rope Co., Inc.</h6>\r\nCargo nets and rope ladders\r\nFAX (310) 835-6781\r\n<a href="http://www.pacificfibre.com/" target="_blank">www.pacificfibre.com</a>\r\nemail: <a href="mailto:pacfib@worldnet.att.net">pacfib@worldnet.att.net</a>\r\n\r\n<h6>Primate Products</h6>\r\n<a href="http://www.primateproducts.com" target="_blank">www.primateproducts.com </a>\r\n\r\n<h6>PetsMart</h6>\r\n19601 N. 27th Ave.\r\nPhoenix,  AZ. 85027\r\n(800) 738-1385\r\nPet supplies: <a href="http://www.petsmart.com/" target="_blank">www.petsmart.com</a>\r\n\r\n<h6>Rotonics</h6>\r\nCustom rotational plastics molding &amp; buoys\r\n(800) 351-1363\r\n<a href="http://www.rotonics.com" target="_blank">www.rotonics.com</a>\r\nemail: <a href="mailto:buoys@rotonics.com">buoys@rotonics.com</a>\r\n\r\n<h6>Safari Thatch, Inc.</h6>\r\nBamboo Products\r\n(954) 564-0059\r\nFAX (954) 564-7431\r\n<a href="http://www.safarithatch.com/" target="_blank">www.safarithatch.com</a>\r\n\r\n<h6>Sanctuary Supplies</h6>\r\n4300 Pletzer Blvd.\r\nRootstown, OH. 44272\r\n(877) 886-1992\r\n<a href="http://www.sanctuarysupplies.com" target="_blank">www.sanctuarysupplies.com</a>\r\n\r\n<h6>Seeds of Change</h6>\r\nOrganic seeds for edible plants\r\nFAX (505) 438-7052\r\n<a href="http://www.seedsofchange.com/" target="_blank">www.seedsofchange.com</a>\r\n\r\n<h6>SINCO Group, Inc.</h6>\r\nCargo Nets\r\nFAX (860) 632-1509\r\n<a href="http://www.sinco.com/" target="_blank">www.sinco.com</a>\r\nemail: <a href="mailto:sales@sincosala.com">sales@sincosala.com</a>\r\n\r\n<h6>SitStay</h6>\r\nTraining Clickers\r\nFAX (402) 467-5055\r\n<a href="http://www.sitstay.com/" target="_blank">www.sitstay.com</a>\r\n\r\n<h6>StarBird</h6>\r\nZoo Enrichment\r\n(310) 489-8868\r\nFAX (310) 828-5129\r\n<a href="http://www.estarbird.com/" target="_blank">www.estarbird.com</a>\r\n\r\n<h6>Sweeney Enterprises, Inc.</h6>\r\nAutomatic Feeders\r\n(800) 443-4244\r\nFAX (800) 337-5017\r\n<a href="http://www.sweeneyfeeders.com" target="_blank">www.sweeneyfeeders.com</a>\r\n\r\n<h6>That Pet Place</h6>\r\n<a href="http://www.thatpetplace.com" target="_blank">www.thatpetplace.com </a>\r\n\r\n<h6>Twin Leather Company</h6>\r\nBird toy parts and supplies\r\n(508) 583-3485\r\nFAX (508) 586-4501\r\n<a href="http://www.twinleather.com/" target="_blank">www.twinleather.com</a>\r\nemail: <a href="mailto:sales@twinleather.com">sales@twinleather.com</a>\r\n\r\n<h6>Valentine Inc.</h6>\r\nZoological supplies\r\nFAX  (239) 645 4682\r\n<a href="http://www.valentineinc.com/" target="_blank">www.valentineinc.com</a>\r\n\r\n<h6>Welburn Gourd Farm</h6>\r\nGourds\r\n(760)728-4271\r\n<a href="http://www.welburngourdfarm.com" target="_blank">www.welburngourdfarm.com</a>\r\n\r\n<h6>World Champion Horse Equipment</h6>\r\nEquine Supply\r\n(931) 684-0496\r\n<a href="http://www.ehorseequipment.com" target="_blank">www.ehorseequipment.com</a>\r\n\r\n<h6>Zoomed Laboratories</h6>\r\nHerpetological Supplies\r\n(805) 542-9988  FAX (805) 542-9295\r\n<a href="http://www.zoomed.com/" target="_blank">www.zoomed.com</a>\r\nemail: <a href="mailto:zoomed@zoomed.com">zoomed@zoomed.com</a>\r\n</div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Related Sites</h4>\r\nThe AAZK, Inc. provides links to other sites as a convenience to users of the AAZK Enrichment Site, and does not necessarily endorse or take any responsibility for the content of these sites.\r\n\r\n<ul>\r\n    <li><a target="_blank" href="http://www.enrichment.org">"The Shape of Enrichment"</a></li>\r\n    <li><a target="_blank" href="http://www.animalwelfare.com/Lab_animals/biblio/">Primate Enrichment Bibliography</a></li>\r\n    <li><a target="_blank" href="http://www.arkanimals.com/ark/e_index.html">E is for Enrichment</a></li>\r\n    <li><a target="_blank" href="http://www.brown.edu/Research/Primate/enrich.html">An Index of Laboratory Animal Enrichment Articles</a></li>\r\n    <li><a target="_blank" href="http://www.enrichmentonline.org/browse/index.asp">The Fort Worth Zoo presents Enrichment Online</a></li>\r\n    <li><a target="_blank" href="http://animalenrichment.org/">Disney\'s Animal Kingdom: Animal Enrichment Programs</a></li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n\r\n<div id="inner-links"></div>', 'Enrichment Suppliers', 0, '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2013-10-29 14:23:38', '2013-10-29 19:23:38', '', 324, 'http://web3.gowebsolutions.com/~aazook/324-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3685, 1, '2013-10-29 14:27:08', '2013-10-29 19:27:08', '<h4>Suppliers</h4>\r\n<div class="first sixcol">\r\n<h6>Absolute Primate Enrichment Systems</h6>\r\nEnrichment devices for primates\r\n(817) 228-2281\r\n<a href="http://www.absoluteprimate.com" target="_blank">www.absoluteprimate.com</a>\r\n\r\n<h6>American Excelsior Company</h6>\r\nWoodwool Substrates\r\n(800) 326-3626\r\n<a href="http://www.amerexcel.com/" target="_blank">www.amerexcel.com</a>\r\n\r\n<h6>Animal Management Resources</h6>\r\n(910) 246-6263\r\n<a href="http://www.mytrainingstore.com" target="_blank">www.mytrainingstore.com</a>\r\nemail: <a href="mailto:meg@mytrainingstore.com">meg@mytrainingstore.com</a></li>\r\n\r\n<h6>Aussie Dog Products</h6>\r\nEnrichment devices for dogs, horses and zoo animals\r\n+61 (0)3 9752-3336  FAX +61 (0)3 9758-3020\r\n<a href="http://www.aussiedog.com.au" target="_blank">www.aussiedog.com.au</a>\r\n\r\n<h6>BCI Burke Co., Inc.</h6>\r\nPlayground Structures\r\n800-266-1250 FAX  (414) 921-9566\r\nemail: <a href="mailto:info@bciburke.com">info@bciburke.com</a>\r\n<a href="http://www.bciburke.com/" target="_blank">www.bciburke.com</a>\r\n\r\n<h6>Bio-Serve</h6>\r\nEnrichment devices for primates, dogs, pigs, rodents\r\n(908) 996-2155 FAX  (908) 996-4123\r\n<a href="http://www.bio-serv.com" target="_blank">www.bio-serv.com</a>\r\n\r\n<h6>Birds Just Wanna Have Fun</h6>\r\nBird toys\r\n1-800-246-1018 or (512) 401-0536\r\nE-mail: <a href="mailto:info@birdsjustwannahavefun.com">info@birdsjustwannahavefun.com</a>\r\n<a href="http://www.birdsjustwannahavefun.com/" target="_blank">www.birdsjustwannahavefun.com</a>\r\n\r\n<h6>Boomer Ball®, Inc.</h6>\r\nEnrichment devices for zoo animals\r\n(888) 858-9529  or (847) 546-6125\r\nFAX (800) 858-9529  or (847) 546-6185\r\n\r\n<h6>Busy Beaks</h6>\r\nBird toys\r\n<a href="http://www.busybeaks.com" target="_blank">www.busybeaks.com</a>\r\n458 Lucher Rd.\r\nWillis, TX 77378\r\n(936)344-8400 (phone)\r\n(936)344-8406 (fax)\r\n<a href="mailto:BusyBeaksToys@aol.com">BusyBeaksToys@aol.com</a>\r\n\r\n<h6>The Caning Company</h6>\r\nGourds\r\n(800) 544-3373\r\n<a href="http://www.caning.com/" target="_blank">www.caning.com</a>\r\n\r\n<h6>Choppers Toys/Design-Rite Products</h6>\r\n101 North 55th Street Unit #4\r\nPhoenix AZ 85034\r\n(480) 945-8406\r\n<a href="http://www.chopperstoys.com/" target="_blank">www.chopperstoys.com</a>\r\n\r\n<h6>Desert Plastics</h6>\r\n2401A Phoenix, NE\r\nAlbuquerque, NM 87107\r\nPhone: (505) 884-3889\r\nFax: (505) 884-3932\r\n<a href="http://www.desertplastics-abq.com/" target="_blank">www.desertplastics-abq.com</a>\r\n\r\n<h6>Doctors Fosters Smith</h6>\r\nPet Supply\r\n(800) 826-7206\r\n<a href="http://www.drsfostersmith.com/" target="_blank">www.drsfostersmith.com</a>\r\n\r\n<h6>Duracast Products, Inc.</h6>\r\nPlastic enrichment products\r\n(800) 683-4116  FAX (863) 638-2443\r\n<a href="http://www.duracast.com" target="_blank">http://www.duracast.com</a>\r\n\r\n<h6>Edible Landscaping</h6>\r\nEdible Plants\r\n800-524-4156 FAX  (434) 361-1916\r\n<a href="http://www.eat-it.com/" target="_blank">www.eat-it.com </a>\r\n\r\n<h6>E Street Plastics</h6>\r\nAcrylic mirrors, plexi and lexan\r\n(972) 207-0936\r\n<a href="http://www.estreetplastics.com" target="_blank">www.estreetplastics.com</a>\r\nemail: <a href="mailto:sales@estreetplastics.com">sales@estreetplastics.com</a>\r\n\r\n<h6>Ethical, Inc.</h6>\r\nVinyl chew toys, squish balls\r\n(973) 484-1000\r\n<a href="http://www.ethicalpet.com/" target="_blank">www.ethicalpet.com</a>\r\n\r\n<h6>Exotic Creations</h6>\r\nBird Toys\r\n(612) 785-0376\r\n<a href="http://www.exoticreations.com" target="_blank">www.exoticreations.com</a>\r\n\r\n<h6>Fauna-Tek</h6>\r\nNew England Exotics, Inc.\r\n71 Michaels Rd.\r\nWells, ME 04090\r\n207-646-7173\r\n<a href="http://www.fauna-tek.net" target="_blank">www.fauna-tek.net</a>\r\n\r\n<h6>Fluker Farms</h6>\r\nHerpetological Supplies\r\n(800) 735-8537\r\n<a href="http://www.flukerfarms.com" target="_blank">www.flukerfarms.com</a>\r\n\r\n<h6>Injoy Coursing Equipment</h6>\r\nCoursing Lures\r\n(802) 425-3691 FAX  (802) 425-4468\r\n<a href="http://www.injoy-1.com" target="_blank">www.injoy-1.com</a>\r\n\r\n<h6>International Cordage</h6>\r\nRope Structures\r\n(602) 252-3155\r\nFAX  (602) 252-3053\r\n<a href="http://www.internationalcordage.com/" target="_blank">www.internationalcordage.com</a>\r\n\r\n<h6>Jeffer’s Pet Supply</h6>\r\nPet &amp; livestock supplies\r\n(800) 533-3377\r\n<a href="http://www.jefferspet.com" target="_blank">www.jefferspet.com</a>\r\n<a href="http://www.jefferslivestock.com" target="_blank">www.jefferslivestock.com</a>\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Jolly Pets</h6>\r\nHorseman’s Pride\r\nHeavy duty plastic toys\r\n10008 State Rt. 43\r\nStreetsboro, OH. 44241\r\n<a href="http://www.jollypets.com/HorsemenHome.html" target="_blank">http://www.jollypets.com/HorsemenHome.html</a>\r\nemail: <a href="mailto:cservice@jollypets.com">cservice@jollypets.com</a>\r\n\r\n<h6>The Kong Company</h6>\r\nKong toys\r\n16191 Table Mountain Parkway\r\nGolden, CO 80403\r\n(303)  216-2626\r\n<a href="http://www.kongcompany.com/" target="_blank">http://www.kongcompany.com/</a>\r\n\r\n<h6>Kracor, Inc.</h6>\r\nPlastic enrichment feeders &amp; toys\r\n(800) 255-6335\r\n<a href="http://www.kracor.com" target="_blank">www.kracor.com</a>\r\nemail:  <a href="mailto:custormerservice@kracor.com">custormerservice@kracor.com</a>\r\n\r\n<h6>The Larson Company</h6>\r\n"The Stump" enrichment  device\r\n(520) 294-3900 FAX  (520) 741-7930\r\n<a href="http://www.larson-usa.com" target="_blank">www.larson-usa.com</a>\r\n\r\n<h6>Leather Elves</h6>\r\nEnrichment devices for birds &amp; zoo animals\r\n(781) 331-8557\r\n<a href="http://www.theleatherelves.com" target="_blank">www.theleatherelves.com</a>\r\n\r\n<h6>Lomir Primate Enrichment Technologies</h6>\r\nPrimate enrichment products\r\n(877) 425-3604\r\n<a href="http://www.lomir.com/pet" target="_blank">www.lomir.com/pet</a>\r\n\r\n<h6>Omaha Vaccine Company</h6>\r\nPet Supplies\r\n800-367-4444\r\nFAX 800-242-9447\r\n<a href="http://www.omahavaccine.com/" target="_blank">www.omahavaccine.com</a>\r\n\r\n<h6>Otto Environmental</h6>\r\nEnrichment devices for zoo animals\r\n(414) 358-1001\r\n<a href="http://www.ottoenvironmental.com/" target="_blank">www.ottoenvironmental.com</a>\r\n\r\n<h6>Pacific Fibre and Rope Co., Inc.</h6>\r\nCargo nets and rope ladders\r\nFAX (310) 835-6781\r\n<a href="http://www.pacificfibre.com/" target="_blank">www.pacificfibre.com</a>\r\nemail: <a href="mailto:pacfib@worldnet.att.net">pacfib@worldnet.att.net</a>\r\n\r\n<h6>Primate Products</h6>\r\n<a href="http://www.primateproducts.com" target="_blank">www.primateproducts.com </a>\r\n\r\n<h6>PetsMart</h6>\r\n19601 N. 27th Ave.\r\nPhoenix,  AZ. 85027\r\n(800) 738-1385\r\nPet supplies: <a href="http://www.petsmart.com/" target="_blank">www.petsmart.com</a>\r\n\r\n<h6>Rotonics</h6>\r\nCustom rotational plastics molding &amp; buoys\r\n(800) 351-1363\r\n<a href="http://www.rotonics.com" target="_blank">www.rotonics.com</a>\r\nemail: <a href="mailto:buoys@rotonics.com">buoys@rotonics.com</a>\r\n\r\n<h6>Safari Thatch, Inc.</h6>\r\nBamboo Products\r\n(954) 564-0059\r\nFAX (954) 564-7431\r\n<a href="http://www.safarithatch.com/" target="_blank">www.safarithatch.com</a>\r\n\r\n<h6>Sanctuary Supplies</h6>\r\n4300 Pletzer Blvd.\r\nRootstown, OH. 44272\r\n(877) 886-1992\r\n<a href="http://www.sanctuarysupplies.com" target="_blank">www.sanctuarysupplies.com</a>\r\n\r\n<h6>Seeds of Change</h6>\r\nOrganic seeds for edible plants\r\nFAX (505) 438-7052\r\n<a href="http://www.seedsofchange.com/" target="_blank">www.seedsofchange.com</a>\r\n\r\n<h6>SINCO Group, Inc.</h6>\r\nCargo Nets\r\nFAX (860) 632-1509\r\n<a href="http://www.sinco.com/" target="_blank">www.sinco.com</a>\r\nemail: <a href="mailto:sales@sincosala.com">sales@sincosala.com</a>\r\n\r\n<h6>SitStay</h6>\r\nTraining Clickers\r\nFAX (402) 467-5055\r\n<a href="http://www.sitstay.com/" target="_blank">www.sitstay.com</a>\r\n\r\n<h6>StarBird</h6>\r\nZoo Enrichment\r\n(310) 489-8868\r\nFAX (310) 828-5129\r\n<a href="http://www.estarbird.com/" target="_blank">www.estarbird.com</a>\r\n\r\n<h6>Sweeney Enterprises, Inc.</h6>\r\nAutomatic Feeders\r\n(800) 443-4244\r\nFAX (800) 337-5017\r\n<a href="http://www.sweeneyfeeders.com" target="_blank">www.sweeneyfeeders.com</a>\r\n\r\n<h6>That Pet Place</h6>\r\n<a href="http://www.thatpetplace.com" target="_blank">www.thatpetplace.com </a>\r\n\r\n<h6>Twin Leather Company</h6>\r\nBird toy parts and supplies\r\n(508) 583-3485\r\nFAX (508) 586-4501\r\n<a href="http://www.twinleather.com/" target="_blank">www.twinleather.com</a>\r\nemail: <a href="mailto:sales@twinleather.com">sales@twinleather.com</a>\r\n\r\n<h6>Valentine Inc.</h6>\r\nZoological supplies\r\nFAX  (239) 645 4682\r\n<a href="http://www.valentineinc.com/" target="_blank">www.valentineinc.com</a>\r\n\r\n<h6>Welburn Gourd Farm</h6>\r\nGourds\r\n(760)728-4271\r\n<a href="http://www.welburngourdfarm.com" target="_blank">www.welburngourdfarm.com</a>\r\n\r\n<h6>World Champion Horse Equipment</h6>\r\nEquine Supply\r\n(931) 684-0496\r\n<a href="http://www.ehorseequipment.com" target="_blank">www.ehorseequipment.com</a>\r\n\r\n<h6>Zoomed Laboratories</h6>\r\nHerpetological Supplies\r\n(805) 542-9988  FAX (805) 542-9295\r\n<a href="http://www.zoomed.com/" target="_blank">www.zoomed.com</a>\r\nemail: <a href="mailto:zoomed@zoomed.com">zoomed@zoomed.com</a>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Related Sites</h4>\r\nThe AAZK, Inc. provides links to other sites as a convenience to users of the AAZK Enrichment Site, and does not necessarily endorse or take any responsibility for the content of these sites.\r\n\r\n<ul>\r\n    <li><a target="_blank" href="http://www.enrichment.org/">"The Shape of Enrichment"</a></li>\r\n    <li><a target="_blank" href="https://awionline.org/">Primate Enrichment Bibliography</a></li>\r\n    <li><a target="_blank" href="http://www.arkanimals.com/ark/e_index.html">E is for Enrichment</a></li>\r\n    <li><a target="_blank" href="http://www.brown.edu/Research/Primate/enrich.html">An Index of Laboratory Animal Enrichment Articles</a></li>\r\n    <li><a target="_blank" href="http://www.fortworthzoo.org/">The Fort Worth Zoo presents Enrichment Online</a></li>\r\n    <li><a target="_blank" href="http://www.animalenrichment.org/">Disney\'s Animal Kingdom: Animal Enrichment Programs</a></li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n\r\n<div id="inner-links"></div>', 'Enrichment Suppliers', 0, '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2013-10-29 14:27:08', '2013-10-29 19:27:08', '', 324, 'http://web3.gowebsolutions.com/~aazook/324-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3684, 1, '2013-10-29 14:24:06', '2013-10-29 19:24:06', '<h4>Suppliers</h4>\r\n<div class="first sixcol">\r\n<h6>Absolute Primate Enrichment Systems</h6>\r\nEnrichment devices for primates\r\n(817) 228-2281\r\n<a href="http://www.absoluteprimate.com" target="_blank">www.absoluteprimate.com</a>\r\n\r\n<h6>American Excelsior Company</h6>\r\nWoodwool Substrates\r\n(800) 326-3626\r\n<a href="http://www.amerexcel.com/" target="_blank">www.amerexcel.com</a>\r\n\r\n<h6>Animal Management Resources</h6>\r\n(910) 246-6263\r\n<a href="http://www.mytrainingstore.com" target="_blank">www.mytrainingstore.com</a>\r\nemail: <a href="mailto:meg@mytrainingstore.com">meg@mytrainingstore.com</a></li>\r\n\r\n<h6>Aussie Dog Products</h6>\r\nEnrichment devices for dogs, horses and zoo animals\r\n+61 (0)3 9752-3336  FAX +61 (0)3 9758-3020\r\n<a href="http://www.aussiedog.com.au" target="_blank">www.aussiedog.com.au</a>\r\n\r\n<h6>BCI Burke Co., Inc.</h6>\r\nPlayground Structures\r\n800-266-1250 FAX  (414) 921-9566\r\nemail: <a href="mailto:info@bciburke.com">info@bciburke.com</a>\r\n<a href="http://www.bciburke.com/" target="_blank">www.bciburke.com</a>\r\n\r\n<h6>Bio-Serve</h6>\r\nEnrichment devices for primates, dogs, pigs, rodents\r\n(908) 996-2155 FAX  (908) 996-4123\r\n<a href="http://www.bio-serv.com" target="_blank">www.bio-serv.com</a>\r\n\r\n<h6>Birds Just Wanna Have Fun</h6>\r\nBird toys\r\n1-800-246-1018 or (512) 401-0536\r\nE-mail: <a href="mailto:info@birdsjustwannahavefun.com">info@birdsjustwannahavefun.com</a>\r\n<a href="http://www.birdsjustwannahavefun.com/" target="_blank">www.birdsjustwannahavefun.com</a>\r\n\r\n<h6>Boomer Ball®, Inc.</h6>\r\nEnrichment devices for zoo animals\r\n(888) 858-9529  or (847) 546-6125\r\nFAX (800) 858-9529  or (847) 546-6185\r\n\r\n<h6>Busy Beaks</h6>\r\nBird toys\r\n<a href="http://www.busybeaks.com" target="_blank">www.busybeaks.com</a>\r\n458 Lucher Rd.\r\nWillis, TX 77378\r\n(936)344-8400 (phone)\r\n(936)344-8406 (fax)\r\n<a href="mailto:BusyBeaksToys@aol.com">BusyBeaksToys@aol.com</a>\r\n\r\n<h6>The Caning Company</h6>\r\nGourds\r\n(800) 544-3373\r\n<a href="http://www.caning.com/" target="_blank">www.caning.com</a>\r\n\r\n<h6>Choppers Toys/Design-Rite Products</h6>\r\n101 North 55th Street Unit #4\r\nPhoenix AZ 85034\r\n(480) 945-8406\r\n<a href="http://www.chopperstoys.com/" target="_blank">www.chopperstoys.com</a>\r\n\r\n<h6>Desert Plastics</h6>\r\n2401A Phoenix, NE\r\nAlbuquerque, NM 87107\r\nPhone: (505) 884-3889\r\nFax: (505) 884-3932\r\n<a href="http://www.desertplastics-abq.com/" target="_blank">www.desertplastics-abq.com</a>\r\n\r\n<h6>Doctors Fosters Smith</h6>\r\nPet Supply\r\n(800) 826-7206\r\n<a href="http://www.drsfostersmith.com/" target="_blank">www.drsfostersmith.com</a>\r\n\r\n<h6>Duracast Products, Inc.</h6>\r\nPlastic enrichment products\r\n(800) 683-4116  FAX (863) 638-2443\r\n<a href="http://www.duracast.com" target="_blank">http://www.duracast.com</a>\r\n\r\n<h6>Edible Landscaping</h6>\r\nEdible Plants\r\n800-524-4156 FAX  (434) 361-1916\r\n<a href="http://www.eat-it.com/" target="_blank">www.eat-it.com </a>\r\n\r\n<h6>E Street Plastics</h6>\r\nAcrylic mirrors, plexi and lexan\r\n(972) 207-0936\r\n<a href="http://www.estreetplastics.com" target="_blank">www.estreetplastics.com</a>\r\nemail: <a href="mailto:sales@estreetplastics.com">sales@estreetplastics.com</a>\r\n\r\n<h6>Ethical, Inc.</h6>\r\nVinyl chew toys, squish balls\r\n(973) 484-1000\r\n<a href="http://www.ethicalpet.com/" target="_blank">www.ethicalpet.com</a>\r\n\r\n<h6>Exotic Creations</h6>\r\nBird Toys\r\n(612) 785-0376\r\n<a href="http://www.exoticreations.com" target="_blank">www.exoticreations.com</a>\r\n\r\n<h6>Fauna-Tek</h6>\r\nNew England Exotics, Inc.\r\n71 Michaels Rd.\r\nWells, ME 04090\r\n207-646-7173\r\n<a href="http://www.fauna-tek.net" target="_blank">www.fauna-tek.net</a>\r\n\r\n<h6>Fluker Farms</h6>\r\nHerpetological Supplies\r\n(800) 735-8537\r\n<a href="http://www.flukerfarms.com" target="_blank">www.flukerfarms.com</a>\r\n\r\n<h6>Injoy Coursing Equipment</h6>\r\nCoursing Lures\r\n(802) 425-3691 FAX  (802) 425-4468\r\n<a href="http://www.injoy-1.com" target="_blank">www.injoy-1.com</a>\r\n\r\n<h6>International Cordage</h6>\r\nRope Structures\r\n(602) 252-3155\r\nFAX  (602) 252-3053\r\n<a href="http://www.internationalcordage.com/" target="_blank">www.internationalcordage.com</a>\r\n\r\n<h6>Jeffer’s Pet Supply</h6>\r\nPet &amp; livestock supplies\r\n(800) 533-3377\r\n<a href="http://www.jefferspet.com" target="_blank">www.jefferspet.com</a>\r\n<a href="http://www.jefferslivestock.com" target="_blank">www.jefferslivestock.com</a>\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h6>Jolly Pets</h6>\r\nHorseman’s Pride\r\nHeavy duty plastic toys\r\n10008 State Rt. 43\r\nStreetsboro, OH. 44241\r\n<a href="http://www.jollypets.com/HorsemenHome.html" target="_blank">http://www.jollypets.com/HorsemenHome.html</a>\r\nemail: <a href="mailto:cservice@jollypets.com">cservice@jollypets.com</a>\r\n\r\n<h6>The Kong Company</h6>\r\nKong toys\r\n16191 Table Mountain Parkway\r\nGolden, CO 80403\r\n(303)  216-2626\r\n<a href="http://www.kongcompany.com/" target="_blank">http://www.kongcompany.com/</a>\r\n\r\n<h6>Kracor, Inc.</h6>\r\nPlastic enrichment feeders &amp; toys\r\n(800) 255-6335\r\n<a href="http://www.kracor.com" target="_blank">www.kracor.com</a>\r\nemail:  <a href="mailto:custormerservice@kracor.com">custormerservice@kracor.com</a>\r\n\r\n<h6>The Larson Company</h6>\r\n"The Stump" enrichment  device\r\n(520) 294-3900 FAX  (520) 741-7930\r\n<a href="http://www.larson-usa.com" target="_blank">www.larson-usa.com</a>\r\n\r\n<h6>Leather Elves</h6>\r\nEnrichment devices for birds &amp; zoo animals\r\n(781) 331-8557\r\n<a href="http://www.theleatherelves.com" target="_blank">www.theleatherelves.com</a>\r\n\r\n<h6>Lomir Primate Enrichment Technologies</h6>\r\nPrimate enrichment products\r\n(877) 425-3604\r\n<a href="http://www.lomir.com/pet" target="_blank">www.lomir.com/pet</a>\r\n\r\n<h6>Omaha Vaccine Company</h6>\r\nPet Supplies\r\n800-367-4444\r\nFAX 800-242-9447\r\n<a href="http://www.omahavaccine.com/" target="_blank">www.omahavaccine.com</a>\r\n\r\n<h6>Otto Environmental</h6>\r\nEnrichment devices for zoo animals\r\n(414) 358-1001\r\n<a href="http://www.ottoenvironmental.com/" target="_blank">www.ottoenvironmental.com</a>\r\n\r\n<h6>Pacific Fibre and Rope Co., Inc.</h6>\r\nCargo nets and rope ladders\r\nFAX (310) 835-6781\r\n<a href="http://www.pacificfibre.com/" target="_blank">www.pacificfibre.com</a>\r\nemail: <a href="mailto:pacfib@worldnet.att.net">pacfib@worldnet.att.net</a>\r\n\r\n<h6>Primate Products</h6>\r\n<a href="http://www.primateproducts.com" target="_blank">www.primateproducts.com </a>\r\n\r\n<h6>PetsMart</h6>\r\n19601 N. 27th Ave.\r\nPhoenix,  AZ. 85027\r\n(800) 738-1385\r\nPet supplies: <a href="http://www.petsmart.com/" target="_blank">www.petsmart.com</a>\r\n\r\n<h6>Rotonics</h6>\r\nCustom rotational plastics molding &amp; buoys\r\n(800) 351-1363\r\n<a href="http://www.rotonics.com" target="_blank">www.rotonics.com</a>\r\nemail: <a href="mailto:buoys@rotonics.com">buoys@rotonics.com</a>\r\n\r\n<h6>Safari Thatch, Inc.</h6>\r\nBamboo Products\r\n(954) 564-0059\r\nFAX (954) 564-7431\r\n<a href="http://www.safarithatch.com/" target="_blank">www.safarithatch.com</a>\r\n\r\n<h6>Sanctuary Supplies</h6>\r\n4300 Pletzer Blvd.\r\nRootstown, OH. 44272\r\n(877) 886-1992\r\n<a href="http://www.sanctuarysupplies.com" target="_blank">www.sanctuarysupplies.com</a>\r\n\r\n<h6>Seeds of Change</h6>\r\nOrganic seeds for edible plants\r\nFAX (505) 438-7052\r\n<a href="http://www.seedsofchange.com/" target="_blank">www.seedsofchange.com</a>\r\n\r\n<h6>SINCO Group, Inc.</h6>\r\nCargo Nets\r\nFAX (860) 632-1509\r\n<a href="http://www.sinco.com/" target="_blank">www.sinco.com</a>\r\nemail: <a href="mailto:sales@sincosala.com">sales@sincosala.com</a>\r\n\r\n<h6>SitStay</h6>\r\nTraining Clickers\r\nFAX (402) 467-5055\r\n<a href="http://www.sitstay.com/" target="_blank">www.sitstay.com</a>\r\n\r\n<h6>StarBird</h6>\r\nZoo Enrichment\r\n(310) 489-8868\r\nFAX (310) 828-5129\r\n<a href="http://www.estarbird.com/" target="_blank">www.estarbird.com</a>\r\n\r\n<h6>Sweeney Enterprises, Inc.</h6>\r\nAutomatic Feeders\r\n(800) 443-4244\r\nFAX (800) 337-5017\r\n<a href="http://www.sweeneyfeeders.com" target="_blank">www.sweeneyfeeders.com</a>\r\n\r\n<h6>That Pet Place</h6>\r\n<a href="http://www.thatpetplace.com" target="_blank">www.thatpetplace.com </a>\r\n\r\n<h6>Twin Leather Company</h6>\r\nBird toy parts and supplies\r\n(508) 583-3485\r\nFAX (508) 586-4501\r\n<a href="http://www.twinleather.com/" target="_blank">www.twinleather.com</a>\r\nemail: <a href="mailto:sales@twinleather.com">sales@twinleather.com</a>\r\n\r\n<h6>Valentine Inc.</h6>\r\nZoological supplies\r\nFAX  (239) 645 4682\r\n<a href="http://www.valentineinc.com/" target="_blank">www.valentineinc.com</a>\r\n\r\n<h6>Welburn Gourd Farm</h6>\r\nGourds\r\n(760)728-4271\r\n<a href="http://www.welburngourdfarm.com" target="_blank">www.welburngourdfarm.com</a>\r\n\r\n<h6>World Champion Horse Equipment</h6>\r\nEquine Supply\r\n(931) 684-0496\r\n<a href="http://www.ehorseequipment.com" target="_blank">www.ehorseequipment.com</a>\r\n\r\n<h6>Zoomed Laboratories</h6>\r\nHerpetological Supplies\r\n(805) 542-9988  FAX (805) 542-9295\r\n<a href="http://www.zoomed.com/" target="_blank">www.zoomed.com</a>\r\nemail: <a href="mailto:zoomed@zoomed.com">zoomed@zoomed.com</a>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Related Sites</h4>\r\nThe AAZK, Inc. provides links to other sites as a convenience to users of the AAZK Enrichment Site, and does not necessarily endorse or take any responsibility for the content of these sites.\r\n\r\n<ul>\r\n    <li><a target="_blank" href="http://www.enrichment.org">"The Shape of Enrichment"</a></li>\r\n    <li><a target="_blank" href="http://www.animalwelfare.com/Lab_animals/biblio/">Primate Enrichment Bibliography</a></li>\r\n    <li><a target="_blank" href="http://www.arkanimals.com/ark/e_index.html">E is for Enrichment</a></li>\r\n    <li><a target="_blank" href="http://www.brown.edu/Research/Primate/enrich.html">An Index of Laboratory Animal Enrichment Articles</a></li>\r\n    <li><a target="_blank" href="http://www.enrichmentonline.org/browse/index.asp">The Fort Worth Zoo presents Enrichment Online</a></li>\r\n    <li><a target="_blank" href="http://animalenrichment.org/">Disney\'s Animal Kingdom: Animal Enrichment Programs</a></li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n\r\n<div id="inner-links"></div>', 'Enrichment Suppliers', 0, '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2013-10-29 14:24:06', '2013-10-29 19:24:06', '', 324, 'http://web3.gowebsolutions.com/~aazook/324-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3687, 1, '2013-10-29 15:40:43', '2013-10-29 20:40:43', '<h3>Committees</h3>\r\n<p>Dedicated to professional animal care, the vision of AAZK is to provide resources for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function please log in to the Members Only Page and open the Committees and Program tab.</p>\r\n\r\n<div class="first sixcol">\r\n<h4><i class="left icon-trophy"></i> Awards Committee</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards’ criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award’s recipients each year at the National Conference.\r\n<a class="button" href="[homeurl]/committee/awards-committee/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-lamp"></i> Behavioral Husbandry Committee</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<a class="button" href="[homeurl]/committee/behavioral-husbandry/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-mic"></i> Communication Committee</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership.  The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-heart"></i> Conservation Committee</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<a class="button" href="[homeurl]/committee/conservation-committee/">Learn More</a>\r\n</div>\r\n<div class="last sixcol">\r\n\r\n<h4><i class="left icon-doc-text-inv"></i> Ethics Committee</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-chart-bar"></i> Grants Committee</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<a class="button" href="[homeurl]/committee/grants-committee/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-graduation-cap"></i> Professional Development Committee</h4>\r\nAAZK’s Professional Development Committee’s mission is to provide a resource for National AAZK members to explore continuing education opportunities. Our goal is concentrate on continuing education through online training courses and conference workshops. Online courses can be found at the <a target="_blank" href="http://sdzglobalacademy.org/courses.html">San Diego Global Academy courses</a>. Over 200 self-directed courses are offered. Conferences are held annually and delegates are provided with paper presentations, posters sessions, and a variety of workshops to meet everyone’s needs. Workshops can be lecture based or hands on.  \r\n<a class="button" href="[homeurl]/committee/professional-development-committee/">Learn More</a>\r\n</div>\r\n\r\n\r\n\r\n<div class="clear"></div>\r\n\r\n<h3>Programs</h3>\r\nDedicated to professional animal care, the vision of AAZK is to provide resources through internal, national and international Programs. Our Programs are developed to further this vision. To learn about AAZK Programs please click on one of the links below.\r\n\r\n<div class="first sixcol">\r\n<h4><i class="left icon-users"></i> Bylaws Program</h4>\r\nThe Program Manager annually reviews the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. When developing new Bylaws, the Program expands to a Member Committee consisting of five members, two of which shall be member of the Board of Directors. (If you would like a copy of the Association’s Bylaws please <a href="[homeurl]/contact/">contact</a> the Administrative Office.)\r\n<a class="button" href="[homeurl]/committee/bylaws-committee/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-globe"></i> International Congress of Zoo Keepers Program</h4>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n<a class="button" href="[homeurl]/committee/international-programs/">Learn More</a>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n\r\n<h4><i class="left icon-star"></i> National Zoo Keeper Week Program</h4>\r\nAs the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n<a class="button" href="[homeurl]/committee/national-zoo-keeper-week/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-leaf"></i> Trees for You and Me Program</h4>\r\nTrees for You & Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. Every year, the effort has a local focus.  Gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, AAZK believes drawing attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<a class="button" href="[homeurl]/committee/trees-for-you-and-me/">Learn More</a>\r\n</div>', 'Committees and Programs', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2013-10-29 15:40:43', '2013-10-29 20:40:43', '', 12, 'http://web3.gowebsolutions.com/~aazook/12-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3688, 1, '2013-10-29 15:45:44', '2013-10-29 20:45:44', '<h4>Purpose</h4>\nThis committee shall annually review the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. The committee consists of a minimum of five members, two of which shall be member of the Board of Directors. Appointments are made at the discretion of the President. If you would like a copy of the Association’s Bylaws please contact the Administrative Office.\n\n<h4>Committee Chair</h4>\n<div class="first sixcol">\n<img class="alignnone size-full wp-image-1937" title="rickotarsky" src="http://aecetia.net/gws/aazk/wp-content/uploads/rickotarsky.jpg" alt="rickotarsky" width="131" height="150" />\n<p align="center">Ric Kotarsky - <em>Tulsa Zoo</em></p>\n</div>', 'Bylaws Program', 0, '', 'inherit', 'closed', 'closed', '', '173-autosave-v1', '', '', '2013-10-29 15:45:44', '2013-10-29 20:45:44', '', 173, 'http://web3.gowebsolutions.com/~aazook/173-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3689, 1, '2013-10-29 15:46:12', '2013-10-29 20:46:12', '<h4>Purpose</h4>\r\nThis committee shall annually review the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. The committee consists of a minimum of five members, two of which shall be member of the Board of Directors. Appointments are made at the discretion of the President. If you would like a copy of the Association’s Bylaws please contact the Administrative Office.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Committee Chair</h4>\r\n<div class="first sixcol">\r\n<img class="alignnone size-full wp-image-1937" title="rickotarsky" src="http://aecetia.net/gws/aazk/wp-content/uploads/rickotarsky.jpg" alt="rickotarsky" width="131" height="150" />\r\n<p align="center">Ric Kotarsky - <em>Tulsa Zoo</em></p>\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Bylaws Program', 0, '', 'inherit', 'closed', 'closed', '', '173-revision-v1', '', '', '2013-10-29 15:46:12', '2013-10-29 20:46:12', '', 173, 'http://web3.gowebsolutions.com/~aazook/173-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3690, 1, '2013-10-29 15:46:39', '2013-10-29 20:46:39', '<h4>Purpose</h4>\r\nThis committee shall annually review the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. The committee consists of a minimum of five members, two of which shall be member of the Board of Directors. Appointments are made at the discretion of the President. If you would like a copy of the Association’s Bylaws please contact the Administrative Office.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Committee Chair</h4>\r\n<div class="first sixcol">\r\n<img class="aligncenter" title="rickotarsky" src="http://aecetia.net/gws/aazk/wp-content/uploads/rickotarsky.jpg" alt="rickotarsky" width="131" height="150" />\r\n<p align="center">Ric Kotarsky - <em>Tulsa Zoo</em></p>\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Bylaws Program', 0, '', 'inherit', 'closed', 'closed', '', '173-revision-v1', '', '', '2013-10-29 15:46:39', '2013-10-29 20:46:39', '', 173, 'http://web3.gowebsolutions.com/~aazook/173-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3691, 1, '2013-10-29 15:56:47', '2013-10-29 20:56:47', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\n\n<img class="aligncenter size-full wp-image-2841" title="nzkw_2013_horz" src="http://aecetia.net/gws/aazk/wp-content/uploads/nzkw_2013_horz.jpg" alt="nzkw_2013_horz" width="705" height="103" />\n\n<div class="hr"></div>\n\n<h4>Ideas</h4>\nNeed ideas for celebrating this week or graphics? Download the following:\n<i class="left icon-download"></i> <a target="_blank" href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf">NZKW ideas (PDF)</a>\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\n\n<h6>NZKW Graphics</h6>\nPlease be patient when downloading, as for some of these files are large. <em>For JPGs right click on the graphic to save once the link has opened in a new window.</em>\n\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_horz.jpg">2013 logo horizontal</a> (jpg)\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_horz.pdf">2013 logo horizontal</a> (pdf)\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_vert.jpg">2013 logo vertical</a> (jpg)\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_vert.pdf">2013 logo vertical</a> (pdf)\n\n<div class="hr"></div>\n\n<h4>National Zoo Keeper Week Proclamation</h4>\n\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\n\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\n\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\n\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\n\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\n\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\n\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\n\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.\n\n<div id="inner-links"></div>', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-autosave-v1', '', '', '2013-10-29 15:56:47', '2013-10-29 20:56:47', '', 1193, 'http://web3.gowebsolutions.com/~aazook/1193-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3692, 1, '2013-10-29 15:54:53', '2013-10-29 20:54:53', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n<img class="aligncenter size-full wp-image-2841" title="nzkw_2013_horz" src="http://aecetia.net/gws/aazk/wp-content/uploads/nzkw_2013_horz.jpg" alt="nzkw_2013_horz" width="705" height="103" />\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Ideas</h4>\r\nNeed ideas for celebrating this week or graphics? Download the following:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf">NZKW ideas</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n\r\n<h6>NZKW Graphics<h6>\r\nPlease be patient when downloading, as for some of these files are large. <em>For JPGs right click on the graphic to save once the link has opened in a new window.</em>\r\n\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_horz.jpg">2013 logo horizontal</a> (jpg)\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_horz.pdf">2013 logo horizontal</a> (pdf)\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_vert.jpg">2013 logo vertical</a> (jpg)\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_vert.pdf">2013 logo vertical</a> (pdf)\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>NATIONAL ZOO KEEPER WEEK PROCLAMATION</h4>\r\n\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.\r\n\r\n<div id="inner-links"></div>', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2013-10-29 15:54:53', '2013-10-29 20:54:53', '', 1193, 'http://web3.gowebsolutions.com/~aazook/1193-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3693, 1, '2013-10-29 15:55:16', '2013-10-29 20:55:16', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n<img class="aligncenter size-full wp-image-2841" title="nzkw_2013_horz" src="http://aecetia.net/gws/aazk/wp-content/uploads/nzkw_2013_horz.jpg" alt="nzkw_2013_horz" width="705" height="103" />\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Ideas</h4>\r\nNeed ideas for celebrating this week or graphics? Download the following:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf">NZKW ideas</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n\r\n<h6>NZKW Graphics</h6>\r\nPlease be patient when downloading, as for some of these files are large. <em>For JPGs right click on the graphic to save once the link has opened in a new window.</em>\r\n\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_horz.jpg">2013 logo horizontal</a> (jpg)\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_horz.pdf">2013 logo horizontal</a> (pdf)\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_vert.jpg">2013 logo vertical</a> (jpg)\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_vert.pdf">2013 logo vertical</a> (pdf)\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>NATIONAL ZOO KEEPER WEEK PROCLAMATION</h4>\r\n\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.\r\n\r\n<div id="inner-links"></div>', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2013-10-29 15:55:16', '2013-10-29 20:55:16', '', 1193, 'http://web3.gowebsolutions.com/~aazook/1193-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3694, 1, '2013-10-29 15:55:45', '2013-10-29 20:55:45', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n<img class="aligncenter size-full wp-image-2841" title="nzkw_2013_horz" src="http://aecetia.net/gws/aazk/wp-content/uploads/nzkw_2013_horz.jpg" alt="nzkw_2013_horz" width="705" height="103" />\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Ideas</h4>\r\nNeed ideas for celebrating this week or graphics? Download the following:\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf">NZKW ideas</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n\r\n<h6>NZKW Graphics</h6>\r\nPlease be patient when downloading, as for some of these files are large. <em>For JPGs right click on the graphic to save once the link has opened in a new window.</em>\r\n\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_horz.jpg">2013 logo horizontal</a> (jpg)\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_horz.pdf">2013 logo horizontal</a> (pdf)\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_vert.jpg">2013 logo vertical</a> (jpg)\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_vert.pdf">2013 logo vertical</a> (pdf)\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>National Zoo Keeper Week Proclamation</h4>\r\n\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.\r\n\r\n<div id="inner-links"></div>', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2013-10-29 15:55:45', '2013-10-29 20:55:45', '', 1193, 'http://web3.gowebsolutions.com/~aazook/1193-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3695, 1, '2013-10-29 16:07:27', '2013-10-29 21:07:27', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\n\n<img class="aligncenter size-full wp-image-2841" title="nzkw_2013_horz" src="http://aecetia.net/gws/aazk/wp-content/uploads/nzkw_2013_horz.jpg" alt="nzkw_2013_horz" width="705" height="103" />\n\n<div class="hr"></div>\n\n<h4>Ideas</h4>\nNeed ideas for celebrating this week or graphics? Download the following:\n<i class="left icon-download"></i> <a target="_blank" href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf">NZKW ideas (PDF)</a>\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\n\n<h6>NZKW Graphics</h6>\nPlease be patient when downloading, as for some of these files are large. <em>For JPGs right click on the graphic to save once the link has opened in a new window.</em>\n\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_horz.jpg">2013 logo horizontal</a> (jpg)\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_horz.pdf">2013 logo horizontal</a> (pdf)\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_vert.jpg">2013 logo vertical</a> (jpg)\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_vert.pdf">2013 logo vertical</a> (pdf)\n\n<div class="hr"></div>\n\n<h4>National Zoo Keeper Week Proclamation</h4>\n\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\n\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\n\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\n\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\n\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\n\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\n\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\n\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.\n\n<div id="inner-links"></div>', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2013-10-29 16:07:27', '2013-10-29 21:07:27', '', 1193, 'http://web3.gowebsolutions.com/~aazook/1193-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3696, 1, '2013-10-29 16:07:46', '2013-10-29 21:07:46', 'As the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n\r\n<img class="aligncenter size-full wp-image-2841" title="nzkw_2013_horz" src="http://aecetia.net/gws/aazk/wp-content/uploads/nzkw_2013_horz.jpg" alt="nzkw_2013_horz" width="705" height="103" />\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Ideas</h4>\r\nNeed ideas for celebrating this week or graphics? Download the following:\r\n<i class="left icon-download"></i> <a target="_blank" href="http://aecetia.net/gws/aazk/wp-content/uploads/National Zoo Keeper Week Ideas.pdf">NZKW ideas (PDF)</a>\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/NZKW Press release10.doc">NZKW sample press release</a> (Word format)\r\n<i class="left icon-download"></i> <a href="http://aecetia.net/gws/aazk/wp-content/uploads/nzkwproclamation.doc">NZKW proclamation</a> (Word format)\r\n\r\n<h6>NZKW Graphics</h6>\r\nPlease be patient when downloading, as for some of these files are large. <em>For JPGs right click on the graphic to save once the link has opened in a new window.</em>\r\n\r\n<i class="left icon-download"></i> <a target="_blank" href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_horz.jpg">2013 logo horizontal</a> (jpg)\r\n<i class="left icon-download"></i> <a target="_blank" href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_horz.pdf">2013 logo horizontal</a> (pdf)\r\n<i class="left icon-download"></i> <a target="_blank" href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_vert.jpg">2013 logo vertical</a> (jpg)\r\n<i class="left icon-download"></i> <a target="_blank" href="http://aecetia.net/gws/aazk/wp-content/uploads/2013_logo_vert.pdf">2013 logo vertical</a> (pdf)\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>National Zoo Keeper Week Proclamation</h4>\r\n\r\n<strong>WHEREAS,</strong> worldwide animal populations are declining at an alarming rate with many facing extinction; and\r\n\r\nWHEREAS, zoological institutions have become the final hope for many endangered species recovery programs through conservation research, release programs, and by being a portal through which the general public can view and appreciate disappearing wildlife; and\r\n\r\nWHEREAS, zoological institutions are also population managers of keystone and cornerstone species, emphasizing the restoration of not just the endangered species, but a restoration of the delicate balance of nature; and\r\n\r\nWHEREAS, zoo keepers are the frontline soldiers for conservation, participating in the battle for species survival and preservation of the natural homelands of the animals they care for through public awareness, education, and exhibition; and\r\n\r\nWHEREAS, zoo keepers have become animal caretakers devoting their lives to caring for these animals; and\r\n\r\nWHEREAS, zoo keepers have become the spokespersons for vanishing wildlife, carrying the conservation message of habitat loss, endangered species, and preservation of nature’s threatened wildlands to the public; and\r\n\r\nWHEREAS, zoo keepers have become animal specialists, as educators, choreographers of animal behaviors through enrichment, behavior managers through operant conditioning, and reproductive specialists through improved observations and husbandry; and\r\n\r\nWHEREAS, to help increase public awareness about the need to preserve our precious habitats and the animals which inhabit them and to recognize the roles that zookeepers play in animal conservation and education, The American Association of Zoo Keepers invites all AAZK chapters to participate in National Zoo Keeper Week.\r\n\r\n<div id="inner-links"></div>', 'National Zoo Keeper Week', 0, '', 'inherit', 'closed', 'closed', '', '1193-revision-v1', '', '', '2013-10-29 16:07:46', '2013-10-29 21:07:46', '', 1193, 'http://web3.gowebsolutions.com/~aazook/1193-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3697, 1, '2013-10-29 16:32:12', '2013-10-29 21:32:12', '<h4>Australia</h4>\n<h6>Box Hill Institute</h6>\nCertificate III in Zookeeping\nPostal Address: Private Bag 2014, Box Hill 3128, AUSTRALIA\nWhitehorse Campus\n1000 Whitehorse Road, Box Hill, Victoria, Australia\nPhone: +61 (0)3 9286 9222\n<a href="http://www.bhtafe.edu.au/" target="_blank">http://www.bhtafe.edu.au/</a>\n<a href="mailto:courseinfo@bhtafe.edu.au">courseinfo@bhtafe.edu.au</a>\n3 year program\n\n<h6>Charles Stuart University</h6>\nAustralia\nGraduate Diploma of Captive Vertebrate Management\nGraduate Certificate in Captive Vertebrate Management\nThere is also a Masters degree available.\nThere are numerous campuses so all contact information is through the following link:\n<a  target="_blank" href="http://www.csu.edu.au/contacts/campus.htm">http://www.csu.edu.au/contacts/campus.htm</a>\n<a  target="_blank" href="http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview">http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview</a>\nCSU\'s Graduate Certificate in Captive Vertebrate Management is designed to provide graduates with scientific training and career development opportunities in the fields associated with captive vertebrate management.\n\n<h6>Ultimo College, TAFE, Sydney Australia</h6>\nCertificate III in Zookeeping\nCertificate III in Animal Care and Husbandry\nHarris Street, ULTIMO NSW 2007, AUSTRALIA\nPhone: within Australia 1300 360 601\nPhone: outside Australia +61 2 9217 2900\n<a  target="_blank" href="http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9">http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9</a>\n\n<h6>University of Western Australia</h6>\nBSc in Animal Science\nNedlands Perth, Western Australia 6907 Australia\n<a target="_blank" href="http://www.uwa.edu.au/">http://www.uwa.edu.au/</a>\n<a target="_blank" href="http://admissions.uwa.edu.au/undergrad/courses/animal_science">http://admissions.uwa.edu.au/undergrad/courses/animal_science</a>\nThe program is geared more toward animal management than most animal science programs.\n\n<div class="hr"></div>\n\n<h4>Canada</h4>\n<h6>Alberta Business Education Services</h6>\nCertificate in Zoo Technology\n#780 910 - 7th Avenue SW, Calgary, Alberta, Canada T2P 3N8\nPhone: (403) 232-8758\n<a href="http://www.abes.ca/programs.html">http://www.abes.ca/programs.html</a>\n\n<div class="hr"></div>\n\n<h4>France</h4>\nThese are not actual schools but training centers for adults.\n<h6>Instut Rural La chamelière</h6>\n44470 Carquefou\n00 33 240527982\n\n<div class="hr"></div>\n\n<h4>New Zealand</h4>\n<h6>Unitec New Zealand</h6>\nBachelor of Applied Animal Technology\nCertificates in Animal Care and Animal Management\nPrivate Bag 92025\nCarrington Road, Mt Albert\nAuckland, New Zealand\nPhone: +64-9-849 4180\n<a target="_blank" href="http://www.unitec.ac.nz/">http://www.unitec.ac.nz/</a>\n<a target="_blank" href="http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900">http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900</a>\nThis program aims to provide students with an understanding of the issues relating to animal health, welfare, production, conservation, and law and ethics. It also covers recent technological developments in these areas.\n\n<div class="hr"></div>\n\n<h4>United Kingdom</h4>\n<h6>Bishop Burton College</h6>\nBTCE National Diploma in Animal Management\nBishop Burton, Beverley, East Yorkshire HU17 8QG\nTel: (01964) 553000\n<a target="_blank" href="http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he">http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he</a>\n<a href="mailto:enquiries@bishopburton.ac.uk">enquiries@bishopburton.ac.uk</a>\n2 year program\nThey have several other areas of study related to animal care. These courses can be viewed on the same link.\n\n<h6>Hartpury College</h6>\nAnimal Care (First Diploma)\nAnimal Management (National Award)\nAnimal Management (National Certificate)\nAnimal Management (National Diploma)\nHartpury House, Gloucester, GL19 3BE\nTel: 01452 700283\n<a href="mailto:enquire@hartpury.ac.uk">enquire@hartpury.ac.uk</a>\n<a target="_blank" href="http://www.hartpury.ac.uk">http://www.hartpury.ac.uk</a>\n<a target="_blank" href="http://www.hartpury.ac.uk/Hartpury-College/Our-Courses/Further-Education/Areas-Of-Study/Animal-Care/">http://www.hartpury.ac.uk/Hartpury-College/Our-Courses/Further-Education/Areas-Of-Study/Animal-Care/</a>\nProgram runs one to four years depending on which degree you want.\n\n<h6>University of Plymouth</h6>\nMSc/PgDip Zoo Conservation Biology\nPostgraduate Admissions\nFaculty of Science\nUniversity of Plymouth, Drake Circus, Plymouth PL4 8AA\nUnited Kingdom\nTel: +44 (0)1752 233093\nThis program aims to provide the essential knowledge to support scientists working in areas of captive breeding, management of exotic animal species, and wildlife conservation. The programme is jointly delivered by staff of the University and Paignton Zoo Environment Park, Totnes Road, Paignton, Devon, TQ4 7EU.\n<a href="mailto:science@plymouth.ac.uk">science@plymouth.ac.uk</a>\n<a target="_blank" href="http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678">http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678</a>\n<a target="_blank" href="http://www.paigntonzoo.org.uk/">http://www.paigntonzoo.org.uk/</a>\n<h6>University of Greenwich</h6>\nAnimal Management BSc Hons / Animal Management HND\nOld Royal Naval College, Park Row, Greenwich, London SE10 9LS 020 8331 8000\n<a target="_blank" href="http://www.gre.ac.uk/">http://www.gre.ac.uk/</a>\n<a target="_blank" href="http://www.gre.ac.uk/courses/ug/ani/d300">http://www.gre.ac.uk/courses/ug/ani/d300</a>\n<a href="mailto:jeremy.kerswell@hadlow.ac.uk">jeremy.kerswell@hadlow.ac.uk</a>\n\n<h6>University of Lincoln</h6>\nBSc (Hons) Animal Management &amp; Welfare\nBrayford Pool, Lincoln, LN6 7TS UK\nTel: +44 (0)1522 882000\n<a href="mailto:enquiries@lincoln.ac.uk">enquiries@lincoln.ac.uk</a>\n<a  target="_blank"href="http://www.lincoln.ac.uk">http://www.lincoln.ac.uk</a>\n<a  target="_blank" href="http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp">http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp</a>\n3 year program\n\n<h6>Weston College</h6>\nNational Diploma in Animal Management\nKnightstone Road, Weston-super-Mare, North Somerset BS23 2AL\nTel: 01934 411 411\nOverseas Tel: +44 1934 411411\n<a target="_blank" href="http://www.weston.ac.uk">http://www.weston.ac.uk</a>\n<a target="_blank" href="http://www.weston.ac.uk/course/fdsc-animal-management">http://www.weston.ac.uk/course/fdsc-animal-management</a>\n2 year program\n\n<h6>Wiltshire College Lackham</h6>\nNational Diploma in Animal Management\nHigher National Certificate/Diploma in Animal Management\nBSc Honours in Animal Science and Management\nLacock ? Chippenham SN15 2NY\nPhone: 01249 466800\n<a target="_blank" href="http://www.wiltscoll.ac.uk">http://www.wiltscoll.ac.uk</a>\n<a href="mailto:info@wiltscoll.ac.uk">info@wiltscoll.ac.uk</a>\n<a target="_blank" href="http://www.wiltshire.ac.uk/courses/university_level/detail.aspx?ref=1140">http://www.wiltshire.ac.uk/courses/university_level/detail.aspx?ref=1140</a>\n<a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581">http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581</a>\nProgram runs one to four years depending on which degree you want.\n\n<div class="hr"></div>\n\n<h4>Other</h4>\n<h6>Hogeschool Van Hall Larenstein</h6>\nAgora 1, 8934 CJ Leeuwarden\n<a href="http://www.vanhall-larenstein.nl/">http://www.vanhall-larenstein.nl/</a>\n<a href="mailto:Hetty.vanDijk@wur.nl">Hetty.vanDijk@wur.nl</a>\n4 year Bachelor course in Animal Management (presented in Dutch)\nInternational students are welcome. The school offers an international programme for students with a bachelor diploma in a related field (or students who have finished at least 2 years of University education in a related field); this full time course is taught in English, takes 2 years and leads to a BSc in Nature and Wildlife Management. The number of English-taught modules has recently increased, including modules on Wildlife Management (both in situ and ex situ), Companion Animal Management, Animal Welfare, International Policy, and others.\nAqua Zoo Friesland\n<a href="http://www.otterparkleeuwarden.nl/">http://www.otterparkleeuwarden.nl/</a>\nStudents are responsible for part of the management of the zoo so they learn all aspects, not just animal keeping.\n\n<h6>Ogr\'d Zoologiczny w Poznaniu</h6>\nZoobiology Summer School at Poznan Zoo, Poland\nul. Browarna 25\n61-063 Poznan\nPolska\ntel. : dyrekcja : + 48 61 876 82 09, 876 82 25\nFAX. : + 48 61 877 35 33\n<a href="mailto:zoo@zoo.poznan.pl">zoo@zoo.poznan.pl</a>\nEvery year an increasing number of students work at the zoo as volunteers, practitioners, or to make observations for master\'s degrees and PhD\'s. As there is no place in our country where students can get a formal education in the management of wild animals in captivity, a need arose to provide, apart from normal work, a professional training in various aspects of zoo biology. Therefore we decided to hold for the first time a summer school.  During the intensive six day course from July 7 through July 12 there will be lectures as well as guided tours, led by curators, through the zoos. All higher staff of the zoo will be involved in the training. The lecture topics are varied and will cover all aspects of animal husbandry, feeding, history and development of modern zoos, conservation through captive breeding, reintroduction, record keeping, behavioral enrichment, hand-rearing techniques, genetics, international cooperation and education, and other subjects. Additionally, there will be a day-long excursion to the breeding center for native threatened species run by Academy of Agriculture.  Over 40 people registered for the summer school in 2003. Students include zoo animal keepers, students, scientific university staff as well as people simply interested in wild animal husbandry and zoos in general. We do hope that in this way we will further strengthen ties with scientific and conservation community as well as prepare new, better trained staff for Polish zoos.', 'International Programs', 0, '', 'inherit', 'closed', 'closed', '', '116-autosave-v1', '', '', '2013-10-29 16:32:12', '2013-10-29 21:32:12', '', 116, 'http://web3.gowebsolutions.com/~aazook/116-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3698, 1, '2013-10-29 16:38:31', '2013-10-29 21:38:31', '<h4>Australia</h4>\r\n<h6>Box Hill Institute</h6>\r\nCertificate III in Zookeeping\r\nPostal Address: Private Bag 2014, Box Hill 3128, AUSTRALIA\r\nWhitehorse Campus\r\n1000 Whitehorse Road, Box Hill, Victoria, Australia\r\nPhone: +61 (0)3 9286 9222\r\n<a href="http://www.bhtafe.edu.au/" target="_blank">http://www.bhtafe.edu.au/</a>\r\n<a href="mailto:courseinfo@bhtafe.edu.au">courseinfo@bhtafe.edu.au</a>\r\n3 year program\r\n\r\n<h6>Charles Stuart University</h6>\r\nAustralia\r\nGraduate Diploma of Captive Vertebrate Management\r\nGraduate Certificate in Captive Vertebrate Management\r\nThere is also a Masters degree available.\r\nThere are numerous campuses so all contact information is through the following link:\r\n<a  target="_blank" href="http://www.csu.edu.au/contacts/campus.htm">http://www.csu.edu.au/contacts/campus.htm</a>\r\n<a  target="_blank" href="http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview">http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview</a>\r\nCSU\'s Graduate Certificate in Captive Vertebrate Management is designed to provide graduates with scientific training and career development opportunities in the fields associated with captive vertebrate management.\r\n\r\n<h6>Ultimo College, TAFE, Sydney Australia</h6>\r\nCertificate III in Zookeeping\r\nCertificate III in Animal Care and Husbandry\r\nHarris Street, ULTIMO NSW 2007, AUSTRALIA\r\nPhone: within Australia 1300 360 601\r\nPhone: outside Australia +61 2 9217 2900\r\n<a  target="_blank" href="http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9">http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9</a>\r\n\r\n<h6>University of Western Australia</h6>\r\nBSc in Animal Science\r\nNedlands Perth, Western Australia 6907 Australia\r\n<a target="_blank" href="http://www.uwa.edu.au/">http://www.uwa.edu.au/</a>\r\n<a target="_blank" href="http://admissions.uwa.edu.au/undergrad/courses/animal_science">http://admissions.uwa.edu.au/undergrad/courses/animal_science</a>\r\nThe program is geared more toward animal management than most animal science programs.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Canada</h4>\r\n<h6>Alberta Business Education Services</h6>\r\nCertificate in Zoo Technology\r\n#780 910 - 7th Avenue SW, Calgary, Alberta, Canada T2P 3N8\r\nPhone: (403) 232-8758\r\n<a href="http://www.abes.ca/programs.html">http://www.abes.ca/programs.html</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>France</h4>\r\nThese are not actual schools but training centers for adults.\r\n<h6>Instut Rural La chamelière</h6>\r\n44470 Carquefou\r\n00 33 240527982\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>New Zealand</h4>\r\n<h6>Unitec New Zealand</h6>\r\nBachelor of Applied Animal Technology\r\nCertificates in Animal Care and Animal Management\r\nPrivate Bag 92025\r\nCarrington Road, Mt Albert\r\nAuckland, New Zealand\r\nPhone: +64-9-849 4180\r\n<a target="_blank" href="http://www.unitec.ac.nz/">http://www.unitec.ac.nz/</a>\r\n<a target="_blank" href="http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900">http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900</a>\r\nThis program aims to provide students with an understanding of the issues relating to animal health, welfare, production, conservation, and law and ethics. It also covers recent technological developments in these areas.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>United Kingdom</h4>\r\n<h6>Bishop Burton College</h6>\r\nBTCE National Diploma in Animal Management\r\nBishop Burton, Beverley, East Yorkshire HU17 8QG\r\nTel: (01964) 553000\r\n<a target="_blank" href="http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he">http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he</a>\r\n<a href="mailto:enquiries@bishopburton.ac.uk">enquiries@bishopburton.ac.uk</a>\r\n2 year program\r\nThey have several other areas of study related to animal care. These courses can be viewed on the same link.\r\n\r\n<h6>Hartpury College</h6>\r\nAnimal Care (First Diploma)\r\nAnimal Management (National Award)\r\nAnimal Management (National Certificate)\r\nAnimal Management (National Diploma)\r\nHartpury House, Gloucester, GL19 3BE\r\nTel: 01452 700283\r\n<a href="mailto:enquire@hartpury.ac.uk">enquire@hartpury.ac.uk</a>\r\n<a target="_blank" href="http://www.hartpury.ac.uk">http://www.hartpury.ac.uk</a>\r\n<a target="_blank" href="http://www.hartpury.ac.uk/Hartpury-College/Our-Courses/Further-Education/Areas-Of-Study/Animal-Care/">http://www.hartpury.ac.uk/Hartpury-College/Our-Courses/Further-Education/Areas-Of-Study/Animal-Care/</a>\r\nProgram runs one to four years depending on which degree you want.\r\n\r\n<h6>University of Plymouth</h6>\r\nMSc/PgDip Zoo Conservation Biology\r\nPostgraduate Admissions\r\nFaculty of Science\r\nUniversity of Plymouth, Drake Circus, Plymouth PL4 8AA\r\nUnited Kingdom\r\nTel: +44 (0)1752 233093\r\nThis program aims to provide the essential knowledge to support scientists working in areas of captive breeding, management of exotic animal species, and wildlife conservation. The programme is jointly delivered by staff of the University and Paignton Zoo Environment Park, Totnes Road, Paignton, Devon, TQ4 7EU.\r\n<a href="mailto:science@plymouth.ac.uk">science@plymouth.ac.uk</a>\r\n<a target="_blank" href="http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678">http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678</a>\r\n<a target="_blank" href="http://www.paigntonzoo.org.uk/">http://www.paigntonzoo.org.uk/</a>\r\n<h6>University of Greenwich</h6>\r\nAnimal Management BSc Hons / Animal Management HND\r\nOld Royal Naval College, Park Row, Greenwich, London SE10 9LS 020 8331 8000\r\n<a target="_blank" href="http://www.gre.ac.uk/">http://www.gre.ac.uk/</a>\r\n<a target="_blank" href="http://www.gre.ac.uk/courses/ug/ani/d300">http://www.gre.ac.uk/courses/ug/ani/d300</a>\r\n<a href="mailto:jeremy.kerswell@hadlow.ac.uk">jeremy.kerswell@hadlow.ac.uk</a>\r\n\r\n<h6>University of Lincoln</h6>\r\nBSc (Hons) Animal Management &amp; Welfare\r\nBrayford Pool, Lincoln, LN6 7TS UK\r\nTel: +44 (0)1522 882000\r\n<a href="mailto:enquiries@lincoln.ac.uk">enquiries@lincoln.ac.uk</a>\r\n<a  target="_blank"href="http://www.lincoln.ac.uk">http://www.lincoln.ac.uk</a>\r\n<a  target="_blank" href="http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp">http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp</a>\r\n3 year program\r\n\r\n<h6>Weston College</h6>\r\nNational Diploma in Animal Management\r\nKnightstone Road, Weston-super-Mare, North Somerset BS23 2AL\r\nTel: 01934 411 411\r\nOverseas Tel: +44 1934 411411\r\n<a target="_blank" href="http://www.weston.ac.uk">http://www.weston.ac.uk</a>\r\n<a target="_blank" href="http://www.weston.ac.uk/course/fdsc-animal-management">http://www.weston.ac.uk/course/fdsc-animal-management</a>\r\n2 year program\r\n\r\n<h6>Wiltshire College Lackham</h6>\r\nNational Diploma in Animal Management\r\nHigher National Certificate/Diploma in Animal Management\r\nBSc Honours in Animal Science and Management\r\nLacock ? Chippenham SN15 2NY\r\nPhone: 01249 466800\r\n<a target="_blank" href="http://www.wiltscoll.ac.uk">http://www.wiltscoll.ac.uk</a>\r\n<a href="mailto:info@wiltscoll.ac.uk">info@wiltscoll.ac.uk</a>\r\n<a target="_blank" href="http://www.wiltshire.ac.uk/courses/university_level/detail.aspx?ref=1140">http://www.wiltshire.ac.uk/courses/university_level/detail.aspx?ref=1140</a>\r\n<a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581">http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581</a>\r\nProgram runs one to four years depending on which degree you want.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Other</h4>\r\n<h6>Hogeschool Van Hall Larenstein</h6>\r\nAgora 1, 8934 CJ Leeuwarden\r\n<a href="http://www.vanhall-larenstein.nl/">http://www.vanhall-larenstein.nl/</a>\r\n<a href="mailto:Hetty.vanDijk@wur.nl">Hetty.vanDijk@wur.nl</a>\r\n4 year Bachelor course in Animal Management (presented in Dutch)\r\nInternational students are welcome. The school offers an international programme for students with a bachelor diploma in a related field (or students who have finished at least 2 years of University education in a related field); this full time course is taught in English, takes 2 years and leads to a BSc in Nature and Wildlife Management. The number of English-taught modules has recently increased, including modules on Wildlife Management (both in situ and ex situ), Companion Animal Management, Animal Welfare, International Policy, and others.\r\nAqua Zoo Friesland\r\n<a href="http://www.otterparkleeuwarden.nl/">http://www.otterparkleeuwarden.nl/</a>\r\nStudents are responsible for part of the management of the zoo so they learn all aspects, not just animal keeping.\r\n\r\n<h6>Ogr\'d Zoologiczny w Poznaniu</h6>\r\nZoobiology Summer School at Poznan Zoo, Poland\r\nul. Browarna 25\r\n61-063 Poznan\r\nPolska\r\ntel. : dyrekcja : + 48 61 876 82 09, 876 82 25\r\nFAX. : + 48 61 877 35 33\r\n<a href="mailto:zoo@zoo.poznan.pl">zoo@zoo.poznan.pl</a>\r\nEvery year an increasing number of students work at the zoo as volunteers, practitioners, or to make observations for master\'s degrees and PhD\'s. As there is no place in our country where students can get a formal education in the management of wild animals in captivity, a need arose to provide, apart from normal work, a professional training in various aspects of zoo biology. Therefore we decided to hold for the first time a summer school.  During the intensive six day course from July 7 through July 12 there will be lectures as well as guided tours, led by curators, through the zoos. All higher staff of the zoo will be involved in the training. The lecture topics are varied and will cover all aspects of animal husbandry, feeding, history and development of modern zoos, conservation through captive breeding, reintroduction, record keeping, behavioral enrichment, hand-rearing techniques, genetics, international cooperation and education, and other subjects. Additionally, there will be a day-long excursion to the breeding center for native threatened species run by Academy of Agriculture.  Over 40 people registered for the summer school in 2003. Students include zoo animal keepers, students, scientific university staff as well as people simply interested in wild animal husbandry and zoos in general. We do hope that in this way we will further strengthen ties with scientific and conservation community as well as prepare new, better trained staff for Polish zoos.\r\n\r\n<div id="inner-links"></div>', 'International Programs', 0, '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2013-10-29 16:38:31', '2013-10-29 21:38:31', '', 116, 'http://web3.gowebsolutions.com/~aazook/116-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3699, 1, '2013-10-29 16:40:03', '2013-10-29 21:40:03', '<h4>Australia</h4>\r\n<h6>Box Hill Institute</h6>\r\nCertificate III in Zookeeping\r\nPostal Address: Private Bag 2014, Box Hill 3128, AUSTRALIA\r\nWhitehorse Campus\r\n1000 Whitehorse Road, Box Hill, Victoria, Australia\r\nPhone: +61 (0)3 9286 9222\r\n<a href="http://www.bhtafe.edu.au/" target="_blank">http://www.bhtafe.edu.au/</a>\r\n<a href="mailto:courseinfo@bhtafe.edu.au">courseinfo@bhtafe.edu.au</a>\r\n3 year program\r\n\r\n<h6>Charles Stuart University</h6>\r\nAustralia\r\nGraduate Diploma of Captive Vertebrate Management\r\nGraduate Certificate in Captive Vertebrate Management\r\nThere is also a Masters degree available.\r\nThere are numerous campuses so all contact information is through the following link:\r\n<a  target="_blank" href="http://www.csu.edu.au/contacts/campus.htm">http://www.csu.edu.au/contacts/campus.htm</a>\r\n<a  target="_blank" href="http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview">http://www.csu.edu.au/courses/postgraduate/captive_vertebrate_management/course-overview</a>\r\nCSU\'s Graduate Certificate in Captive Vertebrate Management is designed to provide graduates with scientific training and career development opportunities in the fields associated with captive vertebrate management.\r\n\r\n<h6>Ultimo College, TAFE, Sydney Australia</h6>\r\nCertificate III in Zookeeping\r\nCertificate III in Animal Care and Husbandry\r\nHarris Street, ULTIMO NSW 2007, AUSTRALIA\r\nPhone: within Australia 1300 360 601\r\nPhone: outside Australia +61 2 9217 2900\r\n<a  target="_blank" href="http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9">http://www.sit.nsw.edu.au/colleges/index.php?Page=7&amp;Select=47&amp;Seq=9</a>\r\n\r\n<h6>University of Western Australia</h6>\r\nBSc in Animal Science\r\nNedlands Perth, Western Australia 6907 Australia\r\n<a target="_blank" href="http://www.uwa.edu.au/">http://www.uwa.edu.au/</a>\r\n<a target="_blank" href="http://admissions.uwa.edu.au/undergrad/courses/animal_science">http://admissions.uwa.edu.au/undergrad/courses/animal_science</a>\r\nThe program is geared more toward animal management than most animal science programs.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Canada</h4>\r\n<h6>Alberta Business Education Services</h6>\r\nCertificate in Zoo Technology\r\n#780 910 - 7th Avenue SW, Calgary, Alberta, Canada T2P 3N8\r\nPhone: (403) 232-8758\r\n<a target="_blank" href="http://www.abes.ca/programs.html">http://www.abes.ca/programs.html</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>France</h4>\r\nThese are not actual schools but training centers for adults.\r\n<h6>Instut Rural La chamelière</h6>\r\n44470 Carquefou\r\n00 33 240527982\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>New Zealand</h4>\r\n<h6>Unitec New Zealand</h6>\r\nBachelor of Applied Animal Technology\r\nCertificates in Animal Care and Animal Management\r\nPrivate Bag 92025\r\nCarrington Road, Mt Albert\r\nAuckland, New Zealand\r\nPhone: +64-9-849 4180\r\n<a target="_blank" href="http://www.unitec.ac.nz/">http://www.unitec.ac.nz/</a>\r\n<a target="_blank" href="http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900">http://www.unitec.ac.nz/index.cfm?B8C8960B-559A-4F40-9104-7DE137029900</a>\r\nThis program aims to provide students with an understanding of the issues relating to animal health, welfare, production, conservation, and law and ethics. It also covers recent technological developments in these areas.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>United Kingdom</h4>\r\n<h6>Bishop Burton College</h6>\r\nBTCE National Diploma in Animal Management\r\nBishop Burton, Beverley, East Yorkshire HU17 8QG\r\nTel: (01964) 553000\r\n<a target="_blank" href="http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he">http://www.bishopburton.ac.uk/index.php?module=courses&amp;navId=5&amp;courseId=9&amp;mode=he</a>\r\n<a href="mailto:enquiries@bishopburton.ac.uk">enquiries@bishopburton.ac.uk</a>\r\n2 year program\r\nThey have several other areas of study related to animal care. These courses can be viewed on the same link.\r\n\r\n<h6>Hartpury College</h6>\r\nAnimal Care (First Diploma)\r\nAnimal Management (National Award)\r\nAnimal Management (National Certificate)\r\nAnimal Management (National Diploma)\r\nHartpury House, Gloucester, GL19 3BE\r\nTel: 01452 700283\r\n<a href="mailto:enquire@hartpury.ac.uk">enquire@hartpury.ac.uk</a>\r\n<a target="_blank" href="http://www.hartpury.ac.uk">http://www.hartpury.ac.uk</a>\r\n<a target="_blank" href="http://www.hartpury.ac.uk/Hartpury-College/Our-Courses/Further-Education/Areas-Of-Study/Animal-Care/">http://www.hartpury.ac.uk/Hartpury-College/Our-Courses/Further-Education/Areas-Of-Study/Animal-Care/</a>\r\nProgram runs one to four years depending on which degree you want.\r\n\r\n<h6>University of Plymouth</h6>\r\nMSc/PgDip Zoo Conservation Biology\r\nPostgraduate Admissions\r\nFaculty of Science\r\nUniversity of Plymouth, Drake Circus, Plymouth PL4 8AA\r\nUnited Kingdom\r\nTel: +44 (0)1752 233093\r\nThis program aims to provide the essential knowledge to support scientists working in areas of captive breeding, management of exotic animal species, and wildlife conservation. The programme is jointly delivered by staff of the University and Paignton Zoo Environment Park, Totnes Road, Paignton, Devon, TQ4 7EU.\r\n<a href="mailto:science@plymouth.ac.uk">science@plymouth.ac.uk</a>\r\n<a target="_blank" href="http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678">http://www.plymouth.ac.uk/courses/course.asp?al=2&amp;id=2678</a>\r\n<a target="_blank" href="http://www.paigntonzoo.org.uk/">http://www.paigntonzoo.org.uk/</a>\r\n<h6>University of Greenwich</h6>\r\nAnimal Management BSc Hons / Animal Management HND\r\nOld Royal Naval College, Park Row, Greenwich, London SE10 9LS 020 8331 8000\r\n<a target="_blank" href="http://www.gre.ac.uk/">http://www.gre.ac.uk/</a>\r\n<a target="_blank" href="http://www.gre.ac.uk/courses/ug/ani/d300">http://www.gre.ac.uk/courses/ug/ani/d300</a>\r\n<a href="mailto:jeremy.kerswell@hadlow.ac.uk">jeremy.kerswell@hadlow.ac.uk</a>\r\n\r\n<h6>University of Lincoln</h6>\r\nBSc (Hons) Animal Management &amp; Welfare\r\nBrayford Pool, Lincoln, LN6 7TS UK\r\nTel: +44 (0)1522 882000\r\n<a href="mailto:enquiries@lincoln.ac.uk">enquiries@lincoln.ac.uk</a>\r\n<a  target="_blank"href="http://www.lincoln.ac.uk">http://www.lincoln.ac.uk</a>\r\n<a  target="_blank" href="http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp">http://www.lincoln.ac.uk/home/courses/dbs/undergraduate/animalmanagement/index.asp</a>\r\n3 year program\r\n\r\n<h6>Weston College</h6>\r\nNational Diploma in Animal Management\r\nKnightstone Road, Weston-super-Mare, North Somerset BS23 2AL\r\nTel: 01934 411 411\r\nOverseas Tel: +44 1934 411411\r\n<a target="_blank" href="http://www.weston.ac.uk">http://www.weston.ac.uk</a>\r\n<a target="_blank" href="http://www.weston.ac.uk/course/fdsc-animal-management">http://www.weston.ac.uk/course/fdsc-animal-management</a>\r\n2 year program\r\n\r\n<h6>Wiltshire College Lackham</h6>\r\nNational Diploma in Animal Management\r\nHigher National Certificate/Diploma in Animal Management\r\nBSc Honours in Animal Science and Management\r\nLacock ? Chippenham SN15 2NY\r\nPhone: 01249 466800\r\n<a target="_blank" href="http://www.wiltscoll.ac.uk">http://www.wiltscoll.ac.uk</a>\r\n<a href="mailto:info@wiltscoll.ac.uk">info@wiltscoll.ac.uk</a>\r\n<a target="_blank" href="http://www.wiltshire.ac.uk/courses/university_level/detail.aspx?ref=1140">http://www.wiltshire.ac.uk/courses/university_level/detail.aspx?ref=1140</a>\r\n<a href="http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581">http://www.wiltshire.ac.uk/ftcourses/detail.aspx?ref=581</a>\r\nProgram runs one to four years depending on which degree you want.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Other</h4>\r\n<h6>Hogeschool Van Hall Larenstein</h6>\r\nAgora 1, 8934 CJ Leeuwarden\r\n<a href="http://www.vanhall-larenstein.nl/">http://www.vanhall-larenstein.nl/</a>\r\n<a href="mailto:Hetty.vanDijk@wur.nl">Hetty.vanDijk@wur.nl</a>\r\n4 year Bachelor course in Animal Management (presented in Dutch)\r\nInternational students are welcome. The school offers an international programme for students with a bachelor diploma in a related field (or students who have finished at least 2 years of University education in a related field); this full time course is taught in English, takes 2 years and leads to a BSc in Nature and Wildlife Management. The number of English-taught modules has recently increased, including modules on Wildlife Management (both in situ and ex situ), Companion Animal Management, Animal Welfare, International Policy, and others.\r\nAqua Zoo Friesland\r\n<a href="http://www.otterparkleeuwarden.nl/">http://www.otterparkleeuwarden.nl/</a>\r\nStudents are responsible for part of the management of the zoo so they learn all aspects, not just animal keeping.\r\n\r\n<h6>Ogr\'d Zoologiczny w Poznaniu</h6>\r\nZoobiology Summer School at Poznan Zoo, Poland\r\nul. Browarna 25\r\n61-063 Poznan\r\nPolska\r\ntel. : dyrekcja : + 48 61 876 82 09, 876 82 25\r\nFAX. : + 48 61 877 35 33\r\n<a href="mailto:zoo@zoo.poznan.pl">zoo@zoo.poznan.pl</a>\r\nEvery year an increasing number of students work at the zoo as volunteers, practitioners, or to make observations for master\'s degrees and PhD\'s. As there is no place in our country where students can get a formal education in the management of wild animals in captivity, a need arose to provide, apart from normal work, a professional training in various aspects of zoo biology. Therefore we decided to hold for the first time a summer school.  During the intensive six day course from July 7 through July 12 there will be lectures as well as guided tours, led by curators, through the zoos. All higher staff of the zoo will be involved in the training. The lecture topics are varied and will cover all aspects of animal husbandry, feeding, history and development of modern zoos, conservation through captive breeding, reintroduction, record keeping, behavioral enrichment, hand-rearing techniques, genetics, international cooperation and education, and other subjects. Additionally, there will be a day-long excursion to the breeding center for native threatened species run by Academy of Agriculture.  Over 40 people registered for the summer school in 2003. Students include zoo animal keepers, students, scientific university staff as well as people simply interested in wild animal husbandry and zoos in general. We do hope that in this way we will further strengthen ties with scientific and conservation community as well as prepare new, better trained staff for Polish zoos.\r\n\r\n<div id="inner-links"></div>', 'International Programs', 0, '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2013-10-29 16:40:03', '2013-10-29 21:40:03', '', 116, 'http://web3.gowebsolutions.com/~aazook/116-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3700, 1, '2013-10-29 16:52:37', '2013-10-29 21:52:37', '<h4>2014 Campaign</h4>\n<img class="alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="180" /> <h6>What is “Trees for You &amp; Me”?</h6>\nTrees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. This year, the effort has a local focus. Rather than Polar Bears International® gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, we believe this year is a good year to draw attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\n<strong></strong>\n\n<h4>What is the “local effort”?</strong>\nPlanting trees in urban areas has distinct benefits, but most important is bringing the community together through engagement. Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future, is a critical step in creating a movement to stop our dependence upon fossil fuels and stop global warming.\n\n<h4>How will the campaign work?</h4>\nTrees for You &amp; Me is still a campaign to raise financial resources to plant trees.\n<ul>\n	<li>The funding raised will stay in your local community, with your own insititution.</li>\n	<li>The funds must be spent on a tree-planting (or appropriate greening effort) and educational event to invite others to join you in additional conservation behaviors.</li>\n	<li>The effort should coordinate with Acres with the Atmosphere or it can be part of an international tree planting effort associated with another conservation program.</li>\n	<li>And finally, that effort should be shared with others through <a href="http://www.polarbearsinternational.org/myplanetmypart" target="_blank">PBI’s My Planet, My Part</a>.</li>\n</ul>\n\n<div class="hr"></div>\n\n<h4>When will Trees For You &amp; Me start? </h4>\nRegistration begins on October 1, 2013.\nThe campaign will begin January 1, 2014.\n\n<div class="hr"></div>\n\n<h4>When will Trees For You &amp; Me end?</h4>\nThe campaign will end midnight, PST on March 1, 2014.\n\n<div class="hr"></div>\n\n<h4>How can chapters raise and gather campaign funds?</h4>\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.\n\n<div class="hr"></div>\n\n<h4>How will the winners be awarded and announced?</h4>\nWe invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on February 15, 2014.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\n\n<div class="hr"></div>\n\n<h4>What are the prizes?</h4>\nFirst place is awarded to the team with the most funds reported to PBI on March 3, 2014, that were donated by Midnight MST March 1, 2014. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2014, that were donated by Midnight MST February 15, 2014. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.\n\n<div class="hr"></div>\n\n<h4>How do I start?</h4>\n<ul>\n	<li>Form a group and become a champion - Registration begins October 1, 2013.</li>\n	<li>Make plan for events and strategies to raise the funds over the course of the two months.</li>\n	<li>Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.</li>\n	<li>Good luck on your efforts.</li>\n</ul>\n\n<div class="hr"></div>\n\n<h4>How will reporting work?</h4>\nEach participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.\nPBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart" target="_blank">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2014.)\n\n<div class="hr"></div>\n\n<h4>What is an example of an  Acres for the Atmosphere project?</h4>\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\n\n<div class="hr"></div>\n\n<h4>What is an example of an urban tree planting?</h4>\n<em>City of Sparta, Wisconsin</em>\nThe primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.\n\n<div class="hr"></div>\n\n<h4>What other projects are eligible for tree planting?</h4>\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.\n\n<div class="hr"></div>\n\n<h4>How Does  Planting Trees Help Polar Bears?</h4>\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\n<ul>\n	<li>Don’t buy products with palm oil</li>\n	<li>Purchase shade-grown coffee</li>\n	<li>Purchase local meat rather than meat produced in deforested tropical rain forests</li>\n</ul>\n\n\n\n<div id="inner-links"></div>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-autosave-v1', '', '', '2013-10-29 16:52:37', '2013-10-29 21:52:37', '', 2685, 'http://web3.gowebsolutions.com/~aazook/2685-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3701, 1, '2013-10-29 16:53:01', '2013-10-29 21:53:01', '<h4>2014 Campaign</h4>\r\n<h4>What is “Trees for You &amp; Me”?</h4>\r\n<img class="alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="180" /> Trees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. This year, the effort has a local focus. Rather than Polar Bears International® gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, we believe this year is a good year to draw attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>What is the “local effort”?</h4>\r\nPlanting trees in urban areas has distinct benefits, but most important is bringing the community together through engagement. Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future, is a critical step in creating a movement to stop our dependence upon fossil fuels and stop global warming.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>How will the campaign work?</h4>\r\nTrees for You &amp; Me is still a campaign to raise financial resources to plant trees.\r\n<ul>\r\n	<li>The funding raised will stay in your local community, with your own insititution.</li>\r\n	<li>The funds must be spent on a tree-planting (or appropriate greening effort) and educational event to invite others to join you in additional conservation behaviors.</li>\r\n	<li>The effort should coordinate with Acres with the Atmosphere or it can be part of an international tree planting effort associated with another conservation program.</li>\r\n	<li>And finally, that effort should be shared with others through <a href="http://www.polarbearsinternational.org/myplanetmypart" target="_blank">PBI’s My Planet, My Part</a>.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>When will Trees For You &amp; Me start? </h4>\r\nRegistration begins on October 1, 2013.\r\nThe campaign will begin January 1, 2014.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>When will Trees For You &amp; Me end?</h4>\r\nThe campaign will end midnight, PST on March 1, 2014.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>How can chapters raise and gather campaign funds?</h4>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>How will the winners be awarded and announced?</h4>\r\nWe invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on February 15, 2014.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>What are the prizes?</h4>\r\nFirst place is awarded to the team with the most funds reported to PBI on March 3, 2014, that were donated by Midnight MST March 1, 2014. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2014, that were donated by Midnight MST February 15, 2014. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>How do I start?</h4>\r\n<ul>\r\n	<li>Form a group and become a champion - Registration begins October 1, 2013.</li>\r\n	<li>Make plan for events and strategies to raise the funds over the course of the two months.</li>\r\n	<li>Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.</li>\r\n	<li>Good luck on your efforts.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>How will reporting work?</h4>\r\nEach participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.\r\nPBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart" target="_blank">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2014.)\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>What is an example of an  Acres for the Atmosphere project?</h4>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>What is an example of an urban tree planting?</h4>\r\n<em>City of Sparta, Wisconsin</em>\r\nThe primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>What other projects are eligible for tree planting?</h4>\r\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>How Does  Planting Trees Help Polar Bears?</h4>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\r\n<ul>\r\n	<li>Don’t buy products with palm oil</li>\r\n	<li>Purchase shade-grown coffee</li>\r\n	<li>Purchase local meat rather than meat produced in deforested tropical rain forests</li>\r\n</ul>\r\n\r\n\r\n\r\n<div id="inner-links"></div>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2013-10-29 16:53:01', '2013-10-29 21:53:01', '', 2685, 'http://web3.gowebsolutions.com/~aazook/2685-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3702, 1, '2013-10-29 16:53:30', '2013-10-29 21:53:30', '<h2>2014 Campaign</h2>\r\n\r\n<h4>What is “Trees for You &amp; Me”?</h4>\r\n<img class="alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="180" /> Trees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. This year, the effort has a local focus. Rather than Polar Bears International® gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, we believe this year is a good year to draw attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>What is the “local effort”?</h4>\r\nPlanting trees in urban areas has distinct benefits, but most important is bringing the community together through engagement. Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future, is a critical step in creating a movement to stop our dependence upon fossil fuels and stop global warming.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>How will the campaign work?</h4>\r\nTrees for You &amp; Me is still a campaign to raise financial resources to plant trees.\r\n<ul>\r\n	<li>The funding raised will stay in your local community, with your own insititution.</li>\r\n	<li>The funds must be spent on a tree-planting (or appropriate greening effort) and educational event to invite others to join you in additional conservation behaviors.</li>\r\n	<li>The effort should coordinate with Acres with the Atmosphere or it can be part of an international tree planting effort associated with another conservation program.</li>\r\n	<li>And finally, that effort should be shared with others through <a href="http://www.polarbearsinternational.org/myplanetmypart" target="_blank">PBI’s My Planet, My Part</a>.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>When will Trees For You &amp; Me start? </h4>\r\nRegistration begins on October 1, 2013.\r\nThe campaign will begin January 1, 2014.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>When will Trees For You &amp; Me end?</h4>\r\nThe campaign will end midnight, PST on March 1, 2014.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>How can chapters raise and gather campaign funds?</h4>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>How will the winners be awarded and announced?</h4>\r\nWe invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on February 15, 2014.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>What are the prizes?</h4>\r\nFirst place is awarded to the team with the most funds reported to PBI on March 3, 2014, that were donated by Midnight MST March 1, 2014. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2014, that were donated by Midnight MST February 15, 2014. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>How do I start?</h4>\r\n<ul>\r\n	<li>Form a group and become a champion - Registration begins October 1, 2013.</li>\r\n	<li>Make plan for events and strategies to raise the funds over the course of the two months.</li>\r\n	<li>Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.</li>\r\n	<li>Good luck on your efforts.</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>How will reporting work?</h4>\r\nEach participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.\r\nPBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart" target="_blank">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2014.)\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>What is an example of an  Acres for the Atmosphere project?</h4>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>What is an example of an urban tree planting?</h4>\r\n<em>City of Sparta, Wisconsin</em>\r\nThe primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>What other projects are eligible for tree planting?</h4>\r\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>How Does  Planting Trees Help Polar Bears?</h4>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\r\n<ul>\r\n	<li>Don’t buy products with palm oil</li>\r\n	<li>Purchase shade-grown coffee</li>\r\n	<li>Purchase local meat rather than meat produced in deforested tropical rain forests</li>\r\n</ul>\r\n\r\n\r\n\r\n<div id="inner-links"></div>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2013-10-29 16:53:30', '2013-10-29 21:53:30', '', 2685, 'http://web3.gowebsolutions.com/~aazook/2685-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3703, 1, '2013-10-29 16:56:09', '2013-10-29 21:56:09', '', 'Password Reset', 0, '', 'publish', 'closed', 'closed', '', 'password-reset', '', '', '2013-12-10 19:56:12', '2013-12-11 00:56:12', '', 0, 'http://web3.gowebsolutions.com/~aazook/?page_id=3703', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3704, 1, '2013-10-29 16:56:09', '2013-10-29 21:56:09', '', 'Password Reset', 0, '', 'inherit', 'closed', 'closed', '', '3703-revision-v1', '', '', '2013-10-29 16:56:09', '2013-10-29 21:56:09', '', 3703, 'http://web3.gowebsolutions.com/~aazook/3703-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3705, 1, '2013-10-29 16:56:13', '2013-10-29 21:56:13', '<img class="alignleft" src="[homeurl]/wp-content/uploads/animalkeepersforum-oct13.jpg" alt="" /> In August of 1972, a short-lived "unofficial" newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level.\r\n\r\nThe idea for Animal Keepers\' Forum grew out of a bull session among keepers at the Topeka Zoo. The original Ruptured Rhino staff, along with several others, were involved in the conception and production of the<strong> first issue of AKF in November of 1974</strong>. It was 3 1/2 pages long, and printed on a mimeograph-type machine. Early issues contained zoo news articles, items on legislation and guest editorials.\r\n\r\nBy June of 1975 the AKF had grown to 13 pages and in November of 1975 celebrated its first anniversary of continuous publication. After the first two issues, it was sold on a subscription basis at $5.00 per year. Although originally the AKF was sold to AAZK members, it didn\'t become the "official" professional journal of the Association until March of 1975. The AKF has always carried the motto "Dedicated to Professional Animal Care".\r\n\r\nIn January 1976, AKF changed its format to a booklet style publication. In 1977 AKF had its first part-time paid editor and also began to be printed commercially. In 1978 the buff colored cover featuring artwork by keepers debuted. The first Excellence in Journalism Awards were given in 1979.\r\n\r\nIn 1981 Susan Chan was hired as Managing Editor for Animal Keepers’ Forum. The AKF has continued to grow in scope and content since that time, now averaging 44 pages per issue.  At least once a year, an issue dedicated to a particular species or topic is produced. AKF contains regular columns on Animal Behavior, Enrichment Options, Crisis Management and legislative issues affecting wildlife and zoos. Each issue also contains articles on animal husbandry, book reviews, a listing of upcoming conferences and symposia and Association news.\r\n\r\nThe Animal Keepers\' Forum has come a long way since its inception when it was printed on a mimeograph machine to today when it is produced with modern desktop publishing computer equipment. It currently reaches approximately <strong>2800 members (including about 150 zoos) in the U.S., Canada and 24 foreign countries</strong>.\r\n\r\nAnimal Keepers’ Forum is celebrating its 40th anniversary of continuous publication this year (2013).\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="[homeurl]/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="[homeurl]/shop/">store</a>.\r\n\r\n\r\n<div id="inner-links"></div>\r\n', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2013-10-29 16:56:13', '2013-10-29 21:56:13', '', 200, 'http://web3.gowebsolutions.com/~aazook/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3706, 1, '2013-10-29 16:56:14', '2013-10-29 21:56:14', '', 'Password Reset Test', 0, '', 'inherit', 'closed', 'closed', '', '3703-revision-v1', '', '', '2013-10-29 16:56:14', '2013-10-29 21:56:14', '', 3703, 'http://web3.gowebsolutions.com/~aazook/3703-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3707, 1, '2013-10-29 17:01:54', '2013-10-29 22:01:54', '<div class="first sixcol">\r\n<h4>Animal Keepers\' Forum</h4>\r\nIn August of 1972, a short-lived “unofficial” newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level. The idea for Animal Keepers’ Forum grew out of the Topeka Zoo. Animal Keepers’ Forum was launched November of 1974 and has progressed through the years from a 6’ x 9” format with artwork on the cover to standard magazine format in full color. If you are not a member yet, <strong><a href="[homeurl]/membership-account/membership-levels/">join</a></strong> today to receive your annual subscription to the Animals Keepers’ Forum.\r\n<a class="button" href="[homeurl]/publications/animal-keepers-forum/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>AAZK Crisis Management</h4>\r\nThis CD contains all of the manuscripts found in the original (1999) book Resources for Crisis Management in Zoos and Other Animal Care Facilities as well as the manuscripts from the special issue of Animal Keepers’ Forum dedicated to crisis management that was published in November/December 2007 by AAZK, Inc. It is fully searchable by topic, title or author. Purchase a copy of the AAZK Crisis Management CD by visiting the <strong><a href="[homeurl]/shop/">AAZK store</a></strong>.\r\n<a class="button" href="#">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h4>AAZK Zoonotic Diease Handbook</h4>\r\nThis CD-Rom publication is in searchable PDF Format and is Hyper-linked by Zoonotic Disease List. The publication contains updated guidelines for Animal Care Personnel and a hygiene and disinfection section. Purchase a copy of the AAZK Zoonotic Disease CD by visiting the <strong><a href="[homeurl]/shop/">AAZK store</a></strong>.\r\n<a class="button" href="#">Learn More</a>\r\n</div>', 'Publications', 0, '', 'inherit', 'closed', 'closed', '', '3336-revision-v1', '', '', '2013-10-29 17:01:54', '2013-10-29 22:01:54', '', 3336, 'http://web3.gowebsolutions.com/~aazook/3336-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3708, 1, '2013-10-29 18:21:53', '2013-10-29 23:21:53', '[logged_out?]<div id="login-form" class="first sixcol">\r\n<h3>Already a member?</h3>\r\n[login][lostpassword]\r\n</div>\r\n\r\n<div id="nonmember" class="sixcol">\r\n<h3>Not a member?</h3>\r\nVisit our <a href="[homeurl]/membership-account/" title="Sign up for membership">Membership Page</a> to sign up!\r\n</div>\r\n[/logged_out?][logged_in?]You are already logged in![/logged_in?]', 'Member Login', 0, '', 'inherit', 'closed', 'closed', '', '3123-revision-v1', '', '', '2013-10-29 18:21:53', '2013-10-29 23:21:53', '', 3123, 'http://web3.gowebsolutions.com/~aazook/3123-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3731, 1, '2013-10-30 10:15:21', '2013-10-30 15:15:21', '', 'banner-3', 0, '', 'inherit', 'closed', 'closed', '', 'banner-3', '', '', '2013-10-30 10:15:21', '2013-10-30 15:15:21', '', 3729, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/banner-3.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3730, 1, '2013-10-30 10:15:21', '2013-10-30 15:15:21', '', 'banner-7', 0, '', 'inherit', 'closed', 'closed', '', 'banner-7', '', '', '2013-10-30 10:15:21', '2013-10-30 15:15:21', '', 3729, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/banner-7.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3729, 1, '2013-10-30 10:15:29', '2013-10-30 15:15:29', '[col w="9"] Membership to AAZK includes an annual subscription of the Animal Keepers’ Forum.[/col][col w="3"]<span class="learn-more silver-button">Learn More</span>[/col]', '', 0, '', 'publish', 'closed', 'closed', '', '3729', '', '', '2014-02-27 11:20:22', '2014-02-27 16:20:22', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=slides&#038;p=3729', 0, 'slides', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4439, 1, '2013-11-05 15:41:05', '2013-11-05 20:41:05', '[col w="9"]AAZK has almost 100 Chapters affiliated with zoos throughout the United States and Canada.  To find a Chapter in your area – Learn More[/col][col w="3"]<span class="learn-more silver-button">Learn More ></span>[/col]', '', 0, '', 'inherit', 'closed', 'closed', '', '3736-autosave-v1', '', '', '2013-11-05 15:41:05', '2013-11-05 20:41:05', '', 3736, 'http://web3.gowebsolutions.com/~aazook/3736-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3728, 1, '2013-10-30 10:14:58', '2013-10-30 15:14:58', '', 'banner-2', 0, '', 'inherit', 'closed', 'closed', '', 'banner-2', '', '', '2013-10-30 10:14:58', '2013-10-30 15:14:58', '', 3727, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/banner-2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3727, 1, '2013-10-30 10:15:01', '2013-10-30 15:15:01', '[col w="9"]Want to recognize a peer for their accomplishments at your facility?  AAZK Awards recognize your co-workers before the entire membership – some AAZK Awards come with financial reward![/col][col w="3"]<span class="learn-more silver-button">Learn More</span>[/col]', '', 0, '', 'publish', 'closed', 'closed', '', '3727', '', '', '2013-11-05 16:05:58', '2013-11-05 21:05:58', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=slides&#038;p=3727', 0, 'slides', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3726, 1, '2013-10-30 10:14:34', '2013-10-30 15:14:34', '', 'banner-1', 0, '', 'inherit', 'closed', 'closed', '', 'banner-1', '', '', '2013-10-30 10:14:34', '2013-10-30 15:14:34', '', 3725, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/banner-1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4916, 2, '2013-12-24 11:55:27', '2013-12-24 16:55:27', '', 'Zookeeping Book', 0, '', 'inherit', 'closed', 'closed', '', 'zookeeping-book', '', '', '2013-12-24 11:55:27', '2013-12-24 16:55:27', '', 4917, 'https://www.aazk.org/wp-content/uploads/Zookeeping-Book.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4917, 2, '2013-12-24 12:09:44', '2013-12-24 17:09:44', 'Now Available and discounted for AAZK Members - This textbook offers a comprehensive and practical overview of the zookeeping profession geared toward the new animal keepers and any keeper or aquariust who needs a foundational account of the topics most important to day-to-day care of zoo or aquarium animals. Using the newest techniques and research gathered from around the world <em>Zookeeping </em>is a progressive textbook that seeks to promote consistency and the highest standards within global zoo and aquarium operations.  Click on the link below or enter the URL in your browser for purchase information.\r\n\r\nAAZK members will get a 20% discount using this link:\r\n\r\n<a href="https://cdcshoppingcart.uchicago.edu/Cart/CART.ASPX?ISBN=9780226925318&amp;BDL=WAZA20&amp;PRESS=CHICAGO" target="_blank">https://cdcshoppingcart.uchicago.edu/Cart/CART.ASPX?ISBN=9780226925318&amp;BDL=WAZA20&amp;PRESS=CHICAGO</a>\r\n\r\n<span style="line-height: 1.5em;"> </span><span style="line-height: 1.5em;">For more information about the book go to:</span>\r\n\r\n<a href="http://press.uchicago.edu/ucp/books/book/chicago/Z/bo14397600.html" target="_blank"><a href="http://press.uchicago.edu/ucp/books/book/chicago/Z/bo14397600.html" target="_blank">http://press.uchicago.edu/ucp/books/book/chicago/Z/bo14397600.html</a></a>\r\n\r\nPublished by the University of Chicago Press (www.Press.Uchicago.edu)\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Zookeeping - An Introduction to the Science and Technology', 0, '', 'publish', 'closed', 'closed', '', 'zookeeping-an-introduction-to-the-science-and-technology', '', '', '2014-01-14 12:55:17', '2014-01-14 17:55:17', '', 0, 'https://www.aazk.org/?p=4917', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3725, 1, '2013-10-30 10:14:48', '2013-10-30 15:14:48', '[col w="9"]AAZK conserves five species of rhinos on two continents – learn more about AAZK’s Bowling for Rhinos[/col][col w="3"]<span class="learn-more silver-button">Learn More</span>[/col]', '', 0, '', 'publish', 'closed', 'closed', '', '3725', '', '', '2013-11-05 17:48:23', '2013-11-05 22:48:23', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=slides&#038;p=3725', 0, 'slides', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3732, 1, '2013-10-30 10:15:22', '2013-10-30 15:15:22', '', 'banner-4', 0, '', 'inherit', 'closed', 'closed', '', 'banner-4', '', '', '2013-10-30 10:15:22', '2013-10-30 15:15:22', '', 3729, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/banner-4.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3733, 1, '2013-10-30 10:15:24', '2013-10-30 15:15:24', '', 'banner-5', 0, '', 'inherit', 'closed', 'closed', '', 'banner-5', '', '', '2013-10-30 10:15:24', '2013-10-30 15:15:24', '', 3729, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/banner-5.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3734, 1, '2013-10-30 10:15:25', '2013-10-30 15:15:25', '', 'banner-6', 0, '', 'inherit', 'closed', 'closed', '', 'banner-6', '', '', '2013-10-30 10:15:25', '2013-10-30 15:15:25', '', 3729, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/banner-6.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (3735, 1, '2013-10-30 10:15:39', '2013-10-30 15:15:39', '[col w="9"]So you want to be a zoo keeper or Aquarist?  AAZK is the resource for careers in the animal care profession[/col][col w="3"]<span class="learn-more silver-button">Learn More ></span>[/col]', '', 0, '', 'publish', 'closed', 'closed', '', '3735', '', '', '2013-11-05 15:56:00', '2013-11-05 20:56:00', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=slides&#038;p=3735', 0, 'slides', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3736, 1, '2013-10-30 10:15:50', '2013-10-30 15:15:50', '[col w="9"]AAZK has almost 100 Chapters affiliated with zoos throughout the United States and Canada.  To find a Chapter in your area – Learn More[/col][col w="3"]<span class="learn-more silver-button">Learn More ></span>[/col]', '', 0, '', 'publish', 'closed', 'closed', '', '3736', '', '', '2013-11-05 15:53:28', '2013-11-05 20:53:28', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=slides&#038;p=3736', 0, 'slides', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3737, 1, '2013-10-30 10:16:00', '2013-10-30 15:16:00', '[col w="9"]Looking for professional tools, dedicated issues of Animal Keepers’ Forum or unique AAZK items?  Visit the AAZK Shop now![/col][col w="3"]<span class="learn-more silver-button">Learn More ></span>[/col]', '', 0, '', 'publish', 'closed', 'closed', '', '3737', '', '', '2013-11-05 15:58:14', '2013-11-05 20:58:14', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=slides&#038;p=3737', 0, 'slides', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3738, 1, '2013-10-30 10:16:18', '2013-10-30 15:16:18', '[col w="9"]AAZK has member grants for Professional Development, Research and Conservation – take a moment to see how you can apply for financial assistance[/col][col w="3"]<span class="learn-more silver-button">Learn More ></span>[/col]', '', 0, '', 'draft', 'closed', 'closed', '', '3738', '', '', '2013-11-20 12:13:11', '2013-11-20 17:13:11', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=slides&#038;p=3738', 0, 'slides', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3743, 1, '2013-10-30 11:03:51', '2013-10-30 16:03:51', '<a href="http://www.cmzoo.org/animalsPlants/aazk/">Cheyenne Mountain Zoological Park</a>\r\nColorado Springs, CO', 'AAZK of Cheyenne Mountain Zoo', 0, '', 'publish', 'closed', 'closed', '', 'aazk-of-cheyenne-mountain-zoo', '', '', '2013-10-30 18:43:40', '2013-10-30 23:43:40', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3743', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3744, 1, '2013-10-30 11:03:51', '2013-10-30 16:03:51', '<a href="http://www.cmzoo.org/animalsPlants/aazk/">Cheyenne Mountain Zoological Park</a>\r\nColorado Springs, CO', 'AAZK of Cheyenne Mountain Zoo', 0, '', 'inherit', 'closed', 'closed', '', '3743-revision-v1', '', '', '2013-10-30 11:03:51', '2013-10-30 16:03:51', '', 3743, 'http://web3.gowebsolutions.com/~aazook/3743-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3745, 1, '2013-10-30 11:04:16', '2013-10-30 16:04:16', 'Rocky Mountain AAZK Chapter\r\nDenver Zoological Gardens\r\nDenver, CO', 'Rocky Mountain AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'rocky-mountain-aazk-chapter', '', '', '2013-10-30 18:43:35', '2013-10-30 23:43:35', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3745', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3746, 1, '2013-10-30 11:04:16', '2013-10-30 16:04:16', 'Denver Zoological Gardens\r\nDenver, CO', 'Rocky Mountain AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3745-revision-v1', '', '', '2013-10-30 11:04:16', '2013-10-30 16:04:16', '', 3745, 'http://web3.gowebsolutions.com/~aazook/3745-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3748, 1, '2013-10-30 11:16:59', '2013-10-30 16:16:59', '<a href="http://phoenixaecetia.net/gws/aazk/">Phoenix Chapter of AAZK</a>\r\nPhoenix Zoo\r\nPhoenix, AZ', ' Phoenix Chapter of AAZK', 0, '', 'publish', 'closed', 'closed', '', 'birmingham-zoo-chapter-of-aazk', '', '', '2013-10-30 18:35:09', '2013-10-30 23:35:09', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3748', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3749, 1, '2013-10-30 11:16:59', '2013-10-30 16:16:59', '<a href="http://phoenixaecetia.net/gws/aazk/">Phoenix Chapter of AAZK</a>\r\nPhoenix Zoo\r\nPhoenix, AZ', ' Birmingham Zoo Chapter of AAZK', 0, '', 'inherit', 'closed', 'closed', '', '3748-revision-v1', '', '', '2013-10-30 11:16:59', '2013-10-30 16:16:59', '', 3748, 'http://web3.gowebsolutions.com/~aazook/3748-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3750, 1, '2013-10-30 11:18:14', '2013-10-30 16:18:14', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '3750', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 12, 'http://web3.gowebsolutions.com/~aazook/?p=3750', 24, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3751, 1, '2013-10-30 11:17:33', '2013-10-30 16:17:33', 'Tucson AAZK Chapter\r\nReid Park Zoo\r\nTucson, AZ', 'Tucson AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'tucson-aazk-chapter', '', '', '2013-10-30 18:36:23', '2013-10-30 23:36:23', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3751', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3752, 1, '2013-10-30 11:18:14', '2013-10-30 16:18:14', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '3752', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 12, 'http://web3.gowebsolutions.com/~aazook/?p=3752', 25, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3753, 1, '2013-10-30 11:17:33', '2013-10-30 16:17:33', 'Tucson AAZK Chapter\r\nReid Park Zoo\r\nTucson, AZ', 'Tucson AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3751-revision-v1', '', '', '2013-10-30 11:17:33', '2013-10-30 16:17:33', '', 3751, 'http://web3.gowebsolutions.com/~aazook/3751-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3754, 1, '2013-10-30 11:17:55', '2013-10-30 16:17:55', '<a href="http://phoenixaecetia.net/gws/aazk/">Phoenix Chapter of AAZK</a>\r\nPhoenix Zoo\r\nPhoenix, AZ', ' Phoenix Chapter of AAZK', 0, '', 'inherit', 'closed', 'closed', '', '3748-revision-v1', '', '', '2013-10-30 11:17:55', '2013-10-30 16:17:55', '', 3748, 'http://web3.gowebsolutions.com/~aazook/3748-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3755, 1, '2013-10-30 11:18:14', '2013-10-30 16:18:14', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '3755', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 12, 'http://web3.gowebsolutions.com/~aazook/?p=3755', 27, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3756, 1, '2013-10-30 11:18:14', '2013-10-30 16:18:14', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '3756', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 12, 'http://web3.gowebsolutions.com/~aazook/?p=3756', 28, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3757, 1, '2013-10-30 11:18:54', '2013-10-30 16:18:54', 'Wildlife World Zoo AAZK Chapter\r\nWildlife World Zoo\r\nLitchfield Park, AZ', 'Wildlife World Zoo AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'wildlife-world-zoo-aazk-chapter', '', '', '2013-10-30 18:36:31', '2013-10-30 23:36:31', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3757', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3758, 1, '2013-10-30 11:18:54', '2013-10-30 16:18:54', 'Wildlife World Zoo AAZK Chapter\r\nWildlife World Zoo\r\nLitchfield Park, AZ', 'Wildlife World Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3757-revision-v1', '', '', '2013-10-30 11:18:54', '2013-10-30 16:18:54', '', 3757, 'http://web3.gowebsolutions.com/~aazook/3757-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3761, 1, '2013-10-30 11:19:28', '2013-10-30 16:19:28', 'Midnight Sun Chapter of the AAZK\r\nAlaska Zoo\r\nAnchorage , AK', 'Midnight Sun Chapter of the AAZK', 0, '', 'publish', 'closed', 'closed', '', 'midnight-sun-chapter-of-the-aazk', '', '', '2013-10-30 11:19:28', '2013-10-30 16:19:28', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3761', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3762, 1, '2013-10-30 11:19:28', '2013-10-30 16:19:28', 'Midnight Sun Chapter of the AAZK\r\nAlaska Zoo\r\nAnchorage , AK', 'Midnight Sun Chapter of the AAZK', 0, '', 'inherit', 'closed', 'closed', '', '3761-revision-v1', '', '', '2013-10-30 11:19:28', '2013-10-30 16:19:28', '', 3761, 'http://web3.gowebsolutions.com/~aazook/3761-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3763, 1, '2013-10-30 11:20:26', '2013-10-30 16:20:26', '<a href="http://www.birminghamzoo.com/aazkinfo.asp" target="_blank">Birmingham Zoo Chapter of AAZK</a>\r\nBirmingham Zoo\r\nBirminham, AL', ' Birmingham Zoo Chapter of AAZK', 0, '', 'publish', 'closed', 'closed', '', 'birmingham-zoo-chapter-of-aazk-2', '', '', '2013-10-30 18:33:05', '2013-10-30 23:33:05', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3763', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3765, 1, '2013-10-30 11:20:26', '2013-10-30 16:20:26', '<a href="http://www.birminghamzoo.com/aazkinfo.asp" target="_blank">Birmingham Zoo Chapter of AAZK</a>\r\nBirmingham Zoo\r\nBirminham, AL', ' Birmingham Zoo Chapter of AAZK', 0, '', 'inherit', 'closed', 'closed', '', '3763-revision-v1', '', '', '2013-10-30 11:20:26', '2013-10-30 16:20:26', '', 3763, 'http://web3.gowebsolutions.com/~aazook/3763-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3766, 1, '2013-10-30 11:21:28', '2013-10-30 16:21:28', '<h4>Purpose</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership. The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n\r\n<div class="hr"></div>\r\n\r\n<div id="inner-links"></div>', 'Communication Committee', 0, '', 'publish', 'closed', 'closed', '', 'communication-committee', '', '', '2013-10-30 11:21:28', '2013-10-30 16:21:28', '', 12, 'http://web3.gowebsolutions.com/~aazook/?page_id=3766', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3768, 1, '2013-10-30 11:21:28', '2013-10-30 16:21:28', '<h4>Purpose</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership. The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n\r\n<div class="hr"></div>\r\n\r\n<div id="inner-links"></div>', 'Communication Committee', 0, '', 'inherit', 'closed', 'closed', '', '3766-revision-v1', '', '', '2013-10-30 11:21:28', '2013-10-30 16:21:28', '', 3766, 'http://web3.gowebsolutions.com/~aazook/3766-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3767, 1, '2013-10-30 11:21:24', '2013-10-30 16:21:24', 'Rocky Mountain AAZK Chapter\r\nDenver Zoological Gardens\r\nDenver, CO', 'Rocky Mountain AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3745-revision-v1', '', '', '2013-10-30 11:21:24', '2013-10-30 16:21:24', '', 3745, 'http://web3.gowebsolutions.com/~aazook/3745-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3769, 1, '2013-10-30 11:22:47', '2013-10-30 16:22:47', 'Little Rock Zoo AAZK Chapter\r\nLittle Rock Zoo\r\nLittle Rock, AR', 'Little Rock Zoo AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'little-rock-zoo-aazk-chapter', '', '', '2013-10-30 18:37:11', '2013-10-30 23:37:11', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3769', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3770, 1, '2013-10-30 11:22:47', '2013-10-30 16:22:47', 'Little Rock Zoo AAZK Chapter\r\nLittle Rock Zoo\r\nLittle Rock, AR', 'Little Rock Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3769-revision-v1', '', '', '2013-10-30 11:22:47', '2013-10-30 16:22:47', '', 3769, 'http://web3.gowebsolutions.com/~aazook/3769-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3771, 1, '2013-10-30 11:23:39', '2013-10-30 16:23:39', '<a target="_blank" href="http://www.bayareaaazk.com/">Bay Area AAZK Chapter</a>\r\nCoyote Point Museum Happy\r\nHollow Zoo\r\nLindsey Wildlife Museum\r\nOakland Zoo\r\nSan Francisco Zoo\r\nWildcare\r\nWildLIFE Associates\r\nSan Francisco, CA', 'Bay Area AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'bay-area-aazk-chapter', '', '', '2013-10-30 18:38:53', '2013-10-30 23:38:53', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3771', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3772, 1, '2013-10-30 11:23:39', '2013-10-30 16:23:39', '<a target="_blank" href="http://www.bayareaaazk.com/">Bay Area AAZK Chapter</a>\r\nCoyote Point Museum Happy\r\nHollow Zoo\r\nLindsey Wildlife Museum\r\nOakland Zoo\r\nSan Francisco Zoo\r\nWildcare\r\nWildLIFE Associates\r\nSan Francisco, CA', 'Bay Area AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3771-revision-v1', '', '', '2013-10-30 11:23:39', '2013-10-30 16:23:39', '', 3771, 'http://web3.gowebsolutions.com/~aazook/3771-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3773, 1, '2013-10-30 11:24:14', '2013-10-30 16:24:14', '<a href="http://www.livingdesert.org/support_zoo/aazk.asp" target="_blank">California Desert AAZK Chapter</a>\r\nThe Living Desert Reserve\r\nPalm Desert, CA', 'California Desert AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'california-desert-aazk-chapter', '', '', '2013-10-30 18:39:12', '2013-10-30 23:39:12', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3773', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3774, 1, '2013-10-30 11:23:42', '2013-10-30 16:23:42', '<h4>Purpose</h4>\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\n\n<div class="hr"></div>\n\n<h4>Chair</h4>\n<div class=\n<img class="alignnone size-full wp-image-846" title="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny.jpg" alt="penny" width="186" height="209" /> Penny Jolly  <em>Disney\'s Animal Kingdom</em><em></em>\n\n<div id="inner-links"></div>', 'Ethics Committee', 0, '', 'inherit', 'closed', 'closed', '', '171-autosave-v1', '', '', '2013-10-30 11:23:42', '2013-10-30 16:23:42', '', 171, 'http://web3.gowebsolutions.com/~aazook/171-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3775, 1, '2013-10-30 11:24:14', '2013-10-30 16:24:14', '<a href="http://www.livingdesert.org/support_zoo/aazk.asp" target="_blank">California Desert AAZK Chapter</a>\r\nThe Living Desert Reserve\r\nPalm Desert, CA', 'California Desert AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3773-revision-v1', '', '', '2013-10-30 11:24:14', '2013-10-30 16:24:14', '', 3773, 'http://web3.gowebsolutions.com/~aazook/3773-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3776, 1, '2013-10-30 11:24:39', '2013-10-30 16:24:39', 'EFBC AAZK Chapter\r\nExotic Feline Breeding Compound\r\nRosamond, CA', 'EFBC AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'efbc-aazk-chapter', '', '', '2013-10-30 18:41:33', '2013-10-30 23:41:33', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3776', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3777, 1, '2013-10-30 11:24:31', '2013-10-30 16:24:31', '<h4>Purpose</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Chair</h4>\r\n<div class="first sixcol">\r\n<img class="aligncenter" title="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny.jpg" alt="penny" width="186" height="209" />\r\n<p align="center">Penny Jolly - <em>Disney\'s Animal Kingdom</em></p>\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Ethics Committee', 0, '', 'inherit', 'closed', 'closed', '', '171-revision-v1', '', '', '2013-10-30 11:24:31', '2013-10-30 16:24:31', '', 171, 'http://web3.gowebsolutions.com/~aazook/171-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3778, 1, '2013-10-30 11:24:39', '2013-10-30 16:24:39', 'EFBC AAZK Chapter\r\nExotic Feline Breeding Compound\r\nRosamond, CA', 'EFBC AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3776-revision-v1', '', '', '2013-10-30 11:24:39', '2013-10-30 16:24:39', '', 3776, 'http://web3.gowebsolutions.com/~aazook/3776-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3779, 1, '2013-10-30 11:25:22', '2013-10-30 16:25:22', 'Fresno Chaffee Zoo AAZK Chapter\r\nFresno\'s Chaffee Zoo\r\nFresno, CA', 'Fresno Chaffee Zoo AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'fresno-chaffee-zoo-aazk-chapter', '', '', '2013-10-30 11:25:22', '2013-10-30 16:25:22', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3779', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3780, 1, '2013-10-30 11:24:59', '2013-10-30 16:24:59', '<h4>Purpose</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Committee Chair</h4>\r\n<div class="first sixcol">\r\n<img class="aligncenter" title="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny.jpg" alt="penny" width="186" height="209" />\r\n<p align="center">Penny Jolly - <em>Disney\'s Animal Kingdom</em></p>\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Ethics Committee', 0, '', 'inherit', 'closed', 'closed', '', '171-revision-v1', '', '', '2013-10-30 11:24:59', '2013-10-30 16:24:59', '', 171, 'http://web3.gowebsolutions.com/~aazook/171-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3781, 1, '2013-10-30 11:25:22', '2013-10-30 16:25:22', 'Fresno Chaffee Zoo AAZK Chapter\r\nFresno\'s Chaffee Zoo\r\nFresno, CA', 'Fresno Chaffee Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3779-revision-v1', '', '', '2013-10-30 11:25:22', '2013-10-30 16:25:22', '', 3779, 'http://web3.gowebsolutions.com/~aazook/3779-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3782, 1, '2013-10-30 11:25:38', '2013-10-30 16:25:38', 'Greater Sacramento AAZK Chapter\r\nSacramento Zoo\r\nSacramento, CA', 'Greater Sacramento AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'greater-sacramento-aazk-chapter', '', '', '2013-10-30 18:41:58', '2013-10-30 23:41:58', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3782', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3783, 1, '2013-10-30 11:25:38', '2013-10-30 16:25:38', 'Greater Sacramento AAZK Chapter\r\nSacramento Zoo\r\nSacramento, CA', 'Greater Sacramento AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3782-revision-v1', '', '', '2013-10-30 11:25:38', '2013-10-30 16:25:38', '', 3782, 'http://web3.gowebsolutions.com/~aazook/3782-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3784, 1, '2013-10-30 11:25:53', '2013-10-30 16:25:53', 'Los Angeles Zoo AAZK Chapter\r\nLos Angeles Zoo\r\nLos Angeles, CA', 'Los Angeles Zoo AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'los-angeles-zoo-aazk-chapter', '', '', '2013-10-30 18:42:21', '2013-10-30 23:42:21', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3784', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3785, 1, '2013-10-30 11:25:46', '2013-10-30 16:25:46', '<h3>Committees</h3>\r\n<p>Dedicated to professional animal care, the vision of AAZK is to provide resources for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function please log in to the Members Only Page and open the Committees and Program tab.</p>\r\n\r\n<div class="first sixcol">\r\n<h4><i class="left icon-trophy"></i> Awards Committee</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards’ criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award’s recipients each year at the National Conference.\r\n<a class="button" href="[homeurl]/committee/awards-committee/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-lamp"></i> Behavioral Husbandry Committee</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<a class="button" href="[homeurl]/committee/behavioral-husbandry/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-mic"></i> Communication Committee</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership.  The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-heart"></i> Conservation Committee</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<a class="button" href="[homeurl]/committee/conservation-committee/">Learn More</a>\r\n</div>\r\n<div class="last sixcol">\r\n\r\n<h4><i class="left icon-doc-text-inv"></i> Ethics Committee</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n<a class="button" href="[homeurl]/committee/ethics-committee/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-chart-bar"></i> Grants Committee</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<a class="button" href="[homeurl]/committee/grants-committee/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-graduation-cap"></i> Professional Development Committee</h4>\r\nAAZK’s Professional Development Committee’s mission is to provide a resource for National AAZK members to explore continuing education opportunities. Our goal is concentrate on continuing education through online training courses and conference workshops. Online courses can be found at the <a target="_blank" href="http://sdzglobalacademy.org/courses.html">San Diego Global Academy courses</a>. Over 200 self-directed courses are offered. Conferences are held annually and delegates are provided with paper presentations, posters sessions, and a variety of workshops to meet everyone’s needs. Workshops can be lecture based or hands on.  \r\n<a class="button" href="[homeurl]/committee/professional-development-committee/">Learn More</a>\r\n</div>\r\n\r\n\r\n\r\n<div class="clear"></div>\r\n\r\n<h3>Programs</h3>\r\nDedicated to professional animal care, the vision of AAZK is to provide resources through internal, national and international Programs. Our Programs are developed to further this vision. To learn about AAZK Programs please click on one of the links below.\r\n\r\n<div class="first sixcol">\r\n<h4><i class="left icon-users"></i> Bylaws Program</h4>\r\nThe Program Manager annually reviews the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. When developing new Bylaws, the Program expands to a Member Committee consisting of five members, two of which shall be member of the Board of Directors. (If you would like a copy of the Association’s Bylaws please <a href="[homeurl]/contact/">contact</a> the Administrative Office.)\r\n<a class="button" href="[homeurl]/committee/bylaws-committee/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-globe"></i> International Congress of Zoo Keepers Program</h4>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n<a class="button" href="[homeurl]/committee/international-programs/">Learn More</a>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n\r\n<h4><i class="left icon-star"></i> National Zoo Keeper Week Program</h4>\r\nAs the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n<a class="button" href="[homeurl]/committee/national-zoo-keeper-week/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-leaf"></i> Trees for You and Me Program</h4>\r\nTrees for You & Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. Every year, the effort has a local focus.  Gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, AAZK believes drawing attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<a class="button" href="[homeurl]/committee/trees-for-you-and-me/">Learn More</a>\r\n</div>', 'Committees and Programs', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2013-10-30 11:25:46', '2013-10-30 16:25:46', '', 12, 'http://web3.gowebsolutions.com/~aazook/12-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3786, 1, '2013-10-30 11:25:53', '2013-10-30 16:25:53', 'Los Angeles Zoo AAZK Chapter\r\nLos Angeles Zoo\r\nLos Angeles, CA', 'Los Angeles Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3784-revision-v1', '', '', '2013-10-30 11:25:53', '2013-10-30 16:25:53', '', 3784, 'http://web3.gowebsolutions.com/~aazook/3784-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3787, 1, '2013-10-30 11:26:16', '2013-10-30 16:26:16', '<a href="http://ocaecetia.net/gws/aazk/" target="_blank">Orange County Chapter of AAZK</a>\r\nSanta Ana Zoo\r\nSanta Ana, CA', 'Orange County Chapter of AAZK', 0, '', 'publish', 'closed', 'closed', '', 'orange-county-chapter-of-aazk', '', '', '2013-10-30 11:26:56', '2013-10-30 16:26:56', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3787', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3788, 1, '2013-10-30 11:26:16', '2013-10-30 16:26:16', '<a href="http://ocaecetia.net/gws/aazk/" target="_blank">Orange County Chapter of AAZK</a>\r\nSanta Ana Zoo\r\nSanta Ana, CA', 'Orange County Chapter of AAZK', 0, '', 'inherit', 'closed', 'closed', '', '3787-revision-v1', '', '', '2013-10-30 11:26:16', '2013-10-30 16:26:16', '', 3787, 'http://web3.gowebsolutions.com/~aazook/3787-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3789, 1, '2013-10-30 11:26:42', '2013-10-30 16:26:42', '<h3>Committees</h3>\r\n<p>Dedicated to professional animal care, the vision of AAZK is to provide resources for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function please log in to the Members Only Page and open the Committees and Program tab.</p>\r\n\r\n<div class="first sixcol">\r\n<h4><i class="left icon-trophy"></i> Awards Committee</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards’ criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award’s recipients each year at the National Conference.\r\n<a class="button" href="[homeurl]/committee/awards-committee/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-lamp"></i> Behavioral Husbandry Committee</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare.  The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<a class="button" href="[homeurl]/committee/behavioral-husbandry/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-mic"></i> Communication Committee</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership.  The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n<a class="button" href="[homeurl]/committee/communication-committee/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-heart"></i> Conservation Committee</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<a class="button" href="[homeurl]/committee/conservation-committee/">Learn More</a>\r\n</div>\r\n<div class="last sixcol">\r\n\r\n<h4><i class="left icon-doc-text-inv"></i> Ethics Committee</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n<a class="button" href="[homeurl]/committee/ethics-committee/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-chart-bar"></i> Grants Committee</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<a class="button" href="[homeurl]/committee/grants-committee/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-graduation-cap"></i> Professional Development Committee</h4>\r\nAAZK’s Professional Development Committee’s mission is to provide a resource for National AAZK members to explore continuing education opportunities. Our goal is concentrate on continuing education through online training courses and conference workshops. Online courses can be found at the <a target="_blank" href="http://sdzglobalacademy.org/courses.html">San Diego Global Academy courses</a>. Over 200 self-directed courses are offered. Conferences are held annually and delegates are provided with paper presentations, posters sessions, and a variety of workshops to meet everyone’s needs. Workshops can be lecture based or hands on.  \r\n<a class="button" href="[homeurl]/committee/professional-development-committee/">Learn More</a>\r\n</div>\r\n\r\n\r\n\r\n<div class="clear"></div>\r\n\r\n<h3>Programs</h3>\r\nDedicated to professional animal care, the vision of AAZK is to provide resources through internal, national and international Programs. Our Programs are developed to further this vision. To learn about AAZK Programs please click on one of the links below.\r\n\r\n<div class="first sixcol">\r\n<h4><i class="left icon-users"></i> Bylaws Program</h4>\r\nThe Program Manager annually reviews the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. When developing new Bylaws, the Program expands to a Member Committee consisting of five members, two of which shall be member of the Board of Directors. (If you would like a copy of the Association’s Bylaws please <a href="[homeurl]/contact/">contact</a> the Administrative Office.)\r\n<a class="button" href="[homeurl]/committee/bylaws-committee/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-globe"></i> International Congress of Zoo Keepers Program</h4>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n<a class="button" href="[homeurl]/committee/international-programs/">Learn More</a>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n\r\n<h4><i class="left icon-star"></i> National Zoo Keeper Week Program</h4>\r\nAs the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n<a class="button" href="[homeurl]/committee/national-zoo-keeper-week/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4><i class="left icon-leaf"></i> Trees for You and Me Program</h4>\r\nTrees for You & Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. Every year, the effort has a local focus.  Gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, AAZK believes drawing attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<a class="button" href="[homeurl]/committee/trees-for-you-and-me/">Learn More</a>\r\n</div>', 'Committees and Programs', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2013-10-30 11:26:42', '2013-10-30 16:26:42', '', 12, 'http://web3.gowebsolutions.com/~aazook/12-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3790, 1, '2013-10-30 11:27:32', '2013-10-30 16:27:32', '<a href="http://www.sdaazk.com/" target="_blank">San Diego AAZK Chapter</a>\r\nSan Diego Zoo\r\nSan Diego, CA', 'San Diego AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'san-diego-aazk-chapter', '', '', '2013-10-30 18:38:28', '2013-10-30 23:38:28', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3790', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3791, 1, '2013-10-30 11:27:32', '2013-10-30 16:27:32', '<a href="http://www.sdaazk.com/" target="_blank">San Diego AAZK Chapter</a>\r\nSan Diego Zoo\r\nSan Diego, CA', 'San Diego AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3790-revision-v1', '', '', '2013-10-30 11:27:32', '2013-10-30 16:27:32', '', 3790, 'http://web3.gowebsolutions.com/~aazook/3790-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3792, 1, '2013-10-30 11:27:42', '2013-10-30 16:27:42', 'Santa Barbara AAZK Chapter\r\nSanta Barbara Zoo\r\nSanta Barbara, CA', 'Santa Barbara AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'santa-barbara-aazk-chapter', '', '', '2013-10-30 11:27:42', '2013-10-30 16:27:42', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3792', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3793, 1, '2013-10-30 11:27:42', '2013-10-30 16:27:42', 'Santa Barbara AAZK Chapter\r\nSanta Barbara Zoo\r\nSanta Barbara, CA', 'Santa Barbara AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3792-revision-v1', '', '', '2013-10-30 11:27:42', '2013-10-30 16:27:42', '', 3792, 'http://web3.gowebsolutions.com/~aazook/3792-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3794, 1, '2013-10-30 11:28:11', '2013-10-30 16:28:11', '<a href="https://www.facebook.com/rcaazk" target="_blank">The Redwood Coast AAZK</a>\r\nSequoia Park Zoo\r\nEureka , CA', 'The Redwood Coast AAZK', 0, '', 'publish', 'closed', 'closed', '', 'the-redwood-coast-aazk', '', '', '2013-10-30 11:28:11', '2013-10-30 16:28:11', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3794', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3795, 1, '2013-10-30 11:28:11', '2013-10-30 16:28:11', '<a href="https://www.facebook.com/rcaazk" target="_blank">The Redwood Coast AAZK</a>\r\nSequoia Park Zoo\r\nEureka , CA', 'The Redwood Coast AAZK', 0, '', 'inherit', 'closed', 'closed', '', '3794-revision-v1', '', '', '2013-10-30 11:28:11', '2013-10-30 16:28:11', '', 3794, 'http://web3.gowebsolutions.com/~aazook/3794-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3796, 1, '2013-10-30 11:29:13', '2013-10-30 16:29:13', 'Beardsley Zoo AAZK Chapter\r\nBeardsley Zoo\r\nBridgeport, CT', ' Beardsley Zoo AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'beardsley-zoo-aazk-chapter', '', '', '2013-10-30 18:45:25', '2013-10-30 23:45:25', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3796', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3797, 1, '2013-10-30 11:29:13', '2013-10-30 16:29:13', 'Beardsley Zoo AAZK Chapter\r\nBeardsley Zoo\r\nBridgeport, CT', ' Beardsley Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3796-revision-v1', '', '', '2013-10-30 11:29:13', '2013-10-30 16:29:13', '', 3796, 'http://web3.gowebsolutions.com/~aazook/3796-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3798, 1, '2013-10-30 11:29:52', '2013-10-30 16:29:52', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '3798', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 12, 'http://web3.gowebsolutions.com/~aazook/?p=3798', 21, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3799, 1, '2013-10-30 11:29:52', '2013-10-30 16:29:52', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '3799', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 12, 'http://web3.gowebsolutions.com/~aazook/?p=3799', 17, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3800, 1, '2013-10-30 11:31:27', '2013-10-30 16:31:27', '<a href="http://www.ncaecetia.net/gws/aazk/" target="_blank">National Capital AAZK Chapter</a>\r\nNational Zoological Park\r\nWashington, DC', 'National Capital AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'national-capital-aazk-chapter', '', '', '2013-10-30 18:46:18', '2013-10-30 23:46:18', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3800', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3801, 1, '2013-10-30 11:30:28', '2013-10-30 16:30:28', '<h4>Grants Offered</h4>\r\n<strong>Deadlines for all grants is March 1st of every year.</strong>\r\n\r\n<h6>The AAZK Professional Development Grant</h6>\r\nThe AAZK Professional Development Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.\r\n\r\n<h6>The AAZK Conservation, Preservation and Restoration Grant</h6>\r\nThe purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.\r\n\r\n<h6>The AAZK Research Grant</h6>\r\nThe purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Qualifications</h4>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Restrictions</h4>\r\nThe Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.\r\n\r\nThe purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.\r\n\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/research_grant_database.pdf">Research Grant Database</a>\r\n\r\n<pre>The Research Grant Database is in Adobe PDF format. If you do not have Adobe Acrobat Reader, please download the free software <a href="http://get.adobe.com/reader/" target="_blank">here</a>.</pre>\r\n\r\n\r\n<h4>Examples of Past Grants</h4>\r\nExamples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.\r\n\r\n<h6>Research Grants</h6>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_blood_typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_project_penguin.pdf">Project Penguin: Semen Collection</a>\r\n\r\n<h6>Conservation, Restoration, and Preservation Grants</h6>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_river_otter_survey.pdf">North American River Otter Latrine Site Survey</a>\r\n\r\n<h6>Travel Grants</h6>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_amphibian_keeper_course.pdf">Amphibians, their current status, and an important AZA course for any amphibian keeper</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Past Recipients</h4>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_awards-_2008.pdf">2008 Grant Awards [PDF]</a>\r\n<i class="left icon-download"></i> <a target="_blank" href="[homeurl]/wp-content/uploads/grant_awards2012.pdf">2012 Grant Awards [PDF]</a>\r\n\r\n<div id="inner-links"></div>', 'Available Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2013-10-30 11:30:28', '2013-10-30 16:30:28', '', 14, 'http://web3.gowebsolutions.com/~aazook/14-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3803, 1, '2013-10-30 11:31:27', '2013-10-30 16:31:27', '<a href="http://www.ncaecetia.net/gws/aazk/" target="_blank">National Capital AAZK Chapter</a>\r\nNational Zoological Park\r\nWashington, DC', ' National Capital AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3800-revision-v1', '', '', '2013-10-30 11:31:27', '2013-10-30 16:31:27', '', 3800, 'http://web3.gowebsolutions.com/~aazook/3800-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3804, 1, '2013-10-30 11:32:36', '2013-10-30 16:32:36', '<a href="http://www.greaterorlandoaecetia.net/gws/aazk/" target="_blank">Greater Orlando AAZK Chapter</a>\r\nBay Lake, FL', 'Greater Orlando AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'greater-orlando-aazk-chapter', '', '', '2013-10-30 18:47:37', '2013-10-30 23:47:37', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3804', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3805, 1, '2013-10-30 11:32:36', '2013-10-30 16:32:36', '<a href="http://www.greaterorlandoaecetia.net/gws/aazk/" target="_blank">Greater Orlando AAZK Chapter</a>\r\nBay Lake, FL', 'Greater Orlando AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3804-revision-v1', '', '', '2013-10-30 11:32:36', '2013-10-30 16:32:36', '', 3804, 'http://web3.gowebsolutions.com/~aazook/3804-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3806, 1, '2013-10-30 11:32:47', '2013-10-30 16:32:47', 'Jacksonville AAZK Chapter\r\nJacksonville Zoo & Gardens\r\nJacksonville, FL', 'Jacksonville AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'jacksonville-aazk-chapter', '', '', '2013-10-30 18:48:09', '2013-10-30 23:48:09', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3806', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3807, 1, '2013-10-30 11:32:47', '2013-10-30 16:32:47', 'Jacksonville AAZK Chapter\r\nJacksonville Zoo & Gardens\r\nJacksonville, FL', 'Jacksonville AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3806-revision-v1', '', '', '2013-10-30 11:32:47', '2013-10-30 16:32:47', '', 3806, 'http://web3.gowebsolutions.com/~aazook/3806-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3808, 1, '2013-10-30 11:33:12', '2013-10-30 16:33:12', '<a href="http://www.lioncountrysafari.com/aazk.html" target="_blank">Lion Country Safari AAZK Chapter</a>\r\nLion Country Safari\r\nLoxahatchee, FL', ' Lion Country Safari AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'lion-country-safari-aazk-chapter', '', '', '2013-10-30 18:48:28', '2013-10-30 23:48:28', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3808', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3809, 1, '2013-10-30 11:33:12', '2013-10-30 16:33:12', '<a href="http://www.lioncountrysafari.com/aazk.html" target="_blank">Lion Country Safari AAZK Chapter</a>\r\nLion Country Safari\r\nLoxahatchee, FL', ' Lion Country Safari AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3808-revision-v1', '', '', '2013-10-30 11:33:12', '2013-10-30 16:33:12', '', 3808, 'http://web3.gowebsolutions.com/~aazook/3808-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3810, 1, '2013-10-30 11:33:28', '2013-10-30 16:33:28', 'Naples AAZK Chapter\r\nNaples Zoo\r\nNaples , FL', 'Naples AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'naples-aazk-chapter', '', '', '2013-10-30 18:48:49', '2013-10-30 23:48:49', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3810', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3811, 1, '2013-10-30 11:33:28', '2013-10-30 16:33:28', 'Naples AAZK Chapter\r\nNaples Zoo\r\nNaples , FL', 'Naples AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3810-revision-v1', '', '', '2013-10-30 11:33:28', '2013-10-30 16:33:28', '', 3810, 'http://web3.gowebsolutions.com/~aazook/3810-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3812, 1, '2013-10-30 11:34:21', '2013-10-30 16:34:21', 'Palm Beach Zoo AAZK Chapter\r\nPalm Beach Zoo\r\nWest Palm Beach, FL', 'Palm Beach Zoo AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'palm-beach-zoo-aazk-chapter', '', '', '2013-10-30 18:49:37', '2013-10-30 23:49:37', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3812', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3813, 1, '2013-10-30 11:34:21', '2013-10-30 16:34:21', 'Palm Beach Zoo AAZK Chapter\r\nPalm Beach Zoo\r\nWest Palm Beach, FL', 'Palm Beach Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3812-revision-v1', '', '', '2013-10-30 11:34:21', '2013-10-30 16:34:21', '', 3812, 'http://web3.gowebsolutions.com/~aazook/3812-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3814, 1, '2013-10-30 11:35:14', '2013-10-30 16:35:14', 'Santa Fe College Teaching Zoo Student AAZK Chapter\r\nSanta Fe Teaching Zoo\r\nGainesville, FL', 'Santa Fe College Teaching Zoo Student AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'santa-fe-college-teaching-zoo-student-aazk-chapter', '', '', '2013-10-30 11:35:14', '2013-10-30 16:35:14', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3814', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3815, 1, '2013-10-30 11:35:14', '2013-10-30 16:35:14', 'Santa Fe College Teaching Zoo Student AAZK Chapter\r\nSanta Fe Teaching Zoo\r\nGainesville, FL', 'Santa Fe College Teaching Zoo Student AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3814-revision-v1', '', '', '2013-10-30 11:35:14', '2013-10-30 16:35:14', '', 3814, 'http://web3.gowebsolutions.com/~aazook/3814-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3816, 1, '2013-10-30 11:35:35', '2013-10-30 16:35:35', '<a href="http://www.miamimetrozoo.com/support-the-zoo.asp?Id=257&rootId=7" target="_blank">South Florida AAZK Chapter</a>\r\nMiami Metrozoo\r\nMiami, FL', 'South Florida AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'south-florida-aazk-chapter', '', '', '2013-10-30 18:49:55', '2013-10-30 23:49:55', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3816', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3817, 1, '2013-10-30 11:35:35', '2013-10-30 16:35:35', '<a href="http://www.miamimetrozoo.com/support-the-zoo.asp?Id=257&rootId=7" target="_blank">South Florida AAZK Chapter</a>\r\nMiami Metrozoo\r\nMiami, FL', 'South Florida AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3816-revision-v1', '', '', '2013-10-30 11:35:35', '2013-10-30 16:35:35', '', 3816, 'http://web3.gowebsolutions.com/~aazook/3816-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3818, 1, '2013-10-30 11:35:58', '2013-10-30 16:35:58', '<a href="http://tampabayaazk.weebly.com/" target="_blank">Tampa Bay AAZK Chapter</a>\r\nBusch Gardens\r\nTampa, FL', 'Tampa Bay AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'tampa-bay-aazk-chapter', '', '', '2013-10-30 18:50:15', '2013-10-30 23:50:15', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3818', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3819, 1, '2013-10-30 11:35:58', '2013-10-30 16:35:58', '<a href="http://tampabayaazk.weebly.com/" target="_blank">Tampa Bay AAZK Chapter</a>\r\nBusch Gardens\r\nTampa, FL', 'Tampa Bay AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3818-revision-v1', '', '', '2013-10-30 11:35:58', '2013-10-30 16:35:58', '', 3818, 'http://web3.gowebsolutions.com/~aazook/3818-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3820, 1, '2013-10-30 11:36:33', '2013-10-30 16:36:33', 'Georgia AAZK Chapter\r\nZoo Atlanta\r\nAtlanta, GA', 'Georgia AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'georgia-aazk-chapter', '', '', '2013-10-30 11:36:33', '2013-10-30 16:36:33', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3820', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3821, 1, '2013-10-30 11:36:33', '2013-10-30 16:36:33', 'Georgia AAZK Chapter\r\nZoo Atlanta\r\nAtlanta, GA', 'Georgia AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3820-revision-v1', '', '', '2013-10-30 11:36:33', '2013-10-30 16:36:33', '', 3820, 'http://web3.gowebsolutions.com/~aazook/3820-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3822, 1, '2013-10-30 11:37:07', '2013-10-30 16:37:07', 'Honolulu Zoo AAZK Chapter\r\nHonolulu Zoo\r\nHonolulu, HI', 'Honolulu Zoo AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'honolulu-zoo-aazk-chapter', '', '', '2013-10-30 11:37:07', '2013-10-30 16:37:07', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3822', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3823, 1, '2013-10-30 11:37:07', '2013-10-30 16:37:07', 'Honolulu Zoo AAZK Chapter\r\nHonolulu Zoo\r\nHonolulu, HI', 'Honolulu Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3822-revision-v1', '', '', '2013-10-30 11:37:07', '2013-10-30 16:37:07', '', 3822, 'http://web3.gowebsolutions.com/~aazook/3822-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3824, 1, '2013-10-30 11:38:02', '2013-10-30 16:38:02', '<a href="http://www.czs.org/czs/Brookfield-AAZK" target="_blank">Brookfield AAZK Chapter</a>\r\nBrookfield Zoo\r\nBrookfield, IL', 'Brookfield AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'brookfield-aazk-chapter', '', '', '2013-10-30 11:38:02', '2013-10-30 16:38:02', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3824', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3826, 1, '2013-10-30 11:38:15', '2013-10-30 16:38:15', 'Central Illinois AAZK Chapter\r\nHenson Robinson Zoo\r\nSpringfield, IL', 'Central Illinois AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'central-illinois-aazk-chapter', '', '', '2013-10-30 11:38:15', '2013-10-30 16:38:15', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3826', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3827, 1, '2013-10-30 11:38:15', '2013-10-30 16:38:15', 'Central Illinois AAZK Chapter\r\nHenson Robinson Zoo\r\nSpringfield, IL', 'Central Illinois AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3826-revision-v1', '', '', '2013-10-30 11:38:15', '2013-10-30 16:38:15', '', 3826, 'http://web3.gowebsolutions.com/~aazook/3826-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3828, 1, '2013-10-30 11:38:26', '2013-10-30 16:38:26', 'Heart of Illinois AAZK Chapter\r\nPeoria Zoo\r\nPeoria, IL', 'Heart of Illinois AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'heart-of-illinois-aazk-chapter', '', '', '2013-10-30 11:38:26', '2013-10-30 16:38:26', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3828', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3829, 1, '2013-10-30 11:38:26', '2013-10-30 16:38:26', 'Heart of Illinois AAZK Chapter\r\nPeoria Zoo\r\nPeoria, IL', 'Heart of Illinois AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3828-revision-v1', '', '', '2013-10-30 11:38:26', '2013-10-30 16:38:26', '', 3828, 'http://web3.gowebsolutions.com/~aazook/3828-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3830, 1, '2013-10-30 11:38:37', '2013-10-30 16:38:37', 'Lincoln Park AAZK Chapter\r\nLincoln Park Zoo\r\nChicago, IL', 'Lincoln Park AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'lincoln-park-aazk-chapter', '', '', '2013-10-30 11:38:37', '2013-10-30 16:38:37', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3830', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3831, 1, '2013-10-30 11:38:37', '2013-10-30 16:38:37', 'Lincoln Park AAZK Chapter\r\nLincoln Park Zoo\r\nChicago, IL', 'Lincoln Park AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3830-revision-v1', '', '', '2013-10-30 11:38:37', '2013-10-30 16:38:37', '', 3830, 'http://web3.gowebsolutions.com/~aazook/3830-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3832, 1, '2013-10-30 11:39:00', '2013-10-30 16:39:00', 'Quad Cities Chapter of AAZK\r\nNiabi Zoo\r\nCoal Valley, IL', 'Quad Cities Chapter of AAZK', 0, '', 'publish', 'closed', 'closed', '', 'niabi-zoo-aazk-chapter', '', '', '2014-01-20 16:21:28', '2014-01-20 21:21:28', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3832', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3833, 1, '2013-10-30 11:39:00', '2013-10-30 16:39:00', 'Niabi Zoo AAZK Chapter\r\nNiabi Zoo\r\nCoal Valley, IL', 'Niabi Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3832-revision-v1', '', '', '2013-10-30 11:39:00', '2013-10-30 16:39:00', '', 3832, 'http://web3.gowebsolutions.com/~aazook/3832-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3834, 1, '2013-10-30 11:39:16', '2013-10-30 16:39:16', 'The Scovill Zoo AAZK Chapter\r\nScovill Zoo\r\nDecatur, IL', 'The Scovill Zoo AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'the-scovill-zoo-aazk-chapter', '', '', '2013-10-30 11:39:16', '2013-10-30 16:39:16', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3834', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3835, 1, '2013-10-30 11:39:16', '2013-10-30 16:39:16', 'The Scovill Zoo AAZK Chapter\r\nScovill Zoo\r\nDecatur, IL', 'The Scovill Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3834-revision-v1', '', '', '2013-10-30 11:39:16', '2013-10-30 16:39:16', '', 3834, 'http://web3.gowebsolutions.com/~aazook/3834-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3836, 1, '2013-10-30 11:39:45', '2013-10-30 16:39:45', 'Indianapolis AAZK Chapter\r\nIndianpolis Zoo\r\nIndianapolis, IN', 'Indianapolis AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'indianapolis-aazk-chapter', '', '', '2013-10-30 11:39:45', '2013-10-30 16:39:45', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3836', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3837, 1, '2013-10-30 11:39:45', '2013-10-30 16:39:45', 'Indianapolis AAZK Chapter\r\nIndianpolis Zoo\r\nIndianapolis, IN', 'Indianapolis AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3836-revision-v1', '', '', '2013-10-30 11:39:45', '2013-10-30 16:39:45', '', 3836, 'http://web3.gowebsolutions.com/~aazook/3836-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3838, 1, '2013-10-30 11:40:04', '2013-10-30 16:40:04', 'Little Turtle AAZK Chapter\r\nFt. Wayne Children\'s Zoo\r\nFt. Wayne, IN', 'Little Turtle AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'little-turtle-aazk-chapter', '', '', '2013-10-30 11:40:04', '2013-10-30 16:40:04', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3838', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3839, 1, '2013-10-30 11:40:04', '2013-10-30 16:40:04', 'Little Turtle AAZK Chapter\r\nFt. Wayne Children\'s Zoo\r\nFt. Wayne, IN', 'Little Turtle AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3838-revision-v1', '', '', '2013-10-30 11:40:04', '2013-10-30 16:40:04', '', 3838, 'http://web3.gowebsolutions.com/~aazook/3838-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3840, 1, '2013-10-30 11:40:18', '2013-10-30 16:40:18', 'Mesker Park Zoo AAZK Chapter\r\nMesker Park Zoo & Botanic Gardens\r\nEvansville, IN', 'Mesker Park Zoo AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'mesker-park-zoo-aazk-chapter', '', '', '2013-10-30 11:40:18', '2013-10-30 16:40:18', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3840', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3841, 1, '2013-10-30 11:40:18', '2013-10-30 16:40:18', 'Mesker Park Zoo AAZK Chapter\r\nMesker Park Zoo & Botanic Gardens\r\nEvansville, IN', 'Mesker Park Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3840-revision-v1', '', '', '2013-10-30 11:40:18', '2013-10-30 16:40:18', '', 3840, 'http://web3.gowebsolutions.com/~aazook/3840-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3842, 1, '2013-10-30 11:41:01', '2013-10-30 16:41:01', 'Sedgwick County Zoo AAZK Chapter\r\nSedgwick County Zoo\r\nWichita, KS', 'Sedgwick County Zoo AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'sedgwick-county-zoo-aazk-chapter', '', '', '2013-10-30 11:41:01', '2013-10-30 16:41:01', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3842', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3843, 1, '2013-10-30 11:40:52', '2013-10-30 16:40:52', '', 'Enrichment Day Examples', 0, '', 'inherit', 'closed', 'closed', '', 'enrichment-day-examples', '', '', '2013-10-30 11:40:52', '2013-10-30 16:40:52', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/Enrichment-Day-Examples.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (3844, 1, '2013-10-30 11:41:01', '2013-10-30 16:41:01', 'Sedgwick County Zoo AAZK Chapter\r\nSedgwick County Zoo\r\nWichita, KS', 'Sedgwick County Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3842-revision-v1', '', '', '2013-10-30 11:41:01', '2013-10-30 16:41:01', '', 3842, 'http://web3.gowebsolutions.com/~aazook/3842-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3845, 1, '2013-10-30 11:41:28', '2013-10-30 16:41:28', 'Topeka Zoo Chapter of AAZK\r\nTopeka Zoo\r\nTopeka, KS', 'Topeka Zoo Chapter of AAZK', 0, '', 'publish', 'closed', 'closed', '', 'topeka-zoo-chapter-of-aazk', '', '', '2013-10-30 11:41:28', '2013-10-30 16:41:28', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3845', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3846, 1, '2013-10-30 11:41:09', '2013-10-30 16:41:09', '<h4>Purpose</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Resources produced</h4>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Projects</h4>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Additional Information</h4>\r\n<h6><i class="left icon-download"></i> Downloads</h6>\r\n<ul>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/Enrichment-Day-Examples.pdf">Enrichment Day Examples</a></li>\r\n</ul>\r\n\r\n<h6><i class="left icon-download"></i> Helpful Links</h6>\r\n<ul>\r\n	<li><a target="_blank" href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1" target="_blank">Training and Enrichment Video Library</a></li>\r\n	<li><a href="[homeurl]/committee/behavioral-husbandry/resources/">Suggested Animal Training Resources</a></li>\r\n	<li><s><a href="[homeurl]/members/bhc.php">Suggested Guidelines for Enrichment</a></s></li>\r\n	<li><a href="[homeurl]/committee/behavioral-husbandry/printed-resources/">Printed Resources</a></li>\r\n	<li><a href="[homeurl]/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n</ul>\r\n\r\n\r\n<div class="hr"></div>\r\n\r\n<div class="first sixcol">\r\n<h4>Behavioral Husbandry Committee Chair Member</h4>\r\n<img class="aligncenter" title="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="Julie Hartell-DeNardo" width="125" height="146" />\r\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2013-10-30 11:41:09', '2013-10-30 16:41:09', '', 192, 'http://web3.gowebsolutions.com/~aazook/192-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3847, 1, '2013-10-30 11:41:28', '2013-10-30 16:41:28', 'Topeka Zoo Chapter of AAZK\r\nTopeka Zoo\r\nTopeka, KS', 'Topeka Zoo Chapter of AAZK', 0, '', 'inherit', 'closed', 'closed', '', '3845-revision-v1', '', '', '2013-10-30 11:41:28', '2013-10-30 16:41:28', '', 3845, 'http://web3.gowebsolutions.com/~aazook/3845-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3848, 1, '2013-10-30 11:42:21', '2013-10-30 16:42:21', '<a href="http://www.louisvilleaazk.com/" target="_blank">Louisville Zoo AAZK Chapter</a>\r\nLouisville Zoological Garden\r\nLouisville, KY', 'Louisville Zoo AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'louisville-zoo-aazk-chapter', '', '', '2013-10-30 11:42:21', '2013-10-30 16:42:21', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3848', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3849, 1, '2013-10-30 11:42:21', '2013-10-30 16:42:21', '<a href="http://www.louisvilleaazk.com/" target="_blank">Louisville Zoo AAZK Chapter</a>\r\nLouisville Zoological Garden\r\nLouisville, KY', 'Louisville Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3848-revision-v1', '', '', '2013-10-30 11:42:21', '2013-10-30 16:42:21', '', 3848, 'http://web3.gowebsolutions.com/~aazook/3848-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3850, 1, '2013-10-30 11:43:13', '2013-10-30 16:43:13', 'Audubon Park AAZK Chapter\r\nAudubon Institute\r\nNew Orleans, LA', 'Audubon Park AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'audubon-park-aazk-chapter', '', '', '2013-10-30 11:43:13', '2013-10-30 16:43:13', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3850', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3851, 1, '2013-10-30 11:43:13', '2013-10-30 16:43:13', 'Audubon Park AAZK Chapter\r\nAudubon Institute\r\nNew Orleans, LA', 'Audubon Park AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3850-revision-v1', '', '', '2013-10-30 11:43:13', '2013-10-30 16:43:13', '', 3850, 'http://web3.gowebsolutions.com/~aazook/3850-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3852, 1, '2013-10-30 11:43:26', '2013-10-30 16:43:26', '\r\nBaton Rouge Zoo AAZK Chapter\r\nBREC\'s Baton Rouge Zoo\r\nBaton Rouge, LA', ' Baton Rouge Zoo AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'baton-rouge-zoo-aazk-chapter', '', '', '2013-10-30 11:43:26', '2013-10-30 16:43:26', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3852', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3853, 1, '2013-10-30 11:43:26', '2013-10-30 16:43:26', '\r\nBaton Rouge Zoo AAZK Chapter\r\nBREC\'s Baton Rouge Zoo\r\nBaton Rouge, LA', ' Baton Rouge Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3852-revision-v1', '', '', '2013-10-30 11:43:26', '2013-10-30 16:43:26', '', 3852, 'http://web3.gowebsolutions.com/~aazook/3852-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3854, 1, '2013-10-30 11:44:33', '2013-10-30 16:44:33', '<a href="http://www.baltimoreaecetia.net/gws/aazk/" target="_blank">Greater Baltimore Chapter of AAZK</a>\r\nThe Maryland Zoo\r\nBaltimore, MD', 'Greater Baltimore Chapter of AAZK', 0, '', 'publish', 'closed', 'closed', '', 'greater-baltimore-chapter-of-aazk', '', '', '2013-10-30 11:44:33', '2013-10-30 16:44:33', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3854', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3855, 1, '2013-10-30 11:44:33', '2013-10-30 16:44:33', '<a href="http://www.baltimoreaecetia.net/gws/aazk/" target="_blank">Greater Baltimore Chapter of AAZK</a>\r\nThe Maryland Zoo\r\nBaltimore, MD', 'Greater Baltimore Chapter of AAZK', 0, '', 'inherit', 'closed', 'closed', '', '3854-revision-v1', '', '', '2013-10-30 11:44:33', '2013-10-30 16:44:33', '', 3854, 'http://web3.gowebsolutions.com/~aazook/3854-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3856, 1, '2013-10-30 11:44:47', '2013-10-30 16:44:47', 'Chesapeake AAZK Chapter\r\nSalisbury Zoological Park\r\nSalisbury, MD', 'Chesapeake AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'chesapeake-aazk-chapter', '', '', '2013-10-30 11:44:47', '2013-10-30 16:44:47', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3856', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3857, 1, '2013-10-30 11:44:47', '2013-10-30 16:44:47', 'Chesapeake AAZK Chapter\r\nSalisbury Zoological Park\r\nSalisbury, MD', 'Chesapeake AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3856-revision-v1', '', '', '2013-10-30 11:44:47', '2013-10-30 16:44:47', '', 3856, 'http://web3.gowebsolutions.com/~aazook/3856-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3858, 1, '2013-10-30 11:45:32', '2013-10-30 16:45:32', 'AAZK of New Bedford Chapter\r\nButtonwood Park Zoo\r\nNew Bedford, MA', 'AAZK of New Bedford Chapter', 0, '', 'publish', 'closed', 'closed', '', 'aazk-of-new-bedford-chapter', '', '', '2013-10-30 11:45:32', '2013-10-30 16:45:32', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3858', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3859, 1, '2013-10-30 11:45:32', '2013-10-30 16:45:32', 'AAZK of New Bedford Chapter\r\nButtonwood Park Zoo\r\nNew Bedford, MA', 'AAZK of New Bedford Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3858-revision-v1', '', '', '2013-10-30 11:45:32', '2013-10-30 16:45:32', '', 3858, 'http://web3.gowebsolutions.com/~aazook/3858-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3860, 1, '2013-10-30 11:45:55', '2013-10-30 16:45:55', 'Zoo <a href="http://www.zoonewengland.org/aazk" target="_blank">New England AAZK Chapter</a>\r\nZoo New England\r\nBoston, MA', ' Zoo New England AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'new-england-aazk-chapter', '', '', '2014-01-20 16:21:55', '2014-01-20 21:21:55', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3860', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3861, 1, '2013-10-30 11:45:55', '2013-10-30 16:45:55', '<a href="http://www.zoonewengland.org/aazk" target="_blank">New England AAZK Chapter</a>\r\nZoo New England\r\nBoston, MA', ' New England AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3860-revision-v1', '', '', '2013-10-30 11:45:55', '2013-10-30 16:45:55', '', 3860, 'http://web3.gowebsolutions.com/~aazook/3860-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3862, 1, '2013-10-30 11:46:31', '2013-10-30 16:46:31', 'Battle Creek AAZK Chapter\r\nBinder Park Zoo\r\nBattle Creek, MI', 'Battle Creek AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'battle-creek-aazk-chapter', '', '', '2013-10-30 11:46:31', '2013-10-30 16:46:31', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3862', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3863, 1, '2013-10-30 11:46:31', '2013-10-30 16:46:31', 'Battle Creek AAZK Chapter\r\nBinder Park Zoo\r\nBattle Creek, MI', 'Battle Creek AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3862-revision-v1', '', '', '2013-10-30 11:46:31', '2013-10-30 16:46:31', '', 3862, 'http://web3.gowebsolutions.com/~aazook/3862-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3864, 1, '2013-10-30 11:46:54', '2013-10-30 16:46:54', 'Detroit AAZK Chapter\r\nDetroit Zoo\r\nRoyal Oak, MI', 'Detroit AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'detroit-aazk-chapter', '', '', '2013-10-30 11:46:54', '2013-10-30 16:46:54', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3864', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3865, 1, '2013-10-30 11:46:54', '2013-10-30 16:46:54', 'Detroit AAZK Chapter\r\nDetroit Zoo\r\nRoyal Oak, MI', 'Detroit AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3864-revision-v1', '', '', '2013-10-30 11:46:54', '2013-10-30 16:46:54', '', 3864, 'http://web3.gowebsolutions.com/~aazook/3864-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3866, 1, '2013-10-30 11:47:46', '2013-10-30 16:47:46', '<a href="http://www.lszoo.org/our-zoos-aazk.htm" target="_blank">Lake Superior AAZK Chapter</a>\r\nLake Superior Zoo\r\nDuluth, MN', 'Lake Superior AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'lake-superior-aazk-chapter', '', '', '2013-10-30 11:47:46', '2013-10-30 16:47:46', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3866', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3867, 1, '2013-10-30 11:47:46', '2013-10-30 16:47:46', '<a href="http://www.lszoo.org/our-zoos-aazk.htm" target="_blank">Lake Superior AAZK Chapter</a>\r\nLake Superior Zoo\r\nDuluth, MN', 'Lake Superior AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3866-revision-v1', '', '', '2013-10-30 11:47:46', '2013-10-30 16:47:46', '', 3866, 'http://web3.gowebsolutions.com/~aazook/3866-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3868, 1, '2013-10-30 11:48:11', '2013-10-30 16:48:11', '<a href="http://www.mnzoo.com/global/about_aazk.asp" target="_blank">Minnesota Zoo AAZK Chapter</a>\r\nMinnesota Zoological Garden\r\nApple Valley, MN', 'Minnesota Zoo AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'minnesota-zoo-aazk-chapter', '', '', '2013-10-30 11:48:11', '2013-10-30 16:48:11', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3868', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3869, 1, '2013-10-30 11:48:11', '2013-10-30 16:48:11', '<a href="http://www.mnzoo.com/global/about_aazk.asp" target="_blank">Minnesota Zoo AAZK Chapter</a>\r\nMinnesota Zoological Garden\r\nApple Valley, MN', 'Minnesota Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3868-revision-v1', '', '', '2013-10-30 11:48:11', '2013-10-30 16:48:11', '', 3868, 'http://web3.gowebsolutions.com/~aazook/3868-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3870, 1, '2013-10-30 11:48:53', '2013-10-30 16:48:53', 'Jackson Zookeepers Association\r\nJackson Zoological Park\r\nJackson, MS', 'Jackson Zookeepers Association', 0, '', 'publish', 'closed', 'closed', '', 'jackson-zookeepers-association', '', '', '2013-10-30 11:48:53', '2013-10-30 16:48:53', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3870', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3871, 1, '2013-10-30 11:48:53', '2013-10-30 16:48:53', 'Jackson Zookeepers Association\r\nJackson Zoological Park\r\nJackson, MS', 'Jackson Zookeepers Association', 0, '', 'inherit', 'closed', 'closed', '', '3870-revision-v1', '', '', '2013-10-30 11:48:53', '2013-10-30 16:48:53', '', 3870, 'http://web3.gowebsolutions.com/~aazook/3870-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3872, 1, '2013-10-30 11:49:43', '2013-10-30 16:49:43', 'Greater Kansas City AAZK Chapter\r\nKansas City Zoological Gardens\r\nKansas City, MO', 'Greater Kansas City AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'greater-kansas-city-aazk-chapter', '', '', '2013-10-30 11:49:43', '2013-10-30 16:49:43', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3872', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3873, 1, '2013-10-30 11:49:43', '2013-10-30 16:49:43', 'Greater Kansas City AAZK Chapter\r\nKansas City Zoological Gardens\r\nKansas City, MO', 'Greater Kansas City AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3872-revision-v1', '', '', '2013-10-30 11:49:43', '2013-10-30 16:49:43', '', 3872, 'http://web3.gowebsolutions.com/~aazook/3872-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3874, 1, '2013-10-30 11:50:06', '2013-10-30 16:50:06', '<a href="http://ozarksaazk.blogspot.com/" target="_blank">Ozarks Chapter of the AAZK</a>\r\nDickerson Park Zoo\r\nSpringfield, MO', 'Ozarks Chapter of the AAZK', 0, '', 'publish', 'closed', 'closed', '', 'ozarks-chapter-of-the-aazk', '', '', '2013-10-31 10:43:21', '2013-10-31 15:43:21', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3874', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3875, 1, '2013-10-30 11:50:06', '2013-10-30 16:50:06', '<a href="http://ozarksaazk.blogspot.com/" target="_blank">Ozarks Chapter of the AAZK</a>\r\nDickerson Park Zoo\r\nSpringfield, MO', 'Ozarks Chapter of the AAZK', 0, '', 'inherit', 'closed', 'closed', '', '3874-revision-v1', '', '', '2013-10-30 11:50:06', '2013-10-30 16:50:06', '', 3874, 'http://web3.gowebsolutions.com/~aazook/3874-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3876, 1, '2013-10-30 11:50:31', '2013-10-30 16:50:31', '<a href="http://www.stlzoo.org/animals/soyouwanttobeazookeeper/americanassociationofzooke/" target="_blank">Saint Louis AAZK Chapter</a>\r\nSaint Louis Zoo\r\nSt. Louis, MO', 'Saint Louis AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'saint-louis-aazk-chapter', '', '', '2013-10-30 11:50:31', '2013-10-30 16:50:31', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3876', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3877, 1, '2013-10-30 11:50:31', '2013-10-30 16:50:31', '<a href="http://www.stlzoo.org/animals/soyouwanttobeazookeeper/americanassociationofzooke/" target="_blank">Saint Louis AAZK Chapter</a>\r\nSaint Louis Zoo\r\nSt. Louis, MO', 'Saint Louis AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3876-revision-v1', '', '', '2013-10-30 11:50:31', '2013-10-30 16:50:31', '', 3876, 'http://web3.gowebsolutions.com/~aazook/3876-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3878, 1, '2013-10-30 11:51:24', '2013-10-30 16:51:24', 'Omaha AAZK Chapter\r\nOmaha\'s Henry Doorly Zoo\r\nOmaha, NE', 'Omaha AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'omaha-aazk-chapter', '', '', '2013-10-30 11:51:24', '2013-10-30 16:51:24', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3878', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3881, 1, '2013-10-30 11:50:58', '2013-10-30 16:50:58', '', 'Suggested Guidelines for Primate Enrichment', 0, '', 'inherit', 'closed', 'closed', '', 'suggested-guidelines-for-primate-enrichment', '', '', '2013-10-30 11:50:58', '2013-10-30 16:50:58', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/Suggested-Guidelines-for-Primate-Enrichment.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (3882, 1, '2013-10-30 11:50:58', '2013-10-30 16:50:58', '', 'Suggested Guidelines for Reptile Enrichment', 0, '', 'inherit', 'closed', 'closed', '', 'suggested-guidelines-for-reptile-enrichment', '', '', '2013-10-30 11:50:58', '2013-10-30 16:50:58', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/Suggested-Guidelines-for-Reptile-Enrichment.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (3883, 1, '2013-10-30 11:50:59', '2013-10-30 16:50:59', '', 'Suggested Guidelines for Ungulate Enrichment', 0, '', 'inherit', 'closed', 'closed', '', 'suggested-guidelines-for-ungulate-enrichment', '', '', '2013-10-30 11:50:59', '2013-10-30 16:50:59', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/Suggested-Guidelines-for-Ungulate-Enrichment.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (3884, 1, '2013-10-30 11:51:00', '2013-10-30 16:51:00', '', 'Suggested Guidelines for Bat Enrichment', 0, '', 'inherit', 'closed', 'closed', '', 'suggested-guidelines-for-bat-enrichment', '', '', '2013-10-30 11:51:00', '2013-10-30 16:51:00', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/Suggested-Guidelines-for-Bat-Enrichment.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (3885, 1, '2013-10-30 11:51:01', '2013-10-30 16:51:01', '', 'Suggested Guidelines for Bear Enrichment', 0, '', 'inherit', 'closed', 'closed', '', 'suggested-guidelines-for-bear-enrichment', '', '', '2013-10-30 11:51:01', '2013-10-30 16:51:01', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/Suggested-Guidelines-for-Bear-Enrichment.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (3886, 1, '2013-10-30 11:51:02', '2013-10-30 16:51:02', '', 'Suggested Guidelines for Bird Enrichment', 0, '', 'inherit', 'closed', 'closed', '', 'suggested-guidelines-for-bird-enrichment', '', '', '2013-10-30 11:51:02', '2013-10-30 16:51:02', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/Suggested-Guidelines-for-Bird-Enrichment.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (3887, 1, '2013-10-30 11:51:03', '2013-10-30 16:51:03', '', 'Suggested Guidelines for Captive Elephant Enrichment', 0, '', 'inherit', 'closed', 'closed', '', 'suggested-guidelines-for-captive-elephant-enrichment', '', '', '2013-10-30 11:51:03', '2013-10-30 16:51:03', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/Suggested-Guidelines-for-Captive-Elephant-Enrichment.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (3888, 1, '2013-10-30 11:51:04', '2013-10-30 16:51:04', '', 'Suggested Guidelines for Carnivore Enrichment', 0, '', 'inherit', 'closed', 'closed', '', 'suggested-guidelines-for-carnivore-enrichment', '', '', '2013-10-30 11:51:04', '2013-10-30 16:51:04', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/Suggested-Guidelines-for-Carnivore-Enrichment.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (3889, 1, '2013-10-30 11:51:05', '2013-10-30 16:51:05', '', 'Suggested Guidelines for Fishes Enrichment', 0, '', 'inherit', 'closed', 'closed', '', 'suggested-guidelines-for-fishes-enrichment', '', '', '2013-10-30 11:51:05', '2013-10-30 16:51:05', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/Suggested-Guidelines-for-Fishes-Enrichment.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (3890, 1, '2013-10-30 11:51:24', '2013-10-30 16:51:24', 'Omaha AAZK Chapter\r\nOmaha\'s Henry Doorly Zoo\r\nOmaha, NE', 'Omaha AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3878-revision-v1', '', '', '2013-10-30 11:51:24', '2013-10-30 16:51:24', '', 3878, 'http://web3.gowebsolutions.com/~aazook/3878-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3891, 1, '2013-10-30 11:52:30', '2013-10-30 16:52:30', '<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=172749141" target="_blank">Cape May County Zoo AAZK Chapter</a>\r\nCape May County Zoo\r\nCape May Court House, NJ', 'Cape May County Zoo AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'cape-may-county-zoo-aazk-chapter', '', '', '2013-10-30 11:52:30', '2013-10-30 16:52:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3891', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3892, 1, '2013-10-30 11:52:30', '2013-10-30 16:52:30', '<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=172749141" target="_blank">Cape May County Zoo AAZK Chapter</a>\r\nCape May County Zoo\r\nCape May Court House, NJ', 'Cape May County Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3891-revision-v1', '', '', '2013-10-30 11:52:30', '2013-10-30 16:52:30', '', 3891, 'http://web3.gowebsolutions.com/~aazook/3891-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3893, 1, '2013-10-30 11:52:46', '2013-10-30 16:52:46', 'Greater New Jersey AAZK Alliance Chapter\r\nJenkinson\'s Aquarium\r\nPoint Pleasant Beach, NJ', 'Greater New Jersey AAZK Alliance Chapter', 0, '', 'publish', 'closed', 'closed', '', 'greater-new-jersey-aazk-alliance-chapter', '', '', '2013-10-30 11:52:46', '2013-10-30 16:52:46', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3893', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3894, 1, '2013-10-30 11:52:46', '2013-10-30 16:52:46', 'Greater New Jersey AAZK Alliance Chapter\r\nJenkinson\'s Aquarium\r\nPoint Pleasant Beach, NJ', 'Greater New Jersey AAZK Alliance Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3893-revision-v1', '', '', '2013-10-30 11:52:46', '2013-10-30 16:52:46', '', 3893, 'http://web3.gowebsolutions.com/~aazook/3893-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3895, 1, '2013-10-30 11:53:16', '2013-10-30 16:53:16', 'New York City <a href="http://www.bronxzooaazk.blogspot.com/" target="_blank">AAZK Chapter</a>\r\nBronx Zoo\r\nNew York, NY', 'New York City AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'bronx-zoo-aazk-chapter', '', '', '2014-01-20 16:20:43', '2014-01-20 21:20:43', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3895', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3896, 1, '2013-10-30 11:53:16', '2013-10-30 16:53:16', '<a href="http://www.bronxzooaazk.blogspot.com/" target="_blank">Bronx Zoo AAZK Chapter</a>\r\nBronx Zoo\r\nNew York, NY', 'Bronx Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3895-revision-v1', '', '', '2013-10-30 11:53:16', '2013-10-30 16:53:16', '', 3895, 'http://web3.gowebsolutions.com/~aazook/3895-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3897, 1, '2013-10-30 11:53:30', '2013-10-30 16:53:30', 'Rosamond Gifford Zoo AAZK Chapter\r\nRosamond Gifford Zoo\r\nSyracuse, NY', 'Rosamond Gifford Zoo AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'rosamond-gifford-zoo-aazk-chapter', '', '', '2013-10-30 11:53:30', '2013-10-30 16:53:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3897', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3898, 1, '2013-10-30 11:53:30', '2013-10-30 16:53:30', 'Rosamond Gifford Zoo AAZK Chapter\r\nRosamond Gifford Zoo\r\nSyracuse, NY', 'Rosamond Gifford Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3897-revision-v1', '', '', '2013-10-30 11:53:30', '2013-10-30 16:53:30', '', 3897, 'http://web3.gowebsolutions.com/~aazook/3897-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3899, 1, '2013-10-30 11:53:40', '2013-10-30 16:53:40', 'The Seneca Park Zoo AAZK Chapter\r\nSeneca Park Zoo\r\nRochester, NY', 'The Seneca Park Zoo AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'the-seneca-park-zoo-aazk-chapter', '', '', '2013-10-30 11:53:40', '2013-10-30 16:53:40', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3899', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3900, 1, '2013-10-30 11:53:40', '2013-10-30 16:53:40', 'The Seneca Park Zoo AAZK Chapter\r\nSeneca Park Zoo\r\nRochester, NY', 'The Seneca Park Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3899-revision-v1', '', '', '2013-10-30 11:53:40', '2013-10-30 16:53:40', '', 3899, 'http://web3.gowebsolutions.com/~aazook/3899-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3901, 1, '2013-10-30 11:55:03', '2013-10-30 16:55:03', 'North Carolina AAZK Chapter\r\nNorth Carolina Zoological Park\r\nAsheboro, NC', 'North Carolina AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'north-carolina-aazk-chapter', '', '', '2013-10-30 11:55:03', '2013-10-30 16:55:03', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3901', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3902, 1, '2013-10-30 11:55:03', '2013-10-30 16:55:03', 'North Carolina AAZK Chapter\r\nNorth Carolina Zoological Park\r\nAsheboro, NC', 'North Carolina AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3901-revision-v1', '', '', '2013-10-30 11:55:03', '2013-10-30 16:55:03', '', 3901, 'http://web3.gowebsolutions.com/~aazook/3901-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3904, 1, '2013-10-30 11:55:15', '2013-10-30 16:55:15', 'North Carolina Piedmont AAZK Chapter\r\nDuke Lemur Center\r\nNC Museum of Life & Science\r\nDurham, NC', 'North Carolina Piedmont AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'north-carolina-piedmont-aazk-chapter', '', '', '2013-10-30 11:55:15', '2013-10-30 16:55:15', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3904', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3905, 1, '2013-10-30 11:55:15', '2013-10-30 16:55:15', 'North Carolina Piedmont AAZK Chapter\r\nDuke Lemur Center\r\nNC Museum of Life & Science\r\nDurham, NC', 'North Carolina Piedmont AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3904-revision-v1', '', '', '2013-10-30 11:55:15', '2013-10-30 16:55:15', '', 3904, 'http://web3.gowebsolutions.com/~aazook/3904-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3906, 1, '2013-10-30 11:55:47', '2013-10-30 16:55:47', 'Columbus AAZK Chapter\r\nColumbus Zoological Gardens\r\nColumbus, OH', 'Columbus AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'columbus-aazk-chapter', '', '', '2013-10-30 11:55:47', '2013-10-30 16:55:47', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3906', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3907, 1, '2013-10-30 11:55:47', '2013-10-30 16:55:47', 'Columbus AAZK Chapter\r\nColumbus Zoological Gardens\r\nColumbus, OH', 'Columbus AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3906-revision-v1', '', '', '2013-10-30 11:55:47', '2013-10-30 16:55:47', '', 3906, 'http://web3.gowebsolutions.com/~aazook/3906-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3908, 1, '2013-10-30 11:56:00', '2013-10-30 16:56:00', 'Greater Cincinnati Chapter of AAZK\r\nCincinnati Zoo\r\nCincinnati, OH', 'Greater Cincinnati Chapter of AAZK', 0, '', 'publish', 'closed', 'closed', '', 'greater-cincinnati-chapter-of-aazk', '', '', '2013-10-30 11:56:00', '2013-10-30 16:56:00', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3908', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3909, 1, '2013-10-30 11:56:00', '2013-10-30 16:56:00', 'Greater Cincinnati Chapter of AAZK\r\nCincinnati Zoo\r\nCincinnati, OH', 'Greater Cincinnati Chapter of AAZK', 0, '', 'inherit', 'closed', 'closed', '', '3908-revision-v1', '', '', '2013-10-30 11:56:00', '2013-10-30 16:56:00', '', 3908, 'http://web3.gowebsolutions.com/~aazook/3908-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3910, 1, '2013-10-30 11:56:11', '2013-10-30 16:56:11', 'Greater Cleveland Area AAZK Chapter\r\nCleveland Metroparks Zoo\r\nCleveland, OH', 'Greater Cleveland Area AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'greater-cleveland-area-aazk-chapter', '', '', '2013-10-30 11:56:11', '2013-10-30 16:56:11', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3910', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3911, 1, '2013-10-30 11:56:11', '2013-10-30 16:56:11', 'Greater Cleveland Area AAZK Chapter\r\nCleveland Metroparks Zoo\r\nCleveland, OH', 'Greater Cleveland Area AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3910-revision-v1', '', '', '2013-10-30 11:56:11', '2013-10-30 16:56:11', '', 3910, 'http://web3.gowebsolutions.com/~aazook/3910-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3912, 1, '2013-10-30 11:56:24', '2013-10-30 16:56:24', 'Toledo Zoo AAZK Chapter\r\nThe Toledo Zoo\r\nToledo, OH', 'Toledo Zoo AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'toledo-zoo-aazk-chapter', '', '', '2013-10-30 11:56:24', '2013-10-30 16:56:24', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3912', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3913, 1, '2013-10-30 11:56:24', '2013-10-30 16:56:24', 'Toledo Zoo AAZK Chapter\r\nThe Toledo Zoo\r\nToledo, OH', 'Toledo Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3912-revision-v1', '', '', '2013-10-30 11:56:24', '2013-10-30 16:56:24', '', 3912, 'http://web3.gowebsolutions.com/~aazook/3912-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3914, 1, '2013-10-30 11:56:53', '2013-10-30 16:56:53', 'Oklahoma City Zoo AAZK Chapter\r\nOklahoma City Zoological Park\r\nOklahoma City, OK', 'Oklahoma City Zoo AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'oklahoma-city-zoo-aazk-chapter', '', '', '2013-10-30 11:56:53', '2013-10-30 16:56:53', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3914', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3915, 1, '2013-10-30 11:56:53', '2013-10-30 16:56:53', 'Oklahoma City Zoo AAZK Chapter\r\nOklahoma City Zoological Park\r\nOklahoma City, OK', 'Oklahoma City Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3914-revision-v1', '', '', '2013-10-30 11:56:53', '2013-10-30 16:56:53', '', 3914, 'http://web3.gowebsolutions.com/~aazook/3914-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3916, 1, '2013-10-30 11:57:07', '2013-10-30 16:57:07', 'Tulsa Zoo AAZK Chapter\r\nTulsa Zoo\r\nTulsa, OK', 'Tulsa Zoo AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'tulsa-zoo-aazk-chapter', '', '', '2013-10-30 11:57:07', '2013-10-30 16:57:07', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3916', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3917, 1, '2013-10-30 11:57:07', '2013-10-30 16:57:07', 'Tulsa Zoo AAZK Chapter\r\nTulsa Zoo\r\nTulsa, OK', 'Tulsa Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3916-revision-v1', '', '', '2013-10-30 11:57:07', '2013-10-30 16:57:07', '', 3916, 'http://web3.gowebsolutions.com/~aazook/3916-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3918, 1, '2013-10-30 11:57:37', '2013-10-30 16:57:37', '<a href="http://www.portlandaazk.blogspot.com/" target="_blank">Portland AAZK Chapter</a>\r\nOregon Zoo\r\nPortland, OR', 'Portland AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'portland-aazk-chapter', '', '', '2013-10-30 11:57:40', '2013-10-30 16:57:40', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3918', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3919, 1, '2013-10-30 11:57:37', '2013-10-30 16:57:37', '<a href="http://www.portlandaazk.blogspot.com/" target="_blank">Portland AAZK Chapter</a>\r\nOregon Zoo\r\nPortland, OR', 'Portland AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3918-revision-v1', '', '', '2013-10-30 11:57:37', '2013-10-30 16:57:37', '', 3918, 'http://web3.gowebsolutions.com/~aazook/3918-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3920, 1, '2013-10-30 11:57:37', '2013-10-30 16:57:37', '<h4>Purpose</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Resources produced</h4>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Projects</h4>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Additional Information</h4>\r\n<h6><i class="left icon-download"></i> Downloads</h6>\r\n<ul>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/Enrichment-Day-Examples.pdf">Enrichment Day Examples</a></li>\r\n</ul>\r\n\r\n<h6><i class="left icon-download"></i> Helpful Links</h6>\r\n<ul>\r\n	<li><a target="_blank" href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1" target="_blank">Training and Enrichment Video Library</a></li>\r\n	<li><a href="[homeurl]/committee/behavioral-husbandry/resources/">Suggested Animal Training Resources</a></li>\r\n	<li><a href="[homeurl]/committee/behavioral-husbandry/printed-resources/">Printed Resources</a></li>\r\n	<li><a href="[homeurl]/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n</ul>\r\n\r\n<h6><i class="left icon-download"></i> Helpful Links</h6>\r\n Click below for the complete enrichment guidelines for the following groups of animals. Feel free to print, copy and distribute these guidelines as needed. Most of these guidelines are currently printed in the third edition of the Enrichment Notebook. Notebooks can be ordered through A.A.Z.K., Inc.\r\n<ul>\r\n	<li><a href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Bat-Enrichment.pdf">Bat Guidelines</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Bear-Enrichment.pdf">Bear Guidelines</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Bird-Enrichment.pdf">Bird Guidelines</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Carnivore-Enrichment.pdf">Carnivore Guidelines</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Captive-Elephant-Enrichment.pdf">Elephant Guidelines</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Fishes-Enrichment.pdf">Fish Guidelines</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Primate-Enrichment.pdf">Primate Guidelines</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Reptile-Enrichment.pdf">Reptile Guidelines</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Ungulate-Enrichment.pdf">Ungulate Guidelines</a></li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<div class="first sixcol">\r\n<h4>Behavioral Husbandry Committee Chair Member</h4>\r\n<img class="aligncenter" title="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="Julie Hartell-DeNardo" width="125" height="146" />\r\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2013-10-30 11:57:37', '2013-10-30 16:57:37', '', 192, 'http://web3.gowebsolutions.com/~aazook/192-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3921, 1, '2013-10-30 11:58:06', '2013-10-30 16:58:06', 'Wildlife Safari AAZK Chapter\r\nWildlife Safari\r\nWinston, OR', 'Wildlife Safari AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'wildlife-safari-aazk-chapter', '', '', '2013-10-30 11:58:06', '2013-10-30 16:58:06', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3921', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3922, 1, '2013-10-30 11:58:06', '2013-10-30 16:58:06', 'Wildlife Safari AAZK Chapter\r\nWildlife Safari\r\nWinston, OR', 'Wildlife Safari AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3921-revision-v1', '', '', '2013-10-30 11:58:06', '2013-10-30 16:58:06', '', 3921, 'http://web3.gowebsolutions.com/~aazook/3921-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3923, 1, '2013-10-30 11:58:36', '2013-10-30 16:58:36', '<a href="http://philadelphia-aecetia.net/gws/aazk/" target="_blank">Greater Philadelphia AAZK Chapter</a>\r\nPhiladelphia Zoo\r\nPhiladelphia, PA', 'Greater Philadelphia AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'greater-philadelphia-aazk-chapter', '', '', '2013-10-30 11:59:50', '2013-10-30 16:59:50', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3923', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3924, 1, '2013-10-30 11:58:27', '2013-10-30 16:58:27', '<h4>Purpose</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Resources produced</h4>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Projects</h4>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Additional Information</h4>\r\n<h6><i class="left icon-download"></i> Downloads</h6>\r\n<ul>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/Enrichment-Day-Examples.pdf">Enrichment Day Examples</a></li>\r\n</ul>\r\n\r\n<h6><i class="left icon-download"></i> Helpful Links</h6>\r\n<ul>\r\n	<li><a target="_blank" href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1" target="_blank">Training and Enrichment Video Library</a></li>\r\n	<li><a href="[homeurl]/committee/behavioral-husbandry/resources/">Suggested Animal Training Resources</a></li>\r\n	<li><a href="[homeurl]/committee/behavioral-husbandry/printed-resources/">Printed Resources</a></li>\r\n	<li><a href="[homeurl]/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n</ul>\r\n\r\n<h6><i class="left icon-download"></i> Enrichment Guidelines</h6>\r\n Click below for the complete enrichment guidelines for the following groups of animals. Feel free to print, copy and distribute these guidelines as needed. Most of these guidelines are currently printed in the third edition of the Enrichment Notebook. Notebooks can be ordered through A.A.Z.K., Inc.\r\n<ul>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Bat-Enrichment.pdf">Bat Guidelines</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Bear-Enrichment.pdf">Bear Guidelines</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Bird-Enrichment.pdf">Bird Guidelines</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Carnivore-Enrichment.pdf">Carnivore Guidelines</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Captive-Elephant-Enrichment.pdf">Elephant Guidelines</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Fishes-Enrichment.pdf">Fish Guidelines</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Primate-Enrichment.pdf">Primate Guidelines</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Reptile-Enrichment.pdf">Reptile Guidelines</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Ungulate-Enrichment.pdf">Ungulate Guidelines</a></li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<div class="first sixcol">\r\n<h4>Behavioral Husbandry Committee Chair Member</h4>\r\n<img class="aligncenter" title="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="Julie Hartell-DeNardo" width="125" height="146" />\r\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2013-10-30 11:58:27', '2013-10-30 16:58:27', '', 192, 'http://web3.gowebsolutions.com/~aazook/192-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3925, 1, '2013-10-30 11:58:36', '2013-10-30 16:58:36', 'Greater Philadelphia AAZK Chapter\r\nPhiladelphia Zoo\r\nPhiladelphia, PA', 'Greater Philadelphia AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3923-revision-v1', '', '', '2013-10-30 11:58:36', '2013-10-30 16:58:36', '', 3923, 'http://web3.gowebsolutions.com/~aazook/3923-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3928, 1, '2013-10-30 11:59:23', '2013-10-30 16:59:23', '<h4>Purpose</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Resources produced</h4>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Projects</h4>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li> Enrichment guidelines for marine mammals and elephants</li>\r\n	<li> AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Additional Information</h4>\r\n<h6><i class="left icon-download"></i> Downloads</h6>\r\n<ul>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/what_is_animal_training.pdf">What is Training?</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/health_and_safety_considerations.pdf">Health and Safety Considerations</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_enrichment_bibliography.pdf">Training and Enrichment Bibliography</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/training_terms_glossary.pdf">Glossary of Training Terms</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/aazk_animal_data_transfer.pdf">Animal Data Transfer Form</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/risk_assessment_and_safety.pdf">Risk Assessment and Safety</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/Enrichment-Day-Examples.pdf">Enrichment Day Examples</a></li>\r\n</ul>\r\n\r\n<h6><i class="left icon-download"></i> Helpful Links</h6>\r\n<ul>\r\n	<li><a target="_blank" href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1" target="_blank">Training and Enrichment Video Library</a></li>\r\n	<li><a href="[homeurl]/committee/behavioral-husbandry/resources/">Suggested Animal Training Resources</a></li>\r\n	<li><a href="[homeurl]/committee/behavioral-husbandry/printed-resources/">Printed Resources</a></li>\r\n	<li><a href="[homeurl]/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n</ul>\r\n\r\n<h6><i class="left icon-download"></i> Enrichment Guidelines</h6>\r\n Click below for the complete enrichment guidelines for the following groups of animals. Feel free to print, copy and distribute these guidelines as needed. Most of these guidelines are currently printed in the third edition of the Enrichment Notebook. Notebooks can be ordered through A.A.Z.K., Inc.\r\n<ul>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Bat-Enrichment.pdf">Bat Guidelines</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Bear-Enrichment.pdf">Bear Guidelines</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Bird-Enrichment.pdf">Bird Guidelines</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Carnivore-Enrichment.pdf">Carnivore Guidelines</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Captive-Elephant-Enrichment.pdf">Elephant Guidelines</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Fishes-Enrichment.pdf">Fish Guidelines</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Primate-Enrichment.pdf">Primate Guidelines</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Reptile-Enrichment.pdf">Reptile Guidelines</a></li>\r\n	<li><a target="_blank" href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Ungulate-Enrichment.pdf">Ungulate Guidelines</a></li>\r\n</ul>\r\n\r\n<div class="hr"></div>\r\n\r\n<div class="first sixcol">\r\n<h4>Committee Chair Member</h4>\r\n<img class="aligncenter" title="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" alt="Julie Hartell-DeNardo" width="125" height="146" />\r\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2013-10-30 11:59:23', '2013-10-30 16:59:23', '', 192, 'http://web3.gowebsolutions.com/~aazook/192-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3929, 1, '2013-10-30 11:59:36', '2013-10-30 16:59:36', 'Pittsburgh AAZK Chapter\r\nPittsburgh Zoo\r\nPittsburgh, PA', 'Pittsburgh AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'pittsburgh-aazk-chapter', '', '', '2013-10-30 11:59:36', '2013-10-30 16:59:36', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3929', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3930, 1, '2013-10-30 11:59:36', '2013-10-30 16:59:36', 'Pittsburgh AAZK Chapter\r\nPittsburgh Zoo\r\nPittsburgh, PA', 'Pittsburgh AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3929-revision-v1', '', '', '2013-10-30 11:59:36', '2013-10-30 16:59:36', '', 3929, 'http://web3.gowebsolutions.com/~aazook/3929-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3931, 1, '2013-10-30 11:59:50', '2013-10-30 16:59:50', '<a href="http://philadelphia-aecetia.net/gws/aazk/" target="_blank">Greater Philadelphia AAZK Chapter</a>\r\nPhiladelphia Zoo\r\nPhiladelphia, PA', 'Greater Philadelphia AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3923-revision-v1', '', '', '2013-10-30 11:59:50', '2013-10-30 16:59:50', '', 3923, 'http://web3.gowebsolutions.com/~aazook/3923-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3932, 1, '2013-10-30 12:00:04', '2013-10-30 17:00:04', 'The Elmwood Park Zoo AAZK Chapter\r\nThe Elmwood Park Zoo\r\nNorristown, PA', 'The Elmwood Park Zoo AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'the-elmwood-park-zoo-aazk-chapter', '', '', '2013-10-30 12:00:04', '2013-10-30 17:00:04', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3932', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3933, 1, '2013-10-30 12:02:37', '2013-10-30 17:02:37', '<a href="http://www.memphiszoo.org/zookeeperassociation" target="_blank">Memphis Zoo AAZK Chapter</a>\r\nMemphis Zoo\r\nMemphis, TN', 'Memphis Zoo AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'memphis-zoo-aazk-chapter', '', '', '2013-10-30 12:02:37', '2013-10-30 17:02:37', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3933', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3934, 1, '2013-10-30 12:00:04', '2013-10-30 17:00:04', 'The Elmwood Park Zoo AAZK Chapter\r\nThe Elmwood Park Zoo\r\nNorristown, PA', 'The Elmwood Park Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3932-revision-v1', '', '', '2013-10-30 12:00:04', '2013-10-30 17:00:04', '', 3932, 'http://web3.gowebsolutions.com/~aazook/3932-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3935, 1, '2013-10-30 12:00:35', '2013-10-30 17:00:35', 'Roger Williams Park Zoo AAZK Chapter\r\nRoger Williams Park Zoo\r\nProvidence, RI', 'Roger Williams Park Zoo AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'roger-williams-park-zoo-aazk-chapter', '', '', '2013-10-30 12:00:35', '2013-10-30 17:00:35', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3935', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3936, 1, '2013-10-30 12:00:35', '2013-10-30 17:00:35', 'Roger Williams Park Zoo AAZK Chapter\r\nRoger Williams Park Zoo\r\nProvidence, RI', 'Roger Williams Park Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3935-revision-v1', '', '', '2013-10-30 12:00:35', '2013-10-30 17:00:35', '', 3935, 'http://web3.gowebsolutions.com/~aazook/3935-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3937, 1, '2013-10-30 12:01:03', '2013-10-30 17:01:03', 'Greenville Zoo AAZK Chapter\r\nGreenville Zoo\r\nGreenville, SC', 'Greenville Zoo AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'greenville-zoo-aazk-chapter', '', '', '2013-10-30 12:01:03', '2013-10-30 17:01:03', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3937', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3938, 1, '2013-10-30 12:01:03', '2013-10-30 17:01:03', 'Greenville Zoo AAZK Chapter\r\nGreenville Zoo\r\nGreenville, SC', 'Greenville Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3937-revision-v1', '', '', '2013-10-30 12:01:03', '2013-10-30 17:01:03', '', 3937, 'http://web3.gowebsolutions.com/~aazook/3937-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3939, 1, '2013-10-30 12:01:31', '2013-10-30 17:01:31', '<a href="http://rbzkeepers.blogspot.com/" target="_blank">Riverbanks Chapter</a>\r\nRiverbanks Zoo and garden\r\nColumbia, SC', 'Riverbanks Chapter', 0, '', 'publish', 'closed', 'closed', '', 'riverbanks-chapter', '', '', '2013-10-30 12:01:31', '2013-10-30 17:01:31', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3939', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3940, 1, '2013-10-30 12:01:31', '2013-10-30 17:01:31', '<a href="http://rbzkeepers.blogspot.com/" target="_blank">Riverbanks Chapter</a>\r\nRiverbanks Zoo and garden\r\nColumbia, SC', 'Riverbanks Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3939-revision-v1', '', '', '2013-10-30 12:01:31', '2013-10-30 17:01:31', '', 3939, 'http://web3.gowebsolutions.com/~aazook/3939-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3942, 1, '2013-10-30 12:02:37', '2013-10-30 17:02:37', '<a href="http://www.memphiszoo.org/zookeeperassociation" target="_blank">Memphis Zoo AAZK Chapter</a>\r\nMemphis Zoo\r\nMemphis, TN', 'Memphis Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3933-revision-v1', '', '', '2013-10-30 12:02:37', '2013-10-30 17:02:37', '', 3933, 'http://web3.gowebsolutions.com/~aazook/3933-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3943, 1, '2013-10-30 12:02:57', '2013-10-30 17:02:57', '<a href="http://www.nashvilleaecetia.net/gws/aazk/" target="_blank">Nashville AAZK Chapter</a>\r\nNashville Zoo at Grassmere\r\nNashville, TN', 'Nashville AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'nashville-aazk-chapter', '', '', '2013-10-30 12:02:57', '2013-10-30 17:02:57', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3943', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3944, 1, '2013-10-30 12:02:57', '2013-10-30 17:02:57', '<a href="http://www.nashvilleaecetia.net/gws/aazk/" target="_blank">Nashville AAZK Chapter</a>\r\nNashville Zoo at Grassmere\r\nNashville, TN', 'Nashville AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3943-revision-v1', '', '', '2013-10-30 12:02:57', '2013-10-30 17:02:57', '', 3943, 'http://web3.gowebsolutions.com/~aazook/3943-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3945, 1, '2013-10-30 12:03:23', '2013-10-30 17:03:23', 'Dallas Zoo Chapter of AAZK\r\nDallas Zoo\r\nDallas, TX', 'Dallas Zoo Chapter of AAZK', 0, '', 'publish', 'closed', 'closed', '', 'dallas-zoo-chapter-of-aazk', '', '', '2013-10-30 12:03:23', '2013-10-30 17:03:23', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3945', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3946, 1, '2013-10-30 12:03:23', '2013-10-30 17:03:23', 'Dallas Zoo Chapter of AAZK\r\nDallas Zoo\r\nDallas, TX', 'Dallas Zoo Chapter of AAZK', 0, '', 'inherit', 'closed', 'closed', '', '3945-revision-v1', '', '', '2013-10-30 12:03:23', '2013-10-30 17:03:23', '', 3945, 'http://web3.gowebsolutions.com/~aazook/3945-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3947, 1, '2013-10-30 12:03:58', '2013-10-30 17:03:58', 'El Paso Del Norte AAZK Chapter\r\nEl Paso Zoo\r\nEl Paso, TX', 'El Paso Del Norte AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'el-paso-del-norte-aazk-chapter', '', '', '2013-10-30 12:03:58', '2013-10-30 17:03:58', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3947', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3948, 1, '2013-10-30 12:03:58', '2013-10-30 17:03:58', 'El Paso Del Norte AAZK Chapter\r\nEl Paso Zoo\r\nEl Paso, TX', 'El Paso Del Norte AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3947-revision-v1', '', '', '2013-10-30 12:03:58', '2013-10-30 17:03:58', '', 3947, 'http://web3.gowebsolutions.com/~aazook/3947-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3949, 1, '2013-10-30 12:04:10', '2013-10-30 17:04:10', 'Fort Worth Zoo AAZK Chapter\r\nFort Worth Zoo\r\nFort Worth, TX', 'Fort Worth Zoo AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'fort-worth-zoo-aazk-chapter', '', '', '2013-10-30 12:04:10', '2013-10-30 17:04:10', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3949', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3950, 1, '2013-10-30 12:04:56', '2013-10-30 17:04:56', '<a href="http://www.gcaecetia.net/gws/aazk/" target="_blank">Galveston Chapter of AAZK</a>\r\nMoody Gardens\r\nGalveston, TX', 'Galveston Chapter of AAZK', 0, '', 'publish', 'closed', 'closed', '', 'galveston-chapter-of-aazk', '', '', '2013-10-30 12:04:56', '2013-10-30 17:04:56', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3950', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3951, 1, '2013-10-30 12:04:10', '2013-10-30 17:04:10', 'Fort Worth Zoo AAZK Chapter\r\nFort Worth Zoo\r\nFort Worth, TX', 'Fort Worth Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3949-revision-v1', '', '', '2013-10-30 12:04:10', '2013-10-30 17:04:10', '', 3949, 'http://web3.gowebsolutions.com/~aazook/3949-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3952, 1, '2013-10-30 12:04:56', '2013-10-30 17:04:56', '<a href="http://www.houstonzoo.org/aazk/" target="_blank">Greater Houston AAZK Chapter</a>\r\nHouston Zoo\r\nHouston, TX', 'Greater Houston AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'greater-houston-aazk-chapter', '', '', '2013-10-30 12:04:56', '2013-10-30 17:04:56', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3952', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3953, 1, '2013-10-30 12:04:56', '2013-10-30 17:04:56', '<a href="http://www.gcaecetia.net/gws/aazk/" target="_blank">Galveston Chapter of AAZK</a>\r\nMoody Gardens\r\nGalveston, TX', 'Galveston Chapter of AAZK', 0, '', 'inherit', 'closed', 'closed', '', '3950-revision-v1', '', '', '2013-10-30 12:04:56', '2013-10-30 17:04:56', '', 3950, 'http://web3.gowebsolutions.com/~aazook/3950-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3954, 1, '2013-10-30 12:04:56', '2013-10-30 17:04:56', '<a href="http://www.houstonzoo.org/aazk/" target="_blank">Greater Houston AAZK Chapter</a>\r\nHouston Zoo\r\nHouston, TX', 'Greater Houston AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3952-revision-v1', '', '', '2013-10-30 12:04:56', '2013-10-30 17:04:56', '', 3952, 'http://web3.gowebsolutions.com/~aazook/3952-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3955, 1, '2013-10-30 12:04:56', '2013-10-30 17:04:56', 'Greater Houston AAZK Chapter\nHouston Zoo\nHouston, TX', 'Greater Houston AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3952-autosave-v1', '', '', '2013-10-30 12:04:56', '2013-10-30 17:04:56', '', 3952, 'http://web3.gowebsolutions.com/~aazook/3952-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3956, 1, '2013-10-30 12:05:28', '2013-10-30 17:05:28', 'San Antonio Zoo AAZK Chapter\r\nSan Antonio Zoo\r\nSan Antonio, TX', 'San Antonio Zoo AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'san-antonio-zoo-aazk-chapter', '', '', '2013-10-30 12:05:28', '2013-10-30 17:05:28', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3956', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3957, 1, '2013-10-30 12:05:12', '2013-10-30 17:05:12', 'Red River AAZK Chapter\r\nFrank Buck Zoo\r\nGainesville, TX', 'Red River AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'red-river-aazk-chapter', '', '', '2013-10-30 12:05:12', '2013-10-30 17:05:12', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3957', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3958, 1, '2013-10-30 12:05:12', '2013-10-30 17:05:12', 'Red River AAZK Chapter\r\nFrank Buck Zoo\r\nGainesville, TX', 'Red River AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3957-revision-v1', '', '', '2013-10-30 12:05:12', '2013-10-30 17:05:12', '', 3957, 'http://web3.gowebsolutions.com/~aazook/3957-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3959, 1, '2013-10-30 12:05:36', '2013-10-30 17:05:36', 'West Texas AAZK Chapter\r\nAbilene Zoological Gardens\r\nAbilene, TX', 'West Texas AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'west-texas-aazk-chapter', '', '', '2013-10-30 12:05:36', '2013-10-30 17:05:36', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3959', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3960, 1, '2013-10-30 12:05:28', '2013-10-30 17:05:28', 'San Antonio Zoo AAZK Chapter\r\nSan Antonio Zoo\r\nSan Antonio, TX', 'San Antonio Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3956-revision-v1', '', '', '2013-10-30 12:05:28', '2013-10-30 17:05:28', '', 3956, 'http://web3.gowebsolutions.com/~aazook/3956-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3961, 1, '2013-10-30 12:05:36', '2013-10-30 17:05:36', 'West Texas AAZK Chapter\r\nAbilene Zoological Gardens\r\nAbilene, TX', 'West Texas AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3959-revision-v1', '', '', '2013-10-30 12:05:36', '2013-10-30 17:05:36', '', 3959, 'http://web3.gowebsolutions.com/~aazook/3959-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3962, 1, '2013-10-30 12:06:57', '2013-10-30 17:06:57', 'This CD-Rom publication is in searchable PDF Format and is Hyper-linked by Zoonotic Disease List. The publication contains updated guidelines for Animal Care Personnel and a hygiene and disinfection section. Purchase a copy of the AAZK Zoonotic Disease CD by visiting the <a href="http://www.aecetia.net/gws/aazk/shop/">AAZK store</a>.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.', 'AAZK Zoonotic Diease Handbook', 0, '', 'publish', 'closed', 'closed', '', 'aazk-zoonotic-diease-handbook', '', '', '2013-11-06 17:08:33', '2013-11-06 22:08:33', '', 3336, 'http://web3.gowebsolutions.com/~aazook/?page_id=3962', 1, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3965, 1, '2013-10-30 12:06:24', '2013-10-30 17:06:24', '<a href="http://www.utahaecetia.net/gws/aazk/" target="_blank">Utah Chapter of AAZK</a>\r\nUtah\'s Hogle Zoo\r\nSalt Lake City, UT', 'Utah Chapter of AAZK', 0, '', 'publish', 'closed', 'closed', '', 'utah-chapter-of-aazk', '', '', '2013-10-30 12:06:24', '2013-10-30 17:06:24', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3965', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3966, 1, '2013-10-30 12:06:24', '2013-10-30 17:06:24', '<a href="http://www.utahaecetia.net/gws/aazk/" target="_blank">Utah Chapter of AAZK</a>\r\nUtah\'s Hogle Zoo\r\nSalt Lake City, UT', 'Utah Chapter of AAZK', 0, '', 'inherit', 'closed', 'closed', '', '3965-revision-v1', '', '', '2013-10-30 12:06:24', '2013-10-30 17:06:24', '', 3965, 'http://web3.gowebsolutions.com/~aazook/3965-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3967, 1, '2013-10-30 12:07:19', '2013-10-30 17:07:19', '<a href="https://www.facebook.com/pages/Roanoke-Valley-AAZK-Chapter/532305886810083?fref=ts" target="_blank">Roanoke Valley AAZK</a>\r\nRoanoke , VA', 'Roanoke Valley AAZK', 0, '', 'publish', 'closed', 'closed', '', 'roanoke-valley-aazk', '', '', '2013-10-30 12:07:19', '2013-10-30 17:07:19', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3967', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3968, 1, '2013-10-30 12:08:05', '2013-10-30 17:08:05', '<a href="http://pointdefianceaazk.com/default.aspx" target="_blank">Point Defiance AAZK Chapter</a>\r\nPoint Defiance Zoo and Aquarium\r\nTacoma, WA', 'Point Defiance AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'point-defiance-aazk-chapter', '', '', '2013-10-30 12:08:05', '2013-10-30 17:08:05', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3968', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3969, 1, '2013-10-30 12:09:55', '2013-10-30 17:09:55', 'Assiniboine Park Zoo AAZK Chapter\r\nAssiniboine Park Zoo\r\nWinnipeg, Manitoba', 'Assiniboine Park Zoo AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'assiniboine-park-zoo-aazk-chapter', '', '', '2013-10-30 12:09:55', '2013-10-30 17:09:55', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3969', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3970, 1, '2013-10-30 12:06:57', '2013-10-30 17:06:57', 'This CD-Rom publication is in searchable PDF Format and is Hyper-linked by Zoonotic Disease List. The publication contains updated guidelines for Animal Care Personnel and a hygiene and disinfection section. Purchase a copy of the AAZK Zoonotic Disease CD by visiting the <a href="[homeurl]/shop/">AAZK store</a>.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="[homeurl]/shop/">store</a>.', 'AAZK Zoonotic Diease Handbook', 0, '', 'inherit', 'closed', 'closed', '', '3962-revision-v1', '', '', '2013-10-30 12:06:57', '2013-10-30 17:06:57', '', 3962, 'http://web3.gowebsolutions.com/~aazook/3962-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3971, 1, '2013-10-30 12:07:19', '2013-10-30 17:07:19', '<a href="https://www.facebook.com/pages/Roanoke-Valley-AAZK-Chapter/532305886810083?fref=ts" target="_blank">Roanoke Valley AAZK</a>\r\nRoanoke , VA', 'Roanoke Valley AAZK', 0, '', 'inherit', 'closed', 'closed', '', '3967-revision-v1', '', '', '2013-10-30 12:07:19', '2013-10-30 17:07:19', '', 3967, 'http://web3.gowebsolutions.com/~aazook/3967-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3972, 1, '2013-10-30 12:08:05', '2013-10-30 17:08:05', '<a href="http://pointdefianceaazk.com/default.aspx" target="_blank">Point Defiance AAZK Chapter</a>\r\nPoint Defiance Zoo and Aquarium\r\nTacoma, WA', 'Point Defiance AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3968-revision-v1', '', '', '2013-10-30 12:08:05', '2013-10-30 17:08:05', '', 3968, 'http://web3.gowebsolutions.com/~aazook/3968-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3973, 1, '2013-10-30 12:09:04', '2013-10-30 17:09:04', '<a title="Shop" href="http://www.aecetia.net/gws/aazk/shop/"><img class="alignleft  wp-image-4458" alt="crisis_management_issue" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/crisis_management_issue1.jpg" width="134" height="91" /></a>This CD contains all of the manuscripts found in the original (1999) book Resources for Crisis Management in Zoos and Other Animal Care Facilities as well as the manuscripts from the special issue of Animal Keepers’ Forum dedicated to crisis management that was published in November/December 2007 by AAZK, Inc. It is fully searchable by topic, title or author. Purchase a copy of the AAZK Crisis Management CD by visiting the <strong><a href="http://www.aecetia.net/gws/aazk/shop/">AAZK store</a></strong>.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.', 'AAZK Crisis Management', 0, '', 'publish', 'closed', 'closed', '', 'aazk-crisis-management', '', '', '2013-11-06 23:15:43', '2013-11-07 04:15:43', '', 3336, 'http://web3.gowebsolutions.com/~aazook/?page_id=3973', 2, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3974, 1, '2013-10-30 12:08:28', '2013-10-30 17:08:28', '<a href="http://www.pugetsoundaecetia.net/gws/aazk/" target="_blank">Puget Sound AAZK Chapter</a>\r\nWoodland Park Zoological Gardens\r\nSeattle, WA', 'Puget Sound AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'puget-sound-aazk-chapter', '', '', '2013-10-30 12:08:28', '2013-10-30 17:08:28', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3974', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3975, 1, '2013-10-30 12:08:28', '2013-10-30 17:08:28', '<a href="http://www.pugetsoundaecetia.net/gws/aazk/" target="_blank">Puget Sound AAZK Chapter</a>\r\nWoodland Park Zoological Gardens\r\nSeattle, WA', 'Puget Sound AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3974-revision-v1', '', '', '2013-10-30 12:08:28', '2013-10-30 17:08:28', '', 3974, 'http://web3.gowebsolutions.com/~aazook/3974-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3976, 1, '2013-10-30 12:08:40', '2013-10-30 17:08:40', 'Ranier Chapter AAZK\r\nNorthwest Trek Wildlife Park\r\nTacoma, WA', 'Ranier Chapter AAZK', 0, '', 'publish', 'closed', 'closed', '', 'ranier-chapter-aazk', '', '', '2013-10-30 12:08:40', '2013-10-30 17:08:40', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3976', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3977, 1, '2013-10-30 12:08:40', '2013-10-30 17:08:40', 'Ranier Chapter AAZK\r\nNorthwest Trek Wildlife Park\r\nTacoma, WA', 'Ranier Chapter AAZK', 0, '', 'inherit', 'closed', 'closed', '', '3976-revision-v1', '', '', '2013-10-30 12:08:40', '2013-10-30 17:08:40', '', 3976, 'http://web3.gowebsolutions.com/~aazook/3976-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3978, 1, '2013-10-30 12:09:39', '2013-10-30 17:09:39', 'Milwaukee County Zoo AAZK Chapter\r\nMilwaukee County Zoological Garden\r\nMilwaukee, WI', 'Milwaukee County Zoo AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'milwaukee-county-zoo-aazk-chapter', '', '', '2013-10-30 12:09:39', '2013-10-30 17:09:39', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3978', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3979, 1, '2013-10-30 12:09:04', '2013-10-30 17:09:04', 'This CD contains all of the manuscripts found in the original (1999) book Resources for Crisis Management in Zoos and Other Animal Care Facilities as well as the manuscripts from the special issue of Animal Keepers’ Forum dedicated to crisis management that was published in November/December 2007 by AAZK, Inc. It is fully searchable by topic, title or author. Purchase a copy of the AAZK Crisis Management CD by visiting the <strong><a href="[homeurl]/shop/">AAZK store</a></strong>.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="[homeurl]/shop/">store</a>.', 'AAZK Crisis Management', 0, '', 'inherit', 'closed', 'closed', '', '3973-revision-v1', '', '', '2013-10-30 12:09:04', '2013-10-30 17:09:04', '', 3973, 'http://web3.gowebsolutions.com/~aazook/3973-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3980, 1, '2013-10-30 12:09:36', '2013-10-30 17:09:36', '<div class="first sixcol">\r\n<h4>Animal Keepers\' Forum</h4>\r\nIn August of 1972, a short-lived “unofficial” newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level. The idea for Animal Keepers’ Forum grew out of the Topeka Zoo. Animal Keepers’ Forum was launched November of 1974 and has progressed through the years from a 6’ x 9” format with artwork on the cover to standard magazine format in full color. If you are not a member yet, <strong><a href="[homeurl]/membership-account/membership-levels/">join</a></strong> today to receive your annual subscription to the Animals Keepers’ Forum.\r\n<a class="button" href="[homeurl]/publications/animal-keepers-forum/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>AAZK Crisis Management</h4>\r\nThis CD contains all of the manuscripts found in the original (1999) book Resources for Crisis Management in Zoos and Other Animal Care Facilities as well as the manuscripts from the special issue of Animal Keepers’ Forum dedicated to crisis management that was published in November/December 2007 by AAZK, Inc. It is fully searchable by topic, title or author. Purchase a copy of the AAZK Crisis Management CD by visiting the <strong><a href="[homeurl]/shop/">AAZK store</a></strong>.\r\n<a class="button" href="[homeurl]/publications/aazk-crisis-management/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n</div>\r\n\r\n<div class="last sixcol">\r\n<h4>AAZK Zoonotic Diease Handbook</h4>\r\nThis CD-Rom publication is in searchable PDF Format and is Hyper-linked by Zoonotic Disease List. The publication contains updated guidelines for Animal Care Personnel and a hygiene and disinfection section. Purchase a copy of the AAZK Zoonotic Disease CD by visiting the <strong><a href="[homeurl]/shop/">AAZK store</a></strong>.\r\n<a class="button" href="[homeurl]/publications/aazk-zoonotic-diease-handbook/">Learn More</a>\r\n</div>', 'Publications', 0, '', 'inherit', 'closed', 'closed', '', '3336-revision-v1', '', '', '2013-10-30 12:09:36', '2013-10-30 17:09:36', '', 3336, 'http://web3.gowebsolutions.com/~aazook/3336-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3981, 1, '2013-10-30 12:09:39', '2013-10-30 17:09:39', 'Milwaukee County Zoo AAZK Chapter\r\nMilwaukee County Zoological Garden\r\nMilwaukee, WI', 'Milwaukee County Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3978-revision-v1', '', '', '2013-10-30 12:09:39', '2013-10-30 17:09:39', '', 3978, 'http://web3.gowebsolutions.com/~aazook/3978-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3982, 1, '2013-10-30 12:09:55', '2013-10-30 17:09:55', 'Assiniboine Park Zoo AAZK Chapter\r\nAssiniboine Park Zoo\r\nWinnipeg, Manitoba', 'Assiniboine Park Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3969-revision-v1', '', '', '2013-10-30 12:09:55', '2013-10-30 17:09:55', '', 3969, 'http://web3.gowebsolutions.com/~aazook/3969-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3983, 1, '2013-10-30 12:10:15', '2013-10-30 17:10:15', 'Edmonton Chapter of AAZK\r\nValley Zoo\r\nEdmonton, Alberta', 'Edmonton Chapter of AAZK', 0, '', 'publish', 'closed', 'closed', '', 'edmonton-chapter-of-aazk', '', '', '2013-10-30 12:10:15', '2013-10-30 17:10:15', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3983', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3984, 1, '2013-10-30 12:10:17', '2013-10-30 17:10:17', 'Southern Ontario Zoo Keepers AAZK Chapter\r\nToronto Zoo\r\nScarborough, Ontario', 'Southern Ontario Zoo Keepers AAZK Chapter', 0, '', 'publish', 'closed', 'closed', '', 'southern-ontario-zoo-keepers-aazk-chapter', '', '', '2013-10-30 12:10:17', '2013-10-30 17:10:17', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=chapters&#038;p=3984', 0, 'chapters', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3985, 1, '2013-10-30 12:10:15', '2013-10-30 17:10:15', 'Edmonton Chapter of AAZK\r\nValley Zoo\r\nEdmonton, Alberta', 'Edmonton Chapter of AAZK', 0, '', 'inherit', 'closed', 'closed', '', '3983-revision-v1', '', '', '2013-10-30 12:10:15', '2013-10-30 17:10:15', '', 3983, 'http://web3.gowebsolutions.com/~aazook/3983-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3986, 1, '2013-10-30 12:10:17', '2013-10-30 17:10:17', 'Southern Ontario Zoo Keepers AAZK Chapter\r\nToronto Zoo\r\nScarborough, Ontario', 'Southern Ontario Zoo Keepers AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3984-revision-v1', '', '', '2013-10-30 12:10:17', '2013-10-30 17:10:17', '', 3984, 'http://web3.gowebsolutions.com/~aazook/3984-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3987, 1, '2013-10-30 12:11:06', '2013-10-30 17:11:06', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '3987', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 3336, 'http://web3.gowebsolutions.com/~aazook/?p=3987', 5, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3989, 1, '2013-10-30 12:13:31', '2013-10-30 17:13:31', 'The links below highlight our AAZK local chapters. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.', 'AAZK Local Chapters', 0, '', 'publish', 'closed', 'closed', '', 'find-chapters', '', '', '2013-11-06 22:59:30', '2013-11-07 03:59:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?page_id=3989', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3990, 1, '2013-10-30 12:13:31', '2013-10-30 17:13:31', '', 'Chapters', 0, '', 'inherit', 'closed', 'closed', '', '3989-revision-v1', '', '', '2013-10-30 12:13:31', '2013-10-30 17:13:31', '', 3989, 'http://web3.gowebsolutions.com/~aazook/3989-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3992, 1, '2013-10-30 12:19:30', '2013-10-30 17:19:30', '', 'Chapters', 0, '', 'inherit', 'closed', 'closed', '', '3989-revision-v1', '', '', '2013-10-30 12:19:30', '2013-10-30 17:19:30', '', 3989, 'http://web3.gowebsolutions.com/~aazook/3989-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3991, 1, '2013-10-30 12:19:26', '2013-10-30 17:19:26', '', 'Chapters List', 0, '', 'inherit', 'closed', 'closed', '', '3989-revision-v1', '', '', '2013-10-30 12:19:26', '2013-10-30 17:19:26', '', 3989, 'http://web3.gowebsolutions.com/~aazook/3989-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3993, 1, '2013-10-30 16:25:11', '2013-10-30 21:25:11', 'The links below highlight our AAZK local chapters. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.', 'AAZK Local Chapters', 0, '', 'inherit', 'closed', 'closed', '', '3989-revision-v1', '', '', '2013-10-30 16:25:11', '2013-10-30 21:25:11', '', 3989, 'http://web3.gowebsolutions.com/~aazook/3989-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3996, 1, '2013-10-30 17:41:55', '2013-10-30 22:41:55', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\n\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\n\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/images/links/africa_association.jpg" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.akaafrica.com/">Animal Keepers Association of Africa</a></h3>\r\n\r\n	An African network for ethical and competent animal keepers.\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/images/links/azad.gif" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.azadocents.org/">Association of Zoo and Aquarium Docents</a></h3>\r\n\r\n	A volunteer organization dedicated to educating children of all ages about the need for saving wildlife.\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/images/links/azh.gif" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.azh.org/">Association of Zoological Horticulture</a></h3>\r\n\r\n	The Association of Zoological Horticulture\'s purpose is to advance public and professional education of the importance of zoo horticulture and its role in the educational, recreational, conservation and scientific goals of the living natural history museum\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/images/links/contraceptionlogo.jpg" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.stlzoo.org/contraception">AZA Wildlife Contraception Center</a></h3>\r\n\r\n	There you can find details on the program, specific recommendations on products and who the advisory board members are. There are also details on the Wildlife Contraception Book.\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/images/links/cambridge_center.gif" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.behavior.org/animals">Cambridge Center</a></h3>\r\n\r\n	The Cambridge Center\'s mission: to advance the scientific study of behavior and its humane application to the solution of practical problems, including the prevention and relief of human suffering. The Pets, Zoos and Animals section of the web site demons\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/images/links/marmoset_care.jpg" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.marmosetcare.com/">Common Marmoset Care</a></h3>\r\n\r\n	An interactive site with information on common marmoset behaviour and how best to provide care in captivity – for private owners, researchers, educators, zoo and laboratory professionals\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/images/links/cbsgbanner.jpg" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.cbsg.org/cbsg/">Conservation Breeding Specialist Group (CBSG)</a></h3>\r\n\r\n	CBSG’s mission is to save threatened species by increasing the effectiveness of conservation efforts worldwide.\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/images/links/esi.gif" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.endangeredspeciesinternational.org/">Endangered Species International</a></h3>\r\n\r\n	At Endangered Species International, we are strongly committed to reversing the trend of human induced species extinction and preserving their vital ecosystems.\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/images/links/efbc.jpg" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.cathouse-fcc.org/">Feline Conservation Center</a></h3>\r\n\r\n	Home to over 70 of the world\'s most endangered felines, EFBC\'s Feline Conservation Center is a breeding zoo and research facility.\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/images/links/gettoknow.jpg" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.gettoknow.ca/us/">Get to Know Your Wild Neighbors</a></h3>\r\n\r\n	Built on research and supported by a diverse array of educators, organizations, governments, and corporations, the Get to Know Program has been inspiring connections between youth and nature in Canada for nearly a decade.\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/images/links/icf.gif" alt=""></div>\r\n\r\n<div class="eightcol last"><h3><a href="http://www.savingcranes.org/">International Crane Foundation</a></h3>\r\n\r\n	The International Crane Foundation (ICF) commits to a future where all crane species are secure - a future where people cooperate to protect and restore wild populations and their ecosystems. These efforts sustain the places where cranes live, to the bene\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/images/links/shape_of_enrichment.gif" alt=""></div>\r\n\r\n<div class="eightcol last"><h3><a href="http://www.enrichment.org/">Shape of Enrichment</a></h3>\r\n\r\n	The Shape of Enrichment was founded in 1991 as a partnership to further animal enrichment efforts worldwide.\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/images/links/sos_rhino.gif" alt=""></div>\r\n\r\n<div class="eightcol last"><h3><a href="http://www.sosrhino.org/">SOS Rhino</a></h3>\r\n\r\n	As a branch of the non-profit Rhinoceros Reproduction Program, SOS Rhino is dedicated to the research, people, programs, and organizations involved with the preservation and conservation of the highly endangered rhinoceros species.\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/images/links/trees_u_me.jpg" alt=""></div>\r\n\r\n<div class="eightcol last"><h3><a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">Trees for You and Me Program</a></h3>\r\n\r\n	Help the American Association of Zoo Keepers (AAZK) and Polar Bears International (PBI) by planting trees in our nation\'s forests to help fight global warming and improve the habitat of polar bears and many other species.\r\n\r\n</div>', 'Links', 0, '', 'publish', 'closed', 'closed', '', 'links', '', '', '2013-11-06 16:36:35', '2013-11-06 21:36:35', '', 0, 'http://web3.gowebsolutions.com/~aazook/?page_id=3996', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3997, 1, '2013-10-30 17:41:55', '2013-10-30 22:41:55', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<h3>Animal Keepers Association of Africa</h3>\r\nAn African network for ethical and competent animal keepers.\r\n<h3>Association of Zoo and Aquarium Docents</h3>\r\nA volunteer organization dedicated to educating children of all ages about the need for saving wildlife.\r\n<h3>Association of Zoological Horticulture</h3>\r\nThe Association of Zoological Horticulture\'s purpose is to advance public and professional education of the importance of zoo horticulture and its role in the educational, recreational, conservation and scientific goals of the living natural history museu\r\n<h3>AZA Wildlife Contraception Center</h3>\r\nThere you can find details on the program, specific recommendations on products and who the advisory board members are. There are also details on the Wildlife Contraception Book.\r\n<h3>Cambridge Center</h3>\r\nThe Cambridge Center\'s mission: to advance the scientific study of behavior and its humane application to the solution of practical problems, including the prevention and relief of human suffering. The Pets, Zoos and Animals section of the web site demons\r\n<h3>Common Marmoset Care</h3>\r\nAn interactive site with information on common marmoset behaviour and how best to provide care in captivity – for private owners, researchers, educators, zoo and laboratory professionals\r\n<h3>Conservation Breeding Specialist Group (CBSG)</h3>\r\nCBSG’s mission is to save threatened species by increasing the effectiveness of conservation efforts worldwide.\r\n<h3>Endangered Species International</h3>\r\nAt Endangered Species International, we are strongly committed to reversing the trend of human induced species extinction and preserving their vital ecosystems.\r\n<h3>Feline Conservation Center</h3>\r\nHome to over 70 of the world\'s most endangered felines, EFBC\'s Feline Conservation Center is a breeding zoo and research facility.\r\n<h3>Get to Know Your Wild Neighbors</h3>\r\nBuilt on research and supported by a diverse array of educators, organizations, governments, and corporations, the Get to Know Program has been inspiring connections between youth and nature in Canada for nearly a decade.\r\n<h3>International Crane Foundation</h3>\r\nThe International Crane Foundation (ICF) commits to a future where all crane species are secure - a future where people cooperate to protect and restore wild populations and their ecosystems. These efforts sustain the places where cranes live, to the bene\r\n<h3>Shape of Enrichment</h3>\r\nThe Shape of Enrichment was founded in 1991 as a partnership to further animal enrichment efforts worldwide.\r\n<h3>SOS Rhino</h3>\r\nAs a branch of the non-profit Rhinoceros Reproduction Program, SOS Rhino is dedicated to the research, people, programs, and organizations involved with the preservation and conservation of the highly endangered rhinoceros species.\r\n<h3>Trees for You and Me Program</h3>\r\nHelp the American Association of Zoo Keepers (AAZK) and Polar Bears International (PBI) by planting trees in our nation\'s forests to help fight global warming and improve the habitat of polar bears and many other species.', 'Links', 0, '', 'inherit', 'closed', 'closed', '', '3996-revision-v1', '', '', '2013-10-30 17:41:55', '2013-10-30 22:41:55', '', 3996, 'http://web3.gowebsolutions.com/~aazook/3996-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (3999, 1, '2013-10-30 17:46:00', '2013-10-30 22:46:00', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<h3><a href="http://www.akaafrica.com/">Animal Keepers Association of Africa</a></h3>\r\nAn African network for ethical and competent animal keepers.\r\n<h3><a href="http://www.azadocents.org/">Association of Zoo and Aquarium Docents</a></h3>\r\nA volunteer organization dedicated to educating children of all ages about the need for saving wildlife.\r\n<h3><a href="http://www.azh.org/">Association of Zoological Horticulture</a></h3>\r\nThe Association of Zoological Horticulture\'s purpose is to advance public and professional education of the importance of zoo horticulture and its role in the educational, recreational, conservation and scientific goals of the living natural history museu\r\n<h3><a href="http://www.stlzoo.org/contraception">AZA Wildlife Contraception Center</a></h3>\r\nThere you can find details on the program, specific recommendations on products and who the advisory board members are. There are also details on the Wildlife Contraception Book.\r\n<h3><a href="http://www.behavior.org/animals">Cambridge Center</a></h3>\r\nThe Cambridge Center\'s mission: to advance the scientific study of behavior and its humane application to the solution of practical problems, including the prevention and relief of human suffering. The Pets, Zoos and Animals section of the web site demons\r\n<h3><a href="http://www.marmosetcare.com/">Common Marmoset Care</a></h3>\r\nAn interactive site with information on common marmoset behaviour and how best to provide care in captivity – for private owners, researchers, educators, zoo and laboratory professionals\r\n<h3><a href="http://www.cbsg.org/cbsg/">Conservation Breeding Specialist Group (CBSG)</a></h3>\r\nCBSG’s mission is to save threatened species by increasing the effectiveness of conservation efforts worldwide.\r\n<h3><a href="http://www.endangeredspeciesinternational.org/">Endangered Species International</a></h3>\r\nAt Endangered Species International, we are strongly committed to reversing the trend of human induced species extinction and preserving their vital ecosystems.\r\n<h3><a href="http://www.cathouse-fcc.org/">Feline Conservation Center</a></h3>\r\nHome to over 70 of the world\'s most endangered felines, EFBC\'s Feline Conservation Center is a breeding zoo and research facility.\r\n<h3><a href="http://www.gettoknow.ca/us/">Get to Know Your Wild Neighbors</a></h3>\r\nBuilt on research and supported by a diverse array of educators, organizations, governments, and corporations, the Get to Know Program has been inspiring connections between youth and nature in Canada for nearly a decade.\r\n<h3><a href="http://www.savingcranes.org/">International Crane Foundation</a></h3>\r\nThe International Crane Foundation (ICF) commits to a future where all crane species are secure - a future where people cooperate to protect and restore wild populations and their ecosystems. These efforts sustain the places where cranes live, to the bene\r\n<h3><a href="http://www.enrichment.org/">Shape of Enrichment</a></h3>\r\nThe Shape of Enrichment was founded in 1991 as a partnership to further animal enrichment efforts worldwide.\r\n<h3><a href="http://www.sosrhino.org/">SOS Rhino</a></h3>\r\nAs a branch of the non-profit Rhinoceros Reproduction Program, SOS Rhino is dedicated to the research, people, programs, and organizations involved with the preservation and conservation of the highly endangered rhinoceros species.\r\n<h3><a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">Trees for You and Me Program</a></h3>\r\nHelp the American Association of Zoo Keepers (AAZK) and Polar Bears International (PBI) by planting trees in our nation\'s forests to help fight global warming and improve the habitat of polar bears and many other species.', 'Links', 0, '', 'inherit', 'closed', 'closed', '', '3996-revision-v1', '', '', '2013-10-30 17:46:00', '2013-10-30 22:46:00', '', 3996, 'http://web3.gowebsolutions.com/~aazook/3996-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4004, 1, '2013-10-30 18:22:22', '2013-10-30 23:22:22', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n[col w=\'4\']<img src="[homeurl]/images/links/africa_association.jpg" alt="">[/col][col w=8]<h3><a href="http://www.akaafrica.com/">Animal Keepers Association of Africa</a></h3>An African network for ethical and competent animal keepers.\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/azad.gif" alt="">[/col][col w=8]<h3><a href="http://www.azadocents.org/">Association of Zoo and Aquarium Docents</a></h3>A volunteer organization dedicated to educating children of all ages about the need for saving wildlife.\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/azh.gif" alt="">[/col]\r\n[col w=8]<h3><a href="http://www.azh.org/">Association of Zoological Horticulture</a></h3>The Association of Zoological Horticulture\'s purpose is to advance public and professional education of the importance of zoo horticulture and its role in the educational, recreational, conservation and scientific goals of the living natural history museum[/col][col w=\'4\']<img src="[homeurl]/images/links/contraceptionlogo.jpg" alt="">[/col][col w=8]<h3><a href="http://www.stlzoo.org/contraception">AZA Wildlife Contraception Center</a></h3>There you can find details on the program, specific recommendations on products and who the advisory board members are. There are also details on the Wildlife Contraception Book.\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/cambridge_center.gif" alt="">[/col][col w=8]<h3><a href="http://www.behavior.org/animals">Cambridge Center</a></h3>The Cambridge Center\'s mission: to advance the scientific study of behavior and its humane application to the solution of practical problems, including the prevention and relief of human suffering. The Pets, Zoos and Animals section of the web site demons\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/marmoset_care.jpg" alt="">[/col][col w=8]<h3><a href="http://www.marmosetcare.com/">Common Marmoset Care</a></h3>	An interactive site with information on common marmoset behaviour and how best to provide care in captivity – for private owners, researchers, educators, zoo and laboratory professionals\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/cbsgbanner.jpg" alt="">[/col][col w=8]<h3><a href="http://www.cbsg.org/cbsg/">Conservation Breeding Specialist Group (CBSG)</a></h3>	CBSG’s mission is to save threatened species by increasing the effectiveness of conservation efforts worldwide.[/col][col w=\'4\']<img src="[homeurl]/images/links/esi.gif" alt="">[/col]\r\n[col w=8]<h3><a href="http://www.endangeredspeciesinternational.org/">Endangered Species International</a></h3>	At Endangered Species International, we are strongly committed to reversing the trend of human induced species extinction and preserving their vital ecosystems.[/col][col w=\'4\']<img src="[homeurl]/images/links/efbc.jpg" alt="">[/col][col w=8]<h3><a href="http://www.cathouse-fcc.org/">Feline Conservation Center</a></h3>	Home to over 70 of the world\'s most endangered felines, EFBC\'s Feline Conservation Center is a breeding zoo and research facility.[/col][col w=\'4\']<img src="[homeurl]/images/links/gettoknow.jpg" alt="">[/col][col w=8]<h3><a href="http://www.gettoknow.ca/us/">Get to Know Your Wild Neighbors</a></h3>Built on research and supported by a diverse array of educators, organizations, governments, and corporations, the Get to Know Program has been inspiring connections between youth and nature in Canada for nearly a decade.[/col][col w=\'4\']<img src="[homeurl]/images/links/icf.gif" alt="">[/col]\r\n[col w=8]The International Crane Foundation (ICF) commits to a future where all crane species are secure - a future where people cooperate to protect and restore wild populations and their ecosystems. These efforts sustain the places where cranes live, to the bene\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/shape_of_enrichment.gif" alt="">[/col][col w=8]The Shape of Enrichment was founded in 1991 as a partnership to further animal enrichment efforts worldwide.[/col][col w=\'4\']<img src="[homeurl]/images/links/sos_rhino.gif" alt="">[/col][col w=8]As a branch of the non-profit Rhinoceros Reproduction Program, SOS Rhino is dedicated to the research, people, programs, and organizations involved with the preservation and conservation of the highly endangered rhinoceros species.[/col][col w=\'4\']<img src="[homeurl]/images/links/trees_u_me.jpg" alt="">[/col][col w=8]Help the American Association of Zoo Keepers (AAZK) and Polar Bears International (PBI) by planting trees in our nation\'s forests to help fight global warming and improve the habitat of polar bears and many other species.[/col]', 'Links', 0, '', 'inherit', 'closed', 'closed', '', '3996-revision-v1', '', '', '2013-10-30 18:22:22', '2013-10-30 23:22:22', '', 3996, 'http://web3.gowebsolutions.com/~aazook/3996-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4000, 1, '2013-10-30 17:49:56', '2013-10-30 22:49:56', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<div class="eightcol first"></div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.akaafrica.com/">Animal Keepers Association of Africa</a></h3>\r\n	An African network for ethical and competent animal keepers.\r\n</div>\r\n<div class="eightcol first"></div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.azadocents.org/">Association of Zoo and Aquarium Docents</a></h3>\r\n	A volunteer organization dedicated to educating children of all ages about the need for saving wildlife.\r\n</div>\r\n<div class="eightcol first"></div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.azh.org/">Association of Zoological Horticulture</a></h3>\r\n	The Association of Zoological Horticulture\'s purpose is to advance public and professional education of the importance of zoo horticulture and its role in the educational, recreational, conservation and scientific goals of the living natural history museum\r\n</div>\r\n<div class="eightcol first"></div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.stlzoo.org/contraception">AZA Wildlife Contraception Center</a></h3>\r\n	There you can find details on the program, specific recommendations on products and who the advisory board members are. There are also details on the Wildlife Contraception Book.\r\n</div>\r\n<div class="eightcol first"></div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.behavior.org/animals">Cambridge Center</a></h3>\r\n	The Cambridge Center\'s mission: to advance the scientific study of behavior and its humane application to the solution of practical problems, including the prevention and relief of human suffering. The Pets, Zoos and Animals section of the web site demons\r\n</div>\r\n<div class="eightcol first"></div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.marmosetcare.com/">Common Marmoset Care</a></h3>\r\n	An interactive site with information on common marmoset behaviour and how best to provide care in captivity – for private owners, researchers, educators, zoo and laboratory professionals\r\n</div>\r\n<div class="eightcol first"></div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.cbsg.org/cbsg/">Conservation Breeding Specialist Group (CBSG)</a></h3>\r\n	CBSG’s mission is to save threatened species by increasing the effectiveness of conservation efforts worldwide.\r\n</div>\r\n<div class="eightcol first"></div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.endangeredspeciesinternational.org/">Endangered Species International</a></h3>\r\n	At Endangered Species International, we are strongly committed to reversing the trend of human induced species extinction and preserving their vital ecosystems.\r\n</div>\r\n<div class="eightcol first"></div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.cathouse-fcc.org/">Feline Conservation Center</a></h3>\r\n	Home to over 70 of the world\'s most endangered felines, EFBC\'s Feline Conservation Center is a breeding zoo and research facility.\r\n</div>\r\n<div class="eightcol first"></div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.gettoknow.ca/us/">Get to Know Your Wild Neighbors</a></h3>\r\n	Built on research and supported by a diverse array of educators, organizations, governments, and corporations, the Get to Know Program has been inspiring connections between youth and nature in Canada for nearly a decade.\r\n</div>\r\n<div class="eightcol first"></div>\r\n<div class="eightcol last"><h3><a href="http://www.savingcranes.org/">International Crane Foundation</a></h3>\r\n	The International Crane Foundation (ICF) commits to a future where all crane species are secure - a future where people cooperate to protect and restore wild populations and their ecosystems. These efforts sustain the places where cranes live, to the bene\r\n</div>\r\n<div class="eightcol first"></div>\r\n<div class="eightcol last"><h3><a href="http://www.enrichment.org/">Shape of Enrichment</a></h3>\r\n	The Shape of Enrichment was founded in 1991 as a partnership to further animal enrichment efforts worldwide.\r\n</div>\r\n<div class="eightcol first"></div>\r\n<div class="eightcol last"><h3><a href="http://www.sosrhino.org/">SOS Rhino</a></h3>\r\n	As a branch of the non-profit Rhinoceros Reproduction Program, SOS Rhino is dedicated to the research, people, programs, and organizations involved with the preservation and conservation of the highly endangered rhinoceros species.\r\n</div>\r\n<div class="eightcol first"></div>\r\n<div class="eightcol last"><h3><a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">Trees for You and Me Program</a></h3>\r\n	Help the American Association of Zoo Keepers (AAZK) and Polar Bears International (PBI) by planting trees in our nation\'s forests to help fight global warming and improve the habitat of polar bears and many other species.\r\n</div>', 'Links', 0, '', 'inherit', 'closed', 'closed', '', '3996-revision-v1', '', '', '2013-10-30 17:49:56', '2013-10-30 22:49:56', '', 3996, 'http://web3.gowebsolutions.com/~aazook/3996-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4003, 1, '2013-10-30 18:20:51', '2013-10-30 23:20:51', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/africa_association.jpg" alt="">[/col]\r\n[col w=8]<h3><a href="http://www.akaafrica.com/">Animal Keepers Association of Africa</a></h3>\r\n	An African network for ethical and competent animal keepers.\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/azad.gif" alt="">[/col]\r\n[col w=8]<h3><a href="http://www.azadocents.org/">Association of Zoo and Aquarium Docents</a></h3>\r\n	A volunteer organization dedicated to educating children of all ages about the need for saving wildlife.\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/azh.gif" alt="">[/col]\r\n[col w=8]<h3><a href="http://www.azh.org/">Association of Zoological Horticulture</a></h3>\r\n	The Association of Zoological Horticulture\'s purpose is to advance public and professional education of the importance of zoo horticulture and its role in the educational, recreational, conservation and scientific goals of the living natural history museum\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/contraceptionlogo.jpg" alt="">[/col]\r\n[col w=8]<h3><a href="http://www.stlzoo.org/contraception">AZA Wildlife Contraception Center</a></h3>\r\n	There you can find details on the program, specific recommendations on products and who the advisory board members are. There are also details on the Wildlife Contraception Book.\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/cambridge_center.gif" alt="">[/col]\r\n[col w=8]<h3><a href="http://www.behavior.org/animals">Cambridge Center</a></h3>\r\n	The Cambridge Center\'s mission: to advance the scientific study of behavior and its humane application to the solution of practical problems, including the prevention and relief of human suffering. The Pets, Zoos and Animals section of the web site demons\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/marmoset_care.jpg" alt="">[/col]\r\n[col w=8]<h3><a href="http://www.marmosetcare.com/">Common Marmoset Care</a></h3>\r\n	An interactive site with information on common marmoset behaviour and how best to provide care in captivity – for private owners, researchers, educators, zoo and laboratory professionals\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/cbsgbanner.jpg" alt="">[/col]\r\n[col w=8]<h3><a href="http://www.cbsg.org/cbsg/">Conservation Breeding Specialist Group (CBSG)</a></h3>\r\n	CBSG’s mission is to save threatened species by increasing the effectiveness of conservation efforts worldwide.\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/esi.gif" alt="">[/col]\r\n[col w=8]<h3><a href="http://www.endangeredspeciesinternational.org/">Endangered Species International</a></h3>\r\n	At Endangered Species International, we are strongly committed to reversing the trend of human induced species extinction and preserving their vital ecosystems.\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/efbc.jpg" alt="">[/col]\r\n[col w=8]<h3><a href="http://www.cathouse-fcc.org/">Feline Conservation Center</a></h3>\r\n	Home to over 70 of the world\'s most endangered felines, EFBC\'s Feline Conservation Center is a breeding zoo and research facility.\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/gettoknow.jpg" alt="">[/col]\r\n[col w=8]<h3><a href="http://www.gettoknow.ca/us/">Get to Know Your Wild Neighbors</a></h3>\r\n	Built on research and supported by a diverse array of educators, organizations, governments, and corporations, the Get to Know Program has been inspiring connections between youth and nature in Canada for nearly a decade.\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/icf.gif" alt="">[/col]\r\n[col w=8]The International Crane Foundation (ICF) commits to a future where all crane species are secure - a future where people cooperate to protect and restore wild populations and their ecosystems. These efforts sustain the places where cranes live, to the bene\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/shape_of_enrichment.gif" alt="">[/col]\r\n[col w=8]The Shape of Enrichment was founded in 1991 as a partnership to further animal enrichment efforts worldwide.\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/sos_rhino.gif" alt="">[/col]\r\n[col w=8]As a branch of the non-profit Rhinoceros Reproduction Program, SOS Rhino is dedicated to the research, people, programs, and organizations involved with the preservation and conservation of the highly endangered rhinoceros species.\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/trees_u_me.jpg" alt="">[/col]\r\n[col w=8]Help the American Association of Zoo Keepers (AAZK) and Polar Bears International (PBI) by planting trees in our nation\'s forests to help fight global warming and improve the habitat of polar bears and many other species.', 'Links', 0, '', 'inherit', 'closed', 'closed', '', '3996-revision-v1', '', '', '2013-10-30 18:20:51', '2013-10-30 23:20:51', '', 3996, 'http://web3.gowebsolutions.com/~aazook/3996-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4001, 1, '2013-10-30 18:18:47', '2013-10-30 23:18:47', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<div class="eightcol first">\r\n	<img src="[homeurl]/images/links/africa_association.jpg" alt="">\r\n</div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.akaafrica.com/">Animal Keepers Association of Africa</a></h3>\r\n	An African network for ethical and competent animal keepers.\r\n</div>\r\n<div class="eightcol first">\r\n	<img src="[homeurl]/images/links/azad.gif" alt="">\r\n</div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.azadocents.org/">Association of Zoo and Aquarium Docents</a></h3>\r\n	A volunteer organization dedicated to educating children of all ages about the need for saving wildlife.\r\n</div>\r\n<div class="eightcol first">\r\n	<img src="[homeurl]/images/links/azh.gif" alt="">\r\n</div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.azh.org/">Association of Zoological Horticulture</a></h3>\r\n	The Association of Zoological Horticulture\'s purpose is to advance public and professional education of the importance of zoo horticulture and its role in the educational, recreational, conservation and scientific goals of the living natural history museum\r\n</div>\r\n<div class="eightcol first">\r\n	<img src="[homeurl]/images/links/contraceptionlogo.jpg" alt="">\r\n</div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.stlzoo.org/contraception">AZA Wildlife Contraception Center</a></h3>\r\n	There you can find details on the program, specific recommendations on products and who the advisory board members are. There are also details on the Wildlife Contraception Book.\r\n</div>\r\n<div class="eightcol first">\r\n	<img src="[homeurl]/images/links/cambridge_center.gif" alt="">\r\n</div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.behavior.org/animals">Cambridge Center</a></h3>\r\n	The Cambridge Center\'s mission: to advance the scientific study of behavior and its humane application to the solution of practical problems, including the prevention and relief of human suffering. The Pets, Zoos and Animals section of the web site demons\r\n</div>\r\n<div class="eightcol first">\r\n	<img src="[homeurl]/images/links/marmoset_care.jpg" alt="">\r\n</div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.marmosetcare.com/">Common Marmoset Care</a></h3>\r\n	An interactive site with information on common marmoset behaviour and how best to provide care in captivity – for private owners, researchers, educators, zoo and laboratory professionals\r\n</div>\r\n<div class="eightcol first">\r\n	<img src="[homeurl]/images/links/cbsgbanner.jpg" alt="">\r\n</div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.cbsg.org/cbsg/">Conservation Breeding Specialist Group (CBSG)</a></h3>\r\n	CBSG’s mission is to save threatened species by increasing the effectiveness of conservation efforts worldwide.\r\n</div>\r\n<div class="eightcol first">\r\n	<img src="[homeurl]/images/links/esi.gif" alt="">\r\n</div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.endangeredspeciesinternational.org/">Endangered Species International</a></h3>\r\n	At Endangered Species International, we are strongly committed to reversing the trend of human induced species extinction and preserving their vital ecosystems.\r\n</div>\r\n<div class="eightcol first">\r\n	<img src="[homeurl]/images/links/efbc.jpg" alt="">\r\n</div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.cathouse-fcc.org/">Feline Conservation Center</a></h3>\r\n	Home to over 70 of the world\'s most endangered felines, EFBC\'s Feline Conservation Center is a breeding zoo and research facility.\r\n</div>\r\n<div class="eightcol first">\r\n	<img src="[homeurl]/images/links/gettoknow.jpg" alt="">\r\n</div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.gettoknow.ca/us/">Get to Know Your Wild Neighbors</a></h3>\r\n	Built on research and supported by a diverse array of educators, organizations, governments, and corporations, the Get to Know Program has been inspiring connections between youth and nature in Canada for nearly a decade.\r\n</div>\r\n<div class="eightcol first">\r\n	<img src="[homeurl]/images/links/icf.gif" alt="">\r\n</div>\r\n<div class="eightcol last"><h3><a href="http://www.savingcranes.org/">International Crane Foundation</a></h3>\r\n	The International Crane Foundation (ICF) commits to a future where all crane species are secure - a future where people cooperate to protect and restore wild populations and their ecosystems. These efforts sustain the places where cranes live, to the bene\r\n</div>\r\n<div class="eightcol first">\r\n	<img src="[homeurl]/images/links/shape_of_enrichment.gif" alt="">\r\n</div>\r\n<div class="eightcol last"><h3><a href="http://www.enrichment.org/">Shape of Enrichment</a></h3>\r\n	The Shape of Enrichment was founded in 1991 as a partnership to further animal enrichment efforts worldwide.\r\n</div>\r\n<div class="eightcol first">\r\n	<img src="[homeurl]/images/links/sos_rhino.gif" alt="">\r\n</div>\r\n<div class="eightcol last"><h3><a href="http://www.sosrhino.org/">SOS Rhino</a></h3>\r\n	As a branch of the non-profit Rhinoceros Reproduction Program, SOS Rhino is dedicated to the research, people, programs, and organizations involved with the preservation and conservation of the highly endangered rhinoceros species.\r\n</div>\r\n<div class="eightcol first">\r\n	<img src="[homeurl]/images/links/trees_u_me.jpg" alt="">\r\n</div>\r\n<div class="eightcol last"><h3><a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">Trees for You and Me Program</a></h3>\r\n	Help the American Association of Zoo Keepers (AAZK) and Polar Bears International (PBI) by planting trees in our nation\'s forests to help fight global warming and improve the habitat of polar bears and many other species.\r\n</div>', 'Links', 0, '', 'inherit', 'closed', 'closed', '', '3996-revision-v1', '', '', '2013-10-30 18:18:47', '2013-10-30 23:18:47', '', 3996, 'http://web3.gowebsolutions.com/~aazook/3996-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4034, 1, '2013-10-30 18:48:25', '2013-10-30 23:48:25', '', 'lion_country_safari', 0, '', 'inherit', 'closed', 'closed', '', 'lion_country_safari', '', '', '2013-10-30 18:48:25', '2013-10-30 23:48:25', '', 3808, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lion_country_safari.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4005, 1, '2013-10-30 18:26:59', '2013-10-30 23:26:59', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n[col w=\'4\']<img src="[homeurl]/images/links/africa_association.jpg" alt="">[/col][col w=8]<h3><a href="http://www.akaafrica.com/">Animal Keepers Association of Africa</a></h3>An African network for ethical and competent animal keepers.[/col][col w=\'4\']<img src="[homeurl]/images/links/azad.gif" alt="">[/col][col w=8]<h3><a href="http://www.azadocents.org/">Association of Zoo and Aquarium Docents</a></h3>A volunteer organization dedicated to educating children of all ages about the need for saving wildlife.\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/azh.gif" alt="">[/col]\r\n[col w=8]<h3><a href="http://www.azh.org/">Association of Zoological Horticulture</a></h3>The Association of Zoological Horticulture\'s purpose is to advance public and professional education of the importance of zoo horticulture and its role in the educational, recreational, conservation and scientific goals of the living natural history museum[/col][col w=\'4\']<img src="[homeurl]/images/links/contraceptionlogo.jpg" alt="">[/col][col w=8]<h3><a href="http://www.stlzoo.org/contraception">AZA Wildlife Contraception Center</a></h3>There you can find details on the program, specific recommendations on products and who the advisory board members are. There are also details on the Wildlife Contraception Book.[/col][col w=\'4\']<img src="[homeurl]/images/links/cambridge_center.gif" alt="">[/col][col w=8]<h3><a href="http://www.behavior.org/animals">Cambridge Center</a></h3>The Cambridge Center\'s mission: to advance the scientific study of behavior and its humane application to the solution of practical problems, including the prevention and relief of human suffering. The Pets, Zoos and Animals section of the web site demons\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/marmoset_care.jpg" alt="">[/col][col w=8]<h3><a href="http://www.marmosetcare.com/">Common Marmoset Care</a></h3>	An interactive site with information on common marmoset behaviour and how best to provide care in captivity – for private owners, researchers, educators, zoo and laboratory professionals\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/cbsgbanner.jpg" alt="">[/col][col w=8]<h3><a href="http://www.cbsg.org/cbsg/">Conservation Breeding Specialist Group (CBSG)</a></h3>	CBSG’s mission is to save threatened species by increasing the effectiveness of conservation efforts worldwide.[/col][col w=\'4\']<img src="[homeurl]/images/links/esi.gif" alt="">[/col]\r\n[col w=8]<h3><a href="http://www.endangeredspeciesinternational.org/">Endangered Species International</a></h3>	At Endangered Species International, we are strongly committed to reversing the trend of human induced species extinction and preserving their vital ecosystems.[/col][col w=\'4\']<img src="[homeurl]/images/links/efbc.jpg" alt="">[/col][col w=8]<h3><a href="http://www.cathouse-fcc.org/">Feline Conservation Center</a></h3>	Home to over 70 of the world\'s most endangered felines, EFBC\'s Feline Conservation Center is a breeding zoo and research facility.[/col][col w=\'4\']<img src="[homeurl]/images/links/gettoknow.jpg" alt="">[/col][col w=8]<h3><a href="http://www.gettoknow.ca/us/">Get to Know Your Wild Neighbors</a></h3>Built on research and supported by a diverse array of educators, organizations, governments, and corporations, the Get to Know Program has been inspiring connections between youth and nature in Canada for nearly a decade.[/col][col w=\'4\']<img src="[homeurl]/images/links/icf.gif" alt="">[/col]\r\n[col w=8]The International Crane Foundation (ICF) commits to a future where all crane species are secure - a future where people cooperate to protect and restore wild populations and their ecosystems. These efforts sustain the places where cranes live, to the bene\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/shape_of_enrichment.gif" alt="">[/col][col w=8]The Shape of Enrichment was founded in 1991 as a partnership to further animal enrichment efforts worldwide.[/col][col w=\'4\']<img src="[homeurl]/images/links/sos_rhino.gif" alt="">[/col][col w=8]As a branch of the non-profit Rhinoceros Reproduction Program, SOS Rhino is dedicated to the research, people, programs, and organizations involved with the preservation and conservation of the highly endangered rhinoceros species.[/col][col w=\'4\']<img src="[homeurl]/images/links/trees_u_me.jpg" alt="">[/col][col w=8]Help the American Association of Zoo Keepers (AAZK) and Polar Bears International (PBI) by planting trees in our nation\'s forests to help fight global warming and improve the habitat of polar bears and many other species.[/col]', 'Links', 0, '', 'inherit', 'closed', 'closed', '', '3996-revision-v1', '', '', '2013-10-30 18:26:59', '2013-10-30 23:26:59', '', 3996, 'http://web3.gowebsolutions.com/~aazook/3996-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4006, 1, '2013-10-30 18:30:15', '2013-10-30 23:30:15', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n<div class="links">\r\n[col w=\'4\']<img src="[homeurl]/images/links/africa_association.jpg" alt="">[/col][col w=8]<h3><a href="http://www.akaafrica.com/">Animal Keepers Association of Africa</a></h3>An African network for ethical and competent animal keepers.[/col][col w=\'4\']<img src="[homeurl]/images/links/azad.gif" alt="">[/col][col w=8]<h3><a href="http://www.azadocents.org/">Association of Zoo and Aquarium Docents</a></h3>A volunteer organization dedicated to educating children of all ages about the need for saving wildlife.\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/azh.gif" alt="">[/col]\r\n[col w=8]<h3><a href="http://www.azh.org/">Association of Zoological Horticulture</a></h3>The Association of Zoological Horticulture\'s purpose is to advance public and professional education of the importance of zoo horticulture and its role in the educational, recreational, conservation and scientific goals of the living natural history museum[/col][col w=\'4\']<img src="[homeurl]/images/links/contraceptionlogo.jpg" alt="">[/col][col w=8]<h3><a href="http://www.stlzoo.org/contraception">AZA Wildlife Contraception Center</a></h3>There you can find details on the program, specific recommendations on products and who the advisory board members are. There are also details on the Wildlife Contraception Book.[/col][col w=\'4\']<img src="[homeurl]/images/links/cambridge_center.gif" alt="">[/col][col w=8]<h3><a href="http://www.behavior.org/animals">Cambridge Center</a></h3>The Cambridge Center\'s mission: to advance the scientific study of behavior and its humane application to the solution of practical problems, including the prevention and relief of human suffering. The Pets, Zoos and Animals section of the web site demons\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/marmoset_care.jpg" alt="">[/col][col w=8]<h3><a href="http://www.marmosetcare.com/">Common Marmoset Care</a></h3>	An interactive site with information on common marmoset behaviour and how best to provide care in captivity – for private owners, researchers, educators, zoo and laboratory professionals\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/cbsgbanner.jpg" alt="">[/col][col w=8]<h3><a href="http://www.cbsg.org/cbsg/">Conservation Breeding Specialist Group (CBSG)</a></h3>	CBSG’s mission is to save threatened species by increasing the effectiveness of conservation efforts worldwide.[/col][col w=\'4\']<img src="[homeurl]/images/links/esi.gif" alt="">[/col]\r\n[col w=8]<h3><a href="http://www.endangeredspeciesinternational.org/">Endangered Species International</a></h3>	At Endangered Species International, we are strongly committed to reversing the trend of human induced species extinction and preserving their vital ecosystems.[/col][col w=\'4\']<img src="[homeurl]/images/links/efbc.jpg" alt="">[/col][col w=8]<h3><a href="http://www.cathouse-fcc.org/">Feline Conservation Center</a></h3>	Home to over 70 of the world\'s most endangered felines, EFBC\'s Feline Conservation Center is a breeding zoo and research facility.[/col][col w=\'4\']<img src="[homeurl]/images/links/gettoknow.jpg" alt="">[/col][col w=8]<h3><a href="http://www.gettoknow.ca/us/">Get to Know Your Wild Neighbors</a></h3>Built on research and supported by a diverse array of educators, organizations, governments, and corporations, the Get to Know Program has been inspiring connections between youth and nature in Canada for nearly a decade.[/col][col w=\'4\']<img src="[homeurl]/images/links/icf.gif" alt="">[/col]\r\n[col w=8]The International Crane Foundation (ICF) commits to a future where all crane species are secure - a future where people cooperate to protect and restore wild populations and their ecosystems. These efforts sustain the places where cranes live, to the bene\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/shape_of_enrichment.gif" alt="">[/col][col w=8]The Shape of Enrichment was founded in 1991 as a partnership to further animal enrichment efforts worldwide.[/col][col w=\'4\']<img src="[homeurl]/images/links/sos_rhino.gif" alt="">[/col][col w=8]As a branch of the non-profit Rhinoceros Reproduction Program, SOS Rhino is dedicated to the research, people, programs, and organizations involved with the preservation and conservation of the highly endangered rhinoceros species.[/col][col w=\'4\']<img src="[homeurl]/images/links/trees_u_me.jpg" alt="">[/col][col w=8]Help the American Association of Zoo Keepers (AAZK) and Polar Bears International (PBI) by planting trees in our nation\'s forests to help fight global warming and improve the habitat of polar bears and many other species.[/col]\r\n</div>', 'Links', 0, '', 'inherit', 'closed', 'closed', '', '3996-revision-v1', '', '', '2013-10-30 18:30:15', '2013-10-30 23:30:15', '', 3996, 'http://web3.gowebsolutions.com/~aazook/3996-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4007, 1, '2013-10-30 18:33:01', '2013-10-30 23:33:01', '', 'birmingham', 0, '', 'inherit', 'closed', 'closed', '', 'birmingham', '', '', '2013-10-30 18:33:01', '2013-10-30 23:33:01', '', 3763, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/birmingham.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4008, 1, '2013-10-30 18:33:25', '2013-10-30 23:33:25', '<a href="http://www.birminghamzoo.com/aazkinfo.asp" target="_blank">Birmingham Zoo Chapter of AAZK</a>\r\nBirmingham Zoo\r\nBirminham, AL', ' Birmingham Zoo Chapter of AAZK', 0, '', 'inherit', 'closed', 'closed', '', '3763-autosave-v1', '', '', '2013-10-30 18:33:25', '2013-10-30 23:33:25', '', 3763, 'http://web3.gowebsolutions.com/~aazook/3763-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4009, 1, '2013-10-30 18:34:59', '2013-10-30 23:34:59', '', 'phoenix', 0, '', 'inherit', 'closed', 'closed', '', 'phoenix', '', '', '2013-10-30 18:34:59', '2013-10-30 23:34:59', '', 3748, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/phoenix.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4010, 1, '2013-10-30 18:36:20', '2013-10-30 23:36:20', '', 'tucson', 0, '', 'inherit', 'closed', 'closed', '', 'tucson', '', '', '2013-10-30 18:36:20', '2013-10-30 23:36:20', '', 3751, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/tucson.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4011, 1, '2013-10-30 18:36:28', '2013-10-30 23:36:28', '', 'wildlife_world_zool', 0, '', 'inherit', 'closed', 'closed', '', 'wildlife_world_zool', '', '', '2013-10-30 18:36:28', '2013-10-30 23:36:28', '', 3757, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/wildlife_world_zool.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4022, 1, '2013-10-30 18:42:38', '2013-10-30 23:42:38', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n<div class="aazk-links">\r\n[col w=\'5\']<img src="[homeurl]/images/links/africa_association.jpg" alt="">[/col][col w=\'7\']<h3><a href="http://www.akaafrica.com/">Animal Keepers Association of Africa</a></h3>An African network for ethical and competent animal keepers.[/col][col w=\'5\']<img src="[homeurl]/images/links/azad.gif" alt="">[/col][col w=\'7\']<h3><a href="http://www.azadocents.org/">Association of Zoo and Aquarium Docents</a></h3>A volunteer organization dedicated to educating children of all ages about the need for saving wildlife.\r\n[/col][col w=\'5\']<img src="[homeurl]/images/links/azh.gif" alt="">[/col]\r\n[col w=\'7\']<h3><a href="http://www.azh.org/">Association of Zoological Horticulture</a></h3>The Association of Zoological Horticulture\'s purpose is to advance public and professional education of the importance of zoo horticulture and its role in the educational, recreational, conservation and scientific goals of the living natural history museum[/col][col w=\'5\']<img src="[homeurl]/images/links/contraceptionlogo.jpg" alt="">[/col][col w=\'7\']<h3><a href="http://www.stlzoo.org/contraception">AZA Wildlife Contraception Center</a></h3>There you can find details on the program, specific recommendations on products and who the advisory board members are. There are also details on the Wildlife Contraception Book.[/col][col w=\'5\']<img src="[homeurl]/images/links/cambridge_center.gif" alt="">[/col][col w=\'7\']<h3><a href="http://www.behavior.org/animals">Cambridge Center</a></h3>The Cambridge Center\'s mission: to advance the scientific study of behavior and its humane application to the solution of practical problems, including the prevention and relief of human suffering. The Pets, Zoos and Animals section of the web site demons\r\n[/col][col w=\'5\']<img src="[homeurl]/images/links/marmoset_care.jpg" alt="">[/col][col w=\'7\']<h3><a href="http://www.marmosetcare.com/">Common Marmoset Care</a></h3>	An interactive site with information on common marmoset behaviour and how best to provide care in captivity – for private owners, researchers, educators, zoo and laboratory professionals\r\n[/col][col w=\'5\']<img src="[homeurl]/images/links/cbsgbanner.jpg" alt="">[/col][col w=\'7\']<h3><a href="http://www.cbsg.org/cbsg/">Conservation Breeding Specialist Group (CBSG)</a></h3>	CBSG’s mission is to save threatened species by increasing the effectiveness of conservation efforts worldwide.[/col][col w=\'5\']<img src="[homeurl]/images/links/esi.gif" alt="">[/col]\r\n[col w=\'7\']<h3><a href="http://www.endangeredspeciesinternational.org/">Endangered Species International</a></h3>	At Endangered Species International, we are strongly committed to reversing the trend of human induced species extinction and preserving their vital ecosystems.[/col][col w=\'5\']<img src="[homeurl]/images/links/efbc.jpg" alt="">[/col][col w=\'7\']<h3><a href="http://www.cathouse-fcc.org/">Feline Conservation Center</a></h3>	Home to over 70 of the world\'s most endangered felines, EFBC\'s Feline Conservation Center is a breeding zoo and research facility.[/col][col w=\'5\']<img src="[homeurl]/images/links/gettoknow.jpg" alt="">[/col][col w=\'7\']<h3><a href="http://www.gettoknow.ca/us/">Get to Know Your Wild Neighbors</a></h3>Built on research and supported by a diverse array of educators, organizations, governments, and corporations, the Get to Know Program has been inspiring connections between youth and nature in Canada for nearly a decade.[/col][col w=\'5\']<img src="[homeurl]/images/links/icf.gif" alt="">[/col]\r\n[col w=\'7\']The International Crane Foundation (ICF) commits to a future where all crane species are secure - a future where people cooperate to protect and restore wild populations and their ecosystems. These efforts sustain the places where cranes live, to the bene\r\n[/col][col w=\'5\']<img src="[homeurl]/images/links/shape_of_enrichment.gif" alt="">[/col][col w=\'7\']The Shape of Enrichment was founded in 1991 as a partnership to further animal enrichment efforts worldwide.[/col][col w=\'5\']<img src="[homeurl]/images/links/sos_rhino.gif" alt="">[/col][col w=\'7\']As a branch of the non-profit Rhinoceros Reproduction Program, SOS Rhino is dedicated to the research, people, programs, and organizations involved with the preservation and conservation of the highly endangered rhinoceros species.[/col][col w=\'5\']<img src="[homeurl]/images/links/trees_u_me.jpg" alt="">[/col][col w=\'7\']Help the American Association of Zoo Keepers (AAZK) and Polar Bears International (PBI) by planting trees in our nation\'s forests to help fight global warming and improve the habitat of polar bears and many other species.[/col]\r\n</div>', 'Links', 0, '', 'inherit', 'closed', 'closed', '', '3996-revision-v1', '', '', '2013-10-30 18:42:38', '2013-10-30 23:42:38', '', 3996, 'http://web3.gowebsolutions.com/~aazook/3996-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4020, 1, '2013-10-30 18:42:09', '2013-10-30 23:42:09', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n<div class="aazk-links">\r\n[col w=\'5\']<img src="[homeurl]/images/links/africa_association.jpg" alt="">[/col][col w=\'=7\']<h3><a href="http://www.akaafrica.com/">Animal Keepers Association of Africa</a></h3>An African network for ethical and competent animal keepers.[/col][col w=\'5\']<img src="[homeurl]/images/links/azad.gif" alt="">[/col][col w=\'=7\']<h3><a href="http://www.azadocents.org/">Association of Zoo and Aquarium Docents</a></h3>A volunteer organization dedicated to educating children of all ages about the need for saving wildlife.\r\n[/col][col w=\'5\']<img src="[homeurl]/images/links/azh.gif" alt="">[/col]\r\n[col w=\'=7\']<h3><a href="http://www.azh.org/">Association of Zoological Horticulture</a></h3>The Association of Zoological Horticulture\'s purpose is to advance public and professional education of the importance of zoo horticulture and its role in the educational, recreational, conservation and scientific goals of the living natural history museum[/col][col w=\'5\']<img src="[homeurl]/images/links/contraceptionlogo.jpg" alt="">[/col][col w=\'=7\']<h3><a href="http://www.stlzoo.org/contraception">AZA Wildlife Contraception Center</a></h3>There you can find details on the program, specific recommendations on products and who the advisory board members are. There are also details on the Wildlife Contraception Book.[/col][col w=\'5\']<img src="[homeurl]/images/links/cambridge_center.gif" alt="">[/col][col w=\'=7\']<h3><a href="http://www.behavior.org/animals">Cambridge Center</a></h3>The Cambridge Center\'s mission: to advance the scientific study of behavior and its humane application to the solution of practical problems, including the prevention and relief of human suffering. The Pets, Zoos and Animals section of the web site demons\r\n[/col][col w=\'5\']<img src="[homeurl]/images/links/marmoset_care.jpg" alt="">[/col][col w=\'=7\']<h3><a href="http://www.marmosetcare.com/">Common Marmoset Care</a></h3>	An interactive site with information on common marmoset behaviour and how best to provide care in captivity – for private owners, researchers, educators, zoo and laboratory professionals\r\n[/col][col w=\'5\']<img src="[homeurl]/images/links/cbsgbanner.jpg" alt="">[/col][col w=\'=7\']<h3><a href="http://www.cbsg.org/cbsg/">Conservation Breeding Specialist Group (CBSG)</a></h3>	CBSG’s mission is to save threatened species by increasing the effectiveness of conservation efforts worldwide.[/col][col w=\'5\']<img src="[homeurl]/images/links/esi.gif" alt="">[/col]\r\n[col w=\'=7\']<h3><a href="http://www.endangeredspeciesinternational.org/">Endangered Species International</a></h3>	At Endangered Species International, we are strongly committed to reversing the trend of human induced species extinction and preserving their vital ecosystems.[/col][col w=\'5\']<img src="[homeurl]/images/links/efbc.jpg" alt="">[/col][col w=\'=7\']<h3><a href="http://www.cathouse-fcc.org/">Feline Conservation Center</a></h3>	Home to over 70 of the world\'s most endangered felines, EFBC\'s Feline Conservation Center is a breeding zoo and research facility.[/col][col w=\'5\']<img src="[homeurl]/images/links/gettoknow.jpg" alt="">[/col][col w=\'=7\']<h3><a href="http://www.gettoknow.ca/us/">Get to Know Your Wild Neighbors</a></h3>Built on research and supported by a diverse array of educators, organizations, governments, and corporations, the Get to Know Program has been inspiring connections between youth and nature in Canada for nearly a decade.[/col][col w=\'5\']<img src="[homeurl]/images/links/icf.gif" alt="">[/col]\r\n[col w=\'=7\']The International Crane Foundation (ICF) commits to a future where all crane species are secure - a future where people cooperate to protect and restore wild populations and their ecosystems. These efforts sustain the places where cranes live, to the bene\r\n[/col][col w=\'5\']<img src="[homeurl]/images/links/shape_of_enrichment.gif" alt="">[/col][col w=\'=7\']The Shape of Enrichment was founded in 1991 as a partnership to further animal enrichment efforts worldwide.[/col][col w=\'5\']<img src="[homeurl]/images/links/sos_rhino.gif" alt="">[/col][col w=\'=7\']As a branch of the non-profit Rhinoceros Reproduction Program, SOS Rhino is dedicated to the research, people, programs, and organizations involved with the preservation and conservation of the highly endangered rhinoceros species.[/col][col w=\'5\']<img src="[homeurl]/images/links/trees_u_me.jpg" alt="">[/col][col w=\'=7\']Help the American Association of Zoo Keepers (AAZK) and Polar Bears International (PBI) by planting trees in our nation\'s forests to help fight global warming and improve the habitat of polar bears and many other species.[/col]\r\n</div>', 'Links', 0, '', 'inherit', 'closed', 'closed', '', '3996-revision-v1', '', '', '2013-10-30 18:42:09', '2013-10-30 23:42:09', '', 3996, 'http://web3.gowebsolutions.com/~aazook/3996-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4012, 1, '2013-10-30 18:36:37', '2013-10-30 23:36:37', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n<div class="links">\r\n<div class="hr"></div>\r\n[col w=\'4\']\r\n<img src="[homeurl]/images/links/africa_association.jpg" alt="">[/col]\r\n[col w=8]\r\n<h3><a href="http://www.akaafrica.com/">Animal Keepers Association of Africa</a></h3>An African network for ethical and competent animal keepers.\r\n[/col]\r\n<div class="hr"></div>\r\n[col w=\'4\']\r\n<img src="[homeurl]/images/links/azad.gif" alt="">[/col][col w=8]\r\n<h3><a href="http://www.azadocents.org/">Association of Zoo and Aquarium Docents</a></h3>A volunteer organization dedicated to educating children of all ages about the need for saving wildlife.\r\n[/col]\r\n<div class="hr"></div>\r\n[col w=\'4\']\r\n<img src="[homeurl]/images/links/azh.gif" alt="">[/col]\r\n[col w=8]\r\n<h3><a href="http://www.azh.org/">Association of Zoological Horticulture</a></h3>The Association of Zoological Horticulture\'s purpose is to advance public and professional education of the importance of zoo horticulture and its role in the educational, recreational, conservation and scientific goals of the living natural history museum[/col]\r\n<div class="hr"></div>\r\n[col w=\'4\']\r\n<img src="[homeurl]/images/links/contraceptionlogo.jpg" alt="">[/col]\r\n[col w=8]\r\n<h3><a href="http://www.stlzoo.org/contraception">AZA Wildlife Contraception Center</a></h3>There you can find details on the program, specific recommendations on products and who the advisory board members are. There are also details on the Wildlife Contraception Book.[/col]\r\n<div class="hr"></div>\r\n[col w=\'4\']\r\n<img src="[homeurl]/images/links/cambridge_center.gif" alt="">[/col][col w=8]\r\n<h3><a href="http://www.behavior.org/animals">Cambridge Center</a></h3>The Cambridge Center\'s mission: to advance the scientific study of behavior and its humane application to the solution of practical problems, including the prevention and relief of human suffering. The Pets, Zoos and Animals section of the web site demons\r\n[/col]\r\n<div class="hr"></div>\r\n[col w=\'4\']\r\n<img src="[homeurl]/images/links/marmoset_care.jpg" alt="">[/col][col w=8]\r\n<h3><a href="http://www.marmosetcare.com/">Common Marmoset Care</a></h3>	An interactive site with information on common marmoset behaviour and how best to provide care in captivity – for private owners, researchers, educators, zoo and laboratory professionals\r\n[/col]\r\n<div class="hr"></div>\r\n[col w=\'4\']\r\n<img src="[homeurl]/images/links/cbsgbanner.jpg" alt="">[/col][col w=8]\r\n<h3><a href="http://www.cbsg.org/cbsg/">Conservation Breeding Specialist Group (CBSG)</a></h3>	CBSG’s mission is to save threatened species by increasing the effectiveness of conservation efforts worldwide.[/col]\r\n<div class="hr"></div>\r\n[col w=\'4\']\r\n<img src="[homeurl]/images/links/esi.gif" alt="">[/col]\r\n[col w=8]\r\n<h3><a href="http://www.endangeredspeciesinternational.org/">Endangered Species International</a></h3>	At Endangered Species International, we are strongly committed to reversing the trend of human induced species extinction and preserving their vital ecosystems.[/col]\r\n<div class="hr"></div>\r\n[col w=\'4\']\r\n<img src="[homeurl]/images/links/efbc.jpg" alt="">[/col][col w=8]\r\n<h3><a href="http://www.cathouse-fcc.org/">Feline Conservation Center</a></h3>	Home to over 70 of the world\'s most endangered felines, EFBC\'s Feline Conservation Center is a breeding zoo and research facility.[/col]\r\n<div class="hr"></div>\r\n[col w=\'4\']\r\n<img src="[homeurl]/images/links/gettoknow.jpg" alt="">[/col][col w=8]\r\n<h3><a href="http://www.gettoknow.ca/us/">Get to Know Your Wild Neighbors</a></h3>Built on research and supported by a diverse array of educators, organizations, governments, and corporations, the Get to Know Program has been inspiring connections between youth and nature in Canada for nearly a decade.[/col]\r\n<div class="hr"></div>\r\n[col w=\'4\']\r\n<img src="[homeurl]/images/links/icf.gif" alt="">[/col]\r\n[col w=8]\r\nThe International Crane Foundation (ICF) commits to a future where all crane species are secure - a future where people cooperate to protect and restore wild populations and their ecosystems. These efforts sustain the places where cranes live, to the bene\r\n[/col]\r\n<div class="hr"></div>\r\n[col w=\'4\']\r\n<img src="[homeurl]/images/links/shape_of_enrichment.gif" alt="">[/col][col w=8]\r\nThe Shape of Enrichment was founded in 1991 as a partnership to further animal enrichment efforts worldwide.[/col]\r\n<div class="hr"></div>\r\n[col w=\'4\']\r\n<img src="[homeurl]/images/links/sos_rhino.gif" alt="">[/col][col w=8]\r\nAs a branch of the non-profit Rhinoceros Reproduction Program, SOS Rhino is dedicated to the research, people, programs, and organizations involved with the preservation and conservation of the highly endangered rhinoceros species.[/col]\r\n<div class="hr"></div>\r\n[col w=\'4\']\r\n<img src="[homeurl]/images/links/trees_u_me.jpg" alt="">[/col][col w=8]\r\nHelp the American Association of Zoo Keepers (AAZK) and Polar Bears International (PBI) by planting trees in our nation\'s forests to help fight global warming and improve the habitat of polar bears and many other species.[/col]\r\n</div>', 'Links', 0, '', 'inherit', 'closed', 'closed', '', '3996-revision-v1', '', '', '2013-10-30 18:36:37', '2013-10-30 23:36:37', '', 3996, 'http://web3.gowebsolutions.com/~aazook/3996-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4013, 1, '2013-10-30 18:37:08', '2013-10-30 23:37:08', '', 'little_rock', 0, '', 'inherit', 'closed', 'closed', '', 'little_rock', '', '', '2013-10-30 18:37:08', '2013-10-30 23:37:08', '', 3769, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/little_rock.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4014, 1, '2013-10-30 18:38:26', '2013-10-30 23:38:26', '', 'san_diego', 0, '', 'inherit', 'closed', 'closed', '', 'san_diego', '', '', '2013-10-30 18:38:26', '2013-10-30 23:38:26', '', 3790, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/san_diego.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4015, 1, '2013-10-30 18:38:50', '2013-10-30 23:38:50', '', 'bay_area', 0, '', 'inherit', 'closed', 'closed', '', 'bay_area', '', '', '2013-10-30 18:38:50', '2013-10-30 23:38:50', '', 3771, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/bay_area.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4016, 1, '2013-10-30 18:39:09', '2013-10-30 23:39:09', '', 'california_desert', 0, '', 'inherit', 'closed', 'closed', '', 'california_desert', '', '', '2013-10-30 18:39:09', '2013-10-30 23:39:09', '', 3773, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/california_desert.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4017, 1, '2013-10-30 18:41:29', '2013-10-30 23:41:29', '', 'efbc', 0, '', 'inherit', 'closed', 'closed', '', 'efbc', '', '', '2013-10-30 18:41:29', '2013-10-30 23:41:29', '', 3776, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/efbc.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4018, 1, '2013-10-30 18:41:53', '2013-10-30 23:41:53', '', 'sacramento_aazk_logo', 0, '', 'inherit', 'closed', 'closed', '', 'sacramento_aazk_logo', '', '', '2013-10-30 18:41:53', '2013-10-30 23:41:53', '', 3782, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/sacramento_aazk_logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4019, 1, '2013-10-30 18:41:55', '2013-10-30 23:41:55', 'Greater Sacramento AAZK Chapter\r\nSacramento Zoo\r\nSacramento, CA', 'Greater Sacramento AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3782-autosave-v1', '', '', '2013-10-30 18:41:55', '2013-10-30 23:41:55', '', 3782, 'http://web3.gowebsolutions.com/~aazook/3782-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4021, 1, '2013-10-30 18:42:18', '2013-10-30 23:42:18', '', 'los_angeles', 0, '', 'inherit', 'closed', 'closed', '', 'los_angeles', '', '', '2013-10-30 18:42:18', '2013-10-30 23:42:18', '', 3784, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/los_angeles.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4027, 1, '2013-10-30 18:44:37', '2013-10-30 23:44:37', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n<div class="aazk-links">\r\n[col w=\'4\']<img src="[homeurl]/images/links/africa_association.jpg" alt="">[/col][col w=8]<h3><a href="http://www.akaafrica.com/">Animal Keepers Association of Africa</a></h3>An African network for ethical and competent animal keepers.[/col][col w=\'4\']<img src="[homeurl]/images/links/azad.gif" alt="">[/col][col w=8]<h3><a href="http://www.azadocents.org/">Association of Zoo and Aquarium Docents</a></h3>A volunteer organization dedicated to educating children of all ages about the need for saving wildlife.\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/azh.gif" alt="">[/col]\r\n[col w=8]<h3><a href="http://www.azh.org/">Association of Zoological Horticulture</a></h3>The Association of Zoological Horticulture\'s purpose is to advance public and professional education of the importance of zoo horticulture and its role in the educational, recreational, conservation and scientific goals of the living natural history museum[/col][col w=\'4\']<img src="[homeurl]/images/links/contraceptionlogo.jpg" alt="">[/col][col w=8]<h3><a href="http://www.stlzoo.org/contraception">AZA Wildlife Contraception Center</a></h3>There you can find details on the program, specific recommendations on products and who the advisory board members are. There are also details on the Wildlife Contraception Book.[/col][col w=\'4\']<img src="[homeurl]/images/links/cambridge_center.gif" alt="">[/col][col w=8]<h3><a href="http://www.behavior.org/animals">Cambridge Center</a></h3>The Cambridge Center\'s mission: to advance the scientific study of behavior and its humane application to the solution of practical problems, including the prevention and relief of human suffering. The Pets, Zoos and Animals section of the web site demons\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/marmoset_care.jpg" alt="">[/col][col w=8]<h3><a href="http://www.marmosetcare.com/">Common Marmoset Care</a></h3>	An interactive site with information on common marmoset behaviour and how best to provide care in captivity – for private owners, researchers, educators, zoo and laboratory professionals\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/cbsgbanner.jpg" alt="">[/col][col w=8]<h3><a href="http://www.cbsg.org/cbsg/">Conservation Breeding Specialist Group (CBSG)</a></h3>	CBSG’s mission is to save threatened species by increasing the effectiveness of conservation efforts worldwide.[/col][col w=\'4\']<img src="[homeurl]/images/links/esi.gif" alt="">[/col]\r\n[col w=8]<h3><a href="http://www.endangeredspeciesinternational.org/">Endangered Species International</a></h3>	At Endangered Species International, we are strongly committed to reversing the trend of human induced species extinction and preserving their vital ecosystems.[/col][col w=\'4\']<img src="[homeurl]/images/links/efbc.jpg" alt="">[/col][col w=8]<h3><a href="http://www.cathouse-fcc.org/">Feline Conservation Center</a></h3>	Home to over 70 of the world\'s most endangered felines, EFBC\'s Feline Conservation Center is a breeding zoo and research facility.[/col][col w=\'4\']<img src="[homeurl]/images/links/gettoknow.jpg" alt="">[/col][col w=8]<h3><a href="http://www.gettoknow.ca/us/">Get to Know Your Wild Neighbors</a></h3>Built on research and supported by a diverse array of educators, organizations, governments, and corporations, the Get to Know Program has been inspiring connections between youth and nature in Canada for nearly a decade.[/col][col w=\'4\']<img src="[homeurl]/images/links/icf.gif" alt="">[/col]\r\n[col w=8]The International Crane Foundation (ICF) commits to a future where all crane species are secure - a future where people cooperate to protect and restore wild populations and their ecosystems. These efforts sustain the places where cranes live, to the bene\r\n[/col][col w=\'4\']<img src="[homeurl]/images/links/shape_of_enrichment.gif" alt="">[/col][col w=8]The Shape of Enrichment was founded in 1991 as a partnership to further animal enrichment efforts worldwide.[/col][col w=\'4\']<img src="[homeurl]/images/links/sos_rhino.gif" alt="">[/col][col w=8]As a branch of the non-profit Rhinoceros Reproduction Program, SOS Rhino is dedicated to the research, people, programs, and organizations involved with the preservation and conservation of the highly endangered rhinoceros species.[/col][col w=\'4\']<img src="[homeurl]/images/links/trees_u_me.jpg" alt="">[/col][col w=8]Help the American Association of Zoo Keepers (AAZK) and Polar Bears International (PBI) by planting trees in our nation\'s forests to help fight global warming and improve the habitat of polar bears and many other species.[/col]\r\n</div>', 'Links', 0, '', 'inherit', 'closed', 'closed', '', '3996-revision-v1', '', '', '2013-10-30 18:44:37', '2013-10-30 23:44:37', '', 3996, 'http://web3.gowebsolutions.com/~aazook/3996-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4026, 1, '2013-10-30 18:43:45', '2013-10-30 23:43:45', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n<div class="aazk-links">\r\n<div class="hr"></div>[col w=\'5\']<img src="[homeurl]/images/links/africa_association.jpg" alt="">[/col][col w=\'7\']<h3><a href="http://www.akaafrica.com/">Animal Keepers Association of Africa</a></h3>An African network for ethical and competent animal <keepers class="hr"></keepers>[col w=\'5\']<img src="[homeurl]/images/links/azad.gif" alt="">[/col][col w=\'7\']<h3><a href="http://www.azadocents.org/">Association of Zoo and Aquarium Docents</a></h3>A volunteer organization dedicated to educating children of all ages about the need for saving wildlife.\r\n<div class="hr"></div>[col w=\'5\']<img src="[homeurl]/images/links/azh.gif" alt="">[/col]\r\n[col w=\'7\']<h3><a href="http://www.azh.org/">Association of Zoological Horticulture</a></h3>The Association of Zoological Horticulture\'s purpose is to advance public and professional education of the importance of zoo horticulture and its role in the educational, recreational, conservation and scientific goals of the living natural history <museum class="hr"></museum>[col w=\'5\']<img src="[homeurl]/images/links/contraceptionlogo.jpg" alt="">[/col][col w=\'7\']<h3><a href="http://www.stlzoo.org/contraception">AZA Wildlife Contraception Center</a></h3>There you can find details on the program, specific recommendations on products and who the advisory board members are. There are also details on the Wildlife Contraception <Book class="hr"></Book>[col w=\'5\']<img src="[homeurl]/images/links/cambridge_center.gif" alt="">[/col][col w=\'7\']<h3><a href="http://www.behavior.org/animals">Cambridge Center</a></h3>The Cambridge Center\'s mission: to advance the scientific study of behavior and its humane application to the solution of practical problems, including the prevention and relief of human suffering. The Pets, Zoos and Animals section of the web site demons\r\n<div class="hr"></div>[col w=\'5\']<img src="[homeurl]/images/links/marmoset_care.jpg" alt="">[/col][col w=\'7\']<h3><a href="http://www.marmosetcare.com/">Common Marmoset Care</a></h3>	An interactive site with information on common marmoset behaviour and how best to provide care in captivity – for private owners, researchers, educators, zoo and laboratory professionals\r\n<div class="hr"></div>[col w=\'5\']<img src="[homeurl]/images/links/cbsgbanner.jpg" alt="">[/col][col w=\'7\']<h3><a href="http://www.cbsg.org/cbsg/">Conservation Breeding Specialist Group (CBSG)</a></h3>	CBSG’s mission is to save threatened species by increasing the effectiveness of conservation efforts <worldwide class="hr"></worldwide>[col w=\'5\']<img src="[homeurl]/images/links/esi.gif" alt="">[/col]\r\n[col w=\'7\']<h3><a href="http://www.endangeredspeciesinternational.org/">Endangered Species International</a></h3>	At Endangered Species International, we are strongly committed to reversing the trend of human induced species extinction and preserving their vital <ecosystems class="hr"></ecosystems>[col w=\'5\']<img src="[homeurl]/images/links/efbc.jpg" alt="">[/col][col w=\'7\']<h3><a href="http://www.cathouse-fcc.org/">Feline Conservation Center</a></h3>	Home to over 70 of the world\'s most endangered felines, EFBC\'s Feline Conservation Center is a breeding zoo and research <facility class="hr"></facility>[col w=\'5\']<img src="[homeurl]/images/links/gettoknow.jpg" alt="">[/col][col w=\'7\']<h3><a href="http://www.gettoknow.ca/us/">Get to Know Your Wild Neighbors</a></h3>Built on research and supported by a diverse array of educators, organizations, governments, and corporations, the Get to Know Program has been inspiring connections between youth and nature in Canada for nearly a <decade class="hr"></decade>[col w=\'5\']<img src="[homeurl]/images/links/icf.gif" alt="">[/col]\r\n[col w=\'7\']The International Crane Foundation (ICF) commits to a future where all crane species are secure - a future where people cooperate to protect and restore wild populations and their ecosystems. These efforts sustain the places where cranes live, to the bene\r\n<div class="hr"></div>[col w=\'5\']<img src="[homeurl]/images/links/shape_of_enrichment.gif" alt="">[/col][col w=\'7\']The Shape of Enrichment was founded in 1991 as a partnership to further animal enrichment efforts <worldwide class="hr"></worldwide>[col w=\'5\']<img src="[homeurl]/images/links/sos_rhino.gif" alt="">[/col][col w=\'7\']As a branch of the non-profit Rhinoceros Reproduction Program, SOS Rhino is dedicated to the research, people, programs, and organizations involved with the preservation and conservation of the highly endangered rhinoceros <species class="hr"></species>[col w=\'5\']<img src="[homeurl]/images/links/trees_u_me.jpg" alt="">[/col][col w=\'7\']Help the American Association of Zoo Keepers (AAZK) and Polar Bears International (PBI) by planting trees in our nation\'s forests to help fight global warming and improve the habitat of polar bears and many other species.[/col]\r\n</div>', 'Links', 0, '', 'inherit', 'closed', 'closed', '', '3996-revision-v1', '', '', '2013-10-30 18:43:45', '2013-10-30 23:43:45', '', 3996, 'http://web3.gowebsolutions.com/~aazook/3996-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4023, 1, '2013-10-30 18:43:05', '2013-10-30 23:43:05', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n<div class="aazk-links">\r\n<div class="hr"></div>\r\n[col w=\'5\']<img src="[homeurl]/images/links/africa_association.jpg" alt="">[/col][col w=\'7\']<h3><a href="http://www.akaafrica.com/">Animal Keepers Association of Africa</a></h3>An African network for ethical <div class="hr"></div>and competent animal keepers.[/col]\r\n[col w=\'5\']<img src="[homeurl]/images/links/azad.gif" alt="">[/col][col w=\'7\']<h3><a href="http://www.azadocents.org/">Association of Zoo and Aquarium Docents</a></h3>A volunteer organization dedicated to educating children of all ages about the need for saving wildlife.\r\n<div class="hr"></div>[/col]\r\n[col w=\'5\']<img src="[homeurl]/images/links/azh.gif" alt="">[/col]\r\n[col w=\'7\']<h3><a href="http://www.azh.org/">Association of Zoological Horticulture</a></h3>The Association of Zoological Horticulture\'s purpose is to advance public and professional education of the importance of zoo horticulture and its role in the educational, recreational, conservation and scientific goals of the living natural <div class="hr"></div>history museum[/col]\r\n[col w=\'5\']<img src="[homeurl]/images/links/contraceptionlogo.jpg" alt="">[/col][col w=\'7\']<h3><a href="http://www.stlzoo.org/contraception">AZA Wildlife Contraception Center</a></h3>There you can find details on the program, specific recommendations on products and who the advisory board members are. There are also details on the Wildlife <div class="hr"></div>Contraception Book.[/col]\r\n[col w=\'5\']<img src="[homeurl]/images/links/cambridge_center.gif" alt="">[/col][col w=\'7\']<h3><a href="http://www.behavior.org/animals">Cambridge Center</a></h3>The Cambridge Center\'s mission: to advance the scientific study of behavior and its humane application to the solution of practical problems, including the prevention and relief of human suffering. The Pets, Zoos and Animals section of the web site demons\r\n<div class="hr"></div>[/col]\r\n[col w=\'5\']<img src="[homeurl]/images/links/marmoset_care.jpg" alt="">[/col][col w=\'7\']<h3><a href="http://www.marmosetcare.com/">Common Marmoset Care</a></h3>	An interactive site with information on common marmoset behaviour and how best to provide care in captivity – for private owners, researchers, educators, zoo and laboratory professionals\r\n<div class="hr"></div>[/col]\r\n[col w=\'5\']<img src="[homeurl]/images/links/cbsgbanner.jpg" alt="">[/col][col w=\'7\']<h3><a href="http://www.cbsg.org/cbsg/">Conservation Breeding Specialist Group (CBSG)</a></h3>	CBSG’s mission is to save threatened species by increasing the effectiveness of conservation <div class="hr"></div>efforts worldwide.[/col]\r\n[col w=\'5\']<img src="[homeurl]/images/links/esi.gif" alt="">[/col]\r\n[col w=\'7\']<h3><a href="http://www.endangeredspeciesinternational.org/">Endangered Species International</a></h3>	At Endangered Species International, we are strongly committed to reversing the trend of human induced species extinction and preserving their vital ecosystems.[<div class="hr"></div>/col]\r\n[col w=\'5\']<img src="[homeurl]/images/links/efbc.jpg" alt="">[/col][col w=\'7\']<h3><a href="http://www.cathouse-fcc.org/">Feline Conservation Center</a></h3>	Home to over 70 of the world\'s most endangered felines, EFBC\'s Feline Conservation Center is a breeding zoo and <div class="hr"></div>research facility.[/col]\r\n[col w=\'5\']<img src="[homeurl]/images/links/gettoknow.jpg" alt="">[/col][col w=\'7\']<h3><a href="http://www.gettoknow.ca/us/">Get to Know Your Wild Neighbors</a></h3>Built on research and supported by a diverse array of educators, organizations, governments, and corporations, the Get to Know Program has been inspiring connections between youth and <div class="hr"></div>nature in Canada for nearly a decade.[/col]\r\n[col w=\'5\']<img src="[homeurl]/images/links/icf.gif" alt="">[/col]\r\n[col w=\'7\']The International Crane Foundation (ICF) commits to a future where all crane species are secure - a future where people cooperate to protect and restore wild populations and their ecosystems. These efforts sustain the places where cranes live, to the bene\r\n<div class="hr"></div>[/col]\r\n[col w=\'5\']<img src="[homeurl]/images/links/shape_of_enrichment.gif" alt="">[/col][col w=\'7\']The Shape of Enrichment was founded in 1991 as <div class="hr"></div>a partnership to further animal enrichment efforts worldwide.[/col]\r\n[col w=\'5\']<img src="[homeurl]/images/links/sos_rhino.gif" alt="">[/col][col w=\'7\']As a branch of the non-profit Rhinoceros Reproduction Program, SOS Rhino is dedicated to the research, people, programs, and organizations involved with the preservation and conservation of the <div class="hr"></div>highly endangered rhinoceros species.[/col]\r\n[col w=\'5\']<img src="[homeurl]/images/links/trees_u_me.jpg" alt="">[/col][col w=\'7\']Help the American Association of Zoo Keepers (AAZK) and Polar Bears International (PBI) by planting trees in our nation\'s forests to help fight global warming and improve the habitat of polar bears and many other species.[/col]\r\n</div>', 'Links', 0, '', 'inherit', 'closed', 'closed', '', '3996-revision-v1', '', '', '2013-10-30 18:43:05', '2013-10-30 23:43:05', '', 3996, 'http://web3.gowebsolutions.com/~aazook/3996-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4024, 1, '2013-10-30 18:43:33', '2013-10-30 23:43:33', '', 'rocky_mountain', 0, '', 'inherit', 'closed', 'closed', '', 'rocky_mountain', '', '', '2013-10-30 18:43:33', '2013-10-30 23:43:33', '', 3745, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/rocky_mountain.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4025, 1, '2013-10-30 18:43:38', '2013-10-30 23:43:38', '', 'cheyenne_mountian', 0, '', 'inherit', 'closed', 'closed', '', 'cheyenne_mountian', '', '', '2013-10-30 18:43:38', '2013-10-30 23:43:38', '', 3743, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/cheyenne_mountian.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4028, 1, '2013-10-30 18:45:22', '2013-10-30 23:45:22', '', 'beardsley', 0, '', 'inherit', 'closed', 'closed', '', 'beardsley', '', '', '2013-10-30 18:45:22', '2013-10-30 23:45:22', '', 3796, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/beardsley.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4033, 1, '2013-10-30 18:48:10', '2013-10-30 23:48:10', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<div class="eightcol first"></div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.akaafrica.com/">Animal Keepers Association of Africa</a></h3>\r\n	An African network for ethical and competent animal keepers.\r\n</div>\r\n<div class="eightcol first"></div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.azadocents.org/">Association of Zoo and Aquarium Docents</a></h3>\r\n	A volunteer organization dedicated to educating children of all ages about the need for saving wildlife.\r\n</div>\r\n<div class="eightcol first"></div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.azh.org/">Association of Zoological Horticulture</a></h3>\r\n	The Association of Zoological Horticulture\'s purpose is to advance public and professional education of the importance of zoo horticulture and its role in the educational, recreational, conservation and scientific goals of the living natural history museum\r\n</div>\r\n<div class="eightcol first"></div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.stlzoo.org/contraception">AZA Wildlife Contraception Center</a></h3>\r\n	There you can find details on the program, specific recommendations on products and who the advisory board members are. There are also details on the Wildlife Contraception Book.\r\n</div>\r\n<div class="eightcol first"></div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.behavior.org/animals">Cambridge Center</a></h3>\r\n	The Cambridge Center\'s mission: to advance the scientific study of behavior and its humane application to the solution of practical problems, including the prevention and relief of human suffering. The Pets, Zoos and Animals section of the web site demons\r\n</div>\r\n<div class="eightcol first"></div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.marmosetcare.com/">Common Marmoset Care</a></h3>\r\n	An interactive site with information on common marmoset behaviour and how best to provide care in captivity – for private owners, researchers, educators, zoo and laboratory professionals\r\n</div>\r\n<div class="eightcol first"></div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.cbsg.org/cbsg/">Conservation Breeding Specialist Group (CBSG)</a></h3>\r\n	CBSG’s mission is to save threatened species by increasing the effectiveness of conservation efforts worldwide.\r\n</div>\r\n<div class="eightcol first"></div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.endangeredspeciesinternational.org/">Endangered Species International</a></h3>\r\n	At Endangered Species International, we are strongly committed to reversing the trend of human induced species extinction and preserving their vital ecosystems.\r\n</div>\r\n<div class="eightcol first"></div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.cathouse-fcc.org/">Feline Conservation Center</a></h3>\r\n	Home to over 70 of the world\'s most endangered felines, EFBC\'s Feline Conservation Center is a breeding zoo and research facility.\r\n</div>\r\n<div class="eightcol first"></div>\r\n<div class="eightcol last">\r\n	<h3><a href="http://www.gettoknow.ca/us/">Get to Know Your Wild Neighbors</a></h3>\r\n	Built on research and supported by a diverse array of educators, organizations, governments, and corporations, the Get to Know Program has been inspiring connections between youth and nature in Canada for nearly a decade.\r\n</div>\r\n<div class="eightcol first"></div>\r\n<div class="eightcol last"><h3><a href="http://www.savingcranes.org/">International Crane Foundation</a></h3>\r\n	The International Crane Foundation (ICF) commits to a future where all crane species are secure - a future where people cooperate to protect and restore wild populations and their ecosystems. These efforts sustain the places where cranes live, to the bene\r\n</div>\r\n<div class="eightcol first"></div>\r\n<div class="eightcol last"><h3><a href="http://www.enrichment.org/">Shape of Enrichment</a></h3>\r\n	The Shape of Enrichment was founded in 1991 as a partnership to further animal enrichment efforts worldwide.\r\n</div>\r\n<div class="eightcol first"></div>\r\n<div class="eightcol last"><h3><a href="http://www.sosrhino.org/">SOS Rhino</a></h3>\r\n	As a branch of the non-profit Rhinoceros Reproduction Program, SOS Rhino is dedicated to the research, people, programs, and organizations involved with the preservation and conservation of the highly endangered rhinoceros species.\r\n</div>\r\n<div class="eightcol first"></div>\r\n<div class="eightcol last"><h3><a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">Trees for You and Me Program</a></h3>\r\n	Help the American Association of Zoo Keepers (AAZK) and Polar Bears International (PBI) by planting trees in our nation\'s forests to help fight global warming and improve the habitat of polar bears and many other species.\r\n</div>', 'Links', 0, '', 'inherit', 'closed', 'closed', '', '3996-revision-v1', '', '', '2013-10-30 18:48:10', '2013-10-30 23:48:10', '', 3996, 'http://web3.gowebsolutions.com/~aazook/3996-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4029, 1, '2013-10-30 18:46:01', '2013-10-30 23:46:01', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n<div class="aazk-links">\r\n\r\n<div class="hr"></div>\r\n[col w=\'5\']<img src="[homeurl]/images/links/africa_association.jpg" alt="">[/col]\r\n\r\n[col w=\'7\']\r\n<h3><a href="http://www.akaafrica.com/">Animal Keepers Association of Africa</a></h3>An African network for ethical and competent animal keepers.[/col]\r\n<div class="hr"></div>\r\n[col w=\'5\']<img src="[homeurl]/images/links/azad.gif" alt="">[/col]\r\n[col w=\'7\']\r\n<h3><a href="http://www.azadocents.org/">Association of Zoo and Aquarium Docents</a></h3>A volunteer organization dedicated to educating children of all ages about the need for saving wildlife.\r\n[/col]\r\n<div class="hr"></div>\r\n[col w=\'5\']<img src="[homeurl]/images/links/azh.gif" alt="">[/col]\r\n\r\n[col w=\'7\']\r\n<h3><a href="http://www.azh.org/">Association of Zoological Horticulture</a></h3>The Association of Zoological Horticulture\'s purpose is to advance public and professional education of the importance of zoo horticulture and its role in the educational, recreational, conservation and scientific goals of the living natural history museum[/col]\r\n<div class="hr"></div>\r\n[col w=\'5\']<img src="[homeurl]/images/links/contraceptionlogo.jpg" alt="">[/col]\r\n[col w=\'7\']\r\n<h3><a href="http://www.stlzoo.org/contraception">AZA Wildlife Contraception Center</a></h3>There you can find details on the program, specific recommendations on products and who the advisory board members are. There are also details on the Wildlife Contraception Book.[/col]\r\n<div class="hr"></div>\r\n[col w=\'5\']<img src="[homeurl]/images/links/cambridge_center.gif" alt="">[/col]\r\n[col w=\'7\']\r\n<h3><a href="http://www.behavior.org/animals">Cambridge Center</a></h3>The Cambridge Center\'s mission: to advance the scientific study of behavior and its humane application to the solution of practical problems, including the prevention and relief of human suffering. The Pets, Zoos and Animals section of the web site demons\r\n[/col]\r\n<div class="hr"></div>\r\n[col w=\'5\']<img src="[homeurl]/images/links/marmoset_care.jpg" alt="">[/col]\r\n[col w=\'7\']\r\n<h3><a href="http://www.marmosetcare.com/">Common Marmoset Care</a></h3>	An interactive site with information on common marmoset behaviour and how best to provide care in captivity – for private owners, researchers, educators, zoo and laboratory professionals\r\n[/col]\r\n<div class="hr"></div>\r\n[col w=\'5\']<img src="[homeurl]/images/links/cbsgbanner.jpg" alt="">[/col]\r\n[col w=\'7\']\r\n<h3><a href="http://www.cbsg.org/cbsg/">Conservation Breeding Specialist Group (CBSG)</a></h3>	CBSG’s mission is to save threatened species by increasing the effectiveness of conservation efforts worldwide.[/col]\r\n<div class="hr"></div>\r\n[col w=\'5\']<img src="[homeurl]/images/links/esi.gif" alt="">[/col]\r\n\r\n[col w=\'7\']\r\n<h3><a href="http://www.endangeredspeciesinternational.org/">Endangered Species International</a></h3>	At Endangered Species International, we are strongly committed to reversing the trend of human induced species extinction and preserving their vital ecosystems.[/col]\r\n<div class="hr"></div>\r\n[col w=\'5\']<img src="[homeurl]/images/links/efbc.jpg" alt="">[/col]\r\n[col w=\'7\']\r\n<h3><a href="http://www.cathouse-fcc.org/">Feline Conservation Center</a></h3>	Home to over 70 of the world\'s most endangered felines, EFBC\'s Feline Conservation Center is a breeding zoo and research facility.[/col]\r\n<div class="hr"></div>\r\n[col w=\'5\']<img src="[homeurl]/images/links/gettoknow.jpg" alt="">[/col]\r\n[col w=\'7\']\r\n<h3><a href="http://www.gettoknow.ca/us/">Get to Know Your Wild Neighbors</a></h3>Built on research and supported by a diverse array of educators, organizations, governments, and corporations, the Get to Know Program has been inspiring connections between youth and nature in Canada for nearly a decade.[/col]\r\n<div class="hr"></div>\r\n[col w=\'5\']<img src="[homeurl]/images/links/icf.gif" alt="">[/col]\r\n\r\n[col w=\'7\']\r\nThe International Crane Foundation (ICF) commits to a future where all crane species are secure - a future where people cooperate to protect and restore wild populations and their ecosystems. These efforts sustain the places where cranes live, to the bene\r\n[/col]\r\n<div class="hr"></div>\r\n[col w=\'5\']<img src="[homeurl]/images/links/shape_of_enrichment.gif" alt="">[/col]\r\n[col w=\'7\']\r\nThe Shape of Enrichment was founded in 1991 as a partnership to further animal enrichment efforts worldwide.[/col]\r\n<div class="hr"></div>\r\n[col w=\'5\']<img src="[homeurl]/images/links/sos_rhino.gif" alt="">[/col]\r\n[col w=\'7\']\r\nAs a branch of the non-profit Rhinoceros Reproduction Program, SOS Rhino is dedicated to the research, people, programs, and organizations involved with the preservation and conservation of the highly endangered rhinoceros species.[/col]\r\n<div class="hr"></div>\r\n[col w=\'5\']<img src="[homeurl]/images/links/trees_u_me.jpg" alt="">[/col]\r\n[col w=\'7\']\r\nHelp the American Association of Zoo Keepers (AAZK) and Polar Bears International (PBI) by planting trees in our nation\'s forests to help fight global warming and improve the habitat of polar bears and many other species.[/col]\r\n</div>', 'Links', 0, '', 'inherit', 'closed', 'closed', '', '3996-revision-v1', '', '', '2013-10-30 18:46:01', '2013-10-30 23:46:01', '', 3996, 'http://web3.gowebsolutions.com/~aazook/3996-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4030, 1, '2013-10-30 18:46:08', '2013-10-30 23:46:08', '', 'ncaazk_logo', 0, '', 'inherit', 'closed', 'closed', '', 'ncaazk_logo', '', '', '2013-10-30 18:46:08', '2013-10-30 23:46:08', '', 3800, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/ncaazk_logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4031, 1, '2013-10-30 18:47:34', '2013-10-30 23:47:34', '', 'orlando', 0, '', 'inherit', 'closed', 'closed', '', 'orlando', '', '', '2013-10-30 18:47:34', '2013-10-30 23:47:34', '', 3804, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/orlando.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4032, 1, '2013-10-30 18:48:06', '2013-10-30 23:48:06', '', 'jacksonville', 0, '', 'inherit', 'closed', 'closed', '', 'jacksonville', '', '', '2013-10-30 18:48:06', '2013-10-30 23:48:06', '', 3806, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jacksonville.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4036, 1, '2013-10-30 18:48:46', '2013-10-30 23:48:46', '', 'naples', 0, '', 'inherit', 'closed', 'closed', '', 'naples', '', '', '2013-10-30 18:48:46', '2013-10-30 23:48:46', '', 3810, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/naples.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4037, 1, '2013-10-30 18:49:32', '2013-10-30 23:49:32', '', 'palm_beach', 0, '', 'inherit', 'closed', 'closed', '', 'palm_beach', '', '', '2013-10-30 18:49:32', '2013-10-30 23:49:32', '', 3812, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/palm_beach.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4038, 1, '2013-10-30 18:49:53', '2013-10-30 23:49:53', '', 'south_florida', 0, '', 'inherit', 'closed', 'closed', '', 'south_florida', '', '', '2013-10-30 18:49:53', '2013-10-30 23:49:53', '', 3816, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/south_florida.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4039, 1, '2013-10-30 18:49:56', '2013-10-30 23:49:56', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\n\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\n\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n\r\n\r\n<div class="fourcol first"><img src="[homeurl]/images/links/africa_association.jpg" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.akaafrica.com/">Animal Keepers Association of Africa</a></h3>\r\n\r\n	An African network for ethical and competent animal keepers.\r\n\r\n</div>\r\n\r\n<div class="fourcol first"><img src="[homeurl]/images/links/azad.gif" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.azadocents.org/">Association of Zoo and Aquarium Docents</a></h3>\r\n\r\n	A volunteer organization dedicated to educating children of all ages about the need for saving wildlife.\r\n\r\n</div>\r\n\r\n<div class="fourcol first"><img src="[homeurl]/images/links/azh.gif" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.azh.org/">Association of Zoological Horticulture</a></h3>\r\n\r\n	The Association of Zoological Horticulture\'s purpose is to advance public and professional education of the importance of zoo horticulture and its role in the educational, recreational, conservation and scientific goals of the living natural history museum\r\n\r\n</div>\r\n\r\n<div class="fourcol first"><img src="[homeurl]/images/links/contraceptionlogo.jpg" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.stlzoo.org/contraception">AZA Wildlife Contraception Center</a></h3>\r\n\r\n	There you can find details on the program, specific recommendations on products and who the advisory board members are. There are also details on the Wildlife Contraception Book.\r\n\r\n</div>\r\n\r\n<div class="fourcol first"><img src="[homeurl]/images/links/cambridge_center.gif" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.behavior.org/animals">Cambridge Center</a></h3>\r\n\r\n	The Cambridge Center\'s mission: to advance the scientific study of behavior and its humane application to the solution of practical problems, including the prevention and relief of human suffering. The Pets, Zoos and Animals section of the web site demons\r\n\r\n</div>\r\n\r\n<div class="fourcol first"><img src="[homeurl]/images/links/marmoset_care.jpg" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.marmosetcare.com/">Common Marmoset Care</a></h3>\r\n\r\n	An interactive site with information on common marmoset behaviour and how best to provide care in captivity – for private owners, researchers, educators, zoo and laboratory professionals\r\n\r\n</div>\r\n\r\n<div class="fourcol first"><img src="[homeurl]/images/links/cbsgbanner.jpg" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.cbsg.org/cbsg/">Conservation Breeding Specialist Group (CBSG)</a></h3>\r\n\r\n	CBSG’s mission is to save threatened species by increasing the effectiveness of conservation efforts worldwide.\r\n\r\n</div>\r\n\r\n<div class="fourcol first"><img src="[homeurl]/images/links/esi.gif" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.endangeredspeciesinternational.org/">Endangered Species International</a></h3>\r\n\r\n	At Endangered Species International, we are strongly committed to reversing the trend of human induced species extinction and preserving their vital ecosystems.\r\n\r\n</div>\r\n\r\n<div class="fourcol first"><img src="[homeurl]/images/links/efbc.jpg" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.cathouse-fcc.org/">Feline Conservation Center</a></h3>\r\n\r\n	Home to over 70 of the world\'s most endangered felines, EFBC\'s Feline Conservation Center is a breeding zoo and research facility.\r\n\r\n</div>\r\n\r\n<div class="fourcol first"><img src="[homeurl]/images/links/gettoknow.jpg" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.gettoknow.ca/us/">Get to Know Your Wild Neighbors</a></h3>\r\n\r\n	Built on research and supported by a diverse array of educators, organizations, governments, and corporations, the Get to Know Program has been inspiring connections between youth and nature in Canada for nearly a decade.\r\n\r\n</div>\r\n\r\n<div class="fourcol first"><img src="[homeurl]/images/links/icf.gif" alt=""></div>\r\n\r\n<div class="eightcol last"><h3><a href="http://www.savingcranes.org/">International Crane Foundation</a></h3>\r\n\r\n	The International Crane Foundation (ICF) commits to a future where all crane species are secure - a future where people cooperate to protect and restore wild populations and their ecosystems. These efforts sustain the places where cranes live, to the bene\r\n\r\n</div>\r\n\r\n<div class="fourcol first"><img src="[homeurl]/images/links/shape_of_enrichment.gif" alt=""></div>\r\n\r\n<div class="eightcol last"><h3><a href="http://www.enrichment.org/">Shape of Enrichment</a></h3>\r\n\r\n	The Shape of Enrichment was founded in 1991 as a partnership to further animal enrichment efforts worldwide.\r\n\r\n</div>\r\n\r\n<div class="fourcol first"><img src="[homeurl]/images/links/sos_rhino.gif" alt=""></div>\r\n\r\n<div class="eightcol last"><h3><a href="http://www.sosrhino.org/">SOS Rhino</a></h3>\r\n\r\n	As a branch of the non-profit Rhinoceros Reproduction Program, SOS Rhino is dedicated to the research, people, programs, and organizations involved with the preservation and conservation of the highly endangered rhinoceros species.\r\n\r\n</div>\r\n\r\n<div class="fourcol first"><img src="[homeurl]/images/links/trees_u_me.jpg" alt=""></div>\r\n\r\n<div class="eightcol last"><h3><a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">Trees for You and Me Program</a></h3>\r\n\r\n	Help the American Association of Zoo Keepers (AAZK) and Polar Bears International (PBI) by planting trees in our nation\'s forests to help fight global warming and improve the habitat of polar bears and many other species.\r\n\r\n</div>', 'Links', 0, '', 'inherit', 'closed', 'closed', '', '3996-revision-v1', '', '', '2013-10-30 18:49:56', '2013-10-30 23:49:56', '', 3996, 'http://web3.gowebsolutions.com/~aazook/3996-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4040, 1, '2013-10-30 18:50:13', '2013-10-30 23:50:13', '', 'tampa_bay', 0, '', 'inherit', 'closed', 'closed', '', 'tampa_bay', '', '', '2013-10-30 18:50:13', '2013-10-30 23:50:13', '', 3818, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/tampa_bay.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4041, 1, '2013-10-30 18:50:16', '2013-10-30 23:50:16', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\n\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\n\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n\r\n\r\n<div class="fourcol first"><img src="[homeurl]/images/links/africa_association.jpg" alt=""></div>\r\n\r\n<div class="hr"></div>\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.akaafrica.com/">Animal Keepers Association of Africa</a></h3>\r\n\r\n	An African network for ethical and competent animal keepers.\r\n\r\n</div>\r\n\r\n<div class="fourcol first"><img src="[homeurl]/images/links/azad.gif" alt=""></div>\r\n\r\n<div class="hr"></div>\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.azadocents.org/">Association of Zoo and Aquarium Docents</a></h3>\r\n\r\n	A volunteer organization dedicated to educating children of all ages about the need for saving wildlife.\r\n\r\n</div>\r\n\r\n<div class="fourcol first"><img src="[homeurl]/images/links/azh.gif" alt=""></div>\r\n\r\n<div class="hr"></div>\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.azh.org/">Association of Zoological Horticulture</a></h3>\r\n\r\n	The Association of Zoological Horticulture\'s purpose is to advance public and professional education of the importance of zoo horticulture and its role in the educational, recreational, conservation and scientific goals of the living natural history museum\r\n\r\n</div>\r\n\r\n<div class="fourcol first"><img src="[homeurl]/images/links/contraceptionlogo.jpg" alt=""></div>\r\n\r\n<div class="hr"></div>\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.stlzoo.org/contraception">AZA Wildlife Contraception Center</a></h3>\r\n\r\n	There you can find details on the program, specific recommendations on products and who the advisory board members are. There are also details on the Wildlife Contraception Book.\r\n\r\n</div>\r\n\r\n<div class="fourcol first"><img src="[homeurl]/images/links/cambridge_center.gif" alt=""></div>\r\n\r\n<div class="hr"></div>\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.behavior.org/animals">Cambridge Center</a></h3>\r\n\r\n	The Cambridge Center\'s mission: to advance the scientific study of behavior and its humane application to the solution of practical problems, including the prevention and relief of human suffering. The Pets, Zoos and Animals section of the web site demons\r\n\r\n</div>\r\n\r\n<div class="fourcol first"><img src="[homeurl]/images/links/marmoset_care.jpg" alt=""></div>\r\n\r\n<div class="hr"></div>\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.marmosetcare.com/">Common Marmoset Care</a></h3>\r\n\r\n	An interactive site with information on common marmoset behaviour and how best to provide care in captivity – for private owners, researchers, educators, zoo and laboratory professionals\r\n\r\n</div>\r\n\r\n<div class="fourcol first"><img src="[homeurl]/images/links/cbsgbanner.jpg" alt=""></div>\r\n\r\n<div class="hr"></div>\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.cbsg.org/cbsg/">Conservation Breeding Specialist Group (CBSG)</a></h3>\r\n\r\n	CBSG’s mission is to save threatened species by increasing the effectiveness of conservation efforts worldwide.\r\n\r\n</div>\r\n\r\n<div class="fourcol first"><img src="[homeurl]/images/links/esi.gif" alt=""></div>\r\n\r\n<div class="hr"></div>\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.endangeredspeciesinternational.org/">Endangered Species International</a></h3>\r\n\r\n	At Endangered Species International, we are strongly committed to reversing the trend of human induced species extinction and preserving their vital ecosystems.\r\n\r\n</div>\r\n\r\n<div class="fourcol first"><img src="[homeurl]/images/links/efbc.jpg" alt=""></div>\r\n\r\n<div class="hr"></div>\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.cathouse-fcc.org/">Feline Conservation Center</a></h3>\r\n\r\n	Home to over 70 of the world\'s most endangered felines, EFBC\'s Feline Conservation Center is a breeding zoo and research facility.\r\n\r\n</div>\r\n\r\n<div class="fourcol first"><img src="[homeurl]/images/links/gettoknow.jpg" alt=""></div>\r\n\r\n<div class="hr"></div>\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.gettoknow.ca/us/">Get to Know Your Wild Neighbors</a></h3>\r\n\r\n	Built on research and supported by a diverse array of educators, organizations, governments, and corporations, the Get to Know Program has been inspiring connections between youth and nature in Canada for nearly a decade.\r\n\r\n</div>\r\n\r\n<div class="fourcol first"><img src="[homeurl]/images/links/icf.gif" alt=""></div>\r\n\r\n<div class="eightcol last"><h3><a href="http://www.savingcranes.org/">International Crane Foundation</a></h3>\r\n\r\n	The International Crane Foundation (ICF) commits to a future where all crane species are secure - a future where people cooperate to protect and restore wild populations and their ecosystems. These efforts sustain the places where cranes live, to the bene\r\n\r\n</div>\r\n\r\n<div class="fourcol first"><img src="[homeurl]/images/links/shape_of_enrichment.gif" alt=""></div>\r\n\r\n<div class="eightcol last"><h3><a href="http://www.enrichment.org/">Shape of Enrichment</a></h3>\r\n\r\n	The Shape of Enrichment was founded in 1991 as a partnership to further animal enrichment efforts worldwide.\r\n\r\n</div>\r\n\r\n<div class="fourcol first"><img src="[homeurl]/images/links/sos_rhino.gif" alt=""></div>\r\n\r\n<div class="eightcol last"><h3><a href="http://www.sosrhino.org/">SOS Rhino</a></h3>\r\n\r\n	As a branch of the non-profit Rhinoceros Reproduction Program, SOS Rhino is dedicated to the research, people, programs, and organizations involved with the preservation and conservation of the highly endangered rhinoceros species.\r\n\r\n</div>\r\n\r\n<div class="fourcol first"><img src="[homeurl]/images/links/trees_u_me.jpg" alt=""></div>\r\n\r\n<div class="eightcol last"><h3><a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">Trees for You and Me Program</a></h3>\r\n\r\n	Help the American Association of Zoo Keepers (AAZK) and Polar Bears International (PBI) by planting trees in our nation\'s forests to help fight global warming and improve the habitat of polar bears and many other species.\r\n\r\n</div>', 'Links', 0, '', 'inherit', 'closed', 'closed', '', '3996-revision-v1', '', '', '2013-10-30 18:50:16', '2013-10-30 23:50:16', '', 3996, 'http://web3.gowebsolutions.com/~aazook/3996-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4042, 1, '2013-10-30 18:51:40', '2013-10-30 23:51:40', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\n\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\n\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="[homeurl]/images/links/africa_association.jpg" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.akaafrica.com/">Animal Keepers Association of Africa</a></h3>\r\n\r\n	An African network for ethical and competent animal keepers.\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="[homeurl]/images/links/azad.gif" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.azadocents.org/">Association of Zoo and Aquarium Docents</a></h3>\r\n\r\n	A volunteer organization dedicated to educating children of all ages about the need for saving wildlife.\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="[homeurl]/images/links/azh.gif" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.azh.org/">Association of Zoological Horticulture</a></h3>\r\n\r\n	The Association of Zoological Horticulture\'s purpose is to advance public and professional education of the importance of zoo horticulture and its role in the educational, recreational, conservation and scientific goals of the living natural history museum\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="[homeurl]/images/links/contraceptionlogo.jpg" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.stlzoo.org/contraception">AZA Wildlife Contraception Center</a></h3>\r\n\r\n	There you can find details on the program, specific recommendations on products and who the advisory board members are. There are also details on the Wildlife Contraception Book.\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="[homeurl]/images/links/cambridge_center.gif" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.behavior.org/animals">Cambridge Center</a></h3>\r\n\r\n	The Cambridge Center\'s mission: to advance the scientific study of behavior and its humane application to the solution of practical problems, including the prevention and relief of human suffering. The Pets, Zoos and Animals section of the web site demons\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="[homeurl]/images/links/marmoset_care.jpg" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.marmosetcare.com/">Common Marmoset Care</a></h3>\r\n\r\n	An interactive site with information on common marmoset behaviour and how best to provide care in captivity – for private owners, researchers, educators, zoo and laboratory professionals\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="[homeurl]/images/links/cbsgbanner.jpg" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.cbsg.org/cbsg/">Conservation Breeding Specialist Group (CBSG)</a></h3>\r\n\r\n	CBSG’s mission is to save threatened species by increasing the effectiveness of conservation efforts worldwide.\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="[homeurl]/images/links/esi.gif" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.endangeredspeciesinternational.org/">Endangered Species International</a></h3>\r\n\r\n	At Endangered Species International, we are strongly committed to reversing the trend of human induced species extinction and preserving their vital ecosystems.\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="[homeurl]/images/links/efbc.jpg" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.cathouse-fcc.org/">Feline Conservation Center</a></h3>\r\n\r\n	Home to over 70 of the world\'s most endangered felines, EFBC\'s Feline Conservation Center is a breeding zoo and research facility.\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="[homeurl]/images/links/gettoknow.jpg" alt=""></div>\r\n\r\n<div class="eightcol last">\r\n\r\n	<h3><a href="http://www.gettoknow.ca/us/">Get to Know Your Wild Neighbors</a></h3>\r\n\r\n	Built on research and supported by a diverse array of educators, organizations, governments, and corporations, the Get to Know Program has been inspiring connections between youth and nature in Canada for nearly a decade.\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="[homeurl]/images/links/icf.gif" alt=""></div>\r\n\r\n<div class="eightcol last"><h3><a href="http://www.savingcranes.org/">International Crane Foundation</a></h3>\r\n\r\n	The International Crane Foundation (ICF) commits to a future where all crane species are secure - a future where people cooperate to protect and restore wild populations and their ecosystems. These efforts sustain the places where cranes live, to the bene\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="[homeurl]/images/links/shape_of_enrichment.gif" alt=""></div>\r\n\r\n<div class="eightcol last"><h3><a href="http://www.enrichment.org/">Shape of Enrichment</a></h3>\r\n\r\n	The Shape of Enrichment was founded in 1991 as a partnership to further animal enrichment efforts worldwide.\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="[homeurl]/images/links/sos_rhino.gif" alt=""></div>\r\n\r\n<div class="eightcol last"><h3><a href="http://www.sosrhino.org/">SOS Rhino</a></h3>\r\n\r\n	As a branch of the non-profit Rhinoceros Reproduction Program, SOS Rhino is dedicated to the research, people, programs, and organizations involved with the preservation and conservation of the highly endangered rhinoceros species.\r\n\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="fourcol first"><img src="[homeurl]/images/links/trees_u_me.jpg" alt=""></div>\r\n\r\n<div class="eightcol last"><h3><a href="http://www.polarbearsinternational.org/programs/trees-you-and-me-model-nation">Trees for You and Me Program</a></h3>\r\n\r\n	Help the American Association of Zoo Keepers (AAZK) and Polar Bears International (PBI) by planting trees in our nation\'s forests to help fight global warming and improve the habitat of polar bears and many other species.\r\n\r\n</div>', 'Links', 0, '', 'inherit', 'closed', 'closed', '', '3996-revision-v1', '', '', '2013-10-30 18:51:40', '2013-10-30 23:51:40', '', 3996, 'http://web3.gowebsolutions.com/~aazook/3996-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4043, 1, '2013-10-31 10:21:55', '2013-10-31 15:21:55', '', 'georgia', 0, '', 'inherit', 'closed', 'closed', '', 'georgia', '', '', '2013-10-31 10:21:55', '2013-10-31 15:21:55', '', 3820, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/georgia.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4044, 1, '2013-10-31 10:24:28', '2013-10-31 15:24:28', '', 'honolulu', 0, '', 'inherit', 'closed', 'closed', '', 'honolulu', '', '', '2013-10-31 10:24:28', '2013-10-31 15:24:28', '', 3822, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/honolulu.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4045, 1, '2013-10-31 10:25:34', '2013-10-31 15:25:34', '', 'brookfield', 0, '', 'inherit', 'closed', 'closed', '', 'brookfield-2', '', '', '2013-10-31 10:25:34', '2013-10-31 15:25:34', '', 3824, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/brookfield1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4046, 1, '2013-10-31 10:27:12', '2013-10-31 15:27:12', '', 'lincoln_park', 0, '', 'inherit', 'closed', 'closed', '', 'lincoln_park', '', '', '2013-10-31 10:27:12', '2013-10-31 15:27:12', '', 3830, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lincoln_park.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4047, 1, '2013-10-31 10:28:02', '2013-10-31 15:28:02', '', 'indy', 0, '', 'inherit', 'closed', 'closed', '', 'indy', '', '', '2013-10-31 10:28:02', '2013-10-31 15:28:02', '', 3836, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/indy.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4048, 1, '2013-10-31 10:28:26', '2013-10-31 15:28:26', '', 'mesker_park', 0, '', 'inherit', 'closed', 'closed', '', 'mesker_park', '', '', '2013-10-31 10:28:26', '2013-10-31 15:28:26', '', 3840, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/mesker_park.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4049, 1, '2013-10-31 10:29:22', '2013-10-31 15:29:22', '', 'sedgwick', 0, '', 'inherit', 'closed', 'closed', '', 'sedgwick', '', '', '2013-10-31 10:29:22', '2013-10-31 15:29:22', '', 3842, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/sedgwick.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4050, 1, '2013-10-31 10:29:41', '2013-10-31 15:29:41', '', 'topeka', 0, '', 'inherit', 'closed', 'closed', '', 'topeka', '', '', '2013-10-31 10:29:41', '2013-10-31 15:29:41', '', 3845, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/topeka.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4051, 1, '2013-10-31 10:30:32', '2013-10-31 15:30:32', '', 'louisville', 0, '', 'inherit', 'closed', 'closed', '', 'louisville', '', '', '2013-10-31 10:30:32', '2013-10-31 15:30:32', '', 3848, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/louisville.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4052, 1, '2013-10-31 10:31:30', '2013-10-31 15:31:30', '', 'audubon', 0, '', 'inherit', 'closed', 'closed', '', 'audubon', '', '', '2013-10-31 10:31:30', '2013-10-31 15:31:30', '', 3850, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/audubon.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4053, 1, '2013-10-31 10:35:21', '2013-10-31 15:35:21', '', 'baton_rouge', 0, '', 'inherit', 'closed', 'closed', '', 'baton_rouge', '', '', '2013-10-31 10:35:21', '2013-10-31 15:35:21', '', 3852, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/baton_rouge.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4054, 1, '2013-10-31 10:36:29', '2013-10-31 15:36:29', '', 'chesapeake', 0, '', 'inherit', 'closed', 'closed', '', 'chesapeake', '', '', '2013-10-31 10:36:29', '2013-10-31 15:36:29', '', 3856, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/chesapeake.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4056, 1, '2013-10-31 10:37:00', '2013-10-31 15:37:00', '', 'gbaazk_logo', 0, '', 'inherit', 'closed', 'closed', '', 'gbaazk_logo', '', '', '2013-10-31 10:37:00', '2013-10-31 15:37:00', '', 3854, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/gbaazk_logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4057, 1, '2013-10-31 10:37:42', '2013-10-31 15:37:42', '', 'new_england', 0, '', 'inherit', 'closed', 'closed', '', 'new_england', '', '', '2013-10-31 10:37:42', '2013-10-31 15:37:42', '', 3860, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/new_england.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4058, 1, '2013-10-31 10:39:13', '2013-10-31 15:39:13', '', 'battle_creek', 0, '', 'inherit', 'closed', 'closed', '', 'battle_creek', '', '', '2013-10-31 10:39:13', '2013-10-31 15:39:13', '', 3862, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/battle_creek.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4059, 1, '2013-10-31 10:39:42', '2013-10-31 15:39:42', '', 'detroit', 0, '', 'inherit', 'closed', 'closed', '', 'detroit', '', '', '2013-10-31 10:39:42', '2013-10-31 15:39:42', '', 3864, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/detroit.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4060, 1, '2013-10-31 10:40:19', '2013-10-31 15:40:19', '', 'lake_superior_chapter', 0, '', 'inherit', 'closed', 'closed', '', 'lake_superior_chapter', '', '', '2013-10-31 10:40:19', '2013-10-31 15:40:19', '', 3866, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lake_superior_chapter.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4061, 1, '2013-10-31 10:40:44', '2013-10-31 15:40:44', '', 'minnesota', 0, '', 'inherit', 'closed', 'closed', '', 'minnesota', '', '', '2013-10-31 10:40:44', '2013-10-31 15:40:44', '', 3868, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/minnesota.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4062, 1, '2013-10-31 10:41:29', '2013-10-31 15:41:29', '', 'jackson', 0, '', 'inherit', 'closed', 'closed', '', 'jackson', '', '', '2013-10-31 10:41:29', '2013-10-31 15:41:29', '', 3870, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jackson.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4063, 1, '2013-10-31 10:42:59', '2013-10-31 15:42:59', '', 'kansas_city', 0, '', 'inherit', 'closed', 'closed', '', 'kansas_city', '', '', '2013-10-31 10:42:59', '2013-10-31 15:42:59', '', 3872, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/kansas_city.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4064, 1, '2013-10-31 10:43:18', '2013-10-31 15:43:18', '', 'ozarks', 0, '', 'inherit', 'closed', 'closed', '', 'ozarks', '', '', '2013-10-31 10:43:18', '2013-10-31 15:43:18', '', 3874, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/ozarks.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4065, 1, '2013-10-31 10:43:42', '2013-10-31 15:43:42', '', 'stl', 0, '', 'inherit', 'closed', 'closed', '', 'stl', '', '', '2013-10-31 10:43:42', '2013-10-31 15:43:42', '', 3876, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/stl.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4066, 1, '2013-10-31 10:44:25', '2013-10-31 15:44:25', '', 'omaha', 0, '', 'inherit', 'closed', 'closed', '', 'omaha', '', '', '2013-10-31 10:44:25', '2013-10-31 15:44:25', '', 3878, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/omaha.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4067, 1, '2013-10-31 10:45:11', '2013-10-31 15:45:11', '', 'cape_may_county', 0, '', 'inherit', 'closed', 'closed', '', 'cape_may_county', '', '', '2013-10-31 10:45:11', '2013-10-31 15:45:11', '', 3891, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/cape_may_county.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4068, 1, '2013-10-31 10:46:29', '2013-10-31 15:46:29', '', 'bronx', 0, '', 'inherit', 'closed', 'closed', '', 'bronx', '', '', '2013-10-31 10:46:29', '2013-10-31 15:46:29', '', 3895, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/bronx.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4071, 1, '2013-10-31 10:47:01', '2013-10-31 15:47:01', '', 'rosamond_gifford', 0, '', 'inherit', 'closed', 'closed', '', 'rosamond_gifford', '', '', '2013-10-31 10:47:01', '2013-10-31 15:47:01', '', 3897, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/rosamond_gifford.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4072, 1, '2013-10-31 10:48:22', '2013-10-31 15:48:22', '', 'north_carolina', 0, '', 'inherit', 'closed', 'closed', '', 'north_carolina', '', '', '2013-10-31 10:48:22', '2013-10-31 15:48:22', '', 3901, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/north_carolina.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4073, 1, '2013-10-31 10:49:08', '2013-10-31 15:49:08', '', 'columbus', 0, '', 'inherit', 'closed', 'closed', '', 'columbus', '', '', '2013-10-31 10:49:08', '2013-10-31 15:49:08', '', 3906, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/columbus.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4074, 1, '2013-10-31 10:49:29', '2013-10-31 15:49:29', '', 'cleveland', 0, '', 'inherit', 'closed', 'closed', '', 'cleveland', '', '', '2013-10-31 10:49:29', '2013-10-31 15:49:29', '', 3910, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/cleveland.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4075, 1, '2013-10-31 10:49:50', '2013-10-31 15:49:50', '', 'toledo', 0, '', 'inherit', 'closed', 'closed', '', 'toledo', '', '', '2013-10-31 10:49:50', '2013-10-31 15:49:50', '', 3912, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/toledo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4076, 1, '2013-10-31 10:50:42', '2013-10-31 15:50:42', '', 'oklahoma_city', 0, '', 'inherit', 'closed', 'closed', '', 'oklahoma_city', '', '', '2013-10-31 10:50:42', '2013-10-31 15:50:42', '', 3914, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/oklahoma_city.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4077, 1, '2013-10-31 10:51:18', '2013-10-31 15:51:18', '', 'tulsa', 0, '', 'inherit', 'closed', 'closed', '', 'tulsa', '', '', '2013-10-31 10:51:18', '2013-10-31 15:51:18', '', 3916, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/tulsa.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4078, 1, '2013-10-31 10:52:01', '2013-10-31 15:52:01', '', 'wildlife_safari', 0, '', 'inherit', 'closed', 'closed', '', 'wildlife_safari', '', '', '2013-10-31 10:52:01', '2013-10-31 15:52:01', '', 3921, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/wildlife_safari.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4079, 1, '2013-10-31 10:52:49', '2013-10-31 15:52:49', '', 'portland', 0, '', 'inherit', 'closed', 'closed', '', 'portland', '', '', '2013-10-31 10:52:49', '2013-10-31 15:52:49', '', 3918, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/portland.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4080, 1, '2013-10-31 10:53:45', '2013-10-31 15:53:45', '', 'philadelphia', 0, '', 'inherit', 'closed', 'closed', '', 'philadelphia', '', '', '2013-10-31 10:53:45', '2013-10-31 15:53:45', '', 3923, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/philadelphia.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4081, 1, '2013-10-31 10:54:12', '2013-10-31 15:54:12', '', 'pittsburgh', 0, '', 'inherit', 'closed', 'closed', '', 'pittsburgh', '', '', '2013-10-31 10:54:12', '2013-10-31 15:54:12', '', 3929, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/pittsburgh.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4082, 1, '2013-10-31 10:55:08', '2013-10-31 15:55:08', '', 'roger_williams', 0, '', 'inherit', 'closed', 'closed', '', 'roger_williams', '', '', '2013-10-31 10:55:08', '2013-10-31 15:55:08', '', 3935, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/roger_williams.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4083, 1, '2013-10-31 10:56:57', '2013-10-31 15:56:57', '', 'nashville', 0, '', 'inherit', 'closed', 'closed', '', 'nashville', '', '', '2013-10-31 10:56:57', '2013-10-31 15:56:57', '', 3943, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/nashville.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4084, 1, '2013-10-31 10:58:05', '2013-10-31 15:58:05', '', 'dallas', 0, '', 'inherit', 'closed', 'closed', '', 'dallas', '', '', '2013-10-31 10:58:05', '2013-10-31 15:58:05', '', 3945, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dallas.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4085, 1, '2013-10-31 10:58:23', '2013-10-31 15:58:23', '', 'el_paso', 0, '', 'inherit', 'closed', 'closed', '', 'el_paso', '', '', '2013-10-31 10:58:23', '2013-10-31 15:58:23', '', 3947, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/el_paso.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4086, 1, '2013-10-31 10:58:42', '2013-10-31 15:58:42', '', 'fort_worth', 0, '', 'inherit', 'closed', 'closed', '', 'fort_worth', '', '', '2013-10-31 10:58:42', '2013-10-31 15:58:42', '', 3949, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/fort_worth.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4087, 1, '2013-10-31 10:58:59', '2013-10-31 15:58:59', '', 'galveston', 0, '', 'inherit', 'closed', 'closed', '', 'galveston', '', '', '2013-10-31 10:58:59', '2013-10-31 15:58:59', '', 3950, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/galveston.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4088, 1, '2013-10-31 10:59:18', '2013-10-31 15:59:18', '', 'houston', 0, '', 'inherit', 'closed', 'closed', '', 'houston', '', '', '2013-10-31 10:59:18', '2013-10-31 15:59:18', '', 3952, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/houston.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4089, 1, '2013-10-31 10:59:54', '2013-10-31 15:59:54', '', 'san_antonio', 0, '', 'inherit', 'closed', 'closed', '', 'san_antonio', '', '', '2013-10-31 10:59:54', '2013-10-31 15:59:54', '', 3956, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/san_antonio.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4090, 1, '2013-10-31 11:00:11', '2013-10-31 16:00:11', '', 'west_texas', 0, '', 'inherit', 'closed', 'closed', '', 'west_texas', '', '', '2013-10-31 11:00:11', '2013-10-31 16:00:11', '', 3959, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/west_texas.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4091, 1, '2013-10-31 11:00:37', '2013-10-31 16:00:37', '', 'utah', 0, '', 'inherit', 'closed', 'closed', '', 'utah', '', '', '2013-10-31 11:00:37', '2013-10-31 16:00:37', '', 3965, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/utah.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4092, 1, '2013-10-31 11:01:12', '2013-10-31 16:01:12', '', 'roanoke_aazk', 0, '', 'inherit', 'closed', 'closed', '', 'roanoke_aazk', '', '', '2013-10-31 11:01:12', '2013-10-31 16:01:12', '', 3967, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/roanoke_aazk.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4093, 1, '2013-10-31 11:01:42', '2013-10-31 16:01:42', '', 'point_defiance', 0, '', 'inherit', 'closed', 'closed', '', 'point_defiance', '', '', '2013-10-31 11:01:42', '2013-10-31 16:01:42', '', 3968, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/point_defiance.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4094, 1, '2013-10-31 11:02:00', '2013-10-31 16:02:00', '', 'puget_sound', 0, '', 'inherit', 'closed', 'closed', '', 'puget_sound', '', '', '2013-10-31 11:02:00', '2013-10-31 16:02:00', '', 3974, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/puget_sound.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4095, 1, '2013-10-31 11:02:48', '2013-10-31 16:02:48', '', 'milwaukee', 0, '', 'inherit', 'closed', 'closed', '', 'milwaukee', '', '', '2013-10-31 11:02:48', '2013-10-31 16:02:48', '', 3978, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/milwaukee.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4096, 1, '2013-10-31 11:03:41', '2013-10-31 16:03:41', '', 'assiniboine', 0, '', 'inherit', 'closed', 'closed', '', 'assiniboine', '', '', '2013-10-31 11:03:41', '2013-10-31 16:03:41', '', 3969, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/assiniboine.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4097, 1, '2013-10-31 11:03:58', '2013-10-31 16:03:58', '', 'edmonton_aazk_logo', 0, '', 'inherit', 'closed', 'closed', '', 'edmonton_aazk_logo', '', '', '2013-10-31 11:03:58', '2013-10-31 16:03:58', '', 3983, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/edmonton_aazk_logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4098, 1, '2013-10-31 11:04:19', '2013-10-31 16:04:19', '', 'southern_ontario', 0, '', 'inherit', 'closed', 'closed', '', 'southern_ontario', '', '', '2013-10-31 11:04:19', '2013-10-31 16:04:19', '', 3984, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/southern_ontario.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4111, 1, '2013-11-03 15:46:49', '2013-11-03 20:46:49', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/abi-logo.jpg" alt="abi-logo" width="240" height="49" class="alignnone size-full wp-image-4108" /></div><div class="eightcol last">\r\n	<h4><a href="http://www.animaledu.com/" target="_blank">Animal Behavior Institute</a></h4>\r\n	Reach your career goals with the Animal Behavior</div>\r\n\r\n<div class="clearfix">\r\n	<div class="fourcol first">\r\n	</div>\r\n	<div class="eightcol last"><h4><a href="http://www.animalsourcegroup.com/" target="_blank">Animal Source Texas, Inc.</a></h4>Working to make zoos a better place for wildlife and people.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="fourcol first"></div>\r\n	<div class="eightcol last"><h4><a href="http://www.bluerhino.com/" target="_blank">Blue Rhino</a></h4>Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="fourcol first"></div>\r\n	<div class="eightcol last"><h4><a href="http://www.clrdesign.com/" target="_blank">\r\n		CLR Design</a></h4>\r\n		For over 25 years CLR Design has focused on zoo design.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"></div>\r\n	<div class="eightcol last"><h4><a href="http://desertplastics-abq.com/" target="_blank">\r\nDesert Plastics, LLC</a></h4>Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"></div>\r\n	<div class="eightcol last"><h4><a href="http://www.ebsco.com/index.asp" target="_blank">\r\nEbsco Publishing</a></h4>Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"></div>\r\n	<div class="eightcol last"><h4><a href="http://www.faunaresearch.com/" target="_blank">\r\nFauna Research Inc.</a></h4>Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"></div>\r\n	<div class="eightcol last"><h4><a href="http://www.grubco.com/index.cfm" target="_blank">\r\nGrubco</a></h4>Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"></div>\r\n	<div class="eightcol last"><h4><a href="http://www.lyonusa.com/" target="_blank">Lyon Technologies</a></h4>Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</div>\r\n</div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"></div>\r\n	<div class="eightcol last"><h4><a href="" target="_blank">\r\nNebraska Brand</a></h4>Economical Feeding Programs for Exotic Carnivores</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"></div>\r\n	<div class="eightcol last"><h4><a href="http://www.graniteind.com/" target="_blank">Overland Carts/Granite Industries</a></h4>Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"></div>\r\n	<div class="eightcol last"><h4><a href="http://www.premiertours.com/" target="_blank">Premier Tours</a></h4>Premier Travel & Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"></div>\r\n	<div class="eightcol last"><h4><a href="http://www.zupreem.com/" target="_blank">Premium Nutritional Products</a></h4>Premium Nutritional Products are makers of a wide variety of animal diets for exotics and pets alike.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"></div>\r\n	<div class="eightcol last"><h4><a href="http://zoofood.com/" target="_blank">Reliable Protein Products</a></h4>The answer for your feeding needs</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"></div>\r\n	<div class="eightcol last"><h4><a href="http://www.rodentpro.com/" target="_blank">Rodent Pro</a></h4>Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"></div>\r\n	<div class="eightcol last"><h4><a href="http://www.zoomed.com/" target="_blank">\r\nZoo Med Laboratories, Inc.</a></h4>Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds & aquatic pets. Our experience & dedication leads to innovative products; guaranteed to help keep your pets happy & healthy!</div>\r\n</div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"></div>\r\n	<div class="eightcol last"><h4><a href="http://www.zoomed.com/" target="_blank">\r\nZukudla, Inc.</a></h4>To be the source for unique diets for zoo and exotic animals.</div>\r\n</div>', '', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2013-11-03 15:46:49', '2013-11-03 20:46:49', '', 4107, 'http://web3.gowebsolutions.com/~aazook/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4112, 1, '2013-11-03 15:48:05', '2013-11-03 20:48:05', '', 'animal_source', 0, '', 'inherit', 'closed', 'closed', '', 'animal_source', '', '', '2013-11-03 15:48:05', '2013-11-03 20:48:05', '', 4107, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/animal_source.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4113, 1, '2013-11-06 16:33:22', '2013-11-06 21:33:22', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<div class="clearfix"><div class="fourcol first"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/abi-logo.jpg" alt="abi-logo" width="240" height="49" class="alignnone size-full wp-image-4108" /></div><div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank"><h4>Animal Behavior Institute</h4></a>Reach your career goals with the Animal Behavior</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="fourcol first"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/animal_source.jpg" alt="animal_source" width="200" height="69" class="alignnone size-full wp-image-4112" /></div><div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank"><h4>Animal Source Texas, Inc.</h4></a>Working to make zoos a better place for wildlife and people.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="fourcol first"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/blue_rhino.jpg" alt="blue_rhino" width="216" height="92" class="alignnone size-full wp-image-4114" /></div>\r\n	<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank"><h4>Blue Rhino</h4></a>Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="fourcol first"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/CLR_Design.jpg" alt="CLR_Design" width="136" height="120" class="alignnone size-full wp-image-4115" /></div><div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank"><h4>CLR Design</h4></a>For over 25 years CLR Design has focused on zoo design.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/DesertPlasticsheader.jpg" alt="DesertPlasticsheader" width="240" height="48" class="alignnone size-full wp-image-4116" /></div><div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank"><h4>Desert Plastics, LLC</h4></a>Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/ebscocom-logo.gif" alt="ebscocom-logo" width="116" height="41" class="alignnone size-full wp-image-4117" /></div><div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank"><h4>Ebsco Publishing</h4></a>Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/fauna_research.gif" alt="fauna_research" width="174" height="173" class="alignnone size-full wp-image-4118" /></div><div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank"><h4>Fauna Research Inc.</h4></a>Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/grubco.jpg" alt="grubco" width="190" height="76" class="alignnone size-full wp-image-4119" /></div><div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank"><h4>Grubco</h4></a>Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lyontechnology.jpg" alt="lyontechnology" width="190" height="28" class="alignnone size-full wp-image-4120" /></div><div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank"><h4>Lyon Technologies</h4></a>Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</div>\r\n</div><div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/nebraskabrand.jpg" alt="nebraskabrand" width="200" height="99" class="alignnone size-full wp-image-4121" /></div><div class="eightcol last"><a href="" target="_blank"><h4>Nebraska Brand</h4></a>Economical Feeding Programs for Exotic Carnivores</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/overland.jpg" alt="overland" width="200" height="82" class="alignnone size-full wp-image-4122" /></div><div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank"><h4>Overland Carts/Granite Industries</h4></a>Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/premier_tours.jpg" alt="premier_tours" width="200" height="124" class="alignnone size-full wp-image-4123" /></div><div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank"><h4>Premier Tours</h4></a>Premier Travel & Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zupreem.gif"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zupreem.gif" alt="zupreem" width="199" height="65" class="alignnone size-full wp-image-4124" /></a></div><div class="eightcol last"><a href="http://www.zupreem.com/" target="_blank"><h4>Premium Nutritional Products</h4></a>Premium Nutritional Products are makers of a wide variety of animal diets for exotics and pets alike.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/reliableprotein.jpg" alt="reliableprotein" width="166" height="190" class="alignnone size-full wp-image-4125" /></div>\r\n	<div class="eightcol last"><a href="http://zoofood.com/" target="_blank"><h4>Reliable Protein Products</h4></a>The answer for your feeding needs</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/rodentpro.jpg" alt="rodentpro" width="190" height="43" class="alignnone size-full wp-image-4126" /></div>\r\n	<div class="eightcol last"><a href="http://www.rodentpro.com/" target="_blank"><h4>Rodent Pro</h4></a>Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zoomed.jpg" alt="zoomed" width="200" height="168" class="alignnone size-full wp-image-4127" /></div>\r\n	<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank"><h4>\r\nZoo Med Laboratories, Inc.</h4></a>Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds & aquatic pets. Our experience & dedication leads to innovative products; guaranteed to help keep your pets happy & healthy!</div>\r\n</div><div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zukudla_logo.jpg" alt="zukudla_logo" width="225" height="40" class="alignnone size-full wp-image-4128" /></div>\r\n	<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank"><h4>\r\nZukudla, Inc.</h4></a>To be the source for unique diets for zoo and exotic animals.</div>\r\n</div>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-autosave-v1', '', '', '2013-11-06 16:33:22', '2013-11-06 21:33:22', '', 4107, 'http://web3.gowebsolutions.com/~aazook/4107-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4114, 1, '2013-11-03 16:10:33', '2013-11-03 21:10:33', '', 'blue_rhino', 0, '', 'inherit', 'closed', 'closed', '', 'blue_rhino', '', '', '2013-11-03 16:10:33', '2013-11-03 21:10:33', '', 4107, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/blue_rhino.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4115, 1, '2013-11-03 16:11:48', '2013-11-03 21:11:48', '', 'CLR_Design', 0, '', 'inherit', 'closed', 'closed', '', 'clr_design', '', '', '2013-11-03 16:11:48', '2013-11-03 21:11:48', '', 4107, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/CLR_Design.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4116, 1, '2013-11-03 16:12:20', '2013-11-03 21:12:20', '', 'DesertPlasticsheader', 0, '', 'inherit', 'closed', 'closed', '', 'desertplasticsheader', '', '', '2013-11-03 16:12:20', '2013-11-03 21:12:20', '', 4107, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/DesertPlasticsheader.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4117, 1, '2013-11-03 16:13:24', '2013-11-03 21:13:24', '', 'ebscocom-logo', 0, '', 'inherit', 'closed', 'closed', '', 'ebscocom-logo', '', '', '2013-11-03 16:13:24', '2013-11-03 21:13:24', '', 4107, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/ebscocom-logo.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4118, 1, '2013-11-03 16:13:43', '2013-11-03 21:13:43', '', 'fauna_research', 0, '', 'inherit', 'closed', 'closed', '', 'fauna_research', '', '', '2013-11-03 16:13:43', '2013-11-03 21:13:43', '', 4107, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/fauna_research.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4119, 1, '2013-11-03 16:14:01', '2013-11-03 21:14:01', '', 'grubco', 0, '', 'inherit', 'closed', 'closed', '', 'grubco', '', '', '2013-11-03 16:14:01', '2013-11-03 21:14:01', '', 4107, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/grubco.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4120, 1, '2013-11-03 16:14:28', '2013-11-03 21:14:28', '', 'lyontechnology', 0, '', 'inherit', 'closed', 'closed', '', 'lyontechnology', '', '', '2013-11-03 16:14:28', '2013-11-03 21:14:28', '', 4107, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lyontechnology.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4121, 1, '2013-11-03 16:14:46', '2013-11-03 21:14:46', '', 'nebraskabrand', 0, '', 'inherit', 'closed', 'closed', '', 'nebraskabrand', '', '', '2013-11-03 16:14:46', '2013-11-03 21:14:46', '', 4107, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/nebraskabrand.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4122, 1, '2013-11-03 16:15:02', '2013-11-03 21:15:02', '', 'overland', 0, '', 'inherit', 'closed', 'closed', '', 'overland', '', '', '2013-11-03 16:15:02', '2013-11-03 21:15:02', '', 4107, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/overland.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4123, 1, '2013-11-03 16:15:14', '2013-11-03 21:15:14', '', 'premier_tours', 0, '', 'inherit', 'closed', 'closed', '', 'premier_tours', '', '', '2013-11-03 16:15:14', '2013-11-03 21:15:14', '', 4107, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/premier_tours.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4124, 1, '2013-11-03 16:15:28', '2013-11-03 21:15:28', '', 'zupreem', 0, '', 'inherit', 'closed', 'closed', '', 'zupreem', '', '', '2013-11-03 16:15:28', '2013-11-03 21:15:28', '', 4107, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zupreem.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4125, 1, '2013-11-03 16:16:00', '2013-11-03 21:16:00', '', 'reliableprotein', 0, '', 'inherit', 'closed', 'closed', '', 'reliableprotein', '', '', '2013-11-03 16:16:00', '2013-11-03 21:16:00', '', 4107, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/reliableprotein.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4126, 1, '2013-11-03 16:16:28', '2013-11-03 21:16:28', '', 'rodentpro', 0, '', 'inherit', 'closed', 'closed', '', 'rodentpro', '', '', '2013-11-03 16:16:28', '2013-11-03 21:16:28', '', 4107, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/rodentpro.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4127, 1, '2013-11-03 16:16:58', '2013-11-03 21:16:58', '', 'zoomed', 0, '', 'inherit', 'closed', 'closed', '', 'zoomed', '', '', '2013-11-03 16:16:58', '2013-11-03 21:16:58', '', 4107, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zoomed.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4128, 1, '2013-11-03 16:17:16', '2013-11-03 21:17:16', '', 'zukudla_logo', 0, '', 'inherit', 'closed', 'closed', '', 'zukudla_logo', '', '', '2013-11-03 16:17:16', '2013-11-03 21:17:16', '', 4107, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zukudla_logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4129, 1, '2013-11-03 16:17:22', '2013-11-03 21:17:22', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/abi-logo.jpg" alt="abi-logo" width="240" height="49" class="alignnone size-full wp-image-4108" /></div><div class="eightcol last">\r\n	<h4><a href="http://www.animaledu.com/" target="_blank">Animal Behavior Institute</a></h4>\r\n	Reach your career goals with the Animal Behavior</div>\r\n\r\n<div class="clearfix">\r\n	<div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/animal_source.jpg" alt="animal_source" width="200" height="69" class="alignnone size-full wp-image-4112" />\r\n	</div>\r\n	<div class="eightcol last"><h4><a href="http://www.animalsourcegroup.com/" target="_blank">Animal Source Texas, Inc.</a></h4>Working to make zoos a better place for wildlife and people.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/blue_rhino.jpg" alt="blue_rhino" width="216" height="92" class="alignnone size-full wp-image-4114" /></div>\r\n	<div class="eightcol last"><h4><a href="http://www.bluerhino.com/" target="_blank">Blue Rhino</a></h4>Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/CLR_Design.jpg" alt="CLR_Design" width="136" height="120" class="alignnone size-full wp-image-4115" /></div>\r\n	<div class="eightcol last"><h4><a href="http://www.clrdesign.com/" target="_blank">\r\n		CLR Design</a></h4>\r\n		For over 25 years CLR Design has focused on zoo design.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/DesertPlasticsheader.jpg" alt="DesertPlasticsheader" width="240" height="48" class="alignnone size-full wp-image-4116" /></div>\r\n	<div class="eightcol last"><h4><a href="http://desertplastics-abq.com/" target="_blank">\r\nDesert Plastics, LLC</a></h4>Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/ebscocom-logo.gif" alt="ebscocom-logo" width="116" height="41" class="alignnone size-full wp-image-4117" /></div>\r\n	<div class="eightcol last"><h4><a href="http://www.ebsco.com/index.asp" target="_blank">\r\nEbsco Publishing</a></h4>Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/fauna_research.gif" alt="fauna_research" width="174" height="173" class="alignnone size-full wp-image-4118" /></div>\r\n	<div class="eightcol last"><h4><a href="http://www.faunaresearch.com/" target="_blank">\r\nFauna Research Inc.</a></h4>Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/grubco.jpg" alt="grubco" width="190" height="76" class="alignnone size-full wp-image-4119" /></div>\r\n	<div class="eightcol last"><h4><a href="http://www.grubco.com/index.cfm" target="_blank">\r\nGrubco</a></h4>Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lyontechnology.jpg" alt="lyontechnology" width="190" height="28" class="alignnone size-full wp-image-4120" /></div>\r\n	<div class="eightcol last"><h4><a href="http://www.lyonusa.com/" target="_blank">Lyon Technologies</a></h4>Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</div>\r\n</div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/nebraskabrand.jpg" alt="nebraskabrand" width="200" height="99" class="alignnone size-full wp-image-4121" /></div>\r\n	<div class="eightcol last"><h4><a href="" target="_blank">\r\nNebraska Brand</a></h4>Economical Feeding Programs for Exotic Carnivores</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/overland.jpg" alt="overland" width="200" height="82" class="alignnone size-full wp-image-4122" /></div>\r\n	<div class="eightcol last"><h4><a href="http://www.graniteind.com/" target="_blank">Overland Carts/Granite Industries</a></h4>Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/premier_tours.jpg" alt="premier_tours" width="200" height="124" class="alignnone size-full wp-image-4123" /></div>\r\n	<div class="eightcol last"><h4><a href="http://www.premiertours.com/" target="_blank">Premier Tours</a></h4>Premier Travel & Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"></div>\r\n	<div class="eightcol last"><h4><a href="http://www.zupreem.com/" target="_blank">Premium Nutritional Products</a></h4>Premium Nutritional Products are makers of a wide variety of animal diets for exotics and pets alike.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/reliableprotein.jpg" alt="reliableprotein" width="166" height="190" class="alignnone size-full wp-image-4125" /></div>\r\n	<div class="eightcol last"><h4><a href="http://zoofood.com/" target="_blank">Reliable Protein Products</a></h4>The answer for your feeding needs</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/rodentpro.jpg" alt="rodentpro" width="190" height="43" class="alignnone size-full wp-image-4126" /></div>\r\n	<div class="eightcol last"><h4><a href="http://www.rodentpro.com/" target="_blank">Rodent Pro</a></h4>Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zoomed.jpg" alt="zoomed" width="200" height="168" class="alignnone size-full wp-image-4127" /></div>\r\n	<div class="eightcol last"><h4><a href="http://www.zoomed.com/" target="_blank">\r\nZoo Med Laboratories, Inc.</a></h4>Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds & aquatic pets. Our experience & dedication leads to innovative products; guaranteed to help keep your pets happy & healthy!</div>\r\n</div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zukudla_logo.jpg" alt="zukudla_logo" width="225" height="40" class="alignnone size-full wp-image-4128" /></div>\r\n	<div class="eightcol last"><h4><a href="http://www.zoomed.com/" target="_blank">\r\nZukudla, Inc.</a></h4>To be the source for unique diets for zoo and exotic animals.</div>\r\n</div>', '', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2013-11-03 16:17:22', '2013-11-03 21:17:22', '', 4107, 'http://web3.gowebsolutions.com/~aazook/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4130, 1, '2013-11-03 16:26:18', '2013-11-03 21:26:18', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<div class="clearfix"><div class="fourcol first"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/abi-logo.jpg" alt="abi-logo" width="240" height="49" class="alignnone size-full wp-image-4108" /></div><div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank"><h4>Animal Behavior Institute</h4></a>Reach your career goals with the Animal Behavior</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="fourcol first"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/animal_source.jpg" alt="animal_source" width="200" height="69" class="alignnone size-full wp-image-4112" /></div><div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank"><h4>Animal Source Texas, Inc.</h4></a>Working to make zoos a better place for wildlife and people.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="fourcol first"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/blue_rhino.jpg" alt="blue_rhino" width="216" height="92" class="alignnone size-full wp-image-4114" /></div>\r\n	<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank"><h4>Blue Rhino</h4></a>Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="fourcol first"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/CLR_Design.jpg" alt="CLR_Design" width="136" height="120" class="alignnone size-full wp-image-4115" /></div><div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank"><h4>CLR Design</h4></a>For over 25 years CLR Design has focused on zoo design.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/DesertPlasticsheader.jpg" alt="DesertPlasticsheader" width="240" height="48" class="alignnone size-full wp-image-4116" /></div><div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank"><h4>Desert Plastics, LLC</h4></a>Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/ebscocom-logo.gif" alt="ebscocom-logo" width="116" height="41" class="alignnone size-full wp-image-4117" /></div><div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank"><h4>Ebsco Publishing</h4></a>Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/fauna_research.gif" alt="fauna_research" width="174" height="173" class="alignnone size-full wp-image-4118" /></div><div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank"><h4>Fauna Research Inc.</h4></a>Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/grubco.jpg" alt="grubco" width="190" height="76" class="alignnone size-full wp-image-4119" /></div><div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank"><h4>Grubco</h4></a>Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lyontechnology.jpg" alt="lyontechnology" width="190" height="28" class="alignnone size-full wp-image-4120" /></div><div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank"><h4>Lyon Technologies</h4></a>Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</div>\r\n</div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/nebraskabrand.jpg" alt="nebraskabrand" width="200" height="99" class="alignnone size-full wp-image-4121" /></div><div class="eightcol last"><a href="" target="_blank"><h4>Nebraska Brand</h4></a>Economical Feeding Programs for Exotic Carnivores</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/overland.jpg" alt="overland" width="200" height="82" class="alignnone size-full wp-image-4122" /></div><div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank"><h4>Overland Carts/Granite Industries</h4></a>Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/premier_tours.jpg" alt="premier_tours" width="200" height="124" class="alignnone size-full wp-image-4123" /></div><div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank"><h4>Premier Tours</h4></a>Premier Travel & Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zupreem.gif"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zupreem.gif" alt="zupreem" width="199" height="65" class="alignnone size-full wp-image-4124" /></a></div><div class="eightcol last"><a href="http://www.zupreem.com/" target="_blank"><h4>Premium Nutritional Products</h4></a>Premium Nutritional Products are makers of a wide variety of animal diets for exotics and pets alike.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/reliableprotein.jpg" alt="reliableprotein" width="166" height="190" class="alignnone size-full wp-image-4125" /></div>\r\n	<div class="eightcol last"><a href="http://zoofood.com/" target="_blank"><h4>Reliable Protein Products</h4></a>The answer for your feeding needs</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/rodentpro.jpg" alt="rodentpro" width="190" height="43" class="alignnone size-full wp-image-4126" /></div>\r\n	<div class="eightcol last"><a href="http://www.rodentpro.com/" target="_blank"><h4>Rodent Pro</h4></a>Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zoomed.jpg" alt="zoomed" width="200" height="168" class="alignnone size-full wp-image-4127" /></div>\r\n	<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank"><h4>\r\nZoo Med Laboratories, Inc.</h4></a>Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds & aquatic pets. Our experience & dedication leads to innovative products; guaranteed to help keep your pets happy & healthy!</div>\r\n</div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zukudla_logo.jpg" alt="zukudla_logo" width="225" height="40" class="alignnone size-full wp-image-4128" /></div>\r\n	<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank"><h4>\r\nZukudla, Inc.</h4></a>To be the source for unique diets for zoo and exotic animals.</div>\r\n</div>', '', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2013-11-03 16:26:18', '2013-11-03 21:26:18', '', 4107, 'http://web3.gowebsolutions.com/~aazook/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4131, 1, '2013-11-03 16:26:43', '2013-11-03 21:26:43', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<div class="clearfix"><div class="fourcol first"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/abi-logo.jpg" alt="abi-logo" width="240" height="49" class="alignnone size-full wp-image-4108" /></div><div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank"><h4>Animal Behavior Institute</h4></a>Reach your career goals with the Animal Behavior</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="fourcol first"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/animal_source.jpg" alt="animal_source" width="200" height="69" class="alignnone size-full wp-image-4112" /></div><div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank"><h4>Animal Source Texas, Inc.</h4></a>Working to make zoos a better place for wildlife and people.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="fourcol first"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/blue_rhino.jpg" alt="blue_rhino" width="216" height="92" class="alignnone size-full wp-image-4114" /></div>\r\n	<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank"><h4>Blue Rhino</h4></a>Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="fourcol first"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/CLR_Design.jpg" alt="CLR_Design" width="136" height="120" class="alignnone size-full wp-image-4115" /></div><div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank"><h4>CLR Design</h4></a>For over 25 years CLR Design has focused on zoo design.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/DesertPlasticsheader.jpg" alt="DesertPlasticsheader" width="240" height="48" class="alignnone size-full wp-image-4116" /></div><div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank"><h4>Desert Plastics, LLC</h4></a>Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/ebscocom-logo.gif" alt="ebscocom-logo" width="116" height="41" class="alignnone size-full wp-image-4117" /></div><div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank"><h4>Ebsco Publishing</h4></a>Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/fauna_research.gif" alt="fauna_research" width="174" height="173" class="alignnone size-full wp-image-4118" /></div><div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank"><h4>Fauna Research Inc.</h4></a>Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/grubco.jpg" alt="grubco" width="190" height="76" class="alignnone size-full wp-image-4119" /></div><div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank"><h4>Grubco</h4></a>Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lyontechnology.jpg" alt="lyontechnology" width="190" height="28" class="alignnone size-full wp-image-4120" /></div><div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank"><h4>Lyon Technologies</h4></a>Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</div>\r\n</div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/nebraskabrand.jpg" alt="nebraskabrand" width="200" height="99" class="alignnone size-full wp-image-4121" /></div><div class="eightcol last"><a href="" target="_blank"><h4>Nebraska Brand</h4></a>Economical Feeding Programs for Exotic Carnivores</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/overland.jpg" alt="overland" width="200" height="82" class="alignnone size-full wp-image-4122" /></div><div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank"><h4>Overland Carts/Granite Industries</h4></a>Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/premier_tours.jpg" alt="premier_tours" width="200" height="124" class="alignnone size-full wp-image-4123" /></div><div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank"><h4>Premier Tours</h4></a>Premier Travel & Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zupreem.gif"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zupreem.gif" alt="zupreem" width="199" height="65" class="alignnone size-full wp-image-4124" /></a></div><div class="eightcol last"><a href="http://www.zupreem.com/" target="_blank"><h4>Premium Nutritional Products</h4></a>Premium Nutritional Products are makers of a wide variety of animal diets for exotics and pets alike.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/reliableprotein.jpg" alt="reliableprotein" width="166" height="190" class="alignnone size-full wp-image-4125" /></div>\r\n	<div class="eightcol last"><a href="http://zoofood.com/" target="_blank"><h4>Reliable Protein Products</h4></a>The answer for your feeding needs</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/rodentpro.jpg" alt="rodentpro" width="190" height="43" class="alignnone size-full wp-image-4126" /></div>\r\n	<div class="eightcol last"><a href="http://www.rodentpro.com/" target="_blank"><h4>Rodent Pro</h4></a>Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zoomed.jpg" alt="zoomed" width="200" height="168" class="alignnone size-full wp-image-4127" /></div>\r\n	<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank"><h4>\r\nZoo Med Laboratories, Inc.</h4></a>Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds & aquatic pets. Our experience & dedication leads to innovative products; guaranteed to help keep your pets happy & healthy!</div>\r\n</div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zukudla_logo.jpg" alt="zukudla_logo" width="225" height="40" class="alignnone size-full wp-image-4128" /></div>\r\n	<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank"><h4>\r\nZukudla, Inc.</h4></a>To be the source for unique diets for zoo and exotic animals.</div>\r\n</div>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2013-11-03 16:26:43', '2013-11-03 21:26:43', '', 4107, 'http://web3.gowebsolutions.com/~aazook/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4132, 1, '2013-11-03 16:41:00', '2013-11-03 21:41:00', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/wp-content/uploads/acklogo1.jpg" alt="acklogo" width="190" height="197" class="alignnone size-full wp-image-4133" /></div><div class="eightcol last"><a href="http://www.actionforcheetahs.org/" target="_blank"><h4>\r\nAction for Cheetahs in Kenya</h4></a>ACK aims to promote the conservation of cheetahs through research, awareness and community participation in Kenya.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abma.jpg" alt="abma" width="194" height="121" class="alignnone size-full wp-image-4134" /></div><div class="eightcol last"><a href="http://www.theabma.org/" target="_blank"><h4>\r\nAnimal Behavior Management Alliance (ABMA)</h4></a>The mission of the Animal Behavior Management Alliance is to advance animal behavior management in order to enhance the Husbandry and welfare of animals.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/wp-content/uploads/aza.gif" alt="aza" width="150" height="47" class="alignnone size-full wp-image-4135" /></div><div class="eightcol last"><a href="http://www.aza.org/" target="_blank"><h4>Association of Zoos & Aquariums (AZA)</h4></a>Founded in 1924, AZA supports membership excellence in conservation, education, science, and research.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/wp-content/uploads/icz.jpg" alt="icz" width="175" height="132" class="alignnone size-full wp-image-4136" /></div><div class="eightcol last"><a href="http://www.iczoo.org/" target="_blank"><h4>International Congress of Zookeepers (ICZ)</h4></a>The ICZ (International Congress of Zookeeping) will build a worldwide network among zookeepers and other professionals in the field of wildlife care and conservation. This exchange of experience and knowledge will improve the professionalism of zookeepers</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/wp-content/uploads/irf.jpg" alt="irf" width="240" height="156" class="alignnone size-full wp-image-4137" /></div><div class="eightcol last"><a href="http://www.rhinos.org/" target="_blank"><h4>International Rhino Foundation</h4></a>The International Rhino Foundation (IRF) is dedicated to the survival of the world’s rhino species through conservation and research.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lewa2.jpg" alt="lewa" width="175" height="172" class="alignnone size-full wp-image-4138" /></div><div class="eightcol last"><a href="http://www.lewa.org/" target="_blank"><h4>Lewa Wildlife Conservancy</h4></a>Lewa Wildlife Conservancy</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/wp-content/uploads/pbi.jpg" alt="pbi" width="165" height="129" class="alignnone size-full wp-image-4139" /></div><div class="eightcol last"><a href="http://www.polarbearsinternational.org/" target="_blank"><h4>Polar Bears International</h4></a>Polar Bears International is a nonprofit organization dedicated to the worldwide conservation of the polar bear.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/wp-content/uploads/red_panda_logo.jpg" alt="red_panda_logo" width="250" height="71" class="alignnone size-full wp-image-4140" /></div><div class="eightcol last"><a href="http://redpandanetwork.org/" target="_blank"><h4>Red Panda Network</h4></a>The Red Panda Network is committed to the conservation of wild red pandas and their habitat through the education and empowerment of local communities.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/wp-content/uploads/savenature.jpg" alt="savenature" width="200" height="61" class="alignnone size-full wp-image-4141" /></div><div class="eightcol last"><a href="http://savenature.org/" target="_blank"><h4>Savenature.org</h4></a></div>Savenature.org is committed to inspiring participation and awareness in the preservation of fragile ecosystems by providing opportunities for personal direct action to save the diversity of life on Earth.\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/wp-content/uploads/menu_sfw_logo.gif" alt="menu_sfw_logo" width="187" height="41" class="alignnone size-full wp-image-4142" /></div><div class="eightcol last"><a href="http://www.montereybayaquarium.org/cr/seafoodwatch.aspx" target="_blank"><h4>Seafood Watch Program</h4></a>The Monterey Bay Aquarium Seafood Watch program helps consumers and businesses make choices for healthy oceans. Our recommendations indicate which seafood items are "Best Choices," "Good Alternatives," and which ones you should "Avoid."</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/wp-content/uploads/snow_leopard_trust.gif" alt="snow_leopard_trust" width="169" height="144" class="alignnone size-full wp-image-4143" /></div><div class="eightcol last"><a href="http://www.snowleopard.org/" target="_blank"><h4>Snow Leopard Trust</h4></a>Founded in 1981, the Snow Leopard Trust is the world\'s leading authority on the study and protection of the endangered snow leopard.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/wp-content/uploads/tsa-logo.jpg" alt="tsa-logo" width="200" height="145" class="alignnone size-full wp-image-4144" /></div><div class="eightcol last"><a href="http://turtlesurvival.org/" target="_blank"><h4>Turtle Survival Alliance</h4></a>The Turtle Survival Alliance (TSA) is an action oriented global partnership that is committed to zero turtle extinctions in the 21st century.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zaa.jpg" alt="zaa" width="240" height="215" class="alignnone size-full wp-image-4145" /></div><div class="eightcol last"><a href="http://zaa.org/" target="_blank"><h4>Zoological Association of America</h4></a>The Zoological Association of America (ZAA) was formed in February 2005 for the purpose of promoting conservation, preservation, and propagation of animals in both private and public domains.</div>\r\n</div>', 'Conservation Partners', 0, '', 'publish', 'closed', 'closed', '', 'conservation-partners', '', '', '2013-11-06 16:41:11', '2013-11-06 21:41:11', '', 3996, 'http://web3.gowebsolutions.com/~aazook/?page_id=4132', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4873, 2, '2013-12-11 15:08:55', '2013-12-11 20:08:55', '[gravityform id="1" name="Job Submission"]', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '4720-revision-v1', '', '', '2013-12-11 15:08:55', '2013-12-11 20:08:55', '', 4720, 'https://www.aazk.org/4720-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4921, 3, '2013-12-26 17:55:48', '2013-12-26 22:55:48', 'SUMMARY: Under the general supervision of the Curator, provides direct supervision of assigned Animal Keepers. Duties include coordinating the activities within the Bird Department, facilitating the work of the Animal Keepers by ensuring that the keepers have the necessary tools, equipment and supplies; responsible for administrative functions such as scheduling, timekeeping, evaluations and progressive discipline. Orders, receives and distributes materials, supplies and food stuffs; and facilitates animal care operations within the Bird Department; reviews, develops and/or revises standard operating procedures or other reports; conducts or coordinates safety training.\r\n\r\nKnowledge, Abilities and Skills: Requires extensive knowledge of the care and feeding of zoo animals, animal behavior and hazards of working with zoo animals; zoo rules, policies and procedures; includes knowledge of animal diseases and methods of preventing the spread of contagious disease, and principles of biology and zoology. Ability to perform heavy work including working safely and effectively with dangerous or exotic mammals, birds, reptiles and working effectively with Zoo employees as needed; keep operational records; prepare reports; deal courteously and effectively with the public. Must be able to perform the essential functions of the position with or without reasonable accommodation.\r\n\r\nRequirements: This position requires a minimum of 5 years of progressive animal husbandry experience, preferably at an AZA institution. Supervisory experience is preferred. A bachelor\'s degree in a related field is preferred. The ideal candidate should have familiarity with artificial incubation and handrearing of various avian species, propagation of various avian species, experience with restraint, crating, moving and medicating various avian species, experience with penguins and flamingos, familiar with operant conditioning, and familiar with TAG\'s and SSP\'s.\r\n\r\nSECTION A: ESSENTIAL FUNCTIONS\r\n\r\nSupervises the work of Animal Keepers as assigned; coordinates and monitors sectional operations such as maintenance and repair activities, exhibit design, safety training, writing and updating Standard Operating Procedures and other assigned tasks.\r\nResponsible for administrative functions including scheduling, timekeeping, repair work orders and the ordering, receipt and distribution of materials, supplies and food stuffs.\r\nImplements, develops and/or revises standard operating procedures or other reports; conducts or coordinates safety training;\r\nInspects assigned section to ensure proper care, maintenance and safety of animals, their quarters and facilities; attempts to resolve problems which arise in regard to food, maintenance and safety.\r\nUnder direction of the respective Curator, completes Annual Performance Evaluations for all assigned subordinate staff including identification of performance objectives and identification of needed training.\r\nAdministers progressive discipline program consulting with department management and Human Resources.\r\nMaintains or reviews necessary records of logs relating to animal observation and daily operations, as required; submits or reviews routine or emergency repair or maintenance requests; may prepare other reports for incidents such as industrial injury, accident or vandalism.\r\nMay assist other Zoo personnel on special assignments or projects relating to zoo operations such as reviewing, developing and planning upgrades of sections or sectional operations.\r\nUpon request, prepares written proposals to management staff regarding exhibit modifications and/or renovations, nutrition, propagation programs, disease prevention and safety; may prepare reports containing background information resulting from the compilation of surveys or literature searches.\r\nMay be required to perform the duties of an animal keeper on an as-needed basis.\r\nMay be required to do public presentations for Zoo guests and VIP tours.\r\nSECTION B: JOB RELATED DUTIES\r\n\r\nAssists marketing and development staff in promoting the Zoo\'s public image and attaining the Zoo\'s public relations and community service objectives.\r\nAssists the Curator in maintaining contacts with individuals and organizations involved in promoting worldwide conservation ethics and goals.\r\nPerforms other duties as required and assigned.\r\nSECTION C: CORE EXPECTATIONS\r\n\r\nA. Represents management and demonstrates a commitment to the Zoo\'s mission statement and its\' values.\r\n\r\nB. Performs duties in a service-oriented manner.\r\n\r\nC. Recognizes the needs of others and treats others with respect and dignity.\r\n\r\nD. Maintains good work habits and adheres to the employee handbook and all policies and procedures.\r\n\r\nE. Demonstrates a commitment to maintaining a work environment free from discrimination and sexual harassment and supports the Office\'s commitment to equal employment opportunities.\r\n\r\nF. Demonstrates a commitment to workplace safety and works with Safety Officer as needed.\r\n\r\nG. Demonstrates good presentation skills in dealing with the public, Zoo Board and internal and external stakeholders.\r\n\r\nSALARY: DOE\r\n\r\nAPPLICATION: To apply, please complete an application at <strong>www.sfzoo.org</strong>. Please submit a resume and cover letter detailing your experience as it relates to this position. EOE', 'Assistant Curator of Birds', 0, '', 'publish', 'closed', 'closed', '', 'assistant-curator-of-birds', '', '', '2013-12-26 18:57:31', '2013-12-26 23:57:31', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=4921', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4793, 1, '2013-12-04 19:19:59', '2013-12-05 00:19:59', '[pmpro_levels]', 'Test Shop', 0, '', 'draft', 'closed', 'closed', 'test', 'test-shop', '', '', '2013-12-10 19:55:28', '2013-12-11 00:55:28', '', 0, 'https://www.aazk.org/?page_id=4793', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4133, 1, '2013-11-03 16:34:48', '2013-11-03 21:34:48', '', 'acklogo', 0, '', 'inherit', 'closed', 'closed', '', 'acklogo-2', '', '', '2013-11-03 16:34:48', '2013-11-03 21:34:48', '', 4132, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/acklogo1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4134, 1, '2013-11-03 16:35:07', '2013-11-03 21:35:07', '', 'abma', 0, '', 'inherit', 'closed', 'closed', '', 'abma', '', '', '2013-11-03 16:35:07', '2013-11-03 21:35:07', '', 4132, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/abma.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4135, 1, '2013-11-03 16:35:42', '2013-11-03 21:35:42', '', 'aza', 0, '', 'inherit', 'closed', 'closed', '', 'aza', '', '', '2013-11-03 16:35:42', '2013-11-03 21:35:42', '', 4132, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/aza.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4136, 1, '2013-11-03 16:36:16', '2013-11-03 21:36:16', '', 'icz', 0, '', 'inherit', 'closed', 'closed', '', 'icz', '', '', '2013-11-03 16:36:16', '2013-11-03 21:36:16', '', 4132, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/icz.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4137, 1, '2013-11-03 16:36:39', '2013-11-03 21:36:39', '', 'irf', 0, '', 'inherit', 'closed', 'closed', '', 'irf', '', '', '2013-11-03 16:36:39', '2013-11-03 21:36:39', '', 4132, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/irf.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4138, 1, '2013-11-03 16:37:00', '2013-11-03 21:37:00', '', 'lewa', 0, '', 'inherit', 'closed', 'closed', '', 'lewa-3', '', '', '2013-11-03 16:37:00', '2013-11-03 21:37:00', '', 4132, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lewa2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4139, 1, '2013-11-03 16:37:29', '2013-11-03 21:37:29', '', 'pbi', 0, '', 'inherit', 'closed', 'closed', '', 'pbi', '', '', '2013-11-03 16:37:29', '2013-11-03 21:37:29', '', 4132, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/pbi.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4140, 1, '2013-11-03 16:38:23', '2013-11-03 21:38:23', '', 'red_panda_logo', 0, '', 'inherit', 'closed', 'closed', '', 'red_panda_logo', '', '', '2013-11-03 16:38:23', '2013-11-03 21:38:23', '', 4132, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/red_panda_logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4141, 1, '2013-11-03 16:38:41', '2013-11-03 21:38:41', '', 'savenature', 0, '', 'inherit', 'closed', 'closed', '', 'savenature', '', '', '2013-11-03 16:38:41', '2013-11-03 21:38:41', '', 4132, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/savenature.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4142, 1, '2013-11-03 16:39:08', '2013-11-03 21:39:08', '', 'menu_sfw_logo', 0, '', 'inherit', 'closed', 'closed', '', 'menu_sfw_logo', '', '', '2013-11-03 16:39:08', '2013-11-03 21:39:08', '', 4132, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/menu_sfw_logo.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4143, 1, '2013-11-03 16:39:21', '2013-11-03 21:39:21', '', 'snow_leopard_trust', 0, '', 'inherit', 'closed', 'closed', '', 'snow_leopard_trust', '', '', '2013-11-03 16:39:21', '2013-11-03 21:39:21', '', 4132, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/snow_leopard_trust.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4144, 1, '2013-11-03 16:39:44', '2013-11-03 21:39:44', '', 'tsa-logo', 0, '', 'inherit', 'closed', 'closed', '', 'tsa-logo', '', '', '2013-11-03 16:39:44', '2013-11-03 21:39:44', '', 4132, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/tsa-logo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4145, 1, '2013-11-03 16:40:06', '2013-11-03 21:40:06', '', 'zaa', 0, '', 'inherit', 'closed', 'closed', '', 'zaa', '', '', '2013-11-03 16:40:06', '2013-11-03 21:40:06', '', 4132, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zaa.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4146, 1, '2013-11-03 16:40:52', '2013-11-03 21:40:52', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/acklogo1.jpg" alt="acklogo" width="190" height="197" class="alignnone size-full wp-image-4133" /></div><div class="eightcol last"><a href="http://www.actionforcheetahs.org/" target="_blank"><h4>\r\nAction for Cheetahs in Kenya</h4></a>ACK aims to promote the conservation of cheetahs through research, awareness and community participation in Kenya.</div>\r\n</div>\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/abma.jpg" alt="abma" width="194" height="121" class="alignnone size-full wp-image-4134" /></div><div class="eightcol last"><a href="http://www.theabma.org/" target="_blank"><h4>\r\nAnimal Behavior Management Alliance (ABMA)</h4></a>The mission of the Animal Behavior Management Alliance is to advance animal behavior management in order to enhance the Husbandry and welfare of animals.</div>\r\n</div>\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/aza.gif" alt="aza" width="150" height="47" class="alignnone size-full wp-image-4135" /></div><div class="eightcol last"><a href="http://www.aza.org/" target="_blank"><h4>Association of Zoos & Aquariums (AZA)</h4></a>Founded in 1924, AZA supports membership excellence in conservation, education, science, and research.</div>\r\n</div>\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/icz.jpg" alt="icz" width="175" height="132" class="alignnone size-full wp-image-4136" /></div><div class="eightcol last"><a href="http://www.iczoo.org/" target="_blank"><h4>International Congress of Zookeepers (ICZ)</h4></a>The ICZ (International Congress of Zookeeping) will build a worldwide network among zookeepers and other professionals in the field of wildlife care and conservation. This exchange of experience and knowledge will improve the professionalism of zookeepers</div>\r\n</div>\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/irf.jpg" alt="irf" width="240" height="156" class="alignnone size-full wp-image-4137" /></div><div class="eightcol last"><a href="http://www.rhinos.org/" target="_blank"><h4>International Rhino Foundation</h4></a>The International Rhino Foundation (IRF) is dedicated to the survival of the world’s rhino species through conservation and research.</div>\r\n</div>\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lewa2.jpg" alt="lewa" width="175" height="172" class="alignnone size-full wp-image-4138" /></div><div class="eightcol last"><a href="http://www.lewa.org/" target="_blank"><h4>Lewa Wildlife Conservancy</h4></a>Lewa Wildlife Conservancy</div>\r\n</div>\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/pbi.jpg" alt="pbi" width="165" height="129" class="alignnone size-full wp-image-4139" /></div><div class="eightcol last"><a href="http://www.polarbearsinternational.org/" target="_blank"><h4>Polar Bears International</h4></a>Polar Bears International is a nonprofit organization dedicated to the worldwide conservation of the polar bear.</div>\r\n</div>\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/red_panda_logo.jpg" alt="red_panda_logo" width="250" height="71" class="alignnone size-full wp-image-4140" /></div><div class="eightcol last"><a href="http://redpandanetwork.org/" target="_blank"><h4>Red Panda Network</h4></a>The Red Panda Network is committed to the conservation of wild red pandas and their habitat through the education and empowerment of local communities.</div>\r\n</div>\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/savenature.jpg" alt="savenature" width="200" height="61" class="alignnone size-full wp-image-4141" /></div><div class="eightcol last"><a href="http://savenature.org/" target="_blank"><h4>Savenature.org</h4></a></div>Savenature.org is committed to inspiring participation and awareness in the preservation of fragile ecosystems by providing opportunities for personal direct action to save the diversity of life on Earth.\r\n</div>\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/menu_sfw_logo.gif" alt="menu_sfw_logo" width="187" height="41" class="alignnone size-full wp-image-4142" /></div><div class="eightcol last"><a href="http://www.montereybayaquarium.org/cr/seafoodwatch.aspx" target="_blank"><h4>Seafood Watch Program</h4></a>The Monterey Bay Aquarium Seafood Watch program helps consumers and businesses make choices for healthy oceans. Our recommendations indicate which seafood items are "Best Choices," "Good Alternatives," and which ones you should "Avoid."</div>\r\n</div>\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/snow_leopard_trust.gif" alt="snow_leopard_trust" width="169" height="144" class="alignnone size-full wp-image-4143" /></div><div class="eightcol last"><a href="http://www.snowleopard.org/" target="_blank"><h4>Snow Leopard Trust</h4></a>Founded in 1981, the Snow Leopard Trust is the world\'s leading authority on the study and protection of the endangered snow leopard.</div>\r\n</div>\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/tsa-logo.jpg" alt="tsa-logo" width="200" height="145" class="alignnone size-full wp-image-4144" /></div><div class="eightcol last"><a href="http://turtlesurvival.org/" target="_blank"><h4>Turtle Survival Alliance</h4></a>The Turtle Survival Alliance (TSA) is an action oriented global partnership that is committed to zero turtle extinctions in the 21st century.</div>\r\n</div>\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zaa.jpg" alt="zaa" width="240" height="215" class="alignnone size-full wp-image-4145" /></div><div class="eightcol last"><a href="http://zaa.org/" target="_blank"><h4>Zoological Association of America</h4></a>The Zoological Association of America (ZAA) was formed in February 2005 for the purpose of promoting conservation, preservation, and propagation of animals in both private and public domains.</div>\r\n</div>', 'Conservation Partners', 0, '', 'inherit', 'closed', 'closed', '', '4132-revision-v1', '', '', '2013-11-03 16:40:52', '2013-11-03 21:40:52', '', 4132, 'http://web3.gowebsolutions.com/~aazook/4132-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6327, 2, '2014-08-18 14:28:42', '2014-08-18 19:28:42', 'Zoo Keeper Grants in Zoology, Proposal Guidelines and Instructions\r\n<h4>Purpose</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<div class="hr"></div>\r\n<h4>Qualifications</h4>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are professional\r\nmembers of AAZK, INC. in good standing, are eligible to receive grants. Researchers\r\nother than zoo keepers may participate in the funded studies. The principal\r\ninvestigator, however, must be a keeper/aquarist.\r\n<div class="hr"></div>\r\n<h4>Restrictions</h4>\r\nThe committee will not fund any invasive biological studies, or any study\r\nthat may cause an animal undue or prolonged discomfort or harm.\r\n\r\nAllowable expenses include equipment, supplies and other costs such as library\r\nfees, computer time, etc. Expenses that are not allowed include travel and\r\ntelephone costs, animal purchases and wages for research participants. Grant\r\nrecipients will be reimbursed for research expenses upon presentation of receipts.\r\nOnly in unusual circumstances, and only with Board approval, will grant recipients\r\nbe advanced funds. In such cases, receipts will be required as soon as they\r\nare available. Upon completion of the study, all equipment purchased with\r\nAAZK funds becomes the property of AAZK, Inc. and must be forwarded to the\r\ncommittee unless other arrangements have been approved.\r\n\r\nFailure to comply with any of these regulations may result in the revocation\r\nof the grant at any time.\r\n<div class="hr"></div>\r\n<h4>Grants Committee Chair</h4>\r\n<div class="first sixcol"><img class="aligncenter size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /> Shelly Roach - <em>Columbus Zoo and Aquarium</em></div>\r\n<div class="clear"></div>\r\n<div class="hr"></div>\r\n<h4>Available Grants</h4>\r\n<a class="button" href="http://www.aecetia.net/gws/aazk/committee/grants-committee/grants/">View Available Grants</a>\r\n<h4>Applications</h4>\r\n<a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/CPR-Grant-Application.docx"><i class="icon-download"></i>CPR Grant Application</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Grant.docx">Professional Development Grant</a>\r\n\r\n<a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Research-Grant-Application.docx"><i class="icon-download"></i>Research Grant Application</a>', 'Grants Committee', 0, '', 'inherit', 'closed', 'closed', '', '163-revision-v1', '', '', '2014-08-18 14:28:42', '2014-08-18 19:28:42', '', 163, 'https://www.aazk.org/163-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5511, 2, '2014-02-05 13:17:29', '2014-02-05 18:17:29', '<h4>Periodicals</h4>\r\n<h6>"Enrichment Options"</h6>\r\nA regular column featuring brief descriptions of ideas published monthly in the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/">Animal Keepers\' Forum</a>. Published by the American Association of Zoo Keepers, Inc.\r\n\r\nAAZK Administrative Office\r\nShane Good, Editor\r\n8476 E. Speedway Blvd.\r\n\r\nSuite 204\r\nTucson, AZ  85710-1728\r\n<strong>phone:</strong> (520) 298-9688\r\n<strong>fax:</strong> (520) 298-9688\r\n<strong>email:</strong> <a href="http://Shane.Good@aecetia.net/gws/aazk"><span style="text-decoration: underline;">Shane.Good@aecetia.net/gws/aazk</span></a>\r\n<strong>website:</strong> <a href="http://www.aecetia.net/gws/aazk">http://www.aecetia.net/gws/aazk</a>\r\n<h6>"The Shape of Enrichment" Newsletter</h6>\r\nA newsletter devoted entirely to enrichment of captive wild animals - everything from short blurbs to full length articles, pictures, and more! Published by The Shape of Enrichment, Inc.\r\n\r\nVal Hare and Karen Worley, editors\r\n1650 Minden Drive\r\nSan Diego, CA 92111\r\n<strong>phone:</strong> (619)270-4273\r\n<strong>fax: </strong>(619)279-4208\r\n<strong>e-mail:</strong> <a href="mailto:shape@enrichment.org">shape@enrichment.org</a>\r\n<strong>website:</strong> <a href="http://www.enrichment.org" target="blank">www.enrichment.org</a>\r\n<div class="hr"></div>\r\n<h4>Books</h4>\r\nSecond Nature: Environmental Enrichment for Captive Animals\r\nEds. David J. Shepherdson, Jill Mellen and Michael Hutchins.\r\n\r\nTo order, call Smithsonian 1-800-782-4612\r\nISBN # 1-56098-745-6.\r\n<div class="hr"></div>\r\n<h4>Articles in Print</h4>\r\n<em>Coming Soon!</em>\r\n<div class="hr"></div>\r\n<h4>Citations from Text</h4>\r\n<h6>Bekoff, Mark (1989) "Predators".</h6>\r\n<em>The encyclopedia of animal behavior</em>\r\nPeter J.B. Slater, ed. New York: 22-29.\r\n<h6>Bloomsmith, Mollie A.; Brent, Linda Y.; Schapiro, Steven J.(1991).</h6>\r\n<em>Guidelines for developing and managing an environmental enrichment program for nonhuman primates</em>\r\nLaboratory Animal Science, 41 (4):372-377.\r\n<h6>Brigham, David (1997).</h6>\r\n<em>Time out for good behavior</em>\r\nWildlife Conservation Sept/Oct: 64-65.\r\n<h6>Edmunds, Malcom; Edmunds, Janet (1989).</h6>\r\n<em>"Prey Defense"</em>\r\nThe encyclopedia Of animal behavior\r\nPeter J.B. Slater, ed. New York: 32-39.\r\n<h6>Forthman, Debra L.; Ogden, Jacqueline J. (1992).</h6>\r\n<em>The role of applied Behavior analysis in zoo management: today and tomorrow</em>\r\nJournal Of Applied Behavior Analysis, 25: 647-652.\r\n<h6>Forthman-Quick, Debra (1984).</h6>\r\n<em>An integrative approach to environmental engineering in zoos</em>\r\nZoo Biology, 3: 65-77.\r\n<h6>Kreger, Michael D; Hutchins, Michael; Fascione, Nina (1998).\r\n<em>Context, Ethics and environmental enrichment in zoos and aquariums</em>\r\nSecond Nature.</h6>\r\n<h6>Luoma, Jon R. (1987).</h6>\r\n<em>A crowded ark: The roles of zoos in wildlife conservation</em>\r\nHaughton Mifflin Co.\r\n<h6>Poole, T.B. (1997).</h6>\r\n<em>Environmental enrichment for captive vertebrates</em>\r\nTopics In Captive Wild Animal Husbandry\r\nProceedings Of Symposium 12 Of The Association Of British Wild Animal Keepers, Chesington: 23-31.\r\n<h6>Reinhardt, Viktor (1993).</h6>\r\n<em>Enticing nonhuman primates to forage for their standard biscuit ration</em>\r\nZoo Biology, 12:307-312.\r\n<h6>Shepherdson, David (1992a).</h6>\r\n<em>Environmental enrichment: an overview</em>\r\nAmerican Association Of Zoological Parks And Aquariums Annual Conference Proceedings: 100-103.\r\n<h6>Shepherdson, David (1992b)</h6>\r\n<em>An introduction to behavioral enrichment</em>\r\nNortheast Regional American Zoo And Aquarium Association Conference, hands-on workshop notes.\r\n<h6>Tudge, Colin (1992).</h6>\r\n<em>Last Animals At The Zoo: How Mass Extinction Can Be Stopped</em>\r\nWashington D.C., Island Press.', 'Printed Resources', 0, '', 'inherit', 'closed', 'closed', '', '309-revision-v1', '', '', '2014-02-05 13:17:29', '2014-02-05 18:17:29', '', 309, 'https://www.aazk.org/309-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4796, 1, '2013-12-04 20:08:55', '2013-12-05 01:08:55', '[pmpro_levels]', 'Test Shop', 0, '', 'inherit', 'closed', 'closed', '', '4793-revision-v1', '', '', '2013-12-04 20:08:55', '2013-12-05 01:08:55', '', 4793, 'https://www.aazk.org/4793-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4492, 1, '2013-11-06 16:40:46', '2013-11-06 21:40:46', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/acklogo1.jpg" alt="acklogo" width="190" height="197" class="alignnone size-full wp-image-4133" /></div><div class="eightcol last"><a href="http://www.actionforcheetahs.org/" target="_blank"><h4>\r\nAction for Cheetahs in Kenya</h4></a>ACK aims to promote the conservation of cheetahs through research, awareness and community participation in Kenya.</div>\r\n</div>\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/abma.jpg" alt="abma" width="194" height="121" class="alignnone size-full wp-image-4134" /></div><div class="eightcol last"><a href="http://www.theabma.org/" target="_blank"><h4>\r\nAnimal Behavior Management Alliance (ABMA)</h4></a>The mission of the Animal Behavior Management Alliance is to advance animal behavior management in order to enhance the Husbandry and welfare of animals.</div>\r\n</div>\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/aza.gif" alt="aza" width="150" height="47" class="alignnone size-full wp-image-4135" /></div><div class="eightcol last"><a href="http://www.aza.org/" target="_blank"><h4>Association of Zoos & Aquariums (AZA)</h4></a>Founded in 1924, AZA supports membership excellence in conservation, education, science, and research.</div>\r\n</div>\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/icz.jpg" alt="icz" width="175" height="132" class="alignnone size-full wp-image-4136" /></div><div class="eightcol last"><a href="http://www.iczoo.org/" target="_blank"><h4>International Congress of Zookeepers (ICZ)</h4></a>The ICZ (International Congress of Zookeeping) will build a worldwide network among zookeepers and other professionals in the field of wildlife care and conservation. This exchange of experience and knowledge will improve the professionalism of zookeepers</div>\r\n</div>\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/irf.jpg" alt="irf" width="240" height="156" class="alignnone size-full wp-image-4137" /></div><div class="eightcol last"><a href="http://www.rhinos.org/" target="_blank"><h4>International Rhino Foundation</h4></a>The International Rhino Foundation (IRF) is dedicated to the survival of the world’s rhino species through conservation and research.</div>\r\n</div>\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lewa2.jpg" alt="lewa" width="175" height="172" class="alignnone size-full wp-image-4138" /></div><div class="eightcol last"><a href="http://www.lewa.org/" target="_blank"><h4>Lewa Wildlife Conservancy</h4></a>Lewa Wildlife Conservancy</div>\r\n</div>\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/pbi.jpg" alt="pbi" width="165" height="129" class="alignnone size-full wp-image-4139" /></div><div class="eightcol last"><a href="http://www.polarbearsinternational.org/" target="_blank"><h4>Polar Bears International</h4></a>Polar Bears International is a nonprofit organization dedicated to the worldwide conservation of the polar bear.</div>\r\n</div>\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/red_panda_logo.jpg" alt="red_panda_logo" width="250" height="71" class="alignnone size-full wp-image-4140" /></div><div class="eightcol last"><a href="http://redpandanetwork.org/" target="_blank"><h4>Red Panda Network</h4></a>The Red Panda Network is committed to the conservation of wild red pandas and their habitat through the education and empowerment of local communities.</div>\r\n</div>\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/savenature.jpg" alt="savenature" width="200" height="61" class="alignnone size-full wp-image-4141" /></div><div class="eightcol last"><a href="http://savenature.org/" target="_blank"><h4>Savenature.org</h4></a></div>Savenature.org is committed to inspiring participation and awareness in the preservation of fragile ecosystems by providing opportunities for personal direct action to save the diversity of life on Earth.\r\n</div>\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/menu_sfw_logo.gif" alt="menu_sfw_logo" width="187" height="41" class="alignnone size-full wp-image-4142" /></div><div class="eightcol last"><a href="http://www.montereybayaquarium.org/cr/seafoodwatch.aspx" target="_blank"><h4>Seafood Watch Program</h4></a>The Monterey Bay Aquarium Seafood Watch program helps consumers and businesses make choices for healthy oceans. Our recommendations indicate which seafood items are "Best Choices," "Good Alternatives," and which ones you should "Avoid."</div>\r\n</div>\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/snow_leopard_trust.gif" alt="snow_leopard_trust" width="169" height="144" class="alignnone size-full wp-image-4143" /></div><div class="eightcol last"><a href="http://www.snowleopard.org/" target="_blank"><h4>Snow Leopard Trust</h4></a>Founded in 1981, the Snow Leopard Trust is the world\'s leading authority on the study and protection of the endangered snow leopard.</div>\r\n</div>\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/tsa-logo.jpg" alt="tsa-logo" width="200" height="145" class="alignnone size-full wp-image-4144" /></div><div class="eightcol last"><a href="http://turtlesurvival.org/" target="_blank"><h4>Turtle Survival Alliance</h4></a>The Turtle Survival Alliance (TSA) is an action oriented global partnership that is committed to zero turtle extinctions in the 21st century.</div>\r\n</div>\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zaa.jpg" alt="zaa" width="240" height="215" class="alignnone size-full wp-image-4145" /></div><div class="eightcol last"><a href="http://zaa.org/" target="_blank"><h4>Zoological Association of America</h4></a>The Zoological Association of America (ZAA) was formed in February 2005 for the purpose of promoting conservation, preservation, and propagation of animals in both private and public domains.</div>\r\n</div>', 'Conservation Partners', 0, '', 'inherit', 'closed', 'closed', '', '4132-autosave-v1', '', '', '2013-11-06 16:40:46', '2013-11-06 21:40:46', '', 4132, 'http://web3.gowebsolutions.com/~aazook/4132-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4795, 1, '2013-12-04 20:00:50', '2013-12-05 01:00:50', '[gravityform id="10" name="test" title="false" description="false"]', 'Test Shop', 0, '', 'inherit', 'closed', 'closed', '', '4793-revision-v1', '', '', '2013-12-04 20:00:50', '2013-12-05 01:00:50', '', 4793, 'https://www.aazk.org/4793-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4942, 3, '2014-01-03 09:54:02', '2014-01-03 14:54:02', 'The Toledo Zoo is looking for a keeper to be an integral part of the elephant program.  Applicant must have 2 years paid elephant experience with proven abilities to work elephant in PC appropriately. The Toledo Zoo’s elephant program manages 0.2 cows, a 1.5 year old calf and a ten year old bull.  In May 2012 the Toledo Zoo completed its expansion of its cow and construction of a new bull facility. The candidate would be responsible for all facets of care for a diversified elephant herd, including care/observation of animals, cleaning/maintenance of exhibits, training/enrichment, and record maintenance.  Requires a high school diploma with paid working experience in a zoo mammal department. Must have 2 years paid elephant experience in PC. Degree in Biology or related field desired. The Toledo Zoo offers a starting rate of $14.96 per hour with incremental increases and an attractive benefits and paid time off package.\r\n\r\nMust have a valid driver’s license and be insurable by the Zoo’s fleet insurance carrier.  The Toledo Zoo is an Equal Opportunity Employer and drug/alcohol free workplace. Position will remain open until filled.\r\n\r\nPlease submit resumes to Julie Mutsko, Recruiting Manager at: resume@toledozoo.org.\r\n', 'Elephant Keeper', 0, '', 'publish', 'closed', 'closed', '', 'elephant-keeper', '', '', '2014-01-03 09:54:02', '2014-01-03 14:54:02', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=4942', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5569, 3, '2014-02-12 14:24:45', '2014-02-12 19:24:45', '<h5>Facility</h5>\r\n<p>The Dancing Horses Theatre</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nMust have some experience handling horses. Basic knowledge of all phases of horsemanship, riding, tacking, grooming, lunging and long lining. If you have a desire to work and learn alongside professional horse trainers, and gain experience in dressage, free style and theatrical entertainment styles, this is the position for you! This will give you an opportunity to perform in a live equestrian horse production. A 6-month commitment is preferred, starting in April 2014 or sooner.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n$50.00 a week stipend with housing, and free laundry facility is provided\r\n<h6>Application instructions</h6>\r\nPlease contact us directly by email. info@animalgardens.com\r\nprovide your resume and I will email you all the details.\r\n\r\n', 'Equine Internships', 0, '', 'publish', 'closed', 'closed', '', 'equine-internships', '', '', '2014-02-12 14:24:45', '2014-02-12 19:24:45', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5569', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4887, 3, '2013-12-12 12:15:53', '2013-12-12 17:15:53', 'The Phoenix Zoo is currently seeking a Trail Experiences Coordinator who will develop dynamic science-based and interpretive content for interpretive stations throughout the Zoo as well as managing the adult and teen volunteers that facilitate them. Phoenix Zoo interpretation areas include Monkey Village, Giraffe Encounter, Petting Zoo, Stingray Bay and several creature features throughout the zoo. The Trail Experience Coordinator will work under the guidance of the Manager of Trail Experiences to recruit, train, mentor and evaluate team members, as well as serving as a liaison to the Volunteer Behavioral Enrichment Team. \r\n\r\nMinimum qualifications for this position include at least 2 years’ experience with informal interpretation programs, one year working with volunteers and teens, and extensive knowledge about ecology, conservation and biology with a preference for a candidate with a degree in one of those areas. This position involves a great deal of interaction, the ideal candidate will  possess strong public speaking skills, and will be personable, responsible, energetic, and knowledgeable about the Zoo’s exhibits. This position requires that you be available to work any day of the week, including weekends, holidays and special events. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual Tb testing and a valid driver’s license.\r\n\r\nThis position has a starting hourly wage of $11.73 - $13.20 DOE with a generous benefits package that includes 4 weeks of paid vacation/year, medical/dental/vision insurance, 401(k) with company match, and many other perks that come along with being a Phoenix Zoo employee.\r\n\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=598&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1\r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Trail Experiences Coordinator', 0, '', 'publish', 'closed', 'closed', '', 'trail-experiences-coordinator', '', '', '2013-12-12 12:15:53', '2013-12-12 17:15:53', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=4887', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6357, 2, '2014-08-19 11:48:19', '2014-08-19 16:48:19', '<h3>Committees</h3>\r\nDedicated to professional animal care, the vision of AAZK is to provide resources for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function please log in to the Members Only Page and open the Committees and Program tab.\r\n<div class="first sixcol">\r\n<h4><i class="left icon-trophy"></i> Awards Committee</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards’ criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award’s recipients each year at the National Conference.\r\n<div class="hr"></div>\r\n<h4><i class="left icon-lamp"></i> Behavioral Husbandry Committee</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<div class="hr"></div>\r\n<h4><i class="left icon-mic"></i> Communication Committee</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership. The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n<div class="hr"></div>\r\n<h4><i class="left icon-heart"></i> Conservation Committee</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h4><i class="left icon-doc-text-inv"></i> Ethics Committee</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n<div class="hr"></div>\r\n<h4><i class="left icon-chart-bar"></i> Grants Committee</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<div class="hr"></div>\r\n<h4><i class="left icon-graduation-cap"></i> Professional Development Committee</h4>\r\nAAZK’s Professional Development Committee’s mission is to provide a resource for National AAZK members to explore continuing education opportunities. Our goal is concentrate on continuing education through online training courses and conference workshops. Online courses can be found at the <a href="http://sdzglobalacademy.org/courses.html" target="_blank">San Diego Zoo Global Academy courses</a>. Over 200 self-directed courses are offered. Conferences are held annually and delegates are provided with paper presentations, posters sessions, and a variety of workshops to meet everyone’s needs. Workshops can be lecture based or hands on.\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<h3>Programs</h3>\r\nDedicated to professional animal care, the vision of AAZK is to provide resources through internal, national and international Programs. Our Programs are developed to further this vision. To learn about AAZK Programs please click on one of the links below.\r\n<div class="first sixcol">\r\n<h4><i class="left icon-users"></i> Bylaws Program</h4>\r\nThe Program Manager annually reviews the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. When developing new Bylaws, the Program expands to a Member Committee consisting of five members, two of which shall be member of the Board of Directors. (If you would like a copy of the Association’s Bylaws please <a href="http://www.aecetia.net/gws/aazk/contact/">contact</a> the Administrative Office.)\r\n<div class="hr"></div>\r\n<h4><i class="left icon-globe"></i> International Congress of Zoo Keepers Program</h4>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h4><i class="left icon-star"></i> National Zoo Keeper Week Program</h4>\r\nAs the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n<div class="hr"></div>\r\n<h4><i class="left icon-leaf"></i> Trees for You and Me Program</h4>\r\nTrees for You &amp; Me is an annual AAZK Chapter competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. Every year, the effort has a local focus.  AAZK believes drawing attention to the benefits of urban tree-planting and tropical reforestation and has partnered with Polar Bears International to develop the associated educational programming and awareness such events create.\r\n\r\n</div>', 'Committees and Programs', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2014-08-19 11:48:19', '2014-08-19 16:48:19', '', 12, 'https://www.aazk.org/12-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4152, 1, '2013-11-04 10:32:50', '2013-11-04 15:32:50', '', 'Institutional Members', 0, '', 'publish', 'closed', 'closed', '', 'institutional-members', '', '', '2013-11-06 23:04:17', '2013-11-07 04:04:17', '', 0, 'http://web3.gowebsolutions.com/~aazook/?page_id=4152', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4153, 1, '2013-11-04 10:32:50', '2013-11-04 15:32:50', '', 'Institutional Members', 0, '', 'inherit', 'closed', 'closed', '', '4152-revision-v1', '', '', '2013-11-04 10:32:50', '2013-11-04 15:32:50', '', 4152, 'http://web3.gowebsolutions.com/~aazook/4152-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4154, 1, '2013-11-04 10:44:39', '2013-11-04 15:44:39', '<a href="http://www.birminghamzoo.com/" target="_blank">Birmingham Zoo</a>\r\n2630 Cahaba Road\r\nBirmingham, AL 35223	\r\n(205) 879-0409', 'Birmingham Zoo', 0, '', 'publish', 'closed', 'closed', '', 'birmingham-zoo', '', '', '2013-11-04 10:46:51', '2013-11-04 15:46:51', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4154', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4155, 1, '2013-11-04 10:44:39', '2013-11-04 15:44:39', '<a href="http://www.birminghamzoo.com/" target="_blank">Birmingham Zoo</a>\r\n2630 Cahaba Road\r\nBirmingham, AL 35223	\r\n(205) 879-0409', 'Birmingham Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4154-revision-v1', '', '', '2013-11-04 10:44:39', '2013-11-04 15:44:39', '', 4154, 'http://web3.gowebsolutions.com/~aazook/4154-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4156, 1, '2013-11-04 10:46:39', '2013-11-04 15:46:39', '', 'birmingham', 0, '', 'inherit', 'closed', 'closed', '', 'birmingham-2', '', '', '2013-11-04 10:46:39', '2013-11-04 15:46:39', '', 4154, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/birmingham1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4157, 1, '2013-11-04 10:48:42', '2013-11-04 15:48:42', '<a href="http://www.tigersfortomorrow.org/" target="_blank">Tigers for Tomorrow</a>\r\n708 Country Road 345\r\nAttalla, AL 35954	\r\n(256) 524-4150', 'Tigers for Tomorrow', 0, '', 'publish', 'closed', 'closed', '', 'tigers-for-tomorrow', '', '', '2013-11-04 10:48:42', '2013-11-04 15:48:42', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4157', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4158, 1, '2013-11-04 10:48:42', '2013-11-04 15:48:42', '<a href="http://www.tigersfortomorrow.org/" target="_blank">Tigers for Tomorrow</a>\r\n708 Country Road 345\r\nAttalla, AL 35954	\r\n(256) 524-4150', 'Tigers for Tomorrow', 0, '', 'inherit', 'closed', 'closed', '', '4157-revision-v1', '', '', '2013-11-04 10:48:42', '2013-11-04 15:48:42', '', 4157, 'http://web3.gowebsolutions.com/~aazook/4157-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4159, 1, '2013-11-04 10:48:56', '2013-11-04 15:48:56', '', 'tigersfortomorrow', 0, '', 'inherit', 'closed', 'closed', '', 'tigersfortomorrow', '', '', '2013-11-04 10:48:56', '2013-11-04 15:48:56', '', 4157, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/tigersfortomorrow.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4160, 1, '2013-11-04 10:54:44', '2013-11-04 15:54:44', '<a href="http://www.desertmuseum.org/" target="_blank">Arizona Sonoran Desert Museum</a>\r\n2021 North Kinney Road\r\nTucson, AZ 85743	\r\nUS\r\n520-883-2702', 'Arizona Sonoran Desert Museum', 0, '', 'publish', 'closed', 'closed', '', 'arizona-sonoran-desert-museum', '', '', '2013-11-04 10:54:53', '2013-11-04 15:54:53', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4160', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4161, 1, '2013-11-04 10:54:39', '2013-11-04 15:54:39', '', 'asdm', 0, '', 'inherit', 'closed', 'closed', '', 'asdm', '', '', '2013-11-04 10:54:39', '2013-11-04 15:54:39', '', 4160, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/asdm.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4162, 1, '2013-11-04 10:54:44', '2013-11-04 15:54:44', '<a href="http://www.desertmuseum.org/" target="_blank">Arizona Sonoran Desert Museum</a>\r\n2021 North Kinney Road\r\nTucson, AZ 85743	\r\nUS\r\n520-883-2702', 'Arizona Sonoran Desert Museum', 0, '', 'inherit', 'closed', 'closed', '', '4160-revision-v1', '', '', '2013-11-04 10:54:44', '2013-11-04 15:54:44', '', 4160, 'http://web3.gowebsolutions.com/~aazook/4160-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4163, 1, '2013-11-04 10:55:27', '2013-11-04 15:55:27', '<a href="http://www.wildwoodwildlifepark.com/" target="_blank">Wildwood Wildlife Park</a>\r\n10094 State Hwy 70 West\r\nMinocqua, WI 54548	\r\n(715) 356-5588', 'Wildwood Wildlife Park', 0, '', 'publish', 'closed', 'closed', '', 'wildwood-wildlife-park', '', '', '2013-11-04 10:56:42', '2013-11-04 15:56:42', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4163', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4164, 1, '2013-11-04 10:55:27', '2013-11-04 15:55:27', '<a href="http://www.wildwoodwildlifepark.com/" target="_blank">Wildwood Wildlife Park</a>\r\n10094 State Hwy 70 West\r\nMinocqua, WI 54548	\r\n(715) 356-5588', 'Wildwood Wildlife Park', 0, '', 'inherit', 'closed', 'closed', '', '4163-revision-v1', '', '', '2013-11-04 10:55:27', '2013-11-04 15:55:27', '', 4163, 'http://web3.gowebsolutions.com/~aazook/4163-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4165, 1, '2013-11-04 10:56:18', '2013-11-04 15:56:18', '<a href="http://www.newzoo.org/" target="_blank">Northeastern Wisconsin Zoo</a>\r\n4418 Reforestation Road\r\nGreen Bay, WI 54313	\r\nUS\r\n920-434-7841', 'Northeastern Wisconsin Zoo', 0, '', 'publish', 'closed', 'closed', '', 'northeastern-wisconsin-zoo', '', '', '2013-11-04 10:56:18', '2013-11-04 15:56:18', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4165', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4166, 1, '2013-11-04 10:56:10', '2013-11-04 15:56:10', '', 'northeastern_wisconsin', 0, '', 'inherit', 'closed', 'closed', '', 'northeastern_wisconsin', '', '', '2013-11-04 10:56:10', '2013-11-04 15:56:10', '', 4165, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/northeastern_wisconsin.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4167, 1, '2013-11-04 10:56:18', '2013-11-04 15:56:18', '<a href="http://www.newzoo.org/" target="_blank">Northeastern Wisconsin Zoo</a>\r\n4418 Reforestation Road\r\nGreen Bay, WI 54313	\r\nUS\r\n920-434-7841', 'Northeastern Wisconsin Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4165-revision-v1', '', '', '2013-11-04 10:56:18', '2013-11-04 15:56:18', '', 4165, 'http://web3.gowebsolutions.com/~aazook/4165-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4168, 1, '2013-11-04 10:56:34', '2013-11-04 15:56:34', '', 'wwp', 0, '', 'inherit', 'closed', 'closed', '', 'wwp', '', '', '2013-11-04 10:56:34', '2013-11-04 15:56:34', '', 4163, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/wwp.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4170, 1, '2013-11-04 10:57:14', '2013-11-04 15:57:14', '<a href="http://www.milwaukeezoo.org/" target="_blank">Milwaukee County Zoo</a>\r\n10001 W Bluemound Rd\r\nMilwaukee, WI 53226	\r\nUS\r\n414-771-3040', 'Milwaukee County Zoo', 0, '', 'publish', 'closed', 'closed', '', 'milwaukee-county-zoo', '', '', '2013-11-04 10:57:14', '2013-11-04 15:57:14', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4170', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4171, 1, '2013-11-04 10:57:05', '2013-11-04 15:57:05', '', 'milwaukee', 0, '', 'inherit', 'closed', 'closed', '', 'milwaukee-2', '', '', '2013-11-04 10:57:05', '2013-11-04 15:57:05', '', 4170, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/milwaukee.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4172, 1, '2013-11-04 10:57:14', '2013-11-04 15:57:14', '<a href="http://www.milwaukeezoo.org/" target="_blank">Milwaukee County Zoo</a>\r\n10001 W Bluemound Rd\r\nMilwaukee, WI 53226	\r\nUS\r\n414-771-3040', 'Milwaukee County Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4170-revision-v1', '', '', '2013-11-04 10:57:14', '2013-11-04 15:57:14', '', 4170, 'http://web3.gowebsolutions.com/~aazook/4170-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4173, 1, '2013-11-04 10:57:37', '2013-11-04 15:57:37', '<a href="http://www.vilaszoo.org/" target="_blank">Henry Vilas Zoo</a>\r\n702 S Randall Avenue\r\nMadison, WI 53715	\r\nUS\r\n608-266-4732', 'Henry Vilas Zoo', 0, '', 'publish', 'closed', 'closed', '', 'henry-vilas-zoo', '', '', '2013-11-04 10:57:41', '2013-11-04 15:57:41', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4173', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4174, 1, '2013-11-04 10:57:33', '2013-11-04 15:57:33', '', 'henry_villas', 0, '', 'inherit', 'closed', 'closed', '', 'henry_villas', '', '', '2013-11-04 10:57:33', '2013-11-04 15:57:33', '', 4173, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/henry_villas.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4175, 1, '2013-11-04 10:57:37', '2013-11-04 15:57:37', '<a href="http://www.vilaszoo.org/" target="_blank">Henry Vilas Zoo</a>\r\n702 S Randall Avenue\r\nMadison, WI 53715	\r\nUS\r\n608-266-4732', 'Henry Vilas Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4173-revision-v1', '', '', '2013-11-04 10:57:37', '2013-11-04 15:57:37', '', 4173, 'http://web3.gowebsolutions.com/~aazook/4173-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4176, 1, '2013-11-04 10:58:51', '2013-11-04 15:58:51', '<a href="http://www.zoo.org/" target="_blank">Woodland Park Zoo</a>\r\n601 N. 59th St. \r\nSeattle, WA 98103	\r\n206-548-2500', 'Woodland Park Zoo', 0, '', 'publish', 'closed', 'closed', '', 'woodland-park-zoo', '', '', '2013-11-04 10:59:02', '2013-11-04 15:59:02', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4176', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4177, 1, '2013-11-04 10:58:51', '2013-11-04 15:58:51', '<a href="http://www.zoo.org/" target="_blank">Woodland Park Zoo</a>\r\n601 N. 59th St. \r\nSeattle, WA 98103	\r\n206-548-2500', 'Woodland Park Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4176-revision-v1', '', '', '2013-11-04 10:58:51', '2013-11-04 15:58:51', '', 4176, 'http://web3.gowebsolutions.com/~aazook/4176-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4178, 1, '2013-11-04 10:58:59', '2013-11-04 15:58:59', '', 'woodland_park', 0, '', 'inherit', 'closed', 'closed', '', 'woodland_park', '', '', '2013-11-04 10:58:59', '2013-11-04 15:58:59', '', 4176, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/woodland_park.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4179, 1, '2013-11-04 10:59:43', '2013-11-04 15:59:43', '<a href="http://www.pdza.org/" target="_blank">Point Defiance Zoo & Aquarium</a>\r\n5400 N. Pearl St\r\nTacoma, WA 98407	\r\nUS\r\n253-591-5337', 'Point Defiance Zoo & Aquarium', 0, '', 'publish', 'closed', 'closed', '', 'point-defiance-zoo-aquarium', '', '', '2013-11-04 10:59:43', '2013-11-04 15:59:43', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4179', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4180, 1, '2013-11-04 10:59:34', '2013-11-04 15:59:34', '', 'point_defiance', 0, '', 'inherit', 'closed', 'closed', '', 'point_defiance-2', '', '', '2013-11-04 10:59:34', '2013-11-04 15:59:34', '', 4179, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/point_defiance.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4181, 1, '2013-11-04 10:59:43', '2013-11-04 15:59:43', '<a href="http://www.pdza.org/" target="_blank">Point Defiance Zoo & Aquarium</a>\r\n5400 N. Pearl St\r\nTacoma, WA 98407	\r\nUS\r\n253-591-5337', 'Point Defiance Zoo & Aquarium', 0, '', 'inherit', 'closed', 'closed', '', '4179-revision-v1', '', '', '2013-11-04 10:59:43', '2013-11-04 15:59:43', '', 4179, 'http://web3.gowebsolutions.com/~aazook/4179-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4182, 1, '2013-11-04 11:00:19', '2013-11-04 16:00:19', '<a href="http://www.cougarmountainzoo.org/" target="_blank">Cougar Mountain Zoo</a>\r\n19525 SE 54th\r\nIssaquah, WA 98027	\r\nUS\r\n425-391-5508', 'Cougar Mountain Zoo', 0, '', 'publish', 'closed', 'closed', '', 'cougar-mountain-zoo', '', '', '2013-11-04 11:00:19', '2013-11-04 16:00:19', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4182', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4183, 1, '2013-11-04 11:00:09', '2013-11-04 16:00:09', '', 'cougar_mountain_zoo', 0, '', 'inherit', 'closed', 'closed', '', 'cougar_mountain_zoo', '', '', '2013-11-04 11:00:09', '2013-11-04 16:00:09', '', 4182, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/cougar_mountain_zoo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4184, 1, '2013-11-04 11:00:19', '2013-11-04 16:00:19', '<a href="http://www.cougarmountainzoo.org/" target="_blank">Cougar Mountain Zoo</a>\r\n19525 SE 54th\r\nIssaquah, WA 98027	\r\nUS\r\n425-391-5508', 'Cougar Mountain Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4182-revision-v1', '', '', '2013-11-04 11:00:19', '2013-11-04 16:00:19', '', 4182, 'http://web3.gowebsolutions.com/~aazook/4182-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4185, 1, '2013-11-04 11:01:04', '2013-11-04 16:01:04', '<a href="http://www.virginiazoo.org/" target="_blank">Virginia Zoo</a>\r\n3500 N. Granby Street\r\nNorfolk, VA 23504	\r\n(757) 441-2374', 'Virginia Zoo', 0, '', 'publish', 'closed', 'closed', '', 'virginia-zoo', '', '', '2013-11-04 11:01:04', '2013-11-04 16:01:04', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4185', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4186, 1, '2013-11-04 11:00:51', '2013-11-04 16:00:51', '', 'virginiazoo', 0, '', 'inherit', 'closed', 'closed', '', 'virginiazoo', '', '', '2013-11-04 11:00:51', '2013-11-04 16:00:51', '', 4185, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/virginiazoo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4187, 1, '2013-11-04 11:01:04', '2013-11-04 16:01:04', '<a href="http://www.virginiazoo.org/" target="_blank">Virginia Zoo</a>\r\n3500 N. Granby Street\r\nNorfolk, VA 23504	\r\n(757) 441-2374', 'Virginia Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4185-revision-v1', '', '', '2013-11-04 11:01:04', '2013-11-04 16:01:04', '', 4185, 'http://web3.gowebsolutions.com/~aazook/4185-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4188, 1, '2013-11-04 11:01:44', '2013-11-04 16:01:44', '<a href="http://virginiasafaripark.com/" target="_blank">Virginia Safari Park</a>\r\n229 Safari Lane\r\nNatural Bridge, VA 24578	\r\n(540) 291-3205', 'Virginia Safari Park', 0, '', 'publish', 'closed', 'closed', '', 'virginia-safari-park', '', '', '2013-11-04 11:01:44', '2013-11-04 16:01:44', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4188', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4189, 1, '2013-11-04 11:01:41', '2013-11-04 16:01:41', '', 'virginiasafari', 0, '', 'inherit', 'closed', 'closed', '', 'virginiasafari', '', '', '2013-11-04 11:01:41', '2013-11-04 16:01:41', '', 4188, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/virginiasafari.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4190, 1, '2013-11-04 11:01:44', '2013-11-04 16:01:44', '<a href="http://virginiasafaripark.com/" target="_blank">Virginia Safari Park</a>\r\n229 Safari Lane\r\nNatural Bridge, VA 24578	\r\n(540) 291-3205', 'Virginia Safari Park', 0, '', 'inherit', 'closed', 'closed', '', '4188-revision-v1', '', '', '2013-11-04 11:01:44', '2013-11-04 16:01:44', '', 4188, 'http://web3.gowebsolutions.com/~aazook/4188-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4191, 1, '2013-11-04 11:02:42', '2013-11-04 16:02:42', '<a href="http://www.restonzoo.com" target="_blank">Reston Zoo</a>\r\n1228 Hunter Mill Road\r\nReston, VA 22182	\r\n(703) 757-6222', 'Reston Zoo', 0, '', 'publish', 'closed', 'closed', '', 'reston-zoo', '', '', '2013-11-04 11:02:42', '2013-11-04 16:02:42', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4191', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4192, 1, '2013-11-04 11:02:33', '2013-11-04 16:02:33', '', 'restonzoo', 0, '', 'inherit', 'closed', 'closed', '', 'restonzoo', '', '', '2013-11-04 11:02:33', '2013-11-04 16:02:33', '', 4191, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/restonzoo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4193, 1, '2013-11-04 11:02:42', '2013-11-04 16:02:42', '<a href="http://www.restonzoo.com" target="_blank">Reston Zoo</a>\r\n1228 Hunter Mill Road\r\nReston, VA 22182	\r\n(703) 757-6222', 'Reston Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4191-revision-v1', '', '', '2013-11-04 11:02:42', '2013-11-04 16:02:42', '', 4191, 'http://web3.gowebsolutions.com/~aazook/4191-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4194, 1, '2013-11-04 11:03:56', '2013-11-04 16:03:56', '<a href="http://www.tigercreek.org/" target="_blank">Tiger Creek Wildlife Refuge</a>\r\n17552 FM 14\r\nTyler, TX 75706	\r\nUS\r\n903-858-1008', 'Tiger Creek Wildlife Refuge', 0, '', 'publish', 'closed', 'closed', '', 'tiger-creek-wildlife-refuge', '', '', '2013-11-04 11:03:56', '2013-11-04 16:03:56', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4194', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4195, 1, '2013-11-04 11:03:43', '2013-11-04 16:03:43', '', 'tiger_creek', 0, '', 'inherit', 'closed', 'closed', '', 'tiger_creek', '', '', '2013-11-04 11:03:43', '2013-11-04 16:03:43', '', 4194, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/tiger_creek.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4196, 1, '2013-11-04 11:03:56', '2013-11-04 16:03:56', '<a href="http://www.tigercreek.org/" target="_blank">Tiger Creek Wildlife Refuge</a>\r\n17552 FM 14\r\nTyler, TX 75706	\r\nUS\r\n903-858-1008', 'Tiger Creek Wildlife Refuge', 0, '', 'inherit', 'closed', 'closed', '', '4194-revision-v1', '', '', '2013-11-04 11:03:56', '2013-11-04 16:03:56', '', 4194, 'http://web3.gowebsolutions.com/~aazook/4194-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4197, 1, '2013-11-04 11:04:18', '2013-11-04 16:04:18', '<a href="http://www.tgrexotics.com/" target="_blank">TGR Exotics Wildlife Park</a>\r\n22115 Sherrod Lane\r\nSpring, TX 77389	\r\n281.353.5252', 'TGR Exotics Wildlife Park', 0, '', 'publish', 'closed', 'closed', '', 'tgr-exotics-wildlife-park', '', '', '2014-01-03 16:46:41', '2014-01-03 21:46:41', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4197', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4198, 1, '2013-11-04 11:04:18', '2013-11-04 16:04:18', '<a href="http://www.tgrexotics.com/" target="_blank">TGR Exotics Wildlife Park</a>\r\n22115 Sherrod Lane\r\nSpring, TX 77389	\r\n281.353.5252', 'TGR Exotics Wildlife Park', 0, '', 'inherit', 'closed', 'closed', '', '4197-revision-v1', '', '', '2013-11-04 11:04:18', '2013-11-04 16:04:18', '', 4197, 'http://web3.gowebsolutions.com/~aazook/4197-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4199, 1, '2013-11-04 11:04:48', '2013-11-04 16:04:48', '<a href="http://www.insyncexotics.com/" target="_blank">In Sync Exotics Wildlife Rescue & Education Center</a>\r\nP.O. Box 968\r\nWylie, TX 75098	\r\n972-442-6888', 'In Sync Exotics Wildlife Rescue & Education Center', 0, '', 'publish', 'closed', 'closed', '', 'in-sync-exotics-wildlife-rescue-education-center', '', '', '2013-11-04 11:04:48', '2013-11-04 16:04:48', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4199', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4200, 1, '2013-11-04 11:04:43', '2013-11-04 16:04:43', '', 'insync', 0, '', 'inherit', 'closed', 'closed', '', 'insync', '', '', '2013-11-04 11:04:43', '2013-11-04 16:04:43', '', 4199, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/insync.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4201, 1, '2013-11-04 11:04:48', '2013-11-04 16:04:48', '<a href="http://www.insyncexotics.com/" target="_blank">In Sync Exotics Wildlife Rescue & Education Center</a>\r\nP.O. Box 968\r\nWylie, TX 75098	\r\n972-442-6888', 'In Sync Exotics Wildlife Rescue & Education Center', 0, '', 'inherit', 'closed', 'closed', '', '4199-revision-v1', '', '', '2013-11-04 11:04:48', '2013-11-04 16:04:48', '', 4199, 'http://web3.gowebsolutions.com/~aazook/4199-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4202, 1, '2013-11-04 11:05:22', '2013-11-04 16:05:22', '<a href="http://www.houstonzoo.org/" target="_blank">Houston Zoo</a>\r\n1513 N Macgregor Drive\r\nHouston, TX 77030	\r\nUS\r\n713-533-6801', 'Houston Zoo', 0, '', 'publish', 'closed', 'closed', '', 'houston-zoo', '', '', '2013-11-04 11:05:22', '2013-11-04 16:05:22', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4202', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4203, 1, '2013-11-04 11:05:18', '2013-11-04 16:05:18', '', 'houston_zoo', 0, '', 'inherit', 'closed', 'closed', '', 'houston_zoo', '', '', '2013-11-04 11:05:18', '2013-11-04 16:05:18', '', 4202, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/houston_zoo.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4204, 1, '2013-11-04 11:05:22', '2013-11-04 16:05:22', '<a href="http://www.houstonzoo.org/" target="_blank">Houston Zoo</a>\r\n1513 N Macgregor Drive\r\nHouston, TX 77030	\r\nUS\r\n713-533-6801', 'Houston Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4202-revision-v1', '', '', '2013-11-04 11:05:22', '2013-11-04 16:05:22', '', 4202, 'http://web3.gowebsolutions.com/~aazook/4202-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4205, 1, '2013-11-04 11:06:00', '2013-11-04 16:06:00', '<a href="http://www.frankbuckzoo.com/" target="_blank">Frank Buck Zoo</a>\r\n1000 W. California St. @ IH-35\r\nGainesville, TX 76240	\r\nUS\r\n940-668-4539', 'Frank Buck Zoo', 0, '', 'publish', 'closed', 'closed', '', 'frank-buck-zoo', '', '', '2013-11-04 11:06:00', '2013-11-04 16:06:00', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4205', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4206, 1, '2013-11-04 11:05:54', '2013-11-04 16:05:54', '', 'frank_buck_zoo', 0, '', 'inherit', 'closed', 'closed', '', 'frank_buck_zoo', '', '', '2013-11-04 11:05:54', '2013-11-04 16:05:54', '', 4205, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/frank_buck_zoo.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4207, 1, '2013-11-04 11:06:00', '2013-11-04 16:06:00', '<a href="http://www.frankbuckzoo.com/" target="_blank">Frank Buck Zoo</a>\r\n1000 W. California St. @ IH-35\r\nGainesville, TX 76240	\r\nUS\r\n940-668-4539', 'Frank Buck Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4205-revision-v1', '', '', '2013-11-04 11:06:00', '2013-11-04 16:06:00', '', 4205, 'http://web3.gowebsolutions.com/~aazook/4205-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4208, 1, '2013-11-04 11:06:29', '2013-11-04 16:06:29', '<a href="http://cityoflufkin.com/zoo/" target="_blank">Ellen Trout Zoo</a>\r\n402 Zoo Circle\r\nLufkin, TX 75904	\r\nUS\r\n936-633-0399', 'Ellen Trout Zoo', 0, '', 'publish', 'closed', 'closed', '', 'ellen-trout-zoo', '', '', '2013-11-04 11:06:53', '2013-11-04 16:06:53', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4208', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4209, 1, '2013-11-04 11:06:29', '2013-11-04 16:06:29', '<a href="http://cityoflufkin.com/zoo/" target="_blank">Ellen Trout Zoo</a>\r\n402 Zoo Circle\r\nLufkin, TX 75904	\r\nUS\r\n936-633-0399', 'Ellen Trout Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4208-revision-v1', '', '', '2013-11-04 11:06:29', '2013-11-04 16:06:29', '', 4208, 'http://web3.gowebsolutions.com/~aazook/4208-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4210, 1, '2013-11-04 11:07:16', '2013-11-04 16:07:16', '<a href="http://www.elpasozoo.org/" target="_blank">El Paso Zoo</a>\r\n4001 E. Paisano Drive\r\nEl Paso, TX 79905	\r\nUS\r\n915-521-1850', 'El Paso Zoo', 0, '', 'publish', 'closed', 'closed', '', 'el-paso-zoo', '', '', '2013-11-04 11:07:16', '2013-11-04 16:07:16', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4210', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4211, 1, '2013-11-04 11:06:42', '2013-11-04 16:06:42', '', 'el_paso', 0, '', 'inherit', 'closed', 'closed', '', 'el_paso-2', '', '', '2013-11-04 11:06:42', '2013-11-04 16:06:42', '', 4208, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/el_paso.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4212, 1, '2013-11-04 11:06:50', '2013-11-04 16:06:50', '', 'ellen_trout', 0, '', 'inherit', 'closed', 'closed', '', 'ellen_trout', '', '', '2013-11-04 11:06:50', '2013-11-04 16:06:50', '', 4208, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/ellen_trout.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4213, 1, '2013-11-04 11:07:16', '2013-11-04 16:07:16', '<a href="http://www.elpasozoo.org/" target="_blank">El Paso Zoo</a>\r\n4001 E. Paisano Drive\r\nEl Paso, TX 79905	\r\nUS\r\n915-521-1850', 'El Paso Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4210-revision-v1', '', '', '2013-11-04 11:07:16', '2013-11-04 16:07:16', '', 4210, 'http://web3.gowebsolutions.com/~aazook/4210-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4214, 1, '2013-11-04 11:07:38', '2013-11-04 16:07:38', '<a href="http://www.amarillozoo.org/" target="_blank">Amarillo Zoo</a>\r\n2400 N Polk St\r\nAmarillo, TX 79107	\r\nUS\r\n806-381-7911', 'Amarillo Zoo', 0, '', 'publish', 'closed', 'closed', '', 'amarillo-zoo', '', '', '2013-11-04 11:07:38', '2013-11-04 16:07:38', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4214', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4215, 1, '2013-11-04 11:07:34', '2013-11-04 16:07:34', '', 'amarillo', 0, '', 'inherit', 'closed', 'closed', '', 'amarillo', '', '', '2013-11-04 11:07:34', '2013-11-04 16:07:34', '', 4214, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/amarillo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4216, 1, '2013-11-04 11:07:38', '2013-11-04 16:07:38', '<a href="http://www.amarillozoo.org/" target="_blank">Amarillo Zoo</a>\r\n2400 N Polk St\r\nAmarillo, TX 79107	\r\nUS\r\n806-381-7911', 'Amarillo Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4214-revision-v1', '', '', '2013-11-04 11:07:38', '2013-11-04 16:07:38', '', 4214, 'http://web3.gowebsolutions.com/~aazook/4214-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4217, 1, '2013-11-04 11:08:07', '2013-11-04 16:08:07', '<a href="http://aecetia.net/gws/aazk/links/institutional-members/www.abilenezoo.org" target="_blank">Abilene Zoo</a>\r\n2070 Zoo Lane\r\nAbilene, TX 79602	\r\n325-676-6085', 'Abilene Zoo', 0, '', 'publish', 'closed', 'closed', '', 'abilene-zoo', '', '', '2013-11-04 11:08:07', '2013-11-04 16:08:07', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4217', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4218, 1, '2013-11-04 11:08:03', '2013-11-04 16:08:03', '', 'abilene', 0, '', 'inherit', 'closed', 'closed', '', 'abilene', '', '', '2013-11-04 11:08:03', '2013-11-04 16:08:03', '', 4217, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/abilene.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4219, 1, '2013-11-04 11:08:07', '2013-11-04 16:08:07', '<a href="http://aecetia.net/gws/aazk/links/institutional-members/www.abilenezoo.org" target="_blank">Abilene Zoo</a>\r\n2070 Zoo Lane\r\nAbilene, TX 79602	\r\n325-676-6085', 'Abilene Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4217-revision-v1', '', '', '2013-11-04 11:08:07', '2013-11-04 16:08:07', '', 4217, 'http://web3.gowebsolutions.com/~aazook/4217-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4220, 1, '2013-11-04 11:09:06', '2013-11-04 16:09:06', '<a href="http://www.chattzoo.org/" target="_blank">Chattanooga Zoo</a>\r\n301 North Holtzclaw Avenue\r\nChattanooga, TN 37404	\r\n423.697.1322', 'Chattanooga Zoo', 0, '', 'publish', 'closed', 'closed', '', 'chattanooga-zoo', '', '', '2013-11-04 11:09:06', '2013-11-04 16:09:06', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4220', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4221, 1, '2013-11-04 11:09:02', '2013-11-04 16:09:02', '', 'chatt_zoo', 0, '', 'inherit', 'closed', 'closed', '', 'chatt_zoo', '', '', '2013-11-04 11:09:02', '2013-11-04 16:09:02', '', 4220, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/chatt_zoo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4222, 1, '2013-11-04 11:09:06', '2013-11-04 16:09:06', '<a href="http://www.chattzoo.org/" target="_blank">Chattanooga Zoo</a>\r\n301 North Holtzclaw Avenue\r\nChattanooga, TN 37404	\r\n423.697.1322', 'Chattanooga Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4220-revision-v1', '', '', '2013-11-04 11:09:06', '2013-11-04 16:09:06', '', 4220, 'http://web3.gowebsolutions.com/~aazook/4220-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4223, 1, '2013-11-04 11:09:51', '2013-11-04 16:09:51', '<a href="http://www.brookgreen.org/" target="_blank">Brookgreen Gardens</a>\r\n1931 Brookgreen Dr.\r\nMurrells Inlet, SC 29576	\r\n843-235-6000', 'Brookgreen Gardens', 0, '', 'publish', 'closed', 'closed', '', 'brookgreen-gardens', '', '', '2013-11-04 11:09:51', '2013-11-04 16:09:51', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4223', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4224, 1, '2013-11-04 11:09:40', '2013-11-04 16:09:40', '', 'brookgreen', 0, '', 'inherit', 'closed', 'closed', '', 'brookgreen', '', '', '2013-11-04 11:09:40', '2013-11-04 16:09:40', '', 4223, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/brookgreen.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4225, 1, '2013-11-04 11:09:51', '2013-11-04 16:09:51', '<a href="http://www.brookgreen.org/" target="_blank">Brookgreen Gardens</a>\r\n1931 Brookgreen Dr.\r\nMurrells Inlet, SC 29576	\r\n843-235-6000', 'Brookgreen Gardens', 0, '', 'inherit', 'closed', 'closed', '', '4223-revision-v1', '', '', '2013-11-04 11:09:51', '2013-11-04 16:09:51', '', 4223, 'http://web3.gowebsolutions.com/~aazook/4223-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4226, 1, '2013-11-04 11:10:52', '2013-11-04 16:10:52', '<a href="http://www.eriezoo.org/" target="_blank">Erie Zoo</a>\r\nPO Box 3268\r\nErie, PA 16508	\r\nUS\r\n814-864-4093', 'Erie Zoo', 0, '', 'publish', 'closed', 'closed', '', 'erie-zoo', '', '', '2013-11-04 11:10:52', '2013-11-04 16:10:52', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4226', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4227, 1, '2013-11-04 11:10:49', '2013-11-04 16:10:49', '', 'erie_zoo', 0, '', 'inherit', 'closed', 'closed', '', 'erie_zoo', '', '', '2013-11-04 11:10:49', '2013-11-04 16:10:49', '', 4226, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/erie_zoo.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4228, 1, '2013-11-04 11:10:52', '2013-11-04 16:10:52', '<a href="http://www.eriezoo.org/" target="_blank">Erie Zoo</a>\r\nPO Box 3268\r\nErie, PA 16508	\r\nUS\r\n814-864-4093', 'Erie Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4226-revision-v1', '', '', '2013-11-04 11:10:52', '2013-11-04 16:10:52', '', 4226, 'http://web3.gowebsolutions.com/~aazook/4226-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4229, 1, '2013-11-04 11:11:38', '2013-11-04 16:11:38', '<a href="http://www.wildcathaven.org/" target="_blank">Wildcat Haven</a>\r\nP.O. Box 1071\r\nSherwood, OR 97140	\r\n503.625.0812', 'Wildcat Haven', 0, '', 'publish', 'closed', 'closed', '', 'wildcat-haven', '', '', '2013-11-04 11:11:38', '2013-11-04 16:11:38', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4229', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4230, 1, '2013-11-04 11:11:27', '2013-11-04 16:11:27', '', 'WCH_tagline_09', 0, '', 'inherit', 'closed', 'closed', '', 'wch_tagline_09', '', '', '2013-11-04 11:11:27', '2013-11-04 16:11:27', '', 4229, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/wildcathaven.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4231, 1, '2013-11-04 11:11:38', '2013-11-04 16:11:38', '<a href="http://www.wildcathaven.org/" target="_blank">Wildcat Haven</a>\r\nP.O. Box 1071\r\nSherwood, OR 97140	\r\n503.625.0812', 'Wildcat Haven', 0, '', 'inherit', 'closed', 'closed', '', '4229-revision-v1', '', '', '2013-11-04 11:11:38', '2013-11-04 16:11:38', '', 4229, 'http://web3.gowebsolutions.com/~aazook/4229-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4232, 1, '2013-11-04 11:12:24', '2013-11-04 16:12:24', '<a href="http://www.oregonzoo.org/" target="_blank">Oregon Zoo</a>\r\n4001 SW Canyon Rd. \r\nPortland, OR 97221	\r\n503-226-1561, ext. 0', 'Oregon Zoo', 0, '', 'publish', 'closed', 'closed', '', 'oregon-zoo', '', '', '2013-11-04 11:56:12', '2013-11-04 16:56:12', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4232', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4233, 1, '2013-11-04 11:12:23', '2013-11-04 16:12:23', '', 'oregon_zoo', 0, '', 'inherit', 'closed', 'closed', '', 'oregon_zoo', '', '', '2013-11-04 11:12:23', '2013-11-04 16:12:23', '', 4232, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/oregon_zoo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4234, 1, '2013-11-04 11:12:24', '2013-11-04 16:12:24', '<a href="http://www.oregonzoo.org/" target="_blank">Oregon Zoo</a>\r\n4001 SW Canyon Rd. \r\nPortland, OR 97221	\r\n503-226-1561, ext. 0', 'Oregon Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4232-revision-v1', '', '', '2013-11-04 11:12:24', '2013-11-04 16:12:24', '', 4232, 'http://web3.gowebsolutions.com/~aazook/4232-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4235, 1, '2013-11-04 11:56:19', '2013-11-04 16:56:19', '<a href="http://www.chimps-inc.org/" target="_blank">Chimps Inc.</a>\r\nP.O. Box 6973\r\nBend, OR 97708	\r\nUS\r\n541-385-3372', 'Chimps Inc.', 0, '', 'publish', 'closed', 'closed', '', 'chimps-inc', '', '', '2013-11-04 11:56:19', '2013-11-04 16:56:19', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4235', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4236, 1, '2013-11-04 11:55:57', '2013-11-04 16:55:57', '', 'chimps_inc', 0, '', 'inherit', 'closed', 'closed', '', 'chimps_inc', '', '', '2013-11-04 11:55:57', '2013-11-04 16:55:57', '', 4235, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/chimps_inc.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4237, 1, '2013-11-04 11:56:19', '2013-11-04 16:56:19', '<a href="http://www.chimps-inc.org/" target="_blank">Chimps Inc.</a>\r\nP.O. Box 6973\r\nBend, OR 97708	\r\nUS\r\n541-385-3372', 'Chimps Inc.', 0, '', 'inherit', 'closed', 'closed', '', '4235-revision-v1', '', '', '2013-11-04 11:56:19', '2013-11-04 16:56:19', '', 4235, 'http://web3.gowebsolutions.com/~aazook/4235-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4238, 1, '2013-11-04 11:57:49', '2013-11-04 16:57:49', '<a href="http://www.toledozoo.org/" target="_blank">Toledo Zoo</a>\r\n2 Hippo Way\r\nToledo, OH 43614	\r\nUS\r\n419-385-4040', 'Toledo Zoo', 0, '', 'publish', 'closed', 'closed', '', 'toledo-zoo', '', '', '2013-11-04 11:57:49', '2013-11-04 16:57:49', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4238', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4239, 1, '2013-11-04 11:57:49', '2013-11-04 16:57:49', '<a href="http://www.toledozoo.org/" target="_blank">Toledo Zoo</a>\r\n2 Hippo Way\r\nToledo, OH 43614	\r\nUS\r\n419-385-4040', 'Toledo Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4238-revision-v1', '', '', '2013-11-04 11:57:49', '2013-11-04 16:57:49', '', 4238, 'http://web3.gowebsolutions.com/~aazook/4238-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4240, 1, '2013-11-04 11:58:00', '2013-11-04 16:58:00', '', 'toledo_zoo', 0, '', 'inherit', 'closed', 'closed', '', 'toledo_zoo', '', '', '2013-11-04 11:58:00', '2013-11-04 16:58:00', '', 4238, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/toledo_zoo.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4241, 1, '2013-11-04 11:58:37', '2013-11-04 16:58:37', '<a href="http://columbuszoo.org/" target="_blank">Columbus Zoo</a>\r\n4850 Riverside Drive\r\nPowell, OH 43065	\r\n1-800-Monkeys', 'Columbus Zoo', 0, '', 'publish', 'closed', 'closed', '', 'columbus-zoo', '', '', '2013-11-04 11:58:37', '2013-11-04 16:58:37', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4241', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4242, 1, '2013-11-04 11:58:33', '2013-11-04 16:58:33', '', 'columbus_zoo', 0, '', 'inherit', 'closed', 'closed', '', 'columbus_zoo', '', '', '2013-11-04 11:58:33', '2013-11-04 16:58:33', '', 4241, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/columbus_zoo.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4243, 1, '2013-11-04 11:58:37', '2013-11-04 16:58:37', '<a href="http://columbuszoo.org/" target="_blank">Columbus Zoo</a>\r\n4850 Riverside Drive\r\nPowell, OH 43065	\r\n1-800-Monkeys', 'Columbus Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4241-revision-v1', '', '', '2013-11-04 11:58:37', '2013-11-04 16:58:37', '', 4241, 'http://web3.gowebsolutions.com/~aazook/4241-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4244, 1, '2013-11-04 11:59:04', '2013-11-04 16:59:04', '<a href="http://www.clemetzoo.com/" target="_blank">Cleveland Metroparks Zoo</a>\r\n3900 Wildlife Way\r\nCleveland, OH 44109	\r\n216-661-6500', 'Cleveland Metroparks Zoo', 0, '', 'publish', 'closed', 'closed', '', 'cleveland-metroparks-zoo', '', '', '2013-11-04 11:59:19', '2013-11-04 16:59:19', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4244', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4245, 1, '2013-11-04 11:59:00', '2013-11-04 16:59:00', '', 'cleveland_metroparks', 0, '', 'inherit', 'closed', 'closed', '', 'cleveland_metroparks', '', '', '2013-11-04 11:59:00', '2013-11-04 16:59:00', '', 4244, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/cleveland_metroparks.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4246, 1, '2013-11-04 11:59:04', '2013-11-04 16:59:04', '<a href="http://www.clemetzoo.com/" target="_blank">Cleveland Metroparks Zoo</a>\r\n3900 Wildlife Way\r\nCleveland, OH 44109	\r\n216-661-6500', 'Cleveland Metroparks Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4244-revision-v1', '', '', '2013-11-04 11:59:04', '2013-11-04 16:59:04', '', 4244, 'http://web3.gowebsolutions.com/~aazook/4244-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4247, 1, '2013-11-04 12:00:05', '2013-11-04 17:00:05', '<a href="http://uticazoo.org/" target="_blank">Utica Zoo</a>\r\n99 Steele Hill Road\r\nUtica, NY 13501	\r\n(315) 738-0472', 'Utica Zoo', 0, '', 'publish', 'closed', 'closed', '', 'utica-zoo', '', '', '2013-11-04 12:00:05', '2013-11-04 17:00:05', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4247', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4248, 1, '2013-11-04 11:59:55', '2013-11-04 16:59:55', '', 'utica', 0, '', 'inherit', 'closed', 'closed', '', 'utica', '', '', '2013-11-04 11:59:55', '2013-11-04 16:59:55', '', 4247, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/utica.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4249, 1, '2013-11-04 12:00:05', '2013-11-04 17:00:05', '<a href="http://uticazoo.org/" target="_blank">Utica Zoo</a>\r\n99 Steele Hill Road\r\nUtica, NY 13501	\r\n(315) 738-0472', 'Utica Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4247-revision-v1', '', '', '2013-11-04 12:00:05', '2013-11-04 17:00:05', '', 4247, 'http://web3.gowebsolutions.com/~aazook/4247-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4250, 1, '2013-11-04 12:00:29', '2013-11-04 17:00:29', '<a href="http://www.senecaparkzoo.org/" target="_blank">Seneca Park Zoo</a>\r\n2222 Saint Paul St\r\nRochester, NY 14621	\r\nUS\r\n716-266-6591', 'Seneca Park Zoo', 0, '', 'publish', 'closed', 'closed', '', 'seneca-park-zoo', '', '', '2013-11-04 12:00:29', '2013-11-04 17:00:29', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4250', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4251, 1, '2013-11-04 12:00:25', '2013-11-04 17:00:25', '', 'seneca', 0, '', 'inherit', 'closed', 'closed', '', 'seneca', '', '', '2013-11-04 12:00:25', '2013-11-04 17:00:25', '', 4250, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/seneca.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4252, 1, '2013-11-04 12:00:29', '2013-11-04 17:00:29', '<a href="http://www.senecaparkzoo.org/" target="_blank">Seneca Park Zoo</a>\r\n2222 Saint Paul St\r\nRochester, NY 14621	\r\nUS\r\n716-266-6591', 'Seneca Park Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4250-revision-v1', '', '', '2013-11-04 12:00:29', '2013-11-04 17:00:29', '', 4250, 'http://web3.gowebsolutions.com/~aazook/4250-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4253, 1, '2013-11-04 12:00:56', '2013-11-04 17:00:56', '<a href="http://rosamondgiffordzoo.org/" target="_blank">Rosamond Gifford Zoo at Burnet Park</a>\r\nOne Conservation Place\r\nSyracuse, NY 13204	\r\nUS\r\n315-435-8511 x100', 'Rosamond Gifford Zoo at Burnet Park', 0, '', 'publish', 'closed', 'closed', '', 'rosamond-gifford-zoo-at-burnet-park', '', '', '2013-11-04 12:00:56', '2013-11-04 17:00:56', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4253', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4254, 1, '2013-11-04 12:00:54', '2013-11-04 17:00:54', '', 'burnet_park_zoo', 0, '', 'inherit', 'closed', 'closed', '', 'burnet_park_zoo', '', '', '2013-11-04 12:00:54', '2013-11-04 17:00:54', '', 4253, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/burnet_park_zoo.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4255, 1, '2013-11-04 12:00:56', '2013-11-04 17:00:56', '<a href="http://rosamondgiffordzoo.org/" target="_blank">Rosamond Gifford Zoo at Burnet Park</a>\r\nOne Conservation Place\r\nSyracuse, NY 13204	\r\nUS\r\n315-435-8511 x100', 'Rosamond Gifford Zoo at Burnet Park', 0, '', 'inherit', 'closed', 'closed', '', '4253-revision-v1', '', '', '2013-11-04 12:00:56', '2013-11-04 17:00:56', '', 4253, 'http://web3.gowebsolutions.com/~aazook/4253-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4257, 1, '2013-11-04 12:01:48', '2013-11-04 17:01:48', '<a href="http://www.prospectparkzoo.com/" target="_blank">Prospect Park Zoo</a>\r\n450 Flatbush Avenue\r\nBrooklyn, NY 11225	\r\nUS\r\n718-399-7333', 'Prospect Park Zoo', 0, '', 'publish', 'closed', 'closed', '', 'prospect-park-zoo', '', '', '2013-11-04 12:01:58', '2013-11-04 17:01:58', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4257', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4258, 1, '2013-11-04 12:01:47', '2013-11-04 17:01:47', '', 'prospect_park_zoo', 0, '', 'inherit', 'closed', 'closed', '', 'prospect_park_zoo', '', '', '2013-11-04 12:01:47', '2013-11-04 17:01:47', '', 4257, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/prospect_park_zoo.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4259, 1, '2013-11-04 12:01:48', '2013-11-04 17:01:48', '<a href="http://www.prospectparkzoo.com/" target="_blank">Prospect Park Zoo</a>\r\n450 Flatbush Avenue\r\nBrooklyn, NY 11225	\r\nUS\r\n718-399-7333', 'Prospect Park Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4257-revision-v1', '', '', '2013-11-04 12:01:48', '2013-11-04 17:01:48', '', 4257, 'http://web3.gowebsolutions.com/~aazook/4257-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4260, 1, '2013-11-04 12:02:58', '2013-11-04 17:02:58', '<a href="http://www.co.bergen.nj.us/index.aspx?NID=437" target="_blank">Bergen County Zoological Park</a>\r\n21 Forest Avenue\r\nParamus, NJ 07652	\r\n(210) 262-3771', 'Bergen County Zoological Park', 0, '', 'publish', 'closed', 'closed', '', 'bergen-county-zoological-park', '', '', '2013-11-04 12:03:08', '2013-11-04 17:03:08', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4260', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4261, 1, '2013-11-04 12:02:58', '2013-11-04 17:02:58', '<a href="http://www.co.bergen.nj.us/index.aspx?NID=437" target="_blank">Bergen County Zoological Park</a>\r\n21 Forest Avenue\r\nParamus, NJ 07652	\r\n(210) 262-3771', 'Bergen County Zoological Park', 0, '', 'inherit', 'closed', 'closed', '', '4260-revision-v1', '', '', '2013-11-04 12:02:58', '2013-11-04 17:02:58', '', 4260, 'http://web3.gowebsolutions.com/~aazook/4260-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4262, 1, '2013-11-04 12:03:06', '2013-11-04 17:03:06', '', 'bergencounty', 0, '', 'inherit', 'closed', 'closed', '', 'bergencounty', '', '', '2013-11-04 12:03:06', '2013-11-04 17:03:06', '', 4260, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/bergencounty.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4263, 1, '2013-11-04 12:03:56', '2013-11-04 17:03:56', '<a href="http://www.safehavenwildlife.com/" target="_blank">Safe Haven Rescue Zoo</a>\r\nP.O. Box 184\r\nImlay, NV 89418	\r\nUS\r\n775-538-7093', 'Safe Haven Rescue Zoo', 0, '', 'publish', 'closed', 'closed', '', 'safe-haven-rescue-zoo', '', '', '2013-11-04 12:03:56', '2013-11-04 17:03:56', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4263', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4264, 1, '2013-11-04 12:03:43', '2013-11-04 17:03:43', '', 'safe_haven_rescue_zoo', 0, '', 'inherit', 'closed', 'closed', '', 'safe_haven_rescue_zoo', '', '', '2013-11-04 12:03:43', '2013-11-04 17:03:43', '', 4263, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/safe_haven_rescue_zoo.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4265, 1, '2013-11-04 12:03:56', '2013-11-04 17:03:56', '<a href="http://www.safehavenwildlife.com/" target="_blank">Safe Haven Rescue Zoo</a>\r\nP.O. Box 184\r\nImlay, NV 89418	\r\nUS\r\n775-538-7093', 'Safe Haven Rescue Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4263-revision-v1', '', '', '2013-11-04 12:03:56', '2013-11-04 17:03:56', '', 4263, 'http://web3.gowebsolutions.com/~aazook/4263-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4266, 1, '2013-11-04 12:06:12', '2013-11-04 17:06:12', '<a href="http://mulibraries.missouri.edu/search/website/search.asp?page=refservices/ellis/ellis.htm" target="_blank">University of Missouri Columbia</a>\r\n104 Ellis Library\r\nColumbia, MO 65201	\r\nUS\r\n573-882-4701', 'University of Missouri Columbia', 0, '', 'publish', 'closed', 'closed', '', 'university-of-missouri-columbia', '', '', '2013-11-04 12:06:12', '2013-11-04 17:06:12', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4266', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4267, 1, '2013-11-04 12:05:09', '2013-11-04 17:05:09', '', 'uom_ellis_library', 0, '', 'inherit', 'closed', 'closed', '', 'uom_ellis_library', '', '', '2013-11-04 12:05:09', '2013-11-04 17:05:09', '', 4266, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/uom_ellis_library.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4268, 1, '2013-11-04 12:06:12', '2013-11-04 17:06:12', '<a href="http://mulibraries.missouri.edu/search/website/search.asp?page=refservices/ellis/ellis.htm" target="_blank">University of Missouri Columbia</a>\r\n104 Ellis Library\r\nColumbia, MO 65201	\r\nUS\r\n573-882-4701', 'University of Missouri Columbia', 0, '', 'inherit', 'closed', 'closed', '', '4266-revision-v1', '', '', '2013-11-04 12:06:12', '2013-11-04 17:06:12', '', 4266, 'http://web3.gowebsolutions.com/~aazook/4266-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4269, 1, '2013-11-04 12:10:54', '2013-11-04 17:10:54', '<a href="http://www.stlzoo.org/" target="_blank">St. Louis Zoo</a>\r\n1 Government Drive\r\nSaint Louis, MO 63110	\r\nUS\r\n314-781-0900', 'St. Louis Zoo', 0, '', 'publish', 'closed', 'closed', '', 'st-louis-zoo', '', '', '2013-11-04 12:11:16', '2013-11-04 17:11:16', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4269', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4270, 1, '2013-11-04 12:10:54', '2013-11-04 17:10:54', '<a href="http://www.stlzoo.org/" target="_blank">St. Louis Zoo</a>\r\n1 Government Drive\r\nSaint Louis, MO 63110	\r\nUS\r\n314-781-0900', 'St. Louis Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4269-revision-v1', '', '', '2013-11-04 12:10:54', '2013-11-04 17:10:54', '', 4269, 'http://web3.gowebsolutions.com/~aazook/4269-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4271, 1, '2013-11-04 12:11:12', '2013-11-04 17:11:12', '', 'saint_louis_zoo', 0, '', 'inherit', 'closed', 'closed', '', 'saint_louis_zoo', '', '', '2013-11-04 12:11:12', '2013-11-04 17:11:12', '', 4269, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/saint_louis_zoo.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4272, 1, '2013-11-04 12:11:58', '2013-11-04 17:11:58', '<a href="Dickerson Park Zoo" target="_blank">Dickerson Park Zoo</a>\r\n1401 W. Norton Road\r\nSpringfield, MO 65803	\r\nUS\r\n417-833-1570', 'Dickerson Park Zoo', 0, '', 'publish', 'closed', 'closed', '', 'dickerson-park-zoo', '', '', '2013-11-04 12:12:09', '2013-11-04 17:12:09', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4272', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4273, 1, '2013-11-04 12:11:44', '2013-11-04 17:11:44', '', 'dickerson', 0, '', 'inherit', 'closed', 'closed', '', 'dickerson', '', '', '2013-11-04 12:11:44', '2013-11-04 17:11:44', '', 4272, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/dickerson.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4274, 1, '2013-11-04 12:11:58', '2013-11-04 17:11:58', 'Dickerson Park Zoo\r\n1401 W. Norton Road\r\nSpringfield, MO 65803	\r\nUS\r\n417-833-1570', 'Dickerson Park Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4272-revision-v1', '', '', '2013-11-04 12:11:58', '2013-11-04 17:11:58', '', 4272, 'http://web3.gowebsolutions.com/~aazook/4272-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4275, 1, '2013-11-04 12:12:09', '2013-11-04 17:12:09', '<a href="Dickerson Park Zoo" target="_blank">Dickerson Park Zoo</a>\r\n1401 W. Norton Road\r\nSpringfield, MO 65803	\r\nUS\r\n417-833-1570', 'Dickerson Park Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4272-revision-v1', '', '', '2013-11-04 12:12:09', '2013-11-04 17:12:09', '', 4272, 'http://web3.gowebsolutions.com/~aazook/4272-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4276, 1, '2013-11-04 12:13:41', '2013-11-04 17:13:41', '<a href="http://www.wildcatsanctuary.org/" target="_blank">Wildcat Sanctuary</a>\r\nPO Box 314\r\nSandstone, MN 55072	\r\n320-245-6871', 'Wildcat Sanctuary', 0, '', 'publish', 'closed', 'closed', '', 'wildcat-sanctuary', '', '', '2013-11-04 12:14:21', '2013-11-04 17:14:21', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4276', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4277, 1, '2013-11-04 12:13:41', '2013-11-04 17:13:41', '<a href="http://www.wildcatsanctuary.org/" target="_blank">Wildcat Sanctuary</a>\r\nPO Box 314\r\nSandstone, MN 55072	\r\n320-245-6871', 'Wildcat Sanctuary', 0, '', 'inherit', 'closed', 'closed', '', '4276-revision-v1', '', '', '2013-11-04 12:13:41', '2013-11-04 17:13:41', '', 4276, 'http://web3.gowebsolutions.com/~aazook/4276-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4279, 1, '2013-11-04 12:13:53', '2013-11-04 17:13:53', '', 'wildcat_sanctuary', 0, '', 'inherit', 'closed', 'closed', '', 'wildcat_sanctuary', '', '', '2013-11-04 12:13:53', '2013-11-04 17:13:53', '', 4276, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/wildcat_sanctuary.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4280, 1, '2013-11-04 12:14:54', '2013-11-04 17:14:54', '<a href="http://www.comozooconservatory.org/como_zoo/" target="_blank">Como Park Zoo</a>\r\n1225 Estabrook Drive\r\nSaint Paul, MN 55103	\r\nUS\r\n651-487-8200', 'Como Park Zoo', 0, '', 'publish', 'closed', 'closed', '', 'como-park-zoo', '', '', '2013-11-04 12:14:54', '2013-11-04 17:14:54', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4280', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4281, 1, '2013-11-04 12:14:40', '2013-11-04 17:14:40', '', 'como_park', 0, '', 'inherit', 'closed', 'closed', '', 'como_park', '', '', '2013-11-04 12:14:40', '2013-11-04 17:14:40', '', 4280, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/como_park.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4282, 1, '2013-11-04 12:14:54', '2013-11-04 17:14:54', '<a href="http://www.comozooconservatory.org/como_zoo/" target="_blank">Como Park Zoo</a>\r\n1225 Estabrook Drive\r\nSaint Paul, MN 55103	\r\nUS\r\n651-487-8200', 'Como Park Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4280-revision-v1', '', '', '2013-11-04 12:14:54', '2013-11-04 17:14:54', '', 4280, 'http://web3.gowebsolutions.com/~aazook/4280-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4283, 1, '2013-11-04 12:15:30', '2013-11-04 17:15:30', '<a href="http://www2.lib.msu.edu/" target="_blank">Michigan State University</a>\r\n100 Library\r\nEast Lansing, MI 48824	\r\n517-353-8700', 'Michigan State University', 0, '', 'publish', 'closed', 'closed', '', 'michigan-state-university', '', '', '2014-01-03 15:15:26', '2014-01-03 20:15:26', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4283', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4284, 1, '2013-11-04 12:15:30', '2013-11-04 17:15:30', '<a href="http://www2.lib.msu.edu/" target="_blank">Michigan State University</a>\r\n100 Library\r\nEast Lansing, MI 48824	\r\nUS\r\n517-353-8700', 'Michigan State University', 0, '', 'inherit', 'closed', 'closed', '', '4283-revision-v1', '', '', '2013-11-04 12:15:30', '2013-11-04 17:15:30', '', 4283, 'http://web3.gowebsolutions.com/~aazook/4283-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4285, 1, '2013-11-04 12:16:09', '2013-11-04 17:16:09', '<a href="http://www.johnballzoosociety.org/" target="_blank">John Ball Zoological Garden</a>\r\n1300 W Fulton Street\r\nGrand Rapids, MI 49504	\r\nUS\r\n616-336-4301', 'John Ball Zoological Garden', 0, '', 'publish', 'closed', 'closed', '', 'john-ball-zoological-garden', '', '', '2013-11-04 12:16:27', '2013-11-04 17:16:27', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4285', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4286, 1, '2013-11-04 12:15:54', '2013-11-04 17:15:54', '', 'john_ball', 0, '', 'inherit', 'closed', 'closed', '', 'john_ball', '', '', '2013-11-04 12:15:54', '2013-11-04 17:15:54', '', 4285, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/john_ball.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4287, 1, '2013-11-04 12:16:09', '2013-11-04 17:16:09', '<a href="http://www.johnballzoosociety.org/" target="_blank">John Ball Zoological Garden</a>\r\n1300 W Fulton Street\r\nGrand Rapids, MI 49504	\r\nUS\r\n616-336-4301', 'John Ball Zoological Garden', 0, '', 'inherit', 'closed', 'closed', '', '4285-revision-v1', '', '', '2013-11-04 12:16:09', '2013-11-04 17:16:09', '', 4285, 'http://web3.gowebsolutions.com/~aazook/4285-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4288, 1, '2013-11-04 12:16:53', '2013-11-04 17:16:53', '<a href="http://www.detroitzoo.org/" target="_blank">Detroit Zoological Society</a>\r\n8450 West 10 Mile Rd\r\nRoyal Oak, MI 48067	\r\nUS\r\n248-541-5717', 'Detroit Zoological Society', 0, '', 'publish', 'closed', 'closed', '', 'detroit-zoological-society', '', '', '2013-11-04 12:16:53', '2013-11-04 17:16:53', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4288', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4289, 1, '2013-11-04 12:16:48', '2013-11-04 17:16:48', '', 'detroit_zoo', 0, '', 'inherit', 'closed', 'closed', '', 'detroit_zoo', '', '', '2013-11-04 12:16:48', '2013-11-04 17:16:48', '', 4288, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/detroit_zoo.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4290, 1, '2013-11-04 12:16:53', '2013-11-04 17:16:53', '<a href="http://www.detroitzoo.org/" target="_blank">Detroit Zoological Society</a>\r\n8450 West 10 Mile Rd\r\nRoyal Oak, MI 48067	\r\nUS\r\n248-541-5717', 'Detroit Zoological Society', 0, '', 'inherit', 'closed', 'closed', '', '4288-revision-v1', '', '', '2013-11-04 12:16:53', '2013-11-04 17:16:53', '', 4288, 'http://web3.gowebsolutions.com/~aazook/4288-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5383, 2, '2014-02-03 15:52:24', '2014-02-03 20:52:24', '<h2>2013 Conference Proceedings</h2>\r\n<span style="color: #0000ff;"><strong>General Workshops</strong></span>\r\n\r\n<strong><span style="color: #0000ff;">Paper Sessions</span></strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n&nbsp;\r\n<h2><strong>2012 Conference Proceedings</strong></h2>\r\n<h4><span style="color: #0000ff;">General Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">AAZAK 2012 AbouMadi Monitoring anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">AAZAK 2012 AbouMadi Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n<h4><span style="color: #0000ff;">Ungulate Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n<h4><span style="color: #0000ff;">Raptor Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n<h4><span style="color: #0000ff;">Penguin Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-03 15:52:24', '2014-02-03 20:52:24', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4293, 1, '2013-11-04 12:18:50', '2013-11-04 17:18:50', '<a href="http://www.aqua.org/" target="_blank">National Aquarium</a>\r\n501 E. Pratt Street\r\nBaltimore, MD 21202	\r\n(410) 576-3800', 'National Aquarium', 0, '', 'publish', 'closed', 'closed', '', 'national-aquarium', '', '', '2013-11-04 12:18:59', '2013-11-04 17:18:59', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4293', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4294, 1, '2013-11-04 12:18:50', '2013-11-04 17:18:50', '<a href="http://www.aqua.org/" target="_blank">National Aquarium</a>\r\n501 E. Pratt Street\r\nBaltimore, MD 21202	\r\n(410) 576-3800', 'National Aquarium', 0, '', 'inherit', 'closed', 'closed', '', '4293-revision-v1', '', '', '2013-11-04 12:18:50', '2013-11-04 17:18:50', '', 4293, 'http://web3.gowebsolutions.com/~aazook/4293-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4295, 1, '2013-11-04 12:18:56', '2013-11-04 17:18:56', '', 'nationalaquarium', 0, '', 'inherit', 'closed', 'closed', '', 'nationalaquarium', '', '', '2013-11-04 12:18:56', '2013-11-04 17:18:56', '', 4293, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/nationalaquarium.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4296, 1, '2013-11-04 12:19:23', '2013-11-04 17:19:23', '<a href="http://www.cwpzoo.com/" target="_blank">Catoctin Wildlife Preserve & Zoo</a>\r\n13019 Catoctin Furnace Rd\r\nThurmont, MD 21788	\r\nUS\r\n301-271-3180\r\n301-271-4922', 'Catoctin Wildlife Preserve & Zoo', 0, '', 'publish', 'closed', 'closed', '', 'catoctin-wildlife-preserve-zoo', '', '', '2013-11-04 12:19:23', '2013-11-04 17:19:23', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4296', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4297, 1, '2013-11-04 12:19:18', '2013-11-04 17:19:18', '', 'catoctin_wildlife_preserve', 0, '', 'inherit', 'closed', 'closed', '', 'catoctin_wildlife_preserve', '', '', '2013-11-04 12:19:18', '2013-11-04 17:19:18', '', 4296, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/catoctin_wildlife_preserve.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4298, 1, '2013-11-04 12:19:23', '2013-11-04 17:19:23', '<a href="http://www.cwpzoo.com/" target="_blank">Catoctin Wildlife Preserve & Zoo</a>\r\n13019 Catoctin Furnace Rd\r\nThurmont, MD 21788	\r\nUS\r\n301-271-3180\r\n301-271-4922', 'Catoctin Wildlife Preserve & Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4296-revision-v1', '', '', '2013-11-04 12:19:23', '2013-11-04 17:19:23', '', 4296, 'http://web3.gowebsolutions.com/~aazook/4296-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4299, 1, '2013-11-04 12:20:16', '2013-11-04 17:20:16', '<a href="http://www.zooofacadiana.org/" target="_blank">Zoo of Acadiana</a>\r\n116 Lakeview Dr.\r\nBroussard, LA 70518	\r\n337-837-4325', 'Zoo of Acadiana', 0, '', 'publish', 'closed', 'closed', '', 'zoo-of-acadiana', '', '', '2013-11-04 12:20:16', '2013-11-04 17:20:16', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4299', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4300, 1, '2013-11-04 12:19:58', '2013-11-04 17:19:58', '', 'zoo_acadiana', 0, '', 'inherit', 'closed', 'closed', '', 'zoo_acadiana', '', '', '2013-11-04 12:19:58', '2013-11-04 17:19:58', '', 4299, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zoo_acadiana.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4301, 1, '2013-11-04 12:20:16', '2013-11-04 17:20:16', '<a href="http://www.zooofacadiana.org/" target="_blank">Zoo of Acadiana</a>\r\n116 Lakeview Dr.\r\nBroussard, LA 70518	\r\n337-837-4325', 'Zoo of Acadiana', 0, '', 'inherit', 'closed', 'closed', '', '4299-revision-v1', '', '', '2013-11-04 12:20:16', '2013-11-04 17:20:16', '', 4299, 'http://web3.gowebsolutions.com/~aazook/4299-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4302, 1, '2013-11-04 12:21:04', '2013-11-04 17:21:04', '<a href="http://www.louisvillezoo.org/" target="_blank">Louisville Zoo</a>\r\n1100 Trevilian Way\r\nLouisville, KY 40213	\r\nUS\r\n502-459-2181', 'Louisville Zoo', 0, '', 'publish', 'closed', 'closed', '', 'louisville-zoo', '', '', '2013-11-04 12:21:04', '2013-11-04 17:21:04', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4302', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4303, 1, '2013-11-04 12:20:45', '2013-11-04 17:20:45', '', 'louisville_zoo', 0, '', 'inherit', 'closed', 'closed', '', 'louisville_zoo', '', '', '2013-11-04 12:20:45', '2013-11-04 17:20:45', '', 4302, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/louisville_zoo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4304, 1, '2013-11-04 12:21:04', '2013-11-04 17:21:04', '<a href="http://www.louisvillezoo.org/" target="_blank">Louisville Zoo</a>\r\n1100 Trevilian Way\r\nLouisville, KY 40213	\r\nUS\r\n502-459-2181', 'Louisville Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4302-revision-v1', '', '', '2013-11-04 12:21:04', '2013-11-04 17:21:04', '', 4302, 'http://web3.gowebsolutions.com/~aazook/4302-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4305, 1, '2013-11-04 12:21:32', '2013-11-04 17:21:32', '<a href="http://www.kyreptilezoo.org/" target="_blank">Kentucky Reptile Zoo</a>\r\n200 L and E Railroad\r\nSlade, KY 40376	\r\n606-663-9160', 'Kentucky Reptile Zoo', 0, '', 'publish', 'closed', 'closed', '', 'kentucky-reptile-zoo', '', '', '2013-11-04 12:21:32', '2013-11-04 17:21:32', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4305', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4306, 1, '2013-11-04 12:21:29', '2013-11-04 17:21:29', '', 'kentucky_reptile', 0, '', 'inherit', 'closed', 'closed', '', 'kentucky_reptile', '', '', '2013-11-04 12:21:29', '2013-11-04 17:21:29', '', 4305, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/kentucky_reptile.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4307, 1, '2013-11-04 12:21:32', '2013-11-04 17:21:32', '<a href="http://www.kyreptilezoo.org/" target="_blank">Kentucky Reptile Zoo</a>\r\n200 L and E Railroad\r\nSlade, KY 40376	\r\n606-663-9160', 'Kentucky Reptile Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4305-revision-v1', '', '', '2013-11-04 12:21:32', '2013-11-04 17:21:32', '', 4305, 'http://web3.gowebsolutions.com/~aazook/4305-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4308, 1, '2013-11-04 12:22:08', '2013-11-04 17:22:08', '<a href="http://www.twpark.org/" target="_blank">Tanganika Wildlife Park</a>\r\n1000 S. Hawkins Lane\r\nGoddard, KS 67052	\r\n(316) 794-8954', 'Tanganika Wildlife Park', 0, '', 'publish', 'closed', 'closed', '', 'tanganika-wildlife-park', '', '', '2013-11-04 12:22:08', '2013-11-04 17:22:08', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4308', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4309, 1, '2013-11-04 12:21:58', '2013-11-04 17:21:58', '', 'tanganyika', 0, '', 'inherit', 'closed', 'closed', '', 'tanganyika', '', '', '2013-11-04 12:21:58', '2013-11-04 17:21:58', '', 4308, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/tanganyika.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4310, 1, '2013-11-04 12:22:08', '2013-11-04 17:22:08', '<a href="http://www.twpark.org/" target="_blank">Tanganika Wildlife Park</a>\r\n1000 S. Hawkins Lane\r\nGoddard, KS 67052	\r\n(316) 794-8954', 'Tanganika Wildlife Park', 0, '', 'inherit', 'closed', 'closed', '', '4308-revision-v1', '', '', '2013-11-04 12:22:08', '2013-11-04 17:22:08', '', 4308, 'http://web3.gowebsolutions.com/~aazook/4308-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4311, 1, '2013-11-04 12:22:31', '2013-11-04 17:22:31', '<a href="http://www.greatbendks.net/" target="_blank">Great Bend Zoo</a>\r\nNorth Main Street\r\nGreat Bend, KS 67530	\r\n620-793-4226', 'Great Bend Zoo', 0, '', 'publish', 'closed', 'closed', '', 'great-bend-zoo', '', '', '2013-11-04 12:22:34', '2013-11-04 17:22:34', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4311', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4312, 1, '2013-11-04 12:22:27', '2013-11-04 17:22:27', '', 'great_bend', 0, '', 'inherit', 'closed', 'closed', '', 'great_bend', '', '', '2013-11-04 12:22:27', '2013-11-04 17:22:27', '', 4311, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/great_bend.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4313, 1, '2013-11-04 12:22:31', '2013-11-04 17:22:31', '<a href="http://www.greatbendks.net/" target="_blank">Great Bend Zoo</a>\r\nNorth Main Street\r\nGreat Bend, KS 67530	\r\n620-793-4226', 'Great Bend Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4311-revision-v1', '', '', '2013-11-04 12:22:31', '2013-11-04 17:22:31', '', 4311, 'http://web3.gowebsolutions.com/~aazook/4311-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4314, 1, '2013-11-04 12:24:45', '2013-11-04 17:24:45', 'Page Template', 'Recover Account', 0, '', 'inherit', 'closed', 'closed', '', '3401-revision-v1', '', '', '2013-11-04 12:24:45', '2013-11-04 17:24:45', '', 3401, 'http://web3.gowebsolutions.com/~aazook/3401-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4316, 1, '2013-11-04 12:33:11', '2013-11-04 17:33:11', '<a href="http://www.kidszoo.org/" target="_blank">Ft. Wayne Children\'s Zoo</a>\r\n3411 Sherman Blvd.\r\nFt. Wayne, IN 46808	\r\n260-427-6800', 'Ft. Wayne Children\'s Zoo', 0, '', 'publish', 'closed', 'closed', '', 'ft-wayne-childrens-zoo', '', '', '2013-11-04 12:33:11', '2013-11-04 17:33:11', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4316', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4317, 1, '2013-11-04 12:33:01', '2013-11-04 17:33:01', '', 'ftwaynes', 0, '', 'inherit', 'closed', 'closed', '', 'ftwaynes', '', '', '2013-11-04 12:33:01', '2013-11-04 17:33:01', '', 4316, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/ftwaynes.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4318, 1, '2013-11-04 12:33:11', '2013-11-04 17:33:11', '<a href="http://www.kidszoo.org/" target="_blank">Ft. Wayne Children\'s Zoo</a>\r\n3411 Sherman Blvd.\r\nFt. Wayne, IN 46808	\r\n260-427-6800', 'Ft. Wayne Children\'s Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4316-revision-v1', '', '', '2013-11-04 12:33:11', '2013-11-04 17:33:11', '', 4316, 'http://web3.gowebsolutions.com/~aazook/4316-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4319, 1, '2013-11-04 12:33:55', '2013-11-04 17:33:55', '<a href="http://www.lafayette.in.gov/zoo/" target="_blank">Columbian Park Zoo</a>\r\n1915 Scott Street\r\nLafayette, IN 47904	\r\n(765) 807-1540', 'Columbian Park Zoo', 0, '', 'publish', 'closed', 'closed', '', 'columbian-park-zoo', '', '', '2013-11-04 12:33:55', '2013-11-04 17:33:55', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4319', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4320, 1, '2013-11-04 12:33:50', '2013-11-04 17:33:50', '', 'columbianpark', 0, '', 'inherit', 'closed', 'closed', '', 'columbianpark', '', '', '2013-11-04 12:33:50', '2013-11-04 17:33:50', '', 4319, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/columbianpark.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4321, 1, '2013-11-04 12:33:55', '2013-11-04 17:33:55', '<a href="http://www.lafayette.in.gov/zoo/" target="_blank">Columbian Park Zoo</a>\r\n1915 Scott Street\r\nLafayette, IN 47904	\r\n(765) 807-1540', 'Columbian Park Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4319-revision-v1', '', '', '2013-11-04 12:33:55', '2013-11-04 17:33:55', '', 4319, 'http://web3.gowebsolutions.com/~aazook/4319-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4322, 1, '2013-11-04 12:34:15', '2013-11-04 17:34:15', '<a href="http://www.blackpineanimalpark.com/" target="_blank">Black Pine Animal Park</a>\r\n1426 W. 300 N. P.O. Box 02\r\nAlbion, IN 46701	\r\nUS\r\n260-636-7383', 'Black Pine Animal Park', 0, '', 'publish', 'closed', 'closed', '', 'black-pine-animal-park', '', '', '2013-11-04 12:34:15', '2013-11-04 17:34:15', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4322', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4323, 1, '2013-11-04 12:34:12', '2013-11-04 17:34:12', '', 'black_pine_animal_park', 0, '', 'inherit', 'closed', 'closed', '', 'black_pine_animal_park', '', '', '2013-11-04 12:34:12', '2013-11-04 17:34:12', '', 4322, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/black_pine_animal_park.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4324, 1, '2013-11-04 12:34:15', '2013-11-04 17:34:15', '<a href="http://www.blackpineanimalpark.com/" target="_blank">Black Pine Animal Park</a>\r\n1426 W. 300 N. P.O. Box 02\r\nAlbion, IN 46701	\r\nUS\r\n260-636-7383', 'Black Pine Animal Park', 0, '', 'inherit', 'closed', 'closed', '', '4322-revision-v1', '', '', '2013-11-04 12:34:15', '2013-11-04 17:34:15', '', 4322, 'http://web3.gowebsolutions.com/~aazook/4322-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4325, 1, '2013-11-04 12:35:07', '2013-11-04 17:35:07', '<a href="http://www.decatur-parks.org/zoo/index.php" target="_blank">Scovill Zoo</a>\r\n71 S. Country Club Rd.\r\nDecatur, IL 62521	\r\n217-421-7435', 'Scovill Zoo', 0, '', 'publish', 'closed', 'closed', '', 'scovill-zoo', '', '', '2013-11-04 12:35:07', '2013-11-04 17:35:07', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4325', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4326, 1, '2013-11-04 12:35:02', '2013-11-04 17:35:02', '', 'scovill_zoo', 0, '', 'inherit', 'closed', 'closed', '', 'scovill_zoo', '', '', '2013-11-04 12:35:02', '2013-11-04 17:35:02', '', 4325, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/scovill_zoo.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4327, 1, '2013-11-04 12:35:07', '2013-11-04 17:35:07', '<a href="http://www.decatur-parks.org/zoo/index.php" target="_blank">Scovill Zoo</a>\r\n71 S. Country Club Rd.\r\nDecatur, IL 62521	\r\n217-421-7435', 'Scovill Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4325-revision-v1', '', '', '2013-11-04 12:35:07', '2013-11-04 17:35:07', '', 4325, 'http://web3.gowebsolutions.com/~aazook/4325-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4328, 1, '2013-11-04 12:35:37', '2013-11-04 17:35:37', '<a href="http://www.wheatonparkdistrict.com/pgs/parks/cosley/default.html" target="_blank">Cosley Zoo</a>\r\n1356 Gary Avenue\r\nWheaton, IL 60187	\r\nUS\r\n630-665-5534', 'Cosley Zoo', 0, '', 'publish', 'closed', 'closed', '', 'cosley-zoo', '', '', '2013-11-04 12:35:37', '2013-11-04 17:35:37', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4328', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4329, 1, '2013-11-04 12:35:35', '2013-11-04 17:35:35', '', 'cosley_zoo', 0, '', 'inherit', 'closed', 'closed', '', 'cosley_zoo', '', '', '2013-11-04 12:35:35', '2013-11-04 17:35:35', '', 4328, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/cosley_zoo.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4330, 1, '2013-11-04 12:35:37', '2013-11-04 17:35:37', '<a href="http://www.wheatonparkdistrict.com/pgs/parks/cosley/default.html" target="_blank">Cosley Zoo</a>\r\n1356 Gary Avenue\r\nWheaton, IL 60187	\r\nUS\r\n630-665-5534', 'Cosley Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4328-revision-v1', '', '', '2013-11-04 12:35:37', '2013-11-04 17:35:37', '', 4328, 'http://web3.gowebsolutions.com/~aazook/4328-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4331, 1, '2013-11-04 12:36:01', '2013-11-04 17:36:01', '<a href="http://www.brookfieldzoo.org/" target="_blank">Chicago Zoological Society - Brookfield Zoo</a>\r\n3300 Golf Road\r\nBrookfield, IL 60513	\r\nUS\r\n708-485-0263', 'Chicago Zoological Society - Brookfield Zoo', 0, '', 'publish', 'closed', 'closed', '', 'chicago-zoological-society-brookfield-zoo', '', '', '2013-11-04 12:36:01', '2013-11-04 17:36:01', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4331', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4332, 1, '2013-11-04 12:35:59', '2013-11-04 17:35:59', '', 'brookfield', 0, '', 'inherit', 'closed', 'closed', '', 'brookfield-3', '', '', '2013-11-04 12:35:59', '2013-11-04 17:35:59', '', 4331, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/brookfield.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4333, 1, '2013-11-04 12:36:01', '2013-11-04 17:36:01', '<a href="http://www.brookfieldzoo.org/" target="_blank">Chicago Zoological Society - Brookfield Zoo</a>\r\n3300 Golf Road\r\nBrookfield, IL 60513	\r\nUS\r\n708-485-0263', 'Chicago Zoological Society - Brookfield Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4331-revision-v1', '', '', '2013-11-04 12:36:01', '2013-11-04 17:36:01', '', 4331, 'http://web3.gowebsolutions.com/~aazook/4331-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4334, 1, '2013-11-04 12:36:27', '2013-11-04 17:36:27', 'Tautphaus Park Zoo\r\n2725 Carnival Way\r\nIdaho Falls, ID 83405	\r\n208-612-8552', 'Tautphaus Park Zoo', 0, '', 'publish', 'closed', 'closed', '', 'tautphaus-park-zoo', '', '', '2014-01-03 15:11:29', '2014-01-03 20:11:29', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4334', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4335, 1, '2013-11-04 12:36:27', '2013-11-04 17:36:27', 'Tautphaus Park Zoo\r\n2725 Carnival Way\r\nIdaho Falls, ID 83405	\r\n208-612-8552', 'Tautphaus Park Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4334-revision-v1', '', '', '2013-11-04 12:36:27', '2013-11-04 17:36:27', '', 4334, 'http://web3.gowebsolutions.com/~aazook/4334-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4336, 1, '2013-11-04 12:37:22', '2013-11-04 17:37:22', '<a href="http://www.azootoyou.com/" target="_blank">Wildlife Wonders - Zoo to You</a>\r\nP.O. Box 2237\r\nCleveland, GA 30528	\r\n706-328-7279', 'Wildlife Wonders - Zoo to You', 0, '', 'publish', 'closed', 'closed', '', 'wildlife-wonders-zoo-to-you', '', '', '2013-11-04 12:38:08', '2013-11-04 17:38:08', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4336', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4337, 1, '2013-11-04 12:37:21', '2013-11-04 17:37:21', '', 'wild_wonders', 0, '', 'inherit', 'closed', 'closed', '', 'wild_wonders', '', '', '2013-11-04 12:37:21', '2013-11-04 17:37:21', '', 4336, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/wild_wonders.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4338, 1, '2013-11-04 12:37:22', '2013-11-04 17:37:22', '<a href="http://www.azootoyou.com/" target="_blank">Wildlife Wonders - Zoo to You</a>\r\nP.O. Box 2237\r\nCleveland, GA 30528	\r\n706-328-7279', 'Wildlife Wonders - Zoo to You', 0, '', 'inherit', 'closed', 'closed', '', '4336-revision-v1', '', '', '2013-11-04 12:37:22', '2013-11-04 17:37:22', '', 4336, 'http://web3.gowebsolutions.com/~aazook/4336-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4340, 1, '2013-11-04 12:38:36', '2013-11-04 17:38:36', '<a href="http://www.lowryparkzoo.com/" target="_blank">Tampa\'s Lowry Park Zoo</a>\r\n1101 Sligh Avenue\r\nTampa, FL 33604-5958	\r\n(813) 935-8552', 'Tampa\'s Lowry Park Zoo', 0, '', 'publish', 'closed', 'closed', '', 'tampas-lowry-park-zoo', '', '', '2013-11-04 12:38:44', '2013-11-04 17:38:44', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4340', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4341, 1, '2013-11-04 12:38:36', '2013-11-04 17:38:36', '<a href="http://www.lowryparkzoo.com/" target="_blank">Tampa\'s Lowry Park Zoo</a>\r\n1101 Sligh Avenue\r\nTampa, FL 33604-5958	\r\n(813) 935-8552', 'Tampa\'s Lowry Park Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4340-revision-v1', '', '', '2013-11-04 12:38:36', '2013-11-04 17:38:36', '', 4340, 'http://web3.gowebsolutions.com/~aazook/4340-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4342, 1, '2013-11-04 12:38:42', '2013-11-04 17:38:42', '', 'lowrypark', 0, '', 'inherit', 'closed', 'closed', '', 'lowrypark', '', '', '2013-11-04 12:38:42', '2013-11-04 17:38:42', '', 4340, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lowrypark.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4343, 1, '2013-11-04 12:39:19', '2013-11-04 17:39:19', '<a href="http://www.sfcollege.edu/zoo/" target="_blank">Santa Fe Community College Teaching Zoo</a>\r\n3000 NW 83rd St\r\nGainesville, FL 32606	\r\nUS\r\n352-395-5601', 'Santa Fe Community College Teaching Zoo', 0, '', 'publish', 'closed', 'closed', '', 'santa-fe-community-college-teaching-zoo', '', '', '2013-11-04 12:39:19', '2013-11-04 17:39:19', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4343', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4344, 1, '2013-11-04 12:39:17', '2013-11-04 17:39:17', '', 'santa_fe_college_teach_zoo', 0, '', 'inherit', 'closed', 'closed', '', 'santa_fe_college_teach_zoo', '', '', '2013-11-04 12:39:17', '2013-11-04 17:39:17', '', 4343, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/santa_fe_college_teach_zoo.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4345, 1, '2013-11-04 12:39:19', '2013-11-04 17:39:19', '<a href="http://www.sfcollege.edu/zoo/" target="_blank">Santa Fe Community College Teaching Zoo</a>\r\n3000 NW 83rd St\r\nGainesville, FL 32606	\r\nUS\r\n352-395-5601', 'Santa Fe Community College Teaching Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4343-revision-v1', '', '', '2013-11-04 12:39:19', '2013-11-04 17:39:19', '', 4343, 'http://web3.gowebsolutions.com/~aazook/4343-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4347, 1, '2013-11-04 12:39:40', '2013-11-04 17:39:40', '<a href="http://www.napleszoo.com/home.htm" target="_blank">Naples Zoo</a>\r\n1590 Goodlette Road\r\nNaples, FL 34102	\r\n(239) 262-5409', 'Naples Zoo', 0, '', 'publish', 'closed', 'closed', '', 'naples-zoo', '', '', '2013-11-04 12:39:40', '2013-11-04 17:39:40', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4347', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4348, 1, '2013-11-04 12:39:38', '2013-11-04 17:39:38', '', 'naples_zoo', 0, '', 'inherit', 'closed', 'closed', '', 'naples_zoo', '', '', '2013-11-04 12:39:38', '2013-11-04 17:39:38', '', 4347, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/naples_zoo.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4349, 1, '2013-11-04 12:39:40', '2013-11-04 17:39:40', '<a href="http://www.napleszoo.com/home.htm" target="_blank">Naples Zoo</a>\r\n1590 Goodlette Road\r\nNaples, FL 34102	\r\n(239) 262-5409', 'Naples Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4347-revision-v1', '', '', '2013-11-04 12:39:40', '2013-11-04 17:39:40', '', 4347, 'http://web3.gowebsolutions.com/~aazook/4347-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4350, 1, '2013-11-04 12:40:01', '2013-11-04 17:40:01', '<a href="http://www.mccarthyswildlife.com/" target="_blank">McCarthy\'s Wildlife Sanctuary, Inc.</a>\r\n12943 61st. St. N.\r\nWest Palm Beach, FL 33412	\r\n561-790-2116', 'McCarthy\'s Wildlife Sanctuary, Inc.', 0, '', 'publish', 'closed', 'closed', '', 'mccarthys-wildlife-sanctuary-inc', '', '', '2013-11-04 12:40:01', '2013-11-04 17:40:01', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4350', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4351, 1, '2013-11-04 12:39:59', '2013-11-04 17:39:59', '', 'mccarthys', 0, '', 'inherit', 'closed', 'closed', '', 'mccarthys', '', '', '2013-11-04 12:39:59', '2013-11-04 17:39:59', '', 4350, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/mccarthys.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4352, 1, '2013-11-04 12:40:01', '2013-11-04 17:40:01', '<a href="http://www.mccarthyswildlife.com/" target="_blank">McCarthy\'s Wildlife Sanctuary, Inc.</a>\r\n12943 61st. St. N.\r\nWest Palm Beach, FL 33412	\r\n561-790-2116', 'McCarthy\'s Wildlife Sanctuary, Inc.', 0, '', 'inherit', 'closed', 'closed', '', '4350-revision-v1', '', '', '2013-11-04 12:40:01', '2013-11-04 17:40:01', '', 4350, 'http://web3.gowebsolutions.com/~aazook/4350-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4353, 1, '2013-11-04 12:40:28', '2013-11-04 17:40:28', '<a href="http://www.lioncountrysafari.com/" target="_blank">Lion Country Safari</a>\r\n2003 Lion Country Safari Road\r\nLoxahatchee, FL 33470	\r\n(561) 793-1084', 'Lion Country Safari', 0, '', 'publish', 'closed', 'closed', '', 'lion-country-safari', '', '', '2013-11-04 12:40:28', '2013-11-04 17:40:28', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4353', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4354, 1, '2013-11-04 12:40:25', '2013-11-04 17:40:25', '', 'lion_country_safari', 0, '', 'inherit', 'closed', 'closed', '', 'lion_country_safari-2', '', '', '2013-11-04 12:40:25', '2013-11-04 17:40:25', '', 4353, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lion_country_safari.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4355, 1, '2013-11-04 12:40:28', '2013-11-04 17:40:28', '<a href="http://www.lioncountrysafari.com/" target="_blank">Lion Country Safari</a>\r\n2003 Lion Country Safari Road\r\nLoxahatchee, FL 33470	\r\n(561) 793-1084', 'Lion Country Safari', 0, '', 'inherit', 'closed', 'closed', '', '4353-revision-v1', '', '', '2013-11-04 12:40:28', '2013-11-04 17:40:28', '', 4353, 'http://web3.gowebsolutions.com/~aazook/4353-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4356, 1, '2013-11-04 12:40:53', '2013-11-04 17:40:53', '<a href="http://www.lemurreserve.org/" target="_blank">Lemur Conservation Foundation, Inc.</a>\r\nP.O. Box 249\r\nMyakka City, FL 34251	\r\n941-322-8494', 'Lemur Conservation Foundation, Inc.', 0, '', 'publish', 'closed', 'closed', '', 'lemur-conservation-foundation-inc', '', '', '2013-11-04 12:40:53', '2013-11-04 17:40:53', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4356', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4357, 1, '2013-11-04 12:40:49', '2013-11-04 17:40:49', '', 'lcf', 0, '', 'inherit', 'closed', 'closed', '', 'lcf', '', '', '2013-11-04 12:40:49', '2013-11-04 17:40:49', '', 4356, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lcf.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4358, 1, '2013-11-04 12:40:53', '2013-11-04 17:40:53', '<a href="http://www.lemurreserve.org/" target="_blank">Lemur Conservation Foundation, Inc.</a>\r\nP.O. Box 249\r\nMyakka City, FL 34251	\r\n941-322-8494', 'Lemur Conservation Foundation, Inc.', 0, '', 'inherit', 'closed', 'closed', '', '4356-revision-v1', '', '', '2013-11-04 12:40:53', '2013-11-04 17:40:53', '', 4356, 'http://web3.gowebsolutions.com/~aazook/4356-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4359, 1, '2013-11-04 12:41:23', '2013-11-04 17:41:23', '<a href="http://www.jaxzoo.org/" target="_blank">Jacksonville Zoo & Gardens</a>\r\n370 Zoo Parkway\r\nJacksonville, FL 32218	\r\nUS\r\n904-757-4463', 'Jacksonville Zoo & Gardens', 0, '', 'publish', 'closed', 'closed', '', 'jacksonville-zoo-gardens', '', '', '2013-11-04 12:41:23', '2013-11-04 17:41:23', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4359', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4360, 1, '2013-11-04 12:41:16', '2013-11-04 17:41:16', '', 'jacksonville_zoo', 0, '', 'inherit', 'closed', 'closed', '', 'jacksonville_zoo', '', '', '2013-11-04 12:41:16', '2013-11-04 17:41:16', '', 4359, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/jacksonville_zoo.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4361, 1, '2013-11-04 12:41:23', '2013-11-04 17:41:23', '<a href="http://www.jaxzoo.org/" target="_blank">Jacksonville Zoo & Gardens</a>\r\n370 Zoo Parkway\r\nJacksonville, FL 32218	\r\nUS\r\n904-757-4463', 'Jacksonville Zoo & Gardens', 0, '', 'inherit', 'closed', 'closed', '', '4359-revision-v1', '', '', '2013-11-04 12:41:23', '2013-11-04 17:41:23', '', 4359, 'http://web3.gowebsolutions.com/~aazook/4359-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4362, 1, '2013-11-04 12:41:50', '2013-11-04 17:41:50', '<a href="http://www.gulfbreezezoo.org/" target="_blank">Gulf Breeze Zoo</a>\r\n5701 Gulf Breeze Parkway\r\nGulf Breeze, FL 32563	\r\n850-932-2229', 'Gulf Breeze Zoo', 0, '', 'publish', 'closed', 'closed', '', 'gulf-breeze-zoo', '', '', '2013-11-04 12:41:50', '2013-11-04 17:41:50', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4362', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4363, 1, '2013-11-04 12:41:47', '2013-11-04 17:41:47', '', 'gulf_breeze', 0, '', 'inherit', 'closed', 'closed', '', 'gulf_breeze', '', '', '2013-11-04 12:41:47', '2013-11-04 17:41:47', '', 4362, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/gulf_breeze.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4364, 1, '2013-11-04 12:41:50', '2013-11-04 17:41:50', '<a href="http://www.gulfbreezezoo.org/" target="_blank">Gulf Breeze Zoo</a>\r\n5701 Gulf Breeze Parkway\r\nGulf Breeze, FL 32563	\r\n850-932-2229', 'Gulf Breeze Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4362-revision-v1', '', '', '2013-11-04 12:41:50', '2013-11-04 17:41:50', '', 4362, 'http://web3.gowebsolutions.com/~aazook/4362-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4365, 1, '2013-11-04 12:42:34', '2013-11-04 17:42:34', '<a href="http://www.flaquarium.org/" target="_blank">Florida Aquarium</a>\r\n701 Channelside Drive\r\nTampa, FL 33602	\r\n(813) 273-4000', 'Florida Aquarium', 0, '', 'publish', 'closed', 'closed', '', 'florida-aquarium', '', '', '2013-11-04 12:42:34', '2013-11-04 17:42:34', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4365', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4366, 1, '2013-11-04 12:42:16', '2013-11-04 17:42:16', '', 'florida_aquarium', 0, '', 'inherit', 'closed', 'closed', '', 'florida_aquarium', '', '', '2013-11-04 12:42:16', '2013-11-04 17:42:16', '', 4365, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/florida_aquarium.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4367, 1, '2013-11-04 12:42:34', '2013-11-04 17:42:34', '<a href="http://www.flaquarium.org/" target="_blank">Florida Aquarium</a>\r\n701 Channelside Drive\r\nTampa, FL 33602	\r\n(813) 273-4000', 'Florida Aquarium', 0, '', 'inherit', 'closed', 'closed', '', '4365-revision-v1', '', '', '2013-11-04 12:42:34', '2013-11-04 17:42:34', '', 4365, 'http://web3.gowebsolutions.com/~aazook/4365-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4368, 1, '2013-11-04 12:43:02', '2013-11-04 17:43:02', '<a href="http://disneyworld.disney.go.com/parks/animal-kingdom/" target="_blank">Disney\'s Animal Kingdom</a>\r\nPO Box 10000\r\nLake Buena Vista, FL 32830	\r\nUS\r\n407-939-6381', 'Disney\'s Animal Kingdom', 0, '', 'publish', 'closed', 'closed', '', 'disneys-animal-kingdom', '', '', '2013-11-04 12:43:02', '2013-11-04 17:43:02', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4368', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4369, 1, '2013-11-04 12:42:59', '2013-11-04 17:42:59', '', 'disneyanimalkingdom', 0, '', 'inherit', 'closed', 'closed', '', 'disneyanimalkingdom', '', '', '2013-11-04 12:42:59', '2013-11-04 17:42:59', '', 4368, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/disneyanimalkingdom.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4370, 1, '2013-11-04 12:43:02', '2013-11-04 17:43:02', '<a href="http://disneyworld.disney.go.com/parks/animal-kingdom/" target="_blank">Disney\'s Animal Kingdom</a>\r\nPO Box 10000\r\nLake Buena Vista, FL 32830	\r\nUS\r\n407-939-6381', 'Disney\'s Animal Kingdom', 0, '', 'inherit', 'closed', 'closed', '', '4368-revision-v1', '', '', '2013-11-04 12:43:02', '2013-11-04 17:43:02', '', 4368, 'http://web3.gowebsolutions.com/~aazook/4368-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4371, 1, '2013-11-04 12:43:58', '2013-11-04 17:43:58', '<a href="http://nationalzoo.si.edu/" target="_blank">Smithsonian National Zoo</a>\r\n3001 Connecticut Avenue\r\nWashington, DC 20008	\r\n(202) 633-2614', 'Smithsonian National Zoo', 0, '', 'publish', 'closed', 'closed', '', 'smithsonian-national-zoo', '', '', '2013-11-04 12:45:48', '2013-11-04 17:45:48', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4371', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4372, 1, '2013-11-04 12:43:58', '2013-11-04 17:43:58', '', 'smithsonian_national_zoo', 0, '', 'inherit', 'closed', 'closed', '', 'smithsonian_national_zoo', '', '', '2013-11-04 12:43:58', '2013-11-04 17:43:58', '', 4371, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/smithsonian_national_zoo.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4373, 1, '2013-11-04 12:43:58', '2013-11-04 17:43:58', '<a href="http://nationalzoo.si.edu/" target="_blank">Smithsonian National Zoo</a>\r\n3001 Connecticut Avenue\r\nWashington, DC 20008	\r\n(202) 633-2614', 'Smithsonian National Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4371-revision-v1', '', '', '2013-11-04 12:43:58', '2013-11-04 17:43:58', '', 4371, 'http://web3.gowebsolutions.com/~aazook/4371-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4374, 1, '2013-11-04 12:46:26', '2013-11-04 17:46:26', '<a href="http://www.brandywinezoo.org/" target="_blank">Brandywine Zoo</a>\r\n1001 N. Park Dr.\r\nWilmington, DE 19802	\r\n302-571-7747', 'Brandywine Zoo', 0, '', 'publish', 'closed', 'closed', '', 'brandywine-zoo', '', '', '2013-11-04 12:46:26', '2013-11-04 17:46:26', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4374', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4375, 1, '2013-11-04 12:46:13', '2013-11-04 17:46:13', '', 'brandywine_zoo', 0, '', 'inherit', 'closed', 'closed', '', 'brandywine_zoo', '', '', '2013-11-04 12:46:13', '2013-11-04 17:46:13', '', 4374, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/brandywine_zoo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4376, 1, '2013-11-04 12:46:26', '2013-11-04 17:46:26', '<a href="http://www.brandywinezoo.org/" target="_blank">Brandywine Zoo</a>\r\n1001 N. Park Dr.\r\nWilmington, DE 19802	\r\n302-571-7747', 'Brandywine Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4374-revision-v1', '', '', '2013-11-04 12:46:26', '2013-11-04 17:46:26', '', 4374, 'http://web3.gowebsolutions.com/~aazook/4374-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4377, 1, '2013-11-04 12:47:09', '2013-11-04 17:47:09', '<a href="http://www.ppcc.edu/" target="_blank">Pikes Peak Community College</a>\r\n5675 S Academy Blvd\r\nColorado Springs, CO 80357	\r\nUS\r\n800-456-6847', 'Pikes Peak Community College', 0, '', 'publish', 'closed', 'closed', '', 'pikes-peak-community-college', '', '', '2013-11-04 12:47:09', '2013-11-04 17:47:09', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4377', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4378, 1, '2013-11-04 12:47:06', '2013-11-04 17:47:06', '', 'pikes_peak_college', 0, '', 'inherit', 'closed', 'closed', '', 'pikes_peak_college', '', '', '2013-11-04 12:47:06', '2013-11-04 17:47:06', '', 4377, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/pikes_peak_college.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4379, 1, '2013-11-04 12:47:09', '2013-11-04 17:47:09', '<a href="http://www.ppcc.edu/" target="_blank">Pikes Peak Community College</a>\r\n5675 S Academy Blvd\r\nColorado Springs, CO 80357	\r\nUS\r\n800-456-6847', 'Pikes Peak Community College', 0, '', 'inherit', 'closed', 'closed', '', '4377-revision-v1', '', '', '2013-11-04 12:47:09', '2013-11-04 17:47:09', '', 4377, 'http://web3.gowebsolutions.com/~aazook/4377-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4380, 1, '2013-11-04 12:47:32', '2013-11-04 17:47:32', '<a href="http://www.denverzoo.org/" target="_blank">Denver Zoo</a>\r\n2300 Steele Street\r\nDenver, CO 80205	\r\nUS\r\n303-376-4800', 'Denver Zoo', 0, '', 'publish', 'closed', 'closed', '', 'denver-zoo', '', '', '2013-11-04 12:47:32', '2013-11-04 17:47:32', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4380', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4381, 1, '2013-11-04 12:47:30', '2013-11-04 17:47:30', '', 'denver_zoo', 0, '', 'inherit', 'closed', 'closed', '', 'denver_zoo', '', '', '2013-11-04 12:47:30', '2013-11-04 17:47:30', '', 4380, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/denver_zoo.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4382, 1, '2013-11-04 12:47:32', '2013-11-04 17:47:32', '<a href="http://www.denverzoo.org/" target="_blank">Denver Zoo</a>\r\n2300 Steele Street\r\nDenver, CO 80205	\r\nUS\r\n303-376-4800', 'Denver Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4380-revision-v1', '', '', '2013-11-04 12:47:32', '2013-11-04 17:47:32', '', 4380, 'http://web3.gowebsolutions.com/~aazook/4380-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4383, 1, '2013-11-04 12:48:16', '2013-11-04 17:48:16', '<a href="http://www.sandiegozoo.org/" target="_blank">Zoological Society of San Diego</a>\r\n15500 San Pasqual Valley Rd.\r\nEscondido, CA 92027	\r\n760-747-8702', 'Zoological Society of San Diego', 0, '', 'publish', 'closed', 'closed', '', 'zoological-society-of-san-diego', '', '', '2013-11-04 12:52:53', '2013-11-04 17:52:53', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4383', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4384, 1, '2013-11-04 12:48:16', '2013-11-04 17:48:16', '<a href="http://www.sandiegozoo.org/" target="_blank">Zoological Society of San Diego</a>\r\n15500 San Pasqual Valley Rd.\r\nEscondido, CA 92027	\r\n760-747-8702', 'Zoological Society of San Diego', 0, '', 'inherit', 'closed', 'closed', '', '4383-revision-v1', '', '', '2013-11-04 12:48:16', '2013-11-04 17:48:16', '', 4383, 'http://web3.gowebsolutions.com/~aazook/4383-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4385, 1, '2013-11-04 12:52:50', '2013-11-04 17:52:50', '', 'sandiegozooglobal', 0, '', 'inherit', 'closed', 'closed', '', 'sandiegozooglobal', '', '', '2013-11-04 12:52:50', '2013-11-04 17:52:50', '', 4383, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/sandiegozooglobal.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4386, 1, '2013-11-04 12:53:34', '2013-11-04 17:53:34', '<a href="http://www.wildwonders.org/" target="_blank">Wild Wonders, Inc.</a>\r\nP.O. Box 2771\r\nCarlsbad, CA 92008	\r\n760-630-9230', 'Wild Wonders, Inc.', 0, '', 'publish', 'closed', 'closed', '', 'wild-wonders-inc', '', '', '2013-11-04 12:53:34', '2013-11-04 17:53:34', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4386', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4387, 1, '2013-11-04 12:53:27', '2013-11-04 17:53:27', '', 'wild_wonders (1)', 0, '', 'inherit', 'closed', 'closed', '', 'wild_wonders-1', '', '', '2013-11-04 12:53:27', '2013-11-04 17:53:27', '', 4386, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/wild_wonders-1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4388, 1, '2013-11-04 12:53:34', '2013-11-04 17:53:34', '<a href="http://www.wildwonders.org/" target="_blank">Wild Wonders, Inc.</a>\r\nP.O. Box 2771\r\nCarlsbad, CA 92008	\r\n760-630-9230', 'Wild Wonders, Inc.', 0, '', 'inherit', 'closed', 'closed', '', '4386-revision-v1', '', '', '2013-11-04 12:53:34', '2013-11-04 17:53:34', '', 4386, 'http://web3.gowebsolutions.com/~aazook/4386-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4389, 1, '2013-11-04 12:54:11', '2013-11-04 17:54:11', '<a href="http://www.wildthingsinc.com/" target="_blank">Wild Things</a>\r\n400 River Rd\r\nSalinas, CA 93908	\r\nUS\r\n800-228-7382', 'Wild Things', 0, '', 'publish', 'closed', 'closed', '', 'wild-things', '', '', '2013-11-04 12:54:41', '2013-11-04 17:54:41', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4389', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4390, 1, '2013-11-04 12:54:11', '2013-11-04 17:54:11', '<a href="http://www.wildthingsinc.com/" target="_blank">Wild Things</a>\r\n400 River Rd\r\nSalinas, CA 93908	\r\nUS\r\n800-228-7382', 'Wild Things', 0, '', 'inherit', 'closed', 'closed', '', '4389-revision-v1', '', '', '2013-11-04 12:54:11', '2013-11-04 17:54:11', '', 4389, 'http://web3.gowebsolutions.com/~aazook/4389-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4391, 1, '2013-11-04 12:54:12', '2013-11-04 17:54:12', '', 'wild_things', 0, '', 'inherit', 'closed', 'closed', '', 'wild_things', '', '', '2013-11-04 12:54:12', '2013-11-04 17:54:12', '', 4389, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/wild_things.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4392, 1, '2013-11-04 12:55:03', '2013-11-04 17:55:03', '<a href="http://www.santabarbarazoo.org/" target="_blank">Santa Barbara Zoo</a>\r\n500 Ninos Dr\r\nSanta Barbara, CA 93103	\r\nUS\r\n805-962-5339', 'Santa Barbara Zoo', 0, '', 'publish', 'closed', 'closed', '', 'santa-barbara-zoo', '', '', '2013-11-04 12:55:03', '2013-11-04 17:55:03', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4392', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4393, 1, '2013-11-04 12:54:59', '2013-11-04 17:54:59', '', 'santa_barbara', 0, '', 'inherit', 'closed', 'closed', '', 'santa_barbara', '', '', '2013-11-04 12:54:59', '2013-11-04 17:54:59', '', 4392, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/santa_barbara.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4394, 1, '2013-11-04 12:55:03', '2013-11-04 17:55:03', '<a href="http://www.santabarbarazoo.org/" target="_blank">Santa Barbara Zoo</a>\r\n500 Ninos Dr\r\nSanta Barbara, CA 93103	\r\nUS\r\n805-962-5339', 'Santa Barbara Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4392-revision-v1', '', '', '2013-11-04 12:55:03', '2013-11-04 17:55:03', '', 4392, 'http://web3.gowebsolutions.com/~aazook/4392-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4395, 1, '2013-11-04 12:55:30', '2013-11-04 17:55:30', '<a href="http://ocparks.com/zoo/" target="_blank">Orange County Zoo</a>\r\n1 Irvine Park Road\r\nOrange, CA 92869	\r\n(714) 973-6847', 'Orange County Zoo', 0, '', 'publish', 'closed', 'closed', '', 'orange-county-zoo', '', '', '2013-11-04 12:55:30', '2013-11-04 17:55:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4395', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4396, 1, '2013-11-04 12:55:27', '2013-11-04 17:55:27', '', 'orangecounty', 0, '', 'inherit', 'closed', 'closed', '', 'orangecounty', '', '', '2013-11-04 12:55:27', '2013-11-04 17:55:27', '', 4395, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/orangecounty.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4397, 1, '2013-11-04 12:55:30', '2013-11-04 17:55:30', '<a href="http://ocparks.com/zoo/" target="_blank">Orange County Zoo</a>\r\n1 Irvine Park Road\r\nOrange, CA 92869	\r\n(714) 973-6847', 'Orange County Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4395-revision-v1', '', '', '2013-11-04 12:55:30', '2013-11-04 17:55:30', '', 4395, 'http://web3.gowebsolutions.com/~aazook/4395-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4398, 1, '2013-11-04 12:55:56', '2013-11-04 17:55:56', '<a href="http://www.oaklandzoo.org/" target="_blank">Oakland Zoo</a>\r\n9777 Golf Links Road\r\nOakland, CA 94605	\r\n(510) 632-9525', 'Oakland Zoo', 0, '', 'publish', 'closed', 'closed', '', 'oakland-zoo', '', '', '2013-11-04 12:55:56', '2013-11-04 17:55:56', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4398', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4399, 1, '2013-11-04 12:55:52', '2013-11-04 17:55:52', '', 'oakland_zoo', 0, '', 'inherit', 'closed', 'closed', '', 'oakland_zoo', '', '', '2013-11-04 12:55:52', '2013-11-04 17:55:52', '', 4398, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/oakland_zoo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4400, 1, '2013-11-04 12:55:56', '2013-11-04 17:55:56', '<a href="http://www.oaklandzoo.org/" target="_blank">Oakland Zoo</a>\r\n9777 Golf Links Road\r\nOakland, CA 94605	\r\n(510) 632-9525', 'Oakland Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4398-revision-v1', '', '', '2013-11-04 12:55:56', '2013-11-04 17:55:56', '', 4398, 'http://web3.gowebsolutions.com/~aazook/4398-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4401, 1, '2013-11-04 12:56:29', '2013-11-04 17:56:29', '<a href="http://www.happyhollowparkandzoo.org/" target="_blank">Happy Hollow Zoo</a>\r\n1300 Senter Road\r\nSan Jose, CA 95112	\r\nUS\r\n408-277-3000', 'Happy Hollow Zoo', 0, '', 'publish', 'closed', 'closed', '', 'happy-hollow-zoo', '', '', '2013-11-04 12:56:29', '2013-11-04 17:56:29', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4401', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4402, 1, '2013-11-04 12:56:27', '2013-11-04 17:56:27', '', 'happy_hollow_zoo', 0, '', 'inherit', 'closed', 'closed', '', 'happy_hollow_zoo', '', '', '2013-11-04 12:56:27', '2013-11-04 17:56:27', '', 4401, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/happy_hollow_zoo.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4403, 1, '2013-11-04 12:56:29', '2013-11-04 17:56:29', '<a href="http://www.happyhollowparkandzoo.org/" target="_blank">Happy Hollow Zoo</a>\r\n1300 Senter Road\r\nSan Jose, CA 95112	\r\nUS\r\n408-277-3000', 'Happy Hollow Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4401-revision-v1', '', '', '2013-11-04 12:56:29', '2013-11-04 17:56:29', '', 4401, 'http://web3.gowebsolutions.com/~aazook/4401-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4404, 1, '2013-11-04 12:56:52', '2013-11-04 17:56:52', '<a href="http://www.koko.org/" target="_blank">Gorilla Foundation</a>\r\nBox 620530\r\nWoodside, CA 94062	\r\nUS', 'Gorilla Foundation', 0, '', 'publish', 'closed', 'closed', '', 'gorilla-foundation', '', '', '2013-11-04 12:56:52', '2013-11-04 17:56:52', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4404', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4405, 1, '2013-11-04 12:56:49', '2013-11-04 17:56:49', '', 'gorilla_foundation', 0, '', 'inherit', 'closed', 'closed', '', 'gorilla_foundation', '', '', '2013-11-04 12:56:49', '2013-11-04 17:56:49', '', 4404, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/gorilla_foundation.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4406, 1, '2013-11-04 12:56:52', '2013-11-04 17:56:52', '<a href="http://www.koko.org/" target="_blank">Gorilla Foundation</a>\r\nBox 620530\r\nWoodside, CA 94062	\r\nUS', 'Gorilla Foundation', 0, '', 'inherit', 'closed', 'closed', '', '4404-revision-v1', '', '', '2013-11-04 12:56:52', '2013-11-04 17:56:52', '', 4404, 'http://web3.gowebsolutions.com/~aazook/4404-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4407, 1, '2013-11-04 12:57:16', '2013-11-04 17:57:16', '<a href="http://www.fresnochaffeezoo.com/" target="_blank">Fresno\'s Chaffee Zoo</a>\r\n894 W. Belmont \r\nFresno, CA 93728	\r\n559-498-5910', 'Fresno\'s Chaffee Zoo', 0, '', 'publish', 'closed', 'closed', '', 'fresnos-chaffee-zoo', '', '', '2013-11-04 12:57:16', '2013-11-04 17:57:16', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4407', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4408, 1, '2013-11-04 12:57:12', '2013-11-04 17:57:12', '', 'chaffee', 0, '', 'inherit', 'closed', 'closed', '', 'chaffee', '', '', '2013-11-04 12:57:12', '2013-11-04 17:57:12', '', 4407, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/chaffee.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4409, 1, '2013-11-04 12:57:16', '2013-11-04 17:57:16', '<a href="http://www.fresnochaffeezoo.com/" target="_blank">Fresno\'s Chaffee Zoo</a>\r\n894 W. Belmont \r\nFresno, CA 93728	\r\n559-498-5910', 'Fresno\'s Chaffee Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4407-revision-v1', '', '', '2013-11-04 12:57:16', '2013-11-04 17:57:16', '', 4407, 'http://web3.gowebsolutions.com/~aazook/4407-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4410, 1, '2013-11-04 12:57:47', '2013-11-04 17:57:47', '<a href="http://www.californiawolfcenter.org" target="_blank">California Wolf Center</a>\r\nPO Box 1389\r\nJulian, CA 92036	\r\n(619) 234-0030', 'California Wolf Center', 0, '', 'publish', 'closed', 'closed', '', 'california-wolf-center', '', '', '2013-11-04 12:57:47', '2013-11-04 17:57:47', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4410', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4411, 1, '2013-11-04 12:57:44', '2013-11-04 17:57:44', '', 'cal_wolf_center', 0, '', 'inherit', 'closed', 'closed', '', 'cal_wolf_center', '', '', '2013-11-04 12:57:44', '2013-11-04 17:57:44', '', 4410, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/cal_wolf_center.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4412, 1, '2013-11-04 12:57:47', '2013-11-04 17:57:47', '<a href="http://www.californiawolfcenter.org" target="_blank">California Wolf Center</a>\r\nPO Box 1389\r\nJulian, CA 92036	\r\n(619) 234-0030', 'California Wolf Center', 0, '', 'inherit', 'closed', 'closed', '', '4410-revision-v1', '', '', '2013-11-04 12:57:47', '2013-11-04 17:57:47', '', 4410, 'http://web3.gowebsolutions.com/~aazook/4410-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4413, 1, '2013-11-04 12:58:08', '2013-11-04 17:58:08', '<a href="http://www.moorparkcollege.edu/current_students/teaching_zoo/home.shtml" target="_blank">America\'s Teaching Zoo-Moorpark College</a>\r\n7075 Campus Road\r\nMoorpark, CA 93021	\r\n(805) 378-1400', 'America\'s Teaching Zoo-Moorpark College', 0, '', 'publish', 'closed', 'closed', '', 'americas-teaching-zoo-moorpark-college', '', '', '2013-11-04 12:58:08', '2013-11-04 17:58:08', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4413', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4414, 1, '2013-11-04 12:58:06', '2013-11-04 17:58:06', '', 'moorpark', 0, '', 'inherit', 'closed', 'closed', '', 'moorpark', '', '', '2013-11-04 12:58:06', '2013-11-04 17:58:06', '', 4413, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/moorpark.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4415, 1, '2013-11-04 12:58:08', '2013-11-04 17:58:08', '<a href="http://www.moorparkcollege.edu/current_students/teaching_zoo/home.shtml" target="_blank">America\'s Teaching Zoo-Moorpark College</a>\r\n7075 Campus Road\r\nMoorpark, CA 93021	\r\n(805) 378-1400', 'America\'s Teaching Zoo-Moorpark College', 0, '', 'inherit', 'closed', 'closed', '', '4413-revision-v1', '', '', '2013-11-04 12:58:08', '2013-11-04 17:58:08', '', 4413, 'http://web3.gowebsolutions.com/~aazook/4413-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4416, 1, '2013-11-04 12:58:54', '2013-11-04 17:58:54', '<a href="http://www.turpentinecreek.org/index.html" target="_blank">Turpentine Creek Wildlife Refuge</a>\r\n239 Turpentine Creek Lane\r\nEureka Springs, AR 72632	\r\nUS\r\n479-253-5841', 'Turpentine Creek Wildlife Refuge', 0, '', 'publish', 'closed', 'closed', '', 'turpentine-creek-wildlife-refuge', '', '', '2013-11-04 12:58:54', '2013-11-04 17:58:54', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4416', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4417, 1, '2013-11-04 12:58:50', '2013-11-04 17:58:50', '', 'turpentine_creek', 0, '', 'inherit', 'closed', 'closed', '', 'turpentine_creek', '', '', '2013-11-04 12:58:50', '2013-11-04 17:58:50', '', 4416, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/turpentine_creek.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4418, 1, '2013-11-04 12:58:54', '2013-11-04 17:58:54', '<a href="http://www.turpentinecreek.org/index.html" target="_blank">Turpentine Creek Wildlife Refuge</a>\r\n239 Turpentine Creek Lane\r\nEureka Springs, AR 72632	\r\nUS\r\n479-253-5841', 'Turpentine Creek Wildlife Refuge', 0, '', 'inherit', 'closed', 'closed', '', '4416-revision-v1', '', '', '2013-11-04 12:58:54', '2013-11-04 17:58:54', '', 4416, 'http://web3.gowebsolutions.com/~aazook/4416-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4419, 1, '2013-11-04 12:59:18', '2013-11-04 17:59:18', '<a href="http://www.littlerockzoo.com/home" target="_blank">Little Rock Zoo</a>\r\n1 Jonesboro Dr.\r\nLittle Rock, AR 72205	\r\n501-666-2406', 'Little Rock Zoo', 0, '', 'publish', 'closed', 'closed', '', 'little-rock-zoo', '', '', '2013-11-04 12:59:18', '2013-11-04 17:59:18', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4419', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4420, 1, '2013-11-04 12:59:15', '2013-11-04 17:59:15', '', 'little_rock', 0, '', 'inherit', 'closed', 'closed', '', 'little_rock-2', '', '', '2013-11-04 12:59:15', '2013-11-04 17:59:15', '', 4419, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/little_rock1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4421, 1, '2013-11-04 12:59:18', '2013-11-04 17:59:18', '<a href="http://www.littlerockzoo.com/home" target="_blank">Little Rock Zoo</a>\r\n1 Jonesboro Dr.\r\nLittle Rock, AR 72205	\r\n501-666-2406', 'Little Rock Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4419-revision-v1', '', '', '2013-11-04 12:59:18', '2013-11-04 17:59:18', '', 4419, 'http://web3.gowebsolutions.com/~aazook/4419-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4422, 1, '2013-11-04 12:59:54', '2013-11-04 17:59:54', '<a href="http://www.wildlifeworld.com/" target="_blank">Wildlife World Zoo</a>\r\n16501 W Northern Avenue\r\nLitchfield Park, AZ 85340-9466	\r\nUS\r\n623-935-9453', 'Wildlife World Zoo', 0, '', 'publish', 'closed', 'closed', '', 'wildlife-world-zoo', '', '', '2013-11-04 12:59:54', '2013-11-04 17:59:54', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4422', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4423, 1, '2013-11-04 12:59:51', '2013-11-04 17:59:51', '', 'wwz', 0, '', 'inherit', 'closed', 'closed', '', 'wwz', '', '', '2013-11-04 12:59:51', '2013-11-04 17:59:51', '', 4422, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/wwz.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4424, 1, '2013-11-04 12:59:54', '2013-11-04 17:59:54', '<a href="http://www.wildlifeworld.com/" target="_blank">Wildlife World Zoo</a>\r\n16501 W Northern Avenue\r\nLitchfield Park, AZ 85340-9466	\r\nUS\r\n623-935-9453', 'Wildlife World Zoo', 0, '', 'inherit', 'closed', 'closed', '', '4422-revision-v1', '', '', '2013-11-04 12:59:54', '2013-11-04 17:59:54', '', 4422, 'http://web3.gowebsolutions.com/~aazook/4422-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4425, 1, '2013-11-04 13:00:16', '2013-11-04 18:00:16', '<a href="http://outofafricapark.com/" target="_blank">Out of Africa Wildlife Park</a>\r\n3505 Camp verde Bridgeport Hwy (SR-260)\r\nCamp Verde, AZ 86322	\r\n(928) 567-2840', 'Out of Africa Wildlife Park', 0, '', 'publish', 'closed', 'closed', '', 'out-of-africa-wildlife-park', '', '', '2013-11-04 13:00:16', '2013-11-04 18:00:16', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4425', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4426, 1, '2013-11-04 13:00:14', '2013-11-04 18:00:14', '', 'ooa', 0, '', 'inherit', 'closed', 'closed', '', 'ooa', '', '', '2013-11-04 13:00:14', '2013-11-04 18:00:14', '', 4425, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/ooa.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4427, 1, '2013-11-04 13:00:16', '2013-11-04 18:00:16', '<a href="http://outofafricapark.com/" target="_blank">Out of Africa Wildlife Park</a>\r\n3505 Camp verde Bridgeport Hwy (SR-260)\r\nCamp Verde, AZ 86322	\r\n(928) 567-2840', 'Out of Africa Wildlife Park', 0, '', 'inherit', 'closed', 'closed', '', '4425-revision-v1', '', '', '2013-11-04 13:00:16', '2013-11-04 18:00:16', '', 4425, 'http://web3.gowebsolutions.com/~aazook/4425-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4428, 1, '2013-11-04 13:00:39', '2013-11-04 18:00:39', '<a href="http://www.bearizona.com/" target="_blank">Bearizona Wildlife Park</a>\r\n1500 E. Route 66\r\nWilliams, AZ 86046	\r\n928-635-2289', 'Bearizona Wildlife Park', 0, '', 'publish', 'closed', 'closed', '', 'bearizona-wildlife-park', '', '', '2013-11-04 13:00:39', '2013-11-04 18:00:39', '', 0, 'http://web3.gowebsolutions.com/~aazook/?post_type=institutional&#038;p=4428', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4429, 1, '2013-11-04 13:00:36', '2013-11-04 18:00:36', '', 'bearizona', 0, '', 'inherit', 'closed', 'closed', '', 'bearizona', '', '', '2013-11-04 13:00:36', '2013-11-04 18:00:36', '', 4428, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/bearizona.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4430, 1, '2013-11-04 13:00:39', '2013-11-04 18:00:39', '<a href="http://www.bearizona.com/" target="_blank">Bearizona Wildlife Park</a>\r\n1500 E. Route 66\r\nWilliams, AZ 86046	\r\n928-635-2289', 'Bearizona Wildlife Park', 0, '', 'inherit', 'closed', 'closed', '', '4428-revision-v1', '', '', '2013-11-04 13:00:39', '2013-11-04 18:00:39', '', 4428, 'http://web3.gowebsolutions.com/~aazook/4428-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4431, 1, '2013-11-04 13:17:18', '2013-11-04 18:17:18', '', 'Shop', 0, '', 'inherit', 'closed', 'closed', '', '441-revision-v1', '', '', '2013-11-04 13:17:18', '2013-11-04 18:17:18', '', 441, 'http://web3.gowebsolutions.com/~aazook/441-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4798, 1, '2013-12-05 16:57:43', '2013-12-05 21:57:43', '', 'Contact', 0, '', 'publish', 'closed', 'closed', '', 'contact-2', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 0, 'https://www.aazk.org/?p=4798', 45, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4444, 1, '2013-11-05 16:04:20', '2013-11-05 21:04:20', '', 'Update Profile', 0, '', 'inherit', 'closed', 'closed', '', '3674-revision-v1', '', '', '2013-11-05 16:04:20', '2013-11-05 21:04:20', '', 3674, 'http://web3.gowebsolutions.com/~aazook/3674-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4445, 1, '2013-11-05 16:47:52', '2013-11-05 21:47:52', '<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nIn 1990, AAZK began by supporting the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n<h4>Who does BFR support?</h4>\r\n<img class="alignleft" alt="Black Rhinos" src="[homeurl]/wp-content/uploads/blackrhinos_004.jpg" border="1" hspace="10" vspace="10" /> In Kenya, Africa, BFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img class="alignright" alt="" src="[homeurl]/wp-content/uploads/sumatranrhino1.jpg" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n<h4>Donate</h4>\r\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below.\r\n<div class="first sixcol">\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 1.3em;">$4,321,808.48</span></strong>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h6>2012 Funds Raised:</h6>\r\n<strong><span style="font-size: 1.3em;">$337,191.09</span></strong>\r\n<em> - this is a new record for amount raised in a year!</em>\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<a href="[homeurl]/bowling-for-rhinos/bfr-donation/"><img class="alignnone size-full wp-image-2410" alt="donate_button" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/donate_button.jpg" width="135" height="136" /></a>', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-11-05 16:47:52', '2013-11-05 21:47:52', '', 168, 'http://web3.gowebsolutions.com/~aazook/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4446, 1, '2013-11-05 16:48:09', '2013-11-05 21:48:09', '<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nIn 1990, AAZK began by supporting the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n<h4>Who does BFR support?</h4>\r\n<img class="alignleft" alt="Black Rhinos" src="[homeurl]/wp-content/uploads/blackrhinos_004.jpg" border="1" hspace="10" vspace="10" /> In Kenya, Africa, BFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img class="alignright" alt="" src="[homeurl]/wp-content/uploads/sumatranrhino1.jpg" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n<h4>Donate</h4>\r\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below.\r\n<div class="first sixcol">\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 1.9em;">$4,321,808.48</span></strong>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h6>2012 Funds Raised:</h6>\r\n<strong><span style="font-size: 1.9em;">$337,191.09</span></strong>\r\n<em> - this is a new record for amount raised in a year!</em>\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<a href="[homeurl]/bowling-for-rhinos/bfr-donation/"><img class="alignnone size-full wp-image-2410" alt="donate_button" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/donate_button.jpg" width="135" height="136" /></a>', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-11-05 16:48:09', '2013-11-05 21:48:09', '', 168, 'http://web3.gowebsolutions.com/~aazook/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4564, 2, '2013-11-21 11:30:55', '2013-11-21 16:30:55', '<a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/November-2013-Cover2.jpg"><img class="alignnone size-medium wp-image-4563" alt="November-2013-Cover" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/November-2013-Cover2-235x300.jpg" width="235" height="300" /></a>In August of 1972, a short-lived "unofficial" newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level.\r\n\r\nThe idea for Animal Keepers\' Forum grew out of a bull session among keepers at the Topeka Zoo. The original Ruptured Rhino staff, along with several others, were involved in the conception and production of the<strong> first issue of AKF in November of 1974</strong>. It was 3 1/2 pages long, and printed on a mimeograph-type machine. Early issues contained zoo news articles, items on legislation and guest editorials.\r\n\r\nBy June of 1975 the AKF had grown to 13 pages and in November of 1975 celebrated its first anniversary of continuous publication. After the first two issues, it was sold on a subscription basis at $5.00 per year. Although originally the AKF was sold to AAZK members, it didn\'t become the "official" professional journal of the Association until March of 1975. The AKF has always carried the motto "Dedicated to Professional Animal Care".\r\n\r\nIn January 1976, AKF changed its format to a booklet style publication. In 1977 AKF had its first part-time paid editor and also began to be printed commercially. In 1978 the buff colored cover featuring artwork by keepers debuted. The first Excellence in Journalism Awards were given in 1979.\r\n\r\nIn 1981 Susan Chan was hired as Managing Editor for Animal Keepers’ Forum. The AKF has continued to grow in scope and content since that time, now averaging 44 pages per issue.  At least once a year, an issue dedicated to a particular species or topic is produced. AKF contains regular columns on Animal Behavior, Enrichment Options, Crisis Management and legislative issues affecting wildlife and zoos. Each issue also contains articles on animal husbandry, book reviews, a listing of upcoming conferences and symposia and Association news.\r\n\r\nThe Animal Keepers\' Forum has come a long way since its inception when it was printed on a mimeograph machine to today when it is produced with modern desktop publishing computer equipment. It currently reaches approximately <strong>2800 members (including about 150 zoos) in the U.S., Canada and 24 foreign countries</strong>.\r\n\r\nAnimal Keepers’ Forum is celebrating its 40th anniversary of continuous publication this year (2013).\r\n<div class="hr"></div>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="[homeurl]/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="[homeurl]/shop/">store</a>.', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '4538-revision-v1', '', '', '2013-11-21 11:30:55', '2013-11-21 16:30:55', '', 4538, 'http://web3.gowebsolutions.com/~aazook/4538-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4449, 1, '2013-11-05 16:54:26', '2013-11-05 21:54:26', '<h4>What is "Bowling For Rhinos"?</h4>\r\n<img class="alignleft" alt="" src="[homeurl]/wp-content/uploads/bfr_logo_497x497-150x150.jpg" width="90" height="90" /> Each year the American Association of Zoo keepers (AAZK) sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR). Over 60 AAZK chapters participate throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in Sumatra. These sanctuaries not only save rhinos but also these entire ecosystems!\r\n<div class="hr"></div>\r\n<h4>Why save Rhinos?</h4>\r\n<img class="alignright" title="extinct_rhino" alt="extinct_rhino" src="[homeurl]/wp-content/uploads/extinct_rhino-300x200.jpg" width="150" /> Rhinos have lived on earth for over 50 million years but whether they survive even 50 more years is open to speculation. Only 5 species of rhino exist today when once there were over 100 species. All 5 species- the white, black, greater one-horned, Sumatran and Javan are endangered. Only the white rhino with a population of 4,600 seems to be somewhat safe from extinction. In 1960, 60,000 black rhinos roamed Africa. Today only 2,500 remain in isolated populations. On the Asian continent, the greater one-horned population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has fewer than 60 animals.\r\n\r\nThe black rhino is a symbol of conservation in Africa as our bald eagle is to those of us in the United States. If the black rhino were to go extinct what message would we give our children? The rhino is a large, flagship species. By striving to save the rhino, we save large expanses of habitat. By saving these habitats, we are saving many endangered species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50 million years but it can not survive guns and man. The rhino is killed for its horn to be used in oriental medicines and as symbolic dagger handles. So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks. "BFR" money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuaries/parks, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\r\n\r\n<img class="alignleft" title="aazk-color-logo-c2a8" alt="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an obligation to save it and the other rhino species from extinction. Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\r\n<div class="hr"></div>\r\n<h4>Where do Bowling For Rhinos Funds go?</h4>\r\n<img class="size-medium wp-image-1443 alignleft" title="img_5337" alt="img_5337" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5337-300x200.jpg" width="150" /> 100% of all funds raised goes directly to in situ conservation projects, conserving four species of rhino, their habitats, and hundreds of other endangered plants and animals. BFR helps preserve the black and white rhino in Africa and the Javan and Sumatran rhino in Indonesia.\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon. This is a 300 square mile National Park on the island of Java (Indonesia) which is home to some of the rarest animals on earth! Ujung Kulon supports the last 47 Javan rhinos in the world (with a few discovered in Viet Nam), 40 species of mammals, 250 species of birds, many rare amphibians and reptiles including the green sea turtle. In fact, Java is home to one eighth of the world\'s mammals, birds, reptile, amphibian and plant species although it only occupies one percent of the globes land surface!\r\n\r\n<img class="alignright size-medium wp-image-1445" title="sumatranrhino" alt="sumatranrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino-300x199.jpg" width="150" /> In 1997, "BFR" again expanded their funding efforts to include Bukit Barisan Selatan National Park (BBSNP). This is a 3,568 square km protected area on the southwest side of the island of Sumatra. Asian elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a substantial number of the estimated 200 Sumatran rhinos live within this park. $25,000/ year is needed at BBSNP to provide additional patrol stations, patrol equipment and training of park guards in anti- poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that includes all parks with rhino populations. This program will allow funding to be used on top priority needs in top priority locations to conserve wildlife. BFR is part of this program. This allows unused funding in any given year to go through IRCP to be reallocated to these top priority locations. This allows BFR to expand funding to include such places as Way Kambas (Eastern Sumatra) that has a large population of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of Sumatran rhinos in the world and is a crucial nucleus for the survival and recovery of this species. Currently, the best use of and greatest need for the BFR funds is to be used to establish more anti-poaching teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to Lewa Wildlife Conservancy(LWC). 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant</a> administered by the AAZK.\r\n<div class="hr"></div>\r\n<h4>Are donations to Bowling For Rhinos tax deductible?</h4>\r\nYes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501 (c)(3) organization. Also, remember to check with your employer to see if they have a matching gift program as an easy way to double your donation.\r\n<div class="hr"></div>\r\n<h4>How can I help?</h4>\r\nYou can help by participating in your local AAZK Chapter\'s Bowling For Rhinos fundraiser or by donating to someone who is. <a href="../find-chapters/">Click here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\r\n<div class="hr"></div>\r\n<h4>Do you need to be an AAZK member to bowl?</h4>\r\n<strong>No.</strong> Anyone can join the bowl-a-thon and have fun.\r\n<div class="hr"></div>\r\n<h4>How many chapters participate?</h4>\r\nApproximately 60 chapters participate each year with about 55 events (some bowl together) in U.S. and Canada.\r\n<div class="hr"></div>\r\n<h4>Why not bowl for a different animal each year?</h4>\r\nIt takes about 5 years for a fund raiser to take hold where the public looks forward to it so it is important to keep the name the same. BFR saves rhino habitat so it saves everything from orchids to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya has more elephants (300) than rhino (80). BFR also saves cheetah, Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan gibbons and the coral reefs, just to name a few.\r\n<div class="hr"></div>\r\n<h4>Where can I get more information?</h4>\r\nHopefully, you can find most of what you\'re looking for on our website. If there are things we can add that are useful, please <a href="[homeurl]/contact/">let us know</a>. Additionally, you can find out more through some of the programs that we participate in, <a href="http://www.lewa.org" target="_blank">www.lewa.org</a>, <a href="http://www.rhinos-irf.org/" target="_blank">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/" target="_blank">www.actionforcheetahs.org</a>.\r\n<div id="inner-links"></div>', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2013-11-05 16:54:26', '2013-11-05 21:54:26', '', 1269, 'http://web3.gowebsolutions.com/~aazook/1269-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4450, 1, '2013-11-05 16:54:54', '2013-11-05 21:54:54', '<h4>What is "Bowling For Rhinos"?</h4>\r\n<img class="alignleft" alt="" src="[homeurl]/wp-content/uploads/bfr_logo_497x497-150x150.jpg" width="90" height="90" /> Each year the American Association of Zoo keepers (AAZK) sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR). Over 60 AAZK chapters participate throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in Sumatra. These sanctuaries not only save rhinos but also these entire ecosystems!\r\n<div class="hr"></div>\r\n<h4>Why save Rhinos?</h4>\r\n<img class="alignright" title="extinct_rhino" alt="extinct_rhino" src="[homeurl]/wp-content/uploads/extinct_rhino-300x200.jpg" width="150" /> Rhinos have lived on earth for over 50 million years but whether they survive even 50 more years is open to speculation. Only 5 species of rhino exist today when once there were over 100 species. All 5 species- the white, black, greater one-horned, Sumatran and Javan are endangered. Only the white rhino with a population of 4,600 seems to be somewhat safe from extinction. In 1960, 60,000 black rhinos roamed Africa. Today only 2,500 remain in isolated populations. On the Asian continent, the greater one-horned population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has fewer than 60 animals.\r\n\r\nThe black rhino is a symbol of conservation in Africa as our bald eagle is to those of us in the United States. If the black rhino were to go extinct what message would we give our children? The rhino is a large, flagship species. By striving to save the rhino, we save large expanses of habitat. By saving these habitats, we are saving many endangered species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50 million years but it can not survive guns and man. The rhino is killed for its horn to be used in oriental medicines and as symbolic dagger handles. So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks. "BFR" money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuaries/parks, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\r\n\r\n<img class="alignleft" title="aazk-color-logo-c2a8" alt="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an obligation to save it and the other rhino species from extinction. Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\r\n<div class="hr"></div>\r\n<h4>Where do Bowling For Rhinos Funds go?</h4>\r\n<img class="size-medium wp-image-1443 alignleft" title="img_5337" alt="img_5337" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5337-300x200.jpg" width="150" /> 100% of all funds raised goes directly to in situ conservation projects, conserving four species of rhino, their habitats, and hundreds of other endangered plants and animals. BFR helps preserve the black and white rhino in Africa and the Javan and Sumatran rhino in Indonesia.\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon. This is a 300 square mile National Park on the island of Java (Indonesia) which is home to some of the rarest animals on earth! Ujung Kulon supports the last 47 Javan rhinos in the world (with a few discovered in Viet Nam), 40 species of mammals, 250 species of birds, many rare amphibians and reptiles including the green sea turtle. In fact, Java is home to one eighth of the world\'s mammals, birds, reptile, amphibian and plant species although it only occupies one percent of the globes land surface!\r\n\r\n<img class="alignright size-medium wp-image-1445" title="sumatranrhino" alt="sumatranrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino-300x199.jpg" width="150" /> In 1997, "BFR" again expanded their funding efforts to include Bukit Barisan Selatan National Park (BBSNP). This is a 3,568 square km protected area on the southwest side of the island of Sumatra. Asian elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a substantial number of the estimated 200 Sumatran rhinos live within this park. $25,000/ year is needed at BBSNP to provide additional patrol stations, patrol equipment and training of park guards in anti- poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that includes all parks with rhino populations. This program will allow funding to be used on top priority needs in top priority locations to conserve wildlife. BFR is part of this program. This allows unused funding in any given year to go through IRCP to be reallocated to these top priority locations. This allows BFR to expand funding to include such places as Way Kambas (Eastern Sumatra) that has a large population of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of Sumatran rhinos in the world and is a crucial nucleus for the survival and recovery of this species. Currently, the best use of and greatest need for the BFR funds is to be used to establish more anti-poaching teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to Lewa Wildlife Conservancy(LWC). 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant</a> administered by the AAZK.\r\n<div class="hr"></div>\r\n<h4>Are donations to Bowling For Rhinos tax deductible?</h4>\r\nYes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501 (c)(3) organization. Also, remember to check with your employer to see if they have a matching gift program as an easy way to double your donation.\r\n<div class="hr"></div>\r\n<h4>How can I help?</h4>\r\nYou can help by participating in your local AAZK Chapter\'s Bowling For Rhinos fundraiser or by donating to someone who is. <a href="../../find-chapters/">Click here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\r\n<div class="hr"></div>\r\n<h4>Do you need to be an AAZK member to bowl?</h4>\r\n<strong>No.</strong> Anyone can join the bowl-a-thon and have fun.\r\n<div class="hr"></div>\r\n<h4>How many chapters participate?</h4>\r\nApproximately 60 chapters participate each year with about 55 events (some bowl together) in U.S. and Canada.\r\n<div class="hr"></div>\r\n<h4>Why not bowl for a different animal each year?</h4>\r\nIt takes about 5 years for a fund raiser to take hold where the public looks forward to it so it is important to keep the name the same. BFR saves rhino habitat so it saves everything from orchids to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya has more elephants (300) than rhino (80). BFR also saves cheetah, Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan gibbons and the coral reefs, just to name a few.\r\n<div class="hr"></div>\r\n<h4>Where can I get more information?</h4>\r\nHopefully, you can find most of what you\'re looking for on our website. If there are things we can add that are useful, please <a href="[homeurl]/contact/">let us know</a>. Additionally, you can find out more through some of the programs that we participate in, <a href="http://www.lewa.org" target="_blank">www.lewa.org</a>, <a href="http://www.rhinos-irf.org/" target="_blank">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/" target="_blank">www.actionforcheetahs.org</a>.\r\n<div id="inner-links"></div>', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2013-11-05 16:54:54', '2013-11-05 21:54:54', '', 1269, 'http://web3.gowebsolutions.com/~aazook/1269-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4451, 1, '2013-11-05 17:27:50', '2013-11-05 22:27:50', '<h4>Purpose</h4>\r\n<img class="alignleft wp-image-1132" title="Professional Development Committee Logo" alt="Professional Development Committee Logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="130" /> The Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\nThe Passerine Husbandry Workshop taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom. This a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds. <img class="alignright" title="Passerine Husbandry Workshop" alt="Passerine Husbandry Workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="125"/> \r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo. This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry. This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. \r\n\r\n<div class="first sixcol">\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" /> Dr. Robert Webster giving one of many bird husbandry talks[/caption]\r\n</div>\r\n<div class="sixcol">\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="alignright size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" /> Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge[/caption]\r\n</div>\r\n\r\n<h4>The Future</h4>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<h4>Professional Development Committee Members</h4>\r\n<div class="first sixcol">\r\n <p align="center"><strong>Co-Chair</strong></p>\r\n<img class="aligncenter" alt="Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> <p align="center">Melaina Wallace - <em>Disney\'s Animal Kingdom</em></p>\r\n</div>\r\n<div class="last sixcol">\r\n <p align="center"><strong>Co-Chair</strong></p>\r\n<img src="[homeurl]/wp-content/uploads/no-img.jpg" class="aligncenter" alt="No Image Available">\r\n <p align="center">Bob Cisneros - <em>AAZK President</em></p>\r\n</div>\r\n\r\n<div class="first sixcol">\r\nSan Diego Zoo\r\nMelaina Wallace - Co-chair\r\nDisney\'s Animal Kingdom\r\nEllen Vossekull - Co-Chair\r\nUtah\'s Hogle Zoo\r\nVictor Alm\r\nOakland Zoo\r\nLeanne Blinco\r\nDisney\'s Animal Kingdom\r\nMike Murray\r\nDenver Zoo\r\nAaron Jesue\r\nNorth Carolina Zoo\r\nEunice Hui\r\nCuriOdyssey\r\nDawn Sohr\r\n</div>\r\n<div class="last sixcol">\r\nBrookfield Zoo\r\nAndrew Rowan\r\nDenver Zoo\r\nAnthony Nielsen\r\nLincoln Park Zoo\r\nT\'noya Thopmson Gonzales\r\nMoody Gardens\r\nChris Mooney\r\nSan Diego Zoo\r\nSasha Stallard\r\nSan Diego Zoo\'s Safari Park\r\nJanee Thill\r\nSequoia Park Zoo\r\nEmily Merola\r\nUtah\'s Hogle Zoo\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-11-05 17:27:50', '2013-11-05 22:27:50', '', 178, 'http://web3.gowebsolutions.com/~aazook/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4452, 1, '2013-11-05 17:42:36', '2013-11-05 22:42:36', '<div class="bod first">\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignleft size-full wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2.jpg" alt="bob-mug2" width="158" height="155" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">President<a href="mailto:bob.cisneros@aecetia.net/gws/aazk"></a></div>\r\n<div class="title"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="affiliated_zoo_location">San Diego, CA</div>\r\n<ul class="committees">\r\n	<li>Professional association and husbandry liaisons,</li>\r\n	<li><a href="../committee/professional-development-committee/">Professional Development</a>,</li>\r\n	<li>Media,</li>\r\n	<li>Social Media</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignleft size-full wp-image-846" title="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny.jpg" alt="penny" width="149" height="167" /></div>\r\n<div class="name">Penny Jolly</div>\r\n<div class="title">Vice President</div>\r\n<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="affiliated_zoo_location">Orlando, FL</div>\r\n<ul class="committees">\r\n	<li><a href="../committee/bowling-for-rhinos/">Bowling for Rhinos</a>,<a href="../committee/bowling-for-rhinos/"> </a><a href="../committee/bowling-for-rhinos/"></a></li>\r\n	<li><a href="../committee/ethics-committee/">Ethics</a>,</li>\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/bylaws-committee/">Bylaws</a>,</li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignleft size-medium wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-222x300.jpg" alt="walz" width="133" height="180" /></div>\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Living Planet Aquarium</div>\r\n<div class="affiliated_zoo_location">Sandy, UT</div>\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/behavioral-husbandry/">Behavioral Husbandry</a><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/"> </a><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/"></a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignleft size-full wp-image-2131" title="wilson" src="http://aecetia.net/gws/aazk/wp-content/uploads/wilson.jpg" alt="wilson" width="150" height="181" /></div>\r\n<div class="name">Kelly Wilson</div>\r\n<div class="title">Board Member<a href="mailto:kelly.wilson@aecetia.net/gws/aazk"></a></div>\r\n<div class="title"><a href="mailto:kelly.wilson@aecetia.net/gws/aazk">kelly.wilson@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Detroit Zoo</div>\r\n<div class="affiliated_zoo_location">Detroit, MI</div>\r\n<div class="affiliated_zoo_location">\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/membership-resources/">Membership Resources</a><a href="../committee/bowling-for-rhinos/"> </a><a href="../committee/bowling-for-rhinos/"></a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignleft size-full wp-image-2258" title="wagner1" src="http://aecetia.net/gws/aazk/wp-content/uploads/wagner1.jpg" alt="wagner1" width="150" height="144" /></div>\r\n<div class="name">Denise Wagner</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:denise.wagner@aecetia.net/gws/aazk">denise.wagner@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="affiliated_zoo">Phoenix Zoo</div>\r\n<div class="affiliated_zoo_location">Phoenix, AZ</div>\r\n<ul class="committees">\r\n	<li><a href="../committee/awards-committee/">Awards</a>,</li>\r\n	<li><a href="../committee/grants-committee/">Grants</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="size-thumbnail wp-image-1504 alignleft" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">CEO/CFO</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Tucson, AZ</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignleft size-thumbnail wp-image-882" title="barbara" src="http://aecetia.net/gws/aazk/wp-content/uploads/barbara-150x150.jpg" alt="barbara" width="150" height="150" /></div>\r\n<div class="name">Barbara Manspeaker</div>\r\n<div class="title">Administrative Secretary</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n<div class="bod">\r\n<div class="identity">\r\n<div class="name"><img class="alignleft size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n</div>\r\n<div class="info">\r\n<div class="department">AAZK Inc. - Cleveland, OH</div>\r\n</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2013-11-05 17:42:36', '2013-11-05 22:42:36', '', 395, 'http://web3.gowebsolutions.com/~aazook/395-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4453, 1, '2013-11-05 17:47:42', '2013-11-05 22:47:42', '<div class="clearfix">\r\n	<div class="name fivecol first"><img class="alignnone size-full wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2.jpg" alt="bob-mug2" width="158" height="155" /></div>\r\n	<div class="sevencol last">\r\n		<div class="name">Bob Cisneros</div>\r\n		<div class="title">President<a href="mailto:bob.cisneros@aecetia.net/gws/aazk"></a></div>\r\n		<div class="title"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n	<div class="affiliated_zoo">San Diego Zoo</div>\r\n	<div class="affiliated_zoo_location">San Diego, CA</div>\r\n	<ul class="committees">\r\n		<li>Professional association and husbandry liaisons,</li>\r\n		<li><a href="../committee/professional-development-committee/">Professional Development</a>,</li>\r\n		<li>Media,</li>\r\n		<li>Social Media</li>\r\n	</ul>\r\n	</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n	<div class="name fivecol first"><img class="alignnone size-full wp-image-846" title="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny.jpg" alt="penny" width="149" height="167" /></div>\r\n	<div class="sevencol last">\r\n		\r\n	<div class="name">Penny Jolly</div>\r\n	<div class="title">Vice President</div>\r\n	<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n	<div class="info">\r\n	</div>\r\n	<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n	<div class="affiliated_zoo_location">Orlando, FL</div>\r\n	<ul class="committees">\r\n		<li><a href="../committee/bowling-for-rhinos/">Bowling for Rhinos</a>,<a href="../committee/bowling-for-rhinos/"> </a><a href="../committee/bowling-for-rhinos/"></a></li>\r\n		<li><a href="../committee/ethics-committee/">Ethics</a>,</li>\r\n		<li><a href="http://aecetia.net/gws/aazk/committee/bylaws-committee/">Bylaws</a>,</li>\r\n		<li>Conservation Partners liaisons</li>\r\n	</ul>\r\n	</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-medium wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-222x300.jpg" alt="walz" width="133" height="180" /></div>\r\n<div class="sevencol last">\r\n	\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n<div class="info">\r\n</div>\r\n<div class="affiliated_zoo">Living Planet Aquarium</div>\r\n<div class="affiliated_zoo_location">Sandy, UT</div>\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/behavioral-husbandry/">Behavioral Husbandry</a><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/"> </a><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/"></a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-2131" title="wilson" src="http://aecetia.net/gws/aazk/wp-content/uploads/wilson.jpg" alt="wilson" width="150" height="181" /></div>\r\n<div class="sevencol last">\r\n	\r\n<div class="name">Kelly Wilson</div>\r\n<div class="title">Board Member<a href="mailto:kelly.wilson@aecetia.net/gws/aazk"></a></div>\r\n<div class="title"><a href="mailto:kelly.wilson@aecetia.net/gws/aazk">kelly.wilson@aecetia.net/gws/aazk</a></div>\r\n<div class="affiliated_zoo">Detroit Zoo</div>\r\n<div class="affiliated_zoo_location">Detroit, MI</div>\r\n<div class="affiliated_zoo_location">\r\n<ul class="committees">\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/membership-resources/">Membership Resources</a><a href="../committee/bowling-for-rhinos/"> </a><a href="../committee/bowling-for-rhinos/"></a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-2258" title="wagner1" src="http://aecetia.net/gws/aazk/wp-content/uploads/wagner1.jpg" alt="wagner1" width="150" height="144" /></div>\r\n<div class="sevencol last">\r\n	\r\n<div class="name">Denise Wagner</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:denise.wagner@aecetia.net/gws/aazk">denise.wagner@aecetia.net/gws/aazk</a></div>\r\n<div class="info">\r\n</div>\r\n<div class="affiliated_zoo">Phoenix Zoo</div>\r\n<div class="affiliated_zoo_location">Phoenix, AZ</div>\r\n<ul class="committees">\r\n	<li><a href="../committee/awards-committee/">Awards</a>,</li>\r\n	<li><a href="../committee/grants-committee/">Grants</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n\r\n\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="sevencol last">\r\n	\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">CEO/CFO</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n<div class="info">\r\n</div>\r\n<div class="department">AAZK Inc. - Tucson, AZ</div>\r\n</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-thumbnail wp-image-882" title="barbara" src="http://aecetia.net/gws/aazk/wp-content/uploads/barbara-150x150.jpg" alt="barbara" width="150" height="150" /></div>\r\n<div class="sevencol last">\r\n	\r\n<div class="name">Barbara Manspeaker</div>\r\n<div class="title">Administrative Secretary</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n<div class="info">\r\n</div>\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n	\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info">\r\n</div>\r\n<div class="department">AAZK Inc. - Cleveland, OH</div>\r\n</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2013-11-05 17:47:42', '2013-11-05 22:47:42', '', 395, 'http://web3.gowebsolutions.com/~aazook/395-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4454, 1, '2013-11-05 17:48:39', '2013-11-05 22:48:39', '<div class="clearfix">\r\n	<div class="name fivecol first"><img class="alignnone size-full wp-image-845" title="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2.jpg" alt="bob-mug2" width="158" height="155" /></div>\r\n	<div class="sevencol last">\r\n		<div class="name">Bob Cisneros</div>\r\n		<div class="title">President<a href="mailto:bob.cisneros@aecetia.net/gws/aazk"></a></div>\r\n		<div class="title"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n	<div class="affiliated_zoo">San Diego Zoo</div>\r\n	<div class="affiliated_zoo_location">San Diego, CA</div>\r\n	<ul class="committees">\r\n		<li>Professional association and husbandry liaisons,</li>\r\n		<li><a href="../committee/professional-development-committee/">Professional Development</a>,</li>\r\n		<li>Media,</li>\r\n		<li>Social Media</li>\r\n	</ul>\r\n	</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="name fivecol first"><img class="alignnone size-full wp-image-846" title="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny.jpg" alt="penny" width="149" height="167" /></div>\r\n	<div class="sevencol last">\r\n		\r\n	<div class="name">Penny Jolly</div>\r\n	<div class="title">Vice President</div>\r\n	<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n	<div class="info">\r\n	</div>\r\n	<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n	<div class="affiliated_zoo_location">Orlando, FL</div>\r\n	<ul class="committees">\r\n		<li><a href="../committee/bowling-for-rhinos/">Bowling for Rhinos</a>,<a href="../committee/bowling-for-rhinos/"> </a><a href="../committee/bowling-for-rhinos/"></a></li>\r\n		<li><a href="../committee/ethics-committee/">Ethics</a>,</li>\r\n		<li><a href="http://aecetia.net/gws/aazk/committee/bylaws-committee/">Bylaws</a>,</li>\r\n		<li>Conservation Partners liaisons</li>\r\n	</ul>\r\n	</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="name fivecol first"><img class="alignnone size-medium wp-image-871" title="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-222x300.jpg" alt="walz" width="133" height="180" /></div>\r\n	<div class="sevencol last">\r\n		\r\n	<div class="name">Deana Walz</div>\r\n	<div class="title">Board Member</div>\r\n	<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n	<div class="info">\r\n	</div>\r\n	<div class="affiliated_zoo">Living Planet Aquarium</div>\r\n	<div class="affiliated_zoo_location">Sandy, UT</div>\r\n	<ul class="committees">\r\n		<li><a href="http://aecetia.net/gws/aazk/committee/behavioral-husbandry/">Behavioral Husbandry</a><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/"> </a><a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/"></a></li>\r\n	</ul>\r\n	</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="name fivecol first"><img class="alignnone size-full wp-image-2131" title="wilson" src="http://aecetia.net/gws/aazk/wp-content/uploads/wilson.jpg" alt="wilson" width="150" height="181" /></div>\r\n	<div class="sevencol last">\r\n		\r\n	<div class="name">Kelly Wilson</div>\r\n	<div class="title">Board Member<a href="mailto:kelly.wilson@aecetia.net/gws/aazk"></a></div>\r\n	<div class="title"><a href="mailto:kelly.wilson@aecetia.net/gws/aazk">kelly.wilson@aecetia.net/gws/aazk</a></div>\r\n	<div class="affiliated_zoo">Detroit Zoo</div>\r\n	<div class="affiliated_zoo_location">Detroit, MI</div>\r\n	<div class="affiliated_zoo_location">\r\n	<ul class="committees">\r\n		<li><a href="http://aecetia.net/gws/aazk/committee/membership-resources/">Membership Resources</a><a href="../committee/bowling-for-rhinos/"> </a><a href="../committee/bowling-for-rhinos/"></a></li>\r\n	</ul>\r\n	</div>\r\n	</div>\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-2258" title="wagner1" src="http://aecetia.net/gws/aazk/wp-content/uploads/wagner1.jpg" alt="wagner1" width="150" height="144" /></div>\r\n<div class="sevencol last">\r\n	\r\n<div class="name">Denise Wagner</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:denise.wagner@aecetia.net/gws/aazk">denise.wagner@aecetia.net/gws/aazk</a></div>\r\n<div class="info">\r\n</div>\r\n<div class="affiliated_zoo">Phoenix Zoo</div>\r\n<div class="affiliated_zoo_location">Phoenix, AZ</div>\r\n<ul class="committees">\r\n	<li><a href="../committee/awards-committee/">Awards</a>,</li>\r\n	<li><a href="../committee/grants-committee/">Grants</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" alt="ed_hansen" width="150" height="150" /></div>\r\n<div class="sevencol last">\r\n	\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">CEO/CFO</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n<div class="info">\r\n</div>\r\n<div class="department">AAZK Inc. - Tucson, AZ</div>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-thumbnail wp-image-882" title="barbara" src="http://aecetia.net/gws/aazk/wp-content/uploads/barbara-150x150.jpg" alt="barbara" width="150" height="150" /></div>\r\n<div class="sevencol last">\r\n	\r\n<div class="name">Barbara Manspeaker</div>\r\n<div class="title">Administrative Secretary</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n<div class="info">\r\n</div>\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n	\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info">\r\n</div>\r\n<div class="department">AAZK Inc. - Cleveland, OH</div>\r\n</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2013-11-05 17:48:39', '2013-11-05 22:48:39', '', 395, 'http://web3.gowebsolutions.com/~aazook/395-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4506, 1, '2013-11-06 17:20:23', '2013-11-06 22:20:23', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '4506', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 22, 'http://web3.gowebsolutions.com/~aazook/?p=4506', 48, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4458, 1, '2013-11-05 20:51:56', '2013-11-06 01:51:56', '', 'crisis_management_issue', 0, '', 'inherit', 'closed', 'closed', '', 'crisis_management_issue-2', '', '', '2013-11-05 20:51:56', '2013-11-06 01:51:56', '', 3973, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/crisis_management_issue1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4459, 1, '2013-11-05 20:54:25', '2013-11-06 01:54:25', '<a title="Shop" href="http://web3.gowebsolutions.com/~aazook/shop/"><img class="alignleft  wp-image-4458" alt="crisis_management_issue" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/crisis_management_issue1.jpg" width="134" height="91" /></a>This CD contains all of the manuscripts found in the original (1999) book Resources for Crisis Management in Zoos and Other Animal Care Facilities as well as the manuscripts from the special issue of Animal Keepers’ Forum dedicated to crisis management that was published in November/December 2007 by AAZK, Inc. It is fully searchable by topic, title or author. Purchase a copy of the AAZK Crisis Management CD by visiting the <strong><a href="[homeurl]/shop/">AAZK store</a></strong>.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="[homeurl]/shop/">store</a>.', 'AAZK Crisis Management', 0, '', 'inherit', 'closed', 'closed', '', '3973-autosave-v1', '', '', '2013-11-05 20:54:25', '2013-11-06 01:54:25', '', 3973, 'http://web3.gowebsolutions.com/~aazook/3973-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4460, 1, '2013-11-05 20:52:37', '2013-11-06 01:52:37', '<img class="alignleft  wp-image-4458" alt="crisis_management_issue" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/crisis_management_issue1.jpg" width="320" height="216" />This CD contains all of the manuscripts found in the original (1999) book Resources for Crisis Management in Zoos and Other Animal Care Facilities as well as the manuscripts from the special issue of Animal Keepers’ Forum dedicated to crisis management that was published in November/December 2007 by AAZK, Inc. It is fully searchable by topic, title or author. Purchase a copy of the AAZK Crisis Management CD by visiting the <strong><a href="[homeurl]/shop/">AAZK store</a></strong>.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="[homeurl]/shop/">store</a>.', 'AAZK Crisis Management', 0, '', 'inherit', 'closed', 'closed', '', '3973-revision-v1', '', '', '2013-11-05 20:52:37', '2013-11-06 01:52:37', '', 3973, 'http://web3.gowebsolutions.com/~aazook/3973-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4461, 1, '2013-11-05 20:52:58', '2013-11-06 01:52:58', '<img class="alignleft  wp-image-4458" alt="crisis_management_issue" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/crisis_management_issue1.jpg" width="224" height="151" />This CD contains all of the manuscripts found in the original (1999) book Resources for Crisis Management in Zoos and Other Animal Care Facilities as well as the manuscripts from the special issue of Animal Keepers’ Forum dedicated to crisis management that was published in November/December 2007 by AAZK, Inc. It is fully searchable by topic, title or author. Purchase a copy of the AAZK Crisis Management CD by visiting the <strong><a href="[homeurl]/shop/">AAZK store</a></strong>.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="[homeurl]/shop/">store</a>.', 'AAZK Crisis Management', 0, '', 'inherit', 'closed', 'closed', '', '3973-revision-v1', '', '', '2013-11-05 20:52:58', '2013-11-06 01:52:58', '', 3973, 'http://web3.gowebsolutions.com/~aazook/3973-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4462, 1, '2013-11-05 20:53:24', '2013-11-06 01:53:24', '<img class="alignleft  wp-image-4458" alt="crisis_management_issue" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/crisis_management_issue1.jpg" width="134" height="91" />This CD contains all of the manuscripts found in the original (1999) book Resources for Crisis Management in Zoos and Other Animal Care Facilities as well as the manuscripts from the special issue of Animal Keepers’ Forum dedicated to crisis management that was published in November/December 2007 by AAZK, Inc. It is fully searchable by topic, title or author. Purchase a copy of the AAZK Crisis Management CD by visiting the <strong><a href="[homeurl]/shop/">AAZK store</a></strong>.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="[homeurl]/shop/">store</a>.', 'AAZK Crisis Management', 0, '', 'inherit', 'closed', 'closed', '', '3973-revision-v1', '', '', '2013-11-05 20:53:24', '2013-11-06 01:53:24', '', 3973, 'http://web3.gowebsolutions.com/~aazook/3973-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4463, 1, '2013-11-05 20:54:25', '2013-11-06 01:54:25', '<a title="Shop" href="http://web3.gowebsolutions.com/~aazook/shop/"><img class="alignleft  wp-image-4458" alt="crisis_management_issue" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/crisis_management_issue1.jpg" width="134" height="91" /></a>This CD contains all of the manuscripts found in the original (1999) book Resources for Crisis Management in Zoos and Other Animal Care Facilities as well as the manuscripts from the special issue of Animal Keepers’ Forum dedicated to crisis management that was published in November/December 2007 by AAZK, Inc. It is fully searchable by topic, title or author. Purchase a copy of the AAZK Crisis Management CD by visiting the <strong><a href="[homeurl]/shop/">AAZK store</a></strong>.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="[homeurl]/shop/">store</a>.', 'AAZK Crisis Management', 0, '', 'inherit', 'closed', 'closed', '', '3973-revision-v1', '', '', '2013-11-05 20:54:25', '2013-11-06 01:54:25', '', 3973, 'http://web3.gowebsolutions.com/~aazook/3973-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4464, 1, '2013-11-05 21:02:19', '2013-11-06 02:02:19', '\r\n<h4>Animal Keepers\' Forum</h4>\r\nIn August of 1972, a short-lived “unofficial” newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level. The idea for Animal Keepers’ Forum grew out of the Topeka Zoo. Animal Keepers’ Forum was launched November of 1974 and has progressed through the years from a 6’ x 9” format with artwork on the cover to standard magazine format in full color. If you are not a member yet, <strong><a href="[homeurl]/membership-account/membership-levels/">join</a></strong> today to receive your annual subscription to the Animals Keepers’ Forum.\r\n<a class="button" href="[homeurl]/publications/animal-keepers-forum/">Learn More</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>AAZK Crisis Management</h4>\r\nThis CD contains all of the manuscripts found in the original (1999) book Resources for Crisis Management in Zoos and Other Animal Care Facilities as well as the manuscripts from the special issue of Animal Keepers’ Forum dedicated to crisis management that was published in November/December 2007 by AAZK, Inc. It is fully searchable by topic, title or author. Purchase a copy of the AAZK Crisis Management CD by visiting the <strong><a href="[homeurl]/shop/">AAZK store</a></strong>.\r\n<a class="button" href="[homeurl]/publications/aazk-crisis-management/">Learn More</a>\r\n\r\n', 'Publications/Forms', 0, '', 'inherit', 'closed', 'closed', '', '3336-revision-v1', '', '', '2013-11-05 21:02:19', '2013-11-06 02:02:19', '', 3336, 'http://web3.gowebsolutions.com/~aazook/3336-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4467, 1, '2013-11-05 21:19:16', '2013-11-06 02:19:16', '<div class="first sixcol">\r\n<h3>American Association of Zoo Keepers</h3>\r\n<strong>Address:</strong> 8476 E. Speedway Blvd., Ste. 204\r\nTucson, Arizona 85710-1728\r\n\r\n<strong>Phone Number:</strong> +1 (785) 273-9149\r\n\r\n[mappress mapid="1"]\r\n\r\n</div>\r\n<div class="last sixcol">[gravityform id="6" name="Contact" title="false" description="false"]</div>', 'Contact', 0, '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2013-11-05 21:19:16', '2013-11-06 02:19:16', '', 22, 'http://web3.gowebsolutions.com/~aazook/22-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4468, 1, '2013-11-05 21:19:43', '2013-11-06 02:19:43', '<div class="first sixcol">\r\n<h3>American Association of Zoo Keepers</h3>\r\n<strong>Address:</strong> 8476 E. Speedway Blvd., Ste. 204\r\nTucson, Arizona 85710-1728\r\n\r\n<strong>Phone Number:</strong>  1.520.298.9688\r\n\r\n[mappress mapid="1"]\r\n\r\n</div>\r\n<div class="last sixcol">[gravityform id="6" name="Contact" title="false" description="false"]</div>', 'Contact', 0, '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2013-11-05 21:19:43', '2013-11-06 02:19:43', '', 22, 'http://web3.gowebsolutions.com/~aazook/22-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5146, 3, '2014-01-08 15:29:20', '2014-01-08 20:29:20', 'The Phoenix Zoo is currently seeking a full time Horticulturist II to perform the design, installation and maintenance of landscape materials, water features and irrigation systems. Horticulturists are responsible for assessing overall landscape health and needs (i.e., weed and irrigation problems and assist in identifying appropriate solutions) including the fertilization of plants and turf areas. Our Horticulturists also interact with guests and conduct public presentations that support various program activities.\r\n\r\nMinimum qualifications for this position include a Bachelor’s degree in Horticulture, Botany, Agriculture or related field, or equivalent experience/knowledge with a technical certificate. We desire a candidate with at least 8 years’ experience in landscape maintenance, State Certification in Structural pest control for Turf and Ornamental, knowledge of the local plant palette, strong interpersonal skills, and ability to perform heavy physical labor including tree climbing. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing and a valid driver’s license.\r\n\r\nThis position has a starting hourly wage of $12.95-$14.57 DOE, and includes our full benefits package with medical, dental and vision insurance, 401(k) with company match, and generous paid time off.\r\n\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=609&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1\r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.', 'Horticulturist', 0, '', 'publish', 'closed', 'closed', '', 'horticulturist', '', '', '2014-01-13 14:40:18', '2014-01-13 19:40:18', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5146', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4943, 0, '2014-01-03 09:54:02', '2014-01-03 14:54:02', 'The Toledo Zoo is looking for a keeper to be an integral part of the elephant program.  Applicant must have 2 years paid elephant experience with proven abilities to work elephant in PC appropriately. The Toledo Zoo’s elephant program manages 0.2 cows, a 1.5 year old calf and a ten year old bull.  In May 2012 the Toledo Zoo completed its expansion of its cow and construction of a new bull facility. The candidate would be responsible for all facets of care for a diversified elephant herd, including care/observation of animals, cleaning/maintenance of exhibits, training/enrichment, and record maintenance.  Requires a high school diploma with paid working experience in a zoo mammal department. Must have 2 years paid elephant experience in PC. Degree in Biology or related field desired. The Toledo Zoo offers a starting rate of $14.96 per hour with incremental increases and an attractive benefits and paid time off package.\r\n\r\nMust have a valid driver’s license and be insurable by the Zoo’s fleet insurance carrier.  The Toledo Zoo is an Equal Opportunity Employer and drug/alcohol free workplace. Position will remain open until filled.\r\n\r\nPlease submit resumes to Julie Mutsko, Recruiting Manager at: resume@toledozoo.org.\r\n', 'Elephant Keeper', 0, '', 'inherit', 'closed', 'closed', '', '4942-revision-v1', '', '', '2014-01-03 09:54:02', '2014-01-03 14:54:02', '', 4942, 'https://www.aazk.org/4942-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4939, 2, '2013-12-31 10:36:12', '2013-12-31 15:36:12', 'The AZA Ungulate TAG in cooperation with AAZK Members wish to assess keeper knowledge and attitudes about euthanasia for population management reasons. The goal is to understand how keepers feel about euthanasia and how it is integrated with knowledge about population management and sustainability. The information gained from the survey will help animal management professionals better prepare their keepers in addressing sustainability issues.  Click the Link or copy and paste the URL into your Browser.\r\n\r\n<a href="https://www.surveymonkey.com/s/AAZKPMEsurvey">https://www.surveymonkey.com/s/AAZKPMESurvey</a>\r\n\r\nYour answers on this survey are anonymous; the answers you provide will only be attached to an IP (internet protocol) address. The IP address will be deleted from the database prior to any data analysis. Your email address and the data you provide in the survey will not be distributed by Survey Monkey to any party or used in any way beyond administration of this survey. Survey Monkey\'s privacy policy is available at their website: <a href="https://webmail.east.cox.net/do/redirect?url=http%253A%252F%252Fwww.surveymonkey.com" target="_blank">www.surveymonkey.com</a>\r\n<div></div>\r\n<div>This survey should take approximately 40 minutes, and you can complete the survey in multiple sessions. To do so, please use the same browser on your computer the open the survey link each time AND be sure cookies are ENABLED on your computer. If your browser deletes cookies after each session, then you will have to re-start the survey. Only one survey response will be accepted per computer. Your participation in this important exercise is greatly appreciated!!</div>\r\n<div></div>\r\n<div>\r\n<div dir="ltr">Bob Cisneros</div>\r\n<div dir="ltr">President</div>\r\n<div dir="ltr">American Association of Zoo Keepers</div>\r\n</div>', 'AZA Ungulate TAG Survey', 0, '', 'inherit', 'closed', 'closed', '', '4930-revision-v1', '', '', '2013-12-31 10:36:12', '2013-12-31 15:36:12', '', 4930, 'https://www.aazk.org/4930-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4937, 2, '2013-12-30 17:33:12', '2013-12-30 22:33:12', 'The AZA Ungulate TAG in cooperation with AAZK Members wish to assess keeper knowledge and attitudes about euthanasia for population management reasons. The goal is to understand how keepers feel about euthanasia and how it is integrated with knowledge about population management and sustainability. The information gained from the survey will help animal management professionals better prepare their keepers in addressing sustainability issues.  Click the Link or copy and paste the URL into your Browser.\r\n\r\n<a href="https://webmail.east.cox.net/do/redirect?url=https%253A%252F%252Fwww.surveymonkey.com%252Fs%252FAAZKPMESurvey" target="_blank">https://www.surveymonkey.com/s/AAZKPMESurvey</a>\r\n<div>Your answers on this survey are anonymous; the answers you provide will only be attached to an IP (internet protocol) address. The IP address will be deleted from the database prior to any data analysis. Your email address and the data you provide in the survey will not be distributed by Survey Monkey to any party or used in any way beyond administration of this survey. Survey Monkey\'s privacy policy is available at their website: <a href="https://webmail.east.cox.net/do/redirect?url=http%253A%252F%252Fwww.surveymonkey.com" target="_blank">www.surveymonkey.com</a></div>\r\n<div></div>\r\n<div>This survey should take approximately 40 minutes, and you can complete the survey in multiple sessions. To do so, please use the same browser on your computer the open the survey link each time AND be sure cookies are ENABLED on your computer. If your browser deletes cookies after each session, then you will have to re-start the survey. Only one survey response will be accepted per computer. Your participation in this important exercise is greatly appreciated!!</div>\r\n<div></div>\r\n<div>\r\n<div dir="ltr">Bob Cisneros</div>\r\n<div dir="ltr">President</div>\r\n<div dir="ltr">American Association of Zoo Keepers</div>\r\n</div>', 'AZA Ungulate TAG Survey', 0, '', 'inherit', 'closed', 'closed', '', '4930-revision-v1', '', '', '2013-12-30 17:33:12', '2013-12-30 22:33:12', '', 4930, 'https://www.aazk.org/4930-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4938, 2, '2013-12-31 10:35:42', '2013-12-31 15:35:42', 'The AZA Ungulate TAG in cooperation with AAZK Members wish to assess keeper knowledge and attitudes about euthanasia for population management reasons. The goal is to understand how keepers feel about euthanasia and how it is integrated with knowledge about population management and sustainability. The information gained from the survey will help animal management professionals better prepare their keepers in addressing sustainability issues.  Click the Link or copy and paste the URL into your Browser.\n\nhttps://www.surveymonkey.com/s/AAZKPMESurvey\n\nYour answers on this survey are anonymous; the answers you provide will only be attached to an IP (internet protocol) address. The IP address will be deleted from the database prior to any data analysis. Your email address and the data you provide in the survey will not be distributed by Survey Monkey to any party or used in any way beyond administration of this survey. Survey Monkey\'s privacy policy is available at their website: <a href="https://webmail.east.cox.net/do/redirect?url=http%253A%252F%252Fwww.surveymonkey.com" target="_blank">www.surveymonkey.com</a>\n<div></div>\n<div>This survey should take approximately 40 minutes, and you can complete the survey in multiple sessions. To do so, please use the same browser on your computer the open the survey link each time AND be sure cookies are ENABLED on your computer. If your browser deletes cookies after each session, then you will have to re-start the survey. Only one survey response will be accepted per computer. Your participation in this important exercise is greatly appreciated!!</div>\n<div></div>\n<div>\n<div dir="ltr">Bob Cisneros</div>\n<div dir="ltr">President</div>\n<div dir="ltr">American Association of Zoo Keepers</div>\n</div>', 'AZA Ungulate TAG Survey', 0, '', 'inherit', 'closed', 'closed', '', '4930-autosave-v1', '', '', '2013-12-31 10:35:42', '2013-12-31 15:35:42', '', 4930, 'https://www.aazk.org/4930-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4934, 2, '2013-12-30 13:25:21', '2013-12-30 18:25:21', 'The AZA Ungulate TAG in cooperation with AAZK Members wish to assess keeper knowledge and attitudes about euthanasia for population management reasons. The goal is to understand how keepers feel about euthanasia and how it is integrated with knowledge about population management and sustainability. The information gained from the survey will help animal management professionals better prepare their keepers in addressing sustainability issues.\r\n\r\n<a href="https://webmail.east.cox.net/do/redirect?url=https%253A%252F%252Fwww.surveymonkey.com%252Fs%252FAAZKPMESurvey" target="_blank">https://www.surveymonkey.com/s/AAZKPMESurvey</a>\r\n<div>Your answers on this survey are anonymous; the answers you provide will only be attached to an IP (internet protocol) address. The IP address will be deleted from the database prior to any data analysis. Your email address and the data you provide in the survey will not be distributed by Survey Monkey to any party or used in any way beyond administration of this survey. Survey Monkey\'s privacy policy is available at their website: <a href="https://webmail.east.cox.net/do/redirect?url=http%253A%252F%252Fwww.surveymonkey.com" target="_blank">www.surveymonkey.com</a>This survey should take approximately 40 minutes, and you can complete the survey in multiple sessions. To do so, please use the same browser on your computer the open the survey link each time AND be sure cookies are ENABLED on your computer. If your browser deletes cookies after each session, then you will have to re-start the survey. Only one survey response will be accepted per computer. Your participation in this important exercise is greatly appreciated!!\r\n\r\n</div>\r\n<div>\r\n<div dir="ltr">Bob CisnerosPresident\r\n\r\nAmerican Association of Zoo Keepers\r\n\r\n</div>\r\n</div>', 'AZA Ungulate TAG Survey ', 0, '', 'inherit', 'closed', 'closed', '', '4930-revision-v1', '', '', '2013-12-30 13:25:21', '2013-12-30 18:25:21', '', 4930, 'https://www.aazk.org/4930-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4935, 2, '2013-12-30 13:26:18', '2013-12-30 18:26:18', 'The AZA Ungulate TAG in cooperation with AAZK Members wish to assess keeper knowledge and attitudes about euthanasia for population management reasons. The goal is to understand how keepers feel about euthanasia and how it is integrated with knowledge about population management and sustainability. The information gained from the survey will help animal management professionals better prepare their keepers in addressing sustainability issues.\r\n\r\n<a href="https://webmail.east.cox.net/do/redirect?url=https%253A%252F%252Fwww.surveymonkey.com%252Fs%252FAAZKPMESurvey" target="_blank">https://www.surveymonkey.com/s/AAZKPMESurvey</a>\r\n<div>Your answers on this survey are anonymous; the answers you provide will only be attached to an IP (internet protocol) address. The IP address will be deleted from the database prior to any data analysis. Your email address and the data you provide in the survey will not be distributed by Survey Monkey to any party or used in any way beyond administration of this survey. Survey Monkey\'s privacy policy is available at their website: <a href="https://webmail.east.cox.net/do/redirect?url=http%253A%252F%252Fwww.surveymonkey.com" target="_blank">www.surveymonkey.com</a>This survey should take approximately 40 minutes, and you can complete the survey in multiple sessions. To do so, please use the same browser on your computer the open the survey link each time AND be sure cookies are ENABLED on your computer. If your browser deletes cookies after each session, then you will have to re-start the survey. Only one survey response will be accepted per computer. Your participation in this important exercise is greatly appreciated!!</div>\r\n<div>\r\n<div dir="ltr">Bob CisnerosPresidentAmerican Association of Zoo Keepers\r\n\r\n</div>\r\n</div>', 'AZA Ungulate TAG Survey', 0, '', 'inherit', 'closed', 'closed', '', '4930-revision-v1', '', '', '2013-12-30 13:26:18', '2013-12-30 18:26:18', '', 4930, 'https://www.aazk.org/4930-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4531, 1, '2013-11-06 22:39:31', '2013-11-07 03:39:31', '<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui & Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &  Jenni Dyar</em>\r\n\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak, \r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard               \r\nAlison Mott & Kate Gore\r\n\r\n<h3>Certificate of Appreciation - 2013</h3>\r\nChristine Dembiec \r\n<em>For serving as the Behavioral Husbandry Chair   </em>\r\n\r\n\r\n<h3>Certificates of Recognition - 2013</h3>\r\n<strong>Denise Wagner, Phoenix Zoo</strong>\r\n<em>For serving on the AAZK Board of Directors </em>\r\n<strong>NP Training Works, Cyperworx</strong>\r\n<em>For their development of AAZK Online</em>\r\n<strong>San Diego Zoo Global Academy, San Diego Zoo</strong>\r\n<em>For the Academy’s help and support in making their online learning content available to our Collaborative Learning Environment</em>\r\n<strong>Sean Walcott, SeaWorld San Diego</strong>\r\n<em>For his work in developing and maintaining AAZK Social Media</em>\r\n<strong>Bill Konstant, International Rhino Foundation</strong>\r\n<em>For his support of Bowling for Rhinos through his Seven Chapter Tour</em>\r\n<strong>Jacque Blessington, Kansas City Zoo</strong>\r\n<em>For her time spent as the membership Resources Chair</em>\r\n<strong>Gisela Wiggins, North Carolina Zoo</strong>\r\n<em>Co-Chair 2013 AAZK National Conference</em>\r\n<strong>Elizabeth McChesney, North Carolina Zoo </strong>  \r\n<em>Co-Chair 2013 AAZK National Conference</em>\r\n<strong>Brigitte Thompson, North Carolina Zoo</strong>\r\n<em>Co-Chair 2013 AAZK National Conference</em>\r\n\r\n<h3>Certificate of Merit in Conservation Awards - 2013</h3>\r\n<strong>Lauren Augustine, Smithsonian’s National Zoo</strong> \r\n<em>For developing Chopsticks for Salamanders (CFS) and partnering with AAZK Chapters who use CFS as a Chapter fundraiser</em>\r\n<strong>Mollie Coym, Houston Zoo</strong>\r\n<em>For developing interpretative materials and activities to message the conservation efforts of the Houston Zoo and other partners to save the Attwater Prairie Chicken from extinction</em>\r\n<strong>Elizabeth Dunn, University of Central Arkansas, Natural Tiger Sanctuary </strong>\r\n<em>For the design and implementation of research projects in the area of tiger vocal communication and has helped connect the sanctuary with field organizations that monitor wild populations</em>\r\n<strong>Nikii Finch-Morales, CuriOdyssey</strong>\r\n<em>For designing and implementing the Pacific Tree Frog Garden Habitat Project to educate visitors on tree frog life cycles and how to create amphibian habitats in their own yards </em> \r\n<strong>Dave Johnson, Denver Zoological Foundation </strong>\r\n<em>For creating Team Nepalorado to help protect the Greater One-horned Rhinoceros as well as other species in Nepal </em>\r\n<strong>Chawna Schuette, St. Louis Zoo</strong>\r\n<em>For her integral role in research and in-situ and ex-situ conservation efforts of the Ozark Hellbender</em>\r\n<strong>Jennifer Stoddard, Reid Park Zoo </strong>\r\n<em>For creating a Zoo Team Conservation Facebook page and supervising their in-situ conservation efforts and fundraising</em>\r\n\r\n<h3>Mazuri Animal Nutrition Award - 2013</h3>\r\n<em>None</em>\r\n<h3>Certificate of Excellence in Exhibit Design Renovation Award - 2013</h3>\r\n<em>None</em>\r\n\r\n<h3>Certificate of Merit for Zoo Keeper Education Award - 2013</h3>\r\n<strong>Greater Houston Chapter AAZK, Houston Zoo </strong>\r\n<em>For initiating a clinic program to supplement keeper education at the Houston Zoo</em>\r\n<strong>National Capital Chapter, Smithsonian’s National Zoo</strong>\r\n<em>For the professional Development Committee which provides three types of programs to all zoo staff and volunteers.  INDEPTH is a semi-monthly brown bag lunch series with a variety of topics, short one-day seminars and long courses, Behavior Research Methods and Population management taught by a Subject-matter Expert </em> \r\n\r\n<h3>Lee Houts Excellence in Enrichment Award - 2013</h3>\r\n<strong>Carrie Felsher, St. Louis Zoo</strong>\r\n<em>For preparing the annual report of enrichment programs, gives enrichment presentations, publishes articles and provides leadership for the Zoo’s annual Enrichment Day</em>  \r\n<strong>NPZ Enrichment & Training Steering Committee, Smithsonian’s National Zoo</strong>\r\n<em>For creating a Giving Tree fundraiser for enrichment items, producing an Enrichment Wish List Brochure and an Enrichment Giving Tree</em> \r\n\r\n<h3>Jean M. Hromadka Excellence in Animal Care Award - 2013</h3>\r\n<em>This award carries a $500 stipend for the winner endowed by the Lutz Ruhe Family</em>\r\n \r\n<strong>Neo Monks Team, Denver Zoo</strong>\r\n<em>This award is based upon on the Neomonks Team of five keepers which have excelled in the areas of animal husbandry, behavior management, teen volunteer and internship programs and public education </em> \r\n\r\n\r\n<h3>Lutz Ruhe Meritorious Achievement-Professional of the Year Award</h3>\r\n<em>This award carries a $750 stipend for the winner endowed by the Lutz Ruhe Family</em>\r\n\r\n<strong>Kenton Kerns, Smithsonian’s National Zoo</strong>\r\n<em>This award is in recognition of his outstanding commitment to professionalism during his distinguished career as a zoo keeper Specifically noted is his work with the Golden Lion Tamarin, research projects, publishing articles, mentoring interns and serving on the Boards of Save the Golden Lion Tamarin and Chopsticks for Salamanders and the National Zoo’s Safety Committee</em>\r\n<h3>Lifetime Achievement Awards - 2013</h3>\r\n<em>Read the complete biographies in the October 2013 issue of Animal Keepers’ Forum </em>\r\n\r\n<strong>Patty Pearthree, Bowling For Rhinos</strong>\r\nPatty’s love and dedication for wildlife began as a small girl and continues today as the AAZK Bowling for Rhinos Program Manager and leader of keeper safaris to Lewa Wildlife Conservancy. Her dedication to AAZK’s Bowling for Rhinos flourished when she won her first trip to Lewa in 1991.  Patty promoted Lewa’s conservation efforts by volunteering to lead AAZK BFR and helps to coordinate BFR efforts across North American and Australia</p>   \r\n<strong>Elaine Kirchner, Ft. Wayne Children’s Zoo</strong>\r\nElaine began her 27 year career at the Ft. Wayne Children’s Zoo.  She has focused on extending her knowledge and expertise of all Australian species while serving as a mentor to zoo keepers just beginning their careers. In 2000, Elaine became the studbook keeper of the Eastern and Western Grey Kangaroo and serves on the Monotrpe and Marsupial TAG as the Chair</p>\r\n<strong>Andy Henderson, Utah’s Hogle Zoo</strong>\r\nAndrew (Andy) Henderson began his 31-year career in 1981 at the Lincoln Park Zoo.  One of his numerous achievpents was his role in the design of the Regenstein Center for African Apes. In 2007 Andy became the Primate Team Animal Care Supervisor at Utah’s Hogle Zoo.  Andy served on the New World Primate TAG Steering Committee, was the Studbook Keeper and Population Manager for the Bolivian Gray Titi Monkey.   Andy passed away in 2012 and will always be fondly rpembered by professional colleagues around the world </p>\r\n<strong>Barbara Manspeaker, AAZK National Office </strong>\r\nThis award is in recognition of her outstanding commitment to professionalism during her distinguished career as the Secretary/Treasurer of AAZK for the past 29 years. In recognition of her service, especially in coordinating the daily managpent of AAZK Chapters the AAZK recognition of Chapter excellence will be known as the Barbara Manspeaker AAZK Chapter of the Year Award  </p>\r\n\r\n<h3>AAZK Chapter of the Year Award - 2013</h3>\r\n<strong>Rocky Mountain AAZK Chapter, Denver Zoo</strong>\r\n', 'Past Recipients', 0, '', 'inherit', 'closed', 'closed', '', '3513-revision-v1', '', '', '2013-11-06 22:39:31', '2013-11-07 03:39:31', '', 3513, 'http://web3.gowebsolutions.com/~aazook/3513-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4474, 1, '2013-11-06 16:09:12', '2013-11-06 21:09:12', '\r\n<h2>Bowling for Rhinos Awards - 2013</h2>\r\n<strong>Conservation Resource Grant</strong> RhiNOremedy\r\n<h3>Top Individual Fundraisers – Bowling for Rhinos 2013</h3>\r\n<strong>Mike Bona</strong> - Los Angeles Chapter, Lewa trip winner\r\n<strong>Ann Knutson</strong> - San Diego Chapter, Lewa trip winner\r\n<strong>Kenton Kerns</strong> - National Capital Chapter, Indonesia trip winner\r\n Crystal Butler</strong> - Oklahoma City Chapter, Indonesia trip winner\r\n<strong>Jim Haigwood</strong> - Los Angeles Chapter, Honorary trip winner\r\n<h3>Top Chapter Fundraiser - 2013</h3>\r\n<strong>Portland AAZK Chapter.</strong> Chapter Award\r\n\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui & Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &  Jenni Dyar</em>\r\n\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak, \r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard               \r\nAlison Mott & Kate Gore\r\n\r\n<h3>Certificate of Appreciation - 2013</h3>\r\nChristine Dembiec \r\n<em>For serving as the Behavioral Husbandry Chair   </em>\r\n\r\n\r\n<h3>Certificates of Recognition - 2013</h3>\r\n<strong>Denise Wagner, Phoenix Zoo</strong>\r\n<em>For serving on the AAZK Board of Directors </em>\r\n<strong>NP Training Works, Cyperworx</strong>\r\n<em>For their development of AAZK Online</em>\r\n<strong>San Diego Zoo Global Academy, San Diego Zoo</strong>\r\n<em>For the Academy’s help and support in making their online learning content available to our Collaborative Learning Environment</em>\r\n<strong>Sean Walcott, SeaWorld San Diego</strong>\r\n<em>For his work in developing and maintaining AAZK Social Media</em>\r\n<strong>Bill Konstant, International Rhino Foundation</strong>\r\n<em>For his support of Bowling for Rhinos through his Seven Chapter Tour</em>\r\n<strong>Jacque Blessington, Kansas City Zoo</strong>\r\n<em>For her time spent as the membership Resources Chair</em>\r\n<strong>Gisela Wiggins, North Carolina Zoo</strong>\r\n<em>Co-Chair 2013 AAZK National Conference</em>\r\n<strong>Elizabeth McChesney, North Carolina Zoo </strong>  \r\n<em>Co-Chair 2013 AAZK National Conference</em>\r\n<strong>Brigitte Thompson, North Carolina Zoo</strong>\r\n<em>Co-Chair 2013 AAZK National Conference</em>\r\n\r\n<h3>Certificate of Merit in Conservation Awards - 2013</h3>\r\n<strong>Lauren Augustine, Smithsonian’s National Zoo</strong> \r\n<em>For developing Chopsticks for Salamanders (CFS) and partnering with AAZK Chapters who use CFS as a Chapter fundraiser</em>\r\n<strong>Mollie Coym, Houston Zoo</strong>\r\n<em>For developing interpretative materials and activities to message the conservation efforts of the Houston Zoo and other partners to save the Attwater Prairie Chicken from extinction</em>\r\n<strong>Elizabeth Dunn, University of Central Arkansas, Natural Tiger Sanctuary </strong>\r\n<em>For the design and implementation of research projects in the area of tiger vocal communication and has helped connect the sanctuary with field organizations that monitor wild populations</em>\r\n<strong>Nikii Finch-Morales, CuriOdyssey</strong>\r\n<em>For designing and implementing the Pacific Tree Frog Garden Habitat Project to educate visitors on tree frog life cycles and how to create amphibian habitats in their own yards </em> \r\n<strong>Dave Johnson, Denver Zoological Foundation </strong>\r\n<em>For creating Team Nepalorado to help protect the Greater One-horned Rhinoceros as well as other species in Nepal </em>\r\n<strong>Chawna Schuette, St. Louis Zoo</strong>\r\n<em>For her integral role in research and in-situ and ex-situ conservation efforts of the Ozark Hellbender</em>\r\n<strong>Jennifer Stoddard, Reid Park Zoo </strong>\r\n<em>For creating a Zoo Team Conservation Facebook page and supervising their in-situ conservation efforts and fundraising</em>\r\n\r\n\r\n\r\n\r\n\r\n<div>Mazuri Animal Nutrition Award - 2013</div>\r\n<em>None</em>\r\n<h3>Certificate of Excellence in Exhibit Design Renovation Award - 2013</h3>\r\n<em>None</em>\r\n\r\n<h3>Certificate of Merit for Zoo Keeper Education Award - 2013</h3>\r\n<strong>Greater Houston Chapter AAZK, Houston Zoo </strong>\r\n<em>For initiating a clinic program to supplement keeper education at the Houston Zoo</em>\r\n<strong>National Capital Chapter, Smithsonian’s National Zoo</strong>\r\n<em>For the professional Development Committee which provides three types of programs to all zoo staff and volunteers.  INDEPTH is a semi-monthly brown bag lunch series with a variety of topics, short one-day seminars and long courses, Behavior Research Methods and Population management taught by a Subject-matter Expert </em> \r\n\r\n<h3>Lee Houts Excellence in Enrichment Award - 2013</h3>\r\n<strong>Carrie Felsher, St. Louis Zoo</strong>\r\n<em>For preparing the annual report of enrichment programs, gives enrichment presentations, publishes articles and provides leadership for the Zoo’s annual Enrichment Day</em>  \r\n<strong>NPZ Enrichment & Training Steering Committee, Smithsonian’s National Zoo</strong>\r\n<em>For creating a Giving Tree fundraiser for enrichment items, producing an Enrichment Wish List Brochure and an Enrichment Giving Tree</em> \r\n\r\n<h3>Jean M. Hromadka Excellence in Animal Care Award - 2013</h3>\r\n<em>This award carries a $500 stipend for the winner endowed by the Lutz Ruhe Family</em>\r\n \r\n<strong>Neo Monks Team, Denver Zoo</strong>\r\n<strong>This award is based upon on the Neomonks Team of five keepers which have excelled in the areas of animal husbandry, behavior management, teen volunteer and internship programs and public education </strong> \r\n\r\n\r\n<h3>Lutz Ruhe Meritorious Achievement-Professional of the Year Award</h3>\r\n<em>This award carries a $750 stipend for the winner endowed by the Lutz Ruhe Family</em>\r\n\r\n<strong>Kenton Kerns, Smithsonian’s National Zoo</strong>\r\n<em>This award is in recognition of his outstanding commitment to professionalism during his distinguished career as a zoo keeper Specifically noted is his work with the Golden Lion Tamarin, research projects, publishing articles, mentoring interns and serving on the Boards of Save the Golden Lion Tamarin and Chopsticks for Salamanders and the National Zoo’s Safety Committee</em>\r\n<h3>Lifetime Achievement Awards – 2013</h3>\r\n<em>Read the complete biographies in the October 2013 issue of Animal Keepers’ Forum </em>\r\n\r\n<strong>Patty Pearthree, Bowling For Rhinos</strong>\r\n<em>Patty’s love and dedication for wildlife began as a small girl and continues today as the AAZK Bowling for Rhinos Program Manager and leader of keeper safaris to Lewa Wildlife Conservancy. Her dedication to AAZK’s Bowling for Rhinos flourished when she won her first trip to Lewa in 1991.  Patty promoted Lewa’s conservation efforts by volunteering to lead AAZK BFR and helps to coordinate BFR efforts across North American and Australia</em>   \r\n<strong>Elaine Kirchner, Ft. Wayne Children’s Zoo</strong>\r\n<em>Elaine began her 27 year career at the Ft. Wayne Children’s Zoo.  She has focused on extending her knowledge and expertise of all Australian species while serving as a mentor to zoo keepers just beginning their careers. In 2000, Elaine became the studbook keeper of the Eastern and Western Grey Kangaroo and serves on the Monotreme and Marsupial TAG as the Chair</em>\r\n<strong>Andy Henderson, Utah’s Hogle Zoo</strong>\r\n<em>Andrew (Andy) Henderson began his 31-year career in 1981 at the Lincoln Park Zoo.  One of his numerous achievements was his role in the design of the Regenstein Center for African Apes. In 2007 Andy became the Primate Team Animal Care Supervisor at Utah’s Hogle Zoo.  Andy served on the New World Primate TAG Steering Committee, was the Studbook Keeper and Population Manager for the Bolivian Gray Titi Monkey.   Andy passed away in 2012 and will always be fondly remembered by professional colleagues around the world </em>\r\n<strong>Barbara Manspeaker, AAZK National Office </strong>\r\n<em>This award is in recognition of her outstanding commitment to professionalism during her distinguished career as the Secretary/Treasurer of AAZK for the past 29 years. In recognition of her service, especially in coordinating the daily management of AAZK Chapters the AAZK recognition of Chapter excellence will be known as the Barbara Manspeaker AAZK Chapter of the Year Award  </em>\r\n\r\n<h3>AAZK Chapter of the Year Award - 2013</h3>\r\n<strong>Rocky Mountain AAZK Chapter, Denver Zoo</strong>\r\n', 'Past Recipients', 0, '', 'inherit', 'closed', 'closed', '', '3513-revision-v1', '', '', '2013-11-06 16:09:12', '2013-11-06 21:09:12', '', 3513, 'http://web3.gowebsolutions.com/~aazook/3513-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4475, 1, '2013-11-06 16:11:07', '2013-11-06 21:11:07', '\r\n<h2>Bowling for Rhinos Awards - 2013</h2>\r\n<strong>Conservation Resource Grant</strong> RhiNOremedy\r\n<h3>Top Individual Fundraisers – Bowling for Rhinos 2013</h3>\r\n<strong>Mike Bona</strong> - Los Angeles Chapter, Lewa trip winner\r\n<strong>Ann Knutson</strong> - San Diego Chapter, Lewa trip winner\r\n<strong>Kenton Kerns</strong> - National Capital Chapter, Indonesia trip winner\r\n Crystal Butler</strong> - Oklahoma City Chapter, Indonesia trip winner\r\n<strong>Jim Haigwood</strong> - Los Angeles Chapter, Honorary trip winner\r\n<h3>Top Chapter Fundraiser - 2013</h3>\r\n<strong>Portland AAZK Chapter.</strong> Chapter Award\r\n\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui & Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &  Jenni Dyar</em>\r\n\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak, \r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard               \r\nAlison Mott & Kate Gore\r\n\r\n<h3>Certificate of Appreciation - 2013</h3>\r\nChristine Dembiec \r\n<em>For serving as the Behavioral Husbandry Chair   </em>\r\n\r\n\r\n<h3>Certificates of Recognition - 2013</h3>\r\n<strong>Denise Wagner, Phoenix Zoo</strong>\r\n<em>For serving on the AAZK Board of Directors </em>\r\n<strong>NP Training Works, Cyperworx</strong>\r\n<em>For their development of AAZK Online</em>\r\n<strong>San Diego Zoo Global Academy, San Diego Zoo</strong>\r\n<em>For the Academy’s help and support in making their online learning content available to our Collaborative Learning Environment</em>\r\n<strong>Sean Walcott, SeaWorld San Diego</strong>\r\n<em>For his work in developing and maintaining AAZK Social Media</em>\r\n<strong>Bill Konstant, International Rhino Foundation</strong>\r\n<em>For his support of Bowling for Rhinos through his Seven Chapter Tour</em>\r\n<strong>Jacque Blessington, Kansas City Zoo</strong>\r\n<em>For her time spent as the membership Resources Chair</em>\r\n<strong>Gisela Wiggins, North Carolina Zoo</strong>\r\n<em>Co-Chair 2013 AAZK National Conference</em>\r\n<strong>Elizabeth McChesney, North Carolina Zoo </strong>  \r\n<em>Co-Chair 2013 AAZK National Conference</em>\r\n<strong>Brigitte Thompson, North Carolina Zoo</strong>\r\n<em>Co-Chair 2013 AAZK National Conference</em>\r\n\r\n<h3>Certificate of Merit in Conservation Awards - 2013</h3>\r\n<strong>Lauren Augustine, Smithsonian’s National Zoo</strong> \r\n<em>For developing Chopsticks for Salamanders (CFS) and partnering with AAZK Chapters who use CFS as a Chapter fundraiser</em>\r\n<strong>Mollie Coym, Houston Zoo</strong>\r\n<em>For developing interpretative materials and activities to message the conservation efforts of the Houston Zoo and other partners to save the Attwater Prairie Chicken from extinction</em>\r\n<strong>Elizabeth Dunn, University of Central Arkansas, Natural Tiger Sanctuary </strong>\r\n<em>For the design and implementation of research projects in the area of tiger vocal communication and has helped connect the sanctuary with field organizations that monitor wild populations</em>\r\n<strong>Nikii Finch-Morales, CuriOdyssey</strong>\r\n<em>For designing and implementing the Pacific Tree Frog Garden Habitat Project to educate visitors on tree frog life cycles and how to create amphibian habitats in their own yards </em> \r\n<strong>Dave Johnson, Denver Zoological Foundation </strong>\r\n<em>For creating Team Nepalorado to help protect the Greater One-horned Rhinoceros as well as other species in Nepal </em>\r\n<strong>Chawna Schuette, St. Louis Zoo</strong>\r\n<em>For her integral role in research and in-situ and ex-situ conservation efforts of the Ozark Hellbender</em>\r\n<strong>Jennifer Stoddard, Reid Park Zoo </strong>\r\n<em>For creating a Zoo Team Conservation Facebook page and supervising their in-situ conservation efforts and fundraising</em>\r\n\r\n<div>Mazuri Animal Nutrition Award - 2013</div>\r\n<em>None</em>\r\n<h3>Certificate of Excellence in Exhibit Design Renovation Award - 2013</h3>\r\n<em>None</em>\r\n\r\n<h3>Certificate of Merit for Zoo Keeper Education Award - 2013</h3>\r\n<strong>Greater Houston Chapter AAZK, Houston Zoo </strong>\r\n<em>For initiating a clinic program to supplement keeper education at the Houston Zoo</em>\r\n<strong>National Capital Chapter, Smithsonian’s National Zoo</strong>\r\n<em>For the professional Development Committee which provides three types of programs to all zoo staff and volunteers.  INDEPTH is a semi-monthly brown bag lunch series with a variety of topics, short one-day seminars and long courses, Behavior Research Methods and Population management taught by a Subject-matter Expert </em> \r\n\r\n<h3>Lee Houts Excellence in Enrichment Award - 2013</h3>\r\n<strong>Carrie Felsher, St. Louis Zoo</strong>\r\n<em>For preparing the annual report of enrichment programs, gives enrichment presentations, publishes articles and provides leadership for the Zoo’s annual Enrichment Day</em>  \r\n<strong>NPZ Enrichment & Training Steering Committee, Smithsonian’s National Zoo</strong>\r\n<em>For creating a Giving Tree fundraiser for enrichment items, producing an Enrichment Wish List Brochure and an Enrichment Giving Tree</em> \r\n\r\n<h3>Jean M. Hromadka Excellence in Animal Care Award - 2013</h3>\r\n<em>This award carries a $500 stipend for the winner endowed by the Lutz Ruhe Family</em>\r\n \r\n<strong>Neo Monks Team, Denver Zoo</strong>\r\n<em>This award is based upon on the Neomonks Team of five keepers which have excelled in the areas of animal husbandry, behavior management, teen volunteer and internship programs and public education </em> \r\n\r\n\r\n<h3>Lutz Ruhe Meritorious Achievement-Professional of the Year Award</h3>\r\n<em>This award carries a $750 stipend for the winner endowed by the Lutz Ruhe Family</em>\r\n\r\n<strong>Kenton Kerns, Smithsonian’s National Zoo</strong>\r\n<em>This award is in recognition of his outstanding commitment to professionalism during his distinguished career as a zoo keeper Specifically noted is his work with the Golden Lion Tamarin, research projects, publishing articles, mentoring interns and serving on the Boards of Save the Golden Lion Tamarin and Chopsticks for Salamanders and the National Zoo’s Safety Committee</em>\r\n<h3>Lifetime Achievement Awards – 2013</h3>\r\n<em>Read the complete biographies in the October 2013 issue of Animal Keepers’ Forum </em>\r\n\r\n<strong>Patty Pearthree, Bowling For Rhinos</strong>\r\nPatty’s love and dedication for wildlife began as a small girl and continues today as the AAZK Bowling for Rhinos Program Manager and leader of keeper safaris to Lewa Wildlife Conservancy. Her dedication to AAZK’s Bowling for Rhinos flourished when she won her first trip to Lewa in 1991.  Patty promoted Lewa’s conservation efforts by volunteering to lead AAZK BFR and helps to coordinate BFR efforts across North American and Australia</p>   \r\n<strong>Elaine Kirchner, Ft. Wayne Children’s Zoo</strong>\r\nElaine began her 27 year career at the Ft. Wayne Children’s Zoo.  She has focused on extending her knowledge and expertise of all Australian species while serving as a mentor to zoo keepers just beginning their careers. In 2000, Elaine became the studbook keeper of the Eastern and Western Grey Kangaroo and serves on the Monotrpe and Marsupial TAG as the Chair</p>\r\n<strong>Andy Henderson, Utah’s Hogle Zoo</strong>\r\nAndrew (Andy) Henderson began his 31-year career in 1981 at the Lincoln Park Zoo.  One of his numerous achievpents was his role in the design of the Regenstein Center for African Apes. In 2007 Andy became the Primate Team Animal Care Supervisor at Utah’s Hogle Zoo.  Andy served on the New World Primate TAG Steering Committee, was the Studbook Keeper and Population Manager for the Bolivian Gray Titi Monkey.   Andy passed away in 2012 and will always be fondly rpembered by professional colleagues around the world </p>\r\n<strong>Barbara Manspeaker, AAZK National Office </strong>\r\nThis award is in recognition of her outstanding commitment to professionalism during her distinguished career as the Secretary/Treasurer of AAZK for the past 29 years. In recognition of her service, especially in coordinating the daily managpent of AAZK Chapters the AAZK recognition of Chapter excellence will be known as the Barbara Manspeaker AAZK Chapter of the Year Award  </p>\r\n\r\n<h3>AAZK Chapter of the Year Award - 2013</h3>\r\n<strong>Rocky Mountain AAZK Chapter, Denver Zoo</strong>\r\n', 'Past Recipients', 0, '', 'inherit', 'closed', 'closed', '', '3513-revision-v1', '', '', '2013-11-06 16:11:07', '2013-11-06 21:11:07', '', 3513, 'http://web3.gowebsolutions.com/~aazook/3513-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4476, 1, '2013-11-06 16:11:44', '2013-11-06 21:11:44', '\r\n<h2>Bowling for Rhinos Awards - 2013</h2>\r\n<strong>Conservation Resource Grant</strong> RhiNOremedy\r\n<h3>Top Individual Fundraisers – Bowling for Rhinos 2013</h3>\r\n<strong>Mike Bona</strong> - Los Angeles Chapter, Lewa trip winner\r\n<strong>Ann Knutson</strong> - San Diego Chapter, Lewa trip winner\r\n<strong>Kenton Kerns</strong> - National Capital Chapter, Indonesia trip winner\r\n Crystal Butler</strong> - Oklahoma City Chapter, Indonesia trip winner\r\n<strong>Jim Haigwood</strong> - Los Angeles Chapter, Honorary trip winner\r\n<h3>Top Chapter Fundraiser - 2013</h3>\r\n<strong>Portland AAZK Chapter.</strong> Chapter Award\r\n\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui & Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &  Jenni Dyar</em>\r\n\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak, \r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard               \r\nAlison Mott & Kate Gore\r\n\r\n<h3>Certificate of Appreciation - 2013</h3>\r\nChristine Dembiec \r\n<em>For serving as the Behavioral Husbandry Chair   </em>\r\n\r\n\r\n<h3>Certificates of Recognition - 2013</h3>\r\n<strong>Denise Wagner, Phoenix Zoo</strong>\r\n<em>For serving on the AAZK Board of Directors </em>\r\n<strong>NP Training Works, Cyperworx</strong>\r\n<em>For their development of AAZK Online</em>\r\n<strong>San Diego Zoo Global Academy, San Diego Zoo</strong>\r\n<em>For the Academy’s help and support in making their online learning content available to our Collaborative Learning Environment</em>\r\n<strong>Sean Walcott, SeaWorld San Diego</strong>\r\n<em>For his work in developing and maintaining AAZK Social Media</em>\r\n<strong>Bill Konstant, International Rhino Foundation</strong>\r\n<em>For his support of Bowling for Rhinos through his Seven Chapter Tour</em>\r\n<strong>Jacque Blessington, Kansas City Zoo</strong>\r\n<em>For her time spent as the membership Resources Chair</em>\r\n<strong>Gisela Wiggins, North Carolina Zoo</strong>\r\n<em>Co-Chair 2013 AAZK National Conference</em>\r\n<strong>Elizabeth McChesney, North Carolina Zoo </strong>  \r\n<em>Co-Chair 2013 AAZK National Conference</em>\r\n<strong>Brigitte Thompson, North Carolina Zoo</strong>\r\n<em>Co-Chair 2013 AAZK National Conference</em>\r\n\r\n<h3>Certificate of Merit in Conservation Awards - 2013</h3>\r\n<strong>Lauren Augustine, Smithsonian’s National Zoo</strong> \r\n<em>For developing Chopsticks for Salamanders (CFS) and partnering with AAZK Chapters who use CFS as a Chapter fundraiser</em>\r\n<strong>Mollie Coym, Houston Zoo</strong>\r\n<em>For developing interpretative materials and activities to message the conservation efforts of the Houston Zoo and other partners to save the Attwater Prairie Chicken from extinction</em>\r\n<strong>Elizabeth Dunn, University of Central Arkansas, Natural Tiger Sanctuary </strong>\r\n<em>For the design and implementation of research projects in the area of tiger vocal communication and has helped connect the sanctuary with field organizations that monitor wild populations</em>\r\n<strong>Nikii Finch-Morales, CuriOdyssey</strong>\r\n<em>For designing and implementing the Pacific Tree Frog Garden Habitat Project to educate visitors on tree frog life cycles and how to create amphibian habitats in their own yards </em> \r\n<strong>Dave Johnson, Denver Zoological Foundation </strong>\r\n<em>For creating Team Nepalorado to help protect the Greater One-horned Rhinoceros as well as other species in Nepal </em>\r\n<strong>Chawna Schuette, St. Louis Zoo</strong>\r\n<em>For her integral role in research and in-situ and ex-situ conservation efforts of the Ozark Hellbender</em>\r\n<strong>Jennifer Stoddard, Reid Park Zoo </strong>\r\n<em>For creating a Zoo Team Conservation Facebook page and supervising their in-situ conservation efforts and fundraising</em>\r\n\r\n<h3>Mazuri Animal Nutrition Award - 2013</h3>\r\n<em>None</em>\r\n<h3>Certificate of Excellence in Exhibit Design Renovation Award - 2013</h3>\r\n<em>None</em>\r\n\r\n<h3>Certificate of Merit for Zoo Keeper Education Award - 2013</h3>\r\n<strong>Greater Houston Chapter AAZK, Houston Zoo </strong>\r\n<em>For initiating a clinic program to supplement keeper education at the Houston Zoo</em>\r\n<strong>National Capital Chapter, Smithsonian’s National Zoo</strong>\r\n<em>For the professional Development Committee which provides three types of programs to all zoo staff and volunteers.  INDEPTH is a semi-monthly brown bag lunch series with a variety of topics, short one-day seminars and long courses, Behavior Research Methods and Population management taught by a Subject-matter Expert </em> \r\n\r\n<h3>Lee Houts Excellence in Enrichment Award - 2013</h3>\r\n<strong>Carrie Felsher, St. Louis Zoo</strong>\r\n<em>For preparing the annual report of enrichment programs, gives enrichment presentations, publishes articles and provides leadership for the Zoo’s annual Enrichment Day</em>  \r\n<strong>NPZ Enrichment & Training Steering Committee, Smithsonian’s National Zoo</strong>\r\n<em>For creating a Giving Tree fundraiser for enrichment items, producing an Enrichment Wish List Brochure and an Enrichment Giving Tree</em> \r\n\r\n<h3>Jean M. Hromadka Excellence in Animal Care Award - 2013</h3>\r\n<em>This award carries a $500 stipend for the winner endowed by the Lutz Ruhe Family</em>\r\n \r\n<strong>Neo Monks Team, Denver Zoo</strong>\r\n<em>This award is based upon on the Neomonks Team of five keepers which have excelled in the areas of animal husbandry, behavior management, teen volunteer and internship programs and public education </em> \r\n\r\n\r\n<h3>Lutz Ruhe Meritorious Achievement-Professional of the Year Award</h3>\r\n<em>This award carries a $750 stipend for the winner endowed by the Lutz Ruhe Family</em>\r\n\r\n<strong>Kenton Kerns, Smithsonian’s National Zoo</strong>\r\n<em>This award is in recognition of his outstanding commitment to professionalism during his distinguished career as a zoo keeper Specifically noted is his work with the Golden Lion Tamarin, research projects, publishing articles, mentoring interns and serving on the Boards of Save the Golden Lion Tamarin and Chopsticks for Salamanders and the National Zoo’s Safety Committee</em>\r\n<h3>Lifetime Achievement Awards - 2013</h3>\r\n<em>Read the complete biographies in the October 2013 issue of Animal Keepers’ Forum </em>\r\n\r\n<strong>Patty Pearthree, Bowling For Rhinos</strong>\r\nPatty’s love and dedication for wildlife began as a small girl and continues today as the AAZK Bowling for Rhinos Program Manager and leader of keeper safaris to Lewa Wildlife Conservancy. Her dedication to AAZK’s Bowling for Rhinos flourished when she won her first trip to Lewa in 1991.  Patty promoted Lewa’s conservation efforts by volunteering to lead AAZK BFR and helps to coordinate BFR efforts across North American and Australia</p>   \r\n<strong>Elaine Kirchner, Ft. Wayne Children’s Zoo</strong>\r\nElaine began her 27 year career at the Ft. Wayne Children’s Zoo.  She has focused on extending her knowledge and expertise of all Australian species while serving as a mentor to zoo keepers just beginning their careers. In 2000, Elaine became the studbook keeper of the Eastern and Western Grey Kangaroo and serves on the Monotrpe and Marsupial TAG as the Chair</p>\r\n<strong>Andy Henderson, Utah’s Hogle Zoo</strong>\r\nAndrew (Andy) Henderson began his 31-year career in 1981 at the Lincoln Park Zoo.  One of his numerous achievpents was his role in the design of the Regenstein Center for African Apes. In 2007 Andy became the Primate Team Animal Care Supervisor at Utah’s Hogle Zoo.  Andy served on the New World Primate TAG Steering Committee, was the Studbook Keeper and Population Manager for the Bolivian Gray Titi Monkey.   Andy passed away in 2012 and will always be fondly rpembered by professional colleagues around the world </p>\r\n<strong>Barbara Manspeaker, AAZK National Office </strong>\r\nThis award is in recognition of her outstanding commitment to professionalism during her distinguished career as the Secretary/Treasurer of AAZK for the past 29 years. In recognition of her service, especially in coordinating the daily managpent of AAZK Chapters the AAZK recognition of Chapter excellence will be known as the Barbara Manspeaker AAZK Chapter of the Year Award  </p>\r\n\r\n<h3>AAZK Chapter of the Year Award - 2013</h3>\r\n<strong>Rocky Mountain AAZK Chapter, Denver Zoo</strong>\r\n', 'Past Recipients', 0, '', 'inherit', 'closed', 'closed', '', '3513-revision-v1', '', '', '2013-11-06 16:11:44', '2013-11-06 21:11:44', '', 3513, 'http://web3.gowebsolutions.com/~aazook/3513-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4477, 1, '2013-11-06 16:13:55', '2013-11-06 21:13:55', '', 'CPR Grant Application', 0, '', 'inherit', 'closed', 'closed', '', 'cpr-grant-application', '', '', '2013-11-06 16:13:55', '2013-11-06 21:13:55', '', 163, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/CPR-Grant-Application.docx', 0, 'attachment', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 0) ; 
INSERT INTO `wp_posts` VALUES (4478, 1, '2013-11-06 16:13:55', '2013-11-06 21:13:55', '', 'Professional Development Grant Application', 0, '', 'inherit', 'closed', 'closed', '', 'professional-development-grant-application', '', '', '2013-11-06 16:13:55', '2013-11-06 21:13:55', '', 163, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/Professional-Development-Grant-Application.docx', 0, 'attachment', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 0) ; 
INSERT INTO `wp_posts` VALUES (4479, 1, '2013-11-06 16:13:56', '2013-11-06 21:13:56', '', 'Research Grant Application', 0, '', 'inherit', 'closed', 'closed', '', 'research-grant-application', '', '', '2013-11-06 16:13:56', '2013-11-06 21:13:56', '', 163, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/Research-Grant-Application.docx', 0, 'attachment', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 0) ; 
INSERT INTO `wp_posts` VALUES (4480, 1, '2013-11-06 16:15:54', '2013-11-06 21:15:54', 'Zoo Keeper Grants in Zoology, Proposal Guidelines and Instructions\r\n\r\n<h4>Purpose</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Qualifications</h4>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are professional\r\nmembers of AAZK, INC. in good standing, are eligible to receive grants. Researchers\r\nother than zoo keepers may participate in the funded studies. The principal\r\ninvestigator, however, must be a keeper/aquarist.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Restrictions</h4>\r\nThe committee will not fund any invasive biological studies, or any study\r\nthat may cause an animal undue or prolonged discomfort or harm.\r\n\r\nAllowable expenses include equipment, supplies and other costs such as library\r\nfees, computer time, etc. Expenses that are not allowed include travel and\r\ntelephone costs, animal purchases and wages for research participants. Grant\r\nrecipients will be reimbursed for research expenses upon presentation of receipts.\r\nOnly in unusual circumstances, and only with Board approval, will grant recipients\r\nbe advanced funds. In such cases, receipts will be required as soon as they\r\nare available. Upon completion of the study, all equipment purchased with\r\nAAZK funds becomes the property of AAZK, Inc. and must be forwarded to the\r\ncommittee unless other arrangements have been approved.\r\n\r\nFailure to comply with any of these regulations may result in the revocation\r\nof the grant at any time.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Grants Committee Chair</h4>\r\n<div class="first sixcol">\r\n<img class="aligncenter size-thumbnail wp-image-1257" title="shelly-roach" src="http://aecetia.net/gws/aazk/wp-content/uploads/shelly-roach-150x150.jpg" alt="shelly-roach" width="150" height="150" /> Shelly Roach - <em>Columbus Zoo and Aquarium</em>\r\n</div>\r\n<div class="clear"></div>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Available Grants</h4>\r\n<a class="button" href="[homeurl]/committee/grants-committee/grants/">View Available Grants</a>\r\n\r\n<h4>Applications</h4>\r\n<a href="[homeurl]/wp-content/uploads/CPR-Grant-Application.docx"><i class="icon-download"></i>CPR Grant Application</a>\r\n\r\n<a href="[homeurl]/wp-content/uploads/Professional-Development-Grant-Application.docx"><i class="icon-download"></i>Professional Development Grant Application</a>\r\n\r\n<a href="[homeurl]/wp-content/uploads/Research-Grant-Application.docx"><i class="icon-download"></i>Research Grant Application</a>', 'Grants Committee', 0, '', 'inherit', 'closed', 'closed', '', '163-revision-v1', '', '', '2013-11-06 16:15:54', '2013-11-06 21:15:54', '', 163, 'http://web3.gowebsolutions.com/~aazook/163-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4481, 1, '2013-11-06 16:19:43', '2013-11-06 21:19:43', '<h4>Purpose</h4>\r\n<img class="alignleft wp-image-1132" title="Professional Development Committee Logo" alt="Professional Development Committee Logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/pdc_color_logo-155x300.jpg" width="130" /> The Professional Development Committee\'s Mission is to provide continual resources for professional growth through leadership and educational opportunities for all National AAZK members.\r\n\r\nThe Passerine Husbandry Workshop taught by Dr. Robert Webster from the Toledo Zoo, sponsored by Marion Zoological, Mazuri, and Disney’s Animal Kingdom. This a 6-hour workshop that focuses on allowing keepers being able to share their own personal or their own facilities advancements in the care of these small birds. <img class="alignright" title="Passerine Husbandry Workshop" alt="Passerine Husbandry Workshop" src="http://aecetia.net/gws/aazk/wp-content/uploads/pass_workshop-225x300.jpg" width="125"/> \r\n\r\nThe Rotating Exhibit Workshop hosted by keepers from the Denver Zoo, Disney’s Animal Kingdom, Philadelphia Zoo, and Point Defiance Zoo. This type of animal exhibitry is starting to become a new direction and method of revitalizing old exhibits while staying in existing footprints and addressing the ever rising expectations of animal welfare and behavioral husbandry. This two hour workshop focuses on the daily opportunities and challenges associated with this type of exhibit with emphasis on enrichment, safety, guest experience, along with the flexibility, freedom, and limitations that one might face if considering a change in this style of animal exhibitry. \r\n\r\n<div class="first sixcol">\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="size-medium wp-image-1815" title="robert_webster" alt="robert_webster" src="http://aecetia.net/gws/aazk/wp-content/uploads/robert_webster-300x225.jpg" width="300" height="225" /> Dr. Robert Webster giving one of many bird husbandry talks[/caption]\r\n</div>\r\n<div class="sixcol">\r\n[caption id="attachment_1815" align="aligncenter" width="300"]<img class="alignright size-medium wp-image-1816" title="predator_ridge" alt="predator_ridge" src="http://aecetia.net/gws/aazk/wp-content/uploads/predator_ridge-300x225.jpg" width="300" height="225" /> Andrew Rowan and Mike Murray talk about their rotating exhibit Predator Ridge[/caption]\r\n</div>\r\n\r\n<h4>The Future</h4>\r\n\r\nThe main focus of the Professional Development Committee is to concentrate on continuing education and  professional development for animal keepers,  increasing their role in the future of the AAZK.\r\n\r\n<h4>Professional Development Committee Members</h4>\r\n<div class="first sixcol">\r\n <p align="center"><strong>Co-Chair</strong></p>\r\n<img class="aligncenter" alt="Melaina Wallace - Disney\'s Animal Kingdom" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/melaina3.jpg" width="150" height="159" /> <p align="center">Melaina Wallace - <em>Disney\'s Animal Kingdom</em></p>\r\n</div>\r\n<div class="last sixcol">\r\n <p align="center"><strong>Co-Chair</strong></p>\r\n<img src="[homeurl]/wp-content/uploads/no-img.jpg" class="aligncenter" alt="No Image Available">\r\n <p align="center">Ellen Vossekull - <em>Utah\'s Hogle Zoo</em></p>\r\n</div>\r\n<div class="first sixcol">\r\n<strong>Victor Alm</strong>\r\n<em>Oakland Zoo</em>\r\n<strong>Leanne Blinco</strong>\r\n<em>Disney\'s Animal Kingdom</em>\r\n<strong>Mike Murray</strong>\r\n<em>Denver Zoo</em>\r\n<strong>Aaron Jesue</strong>\r\n<em>North Carolina Zoo</em>\r\n<strong>Eunice Hui</strong>\r\n<em>CuriOdyssey</em>\r\n<strong>Dawn Sohr</strong>\r\n<em>Brookfield Zoo</em>\r\n<strong>Andrew Rowan</strong>\r\n<em>Denver Zoo</em>\r\n</div>\r\n<div class="last sixcol">\r\n<strong>Anthony Nielsen</strong>\r\n<em>Lincoln Park Zoo</em>\r\n<strong>T\'noya Thopmson Gonzales</strong>\r\n<em>Moody Gardens</em>\r\n<strong>Chris Mooney</strong>\r\n<em>San Diego Zoo</em>\r\n<strong>Sasha Stallard</strong>\r\n<em>San Diego Zoo\'s Safari Park</em>\r\n<strong>Janee Thill</strong>\r\n<em>Sequoia Park Zoo</em>\r\n<strong>Emily Merola</strong>\r\n<em>Utah\'s Hogle Zoo</em>\r\n</div>', 'Professional Development Committee', 0, '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2013-11-06 16:19:43', '2013-11-06 21:19:43', '', 178, 'http://web3.gowebsolutions.com/~aazook/178-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4482, 1, '2013-11-06 16:23:15', '2013-11-06 21:23:15', '<h4>Purpose</h4>\r\nThis committee shall annually review the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. The committee consists of a minimum of five members, two of which shall be member of the Board of Directors. Appointments are made at the discretion of the President. If you would like a copy of the Association’s Bylaws please contact the Administrative Office.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Committee Chair</h4>\r\n<div class="first sixcol">\r\n<img class="aligncenter" title="rickotarsky" src="http://aecetia.net/gws/aazk/wp-content/uploads/rickotarsky.jpg" alt="rickotarsky" width="131" height="150" />\r\n<p align="center">Ric Kotarsky - <em>Tulsa Zoo</em></p>\r\n</div>\r\n\r\n<div id="inner-links"></div>', 'Bylaws', 0, '', 'inherit', 'closed', 'closed', '', '173-revision-v1', '', '', '2013-11-06 16:23:15', '2013-11-06 21:23:15', '', 173, 'http://web3.gowebsolutions.com/~aazook/173-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4483, 1, '2013-11-06 16:24:20', '2013-11-06 21:24:20', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '4483', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 12, 'http://web3.gowebsolutions.com/~aazook/?p=4483', 26, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4484, 1, '2013-11-06 16:26:52', '2013-11-06 21:26:52', '<h3><img class="aligncenter size-full wp-image-1499" title="icz_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/icz_logo.jpg" alt="icz_logo" width="223" height="169" />AAZK Program Representatives</h3>\r\n<img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /> Norah Farnham         <img class="alignnone size-full wp-image-2758" title="sara_wunder21" src="http://aecetia.net/gws/aazk/wp-content/uploads/sara_wunder21.jpg" alt="sara_wunder21" width="150" height="171" /> Sara Wunder Steward\r\n\r\n<em><strong>Purpose</strong></em>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n\r\nThe ICZ evolved from AAZK’s now-extinct International Outreach Committee (IOC). A major accomplishment of the IOC was procuring a travel grant which afforded the opportunity for representatives from 7 of the world’s professional zookeeper associations to meet at the AAZK conference in Columbus Ohio, in 2000.  Since this meeting, the ICZ has grown into an incorporated 501(c) 3 non-profit organization, complete with a Constitution, By- Laws, and 6,000 members from 30 countries.\r\n\r\n<strong>ICZ Mission Statement: </strong>\r\n\r\n\'The ICZ will build a worldwide network among zookeepers and other professionals in the field of wildlife care and conservation. This exchange of experience and knowledge will improve the professionalism of zookeepers for the benefit of the animals under their care and promote awareness and actions that will contribute to the preservation of wildlife everywhere.\'\r\n<strong>\r\nVision Statement:</strong>\r\n\r\n\'A global network of zookeepers with the highest standards of professional animal care contributing to a diverse and sustainable natural world where neither wild animals nor their habitats are in danger.\'\r\n\r\n<strong>Current membership of the ICZ:</strong>\r\n- American Association of Zoo Keepers (AAZK)\r\n- Association of British &amp; Irish Wild Animal Keepers (ABWAK)\r\n- Australasian Society of Zoo Keeping (ASZK)\r\n- Asociación Ibérica de Cuidadores de Animales Salvajes (AICAS) (Spain)\r\n- Association Francophone de Soigneurs Animaliers (AFSA) (France)\r\n- Berufsverband der Zootierpfleger (BdZ) (Germany)\r\n- Stichting De Harpij (Netherlands and Belgium)\r\n-Animal Keepers’ Association of Africa (AKAA)\r\n-Zookeepers’ Association of the Philippines (ZAP)\r\n\r\n<strong>ICZ Steering Committee:</strong>\r\n\r\nPresident:  Rolf Veehuizen, De Harpij\r\nVice President:  Carsten Knott, BdZ\r\nTreasurer:  Liz Romer, ASZK\r\nSecretary:  Carla Srb, ASZK\r\nAAZK Program Representatives:  Norah Farnham &amp; Sara Wunder Steward\r\nABWAK Representatives:  Richard Barnett &amp; Ross Snipp\r\nAFSA Representatives:   Virginie Roy &amp; Damien Lerasle\r\nAICAS Representative:  Albert Pamies &amp; Raul Cabrera\r\nAKAA Representatives:  Robynn Ingle-Moller &amp; John Werth\r\nBdZ Representative:  Carsten Knott &amp; Irene Tomaschek\r\nDe Harpij Representatives:  Dennis Blomjous\r\nZAP Representatives:  Leo Jonathon Suarez, DVM &amp; Emilia Lastica, DVM\r\n\r\n<img class="size-full wp-image-2759 alignnone" title="2012_icz_sc" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_icz_sc.jpg" alt="2012_icz_sc" width="571" height="428" />\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><span><em>Steering Committee in Singapore 2012</em></span></p>\r\n\r\n<em><strong>Strategic Plan:</strong></em>\r\nThe ICZ’s course through 2016 will be guided by eight Strategic Directions:\r\n·    Achieve the highest standards of zookeeping globally.\r\n·    To assist zoos in need of improvement.\r\n·    Securing the financial growth and stability needed to implement the ICZ’s strategy.\r\n·    Increasing ICZ\'s visibility and impact.\r\n·    Improving and developing the ICZ, reflecting the needs of zookeepers, zookeeper associations and zoos needing improvement.\r\n·    Developing and delivering ICZ’s core conservation activities.\r\n·    Developing and strengthening ICZ’s external partnerships.\r\n·    Procure and develop a professional administrative management.\r\n\r\n<em><strong>Upcoming:</strong></em>\r\nThe next ICZ conference will be held in Leipzig, Germany in 2015. Look for exact dates to be announced by Spring 2014.\r\n\r\n<img class="alignleft size-full wp-image-2760" title="2012_conf_group" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_conf_group.jpg" alt="2012_conf_group" width="700" height="467" />\r\n<p style="text-align: center;"></p>\r\n\r\n<strong>For more information:</strong>\r\nCurrently the two AAZK Program Representatives on the ICZ Steering Committee are Norah Farnham and Sara Wunder Steward. You may contact them at:\r\n\r\n<a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a>\r\n<a href="mailto:sara.steward@aecetia.net/gws/aazk">sara.steward@aecetia.net/gws/aazk</a>\r\n\r\nPlease visit the ICZ Website at:  <a href="http://www.iczoo.org">www.iczoo.org</a>\r\n\r\n<a href="http://web3.gowebsolutions.com/~aazook/committee/international-programs/" title="International Programs"><i class="icon-link"></i> International programs</a>', 'International Congress of Zookeepers (ICZ)', 0, '', 'inherit', 'closed', 'closed', '', '153-autosave-v1', '', '', '2013-11-06 16:26:52', '2013-11-06 21:26:52', '', 153, 'http://web3.gowebsolutions.com/~aazook/153-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4485, 1, '2013-11-06 16:27:21', '2013-11-06 21:27:21', '<h3><img class="aligncenter size-full wp-image-1499" title="icz_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/icz_logo.jpg" alt="icz_logo" width="223" height="169" />AAZK Program Representatives</h3>\r\n<img class="alignnone size-thumbnail wp-image-1498" title="norah" src="http://aecetia.net/gws/aazk/wp-content/uploads/norah-150x150.jpg" alt="norah" width="150" height="150" /> Norah Farnham         <img class="alignnone size-full wp-image-2758" title="sara_wunder21" src="http://aecetia.net/gws/aazk/wp-content/uploads/sara_wunder21.jpg" alt="sara_wunder21" width="150" height="171" /> Sara Wunder Steward\r\n\r\n<em><strong>Purpose</strong></em>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n\r\nThe ICZ evolved from AAZK’s now-extinct International Outreach Committee (IOC). A major accomplishment of the IOC was procuring a travel grant which afforded the opportunity for representatives from 7 of the world’s professional zookeeper associations to meet at the AAZK conference in Columbus Ohio, in 2000.  Since this meeting, the ICZ has grown into an incorporated 501(c) 3 non-profit organization, complete with a Constitution, By- Laws, and 6,000 members from 30 countries.\r\n\r\n<strong>ICZ Mission Statement: </strong>\r\n\r\n\'The ICZ will build a worldwide network among zookeepers and other professionals in the field of wildlife care and conservation. This exchange of experience and knowledge will improve the professionalism of zookeepers for the benefit of the animals under their care and promote awareness and actions that will contribute to the preservation of wildlife everywhere.\'\r\n<strong>\r\nVision Statement:</strong>\r\n\r\n\'A global network of zookeepers with the highest standards of professional animal care contributing to a diverse and sustainable natural world where neither wild animals nor their habitats are in danger.\'\r\n\r\n<strong>Current membership of the ICZ:</strong>\r\n- American Association of Zoo Keepers (AAZK)\r\n- Association of British &amp; Irish Wild Animal Keepers (ABWAK)\r\n- Australasian Society of Zoo Keeping (ASZK)\r\n- Asociación Ibérica de Cuidadores de Animales Salvajes (AICAS) (Spain)\r\n- Association Francophone de Soigneurs Animaliers (AFSA) (France)\r\n- Berufsverband der Zootierpfleger (BdZ) (Germany)\r\n- Stichting De Harpij (Netherlands and Belgium)\r\n-Animal Keepers’ Association of Africa (AKAA)\r\n-Zookeepers’ Association of the Philippines (ZAP)\r\n\r\n<strong>ICZ Steering Committee:</strong>\r\n\r\nPresident:  Rolf Veehuizen, De Harpij\r\nVice President:  Carsten Knott, BdZ\r\nTreasurer:  Liz Romer, ASZK\r\nSecretary:  Carla Srb, ASZK\r\nAAZK Program Representatives:  Norah Farnham &amp; Sara Wunder Steward\r\nABWAK Representatives:  Richard Barnett &amp; Ross Snipp\r\nAFSA Representatives:   Virginie Roy &amp; Damien Lerasle\r\nAICAS Representative:  Albert Pamies &amp; Raul Cabrera\r\nAKAA Representatives:  Robynn Ingle-Moller &amp; John Werth\r\nBdZ Representative:  Carsten Knott &amp; Irene Tomaschek\r\nDe Harpij Representatives:  Dennis Blomjous\r\nZAP Representatives:  Leo Jonathon Suarez, DVM &amp; Emilia Lastica, DVM\r\n\r\n<img class="size-full wp-image-2759 alignnone" title="2012_icz_sc" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_icz_sc.jpg" alt="2012_icz_sc" width="571" height="428" />\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><span><em>Steering Committee in Singapore 2012</em></span></p>\r\n\r\n<em><strong>Strategic Plan:</strong></em>\r\nThe ICZ’s course through 2016 will be guided by eight Strategic Directions:\r\n·    Achieve the highest standards of zookeeping globally.\r\n·    To assist zoos in need of improvement.\r\n·    Securing the financial growth and stability needed to implement the ICZ’s strategy.\r\n·    Increasing ICZ\'s visibility and impact.\r\n·    Improving and developing the ICZ, reflecting the needs of zookeepers, zookeeper associations and zoos needing improvement.\r\n·    Developing and delivering ICZ’s core conservation activities.\r\n·    Developing and strengthening ICZ’s external partnerships.\r\n·    Procure and develop a professional administrative management.\r\n\r\n<em><strong>Upcoming:</strong></em>\r\nThe next ICZ conference will be held in Leipzig, Germany in 2015. Look for exact dates to be announced by Spring 2014.\r\n\r\n<img class="alignleft size-full wp-image-2760" title="2012_conf_group" src="http://aecetia.net/gws/aazk/wp-content/uploads/2012_conf_group.jpg" alt="2012_conf_group" width="700" height="467" />\r\n<p style="text-align: center;"></p>\r\n\r\n<strong>For more information:</strong>\r\nCurrently the two AAZK Program Representatives on the ICZ Steering Committee are Norah Farnham and Sara Wunder Steward. You may contact them at:\r\n\r\n<a href="mailto:norah.farnham@aecetia.net/gws/aazk">norah.farnham@aecetia.net/gws/aazk</a>\r\n<a href="mailto:sara.steward@aecetia.net/gws/aazk">sara.steward@aecetia.net/gws/aazk</a>\r\n\r\nPlease visit the ICZ Website at:  <a href="http://www.iczoo.org">www.iczoo.org</a>\r\n\r\n<a href="http://web3.gowebsolutions.com/~aazook/committee/international-programs/" title="International Programs"><i class="icon-link"></i> International Programs - Click here</a>', 'International Congress of Zookeepers (ICZ)', 0, '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2013-11-06 16:27:21', '2013-11-06 21:27:21', '', 153, 'http://web3.gowebsolutions.com/~aazook/153-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4486, 1, '2013-11-06 16:31:05', '2013-11-06 21:31:05', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '4486', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 3996, 'http://web3.gowebsolutions.com/~aazook/?p=4486', 41, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4487, 1, '2013-11-06 16:31:05', '2013-11-06 21:31:05', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '4487', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 3996, 'http://web3.gowebsolutions.com/~aazook/?p=4487', 42, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4488, 1, '2013-11-06 16:31:05', '2013-11-06 21:31:05', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '4488', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=4488', 44, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4489, 1, '2013-11-06 16:31:05', '2013-11-06 21:31:05', '', 'Members', 0, '', 'publish', 'closed', 'closed', '', 'members', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=4489', 39, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4490, 1, '2013-11-06 16:31:05', '2013-11-06 21:31:05', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '4490', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=4490', 43, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4491, 1, '2013-11-06 16:34:03', '2013-11-06 21:34:03', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<div class="clearfix"><div class="fourcol first"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/abi-logo.jpg" alt="abi-logo" width="240" height="49" class="alignnone size-full wp-image-4108" /></div><div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank"><h4>Animal Behavior Institute</h4></a>Reach your career goals with the Animal Behavior</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="fourcol first"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/animal_source.jpg" alt="animal_source" width="200" height="69" class="alignnone size-full wp-image-4112" /></div><div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank"><h4>Animal Source Texas, Inc.</h4></a>Working to make zoos a better place for wildlife and people.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="fourcol first"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/blue_rhino.jpg" alt="blue_rhino" width="216" height="92" class="alignnone size-full wp-image-4114" /></div>\r\n	<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank"><h4>Blue Rhino</h4></a>Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="fourcol first"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/CLR_Design.jpg" alt="CLR_Design" width="136" height="120" class="alignnone size-full wp-image-4115" /></div><div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank"><h4>CLR Design</h4></a>For over 25 years CLR Design has focused on zoo design.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/DesertPlasticsheader.jpg" alt="DesertPlasticsheader" width="240" height="48" class="alignnone size-full wp-image-4116" /></div><div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank"><h4>Desert Plastics, LLC</h4></a>Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/ebscocom-logo.gif" alt="ebscocom-logo" width="116" height="41" class="alignnone size-full wp-image-4117" /></div><div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank"><h4>Ebsco Publishing</h4></a>Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/fauna_research.gif" alt="fauna_research" width="174" height="173" class="alignnone size-full wp-image-4118" /></div><div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank"><h4>Fauna Research Inc.</h4></a>Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/grubco.jpg" alt="grubco" width="190" height="76" class="alignnone size-full wp-image-4119" /></div><div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank"><h4>Grubco</h4></a>Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lyontechnology.jpg" alt="lyontechnology" width="190" height="28" class="alignnone size-full wp-image-4120" /></div><div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank"><h4>Lyon Technologies</h4></a>Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</div>\r\n</div><div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/nebraskabrand.jpg" alt="nebraskabrand" width="200" height="99" class="alignnone size-full wp-image-4121" /></div><div class="eightcol last"><a href="" target="_blank"><h4>Nebraska Brand</h4></a>Economical Feeding Programs for Exotic Carnivores</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/overland.jpg" alt="overland" width="200" height="82" class="alignnone size-full wp-image-4122" /></div><div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank"><h4>Overland Carts/Granite Industries</h4></a>Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/premier_tours.jpg" alt="premier_tours" width="200" height="124" class="alignnone size-full wp-image-4123" /></div><div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank"><h4>Premier Tours</h4></a>Premier Travel & Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zupreem.gif"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zupreem.gif" alt="zupreem" width="199" height="65" class="alignnone size-full wp-image-4124" /></a></div><div class="eightcol last"><a href="http://www.zupreem.com/" target="_blank"><h4>Premium Nutritional Products</h4></a>Premium Nutritional Products are makers of a wide variety of animal diets for exotics and pets alike.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/reliableprotein.jpg" alt="reliableprotein" width="166" height="190" class="alignnone size-full wp-image-4125" /></div>\r\n	<div class="eightcol last"><a href="http://zoofood.com/" target="_blank"><h4>Reliable Protein Products</h4></a>The answer for your feeding needs</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/rodentpro.jpg" alt="rodentpro" width="190" height="43" class="alignnone size-full wp-image-4126" /></div>\r\n	<div class="eightcol last"><a href="http://www.rodentpro.com/" target="_blank"><h4>Rodent Pro</h4></a>Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zoomed.jpg" alt="zoomed" width="200" height="168" class="alignnone size-full wp-image-4127" /></div>\r\n	<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank"><h4>\r\nZoo Med Laboratories, Inc.</h4></a>Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds & aquatic pets. Our experience & dedication leads to innovative products; guaranteed to help keep your pets happy & healthy!</div>\r\n</div><div class="hr"></div>\r\n<div class="clearfix">\r\n	<div class="first fourcol"><br><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zukudla_logo.jpg" alt="zukudla_logo" width="225" height="40" class="alignnone size-full wp-image-4128" /></div>\r\n	<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank"><h4>\r\nZukudla, Inc.</h4></a>To be the source for unique diets for zoo and exotic animals.</div>\r\n</div>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2013-11-06 16:34:03', '2013-11-06 21:34:03', '', 4107, 'http://web3.gowebsolutions.com/~aazook/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4493, 1, '2013-11-06 16:41:11', '2013-11-06 21:41:11', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/acklogo1.jpg" alt="acklogo" width="190" height="197" class="alignnone size-full wp-image-4133" /></div><div class="eightcol last"><a href="http://www.actionforcheetahs.org/" target="_blank"><h4>\r\nAction for Cheetahs in Kenya</h4></a>ACK aims to promote the conservation of cheetahs through research, awareness and community participation in Kenya.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/abma.jpg" alt="abma" width="194" height="121" class="alignnone size-full wp-image-4134" /></div><div class="eightcol last"><a href="http://www.theabma.org/" target="_blank"><h4>\r\nAnimal Behavior Management Alliance (ABMA)</h4></a>The mission of the Animal Behavior Management Alliance is to advance animal behavior management in order to enhance the Husbandry and welfare of animals.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/aza.gif" alt="aza" width="150" height="47" class="alignnone size-full wp-image-4135" /></div><div class="eightcol last"><a href="http://www.aza.org/" target="_blank"><h4>Association of Zoos & Aquariums (AZA)</h4></a>Founded in 1924, AZA supports membership excellence in conservation, education, science, and research.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/icz.jpg" alt="icz" width="175" height="132" class="alignnone size-full wp-image-4136" /></div><div class="eightcol last"><a href="http://www.iczoo.org/" target="_blank"><h4>International Congress of Zookeepers (ICZ)</h4></a>The ICZ (International Congress of Zookeeping) will build a worldwide network among zookeepers and other professionals in the field of wildlife care and conservation. This exchange of experience and knowledge will improve the professionalism of zookeepers</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/irf.jpg" alt="irf" width="240" height="156" class="alignnone size-full wp-image-4137" /></div><div class="eightcol last"><a href="http://www.rhinos.org/" target="_blank"><h4>International Rhino Foundation</h4></a>The International Rhino Foundation (IRF) is dedicated to the survival of the world’s rhino species through conservation and research.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lewa2.jpg" alt="lewa" width="175" height="172" class="alignnone size-full wp-image-4138" /></div><div class="eightcol last"><a href="http://www.lewa.org/" target="_blank"><h4>Lewa Wildlife Conservancy</h4></a>Lewa Wildlife Conservancy</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/pbi.jpg" alt="pbi" width="165" height="129" class="alignnone size-full wp-image-4139" /></div><div class="eightcol last"><a href="http://www.polarbearsinternational.org/" target="_blank"><h4>Polar Bears International</h4></a>Polar Bears International is a nonprofit organization dedicated to the worldwide conservation of the polar bear.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/red_panda_logo.jpg" alt="red_panda_logo" width="250" height="71" class="alignnone size-full wp-image-4140" /></div><div class="eightcol last"><a href="http://redpandanetwork.org/" target="_blank"><h4>Red Panda Network</h4></a>The Red Panda Network is committed to the conservation of wild red pandas and their habitat through the education and empowerment of local communities.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/savenature.jpg" alt="savenature" width="200" height="61" class="alignnone size-full wp-image-4141" /></div><div class="eightcol last"><a href="http://savenature.org/" target="_blank"><h4>Savenature.org</h4></a></div>Savenature.org is committed to inspiring participation and awareness in the preservation of fragile ecosystems by providing opportunities for personal direct action to save the diversity of life on Earth.\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/menu_sfw_logo.gif" alt="menu_sfw_logo" width="187" height="41" class="alignnone size-full wp-image-4142" /></div><div class="eightcol last"><a href="http://www.montereybayaquarium.org/cr/seafoodwatch.aspx" target="_blank"><h4>Seafood Watch Program</h4></a>The Monterey Bay Aquarium Seafood Watch program helps consumers and businesses make choices for healthy oceans. Our recommendations indicate which seafood items are "Best Choices," "Good Alternatives," and which ones you should "Avoid."</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/snow_leopard_trust.gif" alt="snow_leopard_trust" width="169" height="144" class="alignnone size-full wp-image-4143" /></div><div class="eightcol last"><a href="http://www.snowleopard.org/" target="_blank"><h4>Snow Leopard Trust</h4></a>Founded in 1981, the Snow Leopard Trust is the world\'s leading authority on the study and protection of the endangered snow leopard.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/tsa-logo.jpg" alt="tsa-logo" width="200" height="145" class="alignnone size-full wp-image-4144" /></div><div class="eightcol last"><a href="http://turtlesurvival.org/" target="_blank"><h4>Turtle Survival Alliance</h4></a>The Turtle Survival Alliance (TSA) is an action oriented global partnership that is committed to zero turtle extinctions in the 21st century.</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix"><div class="fourcol first"><img src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zaa.jpg" alt="zaa" width="240" height="215" class="alignnone size-full wp-image-4145" /></div><div class="eightcol last"><a href="http://zaa.org/" target="_blank"><h4>Zoological Association of America</h4></a>The Zoological Association of America (ZAA) was formed in February 2005 for the purpose of promoting conservation, preservation, and propagation of animals in both private and public domains.</div>\r\n</div>', 'Conservation Partners', 0, '', 'inherit', 'closed', 'closed', '', '4132-revision-v1', '', '', '2013-11-06 16:41:11', '2013-11-06 21:41:11', '', 4132, 'http://web3.gowebsolutions.com/~aazook/4132-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4494, 1, '2013-11-06 16:45:13', '2013-11-06 21:45:13', '', 'Chapters', 0, '', 'publish', 'closed', 'closed', '', 'chapters-2', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=4494', 34, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4495, 1, '2013-11-06 16:53:20', '2013-11-06 21:53:20', '', 'Chapter List', 0, '', 'publish', 'closed', 'closed', '', 'chapter-list', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=4495', 35, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4497, 1, '2013-11-06 17:09:15', '2013-11-06 22:09:15', '', 'aazk_operations_manual_2010', 0, '', 'inherit', 'closed', 'closed', '', 'aazk_operations_manual_2010', '', '', '2013-11-06 17:09:15', '2013-11-06 22:09:15', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/aazk_operations_manual_2010.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (4498, 1, '2013-11-06 17:15:02', '2013-11-06 22:15:02', '', 'Operations Manual', 0, '', 'publish', 'closed', 'closed', '', 'operations-manual', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=4498', 7, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4499, 1, '2013-11-06 17:11:07', '2013-11-06 22:11:07', '', 'aazk_animal_data_transfer', 0, '', 'inherit', 'closed', 'closed', '', 'aazk_animal_data_transfer-2', '', '', '2013-11-06 17:11:07', '2013-11-06 22:11:07', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/aazk_animal_data_transfer1.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (4500, 1, '2013-11-06 17:15:02', '2013-11-06 22:15:02', '', 'Animal Data Transfer Form', 0, '', 'publish', 'closed', 'closed', '', 'animal-xfer-form', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=4500', 2, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4800, 1, '2013-12-05 16:58:12', '0000-00-00 00:00:00', 't', 'S', 0, '', 'draft', 'closed', 'closed', '', '', '', '', '2013-12-05 16:58:12', '2013-12-05 21:58:12', '', 0, 'https://www.aazk.org/?page_id=4800', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4502, 1, '2013-11-06 17:17:36', '2013-11-06 22:17:36', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '4502', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 22, 'http://web3.gowebsolutions.com/~aazook/?p=4502', 47, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4503, 1, '2013-11-06 17:18:16', '2013-11-06 22:18:16', '', 'AAZK FAQ', 0, '', 'publish', 'closed', 'closed', '', 'aazk-faq', '', '', '2013-11-06 17:19:15', '2013-11-06 22:19:15', '', 22, 'http://web3.gowebsolutions.com/~aazook/?page_id=4503', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4504, 1, '2013-11-06 17:18:16', '2013-11-06 22:18:16', '', 'AAZK FAQ', 0, '', 'inherit', 'closed', 'closed', '', '4503-revision-v1', '', '', '2013-11-06 17:18:16', '2013-11-06 22:18:16', '', 4503, 'http://web3.gowebsolutions.com/~aazook/4503-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4508, 1, '2013-11-06 18:12:54', '2013-11-06 23:12:54', '', 'AAZK Operations Manual 2013 - Linked', 0, '', 'inherit', 'closed', 'closed', '', 'aazk-operations-manual-2013-linked', '', '', '2013-11-06 18:12:54', '2013-11-06 23:12:54', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/AAZK-Operations-Manual-2013-Linked.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (4509, 1, '2013-11-06 20:51:00', '2013-11-07 01:51:00', '[productspage]', 'Products Page', 0, '', 'publish', 'closed', 'closed', '', 'products-page', '', '', '2013-11-06 20:51:00', '2013-11-07 01:51:00', '', 0, 'http://web3.gowebsolutions.com/~aazook/products-page/', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4510, 1, '2013-11-06 20:57:45', '2013-11-07 01:57:45', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '4510', '', '', '2013-11-26 12:31:30', '2013-11-26 17:31:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=4510', 21, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4511, 1, '2013-11-06 20:57:45', '2013-11-07 01:57:45', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '4511', '', '', '2013-11-26 12:31:30', '2013-11-26 17:31:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=4511', 24, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4512, 1, '2013-11-06 20:57:45', '2013-11-07 01:57:45', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '4512', '', '', '2013-11-26 12:31:30', '2013-11-26 17:31:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=4512', 22, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4513, 1, '2013-11-06 20:57:45', '2013-11-07 01:57:45', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '4513', '', '', '2013-11-26 12:31:30', '2013-11-26 17:31:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=4513', 23, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4514, 1, '2013-11-06 20:57:45', '2013-11-07 01:57:45', '', 'Careers', 0, '', 'publish', 'closed', 'closed', '', 'careers-2', '', '', '2013-11-26 12:31:30', '2013-11-26 17:31:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=4514', 19, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4515, 1, '2013-11-06 21:45:05', '2013-11-07 02:45:05', '<strong>"Zoo keeper"</strong> is a term used to describe an individual who cares for animals in zoological parks or aquariums. A career as a zoo keeper offers a unique opportunity in the specialized and demanding profession of maintaining captive exotic animals for conservation, research, public education and recreation.\r\n\r\nZoo keepers care for a diverse collection of animals from mammals and birds to reptiles and amphibians to fish and invertebrates. Some keepers become highly specialized, such as those who work in animal hospitals or who concentrate on a specific group of animals such as exotic birds, great apes, elephants or reptiles.\r\n\r\nIf you are interested in becoming a zoo keeper a comprehensive document has been compiled which will give you a better idea of what this profession entails and will give you more information to start you on the road to making this a career. You can access the information by clicking on the link below.  <a href="/wp-content/uploads/keeper_information.pdf"></a>\r\n\r\n<a href="[homeurl]/wp-content/uploads/keeper_information.pdf">So You Want to be a Keeper, Trainer, or Aquarist?</a>', 'Zoo Keeping as a Career', 0, '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2013-11-06 21:45:05', '2013-11-07 02:45:05', '', 10, 'http://web3.gowebsolutions.com/~aazook/10-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4516, 1, '2013-11-06 21:46:25', '2013-11-07 02:46:25', 'Today\'s zookeeper is an educated person. Gone are the days when all you needed was a love for animals, a shovel and a strong back. Now we are expected to know animal husbandry, nutrition, operant conditioning, enrichment and conservation; we are also expected to be able to lift 50 lbs., and to work weekends and holidays. We do this job because we love it, not for the money. The money is in upper management, which usually means less contact with the animals. However, in the zoo field even being in the upper echelon does not guarantee a substantial income. For us, knowing that we are saving an animal species or maybe just making an animal feel as at home as possible is enough.\r\n\r\nFor those of you who think this is the field for you, click here. For more information, you may also visit the websites for the <a href="http://www.aza.org/">American Zoo and Aquarium Association</a> and the <a href="http://aecetia.net/gws/aazk/">American Association of Zoo Keepers</a> directly. You may also be interested in <a href="/zoo-keeping-as-a-career/books-about-animal-careers/">Books about Animal Careers</a>.\r\n\r\n<h3>The List</h3>\r\n<p>While this list deals primarily with schools that have programs geared toward zookeeping, keep in mind that a degree in Wildlife Management or Wildlife Ecology is also acceptable for most zoos, as are degrees in Zoology and Biology. Remember, most zoos prefer hands-on experience, so while pursuing these degrees, volunteer where you can! (I do not list Vet. Tech Schools or those programs dealing with pure Animal Science.) There are both two and four year programs listed. Some zoos require more education than others and it is always a good idea to get a higher degree if you wish to advance up the ranks. Because of this, I have also included on this list a new program geared toward zoo and aquarium management. In addition you will find information on the Durrell Wildlife Conservation Trust and a list of international schools.</p>\r\n\r\n<dl>\r\n	<dt><a href="[homeurl]/zoo-keeping-as-a-career/zoo-keeper-training/high-school-programs/">High School Programs</a></dt>\r\n    	<dd>There are many high schools around the country that have started cooperative learning programs with their local zoos. I have listed a few here, but you should check with your own school system, especially if you live near a zoological facility.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/two-year-programs/">Two-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a two-year higher education degree such as an Associate\'s degree or a technical degree.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/four-year-programs/">Four-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a four-year degree such as a Bachelor\'s degree.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/management-programs/">Management Programs</a></dt>\r\n    	<dd>This list provides information concerning higher education programs leading to degrees specific to leadership positions within the zoo field.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/conservation-programs/">Conservation Programs</a></dt>\r\n    	<dd>This list provides information on programs geared toward teaching environmental conservation techniques.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/international-programs">International Programs</a></dt>\r\n    	<dd>This list provides information on programs outside the United States.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/aquarium-marine-focus-programs/">Aquarium or Marine Mammal Focus Programs</a></dt>\r\n    	<dd>This list provides information on programs that focus on aquarium or marine mammal husbandry and/or training.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/veterinary-schools-exotic-animal-programs/">Veterinary Schools with Exotic Animal Programs</a></dt>\r\n    	<dd>This list provides information for those who would like to become a veterinarian who specializes in exotic/zoo animals.</dd>\r\n</dl>', 'Zoo Keeper Training', 0, '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2013-11-06 21:46:25', '2013-11-07 02:46:25', '', 82, 'http://web3.gowebsolutions.com/~aazook/82-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4518, 1, '2013-11-06 21:48:42', '2013-11-07 02:48:42', 'Today\'s zookeeper is an educated person. Gone are the days when all you needed was a love for animals, a shovel and a strong back. Now we are expected to know animal husbandry, nutrition, operant conditioning, enrichment and conservation; we are also expected to be able to lift 50 lbs., and to work weekends and holidays. We do this job because we love it, not for the money. The money is in upper management, which usually means less contact with the animals. However, in the zoo field even being in the upper echelon does not guarantee a substantial income. For us, knowing that we are saving an animal species or maybe just making an animal feel as at home as possible is enough.\r\n\r\nFor those of you who think this is the field for you, click here. For more information, you may also visit the websites for the <a href="http://www.aza.org/">American Zoo and Aquarium Association</a> and the <a href="http://aecetia.net/gws/aazk/">American Association of Zoo Keepers</a> directly. You may also be interested in <a href="[homeurl]/zoo-keeping-as-a-career/books-about-animal-careers/">Books about Animal Careers</a>.\r\n\r\n<h3>The List</h3>\r\n<p>While this list deals primarily with schools that have programs geared toward zookeeping, keep in mind that a degree in Wildlife Management or Wildlife Ecology is also acceptable for most zoos, as are degrees in Zoology and Biology. Remember, most zoos prefer hands-on experience, so while pursuing these degrees, volunteer where you can! (I do not list Vet. Tech Schools or those programs dealing with pure Animal Science.) There are both two and four year programs listed. Some zoos require more education than others and it is always a good idea to get a higher degree if you wish to advance up the ranks. Because of this, I have also included on this list a new program geared toward zoo and aquarium management. In addition you will find information on the Durrell Wildlife Conservation Trust and a list of international schools.</p>\r\n\r\n<dl>\r\n	<dt><a href="[homeurl]/zoo-keeper-training/high-school-programs/">High School Programs</a></dt>\r\n    	<dd>There are many high schools around the country that have started cooperative learning programs with their local zoos. I have listed a few here, but you should check with your own school system, especially if you live near a zoological facility.</dd>\r\n	<dt><a href="[homeurl]/zoo-keeper-training/two-year-programs/">Two-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a two-year higher education degree such as an Associate\'s degree or a technical degree.</dd>\r\n	<dt><a href="[homeurl]/zoo-keeper-training/four-year-programs/">Four-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a four-year degree such as a Bachelor\'s degree.</dd>\r\n	<dt><a href="[homeurl]/zoo-keeper-training/management-programs/">Management Programs</a></dt>\r\n    	<dd>This list provides information concerning higher education programs leading to degrees specific to leadership positions within the zoo field.</dd>\r\n	<dt><a href="[homeurl]/zoo-keeper-training/conservation-programs/">Conservation Programs</a></dt>\r\n    	<dd>This list provides information on programs geared toward teaching environmental conservation techniques.</dd>\r\n	<dt><a href="[homeurl]/zoo-keeper-training/international-programs">International Programs</a></dt>\r\n    	<dd>This list provides information on programs outside the United States.</dd>\r\n	<dt><a href="[homeurl]/zoo-keeper-training/aquarium-marine-focus-programs/">Aquarium or Marine Mammal Focus Programs</a></dt>\r\n    	<dd>This list provides information on programs that focus on aquarium or marine mammal husbandry and/or training.</dd>\r\n	<dt><a href="[homeurl]/zoo-keeper-training/veterinary-schools-exotic-animal-programs/">Veterinary Schools with Exotic Animal Programs</a></dt>\r\n    	<dd>This list provides information for those who would like to become a veterinarian who specializes in exotic/zoo animals.</dd>\r\n</dl>', 'Zoo Keeper Training', 0, '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2013-11-06 21:48:42', '2013-11-07 02:48:42', '', 82, 'http://web3.gowebsolutions.com/~aazook/82-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4517, 1, '2013-11-06 21:47:02', '2013-11-07 02:47:02', 'Today\'s zookeeper is an educated person. Gone are the days when all you needed was a love for animals, a shovel and a strong back. Now we are expected to know animal husbandry, nutrition, operant conditioning, enrichment and conservation; we are also expected to be able to lift 50 lbs., and to work weekends and holidays. We do this job because we love it, not for the money. The money is in upper management, which usually means less contact with the animals. However, in the zoo field even being in the upper echelon does not guarantee a substantial income. For us, knowing that we are saving an animal species or maybe just making an animal feel as at home as possible is enough.\r\n\r\nFor those of you who think this is the field for you, click here. For more information, you may also visit the websites for the <a href="http://www.aza.org/">American Zoo and Aquarium Association</a> and the <a href="http://aecetia.net/gws/aazk/">American Association of Zoo Keepers</a> directly. You may also be interested in <a href="[homeurl]/zoo-keeping-as-a-career/books-about-animal-careers/">Books about Animal Careers</a>.\r\n\r\n<h3>The List</h3>\r\n<p>While this list deals primarily with schools that have programs geared toward zookeeping, keep in mind that a degree in Wildlife Management or Wildlife Ecology is also acceptable for most zoos, as are degrees in Zoology and Biology. Remember, most zoos prefer hands-on experience, so while pursuing these degrees, volunteer where you can! (I do not list Vet. Tech Schools or those programs dealing with pure Animal Science.) There are both two and four year programs listed. Some zoos require more education than others and it is always a good idea to get a higher degree if you wish to advance up the ranks. Because of this, I have also included on this list a new program geared toward zoo and aquarium management. In addition you will find information on the Durrell Wildlife Conservation Trust and a list of international schools.</p>\r\n\r\n<dl>\r\n	<dt><a href="[homeurl]/zoo-keeping-as-a-career/zoo-keeper-training/high-school-programs/">High School Programs</a></dt>\r\n    	<dd>There are many high schools around the country that have started cooperative learning programs with their local zoos. I have listed a few here, but you should check with your own school system, especially if you live near a zoological facility.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/two-year-programs/">Two-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a two-year higher education degree such as an Associate\'s degree or a technical degree.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/four-year-programs/">Four-Year Programs</a></dt>\r\n    	<dd>Listed here are current programs leading to a four-year degree such as a Bachelor\'s degree.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/management-programs/">Management Programs</a></dt>\r\n    	<dd>This list provides information concerning higher education programs leading to degrees specific to leadership positions within the zoo field.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/conservation-programs/">Conservation Programs</a></dt>\r\n    	<dd>This list provides information on programs geared toward teaching environmental conservation techniques.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/international-programs">International Programs</a></dt>\r\n    	<dd>This list provides information on programs outside the United States.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/aquarium-marine-focus-programs/">Aquarium or Marine Mammal Focus Programs</a></dt>\r\n    	<dd>This list provides information on programs that focus on aquarium or marine mammal husbandry and/or training.</dd>\r\n	<dt><a href="/zoo-keeping-as-a-career/zoo-keeper-training/veterinary-schools-exotic-animal-programs/">Veterinary Schools with Exotic Animal Programs</a></dt>\r\n    	<dd>This list provides information for those who would like to become a veterinarian who specializes in exotic/zoo animals.</dd>\r\n</dl>', 'Zoo Keeper Training', 0, '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2013-11-06 21:47:02', '2013-11-07 02:47:02', '', 82, 'http://web3.gowebsolutions.com/~aazook/82-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4519, 1, '2013-11-06 22:01:50', '2013-11-07 03:01:50', '', 'AAZK Online University', 0, '', 'publish', 'closed', 'closed', '', 'aazk-online-university', '', '', '2013-11-06 22:01:50', '2013-11-07 03:01:50', '', 0, 'http://web3.gowebsolutions.com/~aazook/?page_id=4519', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4520, 1, '2013-11-06 22:01:50', '2013-11-07 03:01:50', '', 'AAZK Online University', 0, '', 'inherit', 'closed', 'closed', '', '4519-revision-v1', '', '', '2013-11-06 22:01:50', '2013-11-07 03:01:50', '', 4519, 'http://web3.gowebsolutions.com/~aazook/4519-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4521, 1, '2013-11-06 22:02:23', '2013-11-07 03:02:23', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '4521', '', '', '2013-11-26 12:31:30', '2013-11-26 17:31:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=4521', 20, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4523, 1, '2013-11-06 22:05:58', '2013-11-07 03:05:58', '[membership level="13"][gravityform id="1" name="Job Submission"][/membership]\r\n[membership level="-13"]Non-members of AAZK may <a href="[homeurl]/membership-account/membership-levels/">join AAZK today</a> to post a job or may place 60-day postings on the webpage for a fee. [/membership]\r\n[gravityform id="4" name="Job Submission - Copy 1"]', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '3172-revision-v1', '', '', '2013-11-06 22:05:58', '2013-11-07 03:05:58', '', 3172, 'http://web3.gowebsolutions.com/~aazook/3172-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4932, 0, '2013-12-30 13:23:02', '2013-12-30 18:23:02', 'The Kentucky Reptile Zoo internship program offers college students or recent graduates the chance to receive hands-on training experience at a facility with one of the most extensive and diverse reptile collections in the world. Starting dates are flexible, but a minimum of three months. The deadline to apply for our spring session is February 1st. \r\n\r\nFor more information please visit our website at kyreptilezoo.org \r\n\r\nTo apply, send a cover letter, resume, transcript, and at least 2 (preferably 3) references to: reptilezoo@bellsouth.net', 'Spring Reptile Internship', 0, 'The Kentucky Reptile Zoo is looking for upperclassman or recent graduates to intern for our spring session. ', 'inherit', 'closed', 'closed', '', '4931-revision-v1', '', '', '2013-12-30 13:23:02', '2013-12-30 18:23:02', '', 4931, 'https://www.aazk.org/4931-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4933, 2, '2013-12-30 13:23:45', '2013-12-30 18:23:45', 'The AZA Ungulate TAG in cooperation with AAZK Members wish to assess keeper knowledge and attitudes about euthanasia for population management reasons. The goal is to understand how keepers feel about euthanasia and how it is integrated with knowledge about population management and sustainability. The information gained from the survey will help animal management professionals better prepare their keepers in addressing sustainability issues.\r\n\r\n<a href="https://webmail.east.cox.net/do/redirect?url=https%253A%252F%252Fwww.surveymonkey.com%252Fs%252FAAZKPMESurvey" target="_blank">https://www.surveymonkey.com/s/AAZKPMESurvey</a>\r\n<div>Your answers on this survey are anonymous; the answers you provide will only be attached to an IP (internet protocol) address. The IP address will be deleted from the database prior to any data analysis. Your email address and the data you provide in the survey will not be distributed by Survey Monkey to any party or used in any way beyond administration of this survey. Survey Monkey\'s privacy policy is available at their website: <a href="https://webmail.east.cox.net/do/redirect?url=http%253A%252F%252Fwww.surveymonkey.com" target="_blank">www.surveymonkey.com</a>\r\n\r\nThis survey should take approximately 40 minutes, and you can complete the survey in multiple sessions. To do so, please use the same browser on your computer the open the survey link each time AND be sure cookies are ENABLED on your computer. If your browser deletes cookies after each session, then you will have to re-start the survey. Only one survey response will be accepted per computer. Your participation in this important exercise is greatly appreciated!!</div>\r\n<div>\r\n<div dir="ltr">\r\nBob Cisneros\r\n\r\nPresident\r\n\r\nAmerican Association of Zoo Keepers</div>\r\n</div>', '', 0, '', 'inherit', 'closed', 'closed', '', '4930-revision-v1', '', '', '2013-12-30 13:23:45', '2013-12-30 18:23:45', '', 4930, 'https://www.aazk.org/4930-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4936, 2, '2013-12-30 13:29:00', '2013-12-30 18:29:00', 'The AZA Ungulate TAG in cooperation with AAZK Members wish to assess keeper knowledge and attitudes about euthanasia for population management reasons. The goal is to understand how keepers feel about euthanasia and how it is integrated with knowledge about population management and sustainability. The information gained from the survey will help animal management professionals better prepare their keepers in addressing sustainability issues.\r\n\r\n<a href="https://webmail.east.cox.net/do/redirect?url=https%253A%252F%252Fwww.surveymonkey.com%252Fs%252FAAZKPMESurvey" target="_blank">https://www.surveymonkey.com/s/AAZKPMESurvey</a>\r\n<div>Your answers on this survey are anonymous; the answers you provide will only be attached to an IP (internet protocol) address. The IP address will be deleted from the database prior to any data analysis. Your email address and the data you provide in the survey will not be distributed by Survey Monkey to any party or used in any way beyond administration of this survey. Survey Monkey\'s privacy policy is available at their website: <a href="https://webmail.east.cox.net/do/redirect?url=http%253A%252F%252Fwww.surveymonkey.com" target="_blank">www.surveymonkey.com</a>This survey should take approximately 40 minutes, and you can complete the survey in multiple sessions. To do so, please use the same browser on your computer the open the survey link each time AND be sure cookies are ENABLED on your computer. If your browser deletes cookies after each session, then you will have to re-start the survey. Only one survey response will be accepted per computer. Your participation in this important exercise is greatly appreciated!!</div>\r\n<div>\r\n<div dir="ltr">Bob CisnerosPresidentAmerican Association of Zoo Keepers</div>\r\n</div>', 'AZA Ungulate TAG Survey', 0, '', 'inherit', 'closed', 'closed', '', '4930-revision-v1', '', '', '2013-12-30 13:29:00', '2013-12-30 18:29:00', '', 4930, 'https://www.aazk.org/4930-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4929, 2, '2013-12-30 11:48:56', '2013-12-30 16:48:56', 'This is a hands-on experience caring for all types of domestic and exotic animals. Llamas, camels, horses, lemurs, monkeys, bobcats, foxes and much more! A small stipend of $50.00 a week and housing is offered. Public contact and tours is a major portion of this internship. Responsibilities include care, cleaning, feeding and maintenance of a variety of birds and animal species. Available dates are January-May and May-Oct 2014. Send resume to <a href="https://webmail.east.cox.net/do/mail/message/mailto?to=info%40animalgardens.com" target="_blank">info@animalgardens.com</a>\r\nMany of our interns go on to get jobs in zoos and animal parks.<b>\r\n</b>', 'Exotic Animal Interns - Lake Geneva, WI', 0, 'Animal Gardens is a 40-acre Park of landscaped grounds that emphasizes the bond between human and animal. Opportunity to participate in daily animal shows.\r\n', 'inherit', 'closed', 'closed', '', '4928-revision-v1', '', '', '2013-12-30 11:48:56', '2013-12-30 16:48:56', '', 4928, 'https://www.aazk.org/4928-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4930, 2, '2013-12-30 13:23:45', '2013-12-30 18:23:45', 'The AZA Ungulate TAG in cooperation with AAZK Members wish to assess keeper knowledge and attitudes about euthanasia for population management reasons. The goal is to understand how keepers feel about euthanasia and how it is integrated with knowledge about population management and sustainability. The information gained from the survey will help animal management professionals better prepare their keepers in addressing sustainability issues.  Click the Link or copy and paste the URL into your Browser.\r\n\r\n<a href="https://www.surveymonkey.com/s/AAZKPMEsurvey">https://www.surveymonkey.com/s/AAZKPMESurvey</a>\r\n\r\nYour answers on this survey are anonymous; the answers you provide will only be attached to an IP (internet protocol) address. The IP address will be deleted from the database prior to any data analysis. Your email address and the data you provide in the survey will not be distributed by Survey Monkey to any party or used in any way beyond administration of this survey. Survey Monkey\'s privacy policy is available at their website: <a href="https://webmail.east.cox.net/do/redirect?url=http%253A%252F%252Fwww.surveymonkey.com" target="_blank">www.surveymonkey.com</a>\r\n<div></div>\r\n<div>This survey should take approximately 40 minutes, and you can complete the survey in multiple sessions. To do so, please use the same browser on your computer the open the survey link each time AND be sure cookies are ENABLED on your computer. If your browser deletes cookies after each session, then you will have to re-start the survey. Only one survey response will be accepted per computer. Your participation in this important exercise is greatly appreciated!!</div>\r\n<div></div>\r\n<div>\r\n<div dir="ltr">Bob Cisneros</div>\r\n<div dir="ltr">President</div>\r\n<div dir="ltr">American Association of Zoo Keepers</div>\r\n</div>', 'AZA Ungulate TAG Survey', 0, '', 'publish', 'closed', 'closed', '', 'aza-ungulate-tag-survey', '', '', '2013-12-31 10:36:12', '2013-12-31 15:36:12', '', 0, 'https://www.aazk.org/?p=4930', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4931, 3, '2013-12-30 13:23:02', '2013-12-30 18:23:02', 'The Kentucky Reptile Zoo internship program offers college students or recent graduates the chance to receive hands-on training experience at a facility with one of the most extensive and diverse reptile collections in the world. Starting dates are flexible, but a minimum of three months. The deadline to apply for our spring session is February 1st. \r\n\r\nFor more information please visit our website at kyreptilezoo.org \r\n\r\nTo apply, send a cover letter, resume, transcript, and at least 2 (preferably 3) references to: reptilezoo@bellsouth.net', 'Spring Reptile Internship', 0, 'The Kentucky Reptile Zoo is looking for upperclassman or recent graduates to intern for our spring session. ', 'publish', 'closed', 'closed', '', 'spring-reptile-internship', '', '', '2013-12-30 13:23:02', '2013-12-30 18:23:02', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=4931', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4925, 0, '2013-12-27 14:32:09', '2013-12-27 19:32:09', 'Lions, Tigers, and Bears oh my!\r\n\r\nThe Arizona Zoological Society, doing business as the Phoenix Zoo, is seeking a full-time temporary keeper for our Carnivores.  This position will likely run from late January through late April 2014. This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting on animal behavior, performing behavioral enrichment and animal training, and providing positive guest experiences. \r\n \r\nMinimum requirements include a high-school diploma or equivalent with a preference for an individual with a Bachelor’s Degree in Life Science or related field, 6 months paid or 1 year volunteer experience in animal husbandry, and possession of a valid driver’s license. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require a clear TB skin test. \r\n\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=602&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Keeper I - Carnivores', 0, '', 'inherit', 'closed', 'closed', '', '4924-revision-v1', '', '', '2013-12-27 14:32:09', '2013-12-27 19:32:09', '', 4924, 'https://www.aazk.org/4924-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4926, 3, '2013-12-27 14:32:42', '2013-12-27 19:32:42', 'The Phoenix Zoo is currently looking for 3 part-time seasonal Experience Guides.  Guides initiate conversations and educate the public about animals encountered throughout the zoo.  Experience Guides provide a safe and engaging experience for guests by operating with an enthusiastic and motivational communication style.  Guides are responsible for explaining the rules at various animal encounters, and monitoring guests for crowd control and safety purposes, and maintaining the cleanliness of ride areas and equipment.  \r\n\r\nMinimum requirements include excellent public speaking and presentation skills with the ability to learn and communicate science concepts to the public, 1 year of customer service experience, ability to work a flexible schedule including evenings, weekends and holidays, ability to stand for long periods of time and perform duties in an outdoor environment in all types of weather conditions, ability to maneuver and control a 40lb pressure water hose.  All Phoenix Zoo employees must pass a pre-employment background check and drug screen. \r\n\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=604&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n	\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Experience Guide - Level I', 0, '', 'publish', 'closed', 'closed', '', 'experience-guide-level-i', '', '', '2013-12-27 14:32:42', '2013-12-27 19:32:42', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=4926', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4927, 0, '2013-12-27 14:32:42', '2013-12-27 19:32:42', 'The Phoenix Zoo is currently looking for 3 part-time seasonal Experience Guides.  Guides initiate conversations and educate the public about animals encountered throughout the zoo.  Experience Guides provide a safe and engaging experience for guests by operating with an enthusiastic and motivational communication style.  Guides are responsible for explaining the rules at various animal encounters, and monitoring guests for crowd control and safety purposes, and maintaining the cleanliness of ride areas and equipment.  \r\n\r\nMinimum requirements include excellent public speaking and presentation skills with the ability to learn and communicate science concepts to the public, 1 year of customer service experience, ability to work a flexible schedule including evenings, weekends and holidays, ability to stand for long periods of time and perform duties in an outdoor environment in all types of weather conditions, ability to maneuver and control a 40lb pressure water hose.  All Phoenix Zoo employees must pass a pre-employment background check and drug screen. \r\n\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=604&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n	\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Experience Guide - Level I', 0, '', 'inherit', 'closed', 'closed', '', '4926-revision-v1', '', '', '2013-12-27 14:32:42', '2013-12-27 19:32:42', '', 4926, 'https://www.aazk.org/4926-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4528, 1, '2013-11-06 22:35:48', '2013-11-07 03:35:48', '<h2><span style="color: #ff0000;">Application Deadline is June 1, 2013</span></h2>\r\nThe American Association of Zoo Keepers, Inc.  (AAZK) is pleased to announce the call for proposals for the Bowling for Rhinos Conservation Resource Fund. This competitive grant is designed to fund projects focused on rhino conservation and research. The total amount of funds available in 2012 is $3426.22. This competitive grant is designed to fund projects focused on rhino conservation and research. Successful proposals will reflect AAZK values and meet award criteria in one of four categories:\r\n<strong>·    Category I - In-situ Rhino Conservation and Research-</strong>\r\nShort-term (less than one year), specific, field research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner.\r\n<strong>·    Category 2 - In–situ Community, Educational or Medical Programs (Africa or Asia)-</strong>\r\nCommunity education, school support or medical programs developed or administrated by an individual working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner restricted to the continents of Africa or Asia. Preference may be given to local programs established and/or administrated by LWC (Lewa Wildlife Conservancy), IRF (International Rhino Foundation) or ACK (Action for Cheetahs in Kenya) endorsed partners.\r\n<strong>·    Category 3 - In-situ Species Conservation-</strong>\r\nShort-term (less than one year), specific, field research projects on any species that shares the exact same ecosystem as: Asian, Java, Sumatran, and African Black or White rhino.\r\n<strong>·    Category 4 - Ex-situ Rhino Conservation and Research –</strong>\r\nShort-term (less than one year), specific, zoological research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner. Researcher(s) must be able to demonstrate evidence of partnership with a rhino conservation entity operating in Asia or Africa combined with a tangible benefit to an in-situ conservation project.\r\n\r\n<strong>Eligibility</strong>\r\nAffiliation or partnership with AAZK is not required, but preference may be given to AAZK Members or Conservation Partners.\r\n<span style="color: #ff0000;"><em><strong>Applications are due no later the June 1st.</strong></em></span> Award announcements will be made on July 1.  Application information is available on the AAZK website, <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>. Go to the About Us on the homepage, then to Bowling for Rhinos for info and an application.\r\n\r\n<a href="[homeurl]/bowling-for-rhinos/bfr-grant-application-instructions/">Application instructions.</a>', 'Bowling for Rhinos Conservation Resource Grant', 0, '', 'inherit', 'closed', 'closed', '', '1221-revision-v1', '', '', '2013-11-06 22:35:48', '2013-11-07 03:35:48', '', 1221, 'http://web3.gowebsolutions.com/~aazook/1221-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4529, 1, '2013-11-06 22:36:33', '2013-11-07 03:36:33', '<strong>\r\nBOWLING FOR RHINOS\r\nCONSERVATION RESOURCE GRANT\r\n<em>Application Instructions</em></strong>\r\n\r\n<span style="color: #ff0000;"><strong>AAZK will only consider complete proposals received no later than June 1, 2013 for funding.</strong></span>\r\n\r\n<strong>A.    You must submit the following items:</strong>\r\n1.    AAZK Bowling for Rhinos Conservation Resource Grant application form, completed in English (3 pages maximum)\r\n2.    Your resume (3 pages maximum)\r\n3.    Unless you are the executive director, a letter of recommendation from the executive director of your zoo or conservation organization, and/or a letter from an advisor if you are a student\r\n\r\n<strong>B.    Projects should meet criteria in one of the following four categories:</strong>\r\n1.    <em>In-situ Rhino Conservation and Research</em> – field research or conservation project focusing on African or Asian rhino species\r\n2.    <em>In-situ Community, Educational, or Medical Program</em> – community education, school support or medical programs in Africa or Asia\r\n3.   <em> In-situ Species Conservation</em> – field research or conservation project that focuses on any species sharing the same ecosystem with Javan, Sumatran, Black, or White Rhino\r\n4.    <em>Ex-situ Rhino Conservation and Research</em> – zoological research project on a rhino species that partners with a rhino conservation entity operating in Asia or Africa, combined with a tangible benefit to an in-situ conservation project\r\n\r\n<strong>C.    You need not be an AAZK member or affiliated with AAZK in order to apply, however preference may be given to AAZK Members or Conservation Partners. </strong>\r\n<strong>\r\nD.    Award announcements will be made on July 1st.</strong>\r\n\r\n<strong>E.    The amount of funding requested must be equal to or less than $3426.22 US dollars.  The amount available is based on a percentage of the annual Bowling for Rhinos funds raised. </strong>\r\n<span style="color: #ff0000;"><em><strong>\r\nSend all application material to:</strong></em></span>\r\n<a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a>\r\nor\r\nAmanda Kamradt\r\nStone Zoo\r\n149 Pond St.\r\nStoneham, MA 02180\r\n\r\n<a href="[homeurl]/wp-content/uploads/bfr_grant_app_2013.doc">Download</a> the application in Word format.\r\n\r\n<a href="[homeurl]/wp-content/uploads/bfr_grant_app_2013.pdf">Download</a> the application in Adobe pdf format.', 'BFR Grant Application Instructions', 0, '', 'inherit', 'closed', 'closed', '', '1226-revision-v1', '', '', '2013-11-06 22:36:33', '2013-11-07 03:36:33', '', 1226, 'http://web3.gowebsolutions.com/~aazook/1226-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4530, 1, '2013-11-06 22:37:23', '2013-11-07 03:37:23', '<strong>\r\nBOWLING FOR RHINOS\r\nCONSERVATION RESOURCE GRANT\r\n<em>Application Instructions</em></strong>\r\n\r\n<span style="color: #ff0000;"><strong>AAZK will only consider complete proposals received no later than June 1, 2013 for funding.</strong></span>\r\n\r\n<strong>A.    You must submit the following items:</strong>\r\n1.    AAZK Bowling for Rhinos Conservation Resource Grant application form, completed in English (3 pages maximum)\r\n2.    Your resume (3 pages maximum)\r\n3.    Unless you are the executive director, a letter of recommendation from the executive director of your zoo or conservation organization, and/or a letter from an advisor if you are a student\r\n\r\n<strong>B.    Projects should meet criteria in one of the following four categories:</strong>\r\n1.    <em>In-situ Rhino Conservation and Research</em> – field research or conservation project focusing on African or Asian rhino species\r\n2.    <em>In-situ Community, Educational, or Medical Program</em> – community education, school support or medical programs in Africa or Asia\r\n3.   <em> In-situ Species Conservation</em> – field research or conservation project that focuses on any species sharing the same ecosystem with Javan, Sumatran, Black, or White Rhino\r\n4.    <em>Ex-situ Rhino Conservation and Research</em> – zoological research project on a rhino species that partners with a rhino conservation entity operating in Asia or Africa, combined with a tangible benefit to an in-situ conservation project\r\n\r\n<strong>C.    You need not be an AAZK member or affiliated with AAZK in order to apply, however preference may be given to AAZK Members or Conservation Partners. </strong>\r\n<strong>\r\nD.    Award announcements will be made on July 1st.</strong>\r\n\r\n<strong>E.    The amount of funding requested must be equal to or less than $3426.22 US dollars.  The amount available is based on a percentage of the annual Bowling for Rhinos funds raised. </strong>\r\n<span style="color: #ff0000;"><em><strong>\r\nSend all application material to:</strong></em></span>\r\n<a href="mailto:amanda.kamradt@aecetia.net/gws/aazk">amanda.kamradt@aecetia.net/gws/aazk</a>\r\nor\r\nAmanda Kamradt\r\nStone Zoo\r\n149 Pond St.\r\nStoneham, MA 02180\r\n\r\n<a target="_blank" href="[homeurl]/wp-content/uploads/bfr_grant_app_2013.doc"><i class="icon-download"></i>Download</a> the application in Word format.\r\n\r\n<a target="_blank" href="[homeurl]/wp-content/uploads/bfr_grant_app_2013.pdf"><i class="icon-download"></i>Download</a> the application in Adobe pdf format.', 'BFR Grant Application Instructions', 0, '', 'inherit', 'closed', 'closed', '', '1226-revision-v1', '', '', '2013-11-06 22:37:23', '2013-11-07 03:37:23', '', 1226, 'http://web3.gowebsolutions.com/~aazook/1226-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4924, 3, '2013-12-27 14:32:09', '2013-12-27 19:32:09', 'Lions, Tigers, and Bears oh my!\r\n\r\nThe Arizona Zoological Society, doing business as the Phoenix Zoo, is seeking a full-time temporary keeper for our Carnivores.  This position will likely run from late January through late April 2014. This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting on animal behavior, performing behavioral enrichment and animal training, and providing positive guest experiences. \r\n \r\nMinimum requirements include a high-school diploma or equivalent with a preference for an individual with a Bachelor’s Degree in Life Science or related field, 6 months paid or 1 year volunteer experience in animal husbandry, and possession of a valid driver’s license. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require a clear TB skin test. \r\n\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=602&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Keeper I - Carnivores', 0, '', 'publish', 'closed', 'closed', '', 'keeper-i-carnivores', '', '', '2013-12-27 14:32:09', '2013-12-27 19:32:09', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=4924', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4534, 1, '2013-11-06 22:40:43', '2013-11-07 03:40:43', '<img class="alignleft" src="[homeurl]/wp-content/uploads/animalkeepersforum-oct13.jpg" alt="" /> In August of 1972, a short-lived "unofficial" newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level.\r\n\r\nThe idea for Animal Keepers\' Forum grew out of a bull session among keepers at the Topeka Zoo. The original Ruptured Rhino staff, along with several others, were involved in the conception and production of the<strong> first issue of AKF in November of 1974</strong>. It was 3 1/2 pages long, and printed on a mimeograph-type machine. Early issues contained zoo news articles, items on legislation and guest editorials.\r\n\r\nBy June of 1975 the AKF had grown to 13 pages and in November of 1975 celebrated its first anniversary of continuous publication. After the first two issues, it was sold on a subscription basis at $5.00 per year. Although originally the AKF was sold to AAZK members, it didn\'t become the "official" professional journal of the Association until March of 1975. The AKF has always carried the motto "Dedicated to Professional Animal Care".\r\n\r\nIn January 1976, AKF changed its format to a booklet style publication. In 1977 AKF had its first part-time paid editor and also began to be printed commercially. In 1978 the buff colored cover featuring artwork by keepers debuted. The first Excellence in Journalism Awards were given in 1979.\r\n\r\nIn 1981 Susan Chan was hired as Managing Editor for Animal Keepers’ Forum. The AKF has continued to grow in scope and content since that time, now averaging 44 pages per issue.  At least once a year, an issue dedicated to a particular species or topic is produced. AKF contains regular columns on Animal Behavior, Enrichment Options, Crisis Management and legislative issues affecting wildlife and zoos. Each issue also contains articles on animal husbandry, book reviews, a listing of upcoming conferences and symposia and Association news.\r\n\r\nThe Animal Keepers\' Forum has come a long way since its inception when it was printed on a mimeograph machine to today when it is produced with modern desktop publishing computer equipment. It currently reaches approximately <strong>2800 members (including about 150 zoos) in the U.S., Canada and 24 foreign countries</strong>.\r\n\r\nAnimal Keepers’ Forum is celebrating its 40th anniversary of continuous publication this year (2013).\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="[homeurl]/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="[homeurl]/shop/">store</a>.\r\n\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui & Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &  Jenni Dyar</em>\r\n\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak, \r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard               \r\nAlison Mott & Kate Gore', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2013-11-06 22:40:43', '2013-11-07 03:40:43', '', 200, 'http://web3.gowebsolutions.com/~aazook/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4536, 1, '2013-11-06 22:48:48', '2013-11-07 03:48:48', '<div class="clearfix">	 	 \r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>	 	 \r\n<div class="sevencol last">	 	 \r\n 	 	 \r\n<div class="name">Shane Good</div>	 	 \r\n<div class="title">Media Production Editor</div>	 	 \r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>	 	 \r\n<div class="info">	 	 \r\n</div>	 	 \r\n<div class="department">AAZK Inc. - Cleveland, OH</div>\r\n</div>\r\n</div>\r\n<img class="alignleft" src="[homeurl]/wp-content/uploads/animalkeepersforum-oct13.jpg" alt="" /> In August of 1972, a short-lived "unofficial" newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level.\r\n\r\nThe idea for Animal Keepers\' Forum grew out of a bull session among keepers at the Topeka Zoo. The original Ruptured Rhino staff, along with several others, were involved in the conception and production of the<strong> first issue of AKF in November of 1974</strong>. It was 3 1/2 pages long, and printed on a mimeograph-type machine. Early issues contained zoo news articles, items on legislation and guest editorials.\r\n\r\nBy June of 1975 the AKF had grown to 13 pages and in November of 1975 celebrated its first anniversary of continuous publication. After the first two issues, it was sold on a subscription basis at $5.00 per year. Although originally the AKF was sold to AAZK members, it didn\'t become the "official" professional journal of the Association until March of 1975. The AKF has always carried the motto "Dedicated to Professional Animal Care".\r\n\r\nIn January 1976, AKF changed its format to a booklet style publication. In 1977 AKF had its first part-time paid editor and also began to be printed commercially. In 1978 the buff colored cover featuring artwork by keepers debuted. The first Excellence in Journalism Awards were given in 1979.\r\n\r\nIn 1981 Susan Chan was hired as Managing Editor for Animal Keepers’ Forum. The AKF has continued to grow in scope and content since that time, now averaging 44 pages per issue.  At least once a year, an issue dedicated to a particular species or topic is produced. AKF contains regular columns on Animal Behavior, Enrichment Options, Crisis Management and legislative issues affecting wildlife and zoos. Each issue also contains articles on animal husbandry, book reviews, a listing of upcoming conferences and symposia and Association news.\r\n\r\nThe Animal Keepers\' Forum has come a long way since its inception when it was printed on a mimeograph machine to today when it is produced with modern desktop publishing computer equipment. It currently reaches approximately <strong>2800 members (including about 150 zoos) in the U.S., Canada and 24 foreign countries</strong>.\r\n\r\nAnimal Keepers’ Forum is celebrating its 40th anniversary of continuous publication this year (2013).\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="[homeurl]/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="[homeurl]/shop/">store</a>.\r\n\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui & Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &  Jenni Dyar</em>\r\n\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak, \r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard               \r\nAlison Mott & Kate Gore', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2013-11-06 22:48:48', '2013-11-07 03:48:48', '', 200, 'http://web3.gowebsolutions.com/~aazook/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4535, 1, '2013-11-06 22:48:34', '2013-11-07 03:48:34', '</div>	 	 \r\n</div>	 	 \r\n<div class="hr"></div>	 	 \r\n<div class="clearfix">	 	 \r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>	 	 \r\n<div class="sevencol last">	 	 \r\n 	 	 \r\n<div class="name">Shane Good</div>	 	 \r\n<div class="title">Media Production Editor</div>	 	 \r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>	 	 \r\n<div class="info">	 	 \r\n</div>	 	 \r\n<div class="department">AAZK Inc. - Cleveland, OH</div>\r\n</div>\r\n</div>\r\n<img class="alignleft" src="[homeurl]/wp-content/uploads/animalkeepersforum-oct13.jpg" alt="" /> In August of 1972, a short-lived "unofficial" newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level.\r\n\r\nThe idea for Animal Keepers\' Forum grew out of a bull session among keepers at the Topeka Zoo. The original Ruptured Rhino staff, along with several others, were involved in the conception and production of the<strong> first issue of AKF in November of 1974</strong>. It was 3 1/2 pages long, and printed on a mimeograph-type machine. Early issues contained zoo news articles, items on legislation and guest editorials.\r\n\r\nBy June of 1975 the AKF had grown to 13 pages and in November of 1975 celebrated its first anniversary of continuous publication. After the first two issues, it was sold on a subscription basis at $5.00 per year. Although originally the AKF was sold to AAZK members, it didn\'t become the "official" professional journal of the Association until March of 1975. The AKF has always carried the motto "Dedicated to Professional Animal Care".\r\n\r\nIn January 1976, AKF changed its format to a booklet style publication. In 1977 AKF had its first part-time paid editor and also began to be printed commercially. In 1978 the buff colored cover featuring artwork by keepers debuted. The first Excellence in Journalism Awards were given in 1979.\r\n\r\nIn 1981 Susan Chan was hired as Managing Editor for Animal Keepers’ Forum. The AKF has continued to grow in scope and content since that time, now averaging 44 pages per issue.  At least once a year, an issue dedicated to a particular species or topic is produced. AKF contains regular columns on Animal Behavior, Enrichment Options, Crisis Management and legislative issues affecting wildlife and zoos. Each issue also contains articles on animal husbandry, book reviews, a listing of upcoming conferences and symposia and Association news.\r\n\r\nThe Animal Keepers\' Forum has come a long way since its inception when it was printed on a mimeograph machine to today when it is produced with modern desktop publishing computer equipment. It currently reaches approximately <strong>2800 members (including about 150 zoos) in the U.S., Canada and 24 foreign countries</strong>.\r\n\r\nAnimal Keepers’ Forum is celebrating its 40th anniversary of continuous publication this year (2013).\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="[homeurl]/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="[homeurl]/shop/">store</a>.\r\n\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui & Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &  Jenni Dyar</em>\r\n\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak, \r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard               \r\nAlison Mott & Kate Gore', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2013-11-06 22:48:34', '2013-11-07 03:48:34', '', 200, 'http://web3.gowebsolutions.com/~aazook/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4538, 1, '2013-11-06 22:50:47', '2013-11-07 03:50:47', '&nbsp;\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/August-2014-AKF-cover.jpg"><img class="alignnone size-medium wp-image-6281" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/August-2014-AKF-cover-235x300.jpg" alt="August 2014 AKF cover" width="235" height="300" /></a>\r\n\r\nIn August of 1972, a short-lived "unofficial" newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level.\r\n\r\nThe idea for Animal Keepers\' Forum grew out of a bull session among keepers at the Topeka Zoo. The original Ruptured Rhino staff, along with several others, were involved in the conception and production of the<strong> first issue of AKF in November of 1974</strong>. It was 3 1/2 pages long, and printed on a mimeograph-type machine. Early issues contained zoo news articles, items on legislation and guest editorials.\r\n\r\nBy June of 1975 the AKF had grown to 13 pages and in November of 1975 celebrated its first anniversary of continuous publication. After the first two issues, it was sold on a subscription basis at $5.00 per year. Although originally the AKF was sold to AAZK members, it didn\'t become the "official" professional journal of the Association until March of 1975. The AKF has always carried the motto "Dedicated to Professional Animal Care".\r\n\r\nIn January 1976, AKF changed its format to a booklet style publication. In 1977 AKF had its first part-time paid editor and also began to be printed commercially. In 1978 the buff colored cover featuring artwork by keepers debuted. The first Excellence in Journalism Awards were given in 1979.\r\n\r\nIn 1981 Susan Chan was hired as Managing Editor for Animal Keepers’ Forum. The AKF has continued to grow in scope and content since that time, now averaging 44 pages per issue.  At least once a year, an issue dedicated to a particular species or topic is produced. AKF contains regular columns on Animal Behavior, Enrichment Options, Crisis Management and legislative issues affecting wildlife and zoos. Each issue also contains articles on animal husbandry, book reviews, a listing of upcoming conferences and symposia and Association news.\r\n\r\nThe Animal Keepers\' Forum has come a long way since its inception when it was printed on a mimeograph machine to today when it is produced with modern desktop publishing computer equipment. It currently reaches approximately <strong>2800 members (including about 150 zoos) in the U.S., Canada and 24 foreign countries</strong>.\r\n\r\nAnimal Keepers’ Forum is celebrating its 40th anniversary of continuous publication this year (2013).\r\n<div class="hr"></div>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.', 'Animal Keepers\' Forum', 0, '', 'publish', 'closed', 'closed', '', 'animal-keepers-forum', '', '', '2014-08-04 10:50:30', '2014-08-04 15:50:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?page_id=4538', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4814, 2, '2013-12-10 11:05:13', '2013-12-10 16:05:13', 'In August of 1972, a short-lived "unofficial" newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level.\r\n\r\nThe idea for Animal Keepers\' Forum grew out of a bull session among keepers at the Topeka Zoo. The original Ruptured Rhino staff, along with several others, were involved in the conception and production of the<strong> first issue of AKF in November of 1974</strong>. It was 3 1/2 pages long, and printed on a mimeograph-type machine. Early issues contained zoo news articles, items on legislation and guest editorials.\r\n\r\nBy June of 1975 the AKF had grown to 13 pages and in November of 1975 celebrated its first anniversary of continuous publication. After the first two issues, it was sold on a subscription basis at $5.00 per year. Although originally the AKF was sold to AAZK members, it didn\'t become the "official" professional journal of the Association until March of 1975. The AKF has always carried the motto "Dedicated to Professional Animal Care".\r\n\r\nIn January 1976, AKF changed its format to a booklet style publication. In 1977 AKF had its first part-time paid editor and also began to be printed commercially. In 1978 the buff colored cover featuring artwork by keepers debuted. The first Excellence in Journalism Awards were given in 1979.\r\n\r\nIn 1981 Susan Chan was hired as Managing Editor for Animal Keepers’ Forum. The AKF has continued to grow in scope and content since that time, now averaging 44 pages per issue.  At least once a year, an issue dedicated to a particular species or topic is produced. AKF contains regular columns on Animal Behavior, Enrichment Options, Crisis Management and legislative issues affecting wildlife and zoos. Each issue also contains articles on animal husbandry, book reviews, a listing of upcoming conferences and symposia and Association news.\r\n\r\nThe Animal Keepers\' Forum has come a long way since its inception when it was printed on a mimeograph machine to today when it is produced with modern desktop publishing computer equipment. It currently reaches approximately <strong>2800 members (including about 150 zoos) in the U.S., Canada and 24 foreign countries</strong>.\r\n\r\nAnimal Keepers’ Forum is celebrating its 40th anniversary of continuous publication this year (2013).\r\n<div class="hr"></div>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '4538-revision-v1', '', '', '2013-12-10 11:05:13', '2013-12-10 16:05:13', '', 4538, 'https://www.aazk.org/4538-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4539, 1, '2013-11-06 22:50:47', '2013-11-07 03:50:47', '<img class="alignleft" src="[homeurl]/wp-content/uploads/animalkeepersforum-oct13.jpg" alt="" /> In August of 1972, a short-lived "unofficial" newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level.\r\n\r\nThe idea for Animal Keepers\' Forum grew out of a bull session among keepers at the Topeka Zoo. The original Ruptured Rhino staff, along with several others, were involved in the conception and production of the<strong> first issue of AKF in November of 1974</strong>. It was 3 1/2 pages long, and printed on a mimeograph-type machine. Early issues contained zoo news articles, items on legislation and guest editorials.\r\n\r\nBy June of 1975 the AKF had grown to 13 pages and in November of 1975 celebrated its first anniversary of continuous publication. After the first two issues, it was sold on a subscription basis at $5.00 per year. Although originally the AKF was sold to AAZK members, it didn\'t become the "official" professional journal of the Association until March of 1975. The AKF has always carried the motto "Dedicated to Professional Animal Care".\r\n\r\nIn January 1976, AKF changed its format to a booklet style publication. In 1977 AKF had its first part-time paid editor and also began to be printed commercially. In 1978 the buff colored cover featuring artwork by keepers debuted. The first Excellence in Journalism Awards were given in 1979.\r\n\r\nIn 1981 Susan Chan was hired as Managing Editor for Animal Keepers’ Forum. The AKF has continued to grow in scope and content since that time, now averaging 44 pages per issue.  At least once a year, an issue dedicated to a particular species or topic is produced. AKF contains regular columns on Animal Behavior, Enrichment Options, Crisis Management and legislative issues affecting wildlife and zoos. Each issue also contains articles on animal husbandry, book reviews, a listing of upcoming conferences and symposia and Association news.\r\n\r\nThe Animal Keepers\' Forum has come a long way since its inception when it was printed on a mimeograph machine to today when it is produced with modern desktop publishing computer equipment. It currently reaches approximately <strong>2800 members (including about 150 zoos) in the U.S., Canada and 24 foreign countries</strong>.\r\n\r\nAnimal Keepers’ Forum is celebrating its 40th anniversary of continuous publication this year (2013).\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="[homeurl]/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="[homeurl]/shop/">store</a>.', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '4538-revision-v1', '', '', '2013-11-06 22:50:47', '2013-11-07 03:50:47', '', 4538, 'http://web3.gowebsolutions.com/~aazook/4538-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4540, 1, '2013-11-06 22:52:58', '2013-11-07 03:52:58', '', 'Animal Keepers\' Forum', 0, '', 'publish', 'closed', 'closed', '', 'animal-keepers-forum-2', '', '', '2013-11-26 12:31:30', '2013-11-26 17:31:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=4540', 6, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4542, 1, '2013-11-06 23:09:02', '2013-11-07 04:09:02', '<strong>October 3-6, 2013</strong> - Advancing Bear Care 2013 - Woodlands Wildlife Refuge, Clinton, NJ. The conference dates, hotel, program, and adjunct activities will be announced soon.   For current information and updates check ABC 2013 UPDATES often. bearcaregroup.org\r\n\r\n<strong>October 13-17, 2013</strong> - WAZA Annual Conference - Hosted by Disney’s Animal Kingdom. For more information go to: waza.org.\r\n\r\n<strong>October 14-16, 2013 </strong>- Orangutan SSP Husbandry Workshop, Los Angeles Zoo and Botanical Garden in Los Angeles, CA.  For more information go to:  lazoo.org/orangutanssp2013\r\n\r\n<strong>October 15-18, 2013</strong> - ICEE ─ International Conference on Environmental Enrichment - Hosted by the National Zoological Gardens of South Africa at the Kwalata Game Ranch,   South Africa.  For more information, go to nzg.ac.za/icee2013.\r\n\r\n<strong>October 24-27, 2013 </strong>From Good Care to Great Welfare Presented by the Center for Zoo Animal Welfare, Detroit Zoological Society Limited scholarship opportunities available. For information contact: Elizabeth Arbaugh, Curator of Animal Welfare, Detroit Zoological Society E-mail: czaw@dzs.org\r\n\r\n<strong>November 10-14, 2013</strong> - Zoological Association of America (ZAA) Annual Conference, Phoenix, AZ. For more information go to zaa.org\r\n<div><strong>November 11-15, 2013 </strong>- Training and Enrichment Workshop for Zoo and Aquarium Animals, Moody Gardens, Galveston, TX.  For more information contact: dolsen@moodygardens.com.</div>\r\n<strong>Upcoming AAZK National Conferences:</strong> Orlando, FL - September 8-12, 2014 For information on upcoming AAZK conferences, watch the AAZK website at www.aecetia.net/gws/aazk.\r\n\r\n<strong>February 5-8, 2014</strong> - 22nd International Association of Avian Trainers and Educators Conference, Dallas TX 2014: Texas Fly\'em.  For more information go to:  IAATE.org\r\n\r\n<strong>March 15-19, 2014</strong> - Otter Keeper Workshop, Denver, CO  Hosted by the Denver Zoo and DEnver Downtown Aquarium.  For more information go to: otterkeepersworkshop.org\r\n\r\n<strong>March 22-28, 2014</strong> AZA Mid-year Meeting, Memphis, TN  For more information go to: AAZA.org/midyearmeeting\r\n<strong><strong>April 13-18, 2014</strong></strong><strong> </strong><span style="font-weight: normal;"><strong>- </strong><span style="font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;">ABMA’s 14th Annual Conference Dallas, TX For more information go to: <a href="http://theabma.org/" target="_blank">theabma.org</a></span></span>\r\n<strong>October 6-8, 2014 </strong>- 3rd International Flamingo Symposium Hosted by SeaWorld San Diego, San Diego. CA.  For more information contact: laurie.conrad@SeaWorld.com', 'Coming Events', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2013-11-06 23:09:02', '2013-11-07 04:09:02', '', 435, 'http://web3.gowebsolutions.com/~aazook/435-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4544, 1, '2013-11-06 23:10:07', '2013-11-07 04:10:07', '<strong>October 3-6, 2013</strong> - Advancing Bear Care 2013 - Woodlands Wildlife Refuge, Clinton, NJ. The conference dates, hotel, program, and adjunct activities will be announced soon.   For current information and updates check ABC 2013 UPDATES often. bearcaregroup.org\r\n\r\n<strong>October 13-17, 2013</strong> - WAZA Annual Conference - Hosted by Disney’s Animal Kingdom. For more information go to: waza.org.\r\n\r\n<strong>October 14-16, 2013 </strong>- Orangutan SSP Husbandry Workshop, Los Angeles Zoo and Botanical Garden in Los Angeles, CA.  For more information go to:  lazoo.org/orangutanssp2013\r\n\r\n<strong>October 15-18, 2013</strong> - ICEE ─ International Conference on Environmental Enrichment - Hosted by the National Zoological Gardens of South Africa at the Kwalata Game Ranch,   South Africa.  For more information, go to nzg.ac.za/icee2013.\r\n\r\n<strong>October 24-27, 2013 </strong>From Good Care to Great Welfare Presented by the Center for Zoo Animal Welfare, Detroit Zoological Society Limited scholarship opportunities available. For information contact: Elizabeth Arbaugh, Curator of Animal Welfare, Detroit Zoological Society E-mail: czaw@dzs.org\r\n\r\n<strong>November 10-14, 2013</strong> - Zoological Association of America (ZAA) Annual Conference, Phoenix, AZ. For more information go to zaa.org\r\n\r\n<strong>November 11-15, 2013 </strong>- Training and Enrichment Workshop for Zoo and Aquarium Animals, Moody Gardens, Galveston, TX.  For more information contact: dolsen@moodygardens.com.\r\n\r\n<strong>Upcoming AAZK National Conferences:</strong> Orlando, FL - September 8-12, 2014 For information on upcoming AAZK conferences, watch the AAZK website at www.aecetia.net/gws/aazk.\r\n\r\n<strong>February 5-8, 2014</strong> - 22nd International Association of Avian Trainers and Educators Conference, Dallas TX 2014: Texas Fly\'em.  For more information go to:  IAATE.org\r\n\r\n<strong>March 15-19, 2014</strong> - Otter Keeper Workshop, Denver, CO  Hosted by the Denver Zoo and DEnver Downtown Aquarium.  For more information go to: otterkeepersworkshop.org\r\n\r\n<strong>March 22-28, 2014</strong> AZA Mid-year Meeting, Memphis, TN  For more information go to: AAZA.org/midyearmeeting\r\n\r\n<strong>April 13-18, 2014 </strong>ABMA’s 14th Annual Conference Dallas, TX For more information go to: <a href="http://theabma.org/" target="_blank">theabma.org</a>\r\n\r\n<strong>October 6-8, 2014 </strong>- 3rd International Flamingo Symposium Hosted by SeaWorld San Diego, San Diego. CA.  For more information contact: laurie.conrad@SeaWorld.com', 'Coming Events', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2013-11-06 23:10:07', '2013-11-07 04:10:07', '', 435, 'http://web3.gowebsolutions.com/~aazook/435-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5158, 2, '2014-01-09 16:46:28', '2014-01-09 21:46:28', '', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-01-09 16:46:28', '2014-01-09 21:46:28', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4547, 1, '2013-11-06 23:15:10', '2013-11-07 04:15:10', '', 'Publications', 0, '', 'publish', 'closed', 'closed', '', 'publications', '', '', '2013-11-26 12:31:30', '2013-11-26 17:31:30', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=4547', 5, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4548, 1, '2013-11-06 23:15:10', '2013-11-07 04:15:10', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '4548', '', '', '2013-11-26 12:31:30', '2013-11-26 17:31:30', '', 3336, 'http://web3.gowebsolutions.com/~aazook/?p=4548', 7, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4565, 2, '2014-07-16 15:21:50', '2014-07-16 20:21:50', '<h4></h4>\n<div class="clearfix">\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" alt="abi-logo" width="240" height="49" /></div>\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\n</a>\n<h4>Animal Behavior Institute</h4>\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\n\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" alt="animal_source" width="200" height="69" /></div>\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\n</a>\n<h4>Animal Source Texas, Inc.</h4>\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\n\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" alt="blue_rhino" width="216" height="92" /></div>\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\n</a>\n<h4>Blue Rhino</h4>\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\n\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" alt="CLR_Design" width="136" height="120" /></div>\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\n</a>\n<h4>CLR Design</h4>\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\n\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" alt="DesertPlasticsheader" width="240" height="48" /></div>\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\n</a>\n<h4>Desert Plastics, LLC</h4>\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\n\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" alt="ebscocom-logo" width="116" height="41" /></div>\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\n</a>\n<h4>Ebsco Publishing</h4>\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\n\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" alt="fauna_research" width="174" height="173" /></div>\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\n</a>\n<h4>Fauna Research Inc.</h4>\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\n\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" alt="grubco" width="190" height="76" /></div>\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\n</a>\n<h4>Grubco</h4>\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\n\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" alt="lyontechnology" width="190" height="28" /></div>\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\n</a>\n<h4>Lyon Technologies</h4>\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\n\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" alt="nebraskabrand" width="200" height="99" /></div>\n<div class="eightcol last"><a target="_blank">\n</a>\n<h4>Nebraska Brand</h4>\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\n\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" alt="overland" width="200" height="82" /></div>\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\n</a>\n<h4>Overland Carts/Granite Industries</h4>\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\n\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" alt="premier_tours" width="200" height="124" /></div>\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\n</a>\n<h4>Premier Tours</h4>\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\n\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" alt="rodentpro" width="190" height="43" /></div>\n</div>\n<div class="clearfix">\n<div class="eightcol last">\n<h4>Rodent Pro</h4>\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\n\n</div>\n</div>\n<div class="hr"></div>\n<div class="clearfix">\n<div class="first fourcol"></div>\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\n</a>\n<h4></h4>\n</div>\n<h4>Hagen Avicultural Research Institute</h4>\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" alt="Haven" width="300" height="142" /></div>\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\n<div class="eightcol last"></div>\n</div>\n<div class="hr"></div>\n&nbsp;\n<h4>Sustainable Swine Resources</h4>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" alt="Swine" width="300" height="106" /></a>\n\nPO Box 906\nSheboygan Falls, WI  53085\n(920) 453-5601\n\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\n<div class="hr"></div>\n<h4>Animal Equipment by Stoney</h4>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment.jpg"><img class="alignnone size-medium wp-image-5339" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment-300x231.jpg" alt="AnimalEquipment" width="300" height="231" /></a>\n<div class="clearfix"></div>\n4210 Linda Street\nBacliff, TX 77518\n(281) 299-6171\n\n<a href="http://http://www.aestoney.com">http://www.aestoney.com</a>\n<div class="hr"></div>\n<h4>Scratch N All</h4>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg"><img class="alignnone size-full wp-image-5344" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg" alt="ScratchNAll" width="160" height="160" /></a>\n<div class="clearfix"></div>\nPO Box 92\nDillsburg, PA 17019\n(888) 972-7282\n\n<a href="http://www.scratchnall.com">http://www.scratchnall.com</a>\n\n&nbsp;\n<h4><span style="color: #993300;"><strong>IC Wood LLC</strong></span></h4>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IC-WOOD-JULY-AKF-Ad-1-2.jpg"><img class="alignnone size-medium wp-image-6133" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/IC-WOOD-JULY-AKF-Ad-1-2-218x300.jpg" alt="IC WOOD JULY AKF Ad-1 (2)" width="218" height="300" /></a>\n\n&nbsp;\n\nIC Wood LLC\n4202 Wilson Rd. East\nTaberg, NY 13471\n(315) 709-7079\n\n<a href="http://icwoodllc.com">http://wwwicwoodllc.com</a>\n\n&nbsp;\n<h4><span style="color: #993300;">HayDay LLC</span></h4>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SG-Logo-2-Copy-page-001.jpg"><img class="alignnone size-medium wp-image-6215" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/SG-Logo-2-Copy-page-001-231x300.jpg" alt="SG Logo 2 - Copy-page-001" width="231" height="300" /></a>\n\n&nbsp;\n\nHayDay LLC\n9323 N. Government Way - Unit 402\nHayden, ID  83835\n\nwww.stablegrazer.com\n\n&nbsp;\n\n&nbsp;', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-autosave-v1', '', '', '2014-07-16 15:21:50', '2014-07-16 20:21:50', '', 4107, 'http://web3.gowebsolutions.com/~aazook/4107-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5131, 2, '2014-01-06 16:58:40', '2014-01-06 21:58:40', '', 'Haven', 0, '', 'inherit', 'closed', 'closed', '', 'haven', '', '', '2014-01-06 16:58:40', '2014-01-06 21:58:40', '', 4107, 'https://www.aazk.org/wp-content/uploads/Haven.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4566, 2, '2013-11-21 11:34:43', '2013-11-21 16:34:43', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank"><a href="http://www.animaledu.com/" target="_blank"><a href="http://www.animaledu.com/" target="_blank">\r\n</a></a></a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank"><a href="http://www.animalsourcegroup.com/" target="_blank"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a></a></a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank"><a href="http://www.bluerhino.com/" target="_blank"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a></a></a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank"><a href="http://www.clrdesign.com/" target="_blank"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a></a></a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank"><a href="http://desertplastics-abq.com/" target="_blank"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a></a></a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank"><a href="http://www.ebsco.com/index.asp" target="_blank"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a></a></a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank"><a href="http://www.faunaresearch.com/" target="_blank"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a></a></a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank"><a href="http://www.grubco.com/index.cfm" target="_blank"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a></a></a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank"><a href="http://www.lyonusa.com/" target="_blank"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a></a></a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank"><a target="_blank"><a target="_blank">\r\n</a></a></a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank"><a href="http://www.graniteind.com/" target="_blank"><a href="http://www.graniteind.com/" target="_blank">\r\n</a></a></a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank"><a href="http://www.premiertours.com/" target="_blank"><a href="http://www.premiertours.com/" target="_blank">\r\n</a></a></a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last"><a href="http://www.rodentpro.com/" target="_blank"><a href="http://www.rodentpro.com/" target="_blank"><a href="http://www.rodentpro.com/" target="_blank">\r\n</a></a></a>\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank"><a href="http://www.zoomed.com/" target="_blank"><a href="http://www.zoomed.com/" target="_blank">\r\n</a></a></a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4128" alt="zukudla_logo" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zukudla_logo.jpg" width="225" height="40" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank"><a href="http://www.zoomed.com/" target="_blank"><a href="http://www.zoomed.com/" target="_blank">\r\n</a></a></a>\r\n<h4>Zukudla, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">To be the source for unique diets for zoo and exotic animals.</a></div>\r\n</div>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2013-11-21 11:34:43', '2013-11-21 16:34:43', '', 4107, 'http://web3.gowebsolutions.com/~aazook/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4567, 2, '2013-11-21 11:47:37', '2013-11-21 16:47:37', 'The links presented in this section highlight our AAZK local chapters, Commercial Members, our Conservation Partners and also our Institutional Members. There are also miscellaneous links to websites of interest to those in the zoo community. The links point to web sites of other organizations concerned with zoos or animals; they are independent of AAZK Inc.\r\n\r\nAAZK Inc. makes no representation or warranty as to the accuracy, value, integrity, completeness or authenticity of the information or opinions contained in the web sites below, and any link to another web site shall not in any manner be construed as an endorsement by AAZK Inc. of the web site or the products or services described therein.\r\n\r\nThese links might lead to web sites containing links that display offensive and objectionable content or which may contain dangerous computer viruses. You assume, and AAZK Inc. hereby disclaims, all responsibility for any of the content on other sites or for any damage sustained by users of these sites.\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank"><a href="http://www.animaledu.com/" target="_blank"><a href="http://www.animaledu.com/" target="_blank"><a href="http://www.animaledu.com/" target="_blank">\r\n</a></a></a></a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank"><a href="http://www.animaledu.com/" target="_blank"><a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a></a></a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank"><a href="http://www.animalsourcegroup.com/" target="_blank"><a href="http://www.animalsourcegroup.com/" target="_blank"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a></a></a></a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank"><a href="http://www.animalsourcegroup.com/" target="_blank"><a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a></a></a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank"><a href="http://www.bluerhino.com/" target="_blank"><a href="http://www.bluerhino.com/" target="_blank"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a></a></a></a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank"><a href="http://www.bluerhino.com/" target="_blank"><a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a></a></a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank"><a href="http://www.clrdesign.com/" target="_blank"><a href="http://www.clrdesign.com/" target="_blank"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a></a></a></a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank"><a href="http://www.clrdesign.com/" target="_blank"><a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a></a></a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank"><a href="http://desertplastics-abq.com/" target="_blank"><a href="http://desertplastics-abq.com/" target="_blank"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a></a></a></a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank"><a href="http://desertplastics-abq.com/" target="_blank"><a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a></a></a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank"><a href="http://www.ebsco.com/index.asp" target="_blank"><a href="http://www.ebsco.com/index.asp" target="_blank"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a></a></a></a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank"><a href="http://www.ebsco.com/index.asp" target="_blank"><a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a></a></a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank"><a href="http://www.faunaresearch.com/" target="_blank"><a href="http://www.faunaresearch.com/" target="_blank"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a></a></a></a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank"><a href="http://www.faunaresearch.com/" target="_blank"><a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a></a></a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank"><a href="http://www.grubco.com/index.cfm" target="_blank"><a href="http://www.grubco.com/index.cfm" target="_blank"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a></a></a></a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank"><a href="http://www.grubco.com/index.cfm" target="_blank"><a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a></a></a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank"><a href="http://www.lyonusa.com/" target="_blank"><a href="http://www.lyonusa.com/" target="_blank"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a></a></a></a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank"><a href="http://www.lyonusa.com/" target="_blank"><a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a></a></a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank"><a target="_blank"><a target="_blank"><a target="_blank">\r\n</a></a></a></a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank"><a target="_blank"><a target="_blank">Economical Feeding Programs for Exotic Carnivores</a></a></a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank"><a href="http://www.graniteind.com/" target="_blank"><a href="http://www.graniteind.com/" target="_blank"><a href="http://www.graniteind.com/" target="_blank">\r\n</a></a></a></a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank"><a href="http://www.graniteind.com/" target="_blank"><a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a></a></a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank"><a href="http://www.premiertours.com/" target="_blank"><a href="http://www.premiertours.com/" target="_blank"><a href="http://www.premiertours.com/" target="_blank">\r\n</a></a></a></a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank"><a href="http://www.premiertours.com/" target="_blank"><a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a></a></a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last"><a href="http://www.rodentpro.com/" target="_blank"><a href="http://www.rodentpro.com/" target="_blank"></a></a>\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank"><a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a></a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank"><a href="http://www.zoomed.com/" target="_blank"><a href="http://www.zoomed.com/" target="_blank"><a href="http://www.zoomed.com/" target="_blank">\r\n</a></a></a></a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank"><a href="http://www.zoomed.com/" target="_blank"><a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a></a></a></div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4128" alt="zukudla_logo" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/zukudla_logo.jpg" width="225" height="40" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank"><a href="http://www.zoomed.com/" target="_blank"><a href="http://www.zoomed.com/" target="_blank"><a href="http://www.zoomed.com/" target="_blank">\r\n</a></a></a></a>\r\n<h4>Zukudla, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank"><a href="http://www.zoomed.com/" target="_blank"><a href="http://www.zoomed.com/" target="_blank">To be the source for unique diets for zoo and exotic animals.</a></a></a></div>\r\n</div>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2013-11-21 11:47:37', '2013-11-21 16:47:37', '', 4107, 'http://web3.gowebsolutions.com/~aazook/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4568, 2, '2013-11-21 12:01:25', '2013-11-21 17:01:25', '', 'australianoutback', 0, '', 'inherit', 'closed', 'closed', '', 'australianoutback', '', '', '2013-11-21 12:01:25', '2013-11-21 17:01:25', '', 4107, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/australianoutback.png', 0, 'attachment', 'image/png', 0) ; 
INSERT INTO `wp_posts` VALUES (4569, 2, '2014-04-17 12:49:15', '2014-04-17 17:49:15', '<div class="clearfix">\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" alt="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" width="145" height="157" /></div>\n<div class="sevencol last">\n<div class="name">Shane Good</div>\n<div class="title">Media Production Editor</div>\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\n<div class="info"><span style="line-height: 1.5em;">AAZK Inc. - Cleveland, OH</span></div>\n  \n  \n<p></p>\n<br>\n<br>\n<br>  \n<div class="department"><a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/April-2014-AKF_cover.jpg"><img class="size-medium wp-image-5824 alignnone" alt="April-2014-AKF_cover" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/April-2014-AKF_cover-235x300.jpg" width="235" height="300" /></a></div>\n</div>\n</div>\n<h4></h4>\n<h4>Submissions</h4>\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\n<div class="hr"></div>\n<h4>Purchase a copy</h4>\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.\n<h2>Animal Keepers’ Forum</h2>\n<h3>Excellence in Journalism Awards - 2013</h3>\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\n<em>Eunice Hui &amp; Molly Feldman</em>\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\n<em>Stacy Johnson </em>\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\n<em>Nolan Schlichter</em>\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\n<em>Rebecca Heisler</em>\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\n<em>Lisa Ashburn &amp; Jenni Dyar</em>\n<h3>AKF Cover Photography Awards - 2013</h3>\n“Toucan Barbet” - Tim Krynak,\n“Sea Lion” - Dave Johnson\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\nBubba: A Sulcata on a Skateboard\nAlison Mott &amp; Kate Gore', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-autosave-v1', '', '', '2014-04-17 12:49:15', '2014-04-17 17:49:15', '', 200, 'http://web3.gowebsolutions.com/~aazook/200-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5839, 2, '2014-04-17 12:45:32', '2014-04-17 17:45:32', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" alt="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info"><span style="line-height: 1.5em;">AAZK Inc. - Cleveland, OH</span></div>\r\n<div class="department"><a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/April-2014-AKF_cover.jpg"><img class="size-medium wp-image-5824 alignnone" alt="April-2014-AKF_cover" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/April-2014-AKF_cover-235x300.jpg" width="235" height="300" /></a></div>\r\n</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui &amp; Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &amp; Jenni Dyar</em>\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak,\r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard\r\nAlison Mott &amp; Kate Gore', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2014-04-17 12:45:32', '2014-04-17 17:45:32', '', 200, 'https://www.aazk.org/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4572, 2, '2013-11-21 12:33:21', '2013-11-21 17:33:21', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" alt="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="department">AAZK Inc. - Cleveland, OH</div>\r\n</div>\r\n</div>\r\n<a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/November-2013-Cover2.jpg"><img class="alignnone size-medium wp-image-4563" alt="November-2013-Cover" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/November-2013-Cover2-235x300.jpg" width="235" height="300" /></a>\r\n\r\nAnimal Keepers’ Forum is celebrating its 40th anniversary of continuous publication in 2013.\r\n<div class="hr"></div>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="[homeurl]/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="[homeurl]/shop/">store</a>.\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui &amp; Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &amp; Jenni Dyar</em>\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak,\r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard\r\nAlison Mott &amp; Kate Gore', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2013-11-21 12:33:21', '2013-11-21 17:33:21', '', 200, 'http://web3.gowebsolutions.com/~aazook/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4570, 2, '2013-11-21 12:13:03', '2013-11-21 17:13:03', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" alt="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="department">AAZK Inc. - Cleveland, OH</div>\r\n</div>\r\n</div>\r\n<a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/November-2013-Cover2.jpg"><img class="alignnone size-medium wp-image-4563" alt="November-2013-Cover" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/November-2013-Cover2-235x300.jpg" width="235" height="300" /></a>In August of 1972, a short-lived "unofficial" newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level.\r\n\r\nThe idea for Animal Keepers\' Forum grew out of a bull session among keepers at the Topeka Zoo. The original Ruptured Rhino staff, along with several others, were involved in the conception and production of the<strong> first issue of AKF in November of 1974</strong>. It was 3 1/2 pages long, and printed on a mimeograph-type machine. Early issues contained zoo news articles, items on legislation and guest editorials.\r\n\r\nBy June of 1975 the AKF had grown to 13 pages and in November of 1975 celebrated its first anniversary of continuous publication. After the first two issues, it was sold on a subscription basis at $5.00 per year. Although originally the AKF was sold to AAZK members, it didn\'t become the "official" professional journal of the Association until March of 1975. The AKF has always carried the motto "Dedicated to Professional Animal Care".\r\n\r\nIn January 1976, AKF changed its format to a booklet style publication. In 1977 AKF had its first part-time paid editor and also began to be printed commercially. In 1978 the buff colored cover featuring artwork by keepers debuted. The first Excellence in Journalism Awards were given in 1979.\r\n\r\nIn 1981 Susan Chan was hired as Managing Editor for Animal Keepers’ Forum. The AKF has continued to grow in scope and content since that time, now averaging 44 pages per issue.  At least once a year, an issue dedicated to a particular species or topic is produced. AKF contains regular columns on Animal Behavior, Enrichment Options, Crisis Management and legislative issues affecting wildlife and zoos. Each issue also contains articles on animal husbandry, book reviews, a listing of upcoming conferences and symposia and Association news.\r\n\r\nThe Animal Keepers\' Forum has come a long way since its inception when it was printed on a mimeograph machine to today when it is produced with modern desktop publishing computer equipment. It currently reaches approximately <strong>2800 members (including about 150 zoos) in the U.S., Canada and 24 foreign countries</strong>.\r\n\r\nAnimal Keepers’ Forum is celebrating its 40th anniversary of continuous publication this year (2013).\r\n<div class="hr"></div>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="[homeurl]/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="[homeurl]/shop/">store</a>.\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui &amp; Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &amp; Jenni Dyar</em>\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak,\r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard\r\nAlison Mott &amp; Kate Gore', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2013-11-21 12:13:03', '2013-11-21 17:13:03', '', 200, 'http://web3.gowebsolutions.com/~aazook/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4574, 2, '2013-11-21 12:39:42', '2013-11-21 17:39:42', '<h4>Purpose</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Vice President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n<div class="hr"></div>\r\n<h4>Committee Chair</h4>\r\n<div class="first sixcol"><img class="aligncenter" title="penny" alt="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny.jpg" width="186" height="209" />\r\n<p align="center">Penny Jolly - <em>Disney\'s Animal Kingdom</em></p>\r\n\r\n</div>\r\n<div id="inner-links"></div>', 'Ethics Committee', 0, '', 'inherit', 'closed', 'closed', '', '171-revision-v1', '', '', '2013-11-21 12:39:42', '2013-11-21 17:39:42', '', 171, 'http://web3.gowebsolutions.com/~aazook/171-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4576, 2, '2013-11-21 12:45:22', '2013-11-21 17:45:22', '<h4>Purpose</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards\' criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award\'s recipients each year at the National Conference.\r\n<h4>Nominations</h4>\r\nThe AAZK Awards Committee is accepting nominations for the following categories. The deadline for all award nominations is <strong>May 1, of each calendar year</strong>. Nomination criteria for these nine awards are listed below:\r\n<ul>\r\n	<li><a href="[homeurl]/committee/awards-committee/lifetime-achievement-la-award/">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/mazuri-animal-nutrition-award-mana/">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/certificate-of-merit-in-conservation-cmc/">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a href="[homeurl]/committee/awards-committee/the-aazk-chapter-of-the-year-award/">The Barbara Manspeaker AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\nThese awards are presented at the annual AAZK National Conference held in the fall each year. The deadline for all award nominations is <strong>May 1, of each calendar year</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p align="center">Janet McCoy, Chair, AAZK Awards Committee</p>\r\n<p align="center"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n<h4>Awards Committee Members</h4>\r\n<div class="first sixcol">\r\n<p align="center"><strong>Chair</strong></p>\r\n<img class="aligncenter" alt="Janet McCoy" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/janmccoy-291x300.jpg" width="150" />\r\n<p align="center">Janet McCoy</p>\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<h4>Past Recipients</h4>\r\n<a class="button" href="[homeurl]/committee/awards-committee/past-recipients/">View the 2013 Award Recipients</a>\r\n<div id="inner-links"></div>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2013-11-21 12:45:22', '2013-11-21 17:45:22', '', 224, 'http://web3.gowebsolutions.com/~aazook/224-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4578, 2, '2013-11-21 12:50:43', '2013-11-21 17:50:43', '', 'BFR Shirt Image', 0, '', 'inherit', 'closed', 'closed', '', 'bfr-shirt-image', '', '', '2013-11-21 12:50:43', '2013-11-21 17:50:43', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/BFR-Shirt-Image.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4587, 2, '2013-11-21 13:38:44', '2013-11-21 18:38:44', '', 'license_frame', 0, '', 'inherit', 'closed', 'closed', '', 'license_frame', '', '', '2013-11-21 13:38:44', '2013-11-21 18:38:44', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/license_frame.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4589, 2, '2013-11-21 16:29:41', '2013-11-21 21:29:41', 'Accessorize your car or truck with this 4 hole universal plate frame with AAZK rhino logo.  Made from 100% recycled plastic, this 6 3/8" x 12 1/4" accessory is available in black only and supplies are limited.  Frames fit all state license plates <strong>(**check your state laws regarding license plate frames)</strong>.\r\n\r\n&nbsp;', 'AAZK License Plate Frame', 0, '', 'publish', 'closed', 'closed', '', 'aazk-license-plate-frame-2', '', '', '2014-05-12 11:24:26', '2014-05-12 16:24:26', '', 0, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4591, 2, '2013-11-21 16:33:28', '2013-11-21 21:33:28', '', 'aazkdecal', 0, '', 'inherit', 'closed', 'closed', '', 'aazkdecal', '', '', '2013-11-21 16:33:28', '2013-11-21 21:33:28', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/aazkdecal.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4592, 2, '2013-11-21 16:33:41', '2013-11-21 21:33:41', '', 'aazkpatch', 0, '', 'inherit', 'closed', 'closed', '', 'aazkpatch', '', '', '2013-11-21 16:33:41', '2013-11-21 21:33:41', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/aazkpatch.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4593, 2, '2013-11-21 16:33:50', '2013-11-21 21:33:50', '', 'aazkpin', 0, '', 'inherit', 'closed', 'closed', '', 'aazkpin', '', '', '2013-11-21 16:33:50', '2013-11-21 21:33:50', '', 4898, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/aazkpin.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4594, 2, '2013-11-21 16:34:03', '2013-11-21 21:34:03', '', 'aazksticker', 0, '', 'inherit', 'closed', 'closed', '', 'aazksticker', '', '', '2013-11-21 16:34:03', '2013-11-21 21:34:03', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/aazksticker.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4595, 2, '2013-11-21 16:34:15', '2013-11-21 21:34:15', '', 'Avian', 0, '', 'inherit', 'closed', 'closed', '', 'avian', '', '', '2013-11-21 16:34:15', '2013-11-21 21:34:15', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/Avian.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4596, 2, '2013-11-21 16:34:51', '2013-11-21 21:34:51', '', 'ballcap', 0, '', 'inherit', 'closed', 'closed', '', 'ballcap-2', '', '', '2013-11-21 16:34:51', '2013-11-21 21:34:51', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/ballcap5.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4597, 2, '2013-11-21 16:35:11', '2013-11-21 21:35:11', '', 'Bats', 0, '', 'inherit', 'closed', 'closed', '', 'bats', '', '', '2013-11-21 16:35:11', '2013-11-21 21:35:11', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/Bats.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4598, 2, '2013-11-21 16:35:24', '2013-11-21 21:35:24', '', 'biovalues', 0, '', 'inherit', 'closed', 'closed', '', 'biovalues', '', '', '2013-11-21 16:35:24', '2013-11-21 21:35:24', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/biovalues.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4599, 2, '2013-11-21 16:36:04', '2013-11-21 21:36:04', '', 'chelonian', 0, '', 'inherit', 'closed', 'closed', '', 'chelonian', '', '', '2013-11-21 16:36:04', '2013-11-21 21:36:04', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/chelonian.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4600, 2, '2013-11-21 16:37:24', '2013-11-21 21:37:24', '', 'clicker', 0, '', 'inherit', 'closed', 'closed', '', 'clicker', '', '', '2013-11-21 16:37:24', '2013-11-21 21:37:24', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/clicker.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4601, 2, '2013-11-21 16:37:37', '2013-11-21 21:37:37', '', 'climatechange', 0, '', 'inherit', 'closed', 'closed', '', 'climatechange', '', '', '2013-11-21 16:37:37', '2013-11-21 21:37:37', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/climatechange.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4602, 2, '2013-11-21 16:38:09', '2013-11-21 21:38:09', '', 'combo8', 0, '', 'inherit', 'closed', 'closed', '', 'combo8', '', '', '2013-11-21 16:38:09', '2013-11-21 21:38:09', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/combo8.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4603, 2, '2013-11-21 16:38:49', '2013-11-21 21:38:49', '', 'crisis', 0, '', 'inherit', 'closed', 'closed', '', 'crisis', '', '', '2013-11-21 16:38:49', '2013-11-21 21:38:49', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/crisis.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4604, 2, '2013-11-21 16:39:01', '2013-11-21 21:39:01', '', 'emtshirt', 0, '', 'inherit', 'closed', 'closed', '', 'emtshirt-2', '', '', '2013-11-21 16:39:01', '2013-11-21 21:39:01', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/emtshirt4.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4605, 2, '2013-11-21 16:39:53', '2013-11-21 21:39:53', '', 'EMT Short', 0, '', 'inherit', 'closed', 'closed', '', 'olympus-digital-camera', '', '', '2013-11-21 16:39:53', '2013-11-21 21:39:53', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/emtshort.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4606, 2, '2013-11-21 16:42:53', '2013-11-21 21:42:53', '', 'keeperprofile', 0, '', 'inherit', 'closed', 'closed', '', 'keeperprofile', '', '', '2013-11-21 16:42:53', '2013-11-21 21:42:53', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/keeperprofile.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4607, 2, '2013-11-21 16:43:21', '2013-11-21 21:43:21', '', 'license_frame', 0, '', 'inherit', 'closed', 'closed', '', 'license_frame-2', '', '', '2013-11-21 16:43:21', '2013-11-21 21:43:21', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/license_frame1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4608, 2, '2013-11-21 16:43:36', '2013-11-21 21:43:36', '', 'polarbear', 0, '', 'inherit', 'closed', 'closed', '', 'polarbear-2', '', '', '2013-11-21 16:43:36', '2013-11-21 21:43:36', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/polarbear1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4609, 2, '2013-11-21 16:43:52', '2013-11-21 21:43:52', '', 'lanyard', 0, '', 'inherit', 'closed', 'closed', '', 'lanyard', '', '', '2013-11-21 16:43:52', '2013-11-21 21:43:52', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lanyard.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4610, 2, '2013-11-21 16:44:09', '2013-11-21 21:44:09', '', 'rhinocard', 0, '', 'inherit', 'closed', 'closed', '', 'rhinocard', '', '', '2013-11-21 16:44:09', '2013-11-21 21:44:09', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/rhinocard.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4611, 2, '2013-11-21 16:46:06', '2013-11-21 21:46:06', '', 'toque', 0, '', 'inherit', 'closed', 'closed', '', 'toque', '', '', '2013-11-21 16:46:06', '2013-11-21 21:46:06', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/toque.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4612, 2, '2013-11-21 16:46:11', '2013-11-21 21:46:11', '', 'Ungulates', 0, '', 'inherit', 'closed', 'closed', '', 'ungulates', '', '', '2013-11-21 16:46:11', '2013-11-21 21:46:11', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/Ungulates.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4613, 2, '2013-11-21 16:46:24', '2013-11-21 21:46:24', '', 'wristcoil', 0, '', 'inherit', 'closed', 'closed', '', 'wristcoil', '', '', '2013-11-21 16:46:24', '2013-11-21 21:46:24', '', 0, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/wristcoil.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4614, 2, '2013-11-21 16:48:58', '2013-11-21 21:48:58', 'The American Association of Zoo Keepers Inc. has partnered with renowned wildlife artist Curt Parker to create note cards depicting the image of Mawingo, a blind rhino from Lewa Wildlife Conservancy, along with one of her calves.  The note cards printed on recycled paper, have the rhino image on the front, are blank on the interior, and contain a brief story of Mawingo on the back.  The cards are attractively packaged, ten cards and envelopes to a box, with a clear plastic cover, making the note cards a perfect gift with a conservation story.', 'Rhino Note Cards', 0, '', 'publish', 'closed', 'closed', '', 'rhino-note-cards', '', '', '2013-11-25 14:34:02', '2013-11-25 19:34:02', '', 0, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4615, 2, '2013-11-21 16:48:15', '2013-11-21 21:48:15', '', 'rhinocard', 0, '', 'inherit', 'closed', 'closed', '', 'rhinocard-2', '', '', '2013-11-21 16:48:15', '2013-11-21 21:48:15', '', 4614, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/rhinocard1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4617, 2, '2013-11-21 16:52:00', '2013-11-21 21:52:00', 'AAZK\'s logo ball caps are perfect for any outdoor occasion. A different twist is the grey sandwich to the bill with burgundy "American Association of Zoo Keepers" repeat. Made from breathable 100% cotton twill, this low profile structured cap has six panels and an adjustable back strap to fit everyone.', 'AAZK Baseball Cap', 0, '', 'publish', 'closed', 'closed', '', 'aazk-baseball-cap', '', '', '2013-11-25 14:28:33', '2013-11-25 19:28:33', '', 0, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4620, 2, '2013-11-21 16:58:12', '2013-11-21 21:58:12', 'If cooler weather is headed your way, the AAZK fleece-lined knitted toques will keep your head warm. The one size fits all style features grey trim on black with a full color logo on the front for a striking look.', 'AAZK Winter Hat', 0, '', 'publish', 'closed', 'closed', '', 'aazk-winter-hat', '', '', '2013-11-25 14:30:29', '2013-11-25 19:30:29', '', 0, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4621, 2, '2013-11-21 16:57:22', '2013-11-21 21:57:22', '', 'toque', 0, '', 'inherit', 'closed', 'closed', '', 'toque-2', '', '', '2013-11-21 16:57:22', '2013-11-21 21:57:22', '', 4620, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/toque1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4622, 2, '2013-11-21 17:06:41', '2013-11-21 22:06:41', 'Classic clicker that fits in the palm of your hand can be attached to our AAZK lanyard, wrist coil or Carabiner for a matching training tool set. Available in orange with black AAZK logo, or black with a white AAZK Logo.', 'AAZK Logo Clicker', 0, '', 'publish', 'closed', 'closed', '', 'aazk-logo-clicker', '', '', '2014-07-29 11:24:43', '2014-07-29 16:24:43', '', 0, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4693, 2, '2013-11-25 14:44:39', '2013-11-25 19:44:39', '<h3>Committees</h3>\r\nDedicated to professional animal care, the vision of AAZK is to provide resources for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function please log in to the Members Only Page and open the Committees and Program tab.\r\n<div class="first sixcol">\r\n<h4><i class="left icon-trophy"></i> Awards Committee</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards’ criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award’s recipients each year at the National Conference.\r\n<a class="button" href="[homeurl]/committee/awards-committee/">Learn More</a>\r\n<div class="hr"></div>\r\n<h4><i class="left icon-lamp"></i> Behavioral Husbandry Committee</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<a class="button" href="[homeurl]/committee/behavioral-husbandry/">Learn More</a>\r\n<div class="hr"></div>\r\n<h4><i class="left icon-mic"></i> Communication Committee</h4>\r\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership. The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\r\n<a class="button" href="[homeurl]/committee/communication-committee/">Learn More</a>\r\n<div class="hr"></div>\r\n<h4><i class="left icon-heart"></i> Conservation Committee</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<a class="button" href="[homeurl]/committee/conservation-committee/">Learn More</a>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h4><i class="left icon-doc-text-inv"></i> Ethics Committee</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n<a class="button" href="[homeurl]/committee/ethics-committee/">Learn More</a>\r\n<div class="hr"></div>\r\n<h4><i class="left icon-chart-bar"></i> Grants Committee</h4>\r\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\r\n<a class="button" href="[homeurl]/committee/grants-committee/">Learn More</a>\r\n<div class="hr"></div>\r\n<h4><i class="left icon-graduation-cap"></i> Professional Development Committee</h4>\r\nAAZK’s Professional Development Committee’s mission is to provide a resource for National AAZK members to explore continuing education opportunities. Our goal is concentrate on continuing education through online training courses and conference workshops. Online courses can be found at the <a href="http://sdzglobalacademy.org/courses.html" target="_blank">San Diego Zoo Global Academy courses</a>. Over 200 self-directed courses are offered. Conferences are held annually and delegates are provided with paper presentations, posters sessions, and a variety of workshops to meet everyone’s needs. Workshops can be lecture based or hands on.\r\n<a class="button" href="[homeurl]/committee/professional-development-committee/">Learn More</a>\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<h3>Programs</h3>\r\nDedicated to professional animal care, the vision of AAZK is to provide resources through internal, national and international Programs. Our Programs are developed to further this vision. To learn about AAZK Programs please click on one of the links below.\r\n<div class="first sixcol">\r\n<h4><i class="left icon-users"></i> Bylaws Program</h4>\r\nThe Program Manager annually reviews the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. When developing new Bylaws, the Program expands to a Member Committee consisting of five members, two of which shall be member of the Board of Directors. (If you would like a copy of the Association’s Bylaws please <a href="[homeurl]/contact/">contact</a> the Administrative Office.)\r\n<a class="button" href="[homeurl]/committee/bylaws-committee/">Learn More</a>\r\n<div class="hr"></div>\r\n<h4><i class="left icon-globe"></i> International Congress of Zoo Keepers Program</h4>\r\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\r\n<a class="button" href="[homeurl]/committee/international-programs/">Learn More</a>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h4><i class="left icon-star"></i> National Zoo Keeper Week Program</h4>\r\nAs the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\r\n<a class="button" href="[homeurl]/committee/national-zoo-keeper-week/">Learn More</a>\r\n<div class="hr"></div>\r\n<h4><i class="left icon-leaf"></i> Trees for You and Me Program</h4>\r\nTrees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. Every year, the effort has a local focus. Gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, AAZK believes drawing attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<a class="button" href="[homeurl]/committee/trees-for-you-and-me/">Learn More</a>\r\n\r\n</div>', 'Committees and Programs', 0, '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2013-11-25 14:44:39', '2013-11-25 19:44:39', '', 12, 'http://web3.gowebsolutions.com/~aazook/12-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5049, 2, '2014-01-03 15:02:07', '2014-01-03 20:02:07', '<a href="http://www.lupazoo.org/">Lupa Zoo</a>\r\n545 WEST STREET\r\nLUDLOW, MA. 01056\r\n(413) 589-9883\r\n\r\n', 'Lupa Zoo', 0, '', 'inherit', 'closed', 'closed', '', '5047-revision-v1', '', '', '2014-01-03 15:02:07', '2014-01-03 20:02:07', '', 5047, 'https://www.aazk.org/5047-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5050, 2, '2014-01-03 15:07:03', '2014-01-03 20:07:03', '<a href="http://www.marylandzoo.org">Maryland Zoo in Baltimore</a>\r\nDruid Hill Park, Baltimore, MD\r\n(410) 396-7102', 'Maryland Zoo in Baltimore', 0, '', 'publish', 'closed', 'closed', '', 'maryland-zoo-in-baltimore', '', '', '2014-01-03 15:07:03', '2014-01-03 20:07:03', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5050', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4626, 2, '2013-11-21 17:09:57', '2013-11-21 22:09:57', 'Keep that clicker or whistle near at all times with the AAZK  lanyard. This comfortable cotton lanyard has a clip that detaches, the length is adjustable, and a side breakaway fastener provides safety. Everything a trainer needs in one lanyard. Available in black with orange American Association of Zoo Keepers lettering.', 'AAZK Lanyard', 0, '', 'publish', 'closed', 'closed', '', 'aazk-lanyard', '', '', '2013-11-25 14:29:29', '2013-11-25 19:29:29', '', 0, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4627, 2, '2013-11-21 17:09:19', '2013-11-21 22:09:19', '', 'lanyard', 0, '', 'inherit', 'closed', 'closed', '', 'lanyard-2', '', '', '2013-11-21 17:09:19', '2013-11-21 22:09:19', '', 4626, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/lanyard1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4628, 2, '2013-11-21 17:11:44', '2013-11-21 22:11:44', 'The AAZK wrist coil keeps that clicker handy during training sessions. Check out the AAZK clicker to match.', 'Wrist Coil', 0, '', 'publish', 'closed', 'closed', '', 'wrist-coil', '', '', '2013-11-25 14:35:08', '2013-11-25 19:35:08', '', 0, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4679, 2, '2013-11-25 13:47:58', '2013-11-25 18:47:58', '<strong><em>Look what we found in the attic, lost AKF\'s dedicated to Bat Husbandry.  They are limited in number so get yours now before they fly away.</em></strong>\r\n\r\n<em>**Please note there is a $10 shipping charge added on to the final price for all international orders.**</em>', 'AKF Dedicated Issue - Bat Conservation (Canadian)', 0, '', 'inherit', 'open', 'closed', '', 'akf-dedicated-issue-bat-conservation-canadian', '', '', '2013-11-25 13:47:58', '2013-11-25 18:47:58', '', 0, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/akf-dedicated-issue-bat-conservation-canadian/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4647, 2, '2013-11-22 14:40:46', '2013-11-22 19:40:46', 'Accessorize your car or truck with this 4 hole universal plate frame with AAZK rhino logo.  Made from 100% recycled plastic, this 6 3/8" x 12 1/4" accessory is available in black and green.  Frames fit all state license plates <strong>(**check your state laws regarding license plate frames)</strong>.\n\n&nbsp;', 'AAZK License Plate Frame', 0, '', 'inherit', 'closed', 'closed', '', '4589-autosave-v1', '', '', '2013-11-22 14:40:46', '2013-11-22 19:40:46', '', 4589, 'http://web3.gowebsolutions.com/~aazook/4589-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4648, 2, '2013-11-22 14:43:13', '2013-11-22 19:43:13', 'Accessorize your car or truck with this 4 hole universal plate frame with AAZK rhino logo.  Made from 100% recycled plastic, this 6 3/8" x 12 1/4" accessory is available in black and green.  Frames fit all state license plates <strong>(**check your state laws regarding license plate frames)</strong>.\r\n\r\n&nbsp;', 'AAZK License Plate Frame (Black)', 0, '', 'inherit', 'open', 'closed', '', 'aazk-license-plate-frame-black', '', '', '2013-11-22 14:43:13', '2013-11-22 19:43:13', '', 4589, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/aazk-license-plate-frame-black/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6082, 2, '2014-06-12 14:23:29', '2014-06-12 19:23:29', '', 'IC Wood', 0, '', 'inherit', 'closed', 'closed', '', 'ic-wood', '', '', '2014-06-12 14:23:29', '2014-06-12 19:23:29', '', 4107, 'https://www.aazk.org/wp-content/uploads/IC-Wood.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4650, 2, '2013-11-22 14:45:03', '2013-11-22 19:45:03', '100% Gildan Heavy Cotton Pre-shrunk\r\n\r\n2014 BFR Logo on the back of the Shirt\r\n\r\nBFR Event Holders - Shirt is available for bulk purchase and front of the shirt is blank to allow for local event logo and sponsorships\r\n\r\n&nbsp;', '2014 AAZK/BFR T-Shirt (Large)', 0, '', 'inherit', 'open', 'closed', '', '2014-aazkbfr-t-shirt-large', '', '', '2013-11-22 14:45:03', '2013-11-22 19:45:03', '', 4584, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/2014-aazkbfr-t-shirt-large/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4651, 2, '2013-11-22 14:45:03', '2013-11-22 19:45:03', '100% Gildan Heavy Cotton Pre-shrunk\r\n\r\n2014 BFR Logo on the back of the Shirt\r\n\r\nBFR Event Holders - Shirt is available for bulk purchase and front of the shirt is blank to allow for local event logo and sponsorships\r\n\r\n&nbsp;', '2014 AAZK/BFR T-Shirt (Medium)', 0, '', 'inherit', 'open', 'closed', '', '2014-aazkbfr-t-shirt-medium', '', '', '2013-11-22 14:45:03', '2013-11-22 19:45:03', '', 4584, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/2014-aazkbfr-t-shirt-medium/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4652, 2, '2013-11-22 14:45:03', '2013-11-22 19:45:03', '100% Gildan Heavy Cotton Pre-shrunk\r\n\r\n2014 BFR Logo on the back of the Shirt\r\n\r\nBFR Event Holders - Shirt is available for bulk purchase and front of the shirt is blank to allow for local event logo and sponsorships\r\n\r\n&nbsp;', '2014 AAZK/BFR T-Shirt (Small)', 0, '', 'inherit', 'open', 'closed', '', '2014-aazkbfr-t-shirt-small', '', '', '2013-11-22 14:45:03', '2013-11-22 19:45:03', '', 4584, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/2014-aazkbfr-t-shirt-small/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4653, 2, '2013-11-22 14:45:03', '2013-11-22 19:45:03', '100% Gildan Heavy Cotton Pre-shrunk\r\n\r\n2014 BFR Logo on the back of the Shirt\r\n\r\nBFR Event Holders - Shirt is available for bulk purchase and front of the shirt is blank to allow for local event logo and sponsorships\r\n\r\n&nbsp;', '2014 AAZK/BFR T-Shirt (XL)', 0, '', 'inherit', 'open', 'closed', '', '2014-aazkbfr-t-shirt-xl', '', '', '2013-11-22 14:45:03', '2013-11-22 19:45:03', '', 4584, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/2014-aazkbfr-t-shirt-xl/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4654, 2, '2013-11-22 14:45:03', '2013-11-22 19:45:03', '100% Gildan Heavy Cotton Pre-shrunk\r\n\r\n2014 BFR Logo on the back of the Shirt\r\n\r\nBFR Event Holders - Shirt is available for bulk purchase and front of the shirt is blank to allow for local event logo and sponsorships\r\n\r\n&nbsp;', '2014 AAZK/BFR T-Shirt (XXL)', 0, '', 'inherit', 'open', 'closed', '', '2014-aazkbfr-t-shirt-xxl', '', '', '2013-11-22 14:45:03', '2013-11-22 19:45:03', '', 4584, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/2014-aazkbfr-t-shirt-xxl/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4657, 2, '2013-11-22 14:53:59', '2013-11-22 19:53:59', '100% Gildan Heavy Cotton Pre-shrunk\r\n\r\n2014 BFR Logo on the back of the Shirt\r\n\r\nBFR Event Holders - Shirt is available for bulk purchase and front of the shirt is blank to allow for local event logo and sponsorships\r\n\r\n&nbsp;', '2014 AAZK/BFR T-Shirt', 0, '', 'inherit', 'closed', 'closed', '', '4584-autosave-v1', '', '', '2013-11-22 14:53:59', '2013-11-22 19:53:59', '', 4584, 'http://web3.gowebsolutions.com/~aazook/4584-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4658, 2, '2013-11-22 14:55:00', '2013-11-22 19:55:00', 'These shirts are 100% preshrunk, certified organic cotton making them not only comfortable but eco-friendly. Their fashion fit makes them current and trendy. Available in black with the new "Eye Movement" design. Sizes M-L only.\r\n\r\n<strong>**Artwork by Haley Newberg</strong>', 'Women\'s Form Fit Eye Movement T-Shirt (Large)', 0, '', 'inherit', 'open', 'closed', '', 'womens-form-fit-eye-movement-t-shirt-large', '', '', '2013-11-22 14:55:00', '2013-11-22 19:55:00', '', 4641, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/womens-form-fit-eye-movement-t-shirt-large/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4656, 2, '2013-11-22 14:53:36', '2013-11-22 19:53:36', '100% Gildan Heavy Cotton Pre-shrunk\r\n\r\n2014 BFR Logo on the back of the Shirt\r\n\r\nBFR Event Holders - Shirt is available for bulk purchase and front of the shirt is blank to allow for local event logo and sponsorships\r\n\r\n&nbsp;', '2014 AAZK/BFR T-Shirt (XXXL)', 0, '', 'inherit', 'open', 'closed', '', '2014-aazkbfr-t-shirt-xxxl', '', '', '2013-11-22 14:53:36', '2013-11-22 19:53:36', '', 4584, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/2014-aazkbfr-t-shirt-xxxl/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4659, 2, '2013-11-22 14:55:00', '2013-11-22 19:55:00', 'These shirts are 100% preshrunk, certified organic cotton making them not only comfortable but eco-friendly. Their fashion fit makes them current and trendy. Available in black with the new "Eye Movement" design. Sizes M-L only.\r\n\r\n<strong>**Artwork by Haley Newberg</strong>', 'Women\'s Form Fit Eye Movement T-Shirt (Medium)', 0, '', 'inherit', 'open', 'closed', '', 'womens-form-fit-eye-movement-t-shirt-medium', '', '', '2013-11-22 14:55:00', '2013-11-22 19:55:00', '', 4641, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/womens-form-fit-eye-movement-t-shirt-medium/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4660, 2, '2013-11-22 14:55:57', '2013-11-22 19:55:57', 'These shirts are 100% certified organic, combed cotton. Fashion fit design makes them comfortable and easy to wear for any occasion. Available in black with the new "Eye Movement" design. Sizes S-XL.\r\n\r\n<strong>**Artwork by Haley Newberg</strong>', 'Eye Movement Long Sleeve Shirt (Large)', 0, '', 'inherit', 'open', 'closed', '', 'eye-movement-long-sleeve-shirt-large', '', '', '2013-11-22 14:55:57', '2013-11-22 19:55:57', '', 4645, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/eye-movement-long-sleeve-shirt-large/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4661, 2, '2013-11-22 14:55:57', '2013-11-22 19:55:57', 'These shirts are 100% certified organic, combed cotton. Fashion fit design makes them comfortable and easy to wear for any occasion. Available in black with the new "Eye Movement" design. Sizes S-XL.\r\n\r\n<strong>**Artwork by Haley Newberg</strong>', 'Eye Movement Long Sleeve Shirt (Medium)', 0, '', 'inherit', 'open', 'closed', '', 'eye-movement-long-sleeve-shirt-medium', '', '', '2013-11-22 14:55:57', '2013-11-22 19:55:57', '', 4645, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/eye-movement-long-sleeve-shirt-medium/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6078, 469, '2014-06-11 12:14:49', '2014-06-11 17:14:49', '', 'Animal Care Intern Opportunities in Oregon', 0, '', 'inherit', 'closed', 'closed', '', '6077-revision-v1', '', '', '2014-06-11 12:14:49', '2014-06-11 17:14:49', '', 6077, 'https://www.aazk.org/6077-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4663, 2, '2013-11-22 14:55:58', '2013-11-22 19:55:58', 'These shirts are 100% certified organic, combed cotton. Fashion fit design makes them comfortable and easy to wear for any occasion. Available in black with the new "Eye Movement" design. Sizes S-XL.\r\n\r\n<strong>**Artwork by Haley Newberg</strong>', 'Eye Movement Long Sleeve Shirt (XL)', 0, '', 'inherit', 'open', 'closed', '', 'eye-movement-long-sleeve-shirt-xl', '', '', '2013-11-22 14:55:58', '2013-11-22 19:55:58', '', 4645, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/eye-movement-long-sleeve-shirt-xl/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4680, 2, '2013-11-25 13:47:58', '2013-11-25 18:47:58', '<strong><em>Look what we found in the attic, lost AKF\'s dedicated to Bat Husbandry.  They are limited in number so get yours now before they fly away.</em></strong>\r\n\r\n<em>**Please note there is a $10 shipping charge added on to the final price for all international orders.**</em>', 'AKF Dedicated Issue - Bat Conservation (International)', 0, '', 'inherit', 'open', 'closed', '', 'akf-dedicated-issue-bat-conservation-international', '', '', '2013-11-25 13:47:58', '2013-11-25 18:47:58', '', 0, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/akf-dedicated-issue-bat-conservation-international/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4668, 2, '2014-06-27 12:14:26', '2014-06-27 17:14:26', 'Get a combo pack of <strong>7</strong> dedicated issues of the Animal Keepers\' Forum <strong>PLUS</strong> the Crisis Management CD, <strong>PLUS</strong> the Biological Values CD, <strong>PLUS</strong> a box of Rhino Note cards. You\'ll get issues on: Gorilla HusbandrChelonian Husbandry, Mix-species, Climate Change, Care and Management of Geriatric Animals, Ungulate Husbandry, Polar Bears, and Avian Husbandry.  All this for $45!  That\'s a savings of 50% over buying them individually. These are great issues so purchase your combo pack today.\n\nOrders from Canada require $15.00 in shipping which has already been configured into the price. Just select "CANADA" shipping.\n\nInternational Orders require $35.00 in shipping which has already been configured into the price. Just select "INTERNATIONAL" shipping', 'AKF Dedicated Issue Combo Pack', 0, '', 'inherit', 'closed', 'closed', '', '4638-autosave-v1', '', '', '2014-06-27 12:14:26', '2014-06-27 17:14:26', '', 4638, 'http://web3.gowebsolutions.com/~aazook/4638-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5548, 3, '2014-02-06 12:28:44', '2014-02-06 17:28:44', '<h5>Facility</h5>\r\n<p>Tanganyika Wildlife Park</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nTanganyika Wildlife Park is looking for a dedicated, self motivated, efficient  individual capable of working a large collection of Primates in a fast-paced environment.  Daily care of animals which includes diet prep, cleaning, feeding, enrichment, exhibit maintenance and care, must be able to tell individual animals apart within a group and understand animal behavior within the group.  Must be able to maintain training of  behaviors currently in place and be able to train new ones.  The best candidate must have a true passion and desire to work with Primates.\r\n<h6>Education and Pre-requisites</h6>\r\nA Bachelors Degree in a Biology related science or equivalent field experience is preferred.  Education is important to us however the individual we are looking for must know how to work around animals.  All potential applicants must complete a 2 day working interview at Tanganyika before possible hire.\r\n<h6>Compensation and benefits</h6>\r\nStarting wage is $9.00 an hour and all employees are under probation for 6 months at which time a performance review will be done to see if expectations are being reached. After 1 year of employment we offer paid vacation time and a Simple IRA.\r\n<h6>Application instructions</h6>\r\nIf interested, please send a cover letter and resume to Stephanie Jeter by email: sjeter@twpark.com\r\n', 'Primate Keeper', 0, '', 'publish', 'closed', 'closed', '', 'primate-keeper', '', '', '2014-02-06 12:28:44', '2014-02-06 17:28:44', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5548', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5549, 0, '2014-02-06 12:28:44', '2014-02-06 17:28:44', '', 'Primate Keeper', 0, '', 'inherit', 'closed', 'closed', '', '5548-revision-v1', '', '', '2014-02-06 12:28:44', '2014-02-06 17:28:44', '', 5548, 'https://www.aazk.org/5548-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5550, 0, '2014-02-06 12:28:44', '2014-02-06 17:28:44', '<h5>Facility</h5>\r\n<p>Tanganyika Wildlife Park</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nTanganyika Wildlife Park is looking for a dedicated, self motivated, efficient  individual capable of working a large collection of Primates in a fast-paced environment.  Daily care of animals which includes diet prep, cleaning, feeding, enrichment, exhibit maintenance and care, must be able to tell individual animals apart within a group and understand animal behavior within the group.  Must be able to maintain training of  behaviors currently in place and be able to train new ones.  The best candidate must have a true passion and desire to work with Primates.\r\n<h6>Education and Pre-requisites</h6>\r\nA Bachelors Degree in a Biology related science or equivalent field experience is preferred.  Education is important to us however the individual we are looking for must know how to work around animals.  All potential applicants must complete a 2 day working interview at Tanganyika before possible hire.\r\n<h6>Compensation and benefits</h6>\r\nStarting wage is $9.00 an hour and all employees are under probation for 6 months at which time a performance review will be done to see if expectations are being reached. After 1 year of employment we offer paid vacation time and a Simple IRA.\r\n<h6>Application instructions</h6>\r\nIf interested, please send a cover letter and resume to Stephanie Jeter by email: sjeter@twpark.com\r\n', 'Primate Keeper', 0, '', 'inherit', 'closed', 'closed', '', '5548-revision-v1', '', '', '2014-02-06 12:28:44', '2014-02-06 17:28:44', '', 5548, 'https://www.aazk.org/5548-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4682, 2, '2013-11-25 13:50:18', '2013-11-25 18:50:18', 'Extensive papers on Climate Change and Effects  included in this December 2010 issue of the Animal Keepers\' Forum.\r\n\r\n**Please note there is a $10 shipping charge added on to the final price for all international orders.**', 'AKF Dedicated Issue - Climate Change (Canadian)', 0, '', 'inherit', 'open', 'closed', '', 'akf-dedicated-issue-climate-change-canadian', '', '', '2013-11-25 13:50:18', '2013-11-25 18:50:18', '', 4633, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/akf-dedicated-issue-climate-change-canadian/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4683, 2, '2013-11-25 13:50:18', '2013-11-25 18:50:18', 'Extensive papers on Climate Change and Effects  included in this December 2010 issue of the Animal Keepers\' Forum.\r\n\r\n**Please note there is a $10 shipping charge added on to the final price for all international orders.**', 'AKF Dedicated Issue - Climate Change (International)', 0, '', 'inherit', 'open', 'closed', '', 'akf-dedicated-issue-climate-change-international', '', '', '2013-11-25 13:50:18', '2013-11-25 18:50:18', '', 4633, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/akf-dedicated-issue-climate-change-international/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4684, 2, '2013-11-25 13:52:44', '2013-11-25 18:52:44', '<form id="product_39" action="http://aecetia.net/gws/aazk/shop/?category=" method="post" name="product_39"><input type="hidden" name="prodid" value="39" />\r\n<div>\r\n\r\nComprehensive papers on Ungulates included in this July/August 2011 issue of the Animal Keepers\' Forum.\r\n\r\n**Please note there is a $10 shipping charge added on to the final price for all international orders.**\r\n<h2></h2>\r\n</div>\r\n</form>', 'AKF Dedicated Issue - Ungulate Husbandry (Canadian)', 0, '', 'inherit', 'open', 'closed', '', 'akf-dedicated-issue-ungulate-husbandry-canadian', '', '', '2013-11-25 13:52:44', '2013-11-25 18:52:44', '', 4632, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/akf-dedicated-issue-ungulate-husbandry-canadian/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4685, 2, '2013-11-25 13:52:44', '2013-11-25 18:52:44', '<form id="product_39" action="http://aecetia.net/gws/aazk/shop/?category=" method="post" name="product_39"><input type="hidden" name="prodid" value="39" />\r\n<div>\r\n\r\nComprehensive papers on Ungulates included in this July/August 2011 issue of the Animal Keepers\' Forum.\r\n\r\n**Please note there is a $10 shipping charge added on to the final price for all international orders.**\r\n<h2></h2>\r\n</div>\r\n</form>', 'AKF Dedicated Issue - Ungulate Husbandry (International)', 0, '', 'inherit', 'open', 'closed', '', 'akf-dedicated-issue-ungulate-husbandry-international', '', '', '2013-11-25 13:52:44', '2013-11-25 18:52:44', '', 4632, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/akf-dedicated-issue-ungulate-husbandry-international/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4686, 2, '2013-11-25 13:54:05', '2013-11-25 18:54:05', 'The 1,396 page Biological Information on Selected Mammal Species CD covers a wide range from general, breeding, and young- rearing behavior to diet and physical descriptions of 590 species. The volume is in a PDF format allowing searches by Species (Common or Latin name); or Key words using the Find function; or by Species (Common or Latin name), Family; or Order using the Bookmarks.\r\n\r\n&nbsp;\r\n\r\nTable of Contents are given for Orders, Families, Species by Common Name,  Species by Scientific Name, and Species by Order and Family. The Appendices  cover a variety of information from behavioral patterns common to families (Bovid displays) to taxonomy (Primates). References are listed by Order and Family.\r\n\r\n&nbsp;\r\n\r\n**Please note there is a $10 shipping charge added on to the final price for all international orders.**', 'Biological Values for Selected Mammals (Canadian)', 0, '', 'inherit', 'open', 'closed', '', 'biological-values-for-selected-mammals-canadian', '', '', '2013-11-25 13:54:05', '2013-11-25 18:54:05', '', 4640, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/biological-values-for-selected-mammals-canadian/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4687, 2, '2013-11-25 13:54:05', '2013-11-25 18:54:05', 'The 1,396 page Biological Information on Selected Mammal Species CD covers a wide range from general, breeding, and young- rearing behavior to diet and physical descriptions of 590 species. The volume is in a PDF format allowing searches by Species (Common or Latin name); or Key words using the Find function; or by Species (Common or Latin name), Family; or Order using the Bookmarks.\r\n\r\n&nbsp;\r\n\r\nTable of Contents are given for Orders, Families, Species by Common Name,  Species by Scientific Name, and Species by Order and Family. The Appendices  cover a variety of information from behavioral patterns common to families (Bovid displays) to taxonomy (Primates). References are listed by Order and Family.\r\n\r\n&nbsp;\r\n\r\n**Please note there is a $10 shipping charge added on to the final price for all international orders.**', 'Biological Values for Selected Mammals (International)', 0, '', 'inherit', 'open', 'closed', '', 'biological-values-for-selected-mammals-international', '', '', '2013-11-25 13:54:05', '2013-11-25 18:54:05', '', 4640, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/biological-values-for-selected-mammals-international/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4688, 2, '2013-11-25 13:54:23', '2013-11-25 18:54:23', 'The 1,396 page Biological Information on Selected Mammal Species CD covers a wide range from general, breeding, and young- rearing behavior to diet and physical descriptions of 590 species. The volume is in a PDF format allowing searches by Species (Common or Latin name); or Key words using the Find function; or by Species (Common or Latin name), Family; or Order using the Bookmarks.\n\n&nbsp;\n\nTable of Contents are given for Orders, Families, Species by Common Name,  Species by Scientific Name, and Species by Order and Family. The Appendices  cover a variety of information from behavioral patterns common to families (Bovid displays) to taxonomy (Primates). References are listed by Order and Family.\n\nUS and Canadian Orders ship at No Cost.\n\n**Please note there is a $10 shipping charge added on to the final price for all international orders - please select INTERNATIONAL.**', 'Biological Values for Selected Mammals', 0, '', 'inherit', 'closed', 'closed', '', '4640-autosave-v1', '', '', '2013-11-25 13:54:23', '2013-11-25 18:54:23', '', 4640, 'http://web3.gowebsolutions.com/~aazook/4640-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4689, 2, '2013-11-25 13:55:33', '2013-11-25 18:55:33', 'See <a href="http://aecetia.net/gws/aazk/shop/shop/akf/toc/july-2012">Table of Contents</a> for listing of papers included in this July 2012 issue of the Animal Keepers\' Forum.\r\n\r\n**Please note there is a $10 shipping charge added on to the final price for all international orders.**', 'Dedicated AKF Issue - Chelonians (Canadian)', 0, '', 'inherit', 'open', 'closed', '', 'dedicated-akf-issue-chelonians-canadian', '', '', '2013-11-25 13:55:33', '2013-11-25 18:55:33', '', 4629, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/dedicated-akf-issue-chelonians-canadian/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4690, 2, '2013-11-25 13:55:33', '2013-11-25 18:55:33', 'See <a href="http://aecetia.net/gws/aazk/shop/shop/akf/toc/july-2012">Table of Contents</a> for listing of papers included in this July 2012 issue of the Animal Keepers\' Forum.\r\n\r\n**Please note there is a $10 shipping charge added on to the final price for all international orders.**', 'Dedicated AKF Issue - Chelonians (International)', 0, '', 'inherit', 'open', 'closed', '', 'dedicated-akf-issue-chelonians-international', '', '', '2013-11-25 13:55:33', '2013-11-25 18:55:33', '', 4629, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/dedicated-akf-issue-chelonians-international/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4691, 2, '2013-11-25 13:56:31', '2013-11-25 18:56:31', 'An incredible and timeless resource for information on Geriatric animals in this April/May2009 issue of the Animal Keepers\' Forum.\r\n\r\n**Please note there is a $10 shipping charge added on to the final price for all international orders.**\r\n\r\n&nbsp;', 'Dedicated Issue AKF - Geriatric Animals (Canadian)', 0, '', 'inherit', 'open', 'closed', '', 'dedicated-issue-akf-geriatric-animals-canadian', '', '', '2013-11-25 13:56:31', '2013-11-25 18:56:31', '', 4636, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/dedicated-issue-akf-geriatric-animals-canadian/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4692, 2, '2013-11-25 13:56:31', '2013-11-25 18:56:31', 'An incredible and timeless resource for information on Geriatric animals in this April/May2009 issue of the Animal Keepers\' Forum.\r\n\r\n**Please note there is a $10 shipping charge added on to the final price for all international orders.**\r\n\r\n&nbsp;', 'Dedicated Issue AKF - Geriatric Animals (International)', 0, '', 'inherit', 'open', 'closed', '', 'dedicated-issue-akf-geriatric-animals-international', '', '', '2013-11-25 13:56:31', '2013-11-25 18:56:31', '', 4636, 'http://web3.gowebsolutions.com/~aazook/products-page/uncategorized/dedicated-issue-akf-geriatric-animals-international/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4694, 2, '2013-11-25 14:58:03', '2013-11-25 19:58:03', 'The American Association of Zoo Keepers is a membership association for animal care professionals to exchange information and network with one another.\r\n<h4>Mission Statement</h4>\r\nThe mission of The American Association of Zoo Keepers is to advance excellence in the animal keeping profession, foster effective communication beneficial to animal care, support deserving conservation projects, and promote the preservation of our natural resources and animal life.\r\n<h4>Vision Statement</h4>\r\nAAZK will be the leader in the zoo and aquarium industry fostering professional development and personal connections that advance animal care, animal welfare and conservation.\r\n<h4>Purpose</h4>\r\nAAZK\'s purpose is to foster a professional attitude in animal keepers and aquarists by encouraging them to become active members of professional teams at today\'s zoos and aquariums. AAZK supports the promotion and implementation of zookeeper education and strives to make the general public aware of our concern for all deserving conservation projects and the need for the preservation of our natural resources and the species that depend on those resources.\r\n\r\nServing as a professional organization for zookeepers, AAZK is a valuable resource for dedicated animal care workers. AAZK is dedicated to advancing animal care, promoting public awareness, enhancing professional development and contributing to local and global conservation through fundraising and stewardship. Our goal is to inspire and motivate through our roles as animal caregivers, educators and conservationists. Through workshops, conferences, newsletters, and internet forums, AAZK helps animal care staff stay current in husbandry, training, nutrition, and conservation. Well educated keepers using modern techniques means the animals in their care benefit tremendously.\r\n<h2>History of AAZK</h2>\r\nThe American Association of Zoo Keepers, Inc. began in 1967 in San Diego, CA with the purpose of promoting professionalism in zoo keeping through education of zoological staff members in the most modern and current techniques of captive exotic animal care. AAZK\'s mission is to provide a resource and a forum of continuing education for the animal care professional and to support zoo and aquarium personnel in their roles as animal care givers, scientific researchers, public educators and conservationists; to promote zoos and aquariums as cultural establishments dedicated to the enrichment of human and natural resources; to foster the exchange of research materials, enrichment options and husbandry information through publications and conferences which will lead to a greater understanding of the needs and requirements of all animals. Membership is currently about 2,800 and includes individuals at all levels of zoo staff from directors, curators and veterinarians to zoo keepers, animal health technicians, volunteers and students. Members are from 48 of the 50 States, 5 Canadian Provinces and 24 foreign countries and represent nearly 250 animal-related facilities.\r\n\r\nAAZK\'s purpose is to foster a professional attitude in animal keepers by encouraging them to become active members of the professional teams at today\'s zoos and aquariums. AAZK supports the promotion and implementation of zoo keeper education and strives to make the general public aware of our concern for all valid and deserving conservation projects and the need for the preservation of our natural resources and animal life.\r\n\r\nAAZK publications, conferences, and chapter activities at local zoos provide keepers with a means to exchange ideas and discuss new methods of professional care, observations on animal behavior and other information. Animal Keepers\' Forum, the monthly journal of AAZK, is the principal vehicle for communication among keepers. Other AAZK publications include AAZK National Conference Proceedings, Zoo and Aquarium Professionals and The Resource for Crisis Management in Zoos and Other Animal Care Facilities.\r\n\r\nAAZK also has a number of committees which provide ways to promote AAZK and the Zoo Keepers\' role in conservation education.', 'About Us', 0, '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2013-11-25 14:58:03', '2013-11-25 19:58:03', '', 6, 'http://web3.gowebsolutions.com/~aazook/6-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4695, 2, '2013-11-25 15:01:02', '2013-11-25 20:01:02', '<h4>Animal Keepers\' Forum</h4>\r\nIn August of 1972, a short-lived “unofficial” newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level. The idea for Animal Keepers’ Forum grew out of the Topeka Zoo. Animal Keepers’ Forum was launched November of 1974 and has progressed through the years from a 6’ x 9” format with artwork on the cover to standard magazine format in full color. If you are not a member yet, <strong><a href="[homeurl]/membership-account/membership-levels/">join</a></strong> today to receive your annual subscription to the Animals Keepers’ Forum.\r\n<a class="button" href="[homeurl]/publications/animal-keepers-forum/">Learn More</a>\r\n<div class="hr"></div>\r\n<h4>AAZK Crisis Management</h4>\r\nThis CD contains all of the manuscripts found in the original (1999) book Resources for Crisis Management in Zoos and Other Animal Care Facilities as well as the manuscripts from the special issue of Animal Keepers’ Forum dedicated to crisis management that was published in November/December 2007 by AAZK, Inc. It is fully searchable by topic, title or author. Purchase a copy of the AAZK Crisis Management CD by visiting the <strong><a href="[homeurl]/shop/">AAZK store</a></strong>.\r\n<a class="button" href="[homeurl]/publications/aazk-crisis-management/">Learn More</a>', 'Publications/Forms', 0, '', 'inherit', 'closed', 'closed', '', '3336-autosave-v1', '', '', '2013-11-25 15:01:02', '2013-11-25 20:01:02', '', 3336, 'http://web3.gowebsolutions.com/~aazook/3336-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4696, 2, '2013-11-25 16:18:48', '2013-11-25 21:18:48', '<strong>AAZK Members - You will need to recover your AAZK Member Account information from the old website.  To recover your account, click on the Member Login button and follow the instructions for "Existing AAZK Members: Recover Account here".</strong>', 'Welcome to the New AAZK Webpage', 0, '', 'publish', 'closed', 'closed', '', 'welcome-to-the-new-aazk-webpage', '', '', '2013-11-25 16:29:07', '2013-11-25 21:29:07', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=4696', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4697, 2, '2013-11-25 16:09:45', '2013-11-25 21:09:45', 'AAZK Members - You will need to recover your AAZK Member Account information from the old website.  To recover your account, click on the Member Login button and follow the instructions for "Existing AAZK Members: Recover Account Here.', 'Welcome to the New AAZK Webpage', 0, '', 'inherit', 'closed', 'closed', '', '4696-revision-v1', '', '', '2013-11-25 16:09:45', '2013-11-25 21:09:45', '', 4696, 'http://web3.gowebsolutions.com/~aazook/4696-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4698, 2, '2013-11-25 16:17:43', '2013-11-25 21:17:43', 'AAZK Members - You will need to recover your AAZK Member Account information from the old website.  To recover your account, click on the Member Login button and follow the instructions for "Existing AAZK Members: Recover Account here.', 'Welcome to the New AAZK Webpage', 0, '', 'inherit', 'closed', 'closed', '', '4696-revision-v1', '', '', '2013-11-25 16:17:43', '2013-11-25 21:17:43', '', 4696, 'http://web3.gowebsolutions.com/~aazook/4696-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4701, 2, '2013-11-25 16:29:07', '2013-11-25 21:29:07', '<strong>AAZK Members - You will need to recover your AAZK Member Account information from the old website.  To recover your account, click on the Member Login button and follow the instructions for "Existing AAZK Members: Recover Account here".</strong>', 'Welcome to the New AAZK Webpage', 0, '', 'inherit', 'closed', 'closed', '', '4696-revision-v1', '', '', '2013-11-25 16:29:07', '2013-11-25 21:29:07', '', 4696, 'http://web3.gowebsolutions.com/~aazook/4696-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4716, 1, '2013-11-25 17:14:06', '2013-11-25 22:14:06', '', 'no-image', 0, '', 'inherit', 'closed', 'closed', '', 'no-image', '', '', '2013-11-25 17:14:06', '2013-11-25 22:14:06', '', 4696, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/no-image.png', 0, 'attachment', 'image/png', 0) ; 
INSERT INTO `wp_posts` VALUES (4703, 2, '2013-11-25 16:35:22', '2013-11-25 21:35:22', '<strong>AAZK is going paperless!!!  </strong>in order to process member information and to ensure that you receive AAZK E-lerts, Presidential Newsletters, and Membership Renewal Reminders - AAZK will need an email address.  Please Login to your Member account and provide/update your email address.  AAZK will never share your personal information, including your email, to anyone.', 'Member Informaton', 0, '', 'inherit', 'closed', 'closed', '', '2969-autosave-v1', '', '', '2013-11-25 16:35:22', '2013-11-25 21:35:22', '', 2969, 'http://web3.gowebsolutions.com/~aazook/2969-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4704, 2, '2013-11-25 16:35:55', '2013-11-25 21:35:55', '<strong>AAZK is going paperless!!!  </strong>in order to process member information and to ensure that you receive AAZK E-lerts, Presidential Newsletters, and Membership Renewal Reminders - AAZK will need an email address.  Please Login to your Member account and provide/update your email address.  AAZK will never share your personal information, including your email, to anyone.', 'Member Informaton', 0, '', 'inherit', 'closed', 'closed', '', '2969-revision-v1', '', '', '2013-11-25 16:35:55', '2013-11-25 21:35:55', '', 2969, 'http://web3.gowebsolutions.com/~aazook/2969-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4705, 2, '2013-11-25 15:00:49', '2013-11-25 20:00:49', '<strong>AAZK is going paperless!!!  </strong>in order to process member information and to ensure that you receive AAZK E-lerts, Presidential Newsletters, and Membership Renewal Reminders - AAZK will need an email address.  Please Login to your Member account and provide/update your email address.  AAZK will never share your personal information, including your email, to anyone.', 'Contact Information', 0, '', 'publish', 'closed', 'closed', '', 'contact-information', '', '', '2013-11-25 16:55:25', '2013-11-25 21:55:25', '', 0, 'http://web3.gowebsolutions.com/~aazook/?p=4705', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4706, 2, '2013-11-25 16:37:49', '2013-11-25 21:37:49', '<strong>AAZK is going paperless!!!  </strong>in order to process member information and to ensure that you receive AAZK E-lerts, Presidential Newsletters, and Membership Renewal Reminders - AAZK will need an email address.  Please Login to your Member account and provide/update your email address.  AAZK will never share your personal information, including your email, to anyone.', 'Contact Information', 0, '', 'inherit', 'closed', 'closed', '', '4705-revision-v1', '', '', '2013-11-25 16:37:49', '2013-11-25 21:37:49', '', 4705, 'http://web3.gowebsolutions.com/~aazook/4705-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4707, 2, '2013-11-25 16:44:02', '2013-11-25 21:44:02', '', 'AAZK color LOGO ¨', 0, '', 'inherit', 'closed', 'closed', '', 'aazk-color-logo-%c2%a8', '', '', '2013-11-25 16:44:02', '2013-11-25 21:44:02', '', 4705, 'http://web3.gowebsolutions.com/~aazook/wp-content/uploads/AAZK-color-LOGO-¨.gif', 0, 'attachment', 'image/gif', 0) ; 
INSERT INTO `wp_posts` VALUES (4709, 2, '2013-11-25 16:52:13', '2013-11-25 21:52:13', '<strong>AAZK is going paperless!!!  </strong>in order to process member information and to ensure that you receive AAZK E-lerts, Presidential Newsletters, and Membership Renewal Reminders - AAZK will need an email address.  Please Login to your Member account and provide/update your email address.  AAZK will never share your personal information, including your email, to anyone.', 'Contact Information', 0, '', 'inherit', 'closed', 'closed', '', '4705-revision-v1', '', '', '2013-11-25 16:52:13', '2013-11-25 21:52:13', '', 4705, 'http://web3.gowebsolutions.com/~aazook/4705-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4708, 2, '2013-11-25 16:50:52', '2013-11-25 21:50:52', '&nbsp;\r\n\r\n<a href="http://web3.gowebsolutions.com/~aazook/wp-content/themes/aazk2013/library/images/no-image.png">http://web3.gowebsolutions.com/~aazook/wp-content/themes/aazk2013/library/images/no-image.png</a>\r\n\r\n&nbsp;\r\n\r\n<strong>AAZK is going paperless!!!  </strong>in order to process member information and to ensure that you receive AAZK E-lerts, Presidential Newsletters, and Membership Renewal Reminders - AAZK will need an email address.  Please Login to your Member account and provide/update your email address.  AAZK will never share your personal information, including your email, to anyone.', 'Contact Information', 0, '', 'inherit', 'closed', 'closed', '', '4705-revision-v1', '', '', '2013-11-25 16:50:52', '2013-11-25 21:50:52', '', 4705, 'http://web3.gowebsolutions.com/~aazook/4705-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4710, 2, '2013-11-25 16:52:55', '2013-11-25 21:52:55', '<strong>AAZK is going paperless!!!  </strong>in order to process member information and to ensure that you receive AAZK E-lerts, Presidential Newsletters, and Membership Renewal Reminders - AAZK will need an email address.  Please Login to your Member account and provide/update your email address.  AAZK will never share your personal information, including your email, to anyone.', 'Contact Information', 0, '', 'inherit', 'closed', 'closed', '', '4705-autosave-v1', '', '', '2013-11-25 16:52:55', '2013-11-25 21:52:55', '', 4705, 'http://web3.gowebsolutions.com/~aazook/4705-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4712, 1, '2013-11-25 17:02:38', '2013-11-25 22:02:38', '[membership level="0"]\r\n<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nIn 1990, AAZK began by supporting the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n<h4>Who does BFR support?</h4>\r\n<img class="alignleft" alt="Black Rhinos" src="[homeurl]/wp-content/uploads/blackrhinos_004.jpg" border="1" hspace="10" vspace="10" /> In Kenya, Africa, BFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img class="alignright" alt="" src="[homeurl]/wp-content/uploads/sumatranrhino1.jpg" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n<h4>Donate</h4>\r\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below.\r\n<div class="first sixcol">\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 1.9em;">$4,321,808.480</span></strong>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h6>2012 Funds Raised:</h6>\r\n<strong><span style="font-size: 1.9em;">$337,191.09</span></strong>\r\n<em> - this is a new record for amount raised in a year!</em>\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<a href="[homeurl]/bowling-for-rhinos/bfr-donation/"><img class="alignnone size-full wp-image-2410" alt="donate_button" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/donate_button.jpg" width="135" height="136" /></a>\r\n[/membership][membership]\r\n<h4>Local Events</h4>\r\n[caption]<img class="alignleft" alt="Program Manager - Patty Pearthree" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/pearthreejpg-150x1501.jpg" width="150" height="150" />\r\n<p align="center"><strong>Program Manager - Patty Pearthree</strong></p>\r\n[/caption]\r\n\r\nIf you would like to find out if there will be a BFR event near you have or your event listed, please send your BFR event date &amp; contact information to <strong>Patty Pearthree</strong> at: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing" target="_blank">click here</a>.\r\n<div class="clear"></div>\r\n<h3><span style="font-size: 1em;">Total Funds Raised</span></h3>\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 2em;">$4,321,808.480</span></strong>\r\n<h6>2012 Funds Raised:</h6>\r\n<strong><span style="font-size: 2em;">$337,191.09</span></strong>\r\n<em>- this is a new record for amount raised in a year!</em>\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000 per year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send your organization\'s contact person/contact information ASAP along with the date of your event to our national BFR Coordinator.\r\n<h4>Email Group</h4>\r\nThere is a new Yahoo groups email for <em>Bowling For Rhino</em> Coordinators. If you would like to be part of this email group, please email <strong>Barbie Wilson</strong> at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n\r\nPlease contact <strong>Patty Pearthree</strong>: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n<pre><i class="icon-attention"></i> Applications being accepted for the <a href="[homeurl]/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></pre>\r\n<h4>Who does BFR support?</h4>\r\nBFR supports the <a href="[homeurl]/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa. In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="[homeurl]/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>. BFR also supports <a href="[homeurl]/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home. Many organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n<h4>Chapter Totals</h4>\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3" target="_blank">here</a>.\r\n<h4>Sponsorship Form</h4>\r\n<a href="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/sponsor_sheet1.pdf" target="_blank"><i class="icon-download"></i> Download Sponsorship Form</a>\r\n<h2>Bowling for Rhinos Awards - 2013</h2>\r\n<strong>Conservation Resource Grant</strong> RhiNOremedy\r\n<h3>Top Individual Fundraisers – Bowling for Rhinos 2013</h3>\r\n<strong>Mike Bona</strong> - Los Angeles Chapter, Lewa trip winner\r\n<strong>Ann Knutson</strong> - San Diego Chapter, Lewa trip winner\r\n<strong>Kenton Kerns</strong> - National Capital Chapter, Indonesia trip winner\r\nCrystal Butler - Oklahoma City Chapter, Indonesia trip winner\r\n<strong>Jim Haigwood</strong> - Los Angeles Chapter, Honorary trip winner\r\n<h3>Top Chapter Fundraiser - 2013</h3>\r\n<strong>Portland AAZK Chapter.</strong> Chapter Award[/membership]', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-11-25 17:02:38', '2013-11-25 22:02:38', '', 168, 'http://web3.gowebsolutions.com/~aazook/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4714, 1, '2013-11-25 17:06:34', '2013-11-25 22:06:34', '<h4>Mission Statement</h4>\r\n<img class="alignleft" title="Lewa Wildlife Conservancy" alt="lewaroundblack_withwebsite-2" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewaroundblack_withwebsite-2-300x295.jpg" width="180" />The <a href="http://www.lewa.org/" target="_blank">Lewa Wildlife Conservancy</a> works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programs, and the education of neighboring areas in the value of wildlife.\r\n<div class="clear"></div>\r\n<div class="hr"></div>\r\n<h4>Where is LWC located?</h4>\r\n<object style="width: 450px; height: 450px;" width="320" height="240" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /><embed style="width: 450px; height: 450px;" width="320" height="240" type="application/x-shockwave-flash" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" quality="high" wmode="transparent" /></object>\r\n\r\n<em>Map courtesy of <a href="http://www.lewa.org" target="_blank">Lewa Wildlife Conservancy</a></em>\r\n<div class="hr"></div>\r\n<h4>History</h4>\r\n<img class="alignleft" title="Rhino" alt="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" width="160" /> <img class="alignright" title="Rhino" alt="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" width="160" /> Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In 1983 the Craigs and Anna Merz - who funded the program - decided to establish the fenced and guarded Ngare Sergoi Rhino Sanctuary at the western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos needed more space, and the sanctuary was expanded to cover the rest of the ranch, and the adjoining Ngare Ndare Forest Reserve.\r\n<div class="clear"></div>\r\n<div class="hr"></div>\r\n<h4>Wildlife on Lewa</h4>\r\n<img class="alignleft" title="Zebra" alt="Zebra" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" width="160" /> There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.\r\n<div class="clear"></div>\r\n<img class="alignleft" title="Elephants" alt="Elephants" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" width="190" /> <img class="alignleft" title="Bird" alt="Bird" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" width="190" /> <img class="alignleft" title="Cheetah" alt="Cheetah" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" width="190" />\r\n<div class="clear"></div>\r\n<div class="hr"></div>\r\n<h4>Community Development Programs</h4>\r\n<img class="size-thumbnail wp-image-1329 alignleft" title="Lewa Students" alt="Lewa Students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" width="150" height="150" /> Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.\r\n<div class="clear"></div>\r\n<img class="alignleft" title="Lewa Community Farms" alt="Lewa Community Farms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" width="160" /> <img class="alignnone" title="Lewa Lunchline" alt="Lewa Lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" width="160" />\r\n<div class="clear"></div>\r\n<strong>For more information on Lewa Wildlife Conservancy and its programs please visit their website at <a href="http://www.lewa.org">www.lewa.org</a>.\r\n</strong>\r\n<div id="inner-links"></div>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2013-11-25 17:06:34', '2013-11-25 22:06:34', '', 991, 'http://web3.gowebsolutions.com/~aazook/991-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4715, 1, '2013-11-25 17:10:38', '2013-11-25 22:10:38', '<h4>Purpose</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<div class="hr"></div>\r\n<h4>Resources produced</h4>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2004)</li>\r\n	<li>Articles and Committee Updates (Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h4>Projects</h4>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li>Enrichment guidelines for marine mammals and elephants</li>\r\n	<li>AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h4>Additional Information</h4>\r\n<h6><i class="left icon-download"></i> Downloads</h6>\r\n<ul>\r\n	<li><a href="[homeurl]/wp-content/uploads/what_is_animal_training.pdf" target="_blank">What is Training?</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/health_and_safety_considerations.pdf" target="_blank">Health and Safety Considerations</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/training_enrichment_bibliography.pdf" target="_blank">Training and Enrichment Bibliography</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/training_terms_glossary.pdf" target="_blank">Glossary of Training Terms</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/aazk_animal_data_transfer.pdf" target="_blank">Animal Data Transfer Form</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/risk_assessment_and_safety.pdf" target="_blank">Risk Assessment and Safety</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/Enrichment-Day-Examples.pdf" target="_blank">Enrichment Day Examples</a></li>\r\n</ul>\r\n<h6><i class="left icon-download"></i> Helpful Links</h6>\r\n<ul>\r\n	<li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1" target="_blank">Training and Enrichment Video Library</a></li>\r\n	<li><a href="[homeurl]/committee/behavioral-husbandry/resources/">Suggested Animal Training Resources</a></li>\r\n	<li><a href="[homeurl]/committee/behavioral-husbandry/printed-resources/">Printed Resources</a></li>\r\n	<li><a href="[homeurl]/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n</ul>\r\n<h6><i class="left icon-download"></i> Enrichment Guidelines</h6>\r\nClick below for the complete enrichment guidelines for the following groups of animals. Feel free to print, copy and distribute these guidelines as needed. Most of these guidelines are currently printed in the third edition of the Enrichment Notebook. Notebooks can be ordered through A.A.Z.K., Inc.\r\n<ul>\r\n	<li><a href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Bat-Enrichment.pdf" target="_blank">Bat Guidelines</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Bear-Enrichment.pdf" target="_blank">Bear Guidelines</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Bird-Enrichment.pdf" target="_blank">Bird Guidelines</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Carnivore-Enrichment.pdf" target="_blank">Carnivore Guidelines</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Captive-Elephant-Enrichment.pdf" target="_blank">Elephant Guidelines</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Fishes-Enrichment.pdf" target="_blank">Fish Guidelines</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Primate-Enrichment.pdf" target="_blank">Primate Guidelines</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Reptile-Enrichment.pdf" target="_blank">Reptile Guidelines</a></li>\r\n	<li><a href="[homeurl]/wp-content/uploads/Suggested-Guidelines-for-Ungulate-Enrichment.pdf" target="_blank">Ungulate Guidelines</a></li>\r\n</ul>\r\n<div class="hr"></div>\r\n<div class="first sixcol">\r\n<h4>Committee Chair Member</h4>\r\n<img class="aligncenter" title="Julie Hartell-DeNardo" alt="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" width="125" height="146" />\r\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\r\n\r\n</div>\r\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2013-11-25 17:10:38', '2013-11-25 22:10:38', '', 192, 'http://web3.gowebsolutions.com/~aazook/192-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4752, 1, '2013-11-26 00:00:31', '2013-11-26 05:00:31', '[membership level="-13,-11"][gravityform id="4" name="Job Submission"][/membership]', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '3172-revision-v1', '', '', '2013-11-26 00:00:31', '2013-11-26 05:00:31', '', 3172, 'http://web3.gowebsolutions.com/~aazook/3172-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4722, 1, '2013-11-25 23:49:23', '2013-11-26 04:49:23', '[membership level="0"]You need to be logged in with an institutional memberhip to use this form. \nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job or <a href="[homeurl]/membership-account/membership-levels/" title="Membership Levels">sign up for Institutional Membership</a>.\n[login][/membership][membership level="1,2,3,4,5,6,7,8,9,10,12,14,15,16,17,18"]You need to be logged in with an institutional memberhip to use this form. \nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job or <a href="[homeurl]/membership-account/membership-levels/" title="Membership Levels">sign up for Institutional Membership</a>.[/membership][membership level="13"][gravityform id="1" name="Job Submission"][/membership]\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '4720-autosave-v1', '', '', '2013-11-25 23:49:23', '2013-11-26 04:49:23', '', 4720, 'http://web3.gowebsolutions.com/~aazook/4720-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4720, 1, '2013-11-25 23:24:16', '2013-11-26 04:24:16', '[gravityform id="14" name="Job Submission (w/ expiration date)" title="false" description="false"]', 'Submit a Job (Members)', 0, '', 'publish', 'closed', 'closed', '!aazk_kzaa1', 'submit-a-job-members', '', '', '2014-02-16 16:52:39', '2014-02-16 21:52:39', '', 69, 'http://web3.gowebsolutions.com/~aazook/?page_id=4720', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4874, 2, '2013-12-11 15:30:25', '2013-12-11 20:30:25', 'AAZK has recently converted to a fully automated Membership management software. The result is an unforeseen bug that directly affects the ability of AAZK Member Institutions to recover their account information in order to post jobs on this page.\r\n\r\nIn order to streamline the Member Job Posting process - Please contact <span style="color: #0000ff;"><strong>Ed.Hansen@aecetia.net/gws/aazk</strong></span> to obtain your Institutional Member Job Posting password.\r\n\r\nPlease ensure that your email requests the IM Job Posting password <strong>and</strong> contains:\r\n\r\nName of the Primary Job Posting Contact\r\n\r\nSignature attachment (Address, email and phone\r\n\r\nFacility Name (to Verify AAZK Membership)\r\n\r\nThank you for your patience and understanding.', 'Jobs Sidebar', 0, '', 'publish', 'closed', 'closed', '!aazk_kzaa1', 'jobs-sidebar', '', '', '2013-12-11 17:06:22', '2013-12-11 22:06:22', '', 69, 'https://www.aazk.org/?page_id=4874', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4875, 2, '2013-12-11 15:30:25', '2013-12-11 20:30:25', '', 'Jobs Sidebar', 0, '', 'inherit', 'closed', 'closed', '', '4874-revision-v1', '', '', '2013-12-11 15:30:25', '2013-12-11 20:30:25', '', 4874, 'https://www.aazk.org/4874-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4877, 2, '2013-12-11 15:35:29', '2013-12-11 20:35:29', '!', 'Jobs Sidebar', 0, '', 'inherit', 'closed', 'closed', '', '4874-revision-v1', '', '', '2013-12-11 15:35:29', '2013-12-11 20:35:29', '', 4874, 'https://www.aazk.org/4874-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4876, 2, '2013-12-11 15:34:52', '2013-12-11 20:34:52', '<!-- jobs -->', 'Jobs Sidebar', 0, '', 'inherit', 'closed', 'closed', '', '4874-revision-v1', '', '', '2013-12-11 15:34:52', '2013-12-11 20:34:52', '', 4874, 'https://www.aazk.org/4874-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4723, 1, '2013-11-25 23:25:41', '2013-11-26 04:25:41', '[membership level=\'0\']You need to be logged in with an institutional memberhip to use this form. [login][/membership]\r\n[membership level="13"][gravityform id="1" name="Job Submission"][/membership]\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '4720-revision-v1', '', '', '2013-11-25 23:25:41', '2013-11-26 04:25:41', '', 4720, 'http://web3.gowebsolutions.com/~aazook/4720-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4721, 1, '2013-11-25 23:24:16', '2013-11-26 04:24:16', '[membership level="-13"]Non-members of AAZK may <a href="[homeurl]/membership-account/membership-levels/">join AAZK today</a> to post a job or may place 60-day postings on the webpage for a fee. [gravityform id="4" name="Job Submission - Copy 1"][/membership]', 'Submit a Job members', 0, '', 'inherit', 'closed', 'closed', '', '4720-revision-v1', '', '', '2013-11-25 23:24:16', '2013-11-26 04:24:16', '', 4720, 'http://web3.gowebsolutions.com/~aazook/4720-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4724, 1, '2013-11-25 23:26:20', '2013-11-26 04:26:20', '[membership level=\'-13\']You need to be logged in with an institutional memberhip to use this form. [login][/membership]\r\n[membership level="13"][gravityform id="1" name="Job Submission"][/membership]\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '4720-revision-v1', '', '', '2013-11-25 23:26:20', '2013-11-26 04:26:20', '', 4720, 'http://web3.gowebsolutions.com/~aazook/4720-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4725, 1, '2013-11-25 23:27:59', '2013-11-26 04:27:59', '[membership level=\'-13\']You need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.\r\n[login][/membership]\r\n[membership level="13"][gravityform id="1" name="Job Submission"][/membership]\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '4720-revision-v1', '', '', '2013-11-25 23:27:59', '2013-11-26 04:27:59', '', 4720, 'http://web3.gowebsolutions.com/~aazook/4720-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4726, 1, '2013-11-25 23:28:30', '2013-11-26 04:28:30', '[membership level=\'-13,0\']You need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.\r\n[login][/membership]\r\n[membership level="13"][gravityform id="1" name="Job Submission"][/membership]\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '4720-revision-v1', '', '', '2013-11-25 23:28:30', '2013-11-26 04:28:30', '', 4720, 'http://web3.gowebsolutions.com/~aazook/4720-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4727, 1, '2013-11-25 23:30:10', '2013-11-26 04:30:10', '[membership level=\'-13,0\']You need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.\r\n[login][/membership]\r\n[membership level=\'0\']You need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.\r\n[login][/membership]\r\n[membership level="13"][gravityform id="1" name="Job Submission"][/membership]\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '4720-revision-v1', '', '', '2013-11-25 23:30:10', '2013-11-26 04:30:10', '', 4720, 'http://web3.gowebsolutions.com/~aazook/4720-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4728, 1, '2013-11-25 23:30:13', '2013-11-26 04:30:13', '[membership level=\'-13\']You need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.\r\n[login][/membership]\r\n[membership level=\'0\']You need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.\r\n[login][/membership]\r\n[membership level="13"][gravityform id="1" name="Job Submission"][/membership]\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '4720-revision-v1', '', '', '2013-11-25 23:30:13', '2013-11-26 04:30:13', '', 4720, 'http://web3.gowebsolutions.com/~aazook/4720-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4729, 1, '2013-11-25 23:30:42', '2013-11-26 04:30:42', '[membership level=\'-13\']You need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.\r\n[login][/membership]\r\n[membership]You need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.\r\n[login][/membership]\r\n[membership level="13"][gravityform id="1" name="Job Submission"][/membership]\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '4720-revision-v1', '', '', '2013-11-25 23:30:42', '2013-11-26 04:30:42', '', 4720, 'http://web3.gowebsolutions.com/~aazook/4720-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4730, 1, '2013-11-25 23:31:05', '2013-11-26 04:31:05', '[membership level=\'-13\']You need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.\r\n[login][/membership]\r\n[membership level="-0"]You need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.\r\n[login][/membership]\r\n[membership level="13"][gravityform id="1" name="Job Submission"][/membership]\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '4720-revision-v1', '', '', '2013-11-25 23:31:05', '2013-11-26 04:31:05', '', 4720, 'http://web3.gowebsolutions.com/~aazook/4720-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4731, 1, '2013-11-25 23:31:28', '2013-11-26 04:31:28', '[membership level=\'-13\']aYou need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.\r\n[login][/membership]\r\n[membership level="-0"]bYou need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.\r\n[login][/membership]\r\n[membership level="13"][gravityform id="1" name="Job Submission"][/membership]\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '4720-revision-v1', '', '', '2013-11-25 23:31:28', '2013-11-26 04:31:28', '', 4720, 'http://web3.gowebsolutions.com/~aazook/4720-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4737, 1, '2013-11-25 23:41:53', '2013-11-26 04:41:53', '[membership level="-13"]aYou need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.\r\n[login][/membership]\r\n[membership level="13"][gravityform id="1" name="Job Submission"][/membership]\r\n\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '4720-revision-v1', '', '', '2013-11-25 23:41:53', '2013-11-26 04:41:53', '', 4720, 'http://web3.gowebsolutions.com/~aazook/4720-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4732, 1, '2013-11-25 23:31:45', '2013-11-26 04:31:45', '[membership level=\'-13,-11\']aYou need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.\r\n[login][/membership]\r\n[membership level="-0"]bYou need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.\r\n[login][/membership]\r\n[membership level="13,11"][gravityform id="1" name="Job Submission"][/membership]\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '4720-revision-v1', '', '', '2013-11-25 23:31:45', '2013-11-26 04:31:45', '', 4720, 'http://web3.gowebsolutions.com/~aazook/4720-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4733, 1, '2013-11-25 23:33:31', '2013-11-26 04:33:31', '[membership level="-13,-11"]aYou need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.\r\n[login][/membership]\r\n[membership level="-0"]bYou need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.\r\n[login][/membership]\r\n[membership level="13,11"][gravityform id="1" name="Job Submission"][/membership]\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '4720-revision-v1', '', '', '2013-11-25 23:33:31', '2013-11-26 04:33:31', '', 4720, 'http://web3.gowebsolutions.com/~aazook/4720-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4734, 1, '2013-11-25 23:34:29', '2013-11-26 04:34:29', '[membership level="-13,-11"]aYou need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.\r\n[login][/membership]\r\n[membership level="-0"]bYou need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.\r\n[login][/membership]\r\n[membership level="1"][gravityform id="1" name="Job Submission"][/membership]\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '4720-revision-v1', '', '', '2013-11-25 23:34:29', '2013-11-26 04:34:29', '', 4720, 'http://web3.gowebsolutions.com/~aazook/4720-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4735, 1, '2013-11-25 23:35:19', '2013-11-26 04:35:19', '[membership level="-13,-11"]aYou need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.\r\n[login][/membership]\r\n[membership level="-0"]bYou need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.\r\n[login][/membership]\r\n[membership level="13,11"][gravityform id="1" name="Job Submission"][/membership]\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '4720-revision-v1', '', '', '2013-11-25 23:35:19', '2013-11-26 04:35:19', '', 4720, 'http://web3.gowebsolutions.com/~aazook/4720-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4740, 1, '2013-11-25 23:44:00', '2013-11-26 04:44:00', '[membership level="0,-13"]aYou need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.\r\n[login][/membership]\r\n[membership level="13"][gravityform id="1" name="Job Submission"][/membership]\r\n\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '4720-revision-v1', '', '', '2013-11-25 23:44:00', '2013-11-26 04:44:00', '', 4720, 'http://web3.gowebsolutions.com/~aazook/4720-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4736, 1, '2013-11-25 23:41:42', '2013-11-26 04:41:42', '[membership level="-13"]aYou need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.\r\n[login][/membership][membership level="-13,-11"]aYou need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.\r\n[login][/membership]\r\n[membership level="13"][gravityform id="1" name="Job Submission"][/membership]\r\n\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '4720-revision-v1', '', '', '2013-11-25 23:41:42', '2013-11-26 04:41:42', '', 4720, 'http://web3.gowebsolutions.com/~aazook/4720-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4738, 1, '2013-11-25 23:42:28', '2013-11-26 04:42:28', '[membership level="-13,-11,0"]aYou need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.\r\n[login][/membership]\r\n[membership level="13"][gravityform id="1" name="Job Submission"][/membership]\r\n\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '4720-revision-v1', '', '', '2013-11-25 23:42:28', '2013-11-26 04:42:28', '', 4720, 'http://web3.gowebsolutions.com/~aazook/4720-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4739, 1, '2013-11-25 23:42:41', '2013-11-26 04:42:41', '[membership level="-13,0"]aYou need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.\r\n[login][/membership]\r\n[membership level="13"][gravityform id="1" name="Job Submission"][/membership]\r\n\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '4720-revision-v1', '', '', '2013-11-25 23:42:41', '2013-11-26 04:42:41', '', 4720, 'http://web3.gowebsolutions.com/~aazook/4720-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4741, 1, '2013-11-25 23:45:20', '2013-11-26 04:45:20', '[membership level="0"]You need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.\r\n[login][/membership]\r\n[membership level="1,2,3,4,5,6,7,8,9,10,12,14,15,16,17,18"]You need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.[/membership]\r\n[membership level="13"][gravityform id="1" name="Job Submission"][/membership]\r\n\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '4720-revision-v1', '', '', '2013-11-25 23:45:20', '2013-11-26 04:45:20', '', 4720, 'http://web3.gowebsolutions.com/~aazook/4720-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4742, 1, '2013-11-25 23:45:47', '2013-11-26 04:45:47', '[membership level="0"]You need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.\r\n[login][/membership][membership level="1,2,3,4,5,6,7,8,9,10,12,14,15,16,17,18"]You need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job.[/membership][membership level="13"][gravityform id="1" name="Job Submission"][/membership]\r\n\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '4720-revision-v1', '', '', '2013-11-25 23:45:47', '2013-11-26 04:45:47', '', 4720, 'http://web3.gowebsolutions.com/~aazook/4720-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4743, 1, '2013-11-25 23:50:07', '2013-11-26 04:50:07', '[membership level="0"]You need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job or <a href="[homeurl]/membership-account/membership-levels/" title="Membership Levels">sign up for Institutional Membership</a>.\r\n[login][/membership][membership level="1,2,3,4,5,6,7,8,9,10,12,14,15,16,17,18"]You need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job or <a href="[homeurl]/membership-account/membership-levels/" title="Membership Levels">sign up for Institutional Membership</a>.[login][/membership][membership level="13"][gravityform id="1" name="Job Submission"][/membership]\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '4720-revision-v1', '', '', '2013-11-25 23:50:07', '2013-11-26 04:50:07', '', 4720, 'http://web3.gowebsolutions.com/~aazook/4720-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5155, 2, '2014-01-09 16:07:18', '2014-01-09 21:07:18', 'Current stock available:\r\n\r\nJuly, August, September, November, December 2013\r\n\r\n2014\r\n\r\n1. Make your purchase by cost.\r\n2. An email will be generated and you can then select the specific issue(s)\r\n\r\nInternational shipping costs apply - Please select the shipping destination', 'AKF Back Issues ', 0, '', 'publish', 'closed', 'closed', '', 'akf-back-issues', '', '', '2014-07-21 10:37:49', '2014-07-21 15:37:49', '', 0, 'https://www.aazk.org/shop/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5359, 3, '2014-01-27 11:55:27', '2014-01-27 16:55:27', 'DESCRIPTION\r\n\r\nTiger World is located just 20 minutes North of Charlotte, NC and has animals including Lions, Tigers, Leopards, Lemurs, Baboons, Bears and more. We have available 3-month Intern positions throughout the year including for the SPRING (March 28-June 24), SUMMER (June 27-Sept 23), and FALL (Sept 26-Dec 22) 2014. If you have always wanted an opportunity to work with these amazing animals please apply. Visit our website at <a href="http://www.tigerworld.us/" target="_blank">www.TigerWorld.us</a> to learn more about us.\r\n\r\nRESPONSIBILITIES\r\n\r\nInterns will have the opportunity to gain practical work experience and knowledge caring for Bears, Primates, and Big Cats. Under close supervision you will learn how to prepare diets, clean habitats, observe and document, implement enrichment, repair and build enclosures, give guided tours to visitors, assist with veterinary care, crate animals for transport and more. There are opportunities for extending the internship to six [6] months and more advanced learning depending upon your commitment, dedication, and how well you work with the team and animals.\r\n\r\nREQUIREMENTS\r\n\r\n1. Candidates should have at least two (2) years of program studies in zoology, animal management, biology, exotic animal husbandry or a related field. Applicants who have already achieved their bachelors is a plus.\r\n\r\n2. Must be able to do some heavy lifting of at least 50 pounds.\r\n\r\n3. Must be able to work in unfavorable weather conditions including rain, snow, extreme heat, and freezing temperatures.\r\n\r\n4. Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\n\r\n5. Must be able to follow instructions and required policies and procedures.\r\n\r\n6. Must be honest, trustworthy and organized.\r\n\r\n7. Must have valid driver\'s license and social security card or if from outside the US, a Green Card and Visa, or Visa Waiver Program.\r\n\r\n8. One [1] letter of reference/recommendation.\r\n\r\n9. Unofficial or official school transcript and/or a copy of your degree.\r\n\r\n10. Up to date vaccinations including for Tetanus and be TB Negative.\r\n\r\nCOMPENSATION\r\n\r\nThis is an unpaid voluntary position, however housing and a weekly stipend of $50 will be provided. The use of the company vehicle is available for insured drivers. We also evaluate the Interns for future employment opportunities with Tiger World.\r\n\r\nThis internship is not affiliated with a college or university for credit hours, however some colleges and universities have recognized Tiger World to fulfill internship requirements. It is the applicants responsibility to determine if your college or university recognizes Tiger World\'s Intern studies program.\r\n\r\nHOW TO APPLY\r\nPlease send your Resumé and Cover Letter to Careers@tigerworld.us along with your letter of recommendation and transcripts. We also enjoy pictures of your past experiences with your application. Please specify the months you will be available for the internship. We carefully evaluate all applicants and will call for interviews over the phone. Good Luck!', 'CARNIVORE/PRIMATE INTERN', 0, 'Tiger World Interns will have the opportunity to gain practical work experience and knowledge caring for Bears, Primates, and Big Cats. APPLY NOW!', 'publish', 'closed', 'closed', '', 'carnivoreprimate-intern', '', '', '2014-03-10 14:03:23', '2014-03-10 19:03:23', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5359', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5153, 25759, '2014-01-09 13:22:55', '2014-01-09 18:22:55', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '5153', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 168, 'https://www.aazk.org/?p=5153', 10, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4748, 1, '2013-11-25 23:56:58', '2013-11-26 04:56:58', '', 'Members Create a Job', 0, '', 'publish', 'closed', 'closed', '', 'members-create-a-job', '', '', '2013-11-26 12:31:30', '2013-11-26 17:31:30', '', 69, 'http://web3.gowebsolutions.com/~aazook/?p=4748', 17, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4749, 1, '2013-11-25 23:56:58', '2013-11-26 04:56:58', '', 'Non-Member Create a Job', 0, '', 'publish', 'closed', 'closed', '', 'non-member-create-a-job', '', '', '2013-11-26 12:31:30', '2013-11-26 17:31:30', '', 69, 'http://web3.gowebsolutions.com/~aazook/?p=4749', 18, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4751, 1, '2013-11-26 00:00:16', '2013-11-26 05:00:16', '[membership level="-13,11"][gravityform id="4" name="Job Submission"][/membership]', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '3172-revision-v1', '', '', '2013-11-26 00:00:16', '2013-11-26 05:00:16', '', 3172, 'http://web3.gowebsolutions.com/~aazook/3172-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4753, 1, '2013-11-26 00:01:28', '2013-11-26 05:01:28', '[membership level="-13,-11"][gravityform id="4" name="Job Submission"][/membership]lorem', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '3172-revision-v1', '', '', '2013-11-26 00:01:28', '2013-11-26 05:01:28', '', 3172, 'http://web3.gowebsolutions.com/~aazook/3172-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4757, 1, '2013-11-26 00:13:13', '2013-11-26 05:13:13', '[membership level="-0"]\r\n  [gravityform id="4" name="Job Submission"]\r\n  [login]\r\n[/membership]\r\n[membership level="1,2,3,4,5,6,7,8,9,10,12,14,15,16,17,18"]\r\n  [gravityform id="4" name="Job Submission"]\r\n[/membership]\r\n[membership level="13"]\r\n	You are currently logged in with an Institutional Memberhip. You should use the <a href="http://web3.gowebsolutions.com/~aazook/job-listings/submit-a-job-members/" title="Submit a Job">Member Create a Job</a> page to submit jobs.\r\n[/membership]\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '3172-revision-v1', '', '', '2013-11-26 00:13:13', '2013-11-26 05:13:13', '', 3172, 'http://web3.gowebsolutions.com/~aazook/3172-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4760, 1, '2013-11-26 00:16:29', '2013-11-26 05:16:29', '[membership level="-0"]\r\n  [gravityform id="4" name="Job Submission"]\r\n[/membership]\r\n[membership level="1,2,3,4,5,6,7,8,9,10,12,14,15,16,17,18"]\r\n  [gravityform id="4" name="Job Submission"]\r\n[/membership]\r\n[membership level="11,13"]\r\n	You are currently logged in with an Institutional Membership. You should use the <a href="[homeurl]/job-listings/submit-a-job-members/" title="Submit a Job">Member Create a Job</a> page to submit jobs.\r\n[/membership]\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '3172-revision-v1', '', '', '2013-11-26 00:16:29', '2013-11-26 05:16:29', '', 3172, 'http://web3.gowebsolutions.com/~aazook/3172-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4754, 1, '2013-11-26 00:08:21', '2013-11-26 05:08:21', '[membership level="0"]\r\nYou need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job or <a href="[homeurl]/membership-account/membership-levels/" title="Membership Levels">sign up for Institutional Membership</a>.\r\n[login][/membership]\r\n[membership level="1,2,3,4,5,6,7,8,9,10,12,14,15,16,17,18"]You need to be logged in with an institutional memberhip to use this form. \r\nOther members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job or <a href="[homeurl]/membership-account/membership-levels/" title="Membership Levels">sign up for Institutional Membership</a>.[login][/membership][membership level="13"][gravityform id="1" name="Job Submission"][/membership]\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '3172-revision-v1', '', '', '2013-11-26 00:08:21', '2013-11-26 05:08:21', '', 3172, 'http://web3.gowebsolutions.com/~aazook/3172-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4756, 1, '2013-11-26 00:12:39', '2013-11-26 05:12:39', '[membership level="0"]\r\n  [gravityform id="1" name="Job Submission"]\r\n  [login]\r\n[/membership]\r\n[membership level="1,2,3,4,5,6,7,8,9,10,12,14,15,16,17,18"]\r\n  [gravityform id="1" name="Job Submission"]\r\n[/membership]\r\n[membership level="13"]\r\n	You are currently logged in with an Institutional Memberhip. You should use the <a href="http://web3.gowebsolutions.com/~aazook/job-listings/submit-a-job-members/" title="Submit a Job">Member Create a Job</a> page to submit jobs.\r\n[/membership]\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '3172-revision-v1', '', '', '2013-11-26 00:12:39', '2013-11-26 05:12:39', '', 3172, 'http://web3.gowebsolutions.com/~aazook/3172-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4755, 1, '2013-11-26 00:11:08', '2013-11-26 05:11:08', '[membership level="0"]\r\n  You need to be logged in with an institutional memberhip to use this form. \r\n  Other members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job or <a href="[homeurl]/membership-account/membership-levels/" title="Membership Levels">sign up for Institutional Membership</a>.\r\n  [login]\r\n[/membership]\r\n[membership level="1,2,3,4,5,6,7,8,9,10,12,14,15,16,17,18"]\r\n  You need to be logged in with an institutional memberhip to use this form. \r\n  Other members and unregistered users can use <a href="[homeurl]/job-listings/submit-a-job/" title="Submit a Job">this form</a> to post a job or <a href="[homeurl]/membership-account/membership-levels/" title="Membership Levels">sign up for Institutional Membership</a>.[login][/membership]\r\n[membership level="13"]\r\n	[gravityform id="1" name="Job Submission"]\r\n[/membership]\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '3172-revision-v1', '', '', '2013-11-26 00:11:08', '2013-11-26 05:11:08', '', 3172, 'http://web3.gowebsolutions.com/~aazook/3172-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4758, 1, '2013-11-26 00:14:08', '2013-11-26 05:14:08', '[membership level="-0"]\r\n  [gravityform id="4" name="Job Submission"]\r\n  [login]\r\n[/membership]\r\n[membership level="1,2,3,4,5,6,7,8,9,10,12,14,15,16,17,18"]\r\n  [gravityform id="4" name="Job Submission"]\r\n[/membership]\r\n[membership level="11,13"]\r\n	You are currently logged in with an Institutional Membership. You should use the <a href="http://web3.gowebsolutions.com/~aazook/job-listings/submit-a-job-members/" title="Submit a Job">Member Create a Job</a> page to submit jobs.\r\n[/membership]\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '3172-revision-v1', '', '', '2013-11-26 00:14:08', '2013-11-26 05:14:08', '', 3172, 'http://web3.gowebsolutions.com/~aazook/3172-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4759, 1, '2013-11-26 00:14:31', '2013-11-26 05:14:31', '[membership level="-0"]\r\n  [gravityform id="4" name="Job Submission"]\r\n[/membership]\r\n[membership level="1,2,3,4,5,6,7,8,9,10,12,14,15,16,17,18"]\r\n  [gravityform id="4" name="Job Submission"]\r\n[/membership]\r\n[membership level="11,13"]\r\n	You are currently logged in with an Institutional Membership. You should use the <a href="http://web3.gowebsolutions.com/~aazook/job-listings/submit-a-job-members/" title="Submit a Job">Member Create a Job</a> page to submit jobs.\r\n[/membership]\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '3172-revision-v1', '', '', '2013-11-26 00:14:31', '2013-11-26 05:14:31', '', 3172, 'http://web3.gowebsolutions.com/~aazook/3172-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4761, 1, '2013-11-26 00:19:12', '2013-11-26 05:19:12', '[membership level="-0"]\r\n	It costs $50 to post a job for 60 days. Institutional Members can post jobs for free. <a href="[homeurl]/membership-account/">Sign up here.</a>\r\n  [gravityform id="4" name="Job Submission"]\r\n[/membership]\r\n[membership level="1,2,3,4,5,6,7,8,9,10,12,14,15,16,17,18"]\r\n	It costs $50 to post a job for 60 days. Institutional Members can post jobs for free. <a href="[homeurl]/membership-account/">Sign up here.</a>\r\n  [gravityform id="4" name="Job Submission"]\r\n[/membership]\r\n[membership level="11,13"]\r\n	You are currently logged in with an Institutional Membership. You should use the <a href="[homeurl]/job-listings/submit-a-job-members/" title="Submit a Job">Member Create a Job</a> page to submit jobs.\r\n[/membership]\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '3172-revision-v1', '', '', '2013-11-26 00:19:12', '2013-11-26 05:19:12', '', 3172, 'http://web3.gowebsolutions.com/~aazook/3172-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4762, 1, '2013-11-26 00:20:05', '2013-11-26 05:20:05', '[membership level="-0"]\r\n	It costs $50 USD to post a job for 60 days. Institutional Members can post jobs for free. <a href="[homeurl]/membership-account/">Sign up here.</a>\r\n  [gravityform id="4" name="Job Submission"]\r\n[/membership]\r\n[membership level="1,2,3,4,5,6,7,8,9,10,12,14,15,16,17,18"]\r\n	It costs $50 USD to post a job for 60 days. Institutional Members can post jobs for free. <a href="[homeurl]/membership-account/">Sign up here.</a>\r\n  [gravityform id="4" name="Job Submission"]\r\n[/membership]\r\n[membership level="11,13"]\r\n	You are currently logged in with an Institutional Membership. You should use the <a href="[homeurl]/job-listings/submit-a-job-members/" title="Submit a Job">Member Create a Job</a> page to submit jobs.\r\n[/membership]\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '3172-revision-v1', '', '', '2013-11-26 00:20:05', '2013-11-26 05:20:05', '', 3172, 'http://web3.gowebsolutions.com/~aazook/3172-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4763, 1, '2013-11-26 00:23:40', '2013-11-26 05:23:40', '[membership level="-0"]\r\n	It costs $50 USD to post a job for 60 days. Institutional Members can post jobs for free. <a href="[homeurl]/membership-account/">Sign up here.</a>\r\n  [gravityform id="4" name="Job Submission"]\r\n[/membership]\r\n[membership level="1,2,3,4,5,6,7,8,9,10,12,14,15,16,17,18"]\r\n	It costs $50 USD to post a job for 60 days. Institutional Members can post jobs for free. <a href="[homeurl]/membership-account/">Upgrade your account here.</a>\r\n  [gravityform id="4" name="Job Submission"]\r\n[/membership]\r\n[membership level="11,13"]\r\n	You are currently logged in with an Institutional Membership. You should use the <a href="[homeurl]/job-listings/submit-a-job-members/" title="Submit a Job">Member Create a Job</a> page to submit jobs.\r\n[/membership]\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '3172-revision-v1', '', '', '2013-11-26 00:23:40', '2013-11-26 05:23:40', '', 3172, 'http://web3.gowebsolutions.com/~aazook/3172-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4764, 1, '2013-11-26 00:24:01', '2013-11-26 05:24:01', '[membership level="-0"]\r\n	It costs $50 USD to post a job for 60 days. Institutional Members can post jobs for free. <a href="[homeurl]/membership-account/">Sign up here.</a>\r\n  [gravityform id="4" name="Job Submission"]\r\n[/membership]\r\n[membership level="1,2,3,4,5,6,7,8,9,10,12,14,15,16,17,18"]\r\n	It costs $50 USD to post a job for 60 days. Institutional Members can post jobs for free. <a href="[homeurl]/membership-account/membership-levels/">Upgrade your account here.</a>\r\n  [gravityform id="4" name="Job Submission"]\r\n[/membership]\r\n[membership level="11,13"]\r\n	You are currently logged in with an Institutional Membership. You should use the <a href="[homeurl]/job-listings/submit-a-job-members/" title="Submit a Job">Member Create a Job</a> page to submit jobs.\r\n[/membership]\r\n', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '3172-revision-v1', '', '', '2013-11-26 00:24:01', '2013-11-26 05:24:01', '', 3172, 'http://web3.gowebsolutions.com/~aazook/3172-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4765, 1, '2013-11-26 00:25:12', '2013-11-26 05:25:12', '[productspage]', 'Shop', 0, '', 'inherit', 'closed', 'closed', '', '441-revision-v1', '', '', '2013-11-26 00:25:12', '2013-11-26 05:25:12', '', 441, 'http://web3.gowebsolutions.com/~aazook/441-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4780, 2, '2013-11-26 17:37:02', '2013-11-26 22:37:02', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-845" title="bob-mug2" alt="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2.jpg" width="158" height="155" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">President</div>\r\n<div class="title"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="affiliated_zoo_location">San Diego, CA</div>\r\n<div class="sevencol last">\r\n<ul class="committees">\r\n	<li>Professional Association and Husbandry liaisons</li>\r\n	<li>Membership Communication</li>\r\n	<li>Chapter Communication</li>\r\n</ul>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-846" title="penny" alt="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny.jpg" width="149" height="167" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Penny Jolly</div>\r\n<div class="title">Vice President</div>\r\n<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="affiliated_zoo_location">Orlando, FL</div>\r\n<div class="affiliated_zoo_location"></div>\r\n<div class="affiliated_zoo_location"><strong>EDUCATION</strong></div>\r\n<ul class="committees">\r\n	<li><a href="../committee/ethics-committee/">Ethics</a></li>\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/behavioral-husbandry/">Behavioral Husbandry</a></li>\r\n	<li>Professional Development</li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-medium wp-image-871" title="walz" alt="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-222x300.jpg" width="133" height="180" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="affiliated_zoo">Living Planet Aquarium</div>\r\n<div class="affiliated_zoo_location">Sandy, UT</div>\r\n<div class="affiliated_zoo_location"></div>\r\n<div class="affiliated_zoo_location"><strong>COMMUNICATION</strong></div>\r\n<ul class="committees">\r\n	<li>Communications Committee</li>\r\n	<li>Social Media</li>\r\n	<li>Board Communication</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-2131" title="wilson" alt="wilson" src="http://aecetia.net/gws/aazk/wp-content/uploads/wilson.jpg" width="150" height="181" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Kelly Wilson</div>\r\n<div class="title">Board Member</div>\r\n<div class="title"><a href="mailto:kelly.wilson@aecetia.net/gws/aazk">kelly.wilson@aecetia.net/gws/aazk</a></div>\r\n<div class="affiliated_zoo">Detroit Zoo</div>\r\n<div class="affiliated_zoo_location">Detroit, MI</div>\r\n<div class="affiliated_zoo_location"></div>\r\n<div class="affiliated_zoo_location"><strong>REGOGNITION</strong></div>\r\n<div class="affiliated_zoo_location">\r\n<ul class="committees">\r\n	<li><a href="../committee/awards-committee/">Awards</a></li>\r\n	<li><a href="../committee/grants-committee/">Grants</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-3325" alt="no-img" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/no-img.jpg" width="150" height="159" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Wendy Lenhart</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="wendy.lenhart@aecetia.net/gws/aazk">wendy.lenhart@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="affiliated_zoo">Philadelphia Zoo</div>\r\n<div class="affiliated_zoo_location">Philadelphia, PA</div>\r\n<div class="affiliated_zoo_location"></div>\r\n<div class="affiliated_zoo_location"><strong>CONSERVATION</strong></div>\r\n<ul class="committees">\r\n	<li><a href="../committee/bowling-for-rhinos/">Bowling for Rhinos</a></li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" alt="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" width="150" height="150" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">CEO/CFO</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="department">AAZK Inc. - Tucson, AZ</div>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-thumbnail wp-image-882" title="barbara" alt="barbara" src="http://aecetia.net/gws/aazk/wp-content/uploads/barbara-150x150.jpg" width="150" height="150" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Barbara Manspeaker</div>\r\n<div class="title">Administrative Secretary</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2013-11-26 17:37:02', '2013-11-26 22:37:02', '', 395, 'http://web3.gowebsolutions.com/~aazook/395-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4781, 2, '2013-11-26 17:39:56', '2013-11-26 22:39:56', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-845" title="bob-mug2" alt="bob-mug2" src="http://aecetia.net/gws/aazk/wp-content/uploads/bob-mug2.jpg" width="158" height="155" /></div>\r\n<div class="name">Bob Cisneros</div>\r\n<div class="title">President</div>\r\n<div class="title"><a href="mailto:bob.cisneros@aecetia.net/gws/aazk">bob.cisneros@aecetia.net/gws/aazk</a></div>\r\n<div class="affiliated_zoo">San Diego Zoo</div>\r\n<div class="affiliated_zoo_location">San Diego, CA</div>\r\n<div class="sevencol last">\r\n<ul class="committees">\r\n	<li>Professional Association and Husbandry liaisons</li>\r\n	<li>Membership Communication</li>\r\n	<li>Chapter Communication</li>\r\n</ul>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-846" title="penny" alt="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny.jpg" width="149" height="167" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Penny Jolly</div>\r\n<div class="title">Vice President</div>\r\n<div class="email"><a href="mailto:penny.jolly@aecetia.net/gws/aazk">penny.jolly@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="affiliated_zoo">Disney\'s Animal Kingdom</div>\r\n<div class="affiliated_zoo_location">Orlando, FL</div>\r\n<div class="affiliated_zoo_location"></div>\r\n<div class="affiliated_zoo_location"><strong>EDUCATION</strong></div>\r\n<ul class="committees">\r\n	<li><a href="../committee/ethics-committee/">Ethics</a></li>\r\n	<li><a href="http://aecetia.net/gws/aazk/committee/behavioral-husbandry/">Behavioral Husbandry</a></li>\r\n	<li>Professional Development</li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-medium wp-image-871" title="walz" alt="walz" src="http://aecetia.net/gws/aazk/wp-content/uploads/walz-222x300.jpg" width="133" height="180" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Deana Walz</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="mailto:deana.walz@aecetia.net/gws/aazk">deana.walz@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="affiliated_zoo">Living Planet Aquarium</div>\r\n<div class="affiliated_zoo_location">Sandy, UT</div>\r\n<div class="affiliated_zoo_location"></div>\r\n<div class="affiliated_zoo_location"><strong>COMMUNICATION</strong></div>\r\n<ul class="committees">\r\n	<li>Communications Committee</li>\r\n	<li>Social Media</li>\r\n	<li>Board Communication</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-2131" title="wilson" alt="wilson" src="http://aecetia.net/gws/aazk/wp-content/uploads/wilson.jpg" width="150" height="181" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Kelly Wilson</div>\r\n<div class="title">Board Member</div>\r\n<div class="title"><a href="mailto:kelly.wilson@aecetia.net/gws/aazk">kelly.wilson@aecetia.net/gws/aazk</a></div>\r\n<div class="affiliated_zoo">Detroit Zoo</div>\r\n<div class="affiliated_zoo_location">Detroit, MI</div>\r\n<div class="affiliated_zoo_location"></div>\r\n<div class="affiliated_zoo_location"><strong>REGOGNITION</strong></div>\r\n<div class="affiliated_zoo_location">\r\n<ul class="committees">\r\n	<li><a href="../committee/awards-committee/">Awards</a></li>\r\n	<li><a href="../committee/grants-committee/">Grants</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-3325" alt="no-img" src="http://web3.gowebsolutions.com/~aazook/wp-content/uploads/no-img.jpg" width="150" height="159" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Wendy Lenhart</div>\r\n<div class="title">Board Member</div>\r\n<div class="email"><a href="wendy.lenhart@aecetia.net/gws/aazk">wendy.lenhart@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="affiliated_zoo">Philadelphia Zoo</div>\r\n<div class="affiliated_zoo_location">Philadelphia, PA</div>\r\n<div class="affiliated_zoo_location"></div>\r\n<div class="affiliated_zoo_location"><strong>CONSERVATION</strong></div>\r\n<ul class="committees">\r\n	<li><a href="../committee/bowling-for-rhinos/">Bowling for Rhinos</a></li>\r\n	<li>Conservation Partners liaisons</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="size-thumbnail wp-image-1504 alignnone" title="ed_hansen" alt="ed_hansen" src="http://aecetia.net/gws/aazk/wp-content/uploads/ed_hansen-150x150.jpg" width="150" height="150" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Ed Hansen</div>\r\n<div class="title">CEO/CFO</div>\r\n<div class="email"><a href="mailto:ed.hansen@aecetia.net/gws/aazk">ed.hansen@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="department">AAZK Inc. - Tucson, AZ</div>\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-thumbnail wp-image-882" title="barbara" alt="barbara" src="http://aecetia.net/gws/aazk/wp-content/uploads/barbara-150x150.jpg" width="150" height="150" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Barbara Manspeaker</div>\r\n<div class="title">Administrative Secretary</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">barbara.manspeaker@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="department">AAZK Inc. - Topeka, KS</div>\r\n</div>\r\n</div>', 'Board of Directors', 0, '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2013-11-26 17:39:56', '2013-11-26 22:39:56', '', 395, 'http://web3.gowebsolutions.com/~aazook/395-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4782, 2, '2013-11-26 17:49:05', '2013-11-26 22:49:05', '<span style="color: #993300;">Donate to Bowling for Rhinos today and help save five rhino species and their ecosystems. </span>\r\n\r\nVisitors and Members may give a general donation or may donate in the name of a local AAZK Chapter - directed donations will be credited to Chapter totals.\r\n\r\nIn <em>lieu</em> of an Event, AAZK Chapters may use this feature to donate to Bowling for Rhinos.\r\n\r\n<em><strong>Please Note: </strong>The donation feature is <strong>not</strong> intended for AAZK Chapters or Event Holders to pay their registration fee or forward their Event monies to BFR.  Registration fees and Event totals should be forwarded to Patty Pearthree - BFR Program Manager.</em>\r\n\r\n<span style="color: #993300;">Thank you for your gift to support conservation.  All donations are <strong>100% tax deductible</strong>.</span>\r\n\r\n[gravityform id="5" name="Bowling for Rhinos Donate" title="false" description="false"]', 'Donation to Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '2782-revision-v1', '', '', '2013-11-26 17:49:05', '2013-11-26 22:49:05', '', 2782, 'http://web3.gowebsolutions.com/~aazook/2782-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4783, 2, '2013-11-27 14:19:00', '2013-11-27 19:19:00', '<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&amp;friendID=172749141" target="_blank">Cape May County Zoo AAZK Chapter</a>\nCape May County Zoo\nCape May Court House, NJ', 'Cape May County Zoo AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3891-autosave-v1', '', '', '2013-11-27 14:19:00', '2013-11-27 19:19:00', '', 3891, 'http://web3.gowebsolutions.com/~aazook/3891-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4784, 1, '2013-12-03 16:35:05', '2013-12-03 21:35:05', 'The re-charter date for all AAZK Chapters shall be 1 March of each calendar year.  Student AAZK Chapters shall be confirmed. Applications for re-charter will be made available to each AAZK Chapter by the AAZK Office in the first month of each year.  This Re-charter Packet will contain three (3) parts which must be completed and returned before 15 February of each calendar year.\r\nThe Re-charter Application will be completed and signed by the current AAZK Chapter Officers responsible for the new fiscal year. This will include the name of 	the AAZK Chapter, facility mailing address, number of AAZK Chapter members and a 	list of all AAZK Chapter Executive Officers.  AAZK Chapters are required to notify the Office of AAZK by electronic mail or other means, of any Executive Officer(s) change due to resignation or replacement along with the names of the replacement Executive Officers.\r\nThe Re-charter Agreement is a declaration approved and signed by all current AAZK Chapter Officers.  It states the required parameters and intentions of the AAZK Chapter and its relationship to AAZK, its Statement of Purpose, and IRS law.\r\nAAZK Chapters failing to comply with fees and required reports by the Annual Re-charter date shall be considered in non-compliance and their chapter charter subject to revocation.\r\nAn Annual Financial Report is required to be completed and signed by AAZK Chapter officers.  This comprehensive report is mandatory for all AAZK Chapters and is required by IRS regulation.  This report will detail the previous year’s financial transactions of the AAZK Chapter (Financial Statement) as well as indicate the financial value of each AAZK Chapter (Net Worth).\r\n', 'Chapter Re-charter Instructions', 0, '', 'inherit', 'closed', 'closed', '', '4771-revision-v1', '', '', '2013-12-03 16:35:05', '2013-12-03 21:35:05', '', 4771, 'http://web3.gowebsolutions.com/~aazook/4771-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4785, 1, '2013-12-03 16:36:23', '2013-12-03 21:36:23', 'Applications for Chapter Charter will be considered by AAZK Board of Directors from members of AAZK who wish to organize at recognized zoological parks and aquariums, animal care facilities or University/College. These institutions and facilities are defined as:\r\n\r\n<strong>Recognized Zoological Park and Aquarium</strong> – permanent establishments open to, and administered for the public; primarily, to provide education, recreation, and cultural enjoyment through the exhibition, conservation and preservation of captive wildlife.\r\n\r\n<strong>Animal Care Facility</strong> – an organized and stationary institution set up by the State or municipal government or local administrations, public trusts, or registered scientific societies which own and maintain captive wild animals under the direction of professional staff, provides appropriate care for the purpose of conservation and breeding of threatened and endangered animals, scientific studies, and exhibits to the public for the purposes of education and recreation on a regular, scheduled basis.\r\n\r\n<strong>University/College</strong> - a permanent institution of higher learning providing facilities for teaching and research and authorized to grant academic degrees.\r\n\r\n<em>The following guidelines shall be followed as procedure for chapter formation:</em>\r\n\r\nDiscuss with others at the institution or facility some of the reasons and goals that interest you in starting an AAZK Chapter.\r\n\r\nAs a professional courtesy, arrange a meeting with the administration at the facility to discuss the formation of an AAZK Chapter. Approaching your administration with goals and purposes will reinforce the image of professionalism and may help to develop cooperation and communication between chapter and management. For chapters intending to obtain charter at the University/College level, a Student Advisor is required.\r\n\r\nContact the Chief Executive Officer (CEO) AAZK, Inc. for all pertinent materials for formulating an AAZK Chapter. Upon completion of preliminary events the proposed Executive Officers of the Chapter shall apply to AAZK Administrative Office for Chapter Charter. The application, in the form of a letter, shall be signed by the proposed Executive Officers or Student Advisor and returned to Administrative Office with a copy of the proposed Constitution and Bylaws of the Chapter. The application form for Chapter EIN for IRS purposes (Authorization for inclusion in the IRS Group Exemption Letter) shall be submitted upon Board approval of the request to initiate an AAZK Chapter.\r\n\r\nThe application letter shall include:\r\n<ul>\r\n	<li>The request to form an AAZK Chapter</li>\r\n	<li>The formal (proposed) name of the AAZK Chapter</li>\r\n	<li>Contact information or the proposed Chapter: Address, Phone and email</li>\r\n	<li>The primary facility associated with the proposed AAZK Chapter</li>\r\n	<li>A list of the proposed AAZK Chapter Officers and their Officer Titles</li>\r\n</ul>\r\nThe application for Charter for the AAZK chapter will take approximately thirty (30) days to process. It is mandatory that no one in the organizing group, publicly or officially represent themselves or the group as being an official chapter of the AAZK until the application has been approved and an official Charter is conveyed from the Administrative Office. This is to protect individuals in the organizing group, as well as, AAZK from any legal action.\r\n\r\nIn order for an AAZK Chapter to exist and function, it must have a Constitution which includes a Statement of Purpose and operating Bylaws. A required and approved Constitution is included in the AAZK Chapter Formation package which will be sent to the applying chapter by the Administrative Office. This Constitution must be adopted in accordance with AAZK requirements and IRS compliance. The local chapter Bylaws can be drafted and customized to meet the specific needs of the AAZK Chapter.\r\n\r\nNote the following specifics:\r\n<ul>\r\n	<li>All members of the local chapter must be paid members of AAZK or the AAZK Chapter shall list the non-AAZK members on the Chapter Roster included in the Re-charter materials and those Chapter members shall be subject to a surcharge fee conveyed by AAZK. This includes any student advisors.</li>\r\n	<li>AAZK chapters shall abide by the Bylaws of the parent organization.</li>\r\n	<li>Re-chartering and required reporting are mandatory and are the responsibility of chapter officers.</li>\r\n</ul>\r\nFormation meetings shall operate under Robert\'s Rules of Order.\r\n\r\nApproved and chartered AAZK Chapters shall provide and maintain with the Administrative Office of this Association electronic contact information for all officers of the Chapter.', 'Guidelines for Chapter Formation', 0, '', 'publish', 'closed', 'closed', '', 'guidelines-for-chapter-formation', '', '', '2013-12-03 16:36:38', '2013-12-03 21:36:38', '', 3989, 'http://web3.gowebsolutions.com/~aazook/?page_id=4785', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4786, 1, '2013-12-03 16:36:23', '2013-12-03 21:36:23', 'Applications for Chapter Charter will be considered by AAZK Board of Directors from members of AAZK who wish to organize at recognized zoological parks and aquariums, animal care facilities or University/College. These institutions and facilities are defined as:\r\n\r\n<strong>Recognized Zoological Park and Aquarium</strong> – permanent establishments open to, and administered for the public; primarily, to provide education, recreation, and cultural enjoyment through the exhibition, conservation and preservation of captive wildlife.\r\n\r\n<strong>Animal Care Facility</strong> – an organized and stationary institution set up by the State or municipal government or local administrations, public trusts, or registered scientific societies which own and maintain captive wild animals under the direction of professional staff, provides appropriate care for the purpose of conservation and breeding of threatened and endangered animals, scientific studies, and exhibits to the public for the purposes of education and recreation on a regular, scheduled basis.\r\n\r\n<strong>University/College</strong> - a permanent institution of higher learning providing facilities for teaching and research and authorized to grant academic degrees.\r\n\r\n<em>The following guidelines shall be followed as procedure for chapter formation:</em>\r\n\r\nDiscuss with others at the institution or facility some of the reasons and goals that interest you in starting an AAZK Chapter.\r\n\r\nAs a professional courtesy, arrange a meeting with the administration at the facility to discuss the formation of an AAZK Chapter. Approaching your administration with goals and purposes will reinforce the image of professionalism and may help to develop cooperation and communication between chapter and management. For chapters intending to obtain charter at the University/College level, a Student Advisor is required.\r\n\r\nContact the Chief Executive Officer (CEO) AAZK, Inc. for all pertinent materials for formulating an AAZK Chapter. Upon completion of preliminary events the proposed Executive Officers of the Chapter shall apply to AAZK Administrative Office for Chapter Charter. The application, in the form of a letter, shall be signed by the proposed Executive Officers or Student Advisor and returned to Administrative Office with a copy of the proposed Constitution and Bylaws of the Chapter. The application form for Chapter EIN for IRS purposes (Authorization for inclusion in the IRS Group Exemption Letter) shall be submitted upon Board approval of the request to initiate an AAZK Chapter.\r\n\r\nThe application letter shall include:\r\n<ul>\r\n	<li>The request to form an AAZK Chapter</li>\r\n	<li>The formal (proposed) name of the AAZK Chapter</li>\r\n	<li>Contact information or the proposed Chapter: Address, Phone and email</li>\r\n	<li>The primary facility associated with the proposed AAZK Chapter</li>\r\n	<li>A list of the proposed AAZK Chapter Officers and their Officer Titles</li>\r\n</ul>\r\nThe application for Charter for the AAZK chapter will take approximately thirty (30) days to process. It is mandatory that no one in the organizing group, publicly or officially represent themselves or the group as being an official chapter of the AAZK until the application has been approved and an official Charter is conveyed from the Administrative Office. This is to protect individuals in the organizing group, as well as, AAZK from any legal action.\r\n\r\nIn order for an AAZK Chapter to exist and function, it must have a Constitution which includes a Statement of Purpose and operating Bylaws. A required and approved Constitution is included in the AAZK Chapter Formation package which will be sent to the applying chapter by the Administrative Office. This Constitution must be adopted in accordance with AAZK requirements and IRS compliance. The local chapter Bylaws can be drafted and customized to meet the specific needs of the AAZK Chapter.\r\n\r\nNote the following specifics:\r\n<ul>\r\n	<li>All members of the local chapter must be paid members of AAZK or the AAZK Chapter shall list the non-AAZK members on the Chapter Roster included in the Re-charter materials and those Chapter members shall be subject to a surcharge fee conveyed by AAZK. This includes any student advisors.</li>\r\n	<li>AAZK chapters shall abide by the Bylaws of the parent organization.</li>\r\n	<li>Re-chartering and required reporting are mandatory and are the responsibility of chapter officers.</li>\r\n</ul>\r\nFormation meetings shall operate under Robert\'s Rules of Order.\r\n\r\nApproved and chartered AAZK Chapters shall provide and maintain with the Administrative Office of this Association electronic contact information for all officers of the Chapter.', 'Guidelines for Chapter Formation', 0, '', 'inherit', 'closed', 'closed', '', '4785-revision-v1', '', '', '2013-12-03 16:36:23', '2013-12-03 21:36:23', '', 4785, 'http://web3.gowebsolutions.com/~aazook/4785-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4789, 1, '2013-12-03 16:39:01', '2013-12-03 21:39:01', '<div class="first sixcol">\r\n<h3>American Association of Zoo Keepers</h3>\r\n<strong>Address:</strong> 8476 E. Speedway Blvd., Ste. 204\r\nTucson, Arizona 85710-1728\r\n<a href="mailto:members@aecetia.net/gws/aazk">members@aecetia.net/gws/aazk</a>\r\n\r\n<strong>Phone Number:</strong>  1.520.298.9688\r\n\r\n[mappress mapid="1"]\r\n\r\n</div>\r\n<div class="last sixcol">[gravityform id="6" name="Contact" title="false" description="false"]</div>', 'Member Contact', 0, '', 'inherit', 'closed', 'closed', '', '4788-revision-v1', '', '', '2013-12-03 16:39:01', '2013-12-03 21:39:01', '', 4788, 'http://web3.gowebsolutions.com/~aazook/4788-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4790, 1, '2013-12-03 16:39:27', '2013-12-03 21:39:27', '<div class="first sixcol">\r\n<h3>American Association of Zoo Keepers</h3>\r\n<strong>Address:</strong> 8476 E. Speedway Blvd., Ste. 204\r\nTucson, Arizona 85710-1728\r\n<a href="mailto:visitors@aecetia.net/gws/aazk">visitors@aecetia.net/gws/aazk</a>\r\n\r\n<strong>Phone Number:</strong>  1.520.298.9688\r\n\r\n[mappress mapid="1"]\r\n\r\n</div>\r\n<div class="last sixcol">[gravityform id="6" name="Contact" title="false" description="false"]</div>', 'Visitor Contact', 0, '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2013-12-03 16:39:27', '2013-12-03 21:39:27', '', 22, 'http://web3.gowebsolutions.com/~aazook/22-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4791, 1, '2013-12-03 16:41:50', '2013-12-03 21:41:50', '<div class="first sixcol">\r\n<h3>American Association of Zoo Keepers</h3>\r\n<strong>Address:</strong> 8476 E. Speedway Blvd., Ste. 204\r\nTucson, Arizona 85710-1728\r\n<a href="mailto:members@aecetia.net/gws/aazk">members@aecetia.net/gws/aazk</a>\r\n\r\n<strong>Phone Number:</strong>  1.520.298.9688\r\n\r\n[mappress mapid="1"]\r\n\r\n</div>\r\n<div class="last sixcol">[gravityform id="9" name="Contact" title="false" description="false"]</div>', 'Member Contact', 0, '', 'inherit', 'closed', 'closed', '', '4788-revision-v1', '', '', '2013-12-03 16:41:50', '2013-12-03 21:41:50', '', 4788, 'http://web3.gowebsolutions.com/~aazook/4788-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5739, 3, '2014-03-25 14:42:41', '2014-03-25 19:42:41', '<h5>Facility</h5>\r\n<p>Happy Hollow Park &amp; Zoo </p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nHappy Hollow Park &amp; Zoo and the City of San Jose is looking for a Registered Veterinary Technician. Under the general supervision of the Zoo Curator and Consulting Veterinarian(s) this 3/4 time benefitted position provides paraprofessional medical care and treatment to all animals in the Happy Hollow Park &amp; Zoo collection. The ideal candidate will possess excellent communication skills (verbal and written) and must have the ability to establish and maintain effective working relationships with other Happy Hollow Park &amp; Zoo staff and the visiting public.  Familiarity and experience providing veterinary assistance to a wide variety of taxa including birds, carnivores, hoofstock, primates and herptiles and certification as an Animal Health Technician/Veterinary Technician is preferred.  \r\n<h6>Education and Pre-requisites</h6>\r\nEducation:  High School Diploma or equivalent (General Education or California Proficiency Certificate) \r\n\r\nExperience:  One (1) year of experience handling and caring for animals (non-domestic animals). \r\n\r\nLicenses or Certificates:  \r\n\r\nCertification as an Animal Health Technician/Veterinary Technician preferred \r\n\r\n<h6>Compensation and benefits</h6>\r\nStarting salary $18.67/hour. This position is regularly scheduled 4 days/week and includes benefits.\r\n<h6>Application instructions</h6>\r\nFor complete information and the ability to apply for this opportunity online, please visit: https://cityjobs.sanjoseca.gov/psc/prod/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL\r\n', 'Animal Health Technician PT-benefitted', 0, '', 'publish', 'closed', 'closed', '', 'animal-health-technician-pt-benefitted-2', '', '', '2014-03-25 14:42:41', '2014-03-25 19:42:41', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5739', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4807, 1, '2013-12-09 18:23:31', '2013-12-09 23:23:31', '', '3.01-3 Institutional Member 2013.form', 0, '', 'inherit', 'closed', 'closed', '', '3-01-3-institutional-member-2013-form', '', '', '2013-12-09 18:23:31', '2013-12-09 23:23:31', '', 0, 'https://www.aazk.org/wp-content/uploads/3.01-3-Institutional-Member-2013.form_.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (4808, 2, '2013-12-09 18:30:10', '2013-12-09 23:30:10', '<div>\r\n<div id="insert-main-nav"> <strong>This is a Regular, Full Time position.  The ideal candidate will be available to work weekdays, weekends and holidays.</strong></div>\r\n</div>\r\n<div>\r\n<div id="snaphire">\r\n\r\n<strong>Subject to collective bargaining agreement </strong>\r\n\r\n<b>SUMMARY</b>: Under general supervision, has responsibility for the care, welfare and safety of animal exhibits including rare or valuable specimens; maintains the physical quarters, surroundings and/or environment of such animals; answers questions and gives information to the visiting public; and performs related duties as required. Requires responsibility for: carrying out existing methods and procedures relating to care, maintenance, safety of valuable and/or rare species and making numerous contacts with the public and other employees.\r\n\r\n<b>ESSENTIAL DUTIES &amp; RESPONSIBILITIES</b> include the following. Other duties may be assigned.\r\n<ol>\r\n	<li>Cleans and maintains enclosures, cages, stalls, moats, barns, pools, yards, roads and related areas; removes animal excrement and food remnants; rakes sand and leaves; sweeps and hoses down area as necessary.</li>\r\n	<li>Prepares food for animals; regulates and distributes food once prepared; loads and unloads foodstuffs; maintains feed and storage areas.</li>\r\n	<li>Observes behavior of animals on both a day-to-day and long-term basis; notes any unusual behavior, signs of illness or injury, change in appetite, start of breeding cycle, or lack of compatibility with group members and reports same to Veterinarian or supervisory personnel; assists in administering medication or other treatments for illness or injury as directed.</li>\r\n	<li>Answers questions or gives information regarding animals, zoo operations, and zoo exhibits to the visiting public; maintains crowd control when animals are loose or being moved; observes the public to prevent malicious acts which could result in harm to the public, or zoo animals or loss of zoo property.</li>\r\n	<li>Assists in the crating and uncrating of animals; catches and restrains as necessary; may assist in transfer between locations.</li>\r\n	<li>Designs and builds displays within existing enclosures; assists with the planning and care of landscaped areas within or near enclosures; makes minor and emergency repairs to zoo equipment and facilities; assists maintenance personnel in repair or maintenance work.</li>\r\n	<li>Prepares and maintains food, drives a vehicle to deliver equipment, materials or supplies; or performs related duties as required.</li>\r\n	<li>Interacts with Zoo visitors and staff courteously and offers proper attention at all times.</li>\r\n</ol>\r\n<b>REQUIRED QUALIFICATIONS</b>:  To perform this job successfully, an individual must be able to perform each essential duty satisfactorily. The requirements listed below are representative of the knowledge, skill, and/or ability required. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions.\r\n\r\n<b>DESIRED QUALIFICATIONS</b>:  The San Francisco Zoo encourages bilingual candidates to apply.\r\n\r\n<b>EDUCATION: </b>High school diploma or general education degree (GED)\r\n\r\n<b>EXPERIENCE:</b> Must have a minimum of 3 years PAID experience in an AZA accredited institution working with large carnivores. Ability to read and interpret documents such as safety rules, operating and maintenance instructions, and procedure manuals. Ability to write routine reports and correspondence.  Ability to speak effectively before groups.  Ability to work in a team environment and be a team player.  Ability to interpret a variety of instructions furnished in written, oral, diagram, or schedule form.\r\n\r\n<b>CERTIFICATES, LICENSES, REGISTRATIONS:</b> A valid Drivers License.\r\n\r\n<b>PHYSICAL DEMANDS:</b> The physical demands described here are representative of those that must be met by an employee to successfully perform the essential functions of this job. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. While performing the duties of this job, the employee is regularly required to stand and walk.  The employee frequently is required to reach with hands and arms and talk or hear.  The employee is occasionally required to climb or balance and stoop, kneel, crouch, or crawl.  The employee must regularly lift and/or move up to 50 pounds and occasionally lift and/or move up to 80 pounds.\r\n\r\n<b>WORK ENVIRONMENT:</b> The work environment characteristics described here are representative of those an employee encounters while performing the essential functions of this job. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. While performing the duties of this job, the employee is regularly exposed to outside weather conditions.  The employee is occasionally exposed to moving mechanical parts.  The noise level in the work environment is usually moderate. While performing the duties of this job, the employee is frequently exposed to potentially hazardous animals. May involve exposure to possible serious accidents or injury and to very disagreeable working conditions in handling dangerous or sick animals or raw sewage and other refuse.\r\n\r\n<strong>SALARY:  </strong>$21.80 - $26.41\r\n\r\n<strong>TO APPLY:  </strong>Please complete an application at <a href="http://www.sfzoo.org/">www.sfzoo.org</a>.  Please include a resume and letter of interest detailing your experience as it relates to this position.  EOE.\r\n\r\n</div>\r\n</div>', 'Animal Keeper for Carnivore Section - Regular, Full Time', 0, '', 'publish', 'closed', 'closed', '', 'animal-keeper-for-carnivore-section-regular-full-time-2', '', '', '2013-12-09 18:32:45', '2013-12-09 23:32:45', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=4808', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4809, 2, '2013-12-09 18:25:13', '2013-12-09 23:25:13', '<div>\r\n<div id="insert-main-nav"> <strong>This is a Regular, Full Time position.  The ideal candidate will be available to work weekdays, weekends and holidays.</strong></div>\r\n</div>\r\n<div>\r\n<div id="snaphire">\r\n\r\n<strong>Subject to collective bargaining agreement </strong>\r\n\r\n<b>SUMMARY</b>: Under general supervision, has responsibility for the care, welfare and safety of animal exhibits including rare or valuable specimens; maintains the physical quarters, surroundings and/or environment of such animals; answers questions and gives information to the visiting public; and performs related duties as required. Requires responsibility for: carrying out existing methods and procedures relating to care, maintenance, safety of valuable and/or rare species and making numerous contacts with the public and other employees.\r\n\r\n<b>ESSENTIAL DUTIES &amp; RESPONSIBILITIES</b> include the following. Other duties may be assigned.\r\n<ol>\r\n	<li>Cleans and maintains enclosures, cages, stalls, moats, barns, pools, yards, roads and related areas; removes animal excrement and food remnants; rakes sand and leaves; sweeps and hoses down area as necessary.</li>\r\n	<li>Prepares food for animals; regulates and distributes food once prepared; loads and unloads foodstuffs; maintains feed and storage areas.</li>\r\n	<li>Observes behavior of animals on both a day-to-day and long-term basis; notes any unusual behavior, signs of illness or injury, change in appetite, start of breeding cycle, or lack of compatibility with group members and reports same to Veterinarian or supervisory personnel; assists in administering medication or other treatments for illness or injury as directed.</li>\r\n	<li>Answers questions or gives information regarding animals, zoo operations, and zoo exhibits to the visiting public; maintains crowd control when animals are loose or being moved; observes the public to prevent malicious acts which could result in harm to the public, or zoo animals or loss of zoo property.</li>\r\n	<li>Assists in the crating and uncrating of animals; catches and restrains as necessary; may assist in transfer between locations.</li>\r\n	<li>Designs and builds displays within existing enclosures; assists with the planning and care of landscaped areas within or near enclosures; makes minor and emergency repairs to zoo equipment and facilities; assists maintenance personnel in repair or maintenance work.</li>\r\n	<li>Prepares and maintains food, drives a vehicle to deliver equipment, materials or supplies; or performs related duties as required.</li>\r\n	<li>Interacts with Zoo visitors and staff courteously and offers proper attention at all times.</li>\r\n</ol>\r\n<b>REQUIRED QUALIFICATIONS</b>:  To perform this job successfully, an individual must be able to perform each essential duty satisfactorily. The requirements listed below are representative of the knowledge, skill, and/or ability required. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions.\r\n\r\n<b>DESIRED QUALIFICATIONS</b>:  The San Francisco Zoo encourages bilingual candidates to apply.\r\n\r\n<b>EDUCATION: </b>High school diploma or general education degree (GED)\r\n\r\n<b>EXPERIENCE:</b> Must have a minimum of 3 years PAID experience in an AZA accredited institution working with large carnivores. Ability to read and interpret documents such as safety rules, operating and maintenance instructions, and procedure manuals. Ability to write routine reports and correspondence.  Ability to speak effectively before groups.  Ability to work in a team environment and be a team player.  Ability to interpret a variety of instructions furnished in written, oral, diagram, or schedule form.\r\n\r\n<b>CERTIFICATES, LICENSES, REGISTRATIONS:</b> A valid Drivers License.\r\n\r\n<b>PHYSICAL DEMANDS:</b> The physical demands described here are representative of those that must be met by an employee to successfully perform the essential functions of this job. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. While performing the duties of this job, the employee is regularly required to stand and walk.  The employee frequently is required to reach with hands and arms and talk or hear.  The employee is occasionally required to climb or balance and stoop, kneel, crouch, or crawl.  The employee must regularly lift and/or move up to 50 pounds and occasionally lift and/or move up to 80 pounds.\r\n\r\n<b>WORK ENVIRONMENT:</b> The work environment characteristics described here are representative of those an employee encounters while performing the essential functions of this job. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. While performing the duties of this job, the employee is regularly exposed to outside weather conditions.  The employee is occasionally exposed to moving mechanical parts.  The noise level in the work environment is usually moderate. While performing the duties of this job, the employee is frequently exposed to potentially hazardous animals. May involve exposure to possible serious accidents or injury and to very disagreeable working conditions in handling dangerous or sick animals or raw sewage and other refuse.\r\n\r\n<strong>SALARY:  </strong>$21.80 - $26.41\r\n\r\n<strong>TO APPLY:  </strong>Please complete an application at <a href="http://www.sfzoo.org/">www.sfzoo.org</a>.  Please include a resume and letter of interest detailing your experience as it relates to this position.  EOE.\r\n\r\n</div>\r\n</div>', '', 0, '', 'inherit', 'closed', 'closed', '', '4808-revision-v1', '', '', '2013-12-09 18:25:13', '2013-12-09 23:25:13', '', 4808, 'https://www.aazk.org/4808-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5162, 2, '2014-01-09 16:57:12', '2014-01-09 21:57:12', '', 'Professional Development Goal Setting', 0, '', 'inherit', 'closed', 'closed', '', 'professional-development-goal-setting', '', '', '2014-01-09 16:57:12', '2014-01-09 21:57:12', '', 5156, 'https://www.aazk.org/wp-content/uploads/Professional-Development-Goal-Setting.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5160, 2, '2014-02-04 14:51:05', '2014-02-04 19:51:05', '<span style="font-size: 1.5em; line-height: 1.5em; color: #993300;">2013 North Carolina Conference Proceedings</span>\n<h4><span style="color: #0000ff;"><strong>Workshops</strong></span></h4>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Online.pdf">AAZK Online</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Escape-Preparedness.pdf">Animal Escape Preparedness</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Better-Powerpoint-Presentations.pdf">Better Powerpoint Presentations</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Enrichment-Day.pdf">BHC Enrichment Day</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Safety-Workshop.pdf">BHC Safety Workshop</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Shipping-Crates.pdf">Building Shipping Crates</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Challenges-and-Successes-of-Breeding-in-a-Large-Mixed-Species-Aviary.pdf">Challenges and Successes of Breeding in a Large Mixed-Species Aviary</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Goal-Setting.pdf">Goal Setting</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Health-Management-of-Fishes-and-Amphibians.pdf">Health Management of Fishes and Amphibians</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Improving-Your-Photography.pdf">Improving Your Photography</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Invert-Husbandry-Basics.pdf">Invert Husbandry Basics</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Founded-Conservation-Programs.pdf">Keeper Founded Conservation Programs</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Talks-Can-Be-Fun-Seriously.pdf">Keeper Talks Can Be Fun Seriously</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-to-Curator.pdf">Keeper to Curator</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations.pdf">Management Adjustments to Address Aging Populations</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations-Part-2.pdf">Management Adjustments to Address Aging Populations Part 2</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Mixed-Species-Mgt-Facility-Design.pdf">Mixed Species Mgt Facility Design</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/North-Carolina-Zoo-Browse-Program.pdf">North Carolina Zoo Browse Program</a>\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Population-Management.pdf">Population Management</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Proposal-Writing-and-Evaluation.pdf">Proposal Writing and Evaluation</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Public-Relations-101.pdf">Public Relations 101</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Radio-Telemetry.pdf">Radio Telemetry</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SCUBA-Diving-and-Rock-Climbing-Operations.pdf">SCUBA Diving and Rock Climbing Operations</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams1.pdf">Teams</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Veterinary-Communications.pdf">Understanding Veterinary Communications</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Wild-Bird-Banding.pdf">Wild Bird Banding</a>\n<h4><strong style="color: #0000ff; line-height: 1.5em;">Posters</strong></h4>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\n<h4><strong><span style="color: #0000ff;">Paper Sessions</span></strong></h4>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\n\n<span style="font-size: 1.5em; line-height: 1.5em; color: #993300;">2012 Syracuse Conference Proceedings</span>\n<h4><span style="color: #0000ff;">Workshops</span></h4>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee1.pdf">AAZK Conservation Committee</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-The-Shaping-Police.pdf">BHC The Shaping Police</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo.pdf">Bird Strike Monitoring at the Philadelphia Zoo</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home.pdf">Bringing it Home</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK.pdf">Conservation Resources for AAZK</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">Darting</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators1.pdf">Farming with Pollinators</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box1.pdf">Hawk box</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Penguin-Breeding-Management.pptx">Humboldt Penguin Breeding Management</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering1.pdf">IAATE Position Statement-Tethering</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Important-Zoonotic-Diseases-of-Zoo-and-Doemestic-Animals.pdf">Important Zoonotic Diseases of Zoo and Domestic Animals</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers1.pdf">Keepers as Population Managers</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter1.pdf">Keys to a successful Chapter</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">Monitoring Anesthesia</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees-Fact-Sheet.pdf">Nests for Native Bees Fact Sheet</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees1.pdf">Nests for Native Bees</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card1.pdf">Palm Oil Wallet Card</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees1.pdf">Plants for Native Bees</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting1.pdf">Professional Development Goal Setting</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QT-Protocols-Enichment-and-Training.pdf">QT Protocols Enrichment and Training</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-Equipment.pdf">Raptor Equipment</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-Workshop.pdf">Raptor Workshop</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-Knot.pdf">Raptor Knot</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-Restraint-and-Handling.ppt">Ungulate Restraint and Handling</a>\n\n<strong style="color: #0000ff; font-size: 1em; line-height: 1.5em;">Paper Sessions</strong>\n\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/A-Big-Trip-for-the-Smallest-Bear.docx">A Big Trip for the Smallest Bear</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Attwaters-Prairie-Chicken-Awareness.docx">Attwaters Prairie Chicken Awareness</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Enrichment-with-Fourth-Graders.docx">Building Enrichment with Fourth Graders</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Fecal-Firming-in-a-Female-Chimpanzee.docx">Fecal Firming in a Female Chimpanzee</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/From-Fear-to-Friend-Building-Trust-Between-Keeper-and-Animal-Through-Training.doc">From Fear to Friend Building Trust Between Keeper and Animal Through Training</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Giant-Anteater-Introductions-Using-Positive-Reinforcement-Training-to-Ease-Introductions.doc">Giant Anteater Introductions Using Positive Reinforcement Training to Ease Introductions</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/How-To-Prepare-Your-Sea-Lion-For-Surgery.docx">How To Prepare Your Sea Lion For Surgery</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Integrating-Research-and-Animal-Care-to-Support-Conservation.doc">Integrating Research and Animal Care to Support Conservation</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Let-me-get-the-door-for-you.docx">Let me get the door for you</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/LIGHTING-AND-SHADING-THE-PATH-TOWARD-CONSERVATION.pdf">LIGHTING (AND SHADING) THE PATH TOWARD CONSERVATION</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Managing-a-Reticulated-Giraffe-Giraffe-camelopardalis-with-Allergies.doc">Managing a Reticulated Giraffe (Giraffe camelopardalis) with Allergies</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Managing-a-Reticulated-Giraffe-Table1.xls">Managing a Reticulated Giraffe Table1</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Managing-a-Reticulated-Giraffe-Table-2.xls">Managing a Reticulated Giraffe Table 2</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Redeveloping-the-Georgia-Chapter-of-AAZK.doc">Redeveloping the Georgia Chapter of AAZK</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Thirty-eight-years-of-crap.docx">Thirty eight years of crap</a>\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Keeper-Education-Survey.docx">Zoo Keeper Education Survey</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-autosave-v1', '', '', '2014-02-04 14:51:05', '2014-02-04 19:51:05', '', 5156, 'https://www.aazk.org/5156-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5161, 2, '2014-01-09 16:49:37', '2014-01-09 21:49:37', '<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf" target="_blank">AAZK 2013 Proceedings Paper Sessions</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-01-09 16:49:37', '2014-01-09 21:49:37', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5163, 2, '2014-01-09 17:00:08', '2014-01-09 22:00:08', '', 'Keepers as Population Managers', 0, '', 'inherit', 'closed', 'closed', '', 'keepers-as-population-managers', '', '', '2014-01-09 17:00:08', '2014-01-09 22:00:08', '', 5156, 'https://www.aazk.org/wp-content/uploads/Keepers-as-Population-Managers.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5164, 2, '2014-01-09 17:00:18', '2014-01-09 22:00:18', '', 'Keys to a successful Chapter', 0, '', 'inherit', 'closed', 'closed', '', 'keys-to-a-successful-chapter', '', '', '2014-01-09 17:00:18', '2014-01-09 22:00:18', '', 5156, 'https://www.aazk.org/wp-content/uploads/Keys-to-a-successful-Chapter.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5165, 2, '2014-01-09 17:06:36', '2014-01-09 22:06:36', '', 'QR Protocols_ erichment and trainingfinal', 0, '', 'inherit', 'closed', 'closed', '', 'qr-protocols_-erichment-and-trainingfinal', '', '', '2014-01-09 17:06:36', '2014-01-09 22:06:36', '', 5156, 'https://www.aazk.org/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5166, 2, '2014-01-09 17:08:15', '2014-01-09 22:08:15', '', 'Teams', 0, '', 'inherit', 'closed', 'closed', '', 'teams', '', '', '2014-01-09 17:08:15', '2014-01-09 22:08:15', '', 5156, 'https://www.aazk.org/wp-content/uploads/Teams.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5457, 2, '2014-02-04 12:43:19', '2014-02-04 17:43:19', '', 'AAZK Conservation Committee', 0, '', 'inherit', 'closed', 'closed', '', 'aazk-conservation-committee-2', '', '', '2014-02-04 12:43:19', '2014-02-04 17:43:19', '', 5156, 'https://www.aazk.org/wp-content/uploads/AAZK-Conservation-Committee1.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5168, 2, '2014-01-09 17:08:55', '2014-01-09 22:08:55', '', 'AAZAK 2012 AbouMadi Darting', 0, '', 'inherit', 'closed', 'closed', '', 'aazak-2012-aboumadi-darting', '', '', '2014-01-09 17:08:55', '2014-01-09 22:08:55', '', 5156, 'https://www.aazk.org/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5169, 2, '2014-01-09 17:09:12', '2014-01-09 22:09:12', '', 'AAZAK 2012 AbouMadi Monitoring anesthesia', 0, '', 'inherit', 'closed', 'closed', '', 'aazak-2012-aboumadi-monitoring-anesthesia', '', '', '2014-01-09 17:09:12', '2014-01-09 22:09:12', '', 5156, 'https://www.aazk.org/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (4811, 2, '2013-12-09 18:30:10', '2013-12-09 23:30:10', '<div>\r\n<div id="insert-main-nav"> <strong>This is a Regular, Full Time position.  The ideal candidate will be available to work weekdays, weekends and holidays.</strong></div>\r\n</div>\r\n<div>\r\n<div id="snaphire">\r\n\r\n<strong>Subject to collective bargaining agreement </strong>\r\n\r\n<b>SUMMARY</b>: Under general supervision, has responsibility for the care, welfare and safety of animal exhibits including rare or valuable specimens; maintains the physical quarters, surroundings and/or environment of such animals; answers questions and gives information to the visiting public; and performs related duties as required. Requires responsibility for: carrying out existing methods and procedures relating to care, maintenance, safety of valuable and/or rare species and making numerous contacts with the public and other employees.\r\n\r\n<b>ESSENTIAL DUTIES &amp; RESPONSIBILITIES</b> include the following. Other duties may be assigned.\r\n<ol>\r\n	<li>Cleans and maintains enclosures, cages, stalls, moats, barns, pools, yards, roads and related areas; removes animal excrement and food remnants; rakes sand and leaves; sweeps and hoses down area as necessary.</li>\r\n	<li>Prepares food for animals; regulates and distributes food once prepared; loads and unloads foodstuffs; maintains feed and storage areas.</li>\r\n	<li>Observes behavior of animals on both a day-to-day and long-term basis; notes any unusual behavior, signs of illness or injury, change in appetite, start of breeding cycle, or lack of compatibility with group members and reports same to Veterinarian or supervisory personnel; assists in administering medication or other treatments for illness or injury as directed.</li>\r\n	<li>Answers questions or gives information regarding animals, zoo operations, and zoo exhibits to the visiting public; maintains crowd control when animals are loose or being moved; observes the public to prevent malicious acts which could result in harm to the public, or zoo animals or loss of zoo property.</li>\r\n	<li>Assists in the crating and uncrating of animals; catches and restrains as necessary; may assist in transfer between locations.</li>\r\n	<li>Designs and builds displays within existing enclosures; assists with the planning and care of landscaped areas within or near enclosures; makes minor and emergency repairs to zoo equipment and facilities; assists maintenance personnel in repair or maintenance work.</li>\r\n	<li>Prepares and maintains food, drives a vehicle to deliver equipment, materials or supplies; or performs related duties as required.</li>\r\n	<li>Interacts with Zoo visitors and staff courteously and offers proper attention at all times.</li>\r\n</ol>\r\n<b>REQUIRED QUALIFICATIONS</b>:  To perform this job successfully, an individual must be able to perform each essential duty satisfactorily. The requirements listed below are representative of the knowledge, skill, and/or ability required. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions.\r\n\r\n<b>DESIRED QUALIFICATIONS</b>:  The San Francisco Zoo encourages bilingual candidates to apply.\r\n\r\n<b>EDUCATION: </b>High school diploma or general education degree (GED)\r\n\r\n<b>EXPERIENCE:</b> Must have a minimum of 3 years PAID experience in an AZA accredited institution working with large carnivores. Ability to read and interpret documents such as safety rules, operating and maintenance instructions, and procedure manuals. Ability to write routine reports and correspondence.  Ability to speak effectively before groups.  Ability to work in a team environment and be a team player.  Ability to interpret a variety of instructions furnished in written, oral, diagram, or schedule form.\r\n\r\n<b>CERTIFICATES, LICENSES, REGISTRATIONS:</b> A valid Drivers License.\r\n\r\n<b>PHYSICAL DEMANDS:</b> The physical demands described here are representative of those that must be met by an employee to successfully perform the essential functions of this job. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. While performing the duties of this job, the employee is regularly required to stand and walk.  The employee frequently is required to reach with hands and arms and talk or hear.  The employee is occasionally required to climb or balance and stoop, kneel, crouch, or crawl.  The employee must regularly lift and/or move up to 50 pounds and occasionally lift and/or move up to 80 pounds.\r\n\r\n<b>WORK ENVIRONMENT:</b> The work environment characteristics described here are representative of those an employee encounters while performing the essential functions of this job. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. While performing the duties of this job, the employee is regularly exposed to outside weather conditions.  The employee is occasionally exposed to moving mechanical parts.  The noise level in the work environment is usually moderate. While performing the duties of this job, the employee is frequently exposed to potentially hazardous animals. May involve exposure to possible serious accidents or injury and to very disagreeable working conditions in handling dangerous or sick animals or raw sewage and other refuse.\r\n\r\n<strong>SALARY:  </strong>$21.80 - $26.41\r\n\r\n<strong>TO APPLY:  </strong>Please complete an application at <a href="http://www.sfzoo.org/">www.sfzoo.org</a>.  Please include a resume and letter of interest detailing your experience as it relates to this position.  EOE.\r\n\r\n</div>\r\n</div>', 'Animal Keeper for Carnivore Section - Regular, Full Time  ', 0, '', 'inherit', 'closed', 'closed', '', '4808-revision-v1', '', '', '2013-12-09 18:30:10', '2013-12-09 23:30:10', '', 4808, 'https://www.aazk.org/4808-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4812, 2, '2013-12-10 11:03:38', '2013-12-10 16:03:38', '', 'December-2013-AKF_cover', 0, '', 'inherit', 'closed', 'closed', '', 'december-2013-akf_cover', '', '', '2013-12-10 11:03:38', '2013-12-10 16:03:38', '', 4538, 'https://www.aazk.org/wp-content/uploads/December-2013-AKF_cover.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (6063, 2, '2014-06-09 11:44:26', '2014-06-09 16:44:26', '', 'June-cover-2014', 0, '', 'inherit', 'closed', 'closed', '', 'june-cover-2014', '', '', '2014-06-09 11:44:26', '2014-06-09 16:44:26', '', 4538, 'https://www.aazk.org/wp-content/uploads/June-cover-2014.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (4815, 2, '2013-12-10 11:07:03', '2013-12-10 16:07:03', '<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/December-2013-AKF_cover.jpg"><img class="alignnone size-medium wp-image-4812" alt="December-2013-AKF_cover" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/December-2013-AKF_cover-235x300.jpg" width="235" height="300" /></a>In August of 1972, a short-lived "unofficial" newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level.\r\n\r\nThe idea for Animal Keepers\' Forum grew out of a bull session among keepers at the Topeka Zoo. The original Ruptured Rhino staff, along with several others, were involved in the conception and production of the<strong> first issue of AKF in November of 1974</strong>. It was 3 1/2 pages long, and printed on a mimeograph-type machine. Early issues contained zoo news articles, items on legislation and guest editorials.\r\n\r\nBy June of 1975 the AKF had grown to 13 pages and in November of 1975 celebrated its first anniversary of continuous publication. After the first two issues, it was sold on a subscription basis at $5.00 per year. Although originally the AKF was sold to AAZK members, it didn\'t become the "official" professional journal of the Association until March of 1975. The AKF has always carried the motto "Dedicated to Professional Animal Care".\r\n\r\nIn January 1976, AKF changed its format to a booklet style publication. In 1977 AKF had its first part-time paid editor and also began to be printed commercially. In 1978 the buff colored cover featuring artwork by keepers debuted. The first Excellence in Journalism Awards were given in 1979.\r\n\r\nIn 1981 Susan Chan was hired as Managing Editor for Animal Keepers’ Forum. The AKF has continued to grow in scope and content since that time, now averaging 44 pages per issue.  At least once a year, an issue dedicated to a particular species or topic is produced. AKF contains regular columns on Animal Behavior, Enrichment Options, Crisis Management and legislative issues affecting wildlife and zoos. Each issue also contains articles on animal husbandry, book reviews, a listing of upcoming conferences and symposia and Association news.\r\n\r\nThe Animal Keepers\' Forum has come a long way since its inception when it was printed on a mimeograph machine to today when it is produced with modern desktop publishing computer equipment. It currently reaches approximately <strong>2800 members (including about 150 zoos) in the U.S., Canada and 24 foreign countries</strong>.\r\n\r\nAnimal Keepers’ Forum is celebrating its 40th anniversary of continuous publication this year (2013).\r\n<div class="hr"></div>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '4538-revision-v1', '', '', '2013-12-10 11:07:03', '2013-12-10 16:07:03', '', 4538, 'https://www.aazk.org/4538-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4817, 2, '2013-12-10 12:52:01', '2013-12-10 17:52:01', '<p dir="ltr"><strong>Wild Wonders</strong></p>\r\n<p dir="ltr">Location: Bonsall, California</p>\r\n<p dir="ltr">Expiration Date: 2014-01-27</p>\r\n Wild Wonders is looking for self motivated, positive, mature team player to conduct on site as well as offsite entertaining educational presentations to the public using animal ambassadors as well as general husbandry and training of our collection\r\n<p dir="ltr">Responsibilities: Animal observation and record keeping\r\nAbility to deliver entertaining presentations both on site as well as outreach using live animal ambassadors\r\nMaintenance and training of behaviors to meet our goals, objectives and animal needs\r\nBehavioral enrichment\r\nHusbandry and medical of our animal collection\r\nOversight of a large volunteer base\r\nMarketing and assisting with events</p>\r\n<p dir="ltr">Requirements: this is not an entry level position-\r\nmust have a min of one year professional experience presenting, handling and keeping of animals in a zoological setting\r\nbachelor degree preferred\r\nmust have excellent public speaking and show presentation skills\r\nmust have knowledge and practical application of operant conditioning principals\r\nmust have ability to organize and multitask\r\nmust be available evenings, holidays, weekends and to work special events\r\nmust be detail orientated, quick thinking skills,safety awareness and the ability to handle stressful work conditions effectively and maturely</p>\r\n<p dir="ltr">Compensation: starts at 12/hour plus possible health benefits if goes ft</p>\r\n<p dir="ltr">Apply:</p>\r\n\r\n<blockquote><strong>Zoofari, Inc.  (501c3 nonprofit)</strong>\r\nPO BOX 2771\r\nCarlsbad, CA 92008\r\nTax ID: 86-1145555\r\n\r\nEmail <a href="mailto:wildwonders@earthlink.net">WildWonders@att.net </a></blockquote>\r\n<strong>Contact Numbers</strong>\r\n<blockquote><strong>Tel</strong> 760.630.9230\r\n<strong>Fax</strong> 760.724.9690</blockquote>\r\n&nbsp;', 'Part time keepers/educators', 0, 'Part time positions(16-30 hours per week) available for keepers/presenters at our wildlife center in north San Diego county.', 'publish', 'closed', 'closed', '', 'part-time-keeperseducators', '', '', '2013-12-10 13:53:11', '2013-12-10 18:53:11', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=4817', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4818, 2, '2013-12-10 12:52:01', '2013-12-10 17:52:01', '<p dir="ltr"><strong>Wild Wonders</strong></p>\r\n<p dir="ltr">Location: Bonsall, california</p>\r\n<p dir="ltr">Wild Wonders is looking for self motivated, positive, mature team player to conduct on site as well as offsite entertaining educational presentations to the public using animal ambassadors as well as general husbandry and training of our collection</p>\r\n<p dir="ltr">Responsibilities: Animal observation and record keeping\r\nAbility to deliver entertaining presentations both on site as well as outreach using live animal ambassadors\r\nMaintenance and training of behaviors to meet our goals, objectives and animal needs\r\nBehavioral enrichment\r\nHusbandry and medical of our animal collection\r\nOversight of a large volunteer base\r\nMarketing and assisting with events</p>\r\n<p dir="ltr">Requirements: this is not an entry level position-\r\nmust have a min of one year professional experience presenting, handling and keeping of animals in a zoological setting\r\nbachelor degree preferred\r\nmust have excellent public speaking and show presentation skills\r\nmust have knowledge and practical application of operant conditioning principals\r\nmust have ability to organize and multitask\r\nmust be available evenings, holidays, weekends and to work special events\r\nmust be detail orientated, quick thinking skills,safety awareness and the ability to handle stressful work conditions effectively and maturely</p>\r\n<p dir="ltr">Compensation: starts at 12/hour plus possible health benefits if goes ft</p>\r\n<p dir="ltr">Apply: starts at 12/hour plus possible health benefits if goes ft</p>\r\n&nbsp;', 'Part time keepers/educators', 0, 'Part time positions(16-30 hours per week) available for keepers/presenters at our wildlife center in north San Diego county.', 'inherit', 'closed', 'closed', '', '4817-revision-v1', '', '', '2013-12-10 12:52:01', '2013-12-10 17:52:01', '', 4817, 'https://www.aazk.org/4817-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4819, 2, '2013-12-10 12:58:51', '2013-12-10 17:58:51', '<p dir="ltr"><strong>Wild Wonders</strong></p>\r\n<p dir="ltr">Location: Bonsall, California</p>\r\n<p dir="ltr">Expiration Date: 2014-01-27</p>\r\n Wild Wonders is looking for self motivated, positive, mature team player to conduct on site as well as offsite entertaining educational presentations to the public using animal ambassadors as well as general husbandry and training of our collection\r\n<p dir="ltr">Responsibilities: Animal observation and record keeping\r\nAbility to deliver entertaining presentations both on site as well as outreach using live animal ambassadors\r\nMaintenance and training of behaviors to meet our goals, objectives and animal needs\r\nBehavioral enrichment\r\nHusbandry and medical of our animal collection\r\nOversight of a large volunteer base\r\nMarketing and assisting with events</p>\r\n<p dir="ltr">Requirements: this is not an entry level position-\r\nmust have a min of one year professional experience presenting, handling and keeping of animals in a zoological setting\r\nbachelor degree preferred\r\nmust have excellent public speaking and show presentation skills\r\nmust have knowledge and practical application of operant conditioning principals\r\nmust have ability to organize and multitask\r\nmust be available evenings, holidays, weekends and to work special events\r\nmust be detail orientated, quick thinking skills,safety awareness and the ability to handle stressful work conditions effectively and maturely</p>\r\n<p dir="ltr">Compensation: starts at 12/hour plus possible health benefits if goes ft</p>\r\n<p dir="ltr">Apply: starts at 12/hour plus possible health benefits if goes ft</p>\r\n&nbsp;', 'Part time keepers/educators', 0, 'Part time positions(16-30 hours per week) available for keepers/presenters at our wildlife center in north San Diego county.', 'inherit', 'closed', 'closed', '', '4817-revision-v1', '', '', '2013-12-10 12:58:51', '2013-12-10 17:58:51', '', 4817, 'https://www.aazk.org/4817-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5560, 3, '2014-02-07 08:23:42', '2014-02-07 13:23:42', 'The Louisville Zoo is currently recruiting an individual to fill the role of Seasonal Worker - Keeper Aide for the Zoo’s Bird Department.  This is a unique opportunity to work alongside keepers in the care of a diverse collection of more than 400 specimens.  The Bird Department is active in AZA programs and manages the beautiful fruit dove, white-throated ground dove, Nicobar pigeon, and Madagascar teal captive populations.  The successful candidate will work directly with a permanent zookeeper and participate in many aspects of bird care and display including:\r\n•	Cleaning animal exhibits and holding areas\r\n•	Preparing diets\r\n•	Hosting visitors and interacting with them at public immersion exhibits\r\nThis paid position begins Tuesday, April 1, 2014 and ends October 31, 2014. The pay is minimum wage for Kentucky at $7.25 per hour.  The seasonal will work 35 hours per week over a five-day work week.  The employee must be able to work any day of the week, including weekends. \r\n\r\nIf interested, please apply by Friday, February 14, 2014 at 5 p.m. Eastern time.  To apply, please send a resume and cover letter to Ms. Cathy Bowling, Human Resources Administrator, at Cathy.Bowling@louisvilleky.gov.  EEO\r\n', 'Seasonal Keeper Aide+', 0, '', 'publish', 'closed', 'closed', '', 'seasonal-keeper-aide', '', '', '2014-02-07 08:23:42', '2014-02-07 13:23:42', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5560', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5561, 0, '2014-02-07 08:23:42', '2014-02-07 13:23:42', 'The Louisville Zoo is currently recruiting an individual to fill the role of Seasonal Worker - Keeper Aide for the Zoo’s Bird Department.  This is a unique opportunity to work alongside keepers in the care of a diverse collection of more than 400 specimens.  The Bird Department is active in AZA programs and manages the beautiful fruit dove, white-throated ground dove, Nicobar pigeon, and Madagascar teal captive populations.  The successful candidate will work directly with a permanent zookeeper and participate in many aspects of bird care and display including:\r\n•	Cleaning animal exhibits and holding areas\r\n•	Preparing diets\r\n•	Hosting visitors and interacting with them at public immersion exhibits\r\nThis paid position begins Tuesday, April 1, 2014 and ends October 31, 2014. The pay is minimum wage for Kentucky at $7.25 per hour.  The seasonal will work 35 hours per week over a five-day work week.  The employee must be able to work any day of the week, including weekends. \r\n\r\nIf interested, please apply by Friday, February 14, 2014 at 5 p.m. Eastern time.  To apply, please send a resume and cover letter to Ms. Cathy Bowling, Human Resources Administrator, at Cathy.Bowling@louisvilleky.gov.  EEO\r\n', 'Seasonal Keeper Aide+', 0, '', 'inherit', 'closed', 'closed', '', '5560-revision-v1', '', '', '2014-02-07 08:23:42', '2014-02-07 13:23:42', '', 5560, 'https://www.aazk.org/5560-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5564, 3, '2014-02-11 19:46:50', '2014-02-12 00:46:50', 'Now taking applications for spring, summer and fall internships.   3 month and 6 month internships available.   \r\n\r\nInterns gets experience in zookeeping,  outreach programs,  assisting with visitors,  animal training,  enrichment,  tour guides and more\r\n\r\nSeparate marketing internships also available.\r\n\r\nRequirements include:   must be able to work as a team,  able to work hard,  keep up a positive attitude,  follow instructions,  willing to learn,   valid drivers license,   back ground classes in zoology, agriculture, biology helpful but not required.\r\n\r\n  If you are looking for a simple internship this is not it,  if you want lots of experience and be in an environment where you can learn a variety of life skills and zoo skills and willing to work hard toward those then this is the internship for you.\r\n\r\nYou may also specialize in specific areas after initial one month probationary period and 3 month evaluation. \r\n\r\nVisit www.myfavoritezoo.com and go to the become involved link to view the full internship description, requirements, responsibility and stipend, housing options.  or click on http://www.northgeorgiazoo.com/internship-and-jobs.html\r\n\r\n\r\n', 'North Georgia Zoo available internships', 0, 'Now taking applications for upcoming  internships slots.   3 and 6 month internships available.    Interns gets experience in zookeeping, programs and more.  ', 'publish', 'closed', 'closed', '', 'north-georgia-zoo-available-internships', '', '', '2014-02-11 19:46:50', '2014-02-12 00:46:50', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5564', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5565, 0, '2014-02-11 19:46:50', '2014-02-12 00:46:50', 'Now taking applications for spring, summer and fall internships.   3 month and 6 month internships available.   \r\n\r\nInterns gets experience in zookeeping,  outreach programs,  assisting with visitors,  animal training,  enrichment,  tour guides and more\r\n\r\nSeparate marketing internships also available.\r\n\r\nRequirements include:   must be able to work as a team,  able to work hard,  keep up a positive attitude,  follow instructions,  willing to learn,   valid drivers license,   back ground classes in zoology, agriculture, biology helpful but not required.\r\n\r\n  If you are looking for a simple internship this is not it,  if you want lots of experience and be in an environment where you can learn a variety of life skills and zoo skills and willing to work hard toward those then this is the internship for you.\r\n\r\nYou may also specialize in specific areas after initial one month probationary period and 3 month evaluation. \r\n\r\nVisit www.myfavoritezoo.com and go to the become involved link to view the full internship description, requirements, responsibility and stipend, housing options.  or click on http://www.northgeorgiazoo.com/internship-and-jobs.html\r\n\r\n\r\n', 'North Georgia Zoo available internships', 0, 'Now taking applications for upcoming  internships slots.   3 and 6 month internships available.    Interns gets experience in zookeeping, programs and more.  ', 'inherit', 'closed', 'closed', '', '5564-revision-v1', '', '', '2014-02-11 19:46:50', '2014-02-12 00:46:50', '', 5564, 'https://www.aazk.org/5564-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4823, 2, '2013-12-10 13:18:02', '2013-12-10 18:18:02', '<p dir="ltr">Full-time Big Cat Keeper Wanted</p>\r\n<p dir="ltr">The Wildcat Sanctuary, an accredited sanctuary for big cats located in Sandstone, Minnesota, is currently looking for an experienced full-time carnivore keeper.  TWS currently is home to more than 100 wild cats, including tigers, lions, cougars, bobcats, leopards and other species.  This position will observe assigned animals on a daily basis, report any abnormalities; perform routine husbandry and environmental maintenance; feed prescribed diets; perform assigned and approved animal enrichment activities and trainings; assist in the restraint and treatment of animals; participate in non-routine animal transports, build habitats, pools and perches, along with being prepared to respond to emergency situations. Keepers will also work collaboratively with volunteers, staff and interns, as well as the Medical Director for TWS.\r\nQualified candidates must have a General knowledge of Zoonotic Disease; and will be required to become (if not already) trained in chemical immobilization and fire arms within 6 months of start date.  Other qualifications and experience required:  familiarity with key message and communication; demonstrate capacity to engage and communicate with supporters; four-year degree in biology or related field (or equivalent); minimum one (2) years of experience in work relevant to related animal husbandry; ability to lift up to 60 pounds; able to bend, stoop, crawl and walk on uneven surfaces; ability to work in extreme weather conditions from 100 degree days to freezing temperatures; possession of a valid driver license; must have pre-exposure rabies and tetanus vaccines; ability to understand and follow oral and written instructions; ability to work safely, recognize safety hazards, and apply proper safety precautions; ability to work varied schedules including weekends, some evenings (including overnight hours) and holidays; ability to operate vehicles such as trucks, vans, and utility vehicles, and motorized vehicles such as snow blowers and lawnmowers; ability to utilize hand and power tools.</p>\r\n<p dir="ltr">\r\nCompetitive salary and benefits provided.  Applicants must send a typed resume, cover letter including salary expectations, transcript, copy of driver’s license, and 2 reference contacts to Gail Plewacki, Board President, at <a href="mailto:jobs@wildcatsanctuary.org">jobs@wildcatsanctuary.org</a></p>\r\n<p dir="ltr">\r\nFor more information about The Wildcat Sanctuary visit www.wildcatsanctuary.org</p>\r\n<p dir="ltr"></p>\r\n<p dir="ltr"></p>\r\n&nbsp;', 'Big Cat Keeper', 0, 'Full-time Big Cat Keeper with minimum 2 years experience in Sandstone, MN', 'publish', 'closed', 'closed', '', 'big-cat-keeper', '', '', '2013-12-10 13:18:02', '2013-12-10 18:18:02', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=4823', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4824, 2, '2013-12-10 13:18:02', '2013-12-10 18:18:02', '<p dir="ltr">Full-time Big Cat Keeper Wanted</p>\r\n<p dir="ltr">The Wildcat Sanctuary, an accredited sanctuary for big cats located in Sandstone, Minnesota, is currently looking for an experienced full-time carnivore keeper.  TWS currently is home to more than 100 wild cats, including tigers, lions, cougars, bobcats, leopards and other species.  This position will observe assigned animals on a daily basis, report any abnormalities; perform routine husbandry and environmental maintenance; feed prescribed diets; perform assigned and approved animal enrichment activities and trainings; assist in the restraint and treatment of animals; participate in non-routine animal transports, build habitats, pools and perches, along with being prepared to respond to emergency situations. Keepers will also work collaboratively with volunteers, staff and interns, as well as the Medical Director for TWS.\r\nQualified candidates must have a General knowledge of Zoonotic Disease; and will be required to become (if not already) trained in chemical immobilization and fire arms within 6 months of start date.  Other qualifications and experience required:  familiarity with key message and communication; demonstrate capacity to engage and communicate with supporters; four-year degree in biology or related field (or equivalent); minimum one (2) years of experience in work relevant to related animal husbandry; ability to lift up to 60 pounds; able to bend, stoop, crawl and walk on uneven surfaces; ability to work in extreme weather conditions from 100 degree days to freezing temperatures; possession of a valid driver license; must have pre-exposure rabies and tetanus vaccines; ability to understand and follow oral and written instructions; ability to work safely, recognize safety hazards, and apply proper safety precautions; ability to work varied schedules including weekends, some evenings (including overnight hours) and holidays; ability to operate vehicles such as trucks, vans, and utility vehicles, and motorized vehicles such as snow blowers and lawnmowers; ability to utilize hand and power tools.</p>\r\n<p dir="ltr">\r\nCompetitive salary and benefits provided.  Applicants must send a typed resume, cover letter including salary expectations, transcript, copy of driver’s license, and 2 reference contacts to Gail Plewacki, Board President, at <a href="mailto:jobs@wildcatsanctuary.org">jobs@wildcatsanctuary.org</a></p>\r\n<p dir="ltr">\r\nFor more information about The Wildcat Sanctuary visit www.wildcatsanctuary.org</p>\r\n<p dir="ltr"></p>\r\n<p dir="ltr"></p>\r\n&nbsp;', 'Big Cat Keeper', 0, 'Full-time Big Cat Keeper with minimum 2 years experience in Sandstone, MN', 'inherit', 'closed', 'closed', '', '4823-revision-v1', '', '', '2013-12-10 13:18:02', '2013-12-10 18:18:02', '', 4823, 'https://www.aazk.org/4823-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5182, 2, '2014-01-10 14:34:19', '2014-01-10 19:34:19', '', 'Raptor knot', 0, '', 'inherit', 'closed', 'closed', '', 'raptor-knot', '', '', '2014-01-10 14:34:19', '2014-01-10 19:34:19', '', 5156, 'https://www.aazk.org/wp-content/uploads/Raptor-knot.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5184, 2, '2014-01-10 14:39:26', '2014-01-10 19:39:26', '', 'PenguinWorkshop', 0, '', 'inherit', 'closed', 'closed', '', 'penguinworkshop', '', '', '2014-01-10 14:39:26', '2014-01-10 19:39:26', '', 5156, 'https://www.aazk.org/wp-content/uploads/PenguinWorkshop.pptx', 0, 'attachment', 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 0) ; 
INSERT INTO `wp_posts` VALUES (4826, 2, '2013-12-10 13:23:15', '2013-12-10 18:23:15', '<p dir="ltr">Located in Tucson Mountain Park, just outside of Saguaro National Park (West), the Arizona-Sonora Desert Museum is a world-renowned zoo, natural history museum and botanical garden. Exhibits recreate the natural landscape of the Sonoran Desert region. Within the Museum grounds there are more than 300 animal species and 1,200 kinds of plants. There are almost two miles of paths traversing 21 acres of beautiful desert. We are accredited by the Association of Zoos and Aquariums (AZA) and are a member of the American Public Gardens Association and the American Association of Museums.</p>\r\n<p dir="ltr">Responsibilities:</p>\r\n<p dir="ltr">The Arizona-Sonora Desert Museum’s Department of Herpetology, Ichthyology &amp; Invertebrate Zoology is seeking an enthusiastic individual to join our team. The successful candidate will have strong knowledge and experience in aquatic systems; both saltwater and freshwater (70% of the position).  Basic knowledge and husbandry specific to herpetology and invertebrate zoology are highly desirable (30% of the position). Must be comfortable with presenting lectures to the public. Knowledge of the Sonoran Desert region is beneficial. The successful candidate is expected to continue to seek and acquire education/knowledge in several fields.  Must be able to work weekends and holidays as required. Must be a quick learner and a self-starter, requiring little supervision. Must be team oriented and have a demonstrated history of being courteous, sensitive and respectful.</p>\r\n<p dir="ltr">Further details of essential duties and responsibilities along with an outline of additional qualifications can be found within the position description available on ASDM\'s job page. A link can be found under the "How to Apply" heading below.</p>\r\n<p dir="ltr">Requirements: Associate’s degree or equivalent from a two-year college or technical school and at least two years’ work experience (preferably paid) in an AZA-accredited facility; or equivalent combination of education and experience required.  Must be able to lift and carry 50 lbs.</p>\r\n<p dir="ltr">Compensation: This is a full-time, bargaining unit position. Initial Step: $13.64/hr.\r\n\r\nThis position was opened on October 15, 2013, and will remain open until filled.</p>\r\n<p dir="ltr">Apply: This is a full-time, bargaining unit position. Initial Step: $13.64/hr.\r\n\r\n\r\n</p>\r\n&nbsp;', 'Aquatics Keeper (Full-Time)', 0, 'The Arizona-Sonora Desert Museum’s Department of Herpetology, Ichthyology & Invertebrate Zoology is seeking an enthusiastic individual to join our team as an Aquatics Keeper. The successful candidate will have strong knowledge and experience in aquatic systems; both saltwater and freshwater (70% of the position).  Basic knowledge and husbandry specific to herpetology and invertebrate zoology are highly desirable (30% of the position).\r\n', 'publish', 'closed', 'closed', '', 'aquatics-keeper-full-time', '', '', '2013-12-10 13:23:44', '2013-12-10 18:23:44', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=4826', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4827, 2, '2013-12-10 13:23:15', '2013-12-10 18:23:15', '<p dir="ltr">Located in Tucson Mountain Park, just outside of Saguaro National Park (West), the Arizona-Sonora Desert Museum is a world-renowned zoo, natural history museum and botanical garden. Exhibits recreate the natural landscape of the Sonoran Desert region. Within the Museum grounds there are more than 300 animal species and 1,200 kinds of plants. There are almost two miles of paths traversing 21 acres of beautiful desert. We are accredited by the Association of Zoos and Aquariums (AZA) and are a member of the American Public Gardens Association and the American Association of Museums.</p>\r\n<p dir="ltr">Responsibilities:</p>\r\n<p dir="ltr">The Arizona-Sonora Desert Museum’s Department of Herpetology, Ichthyology &amp; Invertebrate Zoology is seeking an enthusiastic individual to join our team. The successful candidate will have strong knowledge and experience in aquatic systems; both saltwater and freshwater (70% of the position).  Basic knowledge and husbandry specific to herpetology and invertebrate zoology are highly desirable (30% of the position). Must be comfortable with presenting lectures to the public. Knowledge of the Sonoran Desert region is beneficial. The successful candidate is expected to continue to seek and acquire education/knowledge in several fields.  Must be able to work weekends and holidays as required. Must be a quick learner and a self-starter, requiring little supervision. Must be team oriented and have a demonstrated history of being courteous, sensitive and respectful.</p>\r\n<p dir="ltr">Further details of essential duties and responsibilities along with an outline of additional qualifications can be found within the position description available on ASDM\'s job page. A link can be found under the "How to Apply" heading below.</p>\r\n<p dir="ltr">Requirements: Associate’s degree or equivalent from a two-year college or technical school and at least two years’ work experience (preferably paid) in an AZA-accredited facility; or equivalent combination of education and experience required.  Must be able to lift and carry 50 lbs.</p>\r\n<p dir="ltr">Compensation: This is a full-time, bargaining unit position. Initial Step: $13.64/hr.\r\n\r\nThis position was opened on October 15, 2013, and will remain open until filled.</p>\r\n<p dir="ltr">Apply: This is a full-time, bargaining unit position. Initial Step: $13.64/hr.\r\n\r\n\r\n</p>\r\n&nbsp;', 'Aquatics Keeper (Full-Time)', 0, 'The Arizona-Sonora Desert Museum’s Department of Herpetology, Ichthyology & Invertebrate Zoology is seeking an enthusiastic individual to join our team as an Aquatics Keeper. The successful candidate will have strong knowledge and experience in aquatic systems; both saltwater and freshwater (70% of the position).  Basic knowledge and husbandry specific to herpetology and invertebrate zoology are highly desirable (30% of the position).\r\n', 'inherit', 'closed', 'closed', '', '4826-revision-v1', '', '', '2013-12-10 13:23:15', '2013-12-10 18:23:15', '', 4826, 'https://www.aazk.org/4826-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5459, 2, '2014-02-04 12:45:20', '2014-02-04 17:45:20', '', 'Bird Strike Monitoring at the Philadelphia Zoo', 0, '', 'inherit', 'closed', 'closed', '', 'bird-strike-monitoring-at-the-philadelphia-zoo', '', '', '2014-02-04 12:45:20', '2014-02-04 17:45:20', '', 5156, 'https://www.aazk.org/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5179, 2, '2014-01-10 14:32:47', '2014-01-10 19:32:47', '', 'Hawk box', 0, '', 'inherit', 'closed', 'closed', '', 'hawk-box', '', '', '2014-01-10 14:32:47', '2014-01-10 19:32:47', '', 5156, 'https://www.aazk.org/wp-content/uploads/Hawk-box.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5180, 2, '2014-01-10 14:33:14', '2014-01-10 19:33:14', '', 'IAATE PositionStatement-Tethering', 0, '', 'inherit', 'closed', 'closed', '', 'iaate-positionstatement-tethering', '', '', '2014-01-10 14:33:14', '2014-01-10 19:33:14', '', 5156, 'https://www.aazk.org/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5181, 2, '2014-01-10 14:33:42', '2014-01-10 19:33:42', '', 'Raptor equipment', 0, '', 'inherit', 'closed', 'closed', '', 'raptor-equipment', '', '', '2014-01-10 14:33:42', '2014-01-10 19:33:42', '', 5156, 'https://www.aazk.org/wp-content/uploads/Raptor-equipment.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (4829, 2, '2013-12-10 13:30:13', '2013-12-10 18:30:13', '<p dir="ltr">Expiration Date: 2014-01-18</p>\r\nLocation: Save the Chimps - Fort Pierce, Florida\r\n<p dir="ltr">Monitoring includes, but is not limited to, patrolling sanctuary, enrichment preparation, dispensing medications, monitoring sick chimps as needed, responding to chimpanzee disputes or other disturbances and all other duties as assigned by Operations Manager.</p>\r\n<p dir="ltr"><strong>Responsibilities:</strong></p>\r\n<p dir="ltr">·      Conducts regular patrols of sanctuary as direct;</p>\r\n<p dir="ltr">·      Respond to chimpanzee disputes or disturbances;</p>\r\n<p dir="ltr">·      Reports injuries or illnesses to the Veterinarian;</p>\r\n<p dir="ltr">·      Report intruders to Sanctuary Director, Operations Manager and law enforcement;</p>\r\n<p dir="ltr">·      Report mechanical failures or utility failures to appropriate personnel;</p>\r\n<p dir="ltr">·      Responds to emergency situations as directed by the Emergency Response Manual, and immediately contact the Sanctuary Director, Operations Manager, Veterinarian or other designated personnel for assistance;</p>\r\n<p dir="ltr">·      At the direction of the Veterinarian, Vet Assistant, Chimp Care Manager or Sanctuary Director monitor the health of any ill or injured chimpanzee;</p>\r\n<p dir="ltr">·      Prepare and dispense medications for individual chimpanzees receiving evening medications as directed;</p>\r\n<p dir="ltr">·      Inspects food deliveries; If you wouldn’t eat it, don’t serve it to the chimps!</p>\r\n<p dir="ltr">·      Sorts, counts, bins and bags food items for meals as directed by the Operations manager of other Kitchen personnel;</p>\r\n<p dir="ltr">·      Prepares dietary supplements for the chimps, including but not limited to, baby bottles, protein shakes, and Gatorades;</p>\r\n<p dir="ltr">·      Prepares enrichment items for chimpanzee party items as directed by the Operations Manager or other Kitchen personnel;</p>\r\n<p dir="ltr">·      Is familiar with all dietary restrictions for individual chimpanzees and prevents inclusion of restricted items in meals;</p>\r\n<p dir="ltr">·      Monitors inventory of all food and non-food supplies and reports shortages to the Operations Manager;</p>\r\n<p dir="ltr">·      As directed, implements all other projects regarding Food and Enrichment Operations;</p>\r\n<p dir="ltr">·      Ensures all Food and Enrichment Operation department’s equipment is clean, disinfected and in good working order;</p>\r\n<p dir="ltr">·      With the Veterinarian or Veterinary Assistant assist with morning preparation of chimpanzee medications;</p>\r\n<p dir="ltr">·      Assist with lock maintenance and repair;</p>\r\n<p dir="ltr">·      Supervise and provide direction to other non-supervisory night staff/assistants;</p>\r\n<p dir="ltr">·      Carry a STC cell phone programmed with important numbers at all times and ensures that the phone remains fully charged and operable;</p>\r\n<p dir="ltr">·      Communicate clearly to appropriate staff all matters involving chimpanzee health and safety;</p>\r\n<p dir="ltr">·      Must be able to perform all duties of a Staff Supervisor;</p>\r\n<p dir="ltr">·      All other duties as assigned.</p>\r\n<p dir="ltr"><strong>Requirements:</strong></p>\r\n<p dir="ltr">Minimum Requirements:</p>\r\n<p dir="ltr"> Training period during day and evening shifts during first 90 days of employment;</p>\r\n<p dir="ltr">Great ape knowledge and experience preferred;</p>\r\n<p dir="ltr">Experience working evening/night shift;</p>\r\n<p dir="ltr">Ability to understand and follow written and verbal instructions;</p>\r\n<p dir="ltr">Accuracy and attention to detail;</p>\r\n<p dir="ltr">High School Diploma or GED;</p>\r\n<p dir="ltr"><strong>Physical Requirements:</strong></p>\r\n<p dir="ltr">The physical demands described here are representative of those that must be met by an employee to successfully perform the essential functions of this job.</p>\r\n<p dir="ltr">Standing for extended periods of time;</p>\r\n<p dir="ltr">Bending, stretching, crouching or sitting for extended periods of time;</p>\r\n<p dir="ltr">Walking for extended periods of time</p>\r\n<p dir="ltr">Use of hands and fingers to handle or feel objects, tools or controls;</p>\r\n<p dir="ltr">Reach with hands and arms;</p>\r\n<p dir="ltr">Hear noises made by the chimps;</p>\r\n<p dir="ltr">Climb, balance, stoop, kneel and crawl;</p>\r\n<p dir="ltr">Lifting and/or move up to fifty (50) pounds;</p>\r\n<p dir="ltr">Swim in the face of danger;</p>\r\n<p dir="ltr">Run in the face of danger.</p>\r\n<p dir="ltr"><strong>Environmental Requirements:</strong></p>\r\n<p dir="ltr">Tasks are performed with potential for exposure to adverse conditions such as dirt, dust, pollen, odors, wetness, humidity, rain, fumes, temperature and noise extremes, machinery, vibrations, animals/wildlife, or toxic/poisonous agents.  Employees must not object to unpleasant chimpanzee behaviors that include spitting of water or saliva, throwing of feces, food or other waste, and chimpanzee displays that may include banging, kicking of the fencing, and loud screams or hooting.</p>\r\n<p dir="ltr">Compensation: Based on experience. Full package benefits available upon completion of 90 days of employment.</p>\r\nSave the Chimps, Inc. is an Equal Opportunity Employer.  In compliance with Equal Employment Opportunity guidelines and the Americans with Disabilities Act, Save the Chimps, Inc. provides reasonable accommodation to qualified individuals with disabilities and encourages both prospective and current employees to discuss potential accommodations with the employer.\r\n<div>Save the Chimps, Inc.</div>\r\n<p dir="ltr">P.O. Box 12220\r\nFt. Pierce, FL 34979\r\nTelephone: 772-429-0403\r\nFax: 772-460-0720</p>\r\n&nbsp;', 'Sanctuary Night Supervisor II', 0, 'This position is responsible for monitoring the the chimpanzee sanctuary facilities and chimpanzees in the evenings and overnight from 10:00 pm to 8 am four nights per week. This is a work alone position for long hours with regular outside checks. ', 'publish', 'closed', 'closed', '', 'sanctuary-night-supervisor-ii', '', '', '2013-12-10 13:30:13', '2013-12-10 18:30:13', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=4829', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4830, 2, '2013-12-10 13:30:13', '2013-12-10 18:30:13', '<p dir="ltr">Expiration Date: 2014-01-18</p>\r\nLocation: Save the Chimps - Fort Pierce, Florida\r\n<p dir="ltr">Monitoring includes, but is not limited to, patrolling sanctuary, enrichment preparation, dispensing medications, monitoring sick chimps as needed, responding to chimpanzee disputes or other disturbances and all other duties as assigned by Operations Manager.</p>\r\n<p dir="ltr"><strong>Responsibilities:</strong></p>\r\n<p dir="ltr">·      Conducts regular patrols of sanctuary as direct;</p>\r\n<p dir="ltr">·      Respond to chimpanzee disputes or disturbances;</p>\r\n<p dir="ltr">·      Reports injuries or illnesses to the Veterinarian;</p>\r\n<p dir="ltr">·      Report intruders to Sanctuary Director, Operations Manager and law enforcement;</p>\r\n<p dir="ltr">·      Report mechanical failures or utility failures to appropriate personnel;</p>\r\n<p dir="ltr">·      Responds to emergency situations as directed by the Emergency Response Manual, and immediately contact the Sanctuary Director, Operations Manager, Veterinarian or other designated personnel for assistance;</p>\r\n<p dir="ltr">·      At the direction of the Veterinarian, Vet Assistant, Chimp Care Manager or Sanctuary Director monitor the health of any ill or injured chimpanzee;</p>\r\n<p dir="ltr">·      Prepare and dispense medications for individual chimpanzees receiving evening medications as directed;</p>\r\n<p dir="ltr">·      Inspects food deliveries; If you wouldn’t eat it, don’t serve it to the chimps!</p>\r\n<p dir="ltr">·      Sorts, counts, bins and bags food items for meals as directed by the Operations manager of other Kitchen personnel;</p>\r\n<p dir="ltr">·      Prepares dietary supplements for the chimps, including but not limited to, baby bottles, protein shakes, and Gatorades;</p>\r\n<p dir="ltr">·      Prepares enrichment items for chimpanzee party items as directed by the Operations Manager or other Kitchen personnel;</p>\r\n<p dir="ltr">·      Is familiar with all dietary restrictions for individual chimpanzees and prevents inclusion of restricted items in meals;</p>\r\n<p dir="ltr">·      Monitors inventory of all food and non-food supplies and reports shortages to the Operations Manager;</p>\r\n<p dir="ltr">·      As directed, implements all other projects regarding Food and Enrichment Operations;</p>\r\n<p dir="ltr">·      Ensures all Food and Enrichment Operation department’s equipment is clean, disinfected and in good working order;</p>\r\n<p dir="ltr">·      With the Veterinarian or Veterinary Assistant assist with morning preparation of chimpanzee medications;</p>\r\n<p dir="ltr">·      Assist with lock maintenance and repair;</p>\r\n<p dir="ltr">·      Supervise and provide direction to other non-supervisory night staff/assistants;</p>\r\n<p dir="ltr">·      Carry a STC cell phone programmed with important numbers at all times and ensures that the phone remains fully charged and operable;</p>\r\n<p dir="ltr">·      Communicate clearly to appropriate staff all matters involving chimpanzee health and safety;</p>\r\n<p dir="ltr">·      Must be able to perform all duties of a Staff Supervisor;</p>\r\n<p dir="ltr">·      All other duties as assigned.</p>\r\n<p dir="ltr"><strong>Requirements:</strong></p>\r\n<p dir="ltr">Minimum Requirements:</p>\r\n<p dir="ltr"> Training period during day and evening shifts during first 90 days of employment;</p>\r\n<p dir="ltr">Great ape knowledge and experience preferred;</p>\r\n<p dir="ltr">Experience working evening/night shift;</p>\r\n<p dir="ltr">Ability to understand and follow written and verbal instructions;</p>\r\n<p dir="ltr">Accuracy and attention to detail;</p>\r\n<p dir="ltr">High School Diploma or GED;</p>\r\n<p dir="ltr"><strong>Physical Requirements:</strong></p>\r\n<p dir="ltr">The physical demands described here are representative of those that must be met by an employee to successfully perform the essential functions of this job.</p>\r\n<p dir="ltr">Standing for extended periods of time;</p>\r\n<p dir="ltr">Bending, stretching, crouching or sitting for extended periods of time;</p>\r\n<p dir="ltr">Walking for extended periods of time</p>\r\n<p dir="ltr">Use of hands and fingers to handle or feel objects, tools or controls;</p>\r\n<p dir="ltr">Reach with hands and arms;</p>\r\n<p dir="ltr">Hear noises made by the chimps;</p>\r\n<p dir="ltr">Climb, balance, stoop, kneel and crawl;</p>\r\n<p dir="ltr">Lifting and/or move up to fifty (50) pounds;</p>\r\n<p dir="ltr">Swim in the face of danger;</p>\r\n<p dir="ltr">Run in the face of danger.</p>\r\n<p dir="ltr"><strong>Environmental Requirements:</strong></p>\r\n<p dir="ltr">Tasks are performed with potential for exposure to adverse conditions such as dirt, dust, pollen, odors, wetness, humidity, rain, fumes, temperature and noise extremes, machinery, vibrations, animals/wildlife, or toxic/poisonous agents.  Employees must not object to unpleasant chimpanzee behaviors that include spitting of water or saliva, throwing of feces, food or other waste, and chimpanzee displays that may include banging, kicking of the fencing, and loud screams or hooting.</p>\r\n<p dir="ltr">Compensation: Based on experience. Full package benefits available upon completion of 90 days of employment.</p>\r\nSave the Chimps, Inc. is an Equal Opportunity Employer.  In compliance with Equal Employment Opportunity guidelines and the Americans with Disabilities Act, Save the Chimps, Inc. provides reasonable accommodation to qualified individuals with disabilities and encourages both prospective and current employees to discuss potential accommodations with the employer.\r\n<div>Save the Chimps, Inc.</div>\r\n<p dir="ltr">P.O. Box 12220\r\nFt. Pierce, FL 34979\r\nTelephone: 772-429-0403\r\nFax: 772-460-0720</p>\r\n&nbsp;', 'Sanctuary Night Supervisor II', 0, 'This position is responsible for monitoring the the chimpanzee sanctuary facilities and chimpanzees in the evenings and overnight from 10:00 pm to 8 am four nights per week. This is a work alone position for long hours with regular outside checks. ', 'inherit', 'closed', 'closed', '', '4829-revision-v1', '', '', '2013-12-10 13:30:13', '2013-12-10 18:30:13', '', 4829, 'https://www.aazk.org/4829-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4831, 2, '2013-12-10 13:37:55', '2013-12-10 18:37:55', '<p dir="ltr">Location:  International Exotic Feline Sactuary - Boyd, TX</p>\r\n Expiration Date: 2014-01-08\r\n\r\n<strong> Spring Internship: March 1-May 31,</strong> deadline January 1; <strong>Summer Internship: June 1-August 31,</strong> deadline April 1; <strong>Fall Internship: September 1-November 30,</strong> deadline July 1. <strong>Winter Internship: December 1-February 28</strong>, deadline October 1.\r\n\r\nThe start dates will vary.  The internship will usually start the first Monday of the month.  If you cannot commit to the entire three-month session, please do not apply.  There are four to six positions available within the International Exotic Animal Sanctuary animal care department. The International Exotic Animal Sanctuary is the first sanctuary ever to be granted certification by the AZA. The Sanctuary cares for exotic animals encompassing 11 different feline species and 16 bears. Vehicles, housing and stipend are available. Housing is in a new luxurious four bedroom-four bathroom air-conditioned dormitory home with a large kitchen.\r\n<p dir="ltr"><strong>Responsibilities:</strong></p>\r\n<p dir="ltr">Interns will gain practical experience working with exotic felines and bears, will be involved with our educational program and will be involved in our emotional and behavioral enrichment programs. Interns will be able to learn as much about exotic felines\' behavior as they choose to learn within the three-month session. Experience includes feeding, cleaning, animal health, animal management, behavioral studies, record keeping, assisting in construction and habitat modification, and related activities. Interns will also be involved with the volunteer program and formal and informal presentations.</p>\r\n<p dir="ltr">Requirements:</p>\r\n<p dir="ltr">Candidates should have at least two years of undergraduate program studies in zoology, animal management, biology, or a related field or three years of experience at an AZA accredited facility. Interns must be able to perform regular, strenuous duties in 90 to over 100 degree weather and must be able to lift 50lbs.  Interns must present themselves in a professional manner during their internship.  Required: completed application including a copy of driver\'s license, three letters of reference, unofficial or official transcript, and a cover letter and resume. If you have interned or volunteered somewhere, please include a reference letter from your supervisor.  We would like to have a letter from a supervisor you worked for.  Consideration will only be given to those who send completed application and required documents.</p>\r\n<p dir="ltr"><strong>Compensation:</strong></p>\r\n<p dir="ltr">$50/week stipend.  Vehicles and housing are available. Housing is in a new luxurious four-bedroom/four bathroom air-conditioned dormitory home with a large kitchen.</p>\r\n<p dir="ltr">Apply:</p>\r\n\r\n<table cellspacing="3" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td valign="top">Mail</td>\r\n<td>International Exotic Animal Sanctuary\r\nP.O. Box 637\r\nBoyd, TX 76023</td>\r\n</tr>\r\n<tr>\r\n<td>Phone</td>\r\n<td>(940) 433-5091</td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>(940) 433-5092</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;', 'Three Month Animal Care Intern', 0, 'Interns will learn about basic exotic animal husbandry along with various maintenance skills.\r\n', 'publish', 'closed', 'closed', '', 'three-month-animal-care-intern', '', '', '2013-12-10 13:37:55', '2013-12-10 18:37:55', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=4831', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4832, 2, '2013-12-10 13:37:55', '2013-12-10 18:37:55', '<p dir="ltr">Location:  International Exotic Feline Sactuary - Boyd, TX</p>\r\n Expiration Date: 2014-01-08\r\n\r\n<strong> Spring Internship: March 1-May 31,</strong> deadline January 1; <strong>Summer Internship: June 1-August 31,</strong> deadline April 1; <strong>Fall Internship: September 1-November 30,</strong> deadline July 1. <strong>Winter Internship: December 1-February 28</strong>, deadline October 1.\r\n\r\nThe start dates will vary.  The internship will usually start the first Monday of the month.  If you cannot commit to the entire three-month session, please do not apply.  There are four to six positions available within the International Exotic Animal Sanctuary animal care department. The International Exotic Animal Sanctuary is the first sanctuary ever to be granted certification by the AZA. The Sanctuary cares for exotic animals encompassing 11 different feline species and 16 bears. Vehicles, housing and stipend are available. Housing is in a new luxurious four bedroom-four bathroom air-conditioned dormitory home with a large kitchen.\r\n<p dir="ltr"><strong>Responsibilities:</strong></p>\r\n<p dir="ltr">Interns will gain practical experience working with exotic felines and bears, will be involved with our educational program and will be involved in our emotional and behavioral enrichment programs. Interns will be able to learn as much about exotic felines\' behavior as they choose to learn within the three-month session. Experience includes feeding, cleaning, animal health, animal management, behavioral studies, record keeping, assisting in construction and habitat modification, and related activities. Interns will also be involved with the volunteer program and formal and informal presentations.</p>\r\n<p dir="ltr">Requirements:</p>\r\n<p dir="ltr">Candidates should have at least two years of undergraduate program studies in zoology, animal management, biology, or a related field or three years of experience at an AZA accredited facility. Interns must be able to perform regular, strenuous duties in 90 to over 100 degree weather and must be able to lift 50lbs.  Interns must present themselves in a professional manner during their internship.  Required: completed application including a copy of driver\'s license, three letters of reference, unofficial or official transcript, and a cover letter and resume. If you have interned or volunteered somewhere, please include a reference letter from your supervisor.  We would like to have a letter from a supervisor you worked for.  Consideration will only be given to those who send completed application and required documents.</p>\r\n<p dir="ltr"><strong>Compensation:</strong></p>\r\n<p dir="ltr">$50/week stipend.  Vehicles and housing are available. Housing is in a new luxurious four-bedroom/four bathroom air-conditioned dormitory home with a large kitchen.</p>\r\n<p dir="ltr">Apply:</p>\r\n\r\n<table cellspacing="3" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td valign="top">Mail</td>\r\n<td>International Exotic Animal Sanctuary\r\nP.O. Box 637\r\nBoyd, TX 76023</td>\r\n</tr>\r\n<tr>\r\n<td>Phone</td>\r\n<td>(940) 433-5091</td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>(940) 433-5092</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;', 'Three Month Animal Care Intern', 0, 'Interns will learn about basic exotic animal husbandry along with various maintenance skills.\r\n', 'inherit', 'closed', 'closed', '', '4831-revision-v1', '', '', '2013-12-10 13:37:55', '2013-12-10 18:37:55', '', 4831, 'https://www.aazk.org/4831-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4833, 2, '2013-12-10 13:39:56', '2013-12-10 18:39:56', '<p dir="ltr">Expiration Date: 2014-01-12</p>\r\n&nbsp;\r\n<p dir="ltr">Under general direction of the Executive Director, will provide leadership in the general day-to-day operations of The Wildcat Sanctuary, including operations staffing, facility design, construction and maintenance, security measures, tools and equipment, operational supplies, and numerous areas of data collection, retention and evaluation.</p>\r\n<p dir="ltr">Direct Reports:   Animal Care Staff, interns and volunteers</p>\r\n<p dir="ltr">Responsibilities:</p>\r\n\r\n<ul>\r\n	<li dir="ltr">\r\n<p dir="ltr">Establish a proactive leadership role and communicates regularly with Executive Director regarding animal management, facility maintenance, and staff supervision.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Evaluating paid and volunteer labor needs, creating job descriptions, background checks, evaluations, creating responsibilities, and managing intern and volunteer programs.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">In cooperation with the Executive Director, responsible for management of keepers, interns and volunteers, including recruiting, selecting, orienting and training, and developing growth and learning opportunities.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Ensure staff results by clearly communicating job expectations; planning, monitoring, and appraising results; coaching and disciplining staff when needed.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Under the direction of the Executive Director, establish and support strategic goals by assisting to define objectives and evaluating outcomes.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Maintain quality communications with Executive Director, veterinary staff, keepers, office staff, interns, and volunteers, as needed.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Responsible for daily implementation, enforcement and oversight of approved policies, procedures and protocols to ensure the highest standards of care.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Provide direction and guidance to keepers, volunteers and staff through responsible leadership, training, and staff development to ensure a safe workplace.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Works with Executive Director in the development of new husbandry protocols and diets, including maintaining the vet protocol manual. Will consult with Medical Director on veterinary care.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Evaluates and manages grounds; design, construction, repairs, infrastructure, perimeter security, internal security, animal security management, snow removal, heating/cooling, seasonal operation and protection, supplies, equipment and maintenance.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Evaluates and manages animal care needs; nutritional needs, food inventory, veterinary supplies inventory, and coordination with vet team.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Procures and monitors on-site contractors and servicemen ensuring the safety of all animals, habitats and individuals on the property,</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Oversees safety protocols for the facility, including scheduling training, practice drills and keeping the manual up to date on current protocol</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Performs routine inspection and maintenance of buildings, enclosures, grounds, and equipment and report and structural or mechanical problems.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Participates in daily husbandry with at most 35% of time spent for office and management work.</p>\r\n\r\n<ul>\r\n	<li dir="ltr">\r\n<p dir="ltr">Feed prescribed diets; monitor and report diet consumption.  Discuss diets and feeding schedules with keepers</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Monitor, observe, and record animal data to determine health/illness.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Observe and report animal behavior; perform approved behavioral enrichment activities.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Assist in restraint and treatment of animals.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Participate as assigned in non-routine health and husbandry activities such as animal transports, animal introductions, and the medication of animals.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Provide preventative care, treatment and medication to animals according to standard protocol and/or as directed by supervisor or veterinarian.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Inspects animal areas for security and safety of animals, staff and the public.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Perform cleaning, maintenance and repairs to buildings, enclosures, grounds and equipment.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Construct, modify, and maintain habitats, its contents and animal buildings.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Secure buildings, grounds and enclosures.</p>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<p dir="ltr">Requirements:</p>\r\n\r\n<ul>\r\n	<li dir="ltr">\r\n<p dir="ltr">Minimum two (2) years experience in work relevant to related animal husbandry.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Minimum two (2) years experience in supervising, coaching, and appraising staff in a formal supervisor or manager role.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Four-year degree in biology/zoo related field. (Exceptions can be made with the approval of the Executive Director.)</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Familiarity with key messages and communications; demonstrated capacity to effectively communicate and establish rapport with supporters.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Ability to establish and maintain effective working relationships with Sanctuary leaders, keepers, co-workers, volunteers and donors.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Knowledge of basic construction and maintenance procedures.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Ability to lift up to 60 pounds and bend, stoop, crawl and walk on uneven surfaces.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Ability to work in extreme weather conditions from 100 degree days to freezing temperatures.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Possession of a valid driver license.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Ability to understand and follow oral and written instructions</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Ability to work varied schedules including weekends and some evenings and holidays</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Ability to operate vehicles such as trucks, vans, and utility vehicles, and motorized vehicles such as snow blowers and lawnmowers</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Ability to utilize hand and power tools</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Allergic conditions which would be aggravated when handling or working with animals may be a disqualification.</p>\r\n</li>\r\n</ul>\r\n<p dir="ltr">Compensation: Competitive salary and benefits provided based on experience.</p>\r\nApply:\r\n<p dir="ltr">Applicants must send a typed resume, cover letter including salary expectations, transcript, copy of driver’s license, and 2 reference contacts to Gail Plewacki, Board President, at <a href="mailto:jobs@wildcatsanctuary.org">jobs@wildcatsanctuary.org</a></p>\r\n<p dir="ltr">For more information about The Wildcat Sanctuary visit www.wildcatsanctuary.org</p>', 'Sanctuary Operations Manager', 0, 'The OM\'s primary task is to ensure that the Sanctuary runs as smoothly and effectively as possible. He/she will spend most of their day establishing and implementing Sanctuary procedures and protocols.\r\n', 'publish', 'closed', 'closed', '', 'sanctuary-operations-manager', '', '', '2013-12-10 13:41:20', '2013-12-10 18:41:20', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=4833', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4834, 2, '2013-12-10 13:39:56', '2013-12-10 18:39:56', '<p dir="ltr">Expiration Date: 2014-01-12</p>\r\n&nbsp;\r\n<p dir="ltr">Under general direction of the Executive Director, will provide leadership in the general day-to-day operations of The Wildcat Sanctuary, including operations staffing, facility design, construction and maintenance, security measures, tools and equipment, operational supplies, and numerous areas of data collection, retention and evaluation.</p>\r\n<p dir="ltr">Direct Reports:   Animal Care Staff, interns and volunteers</p>\r\n<p dir="ltr">Responsibilities:</p>\r\n\r\n<ul>\r\n	<li dir="ltr">\r\n<p dir="ltr">Establish a proactive leadership role and communicates regularly with Executive Director regarding animal management, facility maintenance, and staff supervision.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Evaluating paid and volunteer labor needs, creating job descriptions, background checks, evaluations, creating responsibilities, and managing intern and volunteer programs.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">In cooperation with the Executive Director, responsible for management of keepers, interns and volunteers, including recruiting, selecting, orienting and training, and developing growth and learning opportunities.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Ensure staff results by clearly communicating job expectations; planning, monitoring, and appraising results; coaching and disciplining staff when needed.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Under the direction of the Executive Director, establish and support strategic goals by assisting to define objectives and evaluating outcomes.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Maintain quality communications with Executive Director, veterinary staff, keepers, office staff, interns, and volunteers, as needed.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Responsible for daily implementation, enforcement and oversight of approved policies, procedures and protocols to ensure the highest standards of care.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Provide direction and guidance to keepers, volunteers and staff through responsible leadership, training, and staff development to ensure a safe workplace.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Works with Executive Director in the development of new husbandry protocols and diets, including maintaining the vet protocol manual. Will consult with Medical Director on veterinary care.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Evaluates and manages grounds; design, construction, repairs, infrastructure, perimeter security, internal security, animal security management, snow removal, heating/cooling, seasonal operation and protection, supplies, equipment and maintenance.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Evaluates and manages animal care needs; nutritional needs, food inventory, veterinary supplies inventory, and coordination with vet team.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Procures and monitors on-site contractors and servicemen ensuring the safety of all animals, habitats and individuals on the property,</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Oversees safety protocols for the facility, including scheduling training, practice drills and keeping the manual up to date on current protocol</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Performs routine inspection and maintenance of buildings, enclosures, grounds, and equipment and report and structural or mechanical problems.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Participates in daily husbandry with at most 35% of time spent for office and management work.</p>\r\n\r\n<ul>\r\n	<li dir="ltr">\r\n<p dir="ltr">Feed prescribed diets; monitor and report diet consumption.  Discuss diets and feeding schedules with keepers</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Monitor, observe, and record animal data to determine health/illness.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Observe and report animal behavior; perform approved behavioral enrichment activities.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Assist in restraint and treatment of animals.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Participate as assigned in non-routine health and husbandry activities such as animal transports, animal introductions, and the medication of animals.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Provide preventative care, treatment and medication to animals according to standard protocol and/or as directed by supervisor or veterinarian.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Inspects animal areas for security and safety of animals, staff and the public.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Perform cleaning, maintenance and repairs to buildings, enclosures, grounds and equipment.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Construct, modify, and maintain habitats, its contents and animal buildings.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Secure buildings, grounds and enclosures.</p>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<p dir="ltr">Requirements:</p>\r\n\r\n<ul>\r\n	<li dir="ltr">\r\n<p dir="ltr">Minimum two (2) years experience in work relevant to related animal husbandry.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Minimum two (2) years experience in supervising, coaching, and appraising staff in a formal supervisor or manager role.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Four-year degree in biology/zoo related field. (Exceptions can be made with the approval of the Executive Director.)</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Familiarity with key messages and communications; demonstrated capacity to effectively communicate and establish rapport with supporters.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Ability to establish and maintain effective working relationships with Sanctuary leaders, keepers, co-workers, volunteers and donors.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Knowledge of basic construction and maintenance procedures.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Ability to lift up to 60 pounds and bend, stoop, crawl and walk on uneven surfaces.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Ability to work in extreme weather conditions from 100 degree days to freezing temperatures.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Possession of a valid driver license.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Ability to understand and follow oral and written instructions</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Ability to work varied schedules including weekends and some evenings and holidays</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Ability to operate vehicles such as trucks, vans, and utility vehicles, and motorized vehicles such as snow blowers and lawnmowers</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Ability to utilize hand and power tools</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Allergic conditions which would be aggravated when handling or working with animals may be a disqualification.</p>\r\n</li>\r\n</ul>\r\n<p dir="ltr">Compensation: Competitive salary and benefits provided based on experience.</p>\r\nApply: Competitive salary and benefits provided based on experience.', 'Sanctuary Operations Manager', 0, 'The OM\'s primary task is to ensure that the Sanctuary runs as smoothly and effectively as possible. He/she will spend most of their day establishing and implementing Sanctuary procedures and protocols.\r\n', 'inherit', 'closed', 'closed', '', '4833-revision-v1', '', '', '2013-12-10 13:39:56', '2013-12-10 18:39:56', '', 4833, 'https://www.aazk.org/4833-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4835, 2, '2013-12-10 13:41:20', '2013-12-10 18:41:20', '<p dir="ltr">Expiration Date: 2014-01-12</p>\r\n&nbsp;\r\n<p dir="ltr">Under general direction of the Executive Director, will provide leadership in the general day-to-day operations of The Wildcat Sanctuary, including operations staffing, facility design, construction and maintenance, security measures, tools and equipment, operational supplies, and numerous areas of data collection, retention and evaluation.</p>\r\n<p dir="ltr">Direct Reports:   Animal Care Staff, interns and volunteers</p>\r\n<p dir="ltr">Responsibilities:</p>\r\n\r\n<ul>\r\n	<li dir="ltr">\r\n<p dir="ltr">Establish a proactive leadership role and communicates regularly with Executive Director regarding animal management, facility maintenance, and staff supervision.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Evaluating paid and volunteer labor needs, creating job descriptions, background checks, evaluations, creating responsibilities, and managing intern and volunteer programs.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">In cooperation with the Executive Director, responsible for management of keepers, interns and volunteers, including recruiting, selecting, orienting and training, and developing growth and learning opportunities.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Ensure staff results by clearly communicating job expectations; planning, monitoring, and appraising results; coaching and disciplining staff when needed.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Under the direction of the Executive Director, establish and support strategic goals by assisting to define objectives and evaluating outcomes.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Maintain quality communications with Executive Director, veterinary staff, keepers, office staff, interns, and volunteers, as needed.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Responsible for daily implementation, enforcement and oversight of approved policies, procedures and protocols to ensure the highest standards of care.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Provide direction and guidance to keepers, volunteers and staff through responsible leadership, training, and staff development to ensure a safe workplace.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Works with Executive Director in the development of new husbandry protocols and diets, including maintaining the vet protocol manual. Will consult with Medical Director on veterinary care.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Evaluates and manages grounds; design, construction, repairs, infrastructure, perimeter security, internal security, animal security management, snow removal, heating/cooling, seasonal operation and protection, supplies, equipment and maintenance.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Evaluates and manages animal care needs; nutritional needs, food inventory, veterinary supplies inventory, and coordination with vet team.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Procures and monitors on-site contractors and servicemen ensuring the safety of all animals, habitats and individuals on the property,</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Oversees safety protocols for the facility, including scheduling training, practice drills and keeping the manual up to date on current protocol</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Performs routine inspection and maintenance of buildings, enclosures, grounds, and equipment and report and structural or mechanical problems.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Participates in daily husbandry with at most 35% of time spent for office and management work.</p>\r\n\r\n<ul>\r\n	<li dir="ltr">\r\n<p dir="ltr">Feed prescribed diets; monitor and report diet consumption.  Discuss diets and feeding schedules with keepers</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Monitor, observe, and record animal data to determine health/illness.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Observe and report animal behavior; perform approved behavioral enrichment activities.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Assist in restraint and treatment of animals.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Participate as assigned in non-routine health and husbandry activities such as animal transports, animal introductions, and the medication of animals.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Provide preventative care, treatment and medication to animals according to standard protocol and/or as directed by supervisor or veterinarian.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Inspects animal areas for security and safety of animals, staff and the public.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Perform cleaning, maintenance and repairs to buildings, enclosures, grounds and equipment.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Construct, modify, and maintain habitats, its contents and animal buildings.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Secure buildings, grounds and enclosures.</p>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<p dir="ltr">Requirements:</p>\r\n\r\n<ul>\r\n	<li dir="ltr">\r\n<p dir="ltr">Minimum two (2) years experience in work relevant to related animal husbandry.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Minimum two (2) years experience in supervising, coaching, and appraising staff in a formal supervisor or manager role.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Four-year degree in biology/zoo related field. (Exceptions can be made with the approval of the Executive Director.)</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Familiarity with key messages and communications; demonstrated capacity to effectively communicate and establish rapport with supporters.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Ability to establish and maintain effective working relationships with Sanctuary leaders, keepers, co-workers, volunteers and donors.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Knowledge of basic construction and maintenance procedures.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Ability to lift up to 60 pounds and bend, stoop, crawl and walk on uneven surfaces.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Ability to work in extreme weather conditions from 100 degree days to freezing temperatures.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Possession of a valid driver license.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Ability to understand and follow oral and written instructions</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Ability to work varied schedules including weekends and some evenings and holidays</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Ability to operate vehicles such as trucks, vans, and utility vehicles, and motorized vehicles such as snow blowers and lawnmowers</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Ability to utilize hand and power tools</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Allergic conditions which would be aggravated when handling or working with animals may be a disqualification.</p>\r\n</li>\r\n</ul>\r\n<p dir="ltr">Compensation: Competitive salary and benefits provided based on experience.</p>\r\nApply:\r\n<p dir="ltr">Applicants must send a typed resume, cover letter including salary expectations, transcript, copy of driver’s license, and 2 reference contacts to Gail Plewacki, Board President, at <a href="mailto:jobs@wildcatsanctuary.org">jobs@wildcatsanctuary.org</a></p>\r\n<p dir="ltr">For more information about The Wildcat Sanctuary visit www.wildcatsanctuary.org</p>', 'Sanctuary Operations Manager', 0, 'The OM\'s primary task is to ensure that the Sanctuary runs as smoothly and effectively as possible. He/she will spend most of their day establishing and implementing Sanctuary procedures and protocols.\r\n', 'inherit', 'closed', 'closed', '', '4833-revision-v1', '', '', '2013-12-10 13:41:20', '2013-12-10 18:41:20', '', 4833, 'https://www.aazk.org/4833-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5311, 3, '2014-01-17 13:18:34', '2014-01-17 18:18:34', '<h5>Facility</h5>\r\n<p>Turtle Bay Exploration Park</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nTurtle Bay Exploration Park seeks an experienced team player to join us as a part-time Aquarist in our Animal Department.   Turtle Bay Exploration Park is filled with entertaining activities focused on the interpretation of the relationship between humans and nature.  Our 300 acre campus sits on the Sacramento River in beautiful Northern California.\r\n\r\nPosition Summary:\r\nUnder the supervision of the Curator of Animal Programs and in conjunction with a fellow aquarist you will maintain our freshwater and marine ecosystems for public display, including one 22,000 gallon system and approximately 15 smaller systems ranging from 50-600 gallons.\r\n\r\nResponsibilities:\r\nThe chosen applicant will be responsible for performing hands-on animal husbandry (fish, amphibians, reptiles, and invertebrates); maintain life support systems and appropriate environmental conditions; and perform all aspects of water quality testing. In addition you will be trained to support the animal show area of Turtle Bay, which includes husbandry and handling practices of our reptiles, birds, and mammals; assisting with summer shows; and our year-round walk through aviary. Applicant must be outgoing, creative, confident, self-motivated, and work well independently, as well as with others (including adult and teen volunteers).\r\nThe individual we seek will be experienced, dynamic, and present him/herself well to the public.  He/she will work to create aquaria that will enthuse, entertain, and educate Turtle Bay’s guests.\r\n\r\nTurtle Bay Exploration Park sits on the banks of the Sacramento River with the Sundial Bridge, designed by world-renowned architect Santiago Calatrava, and is linked to a beautiful thirteen-mile trail along the Sacramento River.  Redding is a dynamic community with a superb climate.  Our moderate seasons, with low-humidity, sunny summers and mild winters set the stage for after-work and weekend boating, fishing, and other water-sport trips.   Our local lakes, Shasta and Whiskeytown, as well as the Sacramento River are all just minutes away.  In the winter, a short drive to Mt. Shasta and Mt. Lassen brings snow skiing, sledding and other winter sports in abundance.  Redding is a fabulous location for those interested in an active outdoor lifestyle.\r\n<h6>Education and Pre-requisites</h6>\r\n•Desired education and experience includes a minimum of a 2 year college degree with emphasis on biology or science or equivalent experience.\r\n•Minimum one (1) year experience maintaining public aquariums, including freshwater and marine aquatic exhibits.\r\n•Must fully understand and be able to perform all aspects of water quality testing.\r\n•Demonstrated experience creating and delivering public presentations.\r\n•Must have nationally recognized SCUBA certification with a preferred minimum additional 20 dives (logged or facility).\r\n•Able to communicate effectively both verbally and in writing.\r\n•Able to work independently and as part of a team.\r\n•Exceptional organization and recordkeeping skills, detail oriented, able to set priorities, and execute multiple tasks and projects.\r\n•Selected candidate must pass a pre-employment physical and drug screening.\r\n\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nSend your letter of interest and resume to:\r\nHuman Resources\r\nTurtle Bay Exploration Park, 1335A Arboretum Drive, Redding, CA  96003\r\nE-Mail:  hr@turtlebay.org\r\nPhone:  (530) 242-3132/Fax: (530) 242-8898                                                        \r\n\r\n', 'Part-Time Aquarist', 0, '', 'publish', 'closed', 'closed', '', 'part-time-aquarist', '', '', '2014-01-17 13:18:35', '2014-01-17 18:18:35', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5311', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5312, 0, '2014-01-17 13:18:34', '2014-01-17 18:18:34', '', 'Part-Time Aquarist', 0, '', 'inherit', 'closed', 'closed', '', '5311-revision-v1', '', '', '2014-01-17 13:18:34', '2014-01-17 18:18:34', '', 5311, 'https://www.aazk.org/5311-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5313, 0, '2014-01-17 13:18:35', '2014-01-17 18:18:35', '<h5>Facility</h5>\r\n<p>Turtle Bay Exploration Park</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nTurtle Bay Exploration Park seeks an experienced team player to join us as a part-time Aquarist in our Animal Department.   Turtle Bay Exploration Park is filled with entertaining activities focused on the interpretation of the relationship between humans and nature.  Our 300 acre campus sits on the Sacramento River in beautiful Northern California.\r\n\r\nPosition Summary:\r\nUnder the supervision of the Curator of Animal Programs and in conjunction with a fellow aquarist you will maintain our freshwater and marine ecosystems for public display, including one 22,000 gallon system and approximately 15 smaller systems ranging from 50-600 gallons.\r\n\r\nResponsibilities:\r\nThe chosen applicant will be responsible for performing hands-on animal husbandry (fish, amphibians, reptiles, and invertebrates); maintain life support systems and appropriate environmental conditions; and perform all aspects of water quality testing. In addition you will be trained to support the animal show area of Turtle Bay, which includes husbandry and handling practices of our reptiles, birds, and mammals; assisting with summer shows; and our year-round walk through aviary. Applicant must be outgoing, creative, confident, self-motivated, and work well independently, as well as with others (including adult and teen volunteers).\r\nThe individual we seek will be experienced, dynamic, and present him/herself well to the public.  He/she will work to create aquaria that will enthuse, entertain, and educate Turtle Bay’s guests.\r\n\r\nTurtle Bay Exploration Park sits on the banks of the Sacramento River with the Sundial Bridge, designed by world-renowned architect Santiago Calatrava, and is linked to a beautiful thirteen-mile trail along the Sacramento River.  Redding is a dynamic community with a superb climate.  Our moderate seasons, with low-humidity, sunny summers and mild winters set the stage for after-work and weekend boating, fishing, and other water-sport trips.   Our local lakes, Shasta and Whiskeytown, as well as the Sacramento River are all just minutes away.  In the winter, a short drive to Mt. Shasta and Mt. Lassen brings snow skiing, sledding and other winter sports in abundance.  Redding is a fabulous location for those interested in an active outdoor lifestyle.\r\n<h6>Education and Pre-requisites</h6>\r\n•Desired education and experience includes a minimum of a 2 year college degree with emphasis on biology or science or equivalent experience.\r\n•Minimum one (1) year experience maintaining public aquariums, including freshwater and marine aquatic exhibits.\r\n•Must fully understand and be able to perform all aspects of water quality testing.\r\n•Demonstrated experience creating and delivering public presentations.\r\n•Must have nationally recognized SCUBA certification with a preferred minimum additional 20 dives (logged or facility).\r\n•Able to communicate effectively both verbally and in writing.\r\n•Able to work independently and as part of a team.\r\n•Exceptional organization and recordkeeping skills, detail oriented, able to set priorities, and execute multiple tasks and projects.\r\n•Selected candidate must pass a pre-employment physical and drug screening.\r\n\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nSend your letter of interest and resume to:\r\nHuman Resources\r\nTurtle Bay Exploration Park, 1335A Arboretum Drive, Redding, CA  96003\r\nE-Mail:  hr@turtlebay.org\r\nPhone:  (530) 242-3132/Fax: (530) 242-8898                                                        \r\n\r\n', 'Part-Time Aquarist', 0, '', 'inherit', 'closed', 'closed', '', '5311-revision-v1', '', '', '2014-01-17 13:18:35', '2014-01-17 18:18:35', '', 5311, 'https://www.aazk.org/5311-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4838, 2, '2013-12-10 13:47:29', '2013-12-10 18:47:29', 'Expiration Date: 2013-12-22\r\n<p dir="ltr">Location: Lemur Conservation Foundation (LCF) - Myakka City Florida</p>\r\n<p dir="ltr">The Lemur Conservation Foundation (LCF) is dedicated to the preservation and conservation of lemurs through captive breeding, non-invasive scientific research, education, and reintroduction.</p>\r\n<p dir="ltr">LCF sits on a 100-acre, non-public, AZA certified reserve in Myakka City, Florida.  The reserve is currently home to six species of lemurs in both semi-free ranging habitats and traditional captive habitats. In Madagascar, LCF partners with Tampolo Forest Station on the island’s northeast coast, to encourage environmental sustainability and education to help forestall deforestation in addition to promoting collaborative research projects and a researcher exchange program.</p>\r\n<p dir="ltr">The reserve is remotely located and interns must provide their own transportation to and from the nearest town, 25 miles away. A variety of culture and entertainment including state parks, art museums, zoo and botanical gardens and theaters can be found within 40 miles of the reserve.</p>\r\n<p dir="ltr">Responsibilities: Interns will gain hands-on experience in the many aspects of maintaining an animal collection and contributing to a conservation mission. Responsibilities include daily care of our growing lemur colony, habitat construction and maintenance, diet preparation and feeding, behavioral enrichment, operant conditioning, behavioral observations, maintaining the cleanliness of lemur shelters, assisting with annual physicals, and assisting with the development and implementation of conservation education programs.</p>\r\n<p dir="ltr">This is an excellent opportunity to gain advanced experience in a difficult but highly rewarding field. Interns will have the satisfaction of contributing to the physical and psychological well-being of the lemurs housed at the reserve as well as directly contributing to the greater mission of conserving these unique primates.</p>\r\n<p dir="ltr">Requirements:</p>\r\n\r\n<ul>\r\n	<li dir="ltr">\r\n<p dir="ltr">Available to work 35-40 hours per week for a minimum of 7 months, beginning February 1st, 2014</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Coursework in biology, zoology, anthropology, psychology, or related field is preferred</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Valid driver’s license and dependable transportation</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Proof of negative TB test (dated within 12 months of start date)</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Proof of health insurance</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Available to work weekends and holidays</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Ability to lift 50 lbs and work in all weather conditions</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Experience working with animals is preferred</p>\r\n</li>\r\n</ul>\r\n<p dir="ltr">Compensation: This is an unpaid internship; however, onsite housing with utilities is provided. Numerous opportunities for personal development and growth within the position are encouraged and include; Florida Animal Care Professionals Development Workshops and FAZA (Florida Association of Zoos and Aquariums) Animal Keeper exchange program.</p>\r\n<p dir="ltr">Apply: This is an unpaid internship; however, onsite housing with utilities is provided. Numerous opportunities for personal development and growth within the position are encouraged and include; Florida Animal Care Professionals Development Workshops and FAZA (Florida Association of Zoos and Aquariums) Animal Keeper exchange program.</p>\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr valign="top">\r\n<td valign="top"></td>\r\n<td valign="top">Lemur Conservation Foundation\r\nMyakka City Lemur Reserve\r\nPO Box 249\r\nMyakka City, FL 34251</td>\r\n</tr>\r\n<tr>\r\n<td valign="top">\r\n<h4>Telephone:</h4>\r\n</td>\r\n<td>941-322-8494</td>\r\n</tr>\r\n<tr>\r\n<td valign="top">\r\n<h4>Fax:</h4>\r\n</td>\r\n<td>941-322-9264</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;', 'Animal Husbandry Internship', 0, 'LCF is proud to offer a seven month (February- September 2014) unpaid internship working directly with the lemur collection to conserve endangered species from Madagascar.\r\n', 'publish', 'closed', 'closed', '', 'animal-husbandry-internship', '', '', '2013-12-10 13:47:29', '2013-12-10 18:47:29', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=4838', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4839, 2, '2013-12-10 13:47:29', '2013-12-10 18:47:29', 'Expiration Date: 2013-12-22\r\n<p dir="ltr">Location: Lemur Conservation Foundation (LCF) - Myakka City Florida</p>\r\n<p dir="ltr">The Lemur Conservation Foundation (LCF) is dedicated to the preservation and conservation of lemurs through captive breeding, non-invasive scientific research, education, and reintroduction.</p>\r\n<p dir="ltr">LCF sits on a 100-acre, non-public, AZA certified reserve in Myakka City, Florida.  The reserve is currently home to six species of lemurs in both semi-free ranging habitats and traditional captive habitats. In Madagascar, LCF partners with Tampolo Forest Station on the island’s northeast coast, to encourage environmental sustainability and education to help forestall deforestation in addition to promoting collaborative research projects and a researcher exchange program.</p>\r\n<p dir="ltr">The reserve is remotely located and interns must provide their own transportation to and from the nearest town, 25 miles away. A variety of culture and entertainment including state parks, art museums, zoo and botanical gardens and theaters can be found within 40 miles of the reserve.</p>\r\n<p dir="ltr">Responsibilities: Interns will gain hands-on experience in the many aspects of maintaining an animal collection and contributing to a conservation mission. Responsibilities include daily care of our growing lemur colony, habitat construction and maintenance, diet preparation and feeding, behavioral enrichment, operant conditioning, behavioral observations, maintaining the cleanliness of lemur shelters, assisting with annual physicals, and assisting with the development and implementation of conservation education programs.</p>\r\n<p dir="ltr">This is an excellent opportunity to gain advanced experience in a difficult but highly rewarding field. Interns will have the satisfaction of contributing to the physical and psychological well-being of the lemurs housed at the reserve as well as directly contributing to the greater mission of conserving these unique primates.</p>\r\n<p dir="ltr">Requirements:</p>\r\n\r\n<ul>\r\n	<li dir="ltr">\r\n<p dir="ltr">Available to work 35-40 hours per week for a minimum of 7 months, beginning February 1st, 2014</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Coursework in biology, zoology, anthropology, psychology, or related field is preferred</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Valid driver’s license and dependable transportation</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Proof of negative TB test (dated within 12 months of start date)</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Proof of health insurance</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Available to work weekends and holidays</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Ability to lift 50 lbs and work in all weather conditions</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Experience working with animals is preferred</p>\r\n</li>\r\n</ul>\r\n<p dir="ltr">Compensation: This is an unpaid internship; however, onsite housing with utilities is provided. Numerous opportunities for personal development and growth within the position are encouraged and include; Florida Animal Care Professionals Development Workshops and FAZA (Florida Association of Zoos and Aquariums) Animal Keeper exchange program.</p>\r\n<p dir="ltr">Apply: This is an unpaid internship; however, onsite housing with utilities is provided. Numerous opportunities for personal development and growth within the position are encouraged and include; Florida Animal Care Professionals Development Workshops and FAZA (Florida Association of Zoos and Aquariums) Animal Keeper exchange program.</p>\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr valign="top">\r\n<td valign="top"></td>\r\n<td valign="top">Lemur Conservation Foundation\r\nMyakka City Lemur Reserve\r\nPO Box 249\r\nMyakka City, FL 34251</td>\r\n</tr>\r\n<tr>\r\n<td valign="top">\r\n<h4>Telephone:</h4>\r\n</td>\r\n<td>941-322-8494</td>\r\n</tr>\r\n<tr>\r\n<td valign="top">\r\n<h4>Fax:</h4>\r\n</td>\r\n<td>941-322-9264</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;', 'Animal Husbandry Internship', 0, 'LCF is proud to offer a seven month (February- September 2014) unpaid internship working directly with the lemur collection to conserve endangered species from Madagascar.\r\n', 'inherit', 'closed', 'closed', '', '4838-revision-v1', '', '', '2013-12-10 13:47:29', '2013-12-10 18:47:29', '', 4838, 'https://www.aazk.org/4838-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4840, 2, '2013-12-10 13:49:28', '2013-12-10 18:49:28', '<p dir="ltr">Wild Wonders - Bonsall, CA</p>\r\n<p dir="ltr">Expiration Date: 2014-01-27</p>\r\n Applicants will assist staff with general husbandry(feeding, cleaning, enrichment, socialization, facility maintenance) as well as lead onsite tours and programs with our ambassador collection.\r\n<p dir="ltr">Will be assisting with onsite as well as offsite special events</p>\r\n<p dir="ltr">Responsibilities: applicants will learn a wide variety of skills inlcuding husbandry, training, diet and nutrition, marketing, show presentation skills.\r\napplicants will be responsible for completely a project within the 3 month period</p>\r\n<p dir="ltr">Requirements: this is a non paid internship-must have ability to live in an expenive state for a min of 3 months with no compensation\r\nmust be currently enrolled or recently graduated from a university with a biological degree\r\nmust be able to lift 50 lbs and be free from medical problems that would hinder your ability to do so</p>\r\n<p dir="ltr">Compensation: this is a non paid internship</p>\r\n\r\n<blockquote><strong>Zoofari, Inc.  (501c3 nonprofit)</strong>\r\nPO BOX 2771\r\nCarlsbad, CA 92008\r\nTax ID: 86-1145555\r\n\r\nEmail <a href="mailto:wildwonders@earthlink.net">WildWonders@att.net </a></blockquote>\r\n<strong>Contact Numbers</strong>\r\n<blockquote><strong>Tel</strong> 760.630.9230\r\n<strong>Fax</strong> 760.724.9690</blockquote>\r\n<p dir="ltr">Apply:</p>\r\n&nbsp;', 'Keeper/educator internships', 0, '3 month minimum, 3 days per week, 8 hour days internships available at our north San Diego facility\r\n', 'publish', 'closed', 'closed', '', 'keepereducator-internships', '', '', '2013-12-10 13:52:14', '2013-12-10 18:52:14', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=4840', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4841, 2, '2013-12-10 13:49:28', '2013-12-10 18:49:28', '<p dir="ltr">Expiration Date: 2014-01-27</p>\r\n Applicants will assist staff with general husbandry(feeding, cleaning, enrichment, socialization, facility maintenance) as well as lead onsite tours and programs with our ambassador collection.\r\n<p dir="ltr">Will be assisting with onsite as well as offsite special events</p>\r\n<p dir="ltr">Responsibilities: applicants will learn a wide variety of skills inlcuding husbandry, training, diet and nutrition, marketing, show presentation skills.\r\napplicants will be responsible for completely a project within the 3 month period</p>\r\n<p dir="ltr">Requirements: this is a non paid internship-must have ability to live in an expenive state for a min of 3 months with no compensation\r\nmust be currently enrolled or recently graduated from a university with a biological degree\r\nmust be able to lift 50 lbs and be free from medical problems that would hinder your ability to do so</p>\r\n<p dir="ltr">Compensation: this is a non paid internship</p>\r\n<p dir="ltr">Apply:</p>\r\n&nbsp;', 'keeper/educator internships', 0, '3 month minimum, 3 days per week, 8 hour days internships available at our north San Diego facility\r\n', 'inherit', 'closed', 'closed', '', '4840-revision-v1', '', '', '2013-12-10 13:49:28', '2013-12-10 18:49:28', '', 4840, 'https://www.aazk.org/4840-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4842, 2, '2013-12-10 13:51:55', '2013-12-10 18:51:55', '<p dir="ltr">Wild Wonders - Bonsall, CA</p>\n<p dir="ltr">Expiration Date: 2014-01-27</p>\n Applicants will assist staff with general husbandry(feeding, cleaning, enrichment, socialization, facility maintenance) as well as lead onsite tours and programs with our ambassador collection.\n<p dir="ltr">Will be assisting with onsite as well as offsite special events</p>\n<p dir="ltr">Responsibilities: applicants will learn a wide variety of skills inlcuding husbandry, training, diet and nutrition, marketing, show presentation skills.\napplicants will be responsible for completely a project within the 3 month period</p>\n<p dir="ltr">Requirements: this is a non paid internship-must have ability to live in an expenive state for a min of 3 months with no compensation\nmust be currently enrolled or recently graduated from a university with a biological degree\nmust be able to lift 50 lbs and be free from medical problems that would hinder your ability to do so</p>\n<p dir="ltr">Compensation: this is a non paid internship</p>\n<p dir="ltr">Apply:</p>\n&nbsp;', 'Keeper/educator internships', 0, '3 month minimum, 3 days per week, 8 hour days internships available at our north San Diego facility\n', 'inherit', 'closed', 'closed', '', '4840-autosave-v1', '', '', '2013-12-10 13:51:55', '2013-12-10 18:51:55', '', 4840, 'https://www.aazk.org/4840-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4843, 2, '2013-12-10 13:52:14', '2013-12-10 18:52:14', '<p dir="ltr">Wild Wonders - Bonsall, CA</p>\r\n<p dir="ltr">Expiration Date: 2014-01-27</p>\r\n Applicants will assist staff with general husbandry(feeding, cleaning, enrichment, socialization, facility maintenance) as well as lead onsite tours and programs with our ambassador collection.\r\n<p dir="ltr">Will be assisting with onsite as well as offsite special events</p>\r\n<p dir="ltr">Responsibilities: applicants will learn a wide variety of skills inlcuding husbandry, training, diet and nutrition, marketing, show presentation skills.\r\napplicants will be responsible for completely a project within the 3 month period</p>\r\n<p dir="ltr">Requirements: this is a non paid internship-must have ability to live in an expenive state for a min of 3 months with no compensation\r\nmust be currently enrolled or recently graduated from a university with a biological degree\r\nmust be able to lift 50 lbs and be free from medical problems that would hinder your ability to do so</p>\r\n<p dir="ltr">Compensation: this is a non paid internship</p>\r\n\r\n<blockquote><strong>Zoofari, Inc.  (501c3 nonprofit)</strong>\r\nPO BOX 2771\r\nCarlsbad, CA 92008\r\nTax ID: 86-1145555\r\n\r\nEmail <a href="mailto:wildwonders@earthlink.net">WildWonders@att.net </a></blockquote>\r\n<strong>Contact Numbers</strong>\r\n<blockquote><strong>Tel</strong> 760.630.9230\r\n<strong>Fax</strong> 760.724.9690</blockquote>\r\n<p dir="ltr">Apply:</p>\r\n&nbsp;', 'Keeper/educator internships', 0, '3 month minimum, 3 days per week, 8 hour days internships available at our north San Diego facility\r\n', 'inherit', 'closed', 'closed', '', '4840-revision-v1', '', '', '2013-12-10 13:52:14', '2013-12-10 18:52:14', '', 4840, 'https://www.aazk.org/4840-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4845, 2, '2013-12-10 13:53:11', '2013-12-10 18:53:11', '<p dir="ltr"><strong>Wild Wonders</strong></p>\r\n<p dir="ltr">Location: Bonsall, California</p>\r\n<p dir="ltr">Expiration Date: 2014-01-27</p>\r\n Wild Wonders is looking for self motivated, positive, mature team player to conduct on site as well as offsite entertaining educational presentations to the public using animal ambassadors as well as general husbandry and training of our collection\r\n<p dir="ltr">Responsibilities: Animal observation and record keeping\r\nAbility to deliver entertaining presentations both on site as well as outreach using live animal ambassadors\r\nMaintenance and training of behaviors to meet our goals, objectives and animal needs\r\nBehavioral enrichment\r\nHusbandry and medical of our animal collection\r\nOversight of a large volunteer base\r\nMarketing and assisting with events</p>\r\n<p dir="ltr">Requirements: this is not an entry level position-\r\nmust have a min of one year professional experience presenting, handling and keeping of animals in a zoological setting\r\nbachelor degree preferred\r\nmust have excellent public speaking and show presentation skills\r\nmust have knowledge and practical application of operant conditioning principals\r\nmust have ability to organize and multitask\r\nmust be available evenings, holidays, weekends and to work special events\r\nmust be detail orientated, quick thinking skills,safety awareness and the ability to handle stressful work conditions effectively and maturely</p>\r\n<p dir="ltr">Compensation: starts at 12/hour plus possible health benefits if goes ft</p>\r\n<p dir="ltr">Apply:</p>\r\n\r\n<blockquote><strong>Zoofari, Inc.  (501c3 nonprofit)</strong>\r\nPO BOX 2771\r\nCarlsbad, CA 92008\r\nTax ID: 86-1145555\r\n\r\nEmail <a href="mailto:wildwonders@earthlink.net">WildWonders@att.net </a></blockquote>\r\n<strong>Contact Numbers</strong>\r\n<blockquote><strong>Tel</strong> 760.630.9230\r\n<strong>Fax</strong> 760.724.9690</blockquote>\r\n&nbsp;', 'Part time keepers/educators', 0, 'Part time positions(16-30 hours per week) available for keepers/presenters at our wildlife center in north San Diego county.', 'inherit', 'closed', 'closed', '', '4817-revision-v1', '', '', '2013-12-10 13:53:11', '2013-12-10 18:53:11', '', 4817, 'https://www.aazk.org/4817-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4846, 2, '2013-12-10 13:55:57', '2013-12-10 18:55:57', 'Expiration Date: 2013-12-23\r\n\r\n<strong>Toledo Zoo</strong>\r\n<p dir="ltr">Responsibilities: Responsibilities include care, diet preparation, cleaning, observation/record keeping and training. Experience working in mixed species exhibits, artificial incubation and hand rearing of birds.</p>\r\n<p dir="ltr">Requirements: Prefer a degree in a related field and one year of experience in a zoo setting. May consider an equivalent combination of education and experience to satisfy the required skills and knowledge for the position.</p>\r\n<p dir="ltr">Compensation: Starting rate $14.67 per hour with an attractive benefits package.</p>\r\n<p dir="ltr">Apply:  Please send your resume to:  <a href="mailto:resume@toledozoo.org">resume@toledozoo.org</a></p>\r\n&nbsp;', 'Bird Keeper', 0, ' A team oriented individual needed after January 01, 2014 to work with a staff of 10 in the care of a large, diverse collection of birds.\r\n', 'publish', 'closed', 'closed', '', 'bird-keeper', '', '', '2013-12-10 13:55:57', '2013-12-10 18:55:57', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=4846', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4847, 2, '2013-12-10 13:55:57', '2013-12-10 18:55:57', 'Expiration Date: 2013-12-23\r\n\r\n<strong>Toledo Zoo</strong>\r\n<p dir="ltr">Responsibilities: Responsibilities include care, diet preparation, cleaning, observation/record keeping and training. Experience working in mixed species exhibits, artificial incubation and hand rearing of birds.</p>\r\n<p dir="ltr">Requirements: Prefer a degree in a related field and one year of experience in a zoo setting. May consider an equivalent combination of education and experience to satisfy the required skills and knowledge for the position.</p>\r\n<p dir="ltr">Compensation: Starting rate $14.67 per hour with an attractive benefits package.</p>\r\n<p dir="ltr">Apply:  Please send your resume to:  <a href="mailto:resume@toledozoo.org">resume@toledozoo.org</a></p>\r\n&nbsp;', 'Bird Keeper', 0, ' A team oriented individual needed after January 01, 2014 to work with a staff of 10 in the care of a large, diverse collection of birds.\r\n', 'inherit', 'closed', 'closed', '', '4846-revision-v1', '', '', '2013-12-10 13:55:57', '2013-12-10 18:55:57', '', 4846, 'https://www.aazk.org/4846-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4848, 2, '2013-12-10 13:58:51', '2013-12-10 18:58:51', 'Expiration Date: 2014-01-27\r\n\r\nLocation: San Francisco Zoo\r\n<p dir="ltr">Subject to collective bargaining agreement</p>\r\nUnder general supervision, has responsibility for the care, welfare and safety of animal exhibits including rare or valuable specimens; maintains the physical quarters, surroundings and/or environment of such animals; answers questions and gives information to the visiting public; and performs related duties as required. Requires responsibility for: carrying out existing methods and procedures relating to care, maintenance, safety of valuable and/or rare species and making numerous contacts with the public and other employees.\r\n<p dir="ltr">Responsibilities:</p>\r\n<p dir="ltr">ESSENTIAL DUTIES &amp; RESPONSIBILITIES include the following. Other duties may be assigned.</p>\r\n\r\n<ol>\r\n	<li dir="ltr">\r\n<p dir="ltr">Cleans and maintains enclosures, cages, stalls, moats, barns, pools, yards, roads and related areas; removes animal excrement and food remnants; rakes sand and leaves; sweeps and hoses down area as necessary.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Prepares food for animals; regulates and distributes food once prepared; loads and unloads foodstuffs; maintains feed and storage areas.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Observes behavior of animals on both a day-to-day and long-term basis; notes any unusual behavior, signs of illness or injury, change in appetite, start of breeding cycle, or lack of compatibility with group members and reports same to Veterinarian or supervisory personnel; assists in administering medication or other treatments for illness or injury as directed.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Answers questions or gives information regarding animals, zoo operations, and zoo exhibits to the visiting public; maintains crowd control when animals are loose or being moved; observes the public to prevent malicious acts which could result in harm to the public, or zoo animals or loss of zoo property.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Assists in the crating and uncrating of animals; catches and restrains as necessary; may assist in transfer between locations.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Designs and builds displays within existing enclosures; assists with the planning and care of landscaped areas within or near enclosures; makes minor and emergency repairs to zoo equipment and facilities; assists maintenance personnel in repair or maintenance work.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Prepares and maintains food, drives a vehicle to deliver equipment, materials or supplies; or performs related duties as required.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Interacts with Zoo visitors and staff courteously and offers proper attention at all times.</p>\r\n</li>\r\n</ol>\r\n<p dir="ltr">Requirements:</p>\r\n<p dir="ltr">REQUIRED QUALIFICATIONS:  To perform this job successfully, an individual must be able to perform each essential duty satisfactorily. The requirements listed below are representative of the knowledge, skill, and/or ability required. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions.</p>\r\n<p dir="ltr">DESIRED QUALIFICATIONS:  The San Francisco Zoo encourages bilingual candidates to apply.</p>\r\n<p dir="ltr">EDUCATION: High school diploma or general education degree (GED)</p>\r\n<p dir="ltr">EXPERIENCE: One year paid experience working with ranch, farm, or exotic animals. A degree from an institution offering specialized animal management programs with a hands-on component or an internship working with animals may meet this qualification.  Ability to read and interpret documents such as safety rules, operating and maintenance instructions, and procedure manuals. Ability to write routine reports and correspondence.  Ability to speak effectively before groups.  Ability to work in a team environment and be a team player.  Ability to interpret a variety of instructions furnished in written, oral, diagram, or schedule form.</p>\r\n<p dir="ltr">DESIRED EXPERIENCE &amp; SKILLS:  Minimum 1 year experience in an AZA accredited institution preferred.</p>\r\n<p dir="ltr">CERTIFICATES, LICENSES, REGISTRATIONS: A valid Drivers License.</p>\r\n<p dir="ltr">PHYSICAL DEMANDS: The physical demands described here are representative of those that must be met by an employee to successfully perform the essential functions of this job. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. While performing the duties of this job, the employee is regularly required to stand and walk.  The employee frequently is required to reach with hands and arms and talk or hear.  The employee is occasionally required to climb or balance and stoop, kneel, crouch, or crawl.  The employee must regularly lift and/or move up to 50 pounds and occasionally lift and/or move up to 80 pounds.</p>\r\n<p dir="ltr">WORK ENVIRONMENT: The work environment characteristics described here are representative of those an employee encounters while performing the essential functions of this job. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. While performing the duties of this job, the employee is regularly exposed to outside weather conditions.  The employee is occasionally exposed to moving mechanical parts.  The noise level in the work environment is usually moderate. While performing the duties of this job, the employee is frequently exposed to potentially hazardous animals. May involve exposure to possible serious accidents or injury and to very disagreeable working conditions in handling dangerous or sick animals or raw sewage and other refuse.</p>\r\n<p dir="ltr">Compensation:</p>\r\n<p dir="ltr">SALARY:  $18.52 - $26.41</p>\r\n<p dir="ltr">Apply:  Please complete an application at <a href="http://www.sfzoo.org/">www.sfzoo.org</a>.  Please include a resume and letter of interest detailing your experience as it relates to this position.  EOE.</p>\r\n&nbsp;', 'As Needed Animal Keepers', 0, 'This is an As-Needed position, therefore there is no guarantee of hours.  The ideal candidate will be available to work weekdays, weekends and holidays.\r\n', 'publish', 'closed', 'closed', '', 'as-needed-animal-keepers', '', '', '2013-12-10 14:00:17', '2013-12-10 19:00:17', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=4848', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4849, 2, '2013-12-10 13:58:51', '2013-12-10 18:58:51', 'Expiration Date: 2014-01-27\r\n\r\nLocation: San Francisco Zoo\r\n<p dir="ltr">Subject to collective bargaining agreement\r\n\r\nUnder general supervision, has responsibility for the care, welfare and safety of animal exhibits including rare or valuable specimens; maintains the physical quarters, surroundings and/or environment of such animals; answers questions and gives information to the visiting public; and performs related duties as required. Requires responsibility for: carrying out existing methods and procedures relating to care, maintenance, safety of valuable and/or rare species and making numerous contacts with the public and other employees.</p>\r\n<p dir="ltr">Responsibilities:</p>\r\n<p dir="ltr">ESSENTIAL DUTIES &amp; RESPONSIBILITIES include the following. Other duties may be assigned.</p>\r\n\r\n<ol>\r\n	<li dir="ltr">\r\n<p dir="ltr">Cleans and maintains enclosures, cages, stalls, moats, barns, pools, yards, roads and related areas; removes animal excrement and food remnants; rakes sand and leaves; sweeps and hoses down area as necessary.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Prepares food for animals; regulates and distributes food once prepared; loads and unloads foodstuffs; maintains feed and storage areas.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Observes behavior of animals on both a day-to-day and long-term basis; notes any unusual behavior, signs of illness or injury, change in appetite, start of breeding cycle, or lack of compatibility with group members and reports same to Veterinarian or supervisory personnel; assists in administering medication or other treatments for illness or injury as directed.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Answers questions or gives information regarding animals, zoo operations, and zoo exhibits to the visiting public; maintains crowd control when animals are loose or being moved; observes the public to prevent malicious acts which could result in harm to the public, or zoo animals or loss of zoo property.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Assists in the crating and uncrating of animals; catches and restrains as necessary; may assist in transfer between locations.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Designs and builds displays within existing enclosures; assists with the planning and care of landscaped areas within or near enclosures; makes minor and emergency repairs to zoo equipment and facilities; assists maintenance personnel in repair or maintenance work.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Prepares and maintains food, drives a vehicle to deliver equipment, materials or supplies; or performs related duties as required.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Interacts with Zoo visitors and staff courteously and offers proper attention at all times.</p>\r\n</li>\r\n</ol>\r\n<p dir="ltr">Requirements:</p>\r\n<p dir="ltr">REQUIRED QUALIFICATIONS:  To perform this job successfully, an individual must be able to perform each essential duty satisfactorily. The requirements listed below are representative of the knowledge, skill, and/or ability required. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions.</p>\r\n<p dir="ltr">DESIRED QUALIFICATIONS:  The San Francisco Zoo encourages bilingual candidates to apply.</p>\r\n<p dir="ltr">EDUCATION: High school diploma or general education degree (GED)</p>\r\n<p dir="ltr">EXPERIENCE: One year paid experience working with ranch, farm, or exotic animals. A degree from an institution offering specialized animal management programs with a hands-on component or an internship working with animals may meet this qualification.  Ability to read and interpret documents such as safety rules, operating and maintenance instructions, and procedure manuals. Ability to write routine reports and correspondence.  Ability to speak effectively before groups.  Ability to work in a team environment and be a team player.  Ability to interpret a variety of instructions furnished in written, oral, diagram, or schedule form.</p>\r\n<p dir="ltr">DESIRED EXPERIENCE &amp; SKILLS:  Minimum 1 year experience in an AZA accredited institution preferred.</p>\r\n<p dir="ltr">CERTIFICATES, LICENSES, REGISTRATIONS: A valid Drivers License.</p>\r\n<p dir="ltr">PHYSICAL DEMANDS: The physical demands described here are representative of those that must be met by an employee to successfully perform the essential functions of this job. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. While performing the duties of this job, the employee is regularly required to stand and walk.  The employee frequently is required to reach with hands and arms and talk or hear.  The employee is occasionally required to climb or balance and stoop, kneel, crouch, or crawl.  The employee must regularly lift and/or move up to 50 pounds and occasionally lift and/or move up to 80 pounds.</p>\r\n<p dir="ltr">WORK ENVIRONMENT: The work environment characteristics described here are representative of those an employee encounters while performing the essential functions of this job. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. While performing the duties of this job, the employee is regularly exposed to outside weather conditions.  The employee is occasionally exposed to moving mechanical parts.  The noise level in the work environment is usually moderate. While performing the duties of this job, the employee is frequently exposed to potentially hazardous animals. May involve exposure to possible serious accidents or injury and to very disagreeable working conditions in handling dangerous or sick animals or raw sewage and other refuse.</p>\r\n<p dir="ltr">Compensation:</p>\r\n<p dir="ltr">SALARY:  $18.52 - $26.41</p>\r\n<p dir="ltr">Apply:</p>\r\n<p dir="ltr"></p>\r\n&nbsp;', 'As Needed Animal Keepers', 0, 'This is an As-Needed position, therefore there is no guarantee of hours.  The ideal candidate will be available to work weekdays, weekends and holidays.\r\n', 'inherit', 'closed', 'closed', '', '4848-revision-v1', '', '', '2013-12-10 13:58:51', '2013-12-10 18:58:51', '', 4848, 'https://www.aazk.org/4848-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4850, 2, '2013-12-10 14:00:17', '2013-12-10 19:00:17', 'Expiration Date: 2014-01-27\r\n\r\nLocation: San Francisco Zoo\r\n<p dir="ltr">Subject to collective bargaining agreement</p>\r\nUnder general supervision, has responsibility for the care, welfare and safety of animal exhibits including rare or valuable specimens; maintains the physical quarters, surroundings and/or environment of such animals; answers questions and gives information to the visiting public; and performs related duties as required. Requires responsibility for: carrying out existing methods and procedures relating to care, maintenance, safety of valuable and/or rare species and making numerous contacts with the public and other employees.\r\n<p dir="ltr">Responsibilities:</p>\r\n<p dir="ltr">ESSENTIAL DUTIES &amp; RESPONSIBILITIES include the following. Other duties may be assigned.</p>\r\n\r\n<ol>\r\n	<li dir="ltr">\r\n<p dir="ltr">Cleans and maintains enclosures, cages, stalls, moats, barns, pools, yards, roads and related areas; removes animal excrement and food remnants; rakes sand and leaves; sweeps and hoses down area as necessary.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Prepares food for animals; regulates and distributes food once prepared; loads and unloads foodstuffs; maintains feed and storage areas.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Observes behavior of animals on both a day-to-day and long-term basis; notes any unusual behavior, signs of illness or injury, change in appetite, start of breeding cycle, or lack of compatibility with group members and reports same to Veterinarian or supervisory personnel; assists in administering medication or other treatments for illness or injury as directed.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Answers questions or gives information regarding animals, zoo operations, and zoo exhibits to the visiting public; maintains crowd control when animals are loose or being moved; observes the public to prevent malicious acts which could result in harm to the public, or zoo animals or loss of zoo property.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Assists in the crating and uncrating of animals; catches and restrains as necessary; may assist in transfer between locations.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Designs and builds displays within existing enclosures; assists with the planning and care of landscaped areas within or near enclosures; makes minor and emergency repairs to zoo equipment and facilities; assists maintenance personnel in repair or maintenance work.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Prepares and maintains food, drives a vehicle to deliver equipment, materials or supplies; or performs related duties as required.</p>\r\n</li>\r\n	<li dir="ltr">\r\n<p dir="ltr">Interacts with Zoo visitors and staff courteously and offers proper attention at all times.</p>\r\n</li>\r\n</ol>\r\n<p dir="ltr">Requirements:</p>\r\n<p dir="ltr">REQUIRED QUALIFICATIONS:  To perform this job successfully, an individual must be able to perform each essential duty satisfactorily. The requirements listed below are representative of the knowledge, skill, and/or ability required. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions.</p>\r\n<p dir="ltr">DESIRED QUALIFICATIONS:  The San Francisco Zoo encourages bilingual candidates to apply.</p>\r\n<p dir="ltr">EDUCATION: High school diploma or general education degree (GED)</p>\r\n<p dir="ltr">EXPERIENCE: One year paid experience working with ranch, farm, or exotic animals. A degree from an institution offering specialized animal management programs with a hands-on component or an internship working with animals may meet this qualification.  Ability to read and interpret documents such as safety rules, operating and maintenance instructions, and procedure manuals. Ability to write routine reports and correspondence.  Ability to speak effectively before groups.  Ability to work in a team environment and be a team player.  Ability to interpret a variety of instructions furnished in written, oral, diagram, or schedule form.</p>\r\n<p dir="ltr">DESIRED EXPERIENCE &amp; SKILLS:  Minimum 1 year experience in an AZA accredited institution preferred.</p>\r\n<p dir="ltr">CERTIFICATES, LICENSES, REGISTRATIONS: A valid Drivers License.</p>\r\n<p dir="ltr">PHYSICAL DEMANDS: The physical demands described here are representative of those that must be met by an employee to successfully perform the essential functions of this job. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. While performing the duties of this job, the employee is regularly required to stand and walk.  The employee frequently is required to reach with hands and arms and talk or hear.  The employee is occasionally required to climb or balance and stoop, kneel, crouch, or crawl.  The employee must regularly lift and/or move up to 50 pounds and occasionally lift and/or move up to 80 pounds.</p>\r\n<p dir="ltr">WORK ENVIRONMENT: The work environment characteristics described here are representative of those an employee encounters while performing the essential functions of this job. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. While performing the duties of this job, the employee is regularly exposed to outside weather conditions.  The employee is occasionally exposed to moving mechanical parts.  The noise level in the work environment is usually moderate. While performing the duties of this job, the employee is frequently exposed to potentially hazardous animals. May involve exposure to possible serious accidents or injury and to very disagreeable working conditions in handling dangerous or sick animals or raw sewage and other refuse.</p>\r\n<p dir="ltr">Compensation:</p>\r\n<p dir="ltr">SALARY:  $18.52 - $26.41</p>\r\n<p dir="ltr">Apply:  Please complete an application at <a href="http://www.sfzoo.org/">www.sfzoo.org</a>.  Please include a resume and letter of interest detailing your experience as it relates to this position.  EOE.</p>\r\n&nbsp;', 'As Needed Animal Keepers', 0, 'This is an As-Needed position, therefore there is no guarantee of hours.  The ideal candidate will be available to work weekdays, weekends and holidays.\r\n', 'inherit', 'closed', 'closed', '', '4848-revision-v1', '', '', '2013-12-10 14:00:17', '2013-12-10 19:00:17', '', 4848, 'https://www.aazk.org/4848-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4851, 2, '2013-12-10 14:01:52', '2013-12-10 19:01:52', '<p dir="ltr">Expiration Date: January 30, 2014</p>\r\n<strong> Zoo Boise</strong>\r\n<p dir="ltr">This position is 70% Zoo Keeping and 30% Vet Tech.</p>\r\n<p dir="ltr">Responsibilities: Ensures animal health and safety by making regular observations and inspections of cages, facilities, and animal behavior. Creates and maintains records such as animal descriptions, sex, diet, and behavioral characteristics. Investigates cases of unusual animal behavior, and reports behavior to veterinarian. Prepares food for animals with regards to species, natural eating behavior and foods, special diets or circumstances, and recommended frequency. Performs cleaning duties in and around cages, zoo grounds, and as directed. Develops and maintains proficiency on remote delivery (dart) system. Serves on emergency immobilization team and maintains readiness for animal emergencies. Drives van, truck, or mule to carry out responsibilities. (50%)</p>\r\nCreates and provides enrichment opportunities for animals such as scent manipulation, puzzle feeders, altering design and layout of cages, and related items to engage animals, as well as to prevent irritation and stress. (10%)\r\n\r\nConducts various presentations, tours, and classes for groups, individuals, and related public events. Creates educational activities for schools and classes. Interacts with the general public and answers questions regarding animals, zoo activities, and upcoming events. Trains animals to exhibit specific behaviors. (10%)\r\n\r\nSets up for and cleans up after animal procedures by preparing hospital or animal area with necessary pharmaceuticals including anesthetics, vaccines and antibiotics, and equipment. Prepares instruments for surgery. Assists veterinarian with medical, surgical and preventive veterinary care including emergency care for ill and injured animals, injections, and animal restraint. Administers treatment as directed. Assists with routine laboratory diagnostic tests. Performs dental exams and teeth cleaning. (10%)\r\n\r\nProvides care for animals assigned to clinic and nursery including feeding, cleaning, and observing health status. Assists with neonatal care and hand rearing as necessary. Administers medication as directed. Provides safe and effective restraint and handling of hospital patients. Performs venipuncture, anesthetic induction and monitoring, injections, weighing, placement of intravenous catheters, fluid therapy, and radiography. Monitors animals under anesthesia and in intensive care. Observes animals and provides accurate reports and veterinary technical services. Prepares routine and special reports concerning the animal\'s physical and behavioral health. Assists in maintenance of medical pharmacy, including ordering medical supplies and non-narcotic drugs. Maintains, cleans, and restocks necropsy suite. Assists with post-mortem exams and tissue collection, preservation, and submission. (10%)\r\n\r\nMaintains hospital including cleaning, disinfection, restocking of materials, and sterilization of instruments and equipment. Maintains work space tidiness, upkeep of procedure kits and emergency boxes. Performs collection, processing and preparation for shipment, and evaluation of clinical laboratory samples, including blood, fecal, and urine samples. Provides accurate and timely reports. (10%)\r\n\r\nPerforms other duties as assigned. Nothing in this job description restricts management\'s right to assign or reassign duties and responsibilities to this position at any time.\r\n<p dir="ltr">Requirements: Required Knowledge, Experience, And Training\r\nMust have graduated from a veterinary technology program accredited or approved by the Committee on Veterinary Technician Education and Activities (CVTEA) of the American Veterinary Medical Association or equivalent program and be a Certified Veterinary Technician (CVT) in the State of Idaho or eligible to obtain certification within 6 months of hire.</p>\r\nTwo years of experience as a veterinary technician and experience with appropriate capture and restraint techniques.\r\n\r\nKnowledge of anatomy and physiology, proper handling/capture techniques, and husbandry of a wide range of exotic animal species; habits and hazards of working with wild animals; proper safety precautions.\r\n\r\nAbility to build and maintain large cages that can safely and efficiently house small to large animals; make exhibit repairs while ensuring safety of coworkers and general public; operate hand and power tools; properly feed, care for, and handle a wide variety of animals; make presentations to a variety of groups; communicate effectively verbally and in writing; adapt to frequently changing conditions; handle potentially dangerous animals; utilize guns and related emergency equipment in the event of an escaped animal; display an attitude of cooperation and work harmoniously with all levels of City employees, the general public and other organizations; communicate effectively in the English language at a level necessary for efficient job performance; complete assignments in a timely fashion; understand and comply with all rules, policies and regulations; maintain prompt and regular attendance; perform all essential and marginal functions as assigned by an authorized employee, supervisor and/or manager with or without a reasonable accommodation.\r\n\r\nIndividuals must be capable of operating vehicles safely and have an acceptable driving record.\r\n\r\nPreferred Knowledge, Experience, And Training\r\nThree years of experience working with small to large non-domestic animals in a zoo facility or farm setting, one year of advanced training with exotic animals or wildlife species. Extensive experience building animal containment areas\r\n\r\nBachelors degree in a related field.\r\n\r\nKnowledge of Animal Record Keeping System (ARKS), Medical ARKS (MedARKS), and Zoological Information Management System (ZIMS) database programs. Proficiency with Microsoft office programs such as Word, Excel, and Powerpoint.\r\n\r\nLicensing And Other Requirements\r\nValid Idaho driver\'s license\r\nVeterinary Technician certification/license\r\n<p dir="ltr">Compensation:</p>\r\n<p dir="ltr">Please visit <a href="http://www.cityofboise.org/">www.cityofboise.org</a> for complete compensation and benefit package information.</p>\r\n&nbsp;', 'Zookeeper/ Veterinary Technician', 0, 'Cares for dietary, health and environmental needs of native and exotic animals at Zoo Boise. Maintains exhibits and assists with transportation of animals. Interacts with the public and provides information regarding animals and Zoo activities and events. Provides certified technical and medical assistance in the care and treatment of all zoo specimens both in the collection and in quarantine at Zoo Boise. Assists veterinarian with animal medical procedures. Work is performed independently under general direction. \r\n', 'publish', 'closed', 'closed', '', 'zookeeper-veterinary-technician', '', '', '2013-12-20 11:25:57', '2013-12-20 16:25:57', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=4851', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4852, 2, '2013-12-10 14:01:52', '2013-12-10 19:01:52', '<p dir="ltr">Expiration Date: 2013-12-17</p>\r\n<strong> Zoo Boise</strong>\r\n<p dir="ltr">This position is 70% Zoo Keeping and 30% Vet Tech.</p>\r\n<p dir="ltr">Responsibilities: Ensures animal health and safety by making regular observations and inspections of cages, facilities, and animal behavior. Creates and maintains records such as animal descriptions, sex, diet, and behavioral characteristics. Investigates cases of unusual animal behavior, and reports behavior to veterinarian. Prepares food for animals with regards to species, natural eating behavior and foods, special diets or circumstances, and recommended frequency. Performs cleaning duties in and around cages, zoo grounds, and as directed. Develops and maintains proficiency on remote delivery (dart) system. Serves on emergency immobilization team and maintains readiness for animal emergencies. Drives van, truck, or mule to carry out responsibilities. (50%)\r\n\r\nCreates and provides enrichment opportunities for animals such as scent manipulation, puzzle feeders, altering design and layout of cages, and related items to engage animals, as well as to prevent irritation and stress. (10%)\r\n\r\nConducts various presentations, tours, and classes for groups, individuals, and related public events. Creates educational activities for schools and classes. Interacts with the general public and answers questions regarding animals, zoo activities, and upcoming events. Trains animals to exhibit specific behaviors. (10%)\r\n\r\nSets up for and cleans up after animal procedures by preparing hospital or animal area with necessary pharmaceuticals including anesthetics, vaccines and antibiotics, and equipment. Prepares instruments for surgery. Assists veterinarian with medical, surgical and preventive veterinary care including emergency care for ill and injured animals, injections, and animal restraint. Administers treatment as directed. Assists with routine laboratory diagnostic tests. Performs dental exams and teeth cleaning. (10%)\r\n\r\nProvides care for animals assigned to clinic and nursery including feeding, cleaning, and observing health status. Assists with neonatal care and hand rearing as necessary. Administers medication as directed. Provides safe and effective restraint and handling of hospital patients. Performs venipuncture, anesthetic induction and monitoring, injections, weighing, placement of intravenous catheters, fluid therapy, and radiography. Monitors animals under anesthesia and in intensive care. Observes animals and provides accurate reports and veterinary technical services. Prepares routine and special reports concerning the animal\'s physical and behavioral health. Assists in maintenance of medical pharmacy, including ordering medical supplies and non-narcotic drugs. Maintains, cleans, and restocks necropsy suite. Assists with post-mortem exams and tissue collection, preservation, and submission. (10%)\r\n\r\nMaintains hospital including cleaning, disinfection, restocking of materials, and sterilization of instruments and equipment. Maintains work space tidiness, upkeep of procedure kits and emergency boxes. Performs collection, processing and preparation for shipment, and evaluation of clinical laboratory samples, including blood, fecal, and urine samples. Provides accurate and timely reports. (10%)\r\n\r\nPerforms other duties as assigned. Nothing in this job description restricts management\'s right to assign or reassign duties and responsibilities to this position at any time.</p>\r\n<p dir="ltr">Requirements: Required Knowledge, Experience, And Training\r\nMust have graduated from a veterinary technology program accredited or approved by the Committee on Veterinary Technician Education and Activities (CVTEA) of the American Veterinary Medical Association or equivalent program and be a Certified Veterinary Technician (CVT) in the State of Idaho or eligible to obtain certification within 6 months of hire.\r\n\r\nTwo years of experience as a veterinary technician and experience with appropriate capture and restraint techniques.\r\n\r\nKnowledge of anatomy and physiology, proper handling/capture techniques, and husbandry of a wide range of exotic animal species; habits and hazards of working with wild animals; proper safety precautions.\r\n\r\nAbility to build and maintain large cages that can safely and efficiently house small to large animals; make exhibit repairs while ensuring safety of coworkers and general public; operate hand and power tools; properly feed, care for, and handle a wide variety of animals; make presentations to a variety of groups; communicate effectively verbally and in writing; adapt to frequently changing conditions; handle potentially dangerous animals; utilize guns and related emergency equipment in the event of an escaped animal; display an attitude of cooperation and work harmoniously with all levels of City employees, the general public and other organizations; communicate effectively in the English language at a level necessary for efficient job performance; complete assignments in a timely fashion; understand and comply with all rules, policies and regulations; maintain prompt and regular attendance; perform all essential and marginal functions as assigned by an authorized employee, supervisor and/or manager with or without a reasonable accommodation.\r\n\r\nIndividuals must be capable of operating vehicles safely and have an acceptable driving record.\r\n\r\nPreferred Knowledge, Experience, And Training\r\nThree years of experience working with small to large non-domestic animals in a zoo facility or farm setting, one year of advanced training with exotic animals or wildlife species. Extensive experience building animal containment areas\r\n\r\nBachelors degree in a related field.\r\n\r\nKnowledge of Animal Record Keeping System (ARKS), Medical ARKS (MedARKS), and Zoological Information Management System (ZIMS) database programs. Proficiency with Microsoft office programs such as Word, Excel, and Powerpoint.\r\n\r\n\r\nLicensing And Other Requirements\r\nValid Idaho driver\'s license\r\nVeterinary Technician certification/license</p>\r\n<p dir="ltr">Compensation:</p>\r\n<p dir="ltr">Please visit <a href="http://www.cityofboise.org/">www.cityofboise.org</a> for complete compensation and benefit package information.</p>\r\n&nbsp;', 'Zookeeper/ Veterinary Technician', 0, 'Cares for dietary, health and environmental needs of native and exotic animals at Zoo Boise. Maintains exhibits and assists with transportation of animals. Interacts with the public and provides information regarding animals and Zoo activities and events. Provides certified technical and medical assistance in the care and treatment of all zoo specimens both in the collection and in quarantine at Zoo Boise. Assists veterinarian with animal medical procedures. Work is performed independently under general direction. \r\n', 'inherit', 'closed', 'closed', '', '4851-revision-v1', '', '', '2013-12-10 14:01:52', '2013-12-10 19:01:52', '', 4851, 'https://www.aazk.org/4851-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4853, 2, '2013-12-10 14:02:37', '2013-12-10 19:02:37', '<p dir="ltr">Expiration Date: 2013-12-17</p>\r\n<strong> Zoo Boise</strong>\r\n<p dir="ltr">This position is 70% Zoo Keeping and 30% Vet Tech.</p>\r\n<p dir="ltr">Responsibilities: Ensures animal health and safety by making regular observations and inspections of cages, facilities, and animal behavior. Creates and maintains records such as animal descriptions, sex, diet, and behavioral characteristics. Investigates cases of unusual animal behavior, and reports behavior to veterinarian. Prepares food for animals with regards to species, natural eating behavior and foods, special diets or circumstances, and recommended frequency. Performs cleaning duties in and around cages, zoo grounds, and as directed. Develops and maintains proficiency on remote delivery (dart) system. Serves on emergency immobilization team and maintains readiness for animal emergencies. Drives van, truck, or mule to carry out responsibilities. (50%)</p>\r\nCreates and provides enrichment opportunities for animals such as scent manipulation, puzzle feeders, altering design and layout of cages, and related items to engage animals, as well as to prevent irritation and stress. (10%)\r\n\r\nConducts various presentations, tours, and classes for groups, individuals, and related public events. Creates educational activities for schools and classes. Interacts with the general public and answers questions regarding animals, zoo activities, and upcoming events. Trains animals to exhibit specific behaviors. (10%)\r\n\r\nSets up for and cleans up after animal procedures by preparing hospital or animal area with necessary pharmaceuticals including anesthetics, vaccines and antibiotics, and equipment. Prepares instruments for surgery. Assists veterinarian with medical, surgical and preventive veterinary care including emergency care for ill and injured animals, injections, and animal restraint. Administers treatment as directed. Assists with routine laboratory diagnostic tests. Performs dental exams and teeth cleaning. (10%)\r\n\r\nProvides care for animals assigned to clinic and nursery including feeding, cleaning, and observing health status. Assists with neonatal care and hand rearing as necessary. Administers medication as directed. Provides safe and effective restraint and handling of hospital patients. Performs venipuncture, anesthetic induction and monitoring, injections, weighing, placement of intravenous catheters, fluid therapy, and radiography. Monitors animals under anesthesia and in intensive care. Observes animals and provides accurate reports and veterinary technical services. Prepares routine and special reports concerning the animal\'s physical and behavioral health. Assists in maintenance of medical pharmacy, including ordering medical supplies and non-narcotic drugs. Maintains, cleans, and restocks necropsy suite. Assists with post-mortem exams and tissue collection, preservation, and submission. (10%)\r\n\r\nMaintains hospital including cleaning, disinfection, restocking of materials, and sterilization of instruments and equipment. Maintains work space tidiness, upkeep of procedure kits and emergency boxes. Performs collection, processing and preparation for shipment, and evaluation of clinical laboratory samples, including blood, fecal, and urine samples. Provides accurate and timely reports. (10%)\r\n\r\nPerforms other duties as assigned. Nothing in this job description restricts management\'s right to assign or reassign duties and responsibilities to this position at any time.\r\n<p dir="ltr">Requirements: Required Knowledge, Experience, And Training\r\nMust have graduated from a veterinary technology program accredited or approved by the Committee on Veterinary Technician Education and Activities (CVTEA) of the American Veterinary Medical Association or equivalent program and be a Certified Veterinary Technician (CVT) in the State of Idaho or eligible to obtain certification within 6 months of hire.</p>\r\nTwo years of experience as a veterinary technician and experience with appropriate capture and restraint techniques.\r\n\r\nKnowledge of anatomy and physiology, proper handling/capture techniques, and husbandry of a wide range of exotic animal species; habits and hazards of working with wild animals; proper safety precautions.\r\n\r\nAbility to build and maintain large cages that can safely and efficiently house small to large animals; make exhibit repairs while ensuring safety of coworkers and general public; operate hand and power tools; properly feed, care for, and handle a wide variety of animals; make presentations to a variety of groups; communicate effectively verbally and in writing; adapt to frequently changing conditions; handle potentially dangerous animals; utilize guns and related emergency equipment in the event of an escaped animal; display an attitude of cooperation and work harmoniously with all levels of City employees, the general public and other organizations; communicate effectively in the English language at a level necessary for efficient job performance; complete assignments in a timely fashion; understand and comply with all rules, policies and regulations; maintain prompt and regular attendance; perform all essential and marginal functions as assigned by an authorized employee, supervisor and/or manager with or without a reasonable accommodation.\r\n\r\nIndividuals must be capable of operating vehicles safely and have an acceptable driving record.\r\n\r\nPreferred Knowledge, Experience, And Training\r\nThree years of experience working with small to large non-domestic animals in a zoo facility or farm setting, one year of advanced training with exotic animals or wildlife species. Extensive experience building animal containment areas\r\n\r\nBachelors degree in a related field.\r\n\r\nKnowledge of Animal Record Keeping System (ARKS), Medical ARKS (MedARKS), and Zoological Information Management System (ZIMS) database programs. Proficiency with Microsoft office programs such as Word, Excel, and Powerpoint.\r\n\r\nLicensing And Other Requirements\r\nValid Idaho driver\'s license\r\nVeterinary Technician certification/license\r\n<p dir="ltr">Compensation:</p>\r\n<p dir="ltr">Please visit <a href="http://www.cityofboise.org/">www.cityofboise.org</a> for complete compensation and benefit package information.</p>\r\n&nbsp;', 'Zookeeper/ Veterinary Technician', 0, 'Cares for dietary, health and environmental needs of native and exotic animals at Zoo Boise. Maintains exhibits and assists with transportation of animals. Interacts with the public and provides information regarding animals and Zoo activities and events. Provides certified technical and medical assistance in the care and treatment of all zoo specimens both in the collection and in quarantine at Zoo Boise. Assists veterinarian with animal medical procedures. Work is performed independently under general direction. \r\n', 'inherit', 'closed', 'closed', '', '4851-revision-v1', '', '', '2013-12-10 14:02:37', '2013-12-10 19:02:37', '', 4851, 'https://www.aazk.org/4851-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5673, 3, '2014-03-03 13:11:11', '2014-03-03 18:11:11', '<h5>Facility</h5>\r\n<p>Milwaukee County Zoological Gardens </p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\n\r\nJOB DUTIES: Under general supervision; to clean, maintain, and improve animal enclosures, service areas and surrounds; to operate and maintain animal life support systems and facilities; to operate equipment and mechanical systems associated with animal husbandry; to transmit two-way radio calls; to provide information to the public; to assist in the preparation of enclosures for animals; to adhere to Zoo safety and security programs; to design and plan animal facilities; to identify supply, equipment and maintenance needs for animal facilities; to assist in pest control; to care for and handle zoo animals; to order and prepare prescribed animal diets; to present food in the proper manner and adhere to proper feeding schedule ; to observe animal behavior and report changes in feeding habits, diet, breeding behavior, health status, physical conditions, and abnormalities; to establish and maintain electronic communication between staffs; to complete and maintain required written records; to perform animal research, conservation, training and enrichment programs; to perform educational programs and give formal and informal presentations to the public; to provide personnel training programs; and to perform such other duties as may be assigned. Work hours are on-call for emergencies and include rotating shift, weekends, and holidays.  \r\n\r\n<h6>Education and Pre-requisites</h6>\r\nEXPERIENCE:   The equivalent of two (2) full-time years in the care and handling of fishes, reptiles, and/or amphibians, OR one (1) year in the care and handling of fishes, reptiles, and/or amphibians at a zoo or aquarium, within the last five (5) years is required.  Additional experience with a variety of non-domestic animals, wildlife care or management, zookeeping, and other animal-related activities is preferred.  Experience with computers is desirable.   \r\nEDUCATION: Graduation from high school or G.E.D. equivalent required; college or university coursework in zoology or closely related field preferred; certifications, licenses, workshops, seminars, conferences and/or other courses applicable to fishes, reptiles, and amphibians management or care desirable.   \r\nKNOWLEDGE, SKILLS, AND ABILITIES: Knowledge of the characteristics, diet, husbandry requirements and habits of wild and domestic animals, including invertebrates, fish, amphibians and reptiles; knowledge of animal training techniques and appropriate enrichment; skill in safely and effectively handling and caring for a variety of animals; working in a safe manner; identifying work to be done and initiative to complete it.  Ability to visualize and recognize subtle animal behaviors and abnormalities; physically restrain a wide variety of fish, amphibians, reptiles, birds, and mammals; climb ladders; work in restricted spaces with difficult access; lift up to 75 pounds repeatedly; hear alarms, animal sounds, and coworkers; communicate effectively verbally, in writing and electronically; generate accurate records in writing and electronically; comprehend written and oral instructions and information; accurately receive and transmit two-way radio calls; operate equipment and mechanical systems associated with animal husbandry; perform basic math computations; take appropriate prompt and decisive action in emergencies; present a positive image to the public; comprehend written and oral instructions and information; and work cooperatively, harmoniously and effectively with others.  \r\nLICENSE/CERTIFICATION REQUIREMENTS: Possession of a valid Wisconsin Class D Driver’s License required if assigned as a Nightkeeper.  SCUBA certification is required within six months of employment.   \r\n\r\n\r\n<h6>Compensation and benefits</h6>\r\nAnnual Salary Range:  $36,449 To $40,775\r\nMilwaukee County provides a competitive benefits package.\r\nThe Zoo promotes professional development of front-line staff, and offers support for participation in conferences, workshops, seminars, and conservation and research programs.\r\n\r\n\r\n<h6>Application instructions</h6>\r\nAN ON LINE APPLICATION, may be filed, COMPLETELY FILLED IN at www.jobs.milwaukeecounty.org , by 11:59 p.m. on April 3, 2014.  APPLICANTS MUST POSSESS MINIMUM QUALIFICATIONS AT TIME OF FILING APPLICATION.   Candidates will be asked to submit a full account of their training and experience and to report for a written test, performance test and/or oral interview, if deemed necessary, at a time and place to be set by the Division of Human Resources.        \r\n\r\nTHE EXAMINATION is open to qualified residents of the United States.  Appointee must establish residency in Milwaukee County within six (6) months of appointment and maintained during incumbency.\r\n\r\nEffective October 1, 1998, background checks must be conducted of all individuals appointed to positions covered by Wisconsin Act 27 of the laws of 1997 and Wisconsin State Statute 50.065.  This requirement impacts all positions authorized in the Milwaukee County Department of Human Services, Behavioral Health Division as well as other positions in County Service.\r\n\r\nIn accordance with the provisions of a Federal Court Order, #74-C-374 issued by U.S. District Judge Myron L. Gordon, ratio hiring based on race may be used in selecting qualified employees for this classification.\r\nPR 15 ORG UNIT 9500  LE-G 278-2070\r\n\r\n', 'ZOOKEEPER  - AQUATIC AND REPTILE CENTER', 0, '', 'publish', 'closed', 'closed', '', 'zookeeper-aquatic-and-reptile-center', '', '', '2014-03-03 13:11:11', '2014-03-03 18:11:11', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5673', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5674, 0, '2014-03-03 13:11:11', '2014-03-03 18:11:11', '', 'ZOOKEEPER  - AQUATIC AND REPTILE CENTER', 0, '', 'inherit', 'closed', 'closed', '', '5673-revision-v1', '', '', '2014-03-03 13:11:11', '2014-03-03 18:11:11', '', 5673, 'https://www.aazk.org/5673-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5322, 3, '2014-01-20 13:41:29', '2014-01-20 18:41:29', '<h5>Facility</h5>\r\n<p>Furry Friends Ranch</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nFULL-TIME RANCH ANIMAL CARE STAFF MEMBER\r\n\r\nReports to: Ranch Manager\r\n\r\nLocation: Palm City, FL\r\n\r\nPay: $10/hour\r\n\r\n\r\nJOB SUMMARY: \r\nThe ranch animal care staff member will work as a team with the rest of the staff to oversee the health, well-being, and general care of all the rescue animals at Furry Friends Ranch.\r\n\r\n\r\nJOB DESCRIPTION:\r\n• Provide clean supply of water to all animals.\r\n• Prepare and administer food to all animals.\r\n• Monitor eating habits and make any necessary food adjustments, with manager’s approval.\r\n• Monitor behavior and health of all animals.\r\n• Complete Medical Observations forms for animals demonstrating behavior changes or\r\nmedical concerns.\r\n• Administer oral and topical medications to all animals prescribed by the veterinarian.\r\n• Perform other medical procedures (e.g. paw/hoof soak, ear cleanings, collect fecal/urine\r\nsamples, etc.), as prescribed by the vet or manager.\r\n• Walk dogs.\r\n• Let pastured animals out in morning and put back in barn or enclosures for the night\r\n(horses, sheep, goats, pigs, ducks, chickens, turkeys).\r\n• Conduct dog introductions and play groups.\r\n• Bathe and groom animals. This includes nail trimming.\r\n• Handle all animals in a compassionate and humane way.\r\n• Demonstrate a willingness to learn and follow directions.\r\n• Participate in positive reinforcement animal training sessions with trainer.\r\n• Employ learned training techniques on a daily basis, in a consistent manner.\r\n• Enhance physical and emotional well-being of all animals via training, companionship, and\r\nconsistent, compassionate interaction.\r\n• Make use of enrichment tools and activities for all the animals (e.g. food puzzles, kong\r\ntime, calming music, reading to animals, hand-feeding), as instructed by trainer or\r\nmanager.\r\n• Clean buildings, bathrooms, barn, stalls, crates, kennels, cathouse, coups, or any other\r\nenclosure as instructed by manager.\r\n• Cleaning responsibilities include but are not limited to – washing dishes, sweeping,\r\nmopping, scrubbing, vacuuming, sanitizing areas/objects, doing laundry, poop-scooping,\r\nmucking, raking, washing walls, washing litter boxes, pressure-washing, trash removal.\r\n• Communicate clearly and effectively with team to ensure all animals are cared for and all daily duties are completed in a timely fashion.\r\n• Be attentive to others’ needs and willingly assist as required.\r\n• Assist other team members with their work.\r\n• Keep ranch supplied with all food, cleaning supplies, medical supplies, and maintenance necessities by communicating with other staff and reporting needs to manager.\r\n• Grounds-keeping and maintenance – including, but not limited to – mowing lawns, weed-whacking, hedge-trimming, clearing pastures, repairing fences, replacing air filters, etc.\r\n• Collaborate with team members and adoption staff to promote animals’ adoptability.\r\n• General ranch maintenance projects.\r\n• Other duties and projects, as assigned or delegated by manager.\r\n• Engage with visitors/volunteers in a friendly, informative, positive, professional manner.\r\n• Maintain approachability and assist with volunteers.\r\n\r\n\r\nQUALIFICATIONS:\r\n• Must be at least 18 years old.\r\n• Strong desire to work with various types of animals, particularly in the rescue and\r\nrehabilitation setting.\r\n• Previous experience working with multiple species preferred.\r\n• Flexible Schedule/Hours is a must. Must be able and willing to work weekends and\r\nholidays.\r\n• Needs a general understanding of animal behavior and husbandry.\r\n• Must be a hard worker, having a steady, driven work ethic.\r\n• Positive attitude is necessary.\r\n• Strong interpersonal and communication skills is a must.\r\n• Attain the ability to create and encourage a positive work environment.\r\n• Must be good at following instruction.\r\n• Must be a team-player.\r\n• Demonstrates personal accountability to ensure that all responsibilities are completed\r\neffectively and in a timely manner.\r\n• Comfortable handling various animal species including (but not limited to):\r\n• Dogs, cats, goats, sheep, pigs, horses, cows, ducks, chickens, turkey.\r\n• Able to assist in ranch maintenance projects.\r\n• Experience in customer service or in dealing with the public is a plus.\r\n• Professionally advocate for Furry Friends’ position on issues.\r\n\r\n\r\nPHYSICAL REQUIREMENTS:\r\n• Must be able to lift at least 50 lbs. routinely.\r\n• Must be willing and able to work outdoors and in all weather conditions.\r\n• Must be able to stand and walk for long periods of time.\r\n• Must be able to perform strenuous physical activities, such as lifting, squatting, bending,\r\nreaching, and carrying.\r\n• Must be able to work around possible allergens such as hay, dust, and animal dander.\r\nIf interested, please contact:\r\n\r\n\r\nAngela Searcy, Manager\r\nearth.to.angela@gmail.com\r\n(760) 707-7721\r\n\r\n\r\nNick Gaglio, Assistant Manager\r\nnickolasgaglio@gmail.com\r\n(954) 729-6144\r\n\r\n\r\n***Furry Friends Adoption &amp; Clinic is an equal opportunity employer.***\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\n<em>Not specified.</em>\r\n', 'Ranch Animal Care Staff', 0, '', 'publish', 'closed', 'closed', '', 'ranch-animal-care-staff', '', '', '2014-01-20 13:41:30', '2014-01-20 18:41:30', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5322', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5323, 73056, '2014-01-20 13:41:29', '2014-01-20 18:41:29', '', 'Ranch Animal Care Staff', 0, '', 'inherit', 'closed', 'closed', '', '5322-revision-v1', '', '', '2014-01-20 13:41:29', '2014-01-20 18:41:29', '', 5322, 'https://www.aazk.org/5322-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5314, 3, '2014-01-18 08:29:57', '2014-01-18 13:29:57', 'The Catoctin Wildlife Preserve and Zoo is looking for seasonal part time keepers that may lead to a full time position. These positions will allow keepers the ability to work across several taxa including reptiles, birds, and mammals. \r\n\r\nIf interested please send resume to mlawrence@cwpzoo.com', 'Zookeeper', 0, 'The Catoctin Wildlife Preserve and Zoo is run by the Global Wildlife Trust Inc a non profit 501 (c) 3 organization. ', 'publish', 'closed', 'closed', '', 'zookeeper', '', '', '2014-01-18 08:29:57', '2014-01-18 13:29:57', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5314', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5315, 0, '2014-01-18 08:29:57', '2014-01-18 13:29:57', 'The Catoctin Wildlife Preserve and Zoo is looking for seasonal part time keepers that may lead to a full time position. These positions will allow keepers the ability to work across several taxa including reptiles, birds, and mammals. \r\n\r\nIf interested please send resume to mlawrence@cwpzoo.com', 'Zookeeper', 0, 'The Catoctin Wildlife Preserve and Zoo is run by the Global Wildlife Trust Inc a non profit 501 (c) 3 organization. ', 'inherit', 'closed', 'closed', '', '5314-revision-v1', '', '', '2014-01-18 08:29:57', '2014-01-18 13:29:57', '', 5314, 'https://www.aazk.org/5314-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5317, 0, '2014-01-18 18:30:11', '2014-01-18 23:30:11', '', 'Seasonal Zoo Keeper', 0, '', 'inherit', 'closed', 'closed', '', '5316-revision-v1', '', '', '2014-01-18 18:30:11', '2014-01-18 23:30:11', '', 5316, 'https://www.aazk.org/5316-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5318, 0, '2014-01-18 18:30:11', '2014-01-18 23:30:11', '<h5>Facility</h5>\r\n<p>Azoosment Park</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nOur seasonal zookeeper staff is responsible for the care of the entire animal staff at the Azoosment Park from parakeets, reptiles, hoofstock to bobcats and horses.  The zookeepers are responsible for the feeding, cleaning, enrichment, and husbandry of our collection of animals.  Along with the basic care of the animals you will also be responsible for operating the pony rides, petting zoo, horse drawn sleigh rides, and walk in parakeet aviary.  Azoosment Park also has many programs that our animal staff oversees including overnight programs, animal educational shows, and summer zookeeper camps.  This position runs from mid May to the end of October, being full time from June to the beginning of August.  \r\n<h6>Education and Pre-requisites</h6>\r\nAzoosment Park is looking for self motivation, friendly, experienced animal keepers to join our staff.  Animal keepers must have a general knowledge of animal care, husbandry, and education.  All applicants must meet the following requirements:\r\n~ Must have previous animal experience and/or college education with a emphasis in Zoology or Biology\r\n~ Ability to both give and follow oral directions\r\n~ Must be comfortable with both working in a team and completing tasks individually\r\n~ Ability to work in any of the animal areas assigned regardless of the tasks at hand.  \r\n~ Ability to interact courteously, respectfully, and productively with supervisors, fellow employees, zoo visitors and general public.\r\n~ Ability to remain on your feet for long periods of time.\r\n~ Ability to lift at least 50 lbs on a regular basis.\r\n~ Ability to work in all types of weather conditions.\r\n<h6>Compensation and benefits</h6>\r\n$9.00 an hour\r\n<h6>Application instructions</h6>\r\nTo apply go to the following link and follow the application directions, all applicants must include a resume with at least 2 references listed: \r\n\r\nhttps://azoosmentpark.applicantstack.com/x/openings\r\n', 'Seasonal Zoo Keeper', 0, '', 'inherit', 'closed', 'closed', '', '5316-revision-v1', '', '', '2014-01-18 18:30:11', '2014-01-18 23:30:11', '', 5316, 'https://www.aazk.org/5316-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5405, 2, '2014-02-04 10:39:06', '2014-02-04 15:39:06', '<h2>2013 Conference Proceedings</h2>\r\n<h4><span style="color: #0000ff;"><strong>General Workshops</strong></span></h4>\r\n<span style="color: #0000ff;"><strong>Posters</strong></span>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf"<a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n\r\n<strong><span style="color: #0000ff;">Paper Sessions</span></strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n&nbsp;\r\n<h2><strong>2012 Conference Proceedings</strong></h2>\r\n<h4><span style="color: #0000ff;">General Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">AAZAK 2012 AbouMadi Monitoring anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">AAZAK 2012 AbouMadi Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n<h4><span style="color: #0000ff;">Ungulate Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n<h4><span style="color: #0000ff;">Raptor Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n<h4><span style="color: #0000ff;">Penguin Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 10:39:06', '2014-02-04 15:39:06', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4856, 2, '2013-12-10 14:19:23', '2013-12-10 19:19:23', '<h5>You can join as a new member or renew your current membership below. For those wishing to mail in their membership application you can download the application <a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration.pdf">here</a>. For those wishing to sign up or renew on the website please utilize the buttons below.</h5>\r\n<div class="membership">\r\n<h3>US Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input type="image" alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com" /> <input type="hidden" name="item_name" value="US Professional Membership" /> <input type="hidden" name="item_number" value="us-professional" /> <input type="hidden" name="amount" value="45.00" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="USD" /> <input type="hidden" name="lc" value="US" /></form></div>\r\n<div class="description">\r\n<div class="type">$45 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input type="image" alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com" /> <input type="hidden" name="item_name" value="US Affiliate Membership" /> <input type="hidden" name="item_number" value="us-affiliate" /> <input type="hidden" name="amount" value="40.00" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="USD" /> <input type="hidden" name="lc" value="US" /></form></div>\r\n<div class="description">\r\n<div class="type">$40 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input type="image" alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com" /> <input type="hidden" name="item_name" value="US Student Membership" /> <input type="hidden" name="item_number" value="us-student" /> <input type="hidden" name="amount" value="30.00" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="USD" /> <input type="hidden" name="lc" value="US" /></form></div>\r\n<div class="description">\r\n<div class="type">$30 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input type="image" alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com" /> <input type="hidden" name="item_name" value="US Individuals Contributing" /> <input type="hidden" name="item_number" value="us-individual" /> <input type="hidden" name="amount" value="70.00" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="USD" /> <input type="hidden" name="lc" value="US" /></form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Canadian Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input type="image" alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com" /> <input type="hidden" name="item_name" value="Canadian Professional Membership" /> <input type="hidden" name="item_number" value="cad-professional" /> <input type="hidden" name="amount" value="50.00" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="CAD" /> <input type="hidden" name="lc" value="CA" /></form></div>\r\n<div class="description">\r\n<div class="type">$55 - Professional Membership</div>\r\n<div class="details">Full-time Keepers</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/professional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input type="image" alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com" /> <input type="hidden" name="item_name" value="Canadian Affiliate Membership" /> <input type="hidden" name="item_number" value="cad-affiliate" /> <input type="hidden" name="amount" value="50.00" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="CAD" /> <input type="hidden" name="lc" value="CA" /></form></div>\r\n<div class="description">\r\n<div class="type">$50 - Affiliate Membership</div>\r\n<div class="details">Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/affiliate-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input type="image" alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com" /> <input type="hidden" name="item_name" value="Canadian Student Membership" /> <input type="hidden" name="item_number" value="cad-student" /> <input type="hidden" name="amount" value="35.00" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="CAD" /> <input type="hidden" name="lc" value="CA" /></form></div>\r\n<div class="description">\r\n<div class="type">$35 - Student Membership</div>\r\n<div class="details">Students: must supply a copy of student ID at time of application</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/student-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input type="image" alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com" /> <input type="hidden" name="item_name" value="Canadian Individuals Contributing" /> <input type="hidden" name="item_number" value="cad-individual" /> <input type="hidden" name="amount" value="70.00" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="CAD" /> <input type="hidden" name="lc" value="CA" /></form></div>\r\n<div class="description">\r\n<div class="type">$70 - Individuals Contributing</div>\r\n</div>\r\n</div>\r\n<h3>Commercial Members</h3>\r\n<div class="membership">\r\n<div class="button"><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input type="image" alt="Make payments with PayPal - it\'s fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="business" value="aazkoffice@zk.kscoxmail.com" /> <input type="hidden" name="item_name" value="Commercial Membership" /> <input type="hidden" name="item_number" value="commercial" /> <input type="hidden" name="amount" value="150.00" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="USD" /> <input type="hidden" name="lc" value="US" /></form></div>\r\n<div class="description">\r\n<div class="type">$150 - Commercial Membership</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/commercial-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<strong>The following membership types require verification of your organization\'s information and/or approval by the AAZK Board.</strong>\r\n<h3>Institutional Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$150 - Institutional Membership</div>\r\n<div class="details">requires AAZK Board approval</div>\r\n<div class="benefits">(<a class="thickbox" href="/join/institutional-membership-benefits/?KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=700">Membership Benefits</a>)</div>\r\n</div>\r\n</div>\r\n<h3>Library Only</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$45 - Institutional</div>\r\n<div class="details">Available only to public &amp; university libraries</div>\r\n</div>\r\n</div>\r\n<h3>International Members</h3>\r\n<div class="membership">\r\n<div class="button"><a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_member_registration_2010.pdf">Download Application</a></div>\r\n<div class="description">\r\n<div class="type">$60 - International Membership - <span style="text-decoration: underline;">Electronic Delivery of AKF ONLY</span></div>\r\n<div class="type"><strong>        </strong>Email address required</div>\r\n<div class="type">$115 - International Membership/AKF mail bundle</div>\r\n<div class="type">        AKF will be mailed overseas to the listed address</div>\r\n<div class="details">All members outside U.S. &amp; Canada regardless of category</div>\r\n</div>\r\n</div>\r\nPrint and mail applications to:\r\n\r\n<strong>AAZK Administrative Offices\r\n3601 S.W. 29th, Suite 133\r\nTopeka, KS 66614</strong>\r\n\r\nMake checks/money orders payable to <strong>AAZK, Inc</strong>\r\nMust be in U.S. FUNDS ONLY.\r\n\r\nMembership includes a subscription to Animal Keepers\' Forum.\r\n\r\n&nbsp;\r\n\r\n</div>', 'Join/Renew AAZK', 0, '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2013-12-10 14:19:23', '2013-12-10 19:19:23', '', 17, 'https://www.aazk.org/17-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4858, 1, '2013-12-10 16:00:54', '2013-12-10 21:00:54', '<p><i class="icon-alert"></i> If you have recently signed up for AAZK membership, please use our <a href="https://www.aecetia.net/gws/aazk/recover-account/">account retrieval form</a> to recover your account. If you are unsure about your account or unable to recovery your information, please <a href="https://www.aecetia.net/gws/aazk/contact/">contact us</a> to avoid unnecessary charges.</p>\r\n		<p>Note: <strong>Renewing members</strong> must be <a href="<?php echo home_url("wp-admin" ); ?>">logged in</a> before paying to correctly credit their accounts.</p>\r\n[pmpro_levels]', 'Membership Levels', 0, '', 'inherit', 'closed', 'closed', '', '3089-revision-v1', '', '', '2013-12-10 16:00:54', '2013-12-10 21:00:54', '', 3089, 'https://www.aazk.org/3089-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4859, 1, '2013-12-10 16:01:28', '2013-12-10 21:01:28', '<div class="alert-help">\r\n<<p><i class="icon-alert"></i> If you have recently signed up for AAZK membership, please use our <a href="https://www.aecetia.net/gws/aazk/recover-account/">account retrieval form</a> to recover your account. If you are unsure about your account or unable to recovery your information, please <a href="https://www.aecetia.net/gws/aazk/contact/">contact us</a> to avoid unnecessary charges.</p>\r\n<p>Note: <strong>Renewing members</strong> must be <a href="<?php echo home_url("wp-admin" ); ?>">logged in</a> before paying to correctly credit their accounts.</p>\r\n</div>\r\n[pmpro_levels]', 'Membership Levels', 0, '', 'inherit', 'closed', 'closed', '', '3089-revision-v1', '', '', '2013-12-10 16:01:28', '2013-12-10 21:01:28', '', 3089, 'https://www.aazk.org/3089-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4860, 1, '2013-12-10 16:01:50', '2013-12-10 21:01:50', '<div class="alert-help">\r\n<<p><i class="icon-alert"></i> If you have recently signed up for AAZK membership, please use our <a href="https://www.aecetia.net/gws/aazk/recover-account/">account retrieval form</a> to recover your account. If you are unsure about your account or unable to recovery your information, please <a href="https://www.aecetia.net/gws/aazk/contact/">contact us</a> to avoid unnecessary charges.</p>\r\n<p>Note: <strong>Renewing members</strong> must be <a href="https://www.aecetia.net/gws/aazk/wp-admin">logged in</a> before paying to correctly credit their accounts.</p>\r\n</div>\r\n[pmpro_levels]', 'Membership Levels', 0, '', 'inherit', 'closed', 'closed', '', '3089-revision-v1', '', '', '2013-12-10 16:01:50', '2013-12-10 21:01:50', '', 3089, 'https://www.aazk.org/3089-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4861, 1, '2013-12-10 16:02:17', '2013-12-10 21:02:17', '<div class="alert-help">\r\n<p><i class="icon-alert"></i> If you have recently signed up for AAZK membership, please use our <a href="https://www.aecetia.net/gws/aazk/recover-account/">account retrieval form</a> to recover your account. If you are unsure about your account or unable to recovery your information, please <a href="https://www.aecetia.net/gws/aazk/contact/">contact us</a> to avoid unnecessary charges.</p>\r\n<p>Note: <strong>Renewing members</strong> must be <a href="https://www.aecetia.net/gws/aazk/wp-admin">logged in</a> before paying to correctly credit their accounts.</p>\r\n</div>\r\n[pmpro_levels]', 'Membership Levels', 0, '', 'inherit', 'closed', 'closed', '', '3089-revision-v1', '', '', '2013-12-10 16:02:17', '2013-12-10 21:02:17', '', 3089, 'https://www.aazk.org/3089-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4862, 2, '2014-04-08 16:39:17', '2014-04-08 21:39:17', '<div class="alert-help"><i class="icon-alert"></i><strong><span style="color: #993300;">New Members</span></strong> - Thank you for your Membership with AAZK! Please create your Membership Profile and execute payment.  Please review your payment information carefully prior to final submission.</div>\n<div class="alert-help"></div>\n<div class="alert-help"><span style="color: #0000ff;"><strong>Renewing Members</strong></span> - Please <a href="https://www.aecetia.net/gws/aazk/wp-admin">log in</a> to your Member Account and begin your renewal by clicking on "Renew Membership".  <strong>Note:</strong> If you are an renewing AAZK member and you have not recovered your account information from the previous website, you will need to click on Existing AAZK Members: Recover Account Info Here.</div>\n<div class="alert-help"></div>\n<div class="alert-help"><strong><span style="color: #ff0000;">New/Renew "Old Style"</span></strong> - For those individuals who prefer to join or renew by personal check or who do not wish to provide their Credit Card information electronically:</div>\n[pmpro_levels]', 'Membership Levels', 0, '', 'inherit', 'closed', 'closed', '', '3089-autosave-v1', '', '', '2014-04-08 16:39:17', '2014-04-08 21:39:17', '', 3089, 'https://www.aazk.org/3089-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4909, 2, '2013-12-20 11:25:57', '2013-12-20 16:25:57', '<p dir="ltr">Expiration Date: January 30, 2014</p>\r\n<strong> Zoo Boise</strong>\r\n<p dir="ltr">This position is 70% Zoo Keeping and 30% Vet Tech.</p>\r\n<p dir="ltr">Responsibilities: Ensures animal health and safety by making regular observations and inspections of cages, facilities, and animal behavior. Creates and maintains records such as animal descriptions, sex, diet, and behavioral characteristics. Investigates cases of unusual animal behavior, and reports behavior to veterinarian. Prepares food for animals with regards to species, natural eating behavior and foods, special diets or circumstances, and recommended frequency. Performs cleaning duties in and around cages, zoo grounds, and as directed. Develops and maintains proficiency on remote delivery (dart) system. Serves on emergency immobilization team and maintains readiness for animal emergencies. Drives van, truck, or mule to carry out responsibilities. (50%)</p>\r\nCreates and provides enrichment opportunities for animals such as scent manipulation, puzzle feeders, altering design and layout of cages, and related items to engage animals, as well as to prevent irritation and stress. (10%)\r\n\r\nConducts various presentations, tours, and classes for groups, individuals, and related public events. Creates educational activities for schools and classes. Interacts with the general public and answers questions regarding animals, zoo activities, and upcoming events. Trains animals to exhibit specific behaviors. (10%)\r\n\r\nSets up for and cleans up after animal procedures by preparing hospital or animal area with necessary pharmaceuticals including anesthetics, vaccines and antibiotics, and equipment. Prepares instruments for surgery. Assists veterinarian with medical, surgical and preventive veterinary care including emergency care for ill and injured animals, injections, and animal restraint. Administers treatment as directed. Assists with routine laboratory diagnostic tests. Performs dental exams and teeth cleaning. (10%)\r\n\r\nProvides care for animals assigned to clinic and nursery including feeding, cleaning, and observing health status. Assists with neonatal care and hand rearing as necessary. Administers medication as directed. Provides safe and effective restraint and handling of hospital patients. Performs venipuncture, anesthetic induction and monitoring, injections, weighing, placement of intravenous catheters, fluid therapy, and radiography. Monitors animals under anesthesia and in intensive care. Observes animals and provides accurate reports and veterinary technical services. Prepares routine and special reports concerning the animal\'s physical and behavioral health. Assists in maintenance of medical pharmacy, including ordering medical supplies and non-narcotic drugs. Maintains, cleans, and restocks necropsy suite. Assists with post-mortem exams and tissue collection, preservation, and submission. (10%)\r\n\r\nMaintains hospital including cleaning, disinfection, restocking of materials, and sterilization of instruments and equipment. Maintains work space tidiness, upkeep of procedure kits and emergency boxes. Performs collection, processing and preparation for shipment, and evaluation of clinical laboratory samples, including blood, fecal, and urine samples. Provides accurate and timely reports. (10%)\r\n\r\nPerforms other duties as assigned. Nothing in this job description restricts management\'s right to assign or reassign duties and responsibilities to this position at any time.\r\n<p dir="ltr">Requirements: Required Knowledge, Experience, And Training\r\nMust have graduated from a veterinary technology program accredited or approved by the Committee on Veterinary Technician Education and Activities (CVTEA) of the American Veterinary Medical Association or equivalent program and be a Certified Veterinary Technician (CVT) in the State of Idaho or eligible to obtain certification within 6 months of hire.</p>\r\nTwo years of experience as a veterinary technician and experience with appropriate capture and restraint techniques.\r\n\r\nKnowledge of anatomy and physiology, proper handling/capture techniques, and husbandry of a wide range of exotic animal species; habits and hazards of working with wild animals; proper safety precautions.\r\n\r\nAbility to build and maintain large cages that can safely and efficiently house small to large animals; make exhibit repairs while ensuring safety of coworkers and general public; operate hand and power tools; properly feed, care for, and handle a wide variety of animals; make presentations to a variety of groups; communicate effectively verbally and in writing; adapt to frequently changing conditions; handle potentially dangerous animals; utilize guns and related emergency equipment in the event of an escaped animal; display an attitude of cooperation and work harmoniously with all levels of City employees, the general public and other organizations; communicate effectively in the English language at a level necessary for efficient job performance; complete assignments in a timely fashion; understand and comply with all rules, policies and regulations; maintain prompt and regular attendance; perform all essential and marginal functions as assigned by an authorized employee, supervisor and/or manager with or without a reasonable accommodation.\r\n\r\nIndividuals must be capable of operating vehicles safely and have an acceptable driving record.\r\n\r\nPreferred Knowledge, Experience, And Training\r\nThree years of experience working with small to large non-domestic animals in a zoo facility or farm setting, one year of advanced training with exotic animals or wildlife species. Extensive experience building animal containment areas\r\n\r\nBachelors degree in a related field.\r\n\r\nKnowledge of Animal Record Keeping System (ARKS), Medical ARKS (MedARKS), and Zoological Information Management System (ZIMS) database programs. Proficiency with Microsoft office programs such as Word, Excel, and Powerpoint.\r\n\r\nLicensing And Other Requirements\r\nValid Idaho driver\'s license\r\nVeterinary Technician certification/license\r\n<p dir="ltr">Compensation:</p>\r\n<p dir="ltr">Please visit <a href="http://www.cityofboise.org/">www.cityofboise.org</a> for complete compensation and benefit package information.</p>\r\n&nbsp;', 'Zookeeper/ Veterinary Technician', 0, 'Cares for dietary, health and environmental needs of native and exotic animals at Zoo Boise. Maintains exhibits and assists with transportation of animals. Interacts with the public and provides information regarding animals and Zoo activities and events. Provides certified technical and medical assistance in the care and treatment of all zoo specimens both in the collection and in quarantine at Zoo Boise. Assists veterinarian with animal medical procedures. Work is performed independently under general direction. \r\n', 'inherit', 'closed', 'closed', '', '4851-revision-v1', '', '', '2013-12-20 11:25:57', '2013-12-20 16:25:57', '', 4851, 'https://www.aazk.org/4851-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4896, 3, '2013-12-18 11:12:20', '2013-12-18 16:12:20', 'The Phoenix Zoo is currently seeking a full-time Relief Keeper II.  Relief Keepers work in all areas and they must be knowledgeable and comfortable working with all species on a regular basis.  Keepers are expected to observe and report on all assigned animals paying special attention to health, safety, dietary consumption, and behavioral abnormalities.  Relief Keepers also perform routine husbandry, provide approved behavioral enrichment and animal training, and make recommendations pertaining to seasonal adjustments.  Keeper II’s must demonstrate significant knowledge of Standard Operating Procedures, be able to provide advice pertaining to the amendment of SOP’s, and assist in training staff on the SOP’s.  Keepers are expected to interact with the public and provide positive guest experiences for guests of all ages.  \r\n\r\nMinimum requirements for this position include 2 years paid experience in work relevant to animal husbandry in an AZA accredited institution or related facility, HS diploma required with a preference for a BS degree in Life Science or equivalent, behavioral enrichment or operant conditioning experience and a valid driver’s license.   All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=603&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Relief Keeper II', 0, '', 'publish', 'closed', 'closed', '', 'relief-keeper-ii', '', '', '2013-12-18 11:12:20', '2013-12-18 16:12:20', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=4896', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4864, 1, '2013-12-10 19:56:12', '2013-12-11 00:56:12', '', 'Password Reset', 0, '', 'inherit', 'closed', 'closed', '', '3703-revision-v1', '', '', '2013-12-10 19:56:12', '2013-12-11 00:56:12', '', 3703, 'https://www.aazk.org/3703-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4865, 1, '2013-12-10 19:59:17', '2013-12-11 00:59:17', '[gravityform id="10" name="test"]', 'Test', 0, '', 'publish', 'closed', 'closed', 'Test123!', '4865-2', '', '', '2013-12-10 19:59:28', '2013-12-11 00:59:28', '', 0, 'https://www.aazk.org/?page_id=4865', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4866, 1, '2013-12-10 19:59:07', '2013-12-11 00:59:07', '[gravityform id="10" name="test"]', '', 0, '', 'inherit', 'closed', 'closed', '', '4865-revision-v1', '', '', '2013-12-10 19:59:07', '2013-12-11 00:59:07', '', 4865, 'https://www.aazk.org/4865-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4867, 1, '2013-12-10 19:59:28', '2013-12-11 00:59:28', '[gravityform id="10" name="test"]', 'Test', 0, '', 'inherit', 'closed', 'closed', '', '4865-revision-v1', '', '', '2013-12-10 19:59:28', '2013-12-11 00:59:28', '', 4865, 'https://www.aazk.org/4865-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4907, 3, '2013-12-19 11:56:20', '2013-12-19 16:56:20', '\r\nFull Time\r\n \r\nThe Jacksonville Zoo and Gardens is currently seeking a qualified and motivated candidate for the position of full time Animal Health Keeper. Responsibilities include providing the care, nutrition, maintenance and environmental needs of animals housed at the veterinary hospital as well as assisting the veterinary staff in animal restraint, medical procedures, and treatments as needed.  Desired skills include, but are not limited to knowledge of the husbandry of a wide variety of exotic and wildlife species including birds and reptiles, knowledge of working with venomous species, proper handling/capture techniques, ability to provide appropriate environmental enrichment, exhibit maintenance and minor repair, knowledge of and proficiency with MEDARKS and Microsoft office programs, ability to maintain equipment and tools in a good state of repair.  Candidates must possess solid observational and record keeping skills, must have an excellent safety record and a strong work history, possess the ability to adapt to frequently changing conditions, strong communications skills, both verbal and written with the ability to interact and communicate well with guests and co-workers and demonstrate good decision making skills and sound judgment. \r\n\r\nPreferred qualifications include a 4-year degree in a life science (biology, animal science, zoology) or a 2-year associates degree related to zoo science or another related field, a minimum of two years paid employment in an Association of Zoos &amp; Aquariums accredited institution, and demonstrated experience working with exotic and zoological species.  Current college candidates must complete their course work prior to applying and be available for immediate hire. A valid driver’s license is required.\r\n\r\nApplicants must be able to lift 50 lbs. without difficulty, be able to work in adverse weather conditions including rain, heat, and cold, be able to traverse zoo grounds on foot, be able to bend, lift and reach overhead, kneel, rake, sweep, carry objects for short distances, possess visual acuity appropriate for animal care and general safety practices, and be able to remain on feet for long periods of time. The ability to maintain a positive attitude and work independently as well as with others as a team is essential. Applicants must be able to successfully pass the Jacksonville Zoo background check which includes criminal history and drug testing. \r\n\r\nThe Jacksonville Zoo and Gardens offers all full time employees a competitive benefits package including medical, dental and life insurance for the employee, paid time off, 403B Retirement Plan, and discounts at the Zoo.\r\n\r\nEOE / DRUG FREE WORKPLACE\r\n\r\nTo apply, please submit your resume via email to:\r\n \r\nemployment@jacksonvillezoo.org\r\n', 'Animal Health Keeper', 0, '', 'publish', 'closed', 'closed', '', 'animal-health-keeper', '', '', '2013-12-19 11:56:20', '2013-12-19 16:56:20', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=4907', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4878, 2, '2013-12-11 15:38:38', '2013-12-11 20:38:38', '', 'Jobs Sidebar', 0, '', 'inherit', 'closed', 'closed', '', '4874-revision-v1', '', '', '2013-12-11 15:38:38', '2013-12-11 20:38:38', '', 4874, 'https://www.aazk.org/4874-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4879, 2, '2013-12-11 17:05:04', '2013-12-11 22:05:04', 'AAZK has recently converted to a fully automated Membership management software. The result is an unforeseen bug that directly affects the ability of AAZK Member Institutions to recover their account information in order to post jobs on this page.\n\nIn order to streamline the Member Job Posting process - Please contact <span style="color: #0000ff;"><strong>Ed.Hansen@aecetia.net/gws/aazk</strong></span> to obtain your Institutional Member Job Posting password.\n\nPlease ensure that your email requests the IM Job Posting password <strong>and</strong> contains:\n\nName of the Primary Job Posting Contact\n\nSignature attachment (Address, email and phone\n\nFacility Name (to Verify AAZK Membership)\n\nThank you for your patience and understanding.', 'Jobs Sidebar', 0, '', 'inherit', 'closed', 'closed', '', '4874-autosave-v1', '', '', '2013-12-11 17:05:04', '2013-12-11 22:05:04', '', 4874, 'https://www.aazk.org/4874-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4880, 2, '2013-12-11 16:24:31', '2013-12-11 21:24:31', 'AAZK has recently converted to a fully automated Membership management software. The result is an unforeseen bug that directly affects the ability of AAZK Member Institutions to recover their account information in order to post jobs on this page.\r\n\r\nIn order to streamline the Member Job Posting process - Please contact <span style="color: #0000ff;"><strong>Ed.Hansen@aecetia.net/gws/aazk</strong></span> to obtain your Institutional Member Job Posting password.\r\n\r\nPlease ensure that your email requests the IM Job Posting password <strong>and</strong> contains:\r\n\r\nName of the Primary Job Posting Contact\r\nSignature attachment (Address, email and phone)\r\nFacility Name (to Verify AAZK Membership)\r\n\r\nThank you for your patience and understanding', 'Jobs Sidebar', 0, '', 'inherit', 'closed', 'closed', '', '4874-revision-v1', '', '', '2013-12-11 16:24:31', '2013-12-11 21:24:31', '', 4874, 'https://www.aazk.org/4874-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4881, 1, '2013-12-11 16:54:45', '2013-12-11 21:54:45', '[gravityform id="1" name="Job Submission"]', 'Submit a Job (Members)', 0, '', 'inherit', 'closed', 'closed', '', '4720-revision-v1', '', '', '2013-12-11 16:54:45', '2013-12-11 21:54:45', '', 4720, 'https://www.aazk.org/4720-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4882, 2, '2013-12-11 17:01:31', '2013-12-11 22:01:31', 'AAZK has recently converted to a fully automated Membership management software. The result is an unforeseen bug that directly affects the ability of AAZK Member Institutions to recover their account information in order to post jobs on this page. <br>\r\n\r\nIn order to streamline the Member Job Posting process - Please contact <span style="color: #0000ff;"><strong>Ed.Hansen@aecetia.net/gws/aazk</strong></span> to obtain your Institutional Member Job Posting password. <br>\r\n\r\nPlease ensure that your email requests the IM Job Posting password <strong>and</strong> contains: <br>\r\n\r\nName of the Primary Job Posting Contact\r\nSignature attachment (Address, email and phone)\r\nFacility Name (to Verify AAZK Membership)<br>\r\n\r\nThank you for your patience and understanding', 'Jobs Sidebar', 0, '', 'inherit', 'closed', 'closed', '', '4874-revision-v1', '', '', '2013-12-11 17:01:31', '2013-12-11 22:01:31', '', 4874, 'https://www.aazk.org/4874-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4884, 2, '2013-12-11 17:05:31', '2013-12-11 22:05:31', 'AAZK has recently converted to a fully automated Membership management software. The result is an unforeseen bug that directly affects the ability of AAZK Member Institutions to recover their account information in order to post jobs on this page.\r\n\r\nIn order to streamline the Member Job Posting process - Please contact <span style="color: #0000ff;"><strong>Ed.Hansen@aecetia.net/gws/aazk</strong></span> to obtain your Institutional Member Job Posting password.\r\n\r\nPlease ensure that your email requests the IM Job Posting password <strong>and</strong> contains:\r\n\r\nName of the Primary Job Posting Contact\r\n\r\nSignature attachment (Address, email and phone\r\n\r\nFacility Name (to Verify AAZK Membership)\r\n\r\nThank you for your patience and understanding.', 'Jobs Sidebar', 0, '', 'inherit', 'closed', 'closed', '', '4874-revision-v1', '', '', '2013-12-11 17:05:31', '2013-12-11 22:05:31', '', 4874, 'https://www.aazk.org/4874-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4883, 2, '2013-12-11 17:03:12', '2013-12-11 22:03:12', 'AAZK has recently converted to a fully automated Membership management software. The result is an unforeseen bug that directly affects the ability of AAZK Member Institutions to recover their account information in order to post jobs on this page. <br>\r\n\r\n\r\nIn order to streamline the Member Job Posting process - Please contact <span style="color: #0000ff;"><strong>Ed.Hansen@aecetia.net/gws/aazk</strong></span> to obtain your Institutional Member Job Posting password. <br>\r\n\r\n\r\nPlease ensure that your email requests the IM Job Posting password <strong>and</strong> contains: <br>\r\n\r\n\r\nName of the Primary Job Posting Contact <br>\r\nSignature attachment (Address, email and phone <br>\r\nFacility Name (to Verify AAZK Membership) <br>\r\n\r\nThank you for your patience and understanding.', 'Jobs Sidebar', 0, '', 'inherit', 'closed', 'closed', '', '4874-revision-v1', '', '', '2013-12-11 17:03:12', '2013-12-11 22:03:12', '', 4874, 'https://www.aazk.org/4874-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4885, 1, '2013-12-11 17:18:10', '2013-12-11 22:18:10', '', 'Membership Sidebar', 0, '', 'publish', 'closed', 'closed', '', 'membership-sidebar', '', '', '2013-12-11 17:51:06', '2013-12-11 22:51:06', '', 3083, 'https://www.aazk.org/?page_id=4885', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4886, 1, '2013-12-11 17:18:10', '2013-12-11 22:18:10', '', 'Membership Sidebar', 0, '', 'inherit', 'closed', 'closed', '', '4885-revision-v1', '', '', '2013-12-11 17:18:10', '2013-12-11 22:18:10', '', 4885, 'https://www.aazk.org/4885-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4888, 0, '2013-12-12 12:15:53', '2013-12-12 17:15:53', 'The Phoenix Zoo is currently seeking a Trail Experiences Coordinator who will develop dynamic science-based and interpretive content for interpretive stations throughout the Zoo as well as managing the adult and teen volunteers that facilitate them. Phoenix Zoo interpretation areas include Monkey Village, Giraffe Encounter, Petting Zoo, Stingray Bay and several creature features throughout the zoo. The Trail Experience Coordinator will work under the guidance of the Manager of Trail Experiences to recruit, train, mentor and evaluate team members, as well as serving as a liaison to the Volunteer Behavioral Enrichment Team. \r\n\r\nMinimum qualifications for this position include at least 2 years’ experience with informal interpretation programs, one year working with volunteers and teens, and extensive knowledge about ecology, conservation and biology with a preference for a candidate with a degree in one of those areas. This position involves a great deal of interaction, the ideal candidate will  possess strong public speaking skills, and will be personable, responsible, energetic, and knowledgeable about the Zoo’s exhibits. This position requires that you be available to work any day of the week, including weekends, holidays and special events. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual Tb testing and a valid driver’s license.\r\n\r\nThis position has a starting hourly wage of $11.73 - $13.20 DOE with a generous benefits package that includes 4 weeks of paid vacation/year, medical/dental/vision insurance, 401(k) with company match, and many other perks that come along with being a Phoenix Zoo employee.\r\n\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=598&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1\r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Trail Experiences Coordinator', 0, '', 'inherit', 'closed', 'closed', '', '4887-revision-v1', '', '', '2013-12-12 12:15:53', '2013-12-12 17:15:53', '', 4887, 'https://www.aazk.org/4887-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4890, 2, '2013-12-12 13:33:03', '2013-12-12 18:33:03', '<div class="alert-help">\r\n\r\n<i class="icon-alert"></i><strong><span style="color: #993300;">New Members</span></strong> - Thank you for your Membership with AAZK! Please create your Membership Profile and execute payment.  Please review your payment information carefully prior to final submission.\r\n\r\n<span style="color: #0000ff;"><strong>Renewing Members</strong></span> - Please <a href="https://www.aecetia.net/gws/aazk/wp-admin">log in</a> to your Member Account and begin your renewal by clicking on "Renew Membership".  <strong>Note:</strong> If you are an renewing AAZK member and you have not recovered your account information from the previous website, you will need to click on Existing AAZK Members: Recover Account Info Here.\r\n\r\n</div>\r\n[pmpro_levels]\r\n\r\n', 'Membership Levels', 0, '', 'inherit', 'closed', 'closed', '', '3089-revision-v1', '', '', '2013-12-12 13:33:03', '2013-12-12 18:33:03', '', 3089, 'https://www.aazk.org/3089-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4891, 3, '2013-12-12 16:18:19', '2013-12-12 21:18:19', 'A passion for husbandry, education, and conservation is required.\r\n\r\nResponsibilities include, but are not limited to, public speaking, landscaping, food prep, administration of medication, basic animal husbandry, monitoring of animal health, maintaining cleanliness of animal enclosures, and enrichment preparation and distribution.  Must be ready and willing to interact with large carnivores in exciting and entertaining shows for the public.  The ability to work in a team is paramount. A valid drivers license is required as the successful applicant will be expected to drive educational tours.\r\n\r\nApplicants should be in excellent physical condition.  He or she must be a proficient swimmer, able to sprint, and be able to lift 75 pounds on a regular basis. Applicants should have a vast knowledge of large carnivores and be prepared to cross train to other areas of the park. The ability to weld and operate machinery is a plus. \r\n\r\nThe position requires 1 year of carnivore experience or a 4 year degree in a related field.\r\n\r\nMust be available to work full-time, flexible hours including weekends and holidays.\r\n\r\nStarting pay $11-$12 per hour commensurate on experience.\r\n\r\nDrug test required.\r\n\r\nSerious applicants may send a resume and cover letter to jeffreybharwell@gmail.com', 'Keeper/handler to care for a diverse collection of carnivores at a full-contact facility.', 0, 'Out of Africa Wildlife Park in Camp Verde, AZ is a one of a kind facility that brings people close to animals and inspires conservation through play.', 'publish', 'closed', 'closed', '', 'keeperhandler-to-care-for-a-diverse-collection-of-carnivores-at-a-full-contact-facility', '', '', '2013-12-12 16:18:19', '2013-12-12 21:18:19', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=4891', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4892, 0, '2013-12-12 16:18:19', '2013-12-12 21:18:19', 'A passion for husbandry, education, and conservation is required.\r\n\r\nResponsibilities include, but are not limited to, public speaking, landscaping, food prep, administration of medication, basic animal husbandry, monitoring of animal health, maintaining cleanliness of animal enclosures, and enrichment preparation and distribution.  Must be ready and willing to interact with large carnivores in exciting and entertaining shows for the public.  The ability to work in a team is paramount. A valid drivers license is required as the successful applicant will be expected to drive educational tours.\r\n\r\nApplicants should be in excellent physical condition.  He or she must be a proficient swimmer, able to sprint, and be able to lift 75 pounds on a regular basis. Applicants should have a vast knowledge of large carnivores and be prepared to cross train to other areas of the park. The ability to weld and operate machinery is a plus. \r\n\r\nThe position requires 1 year of carnivore experience or a 4 year degree in a related field.\r\n\r\nMust be available to work full-time, flexible hours including weekends and holidays.\r\n\r\nStarting pay $11-$12 per hour commensurate on experience.\r\n\r\nDrug test required.\r\n\r\nSerious applicants may send a resume and cover letter to jeffreybharwell@gmail.com', 'Keeper/handler to care for a diverse collection of carnivores at a full-contact facility.', 0, 'Out of Africa Wildlife Park in Camp Verde, AZ is a one of a kind facility that brings people close to animals and inspires conservation through play.', 'inherit', 'closed', 'closed', '', '4891-revision-v1', '', '', '2013-12-12 16:18:19', '2013-12-12 21:18:19', '', 4891, 'https://www.aazk.org/4891-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4894, 3, '2013-12-17 11:30:31', '2013-12-17 16:30:31', '***Recruitment will begin January 02, 2014***\r\n\r\nMINIMUM QUALIFICATIONS:\r\nEducation and Experience: A High School diploma or GED, and one (1) year of confined animal care and handling experience, excluding personal pets. \r\n \r\nLicenses and Certificates: Texas Class “C” Driver’s License or equivalent from another state.\r\n\r\nGENERAL PURPOSE:\r\nUnder immediate supervision, provide for the care of assigned zoo animals.\r\n\r\nTYPICAL DUTIES:\r\nFeed and care for exotic zoo animals and clean and maintain animal enclosures. Involves: Prepare regular and special diets to feed animals. Feed and water animals. Clean, disinfect and maintain cages, enclosures and exhibit areas as needed. Maintain safety of animals. Monitor animal health and well-being. Report animal illness or injury to appropriate staff. Assist veterinary staff as needed with administering medications, providing treatment and restraining. Provide care for animals such as by trimming beaks, nails and wing feathers, providing moisture for turtles, reptiles and birds, shearing sheep, weighing animals and other services as needed. Record animal information such as temperature and consumption to charts. \r\n \r\nAssist with behavior modification and enrichment programs for animals. Involves: Utilize system of rewards to condition animal to do things on command. Provide animal with interactive items and activities to relieve stress and boredom. Provide exercise for animals as needed. \r\n \r\nProvide assistance to other zoo staff and to the public. Involves: Identify maintenance problems and resolve or report as necessary. Assist with grounds and landscaping maintenance and construction. Test water quality in aquatic exhibits. Answer questions from other staff and the public regarding zoo animals, exhibits and related. \r\n\r\nKNOWLEDGE, SKILLS, AND ABILITIES:\r\n•	Application of some knowledge of care and feeding of zoo animals.\r\n•	Application of some knowledge of American Zoo and Aquarium Association principles and practices.\r\n•	Application of some knowledge of sanitation and disinfection processes.\r\n•	Prepare and feed animals regular and special diet foods.\r\n•	Maintain accurate logs and records of animal care and observation.\r\n•	Establish and maintain effective working relationships with coworkers and the general public.\r\nOTHER JOB CHARACTERISTICS:\r\n•	Requires mobility within a zoo environment.\r\n•	Works around a variety of animal species with potential for physical harm from bites, kicks, heavy lifting and restraining animals.\r\n•	Exposure to infectious diseases from daily contact with exotic and domestic animals including bacterial, fungal, parasitic and viral pathogens.\r\n•	Exposure to power tools and machinery.\r\n•	Driving through zoo grounds and occasionally in City traffic.\r\n\r\nSalary:  $12.31 - $18.27 Hourly\r\n\r\nNote: Recruitment will begin on January 2, 2014. On January 2, 2014, interested applicants must go to www.elpasotexas.gov to apply. Applications are only accepted online. Applicants are encouraged to apply immediately on January 2, 2014. This position will close once a preset number of qualified applications have been received.\r\n', 'Zoo Keeper', 0, 'Recruitment will begin on January 2, 2014 and on this day interested applicants must go to www.elpasotexas.gov to apply. Applications are only accepted online.', 'publish', 'closed', 'closed', '', 'zoo-keeper', '', '', '2013-12-17 11:30:31', '2013-12-17 16:30:31', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=4894', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4895, 0, '2013-12-17 11:30:31', '2013-12-17 16:30:31', '***Recruitment will begin January 02, 2014***\r\n\r\nMINIMUM QUALIFICATIONS:\r\nEducation and Experience: A High School diploma or GED, and one (1) year of confined animal care and handling experience, excluding personal pets. \r\n \r\nLicenses and Certificates: Texas Class “C” Driver’s License or equivalent from another state.\r\n\r\nGENERAL PURPOSE:\r\nUnder immediate supervision, provide for the care of assigned zoo animals.\r\n\r\nTYPICAL DUTIES:\r\nFeed and care for exotic zoo animals and clean and maintain animal enclosures. Involves: Prepare regular and special diets to feed animals. Feed and water animals. Clean, disinfect and maintain cages, enclosures and exhibit areas as needed. Maintain safety of animals. Monitor animal health and well-being. Report animal illness or injury to appropriate staff. Assist veterinary staff as needed with administering medications, providing treatment and restraining. Provide care for animals such as by trimming beaks, nails and wing feathers, providing moisture for turtles, reptiles and birds, shearing sheep, weighing animals and other services as needed. Record animal information such as temperature and consumption to charts. \r\n \r\nAssist with behavior modification and enrichment programs for animals. Involves: Utilize system of rewards to condition animal to do things on command. Provide animal with interactive items and activities to relieve stress and boredom. Provide exercise for animals as needed. \r\n \r\nProvide assistance to other zoo staff and to the public. Involves: Identify maintenance problems and resolve or report as necessary. Assist with grounds and landscaping maintenance and construction. Test water quality in aquatic exhibits. Answer questions from other staff and the public regarding zoo animals, exhibits and related. \r\n\r\nKNOWLEDGE, SKILLS, AND ABILITIES:\r\n•	Application of some knowledge of care and feeding of zoo animals.\r\n•	Application of some knowledge of American Zoo and Aquarium Association principles and practices.\r\n•	Application of some knowledge of sanitation and disinfection processes.\r\n•	Prepare and feed animals regular and special diet foods.\r\n•	Maintain accurate logs and records of animal care and observation.\r\n•	Establish and maintain effective working relationships with coworkers and the general public.\r\nOTHER JOB CHARACTERISTICS:\r\n•	Requires mobility within a zoo environment.\r\n•	Works around a variety of animal species with potential for physical harm from bites, kicks, heavy lifting and restraining animals.\r\n•	Exposure to infectious diseases from daily contact with exotic and domestic animals including bacterial, fungal, parasitic and viral pathogens.\r\n•	Exposure to power tools and machinery.\r\n•	Driving through zoo grounds and occasionally in City traffic.\r\n\r\nSalary:  $12.31 - $18.27 Hourly\r\n\r\nNote: Recruitment will begin on January 2, 2014. On January 2, 2014, interested applicants must go to www.elpasotexas.gov to apply. Applications are only accepted online. Applicants are encouraged to apply immediately on January 2, 2014. This position will close once a preset number of qualified applications have been received.\r\n', 'Zoo Keeper', 0, 'Recruitment will begin on January 2, 2014 and on this day interested applicants must go to www.elpasotexas.gov to apply. Applications are only accepted online.', 'inherit', 'closed', 'closed', '', '4894-revision-v1', '', '', '2013-12-17 11:30:31', '2013-12-17 16:30:31', '', 4894, 'https://www.aazk.org/4894-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4897, 0, '2013-12-18 11:12:20', '2013-12-18 16:12:20', 'The Phoenix Zoo is currently seeking a full-time Relief Keeper II.  Relief Keepers work in all areas and they must be knowledgeable and comfortable working with all species on a regular basis.  Keepers are expected to observe and report on all assigned animals paying special attention to health, safety, dietary consumption, and behavioral abnormalities.  Relief Keepers also perform routine husbandry, provide approved behavioral enrichment and animal training, and make recommendations pertaining to seasonal adjustments.  Keeper II’s must demonstrate significant knowledge of Standard Operating Procedures, be able to provide advice pertaining to the amendment of SOP’s, and assist in training staff on the SOP’s.  Keepers are expected to interact with the public and provide positive guest experiences for guests of all ages.  \r\n\r\nMinimum requirements for this position include 2 years paid experience in work relevant to animal husbandry in an AZA accredited institution or related facility, HS diploma required with a preference for a BS degree in Life Science or equivalent, behavioral enrichment or operant conditioning experience and a valid driver’s license.   All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=603&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Relief Keeper II', 0, '', 'inherit', 'closed', 'closed', '', '4896-revision-v1', '', '', '2013-12-18 11:12:20', '2013-12-18 16:12:20', '', 4896, 'https://www.aazk.org/4896-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4898, 2, '2013-12-18 11:28:55', '2013-12-18 16:28:55', '1/2" x 3/4" AAZK Logo Lapel Pin\r\n\r\nHardened Brillaint Enamel Finish\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'AAZK Logo Pin', 0, '', 'publish', 'closed', 'closed', '', 'aazk-logo-pin', '', '', '2013-12-18 11:28:55', '2013-12-18 16:28:55', '', 0, 'https://www.aazk.org/shop/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4901, 2, '2013-12-18 11:36:58', '2013-12-18 16:36:58', '3.5" x 4.0" Permanent Mount Adhesive Sticker', 'AAZK Logo Sticker', 0, '', 'publish', 'closed', 'closed', '', 'aazk-logo-sticker', '', '', '2013-12-18 11:40:58', '2013-12-18 16:40:58', '', 0, 'https://www.aazk.org/shop/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4904, 3, '2013-12-18 13:19:54', '2013-12-18 18:19:54', 'Application deadline: January 15, 2014. To apply, visit www.oregonmetro.gov/jobs for the complete job announcement and a link to our online hiring center.\r\n\r\nThe Zoo Registrar serves as a member of the animal management team, responsible for maintaining the zoo’s animal records and permits according to industry and legal standards, assisting in the development and implementation of the zoo\'s collections management policy and the resulting collection plans.\r\n\r\nThe ideal candidate for this position will have a proven track record of responsibilities, including managing the institution\'s animal records and related policies, validating the quality of recorded data and ensuring the legal compliance of all animal transactions. The \r\n\r\nRegistrar also serves as liaison to relevant government agencies, other zoological institutions and conservation organizations, including Association of Zoos and Aquariums (AZA) and the International Species Information System (ISIS), specific to the role of the Registrar function. This position  reports to the Deputy Director of Living Collections.\r\n\r\nThe Oregon Zoo is a service of Metro. Metro is an Equal Opportunity/Affirmative Action Employer.', 'Zoo Registrar', 0, 'Manages and maintains both active and inactive animal records systems ensuring data quality, appropriate retention, preservation and accessibility. ', 'publish', 'closed', 'closed', '', 'zoo-registrar', '', '', '2013-12-18 13:19:54', '2013-12-18 18:19:54', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=4904', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4902, 2, '2013-12-18 11:37:52', '2013-12-18 16:37:52', '3.5" x 4.0" Permanent Mount Adhesive Sticker', 'AAZK Logo Sticker', 0, '', 'inherit', 'closed', 'closed', '', '4901-autosave-v1', '', '', '2013-12-18 11:37:52', '2013-12-18 16:37:52', '', 4901, 'https://www.aazk.org/4901-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4903, 2, '2013-12-18 11:39:20', '2013-12-18 16:39:20', '3.5" x 4.0" Reverse Image Window Decal', 'AAZK Decal', 0, '', 'publish', 'closed', 'closed', '', 'aazk-decal', '', '', '2013-12-18 11:44:09', '2013-12-18 16:44:09', '', 0, 'https://www.aazk.org/shop/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4905, 0, '2013-12-18 13:19:54', '2013-12-18 18:19:54', 'Application deadline: January 15, 2014. To apply, visit www.oregonmetro.gov/jobs for the complete job announcement and a link to our online hiring center.\r\n\r\nThe Zoo Registrar serves as a member of the animal management team, responsible for maintaining the zoo’s animal records and permits according to industry and legal standards, assisting in the development and implementation of the zoo\'s collections management policy and the resulting collection plans.\r\n\r\nThe ideal candidate for this position will have a proven track record of responsibilities, including managing the institution\'s animal records and related policies, validating the quality of recorded data and ensuring the legal compliance of all animal transactions. The \r\n\r\nRegistrar also serves as liaison to relevant government agencies, other zoological institutions and conservation organizations, including Association of Zoos and Aquariums (AZA) and the International Species Information System (ISIS), specific to the role of the Registrar function. This position  reports to the Deputy Director of Living Collections.\r\n\r\nThe Oregon Zoo is a service of Metro. Metro is an Equal Opportunity/Affirmative Action Employer.', 'Zoo Registrar', 0, 'Manages and maintains both active and inactive animal records systems ensuring data quality, appropriate retention, preservation and accessibility. ', 'inherit', 'closed', 'closed', '', '4904-revision-v1', '', '', '2013-12-18 13:19:54', '2013-12-18 18:19:54', '', 4904, 'https://www.aazk.org/4904-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4906, 2, '2013-12-18 14:18:50', '2013-12-18 19:18:50', '[membership level="0"]\r\n<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nIn 1990, AAZK began by supporting the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n<h4>Who does BFR support?</h4>\r\n<img class="alignleft" alt="Black Rhinos" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blackrhinos_004.jpg" border="1" hspace="10" vspace="10" /> In Kenya, Africa, BFR supports the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img class="alignright" alt="" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino1.jpg" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n<h4>Donate</h4>\r\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below.\r\n<div class="first sixcol">\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 1.9em;">Quickly approaching $5,000,000.00</span></strong>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h6>2013 FINAL Funds Raised:</h6>\r\n<strong><span style="font-size: 1.9em;">$481,448.21</span></strong>\r\n<em> - this is a new record for amount raised in a year!</em>\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/"><img class="alignnone size-full wp-image-2410" alt="donate_button" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" width="135" height="136" /></a>\r\n[/membership][membership]\r\n<h4>Local Events</h4>\r\n[caption]<img class="alignleft" alt="Program Manager - Patty Pearthree" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x1501.jpg" width="150" height="150" />\r\n<p align="center"><strong>Program Manager - Patty Pearthree</strong></p>\r\n[/caption]\r\n\r\nIf you would like to find out if there will be a BFR event near you have or your event listed, please send your BFR event date &amp; contact information to <strong>Patty Pearthree</strong> at: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a>.\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing" target="_blank">click here</a>.\r\n<div class="clear"></div>\r\n<h3><span style="font-size: 1em;">Total Funds Raised</span></h3>\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 2em;">Quickly approaching $5,000,000.00</span></strong>\r\n<h6>2013 FINAL Funds Raised:</h6>\r\n<strong><span style="font-size: 2em;">$481,448.21</span></strong>\r\n<em>- this is a new record for amount raised in a year!</em>\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000 per year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send your organization\'s contact person/contact information ASAP along with the date of your event to our national BFR Coordinator.\r\n<h4>Email Group</h4>\r\nThere is a new Yahoo groups email for <em>Bowling For Rhino</em> Coordinators. If you would like to be part of this email group, please email <strong>Barbie Wilson</strong> at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n\r\nPlease contact <strong>Patty Pearthree</strong>: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n<pre><i class="icon-attention"></i> Applications being accepted for the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></pre>\r\n<h4>Who does BFR support?</h4>\r\nBFR supports the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa. In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>. BFR also supports <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home. Many organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n<h4>Chapter Totals</h4>\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3" target="_blank">here</a>.\r\n<h4>Sponsorship Form</h4>\r\n<a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet1.pdf" target="_blank"><i class="icon-download"></i> Download Sponsorship Form</a>\r\n<h2>Bowling for Rhinos Awards - 2013</h2>\r\n<strong>Conservation Resource Grant</strong> RhiNOremedy\r\n<h3>Top Individual Fundraisers – Bowling for Rhinos 2013</h3>\r\n<strong>Mike Bona</strong> - Los Angeles Chapter, Lewa trip winner\r\n<strong>Ann Knutson</strong> - San Diego Chapter, Lewa trip winner\r\n<strong>Kenton Kerns</strong> - National Capital Chapter, Indonesia trip winner\r\nCrystal Butler - Oklahoma City Chapter, Indonesia trip winner\r\n<strong>Jim Haigwood</strong> - Los Angeles Chapter, Honorary trip winner\r\n<h3>Top Chapter Fundraiser - 2013</h3>\r\n<strong>Portland AAZK Chapter.</strong> Chapter Award[/membership]', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2013-12-18 14:18:50', '2013-12-18 19:18:50', '', 168, 'https://www.aazk.org/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4908, 0, '2013-12-19 11:56:20', '2013-12-19 16:56:20', '\r\nFull Time\r\n \r\nThe Jacksonville Zoo and Gardens is currently seeking a qualified and motivated candidate for the position of full time Animal Health Keeper. Responsibilities include providing the care, nutrition, maintenance and environmental needs of animals housed at the veterinary hospital as well as assisting the veterinary staff in animal restraint, medical procedures, and treatments as needed.  Desired skills include, but are not limited to knowledge of the husbandry of a wide variety of exotic and wildlife species including birds and reptiles, knowledge of working with venomous species, proper handling/capture techniques, ability to provide appropriate environmental enrichment, exhibit maintenance and minor repair, knowledge of and proficiency with MEDARKS and Microsoft office programs, ability to maintain equipment and tools in a good state of repair.  Candidates must possess solid observational and record keeping skills, must have an excellent safety record and a strong work history, possess the ability to adapt to frequently changing conditions, strong communications skills, both verbal and written with the ability to interact and communicate well with guests and co-workers and demonstrate good decision making skills and sound judgment. \r\n\r\nPreferred qualifications include a 4-year degree in a life science (biology, animal science, zoology) or a 2-year associates degree related to zoo science or another related field, a minimum of two years paid employment in an Association of Zoos &amp; Aquariums accredited institution, and demonstrated experience working with exotic and zoological species.  Current college candidates must complete their course work prior to applying and be available for immediate hire. A valid driver’s license is required.\r\n\r\nApplicants must be able to lift 50 lbs. without difficulty, be able to work in adverse weather conditions including rain, heat, and cold, be able to traverse zoo grounds on foot, be able to bend, lift and reach overhead, kneel, rake, sweep, carry objects for short distances, possess visual acuity appropriate for animal care and general safety practices, and be able to remain on feet for long periods of time. The ability to maintain a positive attitude and work independently as well as with others as a team is essential. Applicants must be able to successfully pass the Jacksonville Zoo background check which includes criminal history and drug testing. \r\n\r\nThe Jacksonville Zoo and Gardens offers all full time employees a competitive benefits package including medical, dental and life insurance for the employee, paid time off, 403B Retirement Plan, and discounts at the Zoo.\r\n\r\nEOE / DRUG FREE WORKPLACE\r\n\r\nTo apply, please submit your resume via email to:\r\n \r\nemployment@jacksonvillezoo.org\r\n', 'Animal Health Keeper', 0, '', 'inherit', 'closed', 'closed', '', '4907-revision-v1', '', '', '2013-12-19 11:56:20', '2013-12-19 16:56:20', '', 4907, 'https://www.aazk.org/4907-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4928, 2, '2013-12-30 11:48:56', '2013-12-30 16:48:56', 'This is a hands-on experience caring for all types of domestic and exotic animals. Llamas, camels, horses, lemurs, monkeys, bobcats, foxes and much more! A small stipend of $50.00 a week and housing is offered. Public contact and tours is a major portion of this internship. Responsibilities include care, cleaning, feeding and maintenance of a variety of birds and animal species. Available dates are January-May and May-Oct 2014. Send resume to <a href="https://webmail.east.cox.net/do/mail/message/mailto?to=info%40animalgardens.com" target="_blank">info@animalgardens.com</a>\r\nMany of our interns go on to get jobs in zoos and animal parks.<b>\r\n</b>', 'Exotic Animal Interns - Lake Geneva, WI', 0, 'Animal Gardens is a 40-acre Park of landscaped grounds that emphasizes the bond between human and animal. Opportunity to participate in daily animal shows.\r\n', 'publish', 'closed', 'closed', '', 'exotic-animal-interns-lake-geneva-wi', '', '', '2013-12-30 11:48:56', '2013-12-30 16:48:56', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=4928', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4911, 3, '2013-12-20 11:51:32', '2013-12-20 16:51:32', 'This is a 80/20 Split position.\r\n\r\nEnsures animal health and safety by making regular observations and inspections of cages, facilities, and animal behavior. Creates and maintains records such as animal descriptions, sex, diet, and behavioral characteristics. Investigates cases of unusual animal behavior, and reports behavior to veterinarian. Prepares food for animals with regards to species, natural eating behavior and foods, special diets or circumstances, and recommended frequency. Performs cleaning duties in and around cages, zoo grounds, and as directed. Develops and maintains proficiency on remote delivery (dart) system. Serves on emergency immobilization team and maintains readiness for animal emergencies. Drives van, truck, or mule to carry out responsibilities. (50%)\r\n\r\n\r\nCreates and provides enrichment opportunities for animals such as scent manipulation, puzzle feeders, altering design and layout of cages, and related items to engage animals, as well as to prevent irritation and stress. (10%)\r\n\r\n\r\nConducts various presentations, tours, and classes for groups, individuals, and related public events. Creates educational activities for schools and classes. Interacts with the general public and answers questions regarding animals, zoo activities, and upcoming events. Trains animals to exhibit specific behaviors. (10%)\r\n\r\n\r\nSets up for and cleans up after animal procedures by preparing hospital or animal area with necessary pharmaceuticals including anesthetics, vaccines and antibiotics, and equipment. Prepares instruments for surgery. Assists veterinarian with medical, surgical and preventive veterinary care including emergency care for ill and injured animals, injections, and animal restraint. Administers treatment as directed. Assists with routine laboratory diagnostic tests. Performs dental exams and teeth cleaning. (10%)\r\n\r\n\r\nProvides care for animals assigned to clinic and nursery including feeding, cleaning, and observing health status. Assists with neonatal care and hand rearing as necessary. Administers medication as directed. Provides safe and effective restraint and handling of hospital patients. Performs venipuncture, anesthetic induction and monitoring, injections, weighing, placement of intravenous catheters, fluid therapy, and radiography. Monitors animals under anesthesia and in intensive care. Observes animals and provides accurate reports and veterinary technical services. Prepares routine and special reports concerning the animal\'s physical and behavioral health. Assists in maintenance of medical pharmacy, including ordering medical supplies and non-narcotic drugs. Maintains, cleans, and restocks necropsy suite. Assists with post-mortem exams and tissue collection, preservation, and submission. (10%)\r\n\r\n\r\nMaintains hospital including cleaning, disinfection, restocking of materials, and sterilization of instruments and equipment. Maintains work space tidiness, upkeep of procedure kits and emergency boxes. Performs collection, processing and preparation for shipment, and evaluation of clinical laboratory samples, including blood, fecal, and urine samples. Provides accurate and timely reports. (10%)\r\n\r\nRequired Knowledge, Experience, And Training\r\n\r\nMust have graduated from a veterinary technology program accredited or approved by the Committee on Veterinary Technician Education and Activities (CVTEA) of the American Veterinary Medical Association or equivalent program and be a Certified Veterinary Technician (CVT) in the State of Idaho or eligible to obtain certification within 6 months of hire.\r\n\r\n\r\nTwo years of experience as a veterinary technician and experience with appropriate capture and restraint techniques.\r\n\r\n\r\nKnowledge of anatomy and physiology, proper handling/capture techniques, and husbandry of a wide range of exotic animal species; habits and hazards of working with wild animals; proper safety precautions.\r\n\r\n\r\nAbility to build and maintain large cages that can safely and efficiently house small to large animals; make exhibit repairs while ensuring safety of coworkers and general public; operate hand and power tools; properly feed, care for, and handle a wide variety of animals; make presentations to a variety of groups; communicate effectively verbally and in writing; adapt to frequently changing conditions; handle potentially dangerous animals; utilize guns and related emergency equipment in the event of an escaped animal; display an attitude of cooperation and work harmoniously with all levels of City employees, the general public and other organizations; communicate effectively in the English language at a level necessary for efficient job performance; complete assignments in a timely fashion; understand and comply with all rules, policies and regulations; maintain prompt and regular attendance; perform all essential and marginal functions as assigned by an authorized employee, supervisor and/or manager with or without a reasonable accommodation. \r\n\r\n\r\nIndividuals must be capable of operating vehicles safely and have an acceptable driving record.\r\n\r\n\r\nPreferred Knowledge, Experience, And Training\r\n\r\nThree years of experience working with small to large non-domestic animals in a zoo facility or farm setting, one year of advanced training with exotic animals or wildlife species. Extensive experience building animal containment areas \r\n\r\n\r\nBachelors degree in a related field. \r\n\r\n', 'Zookeeper/ Vet Tech', 0, 'To Apply and to see complete Job Description please visit http://agency.governmentjobs.com/boiseid/default.cfm\r\n \r\nNO PHONE CALLS PLEASE\r\n', 'publish', 'closed', 'closed', '', 'zookeeper-vet-tech', '', '', '2013-12-20 11:51:32', '2013-12-20 16:51:32', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=4911', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4912, 0, '2013-12-20 11:51:32', '2013-12-20 16:51:32', 'This is a 80/20 Split position.\r\n\r\nEnsures animal health and safety by making regular observations and inspections of cages, facilities, and animal behavior. Creates and maintains records such as animal descriptions, sex, diet, and behavioral characteristics. Investigates cases of unusual animal behavior, and reports behavior to veterinarian. Prepares food for animals with regards to species, natural eating behavior and foods, special diets or circumstances, and recommended frequency. Performs cleaning duties in and around cages, zoo grounds, and as directed. Develops and maintains proficiency on remote delivery (dart) system. Serves on emergency immobilization team and maintains readiness for animal emergencies. Drives van, truck, or mule to carry out responsibilities. (50%)\r\n\r\n\r\nCreates and provides enrichment opportunities for animals such as scent manipulation, puzzle feeders, altering design and layout of cages, and related items to engage animals, as well as to prevent irritation and stress. (10%)\r\n\r\n\r\nConducts various presentations, tours, and classes for groups, individuals, and related public events. Creates educational activities for schools and classes. Interacts with the general public and answers questions regarding animals, zoo activities, and upcoming events. Trains animals to exhibit specific behaviors. (10%)\r\n\r\n\r\nSets up for and cleans up after animal procedures by preparing hospital or animal area with necessary pharmaceuticals including anesthetics, vaccines and antibiotics, and equipment. Prepares instruments for surgery. Assists veterinarian with medical, surgical and preventive veterinary care including emergency care for ill and injured animals, injections, and animal restraint. Administers treatment as directed. Assists with routine laboratory diagnostic tests. Performs dental exams and teeth cleaning. (10%)\r\n\r\n\r\nProvides care for animals assigned to clinic and nursery including feeding, cleaning, and observing health status. Assists with neonatal care and hand rearing as necessary. Administers medication as directed. Provides safe and effective restraint and handling of hospital patients. Performs venipuncture, anesthetic induction and monitoring, injections, weighing, placement of intravenous catheters, fluid therapy, and radiography. Monitors animals under anesthesia and in intensive care. Observes animals and provides accurate reports and veterinary technical services. Prepares routine and special reports concerning the animal\'s physical and behavioral health. Assists in maintenance of medical pharmacy, including ordering medical supplies and non-narcotic drugs. Maintains, cleans, and restocks necropsy suite. Assists with post-mortem exams and tissue collection, preservation, and submission. (10%)\r\n\r\n\r\nMaintains hospital including cleaning, disinfection, restocking of materials, and sterilization of instruments and equipment. Maintains work space tidiness, upkeep of procedure kits and emergency boxes. Performs collection, processing and preparation for shipment, and evaluation of clinical laboratory samples, including blood, fecal, and urine samples. Provides accurate and timely reports. (10%)\r\n\r\nRequired Knowledge, Experience, And Training\r\n\r\nMust have graduated from a veterinary technology program accredited or approved by the Committee on Veterinary Technician Education and Activities (CVTEA) of the American Veterinary Medical Association or equivalent program and be a Certified Veterinary Technician (CVT) in the State of Idaho or eligible to obtain certification within 6 months of hire.\r\n\r\n\r\nTwo years of experience as a veterinary technician and experience with appropriate capture and restraint techniques.\r\n\r\n\r\nKnowledge of anatomy and physiology, proper handling/capture techniques, and husbandry of a wide range of exotic animal species; habits and hazards of working with wild animals; proper safety precautions.\r\n\r\n\r\nAbility to build and maintain large cages that can safely and efficiently house small to large animals; make exhibit repairs while ensuring safety of coworkers and general public; operate hand and power tools; properly feed, care for, and handle a wide variety of animals; make presentations to a variety of groups; communicate effectively verbally and in writing; adapt to frequently changing conditions; handle potentially dangerous animals; utilize guns and related emergency equipment in the event of an escaped animal; display an attitude of cooperation and work harmoniously with all levels of City employees, the general public and other organizations; communicate effectively in the English language at a level necessary for efficient job performance; complete assignments in a timely fashion; understand and comply with all rules, policies and regulations; maintain prompt and regular attendance; perform all essential and marginal functions as assigned by an authorized employee, supervisor and/or manager with or without a reasonable accommodation. \r\n\r\n\r\nIndividuals must be capable of operating vehicles safely and have an acceptable driving record.\r\n\r\n\r\nPreferred Knowledge, Experience, And Training\r\n\r\nThree years of experience working with small to large non-domestic animals in a zoo facility or farm setting, one year of advanced training with exotic animals or wildlife species. Extensive experience building animal containment areas \r\n\r\n\r\nBachelors degree in a related field. \r\n\r\n', 'Zookeeper/ Vet Tech', 0, 'To Apply and to see complete Job Description please visit http://agency.governmentjobs.com/boiseid/default.cfm\r\n \r\nNO PHONE CALLS PLEASE\r\n', 'inherit', 'closed', 'closed', '', '4911-revision-v1', '', '', '2013-12-20 11:51:32', '2013-12-20 16:51:32', '', 4911, 'https://www.aazk.org/4911-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5384, 2, '2014-02-03 16:19:57', '2014-02-03 21:19:57', '<h2>2013 Conference Proceedings</h2>\r\n<h4><span style="color: #0000ff;"><strong>General Workshops</strong></span></h4>\r\n<strong><span style="color: #0000ff;">Paper Sessions</span></strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n&nbsp;\r\n<h2><strong>2012 Conference Proceedings</strong></h2>\r\n<h4><span style="color: #0000ff;">General Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">AAZAK 2012 AbouMadi Monitoring anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">AAZAK 2012 AbouMadi Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n<h4><span style="color: #0000ff;">Ungulate Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n<h4><span style="color: #0000ff;">Raptor Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n<h4><span style="color: #0000ff;">Penguin Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-03 16:19:57', '2014-02-03 21:19:57', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5316, 3, '2014-01-18 18:30:11', '2014-01-18 23:30:11', '<h5>Facility</h5>\r\n<p>Azoosment Park</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nOur seasonal zookeeper staff is responsible for the care of the entire animal staff at the Azoosment Park from parakeets, reptiles, hoofstock to bobcats and horses.  The zookeepers are responsible for the feeding, cleaning, enrichment, and husbandry of our collection of animals.  Along with the basic care of the animals you will also be responsible for operating the pony rides, petting zoo, horse drawn sleigh rides, and walk in parakeet aviary.  Azoosment Park also has many programs that our animal staff oversees including overnight programs, animal educational shows, and summer zookeeper camps.  This position runs from mid May to the end of October, being full time from June to the beginning of August.  \r\n<h6>Education and Pre-requisites</h6>\r\nAzoosment Park is looking for self motivation, friendly, experienced animal keepers to join our staff.  Animal keepers must have a general knowledge of animal care, husbandry, and education.  All applicants must meet the following requirements:\r\n~ Must have previous animal experience and/or college education with a emphasis in Zoology or Biology\r\n~ Ability to both give and follow oral directions\r\n~ Must be comfortable with both working in a team and completing tasks individually\r\n~ Ability to work in any of the animal areas assigned regardless of the tasks at hand.  \r\n~ Ability to interact courteously, respectfully, and productively with supervisors, fellow employees, zoo visitors and general public.\r\n~ Ability to remain on your feet for long periods of time.\r\n~ Ability to lift at least 50 lbs on a regular basis.\r\n~ Ability to work in all types of weather conditions.\r\n<h6>Compensation and benefits</h6>\r\n$9.00 an hour\r\n<h6>Application instructions</h6>\r\nTo apply go to the following link and follow the application directions, all applicants must include a resume with at least 2 references listed: \r\n\r\nhttps://azoosmentpark.applicantstack.com/x/openings\r\n', 'Seasonal Zoo Keeper', 0, '', 'publish', 'closed', 'closed', '', 'seasonal-zoo-keeper', '', '', '2014-01-18 18:30:11', '2014-01-18 23:30:11', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5316', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (4920, 2, '2013-12-24 12:15:44', '2013-12-24 17:15:44', 'Now Available and discounted for AAZK Members - This textbook offers a comprehensive and practical overview of the zookeeping profession geared toward the new animal keepers and any keeper or aquariust who needs a foundational account of the topics most important to day-to-day care of zoo or aquarium animals. Using the newest techniques and research gathered from around the world <em>Zookeeping </em>is a progressive textbook that seeks to promote consistency and the highest standards within global zoo and aquarium operations.  Click on the link below or enter the URL in your browser for purchase information.\r\n\r\n<a href="https://webmail.east.cox.net/do/redirect?url=https%253A%252F%252Fcdcshoppingcart.uchicago.edu%252FCart%252FCART.ASPX%253FISBN%253D9780226925318%2526BDL%253DWAZA20%2526PRESS%253DCHICAGO" target="_blank">https://cdcshoppingcart.uchicago.edu/Cart/CART.ASPX?ISBN=9780226925318&amp;BDL=WAZA20&amp;PRESS=CHICAGO</a>\r\n\r\nPublished by the University of Chicago Press (www.Press.Uchicago.edu)\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Zookeeping - An Introduction to the Science and Technology', 0, '', 'inherit', 'closed', 'closed', '', '4917-revision-v1', '', '', '2013-12-24 12:15:44', '2013-12-24 17:15:44', '', 4917, 'https://www.aazk.org/4917-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5051, 2, '2014-01-03 15:06:49', '2014-01-03 20:06:49', '', 'MarylandZoo', 0, '', 'inherit', 'closed', 'closed', '', 'marylandzoo', '', '', '2014-01-03 15:06:49', '2014-01-03 20:06:49', '', 5050, 'https://www.aazk.org/wp-content/uploads/MarylandZoo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5052, 2, '2014-01-03 15:07:03', '2014-01-03 20:07:03', '<a href="http://www.marylandzoo.org">Maryland Zoo in Baltimore</a>\r\nDruid Hill Park, Baltimore, MD\r\n(410) 396-7102', 'Maryland Zoo in Baltimore', 0, '', 'inherit', 'closed', 'closed', '', '5050-revision-v1', '', '', '2014-01-03 15:07:03', '2014-01-03 20:07:03', '', 5050, 'https://www.aazk.org/5050-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5053, 2, '2014-01-03 15:14:49', '2014-01-03 20:14:49', '<a href="http://www2.lib.msu.edu/" target="_blank">Michigan State University</a>\n100 Library\nEast Lansing, MI 48824	\n517-353-8700', 'Michigan State University', 0, '', 'inherit', 'closed', 'closed', '', '4283-autosave-v1', '', '', '2014-01-03 15:14:49', '2014-01-03 20:14:49', '', 4283, 'https://www.aazk.org/4283-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5054, 2, '2014-01-03 15:15:21', '2014-01-03 20:15:21', '', 'MichiganState', 0, '', 'inherit', 'closed', 'closed', '', 'michiganstate', '', '', '2014-01-03 15:15:21', '2014-01-03 20:15:21', '', 4283, 'https://www.aazk.org/wp-content/uploads/MichiganState.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5055, 2, '2014-01-03 15:15:26', '2014-01-03 20:15:26', '<a href="http://www2.lib.msu.edu/" target="_blank">Michigan State University</a>\r\n100 Library\r\nEast Lansing, MI 48824	\r\n517-353-8700', 'Michigan State University', 0, '', 'inherit', 'closed', 'closed', '', '4283-revision-v1', '', '', '2014-01-03 15:15:26', '2014-01-03 20:15:26', '', 4283, 'https://www.aazk.org/4283-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5056, 2, '2014-01-03 15:23:09', '2014-01-03 20:23:09', '<a href="http://www.boulderridgewap.com/">Boulder Ridge Wild Animal Park</a>\r\n8313 Pratt Lake SE \r\nAlto, MI 49302 \r\n(616) 868-6711 \r\n', 'Boulder Ridge Wild Animal Park', 0, '', 'publish', 'closed', 'closed', '', 'boulder-ridge-wild-animal-park', '', '', '2014-01-03 15:25:43', '2014-01-03 20:25:43', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5056', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5057, 2, '2014-01-03 15:23:03', '2014-01-03 20:23:03', '', 'BoulderRidge', 0, '', 'inherit', 'closed', 'closed', '', 'boulderridge', '', '', '2014-01-03 15:23:03', '2014-01-03 20:23:03', '', 5056, 'https://www.aazk.org/wp-content/uploads/BoulderRidge.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5058, 2, '2014-01-03 15:23:09', '2014-01-03 20:23:09', '<a href="http://www.boulderridgewap.com/">Boulder Ridge Wild Animal Park</a>\r\n8313 Pratt Lake SE Alto, MI 49302 \r\n(616) 868-6711 \r\n', 'Boulder Ridge Wild Animal Park', 0, '', 'inherit', 'closed', 'closed', '', '5056-revision-v1', '', '', '2014-01-03 15:23:09', '2014-01-03 20:23:09', '', 5056, 'https://www.aazk.org/5056-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5059, 2, '2014-01-03 15:25:35', '2014-01-03 20:25:35', '', 'BoulderRidge', 0, '', 'inherit', 'closed', 'closed', '', 'boulderridge-2', '', '', '2014-01-03 15:25:35', '2014-01-03 20:25:35', '', 5056, 'https://www.aazk.org/wp-content/uploads/BoulderRidge.png', 0, 'attachment', 'image/png', 0) ; 
INSERT INTO `wp_posts` VALUES (5060, 2, '2014-01-03 15:25:43', '2014-01-03 20:25:43', '<a href="http://www.boulderridgewap.com/">Boulder Ridge Wild Animal Park</a>\r\n8313 Pratt Lake SE \r\nAlto, MI 49302 \r\n(616) 868-6711 \r\n', 'Boulder Ridge Wild Animal Park', 0, '', 'inherit', 'closed', 'closed', '', '5056-revision-v1', '', '', '2014-01-03 15:25:43', '2014-01-03 20:25:43', '', 5056, 'https://www.aazk.org/5056-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5382, 2, '2014-02-03 15:50:41', '2014-02-03 20:50:41', '', 'AAZK 2013 Proceedings Paper Sessions', 0, '', 'inherit', 'closed', 'closed', '', 'aazk-2013-proceedings-paper-sessions', '', '', '2014-02-03 15:50:41', '2014-02-03 20:50:41', '', 5156, 'https://www.aazk.org/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5062, 2, '2014-01-03 15:33:03', '2014-01-03 20:33:03', '<a href="http://www.nczoo.org/">North Carolina Zoo</a>\r\n4401 Zoo Parkway\r\nAsheboro, North Carolina 27205\r\n1.800.488.0444 ', 'North Carolina Zoo', 0, '', 'publish', 'closed', 'closed', '', 'north-carolina-zoo', '', '', '2014-01-03 15:37:38', '2014-01-03 20:37:38', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5062', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5063, 2, '2014-01-03 15:32:58', '2014-01-03 20:32:58', '', 'NCZOO', 0, '', 'inherit', 'closed', 'closed', '', 'nczoo', '', '', '2014-01-03 15:32:58', '2014-01-03 20:32:58', '', 5062, 'https://www.aazk.org/wp-content/uploads/NCZOO.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5064, 2, '2014-01-03 15:33:03', '2014-01-03 20:33:03', '<a href="http://www.nczoo.org/">North Carolina Zoo</a>\r\n4401 Zoo Parkway\r\nAsheboro, North Carolina 27205\r\n1.800.488.0444 ', 'North Carolina Zoo', 0, '', 'inherit', 'closed', 'closed', '', '5062-revision-v1', '', '', '2014-01-03 15:33:03', '2014-01-03 20:33:03', '', 5062, 'https://www.aazk.org/5062-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5222, 25759, '2014-01-13 14:06:25', '2014-01-13 19:06:25', '', 'Job Listings Test', 0, '', 'private', 'closed', 'closed', '', 'job-listings-test', '', '', '2014-02-16 16:39:31', '2014-02-16 21:39:31', '', 0, 'https://www.aazk.org/?page_id=5222', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5067, 2, '2014-01-03 15:41:47', '2014-01-03 20:41:47', '<a href="http://www.tigerworld.us/">Tiger World, Inc</a>\r\n4400 Cook Rd\r\nRockwell, NC 28138\r\n(704) 279-6363 ', 'Tiger World', 0, '', 'publish', 'closed', 'closed', '', 'tiger-world', '', '', '2014-01-03 15:41:47', '2014-01-03 20:41:47', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5067', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5068, 2, '2014-01-03 15:41:40', '2014-01-03 20:41:40', '', 'TigerWorld', 0, '', 'inherit', 'closed', 'closed', '', 'tigerworld', '', '', '2014-01-03 15:41:40', '2014-01-03 20:41:40', '', 5067, 'https://www.aazk.org/wp-content/uploads/TigerWorld.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5069, 2, '2014-01-03 15:41:47', '2014-01-03 20:41:47', '<a href="http://www.tigerworld.us/">Tiger World, Inc</a>\r\n4400 Cook Rd\r\nRockwell, NC 28138\r\n(704) 279-6363 ', 'Tiger World', 0, '', 'inherit', 'closed', 'closed', '', '5067-revision-v1', '', '', '2014-01-03 15:41:47', '2014-01-03 20:41:47', '', 5067, 'https://www.aazk.org/5067-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5070, 2, '2014-01-03 15:47:55', '2014-01-03 20:47:55', '<a href="http://www.tregemboanimalpark.com/">Tregembo Animal Park</a>\r\n5811 Carolina Beach Road\r\nWilmington, NC 28412\r\n(910) 392-3604\r\n', 'Tregembo Animal Park', 0, '', 'publish', 'closed', 'closed', '', 'tregembo-animal-park', '', '', '2014-01-03 15:48:20', '2014-01-03 20:48:20', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5070', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5071, 2, '2014-01-03 15:47:49', '2014-01-03 20:47:49', '', 'Tregembo', 0, '', 'inherit', 'closed', 'closed', '', 'tregembo', '', '', '2014-01-03 15:47:49', '2014-01-03 20:47:49', '', 5070, 'https://www.aazk.org/wp-content/uploads/Tregembo.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5072, 2, '2014-01-03 15:47:55', '2014-01-03 20:47:55', '<a href="http://www.tregemboanimalpark.com/">Tregembo Animal Park</a>\r\n5811 Carolina Beach Road\r\nWilmington, NC 28412\r\n(910)392-3604\r\n', 'Tregembo Animal Park', 0, '', 'inherit', 'closed', 'closed', '', '5070-revision-v1', '', '', '2014-01-03 15:47:55', '2014-01-03 20:47:55', '', 5070, 'https://www.aazk.org/5070-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5073, 2, '2014-01-03 15:48:20', '2014-01-03 20:48:20', '<a href="http://www.tregemboanimalpark.com/">Tregembo Animal Park</a>\r\n5811 Carolina Beach Road\r\nWilmington, NC 28412\r\n(910) 392-3604\r\n', 'Tregembo Animal Park', 0, '', 'inherit', 'closed', 'closed', '', '5070-revision-v1', '', '', '2014-01-03 15:48:20', '2014-01-03 20:48:20', '', 5070, 'https://www.aazk.org/5070-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5074, 2, '2014-01-03 15:52:16', '2014-01-03 20:52:16', '<a href="http://greensboroscience.org/">Greensboro Science Center</a>\r\n4301 Lawndale Drive\r\nGreensboro, NC 27455\r\n336) 288-3769 ', 'Greensboro Science Center', 0, '', 'publish', 'closed', 'closed', '', 'greensboro-science-center', '', '', '2014-01-03 15:52:16', '2014-01-03 20:52:16', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5074', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5075, 2, '2014-01-03 15:52:08', '2014-01-03 20:52:08', '', 'Greensboro', 0, '', 'inherit', 'closed', 'closed', '', 'greensboro', '', '', '2014-01-03 15:52:08', '2014-01-03 20:52:08', '', 5074, 'https://www.aazk.org/wp-content/uploads/Greensboro.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5076, 2, '2014-01-03 15:52:16', '2014-01-03 20:52:16', '<a href="http://greensboroscience.org/">Greensboro Science Center</a>\r\n4301 Lawndale Drive\r\nGreensboro, NC 27455\r\n336) 288-3769 ', 'Greensboro Science Center', 0, '', 'inherit', 'closed', 'closed', '', '5074-revision-v1', '', '', '2014-01-03 15:52:16', '2014-01-03 20:52:16', '', 5074, 'https://www.aazk.org/5074-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5077, 2, '2014-01-03 15:56:55', '2014-01-03 20:56:55', '<a href="http://www.rescueranch.com/">Rescue Ranch</a>\r\n1424 Turnersburg Highway \r\nStatesville, NC 28625\r\n(704) 876-4777', 'Rescue Ranch', 0, '', 'publish', 'closed', 'closed', '', 'rescue-ranch', '', '', '2014-01-03 15:56:55', '2014-01-03 20:56:55', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5077', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5078, 2, '2014-01-03 15:56:50', '2014-01-03 20:56:50', '', 'RescueRanch', 0, '', 'inherit', 'closed', 'closed', '', 'rescueranch', '', '', '2014-01-03 15:56:50', '2014-01-03 20:56:50', '', 5077, 'https://www.aazk.org/wp-content/uploads/RescueRanch.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5079, 2, '2014-01-03 15:56:55', '2014-01-03 20:56:55', '<a href="http://www.rescueranch.com/">Rescue Ranch</a>\r\n1424 Turnersburg Highway \r\nStatesville, NC 28625\r\n(704) 876-4777', 'Rescue Ranch', 0, '', 'inherit', 'closed', 'closed', '', '5077-revision-v1', '', '', '2014-01-03 15:56:55', '2014-01-03 20:56:55', '', 5077, 'https://www.aazk.org/5077-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5080, 2, '2014-01-03 16:01:01', '2014-01-03 21:01:01', '<a href="www.redriverzoo.org">Red River Zoo</a>\r\n4255 23rd Ave S \r\nFargo, ND 58104 \r\n(701) 277-9240\r\n', 'Red River Zoo', 0, '', 'publish', 'closed', 'closed', '', 'red-river-zoo', '', '', '2014-01-03 16:01:01', '2014-01-03 21:01:01', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5080', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5081, 2, '2014-01-03 16:00:57', '2014-01-03 21:00:57', '', 'RedRiver', 0, '', 'inherit', 'closed', 'closed', '', 'redriver', '', '', '2014-01-03 16:00:57', '2014-01-03 21:00:57', '', 5080, 'https://www.aazk.org/wp-content/uploads/RedRiver.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5082, 2, '2014-01-03 16:01:01', '2014-01-03 21:01:01', '<a href="www.redriverzoo.org">Red River Zoo</a>\r\n4255 23rd Ave S \r\nFargo, ND 58104 \r\n(701) 277-9240\r\n', 'Red River Zoo', 0, '', 'inherit', 'closed', 'closed', '', '5080-revision-v1', '', '', '2014-01-03 16:01:01', '2014-01-03 21:01:01', '', 5080, 'https://www.aazk.org/5080-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5083, 2, '2014-01-03 16:05:09', '2014-01-03 21:05:09', '<a href="http://http://www.omahazoo.com/">Omaha\'s Henry Doorly Zoo® and Aquarium</a>\r\n3701 S 10th Street \r\nOmaha, NE 68107 \r\n(402) 733-8400 \r\n', 'Omaha\'s Henry Doorly Zoo', 0, '', 'publish', 'closed', 'closed', '', 'omahas-henry-doorly-zoo', '', '', '2014-01-03 16:05:09', '2014-01-03 21:05:09', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5083', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5084, 2, '2014-01-03 16:05:03', '2014-01-03 21:05:03', '', 'HenryDoorly', 0, '', 'inherit', 'closed', 'closed', '', 'henrydoorly', '', '', '2014-01-03 16:05:03', '2014-01-03 21:05:03', '', 5083, 'https://www.aazk.org/wp-content/uploads/HenryDoorly.png', 0, 'attachment', 'image/png', 0) ; 
INSERT INTO `wp_posts` VALUES (5085, 2, '2014-01-03 16:05:09', '2014-01-03 21:05:09', '<a href="http://http://www.omahazoo.com/">Omaha\'s Henry Doorly Zoo® and Aquarium</a>\r\n3701 S 10th Street \r\nOmaha, NE 68107 \r\n(402) 733-8400 \r\n', 'Omaha\'s Henry Doorly Zoo', 0, '', 'inherit', 'closed', 'closed', '', '5083-revision-v1', '', '', '2014-01-03 16:05:09', '2014-01-03 21:05:09', '', 5083, 'https://www.aazk.org/5083-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5086, 2, '2014-01-03 16:08:34', '2014-01-03 21:08:34', '<a href="http://turtlebackzoo.com/">Turtle Back Zoo</a>\r\n560 Northfield Avenue\r\nWest Orange, NJ 07052\r\n(973) 731-5801', 'Turtle Back Zoo', 0, '', 'publish', 'closed', 'closed', '', 'turtle-back-zoo', '', '', '2014-01-03 16:08:34', '2014-01-03 21:08:34', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5086', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5087, 2, '2014-01-03 16:08:27', '2014-01-03 21:08:27', '', 'TurtleBack', 0, '', 'inherit', 'closed', 'closed', '', 'turtleback', '', '', '2014-01-03 16:08:27', '2014-01-03 21:08:27', '', 5086, 'https://www.aazk.org/wp-content/uploads/TurtleBack.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5088, 2, '2014-01-03 16:08:34', '2014-01-03 21:08:34', '<a href="http://turtlebackzoo.com/">Turtle Back Zoo</a>\r\n560 Northfield Avenue\r\nWest Orange, NJ 07052\r\n(973) 731-5801', 'Turtle Back Zoo', 0, '', 'inherit', 'closed', 'closed', '', '5086-revision-v1', '', '', '2014-01-03 16:08:34', '2014-01-03 21:08:34', '', 5086, 'https://www.aazk.org/5086-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5089, 2, '2014-01-03 16:11:38', '2014-01-03 21:11:38', '<a href="http://www.jenkinsons.com/aquarium/">Jenkinson\'s Aqaurium</a>\r\n300 Ocean Avenue\r\nPt. Pleasant Beach, NJ 08742\r\n(732) 892-0600\r\n\r\n', 'Jenkinson\'s Aquarium', 0, '', 'publish', 'closed', 'closed', '', 'jenkinsons-aquarium', '', '', '2014-01-03 16:11:38', '2014-01-03 21:11:38', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5089', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5090, 2, '2014-01-03 16:11:32', '2014-01-03 21:11:32', '', 'Jenkinson', 0, '', 'inherit', 'closed', 'closed', '', 'jenkinson', '', '', '2014-01-03 16:11:32', '2014-01-03 21:11:32', '', 5089, 'https://www.aazk.org/wp-content/uploads/Jenkinson.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5091, 2, '2014-01-03 16:11:38', '2014-01-03 21:11:38', '<a href="http://www.jenkinsons.com/aquarium/">Jenkinson\'s Aqaurium</a>\r\n300 Ocean Avenue\r\nPt. Pleasant Beach, NJ 08742\r\n(732) 892-0600\r\n\r\n', 'Jenkinson\'s Aquarium', 0, '', 'inherit', 'closed', 'closed', '', '5089-revision-v1', '', '', '2014-01-03 16:11:38', '2014-01-03 21:11:38', '', 5089, 'https://www.aazk.org/5089-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5092, 2, '2014-01-03 16:14:45', '2014-01-03 21:14:45', '<a href="http://www.statenislandzoo.org">Staten Island Zoo</a>\r\n614 Broadway\r\nStaten Island\r\n(718) 442-3101', 'Staten Island Zoo', 0, '', 'publish', 'closed', 'closed', '', 'staten-island-zoo', '', '', '2014-01-03 16:14:45', '2014-01-03 21:14:45', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5092', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5093, 2, '2014-01-03 16:14:39', '2014-01-03 21:14:39', '', 'StatenIsland', 0, '', 'inherit', 'closed', 'closed', '', 'statenisland', '', '', '2014-01-03 16:14:39', '2014-01-03 21:14:39', '', 5092, 'https://www.aazk.org/wp-content/uploads/StatenIsland.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5094, 2, '2014-01-03 16:14:45', '2014-01-03 21:14:45', '<a href="http://www.statenislandzoo.org">Staten Island Zoo</a>\r\n614 Broadway\r\nStaten Island\r\n(718) 442-3101', 'Staten Island Zoo', 0, '', 'inherit', 'closed', 'closed', '', '5092-revision-v1', '', '', '2014-01-03 16:14:45', '2014-01-03 21:14:45', '', 5092, 'https://www.aazk.org/5092-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5095, 2, '2014-01-03 16:19:10', '2014-01-03 21:19:10', '<a href="http://library.osu.edu/">Ohio State University Library</a>\r\n1858 Neil Avenue Mall\r\nColumbus, OH 43210-1286 \r\n(614) 292-OSUL ', 'Ohio State Library', 0, '', 'publish', 'closed', 'closed', '', 'ohio-state-library', '', '', '2014-01-03 16:19:10', '2014-01-03 21:19:10', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5095', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5096, 2, '2014-01-03 16:19:04', '2014-01-03 21:19:04', '', 'Ohio State', 0, '', 'inherit', 'closed', 'closed', '', 'ohio-state', '', '', '2014-01-03 16:19:04', '2014-01-03 21:19:04', '', 5095, 'https://www.aazk.org/wp-content/uploads/Ohio-State.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5097, 2, '2014-01-03 16:19:10', '2014-01-03 21:19:10', '<a href="http://library.osu.edu/">Ohio State University Library</a>\r\n1858 Neil Avenue Mall\r\nColumbus, OH 43210-1286 \r\n(614) 292-OSUL ', 'Ohio State Library', 0, '', 'inherit', 'closed', 'closed', '', '5095-revision-v1', '', '', '2014-01-03 16:19:10', '2014-01-03 21:19:10', '', 5095, 'https://www.aazk.org/5095-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5098, 2, '2014-01-03 16:25:55', '2014-01-03 21:25:55', '<a href="http://http://www.philadelphiazoo.org/">Philadelphia Zoo</a>\r\n3400 W GIRARD AVE\r\nPHILADELPHIA, PA 19104', 'Philadelphia Zoo', 0, '', 'publish', 'closed', 'closed', '', 'philadelphia-zoo', '', '', '2014-01-03 16:25:55', '2014-01-03 21:25:55', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5098', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5099, 2, '2014-01-03 16:25:35', '2014-01-03 21:25:35', '', 'Philadelphia', 0, '', 'inherit', 'closed', 'closed', '', 'philadelphia-2', '', '', '2014-01-03 16:25:35', '2014-01-03 21:25:35', '', 5098, 'https://www.aazk.org/wp-content/uploads/Philadelphia.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5100, 2, '2014-01-03 16:25:55', '2014-01-03 21:25:55', '<a href="http://http://www.philadelphiazoo.org/">Philadelphia Zoo</a>\r\n3400 W GIRARD AVE\r\nPHILADELPHIA, PA 19104', 'Philadelphia Zoo', 0, '', 'inherit', 'closed', 'closed', '', '5098-revision-v1', '', '', '2014-01-03 16:25:55', '2014-01-03 21:25:55', '', 5098, 'https://www.aazk.org/5098-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5101, 2, '2014-01-03 16:29:36', '2014-01-03 21:29:36', '<a href="http://">Lehigh Valley Zoo</a>\r\n5150 GAME PRESERVE ROAD\r\nP.O. BOX 519\r\nSCHNECKSVILLE, PA 18078\r\n(610) 799-4171 ', 'Lehigh Valley Zoo', 0, '', 'publish', 'closed', 'closed', '', 'lehigh-valley-zoo', '', '', '2014-01-03 16:31:51', '2014-01-03 21:31:51', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5101', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5102, 2, '2014-01-03 16:29:29', '2014-01-03 21:29:29', '', 'LehighValley', 0, '', 'inherit', 'closed', 'closed', '', 'lehighvalley', '', '', '2014-01-03 16:29:29', '2014-01-03 21:29:29', '', 5101, 'https://www.aazk.org/wp-content/uploads/LehighValley.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5103, 2, '2014-01-03 16:29:36', '2014-01-03 21:29:36', '<a href="http://">Lehigh Valley Zoo</a>\r\n5150 GAME PRESERVE ROAD\r\nP.O. BOX 519\r\nSCHNECKSVILLE, PA 18078\r\n(610) 799-4171 ', 'Lehigh Valley Zoo', 0, '', 'inherit', 'closed', 'closed', '', '5101-revision-v1', '', '', '2014-01-03 16:29:36', '2014-01-03 21:29:36', '', 5101, 'https://www.aazk.org/5101-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5104, 2, '2014-01-03 16:31:41', '2014-01-03 21:31:41', '', 'Lehigh', 0, '', 'inherit', 'closed', 'closed', '', 'lehigh', '', '', '2014-01-03 16:31:41', '2014-01-03 21:31:41', '', 5101, 'https://www.aazk.org/wp-content/uploads/Lehigh.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5105, 2, '2014-01-03 16:35:13', '2014-01-03 21:35:13', '<a href="http://http://www.greenvillezoo.com/">Greenville Zoo</a>\r\n150 Cleveland Park Drive\r\nGreenville, SC, 29601\r\n(864) 467-4300\r\n', 'Greenville Zoo', 0, '', 'publish', 'closed', 'closed', '', 'greenville-zoo', '', '', '2014-01-03 16:35:13', '2014-01-03 21:35:13', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5105', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5106, 2, '2014-01-03 16:34:43', '2014-01-03 21:34:43', '', 'Greenville', 0, '', 'inherit', 'closed', 'closed', '', 'greenville', '', '', '2014-01-03 16:34:43', '2014-01-03 21:34:43', '', 5105, 'https://www.aazk.org/wp-content/uploads/Greenville.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5107, 2, '2014-01-03 16:35:13', '2014-01-03 21:35:13', '<a href="http://http://www.greenvillezoo.com/">Greenville Zoo</a>\r\n150 Cleveland Park Drive\r\nGreenville, SC, 29601\r\n(864) 467-4300\r\n', 'Greenville Zoo', 0, '', 'inherit', 'closed', 'closed', '', '5105-revision-v1', '', '', '2014-01-03 16:35:13', '2014-01-03 21:35:13', '', 5105, 'https://www.aazk.org/5105-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5108, 2, '2014-01-03 16:38:25', '2014-01-03 21:38:25', '<a href="http://http://www.knoxville-zoo.org/">Knoxville Zoo</a>\r\n3500 Knoxville Zoo Drive\r\nP.O. Box 6040\r\nKnoxville TN 37914\r\n(865) 637-5331', 'Knoxville Zoo', 0, '', 'publish', 'closed', 'closed', '', 'knoxville-zoo', '', '', '2014-01-03 16:38:25', '2014-01-03 21:38:25', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5108', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5109, 2, '2014-01-03 16:38:12', '2014-01-03 21:38:12', '', 'Knoxville', 0, '', 'inherit', 'closed', 'closed', '', 'knoxville', '', '', '2014-01-03 16:38:12', '2014-01-03 21:38:12', '', 5108, 'https://www.aazk.org/wp-content/uploads/Knoxville.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5110, 2, '2014-01-03 16:38:25', '2014-01-03 21:38:25', '<a href="http://http://www.knoxville-zoo.org/">Knoxville Zoo</a>\r\n3500 Knoxville Zoo Drive\r\nP.O. Box 6040\r\nKnoxville TN 37914\r\n(865) 637-5331', 'Knoxville Zoo', 0, '', 'inherit', 'closed', 'closed', '', '5108-revision-v1', '', '', '2014-01-03 16:38:25', '2014-01-03 21:38:25', '', 5108, 'https://www.aazk.org/5108-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5111, 2, '2014-01-03 16:41:30', '2014-01-03 21:41:30', '<a href="http://http://www.dwazoo.com/">Dallas World Aquarium</a>\r\n1801 North Griffin St.\r\nDallas, TX 75202\r\n(214) 720-2224\r\n', 'Dallas World Aquarium', 0, '', 'publish', 'closed', 'closed', '', 'dallas-world-aquarium', '', '', '2014-01-03 16:41:30', '2014-01-03 21:41:30', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5111', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5112, 2, '2014-01-03 16:41:20', '2014-01-03 21:41:20', '', 'DallasWorld', 0, '', 'inherit', 'closed', 'closed', '', 'dallasworld', '', '', '2014-01-03 16:41:20', '2014-01-03 21:41:20', '', 5111, 'https://www.aazk.org/wp-content/uploads/DallasWorld.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5113, 2, '2014-01-03 16:41:30', '2014-01-03 21:41:30', '<a href="http://http://www.dwazoo.com/">Dallas World Aquarium</a>\r\n1801 North Griffin St.\r\nDallas, TX 75202\r\n(214) 720-2224\r\n', 'Dallas World Aquarium', 0, '', 'inherit', 'closed', 'closed', '', '5111-revision-v1', '', '', '2014-01-03 16:41:30', '2014-01-03 21:41:30', '', 5111, 'https://www.aazk.org/5111-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5114, 2, '2014-01-03 16:44:46', '2014-01-03 21:44:46', '<a href="http://http://www.bigcat.org/">International Exotic Feline Sanctuary</a>\r\nP.O. Box 637\r\nBoyd, TX 76023\r\n940.433.5091', 'International Exotic Feline Sanctuary', 0, '', 'publish', 'closed', 'closed', '', 'international-exotic-feline-sanctuary', '', '', '2014-01-03 16:44:46', '2014-01-03 21:44:46', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5114', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5115, 2, '2014-01-03 16:44:36', '2014-01-03 21:44:36', '', 'IEFS', 0, '', 'inherit', 'closed', 'closed', '', 'iefs', '', '', '2014-01-03 16:44:36', '2014-01-03 21:44:36', '', 5114, 'https://www.aazk.org/wp-content/uploads/IEFS.png', 0, 'attachment', 'image/png', 0) ; 
INSERT INTO `wp_posts` VALUES (5116, 2, '2014-01-03 16:44:46', '2014-01-03 21:44:46', '<a href="http://http://www.bigcat.org/">International Exotic Feline Sanctuary</a>\r\nP.O. Box 637\r\nBoyd, TX 76023\r\n940.433.5091', 'International Exotic Feline Sanctuary', 0, '', 'inherit', 'closed', 'closed', '', '5114-revision-v1', '', '', '2014-01-03 16:44:46', '2014-01-03 21:44:46', '', 5114, 'https://www.aazk.org/5114-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5117, 2, '2014-01-03 16:46:35', '2014-01-03 21:46:35', '', 'TGR', 0, '', 'inherit', 'closed', 'closed', '', 'tgr', '', '', '2014-01-03 16:46:35', '2014-01-03 21:46:35', '', 4197, 'https://www.aazk.org/wp-content/uploads/TGR.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5118, 2, '2014-01-03 16:50:18', '2014-01-03 21:50:18', '<a href="http://http://www.fossilrim.org/">Fossil Rim Wildlife Center</a>\r\n2155 County Road 2008\r\nGlen Rose, TX 76043', 'Fossil Rim Wildlife Center', 0, '', 'publish', 'closed', 'closed', '', 'fossil-rim-wildlife-center', '', '', '2014-01-03 16:50:18', '2014-01-03 21:50:18', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5118', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5119, 2, '2014-01-03 16:49:48', '2014-01-03 21:49:48', '', 'FossilRim', 0, '', 'inherit', 'closed', 'closed', '', 'fossilrim', '', '', '2014-01-03 16:49:48', '2014-01-03 21:49:48', '', 5118, 'https://www.aazk.org/wp-content/uploads/FossilRim.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5120, 2, '2014-01-03 16:50:18', '2014-01-03 21:50:18', '<a href="http://http://www.fossilrim.org/">Fossil Rim Wildlife Center</a>\r\n2155 County Road 2008\r\nGlen Rose, TX 76043', 'Fossil Rim Wildlife Center', 0, '', 'inherit', 'closed', 'closed', '', '5118-revision-v1', '', '', '2014-01-03 16:50:18', '2014-01-03 21:50:18', '', 5118, 'https://www.aazk.org/5118-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5122, 2, '2014-01-03 16:54:20', '2014-01-03 21:54:20', 'Calgary Zoo\r\n1300 Zoo Rd NE\r\nCalgary, Alberta T2E 7V6\r\nCANADA\r\n(403) 232-9300', 'Calgary Zoo', 0, '', 'publish', 'closed', 'closed', '', 'calgary-zoo', '', '', '2014-01-03 16:55:22', '2014-01-03 21:55:22', '', 0, 'https://www.aazk.org/?post_type=institutional&#038;p=5122', 0, 'institutional', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5123, 2, '2014-01-03 16:54:14', '2014-01-03 21:54:14', '', 'Calgary', 0, '', 'inherit', 'closed', 'closed', '', 'calgary', '', '', '2014-01-03 16:54:14', '2014-01-03 21:54:14', '', 5122, 'https://www.aazk.org/wp-content/uploads/Calgary.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5124, 2, '2014-01-03 16:54:20', '2014-01-03 21:54:20', 'Calgary Zoo\r\n1300 Zoo Rd NE\r\nCalgary, Alberta\r\nCANADA\r\n(403) 232-9300', 'Calgary Zoo', 0, '', 'inherit', 'closed', 'closed', '', '5122-revision-v1', '', '', '2014-01-03 16:54:20', '2014-01-03 21:54:20', '', 5122, 'https://www.aazk.org/5122-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5125, 2, '2014-01-03 16:55:22', '2014-01-03 21:55:22', 'Calgary Zoo\r\n1300 Zoo Rd NE\r\nCalgary, Alberta T2E 7V6\r\nCANADA\r\n(403) 232-9300', 'Calgary Zoo', 0, '', 'inherit', 'closed', 'closed', '', '5122-revision-v1', '', '', '2014-01-03 16:55:22', '2014-01-03 21:55:22', '', 5122, 'https://www.aazk.org/5122-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5126, 3, '2014-01-03 17:07:29', '2014-01-03 22:07:29', 'Deadline to Apply: Thursday, January 30, 2014 @ 5:00pm, Pacific\r\n\r\nSalary: $20.27 - $25.86 hourly\r\nEntry rate: $20.27; 6 months; $21.55; 18 months: $22.90; 30 months: $24.34; 42 months: $25.86/hour\r\n\r\nWork week: Day shift; Thursday through Monday (off Tuesday and Wednesday); 20 hours per week\r\nWork area: Butterfly Lab/Oregon Zoo\r\n\r\nAbout the Oregon Zoo\r\nOwned and operated by Metro regional government, the Oregon Zoo has an annual attendance of over 1.6 million visitors. The zoo located along the MAX light rail line, just minutes from downtown Portland, is highly regarded nationally, regionally and locally. The Oregon Zoo is home to over 2,000 animals representing 279 species of amphibians, birds, fish, invertebrates and mammals.\r\nIt\'s an exciting time at the zoo! The passage of a voter supported bond measure has allowed us to design and build new exhibits for elephants, primates, polar bears, hippos, California condors and a new conservation education facility, a new veterinary center and penguin filtration system. The master plan includes a strong focus on water and energy conservation and improved sustainability of all zoo operations.\r\nTo learn more about the Oregon Zoo, visit www.oregonzoo.org.\r\n\r\nPosition summary\r\nThe Animal Keeper - Butterflies position specializes in the care of butterflies and all of their life stages, reared at the zoo, for release into the wild. The keeper in this position is responsible for day-to-day husbandry activities for the butterfly species held in our Butterfly Lab facility, located at the Oregon Zoo. Duties include collaborating closely with Conservation and Research staff; maintaining animal holding and exhibit areas; observing, cleaning and feeding  and maintaining comprehensive records; assisting with breeding and research projects; writing reports, attending and presenting information at meetings with zoo partners; participating in the development and implementation of improved animal care and exhibit plans. Keepers also provide education, talks, tours and behind-the-scenes experiences for a variety of audiences. The person in this position will serve as a resource to other Animal Keepers, as needed, and may provide training and direction for volunteers, interns and temporary keepers. Lead direction is received from an animal curator.\r\n\r\nMinimum Requirements\r\nBachelor degree in biology, zoology, entomology, or related field and at least three years of experience in invertebrate care in a zoo or similar institution. Specifically, experience working with insect husbandry, insect breeding programs, and species recovery programs; or any combination of education and experience, which provides the applicant with the knowledge, skills and abilities required to perform the job. Proven skill and ability to maintain comprehensive and complex records, enter and summarize data using computer software programs, experience writing official reports and presenting results to various stakeholders. Ability to develop, follow and update population management plans, breeding and husbandry protocols and procedures. Excellent communication skills, both verbally and in writing, and excellent inter-personal skills to interact and work with Zoo staff at all levels, volunteers, guests, donors, other Metro employees, and various stakeholders and collaborators from other agencies. A valid driver’s license is required.\r\n\r\nTo apply: visit www.oregonmetro.gov/jobs for the complete job announcement and a link to our online hiring center. Metro is an Equal Opportunity/Affirmative Action Employer.', 'Animal Keeper - Butterflies, part-time (Oregon Zoo)', 0, 'The Animal Keeper - Butterflies position specializes in the care of butterflies and all of their life stages, reared at the zoo, for release into the wild.', 'publish', 'closed', 'closed', '', 'animal-keeper-butterflies-part-time-oregon-zoo', '', '', '2014-01-03 17:07:29', '2014-01-03 22:07:29', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5126', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5127, 0, '2014-01-03 17:07:29', '2014-01-03 22:07:29', 'Deadline to Apply: Thursday, January 30, 2014 @ 5:00pm, Pacific\r\n\r\nSalary: $20.27 - $25.86 hourly\r\nEntry rate: $20.27; 6 months; $21.55; 18 months: $22.90; 30 months: $24.34; 42 months: $25.86/hour\r\n\r\nWork week: Day shift; Thursday through Monday (off Tuesday and Wednesday); 20 hours per week\r\nWork area: Butterfly Lab/Oregon Zoo\r\n\r\nAbout the Oregon Zoo\r\nOwned and operated by Metro regional government, the Oregon Zoo has an annual attendance of over 1.6 million visitors. The zoo located along the MAX light rail line, just minutes from downtown Portland, is highly regarded nationally, regionally and locally. The Oregon Zoo is home to over 2,000 animals representing 279 species of amphibians, birds, fish, invertebrates and mammals.\r\nIt\'s an exciting time at the zoo! The passage of a voter supported bond measure has allowed us to design and build new exhibits for elephants, primates, polar bears, hippos, California condors and a new conservation education facility, a new veterinary center and penguin filtration system. The master plan includes a strong focus on water and energy conservation and improved sustainability of all zoo operations.\r\nTo learn more about the Oregon Zoo, visit www.oregonzoo.org.\r\n\r\nPosition summary\r\nThe Animal Keeper - Butterflies position specializes in the care of butterflies and all of their life stages, reared at the zoo, for release into the wild. The keeper in this position is responsible for day-to-day husbandry activities for the butterfly species held in our Butterfly Lab facility, located at the Oregon Zoo. Duties include collaborating closely with Conservation and Research staff; maintaining animal holding and exhibit areas; observing, cleaning and feeding  and maintaining comprehensive records; assisting with breeding and research projects; writing reports, attending and presenting information at meetings with zoo partners; participating in the development and implementation of improved animal care and exhibit plans. Keepers also provide education, talks, tours and behind-the-scenes experiences for a variety of audiences. The person in this position will serve as a resource to other Animal Keepers, as needed, and may provide training and direction for volunteers, interns and temporary keepers. Lead direction is received from an animal curator.\r\n\r\nMinimum Requirements\r\nBachelor degree in biology, zoology, entomology, or related field and at least three years of experience in invertebrate care in a zoo or similar institution. Specifically, experience working with insect husbandry, insect breeding programs, and species recovery programs; or any combination of education and experience, which provides the applicant with the knowledge, skills and abilities required to perform the job. Proven skill and ability to maintain comprehensive and complex records, enter and summarize data using computer software programs, experience writing official reports and presenting results to various stakeholders. Ability to develop, follow and update population management plans, breeding and husbandry protocols and procedures. Excellent communication skills, both verbally and in writing, and excellent inter-personal skills to interact and work with Zoo staff at all levels, volunteers, guests, donors, other Metro employees, and various stakeholders and collaborators from other agencies. A valid driver’s license is required.\r\n\r\nTo apply: visit www.oregonmetro.gov/jobs for the complete job announcement and a link to our online hiring center. Metro is an Equal Opportunity/Affirmative Action Employer.', 'Animal Keeper - Butterflies, part-time (Oregon Zoo)', 0, 'The Animal Keeper - Butterflies position specializes in the care of butterflies and all of their life stages, reared at the zoo, for release into the wild.', 'inherit', 'closed', 'closed', '', '5126-revision-v1', '', '', '2014-01-03 17:07:29', '2014-01-03 22:07:29', '', 5126, 'https://www.aazk.org/5126-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5128, 3, '2014-01-03 18:37:55', '2014-01-03 23:37:55', 'Point Defiance Zoo &amp; Aquarium offers internships quarterly in the following areas: SE Asian Forest Sanctuary, Rocky Shores/Tundra, Pacific Aquariums, Kids\' Zone (Small Exotics Husbandry) and Veterinary Technology. The Wild Wonders Outdoor Theater/Budgie Buddies accepts interns for the summer quarter only. For more information: http://www.pdza.org/internships. ', 'Zoo &amp; Aquarium Internships - Tacoma, WA', 0, 'Point Defiance Zoo &amp; Aquariums offers quarterly internships. For more information: http://www.pdza.org/internships', 'publish', 'closed', 'closed', '', 'zoo-aquarium-internships-tacoma-wa', '', '', '2014-01-03 18:37:55', '2014-01-03 23:37:55', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5128', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5129, 0, '2014-01-03 18:37:55', '2014-01-03 23:37:55', 'Point Defiance Zoo &amp; Aquarium offers internships quarterly in the following areas: SE Asian Forest Sanctuary, Rocky Shores/Tundra, Pacific Aquariums, Kids\' Zone (Small Exotics Husbandry) and Veterinary Technology. The Wild Wonders Outdoor Theater/Budgie Buddies accepts interns for the summer quarter only. For more information: http://www.pdza.org/internships. ', 'Zoo &amp; Aquarium Internships - Tacoma, WA', 0, 'Point Defiance Zoo &amp; Aquariums offers quarterly internships. For more information: http://www.pdza.org/internships', 'inherit', 'closed', 'closed', '', '5128-revision-v1', '', '', '2014-01-03 18:37:55', '2014-01-03 23:37:55', '', 5128, 'https://www.aazk.org/5128-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5140, 2, '2014-01-06 17:31:59', '2014-01-06 22:31:59', '&nbsp;\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a>\r\n\r\n</div>\r\n<div class="hr"></div>\r\n<h4 class="hr"><strong>Hagen Avicultural Research Institute</strong></h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" alt="Haven" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="clearfix"></div>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-01-06 17:31:59', '2014-01-06 22:31:59', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5623, 3, '2014-02-19 12:00:34', '2014-02-19 17:00:34', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently looking for a full-time Horticulturist to join the existing Horticulture team in the installation and maintenance of landscape materials and irrigation systems.  Horticulturalists are responsible for multiple landscaping duties including raking, mowing, trimming, pruning and watering, as well as planting and fertilization of various landscape materials.  \r\n\r\nMinimum qualifications for this position include the ability to lift up to 50lbs. and perform heavy physical labor, and previous experience and/or knowledge of local plant palette is preferred.  Horticulturists must have a valid driver’s license, high school diploma or GED. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing. To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n  \r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=621&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\n<em>Not specified.</em>\r\n', 'Horticulturist', 0, '', 'publish', 'closed', 'closed', '', 'horticulturist-2', '', '', '2014-02-19 12:00:34', '2014-02-19 17:00:34', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5623', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5624, 0, '2014-02-19 12:00:34', '2014-02-19 17:00:34', '', 'Horticulturist', 0, '', 'inherit', 'closed', 'closed', '', '5623-revision-v1', '', '', '2014-02-19 12:00:34', '2014-02-19 17:00:34', '', 5623, 'https://www.aazk.org/5623-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5625, 0, '2014-02-19 12:00:34', '2014-02-19 17:00:34', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently looking for a full-time Horticulturist to join the existing Horticulture team in the installation and maintenance of landscape materials and irrigation systems.  Horticulturalists are responsible for multiple landscaping duties including raking, mowing, trimming, pruning and watering, as well as planting and fertilization of various landscape materials.  \r\n\r\nMinimum qualifications for this position include the ability to lift up to 50lbs. and perform heavy physical labor, and previous experience and/or knowledge of local plant palette is preferred.  Horticulturists must have a valid driver’s license, high school diploma or GED. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing. To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n  \r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=621&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\n<em>Not specified.</em>\r\n', 'Horticulturist', 0, '', 'inherit', 'closed', 'closed', '', '5623-revision-v1', '', '', '2014-02-19 12:00:34', '2014-02-19 17:00:34', '', 5623, 'https://www.aazk.org/5623-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5147, 0, '2014-01-08 15:29:20', '2014-01-08 20:29:20', 'The Phoenix Zoo is currently seeking a full time Horticulturist II to perform the design, installation and maintenance of landscape materials, water features and irrigation systems. Horticulturists are responsible for assessing overall landscape health and needs (i.e., weed and irrigation problems and assist in identifying appropriate solutions) including the fertilization of plants and turf areas. Our Horticulturists also interact with guests and conduct public presentations that support various program activities.\r\n\r\nMinimum qualifications for this position include a Bachelor’s degree in Horticulture, Botany, Agriculture or related field, or equivalent experience/knowledge with a technical certificate. We desire a candidate with at least 8 years’ experience in landscape maintenance, State Certification in Structural pest control for Turf and Ornamental, knowledge of the local plant palette, strong interpersonal skills, and ability to perform heavy physical labor including tree climbing.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing and a valid driver’s license.\r\n\r\nThis position has a starting hourly wage of $12.95-$14.57 DOE, and includes our full benefits package with medical, dental and vision insurance, 401(k) with company match, and generous paid time off.\r\n\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=609&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Horticulturist', 0, '', 'inherit', 'closed', 'closed', '', '5146-revision-v1', '', '', '2014-01-08 15:29:20', '2014-01-08 20:29:20', '', 5146, 'https://www.aazk.org/5146-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5150, 2, '2014-01-08 17:11:26', '2014-01-08 22:11:26', '[membership level="0"]\r\n<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $300,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nIn 1990, AAZK began by supporting the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n<h4>Who does BFR support?</h4>\r\n<img class="alignleft" alt="Black Rhinos" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blackrhinos_004.jpg" border="1" hspace="10" vspace="10" /> In Kenya, Africa, BFR supports the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img class="alignright" alt="" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino1.jpg" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n<h4>Donate</h4>\r\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below.\r\n<div class="first sixcol">\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 1.9em;">Quickly approaching $5,000,000.00</span></strong>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h6>2013 FINAL Funds Raised:</h6>\r\n<strong><span style="font-size: 1.9em;">$481,448.21</span></strong>\r\n<em> - this is a new record for amount raised in a year!</em>\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/"><img class="alignnone size-full wp-image-2410" alt="donate_button" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" width="135" height="136" /></a>\r\n[/membership][membership]\r\n<h4>Local Events</h4>\r\n[caption]<img class="alignleft" alt="Program Manager - Patty Pearthree" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x1501.jpg" width="150" height="150" /><br /><br /><br /><br />\r\n<p align="center"><strong>Program Manager - Patty Pearthree</strong></p>\r\n<br /><br />[/caption]\r\n\r\nIf you would like to find out if there will be a BFR event near you have or your event listed, please send your BFR event date &amp; contact information to <strong>Patty Pearthree</strong> at: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">p</a>pear3atgmail.com.\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing" target="_blank">click here</a>.\r\n<div class="clear"></div>\r\n<h3><span style="font-size: 1em;">Total Funds Raised</span></h3>\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 2em;">Quickly approaching $5,000,000.00</span></strong>\r\n<h6>2013 FINAL Funds Raised:</h6>\r\n<strong><span style="font-size: 2em;">$481,448.21</span></strong>\r\n<em>- this is a new record for amount raised in a year!</em>\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000 per year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send your organization\'s contact person/contact information ASAP along with the date of your event to our national BFR Coordinator.\r\n<h4>Chapters</h4>\r\nPlease forward all <strong>event information</strong>, <strong>event monies</strong> and <strong>registration fees </strong>to Patty Pearthree.\r\n\r\nPlease make Checks payable to:\r\n\r\nAAZK/BFR\r\nPatty Pearthree\r\nc/o BFR\r\n318 Montibello Drive\r\nCary, NC  27513\r\n\r\n<strong>Chapters</strong> - Please do not utilize the "<strong>Donation</strong>" button on the Home page to forward <strong>event monies</strong> <em>or</em> <strong>registration fees</strong>\r\n<h4>Email Group</h4>\r\nThere is a new Yahoo groups email for <em>Bowling For Rhino</em> Coordinators. If you would like to be part of this email group, please email <strong>Barbie Wilson</strong> at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n\r\nPlease contact <strong>Patty Pearthree</strong>: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n<pre><i class="icon-attention"></i> Applications being accepted for the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></pre>\r\n<h4>Who does BFR support?</h4>\r\nBFR supports the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa. In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>. BFR also supports <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home. Many organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n<h4>Chapter Totals</h4>\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3" target="_blank">here</a>.\r\n<h4>Sponsorship Form</h4>\r\n<a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet1.pdf" target="_blank"><i class="icon-download"></i> Download Sponsorship Form</a>\r\n<h2>Bowling for Rhinos Awards - 2013</h2>\r\n<strong>Conservation Resource Grant</strong> RhiNOremedy\r\n<h3>Top Individual Fundraisers – Bowling for Rhinos 2013</h3>\r\n<strong>Mike Bona</strong> - Los Angeles Chapter, Lewa trip winner\r\n<strong>Ann Knutson</strong> - San Diego Chapter, Lewa trip winner\r\n<strong>Kenton Kerns</strong> - National Capital Chapter, Indonesia trip winner\r\nCrystal Butler - Oklahoma City Chapter, Indonesia trip winner\r\n<strong>Jim Haigwood</strong> - Los Angeles Chapter, Honorary trip winner\r\n<h3>Top Chapter Fundraiser - 2013</h3>\r\n<strong>Portland AAZK Chapter.</strong> Chapter Award[/membership]', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2014-01-08 17:11:26', '2014-01-08 22:11:26', '', 168, 'https://www.aazk.org/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5171, 2, '2014-01-09 17:12:17', '2014-01-09 22:12:17', '<h2><a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf" target="_blank">2</a>012 Conference Proceedings</h2>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">AAZAK 2012 AbouMadi Monitoring anesthesia</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">AAZAK 2012 AbouMadi Darting</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a> <a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-01-09 17:12:17', '2014-01-09 22:12:17', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5173, 2, '2014-01-09 17:28:59', '2014-01-09 22:28:59', '<strong>2012 Conference Proceedings</strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">AAZAK 2012 AbouMadi Monitoring anesthesia</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">AAZAK 2012 AbouMadi Darting</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-01-09 17:28:59', '2014-01-09 22:28:59', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5174, 2, '2014-01-09 17:33:37', '2014-01-09 22:33:37', '', 'SAFETY DURING LARGE MAMMAL RESTRAINT', 0, '', 'inherit', 'closed', 'closed', '', 'safety-during-large-mammal-restraint', '', '', '2014-01-09 17:33:37', '2014-01-09 22:33:37', '', 5156, 'https://www.aazk.org/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc', 0, 'attachment', 'application/msword', 0) ; 
INSERT INTO `wp_posts` VALUES (5175, 2, '2014-01-09 17:33:45', '2014-01-09 22:33:45', '<strong>2012 Conference Proceedings</strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">AAZAK 2012 AbouMadi Monitoring anesthesia</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">AAZAK 2012 AbouMadi Darting</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-01-09 17:33:45', '2014-01-09 22:33:45', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5185, 2, '2014-01-10 14:46:16', '2014-01-10 19:46:16', '', 'Humboldt Conservation in Peru', 0, '', 'inherit', 'closed', 'closed', '', 'humboldt-conservation-in-peru', '', '', '2014-01-10 14:46:16', '2014-01-10 19:46:16', '', 5156, 'https://www.aazk.org/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt', 0, 'attachment', 'application/vnd.ms-powerpoint', 0) ; 
INSERT INTO `wp_posts` VALUES (5186, 2, '2014-01-10 14:46:51', '2014-01-10 19:46:51', '', 'Humboldt Conservation in Peru (2)', 0, '', 'inherit', 'closed', 'closed', '', 'humboldt-conservation-in-peru-2', '', '', '2014-01-10 14:46:51', '2014-01-10 19:46:51', '', 5156, 'https://www.aazk.org/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc', 0, 'attachment', 'application/msword', 0) ; 
INSERT INTO `wp_posts` VALUES (5188, 2, '2014-01-10 14:48:39', '2014-01-10 19:48:39', '', 'Bringing it Home Workshop', 0, '', 'inherit', 'closed', 'closed', '', 'bringing-it-home-workshop', '', '', '2014-01-10 14:48:39', '2014-01-10 19:48:39', '', 5156, 'https://www.aazk.org/wp-content/uploads/Bringing-it-Home-Workshop.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5189, 2, '2014-01-10 14:49:24', '2014-01-10 19:49:24', '', 'Conservation Resources for AAZK Workshop', 0, '', 'inherit', 'closed', 'closed', '', 'conservation-resources-for-aazk-workshop', '', '', '2014-01-10 14:49:24', '2014-01-10 19:49:24', '', 5156, 'https://www.aazk.org/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5190, 2, '2014-01-10 14:49:45', '2014-01-10 19:49:45', '', 'Farming with Pollenators', 0, '', 'inherit', 'closed', 'closed', '', 'farming-with-pollenators', '', '', '2014-01-10 14:49:45', '2014-01-10 19:49:45', '', 5156, 'https://www.aazk.org/wp-content/uploads/Farming-with-Pollenators.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5191, 2, '2014-01-10 14:50:02', '2014-01-10 19:50:02', '', 'Nests for Native Bees', 0, '', 'inherit', 'closed', 'closed', '', 'nests-for-native-bees', '', '', '2014-01-10 14:50:02', '2014-01-10 19:50:02', '', 5156, 'https://www.aazk.org/wp-content/uploads/Nests-for-Native-Bees.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5193, 2, '2014-01-10 14:50:44', '2014-01-10 19:50:44', '', 'Palm Oil Wallet Card', 0, '', 'inherit', 'closed', 'closed', '', 'palm-oil-wallet-card', '', '', '2014-01-10 14:50:44', '2014-01-10 19:50:44', '', 5156, 'https://www.aazk.org/wp-content/uploads/Palm-Oil-Wallet-Card.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5194, 2, '2014-01-10 14:50:59', '2014-01-10 19:50:59', '', 'Plants for Native Bees', 0, '', 'inherit', 'closed', 'closed', '', 'plants-for-native-bees', '', '', '2014-01-10 14:50:59', '2014-01-10 19:50:59', '', 5156, 'https://www.aazk.org/wp-content/uploads/Plants-for-Native-Bees.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5195, 2, '2014-01-10 14:51:54', '2014-01-10 19:51:54', '<strong>2012 Conference Proceedings</strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">AAZAK 2012 AbouMadi Monitoring anesthesia</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">AAZAK 2012 AbouMadi Darting</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n\r\n&nbsp;', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-01-10 14:51:54', '2014-01-10 19:51:54', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5197, 2, '2014-01-10 15:07:25', '2014-01-10 20:07:25', '<h2><strong>2012 Conference Proceedings</strong></h2>\r\n<h4>General Workshops</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">AAZAK 2012 AbouMadi Monitoring anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">AAZAK 2012 AbouMadi Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n<h4>Ungulate Workshop</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n<h4>Raptor Workshop</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n<h4>Penguin Workshop</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-01-10 15:07:25', '2014-01-10 20:07:25', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5196, 2, '2014-01-10 15:05:50', '2014-01-10 20:05:50', '<h2><strong>2012 Conference Proceedings</strong></h2>\r\n<h4>General Workshops</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">AAZAK 2012 AbouMadi Monitoring anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">AAZAK 2012 AbouMadi Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n<h4>Ungulate Workshop</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n<h4>Raptor Workshop</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n<h4>Penguin Workshop</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-01-10 15:05:50', '2014-01-10 20:05:50', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5198, 2, '2014-01-10 15:08:12', '2014-01-10 20:08:12', '<h2><strong>2012 Conference Proceedings</strong></h2>\r\n<h4><span style="color: #0000ff;">General Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">AAZAK 2012 AbouMadi Monitoring anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">AAZAK 2012 AbouMadi Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n<h4><span style="color: #0000ff;">Ungulate Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n<h4><span style="color: #0000ff;">Raptor Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n<h4><span style="color: #0000ff;">Penguin Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-01-10 15:08:12', '2014-01-10 20:08:12', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5562, 3, '2014-02-10 16:39:10', '2014-02-10 21:39:10', 'The Recreation Program Specialist- Education Manager is a full time position at Happy Hollow Park and Zoo.  Under the general direction of the Zoo Manager, this position is responsible for overseeing Happy Hollow Park and Zoo\'s Education Department and programs and ensuring that the standards of the American Zoo and Aquarium Association and all regulatory agencies are upheld.  The Education Manager is a member of a committee of park &amp; zoo supervisors responsible for daily operation of the park and zoo, coordination of programs throughout the facility, developing and implementing facility-wide policies and procedures and ensuring public safety and customer service.  This position frequently serves as the Manager on Duty for Happy Hollow.  This position is responsible for supervising full and part time teaching staff, volunteer coordination, and office staff.  This position is responsible for managing and instructing Happy Hollow\'s education programs including; group outreach programs, early childhood classes, sleepover programs, onsite classes, animal shows, summer camps, and scout programs.  Responsibilities include; budget management, driving and maintaining the zoo van, managing supplies, animal handling, animal training, animal husbandry tasks, animal enrichment, processing registrations and curriculum writing. \r\n\r\nThis position also supervises the Volunteer Coordinator for a facility-wide volunteer program, implements and coordinates special events &amp; entertainment, and develops and oversees the interpretive content of facility signage.  This position is also responsible for the dissemination of conservation and education messages through various media including printed and digital, interacts with the public answering questions and provides excellent customer service maintaining positive public relations. \r\nFor complete information including how to apply online for this position please visit: https://cityjobs.sanjoseca.gov/psc/prod/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL', 'Zoo Education Manager/Recreation Program Specialist', 0, 'Zoo Education Manager FT- Happy Hollow Park and Zoo.  For complete information see: https://cityjobs.sanjoseca.gov/psc/prod/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL', 'publish', 'closed', 'closed', '', 'zoo-education-managerrecreation-program-specialist', '', '', '2014-02-10 16:39:10', '2014-02-10 21:39:10', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5562', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5737, 0, '2014-03-20 13:54:48', '2014-03-20 18:54:48', '', 'Animal Caretaker - reptiles, birds, and small mammals', 0, '', 'inherit', 'closed', 'closed', '', '5736-revision-v1', '', '', '2014-03-20 13:54:48', '2014-03-20 18:54:48', '', 5736, 'https://www.aazk.org/5736-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5738, 0, '2014-03-20 13:54:48', '2014-03-20 18:54:48', '<h5>Facility</h5>\r\n<p>Out of Africa Wildlife Park</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Herp, Chirp and Fur department at Out of Africa Wildlife Park encompasses a wide variety of over 50 different animal species including:\r\n•	Reptiles such as giant snakes, venomous snakes, venomous and non-venomous        lizards, and tortoises\r\n•	Birds such as parrots and macaws\r\n•	Small mammals such as servals, primates, and porcupines\r\n\r\nResponsibilities\r\n\r\nApplicant must be able to demonstrate abilities in the following areas:\r\n•	Performing husbandry tasks for and handling a variety of mammals, birds, and reptiles\r\n•	Assisting with minor veterinary procedures\r\n•	Keeping habitats and prep areas clean and sanitary\r\n•	Preparing meat and vegetarian diets\r\n•	Record-keeping\r\n•	Performing daily educational presentations on microphone to large crowds about the mammals and reptiles in our department\r\n•	Landscaping and habitat maintenance\r\n•	Performing inventory evaluations\r\n\r\nWe are currently looking for a new team member who has several years of reptile and bird experience. We have an expansive collection of snakes and lizards and we are a very hands-on facility.  All sources of experience are accepted including personal pets,  pet shops, and zoos.\r\n<h6>Education and Pre-requisites</h6>\r\n•	Applicants must have a minimum of 5 years of experience working with reptiles and 2 years of experience working with birds\r\n•	Must be willing to work weekends and holidays\r\n•	Must be able to commit to 40 hours per week, year around\r\n•	Must be able to work outside in extreme temperatures and weather conditions\r\n•	Must posses a high school diploma or equivalent\r\n•	Must have valid ID and reliable transportation to work\r\n•	Must be capable of lifting 50+ pounds\r\n•	Must be a minimum of 18 years of age\r\n<h6>Compensation and benefits</h6>\r\n•	$10-$12/hour depending on experience\r\n•	Benefits consist of paid sick days and holidays after a 3-month probationary period, and vacation with pay after one year\r\n\r\n<h6>Application instructions</h6>\r\n•	Send cover letter and resume to hcf_outofafrica@hotmail.com\r\n•	Provide a minimum of 2 references from previous employers including supervisor contact information\r\n•	Letters of recommendation may be requested at a later stage in the hiring process\r\n', 'Animal Caretaker - reptiles, birds, and small mammals', 0, '', 'inherit', 'closed', 'closed', '', '5736-revision-v1', '', '', '2014-03-20 13:54:48', '2014-03-20 18:54:48', '', 5736, 'https://www.aazk.org/5736-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5224, 25759, '2014-01-13 14:08:05', '2014-01-13 19:08:05', 'The Phoenix Zoo is currently seeking a full time Horticulturist II to perform the design, installation and maintenance of landscape materials, water features and irrigation systems. Horticulturists are responsible for assessing overall landscape health and needs (i.e., weed and irrigation problems and assist in identifying appropriate solutions) including the fertilization of plants and turf areas. Our Horticulturists also interact with guests and conduct public presentations that support various program activities.\r\n\r\nMinimum qualifications for this position include a Bachelor’s degree in Horticulture, Botany, Agriculture or related field, or equivalent experience/knowledge with a technical certificate. We desire a candidate with at least 8 years’ experience in landscape maintenance, State Certification in Structural pest control for Turf and Ornamental, knowledge of the local plant palette, strong interpersonal skills, and ability to perform heavy physical labor including tree climbing. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing and a valid driver’s license.\r\n\r\nThis position has a starting hourly wage of $12.95-$14.57 DOE, and includes our full benefits package with medical, dental and vision insurance, 401(k) with company match, and generous paid time off.\r\n\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=609&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1\r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.', 'Horticulturist', 0, '', 'inherit', 'closed', 'closed', '', '5146-revision-v1', '', '', '2014-01-13 14:08:05', '2014-01-13 19:08:05', '', 5146, 'https://www.aazk.org/5146-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5741, 0, '2014-03-25 14:42:41', '2014-03-25 19:42:41', '<h5>Facility</h5>\r\n<p>Happy Hollow Park &amp; Zoo </p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nHappy Hollow Park &amp; Zoo and the City of San Jose is looking for a Registered Veterinary Technician. Under the general supervision of the Zoo Curator and Consulting Veterinarian(s) this 3/4 time benefitted position provides paraprofessional medical care and treatment to all animals in the Happy Hollow Park &amp; Zoo collection. The ideal candidate will possess excellent communication skills (verbal and written) and must have the ability to establish and maintain effective working relationships with other Happy Hollow Park &amp; Zoo staff and the visiting public.  Familiarity and experience providing veterinary assistance to a wide variety of taxa including birds, carnivores, hoofstock, primates and herptiles and certification as an Animal Health Technician/Veterinary Technician is preferred.  \r\n<h6>Education and Pre-requisites</h6>\r\nEducation:  High School Diploma or equivalent (General Education or California Proficiency Certificate) \r\n\r\nExperience:  One (1) year of experience handling and caring for animals (non-domestic animals). \r\n\r\nLicenses or Certificates:  \r\n\r\nCertification as an Animal Health Technician/Veterinary Technician preferred \r\n\r\n<h6>Compensation and benefits</h6>\r\nStarting salary $18.67/hour. This position is regularly scheduled 4 days/week and includes benefits.\r\n<h6>Application instructions</h6>\r\nFor complete information and the ability to apply for this opportunity online, please visit: https://cityjobs.sanjoseca.gov/psc/prod/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL\r\n', 'Animal Health Technician PT-benefitted', 0, '', 'inherit', 'closed', 'closed', '', '5739-revision-v1', '', '', '2014-03-25 14:42:41', '2014-03-25 19:42:41', '', 5739, 'https://www.aazk.org/5739-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5228, 2, '2014-01-13 17:47:04', '2014-01-13 22:47:04', '', 'January 2014 AKF Cover', 0, '', 'inherit', 'closed', 'closed', '', 'january-2014-akf-cover', '', '', '2014-01-13 17:47:04', '2014-01-13 22:47:04', '', 200, 'https://www.aazk.org/wp-content/uploads/January-2014-AKF-Cover.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5229, 2, '2014-01-13 17:47:28', '2014-01-13 22:47:28', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" alt="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="department">AAZK Inc. - Cleveland, OH</div>\r\n</div>\r\n</div>\r\n<div class="hr"><a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/January-2014-AKF-Cover.jpg"><img class="alignnone size-medium wp-image-5228" alt="January 2014 AKF Cover" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/January-2014-AKF-Cover-235x300.jpg" width="235" height="300" /></a></div>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui &amp; Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &amp; Jenni Dyar</em>\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak,\r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard\r\nAlison Mott &amp; Kate Gore', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2014-01-13 17:47:28', '2014-01-13 22:47:28', '', 200, 'https://www.aazk.org/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5230, 2, '2014-01-13 17:48:25', '2014-01-13 22:48:25', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" alt="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info"></div>\r\n<div class="department">AAZK Inc. - Cleveland, OH</div>\r\n<div class="department"></div>\r\n</div>\r\n</div>\r\n<div class="hr"><a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/January-2014-AKF-Cover.jpg"><img class="alignnone size-medium wp-image-5228" alt="January 2014 AKF Cover" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/January-2014-AKF-Cover-235x300.jpg" width="235" height="300" /></a></div>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui &amp; Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &amp; Jenni Dyar</em>\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak,\r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard\r\nAlison Mott &amp; Kate Gore', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2014-01-13 17:48:25', '2014-01-13 22:48:25', '', 200, 'https://www.aazk.org/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5231, 2, '2014-01-13 17:48:54', '2014-01-13 22:48:54', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" alt="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info"><span style="line-height: 1.5em;">AAZK Inc. - Cleveland, OH</span></div>\r\n<div class="department"><a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/January-2014-AKF-Cover.jpg"><img class="alignnone size-medium wp-image-5228" alt="January 2014 AKF Cover" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/January-2014-AKF-Cover-235x300.jpg" width="235" height="300" /></a></div>\r\n</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui &amp; Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &amp; Jenni Dyar</em>\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak,\r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard\r\nAlison Mott &amp; Kate Gore', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2014-01-13 17:48:54', '2014-01-13 22:48:54', '', 200, 'https://www.aazk.org/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5642, 2, '2014-02-20 10:22:38', '2014-02-20 15:22:38', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" alt="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info"><span style="line-height: 1.5em;">AAZK Inc. - Cleveland, OH</span></div>\r\n<div class="info"></div>\r\n<div class="department"></div>\r\n</div>\r\n</div>\r\n<h4><a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Gorilla-2014-AKF-cover.jpg"><img class="alignnone size-medium wp-image-5632" alt="Gorilla 2014 AKF cover" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Gorilla-2014-AKF-cover-235x300.jpg" width="235" height="300" /></a></h4>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui &amp; Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &amp; Jenni Dyar</em>\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak,\r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard\r\nAlison Mott &amp; Kate Gore', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2014-02-20 10:22:38', '2014-02-20 15:22:38', '', 200, 'https://www.aazk.org/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5232, 2, '2014-01-13 17:49:17', '2014-01-13 22:49:17', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" alt="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info"><span style="line-height: 1.5em;">AAZK Inc. - Cleveland, OH</span></div>\r\n<div class="info"></div>\r\n<div class="department"><a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/January-2014-AKF-Cover.jpg"><img class="alignnone size-medium wp-image-5228" alt="January 2014 AKF Cover" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/January-2014-AKF-Cover-235x300.jpg" width="235" height="300" /></a></div>\r\n</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui &amp; Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &amp; Jenni Dyar</em>\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak,\r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard\r\nAlison Mott &amp; Kate Gore', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2014-01-13 17:49:17', '2014-01-13 22:49:17', '', 200, 'https://www.aazk.org/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5233, 2, '2014-01-13 17:50:20', '2014-01-13 22:50:20', '<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/January-2014-AKF-Cover.jpg"><img class="alignnone size-medium wp-image-5228" alt="January 2014 AKF Cover" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/January-2014-AKF-Cover-235x300.jpg" width="235" height="300" /></a>\r\n\r\nIn August of 1972, a short-lived "unofficial" newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level.\r\n\r\nThe idea for Animal Keepers\' Forum grew out of a bull session among keepers at the Topeka Zoo. The original Ruptured Rhino staff, along with several others, were involved in the conception and production of the<strong> first issue of AKF in November of 1974</strong>. It was 3 1/2 pages long, and printed on a mimeograph-type machine. Early issues contained zoo news articles, items on legislation and guest editorials.\r\n\r\nBy June of 1975 the AKF had grown to 13 pages and in November of 1975 celebrated its first anniversary of continuous publication. After the first two issues, it was sold on a subscription basis at $5.00 per year. Although originally the AKF was sold to AAZK members, it didn\'t become the "official" professional journal of the Association until March of 1975. The AKF has always carried the motto "Dedicated to Professional Animal Care".\r\n\r\nIn January 1976, AKF changed its format to a booklet style publication. In 1977 AKF had its first part-time paid editor and also began to be printed commercially. In 1978 the buff colored cover featuring artwork by keepers debuted. The first Excellence in Journalism Awards were given in 1979.\r\n\r\nIn 1981 Susan Chan was hired as Managing Editor for Animal Keepers’ Forum. The AKF has continued to grow in scope and content since that time, now averaging 44 pages per issue.  At least once a year, an issue dedicated to a particular species or topic is produced. AKF contains regular columns on Animal Behavior, Enrichment Options, Crisis Management and legislative issues affecting wildlife and zoos. Each issue also contains articles on animal husbandry, book reviews, a listing of upcoming conferences and symposia and Association news.\r\n\r\nThe Animal Keepers\' Forum has come a long way since its inception when it was printed on a mimeograph machine to today when it is produced with modern desktop publishing computer equipment. It currently reaches approximately <strong>2800 members (including about 150 zoos) in the U.S., Canada and 24 foreign countries</strong>.\r\n\r\nAnimal Keepers’ Forum is celebrating its 40th anniversary of continuous publication this year (2013).\r\n<div class="hr"></div>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '4538-revision-v1', '', '', '2014-01-13 17:50:20', '2014-01-13 22:50:20', '', 4538, 'https://www.aazk.org/4538-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5239, 2, '2014-01-14 12:46:27', '2014-01-14 17:46:27', 'Now Available and discounted for AAZK Members - This textbook offers a comprehensive and practical overview of the zookeeping profession geared toward the new animal keepers and any keeper or aquariust who needs a foundational account of the topics most important to day-to-day care of zoo or aquarium animals. Using the newest techniques and research gathered from around the world <em>Zookeeping </em>is a progressive textbook that seeks to promote consistency and the highest standards within global zoo and aquarium operations.  Click on the link below or enter the URL in your browser for purchase information.\r\n\r\nAAZK members will get a 20% discount using this link:\r\n\r\n<a href="https://cdshoppingcart.uchicago.edu/Cart/CART.ASPX?ISBN=9780226925318&amp;BDL=WAZA20&amp;PRESS=CHICAGO"</a>\r\n\r\n<span style="line-height: 1.5em;"> </span><span style="line-height: 1.5em;">For more information about the book go to:</span>\r\n\r\n<a href="http://press.uchicago.edu/ucp/books/book/chicago/Z/bo14397600.html" target="_blank">http://press.uchicago.edu/ucp/books/book/chicago/Z/bo14397600.html</a>\r\n\r\nPublished by the University of Chicago Press (www.Press.Uchicago.edu)\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Zookeeping - An Introduction to the Science and Technology', 0, '', 'inherit', 'closed', 'closed', '', '4917-revision-v1', '', '', '2014-01-14 12:46:27', '2014-01-14 17:46:27', '', 4917, 'https://www.aazk.org/4917-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5236, 2, '2014-01-14 12:36:18', '2014-01-14 17:36:18', 'Now Available and discounted for AAZK Members - This textbook offers a comprehensive and practical overview of the zookeeping profession geared toward the new animal keepers and any keeper or aquariust who needs a foundational account of the topics most important to day-to-day care of zoo or aquarium animals. Using the newest techniques and research gathered from around the world <em>Zookeeping </em>is a progressive textbook that seeks to promote consistency and the highest standards within global zoo and aquarium operations.  Click on the link below or enter the URL in your browser for purchase information.\r\n\r\nAAZK members will get a 20% discount using this link:\r\n\r\n<a href="https://https://cdcshoppingcart.uchicago.edu/Cart/CART.ASPX?ISBN=9780226925318&amp;BDL=WAZA20&amp;PRESS=CHICAGO" target="_blank">https://cdcshoppingcart.uchicago.edu/Cart/CART.ASPX?ISBN=9780226925318&amp;BDL=WAZA20&amp;PRESS=CHICAGO</a>\r\n\r\n<span style="line-height: 1.5em;"> </span>For more information about the book go to:\r\n\r\n<a href="http://http://press.uchicago.edu/ucp/books/book/chicago/Z/bo14397600.html" target="_blank"> http://press.uchicago.edu/ucp/books/book/chicago/Z/bo14397600.html</a>\r\n\r\nPublished by the University of Chicago Press (www.Press.Uchicago.edu)\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Zookeeping - An Introduction to the Science and Technology', 0, '', 'inherit', 'closed', 'closed', '', '4917-revision-v1', '', '', '2014-01-14 12:36:18', '2014-01-14 17:36:18', '', 4917, 'https://www.aazk.org/4917-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5234, 2, '2014-01-14 12:33:30', '2014-01-14 17:33:30', 'Now Available and discounted for AAZK Members - This textbook offers a comprehensive and practical overview of the zookeeping profession geared toward the new animal keepers and any keeper or aquariust who needs a foundational account of the topics most important to day-to-day care of zoo or aquarium animals. Using the newest techniques and research gathered from around the world <em>Zookeeping </em>is a progressive textbook that seeks to promote consistency and the highest standards within global zoo and aquarium operations.  Click on the link below or enter the URL in your browser for purchase information.\r\n\r\n&nbsp;\r\n\r\nAAZK members will get a 20% discount using this link:\r\n\r\n<a href="https://webmail.east.cox.net/do/redirect?url=https%253A%252F%252Fcdcshoppingcart.uchicago.edu%252FCart%252FCART.ASPX%253FISBN%253D9780226925318%2526BDL%253DWAZA20%2526PRESS%253DCHICAGO" target="_blank">https://cdcshoppingcart.uchicago.edu/Cart/CART.ASPX?ISBN=9780226925318&amp;BDL=WAZA20&amp;PRESS=CHICAGO</a>\r\n\r\n&nbsp;\r\n\r\nFor more information about the book go to <a href="https://webmail.east.cox.net/do/redirect?url=http%253A%252F%252Fpress.uchicago.edu%252Fucp%252Fbooks%252Fbook%252Fchicago%252FZ%252Fbo14397600.html" target="_blank">http://press.uchicago.edu/ucp/books/book/chicago/Z/bo14397600.html</a>\r\n\r\n&nbsp;\r\n\r\nPublished by the University of Chicago Press (www.Press.Uchicago.edu)\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Zookeeping - An Introduction to the Science and Technology', 0, '', 'inherit', 'closed', 'closed', '', '4917-revision-v1', '', '', '2014-01-14 12:33:30', '2014-01-14 17:33:30', '', 4917, 'https://www.aazk.org/4917-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5235, 2, '2014-01-14 12:54:12', '2014-01-14 17:54:12', 'Now Available and discounted for AAZK Members - This textbook offers a comprehensive and practical overview of the zookeeping profession geared toward the new animal keepers and any keeper or aquariust who needs a foundational account of the topics most important to day-to-day care of zoo or aquarium animals. Using the newest techniques and research gathered from around the world <em>Zookeeping </em>is a progressive textbook that seeks to promote consistency and the highest standards within global zoo and aquarium operations.  Click on the link below or enter the URL in your browser for purchase information.\n\nAAZK members will get a 20% discount using this link:\n\n<a href="https://cdcshoppingcart.uchicago.edu/Cart/CART.ASPX?ISBN=9780226925318&amp;BDL=WAZA20&amp;PRESS=CHICAGO" target="_blank">https://cdcshoppingcart.uchicago.edu/Cart/CART.ASPX?ISBN=9780226925318&amp;BDL=WAZA20&amp;PRESS=CHICAGO</a>\n\n<span style="line-height: 1.5em;"> </span><span style="line-height: 1.5em;">For more information about the book go to:</span>\n\n<a href="http://press.uchicago.edu/ucp/books/book/chicago/Z/bo14397600.html" target="_blank"><a href="https://webmail.east.cox.net/do/redirect?url=http%253A%252F%252Fpress.uchicago.edu%252Fucp%252Fbooks%252Fbook%252Fchicago%252FZ%252Fbo14397600.html" target="_blank">http://press.uchicago.edu/ucp/books/book/chicago/Z/bo14397600.html</a></a>\n\nPublished by the University of Chicago Press (www.Press.Uchicago.edu)\n\n&nbsp;\n\n&nbsp;', 'Zookeeping - An Introduction to the Science and Technology', 0, '', 'inherit', 'closed', 'closed', '', '4917-autosave-v1', '', '', '2014-01-14 12:54:12', '2014-01-14 17:54:12', '', 4917, 'https://www.aazk.org/4917-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5238, 2, '2014-01-14 12:43:25', '2014-01-14 17:43:25', 'Now Available and discounted for AAZK Members - This textbook offers a comprehensive and practical overview of the zookeeping profession geared toward the new animal keepers and any keeper or aquariust who needs a foundational account of the topics most important to day-to-day care of zoo or aquarium animals. Using the newest techniques and research gathered from around the world <em>Zookeeping </em>is a progressive textbook that seeks to promote consistency and the highest standards within global zoo and aquarium operations.  Click on the link below or enter the URL in your browser for purchase information.\r\n\r\nAAZK members will get a 20% discount using this link:\r\n\r\n<a href="https://cdshoppingcart.uchicago.edu/Cart/CART.ASPX?ISBN=9780226925318&amp;BDL=WAZA20&amp;PRESS=CHICAGO">https://cdshoppingcart.uchicago.edu/Cart/CART.ASPX?ISBN=9780226925318&amp;BDL=WAZA20&amp;PRESS=CHICAGO</a>\r\n\r\n<span style="line-height: 1.5em;"> </span><span style="line-height: 1.5em;">For more information about the book go to:</span>\r\n\r\n<a href="http://press.uchicago.edu/ucp/books/book/chicago/Z/bo14397600.html" target="_blank">http://press.uchicago.edu/ucp/books/book/chicago/Z/bo14397600.html</a>\r\n\r\nPublished by the University of Chicago Press (www.Press.Uchicago.edu)\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Zookeeping - An Introduction to the Science and Technology', 0, '', 'inherit', 'closed', 'closed', '', '4917-revision-v1', '', '', '2014-01-14 12:43:25', '2014-01-14 17:43:25', '', 4917, 'https://www.aazk.org/4917-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5237, 2, '2014-01-14 12:38:58', '2014-01-14 17:38:58', 'Now Available and discounted for AAZK Members - This textbook offers a comprehensive and practical overview of the zookeeping profession geared toward the new animal keepers and any keeper or aquariust who needs a foundational account of the topics most important to day-to-day care of zoo or aquarium animals. Using the newest techniques and research gathered from around the world <em>Zookeeping </em>is a progressive textbook that seeks to promote consistency and the highest standards within global zoo and aquarium operations.  Click on the link below or enter the URL in your browser for purchase information.\r\n\r\nAAZK members will get a 20% discount using this link:\r\n\r\n<a href="https://https://cdcshoppingcart.uchicago.edu/Cart/CART.ASPX?ISBN=9780226925318&amp;BDL=WAZA20&amp;PRESS=CHICAGO">https://cdcshoppingcart.uchicago.edu/Cart/CART.ASPX?ISBN=9780226925318&amp;BDL=WAZA20&amp;PRESS=CHICAGO</a>\r\n\r\n<span style="line-height: 1.5em;"> </span><span style="line-height: 1.5em;">For more information about the book go to:</span>\r\n\r\n<a href="http://http://press.uchicago.edu/ucp/books/book/chicago/Z/bo14397600.html" target="_blank"><a href="https://webmail.east.cox.net/do/redirect?url=http%253A%252F%252Fpress.uchicago.edu%252Fucp%252Fbooks%252Fbook%252Fchicago%252FZ%252Fbo14397600.html" target="_blank">http://press.uchicago.edu/ucp/books/book/chicago/Z/bo14397600.html</a></a>\r\n\r\nPublished by the University of Chicago Press (www.Press.Uchicago.edu)\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Zookeeping - An Introduction to the Science and Technology', 0, '', 'inherit', 'closed', 'closed', '', '4917-revision-v1', '', '', '2014-01-14 12:38:58', '2014-01-14 17:38:58', '', 4917, 'https://www.aazk.org/4917-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5240, 2, '2014-01-14 12:47:31', '2014-01-14 17:47:31', 'Now Available and discounted for AAZK Members - This textbook offers a comprehensive and practical overview of the zookeeping profession geared toward the new animal keepers and any keeper or aquariust who needs a foundational account of the topics most important to day-to-day care of zoo or aquarium animals. Using the newest techniques and research gathered from around the world <em>Zookeeping </em>is a progressive textbook that seeks to promote consistency and the highest standards within global zoo and aquarium operations.  Click on the link below or enter the URL in your browser for purchase information.\r\n\r\nAAZK members will get a 20% discount using this link:\r\n\r\n<a href="https://webmail.east.cox.net/do/redirect?url=https%253A%252F%252Fcdcshoppingcart.uchicago.edu%252FCart%252FCART.ASPX%253FISBN%253D9780226925318%2526BDL%253DWAZA20%2526PRESS%253DCHICAGO" target="_blank">https://cdcshoppingcart.uchicago.edu/Cart/CART.ASPX?ISBN=9780226925318&amp;BDL=WAZA20&amp;PRESS=CHICAGO</a>\r\n\r\n<span style="line-height: 1.5em;"> </span><span style="line-height: 1.5em;">For more information about the book go to:</span>\r\n\r\n<a href="http://press.uchicago.edu/ucp/books/book/chicago/Z/bo14397600.html" target="_blank"> </a>\r\n\r\nPublished by the University of Chicago Press (www.Press.Uchicago.edu)\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Zookeeping - An Introduction to the Science and Technology', 0, '', 'inherit', 'closed', 'closed', '', '4917-revision-v1', '', '', '2014-01-14 12:47:31', '2014-01-14 17:47:31', '', 4917, 'https://www.aazk.org/4917-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5243, 2, '2014-01-14 12:55:17', '2014-01-14 17:55:17', 'Now Available and discounted for AAZK Members - This textbook offers a comprehensive and practical overview of the zookeeping profession geared toward the new animal keepers and any keeper or aquariust who needs a foundational account of the topics most important to day-to-day care of zoo or aquarium animals. Using the newest techniques and research gathered from around the world <em>Zookeeping </em>is a progressive textbook that seeks to promote consistency and the highest standards within global zoo and aquarium operations.  Click on the link below or enter the URL in your browser for purchase information.\r\n\r\nAAZK members will get a 20% discount using this link:\r\n\r\n<a href="https://cdcshoppingcart.uchicago.edu/Cart/CART.ASPX?ISBN=9780226925318&amp;BDL=WAZA20&amp;PRESS=CHICAGO" target="_blank">https://cdcshoppingcart.uchicago.edu/Cart/CART.ASPX?ISBN=9780226925318&amp;BDL=WAZA20&amp;PRESS=CHICAGO</a>\r\n\r\n<span style="line-height: 1.5em;"> </span><span style="line-height: 1.5em;">For more information about the book go to:</span>\r\n\r\n<a href="http://press.uchicago.edu/ucp/books/book/chicago/Z/bo14397600.html" target="_blank"><a href="http://press.uchicago.edu/ucp/books/book/chicago/Z/bo14397600.html" target="_blank">http://press.uchicago.edu/ucp/books/book/chicago/Z/bo14397600.html</a></a>\r\n\r\nPublished by the University of Chicago Press (www.Press.Uchicago.edu)\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Zookeeping - An Introduction to the Science and Technology', 0, '', 'inherit', 'closed', 'closed', '', '4917-revision-v1', '', '', '2014-01-14 12:55:17', '2014-01-14 17:55:17', '', 4917, 'https://www.aazk.org/4917-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5242, 2, '2014-01-14 12:52:52', '2014-01-14 17:52:52', 'Now Available and discounted for AAZK Members - This textbook offers a comprehensive and practical overview of the zookeeping profession geared toward the new animal keepers and any keeper or aquariust who needs a foundational account of the topics most important to day-to-day care of zoo or aquarium animals. Using the newest techniques and research gathered from around the world <em>Zookeeping </em>is a progressive textbook that seeks to promote consistency and the highest standards within global zoo and aquarium operations.  Click on the link below or enter the URL in your browser for purchase information.\r\n\r\nAAZK members will get a 20% discount using this link:\r\n\r\n<a href="https://webmail.east.cox.net/do/redirect?url=https%253A%252F%252Fcdcshoppingcart.uchicago.edu%252FCart%252FCART.ASPX%253FISBN%253D9780226925318%2526BDL%253DWAZA20%2526PRESS%253DCHICAGO" target="_blank"><a href="https://cdcshoppingcart.uchicago.edu/Cart/CART.ASPX?ISBN=9780226925318&amp;BDL=WAZA20&amp;PRESS=CHICAGO" target="_blank">https://cdcshoppingcart.uchicago.edu/Cart/CART.ASPX?ISBN=9780226925318&amp;BDL=WAZA20&amp;PRESS=CHICAGO</a></a>\r\n\r\n<span style="line-height: 1.5em;"> </span><span style="line-height: 1.5em;">For more information about the book go to:</span>\r\n\r\n<a href="http://press.uchicago.edu/ucp/books/book/chicago/Z/bo14397600.html" target="_blank"> </a>\r\n\r\nPublished by the University of Chicago Press (www.Press.Uchicago.edu)\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Zookeeping - An Introduction to the Science and Technology', 0, '', 'inherit', 'closed', 'closed', '', '4917-revision-v1', '', '', '2014-01-14 12:52:52', '2014-01-14 17:52:52', '', 4917, 'https://www.aazk.org/4917-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5755, 3, '2014-03-26 14:46:28', '2014-03-26 19:46:28', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is looking for 10 new Camp Zoo Instructors for our fun and educational summer camp programs. Instructors present interpretive education programs about the natural world to groups of Zoo guests. Camp Zoo is geared towards children ages 5-14; Instructors provide supervision and implement summer camp curricula.  We are looking for people who genuinely love kids and helping them make connections to each other, animals, and nature; will help provide amazing experiences for all campers; have a love of animals and conservation; are leaders; love having fun; bring energy to their job every day and enjoy being a part of a diverse and dedicated team.    \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Camp Zoo has been operating since 1965, just 3 years after the zoo opened. Come be a part of our ever expanding summer camp program, providing over 1000 children with the opportunity to get outside, be active and exploring nature, and connecting with the natural world in new and fascinating ways.  \r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include strong communication and public speaking skills, ability to work a flexible schedule, and strong interpersonal and teamwork skills.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require a TB test and a valid driver’s license with a clean MVR for operation of Zoo vehicles.  \r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://www.applitrack.com/phoenixzoo/onlineapp/default.aspx?internal=internal&amp;district=&amp;AppliTrackJobId=637&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1\r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Camp Zoo Instructor', 0, '', 'publish', 'closed', 'closed', '', 'camp-zoo-instructor', '', '', '2014-03-26 14:46:28', '2014-03-26 19:46:28', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5755', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5756, 0, '2014-03-26 14:46:28', '2014-03-26 19:46:28', '', 'Camp Zoo Instructor', 0, '', 'inherit', 'closed', 'closed', '', '5755-revision-v1', '', '', '2014-03-26 14:46:28', '2014-03-26 19:46:28', '', 5755, 'https://www.aazk.org/5755-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5742, 3, '2014-03-25 15:13:50', '2014-03-25 20:13:50', '<h5>Facility</h5>\r\n<p>CuriOdyssey</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nPosition Overview:\r\nTwo 26 week (6-month) part time volunteer internships 24 hours (3-days) per week.  CuriOdyssey is looking for interns who can maintain a high level of personal motivation and a positive attitude by demonstrating their enthusiasm and high energy for each project they take on.  This program offers practical, on-the-job experience working with invertebrates, amphibians, reptiles, birds and mammals, and provides exposure to zoo careers.  Internship positions start in May, 2014.\r\n\r\nJob Requirements:\r\n1.	Good physical condition; able to lift and carry a minimum of 50 lbs.\r\n2.	Willingness to work outside normal business hours including weekends and holidays.\r\n3.	Willingness to work in small spaces and in all weather conditions\r\n4.	Good written and verbal communication skills\r\n5.	Good public speaking skills\r\n\r\nJob Responsibilities:\r\n1.	Daily animal husbandry, servicing animal habitats and holding areas.\r\n2.	Preparing diets and feeding the animal collection\r\n3.	Record keeping\r\n4.	Public speaking for animal talks\r\n5.	Behavioral observations and enrichment \r\n6.	Write a paper/report on behavioral observations\r\n7.	Create an enrichment project to be completed upon the end of the internship\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nExperience and Qualities Preferred:\r\n1.	Outgoing, personable and able to relate and work with the public\r\n2.	Reliable, flexible and energetic\r\n3.	Interest in wildlife and the environment\r\n4.	Experience in working with wild animals\r\n\r\n<h6>Compensation and benefits</h6>\r\nThis is a volunteer position\r\n<h6>Application instructions</h6>\r\nInterested applicants should send a resume with cover letter and 3 professional references to Eunice Hui, Lead Keeper, CuriOdyssey, 1651 Coyote Point Drive  San Mateo CA 94401.  Or e-mail to ehui (at) curiodyssey (dot) org\r\n\r\n(All interested applicants must be available for an in-person interview to qualify for the internship)\r\n\r\n', 'Animal Care Internship', 0, '', 'publish', 'closed', 'closed', '', 'animal-care-internship', '', '', '2014-03-25 15:13:50', '2014-03-25 20:13:50', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5742', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5743, 0, '2014-03-25 15:13:50', '2014-03-25 20:13:50', '', 'Animal Care Internship', 0, '', 'inherit', 'closed', 'closed', '', '5742-revision-v1', '', '', '2014-03-25 15:13:50', '2014-03-25 20:13:50', '', 5742, 'https://www.aazk.org/5742-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5744, 0, '2014-03-25 15:13:50', '2014-03-25 20:13:50', '<h5>Facility</h5>\r\n<p>CuriOdyssey</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nPosition Overview:\r\nTwo 26 week (6-month) part time volunteer internships 24 hours (3-days) per week.  CuriOdyssey is looking for interns who can maintain a high level of personal motivation and a positive attitude by demonstrating their enthusiasm and high energy for each project they take on.  This program offers practical, on-the-job experience working with invertebrates, amphibians, reptiles, birds and mammals, and provides exposure to zoo careers.  Internship positions start in May, 2014.\r\n\r\nJob Requirements:\r\n1.	Good physical condition; able to lift and carry a minimum of 50 lbs.\r\n2.	Willingness to work outside normal business hours including weekends and holidays.\r\n3.	Willingness to work in small spaces and in all weather conditions\r\n4.	Good written and verbal communication skills\r\n5.	Good public speaking skills\r\n\r\nJob Responsibilities:\r\n1.	Daily animal husbandry, servicing animal habitats and holding areas.\r\n2.	Preparing diets and feeding the animal collection\r\n3.	Record keeping\r\n4.	Public speaking for animal talks\r\n5.	Behavioral observations and enrichment \r\n6.	Write a paper/report on behavioral observations\r\n7.	Create an enrichment project to be completed upon the end of the internship\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nExperience and Qualities Preferred:\r\n1.	Outgoing, personable and able to relate and work with the public\r\n2.	Reliable, flexible and energetic\r\n3.	Interest in wildlife and the environment\r\n4.	Experience in working with wild animals\r\n\r\n<h6>Compensation and benefits</h6>\r\nThis is a volunteer position\r\n<h6>Application instructions</h6>\r\nInterested applicants should send a resume with cover letter and 3 professional references to Eunice Hui, Lead Keeper, CuriOdyssey, 1651 Coyote Point Drive  San Mateo CA 94401.  Or e-mail to ehui (at) curiodyssey (dot) org\r\n\r\n(All interested applicants must be available for an in-person interview to qualify for the internship)\r\n\r\n', 'Animal Care Internship', 0, '', 'inherit', 'closed', 'closed', '', '5742-revision-v1', '', '', '2014-03-25 15:13:50', '2014-03-25 20:13:50', '', 5742, 'https://www.aazk.org/5742-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5800, 3, '2014-04-10 13:43:08', '2014-04-10 18:43:08', '<h5>Facility</h5>\r\n<p>African Safari Wildlife Park </p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nReports To: Director of Wildlife\r\n\r\nPosition Summary:  To assist the Director of Wildlife (DOW) in the management of the animal collection at African Safari Wildlife Park. To provide keeper supervision in the absence of the DOW. \r\n\r\nMajor Job Responsibilities:\r\n•	Reports directly to the DOW\r\n•	Will gain knowledge of all AZA and USDA standards of care and husbandry related to the animal collection\r\n•	Will assist DOW in oversight of the Capture Team including training, qualification, drill practice and feedback, maintenance of equipment, and record keeping\r\n•	Responsible for maintenance of the MSDS books for the Veterinary Clinic and Keeper areas\r\n•	Responsible for compiling and keeping current the Animal Diet Book. Will participate in animal diet and nutrition determination \r\n•	Will work with the DOW and keeper staff to create/ document enrichment, and participate in additions or changes in enrichment practice\r\n•	Will assist the Veterinarian in medical procedures.  Responsible for cleaning and maintenance of the Veterinary Clinic\r\n•	Responsible for supervision of the keeper staff in the absence of the DOW including scheduling changes and job performance\r\n•	Will assist the keeper staff in the performance of their duties\r\n•	As needed with the assistance of the keeper staff will determine the need for veterinary intervention and make the necessary contacts\r\n•	Will ensure optimum husbandry of the animal collection in the absence of the DOW\r\n•	Responsible for park shutdown including gates and Walk-Thru\r\n•	Will report all concerns as necessary to the DOW\r\n•	Works with the DOW in exhibit design and alternation\r\n•	Together with the DOW responsible to assist in maintaining appropriate USFWS permits, USDA records and reports and compliance with all state and federal regulations related to the animal collection\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nNecessary Skills:\r\n•	Bachelor’s degree in related field preferred\r\n•	Knowledge of animal husbandry in a wide variety of species \r\n•	Five years’ experience working with exotic animals\r\n•	Excellent people and team building skills\r\n•	Knowledge of animal needs in exhibit design \r\n•	Veterinary technician skills helpful\r\n•	Strong computer skills \r\n•	Excellent public speaking and communication skills \r\n•	Capable of problem solving and crisis management\r\n•	Ability to multi-task\r\n•	Experience in management preferred \r\n•	Will present a friendly, courteous and helpful demeanor to all guests at all times\r\n\r\n\r\nEssential Functions\r\n•	Walk, stand, sit, kneel, stoop, crawl, twist, reach above head, pull, bend, climb stairs and ladders, and carry up to 70lbs.\r\n•	Be able to stand for long periods of time up to 8 hours\r\n•	Be able to work in adverse weather conditions\r\n\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nHow to apply: \r\n1. Visit http://www.africansafariwildlifepark.com/_upload/documents/jobs.pdf African Safari Wildlife Park to complete the application. \r\n2. Email completed application, cover letter and resume to info@africansafariwildlifepark.com \r\nIf you have questions please call 800-521-2660 \r\n\r\n', 'Keeper Supervisor', 0, '', 'publish', 'closed', 'closed', '', 'keeper-supervisor', '', '', '2014-04-10 13:43:08', '2014-04-10 18:43:08', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5800', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5746, 3, '2014-03-26 09:19:39', '2014-03-26 14:19:39', '<h5>Facility</h5>\r\n<p>Ellen Trout Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Ellen Trout Zoo is looking for motivated professional persons to become part of our team as Keepers.  Examples of duties include all aspects of daily animal care and maintenance including cleaning, feeding, watering, observing, enclosure upkeep, propagation, monitoring health, medicating under veterinary supervision, record keeping, informal education exchanges with zoo guests, and other aspects of professional animal care and management. \r\n\r\nKnowledge of husbandry and exhibitry techniques, nutritional requirements, behavior, common diseases, capture and restraint, and propagation methods is advantageous.  Must be able to work independently, follow a schedule, maintain accurate records and write meaningful reports.  Must be flexible and adaptable to working within the framework of a small zoo.  Must have a respect for animals, professional attitude about the work and about working as a member of the zoo team for the benefit of the animals.\r\n\r\nExperience with hand tools, carpentry and plumbing is beneficial.  Types of animals under the care of this person may include hippos, parrots, cranes, waterfowl, duikers, tortoises, and a variety of other mammals, birds, and reptiles.  Physical aspects of the job include: lifting logs, rocks, hay bales, and feed bags; enclosure construction / maintenance as well as maintaining the natural appearance of exhibits by placing logs, limbs, rocks, etc. in animal enclosures.   The job requires standing, stooping, sitting, twisting, walking and lifting of feed sacks and hay bales (minimum of 25-70 pounds.)\r\n\r\nCandidates must demonstrate good problem solving, written and oral communication, organizational and interpersonal skills.  Other duties include plant care in and around exhibits and assisting with projects and coverage in other sections of the zoo.  \r\n\r\n<h6>Education and Pre-requisites</h6>\r\nPosition requires Bachelor of Science degree in Biology or related field; good physical condition; ability to present a positive professional image of the City of Lufkin and the Zoo to members of the public.  The job involves working on weekends and holidays.  \r\n<h6>Compensation and benefits</h6>\r\nThe starting salary is $25,164.48 annually.  \r\n<h6>Application instructions</h6>\r\nTo be considered, you must submit all of the following 3 documents: resume, cover letter, and completed application.  Applications are available for download at http://cityoflufkin.com/hr/jobs.htm.  Mail these 3 documents to Celia Falzone, Ellen Trout Zoo, 402 Zoo Circle, Lufkin, TX 75904.  Please include your email address if you have one to facilitate correspondence.  Candidates must be able to be present for on site interviews.\r\n', 'Keeper', 0, '', 'publish', 'closed', 'closed', '', 'keeper', '', '', '2014-03-26 09:19:40', '2014-03-26 14:19:40', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5746', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5747, 0, '2014-03-26 09:19:39', '2014-03-26 14:19:39', '', 'Keeper', 0, '', 'inherit', 'closed', 'closed', '', '5746-revision-v1', '', '', '2014-03-26 09:19:39', '2014-03-26 14:19:39', '', 5746, 'https://www.aazk.org/5746-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5748, 0, '2014-03-26 09:19:40', '2014-03-26 14:19:40', '<h5>Facility</h5>\r\n<p>Ellen Trout Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Ellen Trout Zoo is looking for motivated professional persons to become part of our team as Keepers.  Examples of duties include all aspects of daily animal care and maintenance including cleaning, feeding, watering, observing, enclosure upkeep, propagation, monitoring health, medicating under veterinary supervision, record keeping, informal education exchanges with zoo guests, and other aspects of professional animal care and management. \r\n\r\nKnowledge of husbandry and exhibitry techniques, nutritional requirements, behavior, common diseases, capture and restraint, and propagation methods is advantageous.  Must be able to work independently, follow a schedule, maintain accurate records and write meaningful reports.  Must be flexible and adaptable to working within the framework of a small zoo.  Must have a respect for animals, professional attitude about the work and about working as a member of the zoo team for the benefit of the animals.\r\n\r\nExperience with hand tools, carpentry and plumbing is beneficial.  Types of animals under the care of this person may include hippos, parrots, cranes, waterfowl, duikers, tortoises, and a variety of other mammals, birds, and reptiles.  Physical aspects of the job include: lifting logs, rocks, hay bales, and feed bags; enclosure construction / maintenance as well as maintaining the natural appearance of exhibits by placing logs, limbs, rocks, etc. in animal enclosures.   The job requires standing, stooping, sitting, twisting, walking and lifting of feed sacks and hay bales (minimum of 25-70 pounds.)\r\n\r\nCandidates must demonstrate good problem solving, written and oral communication, organizational and interpersonal skills.  Other duties include plant care in and around exhibits and assisting with projects and coverage in other sections of the zoo.  \r\n\r\n<h6>Education and Pre-requisites</h6>\r\nPosition requires Bachelor of Science degree in Biology or related field; good physical condition; ability to present a positive professional image of the City of Lufkin and the Zoo to members of the public.  The job involves working on weekends and holidays.  \r\n<h6>Compensation and benefits</h6>\r\nThe starting salary is $25,164.48 annually.  \r\n<h6>Application instructions</h6>\r\nTo be considered, you must submit all of the following 3 documents: resume, cover letter, and completed application.  Applications are available for download at http://cityoflufkin.com/hr/jobs.htm.  Mail these 3 documents to Celia Falzone, Ellen Trout Zoo, 402 Zoo Circle, Lufkin, TX 75904.  Please include your email address if you have one to facilitate correspondence.  Candidates must be able to be present for on site interviews.\r\n', 'Keeper', 0, '', 'inherit', 'closed', 'closed', '', '5746-revision-v1', '', '', '2014-03-26 09:19:40', '2014-03-26 14:19:40', '', 5746, 'https://www.aazk.org/5746-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5749, 3, '2014-03-26 14:42:25', '2014-03-26 19:42:25', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe animals of Stingray Bay are in need of a new Senior Keeper. Stingray Bay is a year-round touch and feed exhibit that currently houses around 30 cow-nosed rays and a brown-banded bamboo shark. We are looking to grow the collection to include animals such as horseshoe crabs and epaulette sharks. The area consists of a 17,000 gallon primary system with a 10,000 gallon isolation/holding system. The position of Senior Keeper is a non-supervisory working position that will ensure that all aspects of daily maintenance is carried out to the highest standards. He/She will work together with the Trail Manager and other departments to provide exceptional guest service to visitors and zoo staff.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. \r\n\r\nAll Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require an annual TB test and valid driver’s license.  \r\n<h6>Education and Pre-requisites</h6>\r\nThe applicant must have at least 3 years of paid experience with the care of elasmobranches and large life support systems. This will include but is not limited to high pressure sand filters, fluidized bed filters, fractionators, biotower filters, ozone generators, UV sterilizers, commercial heaters, chillers and chemical filtration. The candidate must also have extensive knowledge of water quality requirements for those systems including the understanding of the nitrification cycle, pH and buffering system, dissolved oxygen and all other elements that can affect the animals in the exhibit. \r\n<h6>Compensation and benefits</h6>\r\nThis full-time position pays $14.30/hour and includes our full benefits package with medical, dental, vision, 401(k) with company match and generous paid time off.\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at: \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=636&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.   \r\n\r\n', 'Senior Keeper - Stingray Bay', 0, '', 'publish', 'closed', 'closed', '', 'senior-keeper-stingray-bay', '', '', '2014-03-26 14:42:25', '2014-03-26 19:42:25', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5749', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5750, 0, '2014-03-26 14:42:25', '2014-03-26 19:42:25', '', 'Senior Keeper - Stingray Bay', 0, '', 'inherit', 'closed', 'closed', '', '5749-revision-v1', '', '', '2014-03-26 14:42:25', '2014-03-26 19:42:25', '', 5749, 'https://www.aazk.org/5749-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5751, 0, '2014-03-26 14:42:25', '2014-03-26 19:42:25', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe animals of Stingray Bay are in need of a new Senior Keeper. Stingray Bay is a year-round touch and feed exhibit that currently houses around 30 cow-nosed rays and a brown-banded bamboo shark. We are looking to grow the collection to include animals such as horseshoe crabs and epaulette sharks. The area consists of a 17,000 gallon primary system with a 10,000 gallon isolation/holding system. The position of Senior Keeper is a non-supervisory working position that will ensure that all aspects of daily maintenance is carried out to the highest standards. He/She will work together with the Trail Manager and other departments to provide exceptional guest service to visitors and zoo staff.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. \r\n\r\nAll Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require an annual TB test and valid driver’s license.  \r\n<h6>Education and Pre-requisites</h6>\r\nThe applicant must have at least 3 years of paid experience with the care of elasmobranches and large life support systems. This will include but is not limited to high pressure sand filters, fluidized bed filters, fractionators, biotower filters, ozone generators, UV sterilizers, commercial heaters, chillers and chemical filtration. The candidate must also have extensive knowledge of water quality requirements for those systems including the understanding of the nitrification cycle, pH and buffering system, dissolved oxygen and all other elements that can affect the animals in the exhibit. \r\n<h6>Compensation and benefits</h6>\r\nThis full-time position pays $14.30/hour and includes our full benefits package with medical, dental, vision, 401(k) with company match and generous paid time off.\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at: \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=636&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.   \r\n\r\n', 'Senior Keeper - Stingray Bay', 0, '', 'inherit', 'closed', 'closed', '', '5749-revision-v1', '', '', '2014-03-26 14:42:25', '2014-03-26 19:42:25', '', 5749, 'https://www.aazk.org/5749-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5752, 3, '2014-03-26 14:45:14', '2014-03-26 19:45:14', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently looking for a Senior Keeper for our reptiles.  Senior Keepers must demonstrate significant knowledge of husbandry practices and be able lead and mentor staff in the performance of these practices.  Daily tasks include observation and reporting on all assigned animals, including dietary observations with a knowledge of nutritional requirements for assigned species, amend and update standard operating procedures and train staff on area SOP’s ensuring training protocols are being followed, initiate engagement and interaction with guests of all ages, develop interactive animal programs, perform cleaning and maintenance of assigned exhibits and make minor repairs when needed, and provide leadership in emergency situations. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. \r\n\r\nAll Phoenix Zoo employees are required to pass a pre-employment background check and drug screen, this position will also require an annual TB test and a valid driver’s license.  \r\n<h6>Education and Pre-requisites</h6>\r\nThis position requires a BS degree in Life Science or equivalent experience and at least 5 years paid work relevant to animal husbandry.  Other minimum qualifications include behavioral enrichment or operant conditioning experience, extensive knowledge of exotic animal nutrition and public engagement and communication.  \r\n<h6>Compensation and benefits</h6>\r\nThis full-time position pays $14.30/hour and includes our full benefits package with medical, dental, vision, 401(k) with company match and generous paid time off.\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at: \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=635&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.   \r\n\r\n', 'Senior Keeper - Reptiles', 0, '', 'publish', 'closed', 'closed', '', 'senior-keeper-reptiles', '', '', '2014-03-26 14:45:14', '2014-03-26 19:45:14', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5752', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5753, 0, '2014-03-26 14:45:14', '2014-03-26 19:45:14', '', 'Senior Keeper - Reptiles', 0, '', 'inherit', 'closed', 'closed', '', '5752-revision-v1', '', '', '2014-03-26 14:45:14', '2014-03-26 19:45:14', '', 5752, 'https://www.aazk.org/5752-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5754, 0, '2014-03-26 14:45:14', '2014-03-26 19:45:14', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently looking for a Senior Keeper for our reptiles.  Senior Keepers must demonstrate significant knowledge of husbandry practices and be able lead and mentor staff in the performance of these practices.  Daily tasks include observation and reporting on all assigned animals, including dietary observations with a knowledge of nutritional requirements for assigned species, amend and update standard operating procedures and train staff on area SOP’s ensuring training protocols are being followed, initiate engagement and interaction with guests of all ages, develop interactive animal programs, perform cleaning and maintenance of assigned exhibits and make minor repairs when needed, and provide leadership in emergency situations. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. \r\n\r\nAll Phoenix Zoo employees are required to pass a pre-employment background check and drug screen, this position will also require an annual TB test and a valid driver’s license.  \r\n<h6>Education and Pre-requisites</h6>\r\nThis position requires a BS degree in Life Science or equivalent experience and at least 5 years paid work relevant to animal husbandry.  Other minimum qualifications include behavioral enrichment or operant conditioning experience, extensive knowledge of exotic animal nutrition and public engagement and communication.  \r\n<h6>Compensation and benefits</h6>\r\nThis full-time position pays $14.30/hour and includes our full benefits package with medical, dental, vision, 401(k) with company match and generous paid time off.\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at: \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=635&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.   \r\n\r\n', 'Senior Keeper - Reptiles', 0, '', 'inherit', 'closed', 'closed', '', '5752-revision-v1', '', '', '2014-03-26 14:45:14', '2014-03-26 19:45:14', '', 5752, 'https://www.aazk.org/5752-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5261, 3, '2014-01-14 15:02:42', '0000-00-00 00:00:00', '<h5>Facility</h5>\r\n<p>Test</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed quis imperdiet est. Nullam tortor eros, tristique eu ligula at, blandit feugiat nisl. Quisque vel quam vitae lacus tristique interdum ultricies tristique velit. Donec feugiat enim diam, eu auctor odio porta at. Maecenas tempor urna at ornare mattis. Donec aliquet ante lorem, non sollicitudin tortor rhoncus quis. Donec sit amet metus libero. Nulla facilisi. In leo massa, cursus sit amet quam semper, porta rhoncus urna. Aenean libero metus, ultricies scelerisque hendrerit eu, feugiat nec leo. Vestibulum fermentum ornare sagittis. Nulla ac lacus mi. Nunc non euismod sapien.\r\n\r\nFusce fringilla nisi vitae erat aliquet, eu mollis neque tempor. Fusce sit amet purus at turpis egestas placerat. Ut eu purus libero. Donec ultrices, dolor quis vestibulum viverra, ipsum dui interdum est, quis ultrices massa mi sit amet odio. Nullam a malesuada quam, id rutrum odio. Suspendisse a laoreet erat. Etiam non magna sit amet est lobortis aliquam. Nullam et gravida risus. Proin in lectus quis nisl facilisis tincidunt.\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\n<em>Not specified.</em>\r\n', 'Test post 12', 0, '', 'pending', 'closed', 'closed', '', '', '', '', '2014-01-14 15:02:42', '2014-01-14 20:02:42', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5261', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5262, 25759, '2014-01-14 15:02:42', '2014-01-14 20:02:42', '', 'Test post 12', 0, '', 'inherit', 'closed', 'closed', '', '5261-revision-v1', '', '', '2014-01-14 15:02:42', '2014-01-14 20:02:42', '', 5261, 'https://www.aazk.org/5261-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5263, 25759, '2014-01-14 15:02:42', '2014-01-14 20:02:42', '<h5>Facility</h5>\r\n<p>Test</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed quis imperdiet est. Nullam tortor eros, tristique eu ligula at, blandit feugiat nisl. Quisque vel quam vitae lacus tristique interdum ultricies tristique velit. Donec feugiat enim diam, eu auctor odio porta at. Maecenas tempor urna at ornare mattis. Donec aliquet ante lorem, non sollicitudin tortor rhoncus quis. Donec sit amet metus libero. Nulla facilisi. In leo massa, cursus sit amet quam semper, porta rhoncus urna. Aenean libero metus, ultricies scelerisque hendrerit eu, feugiat nec leo. Vestibulum fermentum ornare sagittis. Nulla ac lacus mi. Nunc non euismod sapien.\r\n\r\nFusce fringilla nisi vitae erat aliquet, eu mollis neque tempor. Fusce sit amet purus at turpis egestas placerat. Ut eu purus libero. Donec ultrices, dolor quis vestibulum viverra, ipsum dui interdum est, quis ultrices massa mi sit amet odio. Nullam a malesuada quam, id rutrum odio. Suspendisse a laoreet erat. Etiam non magna sit amet est lobortis aliquam. Nullam et gravida risus. Proin in lectus quis nisl facilisis tincidunt.\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\n<em>Not specified.</em>\r\n', 'Test post 12', 0, '', 'inherit', 'closed', 'closed', '', '5261-revision-v1', '', '', '2014-01-14 15:02:42', '2014-01-14 20:02:42', '', 5261, 'https://www.aazk.org/5261-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5264, 25759, '2014-01-14 15:03:06', '2014-01-14 20:03:06', '<h5>Facility</h5>\r\nTest\r\n<h5>Closing Date</h5>\r\n[jobclosingdate]\r\n<h6>Description</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed quis imperdiet est. Nullam tortor eros, tristique eu ligula at, blandit feugiat nisl. Quisque vel quam vitae lacus tristique interdum ultricies tristique velit. Donec feugiat enim diam, eu auctor odio porta at. Maecenas tempor urna at ornare mattis. Donec aliquet ante lorem, non sollicitudin tortor rhoncus quis. Donec sit amet metus libero. Nulla facilisi. In leo massa, cursus sit amet quam semper, porta rhoncus urna. Aenean libero metus, ultricies scelerisque hendrerit eu, feugiat nec leo. Vestibulum fermentum ornare sagittis. Nulla ac lacus mi. Nunc non euismod sapien.\r\n\r\nFusce fringilla nisi vitae erat aliquet, eu mollis neque tempor. Fusce sit amet purus at turpis egestas placerat. Ut eu purus libero. Donec ultrices, dolor quis vestibulum viverra, ipsum dui interdum est, quis ultrices massa mi sit amet odio. Nullam a malesuada quam, id rutrum odio. Suspendisse a laoreet erat. Etiam non magna sit amet est lobortis aliquam. Nullam et gravida risus. Proin in lectus quis nisl facilisis tincidunt.\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\n<em>Not specified.</em>', 'Test post 12', 0, '', 'inherit', 'closed', 'closed', '', '5261-autosave-v1', '', '', '2014-01-14 15:03:06', '2014-01-14 20:03:06', '', 5261, 'https://www.aazk.org/5261-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5265, 2, '2014-01-15 14:31:02', '2014-01-15 19:31:02', '&nbsp;\r\n<p align="center"><b style="line-height: 1.5em;"><span style="text-decoration: underline;">BFR EVENT FACILITY PLANNING</span></b></p>\r\n <b>Set a Date - </b>Early so that it can be advertised in as many newsletters, fliers as possible. Info should be placed in <b>zoo newsletters</b> (at least 4 times)<b>, facility volunteer newsletters</b>, <b>Society communications</b>, <b>facility maps or advertisement fliers.</b>\r\n\r\n<b>Chamber of Commerce</b> – Check with Chamber (or other Community Association) prior to setting date to find out events that could conflict. Once you choose the date, inform your Chamber of Commerce and ask to be placed on their Calendar of Events.\r\n\r\n<b>Facility Management</b> – Set up a meeting with your facility director and/or management. AAZK has a Memorandum of Agreement with  AZA that pledges to assist AAZK’s BFR event through AZA IM resources such as Public Relations (PR) Graphics Departments.  Most AAZK BFR events are recognized by AZA Facilities as part of their annual 3% Conservation contribution\r\n\r\n<b>Volunteer Coordinator – </b>Set up a meeting with the Coordinator. Talk to your zoo volunteers at an organized luncheon to let them know they can join the event or sponsor someone (have your forms ready) or work at the event.\r\n\r\n<b>Society Director –</b> Set up a meeting with the Director or Coordinator of the entity that supports your facility.  Promoting the BFR event, promotes the facilities involved.\r\n<p style="text-align: center;"> <b><span style="text-decoration: underline;">BFR EVENT PRE-PLANNING</span></b></p>\r\n <b>Collect door prizes</b>. Seek the big airline prizes 4-6 months in advance (write thank you notes – helps build a base for next year!) Hint: Restaurants are easy to get prizes from. <b>Visit a potential donor in person, with formal letter of donation request.  </b>The letter should detail the successful history of the event on the local and national levels.\r\n\r\n<b>Fliers </b>- Put registration fliers in an area where volunteers may see them-in their “check –in” area. Have fliers that you can hand out so they can be completed later.\r\n\r\n<b>Invite Bowlers from Previous Events</b> (addresses listed on sponsor forms from prior year)\r\n\r\n<b>Blue Rhino Gas</b> (Ferrell Gas) - is the primary event sponsor and should be included in all local events. (They may even underwrite your event!)\r\n\r\n<b>Rhino Linings – </b>After asking Blue Rhino, try to get a commitment from these folks in your area to join your event, If Blue Rhino cannot commit Rhino Linings may be an event sponsor.\r\n\r\n<b>BFR is Open to the public </b>– Make sure this fact is well advertised.\r\n\r\n<b>Invite Boy Scouts or Girl Scout troops</b> to join your event.\r\n\r\n<b>Create a T-shirt</b> – Look for sponsors for the event shirt\r\n\r\n<b>A Day off Work</b>? - See if your zoo will offer a day off work for the team who raises the most $ (ex. Graphics team, Maint. Team, etc)\r\n\r\n<strong>Marketing and Promotion</strong> – Your facility may have contacts or staff can lend a hand – hey, these people do this for a living! Seek help to get the word out.\r\n\r\n<b>Prizes </b>- It pays to advertise.  Once you have a list of Door prizes or other giveaways, raffle prizes, etc.  Publicize the list to attract bowlers and sell raffle tickets.\r\n\r\n<b>Invite Celebrities </b>to bowl at your event (especially TV/radio- free advertising!).\r\n\r\n<b>Advertising - </b>Get permission from your Facility to<b> </b>post info next to <b>rhino/elephant exhibits</b> about your upcoming event and how to join!\r\n\r\n<b>Trip Winner </b>– The person that raises the most money, wins a trip.  Don’t be shy, let your potential donors know this fact.\r\n\r\n<b>Friends and Family </b>– The most important donors of all, and usually, the softest touches!\r\n\r\nSee <b><a href="http://aazkbfr.org/">http://aazkbfr.org</a> or <a href="http://aecetia.net/gws/aazk/">http://aecetia.net/gws/aazk</a></b>\r\n<p style="text-align: center;"> <strong><span style="text-decoration: underline;">AAZK EVENT AND CONTACT  INFORMATION</span></strong></p>\r\n<p style="text-align: left;"><b>EACH YEAR SEND INFO TO PATTY: </b>Please send your BFR contact person’s name &amp; contact info (email/phone) &amp; your chapter’s website/facebook info+ your event date info ASAP<b>.</b></p>\r\nThere is a <b>$25 administrative fee for BFR</b> events. This allows AAZK to send 100% of donations to conservation rather than taking a portion of funds for Administrative costs. Please make checks payable to <strong>AAZK </strong>and mail to:\r\n<p style="text-align: center;">Patty Pearthree</p>\r\n<p style="text-align: center;">318 Montibello Dr.</p>\r\n<p style="text-align: center;">Cary, NC 27513</p>\r\nPlease write in memo:  “BFR Admin Fee”\r\n\r\nIf your chapter would like a “Lewa Promo” DVD free of charge or other Lewa info, please contact Ginger Thomson: gingeratlewa.org or 415-990-3311.\r\n\r\nIf your chapter would like Rhino info, flyers,etc. for events, contact Bill Konstant/IRF: <a href="mailto:b.konstant@rhinos.org">b.konstantatrhinos.org</a>.\r\n\r\nFor additional BFR Event information<b> </b>or assistance<b> - Contact Patty Pearthree, AAZK BFR Program Manager: ppear3atgmail.com  or 919-678-0449.</b>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BFRTipsForSuccess.doc"> </a>', 'BFR Tips for Success', 0, '', 'publish', 'closed', 'closed', '', 'bfr-tips-for-success', '', '', '2014-07-28 14:41:02', '2014-07-28 19:41:02', '', 0, 'https://www.aazk.org/?page_id=5265', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5267, 2, '2014-01-14 15:40:02', '2014-01-14 20:40:02', '&nbsp;\r\n<p align="center"><b>Bowling For Rhinos Tips for Success</b></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<b><span style="text-decoration: underline;">BFR EVENT FACILITY PLANNING</span></b>\r\n\r\n&nbsp;\r\n\r\n<b><span style="text-decoration: underline;"> </span></b>\r\n\r\n&nbsp;\r\n<ul>\r\n	<li><b>Set a Date - </b>Early so that it can be advertised in as many newsletters, fliers as possible. Info should be placed in <b>zoo newsletters</b> (at least 4 times)<b>, facility volunteer newsletters</b>, <b>Society communications</b>, <b>facility maps or advertisement fliers.</b></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<ul>\r\n	<li><b>Chamber of Commerce</b> – Check with Chamber (or other Community Association) prior to setting date to find out events that could conflict. Once you choose the date, inform your Chamber of Commerce and ask to be placed on their Calendar of Events.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<ul>\r\n	<li><b>Facility Management</b> – Set up a meeting with your facility director and/or management. If a facility needs some coaxing, reference a “Memorandum of Agreement” between AAZK/BFR &amp; AZA signed at the 1996 Honolulu conference: AZA will assist AAZK’s BFR event through their resources such as Public Relations (PR) Graphics Departments. You may remind them, the better your event does, the better it looks for the zoo in the eyes of the public. A successful BFR event gives your facility “bragging rights”.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<ul>\r\n	<li><b>Volunteer Coordinator – </b>Set up a meeting with the Coordinator. Talk to your zoo volunteers at an organized luncheon to let them know they can join the event or sponsor someone (have your forms ready) or work at the event.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<ul>\r\n	<li><b>Society Director –</b> Set up a meeting with the Director or Coordinator of the entity that supports your facility.  Promoting the BFR event, promotes the facilities involved.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<b><span style="text-decoration: underline;">BFR EVENT PRE-PLANNING</span></b>\r\n\r\n&nbsp;\r\n\r\n<b><span style="text-decoration: underline;"> </span></b>\r\n\r\n&nbsp;\r\n<ul>\r\n	<li><b>Collect door prizes</b>. Seek the big airline prizes 4-6 months in advance (write thank you notes – helps build a base for next year!) Hint: Restaurants are easy to get prizes from. <b>Visit a potential donor in person, with formal letter of donation request.  </b>The letter should detail the successful history of the event on the local and national levels.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<ul>\r\n	<li><b>Fliers </b>- Put registration fliers in an area where volunteers may see them-in their “check –in” area. Have fliers that you can hand out so they can be completed later.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<ul>\r\n	<li><b>Invite Bowlers from Previous Events</b> (addresses listed on sponsor forms from prior year)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<ul>\r\n	<li><b>Blue Rhino Gas</b> - These folks are the primary event sponsor and should be included in all local events. (They may even underwrite your event!)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<ul>\r\n	<li><b>Rhino Linings – </b>After asking Blue Rhino, try to get a commitment from these folks in your area to join your event, If Blue Rhino cannot commit Rhino Linings may be an event sponsor.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<ul>\r\n	<li><b>BFR is Open to the public </b>– Make sure this fact is well advertised.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<ul>\r\n	<li><b>Invite Boy Scouts or Girl Scout troops</b> to join your event.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<ul>\r\n	<li><b>Create a T-shirt</b> – Look for sponsors for the event shirt</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<ul>\r\n	<li><b>A Day off Work</b>? - See if your zoo will offer a day off work for the team who raises the most $ (ex. Graphics team, Maint. Team, etc)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<ul>\r\n	<li>Special Events – Your facility may have a department that can lend a hand – hey, these people do this for a living! Seek help to get the word out.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<ul>\r\n	<li><b>Prizes </b>- It pays to advertise.  Once you have a list of Door prizes or other giveaways, raffle prizes, etc.  Publicize the list to attract bowlers and sell raffle tickets.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<ul>\r\n	<li><b>Invite Celebrities </b>to bowl at your event (especially TV/radio- free advertising!).</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<ul>\r\n	<li><b>Advertising - p</b>ost info next to <b>rhino/elephant exhibits</b> about your upcoming event and how to join!</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<ul>\r\n	<li><b>Trip Winner </b>– The person that raises the most money, wins a trip.  Don’t be shy, let your potential donors know this fact.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<ul>\r\n	<li><b>Friends and Family </b>– The most important donors of all, and usually, the softest touches!</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<ul>\r\n	<li>See <b><a href="http://aazkbfr.org/">http://aazkbfr.org</a> or <a href="http://aecetia.net/gws/aazk/">http://aecetia.net/gws/aazk</a></b></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<b> </b>\r\n\r\n&nbsp;\r\n<ul>\r\n	<li><b>EACH YEAR SEND INFO TO PATTY: </b>Please send your BFR contact person’s name &amp; contact info (email/phone) &amp; your chapter’s website/facebook info+ your event date info ASAP<b>.</b></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<b> </b>\r\n\r\n&nbsp;\r\n<ul>\r\n	<li>There is a <b>$25 administrative fee for BFR</b> events. This allows AAZK to send 100% of donations to conservation rather than taking some for Administrative costs. Please send checks payable to “AAZK,Inc” to Patty Pearthree 318 Montibello Dr. Cary, NC 27513 &amp; write in memo “BFR Admin Fee”</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nIf your chapter would like a “Lewa Promo” DVD free of charge or other Lewa info, please contact Ginger Thomson: gingeratlewa.org or 415-990-3311.\r\n\r\n&nbsp;\r\n\r\nIf your chapter would like Rhino info, flyers,etc. for events, contact Bill Konstant/IRF: <a href="mailto:b.konstant@rhinos.org">b.konstantatrhinos.org</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nFor additional BFR Event information<b> </b>or assistance<b> - Contact Patty Pearthree, AAZK BFR Coordinator: ppear3atgmail.com  or 919-678-0449.</b>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BFRTipsForSuccess.doc"> </a>', 'BFR Tips for Success', 0, '', 'inherit', 'closed', 'closed', '', '5265-revision-v1', '', '', '2014-01-14 15:40:02', '2014-01-14 20:40:02', '', 5265, 'https://www.aazk.org/5265-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5268, 2, '2014-01-14 16:08:35', '2014-01-14 21:08:35', 'The concept of mixed species exhibits have been a part of zoos for many years. This issue documents innovative successes and outline many obstacles in creating dynamic mixed-species exhibits for replicating naturalistic environments.\r\n\r\n**Please note there is a $10 charge added on to the final price for all shipping outside of the United States - Please select your shipping destination.', 'AAZK Bird/Hoofstock Mixed Species Dedicated Issue', 0, '', 'publish', 'closed', 'closed', '', 'aazk-birdhoofstock-mixed-species-dedicated-issue', '', '', '2014-02-06 12:36:38', '2014-02-06 17:36:38', '', 0, 'https://www.aazk.org/shop/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5269, 2, '2014-01-14 16:01:18', '2014-01-14 21:01:18', '', 'April_May AKF Cover 2013', 0, '', 'inherit', 'closed', 'closed', '', 'april_may-akf-cover-2013', '', '', '2014-01-14 16:01:18', '2014-01-14 21:01:18', '', 5268, 'https://www.aazk.org/wp-content/uploads/April_May-AKF-Cover-2013.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5540, 2, '2014-02-06 12:22:34', '2014-02-06 17:22:34', 'Extensive papers on Climate Change and Effects  included in this December 2010 issue of the Animal Keepers\' Forum.\r\n\r\nUS and Canadian orders ship at No Cost\r\n\r\n**Please note there is a $10 shipping charge added on to the final price for all international orders - Please select International.**', 'AKF Dedicated Issue - Climate Change (United States)', 0, '', 'inherit', 'open', 'closed', '', 'akf-dedicated-issue-climate-change-united-states', '', '', '2014-02-06 12:22:34', '2014-02-06 17:22:34', '', 4633, 'https://www.aazk.org/shop/publications/akf-dedicated-issue-climate-change/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5537, 2, '2014-02-06 12:19:44', '2014-02-06 17:19:44', 'The concept of mixed species exhibits have been a part of zoos for many years. This issue documents innovative successes and outline many obstacles in creating dynamic mixed-species exhibits for replicating naturalistic environments.\r\n\r\n**Please note there is a $10 shipping charge added on to the final price for all international orders – please select INTERNATIONAL.**', 'AAZK Bird/Hoofstock Mixed Species Dedicated Issue (Canadian)', 0, '', 'inherit', 'open', 'closed', '', 'aazk-birdhoofstock-mixed-species-dedicated-issue-canadian-2', '', '', '2014-02-06 12:19:44', '2014-02-06 17:19:44', '', 5268, 'https://www.aazk.org/shop/publications/aazk-birdhoofstock-mixed-species-dedicated-issue/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5272, 3, '2014-01-14 17:00:37', '0000-00-00 00:00:00', '<h5>Facility</h5>\r\n<p>Test post 13</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nTest Description\r\n\r\nSecond paragraph\r\nLine Break\r\n<h6>Education and Pre-requisites</h6>\r\nTest Educations\r\n<h6>Compensation and benefits</h6>\r\nTest Compensation\r\n<h6>Application instructions</h6>\r\nTest Application\r\n', 'Test post 13', 0, '', 'pending', 'closed', 'closed', '', '', '', '', '2014-01-14 17:00:37', '2014-01-14 22:00:37', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5272', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5273, 25759, '2014-01-14 17:00:37', '2014-01-14 22:00:37', '', 'Test post 13', 0, '', 'inherit', 'closed', 'closed', '', '5272-revision-v1', '', '', '2014-01-14 17:00:37', '2014-01-14 22:00:37', '', 5272, 'https://www.aazk.org/5272-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5274, 25759, '2014-01-14 17:00:37', '2014-01-14 22:00:37', '<h5>Facility</h5>\r\n<p>Test post 13</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nTest Description\r\n\r\nSecond paragraph\r\nLine Break\r\n<h6>Education and Pre-requisites</h6>\r\nTest Educations\r\n<h6>Compensation and benefits</h6>\r\nTest Compensation\r\n<h6>Application instructions</h6>\r\nTest Application\r\n', 'Test post 13', 0, '', 'inherit', 'closed', 'closed', '', '5272-revision-v1', '', '', '2014-01-14 17:00:37', '2014-01-14 22:00:37', '', 5272, 'https://www.aazk.org/5272-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5276, 25759, '2014-01-14 17:04:52', '2014-01-14 22:04:52', '[membership level="-0"]\r\nIt costs $50 USD to post a job for 60 days. Institutional Members can post jobs for free. <a href="http://www.aecetia.net/gws/aazk/membership-account/">Sign up here.</a>\r\n[gravityform id="4" name="Job Submission"]\r\n[/membership]\r\n[membership level="1,2,3,4,5,6,7,8,9,10,12,14,15,16,17,18"]\r\nIt costs $50 USD to post a job for 60 days. Institutional Members can post jobs for free. <a href="http://www.aecetia.net/gws/aazk/membership-account/membership-levels/">Upgrade your account here.</a>\r\n[gravityform id="12" name="Job Submission"]\r\n[/membership]\r\n[membership level="11,13"]\r\nYou are currently logged in with an Institutional Membership. You should use the <a title="Submit a Job" href="http://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/">Member Create a Job</a> page to submit jobs.\r\n[/membership]', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '3172-autosave-v1', '', '', '2014-01-14 17:04:52', '2014-01-14 22:04:52', '', 3172, 'https://www.aazk.org/3172-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5278, 25759, '2014-01-14 17:06:14', '2014-01-14 22:06:14', '[membership level="-0"]\r\nIt costs $50 USD to post a job for 60 days. Institutional Members can post jobs for free. <a href="http://www.aecetia.net/gws/aazk/membership-account/">Sign up here.</a>\r\n[gravityform id="4" name="Job Submission"]\r\n[/membership]\r\n[membership level="1,2,3,4,5,6,7,8,9,10,12,14,15,16,17,18"]\r\nIt costs $50 USD to post a job for 60 days. Institutional Members can post jobs for free. <a href="http://www.aecetia.net/gws/aazk/membership-account/membership-levels/">Upgrade your account here.</a>\r\n[gravityform id="12" name="Job Submission (paid w/ expiration date)" title="false" description="false"]\r\n[/membership]\r\n[membership level="11,13"]\r\nYou are currently logged in with an Institutional Membership. You should use the <a title="Submit a Job" href="http://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/">Member Create a Job</a> page to submit jobs.\r\n[/membership]', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '3172-revision-v1', '', '', '2014-01-14 17:06:14', '2014-01-14 22:06:14', '', 3172, 'https://www.aazk.org/3172-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5277, 25759, '2014-01-14 17:05:53', '2014-01-14 22:05:53', '[membership level="-0"]\r\nIt costs $50 USD to post a job for 60 days. Institutional Members can post jobs for free. <a href="http://www.aecetia.net/gws/aazk/membership-account/">Sign up here.</a>\r\n[gravityform id="4" name="Job Submission"]\r\n[/membership]\r\n[membership level="1,2,3,4,5,6,7,8,9,10,12,14,15,16,17,18"]\r\nIt costs $50 USD to post a job for 60 days. Institutional Members can post jobs for free. <a href="http://www.aecetia.net/gws/aazk/membership-account/membership-levels/">Upgrade your account here.</a>\r\n[gravityform id="12" name="Job Submission (paid w/ expiration date)" title="false" description="false"]\r\n[/membership]\r\n[membership level="11,13"]\r\nYou are currently logged in with an Institutional Membership. You should use the <a title="Submit a Job" href="http://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/">Member Create a Job</a> page to submit jobs.\r\n[/membership]\r\n\r\nhttps://www.aecetia.net/gws/aazk/job-listings/submit-a-job/?preview=true&amp;preview_id=3172&amp;preview_nonce=53e54086a0', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '3172-revision-v1', '', '', '2014-01-14 17:05:53', '2014-01-14 22:05:53', '', 3172, 'https://www.aazk.org/3172-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5279, 1848, '2014-01-15 10:34:38', '2014-01-15 15:34:38', 'The Little Rock Zoo is now accepting applications for 2014 summer animal care internships.  The Zoo is seeking dependable, hard working college students interested in the field of animal care.  Interns will gain valuable experience with exotic animals by training with professional zookeepers.  These internships are unpaid and experienced based.  Housing and transportation are the responsibility of the intern.  The 2014 summer internship term will begin Sunday, June 1st and will continue until mid-August.  End dates may be no earlier than August 10th and no later than August 24th. \r\nRequirements:\r\n-College student or recent graduate in biology, zoology, or related field\r\n-Must have completed a minimum of 4 semesters at the start of the internship\r\n-Student in good standing, GPA 2.5 or higher\r\n-Capable of lifting 50lbs\r\n-Up-to-date vaccinations, recent physical and negative TB test (dated within 6 months of start date)\r\n-Available to work weekends and holidays\r\n-Available to work 32-40 hours per week a minimum of 10 consecutive weeks beginning on Sunday June 1, 2014\r\n\r\n*Acceptance into the program is contingent on passing a background check\r\n**Animal experience is preferable, but not required   \r\n\r\nTo apply:\r\nApplicants must submit all of the following documents to be considered\r\n     -resume\r\n     -letter of interest including dates of availability\r\n	*please include any prior obligations and time off requirements\r\n     -school transcript (may be unofficial)\r\n     -completed internship application\r\n     \r\n \r\nPlease Visit www.littlerockzoo.com to download an application.  \r\nClick on the Learn Tab to find Internships\r\n \r\nALL REQUIRED DOCUMENTS MUST BE SUBMITTED TOGETHER IN ONE COMPLETE PACKAGE\r\n \r\nDeadline for summer 2014 applications is Monday March 10, 2014.  Packages received after that date will not be considered regardless of postmark dates.\r\n \r\n\r\nMAIL COMPLETED APPLICATION PACKAGES TO:\r\nLittle Rock Zoo\r\nAttn: LRZ Internship Program\r\nOne Zoo Drive\r\nLittle Rock, AR 72205\r\n \r\nDO NOT E-MAIL APPLICATIONS\r\nAPPLICATIONS WILL NOT BE ACCEPTED ELECTRONICALLY\r\n \r\nAvailable Animal Care Internships\r\n\r\nCarnivore Internship\r\n(2 positions) \r\nInterns work alongside carnivore keepers learning their daily routines. Tasks may include, but are not limited to feeding, cleaning, enrichment, training, exhibit maintenance, and public speaking.  Daily tasks include some strenuous activity, so candidates must be in good physical condition, able to lift up to 50lbs, and able to apply safe working practices.  Interns will be trained in all carnivore areas; Big Cats, Bears, and Small Carnivores.  Species include Lion, Sloth Bear, Ocelot, Fox, Grizzly Bear, Serval, Tiger, River Otter, Bush dog, Jaguar, Binturong, and many more.  Weekly schedule may vary, so interns must be flexible; any possible conflicts must be mentioned prior to the acceptance of the position. \r\n\r\nHoofstock and Birds Internship\r\n (2 positions)\r\nThis position will offer interns the opportunity to learn husbandry practices for a wide variety of birds and hoofstock. Interns will shadow keepers in the Large Hoofstock, Small Hoofstock, and Birds. The large hoofstock area includes Giraffe, Rhino, and Asian Elephants.  During their time in Large Hoofstock, interns will be exposed to the elephant program and daily routine, however direct experience with the elephants will be limited.  Daily tasks include some strenuous activity, so candidates must be in good physical condition, able to lift up to 50lbs, and able to apply safe working practices.  Other animals will include Greater Kudu, Plains Zebra, Giant Anteater, Maned Wolf, Warthog, Lorikeets, Bald Eagle, Stanley Crane, a variety of free flight tropical birds and more.\r\n\r\nPenguins Internship\r\n(1 position)\r\nThis internship will focus on the husbandry of African Penguins.  Duties that interns will learn include cleaning, preparing fish, feeding, public interaction (including a daily talk given to the public), and record keeping.  Interns will also learn training and handling techniques.  Interns in this area may have experience with the Education and Wild Wonders routines.  Applicants should have excellent public speaking skills and be willing to work as part of a team.  Penguin interns must be able to lift 50 lbs.  An appreciation and desire to work with birds is important.  A basic dive certification is also a plus, but not a requirement.\r\n\r\nPrimates and Great Apes Internship\r\n(2 positions)\r\nProfessional keepers will instruct interns in the daily husbandry of great apes and small primates.  Interns will experience feeding, cleaning, enrichment, training, observational studies, and visitor interaction.  Each intern will spend equal time shadowing keepers in the Small Primate team and the Great Ape team.  Tasks may involve heavy lifting, so interns must be in good physical condition and able to lift up to 50lbs.  Suitable candidates must be positive, patient, good workers with well-developed observational skills.  Species in these areas include Gorilla, Chimpanzee, Orangutan, Lemur, Spider Monkey, Gibbon, Siamang, Tamarin, and many more.\r\n \r\nReptiles Internship \r\n (1 position)\r\nInterns will be instructed by professional keepers in the Reptile Department.  Interns will be trained to safely handle non-venomous species in the reptile department.  Venomous species will not be handled by any interns; however, interns will have the opportunity to learn about the care and handling of venomous animals.  The reptile department is home to over 75 species of snakes, lizards, amphibians, and turtles. \r\n\r\n\r\nWild Wonders Internship\r\n (1 position)\r\nThis position is designed for students who are interested in conservation education and zoo animal husbandry.  Interns will be instructed by the education keeper staff, learning about training, enrichment, medical treatment, and general husbandry of a variety of birds of prey, small mammals, non venomous reptiles, are more. Interns will also participate in the zoo’s educational programs, including the Wild Wonders Animal Show. Candidates must have a strong work ethic, be self motivated, and work well in a team.  Species in this area include Bald Eagle, Opossum, Black-Footed Penguin, and a large variety of other small mammals, birds of prey, and reptiles.\r\n \r\n\r\nIf you have questions not answered by this page you may e-mail kbarszczowski@littlerock.org or shollister@littlerock.org, or leave a message at (501) 661-7271 and we will return your call.\r\n', 'Animal Care Internships', 0, 'The Little Rock Zoo is now accepting applications for 2014 summer animal care internships.   Application Packages MUST be received by March 10, 2014.', 'publish', 'closed', 'closed', '', 'animal-care-internships', '', '', '2014-01-15 10:34:38', '2014-01-15 15:34:38', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5279', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5280, 1848, '2014-01-15 10:34:38', '2014-01-15 15:34:38', 'The Little Rock Zoo is now accepting applications for 2014 summer animal care internships.  The Zoo is seeking dependable, hard working college students interested in the field of animal care.  Interns will gain valuable experience with exotic animals by training with professional zookeepers.  These internships are unpaid and experienced based.  Housing and transportation are the responsibility of the intern.  The 2014 summer internship term will begin Sunday, June 1st and will continue until mid-August.  End dates may be no earlier than August 10th and no later than August 24th. \r\nRequirements:\r\n-College student or recent graduate in biology, zoology, or related field\r\n-Must have completed a minimum of 4 semesters at the start of the internship\r\n-Student in good standing, GPA 2.5 or higher\r\n-Capable of lifting 50lbs\r\n-Up-to-date vaccinations, recent physical and negative TB test (dated within 6 months of start date)\r\n-Available to work weekends and holidays\r\n-Available to work 32-40 hours per week a minimum of 10 consecutive weeks beginning on Sunday June 1, 2014\r\n\r\n*Acceptance into the program is contingent on passing a background check\r\n**Animal experience is preferable, but not required   \r\n\r\nTo apply:\r\nApplicants must submit all of the following documents to be considered\r\n     -resume\r\n     -letter of interest including dates of availability\r\n	*please include any prior obligations and time off requirements\r\n     -school transcript (may be unofficial)\r\n     -completed internship application\r\n     \r\n \r\nPlease Visit www.littlerockzoo.com to download an application.  \r\nClick on the Learn Tab to find Internships\r\n \r\nALL REQUIRED DOCUMENTS MUST BE SUBMITTED TOGETHER IN ONE COMPLETE PACKAGE\r\n \r\nDeadline for summer 2014 applications is Monday March 10, 2014.  Packages received after that date will not be considered regardless of postmark dates.\r\n \r\n\r\nMAIL COMPLETED APPLICATION PACKAGES TO:\r\nLittle Rock Zoo\r\nAttn: LRZ Internship Program\r\nOne Zoo Drive\r\nLittle Rock, AR 72205\r\n \r\nDO NOT E-MAIL APPLICATIONS\r\nAPPLICATIONS WILL NOT BE ACCEPTED ELECTRONICALLY\r\n \r\nAvailable Animal Care Internships\r\n\r\nCarnivore Internship\r\n(2 positions) \r\nInterns work alongside carnivore keepers learning their daily routines. Tasks may include, but are not limited to feeding, cleaning, enrichment, training, exhibit maintenance, and public speaking.  Daily tasks include some strenuous activity, so candidates must be in good physical condition, able to lift up to 50lbs, and able to apply safe working practices.  Interns will be trained in all carnivore areas; Big Cats, Bears, and Small Carnivores.  Species include Lion, Sloth Bear, Ocelot, Fox, Grizzly Bear, Serval, Tiger, River Otter, Bush dog, Jaguar, Binturong, and many more.  Weekly schedule may vary, so interns must be flexible; any possible conflicts must be mentioned prior to the acceptance of the position. \r\n\r\nHoofstock and Birds Internship\r\n (2 positions)\r\nThis position will offer interns the opportunity to learn husbandry practices for a wide variety of birds and hoofstock. Interns will shadow keepers in the Large Hoofstock, Small Hoofstock, and Birds. The large hoofstock area includes Giraffe, Rhino, and Asian Elephants.  During their time in Large Hoofstock, interns will be exposed to the elephant program and daily routine, however direct experience with the elephants will be limited.  Daily tasks include some strenuous activity, so candidates must be in good physical condition, able to lift up to 50lbs, and able to apply safe working practices.  Other animals will include Greater Kudu, Plains Zebra, Giant Anteater, Maned Wolf, Warthog, Lorikeets, Bald Eagle, Stanley Crane, a variety of free flight tropical birds and more.\r\n\r\nPenguins Internship\r\n(1 position)\r\nThis internship will focus on the husbandry of African Penguins.  Duties that interns will learn include cleaning, preparing fish, feeding, public interaction (including a daily talk given to the public), and record keeping.  Interns will also learn training and handling techniques.  Interns in this area may have experience with the Education and Wild Wonders routines.  Applicants should have excellent public speaking skills and be willing to work as part of a team.  Penguin interns must be able to lift 50 lbs.  An appreciation and desire to work with birds is important.  A basic dive certification is also a plus, but not a requirement.\r\n\r\nPrimates and Great Apes Internship\r\n(2 positions)\r\nProfessional keepers will instruct interns in the daily husbandry of great apes and small primates.  Interns will experience feeding, cleaning, enrichment, training, observational studies, and visitor interaction.  Each intern will spend equal time shadowing keepers in the Small Primate team and the Great Ape team.  Tasks may involve heavy lifting, so interns must be in good physical condition and able to lift up to 50lbs.  Suitable candidates must be positive, patient, good workers with well-developed observational skills.  Species in these areas include Gorilla, Chimpanzee, Orangutan, Lemur, Spider Monkey, Gibbon, Siamang, Tamarin, and many more.\r\n \r\nReptiles Internship \r\n (1 position)\r\nInterns will be instructed by professional keepers in the Reptile Department.  Interns will be trained to safely handle non-venomous species in the reptile department.  Venomous species will not be handled by any interns; however, interns will have the opportunity to learn about the care and handling of venomous animals.  The reptile department is home to over 75 species of snakes, lizards, amphibians, and turtles. \r\n\r\n\r\nWild Wonders Internship\r\n (1 position)\r\nThis position is designed for students who are interested in conservation education and zoo animal husbandry.  Interns will be instructed by the education keeper staff, learning about training, enrichment, medical treatment, and general husbandry of a variety of birds of prey, small mammals, non venomous reptiles, are more. Interns will also participate in the zoo’s educational programs, including the Wild Wonders Animal Show. Candidates must have a strong work ethic, be self motivated, and work well in a team.  Species in this area include Bald Eagle, Opossum, Black-Footed Penguin, and a large variety of other small mammals, birds of prey, and reptiles.\r\n \r\n\r\nIf you have questions not answered by this page you may e-mail kbarszczowski@littlerock.org or shollister@littlerock.org, or leave a message at (501) 661-7271 and we will return your call.\r\n', 'Animal Care Internships', 0, 'The Little Rock Zoo is now accepting applications for 2014 summer animal care internships.   Application Packages MUST be received by March 10, 2014.', 'inherit', 'closed', 'closed', '', '5279-revision-v1', '', '', '2014-01-15 10:34:38', '2014-01-15 15:34:38', '', 5279, 'https://www.aazk.org/5279-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5281, 1848, '2014-01-15 10:40:37', '2014-01-15 15:40:37', 'The Little Rock Zoo is now accepting applications for 2014 summer education internships.  The Zoo is seeking dependable, hard working college students interested in the field of zoo education.  Interns will gain valuable experience with the public under the guidance of zoo education professionals.  These internships are unpaid and experienced based.  Housing and transportation are the responsibility of the intern.  The 2014 summer internship term will begin Sunday, June 1st and will continue until mid-August.  End dates may be no earlier than August 10th and no later than August 24th. \r\n\r\n\r\n\r\nEducation Internship Description\r\n\r\nLittle Rock Zoo Education Department is dedicated to helping people connect to nature through unique, fun, dynamic learning experiences that inspire reverential and responsible stewardship of nature.  A team of skilled, talented and dedicated conservation educators strive to achieve this mission through the delivery of highly engaging education and interpretation programs, classes, presentations and shows. Little Rock Zoo invites you to come be a part of our team and help us achieve this important mission while gaining invaluable experience and knowledge about effective program development, delivery, evaluation and administration in a public zoo setting.  \r\n\r\nAs an Education Intern you will assist the Education Department in fulfilling the mission of the Zoo by assisting with a variety of tasks such as program delivery of Zoo camps, Zoo Snoozes, presenting animal encounters both on and off site, conducting guided tours of the Zoo, and delivery of interpretive presentations, activities and possibly animal chats. Interns will also be involved with the behind-the-scene program development as well as inclusion in the administrative tasks in order to get a well-rounded understanding of a zoo education department. \r\n\r\nEducation Department interns will be required to successfully complete program animal training and certification practicum with a variety of animals (small mammals, reptiles, amphibians, birds, and arthropods). Interns are supervised by the Education Department staff. \r\nRequirements:\r\n-College student or recent graduate in education, environmental studies, biology, or a related field\r\n-Must have completed a minimum of 4 semesters at the start of the internship\r\n-Student in good standing, GPA 2.5 or higher\r\n-Capable of lifting 50lbs\r\n-Up-to-date vaccinations, recent physical and negative TB test (dated within 6 months of start date)\r\n-Available to work 32-40 hours per week a minimum of 10 consecutive \r\nWeeks beginning on Sunday June 1st, 2014\r\n-Available to work weekends and holidays\r\n*Acceptance into the program is contingent on passing a background check \r\nTo apply:\r\nApplicants must submit all of the following documents to be considered\r\n     -resume\r\n     -letter of interest including dates of availability\r\n	*please include any prior obligations\r\n     -school transcript (may be unofficial)\r\n     -completed internship application\r\n     \r\n \r\nPlease Visit www.littlerockzoo.com to download an application.  \r\nClick on the Learn Tab to find Internships.\r\n\r\n \r\nALL REQUIRED DOCUMENTS MUST BE SUBMITTED TOGETHER IN ONE COMPLETE PACKAGE\r\n \r\nDeadline for summer 2014 applications is Monday March 10, 2014.  Packages received after that date will not be considered regardless of postmark dates.\r\n \r\nMAIL COMPLETED APPLICATION PACKAGES TO:\r\nLittle Rock Zoo\r\nAttn: LRZ Internship Program\r\nOne Zoo Drive\r\nLittle Rock, AR 72205\r\n \r\nDO NOT E-MAIL APPLICATIONS\r\nAPPLICATIONS WILL NOT BE ACCEPTED ELECTRONICALLY\r\n\r\nIf you have questions not answered by this page you may e-mail sharris@littlrock.org or leave a message at (501) 661-7229 and we will return your call.\r\n', 'Education Internship', 0, 'The Little Rock Zoo is now accepting applications for 2014 summer education internships.   Application packages MUST be received by March, 10 2014.', 'publish', 'closed', 'closed', '', 'education-internship', '', '', '2014-01-15 10:40:37', '2014-01-15 15:40:37', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5281', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5282, 1848, '2014-01-15 10:40:37', '2014-01-15 15:40:37', 'The Little Rock Zoo is now accepting applications for 2014 summer education internships.  The Zoo is seeking dependable, hard working college students interested in the field of zoo education.  Interns will gain valuable experience with the public under the guidance of zoo education professionals.  These internships are unpaid and experienced based.  Housing and transportation are the responsibility of the intern.  The 2014 summer internship term will begin Sunday, June 1st and will continue until mid-August.  End dates may be no earlier than August 10th and no later than August 24th. \r\n\r\n\r\n\r\nEducation Internship Description\r\n\r\nLittle Rock Zoo Education Department is dedicated to helping people connect to nature through unique, fun, dynamic learning experiences that inspire reverential and responsible stewardship of nature.  A team of skilled, talented and dedicated conservation educators strive to achieve this mission through the delivery of highly engaging education and interpretation programs, classes, presentations and shows. Little Rock Zoo invites you to come be a part of our team and help us achieve this important mission while gaining invaluable experience and knowledge about effective program development, delivery, evaluation and administration in a public zoo setting.  \r\n\r\nAs an Education Intern you will assist the Education Department in fulfilling the mission of the Zoo by assisting with a variety of tasks such as program delivery of Zoo camps, Zoo Snoozes, presenting animal encounters both on and off site, conducting guided tours of the Zoo, and delivery of interpretive presentations, activities and possibly animal chats. Interns will also be involved with the behind-the-scene program development as well as inclusion in the administrative tasks in order to get a well-rounded understanding of a zoo education department. \r\n\r\nEducation Department interns will be required to successfully complete program animal training and certification practicum with a variety of animals (small mammals, reptiles, amphibians, birds, and arthropods). Interns are supervised by the Education Department staff. \r\nRequirements:\r\n-College student or recent graduate in education, environmental studies, biology, or a related field\r\n-Must have completed a minimum of 4 semesters at the start of the internship\r\n-Student in good standing, GPA 2.5 or higher\r\n-Capable of lifting 50lbs\r\n-Up-to-date vaccinations, recent physical and negative TB test (dated within 6 months of start date)\r\n-Available to work 32-40 hours per week a minimum of 10 consecutive \r\nWeeks beginning on Sunday June 1st, 2014\r\n-Available to work weekends and holidays\r\n*Acceptance into the program is contingent on passing a background check \r\nTo apply:\r\nApplicants must submit all of the following documents to be considered\r\n     -resume\r\n     -letter of interest including dates of availability\r\n	*please include any prior obligations\r\n     -school transcript (may be unofficial)\r\n     -completed internship application\r\n     \r\n \r\nPlease Visit www.littlerockzoo.com to download an application.  \r\nClick on the Learn Tab to find Internships.\r\n\r\n \r\nALL REQUIRED DOCUMENTS MUST BE SUBMITTED TOGETHER IN ONE COMPLETE PACKAGE\r\n \r\nDeadline for summer 2014 applications is Monday March 10, 2014.  Packages received after that date will not be considered regardless of postmark dates.\r\n \r\nMAIL COMPLETED APPLICATION PACKAGES TO:\r\nLittle Rock Zoo\r\nAttn: LRZ Internship Program\r\nOne Zoo Drive\r\nLittle Rock, AR 72205\r\n \r\nDO NOT E-MAIL APPLICATIONS\r\nAPPLICATIONS WILL NOT BE ACCEPTED ELECTRONICALLY\r\n\r\nIf you have questions not answered by this page you may e-mail sharris@littlrock.org or leave a message at (501) 661-7229 and we will return your call.\r\n', 'Education Internship', 0, 'The Little Rock Zoo is now accepting applications for 2014 summer education internships.   Application packages MUST be received by March, 10 2014.', 'inherit', 'closed', 'closed', '', '5281-revision-v1', '', '', '2014-01-15 10:40:37', '2014-01-15 15:40:37', '', 5281, 'https://www.aazk.org/5281-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5283, 1848, '2014-01-15 10:56:50', '2014-01-15 15:56:50', 'JOB OBJECTIVE:\r\nTo work in the Little Rock Zoo Education Department to provide husbandry, care and training for a diverse collection of exotic animals. To assist in the development and delivery of formal and informal conservation education programs in a public setting for diverse audiences.\r\n\r\nESSENTIAL JOB FUNCTIONS:\r\nPerforms various daily husbandry and care duties required to maintain a healthy diverse program animal collection. Assist in the development and delivery of formal and informal conservation education classes, programs, presentations and shows for both on-site and off-site that engage and inspire audiences through fun, exciting, and safe animal encounters promoting the mission of the Little Rock Zoo. Assist in the\r\nconducting of behavioral training regimen for program animal collection in order to maintain trained exotic animals such as birds of prey, reptiles and small mammals for their safe and effective use in educational programming.\r\n\r\nMINIMUM QUALIFICATIONS AND ADDITIONAL REQUIREMENTS:\r\nThese knowledge, skills, and abilities are usually, although not always, acquired through completion of high school and two (1) years of experience in the care of birds, mammals, and reptiles or other exotic animals in a controlled environment. Public presentation and interpretation skills are preferred. Equivalent combinations of\r\neducation and experience will be considered.\r\n\r\nHIRING/ENTRY SALARY: $8.00/hour\r\n\r\nADDITIONAL REQUIREMENT:\r\nMust possess a valid Arkansas Class D (Non-Commercial Vehicle) Driver’s License before employment and maintain licensure for the duration of employment in this position.\r\nMust be available to work weekends and holidays.\r\n\r\nAPPLICATION REQUIREMENTS:\r\nONLY On-Line Applications Accepted.  \r\n\r\n*APPLICATIONS MAY BE FILED ONLINE AT: http://www.lrjobs.net\r\nApplication, Supplemental Questions, Resume and Cover Letter are required. The\r\nresume and cover letter should be attached/uploaded to the application.\r\nThis position may close without notice.', 'Part-Time Animal Keeper - Education and Programs', 0, 'The Little Rock Zoo Education Department is accepting applications for a Part-Time Animal Keeper (Education and Programs). ', 'publish', 'closed', 'closed', '', 'part-time-animal-keeper-education-and-programs', '', '', '2014-01-15 10:56:50', '2014-01-15 15:56:50', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5283', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5284, 1848, '2014-01-15 10:56:50', '2014-01-15 15:56:50', 'JOB OBJECTIVE:\r\nTo work in the Little Rock Zoo Education Department to provide husbandry, care and training for a diverse collection of exotic animals. To assist in the development and delivery of formal and informal conservation education programs in a public setting for diverse audiences.\r\n\r\nESSENTIAL JOB FUNCTIONS:\r\nPerforms various daily husbandry and care duties required to maintain a healthy diverse program animal collection. Assist in the development and delivery of formal and informal conservation education classes, programs, presentations and shows for both on-site and off-site that engage and inspire audiences through fun, exciting, and safe animal encounters promoting the mission of the Little Rock Zoo. Assist in the\r\nconducting of behavioral training regimen for program animal collection in order to maintain trained exotic animals such as birds of prey, reptiles and small mammals for their safe and effective use in educational programming.\r\n\r\nMINIMUM QUALIFICATIONS AND ADDITIONAL REQUIREMENTS:\r\nThese knowledge, skills, and abilities are usually, although not always, acquired through completion of high school and two (1) years of experience in the care of birds, mammals, and reptiles or other exotic animals in a controlled environment. Public presentation and interpretation skills are preferred. Equivalent combinations of\r\neducation and experience will be considered.\r\n\r\nHIRING/ENTRY SALARY: $8.00/hour\r\n\r\nADDITIONAL REQUIREMENT:\r\nMust possess a valid Arkansas Class D (Non-Commercial Vehicle) Driver’s License before employment and maintain licensure for the duration of employment in this position.\r\nMust be available to work weekends and holidays.\r\n\r\nAPPLICATION REQUIREMENTS:\r\nONLY On-Line Applications Accepted.  \r\n\r\n*APPLICATIONS MAY BE FILED ONLINE AT: http://www.lrjobs.net\r\nApplication, Supplemental Questions, Resume and Cover Letter are required. The\r\nresume and cover letter should be attached/uploaded to the application.\r\nThis position may close without notice.', 'Part-Time Animal Keeper - Education and Programs', 0, 'The Little Rock Zoo Education Department is accepting applications for a Part-Time Animal Keeper (Education and Programs). ', 'inherit', 'closed', 'closed', '', '5283-revision-v1', '', '', '2014-01-15 10:56:50', '2014-01-15 15:56:50', '', 5283, 'https://www.aazk.org/5283-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5758, 3, '2014-03-26 15:48:28', '2014-03-26 20:48:28', '<h5>Facility</h5>\r\n<p>LEO Zoological Conservation Center</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nLEO Zoological Conservation Center, is a nonprofit, off-site breeding facility. We are located in Greenwich, CT, just an hour outside of New York City. The facility offers our animals a low impact, stress-free environment and we propagate for accredited zoological institutions.  We are closed to the public but allow a limited number of visits seasonally, split between Special Cause Groups and donors.  www.LEOzoo.org\r\nEssential job functions for this position include the day-to-day management of animals, feeding and providing for the general care and welfare. This position will be assigned to primarily work with our great ape collection. The ideal candidate will have at least 3 years of experience working with great apes. \r\n\r\nWe are seeking a keeper that has experience and working knowledge of great ape ecology and behavior. The selected candidate will be expected to adhere to primate safety policies at all times. Frequent requirements to move moderate to heavy objects and work on uneven terrain with exposure to varying weather conditions, dust and allergens are components of the position. Selected candidate will also be required to move about on slippery surfaces, handle toxic and/or hazardous materials and possible exposure to zoonotic diseases. May work from elevated positions and/or in confined or cramped spaces. The qualified candidate is expected to be a team player and requires excellent interpersonal skills, professional demeanor and professional appearance.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nWorking with Orangutans requires a special skill set that includes, but is not limited to:\r\n•	Willingness to develop relationships with Great Apes\r\n•	Demonstrates patience, gentleness, respect, and consistency with animals in their care.\r\n•	Must be able to create or implement behavioral enrichment techniques.\r\n\r\n*Experience or interest in training animals is necessary as this person will be integrated into the training team which is involved with primates. \r\nA Bachelor degree from an accredited college or university in life sciences, zoo keeping, animal psychology or similar, related field is preferred. High School/GED may be accepted provided the candidate has multiple years of directly related work experience with great apes.\r\n\r\n<h6>Compensation and benefits</h6>\r\nPlease include salary requirements. \r\n<h6>Application instructions</h6>\r\nInterested candidates must send cover letter, resume to info@leozoo.org. Faxed, mailed, and delivered resumes will not be considered. PLEASE, NO PHONE CALLS. Interested applicants must be available any of the seven days of the week. \r\n\r\nLEOZCC is an EOE/ Drug Free/Smoke Free Work Environment.\r\n\r\n', 'Great Ape Zookeeper', 0, '', 'publish', 'closed', 'closed', '', 'great-ape-zookeeper', '', '', '2014-03-26 15:48:28', '2014-03-26 20:48:28', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5758', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5759, 0, '2014-03-26 15:48:28', '2014-03-26 20:48:28', '', 'Great Ape Zookeeper', 0, '', 'inherit', 'closed', 'closed', '', '5758-revision-v1', '', '', '2014-03-26 15:48:28', '2014-03-26 20:48:28', '', 5758, 'https://www.aazk.org/5758-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5605, 25759, '2014-02-16 16:39:35', '2014-02-16 21:39:35', '', 'Job Listings Test', 0, '', 'inherit', 'closed', 'closed', '', '5222-autosave-v1', '', '', '2014-02-16 16:39:35', '2014-02-16 21:39:35', '', 5222, 'https://www.aazk.org/5222-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5609, 25759, '2014-02-16 16:50:49', '2014-02-16 21:50:49', '[gravityform id="14" name="Job Submission"]', 'Submit a Job (Members)', 0, '', 'inherit', 'closed', 'closed', '', '4720-revision-v1', '', '', '2014-02-16 16:50:49', '2014-02-16 21:50:49', '', 4720, 'https://www.aazk.org/4720-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5610, 25759, '2014-02-16 16:52:39', '2014-02-16 21:52:39', '[gravityform id="14" name="Job Submission (w/ expiration date)" title="false" description="false"]', 'Submit a Job (Members)', 0, '', 'inherit', 'closed', 'closed', '', '4720-revision-v1', '', '', '2014-02-16 16:52:39', '2014-02-16 21:52:39', '', 4720, 'https://www.aazk.org/4720-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5760, 0, '2014-03-26 15:48:28', '2014-03-26 20:48:28', '<h5>Facility</h5>\r\n<p>LEO Zoological Conservation Center</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nLEO Zoological Conservation Center, is a nonprofit, off-site breeding facility. We are located in Greenwich, CT, just an hour outside of New York City. The facility offers our animals a low impact, stress-free environment and we propagate for accredited zoological institutions.  We are closed to the public but allow a limited number of visits seasonally, split between Special Cause Groups and donors.  www.LEOzoo.org\r\nEssential job functions for this position include the day-to-day management of animals, feeding and providing for the general care and welfare. This position will be assigned to primarily work with our great ape collection. The ideal candidate will have at least 3 years of experience working with great apes. \r\n\r\nWe are seeking a keeper that has experience and working knowledge of great ape ecology and behavior. The selected candidate will be expected to adhere to primate safety policies at all times. Frequent requirements to move moderate to heavy objects and work on uneven terrain with exposure to varying weather conditions, dust and allergens are components of the position. Selected candidate will also be required to move about on slippery surfaces, handle toxic and/or hazardous materials and possible exposure to zoonotic diseases. May work from elevated positions and/or in confined or cramped spaces. The qualified candidate is expected to be a team player and requires excellent interpersonal skills, professional demeanor and professional appearance.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nWorking with Orangutans requires a special skill set that includes, but is not limited to:\r\n•	Willingness to develop relationships with Great Apes\r\n•	Demonstrates patience, gentleness, respect, and consistency with animals in their care.\r\n•	Must be able to create or implement behavioral enrichment techniques.\r\n\r\n*Experience or interest in training animals is necessary as this person will be integrated into the training team which is involved with primates. \r\nA Bachelor degree from an accredited college or university in life sciences, zoo keeping, animal psychology or similar, related field is preferred. High School/GED may be accepted provided the candidate has multiple years of directly related work experience with great apes.\r\n\r\n<h6>Compensation and benefits</h6>\r\nPlease include salary requirements. \r\n<h6>Application instructions</h6>\r\nInterested candidates must send cover letter, resume to info@leozoo.org. Faxed, mailed, and delivered resumes will not be considered. PLEASE, NO PHONE CALLS. Interested applicants must be available any of the seven days of the week. \r\n\r\nLEOZCC is an EOE/ Drug Free/Smoke Free Work Environment.\r\n\r\n', 'Great Ape Zookeeper', 0, '', 'inherit', 'closed', 'closed', '', '5758-revision-v1', '', '', '2014-03-26 15:48:28', '2014-03-26 20:48:28', '', 5758, 'https://www.aazk.org/5758-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5616, 25759, '2014-02-16 22:17:10', '2014-02-17 03:17:10', 'Testing the job posting page using the new meta data for expiration date', 'Job posting test', 0, '', 'private', 'closed', 'closed', '', 'job-posting-test', '', '', '2014-02-16 22:17:10', '2014-02-17 03:17:10', '', 0, 'https://www.aazk.org/?page_id=5616', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5617, 25759, '2014-02-16 22:17:10', '2014-02-17 03:17:10', 'Testing the job posting page using the new meta data for expiration date', 'Job posting test', 0, '', 'inherit', 'closed', 'closed', '', '5616-revision-v1', '', '', '2014-02-16 22:17:10', '2014-02-17 03:17:10', '', 5616, 'https://www.aazk.org/5616-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5761, 3, '2014-03-27 17:48:02', '2014-03-27 22:48:02', '<h5>Facility</h5>\r\n<p>Happy Hollow Park &amp; Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nUnder the general direction of the Zoo Director and Zoo Curator, the Senior Zoo Keeper is responsible for the supervision, training, scheduling, and assignment of Zoo Keepers, Trainees and Volunteers in safely providing a high standard of care for animals in the Happy Hollow Park &amp; Zoo animal collection.  The ideal candidate will possess excellent communication skills (verbal and written) and must have the ability to establish and maintain effective working relationships with other Happy Hollow Park &amp; Zoo staff at all levels. Familiarity with a wide variety of taxa including birds, carnivores, hoofstock, primates and herptiles as well as a background in animal training and enrichment are preferred. \r\n<h6>Education and Pre-requisites</h6>\r\nEducation:  Completion of high school or equivalent General Educational Development (G.E.D) Certificate, or California Proficiency Certificate. \r\n\r\nExperience:  Three years of experience in the care of zoo animals, including one year in a lead or supervisory position. \r\n\r\nLicenses or Certificates:  Possession of a valid State of California driver¿s license may be required \r\n\r\nAcceptable Substitutions:  Course work from an accredited college or university in Biology, Zoology, Zoo Keeping, Animal Training and Management or closely related field can substitute for two years of the required experience on a year-for-year basis. \r\n<h6>Compensation and benefits</h6>\r\nJob Title:  Senr Zoo Keeper\r\nJob ID:  4072\r\nSalary Min:  $41142.40\r\nSalary Max:  $49982.40\r\nFull-Time with benefits\r\nClose Date:\r\n04/09/2014\r\n<h6>Application instructions</h6>\r\nFor a complete description of this position as well as application instructions and the ability to apply online, please visit: https://cityjobs.sanjoseca.gov/psc/prod/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL\r\n', 'Senior Zoo Keeper FT', 0, '', 'publish', 'closed', 'closed', '', 'senior-zoo-keeper-ft', '', '', '2014-03-27 17:48:02', '2014-03-27 22:48:02', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5761', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5762, 0, '2014-03-27 17:48:02', '2014-03-27 22:48:02', '', 'Senior Zoo Keeper FT', 0, '', 'inherit', 'closed', 'closed', '', '5761-revision-v1', '', '', '2014-03-27 17:48:02', '2014-03-27 22:48:02', '', 5761, 'https://www.aazk.org/5761-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5757, 0, '2014-03-26 14:46:28', '2014-03-26 19:46:28', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is looking for 10 new Camp Zoo Instructors for our fun and educational summer camp programs. Instructors present interpretive education programs about the natural world to groups of Zoo guests. Camp Zoo is geared towards children ages 5-14; Instructors provide supervision and implement summer camp curricula.  We are looking for people who genuinely love kids and helping them make connections to each other, animals, and nature; will help provide amazing experiences for all campers; have a love of animals and conservation; are leaders; love having fun; bring energy to their job every day and enjoy being a part of a diverse and dedicated team.    \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Camp Zoo has been operating since 1965, just 3 years after the zoo opened. Come be a part of our ever expanding summer camp program, providing over 1000 children with the opportunity to get outside, be active and exploring nature, and connecting with the natural world in new and fascinating ways.  \r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include strong communication and public speaking skills, ability to work a flexible schedule, and strong interpersonal and teamwork skills.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require a TB test and a valid driver’s license with a clean MVR for operation of Zoo vehicles.  \r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://www.applitrack.com/phoenixzoo/onlineapp/default.aspx?internal=internal&amp;district=&amp;AppliTrackJobId=637&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1\r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Camp Zoo Instructor', 0, '', 'inherit', 'closed', 'closed', '', '5755-revision-v1', '', '', '2014-03-26 14:46:28', '2014-03-26 19:46:28', '', 5755, 'https://www.aazk.org/5755-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5592, 3, '2014-02-14 16:06:09', '2014-02-14 21:06:09', '<h5>Facility</h5>\r\n<p>California Science Center Foundation</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Aquarist, with the support and assistance of the Senior Aquarist, is responsible for providing proper husbandry for aquatic animals, including daily observations of dietary and behavioral habits, performing exhibit and system maintenance tasks, and maintaining an inventory of assigned aquatic collections.\r\n\r\n•Work collaboratively with Husbandry team on best practices based on industry standards to fulfill these major job responsibilities.\r\n•Responsible for the daily care and husbandry of aquatic collections which may include marine fish, freshwater fish, and invertebrates. \r\n•Daily duties include but are not limited to: cleaning animal areas, diving tanks, prepping and feeding food, treating any injured/diseased individuals as necessary, working on the collecting vessel, and completing all necessary records and paperwork thoroughly. \r\n•Maintains the highest level of cleanliness of exhibits by following a regular maintenance schedule which includes but is not limited to: gravel cleaning, acrylic cleaning, water changes, filter changes, and system wipe downs. \r\n•Ensures the work space, tools, and equipment are clean, organized, and functioning properly. \r\n•May under the direction of the Husbandry Supervisor/Vet Staff/Dive Staff and other staff: identify, collect, and safely transport specimens to facility.\r\n•Responsible for the care of all living collections in any and all emergency conditions.\r\n•Completes all necessary record keeping requirements, follows department protocols, and completes procedural tasks with a high level of skill.  \r\n•Adheres to Federal, State, and Local agency laws, regulations, codes, and ordinances, as well as AZA guidelines. \r\n•May assist with acquiring specimens through organization of trades/loans/purchases with other zoological institutions, suppliers. \r\n•May assist with procurement of supplies and equipment. \r\n•May assist in the advancement and implementation of exhibit goals by contributing to the design and management of the exhibit development. \r\n•Must work independently as well as collaboratively with a team on daily routines and special projects. \r\n•Contributes to the mission of the California Science Center by stimulating curiosity and inspiring science learning in everyone by creating fun, memorable experiences. \r\n•Performs other duties as required.\r\n<h6>Education and Pre-requisites</h6>\r\n•Bachelor’s degree in Biology, Fisheries, Zoology or related field required or equivalent experience. \r\n•Experience providing daily husbandry to aquatic animals, preferably at an AZA-accredited institution. \r\n•Knowledge of nutrition, disease, and identification of fish and invertebrates. Specific knowledge of temperate Pacific and tropical ecosystems highly desirable.  \r\n•Knowledge of water quality as it relates to the health and husbandry of aquatic species. \r\n•Must be able to swim and pass swim assessment.  \r\n•Rescue Diver certification required; AAUS Scientific Diver status preferred.  \r\n•Experience collecting animals and a history of diving in tanks and open ocean is desired. \r\n•Ability to perform and be certified in CPR/AED/O2. \r\n•Ability to lift and carry 50 pounds, kneel, bend, crouch, squat, and stand for extended periods of time. \r\n•Ability to work in wet conditions, indoors and out, as well as in inclement weather.\r\n•Knowledge of safe animal handling practices and maintaining a safe working environment. \r\n•Knowledge of modern principles and practices in a public aquarium setting is highly desirable.\r\n•Ability to work with hand tools, power tools, and heavy machinery if necessary. \r\n•Strong computer (MS Office programs such as Excel, Word, and Outlook) and organizational skills and ability to learn and work with custom record-keeping software (Tracks).  Existing experience with Tracks record-keeping system highly desirable. \r\n•Strong written and verbal communication skills.   \r\n•Ability to work a flexible schedule which includes weekends and holidays as required.\r\n<h6>Compensation and benefits</h6>\r\n$16.50 - $19.50 per hour.\r\nMedical, Dental, Vision, Life Insurance, and Retirement benefits.\r\n<h6>Application instructions</h6>\r\nSend Cover Letter, Resume and Salary History (A Must) to the HR Dept. via fax at 213-744-2673, email to HR@cscmail.org, or mail to the California Science Center Foundation, H. R. Dept, 700 Exposition Park Dr., Los Angeles, CA 90037. No phone calls please. EOE.\r\n', 'Aquarist, Full Time', 0, '', 'publish', 'closed', 'closed', '', 'aquarist-full-time', '', '', '2014-02-14 16:06:09', '2014-02-14 21:06:09', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5592', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5593, 0, '2014-02-14 16:06:09', '2014-02-14 21:06:09', '', 'Aquarist, Full Time', 0, '', 'inherit', 'closed', 'closed', '', '5592-revision-v1', '', '', '2014-02-14 16:06:09', '2014-02-14 21:06:09', '', 5592, 'https://www.aazk.org/5592-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5594, 0, '2014-02-14 16:06:09', '2014-02-14 21:06:09', '<h5>Facility</h5>\r\n<p>California Science Center Foundation</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Aquarist, with the support and assistance of the Senior Aquarist, is responsible for providing proper husbandry for aquatic animals, including daily observations of dietary and behavioral habits, performing exhibit and system maintenance tasks, and maintaining an inventory of assigned aquatic collections.\r\n\r\n•Work collaboratively with Husbandry team on best practices based on industry standards to fulfill these major job responsibilities.\r\n•Responsible for the daily care and husbandry of aquatic collections which may include marine fish, freshwater fish, and invertebrates. \r\n•Daily duties include but are not limited to: cleaning animal areas, diving tanks, prepping and feeding food, treating any injured/diseased individuals as necessary, working on the collecting vessel, and completing all necessary records and paperwork thoroughly. \r\n•Maintains the highest level of cleanliness of exhibits by following a regular maintenance schedule which includes but is not limited to: gravel cleaning, acrylic cleaning, water changes, filter changes, and system wipe downs. \r\n•Ensures the work space, tools, and equipment are clean, organized, and functioning properly. \r\n•May under the direction of the Husbandry Supervisor/Vet Staff/Dive Staff and other staff: identify, collect, and safely transport specimens to facility.\r\n•Responsible for the care of all living collections in any and all emergency conditions.\r\n•Completes all necessary record keeping requirements, follows department protocols, and completes procedural tasks with a high level of skill.  \r\n•Adheres to Federal, State, and Local agency laws, regulations, codes, and ordinances, as well as AZA guidelines. \r\n•May assist with acquiring specimens through organization of trades/loans/purchases with other zoological institutions, suppliers. \r\n•May assist with procurement of supplies and equipment. \r\n•May assist in the advancement and implementation of exhibit goals by contributing to the design and management of the exhibit development. \r\n•Must work independently as well as collaboratively with a team on daily routines and special projects. \r\n•Contributes to the mission of the California Science Center by stimulating curiosity and inspiring science learning in everyone by creating fun, memorable experiences. \r\n•Performs other duties as required.\r\n<h6>Education and Pre-requisites</h6>\r\n•Bachelor’s degree in Biology, Fisheries, Zoology or related field required or equivalent experience. \r\n•Experience providing daily husbandry to aquatic animals, preferably at an AZA-accredited institution. \r\n•Knowledge of nutrition, disease, and identification of fish and invertebrates. Specific knowledge of temperate Pacific and tropical ecosystems highly desirable.  \r\n•Knowledge of water quality as it relates to the health and husbandry of aquatic species. \r\n•Must be able to swim and pass swim assessment.  \r\n•Rescue Diver certification required; AAUS Scientific Diver status preferred.  \r\n•Experience collecting animals and a history of diving in tanks and open ocean is desired. \r\n•Ability to perform and be certified in CPR/AED/O2. \r\n•Ability to lift and carry 50 pounds, kneel, bend, crouch, squat, and stand for extended periods of time. \r\n•Ability to work in wet conditions, indoors and out, as well as in inclement weather.\r\n•Knowledge of safe animal handling practices and maintaining a safe working environment. \r\n•Knowledge of modern principles and practices in a public aquarium setting is highly desirable.\r\n•Ability to work with hand tools, power tools, and heavy machinery if necessary. \r\n•Strong computer (MS Office programs such as Excel, Word, and Outlook) and organizational skills and ability to learn and work with custom record-keeping software (Tracks).  Existing experience with Tracks record-keeping system highly desirable. \r\n•Strong written and verbal communication skills.   \r\n•Ability to work a flexible schedule which includes weekends and holidays as required.\r\n<h6>Compensation and benefits</h6>\r\n$16.50 - $19.50 per hour.\r\nMedical, Dental, Vision, Life Insurance, and Retirement benefits.\r\n<h6>Application instructions</h6>\r\nSend Cover Letter, Resume and Salary History (A Must) to the HR Dept. via fax at 213-744-2673, email to HR@cscmail.org, or mail to the California Science Center Foundation, H. R. Dept, 700 Exposition Park Dr., Los Angeles, CA 90037. No phone calls please. EOE.\r\n', 'Aquarist, Full Time', 0, '', 'inherit', 'closed', 'closed', '', '5592-revision-v1', '', '', '2014-02-14 16:06:09', '2014-02-14 21:06:09', '', 5592, 'https://www.aazk.org/5592-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5651, 3, '2014-02-24 10:38:23', '2014-02-24 15:38:23', '<h5>Facility</h5>\r\n<p>North Carolina Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe North Carolina Zoo is looking for a dynamic, team-oriented leader that shares the Zoo\'s vision for a world famous elephant breeding program. This supervisory position involves the management of the African elephant breeding program for the North Carolina Zoo’s Watani Grassland Reserve exhibit. The program includes a state-of-the-art elephant barn, off-exhibit holding yards and two adjacent 3.5-acre natural habitat exhibits. The collection includes seven elephants, including two adult bulls. The incumbent will supervise a team of seven keepers and an occasional intern from a local community college’s zoo science program. The incumbent is expected to network with peers and other related facilities to stay abreast of the latest trends and methods, in order to constantly improve section programming.\r\n\r\n \r\n\r\nThe main focus of this job will be elephant management, including husbandry, training, natural breeding, artificial insemination, calf management, environmental enrichment and behavioral management. Under the direction of the Curator of Mammals and in conjunction with the Elephant Management Team, the incumbent will be responsible for developing, implementing, and communicating with others a comprehensive, written Positive Reinforcement Protected (Restricted) Contact elephant management system designed to meet program goals. (Protected Contact is a system for managing elephants that uses positive reinforcement training as the primary method to modify behavior. Directing the positioning and movement of the elephant is achieved through the use of targets. Keeper safety is achieved by elephant and keeper positioning relative to each other and to a barrier, which typically separates human and animal spaces.) \r\n\r\n \r\n\r\nOther duties also include:\r\n\r\nKey communications link between work unit staff and Curator/Vets/other Sections for information exchange \r\nDirect management and supervision of work unit staff including hiring, scheduling, work plan development, employee evaluation, and staff training \r\nResource management including preparing budget requests, tracking expenditures, ordering equipment and supplies \r\nIdentifying facilities maintenance and repair issues  \r\nSupervising the treatment of animals as directed \r\nAssisting keepers when needed with heavy lifting of hay, grain, manure, substrates, etc.; heavy duty cleaning and scrubbing is a routine occurrence. \r\nSystematic observation of animal health and behavior. Training and maintenance of husbandry behaviors, applying principles of operant conditioning, to gain cooperation of the elephants in their own care. \r\nEstablishing procedures/guidelines for staff \r\nDevelopment and implementation of behavioral enrichment programs to elicit species-typical behaviors in a captive environment. \r\nThorough and accurate written records and computer spreadsheets. \r\nLeading team problem solving and decision making processes. \r\nParticipates in and implements NC Zoowide programs, to include: behavioral management, enrichment and Environmental Management System (EMS) programs. \r\nRequired to participate in the zoo\'s occupational health program due to potential exposure to zoonosis. \r\nPosition has rotating schedule that involves working holidays and weekends and involves both indoor/outdoor work. \r\nParticipates on the zoo’s weapons team \r\nOther duties as assigned\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nKNOWLEDGE, SKILLS AND ABILITIES / COMPETENCIES:\r\n \r\nApplicants must document on the application their knowledge skills and abilities as well as all related work experience to the position for which they apply. \r\n\r\n \r\n\r\nMust have extensive working knowledge of animal husbandry of elephants, gained from working at a zoo or related facility, to include:\r\n·         Elephant biology, including natural history, anatomy, physiology, ecology, and behavior\r\n\r\n·         Animal training theory and terminology \r\n\r\n·         Animal feeding strategies and species-specific nutrition \r\n\r\n·         Safety and safe practices around dangerous animals \r\n\r\n·         Captive elephant husbandry, including all or some of the following: \r\n\r\n \r\n\r\nMust have demonstrated leadership and supervisory skills in guiding, planning, organizing and setting priorities for routine and non-routine daily tasks to manage day to day activities of the work team. \r\nMust have good interpersonal relations/teamwork skills. \r\nExperience with Microsoft Office, primarily Excel and Word programs, to effectively create and manage extensive written records. \r\nMust have good physical agility, strength, vision &amp; hearing, and the ability to perform strenuous physical work in extremes of weather and challenging physical environments, e.g. outdoor animal enclosures. Specifically, this means the ability to lift 50 pounds, walk, stand, see animals &amp; exhibits for observation and safety as well as hear animal\'s sounds, radio communication and emergency situations.\r\n \r\n \r\n \r\nMINIMUM EDUCATION AND EXPERIENCE REQUIREMENTS: \r\n \r\nGraduation from a two-year technical or community college with a degree in zoo animal technology or other related curriculum and four years of animal care experience in a zoo or related facility; or an equivalent combination of education and experience. All degrees must be from appropriately accredited institutions. \r\n \r\n\r\n<h6>Compensation and benefits</h6>\r\nSALARY RANGE: \r\n $33,190.00 - $52,063.00 Annually\r\n  \r\nSALARY GRADE / SALARY GRADE EQUIVALENT: 66 \r\n\r\nFor benefits, please see: www.oshr.nc.gov/State%20Employee%20Handbook%202012.pdf\r\n \r\n\r\n<h6>Application instructions</h6>\r\nAll relevant experience must be included on application to receive proper credit.  Resumes are not accepted in lieu of state application.\r\nSEE ATTACHED RESUME WILL RESULT IN AN INCOMPLETE APPLICATION. \r\nTo receive credit, all experience must be included in the work history sections.  Any information omitted from the application but included in the resume will not be considered for qualifying credit.\r\n\r\nPlease upload copy of college transcript (if applicable) or submit to address noted below by 5:00 p.m. on closing date to be considered.   \r\nPersons eligible for veteran preference must submit a copy of Form DD-214.  \r\nDENR uses the Merit-Based Recruitment and Selection Plan to fill positions subject to the State Personnel Act with the most qualified applicants. When a salary range is posted, the actual salary will be based on relevant competencies, knowledge, skills and abilities, internal equity and budgetary considerations pertinent to the advertised position. The State of North Carolina is an Equal Opportunity Employer.  \r\nFor additional information, please contact: \r\nNC Zoo \r\nHR Department \r\n336-879-7310 \r\n\r\nPlease visit our website at www.nczoo.org for additional information regarding our facility. \r\n', 'Elephant Manager', 0, '', 'publish', 'closed', 'closed', '', 'elephant-manager', '', '', '2014-02-24 10:38:23', '2014-02-24 15:38:23', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5651', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5289, 25759, '2014-01-15 14:30:29', '2014-01-15 19:30:29', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '5289', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 0, 'https://www.aazk.org/?p=5289', 11, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5293, 25759, '2014-01-15 15:49:58', '2014-01-15 20:49:58', '&nbsp;\r\n<p align="center"><b style="line-height: 1.5em;"><span style="text-decoration: underline;">BFR EVENT FACILITY PLANNING</span></b></p>\r\n <b>Set a Date - </b>Early so that it can be advertised in as many newsletters, fliers as possible. Info should be placed in <b>zoo newsletters</b> (at least 4 times)<b>, facility volunteer newsletters</b>, <b>Society communications</b>, <b>facility maps or advertisement fliers.</b>\r\n\r\n<b>Chamber of Commerce</b> – Check with Chamber (or other Community Association) prior to setting date to find out events that could conflict. Once you choose the date, inform your Chamber of Commerce and ask to be placed on their Calendar of Events.\r\n\r\n<b>Facility Management</b> – Set up a meeting with your facility director and/or management. AAZK has a Memorandum of Agreement with  AZA that pledges to assist AAZK’s BFR event through AZA IM resources such as Public Relations (PR) Graphics Departments.  Most AAZK BFR events are recognized by AZA Facilities as part of their annual 3% Conservation contribution\r\n\r\n<b>Volunteer Coordinator – </b>Set up a meeting with the Coordinator. Talk to your zoo volunteers at an organized luncheon to let them know they can join the event or sponsor someone (have your forms ready) or work at the event.\r\n\r\n<b>Society Director –</b> Set up a meeting with the Director or Coordinator of the entity that supports your facility.  Promoting the BFR event, promotes the facilities involved.\r\n<p style="text-align: center;"> <b><span style="text-decoration: underline;">BFR EVENT PRE-PLANNING</span></b></p>\r\n <b>Collect door prizes</b>. Seek the big airline prizes 4-6 months in advance (write thank you notes – helps build a base for next year!) Hint: Restaurants are easy to get prizes from. <b>Visit a potential donor in person, with formal letter of donation request.  </b>The letter should detail the successful history of the event on the local and national levels.\r\n\r\n<b>Fliers </b>- Put registration fliers in an area where volunteers may see them-in their “check –in” area. Have fliers that you can hand out so they can be completed later.\r\n\r\n<b>Invite Bowlers from Previous Events</b> (addresses listed on sponsor forms from prior year)\r\n\r\n<b>Blue Rhino Gas</b> (Ferrell Gas) - is the primary event sponsor and should be included in all local events. (They may even underwrite your event!)\r\n\r\n<b>Rhino Linings – </b>After asking Blue Rhino, try to get a commitment from these folks in your area to join your event, If Blue Rhino cannot commit Rhino Linings may be an event sponsor.\r\n\r\n<b>BFR is Open to the public </b>– Make sure this fact is well advertised.\r\n\r\n<b>Invite Boy Scouts or Girl Scout troops</b> to join your event.\r\n\r\n<b>Create a T-shirt</b> – Look for sponsors for the event shirt\r\n\r\n<b>A Day off Work</b>? - See if your zoo will offer a day off work for the team who raises the most $ (ex. Graphics team, Maint. Team, etc)\r\n\r\n<strong>Marketing and Promotion</strong> – Your facility may have contacts or staff can lend a hand – hey, these people do this for a living! Seek help to get the word out.\r\n\r\n<b>Prizes </b>- It pays to advertise.  Once you have a list of Door prizes or other giveaways, raffle prizes, etc.  Publicize the list to attract bowlers and sell raffle tickets.\r\n\r\n<b>Invite Celebrities </b>to bowl at your event (especially TV/radio- free advertising!).\r\n\r\n<b>Advertising - </b>Get permission from your Facility to<b> </b>post info next to <b>rhino/elephant exhibits</b> about your upcoming event and how to join!\r\n\r\n<b>Trip Winner </b>– The person that raises the most money, wins a trip.  Don’t be shy, let your potential donors know this fact.\r\n\r\n<b>Friends and Family </b>– The most important donors of all, and usually, the softest touches!\r\n\r\nSee <b><a href="http://aazkbfr.org/">http://aazkbfr.org</a> or <a href="http://aecetia.net/gws/aazk/">http://aecetia.net/gws/aazk</a></b>\r\n<p style="text-align: center;"> <strong><span style="text-decoration: underline;">AAZK EVENT AND CONTACT  INFORMATION</span></strong></p>\r\n\r\n<ul>\r\n	<li style="display: inline !important;"><b>EACH YEAR SEND INFO TO PATTY: </b>Please send your BFR contact person’s name &amp; contact info (email/phone) &amp; your chapter’s website/facebook info+ your event date info ASAP<b>.</b></li>\r\n</ul>\r\nThere is a <b>$25 administrative fee for BFR</b> events. This allows AAZK to send 100% of donations to conservation rather than taking some for Administrative costs. Please make checks payable to:\r\n<p style="text-align: center;">AAZK</p>\r\n<p style="text-align: center;">Patty Pearthree</p>\r\n<p style="text-align: center;">318 Montibello Dr.</p>\r\n<p style="text-align: center;">Cary, NC 27513</p>\r\nwrite in memo “BFR Admin Fee”\r\n\r\nIf your chapter would like a “Lewa Promo” DVD free of charge or other Lewa info, please contact Ginger Thomson: gingeratlewa.org or 415-990-3311.\r\n\r\nIf your chapter would like Rhino info, flyers,etc. for events, contact Bill Konstant/IRF: <a href="mailto:b.konstant@rhinos.org">b.konstantatrhinos.org</a>.\r\n\r\nFor additional BFR Event information<b> </b>or assistance<b> - Contact Patty Pearthree, AAZK BFR Coordinator: ppear3atgmail.com  or 919-678-0449.</b>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BFRTipsForSuccess.doc"> </a>', 'BFR Tips for Success', 0, '', 'inherit', 'closed', 'closed', '', '5265-revision-v1', '', '', '2014-01-15 15:49:58', '2014-01-15 20:49:58', '', 5265, 'https://www.aazk.org/5265-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5290, 25759, '2014-01-15 14:32:30', '2014-01-15 19:32:30', ' ', '', 0, '', 'publish', 'closed', 'closed', '', '5290', '', '', '2014-01-15 14:32:30', '2014-01-15 19:32:30', '', 0, 'https://www.aazk.org/?p=5290', 6, 'nav_menu_item', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5291, 25759, '2014-01-15 16:01:01', '2014-01-15 21:01:01', '&nbsp;\n<p align="center"><b style="line-height: 1.5em;"><span style="text-decoration: underline;">BFR EVENT FACILITY PLANNING</span></b></p>\n <b>Set a Date - </b>Early so that it can be advertised in as many newsletters, fliers as possible. Info should be placed in <b>zoo newsletters</b> (at least 4 times)<b>, facility volunteer newsletters</b>, <b>Society communications</b>, <b>facility maps or advertisement fliers.</b>\n\n<b>Chamber of Commerce</b> – Check with Chamber (or other Community Association) prior to setting date to find out events that could conflict. Once you choose the date, inform your Chamber of Commerce and ask to be placed on their Calendar of Events.\n\n<b>Facility Management</b> – Set up a meeting with your facility director and/or management. AAZK has a Memorandum of Agreement with  AZA that pledges to assist AAZK’s BFR event through AZA IM resources such as Public Relations (PR) Graphics Departments.  Most AAZK BFR events are recognized by AZA Facilities as part of their annual 3% Conservation contribution\n\n<b>Volunteer Coordinator – </b>Set up a meeting with the Coordinator. Talk to your zoo volunteers at an organized luncheon to let them know they can join the event or sponsor someone (have your forms ready) or work at the event.\n\n<b>Society Director –</b> Set up a meeting with the Director or Coordinator of the entity that supports your facility.  Promoting the BFR event, promotes the facilities involved.\n<p style="text-align: center;"> <b><span style="text-decoration: underline;">BFR EVENT PRE-PLANNING</span></b></p>\n <b>Collect door prizes</b>. Seek the big airline prizes 4-6 months in advance (write thank you notes – helps build a base for next year!) Hint: Restaurants are easy to get prizes from. <b>Visit a potential donor in person, with formal letter of donation request.  </b>The letter should detail the successful history of the event on the local and national levels.\n\n<b>Fliers </b>- Put registration fliers in an area where volunteers may see them-in their “check –in” area. Have fliers that you can hand out so they can be completed later.\n\n<b>Invite Bowlers from Previous Events</b> (addresses listed on sponsor forms from prior year)\n\n<b>Blue Rhino Gas</b> (Ferrell Gas) - is the primary event sponsor and should be included in all local events. (They may even underwrite your event!)\n\n<b>Rhino Linings – </b>After asking Blue Rhino, try to get a commitment from these folks in your area to join your event, If Blue Rhino cannot commit Rhino Linings may be an event sponsor.\n\n<b>BFR is Open to the public </b>– Make sure this fact is well advertised.\n\n<b>Invite Boy Scouts or Girl Scout troops</b> to join your event.\n\n<b>Create a T-shirt</b> – Look for sponsors for the event shirt\n\n<b>A Day off Work</b>? - See if your zoo will offer a day off work for the team who raises the most $ (ex. Graphics team, Maint. Team, etc)\n\n<strong>Marketing and Promotion</strong> – Your facility may have contacts or staff can lend a hand – hey, these people do this for a living! Seek help to get the word out.\n\n<b>Prizes </b>- It pays to advertise.  Once you have a list of Door prizes or other giveaways, raffle prizes, etc.  Publicize the list to attract bowlers and sell raffle tickets.\n\n<b>Invite Celebrities </b>to bowl at your event (especially TV/radio- free advertising!).\n\n<b>Advertising - </b>Get permission from your Facility to<b> </b>post info next to <b>rhino/elephant exhibits</b> about your upcoming event and how to join!\n\n<b>Trip Winner </b>– The person that raises the most money, wins a trip.  Don’t be shy, let your potential donors know this fact.\n\n<b>Friends and Family </b>– The most important donors of all, and usually, the softest touches!\n\nSee <b><a href="http://aazkbfr.org/">http://aazkbfr.org</a> or <a href="http://aecetia.net/gws/aazk/">http://aecetia.net/gws/aazk</a></b>\n<p style="text-align: center;"> <strong><span style="text-decoration: underline;">AAZK EVENT AND CONTACT  INFORMATION</span></strong></p>\n<p style="text-align: left;"><strong></strong><b>EACH YEAR SEND INFO TO PATTY: </b>Please send your BFR contact person’s name &amp; contact info (email/phone) &amp; your chapter’s website/facebook info+ your event date info ASAP<b>.</b></p>\nThere is a <b>$25 administrative fee for BFR</b> events. This allows AAZK to send 100% of donations to conservation rather than taking a portion of funds for Administrative costs. Please make checks payable to <strong>AAZK </strong>and mail to:\n<p style="text-align: center;">Patty Pearthree</p>\n<p style="text-align: center;">318 Montibello Dr.</p>\n<p style="text-align: center;">Cary, NC 27513</p>\nwrite in memo “BFR Admin Fee”\n\nIf your chapter would like a “Lewa Promo” DVD free of charge or other Lewa info, please contact Ginger Thomson: gingeratlewa.org or 415-990-3311.\n\nIf your chapter would like Rhino info, flyers,etc. for events, contact Bill Konstant/IRF: <a href="mailto:b.konstant@rhinos.org">b.konstantatrhinos.org</a>.\n\nFor additional BFR Event information<b> </b>or assistance<b> - Contact Patty Pearthree, AAZK BFR Coordinator: ppear3atgmail.com  or 919-678-0449.</b>\n\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BFRTipsForSuccess.doc"> </a>', 'BFR Tips for Success', 0, '', 'inherit', 'closed', 'closed', '', '5265-autosave-v1', '', '', '2014-01-15 16:01:01', '2014-01-15 21:01:01', '', 5265, 'https://www.aazk.org/5265-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5292, 25759, '2014-01-15 15:07:37', '2014-01-15 20:07:37', '[membership level="-0"]\r\nIt costs $50 USD to post a job for 60 days. Institutional Members can post jobs for free. <a href="http://www.aecetia.net/gws/aazk/membership-account/">Sign up here.</a>\r\n[gravityform id="12" name="Job Submission"]\r\n[/membership]\r\n[membership level="1,2,3,4,5,6,7,8,9,10,12,14,15,16,17,18"]\r\nIt costs $50 USD to post a job for 60 days. Institutional Members can post jobs for free. <a href="http://www.aecetia.net/gws/aazk/membership-account/membership-levels/">Upgrade your account here.</a>\r\n[gravityform id="12" name="Job Submission (paid w/ expiration date)" title="false" description="false"]\r\n[/membership]\r\n[membership level="11,13"]\r\nYou are currently logged in with an Institutional Membership. You should use the <a title="Submit a Job" href="http://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/">Member Create a Job</a> page to submit jobs.\r\n[/membership]', 'Submit a Job', 0, '', 'inherit', 'closed', 'closed', '', '3172-revision-v1', '', '', '2014-01-15 15:07:37', '2014-01-15 20:07:37', '', 3172, 'https://www.aazk.org/3172-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5294, 25759, '2014-01-15 15:59:11', '2014-01-15 20:59:11', '&nbsp;\r\n<p align="center"><b style="line-height: 1.5em;"><span style="text-decoration: underline;">BFR EVENT FACILITY PLANNING</span></b></p>\r\n <b>Set a Date - </b>Early so that it can be advertised in as many newsletters, fliers as possible. Info should be placed in <b>zoo newsletters</b> (at least 4 times)<b>, facility volunteer newsletters</b>, <b>Society communications</b>, <b>facility maps or advertisement fliers.</b>\r\n\r\n<b>Chamber of Commerce</b> – Check with Chamber (or other Community Association) prior to setting date to find out events that could conflict. Once you choose the date, inform your Chamber of Commerce and ask to be placed on their Calendar of Events.\r\n\r\n<b>Facility Management</b> – Set up a meeting with your facility director and/or management. AAZK has a Memorandum of Agreement with  AZA that pledges to assist AAZK’s BFR event through AZA IM resources such as Public Relations (PR) Graphics Departments.  Most AAZK BFR events are recognized by AZA Facilities as part of their annual 3% Conservation contribution\r\n\r\n<b>Volunteer Coordinator – </b>Set up a meeting with the Coordinator. Talk to your zoo volunteers at an organized luncheon to let them know they can join the event or sponsor someone (have your forms ready) or work at the event.\r\n\r\n<b>Society Director –</b> Set up a meeting with the Director or Coordinator of the entity that supports your facility.  Promoting the BFR event, promotes the facilities involved.\r\n<p style="text-align: center;"> <b><span style="text-decoration: underline;">BFR EVENT PRE-PLANNING</span></b></p>\r\n <b>Collect door prizes</b>. Seek the big airline prizes 4-6 months in advance (write thank you notes – helps build a base for next year!) Hint: Restaurants are easy to get prizes from. <b>Visit a potential donor in person, with formal letter of donation request.  </b>The letter should detail the successful history of the event on the local and national levels.\r\n\r\n<b>Fliers </b>- Put registration fliers in an area where volunteers may see them-in their “check –in” area. Have fliers that you can hand out so they can be completed later.\r\n\r\n<b>Invite Bowlers from Previous Events</b> (addresses listed on sponsor forms from prior year)\r\n\r\n<b>Blue Rhino Gas</b> (Ferrell Gas) - is the primary event sponsor and should be included in all local events. (They may even underwrite your event!)\r\n\r\n<b>Rhino Linings – </b>After asking Blue Rhino, try to get a commitment from these folks in your area to join your event, If Blue Rhino cannot commit Rhino Linings may be an event sponsor.\r\n\r\n<b>BFR is Open to the public </b>– Make sure this fact is well advertised.\r\n\r\n<b>Invite Boy Scouts or Girl Scout troops</b> to join your event.\r\n\r\n<b>Create a T-shirt</b> – Look for sponsors for the event shirt\r\n\r\n<b>A Day off Work</b>? - See if your zoo will offer a day off work for the team who raises the most $ (ex. Graphics team, Maint. Team, etc)\r\n\r\n<strong>Marketing and Promotion</strong> – Your facility may have contacts or staff can lend a hand – hey, these people do this for a living! Seek help to get the word out.\r\n\r\n<b>Prizes </b>- It pays to advertise.  Once you have a list of Door prizes or other giveaways, raffle prizes, etc.  Publicize the list to attract bowlers and sell raffle tickets.\r\n\r\n<b>Invite Celebrities </b>to bowl at your event (especially TV/radio- free advertising!).\r\n\r\n<b>Advertising - </b>Get permission from your Facility to<b> </b>post info next to <b>rhino/elephant exhibits</b> about your upcoming event and how to join!\r\n\r\n<b>Trip Winner </b>– The person that raises the most money, wins a trip.  Don’t be shy, let your potential donors know this fact.\r\n\r\n<b>Friends and Family </b>– The most important donors of all, and usually, the softest touches!\r\n\r\nSee <b><a href="http://aazkbfr.org/">http://aazkbfr.org</a> or <a href="http://aecetia.net/gws/aazk/">http://aecetia.net/gws/aazk</a></b>\r\n<p style="text-align: center;"> <strong><span style="text-decoration: underline;">AAZK EVENT AND CONTACT  INFORMATION</span></strong></p>\r\n<p style="text-align: left;"><strong></strong><b>EACH YEAR SEND INFO TO PATTY: </b>Please send your BFR contact person’s name &amp; contact info (email/phone) &amp; your chapter’s website/facebook info+ your event date info ASAP<b>.</b></p>\r\nThere is a <b>$25 administrative fee for BFR</b> events. This allows AAZK to send 100% of donations to conservation rather than taking some for Administrative costs. Please make checks payable to:\r\n<p style="text-align: center;">AAZK</p>\r\n<p style="text-align: center;">Patty Pearthree</p>\r\n<p style="text-align: center;">318 Montibello Dr.</p>\r\n<p style="text-align: center;">Cary, NC 27513</p>\r\nwrite in memo “BFR Admin Fee”\r\n\r\nIf your chapter would like a “Lewa Promo” DVD free of charge or other Lewa info, please contact Ginger Thomson: gingeratlewa.org or 415-990-3311.\r\n\r\nIf your chapter would like Rhino info, flyers,etc. for events, contact Bill Konstant/IRF: <a href="mailto:b.konstant@rhinos.org">b.konstantatrhinos.org</a>.\r\n\r\nFor additional BFR Event information<b> </b>or assistance<b> - Contact Patty Pearthree, AAZK BFR Coordinator: ppear3atgmail.com  or 919-678-0449.</b>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BFRTipsForSuccess.doc"> </a>', 'BFR Tips for Success', 0, '', 'inherit', 'closed', 'closed', '', '5265-revision-v1', '', '', '2014-01-15 15:59:11', '2014-01-15 20:59:11', '', 5265, 'https://www.aazk.org/5265-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5295, 25759, '2014-01-15 16:01:42', '2014-01-15 21:01:42', '&nbsp;\r\n<p align="center"><b style="line-height: 1.5em;"><span style="text-decoration: underline;">BFR EVENT FACILITY PLANNING</span></b></p>\r\n <b>Set a Date - </b>Early so that it can be advertised in as many newsletters, fliers as possible. Info should be placed in <b>zoo newsletters</b> (at least 4 times)<b>, facility volunteer newsletters</b>, <b>Society communications</b>, <b>facility maps or advertisement fliers.</b>\r\n\r\n<b>Chamber of Commerce</b> – Check with Chamber (or other Community Association) prior to setting date to find out events that could conflict. Once you choose the date, inform your Chamber of Commerce and ask to be placed on their Calendar of Events.\r\n\r\n<b>Facility Management</b> – Set up a meeting with your facility director and/or management. AAZK has a Memorandum of Agreement with  AZA that pledges to assist AAZK’s BFR event through AZA IM resources such as Public Relations (PR) Graphics Departments.  Most AAZK BFR events are recognized by AZA Facilities as part of their annual 3% Conservation contribution\r\n\r\n<b>Volunteer Coordinator – </b>Set up a meeting with the Coordinator. Talk to your zoo volunteers at an organized luncheon to let them know they can join the event or sponsor someone (have your forms ready) or work at the event.\r\n\r\n<b>Society Director –</b> Set up a meeting with the Director or Coordinator of the entity that supports your facility.  Promoting the BFR event, promotes the facilities involved.\r\n<p style="text-align: center;"> <b><span style="text-decoration: underline;">BFR EVENT PRE-PLANNING</span></b></p>\r\n <b>Collect door prizes</b>. Seek the big airline prizes 4-6 months in advance (write thank you notes – helps build a base for next year!) Hint: Restaurants are easy to get prizes from. <b>Visit a potential donor in person, with formal letter of donation request.  </b>The letter should detail the successful history of the event on the local and national levels.\r\n\r\n<b>Fliers </b>- Put registration fliers in an area where volunteers may see them-in their “check –in” area. Have fliers that you can hand out so they can be completed later.\r\n\r\n<b>Invite Bowlers from Previous Events</b> (addresses listed on sponsor forms from prior year)\r\n\r\n<b>Blue Rhino Gas</b> (Ferrell Gas) - is the primary event sponsor and should be included in all local events. (They may even underwrite your event!)\r\n\r\n<b>Rhino Linings – </b>After asking Blue Rhino, try to get a commitment from these folks in your area to join your event, If Blue Rhino cannot commit Rhino Linings may be an event sponsor.\r\n\r\n<b>BFR is Open to the public </b>– Make sure this fact is well advertised.\r\n\r\n<b>Invite Boy Scouts or Girl Scout troops</b> to join your event.\r\n\r\n<b>Create a T-shirt</b> – Look for sponsors for the event shirt\r\n\r\n<b>A Day off Work</b>? - See if your zoo will offer a day off work for the team who raises the most $ (ex. Graphics team, Maint. Team, etc)\r\n\r\n<strong>Marketing and Promotion</strong> – Your facility may have contacts or staff can lend a hand – hey, these people do this for a living! Seek help to get the word out.\r\n\r\n<b>Prizes </b>- It pays to advertise.  Once you have a list of Door prizes or other giveaways, raffle prizes, etc.  Publicize the list to attract bowlers and sell raffle tickets.\r\n\r\n<b>Invite Celebrities </b>to bowl at your event (especially TV/radio- free advertising!).\r\n\r\n<b>Advertising - </b>Get permission from your Facility to<b> </b>post info next to <b>rhino/elephant exhibits</b> about your upcoming event and how to join!\r\n\r\n<b>Trip Winner </b>– The person that raises the most money, wins a trip.  Don’t be shy, let your potential donors know this fact.\r\n\r\n<b>Friends and Family </b>– The most important donors of all, and usually, the softest touches!\r\n\r\nSee <b><a href="http://aazkbfr.org/">http://aazkbfr.org</a> or <a href="http://aecetia.net/gws/aazk/">http://aecetia.net/gws/aazk</a></b>\r\n<p style="text-align: center;"> <strong><span style="text-decoration: underline;">AAZK EVENT AND CONTACT  INFORMATION</span></strong></p>\r\n<p style="text-align: left;"><strong></strong><b>EACH YEAR SEND INFO TO PATTY: </b>Please send your BFR contact person’s name &amp; contact info (email/phone) &amp; your chapter’s website/facebook info+ your event date info ASAP<b>.</b></p>\r\nThere is a <b>$25 administrative fee for BFR</b> events. This allows AAZK to send 100% of donations to conservation rather than taking a portion of funds for Administrative costs. Please make checks payable to <strong>AAZK </strong>and mail to:\r\n<p style="text-align: center;">Patty Pearthree</p>\r\n<p style="text-align: center;">318 Montibello Dr.</p>\r\n<p style="text-align: center;">Cary, NC 27513</p>\r\nPlease write in memo:  “BFR Admin Fee”\r\n\r\nIf your chapter would like a “Lewa Promo” DVD free of charge or other Lewa info, please contact Ginger Thomson: gingeratlewa.org or 415-990-3311.\r\n\r\nIf your chapter would like Rhino info, flyers,etc. for events, contact Bill Konstant/IRF: <a href="mailto:b.konstant@rhinos.org">b.konstantatrhinos.org</a>.\r\n\r\nFor additional BFR Event information<b> </b>or assistance<b> - Contact Patty Pearthree, AAZK BFR Coordinator: ppear3atgmail.com  or 919-678-0449.</b>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BFRTipsForSuccess.doc"> </a>', 'BFR Tips for Success', 0, '', 'inherit', 'closed', 'closed', '', '5265-revision-v1', '', '', '2014-01-15 16:01:42', '2014-01-15 21:01:42', '', 5265, 'https://www.aazk.org/5265-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5296, 3, '2014-01-15 19:45:17', '2014-01-16 00:45:17', 'Deadline to Apply: Thursday, January 30, 2014 @ 5:00pm, Pacific\r\n\r\nSalary: $20.27 - $25.86 hourly\r\n\r\nThe Oregon Zoo is pleased to announce an available position working as a member of our animal care team that cares for our herd of 4.4 Asian elephants. We are headed for an exciting time in our elephant program with the expansion of our current elephant facilities and the proposed development of an off-site elephant facility.\r\n\r\nMinimum Requirements:\r\nBachelor degree in biology, zoology or a related field and three years professional experience as a Keeper which includes two years experience working with elephant management program or equivalent combination of education and experience to successfully perform all job duties.\r\n\r\nTo apply: visit www.oregonmetro.gov/jobs for the complete job announcement and a link to our online hiring center. Metro is an Equal Opportunity/Affirmative Action Employer.\r\n\r\nAbout the Oregon Zoo\r\nOwned and operated by Metro Regional Government, the Oregon Zoo has an annual attendance of over 1.6 million visitors and an annual budget of over $42 million. This zoo located along the MAX light rail line, just five minutes from downtown Portland, enjoys strong, wide-spread community support. The Oregon Zoo is home to over 2000 animal specimens representing 279 species of amphibians, birds, fish, invertebrates and mammals.\r\n\r\nTo learn more about the Oregon Zoo, visit www.oregonzoo.org.', 'Animal Keeper - Elephants (Oregon Zoo)', 0, 'The Oregon Zoo is pleased to announce an available position working as a member of our animal care team that cares for our herd of 4.4 Asian elephants. ', 'publish', 'closed', 'closed', '', 'animal-keeper-elephants-oregon-zoo', '', '', '2014-01-15 19:45:17', '2014-01-16 00:45:17', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5296', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5297, 0, '2014-01-15 19:45:17', '2014-01-16 00:45:17', 'Deadline to Apply: Thursday, January 30, 2014 @ 5:00pm, Pacific\r\n\r\nSalary: $20.27 - $25.86 hourly\r\n\r\nThe Oregon Zoo is pleased to announce an available position working as a member of our animal care team that cares for our herd of 4.4 Asian elephants. We are headed for an exciting time in our elephant program with the expansion of our current elephant facilities and the proposed development of an off-site elephant facility.\r\n\r\nMinimum Requirements:\r\nBachelor degree in biology, zoology or a related field and three years professional experience as a Keeper which includes two years experience working with elephant management program or equivalent combination of education and experience to successfully perform all job duties.\r\n\r\nTo apply: visit www.oregonmetro.gov/jobs for the complete job announcement and a link to our online hiring center. Metro is an Equal Opportunity/Affirmative Action Employer.\r\n\r\nAbout the Oregon Zoo\r\nOwned and operated by Metro Regional Government, the Oregon Zoo has an annual attendance of over 1.6 million visitors and an annual budget of over $42 million. This zoo located along the MAX light rail line, just five minutes from downtown Portland, enjoys strong, wide-spread community support. The Oregon Zoo is home to over 2000 animal specimens representing 279 species of amphibians, birds, fish, invertebrates and mammals.\r\n\r\nTo learn more about the Oregon Zoo, visit www.oregonzoo.org.', 'Animal Keeper - Elephants (Oregon Zoo)', 0, 'The Oregon Zoo is pleased to announce an available position working as a member of our animal care team that cares for our herd of 4.4 Asian elephants. ', 'inherit', 'closed', 'closed', '', '5296-revision-v1', '', '', '2014-01-15 19:45:17', '2014-01-16 00:45:17', '', 5296, 'https://www.aazk.org/5296-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5596, 25759, '2014-02-16 16:14:13', '2014-02-16 21:14:13', '[gravityform id="14" name="Job Submission (w/ expiration date)"]', 'test form', 0, '', 'private', 'closed', 'closed', '', 'test-form', '', '', '2014-02-16 16:32:39', '2014-02-16 21:32:39', '', 0, 'https://www.aazk.org/?page_id=5596', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5597, 25759, '2014-02-16 16:14:13', '2014-02-16 21:14:13', '', 'test form', 0, '', 'inherit', 'closed', 'closed', '', '5596-revision-v1', '', '', '2014-02-16 16:14:13', '2014-02-16 21:14:13', '', 5596, 'https://www.aazk.org/5596-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5598, 25759, '2014-02-16 16:14:38', '2014-02-16 21:14:38', '[gravityform id="14" name="Job Submission (w/ expiration date)"]', 'test form', 0, '', 'inherit', 'closed', 'closed', '', '5596-revision-v1', '', '', '2014-02-16 16:14:38', '2014-02-16 21:14:38', '', 5596, 'https://www.aazk.org/5596-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5599, 25759, '2014-02-16 16:14:41', '2014-02-16 21:14:41', '[gravityform id="14" name="Job Submission (w/ expiration date)"]', 'test form', 0, '', 'inherit', 'closed', 'closed', '', '5596-autosave-v1', '', '', '2014-02-16 16:14:41', '2014-02-16 21:14:41', '', 5596, 'https://www.aazk.org/5596-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5300, 2616, '2014-01-16 14:44:12', '2014-01-16 19:44:12', 'Animal care intern to assist with routine animal husbandry of over 100+ animals. The internship is totally hands-on with oppurtunities to assist with training, hand-raising and handling. It would include education programs, public tours and events.\r\n\r\nThis includes feeding, distribution of diets, raking and clening enclosures, monitoring, observing animal behavior, keeping records of enrichment and daily observation logs. \r\n\r\nUNPAID- you must be able to provide your own housing and transportation( no public transportation in our area).\r\n40+ hours a week, must work weekends. Minimum of 3 months to 6 months, except summer college students. \r\n\r\nInternships are offered year around, NO set dates. \r\n\r\nQualifications: College work in Biology or related field and/or exotic animal care experience, Needs to be self-motivated, dedicated and have common sense. \r\nYou must be able to work in any weather conditions outdoors. Texas summers can be 100+ degrees with 100 humidity. \r\nYou MUST be able to lift 50lbs\r\nProof of TB Required.\r\nWe also drug test.\r\n\r\nTGR Exotics Spring, TX\r\nwww.tgrexotics.com\r\n\r\nPlease send resume along with what internship you are interested in and when you are available to start.\r\n\r\nPlease send resume to: intern@tgrexotics.com\r\n\r\nor send to Gwen Scott 5315 Tatum Lane Spring, TX 77389\r\nContact number: 281-353-5252', 'Animal Care, Education or Primate Intern', 0, 'Once resume is received we will send out and application and questionnaire for you to fill out and return\r\n', 'publish', 'closed', 'closed', '', 'animal-care-education-or-primate-intern', '', '', '2014-01-16 14:44:12', '2014-01-16 19:44:12', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5300', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5301, 2616, '2014-01-16 14:44:12', '2014-01-16 19:44:12', 'Animal care intern to assist with routine animal husbandry of over 100+ animals. The internship is totally hands-on with oppurtunities to assist with training, hand-raising and handling. It would include education programs, public tours and events.\r\n\r\nThis includes feeding, distribution of diets, raking and clening enclosures, monitoring, observing animal behavior, keeping records of enrichment and daily observation logs. \r\n\r\nUNPAID- you must be able to provide your own housing and transportation( no public transportation in our area).\r\n40+ hours a week, must work weekends. Minimum of 3 months to 6 months, except summer college students. \r\n\r\nInternships are offered year around, NO set dates. \r\n\r\nQualifications: College work in Biology or related field and/or exotic animal care experience, Needs to be self-motivated, dedicated and have common sense. \r\nYou must be able to work in any weather conditions outdoors. Texas summers can be 100+ degrees with 100 humidity. \r\nYou MUST be able to lift 50lbs\r\nProof of TB Required.\r\nWe also drug test.\r\n\r\nTGR Exotics Spring, TX\r\nwww.tgrexotics.com\r\n\r\nPlease send resume along with what internship you are interested in and when you are available to start.\r\n\r\nPlease send resume to: intern@tgrexotics.com\r\n\r\nor send to Gwen Scott 5315 Tatum Lane Spring, TX 77389\r\nContact number: 281-353-5252', 'Animal Care, Education or Primate Intern', 0, 'Once resume is received we will send out and application and questionnaire for you to fill out and return\r\n', 'inherit', 'closed', 'closed', '', '5300-revision-v1', '', '', '2014-01-16 14:44:12', '2014-01-16 19:44:12', '', 5300, 'https://www.aazk.org/5300-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5302, 3, '2014-01-16 17:04:30', '2014-01-16 22:04:30', 'Animal care intern to assist with routine animal husbandry of over 100+ animals. The internship is totally hands-on with oppurtunities to assist with training, hand-raising and handling. It would include education programs, public tours and events.\r\n\r\nThis includes feeding, distribution of diets, raking and clening enclosures, monitoring, observing animal behavior, keeping records of enrichment and daily observation logs. \r\n\r\nUNPAID- you must be able to provide your own housing and transportation( no public transportation in our area).\r\n40+ hours a week, must work weekends. Minimum of 3 months to 6 months, except summer college students. \r\n\r\nInternships are offered year around, NO set dates. \r\n\r\nQualifications: College work in Biology or related field and/or exotic animal care experience, Needs to be self-motivated, dedicated and have common sense. \r\nYou must be able to work in any weather conditions outdoors. Texas summers can be 100+ degrees with 100 humidity. \r\nYou MUST be able to lift 50lbs\r\nProof of TB Required.\r\nWe also drug test.\r\n\r\nTGR Exotics Spring, TX\r\nwww.tgrexotics.com\r\n\r\nPlease send resume along with what internship you are interested in and when you are available to start.\r\n\r\nPlease send resume to: intern@tgrexotics.com\r\n\r\nor send to Gwen Scott 5315 Tatum Lane Spring, TX 77389\r\nContact number: 281-353-5252', 'Animal Care, Education or Primate Intern', 0, 'Once resume is received we will send out and application and questionnaire for you to fill out and return\r\n', 'publish', 'closed', 'closed', '', 'animal-care-education-or-primate-intern-2', '', '', '2014-01-16 17:04:30', '2014-01-16 22:04:30', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5302', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5303, 0, '2014-01-16 17:04:30', '2014-01-16 22:04:30', 'Animal care intern to assist with routine animal husbandry of over 100+ animals. The internship is totally hands-on with oppurtunities to assist with training, hand-raising and handling. It would include education programs, public tours and events.\r\n\r\nThis includes feeding, distribution of diets, raking and clening enclosures, monitoring, observing animal behavior, keeping records of enrichment and daily observation logs. \r\n\r\nUNPAID- you must be able to provide your own housing and transportation( no public transportation in our area).\r\n40+ hours a week, must work weekends. Minimum of 3 months to 6 months, except summer college students. \r\n\r\nInternships are offered year around, NO set dates. \r\n\r\nQualifications: College work in Biology or related field and/or exotic animal care experience, Needs to be self-motivated, dedicated and have common sense. \r\nYou must be able to work in any weather conditions outdoors. Texas summers can be 100+ degrees with 100 humidity. \r\nYou MUST be able to lift 50lbs\r\nProof of TB Required.\r\nWe also drug test.\r\n\r\nTGR Exotics Spring, TX\r\nwww.tgrexotics.com\r\n\r\nPlease send resume along with what internship you are interested in and when you are available to start.\r\n\r\nPlease send resume to: intern@tgrexotics.com\r\n\r\nor send to Gwen Scott 5315 Tatum Lane Spring, TX 77389\r\nContact number: 281-353-5252', 'Animal Care, Education or Primate Intern', 0, 'Once resume is received we will send out and application and questionnaire for you to fill out and return\r\n', 'inherit', 'closed', 'closed', '', '5302-revision-v1', '', '', '2014-01-16 17:04:30', '2014-01-16 22:04:30', '', 5302, 'https://www.aazk.org/5302-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5304, 3, '2014-01-16 22:21:17', '2014-01-17 03:21:17', 'The Utica Zoo is offering internships for the late winter/spring session.  Animal care interns assist with routine animal husbandry of over 200+ animals. The internship experience includes working alongside the animal care staff in the feeding, cleaning of enclosures, diet preparation, observation of animal behavior, enrichment and record keeping. \r\n\r\nThe internship is UNPAID.  In addition, you must be able to provide your own housing and transportation (limited public transportation in our area).\r\n\r\nHours: Must be willing to commit a minimum of 8 hours per week in one or two day shifts of at least 4 hours.  In order to gain experience in all animal areas, candidates must work at least 12 weeks.  Interns may work up to 40 hours per week and up to 16 weeks . \r\n\r\nQualifications: Must be in a biology based university program or be recently graduated from the same.  \r\n\r\nRequirements:  Must be able to work in any weather conditions.  Must be able to lift 50lbs.  Proof of negative tuberculin test required.  Tetanus vaccination recommended.\r\n\r\nOther:  Access to the staff veterinarian is limited; therefore, if your goal is to work with a veterinarian, this may not be the internship for you.  This internship is designed as a zookeeping program.  You will learn the inter-workings of a small zoo and how the animals are cared for.  The internship is very physical and demanding.  Direct physical contact with animals is often limited.  \r\n \r\nContact Details:  Submit a one page resume with cover letter to Beth Ricci, Senior Keeper, Utica Zoo, One Utica Zoo Way, Utica, NY, 13501.  Preferred contact is through email.  Email: beth.ricci@uticazoo.org.  Phone: 315-738-0472 ext. 33  Fax: 315-738-0475.  The cover letter should include your areas of interest, goals and what you can offer the zoo.\r\n', 'Utica Zoo Internship-winter/spring', 0, '', 'publish', 'closed', 'closed', '', 'utica-zoo-internship-winterspring', '', '', '2014-01-16 22:21:17', '2014-01-17 03:21:17', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5304', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5305, 0, '2014-01-16 22:21:17', '2014-01-17 03:21:17', 'The Utica Zoo is offering internships for the late winter/spring session.  Animal care interns assist with routine animal husbandry of over 200+ animals. The internship experience includes working alongside the animal care staff in the feeding, cleaning of enclosures, diet preparation, observation of animal behavior, enrichment and record keeping. \r\n\r\nThe internship is UNPAID.  In addition, you must be able to provide your own housing and transportation (limited public transportation in our area).\r\n\r\nHours: Must be willing to commit a minimum of 8 hours per week in one or two day shifts of at least 4 hours.  In order to gain experience in all animal areas, candidates must work at least 12 weeks.  Interns may work up to 40 hours per week and up to 16 weeks . \r\n\r\nQualifications: Must be in a biology based university program or be recently graduated from the same.  \r\n\r\nRequirements:  Must be able to work in any weather conditions.  Must be able to lift 50lbs.  Proof of negative tuberculin test required.  Tetanus vaccination recommended.\r\n\r\nOther:  Access to the staff veterinarian is limited; therefore, if your goal is to work with a veterinarian, this may not be the internship for you.  This internship is designed as a zookeeping program.  You will learn the inter-workings of a small zoo and how the animals are cared for.  The internship is very physical and demanding.  Direct physical contact with animals is often limited.  \r\n \r\nContact Details:  Submit a one page resume with cover letter to Beth Ricci, Senior Keeper, Utica Zoo, One Utica Zoo Way, Utica, NY, 13501.  Preferred contact is through email.  Email: beth.ricci@uticazoo.org.  Phone: 315-738-0472 ext. 33  Fax: 315-738-0475.  The cover letter should include your areas of interest, goals and what you can offer the zoo.\r\n', 'Utica Zoo Internship-winter/spring', 0, '', 'inherit', 'closed', 'closed', '', '5304-revision-v1', '', '', '2014-01-16 22:21:17', '2014-01-17 03:21:17', '', 5304, 'https://www.aazk.org/5304-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5306, 3, '2014-01-16 22:25:32', '2014-01-17 03:25:32', 'The Utica Zoo offers full-time (40 hrs/week) Animal Care Department Internships during the summer season each year.  The internship begins at the end of May and lasts for approximately 9 weeks.  Interns will work under the direct supervision of the animal care staff and assist in all aspects of their daily activities.  This is a VERY hands-on internship.  Duties will include cleaning, feeding, record keeping, enrichment, diet preparation, exhibit maintenance/ construction, as well as assisting during veterinary procedures and education programming.  Interns will be required to conduct short presentations to the public daily.  Intern positions are available in a number of specialized areas within the zoo.  Interns do not rotate to different animal areas during the summer but can experience different aspects of all areas through veterinary procedures or projects.  The internship is very physical and demanding.  Interns must be able to lift a minimum of 50lbs as well as be prepared to work in various weather and environmental conditions.  Direct physical contact with animals is often limited.  Applicants must be enrolled in or have graduated from a college level zoology, biology, pre-vet, wildlife or related program.  The internship is unpaid.  Housing is available through a local university for a fee.  Transportation is the responsibility of the intern.   Proof of a negative TB test, along with a recent tetanus vaccination is required.\r\n\r\nContact Details:  Resumes with appropriate cover letters should be sent to Beth Ricci, Senior Keeper, Utica Zoo, 99 Steele Hill Road, Utica, NY, 13501.  Preferred contact is through email.  Email: beth.ricci@uticazoo.org.  Phone: 315-738-0472 ext. 33  Fax: 315-738-0475.  The cover letter should include your areas of interest, goals and what you can offer the zoo.\r\nwww.uticazoo.org \r\n\r\nDeadline for resume submissions:  March 30, 2014', 'Utica Zoo Internship-summer', 0, '', 'publish', 'closed', 'closed', '', 'utica-zoo-internship-summer', '', '', '2014-01-16 22:25:32', '2014-01-17 03:25:32', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5306', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5307, 0, '2014-01-16 22:25:32', '2014-01-17 03:25:32', 'The Utica Zoo offers full-time (40 hrs/week) Animal Care Department Internships during the summer season each year.  The internship begins at the end of May and lasts for approximately 9 weeks.  Interns will work under the direct supervision of the animal care staff and assist in all aspects of their daily activities.  This is a VERY hands-on internship.  Duties will include cleaning, feeding, record keeping, enrichment, diet preparation, exhibit maintenance/ construction, as well as assisting during veterinary procedures and education programming.  Interns will be required to conduct short presentations to the public daily.  Intern positions are available in a number of specialized areas within the zoo.  Interns do not rotate to different animal areas during the summer but can experience different aspects of all areas through veterinary procedures or projects.  The internship is very physical and demanding.  Interns must be able to lift a minimum of 50lbs as well as be prepared to work in various weather and environmental conditions.  Direct physical contact with animals is often limited.  Applicants must be enrolled in or have graduated from a college level zoology, biology, pre-vet, wildlife or related program.  The internship is unpaid.  Housing is available through a local university for a fee.  Transportation is the responsibility of the intern.   Proof of a negative TB test, along with a recent tetanus vaccination is required.\r\n\r\nContact Details:  Resumes with appropriate cover letters should be sent to Beth Ricci, Senior Keeper, Utica Zoo, 99 Steele Hill Road, Utica, NY, 13501.  Preferred contact is through email.  Email: beth.ricci@uticazoo.org.  Phone: 315-738-0472 ext. 33  Fax: 315-738-0475.  The cover letter should include your areas of interest, goals and what you can offer the zoo.\r\nwww.uticazoo.org \r\n\r\nDeadline for resume submissions:  March 30, 2014', 'Utica Zoo Internship-summer', 0, '', 'inherit', 'closed', 'closed', '', '5306-revision-v1', '', '', '2014-01-16 22:25:32', '2014-01-17 03:25:32', '', 5306, 'https://www.aazk.org/5306-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5308, 3, '2014-01-16 22:27:46', '2014-01-17 03:27:46', 'We are currently accepting resumes for one open entry-level animal care position.  Please see below for details.\r\n\r\nResumes will remain on file for one year.   Applicants will NOT receive confirmation of receipt of resume or other correspondence unless we have begun a hiring process.  Applicants must possess a MINIMUM of an Associate’s Degree in an appropriate science based discipline.  A Bachelor’s Degree and animal care experience preferred.  Animal Keeper duties include daily cleaning, feeding, record keeping, enrichment, operate conditioning, diet preparation, exhibit maintenance/construction, as well as assisting during veterinary procedures and education programming.  Applicants must be able to lift 50lbs as well as be prepared to work in various weather and environmental conditions.\r\n\r\nContact Details:  Resumes with appropriate cover letters should be sent to Mike Bates, Animal Curator, Utica Zoo, One Utica Zoo Way, Utica, NY, 13501.  Email: mike.bates@uticazoo.org.  Fax: 315-738-0475.  The cover letter should include your areas of interest, goals and what you can offer the zoo.  Email correspondence is preferred to save paper.\r\n\r\nwww.uticazoo.org\r\n', 'Utica Zoo Animal Keeper-entry-level', 0, '', 'publish', 'closed', 'closed', '', 'utica-zoo-animal-keeper-entry-level', '', '', '2014-01-16 22:27:46', '2014-01-17 03:27:46', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5308', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5309, 0, '2014-01-16 22:27:46', '2014-01-17 03:27:46', 'We are currently accepting resumes for one open entry-level animal care position.  Please see below for details.\r\n\r\nResumes will remain on file for one year.   Applicants will NOT receive confirmation of receipt of resume or other correspondence unless we have begun a hiring process.  Applicants must possess a MINIMUM of an Associate’s Degree in an appropriate science based discipline.  A Bachelor’s Degree and animal care experience preferred.  Animal Keeper duties include daily cleaning, feeding, record keeping, enrichment, operate conditioning, diet preparation, exhibit maintenance/construction, as well as assisting during veterinary procedures and education programming.  Applicants must be able to lift 50lbs as well as be prepared to work in various weather and environmental conditions.\r\n\r\nContact Details:  Resumes with appropriate cover letters should be sent to Mike Bates, Animal Curator, Utica Zoo, One Utica Zoo Way, Utica, NY, 13501.  Email: mike.bates@uticazoo.org.  Fax: 315-738-0475.  The cover letter should include your areas of interest, goals and what you can offer the zoo.  Email correspondence is preferred to save paper.\r\n\r\nwww.uticazoo.org\r\n', 'Utica Zoo Animal Keeper-entry-level', 0, '', 'inherit', 'closed', 'closed', '', '5308-revision-v1', '', '', '2014-01-16 22:27:46', '2014-01-17 03:27:46', '', 5308, 'https://www.aazk.org/5308-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5324, 73056, '2014-01-20 13:41:30', '2014-01-20 18:41:30', '<h5>Facility</h5>\r\n<p>Furry Friends Ranch</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nFULL-TIME RANCH ANIMAL CARE STAFF MEMBER\r\n\r\nReports to: Ranch Manager\r\n\r\nLocation: Palm City, FL\r\n\r\nPay: $10/hour\r\n\r\n\r\nJOB SUMMARY: \r\nThe ranch animal care staff member will work as a team with the rest of the staff to oversee the health, well-being, and general care of all the rescue animals at Furry Friends Ranch.\r\n\r\n\r\nJOB DESCRIPTION:\r\n• Provide clean supply of water to all animals.\r\n• Prepare and administer food to all animals.\r\n• Monitor eating habits and make any necessary food adjustments, with manager’s approval.\r\n• Monitor behavior and health of all animals.\r\n• Complete Medical Observations forms for animals demonstrating behavior changes or\r\nmedical concerns.\r\n• Administer oral and topical medications to all animals prescribed by the veterinarian.\r\n• Perform other medical procedures (e.g. paw/hoof soak, ear cleanings, collect fecal/urine\r\nsamples, etc.), as prescribed by the vet or manager.\r\n• Walk dogs.\r\n• Let pastured animals out in morning and put back in barn or enclosures for the night\r\n(horses, sheep, goats, pigs, ducks, chickens, turkeys).\r\n• Conduct dog introductions and play groups.\r\n• Bathe and groom animals. This includes nail trimming.\r\n• Handle all animals in a compassionate and humane way.\r\n• Demonstrate a willingness to learn and follow directions.\r\n• Participate in positive reinforcement animal training sessions with trainer.\r\n• Employ learned training techniques on a daily basis, in a consistent manner.\r\n• Enhance physical and emotional well-being of all animals via training, companionship, and\r\nconsistent, compassionate interaction.\r\n• Make use of enrichment tools and activities for all the animals (e.g. food puzzles, kong\r\ntime, calming music, reading to animals, hand-feeding), as instructed by trainer or\r\nmanager.\r\n• Clean buildings, bathrooms, barn, stalls, crates, kennels, cathouse, coups, or any other\r\nenclosure as instructed by manager.\r\n• Cleaning responsibilities include but are not limited to – washing dishes, sweeping,\r\nmopping, scrubbing, vacuuming, sanitizing areas/objects, doing laundry, poop-scooping,\r\nmucking, raking, washing walls, washing litter boxes, pressure-washing, trash removal.\r\n• Communicate clearly and effectively with team to ensure all animals are cared for and all daily duties are completed in a timely fashion.\r\n• Be attentive to others’ needs and willingly assist as required.\r\n• Assist other team members with their work.\r\n• Keep ranch supplied with all food, cleaning supplies, medical supplies, and maintenance necessities by communicating with other staff and reporting needs to manager.\r\n• Grounds-keeping and maintenance – including, but not limited to – mowing lawns, weed-whacking, hedge-trimming, clearing pastures, repairing fences, replacing air filters, etc.\r\n• Collaborate with team members and adoption staff to promote animals’ adoptability.\r\n• General ranch maintenance projects.\r\n• Other duties and projects, as assigned or delegated by manager.\r\n• Engage with visitors/volunteers in a friendly, informative, positive, professional manner.\r\n• Maintain approachability and assist with volunteers.\r\n\r\n\r\nQUALIFICATIONS:\r\n• Must be at least 18 years old.\r\n• Strong desire to work with various types of animals, particularly in the rescue and\r\nrehabilitation setting.\r\n• Previous experience working with multiple species preferred.\r\n• Flexible Schedule/Hours is a must. Must be able and willing to work weekends and\r\nholidays.\r\n• Needs a general understanding of animal behavior and husbandry.\r\n• Must be a hard worker, having a steady, driven work ethic.\r\n• Positive attitude is necessary.\r\n• Strong interpersonal and communication skills is a must.\r\n• Attain the ability to create and encourage a positive work environment.\r\n• Must be good at following instruction.\r\n• Must be a team-player.\r\n• Demonstrates personal accountability to ensure that all responsibilities are completed\r\neffectively and in a timely manner.\r\n• Comfortable handling various animal species including (but not limited to):\r\n• Dogs, cats, goats, sheep, pigs, horses, cows, ducks, chickens, turkey.\r\n• Able to assist in ranch maintenance projects.\r\n• Experience in customer service or in dealing with the public is a plus.\r\n• Professionally advocate for Furry Friends’ position on issues.\r\n\r\n\r\nPHYSICAL REQUIREMENTS:\r\n• Must be able to lift at least 50 lbs. routinely.\r\n• Must be willing and able to work outdoors and in all weather conditions.\r\n• Must be able to stand and walk for long periods of time.\r\n• Must be able to perform strenuous physical activities, such as lifting, squatting, bending,\r\nreaching, and carrying.\r\n• Must be able to work around possible allergens such as hay, dust, and animal dander.\r\nIf interested, please contact:\r\n\r\n\r\nAngela Searcy, Manager\r\nearth.to.angela@gmail.com\r\n(760) 707-7721\r\n\r\n\r\nNick Gaglio, Assistant Manager\r\nnickolasgaglio@gmail.com\r\n(954) 729-6144\r\n\r\n\r\n***Furry Friends Adoption &amp; Clinic is an equal opportunity employer.***\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\n<em>Not specified.</em>\r\n', 'Ranch Animal Care Staff', 0, '', 'inherit', 'closed', 'closed', '', '5322-revision-v1', '', '', '2014-01-20 13:41:30', '2014-01-20 18:41:30', '', 5322, 'https://www.aazk.org/5322-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5325, 2, '2014-01-20 16:20:43', '2014-01-20 21:20:43', 'New York City <a href="http://www.bronxzooaazk.blogspot.com/" target="_blank">AAZK Chapter</a>\r\nBronx Zoo\r\nNew York, NY', 'New York City AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3895-revision-v1', '', '', '2014-01-20 16:20:43', '2014-01-20 21:20:43', '', 3895, 'https://www.aazk.org/3895-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5326, 2, '2014-01-20 16:21:28', '2014-01-20 21:21:28', 'Quad Cities Chapter of AAZK\r\nNiabi Zoo\r\nCoal Valley, IL', 'Quad Cities Chapter of AAZK', 0, '', 'inherit', 'closed', 'closed', '', '3832-revision-v1', '', '', '2014-01-20 16:21:28', '2014-01-20 21:21:28', '', 3832, 'https://www.aazk.org/3832-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5327, 2, '2014-01-20 16:21:55', '2014-01-20 21:21:55', 'Zoo <a href="http://www.zoonewengland.org/aazk" target="_blank">New England AAZK Chapter</a>\r\nZoo New England\r\nBoston, MA', ' Zoo New England AAZK Chapter', 0, '', 'inherit', 'closed', 'closed', '', '3860-revision-v1', '', '', '2014-01-20 16:21:55', '2014-01-20 21:21:55', '', 3860, 'https://www.aazk.org/3860-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5366, 3, '2014-01-29 16:15:17', '2014-01-29 21:15:17', 'The Education Program Coordinator / Small Mammal Keeper will be responsible for accomplishing animal care, exhibit maintenance, and coordination of the Educational Programs.  This position requires an individual with a high degree of professional experience who takes pride in work well done.  Must be a proven leader, team player, and team member.  The priorities for this position include attention to animal care and health, fostering a positive team environment, and accomplishing an excellent guest experience.\r\nEssential Job Functions\r\n•	All team members must understand the significance of their role and how they can positively impact visitors.  Pro-active, friendly communication will be expected at all times, as well as anticipating visitors’ needs and desires. \r\n\r\n•	Provides for the needs of a wide range of mammals, birds, reptiles, and invertebrates through regular feedings, administering treatments as directed, exhibit maintenance and environmental enrichment programs for the species.\r\n\r\n•	Input of data into the animal records databases; assures that appropriate records are kept on all husbandry including daily care and animal health.\r\n\r\n•	Coordinates the purchasing relating to purchases such as food for the animal collection; assures that animal food, maintenance equipment and supplies are ordered and stocked in appropriate amounts, given the needs of the facility and the availability of resources.\r\n\r\n•	Exceptional use of time management techniques.\r\n\r\n•	Keep all exhibit areas and off exhibit areas clean, neat and well organized.\r\n\r\n•	Help train new employees to assure compliance with established standards and protocols.\r\n\r\n•	Perform other related duties as assigned.\r\n \r\nRequirements\r\nTo perform this job successfully, an individual must be able to perform each duty satisfactorily. The requirements listed below are representative of the knowledge, skill, and/or ability required.  \r\n\r\nExperience- One year of professional experience at a public zoo, wildlife park, animal facility or similar institution and a demonstrated knowledge of zoological operations. \r\n\r\nOther Requirements- Demonstrated ability to lead and work as a part of a team in a constantly changing environment as well as individually, with a minimum of supervision\r\n\r\nA valid driver’s License with a good driving record\r\n\r\nAbility to drive small-medium size trucks is required. \r\n	\r\nAbility to work a flexible schedule which includes evenings and/or weekends and holidays.\r\n\r\nAbility to respond to emergencies on an on-call basis.  \r\n\r\nLanguage Skills- Ability to read, analyze and interpret general business periodicals, \r\nprofessional journals, technical procedures or governmental regulations.  Ability to write \r\nreports and business correspondence.  Abilities to effectively present \r\ninformation and respond to questions from managers, clients, customers and the \r\ngeneral public. \r\n\r\nInterpersonal Skills – friendly, positive attitude toward others. Ability to display servant\r\nbased behaviors to include: being patient, kind, humble, respectful, selfless, forgiving, honest and committed.\r\n\r\nGuest/Customer Service Skills— must have knowledge of principles for providing quality customer service. This includes understanding guest needs, meeting quality standards for service and guest satisfaction.\r\n\r\nReasoning Ability- Ability to apply common sense understanding to carry out instructions \r\nfurnished in written, oral or diagram form. Ability to deal with problems involving several \r\nconcrete variables in standardized situations.\r\n\r\nPhysical Demands- Must be able to work outdoors in any weather, lift 50 pounds, walk briskly or run if needed.  Must be able to move heavier items with assistance and do repetitive physical work such as raking and shoveling.\r\n\r\nWork Environment- Mostly outdoors in all weather. Some areas such as the reptile area are hot and humid. Must be able to handle or be near any animal in the collection. Will be exposed to several outdoor allergens such as dust and hay.\r\n\r\nComputer Skills- Must have working knowledge of Microsoft based office programs (Excel, Word, Outlook) \r\n\r\nPublic Presentation- Must be able to present to small and large crowds and work well with large groups of children.\r\n\r\nPre Employment Testing- Successful candidates must pass pre-employment drug screening, background check and TB test.\r\n\r\nCompensation – $10-$13 per hour DOE\r\n\r\nBenefits- One week paid vacation for every one year worked. Vacation times and dates must be approved by management.  Low cost housing is available on site. Commission on some tour sales.  Annual Bonus. No medical or relocation benefits.\r\n\r\nMonterey Zoological Society, Inc. is an Equal Opportunity Employer.\r\n\r\n\r\nApply online https://adobeformscentral.com/?f=15AtIdQ3Nfrd9BZ8eWrG2Q\r\n', 'Educational Program Coordinator - Small Mammal Keeper', 0, 'The Education Program Coordinator / Small Mammal Keeper will be responsible for animal care, exhibit maintenance, and coordination of the education programs.', 'publish', 'closed', 'closed', '', 'educational-program-coordinator-small-mammal-keeper', '', '', '2014-01-29 16:15:17', '2014-01-29 21:15:17', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5366', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5329, 25759, '2014-01-21 13:01:09', '2014-01-21 18:01:09', 'User search, uses template this text does not appear.', 'User Search', 0, '', 'private', 'closed', 'closed', '', 'user-search', '', '', '2014-01-21 13:01:21', '2014-01-21 18:01:21', '', 0, 'https://www.aazk.org/?page_id=5329', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5330, 25759, '2014-01-21 13:01:09', '2014-01-21 18:01:09', 'User search, uses template this text does not appear.', 'User Search', 0, '', 'inherit', 'closed', 'closed', '', '5329-revision-v1', '', '', '2014-01-21 13:01:09', '2014-01-21 18:01:09', '', 5329, 'https://www.aazk.org/5329-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5331, 2, '2014-01-24 12:43:18', '2014-01-24 17:43:18', '', 'Swine', 0, '', 'inherit', 'closed', 'closed', '', 'swine', '', '', '2014-01-24 12:43:18', '2014-01-24 17:43:18', '', 4107, 'https://www.aazk.org/wp-content/uploads/Swine.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5332, 2, '2014-01-24 12:45:43', '2014-01-24 17:45:43', '', 'Swine', 0, '', 'inherit', 'closed', 'closed', '', 'swine-2', '', '', '2014-01-24 12:45:43', '2014-01-24 17:45:43', '', 4107, 'https://www.aazk.org/wp-content/uploads/Swine1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5333, 2, '2014-01-24 12:47:27', '2014-01-24 17:47:27', '&nbsp;\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<h4 class="hr"><strong>Hagen Avicultural Research Institute</strong></h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" alt="Haven" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n<h4 class="eightcol last">Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" alt="Swine" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n<div class="clearfix"></div>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-01-24 12:47:27', '2014-01-24 17:47:27', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5334, 2, '2014-01-24 12:48:43', '2014-01-24 17:48:43', '&nbsp;\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a>\r\n\r\n</div>\r\n<div class="hr"></div>\r\n<h4 class="hr"><strong>Hagen Avicultural Research Institute</strong></h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" alt="Haven" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n\r\n<h4 class="eightcol last">Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" alt="Swine" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n<div class="clearfix"></div>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-01-24 12:48:43', '2014-01-24 17:48:43', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5335, 2, '2014-01-24 12:49:15', '2014-01-24 17:49:15', '&nbsp;\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a>\r\n\r\n</div>\r\n<div class="hr"></div>\r\n<h4 class="hr"><strong>Hagen Avicultural Research Institute</strong></h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" alt="Haven" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n  \r\n\r\n<h4 class="eightcol last">Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" alt="Swine" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n<div class="clearfix"></div>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-01-24 12:49:15', '2014-01-24 17:49:15', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5336, 2, '2014-01-24 12:53:39', '2014-01-24 17:53:39', '&nbsp;\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a>\r\n\r\n</div>\r\n<div class="hr"></div>\r\n</a>\r\n<h4> class="hr"><strong>Hagen Avicultural Research Institute</strong></h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" alt="Haven" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n  \r\n</div>\r\n<div class="hr"></div>\r\n</a>\r\n<h4 class="eightcol last">Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" alt="Swine" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n<div class="clearfix"></div>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-01-24 12:53:39', '2014-01-24 17:53:39', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5337, 2, '2014-01-24 12:54:29', '2014-01-24 17:54:29', '&nbsp;\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a>\r\n\r\n</div>\r\n<div class="hr"></div>\r\n</a>\r\n<h4> class="hr">Hagen Avicultural Research Institute</h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" alt="Haven" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n  \r\n</div>\r\n<div class="hr"></div>\r\n</a>\r\n<h4 class="eightcol last">Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" alt="Swine" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n<div class="clearfix"></div>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-01-24 12:54:29', '2014-01-24 17:54:29', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5338, 2, '2014-01-24 12:55:03', '2014-01-24 17:55:03', '&nbsp;\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a>\r\n\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Hagen Avicultural Research Institute</h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" alt="Haven" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4 class="eightcol last">Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" alt="Swine" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n<div class="clearfix"></div>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-01-24 12:55:03', '2014-01-24 17:55:03', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5339, 2, '2014-01-24 12:56:53', '2014-01-24 17:56:53', '', 'AnimalEquipment', 0, '', 'inherit', 'closed', 'closed', '', 'animalequipment', '', '', '2014-01-24 12:56:53', '2014-01-24 17:56:53', '', 4107, 'https://www.aazk.org/wp-content/uploads/AnimalEquipment.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5340, 2, '2014-01-24 12:57:06', '2014-01-24 17:57:06', '&nbsp;\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a>\r\n\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Hagen Avicultural Research Institute</h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" alt="Haven" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4 class="eightcol last">Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" alt="Swine" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n\r\n&nbsp;\r\n<h4>Animal Equipment by Stoney</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment.jpg"><img class="alignnone size-medium wp-image-5339" alt="AnimalEquipment" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment-300x231.jpg" width="300" height="231" /></a>\r\n<div class="clearfix"></div>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-01-24 12:57:06', '2014-01-24 17:57:06', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5341, 2, '2014-01-24 12:58:22', '2014-01-24 17:58:22', '&nbsp;\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a>\r\n\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Hagen Avicultural Research Institute</h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" alt="Haven" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4 class="eightcol last">Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" alt="Swine" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Animal Equipment by Stoney</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment.jpg"><img class="alignnone size-medium wp-image-5339" alt="AnimalEquipment" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment-300x231.jpg" width="300" height="231" /></a>\r\n<div class="clearfix"></div>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-01-24 12:58:22', '2014-01-24 17:58:22', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5342, 2, '2014-01-24 12:59:04', '2014-01-24 17:59:04', '&nbsp;\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a>\r\n\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Hagen Avicultural Research Institute</h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" alt="Haven" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4 class="eightcol last">Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" alt="Swine" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n\r\n</div>\r\n<div class="hr"></div>\r\n<h4>Animal Equipment by Stoney</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment.jpg"><img class="alignnone size-medium wp-image-5339" alt="AnimalEquipment" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment-300x231.jpg" width="300" height="231" /></a>\r\n<div class="clearfix"></div>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-01-24 12:59:04', '2014-01-24 17:59:04', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5343, 2, '2014-01-24 13:04:17', '2014-01-24 18:04:17', '&nbsp;\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a>\r\n\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Hagen Avicultural Research Institute</h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" alt="Haven" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" alt="Swine" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n<div class="hr"></div>\r\n<h4>Animal Equipment by Stoney</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment.jpg"><img class="alignnone size-medium wp-image-5339" alt="AnimalEquipment" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment-300x231.jpg" width="300" height="231" /></a>\r\n<div class="clearfix"></div>\r\n4210 Linda Street\r\nBacliff, TX 77518\r\n(281) 299-6171\r\n\r\n<a href="http://http://www.aestoney.com">http://www.aestoney.com</a>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-01-24 13:04:17', '2014-01-24 18:04:17', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5344, 2, '2014-01-24 13:11:08', '2014-01-24 18:11:08', '', 'ScratchNAll', 0, '', 'inherit', 'closed', 'closed', '', 'scratchnall', '', '', '2014-01-24 13:11:08', '2014-01-24 18:11:08', '', 4107, 'https://www.aazk.org/wp-content/uploads/ScratchNAll.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (6133, 2, '2014-06-23 11:10:20', '2014-06-23 16:10:20', '', 'IC WOOD JULY AKF Ad-1 (2)', 0, '', 'inherit', 'closed', 'closed', '', 'ic-wood-july-akf-ad-1-2', '', '', '2014-06-23 11:10:20', '2014-06-23 16:10:20', '', 4107, 'https://www.aazk.org/wp-content/uploads/IC-WOOD-JULY-AKF-Ad-1-2.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (6132, 2, '2014-06-23 10:51:05', '2014-06-23 15:51:05', '<h4></h4>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" alt="abi-logo" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" alt="animal_source" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" alt="blue_rhino" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" alt="CLR_Design" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" alt="DesertPlasticsheader" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" alt="ebscocom-logo" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" alt="fauna_research" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" alt="grubco" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" alt="lyontechnology" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" alt="nebraskabrand" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" alt="overland" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" alt="premier_tours" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" alt="rodentpro" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4></h4>\r\n</div>\r\n<h4>Hagen Avicultural Research Institute</h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" alt="Haven" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" alt="Swine" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n<div class="hr"></div>\r\n<h4>Animal Equipment by Stoney</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment.jpg"><img class="alignnone size-medium wp-image-5339" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment-300x231.jpg" alt="AnimalEquipment" width="300" height="231" /></a>\r\n<div class="clearfix"></div>\r\n4210 Linda Street\r\nBacliff, TX 77518\r\n(281) 299-6171\r\n\r\n<a href="http://http://www.aestoney.com">http://www.aestoney.com</a>\r\n<div class="hr"></div>\r\n<h4>Scratch N All</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg"><img class="alignnone size-full wp-image-5344" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg" alt="ScratchNAll" width="160" height="160" /></a>\r\n<div class="clearfix"></div>\r\nPO Box 92\r\nDillsburg, PA 17019\r\n(888) 972-7282\r\n\r\n<a href="http://www.scratchnall.com">http://www.scratchnall.com</a>\r\n\r\n&nbsp;\r\n<h4><span style="color: #993300;"><strong>IC Wood LLC</strong></span></h4>\r\n&nbsp;\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IC-Wood.jpg"><img class="alignnone size-medium wp-image-6082" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/IC-Wood-300x79.jpg" alt="IC Wood" width="300" height="79" /></a>\r\n\r\nIC Wood LLC\r\n\r\n4202 Wilson Road East\r\n\r\nTaberg, NY  13471\r\n\r\n315-709-7079\r\n\r\n<a href="http://icwoodllc.com">http://wwwicwoodllc.com</a>\r\n\r\n&nbsp;', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-06-23 10:51:05', '2014-06-23 15:51:05', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5345, 2, '2014-01-24 13:13:10', '2014-01-24 18:13:10', '<h4></h4>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a>\r\n\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Hagen Avicultural Research Institute</h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" alt="Haven" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" alt="Swine" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n<div class="hr"></div>\r\n<h4>Animal Equipment by Stoney</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment.jpg"><img class="alignnone size-medium wp-image-5339" alt="AnimalEquipment" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment-300x231.jpg" width="300" height="231" /></a>\r\n<div class="clearfix"></div>\r\n4210 Linda Street\r\nBacliff, TX 77518\r\n(281) 299-6171\r\n\r\n<a href="http://http://www.aestoney.com">http://www.aestoney.com</a>\r\n<h4 class="hr">Scratch N All</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg"><img class="alignnone size-full wp-image-5344" alt="ScratchNAll" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg" width="160" height="160" /></a>\r\n\r\n\r\nPO Box 92\r\nDillsburg, PA 17019\r\n(888) 972-7282', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-01-24 13:13:10', '2014-01-24 18:13:10', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5346, 2, '2014-01-24 13:15:17', '2014-01-24 18:15:17', '<h4></h4>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a>\r\n\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Hagen Avicultural Research Institute</h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" alt="Haven" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" alt="Swine" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n<div class="hr"></div>\r\n<h4>Animal Equipment by Stoney</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment.jpg"><img class="alignnone size-medium wp-image-5339" alt="AnimalEquipment" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment-300x231.jpg" width="300" height="231" /></a>\r\n<div class="clearfix"></div>\r\n4210 Linda Street\r\nBacliff, TX 77518\r\n(281) 299-6171\r\n\r\n<a href="http://http://www.aestoney.com">http://www.aestoney.com</a>\r\n<h4 class="hr">Scratch N All</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg"><img class="alignnone size-full wp-image-5344" alt="ScratchNAll" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg" width="160" height="160" /></a>\r\n\r\nPO Box 92\r\nDillsburg, PA 17019\r\n(888) 972-7282\r\n\r\n<a href="http://www.scratchnall.com">http://www.scratchnall.com</a>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-01-24 13:15:17', '2014-01-24 18:15:17', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5347, 2, '2014-01-24 13:15:48', '2014-01-24 18:15:48', '<h4></h4>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a>\r\n\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Hagen Avicultural Research Institute</h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" alt="Haven" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" alt="Swine" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n<div class="hr"></div>\r\n<h4>Animal Equipment by Stoney</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment.jpg"><img class="alignnone size-medium wp-image-5339" alt="AnimalEquipment" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment-300x231.jpg" width="300" height="231" /></a>\r\n<div class="clearfix"></div>\r\n4210 Linda Street\r\nBacliff, TX 77518\r\n(281) 299-6171\r\n\r\n<a href="http://http://www.aestoney.com">http://www.aestoney.com</a>\r\n<h4 class="hr"></h4>\r\n<h4 class="hr">Scratch N All</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg"><img class="alignnone size-full wp-image-5344" alt="ScratchNAll" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg" width="160" height="160" /></a>\r\n\r\nPO Box 92\r\nDillsburg, PA 17019\r\n(888) 972-7282\r\n\r\n<a href="http://www.scratchnall.com">http://www.scratchnall.com</a>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-01-24 13:15:48', '2014-01-24 18:15:48', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6083, 2, '2014-06-12 14:23:39', '2014-06-12 19:23:39', '<h4></h4>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" alt="abi-logo" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" alt="animal_source" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" alt="blue_rhino" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" alt="CLR_Design" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" alt="DesertPlasticsheader" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" alt="ebscocom-logo" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" alt="fauna_research" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" alt="grubco" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" alt="lyontechnology" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" alt="nebraskabrand" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" alt="overland" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" alt="premier_tours" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" alt="rodentpro" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4></h4>\r\n</div>\r\n<h4>Hagen Avicultural Research Institute</h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" alt="Haven" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" alt="Swine" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n<div class="hr"></div>\r\n<h4>Animal Equipment by Stoney</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment.jpg"><img class="alignnone size-medium wp-image-5339" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment-300x231.jpg" alt="AnimalEquipment" width="300" height="231" /></a>\r\n<div class="clearfix"></div>\r\n4210 Linda Street\r\nBacliff, TX 77518\r\n(281) 299-6171\r\n\r\n<a href="http://http://www.aestoney.com">http://www.aestoney.com</a>\r\n<div class="hr"></div>\r\n<h4>Scratch N All</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg"><img class="alignnone size-full wp-image-5344" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg" alt="ScratchNAll" width="160" height="160" /></a>\r\n<div class="clearfix"></div>\r\nPO Box 92\r\nDillsburg, PA 17019\r\n(888) 972-7282\r\n\r\n<a href="http://www.scratchnall.com">http://www.scratchnall.com</a>\r\n\r\n&nbsp;\r\n\r\nIC Wood LLC\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IC-Wood.jpg"><img class="alignnone size-medium wp-image-6082" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/IC-Wood-300x79.jpg" alt="IC Wood" width="300" height="79" /></a>\r\n\r\n&nbsp;', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-06-12 14:23:39', '2014-06-12 19:23:39', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5349, 2, '2014-01-24 13:22:33', '2014-01-24 18:22:33', '<h4></h4>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a>\r\n\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Hagen Avicultural Research Institute</h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" alt="Haven" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" alt="Swine" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n<div class="hr"></div>\r\n<h4>Animal Equipment by Stoney</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment.jpg"><img class="alignnone size-medium wp-image-5339" alt="AnimalEquipment" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment-300x231.jpg" width="300" height="231" /></a>\r\n<div class="clearfix"></div>\r\n4210 Linda Street\r\nBacliff, TX 77518\r\n(281) 299-6171\r\n\r\n<a href="http://http://www.aestoney.com">http://www.aestoney.com</a>\r\n<div class="hr"></div>\r\n<h4 class="hr"><span>Scratch N All</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg"><img class="alignnone size-full wp-image-5344" alt="ScratchNAll" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg" width="160" height="160" /></a>\r\n<div class="clearfix"></div>\r\nPO Box 92\r\nDillsburg, PA 17019\r\n(888) 972-7282\r\n\r\n<a href="http://www.scratchnall.com">http://www.scratchnall.com</a>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-01-24 13:22:33', '2014-01-24 18:22:33', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5348, 2, '2014-01-24 13:18:47', '2014-01-24 18:18:47', '<h4></h4>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a>\r\n\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Hagen Avicultural Research Institute</h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" alt="Haven" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" alt="Swine" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n<div class="hr"></div>\r\n<h4>Animal Equipment by Stoney</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment.jpg"><img class="alignnone size-medium wp-image-5339" alt="AnimalEquipment" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment-300x231.jpg" width="300" height="231" /></a>\r\n<div class="clearfix"></div>\r\n4210 Linda Street\r\nBacliff, TX 77518\r\n(281) 299-6171\r\n\r\n<a href="http://http://www.aestoney.com">http://www.aestoney.com</a>\r\n<div class="hr"></div>\r\n<h4 class="hr"><span style="font-size: 1em; line-height: 1.5em;">Scratch N All</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg"><img class="alignnone size-full wp-image-5344" alt="ScratchNAll" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg" width="160" height="160" /></a>\r\n<div class="clearfix"></div>\r\nPO Box 92\r\nDillsburg, PA 17019\r\n(888) 972-7282\r\n\r\n<a href="http://www.scratchnall.com">http://www.scratchnall.com</a>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-01-24 13:18:47', '2014-01-24 18:18:47', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5354, 2, '2014-01-24 13:27:40', '2014-01-24 18:27:40', '<h4></h4>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a>\r\n\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Hagen Avicultural Research Institute</h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" alt="Haven" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" alt="Swine" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n<div class="hr"></div>\r\n<h4>Animal Equipment by Stoney</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment.jpg"><img class="alignnone size-medium wp-image-5339" alt="AnimalEquipment" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment-300x231.jpg" width="300" height="231" /></a>\r\n<div class="clearfix"></div>\r\n4210 Linda Street\r\nBacliff, TX 77518\r\n(281) 299-6171\r\n\r\n<a href="http://http://www.aestoney.com">http://www.aestoney.com</a>\r\n<div class="hr"></div>\r\n\r\n<h4>Scratch N All</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg"><img class="alignnone size-full wp-image-5344" alt="ScratchNAll" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg" width="160" height="160" /></a>\r\n<div class="clearfix"></div>\r\nPO Box 92\r\nDillsburg, PA 17019\r\n(888) 972-7282\r\n\r\n<a href="http://www.scratchnall.com">http://www.scratchnall.com</a>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-01-24 13:27:40', '2014-01-24 18:27:40', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5350, 2, '2014-01-24 13:23:11', '2014-01-24 18:23:11', '<h4></h4>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a>\r\n\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Hagen Avicultural Research Institute</h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" alt="Haven" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" alt="Swine" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n<div class="hr"></div>\r\n<h4>Animal Equipment by Stoney</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment.jpg"><img class="alignnone size-medium wp-image-5339" alt="AnimalEquipment" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment-300x231.jpg" width="300" height="231" /></a>\r\n<div class="clearfix"></div>\r\n4210 Linda Street\r\nBacliff, TX 77518\r\n(281) 299-6171\r\n\r\n<a href="http://http://www.aestoney.com">http://www.aestoney.com</a>\r\n\r\n<h4 class="hr"><span>Scratch N All</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg"><img class="alignnone size-full wp-image-5344" alt="ScratchNAll" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg" width="160" height="160" /></a>\r\n<div class="clearfix"></div>\r\nPO Box 92\r\nDillsburg, PA 17019\r\n(888) 972-7282\r\n\r\n<a href="http://www.scratchnall.com">http://www.scratchnall.com</a>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-01-24 13:23:11', '2014-01-24 18:23:11', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5351, 2, '2014-01-24 13:24:32', '2014-01-24 18:24:32', '<h4></h4>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a>\r\n\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Hagen Avicultural Research Institute</h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" alt="Haven" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" alt="Swine" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n<div class="hr"></div>\r\n<h4>Animal Equipment by Stoney</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment.jpg"><img class="alignnone size-medium wp-image-5339" alt="AnimalEquipment" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment-300x231.jpg" width="300" height="231" /></a>\r\n<div class="clearfix"></div>\r\n4210 Linda Street\r\nBacliff, TX 77518\r\n(281) 299-6171\r\n\r\n<a href="http://http://www.aestoney.com">http://www.aestoney.com</a>\r\n<h4 class="hr"></h4>\r\n<h4 class="hr"><span>Scratch N All</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg"><img class="alignnone size-full wp-image-5344" alt="ScratchNAll" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg" width="160" height="160" /></a>\r\n<div class="clearfix"></div>\r\nPO Box 92\r\nDillsburg, PA 17019\r\n(888) 972-7282\r\n\r\n<a href="http://www.scratchnall.com">http://www.scratchnall.com</a>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-01-24 13:24:32', '2014-01-24 18:24:32', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5352, 2, '2014-01-24 13:25:14', '2014-01-24 18:25:14', '<h4></h4>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a>\r\n\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Hagen Avicultural Research Institute</h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" alt="Haven" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" alt="Swine" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n<div class="hr"></div>\r\n<h4>Animal Equipment by Stoney</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment.jpg"><img class="alignnone size-medium wp-image-5339" alt="AnimalEquipment" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment-300x231.jpg" width="300" height="231" /></a>\r\n<div class="clearfix"></div>\r\n4210 Linda Street\r\nBacliff, TX 77518\r\n(281) 299-6171\r\n\r\n<a href="http://http://www.aestoney.com">http://www.aestoney.com</a>\r\n\r\n<h4 class="hr"><span>Scratch N All</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg"><img class="alignnone size-full wp-image-5344" alt="ScratchNAll" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg" width="160" height="160" /></a>\r\n<div class="clearfix"></div>\r\nPO Box 92\r\nDillsburg, PA 17019\r\n(888) 972-7282\r\n\r\n<a href="http://www.scratchnall.com">http://www.scratchnall.com</a>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-01-24 13:25:14', '2014-01-24 18:25:14', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5353, 2, '2014-01-24 13:26:02', '2014-01-24 18:26:02', '<h4></h4>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" alt="abi-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" alt="animal_source" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" alt="blue_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" alt="CLR_Design" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" alt="DesertPlasticsheader" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" alt="ebscocom-logo" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" alt="fauna_research" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" alt="grubco" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" alt="lyontechnology" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" alt="nebraskabrand" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" alt="overland" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" alt="premier_tours" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" alt="rodentpro" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4127" alt="zoomed" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/zoomed.jpg" width="200" height="168" /></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4>Zoo Med Laboratories, Inc.</h4>\r\n<a href="http://www.zoomed.com/" target="_blank">Since 1977, we\'ve been manufacturing products for reptiles, amphibians, birds &amp; aquatic pets. Our experience &amp; dedication leads to innovative products; guaranteed to help keep your pets happy &amp; healthy!</a>\r\n\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Hagen Avicultural Research Institute</h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" alt="Haven" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" alt="Swine" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n<div class="hr"></div>\r\n<h4>Animal Equipment by Stoney</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment.jpg"><img class="alignnone size-medium wp-image-5339" alt="AnimalEquipment" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment-300x231.jpg" width="300" height="231" /></a>\r\n<div class="clearfix"></div>\r\n4210 Linda Street\r\nBacliff, TX 77518\r\n(281) 299-6171\r\n\r\n<a href="http://http://www.aestoney.com">http://www.aestoney.com</a>\r\n&nbsp;\r\n\r\n<h4 class="hr"><span>Scratch N All</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg"><img class="alignnone size-full wp-image-5344" alt="ScratchNAll" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg" width="160" height="160" /></a>\r\n<div class="clearfix"></div>\r\nPO Box 92\r\nDillsburg, PA 17019\r\n(888) 972-7282\r\n\r\n<a href="http://www.scratchnall.com">http://www.scratchnall.com</a>', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-01-24 13:26:02', '2014-01-24 18:26:02', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5355, 2, '2014-01-24 13:30:20', '2014-01-24 18:30:20', '', 'Conservation Database and Password', 0, '', 'inherit', 'closed', 'closed', '', 'conservation-database-and-password', '', '', '2014-01-24 13:30:20', '2014-01-24 18:30:20', '', 182, 'https://www.aazk.org/wp-content/uploads/Conservation-Database-and-Password.docx', 0, 'attachment', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 0) ; 
INSERT INTO `wp_posts` VALUES (5357, 2, '2014-01-24 13:32:29', '2014-01-24 18:32:29', '<h4>Purpose</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<h4>Conservation Committee Mission Statement</h4>\r\nTo promote and establish connections between AAZK members and the conservation of wildlife and their habitats.\r\n\r\nTo provide educational resources for members and their institutions about environmentally responsible practices.\r\n<h4>Vision Statement</h4>\r\nServe as a resource that will assist members in finding in situ opportunities with local, national, and international conservation projects and to initiate new conservation projects.\r\n\r\nProvide contact information to coordinate educational and development opportunities with conservationists.\r\n<h4>Co-chairs</h4>\r\n<div class="first sixcol"><img class="aligncenter size-full wp-image-841" title="kamradt" alt="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" width="110" />\r\n<p align="center">Amanda Kamradt - <em>Zoo New England </em></p>\r\n\r\n</div>\r\n<div class="last sixcol"><img class="aligncenter size-full wp-image-2428" title="christy_poelker" alt="christy_poelker" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy_poelker.jpg" width="110" />\r\n<p align="center">Christy Poelker -<em>Saint Louis Zoo</em></p>\r\n\r\n</div>\r\n<div id="inner-links"></div>\r\n<h4></h4>', 'Conservation Committee', 0, '', 'inherit', 'closed', 'closed', '', '182-revision-v1', '', '', '2014-01-24 13:32:29', '2014-01-24 18:32:29', '', 182, 'https://www.aazk.org/182-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5356, 2, '2014-01-24 13:30:45', '2014-01-24 18:30:45', '<h4>Purpose</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<h4>Conservation Committee Mission Statement</h4>\r\nTo promote and establish connections between AAZK members and the conservation of wildlife and their habitats.\r\n\r\nTo provide educational resources for members and their institutions about environmentally responsible practices.\r\n<h4>Vision Statement</h4>\r\nServe as a resource that will assist members in finding in situ opportunities with local, national, and international conservation projects and to initiate new conservation projects.\r\n\r\nProvide contact information to coordinate educational and development opportunities with conservationists.\r\n<h4>Co-chairs</h4>\r\n<div class="first sixcol"><img class="aligncenter size-full wp-image-841" title="kamradt" alt="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" width="110" />\r\n<p align="center">Amanda Kamradt - <em>Zoo New England </em></p>\r\n\r\n</div>\r\n<div class="last sixcol"><img class="aligncenter size-full wp-image-2428" title="christy_poelker" alt="christy_poelker" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy_poelker.jpg" width="110" />\r\n<p align="center">Christy Poelker -<em>Saint Louis Zoo</em></p>\r\n\r\n</div>\r\n<div id="inner-links"></div>\r\n<h4>Conservation Database</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Database-and-Password.docx">Conservation Database</a>', 'Conservation Committee', 0, '', 'inherit', 'closed', 'closed', '', '182-revision-v1', '', '', '2014-01-24 13:30:45', '2014-01-24 18:30:45', '', 182, 'https://www.aazk.org/182-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5360, 0, '2014-01-27 11:55:27', '2014-01-27 16:55:27', 'DESCRIPTION\r\n\r\nTiger World is located just 20 minutes North of Charlotte, NC and has animals including Lions, Tigers, Leopards, Lemurs, Baboons, Bears and more. We have available 3-month Intern positions throughout the year including for the SPRING, SUMMER, and FALL 2014. If you have always wanted an opportunity to work with these amazing animals please apply. Visit our website at www.TigerWorld.us to learn more about us.\r\n\r\nRESPONSIBILITIES\r\n\r\nInterns will have the opportunity to gain practical work experience and knowledge caring for Bears, Primates, and Big Cats.  Under close supervision you will learn how to prepare diets, clean habitats, observe and document, implement enrichment, repair and build enclosures, give guided tours to visitors, assist with veterinary care, crate animals for transport and more.  There are opportunities for extending the internship to six [6] months and more advanced learning depending upon your commitment, dedication, and how well you work with the team and animals.\r\n\r\nREQUIREMENTS\r\n\r\n1. Candidates should have at least two (2) years of program studies in zoology, animal management, biology, exotic animal husbandry or a related field.  Applicants who have already achieved their bachelors is a plus.\r\n\r\n2. Must be able to do some heavy lifting of at least 50 pounds.\r\n\r\n3. Must be able to work in unfavorable weather conditions including rain, snow, extreme heat, and freezing temperatures.\r\n\r\n4. Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\n\r\n5. Must be able to follow instructions and required policies and procedures.\r\n\r\n6. Must be honest, trustworthy and organized.\r\n\r\n7. Must have valid driver\'s license and social security card or if from outside the US, a Green Card and Visa, or Visa Waiver Program.\r\n\r\n8. One [1] letter of reference/recommendation.\r\n\r\n9. Unofficial or official school transcript and/or a copy of your degree.\r\n\r\n10. Up to date vaccinations including for Tetanus and be TB Negative.\r\n\r\nCOMPENSATION\r\n\r\nThis is an unpaid voluntary position, however housing and a weekly stipend of $50 will be provided.  The use of the company vehicle is available for insured drivers.  We also evaluate the Interns for future employment opportunities with Tiger World. \r\n\r\nThis internship is not affiliated with a college or university for credit hours, however some colleges and universities have recognized Tiger World to fulfill internship requirements.  It is the applicants responsibility to determine if your college or university recognizes Tiger World\'s Intern studies program.\r\n\r\nHOW TO APPLY\r\nPlease send your Resumé and Cover Letter to Careers@tigerworld.us along with your letter of recommendation and transcripts.  We also enjoy pictures of your past experiences with your application.  Please specify the months you will be available for the internship.  We carefully evaluate all applicants and will call for interviews over the phone.  Good Luck!\r\n', 'CARNIVORE/PRIMATE INTERN', 0, 'Tiger World Interns will have the opportunity to gain practical work experience and knowledge caring for Bears, Primates, and Big Cats. APPLY NOW!', 'inherit', 'closed', 'closed', '', '5359-revision-v1', '', '', '2014-01-27 11:55:27', '2014-01-27 16:55:27', '', 5359, 'https://www.aazk.org/5359-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5361, 3, '2014-01-28 15:50:46', '2014-01-28 20:50:46', '<h5>Facility</h5>\r\n<p>Randall Oaks Park and Barnyard Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nPerforms skilled tasks related to park and zoo maintenance.  Effectively leads crews from 1-5 staff.  Serves as Manager on Duty when the park and zoo are open for business.  \r\n<h6>Education and Pre-requisites</h6>\r\nHigh school diploma or equivalent. Five years experience in related field. Ability to read, understand and apply technical operation maintenance and repair manuals, Knowledge and practices of animal care, park maintenance, vehicle and equipment maintenance and repair. Proficient in operation of tools, vehicles and equipment. Valid Pesticide Operator’s license or ability to obtain with 90 days. Speak, writes, read the English language fluently. \r\n<h6>Compensation and benefits</h6>\r\nPark Services Department, 750 N. Randall Road, West Dundee, IL 60118.  This is a non-exempt full-time year-round position normally working 40 hours per week. Scheduled days and times vary.  Weekend or holiday work will be required as well as irregular hours.\r\n\r\n$12.00 - $15.86/hr., depending on qualifications.  Full benefit package including medical, dental, life, IMRF retirement and comprehensive leave package.\r\n<h6>Application instructions</h6>\r\nsend applications found on our website along with your resume to:\r\nHiring Manager, Park Services Department\r\n750 N. Randall Road\r\nWest Dundee, IL 60118\r\n847-551-4310 or email: mholbrook@dtpd.org\r\nwebsite:  www.dtpd.org\r\n\r\n\r\n', 'Park Specialist', 0, '', 'publish', 'closed', 'closed', '', 'park-specialist', '', '', '2014-01-28 15:50:46', '2014-01-28 20:50:46', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5361', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5362, 0, '2014-01-28 15:50:46', '2014-01-28 20:50:46', '', 'Park Specialist', 0, '', 'inherit', 'closed', 'closed', '', '5361-revision-v1', '', '', '2014-01-28 15:50:46', '2014-01-28 20:50:46', '', 5361, 'https://www.aazk.org/5361-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5363, 0, '2014-01-28 15:50:46', '2014-01-28 20:50:46', '<h5>Facility</h5>\r\n<p>Randall Oaks Park and Barnyard Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nPerforms skilled tasks related to park and zoo maintenance.  Effectively leads crews from 1-5 staff.  Serves as Manager on Duty when the park and zoo are open for business.  \r\n<h6>Education and Pre-requisites</h6>\r\nHigh school diploma or equivalent. Five years experience in related field. Ability to read, understand and apply technical operation maintenance and repair manuals, Knowledge and practices of animal care, park maintenance, vehicle and equipment maintenance and repair. Proficient in operation of tools, vehicles and equipment. Valid Pesticide Operator’s license or ability to obtain with 90 days. Speak, writes, read the English language fluently. \r\n<h6>Compensation and benefits</h6>\r\nPark Services Department, 750 N. Randall Road, West Dundee, IL 60118.  This is a non-exempt full-time year-round position normally working 40 hours per week. Scheduled days and times vary.  Weekend or holiday work will be required as well as irregular hours.\r\n\r\n$12.00 - $15.86/hr., depending on qualifications.  Full benefit package including medical, dental, life, IMRF retirement and comprehensive leave package.\r\n<h6>Application instructions</h6>\r\nsend applications found on our website along with your resume to:\r\nHiring Manager, Park Services Department\r\n750 N. Randall Road\r\nWest Dundee, IL 60118\r\n847-551-4310 or email: mholbrook@dtpd.org\r\nwebsite:  www.dtpd.org\r\n\r\n\r\n', 'Park Specialist', 0, '', 'inherit', 'closed', 'closed', '', '5361-revision-v1', '', '', '2014-01-28 15:50:46', '2014-01-28 20:50:46', '', 5361, 'https://www.aazk.org/5361-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5364, 3, '2014-01-28 16:03:55', '2014-01-28 21:03:55', 'Under the general supervision of the Zoo Curator and Consulting Veterinarian(s) this position provides paraprofessional medical care and treatment to all animals in the Happy Hollow Park &amp; Zoo collection. The ideal candidate will possess excellent communication skills (verbal and written) and must have the ability to establish and maintain effective working relationships with other Happy Hollow Park &amp; Zoo staff and the visiting public.  Familiarity and experience providing veterinary assistance to a wide variety of taxa including birds, carnivores, hoofstock, primates and herptiles and certification as an Animal Health Technician/Veterinary Technician is preferred.  The part-time Animal Health Technician will perform routine veterinary technician responsibilities such as blood draws and analysis, microbiological analysis, specimen collection, medical record keeping and updating, assisting staff and veterinarians with radiology, surgery, necropsies, and provide care for animals in Quarantine and hospital or off exhibit holding.  \r\nFor comoplete information including instructions on how to apply go to:\r\nhttps://cityjobs.sanjoseca.gov/psc/prod/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL\r\n', 'Animal Health Technician PT benefitted', 0, 'Happy Hollow Park &amp; Zoo  Animal Health Technician PT benefitted (32 hrs/wk) https://cityjobs.sanjoseca.gov/psc/prod/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL', 'publish', 'closed', 'closed', '', 'animal-health-technician-pt-benefitted', '', '', '2014-01-28 16:03:55', '2014-01-28 21:03:55', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5364', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5365, 0, '2014-01-28 16:03:55', '2014-01-28 21:03:55', 'Under the general supervision of the Zoo Curator and Consulting Veterinarian(s) this position provides paraprofessional medical care and treatment to all animals in the Happy Hollow Park &amp; Zoo collection. The ideal candidate will possess excellent communication skills (verbal and written) and must have the ability to establish and maintain effective working relationships with other Happy Hollow Park &amp; Zoo staff and the visiting public.  Familiarity and experience providing veterinary assistance to a wide variety of taxa including birds, carnivores, hoofstock, primates and herptiles and certification as an Animal Health Technician/Veterinary Technician is preferred.  The part-time Animal Health Technician will perform routine veterinary technician responsibilities such as blood draws and analysis, microbiological analysis, specimen collection, medical record keeping and updating, assisting staff and veterinarians with radiology, surgery, necropsies, and provide care for animals in Quarantine and hospital or off exhibit holding.  \r\nFor comoplete information including instructions on how to apply go to:\r\nhttps://cityjobs.sanjoseca.gov/psc/prod/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL\r\n', 'Animal Health Technician PT benefitted', 0, 'Happy Hollow Park &amp; Zoo  Animal Health Technician PT benefitted (32 hrs/wk) https://cityjobs.sanjoseca.gov/psc/prod/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL', 'inherit', 'closed', 'closed', '', '5364-revision-v1', '', '', '2014-01-28 16:03:55', '2014-01-28 21:03:55', '', 5364, 'https://www.aazk.org/5364-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5367, 0, '2014-01-29 16:15:17', '2014-01-29 21:15:17', 'The Education Program Coordinator / Small Mammal Keeper will be responsible for accomplishing animal care, exhibit maintenance, and coordination of the Educational Programs.  This position requires an individual with a high degree of professional experience who takes pride in work well done.  Must be a proven leader, team player, and team member.  The priorities for this position include attention to animal care and health, fostering a positive team environment, and accomplishing an excellent guest experience.\r\nEssential Job Functions\r\n•	All team members must understand the significance of their role and how they can positively impact visitors.  Pro-active, friendly communication will be expected at all times, as well as anticipating visitors’ needs and desires. \r\n\r\n•	Provides for the needs of a wide range of mammals, birds, reptiles, and invertebrates through regular feedings, administering treatments as directed, exhibit maintenance and environmental enrichment programs for the species.\r\n\r\n•	Input of data into the animal records databases; assures that appropriate records are kept on all husbandry including daily care and animal health.\r\n\r\n•	Coordinates the purchasing relating to purchases such as food for the animal collection; assures that animal food, maintenance equipment and supplies are ordered and stocked in appropriate amounts, given the needs of the facility and the availability of resources.\r\n\r\n•	Exceptional use of time management techniques.\r\n\r\n•	Keep all exhibit areas and off exhibit areas clean, neat and well organized.\r\n\r\n•	Help train new employees to assure compliance with established standards and protocols.\r\n\r\n•	Perform other related duties as assigned.\r\n \r\nRequirements\r\nTo perform this job successfully, an individual must be able to perform each duty satisfactorily. The requirements listed below are representative of the knowledge, skill, and/or ability required.  \r\n\r\nExperience- One year of professional experience at a public zoo, wildlife park, animal facility or similar institution and a demonstrated knowledge of zoological operations. \r\n\r\nOther Requirements- Demonstrated ability to lead and work as a part of a team in a constantly changing environment as well as individually, with a minimum of supervision\r\n\r\nA valid driver’s License with a good driving record\r\n\r\nAbility to drive small-medium size trucks is required. \r\n	\r\nAbility to work a flexible schedule which includes evenings and/or weekends and holidays.\r\n\r\nAbility to respond to emergencies on an on-call basis.  \r\n\r\nLanguage Skills- Ability to read, analyze and interpret general business periodicals, \r\nprofessional journals, technical procedures or governmental regulations.  Ability to write \r\nreports and business correspondence.  Abilities to effectively present \r\ninformation and respond to questions from managers, clients, customers and the \r\ngeneral public. \r\n\r\nInterpersonal Skills – friendly, positive attitude toward others. Ability to display servant\r\nbased behaviors to include: being patient, kind, humble, respectful, selfless, forgiving, honest and committed.\r\n\r\nGuest/Customer Service Skills— must have knowledge of principles for providing quality customer service. This includes understanding guest needs, meeting quality standards for service and guest satisfaction.\r\n\r\nReasoning Ability- Ability to apply common sense understanding to carry out instructions \r\nfurnished in written, oral or diagram form. Ability to deal with problems involving several \r\nconcrete variables in standardized situations.\r\n\r\nPhysical Demands- Must be able to work outdoors in any weather, lift 50 pounds, walk briskly or run if needed.  Must be able to move heavier items with assistance and do repetitive physical work such as raking and shoveling.\r\n\r\nWork Environment- Mostly outdoors in all weather. Some areas such as the reptile area are hot and humid. Must be able to handle or be near any animal in the collection. Will be exposed to several outdoor allergens such as dust and hay.\r\n\r\nComputer Skills- Must have working knowledge of Microsoft based office programs (Excel, Word, Outlook) \r\n\r\nPublic Presentation- Must be able to present to small and large crowds and work well with large groups of children.\r\n\r\nPre Employment Testing- Successful candidates must pass pre-employment drug screening, background check and TB test.\r\n\r\nCompensation – $10-$13 per hour DOE\r\n\r\nBenefits- One week paid vacation for every one year worked. Vacation times and dates must be approved by management.  Low cost housing is available on site. Commission on some tour sales.  Annual Bonus. No medical or relocation benefits.\r\n\r\nMonterey Zoological Society, Inc. is an Equal Opportunity Employer.\r\n\r\n\r\nApply online https://adobeformscentral.com/?f=15AtIdQ3Nfrd9BZ8eWrG2Q\r\n', 'Educational Program Coordinator - Small Mammal Keeper', 0, 'The Education Program Coordinator / Small Mammal Keeper will be responsible for animal care, exhibit maintenance, and coordination of the education programs.', 'inherit', 'closed', 'closed', '', '5366-revision-v1', '', '', '2014-01-29 16:15:17', '2014-01-29 21:15:17', '', 5366, 'https://www.aazk.org/5366-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5368, 3, '2014-01-30 10:55:08', '2014-01-30 15:55:08', 'The Phoenix Zoo is seeking a full-time Grounds Quality to perform custodial services, clean restrooms, picnic tables, water fountains, offices, benches and other items on Zoo grounds.  Grounds Quality personnel also help with event set-up and tear down, arranging tables and chairs according to event requests.    \r\n\r\nMinimum requirements include ability to work a flexible schedule including evenings and weekends, and possession of a valid driver’s license. All Phoenix Zoo employees must pass pre-employment background checks including a drug test, this position will also require clear annual Tb testing.\r\n\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=614&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Grounds Quality Associate', 0, '', 'publish', 'closed', 'closed', '', 'grounds-quality-associate', '', '', '2014-01-30 10:55:08', '2014-01-30 15:55:08', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5368', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5369, 0, '2014-01-30 10:55:08', '2014-01-30 15:55:08', 'The Phoenix Zoo is seeking a full-time Grounds Quality to perform custodial services, clean restrooms, picnic tables, water fountains, offices, benches and other items on Zoo grounds.  Grounds Quality personnel also help with event set-up and tear down, arranging tables and chairs according to event requests.    \r\n\r\nMinimum requirements include ability to work a flexible schedule including evenings and weekends, and possession of a valid driver’s license. All Phoenix Zoo employees must pass pre-employment background checks including a drug test, this position will also require clear annual Tb testing.\r\n\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=614&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Grounds Quality Associate', 0, '', 'inherit', 'closed', 'closed', '', '5368-revision-v1', '', '', '2014-01-30 10:55:08', '2014-01-30 15:55:08', '', 5368, 'https://www.aazk.org/5368-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5370, 3, '2014-01-30 10:55:50', '2014-01-30 15:55:50', 'The Phoenix Zoo is currently seeking an Individual Giving Associate to focus on expanding the current donor base, including all aspects of prospect identification, cultivation, solicitation and stewardship of individuals and some grant donors. The position focuses on relationship development with the donor community to obtain support for annual and capital programs.  This will be accomplished through strategic planning; effective grant writing and communication skills; individual activity and by working in collaboration with others. Our Individual Giving Associate will also participate in the planning of Rendez-Zoo (and other key fundraising events), securing and managing table sales, assisting with the auction elements, and providing on-site guest relations during the event.\r\n\r\nMinimum qualifications for this position include at least 3 years fundraising experience with a proven track record of success in the solicitation of grant opportunities and individual gifts, with a preference for a candidate with experience in the Phoenix market. Further requirements include a Bachelor’s Degree in business, non-profit administration or related field, experience in grant/proposal writing, proven experience meeting with individuals in a one-on-one setting as well as with corporate and foundation personnel, excellent oral and written communication skills, including an ability to develop and make presentations to potential donors, boards of directors, and a variety of stakeholders, demonstrated ability to both work with a high degree of autonomy and participate effectively on a team.\r\n\r\nAll Phoenix Zoo employees are required to pass a pre-employment background check including a drug test, this position also requires a valid driver’s license and clear annual TB testing.\r\n\r\nThis exempt-level position has a starting salary of  40k/year ($19.07/hour starting pay DOE), and includes our full benefits package with medical, dental and vision insurance, 401(k) with company match, and generous paid time off.\r\n\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=612&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from our job page it is closed and we will no longer accept applications.  \r\n', 'Individual Giving Associate', 0, '', 'publish', 'closed', 'closed', '', 'individual-giving-associate', '', '', '2014-01-30 10:55:50', '2014-01-30 15:55:50', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5370', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5371, 0, '2014-01-30 10:55:50', '2014-01-30 15:55:50', 'The Phoenix Zoo is currently seeking an Individual Giving Associate to focus on expanding the current donor base, including all aspects of prospect identification, cultivation, solicitation and stewardship of individuals and some grant donors. The position focuses on relationship development with the donor community to obtain support for annual and capital programs.  This will be accomplished through strategic planning; effective grant writing and communication skills; individual activity and by working in collaboration with others. Our Individual Giving Associate will also participate in the planning of Rendez-Zoo (and other key fundraising events), securing and managing table sales, assisting with the auction elements, and providing on-site guest relations during the event.\r\n\r\nMinimum qualifications for this position include at least 3 years fundraising experience with a proven track record of success in the solicitation of grant opportunities and individual gifts, with a preference for a candidate with experience in the Phoenix market. Further requirements include a Bachelor’s Degree in business, non-profit administration or related field, experience in grant/proposal writing, proven experience meeting with individuals in a one-on-one setting as well as with corporate and foundation personnel, excellent oral and written communication skills, including an ability to develop and make presentations to potential donors, boards of directors, and a variety of stakeholders, demonstrated ability to both work with a high degree of autonomy and participate effectively on a team.\r\n\r\nAll Phoenix Zoo employees are required to pass a pre-employment background check including a drug test, this position also requires a valid driver’s license and clear annual TB testing.\r\n\r\nThis exempt-level position has a starting salary of  40k/year ($19.07/hour starting pay DOE), and includes our full benefits package with medical, dental and vision insurance, 401(k) with company match, and generous paid time off.\r\n\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=612&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from our job page it is closed and we will no longer accept applications.  \r\n', 'Individual Giving Associate', 0, '', 'inherit', 'closed', 'closed', '', '5370-revision-v1', '', '', '2014-01-30 10:55:50', '2014-01-30 15:55:50', '', 5370, 'https://www.aazk.org/5370-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5372, 3, '2014-01-30 14:34:47', '2014-01-30 19:34:47', 'The Phoenix Zoo is currently seeking a part-time keeper for our Animal Resources Department.  Animal Resources keepers support designated public experiences by developing and maintaining animal cued behaviors and animal shows and programs.  AR Keepers daily duties include observation of and reporting on all assigned animals, routine husbandry, monitoring diets, performing assigned and approved Behavioral Enrichment activities and animal training procedures, conducting interpretive programs and animal stage shows, and engaging and communicating with guests.  \r\n\r\nMinimum requirements for this position include a HS diploma with a preference for a BS degree in Life Science or equivalent experience, 1 year paid experience in work relevant to animal husbandry, experience in operant conditioning, ability to lift up to 50 lbs., valid driver’s license, and must be able to work outdoors in all types of weather.  The ideal candidate will be friendly and outgoing, and able to captivate groups of all ages and sizes.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  \r\n\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=618&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Keeper I - Animal Resources (part-time)', 0, '', 'publish', 'closed', 'closed', '', 'keeper-i-animal-resources-part-time', '', '', '2014-01-30 14:34:47', '2014-01-30 19:34:47', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5372', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5373, 0, '2014-01-30 14:34:47', '2014-01-30 19:34:47', 'The Phoenix Zoo is currently seeking a part-time keeper for our Animal Resources Department.  Animal Resources keepers support designated public experiences by developing and maintaining animal cued behaviors and animal shows and programs.  AR Keepers daily duties include observation of and reporting on all assigned animals, routine husbandry, monitoring diets, performing assigned and approved Behavioral Enrichment activities and animal training procedures, conducting interpretive programs and animal stage shows, and engaging and communicating with guests.  \r\n\r\nMinimum requirements for this position include a HS diploma with a preference for a BS degree in Life Science or equivalent experience, 1 year paid experience in work relevant to animal husbandry, experience in operant conditioning, ability to lift up to 50 lbs., valid driver’s license, and must be able to work outdoors in all types of weather.  The ideal candidate will be friendly and outgoing, and able to captivate groups of all ages and sizes.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  \r\n\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=618&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Keeper I - Animal Resources (part-time)', 0, '', 'inherit', 'closed', 'closed', '', '5372-revision-v1', '', '', '2014-01-30 14:34:47', '2014-01-30 19:34:47', '', 5372, 'https://www.aazk.org/5372-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5374, 3, '2014-01-31 11:14:31', '2014-01-31 16:14:31', 'Utah’s Hogle Zoo is announcing the opening of a full time position as an Animal Keeper in the Asian Highlands feline area, within the Animal Care Department.\r\n\r\nThe Zoo is seeking a highly-qualified animal care specialist to provide superior daily care to a diverse group of felines including Amur Leopards, Amur Tigers, Snow Leopards, and Pallas Cats among others. Will be involved with conservation breeding programs, introductions for housing, veterinary procedures, exhibit maintenance, animal demonstrations, addressing the media, education programs, and caring for other animals or areas as needed.  \r\n\r\nApplicants must be able to work effectively in a strong team environment, foster positive interactions with guests and other Zoo departments, serve as an ambassador for the Zoo and liaison to the Association of Zoos and Aquariums in regards to animal programs, and possess a strong commitment to wildlife conservation, animal welfare, and providing a high-quality guest experience. Excellent writing and public speaking skills are necessary. At least 2-years paid experience working with large cats in a zoo is required. There is a strong expectation of experience in operant conditioning and training techniques and ability to uphold high enrichment standards. A minimum of two years of experience with felines required and degree in life sciences, biology, zoology or related field is preferred. \r\n\r\nSalt Lake City, Utah, is the gateway for outstanding outdoor activities with world-class skiing less than 30 minutes away and more than 20 National Parks and monuments within a few hours\' drive – this area is ideal for nature lovers!  \r\n\r\nApplicant must be able to work under diverse and variable weather conditions and be able to lift over 60 pounds without injury, bend, stoop, jump, stretch. Good driving record required. \r\n\r\nFull time, benefit eligible position. Utah\'s Hogle Zoo is an Equal Opportunity Employer. \r\n', 'Animal Keeper- Asian Highlands/Feline Area', 0, 'Anyone interested in this position should send a cover letter and resume to Gina Phillips, Animal Care Supervisor, (gphillips@hoglezoo.org) by February 15, 2013', 'publish', 'closed', 'closed', '', 'animal-keeper-asian-highlandsfeline-area', '', '', '2014-01-31 11:14:31', '2014-01-31 16:14:31', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5374', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5375, 0, '2014-01-31 11:14:31', '2014-01-31 16:14:31', 'Utah’s Hogle Zoo is announcing the opening of a full time position as an Animal Keeper in the Asian Highlands feline area, within the Animal Care Department.\r\n\r\nThe Zoo is seeking a highly-qualified animal care specialist to provide superior daily care to a diverse group of felines including Amur Leopards, Amur Tigers, Snow Leopards, and Pallas Cats among others. Will be involved with conservation breeding programs, introductions for housing, veterinary procedures, exhibit maintenance, animal demonstrations, addressing the media, education programs, and caring for other animals or areas as needed.  \r\n\r\nApplicants must be able to work effectively in a strong team environment, foster positive interactions with guests and other Zoo departments, serve as an ambassador for the Zoo and liaison to the Association of Zoos and Aquariums in regards to animal programs, and possess a strong commitment to wildlife conservation, animal welfare, and providing a high-quality guest experience. Excellent writing and public speaking skills are necessary. At least 2-years paid experience working with large cats in a zoo is required. There is a strong expectation of experience in operant conditioning and training techniques and ability to uphold high enrichment standards. A minimum of two years of experience with felines required and degree in life sciences, biology, zoology or related field is preferred. \r\n\r\nSalt Lake City, Utah, is the gateway for outstanding outdoor activities with world-class skiing less than 30 minutes away and more than 20 National Parks and monuments within a few hours\' drive – this area is ideal for nature lovers!  \r\n\r\nApplicant must be able to work under diverse and variable weather conditions and be able to lift over 60 pounds without injury, bend, stoop, jump, stretch. Good driving record required. \r\n\r\nFull time, benefit eligible position. Utah\'s Hogle Zoo is an Equal Opportunity Employer. \r\n', 'Animal Keeper- Asian Highlands/Feline Area', 0, 'Anyone interested in this position should send a cover letter and resume to Gina Phillips, Animal Care Supervisor, (gphillips@hoglezoo.org) by February 15, 2013', 'inherit', 'closed', 'closed', '', '5374-revision-v1', '', '', '2014-01-31 11:14:31', '2014-01-31 16:14:31', '', 5374, 'https://www.aazk.org/5374-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5376, 3, '2014-01-31 11:20:08', '2014-01-31 16:20:08', 'Utah’s Hogle Zoo is announcing the opening of a full time position as an Animal Keeper in the Primate team, within the Animal Care Department.\r\n\r\nThe Zoo is seeking a highly-qualified animal care specialist to provide superior daily care to many species of primates including great apes. Will be involved with exhibit maintenance, conservation breeding programs, introductions for housing, veterinary procedures, animal training and enrichment, addressing the media, education programs, research and caring for other animals or areas as needed.\r\n\r\nAt least 2-years paid experience working with primates is required. There is a strong expectation of experience in operant conditioning and training techniques and ability to uphold high enrichment standards.\r\nApplicants must be able to work effectively in a strong team environment, foster positive interactions with guests and other Zoo departments, serve as an ambassador for the Zoo and liaison to the Association of Zoos and Aquariums in regards to animal programs, and possess a strong commitment to wildlife conservation, animal welfare, and providing a high-quality guest experience.\r\nExcellent writing and public speaking skills are necessary.\r\nDegree in life sciences, biology, zoology or related field is preferred.\r\nApplicant must be able to work under diverse and variable weather conditions and be able to lift over 60 pounds without injury, and bend, stoop, jump, and stretch.\r\nGood driving record required.\r\nSalt Lake City, Utah, is the gateway for outstanding outdoor activities with world-class skiing less than 30 minutes away and more than 20 National Parks and monuments within a few hours’ drive – this area is ideal for nature lovers!\r\n\r\nFull time, benefit eligible position. Utah\'s Hogle Zoo is an Equal Opportunity Employer. \r\n', 'Animal Keeper- Primates ', 0, 'Anyone interested should send resume and cover letter to Boanna Owens, Animal Care Supervisor, (bowens@hoglezoo.org) by February 28, 2014. ', 'publish', 'closed', 'closed', '', 'animal-keeper-primates', '', '', '2014-01-31 11:20:08', '2014-01-31 16:20:08', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5376', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5377, 0, '2014-01-31 11:20:08', '2014-01-31 16:20:08', 'Utah’s Hogle Zoo is announcing the opening of a full time position as an Animal Keeper in the Primate team, within the Animal Care Department.\r\n\r\nThe Zoo is seeking a highly-qualified animal care specialist to provide superior daily care to many species of primates including great apes. Will be involved with exhibit maintenance, conservation breeding programs, introductions for housing, veterinary procedures, animal training and enrichment, addressing the media, education programs, research and caring for other animals or areas as needed.\r\n\r\nAt least 2-years paid experience working with primates is required. There is a strong expectation of experience in operant conditioning and training techniques and ability to uphold high enrichment standards.\r\nApplicants must be able to work effectively in a strong team environment, foster positive interactions with guests and other Zoo departments, serve as an ambassador for the Zoo and liaison to the Association of Zoos and Aquariums in regards to animal programs, and possess a strong commitment to wildlife conservation, animal welfare, and providing a high-quality guest experience.\r\nExcellent writing and public speaking skills are necessary.\r\nDegree in life sciences, biology, zoology or related field is preferred.\r\nApplicant must be able to work under diverse and variable weather conditions and be able to lift over 60 pounds without injury, and bend, stoop, jump, and stretch.\r\nGood driving record required.\r\nSalt Lake City, Utah, is the gateway for outstanding outdoor activities with world-class skiing less than 30 minutes away and more than 20 National Parks and monuments within a few hours’ drive – this area is ideal for nature lovers!\r\n\r\nFull time, benefit eligible position. Utah\'s Hogle Zoo is an Equal Opportunity Employer. \r\n', 'Animal Keeper- Primates ', 0, 'Anyone interested should send resume and cover letter to Boanna Owens, Animal Care Supervisor, (bowens@hoglezoo.org) by February 28, 2014. ', 'inherit', 'closed', 'closed', '', '5376-revision-v1', '', '', '2014-01-31 11:20:08', '2014-01-31 16:20:08', '', 5376, 'https://www.aazk.org/5376-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5378, 3, '2014-01-31 13:30:50', '2014-01-31 18:30:50', 'The apprentice will learn about the physical health and psychological well being of the animals under his/her care.  Work ranges from the physical tasks associated with feeding and maintenance of living areas to more analytical tasks.  The apprentice animal keeper is expected to develop a comprehensive knowledge of the natural history of the species under his/her care, to conduct ongoing assessment of species physical and psycho-social needs, and to design and implement steps to address these needs (including enrichment and training). S/he must possess sound judgment in the care of wild animals, work cooperatively and communicate well with co-workers, volunteers, and supervisors, and demonstrate good public relations skills with zoo guests. \r\n\r\nRequirements:\r\n•Minimum of six months (1040 hours) experience working with wildlife and/ or livestock\r\n•High school diploma and valid driver’s license required\r\n•Must be able to lift 50lbs. and move 120lbs\r\n•Bachelor’s degree in zoology, biology, or a related field (preferred)\r\n\r\nPosition:  40 hours per week. \r\nLength of Apprenticeship: 9 months; beginning 1 April 2014\r\nSalary:  $10.50 per hour\r\n\r\nResumes accepted until 15 February 2014.  \r\nApplicants not meeting the minimum requirements will not receive a response. Due to the competitive nature of this posting, minimum requirements may be raised. \r\n\r\nSend cover letter and resume electronically to:	\r\nDarren Minier\r\ndminier@oaklandzoo.org			\r\n', 'Apprentice Animal Keeper', 0, 'Oakland Zoo has 4 openings for paid apprentice keeper.\r\nThe apprenticeship lasts for 9 months and starts on April 1, 2014', 'publish', 'closed', 'closed', '', 'apprentice-animal-keeper', '', '', '2014-01-31 13:30:50', '2014-01-31 18:30:50', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5378', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5379, 0, '2014-01-31 13:30:50', '2014-01-31 18:30:50', 'The apprentice will learn about the physical health and psychological well being of the animals under his/her care.  Work ranges from the physical tasks associated with feeding and maintenance of living areas to more analytical tasks.  The apprentice animal keeper is expected to develop a comprehensive knowledge of the natural history of the species under his/her care, to conduct ongoing assessment of species physical and psycho-social needs, and to design and implement steps to address these needs (including enrichment and training). S/he must possess sound judgment in the care of wild animals, work cooperatively and communicate well with co-workers, volunteers, and supervisors, and demonstrate good public relations skills with zoo guests. \r\n\r\nRequirements:\r\n•Minimum of six months (1040 hours) experience working with wildlife and/ or livestock\r\n•High school diploma and valid driver’s license required\r\n•Must be able to lift 50lbs. and move 120lbs\r\n•Bachelor’s degree in zoology, biology, or a related field (preferred)\r\n\r\nPosition:  40 hours per week. \r\nLength of Apprenticeship: 9 months; beginning 1 April 2014\r\nSalary:  $10.50 per hour\r\n\r\nResumes accepted until 15 February 2014.  \r\nApplicants not meeting the minimum requirements will not receive a response. Due to the competitive nature of this posting, minimum requirements may be raised. \r\n\r\nSend cover letter and resume electronically to:	\r\nDarren Minier\r\ndminier@oaklandzoo.org			\r\n', 'Apprentice Animal Keeper', 0, 'Oakland Zoo has 4 openings for paid apprentice keeper.\r\nThe apprenticeship lasts for 9 months and starts on April 1, 2014', 'inherit', 'closed', 'closed', '', '5378-revision-v1', '', '', '2014-01-31 13:30:50', '2014-01-31 18:30:50', '', 5378, 'https://www.aazk.org/5378-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5380, 2788, '2014-01-31 17:53:01', '2014-01-31 22:53:01', 'The Lead Live Animal Keeper will coordinate Live Animal Keeper schedules, assign tasks, and ensure effective daily operations in any space where live animals are exhibited or housed. This person will work alongside Live Animal Keepers to perform routine feeding, cleaning, and veterinary care. The Lead will also assist in recruitment of new Keepers and act as a mentor for incoming staff and volunteers.  \r\n\r\nSupervisory Responsibilities:  \r\n•	Acting as a mentor for Live Animal Keepers and Gallery Interpreters in education technique, safety and protocol as it pertains to the Live Animal Program.\r\n•	Work alongside Live Animal Keepers to perform routine feeding and cleaning of live animals, and coordinate caretaker schedules and assign tasks.  On a daily basis, ensure general operations are running smoothly in any space where live animals are exhibited or housed \r\n•	Be able to perform all tasks as they are described in the Live Animal Keeper position.\r\n•	Act as mentor to Live Animal Keepers and volunteers.\r\n•	Develop and distribute shift schedules for Live Animal Keepers. \r\n•	Monitor and report staff/volunteer performance to the Vertebrate/Invertebrate Live Animal Program Managers as it pertains to their subsequent areas of responsibility.\r\n•	Document minor workplace infractions and forward all documentation to the Vertebrate/Invertebrate Live Animal Program Managers, and work to resolve minor staff issues.\r\n\r\nEducational Responsibilities:\r\n•	Interact with visitors, answer public inquiries, deliver education programs, and participate in public relations activities, in consultation with the Vertebrate/Invertebrate Live Animal Program Managers.\r\n•	Serves as Museum advocate and interpretation professional relating to all live animal programs.\r\n•	May assist in the development of new live animal exhibits and education presentations.\r\n\r\nTechnical Responsibilities:	\r\n•	Monitors and troubleshoots all facility, equipment, husbandry and health issues as they relate to animal health and well-being.\r\n•	Implements procedures recommended by consulting veterinarian.\r\n•	Understands and can oversee the husbandry needs of the Museum’s live animals. \r\n•	Assures that supplies are well stocked in both vertebrate and invertebrate animal care areas.\r\n•	Assures that all USDA, DFW, DEA, veterinary premise, and city permit requirements are adhered to.\r\n\r\nEducation, Certificates, Experience, or Licenses, required: \r\n•	Associate of Science degree in Zoology, Biology, or related field, or a combination of 3 years’ education and professional experience or accredited certification in exotic animal husbandry. \r\n•	Demonstrated knowledge of reptile, amphibian, and small mammal biology.\r\n•	Experience working safely around venomous reptiles.\r\n•	Experience with aquatic systems.\r\n•	Experience as assistant in exotic veterinary care. \r\n•	Demonstrated ability to lead a team of keepers and volunteers.\r\n•	Possess valid California driver’s license.\r\n\r\n \r\nAdditional knowledge, skills, &amp; abilities required for this position:\r\n•	Excellent communication and strong interpersonal skills.\r\n•	Ability to act as a positive, proactive team leader.\r\n•	Ability to search reference materials or confer with colleagues about husbandry and natural history of live animals.\r\n•	Ability to cover shifts of fellow Live Animal Keepers including holidays, weekends and sick days.\r\n•	Use of safety equipment and clothing to protect Live Animal Program animals and staff.\r\n•	Ability to work safely and efficiently around live animals in a way that promotes well-being of live animals and staff.\r\n•	Ability to walk, stand, work outdoors in variable weather, lift 50lbs.\r\n\r\n\r\nSalary is commensurate with experience. This is a full-time, regular, non-exempt position. \r\n\r\nReview of applications begins immediately and continues until position is filled. Interested candidates please visit www.nhm.org/jobs and click the link of the position for which you are interested or you may go directly to the online application by clicking https://home.eease.adp.com/recruit/?id=8142231. \r\n\r\nThe Natural History Museum of Los Angeles County is an Equal Opportunity Employer. \r\n\r\nPlease, No Phone Calls, No Fax. \r\n\r\n\r\n', 'Live Animal Keeper Team Leader', 0, 'The Natural History Museum of Los Angeles County seeks a Live Animal Keeper Team Leader. ', 'publish', 'closed', 'closed', '', 'live-animal-keeper-team-leader', '', '', '2014-01-31 17:53:01', '2014-01-31 22:53:01', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5380', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5381, 2788, '2014-01-31 17:53:01', '2014-01-31 22:53:01', 'The Lead Live Animal Keeper will coordinate Live Animal Keeper schedules, assign tasks, and ensure effective daily operations in any space where live animals are exhibited or housed. This person will work alongside Live Animal Keepers to perform routine feeding, cleaning, and veterinary care. The Lead will also assist in recruitment of new Keepers and act as a mentor for incoming staff and volunteers.  \r\n\r\nSupervisory Responsibilities:  \r\n•	Acting as a mentor for Live Animal Keepers and Gallery Interpreters in education technique, safety and protocol as it pertains to the Live Animal Program.\r\n•	Work alongside Live Animal Keepers to perform routine feeding and cleaning of live animals, and coordinate caretaker schedules and assign tasks.  On a daily basis, ensure general operations are running smoothly in any space where live animals are exhibited or housed \r\n•	Be able to perform all tasks as they are described in the Live Animal Keeper position.\r\n•	Act as mentor to Live Animal Keepers and volunteers.\r\n•	Develop and distribute shift schedules for Live Animal Keepers. \r\n•	Monitor and report staff/volunteer performance to the Vertebrate/Invertebrate Live Animal Program Managers as it pertains to their subsequent areas of responsibility.\r\n•	Document minor workplace infractions and forward all documentation to the Vertebrate/Invertebrate Live Animal Program Managers, and work to resolve minor staff issues.\r\n\r\nEducational Responsibilities:\r\n•	Interact with visitors, answer public inquiries, deliver education programs, and participate in public relations activities, in consultation with the Vertebrate/Invertebrate Live Animal Program Managers.\r\n•	Serves as Museum advocate and interpretation professional relating to all live animal programs.\r\n•	May assist in the development of new live animal exhibits and education presentations.\r\n\r\nTechnical Responsibilities:	\r\n•	Monitors and troubleshoots all facility, equipment, husbandry and health issues as they relate to animal health and well-being.\r\n•	Implements procedures recommended by consulting veterinarian.\r\n•	Understands and can oversee the husbandry needs of the Museum’s live animals. \r\n•	Assures that supplies are well stocked in both vertebrate and invertebrate animal care areas.\r\n•	Assures that all USDA, DFW, DEA, veterinary premise, and city permit requirements are adhered to.\r\n\r\nEducation, Certificates, Experience, or Licenses, required: \r\n•	Associate of Science degree in Zoology, Biology, or related field, or a combination of 3 years’ education and professional experience or accredited certification in exotic animal husbandry. \r\n•	Demonstrated knowledge of reptile, amphibian, and small mammal biology.\r\n•	Experience working safely around venomous reptiles.\r\n•	Experience with aquatic systems.\r\n•	Experience as assistant in exotic veterinary care. \r\n•	Demonstrated ability to lead a team of keepers and volunteers.\r\n•	Possess valid California driver’s license.\r\n\r\n \r\nAdditional knowledge, skills, &amp; abilities required for this position:\r\n•	Excellent communication and strong interpersonal skills.\r\n•	Ability to act as a positive, proactive team leader.\r\n•	Ability to search reference materials or confer with colleagues about husbandry and natural history of live animals.\r\n•	Ability to cover shifts of fellow Live Animal Keepers including holidays, weekends and sick days.\r\n•	Use of safety equipment and clothing to protect Live Animal Program animals and staff.\r\n•	Ability to work safely and efficiently around live animals in a way that promotes well-being of live animals and staff.\r\n•	Ability to walk, stand, work outdoors in variable weather, lift 50lbs.\r\n\r\n\r\nSalary is commensurate with experience. This is a full-time, regular, non-exempt position. \r\n\r\nReview of applications begins immediately and continues until position is filled. Interested candidates please visit www.nhm.org/jobs and click the link of the position for which you are interested or you may go directly to the online application by clicking https://home.eease.adp.com/recruit/?id=8142231. \r\n\r\nThe Natural History Museum of Los Angeles County is an Equal Opportunity Employer. \r\n\r\nPlease, No Phone Calls, No Fax. \r\n\r\n\r\n', 'Live Animal Keeper Team Leader', 0, 'The Natural History Museum of Los Angeles County seeks a Live Animal Keeper Team Leader. ', 'inherit', 'closed', 'closed', '', '5380-revision-v1', '', '', '2014-01-31 17:53:01', '2014-01-31 22:53:01', '', 5380, 'https://www.aazk.org/5380-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5385, 2, '2014-02-03 16:31:18', '2014-02-03 21:31:18', '', 'ZooKreepers – Social Connections for the Zoo Keeper Culture', 0, '', 'inherit', 'closed', 'closed', '', 'zookreepers-social-connections-for-the-zoo-keeper-culture', '', '', '2014-02-03 16:31:18', '2014-02-03 21:31:18', '', 5156, 'https://www.aazk.org/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5386, 2, '2014-02-03 16:42:38', '2014-02-03 21:42:38', '', 'Zoo Guests Carrion On About Vultures!', 0, '', 'inherit', 'closed', 'closed', '', 'zoo-guests-carrion-on-about-vultures', '', '', '2014-02-03 16:42:38', '2014-02-03 21:42:38', '', 5156, 'https://www.aazk.org/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5387, 2, '2014-02-03 16:47:16', '2014-02-03 21:47:16', '<h2>2013 Conference Proceedings</h2>\r\n<h4><span style="color: #0000ff;"><strong>General Workshops</strong></span></h4>\r\n<span style="color: #0000ff;"><strong>Posters</strong></span>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n\r\n<strong><span style="color: #0000ff;">Paper Sessions</span></strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n&nbsp;\r\n<h2><strong>2012 Conference Proceedings</strong></h2>\r\n<h4><span style="color: #0000ff;">General Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">AAZAK 2012 AbouMadi Monitoring anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">AAZAK 2012 AbouMadi Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n<h4><span style="color: #0000ff;">Ungulate Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n<h4><span style="color: #0000ff;">Raptor Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n<h4><span style="color: #0000ff;">Penguin Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-03 16:47:16', '2014-02-03 21:47:16', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5388, 2, '2014-02-03 17:05:18', '2014-02-03 22:05:18', '', 'Helping Harbor Seals', 0, '', 'inherit', 'closed', 'closed', '', 'helping-harbor-seals', '', '', '2014-02-03 17:05:18', '2014-02-03 22:05:18', '', 5156, 'https://www.aazk.org/wp-content/uploads/Helping-Harbor-Seals.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5389, 2, '2014-02-03 17:07:39', '2014-02-03 22:07:39', '', 'Zoo Atlanta and USFWS', 0, '', 'inherit', 'closed', 'closed', '', 'zoo-atlanta-and-usfws', '', '', '2014-02-03 17:07:39', '2014-02-03 22:07:39', '', 5156, 'https://www.aazk.org/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5390, 2, '2014-02-03 17:09:19', '2014-02-03 22:09:19', '', 'Understanding Vocal Patterns in Tigers', 0, '', 'inherit', 'closed', 'closed', '', 'understanding-vocal-patterns-in-tigers', '', '', '2014-02-03 17:09:19', '2014-02-03 22:09:19', '', 5156, 'https://www.aazk.org/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5391, 2, '2014-02-03 17:11:36', '2014-02-03 22:11:36', '', 'Enrichment Comparison of African Painted Dogs', 0, '', 'inherit', 'closed', 'closed', '', 'enrichment-comparison-of-african-painted-dogs', '', '', '2014-02-03 17:11:36', '2014-02-03 22:11:36', '', 5156, 'https://www.aazk.org/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5392, 2, '2014-02-03 17:13:12', '2014-02-03 22:13:12', '', 'Lessons in Squirrel Monkey Introductions', 0, '', 'inherit', 'closed', 'closed', '', 'lessons-in-squirrel-monkey-introductions', '', '', '2014-02-03 17:13:12', '2014-02-03 22:13:12', '', 5156, 'https://www.aazk.org/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5393, 2, '2014-02-03 17:14:31', '2014-02-03 22:14:31', '', 'Utilizing Wish Lists to Boost Animal Enrichment Programs', 0, '', 'inherit', 'closed', 'closed', '', 'utilizing-wish-lists-to-boost-animal-enrichment-programs', '', '', '2014-02-03 17:14:31', '2014-02-03 22:14:31', '', 5156, 'https://www.aazk.org/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5394, 2, '2014-02-03 17:17:34', '2014-02-03 22:17:34', '', 'Leucoderma in an African Penguin', 0, '', 'inherit', 'closed', 'closed', '', 'leucoderma-in-an-african-penguin', '', '', '2014-02-03 17:17:34', '2014-02-03 22:17:34', '', 5156, 'https://www.aazk.org/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5395, 942, '2014-02-03 17:17:35', '2014-02-03 22:17:35', 'JOB CLASS TITLE: Zookeeper II \r\nPOSITION NUMBER: 60033330 \r\nDEPARTMENT: Dept. of Environment &amp; Natural Resource \r\nDIVISION/SECTION: NC Zoo \r\nSALARY RANGE: \r\n $28,826.00 - $44,099.00 Annually\r\nSALARY GRADE / SALARY GRADE EQUIVALENT: 62 \r\nAPPOINTMENT TYPE: Permanent Full-Time \r\nWORK LOCATION: Randolph County \r\nOPENING DATE: 01/24/14 \r\nCLOSING DATE: 02/14/14 5:00 PM Eastern Time \r\n \r\nDESCRIPTION OF WORK: \r\n \r\nThe NC Zoo is seeking an enthusiastic team leader to be part of its Watani Grasslands section working with African elephants. Responsibilities include the daily assessment and care of elephants both on-exhibit and off-exhibit animal areas. Daily duties also include:\r\n\r\nHeavy lifting of hay, grain, manure, substrates, etc.; heavy duty cleaning and scrubbing is a routine occurrence. Systematic observation of animal health and behavior. Training and maintenance of husbandry behaviors, applying principles of operant conditioning, to gain cooperation of the elephants in their own care.\r\nDevelopment and implementation of behavioral enrichment programs to elicit species-typical behaviors in a captive environment.Thorough and accurate written records for computer databases. Actively participating in team problem solving and decision making processes. Participates in team problem solving and the decision making process. Participates in NC Zoo programs, to include: behavioral management, enrichment and EMS programs. Required to participate in the zoo\'s occupational health program due to potential exposure to zoonosis. Position has rotating schedule that involves working holidays and weekends and involves both indoor/outdoor work. \r\nMay be assigned to work with other animal species in other work units as needed. \r\n \r\nKNOWLEDGE, SKILLS AND ABILITIES / COMPETENCIES:\r\n \r\n**To receive credit for your work history and credentials, you must list the information on the application form. Any information omitted from the application form, listed under the text resume section, or on an attachment will not be considered for qualifying credit.** \r\n\r\nMust have proven skills in:\r\nOperant conditioning in a positive reinforcement, protected contact system with elephants. \r\nEnvironmental enrichment \r\n\r\nMust have considerable working knowledge of animal husbandry to include:\r\nAnimal capture &amp; restraint\r\nAnimal feeding strategies and species-specific nutrition\r\nSafety and safe practices around dangerous animals\r\n\r\nMust have a thorough knowledge of biology, including animal anatomy, physiology, ecology, and behavior for mammals\r\n \r\nQualified applicants meet the following skills and abilities:\r\nAccurate and thorough record-keeping and excellent and oral and written communication skills.\r\nMust be competent with computers and MS Office for research &amp; daily reporting.  \r\nMust have good interpersonal relations/teamwork.    \r\nMust have good physical agility, strength, vision &amp; hearing, and the ability to perform strenuous physical work in extremes of weather and challenging physical environments, e.g. outdoor animal enclosures. Specifically, this means the ability to lift 50 pounds, walk, stand, see animals &amp; exhibits for observation and safety as well as hear animal\'s sounds, radio communication and emergency situations.\r\n \r\nMINIMUM EDUCATION AND EXPERIENCE REQUIREMENTS: \r\nGraduation from a two-year technical or community college with a degree in zoo animal technology or other related curriculum and two years of animal care experience in a zoo or related facility; or an equivalent combination of training and experience. Degrees must be from appropriately accredited institutions. \r\n \r\nSUPPLEMENTAL AND CONTACT INFORMATION: \r\nAll relevant experience must be included on application to receive proper credit.  Resumes are not accepted in lieu of state application.\r\n\r\nSEE ATTACHED RESUME WILL RESULT IN AN INCOMPLETE APPLICATION. \r\nTo receive credit, all experience must be included in the work history sections.  Any information omitted from the application but included in the resume will not be considered for qualifying credit.\r\n\r\nPersons eligible for veteran preference must submit a copy of Form DD-214.  \r\n\r\nDENR uses the Merit-Based Recruitment and Selection Plan to fill positions subject to the State Personnel Act with the most qualified applicants. When a salary range is posted, the actual salary will be based on relevant competencies, knowledge, skills and abilities, internal equity and budgetary considerations pertinent to the advertised position. The State of North Carolina is an Equal Opportunity Employer.  \r\n\r\nFor additional information, please contact: \r\n\r\nNC Zoo \r\nHR Department \r\n336-879-7310\r\n \r\nAPPLICATIONS MAY BE FILED ONLINE AT:\r\nhttp://www.oshr.nc.gov/jobs/index.html\r\n\r\nNOTE: Apply to the department listed on posting\r\nAn Equal Opportunity Employer, NC State Government\r\n', 'Keeper II - Elephants', 0, 'The NC Zoo is seeking an enthusiastic team leader to be part of its Watani Grasslands section working with African elephants.', 'publish', 'closed', 'closed', '', 'keeper-ii-elephants', '', '', '2014-02-03 17:17:35', '2014-02-03 22:17:35', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5395', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5396, 942, '2014-02-03 17:17:35', '2014-02-03 22:17:35', 'JOB CLASS TITLE: Zookeeper II \r\nPOSITION NUMBER: 60033330 \r\nDEPARTMENT: Dept. of Environment &amp; Natural Resource \r\nDIVISION/SECTION: NC Zoo \r\nSALARY RANGE: \r\n $28,826.00 - $44,099.00 Annually\r\nSALARY GRADE / SALARY GRADE EQUIVALENT: 62 \r\nAPPOINTMENT TYPE: Permanent Full-Time \r\nWORK LOCATION: Randolph County \r\nOPENING DATE: 01/24/14 \r\nCLOSING DATE: 02/14/14 5:00 PM Eastern Time \r\n \r\nDESCRIPTION OF WORK: \r\n \r\nThe NC Zoo is seeking an enthusiastic team leader to be part of its Watani Grasslands section working with African elephants. Responsibilities include the daily assessment and care of elephants both on-exhibit and off-exhibit animal areas. Daily duties also include:\r\n\r\nHeavy lifting of hay, grain, manure, substrates, etc.; heavy duty cleaning and scrubbing is a routine occurrence. Systematic observation of animal health and behavior. Training and maintenance of husbandry behaviors, applying principles of operant conditioning, to gain cooperation of the elephants in their own care.\r\nDevelopment and implementation of behavioral enrichment programs to elicit species-typical behaviors in a captive environment.Thorough and accurate written records for computer databases. Actively participating in team problem solving and decision making processes. Participates in team problem solving and the decision making process. Participates in NC Zoo programs, to include: behavioral management, enrichment and EMS programs. Required to participate in the zoo\'s occupational health program due to potential exposure to zoonosis. Position has rotating schedule that involves working holidays and weekends and involves both indoor/outdoor work. \r\nMay be assigned to work with other animal species in other work units as needed. \r\n \r\nKNOWLEDGE, SKILLS AND ABILITIES / COMPETENCIES:\r\n \r\n**To receive credit for your work history and credentials, you must list the information on the application form. Any information omitted from the application form, listed under the text resume section, or on an attachment will not be considered for qualifying credit.** \r\n\r\nMust have proven skills in:\r\nOperant conditioning in a positive reinforcement, protected contact system with elephants. \r\nEnvironmental enrichment \r\n\r\nMust have considerable working knowledge of animal husbandry to include:\r\nAnimal capture &amp; restraint\r\nAnimal feeding strategies and species-specific nutrition\r\nSafety and safe practices around dangerous animals\r\n\r\nMust have a thorough knowledge of biology, including animal anatomy, physiology, ecology, and behavior for mammals\r\n \r\nQualified applicants meet the following skills and abilities:\r\nAccurate and thorough record-keeping and excellent and oral and written communication skills.\r\nMust be competent with computers and MS Office for research &amp; daily reporting.  \r\nMust have good interpersonal relations/teamwork.    \r\nMust have good physical agility, strength, vision &amp; hearing, and the ability to perform strenuous physical work in extremes of weather and challenging physical environments, e.g. outdoor animal enclosures. Specifically, this means the ability to lift 50 pounds, walk, stand, see animals &amp; exhibits for observation and safety as well as hear animal\'s sounds, radio communication and emergency situations.\r\n \r\nMINIMUM EDUCATION AND EXPERIENCE REQUIREMENTS: \r\nGraduation from a two-year technical or community college with a degree in zoo animal technology or other related curriculum and two years of animal care experience in a zoo or related facility; or an equivalent combination of training and experience. Degrees must be from appropriately accredited institutions. \r\n \r\nSUPPLEMENTAL AND CONTACT INFORMATION: \r\nAll relevant experience must be included on application to receive proper credit.  Resumes are not accepted in lieu of state application.\r\n\r\nSEE ATTACHED RESUME WILL RESULT IN AN INCOMPLETE APPLICATION. \r\nTo receive credit, all experience must be included in the work history sections.  Any information omitted from the application but included in the resume will not be considered for qualifying credit.\r\n\r\nPersons eligible for veteran preference must submit a copy of Form DD-214.  \r\n\r\nDENR uses the Merit-Based Recruitment and Selection Plan to fill positions subject to the State Personnel Act with the most qualified applicants. When a salary range is posted, the actual salary will be based on relevant competencies, knowledge, skills and abilities, internal equity and budgetary considerations pertinent to the advertised position. The State of North Carolina is an Equal Opportunity Employer.  \r\n\r\nFor additional information, please contact: \r\n\r\nNC Zoo \r\nHR Department \r\n336-879-7310\r\n \r\nAPPLICATIONS MAY BE FILED ONLINE AT:\r\nhttp://www.oshr.nc.gov/jobs/index.html\r\n\r\nNOTE: Apply to the department listed on posting\r\nAn Equal Opportunity Employer, NC State Government\r\n', 'Keeper II - Elephants', 0, 'The NC Zoo is seeking an enthusiastic team leader to be part of its Watani Grasslands section working with African elephants.', 'inherit', 'closed', 'closed', '', '5395-revision-v1', '', '', '2014-02-03 17:17:35', '2014-02-03 22:17:35', '', 5395, 'https://www.aazk.org/5395-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5397, 2, '2014-02-03 17:20:15', '2014-02-03 22:20:15', '', 'Specialized Medical Care & Husbandry for a Migratory Whooping Crane', 0, '', 'inherit', 'closed', 'closed', '', 'specialized-medical-care-husbandry-for-a-migratory-whooping-crane', '', '', '2014-02-03 17:20:15', '2014-02-03 22:20:15', '', 5156, 'https://www.aazk.org/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5398, 2, '2014-02-03 17:22:50', '2014-02-03 22:22:50', '<h2>2013 Conference Proceedings</h2>\r\n<h4><span style="color: #0000ff;"><strong>General Workshops</strong></span></h4>\r\n<span style="color: #0000ff;"><strong>Posters</strong></span>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n\r\n<strong><span style="color: #0000ff;">Paper Sessions</span></strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n&nbsp;\r\n<h2><strong>2012 Conference Proceedings</strong></h2>\r\n<h4><span style="color: #0000ff;">General Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">AAZAK 2012 AbouMadi Monitoring anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">AAZAK 2012 AbouMadi Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n<h4><span style="color: #0000ff;">Ungulate Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n<h4><span style="color: #0000ff;">Raptor Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n<h4><span style="color: #0000ff;">Penguin Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-03 17:22:50', '2014-02-03 22:22:50', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5399, 2, '2014-02-03 17:25:12', '2014-02-03 22:25:12', '', 'Videographic Study on Brown Kiwi', 0, '', 'inherit', 'closed', 'closed', '', 'videographic-study-on-brown-kiwi', '', '', '2014-02-03 17:25:12', '2014-02-03 22:25:12', '', 5156, 'https://www.aazk.org/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5400, 2, '2014-02-03 17:25:38', '2014-02-03 22:25:38', '<h2>2013 Conference Proceedings</h2>\r\n<h4><span style="color: #0000ff;"><strong>General Workshops</strong></span></h4>\r\n<span style="color: #0000ff;"><strong>Posters</strong></span>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n\r\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf"><a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">\r\n</a></a></a>\r\n\r\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n\r\n<strong><span style="color: #0000ff;">Paper Sessions</span></strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n&nbsp;\r\n<h2><strong>2012 Conference Proceedings</strong></h2>\r\n<h4><span style="color: #0000ff;">General Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">AAZAK 2012 AbouMadi Monitoring anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">AAZAK 2012 AbouMadi Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n<h4><span style="color: #0000ff;">Ungulate Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n<h4><span style="color: #0000ff;">Raptor Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n<h4><span style="color: #0000ff;">Penguin Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-03 17:25:38', '2014-02-03 22:25:38', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5401, 2, '2014-02-03 17:27:12', '2014-02-03 22:27:12', '', 'Introduction of Silvered langurs', 0, '', 'inherit', 'closed', 'closed', '', 'introduction-of-silvered-langurs', '', '', '2014-02-03 17:27:12', '2014-02-03 22:27:12', '', 5156, 'https://www.aazk.org/wp-content/uploads/Introduction-of-Silvered-langurs.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5458, 2, '2014-02-04 12:44:27', '2014-02-04 17:44:27', '', 'BHC The Shaping Police', 0, '', 'inherit', 'closed', 'closed', '', 'bhc-the-shaping-police', '', '', '2014-02-04 12:44:27', '2014-02-04 17:44:27', '', 5156, 'https://www.aazk.org/wp-content/uploads/BHC-The-Shaping-Police.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5402, 2, '2014-02-03 17:28:22', '2014-02-03 22:28:22', '', 'World Rhino Day at The Saint Louis Zoo', 0, '', 'inherit', 'closed', 'closed', '', 'world-rhino-day-at-the-saint-louis-zoo', '', '', '2014-02-03 17:28:22', '2014-02-03 22:28:22', '', 5156, 'https://www.aazk.org/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5403, 2, '2014-02-03 17:29:21', '2014-02-03 22:29:21', '', 'AAZK Conservation Committee', 0, '', 'inherit', 'closed', 'closed', '', 'aazk-conservation-committee', '', '', '2014-02-03 17:29:21', '2014-02-03 22:29:21', '', 5156, 'https://www.aazk.org/wp-content/uploads/AAZK-Conservation-Committee.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5408, 2, '2014-02-04 10:43:11', '2014-02-04 15:43:11', '', 'Conservation Committee Workshop', 0, '', 'inherit', 'closed', 'closed', '', 'conservation-committee-workshop', '', '', '2014-02-04 10:43:11', '2014-02-04 15:43:11', '', 5156, 'https://www.aazk.org/wp-content/uploads/Conservation-Committee-Workshop.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5407, 2, '2014-02-04 10:40:40', '2014-02-04 15:40:40', '<h2>2013 Conference Proceedings</h2>\r\n<h4><span style="color: #0000ff;"><strong>General Workshops</strong></span></h4>\r\n<span style="color: #0000ff;"><strong>Posters</strong></span>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n\r\n<strong><span style="color: #0000ff;">Paper Sessions</span></strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n&nbsp;\r\n<h2><strong>2012 Conference Proceedings</strong></h2>\r\n<h4><span style="color: #0000ff;">General Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">AAZAK 2012 AbouMadi Monitoring anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">AAZAK 2012 AbouMadi Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n<h4><span style="color: #0000ff;">Ungulate Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n<h4><span style="color: #0000ff;">Raptor Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n<h4><span style="color: #0000ff;">Penguin Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 10:40:40', '2014-02-04 15:40:40', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5404, 2, '2014-02-03 17:30:07', '2014-02-03 22:30:07', '<h2>2013 Conference Proceedings</h2>\r\n<h4><span style="color: #0000ff;"><strong>General Workshops</strong></span></h4>\r\n<span style="color: #0000ff;"><strong>Posters</strong></span>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a><a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">\r\n</a>\r\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n\r\n<strong><span style="color: #0000ff;">Paper Sessions</span></strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n&nbsp;\r\n<h2><strong>2012 Conference Proceedings</strong></h2>\r\n<h4><span style="color: #0000ff;">General Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">AAZAK 2012 AbouMadi Monitoring anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">AAZAK 2012 AbouMadi Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n<h4><span style="color: #0000ff;">Ungulate Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n<h4><span style="color: #0000ff;">Raptor Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n<h4><span style="color: #0000ff;">Penguin Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-03 17:30:07', '2014-02-03 22:30:07', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5406, 2, '2014-02-04 10:40:03', '2014-02-04 15:40:03', '<h2>2013 Conference Proceedings</h2>\r\n<h4><span style="color: #0000ff;"><strong>General Workshops</strong></span></h4>\r\n<span style="color: #0000ff;"><strong>Posters</strong></span>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf"</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n\r\n<strong><span style="color: #0000ff;">Paper Sessions</span></strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n&nbsp;\r\n<h2><strong>2012 Conference Proceedings</strong></h2>\r\n<h4><span style="color: #0000ff;">General Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">AAZAK 2012 AbouMadi Monitoring anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">AAZAK 2012 AbouMadi Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n<h4><span style="color: #0000ff;">Ungulate Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n<h4><span style="color: #0000ff;">Raptor Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n<h4><span style="color: #0000ff;">Penguin Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 10:40:03', '2014-02-04 15:40:03', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5409, 2, '2014-02-04 10:44:07', '2014-02-04 15:44:07', '', 'Ethical Chapter Conduct', 0, '', 'inherit', 'closed', 'closed', '', 'ethical-chapter-conduct', '', '', '2014-02-04 10:44:07', '2014-02-04 15:44:07', '', 5156, 'https://www.aazk.org/wp-content/uploads/Ethical-Chapter-Conduct.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5463, 2, '2014-02-04 12:47:39', '2014-02-04 17:47:39', '', 'Hawk box', 0, '', 'inherit', 'closed', 'closed', '', 'hawk-box-2', '', '', '2014-02-04 12:47:39', '2014-02-04 17:47:39', '', 5156, 'https://www.aazk.org/wp-content/uploads/Hawk-box1.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5410, 2, '2014-02-04 10:45:32', '2014-02-04 15:45:32', '', 'Animal Welfare', 0, '', 'inherit', 'closed', 'closed', '', 'animal-welfare', '', '', '2014-02-04 10:45:32', '2014-02-04 15:45:32', '', 5156, 'https://www.aazk.org/wp-content/uploads/Animal-Welfare.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5411, 2, '2014-02-04 10:47:02', '2014-02-04 15:47:02', '<h2>2013 Conference Proceedings</h2>\r\n<h4><span style="color: #0000ff;"><strong>General Workshops</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\r\n\r\n<span style="color: #0000ff;"><strong>Posters</strong></span>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n\r\n<strong><span style="color: #0000ff;">Paper Sessions</span></strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n&nbsp;\r\n<h2><strong>2012 Conference Proceedings</strong></h2>\r\n<h4><span style="color: #0000ff;">General Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">AAZAK 2012 AbouMadi Monitoring anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">AAZAK 2012 AbouMadi Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n<h4><span style="color: #0000ff;">Ungulate Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n<h4><span style="color: #0000ff;">Raptor Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n<h4><span style="color: #0000ff;">Penguin Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 10:47:02', '2014-02-04 15:47:02', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5412, 2, '2014-02-04 10:49:39', '2014-02-04 15:49:39', '', 'Population Management', 0, '', 'inherit', 'closed', 'closed', '', 'population-management', '', '', '2014-02-04 10:49:39', '2014-02-04 15:49:39', '', 5156, 'https://www.aazk.org/wp-content/uploads/Population-Management.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5413, 2, '2014-02-04 10:53:13', '2014-02-04 15:53:13', '<h2>2013 Conference Proceedings</h2>\r\n<h4><span style="color: #0000ff;"><strong>General Workshops</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Population-Management.pdf">Population Management</a>\r\n<span style="color: #0000ff;"><strong>Posters</strong></span>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n\r\n<strong><span style="color: #0000ff;">Paper Sessions</span></strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n&nbsp;\r\n<h2><strong>2012 Conference Proceedings</strong></h2>\r\n<h4><span style="color: #0000ff;">General Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">AAZAK 2012 AbouMadi Monitoring anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">AAZAK 2012 AbouMadi Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n<h4><span style="color: #0000ff;">Ungulate Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n<h4><span style="color: #0000ff;">Raptor Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n<h4><span style="color: #0000ff;">Penguin Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 10:53:13', '2014-02-04 15:53:13', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5414, 2, '2014-02-04 10:54:47', '2014-02-04 15:54:47', '', 'Guest Presentations Made Easy - for participants.parts1 and 2', 0, '', 'inherit', 'closed', 'closed', '', 'guest-presentations-made-easy-for-participants-parts1-and-2', '', '', '2014-02-04 10:54:47', '2014-02-04 15:54:47', '', 5156, 'https://www.aazk.org/wp-content/uploads/Guest-Presentations-Made-Easy-for-participants.parts1-and-2.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5566, 3, '2014-02-12 14:14:51', '2014-02-12 19:14:51', '<h5>Facility</h5>\r\n<p>Animal Gardens Petting Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThis is a unique hands-on experience caring for all types of domestic and exotic animals; from bottle feeding our babies to caring for adult species. Llamas, camels, horses, min donkeys, bobcats, lemurs, badgers, deer, fox. and many more. A small stipend of $50.00 a week is offered along with free dorm-style housing and free laundry facilities on the property. we need to fill these positions by April, May. Public contact and tours is a major portion of this internship. Candidates must be dedicated individuals with knowledge of all aspect of animal care, including cleaning and maintenance to a variety of birds. Interns will personally handle and present our animals in public demonstrations.\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n$50.00 per week and dorm-style housing is provided.\r\n<h6>Application instructions</h6>\r\nPlease contact us directly by email. Provide your resume and I will send you all the details.\r\ninfo@animalgardens.com\r\n', 'Exotic Animal Interns', 0, '', 'publish', 'closed', 'closed', '', 'exotic-animal-interns', '', '', '2014-02-12 14:14:51', '2014-02-12 19:14:51', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5566', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5416, 2, '2014-02-04 11:26:15', '2014-02-04 16:26:15', '<h2>2013 Conference Proceedings</h2>\r\n<h4><span style="color: #0000ff;"><strong>General Workshops</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Population-Management.pdf">Population Management</a>\r\n\r\n&nbsp;\r\n<span style="color: #0000ff;"><strong>Posters</strong></span>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n\r\n<strong><span style="color: #0000ff;">Paper Sessions</span></strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n&nbsp;\r\n<h2><strong>2012 Conference Proceedings</strong></h2>\r\n<h4><span style="color: #0000ff;">General Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">AAZAK 2012 AbouMadi Monitoring anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">AAZAK 2012 AbouMadi Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n<h4><span style="color: #0000ff;">Ungulate Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n<h4><span style="color: #0000ff;">Raptor Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n<h4><span style="color: #0000ff;">Penguin Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 11:26:15', '2014-02-04 16:26:15', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5417, 2, '2014-02-04 11:27:26', '2014-02-04 16:27:26', '', 'Goal Setting', 0, '', 'inherit', 'closed', 'closed', '', 'goal-setting', '', '', '2014-02-04 11:27:26', '2014-02-04 16:27:26', '', 5156, 'https://www.aazk.org/wp-content/uploads/Goal-Setting.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5419, 2, '2014-02-04 11:30:46', '2014-02-04 16:30:46', '', 'SCUBA Diving and Rock Climbing Operations', 0, '', 'inherit', 'closed', 'closed', '', 'scuba-diving-and-rock-climbing-operations', '', '', '2014-02-04 11:30:46', '2014-02-04 16:30:46', '', 5156, 'https://www.aazk.org/wp-content/uploads/SCUBA-Diving-and-Rock-Climbing-Operations.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5462, 2, '2014-02-04 12:47:19', '2014-02-04 17:47:19', '', 'Farming with Pollenators', 0, '', 'inherit', 'closed', 'closed', '', 'farming-with-pollenators-2', '', '', '2014-02-04 12:47:19', '2014-02-04 17:47:19', '', 5156, 'https://www.aazk.org/wp-content/uploads/Farming-with-Pollenators1.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5420, 2, '2014-02-04 11:31:33', '2014-02-04 16:31:33', '', 'Animal Escape Preparedness', 0, '', 'inherit', 'closed', 'closed', '', 'animal-escape-preparedness', '', '', '2014-02-04 11:31:33', '2014-02-04 16:31:33', '', 5156, 'https://www.aazk.org/wp-content/uploads/Animal-Escape-Preparedness.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5461, 2, '2014-02-04 12:46:55', '2014-02-04 17:46:55', '', 'Conservation Resources for AAZK', 0, '', 'inherit', 'closed', 'closed', '', 'conservation-resources-for-aazk', '', '', '2014-02-04 12:46:55', '2014-02-04 17:46:55', '', 5156, 'https://www.aazk.org/wp-content/uploads/Conservation-Resources-for-AAZK.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5421, 2, '2014-02-04 11:32:40', '2014-02-04 16:32:40', '<h2>2013 Conference Proceedings</h2>\r\n<h4><span style="color: #0000ff;"><strong>General Workshops</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Escape-Preparedness.pdf">Animal Escape Preparedness</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Goal-Setting.pdf">Goal Setting</a>\r\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Population-Management.pdf">Population Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SCUBA-Diving-and-Rock-Climbing-Operations.pdf">SCUBA Diving and Rock Climbing Operations</a>\r\n\r\n<span style="color: #0000ff;"><strong>Posters</strong></span>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n\r\n<strong><span style="color: #0000ff;">Paper Sessions</span></strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n&nbsp;\r\n<h2><strong>2012 Conference Proceedings</strong></h2>\r\n<h4><span style="color: #0000ff;">General Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">AAZAK 2012 AbouMadi Monitoring anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">AAZAK 2012 AbouMadi Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n<h4><span style="color: #0000ff;">Ungulate Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n<h4><span style="color: #0000ff;">Raptor Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n<h4><span style="color: #0000ff;">Penguin Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 11:32:40', '2014-02-04 16:32:40', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5422, 2, '2014-02-04 11:33:41', '2014-02-04 16:33:41', '', 'Teams', 0, '', 'inherit', 'closed', 'closed', '', 'teams-2', '', '', '2014-02-04 11:33:41', '2014-02-04 16:33:41', '', 5156, 'https://www.aazk.org/wp-content/uploads/Teams1.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5423, 2, '2014-02-04 11:35:02', '2014-02-04 16:35:02', '', 'Keeper to Curator', 0, '', 'inherit', 'closed', 'closed', '', 'keeper-to-curator', '', '', '2014-02-04 11:35:02', '2014-02-04 16:35:02', '', 5156, 'https://www.aazk.org/wp-content/uploads/Keeper-to-Curator.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5424, 2, '2014-02-04 11:38:34', '2014-02-04 16:38:34', '', 'Invert Husbandry Basics', 0, '', 'inherit', 'closed', 'closed', '', 'invert-husbandry-basics', '', '', '2014-02-04 11:38:34', '2014-02-04 16:38:34', '', 5156, 'https://www.aazk.org/wp-content/uploads/Invert-Husbandry-Basics.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5425, 2, '2014-02-04 11:39:55', '2014-02-04 16:39:55', '<h2>2013 Conference Proceedings</h2>\r\n<h4><span style="color: #0000ff;"><strong>General Workshops</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Escape-Preparedness.pdf">Animal Escape Preparedness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Goal-Setting.pdf">Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Invert-Husbandry-Basics.pdf">Invert Husbandry Basics</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-to-Curator.pdf">Keeper to Curator</a>\r\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Population-Management.pdf">Population Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SCUBA-Diving-and-Rock-Climbing-Operations.pdf">SCUBA Diving and Rock Climbing Operations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams1.pdf">Teams</a>\r\n\r\n\r\n<strong style="color: #0000ff; line-height: 1.5em;">Posters</strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n\r\n<strong><span style="color: #0000ff;">Paper Sessions</span></strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n&nbsp;\r\n<h2><strong>2012 Conference Proceedings</strong></h2>\r\n<h4><span style="color: #0000ff;">General Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">AAZAK 2012 AbouMadi Monitoring anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">AAZAK 2012 AbouMadi Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n<h4><span style="color: #0000ff;">Ungulate Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n<h4><span style="color: #0000ff;">Raptor Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n<h4><span style="color: #0000ff;">Penguin Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 11:39:55', '2014-02-04 16:39:55', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5426, 2, '2014-02-04 11:41:00', '2014-02-04 16:41:00', '', 'Radio Telemetry', 0, '', 'inherit', 'closed', 'closed', '', 'radio-telemetry', '', '', '2014-02-04 11:41:00', '2014-02-04 16:41:00', '', 5156, 'https://www.aazk.org/wp-content/uploads/Radio-Telemetry.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5460, 2, '2014-02-04 12:46:09', '2014-02-04 17:46:09', '', 'Bringing it Home', 0, '', 'inherit', 'closed', 'closed', '', 'bringing-it-home', '', '', '2014-02-04 12:46:09', '2014-02-04 17:46:09', '', 5156, 'https://www.aazk.org/wp-content/uploads/Bringing-it-Home.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5427, 2, '2014-02-04 11:42:40', '2014-02-04 16:42:40', '', 'Challenges and Successes of Breeding in a Large Mixed-Species Aviary', 0, '', 'inherit', 'closed', 'closed', '', 'challenges-and-successes-of-breeding-in-a-large-mixed-species-aviary', '', '', '2014-02-04 11:42:40', '2014-02-04 16:42:40', '', 5156, 'https://www.aazk.org/wp-content/uploads/Challenges-and-Successes-of-Breeding-in-a-Large-Mixed-Species-Aviary.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5428, 2, '2014-02-04 11:43:36', '2014-02-04 16:43:36', '', 'Health Management of Fishes and Amphibians', 0, '', 'inherit', 'closed', 'closed', '', 'health-management-of-fishes-and-amphibians', '', '', '2014-02-04 11:43:36', '2014-02-04 16:43:36', '', 5156, 'https://www.aazk.org/wp-content/uploads/Health-Management-of-Fishes-and-Amphibians.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5429, 2, '2014-02-04 11:44:24', '2014-02-04 16:44:24', '', 'BHC Safety Workshop', 0, '', 'inherit', 'closed', 'closed', '', 'bhc-safety-workshop', '', '', '2014-02-04 11:44:24', '2014-02-04 16:44:24', '', 5156, 'https://www.aazk.org/wp-content/uploads/BHC-Safety-Workshop.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5430, 2, '2014-02-04 11:45:44', '2014-02-04 16:45:44', '<h2>2013 Conference Proceedings</h2>\r\n<h4><span style="color: #0000ff;"><strong>General Workshops</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Escape-Preparedness.pdf">Animal Escape Preparedness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Safety-Workshop.pdf">BHC Safety Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Challenges-and-Successes-of-Breeding-in-a-Large-Mixed-Species-Aviary.pdf">Challenges and Successes of Breeding in a Large Mixed-Species Aviary</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Goal-Setting.pdf">Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Health-Management-of-Fishes-and-Amphibians.pdf">Health Management of Fishes and Amphibians</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Invert-Husbandry-Basics.pdf">Invert Husbandry Basics</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-to-Curator.pdf">Keeper to Curator</a>\r\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Population-Management.pdf">Population Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Radio-Telemetry.pdf">Radio Telemetry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SCUBA-Diving-and-Rock-Climbing-Operations.pdf">SCUBA Diving and Rock Climbing Operations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams1.pdf">Teams</a>\r\n\r\n&nbsp;\r\n\r\n<strong style="color: #0000ff; line-height: 1.5em;">Posters</strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n\r\n<strong><span style="color: #0000ff;">Paper Sessions</span></strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n&nbsp;\r\n<h2><strong>2012 Conference Proceedings</strong></h2>\r\n<h4><span style="color: #0000ff;">General Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">AAZAK 2012 AbouMadi Monitoring anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">AAZAK 2012 AbouMadi Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n<h4><span style="color: #0000ff;">Ungulate Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n<h4><span style="color: #0000ff;">Raptor Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n<h4><span style="color: #0000ff;">Penguin Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 11:45:44', '2014-02-04 16:45:44', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5431, 2, '2014-02-04 11:47:33', '2014-02-04 16:47:33', '', 'Wild Bird Banding', 0, '', 'inherit', 'closed', 'closed', '', 'wild-bird-banding', '', '', '2014-02-04 11:47:33', '2014-02-04 16:47:33', '', 5156, 'https://www.aazk.org/wp-content/uploads/Wild-Bird-Banding.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5432, 2, '2014-02-04 11:52:16', '2014-02-04 16:52:16', '', 'Improving Your Photography', 0, '', 'inherit', 'closed', 'closed', '', 'improving-your-photography', '', '', '2014-02-04 11:52:16', '2014-02-04 16:52:16', '', 5156, 'https://www.aazk.org/wp-content/uploads/Improving-Your-Photography.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5433, 2, '2014-02-04 11:54:23', '2014-02-04 16:54:23', '', 'AAZK Online', 0, '', 'inherit', 'closed', 'closed', '', 'aazk-online', '', '', '2014-02-04 11:54:23', '2014-02-04 16:54:23', '', 5156, 'https://www.aazk.org/wp-content/uploads/AAZK-Online.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5434, 2, '2014-02-04 11:55:33', '2014-02-04 16:55:33', '', 'Building Shipping Crates', 0, '', 'inherit', 'closed', 'closed', '', 'building-shipping-crates', '', '', '2014-02-04 11:55:33', '2014-02-04 16:55:33', '', 5156, 'https://www.aazk.org/wp-content/uploads/Building-Shipping-Crates.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5435, 2, '2014-02-04 11:56:50', '2014-02-04 16:56:50', '<h2>2013 Conference Proceedings</h2>\r\n<h4><span style="color: #0000ff;"><strong>Workshops</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Online.pdf">AAZK Online</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Escape-Preparedness.pdf">Animal Escape Preparedness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Safety-Workshop.pdf">BHC Safety Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Shipping-Crates.pdf">Building Shipping Crates</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Challenges-and-Successes-of-Breeding-in-a-Large-Mixed-Species-Aviary.pdf">Challenges and Successes of Breeding in a Large Mixed-Species Aviary</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Goal-Setting.pdf">Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Health-Management-of-Fishes-and-Amphibians.pdf">Health Management of Fishes and Amphibians</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Improving-Your-Photography.pdf">Improving Your Photography</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Invert-Husbandry-Basics.pdf">Invert Husbandry Basics</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-to-Curator.pdf">Keeper to Curator</a>\r\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Population-Management.pdf">Population Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Radio-Telemetry.pdf">Radio Telemetry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SCUBA-Diving-and-Rock-Climbing-Operations.pdf">SCUBA Diving and Rock Climbing Operations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams1.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Wild-Bird-Banding.pdf">Wild Bird Banding</a>\r\n\r\n<strong style="color: #0000ff; line-height: 1.5em;">Posters</strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n\r\n<strong><span style="color: #0000ff;">Paper Sessions</span></strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n&nbsp;\r\n<h2><strong>2012 Conference Proceedings</strong></h2>\r\n<h4><span style="color: #0000ff;">Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">AAZAK 2012 AbouMadi Monitoring anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">AAZAK 2012 AbouMadi Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n<h4><span style="color: #0000ff;">Ungulate Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n<h4><span style="color: #0000ff;">Raptor Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n<h4><span style="color: #0000ff;">Penguin Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 11:56:50', '2014-02-04 16:56:50', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5436, 2, '2014-02-04 12:00:54', '2014-02-04 17:00:54', '', 'North Carolina Zoo Browse Program', 0, '', 'inherit', 'closed', 'closed', '', 'north-carolina-zoo-browse-program', '', '', '2014-02-04 12:00:54', '2014-02-04 17:00:54', '', 5156, 'https://www.aazk.org/wp-content/uploads/North-Carolina-Zoo-Browse-Program.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5437, 2, '2014-02-04 12:01:51', '2014-02-04 17:01:51', '', 'Keeper Founded Conservation Programs', 0, '', 'inherit', 'closed', 'closed', '', 'keeper-founded-conservation-programs', '', '', '2014-02-04 12:01:51', '2014-02-04 17:01:51', '', 5156, 'https://www.aazk.org/wp-content/uploads/Keeper-Founded-Conservation-Programs.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5438, 2, '2014-02-04 12:05:03', '2014-02-04 17:05:03', '', 'Understanding Veterinary Communications', 0, '', 'inherit', 'closed', 'closed', '', 'understanding-veterinary-communications', '', '', '2014-02-04 12:05:03', '2014-02-04 17:05:03', '', 5156, 'https://www.aazk.org/wp-content/uploads/Understanding-Veterinary-Communications.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5439, 2, '2014-02-04 12:05:30', '2014-02-04 17:05:30', '', 'Public Relations 101', 0, '', 'inherit', 'closed', 'closed', '', 'public-relations-101', '', '', '2014-02-04 12:05:30', '2014-02-04 17:05:30', '', 5156, 'https://www.aazk.org/wp-content/uploads/Public-Relations-101.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5440, 2, '2014-02-04 12:07:12', '2014-02-04 17:07:12', '', 'Management Adjustments to Address Aging Populations', 0, '', 'inherit', 'closed', 'closed', '', 'management-adjustments-to-address-aging-populations', '', '', '2014-02-04 12:07:12', '2014-02-04 17:07:12', '', 5156, 'https://www.aazk.org/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5443, 2, '2014-02-04 12:12:45', '2014-02-04 17:12:45', '', 'Management Adjustments to Address Aging Populations Part 2', 0, '', 'inherit', 'closed', 'closed', '', 'management-adjustments-to-address-aging-populations-part-2', '', '', '2014-02-04 12:12:45', '2014-02-04 17:12:45', '', 5156, 'https://www.aazk.org/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations-Part-2.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5441, 2, '2014-02-04 12:09:05', '2014-02-04 17:09:05', '<span style="font-size: 1.5em; line-height: 1.5em;">2013 Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;"><strong>Workshops</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Online.pdf">AAZK Online</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Escape-Preparedness.pdf">Animal Escape Preparedness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Safety-Workshop.pdf">BHC Safety Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Shipping-Crates.pdf">Building Shipping Crates</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Challenges-and-Successes-of-Breeding-in-a-Large-Mixed-Species-Aviary.pdf">Challenges and Successes of Breeding in a Large Mixed-Species Aviary</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Goal-Setting.pdf">Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Health-Management-of-Fishes-and-Amphibians.pdf">Health Management of Fishes and Amphibians</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Improving-Your-Photography.pdf">Improving Your Photography</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Invert-Husbandry-Basics.pdf">Invert Husbandry Basics</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Founded-Conservation-Programs.pdf">Keeper Founded Conservation Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-to-Curator.pdf">Keeper to Curator</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations.pdf">Management Adjustments to Address Aging Populations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/North-Carolina-Zoo-Browse-Program.pdf">North Carolina Zoo Browse Program</a>\r\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Population-Management.pdf">Population Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Public-Relations-101.pdf">Public Relations 101</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Radio-Telemetry.pdf">Radio Telemetry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SCUBA-Diving-and-Rock-Climbing-Operations.pdf">SCUBA Diving and Rock Climbing Operations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams1.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Veterinary-Communications.pdf">Understanding Veterinary Communications</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Wild-Bird-Banding.pdf">Wild Bird Banding</a>\r\n\r\n<strong style="color: #0000ff; line-height: 1.5em;">Posters</strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n\r\n<strong><span style="color: #0000ff;">Paper Sessions</span></strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n&nbsp;\r\n<h2><strong>2012 Conference Proceedings</strong></h2>\r\n<h4><span style="color: #0000ff;">Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">AAZAK 2012 AbouMadi Monitoring anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">AAZAK 2012 AbouMadi Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n<h4><span style="color: #0000ff;">Ungulate Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n<h4><span style="color: #0000ff;">Raptor Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n<h4><span style="color: #0000ff;">Penguin Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 12:09:05', '2014-02-04 17:09:05', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5444, 2, '2014-02-04 12:14:54', '2014-02-04 17:14:54', '', 'Mixed Species Mgt Facility Design', 0, '', 'inherit', 'closed', 'closed', '', 'mixed-species-mgt-facility-design', '', '', '2014-02-04 12:14:54', '2014-02-04 17:14:54', '', 5156, 'https://www.aazk.org/wp-content/uploads/Mixed-Species-Mgt-Facility-Design.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5445, 2, '2014-02-04 12:15:50', '2014-02-04 17:15:50', '', 'Keeper Talks Can Be Fun Seriously', 0, '', 'inherit', 'closed', 'closed', '', 'keeper-talks-can-be-fun-seriously', '', '', '2014-02-04 12:15:50', '2014-02-04 17:15:50', '', 5156, 'https://www.aazk.org/wp-content/uploads/Keeper-Talks-Can-Be-Fun-Seriously.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5446, 2, '2014-02-04 12:16:47', '2014-02-04 17:16:47', '', 'BHC Enrichment Day', 0, '', 'inherit', 'closed', 'closed', '', 'bhc-enrichment-day', '', '', '2014-02-04 12:16:47', '2014-02-04 17:16:47', '', 5156, 'https://www.aazk.org/wp-content/uploads/BHC-Enrichment-Day.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5447, 2, '2014-02-04 12:17:22', '2014-02-04 17:17:22', '', 'Proposal Writing and Evaluation', 0, '', 'inherit', 'closed', 'closed', '', 'proposal-writing-and-evaluation', '', '', '2014-02-04 12:17:22', '2014-02-04 17:17:22', '', 5156, 'https://www.aazk.org/wp-content/uploads/Proposal-Writing-and-Evaluation.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5455, 2, '2014-02-04 12:26:00', '2014-02-04 17:26:00', '<span style="font-size: 1.5em; line-height: 1.5em;">2013 Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;"><strong>Workshops</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Online.pdf">AAZK Online</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Escape-Preparedness.pdf">Animal Escape Preparedness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Better-Powerpoint-Presentations.pdf">Better Powerpoint Presentations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Enrichment-Day.pdf">BHC Enrichment Day</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Safety-Workshop.pdf">BHC Safety Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Shipping-Crates.pdf">Building Shipping Crates</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Challenges-and-Successes-of-Breeding-in-a-Large-Mixed-Species-Aviary.pdf">Challenges and Successes of Breeding in a Large Mixed-Species Aviary</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Goal-Setting.pdf">Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Health-Management-of-Fishes-and-Amphibians.pdf">Health Management of Fishes and Amphibians</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Improving-Your-Photography.pdf">Improving Your Photography</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Invert-Husbandry-Basics.pdf">Invert Husbandry Basics</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Founded-Conservation-Programs.pdf">Keeper Founded Conservation Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Talks-Can-Be-Fun-Seriously.pdf">Keeper Talks Can Be Fun Seriously</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-to-Curator.pdf">Keeper to Curator</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations.pdf">Management Adjustments to Address Aging Populations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations-Part-2.pdf">Management Adjustments to Address Aging Populations Part 2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Mixed-Species-Mgt-Facility-Design.pdf">Mixed Species Mgt Facility Design</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/North-Carolina-Zoo-Browse-Program.pdf">North Carolina Zoo Browse Program</a>\r\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Population-Management.pdf">Population Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Proposal-Writing-and-Evaluation.pdf">Proposal Writing and Evaluation</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Public-Relations-101.pdf">Public Relations 101</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Radio-Telemetry.pdf">Radio Telemetry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SCUBA-Diving-and-Rock-Climbing-Operations.pdf">SCUBA Diving and Rock Climbing Operations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams1.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Veterinary-Communications.pdf">Understanding Veterinary Communications</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Wild-Bird-Banding.pdf">Wild Bird Banding</a>\r\n<h4><strong style="color: #0000ff; line-height: 1.5em;">Posters</strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n<h4><strong><span style="color: #0000ff;">Paper Sessions</span></strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n<strong>2012 Conference Proceedings</strong>\r\n<h4><span style="color: #0000ff;">Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">Monitoring Anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">Darting</a>\r\n<a href="http://BHC The Shaping Police">BHC The Shaping Police</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n<h4><span style="color: #0000ff;">Ungulate Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n<h4><span style="color: #0000ff;">Raptor Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n<h4><span style="color: #0000ff;">Penguin Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 12:26:00', '2014-02-04 17:26:00', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5448, 2, '2014-02-04 12:19:03', '2014-02-04 17:19:03', '<span style="font-size: 1.5em; line-height: 1.5em;">2013 Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;"><strong>Workshops</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Online.pdf">AAZK Online</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Escape-Preparedness.pdf">Animal Escape Preparedness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Enrichment-Day.pdf">BHC Enrichment Day</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Safety-Workshop.pdf">BHC Safety Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Shipping-Crates.pdf">Building Shipping Crates</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Challenges-and-Successes-of-Breeding-in-a-Large-Mixed-Species-Aviary.pdf">Challenges and Successes of Breeding in a Large Mixed-Species Aviary</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Goal-Setting.pdf">Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Health-Management-of-Fishes-and-Amphibians.pdf">Health Management of Fishes and Amphibians</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Improving-Your-Photography.pdf">Improving Your Photography</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Invert-Husbandry-Basics.pdf">Invert Husbandry Basics</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Founded-Conservation-Programs.pdf">Keeper Founded Conservation Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Talks-Can-Be-Fun-Seriously.pdf">Keeper Talks Can Be Fun Seriously</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-to-Curator.pdf">Keeper to Curator</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations.pdf">Management Adjustments to Address Aging Populations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations-Part-2.pdf">Management Adjustments to Address Aging Populations Part 2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Mixed-Species-Mgt-Facility-Design.pdf">Mixed Species Mgt Facility Design</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/North-Carolina-Zoo-Browse-Program.pdf">North Carolina Zoo Browse Program</a>\r\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Population-Management.pdf">Population Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Proposal-Writing-and-Evaluation.pdf">Proposal Writing and Evaluation</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Public-Relations-101.pdf">Public Relations 101</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Radio-Telemetry.pdf">Radio Telemetry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SCUBA-Diving-and-Rock-Climbing-Operations.pdf">SCUBA Diving and Rock Climbing Operations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams1.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Veterinary-Communications.pdf">Understanding Veterinary Communications</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Wild-Bird-Banding.pdf">Wild Bird Banding</a>\r\n\r\n\r\n<strong style="color: #0000ff; line-height: 1.5em;">Posters</strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n\r\n<strong><span style="color: #0000ff;">Paper Sessions</span></strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n&nbsp;\r\n<h2><strong>2012 Conference Proceedings</strong></h2>\r\n<h4><span style="color: #0000ff;">Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">AAZAK 2012 AbouMadi Monitoring anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">AAZAK 2012 AbouMadi Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n<h4><span style="color: #0000ff;">Ungulate Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n<h4><span style="color: #0000ff;">Raptor Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n<h4><span style="color: #0000ff;">Penguin Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 12:19:03', '2014-02-04 17:19:03', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5449, 2, '2014-02-04 12:20:11', '2014-02-04 17:20:11', '', 'Better Powerpoint Presentations', 0, '', 'inherit', 'closed', 'closed', '', 'better-powerpoint-presentations', '', '', '2014-02-04 12:20:11', '2014-02-04 17:20:11', '', 5156, 'https://www.aazk.org/wp-content/uploads/Better-Powerpoint-Presentations.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5453, 2, '2014-02-04 12:23:36', '2014-02-04 17:23:36', '<span style="font-size: 1.5em; line-height: 1.5em;">2013 Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;"><strong>Workshops</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Online.pdf">AAZK Online</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Escape-Preparedness.pdf">Animal Escape Preparedness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Better-Powerpoint-Presentations.pdf">Better Powerpoint Presentations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Enrichment-Day.pdf">BHC Enrichment Day</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Safety-Workshop.pdf">BHC Safety Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Shipping-Crates.pdf">Building Shipping Crates</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Challenges-and-Successes-of-Breeding-in-a-Large-Mixed-Species-Aviary.pdf">Challenges and Successes of Breeding in a Large Mixed-Species Aviary</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Goal-Setting.pdf">Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Health-Management-of-Fishes-and-Amphibians.pdf">Health Management of Fishes and Amphibians</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Improving-Your-Photography.pdf">Improving Your Photography</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Invert-Husbandry-Basics.pdf">Invert Husbandry Basics</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Founded-Conservation-Programs.pdf">Keeper Founded Conservation Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Talks-Can-Be-Fun-Seriously.pdf">Keeper Talks Can Be Fun Seriously</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-to-Curator.pdf">Keeper to Curator</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations.pdf">Management Adjustments to Address Aging Populations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations-Part-2.pdf">Management Adjustments to Address Aging Populations Part 2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Mixed-Species-Mgt-Facility-Design.pdf">Mixed Species Mgt Facility Design</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/North-Carolina-Zoo-Browse-Program.pdf">North Carolina Zoo Browse Program</a>\r\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Population-Management.pdf">Population Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Proposal-Writing-and-Evaluation.pdf">Proposal Writing and Evaluation</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Public-Relations-101.pdf">Public Relations 101</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Radio-Telemetry.pdf">Radio Telemetry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SCUBA-Diving-and-Rock-Climbing-Operations.pdf">SCUBA Diving and Rock Climbing Operations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams1.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Veterinary-Communications.pdf">Understanding Veterinary Communications</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Wild-Bird-Banding.pdf">Wild Bird Banding</a>\r\n<h4><strong style="color: #0000ff; line-height: 1.5em;">Posters</strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n<h4><strong><span style="color: #0000ff;">Paper Sessions</span></strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n<strong>2012 Conference Proceedings</strong>\r\n<h4><span style="color: #0000ff;">Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">Monitoring Anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n<h4><span style="color: #0000ff;">Ungulate Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n<h4><span style="color: #0000ff;">Raptor Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n<h4><span style="color: #0000ff;">Penguin Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 12:23:36', '2014-02-04 17:23:36', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5450, 2, '2014-02-04 12:20:49', '2014-02-04 17:20:49', '<span style="font-size: 1.5em; line-height: 1.5em;">2013 Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;"><strong>Workshops</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Online.pdf">AAZK Online</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Escape-Preparedness.pdf">Animal Escape Preparedness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Better-Powerpoint-Presentations.pdf">Better Powerpoint Presentations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Enrichment-Day.pdf">BHC Enrichment Day</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Safety-Workshop.pdf">BHC Safety Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Shipping-Crates.pdf">Building Shipping Crates</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Challenges-and-Successes-of-Breeding-in-a-Large-Mixed-Species-Aviary.pdf">Challenges and Successes of Breeding in a Large Mixed-Species Aviary</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Goal-Setting.pdf">Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Health-Management-of-Fishes-and-Amphibians.pdf">Health Management of Fishes and Amphibians</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Improving-Your-Photography.pdf">Improving Your Photography</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Invert-Husbandry-Basics.pdf">Invert Husbandry Basics</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Founded-Conservation-Programs.pdf">Keeper Founded Conservation Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Talks-Can-Be-Fun-Seriously.pdf">Keeper Talks Can Be Fun Seriously</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-to-Curator.pdf">Keeper to Curator</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations.pdf">Management Adjustments to Address Aging Populations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations-Part-2.pdf">Management Adjustments to Address Aging Populations Part 2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Mixed-Species-Mgt-Facility-Design.pdf">Mixed Species Mgt Facility Design</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/North-Carolina-Zoo-Browse-Program.pdf">North Carolina Zoo Browse Program</a>\r\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Population-Management.pdf">Population Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Proposal-Writing-and-Evaluation.pdf">Proposal Writing and Evaluation</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Public-Relations-101.pdf">Public Relations 101</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Radio-Telemetry.pdf">Radio Telemetry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SCUBA-Diving-and-Rock-Climbing-Operations.pdf">SCUBA Diving and Rock Climbing Operations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams1.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Veterinary-Communications.pdf">Understanding Veterinary Communications</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Wild-Bird-Banding.pdf">Wild Bird Banding</a>\r\n\r\n\r\n<strong style="color: #0000ff; line-height: 1.5em;">Posters</strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n\r\n<strong><span style="color: #0000ff;">Paper Sessions</span></strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n&nbsp;\r\n<h2><strong>2012 Conference Proceedings</strong></h2>\r\n<h4><span style="color: #0000ff;">Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">AAZAK 2012 AbouMadi Monitoring anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">AAZAK 2012 AbouMadi Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n<h4><span style="color: #0000ff;">Ungulate Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n<h4><span style="color: #0000ff;">Raptor Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n<h4><span style="color: #0000ff;">Penguin Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 12:20:49', '2014-02-04 17:20:49', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5451, 2, '2014-02-04 12:21:31', '2014-02-04 17:21:31', '<span style="font-size: 1.5em; line-height: 1.5em;">2013 Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;"><strong>Workshops</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Online.pdf">AAZK Online</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Escape-Preparedness.pdf">Animal Escape Preparedness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Better-Powerpoint-Presentations.pdf">Better Powerpoint Presentations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Enrichment-Day.pdf">BHC Enrichment Day</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Safety-Workshop.pdf">BHC Safety Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Shipping-Crates.pdf">Building Shipping Crates</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Challenges-and-Successes-of-Breeding-in-a-Large-Mixed-Species-Aviary.pdf">Challenges and Successes of Breeding in a Large Mixed-Species Aviary</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Goal-Setting.pdf">Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Health-Management-of-Fishes-and-Amphibians.pdf">Health Management of Fishes and Amphibians</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Improving-Your-Photography.pdf">Improving Your Photography</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Invert-Husbandry-Basics.pdf">Invert Husbandry Basics</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Founded-Conservation-Programs.pdf">Keeper Founded Conservation Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Talks-Can-Be-Fun-Seriously.pdf">Keeper Talks Can Be Fun Seriously</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-to-Curator.pdf">Keeper to Curator</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations.pdf">Management Adjustments to Address Aging Populations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations-Part-2.pdf">Management Adjustments to Address Aging Populations Part 2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Mixed-Species-Mgt-Facility-Design.pdf">Mixed Species Mgt Facility Design</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/North-Carolina-Zoo-Browse-Program.pdf">North Carolina Zoo Browse Program</a>\r\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Population-Management.pdf">Population Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Proposal-Writing-and-Evaluation.pdf">Proposal Writing and Evaluation</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Public-Relations-101.pdf">Public Relations 101</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Radio-Telemetry.pdf">Radio Telemetry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SCUBA-Diving-and-Rock-Climbing-Operations.pdf">SCUBA Diving and Rock Climbing Operations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams1.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Veterinary-Communications.pdf">Understanding Veterinary Communications</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Wild-Bird-Banding.pdf">Wild Bird Banding</a>\r\n<h4><strong style="color: #0000ff; line-height: 1.5em;">Posters</strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n<h4><strong><span style="color: #0000ff;">Paper Sessions</span></strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n<strong>2012 Conference Proceedings</strong>\r\n<h4><span style="color: #0000ff;">Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">AAZAK 2012 AbouMadi Monitoring anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">AAZAK 2012 AbouMadi Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n<h4><span style="color: #0000ff;">Ungulate Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n<h4><span style="color: #0000ff;">Raptor Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n<h4><span style="color: #0000ff;">Penguin Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 12:21:31', '2014-02-04 17:21:31', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5452, 2, '2014-02-04 12:23:02', '2014-02-04 17:23:02', '<span style="font-size: 1.5em; line-height: 1.5em;">2013 Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;"><strong>Workshops</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Online.pdf">AAZK Online</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Escape-Preparedness.pdf">Animal Escape Preparedness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Better-Powerpoint-Presentations.pdf">Better Powerpoint Presentations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Enrichment-Day.pdf">BHC Enrichment Day</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Safety-Workshop.pdf">BHC Safety Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Shipping-Crates.pdf">Building Shipping Crates</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Challenges-and-Successes-of-Breeding-in-a-Large-Mixed-Species-Aviary.pdf">Challenges and Successes of Breeding in a Large Mixed-Species Aviary</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Goal-Setting.pdf">Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Health-Management-of-Fishes-and-Amphibians.pdf">Health Management of Fishes and Amphibians</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Improving-Your-Photography.pdf">Improving Your Photography</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Invert-Husbandry-Basics.pdf">Invert Husbandry Basics</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Founded-Conservation-Programs.pdf">Keeper Founded Conservation Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Talks-Can-Be-Fun-Seriously.pdf">Keeper Talks Can Be Fun Seriously</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-to-Curator.pdf">Keeper to Curator</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations.pdf">Management Adjustments to Address Aging Populations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations-Part-2.pdf">Management Adjustments to Address Aging Populations Part 2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Mixed-Species-Mgt-Facility-Design.pdf">Mixed Species Mgt Facility Design</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/North-Carolina-Zoo-Browse-Program.pdf">North Carolina Zoo Browse Program</a>\r\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Population-Management.pdf">Population Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Proposal-Writing-and-Evaluation.pdf">Proposal Writing and Evaluation</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Public-Relations-101.pdf">Public Relations 101</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Radio-Telemetry.pdf">Radio Telemetry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SCUBA-Diving-and-Rock-Climbing-Operations.pdf">SCUBA Diving and Rock Climbing Operations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams1.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Veterinary-Communications.pdf">Understanding Veterinary Communications</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Wild-Bird-Banding.pdf">Wild Bird Banding</a>\r\n<h4><strong style="color: #0000ff; line-height: 1.5em;">Posters</strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n<h4><strong><span style="color: #0000ff;">Paper Sessions</span></strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n<strong>2012 Conference Proceedings</strong>\r\n<h4><span style="color: #0000ff;">Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">Monitoring Anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">AAZAK 2012 AbouMadi Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC 2012</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n<h4><span style="color: #0000ff;">Ungulate Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n<h4><span style="color: #0000ff;">Raptor Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n<h4><span style="color: #0000ff;">Penguin Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 12:23:02', '2014-02-04 17:23:02', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5454, 2, '2014-02-04 12:24:11', '2014-02-04 17:24:11', '<span style="font-size: 1.5em; line-height: 1.5em;">2013 Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;"><strong>Workshops</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Online.pdf">AAZK Online</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Escape-Preparedness.pdf">Animal Escape Preparedness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Better-Powerpoint-Presentations.pdf">Better Powerpoint Presentations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Enrichment-Day.pdf">BHC Enrichment Day</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Safety-Workshop.pdf">BHC Safety Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Shipping-Crates.pdf">Building Shipping Crates</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Challenges-and-Successes-of-Breeding-in-a-Large-Mixed-Species-Aviary.pdf">Challenges and Successes of Breeding in a Large Mixed-Species Aviary</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Goal-Setting.pdf">Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Health-Management-of-Fishes-and-Amphibians.pdf">Health Management of Fishes and Amphibians</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Improving-Your-Photography.pdf">Improving Your Photography</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Invert-Husbandry-Basics.pdf">Invert Husbandry Basics</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Founded-Conservation-Programs.pdf">Keeper Founded Conservation Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Talks-Can-Be-Fun-Seriously.pdf">Keeper Talks Can Be Fun Seriously</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-to-Curator.pdf">Keeper to Curator</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations.pdf">Management Adjustments to Address Aging Populations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations-Part-2.pdf">Management Adjustments to Address Aging Populations Part 2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Mixed-Species-Mgt-Facility-Design.pdf">Mixed Species Mgt Facility Design</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/North-Carolina-Zoo-Browse-Program.pdf">North Carolina Zoo Browse Program</a>\r\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Population-Management.pdf">Population Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Proposal-Writing-and-Evaluation.pdf">Proposal Writing and Evaluation</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Public-Relations-101.pdf">Public Relations 101</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Radio-Telemetry.pdf">Radio Telemetry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SCUBA-Diving-and-Rock-Climbing-Operations.pdf">SCUBA Diving and Rock Climbing Operations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams1.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Veterinary-Communications.pdf">Understanding Veterinary Communications</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Wild-Bird-Banding.pdf">Wild Bird Banding</a>\r\n<h4><strong style="color: #0000ff; line-height: 1.5em;">Posters</strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n<h4><strong><span style="color: #0000ff;">Paper Sessions</span></strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n<strong>2012 Conference Proceedings</strong>\r\n<h4><span style="color: #0000ff;">Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">Monitoring Anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">Darting</a>\r\nBHC <a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">The Shaping Police BHC</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n<h4><span style="color: #0000ff;">Ungulate Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n<h4><span style="color: #0000ff;">Raptor Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n<h4><span style="color: #0000ff;">Penguin Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 12:24:11', '2014-02-04 17:24:11', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5464, 2, '2014-02-04 12:48:49', '2014-02-04 17:48:49', '<span style="font-size: 1.5em; line-height: 1.5em;">2013 Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;"><strong>Workshops</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Online.pdf">AAZK Online</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Escape-Preparedness.pdf">Animal Escape Preparedness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Better-Powerpoint-Presentations.pdf">Better Powerpoint Presentations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Enrichment-Day.pdf">BHC Enrichment Day</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Safety-Workshop.pdf">BHC Safety Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Shipping-Crates.pdf">Building Shipping Crates</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Challenges-and-Successes-of-Breeding-in-a-Large-Mixed-Species-Aviary.pdf">Challenges and Successes of Breeding in a Large Mixed-Species Aviary</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Goal-Setting.pdf">Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Health-Management-of-Fishes-and-Amphibians.pdf">Health Management of Fishes and Amphibians</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Improving-Your-Photography.pdf">Improving Your Photography</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Invert-Husbandry-Basics.pdf">Invert Husbandry Basics</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Founded-Conservation-Programs.pdf">Keeper Founded Conservation Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Talks-Can-Be-Fun-Seriously.pdf">Keeper Talks Can Be Fun Seriously</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-to-Curator.pdf">Keeper to Curator</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations.pdf">Management Adjustments to Address Aging Populations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations-Part-2.pdf">Management Adjustments to Address Aging Populations Part 2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Mixed-Species-Mgt-Facility-Design.pdf">Mixed Species Mgt Facility Design</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/North-Carolina-Zoo-Browse-Program.pdf">North Carolina Zoo Browse Program</a>\r\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Population-Management.pdf">Population Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Proposal-Writing-and-Evaluation.pdf">Proposal Writing and Evaluation</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Public-Relations-101.pdf">Public Relations 101</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Radio-Telemetry.pdf">Radio Telemetry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SCUBA-Diving-and-Rock-Climbing-Operations.pdf">SCUBA Diving and Rock Climbing Operations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams1.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Veterinary-Communications.pdf">Understanding Veterinary Communications</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Wild-Bird-Banding.pdf">Wild Bird Banding</a>\r\n<h4><strong style="color: #0000ff; line-height: 1.5em;">Posters</strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n<h4><strong><span style="color: #0000ff;">Paper Sessions</span></strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n<strong>2012 Conference Proceedings</strong>\r\n<h4><span style="color: #0000ff;">Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee1.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-The-Shaping-Police.pdf">BHC The Shaping Police</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo.pdf">Bird Strike Monitoring at the Philadelphia Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home.pdf">Bringing it Home</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK.pdf">Conservation Resources for AAZK</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators1.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box1.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">Monitoring Anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-The-Shaping-Police.pdf">\r\n</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 12:48:49', '2014-02-04 17:48:49', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5456, 2, '2014-02-04 12:27:49', '2014-02-04 17:27:49', '<span style="font-size: 1.5em; line-height: 1.5em;">2013 Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;"><strong>Workshops</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Online.pdf">AAZK Online</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Escape-Preparedness.pdf">Animal Escape Preparedness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Better-Powerpoint-Presentations.pdf">Better Powerpoint Presentations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Enrichment-Day.pdf">BHC Enrichment Day</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Safety-Workshop.pdf">BHC Safety Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Shipping-Crates.pdf">Building Shipping Crates</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Challenges-and-Successes-of-Breeding-in-a-Large-Mixed-Species-Aviary.pdf">Challenges and Successes of Breeding in a Large Mixed-Species Aviary</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Goal-Setting.pdf">Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Health-Management-of-Fishes-and-Amphibians.pdf">Health Management of Fishes and Amphibians</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Improving-Your-Photography.pdf">Improving Your Photography</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Invert-Husbandry-Basics.pdf">Invert Husbandry Basics</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Founded-Conservation-Programs.pdf">Keeper Founded Conservation Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Talks-Can-Be-Fun-Seriously.pdf">Keeper Talks Can Be Fun Seriously</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-to-Curator.pdf">Keeper to Curator</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations.pdf">Management Adjustments to Address Aging Populations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations-Part-2.pdf">Management Adjustments to Address Aging Populations Part 2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Mixed-Species-Mgt-Facility-Design.pdf">Mixed Species Mgt Facility Design</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/North-Carolina-Zoo-Browse-Program.pdf">North Carolina Zoo Browse Program</a>\r\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Population-Management.pdf">Population Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Proposal-Writing-and-Evaluation.pdf">Proposal Writing and Evaluation</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Public-Relations-101.pdf">Public Relations 101</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Radio-Telemetry.pdf">Radio Telemetry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SCUBA-Diving-and-Rock-Climbing-Operations.pdf">SCUBA Diving and Rock Climbing Operations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams1.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Veterinary-Communications.pdf">Understanding Veterinary Communications</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Wild-Bird-Banding.pdf">Wild Bird Banding</a>\r\n<h4><strong style="color: #0000ff; line-height: 1.5em;">Posters</strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n<h4><strong><span style="color: #0000ff;">Paper Sessions</span></strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n<strong>2012 Conference Proceedings</strong>\r\n<h4><span style="color: #0000ff;">Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">Monitoring Anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">Darting</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf"><a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/The-Shaping-Police-BHC-2012.pdf">BHC </a> The Shaping Police</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QR-Protocols_-erichment-and-trainingfinal.pdf">QR Protocols_ erichment and trainingfinal</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo-Forum.pdf">Bird Strike Monitoring at the Philadelphia Zoo Forum</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home-Workshop.pdf">Bringing it Home Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK-Workshop.pdf">Conservation Resources for AAZK Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/nests_for_native_bees_fact_sheet_xerces_society2.pdf">nests_for_native_bees_fact_sheet_xerces_society2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoonotic-Dz-Zoo-PPT.pdf">Zoonotic Dz Zoo PPT</a>\r\n<h4><span style="color: #0000ff;">Ungulate Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-workshop.ppt">Ungulate workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SAFETY-DURING-LARGE-MAMMAL-RESTRAINT.doc">SAFETY DURING LARGE MAMMAL RESTRAINT</a>\r\n<h4><span style="color: #0000ff;">Raptor Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Raptor-Workshop.pdf">AAZK Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering.pdf">IAATE PositionStatement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-equipment.pdf">Raptor equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-knot.pdf">Raptor knot</a>\r\n<h4><span style="color: #0000ff;">Penguin Workshop</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/PenguinWorkshop.pptx">PenguinWorkshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru.ppt">Humboldt Conservation in Peru</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Conservation-in-Peru-2.doc">Humboldt Conservation in Peru (2)</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 12:27:49', '2014-02-04 17:27:49', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5465, 2, '2014-02-04 12:50:36', '2014-02-04 17:50:36', '<span style="font-size: 1.5em; line-height: 1.5em;">2013 Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;"><strong>Workshops</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Online.pdf">AAZK Online</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Escape-Preparedness.pdf">Animal Escape Preparedness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Better-Powerpoint-Presentations.pdf">Better Powerpoint Presentations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Enrichment-Day.pdf">BHC Enrichment Day</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Safety-Workshop.pdf">BHC Safety Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Shipping-Crates.pdf">Building Shipping Crates</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Challenges-and-Successes-of-Breeding-in-a-Large-Mixed-Species-Aviary.pdf">Challenges and Successes of Breeding in a Large Mixed-Species Aviary</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Goal-Setting.pdf">Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Health-Management-of-Fishes-and-Amphibians.pdf">Health Management of Fishes and Amphibians</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Improving-Your-Photography.pdf">Improving Your Photography</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Invert-Husbandry-Basics.pdf">Invert Husbandry Basics</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Founded-Conservation-Programs.pdf">Keeper Founded Conservation Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Talks-Can-Be-Fun-Seriously.pdf">Keeper Talks Can Be Fun Seriously</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-to-Curator.pdf">Keeper to Curator</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations.pdf">Management Adjustments to Address Aging Populations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations-Part-2.pdf">Management Adjustments to Address Aging Populations Part 2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Mixed-Species-Mgt-Facility-Design.pdf">Mixed Species Mgt Facility Design</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/North-Carolina-Zoo-Browse-Program.pdf">North Carolina Zoo Browse Program</a>\r\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Population-Management.pdf">Population Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Proposal-Writing-and-Evaluation.pdf">Proposal Writing and Evaluation</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Public-Relations-101.pdf">Public Relations 101</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Radio-Telemetry.pdf">Radio Telemetry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SCUBA-Diving-and-Rock-Climbing-Operations.pdf">SCUBA Diving and Rock Climbing Operations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams1.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Veterinary-Communications.pdf">Understanding Veterinary Communications</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Wild-Bird-Banding.pdf">Wild Bird Banding</a>\r\n<h4><strong style="color: #0000ff; line-height: 1.5em;">Posters</strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n<h4><strong><span style="color: #0000ff;">Paper Sessions</span></strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n<span style="font-size: 1.5em; line-height: 1.5em;">2012 Conference Proceedings</strong>\r\n<h4><span style="color: #0000ff;">Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee1.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-The-Shaping-Police.pdf">BHC The Shaping Police</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo.pdf">Bird Strike Monitoring at the Philadelphia Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home.pdf">Bringing it Home</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK.pdf">Conservation Resources for AAZK</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators1.pdf">Farming with Pollenators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box1.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">Monitoring Anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-The-Shaping-Police.pdf">\r\n</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 12:50:36', '2014-02-04 17:50:36', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5466, 2, '2014-02-04 12:53:07', '2014-02-04 17:53:07', '', 'Humboldt Penguin Breeding Management', 0, '', 'inherit', 'closed', 'closed', '', 'humboldt-penguin-breeding-management', '', '', '2014-02-04 12:53:07', '2014-02-04 17:53:07', '', 5156, 'https://www.aazk.org/wp-content/uploads/Humboldt-Penguin-Breeding-Management.pptx', 0, 'attachment', 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 0) ; 
INSERT INTO `wp_posts` VALUES (5467, 2, '2014-02-04 12:53:24', '2014-02-04 17:53:24', '', 'IAATE PositionStatement-Tethering', 0, '', 'inherit', 'closed', 'closed', '', 'iaate-positionstatement-tethering-2', '', '', '2014-02-04 12:53:24', '2014-02-04 17:53:24', '', 5156, 'https://www.aazk.org/wp-content/uploads/IAATE-PositionStatement-Tethering1.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5468, 2, '2014-02-04 12:55:48', '2014-02-04 17:55:48', '', 'Important Zoonotic Diseases of Zoo and Doemestic Animals', 0, '', 'inherit', 'closed', 'closed', '', 'important-zoonotic-diseases-of-zoo-and-doemestic-animals', '', '', '2014-02-04 12:55:48', '2014-02-04 17:55:48', '', 5156, 'https://www.aazk.org/wp-content/uploads/Important-Zoonotic-Diseases-of-Zoo-and-Doemestic-Animals.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5469, 2, '2014-02-04 12:56:32', '2014-02-04 17:56:32', '', 'Keepers as Population Managers', 0, '', 'inherit', 'closed', 'closed', '', 'keepers-as-population-managers-2', '', '', '2014-02-04 12:56:32', '2014-02-04 17:56:32', '', 5156, 'https://www.aazk.org/wp-content/uploads/Keepers-as-Population-Managers1.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5470, 2, '2014-02-04 12:57:15', '2014-02-04 17:57:15', '', 'Keys to a successful Chapter', 0, '', 'inherit', 'closed', 'closed', '', 'keys-to-a-successful-chapter-2', '', '', '2014-02-04 12:57:15', '2014-02-04 17:57:15', '', 5156, 'https://www.aazk.org/wp-content/uploads/Keys-to-a-successful-Chapter1.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5471, 2, '2014-02-04 12:58:08', '2014-02-04 17:58:08', '<span style="font-size: 1.5em; line-height: 1.5em; color: #993300;">2013 Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;"><strong>Workshops</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Online.pdf">AAZK Online</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Escape-Preparedness.pdf">Animal Escape Preparedness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Better-Powerpoint-Presentations.pdf">Better Powerpoint Presentations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Enrichment-Day.pdf">BHC Enrichment Day</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Safety-Workshop.pdf">BHC Safety Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Shipping-Crates.pdf">Building Shipping Crates</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Challenges-and-Successes-of-Breeding-in-a-Large-Mixed-Species-Aviary.pdf">Challenges and Successes of Breeding in a Large Mixed-Species Aviary</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Goal-Setting.pdf">Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Health-Management-of-Fishes-and-Amphibians.pdf">Health Management of Fishes and Amphibians</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Improving-Your-Photography.pdf">Improving Your Photography</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Invert-Husbandry-Basics.pdf">Invert Husbandry Basics</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Founded-Conservation-Programs.pdf">Keeper Founded Conservation Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Talks-Can-Be-Fun-Seriously.pdf">Keeper Talks Can Be Fun Seriously</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-to-Curator.pdf">Keeper to Curator</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations.pdf">Management Adjustments to Address Aging Populations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations-Part-2.pdf">Management Adjustments to Address Aging Populations Part 2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Mixed-Species-Mgt-Facility-Design.pdf">Mixed Species Mgt Facility Design</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/North-Carolina-Zoo-Browse-Program.pdf">North Carolina Zoo Browse Program</a>\r\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Population-Management.pdf">Population Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Proposal-Writing-and-Evaluation.pdf">Proposal Writing and Evaluation</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Public-Relations-101.pdf">Public Relations 101</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Radio-Telemetry.pdf">Radio Telemetry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SCUBA-Diving-and-Rock-Climbing-Operations.pdf">SCUBA Diving and Rock Climbing Operations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams1.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Veterinary-Communications.pdf">Understanding Veterinary Communications</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Wild-Bird-Banding.pdf">Wild Bird Banding</a>\r\n<h4><strong style="color: #0000ff; line-height: 1.5em;">Posters</strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n<h4><strong><span style="color: #0000ff;">Paper Sessions</span></strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n<span style="font-size: 1.5em; line-height: 1.5em; color: #993300;">2012 Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;">Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee1.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-The-Shaping-Police.pdf">BHC The Shaping Police</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo.pdf">Bird Strike Monitoring at the Philadelphia Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home.pdf">Bringing it Home</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK.pdf">Conservation Resources for AAZK</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators1.pdf">Farming with Pollinators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box1.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Penguin-Breeding-Management.pptx">Humboldt Penguin Breeding Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering1.pdf">IAATE Position Statement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Important-Zoonotic-Diseases-of-Zoo-and-Doemestic-Animals.pdf">Important Zoonotic Diseases of Zoo and Domestic Animals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers1.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter1.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">Monitoring Anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 12:58:08', '2014-02-04 17:58:08', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5472, 2, '2014-02-04 12:58:54', '2014-02-04 17:58:54', '', 'Nests for Native Bees Fact Sheet', 0, '', 'inherit', 'closed', 'closed', '', 'nests-for-native-bees-fact-sheet', '', '', '2014-02-04 12:58:54', '2014-02-04 17:58:54', '', 5156, 'https://www.aazk.org/wp-content/uploads/Nests-for-Native-Bees-Fact-Sheet.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5473, 2, '2014-02-04 12:59:11', '2014-02-04 17:59:11', '', 'Nests for Native Bees', 0, '', 'inherit', 'closed', 'closed', '', 'nests-for-native-bees-2', '', '', '2014-02-04 12:59:11', '2014-02-04 17:59:11', '', 5156, 'https://www.aazk.org/wp-content/uploads/Nests-for-Native-Bees1.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5474, 2, '2014-02-04 12:59:49', '2014-02-04 17:59:49', '', 'Palm Oil Wallet Card', 0, '', 'inherit', 'closed', 'closed', '', 'palm-oil-wallet-card-2', '', '', '2014-02-04 12:59:49', '2014-02-04 17:59:49', '', 5156, 'https://www.aazk.org/wp-content/uploads/Palm-Oil-Wallet-Card1.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5475, 2, '2014-02-04 13:00:05', '2014-02-04 18:00:05', '', 'Plants for Native Bees', 0, '', 'inherit', 'closed', 'closed', '', 'plants-for-native-bees-2', '', '', '2014-02-04 13:00:05', '2014-02-04 18:00:05', '', 5156, 'https://www.aazk.org/wp-content/uploads/Plants-for-Native-Bees1.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5476, 2, '2014-02-04 13:00:26', '2014-02-04 18:00:26', '', 'Professional Development Goal Setting', 0, '', 'inherit', 'closed', 'closed', '', 'professional-development-goal-setting-2', '', '', '2014-02-04 13:00:26', '2014-02-04 18:00:26', '', 5156, 'https://www.aazk.org/wp-content/uploads/Professional-Development-Goal-Setting1.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5477, 2, '2014-02-04 13:05:53', '2014-02-04 18:05:53', '', 'QT Protocols Enichment and Training', 0, '', 'inherit', 'closed', 'closed', '', 'qt-protocols-enichment-and-training', '', '', '2014-02-04 13:05:53', '2014-02-04 18:05:53', '', 5156, 'https://www.aazk.org/wp-content/uploads/QT-Protocols-Enichment-and-Training.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5478, 3, '2014-02-04 13:47:44', '2014-02-04 18:47:44', 'TGR Exotics Wildlife Park, Spring TX\r\n\r\nMINIMUM QUALIFICATIONS: Education and Experience: A High School diploma or GED, and two (2) years of animal care and handling experience (AZA or ZAA facility), excluding internships and personal pets.\r\n\r\nTYPICAL DUTIES: Feed and care for exotic zoo animals and clean and maintain animal enclosures. Involves: Prepare regular and special diets to feed animals. Feed and water animals. Clean, disinfect and maintain cages, enclosures and exhibit areas as needed. Maintain safety of animals. Monitor animal health and well being. Report animal illness or injury to appropriate staff. Assist veterinary staff as needed with administering medications, providing treatment and restraining. Provide care for animals such as by trimming beaks, nails and wing feathers, providing moisture for turtles, reptiles and birds, weighing animals and other services as needed.\r\n\r\nProvide assistance to other zoo staff and to the public. Involves: Identify maintenance problems and resolve or report as necessary. Assist with grounds and landscaping maintenance and construction. Answer questions from other staff and the public regarding zoo animals, exhibits and related. Public speaking, give tours, assists with events, camp and parties. Animal education background is a plus!\r\n\r\nKNOWLEDGE, SKILLS, AND ABILITIES: \r\n• Application of knowledge of care and feeding of zoo animals. • Application of some knowledge of American Zoo and Aquarium Association principles and practices. • Application of some knowledge of sanitation and disinfection processes. • Prepare and feed animals regular and special diet foods. • Maintain accurate logs and records of animal care and observation. • Establish and maintain effective working relationships with coworkers and the general public. \r\n\r\nOTHER JOB CHARACTERISTICS: • Requires mobility within a zoo environment. • Works around a variety of animal species with potential for physical harm from bites, kicks, heavy lifting and restraining animals. • Exposure to infectious diseases from daily contact with exotic and domestic animals including bacterial, fungal, parasitic and viral pathogens. • Work outdoors in TEXAS heat, rain and cold. • You must be able to lift 50+ pounds. We are a NON-Smoking facility. We drug test.\r\n\r\nSalary: negotiable\r\n\r\nPlease email resume and references to:   mail@tgrexotics.com\r\n\r\nContact person: Gwen Scott  281-353-5252\r\n\r\nVisit our website: www.tgrexotics.com\r\n\r\n\r\n\r\n\r\n', 'Zoo Keeper- General/Education', 0, ' ', 'publish', 'closed', 'closed', '', 'zoo-keeper-generaleducation', '', '', '2014-02-04 13:47:44', '2014-02-04 18:47:44', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5478', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5479, 0, '2014-02-04 13:47:44', '2014-02-04 18:47:44', 'TGR Exotics Wildlife Park, Spring TX\r\n\r\nMINIMUM QUALIFICATIONS: Education and Experience: A High School diploma or GED, and two (2) years of animal care and handling experience (AZA or ZAA facility), excluding internships and personal pets.\r\n\r\nTYPICAL DUTIES: Feed and care for exotic zoo animals and clean and maintain animal enclosures. Involves: Prepare regular and special diets to feed animals. Feed and water animals. Clean, disinfect and maintain cages, enclosures and exhibit areas as needed. Maintain safety of animals. Monitor animal health and well being. Report animal illness or injury to appropriate staff. Assist veterinary staff as needed with administering medications, providing treatment and restraining. Provide care for animals such as by trimming beaks, nails and wing feathers, providing moisture for turtles, reptiles and birds, weighing animals and other services as needed.\r\n\r\nProvide assistance to other zoo staff and to the public. Involves: Identify maintenance problems and resolve or report as necessary. Assist with grounds and landscaping maintenance and construction. Answer questions from other staff and the public regarding zoo animals, exhibits and related. Public speaking, give tours, assists with events, camp and parties. Animal education background is a plus!\r\n\r\nKNOWLEDGE, SKILLS, AND ABILITIES: \r\n• Application of knowledge of care and feeding of zoo animals. • Application of some knowledge of American Zoo and Aquarium Association principles and practices. • Application of some knowledge of sanitation and disinfection processes. • Prepare and feed animals regular and special diet foods. • Maintain accurate logs and records of animal care and observation. • Establish and maintain effective working relationships with coworkers and the general public. \r\n\r\nOTHER JOB CHARACTERISTICS: • Requires mobility within a zoo environment. • Works around a variety of animal species with potential for physical harm from bites, kicks, heavy lifting and restraining animals. • Exposure to infectious diseases from daily contact with exotic and domestic animals including bacterial, fungal, parasitic and viral pathogens. • Work outdoors in TEXAS heat, rain and cold. • You must be able to lift 50+ pounds. We are a NON-Smoking facility. We drug test.\r\n\r\nSalary: negotiable\r\n\r\nPlease email resume and references to:   mail@tgrexotics.com\r\n\r\nContact person: Gwen Scott  281-353-5252\r\n\r\nVisit our website: www.tgrexotics.com\r\n\r\n\r\n\r\n\r\n', 'Zoo Keeper- General/Education', 0, ' ', 'inherit', 'closed', 'closed', '', '5478-revision-v1', '', '', '2014-02-04 13:47:44', '2014-02-04 18:47:44', '', 5478, 'https://www.aazk.org/5478-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5480, 2, '2014-02-04 14:00:26', '2014-02-04 19:00:26', '', 'Raptor Equipment', 0, '', 'inherit', 'closed', 'closed', '', 'raptor-equipment-2', '', '', '2014-02-04 14:00:26', '2014-02-04 19:00:26', '', 5156, 'https://www.aazk.org/wp-content/uploads/Raptor-Equipment.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5481, 2, '2014-02-04 14:00:59', '2014-02-04 19:00:59', '', 'Raptor Workshop', 0, '', 'inherit', 'closed', 'closed', '', 'raptor-workshop', '', '', '2014-02-04 14:00:59', '2014-02-04 19:00:59', '', 5156, 'https://www.aazk.org/wp-content/uploads/Raptor-Workshop.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5483, 2, '2014-02-04 14:01:47', '2014-02-04 19:01:47', '', 'Raptor Knot', 0, '', 'inherit', 'closed', 'closed', '', 'raptor-knot-2', '', '', '2014-02-04 14:01:47', '2014-02-04 19:01:47', '', 5156, 'https://www.aazk.org/wp-content/uploads/Raptor-Knot.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5484, 2, '2014-02-04 14:05:32', '2014-02-04 19:05:32', '<span style="font-size: 1.5em; line-height: 1.5em; color: #993300;">2013 Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;"><strong>Workshops</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Online.pdf">AAZK Online</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Escape-Preparedness.pdf">Animal Escape Preparedness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Better-Powerpoint-Presentations.pdf">Better Powerpoint Presentations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Enrichment-Day.pdf">BHC Enrichment Day</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Safety-Workshop.pdf">BHC Safety Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Shipping-Crates.pdf">Building Shipping Crates</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Challenges-and-Successes-of-Breeding-in-a-Large-Mixed-Species-Aviary.pdf">Challenges and Successes of Breeding in a Large Mixed-Species Aviary</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Goal-Setting.pdf">Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Health-Management-of-Fishes-and-Amphibians.pdf">Health Management of Fishes and Amphibians</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Improving-Your-Photography.pdf">Improving Your Photography</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Invert-Husbandry-Basics.pdf">Invert Husbandry Basics</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Founded-Conservation-Programs.pdf">Keeper Founded Conservation Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Talks-Can-Be-Fun-Seriously.pdf">Keeper Talks Can Be Fun Seriously</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-to-Curator.pdf">Keeper to Curator</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations.pdf">Management Adjustments to Address Aging Populations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations-Part-2.pdf">Management Adjustments to Address Aging Populations Part 2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Mixed-Species-Mgt-Facility-Design.pdf">Mixed Species Mgt Facility Design</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/North-Carolina-Zoo-Browse-Program.pdf">North Carolina Zoo Browse Program</a>\r\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Population-Management.pdf">Population Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Proposal-Writing-and-Evaluation.pdf">Proposal Writing and Evaluation</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Public-Relations-101.pdf">Public Relations 101</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Radio-Telemetry.pdf">Radio Telemetry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SCUBA-Diving-and-Rock-Climbing-Operations.pdf">SCUBA Diving and Rock Climbing Operations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams1.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Veterinary-Communications.pdf">Understanding Veterinary Communications</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Wild-Bird-Banding.pdf">Wild Bird Banding</a>\r\n<h4><strong style="color: #0000ff; line-height: 1.5em;">Posters</strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n<h4><strong><span style="color: #0000ff;">Paper Sessions</span></strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n<span style="font-size: 1.5em; line-height: 1.5em; color: #993300;">2012 Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;">Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee1.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-The-Shaping-Police.pdf">BHC The Shaping Police</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo.pdf">Bird Strike Monitoring at the Philadelphia Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home.pdf">Bringing it Home</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK.pdf">Conservation Resources for AAZK</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators1.pdf">Farming with Pollinators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box1.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Penguin-Breeding-Management.pptx">Humboldt Penguin Breeding Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering1.pdf">IAATE Position Statement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Important-Zoonotic-Diseases-of-Zoo-and-Doemestic-Animals.pdf">Important Zoonotic Diseases of Zoo and Domestic Animals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers1.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter1.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">Monitoring Anesthesia</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees-Fact-Sheet.pdf">Nests for Native Bees Fact Sheet</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees1.pdf">Nests for Native Bees</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card1.pdf">Palm Oil Wallet Card</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees1.pdf">Plants for Native Bees</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting1.pdf">Professional Development Goal Setting</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QT-Protocols-Enichment-and-Training.pdf">QT Protocols Enrichment and Training</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 14:05:32', '2014-02-04 19:05:32', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5485, 2, '2014-02-04 14:14:45', '2014-02-04 19:14:45', '', 'Ungulate Restraint and Handling', 0, '', 'inherit', 'closed', 'closed', '', 'ungulate-restraint-and-handling', '', '', '2014-02-04 14:14:45', '2014-02-04 19:14:45', '', 5156, 'https://www.aazk.org/wp-content/uploads/Ungulate-Restraint-and-Handling.ppt', 0, 'attachment', 'application/vnd.ms-powerpoint', 0) ; 
INSERT INTO `wp_posts` VALUES (5486, 2, '2014-02-04 14:15:56', '2014-02-04 19:15:56', '<span style="font-size: 1.5em; line-height: 1.5em; color: #993300;">2013 Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;"><strong>Workshops</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Online.pdf">AAZK Online</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Escape-Preparedness.pdf">Animal Escape Preparedness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Better-Powerpoint-Presentations.pdf">Better Powerpoint Presentations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Enrichment-Day.pdf">BHC Enrichment Day</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Safety-Workshop.pdf">BHC Safety Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Shipping-Crates.pdf">Building Shipping Crates</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Challenges-and-Successes-of-Breeding-in-a-Large-Mixed-Species-Aviary.pdf">Challenges and Successes of Breeding in a Large Mixed-Species Aviary</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Goal-Setting.pdf">Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Health-Management-of-Fishes-and-Amphibians.pdf">Health Management of Fishes and Amphibians</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Improving-Your-Photography.pdf">Improving Your Photography</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Invert-Husbandry-Basics.pdf">Invert Husbandry Basics</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Founded-Conservation-Programs.pdf">Keeper Founded Conservation Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Talks-Can-Be-Fun-Seriously.pdf">Keeper Talks Can Be Fun Seriously</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-to-Curator.pdf">Keeper to Curator</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations.pdf">Management Adjustments to Address Aging Populations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations-Part-2.pdf">Management Adjustments to Address Aging Populations Part 2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Mixed-Species-Mgt-Facility-Design.pdf">Mixed Species Mgt Facility Design</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/North-Carolina-Zoo-Browse-Program.pdf">North Carolina Zoo Browse Program</a>\r\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Population-Management.pdf">Population Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Proposal-Writing-and-Evaluation.pdf">Proposal Writing and Evaluation</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Public-Relations-101.pdf">Public Relations 101</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Radio-Telemetry.pdf">Radio Telemetry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SCUBA-Diving-and-Rock-Climbing-Operations.pdf">SCUBA Diving and Rock Climbing Operations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams1.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Veterinary-Communications.pdf">Understanding Veterinary Communications</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Wild-Bird-Banding.pdf">Wild Bird Banding</a>\r\n<h4><strong style="color: #0000ff; line-height: 1.5em;">Posters</strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n<h4><strong><span style="color: #0000ff;">Paper Sessions</span></strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n<span style="font-size: 1.5em; line-height: 1.5em; color: #993300;">2012 Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;">Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee1.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-The-Shaping-Police.pdf">BHC The Shaping Police</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo.pdf">Bird Strike Monitoring at the Philadelphia Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home.pdf">Bringing it Home</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK.pdf">Conservation Resources for AAZK</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators1.pdf">Farming with Pollinators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box1.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Penguin-Breeding-Management.pptx">Humboldt Penguin Breeding Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering1.pdf">IAATE Position Statement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Important-Zoonotic-Diseases-of-Zoo-and-Doemestic-Animals.pdf">Important Zoonotic Diseases of Zoo and Domestic Animals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers1.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter1.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">Monitoring Anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees-Fact-Sheet.pdf">Nests for Native Bees Fact Sheet</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees1.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card1.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees1.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting1.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QT-Protocols-Enichment-and-Training.pdf">QT Protocols Enrichment and Training</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-Equipment.pdf">Raptor Equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-Workshop.pdf">Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-Knot.pdf">Raptor Knot</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-Restraint-and-Handling.ppt">Ungulate Restraint and Handling</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">\r\n</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 14:15:56', '2014-02-04 19:15:56', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5487, 2, '2014-02-04 14:16:25', '2014-02-04 19:16:25', '<span style="font-size: 1.5em; line-height: 1.5em; color: #993300;">2013 North Carolina Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;"><strong>Workshops</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Online.pdf">AAZK Online</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Escape-Preparedness.pdf">Animal Escape Preparedness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Better-Powerpoint-Presentations.pdf">Better Powerpoint Presentations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Enrichment-Day.pdf">BHC Enrichment Day</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Safety-Workshop.pdf">BHC Safety Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Shipping-Crates.pdf">Building Shipping Crates</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Challenges-and-Successes-of-Breeding-in-a-Large-Mixed-Species-Aviary.pdf">Challenges and Successes of Breeding in a Large Mixed-Species Aviary</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Goal-Setting.pdf">Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Health-Management-of-Fishes-and-Amphibians.pdf">Health Management of Fishes and Amphibians</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Improving-Your-Photography.pdf">Improving Your Photography</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Invert-Husbandry-Basics.pdf">Invert Husbandry Basics</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Founded-Conservation-Programs.pdf">Keeper Founded Conservation Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Talks-Can-Be-Fun-Seriously.pdf">Keeper Talks Can Be Fun Seriously</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-to-Curator.pdf">Keeper to Curator</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations.pdf">Management Adjustments to Address Aging Populations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations-Part-2.pdf">Management Adjustments to Address Aging Populations Part 2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Mixed-Species-Mgt-Facility-Design.pdf">Mixed Species Mgt Facility Design</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/North-Carolina-Zoo-Browse-Program.pdf">North Carolina Zoo Browse Program</a>\r\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Population-Management.pdf">Population Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Proposal-Writing-and-Evaluation.pdf">Proposal Writing and Evaluation</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Public-Relations-101.pdf">Public Relations 101</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Radio-Telemetry.pdf">Radio Telemetry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SCUBA-Diving-and-Rock-Climbing-Operations.pdf">SCUBA Diving and Rock Climbing Operations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams1.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Veterinary-Communications.pdf">Understanding Veterinary Communications</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Wild-Bird-Banding.pdf">Wild Bird Banding</a>\r\n<h4><strong style="color: #0000ff; line-height: 1.5em;">Posters</strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n<h4><strong><span style="color: #0000ff;">Paper Sessions</span></strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n<span style="font-size: 1.5em; line-height: 1.5em; color: #993300;">2012 Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;">Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee1.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-The-Shaping-Police.pdf">BHC The Shaping Police</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo.pdf">Bird Strike Monitoring at the Philadelphia Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home.pdf">Bringing it Home</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK.pdf">Conservation Resources for AAZK</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators1.pdf">Farming with Pollinators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box1.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Penguin-Breeding-Management.pptx">Humboldt Penguin Breeding Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering1.pdf">IAATE Position Statement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Important-Zoonotic-Diseases-of-Zoo-and-Doemestic-Animals.pdf">Important Zoonotic Diseases of Zoo and Domestic Animals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers1.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter1.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">Monitoring Anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees-Fact-Sheet.pdf">Nests for Native Bees Fact Sheet</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees1.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card1.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees1.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting1.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QT-Protocols-Enichment-and-Training.pdf">QT Protocols Enrichment and Training</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-Equipment.pdf">Raptor Equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-Workshop.pdf">Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-Knot.pdf">Raptor Knot</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-Restraint-and-Handling.ppt">Ungulate Restraint and Handling</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">\r\n</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 14:16:25', '2014-02-04 19:16:25', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5488, 2, '2014-02-04 14:16:52', '2014-02-04 19:16:52', '<span style="font-size: 1.5em; line-height: 1.5em; color: #993300;">2013 North Carolina Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;"><strong>Workshops</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Online.pdf">AAZK Online</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Escape-Preparedness.pdf">Animal Escape Preparedness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Better-Powerpoint-Presentations.pdf">Better Powerpoint Presentations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Enrichment-Day.pdf">BHC Enrichment Day</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Safety-Workshop.pdf">BHC Safety Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Shipping-Crates.pdf">Building Shipping Crates</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Challenges-and-Successes-of-Breeding-in-a-Large-Mixed-Species-Aviary.pdf">Challenges and Successes of Breeding in a Large Mixed-Species Aviary</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Goal-Setting.pdf">Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Health-Management-of-Fishes-and-Amphibians.pdf">Health Management of Fishes and Amphibians</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Improving-Your-Photography.pdf">Improving Your Photography</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Invert-Husbandry-Basics.pdf">Invert Husbandry Basics</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Founded-Conservation-Programs.pdf">Keeper Founded Conservation Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Talks-Can-Be-Fun-Seriously.pdf">Keeper Talks Can Be Fun Seriously</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-to-Curator.pdf">Keeper to Curator</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations.pdf">Management Adjustments to Address Aging Populations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations-Part-2.pdf">Management Adjustments to Address Aging Populations Part 2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Mixed-Species-Mgt-Facility-Design.pdf">Mixed Species Mgt Facility Design</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/North-Carolina-Zoo-Browse-Program.pdf">North Carolina Zoo Browse Program</a>\r\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Population-Management.pdf">Population Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Proposal-Writing-and-Evaluation.pdf">Proposal Writing and Evaluation</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Public-Relations-101.pdf">Public Relations 101</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Radio-Telemetry.pdf">Radio Telemetry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SCUBA-Diving-and-Rock-Climbing-Operations.pdf">SCUBA Diving and Rock Climbing Operations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams1.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Veterinary-Communications.pdf">Understanding Veterinary Communications</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Wild-Bird-Banding.pdf">Wild Bird Banding</a>\r\n<h4><strong style="color: #0000ff; line-height: 1.5em;">Posters</strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n<h4><strong><span style="color: #0000ff;">Paper Sessions</span></strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n<span style="font-size: 1.5em; line-height: 1.5em; color: #993300;">2012 Syracuse Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;">Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee1.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-The-Shaping-Police.pdf">BHC The Shaping Police</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo.pdf">Bird Strike Monitoring at the Philadelphia Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home.pdf">Bringing it Home</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK.pdf">Conservation Resources for AAZK</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators1.pdf">Farming with Pollinators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box1.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Penguin-Breeding-Management.pptx">Humboldt Penguin Breeding Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering1.pdf">IAATE Position Statement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Important-Zoonotic-Diseases-of-Zoo-and-Doemestic-Animals.pdf">Important Zoonotic Diseases of Zoo and Domestic Animals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers1.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter1.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">Monitoring Anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees-Fact-Sheet.pdf">Nests for Native Bees Fact Sheet</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees1.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card1.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees1.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting1.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QT-Protocols-Enichment-and-Training.pdf">QT Protocols Enrichment and Training</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-Equipment.pdf">Raptor Equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-Workshop.pdf">Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-Knot.pdf">Raptor Knot</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-Restraint-and-Handling.ppt">Ungulate Restraint and Handling</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">\r\n</a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 14:16:52', '2014-02-04 19:16:52', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5489, 2, '2014-02-04 14:29:25', '2014-02-04 19:29:25', '', 'A Big Trip for the Smallest Bear', 0, '', 'inherit', 'closed', 'closed', '', 'a-big-trip-for-the-smallest-bear', '', '', '2014-02-04 14:29:25', '2014-02-04 19:29:25', '', 5156, 'https://www.aazk.org/wp-content/uploads/A-Big-Trip-for-the-Smallest-Bear.docx', 0, 'attachment', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 0) ; 
INSERT INTO `wp_posts` VALUES (5490, 2, '2014-02-04 14:33:19', '2014-02-04 19:33:19', '', 'Attwaters Prairie Chicken Awareness', 0, '', 'inherit', 'closed', 'closed', '', 'attwaters-prairie-chicken-awareness', '', '', '2014-02-04 14:33:19', '2014-02-04 19:33:19', '', 5156, 'https://www.aazk.org/wp-content/uploads/Attwaters-Prairie-Chicken-Awareness.docx', 0, 'attachment', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 0) ; 
INSERT INTO `wp_posts` VALUES (5491, 2, '2014-02-04 14:33:34', '2014-02-04 19:33:34', '', 'Building Enrichment with Fourth Graders', 0, '', 'inherit', 'closed', 'closed', '', 'building-enrichment-with-fourth-graders', '', '', '2014-02-04 14:33:34', '2014-02-04 19:33:34', '', 5156, 'https://www.aazk.org/wp-content/uploads/Building-Enrichment-with-Fourth-Graders.docx', 0, 'attachment', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 0) ; 
INSERT INTO `wp_posts` VALUES (5492, 2, '2014-02-04 14:33:51', '2014-02-04 19:33:51', '', 'Fecal Firming in a Female Chimpanzee', 0, '', 'inherit', 'closed', 'closed', '', 'fecal-firming-in-a-female-chimpanzee', '', '', '2014-02-04 14:33:51', '2014-02-04 19:33:51', '', 5156, 'https://www.aazk.org/wp-content/uploads/Fecal-Firming-in-a-Female-Chimpanzee.docx', 0, 'attachment', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 0) ; 
INSERT INTO `wp_posts` VALUES (5493, 2, '2014-02-04 14:34:03', '2014-02-04 19:34:03', '', 'From Fear to Friend Building Trust Between Keeper and Animal Through Training', 0, '', 'inherit', 'closed', 'closed', '', 'from-fear-to-friend-building-trust-between-keeper-and-animal-through-training-2', '', '', '2014-02-04 14:34:03', '2014-02-04 19:34:03', '', 5156, 'https://www.aazk.org/wp-content/uploads/From-Fear-to-Friend-Building-Trust-Between-Keeper-and-Animal-Through-Training.doc', 0, 'attachment', 'application/msword', 0) ; 
INSERT INTO `wp_posts` VALUES (5494, 2, '2014-02-04 14:34:18', '2014-02-04 19:34:18', '', 'Giant Anteater Introductions Using Positive Reinforcement Training to Ease Introductions', 0, '', 'inherit', 'closed', 'closed', '', 'giant-anteater-introductions-using-positive-reinforcement-training-to-ease-introductions', '', '', '2014-02-04 14:34:18', '2014-02-04 19:34:18', '', 5156, 'https://www.aazk.org/wp-content/uploads/Giant-Anteater-Introductions-Using-Positive-Reinforcement-Training-to-Ease-Introductions.doc', 0, 'attachment', 'application/msword', 0) ; 
INSERT INTO `wp_posts` VALUES (5495, 2, '2014-02-04 14:36:19', '2014-02-04 19:36:19', '<span style="font-size: 1.5em; line-height: 1.5em; color: #993300;">2013 North Carolina Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;"><strong>Workshops</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Online.pdf">AAZK Online</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Escape-Preparedness.pdf">Animal Escape Preparedness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Better-Powerpoint-Presentations.pdf">Better Powerpoint Presentations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Enrichment-Day.pdf">BHC Enrichment Day</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Safety-Workshop.pdf">BHC Safety Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Shipping-Crates.pdf">Building Shipping Crates</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Challenges-and-Successes-of-Breeding-in-a-Large-Mixed-Species-Aviary.pdf">Challenges and Successes of Breeding in a Large Mixed-Species Aviary</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Goal-Setting.pdf">Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Health-Management-of-Fishes-and-Amphibians.pdf">Health Management of Fishes and Amphibians</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Improving-Your-Photography.pdf">Improving Your Photography</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Invert-Husbandry-Basics.pdf">Invert Husbandry Basics</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Founded-Conservation-Programs.pdf">Keeper Founded Conservation Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Talks-Can-Be-Fun-Seriously.pdf">Keeper Talks Can Be Fun Seriously</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-to-Curator.pdf">Keeper to Curator</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations.pdf">Management Adjustments to Address Aging Populations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations-Part-2.pdf">Management Adjustments to Address Aging Populations Part 2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Mixed-Species-Mgt-Facility-Design.pdf">Mixed Species Mgt Facility Design</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/North-Carolina-Zoo-Browse-Program.pdf">North Carolina Zoo Browse Program</a>\r\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Population-Management.pdf">Population Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Proposal-Writing-and-Evaluation.pdf">Proposal Writing and Evaluation</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Public-Relations-101.pdf">Public Relations 101</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Radio-Telemetry.pdf">Radio Telemetry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SCUBA-Diving-and-Rock-Climbing-Operations.pdf">SCUBA Diving and Rock Climbing Operations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams1.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Veterinary-Communications.pdf">Understanding Veterinary Communications</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Wild-Bird-Banding.pdf">Wild Bird Banding</a>\r\n<h4><strong style="color: #0000ff; line-height: 1.5em;">Posters</strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n<h4><strong><span style="color: #0000ff;">Paper Sessions</span></strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n<span style="font-size: 1.5em; line-height: 1.5em; color: #993300;">2012 Syracuse Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;">Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee1.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-The-Shaping-Police.pdf">BHC The Shaping Police</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo.pdf">Bird Strike Monitoring at the Philadelphia Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home.pdf">Bringing it Home</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK.pdf">Conservation Resources for AAZK</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators1.pdf">Farming with Pollinators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box1.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Penguin-Breeding-Management.pptx">Humboldt Penguin Breeding Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering1.pdf">IAATE Position Statement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Important-Zoonotic-Diseases-of-Zoo-and-Doemestic-Animals.pdf">Important Zoonotic Diseases of Zoo and Domestic Animals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers1.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter1.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">Monitoring Anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees-Fact-Sheet.pdf">Nests for Native Bees Fact Sheet</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees1.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card1.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees1.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting1.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QT-Protocols-Enichment-and-Training.pdf">QT Protocols Enrichment and Training</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-Equipment.pdf">Raptor Equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-Workshop.pdf">Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-Knot.pdf">Raptor Knot</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-Restraint-and-Handling.ppt">Ungulate Restraint and Handling</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">\r\n</a>\r\n<h4><span style="color: #0000ff;"><strong>Paper Sessions</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/A-Big-Trip-for-the-Smallest-Bear.docx">A Big Trip for the Smallest Bear</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Attwaters-Prairie-Chicken-Awareness.docx">Attwaters Prairie Chicken Awareness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Enrichment-with-Fourth-Graders.docx">Building Enrichment with Fourth Graders</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Fecal-Firming-in-a-Female-Chimpanzee.docx">Fecal Firming in a Female Chimpanzee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/From-Fear-to-Friend-Building-Trust-Between-Keeper-and-Animal-Through-Training.doc">From Fear to Friend Building Trust Between Keeper and Animal Through Training</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Giant-Anteater-Introductions-Using-Positive-Reinforcement-Training-to-Ease-Introductions.doc">Giant Anteater Introductions Using Positive Reinforcement Training to Ease Introductions</a></a>', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 14:36:19', '2014-02-04 19:36:19', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5496, 2, '2014-02-04 14:37:04', '2014-02-04 19:37:04', '', 'How To Prepare Your Sea Lion For Surgery', 0, '', 'inherit', 'closed', 'closed', '', 'how-to-prepare-your-sea-lion-for-surgery', '', '', '2014-02-04 14:37:04', '2014-02-04 19:37:04', '', 5156, 'https://www.aazk.org/wp-content/uploads/How-To-Prepare-Your-Sea-Lion-For-Surgery.docx', 0, 'attachment', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 0) ; 
INSERT INTO `wp_posts` VALUES (5497, 2, '2014-02-04 14:37:22', '2014-02-04 19:37:22', '', 'Integrating Research and Animal Care to Support Conservation', 0, '', 'inherit', 'closed', 'closed', '', 'integrating-research-and-animal-care-to-support-conservation', '', '', '2014-02-04 14:37:22', '2014-02-04 19:37:22', '', 5156, 'https://www.aazk.org/wp-content/uploads/Integrating-Research-and-Animal-Care-to-Support-Conservation.doc', 0, 'attachment', 'application/msword', 0) ; 
INSERT INTO `wp_posts` VALUES (5498, 2, '2014-02-04 14:37:42', '2014-02-04 19:37:42', '', 'Let me get the door for you', 0, '', 'inherit', 'closed', 'closed', '', 'let-me-get-the-door-for-you', '', '', '2014-02-04 14:37:42', '2014-02-04 19:37:42', '', 5156, 'https://www.aazk.org/wp-content/uploads/Let-me-get-the-door-for-you.docx', 0, 'attachment', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 0) ; 
INSERT INTO `wp_posts` VALUES (5499, 2, '2014-02-04 14:38:00', '2014-02-04 19:38:00', '', 'LIGHTING (AND SHADING) THE PATH TOWARD CONSERVATION', 0, '', 'inherit', 'closed', 'closed', '', 'lighting-and-shading-the-path-toward-conservation', '', '', '2014-02-04 14:38:00', '2014-02-04 19:38:00', '', 5156, 'https://www.aazk.org/wp-content/uploads/LIGHTING-AND-SHADING-THE-PATH-TOWARD-CONSERVATION.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5500, 2, '2014-02-04 14:39:04', '2014-02-04 19:39:04', '', 'Managing a Reticulated Giraffe (Giraffe camelopardalis) with Allergies', 0, '', 'inherit', 'closed', 'closed', '', 'managing-a-reticulated-giraffe-giraffe-camelopardalis-with-allergies', '', '', '2014-02-04 14:39:04', '2014-02-04 19:39:04', '', 5156, 'https://www.aazk.org/wp-content/uploads/Managing-a-Reticulated-Giraffe-Giraffe-camelopardalis-with-Allergies.doc', 0, 'attachment', 'application/msword', 0) ; 
INSERT INTO `wp_posts` VALUES (5501, 2, '2014-02-04 14:42:45', '2014-02-04 19:42:45', '<span style="font-size: 1.5em; line-height: 1.5em; color: #993300;">2013 North Carolina Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;"><strong>Workshops</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Online.pdf">AAZK Online</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Escape-Preparedness.pdf">Animal Escape Preparedness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Better-Powerpoint-Presentations.pdf">Better Powerpoint Presentations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Enrichment-Day.pdf">BHC Enrichment Day</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Safety-Workshop.pdf">BHC Safety Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Shipping-Crates.pdf">Building Shipping Crates</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Challenges-and-Successes-of-Breeding-in-a-Large-Mixed-Species-Aviary.pdf">Challenges and Successes of Breeding in a Large Mixed-Species Aviary</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Goal-Setting.pdf">Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Health-Management-of-Fishes-and-Amphibians.pdf">Health Management of Fishes and Amphibians</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Improving-Your-Photography.pdf">Improving Your Photography</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Invert-Husbandry-Basics.pdf">Invert Husbandry Basics</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Founded-Conservation-Programs.pdf">Keeper Founded Conservation Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Talks-Can-Be-Fun-Seriously.pdf">Keeper Talks Can Be Fun Seriously</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-to-Curator.pdf">Keeper to Curator</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations.pdf">Management Adjustments to Address Aging Populations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations-Part-2.pdf">Management Adjustments to Address Aging Populations Part 2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Mixed-Species-Mgt-Facility-Design.pdf">Mixed Species Mgt Facility Design</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/North-Carolina-Zoo-Browse-Program.pdf">North Carolina Zoo Browse Program</a>\r\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Population-Management.pdf">Population Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Proposal-Writing-and-Evaluation.pdf">Proposal Writing and Evaluation</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Public-Relations-101.pdf">Public Relations 101</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Radio-Telemetry.pdf">Radio Telemetry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SCUBA-Diving-and-Rock-Climbing-Operations.pdf">SCUBA Diving and Rock Climbing Operations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams1.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Veterinary-Communications.pdf">Understanding Veterinary Communications</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Wild-Bird-Banding.pdf">Wild Bird Banding</a>\r\n<h4><strong style="color: #0000ff; line-height: 1.5em;">Posters</strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n<h4><strong><span style="color: #0000ff;">Paper Sessions</span></strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n<span style="font-size: 1.5em; line-height: 1.5em; color: #993300;">2012 Syracuse Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;">Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee1.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-The-Shaping-Police.pdf">BHC The Shaping Police</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo.pdf">Bird Strike Monitoring at the Philadelphia Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home.pdf">Bringing it Home</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK.pdf">Conservation Resources for AAZK</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators1.pdf">Farming with Pollinators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box1.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Penguin-Breeding-Management.pptx">Humboldt Penguin Breeding Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering1.pdf">IAATE Position Statement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Important-Zoonotic-Diseases-of-Zoo-and-Doemestic-Animals.pdf">Important Zoonotic Diseases of Zoo and Domestic Animals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers1.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter1.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">Monitoring Anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees-Fact-Sheet.pdf">Nests for Native Bees Fact Sheet</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees1.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card1.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees1.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting1.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QT-Protocols-Enichment-and-Training.pdf">QT Protocols Enrichment and Training</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-Equipment.pdf">Raptor Equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-Workshop.pdf">Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-Knot.pdf">Raptor Knot</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-Restraint-and-Handling.ppt">Ungulate Restraint and Handling</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">\r\n</a>\r\n<h4><span style="color: #0000ff;"><strong>Paper Sessions</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/A-Big-Trip-for-the-Smallest-Bear.docx">A Big Trip for the Smallest Bear</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Attwaters-Prairie-Chicken-Awareness.docx">Attwaters Prairie Chicken Awareness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Enrichment-with-Fourth-Graders.docx">Building Enrichment with Fourth Graders</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Fecal-Firming-in-a-Female-Chimpanzee.docx">Fecal Firming in a Female Chimpanzee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/From-Fear-to-Friend-Building-Trust-Between-Keeper-and-Animal-Through-Training.doc">From Fear to Friend Building Trust Between Keeper and Animal Through Training</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Giant-Anteater-Introductions-Using-Positive-Reinforcement-Training-to-Ease-Introductions.doc">Giant Anteater Introductions Using Positive Reinforcement Training to Ease Introductions</a>\r\n\r\n&nbsp;', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 14:42:45', '2014-02-04 19:42:45', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5502, 2, '2014-02-04 14:43:40', '2014-02-04 19:43:40', '', 'Managing a Reticulated Giraffe Table 2', 0, '', 'inherit', 'closed', 'closed', '', 'managing-a-reticulated-giraffe-table-2', '', '', '2014-02-04 14:43:40', '2014-02-04 19:43:40', '', 5156, 'https://www.aazk.org/wp-content/uploads/Managing-a-Reticulated-Giraffe-Table-2.xls', 0, 'attachment', 'application/vnd.ms-excel', 0) ; 
INSERT INTO `wp_posts` VALUES (5503, 2, '2014-02-04 14:43:57', '2014-02-04 19:43:57', '', 'Managing a Reticulated Giraffe Table1', 0, '', 'inherit', 'closed', 'closed', '', 'managing-a-reticulated-giraffe-table1', '', '', '2014-02-04 14:43:57', '2014-02-04 19:43:57', '', 5156, 'https://www.aazk.org/wp-content/uploads/Managing-a-Reticulated-Giraffe-Table1.xls', 0, 'attachment', 'application/vnd.ms-excel', 0) ; 
INSERT INTO `wp_posts` VALUES (5504, 2, '2014-02-04 14:44:15', '2014-02-04 19:44:15', '', 'Redeveloping the Georgia Chapter of AAZK', 0, '', 'inherit', 'closed', 'closed', '', 'redeveloping-the-georgia-chapter-of-aazk', '', '', '2014-02-04 14:44:15', '2014-02-04 19:44:15', '', 5156, 'https://www.aazk.org/wp-content/uploads/Redeveloping-the-Georgia-Chapter-of-AAZK.doc', 0, 'attachment', 'application/msword', 0) ; 
INSERT INTO `wp_posts` VALUES (5505, 2, '2014-02-04 14:44:31', '2014-02-04 19:44:31', '', 'Thirty eight years of crap', 0, '', 'inherit', 'closed', 'closed', '', 'thirty-eight-years-of-crap', '', '', '2014-02-04 14:44:31', '2014-02-04 19:44:31', '', 5156, 'https://www.aazk.org/wp-content/uploads/Thirty-eight-years-of-crap.docx', 0, 'attachment', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 0) ; 
INSERT INTO `wp_posts` VALUES (5506, 2, '2014-02-04 14:44:47', '2014-02-04 19:44:47', '', 'Zoo Keeper Education Survey', 0, '', 'inherit', 'closed', 'closed', '', 'zoo-keeper-education-survey', '', '', '2014-02-04 14:44:47', '2014-02-04 19:44:47', '', 5156, 'https://www.aazk.org/wp-content/uploads/Zoo-Keeper-Education-Survey.docx', 0, 'attachment', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 0) ; 
INSERT INTO `wp_posts` VALUES (5508, 2, '2014-02-04 14:50:04', '2014-02-04 19:50:04', '<span style="font-size: 1.5em; line-height: 1.5em; color: #993300;">2013 North Carolina Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;"><strong>Workshops</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Online.pdf">AAZK Online</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Escape-Preparedness.pdf">Animal Escape Preparedness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Better-Powerpoint-Presentations.pdf">Better Powerpoint Presentations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Enrichment-Day.pdf">BHC Enrichment Day</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Safety-Workshop.pdf">BHC Safety Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Shipping-Crates.pdf">Building Shipping Crates</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Challenges-and-Successes-of-Breeding-in-a-Large-Mixed-Species-Aviary.pdf">Challenges and Successes of Breeding in a Large Mixed-Species Aviary</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Goal-Setting.pdf">Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Health-Management-of-Fishes-and-Amphibians.pdf">Health Management of Fishes and Amphibians</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Improving-Your-Photography.pdf">Improving Your Photography</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Invert-Husbandry-Basics.pdf">Invert Husbandry Basics</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Founded-Conservation-Programs.pdf">Keeper Founded Conservation Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Talks-Can-Be-Fun-Seriously.pdf">Keeper Talks Can Be Fun Seriously</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-to-Curator.pdf">Keeper to Curator</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations.pdf">Management Adjustments to Address Aging Populations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations-Part-2.pdf">Management Adjustments to Address Aging Populations Part 2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Mixed-Species-Mgt-Facility-Design.pdf">Mixed Species Mgt Facility Design</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/North-Carolina-Zoo-Browse-Program.pdf">North Carolina Zoo Browse Program</a>\r\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Population-Management.pdf">Population Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Proposal-Writing-and-Evaluation.pdf">Proposal Writing and Evaluation</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Public-Relations-101.pdf">Public Relations 101</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Radio-Telemetry.pdf">Radio Telemetry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SCUBA-Diving-and-Rock-Climbing-Operations.pdf">SCUBA Diving and Rock Climbing Operations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams1.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Veterinary-Communications.pdf">Understanding Veterinary Communications</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Wild-Bird-Banding.pdf">Wild Bird Banding</a>\r\n<h4><strong style="color: #0000ff; line-height: 1.5em;">Posters</strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n<h4><strong><span style="color: #0000ff;">Paper Sessions</span></strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n<span style="font-size: 1.5em; line-height: 1.5em; color: #993300;">2012 Syracuse Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;">Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee1.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-The-Shaping-Police.pdf">BHC The Shaping Police</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo.pdf">Bird Strike Monitoring at the Philadelphia Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home.pdf">Bringing it Home</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK.pdf">Conservation Resources for AAZK</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators1.pdf">Farming with Pollinators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box1.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Penguin-Breeding-Management.pptx">Humboldt Penguin Breeding Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering1.pdf">IAATE Position Statement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Important-Zoonotic-Diseases-of-Zoo-and-Doemestic-Animals.pdf">Important Zoonotic Diseases of Zoo and Domestic Animals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers1.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter1.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">Monitoring Anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees-Fact-Sheet.pdf">Nests for Native Bees Fact Sheet</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees1.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card1.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees1.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting1.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QT-Protocols-Enichment-and-Training.pdf">QT Protocols Enrichment and Training</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-Equipment.pdf">Raptor Equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-Workshop.pdf">Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-Knot.pdf">Raptor Knot</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-Restraint-and-Handling.ppt">Ungulate Restraint and Handling</a>\r\n\r\n<strong style="color: #0000ff; font-size: 1em; line-height: 1.5em;">Paper Sessions</strong>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/A-Big-Trip-for-the-Smallest-Bear.docx">A Big Trip for the Smallest Bear</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Attwaters-Prairie-Chicken-Awareness.docx">Attwaters Prairie Chicken Awareness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Enrichment-with-Fourth-Graders.docx">Building Enrichment with Fourth Graders</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Fecal-Firming-in-a-Female-Chimpanzee.docx">Fecal Firming in a Female Chimpanzee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/From-Fear-to-Friend-Building-Trust-Between-Keeper-and-Animal-Through-Training.doc">From Fear to Friend Building Trust Between Keeper and Animal Through Training</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Giant-Anteater-Introductions-Using-Positive-Reinforcement-Training-to-Ease-Introductions.doc">Giant Anteater Introductions Using Positive Reinforcement Training to Ease Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/How-To-Prepare-Your-Sea-Lion-For-Surgery.docx">How To Prepare Your Sea Lion For Surgery</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Integrating-Research-and-Animal-Care-to-Support-Conservation.doc">Integrating Research and Animal Care to Support Conservation</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Let-me-get-the-door-for-you.docx">Let me get the door for you</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/LIGHTING-AND-SHADING-THE-PATH-TOWARD-CONSERVATION.pdf">LIGHTING (AND SHADING) THE PATH TOWARD CONSERVATION</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Managing-a-Reticulated-Giraffe-Giraffe-camelopardalis-with-Allergies.doc">Managing a Reticulated Giraffe (Giraffe camelopardalis) with Allergies</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Managing-a-Reticulated-Giraffe-Table1.xls">Managing a Reticulated Giraffe Table1</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Managing-a-Reticulated-Giraffe-Table-2.xls">Managing a Reticulated Giraffe Table 2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Redeveloping-the-Georgia-Chapter-of-AAZK.doc">Redeveloping the Georgia Chapter of AAZK</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Thirty-eight-years-of-crap.docx">Thirty eight years of crap</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Keeper-Education-Survey.docx">Zoo Keeper Education Survey</a>\r\n&nbsp;', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 14:50:04', '2014-02-04 19:50:04', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5507, 2, '2014-02-04 14:45:28', '2014-02-04 19:45:28', '<span style="font-size: 1.5em; line-height: 1.5em; color: #993300;">2013 North Carolina Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;"><strong>Workshops</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Online.pdf">AAZK Online</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Escape-Preparedness.pdf">Animal Escape Preparedness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Animal-Welfare.pdf">Animal Welfare</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Better-Powerpoint-Presentations.pdf">Better Powerpoint Presentations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Enrichment-Day.pdf">BHC Enrichment Day</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-Safety-Workshop.pdf">BHC Safety Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Shipping-Crates.pdf">Building Shipping Crates</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Challenges-and-Successes-of-Breeding-in-a-Large-Mixed-Species-Aviary.pdf">Challenges and Successes of Breeding in a Large Mixed-Species Aviary</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Committee-Workshop.pdf">Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ethical-Chapter-Conduct.pdf">Ethical Chapter Conduct</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Goal-Setting.pdf">Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Health-Management-of-Fishes-and-Amphibians.pdf">Health Management of Fishes and Amphibians</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Improving-Your-Photography.pdf">Improving Your Photography</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Invert-Husbandry-Basics.pdf">Invert Husbandry Basics</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Founded-Conservation-Programs.pdf">Keeper Founded Conservation Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-Talks-Can-Be-Fun-Seriously.pdf">Keeper Talks Can Be Fun Seriously</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keeper-to-Curator.pdf">Keeper to Curator</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations.pdf">Management Adjustments to Address Aging Populations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Management-Adjustments-to-Address-Aging-Populations-Part-2.pdf">Management Adjustments to Address Aging Populations Part 2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Mixed-Species-Mgt-Facility-Design.pdf">Mixed Species Mgt Facility Design</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/North-Carolina-Zoo-Browse-Program.pdf">North Carolina Zoo Browse Program</a>\r\n<a style="line-height: 1.5em;" href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Population-Management.pdf">Population Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Proposal-Writing-and-Evaluation.pdf">Proposal Writing and Evaluation</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Public-Relations-101.pdf">Public Relations 101</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Radio-Telemetry.pdf">Radio Telemetry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SCUBA-Diving-and-Rock-Climbing-Operations.pdf">SCUBA Diving and Rock Climbing Operations</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams1.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Veterinary-Communications.pdf">Understanding Veterinary Communications</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Wild-Bird-Banding.pdf">Wild Bird Banding</a>\r\n<h4><strong style="color: #0000ff; line-height: 1.5em;">Posters</strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Comparison-of-African-Painted-Dogs.pdf">Enrichment Comparison of African Painted Dogs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Helping-Harbor-Seals.pdf">Helping Harbor Seals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Introduction-of-Silvered-langurs.pdf">Introduction of Silvered langurs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lessons-in-Squirrel-Monkey-Introductions.pdf">Lessons in Squirrel Monkey Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Leucoderma-in-an-African-Penguin.pdf">Leucoderma in an African Penguin</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Specialized-Medical-Care-Husbandry-for-a-Migratory-Whooping-Crane.pdf">Specialized Medical Care &amp; Husbandry for a Migratory Whooping Crane</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Understanding-Vocal-Patterns-in-Tigers.pdf">Understanding Vocal Patterns in Tigers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Utilizing-Wish-Lists-to-Boost-Animal-Enrichment-Programs.pdf">Utilizing Wish Lists to Boost Animal Enrichment Programs</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Videographic-Study-on-Brown-Kiwi.pdf">Videographic Study on Brown Kiwi</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/World-Rhino-Day-at-The-Saint-Louis-Zoo.pdf">World Rhino Day at The Saint Louis Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Atlanta-and-USFWS.pdf">Zoo Atlanta and USFWS</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ZooKreepers-–-Social-Connections-for-the-Zoo-Keeper-Culture.pdf">ZooKreepers – Social Connections for the Zoo Keeper Culture</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Guests-Carrion-On-About-Vultures.pdf">Zoo Guests Carrion On About Vultures!</a>\r\n<h4><strong><span style="color: #0000ff;">Paper Sessions</span></strong></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-2013-Proceedings-Paper-Sessions.pdf">AAZK 2013 Proceedings Paper Sessions</a>\r\n\r\n<span style="font-size: 1.5em; line-height: 1.5em; color: #993300;">2012 Syracuse Conference Proceedings</span>\r\n<h4><span style="color: #0000ff;">Workshops</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZK-Conservation-Committee1.pdf">AAZK Conservation Committee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/African-Wild-Dog-Husbandry.pdf">African Wild Dog Husbandry</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BHC-The-Shaping-Police.pdf">BHC The Shaping Police</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bird-Strike-Monitoring-at-the-Philadelphia-Zoo.pdf">Bird Strike Monitoring at the Philadelphia Zoo</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bringing-it-Home.pdf">Bringing it Home</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Resources-for-AAZK.pdf">Conservation Resources for AAZK</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Darting.pdf">Darting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Farming-with-Pollenators1.pdf">Farming with Pollinators</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Hawk-box1.pdf">Hawk box</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Humboldt-Penguin-Breeding-Management.pptx">Humboldt Penguin Breeding Management</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IAATE-PositionStatement-Tethering1.pdf">IAATE Position Statement-Tethering</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Important-Zoonotic-Diseases-of-Zoo-and-Doemestic-Animals.pdf">Important Zoonotic Diseases of Zoo and Domestic Animals</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keepers-as-Population-Managers1.pdf">Keepers as Population Managers</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Keys-to-a-successful-Chapter1.pdf">Keys to a successful Chapter</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AAZAK-2012-AbouMadi-Monitoring-anesthesia.pdf">Monitoring Anesthesia</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees-Fact-Sheet.pdf">Nests for Native Bees Fact Sheet</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Nests-for-Native-Bees1.pdf">Nests for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Palm-Oil-Wallet-Card1.pdf">Palm Oil Wallet Card</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Plants-for-Native-Bees1.pdf">Plants for Native Bees</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Goal-Setting1.pdf">Professional Development Goal Setting</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/QT-Protocols-Enichment-and-Training.pdf">QT Protocols Enrichment and Training</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-Equipment.pdf">Raptor Equipment</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-Workshop.pdf">Raptor Workshop</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Raptor-Knot.pdf">Raptor Knot</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">Teams</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Ungulate-Restraint-and-Handling.ppt">Ungulate Restraint and Handling</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Teams.pdf">\r\n</a>\r\n<h4><span style="color: #0000ff;"><strong>Paper Sessions</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/A-Big-Trip-for-the-Smallest-Bear.docx">A Big Trip for the Smallest Bear</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Attwaters-Prairie-Chicken-Awareness.docx">Attwaters Prairie Chicken Awareness</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Building-Enrichment-with-Fourth-Graders.docx">Building Enrichment with Fourth Graders</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Fecal-Firming-in-a-Female-Chimpanzee.docx">Fecal Firming in a Female Chimpanzee</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/From-Fear-to-Friend-Building-Trust-Between-Keeper-and-Animal-Through-Training.doc">From Fear to Friend Building Trust Between Keeper and Animal Through Training</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Giant-Anteater-Introductions-Using-Positive-Reinforcement-Training-to-Ease-Introductions.doc">Giant Anteater Introductions Using Positive Reinforcement Training to Ease Introductions</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/How-To-Prepare-Your-Sea-Lion-For-Surgery.docx">How To Prepare Your Sea Lion For Surgery</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Integrating-Research-and-Animal-Care-to-Support-Conservation.doc">Integrating Research and Animal Care to Support Conservation</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Let-me-get-the-door-for-you.docx">Let me get the door for you</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/LIGHTING-AND-SHADING-THE-PATH-TOWARD-CONSERVATION.pdf">LIGHTING (AND SHADING) THE PATH TOWARD CONSERVATION</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Managing-a-Reticulated-Giraffe-Giraffe-camelopardalis-with-Allergies.doc">Managing a Reticulated Giraffe (Giraffe camelopardalis) with Allergies</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Managing-a-Reticulated-Giraffe-Table1.xls">Managing a Reticulated Giraffe Table1</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Managing-a-Reticulated-Giraffe-Table-2.xls">Managing a Reticulated Giraffe Table 2</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Redeveloping-the-Georgia-Chapter-of-AAZK.doc">Redeveloping the Georgia Chapter of AAZK</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Thirty-eight-years-of-crap.docx">Thirty eight years of crap</a>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Zoo-Keeper-Education-Survey.docx">Zoo Keeper Education Survey</a>\r\n&nbsp;\r\n\r\n&nbsp;', 'Conference Proceedings', 0, '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2014-02-04 14:45:28', '2014-02-04 19:45:28', '', 5156, 'https://www.aazk.org/5156-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5573, 2, '2014-02-12 15:12:33', '2014-02-12 20:12:33', '<strong style="line-height: 1.5em;">March 10-13, 2014 </strong><span style="line-height: 1.5em;">- Association of Zoo Veterinary Technicians (AZVT) Focus Group:  The Art and Science of hand-rearing.  Santa Rosa, CA  The workshop concentrates solely on the hand-rearing of zoo carnivore and ungulate species.  For more information contact: Gail Hedberg at ghedberg@safariwest.com</span>\r\n\r\n<strong>March 15-19, 2014</strong> - Otter Keeper Workshop, Denver, CO  Hosted by the Denver Zoo and Denver Downtown Aquarium.  For more information go to: otterkeepersworkshop.org\r\n\r\n<strong>March 22-28, 2014</strong> AZA Mid-year Meeting, Memphis, TN  For more information go to: AAZA.org/midyearmeeting\r\n\r\n<strong>April 13-18, 2014 </strong>ABMA’s 14th Annual Conference Dallas, TX For more information go to: <a href="http://theabma.org/" target="_blank">theabma.org</a>\r\n\r\n<strong>April 29-May 2, 2014 </strong>- African painted Dog Conference, Chicago, IL.  This conference will be hosted by the Chicago Zoological Society at Brookfield Zoo.  Please join us in helping to enhance and improve the care and conservation of African Painted Dogs.  For more information and to register, please visit: <a href="http://www.czs.org/czs/APDConference">http://www.czs.org/czs/APDConference</a>\r\n\r\n<strong>August 4-7, 2014 </strong>- 12th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles.  Orlando, FL.  For more information go to: turtlesurvival.org\r\n\r\n<strong>September 8-12, 2014</strong> - AAZK Conference, Orlando FL. Hosted by Disney\'s Animal Kingdom. For information on upcoming AAZK conferences, watch the AAZK website at www.aecetia.net/gws/aazk.\r\n\r\n<strong>September 12-18, 2014</strong> - AZA National Conference, Orlando, FL.  Hosted by Disney’s Animal Kingdom, The Seas, and SeaWorld Orlando. For more information visit aza.org\r\n\r\n<strong>Otober 6-8, 2014 </strong>- 3rd International Flamingo Symposium Hosted by SeaWorld San Diego, San Diego. CA.  For more information contact: laurie.conrad@SeaWorld.com', 'Coming Events', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2014-02-12 15:12:33', '2014-02-12 20:12:33', '', 435, 'https://www.aazk.org/435-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5509, 2, '2014-02-05 12:00:57', '2014-02-05 17:00:57', '&nbsp;\r\n\r\n<strong>February 5-8, 2014</strong> - 22nd International Association of Avian Trainers and Educators Conference, Dallas TX 2014: Texas Fly\'em.  For more information go to:  IAATE.org\r\n\r\n<strong>March 10-13, 2014 </strong>- Association of Zoo Veterinary Technicians (AZVT) Focus Group:  The Art and Science of hand-rearing.  Santa Rosa, CA  The workshop concentrates solely on the hand-rearing of zoo carnivore and ungulate species.  For more information contact: Gail Hedberg at ghedberg@safariwest.com\r\n\r\n<strong>March 15-19, 2014</strong> - Otter Keeper Workshop, Denver, CO  Hosted by the Denver Zoo and Denver Downtown Aquarium.  For more information go to: otterkeepersworkshop.org\r\n\r\n<strong>March 22-28, 2014</strong> AZA Mid-year Meeting, Memphis, TN  For more information go to: AAZA.org/midyearmeeting\r\n\r\n<strong>April 13-18, 2014 </strong>ABMA’s 14th Annual Conference Dallas, TX For more information go to: <a href="http://theabma.org/" target="_blank">theabma.org</a>\r\n\r\n<strong>April 29-May 2, 2014 </strong>- African painted Dog Conference, Chicago, IL.  This conference will be hosted by the Chicago Zoological Society at Brookfield Zoo.  Please join us in helping to enhance and improve the care and conservation of African Painted Dogs.  For more information and to register, please visit: <a href="http://www.czs.org/czs/APDConference">http://www.czs.org/czs/APDConference</a>\r\n\r\n<strong>August 4-7, 2014 </strong>- 12th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles.  Orlando, FL.  For more information go to: turtlesurvival.org\r\n\r\n<strong>September 8-12, 2014</strong> - AAZK Conference, Orlando FL. Hosted by Disney\'s Animal Kingdom. For information on upcoming AAZK conferences, watch the AAZK website at www.aecetia.net/gws/aazk.\r\n\r\n<strong>September 12-18, 2014</strong> - AZA National Conference, Orlando, FL.  Hosted by Disney’s Animal Kingdom, The Seas, and SeaWorld Orlando. For more information visit aza.org\r\n\r\n<strong>Otober 6-8, 2014 </strong>- 3rd International Flamingo Symposium Hosted by SeaWorld San Diego, San Diego. CA.  For more information contact: laurie.conrad@SeaWorld.com', 'Coming Events', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2014-02-05 12:00:57', '2014-02-05 17:00:57', '', 435, 'https://www.aazk.org/435-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5510, 2, '2014-02-05 13:16:41', '2014-02-05 18:16:41', '<h4>Periodicals</h4>\n<h6>"Enrichment Options"</h6>\nA regular column featuring brief descriptions of ideas published monthly in the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/">Animal Keepers\' Forum</a>. Published by the American Association of Zoo Keepers, Inc.\n\nAAZK Administrative Office\nShane Good, Editor\n8476 E. Speedway Blvd.\n\nSuite 204\nTucson, AZ  85710-1728\n<strong>phone:</strong> (520) 298-9688\n<strong>fax:</strong> (520) 298-9688\n<strong>email:</strong> <span style="text-decoration: underline;">Shane.Good@aecetia.net/gws/aazk</span>\n<strong>website:</strong> <a href="http://www.aecetia.net/gws/aazk">http://www.aecetia.net/gws/aazk</a>\n<h6>"The Shape of Enrichment" Newsletter</h6>\nA newsletter devoted entirely to enrichment of captive wild animals - everything from short blurbs to full length articles, pictures, and more! Published by The Shape of Enrichment, Inc.\n\nVal Hare and Karen Worley, editors\n1650 Minden Drive\nSan Diego, CA 92111\n<strong>phone:</strong> (619)270-4273\n<strong>fax: </strong>(619)279-4208\n<strong>e-mail:</strong> <a href="mailto:shape@enrichment.org">shape@enrichment.org</a>\n<strong>website:</strong> <a href="http://www.enrichment.org" target="blank">www.enrichment.org</a>\n<div class="hr"></div>\n<h4>Books</h4>\nSecond Nature: Environmental Enrichment for Captive Animals\nEds. David J. Shepherdson, Jill Mellen and Michael Hutchins.\n\nTo order, call Smithsonian 1-800-782-4612\nISBN # 1-56098-745-6.\n<div class="hr"></div>\n<h4>Articles in Print</h4>\n<em>Coming Soon!</em>\n<div class="hr"></div>\n<h4>Citations from Text</h4>\n<h6>Bekoff, Mark (1989) "Predators".</h6>\n<em>The encyclopedia of animal behavior</em>\nPeter J.B. Slater, ed. New York: 22-29.\n<h6>Bloomsmith, Mollie A.; Brent, Linda Y.; Schapiro, Steven J.(1991).</h6>\n<em>Guidelines for developing and managing an environmental enrichment program for nonhuman primates</em>\nLaboratory Animal Science, 41 (4):372-377.\n<h6>Brigham, David (1997).</h6>\n<em>Time out for good behavior</em>\nWildlife Conservation Sept/Oct: 64-65.\n<h6>Edmunds, Malcom; Edmunds, Janet (1989).</h6>\n<em>"Prey Defense"</em>\nThe encyclopedia Of animal behavior\nPeter J.B. Slater, ed. New York: 32-39.\n<h6>Forthman, Debra L.; Ogden, Jacqueline J. (1992).</h6>\n<em>The role of applied Behavior analysis in zoo management: today and tomorrow</em>\nJournal Of Applied Behavior Analysis, 25: 647-652.\n<h6>Forthman-Quick, Debra (1984).</h6>\n<em>An integrative approach to environmental engineering in zoos</em>\nZoo Biology, 3: 65-77.\n<h6>Kreger, Michael D; Hutchins, Michael; Fascione, Nina (1998).\n<em>Context, Ethics and environmental enrichment in zoos and aquariums</em>\nSecond Nature.</h6>\n<h6>Luoma, Jon R. (1987).</h6>\n<em>A crowded ark: The roles of zoos in wildlife conservation</em>\nHaughton Mifflin Co.\n<h6>Poole, T.B. (1997).</h6>\n<em>Environmental enrichment for captive vertebrates</em>\nTopics In Captive Wild Animal Husbandry\nProceedings Of Symposium 12 Of The Association Of British Wild Animal Keepers, Chesington: 23-31.\n<h6>Reinhardt, Viktor (1993).</h6>\n<em>Enticing nonhuman primates to forage for their standard biscuit ration</em>\nZoo Biology, 12:307-312.\n<h6>Shepherdson, David (1992a).</h6>\n<em>Environmental enrichment: an overview</em>\nAmerican Association Of Zoological Parks And Aquariums Annual Conference Proceedings: 100-103.\n<h6>Shepherdson, David (1992b)</h6>\n<em>An introduction to behavioral enrichment</em>\nNortheast Regional American Zoo And Aquarium Association Conference, hands-on workshop notes.\n<h6>Tudge, Colin (1992).</h6>\n<em>Last Animals At The Zoo: How Mass Extinction Can Be Stopped</em>\nWashington D.C., Island Press.', 'Printed Resources', 0, '', 'inherit', 'closed', 'closed', '', '309-autosave-v1', '', '', '2014-02-05 13:16:41', '2014-02-05 18:16:41', '', 309, 'https://www.aazk.org/309-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5512, 2, '2014-02-05 13:22:50', '2014-02-05 18:22:50', '<h4>Purpose</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<div class="hr"></div>\r\n<h4>Resources produced</h4>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2013)</li>\r\n	<li>Articles and Committee Updates (via Editors of the Training Tales and Enrichment Options Columns - Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h4>Projects</h4>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li>Enrichment guidelines for marine mammals and elephants</li>\r\n	<li>AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h4>Additional Information</h4>\r\n<h6><i class="left icon-download"></i> Downloads</h6>\r\n<ul>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/what_is_animal_training.pdf" target="_blank">What is Training?</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/health_and_safety_considerations.pdf" target="_blank">Health and Safety Considerations</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/training_enrichment_bibliography.pdf" target="_blank">Training and Enrichment Bibliography</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/training_terms_glossary.pdf" target="_blank">Glossary of Training Terms</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/aazk_animal_data_transfer.pdf" target="_blank">Animal Data Transfer Form</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/risk_assessment_and_safety.pdf" target="_blank">Risk Assessment and Safety</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Day-Examples.pdf" target="_blank">Enrichment Day Examples</a></li>\r\n</ul>\r\n<h6><i class="left icon-download"></i> Helpful Links</h6>\r\n<ul>\r\n	<li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1" target="_blank">Training and Enrichment Video Library</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/behavioral-husbandry/resources/">Suggested Animal Training Resources</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/behavioral-husbandry/printed-resources/">Printed Resources</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers</a></li>\r\n</ul>\r\n<h6><i class="left icon-download"></i> Enrichment Guidelines</h6>\r\nClick below for the complete enrichment guidelines for the following groups of animals. Feel free to print, copy and distribute these guidelines as needed. Most of these guidelines are currently printed in the third edition of the Enrichment Notebook. Notebooks can be ordered through A.A.Z.K., Inc.\r\n<ul>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Bat-Enrichment.pdf" target="_blank">Bat Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Bear-Enrichment.pdf" target="_blank">Bear Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Bird-Enrichment.pdf" target="_blank">Bird Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Carnivore-Enrichment.pdf" target="_blank">Carnivore Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Captive-Elephant-Enrichment.pdf" target="_blank">Elephant Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Fishes-Enrichment.pdf" target="_blank">Fish Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Primate-Enrichment.pdf" target="_blank">Primate Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Reptile-Enrichment.pdf" target="_blank">Reptile Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Ungulate-Enrichment.pdf" target="_blank">Ungulate Guidelines</a></li>\r\n</ul>\r\n<div class="hr"></div>\r\n<div class="first sixcol">\r\n<h4>Committee Chair Member</h4>\r\n<img class="aligncenter" title="Julie Hartell-DeNardo" alt="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" width="125" height="146" />\r\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\r\n\r\n</div>\r\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2014-02-05 13:22:50', '2014-02-05 18:22:50', '', 192, 'https://www.aazk.org/192-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5513, 2, '2014-02-05 13:23:51', '2014-02-05 18:23:51', '<h4>Periodicals</h4>\r\n<h6>"Enrichment Options and Training Tales"</h6>\r\nRegular columns featuring brief descriptions of ideas published monthly in the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/">Animal Keepers\' Forum</a>. Published by the American Association of Zoo Keepers, Inc.\r\n\r\nAAZK Administrative Office\r\nShane Good, Editor\r\n8476 E. Speedway Blvd.\r\nSuite 204\r\nTucson, AZ  85710-1728\r\n<strong>phone:</strong> (520) 298-9688\r\n<strong>fax:</strong> (520) 298-9688\r\n<strong>email:</strong> <a href="http://Shane.Good@aecetia.net/gws/aazk"><span style="text-decoration: underline;">Shane.Good@aecetia.net/gws/aazk</span></a>\r\n<strong>website:</strong> <a href="http://www.aecetia.net/gws/aazk">http://www.aecetia.net/gws/aazk</a>\r\n<h6>"The Shape of Enrichment" Newsletter</h6>\r\nA newsletter devoted entirely to enrichment of captive wild animals - everything from short blurbs to full length articles, pictures, and more! Published by The Shape of Enrichment, Inc.\r\n\r\nVal Hare and Karen Worley, editors\r\n1650 Minden Drive\r\nSan Diego, CA 92111\r\n<strong>phone:</strong> (619)270-4273\r\n<strong>fax: </strong>(619)279-4208\r\n<strong>e-mail:</strong> <a href="mailto:shape@enrichment.org">shape@enrichment.org</a>\r\n<strong>website:</strong> <a href="http://www.enrichment.org" target="blank">www.enrichment.org</a>\r\n<div class="hr"></div>\r\n<h4>Books</h4>\r\nSecond Nature: Environmental Enrichment for Captive Animals\r\nEds. David J. Shepherdson, Jill Mellen and Michael Hutchins.\r\n\r\nTo order, call Smithsonian 1-800-782-4612\r\nISBN # 1-56098-745-6.\r\n<div class="hr"></div>\r\n<h4>Articles in Print</h4>\r\n<em>Coming Soon!</em>\r\n<div class="hr"></div>\r\n<h4>Citations from Text</h4>\r\n<h6>Bekoff, Mark (1989) "Predators".</h6>\r\n<em>The encyclopedia of animal behavior</em>\r\nPeter J.B. Slater, ed. New York: 22-29.\r\n<h6>Bloomsmith, Mollie A.; Brent, Linda Y.; Schapiro, Steven J.(1991).</h6>\r\n<em>Guidelines for developing and managing an environmental enrichment program for nonhuman primates</em>\r\nLaboratory Animal Science, 41 (4):372-377.\r\n<h6>Brigham, David (1997).</h6>\r\n<em>Time out for good behavior</em>\r\nWildlife Conservation Sept/Oct: 64-65.\r\n<h6>Edmunds, Malcom; Edmunds, Janet (1989).</h6>\r\n<em>"Prey Defense"</em>\r\nThe encyclopedia Of animal behavior\r\nPeter J.B. Slater, ed. New York: 32-39.\r\n<h6>Forthman, Debra L.; Ogden, Jacqueline J. (1992).</h6>\r\n<em>The role of applied Behavior analysis in zoo management: today and tomorrow</em>\r\nJournal Of Applied Behavior Analysis, 25: 647-652.\r\n<h6>Forthman-Quick, Debra (1984).</h6>\r\n<em>An integrative approach to environmental engineering in zoos</em>\r\nZoo Biology, 3: 65-77.\r\n<h6>Kreger, Michael D; Hutchins, Michael; Fascione, Nina (1998).\r\n<em>Context, Ethics and environmental enrichment in zoos and aquariums</em>\r\nSecond Nature.</h6>\r\n<h6>Luoma, Jon R. (1987).</h6>\r\n<em>A crowded ark: The roles of zoos in wildlife conservation</em>\r\nHaughton Mifflin Co.\r\n<h6>Poole, T.B. (1997).</h6>\r\n<em>Environmental enrichment for captive vertebrates</em>\r\nTopics In Captive Wild Animal Husbandry\r\nProceedings Of Symposium 12 Of The Association Of British Wild Animal Keepers, Chesington: 23-31.\r\n<h6>Reinhardt, Viktor (1993).</h6>\r\n<em>Enticing nonhuman primates to forage for their standard biscuit ration</em>\r\nZoo Biology, 12:307-312.\r\n<h6>Shepherdson, David (1992a).</h6>\r\n<em>Environmental enrichment: an overview</em>\r\nAmerican Association Of Zoological Parks And Aquariums Annual Conference Proceedings: 100-103.\r\n<h6>Shepherdson, David (1992b)</h6>\r\n<em>An introduction to behavioral enrichment</em>\r\nNortheast Regional American Zoo And Aquarium Association Conference, hands-on workshop notes.\r\n<h6>Tudge, Colin (1992).</h6>\r\n<em>Last Animals At The Zoo: How Mass Extinction Can Be Stopped</em>\r\nWashington D.C., Island Press.', 'Printed Resources', 0, '', 'inherit', 'closed', 'closed', '', '309-revision-v1', '', '', '2014-02-05 13:23:51', '2014-02-05 18:23:51', '', 309, 'https://www.aazk.org/309-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5514, 2, '2014-02-05 13:25:54', '2014-02-05 18:25:54', '<h4>Purpose</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<div class="hr"></div>\r\n<h4>Resources produced</h4>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2013)</li>\r\n	<li>Articles and Committee Updates (via Editors of the Training Tales and Enrichment Options Columns - Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h4>Projects</h4>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li>Enrichment guidelines for marine mammals and elephants</li>\r\n	<li>AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h4>Additional Information</h4>\r\n<h6><i class="left icon-download"></i> Downloads</h6>\r\n<ul>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/what_is_animal_training.pdf" target="_blank">What is Training?</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/health_and_safety_considerations.pdf" target="_blank">Health and Safety Considerations</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/training_enrichment_bibliography.pdf" target="_blank">Training and Enrichment Bibliography</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/training_terms_glossary.pdf" target="_blank">Glossary of Training Terms</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/aazk_animal_data_transfer.pdf" target="_blank">Animal Data Transfer Form</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/risk_assessment_and_safety.pdf" target="_blank">Risk Assessment and Safety</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Day-Examples.pdf" target="_blank">Enrichment Day Examples</a></li>\r\n</ul>\r\n<h6><i class="left icon-download"></i> Helpful Links</h6>\r\n<ul>\r\n	<li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1" target="_blank">Training and Enrichment Video Library</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/behavioral-husbandry/resources/">Suggested Animal Training Resources</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/behavioral-husbandry/printed-resources/">Printed Resources</a></li>\r\n	<li><a href="http://Enrichment Suppliers &amp; Resources">Enrichment Suppliers &amp; Resources</a></li>\r\n</ul>\r\n<h6><i class="left icon-download"></i> Enrichment Guidelines</h6>\r\nClick below for the complete enrichment guidelines for the following groups of animals. Feel free to print, copy and distribute these guidelines as needed. Most of these guidelines are currently printed in the third edition of the Enrichment Notebook. Notebooks can be ordered through A.A.Z.K., Inc.\r\n<ul>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Bat-Enrichment.pdf" target="_blank">Bat Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Bear-Enrichment.pdf" target="_blank">Bear Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Bird-Enrichment.pdf" target="_blank">Bird Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Carnivore-Enrichment.pdf" target="_blank">Carnivore Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Captive-Elephant-Enrichment.pdf" target="_blank">Elephant Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Fishes-Enrichment.pdf" target="_blank">Fish Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Primate-Enrichment.pdf" target="_blank">Primate Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Reptile-Enrichment.pdf" target="_blank">Reptile Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Ungulate-Enrichment.pdf" target="_blank">Ungulate Guidelines</a></li>\r\n</ul>\r\n<div class="hr"></div>\r\n<div class="first sixcol">\r\n<h4>Committee Chair Member</h4>\r\n<img class="aligncenter" title="Julie Hartell-DeNardo" alt="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" width="125" height="146" />\r\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\r\n\r\n</div>\r\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2014-02-05 13:25:54', '2014-02-05 18:25:54', '', 192, 'https://www.aazk.org/192-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5515, 2, '2014-02-05 13:26:52', '2014-02-05 18:26:52', '<h4>Purpose</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<div class="hr"></div>\r\n<h4>Resources produced</h4>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2013)</li>\r\n	<li>Articles and Committee Updates (via Editors of the Training Tales and Enrichment Options Columns - Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h4>Projects</h4>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li>Enrichment guidelines for marine mammals and elephants</li>\r\n	<li>AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h4>Additional Information</h4>\r\n<h6><i class="left icon-download"></i> Downloads</h6>\r\n<ul>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/what_is_animal_training.pdf" target="_blank">What is Training?</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/health_and_safety_considerations.pdf" target="_blank">Health and Safety Considerations</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/training_enrichment_bibliography.pdf" target="_blank">Training and Enrichment Bibliography</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/training_terms_glossary.pdf" target="_blank">Glossary of Training Terms</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/aazk_animal_data_transfer.pdf" target="_blank">Animal Data Transfer Form</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/risk_assessment_and_safety.pdf" target="_blank">Risk Assessment and Safety</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Day-Examples.pdf" target="_blank">Enrichment Day Examples</a></li>\r\n</ul>\r\n<h6><i class="left icon-download"></i> Helpful Links</h6>\r\n<ul>\r\n	<li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1" target="_blank">Training and Enrichment Video Library</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/behavioral-husbandry/resources/">Suggested Animal Training Resources</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/behavioral-husbandry/printed-resources/">Printed Resources</a></li>\r\n	<li><a href="http://Enrichment Suppliers &amp; Resources">Enrichment Suppliers</a></li>\r\n</ul>\r\n<h6><i class="left icon-download"></i> Enrichment Guidelines</h6>\r\nClick below for the complete enrichment guidelines for the following groups of animals. Feel free to print, copy and distribute these guidelines as needed. Most of these guidelines are currently printed in the third edition of the Enrichment Notebook. Notebooks can be ordered through A.A.Z.K., Inc.\r\n<ul>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Bat-Enrichment.pdf" target="_blank">Bat Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Bear-Enrichment.pdf" target="_blank">Bear Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Bird-Enrichment.pdf" target="_blank">Bird Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Carnivore-Enrichment.pdf" target="_blank">Carnivore Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Captive-Elephant-Enrichment.pdf" target="_blank">Elephant Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Fishes-Enrichment.pdf" target="_blank">Fish Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Primate-Enrichment.pdf" target="_blank">Primate Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Reptile-Enrichment.pdf" target="_blank">Reptile Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Ungulate-Enrichment.pdf" target="_blank">Ungulate Guidelines</a></li>\r\n</ul>\r\n<div class="hr"></div>\r\n<div class="first sixcol">\r\n<h4>Committee Chair Member</h4>\r\n<img class="aligncenter" title="Julie Hartell-DeNardo" alt="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" width="125" height="146" />\r\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\r\n\r\n</div>\r\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2014-02-05 13:26:52', '2014-02-05 18:26:52', '', 192, 'https://www.aazk.org/192-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5516, 2, '2014-02-05 13:32:26', '2014-02-05 18:32:26', '<h4>Purpose</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<div class="hr"></div>\r\n<h4>Resources produced</h4>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2013)</li>\r\n	<li>Articles and Committee Updates (via Editors of the Training Tales and Enrichment Options Columns - Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h4>Projects</h4>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li>Enrichment guidelines for marine mammals and elephants</li>\r\n	<li>AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h4>Additional Information</h4>\r\n<h6><i class="left icon-download"></i> Downloads</h6>\r\n<ul>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/what_is_animal_training.pdf" target="_blank">What is Training?</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/health_and_safety_considerations.pdf" target="_blank">Health and Safety Considerations</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/training_enrichment_bibliography.pdf" target="_blank">Training and Enrichment Bibliography</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/training_terms_glossary.pdf" target="_blank">Glossary of Training Terms</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/aazk_animal_data_transfer.pdf" target="_blank">Animal Data Transfer Form</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/risk_assessment_and_safety.pdf" target="_blank">Risk Assessment and Safety</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Day-Examples.pdf" target="_blank">Enrichment Day Examples</a></li>\r\n</ul>\r\n<h6><i class="left icon-download"></i> Helpful Links</h6>\r\n<ul>\r\n	<li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1" target="_blank">Training and Enrichment Video Library</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/behavioral-husbandry/resources/">Suggested Animal Training Resources</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/behavioral-husbandry/printed-resources/">Printed Resources</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/behavioral-husbandry/resources/">Enrichment Suppliers</a></li>\r\n</ul>\r\n<h6><i class="left icon-download"></i> Enrichment Guidelines</h6>\r\nClick below for the complete enrichment guidelines for the following groups of animals. Feel free to print, copy and distribute these guidelines as needed. Most of these guidelines are currently printed in the third edition of the Enrichment Notebook. Notebooks can be ordered through A.A.Z.K., Inc.\r\n<ul>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Bat-Enrichment.pdf" target="_blank">Bat Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Bear-Enrichment.pdf" target="_blank">Bear Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Bird-Enrichment.pdf" target="_blank">Bird Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Carnivore-Enrichment.pdf" target="_blank">Carnivore Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Captive-Elephant-Enrichment.pdf" target="_blank">Elephant Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Fishes-Enrichment.pdf" target="_blank">Fish Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Primate-Enrichment.pdf" target="_blank">Primate Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Reptile-Enrichment.pdf" target="_blank">Reptile Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Ungulate-Enrichment.pdf" target="_blank">Ungulate Guidelines</a></li>\r\n</ul>\r\n<div class="hr"></div>\r\n<div class="first sixcol">\r\n<h4>Committee Chair Member</h4>\r\n<img class="aligncenter" title="Julie Hartell-DeNardo" alt="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" width="125" height="146" />\r\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\r\n\r\n</div>\r\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2014-02-05 13:32:26', '2014-02-05 18:32:26', '', 192, 'https://www.aazk.org/192-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5517, 3, '2014-02-05 13:32:55', '2014-02-05 18:32:55', 'Position Description:\r\nThe Gorilla Foundation is seeking an exceptional, dedicated, experienced individual to join our team as a full-time Gorilla Caregiver/Researcher, in an environment where gorilla care and interspecies communication research are highly integrated. This is an opportunity for a qualified individual to make a contribution to great ape care, research, conservation and education, by using two-way communication to facilitate gorilla care and empowerment.\r\n\r\nJob Responsibilities include providing daily care to two gorillas and their environment. This includes the monitoring, evaluation, and help in maintaining the physical and emotional health and well-being of gorillas Koko and Ndume through behavioral observations, enrichment, behavioral training, sign-language and other forms of two-way communication. Will clean and perform general maintenance of the indoor/outdoor gorilla facilities, assist with the preparation and delivery of meals to gorillas, and support and document communication-based research with gorillas, by learning American Sign Language (ASL), taking observational notes, filling out corresponding forms and participating in database entry and cataloging \r\n\r\nThis is an hourly full-time position from approximately 8:30 AM to 5:30 PM, 5 days per week. However, work-schedule flexibility is required, including the ability to work weekend days and evenings (e.g., 12-9PM)\r\n\r\nQualifications/Experience:\r\nApplicants must have a strong affinity for animals, as reflected in work and volunteer experience. Must be able to work effectively in a team environment, be hard-working, service-oriented and self-motivated, possessing a strong commitment to animal welfare and wildlife conservation. Excellent verbal and written communication skills are necessary. Applicant should have at least two years of full-time animal care experience (preferably with primates), and at least a 4-year degree in life sciences, biology, psychology, primatology, zoology, conservation or related field.\r\n\r\nThe applicant should be safety oriented and have experience in operant conditioning and training techniques. Ideally they should have some experience in performing or assisting with observational research. Knowledge of American Sign Language (ASL) is preferred.\r\n\r\nSalary is commensurate with experience. Benefits include health insurance, paid vacation time, sick/personal leave, paid holidays and a 403(b) retirement plan.\r\n\r\nTerm of Appointment: Full Time\r\n\r\nApplication Deadline: Until filled. \r\n\r\nContact Information:\r\nPlease send a letter of interest, resume and essay on “what Koko means to me” to:\r\n\r\nE-mail Address: ken@koko.org\r\nKen Gold, Ph.D.\r\n1733 Woodside Road #330\r\nRedwood City, CA 94061\r\nUSA\r\nTelephone Number: 650-773-5904\r\nFax Number: 650-851-0291\r\nWebsite: http://www.koko.org\r\n\r\n', 'Gorilla Caregiver / Researcher', 0, 'The Gorilla Foundation is seeking an exceptional, dedicated, experienced individual to join our team as a full-time Gorilla Caregiver/Researcher.', 'publish', 'closed', 'closed', '', 'gorilla-caregiver-researcher', '', '', '2014-02-05 13:32:55', '2014-02-05 18:32:55', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5517', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5518, 0, '2014-02-05 13:32:55', '2014-02-05 18:32:55', 'Position Description:\r\nThe Gorilla Foundation is seeking an exceptional, dedicated, experienced individual to join our team as a full-time Gorilla Caregiver/Researcher, in an environment where gorilla care and interspecies communication research are highly integrated. This is an opportunity for a qualified individual to make a contribution to great ape care, research, conservation and education, by using two-way communication to facilitate gorilla care and empowerment.\r\n\r\nJob Responsibilities include providing daily care to two gorillas and their environment. This includes the monitoring, evaluation, and help in maintaining the physical and emotional health and well-being of gorillas Koko and Ndume through behavioral observations, enrichment, behavioral training, sign-language and other forms of two-way communication. Will clean and perform general maintenance of the indoor/outdoor gorilla facilities, assist with the preparation and delivery of meals to gorillas, and support and document communication-based research with gorillas, by learning American Sign Language (ASL), taking observational notes, filling out corresponding forms and participating in database entry and cataloging \r\n\r\nThis is an hourly full-time position from approximately 8:30 AM to 5:30 PM, 5 days per week. However, work-schedule flexibility is required, including the ability to work weekend days and evenings (e.g., 12-9PM)\r\n\r\nQualifications/Experience:\r\nApplicants must have a strong affinity for animals, as reflected in work and volunteer experience. Must be able to work effectively in a team environment, be hard-working, service-oriented and self-motivated, possessing a strong commitment to animal welfare and wildlife conservation. Excellent verbal and written communication skills are necessary. Applicant should have at least two years of full-time animal care experience (preferably with primates), and at least a 4-year degree in life sciences, biology, psychology, primatology, zoology, conservation or related field.\r\n\r\nThe applicant should be safety oriented and have experience in operant conditioning and training techniques. Ideally they should have some experience in performing or assisting with observational research. Knowledge of American Sign Language (ASL) is preferred.\r\n\r\nSalary is commensurate with experience. Benefits include health insurance, paid vacation time, sick/personal leave, paid holidays and a 403(b) retirement plan.\r\n\r\nTerm of Appointment: Full Time\r\n\r\nApplication Deadline: Until filled. \r\n\r\nContact Information:\r\nPlease send a letter of interest, resume and essay on “what Koko means to me” to:\r\n\r\nE-mail Address: ken@koko.org\r\nKen Gold, Ph.D.\r\n1733 Woodside Road #330\r\nRedwood City, CA 94061\r\nUSA\r\nTelephone Number: 650-773-5904\r\nFax Number: 650-851-0291\r\nWebsite: http://www.koko.org\r\n\r\n', 'Gorilla Caregiver / Researcher', 0, 'The Gorilla Foundation is seeking an exceptional, dedicated, experienced individual to join our team as a full-time Gorilla Caregiver/Researcher.', 'inherit', 'closed', 'closed', '', '5517-revision-v1', '', '', '2014-02-05 13:32:55', '2014-02-05 18:32:55', '', 5517, 'https://www.aazk.org/5517-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5519, 25759, '2014-02-05 13:38:26', '2014-02-05 18:38:26', 'The training resources available today, many of them free, can really help a trainer develop skills, problem solve, and collect new ideas. There are literally thousands, if not more, resources for zoo keepers to learn more about animal training. Below is a brief list of some of these resources other than those produced by the ATC. This resource list includes websites, List Servs and supply companies that are not necessarily affiliated with or endorsed by the AAZK, Inc. However, many of them can prove to be quite useful to the zoo trainer. Specific articles and books are listed in the <a href="http://aecetia.net/gws/aazk/wp-content/uploads/training_enrichment_bibliography.pdf" target="_blank">Animal Training and Enrichment Bibliography</a>.\n\nThere is one resource that is not on this list that is invaluable to the zoo trainer - our zoo colleagues. In addition to utilizing the vast array of training resources available in books, or websites, etc., the ATC encourages all zoo trainers to communicate with their peers and colleagues to learn from each other’s experiences.\n<h4>E-Mail List Serves</h4>\n<ul>\n	<li>AZA (American Association of Zoos and Aquariums) Animal Training List Serve. To join contact <a href="mailto:mthompson@lifegate.net">mthompson@lifegate.net</a>.</li>\n	<li>RATE: Reptile, Amphibian Training and Enrichment List Serve.  To join contact  <a href="mailto:andre.j.daneault@disney.com">andre.j.daneault@disney.com</a>.</li>\n</ul>\n<div class="hr"></div>\n<h4>Journals and Newsletters</h4>\nPlease refer to the address below:\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<th>\n<p align="center">Animal Behavior Management Alliance\nC/o Gary Wilson, Moorpark College, 7075 Campus Road, Moorpark, CA 93021, 805-378-1441</p>\n</th>\n</tr>\n</tbody>\n</table>\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<th>\n<p align="center">Animal Keepers’ Forum (Journal of the American Association of Zoo Keepers (AAZK)\n3601 S.W 29th St. Suite 133, Topeka, KS 66614</p>\n</th>\n</tr>\n</tbody>\n</table>\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<th>\n<p align="center">Journal of the Elephant Managers’ Association Newsletter (EMA)\nC/o Chuck Doyle Rosamund Gifford Zoo 1 Conservation Place, Syracuse, NY 13204</p>\n</th>\n</tr>\n</tbody>\n</table>\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<th>\n<p align="center">Soundings, Magazine of the International Marine Animal Trainers’ Association (IMATA)\n1200 South Lake Shore Drive, Chicago, IL 60605</p>\n</th>\n</tr>\n</tbody>\n</table>\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<th>\n<p align="center">The Flyer, newsletter of the International Association of Avian Trainers and Educators (IAATE)\n2412 Creekside Court, Stillwater, MN 55082</p>\n</th>\n</tr>\n</tbody>\n</table>\n<div class="hr"></div>\n<h4>World Wide Web</h4>\n<ul>\n	<li>Ark Animals - <a href="http://www.arkanimals.com" target="_blank">www.arkanimals.com</a></li>\n	<li>Elephant Managers’ Association - <a href="http://www.elephant-managers.com" target="_blank">www.elephant-managers.com</a></li>\n	<li>International Association of Avian Trainers and Educators - <a href="http://www.iaate.org" target="_blank">www.iaate.org</a></li>\n	<li>International Marine Animal Trainers’ Association - <a href="http://www.imata.org" target="_blank">www.imata.org</a></li>\n	<li>Animal Training Website for Disney’s Animal Kingdom - <a href="http://www.animaltraining.org" target="_blank">www.animaltraining.org</a></li>\n</ul>\n<h6>Bird Training Websites</h6>\n<ul>\n	<li>Barbara Heidenreich\'s website - <a href="http://www.GoodBirdInc.com" target="_blank">www.GoodBirdInc.com</a></li>\n	<li>Northwood limited - <a href="http://www.northwoodsfalconry.com/" target="_blank">http://www.northwoodsfalconry.com/</a></li>\n	<li>Mike\'s Falconry - <a href="http://www.mikesfalconry.com/" target="_blank">http://www.mikesfalconry.com/</a></li>\n	<li>Psitticines - <a href="http://www.busybeaks.com/77811_good_bird.htm" target="_blank">http://www.busybeaks.com/77811_good_bird.htm</a></li>\n</ul>\n<h6>Websites to purchase books</h6>\n<ul>\n	<li>Amazon - <a href="http://www.amazon.com" target="_blank">http://www.amazon.com</a></li>\n</ul>\n<h6>Training Supplies:</h6>\n<ul>\n	<li>Animal Management Resources, Inc. (Meg Hudson-Dye) - <a href="http://www.Mytrainingstore.com" target="_blank">www.mytrainingstore.com</a></li>\n	<li>Karen Pryor’s Website and Store - <a href="http://www.clickertraining.com" target="_blank">www.clickertraining.com</a></li>\n</ul>\nBusy Beaks, LLC - <em>They have a large variety of bird toys that are good quality.</em> - <a href="http://www.busybeaks.com" target="_blank">www.busybeaks.com</a> OR:\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<th>\n<p align="center">Busy Beaks, LLC\n458 Lucher Rd\nWillis, TX  77378\nVoice: 936-344-8400\nFax: 936-344-8406</p>\n</th>\n</tr>\n</tbody>\n</table>\n<h6>Transmitters</h6>\n<ul>\n	<li>LL Electronics - <a href="http://www.radiotracking.com/" target="_blank">http://www.radiotracking.com/</a></li>\n</ul>\nMerlin Systems, Inc. - <a href="http://www.merlin-systems.com" target="_blank">www.merlin-systems.com</a> OR:\n<table cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<th>\n<p align="center">Merlin Systems, Inc.\nP.O. Box 190257 Boise, ID 83719</p>\n<strong>Ph:</strong>(208)362-2254   <strong>Fax:</strong>(208) 362-2140\n<strong>For Orders:</strong> 1-866-742-8475</th>\n</tr>\n</tbody>\n</table>\n<h6>Receivers:</h6>\n<ul>\n	<li>Com-Spec - <a href="http://www.com-spec.com" target="_blank">www.com-spec.com</a></li>\n</ul>\n<pre><i class="left icon-info"></i> <strong>Please note:</strong> The information and/or products provided in this resource list are intended for use at the zoo trainer\'s discretion. The ATC or AAZK, Inc. does not necessarily endorse the information or products in this resource list, but has compiled it simply as a reference list for you to use at your own discretion.</pre>\n<div id="inner-links"></div>', 'Suggested Animal Training Resources', 0, '', 'inherit', 'closed', 'closed', '', '303-autosave-v1', '', '', '2014-02-05 13:38:26', '2014-02-05 18:38:26', '', 303, 'https://www.aazk.org/303-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5574, 2, '2014-02-13 15:57:02', '2014-02-13 20:57:02', 'The re-charter date for all AAZK Chapters shall be 1 March of each calendar year. Student AAZK Chapters shall be confirmed. Applications for re-charter will be made available to each AAZK Chapter by the AAZK Office in the week of each calendar year. The <span style="color: #993300;"><strong>AAZK Re-charter Packet</strong></span> contains six (6) documents,  three (3) documents which must be completed and returned before 1 March of each calendar year:\n\n<strong><span style="color: #993300;">Chapter Fee Schedule</span></strong>\n<strong><span style="color: #993300;"> Chapter Charter Agreement</span></strong>\n<strong><span style="color: #993300;"> Chapter Financial Report</span></strong>\n\nThe <strong><span style="color: #993300;">Re-charter Agreement</span></strong> shall be completed and submitted by the current AAZK Chapter Officers responsible for the new fiscal year. This will include the name of the AAZK Chapter, facility mailing address, number of AAZK Chapter members and a list of all AAZK Chapter Executive Officers. AAZK Chapters are required to notify the Office of AAZK by electronic mail or other means, of any Executive Officer(s) change due to resignation or replacement along with the names of the replacement Executive Officers.  The <strong><span style="color: #993300;">Re-charter Agreement</span></strong> is also a declaration submitted by all current AAZK Chapter Officers. It states the required parameters and intentions of the AAZK Chapter and its relationship to AAZK, its Statement of Purpose, and IRS law.\n\nThe <span style="color: #993300;"><strong>Chapter Fee Schedule</strong></span> defines the Chapter Membership fee and Duty Obligation owed to AAZK National. AAZK Chapters failing to comply with fees and required reports by the Annual Re-charter date shall be considered in non-compliance and their chapter charter subject to revocation.\n\nA <strong><span style="color: #993300;">Chapter Financial Report</span></strong> is required to be completed and signed by AAZK Chapter officers. This comprehensive report is mandatory for all AAZK Chapters and is required by IRS regulation. This report will detail the previous year’s financial transactions of the AAZK Chapter (Financial Statement) as well as indicate the financial value of each AAZK Chapter (Net Worth).\n\nAll AAZK Chapters are encouraged to complete the self-nomination form for the <strong><span style="color: #993300;">Barbara Manspeaker AAZK Chapter of the Year<span style="color: #000000;">. </span></span></strong><span style="color: #993300;"><span style="color: #000000;">The nominees and winning Chapter are recognized at the Annual AAZK Conference and in the Awards section of the Website.</span></span>\n\nThe <span style="color: #993300;"><strong>AAZK Recharter Packet</strong></span> for 2014 is available for download.\n\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/1Chapter-Recharter-Introduction-2014.docx">1Chapter Recharter Introduction 2014</a>\n\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/2Recharter-Application-and-Fee-Schedule-2014.doc">2Recharter Application and Fee Schedule 2014</a>\n\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/3Chapter-Charter-Agreement-2014.doc">3Chapter Charter Agreement 2014</a>\n\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/4Chapter-Income-Expenses-Worksheet-2014.doc">4Chapter Income-Expenses Worksheet 2014</a>\n\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/5Chapter-Financial-Report-Income-Expense-Form-2014.doc">5Chapter Financial Report Income-Expense Form 2014</a>\n\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/6ChapteroftheYearNominationForm2014.doc">6ChapteroftheYearNominationForm2014</a>\n\n<span style="line-height: 1.5em;">The </span><strong style="line-height: 1.5em;"><span style="color: #993300;">Workbook Instructions</span></strong><span style="line-height: 1.5em;"> and </span><strong style="line-height: 1.5em;"><span style="color: #993300;">Glossary of Terms</span></strong><span style="line-height: 1.5em;"> utilized in the Recharter Packet can be referenced here.</span>\n\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Workbook-and-Glossary-of-Terms.docx">Workbook and Glossary of Terms</a>', 'Chapter Re-charter Instructions', 0, '', 'inherit', 'closed', 'closed', '', '4771-autosave-v1', '', '', '2014-02-13 15:57:02', '2014-02-13 20:57:02', '', 4771, 'https://www.aazk.org/4771-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5521, 25759, '2014-02-05 13:47:13', '2014-02-05 18:47:13', '<h4>Purpose</h4>\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\n<div class="hr"></div>\n<h4>Resources produced</h4>\n<ul>\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2013)</li>\n	<li>Articles and Committee Updates (via Editors of the Training Tales and Enrichment Options Columns - Animal Keeper\'s Forum)</li>\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\n</ul>\n<div class="hr"></div>\n<h4>Projects</h4>\n<ul>\n	<li>Partner with other committees to streamline resources and efforts</li>\n	<li>Development of new workshops for the annual conference</li>\n	<li>Development of training behavior lists for taxonomic groups</li>\n	<li>Update the bibliography and resource lists over time</li>\n	<li>Surveying the membership to meet needs</li>\n	<li>Enhancement of this website</li>\n	<li>A database of bibliographies</li>\n	<li>Enrichment guidelines for marine mammals and elephants</li>\n	<li>AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\n</ul>\n<div class="hr"></div>\n<h4>Additional Information</h4>\n<h6><i class="left icon-download"></i> Downloads</h6>\n<ul>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/what_is_animal_training.pdf" target="_blank">What is Training?</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/health_and_safety_considerations.pdf" target="_blank">Health and Safety Considerations</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/training_enrichment_bibliography.pdf" target="_blank">Training and Enrichment Bibliography</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/training_terms_glossary.pdf" target="_blank">Glossary of Training Terms</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/aazk_animal_data_transfer.pdf" target="_blank">Animal Data Transfer Form</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/risk_assessment_and_safety.pdf" target="_blank">Risk Assessment and Safety</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Day-Examples.pdf" target="_blank">Enrichment Day Examples</a></li>\n</ul>\n<h6><i class="left icon-download"></i> Helpful Links</h6>\n<ul>\n	<li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1" target="_blank">Training and Enrichment Video Library</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/behavioral-husbandry/resources/">Suggested Animal Training Resources</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/behavioral-husbandry/printed-resources/">Printed Resources</a></li>\n	<li><a title="Enrichment Suppliers" href="https://www.aecetia.net/gws/aazk/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers and Resources</a></li>\n</ul>\n<h6><i class="left icon-download"></i> Enrichment Guidelines</h6>\nClick below for the complete enrichment guidelines for the following groups of animals. Feel free to print, copy and distribute these guidelines as needed. Most of these guidelines are currently printed in the third edition of the Enrichment Notebook. Notebooks can be ordered through A.A.Z.K., Inc.\n<ul>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Bat-Enrichment.pdf" target="_blank">Bat Guidelines</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Bear-Enrichment.pdf" target="_blank">Bear Guidelines</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Bird-Enrichment.pdf" target="_blank">Bird Guidelines</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Carnivore-Enrichment.pdf" target="_blank">Carnivore Guidelines</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Captive-Elephant-Enrichment.pdf" target="_blank">Elephant Guidelines</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Fishes-Enrichment.pdf" target="_blank">Fish Guidelines</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Primate-Enrichment.pdf" target="_blank">Primate Guidelines</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Reptile-Enrichment.pdf" target="_blank">Reptile Guidelines</a></li>\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Ungulate-Enrichment.pdf" target="_blank">Ungulate Guidelines</a></li>\n</ul>\n<div class="hr"></div>\n<div class="first sixcol">\n<h4>Committee Chair Member</h4>\n<img class="aligncenter" title="Julie Hartell-DeNardo" alt="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" width="125" height="146" />\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\n\n</div>\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-autosave-v1', '', '', '2014-02-05 13:47:13', '2014-02-05 18:47:13', '', 192, 'https://www.aazk.org/192-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5522, 25759, '2014-02-05 13:49:15', '2014-02-05 18:49:15', '<h4>Purpose</h4>\r\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\r\n<div class="hr"></div>\r\n<h4>Resources produced</h4>\r\n<ul>\r\n	<li>ADTF, Animal Training Section (AAZK, 2001)</li>\r\n	<li>List of Training Terminology (AAZK/AZA Behavioral Advisory Group, 2003)</li>\r\n	<li>Training &amp; Enrichment Bibliography (AAZK ATC &amp; Enrichment Committees, 2001)</li>\r\n	<li>Training Workshops on Various Training Topics (AAZK National Conference Proceedings, 2001-2013)</li>\r\n	<li>Articles and Committee Updates (via Editors of the Training Tales and Enrichment Options Columns - Animal Keeper\'s Forum)</li>\r\n	<li>www.aecetia.net/gws/aazk committee web pages (2002)</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h4>Projects</h4>\r\n<ul>\r\n	<li>Partner with other committees to streamline resources and efforts</li>\r\n	<li>Development of new workshops for the annual conference</li>\r\n	<li>Development of training behavior lists for taxonomic groups</li>\r\n	<li>Update the bibliography and resource lists over time</li>\r\n	<li>Surveying the membership to meet needs</li>\r\n	<li>Enhancement of this website</li>\r\n	<li>A database of bibliographies</li>\r\n	<li>Enrichment guidelines for marine mammals and elephants</li>\r\n	<li>AAZK Enrichment Notebook, 2nd edition translation into Spanish, French and Chinese languages</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h4>Additional Information</h4>\r\n<h6><i class="left icon-download"></i> Downloads</h6>\r\n<ul>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/what_is_animal_training.pdf" target="_blank">What is Training?</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/health_and_safety_considerations.pdf" target="_blank">Health and Safety Considerations</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/training_enrichment_bibliography.pdf" target="_blank">Training and Enrichment Bibliography</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/training_terms_glossary.pdf" target="_blank">Glossary of Training Terms</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/aazk_animal_data_transfer.pdf" target="_blank">Animal Data Transfer Form</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/risk_assessment_and_safety.pdf" target="_blank">Risk Assessment and Safety</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Enrichment-Day-Examples.pdf" target="_blank">Enrichment Day Examples</a></li>\r\n</ul>\r\n<h6><i class="left icon-download"></i> Helpful Links</h6>\r\n<ul>\r\n	<li><a href="http://www.enrichment.org/miniwebfile.php?Region=Video_Library&amp;File2=video_library_sb.html&amp;File=video_library.html&amp;NotFlag=1" target="_blank">Training and Enrichment Video Library</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/behavioral-husbandry/resources/">Suggested Animal Training Resources</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/behavioral-husbandry/printed-resources/">Printed Resources</a></li>\r\n	<li><a title="Enrichment Suppliers" href="https://www.aecetia.net/gws/aazk/committee/behavioral-husbandry/suppliers/">Enrichment Suppliers and Resources</a></li>\r\n</ul>\r\n<h6><i class="left icon-download"></i> Enrichment Guidelines</h6>\r\nClick below for the complete enrichment guidelines for the following groups of animals. Feel free to print, copy and distribute these guidelines as needed. Most of these guidelines are currently printed in the third edition of the Enrichment Notebook. Notebooks can be ordered through A.A.Z.K., Inc.\r\n<ul>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Bat-Enrichment.pdf" target="_blank">Bat Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Bear-Enrichment.pdf" target="_blank">Bear Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Bird-Enrichment.pdf" target="_blank">Bird Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Carnivore-Enrichment.pdf" target="_blank">Carnivore Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Captive-Elephant-Enrichment.pdf" target="_blank">Elephant Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Fishes-Enrichment.pdf" target="_blank">Fish Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Primate-Enrichment.pdf" target="_blank">Primate Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Reptile-Enrichment.pdf" target="_blank">Reptile Guidelines</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/Suggested-Guidelines-for-Ungulate-Enrichment.pdf" target="_blank">Ungulate Guidelines</a></li>\r\n</ul>\r\n<div class="hr"></div>\r\n<div class="first sixcol">\r\n<h4>Committee Chair Member</h4>\r\n<img class="aligncenter" title="Julie Hartell-DeNardo" alt="Julie Hartell-DeNardo" src="http://aecetia.net/gws/aazk/wp-content/uploads/julie.jpg" width="125" height="146" />\r\n<p align="center">Julie Hartell-DeNardo - <em>St. Louis Zoo</em></p>\r\n\r\n</div>\r\n<div id="inner-links"></div>', 'Behavioral Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2014-02-05 13:49:15', '2014-02-05 18:49:15', '', 192, 'https://www.aazk.org/192-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5523, 3, '2014-02-05 13:55:50', '2014-02-05 18:55:50', 'The Phoenix Zoo is currently seeking full time Crew Leader for our Grounds Quality Team.  This position performs grounds quality services such as cleaning zoo pathways, restrooms, office areas, picnic areas, and disposes trash and recyclable materials.  Grounds Quality personnel also assist with set-up and tear down of zoo events and meeting facilities.  The Crew Leader serves as the Grounds Quality point of contact in absence of Grounds Quality Supervisor.\r\n\r\nMinimum qualifications for this position include previous custodial experience, ability to work a flexible schedule which may include varied shifts and varied days off, and a valid driver’s license.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require clear annual Tb testing.\r\n\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=613&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Crew Leader Grounds Quality', 0, '', 'publish', 'closed', 'closed', '', 'crew-leader-grounds-quality', '', '', '2014-02-05 13:55:50', '2014-02-05 18:55:50', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5523', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5524, 0, '2014-02-05 13:55:50', '2014-02-05 18:55:50', 'The Phoenix Zoo is currently seeking full time Crew Leader for our Grounds Quality Team.  This position performs grounds quality services such as cleaning zoo pathways, restrooms, office areas, picnic areas, and disposes trash and recyclable materials.  Grounds Quality personnel also assist with set-up and tear down of zoo events and meeting facilities.  The Crew Leader serves as the Grounds Quality point of contact in absence of Grounds Quality Supervisor.\r\n\r\nMinimum qualifications for this position include previous custodial experience, ability to work a flexible schedule which may include varied shifts and varied days off, and a valid driver’s license.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require clear annual Tb testing.\r\n\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=613&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Crew Leader Grounds Quality', 0, '', 'inherit', 'closed', 'closed', '', '5523-revision-v1', '', '', '2014-02-05 13:55:50', '2014-02-05 18:55:50', '', 5523, 'https://www.aazk.org/5523-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5525, 3, '2014-02-05 16:30:03', '2014-02-05 21:30:03', 'The Cougar Mountain Zoo is seeking a full-time zoo keeper for the bird and mammal department, including carnivores. This position requires a self-motivated, energetic and flexible individual with a professional attitude and appearance. All candidates must be willing to work outside and have knowledge of the habits and hazards of working with zoo animals. \r\n\r\nCandidate will be responsible for but not limited to routine animal husbandry, habitat maintenance, behavioral enrichment/training, capture/restraint, veterinary procedures and interact with the public through tours, mini lectures and outreaches.\r\n\r\nMinimum requirements include a degree in Biology (or related field) and a minimum of 2 years paid zoo experience. Must work well with staff/volunteers and be willing to work outside normal hours including weekends/holidays and ability to lift 50#. \r\n\r\nSalary to commensurate with experience. \r\n\r\nSend cover letter and resume to: Robyn@cougarmountainzoo.org. \r\nwww.cougarmountainzoo.org\r\n', 'Zoo Keeper', 0, 'The Cougar Mountain Zoo is seeking a full-time zoo keeper for the bird and mammal department, including carnivores. ', 'publish', 'closed', 'closed', '', 'zoo-keeper-2', '', '', '2014-02-05 16:30:03', '2014-02-05 21:30:03', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5525', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5526, 0, '2014-02-05 16:30:03', '2014-02-05 21:30:03', 'The Cougar Mountain Zoo is seeking a full-time zoo keeper for the bird and mammal department, including carnivores. This position requires a self-motivated, energetic and flexible individual with a professional attitude and appearance. All candidates must be willing to work outside and have knowledge of the habits and hazards of working with zoo animals. \r\n\r\nCandidate will be responsible for but not limited to routine animal husbandry, habitat maintenance, behavioral enrichment/training, capture/restraint, veterinary procedures and interact with the public through tours, mini lectures and outreaches.\r\n\r\nMinimum requirements include a degree in Biology (or related field) and a minimum of 2 years paid zoo experience. Must work well with staff/volunteers and be willing to work outside normal hours including weekends/holidays and ability to lift 50#. \r\n\r\nSalary to commensurate with experience. \r\n\r\nSend cover letter and resume to: Robyn@cougarmountainzoo.org. \r\nwww.cougarmountainzoo.org\r\n', 'Zoo Keeper', 0, 'The Cougar Mountain Zoo is seeking a full-time zoo keeper for the bird and mammal department, including carnivores. ', 'inherit', 'closed', 'closed', '', '5525-revision-v1', '', '', '2014-02-05 16:30:03', '2014-02-05 21:30:03', '', 5525, 'https://www.aazk.org/5525-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5538, 2, '2014-02-06 12:19:44', '2014-02-06 17:19:44', 'The concept of mixed species exhibits have been a part of zoos for many years. This issue documents innovative successes and outline many obstacles in creating dynamic mixed-species exhibits for replicating naturalistic environments.\r\n\r\n**Please note there is a $10 shipping charge added on to the final price for all international orders – please select INTERNATIONAL.**', 'AAZK Bird/Hoofstock Mixed Species Dedicated Issue (International)', 0, '', 'inherit', 'open', 'closed', '', 'aazk-birdhoofstock-mixed-species-dedicated-issue-international', '', '', '2014-02-06 12:19:44', '2014-02-06 17:19:44', '', 5268, 'https://www.aazk.org/shop/publications/aazk-birdhoofstock-mixed-species-dedicated-issue/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5534, 2, '2014-02-06 12:08:32', '2014-02-06 17:08:32', 'Its not just Raptors - Information and articles on a number of Avian species included in this April/May 2010 issue of the Animal Keepers\' Forum.\r\n\r\n**Please note there is a $10 shipping charge added on to the final price for all order outside of the US.**', 'AKF Dedicated Issue - Avian Management (Canadian, None)', 0, '', 'inherit', 'open', 'closed', '', 'akf-dedicated-issue-avian-management-canadian-none-2', '', '', '2014-02-06 12:08:32', '2014-02-06 17:08:32', '', 4634, 'https://www.aazk.org/shop/publications/akf-deicated-issue-avian-management/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5536, 2, '2014-02-06 12:15:54', '2014-02-06 17:15:54', 'Its not just Raptors - Information and articles on a number of Avian species included in this April/May 2010 issue of the Animal Keepers\' Forum.\r\n\r\n**Please note there is a $10 shipping charge added on to the final price for all order outside of the US.**', 'AKF Dedicated Issue - Avian Management (United States)', 0, '', 'inherit', 'open', 'closed', '', 'akf-dedicated-issue-avian-management-united-states', '', '', '2014-02-06 12:15:54', '2014-02-06 17:15:54', '', 4634, 'https://www.aazk.org/shop/publications/akf-deicated-issue-avian-management/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5539, 2, '2014-02-06 12:19:44', '2014-02-06 17:19:44', 'The concept of mixed species exhibits have been a part of zoos for many years. This issue documents innovative successes and outline many obstacles in creating dynamic mixed-species exhibits for replicating naturalistic environments.\r\n\r\n**Please note there is a $10 shipping charge added on to the final price for all international orders – please select INTERNATIONAL.**', 'AAZK Bird/Hoofstock Mixed Species Dedicated Issue (United States)', 0, '', 'inherit', 'open', 'closed', '', 'aazk-birdhoofstock-mixed-species-dedicated-issue-united-states', '', '', '2014-02-06 12:19:44', '2014-02-06 17:19:44', '', 5268, 'https://www.aazk.org/shop/publications/aazk-birdhoofstock-mixed-species-dedicated-issue/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5541, 2, '2014-02-06 12:23:54', '2014-02-06 17:23:54', 'Still a value.  Husbandry information and papers included in this August 2007 issue of the Animal Keepers\' Forum.\r\n\r\n**Please note there is a $10 shipping charge added on to the final price for all international orders.**', 'AKF Dedicated Issue - Polar Bear (Canadian)', 0, '', 'inherit', 'open', 'closed', '', 'akf-dedicated-issue-polar-bear-canadian', '', '', '2014-02-06 12:23:54', '2014-02-06 17:23:54', '', 4635, 'https://www.aazk.org/shop/publications/akf-dedicated-issue-polar-bear/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5542, 2, '2014-02-06 12:23:54', '2014-02-06 17:23:54', 'Still a value.  Husbandry information and papers included in this August 2007 issue of the Animal Keepers\' Forum.\r\n\r\n**Please note there is a $10 shipping charge added on to the final price for all international orders.**', 'AKF Dedicated Issue - Polar Bear (International)', 0, '', 'inherit', 'open', 'closed', '', 'akf-dedicated-issue-polar-bear-international', '', '', '2014-02-06 12:23:54', '2014-02-06 17:23:54', '', 4635, 'https://www.aazk.org/shop/publications/akf-dedicated-issue-polar-bear/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5543, 2, '2014-02-06 12:23:54', '2014-02-06 17:23:54', 'Still a value.  Husbandry information and papers included in this August 2007 issue of the Animal Keepers\' Forum.\r\n\r\n**Please note there is a $10 shipping charge added on to the final price for all international orders.**', 'AKF Dedicated Issue - Polar Bear (United States)', 0, '', 'inherit', 'open', 'closed', '', 'akf-dedicated-issue-polar-bear-united-states', '', '', '2014-02-06 12:23:54', '2014-02-06 17:23:54', '', 4635, 'https://www.aazk.org/shop/publications/akf-dedicated-issue-polar-bear/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5544, 2, '2014-02-06 12:25:39', '2014-02-06 17:25:39', '<form id="product_39" action="http://aecetia.net/gws/aazk/shop/?category=" method="post" name="product_39"><input type="hidden" name="prodid" value="39" />\r\n<div>\r\n\r\nComprehensive papers on Ungulates included in this July/August 2011 issue of the Animal Keepers\' Forum.\r\n\r\nUS and Canadian orders ship at No Cost.\r\n\r\n**Please note there is a $10 shipping charge added on to the final price for all international orders - please select INTERNATIONAL.**\r\n<h2></h2>\r\n</div>\r\n</form>', 'AKF Dedicated Issue - Ungulate Husbandry (United States)', 0, '', 'inherit', 'open', 'closed', '', 'akf-dedicated-issue-ungulate-husbandry-united-states', '', '', '2014-02-06 12:25:39', '2014-02-06 17:25:39', '', 4632, 'https://www.aazk.org/shop/publications/akf-dedicated-issue-ungulate-husbandry/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5546, 2, '2014-02-06 12:27:03', '2014-02-06 17:27:03', 'Get a combo pack of <strong>7</strong> dedicated issues of the Animal Keepers\' Forum <strong>PLUS</strong> the Crisis Management CD, <strong>PLUS</strong> the Biological Values CD, <strong>PLUS</strong> a box of Rhino Note cards. You\'ll get issues on: Chelonian Husbandry, Mix-species, Climate Change, Care and Management of Geriatric Animals, Ungulate Husbandry, Polar Bears, and Avian Husbandry.  All this for $40!  That\'s a savings of 50% over buying them individually. These are great issues so purchase your combo pack today.\r\n\r\nOrders from Canada require $15.00 in shipping which has already been configured into the price. Just select "CANADA" shipping.\r\n\r\nInternational Orders require $35.00 in shipping which has already been configured into the price. Just select "INTERNATIONAL" shipping', 'AKF Dedicated Issue Combo Pack (International)', 0, '', 'inherit', 'open', 'closed', '', 'akf-dedicated-issue-combo-pack-international', '', '', '2014-02-06 12:27:03', '2014-02-06 17:27:03', '', 4638, 'https://www.aazk.org/shop/publications/akf-dedicated-issue-combo-pack/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5547, 2, '2014-02-06 12:27:03', '2014-02-06 17:27:03', 'Get a combo pack of <strong>7</strong> dedicated issues of the Animal Keepers\' Forum <strong>PLUS</strong> the Crisis Management CD, <strong>PLUS</strong> the Biological Values CD, <strong>PLUS</strong> a box of Rhino Note cards. You\'ll get issues on: Chelonian Husbandry, Mix-species, Climate Change, Care and Management of Geriatric Animals, Ungulate Husbandry, Polar Bears, and Avian Husbandry.  All this for $40!  That\'s a savings of 50% over buying them individually. These are great issues so purchase your combo pack today.\r\n\r\nOrders from Canada require $15.00 in shipping which has already been configured into the price. Just select "CANADA" shipping.\r\n\r\nInternational Orders require $35.00 in shipping which has already been configured into the price. Just select "INTERNATIONAL" shipping', 'AKF Dedicated Issue Combo Pack (United States)', 0, '', 'inherit', 'open', 'closed', '', 'akf-dedicated-issue-combo-pack-united-states', '', '', '2014-02-06 12:27:03', '2014-02-06 17:27:03', '', 4638, 'https://www.aazk.org/shop/publications/akf-dedicated-issue-combo-pack/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5551, 2, '2014-02-06 12:30:35', '2014-02-06 17:30:35', 'The 1,396 page Biological Information on Selected Mammal Species CD covers a wide range from general, breeding, and young- rearing behavior to diet and physical descriptions of 590 species. The volume is in a PDF format allowing searches by Species (Common or Latin name); or Key words using the Find function; or by Species (Common or Latin name), Family; or Order using the Bookmarks.\r\n\r\n&nbsp;\r\n\r\nTable of Contents are given for Orders, Families, Species by Common Name,  Species by Scientific Name, and Species by Order and Family. The Appendices  cover a variety of information from behavioral patterns common to families (Bovid displays) to taxonomy (Primates). References are listed by Order and Family.\r\n\r\nUS and Canadian Orders ship at No Cost.\r\n\r\n**Please note there is a $10 shipping charge added on to the final price for all international orders - please select INTERNATIONAL.**', 'Biological Values for Selected Mammals (United States)', 0, '', 'inherit', 'open', 'closed', '', 'biological-values-for-selected-mammals-united-states', '', '', '2014-02-06 12:30:35', '2014-02-06 17:30:35', '', 4640, 'https://www.aazk.org/shop/publications/biological-values-for-selected-mammals/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5552, 2, '2014-02-06 12:32:59', '2014-02-06 17:32:59', 'An extensive listing of papers included in this July 2012 issue of the Animal Keepers\' Forum.\r\n\r\nUS and Canadian Orders ship at No Cost\r\n\r\n**Please note there is a $10 shipping charge added on to the final price for all international orders - please select INTERNATIONAL.**', 'Dedicated AKF Issue - Chelonians (United States)', 0, '', 'inherit', 'open', 'closed', '', 'dedicated-akf-issue-chelonians-united-states', '', '', '2014-02-06 12:32:59', '2014-02-06 17:32:59', '', 4629, 'https://www.aazk.org/shop/publications/dedicated-akf-issue-chelonians/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5553, 2, '2014-02-06 12:34:48', '2014-02-06 17:34:48', 'An incredible and timeless resource for information on Geriatric animals in this April/May2009 issue of the Animal Keepers\' Forum.\r\n\r\nUS and Canadian Orders ship at No Cost.\r\n\r\n**Please note there is a $10 shipping charge added on to the final price for all international orders - please select INTERNATIONAL.**\r\n\r\n&nbsp;', 'Dedicated Issue AKF - Geriatric Animals (United States)', 0, '', 'inherit', 'open', 'closed', '', 'dedicated-issue-akf-geriatric-animals-united-states', '', '', '2014-02-06 12:34:48', '2014-02-06 17:34:48', '', 4636, 'https://www.aazk.org/shop/publications/dedicated-issue-akf-geriatric-animals/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5554, 2, '2014-02-06 12:36:59', '2014-02-06 17:36:59', 'Current stock available:\r\n\r\nJuly, August, September, November, December 2013', 'AKF Back Issues  (Canadian)', 0, '', 'inherit', 'open', 'closed', '', 'akf-back-issues-canadian', '', '', '2014-02-06 12:36:59', '2014-02-06 17:36:59', '', 5155, 'https://www.aazk.org/shop/publications/akf-back-issues/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5555, 2, '2014-02-06 12:36:59', '2014-02-06 17:36:59', 'Current stock available:\r\n\r\nJuly, August, September, November, December 2013', 'AKF Back Issues  (International)', 0, '', 'inherit', 'open', 'closed', '', 'akf-back-issues-international', '', '', '2014-02-06 12:36:59', '2014-02-06 17:36:59', '', 5155, 'https://www.aazk.org/shop/publications/akf-back-issues/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5556, 2, '2014-02-06 12:36:59', '2014-02-06 17:36:59', 'Current stock available:\r\n\r\nJuly, August, September, November, December 2013', 'AKF Back Issues  (United States)', 0, '', 'inherit', 'open', 'closed', '', 'akf-back-issues-united-states', '', '', '2014-02-06 12:36:59', '2014-02-06 17:36:59', '', 5155, 'https://www.aazk.org/shop/publications/akf-back-issues/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5557, 2, '2014-02-06 12:38:38', '2014-02-06 17:38:38', 'This CD contains all of the manuscripts found in the original (1999) book <em>Resources for Crisis Management in Zoos and Other Animal Care Facilities</em> as well as the manuscripts from the special issue of <em>Animal Keepers’ Forum</em> dedicated to crisis management that was published in November/December 2007 by AAZK, Inc. It is fully searchable by topic, title or author. It is\r\n\r\n&nbsp;\r\n\r\nAAZK’s hope that this resource information may assist zoos, aquariums and other animal care facilities in making and/or revising their crisis management protocols for their facilities.', 'AAZK Crisis Management  (Canadian)', 0, '', 'inherit', 'open', 'closed', '', 'aazk-crisis-management-canadian', '', '', '2014-02-06 12:38:38', '2014-02-06 17:38:38', '', 4639, 'https://www.aazk.org/shop/publications/aazk-crisis-management/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5558, 2, '2014-02-06 12:38:38', '2014-02-06 17:38:38', 'This CD contains all of the manuscripts found in the original (1999) book <em>Resources for Crisis Management in Zoos and Other Animal Care Facilities</em> as well as the manuscripts from the special issue of <em>Animal Keepers’ Forum</em> dedicated to crisis management that was published in November/December 2007 by AAZK, Inc. It is fully searchable by topic, title or author. It is\r\n\r\n&nbsp;\r\n\r\nAAZK’s hope that this resource information may assist zoos, aquariums and other animal care facilities in making and/or revising their crisis management protocols for their facilities.', 'AAZK Crisis Management  (International)', 0, '', 'inherit', 'open', 'closed', '', 'aazk-crisis-management-international', '', '', '2014-02-06 12:38:38', '2014-02-06 17:38:38', '', 4639, 'https://www.aazk.org/shop/publications/aazk-crisis-management/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5559, 2, '2014-02-06 12:38:38', '2014-02-06 17:38:38', 'This CD contains all of the manuscripts found in the original (1999) book <em>Resources for Crisis Management in Zoos and Other Animal Care Facilities</em> as well as the manuscripts from the special issue of <em>Animal Keepers’ Forum</em> dedicated to crisis management that was published in November/December 2007 by AAZK, Inc. It is fully searchable by topic, title or author. It is\r\n\r\n&nbsp;\r\n\r\nAAZK’s hope that this resource information may assist zoos, aquariums and other animal care facilities in making and/or revising their crisis management protocols for their facilities.', 'AAZK Crisis Management  (United States)', 0, '', 'inherit', 'open', 'closed', '', 'aazk-crisis-management-united-states', '', '', '2014-02-06 12:38:38', '2014-02-06 17:38:38', '', 4639, 'https://www.aazk.org/shop/publications/aazk-crisis-management/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5718, 3, '2014-03-16 14:12:40', '2014-03-16 19:12:40', '<h5>Facility</h5>\r\n<p>Out of Africa Wildlife Park is a one of a kind facility that brings people close to animals and inspires conservation through play, loving relationships, and natural behaviors. </p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nA passion for husbandry, education, and conservation is required.\r\nResponsibilities include, but are not limited to, public speaking, landscaping, food prep, administration of medication, basic animal husbandry, monitoring of animal health, maintaining cleanliness of animal enclosures, and enrichment preparation and distribution.  Must be ready and willing to interact with large carnivores in exciting and entertaining shows for the public.  The ability to work in a team is paramount. A valid drivers license is required as the successful applicant will be expected to drive educational tours.\r\n\r\nApplicants should be in excellent physical condition.  He or she must be a proficient swimmer, be able to sprint, and be able to lift 75 pounds above your head on a regular basis. Applicants should have a vast knowledge of large carnivores and be prepared to cross train to other areas of the park. The ability to weld and operate machinery is a plus.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nThe position requires 1 year of carnivore experience or a 4 year degree in a related field.\r\n\r\nDrug test required.\r\n<h6>Compensation and benefits</h6>\r\nMust be available to work full-time, flexible hours including weekends and holidays.\r\nStarting pay $11-$12 per hour commensurate on experience.\r\n<h6>Application instructions</h6>\r\nSerious applicants may send a resume and cover letter to jeffreybharwell@gmail.com\r\nLetters of recommendation, and photos or videos of you working with animals are appreciated but not required. \r\n\r\nIf you have recently applied for our last opening I still have you on file and will contact you if you’re amongst the top candidates.\r\n\r\n', 'Seeking a keeper/handler to care for a diverse collection of carnivores at a full-contact facility.', 0, '', 'publish', 'closed', 'closed', '', 'seeking-a-keeperhandler-to-care-for-a-diverse-collection-of-carnivores-at-a-full-contact-facility', '', '', '2014-03-16 14:12:40', '2014-03-16 19:12:40', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5718', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5575, 2, '2014-02-13 15:38:23', '2014-02-13 20:38:23', 'The re-charter date for all AAZK Chapters shall be 1 March of each calendar year. Student AAZK Chapters shall be confirmed. Applications for re-charter will be made available to each AAZK Chapter by the AAZK Office in the week of each calendar year. This Re-charter Packet will contain three (3) parts which must be completed and returned before 1 March of each calendar year:\r\n\r\n<strong><span style="color: #993300;">Chapter Fee Schedule</span></strong>\r\n<strong><span style="color: #993300;"> Chapter Charter Agreement</span></strong>\r\n<strong><span style="color: #993300;"> Chapter Financial Report</span></strong>\r\n\r\nThe <strong><span style="color: #993300;">Re-charter Agreement</span></strong> shall be completed and submitted by the current AAZK Chapter Officers responsible for the new fiscal year. This will include the name of the AAZK Chapter, facility mailing address, number of AAZK Chapter members and a list of all AAZK Chapter Executive Officers. AAZK Chapters are required to notify the Office of AAZK by electronic mail or other means, of any Executive Officer(s) change due to resignation or replacement along with the names of the replacement Executive Officers.\r\n\r\nThe <strong><span style="color: #993300;">Re-charter Agreement</span></strong> is a declaration submitted by all current AAZK Chapter Officers. It states the required parameters and intentions of the AAZK Chapter and its relationship to AAZK, its Statement of Purpose, and IRS law.\r\n\r\nAAZK Chapters failing to comply with fees and required reports by the Annual Re-charter date shall be considered in non-compliance and their chapter charter subject to revocation.\r\n\r\nA <strong><span style="color: #993300;">Chapter Financial Report</span></strong> is required to be completed and signed by AAZK Chapter officers. This comprehensive report is mandatory for all AAZK Chapters and is required by IRS regulation. This report will detail the previous year’s financial transactions of the AAZK Chapter (Financial Statement) as well as indicate the financial value of each AAZK Chapter (Net Worth).', 'Chapter Re-charter Instructions', 0, '', 'inherit', 'closed', 'closed', '', '4771-revision-v1', '', '', '2014-02-13 15:38:23', '2014-02-13 20:38:23', '', 4771, 'https://www.aazk.org/4771-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5576, 2, '2014-02-13 15:47:48', '2014-02-13 20:47:48', '', 'Workbook and Glossary of Terms', 0, '', 'inherit', 'closed', 'closed', '', 'workbook-and-glossary-of-terms', '', '', '2014-02-13 15:47:48', '2014-02-13 20:47:48', '', 4771, 'https://www.aazk.org/wp-content/uploads/Workbook-and-Glossary-of-Terms.docx', 0, 'attachment', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 0) ; 
INSERT INTO `wp_posts` VALUES (5577, 2, '2014-02-13 15:47:55', '2014-02-13 20:47:55', 'The re-charter date for all AAZK Chapters shall be 1 March of each calendar year. Student AAZK Chapters shall be confirmed. Applications for re-charter will be made available to each AAZK Chapter by the AAZK Office in the week of each calendar year. This Re-charter Packet will contain three (3) parts which must be completed and returned before 1 March of each calendar year:\r\n\r\n<strong><span style="color: #993300;">Chapter Fee Schedule</span></strong>\r\n<strong><span style="color: #993300;"> Chapter Charter Agreement</span></strong>\r\n<strong><span style="color: #993300;"> Chapter Financial Report</span></strong>\r\n\r\nThe <strong><span style="color: #993300;">Re-charter Agreement</span></strong> shall be completed and submitted by the current AAZK Chapter Officers responsible for the new fiscal year. This will include the name of the AAZK Chapter, facility mailing address, number of AAZK Chapter members and a list of all AAZK Chapter Executive Officers. AAZK Chapters are required to notify the Office of AAZK by electronic mail or other means, of any Executive Officer(s) change due to resignation or replacement along with the names of the replacement Executive Officers.\r\n\r\nThe <strong><span style="color: #993300;">Re-charter Agreement</span></strong> is a declaration submitted by all current AAZK Chapter Officers. It states the required parameters and intentions of the AAZK Chapter and its relationship to AAZK, its Statement of Purpose, and IRS law.\r\n\r\nThe <span style="color: #993300;"><strong>Chapter Fee Schedule</strong></span> defines the Chapter Membership fee and Duty Obligation owed to AAZK National. AAZK Chapters failing to comply with fees and required reports by the Annual Re-charter date shall be considered in non-compliance and their chapter charter subject to revocation.\r\n\r\nA <strong><span style="color: #993300;">Chapter Financial Report</span></strong> is required to be completed and signed by AAZK Chapter officers. This comprehensive report is mandatory for all AAZK Chapters and is required by IRS regulation. This report will detail the previous year’s financial transactions of the AAZK Chapter (Financial Statement) as well as indicate the financial value of each AAZK Chapter (Net Worth).\r\n\r\nAll AAZK Chapters are encouraged to complete the self-nomination form for the <strong><span style="color: #993300;">Barbara Manspeaker AAZK Chapter of the Year<span style="color: #000000;">.  </span></span></strong><span style="color: #993300;"><span style="color: #000000;">The nominees and winning Chapter are recognized at the Annual AAZK Conference and in the Awards section of the Website.</span></span>\r\n\r\n<span style="line-height: 1.5em;">The </span><strong style="line-height: 1.5em;"><span style="color: #993300;">Workbook Instructions</span></strong><span style="line-height: 1.5em;"> and </span><strong style="line-height: 1.5em;"><span style="color: #993300;">Glossary of Terms</span></strong><span style="line-height: 1.5em;"> utilized in the Recharter Packet can be referenced here.</span>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Workbook-and-Glossary-of-Terms.docx">Workbook and Glossary of Terms</a>', 'Chapter Re-charter Instructions', 0, '', 'inherit', 'closed', 'closed', '', '4771-revision-v1', '', '', '2014-02-13 15:47:55', '2014-02-13 20:47:55', '', 4771, 'https://www.aazk.org/4771-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5578, 2, '2014-02-13 15:48:57', '2014-02-13 20:48:57', 'The re-charter date for all AAZK Chapters shall be 1 March of each calendar year. Student AAZK Chapters shall be confirmed. Applications for re-charter will be made available to each AAZK Chapter by the AAZK Office in the week of each calendar year. This Re-charter Packet will contain three (3) parts which must be completed and returned before 1 March of each calendar year:\r\n\r\n<strong><span style="color: #993300;">Chapter Fee Schedule</span></strong>\r\n<strong><span style="color: #993300;"> Chapter Charter Agreement</span></strong>\r\n<strong><span style="color: #993300;"> Chapter Financial Report</span></strong>\r\n\r\nThe <strong><span style="color: #993300;">Re-charter Agreement</span></strong> shall be completed and submitted by the current AAZK Chapter Officers responsible for the new fiscal year. This will include the name of the AAZK Chapter, facility mailing address, number of AAZK Chapter members and a list of all AAZK Chapter Executive Officers. AAZK Chapters are required to notify the Office of AAZK by electronic mail or other means, of any Executive Officer(s) change due to resignation or replacement along with the names of the replacement Executive Officers.\r\n\r\nThe <strong><span style="color: #993300;">Re-charter Agreement</span></strong> is a declaration submitted by all current AAZK Chapter Officers. It states the required parameters and intentions of the AAZK Chapter and its relationship to AAZK, its Statement of Purpose, and IRS law.\r\n\r\nThe <span style="color: #993300;"><strong>Chapter Fee Schedule</strong></span> defines the Chapter Membership fee and Duty Obligation owed to AAZK National. AAZK Chapters failing to comply with fees and required reports by the Annual Re-charter date shall be considered in non-compliance and their chapter charter subject to revocation.\r\n\r\nA <strong><span style="color: #993300;">Chapter Financial Report</span></strong> is required to be completed and signed by AAZK Chapter officers. This comprehensive report is mandatory for all AAZK Chapters and is required by IRS regulation. This report will detail the previous year’s financial transactions of the AAZK Chapter (Financial Statement) as well as indicate the financial value of each AAZK Chapter (Net Worth).\r\n\r\nAll AAZK Chapters are encouraged to complete the self-nomination form for the <strong><span style="color: #993300;">Barbara Manspeaker AAZK Chapter of the Year<span style="color: #000000;">. </span></span></strong><span style="color: #993300;"><span style="color: #000000;">The nominees and winning Chapter are recognized at the Annual AAZK Conference and in the Awards section of the Website.</span></span>\r\n\r\n<span style="line-height: 1.5em;">The </span><strong style="line-height: 1.5em;"><span style="color: #993300;">Workbook Instructions</span></strong><span style="line-height: 1.5em;"> and </span><strong style="line-height: 1.5em;"><span style="color: #993300;">Glossary of Terms</span></strong><span style="line-height: 1.5em;"> utilized in the Recharter Packet can be referenced here.</span>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Workbook-and-Glossary-of-Terms.docx">Workbook and Glossary of Terms</a>', 'Chapter Re-charter Instructions', 0, '', 'inherit', 'closed', 'closed', '', '4771-revision-v1', '', '', '2014-02-13 15:48:57', '2014-02-13 20:48:57', '', 4771, 'https://www.aazk.org/4771-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5579, 2, '2014-02-13 15:51:58', '2014-02-13 20:51:58', 'The re-charter date for all AAZK Chapters shall be 1 March of each calendar year. Student AAZK Chapters shall be confirmed. Applications for re-charter will be made available to each AAZK Chapter by the AAZK Office in the week of each calendar year. This Re-charter Packet will contain three (3) parts which must be completed and returned before 1 March of each calendar year:\r\n\r\n<strong><span style="color: #993300;">Chapter Fee Schedule</span></strong>\r\n<strong><span style="color: #993300;"> Chapter Charter Agreement</span></strong>\r\n<strong><span style="color: #993300;"> Chapter Financial Report</span></strong>\r\n\r\nThe <strong><span style="color: #993300;">Re-charter Agreement</span></strong> shall be completed and submitted by the current AAZK Chapter Officers responsible for the new fiscal year. This will include the name of the AAZK Chapter, facility mailing address, number of AAZK Chapter members and a list of all AAZK Chapter Executive Officers. AAZK Chapters are required to notify the Office of AAZK by electronic mail or other means, of any Executive Officer(s) change due to resignation or replacement along with the names of the replacement Executive Officers.  The <strong><span style="color: #993300;">Re-charter Agreement</span></strong> is also a declaration submitted by all current AAZK Chapter Officers. It states the required parameters and intentions of the AAZK Chapter and its relationship to AAZK, its Statement of Purpose, and IRS law.\r\n\r\nThe <span style="color: #993300;"><strong>Chapter Fee Schedule</strong></span> defines the Chapter Membership fee and Duty Obligation owed to AAZK National. AAZK Chapters failing to comply with fees and required reports by the Annual Re-charter date shall be considered in non-compliance and their chapter charter subject to revocation.\r\n\r\nA <strong><span style="color: #993300;">Chapter Financial Report</span></strong> is required to be completed and signed by AAZK Chapter officers. This comprehensive report is mandatory for all AAZK Chapters and is required by IRS regulation. This report will detail the previous year’s financial transactions of the AAZK Chapter (Financial Statement) as well as indicate the financial value of each AAZK Chapter (Net Worth).\r\n\r\nAll AAZK Chapters are encouraged to complete the self-nomination form for the <strong><span style="color: #993300;">Barbara Manspeaker AAZK Chapter of the Year<span style="color: #000000;">. </span></span></strong><span style="color: #993300;"><span style="color: #000000;">The nominees and winning Chapter are recognized at the Annual AAZK Conference and in the Awards section of the Website.</span></span>\r\n\r\n<span style="line-height: 1.5em;">The </span><strong style="line-height: 1.5em;"><span style="color: #993300;">Workbook Instructions</span></strong><span style="line-height: 1.5em;"> and </span><strong style="line-height: 1.5em;"><span style="color: #993300;">Glossary of Terms</span></strong><span style="line-height: 1.5em;"> utilized in the Recharter Packet can be referenced here.</span>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Workbook-and-Glossary-of-Terms.docx">Workbook and Glossary of Terms</a>', 'Chapter Re-charter Instructions', 0, '', 'inherit', 'closed', 'closed', '', '4771-revision-v1', '', '', '2014-02-13 15:51:58', '2014-02-13 20:51:58', '', 4771, 'https://www.aazk.org/4771-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5580, 2, '2014-02-13 15:53:16', '2014-02-13 20:53:16', '', '1Chapter Recharter Introduction 2014', 0, '', 'inherit', 'closed', 'closed', '', '1chapter-recharter-introduction-2014', '', '', '2014-02-13 15:53:16', '2014-02-13 20:53:16', '', 4771, 'https://www.aazk.org/wp-content/uploads/1Chapter-Recharter-Introduction-2014.docx', 0, 'attachment', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 0) ; 
INSERT INTO `wp_posts` VALUES (5581, 2, '2014-02-13 15:53:44', '2014-02-13 20:53:44', '', '2Recharter Application and Fee Schedule 2014', 0, '', 'inherit', 'closed', 'closed', '', '2recharter-application-and-fee-schedule-2014', '', '', '2014-02-13 15:53:44', '2014-02-13 20:53:44', '', 4771, 'https://www.aazk.org/wp-content/uploads/2Recharter-Application-and-Fee-Schedule-2014.doc', 0, 'attachment', 'application/msword', 0) ; 
INSERT INTO `wp_posts` VALUES (5582, 2, '2014-02-13 15:54:19', '2014-02-13 20:54:19', '', '3Chapter Charter Agreement 2014', 0, '', 'inherit', 'closed', 'closed', '', '3chapter-charter-agreement-2014', '', '', '2014-02-13 15:54:19', '2014-02-13 20:54:19', '', 4771, 'https://www.aazk.org/wp-content/uploads/3Chapter-Charter-Agreement-2014.doc', 0, 'attachment', 'application/msword', 0) ; 
INSERT INTO `wp_posts` VALUES (5583, 2, '2014-02-13 15:54:44', '2014-02-13 20:54:44', '', '4Chapter Income-Expenses Worksheet 2014', 0, '', 'inherit', 'closed', 'closed', '', '4chapter-income-expenses-worksheet-2014', '', '', '2014-02-13 15:54:44', '2014-02-13 20:54:44', '', 4771, 'https://www.aazk.org/wp-content/uploads/4Chapter-Income-Expenses-Worksheet-2014.doc', 0, 'attachment', 'application/msword', 0) ; 
INSERT INTO `wp_posts` VALUES (5584, 2, '2014-02-13 15:55:07', '2014-02-13 20:55:07', '', '5Chapter Financial Report Income-Expense Form 2014', 0, '', 'inherit', 'closed', 'closed', '', '5chapter-financial-report-income-expense-form-2014', '', '', '2014-02-13 15:55:07', '2014-02-13 20:55:07', '', 4771, 'https://www.aazk.org/wp-content/uploads/5Chapter-Financial-Report-Income-Expense-Form-2014.doc', 0, 'attachment', 'application/msword', 0) ; 
INSERT INTO `wp_posts` VALUES (5585, 2, '2014-02-13 15:55:36', '2014-02-13 20:55:36', '', '6ChapteroftheYearNominationForm2014', 0, '', 'inherit', 'closed', 'closed', '', '6chapteroftheyearnominationform2014', '', '', '2014-02-13 15:55:36', '2014-02-13 20:55:36', '', 4771, 'https://www.aazk.org/wp-content/uploads/6ChapteroftheYearNominationForm2014.doc', 0, 'attachment', 'application/msword', 0) ; 
INSERT INTO `wp_posts` VALUES (5586, 2, '2014-02-13 15:55:42', '2014-02-13 20:55:42', 'The re-charter date for all AAZK Chapters shall be 1 March of each calendar year. Student AAZK Chapters shall be confirmed. Applications for re-charter will be made available to each AAZK Chapter by the AAZK Office in the week of each calendar year. This Re-charter Packet will contain three (3) parts which must be completed and returned before 1 March of each calendar year:\r\n\r\n<strong><span style="color: #993300;">Chapter Fee Schedule</span></strong>\r\n<strong><span style="color: #993300;"> Chapter Charter Agreement</span></strong>\r\n<strong><span style="color: #993300;"> Chapter Financial Report</span></strong>\r\n\r\nThe <strong><span style="color: #993300;">Re-charter Agreement</span></strong> shall be completed and submitted by the current AAZK Chapter Officers responsible for the new fiscal year. This will include the name of the AAZK Chapter, facility mailing address, number of AAZK Chapter members and a list of all AAZK Chapter Executive Officers. AAZK Chapters are required to notify the Office of AAZK by electronic mail or other means, of any Executive Officer(s) change due to resignation or replacement along with the names of the replacement Executive Officers.  The <strong><span style="color: #993300;">Re-charter Agreement</span></strong> is also a declaration submitted by all current AAZK Chapter Officers. It states the required parameters and intentions of the AAZK Chapter and its relationship to AAZK, its Statement of Purpose, and IRS law.\r\n\r\nThe <span style="color: #993300;"><strong>Chapter Fee Schedule</strong></span> defines the Chapter Membership fee and Duty Obligation owed to AAZK National. AAZK Chapters failing to comply with fees and required reports by the Annual Re-charter date shall be considered in non-compliance and their chapter charter subject to revocation.\r\n\r\nA <strong><span style="color: #993300;">Chapter Financial Report</span></strong> is required to be completed and signed by AAZK Chapter officers. This comprehensive report is mandatory for all AAZK Chapters and is required by IRS regulation. This report will detail the previous year’s financial transactions of the AAZK Chapter (Financial Statement) as well as indicate the financial value of each AAZK Chapter (Net Worth).\r\n\r\nAll AAZK Chapters are encouraged to complete the self-nomination form for the <strong><span style="color: #993300;">Barbara Manspeaker AAZK Chapter of the Year<span style="color: #000000;">. </span></span></strong><span style="color: #993300;"><span style="color: #000000;">The nominees and winning Chapter are recognized at the Annual AAZK Conference and in the Awards section of the Website.</span></span>\r\n\r\nThe <span style="color: #993300;"><strong>AAZK Recharter Packet</strong></span> for 2014 is available for download.\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/1Chapter-Recharter-Introduction-2014.docx">1Chapter Recharter Introduction 2014</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/2Recharter-Application-and-Fee-Schedule-2014.doc">2Recharter Application and Fee Schedule 2014</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/3Chapter-Charter-Agreement-2014.doc">3Chapter Charter Agreement 2014</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/4Chapter-Income-Expenses-Worksheet-2014.doc">4Chapter Income-Expenses Worksheet 2014</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/5Chapter-Financial-Report-Income-Expense-Form-2014.doc">5Chapter Financial Report Income-Expense Form 2014</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/6ChapteroftheYearNominationForm2014.doc">6ChapteroftheYearNominationForm2014</a>\r\n\r\n<span style="line-height: 1.5em;">The </span><strong style="line-height: 1.5em;"><span style="color: #993300;">Workbook Instructions</span></strong><span style="line-height: 1.5em;"> and </span><strong style="line-height: 1.5em;"><span style="color: #993300;">Glossary of Terms</span></strong><span style="line-height: 1.5em;"> utilized in the Recharter Packet can be referenced here.</span>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Workbook-and-Glossary-of-Terms.docx">Workbook and Glossary of Terms</a>', 'Chapter Re-charter Instructions', 0, '', 'inherit', 'closed', 'closed', '', '4771-revision-v1', '', '', '2014-02-13 15:55:42', '2014-02-13 20:55:42', '', 4771, 'https://www.aazk.org/4771-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5587, 2, '2014-02-13 15:57:08', '2014-02-13 20:57:08', 'The re-charter date for all AAZK Chapters shall be 1 March of each calendar year. Student AAZK Chapters shall be confirmed. Applications for re-charter will be made available to each AAZK Chapter by the AAZK Office in the week of each calendar year. The <span style="color: #993300;"><strong>AAZK Re-charter Packet</strong></span> contains six (6) documents,  three (3) documents which must be completed and returned before 1 March of each calendar year:\r\n\r\n<strong><span style="color: #993300;">Chapter Fee Schedule</span></strong>\r\n<strong><span style="color: #993300;"> Chapter Charter Agreement</span></strong>\r\n<strong><span style="color: #993300;"> Chapter Financial Report</span></strong>\r\n\r\nThe <strong><span style="color: #993300;">Re-charter Agreement</span></strong> shall be completed and submitted by the current AAZK Chapter Officers responsible for the new fiscal year. This will include the name of the AAZK Chapter, facility mailing address, number of AAZK Chapter members and a list of all AAZK Chapter Executive Officers. AAZK Chapters are required to notify the Office of AAZK by electronic mail or other means, of any Executive Officer(s) change due to resignation or replacement along with the names of the replacement Executive Officers.  The <strong><span style="color: #993300;">Re-charter Agreement</span></strong> is also a declaration submitted by all current AAZK Chapter Officers. It states the required parameters and intentions of the AAZK Chapter and its relationship to AAZK, its Statement of Purpose, and IRS law.\r\n\r\nThe <span style="color: #993300;"><strong>Chapter Fee Schedule</strong></span> defines the Chapter Membership fee and Duty Obligation owed to AAZK National. AAZK Chapters failing to comply with fees and required reports by the Annual Re-charter date shall be considered in non-compliance and their chapter charter subject to revocation.\r\n\r\nA <strong><span style="color: #993300;">Chapter Financial Report</span></strong> is required to be completed and signed by AAZK Chapter officers. This comprehensive report is mandatory for all AAZK Chapters and is required by IRS regulation. This report will detail the previous year’s financial transactions of the AAZK Chapter (Financial Statement) as well as indicate the financial value of each AAZK Chapter (Net Worth).\r\n\r\nAll AAZK Chapters are encouraged to complete the self-nomination form for the <strong><span style="color: #993300;">Barbara Manspeaker AAZK Chapter of the Year<span style="color: #000000;">. </span></span></strong><span style="color: #993300;"><span style="color: #000000;">The nominees and winning Chapter are recognized at the Annual AAZK Conference and in the Awards section of the Website.</span></span>\r\n\r\nThe <span style="color: #993300;"><strong>AAZK Recharter Packet</strong></span> for 2014 is available for download.\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/1Chapter-Recharter-Introduction-2014.docx">1Chapter Recharter Introduction 2014</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/2Recharter-Application-and-Fee-Schedule-2014.doc">2Recharter Application and Fee Schedule 2014</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/3Chapter-Charter-Agreement-2014.doc">3Chapter Charter Agreement 2014</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/4Chapter-Income-Expenses-Worksheet-2014.doc">4Chapter Income-Expenses Worksheet 2014</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/5Chapter-Financial-Report-Income-Expense-Form-2014.doc">5Chapter Financial Report Income-Expense Form 2014</a>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/6ChapteroftheYearNominationForm2014.doc">6ChapteroftheYearNominationForm2014</a>\r\n\r\n<span style="line-height: 1.5em;">The </span><strong style="line-height: 1.5em;"><span style="color: #993300;">Workbook Instructions</span></strong><span style="line-height: 1.5em;"> and </span><strong style="line-height: 1.5em;"><span style="color: #993300;">Glossary of Terms</span></strong><span style="line-height: 1.5em;"> utilized in the Recharter Packet can be referenced here.</span>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Workbook-and-Glossary-of-Terms.docx">Workbook and Glossary of Terms</a>', 'Chapter Re-charter Instructions', 0, '', 'inherit', 'closed', 'closed', '', '4771-revision-v1', '', '', '2014-02-13 15:57:08', '2014-02-13 20:57:08', '', 4771, 'https://www.aazk.org/4771-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5588, 3, '2014-02-13 18:31:41', '2014-02-13 23:31:41', 'Cougar Mountain Zoo, Issaquah, WA\r\nPosted February 10, 2014\r\nApplication Deadline: OPEN UNTIL FILLED\r\n\r\nDescription \r\nCougar Mountain Zoo is seeking out an exceptional individual to run the education department. The successful candidate for this position must be energetic, enthusiastic, team-oriented, personable, able to multi-task, possess strong leadership skills and have a strong desire to educate visitors about wildlife and conservation. \r\n\r\nResponsibilities \r\nResponsibilities include, but are not limited to, managing the Education Department, (including volunteers and interns), giving and overseeing Guided Group Tours, Birthday Tours, Educational Outreaches, Mini Lectures, oversee training of volunteer and intern staff, interact with zoo visitors and educate them on zoo animals/conservation, manage membership and other zoo fundraising drives, perform zoo facility quality control checks, assist in the admissions booth and gift shop, backup for the General Curator when curator is off grounds, develop relationships with local schools and increase awareness of Cougar Mountain Zoo. \r\n\r\nRequirements \r\nMinimum (2) years’ experience in a management role, experience in education or public relations and excellent computer skills. Experience in a zoo setting preferred, but not required. Must be able to work weekends/holidays. (Required software knowledge of MS Word, Publisher, Adobe Photoshop and Excel). \r\n\r\nCompensation \r\nSalary and Benefits discussed during interview and based on experience. \r\n\r\nHow to apply \r\nEmail or send resumés with cover letter and three (3) professional references to robyn@cougarmountainzoo.org  Cougar Mountain Zoo, ATTN: Robyn Barfoot - General Curator, 19525 SE 54th St, Issaquah, WA 98027.\r\n', 'Education Coordinator', 0, 'Cougar Mountain Zoo is looking for an exceptional individual to run the education department. Candidate must be energetic, team-oriented and personable. ', 'publish', 'closed', 'closed', '', 'education-coordinator', '', '', '2014-02-13 18:31:41', '2014-02-13 23:31:41', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5588', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5589, 0, '2014-02-13 18:31:41', '2014-02-13 23:31:41', 'Cougar Mountain Zoo, Issaquah, WA\r\nPosted February 10, 2014\r\nApplication Deadline: OPEN UNTIL FILLED\r\n\r\nDescription \r\nCougar Mountain Zoo is seeking out an exceptional individual to run the education department. The successful candidate for this position must be energetic, enthusiastic, team-oriented, personable, able to multi-task, possess strong leadership skills and have a strong desire to educate visitors about wildlife and conservation. \r\n\r\nResponsibilities \r\nResponsibilities include, but are not limited to, managing the Education Department, (including volunteers and interns), giving and overseeing Guided Group Tours, Birthday Tours, Educational Outreaches, Mini Lectures, oversee training of volunteer and intern staff, interact with zoo visitors and educate them on zoo animals/conservation, manage membership and other zoo fundraising drives, perform zoo facility quality control checks, assist in the admissions booth and gift shop, backup for the General Curator when curator is off grounds, develop relationships with local schools and increase awareness of Cougar Mountain Zoo. \r\n\r\nRequirements \r\nMinimum (2) years’ experience in a management role, experience in education or public relations and excellent computer skills. Experience in a zoo setting preferred, but not required. Must be able to work weekends/holidays. (Required software knowledge of MS Word, Publisher, Adobe Photoshop and Excel). \r\n\r\nCompensation \r\nSalary and Benefits discussed during interview and based on experience. \r\n\r\nHow to apply \r\nEmail or send resumés with cover letter and three (3) professional references to robyn@cougarmountainzoo.org  Cougar Mountain Zoo, ATTN: Robyn Barfoot - General Curator, 19525 SE 54th St, Issaquah, WA 98027.\r\n', 'Education Coordinator', 0, 'Cougar Mountain Zoo is looking for an exceptional individual to run the education department. Candidate must be energetic, team-oriented and personable. ', 'inherit', 'closed', 'closed', '', '5588-revision-v1', '', '', '2014-02-13 18:31:41', '2014-02-13 23:31:41', '', 5588, 'https://www.aazk.org/5588-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5590, 3, '2014-02-14 11:26:23', '2014-02-14 16:26:23', 'The Kentucky Reptile Zoo internship program offers college students or recent graduates the chance to receive hands-on training experience at a facility with one of the most extensive and diverse reptile collections in the world. Starting dates are flexible, but a minimum of three months. Deadline to apply for the summer session is April 1st. For more information please visit our website at kyreptilezoo.org\r\n\r\nTo apply, send a cover letter, resume, transcript, and at least 2 (preferably 3) references to: reptilezoo@bellsouth.net', 'Summer Reptile Internship', 0, 'The Kentucky Reptile Zoo is looking for upperclassman or recent graduates to intern for our summer session.', 'publish', 'closed', 'closed', '', 'summer-reptile-internship', '', '', '2014-02-14 11:26:23', '2014-02-14 16:26:23', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5590', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5591, 0, '2014-02-14 11:26:23', '2014-02-14 16:26:23', 'The Kentucky Reptile Zoo internship program offers college students or recent graduates the chance to receive hands-on training experience at a facility with one of the most extensive and diverse reptile collections in the world. Starting dates are flexible, but a minimum of three months. Deadline to apply for the summer session is April 1st. For more information please visit our website at kyreptilezoo.org\r\n\r\nTo apply, send a cover letter, resume, transcript, and at least 2 (preferably 3) references to: reptilezoo@bellsouth.net', 'Summer Reptile Internship', 0, 'The Kentucky Reptile Zoo is looking for upperclassman or recent graduates to intern for our summer session.', 'inherit', 'closed', 'closed', '', '5590-revision-v1', '', '', '2014-02-14 11:26:23', '2014-02-14 16:26:23', '', 5590, 'https://www.aazk.org/5590-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5626, 3, '2014-02-19 12:01:11', '2014-02-19 17:01:11', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a full time Park Ranger to ensure the safety and well being of visitors, employees, living collections and facilities.  Park Rangers provide first-aid, security services and impromptu animal talks with the public.  The ideal Park Ranger will be able to engage guests in conversations about the natural world and present interpretive information, provide grounds surveillance, render first aid and/or emergency medical assistance when necessary, take command at scenes of accidents or disturbances, provide security support at special events, and inspect grounds for safety conditions.  \r\n\r\nMinimum qualifications for this position include a high school diploma or equivalent, possession of a valid driver’s license, ability to use or learn to use firearms, current possession or ability to obtain standard first aid and CPR certification, flexibility to work any shift including graveyards.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test.  This position will also require Hepatitis B immunizations and annual TB testing. To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=622&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1\r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\n<em>Not specified.</em>\r\n', 'Park Ranger', 0, '', 'publish', 'closed', 'closed', '', 'park-ranger', '', '', '2014-02-19 12:01:11', '2014-02-19 17:01:11', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5626', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5627, 0, '2014-02-19 12:01:11', '2014-02-19 17:01:11', '', 'Park Ranger', 0, '', 'inherit', 'closed', 'closed', '', '5626-revision-v1', '', '', '2014-02-19 12:01:11', '2014-02-19 17:01:11', '', 5626, 'https://www.aazk.org/5626-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5628, 0, '2014-02-19 12:01:11', '2014-02-19 17:01:11', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a full time Park Ranger to ensure the safety and well being of visitors, employees, living collections and facilities.  Park Rangers provide first-aid, security services and impromptu animal talks with the public.  The ideal Park Ranger will be able to engage guests in conversations about the natural world and present interpretive information, provide grounds surveillance, render first aid and/or emergency medical assistance when necessary, take command at scenes of accidents or disturbances, provide security support at special events, and inspect grounds for safety conditions.  \r\n\r\nMinimum qualifications for this position include a high school diploma or equivalent, possession of a valid driver’s license, ability to use or learn to use firearms, current possession or ability to obtain standard first aid and CPR certification, flexibility to work any shift including graveyards.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test.  This position will also require Hepatitis B immunizations and annual TB testing. To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=622&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1\r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\n<em>Not specified.</em>\r\n', 'Park Ranger', 0, '', 'inherit', 'closed', 'closed', '', '5626-revision-v1', '', '', '2014-02-19 12:01:11', '2014-02-19 17:01:11', '', 5626, 'https://www.aazk.org/5626-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5629, 2, '2014-02-19 17:57:46', '2014-02-19 22:57:46', '', 'Conservation Database', 0, '', 'inherit', 'closed', 'closed', '', 'conservation-database', '', '', '2014-02-19 17:57:46', '2014-02-19 22:57:46', '', 182, 'https://www.aazk.org/wp-content/uploads/Conservation-Database.xls', 0, 'attachment', 'application/vnd.ms-excel', 0) ; 
INSERT INTO `wp_posts` VALUES (5676, 2, '2014-03-03 13:43:46', '2014-03-03 18:43:46', '<h4>Purpose</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<h4>Conservation Committee Mission Statement</h4>\r\nTo promote and establish connections between AAZK members and the conservation of wildlife and their habitats.\r\n\r\nTo provide educational resources for members and their institutions about environmentally responsible practices.\r\n<h4>Vision Statement</h4>\r\nServe as a resource that will assist members in finding in situ opportunities with local, national, and international conservation projects and to initiate new conservation projects.\r\n<h4>Conservation Research and Volunteer Opportunities</h4>\r\nThe Conservation Committee maintains a database of volunteer and compensated research/work  opportunities within the United States and for International Programs and Agencies.\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Database.xls">Conservation Database</a>\r\n\r\nProvide contact information to coordinate educational and development opportunities with conservationists.\r\n<h4>Chair</h4>\r\n<div class="first sixcol">\r\n<p align="center"></p>\r\n\r\n</div>\r\n<div class="last sixcol"><img class="aligncenter size-full wp-image-2428" title="christy_poelker" alt="christy_poelker" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy_poelker.jpg" width="110" />\r\n<p align="center">Christy Poelker -<em>Saint Louis Zoo</em></p>\r\n\r\n</div>\r\n<div id="inner-links"></div>\r\n<h4></h4>', 'Conservation Committee', 0, '', 'inherit', 'closed', 'closed', '', '182-revision-v1', '', '', '2014-03-03 13:43:46', '2014-03-03 18:43:46', '', 182, 'https://www.aazk.org/182-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5630, 2, '2014-02-19 17:57:56', '2014-02-19 22:57:56', '<h4>Purpose</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<h4>Conservation Committee Mission Statement</h4>\r\nTo promote and establish connections between AAZK members and the conservation of wildlife and their habitats.\r\n\r\nTo provide educational resources for members and their institutions about environmentally responsible practices.\r\n<h4>Vision Statement</h4>\r\nServe as a resource that will assist members in finding in situ opportunities with local, national, and international conservation projects and to initiate new conservation projects.\r\n<h4>Conservation Research and Volunteer Opportunities</h4>\r\nThe Conservation Committee maintains a database of volunteer and compensated research/work  opportunities within the United States and for International Programs and Agencies.\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Database.xls">Conservation Database</a>\r\n\r\nProvide contact information to coordinate educational and development opportunities with conservationists.\r\n<h4>Co-chairs</h4>\r\n<div class="first sixcol"><img class="aligncenter size-full wp-image-841" title="kamradt" alt="kamradt" src="http://aecetia.net/gws/aazk/wp-content/uploads/kamradt.jpg" width="110" />\r\n<p align="center">Amanda Kamradt - <em>Zoo New England </em></p>\r\n\r\n</div>\r\n<div class="last sixcol"><img class="aligncenter size-full wp-image-2428" title="christy_poelker" alt="christy_poelker" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy_poelker.jpg" width="110" />\r\n<p align="center">Christy Poelker -<em>Saint Louis Zoo</em></p>\r\n\r\n</div>\r\n<div id="inner-links"></div>\r\n<h4></h4>', 'Conservation Committee', 0, '', 'inherit', 'closed', 'closed', '', '182-revision-v1', '', '', '2014-02-19 17:57:56', '2014-02-19 22:57:56', '', 182, 'https://www.aazk.org/182-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5632, 2, '2014-02-20 10:15:04', '2014-02-20 15:15:04', '', 'Gorilla 2014 AKF cover', 0, '', 'inherit', 'closed', 'closed', '', 'gorilla-2014-akf-cover', '', '', '2014-02-20 10:15:04', '2014-02-20 15:15:04', '', 0, 'https://www.aazk.org/wp-content/uploads/Gorilla-2014-AKF-cover.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5740, 0, '2014-03-25 14:42:41', '2014-03-25 19:42:41', '', 'Animal Health Technician PT-benefitted', 0, '', 'inherit', 'closed', 'closed', '', '5739-revision-v1', '', '', '2014-03-25 14:42:41', '2014-03-25 19:42:41', '', 5739, 'https://www.aazk.org/5739-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5659, 0, '2014-02-28 13:54:06', '2014-02-28 18:54:06', '', 'Experience Guide - Level I', 0, '', 'inherit', 'closed', 'closed', '', '5658-revision-v1', '', '', '2014-02-28 13:54:06', '2014-02-28 18:54:06', '', 5658, 'https://www.aazk.org/5658-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5658, 3, '2014-02-28 13:54:06', '2014-02-28 18:54:06', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently looking for part-time seasonal Experience Guides.  Guides initiate conversations and educate the public about animals encountered throughout the zoo.  Experience Guides provide a safe and engaging experience for guests by operating with an enthusiastic and motivational communication style.  Guides are responsible for explaining the rules at various animal encounters, and monitoring guests for crowd control and safety purposes, and maintaining the cleanliness of ride areas and equipment.  \r\n\r\nMinimum requirements include excellent public speaking and presentation skills with the ability to learn and communicate science concepts to the public, 1 year of customer service experience, and ability to work a flexible schedule including evenings, weekends and holidays. All Phoenix Zoo employees must pass a pre-employment background check and drug screen. \r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=604&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n	\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n\r\n', 'Experience Guide - Level I', 0, '', 'publish', 'closed', 'closed', '', 'experience-guide-level-i-2', '', '', '2014-02-28 13:54:06', '2014-02-28 18:54:06', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5658', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5640, 2, '2014-02-20 10:21:31', '2014-02-20 15:21:31', 'Coming soon, the February/March issue of the AKF is a special double issue dedicated to gorillas. Look for it to be delivered to your mailbox soon!', 'AKF Dedicated Issue', 0, '', 'publish', 'closed', 'closed', '', 'akf-dedicated-issue-2', '', '', '2014-02-20 10:21:55', '2014-02-20 15:21:55', '', 0, 'https://www.aazk.org/?p=5640', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5641, 2, '2014-02-20 10:21:31', '2014-02-20 15:21:31', 'Coming soon, the February/March issue of the AKF is a special double issue dedicated to gorillas. Look for it to be delivered to your mailbox soon!', 'AKF Dedicated Issue', 0, '', 'inherit', 'closed', 'closed', '', '5640-revision-v1', '', '', '2014-02-20 10:21:31', '2014-02-20 15:21:31', '', 5640, 'https://www.aazk.org/5640-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5643, 2, '2014-02-20 10:24:07', '2014-02-20 15:24:07', '<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Gorilla-2014-AKF-cover.jpg"><img class="alignnone size-medium wp-image-5632" alt="Gorilla 2014 AKF cover" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Gorilla-2014-AKF-cover-235x300.jpg" width="235" height="300" /></a>\r\n\r\nIn August of 1972, a short-lived "unofficial" newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level.\r\n\r\nThe idea for Animal Keepers\' Forum grew out of a bull session among keepers at the Topeka Zoo. The original Ruptured Rhino staff, along with several others, were involved in the conception and production of the<strong> first issue of AKF in November of 1974</strong>. It was 3 1/2 pages long, and printed on a mimeograph-type machine. Early issues contained zoo news articles, items on legislation and guest editorials.\r\n\r\nBy June of 1975 the AKF had grown to 13 pages and in November of 1975 celebrated its first anniversary of continuous publication. After the first two issues, it was sold on a subscription basis at $5.00 per year. Although originally the AKF was sold to AAZK members, it didn\'t become the "official" professional journal of the Association until March of 1975. The AKF has always carried the motto "Dedicated to Professional Animal Care".\r\n\r\nIn January 1976, AKF changed its format to a booklet style publication. In 1977 AKF had its first part-time paid editor and also began to be printed commercially. In 1978 the buff colored cover featuring artwork by keepers debuted. The first Excellence in Journalism Awards were given in 1979.\r\n\r\nIn 1981 Susan Chan was hired as Managing Editor for Animal Keepers’ Forum. The AKF has continued to grow in scope and content since that time, now averaging 44 pages per issue.  At least once a year, an issue dedicated to a particular species or topic is produced. AKF contains regular columns on Animal Behavior, Enrichment Options, Crisis Management and legislative issues affecting wildlife and zoos. Each issue also contains articles on animal husbandry, book reviews, a listing of upcoming conferences and symposia and Association news.\r\n\r\nThe Animal Keepers\' Forum has come a long way since its inception when it was printed on a mimeograph machine to today when it is produced with modern desktop publishing computer equipment. It currently reaches approximately <strong>2800 members (including about 150 zoos) in the U.S., Canada and 24 foreign countries</strong>.\r\n\r\nAnimal Keepers’ Forum is celebrating its 40th anniversary of continuous publication this year (2013).\r\n<div class="hr"></div>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '4538-revision-v1', '', '', '2014-02-20 10:24:07', '2014-02-20 15:24:07', '', 4538, 'https://www.aazk.org/4538-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5645, 3, '2014-02-20 15:48:19', '2014-02-20 20:48:19', '<h5>Facility</h5>\r\n<p>The Elephant Sanctuary in Tennessee</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Elephant Sanctuary in Tennessee is seeking a professional, experienced, highly motivated Lead Elephant Caregiver to join our elephant care staff.  The successful candidate will understand the dynamics of team motivation, the importance of training and empowering team members, and how to integrate elephant care and veterinary care into a “whole elephant” care management program in a collaborative team environment and workplace culture.  In addition, this individual must bring an authentic passion and a commitment to the long term care for elephants in sanctuary.\r\n\r\nImportant requirements for the position include: 1) Minimum three years Caregiver experience with elephants and/or large exotic animals; 2) Minimum three years proven, successful leadership experience leading others and building a team. 3) Experience in Protected Contact and operant conditioning\r\n\r\nLead care duties include:\r\n\r\n•	Supervising and training staff utilizing a goal oriented, flexible leadership style providing a clear sense of direction.\r\n•	Training elephants for new behaviors and maintaining pre-existing behaviors to facilitate husbandry procedures to ensure the health and well being of the elephant.\r\n•	Providing needed care for elephants with TB and conducting and administering required procedures or treatment.\r\n•	Providing foot care and administering veterinary approved medications.\r\n•	ATV activities that include the ability to safely navigate a large habitat.\r\n•	Observing and reporting signs of elephant health issues.\r\n•	Implement safety procedures in compliance with PC management.\r\n•	Establishing goals for staff and elephants, prepare progress reviews and periodic reports.\r\n\r\nAn overview of duties essential to providing integrated, whole elephant care include: \r\n•	Preparation and delivery of daily diets, browse and other forms of enrichment.\r\n•	Maintaining daily elephant care logs and record keeping to ensure elephants are receiving needed nutrition and care and to support veterinary prescribed care.\r\n•	Shifting elephants in and out of barn and/or habitat.\r\n•	Monitoring facilities and reporting needed repairs to the maintenance team.  Performing minor repairs to infrastructure.\r\n•	Cleaning elephant facilities including stalls and habitats.\r\n•	Assures all inventories are maintained at an adequate level.\r\nForward your resume and cover letter to: Email: humanresources@elephants.com or Fax: 931-796-7493,\r\n   No telephone calls please. All applications will be held in strict confidence. Website:  elephants.com\r\n \r\n\r\n<h6>Education and Pre-requisites</h6>\r\nImportant requirements for the position include: 1) Minimum three years Caregiver experience with elephants and/or large exotic animals; 2) Minimum three years proven, successful leadership experience leading others and building a team. 3) Experience in Protected Contact and operant conditioning\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nForward your resume and cover letter to: Email: humanresources@elephants.com or Fax: 931-796-7493,\r\n   No telephone calls please. All applications will be held in strict confidence. Website:  elephants.com\r\n\r\n', 'Lead Elephant Caregiver', 0, '', 'publish', 'closed', 'closed', '', 'lead-elephant-caregiver', '', '', '2014-02-20 15:48:19', '2014-02-20 20:48:19', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5645', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5646, 0, '2014-02-20 15:48:19', '2014-02-20 20:48:19', '', 'Lead Elephant Caregiver', 0, '', 'inherit', 'closed', 'closed', '', '5645-revision-v1', '', '', '2014-02-20 15:48:19', '2014-02-20 20:48:19', '', 5645, 'https://www.aazk.org/5645-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5647, 0, '2014-02-20 15:48:19', '2014-02-20 20:48:19', '<h5>Facility</h5>\r\n<p>The Elephant Sanctuary in Tennessee</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Elephant Sanctuary in Tennessee is seeking a professional, experienced, highly motivated Lead Elephant Caregiver to join our elephant care staff.  The successful candidate will understand the dynamics of team motivation, the importance of training and empowering team members, and how to integrate elephant care and veterinary care into a “whole elephant” care management program in a collaborative team environment and workplace culture.  In addition, this individual must bring an authentic passion and a commitment to the long term care for elephants in sanctuary.\r\n\r\nImportant requirements for the position include: 1) Minimum three years Caregiver experience with elephants and/or large exotic animals; 2) Minimum three years proven, successful leadership experience leading others and building a team. 3) Experience in Protected Contact and operant conditioning\r\n\r\nLead care duties include:\r\n\r\n•	Supervising and training staff utilizing a goal oriented, flexible leadership style providing a clear sense of direction.\r\n•	Training elephants for new behaviors and maintaining pre-existing behaviors to facilitate husbandry procedures to ensure the health and well being of the elephant.\r\n•	Providing needed care for elephants with TB and conducting and administering required procedures or treatment.\r\n•	Providing foot care and administering veterinary approved medications.\r\n•	ATV activities that include the ability to safely navigate a large habitat.\r\n•	Observing and reporting signs of elephant health issues.\r\n•	Implement safety procedures in compliance with PC management.\r\n•	Establishing goals for staff and elephants, prepare progress reviews and periodic reports.\r\n\r\nAn overview of duties essential to providing integrated, whole elephant care include: \r\n•	Preparation and delivery of daily diets, browse and other forms of enrichment.\r\n•	Maintaining daily elephant care logs and record keeping to ensure elephants are receiving needed nutrition and care and to support veterinary prescribed care.\r\n•	Shifting elephants in and out of barn and/or habitat.\r\n•	Monitoring facilities and reporting needed repairs to the maintenance team.  Performing minor repairs to infrastructure.\r\n•	Cleaning elephant facilities including stalls and habitats.\r\n•	Assures all inventories are maintained at an adequate level.\r\nForward your resume and cover letter to: Email: humanresources@elephants.com or Fax: 931-796-7493,\r\n   No telephone calls please. All applications will be held in strict confidence. Website:  elephants.com\r\n \r\n\r\n<h6>Education and Pre-requisites</h6>\r\nImportant requirements for the position include: 1) Minimum three years Caregiver experience with elephants and/or large exotic animals; 2) Minimum three years proven, successful leadership experience leading others and building a team. 3) Experience in Protected Contact and operant conditioning\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nForward your resume and cover letter to: Email: humanresources@elephants.com or Fax: 931-796-7493,\r\n   No telephone calls please. All applications will be held in strict confidence. Website:  elephants.com\r\n\r\n', 'Lead Elephant Caregiver', 0, '', 'inherit', 'closed', 'closed', '', '5645-revision-v1', '', '', '2014-02-20 15:48:19', '2014-02-20 20:48:19', '', 5645, 'https://www.aazk.org/5645-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5648, 3, '2014-02-21 19:45:40', '2014-02-22 00:45:40', '<h5>Facility</h5>\r\nSan Joaquin County-Micke Grove Zoo\r\n<h5>Closing Date</h5>\r\n[jobclosingdate]\r\n<h6>Description</h6>\r\nThis recruitment is being held to fill part-time and temporary vacancies in the Parks and Recreation division.  The position which is located at the Micke Grove Zoo, will be responsible for maintaining the care, feeding and cleaning of zoo animals. Candidates will need to be available days, evenings, weekends and holidays.\r\n\r\nMonitors the health and well-being of living animal collections by noting physical or behavioral changes, and takes appropriate action; observes for signs of illness or injury, including diet consumption and other variables used to assess animal condition; records and reports problems and consults with supervisory staff and veterinarian as necessary; captures, moves or isolates animals as circumstances require, ensuring safety of the animals, staff and the public.\r\n\r\n• Prepares and distributes animal diets; prepares meals according to prescribed needs of animals; adds dietary supplements; maintains safe and sanitary food preparation and storage areas; monitors food and supplies inventory; prepares lists and orders food and supplemental items; rotates stock to ensure fresh food supply.\r\n• Cleans, disinfects and maintains animal exhibits and veterinary facilities; removes waste; cleans and disinfects water bowls and water areas; rakes and disposes of leaves and litter; makes minor repairs to maintain integrity of enclosures; monitors for pests and predators; checks operating systems and makes seasonal adjustments as conditions require.\r\n• Provides animal enrichment to simulate natural conditions; researches natural behavior and habitats; plans and implements training projects; documents effectiveness of enrichment provided; identifies and installs appropriate exhibit furnishings, such as perching, nest sites, foraging areas, resting platforms, landscape materials.\r\n• Prepares, distributes, and documents medications, and provides health care under veterinary direction; may calculate and measure restraint drugs; captures or restrains animals for veterinary care procedures and animal management needs; monitors animals during post-operative recovery period.\r\n• Maintains exhibits, grounds, service areas, and support facilities to provide a safe, attractive and healthy environment for animals, and the public; maintains operations of aquatic systems; monitors equipment to maintain required safety standards for zoo species and the public; assists in planning or design to update or create new exhibits.\r\n• Supervises and inspects volunteer staff work; trains volunteer staff.\r\n• Interacts with zoo visitors and general public; explains and enforces zoo regulations and policies; provides information on animal natural history, care and conservation; answers routine questions by zoo visitors; makes presentations to community groups; communicates with professional peers on questions affecting species management and care.\r\n• Provides safe transport of zoo specimens for acquisition, disposition and/or veterinary medical needs and provides species-appropriate temporary housing as required.\r\n• Prepares records and reports regarding zoo activities, as required.\r\n<h6>Education and Pre-requisites</h6>\r\nEducation: Graduation from a four year accredited college or university with major coursework in biology, zoology, wildlife management, wildlife ecology, animal behavior, or a closely related field.\r\nExperience: One year paid experience caring for zoo animals and/or exotic species in a zoo or similar setting.\r\nSubstitution: Additional qualifying paid experience caring for zoo animals and/or exotic species in a zoo or similar setting may be substituted for education on a year for year basis.\r\nAND\r\nSpecial requirements: 1) Upon job offer, incumbents must successfully pass a tuberculosis test and maintain a negative tuberculosis test for duration of employment; 2) receive inoculation for rabies within six months of employment.\r\nCertifications: 1) Obtain First Aid/CPR certificate within six month of employment; and 2) obtain firearm safety training certificate within six months of employment.\r\nLicense: Possession of a valid California driver’s license.\r\nNote: Supplemental application must be submitted with employment application.\r\n<h6>Application instructions</h6>\r\nApply Online:\r\nwww.sjgov.org/hr\r\n\r\nBy mail or in person:\r\nSan Joaquin County Human Resources\r\n44 N. San Joaquin Street Suite 330\r\nStockton, Ca 95202\r\nOffice hours:\r\nMonday – Friday 8:00 am to 5:00 pm; excluding holidays.\r\nPhone: (209) 468-3370\r\nJob Line:\r\nFor current employment opportunities please call our 24-hour job line at (209) 468-3377.\r\nWhen a final filing date is indicated, applications must be filed with the Human Resources Division before 5:00 p.m. or postmarked by the final filing date. Resumes will not be accepted in lieu of an application. Applications sent through county inter-office mail, which are not received by the final filing date, will not be accepted. (The County assumes no responsibility for mailed applications which are not received by the Human Resources Division).\r\nSan Joaquin County Substance Abuse Policy: San Joaquin County has adopted a Substance Abuse Policy in compliance with the Federal Drug Free Workplace Act of 1988. This policy is enforced by all San Joaquin County Departments and applies to all San Joaquin County employees.\r\n\r\nEqual Opportunity Employer: San Joaquin County is an Equal Employment Opportunity (EEO) Employer and is committed to providing equal employment to all without regard to age, ancestry, color, creed, marital status, medical condition, national origin, physical or mental disability, political affiliation or belief, pregnancy, race, religion, sex, or sexual orientation. For more information go to www.sjgov.org/eeo.', 'Animal Care Specialist', 0, '', 'publish', 'closed', 'closed', '', 'animal-care-specialist', '', '', '2014-03-04 11:44:10', '2014-03-04 16:44:10', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5648', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5649, 0, '2014-02-21 19:45:40', '2014-02-22 00:45:40', '', 'Animal Care Specialist', 0, '', 'inherit', 'closed', 'closed', '', '5648-revision-v1', '', '', '2014-02-21 19:45:40', '2014-02-22 00:45:40', '', 5648, 'https://www.aazk.org/5648-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5683, 2, '2014-03-04 11:44:10', '2014-03-04 16:44:10', '<h5>Facility</h5>\r\nSan Joaquin County-Micke Grove Zoo\r\n<h5>Closing Date</h5>\r\n[jobclosingdate]\r\n<h6>Description</h6>\r\nThis recruitment is being held to fill part-time and temporary vacancies in the Parks and Recreation division.  The position which is located at the Micke Grove Zoo, will be responsible for maintaining the care, feeding and cleaning of zoo animals. Candidates will need to be available days, evenings, weekends and holidays.\r\n\r\nMonitors the health and well-being of living animal collections by noting physical or behavioral changes, and takes appropriate action; observes for signs of illness or injury, including diet consumption and other variables used to assess animal condition; records and reports problems and consults with supervisory staff and veterinarian as necessary; captures, moves or isolates animals as circumstances require, ensuring safety of the animals, staff and the public.\r\n\r\n• Prepares and distributes animal diets; prepares meals according to prescribed needs of animals; adds dietary supplements; maintains safe and sanitary food preparation and storage areas; monitors food and supplies inventory; prepares lists and orders food and supplemental items; rotates stock to ensure fresh food supply.\r\n• Cleans, disinfects and maintains animal exhibits and veterinary facilities; removes waste; cleans and disinfects water bowls and water areas; rakes and disposes of leaves and litter; makes minor repairs to maintain integrity of enclosures; monitors for pests and predators; checks operating systems and makes seasonal adjustments as conditions require.\r\n• Provides animal enrichment to simulate natural conditions; researches natural behavior and habitats; plans and implements training projects; documents effectiveness of enrichment provided; identifies and installs appropriate exhibit furnishings, such as perching, nest sites, foraging areas, resting platforms, landscape materials.\r\n• Prepares, distributes, and documents medications, and provides health care under veterinary direction; may calculate and measure restraint drugs; captures or restrains animals for veterinary care procedures and animal management needs; monitors animals during post-operative recovery period.\r\n• Maintains exhibits, grounds, service areas, and support facilities to provide a safe, attractive and healthy environment for animals, and the public; maintains operations of aquatic systems; monitors equipment to maintain required safety standards for zoo species and the public; assists in planning or design to update or create new exhibits.\r\n• Supervises and inspects volunteer staff work; trains volunteer staff.\r\n• Interacts with zoo visitors and general public; explains and enforces zoo regulations and policies; provides information on animal natural history, care and conservation; answers routine questions by zoo visitors; makes presentations to community groups; communicates with professional peers on questions affecting species management and care.\r\n• Provides safe transport of zoo specimens for acquisition, disposition and/or veterinary medical needs and provides species-appropriate temporary housing as required.\r\n• Prepares records and reports regarding zoo activities, as required.\r\n<h6>Education and Pre-requisites</h6>\r\nEducation: Graduation from a four year accredited college or university with major coursework in biology, zoology, wildlife management, wildlife ecology, animal behavior, or a closely related field.\r\nExperience: One year paid experience caring for zoo animals and/or exotic species in a zoo or similar setting.\r\nSubstitution: Additional qualifying paid experience caring for zoo animals and/or exotic species in a zoo or similar setting may be substituted for education on a year for year basis.\r\nAND\r\nSpecial requirements: 1) Upon job offer, incumbents must successfully pass a tuberculosis test and maintain a negative tuberculosis test for duration of employment; 2) receive inoculation for rabies within six months of employment.\r\nCertifications: 1) Obtain First Aid/CPR certificate within six month of employment; and 2) obtain firearm safety training certificate within six months of employment.\r\nLicense: Possession of a valid California driver’s license.\r\nNote: Supplemental application must be submitted with employment application.\r\n<h6>Application instructions</h6>\r\nApply Online:\r\nwww.sjgov.org/hr\r\n\r\nBy mail or in person:\r\nSan Joaquin County Human Resources\r\n44 N. San Joaquin Street Suite 330\r\nStockton, Ca 95202\r\nOffice hours:\r\nMonday – Friday 8:00 am to 5:00 pm; excluding holidays.\r\nPhone: (209) 468-3370\r\nJob Line:\r\nFor current employment opportunities please call our 24-hour job line at (209) 468-3377.\r\nWhen a final filing date is indicated, applications must be filed with the Human Resources Division before 5:00 p.m. or postmarked by the final filing date. Resumes will not be accepted in lieu of an application. Applications sent through county inter-office mail, which are not received by the final filing date, will not be accepted. (The County assumes no responsibility for mailed applications which are not received by the Human Resources Division).\r\nSan Joaquin County Substance Abuse Policy: San Joaquin County has adopted a Substance Abuse Policy in compliance with the Federal Drug Free Workplace Act of 1988. This policy is enforced by all San Joaquin County Departments and applies to all San Joaquin County employees.\r\n\r\nEqual Opportunity Employer: San Joaquin County is an Equal Employment Opportunity (EEO) Employer and is committed to providing equal employment to all without regard to age, ancestry, color, creed, marital status, medical condition, national origin, physical or mental disability, political affiliation or belief, pregnancy, race, religion, sex, or sexual orientation. For more information go to www.sjgov.org/eeo.', 'Animal Care Specialist', 0, '', 'inherit', 'closed', 'closed', '', '5648-revision-v1', '', '', '2014-03-04 11:44:10', '2014-03-04 16:44:10', '', 5648, 'https://www.aazk.org/5648-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5679, 2, '2014-03-04 11:42:59', '2014-03-04 16:42:59', '<h5>Facility</h5>\r\nSan Joaquin County-Micke Grove Zoo\r\n<h5>Closing Date</h5>\r\n[jobclosingdate]\r\n<h6>Description</h6>\r\nThis recruitment is being held to fill part-time and temporary vacancies in the Parks and Recreation division.  The position which is located at the Micke Grove Zoo, will be responsible for maintaining the care, feeding and cleaning of zoo animals. Candidates will need to be available days, evenings, weekends and holidays.\r\n<pre><span style="font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 14px; line-height: 1.5em;">Monitors the health and well-being of living animal collections by noting physical or behavioral changes, and takes appropriate action; observes for signs of illness or injury, including diet consumption and other variables used to assess animal condition; records and reports problems and consults with supervisory staff and veterinarian as necessary; captures, moves or isolates animals as circumstances require, ensuring safety of the animals, staff and the public.</span></pre>\r\n• Prepares and distributes animal diets; prepares meals according to prescribed needs of animals; adds dietary supplements; maintains safe and sanitary food preparation and storage areas; monitors food and supplies inventory; prepares lists and orders food and supplemental items; rotates stock to ensure fresh food supply.\r\n• Cleans, disinfects and maintains animal exhibits and veterinary facilities; removes waste; cleans and disinfects water bowls and water areas; rakes and disposes of leaves and litter; makes minor repairs to maintain integrity of enclosures; monitors for pests and predators; checks operating systems and makes seasonal adjustments as conditions require.\r\n• Provides animal enrichment to simulate natural conditions; researches natural behavior and habitats; plans and implements training projects; documents effectiveness of enrichment provided; identifies and installs appropriate exhibit furnishings, such as perching, nest sites, foraging areas, resting platforms, landscape materials.\r\n• Prepares, distributes, and documents medications, and provides health care under veterinary direction; may calculate and measure restraint drugs; captures or restrains animals for veterinary care procedures and animal management needs; monitors animals during post-operative recovery period.\r\n• Maintains exhibits, grounds, service areas, and support facilities to provide a safe, attractive and healthy environment for animals, and the public; maintains operations of aquatic systems; monitors equipment to maintain required safety standards for zoo species and the public; assists in planning or design to update or create new exhibits.\r\n• Supervises and inspects volunteer staff work; trains volunteer staff.\r\n• Interacts with zoo visitors and general public; explains and enforces zoo regulations and policies; provides information on animal natural history, care and conservation; answers routine questions by zoo visitors; makes presentations to community groups; communicates with professional peers on questions affecting species management and care.\r\n• Provides safe transport of zoo specimens for acquisition, disposition and/or veterinary medical needs and provides species-appropriate temporary housing as required.\r\n• Prepares records and reports regarding zoo activities, as required.\r\n<h6>Education and Pre-requisites</h6>\r\nEducation: Graduation from a four year accredited college or university with major coursework in biology, zoology, wildlife management, wildlife ecology, animal behavior, or a closely related field.\r\nExperience: One year paid experience caring for zoo animals and/or exotic species in a zoo or similar setting.\r\nSubstitution: Additional qualifying paid experience caring for zoo animals and/or exotic species in a zoo or similar setting may be substituted for education on a year for year basis.\r\nAND\r\nSpecial requirements: 1) Upon job offer, incumbents must successfully pass a tuberculosis test and maintain a negative tuberculosis test for duration of employment; 2) receive inoculation for rabies within six months of employment.\r\nCertifications: 1) Obtain First Aid/CPR certificate within six month of employment; and 2) obtain firearm safety training certificate within six months of employment.\r\nLicense: Possession of a valid California driver’s license.\r\nNote: Supplemental application must be submitted with employment application.\r\n<h6>Application instructions</h6>\r\nApply Online:\r\nwww.sjgov.org/hr\r\n\r\nBy mail or in person:\r\nSan Joaquin County Human Resources\r\n44 N. San Joaquin Street Suite 330\r\nStockton, Ca 95202\r\nOffice hours:\r\nMonday – Friday 8:00 am to 5:00 pm; excluding holidays.\r\nPhone: (209) 468-3370\r\nJob Line:\r\nFor current employment opportunities please call our 24-hour job line at (209) 468-3377.\r\nWhen a final filing date is indicated, applications must be filed with the Human Resources Division before 5:00 p.m. or postmarked by the final filing date. Resumes will not be accepted in lieu of an application. Applications sent through county inter-office mail, which are not received by the final filing date, will not be accepted. (The County assumes no responsibility for mailed applications which are not received by the Human Resources Division).\r\nSan Joaquin County Substance Abuse Policy: San Joaquin County has adopted a Substance Abuse Policy in compliance with the Federal Drug Free Workplace Act of 1988. This policy is enforced by all San Joaquin County Departments and applies to all San Joaquin County employees.\r\n\r\nEqual Opportunity Employer: San Joaquin County is an Equal Employment Opportunity (EEO) Employer and is committed to providing equal employment to all without regard to age, ancestry, color, creed, marital status, medical condition, national origin, physical or mental disability, political affiliation or belief, pregnancy, race, religion, sex, or sexual orientation. For more information go to www.sjgov.org/eeo.', 'Animal Care Specialist', 0, '', 'inherit', 'closed', 'closed', '', '5648-revision-v1', '', '', '2014-03-04 11:42:59', '2014-03-04 16:42:59', '', 5648, 'https://www.aazk.org/5648-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5678, 2, '2014-03-03 19:37:20', '2014-03-04 00:37:20', '<h5>Facility</h5>\r\nSan Joaquin County-Micke Grove Zoo\r\n<h5>Closing Date</h5>\r\n[jobclosingdate]\r\n<h6>Description</h6>\r\nThis recruitment is being held to fill one part-time and temporary vacancy in the Parks and Recreation division and to create an eligible list to fill future full time vacancies. The recruitment will also be used to fill part-time positions as needed. The position which is located at Micke Grove Zoo, will be responsible for maintaining the care, feeding, and cleaning of zoo animals. Candidates will need to be available days, evenings, weekends and holidays.\r\n\r\nMonitors the health and well-being of living animal collections by noting physical or behavioral changes, and takes appropriate action; observes for signs of illness or injury, including diet consumption and other variables used to assess animal condition; records and reports problems and consults with supervisory staff and veterinarian as necessary; captures, moves or isolates animals as circumstances require, ensuring safety of the animals, staff and the public.\r\n• Prepares and distributes animal diets; prepares meals according to prescribed needs of animals; adds dietary supplements; maintains safe and sanitary food preparation and storage areas; monitors food and supplies inventory; prepares lists and orders food and supplemental items; rotates stock to ensure fresh food supply.\r\n• Cleans, disinfects and maintains animal exhibits and veterinary facilities; removes waste; cleans and disinfects water bowls and water areas; rakes and disposes of leaves and litter; makes minor repairs to maintain integrity of enclosures; monitors for pests and predators; checks operating systems and makes seasonal adjustments as conditions require.\r\n• Provides animal enrichment to simulate natural conditions; researches natural behavior and habitats; plans and implements training projects; documents effectiveness of enrichment provided; identifies and installs appropriate exhibit furnishings, such as perching, nest sites, foraging areas, resting platforms, landscape materials.\r\n• Prepares, distributes, and documents medications, and provides health care under veterinary direction; may calculate and measure restraint drugs; captures or restrains animals for veterinary care procedures and animal management needs; monitors animals during post-operative recovery period.\r\n• Maintains exhibits, grounds, service areas, and support facilities to provide a safe, attractive and healthy environment for animals, and the public; maintains operations of aquatic systems; monitors equipment to maintain required safety standards for zoo species and the public; assists in planning or design to update or create new exhibits.\r\n• Supervises and inspects volunteer staff work; trains volunteer staff.\r\n• Interacts with zoo visitors and general public; explains and enforces zoo regulations and policies; provides information on animal natural history, care and conservation; answers routine questions by zoo visitors; makes presentations to community groups; communicates with professional peers on questions affecting species management and care.\r\n• Provides safe transport of zoo specimens for acquisition, disposition and/or veterinary medical needs and provides species-appropriate temporary housing as required.\r\n• Prepares records and reports regarding zoo activities, as required.\r\n<h6>Education and Pre-requisites</h6>\r\nEducation: Graduation from a four year accredited college or university with major coursework in biology, zoology, wildlife management, wildlife ecology, animal behavior, or a closely related field.\r\nExperience: One year paid experience caring for zoo animals and/or exotic species in a zoo or similar setting.\r\nSubstitution: Additional qualifying paid experience caring for zoo animals and/or exotic species in a zoo or similar setting may be substituted for education on a year for year basis.\r\nAND\r\nSpecial requirements: 1) Upon job offer, incumbents must successfully pass a tuberculosis test and maintain a negative tuberculosis test for duration of employment; 2) receive inoculation for rabies within six months of employment.\r\nCertifications: 1) Obtain First Aid/CPR certificate within six month of employment; and 2) obtain firearm safety training certificate within six months of employment.\r\nLicense: Possession of a valid California driver’s license.\r\nNote: Supplemental application must be submitted with employment application.\r\n<h6>Compensation and benefits</h6>\r\nHealth Insurance: San Joaquin County provides employees with a choice of three health plans: a Kaiser Plan, a Select Plan, and a Premier Plan. Employees pay a portion of the cost of the premium. Dependent coverage is also available.\r\nDental Insurance: The County provides employees with a choice of two dental plans: Delta Dental and Pacific Union Dental. There is no cost for employee only coverage in either plan; dependent coverage is available at the employee’s expense.\r\nVision Insurance: The County provides vision coverage through Vision Service Plan (VSP). There is no cost for employee only coverage; dependent coverage is available at the employee’s expense.\r\nFor more detailed information on the County’s benefits program, visit our website at www.sjgov.org under Human Resources/Benefits.\r\nLife Insurance: The County provides eligible employees with life insurance coverage as follows:\r\n1 but less than 3 years of continuous service: $1,000\r\n3 but less than 5 years of continuous service: $3,000\r\n5 but less than 10 years of continuous service: $5,000\r\n10 years of continuous service or more: $10,000\r\nEmployee may purchase additional term life insurance at the group rate.\r\n125 Flexible Benefits Plan: This is a voluntary program that allows employees to use pre-tax dollars to pay for health-related expenses that are not paid by a medical, dental or vision plan (Health Flexible Spending Account $2080 annual limit); and dependent care costs (Dependent Care Assistance Plan $5000 annual limit).\r\nRetirement Plan: Employees of the County are covered by the County Retirement Law of 1937. Please visit the San Joaquin County Employees’ Retirement Association (SJCERA) at www.sjcera.org for more information. NOTE: If you are receiving a retirement allowance from another California county covered by the County Employees’ Retirement Act of 1937 or from any governmental agency covered by the California Public Employees’ Retirement System (PERS), you are advised to contact the Retirement Officer of the Retirement Plan from which you retired to determine what effect employment in San Joaquin County would have on your retirement allowance.\r\nDeferred Compensation: The county maintains a deferred compensation plan under Section 457 of the IRS code. You may annually contribute $17,500 or 100% of your includible compensation, whichever is less. Individuals age 50 or older may contribute to their plan, up to $23,000.\r\nVacation: Maximum earned vacation is 10 days each year up to 3 years; 15 days after 3 years; 20 days after 10 years; and 23 days after 20 years.\r\nHoliday: For current Civil Service employees: 14 paid holidays per year. For new employees: 10 paid holidays per year.\r\nSick Leave: 12 working days of sick leave annually with unlimited accumulation. Sick leave incentive: An employee is eligible to receive eight hours administrative leave if the leave balance equals at least one- half of the cumulative amount that the employee is eligible to accrue. The employee must also be on payroll during the entire calendar year.\r\nBereavement Leave: 3 days of paid leave for the death of an immediate family member, 2 additional days of accrued leave for death of employee’s spouse, domestic partner, parent or child.\r\nMerit Salary Increase: New employees will receive the starting salary, which is the first step of the salary range. After employees serve 52 weeks (2080 hours) on each step of the range, they are eligible for a merit increase to the next step.\r\nJob Sharing: Employees may agree to job-share a position, subject to approval by a Department Head and the Director of Human Resources.\r\nEducational Reimbursement Program: Eligible employees may be reimbursed for career-related course work up to a maximum of $850 per fiscal year. Eligible employees enrolled in an approved four (4) year College or University academic program may be reimbursed up to $800 per semester for a maximum of $1600 per fiscal year.\r\nParking Supplemental Downtown Stockton: The County contributes up to $17 per pay period for employees who pay for parking and are assigned to work in the Downtown Core Area.\r\nSchool Activities: Employees may take up to 40 hours per year, but not more than eight (8) hours per month, to participate in their children’s school activities.\r\n<h6>Application instructions</h6>\r\nApply Online:\r\nwww.sjgov.org/hr\r\n\r\nBy mail or in person:\r\nSan Joaquin County Human Resources\r\n44 N. San Joaquin Street Suite 330\r\nStockton, Ca 95202\r\nOffice hours:\r\nMonday – Friday 8:00 am to 5:00 pm; excluding holidays.\r\nPhone: (209) 468-3370\r\nJob Line:\r\nFor current employment opportunities please call our 24-hour job line at (209) 468-3377.\r\nWhen a final filing date is indicated, applications must be filed with the Human Resources Division before 5:00 p.m. or postmarked by the final filing date. Resumes will not be accepted in lieu of an application. Applications sent through county inter-office mail, which are not received by the final filing date, will not be accepted. (The County assumes no responsibility for mailed applications which are not received by the Human Resources Division).\r\nSan Joaquin County Substance Abuse Policy: San Joaquin County has adopted a Substance Abuse Policy in compliance with the Federal Drug Free Workplace Act of 1988. This policy is enforced by all San Joaquin County Departments and applies to all San Joaquin County employees.\r\n\r\nEqual Opportunity Employer: San Joaquin County is an Equal Employment Opportunity (EEO) Employer and is committed to providing equal employment to all without regard to age, ancestry, color, creed, marital status, medical condition, national origin, physical or mental disability, political affiliation or belief, pregnancy, race, religion, sex, or sexual orientation. For more information go to www.sjgov.org/eeo.', 'Animal Care Specialist', 0, '', 'inherit', 'closed', 'closed', '', '5648-revision-v1', '', '', '2014-03-03 19:37:20', '2014-03-04 00:37:20', '', 5648, 'https://www.aazk.org/5648-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5650, 0, '2014-02-21 19:45:40', '2014-02-22 00:45:40', '<h5>Facility</h5>\r\n<p>San Joaquin County-Micke Grove Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThis recruitment is being held to fill one full time vacancy in the Parks and Recreation division and to create an eligible list to fill future full time vacancies. The recruitment will also be used to fill part-time positions as needed. The position which is located at Micke Grove Zoo, will be responsible for maintaining the care, feeding, and cleaning of zoo animals. Candidates will need to be available days, evenings, weekends and holidays.\r\n\r\nMonitors the health and well-being of living animal collections by noting physical or behavioral changes, and takes appropriate action; observes for signs of illness or injury, including diet consumption and other variables used to assess animal condition; records and reports problems and consults with supervisory staff and veterinarian as necessary; captures, moves or isolates animals as circumstances require, ensuring safety of the animals, staff and the public. \r\n•  Prepares and distributes animal diets; prepares meals according to prescribed needs of animals; adds dietary supplements; maintains safe and sanitary food preparation and storage areas; monitors food and supplies inventory; prepares lists and orders food and supplemental items; rotates stock to ensure fresh food supply. \r\n•  Cleans, disinfects and maintains animal exhibits and veterinary facilities; removes waste; cleans and disinfects water bowls and water areas; rakes and disposes of leaves and litter; makes minor repairs to maintain integrity of enclosures; monitors for pests and predators; checks operating systems and makes seasonal adjustments as conditions require. \r\n•  Provides animal enrichment to simulate natural conditions; researches natural behavior and habitats; plans and implements training projects; documents effectiveness of enrichment provided; identifies and installs appropriate exhibit furnishings, such as perching, nest sites, foraging areas, resting platforms, landscape materials. \r\n•  Prepares, distributes, and documents medications, and provides health care under veterinary direction; may calculate and measure restraint drugs; captures or restrains animals for veterinary care procedures and animal management needs; monitors animals during post-operative recovery period. \r\n•  Maintains exhibits, grounds, service areas, and support facilities to provide a safe, attractive and healthy environment for animals, and the public; maintains operations of aquatic systems; monitors equipment to maintain required safety standards for zoo species and the public; assists in planning or design to update or create new exhibits. \r\n•  Supervises and inspects volunteer staff work; trains volunteer staff. \r\n•  Interacts with zoo visitors and general public; explains and enforces zoo regulations and policies; provides information on animal natural history, care and conservation; answers routine questions by zoo visitors; makes presentations to community groups; communicates with professional peers on questions affecting species management and care. \r\n•  Provides safe transport of zoo specimens for acquisition, disposition and/or veterinary medical needs and provides species-appropriate temporary housing as required. \r\n•  Prepares records and reports regarding zoo activities, as required. \r\n\r\n<h6>Education and Pre-requisites</h6>\r\nEducation: Graduation from a four year accredited college or university with major coursework in biology, zoology, wildlife management, wildlife ecology, animal behavior, or a closely related field. \r\nExperience: One year paid experience caring for zoo animals and/or exotic species in a zoo or similar setting. \r\nSubstitution: Additional qualifying paid experience caring for zoo animals and/or exotic species in a zoo or similar setting may be substituted for education on a year for year basis. \r\nAND \r\nSpecial requirements: 1) Upon job offer, incumbents must successfully pass a tuberculosis test and maintain a negative tuberculosis test for duration of employment; 2) receive inoculation for rabies within six months of employment. \r\nCertifications: 1) Obtain First Aid/CPR certificate within six month of employment; and 2) obtain firearm safety training certificate within six months of employment. \r\nLicense: Possession of a valid California driver’s license. \r\nNote: Supplemental application must be submitted with employment application.\r\n\r\n<h6>Compensation and benefits</h6>\r\nHealth Insurance: San Joaquin County provides employees with a choice of three health plans: a Kaiser Plan, a Select Plan, and a Premier Plan. Employees pay a portion of the cost of the premium. Dependent coverage is also available. \r\nDental Insurance: The County provides employees with a choice of two dental plans: Delta Dental and Pacific Union Dental. There is no cost for employee only coverage in either plan; dependent coverage is available at the employee’s expense.\r\nVision Insurance: The County provides vision coverage through Vision Service Plan (VSP). There is no cost for employee only coverage; dependent coverage is available at the employee’s expense.\r\nFor more detailed information on the County’s benefits program, visit our website at www.sjgov.org under Human Resources/Benefits. \r\nLife Insurance: The County provides eligible employees with life insurance coverage as follows: \r\n1 but less than 3 years of continuous service: $1,000\r\n3 but less than 5 years of continuous service: $3,000\r\n5 but less than 10 years of continuous service: $5,000\r\n10 years of continuous service or more: $10,000 \r\nEmployee may purchase additional term life insurance at the group rate.\r\n125 Flexible Benefits Plan: This is a voluntary program that allows employees to use pre-tax dollars to pay for health-related expenses that are not paid by a medical, dental or vision plan (Health Flexible Spending Account $2080 annual limit); and dependent care costs (Dependent Care Assistance Plan $5000 annual limit).\r\nRetirement Plan: Employees of the County are covered by the County Retirement Law of 1937. Please visit the San Joaquin County Employees’ Retirement Association (SJCERA) at www.sjcera.org for more information. NOTE: If you are receiving a retirement allowance from another California county covered by the County Employees’ Retirement Act of 1937 or from any governmental agency covered by the California Public Employees’ Retirement System (PERS), you are advised to contact the Retirement Officer of the Retirement Plan from which you retired to determine what effect employment in San Joaquin County would have on your retirement allowance.\r\nDeferred Compensation: The county maintains a deferred compensation plan under Section 457 of the IRS code. You may annually contribute $17,500 or 100% of your includible compensation, whichever is less. Individuals age 50 or older may contribute to their plan, up to $23,000.\r\nVacation: Maximum earned vacation is 10 days each year up to 3 years; 15 days after 3 years; 20 days after 10 years; and 23 days after 20 years.\r\nHoliday: For current Civil Service employees: 14 paid holidays per year. For new employees: 10 paid holidays per year.\r\nSick Leave: 12 working days of sick leave annually with unlimited accumulation. Sick leave incentive: An employee is eligible to receive eight hours administrative leave if the leave balance equals at least one- half of the cumulative amount that the employee is eligible to accrue. The employee must also be on payroll during the entire calendar year.\r\nBereavement Leave: 3 days of paid leave for the death of an immediate family member, 2 additional days of accrued leave for death of employee’s spouse, domestic partner, parent or child.\r\nMerit Salary Increase: New employees will receive the starting salary, which is the first step of the salary range. After employees serve 52 weeks (2080 hours) on each step of the range, they are eligible for a merit increase to the next step.\r\nJob Sharing: Employees may agree to job-share a position, subject to approval by a Department Head and the Director of Human Resources.\r\nEducational Reimbursement Program: Eligible employees may be reimbursed for career-related course work up to a maximum of $850 per fiscal year. Eligible employees enrolled in an approved four (4) year College or University academic program may be reimbursed up to $800 per semester for a maximum of $1600 per fiscal year.\r\nParking Supplemental Downtown Stockton: The County contributes up to $17 per pay period for employees who pay for parking and are assigned to work in the Downtown Core Area.\r\nSchool Activities: Employees may take up to 40 hours per year, but not more than eight (8) hours per month, to participate in their children’s school activities.\r\n\r\n<h6>Application instructions</h6>\r\nApply Online: \r\nwww.sjgov.org/hr\r\n\r\nBy mail or in person: \r\nSan Joaquin County Human Resources\r\n44 N. San Joaquin Street Suite 330 \r\nStockton, Ca 95202 \r\nOffice hours: \r\nMonday – Friday 8:00 am to 5:00 pm; excluding holidays.\r\nPhone: (209) 468-3370 \r\nJob Line: \r\nFor current employment opportunities please call our 24-hour job line at (209) 468-3377. \r\nWhen a final filing date is indicated, applications must be filed with the Human Resources Division before 5:00 p.m. or postmarked by the final filing date. Resumes will not be accepted in lieu of an application. Applications sent through county inter-office mail, which are not received by the final filing date, will not be accepted. (The County assumes no responsibility for mailed applications which are not received by the Human Resources Division). \r\nSan Joaquin County Substance Abuse Policy: San Joaquin County has adopted a Substance Abuse Policy in compliance with the Federal Drug Free Workplace Act of 1988. This policy is enforced by all San Joaquin County Departments and applies to all San Joaquin County employees.\r\n\r\nEqual Opportunity Employer: San Joaquin County is an Equal Employment Opportunity (EEO) Employer and is committed to providing equal employment to all without regard to age, ancestry, color, creed, marital status, medical condition, national origin, physical or mental disability, political affiliation or belief, pregnancy, race, religion, sex, or sexual orientation. For more information go to www.sjgov.org/eeo.\r\n\r\n', 'Animal Care Specialist', 0, '', 'inherit', 'closed', 'closed', '', '5648-revision-v1', '', '', '2014-02-21 19:45:40', '2014-02-22 00:45:40', '', 5648, 'https://www.aazk.org/5648-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5652, 0, '2014-02-24 10:38:23', '2014-02-24 15:38:23', '', 'Elephant Manager', 0, '', 'inherit', 'closed', 'closed', '', '5651-revision-v1', '', '', '2014-02-24 10:38:23', '2014-02-24 15:38:23', '', 5651, 'https://www.aazk.org/5651-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5653, 0, '2014-02-24 10:38:23', '2014-02-24 15:38:23', '<h5>Facility</h5>\r\n<p>North Carolina Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe North Carolina Zoo is looking for a dynamic, team-oriented leader that shares the Zoo\'s vision for a world famous elephant breeding program. This supervisory position involves the management of the African elephant breeding program for the North Carolina Zoo’s Watani Grassland Reserve exhibit. The program includes a state-of-the-art elephant barn, off-exhibit holding yards and two adjacent 3.5-acre natural habitat exhibits. The collection includes seven elephants, including two adult bulls. The incumbent will supervise a team of seven keepers and an occasional intern from a local community college’s zoo science program. The incumbent is expected to network with peers and other related facilities to stay abreast of the latest trends and methods, in order to constantly improve section programming.\r\n\r\n \r\n\r\nThe main focus of this job will be elephant management, including husbandry, training, natural breeding, artificial insemination, calf management, environmental enrichment and behavioral management. Under the direction of the Curator of Mammals and in conjunction with the Elephant Management Team, the incumbent will be responsible for developing, implementing, and communicating with others a comprehensive, written Positive Reinforcement Protected (Restricted) Contact elephant management system designed to meet program goals. (Protected Contact is a system for managing elephants that uses positive reinforcement training as the primary method to modify behavior. Directing the positioning and movement of the elephant is achieved through the use of targets. Keeper safety is achieved by elephant and keeper positioning relative to each other and to a barrier, which typically separates human and animal spaces.) \r\n\r\n \r\n\r\nOther duties also include:\r\n\r\nKey communications link between work unit staff and Curator/Vets/other Sections for information exchange \r\nDirect management and supervision of work unit staff including hiring, scheduling, work plan development, employee evaluation, and staff training \r\nResource management including preparing budget requests, tracking expenditures, ordering equipment and supplies \r\nIdentifying facilities maintenance and repair issues  \r\nSupervising the treatment of animals as directed \r\nAssisting keepers when needed with heavy lifting of hay, grain, manure, substrates, etc.; heavy duty cleaning and scrubbing is a routine occurrence. \r\nSystematic observation of animal health and behavior. Training and maintenance of husbandry behaviors, applying principles of operant conditioning, to gain cooperation of the elephants in their own care. \r\nEstablishing procedures/guidelines for staff \r\nDevelopment and implementation of behavioral enrichment programs to elicit species-typical behaviors in a captive environment. \r\nThorough and accurate written records and computer spreadsheets. \r\nLeading team problem solving and decision making processes. \r\nParticipates in and implements NC Zoowide programs, to include: behavioral management, enrichment and Environmental Management System (EMS) programs. \r\nRequired to participate in the zoo\'s occupational health program due to potential exposure to zoonosis. \r\nPosition has rotating schedule that involves working holidays and weekends and involves both indoor/outdoor work. \r\nParticipates on the zoo’s weapons team \r\nOther duties as assigned\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nKNOWLEDGE, SKILLS AND ABILITIES / COMPETENCIES:\r\n \r\nApplicants must document on the application their knowledge skills and abilities as well as all related work experience to the position for which they apply. \r\n\r\n \r\n\r\nMust have extensive working knowledge of animal husbandry of elephants, gained from working at a zoo or related facility, to include:\r\n·         Elephant biology, including natural history, anatomy, physiology, ecology, and behavior\r\n\r\n·         Animal training theory and terminology \r\n\r\n·         Animal feeding strategies and species-specific nutrition \r\n\r\n·         Safety and safe practices around dangerous animals \r\n\r\n·         Captive elephant husbandry, including all or some of the following: \r\n\r\n \r\n\r\nMust have demonstrated leadership and supervisory skills in guiding, planning, organizing and setting priorities for routine and non-routine daily tasks to manage day to day activities of the work team. \r\nMust have good interpersonal relations/teamwork skills. \r\nExperience with Microsoft Office, primarily Excel and Word programs, to effectively create and manage extensive written records. \r\nMust have good physical agility, strength, vision &amp; hearing, and the ability to perform strenuous physical work in extremes of weather and challenging physical environments, e.g. outdoor animal enclosures. Specifically, this means the ability to lift 50 pounds, walk, stand, see animals &amp; exhibits for observation and safety as well as hear animal\'s sounds, radio communication and emergency situations.\r\n \r\n \r\n \r\nMINIMUM EDUCATION AND EXPERIENCE REQUIREMENTS: \r\n \r\nGraduation from a two-year technical or community college with a degree in zoo animal technology or other related curriculum and four years of animal care experience in a zoo or related facility; or an equivalent combination of education and experience. All degrees must be from appropriately accredited institutions. \r\n \r\n\r\n<h6>Compensation and benefits</h6>\r\nSALARY RANGE: \r\n $33,190.00 - $52,063.00 Annually\r\n  \r\nSALARY GRADE / SALARY GRADE EQUIVALENT: 66 \r\n\r\nFor benefits, please see: www.oshr.nc.gov/State%20Employee%20Handbook%202012.pdf\r\n \r\n\r\n<h6>Application instructions</h6>\r\nAll relevant experience must be included on application to receive proper credit.  Resumes are not accepted in lieu of state application.\r\nSEE ATTACHED RESUME WILL RESULT IN AN INCOMPLETE APPLICATION. \r\nTo receive credit, all experience must be included in the work history sections.  Any information omitted from the application but included in the resume will not be considered for qualifying credit.\r\n\r\nPlease upload copy of college transcript (if applicable) or submit to address noted below by 5:00 p.m. on closing date to be considered.   \r\nPersons eligible for veteran preference must submit a copy of Form DD-214.  \r\nDENR uses the Merit-Based Recruitment and Selection Plan to fill positions subject to the State Personnel Act with the most qualified applicants. When a salary range is posted, the actual salary will be based on relevant competencies, knowledge, skills and abilities, internal equity and budgetary considerations pertinent to the advertised position. The State of North Carolina is an Equal Opportunity Employer.  \r\nFor additional information, please contact: \r\nNC Zoo \r\nHR Department \r\n336-879-7310 \r\n\r\nPlease visit our website at www.nczoo.org for additional information regarding our facility. \r\n', 'Elephant Manager', 0, '', 'inherit', 'closed', 'closed', '', '5651-revision-v1', '', '', '2014-02-24 10:38:23', '2014-02-24 15:38:23', '', 5651, 'https://www.aazk.org/5651-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5655, 25759, '2014-02-27 11:24:05', '2014-02-27 16:24:05', '<h4>Grants Offered</h4>\r\n<strong>Deadlines for all grants is March 1st of every year.</strong>\r\n\r\n<h6>The AAZK Professional Development Grant</h6>\r\nThe AAZK Professional Development Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.\r\n\r\n<h6>The AAZK Conservation, Preservation and Restoration Grant</h6>\r\nThe purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.\r\n\r\n<h6>The AAZK Research Grant</h6>\r\nThe purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Qualifications</h4>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are  professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Restrictions</h4>\r\nThe Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the  conservation/research value of the program the applicant will be participating in.\r\n\r\nThe purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.\r\n\r\n<i class="left icon-download"></i> <a target="_blank" href="http://www.aecetia.net/gws/aazk/wp-content/uploads/research_grant_database.pdf">Research Grant Database</a>\r\n\r\n<pre>The Research Grant Database is in Adobe PDF format. If you do not have Adobe Acrobat Reader, please download the free software <a href="http://get.adobe.com/reader/" target="_blank">here</a>.</pre>\r\n\r\n\r\n<h4>Examples of Past Grants</h4>\r\nExamples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.\r\n\r\n<h6>Research Grants</h6>\r\n<i class="left icon-download"></i> <a target="_blank" href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_blood_typing.pdf">Cataloguing Blood Types for SSP Populations of Great Apes</a>\r\n<i class="left icon-download"></i> <a target="_blank" href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_project_penguin.pdf">Project Penguin: Semen Collection</a>\r\n\r\n<h6>Conservation, Restoration, and Preservation Grants</h6>\r\n<i class="left icon-download"></i> <a target="_blank" href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_river_otter_survey.pdf">North American River Otter Latrine Site Survey</a>\r\n\r\n<h6>Travel Grants</h6>\r\n<i class="left icon-download"></i> <a target="_blank" href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_amphibian_keeper_course.pdf">Amphibians, their current status, and an important AZA course for any amphibian keeper</a>\r\n\r\n<div class="hr"></div>\r\n\r\n<h4>Past Recipients</h4>\r\n<i class="left icon-download"></i> <a target="_blank" href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_awards-_2008.pdf">2008 Grant Awards [PDF]</a>\r\n<i class="left icon-download"></i> <a target="_blank" href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_awards2012.pdf">2012 Grant Awards [PDF]</a>\r\n\r\n<div id="inner-links"></div>', 'Available Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2014-02-27 11:24:05', '2014-02-27 16:24:05', '', 14, 'https://www.aazk.org/14-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5656, 25759, '2014-02-27 11:41:35', '2014-02-27 16:41:35', '<h4>Purpose</h4>\r\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards\' criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award\'s recipients each year at the National Conference.\r\n<h4>Nominations</h4>\r\nThe AAZK Awards Committee is accepting nominations for the following categories. The deadline for all award nominations is <strong>May 1, of each calendar year</strong>. Nomination criteria for these nine awards are listed below:\r\n<ul>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/awards-committee/lifetime-achievement-la-award/">Lifetime Achievement (LA) Award</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/awards-committee/lee-houts-excellence-in-enrichment-lhee-award/">Lee Houts Excellence in Enrichment (LHEE) Award</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/awards-committee/certificate-of-merit-for-zoo-keeper-education-cmze/">Certificate of Merit for Zoo Keeper Education (CMZE)</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/awards-committee/certificate-of-excellence-in-exhibit-design-renovation-ceer/">Certificate of Excellence in Exhibit Design Renovation (CEER)</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/awards-committee/mazuri-animal-nutrition-award-mana/">Mazuri Animal Nutrition Award (MANA)</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/awards-committee/jean-m-hromadka-aazk-excellence-in-animal-care-award/">Jean M. Hromadka AAZK Excellence in Animal Care Award</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/awards-committee/the-lutz-ruhe-meritorious-achievement-aazk-professional-of-the-year-award/">The Lutz Ruhe Meritorious Achievement - AAZK Professional of the Year Award</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/awards-committee/certificate-of-merit-in-conservation-cmc/">Certificate of Merit in Conservation Award</a></li>\r\n	<li><a href="http://www.aecetia.net/gws/aazk/committee/awards-committee/the-aazk-chapter-of-the-year-award/">The Barbara Manspeaker AAZK Chapter of the Year Award</a></li>\r\n</ul>\r\nThese awards are presented at the annual AAZK National Conference held in the fall each year. The deadline for all award nominations is <strong>May 1, of each calendar year</strong>. Information concerning the qualifications, nomination procedure, selection procedure and an explanation of the awards may be obtained by contacting:\r\n<table cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p align="center">Janet McCoy, Chair, AAZK Awards Committee</p>\r\n<p align="center"><a href="mailto:janet.mccoy@aecetia.net/gws/aazk">janet.mccoy@aecetia.net/gws/aazk</a></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nThe character of the AAZK awards includes either a plaque or certificate, letter of notification to the institution\'s director and national recognition by professional journals. Such journals include: the American Zoo and Aquarium Association (AZA) and the Canadian Association of Zoos and Aquariums (CAZA) Newsletters, and the Animal Keepers\' Forum (AAZK). Some categories may include monetary awards.\r\n<h4>Awards Committee Members</h4>\r\n<div class="first sixcol">\r\n<p align="center"><strong>Chair</strong></p>\r\n<img class="aligncenter" alt="Janet McCoy" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/janmccoy-291x300.jpg" width="150" />\r\n<p align="center">Janet McCoy</p>\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<h4>Past Recipients</h4>\r\n<a class="button" href="http://www.aecetia.net/gws/aazk/committee/awards-committee/past-recipients/">View the 2013 Award Recipients</a>\r\n<div id="inner-links"></div>', 'Awards Committee', 0, '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2014-02-27 11:41:35', '2014-02-27 16:41:35', '', 224, 'https://www.aazk.org/224-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5660, 0, '2014-02-28 13:54:06', '2014-02-28 18:54:06', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently looking for part-time seasonal Experience Guides.  Guides initiate conversations and educate the public about animals encountered throughout the zoo.  Experience Guides provide a safe and engaging experience for guests by operating with an enthusiastic and motivational communication style.  Guides are responsible for explaining the rules at various animal encounters, and monitoring guests for crowd control and safety purposes, and maintaining the cleanliness of ride areas and equipment.  \r\n\r\nMinimum requirements include excellent public speaking and presentation skills with the ability to learn and communicate science concepts to the public, 1 year of customer service experience, and ability to work a flexible schedule including evenings, weekends and holidays. All Phoenix Zoo employees must pass a pre-employment background check and drug screen. \r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=604&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n	\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n\r\n', 'Experience Guide - Level I', 0, '', 'inherit', 'closed', 'closed', '', '5658-revision-v1', '', '', '2014-02-28 13:54:06', '2014-02-28 18:54:06', '', 5658, 'https://www.aazk.org/5658-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5661, 3, '2014-02-28 13:55:34', '2014-02-28 18:55:34', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently looking for a Conservation Technician.  This is a paid summer internship in which the Conservation Technician is responsible for learning all aspects of the species conservation programs.  Conservation Technicians participate in field research and activities, and perform routine husbandry for all the species in the Conservation and Science Center at the Phoenix Zoo.  Interns will conduct at least one presentation about their research, fieldwork or husbandry.  \r\n\r\n\r\nMinimum requirements for this position include a HS Diploma with a preference for a candidate pursuing a Bachelor’s Degree in Life Science or related area, and at least one year of experience in animal husbandry. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  \r\n\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=625&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Conservation Technician (paid intern)', 0, '', 'publish', 'closed', 'closed', '', 'conservation-technician-paid-intern', '', '', '2014-02-28 13:55:34', '2014-02-28 18:55:34', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5661', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5662, 0, '2014-02-28 13:55:34', '2014-02-28 18:55:34', '', 'Conservation Technician (paid intern)', 0, '', 'inherit', 'closed', 'closed', '', '5661-revision-v1', '', '', '2014-02-28 13:55:34', '2014-02-28 18:55:34', '', 5661, 'https://www.aazk.org/5661-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5663, 0, '2014-02-28 13:55:34', '2014-02-28 18:55:34', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently looking for a Conservation Technician.  This is a paid summer internship in which the Conservation Technician is responsible for learning all aspects of the species conservation programs.  Conservation Technicians participate in field research and activities, and perform routine husbandry for all the species in the Conservation and Science Center at the Phoenix Zoo.  Interns will conduct at least one presentation about their research, fieldwork or husbandry.  \r\n\r\n\r\nMinimum requirements for this position include a HS Diploma with a preference for a candidate pursuing a Bachelor’s Degree in Life Science or related area, and at least one year of experience in animal husbandry. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  \r\n\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=625&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Conservation Technician (paid intern)', 0, '', 'inherit', 'closed', 'closed', '', '5661-revision-v1', '', '', '2014-02-28 13:55:34', '2014-02-28 18:55:34', '', 5661, 'https://www.aazk.org/5661-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5664, 3, '2014-02-28 13:56:13', '2014-02-28 18:56:13', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo’s Conservation and Science Department is offering a summer internship as a Conservation Technician.  This is a 3 month unpaid position where the intern will learn all about our Species Conservation Programs.  Interns participate in routine husbandry including monitoring diets, health and behavior of their assigned species.  Interns also have opportunities to participate in field conservation activities and assist with research projects in conjunction with Conservation and Science Department programs.  Interns will conduct at least one presentation about their research, fieldwork or husbandry.  \r\n\r\nMinimum requirements for this position include a HS Diploma and valid Driver’s License. The ideal candidate will be on a college track towards a Conservation, Biology or Life Science degree, have a basic understanding of wild animal care and husbandry, and be comfortable working in a variety of field conditions. This position will also require pre-employment background checks including a drug test and TB testing. \r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=623&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n\r\n', 'Conservation Technician (unpaid summer intern)', 0, '', 'publish', 'closed', 'closed', '', 'conservation-technician-unpaid-summer-intern', '', '', '2014-02-28 13:56:13', '2014-02-28 18:56:13', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5664', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5665, 0, '2014-02-28 13:56:13', '2014-02-28 18:56:13', '', 'Conservation Technician (unpaid summer intern)', 0, '', 'inherit', 'closed', 'closed', '', '5664-revision-v1', '', '', '2014-02-28 13:56:13', '2014-02-28 18:56:13', '', 5664, 'https://www.aazk.org/5664-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5666, 0, '2014-02-28 13:56:13', '2014-02-28 18:56:13', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo’s Conservation and Science Department is offering a summer internship as a Conservation Technician.  This is a 3 month unpaid position where the intern will learn all about our Species Conservation Programs.  Interns participate in routine husbandry including monitoring diets, health and behavior of their assigned species.  Interns also have opportunities to participate in field conservation activities and assist with research projects in conjunction with Conservation and Science Department programs.  Interns will conduct at least one presentation about their research, fieldwork or husbandry.  \r\n\r\nMinimum requirements for this position include a HS Diploma and valid Driver’s License. The ideal candidate will be on a college track towards a Conservation, Biology or Life Science degree, have a basic understanding of wild animal care and husbandry, and be comfortable working in a variety of field conditions. This position will also require pre-employment background checks including a drug test and TB testing. \r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=623&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n\r\n', 'Conservation Technician (unpaid summer intern)', 0, '', 'inherit', 'closed', 'closed', '', '5664-revision-v1', '', '', '2014-02-28 13:56:13', '2014-02-28 18:56:13', '', 5664, 'https://www.aazk.org/5664-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5667, 3, '2014-02-28 13:57:56', '2014-02-28 18:57:56', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is seeking a part-time keeper to join our Hoofstock team.  This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting animal behavior, performing behavioral enrichment and animal training, and providing positive guest experiences. \r\n\r\nMinimum requirements include 6 months paid or 1 year volunteer experience in animal husbandry, possession of a valid driver’s license, and a preference for a candidate with a bachelor’s degree in Life Science or related field. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  \r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=626&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n\r\n', 'Keeper I - hoofstock (part time)', 0, '', 'publish', 'closed', 'closed', '', 'keeper-i-hoofstock-part-time', '', '', '2014-02-28 13:57:56', '2014-02-28 18:57:56', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5667', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5668, 0, '2014-02-28 13:57:56', '2014-02-28 18:57:56', '', 'Keeper I - hoofstock (part time)', 0, '', 'inherit', 'closed', 'closed', '', '5667-revision-v1', '', '', '2014-02-28 13:57:56', '2014-02-28 18:57:56', '', 5667, 'https://www.aazk.org/5667-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5669, 0, '2014-02-28 13:57:56', '2014-02-28 18:57:56', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is seeking a part-time keeper to join our Hoofstock team.  This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting animal behavior, performing behavioral enrichment and animal training, and providing positive guest experiences. \r\n\r\nMinimum requirements include 6 months paid or 1 year volunteer experience in animal husbandry, possession of a valid driver’s license, and a preference for a candidate with a bachelor’s degree in Life Science or related field. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  \r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=626&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n\r\n', 'Keeper I - hoofstock (part time)', 0, '', 'inherit', 'closed', 'closed', '', '5667-revision-v1', '', '', '2014-02-28 13:57:56', '2014-02-28 18:57:56', '', 5667, 'https://www.aazk.org/5667-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5670, 3, '2014-02-28 16:07:59', '2014-02-28 21:07:59', '<h5>Facility</h5>\r\n<p>Cleveland Metroparks Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\n\r\nANIMAL HEALTH TECHNICIAN\r\nCLEVELAND  METROPARKS ZOO\r\n\r\nThe Zoo Animal Health Technician provides para-professional assistance, clinical laboratory support, and nursing care in all aspects of zoo and wildlife medical practice.\r\n\r\nESSENTIAL FUNCTIONS:\r\n\r\n•  Facilitates and assists in a para-professional manner with medical/surgical procedures, clinical laboratory investigations, anesthesia, radiography, and necropsy, and maintains the surgical and other field and hospital instruments, equipment, and facilities in sanitary, functional order.\r\n\r\n•  Provides laboratory analyses including hematology, chemistry, parasitology, and other clinical pathological procedures, insures quality cntrol of the results, and maintains the diagnostic equipment in calibrated working order and the laboratory in a clean, professional state.\r\n\r\n•  Provides nursing care for animals under treatment or in quarantine, prepares and administers prescriptions and medication, monitors and reports animal behavior and condition, and provides appropriate supportive and custodial care.\r\n\r\n•  Takes varied samples from animals to support animal research.\r\n\r\n•  Orders and maintains health center drugs, equipment, and supplies; makes recommendations for purchases; maintains appropriate medical and clerical logs, records, and files; organizes and maintains collections of biological specimens.\r\n\r\n•  Provides work direction to students and other personnel, as assigned.\r\n\r\n•  Provides training and evaluations of veterinary technician students, assists in the training of veterinary and other students, and provides work direction to other personnel, as assigned.\r\n\r\nQUALIFICATIONS:\r\n\r\n•  High school graduate or equivalent.\r\n\r\n•  Graduate from an approved and accredited Animal Health Technology Program or equivalent, and eligible for registry as an AHT with the Ohio State Veterinary Medical Board.\r\n\r\n•  Two years experience assisting a licensed veterinarian, including demonstrated interest in, knowledge of, and experience with a variety of zoo and wildlife species.\r\n\r\n•  Demonstrated working knowledge of procedures, techniques, and equipment necessary to perform each essential function.\r\n\r\n•  Resourceful, observant, capable of recognizing subtle and potential problems in animals, endowed with common sense, able to work in a veterinary hospital environment, and to clearly communicate verbally and in writing with appropriate personnel.\r\n\r\n•  Must have a good driving record (less than six (6) active points on driving records at the application stage of the hiring process) and possess a valid Ohio driver’s license.\r\n\r\n•  Must be a non-smoker/tobacco user.\r\n\r\nFULL SALARY RANGE:  $39,774-$59,660 annually. \r\n\r\nTypical Hiring Salary: $39,774-$49,717 annually\r\n\r\nDATE POSTED:  02/20/2014	FILING DEADLINE:  03/13/2014\r\n\r\nTO APPLY:  Your cover letter must clearly explain how your skills and experience align with the above job qualifications.\r\n\r\nE-mail résumé referencing job #14032 to: resumes@clevelandmetroparks.com\r\n\r\n\r\nCleveland Metroparks is an Equal Opportunity Employer committed to a diverse and talented workforce.\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\n<em>Not specified.</em>\r\n', 'Animal Health Technician', 0, '', 'publish', 'closed', 'closed', '', 'animal-health-technician', '', '', '2014-02-28 16:07:59', '2014-02-28 21:07:59', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5670', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5671, 0, '2014-02-28 16:07:59', '2014-02-28 21:07:59', '', 'Animal Health Technician', 0, '', 'inherit', 'closed', 'closed', '', '5670-revision-v1', '', '', '2014-02-28 16:07:59', '2014-02-28 21:07:59', '', 5670, 'https://www.aazk.org/5670-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5672, 0, '2014-02-28 16:07:59', '2014-02-28 21:07:59', '<h5>Facility</h5>\r\n<p>Cleveland Metroparks Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\n\r\nANIMAL HEALTH TECHNICIAN\r\nCLEVELAND  METROPARKS ZOO\r\n\r\nThe Zoo Animal Health Technician provides para-professional assistance, clinical laboratory support, and nursing care in all aspects of zoo and wildlife medical practice.\r\n\r\nESSENTIAL FUNCTIONS:\r\n\r\n•  Facilitates and assists in a para-professional manner with medical/surgical procedures, clinical laboratory investigations, anesthesia, radiography, and necropsy, and maintains the surgical and other field and hospital instruments, equipment, and facilities in sanitary, functional order.\r\n\r\n•  Provides laboratory analyses including hematology, chemistry, parasitology, and other clinical pathological procedures, insures quality cntrol of the results, and maintains the diagnostic equipment in calibrated working order and the laboratory in a clean, professional state.\r\n\r\n•  Provides nursing care for animals under treatment or in quarantine, prepares and administers prescriptions and medication, monitors and reports animal behavior and condition, and provides appropriate supportive and custodial care.\r\n\r\n•  Takes varied samples from animals to support animal research.\r\n\r\n•  Orders and maintains health center drugs, equipment, and supplies; makes recommendations for purchases; maintains appropriate medical and clerical logs, records, and files; organizes and maintains collections of biological specimens.\r\n\r\n•  Provides work direction to students and other personnel, as assigned.\r\n\r\n•  Provides training and evaluations of veterinary technician students, assists in the training of veterinary and other students, and provides work direction to other personnel, as assigned.\r\n\r\nQUALIFICATIONS:\r\n\r\n•  High school graduate or equivalent.\r\n\r\n•  Graduate from an approved and accredited Animal Health Technology Program or equivalent, and eligible for registry as an AHT with the Ohio State Veterinary Medical Board.\r\n\r\n•  Two years experience assisting a licensed veterinarian, including demonstrated interest in, knowledge of, and experience with a variety of zoo and wildlife species.\r\n\r\n•  Demonstrated working knowledge of procedures, techniques, and equipment necessary to perform each essential function.\r\n\r\n•  Resourceful, observant, capable of recognizing subtle and potential problems in animals, endowed with common sense, able to work in a veterinary hospital environment, and to clearly communicate verbally and in writing with appropriate personnel.\r\n\r\n•  Must have a good driving record (less than six (6) active points on driving records at the application stage of the hiring process) and possess a valid Ohio driver’s license.\r\n\r\n•  Must be a non-smoker/tobacco user.\r\n\r\nFULL SALARY RANGE:  $39,774-$59,660 annually. \r\n\r\nTypical Hiring Salary: $39,774-$49,717 annually\r\n\r\nDATE POSTED:  02/20/2014	FILING DEADLINE:  03/13/2014\r\n\r\nTO APPLY:  Your cover letter must clearly explain how your skills and experience align with the above job qualifications.\r\n\r\nE-mail résumé referencing job #14032 to: resumes@clevelandmetroparks.com\r\n\r\n\r\nCleveland Metroparks is an Equal Opportunity Employer committed to a diverse and talented workforce.\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\n<em>Not specified.</em>\r\n', 'Animal Health Technician', 0, '', 'inherit', 'closed', 'closed', '', '5670-revision-v1', '', '', '2014-02-28 16:07:59', '2014-02-28 21:07:59', '', 5670, 'https://www.aazk.org/5670-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5675, 0, '2014-03-03 13:11:11', '2014-03-03 18:11:11', '<h5>Facility</h5>\r\n<p>Milwaukee County Zoological Gardens </p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\n\r\nJOB DUTIES: Under general supervision; to clean, maintain, and improve animal enclosures, service areas and surrounds; to operate and maintain animal life support systems and facilities; to operate equipment and mechanical systems associated with animal husbandry; to transmit two-way radio calls; to provide information to the public; to assist in the preparation of enclosures for animals; to adhere to Zoo safety and security programs; to design and plan animal facilities; to identify supply, equipment and maintenance needs for animal facilities; to assist in pest control; to care for and handle zoo animals; to order and prepare prescribed animal diets; to present food in the proper manner and adhere to proper feeding schedule ; to observe animal behavior and report changes in feeding habits, diet, breeding behavior, health status, physical conditions, and abnormalities; to establish and maintain electronic communication between staffs; to complete and maintain required written records; to perform animal research, conservation, training and enrichment programs; to perform educational programs and give formal and informal presentations to the public; to provide personnel training programs; and to perform such other duties as may be assigned. Work hours are on-call for emergencies and include rotating shift, weekends, and holidays.  \r\n\r\n<h6>Education and Pre-requisites</h6>\r\nEXPERIENCE:   The equivalent of two (2) full-time years in the care and handling of fishes, reptiles, and/or amphibians, OR one (1) year in the care and handling of fishes, reptiles, and/or amphibians at a zoo or aquarium, within the last five (5) years is required.  Additional experience with a variety of non-domestic animals, wildlife care or management, zookeeping, and other animal-related activities is preferred.  Experience with computers is desirable.   \r\nEDUCATION: Graduation from high school or G.E.D. equivalent required; college or university coursework in zoology or closely related field preferred; certifications, licenses, workshops, seminars, conferences and/or other courses applicable to fishes, reptiles, and amphibians management or care desirable.   \r\nKNOWLEDGE, SKILLS, AND ABILITIES: Knowledge of the characteristics, diet, husbandry requirements and habits of wild and domestic animals, including invertebrates, fish, amphibians and reptiles; knowledge of animal training techniques and appropriate enrichment; skill in safely and effectively handling and caring for a variety of animals; working in a safe manner; identifying work to be done and initiative to complete it.  Ability to visualize and recognize subtle animal behaviors and abnormalities; physically restrain a wide variety of fish, amphibians, reptiles, birds, and mammals; climb ladders; work in restricted spaces with difficult access; lift up to 75 pounds repeatedly; hear alarms, animal sounds, and coworkers; communicate effectively verbally, in writing and electronically; generate accurate records in writing and electronically; comprehend written and oral instructions and information; accurately receive and transmit two-way radio calls; operate equipment and mechanical systems associated with animal husbandry; perform basic math computations; take appropriate prompt and decisive action in emergencies; present a positive image to the public; comprehend written and oral instructions and information; and work cooperatively, harmoniously and effectively with others.  \r\nLICENSE/CERTIFICATION REQUIREMENTS: Possession of a valid Wisconsin Class D Driver’s License required if assigned as a Nightkeeper.  SCUBA certification is required within six months of employment.   \r\n\r\n\r\n<h6>Compensation and benefits</h6>\r\nAnnual Salary Range:  $36,449 To $40,775\r\nMilwaukee County provides a competitive benefits package.\r\nThe Zoo promotes professional development of front-line staff, and offers support for participation in conferences, workshops, seminars, and conservation and research programs.\r\n\r\n\r\n<h6>Application instructions</h6>\r\nAN ON LINE APPLICATION, may be filed, COMPLETELY FILLED IN at www.jobs.milwaukeecounty.org , by 11:59 p.m. on April 3, 2014.  APPLICANTS MUST POSSESS MINIMUM QUALIFICATIONS AT TIME OF FILING APPLICATION.   Candidates will be asked to submit a full account of their training and experience and to report for a written test, performance test and/or oral interview, if deemed necessary, at a time and place to be set by the Division of Human Resources.        \r\n\r\nTHE EXAMINATION is open to qualified residents of the United States.  Appointee must establish residency in Milwaukee County within six (6) months of appointment and maintained during incumbency.\r\n\r\nEffective October 1, 1998, background checks must be conducted of all individuals appointed to positions covered by Wisconsin Act 27 of the laws of 1997 and Wisconsin State Statute 50.065.  This requirement impacts all positions authorized in the Milwaukee County Department of Human Services, Behavioral Health Division as well as other positions in County Service.\r\n\r\nIn accordance with the provisions of a Federal Court Order, #74-C-374 issued by U.S. District Judge Myron L. Gordon, ratio hiring based on race may be used in selecting qualified employees for this classification.\r\nPR 15 ORG UNIT 9500  LE-G 278-2070\r\n\r\n', 'ZOOKEEPER  - AQUATIC AND REPTILE CENTER', 0, '', 'inherit', 'closed', 'closed', '', '5673-revision-v1', '', '', '2014-03-03 13:11:11', '2014-03-03 18:11:11', '', 5673, 'https://www.aazk.org/5673-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5677, 2, '2014-03-04 11:42:11', '2014-03-04 16:42:11', '<h5>Facility</h5>\nSan Joaquin County-Micke Grove Zoo\n<h5>Closing Date</h5>\n[jobclosingdate]\n<h6>Description</h6>\nThis recruitment is being held to fill part-time and temporary vacancies in the Parks and Recreation division.  The position which is located at the Micke Grove Zoo, will be responsible for maintaining the care, feeding and cleaning of zoo animals. Candidates will need to be available days, evenings, weekends and holidays.\n<pre><span style="font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 14px; line-height: 1.5em;">Monitors the health and well-being of living animal collections by noting physical or behavioral changes, and takes appropriate action; observes for signs of illness or injury, including diet consumption and other variables used to assess animal condition; records and reports problems and consults with supervisory staff and veterinarian as necessary; captures, moves or isolates animals as circumstances require, ensuring safety of the animals, staff and the public.</span></pre>\n• Prepares and distributes animal diets; prepares meals according to prescribed needs of animals; adds dietary supplements; maintains safe and sanitary food preparation and storage areas; monitors food and supplies inventory; prepares lists and orders food and supplemental items; rotates stock to ensure fresh food supply.\n• Cleans, disinfects and maintains animal exhibits and veterinary facilities; removes waste; cleans and disinfects water bowls and water areas; rakes and disposes of leaves and litter; makes minor repairs to maintain integrity of enclosures; monitors for pests and predators; checks operating systems and makes seasonal adjustments as conditions require.\n• Provides animal enrichment to simulate natural conditions; researches natural behavior and habitats; plans and implements training projects; documents effectiveness of enrichment provided; identifies and installs appropriate exhibit furnishings, such as perching, nest sites, foraging areas, resting platforms, landscape materials.\n• Prepares, distributes, and documents medications, and provides health care under veterinary direction; may calculate and measure restraint drugs; captures or restrains animals for veterinary care procedures and animal management needs; monitors animals during post-operative recovery period.\n• Maintains exhibits, grounds, service areas, and support facilities to provide a safe, attractive and healthy environment for animals, and the public; maintains operations of aquatic systems; monitors equipment to maintain required safety standards for zoo species and the public; assists in planning or design to update or create new exhibits.\n• Supervises and inspects volunteer staff work; trains volunteer staff.\n• Interacts with zoo visitors and general public; explains and enforces zoo regulations and policies; provides information on animal natural history, care and conservation; answers routine questions by zoo visitors; makes presentations to community groups; communicates with professional peers on questions affecting species management and care.\n• Provides safe transport of zoo specimens for acquisition, disposition and/or veterinary medical needs and provides species-appropriate temporary housing as required.\n• Prepares records and reports regarding zoo activities, as required.\n<h6>Education and Pre-requisites</h6>\nEducation: Graduation from a four year accredited college or university with major coursework in biology, zoology, wildlife management, wildlife ecology, animal behavior, or a closely related field.\nExperience: One year paid experience caring for zoo animals and/or exotic species in a zoo or similar setting.\nSubstitution: Additional qualifying paid experience caring for zoo animals and/or exotic species in a zoo or similar setting may be substituted for education on a year for year basis.\nAND\nSpecial requirements: 1) Upon job offer, incumbents must successfully pass a tuberculosis test and maintain a negative tuberculosis test for duration of employment; 2) receive inoculation for rabies within six months of employment.\nCertifications: 1) Obtain First Aid/CPR certificate within six month of employment; and 2) obtain firearm safety training certificate within six months of employment.\nLicense: Possession of a valid California driver’s license.\nNote: Supplemental application must be submitted with employment application.\n<h6>Compensation and benefits</h6>\nHealth Insurance: San Joaquin County provides employees with a choice of three health plans: a Kaiser Plan, a Select Plan, and a Premier Plan. Employees pay a portion of the cost of the premium. Dependent coverage is also available.\nDental Insurance: The County provides employees with a choice of two dental plans: Delta Dental and Pacific Union Dental. There is no cost for employee only coverage in either plan; dependent coverage is available at the employee’s expense.\nVision Insurance: The County provides vision coverage through Vision Service Plan (VSP). There is no cost for employee only coverage; dependent coverage is available at the employee’s expense.\nFor more detailed information on the County’s benefits program, visit our website at www.sjgov.org under Human Resources/Benefits.\nLife Insurance: The County provides eligible employees with life insurance coverage as follows:\n1 but less than 3 years of continuous service: $1,000\n3 but less than 5 years of continuous service: $3,000\n5 but less than 10 years of continuous service: $5,000\n10 years of continuous service or more: $10,000\nEmployee may purchase additional term life insurance at the group rate.\n125 Flexible Benefits Plan: This is a voluntary program that allows employees to use pre-tax dollars to pay for health-related expenses that are not paid by a medical, dental or vision plan (Health Flexible Spending Account $2080 annual limit); and dependent care costs (Dependent Care Assistance Plan $5000 annual limit).\nRetirement Plan: Employees of the County are covered by the County Retirement Law of 1937. Please visit the San Joaquin County Employees’ Retirement Association (SJCERA) at www.sjcera.org for more information. NOTE: If you are receiving a retirement allowance from another California county covered by the County Employees’ Retirement Act of 1937 or from any governmental agency covered by the California Public Employees’ Retirement System (PERS), you are advised to contact the Retirement Officer of the Retirement Plan from which you retired to determine what effect employment in San Joaquin County would have on your retirement allowance.\nDeferred Compensation: The county maintains a deferred compensation plan under Section 457 of the IRS code. You may annually contribute $17,500 or 100% of your includible compensation, whichever is less. Individuals age 50 or older may contribute to their plan, up to $23,000.\nVacation: Maximum earned vacation is 10 days each year up to 3 years; 15 days after 3 years; 20 days after 10 years; and 23 days after 20 years.\nHoliday: For current Civil Service employees: 14 paid holidays per year. For new employees: 10 paid holidays per year.\nSick Leave: 12 working days of sick leave annually with unlimited accumulation. Sick leave incentive: An employee is eligible to receive eight hours administrative leave if the leave balance equals at least one- half of the cumulative amount that the employee is eligible to accrue. The employee must also be on payroll during the entire calendar year.\nBereavement Leave: 3 days of paid leave for the death of an immediate family member, 2 additional days of accrued leave for death of employee’s spouse, domestic partner, parent or child.\nMerit Salary Increase: New employees will receive the starting salary, which is the first step of the salary range. After employees serve 52 weeks (2080 hours) on each step of the range, they are eligible for a merit increase to the next step.\nJob Sharing: Employees may agree to job-share a position, subject to approval by a Department Head and the Director of Human Resources.\nEducational Reimbursement Program: Eligible employees may be reimbursed for career-related course work up to a maximum of $850 per fiscal year. Eligible employees enrolled in an approved four (4) year College or University academic program may be reimbursed up to $800 per semester for a maximum of $1600 per fiscal year.\nParking Supplemental Downtown Stockton: The County contributes up to $17 per pay period for employees who pay for parking and are assigned to work in the Downtown Core Area.\nSchool Activities: Employees may take up to 40 hours per year, but not more than eight (8) hours per month, to participate in their children’s school activities.\n<h6>Application instructions</h6>\nApply Online:\nwww.sjgov.org/hr\n\nBy mail or in person:\nSan Joaquin County Human Resources\n44 N. San Joaquin Street Suite 330\nStockton, Ca 95202\nOffice hours:\nMonday – Friday 8:00 am to 5:00 pm; excluding holidays.\nPhone: (209) 468-3370\nJob Line:\nFor current employment opportunities please call our 24-hour job line at (209) 468-3377.\nWhen a final filing date is indicated, applications must be filed with the Human Resources Division before 5:00 p.m. or postmarked by the final filing date. Resumes will not be accepted in lieu of an application. Applications sent through county inter-office mail, which are not received by the final filing date, will not be accepted. (The County assumes no responsibility for mailed applications which are not received by the Human Resources Division).\nSan Joaquin County Substance Abuse Policy: San Joaquin County has adopted a Substance Abuse Policy in compliance with the Federal Drug Free Workplace Act of 1988. This policy is enforced by all San Joaquin County Departments and applies to all San Joaquin County employees.\n\nEqual Opportunity Employer: San Joaquin County is an Equal Employment Opportunity (EEO) Employer and is committed to providing equal employment to all without regard to age, ancestry, color, creed, marital status, medical condition, national origin, physical or mental disability, political affiliation or belief, pregnancy, race, religion, sex, or sexual orientation. For more information go to www.sjgov.org/eeo.', 'Animal Care Specialist', 0, '', 'inherit', 'closed', 'closed', '', '5648-autosave-v1', '', '', '2014-03-04 11:42:11', '2014-03-04 16:42:11', '', 5648, 'https://www.aazk.org/5648-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5680, 3, '2014-03-04 11:43:12', '2014-03-04 16:43:12', '<h5>Facility</h5>\r\n<p>Turpentine Creek Wildlife Refuge</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nTurpentine Creek Wildlife Refuge is a facility dedicated to rescuing abused, abandoned and unwanted big cats. The refuge, located in NW Arkansas, is seeking a full-time, 6-months Intern Keeper. The refuge is a non-profit facility of over 100 rescued exotic cats. Work is often physically demanding. Applicants must be self-motivated, with high desire to provide the best care available to animals. Applicants must also be observant and able to keep detailed records. The ability to work in a team environment or independently is important. A degree in Zoology, Biology or related field is preferred, but experience with exotic animal husbandry may be considered. 18 positions are opened each internship. Internships run every six (6) months. If you are looking for a full-time internship working around big cats you just may have found it.\r\n\r\nWork in a Captive Animal Institution - Responsible for the daily care of Tigers, Lions, Cougars, Black Bears, Grizzly Bear, Leopards, African Servals, Bobcats, Rhesus Macaque, and Hoof stock. Duties include animal husbandry, enrichment, record keeping of animal behavior, educational public tours, and customer service.\r\nPrepare and Present Information to the Public - Responsible for greeting customers and guided tours throughout the facility. Educate the public about each resident species and the direction of the facility\'s future.\r\nPrepare and Maintain Animal Housing - Responsible for maintaining animal and customer safety through daily exhibit checks. This includes routine landscaping, clearing habitats of underbrush, and providing animal enrichment.\r\nPrepare Diets and Monitor Feeding - Maintain food quality and hygiene standards of produce and meat. Prepare diets and monitor every animal\'s intake. Feed all animals and observe quantities of waste for diet recommendations. Record weight loss or gain for each animal.\r\nMonitor and Maintain Animal Health - Maintain daily records of animal defecation and any loss of appetite to identify any abnormal behavior and signs of illness. Administer daily medications. Prepare and maintain quarantine areas for recent rescues.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nA degree in Zoology, Biology or related field is preferred, but experience with exotic animal husbandry may be considered. Eighteen (18) positions are opened each internship \r\n<h6>Compensation and benefits</h6>\r\n$50 Weekly cash stipend for food. \r\nHousing is provided on the refuge. \r\nAmenities: Heat, A/C, utilities paid, full bath, kitchen, washer &amp; dryer, satellite TV, Internet service.\r\n\r\n<h6>Application instructions</h6>\r\nNew Fall Position begins: August 15, 2014\r\nDeadline for fall internship application: April 1st\r\nTo Apply: \r\n\r\nSend your cover letter, resumé, and 2 letters of recommendation to:\r\nemail: emily@turpentinecreek.org\r\nEmily McCormack\r\nAnimal Curator\r\n\r\n', 'Animal Keeper Internship', 0, '', 'publish', 'closed', 'closed', '', 'animal-keeper-internship', '', '', '2014-03-04 11:43:12', '2014-03-04 16:43:12', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5680', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5681, 0, '2014-03-04 11:43:12', '2014-03-04 16:43:12', '', 'Animal Keeper Internship', 0, '', 'inherit', 'closed', 'closed', '', '5680-revision-v1', '', '', '2014-03-04 11:43:12', '2014-03-04 16:43:12', '', 5680, 'https://www.aazk.org/5680-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5682, 0, '2014-03-04 11:43:12', '2014-03-04 16:43:12', '<h5>Facility</h5>\r\n<p>Turpentine Creek Wildlife Refuge</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nTurpentine Creek Wildlife Refuge is a facility dedicated to rescuing abused, abandoned and unwanted big cats. The refuge, located in NW Arkansas, is seeking a full-time, 6-months Intern Keeper. The refuge is a non-profit facility of over 100 rescued exotic cats. Work is often physically demanding. Applicants must be self-motivated, with high desire to provide the best care available to animals. Applicants must also be observant and able to keep detailed records. The ability to work in a team environment or independently is important. A degree in Zoology, Biology or related field is preferred, but experience with exotic animal husbandry may be considered. 18 positions are opened each internship. Internships run every six (6) months. If you are looking for a full-time internship working around big cats you just may have found it.\r\n\r\nWork in a Captive Animal Institution - Responsible for the daily care of Tigers, Lions, Cougars, Black Bears, Grizzly Bear, Leopards, African Servals, Bobcats, Rhesus Macaque, and Hoof stock. Duties include animal husbandry, enrichment, record keeping of animal behavior, educational public tours, and customer service.\r\nPrepare and Present Information to the Public - Responsible for greeting customers and guided tours throughout the facility. Educate the public about each resident species and the direction of the facility\'s future.\r\nPrepare and Maintain Animal Housing - Responsible for maintaining animal and customer safety through daily exhibit checks. This includes routine landscaping, clearing habitats of underbrush, and providing animal enrichment.\r\nPrepare Diets and Monitor Feeding - Maintain food quality and hygiene standards of produce and meat. Prepare diets and monitor every animal\'s intake. Feed all animals and observe quantities of waste for diet recommendations. Record weight loss or gain for each animal.\r\nMonitor and Maintain Animal Health - Maintain daily records of animal defecation and any loss of appetite to identify any abnormal behavior and signs of illness. Administer daily medications. Prepare and maintain quarantine areas for recent rescues.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nA degree in Zoology, Biology or related field is preferred, but experience with exotic animal husbandry may be considered. Eighteen (18) positions are opened each internship \r\n<h6>Compensation and benefits</h6>\r\n$50 Weekly cash stipend for food. \r\nHousing is provided on the refuge. \r\nAmenities: Heat, A/C, utilities paid, full bath, kitchen, washer &amp; dryer, satellite TV, Internet service.\r\n\r\n<h6>Application instructions</h6>\r\nNew Fall Position begins: August 15, 2014\r\nDeadline for fall internship application: April 1st\r\nTo Apply: \r\n\r\nSend your cover letter, resumé, and 2 letters of recommendation to:\r\nemail: emily@turpentinecreek.org\r\nEmily McCormack\r\nAnimal Curator\r\n\r\n', 'Animal Keeper Internship', 0, '', 'inherit', 'closed', 'closed', '', '5680-revision-v1', '', '', '2014-03-04 11:43:12', '2014-03-04 16:43:12', '', 5680, 'https://www.aazk.org/5680-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5684, 3, '2014-03-04 12:55:33', '2014-03-04 17:55:33', '<h5>Facility</h5>\r\n<p>Frank Buck Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThis is an entry level zookeeper position. \r\nMaintain safe, clean and enriching environment for all animals in area.\r\nMake daily observations of animals and report any abnormalities to supervisor.\r\nPrepare daily diets and maintain safe and sanitary area of food preparation and storage.\r\nProperly complete animal records in a timely manner\r\nPreform keeper chats\r\nPerforms other miscellaneous duties as required\r\nAbility to communicate via radio with other team members\r\n<h6>Education and Pre-requisites</h6>\r\nExperience with Exotic Animal Husbandry or Wildlife Management working with a zoo or other wildlife facility; Associates or Technical Degree in the Sciences, Biology, Veterinary Medicine, Wildlife Management, or Zoology; and possession of a valid driver’s license.\r\n\r\nKnowledge of the following: principles and practices of Exotic Animal Husbandry or Wildlife Management; safety procedures for working with wild animals; animal behavior and feeding habits; imperial Standard and Metric measurement systems. Regularly lift and/or move up to 50 pounds. Regularly works near moving mechanical parts and in outside weather conditions. Regularly exposed to wet and/or humid conditions, extreme cold, and extreme heat. Occasionally lift and/or move more than 100 pounds. Regularly works with animals that may cause bodily harm.\r\n<h6>Compensation and benefits</h6>\r\n11.46/hr\r\n<h6>Application instructions</h6>\r\nResumes will be accepted with a completed application. Applications can be found at http://www.gainesville.tx.us/DocumentCenter/Home/View/258\r\n\r\n\r\n', 'Zookeeper-Full Time', 0, '', 'publish', 'closed', 'closed', '', 'zookeeper-full-time', '', '', '2014-03-04 12:55:33', '2014-03-04 17:55:33', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5684', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5685, 1677, '2014-03-04 12:55:33', '2014-03-04 17:55:33', '', 'Zookeeper-Full Time', 0, '', 'inherit', 'closed', 'closed', '', '5684-revision-v1', '', '', '2014-03-04 12:55:33', '2014-03-04 17:55:33', '', 5684, 'https://www.aazk.org/5684-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5686, 1677, '2014-03-04 12:55:33', '2014-03-04 17:55:33', '<h5>Facility</h5>\r\n<p>Frank Buck Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThis is an entry level zookeeper position. \r\nMaintain safe, clean and enriching environment for all animals in area.\r\nMake daily observations of animals and report any abnormalities to supervisor.\r\nPrepare daily diets and maintain safe and sanitary area of food preparation and storage.\r\nProperly complete animal records in a timely manner\r\nPreform keeper chats\r\nPerforms other miscellaneous duties as required\r\nAbility to communicate via radio with other team members\r\n<h6>Education and Pre-requisites</h6>\r\nExperience with Exotic Animal Husbandry or Wildlife Management working with a zoo or other wildlife facility; Associates or Technical Degree in the Sciences, Biology, Veterinary Medicine, Wildlife Management, or Zoology; and possession of a valid driver’s license.\r\n\r\nKnowledge of the following: principles and practices of Exotic Animal Husbandry or Wildlife Management; safety procedures for working with wild animals; animal behavior and feeding habits; imperial Standard and Metric measurement systems. Regularly lift and/or move up to 50 pounds. Regularly works near moving mechanical parts and in outside weather conditions. Regularly exposed to wet and/or humid conditions, extreme cold, and extreme heat. Occasionally lift and/or move more than 100 pounds. Regularly works with animals that may cause bodily harm.\r\n<h6>Compensation and benefits</h6>\r\n11.46/hr\r\n<h6>Application instructions</h6>\r\nResumes will be accepted with a completed application. Applications can be found at http://www.gainesville.tx.us/DocumentCenter/Home/View/258\r\n\r\n\r\n', 'Zookeeper-Full Time', 0, '', 'inherit', 'closed', 'closed', '', '5684-revision-v1', '', '', '2014-03-04 12:55:33', '2014-03-04 17:55:33', '', 5684, 'https://www.aazk.org/5684-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5687, 3, '2014-03-06 16:03:38', '2014-03-06 21:03:38', '<h5>Facility</h5>\r\n<p>The Elephant Sanctuary in Tennessee</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Elephant Sanctuary in Tennessee is seeking a professional, experienced, highly motivated Director of Elephant Care.  This individual must bring an authentic passion and a commitment to the long term care for elephants in sanctuary.  The successful candidate will be responsible for directing the day-to-day care and management of our elephants in a Protected Contact environment.  In addition to extensive elephant knowledge, Candidates must also understand the dynamics of team motivation and how to utilize a collaborative team environment and workplace culture to provide the highest standard of care for elephants.  .\r\n\r\nImportant requirements for the position include: 1) Seven to ten years experience in an exotic animal facility with a minimum of five years working with elephants; 2) Minimum five years proven, successful leadership experience leading others and building a team. 3) Proficient in Protected Contact elephant management.\r\n\r\nProgram Development Duties:\r\n\r\n•	Review and expand protocols and SOP’s for elephant husbandry and health care in coordination with Attending Veterinarian and Care Management Team\r\n•	Develop, review and broaden care staff training and continuing education programs\r\n•	Oversee elephant care training program \r\n•	Coordinate consultants and special projects related to training, foot care, nutrition, tuberculosis and other areas identified\r\n•	Develop and coordinate program for caregiver interns\r\nLeadership Duties:\r\n•	Understand sanctuary and challenges of providing day-to-day care\r\n•	Oversee developing herd relationships, socialization and the needs of an aging elephant population\r\n•	Supervise Lead Caregivers, attend vet rounds and all caregiver staff meetings \r\n•	Review and expand individual elephant care and training plans, providing training and problem solving as needed\r\n•	Provide input and expertise regarding non-invasive research, safety and TB in elephants\r\n•	Review and collaborate on facility design and updates\r\n•	Ensure compliance with all regulatory agencies\r\n•	Participate in organizational strategic planning for elephant care and facilities\r\n•	Participate in Senior Management Team meetings\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\ncompensation depends on experience and we have a highly competitive benefits package\r\n<h6>Application instructions</h6>\r\nResume’s and cover letter’s to: Email: humanresources@elephants.com or Fax: 931-796-7493,\r\n   No telephone calls please. All applications will be held in strict confidence. Website:  elephants.com\r\n \r\n\r\n', 'Director of Elephant Care', 0, '', 'publish', 'closed', 'closed', '', 'director-of-elephant-care', '', '', '2014-03-06 16:03:39', '2014-03-06 21:03:39', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5687', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5688, 0, '2014-03-06 16:03:38', '2014-03-06 21:03:38', '', 'Director of Elephant Care', 0, '', 'inherit', 'closed', 'closed', '', '5687-revision-v1', '', '', '2014-03-06 16:03:38', '2014-03-06 21:03:38', '', 5687, 'https://www.aazk.org/5687-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5689, 0, '2014-03-06 16:03:39', '2014-03-06 21:03:39', '<h5>Facility</h5>\r\n<p>The Elephant Sanctuary in Tennessee</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Elephant Sanctuary in Tennessee is seeking a professional, experienced, highly motivated Director of Elephant Care.  This individual must bring an authentic passion and a commitment to the long term care for elephants in sanctuary.  The successful candidate will be responsible for directing the day-to-day care and management of our elephants in a Protected Contact environment.  In addition to extensive elephant knowledge, Candidates must also understand the dynamics of team motivation and how to utilize a collaborative team environment and workplace culture to provide the highest standard of care for elephants.  .\r\n\r\nImportant requirements for the position include: 1) Seven to ten years experience in an exotic animal facility with a minimum of five years working with elephants; 2) Minimum five years proven, successful leadership experience leading others and building a team. 3) Proficient in Protected Contact elephant management.\r\n\r\nProgram Development Duties:\r\n\r\n•	Review and expand protocols and SOP’s for elephant husbandry and health care in coordination with Attending Veterinarian and Care Management Team\r\n•	Develop, review and broaden care staff training and continuing education programs\r\n•	Oversee elephant care training program \r\n•	Coordinate consultants and special projects related to training, foot care, nutrition, tuberculosis and other areas identified\r\n•	Develop and coordinate program for caregiver interns\r\nLeadership Duties:\r\n•	Understand sanctuary and challenges of providing day-to-day care\r\n•	Oversee developing herd relationships, socialization and the needs of an aging elephant population\r\n•	Supervise Lead Caregivers, attend vet rounds and all caregiver staff meetings \r\n•	Review and expand individual elephant care and training plans, providing training and problem solving as needed\r\n•	Provide input and expertise regarding non-invasive research, safety and TB in elephants\r\n•	Review and collaborate on facility design and updates\r\n•	Ensure compliance with all regulatory agencies\r\n•	Participate in organizational strategic planning for elephant care and facilities\r\n•	Participate in Senior Management Team meetings\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\ncompensation depends on experience and we have a highly competitive benefits package\r\n<h6>Application instructions</h6>\r\nResume’s and cover letter’s to: Email: humanresources@elephants.com or Fax: 931-796-7493,\r\n   No telephone calls please. All applications will be held in strict confidence. Website:  elephants.com\r\n \r\n\r\n', 'Director of Elephant Care', 0, '', 'inherit', 'closed', 'closed', '', '5687-revision-v1', '', '', '2014-03-06 16:03:39', '2014-03-06 21:03:39', '', 5687, 'https://www.aazk.org/5687-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5690, 2, '2014-03-06 18:06:28', '2014-03-06 23:06:28', '<strong style="line-height: 1.5em;">March 10-13, 2014 </strong><span style="line-height: 1.5em;">- Association of Zoo Veterinary Technicians (AZVT) Focus Group:  The Art and Science of hand-rearing.  Santa Rosa, CA  The workshop concentrates solely on the hand-rearing of zoo carnivore and ungulate species.  For more information contact: Gail Hedberg at ghedberg@safariwest.com</span>\r\n\r\n<strong>March 15-19, 2014</strong> - Otter Keeper Workshop, Denver, CO  Hosted by the Denver Zoo and Denver Downtown Aquarium.  For more information go to: otterkeepersworkshop.org\r\n\r\n<strong>March 22-28, 2014</strong> AZA Mid-year Meeting, Memphis, TN  For more information go to: AAZA.org/midyearmeeting\r\n\r\n<strong>April 13-18, 2014 </strong>ABMA’s 14th Annual Conference Dallas, TX For more information go to: <a href="http://theabma.org/" target="_blank">theabma.org</a>\r\n\r\n<strong>April 29-May 2, 2014 </strong>- African painted Dog Conference, Chicago, IL.  This conference will be hosted by the Chicago Zoological Society at Brookfield Zoo.  Please join us in helping to enhance and improve the care and conservation of African Painted Dogs.  For more information and to register, please visit: <a href="http://www.czs.org/czs/APDConference">http://www.czs.org/czs/APDConference</a>\r\n\r\n<strong>August 4-7, 2014 </strong>- 12th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles.  Orlando, FL.  For more information go to: turtlesurvival.org\r\n\r\n<strong>September 8-12, 2014</strong> - AAZK Conference, Orlando FL. Hosted by Disney\'s Animal Kingdom. For information on upcoming AAZK conferences, watch the AAZK website at www.aecetia.net/gws/aazk.\r\n\r\n<strong>September 12-18, 2014</strong> - AZA National Conference, Orlando, FL.  Hosted by Disney’s Animal Kingdom, The Seas, and SeaWorld Orlando. For more information visit aza.org\r\n\r\n<strong>Otober 6-8, 2014 </strong>- 3rd International Flamingo Symposium Hosted by SeaWorld San Diego, San Diego. CA.  For more information contact: laurie.conrad@SeaWorld.com\r\n\r\n<strong>October 6-9, 2014 - </strong>Hosted by the Houston Zoo\r\n\r\n<strong>Orangutan SSP Husbandry Workshop &amp; Conservation Summit</strong>\r\n\r\nThe SSP Husbandry Workshop will be held in conjunction with an Orangutan Conservation Summit at the Houston Zoo. The meeting will feature a full day husbandry workshop on Monday, October 6, 2014, covering topics pertaining to captive populations including enrichment, training, and veterinary care, through presentations, posters and panel discussions. The Conservation Summit will begin on October 7, 2014 and focus on exploring the emergent issues facing wild orangutans, as well as helping more zoos holding orangutans commit to participating in the vital role of saving them. Houston is lining up key personnel involved in orangutan conservation across Borneo and Sumatra for this very special event.\r\n\r\nFor more info: <a href="http://www.houstonzoo.org/orangutan-husbandry-workshop-and-conservation-summit/" target="_blank">http://www.houstonzoo.org/<wbr />orangutan-husbandry-workshop-<wbr />and-conservation-summit/</a> or contact <a href="mailto:conservation@houstonzoo.org" target="_blank">conservation@houstonzoo.org</a>', 'Coming Events', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2014-03-06 18:06:28', '2014-03-06 23:06:28', '', 435, 'https://www.aazk.org/435-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5693, 2, '2014-03-10 14:03:23', '2014-03-10 19:03:23', 'DESCRIPTION\r\n\r\nTiger World is located just 20 minutes North of Charlotte, NC and has animals including Lions, Tigers, Leopards, Lemurs, Baboons, Bears and more. We have available 3-month Intern positions throughout the year including for the SPRING (March 28-June 24), SUMMER (June 27-Sept 23), and FALL (Sept 26-Dec 22) 2014. If you have always wanted an opportunity to work with these amazing animals please apply. Visit our website at <a href="http://www.tigerworld.us/" target="_blank">www.TigerWorld.us</a> to learn more about us.\r\n\r\nRESPONSIBILITIES\r\n\r\nInterns will have the opportunity to gain practical work experience and knowledge caring for Bears, Primates, and Big Cats. Under close supervision you will learn how to prepare diets, clean habitats, observe and document, implement enrichment, repair and build enclosures, give guided tours to visitors, assist with veterinary care, crate animals for transport and more. There are opportunities for extending the internship to six [6] months and more advanced learning depending upon your commitment, dedication, and how well you work with the team and animals.\r\n\r\nREQUIREMENTS\r\n\r\n1. Candidates should have at least two (2) years of program studies in zoology, animal management, biology, exotic animal husbandry or a related field. Applicants who have already achieved their bachelors is a plus.\r\n\r\n2. Must be able to do some heavy lifting of at least 50 pounds.\r\n\r\n3. Must be able to work in unfavorable weather conditions including rain, snow, extreme heat, and freezing temperatures.\r\n\r\n4. Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\n\r\n5. Must be able to follow instructions and required policies and procedures.\r\n\r\n6. Must be honest, trustworthy and organized.\r\n\r\n7. Must have valid driver\'s license and social security card or if from outside the US, a Green Card and Visa, or Visa Waiver Program.\r\n\r\n8. One [1] letter of reference/recommendation.\r\n\r\n9. Unofficial or official school transcript and/or a copy of your degree.\r\n\r\n10. Up to date vaccinations including for Tetanus and be TB Negative.\r\n\r\nCOMPENSATION\r\n\r\nThis is an unpaid voluntary position, however housing and a weekly stipend of $50 will be provided. The use of the company vehicle is available for insured drivers. We also evaluate the Interns for future employment opportunities with Tiger World.\r\n\r\nThis internship is not affiliated with a college or university for credit hours, however some colleges and universities have recognized Tiger World to fulfill internship requirements. It is the applicants responsibility to determine if your college or university recognizes Tiger World\'s Intern studies program.\r\n\r\nHOW TO APPLY\r\nPlease send your Resumé and Cover Letter to Careers@tigerworld.us along with your letter of recommendation and transcripts. We also enjoy pictures of your past experiences with your application. Please specify the months you will be available for the internship. We carefully evaluate all applicants and will call for interviews over the phone. Good Luck!', 'CARNIVORE/PRIMATE INTERN', 0, 'Tiger World Interns will have the opportunity to gain practical work experience and knowledge caring for Bears, Primates, and Big Cats. APPLY NOW!', 'inherit', 'closed', 'closed', '', '5359-revision-v1', '', '', '2014-03-10 14:03:23', '2014-03-10 19:03:23', '', 5359, 'https://www.aazk.org/5359-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5694, 3, '2014-03-10 16:46:34', '2014-03-10 21:46:34', '<h5>Facility</h5>\r\n<p>North Georgia Zoo and Farm</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nNorth Georgia Zoo &amp; Farm now hiring:\r\nWeekend &amp; Seasonal: Zookeeping, Petting zoo, Outreach, Wildlife Educator and Visitor Experience \r\nFull time: Lead zookeeper,  Assistant Curator of animals.\r\n \r\n__________________________________________\r\n** Looking for team players\r\n**Willing to work hard\r\n**Clean background check\r\n**Valid drivers license\r\n**Good with people and animals\r\n*Positive attitude \r\n*Integrity and Honesty!\r\n\r\nLead Zookeeper: A minimum of 1 year of experience as a zookeeper. Responsible for own set of animals plus overseeing interns and other keepers at times. Will also be interacting with public. Full- Time\r\n\r\nRelief Keeper: Must have previous zookeeper experience. Experience with multiple species and animal groups a plus. Responsible to fill in for other keepers. Requires attention to detail. Need excellent communication and documenting skills. Able to work well with others. Seasonal full- time to part - time\r\n\r\nAssistant Curator/ Compound management:  Assist with overseeing the zookeepers, care of animals including animal medication and feeding of animals, assisting with babies.   Interns and scheduling encounters, presentations when open.  Training volunteers and interns for tours, keeper talks. Ensure exhibits are kept up and animal facility is maintained properly. \r\n\r\nVisitor Experience/ Ticket booth: Good with people, able to multitask, able to run a register. Responsible for checking in guests, sales and assisting the visitor experience team with animal presentations, pony rides, cleaning, signs and more. Will help oversea volunteers and interns. .\r\n*Management, delegating and overseeing experience a plus\r\nPart Time to Full Time.\r\n\r\n\r\nOnsite &amp; Mobile Petting Zoo Help &amp; Part time livestock help: Assist in farm animal area keeping the area clean for visitors and animals fed and watered. Helping with pony rides, animal encounters , bottle feeding when necessary.` Also train to do traveling pony rides and petting zoos. Help with the livestock programs when open. Assist in training of the livestock. Trailer driving experience a plus. Part - Time to Full Time,\r\n\r\nZookeeper / Outreach/ Animal Presenter:\r\nExperience with Animal Care and Public speaking. Full -time seasonal possible continue on as part -time. (starts spring)\r\n.\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nExperience in area applying is preferred.\r\n If you have no experience and would like to gain experience we recommend our internship and volunteering. We always prefer to hire from interns and volunteers when possible. \r\n\r\n<h6>Compensation and benefits</h6>\r\nAssistant Curator:  $400-$450 weekly plus seasonal bonuses.\r\nLead Zookeeper:  $9 hr\r\nRelief Keeper:   $8 hr\r\nOther Seasonal Jobs:  $7.25 to $8.00 hr.\r\n\r\n<h6>Application instructions</h6>\r\n\r\nInfo and application at http://www.northgeorgiazoo.com/internship-and-jobs.html\r\nGreat internship and volunteer opportunities also available!\r\n\r\n', 'Now hiring seasonal help and Lead Keeper', 0, '', 'publish', 'closed', 'closed', '', 'now-hiring-seasonal-help-and-lead-keeper', '', '', '2014-03-10 16:46:34', '2014-03-10 21:46:34', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5694', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5695, 0, '2014-03-10 16:46:34', '2014-03-10 21:46:34', '', 'Now hiring seasonal help and Lead Keeper', 0, '', 'inherit', 'closed', 'closed', '', '5694-revision-v1', '', '', '2014-03-10 16:46:34', '2014-03-10 21:46:34', '', 5694, 'https://www.aazk.org/5694-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5696, 0, '2014-03-10 16:46:34', '2014-03-10 21:46:34', '<h5>Facility</h5>\r\n<p>North Georgia Zoo and Farm</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nNorth Georgia Zoo &amp; Farm now hiring:\r\nWeekend &amp; Seasonal: Zookeeping, Petting zoo, Outreach, Wildlife Educator and Visitor Experience \r\nFull time: Lead zookeeper,  Assistant Curator of animals.\r\n \r\n__________________________________________\r\n** Looking for team players\r\n**Willing to work hard\r\n**Clean background check\r\n**Valid drivers license\r\n**Good with people and animals\r\n*Positive attitude \r\n*Integrity and Honesty!\r\n\r\nLead Zookeeper: A minimum of 1 year of experience as a zookeeper. Responsible for own set of animals plus overseeing interns and other keepers at times. Will also be interacting with public. Full- Time\r\n\r\nRelief Keeper: Must have previous zookeeper experience. Experience with multiple species and animal groups a plus. Responsible to fill in for other keepers. Requires attention to detail. Need excellent communication and documenting skills. Able to work well with others. Seasonal full- time to part - time\r\n\r\nAssistant Curator/ Compound management:  Assist with overseeing the zookeepers, care of animals including animal medication and feeding of animals, assisting with babies.   Interns and scheduling encounters, presentations when open.  Training volunteers and interns for tours, keeper talks. Ensure exhibits are kept up and animal facility is maintained properly. \r\n\r\nVisitor Experience/ Ticket booth: Good with people, able to multitask, able to run a register. Responsible for checking in guests, sales and assisting the visitor experience team with animal presentations, pony rides, cleaning, signs and more. Will help oversea volunteers and interns. .\r\n*Management, delegating and overseeing experience a plus\r\nPart Time to Full Time.\r\n\r\n\r\nOnsite &amp; Mobile Petting Zoo Help &amp; Part time livestock help: Assist in farm animal area keeping the area clean for visitors and animals fed and watered. Helping with pony rides, animal encounters , bottle feeding when necessary.` Also train to do traveling pony rides and petting zoos. Help with the livestock programs when open. Assist in training of the livestock. Trailer driving experience a plus. Part - Time to Full Time,\r\n\r\nZookeeper / Outreach/ Animal Presenter:\r\nExperience with Animal Care and Public speaking. Full -time seasonal possible continue on as part -time. (starts spring)\r\n.\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nExperience in area applying is preferred.\r\n If you have no experience and would like to gain experience we recommend our internship and volunteering. We always prefer to hire from interns and volunteers when possible. \r\n\r\n<h6>Compensation and benefits</h6>\r\nAssistant Curator:  $400-$450 weekly plus seasonal bonuses.\r\nLead Zookeeper:  $9 hr\r\nRelief Keeper:   $8 hr\r\nOther Seasonal Jobs:  $7.25 to $8.00 hr.\r\n\r\n<h6>Application instructions</h6>\r\n\r\nInfo and application at http://www.northgeorgiazoo.com/internship-and-jobs.html\r\nGreat internship and volunteer opportunities also available!\r\n\r\n', 'Now hiring seasonal help and Lead Keeper', 0, '', 'inherit', 'closed', 'closed', '', '5694-revision-v1', '', '', '2014-03-10 16:46:34', '2014-03-10 21:46:34', '', 5694, 'https://www.aazk.org/5694-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5697, 3, '2014-03-12 11:13:47', '2014-03-12 16:13:47', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is seeking a part-time keeper to join our Farm and Equine team.  This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting animal behavior, performing behavioral enrichment and animal training, and providing positive guest experiences. \r\n\r\nMinimum requirements include 6 months paid or 1 year volunteer experience in animal husbandry, possession of a valid driver’s license, and a preference for a candidate with a bachelor’s degree in Life Science or related field. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements, and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=632&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n\r\n', 'Keeper I - Farm/Equine (part-time)', 0, '', 'publish', 'closed', 'closed', '', 'keeper-i-farmequine-part-time', '', '', '2014-03-12 11:13:47', '2014-03-12 16:13:47', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5697', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5698, 0, '2014-03-12 11:13:47', '2014-03-12 16:13:47', '', 'Keeper I - Farm/Equine (part-time)', 0, '', 'inherit', 'closed', 'closed', '', '5697-revision-v1', '', '', '2014-03-12 11:13:47', '2014-03-12 16:13:47', '', 5697, 'https://www.aazk.org/5697-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5699, 0, '2014-03-12 11:13:47', '2014-03-12 16:13:47', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is seeking a part-time keeper to join our Farm and Equine team.  This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting animal behavior, performing behavioral enrichment and animal training, and providing positive guest experiences. \r\n\r\nMinimum requirements include 6 months paid or 1 year volunteer experience in animal husbandry, possession of a valid driver’s license, and a preference for a candidate with a bachelor’s degree in Life Science or related field. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements, and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=632&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n\r\n', 'Keeper I - Farm/Equine (part-time)', 0, '', 'inherit', 'closed', 'closed', '', '5697-revision-v1', '', '', '2014-03-12 11:13:47', '2014-03-12 16:13:47', '', 5697, 'https://www.aazk.org/5697-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5700, 3, '2014-03-12 11:14:46', '2014-03-12 16:14:46', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a full time Park Ranger to ensure the safety and well being of visitors, employees, living collections and facilities.  Park Rangers provide first-aid, security services and impromptu animal talks with the public.  The ideal Park Ranger will be able to engage guests in conversations about the natural world and present interpretive information, provide grounds surveillance, render first aid and/or emergency medical assistance when necessary, take command at scenes of accidents or disturbances, provide security support at special events, and inspect grounds for safety conditions.  \r\n\r\nMinimum qualifications for this position include a high school diploma or equivalent, possession of a valid driver’s license, ability to use or learn to use firearms, current possession or ability to obtain standard first aid and CPR certification, flexibility to work any shift including graveyards.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test.  This position will also require Hepatitis B immunizations and annual TB testing. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  \r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\nThis full-time, year-round position pays $9.82-$10.80/hour, DOE to start and comes with the full package of Phoenix Zoo benefits including medical, dental and vision insurance, 401(k) with company match, and generous paid time off.  \r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=622&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1\r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n\r\n', 'Park Ranger', 0, '', 'publish', 'closed', 'closed', '', 'park-ranger-2', '', '', '2014-03-12 11:14:46', '2014-03-12 16:14:46', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5700', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5701, 0, '2014-03-12 11:14:46', '2014-03-12 16:14:46', '', 'Park Ranger', 0, '', 'inherit', 'closed', 'closed', '', '5700-revision-v1', '', '', '2014-03-12 11:14:46', '2014-03-12 16:14:46', '', 5700, 'https://www.aazk.org/5700-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5702, 0, '2014-03-12 11:14:46', '2014-03-12 16:14:46', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a full time Park Ranger to ensure the safety and well being of visitors, employees, living collections and facilities.  Park Rangers provide first-aid, security services and impromptu animal talks with the public.  The ideal Park Ranger will be able to engage guests in conversations about the natural world and present interpretive information, provide grounds surveillance, render first aid and/or emergency medical assistance when necessary, take command at scenes of accidents or disturbances, provide security support at special events, and inspect grounds for safety conditions.  \r\n\r\nMinimum qualifications for this position include a high school diploma or equivalent, possession of a valid driver’s license, ability to use or learn to use firearms, current possession or ability to obtain standard first aid and CPR certification, flexibility to work any shift including graveyards.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test.  This position will also require Hepatitis B immunizations and annual TB testing. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  \r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\nThis full-time, year-round position pays $9.82-$10.80/hour, DOE to start and comes with the full package of Phoenix Zoo benefits including medical, dental and vision insurance, 401(k) with company match, and generous paid time off.  \r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=622&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1\r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n\r\n', 'Park Ranger', 0, '', 'inherit', 'closed', 'closed', '', '5700-revision-v1', '', '', '2014-03-12 11:14:46', '2014-03-12 16:14:46', '', 5700, 'https://www.aazk.org/5700-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5703, 2, '2014-03-12 11:42:44', '2014-03-12 16:42:44', 'We are happy to announce that the Conference registration is now "live" and you are welcome to register for the 2014 National AAZK Conference.\r\n\r\nTo register and for more information click on the arrow in the Upcoming Conference Box to the right or please visit: <a href="http://www.greaterorlandoaecetia.net/gws/aazk">www.greaterorlandoaecetia.net/gws/aazk</a>\r\n\r\nFor questions, please contact us at:  <a href="http://aazk2014conference@yahoo.com" target="_blank">aazk2014conference@yahoo.com</a>', '2014 National AAZK Conference', 0, '', 'publish', 'closed', 'closed', '', '2014-national-aazk-conference', '', '', '2014-04-14 11:58:15', '2014-04-14 16:58:15', '', 0, 'https://www.aazk.org/?p=5703', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5704, 2, '2014-03-12 11:41:26', '2014-03-12 16:41:26', '', 'Conference Logo Gradient Large CMYK', 0, '', 'inherit', 'closed', 'closed', '', 'conference-logo-gradient-large-cmyk', '', '', '2014-03-12 11:41:26', '2014-03-12 16:41:26', '', 5703, 'https://www.aazk.org/wp-content/uploads/Conference-Logo-Gradient-Large-CMYK.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5705, 2, '2014-03-12 11:42:44', '2014-03-12 16:42:44', 'We are pleased to host the 2014 National AAZK Conference and our theme “Keepers Making a World of Difference” will highlight how zoo and aquarium professionals work to advance animal care and conservation.', '2014 National AAZK Conference', 0, '', 'inherit', 'closed', 'closed', '', '5703-revision-v1', '', '', '2014-03-12 11:42:44', '2014-03-12 16:42:44', '', 5703, 'https://www.aazk.org/5703-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5736, 3, '2014-03-20 13:54:48', '2014-03-20 18:54:48', '<h5>Facility</h5>\r\n<p>Out of Africa Wildlife Park</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Herp, Chirp and Fur department at Out of Africa Wildlife Park encompasses a wide variety of over 50 different animal species including:\r\n•	Reptiles such as giant snakes, venomous snakes, venomous and non-venomous        lizards, and tortoises\r\n•	Birds such as parrots and macaws\r\n•	Small mammals such as servals, primates, and porcupines\r\n\r\nResponsibilities\r\n\r\nApplicant must be able to demonstrate abilities in the following areas:\r\n•	Performing husbandry tasks for and handling a variety of mammals, birds, and reptiles\r\n•	Assisting with minor veterinary procedures\r\n•	Keeping habitats and prep areas clean and sanitary\r\n•	Preparing meat and vegetarian diets\r\n•	Record-keeping\r\n•	Performing daily educational presentations on microphone to large crowds about the mammals and reptiles in our department\r\n•	Landscaping and habitat maintenance\r\n•	Performing inventory evaluations\r\n\r\nWe are currently looking for a new team member who has several years of reptile and bird experience. We have an expansive collection of snakes and lizards and we are a very hands-on facility.  All sources of experience are accepted including personal pets,  pet shops, and zoos.\r\n<h6>Education and Pre-requisites</h6>\r\n•	Applicants must have a minimum of 5 years of experience working with reptiles and 2 years of experience working with birds\r\n•	Must be willing to work weekends and holidays\r\n•	Must be able to commit to 40 hours per week, year around\r\n•	Must be able to work outside in extreme temperatures and weather conditions\r\n•	Must posses a high school diploma or equivalent\r\n•	Must have valid ID and reliable transportation to work\r\n•	Must be capable of lifting 50+ pounds\r\n•	Must be a minimum of 18 years of age\r\n<h6>Compensation and benefits</h6>\r\n•	$10-$12/hour depending on experience\r\n•	Benefits consist of paid sick days and holidays after a 3-month probationary period, and vacation with pay after one year\r\n\r\n<h6>Application instructions</h6>\r\n•	Send cover letter and resume to hcf_outofafrica@hotmail.com\r\n•	Provide a minimum of 2 references from previous employers including supervisor contact information\r\n•	Letters of recommendation may be requested at a later stage in the hiring process\r\n', 'Animal Caretaker - reptiles, birds, and small mammals', 0, '', 'publish', 'closed', 'closed', '', 'animal-caretaker-reptiles-birds-and-small-mammals', '', '', '2014-03-20 13:54:48', '2014-03-20 18:54:48', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5736', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5707, 3, '2014-03-14 00:30:23', '2014-03-14 05:30:23', '<h5>Facility</h5>\r\n<p>Melbourne Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nElephant Keeper - Trail of the Elephants\r\nMelbourne Zoo\r\n\r\nAppointment may be made at Trade Keeper Level \r\n\r\nSuccessful and growing Asian Elephant management and breeding program\r\nCommitted Protected Contact program for elephant management and training\r\nWe are seeking an experienced and qualified Elephant Keeper to join this thriving department at this unique and exciting time. We are making vital contributions to the regional breeding program and you will be working work with cows, calves and a breeding bull.\r\n\r\nThis key position will continue the development and evolution of Zoos Victoria\'s elephant program, with the target of providing best practice animal care in a holistic environment. Candidates will require significant elephant experience, including protected contact experience. You will also require a high level of competency in handling elephants, and an understanding of traditional and progressive training techniques. \r\n\r\nCandidates are highly motivated, energetic and cooperative team members. It is essential to possess well developed interpersonal and presentation skills, demonstrated experience in imparting messages and the ability to engage the general public. Candidates must have proven experience with elephant introductions, dynamic herd relationships, variable age structure, training for medical behaviours, vigorous animal exercise management and maintaining a challenging enrichment program. Experience in semen collection, artificial insemination conditioning, and birth/calf management is highly desirable. \r\n\r\nAs part of the Melbourne Zoo Animal Husbandry Team, you will be required to work a roster across a 7-day week, including weekends and public holidays, be capable of completing highly physical work on a daily basis, and hold a valid Australian driver\'s license or ability to attain one. \r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nFor more information on this role, please go to www.zoo.org.au/hr Please submit a maximum 2-page cover letter, and resume by clicking on the "Apply" link below.\r\n\r\nIf you have any questions about this role, please contact Precinct Manager, Dominic Moss on +61 3 9285 9396 or dmoss@zoo.org.au.  \r\n\r\nApplications close Friday 21st March 2014\r\n\r\n', 'Elephant Keeper', 0, '', 'publish', 'closed', 'closed', '', 'elephant-keeper-2', '', '', '2014-03-14 00:30:24', '2014-03-14 05:30:24', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5707', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5708, 0, '2014-03-14 00:30:23', '2014-03-14 05:30:23', '', 'Elephant Keeper', 0, '', 'inherit', 'closed', 'closed', '', '5707-revision-v1', '', '', '2014-03-14 00:30:23', '2014-03-14 05:30:23', '', 5707, 'https://www.aazk.org/5707-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5709, 0, '2014-03-14 00:30:24', '2014-03-14 05:30:24', '<h5>Facility</h5>\r\n<p>Melbourne Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nElephant Keeper - Trail of the Elephants\r\nMelbourne Zoo\r\n\r\nAppointment may be made at Trade Keeper Level \r\n\r\nSuccessful and growing Asian Elephant management and breeding program\r\nCommitted Protected Contact program for elephant management and training\r\nWe are seeking an experienced and qualified Elephant Keeper to join this thriving department at this unique and exciting time. We are making vital contributions to the regional breeding program and you will be working work with cows, calves and a breeding bull.\r\n\r\nThis key position will continue the development and evolution of Zoos Victoria\'s elephant program, with the target of providing best practice animal care in a holistic environment. Candidates will require significant elephant experience, including protected contact experience. You will also require a high level of competency in handling elephants, and an understanding of traditional and progressive training techniques. \r\n\r\nCandidates are highly motivated, energetic and cooperative team members. It is essential to possess well developed interpersonal and presentation skills, demonstrated experience in imparting messages and the ability to engage the general public. Candidates must have proven experience with elephant introductions, dynamic herd relationships, variable age structure, training for medical behaviours, vigorous animal exercise management and maintaining a challenging enrichment program. Experience in semen collection, artificial insemination conditioning, and birth/calf management is highly desirable. \r\n\r\nAs part of the Melbourne Zoo Animal Husbandry Team, you will be required to work a roster across a 7-day week, including weekends and public holidays, be capable of completing highly physical work on a daily basis, and hold a valid Australian driver\'s license or ability to attain one. \r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nFor more information on this role, please go to www.zoo.org.au/hr Please submit a maximum 2-page cover letter, and resume by clicking on the "Apply" link below.\r\n\r\nIf you have any questions about this role, please contact Precinct Manager, Dominic Moss on +61 3 9285 9396 or dmoss@zoo.org.au.  \r\n\r\nApplications close Friday 21st March 2014\r\n\r\n', 'Elephant Keeper', 0, '', 'inherit', 'closed', 'closed', '', '5707-revision-v1', '', '', '2014-03-14 00:30:24', '2014-03-14 05:30:24', '', 5707, 'https://www.aazk.org/5707-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5710, 3, '2014-03-14 12:05:46', '2014-03-14 17:05:46', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is seeking a Grounds Quality Supervisor to be in charge of all grounds quality services, procedures and grounds quality staff for the zoo.  The Phoenix Zoo Grounds Quality Supervisor is responsible for the recruitment and training of grounds quality associates, ensuring a clean park at all times, scheduling for the grounds quality team, supervising event and meeting setup, maintaining grounds quality supplies and SDS, assisting with procedure development and implementation, and performing grounds quality duties not otherwise staffed.\r\n\r\n\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include at least 2 years’ experience in custodial field in a supervisory capacity, excellent teamwork skills as well as the ability to work independently, and must have open availability with the flexibility to work evenings and weekends.  All Zoo employees are required to pass a pre-employment background check and drug screen, this position will also require a valid driver’s license and annual TB testing.\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit our job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=631&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from our job page it is closed and we will no longer accept applications.\r\n\r\n', 'Grounds Quality Supervisor', 0, '', 'publish', 'closed', 'closed', '', 'grounds-quality-supervisor', '', '', '2014-03-14 12:05:46', '2014-03-14 17:05:46', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5710', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5711, 0, '2014-03-14 12:05:46', '2014-03-14 17:05:46', '', 'Grounds Quality Supervisor', 0, '', 'inherit', 'closed', 'closed', '', '5710-revision-v1', '', '', '2014-03-14 12:05:46', '2014-03-14 17:05:46', '', 5710, 'https://www.aazk.org/5710-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5712, 0, '2014-03-14 12:05:46', '2014-03-14 17:05:46', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is seeking a Grounds Quality Supervisor to be in charge of all grounds quality services, procedures and grounds quality staff for the zoo.  The Phoenix Zoo Grounds Quality Supervisor is responsible for the recruitment and training of grounds quality associates, ensuring a clean park at all times, scheduling for the grounds quality team, supervising event and meeting setup, maintaining grounds quality supplies and SDS, assisting with procedure development and implementation, and performing grounds quality duties not otherwise staffed.\r\n\r\n\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include at least 2 years’ experience in custodial field in a supervisory capacity, excellent teamwork skills as well as the ability to work independently, and must have open availability with the flexibility to work evenings and weekends.  All Zoo employees are required to pass a pre-employment background check and drug screen, this position will also require a valid driver’s license and annual TB testing.\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit our job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=631&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from our job page it is closed and we will no longer accept applications.\r\n\r\n', 'Grounds Quality Supervisor', 0, '', 'inherit', 'closed', 'closed', '', '5710-revision-v1', '', '', '2014-03-14 12:05:46', '2014-03-14 17:05:46', '', 5710, 'https://www.aazk.org/5710-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5713, 2, '2014-03-14 13:16:43', '2014-03-14 18:16:43', 'Gorillas are managed as intensively as any species in the zoo industry. This issue highlights some of the outstanding and innovative work being performed by AAZK members to conserve the sustainability of gorilla populations both <em>in situ </em>and <em>ex-situ.</em>\r\n\r\n<span style="line-height: 1.5em;">**Please note there is a $10 charge added on to the final price for all orders shipped outside the United States – Please select shipping destination.**</span>', 'AKF Dedicated Issue - Gorillas', 0, '', 'publish', 'closed', 'closed', '', 'akf-dedicated-issue-gorillas', '', '', '2014-03-14 13:16:43', '2014-03-14 18:16:43', '', 0, 'https://www.aazk.org/shop/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5714, 2, '2014-03-14 13:15:51', '2014-03-14 18:15:51', 'Gorillas are managed as intensively as any species in the zoo industry. This issue highlights some of the outstanding and innovative work being performed by AAZK members to conserve the sustainability of gorilla populations both <em>in situ </em>and <em>ex-situ.</em>\n\n<span style="line-height: 1.5em;">**Please note there is a $10 charge added on to the final price for all orders shipped outside the United States – Please select shipping destination.**</span>', 'AKF Dedicated Issue - Gorillas (Canadian)', 0, '', 'inherit', 'open', 'closed', '', 'akf-dedicated-issue-gorillas-canadian', '', '', '2014-03-14 13:15:51', '2014-03-14 18:15:51', '', 5713, 'https://www.aazk.org/shop/%wpsc_product_category%//akf-dedicated-issue-gorillas-canadian/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5715, 2, '2014-03-14 13:15:51', '2014-03-14 18:15:51', 'Gorillas are managed as intensively as any species in the zoo industry. This issue highlights some of the outstanding and innovative work being performed by AAZK members to conserve the sustainability of gorilla populations both <em>in situ </em>and <em>ex-situ.</em>\n\n<span style="line-height: 1.5em;">**Please note there is a $10 charge added on to the final price for all orders shipped outside the United States – Please select shipping destination.**</span>', 'AKF Dedicated Issue - Gorillas (International)', 0, '', 'inherit', 'open', 'closed', '', 'akf-dedicated-issue-gorillas-international', '', '', '2014-03-14 13:15:51', '2014-03-14 18:15:51', '', 5713, 'https://www.aazk.org/shop/%wpsc_product_category%//akf-dedicated-issue-gorillas-international/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5716, 2, '2014-03-14 13:15:51', '2014-03-14 18:15:51', 'Gorillas are managed as intensively as any species in the zoo industry. This issue highlights some of the outstanding and innovative work being performed by AAZK members to conserve the sustainability of gorilla populations both <em>in situ </em>and <em>ex-situ.</em>\n\n<span style="line-height: 1.5em;">**Please note there is a $10 charge added on to the final price for all orders shipped outside the United States – Please select shipping destination.**</span>', 'AKF Dedicated Issue - Gorillas (United States)', 0, '', 'inherit', 'open', 'closed', '', 'akf-dedicated-issue-gorillas-united-states', '', '', '2014-03-14 13:15:51', '2014-03-14 18:15:51', '', 5713, 'https://www.aazk.org/shop/%wpsc_product_category%//akf-dedicated-issue-gorillas-united-states/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5717, 2, '2014-03-14 13:20:01', '2014-03-14 18:20:01', 'Current stock available:\n\nJuly, August, September, November, December 2013\n\nJanuary 2014\n\n1. Make your purchase by cost.\n\n2. An email wil\n\nInternational shipping costs apply', 'AKF Back Issues ', 0, '', 'inherit', 'closed', 'closed', '', '5155-autosave-v1', '', '', '2014-03-14 13:20:01', '2014-03-14 18:20:01', '', 5155, 'https://www.aazk.org/5155-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5719, 0, '2014-03-16 14:12:40', '2014-03-16 19:12:40', '', 'Seeking a keeper/handler to care for a diverse collection of carnivores at a full-contact facility.', 0, '', 'inherit', 'closed', 'closed', '', '5718-revision-v1', '', '', '2014-03-16 14:12:40', '2014-03-16 19:12:40', '', 5718, 'https://www.aazk.org/5718-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5720, 0, '2014-03-16 14:12:40', '2014-03-16 19:12:40', '<h5>Facility</h5>\r\n<p>Out of Africa Wildlife Park is a one of a kind facility that brings people close to animals and inspires conservation through play, loving relationships, and natural behaviors. </p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nA passion for husbandry, education, and conservation is required.\r\nResponsibilities include, but are not limited to, public speaking, landscaping, food prep, administration of medication, basic animal husbandry, monitoring of animal health, maintaining cleanliness of animal enclosures, and enrichment preparation and distribution.  Must be ready and willing to interact with large carnivores in exciting and entertaining shows for the public.  The ability to work in a team is paramount. A valid drivers license is required as the successful applicant will be expected to drive educational tours.\r\n\r\nApplicants should be in excellent physical condition.  He or she must be a proficient swimmer, be able to sprint, and be able to lift 75 pounds above your head on a regular basis. Applicants should have a vast knowledge of large carnivores and be prepared to cross train to other areas of the park. The ability to weld and operate machinery is a plus.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nThe position requires 1 year of carnivore experience or a 4 year degree in a related field.\r\n\r\nDrug test required.\r\n<h6>Compensation and benefits</h6>\r\nMust be available to work full-time, flexible hours including weekends and holidays.\r\nStarting pay $11-$12 per hour commensurate on experience.\r\n<h6>Application instructions</h6>\r\nSerious applicants may send a resume and cover letter to jeffreybharwell@gmail.com\r\nLetters of recommendation, and photos or videos of you working with animals are appreciated but not required. \r\n\r\nIf you have recently applied for our last opening I still have you on file and will contact you if you’re amongst the top candidates.\r\n\r\n', 'Seeking a keeper/handler to care for a diverse collection of carnivores at a full-contact facility.', 0, '', 'inherit', 'closed', 'closed', '', '5718-revision-v1', '', '', '2014-03-16 14:12:40', '2014-03-16 19:12:40', '', 5718, 'https://www.aazk.org/5718-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5721, 3, '2014-03-16 22:31:02', '2014-03-17 03:31:02', '<h5>Facility</h5>\r\nTGR Exotics Wildlife Park\r\n<h5>Closing Date</h5>\r\n[jobclosingdate]\r\n<h6>Description</h6>\r\nGeneral Zoo Keeper- Feed and care for exotic zoo animals. Clean and maintain animal enclosures. Prepare regular and special diets to feed animals. Feed and water animals. Clean, disinfect and maintain cages, enclosures and exhibit areas as needed. Maintain safety of animals. Monitor animal health and well being. Be able to lift 50lbs.\r\nPublic speaking, give tours, assists with events, camp and parties. Animal education background is a plus!\r\nWork around a variety of animal species with potential for physical harm from bites, kicks, heavy lifting and restraining animals. • Exposure to infectious diseases from daily contact with exotic and domestic animals including bacterial, fungal, parasitic and viral pathogens. •Current TB Test required. Work outdoors in TEXAS heat, rain and cold. • You must be able to lift 50+ pounds. We are a NON-Smoking facility. We drug test.\r\n<h6>Education and Pre-requisites</h6>\r\nMINIMUM QUALIFICATIONS: Education and Experience: A college degree in biology or animal related field, and two (2) years of animal care and handling experience (AZA or ZAA facility), excluding internships, volunteering and personal pets.\r\n<h6>Compensation and benefits</h6>\r\nsalary: negotiable\r\n<h6>Application instructions</h6>\r\nPlease email resume and references to: keeper@tgrexotics.com\r\n\r\nContact person: Gwen Scott 281-353-5252\r\n\r\nVisit our website: www.tgrexotics.com', 'Full-Time Zoo Keeper', 0, '', 'publish', 'closed', 'closed', '', 'part-time-zoo-keeper', '', '', '2014-04-17 10:20:47', '2014-04-17 15:20:47', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5721', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5722, 2616, '2014-03-16 22:31:02', '2014-03-17 03:31:02', '', 'Part-Time Zoo Keeper', 0, '', 'inherit', 'closed', 'closed', '', '5721-revision-v1', '', '', '2014-03-16 22:31:02', '2014-03-17 03:31:02', '', 5721, 'https://www.aazk.org/5721-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5723, 2616, '2014-03-16 22:31:02', '2014-03-17 03:31:02', '<h5>Facility</h5>\r\n<p>TGR Exotics Wildlife Park</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nGeneral Zoo Keeper- Feed and care for exotic zoo animals. Clean and maintain animal enclosures. Prepare regular and special diets to feed animals. Feed and water animals. Clean, disinfect and maintain cages, enclosures and exhibit areas as needed. Maintain safety of animals. Monitor animal health and well being.  Be able to lift 50lbs.\r\nPublic speaking, give tours, assists with events, camp and parties. Animal education background is a plus!\r\nWork around a variety of animal species with potential for physical harm from bites, kicks, heavy lifting and restraining animals. • Exposure to infectious diseases from daily contact with exotic and domestic animals including bacterial, fungal, parasitic and viral pathogens. •Current TB Test required.  Work outdoors in TEXAS heat, rain and cold. • You must be able to lift 50+ pounds. We are a NON-Smoking facility. We drug test.\r\n\r\n\r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMINIMUM QUALIFICATIONS: Education and Experience: A college degree in biology or animal related field, and two (2) years of animal care and handling experience (AZA or ZAA facility), excluding internships, volunteering and personal pets.\r\n<h6>Compensation and benefits</h6>\r\nsalary: negotiable\r\n<h6>Application instructions</h6>\r\nPlease email resume and references to: keeper@tgrexotics.com\r\n\r\nContact person: Gwen Scott 281-353-5252\r\n\r\nVisit our website: www.tgrexotics.com\r\n\r\n', 'Part-Time Zoo Keeper', 0, '', 'inherit', 'closed', 'closed', '', '5721-revision-v1', '', '', '2014-03-16 22:31:02', '2014-03-17 03:31:02', '', 5721, 'https://www.aazk.org/5721-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5724, 3, '2014-03-17 08:50:55', '2014-03-17 13:50:55', '<h5>Facility</h5>\r\n<p>TIGER WORLD</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nTiger World located just 20 minutes north of Charlotte, NC has an immediate opening for an Animal Care Specialist to join our team and participate with caring for Big Cats, Bears, Primates, Birds, Reptiles &amp; more.\r\n\r\nJob duties consist of but are not limited to; \r\n1. Daily inspections of animals and documentation.\r\n2. Preparation of food for animals including butchering and processing of meat and daily administration of supplements.\r\n3. Cleaning of exhibits and food prep areas. \r\n4. Operant conditioning of the animals and behavioral enrichment. \r\n5. Educational Tours, Keeper Talks, traveling exhibits. \r\n6. Handling of animals, crating animals for transport and participation with the Emergency Response Team.\r\n7. Assist with veterinary care and baby raising as needed.\r\n8. Assist with building and erecting of new exhibits and reconstruction and repair of existing exhibits and buildings. \r\n9. Maintenance of grounds in and around exhibits.\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n1. BS degree in Biology/Zoology or related field or equivalent education, experience, and training. MINIMUM 1 Year Previous full-time paid experience in a zoological institution and ability to work in a harmonious manner with staff, volunteers and supervisors.  Previous Big Cat Experience required. \r\n2. Must be able to do some heavy lifting of at least 50 pounds.\r\n3. Must be able to work in unfavorable weather conditions including rain, snow, extreme heat, and freezing temperatures.\r\n4. Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\n5. Must be able to follow instructions and required policies and procedures.\r\n6. Must be honest, trustworthy and organized and be passionate about working with animals.\r\n7. Must have valid driver’s license and social security card.\r\n8. One [1] letter of reference/recommendation.\r\n9. Up to date vaccinations including for Tetanus and be TB Negative.\r\n\r\n<h6>Compensation and benefits</h6>\r\nSalary is dependent upon education and experience.  Vacation/Sick Time earned at 1 day per month of employment.  Health Care Stipend provided of $100 per month. On-site living opportunity is available for the right person.\r\n<h6>Application instructions</h6>\r\nPlease send your Resumé and Cover Letter to Careers@tigerworld.us along with your letter of recommendation. We also enjoy pictures of your past animal experiences with your application.  We carefully evaluate all applicants and will call for interviews over the phone. Select candidates will be asked to come to Tiger World for a working interview. Good Luck!\r\n', 'ANIMAL CARE SPECIALIST', 0, '', 'publish', 'closed', 'closed', '', 'animal-care-specialist-2', '', '', '2014-03-17 08:50:55', '2014-03-17 13:50:55', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5724', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5725, 1656, '2014-03-17 08:50:55', '2014-03-17 13:50:55', '', 'ANIMAL CARE SPECIALIST', 0, '', 'inherit', 'closed', 'closed', '', '5724-revision-v1', '', '', '2014-03-17 08:50:55', '2014-03-17 13:50:55', '', 5724, 'https://www.aazk.org/5724-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5726, 1656, '2014-03-17 08:50:55', '2014-03-17 13:50:55', '<h5>Facility</h5>\r\n<p>TIGER WORLD</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nTiger World located just 20 minutes north of Charlotte, NC has an immediate opening for an Animal Care Specialist to join our team and participate with caring for Big Cats, Bears, Primates, Birds, Reptiles &amp; more.\r\n\r\nJob duties consist of but are not limited to; \r\n1. Daily inspections of animals and documentation.\r\n2. Preparation of food for animals including butchering and processing of meat and daily administration of supplements.\r\n3. Cleaning of exhibits and food prep areas. \r\n4. Operant conditioning of the animals and behavioral enrichment. \r\n5. Educational Tours, Keeper Talks, traveling exhibits. \r\n6. Handling of animals, crating animals for transport and participation with the Emergency Response Team.\r\n7. Assist with veterinary care and baby raising as needed.\r\n8. Assist with building and erecting of new exhibits and reconstruction and repair of existing exhibits and buildings. \r\n9. Maintenance of grounds in and around exhibits.\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n1. BS degree in Biology/Zoology or related field or equivalent education, experience, and training. MINIMUM 1 Year Previous full-time paid experience in a zoological institution and ability to work in a harmonious manner with staff, volunteers and supervisors.  Previous Big Cat Experience required. \r\n2. Must be able to do some heavy lifting of at least 50 pounds.\r\n3. Must be able to work in unfavorable weather conditions including rain, snow, extreme heat, and freezing temperatures.\r\n4. Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\n5. Must be able to follow instructions and required policies and procedures.\r\n6. Must be honest, trustworthy and organized and be passionate about working with animals.\r\n7. Must have valid driver’s license and social security card.\r\n8. One [1] letter of reference/recommendation.\r\n9. Up to date vaccinations including for Tetanus and be TB Negative.\r\n\r\n<h6>Compensation and benefits</h6>\r\nSalary is dependent upon education and experience.  Vacation/Sick Time earned at 1 day per month of employment.  Health Care Stipend provided of $100 per month. On-site living opportunity is available for the right person.\r\n<h6>Application instructions</h6>\r\nPlease send your Resumé and Cover Letter to Careers@tigerworld.us along with your letter of recommendation. We also enjoy pictures of your past animal experiences with your application.  We carefully evaluate all applicants and will call for interviews over the phone. Select candidates will be asked to come to Tiger World for a working interview. Good Luck!\r\n', 'ANIMAL CARE SPECIALIST', 0, '', 'inherit', 'closed', 'closed', '', '5724-revision-v1', '', '', '2014-03-17 08:50:55', '2014-03-17 13:50:55', '', 5724, 'https://www.aazk.org/5724-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5728, 2, '2014-03-17 14:05:04', '2014-03-17 19:05:04', '<strong style="line-height: 1.5em;">March 22-28, 2014</strong><span style="line-height: 1.5em;"> AZA Mid-year Meeting, Memphis, TN  For more information go to: AAZA.org/midyearmeeting</span>\r\n\r\n<strong>April 13-18, 2014 </strong>ABMA’s 14th Annual Conference Dallas, TX For more information go to: <a href="http://theabma.org/" target="_blank">theabma.org</a>\r\n\r\n<strong>April 29-May 2, 2014 </strong>- African painted Dog Conference, Chicago, IL.  This conference will be hosted by the Chicago Zoological Society at Brookfield Zoo.  Please join us in helping to enhance and improve the care and conservation of African Painted Dogs.  For more information and to register, please visit: <a href="http://www.czs.org/czs/APDConference">http://www.czs.org/czs/APDConference</a>\r\n\r\n<strong>June 20-26, 2014 </strong>- International Gorilla Workshop, Atlanta, GA.  Sponsored by Zoo Atlanta.  For more information visit: <a href="http://www.igw2014.wordpress.com">www.igw2014.wordpress.com</a>.\r\n\r\n<strong style="line-height: 1.5em;">August 4-7, 2014 </strong><span style="line-height: 1.5em;">- 12th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles.  Orlando, FL.  For more information go to: <a href="http://www.turtlesurvival.org">www.turtlesurvival.org</a></span>\r\n\r\n<strong>September 8-12, 2014</strong> - AAZK Conference, Orlando FL. Hosted by Disney\'s Animal Kingdom. For information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n\r\n<strong>September 10-15, 2014 </strong>- International Wild Waterfowl Association Conference, Salt Lake City, UT m For more information visit: <a href="http://www.wildwaterfowl.org">www.wildwaterfowl.org</a>\r\n\r\n<strong>September 12-18, 2014</strong> - AZA National Conference, Orlando, FL.  Hosted by Disney’s Animal Kingdom, The Seas, and SeaWorld Orlando. For more information visit <a href="http://www.aza.org">www.aza.org</a>\r\n\r\n<strong>Otober 6-8, 2014 </strong>- 3rd International Flamingo Symposium Hosted by SeaWorld San Diego, San Diego. CA.  For more information contact: laurie.conrad@SeaWorld.com\r\n\r\n<strong>October 6-9, 2014 - </strong>Hosted by the Houston Zoo\r\n\r\n<strong>Orangutan SSP Husbandry Workshop &amp; Conservation Summit</strong>\r\n\r\nThe SSP Husbandry Workshop will be held in conjunction with an Orangutan Conservation Summit at the Houston Zoo. The meeting will feature a full day husbandry workshop on Monday, October 6, 2014, covering topics pertaining to captive populations including enrichment, training, and veterinary care, through presentations, posters and panel discussions. The Conservation Summit will begin on October 7, 2014 and focus on exploring the emergent issues facing wild orangutans, as well as helping more zoos holding orangutans commit to participating in the vital role of saving them. Houston is lining up key personnel involved in orangutan conservation across Borneo and Sumatra for this very special event.\r\n\r\nFor more info: <a href="http://www.houstonzoo.org/orangutan-husbandry-workshop-and-conservation-summit/" target="_blank">http://www.houstonzoo.org/<wbr />orangutan-husbandry-workshop-<wbr />and-conservation-summit/</a> or contact <a href="mailto:conservation@houstonzoo.org" target="_blank">conservation@houstonzoo.org</a>\r\n\r\n<strong>October 8-11, 2014 </strong>- Advancing Bear Care 2014,  Barasov, Romoania.  For more information visit: <a href="http://www.bearcaregroup.org">www.bearcaregroup.org</a>\r\n\r\n<b>November 10-13, 2014</b> - Zoological Association of America (ZAA) National Conference, Gulf Breeze, FL  - Hosted by the Gulf Breeze Zoo.  For more information visit: <a href="http://www.zaa.org">www.zaa.org</a><b>\r\n</b>\r\n\r\n&nbsp;', 'Coming Events', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2014-03-17 14:05:04', '2014-03-17 19:05:04', '', 435, 'https://www.aazk.org/435-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5729, 2, '2014-03-17 14:05:36', '2014-03-17 19:05:36', '<strong style="line-height: 1.5em;">March 22-28, 2014</strong><span style="line-height: 1.5em;"> AZA Mid-year Meeting, Memphis, TN  For more information go to: AAZA.org/midyearmeeting</span>\r\n\r\n<strong>April 13-18, 2014 </strong>ABMA’s 14th Annual Conference Dallas, TX For more information go to: <a href="http://theabma.org/" target="_blank">theabma.org</a>\r\n\r\n<strong>April 29-May 2, 2014 </strong>- African painted Dog Conference, Chicago, IL.  This conference will be hosted by the Chicago Zoological Society at Brookfield Zoo.  Please join us in helping to enhance and improve the care and conservation of African Painted Dogs.  For more information and to register, please visit: <a href="http://www.czs.org/czs/APDConference">http://www.czs.org/czs/APDConference</a>\r\n\r\n<strong>June 20-26, 2014 </strong>- International Gorilla Workshop, Atlanta, GA.  Sponsored by Zoo Atlanta.  For more information visit: <a href="http://www.igw2014.wordpress.com">www.igw2014.wordpress.com</a>.\r\n\r\n<strong style="line-height: 1.5em;">August 4-7, 2014 </strong><span style="line-height: 1.5em;">- 12th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles.  Orlando, FL.  For more information go to: <a href="http://www.turtlesurvival.org">www.turtlesurvival.org</a></span>\r\n\r\n<strong>September 8-12, 2014</strong> - AAZK Conference, Orlando FL. Hosted by Disney\'s Animal Kingdom. For information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n\r\n<strong>September 10-15, 2014 </strong>- International Wild Waterfowl Association Conference, Salt Lake City, UT m For more information visit: <a href="http://www.wildwaterfowl.org">www.wildwaterfowl.org</a>\r\n\r\n<strong>September 12-18, 2014</strong> - AZA National Conference, Orlando, FL.  Hosted by Disney’s Animal Kingdom, The Seas, and SeaWorld Orlando. For more information visit <a href="http://www.aza.org">www.aza.org</a>\r\n\r\n<strong>Otober 6-8, 2014 </strong>- 3rd International Flamingo Symposium Hosted by SeaWorld San Diego, San Diego. CA.  For more information contact: laurie.conrad@SeaWorld.com\r\n\r\n<strong>October 6-9, 2014 - </strong>Hosted by the Houston Zoo\r\n\r\n<strong>Orangutan SSP Husbandry Workshop &amp; Conservation Summit</strong>\r\n\r\nThe SSP Husbandry Workshop will be held in conjunction with an Orangutan Conservation Summit at the Houston Zoo. The meeting will feature a full day husbandry workshop on Monday, October 6, 2014, covering topics pertaining to captive populations including enrichment, training, and veterinary care, through presentations, posters and panel discussions. The Conservation Summit will begin on October 7, 2014 and focus on exploring the emergent issues facing wild orangutans, as well as helping more zoos holding orangutans commit to participating in the vital role of saving them. Houston is lining up key personnel involved in orangutan conservation across Borneo and Sumatra for this very special event.\r\n\r\nFor more info: <a href="http://www.houstonzoo.org/orangutan-husbandry-workshop-and-conservation-summit/" target="_blank">http://www.houstonzoo.org/<wbr />orangutan-husbandry-workshop-<wbr />and-conservation-summit/</a> or contact <a href="mailto:conservation@houstonzoo.org" target="_blank">conservation@houstonzoo.org</a>\r\n\r\n<strong>October 8-11, 2014 </strong>- Advancing Bear Care 2014,  Barasov, Romania.  For more information visit: <a href="http://www.bearcaregroup.org">www.bearcaregroup.org</a>\r\n\r\n<b>November 10-13, 2014</b> - Zoological Association of America (ZAA) National Conference, Gulf Breeze, FL  - Hosted by the Gulf Breeze Zoo.  For more information visit: <a href="http://www.zaa.org">www.zaa.org</a><b>\r\n</b>\r\n\r\n&nbsp;', 'Coming Events', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2014-03-17 14:05:36', '2014-03-17 19:05:36', '', 435, 'https://www.aazk.org/435-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5731, 2, '2014-03-18 13:54:55', '2014-03-18 18:54:55', '<h4>Grants Offered</h4>\r\n<strong>Deadlines for all grants is March 1st of every year.</strong>\r\n<h6>The AAZK Professional Development Grant</h6>\r\nThe AAZK Professional Development Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.\r\n<h6>The AAZK Conservation, Preservation and Restoration Grant</h6>\r\nThe purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/CPR-Grant-Guidelines.doc">CPR Grant Guidelines</a>\r\n<h6>The AAZK Research Grant</h6>\r\nThe purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.\r\n<div class="hr"></div>\r\n<h4>Qualifications</h4>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.\r\n<div class="hr"></div>\r\n<h4>Restrictions</h4>\r\nThe Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the conservation/research value of the program the applicant will be participating in.\r\n\r\nThe purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.\r\n\r\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/research_grant_database.pdf" target="_blank">Research Grant Database</a>\r\n<pre>The Research Grant Database is in Adobe PDF format. If you do not have Adobe Acrobat Reader, please download the free software <a href="http://get.adobe.com/reader/" target="_blank">here</a>.</pre>\r\n<h4>Examples of Past Grants</h4>\r\nExamples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.\r\n<h6>Research Grants</h6>\r\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_blood_typing.pdf" target="_blank">Cataloguing Blood Types for SSP Populations of Great Apes</a>\r\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_project_penguin.pdf" target="_blank">Project Penguin: Semen Collection</a>\r\n<h6>Conservation, Restoration, and Preservation Grants</h6>\r\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_river_otter_survey.pdf" target="_blank">North American River Otter Latrine Site Survey</a>\r\n<h6>Travel Grants</h6>\r\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_amphibian_keeper_course.pdf" target="_blank">Amphibians, their current status, and an important AZA course for any amphibian keeper</a>\r\n<div class="hr"></div>\r\n<h4>Past Recipients</h4>\r\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_awards-_2008.pdf" target="_blank">2008 Grant Awards [PDF]</a>\r\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_awards2012.pdf" target="_blank">2012 Grant Awards [PDF]</a>\r\n<div id="inner-links"></div>', 'Available Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2014-03-18 13:54:55', '2014-03-18 18:54:55', '', 14, 'https://www.aazk.org/14-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5732, 2, '2014-03-18 14:01:30', '2014-03-18 19:01:30', '', 'Professional Development Grant Guidelines', 0, '', 'inherit', 'closed', 'closed', '', 'professional-development-grant-guidelines', '', '', '2014-03-18 14:01:30', '2014-03-18 19:01:30', '', 14, 'https://www.aazk.org/wp-content/uploads/Professional-Development-Grant-Guidelines.doc', 0, 'attachment', 'application/msword', 0) ; 
INSERT INTO `wp_posts` VALUES (5733, 2, '2014-03-18 14:01:36', '2014-03-18 19:01:36', '<h4>Grants Offered</h4>\r\n<strong>Deadlines for all grants is March 1st of every year.</strong>\r\n<h6>The AAZK Professional Development Grant</h6>\r\nThe AAZK Professional Development Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Grant-Guidelines.doc">Professional Development Grant Guidelines</a>\r\n<h6>The AAZK Conservation, Preservation and Restoration Grant</h6>\r\nThe purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/CPR-Grant-Guidelines.doc">CPR Grant Guidelines</a>\r\n<h6>The AAZK Research Grant</h6>\r\nThe purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.\r\n<div class="hr"></div>\r\n<h4>Qualifications</h4>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.\r\n<div class="hr"></div>\r\n<h4>Restrictions</h4>\r\nThe Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the conservation/research value of the program the applicant will be participating in.\r\n\r\nThe purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.\r\n\r\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/research_grant_database.pdf" target="_blank">Research Grant Database</a>\r\n<pre>The Research Grant Database is in Adobe PDF format. If you do not have Adobe Acrobat Reader, please download the free software <a href="http://get.adobe.com/reader/" target="_blank">here</a>.</pre>\r\n<h4>Examples of Past Grants</h4>\r\nExamples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.\r\n<h6>Research Grants</h6>\r\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_blood_typing.pdf" target="_blank">Cataloguing Blood Types for SSP Populations of Great Apes</a>\r\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_project_penguin.pdf" target="_blank">Project Penguin: Semen Collection</a>\r\n<h6>Conservation, Restoration, and Preservation Grants</h6>\r\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_river_otter_survey.pdf" target="_blank">North American River Otter Latrine Site Survey</a>\r\n<h6>Travel Grants</h6>\r\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_amphibian_keeper_course.pdf" target="_blank">Amphibians, their current status, and an important AZA course for any amphibian keeper</a>\r\n<div class="hr"></div>\r\n<h4>Past Recipients</h4>\r\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_awards-_2008.pdf" target="_blank">2008 Grant Awards [PDF]</a>\r\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_awards2012.pdf" target="_blank">2012 Grant Awards [PDF]</a>\r\n<div id="inner-links"></div>', 'Available Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2014-03-18 14:01:36', '2014-03-18 19:01:36', '', 14, 'https://www.aazk.org/14-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5734, 2, '2014-03-18 14:07:52', '2014-03-18 19:07:52', '', 'Research Grant Guidelines', 0, '', 'inherit', 'closed', 'closed', '', 'research-grant-guidelines', '', '', '2014-03-18 14:07:52', '2014-03-18 19:07:52', '', 14, 'https://www.aazk.org/wp-content/uploads/Research-Grant-Guidelines.doc', 0, 'attachment', 'application/msword', 0) ; 
INSERT INTO `wp_posts` VALUES (5735, 2, '2014-03-18 14:07:57', '2014-03-18 19:07:57', '<h4>Grants Offered</h4>\r\n<strong>Deadlines for all grants is March 1st of every year.</strong>\r\n<h6>The AAZK Professional Development Grant</h6>\r\nThe AAZK Professional Development Grant is designed to assist AAZK members with costs associated with attending professional meetings or workshops, or, participating in field research.\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Professional-Development-Grant-Guidelines.doc">Professional Development Grant Guidelines</a>\r\n<h6>The AAZK Conservation, Preservation and Restoration Grant</h6>\r\nThe purpose of the AAZK CPR Committee\'s Zoo Keeper Grant in Conservation is to encourage and support efforts in conservation conducted by AAZK members in zoological parks and aquariums around the world.\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/CPR-Grant-Guidelines.doc">CPR Grant Guidelines</a>\r\n<h6>The AAZK Research Grant</h6>\r\nThe purpose of the AAZK Research Committee\'s Zoo Keeper Grant in Research is to encourage and support efforts in non-invasive research conducted by AAZK members in zoological parks and aquariums around the world.\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Research-Grant-Guidelines.doc">Research Grant Guidelines</a>\r\n<div class="hr"></div>\r\n<h4>Qualifications</h4>\r\nFull-time keepers/aquarists in zoological parks and aquariums, who are professional members of AAZK, INC. in good standing, are eligible to receive grants. Researchers other than zoo keepers may participate in the funded studies. The principal investigator, however, must be a keeper/aquarist.\r\n<div class="hr"></div>\r\n<h4>Restrictions</h4>\r\nThe Grants Committee will not fund any invasive biological studies, or any study that may cause an animal undue or prolonged discomfort or harm. Travel grants are awarded based on the applicant\'s experience and dedication to the zoo/aquarium field, the value of the travel objective to the member and their institution, as well as the Grant Committee\'s assessment of the conservation/research value of the program the applicant will be participating in.\r\n\r\nThe purpose of this international database is to provide information on organizations that offer outside grants for animal related research, conservation, and educational purposes. The database will be updated annually and new information added as it arises.\r\n\r\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/research_grant_database.pdf" target="_blank">Research Grant Database</a>\r\n<pre>The Research Grant Database is in Adobe PDF format. If you do not have Adobe Acrobat Reader, please download the free software <a href="http://get.adobe.com/reader/" target="_blank">here</a>.</pre>\r\n<h4>Examples of Past Grants</h4>\r\nExamples of past grants are listed below to give members a better idea of the types of projects that have been funded in the past.\r\n<h6>Research Grants</h6>\r\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_blood_typing.pdf" target="_blank">Cataloguing Blood Types for SSP Populations of Great Apes</a>\r\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_project_penguin.pdf" target="_blank">Project Penguin: Semen Collection</a>\r\n<h6>Conservation, Restoration, and Preservation Grants</h6>\r\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_river_otter_survey.pdf" target="_blank">North American River Otter Latrine Site Survey</a>\r\n<h6>Travel Grants</h6>\r\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_amphibian_keeper_course.pdf" target="_blank">Amphibians, their current status, and an important AZA course for any amphibian keeper</a>\r\n<div class="hr"></div>\r\n<h4>Past Recipients</h4>\r\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_awards-_2008.pdf" target="_blank">2008 Grant Awards [PDF]</a>\r\n<i class="left icon-download"></i> <a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/grant_awards2012.pdf" target="_blank">2012 Grant Awards [PDF]</a>\r\n<div id="inner-links"></div>', 'Available Grants', 0, '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2014-03-18 14:07:57', '2014-03-18 19:07:57', '', 14, 'https://www.aazk.org/14-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5763, 0, '2014-03-27 17:48:02', '2014-03-27 22:48:02', '<h5>Facility</h5>\r\n<p>Happy Hollow Park &amp; Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nUnder the general direction of the Zoo Director and Zoo Curator, the Senior Zoo Keeper is responsible for the supervision, training, scheduling, and assignment of Zoo Keepers, Trainees and Volunteers in safely providing a high standard of care for animals in the Happy Hollow Park &amp; Zoo animal collection.  The ideal candidate will possess excellent communication skills (verbal and written) and must have the ability to establish and maintain effective working relationships with other Happy Hollow Park &amp; Zoo staff at all levels. Familiarity with a wide variety of taxa including birds, carnivores, hoofstock, primates and herptiles as well as a background in animal training and enrichment are preferred. \r\n<h6>Education and Pre-requisites</h6>\r\nEducation:  Completion of high school or equivalent General Educational Development (G.E.D) Certificate, or California Proficiency Certificate. \r\n\r\nExperience:  Three years of experience in the care of zoo animals, including one year in a lead or supervisory position. \r\n\r\nLicenses or Certificates:  Possession of a valid State of California driver¿s license may be required \r\n\r\nAcceptable Substitutions:  Course work from an accredited college or university in Biology, Zoology, Zoo Keeping, Animal Training and Management or closely related field can substitute for two years of the required experience on a year-for-year basis. \r\n<h6>Compensation and benefits</h6>\r\nJob Title:  Senr Zoo Keeper\r\nJob ID:  4072\r\nSalary Min:  $41142.40\r\nSalary Max:  $49982.40\r\nFull-Time with benefits\r\nClose Date:\r\n04/09/2014\r\n<h6>Application instructions</h6>\r\nFor a complete description of this position as well as application instructions and the ability to apply online, please visit: https://cityjobs.sanjoseca.gov/psc/prod/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL\r\n', 'Senior Zoo Keeper FT', 0, '', 'inherit', 'closed', 'closed', '', '5761-revision-v1', '', '', '2014-03-27 17:48:02', '2014-03-27 22:48:02', '', 5761, 'https://www.aazk.org/5761-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5764, 3, '2014-03-27 18:25:28', '2014-03-27 23:25:28', '<h5>Facility</h5>\r\n<p>Happy Hollow Park &amp; Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nA Zoo Keeper performs work involving the care of zoo animals and maintenance of cages, enclosures, grounds and service areas. The incumbent prepares diets for the animal collection; performs maintenance tasks for animal enclosures, holding and service areas; works with animal collection in preparation for presentations, capture and restraint, basic husbandry, and behavioral enrichment; and responds to general questions from the public regarding zoo animals. The work schedule includes weekdays, weekends and holidays as assigned. There is one part-time position vacancy being recruited for at this time, however, all candidates interested in employment in this classification are encouraged to submit their applications for consideration, as additional full-time opportunities may utilize the applicants from this recruitment at a later date.\r\n<h6>Education and Pre-requisites</h6>\r\nAny combination of training and experience equivalent to the following:\r\n\r\n1. Education: Completion of high school or equivalent General Educational Development (G.E.D.) Certificate, or California Proficiency Certificate.\r\n\r\n2. Experience: One year of experience in the care of non-domestic animals.\r\n\r\n3. Acceptable Substitutions: Successful completion of one year of course work from an accredited college or university in Biology, Zoology, Zoo Keeping, Animal Training and Management or closely related field can be substituted for the required one year of experience.\r\n\r\n4. Licenses or Certificates: Possession of a Valid California Driver\'s License may be required.\r\n<h6>Compensation and benefits</h6>\r\nJob Title:\r\nZoo Keeper (PT) - Happy Hollow Zoo\r\nSalary:  $15.96 hourly\r\nPart-Time\r\nClose Date:  04/06/2014\r\n<h6>Application instructions</h6>\r\nTo be considered for this vacancy, candidates must answer all job specific questions and complete all sections in the on-line application (including education and work experience); otherwise, applications will be deemed incomplete.\r\n\r\nFor a complete description of the position and the ability to apply online please visit:\r\n\r\nhttps://cityjobs.sanjoseca.gov/psc/prod/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL\r\n', 'Zoo Keeper PT unbenefitted', 0, '', 'publish', 'closed', 'closed', '', 'zoo-keeper-pt-unbenefitted', '', '', '2014-03-27 18:25:28', '2014-03-27 23:25:28', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5764', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5765, 0, '2014-03-27 18:25:28', '2014-03-27 23:25:28', '', 'Zoo Keeper PT unbenefitted', 0, '', 'inherit', 'closed', 'closed', '', '5764-revision-v1', '', '', '2014-03-27 18:25:28', '2014-03-27 23:25:28', '', 5764, 'https://www.aazk.org/5764-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5766, 0, '2014-03-27 18:25:28', '2014-03-27 23:25:28', '<h5>Facility</h5>\r\n<p>Happy Hollow Park &amp; Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nA Zoo Keeper performs work involving the care of zoo animals and maintenance of cages, enclosures, grounds and service areas. The incumbent prepares diets for the animal collection; performs maintenance tasks for animal enclosures, holding and service areas; works with animal collection in preparation for presentations, capture and restraint, basic husbandry, and behavioral enrichment; and responds to general questions from the public regarding zoo animals. The work schedule includes weekdays, weekends and holidays as assigned. There is one part-time position vacancy being recruited for at this time, however, all candidates interested in employment in this classification are encouraged to submit their applications for consideration, as additional full-time opportunities may utilize the applicants from this recruitment at a later date.\r\n<h6>Education and Pre-requisites</h6>\r\nAny combination of training and experience equivalent to the following:\r\n\r\n1. Education: Completion of high school or equivalent General Educational Development (G.E.D.) Certificate, or California Proficiency Certificate.\r\n\r\n2. Experience: One year of experience in the care of non-domestic animals.\r\n\r\n3. Acceptable Substitutions: Successful completion of one year of course work from an accredited college or university in Biology, Zoology, Zoo Keeping, Animal Training and Management or closely related field can be substituted for the required one year of experience.\r\n\r\n4. Licenses or Certificates: Possession of a Valid California Driver\'s License may be required.\r\n<h6>Compensation and benefits</h6>\r\nJob Title:\r\nZoo Keeper (PT) - Happy Hollow Zoo\r\nSalary:  $15.96 hourly\r\nPart-Time\r\nClose Date:  04/06/2014\r\n<h6>Application instructions</h6>\r\nTo be considered for this vacancy, candidates must answer all job specific questions and complete all sections in the on-line application (including education and work experience); otherwise, applications will be deemed incomplete.\r\n\r\nFor a complete description of the position and the ability to apply online please visit:\r\n\r\nhttps://cityjobs.sanjoseca.gov/psc/prod/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL\r\n', 'Zoo Keeper PT unbenefitted', 0, '', 'inherit', 'closed', 'closed', '', '5764-revision-v1', '', '', '2014-03-27 18:25:28', '2014-03-27 23:25:28', '', 5764, 'https://www.aazk.org/5764-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5767, 3, '2014-03-28 13:06:40', '2014-03-28 18:06:40', '<h5>Facility</h5>\r\n<p>Micke Grove Zoo-San Joaquin County</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThis part-time / temporary recruitment is being given to fill vacancies in the Parks and Recreation division and to create a referral list to fill future vacancies. This position which is located at Micke Grove Zoo will be responsible for maintaining the care, feeding, and cleaning of zoo animals. Candidates will need to be available days, evenings, weekends and holidays.\r\n\r\nTYPICAL DUTIES\r\n•  Monitors the health and well-being of living animal collections by noting physical or behavioral changes, and takes appropriate action; observes for signs of illness or injury, including diet consumption and other variables used to assess animal condition; records and reports problems and consults with supervisory staff and veterinarian as necessary; captures, moves or isolates animals as circumstances require, ensuring safety of the animals, staff and the public. \r\n•  Prepares and distributes animal diets; prepares meals according to prescribed needs of animals; adds dietary supplements; maintains safe and sanitary food preparation and storage areas; monitors food and supplies inventory; prepares lists and orders food and supplemental items; rotates stock to ensure fresh food supply. \r\n•  Cleans, disinfects and maintains animal exhibits and veterinary facilities; removes waste; cleans and disinfects water bowls and water areas; rakes and disposes of leaves and litter; makes minor repairs to maintain integrity of enclosures; monitors for pests and predators; checks operating systems and makes seasonal adjustments as conditions require. \r\n•  Provides animal enrichment to simulate natural conditions; researches natural behavior and habitats; plans and implements training projects; documents effectiveness of enrichment provided; identifies and installs appropriate exhibit furnishings, such as perching, nest sites, foraging areas, resting platforms, landscape materials. \r\n•  Prepares, distributes, and documents medications, and provides health care under veterinary direction; may calculate and measure restraint drugs; captures or restrains animals for veterinary care procedures and animal management needs; monitors animals during post-operative recovery period. \r\n•  Maintains exhibits, grounds, service areas, and support facilities to provide a safe, attractive and healthy environment for animals, and the public; maintains operations of aquatic systems; monitors equipment to maintain required safety standards for zoo species and the public; assists in planning or design to update or create new exhibits. \r\n•  Supervises and inspects volunteer staff work; trains volunteer staff. \r\n•  Interacts with zoo visitors and general public; explains and enforces zoo regulations and policies; provides information on animal natural history, care and conservation; answers routine questions by zoo visitors; makes presentations to community groups; communicates with professional peers on questions affecting species management and care. \r\n•  Provides safe transport of zoo specimens for acquisition, disposition and/or veterinary medical needs and provides species-appropriate temporary housing as required. \r\n•  Prepares records and reports regarding zoo activities, as required. \r\n\r\n<h6>Education and Pre-requisites</h6>\r\nEducation: Graduation from a four year accredited college or university with major coursework in biology, zoology, wildlife management, wildlife ecology, animal behavior, or a closely related field. \r\n\r\nExperience: One year paid experience caring for zoo animals and/or exotic species in a zoo or similar setting. \r\n\r\nSubstitution: Additional qualifying paid experience caring for zoo animals and/or exotic species in a zoo or similar setting may be substituted for education on a year for year basis. \r\n\r\nAND \r\n\r\nSpecial requirements: 1) Upon job offer, incumbents must successfully pass a tuberculosis test and maintain a negative tuberculosis test for duration of employment; 2) receive inoculation for rabies within six months of employment. \r\nCertifications: 1) Obtain First Aid/CPR certificate within six month of employment; and 2) obtain firearm safety training certificate within six months of employment. \r\nLicense: Possession of a valid California driver’s license. \r\n\r\nNote: Supplemental application must be submitted with employment application.\r\n\r\n<h6>Compensation and benefits</h6>\r\n$17.60 Per hour\r\n<h6>Application instructions</h6>\r\nApply Online: \r\nwww.sjgov.org/hr\r\n\r\nBy mail or in person: \r\nSan Joaquin County Human Resources\r\n44 N. San Joaquin Street Suite 330 \r\nStockton, Ca 95202 \r\n\r\nOffice hours: \r\nMonday – Friday 8:00 am to 5:00 pm; excluding holidays.\r\nPhone: (209) 468-3370 \r\n\r\nJob Line: \r\nFor current employment opportunities please call our 24-hour job line at (209) 468-3377. \r\n\r\nWhen a final filing date is indicated, applications must be filed with the Human Resources Division before 5:00 p.m. or postmarked by the final filing date. Resumes will not be accepted in lieu of an application. Applications sent through county inter-office mail, which are not received by the final filing date, will not be accepted. (The County assumes no responsibility for mailed applications which are not received by the Human Resources Division). \r\n\r\nSan Joaquin County Substance Abuse Policy: San Joaquin County has adopted a Substance Abuse Policy in compliance with the Federal Drug Free Workplace Act of 1988. This policy is enforced by all San Joaquin County Departments and applies to all San Joaquin County employees.\r\n\r\nEqual Opportunity Employer: San Joaquin County is an Equal Employment Opportunity (EEO) Employer and is committed to providing equal employment to all without regard to age, ancestry, color, creed, marital status, medical condition, national origin, physical or mental disability, political affiliation or belief, pregnancy, race, religion, sex, or sexual orientation. For more information go to www.sjgov.org/eeo.\r\n\r\n', 'Animal Care Specialist', 0, '', 'publish', 'closed', 'closed', '', 'animal-care-specialist-3', '', '', '2014-03-28 13:06:40', '2014-03-28 18:06:40', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5767', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5768, 0, '2014-03-28 13:06:40', '2014-03-28 18:06:40', '', 'Animal Care Specialist', 0, '', 'inherit', 'closed', 'closed', '', '5767-revision-v1', '', '', '2014-03-28 13:06:40', '2014-03-28 18:06:40', '', 5767, 'https://www.aazk.org/5767-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5769, 0, '2014-03-28 13:06:40', '2014-03-28 18:06:40', '<h5>Facility</h5>\r\n<p>Micke Grove Zoo-San Joaquin County</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThis part-time / temporary recruitment is being given to fill vacancies in the Parks and Recreation division and to create a referral list to fill future vacancies. This position which is located at Micke Grove Zoo will be responsible for maintaining the care, feeding, and cleaning of zoo animals. Candidates will need to be available days, evenings, weekends and holidays.\r\n\r\nTYPICAL DUTIES\r\n•  Monitors the health and well-being of living animal collections by noting physical or behavioral changes, and takes appropriate action; observes for signs of illness or injury, including diet consumption and other variables used to assess animal condition; records and reports problems and consults with supervisory staff and veterinarian as necessary; captures, moves or isolates animals as circumstances require, ensuring safety of the animals, staff and the public. \r\n•  Prepares and distributes animal diets; prepares meals according to prescribed needs of animals; adds dietary supplements; maintains safe and sanitary food preparation and storage areas; monitors food and supplies inventory; prepares lists and orders food and supplemental items; rotates stock to ensure fresh food supply. \r\n•  Cleans, disinfects and maintains animal exhibits and veterinary facilities; removes waste; cleans and disinfects water bowls and water areas; rakes and disposes of leaves and litter; makes minor repairs to maintain integrity of enclosures; monitors for pests and predators; checks operating systems and makes seasonal adjustments as conditions require. \r\n•  Provides animal enrichment to simulate natural conditions; researches natural behavior and habitats; plans and implements training projects; documents effectiveness of enrichment provided; identifies and installs appropriate exhibit furnishings, such as perching, nest sites, foraging areas, resting platforms, landscape materials. \r\n•  Prepares, distributes, and documents medications, and provides health care under veterinary direction; may calculate and measure restraint drugs; captures or restrains animals for veterinary care procedures and animal management needs; monitors animals during post-operative recovery period. \r\n•  Maintains exhibits, grounds, service areas, and support facilities to provide a safe, attractive and healthy environment for animals, and the public; maintains operations of aquatic systems; monitors equipment to maintain required safety standards for zoo species and the public; assists in planning or design to update or create new exhibits. \r\n•  Supervises and inspects volunteer staff work; trains volunteer staff. \r\n•  Interacts with zoo visitors and general public; explains and enforces zoo regulations and policies; provides information on animal natural history, care and conservation; answers routine questions by zoo visitors; makes presentations to community groups; communicates with professional peers on questions affecting species management and care. \r\n•  Provides safe transport of zoo specimens for acquisition, disposition and/or veterinary medical needs and provides species-appropriate temporary housing as required. \r\n•  Prepares records and reports regarding zoo activities, as required. \r\n\r\n<h6>Education and Pre-requisites</h6>\r\nEducation: Graduation from a four year accredited college or university with major coursework in biology, zoology, wildlife management, wildlife ecology, animal behavior, or a closely related field. \r\n\r\nExperience: One year paid experience caring for zoo animals and/or exotic species in a zoo or similar setting. \r\n\r\nSubstitution: Additional qualifying paid experience caring for zoo animals and/or exotic species in a zoo or similar setting may be substituted for education on a year for year basis. \r\n\r\nAND \r\n\r\nSpecial requirements: 1) Upon job offer, incumbents must successfully pass a tuberculosis test and maintain a negative tuberculosis test for duration of employment; 2) receive inoculation for rabies within six months of employment. \r\nCertifications: 1) Obtain First Aid/CPR certificate within six month of employment; and 2) obtain firearm safety training certificate within six months of employment. \r\nLicense: Possession of a valid California driver’s license. \r\n\r\nNote: Supplemental application must be submitted with employment application.\r\n\r\n<h6>Compensation and benefits</h6>\r\n$17.60 Per hour\r\n<h6>Application instructions</h6>\r\nApply Online: \r\nwww.sjgov.org/hr\r\n\r\nBy mail or in person: \r\nSan Joaquin County Human Resources\r\n44 N. San Joaquin Street Suite 330 \r\nStockton, Ca 95202 \r\n\r\nOffice hours: \r\nMonday – Friday 8:00 am to 5:00 pm; excluding holidays.\r\nPhone: (209) 468-3370 \r\n\r\nJob Line: \r\nFor current employment opportunities please call our 24-hour job line at (209) 468-3377. \r\n\r\nWhen a final filing date is indicated, applications must be filed with the Human Resources Division before 5:00 p.m. or postmarked by the final filing date. Resumes will not be accepted in lieu of an application. Applications sent through county inter-office mail, which are not received by the final filing date, will not be accepted. (The County assumes no responsibility for mailed applications which are not received by the Human Resources Division). \r\n\r\nSan Joaquin County Substance Abuse Policy: San Joaquin County has adopted a Substance Abuse Policy in compliance with the Federal Drug Free Workplace Act of 1988. This policy is enforced by all San Joaquin County Departments and applies to all San Joaquin County employees.\r\n\r\nEqual Opportunity Employer: San Joaquin County is an Equal Employment Opportunity (EEO) Employer and is committed to providing equal employment to all without regard to age, ancestry, color, creed, marital status, medical condition, national origin, physical or mental disability, political affiliation or belief, pregnancy, race, religion, sex, or sexual orientation. For more information go to www.sjgov.org/eeo.\r\n\r\n', 'Animal Care Specialist', 0, '', 'inherit', 'closed', 'closed', '', '5767-revision-v1', '', '', '2014-03-28 13:06:40', '2014-03-28 18:06:40', '', 5767, 'https://www.aazk.org/5767-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5770, 3, '2014-04-01 10:38:55', '2014-04-01 15:38:55', '<h5>Facility</h5>\r\n<p>Utah\'s Hogle Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nUtah’s Hogle Zoo is announcing the opening of a full time position as an Animal Keeper in the great ape and primate areas, within the Animal Care Department.\r\n\r\nThe Zoo is seeking a highly-qualified animal care specialist to provide superior daily care to many species of primates, preference given to those with experience working with western lowland gorillas and Bornean orangutans. Will be involved with exhibit maintenance, conservation breeding programs, introductions for housing, veterinary procedures, animal training and enrichment, addressing the media, education programs, research and caring for other animals or areas as needed.  \r\n\r\n<h6>Education and Pre-requisites</h6>\r\nApplicants must be able to work effectively in a strong team environment, foster positive interactions with guests and other Zoo departments, serve as an ambassador for the Zoo and liaison to the Association of Zoos and Aquariums in regards to animal programs, and possess a strong commitment to wildlife conservation, animal welfare, and providing a high-quality guest experience. Excellent writing and public speaking skills are necessary. At least 3-years paid experience working with great apes is required. There is a strong expectation of experience in operant conditioning and training techniques and ability to uphold high enrichment standards. A degree in life sciences, biology, primatology, zoology or related field is preferred. \r\n\r\nApplicant must be able to work under diverse and variable weather conditions and be able to lift over 60 pounds without injury, bend, stoop, jump, and stretch. Good driving record required. \r\n\r\n<h6>Compensation and benefits</h6>\r\nThis is a full time year round benefit-eligible position. Wages commensurate with experience.\r\n\r\nSalt Lake City, Utah, is the gateway for outstanding outdoor activities with world-class skiing less than 30 minutes away and more than 20 National Parks and monuments within a few hours\' drive – this area is ideal for nature lovers!  \r\n<h6>Application instructions</h6>\r\nAnyone interested in this position should send a cover letter and resume to Boanna Owens, Animal Care Supervisor (bowens@hoglezoo.org) by April 15, 2014. Utah’s Hogle Zoo is an Equal Opportunity Employer. \r\n', 'Animal Keeper- Great Apes', 0, '', 'publish', 'closed', 'closed', '', 'animal-keeper-great-apes', '', '', '2014-04-01 10:38:56', '2014-04-01 15:38:56', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5770', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5771, 0, '2014-04-01 10:38:55', '2014-04-01 15:38:55', '', 'Animal Keeper- Great Apes', 0, '', 'inherit', 'closed', 'closed', '', '5770-revision-v1', '', '', '2014-04-01 10:38:55', '2014-04-01 15:38:55', '', 5770, 'https://www.aazk.org/5770-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5772, 0, '2014-04-01 10:38:56', '2014-04-01 15:38:56', '<h5>Facility</h5>\r\n<p>Utah\'s Hogle Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nUtah’s Hogle Zoo is announcing the opening of a full time position as an Animal Keeper in the great ape and primate areas, within the Animal Care Department.\r\n\r\nThe Zoo is seeking a highly-qualified animal care specialist to provide superior daily care to many species of primates, preference given to those with experience working with western lowland gorillas and Bornean orangutans. Will be involved with exhibit maintenance, conservation breeding programs, introductions for housing, veterinary procedures, animal training and enrichment, addressing the media, education programs, research and caring for other animals or areas as needed.  \r\n\r\n<h6>Education and Pre-requisites</h6>\r\nApplicants must be able to work effectively in a strong team environment, foster positive interactions with guests and other Zoo departments, serve as an ambassador for the Zoo and liaison to the Association of Zoos and Aquariums in regards to animal programs, and possess a strong commitment to wildlife conservation, animal welfare, and providing a high-quality guest experience. Excellent writing and public speaking skills are necessary. At least 3-years paid experience working with great apes is required. There is a strong expectation of experience in operant conditioning and training techniques and ability to uphold high enrichment standards. A degree in life sciences, biology, primatology, zoology or related field is preferred. \r\n\r\nApplicant must be able to work under diverse and variable weather conditions and be able to lift over 60 pounds without injury, bend, stoop, jump, and stretch. Good driving record required. \r\n\r\n<h6>Compensation and benefits</h6>\r\nThis is a full time year round benefit-eligible position. Wages commensurate with experience.\r\n\r\nSalt Lake City, Utah, is the gateway for outstanding outdoor activities with world-class skiing less than 30 minutes away and more than 20 National Parks and monuments within a few hours\' drive – this area is ideal for nature lovers!  \r\n<h6>Application instructions</h6>\r\nAnyone interested in this position should send a cover letter and resume to Boanna Owens, Animal Care Supervisor (bowens@hoglezoo.org) by April 15, 2014. Utah’s Hogle Zoo is an Equal Opportunity Employer. \r\n', 'Animal Keeper- Great Apes', 0, '', 'inherit', 'closed', 'closed', '', '5770-revision-v1', '', '', '2014-04-01 10:38:56', '2014-04-01 15:38:56', '', 5770, 'https://www.aazk.org/5770-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5773, 3, '2014-04-01 10:45:46', '2014-04-01 15:45:46', '<h5>Facility</h5>\r\n<p>Utah\'s Hogle Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nUtah’s Hogle Zoo’s animal management is announcing the immediate opening of a full time animal care position, as a relief keeper in the Elephant Encounter area.\r\n\r\nThe Zoo is seeking qualified applicants for this full time, year round, benefited keeper position.  This position includes responsibility for the care and husbandry, and training of the resident pachyderms as well as other animals and areas as assigned.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nApplicants must be able to work effectively in a positive team environment, equally with guests, staff, and volunteers. Excellent communication including writing and public speaking skills will be necessary in the successful pursuit of this position.  Previous experience with pachyderms is desirable with an expectation of experience in and support of operant conditioning and training techniques, enrichment standards, as well as demonstrable public speaking skills.  Degree in life sciences, biology, zoology or related field preferred. Responsible for pachyderm management in a protected contact system, including daily husbandry, exhibit maintenance, training, observation, enrichment, and assisting in veterinary procedures, educational presentation, public relations and support aspects of the Zoo’s operation. Will also be trained to work in other animals areas of the Zoo, as assigned.\r\n\r\nApplicant must be able to work under diverse and variable weather conditions, in close proximity to visitors, be able to lift over 60 pounds, without injury, bend, stoop, jump, stretch an generally move quickly to avoid dangerous situation.  Excellent driving record required.\r\n\r\n<h6>Compensation and benefits</h6>\r\nPosition includes an excellent benefit package, including medical, dental, retirement plans and paid vacation and holiday time.  Salary is commensurate with experience.  \r\n\r\nSalt Lake City, Utah, is the gateway for outstanding outdoor activities with world-class skiing less than 30 minutes away and more than 20 National Parks and monuments within a few hours\' drive – this area is ideal for nature lovers!  \r\n\r\nUtah’s Hogle Zoo is an EEO. \r\n<h6>Application instructions</h6>\r\nAnyone interested in this position should email a cover letter and résumé to Gina Phillips, Animal Care Supervisor at gphillips@hoglezoo.org.\r\n\r\nThis position will remain open until filled.\r\n\r\n', 'Relief Animal Keeper – Pachyderms ', 0, '', 'publish', 'closed', 'closed', '', 'relief-animal-keeper-pachyderms', '', '', '2014-04-01 10:45:46', '2014-04-01 15:45:46', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5773', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5774, 0, '2014-04-01 10:45:46', '2014-04-01 15:45:46', '', 'Relief Animal Keeper – Pachyderms ', 0, '', 'inherit', 'closed', 'closed', '', '5773-revision-v1', '', '', '2014-04-01 10:45:46', '2014-04-01 15:45:46', '', 5773, 'https://www.aazk.org/5773-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5775, 0, '2014-04-01 10:45:46', '2014-04-01 15:45:46', '<h5>Facility</h5>\r\n<p>Utah\'s Hogle Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nUtah’s Hogle Zoo’s animal management is announcing the immediate opening of a full time animal care position, as a relief keeper in the Elephant Encounter area.\r\n\r\nThe Zoo is seeking qualified applicants for this full time, year round, benefited keeper position.  This position includes responsibility for the care and husbandry, and training of the resident pachyderms as well as other animals and areas as assigned.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nApplicants must be able to work effectively in a positive team environment, equally with guests, staff, and volunteers. Excellent communication including writing and public speaking skills will be necessary in the successful pursuit of this position.  Previous experience with pachyderms is desirable with an expectation of experience in and support of operant conditioning and training techniques, enrichment standards, as well as demonstrable public speaking skills.  Degree in life sciences, biology, zoology or related field preferred. Responsible for pachyderm management in a protected contact system, including daily husbandry, exhibit maintenance, training, observation, enrichment, and assisting in veterinary procedures, educational presentation, public relations and support aspects of the Zoo’s operation. Will also be trained to work in other animals areas of the Zoo, as assigned.\r\n\r\nApplicant must be able to work under diverse and variable weather conditions, in close proximity to visitors, be able to lift over 60 pounds, without injury, bend, stoop, jump, stretch an generally move quickly to avoid dangerous situation.  Excellent driving record required.\r\n\r\n<h6>Compensation and benefits</h6>\r\nPosition includes an excellent benefit package, including medical, dental, retirement plans and paid vacation and holiday time.  Salary is commensurate with experience.  \r\n\r\nSalt Lake City, Utah, is the gateway for outstanding outdoor activities with world-class skiing less than 30 minutes away and more than 20 National Parks and monuments within a few hours\' drive – this area is ideal for nature lovers!  \r\n\r\nUtah’s Hogle Zoo is an EEO. \r\n<h6>Application instructions</h6>\r\nAnyone interested in this position should email a cover letter and résumé to Gina Phillips, Animal Care Supervisor at gphillips@hoglezoo.org.\r\n\r\nThis position will remain open until filled.\r\n\r\n', 'Relief Animal Keeper – Pachyderms ', 0, '', 'inherit', 'closed', 'closed', '', '5773-revision-v1', '', '', '2014-04-01 10:45:46', '2014-04-01 15:45:46', '', 5773, 'https://www.aazk.org/5773-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5777, 3, '2014-04-02 15:27:35', '2014-04-02 20:27:35', '<h5>Facility</h5>\r\n<p>California Science Center</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Director of Husbandry provides vision and is responsible for overseeing the Living Collection, Husbandry practices, appearance, living collection and operation of all assigned exhibits and support areas. This Assignments includes working in collaboration with the Veterinarian, Curator and Senior Vice President to provide proper husbandry for the living collections animals; acquiring new specimens; and collecting/participating in the sustainable management of the collection support tools, equipment, materials for the living collection. The Director oversees and fosters a team environment for a diverse team of professionals and volunteers including terrestrial, aquatic, dive staff and boating operations. \r\n\r\nMajor Job Responsibilities:\r\n\r\n-Responsible for the supervision of the Husbandry and Dive staff and for overseeing the care and management of all the Living Collections animals.\r\n-Participate in the acquisition of specimens for sustainable collection management through organization of trades/loans/purchases with other institutions, or collect/purchase as necessary.\r\n-Ensure adherence to Federal, State, and local agency laws, regulations, codes, and ordinances, as well as meeting AZA/USDA/OSHA standards.\r\n-Working with Senior Vice President, Oversee the development and implementation of policies and procedures related to living collection husbandry.\r\n-Direct and develop a diverse staff of employees and promote/foster a team environment.\r\n-Participate in the development and administration of annual operating budget, practices and protocols for the Husbandry department, procurement, practices and staff development.\r\n-Procure supplies and equipment and make recommendations for necessary contractual services.\r\n-Lead educational programs as required (presentations, lectures, tours, media spots, etc.). Maintain close working relationship with the State Curator and expanded team to develop exhibits and programs.\r\n-Occasionally travel on short notice and for extended periods as required to meet with other zoological professionals, to collect specimens, attend conferences and/or to transfer animals.\r\n-Attend and participate in professional group meetings and conferences to stay up to date on new trends and innovations within the field.\r\nServe as active member of the California Science Center Diving Control Board.\r\n-Contribute to the mission of the California Science Center and California Science Center Foundation by stimulating curiosity and inspiring science learning by creating fun, memorable experiences for the guests.\r\n-Perform other duties as required or as assigned by the Senior Vice President.\r\n<h6>Education and Pre-requisites</h6>\r\n-MBA or Bachelor’s degree in Biology, Zoology, Marine Science, or related field required.\r\n-5+ years minimum supervisory / managerial experience at a zoo or aquarium type facility, preferably an AZA accredited institution, required.\r\n-10+ years in Husbandry role. Responsibility for co-chairing the AZA Accreditation and meeting all AZA, husbandry and permit requirements of the living collection.\r\n-Highly desirable to be a Certified AAUS diver with vast diving experience including tank diving and open Ocean diving, collecting and marine scientific diving.\r\n-Capable of running various aquatic tanks and collecting fish, as well as possessing a strong working knowledge of fish and marine invertebrate husbandry. Similar skills related to terrestrial, insect and rainforest animals strongly recommended.\r\n-Able to dive 4 hours per day and up to 20 hours a week. Must be able to walk ½ mile in full dive gear, as well as be able to lift 80 pounds. Must be able to work effectively in adverse weather conditions.\r\n-Demonstrated knowledge of managing a diverse staff, budget preparation and control along with strategic planning for developing goals, projects and assignments.\r\n-Demonstrated knowledge of Federal, State, and Local laws, regulations, codes, and ordinances as applicable to possessing native and exotic animals, insects and aquatic species.\r\n-Understanding of modern principles and practices of captive husbandry, exhibition, mixed species displays and collection management highly desirable.\r\n-Understanding of modern principles and practices of captive animal exhibit design, developing exhibit educational goals, exhibit aesthetics and public educational goals.\r\n-Knowledge of fish and other marine life of the Pacific Coast highly desirable. Knowledge of species of an Asian Rainforest, Sonoran Desert and native California species critical.\r\n-Experience captaining boats and full knowledge of boating operations, maintenance and safety/emergency procedures, vessel trailer transport, and boat launching strongly desired. \r\n-Strong public speaking skills with ability to provide formal lecture and educational presentations.\r\n-Strong organization and planning skills with attention to detail.\r\n-Excellent written and oral communication essential.\r\n-Ability to work a flexible schedule which will include some weekends, holidays and non-traditional hours.\r\n\r\n\r\n<h6>Compensation and benefits</h6>\r\nSalary: Commensurate with experience plus excellent benefits. \r\n<h6>Application instructions</h6>\r\nSend Cover Letter, Resume and Salary History (A Must) to the HR Dept. via fax at 213-744-2673, email to HR@cscmail.org, or mail to the California Science Center Foundation, H. R. Dept, 700 Exposition Park Dr., Los Angeles, CA 90037. No phone calls please. EOE.\r\n', 'Director of Husbandry', 0, '', 'publish', 'closed', 'closed', '', 'director-of-husbandry', '', '', '2014-04-02 15:27:35', '2014-04-02 20:27:35', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5777', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5778, 0, '2014-04-02 15:27:35', '2014-04-02 20:27:35', '', 'Director of Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '5777-revision-v1', '', '', '2014-04-02 15:27:35', '2014-04-02 20:27:35', '', 5777, 'https://www.aazk.org/5777-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5779, 0, '2014-04-02 15:27:35', '2014-04-02 20:27:35', '<h5>Facility</h5>\r\n<p>California Science Center</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Director of Husbandry provides vision and is responsible for overseeing the Living Collection, Husbandry practices, appearance, living collection and operation of all assigned exhibits and support areas. This Assignments includes working in collaboration with the Veterinarian, Curator and Senior Vice President to provide proper husbandry for the living collections animals; acquiring new specimens; and collecting/participating in the sustainable management of the collection support tools, equipment, materials for the living collection. The Director oversees and fosters a team environment for a diverse team of professionals and volunteers including terrestrial, aquatic, dive staff and boating operations. \r\n\r\nMajor Job Responsibilities:\r\n\r\n-Responsible for the supervision of the Husbandry and Dive staff and for overseeing the care and management of all the Living Collections animals.\r\n-Participate in the acquisition of specimens for sustainable collection management through organization of trades/loans/purchases with other institutions, or collect/purchase as necessary.\r\n-Ensure adherence to Federal, State, and local agency laws, regulations, codes, and ordinances, as well as meeting AZA/USDA/OSHA standards.\r\n-Working with Senior Vice President, Oversee the development and implementation of policies and procedures related to living collection husbandry.\r\n-Direct and develop a diverse staff of employees and promote/foster a team environment.\r\n-Participate in the development and administration of annual operating budget, practices and protocols for the Husbandry department, procurement, practices and staff development.\r\n-Procure supplies and equipment and make recommendations for necessary contractual services.\r\n-Lead educational programs as required (presentations, lectures, tours, media spots, etc.). Maintain close working relationship with the State Curator and expanded team to develop exhibits and programs.\r\n-Occasionally travel on short notice and for extended periods as required to meet with other zoological professionals, to collect specimens, attend conferences and/or to transfer animals.\r\n-Attend and participate in professional group meetings and conferences to stay up to date on new trends and innovations within the field.\r\nServe as active member of the California Science Center Diving Control Board.\r\n-Contribute to the mission of the California Science Center and California Science Center Foundation by stimulating curiosity and inspiring science learning by creating fun, memorable experiences for the guests.\r\n-Perform other duties as required or as assigned by the Senior Vice President.\r\n<h6>Education and Pre-requisites</h6>\r\n-MBA or Bachelor’s degree in Biology, Zoology, Marine Science, or related field required.\r\n-5+ years minimum supervisory / managerial experience at a zoo or aquarium type facility, preferably an AZA accredited institution, required.\r\n-10+ years in Husbandry role. Responsibility for co-chairing the AZA Accreditation and meeting all AZA, husbandry and permit requirements of the living collection.\r\n-Highly desirable to be a Certified AAUS diver with vast diving experience including tank diving and open Ocean diving, collecting and marine scientific diving.\r\n-Capable of running various aquatic tanks and collecting fish, as well as possessing a strong working knowledge of fish and marine invertebrate husbandry. Similar skills related to terrestrial, insect and rainforest animals strongly recommended.\r\n-Able to dive 4 hours per day and up to 20 hours a week. Must be able to walk ½ mile in full dive gear, as well as be able to lift 80 pounds. Must be able to work effectively in adverse weather conditions.\r\n-Demonstrated knowledge of managing a diverse staff, budget preparation and control along with strategic planning for developing goals, projects and assignments.\r\n-Demonstrated knowledge of Federal, State, and Local laws, regulations, codes, and ordinances as applicable to possessing native and exotic animals, insects and aquatic species.\r\n-Understanding of modern principles and practices of captive husbandry, exhibition, mixed species displays and collection management highly desirable.\r\n-Understanding of modern principles and practices of captive animal exhibit design, developing exhibit educational goals, exhibit aesthetics and public educational goals.\r\n-Knowledge of fish and other marine life of the Pacific Coast highly desirable. Knowledge of species of an Asian Rainforest, Sonoran Desert and native California species critical.\r\n-Experience captaining boats and full knowledge of boating operations, maintenance and safety/emergency procedures, vessel trailer transport, and boat launching strongly desired. \r\n-Strong public speaking skills with ability to provide formal lecture and educational presentations.\r\n-Strong organization and planning skills with attention to detail.\r\n-Excellent written and oral communication essential.\r\n-Ability to work a flexible schedule which will include some weekends, holidays and non-traditional hours.\r\n\r\n\r\n<h6>Compensation and benefits</h6>\r\nSalary: Commensurate with experience plus excellent benefits. \r\n<h6>Application instructions</h6>\r\nSend Cover Letter, Resume and Salary History (A Must) to the HR Dept. via fax at 213-744-2673, email to HR@cscmail.org, or mail to the California Science Center Foundation, H. R. Dept, 700 Exposition Park Dr., Los Angeles, CA 90037. No phone calls please. EOE.\r\n', 'Director of Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '5777-revision-v1', '', '', '2014-04-02 15:27:35', '2014-04-02 20:27:35', '', 5777, 'https://www.aazk.org/5777-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5780, 3, '2014-04-02 18:15:06', '2014-04-02 23:15:06', '<h5>Facility</h5>\r\n<p><em>Not specified.</em></p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nGeneral Purpose:\r\nUnder general supervision manage and operate zoo fresh water and saltwater systems and other zoo related aquatic functions. \r\n\r\nTypical Duties:\r\nManage water systems for life support of zoo animals. Involves: Establish and maintain daily and periodic routines for systems and features used in aquatic operations. Perform preventive and predictive maintenance on zoo water systems. Detail and document standard operating procedures for start up, general operation, cleaning and backwashes, scheduled and unscheduled system shut down for maintenance and water quality needs. Evaluate and establish schedule for specific equipment maintenance and operation including but not limited to Ultraviolet Sterilizers, sand and bio filters, pumps, valves, sensors, piping, chemical dispensers, degas chambers, ozone generators, and miscellaneous related equipment.  Maintain minimum United States Department of Agriculture and Association of Zoo’s and Aquariums accreditation standard; zoo exhibits and water features.\r\n \r\nConduct daily inspection of pools, ponds, waterfalls, drinkers, waterers, containers, dispensers, streams and aquariums for water quality, clarity and proper levels. Inspect and review water systems daily including valves, shutoffs, chillers, gauges, heaters, filters and treatment equipment. Perform routine and emergency repairs to a variety of different equipment. Interpret readings and make necessary adjustments daily to accommodate temperatures, pressures, flow requirements, quality, operational needs and animal health and routine requirements. Utilize computerized and other electronic and digital equipment and computers for recording, monitoring and operating systems and components. Report daily to direct supervisors and to animal collections and health staff on status of systems and any animal health issues. Direct and assist with various methods of analysis on and off site for water quality including laboratory, mechanical, and chemical processes. \r\n \r\nDevelop, enforce, and maintain standard staff, animal, and equipment safety operating procedures and plans and utilize necessary safety equipment and materials. Involves: Maintain materials, supplies, and work area. Prepare and order supplies and materials for projects. Conduct research to identify current and best material for projects. Maintain supplies, equipment and materials in an orderly fashion. Assist with exhibit maintenance including construction and/or installation of structures and components as needed throughout zoo facilities. \r\n\r\n<h6>Education and Pre-requisites</h6>\r\nA High School diploma or GED, and three (3) years experience with an institutional water system involving filtration and treatment or a chemical laboratory facility for liquids involving sampling and testing and reporting of results.\r\n<h6>Compensation and benefits</h6>\r\n$15.81 - $25.27 Hourly\r\n<h6>Application instructions</h6>\r\nInterested applicants must go to www.elpasotexas.gov to apply. Applications are only accepted online. Applicants are encouraged to apply immediately. This position will close once a preset number of qualified applications have been received.\r\n', 'Aquatics Systems Manager', 0, '', 'publish', 'closed', 'closed', '', 'aquatics-systems-manager', '', '', '2014-04-02 18:15:06', '2014-04-02 23:15:06', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5780', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5781, 0, '2014-04-02 18:15:06', '2014-04-02 23:15:06', '', 'Aquatics Systems Manager', 0, '', 'inherit', 'closed', 'closed', '', '5780-revision-v1', '', '', '2014-04-02 18:15:06', '2014-04-02 23:15:06', '', 5780, 'https://www.aazk.org/5780-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5782, 0, '2014-04-02 18:15:06', '2014-04-02 23:15:06', '<h5>Facility</h5>\r\n<p><em>Not specified.</em></p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nGeneral Purpose:\r\nUnder general supervision manage and operate zoo fresh water and saltwater systems and other zoo related aquatic functions. \r\n\r\nTypical Duties:\r\nManage water systems for life support of zoo animals. Involves: Establish and maintain daily and periodic routines for systems and features used in aquatic operations. Perform preventive and predictive maintenance on zoo water systems. Detail and document standard operating procedures for start up, general operation, cleaning and backwashes, scheduled and unscheduled system shut down for maintenance and water quality needs. Evaluate and establish schedule for specific equipment maintenance and operation including but not limited to Ultraviolet Sterilizers, sand and bio filters, pumps, valves, sensors, piping, chemical dispensers, degas chambers, ozone generators, and miscellaneous related equipment.  Maintain minimum United States Department of Agriculture and Association of Zoo’s and Aquariums accreditation standard; zoo exhibits and water features.\r\n \r\nConduct daily inspection of pools, ponds, waterfalls, drinkers, waterers, containers, dispensers, streams and aquariums for water quality, clarity and proper levels. Inspect and review water systems daily including valves, shutoffs, chillers, gauges, heaters, filters and treatment equipment. Perform routine and emergency repairs to a variety of different equipment. Interpret readings and make necessary adjustments daily to accommodate temperatures, pressures, flow requirements, quality, operational needs and animal health and routine requirements. Utilize computerized and other electronic and digital equipment and computers for recording, monitoring and operating systems and components. Report daily to direct supervisors and to animal collections and health staff on status of systems and any animal health issues. Direct and assist with various methods of analysis on and off site for water quality including laboratory, mechanical, and chemical processes. \r\n \r\nDevelop, enforce, and maintain standard staff, animal, and equipment safety operating procedures and plans and utilize necessary safety equipment and materials. Involves: Maintain materials, supplies, and work area. Prepare and order supplies and materials for projects. Conduct research to identify current and best material for projects. Maintain supplies, equipment and materials in an orderly fashion. Assist with exhibit maintenance including construction and/or installation of structures and components as needed throughout zoo facilities. \r\n\r\n<h6>Education and Pre-requisites</h6>\r\nA High School diploma or GED, and three (3) years experience with an institutional water system involving filtration and treatment or a chemical laboratory facility for liquids involving sampling and testing and reporting of results.\r\n<h6>Compensation and benefits</h6>\r\n$15.81 - $25.27 Hourly\r\n<h6>Application instructions</h6>\r\nInterested applicants must go to www.elpasotexas.gov to apply. Applications are only accepted online. Applicants are encouraged to apply immediately. This position will close once a preset number of qualified applications have been received.\r\n', 'Aquatics Systems Manager', 0, '', 'inherit', 'closed', 'closed', '', '5780-revision-v1', '', '', '2014-04-02 18:15:06', '2014-04-02 23:15:06', '', 5780, 'https://www.aazk.org/5780-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5783, 3, '2014-04-04 16:25:35', '2014-04-04 21:25:35', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo’s Animal Care Center is seeking a Senior Veterinary Technician to join our existing veterinary team. The Senior Vet Tech is expected to assist with most procedures, provide direct assistance with patient care, perform clinical pathology, routine husbandry when needed and hospital upkeep. The position is also responsible for ordering and stocking supplies, billing, medical record keeping and inventory management. Additionally, this is a teaching facility and the individual in this position will be expected to work closely with veterinary interns and externs on a regular basis.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.\r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum qualifications for this position include an AZ State Veterinary Technician License, possession or ability to obtain certification as a Veterinary Technician Specialist in the field of zoo of medicine within 3 years, 5 years of veterinary technician experience within a clinical setting, ability to trouble-shoot medical machinery and experience with Medarks or other zoo-based computer medical record systems. The ideal candidate will also have 2 years practical veterinarian technician experience in a zoological setting, exceptional interpersonal and communication skills, both verbal and written, excellent organization skills, efficiency, and multi-tasking capability, and be computer proficient with experience using word processing and spreadsheet programs. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing and a valid driver’s license.\r\n<h6>Compensation and benefits</h6>\r\nThis position has a starting hourly wage of $14.30 - $18 DOE with a generous benefits package that includes 4 weeks of paid vacation/year, medical/dental/vision insurance, 401(k) with company match, and many other perks that come along with being a Phoenix Zoo employee.\r\n\r\n\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=640&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Senior Veterinary Technician', 0, '', 'publish', 'closed', 'closed', '', 'senior-veterinary-technician', '', '', '2014-04-04 16:25:35', '2014-04-04 21:25:35', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5783', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5784, 0, '2014-04-04 16:25:35', '2014-04-04 21:25:35', '', 'Senior Veterinary Technician', 0, '', 'inherit', 'closed', 'closed', '', '5783-revision-v1', '', '', '2014-04-04 16:25:35', '2014-04-04 21:25:35', '', 5783, 'https://www.aazk.org/5783-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5785, 0, '2014-04-04 16:25:35', '2014-04-04 21:25:35', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo’s Animal Care Center is seeking a Senior Veterinary Technician to join our existing veterinary team. The Senior Vet Tech is expected to assist with most procedures, provide direct assistance with patient care, perform clinical pathology, routine husbandry when needed and hospital upkeep. The position is also responsible for ordering and stocking supplies, billing, medical record keeping and inventory management. Additionally, this is a teaching facility and the individual in this position will be expected to work closely with veterinary interns and externs on a regular basis.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.\r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum qualifications for this position include an AZ State Veterinary Technician License, possession or ability to obtain certification as a Veterinary Technician Specialist in the field of zoo of medicine within 3 years, 5 years of veterinary technician experience within a clinical setting, ability to trouble-shoot medical machinery and experience with Medarks or other zoo-based computer medical record systems. The ideal candidate will also have 2 years practical veterinarian technician experience in a zoological setting, exceptional interpersonal and communication skills, both verbal and written, excellent organization skills, efficiency, and multi-tasking capability, and be computer proficient with experience using word processing and spreadsheet programs. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing and a valid driver’s license.\r\n<h6>Compensation and benefits</h6>\r\nThis position has a starting hourly wage of $14.30 - $18 DOE with a generous benefits package that includes 4 weeks of paid vacation/year, medical/dental/vision insurance, 401(k) with company match, and many other perks that come along with being a Phoenix Zoo employee.\r\n\r\n\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=640&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Senior Veterinary Technician', 0, '', 'inherit', 'closed', 'closed', '', '5783-revision-v1', '', '', '2014-04-04 16:25:35', '2014-04-04 21:25:35', '', 5783, 'https://www.aazk.org/5783-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5786, 3, '2014-04-05 11:25:02', '2014-04-05 16:25:02', '<h5>Facility</h5>\r\n<p>Out of Africa Wildlife Park</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nSeeking an animal keeper to care for a diverse collection of large ungulates, ratites, and one bull rhinoceros at a fast-paced wildlife park.  Keepers will also be required to interact with the public as a tour guide. Experience with large hoofstock is preferred. Position is full-time. Schedule includes weekdays, weekends, and holidays as assigned. Applicants must be willing to work outside in extreme weather conditions.\r\nResponsibilities include, but are not limited to, animal care and husbandry, habitat maintenance, enrichment, diet preparation, daily upkeep of animal logs, and assisting with veterinary procedures as needed. Approved applicant will also be responsible for conducting educational and entertaining safari tours among free roaming animals in our natural serengeti habitat.\r\n  \r\nOut of Africa is an equal opportunity employer. \r\nDrug test required.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nDegree in biology or related field is required. Applicants must have good observation and communication skills, work harmoniously with fellow staff and supervisors, and be able to work independently. An outgoing, positive personality is essential. Background in large animal husbandry and public speaking preferred. Must be able to lift 75 pounds. Ability to drive large vehicles and stick shifts a plus.  \r\n\r\n<h6>Compensation and benefits</h6>\r\nSalary is $9.50 per hour plus tips\r\n<h6>Application instructions</h6>\r\nSend cover letter and resume to:\r\nCourtney Palmer- courtlpalmer@gmail.com\r\n\r\n', 'Hoofstock/Large Mammal Keeper', 0, '', 'publish', 'closed', 'closed', '', 'hoofstocklarge-mammal-keeper', '', '', '2014-04-05 11:25:02', '2014-04-05 16:25:02', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5786', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5787, 0, '2014-04-05 11:25:02', '2014-04-05 16:25:02', '', 'Hoofstock/Large Mammal Keeper', 0, '', 'inherit', 'closed', 'closed', '', '5786-revision-v1', '', '', '2014-04-05 11:25:02', '2014-04-05 16:25:02', '', 5786, 'https://www.aazk.org/5786-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5788, 0, '2014-04-05 11:25:02', '2014-04-05 16:25:02', '<h5>Facility</h5>\r\n<p>Out of Africa Wildlife Park</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nSeeking an animal keeper to care for a diverse collection of large ungulates, ratites, and one bull rhinoceros at a fast-paced wildlife park.  Keepers will also be required to interact with the public as a tour guide. Experience with large hoofstock is preferred. Position is full-time. Schedule includes weekdays, weekends, and holidays as assigned. Applicants must be willing to work outside in extreme weather conditions.\r\nResponsibilities include, but are not limited to, animal care and husbandry, habitat maintenance, enrichment, diet preparation, daily upkeep of animal logs, and assisting with veterinary procedures as needed. Approved applicant will also be responsible for conducting educational and entertaining safari tours among free roaming animals in our natural serengeti habitat.\r\n  \r\nOut of Africa is an equal opportunity employer. \r\nDrug test required.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nDegree in biology or related field is required. Applicants must have good observation and communication skills, work harmoniously with fellow staff and supervisors, and be able to work independently. An outgoing, positive personality is essential. Background in large animal husbandry and public speaking preferred. Must be able to lift 75 pounds. Ability to drive large vehicles and stick shifts a plus.  \r\n\r\n<h6>Compensation and benefits</h6>\r\nSalary is $9.50 per hour plus tips\r\n<h6>Application instructions</h6>\r\nSend cover letter and resume to:\r\nCourtney Palmer- courtlpalmer@gmail.com\r\n\r\n', 'Hoofstock/Large Mammal Keeper', 0, '', 'inherit', 'closed', 'closed', '', '5786-revision-v1', '', '', '2014-04-05 11:25:02', '2014-04-05 16:25:02', '', 5786, 'https://www.aazk.org/5786-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5789, 3, '2014-04-07 13:13:34', '2014-04-07 18:13:34', '<h5>Facility</h5>\r\n<p>Tigers For Tomorrow at Untamed Mountain</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nTigers for Tomorrow is a non-profit facility dedicated to the well-being, safety and care of all animals. The facility is located in Northeast Alabama in the foothills of the Appalachian Mountains.  Tigers for Tomorrow has 2 positions available for 6 month, full time interns. Tigers for Tomorrow is home to over 160 animals and is a last stop. Work is physically demanding, and being self-motivated while working in a team environment is important. Working in various weather conditions  is required as well as weekends and holidays. This is a strict no contact with predators positions.\r\nInterns are responsible for:\r\nBasic husbandry of horses, farmyard animals, hoofstock, and big cats bears and wolves\r\nCleaning and maintaining habitats and animal housing\r\nPrepare diets and monitor feeding daily\r\nMake daily observations of animals and report any abnormalities to supervisor\r\nProviding animal enrichment\r\nPresenting and educating the public by means of tours and talking with the public \r\nRequirements:\r\nBe able to lift 50 pounds\r\nWork in outdoor conditions\r\nWork 6 days a week from 8am-6pm, or until done\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nA degree in Zoology, Biology or related field or working towards a degree in a related field is preferred, but experience with exotic animal husbandry may be considered.\r\n<h6>Compensation and benefits</h6>\r\n$50.00 a week cash stipend. Housing is provided nearby.\r\n\r\n<h6>Application instructions</h6>\r\nSend resume and cover letter to untamedmountain@gmail.com\r\n', 'Animal  Keeper  Intern', 0, '', 'publish', 'closed', 'closed', '', 'animal-keeper-intern', '', '', '2014-04-07 13:13:34', '2014-04-07 18:13:34', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5789', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5790, 0, '2014-04-07 13:13:34', '2014-04-07 18:13:34', '', 'Animal  Keeper  Intern', 0, '', 'inherit', 'closed', 'closed', '', '5789-revision-v1', '', '', '2014-04-07 13:13:34', '2014-04-07 18:13:34', '', 5789, 'https://www.aazk.org/5789-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5791, 0, '2014-04-07 13:13:34', '2014-04-07 18:13:34', '<h5>Facility</h5>\r\n<p>Tigers For Tomorrow at Untamed Mountain</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nTigers for Tomorrow is a non-profit facility dedicated to the well-being, safety and care of all animals. The facility is located in Northeast Alabama in the foothills of the Appalachian Mountains.  Tigers for Tomorrow has 2 positions available for 6 month, full time interns. Tigers for Tomorrow is home to over 160 animals and is a last stop. Work is physically demanding, and being self-motivated while working in a team environment is important. Working in various weather conditions  is required as well as weekends and holidays. This is a strict no contact with predators positions.\r\nInterns are responsible for:\r\nBasic husbandry of horses, farmyard animals, hoofstock, and big cats bears and wolves\r\nCleaning and maintaining habitats and animal housing\r\nPrepare diets and monitor feeding daily\r\nMake daily observations of animals and report any abnormalities to supervisor\r\nProviding animal enrichment\r\nPresenting and educating the public by means of tours and talking with the public \r\nRequirements:\r\nBe able to lift 50 pounds\r\nWork in outdoor conditions\r\nWork 6 days a week from 8am-6pm, or until done\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nA degree in Zoology, Biology or related field or working towards a degree in a related field is preferred, but experience with exotic animal husbandry may be considered.\r\n<h6>Compensation and benefits</h6>\r\n$50.00 a week cash stipend. Housing is provided nearby.\r\n\r\n<h6>Application instructions</h6>\r\nSend resume and cover letter to untamedmountain@gmail.com\r\n', 'Animal  Keeper  Intern', 0, '', 'inherit', 'closed', 'closed', '', '5789-revision-v1', '', '', '2014-04-07 13:13:34', '2014-04-07 18:13:34', '', 5789, 'https://www.aazk.org/5789-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5794, 2, '2014-04-08 16:39:10', '2014-04-08 21:39:10', '', '2014 AAZK Membership Application', 0, '', 'inherit', 'closed', 'closed', '', '2014-aazk-membership-application', '', '', '2014-04-08 16:39:10', '2014-04-08 21:39:10', '', 3089, 'https://www.aazk.org/wp-content/uploads/2014-AAZK-Membership-Application.docx', 0, 'attachment', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 0) ; 
INSERT INTO `wp_posts` VALUES (5795, 2, '2014-04-08 16:40:16', '2014-04-08 21:40:16', '<div class="alert-help"><i class="icon-alert"></i><strong><span style="color: #993300;">New Members</span></strong> - Thank you for your Membership with AAZK! Please create your Membership Profile and execute payment.  Please review your payment information carefully prior to final submission.</div>\r\n<div class="alert-help"></div>\r\n<div class="alert-help"><span style="color: #0000ff;"><strong>Renewing Members</strong></span> - Please <a href="https://www.aecetia.net/gws/aazk/wp-admin">log in</a> to your Member Account and begin your renewal by clicking on "Renew Membership".  <strong>Note:</strong> If you are an renewing AAZK member and you have not recovered your account information from the previous website, you will need to click on Existing AAZK Members: Recover Account Info Here.</div>\r\n<div class="alert-help"></div>\r\n<div class="alert-help"><strong><span style="color: #ff0000;">New/Renew "Old Style"</span></strong> - For those individuals who prefer to join or renew by personal check or who do not wish to provide their Credit Card information electronically:  Click on the printable <a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/2014-AAZK-Membership-Application.docx">2014 AAZK Membership Application</a> and submit by snail mail.</div>\r\n[pmpro_levels]', 'Membership Levels', 0, '', 'inherit', 'closed', 'closed', '', '3089-revision-v1', '', '', '2014-04-08 16:40:16', '2014-04-08 21:40:16', '', 3089, 'https://www.aazk.org/3089-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5796, 2, '2014-04-08 16:42:07', '2014-04-08 21:42:07', '<div class="alert-help"><i class="icon-alert"></i><strong><span style="color: #993300;">New Members</span></strong> - Thank you for your Membership with AAZK! Please create your Membership Profile and execute payment.  Please review your payment information carefully prior to final submission.</div>\r\n<div class="alert-help"></div>\r\n<div class="alert-help"><span style="color: #0000ff;"><strong>Renewing Members</strong></span> - Please <a href="https://www.aecetia.net/gws/aazk/wp-admin">log in</a> to your Member Account and begin your renewal by clicking on "Renew Membership".  <strong>Note:</strong> If you are an renewing AAZK member and you have not recovered your account information from the previous website, you will need to click on Existing AAZK Members: Recover Account Info Here.</div>\r\n<div class="alert-help"></div>\r\n<div class="alert-help"><strong><span style="color: #ff0000;">New/Renew "Old Style"</span></strong> - For those individuals who prefer to join or renew by personal check or who do not wish to provide their Credit Card information electronically:  Click on the printable <a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/2014-AAZK-Membership-Application.docx">2014 AAZK Membership Application</a> and submit by snail mail.</div>\r\n<div class="alert-help"></div>\r\n[pmpro_levels]', 'Membership Levels', 0, '', 'inherit', 'closed', 'closed', '', '3089-revision-v1', '', '', '2014-04-08 16:42:07', '2014-04-08 21:42:07', '', 3089, 'https://www.aazk.org/3089-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5797, 2, '2014-04-08 16:42:51', '2014-04-08 21:42:51', '<div class="alert-help"><i class="icon-alert"></i><strong><span style="color: #993300;">New Members</span></strong> - Thank you for your Membership with AAZK! Please create your Membership Profile and execute payment.  Please review your payment information carefully prior to final submission.</div>\r\n<div class="alert-help"></div>\r\n<div class="alert-help"><span style="color: #0000ff;"><strong>Renewing Members</strong></span> - Please <a href="https://www.aecetia.net/gws/aazk/wp-admin">log in</a> to your Member Account and begin your renewal by clicking on "Renew Membership".  <strong>Note:</strong> If you are an renewing AAZK member and you have not recovered your account information from the previous website, you will need to click on Existing AAZK Members: Recover Account Info Here.</div>\r\n<div class="alert-help"></div>\r\n<div class="alert-help"><strong><span style="color: #ff0000;">New/Renew "Old Style"</span></strong> - For those individuals who prefer to join or renew by personal check or who do not wish to provide their Credit Card information electronically:  Click on the printable <a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/2014-AAZK-Membership-Application.docx">2014 AAZK Membership Application</a> and submit by snail mail.</div>\r\n\r\n<div class="alert-help"><span style="line-height: 1.5em;">[pmpro_levels]</span></div>', 'Membership Levels', 0, '', 'inherit', 'closed', 'closed', '', '3089-revision-v1', '', '', '2014-04-08 16:42:51', '2014-04-08 21:42:51', '', 3089, 'https://www.aazk.org/3089-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5799, 2, '2014-04-08 16:48:42', '2014-04-08 21:48:42', '<div class="alert-help"><i class="icon-alert"></i><strong><span style="color: #993300;">New Members</span></strong> - Thank you for your Membership with AAZK! Please create your Membership Profile and execute payment.  Please review your payment information carefully prior to final submission.</div>\r\n<div class="alert-help"></div>\r\n<div class="alert-help"><span style="color: #0000ff;"><strong>Renewing Members</strong></span> - Please <a href="https://www.aecetia.net/gws/aazk/wp-admin">log in</a> to your Member Account and begin your renewal by clicking on "Renew Membership".  <strong>Note:</strong> If you are an renewing AAZK member and you have not recovered your account information from the previous website, you will need to click on Existing AAZK Members: Recover Account Info Here.</div>\r\n<div class="alert-help"></div>\r\n<div class="alert-help"><strong><span style="color: #ff0000;">New/Renew "Old Style"</span></strong> - For those individuals who prefer to join or renew by personal check or who do not wish to provide their Credit Card information electronically:  Click on the printable <a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/2014-AAZK-Membership-Application.docx">2014 AAZK Membership Application</a> and submit by snail mail.</div>\r\n[pmpro_levels]', 'Membership Levels', 0, '', 'inherit', 'closed', 'closed', '', '3089-revision-v1', '', '', '2014-04-08 16:48:42', '2014-04-08 21:48:42', '', 3089, 'https://www.aazk.org/3089-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5798, 2, '2014-04-08 16:44:49', '2014-04-08 21:44:49', '<div class="alert-help"><i class="icon-alert"></i><strong><span style="color: #993300;">New Members</span></strong> - Thank you for your Membership with AAZK! Please create your Membership Profile and execute payment.  Please review your payment information carefully prior to final submission.</div>\r\n<div class="alert-help"></div>\r\n<div class="alert-help"><span style="color: #0000ff;"><strong>Renewing Members</strong></span> - Please <a href="https://www.aecetia.net/gws/aazk/wp-admin">log in</a> to your Member Account and begin your renewal by clicking on "Renew Membership".  <strong>Note:</strong> If you are an renewing AAZK member and you have not recovered your account information from the previous website, you will need to click on Existing AAZK Members: Recover Account Info Here.</div>\r\n<div class="alert-help"></div>\r\n<div class="alert-help"><strong><span style="color: #ff0000;">New/Renew "Old Style"</span></strong> - For those individuals who prefer to join or renew by personal check or who do not wish to provide their Credit Card information electronically:  Click on the printable <a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/2014-AAZK-Membership-Application.docx">2014 AAZK Membership Application</a> and submit by snail mail.</div>\r\n<div class="alert-help"></div>\r\n<div class="alert-help"></div>\r\n<div class="alert-help"><span style="line-height: 1.5em;">[pmpro_levels]</span></div>', 'Membership Levels', 0, '', 'inherit', 'closed', 'closed', '', '3089-revision-v1', '', '', '2014-04-08 16:44:49', '2014-04-08 21:44:49', '', 3089, 'https://www.aazk.org/3089-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5801, 430964, '2014-04-10 13:43:08', '2014-04-10 18:43:08', '', 'Keeper Supervisor', 0, '', 'inherit', 'closed', 'closed', '', '5800-revision-v1', '', '', '2014-04-10 13:43:08', '2014-04-10 18:43:08', '', 5800, 'https://www.aazk.org/5800-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5802, 430964, '2014-04-10 13:43:08', '2014-04-10 18:43:08', '<h5>Facility</h5>\r\n<p>African Safari Wildlife Park </p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nReports To: Director of Wildlife\r\n\r\nPosition Summary:  To assist the Director of Wildlife (DOW) in the management of the animal collection at African Safari Wildlife Park. To provide keeper supervision in the absence of the DOW. \r\n\r\nMajor Job Responsibilities:\r\n•	Reports directly to the DOW\r\n•	Will gain knowledge of all AZA and USDA standards of care and husbandry related to the animal collection\r\n•	Will assist DOW in oversight of the Capture Team including training, qualification, drill practice and feedback, maintenance of equipment, and record keeping\r\n•	Responsible for maintenance of the MSDS books for the Veterinary Clinic and Keeper areas\r\n•	Responsible for compiling and keeping current the Animal Diet Book. Will participate in animal diet and nutrition determination \r\n•	Will work with the DOW and keeper staff to create/ document enrichment, and participate in additions or changes in enrichment practice\r\n•	Will assist the Veterinarian in medical procedures.  Responsible for cleaning and maintenance of the Veterinary Clinic\r\n•	Responsible for supervision of the keeper staff in the absence of the DOW including scheduling changes and job performance\r\n•	Will assist the keeper staff in the performance of their duties\r\n•	As needed with the assistance of the keeper staff will determine the need for veterinary intervention and make the necessary contacts\r\n•	Will ensure optimum husbandry of the animal collection in the absence of the DOW\r\n•	Responsible for park shutdown including gates and Walk-Thru\r\n•	Will report all concerns as necessary to the DOW\r\n•	Works with the DOW in exhibit design and alternation\r\n•	Together with the DOW responsible to assist in maintaining appropriate USFWS permits, USDA records and reports and compliance with all state and federal regulations related to the animal collection\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nNecessary Skills:\r\n•	Bachelor’s degree in related field preferred\r\n•	Knowledge of animal husbandry in a wide variety of species \r\n•	Five years’ experience working with exotic animals\r\n•	Excellent people and team building skills\r\n•	Knowledge of animal needs in exhibit design \r\n•	Veterinary technician skills helpful\r\n•	Strong computer skills \r\n•	Excellent public speaking and communication skills \r\n•	Capable of problem solving and crisis management\r\n•	Ability to multi-task\r\n•	Experience in management preferred \r\n•	Will present a friendly, courteous and helpful demeanor to all guests at all times\r\n\r\n\r\nEssential Functions\r\n•	Walk, stand, sit, kneel, stoop, crawl, twist, reach above head, pull, bend, climb stairs and ladders, and carry up to 70lbs.\r\n•	Be able to stand for long periods of time up to 8 hours\r\n•	Be able to work in adverse weather conditions\r\n\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nHow to apply: \r\n1. Visit http://www.africansafariwildlifepark.com/_upload/documents/jobs.pdf African Safari Wildlife Park to complete the application. \r\n2. Email completed application, cover letter and resume to info@africansafariwildlifepark.com \r\nIf you have questions please call 800-521-2660 \r\n\r\n', 'Keeper Supervisor', 0, '', 'inherit', 'closed', 'closed', '', '5800-revision-v1', '', '', '2014-04-10 13:43:08', '2014-04-10 18:43:08', '', 5800, 'https://www.aazk.org/5800-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5803, 3, '2014-04-10 13:48:27', '2014-04-10 18:48:27', '<h5>Facility</h5>\r\n<p>African Safari Wildlife Park</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nResponsible for day to day care of the animals including but not limited to observations, feeding, watering, cleaning, detailed reporting, enrichment, and exhibit maintenance. Responsible for enforce zoo rules and answer questions from the public.\r\n\r\nMust be able to lift 50 pounds. Looking for a team player capable of positive interaction with co-workers and guests. Must be able to work weekends and holidays. Must be able to work in all weather conditions. \r\n\r\n<h6>Education and Pre-requisites</h6>\r\n1 year of animal experience in a zoo as an employee or volunteer. Or 2 years of animal experience elsewhere.  \r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nHow to apply: \r\n1. Visit http://www.africansafariwildlifepark.com/_upload/documents/jobs.pdf African Safari Wildlife Park to complete the application. \r\n2. Email completed application, cover letter and resume to info@africansafariwildlifepark.com \r\nIf you have questions please call 800-521-2660 \r\n\r\n', 'Zoo Keeper', 0, '', 'publish', 'closed', 'closed', '', 'zoo-keeper-3', '', '', '2014-04-10 13:48:27', '2014-04-10 18:48:27', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5803', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5804, 430964, '2014-04-10 13:48:27', '2014-04-10 18:48:27', '', 'Zoo Keeper', 0, '', 'inherit', 'closed', 'closed', '', '5803-revision-v1', '', '', '2014-04-10 13:48:27', '2014-04-10 18:48:27', '', 5803, 'https://www.aazk.org/5803-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5805, 430964, '2014-04-10 13:48:27', '2014-04-10 18:48:27', '<h5>Facility</h5>\r\n<p>African Safari Wildlife Park</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nResponsible for day to day care of the animals including but not limited to observations, feeding, watering, cleaning, detailed reporting, enrichment, and exhibit maintenance. Responsible for enforce zoo rules and answer questions from the public.\r\n\r\nMust be able to lift 50 pounds. Looking for a team player capable of positive interaction with co-workers and guests. Must be able to work weekends and holidays. Must be able to work in all weather conditions. \r\n\r\n<h6>Education and Pre-requisites</h6>\r\n1 year of animal experience in a zoo as an employee or volunteer. Or 2 years of animal experience elsewhere.  \r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nHow to apply: \r\n1. Visit http://www.africansafariwildlifepark.com/_upload/documents/jobs.pdf African Safari Wildlife Park to complete the application. \r\n2. Email completed application, cover letter and resume to info@africansafariwildlifepark.com \r\nIf you have questions please call 800-521-2660 \r\n\r\n', 'Zoo Keeper', 0, '', 'inherit', 'closed', 'closed', '', '5803-revision-v1', '', '', '2014-04-10 13:48:27', '2014-04-10 18:48:27', '', 5803, 'https://www.aazk.org/5803-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5806, 2, '2014-04-11 10:00:22', '2014-04-11 15:00:22', '', 'Conservation-Database 4-14', 0, '', 'inherit', 'closed', 'closed', '', 'conservation-database-4-14', '', '', '2014-04-11 10:00:22', '2014-04-11 15:00:22', '', 182, 'https://www.aazk.org/wp-content/uploads/Conservation-Database-4-14.xls', 0, 'attachment', 'application/vnd.ms-excel', 0) ; 
INSERT INTO `wp_posts` VALUES (6359, 2, '2014-08-19 12:05:22', '2014-08-19 17:05:22', '<h4>Purpose</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<h4>Conservation Committee Mission Statement</h4>\r\nTo promote and establish connections between AAZK members and the conservation of wildlife and their habitats.\r\n\r\nTo provide educational resources for members and their institutions about environmentally responsible practices.\r\n<h4>Vision Statement</h4>\r\nServe as a resource that will assist members in finding in situ opportunities with local, national, and international conservation projects and to initiate new conservation projects.\r\n<h4>Conservation Research and Volunteer Opportunities</h4>\r\nThe Conservation Committee maintains a database of volunteer and compensated research/work  opportunities within the United States and for International Programs and Agencies.\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Conservation-Database-8-14.xls">Copy of Conservation-Database-8-14</a>\r\n\r\nProvide contact information to coordinate educational and development opportunities with conservationists.\r\n<h4>Chair</h4>\r\n<div class="first sixcol"></div>\r\n<div class="last sixcol"><img class="aligncenter size-full wp-image-2428" title="christy_poelker" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy_poelker.jpg" alt="christy_poelker" width="110" />\r\n<p align="center">Christy Poelker -<em>Saint Louis Zoo</em></p>\r\n\r\n</div>\r\n<div id="inner-links"></div>\r\n<h4></h4>', 'Conservation Committee', 0, '', 'inherit', 'closed', 'closed', '', '182-revision-v1', '', '', '2014-08-19 12:05:22', '2014-08-19 17:05:22', '', 182, 'https://www.aazk.org/182-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5807, 2, '2014-04-11 10:00:30', '2014-04-11 15:00:30', '<h4>Purpose</h4>\r\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\r\n<h4>Conservation Committee Mission Statement</h4>\r\nTo promote and establish connections between AAZK members and the conservation of wildlife and their habitats.\r\n\r\nTo provide educational resources for members and their institutions about environmentally responsible practices.\r\n<h4>Vision Statement</h4>\r\nServe as a resource that will assist members in finding in situ opportunities with local, national, and international conservation projects and to initiate new conservation projects.\r\n<h4>Conservation Research and Volunteer Opportunities</h4>\r\nThe Conservation Committee maintains a database of volunteer and compensated research/work  opportunities within the United States and for International Programs and Agencies.\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Database.xls"><a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Conservation-Database-4-14.xls">Conservation-Database 4-14</a></a>\r\n\r\nProvide contact information to coordinate educational and development opportunities with conservationists.\r\n<h4>Chair</h4>\r\n<div class="first sixcol"></div>\r\n<div class="last sixcol"><img class="aligncenter size-full wp-image-2428" title="christy_poelker" alt="christy_poelker" src="http://aecetia.net/gws/aazk/wp-content/uploads/christy_poelker.jpg" width="110" />\r\n<p align="center">Christy Poelker -<em>Saint Louis Zoo</em></p>\r\n\r\n</div>\r\n<div id="inner-links"></div>\r\n<h4></h4>', 'Conservation Committee', 0, '', 'inherit', 'closed', 'closed', '', '182-revision-v1', '', '', '2014-04-11 10:00:30', '2014-04-11 15:00:30', '', 182, 'https://www.aazk.org/182-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5960, 3, '2014-05-15 11:32:15', '2014-05-15 16:32:15', '<h5>Facility</h5>\r\n<p>Wildlife Conservation Society - Bronx Zoo, Bronx, New York, USA</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nApplication Deadline: June 1, 2014 \r\nStipend: A 30-week program with a $640.00 bi-weekly stipend, subject to all applicable tax withholdings.  Room and board are not provided. \r\n\r\nBackground:	\r\n\r\nThe Wildlife Conservation Society is dedicated to the conservation of the world’s vanishing species through captive breeding and exhibition, field studies, education and veterinary, nutrition, behavior and genetic research.  The Bronx Zoo, headquarters of the Wildlife Conservation Society, manages and exhibits a diversity of wildlife, including many rare and endangered species.  It initiates and supports captive breeding programs, and encourages research and educational projects.  The Mammal Department, with a collection of over 130 species, is committed to the exhibition and captive breeding of species that are part of cooperative breeding programs (Species Survival Plans or Taxon Advisory Groups) or serve as educational representatives of their habitats or regions.\r\n\r\nPurpose:	\r\n\r\nTo enhance the training and experience of individuals in techniques of captive management and exhibition of a variety of mammal species within a zoo environment and to expose them to the potential of endangered species programs within zoos so that they are better prepared to participate in similar programs in the future. \r\n\r\nProgram:	\r\n\r\nConsists of thirty (30) weeks of intensive fellowship at the Bronx Zoo, Wildlife Conservation Society.  The selected Fellows will work closely with the Mammal Department staff in all phases of exotic animal husbandry and exhibition.  These individuals will work with a variety of mammals and are expected to conduct and complete a research project prescribed by the staff.  Beginning of summer start date is anticipated.  Schedule is typically Monday-Friday, 8:00a-5:00p.  \r\n\r\nApplication:	\r\n\r\nCover letter (describing how this Fellowship program will further their career path) and resume.  Letters of recommendation may be solicited for finalists.  Candidates making it to subsequent rounds of the selection process will be contacted for a phone and/or in-person interviews prior to the decision date.  Applications are due by June 1, 2014.\r\n<h6>Education and Pre-requisites</h6>\r\nQualifications:\r\n\r\nThe program is for individuals interested in the exhibition and management of wild mammals.  An accredited college degree in an applicable field of study (i.e. zoology, animal or wildlife biology, animal science) and previous practical experience with exotic mammals (or related experience) are required.  Applicants must demonstrate an interest in pursuing a career in captive animal husbandry.  Foreign applicants must have a social security number, a valid work visa, and a U.S. address.\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nPlease send your complete application via email to: \r\n\r\nOpportunities@wcs.org, specify “Robert G. Engel Fellowship Program” in the subject of your email.\r\n\r\nEOE, D/M/F/V\r\n\r\n', 'Robert G. Engel / Mammalogy Fellowship Program', 0, '', 'publish', 'closed', 'closed', '', 'robert-g-engel-mammalogy-fellowship-program', '', '', '2014-05-15 11:32:15', '2014-05-15 16:32:15', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5960', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5809, 2, '2014-04-14 11:08:12', '2014-04-14 16:08:12', '<p align="center">We are happy to announce that registration is now “live” and you are welcome to register for the</p>\r\n<p align="center">2014 National AAZK Conference.</p>\r\n<p align="center">To register and for more information, please visit <a href="http://www.greaterorlandoaecetia.net/gws/aazk/">www.greaterorlandoaecetia.net/gws/aazk</a></p>\r\n<p align="center">For questions, please contact us at <a href="mailto:aazk2014conference@yahoo.com" target="_blank">aazk2014conference@yahoo.com</a></p>\r\n<p align="center"><b>See You Real Soon!</b></p>', '2014 National AAZK Conference', 0, '', 'inherit', 'closed', 'closed', '', '5703-revision-v1', '', '', '2014-04-14 11:08:12', '2014-04-14 16:08:12', '', 5703, 'https://www.aazk.org/5703-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5810, 2, '2014-04-14 11:13:22', '2014-04-14 16:13:22', '<p style="text-align: left;" align="center">We are happy to announce that registration is now “live” and you are welcome to register for the 2014 National AAZK Conference.</p>\r\n<p style="text-align: left;" align="center">To register and for more information, please visit <a href="http://www.greaterorlandoaecetia.net/gws/aazk/">www.greaterorlandoaecetia.net/gws/aazk</a></p>\r\n<p style="text-align: left;" align="center">For questions, please contact us at <a href="mailto:aazk2014conference@yahoo.com" target="_blank">aazk2014conference@yahoo.com</a></p>\r\n<p style="text-align: left;" align="center"><b>See You Real Soon!</b></p>', '2014 National AAZK Conference', 0, '', 'inherit', 'closed', 'closed', '', '5703-revision-v1', '', '', '2014-04-14 11:13:22', '2014-04-14 16:13:22', '', 5703, 'https://www.aazk.org/5703-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5813, 2, '2014-04-14 11:58:12', '2014-04-14 16:58:12', 'We are happy to announce that the Conference registration is now "live" and you are welcome to register for the 2014 National AAZK Conference.\n\nTo register and for more information click on the arrow in the Upcoming Conference Box to the right or please visit: <a href="http://www.greaterorlandoaecetia.net/gws/aazk">www.greaterorlandoaecetia.net/gws/aazk</a>\n\nFor questions, please contact us at:  aazk2014conference@yahoo.com', '2014 National AAZK Conference', 0, '', 'inherit', 'closed', 'closed', '', '5703-autosave-v1', '', '', '2014-04-14 11:58:12', '2014-04-14 16:58:12', '', 5703, 'https://www.aazk.org/5703-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5814, 2, '2014-04-14 11:58:15', '2014-04-14 16:58:15', 'We are happy to announce that the Conference registration is now "live" and you are welcome to register for the 2014 National AAZK Conference.\r\n\r\nTo register and for more information click on the arrow in the Upcoming Conference Box to the right or please visit: <a href="http://www.greaterorlandoaecetia.net/gws/aazk">www.greaterorlandoaecetia.net/gws/aazk</a>\r\n\r\nFor questions, please contact us at:  <a href="http://aazk2014conference@yahoo.com" target="_blank">aazk2014conference@yahoo.com</a>', '2014 National AAZK Conference', 0, '', 'inherit', 'closed', 'closed', '', '5703-revision-v1', '', '', '2014-04-14 11:58:15', '2014-04-14 16:58:15', '', 5703, 'https://www.aazk.org/5703-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5812, 2, '2014-04-14 11:20:42', '2014-04-14 16:20:42', '<p style="text-align: left;" align="center">We are happy to announce that registration is now “live” and you are welcome to register for the 2014 National AAZK Conference.</p>\r\n<p style="text-align: left;" align="center">To register and for more information, please visit:  <a href="http://www.greaterorlandoaecetia.net/gws/aazk">www.greaterorlandoaecetia.net/gws/aazk</a><a href="http://www.greaterorlandoaecetia.net/gws/aazk/">\r\n</a></p>\r\n<p style="text-align: left;" align="center">For questions, please contact us at:  <a href="aazk2014conference@yahoo.com" target="_blank">aazk2014conference@yahoo.com</a></p>\r\n<p style="text-align: left;" align="center"><b>See You Real Soon!</b></p>', '2014 National AAZK Conference', 0, '', 'inherit', 'closed', 'closed', '', '5703-revision-v1', '', '', '2014-04-14 11:20:42', '2014-04-14 16:20:42', '', 5703, 'https://www.aazk.org/5703-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5815, 3, '2014-04-14 17:23:20', '2014-04-14 22:23:20', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is seeking a part-time keeper to join our Reptiles team.  This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting animal behavior, performing behavioral enrichment and animal training, and providing positive guest experiences. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements include 6 months paid or 1 year volunteer experience in animal husbandry, possession of a valid driver’s license, and a preference for a candidate with a bachelor’s degree in Life Science or related field. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  \r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements, and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=647&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumes are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n\r\n', 'Keeper I - Reptiles', 0, '', 'publish', 'closed', 'closed', '', 'keeper-i-reptiles', '', '', '2014-04-14 17:23:20', '2014-04-14 22:23:20', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5815', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5816, 0, '2014-04-14 17:23:20', '2014-04-14 22:23:20', '', 'Keeper I - Reptiles', 0, '', 'inherit', 'closed', 'closed', '', '5815-revision-v1', '', '', '2014-04-14 17:23:20', '2014-04-14 22:23:20', '', 5815, 'https://www.aazk.org/5815-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5817, 0, '2014-04-14 17:23:20', '2014-04-14 22:23:20', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is seeking a part-time keeper to join our Reptiles team.  This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting animal behavior, performing behavioral enrichment and animal training, and providing positive guest experiences. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements include 6 months paid or 1 year volunteer experience in animal husbandry, possession of a valid driver’s license, and a preference for a candidate with a bachelor’s degree in Life Science or related field. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  \r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements, and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=647&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumes are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n\r\n', 'Keeper I - Reptiles', 0, '', 'inherit', 'closed', 'closed', '', '5815-revision-v1', '', '', '2014-04-14 17:23:20', '2014-04-14 22:23:20', '', 5815, 'https://www.aazk.org/5815-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5862, 3, '2014-04-24 12:45:17', '2014-04-24 17:45:17', '<h5>Facility</h5>\r\n<p>RainForest Adventures </p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nRainForest Adventures has an opening for a Lead Keeper at the zoo. \r\n\r\nOur zoo is located in the Smoky Mountains of East Tennessee.  \r\n\r\nWe are seeking an experienced person with both extensive animal husbandry experience (multiple species), as well as some managerial background. Our collection includes small mammals (primates, prosimians), domestic hoof stock, birds, reptiles and amphibians with an emphasis on tropical species.   Collection is approx. 140 species, consisting of 600-650 animals. \r\n\r\nResponsibilities include both daily maintenance of the animal collection, and direct interaction with the general public.  \r\nSpecialization in one specific area of animal husbandry is acceptable but the applicant will be required to maintain various species of zoo animals. \r\nExperience in conducting educational zoo programs for both schools, and the general public is required. Videos of your presentations may be submitted with the resume. \r\nA review of our website at www.rfadventures.com will give potential applicants a feel for the facility and species they would be required to work with. \r\n\r\nGrowth potential to Assistant Zoo Director is our ultimate goal for this position. As such retail background in zoo/store operations is a plus for the ideal applicant. This is a career position, not a seasonal or temporary opening.  \r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n5 + Years experience in related field related to job description \r\n<h6>Compensation and benefits</h6>\r\nCommensurate with experience \r\n<h6>Application instructions</h6>\r\nPlease send resume, videos, and salary requirements to rainforest24@juno.com\r\n', 'Lead Keeper', 0, '', 'publish', 'closed', 'closed', '', 'lead-keeper', '', '', '2014-04-24 12:45:17', '2014-04-24 17:45:17', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5862', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5819, 25759, '2014-04-15 12:26:23', '2014-04-15 17:26:23', '<h4>Purpose</h4>\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Vice President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\n<div class="hr"></div>\n<h4>Committee Chair</h4>\n<div class="first sixcol">\n\n<img class="aligncenter" title="penny" alt="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny.jpg" width="186" height="209" />\n<p align="center">Penny Jolly - <em>Disney\'s Animal Kingdom</em></p>\n\n</div>\n<div id="inner-links"></div>', 'Ethics', 0, '', 'inherit', 'closed', 'closed', '', '171-autosave-v1', '', '', '2014-04-15 12:26:23', '2014-04-15 17:26:23', '', 171, 'https://www.aazk.org/171-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5820, 25759, '2014-04-15 12:26:33', '2014-04-15 17:26:33', '<h4>Purpose</h4>\r\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Vice President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\r\n<div class="hr"></div>\r\n<h4>Committee Chair</h4>\r\n<div class="first sixcol">\r\n\r\n<img class="aligncenter" title="penny" alt="penny" src="http://aecetia.net/gws/aazk/wp-content/uploads/penny.jpg" width="186" height="209" />\r\n<p align="center">Penny Jolly - <em>Disney\'s Animal Kingdom</em></p>\r\n\r\n</div>\r\n<div id="inner-links"></div>', 'Ethics', 0, '', 'inherit', 'closed', 'closed', '', '171-revision-v1', '', '', '2014-04-15 12:26:33', '2014-04-15 17:26:33', '', 171, 'https://www.aazk.org/171-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5821, 3, '2014-04-16 10:38:14', '2014-04-16 15:38:14', '<h5>Facility</h5>\r\n<p>Safe Haven Rescue Zoo, Imlay, Nevada</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nSafe Haven Rescue Zoo is an accredited wildlife sanctuary located in northern Nevada that provides permanent placement for illegally owned and abandoned exotics.  Safe Haven also provides rescue services to native orphaned and injured wildlife.\r\nCandidates will be responsible for daily animal care of permanently housed animals, educational presentations to the public, assisting with habitat building, light office work and participation in annual fundraisers.\r\n<h6>Education and Pre-requisites</h6>\r\nApplicants must be 21 years of age with at least two (2) years of related studies in biology, zoology or animal husbandry.\r\nMust have valid driver\'s license and own vehicle.\r\nMust be willing to work varied hours and in inclement weather.\r\nMust be able to lift at least 50 pounds.\r\n\r\n<h6>Compensation and benefits</h6>\r\nA monthly stipend is provided and on-site housing including all utilities, internet and phone.\r\n<h6>Application instructions</h6>\r\nApplicants must email cover letter, resume and two (2) letters of recommendation to:\r\n\r\nsafehavenwildlife1@gmail.com\r\nAttn:  Lynda Sugasa, Executive Director\r\n', 'Spring/Summer Animal Keeper Internship', 0, '', 'publish', 'closed', 'closed', '', 'springsummer-animal-keeper-internship', '', '', '2014-04-16 10:38:14', '2014-04-16 15:38:14', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5821', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5822, 0, '2014-04-16 10:38:14', '2014-04-16 15:38:14', '', 'Spring/Summer Animal Keeper Internship', 0, '', 'inherit', 'closed', 'closed', '', '5821-revision-v1', '', '', '2014-04-16 10:38:14', '2014-04-16 15:38:14', '', 5821, 'https://www.aazk.org/5821-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5823, 0, '2014-04-16 10:38:14', '2014-04-16 15:38:14', '<h5>Facility</h5>\r\n<p>Safe Haven Rescue Zoo, Imlay, Nevada</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nSafe Haven Rescue Zoo is an accredited wildlife sanctuary located in northern Nevada that provides permanent placement for illegally owned and abandoned exotics.  Safe Haven also provides rescue services to native orphaned and injured wildlife.\r\nCandidates will be responsible for daily animal care of permanently housed animals, educational presentations to the public, assisting with habitat building, light office work and participation in annual fundraisers.\r\n<h6>Education and Pre-requisites</h6>\r\nApplicants must be 21 years of age with at least two (2) years of related studies in biology, zoology or animal husbandry.\r\nMust have valid driver\'s license and own vehicle.\r\nMust be willing to work varied hours and in inclement weather.\r\nMust be able to lift at least 50 pounds.\r\n\r\n<h6>Compensation and benefits</h6>\r\nA monthly stipend is provided and on-site housing including all utilities, internet and phone.\r\n<h6>Application instructions</h6>\r\nApplicants must email cover letter, resume and two (2) letters of recommendation to:\r\n\r\nsafehavenwildlife1@gmail.com\r\nAttn:  Lynda Sugasa, Executive Director\r\n', 'Spring/Summer Animal Keeper Internship', 0, '', 'inherit', 'closed', 'closed', '', '5821-revision-v1', '', '', '2014-04-16 10:38:14', '2014-04-16 15:38:14', '', 5821, 'https://www.aazk.org/5821-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5824, 2, '2014-04-16 10:55:48', '2014-04-16 15:55:48', '', 'April-2014-AKF_cover', 0, '', 'inherit', 'closed', 'closed', '', 'april-2014-akf_cover', '', '', '2014-04-16 10:55:48', '2014-04-16 15:55:48', '', 4538, 'https://www.aazk.org/wp-content/uploads/April-2014-AKF_cover.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5825, 2, '2014-04-16 10:55:56', '2014-04-16 15:55:56', '<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/April-2014-AKF_cover.jpg"><img class="alignnone size-medium wp-image-5824" alt="April-2014-AKF_cover" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/April-2014-AKF_cover-235x300.jpg" width="235" height="300" /></a>\r\n\r\nIn August of 1972, a short-lived "unofficial" newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level.\r\n\r\nThe idea for Animal Keepers\' Forum grew out of a bull session among keepers at the Topeka Zoo. The original Ruptured Rhino staff, along with several others, were involved in the conception and production of the<strong> first issue of AKF in November of 1974</strong>. It was 3 1/2 pages long, and printed on a mimeograph-type machine. Early issues contained zoo news articles, items on legislation and guest editorials.\r\n\r\nBy June of 1975 the AKF had grown to 13 pages and in November of 1975 celebrated its first anniversary of continuous publication. After the first two issues, it was sold on a subscription basis at $5.00 per year. Although originally the AKF was sold to AAZK members, it didn\'t become the "official" professional journal of the Association until March of 1975. The AKF has always carried the motto "Dedicated to Professional Animal Care".\r\n\r\nIn January 1976, AKF changed its format to a booklet style publication. In 1977 AKF had its first part-time paid editor and also began to be printed commercially. In 1978 the buff colored cover featuring artwork by keepers debuted. The first Excellence in Journalism Awards were given in 1979.\r\n\r\nIn 1981 Susan Chan was hired as Managing Editor for Animal Keepers’ Forum. The AKF has continued to grow in scope and content since that time, now averaging 44 pages per issue.  At least once a year, an issue dedicated to a particular species or topic is produced. AKF contains regular columns on Animal Behavior, Enrichment Options, Crisis Management and legislative issues affecting wildlife and zoos. Each issue also contains articles on animal husbandry, book reviews, a listing of upcoming conferences and symposia and Association news.\r\n\r\nThe Animal Keepers\' Forum has come a long way since its inception when it was printed on a mimeograph machine to today when it is produced with modern desktop publishing computer equipment. It currently reaches approximately <strong>2800 members (including about 150 zoos) in the U.S., Canada and 24 foreign countries</strong>.\r\n\r\nAnimal Keepers’ Forum is celebrating its 40th anniversary of continuous publication this year (2013).\r\n<div class="hr"></div>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '4538-revision-v1', '', '', '2014-04-16 10:55:56', '2014-04-16 15:55:56', '', 4538, 'https://www.aazk.org/4538-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5826, 2, '2014-04-16 10:57:58', '2014-04-16 15:57:58', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" alt="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info"><span style="line-height: 1.5em;">AAZK Inc. - Cleveland, OH</span></div>\r\n<div class="info"></div>\r\n<div class="department"><a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/April-2014-AKF_cover.jpg"><img class="alignnone size-medium wp-image-5824" alt="April-2014-AKF_cover" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/April-2014-AKF_cover-235x300.jpg" width="235" height="300" /></a></div>\r\n</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui &amp; Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &amp; Jenni Dyar</em>\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak,\r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard\r\nAlison Mott &amp; Kate Gore', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2014-04-16 10:57:58', '2014-04-16 15:57:58', '', 200, 'https://www.aazk.org/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5827, 2, '2014-04-16 10:59:14', '2014-04-16 15:59:14', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" alt="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info"><span style="line-height: 1.5em;">AAZK Inc. - Cleveland, OH</span></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="department"><a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/April-2014-AKF_cover.jpg"><img class="alignnone size-medium wp-image-5824" alt="April-2014-AKF_cover" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/April-2014-AKF_cover-235x300.jpg" width="235" height="300" /></a></div>\r\n</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui &amp; Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &amp; Jenni Dyar</em>\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak,\r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard\r\nAlison Mott &amp; Kate Gore', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2014-04-16 10:59:14', '2014-04-16 15:59:14', '', 200, 'https://www.aazk.org/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5828, 2, '2014-04-16 11:06:24', '2014-04-16 16:06:24', 'In response to Member comment regarding Internet security and Credit Card information AAZK has posted an additional method of Membership Application - a paper form for new or renewing members.  The form is located in the Membership Tab, can be downloaded and completed by hand, and mailed to AAZK.\r\n\r\nAs a renewing member if you continue to have login issues - please contact Ed.Hansen@aecetia.net/gws/aazk and I will reset your member account and password and/or we can renew your membership over the phone (520) 298-9688.', 'Membership Application', 0, '', 'publish', 'closed', 'closed', '', 'membership-application', '', '', '2014-04-16 15:36:15', '2014-04-16 20:36:15', '', 0, 'https://www.aazk.org/?p=5828', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5829, 2, '2014-04-16 11:06:24', '2014-04-16 16:06:24', 'In response to Member comment regarding Internet security and Credit Card information AAZK has posted a Membership Application Form for new and renewing members.  The form is located in the Membership Tab, can be downloaded and completed by hand, and mailed to AAZK.\r\n\r\nAs a renewing member if you continue to have login issues - please contact Ed.Hansen@aecetia.net/gws/aazk and I will reset your member account and password.', 'Membership Application', 0, '', 'inherit', 'closed', 'closed', '', '5828-revision-v1', '', '', '2014-04-16 11:06:24', '2014-04-16 16:06:24', '', 5828, 'https://www.aazk.org/5828-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5830, 2, '2014-04-16 15:34:38', '2014-04-16 20:34:38', 'In response to Member comment regarding Internet security and Credit Card information AAZK has posted an additional method of Membership Application - a paper form for new and renewing members.  The form is located in the Membership Tab, can be downloaded and completed by hand, and mailed to AAZK.\r\n\r\nAs a renewing member if you continue to have login issues - please contact Ed.Hansen@aecetia.net/gws/aazk and I will reset your member account and password.', 'Membership Application', 0, '', 'inherit', 'closed', 'closed', '', '5828-revision-v1', '', '', '2014-04-16 15:34:38', '2014-04-16 20:34:38', '', 5828, 'https://www.aazk.org/5828-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5831, 2, '2014-04-16 15:35:40', '2014-04-16 20:35:40', 'In response to Member comment regarding Internet security and Credit Card information AAZK has posted an additional method of Membership Application - a paper form for new or renewing members.  The form is located in the Membership Tab, can be downloaded and completed by hand, and mailed to AAZK.\n\nAs a renewing member if you continue to have login issues - please contact Ed.Hansen@aecetia.net/gws/aazk and I will reset your member account and password.', 'Membership Application', 0, '', 'inherit', 'closed', 'closed', '', '5828-autosave-v1', '', '', '2014-04-16 15:35:40', '2014-04-16 20:35:40', '', 5828, 'https://www.aazk.org/5828-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5832, 2, '2014-04-16 15:36:15', '2014-04-16 20:36:15', 'In response to Member comment regarding Internet security and Credit Card information AAZK has posted an additional method of Membership Application - a paper form for new or renewing members.  The form is located in the Membership Tab, can be downloaded and completed by hand, and mailed to AAZK.\r\n\r\nAs a renewing member if you continue to have login issues - please contact Ed.Hansen@aecetia.net/gws/aazk and I will reset your member account and password and/or we can renew your membership over the phone (520) 298-9688.', 'Membership Application', 0, '', 'inherit', 'closed', 'closed', '', '5828-revision-v1', '', '', '2014-04-16 15:36:15', '2014-04-16 20:36:15', '', 5828, 'https://www.aazk.org/5828-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5833, 2, '2014-04-17 10:20:47', '2014-04-17 15:20:47', '<h5>Facility</h5>\r\nTGR Exotics Wildlife Park\r\n<h5>Closing Date</h5>\r\n[jobclosingdate]\r\n<h6>Description</h6>\r\nGeneral Zoo Keeper- Feed and care for exotic zoo animals. Clean and maintain animal enclosures. Prepare regular and special diets to feed animals. Feed and water animals. Clean, disinfect and maintain cages, enclosures and exhibit areas as needed. Maintain safety of animals. Monitor animal health and well being. Be able to lift 50lbs.\r\nPublic speaking, give tours, assists with events, camp and parties. Animal education background is a plus!\r\nWork around a variety of animal species with potential for physical harm from bites, kicks, heavy lifting and restraining animals. • Exposure to infectious diseases from daily contact with exotic and domestic animals including bacterial, fungal, parasitic and viral pathogens. •Current TB Test required. Work outdoors in TEXAS heat, rain and cold. • You must be able to lift 50+ pounds. We are a NON-Smoking facility. We drug test.\r\n<h6>Education and Pre-requisites</h6>\r\nMINIMUM QUALIFICATIONS: Education and Experience: A college degree in biology or animal related field, and two (2) years of animal care and handling experience (AZA or ZAA facility), excluding internships, volunteering and personal pets.\r\n<h6>Compensation and benefits</h6>\r\nsalary: negotiable\r\n<h6>Application instructions</h6>\r\nPlease email resume and references to: keeper@tgrexotics.com\r\n\r\nContact person: Gwen Scott 281-353-5252\r\n\r\nVisit our website: www.tgrexotics.com', 'Full-Time Zoo Keeper', 0, '', 'inherit', 'closed', 'closed', '', '5721-revision-v1', '', '', '2014-04-17 10:20:47', '2014-04-17 15:20:47', '', 5721, 'https://www.aazk.org/5721-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5834, 3, '2014-04-17 11:52:12', '2014-04-17 16:52:12', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is seeking a part-time Grounds Quality to perform custodial services, clean restrooms, picnic tables, water fountains, offices, benches and other items on Zoo grounds.  Grounds Quality personnel also help with event set-up and tear down, arranging tables and chairs according to event requests.    \r\n\r\nMinimum requirements include ability to work a flexible schedule including evenings and weekends, and possession of a valid driver’s license. All Phoenix Zoo employees must pass pre-employment background checks including a drug test, this position will also require clear annual Tb testing.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. \r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=630&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n\r\n', 'Grounds Quality Associate', 0, '', 'publish', 'closed', 'closed', '', 'grounds-quality-associate-2', '', '', '2014-04-17 11:52:12', '2014-04-17 16:52:12', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5834', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5835, 0, '2014-04-17 11:52:12', '2014-04-17 16:52:12', '', 'Grounds Quality Associate', 0, '', 'inherit', 'closed', 'closed', '', '5834-revision-v1', '', '', '2014-04-17 11:52:12', '2014-04-17 16:52:12', '', 5834, 'https://www.aazk.org/5834-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5836, 0, '2014-04-17 11:52:12', '2014-04-17 16:52:12', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is seeking a part-time Grounds Quality to perform custodial services, clean restrooms, picnic tables, water fountains, offices, benches and other items on Zoo grounds.  Grounds Quality personnel also help with event set-up and tear down, arranging tables and chairs according to event requests.    \r\n\r\nMinimum requirements include ability to work a flexible schedule including evenings and weekends, and possession of a valid driver’s license. All Phoenix Zoo employees must pass pre-employment background checks including a drug test, this position will also require clear annual Tb testing.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. \r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=630&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n\r\n', 'Grounds Quality Associate', 0, '', 'inherit', 'closed', 'closed', '', '5834-revision-v1', '', '', '2014-04-17 11:52:12', '2014-04-17 16:52:12', '', 5834, 'https://www.aazk.org/5834-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5838, 2, '2014-04-17 12:44:32', '2014-04-17 17:44:32', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" alt="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info"><span style="line-height: 1.5em;">AAZK Inc. - Cleveland, OH</span></div>\r\n<div class="department"><a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/April-2014-AKF_cover.jpg"><img class="size-medium wp-image-5824 alignnone" style="margin-left: 10px; margin-right: 10px;" alt="April-2014-AKF_cover" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/April-2014-AKF_cover-235x300.jpg" width="235" height="300" /></a></div>\r\n</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui &amp; Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &amp; Jenni Dyar</em>\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak,\r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard\r\nAlison Mott &amp; Kate Gore', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2014-04-17 12:44:32', '2014-04-17 17:44:32', '', 200, 'https://www.aazk.org/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5837, 2, '2014-04-17 12:41:51', '2014-04-17 17:41:51', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" alt="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info"><span style="line-height: 1.5em;">AAZK Inc. - Cleveland, OH</span></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="department"><a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/April-2014-AKF_cover.jpg"><img class="size-medium wp-image-5824 alignleft" style="margin-left: 10px; margin-right: 10px;" alt="April-2014-AKF_cover" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/April-2014-AKF_cover-235x300.jpg" width="235" height="300" /></a></div>\r\n</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui &amp; Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &amp; Jenni Dyar</em>\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak,\r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard\r\nAlison Mott &amp; Kate Gore', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2014-04-17 12:41:51', '2014-04-17 17:41:51', '', 200, 'https://www.aazk.org/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5840, 2, '2014-04-17 12:47:38', '2014-04-17 17:47:38', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" alt="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info"><span style="line-height: 1.5em;">AAZK Inc. - Cleveland, OH</span></div>\r\n  \r\n  \r\n<br>\r\n<br>\r\n<br>\r\n<br>  \r\n<div class="department"><a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/April-2014-AKF_cover.jpg"><img class="size-medium wp-image-5824 alignnone" alt="April-2014-AKF_cover" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/April-2014-AKF_cover-235x300.jpg" width="235" height="300" /></a></div>\r\n</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui &amp; Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &amp; Jenni Dyar</em>\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak,\r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard\r\nAlison Mott &amp; Kate Gore', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2014-04-17 12:47:38', '2014-04-17 17:47:38', '', 200, 'https://www.aazk.org/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5841, 2, '2014-04-17 12:49:34', '2014-04-17 17:49:34', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" alt="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info"><span style="line-height: 1.5em;">AAZK Inc. - Cleveland, OH</span></div>\r\n  \r\n  \r\n<p></p>\r\n<p></p>\r\n<p></p>\r\n<p></p>  \r\n<div class="department"><a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/April-2014-AKF_cover.jpg"><img class="size-medium wp-image-5824 alignnone" alt="April-2014-AKF_cover" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/April-2014-AKF_cover-235x300.jpg" width="235" height="300" /></a></div>\r\n</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui &amp; Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &amp; Jenni Dyar</em>\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak,\r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard\r\nAlison Mott &amp; Kate Gore', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2014-04-17 12:49:34', '2014-04-17 17:49:34', '', 200, 'https://www.aazk.org/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5842, 2, '2014-04-17 12:50:19', '2014-04-17 17:50:19', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" alt="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info"><span style="line-height: 1.5em;">AAZK Inc. - Cleveland, OH</span></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="department"><a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/April-2014-AKF_cover.jpg"><img class="size-medium wp-image-5824 alignnone" alt="April-2014-AKF_cover" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/April-2014-AKF_cover-235x300.jpg" width="235" height="300" /></a></div>\r\n</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui &amp; Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &amp; Jenni Dyar</em>\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak,\r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard\r\nAlison Mott &amp; Kate Gore', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2014-04-17 12:50:19', '2014-04-17 17:50:19', '', 200, 'https://www.aazk.org/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5982, 2, '2014-05-21 10:00:45', '2014-05-21 15:00:45', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info"><span style="line-height: 1.5em;">AAZK Inc. - Cleveland, OH</span></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="info"><a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/May-cover-2014.jpg"><img class="alignnone size-medium wp-image-5980" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/May-cover-2014-235x300.jpg" alt="May-cover-2014" width="235" height="300" /></a></div>\r\n<div class="department"></div>\r\n</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui &amp; Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &amp; Jenni Dyar</em>\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak,\r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard\r\nAlison Mott &amp; Kate Gore', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2014-05-21 10:00:45', '2014-05-21 15:00:45', '', 200, 'https://www.aazk.org/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5843, 2, '2014-04-17 12:52:02', '2014-04-17 17:52:02', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" alt="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info"><span style="line-height: 1.5em;">AAZK Inc. - Cleveland, OH</span></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="hr"></div>\r\n<div class="department"><a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/April-2014-AKF_cover.jpg"><img class="size-medium wp-image-5824 alignnone" alt="April-2014-AKF_cover" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/April-2014-AKF_cover-235x300.jpg" width="235" height="300" /></a></div>\r\n</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui &amp; Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &amp; Jenni Dyar</em>\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak,\r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard\r\nAlison Mott &amp; Kate Gore', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2014-04-17 12:52:02', '2014-04-17 17:52:02', '', 200, 'https://www.aazk.org/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5844, 2, '2014-04-17 12:52:34', '2014-04-17 17:52:34', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" alt="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info"><span style="line-height: 1.5em;">AAZK Inc. - Cleveland, OH</span></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n\r\n<div class="department"><a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/April-2014-AKF_cover.jpg"><img class="size-medium wp-image-5824 alignnone" alt="April-2014-AKF_cover" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/April-2014-AKF_cover-235x300.jpg" width="235" height="300" /></a></div>\r\n</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui &amp; Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &amp; Jenni Dyar</em>\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak,\r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard\r\nAlison Mott &amp; Kate Gore', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2014-04-17 12:52:34', '2014-04-17 17:52:34', '', 200, 'https://www.aazk.org/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6150, 2675, '2014-06-29 08:51:25', '2014-06-29 13:51:25', '<h5>Facility</h5>\r\n<p>Virginia Safari Park</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThis ZAA Accredited Institution is seeking a new Director. Virginia Safari Park is a 180-acre drive-through zoo that offers a wide variety of animals, with the main focus on the Safari and hoofed stock collection, but also features a walk-through section with large cats, primates, birds and reptiles. We are also a breeding facility, and take pride and care in producing only the highest quality of specimens.\r\n\r\nThe position entails overseeing all departments and managers: Operations, Animal Care, Guest Services and accompanying staff. Total staff averages 12-30 depending upon the season. Must also be able to assist in the planning for overall progress and growth, and be able to effectively communicate such plans with both corporate management and facility staff. The Director must be aggressive in attention to detail and notice changes as they are needed. As per company policy, all directors will be required to learn, and be able to capably operate, any section of the zoo. This position reports directly to the CEO/Corporate Director.\r\n\r\nWe are a non-smoking facility.\r\n<h6>Education and Pre-requisites</h6>\r\n~Experience in a similar type facility will get preference.\r\n~Show a consistent history of professional growth, along with upper management ~Experience in a zoological setting, whether public or private facility.\r\n~A minimum of 10 years total experience preferred.\r\n~A BS or higher degree in one of the animal sciences preferred, although extensive ~Experience in zoos and a business background may be acceptable.  \r\n~The ability to routinely work long hours as required to effectively delegate and lead the zoo team.\r\n~Be fit enough to be an effective and active member of the facility.\r\n~No visible tattoos.\r\n~Understand, assist with preparations, and follow annual budgets\r\n~Some experience with ZIMS or record-keeping helpful.\r\n~Uphold and enhance all standards of animal care.\r\n<h6>Compensation and benefits</h6>\r\nExcellent salary including paid sick, vacation time, health insurance options, 401k.\r\n\r\n<h6>Application instructions</h6>\r\nPlease send resumes to Eric Mogensen, CEO/Corporate Director: emogensen@virginiasafaripark.com \r\n', 'Director', 0, '', 'inherit', 'closed', 'closed', '', '6148-revision-v1', '', '', '2014-06-29 08:51:25', '2014-06-29 13:51:25', '', 6148, 'https://www.aazk.org/6148-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6151, 3, '2014-07-01 10:52:45', '2014-07-01 15:52:45', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a full-time Equine Instructor to assist with equine horsemanship, care-giving, and beginning riding classes under the provided curriculum.  This person will also monitor the public ensuring the safety of visitors and animals and demonstrate familiarity with key message and communication goals for assigned areas.  Equine Instructors are responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting animal behavior, and performing behavioral enrichment and animal training.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  Equine Instructors run our Horse Hands programs, which is an educational, interactive and fun-filled experience connecting people of all ages to the wonder of horses and horseback riding.\r\n<h6>Education and Pre-requisites</h6>\r\n\r\nMinimum requirements for this position include experience in teaching/lessons, knowledge of Western Riding and Horsemanship, CHA Level 1 certification preferred, HS Diploma or equivalent with a preference for a BS degree in Life Science or equivalent and ability to work a flexible schedule.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  \r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=682&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n\r\n', 'Keeper I - Equine Instructor', 0, '', 'publish', 'closed', 'closed', '', 'keeper-i-equine-instructor', '', '', '2014-07-01 10:52:45', '2014-07-01 15:52:45', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6151', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6152, 0, '2014-07-01 10:52:45', '2014-07-01 15:52:45', '', 'Keeper I - Equine Instructor', 0, '', 'inherit', 'closed', 'closed', '', '6151-revision-v1', '', '', '2014-07-01 10:52:45', '2014-07-01 15:52:45', '', 6151, 'https://www.aazk.org/6151-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6145, 3, '2014-06-27 13:44:31', '2014-06-27 18:44:31', '<h5>Facility</h5>\r\n<p>Kentucky Reptile Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe intern will assist in the captive maintenance of the zoo’s reptile collection, collect admissions to the exhibit, give interpretive talks and interact with the public, assist with educational outreach programs, and perform other duties as assigned. The intern will NOT be involved in the handling of any venomous species.\r\n<h6>Education and Pre-requisites</h6>\r\nA upperclassmen college student (Junior or Seniors) or recently graduated college student; Former interns have arranged for academic credit with their institutions\r\nStudents majoring in the biological or natural sciences are preferred.  \r\n<h6>Compensation and benefits</h6>\r\nBenefits include housing and $55/week stipend to cover expenses.\r\n<h6>Application instructions</h6>\r\nPlease email your cover letter, resume, transcript, and at least 2 (preferably 3) references to: Taylor at reptilezoo@bellsouth.net\r\n', 'Fall Reptile Internship', 0, '', 'publish', 'closed', 'closed', '', 'fall-reptile-internship', '', '', '2014-06-27 13:44:31', '2014-06-27 18:44:31', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6145', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6146, 0, '2014-06-27 13:44:31', '2014-06-27 18:44:31', '', 'Fall Reptile Internship', 0, '', 'inherit', 'closed', 'closed', '', '6145-revision-v1', '', '', '2014-06-27 13:44:31', '2014-06-27 18:44:31', '', 6145, 'https://www.aazk.org/6145-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6147, 0, '2014-06-27 13:44:31', '2014-06-27 18:44:31', '<h5>Facility</h5>\r\n<p>Kentucky Reptile Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe intern will assist in the captive maintenance of the zoo’s reptile collection, collect admissions to the exhibit, give interpretive talks and interact with the public, assist with educational outreach programs, and perform other duties as assigned. The intern will NOT be involved in the handling of any venomous species.\r\n<h6>Education and Pre-requisites</h6>\r\nA upperclassmen college student (Junior or Seniors) or recently graduated college student; Former interns have arranged for academic credit with their institutions\r\nStudents majoring in the biological or natural sciences are preferred.  \r\n<h6>Compensation and benefits</h6>\r\nBenefits include housing and $55/week stipend to cover expenses.\r\n<h6>Application instructions</h6>\r\nPlease email your cover letter, resume, transcript, and at least 2 (preferably 3) references to: Taylor at reptilezoo@bellsouth.net\r\n', 'Fall Reptile Internship', 0, '', 'inherit', 'closed', 'closed', '', '6145-revision-v1', '', '', '2014-06-27 13:44:31', '2014-06-27 18:44:31', '', 6145, 'https://www.aazk.org/6145-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6149, 2675, '2014-06-29 08:51:25', '2014-06-29 13:51:25', '', 'Director', 0, '', 'inherit', 'closed', 'closed', '', '6148-revision-v1', '', '', '2014-06-29 08:51:25', '2014-06-29 13:51:25', '', 6148, 'https://www.aazk.org/6148-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5849, 3, '2014-04-18 14:40:31', '2014-04-18 19:40:31', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a Development Administrator to provide administrative and research support to the Development department’s efforts relating to capital, individual and foundation giving with a large focus on fundraising projects such as the Capital Campaign.  This position maintains the department’s donor database, files, administers department revenue and expenses, conducts donor research and coordinates donor stewarding program. The Development Administrator will also seek and research grant opportunities, apply and write grants applications as needed and provide tracking and reporting system of grant monies received. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. Development department team members have many unique opportunities to showcase what is special about the zoo, and they have a direct impact on the financial success of our zoo, an established non-profit organization. \r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include a college degree with two to three years of fundraising experience, experience in special event and budgeting/financial reporting, excellent computer skills including proficiency in all MS Office programs, strong communication skills and attention to detail, must be a self-starter, creative and a team player, and be able to work with minimal supervision. An ideal candidate will also have extensive experience with Raiser’s Edge and database management. All Phoenix Zoo employees are required to pass a pre-employment background check including a drug test, this position also requires a valid driver’s license and clear annual TB testing.\r\n<h6>Compensation and benefits</h6>\r\nThis position has a starting hourly pay $14.30 - $16.09 DOE, and includes our full benefits package with medical, dental and vision insurance, 401(k) with company match, and generous paid time off.\r\n\r\n<h6>Application instructions</h6>\r\n\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=649&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n\r\n', 'Development Administrator', 0, '', 'publish', 'closed', 'closed', '', 'development-administrator', '', '', '2014-04-18 14:40:31', '2014-04-18 19:40:31', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5849', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5850, 0, '2014-04-18 14:40:31', '2014-04-18 19:40:31', '', 'Development Administrator', 0, '', 'inherit', 'closed', 'closed', '', '5849-revision-v1', '', '', '2014-04-18 14:40:31', '2014-04-18 19:40:31', '', 5849, 'https://www.aazk.org/5849-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5851, 0, '2014-04-18 14:40:31', '2014-04-18 19:40:31', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a Development Administrator to provide administrative and research support to the Development department’s efforts relating to capital, individual and foundation giving with a large focus on fundraising projects such as the Capital Campaign.  This position maintains the department’s donor database, files, administers department revenue and expenses, conducts donor research and coordinates donor stewarding program. The Development Administrator will also seek and research grant opportunities, apply and write grants applications as needed and provide tracking and reporting system of grant monies received. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. Development department team members have many unique opportunities to showcase what is special about the zoo, and they have a direct impact on the financial success of our zoo, an established non-profit organization. \r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include a college degree with two to three years of fundraising experience, experience in special event and budgeting/financial reporting, excellent computer skills including proficiency in all MS Office programs, strong communication skills and attention to detail, must be a self-starter, creative and a team player, and be able to work with minimal supervision. An ideal candidate will also have extensive experience with Raiser’s Edge and database management. All Phoenix Zoo employees are required to pass a pre-employment background check including a drug test, this position also requires a valid driver’s license and clear annual TB testing.\r\n<h6>Compensation and benefits</h6>\r\nThis position has a starting hourly pay $14.30 - $16.09 DOE, and includes our full benefits package with medical, dental and vision insurance, 401(k) with company match, and generous paid time off.\r\n\r\n<h6>Application instructions</h6>\r\n\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=649&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n\r\n', 'Development Administrator', 0, '', 'inherit', 'closed', 'closed', '', '5849-revision-v1', '', '', '2014-04-18 14:40:31', '2014-04-18 19:40:31', '', 5849, 'https://www.aazk.org/5849-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5853, 3, '2014-04-21 12:18:25', '2014-04-21 17:18:25', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently looking for a Maintenance Technician to perform skilled work involving HVAC, plumbing, carpentry, electrical, installation, preventative maintenance and construction of exhibits. This will include gates, fences, cages, and various other equipment throughout zoo, and ongoing monitoring of the overall condition of equipment and systems. The General Maintenance Technician will be completing routine scheduled maintenance, preventative maintenance, and requests for maintenance coming through our operations work order request electronic system. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. Our Maintenance team has been instrumental in our exhibit design, creating spaces that work for the animals as well as our guests. \r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include a degree, trade school diploma, or license, and 5 years’ experience in zoo, campus, industrial maintenance, or construction with experience and/or basic knowledge of all types of maintenance including HVAC, plumbing; equipment including operation of backhoes, skid steer loaders and forklifts; carpentry and electrical systems. An ideal candidate will be familiar with preventative maintenance programs, safety, and practices, be familiar with OSHA regulations with regard to maintenance and safety, skilled in interpreting schematic drawings, charts and technical instructions, have knowledge of the application and use of equipment such as saws, torches, grinders, meters, gauges, etc. Must be a cooperative team player and be able to work occasional weekend days, late evenings on occasion and holidays. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing a valid driver’s license.\r\n<h6>Compensation and benefits</h6>\r\nThis full time position has a starting hourly wage of $14.30-$16.09, DOE, and comes with our full benefits package including medical, dental, vision, 401(k) with company match and generous PTO.  \r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n  \r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=644&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n\r\n', 'Maintenance Technician - General Maintenance', 0, '', 'publish', 'closed', 'closed', '', 'maintenance-technician-general-maintenance', '', '', '2014-04-21 12:18:26', '2014-04-21 17:18:26', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5853', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5854, 0, '2014-04-21 12:18:25', '2014-04-21 17:18:25', '', 'Maintenance Technician - General Maintenance', 0, '', 'inherit', 'closed', 'closed', '', '5853-revision-v1', '', '', '2014-04-21 12:18:25', '2014-04-21 17:18:25', '', 5853, 'https://www.aazk.org/5853-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5855, 0, '2014-04-21 12:18:26', '2014-04-21 17:18:26', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently looking for a Maintenance Technician to perform skilled work involving HVAC, plumbing, carpentry, electrical, installation, preventative maintenance and construction of exhibits. This will include gates, fences, cages, and various other equipment throughout zoo, and ongoing monitoring of the overall condition of equipment and systems. The General Maintenance Technician will be completing routine scheduled maintenance, preventative maintenance, and requests for maintenance coming through our operations work order request electronic system. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. Our Maintenance team has been instrumental in our exhibit design, creating spaces that work for the animals as well as our guests. \r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include a degree, trade school diploma, or license, and 5 years’ experience in zoo, campus, industrial maintenance, or construction with experience and/or basic knowledge of all types of maintenance including HVAC, plumbing; equipment including operation of backhoes, skid steer loaders and forklifts; carpentry and electrical systems. An ideal candidate will be familiar with preventative maintenance programs, safety, and practices, be familiar with OSHA regulations with regard to maintenance and safety, skilled in interpreting schematic drawings, charts and technical instructions, have knowledge of the application and use of equipment such as saws, torches, grinders, meters, gauges, etc. Must be a cooperative team player and be able to work occasional weekend days, late evenings on occasion and holidays. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing a valid driver’s license.\r\n<h6>Compensation and benefits</h6>\r\nThis full time position has a starting hourly wage of $14.30-$16.09, DOE, and comes with our full benefits package including medical, dental, vision, 401(k) with company match and generous PTO.  \r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n  \r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=644&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n\r\n', 'Maintenance Technician - General Maintenance', 0, '', 'inherit', 'closed', 'closed', '', '5853-revision-v1', '', '', '2014-04-21 12:18:26', '2014-04-21 17:18:26', '', 5853, 'https://www.aazk.org/5853-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5856, 3, '2014-04-21 20:09:38', '2014-04-22 01:09:38', '<h5>Facility</h5>\r\n<p>Happy Hollow Park &amp; Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nHappy Hollow Park &amp; Zoo is looking for a highly motivated, personable individual with strong leadership skills and innovative ideas to become part of a dynamic team of employees with a strong commitment to providing excellent service to our diverse community and the animal collection at Happy Hollow Park &amp; Zoo in the function of Zoo Curator. \r\n\r\nThe Zoo Curator supervises work involving the care of Zoo animals and maintenance of enclosures, grounds and service areas at Happy Hollow Park and Zoo. The Zoo Curator assists in the daily management of zoo operations, is responsible for the health and welfare of the animal collection, coordinates transport of zoo animals, provides oversight for animal acquisitions and dispositions, and maintains animal records and permits, and other work of a similar nature as assigned. The work schedule may include weekdays, weekends and holidays as assigned. \r\nFor a complete description of this position and instructions on how to apply please visit: https://cityjobs.sanjoseca.gov/psc/prod/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL\r\n<h6>Education and Pre-requisites</h6>\r\n	Any combination of training and experience equivalent to: \r\n\r\n1. Education:  Successful completion of Bachelor\'s degree from an accredited college or university in Biology, Zoology, or closely related field. \r\n\r\n2. Experience: Two (2) years of experience in the care of zoo animals and working with public exhibits of diverse exotic animals, including one year of experience in a supervisory or lead capacity. \r\n\r\n3. Acceptable Substitutions: Experience in the care of zoo animals can substitute for the required education on year-for-year basis. There is no substitution for the required year of supervision or lead experience. \r\n\r\n4. Successful compliance with job related medical standards, as determined by a medical evaluation to be completed after employment. \r\n\r\n5. Valid California driver\'s license. \r\n\r\n6.  Employment Eligibility:  Federal law requires all employees to provide verification of their eligibility to work in this country. Please be informed that the City of San Jose will not prepare or file a labor condition application with the Dept. of Labor.\r\n<h6>Compensation and benefits</h6>\r\nFull time permanent position with excellent benefit package \r\nSalary Min:  $54,849.60 \r\nSalary Max: $66,684.80\r\nfor information on benefits please see:http://www.sanjoseca.gov/index.aspx?NID=707\r\n<h6>Application instructions</h6>\r\nFor a complete description of this position and instructions on how to apply please visit: https://cityjobs.sanjoseca.gov/psc/prod/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL\r\n', 'Zoo Curator', 0, '', 'publish', 'closed', 'closed', '', 'zoo-curator', '', '', '2014-04-21 20:09:38', '2014-04-22 01:09:38', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5856', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5857, 0, '2014-04-21 20:09:38', '2014-04-22 01:09:38', '', 'Zoo Curator', 0, '', 'inherit', 'closed', 'closed', '', '5856-revision-v1', '', '', '2014-04-21 20:09:38', '2014-04-22 01:09:38', '', 5856, 'https://www.aazk.org/5856-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5858, 0, '2014-04-21 20:09:38', '2014-04-22 01:09:38', '<h5>Facility</h5>\r\n<p>Happy Hollow Park &amp; Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nHappy Hollow Park &amp; Zoo is looking for a highly motivated, personable individual with strong leadership skills and innovative ideas to become part of a dynamic team of employees with a strong commitment to providing excellent service to our diverse community and the animal collection at Happy Hollow Park &amp; Zoo in the function of Zoo Curator. \r\n\r\nThe Zoo Curator supervises work involving the care of Zoo animals and maintenance of enclosures, grounds and service areas at Happy Hollow Park and Zoo. The Zoo Curator assists in the daily management of zoo operations, is responsible for the health and welfare of the animal collection, coordinates transport of zoo animals, provides oversight for animal acquisitions and dispositions, and maintains animal records and permits, and other work of a similar nature as assigned. The work schedule may include weekdays, weekends and holidays as assigned. \r\nFor a complete description of this position and instructions on how to apply please visit: https://cityjobs.sanjoseca.gov/psc/prod/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL\r\n<h6>Education and Pre-requisites</h6>\r\n	Any combination of training and experience equivalent to: \r\n\r\n1. Education:  Successful completion of Bachelor\'s degree from an accredited college or university in Biology, Zoology, or closely related field. \r\n\r\n2. Experience: Two (2) years of experience in the care of zoo animals and working with public exhibits of diverse exotic animals, including one year of experience in a supervisory or lead capacity. \r\n\r\n3. Acceptable Substitutions: Experience in the care of zoo animals can substitute for the required education on year-for-year basis. There is no substitution for the required year of supervision or lead experience. \r\n\r\n4. Successful compliance with job related medical standards, as determined by a medical evaluation to be completed after employment. \r\n\r\n5. Valid California driver\'s license. \r\n\r\n6.  Employment Eligibility:  Federal law requires all employees to provide verification of their eligibility to work in this country. Please be informed that the City of San Jose will not prepare or file a labor condition application with the Dept. of Labor.\r\n<h6>Compensation and benefits</h6>\r\nFull time permanent position with excellent benefit package \r\nSalary Min:  $54,849.60 \r\nSalary Max: $66,684.80\r\nfor information on benefits please see:http://www.sanjoseca.gov/index.aspx?NID=707\r\n<h6>Application instructions</h6>\r\nFor a complete description of this position and instructions on how to apply please visit: https://cityjobs.sanjoseca.gov/psc/prod/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL\r\n', 'Zoo Curator', 0, '', 'inherit', 'closed', 'closed', '', '5856-revision-v1', '', '', '2014-04-21 20:09:38', '2014-04-22 01:09:38', '', 5856, 'https://www.aazk.org/5856-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5859, 3, '2014-04-22 19:00:48', '2014-04-23 00:00:48', '<h5>Facility</h5>\r\n<p>Cougar Mountain Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Cougar Mountain Zoo is seeking a full-time zoo keeper for the bird and mammal department, including carnivores. This position requires a self-motivated, energetic and flexible individual with a professional attitude and appearance. All candidates must be willing to work outside and have knowledge of the habits and hazards of working with zoo animals.\r\n\r\nCandidate will be responsible for but not limited to routine animal husbandry, habitat maintenance, behavioral enrichment/training, capture/restraint, veterinary procedures and interact with the public through tours, mini lectures and outreaches.\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements include a degree in Biology (or related field) and a minimum of 2 years paid zoo experience. Must work well with staff/volunteers and be willing to work outside normal hours including weekends/holidays and ability to lift 50#.\r\n<h6>Compensation and benefits</h6>\r\nSalary to commensurate with experience.\r\n<h6>Application instructions</h6>\r\nSend cover letter and resume to: info@cougarmountainzoo.org.\r\nwww.cougarmountainzoo.org\r\n', 'Zoo Keeper including Carnivores', 0, '', 'publish', 'closed', 'closed', '', 'zoo-keeper-including-carnivores', '', '', '2014-04-22 19:00:48', '2014-04-23 00:00:48', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5859', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5860, 0, '2014-04-22 19:00:48', '2014-04-23 00:00:48', '', 'Zoo Keeper including Carnivores', 0, '', 'inherit', 'closed', 'closed', '', '5859-revision-v1', '', '', '2014-04-22 19:00:48', '2014-04-23 00:00:48', '', 5859, 'https://www.aazk.org/5859-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5861, 0, '2014-04-22 19:00:48', '2014-04-23 00:00:48', '<h5>Facility</h5>\r\n<p>Cougar Mountain Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Cougar Mountain Zoo is seeking a full-time zoo keeper for the bird and mammal department, including carnivores. This position requires a self-motivated, energetic and flexible individual with a professional attitude and appearance. All candidates must be willing to work outside and have knowledge of the habits and hazards of working with zoo animals.\r\n\r\nCandidate will be responsible for but not limited to routine animal husbandry, habitat maintenance, behavioral enrichment/training, capture/restraint, veterinary procedures and interact with the public through tours, mini lectures and outreaches.\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements include a degree in Biology (or related field) and a minimum of 2 years paid zoo experience. Must work well with staff/volunteers and be willing to work outside normal hours including weekends/holidays and ability to lift 50#.\r\n<h6>Compensation and benefits</h6>\r\nSalary to commensurate with experience.\r\n<h6>Application instructions</h6>\r\nSend cover letter and resume to: info@cougarmountainzoo.org.\r\nwww.cougarmountainzoo.org\r\n', 'Zoo Keeper including Carnivores', 0, '', 'inherit', 'closed', 'closed', '', '5859-revision-v1', '', '', '2014-04-22 19:00:48', '2014-04-23 00:00:48', '', 5859, 'https://www.aazk.org/5859-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5863, 0, '2014-04-24 12:45:17', '2014-04-24 17:45:17', '', 'Lead Keeper', 0, '', 'inherit', 'closed', 'closed', '', '5862-revision-v1', '', '', '2014-04-24 12:45:17', '2014-04-24 17:45:17', '', 5862, 'https://www.aazk.org/5862-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5864, 0, '2014-04-24 12:45:17', '2014-04-24 17:45:17', '<h5>Facility</h5>\r\n<p>RainForest Adventures </p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nRainForest Adventures has an opening for a Lead Keeper at the zoo. \r\n\r\nOur zoo is located in the Smoky Mountains of East Tennessee.  \r\n\r\nWe are seeking an experienced person with both extensive animal husbandry experience (multiple species), as well as some managerial background. Our collection includes small mammals (primates, prosimians), domestic hoof stock, birds, reptiles and amphibians with an emphasis on tropical species.   Collection is approx. 140 species, consisting of 600-650 animals. \r\n\r\nResponsibilities include both daily maintenance of the animal collection, and direct interaction with the general public.  \r\nSpecialization in one specific area of animal husbandry is acceptable but the applicant will be required to maintain various species of zoo animals. \r\nExperience in conducting educational zoo programs for both schools, and the general public is required. Videos of your presentations may be submitted with the resume. \r\nA review of our website at www.rfadventures.com will give potential applicants a feel for the facility and species they would be required to work with. \r\n\r\nGrowth potential to Assistant Zoo Director is our ultimate goal for this position. As such retail background in zoo/store operations is a plus for the ideal applicant. This is a career position, not a seasonal or temporary opening.  \r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n5 + Years experience in related field related to job description \r\n<h6>Compensation and benefits</h6>\r\nCommensurate with experience \r\n<h6>Application instructions</h6>\r\nPlease send resume, videos, and salary requirements to rainforest24@juno.com\r\n', 'Lead Keeper', 0, '', 'inherit', 'closed', 'closed', '', '5862-revision-v1', '', '', '2014-04-24 12:45:17', '2014-04-24 17:45:17', '', 5862, 'https://www.aazk.org/5862-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5994, 3, '2014-05-27 10:21:56', '2014-05-27 15:21:56', '<h5>Facility</h5>\r\n<p>City of El Paso Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\n***Recruitment will begin May 29, 2014***\r\n\r\nGENERAL PURPOSE:\r\nUnder general supervision, perform duties to support and document health care and feeding of zoo animals. \r\n\r\nTYPICAL DUTIES:\r\nAssist veterinary staff with healthcare of all zoo animals. Involves: Take vital signs. Perform routine medical treatments including give medicine, trim nails and beaks, give vaccinations, and clean and bandage wounds. Take and process x-rays. Draw blood from all species of animals. Dispense prescriptions. Conduct fecal sample analysis. Perform lab tests and send out for diagnosis. Set up and assist in surgery. Perform necropsies of small mammals, fish, avian, and reptiles. Report information to pathologist, pack and mail specimens.\r\n \r\nAssist with quarantine and animal husbandry. Involves: Set up enclosures for specific species. Research diets and prepares for arrival. Prepare temporary diet card for special diet items. Feed, clean and observe animals. Ensure quarantine animals are in good health. Disinfect animal enclosure after animal departure. Collect fecal samples. Give medication as required. Keep accurate records of consumption and temperature. \r\n \r\nPerform maintenance and record keeping duties for zoo. Involves: Clean and disinfect exam and treatment rooms, surgery and scrub rooms, laboratory, pharmacy, x-ray and quarantine areas. Sterilize surgical instruments, drapes and equipment. Receive, log, tag and store medical equipment, supplies and medications. Establish and maintain animal medical files. Input data into computerized program. Contact other zoos, laboratories and research facilities for medical information. Keep logs of consumption, medical treatment, parasitology, observation and other necessary data. Answer questions about the zoo as needed.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nEducation and Experience: A High School diploma or GED, and one (1) year animal health care experience under the supervision of a veterinarian. \r\n<h6>Compensation and benefits</h6>\r\nSalary:  $13.29 - $20.47 Hourly\r\n<h6>Application instructions</h6>\r\nNote: Recruitment will begin on May 29, 2014.  On May 29, 2014, interested applicants must go to www.elpasotexas.gov to apply. Applications are only accepted online. Applicants are encouraged to apply immediately on May 29, 2014.  This position will close once a preset number of qualified applications have been received.\r\n\r\nFor questions, contact Maricruz Shark at 915 212-1268.\r\n', 'Veterinary Assistant', 0, '', 'publish', 'closed', 'closed', '', 'veterinary-assistant', '', '', '2014-05-27 10:21:57', '2014-05-27 15:21:57', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5994', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5995, 0, '2014-05-27 10:21:56', '2014-05-27 15:21:56', '', 'Veterinary Assistant', 0, '', 'inherit', 'closed', 'closed', '', '5994-revision-v1', '', '', '2014-05-27 10:21:56', '2014-05-27 15:21:56', '', 5994, 'https://www.aazk.org/5994-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5869, 3, '2014-04-26 10:05:17', '2014-04-26 15:05:17', '<h5>Facility</h5>\r\n<p>Kentucky Reptile Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nWe need an intern to start in the next week or two. You will be responsible for our non-venomous reptiles, giving tours, and helping the keepers. \r\n<h6>Education and Pre-requisites</h6>\r\nNeeds to have or be working toward a biological degree. \r\n<h6>Compensation and benefits</h6>\r\n$55 stipend/week and housing provided. \r\n<h6>Application instructions</h6>\r\nPlease email your cover letter, resume, and references to Taylor at reptilezoo@bellsouth.net \r\n', 'Reptile Internship', 0, '', 'publish', 'closed', 'closed', '', 'reptile-internship-2', '', '', '2014-04-26 10:05:17', '2014-04-26 15:05:17', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5869', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5870, 0, '2014-04-26 10:05:17', '2014-04-26 15:05:17', '', 'Reptile Internship', 0, '', 'inherit', 'closed', 'closed', '', '5869-revision-v1', '', '', '2014-04-26 10:05:17', '2014-04-26 15:05:17', '', 5869, 'https://www.aazk.org/5869-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5871, 0, '2014-04-26 10:05:17', '2014-04-26 15:05:17', '<h5>Facility</h5>\r\n<p>Kentucky Reptile Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nWe need an intern to start in the next week or two. You will be responsible for our non-venomous reptiles, giving tours, and helping the keepers. \r\n<h6>Education and Pre-requisites</h6>\r\nNeeds to have or be working toward a biological degree. \r\n<h6>Compensation and benefits</h6>\r\n$55 stipend/week and housing provided. \r\n<h6>Application instructions</h6>\r\nPlease email your cover letter, resume, and references to Taylor at reptilezoo@bellsouth.net \r\n', 'Reptile Internship', 0, '', 'inherit', 'closed', 'closed', '', '5869-revision-v1', '', '', '2014-04-26 10:05:17', '2014-04-26 15:05:17', '', 5869, 'https://www.aazk.org/5869-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5872, 3, '2014-04-28 22:29:09', '2014-04-29 03:29:09', '<h5>Facility</h5>\r\n<p>North Georgia Zoo and Farm</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nNorth Georgia Zoo and Farm is a growing non traditional zoological setting.   Interns will learn and be involved in a variety of areas from animal care,  visitor experience,  tours,  medical, outreach programs, animal handling and more.   Interns may specialize in specific areas once initial 30 days in completed.\r\n<h6>Education and Pre-requisites</h6>\r\nAt least one year of collage.\r\nAble to lift 50 lbs.\r\nWilling to learn\r\nself motivated\r\nworks well as a team.\r\nwilling to work hard.\r\n<h6>Compensation and benefits</h6>\r\nsee internship description and more detailed information on the website at\r\nhttp://www.northgeorgiazoo.com/internship-and-jobs.html\r\n<h6>Application instructions</h6>\r\nGo to the website and read the internship description and fill out the internship application. \r\nhttp://www.northgeorgiazoo.com/internship-and-jobs.html\r\nEmail to Hope@wildlifewonders.org.\r\n', 'Summer and Fall Internships  12 weeks to 26 weeks', 0, '', 'publish', 'closed', 'closed', '', 'summer-and-fall-internships-12-weeks-to-26-weeks', '', '', '2014-04-28 22:29:09', '2014-04-29 03:29:09', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5872', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5873, 0, '2014-04-28 22:29:09', '2014-04-29 03:29:09', '', 'Summer and Fall Internships  12 weeks to 26 weeks', 0, '', 'inherit', 'closed', 'closed', '', '5872-revision-v1', '', '', '2014-04-28 22:29:09', '2014-04-29 03:29:09', '', 5872, 'https://www.aazk.org/5872-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5874, 0, '2014-04-28 22:29:09', '2014-04-29 03:29:09', '<h5>Facility</h5>\r\n<p>North Georgia Zoo and Farm</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nNorth Georgia Zoo and Farm is a growing non traditional zoological setting.   Interns will learn and be involved in a variety of areas from animal care,  visitor experience,  tours,  medical, outreach programs, animal handling and more.   Interns may specialize in specific areas once initial 30 days in completed.\r\n<h6>Education and Pre-requisites</h6>\r\nAt least one year of collage.\r\nAble to lift 50 lbs.\r\nWilling to learn\r\nself motivated\r\nworks well as a team.\r\nwilling to work hard.\r\n<h6>Compensation and benefits</h6>\r\nsee internship description and more detailed information on the website at\r\nhttp://www.northgeorgiazoo.com/internship-and-jobs.html\r\n<h6>Application instructions</h6>\r\nGo to the website and read the internship description and fill out the internship application. \r\nhttp://www.northgeorgiazoo.com/internship-and-jobs.html\r\nEmail to Hope@wildlifewonders.org.\r\n', 'Summer and Fall Internships  12 weeks to 26 weeks', 0, '', 'inherit', 'closed', 'closed', '', '5872-revision-v1', '', '', '2014-04-28 22:29:09', '2014-04-29 03:29:09', '', 5872, 'https://www.aazk.org/5872-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5876, 3, '2014-04-29 17:10:32', '2014-04-29 22:10:32', '<h5>Facility</h5>\r\n<p>African Safari Wildlife Park</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\n•	Reports directly to the Director of Wildlife (DOW)\r\n•	Will gain knowledge of all AZA and USDA standards of care and husbandry related to the animal collection\r\n•	Will assist DOW in oversight of the Capture Team including training, qualification, drill practice and feedback, maintenance of equipment, and record keeping\r\n•	Responsible for maintenance of the MSDS books for the Veterinary Clinic and Keeper areas\r\n•	Responsible for compiling and keeping current the Animal Diet Book.  Will participate in animal diet and nutrition determination \r\n•	Will work with the DOW and keeper staff to create/ document enrichment, and participate in additions or changes in enrichment practice\r\n•	Will assist the Veterinarian in medical procedures.  Responsible for cleaning and maintenance of the Veterinary Clinic\r\n•	Responsible for supervision of the keeper staff in the absence of the DOW including scheduling changes and job performance\r\n•	Will assist the keeper staff in the performance of their duties\r\n•	As needed with the assistance of the keeper staff will determine the need for veterinary intervention and make the necessary contacts\r\n•	Will ensure optimum husbandry of the animal collection in the absence of the DOW\r\n•	Responsible for park shutdown including gates and Walk-Thru\r\n•	Will report all concerns as necessary to the DOW\r\n•	Works with the DOW in exhibit design and alternation\r\n•	Together with the DOW responsible to assist in maintaining appropriate USFWS permits, USDA records and reports and compliance with all state and federal regulations related to the animal collection\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n•	Bachelor’s degree in related field preferred\r\n•	Knowledge of animal husbandry in a wide variety of species \r\n•	Five years’ experience working with exotic animals\r\n•	Excellent people and team building skills\r\n•	Knowledge of animal needs in exhibit design \r\n•	Veterinary technician skills helpful\r\n•	Strong computer skills \r\n•	Excellent public speaking and communication skills \r\n•	Capable of problem solving and crisis management\r\n•	Ability to multi-task\r\n•	Experience in management preferred \r\n\r\n\r\n<h6>Compensation and benefits</h6>\r\nTo be Determined. \r\n<h6>Application instructions</h6>\r\nHow to apply: \r\n1.	Visit Jobs at African Safari Wildlife Park to complete the application. \r\n2.	Email completed application, cover letter and resume to info@africansafariwildlifepark.com \r\nIf you have questions please call 800-521-2660 \r\n\r\n', 'Assistant Curator ', 0, '', 'publish', 'closed', 'closed', '', 'assistant-curator', '', '', '2014-04-29 17:10:32', '2014-04-29 22:10:32', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5876', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5877, 0, '2014-04-29 17:10:32', '2014-04-29 22:10:32', '', 'Assistant Curator ', 0, '', 'inherit', 'closed', 'closed', '', '5876-revision-v1', '', '', '2014-04-29 17:10:32', '2014-04-29 22:10:32', '', 5876, 'https://www.aazk.org/5876-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5878, 0, '2014-04-29 17:10:32', '2014-04-29 22:10:32', '<h5>Facility</h5>\r\n<p>African Safari Wildlife Park</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\n•	Reports directly to the Director of Wildlife (DOW)\r\n•	Will gain knowledge of all AZA and USDA standards of care and husbandry related to the animal collection\r\n•	Will assist DOW in oversight of the Capture Team including training, qualification, drill practice and feedback, maintenance of equipment, and record keeping\r\n•	Responsible for maintenance of the MSDS books for the Veterinary Clinic and Keeper areas\r\n•	Responsible for compiling and keeping current the Animal Diet Book.  Will participate in animal diet and nutrition determination \r\n•	Will work with the DOW and keeper staff to create/ document enrichment, and participate in additions or changes in enrichment practice\r\n•	Will assist the Veterinarian in medical procedures.  Responsible for cleaning and maintenance of the Veterinary Clinic\r\n•	Responsible for supervision of the keeper staff in the absence of the DOW including scheduling changes and job performance\r\n•	Will assist the keeper staff in the performance of their duties\r\n•	As needed with the assistance of the keeper staff will determine the need for veterinary intervention and make the necessary contacts\r\n•	Will ensure optimum husbandry of the animal collection in the absence of the DOW\r\n•	Responsible for park shutdown including gates and Walk-Thru\r\n•	Will report all concerns as necessary to the DOW\r\n•	Works with the DOW in exhibit design and alternation\r\n•	Together with the DOW responsible to assist in maintaining appropriate USFWS permits, USDA records and reports and compliance with all state and federal regulations related to the animal collection\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n•	Bachelor’s degree in related field preferred\r\n•	Knowledge of animal husbandry in a wide variety of species \r\n•	Five years’ experience working with exotic animals\r\n•	Excellent people and team building skills\r\n•	Knowledge of animal needs in exhibit design \r\n•	Veterinary technician skills helpful\r\n•	Strong computer skills \r\n•	Excellent public speaking and communication skills \r\n•	Capable of problem solving and crisis management\r\n•	Ability to multi-task\r\n•	Experience in management preferred \r\n\r\n\r\n<h6>Compensation and benefits</h6>\r\nTo be Determined. \r\n<h6>Application instructions</h6>\r\nHow to apply: \r\n1.	Visit Jobs at African Safari Wildlife Park to complete the application. \r\n2.	Email completed application, cover letter and resume to info@africansafariwildlifepark.com \r\nIf you have questions please call 800-521-2660 \r\n\r\n', 'Assistant Curator ', 0, '', 'inherit', 'closed', 'closed', '', '5876-revision-v1', '', '', '2014-04-29 17:10:32', '2014-04-29 22:10:32', '', 5876, 'https://www.aazk.org/5876-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5879, 3, '2014-04-29 18:00:58', '2014-04-29 23:00:58', '<h5>Facility</h5>\r\n<p>International Animal Exchange and African Safari Wildlife Park </p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\n•	Will work with zoo staff to plan and relocate exotic animals. \r\n•	Together with the DOW responsible to assist in maintaining appropriate USFWS permits, USDA records and reports and compliance with all state and federal regulations related to the animal collection\r\n•	Will assist in the oversight of the truck and trailer maintenance \r\n•	Will assist in the design and construction of animal crates \r\n•	As needed will assist in daily animal care at African Safari Wildlife Park. Including but not limited to animal husbandry, feeding, cleaning. \r\n<h6>Education and Pre-requisites</h6>\r\n1. Must have at least 1-2 years experience working with exotic animals. Prefers that you have 3-5 years experience \r\n2. Must be able to drive a variety of trucks and trailers including fifth wheel trailers.\r\n3. Preferred Age over 25 \r\n4. Must have a clean driving record \r\n5. Familiar with DOT log book regulations helpful but not required \r\n6. Familiar with USDA regulations for animal welfare \r\n<h6>Compensation and benefits</h6>\r\nTo be determined \r\n<h6>Application instructions</h6>\r\nHow to apply: \r\n1.	Visit Jobs at African Safari Wildlife Park   to complete the application. \r\n2.	Email completed application, cover letter and resume to info@africansafariwildlifepark.com \r\n\r\n', 'Animal Transportation Staff ', 0, '', 'publish', 'closed', 'closed', '', 'animal-transportation-staff', '', '', '2014-04-29 18:00:58', '2014-04-29 23:00:58', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5879', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5880, 0, '2014-04-29 18:00:58', '2014-04-29 23:00:58', '', 'Animal Transportation Staff ', 0, '', 'inherit', 'closed', 'closed', '', '5879-revision-v1', '', '', '2014-04-29 18:00:58', '2014-04-29 23:00:58', '', 5879, 'https://www.aazk.org/5879-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5881, 0, '2014-04-29 18:00:58', '2014-04-29 23:00:58', '<h5>Facility</h5>\r\n<p>International Animal Exchange and African Safari Wildlife Park </p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\n•	Will work with zoo staff to plan and relocate exotic animals. \r\n•	Together with the DOW responsible to assist in maintaining appropriate USFWS permits, USDA records and reports and compliance with all state and federal regulations related to the animal collection\r\n•	Will assist in the oversight of the truck and trailer maintenance \r\n•	Will assist in the design and construction of animal crates \r\n•	As needed will assist in daily animal care at African Safari Wildlife Park. Including but not limited to animal husbandry, feeding, cleaning. \r\n<h6>Education and Pre-requisites</h6>\r\n1. Must have at least 1-2 years experience working with exotic animals. Prefers that you have 3-5 years experience \r\n2. Must be able to drive a variety of trucks and trailers including fifth wheel trailers.\r\n3. Preferred Age over 25 \r\n4. Must have a clean driving record \r\n5. Familiar with DOT log book regulations helpful but not required \r\n6. Familiar with USDA regulations for animal welfare \r\n<h6>Compensation and benefits</h6>\r\nTo be determined \r\n<h6>Application instructions</h6>\r\nHow to apply: \r\n1.	Visit Jobs at African Safari Wildlife Park   to complete the application. \r\n2.	Email completed application, cover letter and resume to info@africansafariwildlifepark.com \r\n\r\n', 'Animal Transportation Staff ', 0, '', 'inherit', 'closed', 'closed', '', '5879-revision-v1', '', '', '2014-04-29 18:00:58', '2014-04-29 23:00:58', '', 5879, 'https://www.aazk.org/5879-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5882, 2, '2014-04-30 11:50:17', '2014-04-30 16:50:17', '', 'BFR Color 5 Rhino', 0, '', 'inherit', 'closed', 'closed', '', 'bfr-color-5-rhino', '', '', '2014-04-30 11:50:17', '2014-04-30 16:50:17', '', 1404, 'https://www.aazk.org/wp-content/uploads/BFR-Color-5-Rhino.png', 0, 'attachment', 'image/png', 0) ; 
INSERT INTO `wp_posts` VALUES (5883, 2, '2014-04-30 11:55:41', '2014-04-30 16:55:41', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\r\n\r\n<em><strong>Marketing</strong></em>\r\n\r\n<a href="http://youtu.be/PeEETlgT2xI">BFR Promotional Video</a> (YouTube)\r\n\r\nChapter Event Media Release template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/chapter_media_release.doc">Word format</a>)\r\n\r\nFlyer template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/flyer_template.ppt">Powerpoint format</a>)\r\n\r\nBLAST template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blast.ppt">Powerpoint format</a>)\r\n\r\n<span style="font-weight: bold; font-style: italic;">Event Planning</span>\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nSponsor Letter Mail template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_mail.doc">Word format</a>)\r\n\r\nSponsor Letter Hand Delivered template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_hand.doc">Word format</a>)\r\n\r\nThank You Letter template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/thank_you_letter.doc">Word format</a>)\r\n\r\n<em><strong>Examples</strong></em>\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.rtf">rich text format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BFR-Color-5-Rhino.png"><img class="alignnone size-full wp-image-5882" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/BFR-Color-5-Rhino.png" alt="BFR Color 5 Rhino" width="138" height="179" /></a>\r\n\r\n5-Rhino Conservation Design (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/BFR-Color-5-Rhino.png">jpg</a>))', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2014-04-30 11:55:41', '2014-04-30 16:55:41', '', 1404, 'https://www.aazk.org/1404-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5884, 2, '2014-04-30 11:56:14', '2014-04-30 16:56:14', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\r\n\r\n<em><strong>Marketing</strong></em>\r\n\r\n<a href="http://youtu.be/PeEETlgT2xI">BFR Promotional Video</a> (YouTube)\r\n\r\nChapter Event Media Release template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/chapter_media_release.doc">Word format</a>)\r\n\r\nFlyer template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/flyer_template.ppt">Powerpoint format</a>)\r\n\r\nBLAST template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blast.ppt">Powerpoint format</a>)\r\n\r\n<span style="font-weight: bold; font-style: italic;">Event Planning</span>\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nSponsor Letter Mail template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_mail.doc">Word format</a>)\r\n\r\nSponsor Letter Hand Delivered template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_hand.doc">Word format</a>)\r\n\r\nThank You Letter template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/thank_you_letter.doc">Word format</a>)\r\n\r\n<em><strong>Examples</strong></em>\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.rtf">rich text format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BFR-Color-5-Rhino.png"><img class="alignnone size-full wp-image-5882" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/BFR-Color-5-Rhino.png" alt="BFR Color 5 Rhino" width="138" height="179" /></a>\r\n\r\n5-Rhino Conservation Design (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/BFR-Color-5-Rhino.png">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2014-04-30 11:56:14', '2014-04-30 16:56:14', '', 1404, 'https://www.aazk.org/1404-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5885, 2, '2014-04-30 11:56:48', '2014-04-30 16:56:48', '', 'Bowling_for_Rhinos_2013_BW', 0, '', 'inherit', 'closed', 'closed', '', 'bowling_for_rhinos_2013_bw', '', '', '2014-04-30 11:56:48', '2014-04-30 16:56:48', '', 1404, 'https://www.aazk.org/wp-content/uploads/Bowling_for_Rhinos_2013_BW.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5887, 2, '2014-04-30 12:01:09', '2014-04-30 17:01:09', '', 'Copy of Bowling_for_Rhinos_2013_color', 0, '', 'inherit', 'closed', 'closed', '', 'copy-of-bowling_for_rhinos_2013_color', '', '', '2014-04-30 12:01:09', '2014-04-30 17:01:09', '', 1404, 'https://www.aazk.org/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5886, 2, '2014-04-30 11:59:24', '2014-04-30 16:59:24', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\r\n\r\n<em><strong>Marketing</strong></em>\r\n\r\n<a href="http://youtu.be/PeEETlgT2xI">BFR Promotional Video</a> (YouTube)\r\n\r\nChapter Event Media Release template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/chapter_media_release.doc">Word format</a>)\r\n\r\nFlyer template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/flyer_template.ppt">Powerpoint format</a>)\r\n\r\nBLAST template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blast.ppt">Powerpoint format</a>)\r\n\r\n<span style="font-weight: bold; font-style: italic;">Event Planning</span>\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nSponsor Letter Mail template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_mail.doc">Word format</a>)\r\n\r\nSponsor Letter Hand Delivered template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_hand.doc">Word format</a>)\r\n\r\nThank You Letter template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/thank_you_letter.doc">Word format</a>)\r\n\r\n<em><strong>Examples</strong></em>\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.rtf">rich text format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BFR-Color-5-Rhino.png"><img class="alignnone size-full wp-image-5882" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/BFR-Color-5-Rhino.png" alt="BFR Color 5 Rhino" width="138" height="179" /></a>\r\n\r\n5-Rhino Conservation Design (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/BFR-Color-5-Rhino.png">jpg</a>)\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bowling_for_Rhinos_2013_BW.jpg"><img class="alignnone size-medium wp-image-5885" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bowling_for_Rhinos_2013_BW-300x156.jpg" alt="Bowling_for_Rhinos_2013_BW" width="300" height="156" /></a>\r\n\r\n5-Rhino Conservation Design-BW (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/BFR-Color-5-Rhino.png"Bowling_for_Rhinos_2013_BW-300x156.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2014-04-30 11:59:24', '2014-04-30 16:59:24', '', 1404, 'https://www.aazk.org/1404-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5888, 2, '2014-04-30 12:02:43', '2014-04-30 17:02:43', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\r\n\r\n<em><strong>Marketing</strong></em>\r\n\r\n<a href="http://youtu.be/PeEETlgT2xI">BFR Promotional Video</a> (YouTube)\r\n\r\nChapter Event Media Release template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/chapter_media_release.doc">Word format</a>)\r\n\r\nFlyer template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/flyer_template.ppt">Powerpoint format</a>)\r\n\r\nBLAST template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blast.ppt">Powerpoint format</a>)\r\n\r\n<span style="font-weight: bold; font-style: italic;">Event Planning</span>\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nSponsor Letter Mail template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_mail.doc">Word format</a>)\r\n\r\nSponsor Letter Hand Delivered template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_hand.doc">Word format</a>)\r\n\r\nThank You Letter template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/thank_you_letter.doc">Word format</a>)\r\n\r\n<em><strong>Examples</strong></em>\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.rtf">rich text format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)\r\n\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bowling_for_Rhinos_2013_BW.jpg"><img class="alignnone size-medium wp-image-5885" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bowling_for_Rhinos_2013_BW-300x156.jpg" alt="Bowling_for_Rhinos_2013_BW" width="300" height="156" /></a>\r\n\r\n5-Rhino Conservation Design-BW (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/BFR-Color-5-Rhino.png">jpg</a>)\r\n\r\n&nbsp;\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color.jpg"><img class="alignnone size-medium wp-image-5887" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color-300x155.jpg" alt="Copy of Bowling_for_Rhinos_2013_color" width="300" height="155" /></a>\r\n\r\n5-Rhino Conservation Design - Color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color-300x155.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2014-04-30 12:02:43', '2014-04-30 17:02:43', '', 1404, 'https://www.aazk.org/1404-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5889, 2, '2014-04-30 12:14:44', '2014-04-30 17:14:44', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\r\n\r\n<em><strong>Marketing</strong></em>\r\n\r\n2014 Jack Hanna BRF Promotional Video <a href="http://www.aecetia.net/gws/aazk/">https://www.aecetia.net/gws/aazk/</a> (YouTube)\r\n\r\n<a href="http://youtu.be/PeEETlgT2xI">BFR Promotional Video</a> (YouTube)\r\n\r\nChapter Event Media Release template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/chapter_media_release.doc">Word format</a>)\r\n\r\nFlyer template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/flyer_template.ppt">Powerpoint format</a>)\r\n\r\nBLAST template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blast.ppt">Powerpoint format</a>)\r\n\r\n<span style="font-weight: bold; font-style: italic;">Event Planning</span>\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nSponsor Letter Mail template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_mail.doc">Word format</a>)\r\n\r\nSponsor Letter Hand Delivered template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_hand.doc">Word format</a>)\r\n\r\nThank You Letter template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/thank_you_letter.doc">Word format</a>)\r\n\r\n<em><strong>Examples</strong></em>\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.rtf">rich text format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bowling_for_Rhinos_2013_BW.jpg"><img class="alignnone size-medium wp-image-5885" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bowling_for_Rhinos_2013_BW-300x156.jpg" alt="Bowling_for_Rhinos_2013_BW" width="300" height="156" /></a>\r\n\r\n5-Rhino Conservation Design-BW (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/BFR-Color-5-Rhino.png">jpg</a>)\r\n\r\n&nbsp;\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color.jpg"><img class="alignnone size-medium wp-image-5887" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color-300x155.jpg" alt="Copy of Bowling_for_Rhinos_2013_color" width="300" height="155" /></a>\r\n\r\n5-Rhino Conservation Design - Color (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color-300x155.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2014-04-30 12:14:44', '2014-04-30 17:14:44', '', 1404, 'https://www.aazk.org/1404-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5890, 2, '2014-04-30 12:17:57', '2014-04-30 17:17:57', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\r\n\r\n<em><strong>Marketing</strong></em>\r\n\r\n<a href="http://www.youtube.com/watch?v=3FX6r19Ylog&amp;feature=player_profilepage">http://www.youtube.com/watch?v=3FX6r19Ylog&amp;feature=player_profilepage</a>\r\n\r\n<a href="http://youtu.be/PeEETlgT2xI">BFR Promotional Video</a> (YouTube)\r\n\r\nChapter Event Media Release template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/chapter_media_release.doc">Word format</a>)\r\n\r\nFlyer template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/flyer_template.ppt">Powerpoint format</a>)\r\n\r\nBLAST template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blast.ppt">Powerpoint format</a>)\r\n\r\n<span style="font-weight: bold; font-style: italic;">Event Planning</span>\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nSponsor Letter Mail template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_mail.doc">Word format</a>)\r\n\r\nSponsor Letter Hand Delivered template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_hand.doc">Word format</a>)\r\n\r\nThank You Letter template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/thank_you_letter.doc">Word format</a>)\r\n\r\n<em><strong>Examples</strong></em>\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.rtf">rich text format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bowling_for_Rhinos_2013_BW.jpg"><img class="alignnone size-medium wp-image-5885" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bowling_for_Rhinos_2013_BW-300x156.jpg" alt="Bowling_for_Rhinos_2013_BW" width="300" height="156" /></a>\r\n\r\n5-Rhino Conservation Design-BW (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/BFR-Color-5-Rhino.png">jpg</a>)\r\n\r\n&nbsp;\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color.jpg"><img class="alignnone size-medium wp-image-5887" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color-300x155.jpg" alt="Copy of Bowling_for_Rhinos_2013_color" width="300" height="155" /></a>\r\n\r\n5-Rhino Conservation Design - Color (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color-300x155.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2014-04-30 12:17:57', '2014-04-30 17:17:57', '', 1404, 'https://www.aazk.org/1404-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5891, 2, '2014-04-30 12:19:48', '2014-04-30 17:19:48', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\r\n\r\n<em><strong>Marketing</strong></em>\r\n\r\n<span style="color: #993300;">NEW! 2014 Jack Hanna Promotional Video New!</span>\r\n\r\n<a href="http://www.youtube.com/watch?v=3FX6r19Ylog&amp;feature=player_profilepage">http://www.youtube.com/watch?v=3FX6r19Ylog&amp;feature=player_profilepage</a>\r\n\r\n<a href="http://youtu.be/PeEETlgT2xI">BFR Promotional Video</a> (YouTube)\r\n\r\nChapter Event Media Release template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/chapter_media_release.doc">Word format</a>)\r\n\r\nFlyer template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/flyer_template.ppt">Powerpoint format</a>)\r\n\r\nBLAST template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blast.ppt">Powerpoint format</a>)\r\n\r\n<span style="font-weight: bold; font-style: italic;">Event Planning</span>\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nSponsor Letter Mail template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_mail.doc">Word format</a>)\r\n\r\nSponsor Letter Hand Delivered template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_hand.doc">Word format</a>)\r\n\r\nThank You Letter template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/thank_you_letter.doc">Word format</a>)\r\n\r\n<em><strong>Examples</strong></em>\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.rtf">rich text format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bowling_for_Rhinos_2013_BW.jpg"><img class="alignnone size-medium wp-image-5885" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bowling_for_Rhinos_2013_BW-300x156.jpg" alt="Bowling_for_Rhinos_2013_BW" width="300" height="156" /></a>\r\n\r\n5-Rhino Conservation Design-BW (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/BFR-Color-5-Rhino.png">jpg</a>)\r\n\r\n&nbsp;\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color.jpg"><img class="alignnone size-medium wp-image-5887" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color-300x155.jpg" alt="Copy of Bowling_for_Rhinos_2013_color" width="300" height="155" /></a>\r\n\r\n5-Rhino Conservation Design - Color (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color-300x155.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2014-04-30 12:19:48', '2014-04-30 17:19:48', '', 1404, 'https://www.aazk.org/1404-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5892, 2, '2014-04-30 12:23:19', '2014-04-30 17:23:19', 'This page will give you some resources for  holding a Bowling for Rhinos event. If there are things you would like to see added to the page please let us know.\r\n\r\n<em><strong>Marketing</strong></em>\r\n\r\n<strong><span style="color: #0000ff;">NEW! 2014 Jack Hanna Promotional Video New!</span></strong>\r\n\r\n<a href="http://www.youtube.com/watch?v=3FX6r19Ylog&amp;feature=player_profilepage">http://www.youtube.com/watch?v=3FX6r19Ylog&amp;feature=player_profilepage</a>\r\n\r\n<a href="http://youtu.be/PeEETlgT2xI">BFR Promotional Video</a> (YouTube)\r\n\r\nChapter Event Media Release template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/chapter_media_release.doc">Word format</a>)\r\n\r\nFlyer template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/flyer_template.ppt">Powerpoint format</a>)\r\n\r\nBLAST template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blast.ppt">Powerpoint format</a>)\r\n\r\n<span style="font-weight: bold; font-style: italic;">Event Planning</span>\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nSponsor Letter Mail template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_mail.doc">Word format</a>)\r\n\r\nSponsor Letter Hand Delivered template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_hand.doc">Word format</a>)\r\n\r\nThank You Letter template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/thank_you_letter.doc">Word format</a>)\r\n\r\n<em><strong>Examples</strong></em>\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.rtf">rich text format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bowling_for_Rhinos_2013_BW.jpg"><img class="alignnone size-medium wp-image-5885" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bowling_for_Rhinos_2013_BW-300x156.jpg" alt="Bowling_for_Rhinos_2013_BW" width="300" height="156" /></a>\r\n\r\n5-Rhino Conservation Design-BW (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/BFR-Color-5-Rhino.png">jpg</a>)\r\n\r\n&nbsp;\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color.jpg"><img class="alignnone size-medium wp-image-5887" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color-300x155.jpg" alt="Copy of Bowling_for_Rhinos_2013_color" width="300" height="155" /></a>\r\n\r\n5-Rhino Conservation Design - Color (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color-300x155.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2014-04-30 12:23:19', '2014-04-30 17:23:19', '', 1404, 'https://www.aazk.org/1404-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5893, 2, '2014-04-30 12:27:10', '2014-04-30 17:27:10', 'This page will give you some resources for  holding a Bowling for Rhinos event. All Bowling for Rhinos documents and images are the intellectual property of the American Association of Zoo Keepers and may only be used by an AAZK Chapter or Event holder with the expressed intent or purpose in the creation of promotional materials directly associated with a BFR Event.  For more information contact <a href="http://Ed.Hansen@aecetia.net/gws/aazk">Ed.Hansen@aecetia.net/gws/aazk</a>\r\n\r\n<em><strong>Marketing</strong></em>\r\n\r\n<strong><span style="color: #0000ff;">NEW! 2014 Jack Hanna Promotional Video New!</span></strong>\r\n\r\n<a href="http://www.youtube.com/watch?v=3FX6r19Ylog&amp;feature=player_profilepage">http://www.youtube.com/watch?v=3FX6r19Ylog&amp;feature=player_profilepage</a>\r\n\r\n<a href="http://youtu.be/PeEETlgT2xI">BFR Promotional Video</a> (YouTube)\r\n\r\nChapter Event Media Release template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/chapter_media_release.doc">Word format</a>)\r\n\r\nFlyer template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/flyer_template.ppt">Powerpoint format</a>)\r\n\r\nBLAST template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blast.ppt">Powerpoint format</a>)\r\n\r\n<span style="font-weight: bold; font-style: italic;">Event Planning</span>\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nSponsor Letter Mail template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_mail.doc">Word format</a>)\r\n\r\nSponsor Letter Hand Delivered template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_hand.doc">Word format</a>)\r\n\r\nThank You Letter template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/thank_you_letter.doc">Word format</a>)\r\n\r\n<em><strong>Examples</strong></em>\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.rtf">rich text format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bowling_for_Rhinos_2013_BW.jpg"><img class="alignnone size-medium wp-image-5885" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bowling_for_Rhinos_2013_BW-300x156.jpg" alt="Bowling_for_Rhinos_2013_BW" width="300" height="156" /></a>\r\n\r\n5-Rhino Conservation Design-BW (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/BFR-Color-5-Rhino.png">jpg</a>)\r\n\r\n&nbsp;\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color.jpg"><img class="alignnone size-medium wp-image-5887" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color-300x155.jpg" alt="Copy of Bowling_for_Rhinos_2013_color" width="300" height="155" /></a>\r\n\r\n5-Rhino Conservation Design - Color (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color-300x155.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2014-04-30 12:27:10', '2014-04-30 17:27:10', '', 1404, 'https://www.aazk.org/1404-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5894, 2, '2014-04-30 12:28:03', '2014-04-30 17:28:03', 'This page will give you some resources for  holding a Bowling for Rhinos event.\r\n\r\nAll Bowling for Rhinos (BFR) documents and images are the intellectual property of the American Association of Zoo Keepers (AAZK) and may only be used by an AAZK Chapter or Event holder with the expressed intent or purpose in the creation of promotional materials directly associated with a BFR Event.  For more information contact <a href="http://Ed.Hansen@aecetia.net/gws/aazk">Ed.Hansen@aecetia.net/gws/aazk</a>\r\n\r\n<em><strong>Marketing</strong></em>\r\n\r\n<strong><span style="color: #0000ff;">NEW! 2014 Jack Hanna Promotional Video New!</span></strong>\r\n\r\n<a href="http://www.youtube.com/watch?v=3FX6r19Ylog&amp;feature=player_profilepage">http://www.youtube.com/watch?v=3FX6r19Ylog&amp;feature=player_profilepage</a>\r\n\r\n<a href="http://youtu.be/PeEETlgT2xI">BFR Promotional Video</a> (YouTube)\r\n\r\nChapter Event Media Release template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/chapter_media_release.doc">Word format</a>)\r\n\r\nFlyer template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/flyer_template.ppt">Powerpoint format</a>)\r\n\r\nBLAST template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blast.ppt">Powerpoint format</a>)\r\n\r\n<span style="font-weight: bold; font-style: italic;">Event Planning</span>\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet.pdf">pdf format</a>)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nSponsor Letter Mail template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_mail.doc">Word format</a>)\r\n\r\nSponsor Letter Hand Delivered template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_hand.doc">Word format</a>)\r\n\r\nThank You Letter template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/thank_you_letter.doc">Word format</a>)\r\n\r\n<em><strong>Examples</strong></em>\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.rtf">rich text format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bowling_for_Rhinos_2013_BW.jpg"><img class="alignnone size-medium wp-image-5885" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bowling_for_Rhinos_2013_BW-300x156.jpg" alt="Bowling_for_Rhinos_2013_BW" width="300" height="156" /></a>\r\n\r\n5-Rhino Conservation Design-BW (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/BFR-Color-5-Rhino.png">jpg</a>)\r\n\r\n&nbsp;\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color.jpg"><img class="alignnone size-medium wp-image-5887" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color-300x155.jpg" alt="Copy of Bowling_for_Rhinos_2013_color" width="300" height="155" /></a>\r\n\r\n5-Rhino Conservation Design - Color (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color-300x155.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2014-04-30 12:28:03', '2014-04-30 17:28:03', '', 1404, 'https://www.aazk.org/1404-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5895, 3, '2014-04-30 14:42:19', '2014-04-30 19:42:19', '<h5>Facility</h5>\r\n<p>Wildlife Learning Center</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe animal care/educator position is responsible for monitoring animal health, maintaining cleanliness of animal areas, providing enrichment, educating public, and other duties as assigned by supervisor.  Employees also perform onsite and outreach education for schools, birthday parties, scout groups, libraries, and other organizations. Moderate to heavy lifting is required.  Employees will work, hands-on, with multiple species of mammals, birds, reptiles, amphibians, and arthropods.\r\n<h6>Education and Pre-requisites</h6>\r\nRequirements include a bachelor’s degree in biology or a related science field and one-year zoo keeping or experience handling/training restricted species. Additional requirements include experience working with children, strong public speaking skills, excellent communication and organizational skills, and the ability to work well with others in a team environment.  We are seeking employees with a strong work ethic, who are flexible, and have an exceptionally good attitude.  It is possible for an exemplary part-time hire to attain full time status.\r\nApplicants must be clean cut and neatly groomed without visible tattoos or body piercings.  \r\n\r\nApplicants must have a valid California Driver’s License, clean driving record, social security number, and proof of personal auto insurance.  All applicants are subject to a background check. New hires are required to show a negative TB test, at own expense, within one month of employment.\r\n<h6>Compensation and benefits</h6>\r\nStarting salary is $10.50/hour.\r\n<h6>Application instructions</h6>\r\nInterested applicants may submit a cover letter and resume, with relevant coursework, to info@WildlifeLearningCenter.com or FAX to 818.362.8001. www.WildlifeLearningCenter.com\r\n', 'Part-Time Animal Care and Educator Position', 0, '', 'publish', 'closed', 'closed', '', 'part-time-animal-care-and-educator-position', '', '', '2014-04-30 14:42:20', '2014-04-30 19:42:20', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5895', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5896, 0, '2014-04-30 14:42:19', '2014-04-30 19:42:19', '', 'Part-Time Animal Care and Educator Position', 0, '', 'inherit', 'closed', 'closed', '', '5895-revision-v1', '', '', '2014-04-30 14:42:19', '2014-04-30 19:42:19', '', 5895, 'https://www.aazk.org/5895-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5897, 0, '2014-04-30 14:42:20', '2014-04-30 19:42:20', '<h5>Facility</h5>\r\n<p>Wildlife Learning Center</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe animal care/educator position is responsible for monitoring animal health, maintaining cleanliness of animal areas, providing enrichment, educating public, and other duties as assigned by supervisor.  Employees also perform onsite and outreach education for schools, birthday parties, scout groups, libraries, and other organizations. Moderate to heavy lifting is required.  Employees will work, hands-on, with multiple species of mammals, birds, reptiles, amphibians, and arthropods.\r\n<h6>Education and Pre-requisites</h6>\r\nRequirements include a bachelor’s degree in biology or a related science field and one-year zoo keeping or experience handling/training restricted species. Additional requirements include experience working with children, strong public speaking skills, excellent communication and organizational skills, and the ability to work well with others in a team environment.  We are seeking employees with a strong work ethic, who are flexible, and have an exceptionally good attitude.  It is possible for an exemplary part-time hire to attain full time status.\r\nApplicants must be clean cut and neatly groomed without visible tattoos or body piercings.  \r\n\r\nApplicants must have a valid California Driver’s License, clean driving record, social security number, and proof of personal auto insurance.  All applicants are subject to a background check. New hires are required to show a negative TB test, at own expense, within one month of employment.\r\n<h6>Compensation and benefits</h6>\r\nStarting salary is $10.50/hour.\r\n<h6>Application instructions</h6>\r\nInterested applicants may submit a cover letter and resume, with relevant coursework, to info@WildlifeLearningCenter.com or FAX to 818.362.8001. www.WildlifeLearningCenter.com\r\n', 'Part-Time Animal Care and Educator Position', 0, '', 'inherit', 'closed', 'closed', '', '5895-revision-v1', '', '', '2014-04-30 14:42:20', '2014-04-30 19:42:20', '', 5895, 'https://www.aazk.org/5895-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5898, 3, '2014-05-01 16:31:42', '2014-05-01 21:31:42', '<h5>Facility</h5>\r\n<p>Monterey Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Education Program Coordinator / Small Mammal Keeper will be responsible for accomplishing animal care, exhibit maintenance, and coordination of the Educational Programs.  This position requires an individual with a high degree of professional experience who takes pride in work well done.  Must be a proven leader, team player, and team member.  The priorities for this position include attention to animal care and health, fostering a positive team environment, and accomplishing an excellent guest experience.\r\nEssential Job Functions\r\n•	All team members must understand the significance of their role and how they can positively impact visitors.  Pro-active, friendly communication will be expected at all times, as well as anticipating visitors’ needs and desires. \r\n\r\n•	Provides for the needs of a wide range of mammals, birds, reptiles, and invertebrates through regular feedings, administering treatments as directed, exhibit maintenance and environmental enrichment programs for the species.\r\n\r\n•	Input of data into the animal records databases; assures that appropriate records are kept on all husbandry including daily care and animal health.\r\n\r\n•	Coordinates the purchasing relating to purchases such as food for the animal collection; assures that animal food, maintenance equipment and supplies are ordered and stocked in appropriate amounts, given the needs of the facility and the availability of resources.\r\n\r\n•	Exceptional use of time management techniques.\r\n\r\n•	Keep all exhibit areas and off exhibit areas clean, neat and well organized.\r\n\r\n•	Help train new employees to assure compliance with established standards and protocols.\r\n\r\n•	Perform other related duties as assigned.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nRequirements\r\nTo perform this job successfully, an individual must be able to perform each duty satisfactorily. The requirements listed below are representative of the knowledge, skill, and/or ability required.  \r\n\r\nExperience- One year of professional experience at a public zoo, wildlife park, animal facility or similar institution and a demonstrated knowledge of zoological operations. \r\n\r\nOther Requirements- Demonstrated ability to lead and work as a part of a team in a constantly changing environment as well as individually, with a minimum of supervision\r\n\r\nA valid driver’s License with a good driving record\r\n\r\nAbility to drive small-medium size trucks is required. \r\n	\r\nAbility to work a flexible schedule which includes evenings and/or weekends and holidays.\r\n\r\nAbility to respond to emergencies on an on-call basis.  \r\n\r\nLanguage Skills- Ability to read, analyze and interpret general business periodicals, \r\nprofessional journals, technical procedures or governmental regulations.  Ability to write \r\nreports and business correspondence.  Abilities to effectively present \r\ninformation and respond to questions from managers, clients, customers and the \r\ngeneral public. \r\n\r\nInterpersonal Skills – friendly, positive attitude toward others. Ability to display servant\r\nbased behaviors to include: being patient, kind, humble, respectful, selfless, forgiving, honest and committed.\r\n\r\nGuest/Customer Service Skills— must have knowledge of principles for providing quality customer service. This includes understanding guest needs, meeting quality standards for service and guest satisfaction.\r\n\r\nReasoning Ability- Ability to apply common sense understanding to carry out instructions \r\nfurnished in written, oral or diagram form. Ability to deal with problems involving several \r\nconcrete variables in standardized situations.\r\n\r\nPhysical Demands- Must be able to work outdoors in any weather, lift 50 pounds, walk briskly or run if needed.  Must be able to move heavier items with assistance and do repetitive physical work such as raking and shoveling.\r\n\r\nWork Environment- Mostly outdoors in all weather. Some areas such as the reptile area are hot and humid. Must be able to handle or be near any animal in the collection. Will be exposed to several outdoor allergens such as dust and hay.\r\n\r\nComputer Skills- Must have working knowledge of Microsoft based office programs (Excel, Word, Outlook) \r\n\r\nPublic Presentation- Must be able to present to small and large crowds and work well with large groups of children.\r\n\r\nPre Employment Testing- Successful candidates must pass pre-employment drug screening, background check and TB test.\r\n\r\n<h6>Compensation and benefits</h6>\r\nCompensation – $10-$13 per hour DOE\r\n\r\nBenefits- One week paid vacation for every one year worked. Vacation times and dates must be approved by management.  Low cost housing is available on site. Commission on some tour sales.  Annual Bonus. No medical or relocation benefits.\r\n\r\nMonterey Zoological Society, Inc. is an Equal Opportunity Employer.\r\n\r\n<h6>Application instructions</h6>\r\nApply online https://adobeformscentral.com/?f=15AtIdQ3Nfrd9BZ8eWrG2Q\r\n', 'Education Program Coordinator / Small Mammal Keeper', 0, '', 'publish', 'closed', 'closed', '', 'education-program-coordinator-small-mammal-keeper', '', '', '2014-05-01 16:31:42', '2014-05-01 21:31:42', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5898', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5899, 0, '2014-05-01 16:31:42', '2014-05-01 21:31:42', '', 'Education Program Coordinator / Small Mammal Keeper', 0, '', 'inherit', 'closed', 'closed', '', '5898-revision-v1', '', '', '2014-05-01 16:31:42', '2014-05-01 21:31:42', '', 5898, 'https://www.aazk.org/5898-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5900, 0, '2014-05-01 16:31:42', '2014-05-01 21:31:42', '<h5>Facility</h5>\r\n<p>Monterey Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Education Program Coordinator / Small Mammal Keeper will be responsible for accomplishing animal care, exhibit maintenance, and coordination of the Educational Programs.  This position requires an individual with a high degree of professional experience who takes pride in work well done.  Must be a proven leader, team player, and team member.  The priorities for this position include attention to animal care and health, fostering a positive team environment, and accomplishing an excellent guest experience.\r\nEssential Job Functions\r\n•	All team members must understand the significance of their role and how they can positively impact visitors.  Pro-active, friendly communication will be expected at all times, as well as anticipating visitors’ needs and desires. \r\n\r\n•	Provides for the needs of a wide range of mammals, birds, reptiles, and invertebrates through regular feedings, administering treatments as directed, exhibit maintenance and environmental enrichment programs for the species.\r\n\r\n•	Input of data into the animal records databases; assures that appropriate records are kept on all husbandry including daily care and animal health.\r\n\r\n•	Coordinates the purchasing relating to purchases such as food for the animal collection; assures that animal food, maintenance equipment and supplies are ordered and stocked in appropriate amounts, given the needs of the facility and the availability of resources.\r\n\r\n•	Exceptional use of time management techniques.\r\n\r\n•	Keep all exhibit areas and off exhibit areas clean, neat and well organized.\r\n\r\n•	Help train new employees to assure compliance with established standards and protocols.\r\n\r\n•	Perform other related duties as assigned.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nRequirements\r\nTo perform this job successfully, an individual must be able to perform each duty satisfactorily. The requirements listed below are representative of the knowledge, skill, and/or ability required.  \r\n\r\nExperience- One year of professional experience at a public zoo, wildlife park, animal facility or similar institution and a demonstrated knowledge of zoological operations. \r\n\r\nOther Requirements- Demonstrated ability to lead and work as a part of a team in a constantly changing environment as well as individually, with a minimum of supervision\r\n\r\nA valid driver’s License with a good driving record\r\n\r\nAbility to drive small-medium size trucks is required. \r\n	\r\nAbility to work a flexible schedule which includes evenings and/or weekends and holidays.\r\n\r\nAbility to respond to emergencies on an on-call basis.  \r\n\r\nLanguage Skills- Ability to read, analyze and interpret general business periodicals, \r\nprofessional journals, technical procedures or governmental regulations.  Ability to write \r\nreports and business correspondence.  Abilities to effectively present \r\ninformation and respond to questions from managers, clients, customers and the \r\ngeneral public. \r\n\r\nInterpersonal Skills – friendly, positive attitude toward others. Ability to display servant\r\nbased behaviors to include: being patient, kind, humble, respectful, selfless, forgiving, honest and committed.\r\n\r\nGuest/Customer Service Skills— must have knowledge of principles for providing quality customer service. This includes understanding guest needs, meeting quality standards for service and guest satisfaction.\r\n\r\nReasoning Ability- Ability to apply common sense understanding to carry out instructions \r\nfurnished in written, oral or diagram form. Ability to deal with problems involving several \r\nconcrete variables in standardized situations.\r\n\r\nPhysical Demands- Must be able to work outdoors in any weather, lift 50 pounds, walk briskly or run if needed.  Must be able to move heavier items with assistance and do repetitive physical work such as raking and shoveling.\r\n\r\nWork Environment- Mostly outdoors in all weather. Some areas such as the reptile area are hot and humid. Must be able to handle or be near any animal in the collection. Will be exposed to several outdoor allergens such as dust and hay.\r\n\r\nComputer Skills- Must have working knowledge of Microsoft based office programs (Excel, Word, Outlook) \r\n\r\nPublic Presentation- Must be able to present to small and large crowds and work well with large groups of children.\r\n\r\nPre Employment Testing- Successful candidates must pass pre-employment drug screening, background check and TB test.\r\n\r\n<h6>Compensation and benefits</h6>\r\nCompensation – $10-$13 per hour DOE\r\n\r\nBenefits- One week paid vacation for every one year worked. Vacation times and dates must be approved by management.  Low cost housing is available on site. Commission on some tour sales.  Annual Bonus. No medical or relocation benefits.\r\n\r\nMonterey Zoological Society, Inc. is an Equal Opportunity Employer.\r\n\r\n<h6>Application instructions</h6>\r\nApply online https://adobeformscentral.com/?f=15AtIdQ3Nfrd9BZ8eWrG2Q\r\n', 'Education Program Coordinator / Small Mammal Keeper', 0, '', 'inherit', 'closed', 'closed', '', '5898-revision-v1', '', '', '2014-05-01 16:31:42', '2014-05-01 21:31:42', '', 5898, 'https://www.aazk.org/5898-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5901, 3, '2014-05-05 13:13:31', '2014-05-05 18:13:31', '<h5>Facility</h5>\r\n<p>Point Defiance Zoo &amp; Aquarium, Tacoma Washington</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe internship program at the Point Defiance Zoo and Aquarium is designed to provide participants with practical learning experience and knowledge in the field of animal husbandry. Our team of aquarists care for a collection of over 300 species of fish and invertebrates from both Northern and Southern Pacific regions including several large species of sharks. \r\n\r\nThis internship is designed to provide instruction in the following areas:\r\n \r\n1. Animal Husbandry\r\n2. Nutrition and Diet\r\n3. Record Keeping \r\n4. Water Quality\r\n5. Public Education\r\n6. Knowledge of Marine Fish and Invertebrates\r\n \r\nInterns are responsible for assisting the staff with routine aquarium husbandry and maintenance, keep a daily journal, attend monthly meetings, and complete a personal project. For more information please refer to the application materials at pdza.org/internships.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nApplicants must:\r\n1.	Be currently enrolled in, or have recently graduated from, a college or university. \r\n2.	Have a minimum of one year of course work in a major field of study to be applied during the internship (e.g. biology, zoology, animal behavior, etc.).\r\n3.	Be capable of the physical abilities required to work with animals (e.g. lift 50 pounds, frequent bending and stooping, etc.) \r\n4.	Be able to commit to working 40 hours per week for 10-12 weeks.\r\n5.	Be flexible with their schedule and have the ability to work weekday, weekends and holidays.\r\n6.	Once selected, provide proof of a tetanus vaccination within the past 5 years.\r\n7.	Once selected be willing to verify ability to swim.\r\n\r\n(While it is not required that interns earn academic credit we will do everything possible to accommodate school requirements for those who do.)\r\n\r\n<h6>Compensation and benefits</h6>\r\nUnpaid. No housing.\r\n<h6>Application instructions</h6>\r\nTo apply for an internship at Point Defiance Zoo &amp; Aquarium you must:\r\n\r\n1.	Submit an application. (pdza.org)\r\n2.	Submit a cover letter including your career goals.\r\n3.	Submit a resume.\r\n4.	Submit answers to application questions.\r\n5.	Submit two letters of recommendation from an advisor or supervisor. (These may be sent separately.)\r\n6.	Undergo a phone, Skype or on-site interview.\r\n\r\nPlease note: Candidates may apply for multiple positions during one application period; however complete applications must be submitted for each position. Candidates may not apply for multiple seasons during one application period (applications will not be kept for future positions). \r\n\r\nApplications for the winter season must be received via email or postmarked by Friday October 18th, 2013.\r\nPlease mail OR email completed application materials to: cathleen.mcconnell@pdza.org\r\n \r\nPoint Defiance Zoo &amp; Aquarium\r\nInternship Program Coordinator – Education Department\r\n5400 North Pearl Street\r\nTacoma, WA  98407\r\n\r\n', 'Aquarium Internship', 0, '', 'publish', 'closed', 'closed', '', 'aquarium-internship', '', '', '2014-05-05 13:13:32', '2014-05-05 18:13:32', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5901', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5902, 0, '2014-05-05 13:13:31', '2014-05-05 18:13:31', '', 'Aquarium Internship', 0, '', 'inherit', 'closed', 'closed', '', '5901-revision-v1', '', '', '2014-05-05 13:13:31', '2014-05-05 18:13:31', '', 5901, 'https://www.aazk.org/5901-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5903, 0, '2014-05-05 13:13:32', '2014-05-05 18:13:32', '<h5>Facility</h5>\r\n<p>Point Defiance Zoo &amp; Aquarium, Tacoma Washington</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe internship program at the Point Defiance Zoo and Aquarium is designed to provide participants with practical learning experience and knowledge in the field of animal husbandry. Our team of aquarists care for a collection of over 300 species of fish and invertebrates from both Northern and Southern Pacific regions including several large species of sharks. \r\n\r\nThis internship is designed to provide instruction in the following areas:\r\n \r\n1. Animal Husbandry\r\n2. Nutrition and Diet\r\n3. Record Keeping \r\n4. Water Quality\r\n5. Public Education\r\n6. Knowledge of Marine Fish and Invertebrates\r\n \r\nInterns are responsible for assisting the staff with routine aquarium husbandry and maintenance, keep a daily journal, attend monthly meetings, and complete a personal project. For more information please refer to the application materials at pdza.org/internships.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nApplicants must:\r\n1.	Be currently enrolled in, or have recently graduated from, a college or university. \r\n2.	Have a minimum of one year of course work in a major field of study to be applied during the internship (e.g. biology, zoology, animal behavior, etc.).\r\n3.	Be capable of the physical abilities required to work with animals (e.g. lift 50 pounds, frequent bending and stooping, etc.) \r\n4.	Be able to commit to working 40 hours per week for 10-12 weeks.\r\n5.	Be flexible with their schedule and have the ability to work weekday, weekends and holidays.\r\n6.	Once selected, provide proof of a tetanus vaccination within the past 5 years.\r\n7.	Once selected be willing to verify ability to swim.\r\n\r\n(While it is not required that interns earn academic credit we will do everything possible to accommodate school requirements for those who do.)\r\n\r\n<h6>Compensation and benefits</h6>\r\nUnpaid. No housing.\r\n<h6>Application instructions</h6>\r\nTo apply for an internship at Point Defiance Zoo &amp; Aquarium you must:\r\n\r\n1.	Submit an application. (pdza.org)\r\n2.	Submit a cover letter including your career goals.\r\n3.	Submit a resume.\r\n4.	Submit answers to application questions.\r\n5.	Submit two letters of recommendation from an advisor or supervisor. (These may be sent separately.)\r\n6.	Undergo a phone, Skype or on-site interview.\r\n\r\nPlease note: Candidates may apply for multiple positions during one application period; however complete applications must be submitted for each position. Candidates may not apply for multiple seasons during one application period (applications will not be kept for future positions). \r\n\r\nApplications for the winter season must be received via email or postmarked by Friday October 18th, 2013.\r\nPlease mail OR email completed application materials to: cathleen.mcconnell@pdza.org\r\n \r\nPoint Defiance Zoo &amp; Aquarium\r\nInternship Program Coordinator – Education Department\r\n5400 North Pearl Street\r\nTacoma, WA  98407\r\n\r\n', 'Aquarium Internship', 0, '', 'inherit', 'closed', 'closed', '', '5901-revision-v1', '', '', '2014-05-05 13:13:32', '2014-05-05 18:13:32', '', 5901, 'https://www.aazk.org/5901-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5904, 3, '2014-05-05 13:21:10', '2014-05-05 18:21:10', '<h5>Facility</h5>\r\nPoint Defiance Zoo &amp; Aquarium, Tacoma Washington\r\n<h5>Closing Date</h5>\r\n[jobclosingdate]\r\n<h6>Description</h6>\r\nThe internship program at the Point Defiance Zoo and Aquarium is designed to provide participants with practical learning experience and knowledge in the field of animal husbandry. The Rocky Shores/Tundra team is dedicated to the care and husbandry of a variety marine mammals and seabirds primarily found in North Pacific regions. The internship is designed to provide instruction in the following areas: \r\n1. Care of Animal Habitats \r\n2. Nutrition and Diets \r\n3. Environmental Enrichment \r\n4. Public Presentation/Interpretation \r\n5. Water Quality and Filtration \r\n6. Animal Species \r\n7. Animal Training and Husbandry \r\n\r\nInterns are responsible for assisting the staff with routine aquarium husbandry and maintenance, keep a daily journal, complete a series of animal knowledge tests, attend monthly meetings, and complete a personal project. For more information please refer to the application materials at pdza.org/internships.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nApplicants must: \r\n1. Be currently enrolled in, or have recently graduated from, a college or university. \r\n2. Have a minimum of one year of course work in a major field of study to be applied during the internship (e.g. biology, zoology, animal behavior, etc.). \r\n3. Be capable of the physical abilities required to work with animals (e.g. lift 50 pounds, frequent bending and stooping, etc.) \r\n4. Be able to commit to working 40 hours per week for 10-12 weeks. \r\n5. Be flexible with their schedule and have the ability to work weekday, weekends and holidays. \r\n6. Once selected, provide proof of a tetanus vaccination within the past 5 years. \r\n7. Once selected, be willing to verify ability to swim. (While it is not required that interns earn academic credit we will do everything possible to accommodate school requirements for those who do.)\r\n\r\n<h6>Compensation and benefits</h6>\r\nUnpaid. No housing.\r\n\r\n<h6>Application instructions</h6>\r\nTo apply for an internship at Point Defiance Zoo &amp; Aquarium you must: \r\n1. Submit an application. (pdza.org) \r\n2. Submit a cover letter including your career goals. \r\n3. Submit a resume. \r\n4. Submit answers to application questions. \r\n5. Submit two letters of recommendation from an advisor or supervisor. (These may be sent separately.) \r\n6. Undergo a phone, Skype or on-site interview.\r\n\r\nPlease note: Candidates may apply for multiple positions during one application period; however complete applications must be submitted for each position. Candidates may not apply for multiple seasons during one application period (applications will not be kept for future positions). Applications for the winter season must be received via email or postmarked by Friday <strong>June 20th, 2014</strong>. \r\n\r\nPlease mail OR email completed application materials to: <a> <a href="http://cathleen.mcconnell@pdza.org">cathleen.mcconnell@pdza.org</a></a> \r\nPoint Defiance Zoo &amp; Aquarium Internship Program Coordinator – Education Department \r\n5400 North Pearl Street \r\nTacoma, WA 98407', 'Rocky Shores/Tundra Internship', 0, '', 'publish', 'closed', 'closed', '', 'rocky-shorestundra-internship', '', '', '2014-05-05 14:28:19', '2014-05-05 19:28:19', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5904', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5905, 0, '2014-05-05 13:21:10', '2014-05-05 18:21:10', '', 'Rocky Shores/Tundra Internship', 0, '', 'inherit', 'closed', 'closed', '', '5904-revision-v1', '', '', '2014-05-05 13:21:10', '2014-05-05 18:21:10', '', 5904, 'https://www.aazk.org/5904-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5906, 0, '2014-05-05 13:21:10', '2014-05-05 18:21:10', '<h5>Facility</h5>\r\n<p>Point Defiance Zoo &amp; Aquarium, Tacoma Washington</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe internship program at the Point Defiance Zoo and Aquarium is designed to provide participants with practical learning experience and knowledge in the field of animal husbandry. The Rocky Shores/Tundra team is dedicated to the care and husbandry of a variety marine mammals and seabirds primarily found in North Pacific regions.\r\n\r\nThe internship is designed to provide instruction in the following areas:\r\n\r\n1.   Care of Animal Habitats\r\n2.   Nutrition and Diets\r\n3.   Environmental Enrichment\r\n4.   Public Presentation/Interpretation\r\n5.   Water Quality and Filtration\r\n6.   Animal Species\r\n7.   Animal Training and Husbandry\r\n\r\nInterns are responsible for assisting the staff with routine aquarium husbandry and maintenance, keep a daily journal, complete a series of animal knowledge tests, attend monthly meetings, and complete a personal project. For more information please refer to the application materials at pdza.org/internships.\r\n<h6>Education and Pre-requisites</h6>\r\nApplicants must:\r\n1.	Be currently enrolled in, or have recently graduated from, a college or university. \r\n2.	Have a minimum of one year of course work in a major field of study to be applied during the internship (e.g. biology, zoology, animal behavior, etc.).\r\n3.	Be capable of the physical abilities required to work with animals (e.g. lift 50 pounds, frequent bending and stooping, etc.) \r\n4.	Be able to commit to working 40 hours per week for 10-12 weeks.\r\n5.	Be flexible with their schedule and have the ability to work weekday, weekends and holidays.\r\n6.	Once selected, provide proof of a tetanus vaccination within the past 5 years.\r\n7.	Once selected, be willing to verify ability to swim.\r\n\r\n(While it is not required that interns earn academic credit we will do everything possible to accommodate school requirements for those who do.)\r\n\r\n\r\n<h6>Compensation and benefits</h6>\r\nUnpaid. No housing.\r\n<h6>Application instructions</h6>\r\nTo apply for an internship at Point Defiance Zoo &amp; Aquarium you must:\r\n\r\n1.	Submit an application. (pdza.org)\r\n2.	Submit a cover letter including your career goals.\r\n3.	Submit a resume.\r\n4.	Submit answers to application questions.\r\n5.	Submit two letters of recommendation from an advisor or supervisor. (These may be sent separately.)\r\n6.	Undergo a phone, Skype or on-site interview.\r\n\r\nPlease note: Candidates may apply for multiple positions during one application period; however complete applications must be submitted for each position. Candidates may not apply for multiple seasons during one application period (applications will not be kept for future positions). \r\n\r\n', 'Rocky Shores/Tundra Internship', 0, '', 'inherit', 'closed', 'closed', '', '5904-revision-v1', '', '', '2014-05-05 13:21:10', '2014-05-05 18:21:10', '', 5904, 'https://www.aazk.org/5904-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5907, 3, '2014-05-05 13:23:54', '2014-05-05 18:23:54', '<h5>Facility</h5>\r\n<p>Point Defiance Zoo &amp; Aquarium, Tacoma Washington</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe internship program at the Point Defiance Zoo and Aquarium is designed to provide participants with practical learning experience and knowledge in the field of animal husbandry. The Asian Forest Sanctuary cares for a diverse array of mammals from throughout Southeast Asia with specific husbandry and dietary concerns. This area is one of the few rotational exhibits in the country which requires extensive shifting of animals daily in a safe and thoughtful manner. \r\n \r\nThe internship is designed to provide knowledge of and instruction in the following areas:\r\n1.	Animal Husbandry\r\n2.	Nutrition and Diet\r\n3.	Animal Enrichment\r\n4.	Animal/Species Knowledge\r\n5.	Training\r\n6.	Public Presentation\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nApplicants must:\r\n1.	Currently enrolled in, or have recently graduated from, a college or university. \r\n2.	Have a minimum of one year of course work in a major field of study to be applied during the internship (e.g. biology, zoology, animal behavior, etc.).\r\n3.	Be capable of the physical abilities required to work with animals (e.g. lift 50 pounds, frequent bending and stooping, etc.) \r\n4.	Be able to commit to working 40 hours per week for 10-12 weeks.\r\n5.	Be flexible with their schedule and have the ability to work weekday, weekends and holidays.\r\n6.	Once selected, provide proof of a tetanus vaccination within the past 5 years.\r\n7.	Once selected, provide proof of a negative TB test within the last year.\r\n\r\n(While it is not required that interns earn academic credit we will do everything possible to accommodate school requirements for those who do.)\r\n\r\n<h6>Compensation and benefits</h6>\r\nUnpaid. No housing.\r\n<h6>Application instructions</h6>\r\nTo apply for an internship at Point Defiance Zoo &amp; Aquarium you must:\r\n1.	Submit an application. (pdza.org)\r\n2.	Submit a cover letter including your career goals.\r\n3.	Submit a resume.\r\n4.	Submit answers to application questions (if requested).\r\n5.	Submit two letters of recommendation from an advisor or supervisor. (These may be sent separately.)\r\n6.	Undergo a phone, Skype or on-site interview.\r\n\r\nPlease note: Candidates may apply for multiple positions during one application period; however complete applications must be submitted for each position. Candidates may not apply for multiple seasons during one application period (applications will not be kept for future positions). \r\n\r\nApplications for the fall season must be received via email or postmarked by Friday June 20th, 2014.\r\n\r\nPlease mail OR email completed application materials to: cathleen.mcconnell@pdza.org\r\n \r\nPoint Defiance Zoo &amp; Aquarium\r\nInternship Program Coordinator – Education Department\r\n5400 North Pearl Street\r\nTacoma, WA  98407\r\n \r\n\r\n', 'SE Asian Forest Sanctuary', 0, '', 'publish', 'closed', 'closed', '', 'se-asian-forest-sanctuary', '', '', '2014-05-05 13:23:54', '2014-05-05 18:23:54', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5907', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5908, 0, '2014-05-05 13:23:54', '2014-05-05 18:23:54', '', 'SE Asian Forest Sanctuary', 0, '', 'inherit', 'closed', 'closed', '', '5907-revision-v1', '', '', '2014-05-05 13:23:54', '2014-05-05 18:23:54', '', 5907, 'https://www.aazk.org/5907-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5909, 0, '2014-05-05 13:23:54', '2014-05-05 18:23:54', '<h5>Facility</h5>\r\n<p>Point Defiance Zoo &amp; Aquarium, Tacoma Washington</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe internship program at the Point Defiance Zoo and Aquarium is designed to provide participants with practical learning experience and knowledge in the field of animal husbandry. The Asian Forest Sanctuary cares for a diverse array of mammals from throughout Southeast Asia with specific husbandry and dietary concerns. This area is one of the few rotational exhibits in the country which requires extensive shifting of animals daily in a safe and thoughtful manner. \r\n \r\nThe internship is designed to provide knowledge of and instruction in the following areas:\r\n1.	Animal Husbandry\r\n2.	Nutrition and Diet\r\n3.	Animal Enrichment\r\n4.	Animal/Species Knowledge\r\n5.	Training\r\n6.	Public Presentation\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nApplicants must:\r\n1.	Currently enrolled in, or have recently graduated from, a college or university. \r\n2.	Have a minimum of one year of course work in a major field of study to be applied during the internship (e.g. biology, zoology, animal behavior, etc.).\r\n3.	Be capable of the physical abilities required to work with animals (e.g. lift 50 pounds, frequent bending and stooping, etc.) \r\n4.	Be able to commit to working 40 hours per week for 10-12 weeks.\r\n5.	Be flexible with their schedule and have the ability to work weekday, weekends and holidays.\r\n6.	Once selected, provide proof of a tetanus vaccination within the past 5 years.\r\n7.	Once selected, provide proof of a negative TB test within the last year.\r\n\r\n(While it is not required that interns earn academic credit we will do everything possible to accommodate school requirements for those who do.)\r\n\r\n<h6>Compensation and benefits</h6>\r\nUnpaid. No housing.\r\n<h6>Application instructions</h6>\r\nTo apply for an internship at Point Defiance Zoo &amp; Aquarium you must:\r\n1.	Submit an application. (pdza.org)\r\n2.	Submit a cover letter including your career goals.\r\n3.	Submit a resume.\r\n4.	Submit answers to application questions (if requested).\r\n5.	Submit two letters of recommendation from an advisor or supervisor. (These may be sent separately.)\r\n6.	Undergo a phone, Skype or on-site interview.\r\n\r\nPlease note: Candidates may apply for multiple positions during one application period; however complete applications must be submitted for each position. Candidates may not apply for multiple seasons during one application period (applications will not be kept for future positions). \r\n\r\nApplications for the fall season must be received via email or postmarked by Friday June 20th, 2014.\r\n\r\nPlease mail OR email completed application materials to: cathleen.mcconnell@pdza.org\r\n \r\nPoint Defiance Zoo &amp; Aquarium\r\nInternship Program Coordinator – Education Department\r\n5400 North Pearl Street\r\nTacoma, WA  98407\r\n \r\n\r\n', 'SE Asian Forest Sanctuary', 0, '', 'inherit', 'closed', 'closed', '', '5907-revision-v1', '', '', '2014-05-05 13:23:54', '2014-05-05 18:23:54', '', 5907, 'https://www.aazk.org/5907-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5910, 3, '2014-05-05 13:26:54', '2014-05-05 18:26:54', '<h5>Facility</h5>\r\n<p>Point Defiance Zoo &amp; Aquarium, Tacoma Washington</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe internship program at the Point Defiance Zoo and Aquarium is designed to provide participants with practical learning experience and knowledge in the field of animal husbandry. The Small Exotics animal care team is dedicated to the husbandry and interpretation of a large collection exotic species including terrestrial invertebrates, freshwater fish, amphibians, reptiles, birds, and small mammals found throughout the world. \r\n\r\nInterns are responsible for assisting the staff with routine aquarium husbandry and maintenance, keep a daily journal, attend monthly meetings, and complete a personal project. For more information please refer to the application materials at pdza.org/internships.\r\nThe internship is designed to provide instruction in the following areas:\r\n1.	Animal Husbandry\r\n2.	Nutrition and Diets\r\n3.	Record Keeping\r\n4.	Environmental Enrichment\r\n5.	Animal/Species Knowledge\r\n6.	Animal Handling\r\n7.	Animal Interpretation\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nApplicants must:\r\n1.	Currently enrolled in, or have recently graduated from, a college or university. \r\n2.	Have a minimum of one year of course work in a major field of study to be applied during the internship (e.g. biology, zoology, animal behavior, etc.).\r\n3.	Be capable of the physical abilities required to work with animals (e.g. lift 50 pounds, frequent bending and stooping, etc.) \r\n4.	Be able to commit to working 40 hours per week for 10-12 weeks.\r\n5.	Be flexible with their schedule and have the ability to work weekday, weekends and holidays.\r\n6.	Once selected, provide proof of a tetanus vaccination within the past 5 years.\r\n	\r\n(While it is not required that interns earn academic credit we will do everything possible to accommodate school requirements for those who do.)\r\n\r\n<h6>Compensation and benefits</h6>\r\nUnpaid. No housing.\r\n<h6>Application instructions</h6>\r\nTo apply for an internship at Point Defiance Zoo &amp; Aquarium you must:\r\n1.	Submit an application. (pdza.org)\r\n2.	Submit a cover letter including your career goals.\r\n3.	Submit a resume.\r\n4.	Submit answers to application questions.\r\n5.	Submit two letters of recommendation from an advisor or supervisor. (These may be sent separately.)\r\n6.	Undergo a phone, Skype or on-site interview.\r\n\r\nPlease note: Candidates may apply for multiple positions during one application period; however complete applications must be submitted for each position. Candidates may not apply for multiple seasons during one application period (applications will not be kept for future positions). \r\n\r\nApplications for the fall season must be received via email or postmarked by Friday June 20th, 2014.\r\n\r\nPlease mail OR email completed application materials to: cathleen.mcconnell@pdza.org\r\n \r\nPoint Defiance Zoo &amp; Aquarium\r\nInternship Program Coordinator – Education Department\r\n5400 North Pearl Street\r\nTacoma, WA  98407\r\n \r\n\r\n\r\n', 'Small Exotics Husbandry', 0, '', 'publish', 'closed', 'closed', '', 'small-exotics-husbandry', '', '', '2014-05-05 13:26:55', '2014-05-05 18:26:55', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5910', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5911, 0, '2014-05-05 13:26:54', '2014-05-05 18:26:54', '', 'Small Exotics Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '5910-revision-v1', '', '', '2014-05-05 13:26:54', '2014-05-05 18:26:54', '', 5910, 'https://www.aazk.org/5910-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5912, 0, '2014-05-05 13:26:55', '2014-05-05 18:26:55', '<h5>Facility</h5>\r\n<p>Point Defiance Zoo &amp; Aquarium, Tacoma Washington</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe internship program at the Point Defiance Zoo and Aquarium is designed to provide participants with practical learning experience and knowledge in the field of animal husbandry. The Small Exotics animal care team is dedicated to the husbandry and interpretation of a large collection exotic species including terrestrial invertebrates, freshwater fish, amphibians, reptiles, birds, and small mammals found throughout the world. \r\n\r\nInterns are responsible for assisting the staff with routine aquarium husbandry and maintenance, keep a daily journal, attend monthly meetings, and complete a personal project. For more information please refer to the application materials at pdza.org/internships.\r\nThe internship is designed to provide instruction in the following areas:\r\n1.	Animal Husbandry\r\n2.	Nutrition and Diets\r\n3.	Record Keeping\r\n4.	Environmental Enrichment\r\n5.	Animal/Species Knowledge\r\n6.	Animal Handling\r\n7.	Animal Interpretation\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nApplicants must:\r\n1.	Currently enrolled in, or have recently graduated from, a college or university. \r\n2.	Have a minimum of one year of course work in a major field of study to be applied during the internship (e.g. biology, zoology, animal behavior, etc.).\r\n3.	Be capable of the physical abilities required to work with animals (e.g. lift 50 pounds, frequent bending and stooping, etc.) \r\n4.	Be able to commit to working 40 hours per week for 10-12 weeks.\r\n5.	Be flexible with their schedule and have the ability to work weekday, weekends and holidays.\r\n6.	Once selected, provide proof of a tetanus vaccination within the past 5 years.\r\n	\r\n(While it is not required that interns earn academic credit we will do everything possible to accommodate school requirements for those who do.)\r\n\r\n<h6>Compensation and benefits</h6>\r\nUnpaid. No housing.\r\n<h6>Application instructions</h6>\r\nTo apply for an internship at Point Defiance Zoo &amp; Aquarium you must:\r\n1.	Submit an application. (pdza.org)\r\n2.	Submit a cover letter including your career goals.\r\n3.	Submit a resume.\r\n4.	Submit answers to application questions.\r\n5.	Submit two letters of recommendation from an advisor or supervisor. (These may be sent separately.)\r\n6.	Undergo a phone, Skype or on-site interview.\r\n\r\nPlease note: Candidates may apply for multiple positions during one application period; however complete applications must be submitted for each position. Candidates may not apply for multiple seasons during one application period (applications will not be kept for future positions). \r\n\r\nApplications for the fall season must be received via email or postmarked by Friday June 20th, 2014.\r\n\r\nPlease mail OR email completed application materials to: cathleen.mcconnell@pdza.org\r\n \r\nPoint Defiance Zoo &amp; Aquarium\r\nInternship Program Coordinator – Education Department\r\n5400 North Pearl Street\r\nTacoma, WA  98407\r\n \r\n\r\n\r\n', 'Small Exotics Husbandry', 0, '', 'inherit', 'closed', 'closed', '', '5910-revision-v1', '', '', '2014-05-05 13:26:55', '2014-05-05 18:26:55', '', 5910, 'https://www.aazk.org/5910-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5913, 2, '2014-05-05 13:52:09', '2014-05-05 18:52:09', '<h5>Facility</h5>\n<p>Point Defiance Zoo &amp; Aquarium, Tacoma Washington</p>\n<h5>Closing Date</h5><p>\n[jobclosingdate]</p>\n<h6>Description</h6>\nThe internship program at the Point Defiance Zoo and Aquarium is designed to provide participants with practical learning experience and knowledge in the field of animal husbandry. The Rocky Shores/Tundra team is dedicated to the care and husbandry of a variety marine mammals and seabirds primarily found in North Pacific regions.\n\nThe internship is designed to provide instruction in the following areas:\n\n1.   Care of Animal Habitats\n2.   Nutrition and Diets\n3.   Environmental Enrichment\n4.   Public Presentation/Interpretation\n5.   Water Quality and Filtration\n6.   Animal Species\n7.   Animal Training and Husbandry\n\nInterns are responsible for assisting the staff with routine aquarium husbandry and maintenance, keep a daily journal, complete a series of animal knowledge tests, attend monthly meetings, and complete a personal project. For more information please refer to the application materials at pdza.org/internships.\n<h6>Education and Pre-requisites</h6>\nApplicants must:\n1.	Be currently enrolled in, or have recently graduated from, a college or university. \n2.	Have a minimum of one year of course work in a major field of study to be applied during the internship (e.g. biology, zoology, animal behavior, etc.).\n3.	Be capable of the physical abilities required to work with animals (e.g. lift 50 pounds, frequent bending and stooping, etc.) \n4.	Be able to commit to working 40 hours per week for 10-12 weeks.\n5.	Be flexible with their schedule and have the ability to work weekday, weekends and holidays.\n6.	Once selected, provide proof of a tetanus vaccination within the past 5 years.\n7.	Once selected, be willing to verify ability to swim.\n\n(While it is not required that interns earn academic credit we will do everything possible to accommodate school requirements for those who do.)\n\n\n<h6>Compensation and benefits</h6>\nUnpaid. No housing.\n<h6>Application instructions</h6>\n\n\n', 'Rocky Shores/Tundra Internship', 0, '', 'inherit', 'closed', 'closed', '', '5904-autosave-v1', '', '', '2014-05-05 13:52:09', '2014-05-05 18:52:09', '', 5904, 'https://www.aazk.org/5904-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5914, 2, '2014-05-05 13:52:37', '2014-05-05 18:52:37', '<h5>Facility</h5>\r\nPoint Defiance Zoo &amp; Aquarium, Tacoma Washington\r\n<h5>Closing Date</h5>\r\n[jobclosingdate]\r\n<h6>Description</h6>\r\nThe internship program at the Point Defiance Zoo and Aquarium is designed to provide participants with practical learning experience and knowledge in the field of animal husbandry. The Rocky Shores/Tundra team is dedicated to the care and husbandry of a variety marine mammals and seabirds primarily found in North Pacific regions.\r\n\r\nThe internship is designed to provide instruction in the following areas:\r\n\r\n1. Care of Animal Habitats\r\n2. Nutrition and Diets\r\n3. Environmental Enrichment\r\n4. Public Presentation/Interpretation\r\n5. Water Quality and Filtration\r\n6. Animal Species\r\n7. Animal Training and Husbandry\r\n\r\nInterns are responsible for assisting the staff with routine aquarium husbandry and maintenance, keep a daily journal, complete a series of animal knowledge tests, attend monthly meetings, and complete a personal project. For more information please refer to the application materials at pdza.org/internships.\r\n<h6>Education and Pre-requisites</h6>\r\nApplicants must:\r\n1. Be currently enrolled in, or have recently graduated from, a college or university.\r\n2. Have a minimum of one year of course work in a major field of study to be applied during the internship (e.g. biology, zoology, animal behavior, etc.).\r\n3. Be capable of the physical abilities required to work with animals (e.g. lift 50 pounds, frequent bending and stooping, etc.)\r\n4. Be able to commit to working 40 hours per week for 10-12 weeks.\r\n5. Be flexible with their schedule and have the ability to work weekday, weekends and holidays.\r\n6. Once selected, provide proof of a tetanus vaccination within the past 5 years.\r\n7. Once selected, be willing to verify ability to swim.\r\n\r\n(While it is not required that interns earn academic credit we will do everything possible to accommodate school requirements for those who do.)\r\n<h6>Compensation and benefits</h6>\r\nUnpaid. No housing.\r\n<h6>Application instructions</h6>\r\nTo apply for an internship at Point Defiance Zoo &amp; Aquarium you must:\r\n\r\n1. Submit an application. (pdza.org)\r\n2. Submit a cover letter including your career goals.\r\n3. Submit a resume.\r\n4. Submit answers to application questions.\r\n5. Submit two letters of recommendation from an advisor or supervisor. (These may be sent separately.)\r\n6. Undergo a phone, Skype or on-site interview.\r\n\r\nPlease note: Candidates may apply for multiple positions during one application period; however complete applications must be submitted for each position. Candidates may not apply for multiple seasons during one application period (applications will not be kept for future positions).\r\n\r\nApplications for the winter season must be received via email or postmarked by Friday <strong>June 20th, 2014</strong>.\r\nPlease mail OR email completed application materials to: cathleen.mcconnell@pdza.org\r\n\r\nPoint Defiance Zoo &amp; Aquarium\r\nInternship Program Coordinator – Education Department\r\n5400 North Pearl Street\r\nTacoma, WA 98407', 'Rocky Shores/Tundra Internship', 0, '', 'inherit', 'closed', 'closed', '', '5904-revision-v1', '', '', '2014-05-05 13:52:37', '2014-05-05 18:52:37', '', 5904, 'https://www.aazk.org/5904-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5915, 2, '2014-05-05 13:53:44', '2014-05-05 18:53:44', '<h5>Facility</h5>\r\nPoint Defiance Zoo &amp; Aquarium, Tacoma Washington\r\n<h5>Closing Date</h5>\r\n[jobclosingdate]\r\n<h6>Description</h6>\r\nThe internship program at the Point Defiance Zoo and Aquarium is designed to provide participants with practical learning experience and knowledge in the field of animal husbandry. The Rocky Shores/Tundra team is dedicated to the care and husbandry of a variety marine mammals and seabirds primarily found in North Pacific regions. The internship is designed to provide instruction in the following areas: 1. Care of Animal Habitats 2. Nutrition and Diets 3. Environmental Enrichment 4. Public Presentation/Interpretation 5. Water Quality and Filtration 6. Animal Species 7. Animal Training and Husbandry Interns are responsible for assisting the staff with routine aquarium husbandry and maintenance, keep a daily journal, complete a series of animal knowledge tests, attend monthly meetings, and complete a personal project. For more information please refer to the application materials at pdza.org/internships.\r\n<h6>Education and Pre-requisites</h6>\r\nApplicants must: 1. Be currently enrolled in, or have recently graduated from, a college or university. 2. Have a minimum of one year of course work in a major field of study to be applied during the internship (e.g. biology, zoology, animal behavior, etc.). 3. Be capable of the physical abilities required to work with animals (e.g. lift 50 pounds, frequent bending and stooping, etc.) 4. Be able to commit to working 40 hours per week for 10-12 weeks. 5. Be flexible with their schedule and have the ability to work weekday, weekends and holidays. 6. Once selected, provide proof of a tetanus vaccination within the past 5 years. 7. Once selected, be willing to verify ability to swim. (While it is not required that interns earn academic credit we will do everything possible to accommodate school requirements for those who do.)\r\n<h6>Compensation and benefits</h6>\r\nUnpaid. No housing.\r\n<h6>Application instructions</h6>\r\nTo apply for an internship at Point Defiance Zoo &amp; Aquarium you must: 1. Submit an application. (pdza.org) 2. Submit a cover letter including your career goals. 3. Submit a resume. 4. Submit answers to application questions. 5. Submit two letters of recommendation from an advisor or supervisor. (These may be sent separately.) 6. Undergo a phone, Skype or on-site interview. Please note: Candidates may apply for multiple positions during one application period; however complete applications must be submitted for each position. Candidates may not apply for multiple seasons during one application period (applications will not be kept for future positions). Applications for the winter season must be received via email or postmarked by Friday <strong>June 20th, 2014</strong>. Please mail OR email completed application materials to: <a href="http://cathleen.mcconnell@pdza.org">cathleen.mcconnell@pdza.org</a> Point Defiance Zoo &amp; Aquarium Internship Program Coordinator – Education Department 5400 North Pearl Street Tacoma, WA 98407', 'Rocky Shores/Tundra Internship', 0, '', 'inherit', 'closed', 'closed', '', '5904-revision-v1', '', '', '2014-05-05 13:53:44', '2014-05-05 18:53:44', '', 5904, 'https://www.aazk.org/5904-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5916, 2, '2014-05-05 14:25:59', '2014-05-05 19:25:59', '<h5>Facility</h5>\r\nPoint Defiance Zoo &amp; Aquarium, Tacoma Washington\r\n<h5>Closing Date</h5>\r\n[jobclosingdate]\r\n<h6>Description</h6>\r\nThe internship program at the Point Defiance Zoo and Aquarium is designed to provide participants with practical learning experience and knowledge in the field of animal husbandry. The Rocky Shores/Tundra team is dedicated to the care and husbandry of a variety marine mammals and seabirds primarily found in North Pacific regions. The internship is designed to provide instruction in the following areas: \r\n1. Care of Animal Habitats \r\n2. Nutrition and Diets \r\n3. Environmental Enrichment \r\n4. Public Presentation/Interpretation \r\n5. Water Quality and Filtration \r\n6. Animal Species \r\n7. Animal Training and Husbandry \r\n\r\nInterns are responsible for assisting the staff with routine aquarium husbandry and maintenance, keep a daily journal, complete a series of animal knowledge tests, attend monthly meetings, and complete a personal project. For more information please refer to the application materials at pdza.org/internships.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nApplicants must: \r\n1. Be currently enrolled in, or have recently graduated from, a college or university. \r\n2. Have a minimum of one year of course work in a major field of study to be applied during the internship (e.g. biology, zoology, animal behavior, etc.). \r\n3. Be capable of the physical abilities required to work with animals (e.g. lift 50 pounds, frequent bending and stooping, etc.) \r\n4. Be able to commit to working 40 hours per week for 10-12 weeks. \r\n5. Be flexible with their schedule and have the ability to work weekday, weekends and holidays. \r\n6. Once selected, provide proof of a tetanus vaccination within the past 5 years. \r\n7. Once selected, be willing to verify ability to swim. (While it is not required that interns earn academic credit we will do everything possible to accommodate school requirements for those who do.)\r\n\r\n<h6>Compensation and benefits</h6>\r\nUnpaid. No housing.\r\n\r\n<h6>Application instructions</h6>\r\nTo apply for an internship at Point Defiance Zoo &amp; Aquarium you must: \r\n1. Submit an application. (pdza.org) \r\n2. Submit a cover letter including your career goals. \r\n3. Submit a resume. \r\n4. Submit answers to application questions. \r\n5. Submit two letters of recommendation from an advisor or supervisor. (These may be sent separately.) \r\n6. Undergo a phone, Skype or on-site interview. \r\nPlease note: Candidates may apply for multiple positions during one application period; however complete applications must be submitted for each position. Candidates may not apply for multiple seasons during one application period (applications will not be kept for future positions). Applications for the winter season must be received via email or postmarked by Friday <strong>June 20th, 2014</strong>. \r\nPlease mail OR email completed application materials to: <ahref="http://cathleen.mcconnell@pdza.org">cathleen.mcconnell@pdza.org</a> \r\nPoint Defiance Zoo &amp; Aquarium Internship Program Coordinator – Education Department \r\n5400 North Pearl Street \r\nTacoma, WA 98407', 'Rocky Shores/Tundra Internship', 0, '', 'inherit', 'closed', 'closed', '', '5904-revision-v1', '', '', '2014-05-05 14:25:59', '2014-05-05 19:25:59', '', 5904, 'https://www.aazk.org/5904-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5917, 2, '2014-05-05 14:27:26', '2014-05-05 19:27:26', '<h5>Facility</h5>\r\nPoint Defiance Zoo &amp; Aquarium, Tacoma Washington\r\n<h5>Closing Date</h5>\r\n[jobclosingdate]\r\n<h6>Description</h6>\r\nThe internship program at the Point Defiance Zoo and Aquarium is designed to provide participants with practical learning experience and knowledge in the field of animal husbandry. The Rocky Shores/Tundra team is dedicated to the care and husbandry of a variety marine mammals and seabirds primarily found in North Pacific regions. The internship is designed to provide instruction in the following areas: \r\n1. Care of Animal Habitats \r\n2. Nutrition and Diets \r\n3. Environmental Enrichment \r\n4. Public Presentation/Interpretation \r\n5. Water Quality and Filtration \r\n6. Animal Species \r\n7. Animal Training and Husbandry \r\n\r\nInterns are responsible for assisting the staff with routine aquarium husbandry and maintenance, keep a daily journal, complete a series of animal knowledge tests, attend monthly meetings, and complete a personal project. For more information please refer to the application materials at pdza.org/internships.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nApplicants must: \r\n1. Be currently enrolled in, or have recently graduated from, a college or university. \r\n2. Have a minimum of one year of course work in a major field of study to be applied during the internship (e.g. biology, zoology, animal behavior, etc.). \r\n3. Be capable of the physical abilities required to work with animals (e.g. lift 50 pounds, frequent bending and stooping, etc.) \r\n4. Be able to commit to working 40 hours per week for 10-12 weeks. \r\n5. Be flexible with their schedule and have the ability to work weekday, weekends and holidays. \r\n6. Once selected, provide proof of a tetanus vaccination within the past 5 years. \r\n7. Once selected, be willing to verify ability to swim. (While it is not required that interns earn academic credit we will do everything possible to accommodate school requirements for those who do.)\r\n\r\n<h6>Compensation and benefits</h6>\r\nUnpaid. No housing.\r\n\r\n<h6>Application instructions</h6>\r\nTo apply for an internship at Point Defiance Zoo &amp; Aquarium you must: \r\n1. Submit an application. (pdza.org) \r\n2. Submit a cover letter including your career goals. \r\n3. Submit a resume. \r\n4. Submit answers to application questions. \r\n5. Submit two letters of recommendation from an advisor or supervisor. (These may be sent separately.) \r\n6. Undergo a phone, Skype or on-site interview. \r\nPlease note: Candidates may apply for multiple positions during one application period; however complete applications must be submitted for each position. Candidates may not apply for multiple seasons during one application period (applications will not be kept for future positions). Applications for the winter season must be received via email or postmarked by Friday <strong>June 20th, 2014</strong>. \r\nPlease mail OR email completed application materials to: <a> <a href="http://cathleen.mcconnell@pdza.org">cathleen.mcconnell@pdza.org</a></a> \r\nPoint Defiance Zoo &amp; Aquarium Internship Program Coordinator – Education Department \r\n5400 North Pearl Street \r\nTacoma, WA 98407', 'Rocky Shores/Tundra Internship', 0, '', 'inherit', 'closed', 'closed', '', '5904-revision-v1', '', '', '2014-05-05 14:27:26', '2014-05-05 19:27:26', '', 5904, 'https://www.aazk.org/5904-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5918, 2, '2014-05-05 14:28:19', '2014-05-05 19:28:19', '<h5>Facility</h5>\r\nPoint Defiance Zoo &amp; Aquarium, Tacoma Washington\r\n<h5>Closing Date</h5>\r\n[jobclosingdate]\r\n<h6>Description</h6>\r\nThe internship program at the Point Defiance Zoo and Aquarium is designed to provide participants with practical learning experience and knowledge in the field of animal husbandry. The Rocky Shores/Tundra team is dedicated to the care and husbandry of a variety marine mammals and seabirds primarily found in North Pacific regions. The internship is designed to provide instruction in the following areas: \r\n1. Care of Animal Habitats \r\n2. Nutrition and Diets \r\n3. Environmental Enrichment \r\n4. Public Presentation/Interpretation \r\n5. Water Quality and Filtration \r\n6. Animal Species \r\n7. Animal Training and Husbandry \r\n\r\nInterns are responsible for assisting the staff with routine aquarium husbandry and maintenance, keep a daily journal, complete a series of animal knowledge tests, attend monthly meetings, and complete a personal project. For more information please refer to the application materials at pdza.org/internships.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nApplicants must: \r\n1. Be currently enrolled in, or have recently graduated from, a college or university. \r\n2. Have a minimum of one year of course work in a major field of study to be applied during the internship (e.g. biology, zoology, animal behavior, etc.). \r\n3. Be capable of the physical abilities required to work with animals (e.g. lift 50 pounds, frequent bending and stooping, etc.) \r\n4. Be able to commit to working 40 hours per week for 10-12 weeks. \r\n5. Be flexible with their schedule and have the ability to work weekday, weekends and holidays. \r\n6. Once selected, provide proof of a tetanus vaccination within the past 5 years. \r\n7. Once selected, be willing to verify ability to swim. (While it is not required that interns earn academic credit we will do everything possible to accommodate school requirements for those who do.)\r\n\r\n<h6>Compensation and benefits</h6>\r\nUnpaid. No housing.\r\n\r\n<h6>Application instructions</h6>\r\nTo apply for an internship at Point Defiance Zoo &amp; Aquarium you must: \r\n1. Submit an application. (pdza.org) \r\n2. Submit a cover letter including your career goals. \r\n3. Submit a resume. \r\n4. Submit answers to application questions. \r\n5. Submit two letters of recommendation from an advisor or supervisor. (These may be sent separately.) \r\n6. Undergo a phone, Skype or on-site interview.\r\n\r\nPlease note: Candidates may apply for multiple positions during one application period; however complete applications must be submitted for each position. Candidates may not apply for multiple seasons during one application period (applications will not be kept for future positions). Applications for the winter season must be received via email or postmarked by Friday <strong>June 20th, 2014</strong>. \r\n\r\nPlease mail OR email completed application materials to: <a> <a href="http://cathleen.mcconnell@pdza.org">cathleen.mcconnell@pdza.org</a></a> \r\nPoint Defiance Zoo &amp; Aquarium Internship Program Coordinator – Education Department \r\n5400 North Pearl Street \r\nTacoma, WA 98407', 'Rocky Shores/Tundra Internship', 0, '', 'inherit', 'closed', 'closed', '', '5904-revision-v1', '', '', '2014-05-05 14:28:19', '2014-05-05 19:28:19', '', 5904, 'https://www.aazk.org/5904-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5919, 2, '2014-05-05 15:24:40', '2014-05-05 20:24:40', '<h2><span style="color: #ff0000;">Application Deadline is June 1, 2014</span></h2>\r\nThe American Association of Zoo Keepers, Inc.  (AAZK) is pleased to announce the call for proposals for the Bowling for Rhinos Conservation Resource Fund. This competitive grant is designed to fund projects focused on rhino conservation and research. The total amount of funds available from the 2013 events is $4784.48. This competitive grant is designed to fund projects focused on rhino conservation and research. Successful proposals will reflect AAZK values and meet award criteria in one of four categories:\r\n<strong>·    Category I - In-situ Rhino Conservation and Research-</strong>\r\nShort-term (less than one year), specific, field research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner.\r\n<strong>·    Category 2 - In–situ Community, Educational or Medical Programs (Africa or Asia)-</strong>\r\nCommunity education, school support or medical programs developed or administrated by an individual working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner restricted to the continents of Africa or Asia. Preference may be given to local programs established and/or administrated by LWC (Lewa Wildlife Conservancy), IRF (International Rhino Foundation) or ACK (Action for Cheetahs in Kenya) endorsed partners.\r\n<strong>·    Category 3 - In-situ Species Conservation-</strong>\r\nShort-term (less than one year), specific, field research projects on any species that shares the exact same ecosystem as: Asian, Java, Sumatran, and African Black or White rhino.\r\n<strong>·    Category 4 - Ex-situ Rhino Conservation and Research –</strong>\r\nShort-term (less than one year), specific, zoological research projects on African or Asian rhino species conducted by an individual or organized group of individuals working under the auspices of a zoological facility, educational entity or AAZK Conservation Partner. Researcher(s) must be able to demonstrate evidence of partnership with a rhino conservation entity operating in Asia or Africa combined with a tangible benefit to an in-situ conservation project.\r\n\r\n<strong>Eligibility</strong>\r\nAffiliation or partnership with AAZK is not required, but preference may be given to AAZK Members or Conservation Partners.\r\n<span style="color: #ff0000;"><em><strong>Applications are due no later the June 1st.</strong></em></span> Award announcements will be made on July 1.  Application information is available on the AAZK website, <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>. Go to the About Us on the homepage, then to Bowling for Rhinos for info and an application.\r\n\r\n<a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-grant-application-instructions/">Application instructions.</a>', 'Bowling for Rhinos Conservation Resource Grant', 0, '', 'inherit', 'closed', 'closed', '', '1221-revision-v1', '', '', '2014-05-05 15:24:40', '2014-05-05 20:24:40', '', 1221, 'https://www.aazk.org/1221-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5920, 3, '2014-05-06 14:42:26', '2014-05-06 19:42:26', '<h5>Facility</h5>\r\n<p>Utah\'s Hogle Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nUtah’s Hogle Zoo\'s is seeking enthusiastic, motivated, and highly-qualified applicants for the position of Animal Care Supervisor - Primates. This is a full-time, year-round, salaried position. \r\n\r\nThe Animal Care Supervisor – Primates will report to the General Curator and assist with the management, daily operations and overall functioning of the Animal Care Department. This position requires a degree in biology or a related field, and at least six years of paid animal care experience, or eight years of paid animal care experience, with a minimum of two years of supervisory experience. Expertise in primate husbandry and collection management is highly desirable. \r\n\r\nThe Animal Care Supervisor will manage a team of Animal Keepers in the primate section of the zoo, work closely with the Animal Health Department, liaise with all other departments, and provide a positive, safe and productive work environment. This position is responsible for promoting the zoo’s high standard of animal welfare, field and onsite conservation programs, exceptional visitor experiences, and outstanding enrichment and training programs. The Animal Care Supervisor will actively participate in resident animal planning and professional development initiatives, and serve as an Institutional Representative for AZA Animal Programs.   \r\n<h6>Education and Pre-requisites</h6>\r\nApplicants must have excellent communication and writing skills, be able to work under diverse weather conditions, varied days, hours and shifts, and be able to lift over 50 pounds without injury.\r\n\r\n<h6>Compensation and benefits</h6>\r\nLocated in the beautiful state of Utah, Salt Lake City is the gateway for outstanding outdoor activities with world-class skiing less than 30 minutes away and more than 20 National Parks and monuments within a few hours\' drive. Nearly 80% of Utah is managed for public use – this area is ideal for nature lovers!  \r\n\r\nUtah’s Hogle Zoo is in the midst of its greatest development period in history. New facilities were recently completed for rhinos, elephants, and Asian cats, along with a Conservation Carousel, and a LEED Certified animal hospital. In 2012, the Rocky Shores exhibit - featuring polar and grizzly bears, pinnipeds, and otters opened to Zoo guests. And in 2014 the new mixed species African Savanna exhibit will open bringing lions back to the Zoo after nearly a decade. It is an exciting and dynamic time to join Utah’s Hogle Zoo!\r\n\r\n<h6>Application instructions</h6>\r\nPlease send a cover letter and resume to Christina Castellano, General Curator, at ccastellano@hoglezoo.org or Utah’s Hogle Zoo, 2600 Sunnyside Avenue, Salt Lake City, UT, 84108. This position will remain opened until filled. Utah’s Hogle Zoo is an Equal Opportunity Employer. \r\n', 'ANIMAL CARE SUPERVISOR - PRIMATES', 0, '', 'publish', 'closed', 'closed', '', 'animal-care-supervisor-primates', '', '', '2014-05-06 14:42:26', '2014-05-06 19:42:26', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5920', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5921, 0, '2014-05-06 14:42:26', '2014-05-06 19:42:26', '', 'ANIMAL CARE SUPERVISOR - PRIMATES', 0, '', 'inherit', 'closed', 'closed', '', '5920-revision-v1', '', '', '2014-05-06 14:42:26', '2014-05-06 19:42:26', '', 5920, 'https://www.aazk.org/5920-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5922, 0, '2014-05-06 14:42:26', '2014-05-06 19:42:26', '<h5>Facility</h5>\r\n<p>Utah\'s Hogle Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nUtah’s Hogle Zoo\'s is seeking enthusiastic, motivated, and highly-qualified applicants for the position of Animal Care Supervisor - Primates. This is a full-time, year-round, salaried position. \r\n\r\nThe Animal Care Supervisor – Primates will report to the General Curator and assist with the management, daily operations and overall functioning of the Animal Care Department. This position requires a degree in biology or a related field, and at least six years of paid animal care experience, or eight years of paid animal care experience, with a minimum of two years of supervisory experience. Expertise in primate husbandry and collection management is highly desirable. \r\n\r\nThe Animal Care Supervisor will manage a team of Animal Keepers in the primate section of the zoo, work closely with the Animal Health Department, liaise with all other departments, and provide a positive, safe and productive work environment. This position is responsible for promoting the zoo’s high standard of animal welfare, field and onsite conservation programs, exceptional visitor experiences, and outstanding enrichment and training programs. The Animal Care Supervisor will actively participate in resident animal planning and professional development initiatives, and serve as an Institutional Representative for AZA Animal Programs.   \r\n<h6>Education and Pre-requisites</h6>\r\nApplicants must have excellent communication and writing skills, be able to work under diverse weather conditions, varied days, hours and shifts, and be able to lift over 50 pounds without injury.\r\n\r\n<h6>Compensation and benefits</h6>\r\nLocated in the beautiful state of Utah, Salt Lake City is the gateway for outstanding outdoor activities with world-class skiing less than 30 minutes away and more than 20 National Parks and monuments within a few hours\' drive. Nearly 80% of Utah is managed for public use – this area is ideal for nature lovers!  \r\n\r\nUtah’s Hogle Zoo is in the midst of its greatest development period in history. New facilities were recently completed for rhinos, elephants, and Asian cats, along with a Conservation Carousel, and a LEED Certified animal hospital. In 2012, the Rocky Shores exhibit - featuring polar and grizzly bears, pinnipeds, and otters opened to Zoo guests. And in 2014 the new mixed species African Savanna exhibit will open bringing lions back to the Zoo after nearly a decade. It is an exciting and dynamic time to join Utah’s Hogle Zoo!\r\n\r\n<h6>Application instructions</h6>\r\nPlease send a cover letter and resume to Christina Castellano, General Curator, at ccastellano@hoglezoo.org or Utah’s Hogle Zoo, 2600 Sunnyside Avenue, Salt Lake City, UT, 84108. This position will remain opened until filled. Utah’s Hogle Zoo is an Equal Opportunity Employer. \r\n', 'ANIMAL CARE SUPERVISOR - PRIMATES', 0, '', 'inherit', 'closed', 'closed', '', '5920-revision-v1', '', '', '2014-05-06 14:42:26', '2014-05-06 19:42:26', '', 5920, 'https://www.aazk.org/5920-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5923, 2, '2014-05-06 15:15:08', '2014-05-06 20:15:08', 'A 3" carabiner with nylon strap and 3/4" metal key ring with AAZK imprint.\r\n\r\nPlease select color.', 'AAZK Carabiner Key Chain', 0, '', 'publish', 'closed', 'closed', '', 'aazk-carabiner-key-chain', '', '', '2014-05-06 15:15:08', '2014-05-06 20:15:08', '', 0, 'https://www.aazk.org/shop/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5924, 2, '2014-05-06 15:11:53', '2014-05-06 20:11:53', '', 'Carabiner', 0, '', 'inherit', 'closed', 'closed', '', 'carabiner', '', '', '2014-05-06 15:11:53', '2014-05-06 20:11:53', '', 5923, 'https://www.aazk.org/wp-content/uploads/Carabiner.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5925, 2, '2014-05-06 15:14:24', '2014-05-06 20:14:24', 'A 3" carabiner with nylon strap and 3/4" metal key ring with AAZK imprint.\n\nPlease select color.', 'AAZK Carabiner Key Chain (Black)', 0, '', 'inherit', 'open', 'closed', '', 'aazk-carabiner-key-chain-black', '', '', '2014-05-06 15:14:24', '2014-05-06 20:14:24', '', 5923, 'https://www.aazk.org/shop/%wpsc_product_category%//aazk-carabiner-key-chain-black/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5926, 2, '2014-05-06 15:14:24', '2014-05-06 20:14:24', 'A 3" carabiner with nylon strap and 3/4" metal key ring with AAZK imprint.\n\nPlease select color.', 'AAZK Carabiner Key Chain (Blue)', 0, '', 'inherit', 'open', 'closed', '', 'aazk-carabiner-key-chain-blue', '', '', '2014-05-06 15:14:24', '2014-05-06 20:14:24', '', 5923, 'https://www.aazk.org/shop/%wpsc_product_category%//aazk-carabiner-key-chain-blue/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5927, 2, '2014-05-06 15:14:24', '2014-05-06 20:14:24', 'A 3" carabiner with nylon strap and 3/4" metal key ring with AAZK imprint.\n\nPlease select color.', 'AAZK Carabiner Key Chain (Pink)', 0, '', 'inherit', 'open', 'closed', '', 'aazk-carabiner-key-chain-pink', '', '', '2014-05-06 15:14:24', '2014-05-06 20:14:24', '', 5923, 'https://www.aazk.org/shop/%wpsc_product_category%//aazk-carabiner-key-chain-pink/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5928, 2, '2014-05-06 15:14:24', '2014-05-06 20:14:24', 'A 3" carabiner with nylon strap and 3/4" metal key ring with AAZK imprint.\n\nPlease select color.', 'AAZK Carabiner Key Chain (Purple)', 0, '', 'inherit', 'open', 'closed', '', 'aazk-carabiner-key-chain-purple', '', '', '2014-05-06 15:14:24', '2014-05-06 20:14:24', '', 5923, 'https://www.aazk.org/shop/%wpsc_product_category%//aazk-carabiner-key-chain-purple/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5929, 2, '2014-05-06 15:14:24', '2014-05-06 20:14:24', 'A 3" carabiner with nylon strap and 3/4" metal key ring with AAZK imprint.\n\nPlease select color.', 'AAZK Carabiner Key Chain (Red)', 0, '', 'inherit', 'open', 'closed', '', 'aazk-carabiner-key-chain-red', '', '', '2014-05-06 15:14:24', '2014-05-06 20:14:24', '', 5923, 'https://www.aazk.org/shop/%wpsc_product_category%//aazk-carabiner-key-chain-red/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5930, 2, '2014-05-06 15:14:24', '2014-05-06 20:14:24', 'A 3" carabiner with nylon strap and 3/4" metal key ring with AAZK imprint.\n\nPlease select color.', 'AAZK Carabiner Key Chain (Teal)', 0, '', 'inherit', 'open', 'closed', '', 'aazk-carabiner-key-chain-teal', '', '', '2014-05-06 15:14:24', '2014-05-06 20:14:24', '', 5923, 'https://www.aazk.org/shop/%wpsc_product_category%//aazk-carabiner-key-chain-teal/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5931, 2, '2014-05-06 15:40:31', '2014-05-06 20:40:31', 'Measuring 21" x 21" - the AAZK Logo screened onto a 100% cotton 3-color print bandana.\r\n\r\nComes in 3 colors!\r\n\r\n&nbsp;', 'AAZK Logo Bandana', 0, '', 'publish', 'closed', 'closed', '', 'aazk-logo-bandana', '', '', '2014-05-06 15:42:13', '2014-05-06 20:42:13', '', 0, 'https://www.aazk.org/shop/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5932, 2, '2014-05-06 15:34:03', '2014-05-06 20:34:03', '', 'Bandana', 0, '', 'inherit', 'closed', 'closed', '', 'bandana', '', '', '2014-05-06 15:34:03', '2014-05-06 20:34:03', '', 5931, 'https://www.aazk.org/wp-content/uploads/Bandana.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5933, 2, '2014-05-06 15:39:33', '2014-05-06 20:39:33', 'Measuring 21" x 21" - the AAZK Logo screened onto a 100% cotton 3-color bandana.\n\nComes in 3 colors!\n\n&nbsp;', 'AAZK Logo Bandana (Black)', 0, '', 'inherit', 'open', 'closed', '', 'aazk-logo-bandana-black', '', '', '2014-05-06 15:39:33', '2014-05-06 20:39:33', '', 5931, 'https://www.aazk.org/shop/%wpsc_product_category%//aazk-logo-bandana-black/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5934, 2, '2014-05-06 15:39:33', '2014-05-06 20:39:33', 'Measuring 21" x 21" - the AAZK Logo screened onto a 100% cotton 3-color bandana.\n\nComes in 3 colors!\n\n&nbsp;', 'AAZK Logo Bandana (Blue)', 0, '', 'inherit', 'open', 'closed', '', 'aazk-logo-bandana-blue', '', '', '2014-05-06 15:39:33', '2014-05-06 20:39:33', '', 5931, 'https://www.aazk.org/shop/%wpsc_product_category%//aazk-logo-bandana-blue/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5935, 2, '2014-05-06 15:39:33', '2014-05-06 20:39:33', 'Measuring 21" x 21" - the AAZK Logo screened onto a 100% cotton 3-color bandana.\n\nComes in 3 colors!\n\n&nbsp;', 'AAZK Logo Bandana (Orange)', 0, '', 'inherit', 'open', 'closed', '', 'aazk-logo-bandana-orange', '', '', '2014-05-06 15:39:33', '2014-05-06 20:39:33', '', 5931, 'https://www.aazk.org/shop/%wpsc_product_category%//aazk-logo-bandana-orange/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5936, 2, '2014-05-06 15:51:27', '2014-05-06 20:51:27', 'Compact at only 3 1/4" and made from rugged aluminum, this flashlight contains 9 LED bulbs for an extremely bright and intensive beam. Great for those dark night houses and getting a better view of your animals. Comes with a handy strap to affix to your AAZK Carabiner Key Chain.  Available in Red only.', 'AAZK Compact LED Flashlight ', 0, '', 'publish', 'closed', 'closed', '', 'aazk-compact-led-flashlight', '', '', '2014-05-06 15:51:27', '2014-05-06 20:51:27', '', 0, 'https://www.aazk.org/shop/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5937, 2, '2014-05-06 15:50:56', '2014-05-06 20:50:56', '', 'Flashlight', 0, '', 'inherit', 'closed', 'closed', '', 'flashlight', '', '', '2014-05-06 15:50:56', '2014-05-06 20:50:56', '', 5936, 'https://www.aazk.org/wp-content/uploads/Flashlight.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5938, 2, '2014-05-06 16:08:33', '2014-05-06 21:08:33', 'Visit the AAZK Store and shop for your favorite AAZK logo items including new AAZK Logo Bandanas, Carabiner Key Chains, Compact LED Flashlights, Magnets, Drink Bottle and Can Coolits!', 'New AAZK Merchandise', 0, '', 'publish', 'closed', 'closed', '', 'new-aazk-merchandise', '', '', '2014-06-02 14:38:15', '2014-06-02 19:38:15', '', 0, 'https://www.aazk.org/?p=5938', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5939, 2, '2014-05-06 16:08:33', '2014-05-06 21:08:33', 'Visit the AAZK Store and shop for your favorite AAZK logo items including AAZK Logo Bandanas, Carabiner Key Chains and Compact LED Flashlights!', 'New AAZK Merchandise', 0, '', 'inherit', 'closed', 'closed', '', '5938-revision-v1', '', '', '2014-05-06 16:08:33', '2014-05-06 21:08:33', '', 5938, 'https://www.aazk.org/5938-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5940, 2, '2014-05-06 16:09:51', '2014-05-06 21:09:51', 'Visit the AAZK Store and shop for your favorite AAZK logo items including new AAZK Logo Bandanas, Carabiner Key Chains and Compact LED Flashlights!', 'New AAZK Merchandise', 0, '', 'inherit', 'closed', 'closed', '', '5938-revision-v1', '', '', '2014-05-06 16:09:51', '2014-05-06 21:09:51', '', 5938, 'https://www.aazk.org/5938-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5942, 3, '2014-05-08 08:05:49', '2014-05-08 13:05:49', '<h5>Facility</h5>\r\n<p>EcoTarium, Worcester, MA</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe EcoTarium, New England’s leading Science and Nature Center, seeks an enthusiastic professional to lead the Wildlife Department as the museum and the department embark on several initiatives, including the addition of new indoor and outdoor exhibits, working towards accreditation by national organizations such as AZA and AAM, and an on-going drive to increase the museum’s profile locally, regionally and nationally.  While participating in and maintaining an ever-increasing standard of animal care, the Manager of Wildlife will serve as a hands-on member of the animal care staff as well as collaborate within and across departments to help implement:\r\n\r\n•    A capital project including several new outdoor multi-species animal exhibits, a new quarantine building; along with hands-on interactives which deepen visitor engagement at animal exhibits; \r\n•    New indoor animal exhibits within a new permanent exhibit about city science;\r\n•    Continue the department animal training and enrichment activities, increasingly showcasing them to the public;\r\n•    Increasing the wildlife staff delivery of public programs and in evaluation of those programs; and\r\n•    Increasing the department’s involvement in fund-raising initiatives.\r\n\r\nThe Wildlife Department is responsible for the care, maintenance and health of approximately 100 individual animals, representing about 40 species. The collection includes animals in indoor and outdoor exhibits and animals housed off-display used in programs.   It includes mammals, birds, reptiles, small marine animals and insects, including native species unable through injury or conditioning to live in the wild.   The Department consists of 6 paid staff,(manager included), along with dozens of unpaid staff including veterinary and vet tech interns, and adult and youth volunteers.\r\n\r\nResponsibilities:\r\n\r\n•    Oversee and participate in the daily care of the animals, including all training and enrichment activities\r\n•    Hiring, training and supervision of full-time and part-time staff, interns and volunteers\r\n•    Oversight and compliance with federal and state regulations, museum’s collection policy, \r\nand professional standards for record keeping; update policies as required to reflect changing regulations and accreditation requirements\r\n•    Leadership in planning, fabricating and maintenance of animal habitats and exhibits \r\n•    Develop and implement procedures and protocols for access and handling of wildlife, staff safety and emergency situations\r\n•    Foster regular Wildlife department delivery of public education programs featuring the wildlife collection\r\n•    Active member of appropriate cross-departmental committees, such as the Accreditation Committee and Outdoor Experience Committee\r\n•    Advise other departments on activities or projects which could impact non-captive, resident wildlife on the 55-acre museum campus\r\n•    Strategic planning for department\r\n•    Develop and monitor annual budget for department\r\n•    Represent the institution in public forums, professional conferences and the press\r\n•    Must be available to work a weekend day each week and be on the rotation schedule for holidays \r\n\r\n<h6>Education and Pre-requisites</h6>\r\n•    B.S. (M.S. preferred) in Biology, Animal Science,  or related field preferred\r\n•    Demonstrated leadership skills with a minimum of 3 years supervisory experience\r\n•    Ability and experience in team building and fostering a positive, collaborative working environment\r\n•    Demonstrated experience working with Veterinarians and working knowledge of common medical procedures\r\n•    Five years of animal care experience, preferably in a AZA accredited institution\r\n•    Experience with record keeping systems, such as ISIS and a working knowledge of accreditation requirements\r\n•    Technical and practical knowledge of the care and maintenance of animal habitats\r\n•    Strong oral and written communication, public education and relevant computer skills.\r\n•    Experience with overseeing the design of exhibit/habitats and animal care facilitates\r\n•    Experience with inquiry-based, informal educational programs using wildlife collections\r\n•    Must be able to exert up to 50 pounds of force to lift, push, pull, carry, or otherwise move objects, climb a 5 foot ladder and work outdoors in all conditions \r\n•    Must pass a CORI background check in accordance with EcoTarium guidelines\r\n\r\n<h6>Compensation and benefits</h6>\r\nSalary commensurate with experience including full benefits\r\n<h6>Application instructions</h6>\r\nSend cover letter, resume and three references to:  Human Resources, Attn:  Manager of Wildlife, EcoTarium, 222 Harrington Way, Worcester, MA  01604 or email:  resume@ecotarium.org.   AA/EOE\r\n', 'Manager of Wildlife', 0, '', 'publish', 'closed', 'closed', '', 'manager-of-wildlife', '', '', '2014-05-08 08:05:50', '2014-05-08 13:05:50', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5942', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5943, 0, '2014-05-08 08:05:49', '2014-05-08 13:05:49', '', 'Manager of Wildlife', 0, '', 'inherit', 'closed', 'closed', '', '5942-revision-v1', '', '', '2014-05-08 08:05:49', '2014-05-08 13:05:49', '', 5942, 'https://www.aazk.org/5942-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5944, 0, '2014-05-08 08:05:50', '2014-05-08 13:05:50', '<h5>Facility</h5>\r\n<p>EcoTarium, Worcester, MA</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe EcoTarium, New England’s leading Science and Nature Center, seeks an enthusiastic professional to lead the Wildlife Department as the museum and the department embark on several initiatives, including the addition of new indoor and outdoor exhibits, working towards accreditation by national organizations such as AZA and AAM, and an on-going drive to increase the museum’s profile locally, regionally and nationally.  While participating in and maintaining an ever-increasing standard of animal care, the Manager of Wildlife will serve as a hands-on member of the animal care staff as well as collaborate within and across departments to help implement:\r\n\r\n•    A capital project including several new outdoor multi-species animal exhibits, a new quarantine building; along with hands-on interactives which deepen visitor engagement at animal exhibits; \r\n•    New indoor animal exhibits within a new permanent exhibit about city science;\r\n•    Continue the department animal training and enrichment activities, increasingly showcasing them to the public;\r\n•    Increasing the wildlife staff delivery of public programs and in evaluation of those programs; and\r\n•    Increasing the department’s involvement in fund-raising initiatives.\r\n\r\nThe Wildlife Department is responsible for the care, maintenance and health of approximately 100 individual animals, representing about 40 species. The collection includes animals in indoor and outdoor exhibits and animals housed off-display used in programs.   It includes mammals, birds, reptiles, small marine animals and insects, including native species unable through injury or conditioning to live in the wild.   The Department consists of 6 paid staff,(manager included), along with dozens of unpaid staff including veterinary and vet tech interns, and adult and youth volunteers.\r\n\r\nResponsibilities:\r\n\r\n•    Oversee and participate in the daily care of the animals, including all training and enrichment activities\r\n•    Hiring, training and supervision of full-time and part-time staff, interns and volunteers\r\n•    Oversight and compliance with federal and state regulations, museum’s collection policy, \r\nand professional standards for record keeping; update policies as required to reflect changing regulations and accreditation requirements\r\n•    Leadership in planning, fabricating and maintenance of animal habitats and exhibits \r\n•    Develop and implement procedures and protocols for access and handling of wildlife, staff safety and emergency situations\r\n•    Foster regular Wildlife department delivery of public education programs featuring the wildlife collection\r\n•    Active member of appropriate cross-departmental committees, such as the Accreditation Committee and Outdoor Experience Committee\r\n•    Advise other departments on activities or projects which could impact non-captive, resident wildlife on the 55-acre museum campus\r\n•    Strategic planning for department\r\n•    Develop and monitor annual budget for department\r\n•    Represent the institution in public forums, professional conferences and the press\r\n•    Must be available to work a weekend day each week and be on the rotation schedule for holidays \r\n\r\n<h6>Education and Pre-requisites</h6>\r\n•    B.S. (M.S. preferred) in Biology, Animal Science,  or related field preferred\r\n•    Demonstrated leadership skills with a minimum of 3 years supervisory experience\r\n•    Ability and experience in team building and fostering a positive, collaborative working environment\r\n•    Demonstrated experience working with Veterinarians and working knowledge of common medical procedures\r\n•    Five years of animal care experience, preferably in a AZA accredited institution\r\n•    Experience with record keeping systems, such as ISIS and a working knowledge of accreditation requirements\r\n•    Technical and practical knowledge of the care and maintenance of animal habitats\r\n•    Strong oral and written communication, public education and relevant computer skills.\r\n•    Experience with overseeing the design of exhibit/habitats and animal care facilitates\r\n•    Experience with inquiry-based, informal educational programs using wildlife collections\r\n•    Must be able to exert up to 50 pounds of force to lift, push, pull, carry, or otherwise move objects, climb a 5 foot ladder and work outdoors in all conditions \r\n•    Must pass a CORI background check in accordance with EcoTarium guidelines\r\n\r\n<h6>Compensation and benefits</h6>\r\nSalary commensurate with experience including full benefits\r\n<h6>Application instructions</h6>\r\nSend cover letter, resume and three references to:  Human Resources, Attn:  Manager of Wildlife, EcoTarium, 222 Harrington Way, Worcester, MA  01604 or email:  resume@ecotarium.org.   AA/EOE\r\n', 'Manager of Wildlife', 0, '', 'inherit', 'closed', 'closed', '', '5942-revision-v1', '', '', '2014-05-08 08:05:50', '2014-05-08 13:05:50', '', 5942, 'https://www.aazk.org/5942-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5945, 3, '2014-05-09 08:02:15', '2014-05-09 13:02:15', '<h5>Facility</h5>\r\n<p>Houston Zoo, Inc.</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nCarries out all aspects of the daily care of assigned animals including cleaning, feeding, grooming, and observing animals.  Administers medication and treatment as directed.  Provides training and enrichment.  Participates in education and conservation programs.\r\nRESPONSIBILITIES:\r\n	Observes and evaluates animal condition, behavior and responses and communicates observations orally and on written reports.\r\n	Prepares and feeds appropriate diets, noting conformance of foods provided to diets prescribed for each animal.\r\n	Administers prescribed medications and dietary supplements and monitors food and medicine consumption.\r\n	Checks on integrity of enclosures and structures, ensuring safety and welfare of animals, zoo visitors, and staff in accordance with established guidelines.\r\n	Maintains live plants within enclosures ensuring neat, attractive exhibits.\r\n	Performs minor repairs and preventative maintenance as necessary.\r\n	Maintains clean and organized exhibits, equipment, and keeper areas.\r\n	Improves the quality of life of the animal collection by providing environmental and behavioral enrichment opportunities.\r\n	Trains selected animals through operant conditioning for purposes of gaining cooperation for veterinary treatment and/or public demonstrations.\r\n	Installs exhibit furnishings, props, and decorations safely, attractively and in a manner consistent with zoo guidelines.\r\n	Maintains effective communication with the veterinary staff\r\n	Interacts with the public through keeper chats, behind the scenes tours, and while performing regular duties.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nEXPERIENCE:\r\nAt least one year of experience is required with Great Apes, particularly gorillas, in an AZA accredited zoo.\r\n\r\nKNOWLEDGE:\r\nTwo years of college level education (60 semester credit hours) in zoology, biology, animal husbandry or a related field of which 24 semester hours must be credit hours in life sciences or physical sciences.\r\n\r\nA certificate of completion from an acceptable animal care program of not less that 30 semester hours may be substituted for 30 hours of college.\r\n\r\nSUPERVISION:	\r\nMay serve as a lead person for zookeeper apprentices or volunteers.\r\n\r\nSKILLS: \r\n\r\nPHYSICAL EFFORT:\r\nThis position involves considerable physical exertion, such as regularly climbing of ladders, lifting of heavy objects (up to 80 pounds) on a highly frequent basis and/or assuming awkward positions.\r\n\r\nWORK ENVIRONMENT:\r\nThere are routine exposures to significant levels of heat, cold, moisture and air pollution.  The position may involve exposure to chemical substances and physical trauma of a minor nature such as cuts, bruises and minor burns.\r\n\r\nPHYSICAL SKILL:\r\nRequires the ability to make closely coordinated eye/hand movements within very fine tolerance and/or calibration demands; or the ability to make rapid closely coordinated eye/hand movements on a patterned response space within somewhat fine tolerance demands; or the ability to make coordinated eye/hand movements within fine tolerances with large equipment as an extension of the worker.\r\n\r\nPUBLIC CONTACT:\r\nRequires heavy public contact requiring considerable interpersonal skill, extensive interaction with the public and with donors, members and the press requiring a high degree of appreciation of customer service\r\n\r\n<h6>Compensation and benefits</h6>\r\nFull Time with many benefits\r\n<h6>Application instructions</h6>\r\nApplicants can visit www.houstonzoo.org/careers to download an application \r\nE-mail resume and completed application to careers@houstonzoo.org \r\nHouston Zoo is an Affirmative Action/Equal Opportunity Employer\r\n\r\n', 'Zoo Keeper - Primates', 0, '', 'publish', 'closed', 'closed', '', 'zoo-keeper-primates', '', '', '2014-05-09 08:02:15', '2014-05-09 13:02:15', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5945', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5946, 523789, '2014-05-09 08:02:15', '2014-05-09 13:02:15', '', 'Zoo Keeper - Primates', 0, '', 'inherit', 'closed', 'closed', '', '5945-revision-v1', '', '', '2014-05-09 08:02:15', '2014-05-09 13:02:15', '', 5945, 'https://www.aazk.org/5945-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5947, 523789, '2014-05-09 08:02:15', '2014-05-09 13:02:15', '<h5>Facility</h5>\r\n<p>Houston Zoo, Inc.</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nCarries out all aspects of the daily care of assigned animals including cleaning, feeding, grooming, and observing animals.  Administers medication and treatment as directed.  Provides training and enrichment.  Participates in education and conservation programs.\r\nRESPONSIBILITIES:\r\n	Observes and evaluates animal condition, behavior and responses and communicates observations orally and on written reports.\r\n	Prepares and feeds appropriate diets, noting conformance of foods provided to diets prescribed for each animal.\r\n	Administers prescribed medications and dietary supplements and monitors food and medicine consumption.\r\n	Checks on integrity of enclosures and structures, ensuring safety and welfare of animals, zoo visitors, and staff in accordance with established guidelines.\r\n	Maintains live plants within enclosures ensuring neat, attractive exhibits.\r\n	Performs minor repairs and preventative maintenance as necessary.\r\n	Maintains clean and organized exhibits, equipment, and keeper areas.\r\n	Improves the quality of life of the animal collection by providing environmental and behavioral enrichment opportunities.\r\n	Trains selected animals through operant conditioning for purposes of gaining cooperation for veterinary treatment and/or public demonstrations.\r\n	Installs exhibit furnishings, props, and decorations safely, attractively and in a manner consistent with zoo guidelines.\r\n	Maintains effective communication with the veterinary staff\r\n	Interacts with the public through keeper chats, behind the scenes tours, and while performing regular duties.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nEXPERIENCE:\r\nAt least one year of experience is required with Great Apes, particularly gorillas, in an AZA accredited zoo.\r\n\r\nKNOWLEDGE:\r\nTwo years of college level education (60 semester credit hours) in zoology, biology, animal husbandry or a related field of which 24 semester hours must be credit hours in life sciences or physical sciences.\r\n\r\nA certificate of completion from an acceptable animal care program of not less that 30 semester hours may be substituted for 30 hours of college.\r\n\r\nSUPERVISION:	\r\nMay serve as a lead person for zookeeper apprentices or volunteers.\r\n\r\nSKILLS: \r\n\r\nPHYSICAL EFFORT:\r\nThis position involves considerable physical exertion, such as regularly climbing of ladders, lifting of heavy objects (up to 80 pounds) on a highly frequent basis and/or assuming awkward positions.\r\n\r\nWORK ENVIRONMENT:\r\nThere are routine exposures to significant levels of heat, cold, moisture and air pollution.  The position may involve exposure to chemical substances and physical trauma of a minor nature such as cuts, bruises and minor burns.\r\n\r\nPHYSICAL SKILL:\r\nRequires the ability to make closely coordinated eye/hand movements within very fine tolerance and/or calibration demands; or the ability to make rapid closely coordinated eye/hand movements on a patterned response space within somewhat fine tolerance demands; or the ability to make coordinated eye/hand movements within fine tolerances with large equipment as an extension of the worker.\r\n\r\nPUBLIC CONTACT:\r\nRequires heavy public contact requiring considerable interpersonal skill, extensive interaction with the public and with donors, members and the press requiring a high degree of appreciation of customer service\r\n\r\n<h6>Compensation and benefits</h6>\r\nFull Time with many benefits\r\n<h6>Application instructions</h6>\r\nApplicants can visit www.houstonzoo.org/careers to download an application \r\nE-mail resume and completed application to careers@houstonzoo.org \r\nHouston Zoo is an Affirmative Action/Equal Opportunity Employer\r\n\r\n', 'Zoo Keeper - Primates', 0, '', 'inherit', 'closed', 'closed', '', '5945-revision-v1', '', '', '2014-05-09 08:02:15', '2014-05-09 13:02:15', '', 5945, 'https://www.aazk.org/5945-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5948, 3, '2014-05-09 15:49:28', '2014-05-09 20:49:28', '<h5>Facility</h5>\r\n<p>W.O.L.F. Sanctuary </p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nW.O.L.F. Sanctuary was formalized and incorporated as a 501(c)3 nonprofit corporation in June of 1995.  Individuals purchasing wolf dogs do not understand them, and few breeders are willing to educate. General pet rescues and shelters classify wolf dogs as unadoptable, euthanizing those that are either surrendered or unclaimed by owners.\r\n\r\nWe offer full time (32+hours/week) and part time(31 or less hours/week) non paid internships. Housing is not offered, but you will ride up with staff to the Sanctuary. We require a minimum of 16 hours a week for one month to be considered an intern. You will be working right along with staff helping with animal care, Sanctuary maintenance, data entry, phone calls, and all the regular cleaning that goes along with being a staff member here. Currently our internships are enrolling for summer 2014. \r\n\r\nVolunteer positions also available.\r\n<h6>Education and Pre-requisites</h6>\r\nStudent or graduate of a Bachelor\'s Degree in biology, conservation, animal science, or related field.\r\nExperience working with or volunteering with animals, wild or domestic.\r\nA strong passion to help wild and captive carnivores.\r\n<h6>Compensation and benefits</h6>\r\nUnpaid internship\r\n<h6>Application instructions</h6>\r\nTo apply send your resume and 4 references,two personal and two professional, to our Volunteer Coordinator, Amelia Wieber.\r\nawieber@wolfsanctury.net\r\nFor more info about us visit\r\nwww.wolfsanctuary.net\r\n', 'Wolf Care Intern', 0, '', 'publish', 'closed', 'closed', '', 'wolf-care-intern', '', '', '2014-05-09 15:49:28', '2014-05-09 20:49:28', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5948', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5949, 0, '2014-05-09 15:49:28', '2014-05-09 20:49:28', '', 'Wolf Care Intern', 0, '', 'inherit', 'closed', 'closed', '', '5948-revision-v1', '', '', '2014-05-09 15:49:28', '2014-05-09 20:49:28', '', 5948, 'https://www.aazk.org/5948-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5950, 0, '2014-05-09 15:49:28', '2014-05-09 20:49:28', '<h5>Facility</h5>\r\n<p>W.O.L.F. Sanctuary </p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nW.O.L.F. Sanctuary was formalized and incorporated as a 501(c)3 nonprofit corporation in June of 1995.  Individuals purchasing wolf dogs do not understand them, and few breeders are willing to educate. General pet rescues and shelters classify wolf dogs as unadoptable, euthanizing those that are either surrendered or unclaimed by owners.\r\n\r\nWe offer full time (32+hours/week) and part time(31 or less hours/week) non paid internships. Housing is not offered, but you will ride up with staff to the Sanctuary. We require a minimum of 16 hours a week for one month to be considered an intern. You will be working right along with staff helping with animal care, Sanctuary maintenance, data entry, phone calls, and all the regular cleaning that goes along with being a staff member here. Currently our internships are enrolling for summer 2014. \r\n\r\nVolunteer positions also available.\r\n<h6>Education and Pre-requisites</h6>\r\nStudent or graduate of a Bachelor\'s Degree in biology, conservation, animal science, or related field.\r\nExperience working with or volunteering with animals, wild or domestic.\r\nA strong passion to help wild and captive carnivores.\r\n<h6>Compensation and benefits</h6>\r\nUnpaid internship\r\n<h6>Application instructions</h6>\r\nTo apply send your resume and 4 references,two personal and two professional, to our Volunteer Coordinator, Amelia Wieber.\r\nawieber@wolfsanctury.net\r\nFor more info about us visit\r\nwww.wolfsanctuary.net\r\n', 'Wolf Care Intern', 0, '', 'inherit', 'closed', 'closed', '', '5948-revision-v1', '', '', '2014-05-09 15:49:28', '2014-05-09 20:49:28', '', 5948, 'https://www.aazk.org/5948-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5951, 2, '2014-05-12 11:29:23', '2014-05-12 16:29:23', '<h4>Purpose</h4>\r\nThe Manager of the Bylaws shall annually review the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. If required a Committee will be convened by the Association President to draft the Bylaw revisions. The committee consists of a minimum of five members, two of which shall be member of the Board of Directors. Appointments are made at the discretion of the President. If you would like a copy of the Association’s Bylaws please contact the Administrative Office.\r\n<div class="hr"></div>\r\n<h4>Manager</h4>\r\n<div class="first sixcol"><img class="aligncenter" title="rickotarsky" src="http://aecetia.net/gws/aazk/wp-content/uploads/rickotarsky.jpg" alt="rickotarsky" width="131" height="150" />\r\n<p align="center">Ric Kotarsky - <em>Tulsa Zoo</em></p>\r\n\r\n</div>\r\n<div id="inner-links"></div>', 'Bylaws', 0, '', 'inherit', 'closed', 'closed', '', '173-revision-v1', '', '', '2014-05-12 11:29:23', '2014-05-12 16:29:23', '', 173, 'https://www.aazk.org/173-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5952, 3, '2014-05-12 11:56:59', '2014-05-12 16:56:59', '<h5>Facility</h5>\r\n<p>Northeastern Wisconsin Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThis position is responsible for daily care of a wide variety of species.Full job description and application instructions can be found at: http://agency.governmentjobs.com/browncounty/default.cfm\r\n\r\nNote: "limited term employment" designation refers to a period of 2 years or more\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nBachelor\'s degree and 1 yr animal care experience at an AZA facility are preferred. \r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\napplication instructions can be found at: http://agency.governmentjobs.com/browncounty/default.cfm\r\n', 'Zookeeper (Husbandry Assistant LTE)', 0, '', 'publish', 'closed', 'closed', '', 'zookeeper-husbandry-assistant-lte', '', '', '2014-05-12 11:56:59', '2014-05-12 16:56:59', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5952', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5953, 54802, '2014-05-12 11:56:59', '2014-05-12 16:56:59', '', 'Zookeeper (Husbandry Assistant LTE)', 0, '', 'inherit', 'closed', 'closed', '', '5952-revision-v1', '', '', '2014-05-12 11:56:59', '2014-05-12 16:56:59', '', 5952, 'https://www.aazk.org/5952-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5954, 54802, '2014-05-12 11:56:59', '2014-05-12 16:56:59', '<h5>Facility</h5>\r\n<p>Northeastern Wisconsin Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThis position is responsible for daily care of a wide variety of species.Full job description and application instructions can be found at: http://agency.governmentjobs.com/browncounty/default.cfm\r\n\r\nNote: "limited term employment" designation refers to a period of 2 years or more\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nBachelor\'s degree and 1 yr animal care experience at an AZA facility are preferred. \r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\napplication instructions can be found at: http://agency.governmentjobs.com/browncounty/default.cfm\r\n', 'Zookeeper (Husbandry Assistant LTE)', 0, '', 'inherit', 'closed', 'closed', '', '5952-revision-v1', '', '', '2014-05-12 11:56:59', '2014-05-12 16:56:59', '', 5952, 'https://www.aazk.org/5952-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5959, 2, '2014-05-14 11:27:29', '2014-05-14 16:27:29', '<strong>June 20-26, 2014 </strong>- International Gorilla Workshop, Atlanta, GA.  Sponsored by Zoo Atlanta.  For more information visit: <a href="http://www.igw2014.wordpress.com">www.igw2014.wordpress.com</a>.\r\n\r\n<strong style="line-height: 1.5em;">August 4-7, 2014 </strong><span style="line-height: 1.5em;">- 12th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles.  Orlando, FL.  For more information go to: <a href="http://www.turtlesurvival.org">www.turtlesurvival.org</a></span>\r\n\r\n<strong>September 8-12, 2014</strong> - AAZK Conference, Orlando FL. Hosted by Disney\'s Animal Kingdom. For information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n\r\n<strong>September 10-15, 2014 </strong>- International Wild Waterfowl Association Conference, Salt Lake City, UT m For more information visit: <a href="http://www.wildwaterfowl.org">www.wildwaterfowl.org</a>\r\n\r\n<strong>September 12-18, 2014</strong> - AZA National Conference, Orlando, FL.  Hosted by Disney’s Animal Kingdom, The Seas, and SeaWorld Orlando. For more information visit <a href="http://www.aza.org">www.aza.org</a>\r\n\r\n<strong>Otober 6-8, 2014 </strong>- 3rd International Flamingo Symposium Hosted by SeaWorld San Diego, San Diego. CA.  For more information contact: laurie.conrad@SeaWorld.com\r\n\r\n<strong>October 6-9, 2014 - </strong>Hosted by the Houston Zoo\r\n\r\n<strong>Orangutan SSP Husbandry Workshop &amp; Conservation Summit</strong>\r\n\r\nThe SSP Husbandry Workshop will be held in conjunction with an Orangutan Conservation Summit at the Houston Zoo. The meeting will feature a full day husbandry workshop on Monday, October 6, 2014, covering topics pertaining to captive populations including enrichment, training, and veterinary care, through presentations, posters and panel discussions. The Conservation Summit will begin on October 7, 2014 and focus on exploring the emergent issues facing wild orangutans, as well as helping more zoos holding orangutans commit to participating in the vital role of saving them. Houston is lining up key personnel involved in orangutan conservation across Borneo and Sumatra for this very special event.\r\n\r\nFor more info: <a href="http://www.houstonzoo.org/orangutan-husbandry-workshop-and-conservation-summit/" target="_blank">http://www.houstonzoo.org/<wbr />orangutan-husbandry-workshop-<wbr />and-conservation-summit/</a> or contact <a href="mailto:conservation@houstonzoo.org" target="_blank">conservation@houstonzoo.org</a>\r\n\r\n<strong>October 7-11, 2014 </strong>- National Conference of the Association of the Zoo and Aquarium Docents and Volunteers (AZADV).  Hosted by the Zoological Society of Milwaukee County Zoo and Zoo Pride, Milwuakee, WI.  For more information visit: http://<a href="http://www.zoosociety.org/azadv2014">www.zoosociety.org/azadv2014</a>\r\n\r\n<strong>October 8-11, 2014 </strong>- Advancing Bear Care 2014,  Barasov, Romania.  For more information visit: <a href="http://www.bearcaregroup.org">www.bearcaregroup.org</a>\r\n\r\n<b>November 10-13, 2014</b> - Zoological Association of America (ZAA) National Conference, Gulf Breeze, FL  - Hosted by the Gulf Breeze Zoo.  For more information visit: <a href="http://www.zaa.org">www.zaa.org</a><b>\r\n</b>\r\n\r\n&nbsp;', 'Coming Events', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2014-05-14 11:27:29', '2014-05-14 16:27:29', '', 435, 'https://www.aazk.org/435-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5955, 2, '2014-05-12 13:11:02', '2014-05-12 18:11:02', '<strong style="line-height: 1.5em;">March 22-28, 2014</strong><span style="line-height: 1.5em;"> AZA Mid-year Meeting, Memphis, TN  For more information go to: AAZA.org/midyearmeeting</span>\r\n\r\n<strong>April 13-18, 2014 </strong>ABMA’s 14th Annual Conference Dallas, TX For more information go to: <a href="http://theabma.org/" target="_blank">theabma.org</a>\r\n\r\n<strong>April 29-May 2, 2014 </strong>- African painted Dog Conference, Chicago, IL.  This conference will be hosted by the Chicago Zoological Society at Brookfield Zoo.  Please join us in helping to enhance and improve the care and conservation of African Painted Dogs.  For more information and to register, please visit: <a href="http://www.czs.org/czs/APDConference">http://www.czs.org/czs/APDConference</a>\r\n\r\n<strong>June 20-26, 2014 </strong>- International Gorilla Workshop, Atlanta, GA.  Sponsored by Zoo Atlanta.  For more information visit: <a href="http://www.igw2014.wordpress.com">www.igw2014.wordpress.com</a>.\r\n\r\n<strong style="line-height: 1.5em;">August 4-7, 2014 </strong><span style="line-height: 1.5em;">- 12th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles.  Orlando, FL.  For more information go to: <a href="http://www.turtlesurvival.org">www.turtlesurvival.org</a></span>\r\n\r\n<strong>September 8-12, 2014</strong> - AAZK Conference, Orlando FL. Hosted by Disney\'s Animal Kingdom. For information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n\r\n<strong>September 10-15, 2014 </strong>- International Wild Waterfowl Association Conference, Salt Lake City, UT m For more information visit: <a href="http://www.wildwaterfowl.org">www.wildwaterfowl.org</a>\r\n\r\n<strong>September 12-18, 2014</strong> - AZA National Conference, Orlando, FL.  Hosted by Disney’s Animal Kingdom, The Seas, and SeaWorld Orlando. For more information visit <a href="http://www.aza.org">www.aza.org</a>\r\n\r\n<strong>Otober 6-8, 2014 </strong>- 3rd International Flamingo Symposium Hosted by SeaWorld San Diego, San Diego. CA.  For more information contact: laurie.conrad@SeaWorld.com\r\n\r\n<strong>October 6-9, 2014 - </strong>Hosted by the Houston Zoo\r\n\r\n<strong>Orangutan SSP Husbandry Workshop &amp; Conservation Summit</strong>\r\n\r\nThe SSP Husbandry Workshop will be held in conjunction with an Orangutan Conservation Summit at the Houston Zoo. The meeting will feature a full day husbandry workshop on Monday, October 6, 2014, covering topics pertaining to captive populations including enrichment, training, and veterinary care, through presentations, posters and panel discussions. The Conservation Summit will begin on October 7, 2014 and focus on exploring the emergent issues facing wild orangutans, as well as helping more zoos holding orangutans commit to participating in the vital role of saving them. Houston is lining up key personnel involved in orangutan conservation across Borneo and Sumatra for this very special event.\r\n\r\nFor more info: <a href="http://www.houstonzoo.org/orangutan-husbandry-workshop-and-conservation-summit/" target="_blank">http://www.houstonzoo.org/<wbr />orangutan-husbandry-workshop-<wbr />and-conservation-summit/</a> or contact <a href="mailto:conservation@houstonzoo.org" target="_blank">conservation@houstonzoo.org</a>\r\n\r\n<strong>October 7-11, 2014 </strong>- National Conference of the Association of the Zoo and Aquarium Docents and Volunteers (AZADV).  Hosted by the Zoological Society of Milwaukee County Zoo and Zoo Pride, Milwuakee, WI.  For more information visit: http://<a href="http://www.zoosociety.org/azadv2014">www.zoosociety.org/azadv2014</a>\r\n\r\n<strong>October 8-11, 2014 </strong>- Advancing Bear Care 2014,  Barasov, Romania.  For more information visit: <a href="http://www.bearcaregroup.org">www.bearcaregroup.org</a>\r\n\r\n<b>November 10-13, 2014</b> - Zoological Association of America (ZAA) National Conference, Gulf Breeze, FL  - Hosted by the Gulf Breeze Zoo.  For more information visit: <a href="http://www.zaa.org">www.zaa.org</a><b>\r\n</b>\r\n\r\n&nbsp;', 'Coming Events', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2014-05-12 13:11:02', '2014-05-12 18:11:02', '', 435, 'https://www.aazk.org/435-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5956, 3, '2014-05-14 11:14:21', '2014-05-14 16:14:21', '<h5>Facility</h5>\r\n<p>Little Rock Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nJOB OBJECTIVE:\r\nTo perform various duties required to maintain a clean and healthy environment for animals at the Little Rock Zoo.\r\n\r\nESSENTIAL JOB FUNCTIONS:\r\nObserves small and medium hoofstock animals and a variety of species of birds in assigned areas for injuries or symptoms of disease, and changes in behavior; reports changes and problems to supervisor; recommends changes to assist animals\' psychological and physiological well-being; implements approved changes. Prepares food and feeds animals according to established diets and assigned schedule; researches and recommends and implements approved diet changes. Maintains detailed narratives and charts of animal observations, care, and handling. Captures and restrains animals for transport, examination or medical treatment. Prepares a list of animals in assigned area requiring routine veterinary care; notifies supervisors of animals that require emergency medical attention. Administers prescribed medication to animals by mixing with food or by injection as required; assists veterinarian in administration of medication or treatment of animals. Completes daily worksheets listing amount of food eaten, training performed and enrichment supplied, medications administered, changes in animal behavior, symptoms of disease or other indications of needs for special attention; and repair or maintenance required for enclosures. Maintains plant life in displays and enclosures; applies approved chemicals to control pests, diseases or unwanted plants. Unloads and stores shipments of food and supplies; notifies supervisor of supplies needed. Cleans cages and enclosures using chemical disinfectants, water hose and other hand tools. Provides special handling or training for specific animals as required. Recommends animals to be acquired or transferred; recommends repairs and special projects. Answers questions and provides information to Zoo visitors regarding animal diets, handling, and habitat; educates visitors regarding harassing or feeding animals. Operates motorized vehicle to transport animals or pick up supplies.\r\n\r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMINIMUM QUALIFICATIONS AND ADDITIONAL REQUIREMENTS:\r\nThese knowledge, skills, and abilities are usually, although not always, acquired throughcompletion of high school and two (2) years of experience in the care of small hoofstock, birds, or other exotic animals in a controlled environment. Equivalent combinations of education and experience will be considered.\r\n\r\nREQUIRED LICENSES AND/OR CERTIFICATIONS: Class D Non-\r\nCommercial Drivers License before employment\r\n<h6>Compensation and benefits</h6>\r\nHIRING/ENTRY SALARY: $27,630 - $33,156 \r\nPlus Benefits Plan\r\n<h6>Application instructions</h6>\r\nAPPLICATION REQUIREMENTS:\r\nONLY On-Line Applications Accepted.\r\nApplication and Supplemental Questions required by closing date. Applications will be screened for minimum qualifications. Applicable experience must be included in the on-line application/electronic work history. Please do not leave the work history section of the application "blank" or with a "see resume"\r\nstatement. Failure to follow these instructions may result in the rejection of your application documents.\r\n\r\nAPPLICATIONS MAY BE FILED ONLINE AT:\r\nhttp://www.lrjobs.net\r\n\r\nCLOSING DATE: 05/28/14 11:59 PM\r\n', 'Animal Keeper - Savannah and Birds', 0, '', 'publish', 'closed', 'closed', '', 'animal-keeper-savannah-and-birds', '', '', '2014-05-14 11:14:21', '2014-05-14 16:14:21', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5956', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5957, 0, '2014-05-14 11:14:21', '2014-05-14 16:14:21', '', 'Animal Keeper - Savannah and Birds', 0, '', 'inherit', 'closed', 'closed', '', '5956-revision-v1', '', '', '2014-05-14 11:14:21', '2014-05-14 16:14:21', '', 5956, 'https://www.aazk.org/5956-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5958, 0, '2014-05-14 11:14:21', '2014-05-14 16:14:21', '<h5>Facility</h5>\r\n<p>Little Rock Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nJOB OBJECTIVE:\r\nTo perform various duties required to maintain a clean and healthy environment for animals at the Little Rock Zoo.\r\n\r\nESSENTIAL JOB FUNCTIONS:\r\nObserves small and medium hoofstock animals and a variety of species of birds in assigned areas for injuries or symptoms of disease, and changes in behavior; reports changes and problems to supervisor; recommends changes to assist animals\' psychological and physiological well-being; implements approved changes. Prepares food and feeds animals according to established diets and assigned schedule; researches and recommends and implements approved diet changes. Maintains detailed narratives and charts of animal observations, care, and handling. Captures and restrains animals for transport, examination or medical treatment. Prepares a list of animals in assigned area requiring routine veterinary care; notifies supervisors of animals that require emergency medical attention. Administers prescribed medication to animals by mixing with food or by injection as required; assists veterinarian in administration of medication or treatment of animals. Completes daily worksheets listing amount of food eaten, training performed and enrichment supplied, medications administered, changes in animal behavior, symptoms of disease or other indications of needs for special attention; and repair or maintenance required for enclosures. Maintains plant life in displays and enclosures; applies approved chemicals to control pests, diseases or unwanted plants. Unloads and stores shipments of food and supplies; notifies supervisor of supplies needed. Cleans cages and enclosures using chemical disinfectants, water hose and other hand tools. Provides special handling or training for specific animals as required. Recommends animals to be acquired or transferred; recommends repairs and special projects. Answers questions and provides information to Zoo visitors regarding animal diets, handling, and habitat; educates visitors regarding harassing or feeding animals. Operates motorized vehicle to transport animals or pick up supplies.\r\n\r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMINIMUM QUALIFICATIONS AND ADDITIONAL REQUIREMENTS:\r\nThese knowledge, skills, and abilities are usually, although not always, acquired throughcompletion of high school and two (2) years of experience in the care of small hoofstock, birds, or other exotic animals in a controlled environment. Equivalent combinations of education and experience will be considered.\r\n\r\nREQUIRED LICENSES AND/OR CERTIFICATIONS: Class D Non-\r\nCommercial Drivers License before employment\r\n<h6>Compensation and benefits</h6>\r\nHIRING/ENTRY SALARY: $27,630 - $33,156 \r\nPlus Benefits Plan\r\n<h6>Application instructions</h6>\r\nAPPLICATION REQUIREMENTS:\r\nONLY On-Line Applications Accepted.\r\nApplication and Supplemental Questions required by closing date. Applications will be screened for minimum qualifications. Applicable experience must be included in the on-line application/electronic work history. Please do not leave the work history section of the application "blank" or with a "see resume"\r\nstatement. Failure to follow these instructions may result in the rejection of your application documents.\r\n\r\nAPPLICATIONS MAY BE FILED ONLINE AT:\r\nhttp://www.lrjobs.net\r\n\r\nCLOSING DATE: 05/28/14 11:59 PM\r\n', 'Animal Keeper - Savannah and Birds', 0, '', 'inherit', 'closed', 'closed', '', '5956-revision-v1', '', '', '2014-05-14 11:14:21', '2014-05-14 16:14:21', '', 5956, 'https://www.aazk.org/5956-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5961, 0, '2014-05-15 11:32:15', '2014-05-15 16:32:15', '', 'Robert G. Engel / Mammalogy Fellowship Program', 0, '', 'inherit', 'closed', 'closed', '', '5960-revision-v1', '', '', '2014-05-15 11:32:15', '2014-05-15 16:32:15', '', 5960, 'https://www.aazk.org/5960-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5962, 0, '2014-05-15 11:32:15', '2014-05-15 16:32:15', '<h5>Facility</h5>\r\n<p>Wildlife Conservation Society - Bronx Zoo, Bronx, New York, USA</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nApplication Deadline: June 1, 2014 \r\nStipend: A 30-week program with a $640.00 bi-weekly stipend, subject to all applicable tax withholdings.  Room and board are not provided. \r\n\r\nBackground:	\r\n\r\nThe Wildlife Conservation Society is dedicated to the conservation of the world’s vanishing species through captive breeding and exhibition, field studies, education and veterinary, nutrition, behavior and genetic research.  The Bronx Zoo, headquarters of the Wildlife Conservation Society, manages and exhibits a diversity of wildlife, including many rare and endangered species.  It initiates and supports captive breeding programs, and encourages research and educational projects.  The Mammal Department, with a collection of over 130 species, is committed to the exhibition and captive breeding of species that are part of cooperative breeding programs (Species Survival Plans or Taxon Advisory Groups) or serve as educational representatives of their habitats or regions.\r\n\r\nPurpose:	\r\n\r\nTo enhance the training and experience of individuals in techniques of captive management and exhibition of a variety of mammal species within a zoo environment and to expose them to the potential of endangered species programs within zoos so that they are better prepared to participate in similar programs in the future. \r\n\r\nProgram:	\r\n\r\nConsists of thirty (30) weeks of intensive fellowship at the Bronx Zoo, Wildlife Conservation Society.  The selected Fellows will work closely with the Mammal Department staff in all phases of exotic animal husbandry and exhibition.  These individuals will work with a variety of mammals and are expected to conduct and complete a research project prescribed by the staff.  Beginning of summer start date is anticipated.  Schedule is typically Monday-Friday, 8:00a-5:00p.  \r\n\r\nApplication:	\r\n\r\nCover letter (describing how this Fellowship program will further their career path) and resume.  Letters of recommendation may be solicited for finalists.  Candidates making it to subsequent rounds of the selection process will be contacted for a phone and/or in-person interviews prior to the decision date.  Applications are due by June 1, 2014.\r\n<h6>Education and Pre-requisites</h6>\r\nQualifications:\r\n\r\nThe program is for individuals interested in the exhibition and management of wild mammals.  An accredited college degree in an applicable field of study (i.e. zoology, animal or wildlife biology, animal science) and previous practical experience with exotic mammals (or related experience) are required.  Applicants must demonstrate an interest in pursuing a career in captive animal husbandry.  Foreign applicants must have a social security number, a valid work visa, and a U.S. address.\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nPlease send your complete application via email to: \r\n\r\nOpportunities@wcs.org, specify “Robert G. Engel Fellowship Program” in the subject of your email.\r\n\r\nEOE, D/M/F/V\r\n\r\n', 'Robert G. Engel / Mammalogy Fellowship Program', 0, '', 'inherit', 'closed', 'closed', '', '5960-revision-v1', '', '', '2014-05-15 11:32:15', '2014-05-15 16:32:15', '', 5960, 'https://www.aazk.org/5960-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5963, 3, '2014-05-15 16:32:30', '2014-05-15 21:32:30', '<h5>Facility</h5>\r\n<p>PETA</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThousands of animals languish in roadside zoos,  circuses, and other captive-animal exhibits all over the United States. We know that animals aren\'t actors, spectacles to imprison and gawk at, or circus clowns—yet they are still forced to perform silly, confusing tricks under the threat of physical punishment. PETA is looking to hire a veterinarian with wildlife and exotic-animal experience to join our team and help put an end to these cases of animal abuse. As a PETA veterinarian, you will assess the health of animals in captivity, prepare suggestions for improvements, and assist with relocation missions for the animals when possible. Use your veterinary knowledge of elephants, tigers, lions, and more to assistant those held in captivity across the nation and beyond. \r\n\r\nPosition Objective: \r\nTo use professional expertise and experience, particularly with exotic-animal and wildlife species, to assist with  PETA\'s cruelty and neglect cases\r\n\r\nPrimary Responsibilities and Duties:\r\n• Review and advise on specific cases of abuse of animals in roadside zoos, circuses, and similar captive-animal exhibits and collections \r\n• Travel as needed to assess potential cruelty cases and conditions of at-risk animals in captive situations \r\n• Assist in determining best courses of action in accordance with veterinary standards\r\n• Identify and recommend improvements regarding problems with captive wildlife and the exhibition of exotic animals\r\n• Develop and execute strategic plans for securing improvements in care\r\n• Conduct research in order to develop or review literature to advance captive-animal protection \r\n• When possible, assist with relocation missions, such as the transport of bears and elephants to sanctuaries\r\n• Develop and maintain relationships with other exotic-animal experts, exotic-animal keepers, whistleblowers, sanctuaries, and government agencies \r\n• Present PETA\'s positions to the media \r\n• Perform any other duties assigned by the supervisor\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n• Doctor of Veterinary Medicine degree from an accredited university\r\n• Minimum of two years of experience working with large animals, exotic animals, and captive wildlife \r\n• Advanced working knowledge of captive-animal health issues\r\n• Ability to maintain strict confidentiality at all times\r\n• Proven ability to meet deadlines while managing multiple projects \r\n• Proven exceptional writing and research skills\r\n• Demonstrated excellent interpersonal skills, tact, and diplomacy and the ability to communicate effectively\r\n• Proven ability to develop and maintain professional working relationships\r\n• Willingness and ability to travel on short notice\r\n• Must have a valid U.S. driver\'s license, a minimum of three years of driving experience, and a satisfactory driving record\r\n• Support for PETA\'s philosophy and the ability to professionally advocate PETA\'s positions on issues\r\n• Commitment to the objectives of the organization\r\n\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nPlease apply online:\r\nhttps://www.appone.com/MainInfoReq.asp?R_ID=828533\r\n\r\n', 'Captive Wildlife Veterinarian', 0, '', 'publish', 'closed', 'closed', '', 'captive-wildlife-veterinarian', '', '', '2014-05-15 16:32:30', '2014-05-15 21:32:30', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5963', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5964, 0, '2014-05-15 16:32:30', '2014-05-15 21:32:30', '', 'Captive Wildlife Veterinarian', 0, '', 'inherit', 'closed', 'closed', '', '5963-revision-v1', '', '', '2014-05-15 16:32:30', '2014-05-15 21:32:30', '', 5963, 'https://www.aazk.org/5963-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5965, 0, '2014-05-15 16:32:30', '2014-05-15 21:32:30', '<h5>Facility</h5>\r\n<p>PETA</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThousands of animals languish in roadside zoos,  circuses, and other captive-animal exhibits all over the United States. We know that animals aren\'t actors, spectacles to imprison and gawk at, or circus clowns—yet they are still forced to perform silly, confusing tricks under the threat of physical punishment. PETA is looking to hire a veterinarian with wildlife and exotic-animal experience to join our team and help put an end to these cases of animal abuse. As a PETA veterinarian, you will assess the health of animals in captivity, prepare suggestions for improvements, and assist with relocation missions for the animals when possible. Use your veterinary knowledge of elephants, tigers, lions, and more to assistant those held in captivity across the nation and beyond. \r\n\r\nPosition Objective: \r\nTo use professional expertise and experience, particularly with exotic-animal and wildlife species, to assist with  PETA\'s cruelty and neglect cases\r\n\r\nPrimary Responsibilities and Duties:\r\n• Review and advise on specific cases of abuse of animals in roadside zoos, circuses, and similar captive-animal exhibits and collections \r\n• Travel as needed to assess potential cruelty cases and conditions of at-risk animals in captive situations \r\n• Assist in determining best courses of action in accordance with veterinary standards\r\n• Identify and recommend improvements regarding problems with captive wildlife and the exhibition of exotic animals\r\n• Develop and execute strategic plans for securing improvements in care\r\n• Conduct research in order to develop or review literature to advance captive-animal protection \r\n• When possible, assist with relocation missions, such as the transport of bears and elephants to sanctuaries\r\n• Develop and maintain relationships with other exotic-animal experts, exotic-animal keepers, whistleblowers, sanctuaries, and government agencies \r\n• Present PETA\'s positions to the media \r\n• Perform any other duties assigned by the supervisor\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n• Doctor of Veterinary Medicine degree from an accredited university\r\n• Minimum of two years of experience working with large animals, exotic animals, and captive wildlife \r\n• Advanced working knowledge of captive-animal health issues\r\n• Ability to maintain strict confidentiality at all times\r\n• Proven ability to meet deadlines while managing multiple projects \r\n• Proven exceptional writing and research skills\r\n• Demonstrated excellent interpersonal skills, tact, and diplomacy and the ability to communicate effectively\r\n• Proven ability to develop and maintain professional working relationships\r\n• Willingness and ability to travel on short notice\r\n• Must have a valid U.S. driver\'s license, a minimum of three years of driving experience, and a satisfactory driving record\r\n• Support for PETA\'s philosophy and the ability to professionally advocate PETA\'s positions on issues\r\n• Commitment to the objectives of the organization\r\n\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nPlease apply online:\r\nhttps://www.appone.com/MainInfoReq.asp?R_ID=828533\r\n\r\n', 'Captive Wildlife Veterinarian', 0, '', 'inherit', 'closed', 'closed', '', '5963-revision-v1', '', '', '2014-05-15 16:32:30', '2014-05-15 21:32:30', '', 5963, 'https://www.aazk.org/5963-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6073, 3, '2014-06-10 11:35:35', '2014-06-10 16:35:35', '<h5>Facility</h5>\r\n<p>Panther Ridge Conservation Center</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nPanther Ridge Conservation Center offers experience in husbandry, diet preparation and animal training with 8 species of exotic felines. Interns will be responsible for cleaning, feeding, enrichment, observing and documenting behavior, assisting in medical procedures, crating and transport,  guided tours and basic maintenance of enclosures.\r\n\r\nThe start date will be Tuesday, July 8, 2014. Internships are approximately 12 weeks (3 months) with the possibility of extension to 24 weeks (6 months) based on performance.\r\n<h6>Education and Pre-requisites</h6>\r\nRequirements: \r\n•	Applicants must be 18 years of age \r\n•	Enrolled in or have graduated with a degree in biological science, zoology, pre-veterinary or related field \r\n•	Able to comfortably lift 50 pounds\r\n•	Willing to work long hours and show up early or stay late when necessary\r\n•	Able to work in unfavorable weather conditions such as heat, humidity and rain\r\n•	Provide their own transportation\r\n*Preference will be given to applicants with prior animal care experience in an internship or volunteer capacity.\r\n\r\n<h6>Compensation and benefits</h6>\r\n Interns will be provided a weekly stipend of $50 and housing.\r\n<h6>Application instructions</h6>\r\nTo submit an application, please provide a resume with two references and a cover letter stating why you believe this is the internship for you. Applications may be emailed to michelleengler618@gmail.com with “Exotic Feline Internship” in the subject.\r\n\r\nYou may visit our website at http://www.pantherridgecc.org/ or find us on Facebook (Search:  Panther Ridge Conservation Center) to learn more about our facility.\r\n', 'Exotic Feline Internship', 0, '', 'publish', 'closed', 'closed', '', 'exotic-feline-internship', '', '', '2014-06-10 11:35:36', '2014-06-10 16:35:36', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6073', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5967, 3, '2014-05-19 11:07:57', '2014-05-19 16:07:57', '<h5>Facility</h5>\r\nMicke Grove Zoo-San Joaquin County, California\r\n<h5>Closing Date</h5>\r\n[jobclosingdate]\r\n<h6>Description</h6>\r\nThis part-time / temporary recruitment is being given to fill vacancies in the Parks and Recreation division and to create a referral list to fill future vacancies. This position which is located at Micke Grove Zoo will be responsible for maintaining the care, feeding, and cleaning of zoo animals. Candidates will need to be available days, evenings, weekends and holidays.\r\n\r\nTypical Duties\r\n\r\nMonitors the health and well-being of living animal collections by noting physical or behavioral changes, and takes appropriate action; observes for signs of illness or injury, including diet consumption and other variables used to assess animal condition; records and reports problems and consults with supervisory staff and veterinarian as necessary; captures, moves or isolates animals as circumstances require, ensuring safety of the animals, staff and the public.\r\n\r\nPrepares and distributes animal diets; prepares meals according to prescribed needs of animals; adds dietary supplements; maintains safe and sanitary food preparation and storage areas; monitors food and supplies inventory; prepares lists and orders food and supplemental items; rotates stock to ensure fresh food supply.\r\n\r\nCleans, disinfects and maintains animal exhibits and veterinary facilities; removes waste; cleans and disinfects water bowls and water areas; rakes and disposes of leaves and litter; makes minor repairs to maintain integrity of enclosures; monitors for pests and predators; checks operating systems and makes seasonal adjustments as conditions require.\r\n\r\nProvides animal enrichment to simulate natural conditions; researches natural behavior and habitats; plans and implements training projects; documents effectiveness of enrichment provided; identifies and installs appropriate exhibit furnishings, such as perching, nest sites, foraging areas, resting platforms, landscape materials.\r\n\r\nPrepares, distributes, and documents medications, and provides health care under veterinary direction; may calculate and measure restraint drugs; captures or restrains animals for veterinary care procedures and animal management needs; monitors animals during post-operative recovery period.\r\n\r\nMaintains exhibits, grounds, service areas, and support facilities to provide a safe, attractive and healthy environment for animals, and the public; maintains operations of aquatic systems; monitors equipment to maintain required safety standards for zoo species and the public; assists in planning or design to update or create new exhibits.\r\n\r\nSupervises and inspects volunteer staff work; trains volunteer staff.\r\n\r\nInteracts with zoo visitors and general public; explains and enforces zoo regulations and policies; provides information on animal natural history, care and conservation; answers routine questions by zoo visitors; makes presentations to community groups; communicates with professional peers on questions affecting species management and care.\r\n\r\nProvides safe transport of zoo specimens for acquisition, disposition and/or veterinary medical needs and provides species-appropriate temporary housing as required.\r\n\r\nPrepares records and reports regarding zoo activities, as required.\r\n<h6>Education and Pre-requisites</h6>\r\nEducation: Graduation from a four year accredited college or university with major coursework in biology, zoology, wildlife management, wildlife ecology, animal behavior, or a closely related field.\r\n\r\nExperience: One year paid experience caring for zoo animals and/or exotic species in a zoo or similar setting.\r\n\r\nSubstitution: Additional qualifying paid experience caring for zoo animals and/or exotic species in a zoo or similar setting may be substituted for education on a year for year basis.\r\n\r\nAND\r\n\r\nSpecial requirements: 1) Upon job offer, incumbents must successfully pass a tuberculosis test and maintain a negative tuberculosis test for duration of employment; 2) receive inoculation for rabies within six months of employment.\r\n\r\nCertifications: 1) Obtain First Aid/CPR certificate within six month of employment; and 2) obtain firearm safety training certificate within six months of employment.\r\n\r\nLicense: Possession of a valid California driver’s license.\r\n\r\nNote: Supplemental application must be submitted with employment application.\r\n<h6>Compensation and benefits</h6>\r\nSalary:\r\n$17.60 / hour\r\n<h6>Application instructions</h6>\r\nApply Online:\r\nwww.sjgov.org/hr\r\n\r\nBy mail or in person:\r\nSan Joaquin County Human Resources\r\n44 N. San Joaquin Street Suite 330\r\nStockton, Ca 95202\r\n\r\nOffice hours:\r\nMonday – Friday 8:00 am to 5:00 pm; excluding holidays.\r\nPhone: (209) 468-3370\r\n\r\nJob Line:\r\nFor current employment opportunities please call our 24-hour job line at (209) 468-3377.\r\n\r\nWhen a final filing date is indicated, applications must be filed with the Human Resources Division before 5:00 p.m. or postmarked by the final filing date. Resumes will not be accepted in lieu of an application. Applications sent through county inter-office mail, which are not received by the final filing date, will not be accepted. (The County assumes no responsibility for mailed applications which are not received by the Human Resources Division).\r\n\r\nSan Joaquin County Substance Abuse Policy: San Joaquin County has adopted a Substance Abuse Policy in compliance with the Federal Drug Free Workplace Act of 1988. This policy is enforced by all San Joaquin County Departments and applies to all San Joaquin County employees.\r\n\r\nEqual Opportunity Employer: San Joaquin County is an Equal Employment Opportunity (EEO) Employer and is committed to providing equal employment to all without regard to age, ancestry, color, creed, marital status, medical condition, national origin, physical or mental disability, political affiliation or belief, pregnancy, race, religion, sex, or sexual orientation. For more information go to www.sjgov.org/eeo.', 'Animal Care Specialist', 0, '', 'publish', 'closed', 'closed', '', 'animal-care-specialist-4', '', '', '2014-05-20 10:18:02', '2014-05-20 15:18:02', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5967', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5968, 0, '2014-05-19 11:07:57', '2014-05-19 16:07:57', '', 'Animal Care Specialist', 0, '', 'inherit', 'closed', 'closed', '', '5967-revision-v1', '', '', '2014-05-19 11:07:57', '2014-05-19 16:07:57', '', 5967, 'https://www.aazk.org/5967-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5970, 2, '2014-05-20 10:18:02', '2014-05-20 15:18:02', '<h5>Facility</h5>\r\nMicke Grove Zoo-San Joaquin County, California\r\n<h5>Closing Date</h5>\r\n[jobclosingdate]\r\n<h6>Description</h6>\r\nThis part-time / temporary recruitment is being given to fill vacancies in the Parks and Recreation division and to create a referral list to fill future vacancies. This position which is located at Micke Grove Zoo will be responsible for maintaining the care, feeding, and cleaning of zoo animals. Candidates will need to be available days, evenings, weekends and holidays.\r\n\r\nTypical Duties\r\n\r\nMonitors the health and well-being of living animal collections by noting physical or behavioral changes, and takes appropriate action; observes for signs of illness or injury, including diet consumption and other variables used to assess animal condition; records and reports problems and consults with supervisory staff and veterinarian as necessary; captures, moves or isolates animals as circumstances require, ensuring safety of the animals, staff and the public.\r\n\r\nPrepares and distributes animal diets; prepares meals according to prescribed needs of animals; adds dietary supplements; maintains safe and sanitary food preparation and storage areas; monitors food and supplies inventory; prepares lists and orders food and supplemental items; rotates stock to ensure fresh food supply.\r\n\r\nCleans, disinfects and maintains animal exhibits and veterinary facilities; removes waste; cleans and disinfects water bowls and water areas; rakes and disposes of leaves and litter; makes minor repairs to maintain integrity of enclosures; monitors for pests and predators; checks operating systems and makes seasonal adjustments as conditions require.\r\n\r\nProvides animal enrichment to simulate natural conditions; researches natural behavior and habitats; plans and implements training projects; documents effectiveness of enrichment provided; identifies and installs appropriate exhibit furnishings, such as perching, nest sites, foraging areas, resting platforms, landscape materials.\r\n\r\nPrepares, distributes, and documents medications, and provides health care under veterinary direction; may calculate and measure restraint drugs; captures or restrains animals for veterinary care procedures and animal management needs; monitors animals during post-operative recovery period.\r\n\r\nMaintains exhibits, grounds, service areas, and support facilities to provide a safe, attractive and healthy environment for animals, and the public; maintains operations of aquatic systems; monitors equipment to maintain required safety standards for zoo species and the public; assists in planning or design to update or create new exhibits.\r\n\r\nSupervises and inspects volunteer staff work; trains volunteer staff.\r\n\r\nInteracts with zoo visitors and general public; explains and enforces zoo regulations and policies; provides information on animal natural history, care and conservation; answers routine questions by zoo visitors; makes presentations to community groups; communicates with professional peers on questions affecting species management and care.\r\n\r\nProvides safe transport of zoo specimens for acquisition, disposition and/or veterinary medical needs and provides species-appropriate temporary housing as required.\r\n\r\nPrepares records and reports regarding zoo activities, as required.\r\n<h6>Education and Pre-requisites</h6>\r\nEducation: Graduation from a four year accredited college or university with major coursework in biology, zoology, wildlife management, wildlife ecology, animal behavior, or a closely related field.\r\n\r\nExperience: One year paid experience caring for zoo animals and/or exotic species in a zoo or similar setting.\r\n\r\nSubstitution: Additional qualifying paid experience caring for zoo animals and/or exotic species in a zoo or similar setting may be substituted for education on a year for year basis.\r\n\r\nAND\r\n\r\nSpecial requirements: 1) Upon job offer, incumbents must successfully pass a tuberculosis test and maintain a negative tuberculosis test for duration of employment; 2) receive inoculation for rabies within six months of employment.\r\n\r\nCertifications: 1) Obtain First Aid/CPR certificate within six month of employment; and 2) obtain firearm safety training certificate within six months of employment.\r\n\r\nLicense: Possession of a valid California driver’s license.\r\n\r\nNote: Supplemental application must be submitted with employment application.\r\n<h6>Compensation and benefits</h6>\r\nSalary:\r\n$17.60 / hour\r\n<h6>Application instructions</h6>\r\nApply Online:\r\nwww.sjgov.org/hr\r\n\r\nBy mail or in person:\r\nSan Joaquin County Human Resources\r\n44 N. San Joaquin Street Suite 330\r\nStockton, Ca 95202\r\n\r\nOffice hours:\r\nMonday – Friday 8:00 am to 5:00 pm; excluding holidays.\r\nPhone: (209) 468-3370\r\n\r\nJob Line:\r\nFor current employment opportunities please call our 24-hour job line at (209) 468-3377.\r\n\r\nWhen a final filing date is indicated, applications must be filed with the Human Resources Division before 5:00 p.m. or postmarked by the final filing date. Resumes will not be accepted in lieu of an application. Applications sent through county inter-office mail, which are not received by the final filing date, will not be accepted. (The County assumes no responsibility for mailed applications which are not received by the Human Resources Division).\r\n\r\nSan Joaquin County Substance Abuse Policy: San Joaquin County has adopted a Substance Abuse Policy in compliance with the Federal Drug Free Workplace Act of 1988. This policy is enforced by all San Joaquin County Departments and applies to all San Joaquin County employees.\r\n\r\nEqual Opportunity Employer: San Joaquin County is an Equal Employment Opportunity (EEO) Employer and is committed to providing equal employment to all without regard to age, ancestry, color, creed, marital status, medical condition, national origin, physical or mental disability, political affiliation or belief, pregnancy, race, religion, sex, or sexual orientation. For more information go to www.sjgov.org/eeo.', 'Animal Care Specialist', 0, '', 'inherit', 'closed', 'closed', '', '5967-revision-v1', '', '', '2014-05-20 10:18:02', '2014-05-20 15:18:02', '', 5967, 'https://www.aazk.org/5967-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5969, 0, '2014-05-19 11:07:57', '2014-05-19 16:07:57', '<h5>Facility</h5>\r\n<p>Micke Grove Zoo-San Joaquin County, California</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThis part-time / temporary recruitment is being given to fill vacancies in the Parks and Recreation division and to create a referral list to fill future vacancies. This position which is located at Micke Grove Zoo will be responsible for maintaining the care, feeding, and cleaning of zoo animals. Candidates will need to be available days, evenings, weekends and holidays.\r\n\r\nTypical Duties\r\n\r\nMonitors the health and well-being of living animal collections by noting physical or behavioral changes, and takes appropriate action; observes for signs of illness or injury, including diet consumption and other variables used to assess animal condition; records and reports problems and consults with supervisory staff and veterinarian as necessary; captures, moves or isolates animals as circumstances require, ensuring safety of the animals, staff and the public. \r\n\r\nPrepares and distributes animal diets; prepares meals according to prescribed needs of animals; adds dietary supplements; maintains safe and sanitary food preparation and storage areas; monitors food and supplies inventory; prepares lists and orders food and supplemental items; rotates stock to ensure fresh food supply. \r\n\r\nCleans, disinfects and maintains animal exhibits and veterinary facilities; removes waste; cleans and disinfects water bowls and water areas; rakes and disposes of leaves and litter; makes minor repairs to maintain integrity of enclosures; monitors for pests and predators; checks operating systems and makes seasonal adjustments as conditions require. \r\n\r\nProvides animal enrichment to simulate natural conditions; researches natural behavior and habitats; plans and implements training projects; documents effectiveness of enrichment provided; identifies and installs appropriate exhibit furnishings, such as perching, nest sites, foraging areas, resting platforms, landscape materials. \r\n\r\nPrepares, distributes, and documents medications, and provides health care under veterinary direction; may calculate and measure restraint drugs; captures or restrains animals for veterinary care procedures and animal management needs; monitors animals during post-operative recovery period. \r\n\r\nMaintains exhibits, grounds, service areas, and support facilities to provide a safe, attractive and healthy environment for animals, and the public; maintains operations of aquatic systems; monitors equipment to maintain required safety standards for zoo species and the public; assists in planning or design to update or create new exhibits. \r\n\r\nSupervises and inspects volunteer staff work; trains volunteer staff. \r\n\r\nInteracts with zoo visitors and general public; explains and enforces zoo regulations and policies; provides information on animal natural history, care and conservation; answers routine questions by zoo visitors; makes presentations to community groups; communicates with professional peers on questions affecting species management and care. \r\n\r\nProvides safe transport of zoo specimens for acquisition, disposition and/or veterinary medical needs and provides species-appropriate temporary housing as required. \r\n\r\nPrepares records and reports regarding zoo activities, as required. \r\n\r\n<h6>Education and Pre-requisites</h6>\r\nEducation: Graduation from a four year accredited college or university with major coursework in biology, zoology, wildlife management, wildlife ecology, animal behavior, or a closely related field. \r\n\r\nExperience: One year paid experience caring for zoo animals and/or exotic species in a zoo or similar setting. \r\n\r\nSubstitution: Additional qualifying paid experience caring for zoo animals and/or exotic species in a zoo or similar setting may be substituted for education on a year for year basis. \r\n\r\nAND \r\n\r\nSpecial requirements: 1) Upon job offer, incumbents must successfully pass a tuberculosis test and maintain a negative tuberculosis test for duration of employment; 2) receive inoculation for rabies within six months of employment.\r\n \r\nCertifications: 1) Obtain First Aid/CPR certificate within six month of employment; and 2) obtain firearm safety training certificate within six months of employment.\r\n \r\nLicense: Possession of a valid California driver’s license. \r\n\r\nNote: Supplemental application must be submitted with employment application.\r\n\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nApply Online: \r\nwww.sjgov.org/hr\r\n\r\nBy mail or in person: \r\nSan Joaquin County Human Resources\r\n44 N. San Joaquin Street Suite 330 \r\nStockton, Ca 95202 \r\n\r\nOffice hours: \r\nMonday – Friday 8:00 am to 5:00 pm; excluding holidays.\r\nPhone: (209) 468-3370 \r\n\r\nJob Line: \r\nFor current employment opportunities please call our 24-hour job line at (209) 468-3377. \r\n\r\nWhen a final filing date is indicated, applications must be filed with the Human Resources Division before 5:00 p.m. or postmarked by the final filing date. Resumes will not be accepted in lieu of an application. Applications sent through county inter-office mail, which are not received by the final filing date, will not be accepted. (The County assumes no responsibility for mailed applications which are not received by the Human Resources Division). \r\n\r\nSan Joaquin County Substance Abuse Policy: San Joaquin County has adopted a Substance Abuse Policy in compliance with the Federal Drug Free Workplace Act of 1988. This policy is enforced by all San Joaquin County Departments and applies to all San Joaquin County employees.\r\n\r\nEqual Opportunity Employer: San Joaquin County is an Equal Employment Opportunity (EEO) Employer and is committed to providing equal employment to all without regard to age, ancestry, color, creed, marital status, medical condition, national origin, physical or mental disability, political affiliation or belief, pregnancy, race, religion, sex, or sexual orientation. For more information go to www.sjgov.org/eeo.\r\n\r\n', 'Animal Care Specialist', 0, '', 'inherit', 'closed', 'closed', '', '5967-revision-v1', '', '', '2014-05-19 11:07:57', '2014-05-19 16:07:57', '', 5967, 'https://www.aazk.org/5967-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5971, 2, '2014-05-20 12:54:36', '2014-05-20 17:54:36', '', 'BFRN_2014_SponsorSheet', 0, '', 'inherit', 'closed', 'closed', '', 'bfrn_2014_sponsorsheet', '', '', '2014-05-20 12:54:36', '2014-05-20 17:54:36', '', 1404, 'https://www.aazk.org/wp-content/uploads/BFRN_2014_SponsorSheet.doc', 0, 'attachment', 'application/msword', 0) ; 
INSERT INTO `wp_posts` VALUES (5972, 2, '2014-05-20 12:55:08', '2014-05-20 17:55:08', '', 'BFRN_2014_SponsorSheet', 0, '', 'inherit', 'closed', 'closed', '', 'bfrn_2014_sponsorsheet-2', '', '', '2014-05-20 12:55:08', '2014-05-20 17:55:08', '', 1404, 'https://www.aazk.org/wp-content/uploads/BFRN_2014_SponsorSheet.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (5973, 2, '2014-05-20 12:55:23', '2014-05-20 17:55:23', 'This page will give you some resources for  holding a Bowling for Rhinos event.\r\n\r\nAll Bowling for Rhinos (BFR) documents and images are the intellectual property of the American Association of Zoo Keepers (AAZK) and may only be used by an AAZK Chapter or Event holder with the expressed intent or purpose in the creation of promotional materials directly associated with a BFR Event.  For more information contact <a href="http://Ed.Hansen@aecetia.net/gws/aazk">Ed.Hansen@aecetia.net/gws/aazk</a>\r\n\r\n<em><strong>Marketing</strong></em>\r\n\r\n<strong><span style="color: #0000ff;">NEW! 2014 Jack Hanna Promotional Video New!</span></strong>\r\n\r\n<a href="http://www.youtube.com/watch?v=3FX6r19Ylog&amp;feature=player_profilepage">http://www.youtube.com/watch?v=3FX6r19Ylog&amp;feature=player_profilepage</a>\r\n\r\n<a href="http://youtu.be/PeEETlgT2xI">BFR Promotional Video</a> (YouTube)\r\n\r\nChapter Event Media Release template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/chapter_media_release.doc">Word format</a>)\r\n\r\nFlyer template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/flyer_template.ppt">Powerpoint format</a>)\r\n\r\nBLAST template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blast.ppt">Powerpoint format</a>)\r\n\r\n<span style="font-weight: bold; font-style: italic;">Event Planning</span>\r\n\r\nHow to hold a BFR Event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.doc">Word format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/holding_an_event.pdf">pdf format</a>)\r\n\r\nDetroit AAZK Chapter\'s presentation on holding an event. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_detroit.pdf">pdf format</a>)\r\n\r\nFinancial form (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/financial_form.pdf">pdf format</a>)\r\n\r\nSponsor form <a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BFRN_2014_SponsorSheet.doc">BFRN_2014_SponsorSheet</a> (word) <a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BFRN_2014_SponsorSheet.pdf">BFRN_2014_SponsorSheet</a> (pdf format)\r\n\r\nReceipt forms (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_receipts.pdf">pdf format</a>)\r\n\r\nSponsor Letter Mail template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_mail.doc">Word format</a>)\r\n\r\nSponsor Letter Hand Delivered template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/sponsor_letter_hand.doc">Word format</a>)\r\n\r\nThank You Letter template  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/thank_you_letter.doc">Word format</a>)\r\n\r\n<em><strong>Examples</strong></em>\r\n\r\nPersonal letter asking for sponsorship sample. (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_letter.pdf">pdf format</a>)\r\n\r\nPersonal thank you letter for sponsorship sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/personal_thanks.pdf">pdf format</a>)\r\n\r\nPrize donation request letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.rtf">rich text format</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/prize_donation_request.pdf">pdf format</a>)\r\n\r\nPrize donation thank you letter sample.  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.rtf">rich text format</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/donation_thanks.pdf">pdf format</a>)\r\n\r\n<em><strong>Artwork</strong></em>\r\n\r\nAll artwork will open in another window. Once it opens you can right click on it to save it.\r\n\r\n<img class="size-thumbnail wp-image-1408 alignnone" title="bfr_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo-150x150.jpg" alt="bfr_logo" width="54" height="54" /> BFR logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.jpg">jpg</a>)   (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_logo.gif">gif</a>)\r\n\r\n<img class="size-medium wp-image-1409 alignnone" title="aazk_logo_color" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color-248x300.gif" alt="aazk_logo_color" width="62" height="76" /> AAZK logo color  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.jpg">jpg</a>)  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_color.gif">gif</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1411" title="aazk_logo_bw" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw-256x300.jpg" alt="aazk_logo_bw" width="92" height="108" />AAZK logo black and white  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/aazk_logo_bw.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1412" title="bfr_cartoon" src="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon-242x300.jpg" alt="bfr_cartoon" width="87" height="108" />BFR cartoon (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/bfr_cartoon.jpg">jpg</a>)\r\n\r\n<img class="alignnone size-medium wp-image-1413" title="blue_rhino_logo" src="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo-300x127.jpg" alt="blue_rhino_logo" width="144" height="61" />Blue Rhino logo  (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/blue_rhino_logo.jpg">jpg</a>)\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bowling_for_Rhinos_2013_BW.jpg"><img class="alignnone size-medium wp-image-5885" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Bowling_for_Rhinos_2013_BW-300x156.jpg" alt="Bowling_for_Rhinos_2013_BW" width="300" height="156" /></a>\r\n\r\n5-Rhino Conservation Design-BW (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/BFR-Color-5-Rhino.png">jpg</a>)\r\n\r\n&nbsp;\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color.jpg"><img class="alignnone size-medium wp-image-5887" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color-300x155.jpg" alt="Copy of Bowling_for_Rhinos_2013_color" width="300" height="155" /></a>\r\n\r\n5-Rhino Conservation Design - Color (<a href="http://aecetia.net/gws/aazk/wp-content/uploads/Copy-of-Bowling_for_Rhinos_2013_color-300x155.jpg">jpg</a>)', 'Bowling for Rhinos Resources', 0, '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2014-05-20 12:55:23', '2014-05-20 17:55:23', '', 1404, 'https://www.aazk.org/1404-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5974, 3, '2014-05-20 13:40:42', '2014-05-20 18:40:42', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is looking for a Collection Manager for our Hoofstock animals. Under direction of the Animal Curator, the Collection Manager is responsible for the organization and operation of the Hoofstock department through effective management of staff, animal care and facilities.  This individual will supervise and manage a team of keepers and ensure husbandry and behavioral management practices that support the Phoenix Zoo’s mission and core values. Currently, the Hoofstock trail has 8 employees. The Collection Manager must effectively recruit and train staff, maintain the schedule and payroll duties, and conduct performance management. Additionally, the Collection Manager must create, foster and maintain a positive team-orientated work environment through effective leadership communication, coaching and mentoring. Extensive animal knowledge is needed as the individual in this position will be expected to evaluate and maintain the care and well-being of the animals on the assigned trail and apply established husbandry, nutritional and behavioral management standards. Presentation skills will be key as well as this position will occasionally conduct tours and assist with media and interviews, and assist with the development of interpretive material, messaging and guest experiences. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. The Hoofstock trail has the pleasure of caring for many of them, including our flagship species, the Arabian Oryx.\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include a Bachelor’s degree in life science or equivalent experience, 5 years’ experience working with exotic animal husbandry at an accredited AZA institution or related facility, 3 years’ supervisory experience preferred. Applicants must demonstrate proven organizational skills with the ability to multi-task and meet deadlines, excellent oral and written communication, interpersonal and managerial skills, and an ability to successfully solve complex problems and serve as resource to others.All Phoenix Zoo employees are requires to pass pre-employment background checks including a drug test, this position also requires a valid driver’s license and clear annual TB testing.\r\n<h6>Compensation and benefits</h6>\r\nThis full time, year-round exempt level position has an hourly wage of $15.75 - $17.72, DOE, and comes with our full benefits package that includes medical, dental and vision insurance, 401(k) with company match, and generous paid time off.\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at: \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=656&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1\r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Collection Manager', 0, '', 'publish', 'closed', 'closed', '', 'collection-manager', '', '', '2014-05-20 13:40:42', '2014-05-20 18:40:42', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5974', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5975, 0, '2014-05-20 13:40:42', '2014-05-20 18:40:42', '', 'Collection Manager', 0, '', 'inherit', 'closed', 'closed', '', '5974-revision-v1', '', '', '2014-05-20 13:40:42', '2014-05-20 18:40:42', '', 5974, 'https://www.aazk.org/5974-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5976, 0, '2014-05-20 13:40:42', '2014-05-20 18:40:42', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is looking for a Collection Manager for our Hoofstock animals. Under direction of the Animal Curator, the Collection Manager is responsible for the organization and operation of the Hoofstock department through effective management of staff, animal care and facilities.  This individual will supervise and manage a team of keepers and ensure husbandry and behavioral management practices that support the Phoenix Zoo’s mission and core values. Currently, the Hoofstock trail has 8 employees. The Collection Manager must effectively recruit and train staff, maintain the schedule and payroll duties, and conduct performance management. Additionally, the Collection Manager must create, foster and maintain a positive team-orientated work environment through effective leadership communication, coaching and mentoring. Extensive animal knowledge is needed as the individual in this position will be expected to evaluate and maintain the care and well-being of the animals on the assigned trail and apply established husbandry, nutritional and behavioral management standards. Presentation skills will be key as well as this position will occasionally conduct tours and assist with media and interviews, and assist with the development of interpretive material, messaging and guest experiences. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. The Hoofstock trail has the pleasure of caring for many of them, including our flagship species, the Arabian Oryx.\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include a Bachelor’s degree in life science or equivalent experience, 5 years’ experience working with exotic animal husbandry at an accredited AZA institution or related facility, 3 years’ supervisory experience preferred. Applicants must demonstrate proven organizational skills with the ability to multi-task and meet deadlines, excellent oral and written communication, interpersonal and managerial skills, and an ability to successfully solve complex problems and serve as resource to others.All Phoenix Zoo employees are requires to pass pre-employment background checks including a drug test, this position also requires a valid driver’s license and clear annual TB testing.\r\n<h6>Compensation and benefits</h6>\r\nThis full time, year-round exempt level position has an hourly wage of $15.75 - $17.72, DOE, and comes with our full benefits package that includes medical, dental and vision insurance, 401(k) with company match, and generous paid time off.\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at: \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=656&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1\r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Collection Manager', 0, '', 'inherit', 'closed', 'closed', '', '5974-revision-v1', '', '', '2014-05-20 13:40:42', '2014-05-20 18:40:42', '', 5974, 'https://www.aazk.org/5974-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5977, 3, '2014-05-21 07:47:36', '2014-05-21 12:47:36', '<h5>Facility</h5>\r\n<p>Virginia Safari Park</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nVirginia Safari Park, a 180-acre drive through zoo and breeding center, is expanding and searching for additional keepers. We maintain an inventory of 1000+ specimens comprised of large groups of hoofed stock as well as a “Safari Village” comprised of primates, walk-through aviary, reptiles and petting area.\r\n\r\nWe currently have full- and part-time / seasonal openings available. These positions require a person with excellent observation skills and a strong work ethic. All keepers will be responsible for the daily care of the animals. Full time keepers are required to maintain their animal records as well as assist in breeding programs.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n•	A strong work ethic, good physical condition and a willingness to learn\r\n•	Must be able to adhere to our strict personal appearance requirements, no visible tattoos permitted.\r\n•	Maintain a non-smoking work environment\r\n•	Have the ability to work in all weather conditions\r\n•	Experience in using or willing to learn to use trucks, tractors, weed eaters, and other types of machinery\r\n•	Minimum of 6 months paid  animal care\r\n•	Must be able to speak in front of large groups confidently \r\n•	Valid Drivers license \r\n•	Will have to work weekends and holidays\r\n•	Must be able to lift a minimum of 50 lbs\r\n•	Basic maintenance of the facility\r\n\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nPlease send resumes to: \r\nStephanie Vaughan-Williams\r\ndirector@virginiasafaripark.com \r\n\r\n\r\n', 'Full Time/Seasonal  Keeper', 0, '', 'publish', 'closed', 'closed', '', 'full-timeseasonal-keeper', '', '', '2014-05-21 07:47:36', '2014-05-21 12:47:36', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5977', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5978, 0, '2014-05-21 07:47:36', '2014-05-21 12:47:36', '', 'Full Time/Seasonal  Keeper', 0, '', 'inherit', 'closed', 'closed', '', '5977-revision-v1', '', '', '2014-05-21 07:47:36', '2014-05-21 12:47:36', '', 5977, 'https://www.aazk.org/5977-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5979, 0, '2014-05-21 07:47:36', '2014-05-21 12:47:36', '<h5>Facility</h5>\r\n<p>Virginia Safari Park</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nVirginia Safari Park, a 180-acre drive through zoo and breeding center, is expanding and searching for additional keepers. We maintain an inventory of 1000+ specimens comprised of large groups of hoofed stock as well as a “Safari Village” comprised of primates, walk-through aviary, reptiles and petting area.\r\n\r\nWe currently have full- and part-time / seasonal openings available. These positions require a person with excellent observation skills and a strong work ethic. All keepers will be responsible for the daily care of the animals. Full time keepers are required to maintain their animal records as well as assist in breeding programs.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n•	A strong work ethic, good physical condition and a willingness to learn\r\n•	Must be able to adhere to our strict personal appearance requirements, no visible tattoos permitted.\r\n•	Maintain a non-smoking work environment\r\n•	Have the ability to work in all weather conditions\r\n•	Experience in using or willing to learn to use trucks, tractors, weed eaters, and other types of machinery\r\n•	Minimum of 6 months paid  animal care\r\n•	Must be able to speak in front of large groups confidently \r\n•	Valid Drivers license \r\n•	Will have to work weekends and holidays\r\n•	Must be able to lift a minimum of 50 lbs\r\n•	Basic maintenance of the facility\r\n\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nPlease send resumes to: \r\nStephanie Vaughan-Williams\r\ndirector@virginiasafaripark.com \r\n\r\n\r\n', 'Full Time/Seasonal  Keeper', 0, '', 'inherit', 'closed', 'closed', '', '5977-revision-v1', '', '', '2014-05-21 07:47:36', '2014-05-21 12:47:36', '', 5977, 'https://www.aazk.org/5977-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5980, 2, '2014-05-21 09:59:24', '2014-05-21 14:59:24', '', 'May-cover-2014', 0, '', 'inherit', 'closed', 'closed', '', 'may-cover-2014', '', '', '2014-05-21 09:59:24', '2014-05-21 14:59:24', '', 4538, 'https://www.aazk.org/wp-content/uploads/May-cover-2014.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5981, 2, '2014-05-21 09:59:34', '2014-05-21 14:59:34', '&nbsp;\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/May-cover-2014.jpg"><img class="alignnone size-medium wp-image-5980" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/May-cover-2014-235x300.jpg" alt="May-cover-2014" width="235" height="300" /></a>\r\n\r\nIn August of 1972, a short-lived "unofficial" newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level.\r\n\r\nThe idea for Animal Keepers\' Forum grew out of a bull session among keepers at the Topeka Zoo. The original Ruptured Rhino staff, along with several others, were involved in the conception and production of the<strong> first issue of AKF in November of 1974</strong>. It was 3 1/2 pages long, and printed on a mimeograph-type machine. Early issues contained zoo news articles, items on legislation and guest editorials.\r\n\r\nBy June of 1975 the AKF had grown to 13 pages and in November of 1975 celebrated its first anniversary of continuous publication. After the first two issues, it was sold on a subscription basis at $5.00 per year. Although originally the AKF was sold to AAZK members, it didn\'t become the "official" professional journal of the Association until March of 1975. The AKF has always carried the motto "Dedicated to Professional Animal Care".\r\n\r\nIn January 1976, AKF changed its format to a booklet style publication. In 1977 AKF had its first part-time paid editor and also began to be printed commercially. In 1978 the buff colored cover featuring artwork by keepers debuted. The first Excellence in Journalism Awards were given in 1979.\r\n\r\nIn 1981 Susan Chan was hired as Managing Editor for Animal Keepers’ Forum. The AKF has continued to grow in scope and content since that time, now averaging 44 pages per issue.  At least once a year, an issue dedicated to a particular species or topic is produced. AKF contains regular columns on Animal Behavior, Enrichment Options, Crisis Management and legislative issues affecting wildlife and zoos. Each issue also contains articles on animal husbandry, book reviews, a listing of upcoming conferences and symposia and Association news.\r\n\r\nThe Animal Keepers\' Forum has come a long way since its inception when it was printed on a mimeograph machine to today when it is produced with modern desktop publishing computer equipment. It currently reaches approximately <strong>2800 members (including about 150 zoos) in the U.S., Canada and 24 foreign countries</strong>.\r\n\r\nAnimal Keepers’ Forum is celebrating its 40th anniversary of continuous publication this year (2013).\r\n<div class="hr"></div>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '4538-revision-v1', '', '', '2014-05-21 09:59:34', '2014-05-21 14:59:34', '', 4538, 'https://www.aazk.org/4538-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5983, 2, '2014-05-21 10:01:12', '2014-05-21 15:01:12', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info"><span style="line-height: 1.5em;">AAZK Inc. - Cleveland, OH</span></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="info"><a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/May-cover-2014.jpg"><img class="alignnone size-medium wp-image-5980" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/May-cover-2014-235x300.jpg" alt="May-cover-2014" width="235" height="300" /></a></div>\r\n<div class="department"></div>\r\n</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui &amp; Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &amp; Jenni Dyar</em>\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak,\r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard\r\nAlison Mott &amp; Kate Gore', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2014-05-21 10:01:12', '2014-05-21 15:01:12', '', 200, 'https://www.aazk.org/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5984, 3, '2014-05-21 11:50:26', '2014-05-21 16:50:26', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a part-time Equine Instructor to assist with equine horsemanship, care-giving, and beginning riding classes under the provided curriculum.  This person will also monitor the public ensuring the safety of visitors and animals and demonstrate familiarity with key message and communication goals for assigned areas.  Equine Instructors are responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting animal behavior, and performing behavioral enrichment and animal training.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  Equine Instructors run our Horse Hands programs, which is an educational, interactive and fun-filled experience connecting people of all ages to the wonder of horses and horseback riding.\r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include experience in teaching/lessons, knowledge of Western Riding and Horsemanship, CHA Level 1 certification preferred, HS Diploma or equivalent with a preference for a BS degree in Life Science or equivalent, ability to work outdoors in all types of weather, and ability to work a flexible schedule.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  \r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=658&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Keeper I - Instructor/Equine', 0, '', 'publish', 'closed', 'closed', '', 'keeper-i-instructorequine', '', '', '2014-05-21 11:50:27', '2014-05-21 16:50:27', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5984', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5985, 0, '2014-05-21 11:50:26', '2014-05-21 16:50:26', '', 'Keeper I - Instructor/Equine', 0, '', 'inherit', 'closed', 'closed', '', '5984-revision-v1', '', '', '2014-05-21 11:50:26', '2014-05-21 16:50:26', '', 5984, 'https://www.aazk.org/5984-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5986, 0, '2014-05-21 11:50:27', '2014-05-21 16:50:27', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a part-time Equine Instructor to assist with equine horsemanship, care-giving, and beginning riding classes under the provided curriculum.  This person will also monitor the public ensuring the safety of visitors and animals and demonstrate familiarity with key message and communication goals for assigned areas.  Equine Instructors are responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting animal behavior, and performing behavioral enrichment and animal training.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  Equine Instructors run our Horse Hands programs, which is an educational, interactive and fun-filled experience connecting people of all ages to the wonder of horses and horseback riding.\r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include experience in teaching/lessons, knowledge of Western Riding and Horsemanship, CHA Level 1 certification preferred, HS Diploma or equivalent with a preference for a BS degree in Life Science or equivalent, ability to work outdoors in all types of weather, and ability to work a flexible schedule.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  \r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=658&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Keeper I - Instructor/Equine', 0, '', 'inherit', 'closed', 'closed', '', '5984-revision-v1', '', '', '2014-05-21 11:50:27', '2014-05-21 16:50:27', '', 5984, 'https://www.aazk.org/5984-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5987, 3, '2014-05-21 11:51:30', '2014-05-21 16:51:30', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently looking for an Event Facilitator to be responsible for group events at the Zoo.  If you have previous banquet or custodial experience, this may be the job for you!  The Event Facilitator will assist with set-up and break down of event activities, and supervise additional helpers when needed.  This person will also work directly with Caterers, Park Rangers and Bar Staff to execute our events with professionalism and quality guest service. \r\n\r\n\r\n\r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements include possession of a valid driver’s license and ability to work a flexible schedule that may include weekends, evenings, and holidays. All Phoenix Zoo employees must pass pre-employment background checks including a drug test.\r\n<h6>Compensation and benefits</h6>\r\nThis is a full time position with a starting hourly wage between $10.59 – $11.91 and a complete benefits package that includes medical, dental and vision insurance, 401(k) with company match and generous PTO. \r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=659&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Event Facilitator', 0, '', 'publish', 'closed', 'closed', '', 'event-facilitator', '', '', '2014-05-21 11:51:30', '2014-05-21 16:51:30', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5987', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5988, 0, '2014-05-21 11:51:30', '2014-05-21 16:51:30', '', 'Event Facilitator', 0, '', 'inherit', 'closed', 'closed', '', '5987-revision-v1', '', '', '2014-05-21 11:51:30', '2014-05-21 16:51:30', '', 5987, 'https://www.aazk.org/5987-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5989, 0, '2014-05-21 11:51:30', '2014-05-21 16:51:30', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently looking for an Event Facilitator to be responsible for group events at the Zoo.  If you have previous banquet or custodial experience, this may be the job for you!  The Event Facilitator will assist with set-up and break down of event activities, and supervise additional helpers when needed.  This person will also work directly with Caterers, Park Rangers and Bar Staff to execute our events with professionalism and quality guest service. \r\n\r\n\r\n\r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements include possession of a valid driver’s license and ability to work a flexible schedule that may include weekends, evenings, and holidays. All Phoenix Zoo employees must pass pre-employment background checks including a drug test.\r\n<h6>Compensation and benefits</h6>\r\nThis is a full time position with a starting hourly wage between $10.59 – $11.91 and a complete benefits package that includes medical, dental and vision insurance, 401(k) with company match and generous PTO. \r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=659&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Event Facilitator', 0, '', 'inherit', 'closed', 'closed', '', '5987-revision-v1', '', '', '2014-05-21 11:51:30', '2014-05-21 16:51:30', '', 5987, 'https://www.aazk.org/5987-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5991, 3, '2014-05-24 13:32:05', '2014-05-24 18:32:05', '<h5>Facility</h5>\r\n<p>Tanganyika Wildlife Park</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nTanganyika Wildlife Park is seeking a keeper to work with hoof stock.  Daily general care and maintenance of animals and exhibits for Springbok, Cuvier, Red River Hogs, Warthogs, Anoas, Blue Duiker, Zebra, and Petting zoo animals.  Along with Giraffe, Rhinos, Pygmy Hippos, and Tapirs.\r\n<h6>Education and Pre-requisites</h6>\r\nMust be working on a Biology related Degree or have equivalent experience in field work.  Also must already have a background working with similar hoof stock animals.\r\n<h6>Compensation and benefits</h6>\r\nStarting pay is $9.00 per hour.  2 weeks paid vacation after 1 year of employment along with a simple IRA.\r\n<h6>Application instructions</h6>\r\nPlease send cover letters and Resumes to Stephanie Jeter by email to sjeter@twpark.com\r\n', 'Hoofstock Keeper', 0, '', 'publish', 'closed', 'closed', '', 'hoofstock-keeper', '', '', '2014-05-24 13:32:05', '2014-05-24 18:32:05', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=5991', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5992, 0, '2014-05-24 13:32:05', '2014-05-24 18:32:05', '', 'Hoofstock Keeper', 0, '', 'inherit', 'closed', 'closed', '', '5991-revision-v1', '', '', '2014-05-24 13:32:05', '2014-05-24 18:32:05', '', 5991, 'https://www.aazk.org/5991-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5993, 0, '2014-05-24 13:32:05', '2014-05-24 18:32:05', '<h5>Facility</h5>\r\n<p>Tanganyika Wildlife Park</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nTanganyika Wildlife Park is seeking a keeper to work with hoof stock.  Daily general care and maintenance of animals and exhibits for Springbok, Cuvier, Red River Hogs, Warthogs, Anoas, Blue Duiker, Zebra, and Petting zoo animals.  Along with Giraffe, Rhinos, Pygmy Hippos, and Tapirs.\r\n<h6>Education and Pre-requisites</h6>\r\nMust be working on a Biology related Degree or have equivalent experience in field work.  Also must already have a background working with similar hoof stock animals.\r\n<h6>Compensation and benefits</h6>\r\nStarting pay is $9.00 per hour.  2 weeks paid vacation after 1 year of employment along with a simple IRA.\r\n<h6>Application instructions</h6>\r\nPlease send cover letters and Resumes to Stephanie Jeter by email to sjeter@twpark.com\r\n', 'Hoofstock Keeper', 0, '', 'inherit', 'closed', 'closed', '', '5991-revision-v1', '', '', '2014-05-24 13:32:05', '2014-05-24 18:32:05', '', 5991, 'https://www.aazk.org/5991-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5996, 0, '2014-05-27 10:21:57', '2014-05-27 15:21:57', '<h5>Facility</h5>\r\n<p>City of El Paso Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\n***Recruitment will begin May 29, 2014***\r\n\r\nGENERAL PURPOSE:\r\nUnder general supervision, perform duties to support and document health care and feeding of zoo animals. \r\n\r\nTYPICAL DUTIES:\r\nAssist veterinary staff with healthcare of all zoo animals. Involves: Take vital signs. Perform routine medical treatments including give medicine, trim nails and beaks, give vaccinations, and clean and bandage wounds. Take and process x-rays. Draw blood from all species of animals. Dispense prescriptions. Conduct fecal sample analysis. Perform lab tests and send out for diagnosis. Set up and assist in surgery. Perform necropsies of small mammals, fish, avian, and reptiles. Report information to pathologist, pack and mail specimens.\r\n \r\nAssist with quarantine and animal husbandry. Involves: Set up enclosures for specific species. Research diets and prepares for arrival. Prepare temporary diet card for special diet items. Feed, clean and observe animals. Ensure quarantine animals are in good health. Disinfect animal enclosure after animal departure. Collect fecal samples. Give medication as required. Keep accurate records of consumption and temperature. \r\n \r\nPerform maintenance and record keeping duties for zoo. Involves: Clean and disinfect exam and treatment rooms, surgery and scrub rooms, laboratory, pharmacy, x-ray and quarantine areas. Sterilize surgical instruments, drapes and equipment. Receive, log, tag and store medical equipment, supplies and medications. Establish and maintain animal medical files. Input data into computerized program. Contact other zoos, laboratories and research facilities for medical information. Keep logs of consumption, medical treatment, parasitology, observation and other necessary data. Answer questions about the zoo as needed.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nEducation and Experience: A High School diploma or GED, and one (1) year animal health care experience under the supervision of a veterinarian. \r\n<h6>Compensation and benefits</h6>\r\nSalary:  $13.29 - $20.47 Hourly\r\n<h6>Application instructions</h6>\r\nNote: Recruitment will begin on May 29, 2014.  On May 29, 2014, interested applicants must go to www.elpasotexas.gov to apply. Applications are only accepted online. Applicants are encouraged to apply immediately on May 29, 2014.  This position will close once a preset number of qualified applications have been received.\r\n\r\nFor questions, contact Maricruz Shark at 915 212-1268.\r\n', 'Veterinary Assistant', 0, '', 'inherit', 'closed', 'closed', '', '5994-revision-v1', '', '', '2014-05-27 10:21:57', '2014-05-27 15:21:57', '', 5994, 'https://www.aazk.org/5994-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5997, 2, '2014-05-27 15:26:12', '2014-05-27 20:26:12', 'A 12oz. Aluminum Drink Bottle with the AAZK Logo.  Screw top, carabiner with steel carrying ring.', 'AAZK Logo Drink Bottle', 0, '', 'publish', 'closed', 'closed', '', 'aazk-logo-drink-bottle', '', '', '2014-05-27 15:27:09', '2014-05-27 20:27:09', '', 0, 'https://www.aazk.org/shop/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (5998, 2, '2014-05-27 15:23:17', '2014-05-27 20:23:17', '', 'Water Bottle', 0, '', 'inherit', 'closed', 'closed', '', 'water-bottle', '', '', '2014-05-27 15:23:17', '2014-05-27 20:23:17', '', 5997, 'https://www.aazk.org/wp-content/uploads/Water-Bottle.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (5999, 2, '2014-05-27 15:30:18', '2014-05-27 20:30:18', 'A 2" x 3" AAZK Logo Magnet.  Perfect for the Fridge or your Locker!', 'AAZK Logo Magnet', 0, '', 'publish', 'closed', 'closed', '', 'aazk-logo-magnet', '', '', '2014-05-27 15:30:18', '2014-05-27 20:30:18', '', 0, 'https://www.aazk.org/shop/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6000, 2, '2014-05-27 15:29:03', '2014-05-27 20:29:03', '', 'Magnet', 0, '', 'inherit', 'closed', 'closed', '', 'magnet', '', '', '2014-05-27 15:29:03', '2014-05-27 20:29:03', '', 5999, 'https://www.aazk.org/wp-content/uploads/Magnet.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (6001, 2, '2014-05-27 15:31:02', '0000-00-00 00:00:00', '', 'AAZK Logo Can-Coolit', 0, '', 'draft', 'closed', 'closed', '', '', '', '', '2014-05-27 15:31:02', '2014-05-27 20:31:02', '', 0, 'https://www.aazk.org/shop/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6002, 2, '2014-05-27 15:31:20', '2014-05-27 20:31:20', '', 'Coolit', 0, '', 'inherit', 'closed', 'closed', '', 'coolit', '', '', '2014-05-27 15:31:20', '2014-05-27 20:31:20', '', 6001, 'https://www.aazk.org/wp-content/uploads/Coolit.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (6003, 2, '2014-05-27 15:34:41', '2014-05-27 20:34:41', 'An AAZK Logo Can Coolit - perfect for your drink of choice!', 'AAZK Logo Can-Coolit', 0, '', 'publish', 'closed', 'closed', '', 'aazk-logo-can-coolit', '', '', '2014-05-27 15:35:26', '2014-05-27 20:35:26', '', 0, 'https://www.aazk.org/shop/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6004, 2, '2014-05-27 15:34:29', '2014-05-27 20:34:29', 'An AAZK Logo Can Coolit - perfect for your drink of choice!', 'AAZK Logo Can-Coolit (Black)', 0, '', 'inherit', 'open', 'closed', '', 'aazk-logo-can-coolit-black', '', '', '2014-05-27 15:34:29', '2014-05-27 20:34:29', '', 6003, 'https://www.aazk.org/shop/%wpsc_product_category%//aazk-logo-can-coolit-black/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6005, 2, '2014-05-27 15:34:29', '2014-05-27 20:34:29', 'An AAZK Logo Can Coolit - perfect for your drink of choice!', 'AAZK Logo Can-Coolit (Navy)', 0, '', 'inherit', 'open', 'closed', '', 'aazk-logo-can-coolit-navy', '', '', '2014-05-27 15:34:29', '2014-05-27 20:34:29', '', 6003, 'https://www.aazk.org/shop/%wpsc_product_category%//aazk-logo-can-coolit-navy/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6006, 2, '2014-05-27 15:34:29', '2014-05-27 20:34:29', 'An AAZK Logo Can Coolit - perfect for your drink of choice!', 'AAZK Logo Can-Coolit (Red)', 0, '', 'inherit', 'open', 'closed', '', 'aazk-logo-can-coolit-red', '', '', '2014-05-27 15:34:29', '2014-05-27 20:34:29', '', 6003, 'https://www.aazk.org/shop/%wpsc_product_category%//aazk-logo-can-coolit-red/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6007, 3, '2014-05-27 16:40:17', '2014-05-27 21:40:17', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is looking for a Collection Manager for our Primates. Under direction of the Animal Curator, the Collection Manager is responsible for the organization and operation of the Primates department through effective management of staff, animal care and facilities.  This individual will supervise and manage a team of keepers and ensure husbandry and behavioral management practices that support the Phoenix Zoo’s mission and core values. Currently, the Primates trail has 6 employees and approximately 55 primates, as well as some birds and other mammals in mixed exhibits. The Collection Manager must effectively recruit and train staff, maintain the schedule and payroll duties, and conduct performance management. Additionally, the Collection Manager must create, foster and maintain a positive team-orientated work environment through effective leadership communication, coaching and mentoring. Extensive animal knowledge is needed as the individual in this position will be expected to evaluate and maintain the care and well-being of the animals on the assigned trail and apply established husbandry, nutritional and behavioral management standards. Presentation skills will be key as well as this position will occasionally conduct tours and assist with media and interviews, and assist with the development of interpretive material, messaging and guest experiences. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  The Primate keepers have many opportunities to inspire guests; the Phoenix Zoo has the only walk-through squirrel monkey exhibit in the United States, allowing guests to walk into an open exhibit where squirrel monkeys scamper through bushes and trees just inches away.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. \r\n\r\n\r\n\r\n \r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include a Bachelor’s degree in life science or equivalent experience, 5 years’ experience working with exotic animal husbandry at an accredited AZA institution or related facility, 3 years’ supervisory experience preferred. Applicants must demonstrate proven organizational skills with the ability to multi-task and meet deadlines, excellent oral and written communication, interpersonal and managerial skills, and an ability to successfully solve complex problems and serve as resource to others. All Phoenix Zoo employees are requires to pass pre-employment background checks including a drug test, this position also requires a valid driver’s license and clear annual TB testing.\r\n<h6>Compensation and benefits</h6>\r\nThis full time, year-round exempt level position has an hourly wage of $15.75 - $17.72, DOE, and comes with our full benefits package that includes medical, dental and vision insurance, 401(k) with company match, and generous paid time off.\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at: \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=661&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Collection Manager (Primates)', 0, '', 'publish', 'closed', 'closed', '', 'collection-manager-primates', '', '', '2014-05-27 16:40:17', '2014-05-27 21:40:17', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6007', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6008, 0, '2014-05-27 16:40:17', '2014-05-27 21:40:17', '', 'Collection Manager (Primates)', 0, '', 'inherit', 'closed', 'closed', '', '6007-revision-v1', '', '', '2014-05-27 16:40:17', '2014-05-27 21:40:17', '', 6007, 'https://www.aazk.org/6007-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6009, 0, '2014-05-27 16:40:17', '2014-05-27 21:40:17', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is looking for a Collection Manager for our Primates. Under direction of the Animal Curator, the Collection Manager is responsible for the organization and operation of the Primates department through effective management of staff, animal care and facilities.  This individual will supervise and manage a team of keepers and ensure husbandry and behavioral management practices that support the Phoenix Zoo’s mission and core values. Currently, the Primates trail has 6 employees and approximately 55 primates, as well as some birds and other mammals in mixed exhibits. The Collection Manager must effectively recruit and train staff, maintain the schedule and payroll duties, and conduct performance management. Additionally, the Collection Manager must create, foster and maintain a positive team-orientated work environment through effective leadership communication, coaching and mentoring. Extensive animal knowledge is needed as the individual in this position will be expected to evaluate and maintain the care and well-being of the animals on the assigned trail and apply established husbandry, nutritional and behavioral management standards. Presentation skills will be key as well as this position will occasionally conduct tours and assist with media and interviews, and assist with the development of interpretive material, messaging and guest experiences. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  The Primate keepers have many opportunities to inspire guests; the Phoenix Zoo has the only walk-through squirrel monkey exhibit in the United States, allowing guests to walk into an open exhibit where squirrel monkeys scamper through bushes and trees just inches away.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. \r\n\r\n\r\n\r\n \r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include a Bachelor’s degree in life science or equivalent experience, 5 years’ experience working with exotic animal husbandry at an accredited AZA institution or related facility, 3 years’ supervisory experience preferred. Applicants must demonstrate proven organizational skills with the ability to multi-task and meet deadlines, excellent oral and written communication, interpersonal and managerial skills, and an ability to successfully solve complex problems and serve as resource to others. All Phoenix Zoo employees are requires to pass pre-employment background checks including a drug test, this position also requires a valid driver’s license and clear annual TB testing.\r\n<h6>Compensation and benefits</h6>\r\nThis full time, year-round exempt level position has an hourly wage of $15.75 - $17.72, DOE, and comes with our full benefits package that includes medical, dental and vision insurance, 401(k) with company match, and generous paid time off.\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at: \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=661&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Collection Manager (Primates)', 0, '', 'inherit', 'closed', 'closed', '', '6007-revision-v1', '', '', '2014-05-27 16:40:17', '2014-05-27 21:40:17', '', 6007, 'https://www.aazk.org/6007-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6010, 3, '2014-05-27 16:41:43', '2014-05-27 21:41:43', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nLions, tigers and bears, oh my!\r\n\r\nThe Phoenix Zoo is currently looking for a Senior Keeper for our Carnivores.  Senior Keepers must demonstrate significant knowledge of husbandry practices and be able lead and mentor staff in the performance of these practices.  Daily tasks include observation and reporting on all assigned animals, including dietary observations with a knowledge of nutritional requirements for assigned species, amend and update standard operating procedures and train staff on area SOP’s ensuring training protocols are being followed, initiate engagement and interaction with guests of all ages, develop interactive animal programs, perform cleaning and maintenance of assigned exhibits and make minor repairs when needed, and provide leadership in emergency situations. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. \r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nThis position requires a BS degree in Life Science or equivalent experience and at least 5 years paid work relevant to animal husbandry.  Other minimum qualifications include behavioral enrichment or operant conditioning experience, extensive knowledge of exotic animal nutrition and public engagement and communication. All Phoenix Zoo employees are required to pass a pre-employment background check and drug screen, this position will also require an annual TB test and a valid driver’s license.  \r\n<h6>Compensation and benefits</h6>\r\nThis full-time position pays $14.30/hour and includes our full benefits package with medical, dental, vision, 401(k) with company match and generous paid time off.\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at: \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=665&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Senior Keeper - Carnivores', 0, '', 'publish', 'closed', 'closed', '', 'senior-keeper-carnivores', '', '', '2014-05-27 16:41:43', '2014-05-27 21:41:43', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6010', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6011, 0, '2014-05-27 16:41:43', '2014-05-27 21:41:43', '', 'Senior Keeper - Carnivores', 0, '', 'inherit', 'closed', 'closed', '', '6010-revision-v1', '', '', '2014-05-27 16:41:43', '2014-05-27 21:41:43', '', 6010, 'https://www.aazk.org/6010-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6012, 0, '2014-05-27 16:41:43', '2014-05-27 21:41:43', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nLions, tigers and bears, oh my!\r\n\r\nThe Phoenix Zoo is currently looking for a Senior Keeper for our Carnivores.  Senior Keepers must demonstrate significant knowledge of husbandry practices and be able lead and mentor staff in the performance of these practices.  Daily tasks include observation and reporting on all assigned animals, including dietary observations with a knowledge of nutritional requirements for assigned species, amend and update standard operating procedures and train staff on area SOP’s ensuring training protocols are being followed, initiate engagement and interaction with guests of all ages, develop interactive animal programs, perform cleaning and maintenance of assigned exhibits and make minor repairs when needed, and provide leadership in emergency situations. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. \r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nThis position requires a BS degree in Life Science or equivalent experience and at least 5 years paid work relevant to animal husbandry.  Other minimum qualifications include behavioral enrichment or operant conditioning experience, extensive knowledge of exotic animal nutrition and public engagement and communication. All Phoenix Zoo employees are required to pass a pre-employment background check and drug screen, this position will also require an annual TB test and a valid driver’s license.  \r\n<h6>Compensation and benefits</h6>\r\nThis full-time position pays $14.30/hour and includes our full benefits package with medical, dental, vision, 401(k) with company match and generous paid time off.\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at: \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=665&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Senior Keeper - Carnivores', 0, '', 'inherit', 'closed', 'closed', '', '6010-revision-v1', '', '', '2014-05-27 16:41:43', '2014-05-27 21:41:43', '', 6010, 'https://www.aazk.org/6010-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6013, 3, '2014-05-27 17:09:38', '2014-05-27 22:09:38', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a full-time Conservation Technician.  This person will be responsible for maintaining the safety, health and well-being of all assigned conservation specimens through the performance of documented husbandry practices.  Conservation Technicians monitor and report dietary consumption, observe and report any health or behavioral concerns or abnormalities, and participate in field conservation activities as assigned.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. The Conservation department cares for many of them, and they have been instrumental in the progress of our Arabian Oryx efforts, leading to the first time in IUCN history that a species has been upgraded from “endangered” to “vulnerable”.\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include a HS Diploma with a preference for a BS Degree in Life Science or related field, 1 year experience in work relevant to animal husbandry, and a valid driver’s license.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing. \r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\n\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at: \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=660&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Conservation Technician', 0, '', 'publish', 'closed', 'closed', '', 'conservation-technician', '', '', '2014-05-27 17:09:38', '2014-05-27 22:09:38', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6013', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6014, 0, '2014-05-27 17:09:38', '2014-05-27 22:09:38', '', 'Conservation Technician', 0, '', 'inherit', 'closed', 'closed', '', '6013-revision-v1', '', '', '2014-05-27 17:09:38', '2014-05-27 22:09:38', '', 6013, 'https://www.aazk.org/6013-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6015, 0, '2014-05-27 17:09:38', '2014-05-27 22:09:38', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a full-time Conservation Technician.  This person will be responsible for maintaining the safety, health and well-being of all assigned conservation specimens through the performance of documented husbandry practices.  Conservation Technicians monitor and report dietary consumption, observe and report any health or behavioral concerns or abnormalities, and participate in field conservation activities as assigned.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. The Conservation department cares for many of them, and they have been instrumental in the progress of our Arabian Oryx efforts, leading to the first time in IUCN history that a species has been upgraded from “endangered” to “vulnerable”.\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include a HS Diploma with a preference for a BS Degree in Life Science or related field, 1 year experience in work relevant to animal husbandry, and a valid driver’s license.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing. \r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\n\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at: \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=660&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Conservation Technician', 0, '', 'inherit', 'closed', 'closed', '', '6013-revision-v1', '', '', '2014-05-27 17:09:38', '2014-05-27 22:09:38', '', 6013, 'https://www.aazk.org/6013-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6016, 3, '2014-05-29 16:02:53', '2014-05-29 21:02:53', '<h5>Facility</h5>\r\n<p>San Francisco Zoological Society</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThis is an As-Needed position, therefore there is no guarantee of hours.  The ideal candidate will be available to work weekdays, weekends and holidays.\r\n\r\nSubject to collective bargaining agreement \r\n\r\nSUMMARY: Under general supervision, has responsibility for the care, welfare and safety of animal exhibits including rare or valuable specimens; maintains the physical quarters, surroundings and/or environment of such animals; answers questions and gives information to the visiting public; and performs related duties as required. Requires responsibility for: carrying out existing methods and procedures relating to care, maintenance, safety of valuable and/or rare species and making numerous contacts with the public and other employees. \r\n\r\nESSENTIAL DUTIES &amp; RESPONSIBILITIES include the following. Other duties may be assigned.\r\n\r\nCleans and maintains enclosures, cages, stalls, moats, barns, pools, yards, roads and related areas; removes animal excrement and food remnants; rakes sand and leaves; sweeps and hoses down area as necessary.\r\nPrepares food for animals; regulates and distributes food once prepared; loads and unloads foodstuffs; maintains feed and storage areas.\r\nObserves behavior of animals on both a day-to-day and long-term basis; notes any unusual behavior, signs of illness or injury, change in appetite, start of breeding cycle, or lack of compatibility with group members and reports same to Veterinarian or supervisory personnel; assists in administering medication or other treatments for illness or injury as directed.\r\nAnswers questions or gives information regarding animals, zoo operations, and zoo exhibits to the visiting public; maintains crowd control when animals are loose or being moved; observes the public to prevent malicious acts which could result in harm to the public, or zoo animals or loss of zoo property.\r\nAssists in the crating and uncrating of animals; catches and restrains as necessary; may assist in transfer between locations.\r\nDesigns and builds displays within existing enclosures; assists with the planning and care of landscaped areas within or near enclosures; makes minor and emergency repairs to zoo equipment and facilities; assists maintenance personnel in repair or maintenance work.\r\nPrepares and maintains food, drives a vehicle to deliver equipment, materials or supplies; or performs related duties as required.\r\nInteracts with Zoo visitors and staff courteously and offers proper attention at all times.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nREQUIRED QUALIFICATIONS:  To perform this job successfully, an individual must be able to perform each essential duty satisfactorily. The requirements listed below are representative of the knowledge, skill, and/or ability required. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. \r\n\r\nDESIRED QUALIFICATIONS:  The San Francisco Zoo encourages bilingual candidates to apply.\r\n\r\nEDUCATION: High school diploma or general education degree (GED)\r\n\r\nEXPERIENCE: One year paid experience working with ranch, farm, or exotic animals. A degree from an institution offering specialized animal management programs with a hands-on component or an internship working with animals may meet this qualification.  Ability to read and interpret documents such as safety rules, operating and maintenance instructions, and procedure manuals. Ability to write routine reports and correspondence.  Ability to speak effectively before groups.  Ability to work in a team environment and be a team player.  Ability to interpret a variety of instructions furnished in written, oral, diagram, or schedule form.\r\n\r\nDESIRED EXPERIENCE &amp; SKILLS:  Minimum 1 year experience in an AZA accredited institution preferred.\r\n\r\nCERTIFICATES, LICENSES, REGISTRATIONS: A valid Drivers License.\r\n\r\nPHYSICAL DEMANDS: The physical demands described here are representative of those that must be met by an employee to successfully perform the essential functions of this job. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. While performing the duties of this job, the employee is regularly required to stand and walk.  The employee frequently is required to reach with hands and arms and talk or hear.  The employee is occasionally required to climb or balance and stoop, kneel, crouch, or crawl.  The employee must regularly lift and/or move up to 50 pounds and occasionally lift and/or move up to 80 pounds.\r\n\r\nWORK ENVIRONMENT: The work environment characteristics described here are representative of those an employee encounters while performing the essential functions of this job. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. While performing the duties of this job, the employee is regularly exposed to outside weather conditions.  The employee is occasionally exposed to moving mechanical parts.  The noise level in the work environment is usually moderate. While performing the duties of this job, the employee is frequently exposed to potentially hazardous animals. May involve exposure to possible serious accidents or injury and to very disagreeable working conditions in handling dangerous or sick animals or raw sewage and other refuse.\r\n\r\n\r\n<h6>Compensation and benefits</h6>\r\nSALARY:  $18.52 - $26.41 \r\n\r\n\r\n<h6>Application instructions</h6>\r\nTO APPLY:  Please complete an application at www.sfzoo.org.  Please include a resume and letter of interest detailing your experience as it relates to this position.  EOE.\r\n\r\n', 'Animal Keepers - As Needed', 0, '', 'publish', 'closed', 'closed', '', 'animal-keepers-as-needed', '', '', '2014-05-29 16:02:53', '2014-05-29 21:02:53', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6016', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6017, 0, '2014-05-29 16:02:53', '2014-05-29 21:02:53', '', 'Animal Keepers - As Needed', 0, '', 'inherit', 'closed', 'closed', '', '6016-revision-v1', '', '', '2014-05-29 16:02:53', '2014-05-29 21:02:53', '', 6016, 'https://www.aazk.org/6016-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6018, 0, '2014-05-29 16:02:53', '2014-05-29 21:02:53', '<h5>Facility</h5>\r\n<p>San Francisco Zoological Society</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThis is an As-Needed position, therefore there is no guarantee of hours.  The ideal candidate will be available to work weekdays, weekends and holidays.\r\n\r\nSubject to collective bargaining agreement \r\n\r\nSUMMARY: Under general supervision, has responsibility for the care, welfare and safety of animal exhibits including rare or valuable specimens; maintains the physical quarters, surroundings and/or environment of such animals; answers questions and gives information to the visiting public; and performs related duties as required. Requires responsibility for: carrying out existing methods and procedures relating to care, maintenance, safety of valuable and/or rare species and making numerous contacts with the public and other employees. \r\n\r\nESSENTIAL DUTIES &amp; RESPONSIBILITIES include the following. Other duties may be assigned.\r\n\r\nCleans and maintains enclosures, cages, stalls, moats, barns, pools, yards, roads and related areas; removes animal excrement and food remnants; rakes sand and leaves; sweeps and hoses down area as necessary.\r\nPrepares food for animals; regulates and distributes food once prepared; loads and unloads foodstuffs; maintains feed and storage areas.\r\nObserves behavior of animals on both a day-to-day and long-term basis; notes any unusual behavior, signs of illness or injury, change in appetite, start of breeding cycle, or lack of compatibility with group members and reports same to Veterinarian or supervisory personnel; assists in administering medication or other treatments for illness or injury as directed.\r\nAnswers questions or gives information regarding animals, zoo operations, and zoo exhibits to the visiting public; maintains crowd control when animals are loose or being moved; observes the public to prevent malicious acts which could result in harm to the public, or zoo animals or loss of zoo property.\r\nAssists in the crating and uncrating of animals; catches and restrains as necessary; may assist in transfer between locations.\r\nDesigns and builds displays within existing enclosures; assists with the planning and care of landscaped areas within or near enclosures; makes minor and emergency repairs to zoo equipment and facilities; assists maintenance personnel in repair or maintenance work.\r\nPrepares and maintains food, drives a vehicle to deliver equipment, materials or supplies; or performs related duties as required.\r\nInteracts with Zoo visitors and staff courteously and offers proper attention at all times.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nREQUIRED QUALIFICATIONS:  To perform this job successfully, an individual must be able to perform each essential duty satisfactorily. The requirements listed below are representative of the knowledge, skill, and/or ability required. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. \r\n\r\nDESIRED QUALIFICATIONS:  The San Francisco Zoo encourages bilingual candidates to apply.\r\n\r\nEDUCATION: High school diploma or general education degree (GED)\r\n\r\nEXPERIENCE: One year paid experience working with ranch, farm, or exotic animals. A degree from an institution offering specialized animal management programs with a hands-on component or an internship working with animals may meet this qualification.  Ability to read and interpret documents such as safety rules, operating and maintenance instructions, and procedure manuals. Ability to write routine reports and correspondence.  Ability to speak effectively before groups.  Ability to work in a team environment and be a team player.  Ability to interpret a variety of instructions furnished in written, oral, diagram, or schedule form.\r\n\r\nDESIRED EXPERIENCE &amp; SKILLS:  Minimum 1 year experience in an AZA accredited institution preferred.\r\n\r\nCERTIFICATES, LICENSES, REGISTRATIONS: A valid Drivers License.\r\n\r\nPHYSICAL DEMANDS: The physical demands described here are representative of those that must be met by an employee to successfully perform the essential functions of this job. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. While performing the duties of this job, the employee is regularly required to stand and walk.  The employee frequently is required to reach with hands and arms and talk or hear.  The employee is occasionally required to climb or balance and stoop, kneel, crouch, or crawl.  The employee must regularly lift and/or move up to 50 pounds and occasionally lift and/or move up to 80 pounds.\r\n\r\nWORK ENVIRONMENT: The work environment characteristics described here are representative of those an employee encounters while performing the essential functions of this job. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. While performing the duties of this job, the employee is regularly exposed to outside weather conditions.  The employee is occasionally exposed to moving mechanical parts.  The noise level in the work environment is usually moderate. While performing the duties of this job, the employee is frequently exposed to potentially hazardous animals. May involve exposure to possible serious accidents or injury and to very disagreeable working conditions in handling dangerous or sick animals or raw sewage and other refuse.\r\n\r\n\r\n<h6>Compensation and benefits</h6>\r\nSALARY:  $18.52 - $26.41 \r\n\r\n\r\n<h6>Application instructions</h6>\r\nTO APPLY:  Please complete an application at www.sfzoo.org.  Please include a resume and letter of interest detailing your experience as it relates to this position.  EOE.\r\n\r\n', 'Animal Keepers - As Needed', 0, '', 'inherit', 'closed', 'closed', '', '6016-revision-v1', '', '', '2014-05-29 16:02:53', '2014-05-29 21:02:53', '', 6016, 'https://www.aazk.org/6016-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6019, 3, '2014-05-29 16:28:40', '2014-05-29 21:28:40', '<h5>Facility</h5>\r\n<p>Hutchinson Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nJOB SUMMARY\r\nThe Hutchinson Zoo is looking for an applicant with familiarity with reptiles including experience with venomous species as well as other taxa; is detail oriented and communicates effectively.  The ideal candidate should be able to show initiative in developing and growing our reptile collection.\r\n\r\nUnder the supervision of the Zoo Curator, this position performs the full range of activities required for the care and management of animals in a municipal zoo collection including maintaining a safe, healthy, clean, and attractive living environment and provides courteous assistance to the public. This employee should possess excellent public relation and organizational skills. \r\n\r\nESSENTIAL FUNCTIONS		\r\n\r\n•	Observes, interprets, and documents animal behaviors, health status, and food consumption; advises supervisory staff of problems or concerns; Provides animals with adequate diets, fresh water and activities to maintain animal physical and psychological well-being; Provide care for animals such as vaccinating, worming and other treatments; providing proper habitats for mammals, reptiles and birds; weighing animals;\r\n\r\n•	Maintains indoor and outdoor cages, enclosures, exhibits, holding cages and service areas by cleaning, disinfecting and performing general maintenance to these areas as needed; Conducts scheduled inspections of their areas and  grounds to ensure animal well-being and the security of City property; Assists the veterinarian in the evaluation, diagnosis, medication,  and treatment of animals; administers first aid to injured or sick animals;\r\n\r\n•	Performs preventative or routine maintenance of animal environments including collection, installation, and/or maintenance of furnishings and substrates;  Opens and closes zoo buildings and grounds and assists in providing security during public hours; Assists in providing zoo visitors informational, promotional, and educational opportunities.\r\n\r\n\r\n\r\n\r\n\r\nOTHER CHARACTERISTICS\r\n\r\nAbility to:\r\n\r\n•	Operate a weed-eater, lawn mower, department vehicles, tractors, and other department equipment;\r\n\r\n•	Understand and anticipate problems, to enforce department safety policies and procedures, and to interpret written instructions, wildlife laws, reports, and manuals; and\r\n\r\n•	Effectively communicate with co-workers, supervisors, and the general public. \r\n\r\n\r\nKnowledge of: \r\n\r\n•	Animal maintenance and care, department policies and procedures, animal husbandry, and some mathematics.\r\n\r\nSkilled in:\r\n\r\n•	Excellent public relation, organizational, oral and written communication skills.\r\n\r\n\r\n\r\nENVIRONMENTAL CONDITIONS &amp; PHYSICAL DEMANDS\r\n\r\n\r\nWorking Conditions:\r\n\r\nSome adverse working conditions exist within this position.  Exposure to blood borne pathogens, hazardous chemicals, work in confined spaces, and all types of weather conditions is expected.  This employee handles potentially dangerous animals. \r\n\r\nPhysical Requirements: \r\nManual labor including lifting and carrying heavy objects, extensive walking, and the ability to operate departmental equipment is required daily in this position.\r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nExperience: \r\nOne year of full time paid work experience in a zoological, wildlife park or a closely related environment is required.  Employee is expected to have acquired the necessary information and skills to perform the job reasonably well within one year of employment.\r\n\r\nEducation:\r\nA bachelor’s degree in biology, zoology, or a related field and one (1) year of verifiable experience in the care and feeding of a variety of exotic animals is desirable.\r\n\r\nCertifications and Licenses: \r\nThis employee must possess a valid Kansas Driver’s License.\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo apply or inquire for further information please contact:\r\n\r\nKiley Buggeln, Curator\r\nemail: kileyb@hutchgov.com \r\nphone: 620-694-2653\r\n', 'Zookeeper', 0, '', 'publish', 'closed', 'closed', '', 'zookeeper-2', '', '', '2014-05-29 16:28:41', '2014-05-29 21:28:41', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6019', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6020, 0, '2014-05-29 16:28:40', '2014-05-29 21:28:40', '', 'Zookeeper', 0, '', 'inherit', 'closed', 'closed', '', '6019-revision-v1', '', '', '2014-05-29 16:28:40', '2014-05-29 21:28:40', '', 6019, 'https://www.aazk.org/6019-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6021, 0, '2014-05-29 16:28:41', '2014-05-29 21:28:41', '<h5>Facility</h5>\r\n<p>Hutchinson Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nJOB SUMMARY\r\nThe Hutchinson Zoo is looking for an applicant with familiarity with reptiles including experience with venomous species as well as other taxa; is detail oriented and communicates effectively.  The ideal candidate should be able to show initiative in developing and growing our reptile collection.\r\n\r\nUnder the supervision of the Zoo Curator, this position performs the full range of activities required for the care and management of animals in a municipal zoo collection including maintaining a safe, healthy, clean, and attractive living environment and provides courteous assistance to the public. This employee should possess excellent public relation and organizational skills. \r\n\r\nESSENTIAL FUNCTIONS		\r\n\r\n•	Observes, interprets, and documents animal behaviors, health status, and food consumption; advises supervisory staff of problems or concerns; Provides animals with adequate diets, fresh water and activities to maintain animal physical and psychological well-being; Provide care for animals such as vaccinating, worming and other treatments; providing proper habitats for mammals, reptiles and birds; weighing animals;\r\n\r\n•	Maintains indoor and outdoor cages, enclosures, exhibits, holding cages and service areas by cleaning, disinfecting and performing general maintenance to these areas as needed; Conducts scheduled inspections of their areas and  grounds to ensure animal well-being and the security of City property; Assists the veterinarian in the evaluation, diagnosis, medication,  and treatment of animals; administers first aid to injured or sick animals;\r\n\r\n•	Performs preventative or routine maintenance of animal environments including collection, installation, and/or maintenance of furnishings and substrates;  Opens and closes zoo buildings and grounds and assists in providing security during public hours; Assists in providing zoo visitors informational, promotional, and educational opportunities.\r\n\r\n\r\n\r\n\r\n\r\nOTHER CHARACTERISTICS\r\n\r\nAbility to:\r\n\r\n•	Operate a weed-eater, lawn mower, department vehicles, tractors, and other department equipment;\r\n\r\n•	Understand and anticipate problems, to enforce department safety policies and procedures, and to interpret written instructions, wildlife laws, reports, and manuals; and\r\n\r\n•	Effectively communicate with co-workers, supervisors, and the general public. \r\n\r\n\r\nKnowledge of: \r\n\r\n•	Animal maintenance and care, department policies and procedures, animal husbandry, and some mathematics.\r\n\r\nSkilled in:\r\n\r\n•	Excellent public relation, organizational, oral and written communication skills.\r\n\r\n\r\n\r\nENVIRONMENTAL CONDITIONS &amp; PHYSICAL DEMANDS\r\n\r\n\r\nWorking Conditions:\r\n\r\nSome adverse working conditions exist within this position.  Exposure to blood borne pathogens, hazardous chemicals, work in confined spaces, and all types of weather conditions is expected.  This employee handles potentially dangerous animals. \r\n\r\nPhysical Requirements: \r\nManual labor including lifting and carrying heavy objects, extensive walking, and the ability to operate departmental equipment is required daily in this position.\r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nExperience: \r\nOne year of full time paid work experience in a zoological, wildlife park or a closely related environment is required.  Employee is expected to have acquired the necessary information and skills to perform the job reasonably well within one year of employment.\r\n\r\nEducation:\r\nA bachelor’s degree in biology, zoology, or a related field and one (1) year of verifiable experience in the care and feeding of a variety of exotic animals is desirable.\r\n\r\nCertifications and Licenses: \r\nThis employee must possess a valid Kansas Driver’s License.\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo apply or inquire for further information please contact:\r\n\r\nKiley Buggeln, Curator\r\nemail: kileyb@hutchgov.com \r\nphone: 620-694-2653\r\n', 'Zookeeper', 0, '', 'inherit', 'closed', 'closed', '', '6019-revision-v1', '', '', '2014-05-29 16:28:41', '2014-05-29 21:28:41', '', 6019, 'https://www.aazk.org/6019-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6022, 3, '2014-05-30 12:24:10', '2014-05-30 17:24:10', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is seeking a full-time keeper to join our Hoofstock team.  This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting animal behavior, performing behavioral enrichment and animal training, and providing positive guest experiences. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements include 6 months paid or 1 year volunteer experience in animal husbandry, possession of a valid driver’s license, and a preference for a candidate with a bachelor’s degree in Life Science or related field. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  \r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements, and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=666&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n\r\n', 'Keeper I - Hoofstock', 0, '', 'publish', 'closed', 'closed', '', 'keeper-i-hoofstock', '', '', '2014-05-30 12:24:10', '2014-05-30 17:24:10', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6022', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6023, 0, '2014-05-30 12:24:10', '2014-05-30 17:24:10', '', 'Keeper I - Hoofstock', 0, '', 'inherit', 'closed', 'closed', '', '6022-revision-v1', '', '', '2014-05-30 12:24:10', '2014-05-30 17:24:10', '', 6022, 'https://www.aazk.org/6022-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6024, 0, '2014-05-30 12:24:10', '2014-05-30 17:24:10', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is seeking a full-time keeper to join our Hoofstock team.  This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting animal behavior, performing behavioral enrichment and animal training, and providing positive guest experiences. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements include 6 months paid or 1 year volunteer experience in animal husbandry, possession of a valid driver’s license, and a preference for a candidate with a bachelor’s degree in Life Science or related field. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  \r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements, and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=666&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n\r\n', 'Keeper I - Hoofstock', 0, '', 'inherit', 'closed', 'closed', '', '6022-revision-v1', '', '', '2014-05-30 12:24:10', '2014-05-30 17:24:10', '', 6022, 'https://www.aazk.org/6022-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6025, 3, '2014-05-30 12:54:03', '2014-05-30 17:54:03', '<h5>Facility</h5>\r\n<p>Houston Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Houston Zoo is seeking an experienced, people-oriented individual for the position of Zoo Supervisor in our Children’s Zoo Program Animal Section. The Children’s Zoo is a multi-taxa department housing over 80 species of mammals, birds, reptiles, amphibians, and invertebrates. The focus of the collection and the staff is on creating lifelong connections between people and animals. The Program Animal Section within the Children’s Zoo houses an additional 40 species of animals that are used in both onsite and offsite educational programming and presentations.  \r\n\r\nDuties of this position include, but are not limited to, the co-supervision of a staff of 19 keepers, including the selection, development, evaluation, performance management, and scheduling of employees. Supervisors oversee and participate in the daily husbandry (including diets, training, enrichment, propagation, and health care), exhibit maintenance and upkeep, coordination of animal shipments, guest experience, as well as in educational, media, and conservation programs. In addition, the Program Animal Zoo Supervisor will coordinate the activities of trainers and training teams and will be responsible for training staff, volunteers, and animals for presentations. Other duties for this position are outlined in the job description below.\r\n \r\nThe successful candidate for this position will be a motivated, energetic, and a team-oriented individual with good problem solving, written/oral communication, and organizational/interpersonal skills. This candidate must have experience managing similar programs, must have an extensive background in operant conditioning with a variety of taxa, excellent public speaking and presentation skills, and must be comfortable speaking on camera for media presentations. \r\n\r\nRESPONSIBILITIES:\r\n•	Directs personnel, including volunteers, in the care, maintenance and display of domestic and exotic animals.\r\n•	Responsible for the selection, development, evaluation, and performance management of direct reports. \r\n•	Directs, organizes, prioritizes, and schedules work assignments within section. \r\n•	Observes and evaluates the physical and behavioral condition of animals; documents and communicates to Curator and/or veterinarians as appropriate. \r\n•	Improves the quality of life of the animal collection by providing environmental and behavioral enrichment opportunities.\r\n•	Trains select animals using operant conditioning techniques for the purposes of husbandry procedures, veterinary treatment, and educational presentations; coordinates activities of individual trainers and training teams.\r\n•	Designs and maintains exhibit furnishings, props and decorations providing safe, attractive and enriching environments. \r\n•	Works with Facilities, Horticulture, and other departments to maintain and improve exhibits, holding areas, and guest areas.\r\n•	Participates in the development of animal handling guidelines, educational programming and materials to communicate with and educate visitors about animals and conservation.\r\n•	Provides direct animal care as needed for health and well-being of animals within assigned areas.\r\n•	In collaboration with the Curator and veterinary staff, may participate in medical procedures and administer medication as directed.\r\n•	Develops and implements standard operating guidelines.\r\n•	May serve as an institutional representative for selected species to national taxa advisory groups, attending conferences and meetings as required.\r\n•	Directly involved in acquisition/disposition of specific animals.\r\n•	Initiates requisitions for equipment and supplies.\r\n•	Works closely with Education, Public Relations, and Special Events departments to coordinate talks, tours, and animal encounters for a wide variety of events, media opportunities, and VIP groups.    \r\n•	Oversees animal management record-keeping and documentation, using TRACKS, Microsoft Office applications, and other programs to track detailed information and keep records for animals and staff. \r\n\r\nSUPERVISION:	\r\nThis position reports to the Children’s Zoo Curator and oversees a team of animal care staff.\r\n\r\nPHYSICAL EFFORT/SKILL:\r\nThis position may require moderate physical effort on a daily basis such as walking, bending, stooping, repetitive motions, lifting heavy objects (up to 50 pounds), or standing for long periods. This position may require the ability to make coordinated gross motor movements in response to changing external stimuli within moderately demanding tolerances. \r\n\r\nWORK ENVIRONMENT:\r\nThere are routine exposures to significant levels of heat, cold, moisture, or inclement weather. This position may involve exposure to zoonotic disease, chemical substances or physical trauma of a minor nature such as cuts, bruises and minor burns. This individual may be required to work around potentially dangerous animals.\r\n\r\nPUBLIC CONTACT:\r\nThis position involves extensive contact with the public, donors, Zoo Members, and the media, requiring excellent interpersonal skills and an appreciation of the importance of guest service. \r\n\r\n<h6>Education and Pre-requisites</h6>\r\n•	A minimum of five years of experience in an AZA or equivalent facility, with demonstrated experience with the relevant groups of animals. \r\n•	A certificate of completion from an acceptable animal care program may be substituted for one year of exotic animal care experience.\r\n•	Bachelor’s degree in zoology, biology, animal husbandry, or related field preferred; additional experience may be considered in lieu of up to two years of formal education.\r\n•	Experience managing a collection of program animals used for educational public presentations.\r\n•	Strong interpersonal, team-building, and communication skills. Must possess the ability to effectively partner with all levels of staff and interact with a diverse workforce.\r\n•	Valid Texas driver’s license or ability to obtain one within 60 days of employment.\r\n\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nApplicants can visit www.houstonzoo.org/careers to download an application \r\nE-mail resume and completed application to careers@houstonzoo.org \r\nHouston Zoo is an Affirmative Action/Equal Opportunity Employer\r\n\r\n', 'Program Animal Supervisor', 0, '', 'publish', 'closed', 'closed', '', 'program-animal-supervisor', '', '', '2014-05-30 12:54:03', '2014-05-30 17:54:03', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6025', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6026, 0, '2014-05-30 12:54:03', '2014-05-30 17:54:03', '', 'Program Animal Supervisor', 0, '', 'inherit', 'closed', 'closed', '', '6025-revision-v1', '', '', '2014-05-30 12:54:03', '2014-05-30 17:54:03', '', 6025, 'https://www.aazk.org/6025-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6027, 0, '2014-05-30 12:54:03', '2014-05-30 17:54:03', '<h5>Facility</h5>\r\n<p>Houston Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Houston Zoo is seeking an experienced, people-oriented individual for the position of Zoo Supervisor in our Children’s Zoo Program Animal Section. The Children’s Zoo is a multi-taxa department housing over 80 species of mammals, birds, reptiles, amphibians, and invertebrates. The focus of the collection and the staff is on creating lifelong connections between people and animals. The Program Animal Section within the Children’s Zoo houses an additional 40 species of animals that are used in both onsite and offsite educational programming and presentations.  \r\n\r\nDuties of this position include, but are not limited to, the co-supervision of a staff of 19 keepers, including the selection, development, evaluation, performance management, and scheduling of employees. Supervisors oversee and participate in the daily husbandry (including diets, training, enrichment, propagation, and health care), exhibit maintenance and upkeep, coordination of animal shipments, guest experience, as well as in educational, media, and conservation programs. In addition, the Program Animal Zoo Supervisor will coordinate the activities of trainers and training teams and will be responsible for training staff, volunteers, and animals for presentations. Other duties for this position are outlined in the job description below.\r\n \r\nThe successful candidate for this position will be a motivated, energetic, and a team-oriented individual with good problem solving, written/oral communication, and organizational/interpersonal skills. This candidate must have experience managing similar programs, must have an extensive background in operant conditioning with a variety of taxa, excellent public speaking and presentation skills, and must be comfortable speaking on camera for media presentations. \r\n\r\nRESPONSIBILITIES:\r\n•	Directs personnel, including volunteers, in the care, maintenance and display of domestic and exotic animals.\r\n•	Responsible for the selection, development, evaluation, and performance management of direct reports. \r\n•	Directs, organizes, prioritizes, and schedules work assignments within section. \r\n•	Observes and evaluates the physical and behavioral condition of animals; documents and communicates to Curator and/or veterinarians as appropriate. \r\n•	Improves the quality of life of the animal collection by providing environmental and behavioral enrichment opportunities.\r\n•	Trains select animals using operant conditioning techniques for the purposes of husbandry procedures, veterinary treatment, and educational presentations; coordinates activities of individual trainers and training teams.\r\n•	Designs and maintains exhibit furnishings, props and decorations providing safe, attractive and enriching environments. \r\n•	Works with Facilities, Horticulture, and other departments to maintain and improve exhibits, holding areas, and guest areas.\r\n•	Participates in the development of animal handling guidelines, educational programming and materials to communicate with and educate visitors about animals and conservation.\r\n•	Provides direct animal care as needed for health and well-being of animals within assigned areas.\r\n•	In collaboration with the Curator and veterinary staff, may participate in medical procedures and administer medication as directed.\r\n•	Develops and implements standard operating guidelines.\r\n•	May serve as an institutional representative for selected species to national taxa advisory groups, attending conferences and meetings as required.\r\n•	Directly involved in acquisition/disposition of specific animals.\r\n•	Initiates requisitions for equipment and supplies.\r\n•	Works closely with Education, Public Relations, and Special Events departments to coordinate talks, tours, and animal encounters for a wide variety of events, media opportunities, and VIP groups.    \r\n•	Oversees animal management record-keeping and documentation, using TRACKS, Microsoft Office applications, and other programs to track detailed information and keep records for animals and staff. \r\n\r\nSUPERVISION:	\r\nThis position reports to the Children’s Zoo Curator and oversees a team of animal care staff.\r\n\r\nPHYSICAL EFFORT/SKILL:\r\nThis position may require moderate physical effort on a daily basis such as walking, bending, stooping, repetitive motions, lifting heavy objects (up to 50 pounds), or standing for long periods. This position may require the ability to make coordinated gross motor movements in response to changing external stimuli within moderately demanding tolerances. \r\n\r\nWORK ENVIRONMENT:\r\nThere are routine exposures to significant levels of heat, cold, moisture, or inclement weather. This position may involve exposure to zoonotic disease, chemical substances or physical trauma of a minor nature such as cuts, bruises and minor burns. This individual may be required to work around potentially dangerous animals.\r\n\r\nPUBLIC CONTACT:\r\nThis position involves extensive contact with the public, donors, Zoo Members, and the media, requiring excellent interpersonal skills and an appreciation of the importance of guest service. \r\n\r\n<h6>Education and Pre-requisites</h6>\r\n•	A minimum of five years of experience in an AZA or equivalent facility, with demonstrated experience with the relevant groups of animals. \r\n•	A certificate of completion from an acceptable animal care program may be substituted for one year of exotic animal care experience.\r\n•	Bachelor’s degree in zoology, biology, animal husbandry, or related field preferred; additional experience may be considered in lieu of up to two years of formal education.\r\n•	Experience managing a collection of program animals used for educational public presentations.\r\n•	Strong interpersonal, team-building, and communication skills. Must possess the ability to effectively partner with all levels of staff and interact with a diverse workforce.\r\n•	Valid Texas driver’s license or ability to obtain one within 60 days of employment.\r\n\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nApplicants can visit www.houstonzoo.org/careers to download an application \r\nE-mail resume and completed application to careers@houstonzoo.org \r\nHouston Zoo is an Affirmative Action/Equal Opportunity Employer\r\n\r\n', 'Program Animal Supervisor', 0, '', 'inherit', 'closed', 'closed', '', '6025-revision-v1', '', '', '2014-05-30 12:54:03', '2014-05-30 17:54:03', '', 6025, 'https://www.aazk.org/6025-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6028, 3, '2014-05-30 14:45:17', '2014-05-30 19:45:17', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is seeking a full-time temporary keeper for our Carnivores.  This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting on animal behavior, performing behavioral enrichment and animal training, and providing positive guest experiences. \r\n \r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.\r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements include a high-school diploma or equivalent with a preference for an individual with a Bachelor’s Degree in Life Science or related field, 6 months paid or 1 year volunteer experience in animal husbandry, and possession of a valid driver’s license. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require a clear TB skin test. \r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=664&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Keeper I - Carnivores (full time temporary)', 0, '', 'publish', 'closed', 'closed', '', 'keeper-i-carnivores-full-time-temporary', '', '', '2014-05-30 14:45:17', '2014-05-30 19:45:17', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6028', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6029, 0, '2014-05-30 14:45:17', '2014-05-30 19:45:17', '', 'Keeper I - Carnivores (full time temporary)', 0, '', 'inherit', 'closed', 'closed', '', '6028-revision-v1', '', '', '2014-05-30 14:45:17', '2014-05-30 19:45:17', '', 6028, 'https://www.aazk.org/6028-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6030, 0, '2014-05-30 14:45:17', '2014-05-30 19:45:17', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is seeking a full-time temporary keeper for our Carnivores.  This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting on animal behavior, performing behavioral enrichment and animal training, and providing positive guest experiences. \r\n \r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.\r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements include a high-school diploma or equivalent with a preference for an individual with a Bachelor’s Degree in Life Science or related field, 6 months paid or 1 year volunteer experience in animal husbandry, and possession of a valid driver’s license. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require a clear TB skin test. \r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=664&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Keeper I - Carnivores (full time temporary)', 0, '', 'inherit', 'closed', 'closed', '', '6028-revision-v1', '', '', '2014-05-30 14:45:17', '2014-05-30 19:45:17', '', 6028, 'https://www.aazk.org/6028-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6031, 3, '2014-05-30 15:47:03', '2014-05-30 20:47:03', '<h5>Facility</h5>\r\n<p>Little Rock Zoo, Little Rock, AR</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nJOB OBJECTIVE:  To plan and direct the Education Division at the Little Rock Zoo which include developing and evaluating interpretive educational programs, managing the penguin exhibit, training education staff and volunteers to present interpretive programs and tours, and developing graphics for activities, programs, and events at the Little Rock Zoo.\r\n\r\nESSENTIAL JOB FUNCTIONS:  Plans, develops, and oversees Education Division programs and activities to include developing and evaluating interpretive educational programs, youth volunteer and docent programs to assist staff in education and programming activities, community outreach programs; management of the penguin exhibit, and development of graphics for activities, programs and events at the Little Rock Zoo. Develops and implements education program curriculum and interpretive materials, displays, signs, brochures, articles, and other related materials for use by staff in presenting onsite and off-site classes and tours to the public; designs and produces Zoo informational and publicity releases, and fliers for special and educational events at the Zoo; conducts research and develops material for Zoo animal identification graphics, new animal exhibits, and interpretive areas within the Zoo; operates computer with graphic production software; graphic printer, laminator and related equipment to development zoo graphics. Develops and implements short and long-range plans for Zoo education programs; evaluates and makes recommendations for educational programming for current and new animal exhibits; implements upon approval of the Zoo Director. Recruits, supervises, and trains volunteer Docents to present Zoo related educational classes, outreach programs, and Zoo tours. Compiles information, conducts research and prepares various narrative and statistical reports relative to Division activities and programs. Compiles and prepares tentative annual budget figures for the Education Division; monitors Division expenditures; requisitions approved supplies, publications, and equipment. Monitors program presentation schedules to ensure that a variety of groups are participating in the education programs. Investigates operational and administrative problems or complaints; reports findings and recommends solutions. Reviews policies and procedures and makes recommendations for revision; develops and implements procedures to ensure effective operation of assigned projects and programs; develops and maintains functional or operational manuals outlining established methods of performing work in compliance with organizational policies and procedures. Coordinates with the Animal Division the care and training of the Zoo animals designated for education purposes to include onsite, outreach interpretation, and events; trains staff and volunteers; serves as liaison to other zoo divisions by providing animals for promotional and special events, and various Departmental activities. Maintains information on the education animal collection and training manuals for use by docents and Zoo staff; conducts research, analyzes data, and compiles information to ensure all training data and related information are up to date. Assigns, prioritizes, and reviews the work activities of assigned personnel. Serves as the Zoo representative at various functions in the absence of the Director of the Zoo as assigned. Instructs Docents and other volunteers in basic and advanced\r\nzoology, zoo history, zoo geography, and safe and efficient methods of animal exhibition and Zoo operations. Develops public education programs to promote public awareness of zoo education programs in the community; disseminates information, writes articles, speaks to schools,community groups, civic groups, businesses, neighborhood associations and other organizations at local, state, and national levels. Develops, monitors, and evaluates divisional grants and special projects; ensures compliance with all applicable federal, state, and local laws, ordinances, policies, and regulations. Monitors and ensures all applicable local, state, and federal permits are obtained for Education program animal and biofact collections; ensures compliance with all applicable policies, procedures, ordinances, and laws. Develops, implements, and monitors information relative to Education Programs on the Zoo’s website; coordinates with Zoo Marketing staff to post and update information. Prepares and presents Zoo promotional programs to encourage civic, professional, and other groups to participate or sponsor various Zoo programs and events. Conducts research, analyzes data, and prepares narrative and statistical reports on various topics, such as the demographics of program participants, and other reports as requested. Provides conservation education materials and assistance with special event operations as assigned. Assists Director of the Zoo and Zoo management staff in the development of Zoo master planning and implementation. Maintains demographic data on groups participating in education programs; maintains training records on Docents and teen volunteers. Establishes and maintains hard copy and computer files and records relating to Division programs, operations and activities. Operates a computer with database, desktop publishing, graphics, spreadsheet, and word processing software. Operates a City pool automobile in the performance of essential job functions.\r\n\r\nSUPERVISORY RESPONSIBILITIES: Zoo Education Outreach Coordinator, Animal Keeper (s), assigned part-time employees, volunteer Zoo Docents, and other volunteers assisting in the education programs at the Zoo.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMINIMUM QUALIFICATIONS AND ADDITIONAL REQUIREMENTS:\r\nThese knowledge, skills, and abilities are usually, although not always, acquired through completion of a Bachelor’s degree in Environmental Education, Natural Resources Interpretation, Zoology, Biology, Natural History, or related field; two (2) years of work experience developing and implementing educational programs, preferably in a zoo setting and two (2) years of supervisory experience. Equivalent combinations of education and experience will be considered.\r\n<h6>Compensation and benefits</h6>\r\nHIRING/ENTRY SALARY: $51,976 - $66,010 plus benefits\r\n<h6>Application instructions</h6>\r\nAPPLICATION REQUIREMENTS: ONLY On-Line Applications Accepted. Application and Supplemental Questions required by closing date.  Applications will be screened for minimum qualifications.\r\n\r\nPosition is open until filled and may close without notice.\r\n\r\nAPPLICATIONS MAY BE FILED ONLINE AT:\r\nhttp://www.lrjobs.net\r\n', 'Education Curator', 0, '', 'publish', 'closed', 'closed', '', 'education-curator', '', '', '2014-05-30 15:47:03', '2014-05-30 20:47:03', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6031', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6032, 0, '2014-05-30 15:47:03', '2014-05-30 20:47:03', '', 'Education Curator', 0, '', 'inherit', 'closed', 'closed', '', '6031-revision-v1', '', '', '2014-05-30 15:47:03', '2014-05-30 20:47:03', '', 6031, 'https://www.aazk.org/6031-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6033, 0, '2014-05-30 15:47:03', '2014-05-30 20:47:03', '<h5>Facility</h5>\r\n<p>Little Rock Zoo, Little Rock, AR</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nJOB OBJECTIVE:  To plan and direct the Education Division at the Little Rock Zoo which include developing and evaluating interpretive educational programs, managing the penguin exhibit, training education staff and volunteers to present interpretive programs and tours, and developing graphics for activities, programs, and events at the Little Rock Zoo.\r\n\r\nESSENTIAL JOB FUNCTIONS:  Plans, develops, and oversees Education Division programs and activities to include developing and evaluating interpretive educational programs, youth volunteer and docent programs to assist staff in education and programming activities, community outreach programs; management of the penguin exhibit, and development of graphics for activities, programs and events at the Little Rock Zoo. Develops and implements education program curriculum and interpretive materials, displays, signs, brochures, articles, and other related materials for use by staff in presenting onsite and off-site classes and tours to the public; designs and produces Zoo informational and publicity releases, and fliers for special and educational events at the Zoo; conducts research and develops material for Zoo animal identification graphics, new animal exhibits, and interpretive areas within the Zoo; operates computer with graphic production software; graphic printer, laminator and related equipment to development zoo graphics. Develops and implements short and long-range plans for Zoo education programs; evaluates and makes recommendations for educational programming for current and new animal exhibits; implements upon approval of the Zoo Director. Recruits, supervises, and trains volunteer Docents to present Zoo related educational classes, outreach programs, and Zoo tours. Compiles information, conducts research and prepares various narrative and statistical reports relative to Division activities and programs. Compiles and prepares tentative annual budget figures for the Education Division; monitors Division expenditures; requisitions approved supplies, publications, and equipment. Monitors program presentation schedules to ensure that a variety of groups are participating in the education programs. Investigates operational and administrative problems or complaints; reports findings and recommends solutions. Reviews policies and procedures and makes recommendations for revision; develops and implements procedures to ensure effective operation of assigned projects and programs; develops and maintains functional or operational manuals outlining established methods of performing work in compliance with organizational policies and procedures. Coordinates with the Animal Division the care and training of the Zoo animals designated for education purposes to include onsite, outreach interpretation, and events; trains staff and volunteers; serves as liaison to other zoo divisions by providing animals for promotional and special events, and various Departmental activities. Maintains information on the education animal collection and training manuals for use by docents and Zoo staff; conducts research, analyzes data, and compiles information to ensure all training data and related information are up to date. Assigns, prioritizes, and reviews the work activities of assigned personnel. Serves as the Zoo representative at various functions in the absence of the Director of the Zoo as assigned. Instructs Docents and other volunteers in basic and advanced\r\nzoology, zoo history, zoo geography, and safe and efficient methods of animal exhibition and Zoo operations. Develops public education programs to promote public awareness of zoo education programs in the community; disseminates information, writes articles, speaks to schools,community groups, civic groups, businesses, neighborhood associations and other organizations at local, state, and national levels. Develops, monitors, and evaluates divisional grants and special projects; ensures compliance with all applicable federal, state, and local laws, ordinances, policies, and regulations. Monitors and ensures all applicable local, state, and federal permits are obtained for Education program animal and biofact collections; ensures compliance with all applicable policies, procedures, ordinances, and laws. Develops, implements, and monitors information relative to Education Programs on the Zoo’s website; coordinates with Zoo Marketing staff to post and update information. Prepares and presents Zoo promotional programs to encourage civic, professional, and other groups to participate or sponsor various Zoo programs and events. Conducts research, analyzes data, and prepares narrative and statistical reports on various topics, such as the demographics of program participants, and other reports as requested. Provides conservation education materials and assistance with special event operations as assigned. Assists Director of the Zoo and Zoo management staff in the development of Zoo master planning and implementation. Maintains demographic data on groups participating in education programs; maintains training records on Docents and teen volunteers. Establishes and maintains hard copy and computer files and records relating to Division programs, operations and activities. Operates a computer with database, desktop publishing, graphics, spreadsheet, and word processing software. Operates a City pool automobile in the performance of essential job functions.\r\n\r\nSUPERVISORY RESPONSIBILITIES: Zoo Education Outreach Coordinator, Animal Keeper (s), assigned part-time employees, volunteer Zoo Docents, and other volunteers assisting in the education programs at the Zoo.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMINIMUM QUALIFICATIONS AND ADDITIONAL REQUIREMENTS:\r\nThese knowledge, skills, and abilities are usually, although not always, acquired through completion of a Bachelor’s degree in Environmental Education, Natural Resources Interpretation, Zoology, Biology, Natural History, or related field; two (2) years of work experience developing and implementing educational programs, preferably in a zoo setting and two (2) years of supervisory experience. Equivalent combinations of education and experience will be considered.\r\n<h6>Compensation and benefits</h6>\r\nHIRING/ENTRY SALARY: $51,976 - $66,010 plus benefits\r\n<h6>Application instructions</h6>\r\nAPPLICATION REQUIREMENTS: ONLY On-Line Applications Accepted. Application and Supplemental Questions required by closing date.  Applications will be screened for minimum qualifications.\r\n\r\nPosition is open until filled and may close without notice.\r\n\r\nAPPLICATIONS MAY BE FILED ONLINE AT:\r\nhttp://www.lrjobs.net\r\n', 'Education Curator', 0, '', 'inherit', 'closed', 'closed', '', '6031-revision-v1', '', '', '2014-05-30 15:47:03', '2014-05-30 20:47:03', '', 6031, 'https://www.aazk.org/6031-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6035, 2, '2014-06-02 14:38:15', '2014-06-02 19:38:15', 'Visit the AAZK Store and shop for your favorite AAZK logo items including new AAZK Logo Bandanas, Carabiner Key Chains, Compact LED Flashlights, Magnets, Drink Bottle and Can Coolits!', 'New AAZK Merchandise', 0, '', 'inherit', 'closed', 'closed', '', '5938-revision-v1', '', '', '2014-06-02 14:38:15', '2014-06-02 19:38:15', '', 5938, 'https://www.aazk.org/5938-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6036, 3, '2014-06-02 15:35:39', '2014-06-02 20:35:39', '<h5>Facility</h5>\r\n<p>Conservators\' Center</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Conservators’ Center is a nonprofit organization that preserves threatened species through rescuing wildlife in need, responsible captive breeding, and providing educational programs and support worldwide. We are seeking an experienced full-time animal keeper that shares our passions. Our animal keepers report to our Animal Care Supervisor, and are responsible for providing second-to-none care of our residents. Our ideal candidate would be someone that could quickly move into a supervisory or leadership role within the Animal Care Department.\r\n\r\nWe are seeking candidates who have experience working with mammals in captivity (large carnivore experience is preferred). Applicants must be able to work within a team structure, as well as function independently as needed. Applicants must be able to adhere to strict safety protocol, and must be able to work safely in less than ideal conditions, including, but not limited to, heat, cold, and wet conditions. Applicants must be able to work on their feet for up to 8 hours per day, and must be able to comfortably lift 50 pounds. Applicants must be willing to work weekends and holidays, as well as be on call in the event of inclement weather.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum job qualifications:\r\n\r\nHigh school diploma, or equivalent.\r\n1 year of paid experience working with exotic mammals.\r\nStrong interpersonal, team-building, and communication skills.\r\nBasic skills with Microsoft Office and Excel software applications.\r\nLicensed to operate a motor vehicle in North Carolina, or the ability to obtain a license.\r\nAbility to lift at least 50lbs.\r\n\r\nPreferred job qualifications:\r\n\r\nTwo-year or four-year degree in one of the natural sciences or a closely related discipline.\r\n3 years of experience working with exotic mammals, with at least 1 of these years being in an employee capacity.\r\nExperience as a lead keeper.\r\nConstruction and maintenance experience, especially in carpentry and fencing.\r\n1 year of experience working in the capacity of a vet tech with either domestic or exotic animals.\r\n\r\n<h6>Compensation and benefits</h6>\r\nSalary commensurate with experience. Shared housing opportunities may be available.\r\n<h6>Application instructions</h6>\r\nTo apply, please visit http://www.conservatorscenter.org/about/employment/job-posting/\r\n', 'Full Time Keeper', 0, '', 'publish', 'closed', 'closed', '', 'full-time-keeper', '', '', '2014-06-02 15:35:39', '2014-06-02 20:35:39', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6036', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6037, 0, '2014-06-02 15:35:39', '2014-06-02 20:35:39', '', 'Full Time Keeper', 0, '', 'inherit', 'closed', 'closed', '', '6036-revision-v1', '', '', '2014-06-02 15:35:39', '2014-06-02 20:35:39', '', 6036, 'https://www.aazk.org/6036-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6038, 0, '2014-06-02 15:35:39', '2014-06-02 20:35:39', '<h5>Facility</h5>\r\n<p>Conservators\' Center</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Conservators’ Center is a nonprofit organization that preserves threatened species through rescuing wildlife in need, responsible captive breeding, and providing educational programs and support worldwide. We are seeking an experienced full-time animal keeper that shares our passions. Our animal keepers report to our Animal Care Supervisor, and are responsible for providing second-to-none care of our residents. Our ideal candidate would be someone that could quickly move into a supervisory or leadership role within the Animal Care Department.\r\n\r\nWe are seeking candidates who have experience working with mammals in captivity (large carnivore experience is preferred). Applicants must be able to work within a team structure, as well as function independently as needed. Applicants must be able to adhere to strict safety protocol, and must be able to work safely in less than ideal conditions, including, but not limited to, heat, cold, and wet conditions. Applicants must be able to work on their feet for up to 8 hours per day, and must be able to comfortably lift 50 pounds. Applicants must be willing to work weekends and holidays, as well as be on call in the event of inclement weather.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum job qualifications:\r\n\r\nHigh school diploma, or equivalent.\r\n1 year of paid experience working with exotic mammals.\r\nStrong interpersonal, team-building, and communication skills.\r\nBasic skills with Microsoft Office and Excel software applications.\r\nLicensed to operate a motor vehicle in North Carolina, or the ability to obtain a license.\r\nAbility to lift at least 50lbs.\r\n\r\nPreferred job qualifications:\r\n\r\nTwo-year or four-year degree in one of the natural sciences or a closely related discipline.\r\n3 years of experience working with exotic mammals, with at least 1 of these years being in an employee capacity.\r\nExperience as a lead keeper.\r\nConstruction and maintenance experience, especially in carpentry and fencing.\r\n1 year of experience working in the capacity of a vet tech with either domestic or exotic animals.\r\n\r\n<h6>Compensation and benefits</h6>\r\nSalary commensurate with experience. Shared housing opportunities may be available.\r\n<h6>Application instructions</h6>\r\nTo apply, please visit http://www.conservatorscenter.org/about/employment/job-posting/\r\n', 'Full Time Keeper', 0, '', 'inherit', 'closed', 'closed', '', '6036-revision-v1', '', '', '2014-06-02 15:35:39', '2014-06-02 20:35:39', '', 6036, 'https://www.aazk.org/6036-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6039, 3, '2014-06-03 10:36:33', '2014-06-03 15:36:33', '<h5>Facility</h5>\r\nTiger World, Rockwell, NC\r\n<h5>Closing Date</h5>\r\n[jobclosingdate]\r\n<h6>Description</h6>\r\nTiger World, a non-profit charity, has available 3-Month Intern positions throughout the year.  Under close supervision, Interns have the opportunity to gain practical work experience in a Zoo setting.  Our Intern program is intense and provides a platform for development.\r\n\r\nTiger World is located just 20 minutes North of Charlotte, NC and has animals including Lions, Tigers, Leopards, Lemurs, Baboons, Bears and more. We have available 3-month Intern positions throughout the 2014 year including for SUMMER (Jun 27-Sept 23), or FALL (Sept 26-Dec 23) WINTER (Dec 29, 2014-Mar 24, 2015) SPRING (Mar 27- Jun 23). If you have always wanted an opportunity to work with these amazing animals please apply. Visit our website at www.TigerWorld.us to learn more about us.\r\n\r\nInterns will have the opportunity to gain practical work experience and knowledge caring for Bears, Primates, and Big Cats. Under close supervision you will learn how to prepare diets, clean habitats, observe and document, implement enrichment, repair and build enclosures, give guided tours to visitors, assist with veterinary care, crate animals for transport and more. There are opportunities for extending the internship to six [6] months and more advanced learning depending upon your commitment, dedication, and how well you work with the team and animals.\r\n<h6>Education and Pre-requisites</h6>\r\n1. Candidates should have at least two (2) years of program studies in zoology, animal management, biology, exotic animal husbandry or a related field. Applicants who have already achieved their bachelors is a plus.\r\n2. Must be able to do some heavy lifting of at least 50 pounds.\r\n3. Must be able to work in unfavorable weather conditions including rain, snow, extreme heat, and freezing temperatures.\r\n4. Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\n5. Must be able to follow instructions and required policies and procedures.\r\n6. Must be honest, trustworthy and organized.\r\n7. Must have valid driver\'s license and social security card or if from outside the US, a Green Card and Visa, or Visa Waiver Program. Knowing how to drive a stick shift is a Plus.\r\n8. One [1] letter of reference/recommendation.\r\n9. Unofficial or official school transcript and/or a copy of your degree.\r\n10. Up-to-date vaccinations including for Tetanus and be TB Negative.\r\n<h6>Compensation and benefits</h6>\r\nThis is an unpaid voluntary position, however housing and a weekly stipend of $50 will be provided. The use of the company vehicle (stick shift) may be available if you have your own car insurance. We also evaluate the Interns for future employment opportunities with Tiger World.\r\n\r\nThis internship is not affiliated with a college or university for credit hours, however some colleges and universities have recognized Tiger World to fulfill internship requirements. It is the applicant\'s responsibility to determine if your college or university recognizes Tiger World\'s Intern studies program.\r\n<h6>Application instructions</h6>\r\nPlease send your Resumé and Cover Letter to careers@tigerworld.us along with your letter of recommendation and transcripts. We also enjoy pictures of your past experiences, please include them with with your application.\r\n\r\nYou MUST indicate which internship you are available for SUMMER (Jun 27-Sept 23), or FALL (Sept 26-Dec 23) WINTER (Dec 29 2014-Mar 24, 2015) SPRING (Mar 27- Jun 23). We carefully evaluate all applicants and will call for interviews over the phone. Good Luck!', 'Carnivore/Primate Intern', 0, '', 'publish', 'closed', 'closed', '', 'carnivoreprimate-intern-2', '', '', '2014-06-03 11:01:49', '2014-06-03 16:01:49', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6039', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6040, 1656, '2014-06-03 10:36:33', '2014-06-03 15:36:33', '', 'Carnivore/Primate Intern', 0, '', 'inherit', 'closed', 'closed', '', '6039-revision-v1', '', '', '2014-06-03 10:36:33', '2014-06-03 15:36:33', '', 6039, 'https://www.aazk.org/6039-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6041, 1656, '2014-06-03 10:36:43', '2014-06-03 15:36:43', '<h5>Facility</h5>\r\n<p>Tiger World, Rockwell, NC</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nTiger World is located just 20 minutes North of Charlotte, NC and has animals including Lions, Tigers, Leopards, Lemurs, Baboons, Bears and more. We have available 3-month Intern positions throughout the 2014 year including for SUMMER (Jun 27-Sept 23), or FALL (Sept 26-Dec 23) WINTER (Dec 29, 2014-Mar 24, 2015) SPRING (Mar 27- Jun 23). If you have always wanted an opportunity to work with these amazing animals please apply. Visit our website at www.TigerWorld.us to learn more about us.\r\n\r\nInterns will have the opportunity to gain practical work experience and knowledge caring for Bears, Primates, and Big Cats.  Under close supervision you will learn how to prepare diets, clean habitats, observe and document, implement enrichment, repair and build enclosures, give guided tours to visitors, assist with veterinary care, crate animals for transport and more.  There are opportunities for extending the internship to six [6] months and more advanced learning depending upon your commitment, dedication, and how well you work with the team and animals.\r\n<h6>Education and Pre-requisites</h6>\r\n1. Candidates should have at least two (2) years of program studies in zoology, animal management, biology, exotic animal husbandry or a related field.  Applicants who have already achieved their bachelors is a plus.\r\n2. Must be able to do some heavy lifting of at least 50 pounds.\r\n3. Must be able to work in unfavorable weather conditions including rain, snow, extreme heat, and freezing temperatures.\r\n4. Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\n5. Must be able to follow instructions and required policies and procedures.\r\n6. Must be honest, trustworthy and organized.\r\n7. Must have valid driver\'s license and social security card or if from outside the US, a Green Card and Visa, or Visa Waiver Program.  Knowing how to drive a stick shift is a Plus.\r\n8. One [1] letter of reference/recommendation.\r\n9. Unofficial or official school transcript and/or a copy of your degree.\r\n10. Up-to-date vaccinations including for Tetanus and be TB Negative.\r\n\r\n<h6>Compensation and benefits</h6>\r\nThis is an unpaid voluntary position, however housing and a weekly stipend of $50 will be provided.  The use of the company vehicle (stick shift) may be available if you have your own car insurance.  We also evaluate the Interns for future employment opportunities with Tiger World. \r\n\r\nThis internship is not affiliated with a college or university for credit hours, however some colleges and universities have recognized Tiger World to fulfill internship requirements.  It is the applicant\'s responsibility to determine if your college or university recognizes Tiger World\'s Intern studies program.\r\n\r\n<h6>Application instructions</h6>\r\nPlease send your Resumé and Cover Letter to careers@tigerworld.us along with your letter of recommendation and transcripts.  We also enjoy pictures of your past experiences, please include them with with your application.  \r\n\r\nYou MUST indicate which internship you are available for SUMMER (Jun 27-Sept 23), or FALL (Sept 26-Dec 23) WINTER (Dec 29 2014-Mar 24, 2015) SPRING (Mar 27- Jun 23).  We carefully evaluate all applicants and will call for interviews over the phone.  Good Luck!\r\n', 'Carnivore/Primate Intern', 0, '', 'inherit', 'closed', 'closed', '', '6039-revision-v1', '', '', '2014-06-03 10:36:43', '2014-06-03 15:36:43', '', 6039, 'https://www.aazk.org/6039-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6165, 2, '2014-07-03 13:06:26', '2014-07-03 18:06:26', 'This classic DVD produced by the Toronto Chapter of AAZK parodies various personalities that form a keeper staff.\r\n\r\nStock is limited!\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Keeper Profiles', 0, '', 'publish', 'closed', 'closed', '', 'keeper-profiles', '', '', '2014-07-03 13:06:26', '2014-07-03 18:06:26', '', 0, 'https://www.aazk.org/shop/uncategorized/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6166, 2, '2014-07-03 13:06:03', '2014-07-03 18:06:03', '', 'keeperprofile', 0, '', 'inherit', 'closed', 'closed', '', 'keeperprofile-2', '', '', '2014-07-03 13:06:03', '2014-07-03 18:06:03', '', 6165, 'https://www.aazk.org/wp-content/uploads/keeperprofile1.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (6167, 3, '2014-07-04 11:45:52', '2014-07-04 16:45:52', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a year-round, full time ZooLights Technician to join our existing ZooLights team and assist with the construction and installation of animal armatures, maintenance, removal and storage of ZooLights and other zoo event props, lights, decorations and related equipment and supplies.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  ZooLights is our biggest attraction, with more than 290,000 guests visiting last year to make it our most successful year ever! Our display now has 3.7 million lights and we want you to help us make it even better!\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum qualifications for this position include basic tool knowledge and problem solving ability, some artistic background, a valid driver’s license, ability to work weekdays, weekends, holidays, and some evenings with flexibility to work long and changing hours, and electrical experience is desired, but not required.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at: \r\n	\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=642&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n', 'ZooLights Technician', 0, '', 'publish', 'closed', 'closed', '', 'zoolights-technician', '', '', '2014-07-04 11:45:53', '2014-07-04 16:45:53', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6167', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6168, 0, '2014-07-04 11:45:52', '2014-07-04 16:45:52', '', 'ZooLights Technician', 0, '', 'inherit', 'closed', 'closed', '', '6167-revision-v1', '', '', '2014-07-04 11:45:52', '2014-07-04 16:45:52', '', 6167, 'https://www.aazk.org/6167-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6169, 0, '2014-07-04 11:45:53', '2014-07-04 16:45:53', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a year-round, full time ZooLights Technician to join our existing ZooLights team and assist with the construction and installation of animal armatures, maintenance, removal and storage of ZooLights and other zoo event props, lights, decorations and related equipment and supplies.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  ZooLights is our biggest attraction, with more than 290,000 guests visiting last year to make it our most successful year ever! Our display now has 3.7 million lights and we want you to help us make it even better!\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum qualifications for this position include basic tool knowledge and problem solving ability, some artistic background, a valid driver’s license, ability to work weekdays, weekends, holidays, and some evenings with flexibility to work long and changing hours, and electrical experience is desired, but not required.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at: \r\n	\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=642&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n', 'ZooLights Technician', 0, '', 'inherit', 'closed', 'closed', '', '6167-revision-v1', '', '', '2014-07-04 11:45:53', '2014-07-04 16:45:53', '', 6167, 'https://www.aazk.org/6167-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6171, 3, '2014-07-07 11:06:38', '2014-07-07 16:06:38', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a full time Irrigation Technician. This person will be responsible for installation, maintenance, record keeping and troubleshooting of the zoo’s irrigation systems. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. Our Irrigation team makes sure that the Phoenix Zoo\'s landscapes are watered perfectly, so that our guests can feel as if they have journeyed to far corners of the earth and are personally discovering marvelous critters. The zoo is full of rare and interesting plants and many distinct landscapes and gardens. There is tremendous diversity, from water gardens to Xeriscape, roses to tropical plantings. We have a huge variety of plants at different stages of growth and in different combinations making up many different landscape designs and microclimates.\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements include 3 years’ experience in landscape irrigation maintenance with knowledge of equipment involved (i.e. PVC, valves and drip irrigation), and ability to safely operate and maintain hand and power equipment as well as heavy equipment such as backhoes and trenchers. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require a valid driver’s license and annual TB screening.\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at: \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=670&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Irrigation Technician', 0, '', 'publish', 'closed', 'closed', '', 'irrigation-technician', '', '', '2014-07-07 11:06:38', '2014-07-07 16:06:38', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6171', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6172, 0, '2014-07-07 11:06:38', '2014-07-07 16:06:38', '', 'Irrigation Technician', 0, '', 'inherit', 'closed', 'closed', '', '6171-revision-v1', '', '', '2014-07-07 11:06:38', '2014-07-07 16:06:38', '', 6171, 'https://www.aazk.org/6171-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6045, 2, '2014-06-03 11:01:49', '2014-06-03 16:01:49', '<h5>Facility</h5>\r\nTiger World, Rockwell, NC\r\n<h5>Closing Date</h5>\r\n[jobclosingdate]\r\n<h6>Description</h6>\r\nTiger World, a non-profit charity, has available 3-Month Intern positions throughout the year.  Under close supervision, Interns have the opportunity to gain practical work experience in a Zoo setting.  Our Intern program is intense and provides a platform for development.\r\n\r\nTiger World is located just 20 minutes North of Charlotte, NC and has animals including Lions, Tigers, Leopards, Lemurs, Baboons, Bears and more. We have available 3-month Intern positions throughout the 2014 year including for SUMMER (Jun 27-Sept 23), or FALL (Sept 26-Dec 23) WINTER (Dec 29, 2014-Mar 24, 2015) SPRING (Mar 27- Jun 23). If you have always wanted an opportunity to work with these amazing animals please apply. Visit our website at www.TigerWorld.us to learn more about us.\r\n\r\nInterns will have the opportunity to gain practical work experience and knowledge caring for Bears, Primates, and Big Cats. Under close supervision you will learn how to prepare diets, clean habitats, observe and document, implement enrichment, repair and build enclosures, give guided tours to visitors, assist with veterinary care, crate animals for transport and more. There are opportunities for extending the internship to six [6] months and more advanced learning depending upon your commitment, dedication, and how well you work with the team and animals.\r\n<h6>Education and Pre-requisites</h6>\r\n1. Candidates should have at least two (2) years of program studies in zoology, animal management, biology, exotic animal husbandry or a related field. Applicants who have already achieved their bachelors is a plus.\r\n2. Must be able to do some heavy lifting of at least 50 pounds.\r\n3. Must be able to work in unfavorable weather conditions including rain, snow, extreme heat, and freezing temperatures.\r\n4. Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\n5. Must be able to follow instructions and required policies and procedures.\r\n6. Must be honest, trustworthy and organized.\r\n7. Must have valid driver\'s license and social security card or if from outside the US, a Green Card and Visa, or Visa Waiver Program. Knowing how to drive a stick shift is a Plus.\r\n8. One [1] letter of reference/recommendation.\r\n9. Unofficial or official school transcript and/or a copy of your degree.\r\n10. Up-to-date vaccinations including for Tetanus and be TB Negative.\r\n<h6>Compensation and benefits</h6>\r\nThis is an unpaid voluntary position, however housing and a weekly stipend of $50 will be provided. The use of the company vehicle (stick shift) may be available if you have your own car insurance. We also evaluate the Interns for future employment opportunities with Tiger World.\r\n\r\nThis internship is not affiliated with a college or university for credit hours, however some colleges and universities have recognized Tiger World to fulfill internship requirements. It is the applicant\'s responsibility to determine if your college or university recognizes Tiger World\'s Intern studies program.\r\n<h6>Application instructions</h6>\r\nPlease send your Resumé and Cover Letter to careers@tigerworld.us along with your letter of recommendation and transcripts. We also enjoy pictures of your past experiences, please include them with with your application.\r\n\r\nYou MUST indicate which internship you are available for SUMMER (Jun 27-Sept 23), or FALL (Sept 26-Dec 23) WINTER (Dec 29 2014-Mar 24, 2015) SPRING (Mar 27- Jun 23). We carefully evaluate all applicants and will call for interviews over the phone. Good Luck!', 'Carnivore/Primate Intern', 0, '', 'inherit', 'closed', 'closed', '', '6039-revision-v1', '', '', '2014-06-03 11:01:49', '2014-06-03 16:01:49', '', 6039, 'https://www.aazk.org/6039-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6046, 3, '2014-06-03 12:16:59', '2014-06-03 17:16:59', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a Senior Horticulturist to perform the design, installation and maintenance of landscape materials, water features and irrigation systems.  This person will also be responsible for the use and maintenance of power equipment and pesticides, identifying plant needs and problems and developing solutions to those problems, project management and horticulture interpretation, and mentoring the Horticulture team\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. The Phoenix Zoo\'s landscapes are designed to make you feel as if you have journeyed to far corners of the earth and are personally discovering marvelous critters. It\'s full of rare and interesting plants and many distinct landscapes and gardens. There are butterfly gardens and bird gardens, gardens for very special kinds of lions and tigers and bears and lots of other animals, too. The zoo is a paradise for gardeners. There is tremendous diversity, from water gardens to Xeriscape, roses to tropical plantings. We have a huge variety of plants at different stages of growth and in different combinations making up many different landscape designs and microclimates.\r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include a Bachelor’s degree in Horticulture, Agriculture, Botany or relevant degree or experience/knowledge or combination of experience with a technical certificate, 10 years’ experience in landscape maintenance, knowledge of landscape and irrigation equipment (i.e., PVC, valves and drip irrigation), experience with hand and power equipment, and knowledge or experience with local plant palette.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require a valid driver’s license and annual TB testing.\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n  \r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=671&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from our job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Senior Horticulturist', 0, '', 'publish', 'closed', 'closed', '', 'senior-horticulturist', '', '', '2014-06-03 12:17:00', '2014-06-03 17:17:00', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6046', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6047, 0, '2014-06-03 12:16:59', '2014-06-03 17:16:59', '', 'Senior Horticulturist', 0, '', 'inherit', 'closed', 'closed', '', '6046-revision-v1', '', '', '2014-06-03 12:16:59', '2014-06-03 17:16:59', '', 6046, 'https://www.aazk.org/6046-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6048, 0, '2014-06-03 12:17:00', '2014-06-03 17:17:00', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a Senior Horticulturist to perform the design, installation and maintenance of landscape materials, water features and irrigation systems.  This person will also be responsible for the use and maintenance of power equipment and pesticides, identifying plant needs and problems and developing solutions to those problems, project management and horticulture interpretation, and mentoring the Horticulture team\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. The Phoenix Zoo\'s landscapes are designed to make you feel as if you have journeyed to far corners of the earth and are personally discovering marvelous critters. It\'s full of rare and interesting plants and many distinct landscapes and gardens. There are butterfly gardens and bird gardens, gardens for very special kinds of lions and tigers and bears and lots of other animals, too. The zoo is a paradise for gardeners. There is tremendous diversity, from water gardens to Xeriscape, roses to tropical plantings. We have a huge variety of plants at different stages of growth and in different combinations making up many different landscape designs and microclimates.\r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include a Bachelor’s degree in Horticulture, Agriculture, Botany or relevant degree or experience/knowledge or combination of experience with a technical certificate, 10 years’ experience in landscape maintenance, knowledge of landscape and irrigation equipment (i.e., PVC, valves and drip irrigation), experience with hand and power equipment, and knowledge or experience with local plant palette.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require a valid driver’s license and annual TB testing.\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n  \r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=671&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from our job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Senior Horticulturist', 0, '', 'inherit', 'closed', 'closed', '', '6046-revision-v1', '', '', '2014-06-03 12:17:00', '2014-06-03 17:17:00', '', 6046, 'https://www.aazk.org/6046-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6077, 3, '2014-06-11 12:14:49', '2014-06-11 17:14:49', '<h5>Facility</h5>\r\n<p>WildCat Haven Sanctuary</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nDo you LOVE animals? Is your dream job working with them, giving them the best care possible? Can you work outside in all sorts of weather conditions? Are you physically fit and able to lift up to 35 lbs. as needed? Are you passionate about animal welfare and making a difference? We may have the Intern Program for you.\r\nLooking for someone committed, safety conscience, physically fit, who can be a team player but still work independently at our animal facility. This is a VERY physical position and involves all the dirty work that goes with caring for animals.  Animal Care Internships are non-paid positions and run for 12 weeks. Interns work five days a week with a minimum of 40 hours. This may include a week-end day. There is no on-site housing available, and interns must provide their own transportation.\r\n<h6>Education and Pre-requisites</h6>\r\nMust be 21 years of age, be in good physical condition\r\nMust be able to consistently lift 30 pounds\r\nMust be able to work in all weather conditions\r\nMust be fluent in English (both written and verbal)\r\nMust provide your own health insurance\r\nCandidates should have a least two years of undergraduate program studies in zoology, biology, or  other animal related fields.\r\nMust have valid driver’s license and own vehicle.\r\n<h6>Compensation and benefits</h6>\r\nInterns are unpaid and no housing, so must be local to Portland, Oregon\r\n<h6>Application instructions</h6>\r\nDownload and fill out application here: http://www.wildcathaven.org/how-to-help/intern-opportunities \r\n\r\nSend with send with resume, cover letter, transcripts, and a copy of Driver’s License along with two reference contacts to:\r\n\r\nWildCat Haven Intern Program\r\nPO. Box 1071\r\nSherwood, Oregon 97140\r\n\r\n', 'Animal Care Intern Opportunities in Oregon', 0, '', 'publish', 'closed', 'closed', '', 'animal-care-intern-opportunities-in-oregon', '', '', '2014-06-11 12:14:49', '2014-06-11 17:14:49', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6077', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6050, 25759, '2014-06-03 15:59:40', '2014-06-03 20:59:40', '<div class="first sixcol">\r\n<h3>American Association of Zoo Keepers</h3>\r\n<strong>Address:</strong> 8476 E. Speedway Blvd., Ste. 204\r\nTucson, Arizona 85710-1728\r\n<a href="mailto:visitor@aecetia.net/gws/aazk">visitor@aecetia.net/gws/aazk</a>\r\n\r\n<strong>Phone Number:</strong>  1.520.298.9688\r\n\r\n[mappress mapid="1"]\r\n\r\n</div>\r\n<div class="last sixcol">[gravityform id="6" name="Contact" title="false" description="false"]</div>', 'Visitor Contact', 0, '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2014-06-03 15:59:40', '2014-06-03 20:59:40', '', 22, 'https://www.aazk.org/22-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6051, 2, '2014-06-04 11:47:59', '2014-06-04 16:47:59', 'Classic clicker that fits in the palm of your hand can be attached to our AAZK lanyard, wrist coil or Carabiner for a matching training tool set. Available in orange with black AAZK logo, or black with a white AAZK Logo.', 'AAZK Logo Clicker', 0, '', 'inherit', 'closed', 'closed', '', '4622-autosave-v1', '', '', '2014-06-04 11:47:59', '2014-06-04 16:47:59', '', 4622, 'https://www.aazk.org/4622-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6052, 2, '2014-06-04 11:49:14', '2014-06-04 16:49:14', 'Classic clicker that fits in the palm of your hand can be attached to our AAZK lanyard, wrist coil or Carabiner for a matching training tool set. Available in orange with black AAZK logo, or black with a white AAZK Logo.', 'AAZK Logo Clicker (Black)', 0, '', 'inherit', 'open', 'closed', '', 'aazk-logo-clicker-black', '', '', '2014-06-04 11:49:14', '2014-06-04 16:49:14', '', 4622, 'https://www.aazk.org/shop/tools/aazk-logo-clicker/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6053, 2, '2014-06-04 11:49:14', '2014-06-04 16:49:14', 'Classic clicker that fits in the palm of your hand can be attached to our AAZK lanyard, wrist coil or Carabiner for a matching training tool set. Available in orange with black AAZK logo, or black with a white AAZK Logo.', 'AAZK Logo Clicker (Orange)', 0, '', 'inherit', 'open', 'closed', '', 'aazk-logo-clicker-orange', '', '', '2014-06-04 11:49:14', '2014-06-04 16:49:14', '', 4622, 'https://www.aazk.org/shop/tools/aazk-logo-clicker/', 0, 'wpsc-product', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6054, 3, '2014-06-04 13:38:57', '2014-06-04 18:38:57', '<h5>Facility</h5>\r\n<p>wild wonders</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\npart time educator position available  for late summer. Applicants responsible for the daily feeding, cleaning, enrichment, handling and socialization of our ambassador collection, as well as exhibit maintenance, giving entertaining interactive programs onsite as well as outreach. Hours 20-32/week\r\n<h6>Education and Pre-requisites</h6>\r\nmust have bs degree in zoology or related discipline. Must have at least one year minimum experience in husbandry, training, and show presentation of non domestic animals in a professional setting. Must have clean driving record and be physically fit(able to lift 50 lbs).\r\nmust work well in small team environment and a self motivator\r\n<h6>Compensation and benefits</h6>\r\nstarts at 12/hour-if 32 hours or more, medical stipend for insurance offered\r\n<h6>Application instructions</h6>\r\nemail resume to wildwonders@att.net or send resume to po bx 2771 Carlsbad, ca 92008\r\nno phone calls please\r\n', 'educator/keeper', 0, '', 'publish', 'closed', 'closed', '', 'educatorkeeper', '', '', '2014-06-04 13:38:57', '2014-06-04 18:38:57', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6054', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6055, 1014, '2014-06-04 13:38:57', '2014-06-04 18:38:57', '', 'educator/keeper', 0, '', 'inherit', 'closed', 'closed', '', '6054-revision-v1', '', '', '2014-06-04 13:38:57', '2014-06-04 18:38:57', '', 6054, 'https://www.aazk.org/6054-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6056, 1014, '2014-06-04 13:38:57', '2014-06-04 18:38:57', '<h5>Facility</h5>\r\n<p>wild wonders</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\npart time educator position available  for late summer. Applicants responsible for the daily feeding, cleaning, enrichment, handling and socialization of our ambassador collection, as well as exhibit maintenance, giving entertaining interactive programs onsite as well as outreach. Hours 20-32/week\r\n<h6>Education and Pre-requisites</h6>\r\nmust have bs degree in zoology or related discipline. Must have at least one year minimum experience in husbandry, training, and show presentation of non domestic animals in a professional setting. Must have clean driving record and be physically fit(able to lift 50 lbs).\r\nmust work well in small team environment and a self motivator\r\n<h6>Compensation and benefits</h6>\r\nstarts at 12/hour-if 32 hours or more, medical stipend for insurance offered\r\n<h6>Application instructions</h6>\r\nemail resume to wildwonders@att.net or send resume to po bx 2771 Carlsbad, ca 92008\r\nno phone calls please\r\n', 'educator/keeper', 0, '', 'inherit', 'closed', 'closed', '', '6054-revision-v1', '', '', '2014-06-04 13:38:57', '2014-06-04 18:38:57', '', 6054, 'https://www.aazk.org/6054-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6057, 3, '2014-06-09 08:40:54', '2014-06-09 13:40:54', '<h5>Facility</h5>\r\n<p>Tiger World, Rockwell, NC</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nTiger World, a non-profit charity, has 2 immediate openings for an Animal Care Specialist to help care for our collection of Big Cats and Primates.  Tiger World is located just 20 minutes North of Charlotte, NC and has animals including Lions, Tigers, Leopards, Lemurs, Baboons, Bears, Birds, Reptiles, and more.\r\n\r\nJob duties consist of but are not limited to; \r\n1. Daily inspections of animals and documentation.\r\n2. Preparation of food for animals including butchering and processing of meat and daily administration of vitamin supplements.\r\n3. Cleaning of exhibits and food prep areas. \r\n4. Operant conditioning of the animals and behavioral enrichment. \r\n5. Educational Tours, Keeper Talks, traveling exhibits. \r\n6. Handling of animals, crating animals for transport and participation with the Emergency Response Team.\r\n7. Assist with veterinary care and baby raising as needed.\r\n8. Assist with building and erecting of new exhibits and reconstruction and repair of existing exhibits and buildings. \r\n9. Maintenance of grounds in and around exhibits.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n1. BS degree in Biology/Zoology or related field or equivalent education, experience, and training. \r\n2. MINIMUM 1 Year Previous full-time experience in a zoological institution and ability to work in a harmonious manner with staff, volunteers, and supervisors.  \r\n3. Must be able to do some heavy lifting of at least 50 pounds.\r\n4. Must be able to work in unfavorable weather conditions including rain, snow, extreme heat, and freezing temperatures.\r\n5. Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\n6. Must be able to follow instructions and required policies and procedures.\r\n7. Must be honest, trustworthy and organized and be passionate about working with animals.\r\n8. Must have valid driver’s license and social security card or Work Visa.\r\n9. One [1] letter of reference/recommendation.\r\n10. Up to date vaccinations including for Tetanus and be TB Negative.\r\n\r\n\r\n<h6>Compensation and benefits</h6>\r\nSalary is dependent upon education and experience.  Vacation/Sick Time earned at 1 day per month of employment.  Health Care Stipend available of $100 per month. \r\nOn-site living opportunity is available for the right person.\r\n<h6>Application instructions</h6>\r\nPlease send your Resumé and Cover Letter to careers@tigerworld.us along with your letter of recommendation.  We also enjoy pictures of your past experiences, please include them with your application. We carefully evaluate all applicants and will call for interviews over the phone.  Good Luck!\r\n', 'ANIMAL CARE SPECIALIST', 0, '', 'publish', 'closed', 'closed', '', 'animal-care-specialist-5', '', '', '2014-06-09 08:40:54', '2014-06-09 13:40:54', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6057', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6058, 1656, '2014-06-09 08:40:54', '2014-06-09 13:40:54', '', 'ANIMAL CARE SPECIALIST', 0, '', 'inherit', 'closed', 'closed', '', '6057-revision-v1', '', '', '2014-06-09 08:40:54', '2014-06-09 13:40:54', '', 6057, 'https://www.aazk.org/6057-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6059, 1656, '2014-06-09 08:40:54', '2014-06-09 13:40:54', '<h5>Facility</h5>\r\n<p>Tiger World, Rockwell, NC</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nTiger World, a non-profit charity, has 2 immediate openings for an Animal Care Specialist to help care for our collection of Big Cats and Primates.  Tiger World is located just 20 minutes North of Charlotte, NC and has animals including Lions, Tigers, Leopards, Lemurs, Baboons, Bears, Birds, Reptiles, and more.\r\n\r\nJob duties consist of but are not limited to; \r\n1. Daily inspections of animals and documentation.\r\n2. Preparation of food for animals including butchering and processing of meat and daily administration of vitamin supplements.\r\n3. Cleaning of exhibits and food prep areas. \r\n4. Operant conditioning of the animals and behavioral enrichment. \r\n5. Educational Tours, Keeper Talks, traveling exhibits. \r\n6. Handling of animals, crating animals for transport and participation with the Emergency Response Team.\r\n7. Assist with veterinary care and baby raising as needed.\r\n8. Assist with building and erecting of new exhibits and reconstruction and repair of existing exhibits and buildings. \r\n9. Maintenance of grounds in and around exhibits.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n1. BS degree in Biology/Zoology or related field or equivalent education, experience, and training. \r\n2. MINIMUM 1 Year Previous full-time experience in a zoological institution and ability to work in a harmonious manner with staff, volunteers, and supervisors.  \r\n3. Must be able to do some heavy lifting of at least 50 pounds.\r\n4. Must be able to work in unfavorable weather conditions including rain, snow, extreme heat, and freezing temperatures.\r\n5. Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\n6. Must be able to follow instructions and required policies and procedures.\r\n7. Must be honest, trustworthy and organized and be passionate about working with animals.\r\n8. Must have valid driver’s license and social security card or Work Visa.\r\n9. One [1] letter of reference/recommendation.\r\n10. Up to date vaccinations including for Tetanus and be TB Negative.\r\n\r\n\r\n<h6>Compensation and benefits</h6>\r\nSalary is dependent upon education and experience.  Vacation/Sick Time earned at 1 day per month of employment.  Health Care Stipend available of $100 per month. \r\nOn-site living opportunity is available for the right person.\r\n<h6>Application instructions</h6>\r\nPlease send your Resumé and Cover Letter to careers@tigerworld.us along with your letter of recommendation.  We also enjoy pictures of your past experiences, please include them with your application. We carefully evaluate all applicants and will call for interviews over the phone.  Good Luck!\r\n', 'ANIMAL CARE SPECIALIST', 0, '', 'inherit', 'closed', 'closed', '', '6057-revision-v1', '', '', '2014-06-09 08:40:54', '2014-06-09 13:40:54', '', 6057, 'https://www.aazk.org/6057-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6060, 3, '2014-06-09 10:16:19', '2014-06-09 15:16:19', '<h5>Facility</h5>\r\n<p>Lemur Conservation Foundation</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Lemur Conservation Foundation is offering a 7 month internship from July 1st, 2014 to January 15, 2014 in primate husbandry. LCF’s internship offers an exceptional opportunity to receive training at an AZA certified-related institution, with a strong commitment to conservation, education, and animal care. The Primate Husbandry Intern will be trained in these high standards of care, including training in proper cleaning, exhibit maintenance, positive reinforcement training, enrichment, diet preparation, capture and restraint, basic medical care, record keeping, and daily monitoring of behavior and heath. \r\n\r\nThe Lemur Conservation Foundation (LCF) is dedicated to the preservation and conservation of lemurs through captive breeding, non-invasive scientific research, education, and reintroduction. \r\nLCF sits on a 100-acre, non-public, reserve in Myakka City, Florida.  The reserve is currently home to six species of lemurs in both semi-free ranging habitats and traditional indoor/outdoor habitats. The reserve is remotely located; however a variety of culture and entertainment including state parks, beaches, art museums, zoos, aquariums, botanical gardens and theaters can be found nearby in Sarasota, Bradenton, and Tampa.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nQualifications/Experience: \r\n•	Available to work 40 hours per week for a minimum of 7 months, beginning July 1st, 2014\r\n•	Interns should possess a Bachelor’s degree in a Life Sciences or related field from an accredited four-year college or university. \r\n•	Valid driver’s license and dependable transportation \r\n•	Proof of negative TB test within the last 12 months and Tetanus vaccination within the last 5 years\r\n•	Proof of health insurance\r\n•	Available to work weekends and holidays\r\n•	Ability to lift 50 lbs and work in all weather conditions\r\n•	Experience working with animals is preferred\r\n\r\n<h6>Compensation and benefits</h6>\r\nSalary/funding: A monthly stipend and onsite housing with utilities is provided. Numerous opportunities for personal development and growth within the position are encouraged and include; Florida Animal Care Professionals Development Workshops and FAZA (Florida Association of Zoos and Aquariums) Animal Keeper Exchange Program.  \r\n<h6>Application instructions</h6>\r\nInterested candidates should email the following documents to agrand@lemurreserve.org by June 18 to be considered:\r\n•	Letter of interest including dates of availability and any prior obligations and time-off requirements \r\n•	Resume or CV with contact information for 3 references\r\n•	School transcript (unofficial copies are acceptable)\r\n•	Letters of recommendation (optional but encouraged)\r\n\r\nContact Information:\r\nAlison Grand, Ph.D. \r\nAnimal Care Manager\r\nLemur Conservation Foundation\r\nPO Box 249\r\nMyakka City 34251\r\n941-322-8494\r\n941-322-9264 (fax)\r\nagrand@lemurreserve.org\r\nhttp://www.lemurreserve.org\r\n\r\n\r\n', 'Primate Husbandry Internship', 0, '', 'publish', 'closed', 'closed', '', 'primate-husbandry-internship', '', '', '2014-06-09 10:16:19', '2014-06-09 15:16:19', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6060', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6061, 0, '2014-06-09 10:16:19', '2014-06-09 15:16:19', '', 'Primate Husbandry Internship', 0, '', 'inherit', 'closed', 'closed', '', '6060-revision-v1', '', '', '2014-06-09 10:16:19', '2014-06-09 15:16:19', '', 6060, 'https://www.aazk.org/6060-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6062, 0, '2014-06-09 10:16:19', '2014-06-09 15:16:19', '<h5>Facility</h5>\r\n<p>Lemur Conservation Foundation</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Lemur Conservation Foundation is offering a 7 month internship from July 1st, 2014 to January 15, 2014 in primate husbandry. LCF’s internship offers an exceptional opportunity to receive training at an AZA certified-related institution, with a strong commitment to conservation, education, and animal care. The Primate Husbandry Intern will be trained in these high standards of care, including training in proper cleaning, exhibit maintenance, positive reinforcement training, enrichment, diet preparation, capture and restraint, basic medical care, record keeping, and daily monitoring of behavior and heath. \r\n\r\nThe Lemur Conservation Foundation (LCF) is dedicated to the preservation and conservation of lemurs through captive breeding, non-invasive scientific research, education, and reintroduction. \r\nLCF sits on a 100-acre, non-public, reserve in Myakka City, Florida.  The reserve is currently home to six species of lemurs in both semi-free ranging habitats and traditional indoor/outdoor habitats. The reserve is remotely located; however a variety of culture and entertainment including state parks, beaches, art museums, zoos, aquariums, botanical gardens and theaters can be found nearby in Sarasota, Bradenton, and Tampa.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nQualifications/Experience: \r\n•	Available to work 40 hours per week for a minimum of 7 months, beginning July 1st, 2014\r\n•	Interns should possess a Bachelor’s degree in a Life Sciences or related field from an accredited four-year college or university. \r\n•	Valid driver’s license and dependable transportation \r\n•	Proof of negative TB test within the last 12 months and Tetanus vaccination within the last 5 years\r\n•	Proof of health insurance\r\n•	Available to work weekends and holidays\r\n•	Ability to lift 50 lbs and work in all weather conditions\r\n•	Experience working with animals is preferred\r\n\r\n<h6>Compensation and benefits</h6>\r\nSalary/funding: A monthly stipend and onsite housing with utilities is provided. Numerous opportunities for personal development and growth within the position are encouraged and include; Florida Animal Care Professionals Development Workshops and FAZA (Florida Association of Zoos and Aquariums) Animal Keeper Exchange Program.  \r\n<h6>Application instructions</h6>\r\nInterested candidates should email the following documents to agrand@lemurreserve.org by June 18 to be considered:\r\n•	Letter of interest including dates of availability and any prior obligations and time-off requirements \r\n•	Resume or CV with contact information for 3 references\r\n•	School transcript (unofficial copies are acceptable)\r\n•	Letters of recommendation (optional but encouraged)\r\n\r\nContact Information:\r\nAlison Grand, Ph.D. \r\nAnimal Care Manager\r\nLemur Conservation Foundation\r\nPO Box 249\r\nMyakka City 34251\r\n941-322-8494\r\n941-322-9264 (fax)\r\nagrand@lemurreserve.org\r\nhttp://www.lemurreserve.org\r\n\r\n\r\n', 'Primate Husbandry Internship', 0, '', 'inherit', 'closed', 'closed', '', '6060-revision-v1', '', '', '2014-06-09 10:16:19', '2014-06-09 15:16:19', '', 6060, 'https://www.aazk.org/6060-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6064, 2, '2014-06-09 11:44:35', '2014-06-09 16:44:35', '&nbsp;\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/June-cover-2014.jpg"><img class="alignnone wp-image-6063 size-medium" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/June-cover-2014-235x300.jpg" alt="" width="235" height="300" /></a>\r\n\r\nIn August of 1972, a short-lived "unofficial" newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level.\r\n\r\nThe idea for Animal Keepers\' Forum grew out of a bull session among keepers at the Topeka Zoo. The original Ruptured Rhino staff, along with several others, were involved in the conception and production of the<strong> first issue of AKF in November of 1974</strong>. It was 3 1/2 pages long, and printed on a mimeograph-type machine. Early issues contained zoo news articles, items on legislation and guest editorials.\r\n\r\nBy June of 1975 the AKF had grown to 13 pages and in November of 1975 celebrated its first anniversary of continuous publication. After the first two issues, it was sold on a subscription basis at $5.00 per year. Although originally the AKF was sold to AAZK members, it didn\'t become the "official" professional journal of the Association until March of 1975. The AKF has always carried the motto "Dedicated to Professional Animal Care".\r\n\r\nIn January 1976, AKF changed its format to a booklet style publication. In 1977 AKF had its first part-time paid editor and also began to be printed commercially. In 1978 the buff colored cover featuring artwork by keepers debuted. The first Excellence in Journalism Awards were given in 1979.\r\n\r\nIn 1981 Susan Chan was hired as Managing Editor for Animal Keepers’ Forum. The AKF has continued to grow in scope and content since that time, now averaging 44 pages per issue.  At least once a year, an issue dedicated to a particular species or topic is produced. AKF contains regular columns on Animal Behavior, Enrichment Options, Crisis Management and legislative issues affecting wildlife and zoos. Each issue also contains articles on animal husbandry, book reviews, a listing of upcoming conferences and symposia and Association news.\r\n\r\nThe Animal Keepers\' Forum has come a long way since its inception when it was printed on a mimeograph machine to today when it is produced with modern desktop publishing computer equipment. It currently reaches approximately <strong>2800 members (including about 150 zoos) in the U.S., Canada and 24 foreign countries</strong>.\r\n\r\nAnimal Keepers’ Forum is celebrating its 40th anniversary of continuous publication this year (2013).\r\n<div class="hr"></div>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '4538-revision-v1', '', '', '2014-06-09 11:44:35', '2014-06-09 16:44:35', '', 4538, 'https://www.aazk.org/4538-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6065, 2, '2014-06-09 11:45:39', '2014-06-09 16:45:39', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info"><span style="line-height: 1.5em;">AAZK Inc. - Cleveland, OH</span></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="info"><a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/June-cover-2014.jpg"><img class="alignnone wp-image-6063 size-medium" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/June-cover-2014-235x300.jpg" alt="" width="235" height="300" /></a></div>\r\n<div class="department"></div>\r\n</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui &amp; Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &amp; Jenni Dyar</em>\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak,\r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard\r\nAlison Mott &amp; Kate Gore', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2014-06-09 11:45:39', '2014-06-09 16:45:39', '', 200, 'https://www.aazk.org/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6066, 2, '2014-06-09 11:46:15', '2014-06-09 16:46:15', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info"><span style="line-height: 1.5em;">AAZK Inc. - Cleveland, OH</span></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="info"><a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/June-cover-2014.jpg"><img class="alignleft wp-image-6063 size-medium" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/June-cover-2014-235x300.jpg" alt="" width="235" height="300" /></a></div>\r\n<div class="department"></div>\r\n</div>\r\n</div>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui &amp; Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &amp; Jenni Dyar</em>\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak,\r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard\r\nAlison Mott &amp; Kate Gore', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2014-06-09 11:46:15', '2014-06-09 16:46:15', '', 200, 'https://www.aazk.org/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6067, 3, '2014-06-09 17:21:04', '2014-06-09 22:21:04', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo’s Animal Care Center is seeking a full-time Veterinary Technician to join our existing veterinary team. The Vet Tech is expected to assist with most procedures, provide direct assistance with patient care, perform clinical pathology, routine husbandry when needed and hospital upkeep. The position is also responsible for ordering and stocking supplies, billing, medical record keeping and inventory management. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.\r\n\r\n\r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum qualifications for this position include an AZ State Veterinary Technician License, 3 years of veterinary technician experience within a clinical setting, ability to trouble-shoot medical machinery and experience with Medarks or other zoo-based computer medical record systems. The ideal candidate will also have at least 1 year of practical veterinarian technician experience in a zoological setting, exceptional interpersonal and communication skills, both verbal and written, excellent organization skills, efficiency, and multi-tasking capability, and be computer proficient with experience using word processing and spreadsheet programs. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing and a valid driver’s license.\r\n<h6>Compensation and benefits</h6>\r\nThis position has a starting hourly wage of $12.95 - $14.57 DOE with a generous benefits package that includes 4 weeks of paid vacation/year, medical/dental/vision insurance, 401(k) with company match, and many other perks that come along with being a Phoenix Zoo employee.\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=673&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Certified Veterinary Technician', 0, '', 'publish', 'closed', 'closed', '', 'certified-veterinary-technician', '', '', '2014-06-09 17:21:04', '2014-06-09 22:21:04', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6067', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6068, 0, '2014-06-09 17:21:04', '2014-06-09 22:21:04', '', 'Certified Veterinary Technician', 0, '', 'inherit', 'closed', 'closed', '', '6067-revision-v1', '', '', '2014-06-09 17:21:04', '2014-06-09 22:21:04', '', 6067, 'https://www.aazk.org/6067-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6069, 0, '2014-06-09 17:21:04', '2014-06-09 22:21:04', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo’s Animal Care Center is seeking a full-time Veterinary Technician to join our existing veterinary team. The Vet Tech is expected to assist with most procedures, provide direct assistance with patient care, perform clinical pathology, routine husbandry when needed and hospital upkeep. The position is also responsible for ordering and stocking supplies, billing, medical record keeping and inventory management. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.\r\n\r\n\r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum qualifications for this position include an AZ State Veterinary Technician License, 3 years of veterinary technician experience within a clinical setting, ability to trouble-shoot medical machinery and experience with Medarks or other zoo-based computer medical record systems. The ideal candidate will also have at least 1 year of practical veterinarian technician experience in a zoological setting, exceptional interpersonal and communication skills, both verbal and written, excellent organization skills, efficiency, and multi-tasking capability, and be computer proficient with experience using word processing and spreadsheet programs. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing and a valid driver’s license.\r\n<h6>Compensation and benefits</h6>\r\nThis position has a starting hourly wage of $12.95 - $14.57 DOE with a generous benefits package that includes 4 weeks of paid vacation/year, medical/dental/vision insurance, 401(k) with company match, and many other perks that come along with being a Phoenix Zoo employee.\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=673&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Certified Veterinary Technician', 0, '', 'inherit', 'closed', 'closed', '', '6067-revision-v1', '', '', '2014-06-09 17:21:04', '2014-06-09 22:21:04', '', 6067, 'https://www.aazk.org/6067-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6070, 3, '2014-06-09 17:22:16', '2014-06-09 22:22:16', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently looking for a part-time Experience Guide.  Guides initiate conversations and educate the public about animals encountered throughout the zoo.  Experience Guides provide a safe and engaging experience for guests by operating with an enthusiastic and motivational communication style.  Guides are responsible for explaining the rules at various animal encounters, and monitoring guests for crowd control and safety purposes, and maintaining the cleanliness of ride areas and equipment.  \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  Experience Guides have the unique pleasure of staffing the only walk-through squirrel monkey exhibit in the United States, allowing guests to walk into an open exhibit where squirrel monkeys scamper through bushes and trees just inches away.  Our Guides also staff Stingray Bay, the Giraffe Encounter and the Petting Zoo; some of our most popular attractions. \r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements include excellent public speaking and presentation skills with the ability to learn and communicate science concepts to the public, 1 year of customer service experience, and ability to work a flexible schedule including evenings, weekends and holidays. All Phoenix Zoo employees must pass a pre-employment background check and drug screen, this position also requires annual TB testing.\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=672&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n	\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Experience Guide - Level I', 0, '', 'publish', 'closed', 'closed', '', 'experience-guide-level-i-3', '', '', '2014-06-09 17:22:16', '2014-06-09 22:22:16', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6070', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6071, 0, '2014-06-09 17:22:16', '2014-06-09 22:22:16', '', 'Experience Guide - Level I', 0, '', 'inherit', 'closed', 'closed', '', '6070-revision-v1', '', '', '2014-06-09 17:22:16', '2014-06-09 22:22:16', '', 6070, 'https://www.aazk.org/6070-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6072, 0, '2014-06-09 17:22:16', '2014-06-09 22:22:16', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently looking for a part-time Experience Guide.  Guides initiate conversations and educate the public about animals encountered throughout the zoo.  Experience Guides provide a safe and engaging experience for guests by operating with an enthusiastic and motivational communication style.  Guides are responsible for explaining the rules at various animal encounters, and monitoring guests for crowd control and safety purposes, and maintaining the cleanliness of ride areas and equipment.  \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  Experience Guides have the unique pleasure of staffing the only walk-through squirrel monkey exhibit in the United States, allowing guests to walk into an open exhibit where squirrel monkeys scamper through bushes and trees just inches away.  Our Guides also staff Stingray Bay, the Giraffe Encounter and the Petting Zoo; some of our most popular attractions. \r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements include excellent public speaking and presentation skills with the ability to learn and communicate science concepts to the public, 1 year of customer service experience, and ability to work a flexible schedule including evenings, weekends and holidays. All Phoenix Zoo employees must pass a pre-employment background check and drug screen, this position also requires annual TB testing.\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=672&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n	\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Experience Guide - Level I', 0, '', 'inherit', 'closed', 'closed', '', '6070-revision-v1', '', '', '2014-06-09 17:22:16', '2014-06-09 22:22:16', '', 6070, 'https://www.aazk.org/6070-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6074, 0, '2014-06-10 11:35:35', '2014-06-10 16:35:35', '', 'Exotic Feline Internship', 0, '', 'inherit', 'closed', 'closed', '', '6073-revision-v1', '', '', '2014-06-10 11:35:35', '2014-06-10 16:35:35', '', 6073, 'https://www.aazk.org/6073-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6075, 0, '2014-06-10 11:35:36', '2014-06-10 16:35:36', '<h5>Facility</h5>\r\n<p>Panther Ridge Conservation Center</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nPanther Ridge Conservation Center offers experience in husbandry, diet preparation and animal training with 8 species of exotic felines. Interns will be responsible for cleaning, feeding, enrichment, observing and documenting behavior, assisting in medical procedures, crating and transport,  guided tours and basic maintenance of enclosures.\r\n\r\nThe start date will be Tuesday, July 8, 2014. Internships are approximately 12 weeks (3 months) with the possibility of extension to 24 weeks (6 months) based on performance.\r\n<h6>Education and Pre-requisites</h6>\r\nRequirements: \r\n•	Applicants must be 18 years of age \r\n•	Enrolled in or have graduated with a degree in biological science, zoology, pre-veterinary or related field \r\n•	Able to comfortably lift 50 pounds\r\n•	Willing to work long hours and show up early or stay late when necessary\r\n•	Able to work in unfavorable weather conditions such as heat, humidity and rain\r\n•	Provide their own transportation\r\n*Preference will be given to applicants with prior animal care experience in an internship or volunteer capacity.\r\n\r\n<h6>Compensation and benefits</h6>\r\n Interns will be provided a weekly stipend of $50 and housing.\r\n<h6>Application instructions</h6>\r\nTo submit an application, please provide a resume with two references and a cover letter stating why you believe this is the internship for you. Applications may be emailed to michelleengler618@gmail.com with “Exotic Feline Internship” in the subject.\r\n\r\nYou may visit our website at http://www.pantherridgecc.org/ or find us on Facebook (Search:  Panther Ridge Conservation Center) to learn more about our facility.\r\n', 'Exotic Feline Internship', 0, '', 'inherit', 'closed', 'closed', '', '6073-revision-v1', '', '', '2014-06-10 11:35:36', '2014-06-10 16:35:36', '', 6073, 'https://www.aazk.org/6073-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6320, 2, '2014-08-15 10:45:06', '0000-00-00 00:00:00', '', 'Auto Draft', 0, '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2014-08-15 10:45:06', '0000-00-00 00:00:00', '', 0, 'https://www.aazk.org/?p=6320', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6079, 469, '2014-06-11 12:14:49', '2014-06-11 17:14:49', '<h5>Facility</h5>\r\n<p>WildCat Haven Sanctuary</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nDo you LOVE animals? Is your dream job working with them, giving them the best care possible? Can you work outside in all sorts of weather conditions? Are you physically fit and able to lift up to 35 lbs. as needed? Are you passionate about animal welfare and making a difference? We may have the Intern Program for you.\r\nLooking for someone committed, safety conscience, physically fit, who can be a team player but still work independently at our animal facility. This is a VERY physical position and involves all the dirty work that goes with caring for animals.  Animal Care Internships are non-paid positions and run for 12 weeks. Interns work five days a week with a minimum of 40 hours. This may include a week-end day. There is no on-site housing available, and interns must provide their own transportation.\r\n<h6>Education and Pre-requisites</h6>\r\nMust be 21 years of age, be in good physical condition\r\nMust be able to consistently lift 30 pounds\r\nMust be able to work in all weather conditions\r\nMust be fluent in English (both written and verbal)\r\nMust provide your own health insurance\r\nCandidates should have a least two years of undergraduate program studies in zoology, biology, or  other animal related fields.\r\nMust have valid driver’s license and own vehicle.\r\n<h6>Compensation and benefits</h6>\r\nInterns are unpaid and no housing, so must be local to Portland, Oregon\r\n<h6>Application instructions</h6>\r\nDownload and fill out application here: http://www.wildcathaven.org/how-to-help/intern-opportunities \r\n\r\nSend with send with resume, cover letter, transcripts, and a copy of Driver’s License along with two reference contacts to:\r\n\r\nWildCat Haven Intern Program\r\nPO. Box 1071\r\nSherwood, Oregon 97140\r\n\r\n', 'Animal Care Intern Opportunities in Oregon', 0, '', 'inherit', 'closed', 'closed', '', '6077-revision-v1', '', '', '2014-06-11 12:14:49', '2014-06-11 17:14:49', '', 6077, 'https://www.aazk.org/6077-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6084, 2, '2014-06-12 14:26:45', '2014-06-12 19:26:45', '<h4></h4>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" alt="abi-logo" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" alt="animal_source" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" alt="blue_rhino" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" alt="CLR_Design" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" alt="DesertPlasticsheader" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" alt="ebscocom-logo" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" alt="fauna_research" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" alt="grubco" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" alt="lyontechnology" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" alt="nebraskabrand" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" alt="overland" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" alt="premier_tours" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" alt="rodentpro" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4></h4>\r\n</div>\r\n<h4>Hagen Avicultural Research Institute</h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" alt="Haven" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" alt="Swine" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n<div class="hr"></div>\r\n<h4>Animal Equipment by Stoney</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment.jpg"><img class="alignnone size-medium wp-image-5339" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment-300x231.jpg" alt="AnimalEquipment" width="300" height="231" /></a>\r\n<div class="clearfix"></div>\r\n4210 Linda Street\r\nBacliff, TX 77518\r\n(281) 299-6171\r\n\r\n<a href="http://http://www.aestoney.com">http://www.aestoney.com</a>\r\n<div class="hr"></div>\r\n<h4>Scratch N All</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg"><img class="alignnone size-full wp-image-5344" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg" alt="ScratchNAll" width="160" height="160" /></a>\r\n<div class="clearfix"></div>\r\nPO Box 92\r\nDillsburg, PA 17019\r\n(888) 972-7282\r\n\r\n<a href="http://www.scratchnall.com">http://www.scratchnall.com</a>\r\n\r\n&nbsp;\r\n\r\nIC Wood LLC\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IC-Wood.jpg"><img class="alignnone size-medium wp-image-6082" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/IC-Wood-300x79.jpg" alt="IC Wood" width="300" height="79" /></a>\r\n\r\n&nbsp;\r\n\r\nIC Wood LLC\r\n\r\n4202 Wilson Road East\r\n\r\nTaberg, NY  13471\r\n\r\n315-709-7079\r\n\r\n<a href="http://icwoodllc.com">http://wwwicwoodllc.com</a>\r\n\r\n&nbsp;', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-06-12 14:26:45', '2014-06-12 19:26:45', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6085, 2, '2014-06-12 14:27:32', '2014-06-12 19:27:32', '<h4></h4>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" alt="abi-logo" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" alt="animal_source" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" alt="blue_rhino" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" alt="CLR_Design" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" alt="DesertPlasticsheader" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" alt="ebscocom-logo" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" alt="fauna_research" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" alt="grubco" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" alt="lyontechnology" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" alt="nebraskabrand" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" alt="overland" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" alt="premier_tours" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" alt="rodentpro" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4></h4>\r\n</div>\r\n<h4>Hagen Avicultural Research Institute</h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" alt="Haven" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" alt="Swine" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n<div class="hr"></div>\r\n<h4>Animal Equipment by Stoney</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment.jpg"><img class="alignnone size-medium wp-image-5339" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment-300x231.jpg" alt="AnimalEquipment" width="300" height="231" /></a>\r\n<div class="clearfix"></div>\r\n4210 Linda Street\r\nBacliff, TX 77518\r\n(281) 299-6171\r\n\r\n<a href="http://http://www.aestoney.com">http://www.aestoney.com</a>\r\n<div class="hr"></div>\r\n<h4>Scratch N All</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg"><img class="alignnone size-full wp-image-5344" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg" alt="ScratchNAll" width="160" height="160" /></a>\r\n<div class="clearfix"></div>\r\nPO Box 92\r\nDillsburg, PA 17019\r\n(888) 972-7282\r\n\r\n<a href="http://www.scratchnall.com">http://www.scratchnall.com</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #ff6600;"><strong>IC Wood LLC</strong></span>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IC-Wood.jpg"><img class="alignnone size-medium wp-image-6082" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/IC-Wood-300x79.jpg" alt="IC Wood" width="300" height="79" /></a>\r\n\r\n&nbsp;\r\n\r\nIC Wood LLC\r\n\r\n4202 Wilson Road East\r\n\r\nTaberg, NY  13471\r\n\r\n315-709-7079\r\n\r\n<a href="http://icwoodllc.com">http://wwwicwoodllc.com</a>\r\n\r\n&nbsp;', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-06-12 14:27:32', '2014-06-12 19:27:32', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6086, 2, '2014-06-12 14:28:22', '2014-06-12 19:28:22', '<h4></h4>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" alt="abi-logo" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" alt="animal_source" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" alt="blue_rhino" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" alt="CLR_Design" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" alt="DesertPlasticsheader" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" alt="ebscocom-logo" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" alt="fauna_research" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" alt="grubco" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" alt="lyontechnology" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" alt="nebraskabrand" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" alt="overland" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" alt="premier_tours" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" alt="rodentpro" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4></h4>\r\n</div>\r\n<h4>Hagen Avicultural Research Institute</h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" alt="Haven" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" alt="Swine" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n<div class="hr"></div>\r\n<h4>Animal Equipment by Stoney</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment.jpg"><img class="alignnone size-medium wp-image-5339" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment-300x231.jpg" alt="AnimalEquipment" width="300" height="231" /></a>\r\n<div class="clearfix"></div>\r\n4210 Linda Street\r\nBacliff, TX 77518\r\n(281) 299-6171\r\n\r\n<a href="http://http://www.aestoney.com">http://www.aestoney.com</a>\r\n<div class="hr"></div>\r\n<h4>Scratch N All</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg"><img class="alignnone size-full wp-image-5344" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg" alt="ScratchNAll" width="160" height="160" /></a>\r\n<div class="clearfix"></div>\r\nPO Box 92\r\nDillsburg, PA 17019\r\n(888) 972-7282\r\n\r\n<a href="http://www.scratchnall.com">http://www.scratchnall.com</a>\r\n\r\n&nbsp;\r\n<h4><span style="color: #993300;"><strong>IC Wood LLC</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IC-Wood.jpg"><img class="alignnone size-medium wp-image-6082" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/IC-Wood-300x79.jpg" alt="IC Wood" width="300" height="79" /></a>\r\n\r\n&nbsp;\r\n\r\nIC Wood LLC\r\n\r\n4202 Wilson Road East\r\n\r\nTaberg, NY  13471\r\n\r\n315-709-7079\r\n\r\n<a href="http://icwoodllc.com">http://wwwicwoodllc.com</a>\r\n\r\n&nbsp;', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-06-12 14:28:22', '2014-06-12 19:28:22', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6087, 3, '2014-06-13 09:09:23', '2014-06-13 14:09:23', '<h5>Facility</h5>\r\n<p>Catoctin Wildlife Preserve and Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThis position will work with our carnivores as well as other Taxa. \r\n\r\nJob duties consist of but are not limited to;\r\n1. Daily inspections of animals and documentation.\r\n2. Preparation of food for animals including butchering and processing of meat and daily administration of vitamin supplements.\r\n3. Cleaning of exhibits and food prep areas.\r\n4. Operant conditioning of the animals and behavioral enrichment.\r\n5. Educational Tours, Keeper Talks, traveling exhibits.\r\n6. Handling of animals, crating animals for transport and participation with the Emergency Response Team.\r\n7. Assist with veterinary care and baby raising as needed.\r\n8. Assist with building and erecting of new exhibits and reconstruction and repair of existing exhibits and buildings.\r\n9. Maintenance of grounds in and around exhibits.\r\n<h6>Education and Pre-requisites</h6>\r\n1. BS degree in Biology/Zoology or related field or equivalent education, experience, and training.\r\n2. MINIMUM 1 Year Previous full-time experience in a zoological institution and ability to work in a harmonious manner with staff, volunteers, and supervisors.\r\n3. Must be able to do some heavy lifting of at least 50 pounds.\r\n4. Must be able to work in unfavorable weather conditions including rain, snow, extreme heat, and freezing temperatures.\r\n5. Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\n6. Must be able to follow instructions and required policies and procedures.\r\n7. Must be honest, trustworthy and organized and be passionate about working with animals.\r\n8. Must have valid driver’s license and social security card or Work Visa.\r\n9. One [1] letter of reference/recommendation.\r\n10. Up to date vaccinations including for Tetanus and be TB Negative.\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nPlease send your resume to mlawrence@cwpzoo.com\r\n\r\n\r\n', 'Carnivore Keeper', 0, '', 'publish', 'closed', 'closed', '', 'carnivore-keeper', '', '', '2014-06-13 09:09:23', '2014-06-13 14:09:23', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6087', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6088, 1841, '2014-06-13 09:09:23', '2014-06-13 14:09:23', '', 'Carnivore Keeper', 0, '', 'inherit', 'closed', 'closed', '', '6087-revision-v1', '', '', '2014-06-13 09:09:23', '2014-06-13 14:09:23', '', 6087, 'https://www.aazk.org/6087-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6089, 1841, '2014-06-13 09:09:23', '2014-06-13 14:09:23', '<h5>Facility</h5>\r\n<p>Catoctin Wildlife Preserve and Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThis position will work with our carnivores as well as other Taxa. \r\n\r\nJob duties consist of but are not limited to;\r\n1. Daily inspections of animals and documentation.\r\n2. Preparation of food for animals including butchering and processing of meat and daily administration of vitamin supplements.\r\n3. Cleaning of exhibits and food prep areas.\r\n4. Operant conditioning of the animals and behavioral enrichment.\r\n5. Educational Tours, Keeper Talks, traveling exhibits.\r\n6. Handling of animals, crating animals for transport and participation with the Emergency Response Team.\r\n7. Assist with veterinary care and baby raising as needed.\r\n8. Assist with building and erecting of new exhibits and reconstruction and repair of existing exhibits and buildings.\r\n9. Maintenance of grounds in and around exhibits.\r\n<h6>Education and Pre-requisites</h6>\r\n1. BS degree in Biology/Zoology or related field or equivalent education, experience, and training.\r\n2. MINIMUM 1 Year Previous full-time experience in a zoological institution and ability to work in a harmonious manner with staff, volunteers, and supervisors.\r\n3. Must be able to do some heavy lifting of at least 50 pounds.\r\n4. Must be able to work in unfavorable weather conditions including rain, snow, extreme heat, and freezing temperatures.\r\n5. Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\n6. Must be able to follow instructions and required policies and procedures.\r\n7. Must be honest, trustworthy and organized and be passionate about working with animals.\r\n8. Must have valid driver’s license and social security card or Work Visa.\r\n9. One [1] letter of reference/recommendation.\r\n10. Up to date vaccinations including for Tetanus and be TB Negative.\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nPlease send your resume to mlawrence@cwpzoo.com\r\n\r\n\r\n', 'Carnivore Keeper', 0, '', 'inherit', 'closed', 'closed', '', '6087-revision-v1', '', '', '2014-06-13 09:09:23', '2014-06-13 14:09:23', '', 6087, 'https://www.aazk.org/6087-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6090, 3, '2014-06-13 09:11:26', '2014-06-13 14:11:26', '<h5>Facility</h5>\r\n<p>Catoctin Wildlife Preserve and Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThis position will work with a wide variety of Mammals and Birds. \r\n\r\nJob duties consist of but are not limited to;\r\n1. Daily inspections of animals and documentation.\r\n2. Preparation of food for animals including butchering and processing of meat and daily administration of vitamin supplements.\r\n3. Cleaning of exhibits and food prep areas.\r\n4. Operant conditioning of the animals and behavioral enrichment.\r\n5. Educational Tours, Keeper Talks, traveling exhibits.\r\n6. Handling of animals, crating animals for transport and participation with the Emergency Response Team.\r\n7. Assist with veterinary care and baby raising as needed.\r\n8. Assist with building and erecting of new exhibits and reconstruction and repair of existing exhibits and buildings.\r\n9. Maintenance of grounds in and around exhibits.\r\n<h6>Education and Pre-requisites</h6>\r\n1. BS degree in Biology/Zoology or related field or equivalent education, experience, and training.\r\n2. MINIMUM 1 Year Previous full-time experience in a zoological institution and ability to work in a harmonious manner with staff, volunteers, and supervisors.\r\n3. Must be able to do some heavy lifting of at least 50 pounds.\r\n4. Must be able to work in unfavorable weather conditions including rain, snow, extreme heat, and freezing temperatures.\r\n5. Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\n6. Must be able to follow instructions and required policies and procedures.\r\n7. Must be honest, trustworthy and organized and be passionate about working with animals.\r\n8. Must have valid driver’s license and social security card or Work Visa.\r\n9. One [1] letter of reference/recommendation.\r\n10. Up to date vaccinations including for Tetanus and be TB Negative.\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nPlease send resume to mlawrence@cwpzoo.com\r\n', 'Zoo Keeper', 0, '', 'publish', 'closed', 'closed', '', 'zoo-keeper-4', '', '', '2014-06-13 09:11:26', '2014-06-13 14:11:26', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6090', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6091, 1841, '2014-06-13 09:11:26', '2014-06-13 14:11:26', '', 'Zoo Keeper', 0, '', 'inherit', 'closed', 'closed', '', '6090-revision-v1', '', '', '2014-06-13 09:11:26', '2014-06-13 14:11:26', '', 6090, 'https://www.aazk.org/6090-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6092, 1841, '2014-06-13 09:11:26', '2014-06-13 14:11:26', '<h5>Facility</h5>\r\n<p>Catoctin Wildlife Preserve and Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThis position will work with a wide variety of Mammals and Birds. \r\n\r\nJob duties consist of but are not limited to;\r\n1. Daily inspections of animals and documentation.\r\n2. Preparation of food for animals including butchering and processing of meat and daily administration of vitamin supplements.\r\n3. Cleaning of exhibits and food prep areas.\r\n4. Operant conditioning of the animals and behavioral enrichment.\r\n5. Educational Tours, Keeper Talks, traveling exhibits.\r\n6. Handling of animals, crating animals for transport and participation with the Emergency Response Team.\r\n7. Assist with veterinary care and baby raising as needed.\r\n8. Assist with building and erecting of new exhibits and reconstruction and repair of existing exhibits and buildings.\r\n9. Maintenance of grounds in and around exhibits.\r\n<h6>Education and Pre-requisites</h6>\r\n1. BS degree in Biology/Zoology or related field or equivalent education, experience, and training.\r\n2. MINIMUM 1 Year Previous full-time experience in a zoological institution and ability to work in a harmonious manner with staff, volunteers, and supervisors.\r\n3. Must be able to do some heavy lifting of at least 50 pounds.\r\n4. Must be able to work in unfavorable weather conditions including rain, snow, extreme heat, and freezing temperatures.\r\n5. Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\n6. Must be able to follow instructions and required policies and procedures.\r\n7. Must be honest, trustworthy and organized and be passionate about working with animals.\r\n8. Must have valid driver’s license and social security card or Work Visa.\r\n9. One [1] letter of reference/recommendation.\r\n10. Up to date vaccinations including for Tetanus and be TB Negative.\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nPlease send resume to mlawrence@cwpzoo.com\r\n', 'Zoo Keeper', 0, '', 'inherit', 'closed', 'closed', '', '6090-revision-v1', '', '', '2014-06-13 09:11:26', '2014-06-13 14:11:26', '', 6090, 'https://www.aazk.org/6090-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6093, 3, '2014-06-13 16:16:46', '2014-06-13 21:16:46', '<h5>Facility</h5>\r\n<p>Utah\'s Hogle Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nUtah’s Hogle Zoo is announcing the immediate opening of a full-time benefitted position as Relief Keeper-Rocky Shores.\r\n\r\nThe Rocky Shores exhibit includes four acres with five large exhibits featuring Grizzly and Polar Bears, Seals and Sea Lions, Bald Eagles and North American River Otters. Relief Keeper – Rocky Shores is responsible for the care and husbandry of these animals, the salt water aquaria, as well as, other animals or areas as assigned. \r\n\r\n\r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nApplicants must be able to work effectively in a positive team environment, equally with guests, staff and volunteers.  Excellent verbal and written communication skills are necessary in this position. At least three years paid experience working with pinnipeds in a zoo or aquarium setting is required. There is a strong expectation of experience in operant conditioning and training techniques, providing enrichment, public speaking, and developing pinniped programs for Zoo guests. Degree in life sciences, biology, zoology or related field is preferred. Relief Keeper – Rocky Shores will also be trained to work in other animal areas of the Zoo.   \r\n\r\nApplicant must be able to work under diverse and variable weather conditions, in close proximity to visitors, be able to lift over 60 pounds without injury, bend, stoop, jump, and stretch; must be able to obtain an Advanced Open Water dive certification from a recognized organization; and, an excellent driving record is required.  \r\n<h6>Compensation and benefits</h6>\r\n\r\nPosition includes an excellent benefits package, including medical, dental, and retirement plans as well as paid vacation and holiday time. Salary is commensurate with experience. Salt Lake City, Utah, is the gateway for outstanding outdoor activities with world-class skiing less than 30 minutes away and more than 20 National Parks and monuments within a few hours\' drive – this area is ideal for nature lovers!  \r\n\r\n\r\n<h6>Application instructions</h6>\r\nAnyone interested in this position should send a cover letter, resume and three professional references to Jeffrey Landry, Animal Care Supervisor, Utah’s Hogle Zoo, 2600 Sunnyside Ave., Salt Lake City, UT, 84108, or jlandry@hoglezoo.org by 27 June 2014.  Utah’s Hogle Zoo is an Equal Opportunity Employer. \r\n', 'Relief Keeper-Rocky Shores', 0, '', 'trash', 'closed', 'closed', '', 'relief-keeper-rocky-shores', '', '', '2014-08-01 12:29:34', '2014-08-01 17:29:34', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6093', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6094, 0, '2014-06-13 16:16:46', '2014-06-13 21:16:46', '', 'Relief Keeper-Rocky Shores', 0, '', 'inherit', 'closed', 'closed', '', '6093-revision-v1', '', '', '2014-06-13 16:16:46', '2014-06-13 21:16:46', '', 6093, 'https://www.aazk.org/6093-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6095, 0, '2014-06-13 16:16:46', '2014-06-13 21:16:46', '<h5>Facility</h5>\r\n<p>Utah\'s Hogle Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nUtah’s Hogle Zoo is announcing the immediate opening of a full-time benefitted position as Relief Keeper-Rocky Shores.\r\n\r\nThe Rocky Shores exhibit includes four acres with five large exhibits featuring Grizzly and Polar Bears, Seals and Sea Lions, Bald Eagles and North American River Otters. Relief Keeper – Rocky Shores is responsible for the care and husbandry of these animals, the salt water aquaria, as well as, other animals or areas as assigned. \r\n\r\n\r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nApplicants must be able to work effectively in a positive team environment, equally with guests, staff and volunteers.  Excellent verbal and written communication skills are necessary in this position. At least three years paid experience working with pinnipeds in a zoo or aquarium setting is required. There is a strong expectation of experience in operant conditioning and training techniques, providing enrichment, public speaking, and developing pinniped programs for Zoo guests. Degree in life sciences, biology, zoology or related field is preferred. Relief Keeper – Rocky Shores will also be trained to work in other animal areas of the Zoo.   \r\n\r\nApplicant must be able to work under diverse and variable weather conditions, in close proximity to visitors, be able to lift over 60 pounds without injury, bend, stoop, jump, and stretch; must be able to obtain an Advanced Open Water dive certification from a recognized organization; and, an excellent driving record is required.  \r\n<h6>Compensation and benefits</h6>\r\n\r\nPosition includes an excellent benefits package, including medical, dental, and retirement plans as well as paid vacation and holiday time. Salary is commensurate with experience. Salt Lake City, Utah, is the gateway for outstanding outdoor activities with world-class skiing less than 30 minutes away and more than 20 National Parks and monuments within a few hours\' drive – this area is ideal for nature lovers!  \r\n\r\n\r\n<h6>Application instructions</h6>\r\nAnyone interested in this position should send a cover letter, resume and three professional references to Jeffrey Landry, Animal Care Supervisor, Utah’s Hogle Zoo, 2600 Sunnyside Ave., Salt Lake City, UT, 84108, or jlandry@hoglezoo.org by 27 June 2014.  Utah’s Hogle Zoo is an Equal Opportunity Employer. \r\n', 'Relief Keeper-Rocky Shores', 0, '', 'inherit', 'closed', 'closed', '', '6093-revision-v1', '', '', '2014-06-13 16:16:46', '2014-06-13 21:16:46', '', 6093, 'https://www.aazk.org/6093-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6096, 3, '2014-06-16 11:58:26', '2014-06-16 16:58:26', '<h5>Facility</h5>\r\n<p>Rare Species Conservatory Foundation</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Rare Species Conservatory Foundation (RSCF), an international 501 (c)3 wildlife-conservation non-profit organization, invites applications for a Facilities Manager/Husbandry Specialist for its 30-acre Loxahatchee, Florida headquarters.  The position is salaried, full-time and requires on-site housing (provided).  Responsibilities include all facilities operations including daily animal care (endangered psittacines, primates and African ungulates), facility maintenance, landscaping, enclosure/structural design and construction, orders/deliveries, conservation program development, record keeping, and management of a small team of keeper staff and interns.  RSCF’s Curator and Director oversee and work closely with this position.\r\n\r\nNo phone calls, please.  Send c.v. with references via and letter of interest via USPS or email to:\r\n\r\nPaul R. Reillo, Ph.D., President\r\nRare Species Conservatory Foundation\r\nP.O. Box 1371\r\nLoxahatchee, FL 33470\r\n\r\ninfo@rarespecies.org\r\nwww.rarespecies.org\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nQualifications:\r\n\r\n•	Min. Batchelor’s degree in relevant life-sciences field\r\n•	Min. 5 years progressive experience at senior husbandry level at a zoological facility, or equivalent\r\n•	Experience with farm management and maintenance, equipment operation and maintenance\r\n•	Proficient at hand-feeding psittacines from hatching through fledging\r\n•	Extensive husbandry experience with psittacines, African hoofstock and New World primates\r\n•	Familiarity with ARKS/SPARKS record keeping\r\n•	Physical fitness—ability to work outdoors, year-round in a tropical climate\r\n•	Long-term commitment to endangered species recovery programs and wildlife conservation\r\n•	Alignment with RSCF conservation programs and philosophy (www.rarespecies.org) \r\n•	Non-smoker, no children or pets (joint spouse/partner position considered)\r\n\r\nFlorida residency preferred, but not required.  Valid Florida driver\'s license and reliable transportation required.\r\n\r\n<h6>Compensation and benefits</h6>\r\nHousing provided.  Salaried position, compensation commensurate with experience.  \r\n<h6>Application instructions</h6>\r\nPlease send c.v. with references via and letter of interest via postal or email to:\r\n\r\nPaul R. Reillo, Ph.D., President\r\nRare Species Conservatory Foundation\r\nP.O. Box 1371\r\nLoxahatchee, FL 33470\r\n\r\ninfo@rarespecies.org\r\nwww.rarespecies.org\r\n\r\n', 'Facilities Manager/Husbandry Specialist', 0, '', 'publish', 'closed', 'closed', '', 'facilities-managerhusbandry-specialist', '', '', '2014-06-16 11:58:26', '2014-06-16 16:58:26', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6096', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6097, 0, '2014-06-16 11:58:26', '2014-06-16 16:58:26', '', 'Facilities Manager/Husbandry Specialist', 0, '', 'inherit', 'closed', 'closed', '', '6096-revision-v1', '', '', '2014-06-16 11:58:26', '2014-06-16 16:58:26', '', 6096, 'https://www.aazk.org/6096-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6098, 0, '2014-06-16 11:58:26', '2014-06-16 16:58:26', '<h5>Facility</h5>\r\n<p>Rare Species Conservatory Foundation</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Rare Species Conservatory Foundation (RSCF), an international 501 (c)3 wildlife-conservation non-profit organization, invites applications for a Facilities Manager/Husbandry Specialist for its 30-acre Loxahatchee, Florida headquarters.  The position is salaried, full-time and requires on-site housing (provided).  Responsibilities include all facilities operations including daily animal care (endangered psittacines, primates and African ungulates), facility maintenance, landscaping, enclosure/structural design and construction, orders/deliveries, conservation program development, record keeping, and management of a small team of keeper staff and interns.  RSCF’s Curator and Director oversee and work closely with this position.\r\n\r\nNo phone calls, please.  Send c.v. with references via and letter of interest via USPS or email to:\r\n\r\nPaul R. Reillo, Ph.D., President\r\nRare Species Conservatory Foundation\r\nP.O. Box 1371\r\nLoxahatchee, FL 33470\r\n\r\ninfo@rarespecies.org\r\nwww.rarespecies.org\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nQualifications:\r\n\r\n•	Min. Batchelor’s degree in relevant life-sciences field\r\n•	Min. 5 years progressive experience at senior husbandry level at a zoological facility, or equivalent\r\n•	Experience with farm management and maintenance, equipment operation and maintenance\r\n•	Proficient at hand-feeding psittacines from hatching through fledging\r\n•	Extensive husbandry experience with psittacines, African hoofstock and New World primates\r\n•	Familiarity with ARKS/SPARKS record keeping\r\n•	Physical fitness—ability to work outdoors, year-round in a tropical climate\r\n•	Long-term commitment to endangered species recovery programs and wildlife conservation\r\n•	Alignment with RSCF conservation programs and philosophy (www.rarespecies.org) \r\n•	Non-smoker, no children or pets (joint spouse/partner position considered)\r\n\r\nFlorida residency preferred, but not required.  Valid Florida driver\'s license and reliable transportation required.\r\n\r\n<h6>Compensation and benefits</h6>\r\nHousing provided.  Salaried position, compensation commensurate with experience.  \r\n<h6>Application instructions</h6>\r\nPlease send c.v. with references via and letter of interest via postal or email to:\r\n\r\nPaul R. Reillo, Ph.D., President\r\nRare Species Conservatory Foundation\r\nP.O. Box 1371\r\nLoxahatchee, FL 33470\r\n\r\ninfo@rarespecies.org\r\nwww.rarespecies.org\r\n\r\n', 'Facilities Manager/Husbandry Specialist', 0, '', 'inherit', 'closed', 'closed', '', '6096-revision-v1', '', '', '2014-06-16 11:58:26', '2014-06-16 16:58:26', '', 6096, 'https://www.aazk.org/6096-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6099, 3, '2014-06-16 17:22:49', '2014-06-16 22:22:49', '<h5>Facility</h5>\r\n<p>Tigers For Tomorrow at Untamed Mountain</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nTigers For Tomorrow is looking for 3 and 6 month interns.Intern will work directly under keepers and The Director of Animal Care and will need to perform daily husbandry of barn animals, hoofstock, small mammals as well as care for over 80 predators: cleaning, feeding and grooming. Daily husbandry and care of Carnivore Compound: Meat pick up and diet preparation, cleaning, enrichment, building, landscaping, property maintenance. Interns will learn what it takes to run an exotic animal rescue and the basics of non-profit management. Interns will be required to interact with the public, lead and participate in guided tours and participate in fundraising events. \r\n<h6>Education and Pre-requisites</h6>\r\n2 years minimum in related field.\r\n* Interns must read and sign liability release documents, study and pass a test on Lost Child Protocol and Animal Escape Procedures. \r\n<h6>Compensation and benefits</h6>\r\nStipends: $50.00 a week Rooming: Rooming is provided  in the near-by area. Utilities are included. Transportation is necessary.\r\n<h6>Application instructions</h6>\r\nPlease forward resume, cover letter and references to untamedmountain@gmail.com \r\n', 'Animal  Keeper  Intern', 0, '', 'publish', 'closed', 'closed', '', 'animal-keeper-intern-2', '', '', '2014-06-16 17:22:49', '2014-06-16 22:22:49', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6099', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6100, 659554, '2014-06-16 17:22:49', '2014-06-16 22:22:49', '', 'Animal  Keeper  Intern', 0, '', 'inherit', 'closed', 'closed', '', '6099-revision-v1', '', '', '2014-06-16 17:22:49', '2014-06-16 22:22:49', '', 6099, 'https://www.aazk.org/6099-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6101, 659554, '2014-06-16 17:22:49', '2014-06-16 22:22:49', '<h5>Facility</h5>\r\n<p>Tigers For Tomorrow at Untamed Mountain</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nTigers For Tomorrow is looking for 3 and 6 month interns.Intern will work directly under keepers and The Director of Animal Care and will need to perform daily husbandry of barn animals, hoofstock, small mammals as well as care for over 80 predators: cleaning, feeding and grooming. Daily husbandry and care of Carnivore Compound: Meat pick up and diet preparation, cleaning, enrichment, building, landscaping, property maintenance. Interns will learn what it takes to run an exotic animal rescue and the basics of non-profit management. Interns will be required to interact with the public, lead and participate in guided tours and participate in fundraising events. \r\n<h6>Education and Pre-requisites</h6>\r\n2 years minimum in related field.\r\n* Interns must read and sign liability release documents, study and pass a test on Lost Child Protocol and Animal Escape Procedures. \r\n<h6>Compensation and benefits</h6>\r\nStipends: $50.00 a week Rooming: Rooming is provided  in the near-by area. Utilities are included. Transportation is necessary.\r\n<h6>Application instructions</h6>\r\nPlease forward resume, cover letter and references to untamedmountain@gmail.com \r\n', 'Animal  Keeper  Intern', 0, '', 'inherit', 'closed', 'closed', '', '6099-revision-v1', '', '', '2014-06-16 17:22:49', '2014-06-16 22:22:49', '', 6099, 'https://www.aazk.org/6099-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6102, 3, '2014-06-16 17:39:09', '2014-06-16 22:39:09', '<h5>Facility</h5>\r\n<p>Tigers For Tomorrow at Untamed Mountain</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nTigers for Tomorrow at Untamed Mountain is seeking a full time, entry level keeper. \r\nJob Duties consist of:\r\nDiet Preparation, daily husbandry ( cleaning, feeding, habitat maintenance),Must be able to do some heavy lifting of at least 50 pounds. Building habitats and maintenance of existing enclosures,maintenance of grounds in and around exhibits. Assist in and perform  Educational Tours, Keeper Talks, and help with fundraisers.\r\n<h6>Education and Pre-requisites</h6>\r\nApplicant  should have a  BS degree in Biology/Zoology or related field or equivalent education, experience, and training. Must have valid driver’s license and social security card or Work Visa.\r\nMINIMUM 2 Years Previous full-time experience and ability to work in a harmonious manner with staff, volunteers, and supervisors.\r\nMust be able to work in unfavorable weather conditions including rain, snow, extreme heat, and freezing temperatures.\r\nMust have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\nMust read and sign liability release documents, study and pass a test on Lost Child Protocol and Animal Escape Procedures. \r\n Must be honest, trustworthy and organized and be passionate about working with ALL animals.\r\n8.\r\n<h6>Compensation and benefits</h6>\r\nCompensation depends on experience.\r\n<h6>Application instructions</h6>\r\nSubmit 3 references, cover letter and resume to Untamedmountain@gmail.com\r\n', ' Keeper- entry level', 0, '', 'publish', 'closed', 'closed', '', 'keeper-entry-level', '', '', '2014-06-16 17:39:09', '2014-06-16 22:39:09', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6102', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6103, 0, '2014-06-16 17:39:09', '2014-06-16 22:39:09', '', ' Keeper- entry level', 0, '', 'inherit', 'closed', 'closed', '', '6102-revision-v1', '', '', '2014-06-16 17:39:09', '2014-06-16 22:39:09', '', 6102, 'https://www.aazk.org/6102-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6104, 0, '2014-06-16 17:39:09', '2014-06-16 22:39:09', '<h5>Facility</h5>\r\n<p>Tigers For Tomorrow at Untamed Mountain</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nTigers for Tomorrow at Untamed Mountain is seeking a full time, entry level keeper. \r\nJob Duties consist of:\r\nDiet Preparation, daily husbandry ( cleaning, feeding, habitat maintenance),Must be able to do some heavy lifting of at least 50 pounds. Building habitats and maintenance of existing enclosures,maintenance of grounds in and around exhibits. Assist in and perform  Educational Tours, Keeper Talks, and help with fundraisers.\r\n<h6>Education and Pre-requisites</h6>\r\nApplicant  should have a  BS degree in Biology/Zoology or related field or equivalent education, experience, and training. Must have valid driver’s license and social security card or Work Visa.\r\nMINIMUM 2 Years Previous full-time experience and ability to work in a harmonious manner with staff, volunteers, and supervisors.\r\nMust be able to work in unfavorable weather conditions including rain, snow, extreme heat, and freezing temperatures.\r\nMust have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\nMust read and sign liability release documents, study and pass a test on Lost Child Protocol and Animal Escape Procedures. \r\n Must be honest, trustworthy and organized and be passionate about working with ALL animals.\r\n8.\r\n<h6>Compensation and benefits</h6>\r\nCompensation depends on experience.\r\n<h6>Application instructions</h6>\r\nSubmit 3 references, cover letter and resume to Untamedmountain@gmail.com\r\n', ' Keeper- entry level', 0, '', 'inherit', 'closed', 'closed', '', '6102-revision-v1', '', '', '2014-06-16 17:39:09', '2014-06-16 22:39:09', '', 6102, 'https://www.aazk.org/6102-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6105, 3, '2014-06-17 15:46:02', '2014-06-17 20:46:02', '<h5>Facility</h5>\r\n<p>Columbian Park Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe City of Lafayette, IN is seeking a Director for the Columbian Park Zoo.  The Director is responsible for the executive leadership and daily management of the six-acre facility which is located in a small, progressive city and is a division within the Department of Parks and Recreation.  This visionary leader must possess strong strategic thinking, fundraising, project management, marketing and public relations skills in addition to demonstrated financial and animal management skills.  The Director will oversee a staff of 8 full-time, 25 part-time/seasonal employees, and numerous volunteers/interns.  The Zoo exhibits nearly 200 specimens representing 90 species.  This individual will be responsible for the continued planning and implementation of the zoo\'s master plan and works closely with advisory, non-profit boards, and a variety of community partners.  Attaining AZA accreditation within the next three years is one of the Zoo\'s primary goals.\r\n<h6>Education and Pre-requisites</h6>\r\nA minimum of five years\' experience in zoo operations/management and 5-7 years supervisory/leadership experience is preferred.  A Bachelor\'s degree in Zoology, Management, or related field is required.  The successful candidate will possess a dynamic personality and have a demonstrated ability to lead, motivate and work with a team to achieve goals and carry out the Zoo\'s mission.\r\n<h6>Compensation and benefits</h6>\r\nSalary is $1793.67-$2065.06/bi-weekly.  \r\n\r\nPosition includes a competitive benefits package consisting of medical/dental/vision/retirement plans as well as paid vacation/holiday time.\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and to apply for this position on-line, please visit the City of Lafayette, IN website at: http://www.lafayette.in.gov/employment/\r\n\r\nThe City of Lafayette is an Equal Opportunity Employer.\r\n', 'Zoo Director', 0, '', 'publish', 'closed', 'closed', '', 'zoo-director', '', '', '2014-06-17 15:46:03', '2014-06-17 20:46:03', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6105', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6106, 0, '2014-06-17 15:46:02', '2014-06-17 20:46:02', '', 'Zoo Director', 0, '', 'inherit', 'closed', 'closed', '', '6105-revision-v1', '', '', '2014-06-17 15:46:02', '2014-06-17 20:46:02', '', 6105, 'https://www.aazk.org/6105-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6107, 0, '2014-06-17 15:46:03', '2014-06-17 20:46:03', '<h5>Facility</h5>\r\n<p>Columbian Park Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe City of Lafayette, IN is seeking a Director for the Columbian Park Zoo.  The Director is responsible for the executive leadership and daily management of the six-acre facility which is located in a small, progressive city and is a division within the Department of Parks and Recreation.  This visionary leader must possess strong strategic thinking, fundraising, project management, marketing and public relations skills in addition to demonstrated financial and animal management skills.  The Director will oversee a staff of 8 full-time, 25 part-time/seasonal employees, and numerous volunteers/interns.  The Zoo exhibits nearly 200 specimens representing 90 species.  This individual will be responsible for the continued planning and implementation of the zoo\'s master plan and works closely with advisory, non-profit boards, and a variety of community partners.  Attaining AZA accreditation within the next three years is one of the Zoo\'s primary goals.\r\n<h6>Education and Pre-requisites</h6>\r\nA minimum of five years\' experience in zoo operations/management and 5-7 years supervisory/leadership experience is preferred.  A Bachelor\'s degree in Zoology, Management, or related field is required.  The successful candidate will possess a dynamic personality and have a demonstrated ability to lead, motivate and work with a team to achieve goals and carry out the Zoo\'s mission.\r\n<h6>Compensation and benefits</h6>\r\nSalary is $1793.67-$2065.06/bi-weekly.  \r\n\r\nPosition includes a competitive benefits package consisting of medical/dental/vision/retirement plans as well as paid vacation/holiday time.\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and to apply for this position on-line, please visit the City of Lafayette, IN website at: http://www.lafayette.in.gov/employment/\r\n\r\nThe City of Lafayette is an Equal Opportunity Employer.\r\n', 'Zoo Director', 0, '', 'inherit', 'closed', 'closed', '', '6105-revision-v1', '', '', '2014-06-17 15:46:03', '2014-06-17 20:46:03', '', 6105, 'https://www.aazk.org/6105-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6108, 3, '2014-06-18 07:37:59', '2014-06-18 12:37:59', '<h5>Facility</h5>\r\n<p>Reston Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nCurator\r\nReston Zoo is looking for an Animal Curator to join our staff.  We are a family friendly zoological park located on 30 acres in the middle of Fairfax County, Virginia. The collection includes small mammals, birds, primates, reptiles, domestic and exotic hoof stock.\r\nRequirements: \r\nA neat, clean appearance.\r\n•	No visible tattoos or facial piercings.\r\n•	Non-smoking workplace.\r\n•	Must have great people skills.\r\n•	Must be available weekends and holidays.\r\n•	Must have full-time, year-round availability\r\nDuties: \r\n•	Managing the collection of animals at the zoo and ensuring the animals thrive long-term.\r\n•	Recruiting, interviewing, hiring, training, evaluating and scheduling animal keepers.\r\n•	Keeping breeding logs.\r\n•	Generating work orders for the animal department.\r\n•	Ensure safety and USDA compliance for the department. \r\n•	Creating monthly inventory and change reports\r\n•	Animal husbandry and other duties as assigned by Director\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n•	Minimum of a bachelor’s degree or the equivalent amount of experience in the animal science, biology or a similar field. \r\n•	Minimum of experience to be able to perform all job duties.\r\n•	Physically fit and ability to lift 50 pounds\r\n•	Ability or willingness to become familiar with dart guns, chemical restraint equipment and lethal means of subduing animals. \r\n\r\n<h6>Compensation and benefits</h6>\r\nSalary negotiable based on experience; Sick Pay; Insurance stipend; Paid vacation; 401(k)\r\n<h6>Application instructions</h6>\r\nPlease contact\r\nMichelle Elliott—Reston Zoo Director\r\ndirector@restonzoo.com\r\n\r\n', 'Animal Curator', 0, '', 'publish', 'closed', 'closed', '', 'animal-curator', '', '', '2014-06-18 07:37:59', '2014-06-18 12:37:59', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6108', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6109, 0, '2014-06-18 07:37:59', '2014-06-18 12:37:59', '', 'Animal Curator', 0, '', 'inherit', 'closed', 'closed', '', '6108-revision-v1', '', '', '2014-06-18 07:37:59', '2014-06-18 12:37:59', '', 6108, 'https://www.aazk.org/6108-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6110, 0, '2014-06-18 07:37:59', '2014-06-18 12:37:59', '<h5>Facility</h5>\r\n<p>Reston Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nCurator\r\nReston Zoo is looking for an Animal Curator to join our staff.  We are a family friendly zoological park located on 30 acres in the middle of Fairfax County, Virginia. The collection includes small mammals, birds, primates, reptiles, domestic and exotic hoof stock.\r\nRequirements: \r\nA neat, clean appearance.\r\n•	No visible tattoos or facial piercings.\r\n•	Non-smoking workplace.\r\n•	Must have great people skills.\r\n•	Must be available weekends and holidays.\r\n•	Must have full-time, year-round availability\r\nDuties: \r\n•	Managing the collection of animals at the zoo and ensuring the animals thrive long-term.\r\n•	Recruiting, interviewing, hiring, training, evaluating and scheduling animal keepers.\r\n•	Keeping breeding logs.\r\n•	Generating work orders for the animal department.\r\n•	Ensure safety and USDA compliance for the department. \r\n•	Creating monthly inventory and change reports\r\n•	Animal husbandry and other duties as assigned by Director\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n•	Minimum of a bachelor’s degree or the equivalent amount of experience in the animal science, biology or a similar field. \r\n•	Minimum of experience to be able to perform all job duties.\r\n•	Physically fit and ability to lift 50 pounds\r\n•	Ability or willingness to become familiar with dart guns, chemical restraint equipment and lethal means of subduing animals. \r\n\r\n<h6>Compensation and benefits</h6>\r\nSalary negotiable based on experience; Sick Pay; Insurance stipend; Paid vacation; 401(k)\r\n<h6>Application instructions</h6>\r\nPlease contact\r\nMichelle Elliott—Reston Zoo Director\r\ndirector@restonzoo.com\r\n\r\n', 'Animal Curator', 0, '', 'inherit', 'closed', 'closed', '', '6108-revision-v1', '', '', '2014-06-18 07:37:59', '2014-06-18 12:37:59', '', 6108, 'https://www.aazk.org/6108-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6112, 2, '2014-06-19 13:25:56', '2014-06-19 18:25:56', '<strong>Position Title:</strong> Animal Superintendent – 100% travel required\r\n\r\n<strong>Closing Date:</strong> 09/17/2014\r\n\r\n&nbsp;\r\n\r\n<strong>Description: </strong>\r\n\r\nEnsure that animals traveling and performing with the Circus Units receive the finest possible care and treatment during all phases of Unit Performances and Operations and that the Animal Department with all entities operates as one department.  Oversees all elements and acts that make up the Unit Animal Department and all aspects of animal care, record keeping and interaction with the public on behalf of Ringling Bros. and Barnum &amp; Bailey in accordance with federal, state and local requirements as well as established Best Practices.\r\n\r\n&nbsp;\r\n\r\nOverall responsibility for the direct care of the animals and for compliance with the federal Animal Welfare Act and its USDA Regulations and Standards, as well as the internal policies and procedures of Ringling Bros. and Barnum &amp; Bailey.  These include feeding, watering, bedding, manure pickup, groom, moving animals, exercise, preparing animals for performance and generally looking after the animals’ wellbeing, with accountability through subordinate supervisors.\r\n\r\n&nbsp;\r\n\r\nMaintain the highest quality of Animal Husbandry for both Ringling owned Animals and for all contract acts that have animals. Continually striving to exceed the customers’ expectations by performing the following duties either personally or through subordinates.\r\n\r\nEssential Functions:\r\n\r\n&nbsp;\r\n\r\n1) Responsible for own professional standards of conduct, appearance, workmanship and personal safety in respective job.\r\n\r\n2) Responsible for compliance with all safety and security procedures.\r\n\r\n3) Ensures proper grooming, feeding, and bedding for all stable animals.\r\n\r\n4) Ensures the medical needs of all Barn/Stable animals are met in accordance with Company Veterinarian’s orders and that the requirements of the Veterinary Technician are met.\r\n\r\n5) Monitors medical condition of all animals and alerts director and/or Veterinarian of signs of illness and abnormal behavior of animals when required.\r\n\r\n6) Serves as a personnel manager for all Barn/Stable employees.\r\n\r\n7) Notifies appropriate Departments of required repairs including but not limited to Stock Car Cleaning and Maintenance.\r\n\r\n8) Oversees crew appearance.\r\n\r\n9) Organize Crews for PR needs.\r\n\r\n10) Determines effective allocation of employee resources for set-ups and tear downs.\r\n\r\n11) Responsible to ensure that  all aspects of animal care, record keeping and interaction with the public on behalf of Ringling Bros. and Barnum &amp; Bailey in accordance with  federal, state and local requirements as well as established Best Practices.\r\n\r\n12) Maintain the highest quality of Animal Husbandry for both Ringling owned Animals and for all contract acts that have animals.\r\n\r\n13) Responsible to ensure that all departments are in compliance with the Animal Welfare Act and USDA Animal Care Policies with accountability through subordinate supervisors.\r\n\r\n14) Responsible to ensure that all departments follow the Veterinary Animal Care program.\r\n\r\n15) Responsible for professional standards of conduct, appearance and workmanship of personnel in respective job areas.\r\n\r\n16) Performs regular administrative duties inherent to the Unit Superintendent of Animals.\r\n\r\n17) Ensure that all departments fill out daily animal care reports.\r\n\r\n18) Responsible for compliance with all safety procedures.\r\n\r\n19) Continually seeks to improve efficiency of operations\r\n\r\n20) Directs employees in all aspects of animal care and highest quality of Animal Husbandry for Ringling owned Animals and for all contract acts that have animals.\r\n\r\n21) Maintain liaisons with local on-call veterinarians.\r\n\r\n22) Participation in on site animal seminars for school children at specific locations in cities of Touring Circus route.\r\n\r\n23) Utilize every opportunity to advance our knowledge of exotic and captive animals.\r\n\r\n24) Ensures that each department adheres to the Animal Veterinary Care Department’s Do’s and Don’ts\r\n\r\n25) Carries out supervisory responsibilities in accordance with the organization’s policies and applicable laws.  Responsibilities include interviewing, hiring, and training of employees; planning, assigning, and directing work; appraising performance; rewarding and disciplining employees; addressing complaints and resolving problems.\r\n\r\n26) Supervises feed and equipment requirements within the following parameters:\r\n\r\na. Provide for all animal needs\r\n\r\nb. Ensure the right tools are on hand for all foreseeable needs\r\n\r\nc. Control and eliminate waste in all feed and equipment areas\r\n\r\n27) Supervises scheduling of Barn/Stable personnel including required crew time off as per contractual agreements.\r\n\r\n28) Supervises training and safety issues.\r\n\r\n29) Establish and maintain training routines for all Barn/Stable employees.\r\n\r\n30) Establish and maintain Safety procedures for the handling and movement of all Barn animals, with detailed focus on procedures involving all Cage animals.\r\n\r\n31) Supervises set-up and tear downs of animal areas.\r\n\r\n32) Accepts all other duties as assigned.\r\n\r\n&nbsp;\r\n\r\n<strong>Education and Pre-requisites:</strong>\r\n\r\n1) High school diploma or general education degree (GED) and 3 to 5 years related experience in animal care or equivalent combination of training, education and/or experience.\r\n\r\n2) Ability to read and comprehend medical orders.\r\n\r\n3) Ability to apply animal handling experience in using methods to carry out detailed instructions, and to deal with dynamic situations.\r\n\r\n4) Ability to read and comprehend technical procedures, government regulations and instructions provided in either written, oral or schedule form.\r\n\r\n5) Ability to effectively present information to managers, employees and the public\r\n\r\n6) Ability to write reports, correspondence and procedure manuals.\r\n\r\n7) High degree of interpersonal and organizational skills\r\n\r\n8) Ability to stand, walk, use hands to handle or feel objects, tools or controls; reach with hands and arms; stoop, kneel, crouch, and crawl; talk and hear.\r\n\r\n9) Lift and/or move objects 50lbs to 100lbs.\r\n\r\n10) Specific vision abilities required by this job include color vision, peripheral vision, depth perception, and the ability to adjust focus.\r\n\r\n&nbsp;\r\n\r\n<strong>Application instructions:</strong>\r\n\r\nTo apply, please send a resume and cover letter to <a href="/do/mail/message/mailto?to=hrjobs%40feldinc.com">hrjobs@feldinc.com</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Animal Superintendent - 100% travel required', 0, '', 'publish', 'closed', 'closed', '', 'animal-superintendent-100-travel-required', '', '', '2014-06-19 13:25:56', '2014-06-19 18:25:56', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6112', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6113, 2, '2014-06-19 13:25:42', '2014-06-19 18:25:42', '<strong>Position Title:</strong> Animal Superintendent – 100% travel required\r\n\r\n<strong>Closing Date:</strong> 09/17/2014\r\n\r\n&nbsp;\r\n\r\n<strong>Description: </strong>\r\n\r\nEnsure that animals traveling and performing with the Circus Units receive the finest possible care and treatment during all phases of Unit Performances and Operations and that the Animal Department with all entities operates as one department.  Oversees all elements and acts that make up the Unit Animal Department and all aspects of animal care, record keeping and interaction with the public on behalf of Ringling Bros. and Barnum &amp; Bailey in accordance with federal, state and local requirements as well as established Best Practices.\r\n\r\n&nbsp;\r\n\r\nOverall responsibility for the direct care of the animals and for compliance with the federal Animal Welfare Act and its USDA Regulations and Standards, as well as the internal policies and procedures of Ringling Bros. and Barnum &amp; Bailey.  These include feeding, watering, bedding, manure pickup, groom, moving animals, exercise, preparing animals for performance and generally looking after the animals’ wellbeing, with accountability through subordinate supervisors.\r\n\r\n&nbsp;\r\n\r\nMaintain the highest quality of Animal Husbandry for both Ringling owned Animals and for all contract acts that have animals. Continually striving to exceed the customers’ expectations by performing the following duties either personally or through subordinates.\r\n\r\nEssential Functions:\r\n\r\n&nbsp;\r\n\r\n1) Responsible for own professional standards of conduct, appearance, workmanship and personal safety in respective job.\r\n\r\n2) Responsible for compliance with all safety and security procedures.\r\n\r\n3) Ensures proper grooming, feeding, and bedding for all stable animals.\r\n\r\n4) Ensures the medical needs of all Barn/Stable animals are met in accordance with Company Veterinarian’s orders and that the requirements of the Veterinary Technician are met.\r\n\r\n5) Monitors medical condition of all animals and alerts director and/or Veterinarian of signs of illness and abnormal behavior of animals when required.\r\n\r\n6) Serves as a personnel manager for all Barn/Stable employees.\r\n\r\n7) Notifies appropriate Departments of required repairs including but not limited to Stock Car Cleaning and Maintenance.\r\n\r\n8) Oversees crew appearance.\r\n\r\n9) Organize Crews for PR needs.\r\n\r\n10) Determines effective allocation of employee resources for set-ups and tear downs.\r\n\r\n11) Responsible to ensure that  all aspects of animal care, record keeping and interaction with the public on behalf of Ringling Bros. and Barnum &amp; Bailey in accordance with  federal, state and local requirements as well as established Best Practices.\r\n\r\n12) Maintain the highest quality of Animal Husbandry for both Ringling owned Animals and for all contract acts that have animals.\r\n\r\n13) Responsible to ensure that all departments are in compliance with the Animal Welfare Act and USDA Animal Care Policies with accountability through subordinate supervisors.\r\n\r\n14) Responsible to ensure that all departments follow the Veterinary Animal Care program.\r\n\r\n15) Responsible for professional standards of conduct, appearance and workmanship of personnel in respective job areas.\r\n\r\n16) Performs regular administrative duties inherent to the Unit Superintendent of Animals.\r\n\r\n17) Ensure that all departments fill out daily animal care reports.\r\n\r\n18) Responsible for compliance with all safety procedures.\r\n\r\n19) Continually seeks to improve efficiency of operations\r\n\r\n20) Directs employees in all aspects of animal care and highest quality of Animal Husbandry for Ringling owned Animals and for all contract acts that have animals.\r\n\r\n21) Maintain liaisons with local on-call veterinarians.\r\n\r\n22) Participation in on site animal seminars for school children at specific locations in cities of Touring Circus route.\r\n\r\n23) Utilize every opportunity to advance our knowledge of exotic and captive animals.\r\n\r\n24) Ensures that each department adheres to the Animal Veterinary Care Department’s Do’s and Don’ts\r\n\r\n25) Carries out supervisory responsibilities in accordance with the organization’s policies and applicable laws.  Responsibilities include interviewing, hiring, and training of employees; planning, assigning, and directing work; appraising performance; rewarding and disciplining employees; addressing complaints and resolving problems.\r\n\r\n26) Supervises feed and equipment requirements within the following parameters:\r\n\r\na. Provide for all animal needs\r\n\r\nb. Ensure the right tools are on hand for all foreseeable needs\r\n\r\nc. Control and eliminate waste in all feed and equipment areas\r\n\r\n27) Supervises scheduling of Barn/Stable personnel including required crew time off as per contractual agreements.\r\n\r\n28) Supervises training and safety issues.\r\n\r\n29) Establish and maintain training routines for all Barn/Stable employees.\r\n\r\n30) Establish and maintain Safety procedures for the handling and movement of all Barn animals, with detailed focus on procedures involving all Cage animals.\r\n\r\n31) Supervises set-up and tear downs of animal areas.\r\n\r\n32) Accepts all other duties as assigned.\r\n\r\n&nbsp;\r\n\r\n<strong>Education and Pre-requisites:</strong>\r\n\r\n1) High school diploma or general education degree (GED) and 3 to 5 years related experience in animal care or equivalent combination of training, education and/or experience.\r\n\r\n2) Ability to read and comprehend medical orders.\r\n\r\n3) Ability to apply animal handling experience in using methods to carry out detailed instructions, and to deal with dynamic situations.\r\n\r\n4) Ability to read and comprehend technical procedures, government regulations and instructions provided in either written, oral or schedule form.\r\n\r\n5) Ability to effectively present information to managers, employees and the public\r\n\r\n6) Ability to write reports, correspondence and procedure manuals.\r\n\r\n7) High degree of interpersonal and organizational skills\r\n\r\n8) Ability to stand, walk, use hands to handle or feel objects, tools or controls; reach with hands and arms; stoop, kneel, crouch, and crawl; talk and hear.\r\n\r\n9) Lift and/or move objects 50lbs to 100lbs.\r\n\r\n10) Specific vision abilities required by this job include color vision, peripheral vision, depth perception, and the ability to adjust focus.\r\n\r\n&nbsp;\r\n\r\n<strong>Application instructions:</strong>\r\n\r\nTo apply, please send a resume and cover letter to <a href="/do/mail/message/mailto?to=hrjobs%40feldinc.com">hrjobs@feldinc.com</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Animal Superintendent - 100% travel required', 0, '', 'inherit', 'closed', 'closed', '', '6112-revision-v1', '', '', '2014-06-19 13:25:42', '2014-06-19 18:25:42', '', 6112, 'https://www.aazk.org/6112-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6114, 2, '2014-06-19 13:27:49', '2014-06-19 18:27:49', '<strong>Position Title:</strong> Animal Superintendent – 100% travel required\n\n<strong>Closing Date:</strong> 09/17/2014\n\n&nbsp;\n\n<strong>Description: </strong>\n\nEnsure that animals traveling and performing with the Circus Units receive the finest possible care and treatment during all phases of Unit Performances and Operations and that the Animal Department with all entities operates as one department.  Oversees all elements and acts that make up the Unit Animal Department and all aspects of animal care, record keeping and interaction with the public on behalf of Ringling Bros. and Barnum &amp; Bailey in accordance with federal, state and local requirements as well as established Best Practices.\n\n&nbsp;\n\nOverall responsibility for the direct care of the animals and for compliance with the federal Animal Welfare Act and its USDA Regulations and Standards, as well as the internal policies and procedures of Ringling Bros. and Barnum &amp; Bailey.  These include feeding, watering, bedding, manure pickup, groom, moving animals, exercise, preparing animals for performance and generally looking after the animals’ wellbeing, with accountability through subordinate supervisors.\n\n&nbsp;\n\nMaintain the highest quality of Animal Husbandry for both Ringling owned Animals and for all contract acts that have animals. Continually striving to exceed the customers’ expectations by performing the following duties either personally or through subordinates.\n\nEssential Functions:\n\n&nbsp;\n\n1) Responsible for own professional standards of conduct, appearance, workmanship and personal safety in respective job.\n\n2) Responsible for compliance with all safety and security procedures.\n\n3) Ensures proper grooming, feeding, and bedding for all stable animals.\n\n4) Ensures the medical needs of all Barn/Stable animals are met in accordance with Company Veterinarian’s orders and that the requirements of the Veterinary Technician are met.\n\n5) Monitors medical condition of all animals and alerts director and/or Veterinarian of signs of illness and abnormal behavior of animals when required.\n\n6) Serves as a personnel manager for all Barn/Stable employees.\n\n7) Notifies appropriate Departments of required repairs including but not limited to Stock Car Cleaning and Maintenance.\n\n8) Oversees crew appearance.\n\n9) Organize Crews for PR needs.\n\n10) Determines effective allocation of employee resources for set-ups and tear downs.\n\n11) Responsible to ensure that  all aspects of animal care, record keeping and interaction with the public on behalf of Ringling Bros. and Barnum &amp; Bailey in accordance with  federal, state and local requirements as well as established Best Practices.\n\n12) Maintain the highest quality of Animal Husbandry for both Ringling owned Animals and for all contract acts that have animals.\n\n13) Responsible to ensure that all departments are in compliance with the Animal Welfare Act and USDA Animal Care Policies with accountability through subordinate supervisors.\n\n14) Responsible to ensure that all departments follow the Veterinary Animal Care program.\n\n15) Responsible for professional standards of conduct, appearance and workmanship of personnel in respective job areas.\n\n16) Performs regular administrative duties inherent to the Unit Superintendent of Animals.\n\n17) Ensure that all departments fill out daily animal care reports.\n\n18) Responsible for compliance with all safety procedures.\n\n19) Continually seeks to improve efficiency of operations\n\n20) Directs employees in all aspects of animal care and highest quality of Animal Husbandry for Ringling owned Animals and for all contract acts that have animals.\n\n21) Maintain liaisons with local on-call veterinarians.\n\n22) Participation in on site animal seminars for school children at specific locations in cities of Touring Circus route.\n\n23) Utilize every opportunity to advance our knowledge of exotic and captive animals.\n\n24) Ensures that each department adheres to the Animal Veterinary Care Department’s Do’s and Don’ts\n\n25) Carries out supervisory responsibilities in accordance with the organization’s policies and applicable laws.  Responsibilities include interviewing, hiring, and training of employees; planning, assigning, and directing work; appraising performance; rewarding and disciplining employees; addressing complaints and resolving problems.\n\n26) Supervises feed and equipment requirements within the following parameters:\n\na. Provide for all animal needs\n\nb. Ensure the right tools are on hand for all foreseeable needs\n\nc. Control and eliminate waste in all feed and equipment areas\n\n27) Supervises scheduling of Barn/Stable personnel including required crew time off as per contractual agreements.\n\n28) Supervises training and safety issues.\n\n29) Establish and maintain training routines for all Barn/Stable employees.\n\n30) Establish and maintain Safety procedures for the handling and movement of all Barn animals, with detailed focus on procedures involving all Cage animals.\n\n31) Supervises set-up and tear downs of animal areas.\n\n32) Accepts all other duties as assigned.\n\n&nbsp;\n\n<strong>Education and Pre-requisites:</strong>\n\n1) High school diploma or general education degree (GED) and 3 to 5 years related experience in animal care or equivalent combination of training, education and/or experience.\n\n2) Ability to read and comprehend medical orders.\n\n3) Ability to apply animal handling experience in using methods to carry out detailed instructions, and to deal with dynamic situations.\n\n4) Ability to read and comprehend technical procedures, government regulations and instructions provided in either written, oral or schedule form.\n\n5) Ability to effectively present information to managers, employees and the public\n\n6) Ability to write reports, correspondence and procedure manuals.\n\n7) High degree of interpersonal and organizational skills\n\n8) Ability to stand, walk, use hands to handle or feel objects, tools or controls; reach with hands and arms; stoop, kneel, crouch, and crawl; talk and hear.\n\n9) Lift and/or move objects 50lbs to 100lbs.\n\n10) Specific vision abilities required by this job include color vision, peripheral vision, depth perception, and the ability to adjust focus.\n\n&nbsp;\n\n<strong>Application instructions:</strong>\n\nTo apply, please send a resume and cover letter to <a href="/do/mail/message/mailto?to=hrjobs%40feldinc.com">hrjobs@feldinc.com</a>.\n\n&nbsp;\n\n&nbsp;', 'Animal Superintendent - 100% travel required', 0, '', 'inherit', 'closed', 'closed', '', '6112-autosave-v1', '', '', '2014-06-19 13:27:49', '2014-06-19 18:27:49', '', 6112, 'https://www.aazk.org/6112-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6115, 3, '2014-06-19 17:43:45', '2014-06-19 22:43:45', '<h5>Facility</h5>\r\n<p>Little Rock Zoo, Little Rock, AR</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nJOB OBJECTIVE:\r\nTo perform various duties required to maintain a clean and healthy environment for Penguins and other animals as assigned at the Little Rock Zoo. Develop and present educational programs about animals in the Little Rock Zoo.\r\n\r\nESSENTIAL JOB FUNCTIONS:\r\nObserves Penguins and other animals in assigned areas for injuries or symptoms of disease, and changes in behavior; reports changes and problems to supervisor; recommends changes to assist animals\' psychological and physiological well-being; implements approved changes. Prepares food and feeds Penguins according to established diets and assigned schedule;researches, recommends and implements approved diet changes. Maintains detailed narratives and charts of animal observations, care, and handling. Captures and restrains animals for transport, examination or medical treatment. Administers prescribed medication to Penguins and other assigned animals by mixing with food or by injection as required; assists veterinarian in administration of medication or treatment of animals. Completes daily worksheets listing amount of food eaten, medications administered, changes in animal behavior, symptoms of disease or other indications of needs for special attention, and any repair or maintenance required for enclosures. Unloads and stores shipments of food and supplies; notifies supervisor of supplies needed. Cleans penguin cages and enclosures using water hose, high pressure steam, and hand tools. Serves as backup to Animal Keepers in other assigned areas of the zoo. Monitors and reports water quality of the life support system. Coordinates and documents penguin/bird enrichment. Swims and dives in penquin exhibit to clean surfaces, rescue birds and related activities; operates diving equipment. Presents daily feeding presentations to zoo visitors; utilizes microphone system. Operates motorized vehicle to transport animals or pick up supplies.\r\n\r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMINIMUM QUALIFICATIONS AND ADDITIONAL REQUIREMENTS:\r\nCompletion of high school and a minimum of six (6) months of experience in the care of penguins. Equivalent combinations of education and experience will be considered.\r\n\r\nREQUIRED LICENSES AND/OR CERTIFICATIONS: Class D Non-\r\nCommercial Drivers License within thirty (30) days of employment\r\n<h6>Compensation and benefits</h6>\r\nPAY RANGE: $8.00 - $10.00 Hourly\r\n<h6>Application instructions</h6>\r\nAPPLICATION REQUIREMENTS:\r\n\r\nONLY On-Line Applications Accepted.   Apply at  www.LRjobs.net .\r\n\r\nApplication and Supplemental Questions required by closing date.\r\nApplications will be screened for minimum qualifications.\r\n\r\n\r\nCLOSING DATE:\r\n06/30/14 12:00 AM\r\n', 'Part Time Animal Keeper - Penguins', 0, '', 'publish', 'closed', 'closed', '', 'part-time-animal-keeper-penguins', '', '', '2014-06-19 17:43:45', '2014-06-19 22:43:45', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6115', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6116, 0, '2014-06-19 17:43:45', '2014-06-19 22:43:45', '', 'Part Time Animal Keeper - Penguins', 0, '', 'inherit', 'closed', 'closed', '', '6115-revision-v1', '', '', '2014-06-19 17:43:45', '2014-06-19 22:43:45', '', 6115, 'https://www.aazk.org/6115-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6117, 0, '2014-06-19 17:43:45', '2014-06-19 22:43:45', '<h5>Facility</h5>\r\n<p>Little Rock Zoo, Little Rock, AR</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nJOB OBJECTIVE:\r\nTo perform various duties required to maintain a clean and healthy environment for Penguins and other animals as assigned at the Little Rock Zoo. Develop and present educational programs about animals in the Little Rock Zoo.\r\n\r\nESSENTIAL JOB FUNCTIONS:\r\nObserves Penguins and other animals in assigned areas for injuries or symptoms of disease, and changes in behavior; reports changes and problems to supervisor; recommends changes to assist animals\' psychological and physiological well-being; implements approved changes. Prepares food and feeds Penguins according to established diets and assigned schedule;researches, recommends and implements approved diet changes. Maintains detailed narratives and charts of animal observations, care, and handling. Captures and restrains animals for transport, examination or medical treatment. Administers prescribed medication to Penguins and other assigned animals by mixing with food or by injection as required; assists veterinarian in administration of medication or treatment of animals. Completes daily worksheets listing amount of food eaten, medications administered, changes in animal behavior, symptoms of disease or other indications of needs for special attention, and any repair or maintenance required for enclosures. Unloads and stores shipments of food and supplies; notifies supervisor of supplies needed. Cleans penguin cages and enclosures using water hose, high pressure steam, and hand tools. Serves as backup to Animal Keepers in other assigned areas of the zoo. Monitors and reports water quality of the life support system. Coordinates and documents penguin/bird enrichment. Swims and dives in penquin exhibit to clean surfaces, rescue birds and related activities; operates diving equipment. Presents daily feeding presentations to zoo visitors; utilizes microphone system. Operates motorized vehicle to transport animals or pick up supplies.\r\n\r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMINIMUM QUALIFICATIONS AND ADDITIONAL REQUIREMENTS:\r\nCompletion of high school and a minimum of six (6) months of experience in the care of penguins. Equivalent combinations of education and experience will be considered.\r\n\r\nREQUIRED LICENSES AND/OR CERTIFICATIONS: Class D Non-\r\nCommercial Drivers License within thirty (30) days of employment\r\n<h6>Compensation and benefits</h6>\r\nPAY RANGE: $8.00 - $10.00 Hourly\r\n<h6>Application instructions</h6>\r\nAPPLICATION REQUIREMENTS:\r\n\r\nONLY On-Line Applications Accepted.   Apply at  www.LRjobs.net .\r\n\r\nApplication and Supplemental Questions required by closing date.\r\nApplications will be screened for minimum qualifications.\r\n\r\n\r\nCLOSING DATE:\r\n06/30/14 12:00 AM\r\n', 'Part Time Animal Keeper - Penguins', 0, '', 'inherit', 'closed', 'closed', '', '6115-revision-v1', '', '', '2014-06-19 17:43:45', '2014-06-19 22:43:45', '', 6115, 'https://www.aazk.org/6115-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6118, 3, '2014-06-20 11:10:27', '2014-06-20 16:10:27', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a full-time Relief Keeper II.  Relief Keepers work in all areas and they must be knowledgeable and comfortable working with all species on a regular basis. This specific position will be providing Keeper coverage in our Animal Care Center 2 days/week, and rotating wherever needed within the zoo for the remainder of the week.  Keepers are expected to observe and report on all assigned animals paying special attention to health, safety, dietary consumption, and behavioral abnormalities.  Relief Keepers also perform routine husbandry, provide approved behavioral enrichment and animal training, and make recommendations pertaining to seasonal adjustments.  Keeper II’s must demonstrate significant knowledge of Standard Operating Procedures, be able to provide advice pertaining to the amendment of SOP’s, and assist in training staff on the SOP’s.  Keepers are expected to interact with the public and provide positive guest experiences for guests of all ages.  \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. \r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include 2 years paid experience in work relevant to animal husbandry in an AZA accredited institution or related facility, HS diploma required with a preference for a BS degree in Life Science or equivalent, behavioral enrichment or operant conditioning experience and a valid driver’s license.   All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  \r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=677&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Relief Keeper II', 0, '', 'publish', 'closed', 'closed', '', 'relief-keeper-ii-2', '', '', '2014-06-20 11:10:27', '2014-06-20 16:10:27', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6118', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6119, 0, '2014-06-20 11:10:27', '2014-06-20 16:10:27', '', 'Relief Keeper II', 0, '', 'inherit', 'closed', 'closed', '', '6118-revision-v1', '', '', '2014-06-20 11:10:27', '2014-06-20 16:10:27', '', 6118, 'https://www.aazk.org/6118-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6120, 0, '2014-06-20 11:10:27', '2014-06-20 16:10:27', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a full-time Relief Keeper II.  Relief Keepers work in all areas and they must be knowledgeable and comfortable working with all species on a regular basis. This specific position will be providing Keeper coverage in our Animal Care Center 2 days/week, and rotating wherever needed within the zoo for the remainder of the week.  Keepers are expected to observe and report on all assigned animals paying special attention to health, safety, dietary consumption, and behavioral abnormalities.  Relief Keepers also perform routine husbandry, provide approved behavioral enrichment and animal training, and make recommendations pertaining to seasonal adjustments.  Keeper II’s must demonstrate significant knowledge of Standard Operating Procedures, be able to provide advice pertaining to the amendment of SOP’s, and assist in training staff on the SOP’s.  Keepers are expected to interact with the public and provide positive guest experiences for guests of all ages.  \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. \r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include 2 years paid experience in work relevant to animal husbandry in an AZA accredited institution or related facility, HS diploma required with a preference for a BS degree in Life Science or equivalent, behavioral enrichment or operant conditioning experience and a valid driver’s license.   All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  \r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=677&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Relief Keeper II', 0, '', 'inherit', 'closed', 'closed', '', '6118-revision-v1', '', '', '2014-06-20 11:10:27', '2014-06-20 16:10:27', '', 6118, 'https://www.aazk.org/6118-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6148, 3, '2014-06-29 08:51:25', '2014-06-29 13:51:25', '<h5>Facility</h5>\r\n<p>Virginia Safari Park</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThis ZAA Accredited Institution is seeking a new Director. Virginia Safari Park is a 180-acre drive-through zoo that offers a wide variety of animals, with the main focus on the Safari and hoofed stock collection, but also features a walk-through section with large cats, primates, birds and reptiles. We are also a breeding facility, and take pride and care in producing only the highest quality of specimens.\r\n\r\nThe position entails overseeing all departments and managers: Operations, Animal Care, Guest Services and accompanying staff. Total staff averages 12-30 depending upon the season. Must also be able to assist in the planning for overall progress and growth, and be able to effectively communicate such plans with both corporate management and facility staff. The Director must be aggressive in attention to detail and notice changes as they are needed. As per company policy, all directors will be required to learn, and be able to capably operate, any section of the zoo. This position reports directly to the CEO/Corporate Director.\r\n\r\nWe are a non-smoking facility.\r\n<h6>Education and Pre-requisites</h6>\r\n~Experience in a similar type facility will get preference.\r\n~Show a consistent history of professional growth, along with upper management ~Experience in a zoological setting, whether public or private facility.\r\n~A minimum of 10 years total experience preferred.\r\n~A BS or higher degree in one of the animal sciences preferred, although extensive ~Experience in zoos and a business background may be acceptable.  \r\n~The ability to routinely work long hours as required to effectively delegate and lead the zoo team.\r\n~Be fit enough to be an effective and active member of the facility.\r\n~No visible tattoos.\r\n~Understand, assist with preparations, and follow annual budgets\r\n~Some experience with ZIMS or record-keeping helpful.\r\n~Uphold and enhance all standards of animal care.\r\n<h6>Compensation and benefits</h6>\r\nExcellent salary including paid sick, vacation time, health insurance options, 401k.\r\n\r\n<h6>Application instructions</h6>\r\nPlease send resumes to Eric Mogensen, CEO/Corporate Director: emogensen@virginiasafaripark.com \r\n', 'Director', 0, '', 'publish', 'closed', 'closed', '', 'director', '', '', '2014-06-29 08:51:25', '2014-06-29 13:51:25', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6148', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6122, 3, '2014-06-22 10:56:08', '2014-06-22 15:56:08', '<h5>Facility</h5>\r\n<p>Ellen Trout Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nAre you a supervisor looking for a change or a keeper ready to move up to the next level?  The Ellen Trout Zoo is looking for a motivated, experienced person who can provide leadership through the knowledgeable management and care of the animals, facilities, and personnel in the assigned section.  This is a working supervisory position involving husbandry expertise, personnel training and management skills, adaptability, and an ability to continue learning and developing animal management skills. Collection Managers are responsible for motivating and mentoring staff and leading by example.   \r\n\r\nThis position is responsible for a variety of mammals, birds, and reptiles that may include crocodilians, primates, tortoises, porcupines, and flamingos.  The Ellen Trout Zoo maintains a diverse and dynamic collection of mammals, birds and reptiles that are spread through four animal care sections.  The Collection Manager is responsible for the daily husbandry of animals in his/her section as well as the maintenance of enclosures and support facilities/equipment.  This includes operating pumps/filters, making minor repairs, painting, plant care, cleaning, feeding, and maintaining naturalistic and aesthetically pleasing animal enclosures.\r\n \r\nAdditional duties include maintaining accurate records, supporting the guest experience, scheduling, problem solving, evaluating and training personnel while ensuring safe work practices and high husbandry standards.  The successful candidate will be energetic, self-motivated, work well others, demonstrate good problem solving, written and oral communication, and organizational skills.  This job entails a melding of manual labor and mental know-how / expertise, resulting in visible, professional accomplishments in which employees may take pride. \r\n\r\n<h6>Education and Pre-requisites</h6>\r\nThe position requires: Bachelor of Science degree in Biology or related field; a minimum of three years paid experience in a professional zoological institution, good physical condition; ability to work both independently and with other employees and to present a positive professional image of the City of Lufkin and the Zoo to members of the public. This position is an essential service position, and will be required to provide services during emergency situations.\r\n<h6>Compensation and benefits</h6>\r\nThis is a full-time position with excellent benefits and opportunities for professional growth and development. The position involves working on weekends and holidays.  Starting salary is $31,536.84/year.  \r\n<h6>Application instructions</h6>\r\nTo be considered, you must submit all of the following 3 documents: resume, cover letter, and completed application.  Applications are available for download at http://cityoflufkin.com/hr/jobs.htm.  Mail these 3 documents to Human Resources Department at Lufkin City Hall, 300 E. Shepherd Suite 226, Lufkin, TX 75901.  Please include your email address if you have one to facilitate correspondence.  Candidates must be able to be present for on site interviews.\r\n', 'Collection Manager', 0, '', 'publish', 'closed', 'closed', '', 'collection-manager-2', '', '', '2014-06-22 10:56:09', '2014-06-22 15:56:09', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6122', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6123, 0, '2014-06-22 10:56:08', '2014-06-22 15:56:08', '', 'Collection Manager', 0, '', 'inherit', 'closed', 'closed', '', '6122-revision-v1', '', '', '2014-06-22 10:56:08', '2014-06-22 15:56:08', '', 6122, 'https://www.aazk.org/6122-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6124, 0, '2014-06-22 10:56:09', '2014-06-22 15:56:09', '<h5>Facility</h5>\r\n<p>Ellen Trout Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nAre you a supervisor looking for a change or a keeper ready to move up to the next level?  The Ellen Trout Zoo is looking for a motivated, experienced person who can provide leadership through the knowledgeable management and care of the animals, facilities, and personnel in the assigned section.  This is a working supervisory position involving husbandry expertise, personnel training and management skills, adaptability, and an ability to continue learning and developing animal management skills. Collection Managers are responsible for motivating and mentoring staff and leading by example.   \r\n\r\nThis position is responsible for a variety of mammals, birds, and reptiles that may include crocodilians, primates, tortoises, porcupines, and flamingos.  The Ellen Trout Zoo maintains a diverse and dynamic collection of mammals, birds and reptiles that are spread through four animal care sections.  The Collection Manager is responsible for the daily husbandry of animals in his/her section as well as the maintenance of enclosures and support facilities/equipment.  This includes operating pumps/filters, making minor repairs, painting, plant care, cleaning, feeding, and maintaining naturalistic and aesthetically pleasing animal enclosures.\r\n \r\nAdditional duties include maintaining accurate records, supporting the guest experience, scheduling, problem solving, evaluating and training personnel while ensuring safe work practices and high husbandry standards.  The successful candidate will be energetic, self-motivated, work well others, demonstrate good problem solving, written and oral communication, and organizational skills.  This job entails a melding of manual labor and mental know-how / expertise, resulting in visible, professional accomplishments in which employees may take pride. \r\n\r\n<h6>Education and Pre-requisites</h6>\r\nThe position requires: Bachelor of Science degree in Biology or related field; a minimum of three years paid experience in a professional zoological institution, good physical condition; ability to work both independently and with other employees and to present a positive professional image of the City of Lufkin and the Zoo to members of the public. This position is an essential service position, and will be required to provide services during emergency situations.\r\n<h6>Compensation and benefits</h6>\r\nThis is a full-time position with excellent benefits and opportunities for professional growth and development. The position involves working on weekends and holidays.  Starting salary is $31,536.84/year.  \r\n<h6>Application instructions</h6>\r\nTo be considered, you must submit all of the following 3 documents: resume, cover letter, and completed application.  Applications are available for download at http://cityoflufkin.com/hr/jobs.htm.  Mail these 3 documents to Human Resources Department at Lufkin City Hall, 300 E. Shepherd Suite 226, Lufkin, TX 75901.  Please include your email address if you have one to facilitate correspondence.  Candidates must be able to be present for on site interviews.\r\n', 'Collection Manager', 0, '', 'inherit', 'closed', 'closed', '', '6122-revision-v1', '', '', '2014-06-22 10:56:09', '2014-06-22 15:56:09', '', 6122, 'https://www.aazk.org/6122-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6134, 2, '2014-06-23 11:10:37', '2014-06-23 16:10:37', '<h4></h4>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" alt="abi-logo" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" alt="animal_source" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" alt="blue_rhino" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" alt="CLR_Design" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" alt="DesertPlasticsheader" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" alt="ebscocom-logo" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" alt="fauna_research" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" alt="grubco" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" alt="lyontechnology" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" alt="nebraskabrand" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" alt="overland" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" alt="premier_tours" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" alt="rodentpro" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4></h4>\r\n</div>\r\n<h4>Hagen Avicultural Research Institute</h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" alt="Haven" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" alt="Swine" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n<div class="hr"></div>\r\n<h4>Animal Equipment by Stoney</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment.jpg"><img class="alignnone size-medium wp-image-5339" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment-300x231.jpg" alt="AnimalEquipment" width="300" height="231" /></a>\r\n<div class="clearfix"></div>\r\n4210 Linda Street\r\nBacliff, TX 77518\r\n(281) 299-6171\r\n\r\n<a href="http://http://www.aestoney.com">http://www.aestoney.com</a>\r\n<div class="hr"></div>\r\n<h4>Scratch N All</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg"><img class="alignnone size-full wp-image-5344" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg" alt="ScratchNAll" width="160" height="160" /></a>\r\n<div class="clearfix"></div>\r\nPO Box 92\r\nDillsburg, PA 17019\r\n(888) 972-7282\r\n\r\n<a href="http://www.scratchnall.com">http://www.scratchnall.com</a>\r\n\r\n&nbsp;\r\n<h4><span style="color: #993300;"><strong>IC Wood LLC</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IC-WOOD-JULY-AKF-Ad-1-2.jpg"><img class="alignnone size-medium wp-image-6133" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/IC-WOOD-JULY-AKF-Ad-1-2-218x300.jpg" alt="IC WOOD JULY AKF Ad-1 (2)" width="218" height="300" /></a>\r\n\r\n&nbsp;\r\n\r\nIC Wood LLC\r\n\r\n4202 Wilson Road East\r\n\r\nTaberg, NY  13471\r\n\r\n315-709-7079\r\n\r\n<a href="http://icwoodllc.com">http://wwwicwoodllc.com</a>\r\n\r\n&nbsp;', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-06-23 11:10:37', '2014-06-23 16:10:37', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6135, 2, '2014-06-23 11:16:23', '2014-06-23 16:16:23', '<h4></h4>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" alt="abi-logo" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" alt="animal_source" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" alt="blue_rhino" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" alt="CLR_Design" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" alt="DesertPlasticsheader" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" alt="ebscocom-logo" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" alt="fauna_research" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" alt="grubco" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" alt="lyontechnology" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" alt="nebraskabrand" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" alt="overland" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" alt="premier_tours" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" alt="rodentpro" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4></h4>\r\n</div>\r\n<h4>Hagen Avicultural Research Institute</h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" alt="Haven" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" alt="Swine" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n<div class="hr"></div>\r\n<h4>Animal Equipment by Stoney</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment.jpg"><img class="alignnone size-medium wp-image-5339" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment-300x231.jpg" alt="AnimalEquipment" width="300" height="231" /></a>\r\n<div class="clearfix"></div>\r\n4210 Linda Street\r\nBacliff, TX 77518\r\n(281) 299-6171\r\n\r\n<a href="http://http://www.aestoney.com">http://www.aestoney.com</a>\r\n<div class="hr"></div>\r\n<h4>Scratch N All</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg"><img class="alignnone size-full wp-image-5344" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg" alt="ScratchNAll" width="160" height="160" /></a>\r\n<div class="clearfix"></div>\r\nPO Box 92\r\nDillsburg, PA 17019\r\n(888) 972-7282\r\n\r\n<a href="http://www.scratchnall.com">http://www.scratchnall.com</a>\r\n\r\n&nbsp;\r\n<h4><span style="color: #993300;"><strong>IC Wood LLC</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IC-WOOD-JULY-AKF-Ad-1-2.jpg"><img class="alignnone size-medium wp-image-6133" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/IC-WOOD-JULY-AKF-Ad-1-2-218x300.jpg" alt="IC WOOD JULY AKF Ad-1 (2)" width="218" height="300" /></a>\r\n\r\n&nbsp;\r\n\r\nIC Wood LLC\r\n4202 Wilson Rd. East\r\nTaberg, NY  13471\r\n(315) 709-7079\r\n\r\n<a href="http://icwoodllc.com">http://wwwicwoodllc.com</a>\r\n\r\n&nbsp;', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-06-23 11:16:23', '2014-06-23 16:16:23', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6136, 3, '2014-06-23 12:00:26', '2014-06-23 17:00:26', '<h5>Facility</h5>\r\n<p>Oregon Zoo (Portland, OR)</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nDeadline to Apply: Monday, July 21, 2014 @ 5:00pm, Pacific\r\n\r\nSalary: $67,797 - $94,262 annually\r\n\r\nThe Veterinary Hospital Manager oversees all operational and administrative functions of the Oregon Zoo’s veterinary hospital and supervises hospital staff, including Veterinary Technicians, Nutritionist(s) and Animal Hospital staff. Manages the Zoo’s hospital, medical, surgical and specialty care programs and works closely with veterinarians and other zoo staff on issues related to hospital operations.\r\n<h6>Education and Pre-requisites</h6>\r\nBachelor\'s degree in zoology, biology, animal husbandry, veterinary technology or a related field; four years supervisory experience in a medium to large sized veterinary hospital or closely related field; or any combination of education and experience that provides the necessary knowledge, skills, and abilities to perform the job duties and responsibilities. A Veterinary Technician certification or licensure, experience working with exotic animals in a zoo facility, excellent supervisory, interpersonal, and team building skills, and a proven ability to work with staff at all organizational levels are strongly preferred.\r\n<h6>Compensation and benefits</h6>\r\nMetro provides generous health care benefits that vary depending on the plan the employee chooses, bargaining unit affiliation, and employment status. Metro participates in the Public Employees Retirement System (PERS). \r\n<h6>Application instructions</h6>\r\nTo apply: visit www.oregonmetro.gov/jobs for the complete job announcement and a link to our online hiring center. Metro is an Equal Opportunity/Affirmative Action Employer.\r\n\r\nAs part of your applications materials, include a resume and cover letter describing your qualifications as they relate to the duties of the position.\r\n', 'Veterinary Hospital Manager (www.OregonMetro.gov/jobs)', 0, '', 'publish', 'closed', 'closed', '', 'veterinary-hospital-manager-www-oregonmetro-govjobs', '', '', '2014-06-23 12:00:26', '2014-06-23 17:00:26', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6136', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6137, 0, '2014-06-23 12:00:26', '2014-06-23 17:00:26', '', 'Veterinary Hospital Manager (www.OregonMetro.gov/jobs)', 0, '', 'inherit', 'closed', 'closed', '', '6136-revision-v1', '', '', '2014-06-23 12:00:26', '2014-06-23 17:00:26', '', 6136, 'https://www.aazk.org/6136-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6138, 0, '2014-06-23 12:00:26', '2014-06-23 17:00:26', '<h5>Facility</h5>\r\n<p>Oregon Zoo (Portland, OR)</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nDeadline to Apply: Monday, July 21, 2014 @ 5:00pm, Pacific\r\n\r\nSalary: $67,797 - $94,262 annually\r\n\r\nThe Veterinary Hospital Manager oversees all operational and administrative functions of the Oregon Zoo’s veterinary hospital and supervises hospital staff, including Veterinary Technicians, Nutritionist(s) and Animal Hospital staff. Manages the Zoo’s hospital, medical, surgical and specialty care programs and works closely with veterinarians and other zoo staff on issues related to hospital operations.\r\n<h6>Education and Pre-requisites</h6>\r\nBachelor\'s degree in zoology, biology, animal husbandry, veterinary technology or a related field; four years supervisory experience in a medium to large sized veterinary hospital or closely related field; or any combination of education and experience that provides the necessary knowledge, skills, and abilities to perform the job duties and responsibilities. A Veterinary Technician certification or licensure, experience working with exotic animals in a zoo facility, excellent supervisory, interpersonal, and team building skills, and a proven ability to work with staff at all organizational levels are strongly preferred.\r\n<h6>Compensation and benefits</h6>\r\nMetro provides generous health care benefits that vary depending on the plan the employee chooses, bargaining unit affiliation, and employment status. Metro participates in the Public Employees Retirement System (PERS). \r\n<h6>Application instructions</h6>\r\nTo apply: visit www.oregonmetro.gov/jobs for the complete job announcement and a link to our online hiring center. Metro is an Equal Opportunity/Affirmative Action Employer.\r\n\r\nAs part of your applications materials, include a resume and cover letter describing your qualifications as they relate to the duties of the position.\r\n', 'Veterinary Hospital Manager (www.OregonMetro.gov/jobs)', 0, '', 'inherit', 'closed', 'closed', '', '6136-revision-v1', '', '', '2014-06-23 12:00:26', '2014-06-23 17:00:26', '', 6136, 'https://www.aazk.org/6136-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6139, 3, '2014-06-24 11:20:35', '2014-06-24 16:20:35', '<h5>Facility</h5>\r\n<p>RainForest Adventures</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nWe are seeking an experienced person with both extensive animal husbandry experience (multiple species), as well as some managerial background. Our collection includes small mammals (primates, prosimians), domestic hoof stock, birds, reptiles and amphibians with an emphasis on tropical species.   Collection is approx. 140 species, consisting of 600-650 animals. \r\n\r\nPlease visit our website at www.rfadventures.com for specific species information. \r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nFive years experience in professional, public zoological setting is required. \r\n\r\nPhysically fit and ability to lift 50 pounds\r\n\r\nPublic speaking ability\r\n<h6>Compensation and benefits</h6>\r\nThis is a full-time position with opportunities for professional growth and development. RainForest is open 364 days per year, the position involves working on weekends and holidays. Starting salary is based on experience.\r\n\r\n<h6>Application instructions</h6>\r\nPlease send resume, salary requirements, and all other corresponding relevant information via Email to rainforest24@juno.com\r\n\r\n\r\n', 'Lead Keeper', 0, '', 'publish', 'closed', 'closed', '', 'lead-keeper-2', '', '', '2014-06-24 11:20:35', '2014-06-24 16:20:35', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6139', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6140, 0, '2014-06-24 11:20:35', '2014-06-24 16:20:35', '', 'Lead Keeper', 0, '', 'inherit', 'closed', 'closed', '', '6139-revision-v1', '', '', '2014-06-24 11:20:35', '2014-06-24 16:20:35', '', 6139, 'https://www.aazk.org/6139-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6141, 0, '2014-06-24 11:20:35', '2014-06-24 16:20:35', '<h5>Facility</h5>\r\n<p>RainForest Adventures</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nWe are seeking an experienced person with both extensive animal husbandry experience (multiple species), as well as some managerial background. Our collection includes small mammals (primates, prosimians), domestic hoof stock, birds, reptiles and amphibians with an emphasis on tropical species.   Collection is approx. 140 species, consisting of 600-650 animals. \r\n\r\nPlease visit our website at www.rfadventures.com for specific species information. \r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nFive years experience in professional, public zoological setting is required. \r\n\r\nPhysically fit and ability to lift 50 pounds\r\n\r\nPublic speaking ability\r\n<h6>Compensation and benefits</h6>\r\nThis is a full-time position with opportunities for professional growth and development. RainForest is open 364 days per year, the position involves working on weekends and holidays. Starting salary is based on experience.\r\n\r\n<h6>Application instructions</h6>\r\nPlease send resume, salary requirements, and all other corresponding relevant information via Email to rainforest24@juno.com\r\n\r\n\r\n', 'Lead Keeper', 0, '', 'inherit', 'closed', 'closed', '', '6139-revision-v1', '', '', '2014-06-24 11:20:35', '2014-06-24 16:20:35', '', 6139, 'https://www.aazk.org/6139-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6142, 2, '2014-06-26 11:13:32', '2014-06-26 16:13:32', 'The Houston Zoo has an opening for a supervisor position in the sea lion department. This section is currently in the planning phase of a new state of the industry sea lion area that will include exhibits and a show stadium. The area will house California sea lions, a seal species and bird or small mammal species that will appear in presentations.\r\n\r\nThe successful candidate will be self-motivated and demonstrate leadership skills as well as have show development experience. The Houston Zoo places a high priority on guest experience and the leader of this area will continue to develop these skills within the team.\r\n\r\nThis position oversees three full time keepers and a fourth keeper position that is shared with the carnivore team. This supervisor also backs up the carnivore team supervisor when needed. The area currently houses four California sea lions; a breeding male, two females and a castrated male.\r\n\r\n<strong>RESPONSIBILITIES:</strong>\r\n\r\n	Directs personnel, including volunteers, in the care, maintenance and display of domestic and exotic animals.\r\n	Interviews, recommends hiring, pay changes, and recommends and administers disciplinary actions.\r\n	Directs, organizes, prioritizes, and schedules work assignments within section. \r\n	Observes and evaluates animal conditions, behaviors, and responses and communicates observations orally and on written reports.\r\n	Improves the quality of life of the animal population by providing environmental and behavioral enrichment opportunities.\r\n	Trains selected animals through operant conditioning for purposes of gaining cooperation for veterinary treatment and/or public demonstrations.\r\n	Design and maintains exhibit furnishings, props and decorations providing safe, attractive and enriching environments.\r\n	Participates in the development of educational programming and materials to communicate with and educate visitors about animals and conservation.\r\n	Provides direct animal care as needed for health and well-being of animals within assigned areas.\r\n	In collaboration with the Curator and Veterinary staff, may administer medication as directed.\r\n	Develops and prepares operational procedures.\r\n	Serves as institutional representative for selected species to national taxa advisory groups, attending conferences and meetings as required.\r\n	Directly involved in acquisition/disposition of specific animals.\r\n	Initiates requisitions for equipment and supplies.\r\n\r\n<strong>JOB REQUIREMENTS:</strong>\r\n\r\n<strong>EXPERIENCE:</strong>\r\nFour years of experience in exotic animal care in a zoological facility are required. Additional experience may be substituted for education at the rate of six months of experience per 15 hours of college level credit.\r\n\r\nA certificate of completion from an acceptable animal care program may be substituted for one year of exotic animal care experience.\r\n\r\nIn certain positions, specific training and work experience in zoological, aquacultural, ecological and biological areas such as in schools, aquariums, nature centers, agricultural operations, animal merchandizing and conservation centers may be substituted for direct exotic animal care in a zoological facility.\r\n\r\n<strong>KNOWLEDGE:</strong>\r\nAn associate’s degree or two years of college level education (60 semester credit hours) in zoology, biology, animal husbandry or a related field of which 24 semester hours must be credit hours in life sciences or physical sciences.\r\n\r\nA certificate of completion from an acceptable animal care program of not less than 30 semester hours may be substituted for 30 hours of college hours.\r\n\r\n<strong>SUPERVISION:</strong>	\r\nSupervises a small team of animal care staff\r\n\r\n<strong>SKILLS:</strong>\r\n\r\n<strong>PHYSICAL EFFORT:</strong>\r\nThe position involves considerable physical exertion, such as regular climbing of ladders, lifting of heavy objects (up to 80 pounds) on a highly frequent basis and/or assuming awkward positions.\r\n\r\n<strong>WORK ENVIRONMENT:</strong>\r\nThere are routine exposures to significant levels of heat, cold, moisture and air pollution. The position may involve exposure to chemical substances and physical trauma of a minor nature such as cuts, bruises and minor burns.\r\n\r\nPHYSICAL SKILL:\r\nRequires the ability to make closely coordinated eye/hand movements within very fine tolerance and/or calibration demands; or the ability to make rapid closely coordinated eye/hand movements on a patterned response space within somewhat fine tolerance demands; or the ability to make coordinated eye/hand movements within fine tolerances with large equipment as an extension of the worker.\r\n\r\n<strong>PUBLIC CONTACT:</strong>\r\nRequires heavy public contact requiring considerable interpersonal skill, extensive interaction with the public and with donors, members and the press requiring a high degree of appreciation of customer service\r\n\r\nApplicants can visit http://www.houstonzoo.org/careers to download an application \r\nE-mail resume and completed application to careers@houstonzoo.org \r\nHouston Zoo is an Affirmative Action/Equal Opportunity Employer', 'Zoo Supervisor - Sea Lion Department', 0, '', 'publish', 'closed', 'closed', '', 'zoo-supervisor-sea-lion-department', '', '', '2014-06-26 11:13:32', '2014-06-26 16:13:32', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6142', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6143, 2, '2014-06-26 11:13:17', '2014-06-26 16:13:17', 'The Houston Zoo has an opening for a supervisor position in the sea lion department. This section is currently in the planning phase of a new state of the industry sea lion area that will include exhibits and a show stadium. The area will house California sea lions, a seal species and bird or small mammal species that will appear in presentations.\r\n\r\nThe successful candidate will be self-motivated and demonstrate leadership skills as well as have show development experience. The Houston Zoo places a high priority on guest experience and the leader of this area will continue to develop these skills within the team.\r\n\r\nThis position oversees three full time keepers and a fourth keeper position that is shared with the carnivore team. This supervisor also backs up the carnivore team supervisor when needed. The area currently houses four California sea lions; a breeding male, two females and a castrated male.\r\n\r\n<strong>RESPONSIBILITIES:</strong>\r\n\r\n	Directs personnel, including volunteers, in the care, maintenance and display of domestic and exotic animals.\r\n	Interviews, recommends hiring, pay changes, and recommends and administers disciplinary actions.\r\n	Directs, organizes, prioritizes, and schedules work assignments within section. \r\n	Observes and evaluates animal conditions, behaviors, and responses and communicates observations orally and on written reports.\r\n	Improves the quality of life of the animal population by providing environmental and behavioral enrichment opportunities.\r\n	Trains selected animals through operant conditioning for purposes of gaining cooperation for veterinary treatment and/or public demonstrations.\r\n	Design and maintains exhibit furnishings, props and decorations providing safe, attractive and enriching environments.\r\n	Participates in the development of educational programming and materials to communicate with and educate visitors about animals and conservation.\r\n	Provides direct animal care as needed for health and well-being of animals within assigned areas.\r\n	In collaboration with the Curator and Veterinary staff, may administer medication as directed.\r\n	Develops and prepares operational procedures.\r\n	Serves as institutional representative for selected species to national taxa advisory groups, attending conferences and meetings as required.\r\n	Directly involved in acquisition/disposition of specific animals.\r\n	Initiates requisitions for equipment and supplies.\r\n\r\n<strong>JOB REQUIREMENTS:</strong>\r\n\r\n<strong>EXPERIENCE:</strong>\r\nFour years of experience in exotic animal care in a zoological facility are required. Additional experience may be substituted for education at the rate of six months of experience per 15 hours of college level credit.\r\n\r\nA certificate of completion from an acceptable animal care program may be substituted for one year of exotic animal care experience.\r\n\r\nIn certain positions, specific training and work experience in zoological, aquacultural, ecological and biological areas such as in schools, aquariums, nature centers, agricultural operations, animal merchandizing and conservation centers may be substituted for direct exotic animal care in a zoological facility.\r\n\r\n<strong>KNOWLEDGE:</strong>\r\nAn associate’s degree or two years of college level education (60 semester credit hours) in zoology, biology, animal husbandry or a related field of which 24 semester hours must be credit hours in life sciences or physical sciences.\r\n\r\nA certificate of completion from an acceptable animal care program of not less than 30 semester hours may be substituted for 30 hours of college hours.\r\n\r\n<strong>SUPERVISION:</strong>	\r\nSupervises a small team of animal care staff\r\n\r\n<strong>SKILLS:</strong>\r\n\r\n<strong>PHYSICAL EFFORT:</strong>\r\nThe position involves considerable physical exertion, such as regular climbing of ladders, lifting of heavy objects (up to 80 pounds) on a highly frequent basis and/or assuming awkward positions.\r\n\r\n<strong>WORK ENVIRONMENT:</strong>\r\nThere are routine exposures to significant levels of heat, cold, moisture and air pollution. The position may involve exposure to chemical substances and physical trauma of a minor nature such as cuts, bruises and minor burns.\r\n\r\nPHYSICAL SKILL:\r\nRequires the ability to make closely coordinated eye/hand movements within very fine tolerance and/or calibration demands; or the ability to make rapid closely coordinated eye/hand movements on a patterned response space within somewhat fine tolerance demands; or the ability to make coordinated eye/hand movements within fine tolerances with large equipment as an extension of the worker.\r\n\r\n<strong>PUBLIC CONTACT:</strong>\r\nRequires heavy public contact requiring considerable interpersonal skill, extensive interaction with the public and with donors, members and the press requiring a high degree of appreciation of customer service\r\n\r\nApplicants can visit http://www.houstonzoo.org/careers to download an application \r\nE-mail resume and completed application to careers@houstonzoo.org \r\nHouston Zoo is an Affirmative Action/Equal Opportunity Employer', 'Zoo Supervisor - Sea Lion Department', 0, '', 'inherit', 'closed', 'closed', '', '6142-revision-v1', '', '', '2014-06-26 11:13:17', '2014-06-26 16:13:17', '', 6142, 'https://www.aazk.org/6142-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6153, 0, '2014-07-01 10:52:45', '2014-07-01 15:52:45', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a full-time Equine Instructor to assist with equine horsemanship, care-giving, and beginning riding classes under the provided curriculum.  This person will also monitor the public ensuring the safety of visitors and animals and demonstrate familiarity with key message and communication goals for assigned areas.  Equine Instructors are responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting animal behavior, and performing behavioral enrichment and animal training.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  Equine Instructors run our Horse Hands programs, which is an educational, interactive and fun-filled experience connecting people of all ages to the wonder of horses and horseback riding.\r\n<h6>Education and Pre-requisites</h6>\r\n\r\nMinimum requirements for this position include experience in teaching/lessons, knowledge of Western Riding and Horsemanship, CHA Level 1 certification preferred, HS Diploma or equivalent with a preference for a BS degree in Life Science or equivalent and ability to work a flexible schedule.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  \r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=682&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n\r\n', 'Keeper I - Equine Instructor', 0, '', 'inherit', 'closed', 'closed', '', '6151-revision-v1', '', '', '2014-07-01 10:52:45', '2014-07-01 15:52:45', '', 6151, 'https://www.aazk.org/6151-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6154, 3, '2014-07-01 13:17:46', '2014-07-01 18:17:46', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is seeking a part-time keeper to join our Farm team.  This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting animal behavior, performing behavioral enrichment and animal training, and providing positive guest experiences. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.\r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements include 6 months paid or 1 year volunteer experience in animal husbandry, possession of a valid driver’s license, and a preference for a candidate with a bachelor’s degree in Life Science or related field. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  \r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements, and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=683&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n', 'Keeper I - Farm', 0, '', 'publish', 'closed', 'closed', '', 'keeper-i-farm', '', '', '2014-07-01 13:17:46', '2014-07-01 18:17:46', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6154', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6155, 0, '2014-07-01 13:17:46', '2014-07-01 18:17:46', '', 'Keeper I - Farm', 0, '', 'inherit', 'closed', 'closed', '', '6154-revision-v1', '', '', '2014-07-01 13:17:46', '2014-07-01 18:17:46', '', 6154, 'https://www.aazk.org/6154-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6156, 0, '2014-07-01 13:17:46', '2014-07-01 18:17:46', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is seeking a part-time keeper to join our Farm team.  This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting animal behavior, performing behavioral enrichment and animal training, and providing positive guest experiences. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.\r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements include 6 months paid or 1 year volunteer experience in animal husbandry, possession of a valid driver’s license, and a preference for a candidate with a bachelor’s degree in Life Science or related field. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  \r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements, and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=683&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n', 'Keeper I - Farm', 0, '', 'inherit', 'closed', 'closed', '', '6154-revision-v1', '', '', '2014-07-01 13:17:46', '2014-07-01 18:17:46', '', 6154, 'https://www.aazk.org/6154-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6157, 2, '2014-07-01 16:54:58', '2014-07-01 21:54:58', '<strong>ANIMAL HEALTH AND NUTRITION DEPARTMENT</strong>\r\n\r\nThis full time position under limited supervision, performs a variety of duties divided between assisting the commissary stewards with daily responsibilities and performing hospital keeper responsibilities. Primary duties are related to care and feeding of Toledo Zoo hospitalized/quarantine animals and hospital facility upkeep and maintenance but also providing commissary support when other stewards are out. Work involves evaluation, preparing and distributing appropriate diets, cleaning of animal cages and hospital facility, obtaining, preparing and delivering food for animal consumption, observing hospitalized animals for signs of illness, injury or abnormal behavior, restraining animals, administering medications. Commissary duties include: packaging, driving, mixing and delivering food for collection animals. This position will require being able to work with all animal taxa. Position requires excellent observational skills, communication abilities - both written and oral, and be able to work both as part of a team and independently. Requires previous experience operating various types of machinery, including but not limited to fork lifts, pallet jacks, dishwasher, conveyor belts, computer and animal restraint devices.\r\n\r\n&nbsp;\r\n\r\nRequires a high school diploma and one to two years of Zoo animal husbandry experience or an equivalent combination of education and training in animal science, zoology, biology or related field may be substituted for part of the experience requirements. Must have a valid drivers’ license and be insurable by the fleet insurance carrier.\r\n\r\n&nbsp;\r\n\r\nThe Zoo is an EOE and drug/alcohol free workplace with an attractive benefits and time off package with a starting hourly rate of $14.96 an hour. For consideration submit a resume utilizing to Julie Mutsko, HR Recruiting Manager no later than July 23, 2014.', 'HOSPITAL KEEPER/COMMISSARY STEWARD', 0, '', 'publish', 'closed', 'closed', '', 'hospital-keepercommissary-steward', '', '', '2014-07-01 16:54:58', '2014-07-01 21:54:58', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6157', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6158, 2, '2014-07-01 16:54:58', '2014-07-01 21:54:58', '<strong>ANIMAL HEALTH AND NUTRITION DEPARTMENT</strong>\r\n\r\nThis full time position under limited supervision, performs a variety of duties divided between assisting the commissary stewards with daily responsibilities and performing hospital keeper responsibilities. Primary duties are related to care and feeding of Toledo Zoo hospitalized/quarantine animals and hospital facility upkeep and maintenance but also providing commissary support when other stewards are out. Work involves evaluation, preparing and distributing appropriate diets, cleaning of animal cages and hospital facility, obtaining, preparing and delivering food for animal consumption, observing hospitalized animals for signs of illness, injury or abnormal behavior, restraining animals, administering medications. Commissary duties include: packaging, driving, mixing and delivering food for collection animals. This position will require being able to work with all animal taxa. Position requires excellent observational skills, communication abilities - both written and oral, and be able to work both as part of a team and independently. Requires previous experience operating various types of machinery, including but not limited to fork lifts, pallet jacks, dishwasher, conveyor belts, computer and animal restraint devices.\r\n\r\n&nbsp;\r\n\r\nRequires a high school diploma and one to two years of Zoo animal husbandry experience or an equivalent combination of education and training in animal science, zoology, biology or related field may be substituted for part of the experience requirements. Must have a valid drivers’ license and be insurable by the fleet insurance carrier.\r\n\r\n&nbsp;\r\n\r\nThe Zoo is an EOE and drug/alcohol free workplace with an attractive benefits and time off package with a starting hourly rate of $14.96 an hour. For consideration submit a resume utilizing to Julie Mutsko, HR Recruiting Manager no later than July 23, 2014.', 'HOSPITAL KEEPER/COMMISSARY STEWARD', 0, '', 'inherit', 'closed', 'closed', '', '6157-revision-v1', '', '', '2014-07-01 16:54:58', '2014-07-01 21:54:58', '', 6157, 'https://www.aazk.org/6157-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6159, 3, '2014-07-02 13:58:36', '2014-07-02 18:58:36', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking 2 part-time Keeper to join our Reptiles team. This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting on animal behavior, performing behavioral enrichment and animal training, and providing positive guest experiences.  \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways. Arizona is home to 52 snake species, many of them feared and misunderstood; Reptile Keepers are their human ambassadors, providing education to the public and conservation efforts that will help our reptiles thrive for many years to come.\r\n\r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements include 6 months paid or 1 year volunteer experience in animal husbandry, possession of a valid driver’s license, and ability to pass pre-employment background check and drug test.\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=685&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Keeper I - Reptiles', 0, '', 'publish', 'closed', 'closed', '', 'keeper-i-reptiles-2', '', '', '2014-07-02 13:58:36', '2014-07-02 18:58:36', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6159', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6160, 0, '2014-07-02 13:58:36', '2014-07-02 18:58:36', '', 'Keeper I - Reptiles', 0, '', 'inherit', 'closed', 'closed', '', '6159-revision-v1', '', '', '2014-07-02 13:58:36', '2014-07-02 18:58:36', '', 6159, 'https://www.aazk.org/6159-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6161, 0, '2014-07-02 13:58:36', '2014-07-02 18:58:36', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking 2 part-time Keeper to join our Reptiles team. This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting on animal behavior, performing behavioral enrichment and animal training, and providing positive guest experiences.  \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways. Arizona is home to 52 snake species, many of them feared and misunderstood; Reptile Keepers are their human ambassadors, providing education to the public and conservation efforts that will help our reptiles thrive for many years to come.\r\n\r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements include 6 months paid or 1 year volunteer experience in animal husbandry, possession of a valid driver’s license, and ability to pass pre-employment background check and drug test.\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=685&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Keeper I - Reptiles', 0, '', 'inherit', 'closed', 'closed', '', '6159-revision-v1', '', '', '2014-07-02 13:58:36', '2014-07-02 18:58:36', '', 6159, 'https://www.aazk.org/6159-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6162, 3, '2014-07-03 10:51:12', '2014-07-03 15:51:12', '<h5>Facility</h5>\r\n<p>Catoctin Wildlife Preserve and Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nResponsibilities include the oversight of the health and well being of a large collection (500) of fishes, amphibians and reptiles including crocodilians and one of the top ten venomous snake collections in North America,\r\n\r\nMust have a drivers license.\r\n<h6>Education and Pre-requisites</h6>\r\nMust have working knowledge of Venomous Snakes, Large Constrictors, and Crocodilians\r\n<h6>Compensation and benefits</h6>\r\nNo Benefits\r\n\r\n\r\n<h6>Application instructions</h6>\r\nPlease submit resume to mlawrence@cwpzoo.com\r\n', 'Reptile Keeper', 0, '', 'publish', 'closed', 'closed', '', 'reptile-keeper', '', '', '2014-07-03 10:51:12', '2014-07-03 15:51:12', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6162', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6163, 0, '2014-07-03 10:51:12', '2014-07-03 15:51:12', '', 'Reptile Keeper', 0, '', 'inherit', 'closed', 'closed', '', '6162-revision-v1', '', '', '2014-07-03 10:51:12', '2014-07-03 15:51:12', '', 6162, 'https://www.aazk.org/6162-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6164, 0, '2014-07-03 10:51:12', '2014-07-03 15:51:12', '<h5>Facility</h5>\r\n<p>Catoctin Wildlife Preserve and Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nResponsibilities include the oversight of the health and well being of a large collection (500) of fishes, amphibians and reptiles including crocodilians and one of the top ten venomous snake collections in North America,\r\n\r\nMust have a drivers license.\r\n<h6>Education and Pre-requisites</h6>\r\nMust have working knowledge of Venomous Snakes, Large Constrictors, and Crocodilians\r\n<h6>Compensation and benefits</h6>\r\nNo Benefits\r\n\r\n\r\n<h6>Application instructions</h6>\r\nPlease submit resume to mlawrence@cwpzoo.com\r\n', 'Reptile Keeper', 0, '', 'inherit', 'closed', 'closed', '', '6162-revision-v1', '', '', '2014-07-03 10:51:12', '2014-07-03 15:51:12', '', 6162, 'https://www.aazk.org/6162-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6173, 0, '2014-07-07 11:06:38', '2014-07-07 16:06:38', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a full time Irrigation Technician. This person will be responsible for installation, maintenance, record keeping and troubleshooting of the zoo’s irrigation systems. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. Our Irrigation team makes sure that the Phoenix Zoo\'s landscapes are watered perfectly, so that our guests can feel as if they have journeyed to far corners of the earth and are personally discovering marvelous critters. The zoo is full of rare and interesting plants and many distinct landscapes and gardens. There is tremendous diversity, from water gardens to Xeriscape, roses to tropical plantings. We have a huge variety of plants at different stages of growth and in different combinations making up many different landscape designs and microclimates.\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements include 3 years’ experience in landscape irrigation maintenance with knowledge of equipment involved (i.e. PVC, valves and drip irrigation), and ability to safely operate and maintain hand and power equipment as well as heavy equipment such as backhoes and trenchers. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require a valid driver’s license and annual TB screening.\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at: \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=670&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Irrigation Technician', 0, '', 'inherit', 'closed', 'closed', '', '6171-revision-v1', '', '', '2014-07-07 11:06:38', '2014-07-07 16:06:38', '', 6171, 'https://www.aazk.org/6171-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6174, 3, '2014-07-07 14:11:35', '2014-07-07 19:11:35', '<h5>Facility</h5>\r\n<p>City of El Paso Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nGENERAL PURPOSE:\r\nUnder general supervision, supervise staff assigned to the care and husbandry of zoo animals. \r\n\r\nTYPICAL DUTIES:\r\nOversee animal feeding, exhibitry, sheltering and handling. Involves: Directing and aiding others in the husbandry, care, refinement and development, positive conditioning training, environmental enrichment, and feeding and watering of zoo animals. Monitor animals for illness, injury or unusual behavior and take appropriate action. Assist with veterinary care. Help and direct others in the capture, restraint and transport of animals for veterinary and collections staff to administer treatments. Keep detailed records of animal behavior, physical condition, reproduction, genealogy and other animal information. Ensure proper maintenance of animal exhibit and off-exhibit areas. Routinely inspect animal enclosures, service areas and facilities for cleanliness, sanitation and structural defects. Coordinate repairs with maintenance. \r\n \r\nCoordinate the shipment of animals. Involves: Set up flights to transport animals to and from other zoos or other entities. Provide flight information to staff and the shipping or receiving entity. Ensure that appropriate paperwork including medical records, keeper forms, and diet information accompany animal. Prepare animal and appropriate shipping container for shipment. Communicate with the other entity regarding the status of animal being transferred. \r\n \r\nPerform administrative duties. Involves: Obtain budget information and provide detailed, written reports.    Attend meetings and make recommendations to management for modifications and improvements in staff assignments, animal care, animal programming, and other animal management and facility management practices and procedures. Requisition animal food and supplies. Assume leadership role in emergency response situations as needed. Provide information about the zoo, its animals, programs and facilities to internal and external customers and the public as needed. Input information into various computer software programs and prepare appropriate reports. \r\n \r\nSupervise assigned staff. Involves: Supervise directly and through subordinate staff. Schedule, assign, instruct, guide and check work. Appraise employee performance. Provide training and development. Enforce personnel rules and regulations and work behavior standards firmly and impartially. Counsel, motivate and maintain harmony. Interview applicants. Recommend hiring, termination, discipline, merit pay or other employee status changes. Enforce animal and staff safety standards.\r\n<h6>Education and Pre-requisites</h6>\r\nEducation and Experience: A High School diploma or GED, and six (6) years zoo animal care experience, including two (2) years supervisory experience.\r\n<h6>Compensation and benefits</h6>\r\nSalary:  $15.81 - $25.27 Hourly\r\n<h6>Application instructions</h6>\r\n***Recruitment will begin July 10, 2014***\r\n\r\nNote: Recruitment will begin on July 10, 2014.  On July 10, 2014, interested applicants must go to www.elpasotexas.gov to apply.  Applications are only accepted online.  Applicants are encouraged to apply immediately.  This position will close once a preset number of qualified applications have been received.\r\n', 'Zoo Collection Supervisor', 0, '', 'publish', 'closed', 'closed', '', 'zoo-collection-supervisor', '', '', '2014-07-07 14:11:35', '2014-07-07 19:11:35', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6174', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6175, 0, '2014-07-07 14:11:35', '2014-07-07 19:11:35', '', 'Zoo Collection Supervisor', 0, '', 'inherit', 'closed', 'closed', '', '6174-revision-v1', '', '', '2014-07-07 14:11:35', '2014-07-07 19:11:35', '', 6174, 'https://www.aazk.org/6174-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6176, 0, '2014-07-07 14:11:35', '2014-07-07 19:11:35', '<h5>Facility</h5>\r\n<p>City of El Paso Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nGENERAL PURPOSE:\r\nUnder general supervision, supervise staff assigned to the care and husbandry of zoo animals. \r\n\r\nTYPICAL DUTIES:\r\nOversee animal feeding, exhibitry, sheltering and handling. Involves: Directing and aiding others in the husbandry, care, refinement and development, positive conditioning training, environmental enrichment, and feeding and watering of zoo animals. Monitor animals for illness, injury or unusual behavior and take appropriate action. Assist with veterinary care. Help and direct others in the capture, restraint and transport of animals for veterinary and collections staff to administer treatments. Keep detailed records of animal behavior, physical condition, reproduction, genealogy and other animal information. Ensure proper maintenance of animal exhibit and off-exhibit areas. Routinely inspect animal enclosures, service areas and facilities for cleanliness, sanitation and structural defects. Coordinate repairs with maintenance. \r\n \r\nCoordinate the shipment of animals. Involves: Set up flights to transport animals to and from other zoos or other entities. Provide flight information to staff and the shipping or receiving entity. Ensure that appropriate paperwork including medical records, keeper forms, and diet information accompany animal. Prepare animal and appropriate shipping container for shipment. Communicate with the other entity regarding the status of animal being transferred. \r\n \r\nPerform administrative duties. Involves: Obtain budget information and provide detailed, written reports.    Attend meetings and make recommendations to management for modifications and improvements in staff assignments, animal care, animal programming, and other animal management and facility management practices and procedures. Requisition animal food and supplies. Assume leadership role in emergency response situations as needed. Provide information about the zoo, its animals, programs and facilities to internal and external customers and the public as needed. Input information into various computer software programs and prepare appropriate reports. \r\n \r\nSupervise assigned staff. Involves: Supervise directly and through subordinate staff. Schedule, assign, instruct, guide and check work. Appraise employee performance. Provide training and development. Enforce personnel rules and regulations and work behavior standards firmly and impartially. Counsel, motivate and maintain harmony. Interview applicants. Recommend hiring, termination, discipline, merit pay or other employee status changes. Enforce animal and staff safety standards.\r\n<h6>Education and Pre-requisites</h6>\r\nEducation and Experience: A High School diploma or GED, and six (6) years zoo animal care experience, including two (2) years supervisory experience.\r\n<h6>Compensation and benefits</h6>\r\nSalary:  $15.81 - $25.27 Hourly\r\n<h6>Application instructions</h6>\r\n***Recruitment will begin July 10, 2014***\r\n\r\nNote: Recruitment will begin on July 10, 2014.  On July 10, 2014, interested applicants must go to www.elpasotexas.gov to apply.  Applications are only accepted online.  Applicants are encouraged to apply immediately.  This position will close once a preset number of qualified applications have been received.\r\n', 'Zoo Collection Supervisor', 0, '', 'inherit', 'closed', 'closed', '', '6174-revision-v1', '', '', '2014-07-07 14:11:35', '2014-07-07 19:11:35', '', 6174, 'https://www.aazk.org/6174-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6177, 2, '2014-07-08 10:31:48', '2014-07-08 15:31:48', '[membership level="0"]\r\n<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $400,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nIn 1990, AAZK began by supporting the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n<h4>Who does BFR support?</h4>\r\n<img class="alignleft" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blackrhinos_004.jpg" alt="Black Rhinos" border="1" hspace="10" vspace="10" /> In Kenya, Africa, BFR supports the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\n<img class="alignright" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino1.jpg" alt="" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n<h4>Donate</h4>\r\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below.\r\n<div class="first sixcol">\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 1.9em;">Quickly approaching $5,000,000.00</span></strong>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h6>2013 FINAL Funds Raised:</h6>\r\n<strong><span style="font-size: 1.9em;">$481,448.21</span></strong>\r\n<em> - this is a new record for amount raised in a year!</em>\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/"><img class="alignnone size-full wp-image-2410" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\r\n[/membership][membership]\r\n<h4>Local Events</h4>\r\n[caption]<img class="alignleft" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x1501.jpg" alt="Program Manager - Patty Pearthree" width="150" height="150" />\r\n<p align="center"><strong>Program Manager - Patty Pearthree</strong></p>\r\n[/caption]\r\n\r\nIf you would like to find out if there will be a BFR event near you have or your event listed, please send your BFR event date &amp; contact information to <strong>Patty Pearthree</strong> at: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">p</a>pear3atgmail.com.\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing" target="_blank">click here</a>.\r\n<div class="clear"></div>\r\n<h3><span style="font-size: 1em;">Total Funds Raised</span></h3>\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 2em;">Quickly approaching $5,000,000.00</span></strong>\r\n<h6>2013 FINAL Funds Raised:</h6>\r\n<strong><span style="font-size: 2em;">$481,448.21</span></strong>\r\n<em>- this is a new record for amount raised in a year!</em>\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000 per year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send your organization\'s contact person/contact information ASAP along with the date of your event to our national BFR Coordinator.\r\n<h4>Chapters</h4>\r\nPlease forward all <strong>event information</strong>, <strong>event monies</strong> and <strong>registration fees </strong>to Patty Pearthree.\r\n\r\nPlease make Checks payable to:\r\n\r\nAAZK/BFR\r\nPatty Pearthree\r\nc/o BFR\r\n318 Montibello Drive\r\nCary, NC  27513\r\n\r\n<strong>Chapters</strong> - Please do not utilize the "<strong>Donation</strong>" button on the Home page to forward <strong>event monies</strong> <em>or</em> <strong>registration fees</strong>\r\n<h4>Email Group</h4>\r\nThere is a new Yahoo groups email for <em>Bowling For Rhino</em> Coordinators. If you would like to be part of this email group, please email <strong>Barbie Wilson</strong> at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n\r\nPlease contact <strong>Patty Pearthree</strong>: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n<pre><i class="icon-attention"></i> Applications being accepted for the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></pre>\r\n<h4>Who does BFR support?</h4>\r\nBFR supports the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa. In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>. BFR also supports <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home. Many organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n<h4>Chapter Totals</h4>\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3" target="_blank">here</a>.\r\n<h4>Sponsorship Form</h4>\r\n<a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet1.pdf" target="_blank"><i class="icon-download"></i> Download Sponsorship Form</a>\r\n<h2>Bowling for Rhinos Awards - 2013</h2>\r\n<strong>Conservation Resource Grant</strong> RhiNOremedy\r\n<h3>Top Individual Fundraisers – Bowling for Rhinos 2013</h3>\r\n<strong>Mike Bona</strong> - Los Angeles Chapter, Lewa trip winner\r\n<strong>Ann Knutson</strong> - San Diego Chapter, Lewa trip winner\r\n<strong>Kenton Kerns</strong> - National Capital Chapter, Indonesia trip winner\r\nCrystal Butler - Oklahoma City Chapter, Indonesia trip winner\r\n<strong>Jim Haigwood</strong> - Los Angeles Chapter, Honorary trip winner\r\n<h3>Top Chapter Fundraiser - 2013</h3>\r\n<strong>Portland AAZK Chapter.</strong> Chapter Award[/membership]', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2014-07-08 10:31:48', '2014-07-08 15:31:48', '', 168, 'https://www.aazk.org/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6178, 2, '2014-07-08 10:48:53', '2014-07-08 15:48:53', '', 'Lewa 2014 Report For AAZK --JULY', 0, '', 'inherit', 'closed', 'closed', '', 'lewa-2014-report-for-aazk-july', '', '', '2014-07-08 10:48:53', '2014-07-08 15:48:53', '', 168, 'https://www.aazk.org/wp-content/uploads/Lewa-2014-Report-For-AAZK-JULY.pdf', 0, 'attachment', 'application/pdf', 0) ; 
INSERT INTO `wp_posts` VALUES (6355, 2, '2014-08-19 11:33:20', '2014-08-19 16:33:20', '[membership level="0"]\r\n<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $400,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nIn 1990, AAZK began by supporting the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n<h4>Who does BFR support?</h4>\r\n<img class="alignleft" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blackrhinos_004.jpg" alt="Black Rhinos" border="1" hspace="10" vspace="10" /> In Kenya, Africa, BFR supports the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\nRead the Lewa Wildlife Conservancy - 2014 Report to AAZK - <a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lewa-2014-Report-For-AAZK-JULY.pdf">Lewa 2014 Report For AAZK --JULY</a>\r\n\r\n<img class="alignright" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino1.jpg" alt="" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n<h4>Donate</h4>\r\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below.\r\n<div class="first sixcol">\r\n<h6>Total Funds Raised to Date:</h6>\r\n<span style="font-size: 25px;"><b> Over $5,000,000.00!!!!!!!!!!!</b></span>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h6>2014 Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 1.9em;">$134,406.34</span></strong>\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/"><img class="alignnone size-full wp-image-2410" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\r\n[/membership][membership]\r\n<h4>Local Events</h4>\r\n[caption]<img class="alignleft" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x1501.jpg" alt="Program Manager - Patty Pearthree" width="150" height="150" />\r\n<p align="center"><strong>Program Manager - Patty Pearthree</strong></p>\r\n[/caption]\r\n\r\nIf you would like to find out if there will be a BFR event near you have or your event listed, please send your BFR event date &amp; contact information to <strong>Patty Pearthree</strong> at: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">p</a>pear3atgmail.com.\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing" target="_blank">click here</a>.\r\n<div class="clear"></div>\r\n<h3><span style="font-size: 1em;">Total Funds Raised</span></h3>\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 2em;">Over $5,000,000.00 !!!!</span></strong>\r\n<h6>2014 Funds Raised:</h6>\r\n<strong><span style="font-size: 2em;">$134,406.34</span></strong>\r\n\r\n<em><strong>Bowling For Rhinos has broken the $5 million mark and we continue to strive towards attaining our goal of $500,000 per year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send your organization\'s contact person/contact information ASAP along with the date of your event to our national BFR Coordinator.\r\n<h4>Chapters</h4>\r\nPlease forward all <strong>event information</strong>, <strong>event monies</strong> and <strong>registration fees </strong>to Patty Pearthree.\r\n\r\n<strong>Please make Checks payable to:</strong>\r\n\r\n<strong>AAZK/BFR</strong>\r\n\r\nSend to:\r\nPatty Pearthree\r\nc/o BFR\r\n318 Montibello Drive\r\nCary, NC  27513\r\n\r\n<strong>Chapters</strong> - Please do not utilize the "<strong>Donation</strong>" button on the Home page to forward <strong>event monies</strong> <em>or</em> <strong>registration fees</strong>\r\n<h4>Email Group</h4>\r\nThere is a new Yahoo groups email for <em>Bowling For Rhino</em> Coordinators. If you would like to be part of this email group, please email <strong>Barbie Wilson</strong> at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n\r\nPlease contact <strong>Patty Pearthree</strong>: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n<pre><i class="icon-attention"></i> Applications being accepted for the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></pre>\r\n<h4>Who does BFR support?</h4>\r\nBFR supports the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa. In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>. BFR also supports <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home. Many organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n<h4>Chapter Totals</h4>\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3" target="_blank">here</a>.\r\n<h4>Sponsorship Form</h4>\r\n<a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet1.pdf" target="_blank"><i class="icon-download"></i> Download Sponsorship Form</a>\r\n<h2>Bowling for Rhinos Awards - 2013</h2>\r\n<strong>Conservation Resource Grant</strong> RhiNOremedy\r\n<h3>Top Individual Fundraisers – Bowling for Rhinos 2013</h3>\r\n<strong>Mike Bona</strong> - Los Angeles Chapter, Lewa trip winner\r\n<strong>Ann Knutson</strong> - San Diego Chapter, Lewa trip winner\r\n<strong>Kenton Kerns</strong> - National Capital Chapter, Indonesia trip winner\r\nCrystal Butler - Oklahoma City Chapter, Indonesia trip winner\r\n<strong>Jim Haigwood</strong> - Los Angeles Chapter, Honorary trip winner\r\n<h3>Top Chapter Fundraiser - 2013</h3>\r\n<strong>Portland AAZK Chapter.</strong> Chapter Award[/membership]', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2014-08-19 11:33:20', '2014-08-19 16:33:20', '', 168, 'https://www.aazk.org/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6321, 2, '2014-08-15 11:29:49', '2014-08-15 16:29:49', '[membership level="0"]\r\n<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $400,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nIn 1990, AAZK began by supporting the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n<h4>Who does BFR support?</h4>\r\n<img class="alignleft" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blackrhinos_004.jpg" alt="Black Rhinos" border="1" hspace="10" vspace="10" /> In Kenya, Africa, BFR supports the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\nRead the Lewa Wildlife Conservancy - 2014 Report to AAZK - <a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lewa-2014-Report-For-AAZK-JULY.pdf">Lewa 2014 Report For AAZK --JULY</a>\r\n\r\n<img class="alignright" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino1.jpg" alt="" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n<h4>Donate</h4>\r\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below.\r\n<div class="first sixcol">\r\n<h6>Total Funds Raised to Date:</h6>\r\n<span style="font-size: 25px;"><b> $4,956,390.04</b></span>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h6>2014 Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 1.9em;">$134,406.34</span></strong>\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/"><img class="alignnone size-full wp-image-2410" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\r\n[/membership][membership]\r\n<h4>Local Events</h4>\r\n[caption]<img class="alignleft" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x1501.jpg" alt="Program Manager - Patty Pearthree" width="150" height="150" />\r\n<p align="center"><strong>Program Manager - Patty Pearthree</strong></p>\r\n[/caption]\r\n\r\nIf you would like to find out if there will be a BFR event near you have or your event listed, please send your BFR event date &amp; contact information to <strong>Patty Pearthree</strong> at: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">p</a>pear3atgmail.com.\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing" target="_blank">click here</a>.\r\n<div class="clear"></div>\r\n<h3><span style="font-size: 1em;">Total Funds Raised</span></h3>\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 2em;">Quickly approaching $5,000,000.00</span></strong>\r\n<h6>2013 FINAL Funds Raised:</h6>\r\n<strong><span style="font-size: 2em;">$481,448.21</span></strong>\r\n<em>- this is a new record for amount raised in a year!</em>\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000 per year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send your organization\'s contact person/contact information ASAP along with the date of your event to our national BFR Coordinator.\r\n<h4>Chapters</h4>\r\nPlease forward all <strong>event information</strong>, <strong>event monies</strong> and <strong>registration fees </strong>to Patty Pearthree.\r\n\r\nPlease make Checks payable to:\r\n\r\nAAZK/BFR\r\nPatty Pearthree\r\nc/o BFR\r\n318 Montibello Drive\r\nCary, NC  27513\r\n\r\n<strong>Chapters</strong> - Please do not utilize the "<strong>Donation</strong>" button on the Home page to forward <strong>event monies</strong> <em>or</em> <strong>registration fees</strong>\r\n<h4>Email Group</h4>\r\nThere is a new Yahoo groups email for <em>Bowling For Rhino</em> Coordinators. If you would like to be part of this email group, please email <strong>Barbie Wilson</strong> at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n\r\nPlease contact <strong>Patty Pearthree</strong>: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n<pre><i class="icon-attention"></i> Applications being accepted for the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></pre>\r\n<h4>Who does BFR support?</h4>\r\nBFR supports the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa. In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>. BFR also supports <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home. Many organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n<h4>Chapter Totals</h4>\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3" target="_blank">here</a>.\r\n<h4>Sponsorship Form</h4>\r\n<a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet1.pdf" target="_blank"><i class="icon-download"></i> Download Sponsorship Form</a>\r\n<h2>Bowling for Rhinos Awards - 2013</h2>\r\n<strong>Conservation Resource Grant</strong> RhiNOremedy\r\n<h3>Top Individual Fundraisers – Bowling for Rhinos 2013</h3>\r\n<strong>Mike Bona</strong> - Los Angeles Chapter, Lewa trip winner\r\n<strong>Ann Knutson</strong> - San Diego Chapter, Lewa trip winner\r\n<strong>Kenton Kerns</strong> - National Capital Chapter, Indonesia trip winner\r\nCrystal Butler - Oklahoma City Chapter, Indonesia trip winner\r\n<strong>Jim Haigwood</strong> - Los Angeles Chapter, Honorary trip winner\r\n<h3>Top Chapter Fundraiser - 2013</h3>\r\n<strong>Portland AAZK Chapter.</strong> Chapter Award[/membership]', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2014-08-15 11:29:49', '2014-08-15 16:29:49', '', 168, 'https://www.aazk.org/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6179, 2, '2014-07-08 10:49:54', '2014-07-08 15:49:54', '[membership level="0"]\r\n<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $400,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nIn 1990, AAZK began by supporting the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n<h4>Who does BFR support?</h4>\r\n<img class="alignleft" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blackrhinos_004.jpg" alt="Black Rhinos" border="1" hspace="10" vspace="10" /> In Kenya, Africa, BFR supports the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\nRead the Lewa Wildlife Conservancy - 2014 Report to AAZK - <a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lewa-2014-Report-For-AAZK-JULY.pdf">Lewa 2014 Report For AAZK --JULY</a>\r\n\r\n<img class="alignright" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino1.jpg" alt="" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n<h4>Donate</h4>\r\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below.\r\n<div class="first sixcol">\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 1.9em;">Quickly approaching $5,000,000.00</span></strong>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h6>2013 FINAL Funds Raised:</h6>\r\n<strong><span style="font-size: 1.9em;">$481,448.21</span></strong>\r\n<em> - this is a new record for amount raised in a year!</em>\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/"><img class="alignnone size-full wp-image-2410" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\r\n[/membership][membership]\r\n<h4>Local Events</h4>\r\n[caption]<img class="alignleft" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x1501.jpg" alt="Program Manager - Patty Pearthree" width="150" height="150" />\r\n<p align="center"><strong>Program Manager - Patty Pearthree</strong></p>\r\n[/caption]\r\n\r\nIf you would like to find out if there will be a BFR event near you have or your event listed, please send your BFR event date &amp; contact information to <strong>Patty Pearthree</strong> at: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">p</a>pear3atgmail.com.\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing" target="_blank">click here</a>.\r\n<div class="clear"></div>\r\n<h3><span style="font-size: 1em;">Total Funds Raised</span></h3>\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 2em;">Quickly approaching $5,000,000.00</span></strong>\r\n<h6>2013 FINAL Funds Raised:</h6>\r\n<strong><span style="font-size: 2em;">$481,448.21</span></strong>\r\n<em>- this is a new record for amount raised in a year!</em>\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000 per year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send your organization\'s contact person/contact information ASAP along with the date of your event to our national BFR Coordinator.\r\n<h4>Chapters</h4>\r\nPlease forward all <strong>event information</strong>, <strong>event monies</strong> and <strong>registration fees </strong>to Patty Pearthree.\r\n\r\nPlease make Checks payable to:\r\n\r\nAAZK/BFR\r\nPatty Pearthree\r\nc/o BFR\r\n318 Montibello Drive\r\nCary, NC  27513\r\n\r\n<strong>Chapters</strong> - Please do not utilize the "<strong>Donation</strong>" button on the Home page to forward <strong>event monies</strong> <em>or</em> <strong>registration fees</strong>\r\n<h4>Email Group</h4>\r\nThere is a new Yahoo groups email for <em>Bowling For Rhino</em> Coordinators. If you would like to be part of this email group, please email <strong>Barbie Wilson</strong> at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n\r\nPlease contact <strong>Patty Pearthree</strong>: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n<pre><i class="icon-attention"></i> Applications being accepted for the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></pre>\r\n<h4>Who does BFR support?</h4>\r\nBFR supports the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa. In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>. BFR also supports <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home. Many organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n<h4>Chapter Totals</h4>\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3" target="_blank">here</a>.\r\n<h4>Sponsorship Form</h4>\r\n<a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet1.pdf" target="_blank"><i class="icon-download"></i> Download Sponsorship Form</a>\r\n<h2>Bowling for Rhinos Awards - 2013</h2>\r\n<strong>Conservation Resource Grant</strong> RhiNOremedy\r\n<h3>Top Individual Fundraisers – Bowling for Rhinos 2013</h3>\r\n<strong>Mike Bona</strong> - Los Angeles Chapter, Lewa trip winner\r\n<strong>Ann Knutson</strong> - San Diego Chapter, Lewa trip winner\r\n<strong>Kenton Kerns</strong> - National Capital Chapter, Indonesia trip winner\r\nCrystal Butler - Oklahoma City Chapter, Indonesia trip winner\r\n<strong>Jim Haigwood</strong> - Los Angeles Chapter, Honorary trip winner\r\n<h3>Top Chapter Fundraiser - 2013</h3>\r\n<strong>Portland AAZK Chapter.</strong> Chapter Award[/membership]', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2014-07-08 10:49:54', '2014-07-08 15:49:54', '', 168, 'https://www.aazk.org/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6181, 2, '2014-07-08 10:53:50', '2014-07-08 15:53:50', '<h4>Mission Statement</h4>\r\n<img class="alignleft" title="Lewa Wildlife Conservancy" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewaroundblack_withwebsite-2-300x295.jpg" alt="lewaroundblack_withwebsite-2" width="180" />The <a href="http://www.lewa.org/" target="_blank">Lewa Wildlife Conservancy</a> works as a catalyst for the conservation of wildlife and its habitat. It does this through the protection and management of species, the initiation and support of community conservation and development programs, and the education of neighboring areas in the value of wildlife.\r\n<div class="clear">Read the Lewa Wildlife Conservancy - Report to AAZK for 2014 <a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lewa-2014-Report-For-AAZK-JULY.pdf">Lewa 2014 Report For AAZK --JULY</a></div>\r\n<div class="hr"></div>\r\n<h4>Where is LWC located?</h4>\r\n<object style="width: 450px; height: 450px;" width="320" height="240" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="src" value="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" /><embed style="width: 450px; height: 450px;" width="320" height="240" type="application/x-shockwave-flash" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_map1.swf" quality="high" wmode="transparent" /></object>\r\n\r\n<em>Map courtesy of <a href="http://www.lewa.org" target="_blank">Lewa Wildlife Conservancy</a></em>\r\n<div class="hr"></div>\r\n<h4>History</h4>\r\n<img class="alignleft" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4434a-250x300.jpg" alt="Rhino" width="160" /> <img class="alignright" title="Rhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6296a-300x200.jpg" alt="Rhino" width="160" /> Lewa Wildlife Conservancy was once a cattle ranch. It  now encompasses over 62,000 acres (250 sq. km.). The Craig/Douglas family first came to Lewa in 1922 and managed it as a cattle ranch for over 50 years. Unlike other ranchers in the area, they always valued the wildlife that shared the land and developed wildlife tourism as an additional activity. It was clear by the 1980\'s that the black rhino was unlikely to survive in northern Kenya. Poaching had reduced the black rhino\'s numbers from an estimated 20,000 animals in the mid-1970\'s to a few hundred by 1986. In 1983 the Craigs and Anna Merz - who funded the program - decided to establish the fenced and guarded Ngare Sergoi Rhino Sanctuary at the western end of Lewa. White rhinos were then added to the program after the black rhinos had settled down and established themselves. After ten years, it was clear that the rhinos needed more space, and the sanctuary was expanded to cover the rest of the ranch, and the adjoining Ngare Ndare Forest Reserve.\r\n<div class="clear"></div>\r\n<div class="hr"></div>\r\n<h4>Wildlife on Lewa</h4>\r\n<img class="alignleft" title="Zebra" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_3593a-272x300.jpg" alt="Zebra" width="160" /> There is an abundance of wildlife on LWC. Lewa is home to both black and white rhinos and is first and foremost a rhino sanctuary. It is also home to roughly 15% of the world\'s population of the endangered Grevy\'s zebra. It is also home to over 70 different species of mammals and over 350 different species of birds. Among the types of mammals you will find on Lewa include: African lions, cheetahs, hyenas, leopards, elephants, wild dogs, a large variety of hoofed animals including the rare aquatic antelope, the sitatunga.\r\n<div class="clear"></div>\r\n<img class="alignleft" title="Elephants" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5948a-300x199.jpg" alt="Elephants" width="190" /> <img class="alignleft" title="Bird" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_4405a-300x189.jpg" alt="Bird" width="190" /> <img class="alignleft" title="Cheetah" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_6361a-300x199.jpg" alt="Cheetah" width="190" />\r\n<div class="clear"></div>\r\n<div class="hr"></div>\r\n<h4>Community Development Programs</h4>\r\n<img class="size-thumbnail wp-image-1329 alignleft" title="Lewa Students" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0052_students-150x150.jpg" alt="Lewa Students" width="150" height="150" /> Lewa Wildlife Conservancy engages in a very broad-based community development programs. They believe that the key to successful wildlife conservation lies in gaining the support of the local people that live around the Conservancy. With Lewa\'s success the communities surrounding Lewa directly benefit. LWC gives back to the communities through their community development programs. They operate three health clinics, support numerous schools, assist with neighboring community conservation schemes, help to develop sustainable water projects, adult literacy programs, and a women\'s micro-credit program to name a few.\r\n<div class="clear"></div>\r\n<img class="alignleft" title="Lewa Community Farms" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0095_manyangalocommunityfarms-300x214.jpg" alt="Lewa Community Farms" width="160" /> <img class="alignnone" title="Lewa Lunchline" src="http://aecetia.net/gws/aazk/wp-content/uploads/lewa_20100208_0082_lunchline-300x214.jpg" alt="Lewa Lunchline" width="160" />\r\n<div class="clear"></div>\r\n<strong>For more information on Lewa Wildlife Conservancy and its programs please visit their website at <a href="http://www.lewa.org">www.lewa.org</a>.\r\n</strong>\r\n<div id="inner-links"></div>', 'Lewa Wildlife Conservancy (LWC)', 0, '', 'inherit', 'closed', 'closed', '', '991-revision-v1', '', '', '2014-07-08 10:53:50', '2014-07-08 15:53:50', '', 991, 'https://www.aazk.org/991-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6182, 2, '2014-07-08 10:58:09', '2014-07-08 15:58:09', '<strong style="line-height: 1.5em;">August 4-7, 2014 </strong><span style="line-height: 1.5em;">- 12th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles.  Orlando, FL.  For more information go to: <a href="http://www.turtlesurvival.org">www.turtlesurvival.org</a></span>\r\n\r\n<strong>September 8-12, 2014</strong> - AAZK Conference, Orlando FL. Hosted by Disney\'s Animal Kingdom. For information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n\r\n<strong>September 10-15, 2014 </strong>- International Wild Waterfowl Association Conference, Salt Lake City, UT m For more information visit: <a href="http://www.wildwaterfowl.org">www.wildwaterfowl.org</a>\r\n\r\n<strong>September 12-18, 2014</strong> - AZA National Conference, Orlando, FL.  Hosted by Disney’s Animal Kingdom, The Seas, and SeaWorld Orlando. For more information visit <a href="http://www.aza.org">www.aza.org</a>\r\n\r\n<strong>September 21, 2014</strong> - Bird Conservation Alliance Meeting St. Louis, MO Hosted by: American Bird Conservancy For more information go to: <a href="/do/redirect?url=http%253A%252F%252Fwww.afwaannualmeeting.org%252Fschedule.html" target="_blank">http://www.afwaannualmeeting.org/schedule.html</a>\r\n\r\n<strong>October 1-5, 2014</strong> - From Good Care to Great Welfare Workshop Detroit, MI Hosted by: Detroit Zoological Society’s Center for Zoo Animal Welfare For more information contact: <a href="/do/mail/message/mailto?to=czaw%40dzs.org">czaw@dzs.org</a>\r\n\r\n<strong>Otober 6-8, 2014 </strong>- 3rd International Flamingo Symposium Hosted by SeaWorld San Diego, San Diego. CA.  For more information contact: laurie.conrad@SeaWorld.com\r\n\r\n<strong>October 6-9, 2014 - </strong>Hosted by the Houston Zoo\r\n\r\n<strong>Orangutan SSP Husbandry Workshop &amp; Conservation Summit</strong>\r\n\r\nThe SSP Husbandry Workshop will be held in conjunction with an Orangutan Conservation Summit at the Houston Zoo. The meeting will feature a full day husbandry workshop on Monday, October 6, 2014, covering topics pertaining to captive populations including enrichment, training, and veterinary care, through presentations, posters and panel discussions. The Conservation Summit will begin on October 7, 2014 and focus on exploring the emergent issues facing wild orangutans, as well as helping more zoos holding orangutans commit to participating in the vital role of saving them. Houston is lining up key personnel involved in orangutan conservation across Borneo and Sumatra for this very special event.\r\n\r\nFor more info: <a href="http://www.houstonzoo.org/orangutan-husbandry-workshop-and-conservation-summit/" target="_blank">http://www.houstonzoo.org/<wbr />orangutan-husbandry-workshop-<wbr />and-conservation-summit/</a> or contact <a href="mailto:conservation@houstonzoo.org" target="_blank">conservation@houstonzoo.org</a>\r\n\r\n<strong>October 7-11, 2014 </strong>- National Conference of the Association of the Zoo and Aquarium Docents and Volunteers (AZADV).  Hosted by the Zoological Society of Milwaukee County Zoo and Zoo Pride, Milwaukee, WI.  For more information visit: http://<a href="http://www.zoosociety.org/azadv2014">www.zoosociety.org/azadv2014</a>\r\n\r\n<strong>October 8-11, 2014 </strong>- Advancing Bear Care 2014,  Barasov, Romania.  For more information visit: <a href="http://www.bearcaregroup.org">www.bearcaregroup.org</a>\r\n\r\n<b>November 10-13, 2014</b> - Zoological Association of America (ZAA) National Conference, Gulf Breeze, FL  - Hosted by the Gulf Breeze Zoo.  For more information visit: <a href="http://www.zaa.org">www.zaa.org</a><b>\r\n</b>\r\n\r\n<strong>December 8-12, 2014</strong> - Training and Enrichment Workshop for Zoo and Aquarium Animals Galveston, TX Hosted by Moody Gardens Presented by Active Environments and Shape of Enrichment For more information contact: <a href="/do/mail/message/mailto?to=dolsen%40moodygardens.com">dolsen@moodygardens.com</a>\r\n\r\n&nbsp;', 'Coming Events', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2014-07-08 10:58:09', '2014-07-08 15:58:09', '', 435, 'https://www.aazk.org/435-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6183, 2, '2014-07-08 11:00:55', '2014-07-08 16:00:55', '', 'July 2014 AKF_cover', 0, '', 'inherit', 'closed', 'closed', '', 'july-2014-akf_cover', '', '', '2014-07-08 11:00:55', '2014-07-08 16:00:55', '', 200, 'https://www.aazk.org/wp-content/uploads/July-2014-AKF_cover.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (6184, 2, '2014-07-08 11:01:01', '2014-07-08 16:01:01', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info"><span style="line-height: 1.5em;">AAZK Inc. - Cleveland, OH</span></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="department"><a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/July-2014-AKF_cover.jpg"><img class="alignnone size-medium wp-image-6183" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/July-2014-AKF_cover-235x300.jpg" alt="July 2014 AKF_cover" width="235" height="300" /></a></div>\r\n</div>\r\n</div>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui &amp; Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &amp; Jenni Dyar</em>\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak,\r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard\r\nAlison Mott &amp; Kate Gore', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2014-07-08 11:01:01', '2014-07-08 16:01:01', '', 200, 'https://www.aazk.org/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6185, 2, '2014-07-08 11:02:58', '2014-07-08 16:02:58', '<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/July-2014-AKF_cover.jpg"><img class="alignnone size-medium wp-image-6183" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/July-2014-AKF_cover-235x300.jpg" alt="July 2014 AKF_cover" width="235" height="300" /></a>\r\n\r\n&nbsp;\r\n\r\nIn August of 1972, a short-lived "unofficial" newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level.\r\n\r\nThe idea for Animal Keepers\' Forum grew out of a bull session among keepers at the Topeka Zoo. The original Ruptured Rhino staff, along with several others, were involved in the conception and production of the<strong> first issue of AKF in November of 1974</strong>. It was 3 1/2 pages long, and printed on a mimeograph-type machine. Early issues contained zoo news articles, items on legislation and guest editorials.\r\n\r\nBy June of 1975 the AKF had grown to 13 pages and in November of 1975 celebrated its first anniversary of continuous publication. After the first two issues, it was sold on a subscription basis at $5.00 per year. Although originally the AKF was sold to AAZK members, it didn\'t become the "official" professional journal of the Association until March of 1975. The AKF has always carried the motto "Dedicated to Professional Animal Care".\r\n\r\nIn January 1976, AKF changed its format to a booklet style publication. In 1977 AKF had its first part-time paid editor and also began to be printed commercially. In 1978 the buff colored cover featuring artwork by keepers debuted. The first Excellence in Journalism Awards were given in 1979.\r\n\r\nIn 1981 Susan Chan was hired as Managing Editor for Animal Keepers’ Forum. The AKF has continued to grow in scope and content since that time, now averaging 44 pages per issue.  At least once a year, an issue dedicated to a particular species or topic is produced. AKF contains regular columns on Animal Behavior, Enrichment Options, Crisis Management and legislative issues affecting wildlife and zoos. Each issue also contains articles on animal husbandry, book reviews, a listing of upcoming conferences and symposia and Association news.\r\n\r\nThe Animal Keepers\' Forum has come a long way since its inception when it was printed on a mimeograph machine to today when it is produced with modern desktop publishing computer equipment. It currently reaches approximately <strong>2800 members (including about 150 zoos) in the U.S., Canada and 24 foreign countries</strong>.\r\n\r\nAnimal Keepers’ Forum is celebrating its 40th anniversary of continuous publication this year (2013).\r\n<div class="hr"></div>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '4538-revision-v1', '', '', '2014-07-08 11:02:58', '2014-07-08 16:02:58', '', 4538, 'https://www.aazk.org/4538-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6186, 2, '2014-07-08 13:29:48', '2014-07-08 18:29:48', '<strong style="line-height: 1.5em;">August 4-7, 2014 </strong><span style="line-height: 1.5em;">- 12th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles.  Orlando, FL.  For more information go to: <a href="http://www.turtlesurvival.org">www.turtlesurvival.org</a></span>\r\n\r\n<strong>September 8-12, 2014</strong> - AAZK Conference, Orlando FL. Hosted by Disney\'s Animal Kingdom. For information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n\r\n<strong>September 10-15, 2014 </strong>- International Wild Waterfowl Association Conference, Salt Lake City, UT m For more information visit: <a href="http://www.wildwaterfowl.org">www.wildwaterfowl.org</a>\r\n\r\n<strong>September 12-18, 2014</strong> - AZA National Conference, Orlando, FL.  Hosted by Disney’s Animal Kingdom, The Seas, and SeaWorld Orlando. For more information visit <a href="http://www.aza.org">www.aza.org</a>\r\n\r\n<strong>September 21, 2014</strong> - Bird Conservation Alliance Meeting St. Louis, MO Hosted by: American Bird Conservancy For more information go to: <a href="/do/redirect?url=http%253A%252F%252Fwww.afwaannualmeeting.org%252Fschedule.html" target="_blank">http://www.afwaannualmeeting.org/schedule.html</a>\r\n\r\n<strong>October 1-5, 2014</strong> - From Good Care to Great Welfare Workshop Detroit, MI Hosted by: Detroit Zoological Society’s Center for Zoo Animal Welfare For more information contact: <a href="/do/mail/message/mailto?to=czaw%40dzs.org">czaw@dzs.org</a>\r\n\r\n<strong>Otober 6-8, 2014 </strong>- 3rd International Flamingo Symposium Hosted by SeaWorld San Diego, San Diego. CA.  For more information contact: laurie.conrad@SeaWorld.com\r\n\r\n<strong>October 6-9, 2014 - </strong>Hosted by the Houston Zoo\r\n\r\n<strong>Orangutan SSP Husbandry Workshop &amp; Conservation Summit</strong>\r\n\r\nThe SSP Husbandry Workshop will be held in conjunction with an Orangutan Conservation Summit at the Houston Zoo. The meeting will feature a full day husbandry workshop on Monday, October 6, 2014, covering topics pertaining to captive populations including enrichment, training, and veterinary care, through presentations, posters and panel discussions. The Conservation Summit will begin on October 7, 2014 and focus on exploring the emergent issues facing wild orangutans, as well as helping more zoos holding orangutans commit to participating in the vital role of saving them. Houston is lining up key personnel involved in orangutan conservation across Borneo and Sumatra for this very special event.\r\n\r\nFor more info: <a href="http://www.houstonzoo.org/orangutan-husbandry-workshop-and-conservation-summit/" target="_blank">http://www.houstonzoo.org/<wbr />orangutan-husbandry-workshop-<wbr />and-conservation-summit/</a> or contact <a href="mailto:conservation@houstonzoo.org" target="_blank">conservation@houstonzoo.org</a>\r\n\r\n<strong>October 7-11, 2014 </strong>- National Conference of the Association of the Zoo and Aquarium Docents and Volunteers (AZADV).  Hosted by the Zoological Society of Milwaukee County Zoo and Zoo Pride, Milwaukee, WI.  For more information visit: http://<a href="http://www.zoosociety.org/azadv2014">www.zoosociety.org/azadv2014</a>\r\n\r\n<strong>October 8-11, 2014 </strong>- Advancing Bear Care 2014,  Barasov, Romania.  For more information visit: <a href="http://www.bearcaregroup.org">www.bearcaregroup.org</a>\r\n\r\n<b>November 10-13, 2014</b> - Zoological Association of America (ZAA) National Conference, Gulf Breeze, FL  - Hosted by the Gulf Breeze Zoo.  For more information visit: <a href="http://www.zaa.org">www.zaa.org</a><b>\r\n</b>\r\n\r\n<strong>December 8-12, 2014</strong> - Training and Enrichment Workshop for Zoo and Aquarium Animals Galveston, TX Hosted by Moody Gardens Presented by Active Environments and Shape of Enrichment For more information contact: <a href="/do/mail/message/mailto?to=dolsen%40moodygardens.com">dolsen@moodygardens.com</a>\r\n\r\n<strong>February 16-20, 2015</strong>\r\n\r\nMARINE MAMMAL BEHAVIOR AND CONSERVATION - Location: Los Cabos, Baja California, Mexico\r\n\r\nA unique educational opportunity for those interested in learning more about whales, dolphins and sea lions. This is a cutting-edge workshop designed to teach from firsthand, personal experience how to create human-nature connections. You will also learn how animals under human care serve as ambassadors for their species and how sustainable, eco-tourism helps to promote environmental awareness.\r\n\r\nRegistration is Open.\r\n\r\nFor more information please go to <a href="/do/redirect?url=http%253A%252F%252Fwww.abcanimaltraining.com%252Flos_cabos">www.abcanimaltraining.com/los_cabos</a>\r\n\r\nAnd contact Shelley Wood at <a href="/do/mail/message/mailto?to=swood%40abcanimaltraining.com">swood@abcanimaltraining.com</a>', 'Coming Events', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2014-07-08 13:29:48', '2014-07-08 18:29:48', '', 435, 'https://www.aazk.org/435-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6187, 3, '2014-07-08 16:36:00', '2014-07-08 21:36:00', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a Guest Services Manager to oversee and improve upon the day to day operations of Admissions, School Group Entrance, Turnstiles, Stroller/Wheelchair Rentals, Membership, Reception and Call Center. This person will maintain exceptional standards for guest service, cleanliness, and physical appearance of all locations within the department. Additionally, is responsible for managing the budget, recruitment, training, and motivation and evaluation of staff. All Guest Services personnel need to be effectively cross-trained to support fluctuating business needs at all department locations. Furthermore, the Guest Services Manager will work closely with other departments to coordinate promotions to increase attendance, manage our automated telephone system and Gateway Ticketing System, and ensuring methods are in place to generate applicable reports on effectiveness of various initiatives. This person will be our primary resource to receive and respond to on-site guest service inquiries and complaints as well as conduct front line decision-making and problem solving in a courteous and professional manner.\r\n\r\nFor more than half a century, the Zoo and its animals have amazed guests from across Phoenix and around the globe. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. A visit to the Phoenix Zoo opens a wondrous world of curiosity, imagination and discovery; imagine being a key player in igniting that passion in the hearts of the community. \r\n<h6>Education and Pre-requisites</h6>\r\n\r\nMinimum qualifications for this position include a Bachelor’s degree with a concentration in Business preferred, at least 3 years management experience in a fast-paced guest service environment, excellent communication and organizational skills, proficiency in MS Office programs, strong leadership skills, proven guest service and team building skills, and ability to work a flexible schedule that will include weekends, evenings, holidays and school breaks. An ideal candidate will already be familiar with our data systems; Gateway Galaxy Ticketing System, Raiser’s Edge and When-To-Work.  One to three years with these or similar systems preferred. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test. \r\n<h6>Compensation and benefits</h6>\r\nThis is a full time exempt level position with a starting hourly wage between $15.75 - $17.72 DOE, and a complete benefits package that includes medical, dental and vision insurance, 401(k) with company match and generous PTO. \r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=693&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications. \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n', 'Guest Services manager', 0, '', 'publish', 'closed', 'closed', '', 'guest-services-manager', '', '', '2014-07-08 16:36:01', '2014-07-08 21:36:01', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6187', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6188, 0, '2014-07-08 16:36:00', '2014-07-08 21:36:00', '', 'Guest Services manager', 0, '', 'inherit', 'closed', 'closed', '', '6187-revision-v1', '', '', '2014-07-08 16:36:00', '2014-07-08 21:36:00', '', 6187, 'https://www.aazk.org/6187-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6189, 0, '2014-07-08 16:36:01', '2014-07-08 21:36:01', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a Guest Services Manager to oversee and improve upon the day to day operations of Admissions, School Group Entrance, Turnstiles, Stroller/Wheelchair Rentals, Membership, Reception and Call Center. This person will maintain exceptional standards for guest service, cleanliness, and physical appearance of all locations within the department. Additionally, is responsible for managing the budget, recruitment, training, and motivation and evaluation of staff. All Guest Services personnel need to be effectively cross-trained to support fluctuating business needs at all department locations. Furthermore, the Guest Services Manager will work closely with other departments to coordinate promotions to increase attendance, manage our automated telephone system and Gateway Ticketing System, and ensuring methods are in place to generate applicable reports on effectiveness of various initiatives. This person will be our primary resource to receive and respond to on-site guest service inquiries and complaints as well as conduct front line decision-making and problem solving in a courteous and professional manner.\r\n\r\nFor more than half a century, the Zoo and its animals have amazed guests from across Phoenix and around the globe. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. A visit to the Phoenix Zoo opens a wondrous world of curiosity, imagination and discovery; imagine being a key player in igniting that passion in the hearts of the community. \r\n<h6>Education and Pre-requisites</h6>\r\n\r\nMinimum qualifications for this position include a Bachelor’s degree with a concentration in Business preferred, at least 3 years management experience in a fast-paced guest service environment, excellent communication and organizational skills, proficiency in MS Office programs, strong leadership skills, proven guest service and team building skills, and ability to work a flexible schedule that will include weekends, evenings, holidays and school breaks. An ideal candidate will already be familiar with our data systems; Gateway Galaxy Ticketing System, Raiser’s Edge and When-To-Work.  One to three years with these or similar systems preferred. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test. \r\n<h6>Compensation and benefits</h6>\r\nThis is a full time exempt level position with a starting hourly wage between $15.75 - $17.72 DOE, and a complete benefits package that includes medical, dental and vision insurance, 401(k) with company match and generous PTO. \r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=693&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications. \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n', 'Guest Services manager', 0, '', 'inherit', 'closed', 'closed', '', '6187-revision-v1', '', '', '2014-07-08 16:36:01', '2014-07-08 21:36:01', '', 6187, 'https://www.aazk.org/6187-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6190, 3, '2014-07-08 16:37:13', '2014-07-08 21:37:13', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a Guest Experiences Manager to oversee and improve upon the day to day operations of the 4-D Theater, Stingray Bay, Carousel, Giraffe Encounter, Camel Rides, Pedal Boat Rentals and Seasonal Experiences, as well as researching competition and proposing new retail opportunities.  This person will maintain exceptional standards for guest service, cleanliness, and physical appearance of all locations within the department. Additionally, is responsible for managing the budget, recruitment, training, motivation and evaluation of staff. All Guest Experiences personnel need to be effectively cross-trained to support fluctuating business needs at all department locations. Furthermore, the Guest Experiences Manager will work closely with other departments to support marketing initiatives, ensure successful operations, manage an effective signage program, and ensure efficient operation of the Gateway Ticketing System. This person will be our primary resource to receive and respond to on-site guest service inquiries and complaints as well as conduct front line decision-making and problem solving in a courteous and professional manner.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. Whether you are on the lookout for awe-inspiring Asian elephants, on safari to spot the great Sumatran tiger or seeking towering giraffes roaming the Savanna — a day at the Zoo offers adventures like no other place in the Valley of the Sun. With exciting experiences like Stingray Bay, Giraffe Encounter, Monkey Village, Safari Train and many more, a visit to the Zoo is memorable for everyone. \r\n<h6>Education and Pre-requisites</h6>\r\nMinimum qualifications for this position include a Bachelor’s degree with a concentration in Business preferred, at least 3 years management experience in a fast-paced guest service environment, excellent communication and organizational skills, proficiency in MS Office programs, strong team building skills, and ability to work a flexible schedule that will include weekends, evenings, holidays and school breaks. An ideal candidate will already be familiar with our data systems; Gateway Galaxy Ticketing System, Raiser’s Edge and When-To-Work. One to three years with these or similar systems preferred. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test. \r\n<h6>Compensation and benefits</h6>\r\nThis is a full time exempt level position with a starting hourly wage between $15.75-$17.72 DOE, and a complete benefits package that includes medical, dental and vision insurance, 401(k) with company match and generous PTO. \r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=694&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications. \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n', 'Guest Experiences Manager', 0, '', 'publish', 'closed', 'closed', '', 'guest-experiences-manager', '', '', '2014-07-08 16:37:14', '2014-07-08 21:37:14', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6190', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6191, 0, '2014-07-08 16:37:13', '2014-07-08 21:37:13', '', 'Guest Experiences Manager', 0, '', 'inherit', 'closed', 'closed', '', '6190-revision-v1', '', '', '2014-07-08 16:37:13', '2014-07-08 21:37:13', '', 6190, 'https://www.aazk.org/6190-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6192, 0, '2014-07-08 16:37:14', '2014-07-08 21:37:14', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a Guest Experiences Manager to oversee and improve upon the day to day operations of the 4-D Theater, Stingray Bay, Carousel, Giraffe Encounter, Camel Rides, Pedal Boat Rentals and Seasonal Experiences, as well as researching competition and proposing new retail opportunities.  This person will maintain exceptional standards for guest service, cleanliness, and physical appearance of all locations within the department. Additionally, is responsible for managing the budget, recruitment, training, motivation and evaluation of staff. All Guest Experiences personnel need to be effectively cross-trained to support fluctuating business needs at all department locations. Furthermore, the Guest Experiences Manager will work closely with other departments to support marketing initiatives, ensure successful operations, manage an effective signage program, and ensure efficient operation of the Gateway Ticketing System. This person will be our primary resource to receive and respond to on-site guest service inquiries and complaints as well as conduct front line decision-making and problem solving in a courteous and professional manner.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. Whether you are on the lookout for awe-inspiring Asian elephants, on safari to spot the great Sumatran tiger or seeking towering giraffes roaming the Savanna — a day at the Zoo offers adventures like no other place in the Valley of the Sun. With exciting experiences like Stingray Bay, Giraffe Encounter, Monkey Village, Safari Train and many more, a visit to the Zoo is memorable for everyone. \r\n<h6>Education and Pre-requisites</h6>\r\nMinimum qualifications for this position include a Bachelor’s degree with a concentration in Business preferred, at least 3 years management experience in a fast-paced guest service environment, excellent communication and organizational skills, proficiency in MS Office programs, strong team building skills, and ability to work a flexible schedule that will include weekends, evenings, holidays and school breaks. An ideal candidate will already be familiar with our data systems; Gateway Galaxy Ticketing System, Raiser’s Edge and When-To-Work. One to three years with these or similar systems preferred. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test. \r\n<h6>Compensation and benefits</h6>\r\nThis is a full time exempt level position with a starting hourly wage between $15.75-$17.72 DOE, and a complete benefits package that includes medical, dental and vision insurance, 401(k) with company match and generous PTO. \r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=694&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications. \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n', 'Guest Experiences Manager', 0, '', 'inherit', 'closed', 'closed', '', '6190-revision-v1', '', '', '2014-07-08 16:37:14', '2014-07-08 21:37:14', '', 6190, 'https://www.aazk.org/6190-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6193, 3, '2014-07-08 16:38:55', '2014-07-08 21:38:55', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a Membership Manager to oversee the planning and implementation of programs and events designed to increase, upgrade and retain households and revenue for the Phoenix Zoo’s membership program. A key aspect of this position will be managing all communication tied to memberships such as telemarketing, mailings, signage and collateral materials. The Membership Manager will work closely with other departments to develop initiatives to grow membership revenue, create new elements for partnership activation and develop benefit structures for various membership levels, and strategically align our Zoo Membership program with the high-level Guardian Membership program. Personnel management duties will include ensuring exceptional standards of guest service, managing the budget, and coordination of training for current and new employees on applicable software and processes. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. Members know that their contributions are giving us more possibilities for the future, and we want to make sure that our membership program reflects our appreciation for the continued and growing support of the community. \r\n<h6>Education and Pre-requisites</h6>\r\nMinimum qualifications for this position include a Bachelor’s Degree with a concentration in Business preferred, minimum 5 years management experience with 2 years in guest service and/or sales preferred, excellent communication and time management skills, proficiency in Raiser’s Edge and MS Office programs, and ability to work a flexible schedule that will include weekends, evenings, holidays and school breaks. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test. \r\n<h6>Compensation and benefits</h6>\r\nThis is a full time exempt level position with a starting hourly wage between $19.07 to $21.46 DOE, and a complete benefits package that includes medical, dental and vision insurance, 401(k) with company match and generous PTO. \r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=692&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications. \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n', 'Mambership Manager', 0, '', 'publish', 'closed', 'closed', '', 'mambership-manager', '', '', '2014-07-08 16:38:55', '2014-07-08 21:38:55', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6193', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6194, 0, '2014-07-08 16:38:55', '2014-07-08 21:38:55', '', 'Mambership Manager', 0, '', 'inherit', 'closed', 'closed', '', '6193-revision-v1', '', '', '2014-07-08 16:38:55', '2014-07-08 21:38:55', '', 6193, 'https://www.aazk.org/6193-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6195, 0, '2014-07-08 16:38:55', '2014-07-08 21:38:55', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a Membership Manager to oversee the planning and implementation of programs and events designed to increase, upgrade and retain households and revenue for the Phoenix Zoo’s membership program. A key aspect of this position will be managing all communication tied to memberships such as telemarketing, mailings, signage and collateral materials. The Membership Manager will work closely with other departments to develop initiatives to grow membership revenue, create new elements for partnership activation and develop benefit structures for various membership levels, and strategically align our Zoo Membership program with the high-level Guardian Membership program. Personnel management duties will include ensuring exceptional standards of guest service, managing the budget, and coordination of training for current and new employees on applicable software and processes. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. Members know that their contributions are giving us more possibilities for the future, and we want to make sure that our membership program reflects our appreciation for the continued and growing support of the community. \r\n<h6>Education and Pre-requisites</h6>\r\nMinimum qualifications for this position include a Bachelor’s Degree with a concentration in Business preferred, minimum 5 years management experience with 2 years in guest service and/or sales preferred, excellent communication and time management skills, proficiency in Raiser’s Edge and MS Office programs, and ability to work a flexible schedule that will include weekends, evenings, holidays and school breaks. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test. \r\n<h6>Compensation and benefits</h6>\r\nThis is a full time exempt level position with a starting hourly wage between $19.07 to $21.46 DOE, and a complete benefits package that includes medical, dental and vision insurance, 401(k) with company match and generous PTO. \r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=692&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications. \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n', 'Mambership Manager', 0, '', 'inherit', 'closed', 'closed', '', '6193-revision-v1', '', '', '2014-07-08 16:38:55', '2014-07-08 21:38:55', '', 6193, 'https://www.aazk.org/6193-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6196, 3, '2014-07-11 12:46:36', '2014-07-11 17:46:36', '<h5>Facility</h5>\r\n<p>Panther Ridge Conservation Center</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nPanther Ridge Conservation Center offers experience in husbandry, diet preparation and animal training. Interns will be responsible for cleaning, feeding, enrichment, assisting in medical procedures, guided tours and basic maintenance of enclosures.\r\n<h6>Education and Pre-requisites</h6>\r\nRequirements: \r\nApplicants must be 18 years of age \r\nEnrolled in or have graduated with a degree in biological science, zoology, pre-veterinary or related field \r\nAble to comfortably lift 50 pounds\r\nWilling to work long hours and show up early or stay late when necessary\r\nAble to work in unfavorable weather conditions such as heat, humidity and rain\r\nProvide their own transportation\r\n*Preference will be given to applicants with prior animal care experience in an internship or volunteer capacity.\r\n\r\n<h6>Compensation and benefits</h6>\r\nThe start date will be as soon as possible. Internships are approximately 12 weeks (3 months) with the possibility of extension to 24 weeks (6 months). Interns will be provided a weekly stipend of $50 and housing.\r\n\r\n<h6>Application instructions</h6>\r\nTo submit an application, please provide a resume with two references and a cover letter stating why you believe this is the internship for you. Applications may be emailed to pantheridge@aol.com with “Exotic Feline Internship” in the subject.\r\nYou may visit our website at http://www.pantherridgecc.org/ or find us on Facebook (Search:  Panther Ridge Conservation Center) to learn more about our facility.\r\n\r\n', 'Exotic Feline Internship', 0, '', 'publish', 'closed', 'closed', '', 'exotic-feline-internship-2', '', '', '2014-07-11 12:46:36', '2014-07-11 17:46:36', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6196', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6197, 2777, '2014-07-11 12:46:36', '2014-07-11 17:46:36', '', 'Exotic Feline Internship', 0, '', 'inherit', 'closed', 'closed', '', '6196-revision-v1', '', '', '2014-07-11 12:46:36', '2014-07-11 17:46:36', '', 6196, 'https://www.aazk.org/6196-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6198, 2777, '2014-07-11 12:46:36', '2014-07-11 17:46:36', '<h5>Facility</h5>\r\n<p>Panther Ridge Conservation Center</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nPanther Ridge Conservation Center offers experience in husbandry, diet preparation and animal training. Interns will be responsible for cleaning, feeding, enrichment, assisting in medical procedures, guided tours and basic maintenance of enclosures.\r\n<h6>Education and Pre-requisites</h6>\r\nRequirements: \r\nApplicants must be 18 years of age \r\nEnrolled in or have graduated with a degree in biological science, zoology, pre-veterinary or related field \r\nAble to comfortably lift 50 pounds\r\nWilling to work long hours and show up early or stay late when necessary\r\nAble to work in unfavorable weather conditions such as heat, humidity and rain\r\nProvide their own transportation\r\n*Preference will be given to applicants with prior animal care experience in an internship or volunteer capacity.\r\n\r\n<h6>Compensation and benefits</h6>\r\nThe start date will be as soon as possible. Internships are approximately 12 weeks (3 months) with the possibility of extension to 24 weeks (6 months). Interns will be provided a weekly stipend of $50 and housing.\r\n\r\n<h6>Application instructions</h6>\r\nTo submit an application, please provide a resume with two references and a cover letter stating why you believe this is the internship for you. Applications may be emailed to pantheridge@aol.com with “Exotic Feline Internship” in the subject.\r\nYou may visit our website at http://www.pantherridgecc.org/ or find us on Facebook (Search:  Panther Ridge Conservation Center) to learn more about our facility.\r\n\r\n', 'Exotic Feline Internship', 0, '', 'inherit', 'closed', 'closed', '', '6196-revision-v1', '', '', '2014-07-11 12:46:36', '2014-07-11 17:46:36', '', 6196, 'https://www.aazk.org/6196-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6199, 3, '2014-07-11 15:57:34', '2014-07-11 20:57:34', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is seeking a full-time keeper for our Birds.  This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting on animal behavior, performing behavioral enrichment and animal training, and providing positive guest experiences. \r\n \r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. Our pelicans in the wetlands exhibit were saved from the Gulf Coast spill a few years ago by rescuers looking for birds coated with oil. Their wings were injured and they couldn\'t fly. They now live at the Phoenix Zoo, receiving comfort and care while they act as one of our many animal ambassadors in the field of conservation education. \r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements include a high-school diploma or equivalent with a preference for an individual with a Bachelor’s Degree in Life Science or related field, 6 months paid or 1 year volunteer experience in animal husbandry, and possession of a valid driver’s license. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require a clear TB skin test. \r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=702&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Keeper I - Birds', 0, '', 'publish', 'closed', 'closed', '', 'keeper-i-birds', '', '', '2014-07-11 15:57:34', '2014-07-11 20:57:34', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6199', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6200, 0, '2014-07-11 15:57:34', '2014-07-11 20:57:34', '', 'Keeper I - Birds', 0, '', 'inherit', 'closed', 'closed', '', '6199-revision-v1', '', '', '2014-07-11 15:57:34', '2014-07-11 20:57:34', '', 6199, 'https://www.aazk.org/6199-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6201, 0, '2014-07-11 15:57:34', '2014-07-11 20:57:34', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is seeking a full-time keeper for our Birds.  This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting on animal behavior, performing behavioral enrichment and animal training, and providing positive guest experiences. \r\n \r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. Our pelicans in the wetlands exhibit were saved from the Gulf Coast spill a few years ago by rescuers looking for birds coated with oil. Their wings were injured and they couldn\'t fly. They now live at the Phoenix Zoo, receiving comfort and care while they act as one of our many animal ambassadors in the field of conservation education. \r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements include a high-school diploma or equivalent with a preference for an individual with a Bachelor’s Degree in Life Science or related field, 6 months paid or 1 year volunteer experience in animal husbandry, and possession of a valid driver’s license. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require a clear TB skin test. \r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=702&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Keeper I - Birds', 0, '', 'inherit', 'closed', 'closed', '', '6199-revision-v1', '', '', '2014-07-11 15:57:34', '2014-07-11 20:57:34', '', 6199, 'https://www.aazk.org/6199-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6202, 3, '2014-07-14 09:54:07', '2014-07-14 14:54:07', '<h5>Facility</h5>\r\n<p>Panther Ridge Conservation Center</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nPanther Ridge Conservation Center is a non-profit rescue facility in Wellington, Florida that provides a home, haven and hope for some of the world’s most majestic and endangered big cats.\r\n\r\nResponsibilities: \r\nJob duties consist of but are not limited to:\r\n\r\n-Daily inspections of animals and documentation.\r\n-Cleaning of exhibits and food prep areas.\r\n-Preparation of food for animals including butchering and processing of meat and daily administration of vitamin supplements.\r\n-Operant conditioning of the animals and behavioral enrichment.\r\n-Handling of animals and crating animals for transport.\r\n-Assist with veterinary care and baby raising as needed.\r\n-Educational tours, fundraising events, and traveling exhibits.\r\n-Maintenance of enclosures and grounds.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n-Bachelor’s degree in Biology, Zoology or related field or equivalent education, experience, and training.\r\n-Minimum of one year previous full-time experience in a zoological institution.\r\n-Ability to work in a harmonious manner with staff, volunteers and supervisors.\r\n-Must be able to do some heavy lifting of at least 50 pounds.\r\n-Must be able to work in unfavorable weather conditions including extreme heat, humidity, and rain.\r\n-Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\n-Must be able to follow instructions and required policies and procedures.\r\n-Must be trustworthy, organized and passionate about working with animals.\r\n-Must have valid driver’s license and social security card or Work Visa.\r\n\r\n<h6>Compensation and benefits</h6>\r\nSalary is dependent upon education and experience.\r\n<h6>Application instructions</h6>\r\nPlease send your resumé and cover letter to pantheridge@aol.com. We carefully evaluate all applicants and will call for interviews over the phone. Good luck!\r\n', 'Exotic Feline Keeper Position', 0, '', 'publish', 'closed', 'closed', '', 'exotic-feline-keeper-position', '', '', '2014-07-14 09:54:07', '2014-07-14 14:54:07', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6202', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6203, 2777, '2014-07-14 09:54:07', '2014-07-14 14:54:07', '', 'Exotic Feline Keeper Position', 0, '', 'inherit', 'closed', 'closed', '', '6202-revision-v1', '', '', '2014-07-14 09:54:07', '2014-07-14 14:54:07', '', 6202, 'https://www.aazk.org/6202-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6204, 2777, '2014-07-14 09:54:07', '2014-07-14 14:54:07', '<h5>Facility</h5>\r\n<p>Panther Ridge Conservation Center</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nPanther Ridge Conservation Center is a non-profit rescue facility in Wellington, Florida that provides a home, haven and hope for some of the world’s most majestic and endangered big cats.\r\n\r\nResponsibilities: \r\nJob duties consist of but are not limited to:\r\n\r\n-Daily inspections of animals and documentation.\r\n-Cleaning of exhibits and food prep areas.\r\n-Preparation of food for animals including butchering and processing of meat and daily administration of vitamin supplements.\r\n-Operant conditioning of the animals and behavioral enrichment.\r\n-Handling of animals and crating animals for transport.\r\n-Assist with veterinary care and baby raising as needed.\r\n-Educational tours, fundraising events, and traveling exhibits.\r\n-Maintenance of enclosures and grounds.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n-Bachelor’s degree in Biology, Zoology or related field or equivalent education, experience, and training.\r\n-Minimum of one year previous full-time experience in a zoological institution.\r\n-Ability to work in a harmonious manner with staff, volunteers and supervisors.\r\n-Must be able to do some heavy lifting of at least 50 pounds.\r\n-Must be able to work in unfavorable weather conditions including extreme heat, humidity, and rain.\r\n-Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\n-Must be able to follow instructions and required policies and procedures.\r\n-Must be trustworthy, organized and passionate about working with animals.\r\n-Must have valid driver’s license and social security card or Work Visa.\r\n\r\n<h6>Compensation and benefits</h6>\r\nSalary is dependent upon education and experience.\r\n<h6>Application instructions</h6>\r\nPlease send your resumé and cover letter to pantheridge@aol.com. We carefully evaluate all applicants and will call for interviews over the phone. Good luck!\r\n', 'Exotic Feline Keeper Position', 0, '', 'inherit', 'closed', 'closed', '', '6202-revision-v1', '', '', '2014-07-14 09:54:07', '2014-07-14 14:54:07', '', 6202, 'https://www.aazk.org/6202-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6206, 3, '2014-07-14 16:57:09', '2014-07-14 21:57:09', '<h5>Facility</h5>\r\n<p>Zoo Boise</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nZoo Boise is currently seeking a full-time Zoo keeper.  This position will work with a variety of Animals.\r\n\r\nJob duties consist of but are not limited to;\r\n 1. Daily inspections and care of animals and daily documentation.\r\n 2. Cleaning of exhibits.\r\n 3. Operant conditioning of the animals and behavioral enrichment.\r\n 4. Educational Tours, Keeper Talks and animal encounters.\r\n 5. Handling of animals, crating animals for transport and participation with the Emergency Response Team.\r\n 6. Assist with veterinary care as needed.\r\n 7. Assist with building and erecting of new exhibits and reconstruction and repair of existing exhibits and buildings.\r\n 8. Maintenance of grounds in and around exhibits.\r\n9. Other duties as assigned by supervisor.\r\n<h6>Education and Pre-requisites</h6>\r\n 1.BS degree in Biology/Zoology or related field or equivalent education, experience, and training.\r\n 2. MINIMUM 2 Year Previous full-time experience in a zoological institution and ability to work in a harmonious manner with staff, volunteers, and supervisors.\r\n 3. Must be able to do some heavy lifting of at least 50 pounds.\r\n 4. Must be able to work in unfavorable weather conditions including rain, snow, extreme heat, and freezing temperatures.\r\n 5. Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\n 6. Must be able to follow instructions and required policies and procedures.\r\n 7. Must be honest, trustworthy and organized and be passionate about working with animals.\r\n8. Up to date vaccinations including for Tetanus and be TB Negative\r\n9. Must be able to pass a criminal background check and drug testing.\r\n<h6>Compensation and benefits</h6>\r\nSee Details at http://agency.governmentjobs.com/boiseid/default.cfm\r\n<h6>Application instructions</h6>\r\nSee complete job description and application process at http://agency.governmentjobs.com/boiseid/default.cfm\r\nResume\' must be attached to application.  No applications will be accepted without using the Neogov online application process.\r\nNO PHONE CALLS PLEASE.\r\n', 'Zoo Keeper- Full-time', 0, '', 'publish', 'closed', 'closed', '', 'zoo-keeper-full-time', '', '', '2014-07-14 16:57:09', '2014-07-14 21:57:09', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6206', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6207, 555, '2014-07-14 16:57:09', '2014-07-14 21:57:09', '', 'Zoo Keeper- Full-time', 0, '', 'inherit', 'closed', 'closed', '', '6206-revision-v1', '', '', '2014-07-14 16:57:09', '2014-07-14 21:57:09', '', 6206, 'https://www.aazk.org/6206-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6208, 555, '2014-07-14 16:57:09', '2014-07-14 21:57:09', '<h5>Facility</h5>\r\n<p>Zoo Boise</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nZoo Boise is currently seeking a full-time Zoo keeper.  This position will work with a variety of Animals.\r\n\r\nJob duties consist of but are not limited to;\r\n 1. Daily inspections and care of animals and daily documentation.\r\n 2. Cleaning of exhibits.\r\n 3. Operant conditioning of the animals and behavioral enrichment.\r\n 4. Educational Tours, Keeper Talks and animal encounters.\r\n 5. Handling of animals, crating animals for transport and participation with the Emergency Response Team.\r\n 6. Assist with veterinary care as needed.\r\n 7. Assist with building and erecting of new exhibits and reconstruction and repair of existing exhibits and buildings.\r\n 8. Maintenance of grounds in and around exhibits.\r\n9. Other duties as assigned by supervisor.\r\n<h6>Education and Pre-requisites</h6>\r\n 1.BS degree in Biology/Zoology or related field or equivalent education, experience, and training.\r\n 2. MINIMUM 2 Year Previous full-time experience in a zoological institution and ability to work in a harmonious manner with staff, volunteers, and supervisors.\r\n 3. Must be able to do some heavy lifting of at least 50 pounds.\r\n 4. Must be able to work in unfavorable weather conditions including rain, snow, extreme heat, and freezing temperatures.\r\n 5. Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\n 6. Must be able to follow instructions and required policies and procedures.\r\n 7. Must be honest, trustworthy and organized and be passionate about working with animals.\r\n8. Up to date vaccinations including for Tetanus and be TB Negative\r\n9. Must be able to pass a criminal background check and drug testing.\r\n<h6>Compensation and benefits</h6>\r\nSee Details at http://agency.governmentjobs.com/boiseid/default.cfm\r\n<h6>Application instructions</h6>\r\nSee complete job description and application process at http://agency.governmentjobs.com/boiseid/default.cfm\r\nResume\' must be attached to application.  No applications will be accepted without using the Neogov online application process.\r\nNO PHONE CALLS PLEASE.\r\n', 'Zoo Keeper- Full-time', 0, '', 'inherit', 'closed', 'closed', '', '6206-revision-v1', '', '', '2014-07-14 16:57:09', '2014-07-14 21:57:09', '', 6206, 'https://www.aazk.org/6206-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6209, 3, '2014-07-16 11:11:59', '2014-07-16 16:11:59', '<h5>Facility</h5>\r\n<p>Columbus Zoo and Aquarium</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nWe’re looking for a Zookeeper in our Congo Expedition region. This position will be responsible for the daily care of animals within assigned team as well as all other animals within the region. Will also test water quality, monitor life support systems, and assist with region exhibit and grounds maintenance. \r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nBachelor’s degree in zoology, animal science, biology or relevant field and at least 6 months of zookeeping experience required.  \r\n<h6>Compensation and benefits</h6>\r\nZookeeper 1 2014: $19.18/hour\r\n<h6>Application instructions</h6>\r\nOur mission at the Columbus Zoo and Aquarium is to lead and inspire by connecting people and wildlife. When you are a part of our team, you are helping us to achieve that mission! We offer competitive wages, excellent benefits, and OPERS retirement. Did we mention the employee perks? \r\n\r\nView full description and apply online here! http://www.columbuszoo.org/join_the_team/employment/job_detail.aspx?jobId=274\r\n', 'Zookeeper 1-4 (Congo Expedition)', 0, '', 'publish', 'closed', 'closed', '', 'zookeeper-1-4-congo-expedition', '', '', '2014-07-16 11:12:00', '2014-07-16 16:12:00', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6209', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6210, 0, '2014-07-16 11:11:59', '2014-07-16 16:11:59', '', 'Zookeeper 1-4 (Congo Expedition)', 0, '', 'inherit', 'closed', 'closed', '', '6209-revision-v1', '', '', '2014-07-16 11:11:59', '2014-07-16 16:11:59', '', 6209, 'https://www.aazk.org/6209-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6211, 0, '2014-07-16 11:12:00', '2014-07-16 16:12:00', '<h5>Facility</h5>\r\n<p>Columbus Zoo and Aquarium</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nWe’re looking for a Zookeeper in our Congo Expedition region. This position will be responsible for the daily care of animals within assigned team as well as all other animals within the region. Will also test water quality, monitor life support systems, and assist with region exhibit and grounds maintenance. \r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nBachelor’s degree in zoology, animal science, biology or relevant field and at least 6 months of zookeeping experience required.  \r\n<h6>Compensation and benefits</h6>\r\nZookeeper 1 2014: $19.18/hour\r\n<h6>Application instructions</h6>\r\nOur mission at the Columbus Zoo and Aquarium is to lead and inspire by connecting people and wildlife. When you are a part of our team, you are helping us to achieve that mission! We offer competitive wages, excellent benefits, and OPERS retirement. Did we mention the employee perks? \r\n\r\nView full description and apply online here! http://www.columbuszoo.org/join_the_team/employment/job_detail.aspx?jobId=274\r\n', 'Zookeeper 1-4 (Congo Expedition)', 0, '', 'inherit', 'closed', 'closed', '', '6209-revision-v1', '', '', '2014-07-16 11:12:00', '2014-07-16 16:12:00', '', 6209, 'https://www.aazk.org/6209-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6212, 3, '2014-07-16 14:16:03', '2014-07-16 19:16:03', '<h5>Facility</h5>\r\n<p>The Wildcat Sanctuary</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nPosition Overview:\r\n\r\nThe Site Manager is responsible for the day to day management and upkeep of TWS’ buildings, habitats, grounds, and equipment. He/she also manages new construction and estimates. He/she schedules projects with the Sanctuary Manager and Executive Director, is responsible for equipment, tool, and vehicle maintenance, and is in charge of teaching staff, interns, and volunteers the proper usage and care for TWS equipment. He/she must be able to work safely and efficiently while meeting tight and varying deadlines.\r\n\r\nDuties:\r\n\r\n    Responsible for all aspects of construction and maintenance including doing the work independently.\r\n    With assistance from the Sanctuary Manager develops construction projects for interns and volunteers.\r\n    Responsible for the maintenance of all vehicles and equipment (excluding office).\r\n    Responsible for inventory control and teaching staff, interns, and volunteers how to care for and use TWS equipment.\r\n    Responsible for the maintenance of the well, septic system, electrical system, and any other systems that support the buildings and animal compound.\r\n    Responsible for the maintenance of the refrigerators and freezers.\r\n    Responsible for the maintenance of the perimeter fence and all animal enclosures.\r\n    Responsible for regular safety inspections of the perimeter fence and all animal enclosures.\r\n    Responsible for ordering materials and supplies for maintenance and various projects.\r\n    Responsible for plowing and shoveling roads, sidewalks and steps.\r\n    Develops relationships with stores, vendors, and suppliers in an effort to obtain donations and reduced prices.\r\n    Responsible for coordinating the preparation of the compound and equipment for the winter months and for weather events.\r\n    Responsible for ensuring that the grounds are mowed and maintained.\r\n    Oversees and monitors on-site contractors, servicemen ensuring the safety of all animals and individuals on the property.\r\n    Responsible for bidding construction, service and other large scale projects.\r\n<h6>Education and Pre-requisites</h6>\r\nQualifications and Experience\r\n\r\n    Ability to make a commitment to the animals AND the organizations mission/vision\r\n    Positive Attitude\r\n    Essential team player, respect peers, supportive of other staff\r\n    Comply with all "no contact" and safety protocol\r\n    Very strong work ethic\r\n    Demonstrate experience in managing a team and construction projects.\r\n    Ability to establish and maintain effective working relationships with supervisors, co-workers, volunteers and donors.\r\n    Ability to be onsite for emergency repairs, snow plowing, tree removal, natural disaster response, etc. in a timely manner in order for the Sanctuary to maintain general operations.\r\n    Knowledge of construction, maintenance procedures and ability to make simple repairs (small engine, electric, plumbing, welding, etc.) Welding skills a plus.\r\n    Familiarity with key message and communication; demonstrate capacity to communicate with supporters.\r\n    Minimum three (4) four years experience in work relevant to construction, maintenance or similar field.\r\n    Ability to lift up to 60 pounds and bend, stoop, crawl and walk on uneven surfaces.\r\n    Ability to work in extreme weather conditions from 100 degree days to freezing temperatures.\r\n    Possession of a valid driver license.\r\n    Ability to understand and follow oral and written instructions\r\n    Ability to operate vehicles such as trucks, vans, and utility vehicles, and motorized vehicles such as snow blowers and lawnmowers.\r\n    Ability to utilize hand and power tools.\r\n    Must be able to work around cats and other animals\r\n\r\nA high school diploma is required. A technical degree or equivalent work experience is preferred. This individual must possess a valid driver’s license, advanced construction and maintenance skills, positive people skills, and management skills. This person must be comfortable interacting with a variety of people, be computer literate, able to work weekends and on-call during inclement weather, be multitask oriented, possess great communication skills, and be able to work under stress with a variety of influences.\r\n<h6>Compensation and benefits</h6>\r\nNegotiable\r\n<h6>Application instructions</h6>\r\nPlease send resume, cover letter, copy of driver’s license, and 2 reference contacts to PO Box 314 Sandstone, MN 55072 or email the information to info@wildcatsanctuary.org. If emailing the document please try and send the combined files in pdf format.\r\n', 'Site Manager', 0, '', 'publish', 'closed', 'closed', '', 'site-manager', '', '', '2014-07-16 14:16:03', '2014-07-16 19:16:03', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6212', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6213, 0, '2014-07-16 14:16:03', '2014-07-16 19:16:03', '', 'Site Manager', 0, '', 'inherit', 'closed', 'closed', '', '6212-revision-v1', '', '', '2014-07-16 14:16:03', '2014-07-16 19:16:03', '', 6212, 'https://www.aazk.org/6212-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6214, 0, '2014-07-16 14:16:03', '2014-07-16 19:16:03', '<h5>Facility</h5>\r\n<p>The Wildcat Sanctuary</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nPosition Overview:\r\n\r\nThe Site Manager is responsible for the day to day management and upkeep of TWS’ buildings, habitats, grounds, and equipment. He/she also manages new construction and estimates. He/she schedules projects with the Sanctuary Manager and Executive Director, is responsible for equipment, tool, and vehicle maintenance, and is in charge of teaching staff, interns, and volunteers the proper usage and care for TWS equipment. He/she must be able to work safely and efficiently while meeting tight and varying deadlines.\r\n\r\nDuties:\r\n\r\n    Responsible for all aspects of construction and maintenance including doing the work independently.\r\n    With assistance from the Sanctuary Manager develops construction projects for interns and volunteers.\r\n    Responsible for the maintenance of all vehicles and equipment (excluding office).\r\n    Responsible for inventory control and teaching staff, interns, and volunteers how to care for and use TWS equipment.\r\n    Responsible for the maintenance of the well, septic system, electrical system, and any other systems that support the buildings and animal compound.\r\n    Responsible for the maintenance of the refrigerators and freezers.\r\n    Responsible for the maintenance of the perimeter fence and all animal enclosures.\r\n    Responsible for regular safety inspections of the perimeter fence and all animal enclosures.\r\n    Responsible for ordering materials and supplies for maintenance and various projects.\r\n    Responsible for plowing and shoveling roads, sidewalks and steps.\r\n    Develops relationships with stores, vendors, and suppliers in an effort to obtain donations and reduced prices.\r\n    Responsible for coordinating the preparation of the compound and equipment for the winter months and for weather events.\r\n    Responsible for ensuring that the grounds are mowed and maintained.\r\n    Oversees and monitors on-site contractors, servicemen ensuring the safety of all animals and individuals on the property.\r\n    Responsible for bidding construction, service and other large scale projects.\r\n<h6>Education and Pre-requisites</h6>\r\nQualifications and Experience\r\n\r\n    Ability to make a commitment to the animals AND the organizations mission/vision\r\n    Positive Attitude\r\n    Essential team player, respect peers, supportive of other staff\r\n    Comply with all "no contact" and safety protocol\r\n    Very strong work ethic\r\n    Demonstrate experience in managing a team and construction projects.\r\n    Ability to establish and maintain effective working relationships with supervisors, co-workers, volunteers and donors.\r\n    Ability to be onsite for emergency repairs, snow plowing, tree removal, natural disaster response, etc. in a timely manner in order for the Sanctuary to maintain general operations.\r\n    Knowledge of construction, maintenance procedures and ability to make simple repairs (small engine, electric, plumbing, welding, etc.) Welding skills a plus.\r\n    Familiarity with key message and communication; demonstrate capacity to communicate with supporters.\r\n    Minimum three (4) four years experience in work relevant to construction, maintenance or similar field.\r\n    Ability to lift up to 60 pounds and bend, stoop, crawl and walk on uneven surfaces.\r\n    Ability to work in extreme weather conditions from 100 degree days to freezing temperatures.\r\n    Possession of a valid driver license.\r\n    Ability to understand and follow oral and written instructions\r\n    Ability to operate vehicles such as trucks, vans, and utility vehicles, and motorized vehicles such as snow blowers and lawnmowers.\r\n    Ability to utilize hand and power tools.\r\n    Must be able to work around cats and other animals\r\n\r\nA high school diploma is required. A technical degree or equivalent work experience is preferred. This individual must possess a valid driver’s license, advanced construction and maintenance skills, positive people skills, and management skills. This person must be comfortable interacting with a variety of people, be computer literate, able to work weekends and on-call during inclement weather, be multitask oriented, possess great communication skills, and be able to work under stress with a variety of influences.\r\n<h6>Compensation and benefits</h6>\r\nNegotiable\r\n<h6>Application instructions</h6>\r\nPlease send resume, cover letter, copy of driver’s license, and 2 reference contacts to PO Box 314 Sandstone, MN 55072 or email the information to info@wildcatsanctuary.org. If emailing the document please try and send the combined files in pdf format.\r\n', 'Site Manager', 0, '', 'inherit', 'closed', 'closed', '', '6212-revision-v1', '', '', '2014-07-16 14:16:03', '2014-07-16 19:16:03', '', 6212, 'https://www.aazk.org/6212-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6215, 2, '2014-07-16 15:18:28', '2014-07-16 20:18:28', '', 'SG Logo 2 - Copy-page-001', 0, '', 'inherit', 'closed', 'closed', '', 'sg-logo-2-copy-page-001', '', '', '2014-07-16 15:18:28', '2014-07-16 20:18:28', '', 4107, 'https://www.aazk.org/wp-content/uploads/SG-Logo-2-Copy-page-001.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (6216, 2, '2014-07-16 15:20:22', '2014-07-16 20:20:22', '<h4></h4>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" alt="abi-logo" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" alt="animal_source" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" alt="blue_rhino" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" alt="CLR_Design" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" alt="DesertPlasticsheader" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" alt="ebscocom-logo" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" alt="fauna_research" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" alt="grubco" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" alt="lyontechnology" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" alt="nebraskabrand" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" alt="overland" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" alt="premier_tours" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" alt="rodentpro" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4></h4>\r\n</div>\r\n<h4>Hagen Avicultural Research Institute</h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" alt="Haven" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" alt="Swine" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n<div class="hr"></div>\r\n<h4>Animal Equipment by Stoney</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment.jpg"><img class="alignnone size-medium wp-image-5339" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment-300x231.jpg" alt="AnimalEquipment" width="300" height="231" /></a>\r\n<div class="clearfix"></div>\r\n4210 Linda Street\r\nBacliff, TX 77518\r\n(281) 299-6171\r\n\r\n<a href="http://http://www.aestoney.com">http://www.aestoney.com</a>\r\n<div class="hr"></div>\r\n<h4>Scratch N All</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg"><img class="alignnone size-full wp-image-5344" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg" alt="ScratchNAll" width="160" height="160" /></a>\r\n<div class="clearfix"></div>\r\nPO Box 92\r\nDillsburg, PA 17019\r\n(888) 972-7282\r\n\r\n<a href="http://www.scratchnall.com">http://www.scratchnall.com</a>\r\n\r\n&nbsp;\r\n<h4><span style="color: #993300;"><strong>IC Wood LLC</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IC-WOOD-JULY-AKF-Ad-1-2.jpg"><img class="alignnone size-medium wp-image-6133" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/IC-WOOD-JULY-AKF-Ad-1-2-218x300.jpg" alt="IC WOOD JULY AKF Ad-1 (2)" width="218" height="300" /></a>\r\n\r\n&nbsp;\r\n\r\nIC Wood LLC\r\n4202 Wilson Rd. East\r\nTaberg, NY 13471\r\n(315) 709-7079\r\n\r\n<a href="http://icwoodllc.com">http://wwwicwoodllc.com</a>\r\n\r\n&nbsp;\r\n<h4><span style="color: #993300;">HayDay LLC</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SG-Logo-2-Copy-page-001.jpg"><img class="alignnone size-medium wp-image-6215" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/SG-Logo-2-Copy-page-001-231x300.jpg" alt="SG Logo 2 - Copy-page-001" width="231" height="300" /></a>\r\n\r\n&nbsp;\r\n\r\nHayDay LLC\r\n\r\n9323 N. Government Way - Unit 402\r\n\r\nHayden, ID  83835\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-07-16 15:20:22', '2014-07-16 20:20:22', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6217, 2, '2014-07-16 15:22:02', '2014-07-16 20:22:02', '<h4></h4>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4108" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/abi-logo.jpg" alt="abi-logo" width="240" height="49" /></div>\r\n<div class="eightcol last"><a href="http://www.animaledu.com/" target="_blank">\r\n</a>\r\n<h4>Animal Behavior Institute</h4>\r\n<a href="http://www.animaledu.com/" target="_blank">Reach your career goals with the Animal Behavior</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4112" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/animal_source.jpg" alt="animal_source" width="200" height="69" /></div>\r\n<div class="eightcol last"><a href="http://www.animalsourcegroup.com/" target="_blank">\r\n</a>\r\n<h4>Animal Source Texas, Inc.</h4>\r\n<a href="http://www.animalsourcegroup.com/" target="_blank">Working to make zoos a better place for wildlife and people.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4114" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blue_rhino.jpg" alt="blue_rhino" width="216" height="92" /></div>\r\n<div class="eightcol last"><a href="http://www.bluerhino.com/" target="_blank">\r\n</a>\r\n<h4>Blue Rhino</h4>\r\n<a href="http://www.bluerhino.com/" target="_blank">Blue Rhino is a leading designer and marketer of barbecue grills, outdoor heaters, mosquito traps, and other outdoor appliances and one of the leading propane cyclinder exchange companies in the United States.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="fourcol first"><img class="alignnone size-full wp-image-4115" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/CLR_Design.jpg" alt="CLR_Design" width="136" height="120" /></div>\r\n<div class="eightcol last"><a href="http://www.clrdesign.com/" target="_blank">\r\n</a>\r\n<h4>CLR Design</h4>\r\n<a href="http://www.clrdesign.com/" target="_blank">For over 25 years CLR Design has focused on zoo design.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4116" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/DesertPlasticsheader.jpg" alt="DesertPlasticsheader" width="240" height="48" /></div>\r\n<div class="eightcol last"><a href="http://desertplastics-abq.com/" target="_blank">\r\n</a>\r\n<h4>Desert Plastics, LLC</h4>\r\n<a href="http://desertplastics-abq.com/" target="_blank">Desert Plastics of Albuquerque, New Mexico is a provider of a variety of unique plastic products and custom molding services. Our rotational molding expertise allows us to create a wide variety of custom products and equipment, and we can also manufacture</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4117" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/ebscocom-logo.gif" alt="ebscocom-logo" width="116" height="41" /></div>\r\n<div class="eightcol last"><a href="http://www.ebsco.com/index.asp" target="_blank">\r\n</a>\r\n<h4>Ebsco Publishing</h4>\r\n<a href="http://www.ebsco.com/index.asp" target="_blank">Established in 1944, EBSCO is the world’s leading information agent providing consultative services and cutting-edge technology for managing and accessing quality content, including print and e-journals, e-packages, research databases, e-books and more.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4118" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/fauna_research.gif" alt="fauna_research" width="174" height="173" /></div>\r\n<div class="eightcol last"><a href="http://www.faunaresearch.com/" target="_blank">\r\n</a>\r\n<h4>Fauna Research Inc.</h4>\r\n<a href="http://www.faunaresearch.com/" target="_blank">Fauna Research Inc. has been designing and building animal restraint equipment, including the TAMER series of equipment and portable management pens, box traps, and corral traps, since 1984.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4119" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/grubco.jpg" alt="grubco" width="190" height="76" /></div>\r\n<div class="eightcol last"><a href="http://www.grubco.com/index.cfm" target="_blank">\r\n</a>\r\n<h4>Grubco</h4>\r\n<a href="http://www.grubco.com/index.cfm" target="_blank">Grubco continually strives to provide the best products available. Orders are immediately filled, carefully packed, and quickly shipped.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4120" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/lyontechnology.jpg" alt="lyontechnology" width="190" height="28" /></div>\r\n<div class="eightcol last"><a href="http://www.lyonusa.com/" target="_blank">\r\n</a>\r\n<h4>Lyon Technologies</h4>\r\n<a href="http://www.lyonusa.com/" target="_blank">Our products include highly sophisticated and easy to use Animal Intensive Care Units of various sizes and models used by veterinarians, zoos, exotic animal breeders and veterinary schools.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4121" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/nebraskabrand.jpg" alt="nebraskabrand" width="200" height="99" /></div>\r\n<div class="eightcol last"><a target="_blank">\r\n</a>\r\n<h4>Nebraska Brand</h4>\r\n<a target="_blank">Economical Feeding Programs for Exotic Carnivores</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4122" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/overland.jpg" alt="overland" width="200" height="82" /></div>\r\n<div class="eightcol last"><a href="http://www.graniteind.com/" target="_blank">\r\n</a>\r\n<h4>Overland Carts/Granite Industries</h4>\r\n<a href="http://www.graniteind.com/" target="_blank">Granite Industries offers a wide range of everyday and specialty carts, hand trucks and dollies.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4123" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/premier_tours.jpg" alt="premier_tours" width="200" height="124" /></div>\r\n<div class="eightcol last"><a href="http://www.premiertours.com/" target="_blank">\r\n</a>\r\n<h4>Premier Tours</h4>\r\n<a href="http://www.premiertours.com/" target="_blank">Premier Travel &amp; Tours is one of the world\'s foremost luxury African safari travel companies, specializing in Southern Africa, East Africa and the Indian Ocean Islands.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"><img class="alignnone size-full wp-image-4126" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/rodentpro.jpg" alt="rodentpro" width="190" height="43" /></div>\r\n</div>\r\n<div class="clearfix">\r\n<div class="eightcol last">\r\n<h4>Rodent Pro</h4>\r\n<a href="http://www.rodentpro.com/" target="_blank">Our company continues to set the industry standards for quality, value and convenience by offering unsurpassed quality, breeder direct pricing and year round availability.</a>\r\n\r\n</div>\r\n</div>\r\n<div class="hr"></div>\r\n<div class="clearfix">\r\n<div class="first fourcol"></div>\r\n<div class="eightcol last"><a href="http://www.zoomed.com/" target="_blank">\r\n</a>\r\n<h4></h4>\r\n</div>\r\n<h4>Hagen Avicultural Research Institute</h4>\r\n<div class="first fourcol"><img class="alignnone size-medium wp-image-5131" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Haven-300x142.gif" alt="Haven" width="300" height="142" /></div>\r\n<div class="eightcol last"><a href="http://http://www.hagen.com/hari/welcome.html">HARI is located in Rigaud, Quebec, and was established in 1985 to study the captive breeding and maintenance of companion birds. HARI now houses over 250 pairs of more than 30 various parrot species.</a></div>\r\n<div class="eightcol last"></div>\r\n</div>\r\n<div class="hr"></div>\r\n&nbsp;\r\n<h4>Sustainable Swine Resources</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1.jpg"><img class="alignnone size-medium wp-image-5332" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/Swine1-300x106.jpg" alt="Swine" width="300" height="106" /></a>\r\n\r\nPO Box 906\r\nSheboygan Falls, WI  53085\r\n(920) 453-5601\r\n\r\n<a href="http://www.sustainableswineresources.com/">http://www.sustainableswineresources.com/</a>\r\n<div class="hr"></div>\r\n<h4>Animal Equipment by Stoney</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment.jpg"><img class="alignnone size-medium wp-image-5339" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/AnimalEquipment-300x231.jpg" alt="AnimalEquipment" width="300" height="231" /></a>\r\n<div class="clearfix"></div>\r\n4210 Linda Street\r\nBacliff, TX 77518\r\n(281) 299-6171\r\n\r\n<a href="http://http://www.aestoney.com">http://www.aestoney.com</a>\r\n<div class="hr"></div>\r\n<h4>Scratch N All</h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg"><img class="alignnone size-full wp-image-5344" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/ScratchNAll.jpg" alt="ScratchNAll" width="160" height="160" /></a>\r\n<div class="clearfix"></div>\r\nPO Box 92\r\nDillsburg, PA 17019\r\n(888) 972-7282\r\n\r\n<a href="http://www.scratchnall.com">http://www.scratchnall.com</a>\r\n\r\n&nbsp;\r\n<h4><span style="color: #993300;"><strong>IC Wood LLC</strong></span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/IC-WOOD-JULY-AKF-Ad-1-2.jpg"><img class="alignnone size-medium wp-image-6133" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/IC-WOOD-JULY-AKF-Ad-1-2-218x300.jpg" alt="IC WOOD JULY AKF Ad-1 (2)" width="218" height="300" /></a>\r\n\r\n&nbsp;\r\n\r\nIC Wood LLC\r\n4202 Wilson Rd. East\r\nTaberg, NY 13471\r\n(315) 709-7079\r\n\r\n<a href="http://icwoodllc.com">http://wwwicwoodllc.com</a>\r\n\r\n&nbsp;\r\n<h4><span style="color: #993300;">HayDay LLC</span></h4>\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/SG-Logo-2-Copy-page-001.jpg"><img class="alignnone size-medium wp-image-6215" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/SG-Logo-2-Copy-page-001-231x300.jpg" alt="SG Logo 2 - Copy-page-001" width="231" height="300" /></a>\r\n\r\n&nbsp;\r\n\r\nHayDay LLC\r\n9323 N. Government Way - Unit 402\r\nHayden, ID  83835\r\n\r\n<a href="http://stablegrazer.com">www.stablegrazer.com</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Commercial Members', 0, '', 'inherit', 'closed', 'closed', '', '4107-revision-v1', '', '', '2014-07-16 15:22:02', '2014-07-16 20:22:02', '', 4107, 'https://www.aazk.org/4107-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6322, 3, '2014-08-18 14:27:03', '2014-08-18 19:27:03', '<h5>Facility</h5>\r\n<p>The Elephant Sanctuary in Tennessee</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nProvides daily care for elephants utilizing \'Protected Contact\' elephant management and using\r\nonly positive reinforcement.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nOne year combined volunteer, intern or paid experience working with exotic or native\r\nwildlife preferred; elephant experience preferred.\r\n• 	Six months combined volunteer, intern or paid experience working in protected contact training (using strictly positive reinforcement) with exotic or native wildlife, or domestic animals preferred.\r\n• 	Bachelor Degree in related field preferred\r\n• 	Valid Driver’s License, insurable to drive company vehicles, and ability to provide own\r\ntransportation to/from work.\r\n\r\n<h6>Compensation and benefits</h6>\r\nall entry level Caregivers begin at $11.56 per hour along with a great benefit package\r\n<h6>Application instructions</h6>\r\nsend resume to humanresources@elephants.com or fax to 931-796-7493\r\n', 'Caregiver', 0, '', 'publish', 'closed', 'closed', '', 'caregiver', '', '', '2014-08-18 14:27:03', '2014-08-18 19:27:03', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6322', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6323, 0, '2014-08-18 14:27:03', '2014-08-18 19:27:03', '', 'Caregiver', 0, '', 'inherit', 'closed', 'closed', '', '6322-revision-v1', '', '', '2014-08-18 14:27:03', '2014-08-18 19:27:03', '', 6322, 'https://www.aazk.org/6322-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6324, 0, '2014-08-18 14:27:03', '2014-08-18 19:27:03', '<h5>Facility</h5>\r\n<p>The Elephant Sanctuary in Tennessee</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nProvides daily care for elephants utilizing \'Protected Contact\' elephant management and using\r\nonly positive reinforcement.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nOne year combined volunteer, intern or paid experience working with exotic or native\r\nwildlife preferred; elephant experience preferred.\r\n• 	Six months combined volunteer, intern or paid experience working in protected contact training (using strictly positive reinforcement) with exotic or native wildlife, or domestic animals preferred.\r\n• 	Bachelor Degree in related field preferred\r\n• 	Valid Driver’s License, insurable to drive company vehicles, and ability to provide own\r\ntransportation to/from work.\r\n\r\n<h6>Compensation and benefits</h6>\r\nall entry level Caregivers begin at $11.56 per hour along with a great benefit package\r\n<h6>Application instructions</h6>\r\nsend resume to humanresources@elephants.com or fax to 931-796-7493\r\n', 'Caregiver', 0, '', 'inherit', 'closed', 'closed', '', '6322-revision-v1', '', '', '2014-08-18 14:27:03', '2014-08-18 19:27:03', '', 6322, 'https://www.aazk.org/6322-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6325, 2, '2014-08-18 14:27:34', '2014-08-18 19:27:34', '', 'Professional Development Grant Master Draft', 0, '', 'inherit', 'closed', 'closed', '', 'professional-development-grant-master-draft', '', '', '2014-08-18 14:27:34', '2014-08-18 19:27:34', '', 163, 'https://www.aazk.org/wp-content/uploads/Professional-Development-Grant-Master-Draft.docx', 0, 'attachment', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 0) ; 
INSERT INTO `wp_posts` VALUES (6326, 2, '2014-08-18 14:28:33', '2014-08-18 19:28:33', '', 'Professional Development Grant', 0, '', 'inherit', 'closed', 'closed', '', 'professional-development-grant', '', '', '2014-08-18 14:28:33', '2014-08-18 19:28:33', '', 163, 'https://www.aazk.org/wp-content/uploads/Professional-Development-Grant.docx', 0, 'attachment', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 0) ; 
INSERT INTO `wp_posts` VALUES (6222, 3, '2014-07-17 10:37:35', '2014-07-17 15:37:35', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a Camp Assistant.  This person will ensure the professional and efficient execution of camp programs, assist with the administrative details of running camps, staff training, and program development, and provision of excellent guest service, and be able to fill in as an instructor when needed in day or night time camps.  Camp Assistants are responsible for inventory control of food and supplies for camp programs, and help with curriculum and schedule development.  This position also includes exotic animal handling, requiring the ability to pass and maintain intermediate animal handling training.  \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways! Whether it’s Night Camp or Camp Zoo, you can be right there to ignite and foster a child’s love for animals through animal encounters, trail hikes and other activities.\r\n<h6>Education and Pre-requisites</h6>\r\nRequirements include the ability to work a flexible schedule including evenings, overnights, weekends and holidays, ability to obtain a Food Handler’s License, possession of a valid driver’s license and proficiency in MS Office programs.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  \r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n \r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=681&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n\r\n', 'Camp Assistant', 0, '', 'publish', 'closed', 'closed', '', 'camp-assistant', '', '', '2014-07-17 10:37:35', '2014-07-17 15:37:35', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6222', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6223, 0, '2014-07-17 10:37:35', '2014-07-17 15:37:35', '', 'Camp Assistant', 0, '', 'inherit', 'closed', 'closed', '', '6222-revision-v1', '', '', '2014-07-17 10:37:35', '2014-07-17 15:37:35', '', 6222, 'https://www.aazk.org/6222-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6224, 0, '2014-07-17 10:37:35', '2014-07-17 15:37:35', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a Camp Assistant.  This person will ensure the professional and efficient execution of camp programs, assist with the administrative details of running camps, staff training, and program development, and provision of excellent guest service, and be able to fill in as an instructor when needed in day or night time camps.  Camp Assistants are responsible for inventory control of food and supplies for camp programs, and help with curriculum and schedule development.  This position also includes exotic animal handling, requiring the ability to pass and maintain intermediate animal handling training.  \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways! Whether it’s Night Camp or Camp Zoo, you can be right there to ignite and foster a child’s love for animals through animal encounters, trail hikes and other activities.\r\n<h6>Education and Pre-requisites</h6>\r\nRequirements include the ability to work a flexible schedule including evenings, overnights, weekends and holidays, ability to obtain a Food Handler’s License, possession of a valid driver’s license and proficiency in MS Office programs.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  \r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n \r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=681&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n\r\n', 'Camp Assistant', 0, '', 'inherit', 'closed', 'closed', '', '6222-revision-v1', '', '', '2014-07-17 10:37:35', '2014-07-17 15:37:35', '', 6222, 'https://www.aazk.org/6222-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6225, 3, '2014-07-17 16:13:01', '2014-07-17 21:13:01', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a part-time keeper for our Animal Resources Department.  Animal Resources keepers support designated public experiences by developing and maintaining animal cued behaviors and animal shows and programs.  AR Keepers daily duties include observation of and reporting on all assigned animals, routine husbandry, monitoring diets, performing assigned and approved Behavioral Enrichment activities and animal training procedures, conducting interpretive programs and animal stage shows, and engaging and communicating with guests. Our Spring animal show, Zoolympics, was a huge hit for the guests as well as the animals, showcasing the teams creativity and dedication in a fun and engaging way. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include a HS diploma with a preference for a BS degree in Life Science or equivalent experience, 1 year paid experience in work relevant to animal husbandry, experience in operant conditioning, ability to lift up to 50 lbs., valid driver’s license, and must be able to work outdoors in all types of weather.  The ideal candidate will be friendly and outgoing, and able to captivate groups of all ages and sizes.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  \r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\n\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=691&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Keeper I - Animal Resources (part-time)', 0, '', 'publish', 'closed', 'closed', '', 'keeper-i-animal-resources-part-time-2', '', '', '2014-07-17 16:13:02', '2014-07-17 21:13:02', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6225', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6226, 0, '2014-07-17 16:13:01', '2014-07-17 21:13:01', '', 'Keeper I - Animal Resources (part-time)', 0, '', 'inherit', 'closed', 'closed', '', '6225-revision-v1', '', '', '2014-07-17 16:13:01', '2014-07-17 21:13:01', '', 6225, 'https://www.aazk.org/6225-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6227, 0, '2014-07-17 16:13:02', '2014-07-17 21:13:02', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking a part-time keeper for our Animal Resources Department.  Animal Resources keepers support designated public experiences by developing and maintaining animal cued behaviors and animal shows and programs.  AR Keepers daily duties include observation of and reporting on all assigned animals, routine husbandry, monitoring diets, performing assigned and approved Behavioral Enrichment activities and animal training procedures, conducting interpretive programs and animal stage shows, and engaging and communicating with guests. Our Spring animal show, Zoolympics, was a huge hit for the guests as well as the animals, showcasing the teams creativity and dedication in a fun and engaging way. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include a HS diploma with a preference for a BS degree in Life Science or equivalent experience, 1 year paid experience in work relevant to animal husbandry, experience in operant conditioning, ability to lift up to 50 lbs., valid driver’s license, and must be able to work outdoors in all types of weather.  The ideal candidate will be friendly and outgoing, and able to captivate groups of all ages and sizes.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  \r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\n\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=691&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Keeper I - Animal Resources (part-time)', 0, '', 'inherit', 'closed', 'closed', '', '6225-revision-v1', '', '', '2014-07-17 16:13:02', '2014-07-17 21:13:02', '', 6225, 'https://www.aazk.org/6225-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6228, 3, '2014-07-17 16:14:01', '2014-07-17 21:14:01', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nLions, Tigers, and Bears oh my!\r\n\r\nThe Phoenix Zoo is currently seeking a full time Keeper II for our Carnivores.  Keepers are responsible for routine animal husbandry, monitoring diets and consumption, observe and report animal behavior, perform behavioral enrichment and animal training, and providing positive guest experiences. Keeper II’s are additionally expected to advise staff on nutritional concerns, assist veterinary staff with health monitoring, manage Captive Reproduction Program components as assigned, and perform routine maintenance of facilities and enclosures.  The ideal candidate will be familiar with Behavioral Enrichment concepts, animal training procedures, and be able to train staff on standard operating procedures. Keepers must also ensure the safety of all visitors and animals, while actively engaging with and educating all zoo guests.  \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. \r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include a High School diploma with a preference for a Bachelor’s Degree in Life Science or related field, and at least 2 years paid experience relevant to animal husbandry in an AZA accredited institution or related facility.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position also requires a valid driver’s license and annual TB testing.\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=690&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Keeper II - Carnivores', 0, '', 'publish', 'closed', 'closed', '', 'keeper-ii-carnivores', '', '', '2014-07-17 16:14:02', '2014-07-17 21:14:02', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6228', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6229, 0, '2014-07-17 16:14:01', '2014-07-17 21:14:01', '', 'Keeper II - Carnivores', 0, '', 'inherit', 'closed', 'closed', '', '6228-revision-v1', '', '', '2014-07-17 16:14:01', '2014-07-17 21:14:01', '', 6228, 'https://www.aazk.org/6228-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6230, 0, '2014-07-17 16:14:02', '2014-07-17 21:14:02', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nLions, Tigers, and Bears oh my!\r\n\r\nThe Phoenix Zoo is currently seeking a full time Keeper II for our Carnivores.  Keepers are responsible for routine animal husbandry, monitoring diets and consumption, observe and report animal behavior, perform behavioral enrichment and animal training, and providing positive guest experiences. Keeper II’s are additionally expected to advise staff on nutritional concerns, assist veterinary staff with health monitoring, manage Captive Reproduction Program components as assigned, and perform routine maintenance of facilities and enclosures.  The ideal candidate will be familiar with Behavioral Enrichment concepts, animal training procedures, and be able to train staff on standard operating procedures. Keepers must also ensure the safety of all visitors and animals, while actively engaging with and educating all zoo guests.  \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. \r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include a High School diploma with a preference for a Bachelor’s Degree in Life Science or related field, and at least 2 years paid experience relevant to animal husbandry in an AZA accredited institution or related facility.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position also requires a valid driver’s license and annual TB testing.\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=690&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Keeper II - Carnivores', 0, '', 'inherit', 'closed', 'closed', '', '6228-revision-v1', '', '', '2014-07-17 16:14:02', '2014-07-17 21:14:02', '', 6228, 'https://www.aazk.org/6228-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6231, 2, '2014-07-18 07:32:15', '2014-07-18 12:32:15', '<strong>Facility</strong>\r\n\r\n&nbsp;\r\n\r\nKern County Superintendent of Schools\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Description</strong>\r\n\r\n&nbsp;\r\n\r\nThe California Living Museum is a native zoo and garden exhibiting over 250 animals representing and more than 85 different species of California Native Wildlife. The Animal Keeper I under the direct supervision of the Curator of Animals is responsible for active and progressive participation in animal care, monitoring animal health, keeping accurate records and ZIMS entries, presenting and documenting enrichment activities, maintaining cleanliness of the animal enclosures, interaction with zoo visitors and ability to present wildlife in informal talks with the public.\r\n\r\n&nbsp;\r\n\r\n<strong>Education and Pre-requisites</strong>\r\n\r\n&nbsp;\r\n\r\n•High school graduate.\r\n\r\n•One-year paid experience working with animals.\r\n\r\n•College coursework in psychology, biology, or zoology may be substituted for animal experience.\r\n\r\n&nbsp;\r\n\r\n<strong>Compensation and benefits</strong>\r\n\r\n&nbsp;\r\n\r\n$2,254 - $2,724 per month. Maximum entry level is $2,477 per month. Holiday, sick leave and vacation benefits provided. Prepaid medical, dental, vision, and counseling plans provided for employee and family. Prepaid life insurance policy provided for the employee. Employees of this office are not covered by Social Security, but do have mandatory retirement coverage with California Public Employees Retirement System (PERS).\r\n\r\n&nbsp;\r\n\r\n<strong>Application instructions</strong>\r\n\r\n&nbsp;\r\n\r\nPlease access our website for the job description and application link at: http://kern.org/hr/\r\n\r\nApplications will be accepted via EDJOIN only.', 'Animal Keeper I', 0, '', 'publish', 'closed', 'closed', '', 'animal-keeper', '', '', '2014-07-18 07:33:18', '2014-07-18 12:33:18', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6231', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6232, 2, '2014-07-18 07:32:15', '2014-07-18 12:32:15', 'Facility\r\n\r\n&nbsp;\r\n\r\nKern County Superintendent of Schools\r\n\r\n&nbsp;\r\n\r\nClosing Date\r\n\r\n&nbsp;\r\n\r\n[jobclosingdate]\r\n\r\n&nbsp;\r\n\r\nDescription\r\n\r\n&nbsp;\r\n\r\nThe California Living Museum is a native zoo and garden exhibiting over 250 animals representing and more than 85 different species of California Native Wildlife. The Animal Keeper I under the direct supervision of the Curator of Animals is responsible for active and progressive participation in animal care, monitoring animal health, keeping accurate records and ZIMS entries, presenting and documenting enrichment activities, maintaining cleanliness of the animal enclosures, interaction with zoo visitors and ability to present wildlife in informal talks with the public.\r\n\r\n&nbsp;\r\n\r\nEducation and Pre-requisites\r\n\r\n&nbsp;\r\n\r\n•High school graduate.\r\n\r\n•One-year paid experience working with animals.\r\n\r\n•College coursework in psychology, biology, or zoology may be substituted for animal experience.\r\n\r\n&nbsp;\r\n\r\nCompensation and benefits\r\n\r\n&nbsp;\r\n\r\n$2,254 - $2,724 per month. Maximum entry level is $2,477 per month. Holiday, sick leave and vacation benefits provided. Prepaid medical, dental, vision, and counseling plans provided for employee and family. Prepaid life insurance policy provided for the employee. Employees of this office are not covered by Social Security, but do have mandatory retirement coverage with California Public Employees Retirement System (PERS).\r\n\r\n&nbsp;\r\n\r\nApplication instructions\r\n\r\n&nbsp;\r\n\r\nPlease access our website for the job description and application link at: http://kern.org/hr/\r\n\r\nApplications will be accepted via EDJOIN only.', 'Animal Keeper I', 0, '', 'inherit', 'closed', 'closed', '', '6231-revision-v1', '', '', '2014-07-18 07:32:15', '2014-07-18 12:32:15', '', 6231, 'https://www.aazk.org/6231-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6233, 2, '2014-07-18 07:33:18', '2014-07-18 12:33:18', '<strong>Facility</strong>\r\n\r\n&nbsp;\r\n\r\nKern County Superintendent of Schools\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Description</strong>\r\n\r\n&nbsp;\r\n\r\nThe California Living Museum is a native zoo and garden exhibiting over 250 animals representing and more than 85 different species of California Native Wildlife. The Animal Keeper I under the direct supervision of the Curator of Animals is responsible for active and progressive participation in animal care, monitoring animal health, keeping accurate records and ZIMS entries, presenting and documenting enrichment activities, maintaining cleanliness of the animal enclosures, interaction with zoo visitors and ability to present wildlife in informal talks with the public.\r\n\r\n&nbsp;\r\n\r\n<strong>Education and Pre-requisites</strong>\r\n\r\n&nbsp;\r\n\r\n•High school graduate.\r\n\r\n•One-year paid experience working with animals.\r\n\r\n•College coursework in psychology, biology, or zoology may be substituted for animal experience.\r\n\r\n&nbsp;\r\n\r\n<strong>Compensation and benefits</strong>\r\n\r\n&nbsp;\r\n\r\n$2,254 - $2,724 per month. Maximum entry level is $2,477 per month. Holiday, sick leave and vacation benefits provided. Prepaid medical, dental, vision, and counseling plans provided for employee and family. Prepaid life insurance policy provided for the employee. Employees of this office are not covered by Social Security, but do have mandatory retirement coverage with California Public Employees Retirement System (PERS).\r\n\r\n&nbsp;\r\n\r\n<strong>Application instructions</strong>\r\n\r\n&nbsp;\r\n\r\nPlease access our website for the job description and application link at: http://kern.org/hr/\r\n\r\nApplications will be accepted via EDJOIN only.', 'Animal Keeper I', 0, '', 'inherit', 'closed', 'closed', '', '6231-revision-v1', '', '', '2014-07-18 07:33:18', '2014-07-18 12:33:18', '', 6231, 'https://www.aazk.org/6231-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6234, 3, '2014-07-18 11:26:59', '2014-07-18 16:26:59', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is seeking a Grounds Quality Supervisor to be in charge of all grounds quality services, procedures and grounds quality staff for the zoo.  The Phoenix Zoo Grounds Quality Supervisor is responsible for the recruitment and training of grounds quality associates, ensuring a clean park at all times, scheduling for the grounds quality team, supervising event and meeting setup, maintaining grounds quality supplies and SDS, assisting with procedure development and implementation, and performing grounds quality duties not otherwise staffed.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include at least 2 years’ experience in custodial field in a supervisory capacity, excellent teamwork skills as well as the ability to work independently, and must have open availability with the flexibility to work evenings and weekends.  All Zoo employees are required to pass a pre-employment background check and drug screen, this position will also require a valid driver’s license and annual TB testing.\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit our job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=698&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from our job page it is closed and we will no longer accept applications.\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Grounds Quality Supervisor', 0, '', 'publish', 'closed', 'closed', '', 'grounds-quality-supervisor-2', '', '', '2014-07-18 11:26:59', '2014-07-18 16:26:59', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6234', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6235, 0, '2014-07-18 11:26:59', '2014-07-18 16:26:59', '', 'Grounds Quality Supervisor', 0, '', 'inherit', 'closed', 'closed', '', '6234-revision-v1', '', '', '2014-07-18 11:26:59', '2014-07-18 16:26:59', '', 6234, 'https://www.aazk.org/6234-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6236, 0, '2014-07-18 11:26:59', '2014-07-18 16:26:59', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is seeking a Grounds Quality Supervisor to be in charge of all grounds quality services, procedures and grounds quality staff for the zoo.  The Phoenix Zoo Grounds Quality Supervisor is responsible for the recruitment and training of grounds quality associates, ensuring a clean park at all times, scheduling for the grounds quality team, supervising event and meeting setup, maintaining grounds quality supplies and SDS, assisting with procedure development and implementation, and performing grounds quality duties not otherwise staffed.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include at least 2 years’ experience in custodial field in a supervisory capacity, excellent teamwork skills as well as the ability to work independently, and must have open availability with the flexibility to work evenings and weekends.  All Zoo employees are required to pass a pre-employment background check and drug screen, this position will also require a valid driver’s license and annual TB testing.\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit our job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=698&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from our job page it is closed and we will no longer accept applications.\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Grounds Quality Supervisor', 0, '', 'inherit', 'closed', 'closed', '', '6234-revision-v1', '', '', '2014-07-18 11:26:59', '2014-07-18 16:26:59', '', 6234, 'https://www.aazk.org/6234-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6237, 3, '2014-07-18 11:28:12', '2014-07-18 16:28:12', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is expanding its Education department and we are seeking a Community Engagement Manager to be responsible for the development, implementation, evaluation and oversight of a number of community-focused Zoo programs, including the Advanced Inquiry Program Master’s program (AIP). This position serves as liaison with external and internal partners for the AIP and other programs, including the Arizona SciTech Festival, and established and emerging community education programs led by the Association of Zoos and Aquariums and others. This position will also require extensive collaboration with internal and external partners for all aspects of the programs under its purview. The work of this position will help extend the Zoo’s reach and recognition into the local, regional, and national conservation education communities.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. Our Community Engagement Manager will be instrumental in our continuing aspiration to excel in conservation education.\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include a Master’s degree in science or education, three years of experience designing and conducting educational programs for adults and children in either formal or informal settings, demonstrated experience in applying the scientific method in field settings and inquiry in the classroom, demonstrated academic and practical understanding of community-based conservation, biology, ecology, and education, strong organizational, interpersonal and communication (both oral and written) skills with particular attention to detail; as well as strong planning skills, proficiency in Microsoft Windows software and applications, and ability to work a non-standard/flexible schedule, which may include weekends and evenings. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require DMV check and clear annual TB test.  \r\n<h6>Compensation and benefits</h6>\r\nThis exempt-level position has a starting hourly pay of $19.07 - $21.46 DOE, and includes our full benefits package with medical, dental and vision insurance, 401(k) with company match, and generous paid time off.\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at: \r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=703&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Community Engagement Manager', 0, '', 'publish', 'closed', 'closed', '', 'community-engagement-manager', '', '', '2014-07-18 11:28:12', '2014-07-18 16:28:12', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6237', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6238, 0, '2014-07-18 11:28:12', '2014-07-18 16:28:12', '', 'Community Engagement Manager', 0, '', 'inherit', 'closed', 'closed', '', '6237-revision-v1', '', '', '2014-07-18 11:28:12', '2014-07-18 16:28:12', '', 6237, 'https://www.aazk.org/6237-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6239, 0, '2014-07-18 11:28:12', '2014-07-18 16:28:12', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is expanding its Education department and we are seeking a Community Engagement Manager to be responsible for the development, implementation, evaluation and oversight of a number of community-focused Zoo programs, including the Advanced Inquiry Program Master’s program (AIP). This position serves as liaison with external and internal partners for the AIP and other programs, including the Arizona SciTech Festival, and established and emerging community education programs led by the Association of Zoos and Aquariums and others. This position will also require extensive collaboration with internal and external partners for all aspects of the programs under its purview. The work of this position will help extend the Zoo’s reach and recognition into the local, regional, and national conservation education communities.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. Our Community Engagement Manager will be instrumental in our continuing aspiration to excel in conservation education.\r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include a Master’s degree in science or education, three years of experience designing and conducting educational programs for adults and children in either formal or informal settings, demonstrated experience in applying the scientific method in field settings and inquiry in the classroom, demonstrated academic and practical understanding of community-based conservation, biology, ecology, and education, strong organizational, interpersonal and communication (both oral and written) skills with particular attention to detail; as well as strong planning skills, proficiency in Microsoft Windows software and applications, and ability to work a non-standard/flexible schedule, which may include weekends and evenings. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require DMV check and clear annual TB test.  \r\n<h6>Compensation and benefits</h6>\r\nThis exempt-level position has a starting hourly pay of $19.07 - $21.46 DOE, and includes our full benefits package with medical, dental and vision insurance, 401(k) with company match, and generous paid time off.\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at: \r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=703&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Community Engagement Manager', 0, '', 'inherit', 'closed', 'closed', '', '6237-revision-v1', '', '', '2014-07-18 11:28:12', '2014-07-18 16:28:12', '', 6237, 'https://www.aazk.org/6237-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6240, 3, '2014-07-18 18:42:54', '2014-07-18 23:42:54', '<h5>Facility</h5>\r\n<p>Orlando Science Center</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nPart-time Temporary Position \r\n\r\nThe Organization for Bat Conservation (OBC) and Orlando Science Center are collaborating on a temporary exhibit about bats from Sept 20 to December 31, 2014. OBC is seeking part-time animal care personnel that will also act as educators. Hours 8am to 4pm. This position will be responsible for caring for the live bats and the educational museum exhibit. \r\n\r\nThis position requires an outgoing personality with excellent communication skills, positive attitude, and collaborative mindset. The responsibilities and duties of this position include: perform routine husbandry and environmental maintenance; feed prescribed diets; perform assigned and approved animal enrichment activities and trainings. Keepers will also work collaboratively with volunteers, staff and interns. Qualified candidates must have a General knowledge of Zoonotic Disease and preferably training with bats. \r\n<h6>Education and Pre-requisites</h6>\r\nOther qualifications and experience required: demonstrate capacity to engage and communicate with people of all ages; four-year degree in biology or related field (or equivalent); minimum two (2) years of experience in work relevant to related animal husbandry; ability to lift up to 60 pounds; able to bend, stoop, crawl and maneuver around enclosures; ability to work inside and outside; possession of a valid driver license; must have pre-exposure rabies and tetanus vaccines; ability to understand and follow oral and written instructions; ability to work safely, recognize safety hazards, and apply proper safety precautions; ability to work varied schedules including weekends, some evenings, and holidays; ability to operate vehicles such as trucks and vans.\r\n<h6>Compensation and benefits</h6>\r\n$12 per hour\r\n<h6>Application instructions</h6>\r\nApplicants must send a typed resume, cover letter, copy of driver’s license, and 2 reference contacts to Rob Mies, Executive Director, at rmies@batconservation.org by August 15, 2014. \r\n', 'Bat Exhibit Keeper / Educator', 0, '', 'publish', 'closed', 'closed', '', 'bat-exhibit-keeper-educator', '', '', '2014-07-18 18:42:55', '2014-07-18 23:42:55', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6240', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6241, 0, '2014-07-18 18:42:54', '2014-07-18 23:42:54', '', 'Bat Exhibit Keeper / Educator', 0, '', 'inherit', 'closed', 'closed', '', '6240-revision-v1', '', '', '2014-07-18 18:42:54', '2014-07-18 23:42:54', '', 6240, 'https://www.aazk.org/6240-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6242, 0, '2014-07-18 18:42:55', '2014-07-18 23:42:55', '<h5>Facility</h5>\r\n<p>Orlando Science Center</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nPart-time Temporary Position \r\n\r\nThe Organization for Bat Conservation (OBC) and Orlando Science Center are collaborating on a temporary exhibit about bats from Sept 20 to December 31, 2014. OBC is seeking part-time animal care personnel that will also act as educators. Hours 8am to 4pm. This position will be responsible for caring for the live bats and the educational museum exhibit. \r\n\r\nThis position requires an outgoing personality with excellent communication skills, positive attitude, and collaborative mindset. The responsibilities and duties of this position include: perform routine husbandry and environmental maintenance; feed prescribed diets; perform assigned and approved animal enrichment activities and trainings. Keepers will also work collaboratively with volunteers, staff and interns. Qualified candidates must have a General knowledge of Zoonotic Disease and preferably training with bats. \r\n<h6>Education and Pre-requisites</h6>\r\nOther qualifications and experience required: demonstrate capacity to engage and communicate with people of all ages; four-year degree in biology or related field (or equivalent); minimum two (2) years of experience in work relevant to related animal husbandry; ability to lift up to 60 pounds; able to bend, stoop, crawl and maneuver around enclosures; ability to work inside and outside; possession of a valid driver license; must have pre-exposure rabies and tetanus vaccines; ability to understand and follow oral and written instructions; ability to work safely, recognize safety hazards, and apply proper safety precautions; ability to work varied schedules including weekends, some evenings, and holidays; ability to operate vehicles such as trucks and vans.\r\n<h6>Compensation and benefits</h6>\r\n$12 per hour\r\n<h6>Application instructions</h6>\r\nApplicants must send a typed resume, cover letter, copy of driver’s license, and 2 reference contacts to Rob Mies, Executive Director, at rmies@batconservation.org by August 15, 2014. \r\n', 'Bat Exhibit Keeper / Educator', 0, '', 'inherit', 'closed', 'closed', '', '6240-revision-v1', '', '', '2014-07-18 18:42:55', '2014-07-18 23:42:55', '', 6240, 'https://www.aazk.org/6240-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6243, 3, '2014-07-21 08:52:47', '2014-07-21 13:52:47', '<h5>Facility</h5>\r\n<p>The Toledo Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nA team oriented individual is needed with a working knowledge of the care, maintenance, exhibition and breeding of amphibians and reptiles in captivity. Experience working with venomous species and a knowledge of life support systems for amphibians is preferred.\r\n\r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nA bachelor degree in zoology or a related field and previous work experience in a similar zoo setting is preferred. A combination of experience and education to fulfill the necessary skills and requirements for the position may be considered in lieu of a formal degree. Must have a valid driver’s license and be insurable by the Zoo fleet insurance carrier. \r\n\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nFor consideration please submit a resume to resume@toledozoo.org. This posting will remain active until the position is filled.\r\n', 'Herpetology Keeper', 0, '', 'publish', 'closed', 'closed', '', 'herpetology-keeper', '', '', '2014-07-21 08:52:48', '2014-07-21 13:52:48', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6243', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6244, 0, '2014-07-21 08:52:47', '2014-07-21 13:52:47', '', 'Herpetology Keeper', 0, '', 'inherit', 'closed', 'closed', '', '6243-revision-v1', '', '', '2014-07-21 08:52:47', '2014-07-21 13:52:47', '', 6243, 'https://www.aazk.org/6243-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6245, 0, '2014-07-21 08:52:48', '2014-07-21 13:52:48', '<h5>Facility</h5>\r\n<p>The Toledo Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nA team oriented individual is needed with a working knowledge of the care, maintenance, exhibition and breeding of amphibians and reptiles in captivity. Experience working with venomous species and a knowledge of life support systems for amphibians is preferred.\r\n\r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nA bachelor degree in zoology or a related field and previous work experience in a similar zoo setting is preferred. A combination of experience and education to fulfill the necessary skills and requirements for the position may be considered in lieu of a formal degree. Must have a valid driver’s license and be insurable by the Zoo fleet insurance carrier. \r\n\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nFor consideration please submit a resume to resume@toledozoo.org. This posting will remain active until the position is filled.\r\n', 'Herpetology Keeper', 0, '', 'inherit', 'closed', 'closed', '', '6243-revision-v1', '', '', '2014-07-21 08:52:48', '2014-07-21 13:52:48', '', 6243, 'https://www.aazk.org/6243-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6246, 3, '2014-07-22 09:46:30', '2014-07-22 14:46:30', '<h5>Facility</h5>\r\n<p>Cleveland Metroparks Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nCleveland Metroparks is seeking applicants for several Animal Keeper vacancies.  Depending on the position, the incumbent may be placed in an area that contains: elephants, large carnivores, hoofstock, primates, aquatic species, macropods, pinnipeds, and birds. \r\n\r\nDetails of the animals in the Zoo’s exhibits are available online at www.clevelandmetroparks.com/zoo\r\n\r\nPOSITION FUNCTIONS:\r\n•	Provides food, water, medications and supplements as indicated by schedules, prescriptions, or diet boards\r\n•	Completes and reviews daily activity reports\r\n•	Cleans, maintains and disinfects animal exhibits\r\n•	Observes animals daily and reports behavior, appearance, unique characteristics and fecal conditions\r\n•	Trains assigned animals for husbandry purposes\r\n•	Performs proper restraint techniques for crating, transferring and veterinary procedures\r\n•	Provides continual environmental enrichment by approved methods\r\n•	Participates in ex situ and/or in situ conservation and/or research initiatives\r\n•	Demonstrates initiative, dependability, resourcefulness, good judgment, a positive attitude, common sense and the ability to establish and maintain effective working relationships with co-workers and the public\r\n•	Performs other duties as apparent or assigned\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nQUALIFICATIONS:\r\n•	High School Diploma or equivalent required.  Bachelor’s degree in animal sciences or related field preferred\r\n•	Two years full-time experience with captive exotic animals; six months if possess a bachelor’s degree\r\n•	Demonstrated education, training and experience supporting the functions above\r\n•	Demonstrated ability to work in hot or cold weather, dusty, wet, and odorous conditions\r\n•	Must be able to maneuver 75 pounds\r\n•	Possess a valid Ohio Driver’s License\r\n•	Must be non-smoker/tobacco user\r\n\r\nCandidates will need to be skilled in dealing with and have a strong working knowledge of a very diverse taxa of animals.  Candidates also need great attention to detail, proactive communication style, and be cooperative with taking work direction from supervisory and non-supervisory staff.\r\n\r\n\r\n<h6>Compensation and benefits</h6>\r\nSTARTING WAGE:  $22.52 per hour with a.50 cent increase every six months until achieving the union base rate of $24.02 per hour\r\n\r\nHOURS:  Ten hour shifts, four days a week.  Days off will be based on assigned location and may vary.\r\n\r\nDATE POSTED:  7/18/2014\r\n\r\nFILING DEADLINE:  7/31/2014\r\n\r\n\r\n<h6>Application instructions</h6>\r\nTO APPLY:  Your cover letter must clearly explain how your skills and experience align with the above job qualifications.\r\n\r\nE-mail résumé referencing job #14900 to:\r\nresumes@clevelandmetroparks.com\r\n\r\nCleveland Metroparks is an Equal Opportunity Employer committed to a diverse and talented workforce.\r\n\r\n', 'Animal Keeper (Several Positions Available)', 0, '', 'publish', 'closed', 'closed', '', 'animal-keeper-several-positions-available', '', '', '2014-07-22 09:46:31', '2014-07-22 14:46:31', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6246', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6247, 0, '2014-07-22 09:46:30', '2014-07-22 14:46:30', '', 'Animal Keeper (Several Positions Available)', 0, '', 'inherit', 'closed', 'closed', '', '6246-revision-v1', '', '', '2014-07-22 09:46:30', '2014-07-22 14:46:30', '', 6246, 'https://www.aazk.org/6246-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6248, 0, '2014-07-22 09:46:31', '2014-07-22 14:46:31', '<h5>Facility</h5>\r\n<p>Cleveland Metroparks Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nCleveland Metroparks is seeking applicants for several Animal Keeper vacancies.  Depending on the position, the incumbent may be placed in an area that contains: elephants, large carnivores, hoofstock, primates, aquatic species, macropods, pinnipeds, and birds. \r\n\r\nDetails of the animals in the Zoo’s exhibits are available online at www.clevelandmetroparks.com/zoo\r\n\r\nPOSITION FUNCTIONS:\r\n•	Provides food, water, medications and supplements as indicated by schedules, prescriptions, or diet boards\r\n•	Completes and reviews daily activity reports\r\n•	Cleans, maintains and disinfects animal exhibits\r\n•	Observes animals daily and reports behavior, appearance, unique characteristics and fecal conditions\r\n•	Trains assigned animals for husbandry purposes\r\n•	Performs proper restraint techniques for crating, transferring and veterinary procedures\r\n•	Provides continual environmental enrichment by approved methods\r\n•	Participates in ex situ and/or in situ conservation and/or research initiatives\r\n•	Demonstrates initiative, dependability, resourcefulness, good judgment, a positive attitude, common sense and the ability to establish and maintain effective working relationships with co-workers and the public\r\n•	Performs other duties as apparent or assigned\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nQUALIFICATIONS:\r\n•	High School Diploma or equivalent required.  Bachelor’s degree in animal sciences or related field preferred\r\n•	Two years full-time experience with captive exotic animals; six months if possess a bachelor’s degree\r\n•	Demonstrated education, training and experience supporting the functions above\r\n•	Demonstrated ability to work in hot or cold weather, dusty, wet, and odorous conditions\r\n•	Must be able to maneuver 75 pounds\r\n•	Possess a valid Ohio Driver’s License\r\n•	Must be non-smoker/tobacco user\r\n\r\nCandidates will need to be skilled in dealing with and have a strong working knowledge of a very diverse taxa of animals.  Candidates also need great attention to detail, proactive communication style, and be cooperative with taking work direction from supervisory and non-supervisory staff.\r\n\r\n\r\n<h6>Compensation and benefits</h6>\r\nSTARTING WAGE:  $22.52 per hour with a.50 cent increase every six months until achieving the union base rate of $24.02 per hour\r\n\r\nHOURS:  Ten hour shifts, four days a week.  Days off will be based on assigned location and may vary.\r\n\r\nDATE POSTED:  7/18/2014\r\n\r\nFILING DEADLINE:  7/31/2014\r\n\r\n\r\n<h6>Application instructions</h6>\r\nTO APPLY:  Your cover letter must clearly explain how your skills and experience align with the above job qualifications.\r\n\r\nE-mail résumé referencing job #14900 to:\r\nresumes@clevelandmetroparks.com\r\n\r\nCleveland Metroparks is an Equal Opportunity Employer committed to a diverse and talented workforce.\r\n\r\n', 'Animal Keeper (Several Positions Available)', 0, '', 'inherit', 'closed', 'closed', '', '6246-revision-v1', '', '', '2014-07-22 09:46:31', '2014-07-22 14:46:31', '', 6246, 'https://www.aazk.org/6246-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6250, 3, '2014-07-23 19:05:51', '2014-07-24 00:05:51', '<h5>Facility</h5>\r\n<p>The Gorilla Foundation</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Gorilla Foundation is seeking an exceptional individual to join our team as a full-time Gorilla Caregiver/Researcher, in an environment where gorilla care and interspecies communication research are highly integrated.  This is an opportunity for a qualified individual to make a contribution to great ape care, research, conservation and education, by using two-way communication to facilitate gorilla care and empowerment.\r\n\r\nJob Responsibilities include providing daily care to two gorillas and their environment. This includes the monitoring, evaluation, and help in maintaining the physical and emotional health and well-being of gorillas Koko and Ndume through behavioral observations, enrichment, training, sign-language and other forms of two-way communication.  Will clean and perform general maintenance of the indoor/outdoor gorilla facilities, assist with the preparation and delivery of meals to gorillas, and support and document communication-based research with gorillas, by learning American Sign Language (ASL), taking observational notes, filling out corresponding forms and participating in database entry and cataloging.Qualifications/Experience: Applicants must have a strong affinity for animals, as reflected in work and volunteer experience.  Must be able to work effectively in a team environment, be hard-working, service-oriented and self-motivated, possessing a strong commitment to animal welfare and wildlife conservation. Excellent verbal and written communication skills are necessary. Applicant should have at least two years of full-time animal care experience (preferably with primates) and at least a 4-year degree in life sciences, biology, psychology, primatology, zoology, conservation or related field.  \r\n\r\nThe applicant should be safety oriented and have experience in operant conditioning and training techniques.   Ideally they should have some experience in performing or assisting with observational research. Knowledge of American Sign Language (ASL) is preferred. \r\n\r\nCalifornia applicants preferred.  A valid driver’s license is preferred.\r\n \r\nThis is an hourly full-time position from approximately 8:30 AM to 5:30 PM, 5 days per week. However, work-schedule flexibility is required, including the ability to work weekend days and evenings (e.g., 12-9PM)  \r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nQualifications/Experience: Applicants must have a strong affinity for animals, as reflected in work and volunteer experience.  Must be able to work effectively in a team environment, be hard-working, service-oriented and self-motivated, possessing a strong commitment to animal welfare and wildlife conservation. Excellent verbal and written communication skills are necessary. Applicant should have at least two years of full-time animal care experience (preferably with primates) and at least a 4-year degree in life sciences, biology, psychology, primatology, zoology, conservation or related field.  \r\n\r\nThe applicant should be safety oriented and have experience in operant conditioning and training techniques.   Ideally they should have some experience in performing or assisting with observational research. Knowledge of American Sign Language (ASL) is preferred. \r\n\r\nCalifornia applicants preferred.  A valid driver’s license is preferred.\r\n\r\n<h6>Compensation and benefits</h6>\r\nSalary is commensurate with experience. Benefits include health insurance, paid vacation time, sick/personal leave, paid holidays and a 403(b) retirement plan.\r\n<h6>Application instructions</h6>\r\nPlease send a letter of interest, resume, 3 professional references and a brief essay on “What Koko means to me” to:\r\n\r\nken.gold@koko.org\r\nKen Gold, Ph.D.\r\n1733 Woodside Road #330\r\nRedwood City, CA 94061\r\n\r\n', 'Gorilla Caregiver / Researcher   ', 0, '', 'publish', 'closed', 'closed', '', 'gorilla-caregiver-researcher-2', '', '', '2014-07-23 19:05:51', '2014-07-24 00:05:51', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6250', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6251, 0, '2014-07-23 19:05:51', '2014-07-24 00:05:51', '', 'Gorilla Caregiver / Researcher   ', 0, '', 'inherit', 'closed', 'closed', '', '6250-revision-v1', '', '', '2014-07-23 19:05:51', '2014-07-24 00:05:51', '', 6250, 'https://www.aazk.org/6250-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6252, 0, '2014-07-23 19:05:51', '2014-07-24 00:05:51', '<h5>Facility</h5>\r\n<p>The Gorilla Foundation</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Gorilla Foundation is seeking an exceptional individual to join our team as a full-time Gorilla Caregiver/Researcher, in an environment where gorilla care and interspecies communication research are highly integrated.  This is an opportunity for a qualified individual to make a contribution to great ape care, research, conservation and education, by using two-way communication to facilitate gorilla care and empowerment.\r\n\r\nJob Responsibilities include providing daily care to two gorillas and their environment. This includes the monitoring, evaluation, and help in maintaining the physical and emotional health and well-being of gorillas Koko and Ndume through behavioral observations, enrichment, training, sign-language and other forms of two-way communication.  Will clean and perform general maintenance of the indoor/outdoor gorilla facilities, assist with the preparation and delivery of meals to gorillas, and support and document communication-based research with gorillas, by learning American Sign Language (ASL), taking observational notes, filling out corresponding forms and participating in database entry and cataloging.Qualifications/Experience: Applicants must have a strong affinity for animals, as reflected in work and volunteer experience.  Must be able to work effectively in a team environment, be hard-working, service-oriented and self-motivated, possessing a strong commitment to animal welfare and wildlife conservation. Excellent verbal and written communication skills are necessary. Applicant should have at least two years of full-time animal care experience (preferably with primates) and at least a 4-year degree in life sciences, biology, psychology, primatology, zoology, conservation or related field.  \r\n\r\nThe applicant should be safety oriented and have experience in operant conditioning and training techniques.   Ideally they should have some experience in performing or assisting with observational research. Knowledge of American Sign Language (ASL) is preferred. \r\n\r\nCalifornia applicants preferred.  A valid driver’s license is preferred.\r\n \r\nThis is an hourly full-time position from approximately 8:30 AM to 5:30 PM, 5 days per week. However, work-schedule flexibility is required, including the ability to work weekend days and evenings (e.g., 12-9PM)  \r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nQualifications/Experience: Applicants must have a strong affinity for animals, as reflected in work and volunteer experience.  Must be able to work effectively in a team environment, be hard-working, service-oriented and self-motivated, possessing a strong commitment to animal welfare and wildlife conservation. Excellent verbal and written communication skills are necessary. Applicant should have at least two years of full-time animal care experience (preferably with primates) and at least a 4-year degree in life sciences, biology, psychology, primatology, zoology, conservation or related field.  \r\n\r\nThe applicant should be safety oriented and have experience in operant conditioning and training techniques.   Ideally they should have some experience in performing or assisting with observational research. Knowledge of American Sign Language (ASL) is preferred. \r\n\r\nCalifornia applicants preferred.  A valid driver’s license is preferred.\r\n\r\n<h6>Compensation and benefits</h6>\r\nSalary is commensurate with experience. Benefits include health insurance, paid vacation time, sick/personal leave, paid holidays and a 403(b) retirement plan.\r\n<h6>Application instructions</h6>\r\nPlease send a letter of interest, resume, 3 professional references and a brief essay on “What Koko means to me” to:\r\n\r\nken.gold@koko.org\r\nKen Gold, Ph.D.\r\n1733 Woodside Road #330\r\nRedwood City, CA 94061\r\n\r\n', 'Gorilla Caregiver / Researcher   ', 0, '', 'inherit', 'closed', 'closed', '', '6250-revision-v1', '', '', '2014-07-23 19:05:51', '2014-07-24 00:05:51', '', 6250, 'https://www.aazk.org/6250-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6253, 3, '2014-07-24 08:56:40', '2014-07-24 13:56:40', '<h5>Facility</h5>\r\n<p>The Wildcat Sanctuary, Sandstone MN</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Wildcat Sanctuary is home to over 100 feline residents; all of which rely heavily on the daily husbandry provided by staff and interns. TWS is looking for hardworking individuals who are dedicated to providing the ultimate care for rescued felines while maintaining strict safety protocols. Our goal is to aid interns in gaining experience in the animal industry while educating them about the sanctuary field and the captive wildlife crisis. Interns will gain valuable experience from exotic feline husbandry, assisting staff in the building of animal enclosures, observing on-site veterinary procedures, and helping with educational and fundraising programs. Please note: contact is prohibited between the wild cat residents and interns.\r\n\r\nTwo durations:\r\nThe internship duration is 3 months and is a non-paid position. Candidates should have at least 2 years of undergraduate program studies in zoology, animal management, biology or related field\r\n\r\nThe internship duration is 6 months and interns receive a weekly cash stipend for food.  Candidates should have a degree in zoology, biology or related field is preferred, but experience with exotic animal husbandry may be considered.\r\n\r\nWe accept up to five full-time interns for each internship period. Internship starting dates generally coincide with the seasons of the year and may vary due to an intern’s availability. Interns are required to live on-site for the entire duration of the internship period. TWS provides free intern housing for 1-5 people.\r\n\r\nWe cannot accept international applications at this time.\r\n<h6>Education and Pre-requisites</h6>\r\nIntern Applicant Prerequisites:\r\n\r\n    Must be 18 years of age\r\n    Must be fluent in the English language (verbal and written communication)\r\n    Must provide your own health insurance\r\n    Must be in good physical condition\r\n    Must be able to consistently lift 50 pounds\r\n    Must be comfortable on ladders\r\n    Must hold a valid drivers license\r\n    Must be comfortable driving SUV/ Cargo Van\r\n    Must be able to work in all weather conditions\r\n    Must provide their own mode of transportation to TWS\r\n    Interns must obtain tetanus vaccination prior to participating in the internship program\r\n\r\n<h6>Compensation and benefits</h6>\r\nFree onsite housing\r\nWeekly stipend for 6 month internship\r\nNo compensation for 3 month internship\r\n<h6>Application instructions</h6>\r\nInterns must send the following application information: a typed resume, cover letter, transcript, copy of driver’s license, and 2 reference contacts to PO Box 314 Sandstone, MN 55072 or email the information to info@wildcatsanctuary.org If emailing the document please try and send the combined files in pdf format.  Fall and Winter internships currently available.\r\n', '3 and 6 month big cat internship', 0, '', 'publish', 'closed', 'closed', '', '3-and-6-month-big-cat-internship', '', '', '2014-07-24 08:56:40', '2014-07-24 13:56:40', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6253', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6254, 0, '2014-07-24 08:56:40', '2014-07-24 13:56:40', '', '3 and 6 month big cat internship', 0, '', 'inherit', 'closed', 'closed', '', '6253-revision-v1', '', '', '2014-07-24 08:56:40', '2014-07-24 13:56:40', '', 6253, 'https://www.aazk.org/6253-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6255, 0, '2014-07-24 08:56:40', '2014-07-24 13:56:40', '<h5>Facility</h5>\r\n<p>The Wildcat Sanctuary, Sandstone MN</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Wildcat Sanctuary is home to over 100 feline residents; all of which rely heavily on the daily husbandry provided by staff and interns. TWS is looking for hardworking individuals who are dedicated to providing the ultimate care for rescued felines while maintaining strict safety protocols. Our goal is to aid interns in gaining experience in the animal industry while educating them about the sanctuary field and the captive wildlife crisis. Interns will gain valuable experience from exotic feline husbandry, assisting staff in the building of animal enclosures, observing on-site veterinary procedures, and helping with educational and fundraising programs. Please note: contact is prohibited between the wild cat residents and interns.\r\n\r\nTwo durations:\r\nThe internship duration is 3 months and is a non-paid position. Candidates should have at least 2 years of undergraduate program studies in zoology, animal management, biology or related field\r\n\r\nThe internship duration is 6 months and interns receive a weekly cash stipend for food.  Candidates should have a degree in zoology, biology or related field is preferred, but experience with exotic animal husbandry may be considered.\r\n\r\nWe accept up to five full-time interns for each internship period. Internship starting dates generally coincide with the seasons of the year and may vary due to an intern’s availability. Interns are required to live on-site for the entire duration of the internship period. TWS provides free intern housing for 1-5 people.\r\n\r\nWe cannot accept international applications at this time.\r\n<h6>Education and Pre-requisites</h6>\r\nIntern Applicant Prerequisites:\r\n\r\n    Must be 18 years of age\r\n    Must be fluent in the English language (verbal and written communication)\r\n    Must provide your own health insurance\r\n    Must be in good physical condition\r\n    Must be able to consistently lift 50 pounds\r\n    Must be comfortable on ladders\r\n    Must hold a valid drivers license\r\n    Must be comfortable driving SUV/ Cargo Van\r\n    Must be able to work in all weather conditions\r\n    Must provide their own mode of transportation to TWS\r\n    Interns must obtain tetanus vaccination prior to participating in the internship program\r\n\r\n<h6>Compensation and benefits</h6>\r\nFree onsite housing\r\nWeekly stipend for 6 month internship\r\nNo compensation for 3 month internship\r\n<h6>Application instructions</h6>\r\nInterns must send the following application information: a typed resume, cover letter, transcript, copy of driver’s license, and 2 reference contacts to PO Box 314 Sandstone, MN 55072 or email the information to info@wildcatsanctuary.org If emailing the document please try and send the combined files in pdf format.  Fall and Winter internships currently available.\r\n', '3 and 6 month big cat internship', 0, '', 'inherit', 'closed', 'closed', '', '6253-revision-v1', '', '', '2014-07-24 08:56:40', '2014-07-24 13:56:40', '', 6253, 'https://www.aazk.org/6253-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6256, 3, '2014-07-24 17:40:30', '2014-07-24 22:40:30', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is seeking a full-time Grounds Quality Associate to perform custodial services, clean restrooms, picnic tables, water fountains, offices, benches and other items on Zoo grounds.  Grounds Quality personnel also help with event set-up and tear down, arranging tables and chairs according to event requests.    \r\n\r\nMinimum requirements include ability to work a flexible schedule including evenings and weekends, and possession of a valid driver’s license. All Phoenix Zoo employees must pass pre-employment background checks including a drug test, this position will also require clear annual Tb testing.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. \r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=704&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Grounds Quality Associate', 0, '', 'publish', 'closed', 'closed', '', 'grounds-quality-associate-3', '', '', '2014-07-24 17:40:30', '2014-07-24 22:40:30', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6256', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6257, 0, '2014-07-24 17:40:30', '2014-07-24 22:40:30', '', 'Grounds Quality Associate', 0, '', 'inherit', 'closed', 'closed', '', '6256-revision-v1', '', '', '2014-07-24 17:40:30', '2014-07-24 22:40:30', '', 6256, 'https://www.aazk.org/6256-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6258, 0, '2014-07-24 17:40:30', '2014-07-24 22:40:30', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is seeking a full-time Grounds Quality Associate to perform custodial services, clean restrooms, picnic tables, water fountains, offices, benches and other items on Zoo grounds.  Grounds Quality personnel also help with event set-up and tear down, arranging tables and chairs according to event requests.    \r\n\r\nMinimum requirements include ability to work a flexible schedule including evenings and weekends, and possession of a valid driver’s license. All Phoenix Zoo employees must pass pre-employment background checks including a drug test, this position will also require clear annual Tb testing.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. \r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=704&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Grounds Quality Associate', 0, '', 'inherit', 'closed', 'closed', '', '6256-revision-v1', '', '', '2014-07-24 17:40:30', '2014-07-24 22:40:30', '', 6256, 'https://www.aazk.org/6256-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6259, 3, '2014-07-24 17:41:08', '2014-07-24 22:41:08', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently looking for 10 part-time seasonal Experience Guides. This position will likely run September – May.  Guides initiate conversations and educate the public about animals encountered throughout the zoo.  Experience Guides provide a safe and engaging experience for guests by operating with an enthusiastic and motivational communication style.  Guides are responsible for explaining the rules at various animal encounters, and monitoring guests for crowd control and safety purposes, and maintaining the cleanliness of ride areas and equipment.  \r\n\r\nMinimum requirements include excellent public speaking and presentation skills with the ability to learn and communicate science concepts to the public, 1 year of customer service experience, and ability to work a flexible schedule including evenings, weekends and holidays. All Phoenix Zoo employees must pass a pre-employment background check and drug screen, this position also requires annual TB testing.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  Experience Guides have the unique pleasure of staffing the only walk-through squirrel monkey exhibit in the United States, allowing guests to walk into an open exhibit where squirrel monkeys scamper through bushes and trees just inches away.  Our Guides also staff Stingray Bay, the Giraffe Encounter and the Petting Zoo; some of our most popular attractions. \r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=705&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n	\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Experience Guide I', 0, '', 'publish', 'closed', 'closed', '', 'experience-guide-i', '', '', '2014-07-24 17:41:09', '2014-07-24 22:41:09', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6259', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6260, 0, '2014-07-24 17:41:08', '2014-07-24 22:41:08', '', 'Experience Guide I', 0, '', 'inherit', 'closed', 'closed', '', '6259-revision-v1', '', '', '2014-07-24 17:41:08', '2014-07-24 22:41:08', '', 6259, 'https://www.aazk.org/6259-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6261, 0, '2014-07-24 17:41:09', '2014-07-24 22:41:09', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently looking for 10 part-time seasonal Experience Guides. This position will likely run September – May.  Guides initiate conversations and educate the public about animals encountered throughout the zoo.  Experience Guides provide a safe and engaging experience for guests by operating with an enthusiastic and motivational communication style.  Guides are responsible for explaining the rules at various animal encounters, and monitoring guests for crowd control and safety purposes, and maintaining the cleanliness of ride areas and equipment.  \r\n\r\nMinimum requirements include excellent public speaking and presentation skills with the ability to learn and communicate science concepts to the public, 1 year of customer service experience, and ability to work a flexible schedule including evenings, weekends and holidays. All Phoenix Zoo employees must pass a pre-employment background check and drug screen, this position also requires annual TB testing.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  Experience Guides have the unique pleasure of staffing the only walk-through squirrel monkey exhibit in the United States, allowing guests to walk into an open exhibit where squirrel monkeys scamper through bushes and trees just inches away.  Our Guides also staff Stingray Bay, the Giraffe Encounter and the Petting Zoo; some of our most popular attractions. \r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=705&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n	\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n', 'Experience Guide I', 0, '', 'inherit', 'closed', 'closed', '', '6259-revision-v1', '', '', '2014-07-24 17:41:09', '2014-07-24 22:41:09', '', 6259, 'https://www.aazk.org/6259-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6262, 3, '2014-07-25 11:20:57', '2014-07-25 16:20:57', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently looking for a Maintenance Technician to perform skilled work involving HVAC, plumbing, carpentry, electrical, installation, preventative maintenance and construction of exhibits. This will include gates, fences, cages, and various other equipment throughout zoo, and ongoing monitoring of the overall condition of equipment and systems. The General Maintenance Technician will be completing routine scheduled maintenance, preventative maintenance, and requests for maintenance coming through our operations work order request electronic system. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of a small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. Our Maintenance team has been instrumental in our exhibit design, creating spaces that work for the animals as well as our guests. \r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include a degree, trade school diploma, or license, and 5 years’ experience in zoo, campus, industrial maintenance, or construction with experience and/or basic knowledge of all types of maintenance including HVAC, plumbing; equipment including operation of backhoes, skid steer loaders and forklifts; carpentry and electrical systems. An ideal candidate will be familiar with preventative maintenance programs, safety, and practices, be familiar with OSHA regulations with regard to maintenance and safety, skilled in interpreting schematic drawings, charts and technical instructions, have knowledge of the application and use of equipment such as saws, torches, grinders, meters, gauges, etc. Must be a cooperative team player and be able to work occasional weekend days, late evenings on occasion and holidays. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing a valid driver’s license.\r\n<h6>Compensation and benefits</h6>\r\nThis full time position has a minimum starting hourly wage of $16.00 DOE, and comes with our full benefits package including medical, dental, vision, 401(k) with company match and generous PTO.  \r\n<h6>Application instructions</h6>\r\n\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n  \r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=706&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Maintenance Technician - Geneal Maintenance', 0, '', 'publish', 'closed', 'closed', '', 'maintenance-technician-geneal-maintenance', '', '', '2014-07-25 11:20:57', '2014-07-25 16:20:57', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6262', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6263, 0, '2014-07-25 11:20:57', '2014-07-25 16:20:57', '', 'Maintenance Technician - Geneal Maintenance', 0, '', 'inherit', 'closed', 'closed', '', '6262-revision-v1', '', '', '2014-07-25 11:20:57', '2014-07-25 16:20:57', '', 6262, 'https://www.aazk.org/6262-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6264, 0, '2014-07-25 11:20:57', '2014-07-25 16:20:57', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently looking for a Maintenance Technician to perform skilled work involving HVAC, plumbing, carpentry, electrical, installation, preventative maintenance and construction of exhibits. This will include gates, fences, cages, and various other equipment throughout zoo, and ongoing monitoring of the overall condition of equipment and systems. The General Maintenance Technician will be completing routine scheduled maintenance, preventative maintenance, and requests for maintenance coming through our operations work order request electronic system. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of a small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. Our Maintenance team has been instrumental in our exhibit design, creating spaces that work for the animals as well as our guests. \r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include a degree, trade school diploma, or license, and 5 years’ experience in zoo, campus, industrial maintenance, or construction with experience and/or basic knowledge of all types of maintenance including HVAC, plumbing; equipment including operation of backhoes, skid steer loaders and forklifts; carpentry and electrical systems. An ideal candidate will be familiar with preventative maintenance programs, safety, and practices, be familiar with OSHA regulations with regard to maintenance and safety, skilled in interpreting schematic drawings, charts and technical instructions, have knowledge of the application and use of equipment such as saws, torches, grinders, meters, gauges, etc. Must be a cooperative team player and be able to work occasional weekend days, late evenings on occasion and holidays. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing a valid driver’s license.\r\n<h6>Compensation and benefits</h6>\r\nThis full time position has a minimum starting hourly wage of $16.00 DOE, and comes with our full benefits package including medical, dental, vision, 401(k) with company match and generous PTO.  \r\n<h6>Application instructions</h6>\r\n\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n  \r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=706&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Maintenance Technician - Geneal Maintenance', 0, '', 'inherit', 'closed', 'closed', '', '6262-revision-v1', '', '', '2014-07-25 11:20:57', '2014-07-25 16:20:57', '', 6262, 'https://www.aazk.org/6262-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6265, 3, '2014-07-28 14:22:27', '2014-07-28 19:22:27', '<h5>Facility</h5>\r\n<p>North Carolina Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe NC Zoo is seeking a successful candidate to be assigned to the Watani Grasslands section working with African elephants. Responsibilities include: \r\n\r\nDaily assessment and care of exhibit/off-exhibit animal areas, including heavy lifting of hay, grain, manure, substrates, etc. Heavy duty cleaning and scrubbing is a routine occurrence.\r\n\r\nSystematic observation of animal health and behavior.\r\n\r\nTraining and maintenance of husbandry behaviors, applying principles of operant conditioning, to gain cooperation of the elephants in their own care.\r\n\r\nDevelopment and implementation of behavioral enrichment programs to elicit species-typical behaviors in a captive environment.\r\n\r\nThorough and accurate written records for computer databases.\r\n\r\nActively participating in team problem-solving and decision making processes.\r\n\r\nInteracting with Zoo visitors in formal and informal settings.\r\n\r\nParticipating in occupational health programs due to potential exposure to zoonosis.\r\n\r\nMay be assigned to work with other animal species in other work units as needed. \r\n\r\nSchedule involves weekends and holidays and both indoor/outdoor work.\r\n   \r\n<h6>Education and Pre-requisites</h6>\r\nKNOWLEDGE, SKILLS AND ABILITIES / COMPETENCIES:\r\n \r\n**To receive credit for your work history and credentials, you must list the information on the application form.  Any information omitted from the application form, listed under the text resume section, or on an attachment will not be considered for qualifying credit** \r\n\r\n \r\n\r\nMust have recent working experience in:\r\n\r\n·              Operant conditioning in a positive reinforcement with elephants.\r\n\r\n·              Environmental enrichment with elephants.\r\n\r\n \r\n\r\nMust have working knowledge of biology, including animal anatomy, physiology, ecology, and behavior for elephants obtained from working in an AZA accredited zoo, sanctuary setting or related facility. \r\n\r\nMust have considerable knowledge of animal husbandry including:\r\n\r\n·              Feeding strategies and species-specific nutrition\r\n\r\n·              Accurate and thorough record-keeping\r\n\r\n·              Animal capture &amp; restraint\r\n\r\n·              Safety and safe practices around dangerous animals \r\n\r\n \r\nRequires good oral and written communication skills and good interpersonal relations/teamwork skills.   \r\n\r\nRequires basic computer knowledge for research &amp; daily reporting.\r\n\r\n \r\n\r\nMust have good physical agility, strength, vision &amp; hearing, and the ability to perform strenuous physical work in extremes of weather and challenging physical environments, e.g. outdoor animal enclosures. Specifically, this means the ability to lift 50 pounds, walk, stand, see animals &amp; exhibits for observation and safety as well as hear animal\'s sounds, radio communication and emergency situations.\r\n \r\n \r\n \r\nMINIMUM EDUCATION AND EXPERIENCE REQUIREMENTS: \r\n \r\nGraduation from a two-year technical or community college with a degree in zoo animal technology or other related curriculum; or graduation from high school and two years of animal care experience in a zoo or related facility; or an equivalent combination of training and experience. All degrees must be from appropriately accredited institutions. \r\n \r\n\r\n<h6>Compensation and benefits</h6>\r\nRECRUITMENT RANGE: $26,903 \r\n\r\nFor a description of benefits, please visit http://www.oshr.nc.gov/jobs/benefits.htm.\r\n<h6>Application instructions</h6>\r\nAPPLICATIONS MAY BE FILED ONLINE AT:\r\nhttp://www.oshr.nc.gov/jobs/index.html\r\n\r\nApplicants must document on the application their knowledge skills and abilities as well as all related work experience to the position for which they apply. \r\n\r\nAll relevant experience must be included on application to receive proper credit.  Resumes are not accepted in lieu of state application.\r\n\r\nSEE ATTACHED RESUME WILL RESULT IN AN INCOMPLETE APPLICATION. \r\n\r\nTo receive credit, all experience must be included in the work history sections.  Any information omitted from the application but included in the resume will not be considered for qualifying credit.\r\n\r\nPersons eligible for veteran preference must submit a copy of Form DD-214.  \r\n\r\nDENR uses the Merit-Based Recruitment and Selection Plan to fill positions subject to the State Personnel Act with the most qualified applicants. When a salary range is posted, the actual salary will be based on relevant competencies, knowledge, skills and abilities, internal equity and budgetary considerations pertinent to the advertised position. The State of North Carolina is an Equal Opportunity Employer.  \r\n\r\nFor additional information, please contact: \r\n\r\nNC Zoo \r\nHR Department \r\n336-879-7310 \r\n\r\nPlease visit our website at www.nczoo.org for more information regarding our facility.\r\n\r\nNOTE: Apply to the department listed on posting\r\nAn Equal Opportunity Employer, NC State Government\r\n\r\n', 'Elephant Zookeeper I', 0, '', 'publish', 'closed', 'closed', '', 'elephant-zookeeper-i', '', '', '2014-07-28 14:22:27', '2014-07-28 19:22:27', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6265', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6266, 0, '2014-07-28 14:22:27', '2014-07-28 19:22:27', '', 'Elephant Zookeeper I', 0, '', 'inherit', 'closed', 'closed', '', '6265-revision-v1', '', '', '2014-07-28 14:22:27', '2014-07-28 19:22:27', '', 6265, 'https://www.aazk.org/6265-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6267, 0, '2014-07-28 14:22:27', '2014-07-28 19:22:27', '<h5>Facility</h5>\r\n<p>North Carolina Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe NC Zoo is seeking a successful candidate to be assigned to the Watani Grasslands section working with African elephants. Responsibilities include: \r\n\r\nDaily assessment and care of exhibit/off-exhibit animal areas, including heavy lifting of hay, grain, manure, substrates, etc. Heavy duty cleaning and scrubbing is a routine occurrence.\r\n\r\nSystematic observation of animal health and behavior.\r\n\r\nTraining and maintenance of husbandry behaviors, applying principles of operant conditioning, to gain cooperation of the elephants in their own care.\r\n\r\nDevelopment and implementation of behavioral enrichment programs to elicit species-typical behaviors in a captive environment.\r\n\r\nThorough and accurate written records for computer databases.\r\n\r\nActively participating in team problem-solving and decision making processes.\r\n\r\nInteracting with Zoo visitors in formal and informal settings.\r\n\r\nParticipating in occupational health programs due to potential exposure to zoonosis.\r\n\r\nMay be assigned to work with other animal species in other work units as needed. \r\n\r\nSchedule involves weekends and holidays and both indoor/outdoor work.\r\n   \r\n<h6>Education and Pre-requisites</h6>\r\nKNOWLEDGE, SKILLS AND ABILITIES / COMPETENCIES:\r\n \r\n**To receive credit for your work history and credentials, you must list the information on the application form.  Any information omitted from the application form, listed under the text resume section, or on an attachment will not be considered for qualifying credit** \r\n\r\n \r\n\r\nMust have recent working experience in:\r\n\r\n·              Operant conditioning in a positive reinforcement with elephants.\r\n\r\n·              Environmental enrichment with elephants.\r\n\r\n \r\n\r\nMust have working knowledge of biology, including animal anatomy, physiology, ecology, and behavior for elephants obtained from working in an AZA accredited zoo, sanctuary setting or related facility. \r\n\r\nMust have considerable knowledge of animal husbandry including:\r\n\r\n·              Feeding strategies and species-specific nutrition\r\n\r\n·              Accurate and thorough record-keeping\r\n\r\n·              Animal capture &amp; restraint\r\n\r\n·              Safety and safe practices around dangerous animals \r\n\r\n \r\nRequires good oral and written communication skills and good interpersonal relations/teamwork skills.   \r\n\r\nRequires basic computer knowledge for research &amp; daily reporting.\r\n\r\n \r\n\r\nMust have good physical agility, strength, vision &amp; hearing, and the ability to perform strenuous physical work in extremes of weather and challenging physical environments, e.g. outdoor animal enclosures. Specifically, this means the ability to lift 50 pounds, walk, stand, see animals &amp; exhibits for observation and safety as well as hear animal\'s sounds, radio communication and emergency situations.\r\n \r\n \r\n \r\nMINIMUM EDUCATION AND EXPERIENCE REQUIREMENTS: \r\n \r\nGraduation from a two-year technical or community college with a degree in zoo animal technology or other related curriculum; or graduation from high school and two years of animal care experience in a zoo or related facility; or an equivalent combination of training and experience. All degrees must be from appropriately accredited institutions. \r\n \r\n\r\n<h6>Compensation and benefits</h6>\r\nRECRUITMENT RANGE: $26,903 \r\n\r\nFor a description of benefits, please visit http://www.oshr.nc.gov/jobs/benefits.htm.\r\n<h6>Application instructions</h6>\r\nAPPLICATIONS MAY BE FILED ONLINE AT:\r\nhttp://www.oshr.nc.gov/jobs/index.html\r\n\r\nApplicants must document on the application their knowledge skills and abilities as well as all related work experience to the position for which they apply. \r\n\r\nAll relevant experience must be included on application to receive proper credit.  Resumes are not accepted in lieu of state application.\r\n\r\nSEE ATTACHED RESUME WILL RESULT IN AN INCOMPLETE APPLICATION. \r\n\r\nTo receive credit, all experience must be included in the work history sections.  Any information omitted from the application but included in the resume will not be considered for qualifying credit.\r\n\r\nPersons eligible for veteran preference must submit a copy of Form DD-214.  \r\n\r\nDENR uses the Merit-Based Recruitment and Selection Plan to fill positions subject to the State Personnel Act with the most qualified applicants. When a salary range is posted, the actual salary will be based on relevant competencies, knowledge, skills and abilities, internal equity and budgetary considerations pertinent to the advertised position. The State of North Carolina is an Equal Opportunity Employer.  \r\n\r\nFor additional information, please contact: \r\n\r\nNC Zoo \r\nHR Department \r\n336-879-7310 \r\n\r\nPlease visit our website at www.nczoo.org for more information regarding our facility.\r\n\r\nNOTE: Apply to the department listed on posting\r\nAn Equal Opportunity Employer, NC State Government\r\n\r\n', 'Elephant Zookeeper I', 0, '', 'inherit', 'closed', 'closed', '', '6265-revision-v1', '', '', '2014-07-28 14:22:27', '2014-07-28 19:22:27', '', 6265, 'https://www.aazk.org/6265-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6268, 2, '2014-07-28 14:41:02', '2014-07-28 19:41:02', '&nbsp;\r\n<p align="center"><b style="line-height: 1.5em;"><span style="text-decoration: underline;">BFR EVENT FACILITY PLANNING</span></b></p>\r\n <b>Set a Date - </b>Early so that it can be advertised in as many newsletters, fliers as possible. Info should be placed in <b>zoo newsletters</b> (at least 4 times)<b>, facility volunteer newsletters</b>, <b>Society communications</b>, <b>facility maps or advertisement fliers.</b>\r\n\r\n<b>Chamber of Commerce</b> – Check with Chamber (or other Community Association) prior to setting date to find out events that could conflict. Once you choose the date, inform your Chamber of Commerce and ask to be placed on their Calendar of Events.\r\n\r\n<b>Facility Management</b> – Set up a meeting with your facility director and/or management. AAZK has a Memorandum of Agreement with  AZA that pledges to assist AAZK’s BFR event through AZA IM resources such as Public Relations (PR) Graphics Departments.  Most AAZK BFR events are recognized by AZA Facilities as part of their annual 3% Conservation contribution\r\n\r\n<b>Volunteer Coordinator – </b>Set up a meeting with the Coordinator. Talk to your zoo volunteers at an organized luncheon to let them know they can join the event or sponsor someone (have your forms ready) or work at the event.\r\n\r\n<b>Society Director –</b> Set up a meeting with the Director or Coordinator of the entity that supports your facility.  Promoting the BFR event, promotes the facilities involved.\r\n<p style="text-align: center;"> <b><span style="text-decoration: underline;">BFR EVENT PRE-PLANNING</span></b></p>\r\n <b>Collect door prizes</b>. Seek the big airline prizes 4-6 months in advance (write thank you notes – helps build a base for next year!) Hint: Restaurants are easy to get prizes from. <b>Visit a potential donor in person, with formal letter of donation request.  </b>The letter should detail the successful history of the event on the local and national levels.\r\n\r\n<b>Fliers </b>- Put registration fliers in an area where volunteers may see them-in their “check –in” area. Have fliers that you can hand out so they can be completed later.\r\n\r\n<b>Invite Bowlers from Previous Events</b> (addresses listed on sponsor forms from prior year)\r\n\r\n<b>Blue Rhino Gas</b> (Ferrell Gas) - is the primary event sponsor and should be included in all local events. (They may even underwrite your event!)\r\n\r\n<b>Rhino Linings – </b>After asking Blue Rhino, try to get a commitment from these folks in your area to join your event, If Blue Rhino cannot commit Rhino Linings may be an event sponsor.\r\n\r\n<b>BFR is Open to the public </b>– Make sure this fact is well advertised.\r\n\r\n<b>Invite Boy Scouts or Girl Scout troops</b> to join your event.\r\n\r\n<b>Create a T-shirt</b> – Look for sponsors for the event shirt\r\n\r\n<b>A Day off Work</b>? - See if your zoo will offer a day off work for the team who raises the most $ (ex. Graphics team, Maint. Team, etc)\r\n\r\n<strong>Marketing and Promotion</strong> – Your facility may have contacts or staff can lend a hand – hey, these people do this for a living! Seek help to get the word out.\r\n\r\n<b>Prizes </b>- It pays to advertise.  Once you have a list of Door prizes or other giveaways, raffle prizes, etc.  Publicize the list to attract bowlers and sell raffle tickets.\r\n\r\n<b>Invite Celebrities </b>to bowl at your event (especially TV/radio- free advertising!).\r\n\r\n<b>Advertising - </b>Get permission from your Facility to<b> </b>post info next to <b>rhino/elephant exhibits</b> about your upcoming event and how to join!\r\n\r\n<b>Trip Winner </b>– The person that raises the most money, wins a trip.  Don’t be shy, let your potential donors know this fact.\r\n\r\n<b>Friends and Family </b>– The most important donors of all, and usually, the softest touches!\r\n\r\nSee <b><a href="http://aazkbfr.org/">http://aazkbfr.org</a> or <a href="http://aecetia.net/gws/aazk/">http://aecetia.net/gws/aazk</a></b>\r\n<p style="text-align: center;"> <strong><span style="text-decoration: underline;">AAZK EVENT AND CONTACT  INFORMATION</span></strong></p>\r\n<p style="text-align: left;"><b>EACH YEAR SEND INFO TO PATTY: </b>Please send your BFR contact person’s name &amp; contact info (email/phone) &amp; your chapter’s website/facebook info+ your event date info ASAP<b>.</b></p>\r\nThere is a <b>$25 administrative fee for BFR</b> events. This allows AAZK to send 100% of donations to conservation rather than taking a portion of funds for Administrative costs. Please make checks payable to <strong>AAZK </strong>and mail to:\r\n<p style="text-align: center;">Patty Pearthree</p>\r\n<p style="text-align: center;">318 Montibello Dr.</p>\r\n<p style="text-align: center;">Cary, NC 27513</p>\r\nPlease write in memo:  “BFR Admin Fee”\r\n\r\nIf your chapter would like a “Lewa Promo” DVD free of charge or other Lewa info, please contact Ginger Thomson: gingeratlewa.org or 415-990-3311.\r\n\r\nIf your chapter would like Rhino info, flyers,etc. for events, contact Bill Konstant/IRF: <a href="mailto:b.konstant@rhinos.org">b.konstantatrhinos.org</a>.\r\n\r\nFor additional BFR Event information<b> </b>or assistance<b> - Contact Patty Pearthree, AAZK BFR Program Manager: ppear3atgmail.com  or 919-678-0449.</b>\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/BFRTipsForSuccess.doc"> </a>', 'BFR Tips for Success', 0, '', 'inherit', 'closed', 'closed', '', '5265-revision-v1', '', '', '2014-07-28 14:41:02', '2014-07-28 19:41:02', '', 5265, 'https://www.aazk.org/5265-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6269, 2, '2014-07-28 14:47:49', '2014-07-28 19:47:49', '<h4>Member Resources</h4>\r\nResources for AAZK Members and Chapters are located in the Member Only section of the website. Please login using your Username and Password to find additional member information on Bowling for Rhino Events.\r\n<h4>What is "Bowling For Rhinos"?</h4>\r\n<img class="alignleft" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/bfr_logo_497x497-150x150.jpg" alt="" width="90" height="90" /> Each year the American Association of Zoo keepers (AAZK) sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR). Over 60 AAZK chapters participate throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in Sumatra. These sanctuaries not only save rhinos but also these entire ecosystems!\r\n<div class="hr"></div>\r\n<h4>Why save Rhinos?</h4>\r\n<img class="alignright" title="extinct_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/extinct_rhino-300x200.jpg" alt="extinct_rhino" width="150" /> Rhinos have lived on earth for over 50 million years but whether they survive even 50 more years is open to speculation. Only 5 species of rhino exist today when once there were over 100 species. All 5 species- the white, black, greater one-horned, Sumatran and Javan are endangered. Only the white rhino with a population of 4,600 seems to be somewhat safe from extinction. In 1960, 60,000 black rhinos roamed Africa. Today only 2,500 remain in isolated populations. On the Asian continent, the greater one-horned population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has fewer than 60 animals.\r\n\r\nThe black rhino is a symbol of conservation in Africa as our bald eagle is to those of us in the United States. If the black rhino were to go extinct what message would we give our children? The rhino is a large, flagship species. By striving to save the rhino, we save large expanses of habitat. By saving these habitats, we are saving many endangered species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50 million years but it can not survive guns and man. The rhino is killed for its horn to be used in oriental medicines and as symbolic dagger handles. So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks. "BFR" money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuaries/parks, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\r\n\r\n<img class="alignleft" title="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" alt="aazk-color-logo-c2a8" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an obligation to save it and the other rhino species from extinction. Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\r\n<div class="hr"></div>\r\n<h4>Where do Bowling For Rhinos Funds go?</h4>\r\n<img class="size-medium wp-image-1443 alignleft" title="img_5337" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5337-300x200.jpg" alt="img_5337" width="150" /> 100% of all funds raised goes directly to in situ conservation projects, conserving four species of rhino, their habitats, and hundreds of other endangered plants and animals. BFR helps preserve the black and white rhino in Africa and the Javan and Sumatran rhino in Indonesia.\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon. This is a 300 square mile National Park on the island of Java (Indonesia) which is home to some of the rarest animals on earth! Ujung Kulon supports the last 47 Javan rhinos in the world (with a few discovered in Viet Nam), 40 species of mammals, 250 species of birds, many rare amphibians and reptiles including the green sea turtle. In fact, Java is home to one eighth of the world\'s mammals, birds, reptile, amphibian and plant species although it only occupies one percent of the globes land surface!\r\n\r\n<img class="alignright size-medium wp-image-1445" title="sumatranrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino-300x199.jpg" alt="sumatranrhino" width="150" /> In 1997, "BFR" again expanded their funding efforts to include Bukit Barisan Selatan National Park (BBSNP). This is a 3,568 square km protected area on the southwest side of the island of Sumatra. Asian elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a substantial number of the estimated 200 Sumatran rhinos live within this park. $25,000/ year is needed at BBSNP to provide additional patrol stations, patrol equipment and training of park guards in anti- poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that includes all parks with rhino populations. This program will allow funding to be used on top priority needs in top priority locations to conserve wildlife. BFR is part of this program. This allows unused funding in any given year to go through IRCP to be reallocated to these top priority locations. This allows BFR to expand funding to include such places as Way Kambas (Eastern Sumatra) that has a large population of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of Sumatran rhinos in the world and is a crucial nucleus for the survival and recovery of this species. Currently, the best use of and greatest need for the BFR funds is to be used to establish more anti-poaching teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to Lewa Wildlife Conservancy(LWC). 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant</a> administered by the AAZK.\r\n<div class="hr"></div>\r\n<h4>Are donations to Bowling For Rhinos tax deductible?</h4>\r\nYes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501 (c)(3) organization. Also, remember to check with your employer to see if they have a matching gift program as an easy way to double your donation.\r\n<div class="hr"></div>\r\n<h4>How can I help?</h4>\r\nYou can help by participating in your local AAZK Chapter\'s Bowling For Rhinos fundraiser or by donating to someone who is. <a href="../../find-chapters/">Click here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\r\n<div class="hr"></div>\r\n<h4>Do you need to be an AAZK member to bowl?</h4>\r\n<strong>No.</strong> Anyone can join the bowl-a-thon and have fun.\r\n<div class="hr"></div>\r\n<h4>How many chapters participate?</h4>\r\nApproximately 60 chapters participate each year with about 55 events (some bowl together) in U.S. and Canada.\r\n<div class="hr"></div>\r\n<h4>Why not bowl for a different animal each year?</h4>\r\nIt takes about 5 years for a fund raiser to take hold where the public looks forward to it so it is important to keep the name the same. BFR saves rhino habitat so it saves everything from orchids to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya has more elephants (300) than rhino (80). BFR also saves cheetah, Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan gibbons and the coral reefs, just to name a few.\r\n<div class="hr"></div>\r\n<h4>Want to Host a Bowling for Rhinos Event in Your Community?</h4>\r\nContact Patty Pearthree at ppear3atgmail.com\r\n\r\nor:\r\n\r\nPatty Pearthree\r\n318 Montibello Drive\r\nCary, NC 27513\r\n(919) 678-0449\r\n<div class="hr"></div>\r\n<h4>Where can I get more information?</h4>\r\nHopefully, you can find most of what you\'re looking for on our website. If there are things we can add that are useful, please <a href="http://www.aecetia.net/gws/aazk/contact/">let us know</a>. Additionally, you can find out more through some of the programs that we participate in, <a href="http://www.lewa.org" target="_blank">www.lewa.org</a>, <a href="http://www.rhinos-irf.org/" target="_blank">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/" target="_blank">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2014-07-28 14:47:49', '2014-07-28 19:47:49', '', 1269, 'https://www.aazk.org/1269-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6270, 2, '2014-07-28 14:48:23', '2014-07-28 19:48:23', '<h4>Member Resources</h4>\r\nResources for AAZK Members and Chapters are located in the <strong>Member Only</strong> section of the website. Please login using your Username and Password to find additional member information on Bowling for Rhino Events.\r\n<h4>What is "Bowling For Rhinos"?</h4>\r\n<img class="alignleft" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/bfr_logo_497x497-150x150.jpg" alt="" width="90" height="90" /> Each year the American Association of Zoo keepers (AAZK) sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR). Over 60 AAZK chapters participate throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in Sumatra. These sanctuaries not only save rhinos but also these entire ecosystems!\r\n<div class="hr"></div>\r\n<h4>Why save Rhinos?</h4>\r\n<img class="alignright" title="extinct_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/extinct_rhino-300x200.jpg" alt="extinct_rhino" width="150" /> Rhinos have lived on earth for over 50 million years but whether they survive even 50 more years is open to speculation. Only 5 species of rhino exist today when once there were over 100 species. All 5 species- the white, black, greater one-horned, Sumatran and Javan are endangered. Only the white rhino with a population of 4,600 seems to be somewhat safe from extinction. In 1960, 60,000 black rhinos roamed Africa. Today only 2,500 remain in isolated populations. On the Asian continent, the greater one-horned population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has fewer than 60 animals.\r\n\r\nThe black rhino is a symbol of conservation in Africa as our bald eagle is to those of us in the United States. If the black rhino were to go extinct what message would we give our children? The rhino is a large, flagship species. By striving to save the rhino, we save large expanses of habitat. By saving these habitats, we are saving many endangered species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50 million years but it can not survive guns and man. The rhino is killed for its horn to be used in oriental medicines and as symbolic dagger handles. So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks. "BFR" money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuaries/parks, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\r\n\r\n<img class="alignleft" title="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" alt="aazk-color-logo-c2a8" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an obligation to save it and the other rhino species from extinction. Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\r\n<div class="hr"></div>\r\n<h4>Where do Bowling For Rhinos Funds go?</h4>\r\n<img class="size-medium wp-image-1443 alignleft" title="img_5337" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5337-300x200.jpg" alt="img_5337" width="150" /> 100% of all funds raised goes directly to in situ conservation projects, conserving four species of rhino, their habitats, and hundreds of other endangered plants and animals. BFR helps preserve the black and white rhino in Africa and the Javan and Sumatran rhino in Indonesia.\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon. This is a 300 square mile National Park on the island of Java (Indonesia) which is home to some of the rarest animals on earth! Ujung Kulon supports the last 47 Javan rhinos in the world (with a few discovered in Viet Nam), 40 species of mammals, 250 species of birds, many rare amphibians and reptiles including the green sea turtle. In fact, Java is home to one eighth of the world\'s mammals, birds, reptile, amphibian and plant species although it only occupies one percent of the globes land surface!\r\n\r\n<img class="alignright size-medium wp-image-1445" title="sumatranrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino-300x199.jpg" alt="sumatranrhino" width="150" /> In 1997, "BFR" again expanded their funding efforts to include Bukit Barisan Selatan National Park (BBSNP). This is a 3,568 square km protected area on the southwest side of the island of Sumatra. Asian elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a substantial number of the estimated 200 Sumatran rhinos live within this park. $25,000/ year is needed at BBSNP to provide additional patrol stations, patrol equipment and training of park guards in anti- poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that includes all parks with rhino populations. This program will allow funding to be used on top priority needs in top priority locations to conserve wildlife. BFR is part of this program. This allows unused funding in any given year to go through IRCP to be reallocated to these top priority locations. This allows BFR to expand funding to include such places as Way Kambas (Eastern Sumatra) that has a large population of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of Sumatran rhinos in the world and is a crucial nucleus for the survival and recovery of this species. Currently, the best use of and greatest need for the BFR funds is to be used to establish more anti-poaching teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to Lewa Wildlife Conservancy(LWC). 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant</a> administered by the AAZK.\r\n<div class="hr"></div>\r\n<h4>Are donations to Bowling For Rhinos tax deductible?</h4>\r\nYes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501 (c)(3) organization. Also, remember to check with your employer to see if they have a matching gift program as an easy way to double your donation.\r\n<div class="hr"></div>\r\n<h4>How can I help?</h4>\r\nYou can help by participating in your local AAZK Chapter\'s Bowling For Rhinos fundraiser or by donating to someone who is. <a href="../../find-chapters/">Click here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\r\n<div class="hr"></div>\r\n<h4>Do you need to be an AAZK member to bowl?</h4>\r\n<strong>No.</strong> Anyone can join the bowl-a-thon and have fun.\r\n<div class="hr"></div>\r\n<h4>How many chapters participate?</h4>\r\nApproximately 60 chapters participate each year with about 55 events (some bowl together) in U.S. and Canada.\r\n<div class="hr"></div>\r\n<h4>Why not bowl for a different animal each year?</h4>\r\nIt takes about 5 years for a fund raiser to take hold where the public looks forward to it so it is important to keep the name the same. BFR saves rhino habitat so it saves everything from orchids to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya has more elephants (300) than rhino (80). BFR also saves cheetah, Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan gibbons and the coral reefs, just to name a few.\r\n<div class="hr"></div>\r\n<h4>Want to Host a Bowling for Rhinos Event in Your Community?</h4>\r\nContact Patty Pearthree at ppear3atgmail.com\r\n\r\nor:\r\n\r\nPatty Pearthree\r\n318 Montibello Drive\r\nCary, NC 27513\r\n(919) 678-0449\r\n<div class="hr"></div>\r\n<h4>Where can I get more information?</h4>\r\nHopefully, you can find most of what you\'re looking for on our website. If there are things we can add that are useful, please <a href="http://www.aecetia.net/gws/aazk/contact/">let us know</a>. Additionally, you can find out more through some of the programs that we participate in, <a href="http://www.lewa.org" target="_blank">www.lewa.org</a>, <a href="http://www.rhinos-irf.org/" target="_blank">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/" target="_blank">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2014-07-28 14:48:23', '2014-07-28 19:48:23', '', 1269, 'https://www.aazk.org/1269-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6271, 2, '2014-07-28 14:50:00', '2014-07-28 19:50:00', '<h4>Member Resources</h4>\r\nResources for AAZK Members and Chapters are located in the <strong>Member Only</strong> section of the website. Please login using your Username and Password to find additional member information and helpful Event resources under the <strong>Committee and Programs</strong> Tab.\r\n<h4>What is "Bowling For Rhinos"?</h4>\r\n<img class="alignleft" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/bfr_logo_497x497-150x150.jpg" alt="" width="90" height="90" /> Each year the American Association of Zoo keepers (AAZK) sponsors a fund raising bowl-a-thon called "Bowling For Rhinos" (BFR). Over 60 AAZK chapters participate throughout the US and Canada raising between $200,000- $300,000 annually. But our goal is raise $500,000 annually. BFR funds support LWC- Lewa Wildlife Conservancy (formerly called Ngare Sergoi rhino sanctuary) in Kenya, Ujung Kulon National Park in Java, Indonesia and Bukit Barisan Selatan National Park (BBSNP)and Way Kambas in Sumatra. These sanctuaries not only save rhinos but also these entire ecosystems!\r\n<div class="hr"></div>\r\n<h4>Why save Rhinos?</h4>\r\n<img class="alignright" title="extinct_rhino" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/extinct_rhino-300x200.jpg" alt="extinct_rhino" width="150" /> Rhinos have lived on earth for over 50 million years but whether they survive even 50 more years is open to speculation. Only 5 species of rhino exist today when once there were over 100 species. All 5 species- the white, black, greater one-horned, Sumatran and Javan are endangered. Only the white rhino with a population of 4,600 seems to be somewhat safe from extinction. In 1960, 60,000 black rhinos roamed Africa. Today only 2,500 remain in isolated populations. On the Asian continent, the greater one-horned population remains at 2,000. The Sumatran species numbers around 200 and the Javan species has fewer than 60 animals.\r\n\r\nThe black rhino is a symbol of conservation in Africa as our bald eagle is to those of us in the United States. If the black rhino were to go extinct what message would we give our children? The rhino is a large, flagship species. By striving to save the rhino, we save large expanses of habitat. By saving these habitats, we are saving many endangered species, not just the rhino.\r\n\r\nThe rhino is our link to the dinosaurs as it has lived on earth over 50 million years but it can not survive guns and man. The rhino is killed for its horn to be used in oriental medicines and as symbolic dagger handles. So valuable is the horn to poachers that the rhino can not survive unless it is on protected sanctuaries such as LWC and the Indonesian parks. "BFR" money is used to fence in these areas, purchase planes and land rover vehicles to curtail poaching, translocate rhino into the sanctuaries/parks, purchase trip cameras for censusing, and salaries for anti-poaching security guards to name a few.\r\n\r\n<img class="alignleft" title="aazk-color-logo-c2a8" src="http://aecetia.net/gws/aazk/wp-content/uploads/aazk-color-logo-c2a8.jpg" alt="aazk-color-logo-c2a8" width="56" height="68" />The black rhino is AAZK National\'s symbol and we believe we have an obligation to save it and the other rhino species from extinction. Through our efforts, we feel we can save valuable habitats and the animals living in their safe havens for future generations to enjoy.\r\n<div class="hr"></div>\r\n<h4>Where do Bowling For Rhinos Funds go?</h4>\r\n<img class="size-medium wp-image-1443 alignleft" title="img_5337" src="http://aecetia.net/gws/aazk/wp-content/uploads/img_5337-300x200.jpg" alt="img_5337" width="150" /> 100% of all funds raised goes directly to in situ conservation projects, conserving four species of rhino, their habitats, and hundreds of other endangered plants and animals. BFR helps preserve the black and white rhino in Africa and the Javan and Sumatran rhino in Indonesia.\r\n\r\nIn 1994, "BFR" expanded their funding efforts to include Ujung Kulon. This is a 300 square mile National Park on the island of Java (Indonesia) which is home to some of the rarest animals on earth! Ujung Kulon supports the last 47 Javan rhinos in the world (with a few discovered in Viet Nam), 40 species of mammals, 250 species of birds, many rare amphibians and reptiles including the green sea turtle. In fact, Java is home to one eighth of the world\'s mammals, birds, reptile, amphibian and plant species although it only occupies one percent of the globes land surface!\r\n\r\n<img class="alignright size-medium wp-image-1445" title="sumatranrhino" src="http://aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino-300x199.jpg" alt="sumatranrhino" width="150" /> In 1997, "BFR" again expanded their funding efforts to include Bukit Barisan Selatan National Park (BBSNP). This is a 3,568 square km protected area on the southwest side of the island of Sumatra. Asian elephant, tiger, clouded leopard, Malayan sun bear, Indian wild dog and a substantial number of the estimated 200 Sumatran rhinos live within this park. $25,000/ year is needed at BBSNP to provide additional patrol stations, patrol equipment and training of park guards in anti- poaching skills.\r\n\r\nThere is now an Indonesian Rhino Conservation program (IRCP) that includes all parks with rhino populations. This program will allow funding to be used on top priority needs in top priority locations to conserve wildlife. BFR is part of this program. This allows unused funding in any given year to go through IRCP to be reallocated to these top priority locations. This allows BFR to expand funding to include such places as Way Kambas (Eastern Sumatra) that has a large population of Sumatran rhinos. Way Kambas has the 3rd or 4th largest population of Sumatran rhinos in the world and is a crucial nucleus for the survival and recovery of this species. Currently, the best use of and greatest need for the BFR funds is to be used to establish more anti-poaching teams in Way Kambas.\r\n\r\nOur first $160,000 raised each year goes to Lewa Wildlife Conservancy(LWC). 50% of the monies raised over that amount are sent to the International Rhino Foundation to help fund their Indonesian programs. 40% of the monies over $160,000 are sent to LWC and 8% is sent to Action for Cheetah in Kenya. The final 2% of monies raised over the $160,000 mark are then set aside for fund the <a href="http://aecetia.net/gws/aazk/committee/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">BFR Conservation Resource Fund Grant</a> administered by the AAZK.\r\n<div class="hr"></div>\r\n<h4>Are donations to Bowling For Rhinos tax deductible?</h4>\r\nYes, BFR is covered under AAZK\'s tax # 23-7274856 as a 501 (c)(3) organization. Also, remember to check with your employer to see if they have a matching gift program as an easy way to double your donation.\r\n<div class="hr"></div>\r\n<h4>How can I help?</h4>\r\nYou can help by participating in your local AAZK Chapter\'s Bowling For Rhinos fundraiser or by donating to someone who is. <a href="../../find-chapters/">Click here</a> to locate a chapter nearest you. You can then contact that chapter to see if they are hosting an event.\r\n<div class="hr"></div>\r\n<h4>Do you need to be an AAZK member to bowl?</h4>\r\n<strong>No.</strong> Anyone can join the bowl-a-thon and have fun.\r\n<div class="hr"></div>\r\n<h4>How many chapters participate?</h4>\r\nApproximately 60 chapters participate each year with about 55 events (some bowl together) in U.S. and Canada.\r\n<div class="hr"></div>\r\n<h4>Why not bowl for a different animal each year?</h4>\r\nIt takes about 5 years for a fund raiser to take hold where the public looks forward to it so it is important to keep the name the same. BFR saves rhino habitat so it saves everything from orchids to sea turtles to elephants. In fact, Lewa Wildlife Conservancy in Kenya has more elephants (300) than rhino (80). BFR also saves cheetah, Grevy\'s zebra, Sumatran tigers, Malayan sun bears and tapirs, Javan gibbons and the coral reefs, just to name a few.\r\n<div class="hr"></div>\r\n<h4>Want to Host a Bowling for Rhinos Event in Your Community?</h4>\r\nContact Patty Pearthree at ppear3atgmail.com\r\n\r\nor:\r\n\r\nPatty Pearthree\r\n318 Montibello Drive\r\nCary, NC 27513\r\n(919) 678-0449\r\n<div class="hr"></div>\r\n<h4>Where can I get more information?</h4>\r\nHopefully, you can find most of what you\'re looking for on our website. If there are things we can add that are useful, please <a href="http://www.aecetia.net/gws/aazk/contact/">let us know</a>. Additionally, you can find out more through some of the programs that we participate in, <a href="http://www.lewa.org" target="_blank">www.lewa.org</a>, <a href="http://www.rhinos-irf.org/" target="_blank">www.rhinos-irf.org</a> and <a href="http://www.actionforcheetahs.org/" target="_blank">www.actionforcheetahs.org</a>.', 'Bowling for Rhinos FAQ', 0, '', 'inherit', 'closed', 'closed', '', '1269-revision-v1', '', '', '2014-07-28 14:50:00', '2014-07-28 19:50:00', '', 1269, 'https://www.aazk.org/1269-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6272, 2, '2014-07-29 11:24:13', '2014-07-29 16:24:13', '', 'Clicker', 0, '', 'inherit', 'closed', 'closed', '', 'clicker-2', '', '', '2014-07-29 11:24:13', '2014-07-29 16:24:13', '', 4622, 'https://www.aazk.org/wp-content/uploads/Clicker.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (6274, 3, '2014-07-30 16:33:14', '2014-07-30 21:33:14', '<h5>Facility</h5>\r\n<p>El Paso Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\n***Recruitment will begin July 31, 2014***\r\n\r\nThe City of El Paso is seeking a highly motivated and innovative individual to serve in the position of Zoo Keeper. This position will feed and care for exotic animals in the different areas.  Depending on the vacancy, candidates may be assigned to an area that contains: elephants, large carnivores, hoofstock, primates, and birds.  As part of the El Paso Zoo Team, you will be required to work a schedule across a 7-day week, including weekends and holidays, and perform highly physical work on a daily basis.\r\n\r\nTYPICAL DUTIES:\r\nFeed and care for exotic zoo animals and clean and maintain animal enclosures. Involves: Prepare regular and special diets to feed animals. Feed and water animals. Clean, disinfect and maintain cages, enclosures and exhibit areas as needed. Maintain safety of animals. Monitor animal health and well-being. Report animal illness or injury to appropriate staff. Assist veterinary staff as needed with administering medications, providing treatment and restraining. Provide care for animals such as by trimming beaks, nails and wing feathers, providing moisture for turtles, reptiles and birds, shearing sheep, weighing animals and other services as needed. Record animal information such as temperature and consumption to charts. \r\n \r\nAssist with behavior modification and enrichment programs for animals. Involves: Utilize system of rewards to condition animal to do things on command. Provide animal with interactive items and activities to relieve stress and boredom. Provide exercise for animals as needed. \r\n \r\nProvide assistance to other zoo staff and to the public. Involves: Identify maintenance problems and resolve or report as necessary. Assist with grounds and landscaping maintenance and construction. Test water quality in aquatic exhibits. Answer questions from other staff and the public regarding zoo animals, exhibits and related. \r\n\r\n<h6>Education and Pre-requisites</h6>\r\nA High School diploma or GED, and one (1) year of confined animal care and handling experience, excluding personal pets. \r\n\r\n<h6>Compensation and benefits</h6>\r\nSalary:  $12.31 - $18.27 Hourly\r\n<h6>Application instructions</h6>\r\nNote: Recruitment will begin on July 31, 2014.  On July 31, 2014, interested applicants must go to www.elpasotexas.gov to apply.  Applications are only accepted online. Applicants are encouraged to apply immediately on July 31, 2014.  This position will close once a preset number of qualified applications have been received.\r\n', 'Zoo Keeper', 0, '', 'publish', 'closed', 'closed', '', 'zoo-keeper-5', '', '', '2014-07-30 16:33:14', '2014-07-30 21:33:14', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6274', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6275, 0, '2014-07-30 16:33:14', '2014-07-30 21:33:14', '', 'Zoo Keeper', 0, '', 'inherit', 'closed', 'closed', '', '6274-revision-v1', '', '', '2014-07-30 16:33:14', '2014-07-30 21:33:14', '', 6274, 'https://www.aazk.org/6274-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6276, 0, '2014-07-30 16:33:14', '2014-07-30 21:33:14', '<h5>Facility</h5>\r\n<p>El Paso Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\n***Recruitment will begin July 31, 2014***\r\n\r\nThe City of El Paso is seeking a highly motivated and innovative individual to serve in the position of Zoo Keeper. This position will feed and care for exotic animals in the different areas.  Depending on the vacancy, candidates may be assigned to an area that contains: elephants, large carnivores, hoofstock, primates, and birds.  As part of the El Paso Zoo Team, you will be required to work a schedule across a 7-day week, including weekends and holidays, and perform highly physical work on a daily basis.\r\n\r\nTYPICAL DUTIES:\r\nFeed and care for exotic zoo animals and clean and maintain animal enclosures. Involves: Prepare regular and special diets to feed animals. Feed and water animals. Clean, disinfect and maintain cages, enclosures and exhibit areas as needed. Maintain safety of animals. Monitor animal health and well-being. Report animal illness or injury to appropriate staff. Assist veterinary staff as needed with administering medications, providing treatment and restraining. Provide care for animals such as by trimming beaks, nails and wing feathers, providing moisture for turtles, reptiles and birds, shearing sheep, weighing animals and other services as needed. Record animal information such as temperature and consumption to charts. \r\n \r\nAssist with behavior modification and enrichment programs for animals. Involves: Utilize system of rewards to condition animal to do things on command. Provide animal with interactive items and activities to relieve stress and boredom. Provide exercise for animals as needed. \r\n \r\nProvide assistance to other zoo staff and to the public. Involves: Identify maintenance problems and resolve or report as necessary. Assist with grounds and landscaping maintenance and construction. Test water quality in aquatic exhibits. Answer questions from other staff and the public regarding zoo animals, exhibits and related. \r\n\r\n<h6>Education and Pre-requisites</h6>\r\nA High School diploma or GED, and one (1) year of confined animal care and handling experience, excluding personal pets. \r\n\r\n<h6>Compensation and benefits</h6>\r\nSalary:  $12.31 - $18.27 Hourly\r\n<h6>Application instructions</h6>\r\nNote: Recruitment will begin on July 31, 2014.  On July 31, 2014, interested applicants must go to www.elpasotexas.gov to apply.  Applications are only accepted online. Applicants are encouraged to apply immediately on July 31, 2014.  This position will close once a preset number of qualified applications have been received.\r\n', 'Zoo Keeper', 0, '', 'inherit', 'closed', 'closed', '', '6274-revision-v1', '', '', '2014-07-30 16:33:14', '2014-07-30 21:33:14', '', 6274, 'https://www.aazk.org/6274-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6277, 3, '2014-08-01 12:13:52', '2014-08-01 17:13:52', '<h5>Facility</h5>\r\n<p>Utah\'s Hogle Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nUtah’s Hogle Zoo is announcing the opening of a full time position as an Animal Keeper in the  Reptile area, within the Animal Care Department.\r\n\r\nThe Zoo is seeking a highly-qualified animal care specialist to provide superior daily care to many species of  reptiles including venomous and crocodilians. Will be involved with exhibit maintenance, conservation breeding programs, introductions for housing, veterinary procedures, animal training and enrichment, addressing the media, education programs, research and caring for other animals or areas as needed.  \r\n<h6>Education and Pre-requisites</h6>\r\nApplicants must be able to work effectively in a strong team environment, foster positive interactions with guests and other Zoo departments, serve as an ambassador for the Zoo and liaison to the Association of Zoos and Aquariums in regards to animal programs, and possess a strong commitment to wildlife conservation, animal welfare, and providing a high-quality guest experience. Excellent writing and public speaking skills are necessary. Previous experience with reptiles is expected, including experience with venomous and crocodilians. A degree in life sciences, biology,  herpetology, zoology or related field is preferred. \r\n\r\nApplicant must be able to work under diverse and variable weather conditions and be able to lift over 60 pounds without injury, bend, stoop, jump, and stretch. Good driving record required. \r\n<h6>Compensation and benefits</h6>\r\nSalt Lake City, Utah, is the gateway for outstanding outdoor activities with world-class skiing less than 30 minutes away and more than 20 National Parks and monuments within a few hours\' drive – this area is ideal for nature lovers!  \r\n\r\nThis is a full-time, benefit-eligible position. Salary is commensurate with experience. \r\n<h6>Application instructions</h6>\r\nAnyone interested in this position should send a cover letter and resume to Jane Larson Animal Care Supervisor (jlarson@hoglezoo.org) by August 15, 2014. Utah’s Hogle Zoo is an Equal Opportunity Employer. \r\n', 'Reptile Keeper', 0, '', 'publish', 'closed', 'closed', '', 'reptile-keeper-2', '', '', '2014-08-01 12:13:52', '2014-08-01 17:13:52', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6277', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6278, 0, '2014-08-01 12:13:52', '2014-08-01 17:13:52', '', 'Reptile Keeper', 0, '', 'inherit', 'closed', 'closed', '', '6277-revision-v1', '', '', '2014-08-01 12:13:52', '2014-08-01 17:13:52', '', 6277, 'https://www.aazk.org/6277-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6279, 0, '2014-08-01 12:13:52', '2014-08-01 17:13:52', '<h5>Facility</h5>\r\n<p>Utah\'s Hogle Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nUtah’s Hogle Zoo is announcing the opening of a full time position as an Animal Keeper in the  Reptile area, within the Animal Care Department.\r\n\r\nThe Zoo is seeking a highly-qualified animal care specialist to provide superior daily care to many species of  reptiles including venomous and crocodilians. Will be involved with exhibit maintenance, conservation breeding programs, introductions for housing, veterinary procedures, animal training and enrichment, addressing the media, education programs, research and caring for other animals or areas as needed.  \r\n<h6>Education and Pre-requisites</h6>\r\nApplicants must be able to work effectively in a strong team environment, foster positive interactions with guests and other Zoo departments, serve as an ambassador for the Zoo and liaison to the Association of Zoos and Aquariums in regards to animal programs, and possess a strong commitment to wildlife conservation, animal welfare, and providing a high-quality guest experience. Excellent writing and public speaking skills are necessary. Previous experience with reptiles is expected, including experience with venomous and crocodilians. A degree in life sciences, biology,  herpetology, zoology or related field is preferred. \r\n\r\nApplicant must be able to work under diverse and variable weather conditions and be able to lift over 60 pounds without injury, bend, stoop, jump, and stretch. Good driving record required. \r\n<h6>Compensation and benefits</h6>\r\nSalt Lake City, Utah, is the gateway for outstanding outdoor activities with world-class skiing less than 30 minutes away and more than 20 National Parks and monuments within a few hours\' drive – this area is ideal for nature lovers!  \r\n\r\nThis is a full-time, benefit-eligible position. Salary is commensurate with experience. \r\n<h6>Application instructions</h6>\r\nAnyone interested in this position should send a cover letter and resume to Jane Larson Animal Care Supervisor (jlarson@hoglezoo.org) by August 15, 2014. Utah’s Hogle Zoo is an Equal Opportunity Employer. \r\n', 'Reptile Keeper', 0, '', 'inherit', 'closed', 'closed', '', '6277-revision-v1', '', '', '2014-08-01 12:13:52', '2014-08-01 17:13:52', '', 6277, 'https://www.aazk.org/6277-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6280, 2, '2014-08-01 12:29:34', '2014-08-01 17:29:34', '<h5>Facility</h5>\r\n<p>Utah\'s Hogle Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nUtah’s Hogle Zoo is announcing the immediate opening of a full-time benefitted position as Relief Keeper-Rocky Shores.\r\n\r\nThe Rocky Shores exhibit includes four acres with five large exhibits featuring Grizzly and Polar Bears, Seals and Sea Lions, Bald Eagles and North American River Otters. Relief Keeper – Rocky Shores is responsible for the care and husbandry of these animals, the salt water aquaria, as well as, other animals or areas as assigned. \r\n\r\n\r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nApplicants must be able to work effectively in a positive team environment, equally with guests, staff and volunteers.  Excellent verbal and written communication skills are necessary in this position. At least three years paid experience working with pinnipeds in a zoo or aquarium setting is required. There is a strong expectation of experience in operant conditioning and training techniques, providing enrichment, public speaking, and developing pinniped programs for Zoo guests. Degree in life sciences, biology, zoology or related field is preferred. Relief Keeper – Rocky Shores will also be trained to work in other animal areas of the Zoo.   \r\n\r\nApplicant must be able to work under diverse and variable weather conditions, in close proximity to visitors, be able to lift over 60 pounds without injury, bend, stoop, jump, and stretch; must be able to obtain an Advanced Open Water dive certification from a recognized organization; and, an excellent driving record is required.  \r\n<h6>Compensation and benefits</h6>\r\n\r\nPosition includes an excellent benefits package, including medical, dental, and retirement plans as well as paid vacation and holiday time. Salary is commensurate with experience. Salt Lake City, Utah, is the gateway for outstanding outdoor activities with world-class skiing less than 30 minutes away and more than 20 National Parks and monuments within a few hours\' drive – this area is ideal for nature lovers!  \r\n\r\n\r\n<h6>Application instructions</h6>\r\nAnyone interested in this position should send a cover letter, resume and three professional references to Jeffrey Landry, Animal Care Supervisor, Utah’s Hogle Zoo, 2600 Sunnyside Ave., Salt Lake City, UT, 84108, or jlandry@hoglezoo.org by 27 June 2014.  Utah’s Hogle Zoo is an Equal Opportunity Employer. \r\n', 'Relief Keeper-Rocky Shores', 0, '', 'inherit', 'closed', 'closed', '', '6093-revision-v1', '', '', '2014-08-01 12:29:34', '2014-08-01 17:29:34', '', 6093, 'https://www.aazk.org/6093-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6281, 2, '2014-08-04 10:49:40', '2014-08-04 15:49:40', '', 'August 2014 AKF cover', 0, '', 'inherit', 'closed', 'closed', '', 'august-2014-akf-cover', '', '', '2014-08-04 10:49:40', '2014-08-04 15:49:40', '', 200, 'https://www.aazk.org/wp-content/uploads/August-2014-AKF-cover.jpg', 0, 'attachment', 'image/jpeg', 0) ; 
INSERT INTO `wp_posts` VALUES (6282, 2, '2014-08-04 10:49:45', '2014-08-04 15:49:45', '<div class="clearfix">\r\n<div class="name fivecol first"><img class="alignnone size-full wp-image-843" title="shane" src="http://aecetia.net/gws/aazk/wp-content/uploads/shane.jpg" alt="shane" width="145" height="157" /></div>\r\n<div class="sevencol last">\r\n<div class="name">Shane Good</div>\r\n<div class="title">Media Production Editor</div>\r\n<div class="email"><a href="mailto:barbara.manspeaker@aecetia.net/gws/aazk">shane.good@aecetia.net/gws/aazk</a></div>\r\n<div class="info"><span style="line-height: 1.5em;">AAZK Inc. - Cleveland, OH</span></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="info"></div>\r\n<div class="department"></div>\r\n</div>\r\n</div>\r\n<h4><a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/August-2014-AKF-cover.jpg"><img class="alignnone size-medium wp-image-6281" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/August-2014-AKF-cover-235x300.jpg" alt="August 2014 AKF cover" width="235" height="300" /></a></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.\r\n<h2>Animal Keepers’ Forum</h2>\r\n<h3>Excellence in Journalism Awards - 2013</h3>\r\n<strong>From Fear to Friend: Building Trust Between Keeper and Animal Through Training</strong>\r\n<em>Eunice Hui &amp; Molly Feldman</em>\r\n<strong>Advances in Waterfowl Training and Enrichment at Disney’s Animal Kingdom®</strong>\r\n<em>Stacy Johnson </em>\r\n<strong>Interspecific aggression in a mixed-species exhibit of ungulates and birds. </strong>\r\n<em>Nolan Schlichter</em>\r\n<strong>What we have learned from a shifty ibis (shift training for sacred ibis)</strong>\r\n<em>Rebecca Heisler</em>\r\n<strong>We\'re All in This Together: The Evolution of Avian Management in African Mixed Species Exhibits at Blank Park Zoo</strong>\r\n<em>Lisa Ashburn &amp; Jenni Dyar</em>\r\n<h3>AKF Cover Photography Awards - 2013</h3>\r\n“Toucan Barbet” - Tim Krynak,\r\n“Sea Lion” - Dave Johnson\r\n<h3>Susan D. Chan Author of the Year Award - 2013</h3>\r\nBubba: A Sulcata on a Skateboard\r\nAlison Mott &amp; Kate Gore', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2014-08-04 10:49:45', '2014-08-04 15:49:45', '', 200, 'https://www.aazk.org/200-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6283, 2, '2014-08-04 10:50:30', '2014-08-04 15:50:30', '&nbsp;\r\n\r\n<a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/August-2014-AKF-cover.jpg"><img class="alignnone size-medium wp-image-6281" src="https://www.aecetia.net/gws/aazk/wp-content/uploads/August-2014-AKF-cover-235x300.jpg" alt="August 2014 AKF cover" width="235" height="300" /></a>\r\n\r\nIn August of 1972, a short-lived "unofficial" newsletter appeared in the form of The Ruptured Rhino out of Topeka, KS. The intent of this maverick publication was to stimulate the AAZK membership to become more active and participate in the Association at a national level.\r\n\r\nThe idea for Animal Keepers\' Forum grew out of a bull session among keepers at the Topeka Zoo. The original Ruptured Rhino staff, along with several others, were involved in the conception and production of the<strong> first issue of AKF in November of 1974</strong>. It was 3 1/2 pages long, and printed on a mimeograph-type machine. Early issues contained zoo news articles, items on legislation and guest editorials.\r\n\r\nBy June of 1975 the AKF had grown to 13 pages and in November of 1975 celebrated its first anniversary of continuous publication. After the first two issues, it was sold on a subscription basis at $5.00 per year. Although originally the AKF was sold to AAZK members, it didn\'t become the "official" professional journal of the Association until March of 1975. The AKF has always carried the motto "Dedicated to Professional Animal Care".\r\n\r\nIn January 1976, AKF changed its format to a booklet style publication. In 1977 AKF had its first part-time paid editor and also began to be printed commercially. In 1978 the buff colored cover featuring artwork by keepers debuted. The first Excellence in Journalism Awards were given in 1979.\r\n\r\nIn 1981 Susan Chan was hired as Managing Editor for Animal Keepers’ Forum. The AKF has continued to grow in scope and content since that time, now averaging 44 pages per issue.  At least once a year, an issue dedicated to a particular species or topic is produced. AKF contains regular columns on Animal Behavior, Enrichment Options, Crisis Management and legislative issues affecting wildlife and zoos. Each issue also contains articles on animal husbandry, book reviews, a listing of upcoming conferences and symposia and Association news.\r\n\r\nThe Animal Keepers\' Forum has come a long way since its inception when it was printed on a mimeograph machine to today when it is produced with modern desktop publishing computer equipment. It currently reaches approximately <strong>2800 members (including about 150 zoos) in the U.S., Canada and 24 foreign countries</strong>.\r\n\r\nAnimal Keepers’ Forum is celebrating its 40th anniversary of continuous publication this year (2013).\r\n<div class="hr"></div>\r\n<h4>Submissions</h4>\r\nIf you are interested in submitting a paper for publication Animal Keepers’ Forum, please view the <a href="http://www.aecetia.net/gws/aazk/publications/animal-keepers-forum/akf-submission-guidelines/">AKF Submission Guidelines</a> page for guidelines on how to submit your article.\r\n<div class="hr"></div>\r\n<h4>Purchase a copy</h4>\r\nTo purchase a hard copy of the Animal Keepers’ Forum publication, please visit our <a href="http://www.aecetia.net/gws/aazk/shop/">store</a>.', 'Animal Keepers\' Forum', 0, '', 'inherit', 'closed', 'closed', '', '4538-revision-v1', '', '', '2014-08-04 10:50:30', '2014-08-04 15:50:30', '', 4538, 'https://www.aazk.org/4538-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6284, 3, '2014-08-05 14:35:51', '2014-08-05 19:35:51', '<h5>Facility</h5>\r\n<p>Safe Haven Rescue Zoo, Imlay, NV</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nSafe Haven Rescue Zoo is an accredited wildlife sanctuary located in northern Nevada that provides permanent placement for illegally owned and abandoned exotics. Safe Haven also provides rescue services to native orphaned and injured wildlife. Safe Haven is currently home to over 30 exotic residents including African lions, tigers, cougars, bobcats, coyotes, foxes, African servals, reptiles and much more. \r\nCandidates will be responsible for daily animal care of permanently housed animals, educational presentations to the public, assisting with habitat building, light office work and participation in annual fundraisers.\r\n\r\nSafe Haven Rescue Zoo is seeking qualified applicants for the fall session of 2014 and the spring/summer session of 2015. Please clarify in your application which session you are applying for. \r\n<h6>Education and Pre-requisites</h6>\r\n•Applicants must be at least 21 years of age\r\n•Must be fluent in the English language, both verbal and written\r\n•Must provide your own health insurance\r\n•Must have at least 2 years of related studies in biology, zoology, animal husbandry or a related field. Applicants who have already achieved their bachelors are preferred.\r\n•Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary\r\n•Must be able to follow instructions and required policies and procedures \r\n•Must have a valid driver’s license and your own vehicle\r\n•Must be willing to work varied hours and in inclement weather\r\n•Must be able to consistently lift 50lbs\r\n•Must be comfortable on ladders\r\n•Interns must obtain tetanus vaccination prior to participating in the internship program\r\n\r\n<h6>Compensation and benefits</h6>\r\n•Monthly stipend is provided \r\n•Housing is provided on the sanctuary property\r\n•Amenities: Heat, A/C, Utilities paid, bathroom, fully stocked kitchen, bedding, washer/dryer, satellite TV, Wireless Internet and phone line (*Please note* due to our rural location, we are roughly ten minutes out of cell phone range and you will not have cell service on the sanctuary property)\r\n\r\n<h6>Application instructions</h6>\r\nTo apply, please email your cover letter, resume and two (2) letters of recommendation to:\r\n\r\najwells821@yahoo.com  \r\nATTN: Alexandria Wells, Assistant Manager\r\n', 'Exotic Animal Keeper Internship', 0, '', 'publish', 'closed', 'closed', '', 'exotic-animal-keeper-internship', '', '', '2014-08-05 14:35:51', '2014-08-05 19:35:51', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6284', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6285, 0, '2014-08-05 14:35:51', '2014-08-05 19:35:51', '', 'Exotic Animal Keeper Internship', 0, '', 'inherit', 'closed', 'closed', '', '6284-revision-v1', '', '', '2014-08-05 14:35:51', '2014-08-05 19:35:51', '', 6284, 'https://www.aazk.org/6284-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6286, 0, '2014-08-05 14:35:51', '2014-08-05 19:35:51', '<h5>Facility</h5>\r\n<p>Safe Haven Rescue Zoo, Imlay, NV</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nSafe Haven Rescue Zoo is an accredited wildlife sanctuary located in northern Nevada that provides permanent placement for illegally owned and abandoned exotics. Safe Haven also provides rescue services to native orphaned and injured wildlife. Safe Haven is currently home to over 30 exotic residents including African lions, tigers, cougars, bobcats, coyotes, foxes, African servals, reptiles and much more. \r\nCandidates will be responsible for daily animal care of permanently housed animals, educational presentations to the public, assisting with habitat building, light office work and participation in annual fundraisers.\r\n\r\nSafe Haven Rescue Zoo is seeking qualified applicants for the fall session of 2014 and the spring/summer session of 2015. Please clarify in your application which session you are applying for. \r\n<h6>Education and Pre-requisites</h6>\r\n•Applicants must be at least 21 years of age\r\n•Must be fluent in the English language, both verbal and written\r\n•Must provide your own health insurance\r\n•Must have at least 2 years of related studies in biology, zoology, animal husbandry or a related field. Applicants who have already achieved their bachelors are preferred.\r\n•Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary\r\n•Must be able to follow instructions and required policies and procedures \r\n•Must have a valid driver’s license and your own vehicle\r\n•Must be willing to work varied hours and in inclement weather\r\n•Must be able to consistently lift 50lbs\r\n•Must be comfortable on ladders\r\n•Interns must obtain tetanus vaccination prior to participating in the internship program\r\n\r\n<h6>Compensation and benefits</h6>\r\n•Monthly stipend is provided \r\n•Housing is provided on the sanctuary property\r\n•Amenities: Heat, A/C, Utilities paid, bathroom, fully stocked kitchen, bedding, washer/dryer, satellite TV, Wireless Internet and phone line (*Please note* due to our rural location, we are roughly ten minutes out of cell phone range and you will not have cell service on the sanctuary property)\r\n\r\n<h6>Application instructions</h6>\r\nTo apply, please email your cover letter, resume and two (2) letters of recommendation to:\r\n\r\najwells821@yahoo.com  \r\nATTN: Alexandria Wells, Assistant Manager\r\n', 'Exotic Animal Keeper Internship', 0, '', 'inherit', 'closed', 'closed', '', '6284-revision-v1', '', '', '2014-08-05 14:35:51', '2014-08-05 19:35:51', '', 6284, 'https://www.aazk.org/6284-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6288, 3, '2014-08-07 13:03:49', '2014-08-07 18:03:49', '<h5>Facility</h5>\r\n<p>ANIMAL GARDENS PETTING ZOO &amp; LOLLIPUPS PET RESORT</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nAnimal Gardens Exotic animal petting zoo and new beautiful state-of-the-art dog kennel located in Lake Geneva WI. is seeking animal interns. Must have basic knowledge of all phases of animal care. Learn about the care, feeding and greeting customers in our domestic animal facility. Learn the basics of running a business is part of this hands-on internship. Internship also features training in our Exotic Animal dept. Camels, mini-pigs, monkey, raccoons, skunks, bobcats, foxes, deer, llama, goats donkeys and much more. If you want to work, learn and gain experience in the animal industry this is the position for you! Interns are not salaried however we offer a $50.00 a week stipend, full training and on-site dorm-style housing. A 6 month commitment is preferred, openings available all year round. APPLICANTS MUST WORK IN BOTH DEPARTMENTS. Our training has allowed many of interns to secure jobs with us, and other similar type facilities.\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\nOn-site dorm-style housing.\r\n<h6>Application instructions</h6>\r\nPlease email your resume to info@animalgardens.com\r\ncheck our websites - www.animalgardens.com and www.lollipupsresort.com\r\n', 'EXOTIC ANIMAL &amp; DOMESTIC ANIMAL INTERNS', 0, '', 'publish', 'closed', 'closed', '', 'exotic-animal-domestic-animal-interns', '', '', '2014-08-07 13:03:49', '2014-08-07 18:03:49', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6288', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6289, 0, '2014-08-07 13:03:49', '2014-08-07 18:03:49', '', 'EXOTIC ANIMAL &amp; DOMESTIC ANIMAL INTERNS', 0, '', 'inherit', 'closed', 'closed', '', '6288-revision-v1', '', '', '2014-08-07 13:03:49', '2014-08-07 18:03:49', '', 6288, 'https://www.aazk.org/6288-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6290, 0, '2014-08-07 13:03:49', '2014-08-07 18:03:49', '<h5>Facility</h5>\r\n<p>ANIMAL GARDENS PETTING ZOO &amp; LOLLIPUPS PET RESORT</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nAnimal Gardens Exotic animal petting zoo and new beautiful state-of-the-art dog kennel located in Lake Geneva WI. is seeking animal interns. Must have basic knowledge of all phases of animal care. Learn about the care, feeding and greeting customers in our domestic animal facility. Learn the basics of running a business is part of this hands-on internship. Internship also features training in our Exotic Animal dept. Camels, mini-pigs, monkey, raccoons, skunks, bobcats, foxes, deer, llama, goats donkeys and much more. If you want to work, learn and gain experience in the animal industry this is the position for you! Interns are not salaried however we offer a $50.00 a week stipend, full training and on-site dorm-style housing. A 6 month commitment is preferred, openings available all year round. APPLICANTS MUST WORK IN BOTH DEPARTMENTS. Our training has allowed many of interns to secure jobs with us, and other similar type facilities.\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\nOn-site dorm-style housing.\r\n<h6>Application instructions</h6>\r\nPlease email your resume to info@animalgardens.com\r\ncheck our websites - www.animalgardens.com and www.lollipupsresort.com\r\n', 'EXOTIC ANIMAL &amp; DOMESTIC ANIMAL INTERNS', 0, '', 'inherit', 'closed', 'closed', '', '6288-revision-v1', '', '', '2014-08-07 13:03:49', '2014-08-07 18:03:49', '', 6288, 'https://www.aazk.org/6288-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6291, 3, '2014-08-07 14:53:01', '2014-08-07 19:53:01', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking two part time Park Ranger to ensure the safety and well being of visitors, employees, living collections and facilities.  Park Rangers provide first-aid, security services and impromptu animal talks with the public.  The ideal Park Ranger will be able to engage guests in conversations about the natural world and present interpretive information, provide grounds surveillance, render first aid and/or emergency medical assistance when necessary, take command at scenes of accidents or disturbances, provide security support at special events, and inspect grounds for safety conditions.  \r\n\r\nMinimum qualifications for this position include a high school diploma or equivalent, possession of a valid driver’s license, ability to use or learn to use firearms, current possession or ability to obtain standard first aid and CPR certification, flexibility to work any shift including graveyards.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test.  This position will also require Hepatitis B immunizations and annual TB testing. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. Phoenix Zoo Park Rangers provide memorable experiences to all guests and Zoo Staff by promoting safety, awareness and education throughout the zoo. \r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=707&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n\r\n', 'Park Ranger', 0, '', 'publish', 'closed', 'closed', '', 'park-ranger-3', '', '', '2014-08-07 14:53:02', '2014-08-07 19:53:02', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6291', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6292, 0, '2014-08-07 14:53:01', '2014-08-07 19:53:01', '', 'Park Ranger', 0, '', 'inherit', 'closed', 'closed', '', '6291-revision-v1', '', '', '2014-08-07 14:53:01', '2014-08-07 19:53:01', '', 6291, 'https://www.aazk.org/6291-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6293, 0, '2014-08-07 14:53:02', '2014-08-07 19:53:02', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently seeking two part time Park Ranger to ensure the safety and well being of visitors, employees, living collections and facilities.  Park Rangers provide first-aid, security services and impromptu animal talks with the public.  The ideal Park Ranger will be able to engage guests in conversations about the natural world and present interpretive information, provide grounds surveillance, render first aid and/or emergency medical assistance when necessary, take command at scenes of accidents or disturbances, provide security support at special events, and inspect grounds for safety conditions.  \r\n\r\nMinimum qualifications for this position include a high school diploma or equivalent, possession of a valid driver’s license, ability to use or learn to use firearms, current possession or ability to obtain standard first aid and CPR certification, flexibility to work any shift including graveyards.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test.  This position will also require Hepatitis B immunizations and annual TB testing. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. Phoenix Zoo Park Rangers provide memorable experiences to all guests and Zoo Staff by promoting safety, awareness and education throughout the zoo. \r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=707&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n\r\n', 'Park Ranger', 0, '', 'inherit', 'closed', 'closed', '', '6291-revision-v1', '', '', '2014-08-07 14:53:02', '2014-08-07 19:53:02', '', 6291, 'https://www.aazk.org/6291-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6294, 3, '2014-08-07 15:17:51', '2014-08-07 20:17:51', '<h5>Facility</h5>\r\n<p>Monterey Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Education Program Coordinator / Small Mammal Keeper will be responsible for accomplishing animal care, exhibit maintenance, and coordination of the Educational Programs.  This position requires an individual with a high degree of professional experience who takes pride in work well done.  Must be a proven leader, team player, and team member.  The priorities for this position include attention to animal care and health, fostering a positive team environment, and accomplishing an excellent guest experience.\r\nEssential Job Functions\r\n•       All team members must understand the significance of their role and how they can positively impact visitors.  Pro-active, friendly communication will be expected at all times, as well as anticipating visitors’ needs and desires. \r\n•       Provides for the needs of a wide range of mammals, birds, reptiles, and invertebrates through regular feedings, administering treatments as directed, exhibit maintenance and environmental enrichment programs for the species.\r\n•       Input of data into the animal records databases; assures that appropriate records are kept on all husbandry including daily care and animal health.\r\n•       Coordinates the purchasing relating to purchases such as food for the animal collection; assures that animal food, maintenance equipment and supplies are ordered and stocked in appropriate amounts, given the needs of the facility and the availability of resources.\r\n•       Exceptional use of time management techniques.\r\n•       Keep all exhibit areas and off exhibit areas clean, neat and well organized.\r\n•       Help train new employees to assure compliance with established standards and protocols.\r\n•       Perform other related duties as assigned.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nTo perform this job successfully, an individual must be able to perform each duty satisfactorily. The requirements listed below are representative of the knowledge, skill, and/or ability required. \r\nExperience- One year of professional experience at a public zoo, wildlife park, animal facility or similar institution and a demonstrated knowledge of zoological operations. \r\nOther Requirements- Demonstrated ability to lead and work as a part of a team in a constantly changing environment as well as individually, with a minimum of supervision\r\nA valid driver’s License with a good driving record\r\nAbility to drive small-medium size trucks is required. \r\nAbility to work a flexible schedule which includes evenings and/or weekends and holidays.\r\nAbility to respond to emergencies on an on-call basis. \r\nLanguage Skills- Ability to read, analyze and interpret general business periodicals, \r\nprofessional journals, technical procedures or governmental regulations.  Ability to write \r\nreports and business correspondence.  Abilities to effectively present \r\ninformation and respond to questions from managers, clients, customers and the \r\ngeneral public. \r\nInterpersonal Skills – friendly, positive attitude toward others. Ability to display servant\r\nbased behaviors to include: being patient, kind, humble, respectful, selfless, forgiving, honest and committed.\r\nGuest/Customer Service Skills— must have knowledge of principles for providing quality customer service. This includes understanding guest needs, meeting quality standards for service and guest satisfaction.\r\nReasoning Ability- Ability to apply common sense understanding to carry out instructions \r\nfurnished in written, oral or diagram form. Ability to deal with problems involving several \r\nconcrete variables in standardized situations.\r\nPhysical Demands- Must be able to work outdoors in any weather, lift 50 pounds, walk briskly or run if needed.  Must be able to move heavier items with assistance and do repetitive physical work such as raking and shoveling.\r\nWork Environment- Mostly outdoors in all weather. Some areas such as the reptile area are hot and humid. Must be able to handle or be near any animal in the collection. Will be exposed to several outdoor allergens such as dust and hay.\r\nComputer Skills- Must have working knowledge of Microsoft based office programs (Excel, Word, Outlook) \r\nPublic Presentation- Must be able to present to small and large crowds and work well with large groups of children.\r\nPre Employment Testing- Successful candidates must pass pre-employment drug screening, background check and TB test.\r\n\r\n<h6>Compensation and benefits</h6>\r\nCompensation – $10-$13 per hour DOE	\r\nBenefits- One week paid vacation for every one year worked. Vacation times and dates must be approved by management.  Commission on some tour sales.  Annual Bonus. No medical or relocation benefits.\r\n\r\n<h6>Application instructions</h6>\r\nMonterey Zoological Society, Inc. is an Equal Opportunity Employer.\r\n\r\nTo Apply Please Click the Link Below:\r\nhttps://adobeformscentral.com/?f=15AtIdQ3Nfrd9BZ8eWrG2Q\r\n\r\n', 'Education Program Coordinator / Small Mammal Keeper', 0, '', 'publish', 'closed', 'closed', '', 'education-program-coordinator-small-mammal-keeper-2', '', '', '2014-08-07 15:17:51', '2014-08-07 20:17:51', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6294', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6295, 0, '2014-08-07 15:17:51', '2014-08-07 20:17:51', '', 'Education Program Coordinator / Small Mammal Keeper', 0, '', 'inherit', 'closed', 'closed', '', '6294-revision-v1', '', '', '2014-08-07 15:17:51', '2014-08-07 20:17:51', '', 6294, 'https://www.aazk.org/6294-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6296, 0, '2014-08-07 15:17:51', '2014-08-07 20:17:51', '<h5>Facility</h5>\r\n<p>Monterey Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Education Program Coordinator / Small Mammal Keeper will be responsible for accomplishing animal care, exhibit maintenance, and coordination of the Educational Programs.  This position requires an individual with a high degree of professional experience who takes pride in work well done.  Must be a proven leader, team player, and team member.  The priorities for this position include attention to animal care and health, fostering a positive team environment, and accomplishing an excellent guest experience.\r\nEssential Job Functions\r\n•       All team members must understand the significance of their role and how they can positively impact visitors.  Pro-active, friendly communication will be expected at all times, as well as anticipating visitors’ needs and desires. \r\n•       Provides for the needs of a wide range of mammals, birds, reptiles, and invertebrates through regular feedings, administering treatments as directed, exhibit maintenance and environmental enrichment programs for the species.\r\n•       Input of data into the animal records databases; assures that appropriate records are kept on all husbandry including daily care and animal health.\r\n•       Coordinates the purchasing relating to purchases such as food for the animal collection; assures that animal food, maintenance equipment and supplies are ordered and stocked in appropriate amounts, given the needs of the facility and the availability of resources.\r\n•       Exceptional use of time management techniques.\r\n•       Keep all exhibit areas and off exhibit areas clean, neat and well organized.\r\n•       Help train new employees to assure compliance with established standards and protocols.\r\n•       Perform other related duties as assigned.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nTo perform this job successfully, an individual must be able to perform each duty satisfactorily. The requirements listed below are representative of the knowledge, skill, and/or ability required. \r\nExperience- One year of professional experience at a public zoo, wildlife park, animal facility or similar institution and a demonstrated knowledge of zoological operations. \r\nOther Requirements- Demonstrated ability to lead and work as a part of a team in a constantly changing environment as well as individually, with a minimum of supervision\r\nA valid driver’s License with a good driving record\r\nAbility to drive small-medium size trucks is required. \r\nAbility to work a flexible schedule which includes evenings and/or weekends and holidays.\r\nAbility to respond to emergencies on an on-call basis. \r\nLanguage Skills- Ability to read, analyze and interpret general business periodicals, \r\nprofessional journals, technical procedures or governmental regulations.  Ability to write \r\nreports and business correspondence.  Abilities to effectively present \r\ninformation and respond to questions from managers, clients, customers and the \r\ngeneral public. \r\nInterpersonal Skills – friendly, positive attitude toward others. Ability to display servant\r\nbased behaviors to include: being patient, kind, humble, respectful, selfless, forgiving, honest and committed.\r\nGuest/Customer Service Skills— must have knowledge of principles for providing quality customer service. This includes understanding guest needs, meeting quality standards for service and guest satisfaction.\r\nReasoning Ability- Ability to apply common sense understanding to carry out instructions \r\nfurnished in written, oral or diagram form. Ability to deal with problems involving several \r\nconcrete variables in standardized situations.\r\nPhysical Demands- Must be able to work outdoors in any weather, lift 50 pounds, walk briskly or run if needed.  Must be able to move heavier items with assistance and do repetitive physical work such as raking and shoveling.\r\nWork Environment- Mostly outdoors in all weather. Some areas such as the reptile area are hot and humid. Must be able to handle or be near any animal in the collection. Will be exposed to several outdoor allergens such as dust and hay.\r\nComputer Skills- Must have working knowledge of Microsoft based office programs (Excel, Word, Outlook) \r\nPublic Presentation- Must be able to present to small and large crowds and work well with large groups of children.\r\nPre Employment Testing- Successful candidates must pass pre-employment drug screening, background check and TB test.\r\n\r\n<h6>Compensation and benefits</h6>\r\nCompensation – $10-$13 per hour DOE	\r\nBenefits- One week paid vacation for every one year worked. Vacation times and dates must be approved by management.  Commission on some tour sales.  Annual Bonus. No medical or relocation benefits.\r\n\r\n<h6>Application instructions</h6>\r\nMonterey Zoological Society, Inc. is an Equal Opportunity Employer.\r\n\r\nTo Apply Please Click the Link Below:\r\nhttps://adobeformscentral.com/?f=15AtIdQ3Nfrd9BZ8eWrG2Q\r\n\r\n', 'Education Program Coordinator / Small Mammal Keeper', 0, '', 'inherit', 'closed', 'closed', '', '6294-revision-v1', '', '', '2014-08-07 15:17:51', '2014-08-07 20:17:51', '', 6294, 'https://www.aazk.org/6294-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6297, 3, '2014-08-08 09:21:01', '2014-08-08 14:21:01', '<h5>Facility</h5>\r\n<p>The Hesperia Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nOur facility houses a variety of animals, big cats, small cats, primates, rodents, marsupials, birds, reptiles, dogs and cats. Besides the zoo and education we train animals for movies, commercial and print work and also do rescue work.  \r\n\r\nJob duties consist of but are not limited to;\r\n1. Daily inspections of animals and documentation.\r\n2. Preparation of food for animals. \r\n3. Cleaning of exhibits and food prep areas.\r\n4. Operant conditioning of the animals and behavioral enrichment.\r\n5. Educational Tours, Out Reach Programs and Public Presentations - Must be able to present to small and large crowds and work well with large groups of children. Assist in zoo camp and special events.\r\n6.Physical Demands- Work in all weather elements, lift 50 pounds and be able to move heavier items with assistance and do repetitive physical work such as raking and shoveling. Walk briskly or run if needed. \r\n7. Assist with veterinary care, administrating medications.\r\n8. Assist with building and erecting of new exhibits and reconstruction and repair of existing exhibits and buildings.\r\n9. Maintenance of grounds in and around exhibits.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nExperience- One year of professional experience at a public zoo, wildlife park, animal facility or similar institution and a demonstrated knowledge of zoological operations. Hard worker, reliable and trust worthy. Ability to work a flexible schedule which includes evenings and/or weekends and holidays.\r\n\r\nGuest/Customer Service Skills— must have knowledge of principles for providing quality customer service. This includes understanding guest needs, meeting quality standards for service and guest satisfaction.\r\n\r\nComputer Skills and working knowledge of Microsoft based office programs (Excel, Word, Outlook) is recommended.\r\n\r\nPre Employment Testing- Successful candidates may be asked to pass pre-employment drug screening, background check and TB test.\r\n\r\nZoo keeper attire is required. Khaki/earth tone colors. No logos, short shorts or tank tops.\r\n<h6>Compensation and benefits</h6>\r\nCOMPENSATION AND BENEFITS\r\nCompensation – $10-$13 per hour DOE\r\nVacation times and dates must be requested and approved by management. No medical or relocation benefits.\r\n<h6>Application instructions</h6>\r\n DO NOT SEND RESUME IF YOU HAVE NO ANIMAL EXPERIENCE. NO PHONE CALLS PLEASE.\r\nEmail Resume to hesperiazoo@yahoo.com\r\n', 'Animal Keeper &amp; Tour Guide', 0, '', 'publish', 'closed', 'closed', '', 'animal-keeper-tour-guide', '', '', '2014-08-08 09:21:02', '2014-08-08 14:21:02', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6297', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6298, 0, '2014-08-08 09:21:01', '2014-08-08 14:21:01', '', 'Animal Keeper &amp; Tour Guide', 0, '', 'inherit', 'closed', 'closed', '', '6297-revision-v1', '', '', '2014-08-08 09:21:01', '2014-08-08 14:21:01', '', 6297, 'https://www.aazk.org/6297-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6299, 0, '2014-08-08 09:21:02', '2014-08-08 14:21:02', '<h5>Facility</h5>\r\n<p>The Hesperia Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nOur facility houses a variety of animals, big cats, small cats, primates, rodents, marsupials, birds, reptiles, dogs and cats. Besides the zoo and education we train animals for movies, commercial and print work and also do rescue work.  \r\n\r\nJob duties consist of but are not limited to;\r\n1. Daily inspections of animals and documentation.\r\n2. Preparation of food for animals. \r\n3. Cleaning of exhibits and food prep areas.\r\n4. Operant conditioning of the animals and behavioral enrichment.\r\n5. Educational Tours, Out Reach Programs and Public Presentations - Must be able to present to small and large crowds and work well with large groups of children. Assist in zoo camp and special events.\r\n6.Physical Demands- Work in all weather elements, lift 50 pounds and be able to move heavier items with assistance and do repetitive physical work such as raking and shoveling. Walk briskly or run if needed. \r\n7. Assist with veterinary care, administrating medications.\r\n8. Assist with building and erecting of new exhibits and reconstruction and repair of existing exhibits and buildings.\r\n9. Maintenance of grounds in and around exhibits.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nExperience- One year of professional experience at a public zoo, wildlife park, animal facility or similar institution and a demonstrated knowledge of zoological operations. Hard worker, reliable and trust worthy. Ability to work a flexible schedule which includes evenings and/or weekends and holidays.\r\n\r\nGuest/Customer Service Skills— must have knowledge of principles for providing quality customer service. This includes understanding guest needs, meeting quality standards for service and guest satisfaction.\r\n\r\nComputer Skills and working knowledge of Microsoft based office programs (Excel, Word, Outlook) is recommended.\r\n\r\nPre Employment Testing- Successful candidates may be asked to pass pre-employment drug screening, background check and TB test.\r\n\r\nZoo keeper attire is required. Khaki/earth tone colors. No logos, short shorts or tank tops.\r\n<h6>Compensation and benefits</h6>\r\nCOMPENSATION AND BENEFITS\r\nCompensation – $10-$13 per hour DOE\r\nVacation times and dates must be requested and approved by management. No medical or relocation benefits.\r\n<h6>Application instructions</h6>\r\n DO NOT SEND RESUME IF YOU HAVE NO ANIMAL EXPERIENCE. NO PHONE CALLS PLEASE.\r\nEmail Resume to hesperiazoo@yahoo.com\r\n', 'Animal Keeper &amp; Tour Guide', 0, '', 'inherit', 'closed', 'closed', '', '6297-revision-v1', '', '', '2014-08-08 09:21:02', '2014-08-08 14:21:02', '', 6297, 'https://www.aazk.org/6297-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6300, 3, '2014-08-08 15:03:07', '2014-08-08 20:03:07', '<h5>Facility</h5>\r\n<p>Tanganyika Wildlife Park</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nTanganyika is looking for additional keepers for a rapidly growing primate collection.  Applicants applying for these open positions must be flexible, reliable, proficient, and self motivated.  We are looking for applicants who have experience in animal training and enjoy working in a fast pace environment.\r\n<h6>Education and Pre-requisites</h6>\r\nA Bachelors Degree in a Biology related Science and/or equal experience is preferred. \r\n<h6>Compensation and benefits</h6>\r\nStarting wage is $9.00 per hour.\r\n<h6>Application instructions</h6>\r\nPlease email resumes and cover letters to Stephanie Jeter : sjeter@twpark.com\r\nAlso, please note that all applicants that proceed to the second level of interviews will be asked to visit Tanganyika for a 2 day working interview.\r\n', 'Primate Lead Keeper and Primate Relief Keeper', 0, '', 'publish', 'closed', 'closed', '', 'primate-lead-keeper-and-primate-relief-keeper', '', '', '2014-08-08 15:03:07', '2014-08-08 20:03:07', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6300', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6301, 0, '2014-08-08 15:03:07', '2014-08-08 20:03:07', '', 'Primate Lead Keeper and Primate Relief Keeper', 0, '', 'inherit', 'closed', 'closed', '', '6300-revision-v1', '', '', '2014-08-08 15:03:07', '2014-08-08 20:03:07', '', 6300, 'https://www.aazk.org/6300-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6302, 0, '2014-08-08 15:03:07', '2014-08-08 20:03:07', '<h5>Facility</h5>\r\n<p>Tanganyika Wildlife Park</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nTanganyika is looking for additional keepers for a rapidly growing primate collection.  Applicants applying for these open positions must be flexible, reliable, proficient, and self motivated.  We are looking for applicants who have experience in animal training and enjoy working in a fast pace environment.\r\n<h6>Education and Pre-requisites</h6>\r\nA Bachelors Degree in a Biology related Science and/or equal experience is preferred. \r\n<h6>Compensation and benefits</h6>\r\nStarting wage is $9.00 per hour.\r\n<h6>Application instructions</h6>\r\nPlease email resumes and cover letters to Stephanie Jeter : sjeter@twpark.com\r\nAlso, please note that all applicants that proceed to the second level of interviews will be asked to visit Tanganyika for a 2 day working interview.\r\n', 'Primate Lead Keeper and Primate Relief Keeper', 0, '', 'inherit', 'closed', 'closed', '', '6300-revision-v1', '', '', '2014-08-08 15:03:07', '2014-08-08 20:03:07', '', 6300, 'https://www.aazk.org/6300-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6303, 2, '2014-08-12 10:52:40', '2014-08-12 15:52:40', '<strong style="line-height: 1.5em;">August 4-7, 2014 </strong><span style="line-height: 1.5em;">- 12th Annual Symposium on the Conservation and Biology of Tortoises and Freshwater Turtles.  Orlando, FL.  For more information go to: <a href="http://www.turtlesurvival.org">www.turtlesurvival.org</a></span>\r\n\r\n<strong>September 8-12, 2014</strong> - AAZK Conference, Orlando FL. Hosted by Disney\'s Animal Kingdom. For information on upcoming AAZK conferences, watch the AAZK website at <a href="http://www.aecetia.net/gws/aazk">www.aecetia.net/gws/aazk</a>.\r\n\r\n<strong>September 10-15, 2014 </strong>- International Wild Waterfowl Association Conference, Salt Lake City, UT m For more information visit: <a href="http://www.wildwaterfowl.org">www.wildwaterfowl.org</a>\r\n\r\n<strong>September 12-18, 2014</strong> - AZA National Conference, Orlando, FL.  Hosted by Disney’s Animal Kingdom, The Seas, and SeaWorld Orlando. For more information visit <a href="http://www.aza.org">www.aza.org</a>\r\n\r\n<strong>September 21, 2014</strong> - Bird Conservation Alliance Meeting St. Louis, MO Hosted by: American Bird Conservancy For more information go to: <a href="/do/redirect?url=http%253A%252F%252Fwww.afwaannualmeeting.org%252Fschedule.html" target="_blank">http://www.afwaannualmeeting.org/schedule.html</a>\r\n\r\n<strong>October 1-5, 2014 - </strong>The Detroit Zoological Society’s Center for Zoo Animal Welfare is offering a unique five-day workshop October 1-5, 2014 for animal care staff working with captive exotic animals. The workshop is designed to help participants better understand animals’ perspectives and experiences, address the challenges captivity imposes on animal welfare, and develop the skills necessary to assess and improve overall well-being.\r\n\r\nWorkshop format includes lectures, discussions, small group projects, demonstrations, and multiple hands-on opportunities with animal environments at the Detroit Zoo.  Exercises are immersive and designed to help us understand captivity from the animal’s point of view. Get ready to experience the zoo the way the animals do!Early registration ends August 15! For additional information, including downloading the registration form and hotel information, please visit <a href="/do/redirect?url=http%253A%252F%252Fwww.czaw.org">www.czaw.org</a>.\r\n\r\n<strong>October 6-8, 2014 </strong>- 3rd International Flamingo Symposium Hosted by SeaWorld San Diego, San Diego. CA.  For more information contact: laurie.conrad@SeaWorld.com\r\n\r\n<strong>October 6-9, 2014 - </strong>Hosted by the Houston Zoo\r\n\r\n<strong>Orangutan SSP Husbandry Workshop &amp; Conservation Summit</strong>\r\n\r\nThe SSP Husbandry Workshop will be held in conjunction with an Orangutan Conservation Summit at the Houston Zoo. The meeting will feature a full day husbandry workshop on Monday, October 6, 2014, covering topics pertaining to captive populations including enrichment, training, and veterinary care, through presentations, posters and panel discussions. The Conservation Summit will begin on October 7, 2014 and focus on exploring the emergent issues facing wild orangutans, as well as helping more zoos holding orangutans commit to participating in the vital role of saving them. Houston is lining up key personnel involved in orangutan conservation across Borneo and Sumatra for this very special event.\r\n\r\nFor more info: <a href="http://www.houstonzoo.org/orangutan-husbandry-workshop-and-conservation-summit/" target="_blank">http://www.houstonzoo.org/<wbr />orangutan-husbandry-workshop-<wbr />and-conservation-summit/</a> or contact <a href="mailto:conservation@houstonzoo.org" target="_blank">conservation@houstonzoo.org</a>\r\n\r\n<strong>October 7-11, 2014 </strong>- National Conference of the Association of the Zoo and Aquarium Docents and Volunteers (AZADV).  Hosted by the Zoological Society of Milwaukee County Zoo and Zoo Pride, Milwaukee, WI.  For more information visit: http://<a href="http://www.zoosociety.org/azadv2014">www.zoosociety.org/azadv2014</a>\r\n\r\n<strong>October 8-11, 2014 </strong>- Advancing Bear Care 2014,  Barasov, Romania.  For more information visit: <a href="http://www.bearcaregroup.org">www.bearcaregroup.org</a>\r\n\r\n<b>November 10-13, 2014</b> - Zoological Association of America (ZAA) National Conference, Gulf Breeze, FL  - Hosted by the Gulf Breeze Zoo.  For more information visit: <a href="http://www.zaa.org">www.zaa.org</a><b>\r\n</b>\r\n\r\n<strong>December 8-12, 2014</strong> - Training and Enrichment Workshop for Zoo and Aquarium Animals Galveston, TX Hosted by Moody Gardens Presented by Active Environments and Shape of Enrichment For more information contact: <a href="/do/mail/message/mailto?to=dolsen%40moodygardens.com">dolsen@moodygardens.com</a>\r\n\r\n<strong>February 16-20, 2015</strong>\r\n\r\nMARINE MAMMAL BEHAVIOR AND CONSERVATION - Location: Los Cabos, Baja California, Mexico\r\n\r\nA unique educational opportunity for those interested in learning more about whales, dolphins and sea lions. This is a cutting-edge workshop designed to teach from firsthand, personal experience how to create human-nature connections. You will also learn how animals under human care serve as ambassadors for their species and how sustainable, eco-tourism helps to promote environmental awareness.\r\n\r\nRegistration is Open.\r\n\r\nFor more information please go to <a href="/do/redirect?url=http%253A%252F%252Fwww.abcanimaltraining.com%252Flos_cabos">www.abcanimaltraining.com/los_cabos</a>\r\n\r\nAnd contact Shelley Wood at <a href="/do/mail/message/mailto?to=swood%40abcanimaltraining.com">swood@abcanimaltraining.com</a>', 'Coming Events', 0, '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2014-08-12 10:52:40', '2014-08-12 15:52:40', '', 435, 'https://www.aazk.org/435-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6304, 3, '2014-08-12 12:07:32', '2014-08-12 17:07:32', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is seeking an Outreach Specialist to serve as a traveling ambassador and educator for the Phoenix Zoo. This person will present educational programs about the natural world, off-grounds, in a variety of settings, such as schools, libraries, businesses, senior communities/care centers, corporate and special events, and in-home birthday parties. The Outreach Specialist assists the Outreach Supervisor and the Manager of Educational Programs in the development of interactive and entertaining educational programs. This position also requires a great deal of animal husbandry; animal handling, transportation, and presentation must all be completed according to established animal handling protocols, and at times  traveling and staying overnight away from the zoo will require 24 hour awareness of animal comfort and condition.\r\n\r\nInspiring and motivating people to care for the natural world is part of the Phoenix Zoo’s mission statement. Our ZooToYou, Zoomobile, and Distance Learning Outreach programs fulfill this mission by delivering educational and exciting programs throughout Arizona. Phoenix Zoo Outreach Specialists strive to engage audiences about the wonders of our earth and the animals with whom we share it. \r\n<h6>Education and Pre-requisites</h6>\r\nMinimum qualifications for this positon include a Bachelor’s degree in science or education along with a strong interest in the natural world, ability to handle and work with a variety of animals, availability to work weekdays, weekends, evenings, holidays, and occasional travel overnights, out-of-town within Arizona, excellent time management, organization and communication skills. The ideal candidate will also have teaching experience and animal husbandry knowledge. All Phoenix Zoo employees are required to pass pre-employment checks including a drug test, this position will also require a valid driver’s license, annual TB testing, and ability to obtain a Fingerprint Clearance Card.\r\n<h6>Compensation and benefits</h6>\r\nThis full time position has a starting hourly wage of $10.59 and includes our full benefits package with health, dental and vision insurance, 401(k) with company match, and generous paid time off. \r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n  \r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=708&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Outreach Specialist', 0, '', 'publish', 'closed', 'closed', '', 'outreach-specialist', '', '', '2014-08-12 12:07:32', '2014-08-12 17:07:32', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6304', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6305, 0, '2014-08-12 12:07:32', '2014-08-12 17:07:32', '', 'Outreach Specialist', 0, '', 'inherit', 'closed', 'closed', '', '6304-revision-v1', '', '', '2014-08-12 12:07:32', '2014-08-12 17:07:32', '', 6304, 'https://www.aazk.org/6304-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6306, 0, '2014-08-12 12:07:32', '2014-08-12 17:07:32', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is seeking an Outreach Specialist to serve as a traveling ambassador and educator for the Phoenix Zoo. This person will present educational programs about the natural world, off-grounds, in a variety of settings, such as schools, libraries, businesses, senior communities/care centers, corporate and special events, and in-home birthday parties. The Outreach Specialist assists the Outreach Supervisor and the Manager of Educational Programs in the development of interactive and entertaining educational programs. This position also requires a great deal of animal husbandry; animal handling, transportation, and presentation must all be completed according to established animal handling protocols, and at times  traveling and staying overnight away from the zoo will require 24 hour awareness of animal comfort and condition.\r\n\r\nInspiring and motivating people to care for the natural world is part of the Phoenix Zoo’s mission statement. Our ZooToYou, Zoomobile, and Distance Learning Outreach programs fulfill this mission by delivering educational and exciting programs throughout Arizona. Phoenix Zoo Outreach Specialists strive to engage audiences about the wonders of our earth and the animals with whom we share it. \r\n<h6>Education and Pre-requisites</h6>\r\nMinimum qualifications for this positon include a Bachelor’s degree in science or education along with a strong interest in the natural world, ability to handle and work with a variety of animals, availability to work weekdays, weekends, evenings, holidays, and occasional travel overnights, out-of-town within Arizona, excellent time management, organization and communication skills. The ideal candidate will also have teaching experience and animal husbandry knowledge. All Phoenix Zoo employees are required to pass pre-employment checks including a drug test, this position will also require a valid driver’s license, annual TB testing, and ability to obtain a Fingerprint Clearance Card.\r\n<h6>Compensation and benefits</h6>\r\nThis full time position has a starting hourly wage of $10.59 and includes our full benefits package with health, dental and vision insurance, 401(k) with company match, and generous paid time off. \r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n  \r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=708&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Outreach Specialist', 0, '', 'inherit', 'closed', 'closed', '', '6304-revision-v1', '', '', '2014-08-12 12:07:32', '2014-08-12 17:07:32', '', 6304, 'https://www.aazk.org/6304-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6307, 3, '2014-08-12 15:12:48', '2014-08-12 20:12:48', '<h5>Facility</h5>\r\n<p>LEO Zoological Conservation Center </p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nStart Date: September, 2014\r\n\r\nLEO Zoological Conservation Center, is an accredited nonprofit, off-site breeding facility for rare, threatened, and endangered species located in Greenwich, Connecticut - just than an hour away from New York City. Closed to the public, we allow a limited number of visits seasonally, split between Special Cause Groups and donors.\r\n\r\nWe are seeking a candidate to aide our Carnivore Keeper. Working primarily with Cheetah (also King Cheetah), Fishing cats, Binturong, Bat-eared Fox, and Striped hyena, aides will prepare food, enrichment, help clean enclosures, and gain extensive knowledge in carnivore behavior and husbandry. LEOZCC engages in noninvasive scientific based scientific research with our carnivores.\r\n\r\nThe selected candidate will be expected to adhere to carnivore safety policies at all times.Keeper aide positions are physically demanding. Aides may be working in small spaces or in awkward positions that require bending or stretching and standing for long periods of time. Aides must be able to safely lift 50 lbs. Keepers work in extreme weather conditions, so aides must be able to tolerate heat, cold, snow, wind and rain. They must also be able to tolerate strong odors and possible allergens such as hay, dust and animal hair/fur/dander.No stipend or housing is available for the aide from the center.  Aides must be flexible with their schedule, and will be expected to work 5 weekdays (potentially falling on weekend days and/or holidays) with two consecutive days off. \r\n\r\n<h6>Education and Pre-requisites</h6>\r\nRequirements: \r\n- Applicants must be 18 years of age or older\r\n- Applicants MUST have experience working with animals    (preferably a past zoological volunteer or internship experience) \r\n- Able to comfortably lift 50 pounds\r\n- Aides must present themselves in a professional manner\r\n\r\n<h6>Compensation and benefits</h6>\r\nAide will leave facility with a wealth of experience and understanding in carnivore husbandry, operant training, and behavior. Aide will also receive a letter of recommendation from LEO Zoological Conservation Center.\r\n\r\n<h6>Application instructions</h6>\r\nInterested candidates must send cover letter and resume to info@leozoo.org. Faxed, mailed, and delivered resumes will not be considered. PLEASE, NO PHONE CALLS. Interested applicants must be available any of the seven days of the week.\r\n\r\nLEOZCC is an EOE/ Drug Free/Smoke Free Work Environment.\r\n\r\n', 'Carnivore Keeper Aide ', 0, '', 'publish', 'closed', 'closed', '', 'carnivore-keeper-aide', '', '', '2014-08-12 15:12:48', '2014-08-12 20:12:48', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6307', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6308, 0, '2014-08-12 15:12:48', '2014-08-12 20:12:48', '', 'Carnivore Keeper Aide ', 0, '', 'inherit', 'closed', 'closed', '', '6307-revision-v1', '', '', '2014-08-12 15:12:48', '2014-08-12 20:12:48', '', 6307, 'https://www.aazk.org/6307-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6309, 0, '2014-08-12 15:12:48', '2014-08-12 20:12:48', '<h5>Facility</h5>\r\n<p>LEO Zoological Conservation Center </p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nStart Date: September, 2014\r\n\r\nLEO Zoological Conservation Center, is an accredited nonprofit, off-site breeding facility for rare, threatened, and endangered species located in Greenwich, Connecticut - just than an hour away from New York City. Closed to the public, we allow a limited number of visits seasonally, split between Special Cause Groups and donors.\r\n\r\nWe are seeking a candidate to aide our Carnivore Keeper. Working primarily with Cheetah (also King Cheetah), Fishing cats, Binturong, Bat-eared Fox, and Striped hyena, aides will prepare food, enrichment, help clean enclosures, and gain extensive knowledge in carnivore behavior and husbandry. LEOZCC engages in noninvasive scientific based scientific research with our carnivores.\r\n\r\nThe selected candidate will be expected to adhere to carnivore safety policies at all times.Keeper aide positions are physically demanding. Aides may be working in small spaces or in awkward positions that require bending or stretching and standing for long periods of time. Aides must be able to safely lift 50 lbs. Keepers work in extreme weather conditions, so aides must be able to tolerate heat, cold, snow, wind and rain. They must also be able to tolerate strong odors and possible allergens such as hay, dust and animal hair/fur/dander.No stipend or housing is available for the aide from the center.  Aides must be flexible with their schedule, and will be expected to work 5 weekdays (potentially falling on weekend days and/or holidays) with two consecutive days off. \r\n\r\n<h6>Education and Pre-requisites</h6>\r\nRequirements: \r\n- Applicants must be 18 years of age or older\r\n- Applicants MUST have experience working with animals    (preferably a past zoological volunteer or internship experience) \r\n- Able to comfortably lift 50 pounds\r\n- Aides must present themselves in a professional manner\r\n\r\n<h6>Compensation and benefits</h6>\r\nAide will leave facility with a wealth of experience and understanding in carnivore husbandry, operant training, and behavior. Aide will also receive a letter of recommendation from LEO Zoological Conservation Center.\r\n\r\n<h6>Application instructions</h6>\r\nInterested candidates must send cover letter and resume to info@leozoo.org. Faxed, mailed, and delivered resumes will not be considered. PLEASE, NO PHONE CALLS. Interested applicants must be available any of the seven days of the week.\r\n\r\nLEOZCC is an EOE/ Drug Free/Smoke Free Work Environment.\r\n\r\n', 'Carnivore Keeper Aide ', 0, '', 'inherit', 'closed', 'closed', '', '6307-revision-v1', '', '', '2014-08-12 15:12:48', '2014-08-12 20:12:48', '', 6307, 'https://www.aazk.org/6307-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6310, 3, '2014-08-12 15:28:29', '2014-08-12 20:28:29', '<h5>Facility</h5>\r\n<p>LEO Zoological Conservation Center </p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nStart Date: September, 2014\r\n \r\nLEO Zoological Conservation Center, is an accredited nonprofit, off-site breeding facility for rare, threatened, and endangered species located in Greenwich, Connecticut - just than an hour away from New York City. Closed to the public, we allow a limited number of visits seasonally, split between Special Cause Groups and donors.\r\n\r\nWe are seeking a candidate to aide our Great Apes Keeper. Working primarily with Orangutans, Gibbons, and Colobus monkeys, aides will prepare food, enrichment, help clean enclosures, and gain extensive knowledge in primate behavior and husbandry. LEOZCC engages in noninvasive scientific based scientific research with our orangutans.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nRequirements: \r\n- Applicants must be 18 years of age or older\r\n- Applicants MUST have experience working with a primates (preferably a past zoological volunteer or internship experience)        \r\n- Able to comfortably lift 50 pounds\r\n- Aides must present themselves in a professional manner\r\n\r\nThe selected candidate will be expected to adhere to primate safety policies at all times.Keeper aide positions are physically demanding. Aides may be working in small spaces or in awkward positions that require bending or stretching and standing for long periods of time. Aides must be able to safely lift 50 lbs. Keepers work in extreme weather conditions, so aides must be able to tolerate heat, cold, snow, wind and rain. They must also be able to tolerate strong odors and possible allergens such as hay, dust and animal hair/fur/dander.No stipend or housing is available for the aide from the center.  Aides must be flexible with their schedule, and will be expected to work 5 weekdays (potentially falling on weekend days and/or holidays) with two consecutive days off. \r\n\r\n<h6>Compensation and benefits</h6>\r\nAide will leave facility with a wealth of experience and understanding in orangutan and primate husbandry, operant training, and behavior. Aide will also receive a letter of recommendation from LEO Zoological Conservation Center.\r\n<h6>Application instructions</h6>\r\nInterested candidates must send cover letter and resume to info@leozoo.org. Faxed, mailed, and delivered resumes will not be considered. PLEASE, NO PHONE CALLS. Interested applicants must be available any of the seven days of the week.\r\n\r\nLEOZCC is an EOE/ Drug Free/Smoke Free Work Environment.\r\n', 'Great Apes Keeper Aide', 0, '', 'publish', 'closed', 'closed', '', 'great-apes-keeper-aide', '', '', '2014-08-12 15:28:30', '2014-08-12 20:28:30', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6310', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6311, 0, '2014-08-12 15:28:29', '2014-08-12 20:28:29', '', 'Great Apes Keeper Aide', 0, '', 'inherit', 'closed', 'closed', '', '6310-revision-v1', '', '', '2014-08-12 15:28:29', '2014-08-12 20:28:29', '', 6310, 'https://www.aazk.org/6310-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6312, 0, '2014-08-12 15:28:30', '2014-08-12 20:28:30', '<h5>Facility</h5>\r\n<p>LEO Zoological Conservation Center </p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nStart Date: September, 2014\r\n \r\nLEO Zoological Conservation Center, is an accredited nonprofit, off-site breeding facility for rare, threatened, and endangered species located in Greenwich, Connecticut - just than an hour away from New York City. Closed to the public, we allow a limited number of visits seasonally, split between Special Cause Groups and donors.\r\n\r\nWe are seeking a candidate to aide our Great Apes Keeper. Working primarily with Orangutans, Gibbons, and Colobus monkeys, aides will prepare food, enrichment, help clean enclosures, and gain extensive knowledge in primate behavior and husbandry. LEOZCC engages in noninvasive scientific based scientific research with our orangutans.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nRequirements: \r\n- Applicants must be 18 years of age or older\r\n- Applicants MUST have experience working with a primates (preferably a past zoological volunteer or internship experience)        \r\n- Able to comfortably lift 50 pounds\r\n- Aides must present themselves in a professional manner\r\n\r\nThe selected candidate will be expected to adhere to primate safety policies at all times.Keeper aide positions are physically demanding. Aides may be working in small spaces or in awkward positions that require bending or stretching and standing for long periods of time. Aides must be able to safely lift 50 lbs. Keepers work in extreme weather conditions, so aides must be able to tolerate heat, cold, snow, wind and rain. They must also be able to tolerate strong odors and possible allergens such as hay, dust and animal hair/fur/dander.No stipend or housing is available for the aide from the center.  Aides must be flexible with their schedule, and will be expected to work 5 weekdays (potentially falling on weekend days and/or holidays) with two consecutive days off. \r\n\r\n<h6>Compensation and benefits</h6>\r\nAide will leave facility with a wealth of experience and understanding in orangutan and primate husbandry, operant training, and behavior. Aide will also receive a letter of recommendation from LEO Zoological Conservation Center.\r\n<h6>Application instructions</h6>\r\nInterested candidates must send cover letter and resume to info@leozoo.org. Faxed, mailed, and delivered resumes will not be considered. PLEASE, NO PHONE CALLS. Interested applicants must be available any of the seven days of the week.\r\n\r\nLEOZCC is an EOE/ Drug Free/Smoke Free Work Environment.\r\n', 'Great Apes Keeper Aide', 0, '', 'inherit', 'closed', 'closed', '', '6310-revision-v1', '', '', '2014-08-12 15:28:30', '2014-08-12 20:28:30', '', 6310, 'https://www.aazk.org/6310-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6313, 25759, '2014-08-13 17:28:58', '0000-00-00 00:00:00', '', 'Auto Draft', 0, '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2014-08-13 17:28:58', '0000-00-00 00:00:00', '', 0, 'https://www.aazk.org/?p=6313', 0, 'post', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6314, 3, '2014-08-14 09:51:58', '2014-08-14 14:51:58', '<h5>Facility</h5>\r\n<p>Animal Gardens Petting Zoo/The Dancing Horses Theatre</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nBeautiful Facility in Resort Area - Lake Geneva, Wisconsin\r\nExperienced Jack of All Trades individual, knowledge of all phases of property management, carpentry, mechanical, lawn care, etc. Ability to oversee staff and projects, A multi-tasker. Animal knowledge a plus.\r\nThe Dancing Horses Theatre (open all year round) and Animal Gardens Petting Zoo (opening May-October).\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\nSalary, plus on-site housing is provided.\r\n\r\n<h6>Application instructions</h6>\r\nPlease send resume to: info@animalgardens.com\r\n262-728-8200\r\n', 'Maintenance Director/Animal Park', 0, '', 'publish', 'closed', 'closed', '', 'maintenance-directoranimal-park', '', '', '2014-08-14 09:51:58', '2014-08-14 14:51:58', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6314', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6315, 0, '2014-08-14 09:51:58', '2014-08-14 14:51:58', '', 'Maintenance Director/Animal Park', 0, '', 'inherit', 'closed', 'closed', '', '6314-revision-v1', '', '', '2014-08-14 09:51:58', '2014-08-14 14:51:58', '', 6314, 'https://www.aazk.org/6314-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6316, 0, '2014-08-14 09:51:58', '2014-08-14 14:51:58', '<h5>Facility</h5>\r\n<p>Animal Gardens Petting Zoo/The Dancing Horses Theatre</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nBeautiful Facility in Resort Area - Lake Geneva, Wisconsin\r\nExperienced Jack of All Trades individual, knowledge of all phases of property management, carpentry, mechanical, lawn care, etc. Ability to oversee staff and projects, A multi-tasker. Animal knowledge a plus.\r\nThe Dancing Horses Theatre (open all year round) and Animal Gardens Petting Zoo (opening May-October).\r\n<h6>Education and Pre-requisites</h6>\r\n<em>Not specified.</em>\r\n<h6>Compensation and benefits</h6>\r\nSalary, plus on-site housing is provided.\r\n\r\n<h6>Application instructions</h6>\r\nPlease send resume to: info@animalgardens.com\r\n262-728-8200\r\n', 'Maintenance Director/Animal Park', 0, '', 'inherit', 'closed', 'closed', '', '6314-revision-v1', '', '', '2014-08-14 09:51:58', '2014-08-14 14:51:58', '', 6314, 'https://www.aazk.org/6314-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6317, 3, '2014-08-14 23:13:30', '2014-08-15 04:13:30', '<h5>Facility</h5>\r\n<p>WildCat Haven, Inc</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nWildCat Haven has openings for the Fall and Winter Internship Programs, starting in September. We accept up to four full-time interns for each 12 week period. \r\n\r\nWildCat Haven is located in Sherwood, Oregon and home to over 60 rescued captive-born wildcat residents. We are looking for interns who are passionate about animal welfare and making a difference. If you are dedicated, safety conscience, physically fit, can be a team player but still work independently, this may be the program for you. This is a VERY physical position and involves all the hard &amp; dirty work that goes with caring for animals. Our program is specific to the sanctuary field, including exotic feline husbandry, observation of the animals, safety protocol, building enclosures and more. Internships are non-paid positions and run for a minimum 12 weeks. Interns work five days a week with a minimum of 40 hours. This may include a week-end day. There is no on-site housing available, and interns must provide their own transportation.\r\n<h6>Education and Pre-requisites</h6>\r\n•Must be 21 years of age, be in good physical condition  \r\n•Must be able to consistently lift 30 pounds  \r\n•Must be able to work in all weather conditions\r\n• Must be fluent in English (both written and verbal)\r\n• Must provide your own health insurance \r\n•Must have valid driver’s license and own vehicle.\r\n\r\nCandidates should have a least two years of undergraduate program studies in zoology, biology, or other animal related fields.  \r\n\r\n\r\n<h6>Compensation and benefits</h6>\r\nInterns are unpaid and there is no on-site housing, so must be local to Portland, Oregon\r\n\r\n<h6>Application instructions</h6>\r\nDownload and fill out application here: http://www.wildcathaven.org/how-to-help/intern-opportunities\r\nSend with send with resume, cover letter, transcripts, and a copy of Driver’s License along with two reference contacts to:\r\nWildCat Haven Intern Program PO. Box 1071 Sherwood, Oregon 97140\r\n\r\n', 'Animal Care Intern Opportunities in Oregon', 0, '', 'publish', 'closed', 'closed', '', 'animal-care-intern-opportunities-in-oregon-2', '', '', '2014-08-14 23:13:30', '2014-08-15 04:13:30', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6317', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6318, 469, '2014-08-14 23:13:30', '2014-08-15 04:13:30', '', 'Animal Care Intern Opportunities in Oregon', 0, '', 'inherit', 'closed', 'closed', '', '6317-revision-v1', '', '', '2014-08-14 23:13:30', '2014-08-15 04:13:30', '', 6317, 'https://www.aazk.org/6317-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6319, 469, '2014-08-14 23:13:30', '2014-08-15 04:13:30', '<h5>Facility</h5>\r\n<p>WildCat Haven, Inc</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nWildCat Haven has openings for the Fall and Winter Internship Programs, starting in September. We accept up to four full-time interns for each 12 week period. \r\n\r\nWildCat Haven is located in Sherwood, Oregon and home to over 60 rescued captive-born wildcat residents. We are looking for interns who are passionate about animal welfare and making a difference. If you are dedicated, safety conscience, physically fit, can be a team player but still work independently, this may be the program for you. This is a VERY physical position and involves all the hard &amp; dirty work that goes with caring for animals. Our program is specific to the sanctuary field, including exotic feline husbandry, observation of the animals, safety protocol, building enclosures and more. Internships are non-paid positions and run for a minimum 12 weeks. Interns work five days a week with a minimum of 40 hours. This may include a week-end day. There is no on-site housing available, and interns must provide their own transportation.\r\n<h6>Education and Pre-requisites</h6>\r\n•Must be 21 years of age, be in good physical condition  \r\n•Must be able to consistently lift 30 pounds  \r\n•Must be able to work in all weather conditions\r\n• Must be fluent in English (both written and verbal)\r\n• Must provide your own health insurance \r\n•Must have valid driver’s license and own vehicle.\r\n\r\nCandidates should have a least two years of undergraduate program studies in zoology, biology, or other animal related fields.  \r\n\r\n\r\n<h6>Compensation and benefits</h6>\r\nInterns are unpaid and there is no on-site housing, so must be local to Portland, Oregon\r\n\r\n<h6>Application instructions</h6>\r\nDownload and fill out application here: http://www.wildcathaven.org/how-to-help/intern-opportunities\r\nSend with send with resume, cover letter, transcripts, and a copy of Driver’s License along with two reference contacts to:\r\nWildCat Haven Intern Program PO. Box 1071 Sherwood, Oregon 97140\r\n\r\n', 'Animal Care Intern Opportunities in Oregon', 0, '', 'inherit', 'closed', 'closed', '', '6317-revision-v1', '', '', '2014-08-14 23:13:30', '2014-08-15 04:13:30', '', 6317, 'https://www.aazk.org/6317-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6328, 3, '2014-08-18 15:06:01', '2014-08-18 20:06:01', '<h5>Facility</h5>\r\n<p>San Francisco Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThis is a Regular, Full Time position.  The ideal candidate will be available to work weekdays, weekends and holidays.\r\n\r\nSubject to collective bargaining agreement \r\n\r\nSUMMARY: Under general supervision, has responsibility for the care, welfare and safety of animal exhibits including rare or valuable specimens; maintains the physical quarters, surroundings and/or environment of such animals; answers questions and gives information to the visiting public; and performs related duties as required. Requires responsibility for: carrying out existing methods and procedures relating to care, maintenance, safety of valuable and/or rare species and making numerous contacts with the public and other employees. \r\n\r\nESSENTIAL DUTIES &amp; RESPONSIBILITIES include the following. Other duties may be assigned.\r\n\r\nCleans and maintains enclosures, cages, stalls, moats, barns, pools, yards, roads and related areas; removes animal excrement and food remnants; rakes sand and leaves; sweeps and hoses down area as necessary.\r\nPrepares food for animals; regulates and distributes food once prepared; loads and unloads foodstuffs; maintains feed and storage areas.\r\nObserves behavior of animals on both a day-to-day and long-term basis; notes any unusual behavior, signs of illness or injury, change in appetite, start of breeding cycle, or lack of compatibility with group members and reports same to Veterinarian or supervisory personnel; assists in administering medication or other treatments for illness or injury as directed.\r\nAnswers questions or gives information regarding animals, zoo operations, and zoo exhibits to the visiting public; maintains crowd control when animals are loose or being moved; observes the public to prevent malicious acts which could result in harm to the public, or zoo animals or loss of zoo property.\r\nAssists in the crating and uncrating of animals; catches and restrains as necessary; may assist in transfer between locations.\r\nDesigns and builds displays within existing enclosures; assists with the planning and care of landscaped areas within or near enclosures; makes minor and emergency repairs to zoo equipment and facilities; assists maintenance personnel in repair or maintenance work.\r\nPrepares and maintains food, drives a vehicle to deliver equipment, materials or supplies; or performs related duties as required.\r\nInteracts with Zoo visitors and staff courteously and offers proper attention at all times.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nREQUIRED QUALIFICATIONS:  To perform this job successfully, an individual must be able to perform each essential duty satisfactorily. The requirements listed below are representative of the knowledge, skill, and/or ability required. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. \r\n\r\nDESIRED QUALIFICATIONS:  The San Francisco Zoo encourages bilingual candidates to apply.\r\n\r\nEDUCATION: High school diploma or general education degree (GED)\r\n\r\nEXPERIENCE: A minimum of at least one year PAID experience working with ranch, farm, or exotic animals. A degree from an institution offering specialized animal management programs with a hands-on component or an internship working with animals may meet this qualification.  Ability to read and interpret documents such as safety rules, operating and maintenance instructions, and procedure manuals. Ability to write routine reports and correspondence.  Ability to speak effectively before groups.  Ability to work in a team environment and be a team player.  Ability to interpret a variety of instructions furnished in written, oral, diagram, or schedule form.  Must be able to work weekends and holidays, good communication and presentation skills required\r\n\r\nDESIRED EXPERIENCE: A minimum of 3 years PAID zoo keeping experience in an AZA accredited institution, working with primates including callitrichidae, lemurs and apes, is preferred. \r\n\r\nCERTIFICATES, LICENSES, REGISTRATIONS: A valid Drivers License.\r\n\r\nPHYSICAL DEMANDS: The physical demands described here are representative of those that must be met by an employee to successfully perform the essential functions of this job. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. While performing the duties of this job, the employee is regularly required to stand and walk.  The employee frequently is required to reach with hands and arms and talk or hear.  The employee is occasionally required to climb or balance and stoop, kneel, crouch, or crawl.  The employee must regularly lift and/or move up to 50 pounds and occasionally lift and/or move up to 80 pounds.\r\n\r\nWORK ENVIRONMENT: The work environment characteristics described here are representative of those an employee encounters while performing the essential functions of this job. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. While performing the duties of this job, the employee is regularly exposed to outside weather conditions.  The employee is occasionally exposed to moving mechanical parts.  The noise level in the work environment is usually moderate. While performing the duties of this job, the employee is frequently exposed to potentially hazardous animals. May involve exposure to possible serious accidents or injury and to very disagreeable working conditions in handling dangerous or sick animals or raw sewage and other refuse.\r\n\r\n\r\n<h6>Compensation and benefits</h6>\r\nSALARY:  $22.35 - $27.07\r\n\r\n\r\n<h6>Application instructions</h6>\r\nTO APPLY:  Please complete an application at www.sfzoo.org.  Please include a resume and letter of interest detailing your experience as it relates to this position.  EOE.\r\n\r\n', 'Animal Keeper for Primate Section - Regular, Full Time', 0, '', 'publish', 'closed', 'closed', '', 'animal-keeper-for-primate-section-regular-full-time', '', '', '2014-08-18 15:06:01', '2014-08-18 20:06:01', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6328', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6329, 0, '2014-08-18 15:06:01', '2014-08-18 20:06:01', '', 'Animal Keeper for Primate Section - Regular, Full Time', 0, '', 'inherit', 'closed', 'closed', '', '6328-revision-v1', '', '', '2014-08-18 15:06:01', '2014-08-18 20:06:01', '', 6328, 'https://www.aazk.org/6328-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6330, 0, '2014-08-18 15:06:01', '2014-08-18 20:06:01', '<h5>Facility</h5>\r\n<p>San Francisco Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThis is a Regular, Full Time position.  The ideal candidate will be available to work weekdays, weekends and holidays.\r\n\r\nSubject to collective bargaining agreement \r\n\r\nSUMMARY: Under general supervision, has responsibility for the care, welfare and safety of animal exhibits including rare or valuable specimens; maintains the physical quarters, surroundings and/or environment of such animals; answers questions and gives information to the visiting public; and performs related duties as required. Requires responsibility for: carrying out existing methods and procedures relating to care, maintenance, safety of valuable and/or rare species and making numerous contacts with the public and other employees. \r\n\r\nESSENTIAL DUTIES &amp; RESPONSIBILITIES include the following. Other duties may be assigned.\r\n\r\nCleans and maintains enclosures, cages, stalls, moats, barns, pools, yards, roads and related areas; removes animal excrement and food remnants; rakes sand and leaves; sweeps and hoses down area as necessary.\r\nPrepares food for animals; regulates and distributes food once prepared; loads and unloads foodstuffs; maintains feed and storage areas.\r\nObserves behavior of animals on both a day-to-day and long-term basis; notes any unusual behavior, signs of illness or injury, change in appetite, start of breeding cycle, or lack of compatibility with group members and reports same to Veterinarian or supervisory personnel; assists in administering medication or other treatments for illness or injury as directed.\r\nAnswers questions or gives information regarding animals, zoo operations, and zoo exhibits to the visiting public; maintains crowd control when animals are loose or being moved; observes the public to prevent malicious acts which could result in harm to the public, or zoo animals or loss of zoo property.\r\nAssists in the crating and uncrating of animals; catches and restrains as necessary; may assist in transfer between locations.\r\nDesigns and builds displays within existing enclosures; assists with the planning and care of landscaped areas within or near enclosures; makes minor and emergency repairs to zoo equipment and facilities; assists maintenance personnel in repair or maintenance work.\r\nPrepares and maintains food, drives a vehicle to deliver equipment, materials or supplies; or performs related duties as required.\r\nInteracts with Zoo visitors and staff courteously and offers proper attention at all times.\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nREQUIRED QUALIFICATIONS:  To perform this job successfully, an individual must be able to perform each essential duty satisfactorily. The requirements listed below are representative of the knowledge, skill, and/or ability required. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. \r\n\r\nDESIRED QUALIFICATIONS:  The San Francisco Zoo encourages bilingual candidates to apply.\r\n\r\nEDUCATION: High school diploma or general education degree (GED)\r\n\r\nEXPERIENCE: A minimum of at least one year PAID experience working with ranch, farm, or exotic animals. A degree from an institution offering specialized animal management programs with a hands-on component or an internship working with animals may meet this qualification.  Ability to read and interpret documents such as safety rules, operating and maintenance instructions, and procedure manuals. Ability to write routine reports and correspondence.  Ability to speak effectively before groups.  Ability to work in a team environment and be a team player.  Ability to interpret a variety of instructions furnished in written, oral, diagram, or schedule form.  Must be able to work weekends and holidays, good communication and presentation skills required\r\n\r\nDESIRED EXPERIENCE: A minimum of 3 years PAID zoo keeping experience in an AZA accredited institution, working with primates including callitrichidae, lemurs and apes, is preferred. \r\n\r\nCERTIFICATES, LICENSES, REGISTRATIONS: A valid Drivers License.\r\n\r\nPHYSICAL DEMANDS: The physical demands described here are representative of those that must be met by an employee to successfully perform the essential functions of this job. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. While performing the duties of this job, the employee is regularly required to stand and walk.  The employee frequently is required to reach with hands and arms and talk or hear.  The employee is occasionally required to climb or balance and stoop, kneel, crouch, or crawl.  The employee must regularly lift and/or move up to 50 pounds and occasionally lift and/or move up to 80 pounds.\r\n\r\nWORK ENVIRONMENT: The work environment characteristics described here are representative of those an employee encounters while performing the essential functions of this job. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. While performing the duties of this job, the employee is regularly exposed to outside weather conditions.  The employee is occasionally exposed to moving mechanical parts.  The noise level in the work environment is usually moderate. While performing the duties of this job, the employee is frequently exposed to potentially hazardous animals. May involve exposure to possible serious accidents or injury and to very disagreeable working conditions in handling dangerous or sick animals or raw sewage and other refuse.\r\n\r\n\r\n<h6>Compensation and benefits</h6>\r\nSALARY:  $22.35 - $27.07\r\n\r\n\r\n<h6>Application instructions</h6>\r\nTO APPLY:  Please complete an application at www.sfzoo.org.  Please include a resume and letter of interest detailing your experience as it relates to this position.  EOE.\r\n\r\n', 'Animal Keeper for Primate Section - Regular, Full Time', 0, '', 'inherit', 'closed', 'closed', '', '6328-revision-v1', '', '', '2014-08-18 15:06:01', '2014-08-18 20:06:01', '', 6328, 'https://www.aazk.org/6328-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6331, 2, '2014-08-18 15:53:07', '2014-08-18 20:53:07', '<h2>2015 Challenge</h2>\r\n<h4>What is “Trees for You &amp; Me”?</h4>\r\nTrees for You and Me is a friendly competition among AAZK chapters. It was launched by former PBI Field Ambassadors as a\r\nfundraising challenge to plant trees\r\n<h4 class="hr"><img class="alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="180" />How does the tree planting work?</h4>\r\nLocal AAZK chapters compete with each other to raise funds. Each chapter then has three options on how to apply the money they\r\nraise:\r\n• They can use the funds in their own communities, by planting on the grounds of their own zoo or aquarium or by supporting a local tree-planting project. (If selected, this option should be coordinated with the Acres with the Atmosphere program.)\r\n• They can donate the funds to SaveNature.Org, an international tree-planting organization that works to protect tropical rainforests. With this option, the chapter should talk about the importance of rainforests in combating climate change as part of the fundraising process.\r\n• They can donate the funds to Polar Bears International in support of Acres for the Atmosphere projects.\r\nWhichever option is chosen, the funds must be spent on planting trees or on a related greening effort. The effort must also include an educational event that invites others to take part in additional conservation behaviors that reduce CO2. Planting trees in urban areas has distinct benefits, but the most important is that it brings the community together in a green activity.  Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future—is a critical step in creating a movement to stop our dependence on fossil fuels and stop global warming.\r\n<h4 class="hr">How will the challenge work?</h4>\r\n\r\n<li>AAZK chapters should register between October 1, 2014 and January 1, 2015 by sending the following information to AAC@polarbearsinternational.org: the coordinator’s name, the AAZK chapter name, the affiliated zoo or aquarium, and the phone number and email address of the coordinator.<li>\r\n  \r\n<li>PBI will send communications about the Trees for You &amp; Me effort to each AAZK chapter’s coordinator throughout the challenge.<li>\r\n\r\n<li>Chapters will report their results to PBI; periodic e-mails from PBI will announce the standings.<li>\r\n\r\n<li>Chapters may follow the progress and results on the PBI and AAZK websites.<li>\r\n\r\nFollowing the fundraising effort, chapters will report on how they used the funds. This includes sharing the effort with others through PBI’s SOS Community Page\r\n(http://www.polarbearsinternational.org/saveourseaice) and by reporting to AAZK through the chapter re-chartering process.\r\n<h4 class="hr">When will Trees For You &amp; Me start?</h4>\r\nThe challenge will begin October 1, 2014. The last date to register is January 1, 2015.\r\n<h4>When will Trees For You &amp; Me end?</h4>\r\nThe challenge will end at midnight Mountain Standard Time on March 2, 2015. Results will be reported shortly thereafter after all the donations have been recorded by PBI.\r\n<h4 class="hr">How can chapters raise and gather challenge funds?</h4>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, a night out at a local hang-out that allows a 50/50 raffle as a fundraiser, and more. The actual cash handling procedures will be the same that you follow for other campaigns for your chapter at your institution.\r\n<h4>How will the winners be awarded and announced?</h4>\r\nWe invite teams to report the amount of funds raised to PBI on December 31, 2014 and March 2, 2015.\r\nPBI will report on the status of the different chapters through an email sent to the AAZK chapters and the coordinator.\r\nAAZK will report on the status of the different chapters on its website and through social media.\r\nPBI will provide $25 towards the purchase of a bush for the team leading the charge at the halfway point on December 31, 2014. PBI will give a $100 prize to the winning chapter to plant a tree. (Adding a plaque is up to the institution.)\r\n<h4>What are the prizes?</h4>\r\nFirst place is awarded to the team with the most funds donated by Midnight Mountain Standard time on March 2, 2015 and reported to PBI no later than March 4, 2015. The winning team will receive a native tree to plant in a public location with a purchase value from a commercial nursery of no more than $100.\r\nIn addition, a challenge prize will be awarded to the team with the most funds donated by Midnight MST December 31, 2014 and reported to PBI by January 5, 2015. That team will receive a native bush to plant in a public location with a purchase value from a commercial nursery of no more than $25.\r\n<h4>How do I start?</h4>\r\n1. Find a group and become a champion.\r\n\r\n2. Make plans for events and strategies to raise funds over the course of the challenge, which officially runs from October 1, 2014 - March 2, 2015. (Although the competition begins on October 1, 2014, we’ll do a second push and close the registration on January 1, 2015 since so many chapters participate only in the spring.)\r\n\r\n3. Define roles and responsibilities including:\r\n<li>procedures for handling donations for your chapter and Institution<li>\r\n<li>reporting to AAZK and PBI during the course of the challenge<li>\r\n\r\n4. Good luck on your efforts!\r\n<h4>How will reporting work?</h4>\r\nEach participating AAZK chapter is responsible for following national AAZK requirements for reporting on funds raised for conservation, as outlined in the re-chartering packet.\r\nPBI requests that each AAZK chapter report on their planting activity with a photo and description on the PBI community page, SOS Community Page.\r\nAcres for the Atmosphere projects or donations for planting in tropical forests should be completed within six months of the close of the challenge fundraiser. (Reports to SOS Community Page would occur between April - November, 2015.)\r\n<h4>What is an example of an  Acres for the Atmosphere project?</h4>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. Funds donated will support grant money for Acres for the Atmosphere plantings.\r\nFor more information contact Heather or Marissa at Acres@pbears.org.\r\n<h4>What other projects are eligible for tree planting?</h4>\r\nYour chapter or institution may participate in other conservation programs where tree planting is an important component. Saving tropical forest habitat, for example, impacts species and global climate change. AAZK recommends SaveNature.Org for tropical reforestation projects.\r\n<h4>How Does  Planting Trees Help Polar Bears?</h4>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested.\r\nReducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar  bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and\r\nsurvival.\r\nConservation actions that reduce the production of greenhouse gases are the most impactful efforts to save polar bears. Planting trees is one of the few tools that we have to sequester carbon. Saving tropical rainforests is even more impactful at sequestering CO2. As an individual\r\n\r\nAs an individual and group you can make difference:\r\n<ul>\r\n	<li>Don’t buy products with palm oil</li>\r\n	<li>Purchase shade-grown coffee</li>\r\n	<li>eat less meat or purchase local meat rather than meat produced in deforested tropical rain forests</li>\r\n</ul>\r\n<h4>For information contact:</h4>\r\n<h4>Trees For You &amp; Me:\r\nChristy christy.mazrimas-ott@aecetia.net/gws/aazk or christy.mazrimas-ott@czs.org\r\nAAZK: Wendy Lenhart, Conservation Committee Wendy.Lenhart@aecetia.net/gws/aazk or lenhart.wendy@phillyzoo.org</h4>\r\n<div id="inner-links"></div>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2014-08-18 15:53:07', '2014-08-18 20:53:07', '', 2685, 'https://www.aazk.org/2685-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6332, 2, '2014-08-18 15:55:22', '2014-08-18 20:55:22', '<h2>2015 Challenge</h2>\r\n<h4>What is “Trees for You &amp; Me”?</h4>\r\nTrees for You and Me is a friendly competition among AAZK chapters. It was launched by former PBI Field Ambassadors as a\r\nfundraising challenge to plant trees\r\n<h4 class="hr"><img class="alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="180" How does the tree planting work?h4>\r\nLocal AAZK chapters compete with each other to raise funds. Each chapter then has three options on how to apply the money they\r\nraise:\r\n• They can use the funds in their own communities, by planting on the grounds of their own zoo or aquarium or by supporting a local tree-planting project. (If selected, this option should be coordinated with the Acres with the Atmosphere program.)\r\n• They can donate the funds to SaveNature.Org, an international tree-planting organization that works to protect tropical rainforests. With this option, the chapter should talk about the importance of rainforests in combating climate change as part of the fundraising process.\r\n• They can donate the funds to Polar Bears International in support of Acres for the Atmosphere projects.\r\nWhichever option is chosen, the funds must be spent on planting trees or on a related greening effort. The effort must also include an educational event that invites others to take part in additional conservation behaviors that reduce CO2. Planting trees in urban areas has distinct benefits, but the most important is that it brings the community together in a green activity.  Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future—is a critical step in creating a movement to stop our dependence on fossil fuels and stop global warming.\r\n<h4 class="hr">How will the challenge work?</h4>\r\n<ul>\r\n	<li>AAZK chapters should register between October 1, 2014 and January 1, 2015 by sending the following information to AAC@polarbearsinternational.org: the coordinator’s name, the AAZK chapter name, the affiliated zoo or aquarium, and the phone number and email address of the coordinator.</li>\r\n	<li>PBI will send communications about the Trees for You &amp; Me effort to each AAZK chapter’s coordinator throughout the challenge.</li>\r\n	<li>Chapters will report their results to PBI; periodic e-mails from PBI will announce the standings.</li>\r\n	<li>Chapters may follow the progress and results on the PBI and AAZK websites.</li>\r\n	<li>Following the fundraising effort, chapters will report on how they used the funds. This includes sharing the effort with others through PBI’s SOS Community Page\r\n(http://www.polarbearsinternational.org/saveourseaice) and by reporting to AAZK through the chapter re-chartering process.\r\n<h4 class="hr">When will Trees For You &amp; Me start?</h4>\r\nThe challenge will begin October 1, 2014. The last date to register is January 1, 2015.\r\n<h4>When will Trees For You &amp; Me end?</h4>\r\nThe challenge will end at midnight Mountain Standard Time on March 2, 2015. Results will be reported shortly thereafter after all the donations have been recorded by PBI.\r\n<h4 class="hr">How can chapters raise and gather challenge funds?</h4>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, a night out at a local hang-out that allows a 50/50 raffle as a fundraiser, and more. The actual cash handling procedures will be the same that you follow for other campaigns for your chapter at your institution.\r\n<h4>How will the winners be awarded and announced?</h4>\r\nWe invite teams to report the amount of funds raised to PBI on December 31, 2014 and March 2, 2015.\r\nPBI will report on the status of the different chapters through an email sent to the AAZK chapters and the coordinator.\r\nAAZK will report on the status of the different chapters on its website and through social media.\r\nPBI will provide $25 towards the purchase of a bush for the team leading the charge at the halfway point on December 31, 2014. PBI will give a $100 prize to the winning chapter to plant a tree. (Adding a plaque is up to the institution.)\r\n<h4>What are the prizes?</h4>\r\nFirst place is awarded to the team with the most funds donated by Midnight Mountain Standard time on March 2, 2015 and reported to PBI no later than March 4, 2015. The winning team will receive a native tree to plant in a public location with a purchase value from a commercial nursery of no more than $100.\r\nIn addition, a challenge prize will be awarded to the team with the most funds donated by Midnight MST December 31, 2014 and reported to PBI by January 5, 2015. That team will receive a native bush to plant in a public location with a purchase value from a commercial nursery of no more than $25.\r\n<h4>How do I start?</h4>\r\n1. Find a group and become a champion.\r\n\r\n2. Make plans for events and strategies to raise funds over the course of the challenge, which officially runs from October 1, 2014 - March 2, 2015. (Although the competition begins on October 1, 2014, we’ll do a second push and close the registration on January 1, 2015 since so many chapters participate only in the spring.)\r\n\r\n3. Define roles and responsibilities including:</li>\r\n	<li>procedures for handling donations for your chapter and Institution</li>\r\n	<li>reporting to AAZK and PBI during the course of the challenge</li>\r\n	<li>4. Good luck on your efforts!\r\n<h4>How will reporting work?</h4>\r\nEach participating AAZK chapter is responsible for following national AAZK requirements for reporting on funds raised for conservation, as outlined in the re-chartering packet.\r\nPBI requests that each AAZK chapter report on their planting activity with a photo and description on the PBI community page, SOS Community Page.\r\nAcres for the Atmosphere projects or donations for planting in tropical forests should be completed within six months of the close of the challenge fundraiser. (Reports to SOS Community Page would occur between April - November, 2015.)\r\n<h4>What is an example of an  Acres for the Atmosphere project?</h4>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. Funds donated will support grant money for Acres for the Atmosphere plantings.\r\nFor more information contact Heather or Marissa at Acres@pbears.org.\r\n<h4>What other projects are eligible for tree planting?</h4>\r\nYour chapter or institution may participate in other conservation programs where tree planting is an important component. Saving tropical forest habitat, for example, impacts species and global climate change. AAZK recommends SaveNature.Org for tropical reforestation projects.\r\n<h4>How Does  Planting Trees Help Polar Bears?</h4>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested.\r\nReducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar  bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and\r\nsurvival.\r\nConservation actions that reduce the production of greenhouse gases are the most impactful efforts to save polar bears. Planting trees is one of the few tools that we have to sequester carbon. Saving tropical rainforests is even more impactful at sequestering CO2. As an individual\r\n\r\nAs an individual and group you can make difference:\r\n<ul>\r\n	<li>Don’t buy products with palm oil</li>\r\n	<li>Purchase shade-grown coffee</li>\r\n	<li>eat less meat or purchase local meat rather than meat produced in deforested tropical rain forests</li>\r\n</ul>\r\n<h4>For information contact:</h4>\r\n<h4>Trees For You &amp; Me:\r\nChristy christy.mazrimas-ott@aecetia.net/gws/aazk or christy.mazrimas-ott@czs.org\r\nAAZK: Wendy Lenhart, Conservation Committee Wendy.Lenhart@aecetia.net/gws/aazk or lenhart.wendy@phillyzoo.org</h4>\r\n<div id="inner-links"></div></li>\r\n</ul>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2014-08-18 15:55:22', '2014-08-18 20:55:22', '', 2685, 'https://www.aazk.org/2685-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6334, 2, '2014-08-18 16:00:07', '2014-08-18 21:00:07', '<h2>2015 Challenge</h2>\r\n<h4>What is “Trees for You &amp; Me”?</h4>\r\nTrees for You and Me is a friendly competition among AAZK chapters. It was launched by former PBI Field Ambassadors as a\r\nfundraising challenge to plant trees\r\n<h4 class="hr"><img class="alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="180" />How does the tree planting work?</h4>\r\nLocal AAZK chapters compete with each other to raise funds. Each chapter then has three options on how to apply the money they\r\nraise:\r\n• They can use the funds in their own communities, by planting on the grounds of their own zoo or aquarium or by supporting a local tree-planting project. (If selected, this option should be coordinated with the Acres with the Atmosphere program.)\r\n• They can donate the funds to SaveNature.Org, an international tree-planting organization that works to protect tropical rainforests. With this option, the chapter should talk about the importance of rainforests in combating climate change as part of the fundraising process.\r\n• They can donate the funds to Polar Bears International in support of Acres for the Atmosphere projects.\r\nWhichever option is chosen, the funds must be spent on planting trees or on a related greening effort. The effort must also include an educational event that invites others to take part in additional conservation behaviors that reduce CO2. Planting trees in urban areas has distinct benefits, but the most important is that it brings the community together in a green activity.  Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future—is a critical step in creating a movement to stop our dependence on fossil fuels and stop global warming.\r\n<h4 class="hr">How will the challenge work?</h4>\r\n\r\n<li>AAZK chapters should register between October 1, 2014 and January 1, 2015 by sending the following information to AAC@polarbearsinternational.org: the coordinator’s name, the AAZK chapter name, the affiliated zoo or aquarium, and the phone number and email address of the coordinator.<li>\r\n  \r\n<li>PBI will send communications about the Trees for You &amp; Me effort to each AAZK chapter’s coordinator throughout the challenge.<li>\r\n\r\n<li>Chapters will report their results to PBI; periodic e-mails from PBI will announce the standings.<li>\r\n\r\n<li>Chapters may follow the progress and results on the PBI and AAZK websites.<li>\r\n\r\nFollowing the fundraising effort, chapters will report on how they used the funds. This includes sharing the effort with others through PBI’s SOS Community Page\r\n(http://www.polarbearsinternational.org/saveourseaice) and by reporting to AAZK through the chapter re-chartering process.\r\n<h4 class="hr">When will Trees For You &amp; Me start?</h4>\r\nThe challenge will begin October 1, 2014. The last date to register is January 1, 2015.\r\n<h4>When will Trees For You &amp; Me end?</h4>\r\nThe challenge will end at midnight Mountain Standard Time on March 2, 2015. Results will be reported shortly thereafter after all the donations have been recorded by PBI.\r\n<h4 class="hr">How can chapters raise and gather challenge funds?</h4>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, a night out at a local hang-out that allows a 50/50 raffle as a fundraiser, and more. The actual cash handling procedures will be the same that you follow for other campaigns for your chapter at your institution.\r\n<h4>How will the winners be awarded and announced?</h4>\r\nWe invite teams to report the amount of funds raised to PBI on December 31, 2014 and March 2, 2015.\r\nPBI will report on the status of the different chapters through an email sent to the AAZK chapters and the coordinator.\r\nAAZK will report on the status of the different chapters on its website and through social media.\r\nPBI will provide $25 towards the purchase of a bush for the team leading the charge at the halfway point on December 31, 2014. PBI will give a $100 prize to the winning chapter to plant a tree. (Adding a plaque is up to the institution.)\r\n<h4>What are the prizes?</h4>\r\nFirst place is awarded to the team with the most funds donated by Midnight Mountain Standard time on March 2, 2015 and reported to PBI no later than March 4, 2015. The winning team will receive a native tree to plant in a public location with a purchase value from a commercial nursery of no more than $100.\r\nIn addition, a challenge prize will be awarded to the team with the most funds donated by Midnight MST December 31, 2014 and reported to PBI by January 5, 2015. That team will receive a native bush to plant in a public location with a purchase value from a commercial nursery of no more than $25.\r\n<h4>How do I start?</h4>\r\n1. Find a group and become a champion.\r\n\r\n2. Make plans for events and strategies to raise funds over the course of the challenge, which officially runs from October 1, 2014 - March 2, 2015. (Although the competition begins on October 1, 2014, we’ll do a second push and close the registration on January 1, 2015 since so many chapters participate only in the spring.)\r\n\r\n3. Define roles and responsibilities including:\r\n<li>procedures for handling donations for your chapter and Institution<li>\r\n<li>reporting to AAZK and PBI during the course of the challenge<li>\r\n\r\n4. Good luck on your efforts!\r\n<h4>How will reporting work?</h4>\r\nEach participating AAZK chapter is responsible for following national AAZK requirements for reporting on funds raised for conservation, as outlined in the re-chartering packet.\r\nPBI requests that each AAZK chapter report on their planting activity with a photo and description on the PBI community page, SOS Community Page.\r\nAcres for the Atmosphere projects or donations for planting in tropical forests should be completed within six months of the close of the challenge fundraiser. (Reports to SOS Community Page would occur between April - November, 2015.)\r\n<h4>What is an example of an  Acres for the Atmosphere project?</h4>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. Funds donated will support grant money for Acres for the Atmosphere plantings.\r\nFor more information contact Heather or Marissa at Acres@pbears.org.\r\n<h4>What other projects are eligible for tree planting?</h4>\r\nYour chapter or institution may participate in other conservation programs where tree planting is an important component. Saving tropical forest habitat, for example, impacts species and global climate change. AAZK recommends SaveNature.Org for tropical reforestation projects.\r\n<h4>How Does  Planting Trees Help Polar Bears?</h4>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested.\r\nReducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar  bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and\r\nsurvival.\r\nConservation actions that reduce the production of greenhouse gases are the most impactful efforts to save polar bears. Planting trees is one of the few tools that we have to sequester carbon. Saving tropical rainforests is even more impactful at sequestering CO2. As an individual\r\n\r\nAs an individual and group you can make difference:\r\n<ul>\r\n	<li>Don’t buy products with palm oil</li>\r\n	<li>Purchase shade-grown coffee</li>\r\n	<li>eat less meat or purchase local meat rather than meat produced in deforested tropical rain forests</li>\r\n</ul>\r\n<h4>For information contact:</h4>\r\n<h4>Trees For You &amp; Me:\r\nChristy christy.mazrimas-ott@aecetia.net/gws/aazk or christy.mazrimas-ott@czs.org\r\nAAZK: Wendy Lenhart, Conservation Committee Wendy.Lenhart@aecetia.net/gws/aazk or lenhart.wendy@phillyzoo.org</h4>\r\n<div id="inner-links"></div>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2014-08-18 16:00:07', '2014-08-18 21:00:07', '', 2685, 'https://www.aazk.org/2685-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6333, 2, '2014-08-18 15:57:26', '2014-08-18 20:57:26', '<h2>2015 Challenge</h2>\r\n<h4>What is “Trees for You &amp; Me”?</h4>\r\nTrees for You and Me is a friendly competition among AAZK chapters. It was launched by former PBI Field Ambassadors as a\r\nfundraising challenge to plant trees.\r\n<h4 class="hr">How does the Tree Planting Work?</h4>\r\n<p class="hr"><img class="alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="180" />\r\nLocal AAZK chapters compete with each other to raise funds. Each chapter then has three options on how to apply the money they\r\nraise:\r\n• They can use the funds in their own communities, by planting on the grounds of their own zoo or aquarium or by supporting a local tree-planting project. (If selected, this option should be coordinated with the Acres with the Atmosphere program.)\r\n• They can donate the funds to SaveNature.Org, an international tree-planting organization that works to protect tropical rainforests. With this option, the chapter should talk about the importance of rainforests in combating climate change as part of the fundraising process.\r\n• They can donate the funds to Polar Bears International in support of Acres for the Atmosphere projects.\r\nWhichever option is chosen, the funds must be spent on planting trees or on a related greening effort. The effort must also include an educational event that invites others to take part in additional conservation behaviors that reduce CO2. Planting trees in urban areas has distinct benefits, but the most important is that it brings the community together in a green activity.  Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future—is a critical step in creating a movement to stop our dependence on fossil fuels and stop global warming.</p>\r\n\r\n<h4 class="hr">How will the challenge work?</h4>\r\n<ul>\r\n	<li>AAZK chapters should register between October 1, 2014 and January 1, 2015 by sending the following information to AAC@polarbearsinternational.org: the coordinator’s name, the AAZK chapter name, the affiliated zoo or aquarium, and the phone number and email address of the coordinator.</li>\r\n	<li>PBI will send communications about the Trees for You &amp; Me effort to each AAZK chapter’s coordinator throughout the challenge.</li>\r\n	<li>Chapters will report their results to PBI; periodic e-mails from PBI will announce the standings.</li>\r\n	<li>Chapters may follow the progress and results on the PBI and AAZK websites.</li>\r\n	<li>Following the fundraising effort, chapters will report on how they used the funds. This includes sharing the effort with others through PBI’s SOS Community Page\r\n(http://www.polarbearsinternational.org/saveourseaice) and by reporting to AAZK through the chapter re-chartering process.\r\n<h4 class="hr">When will Trees For You &amp; Me start?</h4>\r\nThe challenge will begin October 1, 2014. The last date to register is January 1, 2015.\r\n<h4>When will Trees For You &amp; Me end?</h4>\r\nThe challenge will end at midnight Mountain Standard Time on March 2, 2015. Results will be reported shortly thereafter after all the donations have been recorded by PBI.\r\n<h4 class="hr">How can chapters raise and gather challenge funds?</h4>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, a night out at a local hang-out that allows a 50/50 raffle as a fundraiser, and more. The actual cash handling procedures will be the same that you follow for other campaigns for your chapter at your institution.\r\n<h4>How will the winners be awarded and announced?</h4>\r\nWe invite teams to report the amount of funds raised to PBI on December 31, 2014 and March 2, 2015.\r\nPBI will report on the status of the different chapters through an email sent to the AAZK chapters and the coordinator.\r\nAAZK will report on the status of the different chapters on its website and through social media.\r\nPBI will provide $25 towards the purchase of a bush for the team leading the charge at the halfway point on December 31, 2014. PBI will give a $100 prize to the winning chapter to plant a tree. (Adding a plaque is up to the institution.)\r\n<h4>What are the prizes?</h4>\r\nFirst place is awarded to the team with the most funds donated by Midnight Mountain Standard time on March 2, 2015 and reported to PBI no later than March 4, 2015. The winning team will receive a native tree to plant in a public location with a purchase value from a commercial nursery of no more than $100.\r\nIn addition, a challenge prize will be awarded to the team with the most funds donated by Midnight MST December 31, 2014 and reported to PBI by January 5, 2015. That team will receive a native bush to plant in a public location with a purchase value from a commercial nursery of no more than $25.\r\n<h4>How do I start?</h4>\r\n1. Find a group and become a champion.\r\n\r\n2. Make plans for events and strategies to raise funds over the course of the challenge, which officially runs from October 1, 2014 - March 2, 2015. (Although the competition begins on October 1, 2014, we’ll do a second push and close the registration on January 1, 2015 since so many chapters participate only in the spring.)\r\n\r\n3. Define roles and responsibilities including:</li>\r\n	<li>procedures for handling donations for your chapter and Institution</li>\r\n	<li>reporting to AAZK and PBI during the course of the challenge</li>\r\n	<li>4. Good luck on your efforts!\r\n<h4>How will reporting work?</h4>\r\nEach participating AAZK chapter is responsible for following national AAZK requirements for reporting on funds raised for conservation, as outlined in the re-chartering packet.\r\nPBI requests that each AAZK chapter report on their planting activity with a photo and description on the PBI community page, SOS Community Page.\r\nAcres for the Atmosphere projects or donations for planting in tropical forests should be completed within six months of the close of the challenge fundraiser. (Reports to SOS Community Page would occur between April - November, 2015.)\r\n<h4>What is an example of an  Acres for the Atmosphere project?</h4>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. Funds donated will support grant money for Acres for the Atmosphere plantings.\r\nFor more information contact Heather or Marissa at Acres@pbears.org.\r\n<h4>What other projects are eligible for tree planting?</h4>\r\nYour chapter or institution may participate in other conservation programs where tree planting is an important component. Saving tropical forest habitat, for example, impacts species and global climate change. AAZK recommends SaveNature.Org for tropical reforestation projects.\r\n<h4>How Does  Planting Trees Help Polar Bears?</h4>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested.\r\nReducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar  bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and\r\nsurvival.\r\nConservation actions that reduce the production of greenhouse gases are the most impactful efforts to save polar bears. Planting trees is one of the few tools that we have to sequester carbon. Saving tropical rainforests is even more impactful at sequestering CO2. As an individual\r\n\r\nAs an individual and group you can make difference:\r\n<ul>\r\n	<li>Don’t buy products with palm oil</li>\r\n	<li>Purchase shade-grown coffee</li>\r\n	<li>eat less meat or purchase local meat rather than meat produced in deforested tropical rain forests</li>\r\n</ul>\r\n<h4>For information contact:</h4>\r\n<h4>Trees For You &amp; Me:\r\nChristy christy.mazrimas-ott@aecetia.net/gws/aazk or christy.mazrimas-ott@czs.org\r\nAAZK: Wendy Lenhart, Conservation Committee Wendy.Lenhart@aecetia.net/gws/aazk or lenhart.wendy@phillyzoo.org</h4>\r\n<div id="inner-links"></div></li>\r\n</ul>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2014-08-18 15:57:26', '2014-08-18 20:57:26', '', 2685, 'https://www.aazk.org/2685-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6338, 2, '2014-08-18 16:18:18', '2014-08-18 21:18:18', '<h2>2014 Challenge</h2>\r\n<h4>What is “Trees for You &amp; Me”?</h4>\r\n<img class="alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="180" /> Trees for You &amp; Me is a friendly competition among AAZK Chapters.  It was launched by former PBI Ambassadors as a fundraising challenge to plant trees.\r\n<div class="hr"></div>\r\n<h4>How does the Tree Planting Work?</h4>\r\nLocal AAZK Chapters compete with each other to raise funds. Each Chapter then has three options on how to apply the money they raise:\r\n<ul>\r\n	<li>They can use the funds in their own communities, by planting on the grounds of their own zoo or aquarium or by supporting a local tree-planting project. (If selected, this option should be coordinated with the <strong>Acres for the Atmosphere</strong> program).</li>\r\n	<li>They can donate the funds to <a href="http://Savenature.org">SaveNature.org</a>, an international tree-planting organization that works with tropical rainforests. With this option, the Chapter should talk about the importance of rainforests in combatting climate change as part of the fundraising process.</li>\r\n	<li>They can donate the funds to Polar Bear International in support of <strong>Acres for the Atmosphere</strong> projects.</li>\r\n</ul>\r\n&nbsp;\r\n<div class="hr"></div>\r\n<h4>How will the campaign work?</h4>\r\nTrees for You &amp; Me is still a campaign to raise financial resources to plant trees.\r\n<ul>\r\n	<li>The funding raised will stay in your local community, with your own insititution.</li>\r\n	<li>The funds must be spent on a tree-planting (or appropriate greening effort) and educational event to invite others to join you in additional conservation behaviors.</li>\r\n	<li>The effort should coordinate with Acres with the Atmosphere or it can be part of an international tree planting effort associated with another conservation program.</li>\r\n	<li>And finally, that effort should be shared with others through <a href="http://www.polarbearsinternational.org/myplanetmypart" target="_blank">PBI’s My Planet, My Part</a>.</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h4>When will Trees For You &amp; Me start?</h4>\r\nRegistration and campaign begins on October 1, 2013.\r\n<div class="hr"></div>\r\n<h4>When will Trees For You &amp; Me end?</h4>\r\nThe campaign will end midnight, PST on March 1, 2014.\r\n<div class="hr"></div>\r\n<h4>How can chapters raise and gather campaign funds?</h4>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.\r\n<div class="hr"></div>\r\n<h4>How will the winners be awarded and announced?</h4>\r\nWe invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on February 15, 2014.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\r\n<div class="hr"></div>\r\n<h4>What are the prizes?</h4>\r\nFirst place is awarded to the team with the most funds reported to PBI on March 3, 2014, that were donated by Midnight MST March 1, 2014. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2014, that were donated by Midnight MST February 15, 2014. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.\r\n<div class="hr"></div>\r\n<h4>How do I start?</h4>\r\n<ul>\r\n	<li>Form a group and become a champion - Registration begins October 1, 2013.</li>\r\n	<li>Make plan for events and strategies to raise the funds over the course of the two months.</li>\r\n	<li>Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.</li>\r\n	<li>Good luck on your efforts.</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h4>How will reporting work?</h4>\r\nEach participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.\r\nPBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart" target="_blank">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2014.)\r\n<div class="hr"></div>\r\n<h4>What is an example of an  Acres for the Atmosphere project?</h4>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\r\n<div class="hr"></div>\r\n<h4>What is an example of an urban tree planting?</h4>\r\n<em>City of Sparta, Wisconsin</em>\r\nThe primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.\r\n<div class="hr"></div>\r\n<h4>What other projects are eligible for tree planting?</h4>\r\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.\r\n<div class="hr"></div>\r\n<h4>How Does  Planting Trees Help Polar Bears?</h4>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\r\n<ul>\r\n	<li>Don’t buy products with palm oil</li>\r\n	<li>Purchase shade-grown coffee</li>\r\n	<li>Purchase local meat rather than meat produced in deforested tropical rain forests</li>\r\n</ul>\r\n<div id="inner-links"></div>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2014-08-18 16:18:18', '2014-08-18 21:18:18', '', 2685, 'https://www.aazk.org/2685-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6335, 2, '2014-08-18 16:01:40', '2014-08-18 21:01:40', '<h2>2015 Challenge</h2>\r\n<h4>What is “Trees for You &amp; Me”?</h4>\r\nTrees for You and Me is a friendly competition among AAZK chapters. It was launched by former PBI Field Ambassadors as a\r\nfundraising challenge to plant trees\r\n<h4 class="hr"><img class="alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="180" />How does the tree planting work?</h4>\r\nLocal AAZK chapters compete with each other to raise funds. Each chapter then has three options on how to apply the money they\r\nraise:\r\n• They can use the funds in their own communities, by planting on the grounds of their own zoo or aquarium or by supporting a local tree-planting project. (If selected, this option should be coordinated with the Acres with the Atmosphere program.)\r\n• They can donate the funds to SaveNature.Org, an international tree-planting organization that works to protect tropical rainforests. With this option, the chapter should talk about the importance of rainforests in combating climate change as part of the fundraising process.\r\n• They can donate the funds to Polar Bears International in support of Acres for the Atmosphere projects.\r\nWhichever option is chosen, the funds must be spent on planting trees or on a related greening effort. The effort must also include an educational event that invites others to take part in additional conservation behaviors that reduce CO2. Planting trees in urban areas has distinct benefits, but the most important is that it brings the community together in a green activity.  Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future—is a critical step in creating a movement to stop our dependence on fossil fuels and stop global warming.\r\n<h4 class="hr">How will the challenge work?</h4>\r\n<ul>\r\n	<li>AAZK chapters should register between October 1, 2014 and January 1, 2015 by sending the following information to AAC@polarbearsinternational.org: the coordinator’s name, the AAZK chapter name, the affiliated zoo or aquarium, and the phone number and email address of the coordinator.</li>\r\n	<li>PBI will send communications about the Trees for You &amp; Me effort to each AAZK chapter’s coordinator throughout the challenge.</li>\r\n	<li>Chapters will report their results to PBI; periodic e-mails from PBI will announce the standings.</li>\r\n	<li>Chapters may follow the progress and results on the PBI and AAZK websites.</li>\r\n	<li>Following the fundraising effort, chapters will report on how they used the funds. This includes sharing the effort with others through PBI’s SOS Community Page\r\n(http://www.polarbearsinternational.org/saveourseaice) and by reporting to AAZK through the chapter re-chartering process.\r\n<h4 class="hr">When will Trees For You &amp; Me start?</h4>\r\nThe challenge will begin October 1, 2014. The last date to register is January 1, 2015.\r\n<h4>When will Trees For You &amp; Me end?</h4>\r\nThe challenge will end at midnight Mountain Standard Time on March 2, 2015. Results will be reported shortly thereafter after all the donations have been recorded by PBI.\r\n<h4 class="hr">How can chapters raise and gather challenge funds?</h4>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, a night out at a local hang-out that allows a 50/50 raffle as a fundraiser, and more. The actual cash handling procedures will be the same that you follow for other campaigns for your chapter at your institution.\r\n<h4>How will the winners be awarded and announced?</h4>\r\nWe invite teams to report the amount of funds raised to PBI on December 31, 2014 and March 2, 2015.\r\nPBI will report on the status of the different chapters through an email sent to the AAZK chapters and the coordinator.\r\nAAZK will report on the status of the different chapters on its website and through social media.\r\nPBI will provide $25 towards the purchase of a bush for the team leading the charge at the halfway point on December 31, 2014. PBI will give a $100 prize to the winning chapter to plant a tree. (Adding a plaque is up to the institution.)\r\n<h4>What are the prizes?</h4>\r\nFirst place is awarded to the team with the most funds donated by Midnight Mountain Standard time on March 2, 2015 and reported to PBI no later than March 4, 2015. The winning team will receive a native tree to plant in a public location with a purchase value from a commercial nursery of no more than $100.\r\nIn addition, a challenge prize will be awarded to the team with the most funds donated by Midnight MST December 31, 2014 and reported to PBI by January 5, 2015. That team will receive a native bush to plant in a public location with a purchase value from a commercial nursery of no more than $25.\r\n<h4>How do I start?</h4>\r\n1. Find a group and become a champion.\r\n\r\n2. Make plans for events and strategies to raise funds over the course of the challenge, which officially runs from October 1, 2014 - March 2, 2015. (Although the competition begins on October 1, 2014, we’ll do a second push and close the registration on January 1, 2015 since so many chapters participate only in the spring.)\r\n\r\n3. Define roles and responsibilities including:</li>\r\n	<li>procedures for handling donations for your chapter and Institution</li>\r\n	<li>reporting to AAZK and PBI during the course of the challenge</li>\r\n	<li>4. Good luck on your efforts!\r\n<h4>How will reporting work?</h4>\r\nEach participating AAZK chapter is responsible for following national AAZK requirements for reporting on funds raised for conservation, as outlined in the re-chartering packet.\r\nPBI requests that each AAZK chapter report on their planting activity with a photo and description on the PBI community page, SOS Community Page.\r\nAcres for the Atmosphere projects or donations for planting in tropical forests should be completed within six months of the close of the challenge fundraiser. (Reports to SOS Community Page would occur between April - November, 2015.)\r\n<h4>What is an example of an  Acres for the Atmosphere project?</h4>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. Funds donated will support grant money for Acres for the Atmosphere plantings.\r\nFor more information contact Heather or Marissa at Acres@pbears.org.\r\n<h4>What other projects are eligible for tree planting?</h4>\r\nYour chapter or institution may participate in other conservation programs where tree planting is an important component. Saving tropical forest habitat, for example, impacts species and global climate change. AAZK recommends SaveNature.Org for tropical reforestation projects.\r\n<h4>How Does  Planting Trees Help Polar Bears?</h4>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested.\r\nReducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar  bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and\r\nsurvival.\r\nConservation actions that reduce the production of greenhouse gases are the most impactful efforts to save polar bears. Planting trees is one of the few tools that we have to sequester carbon. Saving tropical rainforests is even more impactful at sequestering CO2. As an individual\r\n\r\nAs an individual and group you can make difference:\r\n<ul>\r\n	<li>Don’t buy products with palm oil</li>\r\n	<li>Purchase shade-grown coffee</li>\r\n	<li>eat less meat or purchase local meat rather than meat produced in deforested tropical rain forests</li>\r\n</ul>\r\n<h4>For information contact:</h4>\r\n<h4>Trees For You &amp; Me:\r\nChristy christy.mazrimas-ott@aecetia.net/gws/aazk or christy.mazrimas-ott@czs.org\r\nAAZK: Wendy Lenhart, Conservation Committee Wendy.Lenhart@aecetia.net/gws/aazk or lenhart.wendy@phillyzoo.org\r\nPBI: Marissa Krouse at aac@polarbearsinternational.org</h4>\r\n', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2014-08-18 16:01:40', '2014-08-18 21:01:40', '', 2685, 'https://www.aazk.org/2685-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6337, 2, '2014-08-18 16:06:14', '2014-08-18 21:06:14', '<h2>2014 Campaign</h2>\r\n<h4>What is “Trees for You &amp; Me”?</h4>\r\n<img class="alignleft" title="trees_u_me" alt="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" width="180" /> Trees for You &amp; Me is a friendly competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. This year, the effort has a local focus. Rather than Polar Bears International® gathering the funds for a large tree planting with our partner, Wisconsin Department of Natural Resources-Forestry Division, we believe this year is a good year to draw attention to the benefits of urban tree-planting and the associated educational programming and awareness such events create.\r\n<div class="hr"></div>\r\n<h4>What is the “local effort”?</h4>\r\nPlanting trees in urban areas has distinct benefits, but most important is bringing the community together through engagement. Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future, is a critical step in creating a movement to stop our dependence upon fossil fuels and stop global warming.\r\n<div class="hr"></div>\r\n<h4>How will the campaign work?</h4>\r\nTrees for You &amp; Me is still a campaign to raise financial resources to plant trees.\r\n<ul>\r\n	<li>The funding raised will stay in your local community, with your own insititution.</li>\r\n	<li>The funds must be spent on a tree-planting (or appropriate greening effort) and educational event to invite others to join you in additional conservation behaviors.</li>\r\n	<li>The effort should coordinate with Acres with the Atmosphere or it can be part of an international tree planting effort associated with another conservation program.</li>\r\n	<li>And finally, that effort should be shared with others through <a href="http://www.polarbearsinternational.org/myplanetmypart" target="_blank">PBI’s My Planet, My Part</a>.</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h4>When will Trees For You &amp; Me start?</h4>\r\nRegistration and campaign begins on October 1, 2013.\r\n<div class="hr"></div>\r\n<h4>When will Trees For You &amp; Me end?</h4>\r\nThe campaign will end midnight, PST on March 1, 2014.\r\n<div class="hr"></div>\r\n<h4>How can chapters raise and gather campaign funds?</h4>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.\r\n<div class="hr"></div>\r\n<h4>How will the winners be awarded and announced?</h4>\r\nWe invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on February 15, 2014.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\r\n<div class="hr"></div>\r\n<h4>What are the prizes?</h4>\r\nFirst place is awarded to the team with the most funds reported to PBI on March 3, 2014, that were donated by Midnight MST March 1, 2014. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2014, that were donated by Midnight MST February 15, 2014. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.\r\n<div class="hr"></div>\r\n<h4>How do I start?</h4>\r\n<ul>\r\n	<li>Form a group and become a champion - Registration begins October 1, 2013.</li>\r\n	<li>Make plan for events and strategies to raise the funds over the course of the two months.</li>\r\n	<li>Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.</li>\r\n	<li>Good luck on your efforts.</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h4>How will reporting work?</h4>\r\nEach participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.\r\nPBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart" target="_blank">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2014.)\r\n<div class="hr"></div>\r\n<h4>What is an example of an  Acres for the Atmosphere project?</h4>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\r\n<div class="hr"></div>\r\n<h4>What is an example of an urban tree planting?</h4>\r\n<em>City of Sparta, Wisconsin</em>\r\nThe primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.\r\n<div class="hr"></div>\r\n<h4>What other projects are eligible for tree planting?</h4>\r\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.\r\n<div class="hr"></div>\r\n<h4>How Does  Planting Trees Help Polar Bears?</h4>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\r\n<ul>\r\n	<li>Don’t buy products with palm oil</li>\r\n	<li>Purchase shade-grown coffee</li>\r\n	<li>Purchase local meat rather than meat produced in deforested tropical rain forests</li>\r\n</ul>\r\n<div id="inner-links"></div>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2014-08-18 16:06:14', '2014-08-18 21:06:14', '', 2685, 'https://www.aazk.org/2685-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6336, 2, '2014-08-18 16:02:47', '2014-08-18 21:02:47', '<h2>2015 Challenge</h2>\r\n<h4>What is “Trees for You &amp; Me”?</h4>\r\nTrees for You and Me is a friendly competition among AAZK chapters. It was launched by former PBI Field Ambassadors as a\r\nfundraising challenge to plant trees\r\n<h4 class="hr"><img class="alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="180" />How does the tree planting work?</h4>\r\nLocal AAZK chapters compete with each other to raise funds. Each chapter then has three options on how to apply the money they\r\nraise:\r\n• They can use the funds in their own communities, by planting on the grounds of their own zoo or aquarium or by supporting a local tree-planting project. (If selected, this option should be coordinated with the Acres with the Atmosphere program.)\r\n• They can donate the funds to SaveNature.Org, an international tree-planting organization that works to protect tropical rainforests. With this option, the chapter should talk about the importance of rainforests in combating climate change as part of the fundraising process.\r\n• They can donate the funds to Polar Bears International in support of Acres for the Atmosphere projects.\r\nWhichever option is chosen, the funds must be spent on planting trees or on a related greening effort. The effort must also include an educational event that invites others to take part in additional conservation behaviors that reduce CO2. Planting trees in urban areas has distinct benefits, but the most important is that it brings the community together in a green activity.  Community engagement—citizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future—is a critical step in creating a movement to stop our dependence on fossil fuels and stop global warming.\r\n<h4 class="hr">How will the challenge work?</h4>\r\n<ul>\r\n	<li>AAZK chapters should register between October 1, 2014 and January 1, 2015 by sending the following information to AAC@polarbearsinternational.org: the coordinator’s name, the AAZK chapter name, the affiliated zoo or aquarium, and the phone number and email address of the coordinator.</li>\r\n	<li>PBI will send communications about the Trees for You &amp; Me effort to each AAZK chapter’s coordinator throughout the challenge.</li>\r\n	<li>Chapters will report their results to PBI; periodic e-mails from PBI will announce the standings.</li>\r\n	<li>Chapters may follow the progress and results on the PBI and AAZK websites.</li>\r\n	<li>Following the fundraising effort, chapters will report on how they used the funds. This includes sharing the effort with others through PBI’s SOS Community Page\r\n(http://www.polarbearsinternational.org/saveourseaice) and by reporting to AAZK through the chapter re-chartering process.\r\n<h4 class="hr">When will Trees For You &amp; Me start?</h4>\r\nThe challenge will begin October 1, 2014. The last date to register is January 1, 2015.\r\n<h4>When will Trees For You &amp; Me end?</h4>\r\nThe challenge will end at midnight Mountain Standard Time on March 2, 2015. Results will be reported shortly thereafter after all the donations have been recorded by PBI.\r\n<h4 class="hr">How can chapters raise and gather challenge funds?</h4>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, a night out at a local hang-out that allows a 50/50 raffle as a fundraiser, and more. The actual cash handling procedures will be the same that you follow for other campaigns for your chapter at your institution.\r\n<h4>How will the winners be awarded and announced?</h4>\r\nWe invite teams to report the amount of funds raised to PBI on December 31, 2014 and March 2, 2015.\r\nPBI will report on the status of the different chapters through an email sent to the AAZK chapters and the coordinator.\r\nAAZK will report on the status of the different chapters on its website and through social media.\r\nPBI will provide $25 towards the purchase of a bush for the team leading the charge at the halfway point on December 31, 2014. PBI will give a $100 prize to the winning chapter to plant a tree. (Adding a plaque is up to the institution.)\r\n<h4>What are the prizes?</h4>\r\nFirst place is awarded to the team with the most funds donated by Midnight Mountain Standard time on March 2, 2015 and reported to PBI no later than March 4, 2015. The winning team will receive a native tree to plant in a public location with a purchase value from a commercial nursery of no more than $100.\r\nIn addition, a challenge prize will be awarded to the team with the most funds donated by Midnight MST December 31, 2014 and reported to PBI by January 5, 2015. That team will receive a native bush to plant in a public location with a purchase value from a commercial nursery of no more than $25.\r\n<h4>How do I start?</h4>\r\n1. Find a group and become a champion.\r\n\r\n2. Make plans for events and strategies to raise funds over the course of the challenge, which officially runs from October 1, 2014 - March 2, 2015. (Although the competition begins on October 1, 2014, we’ll do a second push and close the registration on January 1, 2015 since so many chapters participate only in the spring.)\r\n\r\n3. Define roles and responsibilities including:</li>\r\n	<li>procedures for handling donations for your chapter and Institution</li>\r\n	<li>reporting to AAZK and PBI during the course of the challenge</li>\r\n	<li>4. Good luck on your efforts!\r\n<h4>How will reporting work?</h4>\r\nEach participating AAZK chapter is responsible for following national AAZK requirements for reporting on funds raised for conservation, as outlined in the re-chartering packet.\r\nPBI requests that each AAZK chapter report on their planting activity with a photo and description on the PBI community page, SOS Community Page.\r\nAcres for the Atmosphere projects or donations for planting in tropical forests should be completed within six months of the close of the challenge fundraiser. (Reports to SOS Community Page would occur between April - November, 2015.)\r\n<h4>What is an example of an  Acres for the Atmosphere project?</h4>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. Funds donated will support grant money for Acres for the Atmosphere plantings.\r\nFor more information contact Heather or Marissa at Acres@pbears.org.\r\n<h4>What other projects are eligible for tree planting?</h4>\r\nYour chapter or institution may participate in other conservation programs where tree planting is an important component. Saving tropical forest habitat, for example, impacts species and global climate change. AAZK recommends SaveNature.Org for tropical reforestation projects.\r\n<h4>How Does  Planting Trees Help Polar Bears?</h4>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested.\r\nReducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar  bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and\r\nsurvival.\r\nConservation actions that reduce the production of greenhouse gases are the most impactful efforts to save polar bears. Planting trees is one of the few tools that we have to sequester carbon. Saving tropical rainforests is even more impactful at sequestering CO2. As an individual\r\n\r\nAs an individual and group you can make difference:\r\n<ul>\r\n	<li>Don’t buy products with palm oil</li>\r\n	<li>Purchase shade-grown coffee</li>\r\n	<li>eat less meat or purchase local meat rather than meat produced in deforested tropical rain forests</li>\r\n</ul>\r\n<h4>For information contact:</h4>\r\n<h6>Trees For You &amp; Me:\r\nChristy christy.mazrimas-ott@aecetia.net/gws/aazk or christy.mazrimas-ott@czs.org\r\nAAZK: Wendy Lenhart, Conservation Committee Wendy.Lenhart@aecetia.net/gws/aazk or lenhart.wendy@phillyzoo.org\r\nPBI: Marissa Krouse at aac@polarbearsinternational.org</h6>\r\n</li>\r\n</ul>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2014-08-18 16:02:47', '2014-08-18 21:02:47', '', 2685, 'https://www.aazk.org/2685-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6345, 2, '2014-08-18 17:06:31', '2014-08-18 22:06:31', '<h2>2015 Challenge</h2>\r\n<h4>What is “Trees for You &amp; Me”?</h4>\r\n<img class="alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="180" /> Trees for You &amp; Me is a friendly competition among AAZK Chapters.  It was launched by former PBI Ambassadors as a fundraising challenge to plant trees.\r\n<div class="hr"></div>\r\n<h4>How does the Tree Planting Work?</h4>\r\nLocal AAZK Chapters compete with each other to raise funds. Each Chapter then has three options on how to apply the money they raise:\r\n<ul>\r\n<ul>\r\n	<li>They can use the funds in their own communities, by planting on the grounds of their own zoo or aquarium or by supporting a local tree-planting project. (If selected, this option should be coordinated with the <strong>Acres for the Atmosphere</strong> program).</li>\r\n	<li>They can donate the funds to <a href="http://Savenature.org">SaveNature.org</a>, an international tree-planting organization that works with tropical rainforests. With this option, the Chapter should talk about the importance of rainforests in combatting climate change as part of the fundraising process.</li>\r\n	<li>They can donate the funds to Polar Bear International in support of <strong>Acres for the Atmosphere</strong> projects.</li>\r\n</ul>\r\n</ul>\r\nWhichever option is chosen, the funds must be spent on planting trees or on a related greening effort. The effort must also include an educational event that invites others to take part in additional conservation behaviors that reduce CO². Planting trees in urban areas has distinct benefits, but the most important is that it brings together in a green activity.  Community engagement - c<em>itizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future</em> - is a critical step in creating movement to stop our dependence on fossil fuels and stop global warming.\r\n<div class="hr"></div>\r\n<h4>How will the Challenge Work?</h4>\r\n<ul>\r\n<ul>\r\n<ul>\r\n	<li>AAZK Chapters should register between October 1, 2014 and January 1, 2015 by sending the following information to <a href="http://acc@polarbearsinternational.org">ACC@polarbearsinternational.org</a>: the coordinator\'s name, the AAZK Chapter name, the affiliated zoo or aquarium, and the phone number and email address of the coordinator.</li>\r\n	<li>PBI will send communications about the Trees for You and Me effort to each Chapter\'s coordinator throughout the Challenge.</li>\r\n	<li>Chapters will report their results to PBI; periodic emails from PBI will announce the standings.</li>\r\n	<li>Chapters may follow the progress and results on the PBI and AAZK websites.</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\nFollowing the fundraising effort, Chapters will report on how they used the funds.  This includes sharing the effort with others through PBI\'s SOS Community Page (<a href="http://www.polarbearsinternational.org/saveourseaice">http://www.polarbearsinternational.org/saveourseaice</a>) and by reporting through the Chapter re-chartering process.\r\n<div class="hr"></div>\r\n<h4>When will Trees For You &amp; Me start?</h4>\r\nThe Challenge will begin October 1, 2014.  The last date to register is January 1, 2015.\r\n<div class="hr"></div>\r\n<h4>When will Trees For You &amp; Me end?</h4>\r\nThe Challenge will end at midnight MST on March 2, 2015. Results will be reported shortly thereafter when all the donations have been recorded by PBI.\r\n<div class="hr"></div>\r\n<h4>How can chapters raise and gather Challenge funds?</h4>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, a night at a local hangout that allows a 50/50 raffle, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution.\r\n<div class="hr"></div>\r\n<h4>How will the winners be awarded and announced?</h4>\r\nWe invite teams to report the amount of funds raised to PBI on December 31, and March 2, 2015.\r\n\r\nPBI will report on the status of the different chapters through an email sent to the AAZK Chapters and their coordinator.\r\n\r\nAAZK will report on the status of the different chapters on its website and through social media.\r\n\r\nPBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on December 31, 2014.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\r\n<div class="hr"></div>\r\n<h4>What are the prizes?</h4>\r\nFirst place is awarded to the team with the most funds donated by <strong>Midnight MST</strong> <strong>March 2, 2015</strong>, and were reported to PBI no later than March 4, 2015. The winning team receives a native  tree to plant in a public location with a purchase value from a commercial nursery of no more than $100.\r\n\r\nIn addition,  challenge prize will be awarded to the team with most  funds donated by <strong>Midnight MST December 31, 2014</strong>  and reported to PBI by January 5, 2015, That  will receive a native bush to plant in a public location with a purchase value from a commercial nursery of no more than $25.\r\n<div class="hr"></div>\r\n<h4>How do I start?</h4>\r\n<ul>\r\n<ul>\r\n<ul>\r\n<ol>\r\n	<li>Find a group and become a champion.</li>\r\n	<li>Make plans for events and strategies to raise the funds over the course of the Challenge, which officially runs from October 1, 2014 - March 2, 2015. (Although the competition begins on October 1, 2014, we\'ll do a second push and close the registration on January 1, 2015 since so many Chapters participate only in the spring.</li>\r\n	<li>Define roles and responsibilities including:</li>\r\n</ol>\r\n<ul>\r\n<ul>\r\n	<li>procedures for handling donations for your Chapter and Institution</li>\r\n	<li>reporting  to AAZK and PBI during the course of the Challenge.</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<p style="padding-left: 150px;">Good luck on your efforts.</p>\r\n\r\n<div class="hr"></div>\r\n<h4>How will reporting work?</h4>\r\nEach participating AAZK Chapter is responsible for following National AAZK National’s requirements for reporting on funds raised for conservation as outlined in the re-chartering packet.\r\nPBI requests that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, the PBI community page, SOS Community Page.\r\n<div class="hr"></div>\r\n<h4>What is an example of an  <a href="http://www.acresfor%20the atmosphere.org">Acres for the Atmosphere</a> project?</h4>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. Funds donated will support grant money for Acres for the Atmosphere plantings. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\r\n<div class="hr"></div>\r\n<div class="hr"></div>\r\n<h4>What other projects are eligible for tree planting?</h4>\r\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.\r\n<div class="hr"></div>\r\n<h4>How Does  Planting Trees Help Polar Bears?</h4>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\r\n<ul>\r\n<ul>\r\n<ul>\r\n	<li>Don’t buy products with palm oil</li>\r\n	<li>Purchase shade-grown coffee</li>\r\n	<li>Purchase local meat rather than meat produced in deforested tropical rain forests</li>\r\n</ul>\r\n</ul>\r\n</ul>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2014-08-18 17:06:31', '2014-08-18 22:06:31', '', 2685, 'https://www.aazk.org/2685-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6344, 2, '2014-08-18 16:45:46', '2014-08-18 21:45:46', '<h2>2015 Challenge</h2>\r\n<h4>What is “Trees for You &amp; Me”?</h4>\r\n<img class="alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="180" /> Trees for You &amp; Me is a friendly competition among AAZK Chapters.  It was launched by former PBI Ambassadors as a fundraising challenge to plant trees.\r\n<div class="hr"></div>\r\n<h4>How does the Tree Planting Work?</h4>\r\nLocal AAZK Chapters compete with each other to raise funds. Each Chapter then has three options on how to apply the money they raise:\r\n<ul>\r\n	<li>They can use the funds in their own communities, by planting on the grounds of their own zoo or aquarium or by supporting a local tree-planting project. (If selected, this option should be coordinated with the <strong>Acres for the Atmosphere</strong> program).</li>\r\n	<li>They can donate the funds to <a href="http://Savenature.org">SaveNature.org</a>, an international tree-planting organization that works with tropical rainforests. With this option, the Chapter should talk about the importance of rainforests in combatting climate change as part of the fundraising process.</li>\r\n	<li>They can donate the funds to Polar Bear International in support of <strong>Acres for the Atmosphere</strong> projects.</li>\r\n\r\nWhichever option is chosen, the funds must be spent on planting trees or on a related greening effort. The effort must also include an educational event that invites others to take part in additional conservation behaviors that reduce CO². Planting trees in urban areas has distinct benefits, but the most important is that it brings together in a green activity.  Community engagement - c<em>itizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future</em> - is a critical step in creating movement to stop our dependence on fossil fuels and stop global warming.\r\n<div class="hr"></div>\r\n<h4>How will the Challenge Work?</h4>\r\n<ul>\r\n	<li>AAZK Chapters should register between October 1, 2014 and January 1, 2015 by sending the following information to <a href="http://acc@polarbearsinternational.org">ACC@polarbearsinternational.org</a>: the coordinator\'s name, the AAZK Chapter name, the affiliated zoo or aquarium, and the phone number and email address of the coordinator.</li>\r\n	<li>PBI will send communications about the Trees for You and Me effort to each Chapter\'s coordinator throughout the Challenge.</li>\r\n	<li>Chapters will report their results to PBI; periodic emails from PBI will announce the standings.</li>\r\n	<li>Chapters may follow the progress and results on the PBI and AAZK websites.</li>\r\n\r\nFollowing the fundraising effort, Chapters will report on how they used the funds.  This includes sharing the effort with others through PBI\'s SOS Community Page (<a href="http://www.polarbearsinternational.org/saveourseaice">http://www.polarbearsinternational.org/saveourseaice</a>) and by reporting through the Chapter re-chartering process.\r\n<div class="hr"></div>\r\n<h4>When will Trees For You &amp; Me start?</h4>\r\nThe Challenge will begin October 1, 2014.  The last date to register is January 1, 2015.\r\n<div class="hr"></div>\r\n<h4>When will Trees For You &amp; Me end?</h4>\r\nThe campaign will end midnight, PST on March 1, 2014.\r\n<div class="hr"></div>\r\n<h4>How can chapters raise and gather campaign funds?</h4>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.\r\n<div class="hr"></div>\r\n<h4>How will the winners be awarded and announced?</h4>\r\nWe invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on February 15, 2014.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\r\n<div class="hr"></div>\r\n<h4>What are the prizes?</h4>\r\nFirst place is awarded to the team with the most funds reported to PBI on March 3, 2014, that were donated by Midnight MST March 1, 2014. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2014, that were donated by Midnight MST February 15, 2014. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.\r\n<div class="hr"></div>\r\n<h4>How do I start?</h4>\r\n<ul>\r\n	<li>Form a group and become a champion - Registration begins October 1, 2013.</li>\r\n	<li>Make plan for events and strategies to raise the funds over the course of the two months.</li>\r\n	<li>Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.</li>\r\n	<li>Good luck on your efforts.</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h4>How will reporting work?</h4>\r\nEach participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.\r\nPBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart" target="_blank">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2014.)\r\n<div class="hr"></div>\r\n<h4>What is an example of an  Acres for the Atmosphere project?</h4>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\r\n<div class="hr"></div>\r\n<h4>What is an example of an urban tree planting?</h4>\r\n<em>City of Sparta, Wisconsin</em>\r\nThe primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.\r\n<div class="hr"></div>\r\n<h4>What other projects are eligible for tree planting?</h4>\r\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.\r\n<div class="hr"></div>\r\n<h4>How Does  Planting Trees Help Polar Bears?</h4>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\r\n<ul>\r\n	<li>Don’t buy products with palm oil</li>\r\n	<li>Purchase shade-grown coffee</li>\r\n	<li>Purchase local meat rather than meat produced in deforested tropical rain forests</li>\r\n</ul>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2014-08-18 16:45:46', '2014-08-18 21:45:46', '', 2685, 'https://www.aazk.org/2685-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6339, 2, '2014-08-18 16:37:44', '2014-08-18 21:37:44', '<h2>2015 Challenge</h2>\r\n<h4>What is “Trees for You &amp; Me”?</h4>\r\n<img class="alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="180" /> Trees for You &amp; Me is a friendly competition among AAZK Chapters.  It was launched by former PBI Ambassadors as a fundraising challenge to plant trees.\r\n<div class="hr"></div>\r\n<h4>How does the Tree Planting Work?</h4>\r\nLocal AAZK Chapters compete with each other to raise funds. Each Chapter then has three options on how to apply the money they raise:\r\n<ul>\r\n	<li>They can use the funds in their own communities, by planting on the grounds of their own zoo or aquarium or by supporting a local tree-planting project. (If selected, this option should be coordinated with the <strong>Acres for the Atmosphere</strong> program).</li>\r\n	<li>They can donate the funds to <a href="http://Savenature.org">SaveNature.org</a>, an international tree-planting organization that works with tropical rainforests. With this option, the Chapter should talk about the importance of rainforests in combatting climate change as part of the fundraising process.</li>\r\n	<li>They can donate the funds to Polar Bear International in support of <strong>Acres for the Atmosphere</strong> projects.</li>\r\n</ul>\r\nWhichever option is chosen, the funds must be spent on planting trees or on a related greening effort. The effort must also include an educational event that invites others to take part in additional conservation behaviors that reduce CO². Planting trees in urban areas has distinct benefits, but the most important is that it brings together in a green activity.  Community engagement - c<em>itizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future</em> - is a critical step in creating movement to stop our dependence on fossil fuels and stop global warming.\r\n<div class="hr"></div>\r\n<h4>How will the Challenge Work?</h4>\r\n<ul>\r\n	<li>AAZK Chapters should register between October 1, 2014 and January 1, 2015 by sending the following information to <a href="http://acc@polarbearsinternational.org">ACC@polarbearsinternational.org</a>: the coordinator\'s name, the AAZK Chapter name, the affiliated zoo or aquarium, and the phone number and email address of the coordinator.</li>\r\n	<li>PBI will send communications about the Trees for You and Me effort to each Chapter\'s coordinator throughout the Challenge.</li>\r\n	<li>Chapters will report their results to PBI; periodic emails from PBI will announce the standings.</li>\r\n	<li>Chapters may follow the progress and results on the PBI and AAZK websites.</li>\r\n</ul>\r\n<div class="hr">Following the fundraising effort, Chapters will report on how they used the funds.  This includes sharing the effort with others through PBI\'s SOS Community Page (<a href="http://www.polarbearsinternational.org/saveourseaice">http://www.polarbearsinternational.org/saveourseaice</a>) and by reporting through the Chapter re-chartering process.</div>\r\n<div class="hr"></div>\r\n<h4>When will Trees For You &amp; Me start?</h4>\r\nThe Challenge will begin October 1, 2014.  The last date to register is January 1, 2015.\r\n<div class="hr"></div>\r\n<h4>When will Trees For You &amp; Me end?</h4>\r\nThe campaign will end midnight, PST on March 1, 2014.\r\n<div class="hr"></div>\r\n<h4>How can chapters raise and gather campaign funds?</h4>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.\r\n<div class="hr"></div>\r\n<h4>How will the winners be awarded and announced?</h4>\r\nWe invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on February 15, 2014.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\r\n<div class="hr"></div>\r\n<h4>What are the prizes?</h4>\r\nFirst place is awarded to the team with the most funds reported to PBI on March 3, 2014, that were donated by Midnight MST March 1, 2014. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2014, that were donated by Midnight MST February 15, 2014. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.\r\n<div class="hr"></div>\r\n<h4>How do I start?</h4>\r\n<ul>\r\n	<li>Form a group and become a champion - Registration begins October 1, 2013.</li>\r\n	<li>Make plan for events and strategies to raise the funds over the course of the two months.</li>\r\n	<li>Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.</li>\r\n	<li>Good luck on your efforts.</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h4>How will reporting work?</h4>\r\nEach participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.\r\nPBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart" target="_blank">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2014.)\r\n<div class="hr"></div>\r\n<h4>What is an example of an  Acres for the Atmosphere project?</h4>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\r\n<div class="hr"></div>\r\n<h4>What is an example of an urban tree planting?</h4>\r\n<em>City of Sparta, Wisconsin</em>\r\nThe primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.\r\n<div class="hr"></div>\r\n<h4>What other projects are eligible for tree planting?</h4>\r\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.\r\n<div class="hr"></div>\r\n<h4>How Does  Planting Trees Help Polar Bears?</h4>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\r\n<ul>\r\n	<li>Don’t buy products with palm oil</li>\r\n	<li>Purchase shade-grown coffee</li>\r\n	<li>Purchase local meat rather than meat produced in deforested tropical rain forests</li>\r\n</ul>\r\n<div id="inner-links"></div>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2014-08-18 16:37:44', '2014-08-18 21:37:44', '', 2685, 'https://www.aazk.org/2685-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6342, 2, '2014-08-18 16:42:28', '2014-08-18 21:42:28', '<h2>2015 Challenge</h2>\r\n<h4>What is “Trees for You &amp; Me”?</h4>\r\n<img class="alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="180" /> Trees for You &amp; Me is a friendly competition among AAZK Chapters.  It was launched by former PBI Ambassadors as a fundraising challenge to plant trees.\r\n<div class="hr"></div>\r\n<h4>How does the Tree Planting Work?</h4>\r\nLocal AAZK Chapters compete with each other to raise funds. Each Chapter then has three options on how to apply the money they raise:\r\n<ul>\r\n	<li>They can use the funds in their own communities, by planting on the grounds of their own zoo or aquarium or by supporting a local tree-planting project. (If selected, this option should be coordinated with the <strong>Acres for the Atmosphere</strong> program).</li>\r\n	<li>They can donate the funds to <a href="http://Savenature.org">SaveNature.org</a>, an international tree-planting organization that works with tropical rainforests. With this option, the Chapter should talk about the importance of rainforests in combatting climate change as part of the fundraising process.</li>\r\n	<li>They can donate the funds to Polar Bear International in support of <strong>Acres for the Atmosphere</strong> projects.</li>\r\n</ul>\r\nWhichever option is chosen, the funds must be spent on planting trees or on a related greening effort. The effort must also include an educational event that invites others to take part in additional conservation behaviors that reduce CO². Planting trees in urban areas has distinct benefits, but the most important is that it brings together in a green activity.  Community engagement - c<em>itizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future</em> - is a critical step in creating movement to stop our dependence on fossil fuels and stop global warming.\r\n<div class="hr"></div>\r\n<h4>How will the Challenge Work?</h4>\r\n<ul>\r\n	<li>AAZK Chapters should register between October 1, 2014 and January 1, 2015 by sending the following information to <a href="http://acc@polarbearsinternational.org">ACC@polarbearsinternational.org</a>: the coordinator\'s name, the AAZK Chapter name, the affiliated zoo or aquarium, and the phone number and email address of the coordinator.</li>\r\n	<li>PBI will send communications about the Trees for You and Me effort to each Chapter\'s coordinator throughout the Challenge.</li>\r\n	<li>Chapters will report their results to PBI; periodic emails from PBI will announce the standings.</li>\r\n	<li>Chapters may follow the progress and results on the PBI and AAZK websites.</li>\r\n</ul>\r\n<div class="hr">Following the fundraising effort, Chapters will report on how they used the funds.  This includes sharing the effort with others through PBI\'s SOS Community Page (<a href="http://www.polarbearsinternational.org/saveourseaice">http://www.polarbearsinternational.org/saveourseaice</a>) and by reporting through the Chapter re-chartering process.</div>\r\n<div class="hr"></div>\r\n<div class="hr"></div>\r\n<h4>When will Trees For You &amp; Me start?</h4>\r\nThe Challenge will begin October 1, 2014.  The last date to register is January 1, 2015.\r\n<div class="hr"></div>\r\n<h4>When will Trees For You &amp; Me end?</h4>\r\nThe campaign will end midnight, PST on March 1, 2014.\r\n<div class="hr"></div>\r\n<h4>How can chapters raise and gather campaign funds?</h4>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.\r\n<div class="hr"></div>\r\n<h4>How will the winners be awarded and announced?</h4>\r\nWe invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on February 15, 2014.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\r\n<div class="hr"></div>\r\n<h4>What are the prizes?</h4>\r\nFirst place is awarded to the team with the most funds reported to PBI on March 3, 2014, that were donated by Midnight MST March 1, 2014. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2014, that were donated by Midnight MST February 15, 2014. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.\r\n<div class="hr"></div>\r\n<h4>How do I start?</h4>\r\n<ul>\r\n	<li>Form a group and become a champion - Registration begins October 1, 2013.</li>\r\n	<li>Make plan for events and strategies to raise the funds over the course of the two months.</li>\r\n	<li>Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.</li>\r\n	<li>Good luck on your efforts.</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h4>How will reporting work?</h4>\r\nEach participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.\r\nPBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart" target="_blank">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2014.)\r\n<div class="hr"></div>\r\n<h4>What is an example of an  Acres for the Atmosphere project?</h4>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\r\n<div class="hr"></div>\r\n<h4>What is an example of an urban tree planting?</h4>\r\n<em>City of Sparta, Wisconsin</em>\r\nThe primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.\r\n<div class="hr"></div>\r\n<h4>What other projects are eligible for tree planting?</h4>\r\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.\r\n<div class="hr"></div>\r\n<h4>How Does  Planting Trees Help Polar Bears?</h4>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\r\n<ul>\r\n	<li>Don’t buy products with palm oil</li>\r\n	<li>Purchase shade-grown coffee</li>\r\n	<li>Purchase local meat rather than meat produced in deforested tropical rain forests</li>\r\n</ul>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2014-08-18 16:42:28', '2014-08-18 21:42:28', '', 2685, 'https://www.aazk.org/2685-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6340, 2, '2014-08-18 16:38:18', '2014-08-18 21:38:18', '<h2>2015 Challenge</h2>\r\n<h4>What is “Trees for You &amp; Me”?</h4>\r\n<img class="alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="180" /> Trees for You &amp; Me is a friendly competition among AAZK Chapters.  It was launched by former PBI Ambassadors as a fundraising challenge to plant trees.\r\n<div class="hr"></div>\r\n<h4>How does the Tree Planting Work?</h4>\r\nLocal AAZK Chapters compete with each other to raise funds. Each Chapter then has three options on how to apply the money they raise:\r\n<ul>\r\n	<li>They can use the funds in their own communities, by planting on the grounds of their own zoo or aquarium or by supporting a local tree-planting project. (If selected, this option should be coordinated with the <strong>Acres for the Atmosphere</strong> program).</li>\r\n	<li>They can donate the funds to <a href="http://Savenature.org">SaveNature.org</a>, an international tree-planting organization that works with tropical rainforests. With this option, the Chapter should talk about the importance of rainforests in combatting climate change as part of the fundraising process.</li>\r\n	<li>They can donate the funds to Polar Bear International in support of <strong>Acres for the Atmosphere</strong> projects.</li>\r\n</ul>\r\nWhichever option is chosen, the funds must be spent on planting trees or on a related greening effort. The effort must also include an educational event that invites others to take part in additional conservation behaviors that reduce CO². Planting trees in urban areas has distinct benefits, but the most important is that it brings together in a green activity.  Community engagement - c<em>itizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future</em> - is a critical step in creating movement to stop our dependence on fossil fuels and stop global warming.\r\n<div class="hr"></div>\r\n<h4>How will the Challenge Work?</h4>\r\n<ul>\r\n	<li>AAZK Chapters should register between October 1, 2014 and January 1, 2015 by sending the following information to <a href="http://acc@polarbearsinternational.org">ACC@polarbearsinternational.org</a>: the coordinator\'s name, the AAZK Chapter name, the affiliated zoo or aquarium, and the phone number and email address of the coordinator.</li>\r\n	<li>PBI will send communications about the Trees for You and Me effort to each Chapter\'s coordinator throughout the Challenge.</li>\r\n	<li>Chapters will report their results to PBI; periodic emails from PBI will announce the standings.</li>\r\n	<li>Chapters may follow the progress and results on the PBI and AAZK websites.</li>\r\n</ul>\r\n<div class="hr">Following the fundraising effort, Chapters will report on how they used the funds.  This includes sharing the effort with others through PBI\'s SOS Community Page (<a href="http://www.polarbearsinternational.org/saveourseaice">http://www.polarbearsinternational.org/saveourseaice</a>) and by reporting through the Chapter re-chartering process.</div>\r\n<div class="hr"></div>\r\n<h4 class="hr">When will Trees For You &amp; Me start?</h4>\r\nThe Challenge will begin October 1, 2014.  The last date to register is January 1, 2015.\r\n<div class="hr"></div>\r\n<h4>When will Trees For You &amp; Me end?</h4>\r\nThe campaign will end midnight, PST on March 1, 2014.\r\n<div class="hr"></div>\r\n<h4>How can chapters raise and gather campaign funds?</h4>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.\r\n<div class="hr"></div>\r\n<h4>How will the winners be awarded and announced?</h4>\r\nWe invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on February 15, 2014.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\r\n<div class="hr"></div>\r\n<h4>What are the prizes?</h4>\r\nFirst place is awarded to the team with the most funds reported to PBI on March 3, 2014, that were donated by Midnight MST March 1, 2014. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2014, that were donated by Midnight MST February 15, 2014. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.\r\n<div class="hr"></div>\r\n<h4>How do I start?</h4>\r\n<ul>\r\n	<li>Form a group and become a champion - Registration begins October 1, 2013.</li>\r\n	<li>Make plan for events and strategies to raise the funds over the course of the two months.</li>\r\n	<li>Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.</li>\r\n	<li>Good luck on your efforts.</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h4>How will reporting work?</h4>\r\nEach participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.\r\nPBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart" target="_blank">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2014.)\r\n<div class="hr"></div>\r\n<h4>What is an example of an  Acres for the Atmosphere project?</h4>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\r\n<div class="hr"></div>\r\n<h4>What is an example of an urban tree planting?</h4>\r\n<em>City of Sparta, Wisconsin</em>\r\nThe primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.\r\n<div class="hr"></div>\r\n<h4>What other projects are eligible for tree planting?</h4>\r\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.\r\n<div class="hr"></div>\r\n<h4>How Does  Planting Trees Help Polar Bears?</h4>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\r\n<ul>\r\n	<li>Don’t buy products with palm oil</li>\r\n	<li>Purchase shade-grown coffee</li>\r\n	<li>Purchase local meat rather than meat produced in deforested tropical rain forests</li>\r\n</ul>\r\n<div id="inner-links"></div>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2014-08-18 16:38:18', '2014-08-18 21:38:18', '', 2685, 'https://www.aazk.org/2685-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6341, 2, '2014-08-18 16:40:08', '2014-08-18 21:40:08', '<h2>2015 Challenge</h2>\r\n<h4>What is “Trees for You &amp; Me”?</h4>\r\n<img class="alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="180" /> Trees for You &amp; Me is a friendly competition among AAZK Chapters.  It was launched by former PBI Ambassadors as a fundraising challenge to plant trees.\r\n<div class="hr"></div>\r\n<h4>How does the Tree Planting Work?</h4>\r\nLocal AAZK Chapters compete with each other to raise funds. Each Chapter then has three options on how to apply the money they raise:\r\n<ul>\r\n	<li>They can use the funds in their own communities, by planting on the grounds of their own zoo or aquarium or by supporting a local tree-planting project. (If selected, this option should be coordinated with the <strong>Acres for the Atmosphere</strong> program).</li>\r\n	<li>They can donate the funds to <a href="http://Savenature.org">SaveNature.org</a>, an international tree-planting organization that works with tropical rainforests. With this option, the Chapter should talk about the importance of rainforests in combatting climate change as part of the fundraising process.</li>\r\n	<li>They can donate the funds to Polar Bear International in support of <strong>Acres for the Atmosphere</strong> projects.</li>\r\n</ul>\r\nWhichever option is chosen, the funds must be spent on planting trees or on a related greening effort. The effort must also include an educational event that invites others to take part in additional conservation behaviors that reduce CO². Planting trees in urban areas has distinct benefits, but the most important is that it brings together in a green activity.  Community engagement - c<em>itizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future</em> - is a critical step in creating movement to stop our dependence on fossil fuels and stop global warming.\r\n<div class="hr"></div>\r\n<h4>How will the Challenge Work?</h4>\r\n<ul>\r\n	<li>AAZK Chapters should register between October 1, 2014 and January 1, 2015 by sending the following information to <a href="http://acc@polarbearsinternational.org">ACC@polarbearsinternational.org</a>: the coordinator\'s name, the AAZK Chapter name, the affiliated zoo or aquarium, and the phone number and email address of the coordinator.</li>\r\n	<li>PBI will send communications about the Trees for You and Me effort to each Chapter\'s coordinator throughout the Challenge.</li>\r\n	<li>Chapters will report their results to PBI; periodic emails from PBI will announce the standings.</li>\r\n	<li>Chapters may follow the progress and results on the PBI and AAZK websites.</li>\r\n</ul>\r\n<div class="hr">Following the fundraising effort, Chapters will report on how they used the funds.  This includes sharing the effort with others through PBI\'s SOS Community Page (<a href="http://www.polarbearsinternational.org/saveourseaice">http://www.polarbearsinternational.org/saveourseaice</a>) and by reporting through the Chapter re-chartering process.</div>\r\n<ul>\r\n<div class="hr"></div>\r\nWhen will Trees For You &amp; Me start?</h4>\r\nThe Challenge will begin October 1, 2014.  The last date to register is January 1, 2015.\r\n<div class="hr"></div>\r\n<h4>When will Trees For You &amp; Me end?</h4>\r\nThe campaign will end midnight, PST on March 1, 2014.\r\n<div class="hr"></div>\r\n<h4>How can chapters raise and gather campaign funds?</h4>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.\r\n<div class="hr"></div>\r\n<h4>How will the winners be awarded and announced?</h4>\r\nWe invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on February 15, 2014.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\r\n<div class="hr"></div>\r\n<h4>What are the prizes?</h4>\r\nFirst place is awarded to the team with the most funds reported to PBI on March 3, 2014, that were donated by Midnight MST March 1, 2014. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2014, that were donated by Midnight MST February 15, 2014. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.\r\n<div class="hr"></div>\r\n<h4>How do I start?</h4>\r\n<ul>\r\n	<li>Form a group and become a champion - Registration begins October 1, 2013.</li>\r\n	<li>Make plan for events and strategies to raise the funds over the course of the two months.</li>\r\n	<li>Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.</li>\r\n	<li>Good luck on your efforts.</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h4>How will reporting work?</h4>\r\nEach participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.\r\nPBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart" target="_blank">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2014.)\r\n<div class="hr"></div>\r\n<h4>What is an example of an  Acres for the Atmosphere project?</h4>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\r\n<div class="hr"></div>\r\n<h4>What is an example of an urban tree planting?</h4>\r\n<em>City of Sparta, Wisconsin</em>\r\nThe primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.\r\n<div class="hr"></div>\r\n<h4>What other projects are eligible for tree planting?</h4>\r\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.\r\n<div class="hr"></div>\r\n<h4>How Does  Planting Trees Help Polar Bears?</h4>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\r\n<ul>\r\n	<li>Don’t buy products with palm oil</li>\r\n	<li>Purchase shade-grown coffee</li>\r\n	<li>Purchase local meat rather than meat produced in deforested tropical rain forests</li>\r\n</ul>\r\n<div id="inner-links"></div>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2014-08-18 16:40:08', '2014-08-18 21:40:08', '', 2685, 'https://www.aazk.org/2685-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6343, 2, '2014-08-18 16:43:36', '2014-08-18 21:43:36', '<h2>2015 Challenge</h2>\r\n<h4>What is “Trees for You &amp; Me”?</h4>\r\n<img class="alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="180" /> Trees for You &amp; Me is a friendly competition among AAZK Chapters.  It was launched by former PBI Ambassadors as a fundraising challenge to plant trees.\r\n<div class="hr"></div>\r\n<h4>How does the Tree Planting Work?</h4>\r\nLocal AAZK Chapters compete with each other to raise funds. Each Chapter then has three options on how to apply the money they raise:\r\n<ul>\r\n	<li>They can use the funds in their own communities, by planting on the grounds of their own zoo or aquarium or by supporting a local tree-planting project. (If selected, this option should be coordinated with the <strong>Acres for the Atmosphere</strong> program).</li>\r\n	<li>They can donate the funds to <a href="http://Savenature.org">SaveNature.org</a>, an international tree-planting organization that works with tropical rainforests. With this option, the Chapter should talk about the importance of rainforests in combatting climate change as part of the fundraising process.</li>\r\n	<li>They can donate the funds to Polar Bear International in support of <strong>Acres for the Atmosphere</strong> projects.</li>\r\n\r\nWhichever option is chosen, the funds must be spent on planting trees or on a related greening effort. The effort must also include an educational event that invites others to take part in additional conservation behaviors that reduce CO². Planting trees in urban areas has distinct benefits, but the most important is that it brings together in a green activity.  Community engagement - c<em>itizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future</em> - is a critical step in creating movement to stop our dependence on fossil fuels and stop global warming.\r\n<div class="hr"></div>\r\n<h4>How will the Challenge Work?</h4>\r\n<ul>\r\n	<li>AAZK Chapters should register between October 1, 2014 and January 1, 2015 by sending the following information to <a href="http://acc@polarbearsinternational.org">ACC@polarbearsinternational.org</a>: the coordinator\'s name, the AAZK Chapter name, the affiliated zoo or aquarium, and the phone number and email address of the coordinator.</li>\r\n	<li>PBI will send communications about the Trees for You and Me effort to each Chapter\'s coordinator throughout the Challenge.</li>\r\n	<li>Chapters will report their results to PBI; periodic emails from PBI will announce the standings.</li>\r\n	<li>Chapters may follow the progress and results on the PBI and AAZK websites.</li>\r\n</ul>\r\n<div class="hr">Following the fundraising effort, Chapters will report on how they used the funds.  This includes sharing the effort with others through PBI\'s SOS Community Page (<a href="http://www.polarbearsinternational.org/saveourseaice">http://www.polarbearsinternational.org/saveourseaice</a>) and by reporting through the Chapter re-chartering process.</div>\r\n<div class="hr"></div>\r\n<div class="hr"></div>\r\n<h4>When will Trees For You &amp; Me start?</h4>\r\nThe Challenge will begin October 1, 2014.  The last date to register is January 1, 2015.\r\n<div class="hr"></div>\r\n<h4>When will Trees For You &amp; Me end?</h4>\r\nThe campaign will end midnight, PST on March 1, 2014.\r\n<div class="hr"></div>\r\n<h4>How can chapters raise and gather campaign funds?</h4>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution and reporting to AAZK similarly to Bowling for Rhinos in the re-charter packet.\r\n<div class="hr"></div>\r\n<h4>How will the winners be awarded and announced?</h4>\r\nWe invite teams to report the amount of funds raised to PBI on January 31, February 16 and March 2. PBI will report on the status of the different chapters by sharing a website with updates at the half- way point and at the end. AAZK will report on the status of the different chapters on its website and through social media. PBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on February 15, 2014.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\r\n<div class="hr"></div>\r\n<h4>What are the prizes?</h4>\r\nFirst place is awarded to the team with the most funds reported to PBI on March 3, 2014, that were donated by Midnight MST March 1, 2014. The team receives a tree to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $100. A challenge prize is awarded to the team with highest amount of funds reported to PBI by February 16, 2014, that were donated by Midnight MST February 15, 2014. The team receives a bush to plant in a public location that is a native species to that area with a purchase value from a commercial nursery of no more than $25.\r\n<div class="hr"></div>\r\n<h4>How do I start?</h4>\r\n<ul>\r\n	<li>Form a group and become a champion - Registration begins October 1, 2013.</li>\r\n	<li>Make plan for events and strategies to raise the funds over the course of the two months.</li>\r\n	<li>Define roles and responsibilities including confirming procedures for handling donations for your chapter and Institution and who will report to AAZK and PBI during the course of the campaign.</li>\r\n	<li>Good luck on your efforts.</li>\r\n</ul>\r\n<div class="hr"></div>\r\n<h4>How will reporting work?</h4>\r\nEach participating AAZK chapter is responsible for following AAZK National’s requirements for reporting on funds raised for conservation in the re-chartering packet.\r\nPBI requires that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, <a href="http://www.polarbearsinternational.org/myplanetmypart" target="_blank">My Planet, My Part</a>. Acres for the Atmosphere projects or donations to tropical forests planting should be completed within six months of the campaign fundraiser close. (Reports to My Planet, My Part would occur between April-November, 2014.)\r\n<div class="hr"></div>\r\n<h4>What is an example of an  Acres for the Atmosphere project?</h4>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\r\n<div class="hr"></div>\r\n<h4>What is an example of an urban tree planting?</h4>\r\n<em>City of Sparta, Wisconsin</em>\r\nThe primary goal of this project is to plant a diverse mixture of 1.5" caliper saplings before Emerald Ash Borer infestations destroy the city’s tree canopy. This project has a strong educational component. The proposal includes working with the local school\'s Earth Club, the county extension office, and Master Gardeners. City residents and homeowners plan to be engaged in watering and mulching the project trees adjacent to their homes. The hope is this will inspire individuals to plant additional trees on their own personal property. The community is willing to develop and place signage in their city parks highlighting the donor.\r\n<div class="hr"></div>\r\n<h4>What other projects are eligible for tree planting?</h4>\r\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component, no matter the taxon, saving tropical forest habitat impacts species and global climate change.\r\n<div class="hr"></div>\r\n<h4>How Does  Planting Trees Help Polar Bears?</h4>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested. Reducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival. Conservation actions that reduce the production of GHGs are the most impactful efforts to save polar bears. Planting trees in North America is one of the few tools that we have to sequester carbon. For other forestation efforts, saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\r\n<ul>\r\n	<li>Don’t buy products with palm oil</li>\r\n	<li>Purchase shade-grown coffee</li>\r\n	<li>Purchase local meat rather than meat produced in deforested tropical rain forests</li>\r\n</ul>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2014-08-18 16:43:36', '2014-08-18 21:43:36', '', 2685, 'https://www.aazk.org/2685-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6346, 2, '2014-08-18 17:18:50', '2014-08-18 22:18:50', '<h2>2015 Challenge</h2>\r\n<h4>What is “Trees for You &amp; Me”?</h4>\r\n<img class="alignleft" title="trees_u_me" src="http://aecetia.net/gws/aazk/wp-content/uploads/trees_u_me.jpg" alt="trees_u_me" width="180" /> Trees for You &amp; Me is a friendly competition among AAZK Chapters.  It was launched by former PBI Ambassadors as a fundraising challenge to plant trees.\r\n<div class="hr"></div>\r\n<h4>How does the Tree Planting Work?</h4>\r\nLocal AAZK Chapters compete with each other to raise funds. Each Chapter then has three options on how to apply the money they raise:\r\n<ul>\r\n<ul>\r\n	<li>They can use the funds in their own communities, by planting on the grounds of their own zoo or aquarium or by supporting a local tree-planting project. (If selected, this option should be coordinated with the <strong>Acres for the Atmosphere</strong> program).</li>\r\n	<li>They can donate the funds to <a href="http://Savenature.org">SaveNature.org</a>, an international tree-planting organization that works with tropical rainforests. With this option, the Chapter should talk about the importance of rainforests in combatting climate change as part of the fundraising process.</li>\r\n	<li>They can donate the funds to Polar Bear International in support of <strong>Acres for the Atmosphere</strong> projects.</li>\r\n</ul>\r\n</ul>\r\nWhichever option is chosen, the funds must be spent on planting trees or on a related greening effort. The effort must also include an educational event that invites others to take part in additional conservation behaviors that reduce CO². Planting trees in urban areas has distinct benefits, but the most important is that it brings together in a green activity.  Community engagement - c<em>itizens working collaboratively, through inspired action and learning, to create and realize bold visions for their common future</em> - is a critical step in creating movement to stop our dependence on fossil fuels and stop global warming.\r\n<div class="hr"></div>\r\n<h4>How will the Challenge Work?</h4>\r\n<ul>\r\n<ul>\r\n<ul>\r\n	<li>AAZK Chapters should register between October 1, 2014 and January 1, 2015 by sending the following information to <a href="http://acc@polarbearsinternational.org">ACC@polarbearsinternational.org</a>: the coordinator\'s name, the AAZK Chapter name, the affiliated zoo or aquarium, and the phone number and email address of the coordinator.</li>\r\n	<li>PBI will send communications about the Trees for You and Me effort to each Chapter\'s coordinator throughout the Challenge.</li>\r\n	<li>Chapters will report their results to PBI; periodic emails from PBI will announce the standings.</li>\r\n	<li>Chapters may follow the progress and results on the PBI and AAZK websites.</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\nFollowing the fundraising effort, Chapters will report on how they used the funds.  This includes sharing the effort with others through PBI\'s SOS Community Page (<a href="http://www.polarbearsinternational.org/saveourseaice">http://www.polarbearsinternational.org/saveourseaice</a>) and by reporting through the Chapter re-chartering process.\r\n<div class="hr"></div>\r\n<h4>When will Trees For You &amp; Me start?</h4>\r\nThe Challenge will begin October 1, 2014.  The last date to register is January 1, 2015.\r\n<div class="hr"></div>\r\n<h4>When will Trees For You &amp; Me end?</h4>\r\nThe Challenge will end at midnight MST on March 2, 2015. Results will be reported shortly thereafter when all the donations have been recorded by PBI.\r\n<div class="hr"></div>\r\n<h4>How can chapters raise and gather Challenge funds?</h4>\r\nEach AAZK chapter can determine the way they want to raise money. Projects in the past have included bake sales, polar plunges, miniature golf events, garage sales, silent auctions, fun runs, spaghetti dinners, car washes, recycling programs, a night at a local hangout that allows a 50/50 raffle, and more. The actual cash handling procedures will be the same you follow for other campaigns for your Chapter at your institution.\r\n<div class="hr"></div>\r\n<h4>How will the winners be awarded and announced?</h4>\r\nWe invite teams to report the amount of funds raised to PBI on December 31, and March 2, 2015.\r\n\r\nPBI will report on the status of the different chapters through an email sent to the AAZK Chapters and their coordinator.\r\n\r\nAAZK will report on the status of the different chapters on its website and through social media.\r\n\r\nPBI will provide $25 towards the purchase of a bush for the team leading the charge at the half-way point on December 31, 2014.  PBI will give a $100 prize to the winning chapter to plant a tree. (A plaque is up to the institution.)\r\n<div class="hr"></div>\r\n<h4>What are the prizes?</h4>\r\nFirst place is awarded to the team with the most funds donated by <strong>Midnight MST</strong> <strong>March 2, 2015</strong>, and were reported to PBI no later than March 4, 2015. The winning team receives a native  tree to plant in a public location with a purchase value from a commercial nursery of no more than $100.\r\n\r\nIn addition,  challenge prize will be awarded to the team with most  funds donated by <strong>Midnight MST December 31, 2014</strong>  and reported to PBI by January 5, 2015, That  will receive a native bush to plant in a public location with a purchase value from a commercial nursery of no more than $25.\r\n<div class="hr"></div>\r\n<h4>How do I start?</h4>\r\n<ul>\r\n<ul>\r\n<ul>\r\n<ol>\r\n	<li>Find a group and become a champion.</li>\r\n	<li>Make plans for events and strategies to raise the funds over the course of the Challenge, which officially runs from October 1, 2014 - March 2, 2015. (Although the competition begins on October 1, 2014, we\'ll do a second push and close the registration on January 1, 2015 since so many Chapters participate only in the spring.</li>\r\n	<li>Define roles and responsibilities including:</li>\r\n</ol>\r\n<ul>\r\n<ul>\r\n	<li>procedures for handling donations for your Chapter and Institution</li>\r\n	<li>reporting  to AAZK and PBI during the course of the Challenge.</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<p style="padding-left: 150px;">Good luck on your efforts.</p>\r\n\r\n<div class="hr"></div>\r\n<h4>How will reporting work?</h4>\r\nEach participating AAZK Chapter is responsible for following National AAZK National’s requirements for reporting on funds raised for conservation as outlined in the re-chartering packet.\r\nPBI requests that each AAZK Chapter report about the planting activity with a photo and description on PBI\'s new community, the PBI community page, SOS Community Page.\r\n<div class="hr"></div>\r\n<h4>What is an example of an  <a href="http://www.acresfor%20the atmosphere.org">Acres for the Atmosphere</a> project?</h4>\r\nThe Acres program involves tree planting, learning, and FUN! Participants plant trees in local communities and also help educate the public about the benefits of tree planting to counteract a warming climate. Funds donated will support grant money for Acres for the Atmosphere plantings. For more information, contact Heather or Marissa at  <a href="mailto:Acres@pbears.org">Acres@pbears.org</a>.\r\n<div class="hr"></div>\r\n<h4>What other projects are eligible for tree planting?</h4>\r\nYour Chapter or Institution may participate in other conservation programs where tree planting is an important component. Saving tropical rainforest habitat, for example, impacts species and global climate change. AAZK recommends <a href="http://www.SaveNature.org">SaveNature.org </a> for tropical reforestation projects.\r\n<div class="hr"></div>\r\n<h4>How Does  Planting Trees Help Polar Bears?</h4>\r\nTrees act as “carbon sinks” that absorb CO2 from the air. They store this carbon in roots, trunks, stems, and leaves while they grow and in wood products after they\'re harvested.\r\n\r\nReducing the build-up of carbon in the atmosphere is necessary to reverse climate change. Polar bears depend on the sea ice to hunt, breed, and in some cases to den. Less carbon in the atmosphere means better conditions to retain arctic sea ice and improve polar bear habitat and survival.\r\n\r\nConservation actions that reduce the production of greenhouse gases are the most impactful efforts to save polar bears. Planting trees is one of the few tools that we have to sequester carbon. Saving tropical rainforests is even more impactful for sequestering CO2. As an individual and group you can make difference:\r\n<ul>\r\n<ul>\r\n<ul>\r\n	<li>Don’t buy products with palm oil</li>\r\n	<li>Purchase shade-grown coffee</li>\r\n	<li>Eat less meat or purchase local meat rather than meat produced in deforested tropical rain forests</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<h4>For More Information Contact:</h4>\r\n<strong>Trees for You and Me:</strong>\r\n\r\nChristy <a href="http://christy.mazrimus-ott@aecetia.net/gws/aazk">christy.mazrimas-ott@aecetia.net/gws/aazk </a>or <a href="http://christy.mazrimus-ott@czs.org">christy.mazrimas-ott@czs.org</a>\r\n\r\nAAZK: Wendy Lenhart, Conservation Committee (Oversight) at <a href="http://Wendy.Lenhart@aecetia.net/gws/aazk%20">Wendy.Lenhart@aecetia.net/gws/aazk </a>or <a href="http://lenhart.wendy@phillyzoo.org">lenhart.wendy@phillyzoo.org</a>\r\n\r\nPBI: Marissa Krouse at <a href="http://acc@polarbearsinternational.org">acc@polarbearsinternational.org</a>', 'Trees for You and Me', 0, '', 'inherit', 'closed', 'closed', '', '2685-revision-v1', '', '', '2014-08-18 17:18:50', '2014-08-18 22:18:50', '', 2685, 'https://www.aazk.org/2685-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6347, 2, '2014-08-18 17:21:27', '0000-00-00 00:00:00', '', 'Auto Draft', 0, '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2014-08-18 17:21:27', '0000-00-00 00:00:00', '', 0, 'https://www.aazk.org/?page_id=6347', 0, 'page', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6348, 3, '2014-08-18 17:37:43', '2014-08-18 22:37:43', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently looking for a part-time Event Host/Hostess.  This person will work with our Events Team to carry out the daily aspects of the Birthday program and other special events, strong interpersonal skills are a must for this position.  The Event Host/Hostess will coordinate parties, interact with guests, lead activities, serve refreshments, and assist with set up and tear down of events.  \r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include a flexible schedule, valid driver’s license, knowledge of MS Office programs, and ability to pass pre-employment background check and drug test.\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=712&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n\r\n', 'Event Host', 0, '', 'publish', 'closed', 'closed', '', 'event-host', '', '', '2014-08-18 17:37:43', '2014-08-18 22:37:43', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6348', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6349, 0, '2014-08-18 17:37:43', '2014-08-18 22:37:43', '', 'Event Host', 0, '', 'inherit', 'closed', 'closed', '', '6348-revision-v1', '', '', '2014-08-18 17:37:43', '2014-08-18 22:37:43', '', 6348, 'https://www.aazk.org/6348-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6350, 0, '2014-08-18 17:37:43', '2014-08-18 22:37:43', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently looking for a part-time Event Host/Hostess.  This person will work with our Events Team to carry out the daily aspects of the Birthday program and other special events, strong interpersonal skills are a must for this position.  The Event Host/Hostess will coordinate parties, interact with guests, lead activities, serve refreshments, and assist with set up and tear down of events.  \r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements for this position include a flexible schedule, valid driver’s license, knowledge of MS Office programs, and ability to pass pre-employment background check and drug test.\r\n<h6>Compensation and benefits</h6>\r\n<em>Not specified.</em>\r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=712&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n\r\n', 'Event Host', 0, '', 'inherit', 'closed', 'closed', '', '6348-revision-v1', '', '', '2014-08-18 17:37:43', '2014-08-18 22:37:43', '', 6348, 'https://www.aazk.org/6348-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6351, 3, '2014-08-18 17:38:59', '2014-08-18 22:38:59', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently looking for an Event Facilitator to be responsible for group events at the Zoo.  If you have previous banquet or custodial experience, this may be the job for you!  The Event Facilitator will assist with set-up and break down of event activities, and supervise additional helpers when needed.  This person will also work directly with Caterers, Park Rangers and Bar Staff to execute our events with professionalism and quality guest service. \r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements include possession of a valid driver’s license and ability to work a flexible schedule that may include weekends, evenings, and holidays. All Phoenix Zoo employees must pass pre-employment background checks including a drug test.\r\n<h6>Compensation and benefits</h6>\r\n\r\nThis is a full time position with a starting hourly wage between $10.59 – $11.91 and a complete benefits package that includes medical, dental and vision insurance, 401(k) with company match and generous PTO. \r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=711&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Event Facilitator', 0, '', 'publish', 'closed', 'closed', '', 'event-facilitator-2', '', '', '2014-08-18 17:38:59', '2014-08-18 22:38:59', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6351', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6352, 0, '2014-08-18 17:38:59', '2014-08-18 22:38:59', '', 'Event Facilitator', 0, '', 'inherit', 'closed', 'closed', '', '6351-revision-v1', '', '', '2014-08-18 17:38:59', '2014-08-18 22:38:59', '', 6351, 'https://www.aazk.org/6351-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6353, 0, '2014-08-18 17:38:59', '2014-08-18 22:38:59', '<h5>Facility</h5>\r\n<p>Phoenix Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nThe Phoenix Zoo is currently looking for an Event Facilitator to be responsible for group events at the Zoo.  If you have previous banquet or custodial experience, this may be the job for you!  The Event Facilitator will assist with set-up and break down of event activities, and supervise additional helpers when needed.  This person will also work directly with Caterers, Park Rangers and Bar Staff to execute our events with professionalism and quality guest service. \r\n<h6>Education and Pre-requisites</h6>\r\nMinimum requirements include possession of a valid driver’s license and ability to work a flexible schedule that may include weekends, evenings, and holidays. All Phoenix Zoo employees must pass pre-employment background checks including a drug test.\r\n<h6>Compensation and benefits</h6>\r\n\r\nThis is a full time position with a starting hourly wage between $10.59 – $11.91 and a complete benefits package that includes medical, dental and vision insurance, 401(k) with company match and generous PTO. \r\n<h6>Application instructions</h6>\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=711&amp;AppliTrackLayoutMode=detail&amp;AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n', 'Event Facilitator', 0, '', 'inherit', 'closed', 'closed', '', '6351-revision-v1', '', '', '2014-08-18 17:38:59', '2014-08-18 22:38:59', '', 6351, 'https://www.aazk.org/6351-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6354, 2, '2014-08-19 11:30:10', '2014-08-19 16:30:10', '[membership level="0"]\r\n<h3>Purpose</h3>\r\nThe AAZK\'s <strong>Bowling for Rhinos (BFR)</strong> provides zoo keepers of the world with an avenue to raise funds and awareness for rhino and habitat conservation.\r\n\r\nAAZK\'s BFR fund raiser began on a small scale and is now the signature conservation effort of AAZK. BFR events across North America raise over $400,000 annually. <strong><em>Recruiting additional partners and events will help AAZK to reach our goal of $500,000 every year.</em></strong>\r\n\r\nAAZK realized that the zoo keepers of the world were extremely conservation oriented and wanted to help save rhinos and their habitats, yet did not have the financial resources themselves to make any significant impact. That\'s when the idea came to start a national bowl-a-thon called Bowling For Rhinos.\r\n\r\nIn 1990, AAZK began by supporting the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> (formerly Ngare Sergoi Rhino Sanctuary) in Kenya and has since expanded the program.\r\n\r\nThe beauty of the idea is that these fundraisers are organized by volunteers, who donate their time and organizational skills to help raise money to send directly to the places in need. Since all the people involved are volunteers, <strong>100% of all donations</strong> are sent directly to these in situ rhino conservation areas!\r\n<h4>Who does BFR support?</h4>\r\n<img class="alignleft" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/blackrhinos_004.jpg" alt="Black Rhinos" border="1" hspace="10" vspace="10" /> In Kenya, Africa, BFR supports the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa.\r\n\r\nRead the Lewa Wildlife Conservancy - 2014 Report to AAZK - <a href="https://www.aecetia.net/gws/aazk/wp-content/uploads/Lewa-2014-Report-For-AAZK-JULY.pdf">Lewa 2014 Report For AAZK --JULY</a>\r\n\r\n<img class="alignright" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/sumatranrhino1.jpg" alt="" /> In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>.\r\n\r\nBFR also supports <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home.\r\n\r\nMany organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n<h4>Donate</h4>\r\nMake a donation for <em>Bowling for Rhinos</em> by clicking the link below.\r\n<div class="first sixcol">\r\n<h6>Total Funds Raised to Date:</h6>\r\n<span style="font-size: 25px;"><b> Over $5,000,000.00!!!!!!!!!!!</b></span>\r\n\r\n</div>\r\n<div class="last sixcol">\r\n<h6>2014 Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 1.9em;">$134,406.34</span></strong>\r\n\r\n</div>\r\n<div class="clear"></div>\r\n<a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/"><img class="alignnone size-full wp-image-2410" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/donate_button.jpg" alt="donate_button" width="135" height="136" /></a>\r\n[/membership][membership]\r\n<h4>Local Events</h4>\r\n[caption]<img class="alignleft" src="http://www.aecetia.net/gws/aazk/wp-content/uploads/pearthreejpg-150x1501.jpg" alt="Program Manager - Patty Pearthree" width="150" height="150" />\r\n<p align="center"><strong>Program Manager - Patty Pearthree</strong></p>\r\n[/caption]\r\n\r\nIf you would like to find out if there will be a BFR event near you have or your event listed, please send your BFR event date &amp; contact information to <strong>Patty Pearthree</strong> at: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">p</a>pear3atgmail.com.\r\n\r\nTo find contact information for specific chapter events <a href="https://docs.google.com/spreadsheet/ccc?key=0AsNXb6HU52CKdDVkYUZXTzRXU25FLXFmOXJzcjhaUmc&amp;usp=sharing" target="_blank">click here</a>.\r\n<div class="clear"></div>\r\n<h3><span style="font-size: 1em;">Total Funds Raised</span></h3>\r\n<h6>Total Funds Raised to Date:</h6>\r\n<strong><span style="font-size: 2em;">Quickly approaching $5,000,000.00</span></strong>\r\n<h6>2013 FINAL Funds Raised:</h6>\r\n<strong><span style="font-size: 2em;">$481,448.21</span></strong>\r\n<em>- this is a new record for amount raised in a year!</em>\r\n<em><strong>Bowling For Rhinos has broken the $4 million mark and we continue to strive towards attaining our goal of $500,000 per year!</strong></em> Together with you AAZK can do it. We have and will continue to make a difference in the conservation world. Please send your organization\'s contact person/contact information ASAP along with the date of your event to our national BFR Coordinator.\r\n<h4>Chapters</h4>\r\nPlease forward all <strong>event information</strong>, <strong>event monies</strong> and <strong>registration fees </strong>to Patty Pearthree.\r\n\r\nPlease make Checks payable to:\r\n\r\nAAZK/BFR\r\nPatty Pearthree\r\nc/o BFR\r\n318 Montibello Drive\r\nCary, NC  27513\r\n\r\n<strong>Chapters</strong> - Please do not utilize the "<strong>Donation</strong>" button on the Home page to forward <strong>event monies</strong> <em>or</em> <strong>registration fees</strong>\r\n<h4>Email Group</h4>\r\nThere is a new Yahoo groups email for <em>Bowling For Rhino</em> Coordinators. If you would like to be part of this email group, please email <strong>Barbie Wilson</strong> at <a href="mailto:rhinobarbie@hotmail.com">rhinobarbie@hotmail.com</a>. This will let you communicate with each other on questions about t-shirts, bowling alley prices, how to get more support from your zoo, etc. with other BFR local coordinators.\r\nIf you have more questions about the Bowling for Rhinos event, please visit the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-faq/">FAQ</a> page.\r\n\r\nPlease contact <strong>Patty Pearthree</strong>: <a href="mailto:patty.pearthree@aecetia.net/gws/aazk">patty.pearthree@aecetia.net/gws/aazk</a> for more information. Reminder, there is a $25 registration fee for BFR events which covers administrative costs so that 100% of all donation can go directly to rhino conservation.\r\n<pre><i class="icon-attention"></i> Applications being accepted for the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/bowling-for-rhinos-conservation-resource-fund-grant/">Bowling for Rhinos Conservation Resource Grant</a></pre>\r\n<h4>Who does BFR support?</h4>\r\nBFR supports the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/lewa-wildlife-conservancy-lwc/">Lewa Wildlife Conservancy</a> where our donations help protect both black and white rhinos and most of the other species native to East Africa. In Indonesia BFR supports the remaining Javan Rhinos at Ujung Kulon National Park and the Sumatran Rhinos in Bukit Barisan Selatan and Way Kambas National Parks through the <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/international-rhino-foundation-irf/">International Rhino Foundation</a>. BFR also supports <a href="http://www.aecetia.net/gws/aazk/bowling-for-rhinos/action-for-cheetahs-in-kenya-ack/">Action for Cheetahs in Kenya</a>. Cheetahs share much of the same habitat as rhinos and by working to conserve cheetahs we are also saving rhinos and the countless other species that call that habitat home. Many organizations participate in these events and have added the <em>Rocking For Rhinos</em>, <em>Rummage For Rhinos</em>, and <em>Recycling For Rhinos</em> projects as other ways to raise funds for this very worthwhile project.\r\n<h4>Chapter Totals</h4>\r\nIf your chapter would like to check their yearly totals you can do so <a href="http://flexlists.com/key/UoUJMn9eR794LYxcc9jnQzPY3fBSal1FgCoOrKS3" target="_blank">here</a>.\r\n<h4>Sponsorship Form</h4>\r\n<a href="http://www.aecetia.net/gws/aazk/wp-content/uploads/sponsor_sheet1.pdf" target="_blank"><i class="icon-download"></i> Download Sponsorship Form</a>\r\n<h2>Bowling for Rhinos Awards - 2013</h2>\r\n<strong>Conservation Resource Grant</strong> RhiNOremedy\r\n<h3>Top Individual Fundraisers – Bowling for Rhinos 2013</h3>\r\n<strong>Mike Bona</strong> - Los Angeles Chapter, Lewa trip winner\r\n<strong>Ann Knutson</strong> - San Diego Chapter, Lewa trip winner\r\n<strong>Kenton Kerns</strong> - National Capital Chapter, Indonesia trip winner\r\nCrystal Butler - Oklahoma City Chapter, Indonesia trip winner\r\n<strong>Jim Haigwood</strong> - Los Angeles Chapter, Honorary trip winner\r\n<h3>Top Chapter Fundraiser - 2013</h3>\r\n<strong>Portland AAZK Chapter.</strong> Chapter Award[/membership]', 'Bowling for Rhinos', 0, '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2014-08-19 11:30:10', '2014-08-19 16:30:10', '', 168, 'https://www.aazk.org/168-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6356, 2, '2014-08-19 11:47:44', '2014-08-19 16:47:44', '<h3>Committees</h3>\nDedicated to professional animal care, the vision of AAZK is to provide resources for zookeepers and animal care professionals. AAZK seeks to cultivate quality animal care by making available the latest techniques and resources in animal husbandry and management and by recognizing the efforts of groups and individuals for excellence in advancing the animal keeping profession and promoting conservation efforts. Our committees are designed to further this vision. If interested in a specific committee and its function please log in to the Members Only Page and open the Committees and Program tab.\n<div class="first sixcol">\n<h4><i class="left icon-trophy"></i> Awards Committee</h4>\nThe Awards Committee recognizes excellence in the field of animal care through its awards. The Committee develops the awards’ criteria, nominating procedure, qualifications for nominees, selection procedure and recognizes award’s recipients each year at the National Conference.\n<div class="hr"></div>\n<h4><i class="left icon-lamp"></i> Behavioral Husbandry Committee</h4>\nThe Behavioral Husbandry Committee exists to serve our AAZK members by providing access to up to date resources relevant to Behavioral Husbandry topics including: training, enrichment and animal welfare. The committee strives to encourage, educate, share knowledge and share techniques typified in zoo and aquarium settings.\n<div class="hr"></div>\n<h4><i class="left icon-mic"></i> Communication Committee</h4>\nThe Communication Committee serves the AAZK members by facilitating communication through Social Media resources, providing real-time information to the membership. The committee also provides internal communication strategies to assist the Board of Directors, membership and Chapters in facilitating communication.\n<div class="hr"></div>\n<h4><i class="left icon-heart"></i> Conservation Committee</h4>\nThe Conservation Committees Mission is to connect AAZK members with opportunities to engage in habitat conservation and in situ wildlife initiatives and to provide educational resources about environmentally responsible practices.\n\n</div>\n<div class="last sixcol">\n<h4><i class="left icon-doc-text-inv"></i> Ethics Committee</h4>\nThis committee shall investigate any formal written complaints of violation of the Code of Professional Ethics, Bylaws, or Resolutions as are brought to its attention by the Board of Directors or the membership and make recommendations for action to the Board of Directors. The committee shall consist of four Professional members in addition to and chaired by the Immediate Past President of the Association. Appointments to the Committee shall occur every two years and are made by the Board of Directors.\n<div class="hr"></div>\n<h4><i class="left icon-chart-bar"></i> Grants Committee</h4>\nThe purpose of the AAZK Research Grants Committee is to encourage and support research conducted by members in zoological parks and aquariums. Through collaboration with scientists in other institutions, it is hoped that members will achieve continuing professional growth, and thereby increase the benefits to the zoological community.\n<div class="hr"></div>\n<h4><i class="left icon-graduation-cap"></i> Professional Development Committee</h4>\nAAZK’s Professional Development Committee’s mission is to provide a resource for National AAZK members to explore continuing education opportunities. Our goal is concentrate on continuing education through online training courses and conference workshops. Online courses can be found at the <a href="http://sdzglobalacademy.org/courses.html" target="_blank">San Diego Zoo Global Academy courses</a>. Over 200 self-directed courses are offered. Conferences are held annually and delegates are provided with paper presentations, posters sessions, and a variety of workshops to meet everyone’s needs. Workshops can be lecture based or hands on.\n\n</div>\n<div class="clear"></div>\n<h3>Programs</h3>\nDedicated to professional animal care, the vision of AAZK is to provide resources through internal, national and international Programs. Our Programs are developed to further this vision. To learn about AAZK Programs please click on one of the links below.\n<div class="first sixcol">\n<h4><i class="left icon-users"></i> Bylaws Program</h4>\nThe Program Manager annually reviews the Bylaws of the Association and shall recommend changes, if any, to the Board of Directors. When developing new Bylaws, the Program expands to a Member Committee consisting of five members, two of which shall be member of the Board of Directors. (If you would like a copy of the Association’s Bylaws please <a href="http://www.aecetia.net/gws/aazk/contact/">contact</a> the Administrative Office.)\n<div class="hr"></div>\n<h4><i class="left icon-globe"></i> International Congress of Zoo Keepers Program</h4>\nThe International Congress of Zookeepers (ICZ) provides a variety of assistance to our international colleagues, promotes the goals and objectives of AAZK, Inc. on an international level, increases awareness of AAZK and enhances communication among the world’s zoo professionals. Functions of the ICZ include hosting a conference every three years, keeper workshops, and helping keepers in developing countries receive access to resources and information.\n\n</div>\n<div class="last sixcol">\n<h4><i class="left icon-star"></i> National Zoo Keeper Week Program</h4>\nAs the need to protect and preserve our wildlife and vanishing habitats has increased, our role as educators and wildlife ambassadors has become essential. During the third week of July each year, celebrate National Zoo Keeper Week; both you and your animals deserve the recognition.\n<div class="hr"></div>\n<h4><i class="left icon-leaf"></i> Trees for You and Me Program</h4>\nTrees for You &amp; Me is an annual AAZK Chapter competition launched by former PBI Field Ambassadors as a financial campaign to fund tree-planting. Every year, the effort has a local focus.  AAZK believes drawing attention to the benefits of urban tree-planting and tropical reforestation the associated educational programming and awareness such events create.\n\n</div>', 'Committees and Programs', 0, '', 'inherit', 'closed', 'closed', '', '12-autosave-v1', '', '', '2014-08-19 11:47:44', '2014-08-19 16:47:44', '', 12, 'https://www.aazk.org/12-autosave-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6358, 2, '2014-08-19 12:05:16', '2014-08-19 17:05:16', '', 'Copy of Conservation-Database-8-14', 0, '', 'inherit', 'closed', 'closed', '', 'copy-of-conservation-database-8-14', '', '', '2014-08-19 12:05:16', '2014-08-19 17:05:16', '', 182, 'https://www.aazk.org/wp-content/uploads/Copy-of-Conservation-Database-8-14.xls', 0, 'attachment', 'application/vnd.ms-excel', 0) ; 
INSERT INTO `wp_posts` VALUES (6360, 3, '2014-08-19 13:00:46', '2014-08-19 18:00:46', '<h5>Facility</h5>\r\n<p>Utah\'s Hogle Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nUtah’s Hogle Zoo is announcing the opening of a full time position as an Animal Keeper in the Asian Highlands feline area, within the Animal Care Department.\r\n\r\nThe Zoo is seeking a highly-qualified animal care specialist to provide superior daily care to a diverse group of felines including Amur Leopards, Amur Tigers, Snow Leopards, and Pallas Cats among others. Will be involved with conservation breeding programs, introductions for housing, veterinary procedures, exhibit maintenance, animal demonstrations, addressing the media, education programs, and caring for other animals or areas as needed.  \r\n<h6>Education and Pre-requisites</h6>\r\nApplicants must be able to work effectively in a strong team environment, foster positive interactions with guests and other Zoo departments, serve as an ambassador for the Zoo and liaison to the Association of Zoos and Aquariums in regards to animal programs, and possess a strong commitment to wildlife conservation, animal welfare, and providing a high-quality guest experience. Excellent writing and public speaking skills are necessary. There is a strong expectation of experience in operant conditioning and training techniques and ability to uphold high enrichment standards. A minimum of two years of experience with felines required and degree in life sciences, biology, zoology or related field is preferred. \r\n\r\nApplicant must be able to work under diverse and variable weather conditions and be able to lift over 60 pounds without injury, bend, stoop, jump, stretch. Good driving record required. \r\n<h6>Compensation and benefits</h6>\r\nSalt Lake City, Utah, is the gateway for outstanding outdoor activities with world-class skiing less than 30 minutes away and more than 20 National Parks and monuments within a few hours\' drive – this area is ideal for nature lovers!  \r\n\r\nThis is a full-time, benefit-eligible position. Salary is commensurate with experience.\r\n<h6>Application instructions</h6>\r\nAnyone interested in this position should send a cover letter and resume to Gina Phillips, Animal Care Supervisor, (gphillips@hoglezoo.org) by Sept 15, 2014. Utah’s Hogle Zoo is Equal Opportunity Employer. \r\n', 'Animal Keeper- Asian Highlands/Feline Area', 0, '', 'publish', 'closed', 'closed', '', 'animal-keeper-asian-highlandsfeline-area-2', '', '', '2014-08-19 13:00:46', '2014-08-19 18:00:46', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6360', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6361, 0, '2014-08-19 13:00:46', '2014-08-19 18:00:46', '', 'Animal Keeper- Asian Highlands/Feline Area', 0, '', 'inherit', 'closed', 'closed', '', '6360-revision-v1', '', '', '2014-08-19 13:00:46', '2014-08-19 18:00:46', '', 6360, 'https://www.aazk.org/6360-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6362, 0, '2014-08-19 13:00:46', '2014-08-19 18:00:46', '<h5>Facility</h5>\r\n<p>Utah\'s Hogle Zoo</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nUtah’s Hogle Zoo is announcing the opening of a full time position as an Animal Keeper in the Asian Highlands feline area, within the Animal Care Department.\r\n\r\nThe Zoo is seeking a highly-qualified animal care specialist to provide superior daily care to a diverse group of felines including Amur Leopards, Amur Tigers, Snow Leopards, and Pallas Cats among others. Will be involved with conservation breeding programs, introductions for housing, veterinary procedures, exhibit maintenance, animal demonstrations, addressing the media, education programs, and caring for other animals or areas as needed.  \r\n<h6>Education and Pre-requisites</h6>\r\nApplicants must be able to work effectively in a strong team environment, foster positive interactions with guests and other Zoo departments, serve as an ambassador for the Zoo and liaison to the Association of Zoos and Aquariums in regards to animal programs, and possess a strong commitment to wildlife conservation, animal welfare, and providing a high-quality guest experience. Excellent writing and public speaking skills are necessary. There is a strong expectation of experience in operant conditioning and training techniques and ability to uphold high enrichment standards. A minimum of two years of experience with felines required and degree in life sciences, biology, zoology or related field is preferred. \r\n\r\nApplicant must be able to work under diverse and variable weather conditions and be able to lift over 60 pounds without injury, bend, stoop, jump, stretch. Good driving record required. \r\n<h6>Compensation and benefits</h6>\r\nSalt Lake City, Utah, is the gateway for outstanding outdoor activities with world-class skiing less than 30 minutes away and more than 20 National Parks and monuments within a few hours\' drive – this area is ideal for nature lovers!  \r\n\r\nThis is a full-time, benefit-eligible position. Salary is commensurate with experience.\r\n<h6>Application instructions</h6>\r\nAnyone interested in this position should send a cover letter and resume to Gina Phillips, Animal Care Supervisor, (gphillips@hoglezoo.org) by Sept 15, 2014. Utah’s Hogle Zoo is Equal Opportunity Employer. \r\n', 'Animal Keeper- Asian Highlands/Feline Area', 0, '', 'inherit', 'closed', 'closed', '', '6360-revision-v1', '', '', '2014-08-19 13:00:46', '2014-08-19 18:00:46', '', 6360, 'https://www.aazk.org/6360-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6363, 3, '2014-08-19 13:56:57', '2014-08-19 18:56:57', '<h5>Facility</h5>\r\n<p>Wild Wonders - Bonsall, CA</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nWild Wonders in Bonsall,CA, has 2 openings for keeper/outreach educators part \r\ntime.\r\nDuties: \r\nInclude but not limited to: \r\nGeneral husbandry of ambassador collection \r\nBehavioral enrichment \r\nRecord keeping \r\nPresenting entertaining educational presentations onsite and offsite while \r\nkeeping animal and guest safety at the forefront \r\nEnclosure maintenance and enhancement \r\nSocialization and training of ambassador animals \r\nPromoting the mission of the program \r\nOrdering of inventory and working with suppliers and Vets \r\nMedical supportive care \r\nOversight and training of interns and volunteers \r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nRequirements: \r\nMust have a zoology degree or equivalent \r\nOne year minimum full time professional experience in a zoological setting \r\nhandling, presenting and keeping of exotics \r\nMust be able to work in small group environment with autonomy and flexibility \r\nMust be able to lift 50 lbs \r\nClean driving record \r\nAbility to work weekends, nights and holidays \r\n<h6>Compensation and benefits</h6>\r\nPay 13-15/hr DOE\r\n<h6>Application instructions</h6>\r\nPlease no phone calls \r\nSend resume to: \r\nwildwonders@att.net \r\nskype or in person interviews only \r\n', 'Keeper/Outreach Educator - Part time', 0, '', 'publish', 'closed', 'closed', '', 'keeperoutreach-educator-part-time', '', '', '2014-08-19 13:56:57', '2014-08-19 18:56:57', '', 0, 'https://www.aazk.org/?post_type=job_postings&#038;p=6363', 0, 'job_postings', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6364, 0, '2014-08-19 13:56:57', '2014-08-19 18:56:57', '', 'Keeper/Outreach Educator - Part time', 0, '', 'inherit', 'closed', 'closed', '', '6363-revision-v1', '', '', '2014-08-19 13:56:57', '2014-08-19 18:56:57', '', 6363, 'https://www.aazk.org/6363-revision-v1/', 0, 'revision', '', 0) ; 
INSERT INTO `wp_posts` VALUES (6365, 0, '2014-08-19 13:56:57', '2014-08-19 18:56:57', '<h5>Facility</h5>\r\n<p>Wild Wonders - Bonsall, CA</p>\r\n<h5>Closing Date</h5><p>\r\n[jobclosingdate]</p>\r\n<h6>Description</h6>\r\nWild Wonders in Bonsall,CA, has 2 openings for keeper/outreach educators part \r\ntime.\r\nDuties: \r\nInclude but not limited to: \r\nGeneral husbandry of ambassador collection \r\nBehavioral enrichment \r\nRecord keeping \r\nPresenting entertaining educational presentations onsite and offsite while \r\nkeeping animal and guest safety at the forefront \r\nEnclosure maintenance and enhancement \r\nSocialization and training of ambassador animals \r\nPromoting the mission of the program \r\nOrdering of inventory and working with suppliers and Vets \r\nMedical supportive care \r\nOversight and training of interns and volunteers \r\n\r\n\r\n\r\n<h6>Education and Pre-requisites</h6>\r\nRequirements: \r\nMust have a zoology degree or equivalent \r\nOne year minimum full time professional experience in a zoological setting \r\nhandling, presenting and keeping of exotics \r\nMust be able to work in small group environment with autonomy and flexibility \r\nMust be able to lift 50 lbs \r\nClean driving record \r\nAbility to work weekends, nights and holidays \r\n<h6>Compensation and benefits</h6>\r\nPay 13-15/hr DOE\r\n<h6>Application instructions</h6>\r\nPlease no phone calls \r\nSend resume to: \r\nwildwonders@att.net \r\nskype or in person interviews only \r\n', 'Keeper/Outreach Educator - Part time', 0, '', 'inherit', 'closed', 'closed', '', '6363-revision-v1', '', '', '2014-08-19 13:56:57', '2014-08-19 18:56:57', '', 6363, 'https://www.aazk.org/6363-revision-v1/', 0, 'revision', '', 0) ;
#
# End of data contents of table `wp_posts`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_product_categories`
# --------------------------------------------------------


#
# Delete any existing table `wp_product_categories`
#

DROP TABLE IF EXISTS `wp_product_categories`;


#
# Table structure of table `wp_product_categories`
#

CREATE TABLE `wp_product_categories` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `group_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `name` text NOT NULL,
  `nice-name` varchar(255) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `image` text,
  `fee` varchar(1) NOT NULL DEFAULT '0',
  `active` varchar(1) NOT NULL DEFAULT '1',
  `category_parent` bigint(20) unsigned DEFAULT '0',
  `order` bigint(20) unsigned DEFAULT NULL,
  `display_type` varchar(10) DEFAULT '',
  `image_width` varchar(32) DEFAULT '',
  `image_height` varchar(32) DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `group_id` (`group_id`),
  KEY `nice-name` (`nice-name`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC ;

#
# Data contents of table `wp_product_categories`
#
 
INSERT INTO `wp_product_categories` VALUES (1, 1, 'Merchandise', 'merchandise', 'AAZK Merchandise', NULL, '0', '1', 0, NULL, '', '', '') ; 
INSERT INTO `wp_product_categories` VALUES (2, 2, 'Example Brand', 'example-brand', 'Example details', NULL, '0', '1', 0, NULL, '', '', '') ; 
INSERT INTO `wp_product_categories` VALUES (3, 1, 'Publications', 'publications', 'AAZK Publications', '', '0', '1', 0, 0, '', '', '') ; 
INSERT INTO `wp_product_categories` VALUES (4, 1, 'Membership', 'membership', '', '', '0', '1', 0, 0, '', '', '') ; 
INSERT INTO `wp_product_categories` VALUES (5, 1, 'Monthly Sales Specials', 'monthly-sales-specials', 'Vest over 40% off regular price and free BioValues CD with purchase of vest.', 'combo8.jpg', '0', '1', 0, 0, '', '', '') ;
#
# End of data contents of table `wp_product_categories`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_product_files`
# --------------------------------------------------------


#
# Delete any existing table `wp_product_files`
#

DROP TABLE IF EXISTS `wp_product_files`;


#
# Table structure of table `wp_product_files`
#

CREATE TABLE `wp_product_files` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `filename` varchar(255) NOT NULL DEFAULT '',
  `mimetype` varchar(128) NOT NULL DEFAULT '',
  `idhash` varchar(45) NOT NULL DEFAULT '',
  `preview` varchar(255) NOT NULL DEFAULT '',
  `preview_mimetype` varchar(128) NOT NULL DEFAULT '',
  `date` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC ;

#
# Data contents of table `wp_product_files`
#
 
INSERT INTO `wp_product_files` VALUES (1, 'climate_change_cover.jpg', 'image/jpeg', '356a192b7913b04c54574d18c28d46e6395428ab', '', '', '1292502525') ;
#
# End of data contents of table `wp_product_files`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_product_images`
# --------------------------------------------------------


#
# Delete any existing table `wp_product_images`
#

DROP TABLE IF EXISTS `wp_product_images`;


#
# Table structure of table `wp_product_images`
#

CREATE TABLE `wp_product_images` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `product_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `image` varchar(255) NOT NULL DEFAULT '',
  `width` mediumint(8) unsigned NOT NULL DEFAULT '0',
  `height` mediumint(8) unsigned NOT NULL DEFAULT '0',
  `image_order` varchar(10) NOT NULL DEFAULT '',
  `meta` longtext,
  PRIMARY KEY (`id`),
  KEY `product_id` (`product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC ;

#
# Data contents of table `wp_product_images`
#

#
# End of data contents of table `wp_product_images`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_product_list`
# --------------------------------------------------------


#
# Delete any existing table `wp_product_list`
#

DROP TABLE IF EXISTS `wp_product_list`;


#
# Table structure of table `wp_product_list`
#

CREATE TABLE `wp_product_list` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` text NOT NULL,
  `description` longtext NOT NULL,
  `additional_description` longtext NOT NULL,
  `price` varchar(20) NOT NULL DEFAULT '0',
  `weight` float NOT NULL DEFAULT '0',
  `weight_unit` varchar(10) NOT NULL DEFAULT '',
  `pnp` varchar(20) NOT NULL DEFAULT '0',
  `international_pnp` varchar(20) NOT NULL DEFAULT '0',
  `file` bigint(20) unsigned NOT NULL DEFAULT '0',
  `image` text NOT NULL,
  `category` bigint(20) unsigned NOT NULL DEFAULT '0',
  `brand` bigint(20) unsigned NOT NULL DEFAULT '0',
  `quantity_limited` varchar(1) NOT NULL DEFAULT '',
  `quantity` int(10) unsigned NOT NULL DEFAULT '0',
  `special` varchar(1) NOT NULL DEFAULT '0',
  `special_price` varchar(20) NOT NULL DEFAULT '0',
  `display_frontpage` varchar(1) NOT NULL DEFAULT '0',
  `notax` varchar(1) NOT NULL DEFAULT '0',
  `publish` varchar(1) NOT NULL DEFAULT '1',
  `active` varchar(1) NOT NULL DEFAULT '1',
  `donation` varchar(1) NOT NULL DEFAULT '0',
  `no_shipping` varchar(1) NOT NULL DEFAULT '0',
  `thumbnail_image` text,
  `thumbnail_state` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=43 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC ;

#
# Data contents of table `wp_product_list`
#
 
INSERT INTO `wp_product_list` VALUES (1, 'AAZK tote bag \\"Eye Movement\\"', '<p><em><strong>**New lower price**</strong></em></p>\r\n<p><strong>Artwork by Haley Newberg</strong><br /><br />Size: 16\\"x6\\"x12\\"<br /><br />Go environmentally friendly with reusable tote bags.&nbsp;These totes are made from sturdy non-woven recycled polypropylene and are tear resistant and water repellent to ensure longevity. At 16\\"x12\\" with a 6\\" bottom and side gusset they are ideal for handling all your shopping needs.&nbsp;Available in black with the new \\"Eye Movement\\" design.</p>', '', '5.00   ', '0', 'pound', '0', '0', 0, 'merch_tote_bag.jpg', 0, 0, '0', 0, '0', '', '0', '1', '1', '0', '0', '1', 'merch_tote_bag.jpg', 1) ; 
INSERT INTO `wp_product_list` VALUES (2, 'AAZK Lanyard', '<p>Keep that clicker or whistle near at all times with the AAZK&nbsp; lanyard. This comfortable cotton lanyard has a clip that detaches, the length is adjustable, and a side breakaway fastener provides safety. Everything a trainer needs in one lanyard. Available in black with orange American Association of Zoo Keepers lettering.</p>', '', '6', '0', 'pound', '0', '0', 0, 'merch_lanyard.jpg', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (3, 'AAZK Clicker', '<p>Classic key chain clicker that fits in the palm of your hand can be attached to our AAZK lanyard or wrist coil for a matching training tool set. Available in orange with black AAZK logo.</p>', '', '2', '0', 'pound', '0', '0', 0, 'merch_clicker.jpg', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (4, 'Blue AAZK fleece sweatshirt', '<p>Keep cozy in the cool weather with our warm and comfy AAZK full color logo embroidered sweatshirts. These 1/4 zip sweatshirts are a cotton/polyester blend making them lightweight, stylish and perfect for layering over your AAZK shirts. Available in sizes S, M, XL.</p>', '', '60', '0', 'pound', '0', '0', 0, 'blue_fleece.gif', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (5, 'Black AAZK fleece sweatshirt', '<p>Keep cozy in the cool weather with our warm and comfy AAZK full color logo embroidered sweatshirts. These 1/4 zip sweatshirts are a cotton/polyester blend making them lightweight, stylish and perfect for layering over your AAZK shirts. Available in sizes S, M, XL.</p>', '', '60', '0', 'pound', '0', '0', 0, 'black_fleece.gif', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (6, 'Keeper Profile DVD!', '<p>You&rsquo;ve heard about it!<br /> You&rsquo;ve been looking for it!<br /> Here it is!</p>\r\n<p>Keeper Profiles &ndash; The hilarious DVD that combines the original film clips that dissect the personalities of your fellow keepers, with outtakes and other footage. Produced by the Southern Ontario AAZK Chapter, all profits from the sale of the DVD go to support AAZK.</p>\r\n<p>&nbsp;</p>', '', '15', '0', 'pound', '0', '0', 0, 'merch_keeper_profiles_dvd.jpg', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (7, 'White AAZK T-Shirt', '<p>Get your original AAZK logo t-shirt now. This t-shirt was the first to highlight the new AAZK logo introduced in 2005. It features a full color logo on the back with AAZK black lettering on the left breast making it ideal for layering under your AAZK sweatshirt or your work shirt. Heavyweight cotton makes it long lasting. Available only in sizes L-XL due to limited time offer.</p>\r\n<p>(Includes $3.50 postage and handling)</p>', '', '12.5', '0', 'pound', '0', '0', 0, 'merch_tmb_white_shirt.jpg', 0, 0, '0', 0, '0', '', '0', '1', '1', '0', '0', '1', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (8, 'Gray Long Sleeve T-Shirts', '<p>This athletic grey long sleeve AAZK shirt is the perfect addition to your wardrobe. It features a full black imprint logo on the back with the rhino symbol over the left breast so it looks great with just about anything. Made from pre-shrunk cotton for the ultimate in comfort. Available in sizes S-XL.</p>\r\n<p>&nbsp;</p>', '', '22.5', '0', 'pound', '0', '0', 0, 'merch_gray_shirt.jpg', 0, 0, '0', 0, '0', '', '0', '1', '1', '0', '0', '1', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (9, 'Patches', '<p>Get your official AAZK patch!</p>\r\n<p>Sew it on your uniform and/or jacket. This four-color Rhino logo patch measures 3.0\\" x 3.75\\"</p>', '', '8', '0', 'pound', '0', '0', 0, 'merch_tmb_rhino_patch.jpg', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (10, 'Pins', '<p>Official AAZK enameled lapel pin!</p>\r\n<p>The same four-color Rhino logo design featured as a 3/4\\" enameled lapel pin.</p>', '', '6', '0', 'pound', '0', '0', 0, 'merch_tmb_pins.jpg', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (11, 'AAZK Stickers', '<p>AAZK Rhino logo stickers</p>', '', '2', '0', 'pound', '0', '0', 0, 'merch_tmb_sticker-4.jpg', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (12, 'AAZK Reverse Application Decal', '<p>The same AAZK Rhino logo on a reverse application decal.</p>', '', '2', '0', 'pound', '0', '0', 0, 'merch_tmb_rev_sticker-3.jpg', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (13, '2006 Conference Proceedings', '<p>Conference Proceedings form the 2006 AAZK National Conference held in Chicago, IL and hosted by the Lincoln Park AAZK Chapter now available on fully searchable CD-Rom. All papers, poster info and workshop summaries are included in downloadable pdf format for printing if desired. These are searchable by title and key words.<br /><br />Limited copies are available, so place your order today!<br /><br /><a href=\\"../animal-keepers-forum/2006-conference-proceedings/\\">View a listing of what is included on this fully searchable CD-ROM</a><br /><br />The CD-ROM containing the 2006 Proceedings is copyrighted &copy; by the American Association of Zoo Keepers, Inc., and may not be copied or distributed without the express written permission of this Association.</p>', '', '25', '0', 'pound', '0', '5', 0, 'AAZK06ConLogo-2.gif', 0, 0, '0', 0, '0', '', '0', '1', '1', '0', '0', '0', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (14, 'Zoonotic Diseases 3rd Edition', '<p>CD-ROM Version</p>\r\n<p>Aproduct of the American Association of Zookeepers, Inc</p>\r\n<p>Searchable PDF Format<br />Hyper-linked Zoonotic Disease List<br />Updated Guidelines for Animal Care Personnel<br />Updated Hygiene and Disinfection Section<br />82 pages of Information</p>', '', '9', '0', 'pound', '0', '0', 0, 'zoonotic_diseases-2.jpg', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (15, 'AAZK Enrichment Notebook 3rd Edition', '<p><strong>**New Lower Price**</strong></p>\r\n<p>CD-Rom Version</p>\r\n<p>A product of the American Association of Zoo Keepers, Inc.</p>\r\n<p>This 455-page publication includes many facets of animal enrichment and is      indexed for easy reference. The sections include an Overview of Enrichment,      Enrichment Links, Enrichment Suppliers, Suggested Guidelines (Bats, Bears,      Birds, Carnivores, Fishes, Primates, Reptiles, and Ungulates), Safety Considerations,      Lists of Browse Plants and Toxic Plants, Cookbook Recipes for Enrichment,      Enrichment Ideas/Devices (organized by category), Sample Enrichment Forms      currently used in zoological facilities, and an extensive Enrichment Bibliography.      This is a searchable PDF format document utilizing Acrobat Reader that is      included</p>', '', '7.50', '0', 'pound', '0', '0', 0, 'enrich_notebook-3.jpg', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (16, 'Biological Information on Selected Mammals 4th Edition', '<p><strong>**New Lower Price**</strong></p>\r\n<p>CD-ROM Version</p>\r\n<p>A product of the American Association of Zoo Keepers, Inc.</p>\r\n<p>The 1,396 page Biological Information on Selected Mammal Species CD covers      a wide range from general, breeding, and young- rearing behavior to diet and      physical descriptions of 590 species. The volume is in a PDF format allowing      searches by Species (Common or Latin name); or Key words using the Find function;      or by Species (Common or Latin name), Family; or Order using the Bookmarks.      Table of Contents are given for Orders, Families, Species by Common Name,      Species by Scientific Name, and Species by Order and Family. The Appendices      cover a variety of information from behavioral patterns common to families      (Bovid displays) to taxonomy (Primates). References are listed by Order and      Family.</p>', '', '7.50', '0', 'pound', '0', '0', 0, 'bioinfo_sel_mams.jpg', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (17, 'Special Issue of Animal Keepers\\\' Forum Dedicated to the Cheetah', '<p><strong>**New Lower Price**</strong></p>\r\n<p>See <a href=\\"../akf/toc/special-cheetah-issue\\">Table of Contents </a>for listing of papers included in this July/August 2005 issue of the Animal Keepers\\\' Forum</p>', '', '7.50', '0', 'pound', '0', '0', 0, 'CheetahMcKnightlg.gif', 0, 0, '0', 0, '0', '', '0', '1', '1', '0', '0', '1', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (18, 'Special Issue of Animal Keepers\\\' Forum Dedicated to the Polar Bear', '<p><strong>**New Lower Price**</strong></p>\r\n<p>See <a href=\\"../akf/toc/special-polar-bear-issue\\">Table of Contents</a> for listing of papers included in this August 2007 issue of the Animal Keepers\\\' Forum</p>', '', '7.50', '0', 'pound', '0', '0', 0, 'pbi_cover-2.jpg', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (19, 'Special Issue of Animal Keepers\\\' Forum Dedicated to Crisis Management in Zoos', '<p><strong>**New Lower Price**</strong></p>\r\n<p><strong></strong>See <a href=\\"../akf/toc/special-crisis-management\\">Table of Contents</a> for listing of papers included in this November/December 2007 issue of the Animal Keepers\\\' Forum</p>', '', '7.50', '0', 'pound', '0', '0', 0, 'crisis_management_issue.jpg', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (20, 'Special Issue of Animal Keepers\\\' Forum Dedicated to The Care and Management of Geriatric Animals in Zoos', '<p><strong>**New Lower Price**</strong></p>\r\n<p><strong></strong>See <a href=\\"../akf/toc/special-geriatric-animals\\">Table of Contents</a> for listing of papers included in this April/May2009 issue of the Animal Keepers\\\' Forum</p>', '', '7.50', '0', 'pound', '0', '0', 0, 'geriatric cover.jpg', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (21, 'Professional Membership (US & Canada)', '<p>Full-time Keepers</p>', 'AKF Subscription\r\nVote in Board Elections\r\nVote for Conference Host\r\nMembers Only Access - Web\r\nCommittee Opportunities\r\nHold Office at the Board of Directors level\r\nHold Office at Chapter level\r\nMember Rates/Conferences\r\nMember Rates/Publications/Products', '45', '0', 'pound', '0', '0', 0, '', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (22, 'Affiliate Membership (US & Canada)', '<p>Other staff &amp; volunteers, or those interested in the profession but not associated with a zoo or aquarium</p>', 'AKF Subscription\r\nVote for Conference Host\r\nMembers Only Access - Web\r\nCommittee Opportunities\r\nHold Office at Chapter level (if approved by Chapter Bylaws/Constitution)\r\nMember Rates/Conferences\r\nMember Rates/Publications/Products', '30', '0', 'pound', '0', '0', 0, '', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (23, 'Individual Membership (US & Canada)', '<p>Individuals contributing to AAZK</p>', '', '70', '0', 'pound', '0', '0', 0, '', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (32, 'Rhino Note Cards', '<p><strong><em>New Lower Price!</em></strong></p>\r\n<p>The American Association of Zoo Keepers Inc. has partnered with renowned wildlife artist Curt Parker to create note cards depicting the image of Mawingo, a blind rhino from Lewa Wildlife Conservancy, along with one of her calves.&nbsp; The note cards printed on recycled paper, have the rhino image on the front, are blank on the interior, and contain a brief story of Mawingo on the back.&nbsp; The cards are attractively packaged, ten cards and envelopes to a box, with a clear plastic cover, making the note cards a perfect gift with a conservation story.</p>', '', '7.5', '0', 'pound', '0', '0', 0, 'rhino_card_front-2.jpg', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 2) ; 
INSERT INTO `wp_product_list` VALUES (24, 'AAZK Wrist Coil', '<p>The AAZK wrist coil keeps that clicker handy during training sessions. Check out the AAZK clicker to match. Available in black.</p>', '', '1.5', '0', 'pound', '0', '0', 0, 'wristcoil-4.jpg', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 0) ; 
INSERT INTO `wp_product_list` VALUES (31, 'CD Combo Package', '<p><span style=\\"font-family: arial; line-height: normal; font-size: small; border-collapse: collapse;\\">Buy the <em>AAZK Enrichment Notebook 3rd Edition</em>&nbsp;or <em>Biological Information on Selected Mammals 4th Edition</em> CD and get the other CD free!&nbsp;No limit on number of combos purchased.</span></p>', '', '7.5', '0', 'pound', '0', '0', 0, 'combo.jpg', 0, 0, '0', 0, '0', '', '0', '0', '1', '1', '0', '1', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (34, 'Men\\\'s Fleece Vest', '<p>With the exception of duct tape, nothing is more versatile than a fleece vest.&nbsp; These vests are functional, comfortable and stylish.&nbsp; Use them as a layer to keep your body core warm or as an outer layer on cool spring or fall nights out.&nbsp; Made of 80% recycled polyester with breast and front pockets, full zipper, collar, and detail trim. Available in men\\\'s sizes S-XXL in black, navy, and red.&nbsp; Full color AAZK logo on black and navy colors, grey scale logo on red.&nbsp; Very limited number of sizes, so place your order today! If the size and color is not listed then it is sold out.</p>', '', '25', '0', 'pound', '0', '0', 0, 'mens-6.jpg', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 2) ; 
INSERT INTO `wp_product_list` VALUES (35, 'Women\\\'s Fleece Vest', '<p>With the exception of duct tape, nothing is more versatile than a fleece vest.&nbsp; These vests are functional, comfortable and stylish.&nbsp; Use them as a layer to keep your body core warm or as an outer layer on cool spring or fall nights out.&nbsp; Made of 80% recycled polyester with breast and front pockets, full zipper, collar, and detail trim.&nbsp;&nbsp; Available in women\\\'s sizes XS-XL in red, cream, lime green, and black. Full color AAZK logo on black color, grey scale logo on other colors.&nbsp; Very limited number of sizes, so place your order today! If the size and color you looking for is not listed then it is sold out.</p>', '', '25', '0', 'pound', '0', '0', 0, 'cream1.JPG', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (36, 'AKF Dedicated Issue Combo Pack including Crisis Managment CD ', '<p>&nbsp;</p>\r\n<p>Get a combo pack of <strong>7</strong> dedicated issues of the Animal Keepers\\\' Forum PLUS the Crisis Management CD, PLUS the Biological Values CD, PLUS a box of Rhino Note cards. You\\\'ll get issues on: Chelonian Husbandry, Bat Husbandry, Climate Change, Care and Management of Geriatric Animals, Ungulate Husbandry, Polar Bears, and Avian Husbandry. &nbsp;All this for $40! &nbsp;That\\\'s a savings of 50% over buying them individually. These are great issues so purchase your combo pack today. Orders from Canada and overseas require $10 in shipping which has already been figured into the price. Just select \\"international\\" shipping.</p>\r\n<div><br /></div>\r\n<p>&nbsp;</p>', '', '40', '0', 'pound', '0', '0', 0, 'combo8.jpg', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (37, 'Special Issue of Animal Keepers\\\' Forum Dedicated to Climate Change', '<p><strong>**New Lower Price**</strong></p>\r\n<p>See <a href=\\"../akf/toc/december-2010\\">Table of Contents</a> for listing of papers included in this December 2010 issue of the Animal Keepers\\\' Forum.</p>', '', '7.50', '0', 'pound', '0', '0', 0, 'climate_change_cover.jpg', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '0', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (38, '', '', '', '0', '0', 'pound', '0', '', 0, '', 0, 0, '0', 0, '0', '', '0', '0', '1', '1', '0', '0', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (25, '\\"Eye Movement\\" short sleeve women\\\'s T', '<p>These shirts are 100% preshrunk, certified organic cotton making them not only comfortable but eco-friendly. Their fashion fit makes them current and trendy. Available in black with the new \\"Eye Movement\\" design. Sizes XS-L.</p>\r\n<p><strong>**Artwork by Haley Newberg</strong></p>', '', '16', '0', 'pound', '0', '0', 0, 'shortsleeveemshirt.JPG', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 0) ; 
INSERT INTO `wp_product_list` VALUES (41, 'Special Chelonian Issue of the Animal Keepers\\\' Forum', '<p><span style=\\"color: #545454; font-family: \\\'Century Gothic\\\', \\\'Lucida Grande\\\', \\\'Lucida Sans Unicode\\\', verdana; line-height: 24px; text-align: left;\\">See&nbsp;</span><a style=\\"margin: 0px; padding: 0px; color: #860636;\\" href=\\"../shop/akf/toc/july-2012\\">Table of Contents</a><span style=\\"color: #545454; font-family: \\\'Century Gothic\\\', \\\'Lucida Grande\\\', \\\'Lucida Sans Unicode\\\', verdana; line-height: 24px; text-align: left;\\">&nbsp;for listing of papers included in this July 2012 issue of the Animal Keepers\\\' Forum.</span></p>\r\n<p style=\\"margin: 0px 0px 1em; padding: 0px; color: #545454; font-family: \\\'Century Gothic\\\', \\\'Lucida Grande\\\', \\\'Lucida Sans Unicode\\\', verdana; line-height: 24px; text-align: left;\\">**Please note there is a $10 shipping charge added on to the final price for all international orders.**</p>\r\n<p>&nbsp;</p>', '', '7.50', '0', 'pound', '0', '0', 0, 'july_cover.jpg', 0, 0, '0', 0, '0', '', '0', '0', '1', '1', '0', '0', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (40, 'Special Issue of Animal Keepers\\\' Forum Dedicated to Bat Husbandry and Conservation', '<p>&nbsp;</p>\r\n<p style=\\"margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; text-align: left; padding: 0px;\\"><span style=\\"font-family: \\\'Century Gothic\\\', \\\'Lucida Grande\\\', \\\'Lucida Sans Unicode\\\', verdana; color: #545454;\\"><span style=\\"line-height: 24px;\\"><strong><em>Look what we found in the attic, lost AKF\\\'s dedicated to Bat Husbandry. &nbsp;They are limited in number so get yours now before they fly away.</em></strong></span></span></p>\r\n<p style=\\"margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; color: #545454; font-family: \\\'Century Gothic\\\', \\\'Lucida Grande\\\', \\\'Lucida Sans Unicode\\\', verdana; line-height: 24px; text-align: left; padding: 0px;\\"><em>**Please note there is a $10 shipping charge added on to the final price for all international orders.**</em></p>\r\n<p style=\\"margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; text-align: left; padding: 0px;\\">&nbsp;</p>\r\n<p style=\\"margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding: 0px;\\">&nbsp;</p>\r\n<p>&nbsp;</p>', '', '7.50', '0', 'pound', '0', '0', 0, 'Bat Issue Cover (3).jpg', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '0', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (42, '', '', '', '0', '0', 'pound', '0', '', 0, '', 0, 0, '0', 0, '0', '', '0', '0', '1', '0', '0', '0', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (33, 'AAZK License Plate Frame', '<p>Accessorize your car or truck with&nbsp;this&nbsp;4 hole universal plate frame with AAZK rhino logo.&nbsp; Made from 100% recycled plastic, this 6 3/8\\" x 12 1/4\\" accessory is available in black, blue and green.&nbsp; Frames fit all state license plates <strong>(**check your state laws regarding license plate frames)</strong>.</p>\r\n<p>Drive one today!</p>', '', '5', '0', 'pound', '0', '0', 0, 'license_frame.jpg', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 1) ; 
INSERT INTO `wp_product_list` VALUES (26, '\\"Eye Movement\\" long sleeve t-shirt', '<p>These shirts are 100% certified organic, combed cotton. Fashion fit design makes them comfortable and easy to wear for any occasion. Available in black with the new \\"Eye Movement\\" design. Sizes S-XL.</p>\r\n<p><strong>**Artwork by Haley Newberg</strong></p>', '', '18.00', '0', 'pound', '0', '0', 0, 'emtshirt.jpg', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 0) ; 
INSERT INTO `wp_product_list` VALUES (27, 'AAZK Ball Cap', '<p><strong><em>New Lower Price!</em></strong></p>\r\n<p>AAZK\\\'s logo ball caps are perfect for any outdoor occasion. A different twist is the grey sandwich to the bill with burgundy \\"American Association of Zoo Keepers\\" repeat. Made from breathable 100% cotton twill, this low profile structured cap has six panels and an adjustable back strap to fit everyone.</p>', '', '13.00', '0', 'pound', '0', '0', 0, 'ballcap.JPG', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 0) ; 
INSERT INTO `wp_product_list` VALUES (29, 'AAZK Crisis Management CD', '<p>This CD contains all of the manuscripts found in the original (1999) book <em>Resources for Crisis Management in Zoos and Other Animal Care Facilities</em> as well as the manuscripts from the special issue of <em>Animal Keepers&rsquo; Forum</em> dedicated to crisis management that was published in November/December 2007 by AAZK, Inc. It is fully searchable by topic, title or author.</p>\r\n<p><br />It is AAZK&rsquo;s hope that this resource information may assist zoos, aquariums and other animal care facilities in making and/or revising their crisis management protocols for their facilities.</p>', '', '15', '0', 'pound', '0', '0', 0, 'aazkcmcdlogo.jpg', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 0) ; 
INSERT INTO `wp_product_list` VALUES (30, 'Special Issue of the Animal Keepers\\\' Forum Dedicated to Avian Husbandry', '<p><strong>**New Lower Price**</strong></p>\r\n<p>See <a href=\\"../akf/toc/special-avian-issue\\">Table of Contents</a> for a full listing of the articles included in this April/May 2010 issue of the Animal Keepers\\\' Forum.</p>', '', '7.50', '0', 'pound', '0', '0', 0, 'akf cover apr_may2-4.jpg', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 0) ; 
INSERT INTO `wp_product_list` VALUES (39, 'Special Issue of the Animal Keepers\\\' Forum Dedicated to Ungulate Husbandry', '<p>See <a href=\\"../akf/toc/julyaugust-2011\\">Table of Contents</a> for listing of papers included in this July/August 2011 issue of the Animal Keepers\\\' Forum.</p>\r\n<p>**Please note there is a $10 shipping charge added on to the final price for all international orders.**</p>', '', '7.50', '0', 'pound', '0', '0', 0, 'akf cover jul_aug-2.jpg', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 0) ; 
INSERT INTO `wp_product_list` VALUES (28, 'AAZK Winter Hat', '<p>If cooler weather is headed your way, the AAZK fleece-lined knitted toques will keep your head warm. The one size fits all style features grey trim on black with a full color logo on the front for a striking look.</p>', '', '15', '0', 'pound', '0', '0', 0, 'toque.JPG', 0, 0, '0', 0, '0', '', '0', '1', '1', '1', '0', '1', '', 0) ;
#
# End of data contents of table `wp_product_list`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_product_order`
# --------------------------------------------------------


#
# Delete any existing table `wp_product_order`
#

DROP TABLE IF EXISTS `wp_product_order`;


#
# Table structure of table `wp_product_order`
#

CREATE TABLE `wp_product_order` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `category_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `product_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `order` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `category_id` (`category_id`,`product_id`),
  KEY `order` (`order`)
) ENGINE=MyISAM AUTO_INCREMENT=50 DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED ;

#
# Data contents of table `wp_product_order`
#
 
INSERT INTO `wp_product_order` VALUES (1, 3, 15, 6) ; 
INSERT INTO `wp_product_order` VALUES (2, 3, 14, 7) ; 
INSERT INTO `wp_product_order` VALUES (3, 3, 13, 8) ; 
INSERT INTO `wp_product_order` VALUES (4, 3, 16, 5) ; 
INSERT INTO `wp_product_order` VALUES (5, 3, 18, 3) ; 
INSERT INTO `wp_product_order` VALUES (6, 3, 17, 4) ; 
INSERT INTO `wp_product_order` VALUES (7, 3, 20, 1) ; 
INSERT INTO `wp_product_order` VALUES (8, 3, 19, 2) ; 
INSERT INTO `wp_product_order` VALUES (9, 1, 12, 11) ; 
INSERT INTO `wp_product_order` VALUES (10, 1, 11, 10) ; 
INSERT INTO `wp_product_order` VALUES (11, 1, 10, 9) ; 
INSERT INTO `wp_product_order` VALUES (12, 1, 9, 8) ; 
INSERT INTO `wp_product_order` VALUES (13, 1, 8, 7) ; 
INSERT INTO `wp_product_order` VALUES (14, 1, 7, 6) ; 
INSERT INTO `wp_product_order` VALUES (15, 1, 6, 5) ; 
INSERT INTO `wp_product_order` VALUES (16, 1, 5, 4) ; 
INSERT INTO `wp_product_order` VALUES (17, 1, 4, 3) ; 
INSERT INTO `wp_product_order` VALUES (18, 1, 3, 2) ; 
INSERT INTO `wp_product_order` VALUES (19, 1, 2, 1) ; 
INSERT INTO `wp_product_order` VALUES (20, 1, 1, 0) ; 
INSERT INTO `wp_product_order` VALUES (21, 1, 24, 12) ; 
INSERT INTO `wp_product_order` VALUES (22, 1, 26, 12) ; 
INSERT INTO `wp_product_order` VALUES (23, 1, 25, 13) ; 
INSERT INTO `wp_product_order` VALUES (24, 1, 28, 14) ; 
INSERT INTO `wp_product_order` VALUES (25, 1, 27, 15) ; 
INSERT INTO `wp_product_order` VALUES (26, 3, 29, 8) ; 
INSERT INTO `wp_product_order` VALUES (27, 4, 23, 0) ; 
INSERT INTO `wp_product_order` VALUES (28, 4, 22, 1) ; 
INSERT INTO `wp_product_order` VALUES (29, 4, 21, 2) ; 
INSERT INTO `wp_product_order` VALUES (30, 3, 30, 8) ; 
INSERT INTO `wp_product_order` VALUES (31, 5, 5, 0) ; 
INSERT INTO `wp_product_order` VALUES (32, 5, 4, 1) ; 
INSERT INTO `wp_product_order` VALUES (33, 1, 32, 16) ; 
INSERT INTO `wp_product_order` VALUES (34, 5, 31, 2) ; 
INSERT INTO `wp_product_order` VALUES (35, 5, 27, 3) ; 
INSERT INTO `wp_product_order` VALUES (36, 5, 25, 4) ; 
INSERT INTO `wp_product_order` VALUES (37, 1, 33, 16) ; 
INSERT INTO `wp_product_order` VALUES (38, 1, 35, 17) ; 
INSERT INTO `wp_product_order` VALUES (39, 1, 34, 18) ; 
INSERT INTO `wp_product_order` VALUES (40, 3, 36, 8) ; 
INSERT INTO `wp_product_order` VALUES (41, 3, 37, 8) ; 
INSERT INTO `wp_product_order` VALUES (42, 5, 36, 0) ; 
INSERT INTO `wp_product_order` VALUES (43, 5, 35, 1) ; 
INSERT INTO `wp_product_order` VALUES (44, 5, 34, 2) ; 
INSERT INTO `wp_product_order` VALUES (45, 5, 30, 3) ; 
INSERT INTO `wp_product_order` VALUES (46, 5, 32, 4) ; 
INSERT INTO `wp_product_order` VALUES (47, 3, 39, 8) ; 
INSERT INTO `wp_product_order` VALUES (48, 3, 40, 8) ; 
INSERT INTO `wp_product_order` VALUES (49, 3, 41, 8) ;
#
# End of data contents of table `wp_product_order`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_product_rating`
# --------------------------------------------------------


#
# Delete any existing table `wp_product_rating`
#

DROP TABLE IF EXISTS `wp_product_rating`;


#
# Table structure of table `wp_product_rating`
#

CREATE TABLE `wp_product_rating` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `ipnum` varchar(30) NOT NULL DEFAULT '',
  `productid` bigint(20) unsigned NOT NULL DEFAULT '0',
  `rated` tinyint(1) NOT NULL DEFAULT '0',
  `time` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_product_rating`
#

#
# End of data contents of table `wp_product_rating`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_product_variations`
# --------------------------------------------------------


#
# Delete any existing table `wp_product_variations`
#

DROP TABLE IF EXISTS `wp_product_variations`;


#
# Table structure of table `wp_product_variations`
#

CREATE TABLE `wp_product_variations` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(128) NOT NULL DEFAULT '',
  `variation_association` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `variation_association` (`variation_association`)
) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC ;

#
# Data contents of table `wp_product_variations`
#
 
INSERT INTO `wp_product_variations` VALUES (1, 'Size', 0) ; 
INSERT INTO `wp_product_variations` VALUES (2, 'Shipping to', 0) ; 
INSERT INTO `wp_product_variations` VALUES (3, 'AAZK Member', 0) ; 
INSERT INTO `wp_product_variations` VALUES (4, 'Color', 0) ; 
INSERT INTO `wp_product_variations` VALUES (16, 'Shipping', 0) ; 
INSERT INTO `wp_product_variations` VALUES (7, 'Mens', 0) ; 
INSERT INTO `wp_product_variations` VALUES (17, 'Boxes', 0) ; 
INSERT INTO `wp_product_variations` VALUES (13, 'Womens', 0) ; 
INSERT INTO `wp_product_variations` VALUES (19, 'Canadian membership', 0) ; 
INSERT INTO `wp_product_variations` VALUES (18, 'Canadian membership', 0) ;
#
# End of data contents of table `wp_product_variations`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_purchase_logs`
# --------------------------------------------------------


#
# Delete any existing table `wp_purchase_logs`
#

DROP TABLE IF EXISTS `wp_purchase_logs`;


#
# Table structure of table `wp_purchase_logs`
#

CREATE TABLE `wp_purchase_logs` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `totalprice` varchar(128) NOT NULL DEFAULT '0',
  `statusno` smallint(6) NOT NULL DEFAULT '0',
  `sessionid` varchar(255) NOT NULL DEFAULT '',
  `transactid` varchar(255) NOT NULL DEFAULT '',
  `authcode` varchar(255) NOT NULL DEFAULT '',
  `downloadid` bigint(20) unsigned NOT NULL DEFAULT '0',
  `processed` bigint(20) unsigned NOT NULL DEFAULT '1',
  `user_ID` bigint(20) unsigned DEFAULT '0',
  `date` varchar(255) NOT NULL DEFAULT '',
  `gateway` varchar(64) NOT NULL DEFAULT '',
  `billing_country` char(6) NOT NULL DEFAULT '',
  `shipping_country` char(6) NOT NULL DEFAULT '',
  `base_shipping` varchar(128) NOT NULL DEFAULT '0',
  `email_sent` char(1) NOT NULL DEFAULT '0',
  `stock_adjusted` char(1) NOT NULL DEFAULT '0',
  `discount_value` varchar(32) NOT NULL DEFAULT '0',
  `discount_data` text NOT NULL,
  `track_id` varchar(50) DEFAULT '',
  `shipping_region` char(6) NOT NULL DEFAULT '',
  `find_us` varchar(255) NOT NULL DEFAULT '',
  `engravetext` varchar(255) DEFAULT '',
  `closest_store` varchar(255) DEFAULT '',
  `google_order_number` varchar(20) NOT NULL DEFAULT '',
  `google_user_marketing_preference` varchar(10) NOT NULL DEFAULT '',
  `google_status` longtext NOT NULL,
  `shipping_method` varchar(64) DEFAULT NULL,
  `shipping_option` varchar(128) DEFAULT NULL,
  `affiliate_id` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `sessionid` (`sessionid`),
  KEY `gateway` (`gateway`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_purchase_logs`
#

#
# End of data contents of table `wp_purchase_logs`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_purchase_statuses`
# --------------------------------------------------------


#
# Delete any existing table `wp_purchase_statuses`
#

DROP TABLE IF EXISTS `wp_purchase_statuses`;


#
# Table structure of table `wp_purchase_statuses`
#

CREATE TABLE `wp_purchase_statuses` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(128) NOT NULL DEFAULT '',
  `active` varchar(1) NOT NULL DEFAULT '0',
  `colour` varchar(6) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC ;

#
# Data contents of table `wp_purchase_statuses`
#
 
INSERT INTO `wp_purchase_statuses` VALUES (1, 'Order Received', '1', '') ; 
INSERT INTO `wp_purchase_statuses` VALUES (2, 'Accepted Payment', '1', '') ; 
INSERT INTO `wp_purchase_statuses` VALUES (3, 'Job Dispatched', '1', '') ; 
INSERT INTO `wp_purchase_statuses` VALUES (4, 'Closed Order', '1', '') ;
#
# End of data contents of table `wp_purchase_statuses`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_rc_cwp_custom_field_options`
# --------------------------------------------------------


#
# Delete any existing table `wp_rc_cwp_custom_field_options`
#

DROP TABLE IF EXISTS `wp_rc_cwp_custom_field_options`;


#
# Table structure of table `wp_rc_cwp_custom_field_options`
#

CREATE TABLE `wp_rc_cwp_custom_field_options` (
  `custom_field_id` int(11) NOT NULL,
  `options` text,
  `default_option` text,
  PRIMARY KEY (`custom_field_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC ;

#
# Data contents of table `wp_rc_cwp_custom_field_options`
#

#
# End of data contents of table `wp_rc_cwp_custom_field_options`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_rc_cwp_custom_field_properties`
# --------------------------------------------------------


#
# Delete any existing table `wp_rc_cwp_custom_field_properties`
#

DROP TABLE IF EXISTS `wp_rc_cwp_custom_field_properties`;


#
# Table structure of table `wp_rc_cwp_custom_field_properties`
#

CREATE TABLE `wp_rc_cwp_custom_field_properties` (
  `custom_field_id` int(11) NOT NULL AUTO_INCREMENT,
  `properties` text,
  PRIMARY KEY (`custom_field_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC ;

#
# Data contents of table `wp_rc_cwp_custom_field_properties`
#
 
INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (1, 'a:1:{s:6:"params";s:6:"&w=120";}') ;
#
# End of data contents of table `wp_rc_cwp_custom_field_properties`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_rc_cwp_custom_field_types`
# --------------------------------------------------------


#
# Delete any existing table `wp_rc_cwp_custom_field_types`
#

DROP TABLE IF EXISTS `wp_rc_cwp_custom_field_types`;


#
# Table structure of table `wp_rc_cwp_custom_field_types`
#

CREATE TABLE `wp_rc_cwp_custom_field_types` (
  `id` tinyint(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `description` varchar(100) DEFAULT NULL,
  `has_options` enum('true','false') NOT NULL,
  `has_properties` enum('true','false') NOT NULL,
  `allow_multiple_values` enum('true','false') NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC ;

#
# Data contents of table `wp_rc_cwp_custom_field_types`
#
 
INSERT INTO `wp_rc_cwp_custom_field_types` VALUES (1, 'Textbox', NULL, 'false', 'true', 'false') ; 
INSERT INTO `wp_rc_cwp_custom_field_types` VALUES (2, 'Multiline Textbox', NULL, 'false', 'true', 'false') ; 
INSERT INTO `wp_rc_cwp_custom_field_types` VALUES (3, 'Checkbox', NULL, 'false', 'false', 'false') ; 
INSERT INTO `wp_rc_cwp_custom_field_types` VALUES (4, 'Checkbox List', NULL, 'true', 'false', 'true') ; 
INSERT INTO `wp_rc_cwp_custom_field_types` VALUES (5, 'Radiobutton List', NULL, 'true', 'false', 'false') ; 
INSERT INTO `wp_rc_cwp_custom_field_types` VALUES (6, 'Dropdown List', NULL, 'true', 'false', 'false') ; 
INSERT INTO `wp_rc_cwp_custom_field_types` VALUES (7, 'Listbox', NULL, 'true', 'true', 'true') ; 
INSERT INTO `wp_rc_cwp_custom_field_types` VALUES (8, 'File', NULL, 'false', 'false', 'false') ; 
INSERT INTO `wp_rc_cwp_custom_field_types` VALUES (9, 'Image', NULL, 'false', 'true', 'false') ; 
INSERT INTO `wp_rc_cwp_custom_field_types` VALUES (10, 'Date', NULL, 'false', 'true', 'false') ; 
INSERT INTO `wp_rc_cwp_custom_field_types` VALUES (11, 'Audio', NULL, 'false', 'false', 'false') ; 
INSERT INTO `wp_rc_cwp_custom_field_types` VALUES (12, 'Color Picker', NULL, 'false', 'false', 'false') ; 
INSERT INTO `wp_rc_cwp_custom_field_types` VALUES (13, 'Slider', NULL, 'false', 'true', 'false') ;
#
# End of data contents of table `wp_rc_cwp_custom_field_types`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_rc_cwp_module_groups`
# --------------------------------------------------------


#
# Delete any existing table `wp_rc_cwp_module_groups`
#

DROP TABLE IF EXISTS `wp_rc_cwp_module_groups`;


#
# Table structure of table `wp_rc_cwp_module_groups`
#

CREATE TABLE `wp_rc_cwp_module_groups` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `panel_id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `duplicate` tinyint(1) NOT NULL,
  `at_right` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC ;

#
# Data contents of table `wp_rc_cwp_module_groups`
#
 
INSERT INTO `wp_rc_cwp_module_groups` VALUES (1, 1, '__default', 0, 0) ; 
INSERT INTO `wp_rc_cwp_module_groups` VALUES (2, 2, '__default', 0, 0) ; 
INSERT INTO `wp_rc_cwp_module_groups` VALUES (3, 3, '__default', 0, 0) ; 
INSERT INTO `wp_rc_cwp_module_groups` VALUES (4, 4, '__default', 0, 0) ; 
INSERT INTO `wp_rc_cwp_module_groups` VALUES (5, 5, '__default', 0, 0) ; 
INSERT INTO `wp_rc_cwp_module_groups` VALUES (6, 6, '__default', 0, 0) ; 
INSERT INTO `wp_rc_cwp_module_groups` VALUES (7, 7, '__default', 0, 0) ; 
INSERT INTO `wp_rc_cwp_module_groups` VALUES (8, 8, '__default', 0, 0) ;
#
# End of data contents of table `wp_rc_cwp_module_groups`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_rc_cwp_modules`
# --------------------------------------------------------


#
# Delete any existing table `wp_rc_cwp_modules`
#

DROP TABLE IF EXISTS `wp_rc_cwp_modules`;


#
# Table structure of table `wp_rc_cwp_modules`
#

CREATE TABLE `wp_rc_cwp_modules` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `description` text,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC ;

#
# Data contents of table `wp_rc_cwp_modules`
#

#
# End of data contents of table `wp_rc_cwp_modules`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_rc_cwp_modules_duplicates`
# --------------------------------------------------------


#
# Delete any existing table `wp_rc_cwp_modules_duplicates`
#

DROP TABLE IF EXISTS `wp_rc_cwp_modules_duplicates`;


#
# Table structure of table `wp_rc_cwp_modules_duplicates`
#

CREATE TABLE `wp_rc_cwp_modules_duplicates` (
  `duplicate_id` int(11) NOT NULL AUTO_INCREMENT,
  `module_id` int(11) NOT NULL,
  `duplicate_name` text NOT NULL,
  PRIMARY KEY (`duplicate_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC ;

#
# Data contents of table `wp_rc_cwp_modules_duplicates`
#

#
# End of data contents of table `wp_rc_cwp_modules_duplicates`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_rc_cwp_panel_category`
# --------------------------------------------------------


#
# Delete any existing table `wp_rc_cwp_panel_category`
#

DROP TABLE IF EXISTS `wp_rc_cwp_panel_category`;


#
# Table structure of table `wp_rc_cwp_panel_category`
#

CREATE TABLE `wp_rc_cwp_panel_category` (
  `panel_id` int(11) NOT NULL,
  `cat_id` int(11) NOT NULL,
  PRIMARY KEY (`panel_id`,`cat_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED ;

#
# Data contents of table `wp_rc_cwp_panel_category`
#
 
INSERT INTO `wp_rc_cwp_panel_category` VALUES (1, 4) ; 
INSERT INTO `wp_rc_cwp_panel_category` VALUES (2, 3) ; 
INSERT INTO `wp_rc_cwp_panel_category` VALUES (4, 9) ; 
INSERT INTO `wp_rc_cwp_panel_category` VALUES (5, 11) ; 
INSERT INTO `wp_rc_cwp_panel_category` VALUES (6, 10) ; 
INSERT INTO `wp_rc_cwp_panel_category` VALUES (7, 12) ; 
INSERT INTO `wp_rc_cwp_panel_category` VALUES (8, 13) ;
#
# End of data contents of table `wp_rc_cwp_panel_category`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_rc_cwp_panel_custom_field`
# --------------------------------------------------------


#
# Delete any existing table `wp_rc_cwp_panel_custom_field`
#

DROP TABLE IF EXISTS `wp_rc_cwp_panel_custom_field`;


#
# Table structure of table `wp_rc_cwp_panel_custom_field`
#

CREATE TABLE `wp_rc_cwp_panel_custom_field` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `group_id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `description` varchar(255) DEFAULT NULL,
  `display_order` tinyint(4) DEFAULT NULL,
  `display_name` enum('true','false') NOT NULL,
  `display_description` enum('true','false') NOT NULL,
  `type` tinyint(4) NOT NULL,
  `CSS` varchar(100) DEFAULT NULL,
  `required_field` tinyint(4) DEFAULT NULL,
  `duplicate` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC ;

#
# Data contents of table `wp_rc_cwp_panel_custom_field`
#
 
INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (1, 1, 'reminder_thumbnail', 'Thumbnail', 0, 'true', 'true', 9, 'reminder_tmb', 0, 0) ;
#
# End of data contents of table `wp_rc_cwp_panel_custom_field`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_rc_cwp_panel_standard_field`
# --------------------------------------------------------


#
# Delete any existing table `wp_rc_cwp_panel_standard_field`
#

DROP TABLE IF EXISTS `wp_rc_cwp_panel_standard_field`;


#
# Table structure of table `wp_rc_cwp_panel_standard_field`
#

CREATE TABLE `wp_rc_cwp_panel_standard_field` (
  `panel_id` int(11) NOT NULL,
  `standard_field_id` int(11) NOT NULL,
  PRIMARY KEY (`panel_id`,`standard_field_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED ;

#
# Data contents of table `wp_rc_cwp_panel_standard_field`
#
 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (1, 12) ; 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (1, 15) ; 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (1, 16) ; 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (1, 17) ; 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (2, 9) ; 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (2, 12) ; 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (2, 15) ; 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (2, 16) ; 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (2, 17) ; 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (4, 12) ; 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (4, 15) ; 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (4, 16) ; 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (4, 17) ; 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (5, 12) ; 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (5, 15) ; 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (5, 16) ; 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (5, 17) ; 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (6, 12) ; 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (6, 15) ; 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (6, 16) ; 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (6, 17) ; 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (7, 12) ; 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (7, 15) ; 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (7, 16) ; 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (7, 17) ; 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (8, 12) ; 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (8, 15) ; 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (8, 16) ; 
INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (8, 17) ;
#
# End of data contents of table `wp_rc_cwp_panel_standard_field`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_rc_cwp_post_meta`
# --------------------------------------------------------


#
# Delete any existing table `wp_rc_cwp_post_meta`
#

DROP TABLE IF EXISTS `wp_rc_cwp_post_meta`;


#
# Table structure of table `wp_rc_cwp_post_meta`
#

CREATE TABLE `wp_rc_cwp_post_meta` (
  `id` int(11) NOT NULL,
  `group_count` int(11) NOT NULL,
  `field_count` int(11) NOT NULL,
  `post_id` int(11) NOT NULL,
  `field_name` text NOT NULL,
  `order_id` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC ;

#
# Data contents of table `wp_rc_cwp_post_meta`
#
 
INSERT INTO `wp_rc_cwp_post_meta` VALUES (1161, 1, 1, 1488, 'reminder_thumbnail', 1) ; 
INSERT INTO `wp_rc_cwp_post_meta` VALUES (2346, 1, 1, 757, 'reminder_thumbnail', 1) ; 
INSERT INTO `wp_rc_cwp_post_meta` VALUES (2171, 1, 1, 2144, 'reminder_thumbnail', 1) ;
#
# End of data contents of table `wp_rc_cwp_post_meta`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_rc_cwp_write_panels`
# --------------------------------------------------------


#
# Delete any existing table `wp_rc_cwp_write_panels`
#

DROP TABLE IF EXISTS `wp_rc_cwp_write_panels`;


#
# Table structure of table `wp_rc_cwp_write_panels`
#

CREATE TABLE `wp_rc_cwp_write_panels` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `single` tinyint(1) NOT NULL DEFAULT '0',
  `description` varchar(255) DEFAULT NULL,
  `display_order` tinyint(4) DEFAULT NULL,
  `capability_name` varchar(255) NOT NULL,
  `type` varchar(50) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC ;

#
# Data contents of table `wp_rc_cwp_write_panels`
#
 
INSERT INTO `wp_rc_cwp_write_panels` VALUES (1, 'Reminders', 0, NULL, 0, 'reminders', 'post') ; 
INSERT INTO `wp_rc_cwp_write_panels` VALUES (2, 'News', 0, NULL, 0, 'news', 'post') ; 
INSERT INTO `wp_rc_cwp_write_panels` VALUES (4, 'AKF: ToC', 0, NULL, 0, 'akf_toc', 'post') ; 
INSERT INTO `wp_rc_cwp_write_panels` VALUES (5, 'AKF: Articles', 0, NULL, 0, 'akf_articles', 'post') ; 
INSERT INTO `wp_rc_cwp_write_panels` VALUES (6, 'AKF: Columns', 0, NULL, 0, 'akf_columns', 'post') ; 
INSERT INTO `wp_rc_cwp_write_panels` VALUES (7, 'AKF: Viewpoint', 0, NULL, 0, 'akf_viewpoint', 'post') ; 
INSERT INTO `wp_rc_cwp_write_panels` VALUES (8, 'AKF: Chapter News', 0, NULL, 0, 'akf_chapter_news', 'post') ;
#
# End of data contents of table `wp_rc_cwp_write_panels`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_region_tax`
# --------------------------------------------------------


#
# Delete any existing table `wp_region_tax`
#

DROP TABLE IF EXISTS `wp_region_tax`;


#
# Table structure of table `wp_region_tax`
#

CREATE TABLE `wp_region_tax` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `country_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `name` varchar(64) NOT NULL DEFAULT '',
  `code` char(2) NOT NULL DEFAULT '',
  `tax` float NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `country_id` (`country_id`)
) ENGINE=MyISAM AUTO_INCREMENT=65 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_region_tax`
#
 
INSERT INTO `wp_region_tax` VALUES (1, 100, 'Alberta', '', '0') ; 
INSERT INTO `wp_region_tax` VALUES (2, 100, 'British Columbia', '', '0') ; 
INSERT INTO `wp_region_tax` VALUES (3, 100, 'Manitoba', '', '0') ; 
INSERT INTO `wp_region_tax` VALUES (4, 100, 'New Brunswick', '', '0') ; 
INSERT INTO `wp_region_tax` VALUES (5, 100, 'Newfoundland', '', '0') ; 
INSERT INTO `wp_region_tax` VALUES (6, 100, 'Northwest Territories', '', '0') ; 
INSERT INTO `wp_region_tax` VALUES (7, 100, 'Nova Scotia', '', '0') ; 
INSERT INTO `wp_region_tax` VALUES (8, 100, 'Nunavut', '', '0') ; 
INSERT INTO `wp_region_tax` VALUES (9, 100, 'Ontario', '', '0') ; 
INSERT INTO `wp_region_tax` VALUES (10, 100, 'Prince Edward Island', '', '0') ; 
INSERT INTO `wp_region_tax` VALUES (11, 100, 'Quebec', '', '0') ; 
INSERT INTO `wp_region_tax` VALUES (12, 100, 'Saskatchewan', '', '0') ; 
INSERT INTO `wp_region_tax` VALUES (13, 100, 'Yukon', '', '0') ; 
INSERT INTO `wp_region_tax` VALUES (14, 136, 'Alabama', 'AL', '0') ; 
INSERT INTO `wp_region_tax` VALUES (15, 136, 'Alaska', 'AK', '0') ; 
INSERT INTO `wp_region_tax` VALUES (16, 136, 'Arizona', 'AZ', '0') ; 
INSERT INTO `wp_region_tax` VALUES (17, 136, 'Arkansas', 'AR', '0') ; 
INSERT INTO `wp_region_tax` VALUES (18, 136, 'California', 'CA', '0') ; 
INSERT INTO `wp_region_tax` VALUES (19, 136, 'Colorado', 'CO', '0') ; 
INSERT INTO `wp_region_tax` VALUES (20, 136, 'Connecticut', 'CT', '0') ; 
INSERT INTO `wp_region_tax` VALUES (21, 136, 'Delaware', 'DE', '0') ; 
INSERT INTO `wp_region_tax` VALUES (22, 136, 'Florida', 'FL', '0') ; 
INSERT INTO `wp_region_tax` VALUES (23, 136, 'Georgia', 'GA', '0') ; 
INSERT INTO `wp_region_tax` VALUES (24, 136, 'Hawaii', 'HI', '0') ; 
INSERT INTO `wp_region_tax` VALUES (25, 136, 'Idaho', 'ID', '0') ; 
INSERT INTO `wp_region_tax` VALUES (26, 136, 'Illinois', 'IL', '0') ; 
INSERT INTO `wp_region_tax` VALUES (27, 136, 'Indiana', 'IN', '0') ; 
INSERT INTO `wp_region_tax` VALUES (28, 136, 'Iowa', 'IA', '0') ; 
INSERT INTO `wp_region_tax` VALUES (29, 136, 'Kansas', 'KS', '0') ; 
INSERT INTO `wp_region_tax` VALUES (30, 136, 'Kentucky', 'KY', '0') ; 
INSERT INTO `wp_region_tax` VALUES (31, 136, 'Louisiana', 'LA', '0') ; 
INSERT INTO `wp_region_tax` VALUES (32, 136, 'Maine', 'ME', '0') ; 
INSERT INTO `wp_region_tax` VALUES (33, 136, 'Maryland', 'MD', '0') ; 
INSERT INTO `wp_region_tax` VALUES (34, 136, 'Massachusetts', 'MA', '0') ; 
INSERT INTO `wp_region_tax` VALUES (35, 136, 'Michigan', 'MI', '0') ; 
INSERT INTO `wp_region_tax` VALUES (36, 136, 'Minnesota', 'MN', '0') ; 
INSERT INTO `wp_region_tax` VALUES (37, 136, 'Mississippi', 'MS', '0') ; 
INSERT INTO `wp_region_tax` VALUES (38, 136, 'Missouri', 'MO', '0') ; 
INSERT INTO `wp_region_tax` VALUES (39, 136, 'Montana', 'MT', '0') ; 
INSERT INTO `wp_region_tax` VALUES (40, 136, 'Nebraska', 'NE', '0') ; 
INSERT INTO `wp_region_tax` VALUES (41, 136, 'Nevada', 'NV', '0') ; 
INSERT INTO `wp_region_tax` VALUES (42, 136, 'New Hampshire', 'NH', '0') ; 
INSERT INTO `wp_region_tax` VALUES (43, 136, 'New Jersey', 'NJ', '0') ; 
INSERT INTO `wp_region_tax` VALUES (44, 136, 'New Mexico', 'NM', '0') ; 
INSERT INTO `wp_region_tax` VALUES (45, 136, 'New York', 'NY', '0') ; 
INSERT INTO `wp_region_tax` VALUES (46, 136, 'North Carolina', 'NC', '0') ; 
INSERT INTO `wp_region_tax` VALUES (47, 136, 'North Dakota', 'ND', '0') ; 
INSERT INTO `wp_region_tax` VALUES (48, 136, 'Ohio', 'OH', '0') ; 
INSERT INTO `wp_region_tax` VALUES (49, 136, 'Oklahoma', 'OK', '0') ; 
INSERT INTO `wp_region_tax` VALUES (50, 136, 'Oregon', 'OR', '0') ; 
INSERT INTO `wp_region_tax` VALUES (51, 136, 'Pennsylvania', 'PA', '0') ; 
INSERT INTO `wp_region_tax` VALUES (52, 136, 'Rhode Island', 'RI', '0') ; 
INSERT INTO `wp_region_tax` VALUES (53, 136, 'South Carolina', 'SC', '0') ; 
INSERT INTO `wp_region_tax` VALUES (54, 136, 'South Dakota', 'SD', '0') ; 
INSERT INTO `wp_region_tax` VALUES (55, 136, 'Tennessee', 'TN', '0') ; 
INSERT INTO `wp_region_tax` VALUES (56, 136, 'Texas', 'TX', '0') ; 
INSERT INTO `wp_region_tax` VALUES (57, 136, 'Utah', 'UT', '0') ; 
INSERT INTO `wp_region_tax` VALUES (58, 136, 'Vermont', 'VT', '0') ; 
INSERT INTO `wp_region_tax` VALUES (59, 136, 'Virginia', 'VA', '0') ; 
INSERT INTO `wp_region_tax` VALUES (60, 136, 'Washington', 'WA', '0') ; 
INSERT INTO `wp_region_tax` VALUES (61, 136, 'Washington DC', 'DC', '0') ; 
INSERT INTO `wp_region_tax` VALUES (62, 136, 'West Virginia', 'WV', '0') ; 
INSERT INTO `wp_region_tax` VALUES (63, 136, 'Wisconsin', 'WI', '0') ; 
INSERT INTO `wp_region_tax` VALUES (64, 136, 'Wyoming', 'WY', '0') ;
#
# End of data contents of table `wp_region_tax`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_rg_authorizenet`
# --------------------------------------------------------


#
# Delete any existing table `wp_rg_authorizenet`
#

DROP TABLE IF EXISTS `wp_rg_authorizenet`;


#
# Table structure of table `wp_rg_authorizenet`
#

CREATE TABLE `wp_rg_authorizenet` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` mediumint(8) unsigned NOT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT '1',
  `meta` longtext,
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_rg_authorizenet`
#

#
# End of data contents of table `wp_rg_authorizenet`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_rg_authorizenet_transaction`
# --------------------------------------------------------


#
# Delete any existing table `wp_rg_authorizenet_transaction`
#

DROP TABLE IF EXISTS `wp_rg_authorizenet_transaction`;


#
# Table structure of table `wp_rg_authorizenet_transaction`
#

CREATE TABLE `wp_rg_authorizenet_transaction` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `entry_id` int(10) unsigned NOT NULL,
  `transaction_type` varchar(15) DEFAULT NULL,
  `subscription_id` varchar(50) DEFAULT NULL,
  `transaction_id` varchar(50) DEFAULT NULL,
  `is_renewal` tinyint(1) NOT NULL DEFAULT '0',
  `amount` decimal(19,2) DEFAULT NULL,
  `date_created` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `txn_id` (`transaction_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_rg_authorizenet_transaction`
#

#
# End of data contents of table `wp_rg_authorizenet_transaction`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_rg_form`
# --------------------------------------------------------


#
# Delete any existing table `wp_rg_form`
#

DROP TABLE IF EXISTS `wp_rg_form`;


#
# Table structure of table `wp_rg_form`
#

CREATE TABLE `wp_rg_form` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(150) NOT NULL,
  `date_created` datetime NOT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_rg_form`
#
 
INSERT INTO `wp_rg_form` VALUES (1, 'Job Submission', '2013-10-14 22:38:13', 1) ; 
INSERT INTO `wp_rg_form` VALUES (4, 'Job Submission (paid)', '2013-10-16 18:40:26', 1) ; 
INSERT INTO `wp_rg_form` VALUES (5, 'Bowling for Rhinos Donate', '2013-10-23 15:50:48', 1) ; 
INSERT INTO `wp_rg_form` VALUES (6, 'Contact', '2013-10-24 18:51:39', 1) ; 
INSERT INTO `wp_rg_form` VALUES (9, 'Contact (members)', '2013-12-03 21:39:37', 1) ; 
INSERT INTO `wp_rg_form` VALUES (10, 'Bowling for Rhinos - Donation Receipt', '2014-01-09 18:14:28', 1) ; 
INSERT INTO `wp_rg_form` VALUES (12, 'Job Submission (paid w/ expiration date)', '2014-01-10 19:05:33', 1) ; 
INSERT INTO `wp_rg_form` VALUES (13, 'Job Submission - Copy 1', '2014-02-16 21:10:18', 1) ; 
INSERT INTO `wp_rg_form` VALUES (14, 'Job Submission (w/ expiration date)', '2014-02-16 21:10:37', 1) ;
#
# End of data contents of table `wp_rg_form`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_rg_form_meta`
# --------------------------------------------------------


#
# Delete any existing table `wp_rg_form_meta`
#

DROP TABLE IF EXISTS `wp_rg_form_meta`;


#
# Table structure of table `wp_rg_form_meta`
#

CREATE TABLE `wp_rg_form_meta` (
  `form_id` mediumint(8) unsigned NOT NULL,
  `display_meta` longtext,
  `entries_grid_meta` longtext,
  `confirmations` longtext,
  `notifications` longtext,
  PRIMARY KEY (`form_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_rg_form_meta`
#
 
INSERT INTO `wp_rg_form_meta` VALUES (1, 'a:19:{s:5:"title";s:14:"Job Submission";s:11:"description";s:0:"";s:14:"labelPlacement";s:9:"top_label";s:20:"descriptionPlacement";s:5:"below";s:6:"button";a:3:{s:4:"type";s:4:"text";s:4:"text";s:6:"Submit";s:8:"imageUrl";s:0:"";}s:6:"fields";a:4:{i:0;a:59:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:1;s:9:"inputName";s:0:"";s:10:"isRequired";b:1;s:5:"label";s:10:"Post Title";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:10:"post_title";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:6:"formId";i:1;s:20:"descriptionPlacement";s:5:"below";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:9:"saveAsCPT";s:12:"job_postings";}i:1;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:2;s:9:"inputName";s:0:"";s:10:"isRequired";b:1;s:5:"label";s:9:"Post Body";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:12:"post_content";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:5:"10000";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:6:"formId";i:1;s:20:"descriptionPlacement";s:5:"below";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";}i:2;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:128:"Specify a blurb (maximum 160 characters). The excerpt will use the first 160 characters of your post body if this is left blank.";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:3;s:9:"inputName";s:0:"";s:10:"isRequired";b:0;s:5:"label";s:12:"Post Excerpt";s:12:"noDuplicates";s:0:"";s:4:"size";s:5:"small";s:4:"type";s:12:"post_excerpt";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:3:"160";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:6:"formId";i:1;s:20:"descriptionPlacement";s:5:"below";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";}i:3;a:62:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:5;s:9:"inputName";s:0:"";s:10:"isRequired";b:1;s:5:"label";s:12:"Job Category";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:6:"select";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:7:"choices";a:4:{i:0;a:2:{s:4:"text";s:30:"-- select a Custom Category --";s:5:"value";s:0:"";}i:1;a:2:{s:5:"value";s:2:"19";s:4:"text";s:7:"General";}i:2;a:2:{s:5:"value";s:2:"20";s:4:"text";s:11:"Internships";}i:3;a:2:{s:5:"value";s:2:"21";s:4:"text";s:23:"Volunteer Opportunities";}}s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:16:"populatePostType";s:0:"";s:16:"populateTaxonomy";s:9:"job-types";s:16:"enableEnhancedUI";i:0;s:6:"formId";i:1;s:20:"descriptionPlacement";s:5:"below";}}s:2:"id";i:1;s:22:"useCurrentUserAsAuthor";b:1;s:26:"postContentTemplateEnabled";b:0;s:24:"postTitleTemplateEnabled";b:0;s:17:"postTitleTemplate";s:0:"";s:19:"postContentTemplate";s:0:"";s:14:"lastPageButton";N;s:10:"pagination";N;s:17:"firstPageCssClass";N;s:10:"postAuthor";s:1:"3";s:12:"postCategory";s:2:"14";s:10:"postFormat";s:1:"0";s:10:"postStatus";s:7:"publish";}', '', 'a:1:{s:13:"525c72553b5e4";a:8:{s:2:"id";s:13:"525c72553b5e4";s:4:"name";s:20:"Default Confirmation";s:9:"isDefault";b:1;s:4:"type";s:7:"message";s:7:"message";s:64:"Thanks for contacting us! We will get in touch with you shortly.";s:3:"url";s:0:"";s:6:"pageId";s:0:"";s:11:"queryString";s:0:"";}}', 'a:1:{s:13:"525c725535d7f";a:14:{s:2:"id";s:13:"525c725535d7f";s:2:"to";s:13:"{admin_email}";s:4:"name";s:18:"Admin Notification";s:5:"event";s:15:"form_submission";s:6:"toType";s:5:"email";s:7:"subject";s:32:"New submission from {form_title}";s:7:"message";s:244:"Position: {Postition Title:9}\r\nClosing Date: {Closing Date:8}\r\nFacility: {Facility:20}\r\nDescription:\r\n{Description:12}\r\n\r\nSubmitted {date_mdy} by {user:display_name} ({user:user_email})\r\n\r\n<span style="line-height: 1.5em;"> {form_title}</span>";s:3:"bcc";s:0:"";s:4:"from";s:13:"{admin_email}";s:8:"fromName";s:0:"";s:7:"replyTo";s:0:"";s:7:"routing";N;s:16:"conditionalLogic";N;s:17:"disableAutoformat";s:0:"";}}') ; 
INSERT INTO `wp_rg_form_meta` VALUES (4, 'a:38:{s:5:"title";s:21:"Job Submission (paid)";s:11:"description";s:0:"";s:14:"labelPlacement";s:9:"top_label";s:20:"descriptionPlacement";s:5:"below";s:6:"button";a:3:{s:4:"type";s:4:"text";s:4:"text";s:6:"Submit";s:8:"imageUrl";s:0:"";}s:6:"fields";a:8:{i:0;a:59:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:1;s:9:"inputName";s:0:"";s:10:"isRequired";b:1;s:5:"label";s:10:"Post Title";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:10:"post_title";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:6:"formId";i:4;s:20:"descriptionPlacement";s:5:"below";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:9:"saveAsCPT";s:12:"job_postings";}i:1;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:2;s:9:"inputName";s:0:"";s:10:"isRequired";b:1;s:5:"label";s:9:"Post Body";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:12:"post_content";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:5:"10000";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:6:"formId";i:4;s:20:"descriptionPlacement";s:5:"below";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";}i:2;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:128:"Specify a blurb (maximum 160 characters). The excerpt will use the first 160 characters of your post body if this is left blank.";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:3;s:9:"inputName";s:0:"";s:10:"isRequired";b:0;s:5:"label";s:12:"Post Excerpt";s:12:"noDuplicates";s:0:"";s:4:"size";s:5:"small";s:4:"type";s:12:"post_excerpt";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:3:"160";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:6:"formId";i:4;s:20:"descriptionPlacement";s:5:"below";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";}i:3;a:61:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:7;s:9:"inputName";s:0:"";s:10:"isRequired";b:1;s:5:"label";s:12:"Job Category";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:6:"select";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:7:"choices";a:4:{i:0;a:2:{s:4:"text";s:30:"-- select a Custom Category --";s:5:"value";s:0:"";}i:1;a:2:{s:5:"value";s:2:"19";s:4:"text";s:7:"General";}i:2;a:2:{s:5:"value";s:2:"20";s:4:"text";s:11:"Internships";}i:3;a:2:{s:5:"value";s:2:"21";s:4:"text";s:23:"Volunteer Opportunities";}}s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:16:"populateTaxonomy";s:9:"job-types";s:16:"populatePostType";s:0:"";s:6:"formId";i:4;s:20:"descriptionPlacement";s:5:"below";}i:4;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:4;s:9:"inputName";s:0:"";s:10:"isRequired";b:1;s:5:"label";s:21:"Post job for 60 days.";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:7:"product";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:13:"singleproduct";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";a:3:{i:0;a:3:{s:2:"id";d:4.0999999999999996447286321199499070644378662109375;s:5:"label";s:4:"Name";s:4:"name";s:0:"";}i:1;a:3:{s:2:"id";d:4.20000000000000017763568394002504646778106689453125;s:5:"label";s:5:"Price";s:4:"name";s:0:"";}i:2;a:3:{s:2:"id";d:4.29999999999999982236431605997495353221893310546875;s:5:"label";s:8:"Quantity";s:4:"name";s:0:"";}}s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";N;s:9:"basePrice";s:6:"$50.00";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:1;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:6:"formId";i:4;s:20:"descriptionPlacement";s:5:"below";}i:5;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:5;s:9:"inputName";s:0:"";s:10:"isRequired";b:0;s:5:"label";s:5:"Total";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:5:"total";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:6:"formId";i:4;s:20:"descriptionPlacement";s:5:"below";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";}i:6;a:59:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:8;s:9:"inputName";s:0:"";s:10:"isRequired";b:1;s:5:"label";s:11:"Credit Card";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:10:"creditcard";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";a:5:{i:0;a:3:{s:2:"id";d:8.0999999999999996447286321199499070644378662109375;s:5:"label";s:11:"Card Number";s:4:"name";s:0:"";}i:1;a:3:{s:2:"id";d:8.199999999999999289457264239899814128875732421875;s:5:"label";s:15:"Expiration Date";s:4:"name";s:0:"";}i:2;a:3:{s:2:"id";d:8.300000000000000710542735760100185871124267578125;s:5:"label";s:13:"Security Code";s:4:"name";s:0:"";}i:3;a:3:{s:2:"id";d:8.4000000000000003552713678800500929355621337890625;s:5:"label";s:9:"Card Type";s:4:"name";s:0:"";}i:4;a:3:{s:2:"id";d:8.5;s:5:"label";s:17:"Cardholder\'s Name";s:4:"name";s:0:"";}}s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:11:"creditCards";a:3:{i:0;s:4:"visa";i:1;s:8:"discover";i:2;s:10:"mastercard";}s:6:"formId";i:4;s:20:"descriptionPlacement";s:5:"below";}i:7;a:52:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";s:0:"";s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:9;s:9:"inputName";s:0:"";s:10:"isRequired";b:0;s:5:"label";s:5:"Email";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:5:"email";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";s:0:"";s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:6:"formId";i:4;s:20:"descriptionPlacement";s:5:"below";}}s:2:"id";i:4;s:22:"useCurrentUserAsAuthor";b:0;s:26:"postContentTemplateEnabled";b:0;s:24:"postTitleTemplateEnabled";b:0;s:17:"postTitleTemplate";s:0:"";s:19:"postContentTemplate";s:0:"";s:14:"lastPageButton";N;s:10:"pagination";N;s:17:"firstPageCssClass";N;s:10:"postAuthor";s:1:"3";s:12:"postCategory";s:2:"14";s:10:"postFormat";s:1:"0";s:10:"postStatus";s:7:"publish";s:8:"cssClass";s:0:"";s:14:"enableHoneypot";s:0:"";s:15:"enableAnimation";s:0:"";s:12:"limitEntries";s:0:"";s:17:"limitEntriesCount";s:0:"";s:18:"limitEntriesPeriod";s:0:"";s:19:"limitEntriesMessage";s:0:"";s:12:"scheduleForm";s:0:"";s:13:"scheduleStart";s:0:"";s:17:"scheduleStartHour";s:0:"";s:19:"scheduleStartMinute";s:0:"";s:17:"scheduleStartAmpm";s:0:"";s:11:"scheduleEnd";s:0:"";s:15:"scheduleEndHour";s:0:"";s:17:"scheduleEndMinute";s:0:"";s:15:"scheduleEndAmpm";s:0:"";s:15:"scheduleMessage";s:0:"";s:12:"requireLogin";s:0:"";s:19:"requireLoginMessage";s:0:"";}', '', 'a:1:{s:13:"525c72553b5e4";a:10:{s:2:"id";s:13:"525c72553b5e4";s:4:"name";s:20:"Default Confirmation";s:9:"isDefault";s:1:"1";s:4:"type";s:7:"message";s:7:"message";s:105:"Thanks for posting a job with us.\r\n\r\nYour posting should show up immediately after the payment processes.";s:3:"url";s:0:"";s:6:"pageId";s:0:"";s:11:"queryString";s:0:"";s:17:"disableAutoformat";s:0:"";s:16:"conditionalLogic";a:0:{}}}', 'a:2:{s:13:"525c725535d7f";a:14:{s:2:"id";s:13:"525c725535d7f";s:2:"to";s:13:"{admin_email}";s:4:"name";s:18:"Admin Notification";s:5:"event";s:15:"form_submission";s:6:"toType";s:5:"email";s:7:"subject";s:32:"New submission from {form_title}";s:7:"message";s:12:"{all_fields}";s:3:"bcc";s:0:"";s:4:"from";s:13:"{admin_email}";s:8:"fromName";s:0:"";s:7:"replyTo";s:0:"";s:7:"routing";N;s:16:"conditionalLogic";N;s:17:"disableAutoformat";s:0:"";}s:13:"53507d0e9b36b";a:14:{s:2:"id";s:13:"53507d0e9b36b";s:4:"name";s:21:"Job Submission (paid)";s:5:"event";s:15:"form_submission";s:2:"to";s:13:"{admin_email}";s:6:"toType";s:5:"email";s:3:"bcc";s:23:"joey@gowebsolutions.com";s:7:"subject";s:52:"Job submission notification from {user:display_name}";s:7:"message";s:207:"Position: {Postition Title:9}\r\nClosing Date: {Closing Date:8}\r\nFacility: {Facility:20}\r\nDescription:\r\n{Description:12}\r\n\r\nSubmitted {date_mdy} by {user:display_name} ({user:user_email})\r\n\r\nForm: {form_title}";s:4:"from";s:17:"{user:user_email}";s:8:"fromName";s:19:"{user:display_name}";s:7:"replyTo";s:0:"";s:7:"routing";N;s:16:"conditionalLogic";N;s:17:"disableAutoformat";s:0:"";}}') ; 
INSERT INTO `wp_rg_form_meta` VALUES (5, 'a:34:{s:5:"title";s:25:"Bowling for Rhinos Donate";s:11:"description";s:46:"Make a donation for AAZK\'s Bowling for Rhinos.";s:14:"labelPlacement";s:10:"left_label";s:20:"descriptionPlacement";s:5:"below";s:6:"button";a:3:{s:4:"type";s:4:"text";s:4:"text";s:6:"Submit";s:8:"imageUrl";s:0:"";}s:6:"fields";a:9:{i:0;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:1;s:9:"inputName";s:0:"";s:10:"isRequired";b:1;s:5:"label";s:4:"Name";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:4:"name";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";a:2:{i:0;a:3:{s:2:"id";d:1.3000000000000000444089209850062616169452667236328125;s:5:"label";s:5:"First";s:4:"name";s:0:"";}i:1;a:3:{s:2:"id";d:1.600000000000000088817841970012523233890533447265625;s:5:"label";s:4:"Last";s:4:"name";s:0:"";}}s:10:"nameFormat";s:6:"normal";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:6:"formId";i:5;s:20:"descriptionPlacement";s:5:"below";}i:1;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:4;s:9:"inputName";s:0:"";s:10:"isRequired";b:1;s:5:"label";s:5:"Phone";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:5:"phone";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:8:"standard";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:6:"formId";i:5;s:20:"descriptionPlacement";s:5:"below";}i:2;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:5;s:9:"inputName";s:0:"";s:10:"isRequired";b:1;s:5:"label";s:5:"Email";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:5:"email";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:6:"formId";i:5;s:20:"descriptionPlacement";s:5:"below";}i:3;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:6;s:9:"inputName";s:0:"";s:10:"isRequired";b:1;s:5:"label";s:7:"Address";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:7:"address";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:13:"international";s:14:"defaultCountry";s:13:"United States";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";b:0;s:11:"hideCountry";b:0;s:9:"hideState";b:0;s:6:"inputs";a:6:{i:0;a:3:{s:2:"id";d:6.0999999999999996447286321199499070644378662109375;s:5:"label";s:14:"Street Address";s:4:"name";s:0:"";}i:1;a:3:{s:2:"id";d:6.20000000000000017763568394002504646778106689453125;s:5:"label";s:14:"Address Line 2";s:4:"name";s:0:"";}i:2;a:3:{s:2:"id";d:6.29999999999999982236431605997495353221893310546875;s:5:"label";s:4:"City";s:4:"name";s:0:"";}i:3;a:3:{s:2:"id";d:6.4000000000000003552713678800500929355621337890625;s:5:"label";s:16:"State / Province";s:4:"name";s:0:"";}i:4;a:3:{s:2:"id";d:6.5;s:5:"label";s:17:"ZIP / Postal Code";s:4:"name";s:0:"";}i:5;a:3:{s:2:"id";d:6.5999999999999996447286321199499070644378662109375;s:5:"label";s:7:"Country";s:4:"name";s:0:"";}}s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:6:"formId";i:5;s:20:"descriptionPlacement";s:5:"below";}i:4;a:60:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:11;s:9:"inputName";s:0:"";s:10:"isRequired";b:0;s:5:"label";s:12:"AAZK Chapter";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:6:"option";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:6:"select";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";s:0:"";s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";i:10;s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";b:1;s:9:"basePrice";s:0:"";s:7:"choices";a:98:{i:0;a:4:{s:4:"text";s:7:"General";s:5:"value";s:7:"General";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:1;a:4:{s:4:"text";s:29:"AAZK of Cheyenne Mountain Zoo";s:5:"value";s:29:"AAZK of Cheyenne Mountain Zoo";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:2;a:4:{s:4:"text";s:27:"AAZK of New Bedford Chapter";s:5:"value";s:27:"AAZK of New Bedford Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:3;a:4:{s:4:"text";s:21:"Acadiana AAZK Chapter";s:5:"value";s:21:"Acadiana AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:4;a:4:{s:4:"text";s:33:"Assiniboine Park Zoo AAZK Chapter";s:5:"value";s:33:"Assiniboine Park Zoo AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:5;a:4:{s:4:"text";s:25:"Audubon Park AAZK Chapter";s:5:"value";s:25:"Audubon Park AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:6;a:4:{s:4:"text";s:28:"Baton Rouge Zoo AAZK Chapter";s:5:"value";s:28:"Baton Rouge Zoo AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:7;a:4:{s:4:"text";s:25:"Battle Creek AAZK Chapter";s:5:"value";s:25:"Battle Creek AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:8;a:4:{s:4:"text";s:26:"Beardsley Zoo AAZK Chapter";s:5:"value";s:26:"Beardsley Zoo AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:9;a:4:{s:4:"text";s:30:"Birmingham Zoo Chapter of AAZK";s:5:"value";s:30:"Birmingham Zoo Chapter of AAZK";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:10;a:4:{s:4:"text";s:22:"Bronx Zoo AAZK Chapter";s:5:"value";s:22:"Bronx Zoo AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:11;a:4:{s:4:"text";s:23:"Brookfield AAZK Chapter";s:5:"value";s:23:"Brookfield AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:12;a:4:{s:4:"text";s:30:"California Desert AAZK Chapter";s:5:"value";s:30:"California Desert AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:13;a:4:{s:4:"text";s:32:"Cape May County Zoo AAZK Chapter";s:5:"value";s:32:"Cape May County Zoo AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:14;a:4:{s:4:"text";s:29:"Central Illinois AAZK Chapter";s:5:"value";s:29:"Central Illinois AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:15;a:4:{s:4:"text";s:23:"Chesapeake AAZK Chapter";s:5:"value";s:23:"Chesapeake AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:16;a:4:{s:4:"text";s:21:"Columbus AAZK Chapter";s:5:"value";s:21:"Columbus AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:17;a:4:{s:4:"text";s:26:"Dallas Zoo Chapter of AAZK";s:5:"value";s:26:"Dallas Zoo Chapter of AAZK";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:18;a:4:{s:4:"text";s:20:"Detroit AAZK Chapter";s:5:"value";s:20:"Detroit AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:19;a:4:{s:4:"text";s:17:"EFBC AAZK Chapter";s:5:"value";s:17:"EFBC AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:20;a:4:{s:4:"text";s:24:"Edmonton Chapter of AAZK";s:5:"value";s:24:"Edmonton Chapter of AAZK";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:21;a:4:{s:4:"text";s:30:"El Paso Del Norte AAZK Chapter";s:5:"value";s:30:"El Paso Del Norte AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:22;a:4:{s:4:"text";s:27:"Fort Worth Zoo AAZK Chapter";s:5:"value";s:27:"Fort Worth Zoo AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:23;a:4:{s:4:"text";s:31:"Fresno Chaffee Zoo AAZK Chapter";s:5:"value";s:31:"Fresno Chaffee Zoo AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:24;a:4:{s:4:"text";s:25:"Galveston Chapter of AAZK";s:5:"value";s:25:"Galveston Chapter of AAZK";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:25;a:4:{s:4:"text";s:20:"Georgia AAZK Chapter";s:5:"value";s:20:"Georgia AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:26;a:4:{s:4:"text";s:33:"Greater Baltimore Chapter of AAZK";s:5:"value";s:33:"Greater Baltimore Chapter of AAZK";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:27;a:4:{s:4:"text";s:34:"Greater Cincinnati Chapter of AAZK";s:5:"value";s:34:"Greater Cincinnati Chapter of AAZK";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:28;a:4:{s:4:"text";s:35:"Greater Cleveland Area AAZK Chapter";s:5:"value";s:35:"Greater Cleveland Area AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:29;a:4:{s:4:"text";s:28:"Greater Houston AAZK Chapter";s:5:"value";s:28:"Greater Houston AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:30;a:4:{s:4:"text";s:32:"Greater Kansas City AAZK Chapter";s:5:"value";s:32:"Greater Kansas City AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:31;a:4:{s:4:"text";s:40:"Greater New Jersey AAZK Alliance Chapter";s:5:"value";s:40:"Greater New Jersey AAZK Alliance Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:32;a:4:{s:4:"text";s:28:"Greater Orlando AAZK Chapter";s:5:"value";s:28:"Greater Orlando AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:33;a:4:{s:4:"text";s:33:"Greater Philadelphia AAZK Chapter";s:5:"value";s:33:"Greater Philadelphia AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:34;a:4:{s:4:"text";s:24:"Greater Sac AAZK Chapter";s:5:"value";s:24:"Greater Sac AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:35;a:4:{s:4:"text";s:27:"Greenville Zoo AAZK Chapter";s:5:"value";s:27:"Greenville Zoo AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:36;a:4:{s:4:"text";s:30:"Heart of Illinois AAZK Chapter";s:5:"value";s:30:"Heart of Illinois AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:37;a:4:{s:4:"text";s:21:"Honolulu AAZK Chapter";s:5:"value";s:21:"Honolulu AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:38;a:4:{s:4:"text";s:25:"Indianapolis AAZK Chapter";s:5:"value";s:25:"Indianapolis AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:39;a:4:{s:4:"text";s:30:"Jackson Zookeepers Association";s:5:"value";s:30:"Jackson Zookeepers Association";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:40;a:4:{s:4:"text";s:25:"Jacksonville AAZK Chapter";s:5:"value";s:25:"Jacksonville AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:41;a:4:{s:4:"text";s:26:"Lake Superior AAZK Chapter";s:5:"value";s:26:"Lake Superior AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:42;a:4:{s:4:"text";s:25:"Lincoln Park AAZK Chapter";s:5:"value";s:25:"Lincoln Park AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:43;a:4:{s:4:"text";s:32:"Lion Country Safari AAZK Chapter";s:5:"value";s:32:"Lion Country Safari AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:44;a:4:{s:4:"text";s:28:"Little Rock Zoo AAZK Chapter";s:5:"value";s:28:"Little Rock Zoo AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:45;a:4:{s:4:"text";s:26:"Little Turtle AAZK Chapter";s:5:"value";s:26:"Little Turtle AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:46;a:4:{s:4:"text";s:28:"Los Angeles Zoo AAZK Chapter";s:5:"value";s:28:"Los Angeles Zoo AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:47;a:4:{s:4:"text";s:27:"Louisville Zoo AAZK Chapter";s:5:"value";s:27:"Louisville Zoo AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:48;a:4:{s:4:"text";s:24:"Memphis Zoo AAZK Chapter";s:5:"value";s:24:"Memphis Zoo AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:49;a:4:{s:4:"text";s:28:"Mesker Park Zoo AAZK Chapter";s:5:"value";s:28:"Mesker Park Zoo AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:50;a:4:{s:4:"text";s:32:"Midnight Sun Chapter of the AAZK";s:5:"value";s:32:"Midnight Sun Chapter of the AAZK";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:51;a:4:{s:4:"text";s:33:"Milwaukee County Zoo AAZK Chapter";s:5:"value";s:33:"Milwaukee County Zoo AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:52;a:4:{s:4:"text";s:26:"Minnesota Zoo AAZK Chapter";s:5:"value";s:26:"Minnesota Zoo AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:53;a:4:{s:4:"text";s:19:"Naples AAZK Chapter";s:5:"value";s:19:"Naples AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:54;a:4:{s:4:"text";s:22:"Nashville AAZK Chapter";s:5:"value";s:22:"Nashville AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:55;a:4:{s:4:"text";s:29:"National Capital AAZK Chapter";s:5:"value";s:29:"National Capital AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:56;a:4:{s:4:"text";s:27:"New England Chapter of AAZK";s:5:"value";s:27:"New England Chapter of AAZK";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:57;a:4:{s:4:"text";s:22:"Niabi Zoo AAZK Chapter";s:5:"value";s:22:"Niabi Zoo AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:58;a:4:{s:4:"text";s:27:"North Carolina AAZK Chapter";s:5:"value";s:27:"North Carolina AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:59;a:4:{s:4:"text";s:36:"North Carolina Piedmont AAZK Chapter";s:5:"value";s:36:"North Carolina Piedmont AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:60;a:4:{s:4:"text";s:30:"Oklahoma City Zoo AAZK Chapter";s:5:"value";s:30:"Oklahoma City Zoo AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:61;a:4:{s:4:"text";s:18:"Omaha AAZK Chapter";s:5:"value";s:18:"Omaha AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:62;a:4:{s:4:"text";s:29:"Orange County Chapter of AAZK";s:5:"value";s:29:"Orange County Chapter of AAZK";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:63;a:4:{s:4:"text";s:26:"Ozarks Chapter of the AAZK";s:5:"value";s:26:"Ozarks Chapter of the AAZK";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:64;a:4:{s:4:"text";s:27:"Palm Beach Zoo AAZK Chapter";s:5:"value";s:27:"Palm Beach Zoo AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:65;a:4:{s:4:"text";s:23:"Phoenix Chapter of AAZK";s:5:"value";s:23:"Phoenix Chapter of AAZK";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:66;a:4:{s:4:"text";s:21:"Portland AAZK Chapter";s:5:"value";s:21:"Portland AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:67;a:4:{s:4:"text";s:25:"Pt. Defiance AAZK Chapter";s:5:"value";s:25:"Pt. Defiance AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:68;a:4:{s:4:"text";s:24:"Puget Sound AAZK Chapter";s:5:"value";s:24:"Puget Sound AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:69;a:4:{s:4:"text";s:20:"Rainier AAZK Chapter";s:5:"value";s:20:"Rainier AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:70;a:4:{s:4:"text";s:22:"Red River AAZK Chapter";s:5:"value";s:22:"Red River AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:71;a:4:{s:4:"text";s:27:"Roanoke Valley AAZK Chapter";s:5:"value";s:27:"Roanoke Valley AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:72;a:4:{s:4:"text";s:27:"Rocky Mountain AAZK Chapter";s:5:"value";s:27:"Rocky Mountain AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:73;a:4:{s:4:"text";s:36:"Roger Williams Park Zoo AAZK Chapter";s:5:"value";s:36:"Roger Williams Park Zoo AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:74;a:4:{s:4:"text";s:33:"Rosamond Gifford Zoo AAZK Chapter";s:5:"value";s:33:"Rosamond Gifford Zoo AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:75;a:4:{s:4:"text";s:24:"Saint Louis AAZK Chapter";s:5:"value";s:24:"Saint Louis AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:76;a:4:{s:4:"text";s:28:"San Antonio Zoo AAZK Chapter";s:5:"value";s:28:"San Antonio Zoo AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:77;a:4:{s:4:"text";s:22:"San Diego AAZK Chapter";s:5:"value";s:22:"San Diego AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:78;a:4:{s:4:"text";s:38:"San Francisco Bay Area Chapter of AAZK";s:5:"value";s:38:"San Francisco Bay Area Chapter of AAZK";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:79;a:4:{s:4:"text";s:26:"Santa Barbara AAZK Chapter";s:5:"value";s:26:"Santa Barbara AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:80;a:4:{s:4:"text";s:50:"Santa Fe College Teaching Zoo Student AAZK Chapter";s:5:"value";s:50:"Santa Fe College Teaching Zoo Student AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:81;a:4:{s:4:"text";s:26:"South Florida AAZK Chapter";s:5:"value";s:26:"South Florida AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:82;a:4:{s:4:"text";s:30:"Southern Colorado AAZK Chapter";s:5:"value";s:30:"Southern Colorado AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:83;a:4:{s:4:"text";s:41:"Southern Ontario Zoo Keepers AAZK Chapter";s:5:"value";s:41:"Southern Ontario Zoo Keepers AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:84;a:4:{s:4:"text";s:22:"Tampa Bay AAZK Chapter";s:5:"value";s:22:"Tampa Bay AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:85;a:4:{s:4:"text";s:36:"The Elmwood Park Zoo Chapter of AAZK";s:5:"value";s:36:"The Elmwood Park Zoo Chapter of AAZK";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:86;a:4:{s:4:"text";s:30:"The Redwood Coast AAZK Chapter";s:5:"value";s:30:"The Redwood Coast AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:87;a:4:{s:4:"text";s:42:"The Riverbanks Zoo and Garden AAZK Chapter";s:5:"value";s:42:"The Riverbanks Zoo and Garden AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:88;a:4:{s:4:"text";s:28:"The Scovill Zoo AAZK Chapter";s:5:"value";s:28:"The Scovill Zoo AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:89;a:4:{s:4:"text";s:32:"The Seneca Park Zoo AAZK Chapter";s:5:"value";s:32:"The Seneca Park Zoo AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:90;a:4:{s:4:"text";s:23:"Toledo Zoo AAZK Chapter";s:5:"value";s:23:"Toledo Zoo AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:91;a:4:{s:4:"text";s:26:"Topeka Zoo Chapter of AAZK";s:5:"value";s:26:"Topeka Zoo Chapter of AAZK";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:92;a:4:{s:4:"text";s:19:"Tucson AAZK Chapter";s:5:"value";s:19:"Tucson AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:93;a:4:{s:4:"text";s:22:"Tulsa Zoo AAZK Chapter";s:5:"value";s:22:"Tulsa Zoo AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:94;a:4:{s:4:"text";s:20:"Utah Chapter of AAZK";s:5:"value";s:20:"Utah Chapter of AAZK";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:95;a:4:{s:4:"text";s:23:"West Texas AAZK Chapter";s:5:"value";s:23:"West Texas AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:96;a:4:{s:4:"text";s:28:"Wildlife Safari AAZK Chapter";s:5:"value";s:28:"Wildlife Safari AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}i:97;a:4:{s:4:"text";s:31:"Wildlife World Zoo AAZK Chapter";s:5:"value";s:31:"Wildlife World Zoo AAZK Chapter";s:10:"isSelected";b:0;s:5:"price";s:5:"$0.00";}}s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:6:"formId";i:5;s:20:"descriptionPlacement";s:5:"below";s:16:"enableEnhancedUI";i:0;}i:5;a:60:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:10;s:9:"inputName";s:0:"";s:10:"isRequired";b:1;s:5:"label";s:15:"Donation Amount";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:7:"product";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:5:"price";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";N;s:9:"basePrice";s:5:"$0.00";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:7:"choices";a:3:{i:0;a:4:{s:4:"text";s:12:"First Choice";s:5:"value";s:12:"First Choice";s:10:"isSelected";b:0;s:5:"price";s:4:"0.00";}i:1;a:4:{s:4:"text";s:13:"Second Choice";s:5:"value";s:13:"Second Choice";s:10:"isSelected";b:0;s:5:"price";s:4:"0.00";}i:2;a:4:{s:4:"text";s:12:"Third Choice";s:5:"value";s:12:"Third Choice";s:10:"isSelected";b:0;s:5:"price";s:4:"0.00";}}s:6:"formId";i:5;s:20:"descriptionPlacement";s:5:"below";s:16:"conditionalLogic";s:0:"";}i:6;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:12;s:9:"inputName";s:0:"";s:10:"isRequired";b:0;s:5:"label";s:5:"Total";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:5:"total";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:6:"formId";i:5;s:20:"descriptionPlacement";s:5:"below";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";}i:7;a:59:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:13;s:9:"inputName";s:0:"";s:10:"isRequired";b:0;s:5:"label";s:11:"Credit Card";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:10:"creditcard";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";a:5:{i:0;a:3:{s:2:"id";d:13.0999999999999996447286321199499070644378662109375;s:5:"label";s:11:"Card Number";s:4:"name";s:0:"";}i:1;a:3:{s:2:"id";d:13.199999999999999289457264239899814128875732421875;s:5:"label";s:15:"Expiration Date";s:4:"name";s:0:"";}i:2;a:3:{s:2:"id";d:13.300000000000000710542735760100185871124267578125;s:5:"label";s:13:"Security Code";s:4:"name";s:0:"";}i:3;a:3:{s:2:"id";d:13.4000000000000003552713678800500929355621337890625;s:5:"label";s:9:"Card Type";s:4:"name";s:0:"";}i:4;a:3:{s:2:"id";d:13.5;s:5:"label";s:17:"Cardholder\'s Name";s:4:"name";s:0:"";}}s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:6:"formId";i:5;s:20:"descriptionPlacement";s:5:"below";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:11:"creditCards";a:3:{i:0;s:4:"visa";i:1;s:8:"discover";i:2;s:10:"mastercard";}}i:8;a:52:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";s:0:"";s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:14;s:9:"inputName";s:0:"";s:10:"isRequired";b:0;s:5:"label";s:8:"Untitled";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:4:"text";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";s:0:"";s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:6:"formId";i:5;s:20:"descriptionPlacement";s:5:"below";}}s:2:"id";i:5;s:26:"postContentTemplateEnabled";b:0;s:24:"postTitleTemplateEnabled";b:0;s:17:"postTitleTemplate";s:0:"";s:19:"postContentTemplate";s:0:"";s:14:"lastPageButton";N;s:10:"pagination";N;s:17:"firstPageCssClass";N;s:8:"cssClass";s:0:"";s:14:"enableHoneypot";s:0:"";s:15:"enableAnimation";s:0:"";s:12:"limitEntries";s:0:"";s:17:"limitEntriesCount";s:0:"";s:18:"limitEntriesPeriod";s:0:"";s:19:"limitEntriesMessage";s:0:"";s:12:"scheduleForm";s:0:"";s:13:"scheduleStart";s:0:"";s:17:"scheduleStartHour";s:0:"";s:19:"scheduleStartMinute";s:0:"";s:17:"scheduleStartAmpm";s:0:"";s:11:"scheduleEnd";s:0:"";s:15:"scheduleEndHour";s:0:"";s:17:"scheduleEndMinute";s:0:"";s:15:"scheduleEndAmpm";s:0:"";s:15:"scheduleMessage";s:0:"";s:12:"requireLogin";s:0:"";s:19:"requireLoginMessage";s:0:"";s:22:"useCurrentUserAsAuthor";b:1;}', '', 'a:1:{s:13:"5267f0583bc37";a:10:{s:2:"id";s:13:"5267f0583bc37";s:4:"name";s:20:"Default Confirmation";s:9:"isDefault";s:1:"1";s:4:"type";s:7:"message";s:7:"message";s:103:"Thank you for your donation, {Name (First):1.3}, of {Donation Amount:8}. We appreciate your generosity.";s:3:"url";s:0:"";s:6:"pageId";s:0:"";s:11:"queryString";s:0:"";s:17:"disableAutoformat";s:0:"";s:16:"conditionalLogic";a:0:{}}}', 'a:1:{s:13:"5267f05838e95";a:14:{s:2:"id";s:13:"5267f05838e95";s:2:"to";s:13:"{admin_email}";s:4:"name";s:18:"Admin Notification";s:5:"event";s:15:"form_submission";s:6:"toType";s:5:"email";s:7:"subject";s:49:"New Donation for Bowling for Rhinos/ {form_title}";s:7:"message";s:12:"{all_fields}";s:3:"bcc";s:0:"";s:4:"from";s:13:"{admin_email}";s:8:"fromName";s:9:"{Email:5}";s:7:"replyTo";s:0:"";s:7:"routing";N;s:16:"conditionalLogic";N;s:17:"disableAutoformat";s:0:"";}}') ; 
INSERT INTO `wp_rg_form_meta` VALUES (6, 'a:34:{s:5:"title";s:7:"Contact";s:11:"description";s:22:"Contact form for users";s:14:"labelPlacement";s:9:"top_label";s:20:"descriptionPlacement";s:5:"below";s:6:"button";a:3:{s:4:"type";s:4:"text";s:4:"text";s:4:"Send";s:8:"imageUrl";s:0:"";}s:6:"fields";a:3:{i:0;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:1;s:9:"inputName";s:0:"";s:10:"isRequired";b:1;s:5:"label";s:4:"Name";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:4:"name";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";a:2:{i:0;a:3:{s:2:"id";d:1.3000000000000000444089209850062616169452667236328125;s:5:"label";s:5:"First";s:4:"name";s:0:"";}i:1;a:3:{s:2:"id";d:1.600000000000000088817841970012523233890533447265625;s:5:"label";s:4:"Last";s:4:"name";s:0:"";}}s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:6:"formId";i:6;s:20:"descriptionPlacement";s:5:"below";}i:1;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:2;s:9:"inputName";s:0:"";s:10:"isRequired";b:1;s:5:"label";s:5:"Email";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:5:"email";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:6:"formId";i:6;s:20:"descriptionPlacement";s:5:"below";}i:2;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:4;s:9:"inputName";s:0:"";s:10:"isRequired";b:1;s:5:"label";s:12:"Your Message";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:8:"textarea";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:6:"formId";i:6;s:20:"descriptionPlacement";s:5:"below";}}s:2:"id";i:6;s:26:"postContentTemplateEnabled";b:0;s:24:"postTitleTemplateEnabled";b:0;s:17:"postTitleTemplate";s:0:"";s:19:"postContentTemplate";s:0:"";s:14:"lastPageButton";N;s:10:"pagination";N;s:17:"firstPageCssClass";N;s:8:"cssClass";s:0:"";s:14:"enableHoneypot";s:1:"1";s:15:"enableAnimation";s:0:"";s:12:"limitEntries";s:0:"";s:17:"limitEntriesCount";s:0:"";s:18:"limitEntriesPeriod";s:0:"";s:19:"limitEntriesMessage";s:0:"";s:12:"scheduleForm";s:0:"";s:13:"scheduleStart";s:0:"";s:17:"scheduleStartHour";s:0:"";s:19:"scheduleStartMinute";s:0:"";s:17:"scheduleStartAmpm";s:0:"";s:11:"scheduleEnd";s:0:"";s:15:"scheduleEndHour";s:0:"";s:17:"scheduleEndMinute";s:0:"";s:15:"scheduleEndAmpm";s:0:"";s:15:"scheduleMessage";s:0:"";s:12:"requireLogin";s:0:"";s:19:"requireLoginMessage";s:0:"";s:22:"useCurrentUserAsAuthor";b:1;}', '', 'a:1:{s:13:"52696c3bda7a3";a:10:{s:2:"id";s:13:"52696c3bda7a3";s:4:"name";s:20:"Default Confirmation";s:9:"isDefault";s:1:"1";s:4:"type";s:7:"message";s:7:"message";s:94:"<h3>Thanks, {Name (First):1.3}, for contacting us! We will get in touch with you shortly.</h3>";s:3:"url";s:0:"";s:6:"pageId";s:0:"";s:11:"queryString";s:0:"";s:17:"disableAutoformat";s:0:"";s:16:"conditionalLogic";a:0:{}}}', 'a:1:{s:13:"52696c3bda28e";a:14:{s:2:"id";s:13:"52696c3bda28e";s:2:"to";s:28:"visitor@aecetia.net/gws/aazk";s:4:"name";s:18:"Admin Notification";s:5:"event";s:15:"form_submission";s:6:"toType";s:5:"email";s:7:"subject";s:37:"New submission from {form_title} Form";s:7:"message";s:12:"{all_fields}";s:3:"bcc";s:0:"";s:4:"from";s:9:"{Email:2}";s:8:"fromName";s:18:"{Name (First):1.3}";s:7:"replyTo";s:0:"";s:7:"routing";N;s:16:"conditionalLogic";N;s:17:"disableAutoformat";s:0:"";}}') ; 
INSERT INTO `wp_rg_form_meta` VALUES (9, 'a:34:{s:5:"title";s:17:"Contact (members)";s:11:"description";s:22:"Contact form for users";s:14:"labelPlacement";s:9:"top_label";s:20:"descriptionPlacement";s:5:"below";s:6:"button";a:3:{s:4:"type";s:4:"text";s:4:"text";s:4:"Send";s:8:"imageUrl";s:0:"";}s:6:"fields";a:3:{i:0;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:1;s:9:"inputName";s:0:"";s:10:"isRequired";b:1;s:5:"label";s:4:"Name";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:4:"name";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";a:2:{i:0;a:3:{s:2:"id";d:1.3000000000000000444089209850062616169452667236328125;s:5:"label";s:5:"First";s:4:"name";s:0:"";}i:1;a:3:{s:2:"id";d:1.600000000000000088817841970012523233890533447265625;s:5:"label";s:4:"Last";s:4:"name";s:0:"";}}s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:6:"formId";i:9;s:20:"descriptionPlacement";s:5:"below";}i:1;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:2;s:9:"inputName";s:0:"";s:10:"isRequired";b:1;s:5:"label";s:5:"Email";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:5:"email";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:6:"formId";i:9;s:20:"descriptionPlacement";s:5:"below";}i:2;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:4;s:9:"inputName";s:0:"";s:10:"isRequired";b:1;s:5:"label";s:12:"Your Message";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:8:"textarea";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:6:"formId";i:9;s:20:"descriptionPlacement";s:5:"below";}}s:2:"id";i:9;s:26:"postContentTemplateEnabled";b:0;s:24:"postTitleTemplateEnabled";b:0;s:17:"postTitleTemplate";s:0:"";s:19:"postContentTemplate";s:0:"";s:14:"lastPageButton";N;s:10:"pagination";N;s:17:"firstPageCssClass";N;s:8:"cssClass";s:0:"";s:14:"enableHoneypot";s:1:"1";s:15:"enableAnimation";s:0:"";s:12:"limitEntries";s:0:"";s:17:"limitEntriesCount";s:0:"";s:18:"limitEntriesPeriod";s:0:"";s:19:"limitEntriesMessage";s:0:"";s:12:"scheduleForm";s:0:"";s:13:"scheduleStart";s:0:"";s:17:"scheduleStartHour";s:0:"";s:19:"scheduleStartMinute";s:0:"";s:17:"scheduleStartAmpm";s:0:"";s:11:"scheduleEnd";s:0:"";s:15:"scheduleEndHour";s:0:"";s:17:"scheduleEndMinute";s:0:"";s:15:"scheduleEndAmpm";s:0:"";s:15:"scheduleMessage";s:0:"";s:12:"requireLogin";s:0:"";s:19:"requireLoginMessage";s:0:"";s:22:"useCurrentUserAsAuthor";b:1;}', '', 'a:1:{s:13:"52696c3bda7a3";a:10:{s:2:"id";s:13:"52696c3bda7a3";s:4:"name";s:20:"Default Confirmation";s:9:"isDefault";s:1:"1";s:4:"type";s:7:"message";s:7:"message";s:94:"<h3>Thanks, {Name (First):1.3}, for contacting us! We will get in touch with you shortly.</h3>";s:3:"url";s:0:"";s:6:"pageId";s:0:"";s:11:"queryString";s:0:"";s:17:"disableAutoformat";s:0:"";s:16:"conditionalLogic";a:0:{}}}', 'a:1:{s:13:"52696c3bda28e";a:14:{s:2:"id";s:13:"52696c3bda28e";s:2:"to";s:27:"member@aecetia.net/gws/aazk";s:4:"name";s:18:"Admin Notification";s:5:"event";s:15:"form_submission";s:6:"toType";s:5:"email";s:7:"subject";s:37:"New submission from {form_title} Form";s:7:"message";s:12:"{all_fields}";s:3:"bcc";s:0:"";s:4:"from";s:9:"{Email:2}";s:8:"fromName";s:18:"{Name (First):1.3}";s:7:"replyTo";s:0:"";s:7:"routing";N;s:16:"conditionalLogic";N;s:17:"disableAutoformat";s:0:"";}}') ; 
INSERT INTO `wp_rg_form_meta` VALUES (10, 'a:7:{s:5:"title";s:37:"Bowling for Rhinos - Donation Receipt";s:11:"description";s:0:"";s:14:"labelPlacement";s:9:"top_label";s:20:"descriptionPlacement";s:5:"below";s:6:"button";a:3:{s:4:"type";s:4:"text";s:4:"text";s:6:"Submit";s:8:"imageUrl";s:0:"";}s:6:"fields";a:0:{}s:2:"id";i:10;}', NULL, 'a:1:{s:13:"52cee70566d4d";a:8:{s:2:"id";s:13:"52cee70566d4d";s:4:"name";s:20:"Default Confirmation";s:9:"isDefault";b:1;s:4:"type";s:7:"message";s:7:"message";s:64:"Thanks for contacting us! We will get in touch with you shortly.";s:3:"url";s:0:"";s:6:"pageId";s:0:"";s:11:"queryString";s:0:"";}}', 'a:1:{s:13:"52cee70530b60";a:7:{s:2:"id";s:13:"52cee70530b60";s:2:"to";s:13:"{admin_email}";s:4:"name";s:18:"Admin Notification";s:5:"event";s:15:"form_submission";s:6:"toType";s:5:"email";s:7:"subject";s:32:"New submission from {form_title}";s:7:"message";s:12:"{all_fields}";}}') ; 
INSERT INTO `wp_rg_form_meta` VALUES (12, 'a:38:{s:5:"title";s:40:"Job Submission (paid w/ expiration date)";s:11:"description";s:61:"Job Submission form with Payment and expiration date setting.";s:14:"labelPlacement";s:9:"top_label";s:20:"descriptionPlacement";s:5:"below";s:6:"button";a:3:{s:4:"type";s:4:"text";s:4:"text";s:6:"Submit";s:8:"imageUrl";s:0:"";}s:6:"fields";a:13:{i:0;a:59:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:9;s:9:"inputName";s:0:"";s:10:"isRequired";b:1;s:5:"label";s:15:"Postition Title";s:12:"noDuplicates";s:0:"";s:4:"size";s:5:"large";s:4:"type";s:10:"post_title";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:9:"saveAsCPT";s:12:"job_postings";s:6:"formId";i:12;s:20:"descriptionPlacement";s:5:"below";}i:1;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:20;s:9:"inputName";s:0:"";s:10:"isRequired";b:0;s:5:"label";s:8:"Facility";s:12:"noDuplicates";s:0:"";s:4:"size";s:5:"large";s:4:"type";s:4:"text";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:6:"formId";i:12;s:20:"descriptionPlacement";s:5:"below";}i:2;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:99:"Specify an expiration date in mm/dd/yyyy format. Paid job postings can be active for up to 90 days.";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:8;s:9:"inputName";s:0:"";s:10:"isRequired";b:1;s:5:"label";s:12:"Closing Date";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:4:"date";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:8:"calendar";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:10:"datepicker";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:6:"formId";i:12;s:20:"descriptionPlacement";s:5:"below";}i:3;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:12;s:9:"inputName";s:0:"";s:10:"isRequired";b:1;s:5:"label";s:11:"Description";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:8:"textarea";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:6:"formId";i:12;s:20:"descriptionPlacement";s:5:"below";}i:4;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:16;s:9:"inputName";s:0:"";s:10:"isRequired";b:0;s:5:"label";s:28:"Education and Pre-requisites";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:8:"textarea";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:6:"formId";i:12;s:20:"descriptionPlacement";s:5:"below";}i:5;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:18;s:9:"inputName";s:0:"";s:10:"isRequired";b:0;s:5:"label";s:25:"Compensation and benefits";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:8:"textarea";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:6:"formId";i:12;s:20:"descriptionPlacement";s:5:"below";}i:6;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:19;s:9:"inputName";s:0:"";s:10:"isRequired";b:0;s:5:"label";s:24:"Application instructions";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:8:"textarea";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:6:"formId";i:12;s:20:"descriptionPlacement";s:5:"below";}i:7;a:55:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";s:0:"";s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:24;s:9:"inputName";s:0:"";s:10:"isRequired";b:0;s:5:"label";s:0:"";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:4:"page";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";s:0:"";s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:2;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:11:"displayOnly";b:1;s:10:"nextButton";a:3:{s:4:"type";s:4:"text";s:4:"text";s:4:"Next";s:8:"imageUrl";s:0:"";}s:14:"previousButton";a:3:{s:4:"type";s:4:"text";s:4:"text";s:8:"Previous";s:8:"imageUrl";s:0:"";}s:6:"formId";i:12;s:20:"descriptionPlacement";s:5:"below";}i:8;a:52:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";s:0:"";s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:25;s:9:"inputName";s:0:"";s:10:"isRequired";b:0;s:5:"label";s:4:"Name";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:4:"name";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";s:0:"";s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";a:2:{i:0;a:3:{s:2:"id";d:25.300000000000000710542735760100185871124267578125;s:5:"label";s:5:"First";s:4:"name";s:0:"";}i:1;a:3:{s:2:"id";d:25.60000000000000142108547152020037174224853515625;s:5:"label";s:4:"Last";s:4:"name";s:0:"";}}s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:2;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:6:"formId";i:12;s:20:"descriptionPlacement";s:5:"below";}i:9;a:52:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";s:0:"";s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:26;s:9:"inputName";s:0:"";s:10:"isRequired";b:0;s:5:"label";s:5:"Email";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:5:"email";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";s:0:"";s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:2;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:6:"formId";i:12;s:20:"descriptionPlacement";s:5:"below";}i:10;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:27;s:9:"inputName";s:0:"";s:10:"isRequired";b:0;s:5:"label";s:15:"Billing Address";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:7:"address";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:13:"international";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";b:0;s:11:"hideCountry";b:0;s:9:"hideState";b:0;s:6:"inputs";a:6:{i:0;a:3:{s:2:"id";d:27.10000000000000142108547152020037174224853515625;s:5:"label";s:14:"Street Address";s:4:"name";s:0:"";}i:1;a:3:{s:2:"id";d:27.199999999999999289457264239899814128875732421875;s:5:"label";s:14:"Address Line 2";s:4:"name";s:0:"";}i:2;a:3:{s:2:"id";d:27.300000000000000710542735760100185871124267578125;s:5:"label";s:4:"City";s:4:"name";s:0:"";}i:3;a:3:{s:2:"id";d:27.39999999999999857891452847979962825775146484375;s:5:"label";s:16:"State / Province";s:4:"name";s:0:"";}i:4;a:3:{s:2:"id";d:27.5;s:5:"label";s:17:"ZIP / Postal Code";s:4:"name";s:0:"";}i:5;a:3:{s:2:"id";d:27.60000000000000142108547152020037174224853515625;s:5:"label";s:7:"Country";s:4:"name";s:0:"";}}s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:2;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:6:"formId";i:12;s:20:"descriptionPlacement";s:5:"below";}i:11;a:52:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";s:0:"";s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:22;s:9:"inputName";s:0:"";s:10:"isRequired";b:0;s:5:"label";s:11:"Credit Card";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:10:"creditcard";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";s:0:"";s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";a:5:{i:0;a:3:{s:2:"id";d:22.10000000000000142108547152020037174224853515625;s:5:"label";s:11:"Card Number";s:4:"name";s:0:"";}i:1;a:3:{s:2:"id";d:22.199999999999999289457264239899814128875732421875;s:5:"label";s:15:"Expiration Date";s:4:"name";s:0:"";}i:2;a:3:{s:2:"id";d:22.300000000000000710542735760100185871124267578125;s:5:"label";s:13:"Security Code";s:4:"name";s:0:"";}i:3;a:3:{s:2:"id";d:22.39999999999999857891452847979962825775146484375;s:5:"label";s:9:"Card Type";s:4:"name";s:0:"";}i:4;a:3:{s:2:"id";d:22.5;s:5:"label";s:17:"Cardholder\'s Name";s:4:"name";s:0:"";}}s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:2;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:6:"formId";i:12;s:20:"descriptionPlacement";s:5:"below";}i:12;a:59:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:21;s:9:"inputName";s:0:"";s:10:"isRequired";b:0;s:5:"label";s:12:"Product Name";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:7:"product";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:13:"singleproduct";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";a:3:{i:0;a:3:{s:2:"id";d:21.10000000000000142108547152020037174224853515625;s:5:"label";s:4:"Name";s:4:"name";s:0:"";}i:1;a:3:{s:2:"id";d:21.199999999999999289457264239899814128875732421875;s:5:"label";s:5:"Price";s:4:"name";s:0:"";}i:2;a:3:{s:2:"id";d:21.300000000000000710542735760100185871124267578125;s:5:"label";s:8:"Quantity";s:4:"name";s:0:"";}}s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:2;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";N;s:9:"basePrice";s:6:"$50.00";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:1;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:6:"formId";i:12;s:20:"descriptionPlacement";s:5:"below";s:7:"choices";a:3:{i:0;a:4:{s:4:"text";s:12:"First Choice";s:5:"value";s:12:"First Choice";s:10:"isSelected";b:0;s:5:"price";s:4:"0.00";}i:1;a:4:{s:4:"text";s:13:"Second Choice";s:5:"value";s:13:"Second Choice";s:10:"isSelected";b:0;s:5:"price";s:4:"0.00";}i:2;a:4:{s:4:"text";s:12:"Third Choice";s:5:"value";s:12:"Third Choice";s:10:"isSelected";b:0;s:5:"price";s:4:"0.00";}}}}s:2:"id";i:12;s:22:"useCurrentUserAsAuthor";b:0;s:26:"postContentTemplateEnabled";b:0;s:24:"postTitleTemplateEnabled";b:0;s:17:"postTitleTemplate";s:0:"";s:19:"postContentTemplate";s:0:"";s:14:"lastPageButton";a:3:{s:4:"type";s:4:"text";s:4:"text";s:8:"Previous";s:8:"imageUrl";s:0:"";}s:10:"pagination";a:7:{s:4:"type";s:10:"percentage";s:5:"pages";a:2:{i:0;s:0:"";i:1;s:0:"";}s:5:"style";s:4:"blue";s:15:"backgroundColor";N;s:5:"color";N;s:35:"display_progressbar_on_confirmation";b:0;s:27:"progressbar_completion_text";N;}s:17:"firstPageCssClass";s:0:"";s:10:"postAuthor";s:1:"3";s:12:"postCategory";s:2:"14";s:10:"postFormat";s:1:"0";s:10:"postStatus";s:7:"publish";s:8:"cssClass";s:0:"";s:14:"enableHoneypot";s:0:"";s:15:"enableAnimation";s:0:"";s:12:"limitEntries";s:0:"";s:17:"limitEntriesCount";s:0:"";s:18:"limitEntriesPeriod";s:0:"";s:19:"limitEntriesMessage";s:0:"";s:12:"scheduleForm";s:0:"";s:13:"scheduleStart";s:0:"";s:17:"scheduleStartHour";s:0:"";s:19:"scheduleStartMinute";s:0:"";s:17:"scheduleStartAmpm";s:0:"";s:11:"scheduleEnd";s:0:"";s:15:"scheduleEndHour";s:0:"";s:17:"scheduleEndMinute";s:0:"";s:15:"scheduleEndAmpm";s:0:"";s:15:"scheduleMessage";s:0:"";s:12:"requireLogin";s:0:"";s:19:"requireLoginMessage";s:0:"";}', '', 'a:1:{s:13:"525c72553b5e4";a:10:{s:2:"id";s:13:"525c72553b5e4";s:4:"name";s:20:"Default Confirmation";s:9:"isDefault";s:1:"1";s:4:"type";s:7:"message";s:7:"message";s:191:"Thanks for posting a job with us.\r\n\r\nYour posting should show up immediately on the <a href="https://www.aecetia.net/gws/aazk/job-listings/" >Job Listing Page</a> after the payment processes.";s:3:"url";s:0:"";s:6:"pageId";s:0:"";s:11:"queryString";s:0:"";s:17:"disableAutoformat";s:0:"";s:16:"conditionalLogic";a:0:{}}}', 'a:1:{s:13:"53507c920b41f";a:14:{s:2:"id";s:13:"53507c920b41f";s:4:"name";s:14:"Job Submission";s:5:"event";s:15:"form_submission";s:2:"to";s:13:"{admin_email}";s:6:"toType";s:5:"email";s:3:"bcc";s:23:"joey@gowebsolutions.com";s:7:"subject";s:52:"Job submission notification from {user:display_name}";s:7:"message";s:408:"Position: {Postition Title:9}\r\nClosing Date: {Closing Date:8}\r\nFacility: {Facility:20}\r\n<span style="line-height: 1.5em;">Description:\r\n</span>{Description:12}\r\n\r\n<span style="line-height: 1.5em;">Submitted </span><span style="line-height: 1.5em;">{date_mdy} by </span><span style="line-height: 1.5em;">{user:display_name} (</span><span style="line-height: 1.5em;">{user:user_email})</span>\r\n\r\n{form_title}";s:4:"from";s:17:"{user:user_email}";s:8:"fromName";s:19:"{user:display_name}";s:7:"replyTo";s:0:"";s:7:"routing";N;s:16:"conditionalLogic";N;s:17:"disableAutoformat";s:0:"";}}') ; 
INSERT INTO `wp_rg_form_meta` VALUES (13, 'a:19:{s:5:"title";s:23:"Job Submission - Copy 1";s:11:"description";s:0:"";s:14:"labelPlacement";s:9:"top_label";s:20:"descriptionPlacement";s:5:"below";s:6:"button";a:3:{s:4:"type";s:4:"text";s:4:"text";s:6:"Submit";s:8:"imageUrl";s:0:"";}s:6:"fields";a:4:{i:0;a:59:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:1;s:9:"inputName";s:0:"";s:10:"isRequired";b:1;s:5:"label";s:10:"Post Title";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:10:"post_title";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:6:"formId";i:1;s:20:"descriptionPlacement";s:5:"below";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:9:"saveAsCPT";s:12:"job_postings";}i:1;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:2;s:9:"inputName";s:0:"";s:10:"isRequired";b:1;s:5:"label";s:9:"Post Body";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:12:"post_content";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:5:"10000";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:6:"formId";i:1;s:20:"descriptionPlacement";s:5:"below";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";}i:2;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:128:"Specify a blurb (maximum 160 characters). The excerpt will use the first 160 characters of your post body if this is left blank.";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:3;s:9:"inputName";s:0:"";s:10:"isRequired";b:0;s:5:"label";s:12:"Post Excerpt";s:12:"noDuplicates";s:0:"";s:4:"size";s:5:"small";s:4:"type";s:12:"post_excerpt";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:3:"160";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:6:"formId";i:1;s:20:"descriptionPlacement";s:5:"below";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";}i:3;a:62:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:5;s:9:"inputName";s:0:"";s:10:"isRequired";b:1;s:5:"label";s:12:"Job Category";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:6:"select";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:7:"choices";a:4:{i:0;a:2:{s:4:"text";s:30:"-- select a Custom Category --";s:5:"value";s:0:"";}i:1;a:2:{s:5:"value";s:2:"19";s:4:"text";s:7:"General";}i:2;a:2:{s:5:"value";s:2:"20";s:4:"text";s:11:"Internships";}i:3;a:2:{s:5:"value";s:2:"21";s:4:"text";s:23:"Volunteer Opportunities";}}s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:16:"populatePostType";s:0:"";s:16:"populateTaxonomy";s:9:"job-types";s:16:"enableEnhancedUI";i:0;s:6:"formId";i:1;s:20:"descriptionPlacement";s:5:"below";}}s:2:"id";i:13;s:22:"useCurrentUserAsAuthor";b:1;s:26:"postContentTemplateEnabled";b:0;s:24:"postTitleTemplateEnabled";b:0;s:17:"postTitleTemplate";s:0:"";s:19:"postContentTemplate";s:0:"";s:14:"lastPageButton";N;s:10:"pagination";N;s:17:"firstPageCssClass";N;s:10:"postAuthor";s:1:"3";s:12:"postCategory";s:2:"14";s:10:"postFormat";s:1:"0";s:10:"postStatus";s:7:"publish";}', NULL, 'a:1:{s:13:"525c72553b5e4";a:8:{s:2:"id";s:13:"525c72553b5e4";s:4:"name";s:20:"Default Confirmation";s:9:"isDefault";b:1;s:4:"type";s:7:"message";s:7:"message";s:64:"Thanks for contacting us! We will get in touch with you shortly.";s:3:"url";s:0:"";s:6:"pageId";s:0:"";s:11:"queryString";s:0:"";}}', 'a:1:{s:13:"525c725535d7f";a:7:{s:2:"id";s:13:"525c725535d7f";s:2:"to";s:13:"{admin_email}";s:4:"name";s:18:"Admin Notification";s:5:"event";s:15:"form_submission";s:6:"toType";s:5:"email";s:7:"subject";s:32:"New submission from {form_title}";s:7:"message";s:12:"{all_fields}";}}') ; 
INSERT INTO `wp_rg_form_meta` VALUES (14, 'a:38:{s:5:"title";s:35:"Job Submission (w/ expiration date)";s:11:"description";s:61:"Job Submission form for members with expiration date setting.";s:14:"labelPlacement";s:9:"top_label";s:20:"descriptionPlacement";s:5:"below";s:6:"button";a:3:{s:4:"type";s:4:"text";s:4:"text";s:6:"Submit";s:8:"imageUrl";s:0:"";}s:6:"fields";a:7:{i:0;a:59:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:9;s:9:"inputName";s:0:"";s:10:"isRequired";b:1;s:5:"label";s:15:"Postition Title";s:12:"noDuplicates";s:0:"";s:4:"size";s:5:"large";s:4:"type";s:10:"post_title";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:9:"saveAsCPT";s:12:"job_postings";s:6:"formId";i:14;s:20:"descriptionPlacement";s:5:"below";}i:1;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:20;s:9:"inputName";s:0:"";s:10:"isRequired";b:0;s:5:"label";s:8:"Facility";s:12:"noDuplicates";s:0:"";s:4:"size";s:5:"large";s:4:"type";s:4:"text";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:6:"formId";i:14;s:20:"descriptionPlacement";s:5:"below";}i:2;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:86:"Specify an expiration date in mm/dd/yyyy format. Default is 90 days from current date.";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:8;s:9:"inputName";s:0:"";s:10:"isRequired";b:1;s:5:"label";s:12:"Closing Date";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:4:"date";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:8:"calendar";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:10:"datepicker";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:6:"formId";i:14;s:20:"descriptionPlacement";s:5:"below";}i:3;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:12;s:9:"inputName";s:0:"";s:10:"isRequired";b:1;s:5:"label";s:11:"Description";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:8:"textarea";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:6:"formId";i:14;s:20:"descriptionPlacement";s:5:"below";}i:4;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:16;s:9:"inputName";s:0:"";s:10:"isRequired";b:0;s:5:"label";s:28:"Education and Pre-Requisites";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:8:"textarea";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:6:"formId";i:14;s:20:"descriptionPlacement";s:5:"below";}i:5;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:18;s:9:"inputName";s:0:"";s:10:"isRequired";b:0;s:5:"label";s:25:"Compensation and Benefits";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:8:"textarea";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:6:"formId";i:14;s:20:"descriptionPlacement";s:5:"below";}i:6;a:58:{s:10:"adminLabel";s:0:"";s:9:"adminOnly";s:0:"";s:17:"allowsPrepopulate";b:0;s:12:"defaultValue";s:0:"";s:11:"description";s:0:"";s:7:"content";s:0:"";s:8:"cssClass";s:0:"";s:12:"errorMessage";s:0:"";s:2:"id";i:19;s:9:"inputName";s:0:"";s:10:"isRequired";b:0;s:5:"label";s:24:"Application Instructions";s:12:"noDuplicates";s:0:"";s:4:"size";s:6:"medium";s:4:"type";s:8:"textarea";s:19:"postCustomFieldName";s:0:"";s:20:"displayAllCategories";b:0;s:14:"displayCaption";s:0:"";s:18:"displayDescription";s:0:"";s:12:"displayTitle";s:0:"";s:9:"inputType";s:0:"";s:8:"rangeMin";s:0:"";s:8:"rangeMax";s:0:"";s:16:"calendarIconType";s:0:"";s:15:"calendarIconUrl";s:0:"";s:8:"dateType";s:0:"";s:10:"dateFormat";s:0:"";s:11:"phoneFormat";s:0:"";s:11:"addressType";s:0:"";s:14:"defaultCountry";s:0:"";s:15:"defaultProvince";s:0:"";s:12:"defaultState";s:0:"";s:12:"hideAddress2";s:0:"";s:11:"hideCountry";s:0:"";s:9:"hideState";s:0:"";s:6:"inputs";N;s:10:"nameFormat";s:0:"";s:17:"allowedExtensions";s:0:"";s:11:"captchaType";s:0:"";s:10:"pageNumber";i:1;s:12:"captchaTheme";s:0:"";s:17:"simpleCaptchaSize";s:0:"";s:22:"simpleCaptchaFontColor";s:0:"";s:28:"simpleCaptchaBackgroundColor";s:0:"";s:17:"failed_validation";s:0:"";s:12:"productField";s:0:"";s:19:"enablePasswordInput";s:0:"";s:9:"maxLength";s:0:"";s:11:"enablePrice";s:0:"";s:9:"basePrice";s:0:"";s:18:"calculationFormula";s:0:"";s:19:"calculationRounding";s:0:"";s:17:"enableCalculation";s:0:"";s:15:"disableQuantity";b:0;s:9:"inputMask";b:0;s:14:"inputMaskValue";s:0:"";s:6:"formId";i:14;s:20:"descriptionPlacement";s:5:"below";}}s:2:"id";i:14;s:22:"useCurrentUserAsAuthor";b:0;s:26:"postContentTemplateEnabled";b:0;s:24:"postTitleTemplateEnabled";b:0;s:17:"postTitleTemplate";s:0:"";s:19:"postContentTemplate";s:0:"";s:14:"lastPageButton";N;s:10:"pagination";N;s:17:"firstPageCssClass";N;s:10:"postAuthor";s:1:"3";s:12:"postCategory";s:2:"14";s:10:"postFormat";s:1:"0";s:10:"postStatus";s:7:"publish";s:8:"cssClass";s:0:"";s:14:"enableHoneypot";s:0:"";s:15:"enableAnimation";s:0:"";s:12:"limitEntries";s:0:"";s:17:"limitEntriesCount";s:0:"";s:18:"limitEntriesPeriod";s:0:"";s:19:"limitEntriesMessage";s:0:"";s:12:"scheduleForm";s:0:"";s:13:"scheduleStart";s:0:"";s:17:"scheduleStartHour";s:0:"";s:19:"scheduleStartMinute";s:0:"";s:17:"scheduleStartAmpm";s:0:"";s:11:"scheduleEnd";s:0:"";s:15:"scheduleEndHour";s:0:"";s:17:"scheduleEndMinute";s:0:"";s:15:"scheduleEndAmpm";s:0:"";s:15:"scheduleMessage";s:0:"";s:12:"requireLogin";s:0:"";s:19:"requireLoginMessage";s:0:"";}', '', 'a:1:{s:13:"525c72553b5e4";a:10:{s:2:"id";s:13:"525c72553b5e4";s:4:"name";s:20:"Default Confirmation";s:9:"isDefault";s:1:"1";s:4:"type";s:7:"message";s:7:"message";s:163:"Thanks for posting a job with us.\r\n\r\nYour posting should show up immediately on the <a href="https://www.aecetia.net/gws/aazk/job-listings/" >Job Listing Page</a>.";s:3:"url";s:0:"";s:6:"pageId";s:0:"";s:11:"queryString";s:0:"";s:17:"disableAutoformat";s:0:"";s:16:"conditionalLogic";a:0:{}}}', 'a:1:{s:13:"53507d4d09c39";a:14:{s:2:"id";s:13:"53507d4d09c39";s:4:"name";s:14:"Job Submission";s:5:"event";s:15:"form_submission";s:2:"to";s:13:"{admin_email}";s:6:"toType";s:5:"email";s:3:"bcc";s:23:"joey@gowebsolutions.com";s:7:"subject";s:53:" Job submission notification from {user:display_name}";s:7:"message";s:207:"Position: {Postition Title:9}\r\nClosing Date: {Closing Date:8}\r\nFacility: {Facility:20}\r\nDescription:\r\n{Description:12}\r\n\r\nSubmitted {date_mdy} by {user:display_name} ({user:user_email})\r\n\r\nForm: {form_title}";s:4:"from";s:17:"{user:user_email}";s:8:"fromName";s:19:"{user:display_name}";s:7:"replyTo";s:0:"";s:7:"routing";N;s:16:"conditionalLogic";N;s:17:"disableAutoformat";s:0:"";}}') ;
#
# End of data contents of table `wp_rg_form_meta`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_rg_form_view`
# --------------------------------------------------------


#
# Delete any existing table `wp_rg_form_view`
#

DROP TABLE IF EXISTS `wp_rg_form_view`;


#
# Table structure of table `wp_rg_form_view`
#

CREATE TABLE `wp_rg_form_view` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` mediumint(8) unsigned NOT NULL,
  `date_created` datetime NOT NULL,
  `ip` char(15) DEFAULT NULL,
  `count` mediumint(8) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5388 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_rg_form_view`
#
 
INSERT INTO `wp_rg_form_view` VALUES (1, 1, '2013-10-16 18:56:22', '::1', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2, 4, '2013-10-16 18:58:43', '::1', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3, 4, '2013-10-16 19:00:47', '::1', 12) ; 
INSERT INTO `wp_rg_form_view` VALUES (4, 4, '2013-10-16 21:49:54', '::1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5, 5, '2013-10-24 20:19:54', '68.98.209.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (6, 6, '2013-10-25 22:15:16', '68.98.209.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (7, 4, '2013-10-25 22:34:09', '68.98.209.35', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (8, 5, '2013-10-25 23:46:26', '68.98.209.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (9, 6, '2013-10-25 23:46:50', '68.98.209.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (10, 5, '2013-10-28 15:42:59', '68.98.209.35', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (11, 6, '2013-10-28 15:53:16', '68.98.209.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (12, 6, '2013-10-28 16:00:47', '68.98.209.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (13, 4, '2013-10-29 01:12:31', '68.98.209.35', 10) ; 
INSERT INTO `wp_rg_form_view` VALUES (14, 4, '2013-10-29 02:03:03', '68.98.209.35', 10) ; 
INSERT INTO `wp_rg_form_view` VALUES (15, 4, '2013-10-29 03:47:02', '24.255.33.237', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (17, 4, '2013-10-29 15:13:20', '68.98.209.35', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (20, 4, '2013-10-29 16:10:55', '68.98.209.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (21, 4, '2013-10-29 23:24:38', '68.98.209.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (22, 6, '2013-10-30 15:34:48', '68.98.209.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (23, 6, '2013-10-30 17:38:58', '66.249.73.189', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (24, 5, '2013-10-30 17:42:06', '66.249.73.189', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (25, 4, '2013-11-05 16:08:50', '68.98.209.35', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (26, 6, '2013-11-05 16:26:27', '67.1.194.201', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (27, 5, '2013-11-05 16:58:57', '67.1.194.201', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (28, 5, '2013-11-05 17:00:58', '67.1.194.201', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (29, 6, '2013-11-05 17:06:09', '67.1.194.201', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (30, 4, '2013-11-05 17:14:06', '67.1.194.201', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (31, 4, '2013-11-05 18:11:49', '67.1.194.201', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (32, 6, '2013-11-05 18:16:44', '67.1.194.201', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (33, 6, '2013-11-06 21:45:58', '67.1.194.201', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (34, 4, '2013-11-07 03:03:46', '68.98.209.35', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (35, 5, '2013-11-07 03:42:45', '68.98.209.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (36, 6, '2013-11-18 20:55:22', '67.1.194.201', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (37, 4, '2013-11-18 21:01:01', '67.1.194.201', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (38, 6, '2013-11-18 21:31:48', '67.1.194.201', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (39, 4, '2013-11-19 16:05:59', '67.1.194.201', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (40, 4, '2013-11-20 15:32:48', '66.249.73.189', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (41, 4, '2013-11-20 17:22:15', '68.98.209.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (42, 4, '2013-11-20 18:10:46', '68.98.209.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (43, 4, '2013-11-20 21:37:44', '67.1.194.201', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (44, 6, '2013-11-21 21:09:18', '67.1.194.201', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (45, 5, '2013-11-25 20:02:24', '67.1.194.201', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (46, 6, '2013-11-25 20:36:36', '67.1.194.201', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (47, 5, '2013-11-25 22:04:51', '68.98.209.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (48, 6, '2013-11-25 22:40:07', '68.107.49.135', 5) ; 
INSERT INTO `wp_rg_form_view` VALUES (49, 6, '2013-11-25 23:09:30', '68.107.49.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (50, 5, '2013-11-25 23:20:23', '206.29.182.136', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (51, 5, '2013-11-26 01:28:38', '70.176.133.24', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (52, 6, '2013-11-26 01:32:43', '70.176.133.24', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (53, 6, '2013-11-26 02:41:42', '98.85.96.196', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (54, 4, '2013-11-26 04:57:15', '24.255.33.237', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (55, 1, '2013-11-26 05:12:52', '24.255.33.237', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (56, 4, '2013-11-26 05:13:15', '24.255.33.237', 6) ; 
INSERT INTO `wp_rg_form_view` VALUES (57, 6, '2013-11-26 05:27:21', '24.255.33.237', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (58, 5, '2013-11-26 10:59:17', '50.192.109.205', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (59, 6, '2013-11-26 11:00:06', '50.192.109.205', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (60, 6, '2013-11-26 16:12:12', '70.168.126.26', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (61, 5, '2013-11-26 16:49:53', '67.1.194.201', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (62, 6, '2013-11-26 17:31:50', '68.98.209.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (63, 5, '2013-11-26 21:20:42', '75.151.145.145', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (64, 6, '2013-11-26 21:26:50', '75.151.145.145', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (65, 5, '2013-11-26 22:44:47', '67.1.194.201', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (66, 4, '2013-11-30 23:55:10', '207.182.143.146', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (67, 5, '2013-12-03 17:30:26', '68.98.209.35', 9) ; 
INSERT INTO `wp_rg_form_view` VALUES (68, 4, '2013-12-03 20:49:20', '68.98.209.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (69, 6, '2013-12-04 19:00:11', '204.194.251.5', 5) ; 
INSERT INTO `wp_rg_form_view` VALUES (70, 4, '2013-12-04 20:14:06', '66.249.74.28', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (71, 5, '2013-12-04 20:19:30', '66.249.74.28', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (72, 6, '2013-12-04 21:05:27', '216.176.184.106', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (73, 4, '2013-12-04 21:53:58', '98.164.58.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (74, 6, '2013-12-04 22:15:15', '12.182.237.162', 7) ; 
INSERT INTO `wp_rg_form_view` VALUES (75, 6, '2013-12-04 23:22:25', '74.222.2.3', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (76, 4, '2013-12-04 23:23:56', '142.136.195.253', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (77, 6, '2013-12-05 01:21:31', '54.205.133.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (78, 4, '2013-12-05 01:42:11', '71.8.86.64', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (79, 6, '2013-12-05 02:18:55', '66.249.74.126', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (80, 4, '2013-12-05 02:19:32', '66.249.74.126', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (81, 6, '2013-12-05 03:04:30', '24.2.82.9', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (82, 6, '2013-12-05 05:19:29', '108.214.205.136', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (83, 6, '2013-12-05 06:49:31', '54.204.196.98', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (84, 6, '2013-12-05 08:37:08', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (85, 4, '2013-12-05 08:37:41', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (86, 6, '2013-12-05 13:51:16', '142.136.195.253', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (87, 6, '2013-12-05 14:22:07', '70.176.133.24', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (88, 6, '2013-12-05 15:07:10', '168.254.225.247', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (89, 4, '2013-12-05 15:22:19', '68.98.209.35', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (90, 6, '2013-12-05 16:01:50', '68.98.209.35', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (91, 6, '2013-12-05 17:32:44', '68.98.209.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (92, 4, '2013-12-05 17:47:25', '68.98.209.35', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (93, 6, '2013-12-05 19:46:15', '173.30.57.5', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (94, 4, '2013-12-05 19:57:23', '72.48.203.166', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (95, 6, '2013-12-05 21:07:24', '69.197.128.114', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (96, 4, '2013-12-05 21:08:20', '69.197.128.114', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (97, 9, '2013-12-05 22:51:57', '66.121.22.180', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (98, 1, '2013-12-05 22:52:19', '66.121.22.180', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (99, 4, '2013-12-05 23:06:48', '209.194.208.116', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (100, 6, '2013-12-05 23:45:48', '75.174.196.89', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (101, 6, '2013-12-06 00:34:12', '209.194.208.116', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (102, 9, '2013-12-06 00:41:59', '108.74.181.94', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (103, 6, '2013-12-06 01:11:06', '164.47.161.254', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (104, 4, '2013-12-06 01:14:38', '173.66.78.66', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (105, 6, '2013-12-06 02:26:28', '99.30.10.74', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (106, 4, '2013-12-06 02:33:25', '195.234.136.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (107, 4, '2013-12-06 03:27:01', '174.17.226.223', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (108, 6, '2013-12-06 03:41:12', '66.31.58.163', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (109, 6, '2013-12-06 08:54:00', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (110, 6, '2013-12-06 09:41:11', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (111, 4, '2013-12-06 09:41:28', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (112, 4, '2013-12-06 11:01:37', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (113, 6, '2013-12-06 11:57:48', '84.19.190.55', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (114, 6, '2013-12-06 12:07:58', '162.242.147.34', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (115, 6, '2013-12-06 13:42:31', '69.137.93.32', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (116, 9, '2013-12-06 14:10:36', '24.240.161.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (117, 4, '2013-12-06 15:21:28', '66.146.230.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (118, 6, '2013-12-06 15:32:43', '107.202.221.49', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (119, 6, '2013-12-06 16:08:11', '209.104.229.166', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (120, 4, '2013-12-06 17:15:57', '67.1.194.201', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (121, 6, '2013-12-06 17:50:30', '71.223.25.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (122, 4, '2013-12-06 19:18:29', '75.145.71.137', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (123, 4, '2013-12-06 21:03:56', '98.203.246.108', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (124, 6, '2013-12-06 21:12:18', '65.6.174.43', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (125, 6, '2013-12-06 22:34:38', '207.114.197.3', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (126, 6, '2013-12-06 23:32:42', '108.222.215.53', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (127, 4, '2013-12-06 23:59:42', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (128, 6, '2013-12-07 01:34:52', '76.173.39.210', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (129, 6, '2013-12-07 02:20:48', '71.232.209.84', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (130, 4, '2013-12-07 03:05:43', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (131, 6, '2013-12-07 04:43:51', '54.193.38.54', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (132, 4, '2013-12-07 04:46:44', '192.236.77.236', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (133, 6, '2013-12-07 05:16:50', '54.193.38.54', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (134, 6, '2013-12-07 06:26:27', '76.105.253.84', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (135, 4, '2013-12-07 12:04:18', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (136, 6, '2013-12-07 12:04:43', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (137, 4, '2013-12-07 17:25:02', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (138, 6, '2013-12-07 21:15:34', '205.178.190.234', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (139, 6, '2013-12-07 22:37:37', '24.239.35.26', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (140, 6, '2013-12-07 23:51:06', '75.173.176.109', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (141, 6, '2013-12-08 00:00:43', '75.173.176.109', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (142, 4, '2013-12-08 00:32:24', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (143, 9, '2013-12-08 00:49:38', '162.198.26.184', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (144, 9, '2013-12-08 01:00:31', '162.198.26.184', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (145, 6, '2013-12-08 01:32:46', '75.81.141.35', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (146, 4, '2013-12-08 03:02:29', '69.205.126.158', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (147, 6, '2013-12-08 07:19:44', '174.127.133.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (148, 4, '2013-12-08 07:36:07', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (149, 6, '2013-12-08 13:12:07', '162.242.158.107', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (150, 9, '2013-12-08 20:04:21', '72.241.76.225', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (151, 4, '2013-12-08 20:22:03', '178.255.215.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (152, 6, '2013-12-08 20:22:18', '178.255.215.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (153, 4, '2013-12-08 21:04:07', '173.143.12.248', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (154, 6, '2013-12-08 21:32:38', '76.187.187.129', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (155, 6, '2013-12-08 23:04:56', '24.218.126.8', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (156, 4, '2013-12-09 00:11:45', '69.205.126.158', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (157, 9, '2013-12-09 00:53:05', '97.104.143.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (158, 9, '2013-12-09 01:52:54', '76.89.125.111', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (159, 6, '2013-12-09 01:56:30', '76.101.153.27', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (160, 6, '2013-12-09 02:04:31', '66.249.76.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (161, 6, '2013-12-09 03:35:41', '68.107.51.238', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (162, 4, '2013-12-09 05:29:43', '66.249.76.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (163, 6, '2013-12-09 05:38:43', '101.16.144.77', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (164, 6, '2013-12-09 07:47:18', '63.150.152.126', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (165, 4, '2013-12-09 08:09:09', '50.80.154.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (166, 6, '2013-12-09 12:31:56', '107.4.249.85', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (167, 4, '2013-12-09 13:01:52', '71.234.187.202', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (168, 4, '2013-12-09 15:58:12', '209.194.208.116', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (169, 4, '2013-12-09 16:11:35', '168.11.77.101', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (170, 4, '2013-12-09 17:03:37', '198.111.152.212', 5) ; 
INSERT INTO `wp_rg_form_view` VALUES (171, 6, '2013-12-09 17:12:22', '129.42.208.183', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (172, 6, '2013-12-09 18:13:29', '187.254.96.188', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (173, 6, '2013-12-09 19:33:29', '142.196.156.82', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (174, 6, '2013-12-09 20:10:33', '70.168.126.26', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (175, 6, '2013-12-09 21:39:03', '5.9.112.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (176, 4, '2013-12-09 21:39:22', '5.9.112.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (177, 6, '2013-12-09 22:38:30', '216.125.167.229', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (178, 4, '2013-12-10 00:19:57', '209.194.208.116', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (179, 6, '2013-12-10 00:48:56', '68.98.209.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (180, 4, '2013-12-10 01:04:34', '68.35.226.184', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (181, 6, '2013-12-10 01:34:42', '70.209.135.167', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (182, 9, '2013-12-10 03:09:51', '72.235.76.175', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (183, 6, '2013-12-10 03:39:21', '76.241.34.174', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (184, 6, '2013-12-10 06:23:16', '66.249.76.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (185, 6, '2013-12-10 14:10:38', '71.251.66.234', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (186, 4, '2013-12-10 14:59:06', '209.194.208.116', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (187, 6, '2013-12-10 15:11:46', '69.254.62.86', 6) ; 
INSERT INTO `wp_rg_form_view` VALUES (188, 6, '2013-12-10 16:51:41', '54.216.73.129', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (189, 4, '2013-12-10 16:57:51', '99.19.15.159', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (190, 6, '2013-12-10 17:08:41', '66.249.74.126', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (191, 4, '2013-12-10 17:31:38', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (192, 6, '2013-12-10 21:20:27', '12.192.79.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (193, 6, '2013-12-10 22:07:47', '184.151.61.22', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (194, 9, '2013-12-10 22:15:51', '184.151.61.22', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (195, 6, '2013-12-10 23:02:24', '50.82.207.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (196, 6, '2013-12-11 00:43:06', '142.136.195.253', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (197, 6, '2013-12-11 01:06:30', '65.55.213.34', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (198, 4, '2013-12-11 01:12:06', '68.98.209.35', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (199, 5, '2013-12-11 01:25:09', '68.98.209.35', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (200, 6, '2013-12-11 02:28:37', '68.80.11.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (201, 6, '2013-12-11 04:03:21', '180.246.90.234', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (202, 5, '2013-12-11 04:28:39', '100.43.83.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (203, 6, '2013-12-11 09:22:44', '157.56.92.157', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (204, 6, '2013-12-11 11:09:37', '66.249.74.126', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (205, 6, '2013-12-11 13:00:40', '69.119.201.245', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (206, 6, '2013-12-11 16:20:44', '209.194.208.116', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (207, 5, '2013-12-11 18:06:31', '66.249.66.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (208, 9, '2013-12-11 18:08:18', '172.10.128.188', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (209, 6, '2013-12-11 18:28:09', '84.19.190.55', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (210, 6, '2013-12-11 19:12:42', '76.236.237.24', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (211, 1, '2013-12-11 20:09:06', '68.98.209.35', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (212, 6, '2013-12-11 20:20:59', '74.219.149.34', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (213, 5, '2013-12-11 21:21:32', '199.106.195.8', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (214, 4, '2013-12-11 21:46:47', '68.98.209.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (215, 4, '2013-12-11 22:44:48', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (216, 6, '2013-12-11 22:44:50', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (217, 5, '2013-12-11 22:45:13', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (218, 1, '2013-12-11 22:54:17', '68.98.209.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (219, 5, '2013-12-11 23:03:53', '67.1.194.201', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (220, 6, '2013-12-11 23:42:18', '12.27.65.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (221, 4, '2013-12-12 00:01:23', '66.249.66.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (222, 5, '2013-12-12 02:09:40', '71.226.34.218', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (223, 6, '2013-12-12 03:51:23', '18.189.15.156', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (224, 4, '2013-12-12 04:50:15', '174.19.183.234', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (225, 6, '2013-12-12 05:45:09', '70.240.34.158', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (226, 6, '2013-12-12 06:16:59', '72.235.76.175', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (227, 6, '2013-12-12 07:35:48', '66.249.66.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (228, 5, '2013-12-12 09:27:56', '66.249.66.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (229, 5, '2013-12-12 10:23:38', '23.22.146.245', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (230, 4, '2013-12-12 10:23:43', '23.22.146.245', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (231, 6, '2013-12-12 10:23:50', '23.22.146.245', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (232, 9, '2013-12-12 12:51:41', '74.219.149.34', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (233, 6, '2013-12-12 13:40:37', '70.62.183.179', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (234, 4, '2013-12-12 14:42:06', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (235, 6, '2013-12-12 14:55:58', '129.252.154.116', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (236, 1, '2013-12-12 15:39:52', '67.1.194.201', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (237, 4, '2013-12-12 15:40:06', '67.1.194.201', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (238, 6, '2013-12-12 15:47:43', '209.194.208.116', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (239, 5, '2013-12-12 16:06:57', '67.1.194.201', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (240, 6, '2013-12-12 16:42:32', '216.87.37.226', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (241, 4, '2013-12-12 16:45:08', '184.191.141.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (242, 1, '2013-12-12 16:59:44', '67.1.194.201', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (243, 1, '2013-12-12 17:09:08', '67.1.194.201', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (244, 5, '2013-12-12 17:26:10', '67.1.194.201', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (245, 6, '2013-12-12 17:29:13', '67.1.194.201', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (246, 6, '2013-12-12 19:41:57', '70.62.183.179', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (247, 1, '2013-12-12 20:25:52', '67.1.194.201', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (248, 4, '2013-12-12 22:52:34', '100.43.83.130', 17) ; 
INSERT INTO `wp_rg_form_view` VALUES (249, 6, '2013-12-13 00:25:24', '96.31.75.8', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (250, 6, '2013-12-13 01:13:00', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (251, 4, '2013-12-13 01:13:43', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (252, 5, '2013-12-13 01:13:55', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (253, 5, '2013-12-13 04:08:25', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (254, 4, '2013-12-13 04:08:27', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (255, 6, '2013-12-13 04:08:27', '4.79.204.36', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (256, 6, '2013-12-13 12:09:37', '66.249.73.153', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (257, 5, '2013-12-13 13:24:02', '68.107.49.135', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (258, 6, '2013-12-13 14:22:35', '68.49.51.140', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (259, 4, '2013-12-13 15:37:26', '75.58.115.68', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (260, 6, '2013-12-13 16:02:25', '70.51.159.172', 6) ; 
INSERT INTO `wp_rg_form_view` VALUES (261, 4, '2013-12-13 16:52:21', '172.5.209.16', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (262, 5, '2013-12-13 16:59:01', '100.43.83.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (263, 6, '2013-12-13 17:13:04', '208.36.139.9', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (264, 4, '2013-12-13 19:15:21', '100.43.83.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (265, 6, '2013-12-13 19:15:30', '100.43.83.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (266, 5, '2013-12-13 23:51:33', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (267, 4, '2013-12-14 01:04:05', '66.249.73.153', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (268, 5, '2013-12-14 03:36:30', '5.10.83.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (269, 6, '2013-12-14 03:37:37', '5.10.83.55', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (270, 5, '2013-12-14 04:38:26', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (271, 4, '2013-12-14 04:43:20', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (272, 4, '2013-12-14 05:48:46', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (273, 4, '2013-12-14 06:26:07', '97.117.185.54', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (274, 6, '2013-12-14 07:38:31', '122.164.139.176', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (275, 6, '2013-12-14 13:20:15', '24.144.211.224', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (276, 4, '2013-12-14 14:38:57', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (277, 6, '2013-12-14 16:22:59', '99.46.109.12', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (278, 5, '2013-12-14 16:52:06', '61.135.189.182', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (279, 4, '2013-12-14 21:13:51', '61.135.189.182', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (280, 6, '2013-12-14 21:43:25', '98.172.183.177', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (281, 6, '2013-12-14 22:09:36', '218.30.103.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (282, 6, '2013-12-14 23:29:30', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (283, 4, '2013-12-14 23:29:46', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (284, 5, '2013-12-14 23:29:57', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (285, 6, '2013-12-15 01:03:57', '70.199.128.184', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (286, 6, '2013-12-15 02:06:06', '69.165.149.127', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (287, 4, '2013-12-15 03:54:02', '69.223.186.160', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (288, 4, '2013-12-15 05:17:35', '174.29.219.23', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (289, 6, '2013-12-15 06:12:34', '61.135.189.182', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (290, 4, '2013-12-15 14:18:35', '68.107.49.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (291, 4, '2013-12-15 17:34:13', '157.55.33.254', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (292, 6, '2013-12-15 19:59:24', '12.52.70.21', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (293, 5, '2013-12-15 20:23:36', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (294, 6, '2013-12-15 20:48:07', '75.80.39.116', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (295, 6, '2013-12-15 21:29:55', '157.55.35.113', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (296, 6, '2013-12-15 22:22:25', '98.244.141.0', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (297, 4, '2013-12-15 22:38:14', '71.193.180.28', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (298, 6, '2013-12-15 23:17:54', '157.55.35.113', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (299, 6, '2013-12-16 00:06:42', '65.55.213.70', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (300, 4, '2013-12-16 00:06:59', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (301, 5, '2013-12-16 00:07:11', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (302, 6, '2013-12-16 02:20:16', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (303, 4, '2013-12-16 02:29:05', '75.148.27.14', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (304, 5, '2013-12-16 04:50:04', '157.55.35.31', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (305, 6, '2013-12-16 05:51:42', '68.0.165.115', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (306, 6, '2013-12-16 10:50:22', '78.216.208.152', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (307, 4, '2013-12-16 10:50:28', '78.216.208.152', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (308, 6, '2013-12-16 13:02:09', '69.245.44.170', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (309, 6, '2013-12-16 15:42:37', '197.87.241.104', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (310, 4, '2013-12-16 16:33:55', '67.1.194.201', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (311, 4, '2013-12-16 17:39:54', '80.77.248.90', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (312, 6, '2013-12-16 18:16:33', '67.240.150.146', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (313, 9, '2013-12-16 18:47:20', '72.235.76.175', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (314, 4, '2013-12-16 19:42:20', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (315, 6, '2013-12-16 20:07:17', '99.171.96.134', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (316, 5, '2013-12-16 20:07:33', '99.171.96.134', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (317, 6, '2013-12-16 23:18:30', '41.4.89.73', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (318, 4, '2013-12-16 23:50:18', '12.192.79.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (319, 6, '2013-12-17 01:03:33', '76.228.64.43', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (320, 4, '2013-12-17 02:05:30', '130.157.126.60', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (321, 6, '2013-12-17 02:14:43', '70.181.146.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (322, 6, '2013-12-17 03:12:09', '78.129.250.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (323, 5, '2013-12-17 03:13:36', '78.129.250.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (324, 6, '2013-12-17 05:38:26', '192.198.115.122', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (325, 5, '2013-12-17 07:07:46', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (326, 6, '2013-12-17 07:58:42', '66.249.80.236', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (327, 6, '2013-12-17 09:10:00', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (328, 6, '2013-12-17 10:50:23', '174.127.133.61', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (329, 5, '2013-12-17 12:15:50', '99.109.16.255', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (330, 6, '2013-12-17 12:23:16', '99.109.16.255', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (331, 6, '2013-12-17 13:45:45', '99.109.16.255', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (332, 5, '2013-12-17 13:58:51', '99.109.16.255', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (333, 6, '2013-12-17 14:04:39', '99.109.16.255', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (334, 6, '2013-12-17 15:28:22', '12.218.176.146', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (335, 4, '2013-12-17 15:35:52', '96.4.48.235', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (336, 1, '2013-12-17 16:18:47', '209.194.208.116', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (337, 5, '2013-12-17 16:56:59', '68.98.209.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (338, 6, '2013-12-17 16:58:31', '68.98.209.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (339, 6, '2013-12-17 17:26:53', '75.141.236.73', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (340, 4, '2013-12-17 22:10:31', '100.43.83.130', 8) ; 
INSERT INTO `wp_rg_form_view` VALUES (341, 5, '2013-12-17 23:03:12', '66.223.153.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (342, 9, '2013-12-17 23:21:05', '99.169.225.83', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (343, 4, '2013-12-18 00:05:32', '198.236.242.3', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (344, 4, '2013-12-18 01:01:13', '68.6.179.109', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (345, 6, '2013-12-18 01:26:18', '70.240.34.158', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (346, 5, '2013-12-18 01:40:19', '199.36.209.205', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (347, 4, '2013-12-18 02:14:34', '107.193.146.115', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (348, 6, '2013-12-18 03:22:35', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (349, 4, '2013-12-18 03:22:52', '65.55.213.70', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (350, 5, '2013-12-18 03:23:06', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (351, 6, '2013-12-18 10:52:38', '5.10.83.75', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (352, 6, '2013-12-18 11:56:57', '216.139.72.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (353, 6, '2013-12-18 14:27:07', '220.181.89.150', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (354, 1, '2013-12-18 16:11:55', '184.191.141.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (355, 6, '2013-12-18 16:14:52', '68.104.255.75', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (356, 4, '2013-12-18 16:44:21', '5.10.83.14', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (357, 4, '2013-12-18 17:03:24', '128.118.244.173', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (358, 5, '2013-12-18 18:07:07', '198.86.72.68', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (359, 4, '2013-12-18 18:10:27', '198.236.242.3', 6) ; 
INSERT INTO `wp_rg_form_view` VALUES (360, 1, '2013-12-18 18:11:42', '198.236.242.3', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (361, 6, '2013-12-18 20:45:03', '184.91.223.91', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (362, 4, '2013-12-18 21:19:52', '66.249.73.153', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (363, 6, '2013-12-19 00:05:13', '72.70.40.98', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (364, 4, '2013-12-19 01:34:00', '24.162.151.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (365, 6, '2013-12-19 01:43:05', '24.94.9.230', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (366, 6, '2013-12-19 02:33:34', '71.14.141.189', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (367, 5, '2013-12-19 03:19:56', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (368, 6, '2013-12-19 04:41:43', '207.182.143.114', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (369, 6, '2013-12-19 07:10:28', '157.55.32.225', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (370, 6, '2013-12-19 08:22:16', '199.30.20.44', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (371, 5, '2013-12-19 09:00:39', '61.135.189.182', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (372, 4, '2013-12-19 09:00:57', '61.135.189.182', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (373, 6, '2013-12-19 09:03:30', '66.249.73.153', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (374, 6, '2013-12-19 10:42:25', '157.55.33.104', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (375, 6, '2013-12-19 13:15:16', '31.133.13.244', 11) ; 
INSERT INTO `wp_rg_form_view` VALUES (376, 5, '2013-12-19 16:11:44', '5.10.83.54', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (377, 4, '2013-12-19 16:44:56', '12.192.79.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (378, 1, '2013-12-19 16:54:31', '12.192.79.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (379, 6, '2013-12-19 17:32:39', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (380, 6, '2013-12-19 18:05:39', '68.202.219.147', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (381, 4, '2013-12-19 19:31:35', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (382, 6, '2013-12-19 19:31:36', '63.247.190.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (383, 6, '2013-12-19 21:07:54', '24.79.110.143', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (384, 9, '2013-12-19 21:45:20', '192.195.66.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (385, 6, '2013-12-19 23:39:16', '24.239.84.212', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (386, 4, '2013-12-20 00:35:03', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (387, 4, '2013-12-20 01:14:09', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (388, 5, '2013-12-20 02:13:39', '66.249.73.153', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (389, 6, '2013-12-20 02:40:46', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (390, 4, '2013-12-20 02:41:13', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (391, 4, '2013-12-20 03:26:23', '220.181.125.108', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (392, 6, '2013-12-20 03:51:39', '199.30.20.44', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (393, 5, '2013-12-20 04:42:48', '192.114.71.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (394, 4, '2013-12-20 04:42:52', '192.114.71.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (395, 6, '2013-12-20 04:42:53', '192.114.71.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (396, 6, '2013-12-20 06:41:37', '220.181.89.150', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (397, 6, '2013-12-20 07:03:58', '70.240.34.158', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (398, 5, '2013-12-20 07:29:41', '183.104.149.199', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (399, 5, '2013-12-20 08:21:32', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (400, 4, '2013-12-20 08:21:42', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (401, 6, '2013-12-20 08:22:07', '65.55.213.70', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (402, 6, '2013-12-20 09:40:27', '54.204.129.177', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (403, 5, '2013-12-20 09:48:14', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (404, 4, '2013-12-20 10:32:49', '192.198.115.122', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (405, 6, '2013-12-20 13:40:58', '50.192.109.205', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (406, 6, '2013-12-20 14:50:20', '84.19.190.55', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (407, 1, '2013-12-20 16:45:40', '205.189.35.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (408, 9, '2013-12-20 17:36:07', '24.184.242.68', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (409, 4, '2013-12-20 17:40:02', '82.145.220.113', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (410, 6, '2013-12-20 17:53:43', '173.88.167.235', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (411, 6, '2013-12-20 20:07:56', '66.37.232.210', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (412, 9, '2013-12-20 20:12:26', '174.16.33.224', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (413, 1, '2013-12-20 22:13:21', '67.165.21.132', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (414, 4, '2013-12-21 00:06:35', '195.234.136.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (415, 6, '2013-12-21 00:53:00', '64.238.160.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (416, 4, '2013-12-21 04:43:36', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (417, 6, '2013-12-21 04:49:26', '65.55.52.113', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (418, 6, '2013-12-21 06:06:35', '65.55.52.113', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (419, 6, '2013-12-21 09:24:43', '77.72.147.207', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (420, 6, '2013-12-21 10:35:24', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (421, 4, '2013-12-21 10:35:43', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (422, 5, '2013-12-21 10:35:56', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (423, 6, '2013-12-21 14:29:17', '99.194.146.115', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (424, 4, '2013-12-21 16:04:33', '75.118.141.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (425, 6, '2013-12-21 22:43:17', '77.75.77.32', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (426, 4, '2013-12-21 22:59:49', '31.13.99.117', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (427, 6, '2013-12-21 23:19:19', '65.55.52.113', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (428, 4, '2013-12-22 02:38:01', '119.154.140.147', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (429, 6, '2013-12-22 08:03:45', '66.249.73.153', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (430, 5, '2013-12-22 09:50:35', '5.10.83.105', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (431, 6, '2013-12-22 10:08:51', '84.7.61.223', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (432, 5, '2013-12-22 10:08:52', '84.7.61.223', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (433, 6, '2013-12-22 14:21:16', '99.26.245.228', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (434, 4, '2013-12-22 14:36:56', '99.26.245.228', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (435, 5, '2013-12-22 17:33:08', '68.107.49.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (436, 6, '2013-12-22 21:26:00', '24.218.126.8', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (437, 4, '2013-12-23 00:00:11', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (438, 6, '2013-12-23 00:41:21', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (439, 5, '2013-12-23 00:41:46', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (440, 6, '2013-12-23 02:16:45', '108.251.67.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (441, 5, '2013-12-23 03:21:32', '99.58.188.243', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (442, 5, '2013-12-23 05:15:59', '5.102.173.71', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (443, 6, '2013-12-23 06:05:43', '5.102.173.71', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (444, 4, '2013-12-23 06:56:35', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (445, 4, '2013-12-23 07:26:29', '108.227.91.144', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (446, 6, '2013-12-23 09:26:05', '157.55.32.152', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (447, 9, '2013-12-23 10:11:41', '70.128.106.25', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (448, 6, '2013-12-23 10:35:42', '220.181.89.150', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (449, 4, '2013-12-23 11:25:24', '83.154.20.129', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (450, 6, '2013-12-23 14:16:22', '205.203.134.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (451, 4, '2013-12-23 14:16:36', '205.203.134.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (452, 5, '2013-12-23 14:16:43', '205.203.134.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (453, 6, '2013-12-23 15:14:49', '74.95.98.9', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (454, 5, '2013-12-23 15:43:31', '5.9.112.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (455, 4, '2013-12-23 15:43:38', '5.9.112.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (456, 4, '2013-12-23 16:18:53', '172.242.172.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (457, 1, '2013-12-23 16:21:27', '67.1.194.201', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (458, 4, '2013-12-23 18:50:29', '85.171.222.113', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (459, 5, '2013-12-23 22:18:58', '110.85.112.58', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (460, 6, '2013-12-24 00:26:10', '76.112.61.97', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (461, 6, '2013-12-24 01:05:51', '68.107.106.223', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (462, 5, '2013-12-24 02:11:26', '68.107.49.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (463, 6, '2013-12-24 02:11:47', '68.107.49.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (464, 4, '2013-12-24 03:28:09', '162.72.240.210', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (465, 5, '2013-12-24 03:45:29', '166.205.49.220', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (466, 6, '2013-12-24 07:02:46', '77.75.77.32', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (467, 6, '2013-12-24 11:27:53', '220.181.89.150', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (468, 5, '2013-12-24 13:58:11', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (469, 4, '2013-12-24 18:23:54', '64.201.70.215', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (470, 6, '2013-12-24 18:40:54', '108.166.130.250', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (471, 6, '2013-12-25 03:21:07', '24.131.184.8', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (472, 4, '2013-12-25 03:21:58', '24.131.184.8', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (473, 6, '2013-12-25 09:20:22', '198.211.117.220', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (474, 4, '2013-12-25 10:48:36', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (475, 6, '2013-12-25 11:59:29', '220.181.89.150', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (476, 6, '2013-12-25 12:05:51', '66.249.73.153', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (477, 6, '2013-12-25 18:47:26', '69.137.105.5', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (478, 6, '2013-12-25 19:23:31', '77.244.119.102', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (479, 5, '2013-12-25 20:11:11', '5.10.83.28', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (480, 6, '2013-12-25 21:22:22', '198.211.108.79', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (481, 6, '2013-12-25 22:19:01', '5.10.83.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (482, 4, '2013-12-25 22:57:49', '67.44.192.6', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (483, 4, '2013-12-25 23:23:37', '173.11.118.26', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (484, 5, '2013-12-26 02:08:00', '173.252.194.31', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (485, 6, '2013-12-26 02:08:06', '192.199.241.246', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (486, 4, '2013-12-26 02:08:08', '67.202.119.164', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (487, 6, '2013-12-26 05:06:57', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (488, 4, '2013-12-26 05:07:10', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (489, 5, '2013-12-26 05:07:23', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (490, 5, '2013-12-26 07:02:51', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (491, 4, '2013-12-26 07:03:27', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (492, 6, '2013-12-26 12:14:12', '103.15.62.51', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (493, 6, '2013-12-26 13:24:50', '65.55.24.244', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (494, 6, '2013-12-26 15:52:30', '72.23.120.46', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (495, 6, '2013-12-26 16:44:22', '24.121.33.234', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (496, 6, '2013-12-26 17:00:14', '207.228.160.146', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (497, 6, '2013-12-26 18:55:04', '172.56.27.216', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (498, 1, '2013-12-26 22:53:02', '66.121.22.163', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (499, 6, '2013-12-26 23:24:51', '68.49.251.235', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (500, 9, '2013-12-26 23:28:06', '68.49.251.235', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (501, 6, '2013-12-27 00:09:33', '216.125.167.229', 5) ; 
INSERT INTO `wp_rg_form_view` VALUES (502, 9, '2013-12-27 01:00:58', '68.49.251.235', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (503, 6, '2013-12-27 01:52:46', '108.30.110.16', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (504, 4, '2013-12-27 03:53:05', '66.249.64.6', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (505, 5, '2013-12-27 05:00:10', '67.169.115.185', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (506, 6, '2013-12-27 05:06:53', '220.181.125.154', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (507, 5, '2013-12-27 12:04:44', '50.56.221.118', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (508, 6, '2013-12-27 14:48:47', '157.56.92.159', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (509, 9, '2013-12-27 15:05:11', '216.239.174.180', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (510, 6, '2013-12-27 15:41:03', '50.142.28.250', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (511, 5, '2013-12-27 17:39:54', '204.77.145.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (512, 6, '2013-12-27 17:41:48', '170.20.11.12', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (513, 4, '2013-12-27 18:33:29', '64.201.70.215', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (514, 1, '2013-12-27 19:31:36', '184.191.141.86', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (515, 6, '2013-12-27 19:39:32', '160.111.253.23', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (516, 6, '2013-12-27 20:14:07', '65.55.213.70', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (517, 4, '2013-12-27 20:14:20', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (518, 5, '2013-12-27 20:14:33', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (519, 6, '2013-12-27 22:06:35', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (520, 4, '2013-12-27 22:24:36', '72.169.80.11', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (521, 6, '2013-12-28 02:35:20', '23.17.133.64', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (522, 6, '2013-12-28 03:21:55', '198.211.99.110', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (523, 6, '2013-12-28 04:48:37', '69.171.160.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (524, 5, '2013-12-28 04:59:09', '66.58.194.138', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (525, 6, '2013-12-28 08:50:22', '84.19.190.38', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (526, 6, '2013-12-28 12:24:15', '96.35.118.171', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (527, 6, '2013-12-28 13:22:03', '193.111.141.54', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (528, 5, '2013-12-28 15:07:36', '76.18.45.199', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (529, 4, '2013-12-28 17:06:27', '66.249.73.153', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (530, 6, '2013-12-28 17:52:43', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (531, 5, '2013-12-28 17:53:09', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (532, 6, '2013-12-29 01:38:29', '68.217.220.83', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (533, 6, '2013-12-29 02:52:19', '173.57.151.103', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (534, 5, '2013-12-29 05:17:30', '50.115.169.56', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (535, 9, '2013-12-29 06:06:39', '24.127.149.14', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (536, 6, '2013-12-29 15:50:36', '72.175.214.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (537, 4, '2013-12-29 15:53:57', '66.87.89.136', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (538, 6, '2013-12-29 16:08:14', '72.175.214.100', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (539, 9, '2013-12-29 16:46:01', '68.49.51.140', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (540, 5, '2013-12-29 17:08:46', '68.187.65.117', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (541, 6, '2013-12-29 18:48:28', '72.87.113.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (542, 6, '2013-12-29 19:58:52', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (543, 4, '2013-12-29 19:59:17', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (544, 5, '2013-12-29 19:59:36', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (545, 6, '2013-12-29 20:34:20', '205.189.35.2', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (546, 4, '2013-12-29 21:49:08', '108.248.204.14', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (547, 6, '2013-12-29 21:52:17', '97.120.35.11', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (548, 6, '2013-12-29 22:10:22', '198.211.104.25', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (549, 6, '2013-12-29 23:36:39', '198.177.55.24', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (550, 6, '2013-12-30 00:19:51', '69.124.83.21', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (551, 6, '2013-12-30 01:51:06', '76.112.102.238', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (552, 9, '2013-12-30 02:10:55', '24.127.149.14', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (553, 5, '2013-12-30 03:19:22', '180.76.6.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (554, 4, '2013-12-30 03:26:29', '71.189.91.38', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (555, 6, '2013-12-30 04:52:24', '24.244.105.142', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (556, 6, '2013-12-30 05:08:07', '66.249.73.153', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (557, 4, '2013-12-30 05:20:57', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (558, 5, '2013-12-30 05:58:33', '5.10.83.9', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (559, 4, '2013-12-30 07:11:40', '5.10.83.99', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (560, 4, '2013-12-30 08:39:47', '130.25.65.216', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (561, 5, '2013-12-30 12:04:46', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (562, 4, '2013-12-30 12:05:46', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (563, 6, '2013-12-30 12:41:58', '174.95.144.249', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (564, 6, '2013-12-30 14:49:28', '38.88.33.146', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (565, 4, '2013-12-30 16:26:34', '67.1.194.201', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (566, 9, '2013-12-30 16:55:30', '24.127.149.14', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (567, 1, '2013-12-30 18:03:36', '184.43.92.55', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (568, 9, '2013-12-30 18:30:11', '24.127.149.14', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (569, 6, '2013-12-30 19:14:42', '50.243.3.65', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (570, 5, '2013-12-30 22:07:02', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (571, 4, '2013-12-30 22:07:11', '65.55.213.70', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (572, 6, '2013-12-30 22:07:38', '65.55.213.70', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (573, 9, '2013-12-31 00:43:30', '203.43.113.226', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (574, 4, '2013-12-31 01:19:32', '180.76.6.131', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (575, 6, '2013-12-31 01:27:28', '98.203.142.155', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (576, 6, '2013-12-31 05:28:30', '98.203.142.155', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (577, 6, '2013-12-31 10:02:45', '198.199.66.231', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (578, 4, '2013-12-31 11:42:28', '37.9.58.7', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (579, 5, '2013-12-31 12:26:44', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (580, 6, '2013-12-31 13:49:58', '157.55.35.46', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (581, 6, '2013-12-31 15:07:26', '81.97.242.122', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (582, 6, '2013-12-31 16:48:53', '68.98.209.35', 5) ; 
INSERT INTO `wp_rg_form_view` VALUES (583, 4, '2013-12-31 16:50:12', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (584, 5, '2013-12-31 16:50:23', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (585, 6, '2013-12-31 17:00:33', '68.98.209.35', 9) ; 
INSERT INTO `wp_rg_form_view` VALUES (586, 6, '2013-12-31 18:05:29', '216.54.20.194', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (587, 6, '2013-12-31 19:47:32', '107.192.81.65', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (588, 4, '2013-12-31 19:53:19', '209.147.114.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (589, 6, '2013-12-31 21:25:16', '180.76.5.76', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (590, 4, '2014-01-01 00:27:10', '24.117.219.162', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (591, 6, '2014-01-01 01:05:25', '220.181.125.154', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (592, 4, '2014-01-01 01:21:24', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (593, 4, '2014-01-01 03:01:20', '98.70.104.214', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (594, 5, '2014-01-01 03:27:21', '199.30.20.56', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (595, 9, '2014-01-01 04:48:01', '67.235.104.215', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (596, 6, '2014-01-01 08:15:57', '69.171.160.233', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (597, 4, '2014-01-01 08:20:47', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (598, 4, '2014-01-01 11:02:39', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (599, 9, '2014-01-01 13:03:22', '23.31.175.37', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (600, 5, '2014-01-01 14:16:33', '157.55.35.89', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (601, 5, '2014-01-01 15:27:25', '65.55.213.39', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (602, 4, '2014-01-01 18:01:45', '98.70.104.214', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (603, 6, '2014-01-01 19:51:37', '198.199.71.16', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (604, 6, '2014-01-01 20:11:48', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (605, 5, '2014-01-01 22:15:16', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (606, 6, '2014-01-01 22:15:38', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (607, 4, '2014-01-01 22:15:57', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (608, 9, '2014-01-01 22:28:43', '24.184.242.68', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (609, 6, '2014-01-01 23:21:40', '74.74.244.183', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (610, 6, '2014-01-02 03:44:39', '76.173.39.210', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (611, 6, '2014-01-02 05:10:08', '76.22.123.27', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (612, 4, '2014-01-02 14:30:59', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (613, 5, '2014-01-02 16:04:16', '5.10.83.58', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (614, 6, '2014-01-02 17:00:56', '204.194.251.5', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (615, 6, '2014-01-02 18:47:37', '76.91.205.164', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (616, 5, '2014-01-02 19:04:02', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (617, 4, '2014-01-02 19:04:34', '220.181.125.154', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (618, 9, '2014-01-02 19:58:23', '24.138.106.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (619, 6, '2014-01-02 20:30:36', '204.13.200.28', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (620, 4, '2014-01-02 20:36:31', '72.240.51.222', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (621, 6, '2014-01-02 23:33:37', '204.191.181.117', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (622, 5, '2014-01-03 00:24:11', '198.255.221.64', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (623, 6, '2014-01-03 03:48:16', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (624, 4, '2014-01-03 03:48:37', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (625, 5, '2014-01-03 03:48:54', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (626, 6, '2014-01-03 04:56:52', '198.211.106.56', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (627, 4, '2014-01-03 06:37:39', '72.8.155.56', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (628, 5, '2014-01-03 06:37:44', '69.162.157.55', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (629, 6, '2014-01-03 06:37:46', '69.162.157.55', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (630, 4, '2014-01-03 10:15:30', '144.76.95.39', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (631, 1, '2014-01-03 14:51:00', '72.240.51.222', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (632, 4, '2014-01-03 16:23:37', '24.14.162.57', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (633, 6, '2014-01-03 17:00:02', '5.10.83.39', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (634, 4, '2014-01-03 17:13:08', '71.98.188.134', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (635, 4, '2014-01-03 18:17:33', '5.10.83.48', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (636, 6, '2014-01-03 19:27:28', '75.151.145.145', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (637, 6, '2014-01-03 20:30:56', '75.60.110.122', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (638, 6, '2014-01-03 21:22:08', '70.126.34.233', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (639, 1, '2014-01-03 22:03:52', '198.236.242.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (640, 6, '2014-01-03 23:25:54', '173.224.185.253', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (641, 1, '2014-01-03 23:30:40', '209.147.114.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (642, 4, '2014-01-03 23:34:21', '74.62.148.162', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (643, 4, '2014-01-04 00:30:28', '74.62.148.162', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (644, 4, '2014-01-04 02:15:40', '209.147.114.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (645, 6, '2014-01-04 02:45:01', '199.30.20.38', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (646, 9, '2014-01-04 02:48:58', '65.60.166.121', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (647, 4, '2014-01-04 03:26:31', '220.181.125.108', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (648, 6, '2014-01-04 09:12:04', '199.30.20.30', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (649, 6, '2014-01-04 10:57:26', '157.56.92.142', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (650, 6, '2014-01-04 11:34:25', '67.130.216.27', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (651, 4, '2014-01-04 11:40:22', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (652, 4, '2014-01-04 12:15:05', '155.223.120.221', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (653, 6, '2014-01-04 16:41:14', '198.199.66.52', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (654, 4, '2014-01-04 17:41:59', '76.100.243.218', 5) ; 
INSERT INTO `wp_rg_form_view` VALUES (655, 6, '2014-01-04 17:50:31', '76.100.243.218', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (656, 5, '2014-01-04 18:16:25', '70.176.225.192', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (657, 6, '2014-01-04 18:17:26', '70.176.225.192', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (658, 5, '2014-01-04 19:15:44', '204.77.145.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (659, 4, '2014-01-04 21:01:48', '157.55.34.26', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (660, 6, '2014-01-05 01:02:16', '71.171.107.42', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (661, 6, '2014-01-05 02:52:48', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (662, 4, '2014-01-05 02:53:03', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (663, 5, '2014-01-05 02:53:16', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (664, 6, '2014-01-05 04:04:12', '98.248.166.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (665, 6, '2014-01-05 14:01:02', '76.69.1.101', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (666, 6, '2014-01-05 15:20:36', '192.195.66.4', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (667, 6, '2014-01-05 17:23:57', '192.195.66.4', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (668, 5, '2014-01-05 17:43:26', '98.23.137.198', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (669, 4, '2014-01-05 17:55:45', '157.55.32.189', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (670, 6, '2014-01-05 18:16:39', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (671, 6, '2014-01-05 19:39:23', '68.33.206.149', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (672, 6, '2014-01-05 20:38:23', '67.51.181.170', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (673, 6, '2014-01-05 21:10:03', '157.55.33.251', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (674, 4, '2014-01-05 21:25:29', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (675, 6, '2014-01-05 22:56:32', '71.126.160.15', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (676, 5, '2014-01-05 22:56:47', '71.126.160.15', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (677, 6, '2014-01-06 04:16:44', '198.211.113.92', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (678, 6, '2014-01-06 05:30:13', '50.17.12.4', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (679, 4, '2014-01-06 06:27:32', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (680, 6, '2014-01-06 08:21:35', '92.28.254.141', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (681, 5, '2014-01-06 08:40:09', '162.213.42.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (682, 6, '2014-01-06 10:49:33', '157.56.229.138', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (683, 6, '2014-01-06 11:27:32', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (684, 5, '2014-01-06 14:49:55', '108.74.181.94', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (685, 6, '2014-01-06 14:59:07', '5.9.112.180', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (686, 4, '2014-01-06 14:59:29', '5.9.112.180', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (687, 6, '2014-01-06 15:30:20', '97.100.99.91', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (688, 9, '2014-01-06 17:13:37', '173.219.2.254', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (689, 6, '2014-01-06 19:13:55', '96.246.254.5', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (690, 9, '2014-01-06 19:16:25', '96.246.254.5', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (691, 4, '2014-01-06 20:34:21', '74.62.148.162', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (692, 9, '2014-01-06 20:40:20', '204.140.246.254', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (693, 6, '2014-01-06 20:49:55', '74.62.148.162', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (694, 6, '2014-01-06 21:49:29', '216.4.211.186', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (695, 6, '2014-01-06 22:17:38', '206.201.240.118', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (696, 9, '2014-01-06 22:57:08', '173.219.2.254', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (697, 6, '2014-01-07 02:44:19', '216.4.211.186', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (698, 6, '2014-01-07 05:29:55', '69.56.109.249', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (699, 4, '2014-01-07 05:59:11', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (700, 5, '2014-01-07 05:59:25', '65.55.213.78', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (701, 5, '2014-01-07 07:28:39', '5.10.83.28', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (702, 4, '2014-01-07 14:17:11', '76.100.243.218', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (703, 6, '2014-01-07 14:19:00', '76.100.243.218', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (704, 6, '2014-01-07 15:42:23', '70.194.72.173', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (705, 6, '2014-01-07 16:13:37', '5.10.83.103', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (706, 1, '2014-01-07 16:15:10', '174.32.158.26', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (707, 9, '2014-01-07 16:32:24', '69.249.128.116', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (708, 6, '2014-01-07 17:14:31', '198.199.74.127', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (709, 6, '2014-01-07 18:46:01', '206.201.240.118', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (710, 6, '2014-01-07 19:04:39', '192.99.0.13', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (711, 4, '2014-01-07 19:31:56', '24.196.231.190', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (712, 4, '2014-01-07 20:19:07', '66.249.66.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (713, 6, '2014-01-07 20:35:03', '204.194.251.5', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (714, 9, '2014-01-07 21:03:41', '72.87.113.10', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (715, 4, '2014-01-07 21:04:42', '208.184.211.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (716, 5, '2014-01-07 21:22:11', '75.177.135.248', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (717, 6, '2014-01-07 21:38:30', '206.195.188.253', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (718, 4, '2014-01-07 22:24:21', '208.184.211.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (719, 5, '2014-01-07 22:28:19', '27.159.202.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (720, 6, '2014-01-07 22:32:28', '204.62.200.20', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (721, 6, '2014-01-07 23:25:28', '69.137.93.32', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (722, 4, '2014-01-08 00:12:24', '67.79.60.123', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (723, 6, '2014-01-08 00:42:54', '70.171.15.91', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (724, 9, '2014-01-08 00:53:24', '68.49.251.235', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (725, 6, '2014-01-08 02:40:01', '70.192.129.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (726, 6, '2014-01-08 03:46:50', '99.30.10.74', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (727, 4, '2014-01-08 07:16:34', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (728, 5, '2014-01-08 09:46:05', '66.249.66.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (729, 6, '2014-01-08 10:01:22', '85.22.148.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (730, 5, '2014-01-08 11:58:27', '118.159.103.77', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (731, 4, '2014-01-08 14:12:42', '64.108.171.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (732, 5, '2014-01-08 15:37:50', '129.42.208.179', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (733, 4, '2014-01-08 15:37:55', '129.42.208.179', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (734, 6, '2014-01-08 15:38:00', '129.42.208.179', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (735, 6, '2014-01-08 16:18:55', '206.201.240.118', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (736, 9, '2014-01-08 17:33:26', '107.5.34.219', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (737, 6, '2014-01-08 19:16:21', '108.67.138.101', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (738, 4, '2014-01-08 20:16:51', '64.56.94.122', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (739, 1, '2014-01-08 20:28:36', '184.191.141.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (740, 6, '2014-01-08 20:45:13', '72.83.42.233', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (741, 6, '2014-01-08 21:48:40', '67.1.194.201', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (742, 5, '2014-01-08 21:49:07', '67.1.194.201', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (743, 9, '2014-01-08 21:51:35', '146.129.250.249', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (744, 6, '2014-01-09 00:08:20', '50.183.102.69', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (745, 5, '2014-01-09 00:09:16', '98.119.141.89', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (746, 6, '2014-01-09 04:24:27', '71.93.86.72', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (747, 6, '2014-01-09 05:12:04', '68.63.247.123', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (748, 6, '2014-01-09 06:38:54', '70.7.110.151', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (749, 4, '2014-01-09 07:45:04', '66.249.74.126', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (750, 6, '2014-01-09 08:17:52', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (751, 4, '2014-01-09 08:18:03', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (752, 5, '2014-01-09 08:18:15', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (753, 4, '2014-01-09 09:50:42', '72.8.148.71', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (754, 5, '2014-01-09 09:51:13', '69.197.10.126', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (755, 6, '2014-01-09 09:51:21', '68.68.110.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (756, 5, '2014-01-09 13:26:45', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (757, 4, '2014-01-09 13:26:55', '65.55.213.70', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (758, 6, '2014-01-09 13:27:21', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (759, 9, '2014-01-09 13:50:15', '12.151.236.43', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (760, 6, '2014-01-09 19:13:37', '69.137.93.32', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (761, 6, '2014-01-09 20:33:03', '206.201.240.118', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (762, 4, '2014-01-09 22:50:47', '96.59.64.163', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (763, 6, '2014-01-09 22:57:45', '108.194.154.142', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (764, 5, '2014-01-10 01:50:03', '174.58.152.30', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (765, 9, '2014-01-10 02:11:49', '98.162.197.218', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (766, 5, '2014-01-10 02:48:54', '195.234.136.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (767, 5, '2014-01-10 02:48:54', '195.234.136.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (768, 6, '2014-01-10 02:49:12', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (769, 4, '2014-01-10 02:49:20', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (770, 6, '2014-01-10 04:15:35', '108.87.48.56', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (771, 4, '2014-01-10 06:21:20', '68.227.50.223', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (772, 6, '2014-01-10 10:29:08', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (773, 4, '2014-01-10 10:29:22', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (774, 5, '2014-01-10 10:29:34', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (775, 6, '2014-01-10 12:28:16', '83.37.37.16', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (776, 6, '2014-01-10 14:18:41', '99.245.185.222', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (777, 4, '2014-01-10 15:44:54', '67.81.133.14', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (778, 5, '2014-01-10 16:21:38', '65.186.87.161', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (779, 4, '2014-01-10 16:40:18', '204.169.30.2', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (780, 9, '2014-01-10 16:52:35', '155.220.105.32', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (781, 5, '2014-01-10 17:01:47', '167.7.40.227', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (782, 6, '2014-01-10 17:41:06', '50.147.168.136', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (783, 6, '2014-01-10 18:25:36', '98.180.26.247', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (784, 5, '2014-01-10 18:35:21', '204.77.145.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (785, 6, '2014-01-10 19:37:49', '208.68.39.164', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (786, 6, '2014-01-10 20:12:28', '207.91.10.90', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (787, 6, '2014-01-10 21:14:04', '172.10.129.228', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (788, 4, '2014-01-10 21:47:54', '5.248.84.21', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (789, 6, '2014-01-10 22:08:43', '157.56.93.50', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (790, 6, '2014-01-10 23:06:06', '67.1.194.201', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (791, 4, '2014-01-10 23:28:43', '66.249.73.153', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (792, 5, '2014-01-10 23:31:29', '75.177.135.248', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (793, 6, '2014-01-11 01:14:14', '68.45.68.121', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (794, 4, '2014-01-11 01:15:19', '68.45.68.121', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (795, 5, '2014-01-11 04:42:49', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (796, 6, '2014-01-11 04:43:29', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (797, 4, '2014-01-11 04:43:31', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (798, 6, '2014-01-11 06:21:09', '141.0.11.168', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (799, 6, '2014-01-11 07:14:41', '72.235.76.175', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (800, 6, '2014-01-11 16:26:59', '54.221.152.250', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (801, 4, '2014-01-11 16:52:33', '174.65.2.129', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (802, 5, '2014-01-11 17:21:49', '75.177.135.248', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (803, 9, '2014-01-11 17:55:34', '23.31.175.37', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (804, 5, '2014-01-11 18:13:56', '75.177.135.248', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (805, 6, '2014-01-11 18:32:47', '24.60.38.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (806, 9, '2014-01-11 19:43:21', '208.106.87.248', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (807, 5, '2014-01-11 19:58:22', '75.177.135.248', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (808, 9, '2014-01-11 20:02:40', '66.18.39.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (809, 4, '2014-01-11 23:45:25', '195.234.136.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (810, 6, '2014-01-12 00:58:12', '75.119.227.102', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (811, 4, '2014-01-12 01:14:08', '46.118.113.140', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (812, 4, '2014-01-12 03:24:23', '220.181.125.108', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (813, 5, '2014-01-12 08:50:31', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (814, 4, '2014-01-12 09:03:52', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (815, 6, '2014-01-12 09:39:45', '198.211.108.79', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (816, 6, '2014-01-12 10:55:35', '157.55.34.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (817, 9, '2014-01-12 12:21:13', '192.195.66.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (818, 6, '2014-01-12 14:56:37', '76.173.39.210', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (819, 6, '2014-01-12 15:00:00', '76.173.39.210', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (820, 6, '2014-01-12 19:04:56', '98.166.115.251', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (821, 4, '2014-01-12 19:45:21', '180.76.5.18', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (822, 6, '2014-01-12 20:35:28', '95.93.57.20', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (823, 4, '2014-01-12 21:59:18', '75.149.208.237', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (824, 6, '2014-01-12 22:00:49', '12.160.1.190', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (825, 4, '2014-01-13 01:53:08', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (826, 4, '2014-01-13 02:44:29', '76.16.221.136', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (827, 6, '2014-01-13 03:45:42', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (828, 6, '2014-01-13 04:25:39', '72.175.7.135', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (829, 5, '2014-01-13 09:30:35', '174.229.66.37', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (830, 4, '2014-01-13 15:36:50', '66.211.150.50', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (831, 6, '2014-01-13 17:27:15', '128.135.181.200', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (832, 6, '2014-01-13 18:02:58', '129.42.208.182', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (833, 5, '2014-01-13 20:10:24', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (834, 4, '2014-01-13 20:10:26', '4.79.204.36', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (835, 6, '2014-01-13 20:10:26', '4.79.204.36', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (836, 6, '2014-01-13 21:11:12', '146.129.250.249', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (837, 9, '2014-01-13 23:46:45', '75.177.135.248', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (838, 5, '2014-01-13 23:47:45', '75.177.135.248', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (839, 6, '2014-01-13 23:48:00', '198.199.66.231', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (840, 4, '2014-01-14 00:23:27', '72.92.58.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (841, 6, '2014-01-14 02:37:50', '31.133.13.244', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (842, 4, '2014-01-14 04:28:54', '70.209.133.244', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (843, 6, '2014-01-14 04:55:50', '78.129.250.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (844, 5, '2014-01-14 04:57:30', '78.129.250.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (845, 5, '2014-01-14 09:39:42', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (846, 4, '2014-01-14 09:40:09', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (847, 6, '2014-01-14 09:40:59', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (848, 6, '2014-01-14 13:38:19', '65.55.213.33', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (849, 6, '2014-01-14 17:03:52', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (850, 9, '2014-01-14 17:05:10', '12.151.236.43', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (851, 6, '2014-01-14 18:31:05', '50.53.52.176', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (852, 6, '2014-01-14 19:05:45', '50.53.52.176', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (853, 6, '2014-01-14 20:43:24', '165.155.196.75', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (854, 4, '2014-01-14 21:34:21', '180.76.6.16', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (855, 4, '2014-01-14 22:04:20', '198.237.142.5', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (856, 6, '2014-01-14 22:36:45', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (857, 5, '2014-01-14 23:01:10', '107.5.240.32', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (858, 4, '2014-01-14 23:02:04', '109.241.92.125', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (859, 6, '2014-01-14 23:02:19', '109.241.92.125', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (860, 4, '2014-01-15 00:01:02', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (861, 4, '2014-01-15 01:50:58', '72.169.82.130', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (862, 6, '2014-01-15 01:59:48', '76.241.34.174', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (863, 6, '2014-01-15 02:02:32', '76.241.34.174', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (864, 4, '2014-01-15 02:48:30', '67.5.169.162', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (865, 6, '2014-01-15 05:42:27', '216.82.201.186', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (866, 4, '2014-01-15 07:21:06', '75.71.34.7', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (867, 4, '2014-01-15 10:05:06', '70.232.5.178', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (868, 6, '2014-01-15 13:35:04', '198.199.66.41', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (869, 6, '2014-01-15 14:35:54', '64.83.242.18', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (870, 1, '2014-01-15 15:23:54', '170.94.26.21', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (871, 5, '2014-01-15 17:34:29', '209.188.131.138', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (872, 4, '2014-01-15 17:58:24', '108.68.14.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (873, 4, '2014-01-15 18:00:34', '108.68.14.80', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (874, 5, '2014-01-15 18:01:54', '108.68.14.80', 12) ; 
INSERT INTO `wp_rg_form_view` VALUES (875, 1, '2014-01-15 18:02:53', '67.1.194.201', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (876, 6, '2014-01-15 18:58:36', '71.42.156.18', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (877, 6, '2014-01-15 19:07:17', '216.139.72.36', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (878, 4, '2014-01-15 19:26:25', '67.1.194.201', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (879, 12, '2014-01-15 21:05:58', '67.1.194.201', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (880, 5, '2014-01-15 21:59:22', '65.87.105.8', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (881, 12, '2014-01-15 22:16:56', '173.227.205.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (882, 6, '2014-01-15 23:09:00', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (883, 6, '2014-01-16 00:08:04', '69.76.218.56', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (884, 1, '2014-01-16 00:43:48', '198.236.242.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (885, 12, '2014-01-16 01:28:17', '70.209.134.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (886, 6, '2014-01-16 02:46:05', '76.25.243.79', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (887, 6, '2014-01-16 03:20:40', '75.163.145.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (888, 12, '2014-01-16 03:30:05', '63.226.218.199', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (889, 5, '2014-01-16 03:45:08', '108.240.242.245', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (890, 6, '2014-01-16 04:15:41', '70.194.205.193', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (891, 6, '2014-01-16 05:11:50', '50.53.52.176', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (892, 9, '2014-01-16 05:48:48', '184.151.61.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (893, 6, '2014-01-16 06:34:14', '65.55.55.230', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (894, 6, '2014-01-16 07:00:01', '65.55.213.70', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (895, 12, '2014-01-16 07:00:23', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (896, 5, '2014-01-16 07:00:37', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (897, 12, '2014-01-16 08:32:10', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (898, 6, '2014-01-16 10:46:47', '50.192.109.205', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (899, 6, '2014-01-16 14:35:55', '66.249.73.153', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (900, 12, '2014-01-16 15:13:16', '5.10.83.7', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (901, 6, '2014-01-16 15:31:42', '67.1.194.201', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (902, 6, '2014-01-16 16:18:28', '70.192.43.192', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (903, 9, '2014-01-16 17:32:11', '184.191.141.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (904, 6, '2014-01-16 17:34:48', '173.227.205.1', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (905, 1, '2014-01-16 17:35:32', '71.176.86.182', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (906, 12, '2014-01-16 18:11:59', '178.137.83.116', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (907, 6, '2014-01-16 19:05:22', '173.227.205.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (908, 1, '2014-01-16 19:05:24', '107.1.93.42', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (909, 12, '2014-01-16 19:49:00', '24.176.228.90', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (910, 6, '2014-01-16 21:57:54', '69.1.147.141', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (911, 6, '2014-01-16 23:25:30', '162.228.34.18', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (912, 5, '2014-01-17 00:47:45', '5.10.83.41', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (913, 12, '2014-01-17 00:50:35', '156.99.206.98', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (914, 5, '2014-01-17 01:42:35', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (915, 12, '2014-01-17 01:46:11', '24.2.116.144', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (916, 1, '2014-01-17 03:01:38', '70.209.134.120', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (917, 6, '2014-01-17 04:06:31', '208.68.39.164', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (918, 12, '2014-01-17 06:21:29', '99.191.136.103', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (919, 6, '2014-01-17 13:13:19', '74.219.149.34', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (920, 5, '2014-01-17 14:23:26', '65.110.161.5', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (921, 6, '2014-01-17 15:49:29', '151.188.213.175', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (922, 5, '2014-01-17 16:37:12', '174.251.160.161', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (923, 12, '2014-01-17 17:14:29', '173.227.205.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (924, 12, '2014-01-17 18:05:23', '24.176.228.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (925, 6, '2014-01-17 20:10:40', '50.192.109.205', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (926, 6, '2014-01-17 21:19:24', '85.89.89.160', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (927, 12, '2014-01-17 23:54:51', '195.234.136.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (928, 6, '2014-01-18 02:34:37', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (929, 6, '2014-01-18 05:07:17', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (930, 12, '2014-01-18 05:07:33', '65.55.213.70', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (931, 5, '2014-01-18 05:07:47', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (932, 12, '2014-01-18 12:14:13', '76.239.133.152', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (933, 1, '2014-01-18 13:26:02', '76.100.243.218', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (934, 6, '2014-01-18 15:21:33', '72.214.201.40', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (935, 6, '2014-01-18 18:01:28', '208.126.45.29', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (936, 5, '2014-01-18 18:11:25', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (937, 12, '2014-01-18 20:29:51', '66.229.89.104', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (938, 6, '2014-01-18 21:59:30', '142.129.9.127', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (939, 5, '2014-01-18 22:52:09', '77.75.73.11', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (940, 12, '2014-01-18 22:53:31', '77.75.73.11', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (941, 12, '2014-01-19 01:06:14', '180.76.5.30', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (942, 6, '2014-01-19 02:32:15', '24.167.235.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (943, 5, '2014-01-19 03:17:52', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (944, 12, '2014-01-19 03:24:21', '106.213.139.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (945, 6, '2014-01-19 05:08:16', '208.79.77.197', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (946, 5, '2014-01-19 05:14:03', '180.245.205.225', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (947, 12, '2014-01-19 17:12:02', '72.238.118.43', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (948, 6, '2014-01-19 18:04:03', '198.236.242.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (949, 1, '2014-01-19 18:33:06', '64.203.139.114', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (950, 12, '2014-01-19 18:47:54', '72.48.95.119', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (951, 6, '2014-01-19 19:34:07', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (952, 5, '2014-01-19 20:00:04', '46.165.197.151', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (953, 1, '2014-01-19 21:37:14', '64.203.139.114', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (954, 12, '2014-01-19 22:01:14', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (955, 6, '2014-01-19 22:02:10', '72.143.249.253', 6) ; 
INSERT INTO `wp_rg_form_view` VALUES (956, 5, '2014-01-19 23:23:51', '74.143.236.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (957, 12, '2014-01-20 00:06:46', '195.234.136.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (958, 6, '2014-01-20 01:45:00', '108.12.23.139', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (959, 5, '2014-01-20 02:49:59', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (960, 6, '2014-01-20 03:56:58', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (961, 12, '2014-01-20 03:57:12', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (962, 5, '2014-01-20 03:57:25', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (963, 5, '2014-01-20 04:01:55', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (964, 12, '2014-01-20 04:02:05', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (965, 6, '2014-01-20 04:22:42', '157.55.32.112', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (966, 12, '2014-01-20 07:12:14', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (967, 12, '2014-01-20 08:16:44', '77.75.73.32', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (968, 5, '2014-01-20 08:16:49', '77.75.73.32', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (969, 6, '2014-01-20 10:28:59', '86.133.37.23', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (970, 6, '2014-01-20 15:08:41', '108.0.191.45', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (971, 12, '2014-01-20 16:11:05', '50.186.166.170', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (972, 6, '2014-01-20 16:34:14', '24.172.81.26', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (973, 12, '2014-01-20 17:56:24', '217.69.133.248', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (974, 12, '2014-01-20 18:30:04', '50.186.166.170', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (975, 6, '2014-01-20 19:12:13', '70.215.129.235', 5) ; 
INSERT INTO `wp_rg_form_view` VALUES (976, 5, '2014-01-20 19:19:19', '4.79.204.36', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (977, 12, '2014-01-20 19:19:21', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (978, 12, '2014-01-20 20:08:49', '24.176.228.90', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (979, 6, '2014-01-20 20:09:17', '24.176.228.90', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (980, 5, '2014-01-20 20:35:33', '5.9.112.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (981, 6, '2014-01-20 21:44:29', '216.87.37.226', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (982, 5, '2014-01-20 21:49:29', '216.125.167.229', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (983, 6, '2014-01-20 23:30:10', '69.251.211.69', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (984, 6, '2014-01-21 00:48:23', '65.55.24.236', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (985, 6, '2014-01-21 03:42:13', '217.195.202.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (986, 6, '2014-01-21 06:25:44', '65.30.203.55', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (987, 6, '2014-01-21 12:16:17', '157.55.33.110', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (988, 6, '2014-01-21 13:55:22', '221.118.39.53', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (989, 6, '2014-01-21 14:09:21', '64.185.59.30', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (990, 6, '2014-01-21 15:20:57', '72.55.252.194', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (991, 12, '2014-01-21 15:56:29', '50.243.3.73', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (992, 12, '2014-01-21 16:28:52', '72.92.133.11', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (993, 6, '2014-01-21 17:23:51', '69.69.27.142', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (994, 5, '2014-01-21 18:14:13', '66.249.76.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (995, 6, '2014-01-21 18:22:55', '199.201.216.254', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (996, 6, '2014-01-21 20:42:11', '162.235.220.74', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (997, 5, '2014-01-21 22:02:28', '157.56.229.190', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (998, 12, '2014-01-21 22:45:24', '66.249.76.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (999, 6, '2014-01-21 23:32:03', '68.80.11.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1000, 12, '2014-01-22 00:12:52', '195.234.136.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1001, 6, '2014-01-22 00:56:46', '66.249.76.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1002, 6, '2014-01-22 01:13:54', '198.199.71.161', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1003, 9, '2014-01-22 02:06:52', '184.78.227.15', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1004, 12, '2014-01-22 02:24:24', '69.204.39.193', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1005, 6, '2014-01-22 02:35:31', '68.200.175.145', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1006, 12, '2014-01-22 03:58:19', '24.2.82.9', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1007, 6, '2014-01-22 04:40:15', '65.55.213.78', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1008, 12, '2014-01-22 04:40:29', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1009, 5, '2014-01-22 04:40:42', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1010, 6, '2014-01-22 07:09:30', '18.189.29.215', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1011, 5, '2014-01-22 08:40:16', '131.215.220.166', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1012, 6, '2014-01-22 09:11:21', '31.133.13.244', 6) ; 
INSERT INTO `wp_rg_form_view` VALUES (1013, 12, '2014-01-22 10:09:07', '157.55.32.52', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1014, 6, '2014-01-22 12:05:50', '182.186.109.38', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1015, 6, '2014-01-22 13:42:50', '98.219.180.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1016, 12, '2014-01-22 16:33:12', '99.102.222.157', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1017, 5, '2014-01-22 17:14:31', '96.5.242.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1018, 6, '2014-01-22 17:18:07', '50.51.139.90', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1019, 6, '2014-01-22 18:57:37', '180.76.5.119', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1020, 6, '2014-01-22 21:13:53', '217.69.133.249', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1021, 5, '2014-01-22 22:56:16', '173.175.99.150', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1022, 6, '2014-01-22 23:42:19', '208.87.82.200', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1023, 9, '2014-01-23 01:35:12', '68.187.1.34', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1024, 6, '2014-01-23 01:36:59', '112.173.149.95', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1025, 12, '2014-01-23 02:12:10', '67.8.112.20', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1026, 5, '2014-01-23 03:05:43', '180.76.5.98', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1027, 12, '2014-01-23 03:37:09', '76.122.18.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1028, 6, '2014-01-23 03:45:06', '24.52.214.40', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1029, 5, '2014-01-23 05:26:35', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1030, 5, '2014-01-23 07:08:44', '65.41.180.186', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1031, 6, '2014-01-23 09:13:56', '66.249.73.153', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1032, 6, '2014-01-23 11:47:13', '68.179.163.14', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1033, 6, '2014-01-23 15:17:31', '71.123.47.33', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1034, 12, '2014-01-23 16:47:26', '70.209.4.221', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1035, 6, '2014-01-23 17:29:44', '208.189.196.101', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1036, 12, '2014-01-23 18:06:20', '198.199.66.41', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1037, 6, '2014-01-23 18:06:20', '198.199.66.41', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (1038, 6, '2014-01-23 19:03:07', '192.195.66.2', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1039, 12, '2014-01-23 20:48:15', '66.249.64.37', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1040, 5, '2014-01-23 21:17:15', '174.236.65.46', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1041, 6, '2014-01-23 21:36:00', '207.63.101.220', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1042, 12, '2014-01-23 21:46:25', '199.19.77.96', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1043, 12, '2014-01-23 23:50:23', '99.20.249.190', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1044, 6, '2014-01-24 00:04:28', '66.249.64.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1045, 12, '2014-01-24 01:19:22', '66.249.64.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1046, 5, '2014-01-24 01:28:33', '66.249.64.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1047, 6, '2014-01-24 02:07:43', '76.5.164.239', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (1048, 12, '2014-01-24 07:42:59', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1049, 12, '2014-01-24 09:32:59', '157.55.32.225', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1050, 6, '2014-01-24 12:06:56', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1051, 12, '2014-01-24 12:07:15', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1052, 5, '2014-01-24 12:07:22', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1053, 6, '2014-01-24 16:22:02', '24.166.241.219', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1054, 6, '2014-01-24 16:22:02', '24.166.241.219', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1055, 12, '2014-01-24 16:37:10', '209.34.116.167', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1056, 6, '2014-01-24 17:27:33', '66.37.35.162', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1057, 12, '2014-01-24 17:29:53', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1058, 5, '2014-01-24 17:30:06', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1059, 12, '2014-01-24 18:34:40', '192.34.59.53', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1060, 6, '2014-01-24 18:34:40', '192.34.59.53', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1061, 6, '2014-01-24 19:21:57', '160.111.253.23', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1062, 5, '2014-01-24 21:25:26', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1063, 6, '2014-01-24 21:32:23', '70.194.71.18', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1064, 5, '2014-01-24 22:49:01', '166.147.99.245', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1065, 6, '2014-01-24 23:01:42', '75.182.14.221', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1066, 6, '2014-01-25 01:00:41', '76.91.200.156', 8) ; 
INSERT INTO `wp_rg_form_view` VALUES (1067, 6, '2014-01-25 03:15:32', '74.78.252.97', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1068, 6, '2014-01-25 04:08:26', '50.162.186.167', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1069, 12, '2014-01-25 10:53:31', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1070, 5, '2014-01-25 15:02:51', '166.147.102.111', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1071, 6, '2014-01-25 15:55:24', '69.55.171.117', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1072, 6, '2014-01-25 17:21:58', '209.156.114.98', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1073, 9, '2014-01-25 19:39:51', '199.106.195.8', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1074, 6, '2014-01-25 20:05:56', '208.93.189.236', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1075, 6, '2014-01-25 21:05:53', '205.203.134.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1076, 12, '2014-01-25 21:06:19', '205.203.134.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1077, 5, '2014-01-25 21:06:29', '205.203.134.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1078, 6, '2014-01-25 23:49:48', '50.141.174.171', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1079, 5, '2014-01-26 01:34:57', '58.70.6.205', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1080, 12, '2014-01-26 02:07:03', '70.192.3.4', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1081, 6, '2014-01-26 03:45:11', '24.177.224.254', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1082, 12, '2014-01-26 10:45:35', '192.34.59.57', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1083, 6, '2014-01-26 10:45:36', '192.34.59.57', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1084, 5, '2014-01-26 12:01:10', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1085, 12, '2014-01-26 12:01:21', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1086, 6, '2014-01-26 12:02:11', '65.55.213.70', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1087, 6, '2014-01-26 14:40:29', '75.150.235.177', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1088, 6, '2014-01-26 15:22:09', '93.108.57.152', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1089, 5, '2014-01-26 17:03:03', '66.249.74.72', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1090, 6, '2014-01-26 17:41:54', '195.234.136.80', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1091, 12, '2014-01-26 17:41:56', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1092, 6, '2014-01-26 20:15:13', '157.55.35.37', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1093, 12, '2014-01-26 20:42:32', '74.45.30.57', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1094, 12, '2014-01-26 22:20:11', '74.2.5.234', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1095, 6, '2014-01-26 22:47:23', '12.174.123.198', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1096, 6, '2014-01-27 01:36:37', '70.189.83.169', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1097, 6, '2014-01-27 02:43:22', '172.2.43.223', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1098, 12, '2014-01-27 10:39:16', '66.249.74.72', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1099, 5, '2014-01-27 11:10:00', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1100, 12, '2014-01-27 11:10:18', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1101, 6, '2014-01-27 11:10:42', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1102, 6, '2014-01-27 16:01:00', '76.196.110.158', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1103, 12, '2014-01-27 16:11:58', '208.104.11.51', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1104, 5, '2014-01-27 16:27:46', '174.237.12.222', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1105, 1, '2014-01-27 16:44:11', '208.104.11.51', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1106, 12, '2014-01-27 18:41:45', '71.126.95.16', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1107, 6, '2014-01-27 18:56:24', '84.92.164.26', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1108, 12, '2014-01-27 19:00:55', '173.15.38.93', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1109, 6, '2014-01-27 19:20:12', '97.106.161.204', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1110, 5, '2014-01-27 19:34:09', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1111, 6, '2014-01-27 20:10:06', '67.1.120.233', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (1112, 6, '2014-01-27 21:24:09', '180.76.5.21', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1113, 6, '2014-01-27 22:26:08', '75.109.185.157', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1114, 5, '2014-01-27 23:26:37', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1115, 9, '2014-01-28 00:22:27', '75.117.14.118', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1116, 12, '2014-01-28 00:31:10', '71.254.77.65', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1117, 12, '2014-01-28 01:19:34', '75.91.81.22', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1118, 6, '2014-01-28 01:35:55', '173.53.46.151', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1119, 5, '2014-01-28 02:20:10', '71.246.221.244', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1120, 12, '2014-01-28 02:46:48', '192.81.212.190', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1121, 6, '2014-01-28 02:46:48', '192.81.212.190', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1122, 6, '2014-01-28 04:44:17', '99.170.104.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1123, 12, '2014-01-28 07:20:26', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1124, 5, '2014-01-28 13:48:20', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1125, 12, '2014-01-28 15:05:15', '173.167.147.161', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1126, 6, '2014-01-28 15:10:42', '76.173.47.9', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1127, 6, '2014-01-28 16:05:48', '71.233.218.196', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1128, 6, '2014-01-28 17:08:21', '174.96.235.237', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1129, 6, '2014-01-28 18:35:13', '65.60.113.58', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1130, 6, '2014-01-28 19:07:31', '72.44.120.6', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1131, 6, '2014-01-28 20:32:17', '172.2.186.99', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1132, 12, '2014-01-28 20:36:16', '173.15.38.93', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1133, 1, '2014-01-28 20:44:48', '156.39.0.199', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1134, 12, '2014-01-28 22:24:45', '192.5.215.214', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1135, 6, '2014-01-28 23:12:48', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1136, 6, '2014-01-29 00:52:40', '184.148.122.123', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1137, 6, '2014-01-29 01:23:35', '76.28.149.243', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1138, 6, '2014-01-29 02:57:05', '107.2.132.172', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1139, 5, '2014-01-29 03:07:02', '72.161.216.226', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (1140, 6, '2014-01-29 03:10:19', '122.164.150.192', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1141, 12, '2014-01-29 05:41:29', '197.237.54.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1142, 6, '2014-01-29 06:31:59', '174.129.45.26', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1143, 12, '2014-01-29 07:04:21', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1144, 5, '2014-01-29 11:49:59', '76.180.161.21', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1145, 12, '2014-01-29 12:50:15', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1146, 6, '2014-01-29 14:04:19', '122.177.20.172', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1147, 6, '2014-01-29 15:48:05', '166.137.86.47', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1148, 6, '2014-01-29 16:14:32', '66.18.4.65', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1149, 6, '2014-01-29 19:12:44', '198.211.108.79', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1150, 12, '2014-01-29 19:12:44', '198.211.108.79', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1151, 9, '2014-01-29 19:29:14', '192.195.66.4', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1152, 6, '2014-01-29 20:12:45', '157.55.32.93', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1153, 12, '2014-01-29 21:07:00', '70.210.144.170', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1154, 1, '2014-01-29 21:13:23', '70.210.144.170', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1155, 12, '2014-01-29 22:48:28', '173.31.51.148', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1156, 9, '2014-01-29 22:57:03', '107.216.227.0', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1157, 5, '2014-01-29 23:11:54', '69.62.174.44', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1158, 6, '2014-01-29 23:14:45', '108.54.162.126', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1159, 12, '2014-01-29 23:24:46', '76.73.216.222', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1160, 12, '2014-01-30 00:19:09', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1161, 1, '2014-01-30 00:33:35', '166.170.32.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1162, 9, '2014-01-30 03:25:53', '174.65.72.153', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1163, 6, '2014-01-30 04:28:24', '107.223.172.27', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1164, 6, '2014-01-30 06:37:28', '107.170.27.131', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1165, 6, '2014-01-30 11:58:03', '68.255.100.134', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1166, 12, '2014-01-30 14:38:26', '173.15.38.93', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1167, 1, '2014-01-30 15:52:14', '184.191.141.86', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1168, 6, '2014-01-30 16:04:29', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1169, 12, '2014-01-30 16:04:42', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1170, 5, '2014-01-30 16:04:55', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1171, 6, '2014-01-30 18:31:10', '173.219.142.129', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1172, 6, '2014-01-30 19:07:45', '76.173.47.9', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1173, 1, '2014-01-30 19:34:26', '184.191.141.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1174, 6, '2014-01-30 20:18:29', '107.196.201.152', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1175, 6, '2014-01-30 21:28:15', '67.235.104.215', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (1176, 6, '2014-01-30 22:46:47', '69.74.254.254', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1177, 6, '2014-01-31 04:14:45', '71.86.163.146', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1178, 12, '2014-01-31 04:19:49', '99.92.111.27', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1179, 6, '2014-01-31 09:25:06', '41.135.172.62', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1180, 12, '2014-01-31 13:33:50', '198.199.66.138', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1181, 6, '2014-01-31 13:33:52', '198.199.66.138', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1182, 5, '2014-01-31 13:51:45', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1183, 5, '2014-01-31 15:09:26', '199.192.207.146', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1184, 6, '2014-01-31 15:17:17', '160.111.253.23', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1185, 1, '2014-01-31 16:10:37', '50.243.3.66', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1186, 5, '2014-01-31 16:16:28', '14.33.25.227', 5) ; 
INSERT INTO `wp_rg_form_view` VALUES (1187, 1, '2014-01-31 18:23:32', '12.27.65.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1188, 12, '2014-01-31 20:50:41', '67.1.120.233', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1189, 6, '2014-01-31 21:13:22', '208.107.32.248', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1190, 6, '2014-01-31 22:29:45', '76.28.149.243', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1191, 1, '2014-01-31 22:49:43', '204.140.246.254', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1192, 6, '2014-01-31 23:30:11', '71.223.3.216', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1193, 6, '2014-02-01 00:12:24', '67.1.120.233', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1194, 5, '2014-02-01 00:18:08', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1195, 6, '2014-02-01 01:18:43', '37.59.62.43', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1196, 5, '2014-02-01 03:45:20', '68.52.168.188', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1197, 6, '2014-02-01 06:18:50', '89.211.40.10', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1198, 12, '2014-02-01 06:42:13', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1199, 5, '2014-02-01 06:42:26', '65.55.213.70', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1200, 12, '2014-02-01 07:13:13', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1201, 6, '2014-02-01 10:33:06', '151.200.253.185', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1202, 6, '2014-02-01 15:19:59', '72.87.113.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1203, 9, '2014-02-01 16:45:17', '72.250.240.54', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1204, 12, '2014-02-01 18:53:50', '66.29.190.56', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1205, 12, '2014-02-01 20:41:18', '68.191.50.215', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1206, 6, '2014-02-01 22:03:40', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1207, 9, '2014-02-01 23:10:36', '151.200.253.185', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1208, 6, '2014-02-01 23:30:30', '50.46.230.8', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1209, 12, '2014-02-01 23:37:40', '195.234.136.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1210, 6, '2014-02-02 03:21:19', '75.88.38.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1211, 12, '2014-02-02 03:26:46', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1212, 6, '2014-02-02 05:59:46', '87.68.212.44', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1213, 5, '2014-02-02 08:22:21', '178.255.215.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1214, 12, '2014-02-02 08:22:38', '178.255.215.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1215, 6, '2014-02-02 08:22:51', '178.255.215.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1216, 12, '2014-02-02 09:10:04', '198.199.123.25', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1217, 6, '2014-02-02 09:10:04', '198.199.123.25', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1218, 6, '2014-02-02 15:59:44', '174.237.39.181', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1219, 6, '2014-02-02 16:32:42', '69.143.56.90', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1220, 9, '2014-02-02 18:00:25', '66.8.211.57', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1221, 6, '2014-02-02 20:08:03', '50.203.24.192', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1222, 6, '2014-02-02 21:00:37', '162.226.230.82', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (1223, 12, '2014-02-02 22:18:23', '173.11.118.26', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1224, 6, '2014-02-02 23:04:24', '97.74.24.139', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1225, 12, '2014-02-03 01:39:00', '173.70.46.216', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1226, 6, '2014-02-03 01:48:34', '69.58.178.57', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1227, 6, '2014-02-03 02:40:05', '83.103.189.110', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1228, 6, '2014-02-03 03:36:26', '24.10.221.169', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1229, 6, '2014-02-03 04:42:48', '97.74.24.139', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1230, 12, '2014-02-03 04:53:54', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1231, 5, '2014-02-03 04:54:06', '65.55.213.78', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1232, 6, '2014-02-03 05:22:56', '68.99.199.84', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1233, 6, '2014-02-03 12:46:28', '5.9.112.180', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1234, 5, '2014-02-03 12:46:42', '5.9.112.180', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1235, 12, '2014-02-03 12:46:50', '5.9.112.180', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1236, 5, '2014-02-03 13:04:37', '174.70.181.136', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1237, 6, '2014-02-03 13:39:44', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1238, 6, '2014-02-03 14:00:04', '88.67.126.153', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1239, 6, '2014-02-03 15:11:01', '66.191.98.122', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1240, 6, '2014-02-03 16:04:40', '108.5.154.84', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1241, 12, '2014-02-03 16:37:21', '69.54.58.155', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1242, 6, '2014-02-03 18:30:42', '72.204.91.252', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1243, 12, '2014-02-03 18:32:27', '72.204.91.252', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1244, 5, '2014-02-03 19:46:10', '37.34.15.62', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1245, 12, '2014-02-03 19:46:18', '37.34.15.62', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1246, 6, '2014-02-03 19:46:26', '37.34.15.62', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1247, 6, '2014-02-03 20:48:35', '66.158.138.58', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1248, 1, '2014-02-03 20:59:27', '173.11.118.26', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1249, 12, '2014-02-03 21:57:03', '74.206.68.88', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1250, 6, '2014-02-03 21:57:11', '66.58.194.138', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1251, 1, '2014-02-03 21:57:32', '74.206.68.88', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1252, 12, '2014-02-04 03:36:33', '71.88.246.18', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1253, 6, '2014-02-04 03:54:32', '192.241.151.63', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1254, 12, '2014-02-04 09:48:39', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1255, 6, '2014-02-04 10:00:36', '198.143.158.202', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1256, 5, '2014-02-04 10:00:51', '198.143.158.202', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1257, 12, '2014-02-04 10:00:55', '198.143.158.202', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1258, 6, '2014-02-04 11:33:41', '157.55.32.111', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1259, 6, '2014-02-04 13:17:42', '167.7.40.227', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1260, 5, '2014-02-04 13:23:22', '167.7.40.227', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1261, 9, '2014-02-04 14:49:49', '216.139.72.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1262, 6, '2014-02-04 16:34:56', '174.20.190.159', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1263, 12, '2014-02-04 16:51:53', '208.115.18.91', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1264, 5, '2014-02-04 17:14:59', '70.194.5.48', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1265, 6, '2014-02-04 17:28:40', '173.34.162.9', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1266, 6, '2014-02-04 18:24:17', '23.30.24.169', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1267, 12, '2014-02-04 18:25:48', '162.234.152.97', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1268, 1, '2014-02-04 18:41:17', '107.1.93.42', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1269, 6, '2014-02-04 20:26:32', '50.203.24.192', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1270, 5, '2014-02-04 20:58:26', '64.196.178.110', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1271, 6, '2014-02-04 21:24:38', '68.6.202.100', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1272, 6, '2014-02-04 22:07:08', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1273, 12, '2014-02-04 22:07:22', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1274, 5, '2014-02-04 22:07:34', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1275, 12, '2014-02-05 00:13:15', '67.175.239.180', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1276, 6, '2014-02-05 00:13:25', '174.118.223.213', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1277, 5, '2014-02-05 02:11:27', '98.242.14.18', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1278, 5, '2014-02-05 03:00:13', '71.202.149.92', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1279, 6, '2014-02-05 05:44:13', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1280, 12, '2014-02-05 07:38:25', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1281, 12, '2014-02-05 10:48:19', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1282, 5, '2014-02-05 13:41:09', '205.211.133.128', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1283, 6, '2014-02-05 13:58:10', '69.54.58.155', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1284, 6, '2014-02-05 14:04:41', '69.54.58.155', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1285, 6, '2014-02-05 15:53:01', '69.54.58.155', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1286, 9, '2014-02-05 16:04:02', '99.47.119.92', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1287, 6, '2014-02-05 16:32:48', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1288, 6, '2014-02-05 17:16:04', '69.54.58.155', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1289, 12, '2014-02-05 18:12:36', '72.214.201.40', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1290, 1, '2014-02-05 18:27:39', '173.11.118.26', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1291, 1, '2014-02-05 19:15:50', '98.203.246.108', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1292, 12, '2014-02-05 20:06:14', '173.189.3.196', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1293, 5, '2014-02-05 21:30:13', '178.255.215.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1294, 6, '2014-02-05 21:30:44', '178.255.215.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1295, 12, '2014-02-05 21:30:54', '178.255.215.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1296, 6, '2014-02-05 22:13:58', '172.2.186.99', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1297, 12, '2014-02-05 22:23:39', '198.199.66.173', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1298, 12, '2014-02-06 00:03:50', '180.76.5.203', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1299, 6, '2014-02-06 00:56:06', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1300, 6, '2014-02-06 01:51:09', '160.111.253.23', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (1301, 12, '2014-02-06 03:05:07', '67.10.211.162', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1302, 6, '2014-02-06 03:18:50', '65.55.213.70', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1303, 5, '2014-02-06 03:19:18', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1304, 12, '2014-02-06 06:13:33', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1305, 6, '2014-02-06 06:33:18', '157.55.33.24', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1306, 6, '2014-02-06 09:06:18', '157.55.33.24', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1307, 6, '2014-02-06 10:47:44', '163.1.80.23', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1308, 6, '2014-02-06 12:29:35', '74.78.240.170', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1309, 6, '2014-02-06 14:47:22', '74.206.68.88', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1310, 12, '2014-02-06 15:10:45', '72.214.201.40', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1311, 6, '2014-02-06 16:24:20', '70.151.80.230', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1312, 6, '2014-02-06 19:20:51', '198.252.245.194', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1313, 12, '2014-02-06 21:33:33', '192.154.47.114', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1314, 6, '2014-02-06 21:34:05', '31.133.13.244', 5) ; 
INSERT INTO `wp_rg_form_view` VALUES (1315, 6, '2014-02-06 22:55:08', '212.219.177.34', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1316, 12, '2014-02-06 23:35:48', '184.8.208.244', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1317, 6, '2014-02-07 00:07:31', '199.106.195.8', 6) ; 
INSERT INTO `wp_rg_form_view` VALUES (1318, 9, '2014-02-07 00:48:16', '76.233.69.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1319, 12, '2014-02-07 04:47:20', '108.208.201.188', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1320, 6, '2014-02-07 05:07:17', '220.135.5.4', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1321, 12, '2014-02-07 07:30:57', '183.60.243.234', 8) ; 
INSERT INTO `wp_rg_form_view` VALUES (1322, 5, '2014-02-07 07:31:06', '183.60.243.234', 5) ; 
INSERT INTO `wp_rg_form_view` VALUES (1323, 6, '2014-02-07 07:31:08', '183.60.243.234', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1324, 1, '2014-02-07 13:16:00', '199.201.216.254', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1325, 6, '2014-02-07 13:35:47', '98.172.183.177', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1326, 6, '2014-02-07 14:31:58', '99.120.162.65', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1327, 6, '2014-02-07 16:01:58', '198.211.105.73', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (1328, 12, '2014-02-07 16:01:58', '198.211.105.73', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1329, 5, '2014-02-07 16:38:31', '98.190.129.115', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1330, 6, '2014-02-07 17:31:52', '108.66.133.7', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1331, 5, '2014-02-07 17:44:06', '50.78.153.187', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1332, 1, '2014-02-07 17:59:23', '184.43.100.33', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1333, 6, '2014-02-07 18:05:21', '168.212.96.241', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1334, 6, '2014-02-07 19:31:29', '50.139.47.175', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (1335, 6, '2014-02-07 20:19:48', '207.225.232.131', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1336, 12, '2014-02-07 22:21:10', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1337, 5, '2014-02-07 23:34:29', '207.109.159.194', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1338, 6, '2014-02-07 23:56:01', '98.246.16.97', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1339, 12, '2014-02-08 00:26:06', '207.6.164.126', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1340, 5, '2014-02-08 00:43:28', '166.147.68.159', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1341, 6, '2014-02-08 02:10:02', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1342, 12, '2014-02-08 02:10:17', '65.55.213.78', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1343, 5, '2014-02-08 02:10:29', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1344, 5, '2014-02-08 03:43:56', '157.55.33.112', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1345, 12, '2014-02-08 05:10:04', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1346, 9, '2014-02-08 06:08:11', '99.47.119.92', 5) ; 
INSERT INTO `wp_rg_form_view` VALUES (1347, 6, '2014-02-08 06:54:46', '27.251.113.66', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1348, 12, '2014-02-08 11:14:25', '157.55.32.237', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1349, 5, '2014-02-08 17:48:01', '178.255.215.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1350, 6, '2014-02-08 20:39:57', '64.134.165.58', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1351, 6, '2014-02-08 21:01:06', '68.126.151.178', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1352, 9, '2014-02-08 22:06:33', '70.192.226.198', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1353, 12, '2014-02-08 22:31:22', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1354, 9, '2014-02-09 01:09:35', '107.15.46.230', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1355, 9, '2014-02-09 02:04:17', '173.242.140.175', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1356, 5, '2014-02-09 03:14:24', '24.216.249.25', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1357, 5, '2014-02-09 04:47:20', '72.197.251.16', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1358, 12, '2014-02-09 05:48:26', '100.43.83.130', 16) ; 
INSERT INTO `wp_rg_form_view` VALUES (1359, 12, '2014-02-09 07:20:44', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1360, 9, '2014-02-09 09:43:37', '50.241.163.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1361, 6, '2014-02-09 10:41:59', '68.180.224.224', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1362, 12, '2014-02-09 13:17:18', '198.211.102.105', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1363, 6, '2014-02-09 13:17:18', '198.211.102.105', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1364, 12, '2014-02-09 14:32:03', '76.182.87.25', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1365, 12, '2014-02-09 15:16:17', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1366, 6, '2014-02-09 16:45:23', '70.51.157.175', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1367, 6, '2014-02-09 19:42:39', '96.243.105.232', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1368, 6, '2014-02-09 20:01:29', '189.162.53.194', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1369, 5, '2014-02-09 20:17:09', '65.55.52.97', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1370, 5, '2014-02-09 23:54:07', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1371, 12, '2014-02-09 23:54:18', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1372, 6, '2014-02-09 23:54:29', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1373, 12, '2014-02-10 00:03:54', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1374, 6, '2014-02-10 02:57:09', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1375, 6, '2014-02-10 03:09:44', '99.95.145.127', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1376, 6, '2014-02-10 05:53:40', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1377, 12, '2014-02-10 05:54:00', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1378, 5, '2014-02-10 05:54:13', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1379, 5, '2014-02-10 07:47:27', '68.180.224.224', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1380, 6, '2014-02-10 14:45:37', '208.68.250.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1381, 1, '2014-02-10 15:49:08', '184.43.93.212', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1382, 12, '2014-02-10 17:20:28', '107.128.156.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1383, 6, '2014-02-10 17:22:17', '144.160.5.104', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1384, 6, '2014-02-10 18:16:48', '95.211.81.86', 5) ; 
INSERT INTO `wp_rg_form_view` VALUES (1385, 6, '2014-02-10 19:11:53', '208.81.209.248', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (1386, 12, '2014-02-10 20:29:12', '157.55.32.225', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1387, 12, '2014-02-10 21:30:49', '71.29.131.209', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1388, 1, '2014-02-10 21:32:31', '156.39.0.199', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1389, 6, '2014-02-10 21:55:45', '71.29.131.209', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1390, 5, '2014-02-10 23:08:42', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1391, 12, '2014-02-10 23:08:46', '4.79.204.36', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1392, 6, '2014-02-10 23:08:46', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1393, 6, '2014-02-11 00:13:30', '173.69.53.117', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1394, 12, '2014-02-11 00:25:37', '195.234.136.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1395, 6, '2014-02-11 01:36:00', '220.135.5.4', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1396, 12, '2014-02-11 01:36:42', '220.135.5.4', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1397, 6, '2014-02-11 02:27:49', '50.34.69.91', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1398, 1, '2014-02-11 03:06:01', '71.29.131.209', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1399, 6, '2014-02-11 03:54:53', '37.72.190.184', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1400, 6, '2014-02-11 05:12:31', '208.118.151.200', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1401, 6, '2014-02-11 07:04:43', '78.129.250.17', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1402, 5, '2014-02-11 07:06:35', '78.129.250.17', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1403, 12, '2014-02-11 07:07:53', '192.81.210.100', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1404, 6, '2014-02-11 09:48:52', '77.75.73.32', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1405, 5, '2014-02-11 13:38:15', '131.253.24.105', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1406, 6, '2014-02-11 13:49:08', '67.172.107.69', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1407, 6, '2014-02-11 17:12:39', '69.146.36.57', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1408, 9, '2014-02-11 18:05:29', '173.8.136.237', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1409, 6, '2014-02-11 18:18:54', '70.90.154.220', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (1410, 12, '2014-02-11 18:27:16', '83.86.78.106', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1411, 6, '2014-02-11 19:11:49', '67.8.66.166', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (1412, 12, '2014-02-11 19:16:58', '96.2.241.146', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1413, 5, '2014-02-11 19:17:49', '72.20.59.72', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1414, 6, '2014-02-11 21:26:34', '99.250.165.20', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1415, 6, '2014-02-12 00:10:41', '216.171.45.7', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1416, 9, '2014-02-12 02:08:26', '99.30.10.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1417, 12, '2014-02-12 02:58:27', '173.26.50.175', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1418, 6, '2014-02-12 04:18:11', '67.5.251.111', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (1419, 12, '2014-02-12 04:24:28', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1420, 5, '2014-02-12 04:24:40', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1421, 5, '2014-02-12 05:36:03', '68.71.140.71', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1422, 12, '2014-02-12 08:44:20', '83.174.225.63', 18) ; 
INSERT INTO `wp_rg_form_view` VALUES (1423, 5, '2014-02-12 08:45:58', '31.131.110.110', 39) ; 
INSERT INTO `wp_rg_form_view` VALUES (1424, 6, '2014-02-12 08:46:00', '95.31.21.167', 8) ; 
INSERT INTO `wp_rg_form_view` VALUES (1425, 6, '2014-02-12 10:18:27', '65.55.24.247', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1426, 6, '2014-02-12 11:13:46', '178.255.215.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1427, 12, '2014-02-12 11:29:45', '66.249.66.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1428, 9, '2014-02-12 16:06:59', '68.179.163.14', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1429, 6, '2014-02-12 18:05:42', '170.185.97.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1430, 12, '2014-02-12 18:07:24', '107.207.112.193', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1431, 6, '2014-02-12 19:00:34', '67.140.221.107', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1432, 12, '2014-02-12 19:15:51', '64.201.70.215', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1433, 9, '2014-02-12 19:54:11', '205.173.37.123', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1434, 6, '2014-02-12 21:27:02', '38.100.226.162', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1435, 9, '2014-02-12 21:35:44', '108.250.248.21', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1436, 12, '2014-02-12 22:01:36', '174.127.133.153', 8) ; 
INSERT INTO `wp_rg_form_view` VALUES (1437, 5, '2014-02-12 22:01:55', '174.127.133.153', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1438, 6, '2014-02-12 22:03:04', '174.127.133.153', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (1439, 12, '2014-02-13 00:36:12', '198.211.107.189', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1440, 6, '2014-02-13 00:36:12', '198.211.107.189', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1441, 12, '2014-02-13 01:14:47', '50.142.217.40', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1442, 12, '2014-02-13 02:30:17', '75.109.37.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1443, 6, '2014-02-13 03:13:52', '220.135.5.4', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1444, 6, '2014-02-13 04:36:59', '24.1.214.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1445, 12, '2014-02-13 07:18:10', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1446, 6, '2014-02-13 08:56:54', '192.237.223.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1447, 12, '2014-02-13 10:43:26', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1448, 6, '2014-02-13 10:43:40', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1449, 5, '2014-02-13 10:43:46', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1450, 5, '2014-02-13 11:06:55', '118.95.103.104', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1451, 5, '2014-02-13 12:27:16', '199.30.20.5', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1452, 6, '2014-02-13 13:22:31', '66.249.75.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1453, 6, '2014-02-13 14:25:48', '24.52.67.20', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1454, 6, '2014-02-13 15:34:37', '97.121.63.176', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1455, 6, '2014-02-13 17:00:04', '74.219.149.34', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1456, 6, '2014-02-13 19:38:56', '107.136.140.6', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1457, 12, '2014-02-13 19:53:36', '75.191.240.182', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1458, 6, '2014-02-13 20:32:14', '98.221.112.148', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1459, 6, '2014-02-13 21:19:26', '204.169.150.2', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1460, 12, '2014-02-13 21:35:47', '204.169.150.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1461, 1, '2014-02-13 23:27:51', '98.203.246.108', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1462, 12, '2014-02-14 00:03:31', '66.249.75.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1463, 12, '2014-02-14 02:27:12', '100.43.83.130', 16) ; 
INSERT INTO `wp_rg_form_view` VALUES (1464, 6, '2014-02-14 03:19:12', '195.234.136.80', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1465, 5, '2014-02-14 03:19:14', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1466, 12, '2014-02-14 03:19:34', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1467, 6, '2014-02-14 08:29:24', '66.249.75.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1468, 9, '2014-02-14 15:17:43', '209.6.52.45', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1469, 1, '2014-02-14 16:10:07', '184.43.115.148', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1470, 6, '2014-02-14 16:41:24', '98.222.200.25', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1471, 6, '2014-02-14 18:08:03', '198.211.117.220', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1472, 12, '2014-02-14 18:08:03', '198.211.117.220', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1473, 12, '2014-02-14 19:33:12', '204.140.166.2', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (1474, 1, '2014-02-14 19:37:40', '156.39.0.199', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1475, 9, '2014-02-14 20:14:45', '72.87.113.10', 6) ; 
INSERT INTO `wp_rg_form_view` VALUES (1476, 12, '2014-02-14 20:22:19', '204.140.166.2', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1477, 6, '2014-02-14 20:38:47', '66.213.14.218', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1478, 12, '2014-02-14 21:00:16', '204.140.166.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1479, 9, '2014-02-14 21:24:18', '24.220.91.62', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1480, 12, '2014-02-14 22:17:29', '24.151.218.41', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1481, 6, '2014-02-14 22:40:20', '204.140.166.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1482, 9, '2014-02-14 23:16:56', '76.233.65.27', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1483, 12, '2014-02-14 23:31:27', '199.30.20.22', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1484, 6, '2014-02-15 01:52:18', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1485, 6, '2014-02-15 02:05:53', '76.173.39.210', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1486, 6, '2014-02-15 03:03:37', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1487, 5, '2014-02-15 05:21:15', '65.55.215.236', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1488, 6, '2014-02-15 06:54:20', '199.30.20.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1489, 12, '2014-02-15 07:21:21', '199.30.20.20', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1490, 12, '2014-02-15 08:29:31', '180.76.5.74', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1491, 5, '2014-02-15 11:08:04', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1492, 12, '2014-02-15 12:17:01', '74.34.110.185', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1493, 5, '2014-02-15 12:51:23', '72.91.190.213', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1494, 6, '2014-02-15 13:15:18', '192.195.66.4', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1495, 6, '2014-02-15 15:09:47', '199.30.20.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1496, 6, '2014-02-15 16:36:25', '72.240.170.121', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1497, 6, '2014-02-15 17:58:11', '50.204.75.194', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1498, 6, '2014-02-15 18:13:25', '31.133.11.222', 7) ; 
INSERT INTO `wp_rg_form_view` VALUES (1499, 5, '2014-02-15 18:37:07', '71.33.72.225', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1500, 5, '2014-02-15 19:13:39', '54.205.123.83', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1501, 12, '2014-02-15 19:13:45', '54.205.123.83', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1502, 6, '2014-02-15 19:14:05', '54.205.123.83', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1503, 12, '2014-02-15 20:18:30', '50.53.79.235', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1504, 12, '2014-02-15 21:55:53', '98.86.24.152', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1505, 6, '2014-02-15 22:05:39', '157.55.34.176', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1506, 6, '2014-02-15 23:00:04', '91.236.75.92', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (1507, 5, '2014-02-15 23:01:51', '76.180.222.235', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1508, 12, '2014-02-15 23:55:01', '195.234.136.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1509, 12, '2014-02-16 01:02:03', '199.120.107.77', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1510, 6, '2014-02-16 01:43:46', '68.200.67.236', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1511, 12, '2014-02-16 02:55:46', '173.65.250.203', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1512, 6, '2014-02-16 03:21:06', '65.55.213.70', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1513, 12, '2014-02-16 03:21:25', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1514, 5, '2014-02-16 03:21:48', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1515, 9, '2014-02-16 04:40:33', '184.78.227.15', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1516, 6, '2014-02-16 05:39:08', '91.236.75.108', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1517, 12, '2014-02-16 09:28:08', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1518, 12, '2014-02-16 10:51:03', '77.75.73.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1519, 5, '2014-02-16 10:51:08', '77.75.73.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1520, 6, '2014-02-16 11:36:33', '157.55.32.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1521, 12, '2014-02-16 11:56:33', '192.81.210.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1522, 6, '2014-02-16 15:55:09', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1523, 12, '2014-02-16 16:05:44', '173.88.167.235', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1524, 6, '2014-02-16 19:41:42', '66.213.67.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1525, 6, '2014-02-16 21:12:01', '70.101.250.236', 7) ; 
INSERT INTO `wp_rg_form_view` VALUES (1526, 6, '2014-02-16 22:53:13', '68.81.141.105', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1527, 6, '2014-02-16 23:11:44', '69.249.132.233', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1528, 12, '2014-02-16 23:52:11', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1529, 6, '2014-02-17 02:25:35', '88.104.230.237', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1530, 6, '2014-02-17 03:58:44', '117.203.144.136', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1531, 6, '2014-02-17 04:01:05', '117.203.144.136', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (1532, 5, '2014-02-17 04:04:24', '173.89.24.208', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1533, 6, '2014-02-17 07:53:44', '96.58.113.240', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1534, 12, '2014-02-17 07:53:48', '50.19.74.56', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1535, 12, '2014-02-17 08:08:06', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1536, 12, '2014-02-17 13:09:38', '72.71.210.238', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1537, 5, '2014-02-17 13:30:30', '66.161.129.106', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1538, 6, '2014-02-17 13:39:43', '66.210.226.78', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1539, 6, '2014-02-17 15:58:10', '198.254.16.200', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1540, 9, '2014-02-17 17:08:49', '71.226.122.176', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1541, 6, '2014-02-17 17:43:01', '5.9.112.67', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1542, 5, '2014-02-17 17:43:14', '5.9.112.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1543, 12, '2014-02-17 17:43:22', '5.9.112.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1544, 6, '2014-02-17 18:39:53', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1545, 12, '2014-02-17 18:59:52', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1546, 6, '2014-02-17 19:39:05', '90.41.117.198', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1547, 5, '2014-02-17 19:44:39', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1548, 12, '2014-02-17 19:44:42', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1549, 14, '2014-02-17 20:39:18', '67.1.195.136', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1550, 6, '2014-02-17 21:10:05', '66.249.73.153', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1551, 6, '2014-02-17 22:22:56', '76.114.205.151', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1552, 6, '2014-02-17 23:24:33', '157.55.32.93', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1553, 12, '2014-02-17 23:58:58', '195.234.136.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1554, 6, '2014-02-18 00:09:19', '157.55.32.93', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1555, 5, '2014-02-18 00:17:29', '81.144.138.34', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1556, 12, '2014-02-18 00:18:36', '81.144.138.34', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1557, 6, '2014-02-18 01:54:38', '157.55.32.185', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1558, 6, '2014-02-18 03:41:41', '108.30.110.16', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1559, 5, '2014-02-18 03:57:03', '108.30.110.16', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1560, 5, '2014-02-18 04:42:36', '166.137.185.185', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1561, 12, '2014-02-18 05:34:38', '198.199.66.173', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1562, 6, '2014-02-18 05:34:39', '198.199.66.173', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1563, 6, '2014-02-18 07:14:35', '67.183.247.133', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1564, 6, '2014-02-18 11:18:41', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1565, 12, '2014-02-18 11:18:56', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1566, 5, '2014-02-18 11:19:13', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1567, 6, '2014-02-18 15:00:12', '65.213.200.131', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1568, 12, '2014-02-18 15:36:20', '174.113.233.170', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1569, 5, '2014-02-18 15:52:42', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1570, 6, '2014-02-18 16:28:22', '109.24.168.226', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1571, 6, '2014-02-18 17:08:10', '75.127.223.211', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1572, 12, '2014-02-18 18:05:49', '50.147.15.158', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1573, 5, '2014-02-18 18:24:07', '198.86.72.124', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1574, 12, '2014-02-18 19:58:29', '68.34.220.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1575, 6, '2014-02-18 20:02:21', '69.54.58.155', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1576, 5, '2014-02-18 21:15:15', '204.169.150.2', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1577, 6, '2014-02-19 00:10:31', '98.229.92.34', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1578, 12, '2014-02-19 00:13:01', '195.234.136.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1579, 12, '2014-02-19 01:04:39', '24.130.96.172', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1580, 12, '2014-02-19 06:45:17', '71.228.170.19', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1581, 6, '2014-02-19 09:50:59', '182.64.191.111', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1582, 12, '2014-02-19 09:59:00', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1583, 5, '2014-02-19 09:59:12', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1584, 12, '2014-02-19 13:04:58', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1585, 6, '2014-02-19 13:56:09', '65.182.127.34', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1586, 6, '2014-02-19 16:05:42', '184.12.79.111', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1587, 14, '2014-02-19 16:59:40', '184.191.141.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1588, 6, '2014-02-19 17:00:29', '128.135.204.42', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (1589, 14, '2014-02-19 17:00:40', '184.191.141.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1590, 12, '2014-02-19 18:34:27', '50.147.34.99', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1591, 6, '2014-02-19 19:10:39', '207.141.130.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1592, 6, '2014-02-19 20:45:13', '198.228.209.242', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1593, 12, '2014-02-19 21:08:21', '69.54.58.155', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1594, 12, '2014-02-19 23:17:44', '198.211.106.56', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1595, 6, '2014-02-19 23:17:44', '198.211.106.56', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1596, 12, '2014-02-20 00:12:15', '72.240.249.242', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1597, 6, '2014-02-20 01:52:22', '107.5.240.32', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1598, 6, '2014-02-20 03:26:09', '76.245.207.140', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1599, 6, '2014-02-20 04:26:34', '71.94.51.137', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1600, 12, '2014-02-20 05:33:11', '132.150.226.76', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1601, 6, '2014-02-20 13:19:46', '65.55.213.78', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1602, 12, '2014-02-20 13:20:01', '65.55.213.70', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1603, 5, '2014-02-20 13:20:12', '65.55.213.70', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1604, 5, '2014-02-20 16:08:59', '74.105.162.191', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1605, 6, '2014-02-20 16:09:49', '74.105.162.191', 6) ; 
INSERT INTO `wp_rg_form_view` VALUES (1606, 12, '2014-02-20 16:09:56', '74.105.162.191', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1607, 12, '2014-02-20 18:51:44', '162.192.84.33', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1608, 6, '2014-02-20 19:49:21', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1609, 9, '2014-02-20 20:08:58', '162.201.66.149', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1610, 5, '2014-02-20 20:32:39', '75.23.150.206', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1611, 12, '2014-02-20 20:45:03', '24.159.14.101', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1612, 12, '2014-02-20 21:02:02', '24.159.14.101', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1613, 6, '2014-02-20 21:18:37', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1614, 6, '2014-02-21 00:38:32', '68.110.209.239', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1615, 12, '2014-02-21 01:31:46', '24.159.14.101', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1616, 5, '2014-02-21 02:05:50', '98.214.189.212', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1617, 12, '2014-02-21 04:57:16', '217.69.133.191', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1618, 9, '2014-02-21 05:36:05', '96.244.116.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1619, 12, '2014-02-21 05:51:28', '24.159.14.101', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1620, 6, '2014-02-21 10:14:04', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1621, 12, '2014-02-21 10:14:19', '65.55.213.70', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (1622, 5, '2014-02-21 10:14:35', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1623, 6, '2014-02-21 12:31:07', '41.215.133.73', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1624, 12, '2014-02-21 15:02:03', '24.129.40.42', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1625, 6, '2014-02-21 16:17:58', '165.161.9.27', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1626, 12, '2014-02-21 17:25:23', '192.81.210.204', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1627, 6, '2014-02-21 17:25:23', '192.81.210.204', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1628, 6, '2014-02-21 18:29:58', '172.6.201.6', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1629, 5, '2014-02-21 18:43:02', '50.196.42.30', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1630, 6, '2014-02-21 19:05:35', '160.111.253.23', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1631, 5, '2014-02-21 20:16:46', '217.69.133.250', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1632, 6, '2014-02-21 22:36:34', '204.100.180.252', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1633, 5, '2014-02-21 23:53:30', '64.134.41.45', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1634, 14, '2014-02-21 23:56:11', '170.94.26.21', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1635, 5, '2014-02-22 00:29:32', '71.76.54.22', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1636, 12, '2014-02-22 00:35:51', '12.157.107.209', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1637, 6, '2014-02-22 08:10:41', '76.102.66.113', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1638, 6, '2014-02-22 12:39:21', '69.84.207.246', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1639, 6, '2014-02-22 19:00:15', '72.87.113.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1640, 9, '2014-02-22 19:01:20', '72.87.113.10', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1641, 12, '2014-02-22 19:29:57', '99.118.32.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1642, 6, '2014-02-22 20:31:40', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1643, 12, '2014-02-22 20:31:54', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1644, 5, '2014-02-22 20:32:07', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1645, 12, '2014-02-22 21:20:38', '66.249.64.184', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1646, 6, '2014-02-22 23:40:44', '100.43.83.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1647, 5, '2014-02-23 01:15:32', '178.255.215.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1648, 6, '2014-02-23 01:20:06', '24.62.67.77', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1649, 6, '2014-02-23 03:27:25', '72.244.120.106', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1650, 12, '2014-02-23 04:43:09', '71.87.91.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1651, 12, '2014-02-23 07:23:22', '50.161.145.107', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1652, 6, '2014-02-23 12:08:20', '157.55.34.176', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1653, 5, '2014-02-23 18:24:35', '50.243.3.66', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1654, 9, '2014-02-23 19:23:29', '12.238.161.226', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1655, 6, '2014-02-23 20:10:16', '65.55.213.70', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1656, 12, '2014-02-23 20:10:30', '65.55.213.70', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1657, 5, '2014-02-23 20:10:42', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1658, 12, '2014-02-23 21:42:43', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1659, 6, '2014-02-24 00:26:25', '24.19.18.62', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1660, 9, '2014-02-24 01:56:00', '68.13.224.84', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1661, 6, '2014-02-24 04:34:47', '182.64.46.149', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1662, 6, '2014-02-24 07:54:19', '81.27.214.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1663, 6, '2014-02-24 08:16:09', '81.27.214.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1664, 12, '2014-02-24 13:53:20', '86.132.218.81', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1665, 14, '2014-02-24 15:25:12', '137.118.179.237', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1666, 6, '2014-02-24 15:56:28', '72.240.51.222', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1667, 6, '2014-02-24 16:27:17', '50.204.75.194', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1668, 12, '2014-02-24 16:31:00', '107.129.236.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1669, 5, '2014-02-24 17:35:14', '157.55.36.51', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1670, 6, '2014-02-24 17:45:34', '66.211.150.50', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1671, 9, '2014-02-24 17:52:35', '192.195.66.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1672, 6, '2014-02-24 19:01:45', '108.28.121.53', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1673, 12, '2014-02-24 19:18:56', '66.227.111.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1674, 6, '2014-02-24 20:01:10', '65.55.213.70', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (1675, 12, '2014-02-24 20:01:28', '65.55.213.70', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1676, 5, '2014-02-24 20:01:41', '65.55.213.70', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1677, 6, '2014-02-24 21:02:15', '160.111.253.23', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1678, 5, '2014-02-24 22:20:08', '192.114.71.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1679, 12, '2014-02-24 22:20:14', '192.114.71.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1680, 6, '2014-02-24 22:20:23', '192.114.71.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1681, 6, '2014-02-24 23:38:48', '63.135.145.175', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1682, 12, '2014-02-24 23:54:01', '173.85.121.229', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1683, 6, '2014-02-25 00:11:45', '64.60.28.98', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1684, 6, '2014-02-25 01:52:21', '74.136.122.189', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1685, 6, '2014-02-25 02:50:48', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1686, 6, '2014-02-25 03:06:48', '172.7.58.240', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1687, 12, '2014-02-25 08:16:10', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1688, 6, '2014-02-25 09:38:13', '220.135.5.4', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1689, 9, '2014-02-25 15:22:55', '160.111.253.23', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1690, 12, '2014-02-25 15:47:19', '150.176.249.100', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1691, 6, '2014-02-25 15:47:32', '198.211.107.216', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1692, 6, '2014-02-25 18:06:30', '76.241.34.174', 6) ; 
INSERT INTO `wp_rg_form_view` VALUES (1693, 12, '2014-02-25 20:28:05', '98.77.50.120', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1694, 12, '2014-02-25 21:05:26', '23.122.201.60', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1695, 6, '2014-02-25 21:06:31', '69.207.155.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1696, 6, '2014-02-25 22:19:46', '91.236.75.108', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1697, 12, '2014-02-25 22:58:44', '76.168.204.198', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1698, 12, '2014-02-25 23:02:45', '76.168.204.198', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1699, 6, '2014-02-25 23:26:44', '208.98.237.81', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1700, 6, '2014-02-26 00:58:35', '24.19.18.62', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1701, 6, '2014-02-26 01:04:03', '12.27.65.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1702, 6, '2014-02-26 02:09:40', '50.129.204.47', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1703, 6, '2014-02-26 04:53:16', '24.116.66.160', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1704, 5, '2014-02-26 07:00:15', '66.249.75.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1705, 6, '2014-02-26 07:58:21', '172.6.201.6', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1706, 12, '2014-02-26 07:58:46', '65.55.52.118', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1707, 12, '2014-02-26 11:12:05', '66.249.73.153', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1708, 6, '2014-02-26 12:30:00', '205.203.134.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1709, 12, '2014-02-26 12:30:25', '205.203.134.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1710, 5, '2014-02-26 12:30:40', '205.203.134.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1711, 12, '2014-02-26 15:08:22', '69.54.58.155', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1712, 9, '2014-02-26 15:26:36', '174.32.158.26', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1713, 6, '2014-02-26 16:08:43', '168.24.1.102', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1714, 12, '2014-02-26 19:18:19', '198.211.100.96', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1715, 6, '2014-02-26 19:19:13', '198.211.100.96', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1716, 5, '2014-02-26 19:19:33', '198.211.100.96', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1717, 9, '2014-02-26 21:29:12', '192.195.66.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1718, 5, '2014-02-26 21:58:08', '54.205.81.202', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1719, 12, '2014-02-26 21:58:13', '54.205.81.202', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1720, 6, '2014-02-26 22:44:35', '204.100.180.252', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1721, 9, '2014-02-26 23:36:06', '70.138.104.206', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1722, 12, '2014-02-26 23:43:57', '142.196.12.151', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1723, 9, '2014-02-27 01:23:33', '72.206.99.147', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1724, 6, '2014-02-27 03:09:09', '217.69.133.250', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1725, 6, '2014-02-27 04:20:14', '198.211.100.96', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1726, 12, '2014-02-27 04:21:09', '198.211.100.96', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1727, 5, '2014-02-27 04:21:23', '198.211.100.96', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1728, 6, '2014-02-27 10:45:04', '92.156.27.211', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1729, 12, '2014-02-27 11:11:02', '198.199.120.94', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1730, 6, '2014-02-27 11:11:02', '198.199.120.94', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1731, 9, '2014-02-27 11:51:55', '66.31.58.163', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1732, 12, '2014-02-27 12:38:31', '183.60.215.48', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1733, 9, '2014-02-27 13:12:36', '108.182.114.239', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1734, 12, '2014-02-27 14:10:30', '66.249.73.153', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1735, 6, '2014-02-27 14:13:40', '69.54.58.155', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1736, 6, '2014-02-27 16:25:45', '69.54.58.155', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1737, 9, '2014-02-27 16:51:27', '76.236.237.24', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1738, 6, '2014-02-27 17:01:47', '84.19.190.107', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1739, 5, '2014-02-27 17:03:40', '198.86.72.124', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1740, 6, '2014-02-27 19:44:36', '70.162.131.76', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1741, 6, '2014-02-27 20:59:26', '66.210.226.78', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1742, 5, '2014-02-27 21:25:52', '209.33.162.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1743, 12, '2014-02-27 21:55:22', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1744, 12, '2014-02-27 23:23:16', '157.55.36.54', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1745, 6, '2014-02-28 00:11:29', '98.21.151.234', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1746, 5, '2014-02-28 00:12:55', '98.21.151.234', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1747, 9, '2014-02-28 00:29:50', '69.137.93.32', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1748, 9, '2014-02-28 01:08:08', '108.182.114.239', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1749, 9, '2014-02-28 02:28:36', '76.173.53.116', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1750, 5, '2014-02-28 03:24:34', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1751, 6, '2014-02-28 07:04:22', '217.69.133.191', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1752, 12, '2014-02-28 10:06:58', '217.69.133.250', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1753, 6, '2014-02-28 11:08:13', '157.55.32.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1754, 9, '2014-02-28 14:31:07', '216.99.164.18', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1755, 6, '2014-02-28 14:40:49', '69.54.58.155', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1756, 6, '2014-02-28 15:36:07', '99.225.232.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1757, 9, '2014-02-28 15:57:21', '66.31.58.163', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1758, 6, '2014-02-28 18:05:15', '173.161.226.225', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1759, 14, '2014-02-28 18:53:02', '184.191.141.86', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (1760, 5, '2014-02-28 20:49:44', '199.30.20.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1761, 14, '2014-02-28 21:01:45', '69.54.58.155', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1762, 6, '2014-02-28 21:33:49', '98.232.72.21', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1763, 12, '2014-02-28 21:47:22', '198.217.31.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1764, 6, '2014-02-28 22:52:34', '75.15.208.98', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1765, 9, '2014-03-01 00:37:16', '70.209.131.223', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1766, 6, '2014-03-01 02:09:16', '50.155.167.184', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1767, 9, '2014-03-01 02:46:23', '108.67.178.244', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1768, 5, '2014-03-01 02:50:48', '220.181.125.154', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1769, 12, '2014-03-01 02:53:00', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1770, 9, '2014-03-01 03:09:45', '108.67.178.244', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1771, 6, '2014-03-01 05:25:27', '74.199.35.53', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1772, 12, '2014-03-01 08:17:46', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1773, 6, '2014-03-01 09:26:34', '66.249.66.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1774, 6, '2014-03-01 12:26:22', '198.199.66.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1775, 12, '2014-03-01 12:26:22', '198.199.66.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1776, 5, '2014-03-01 12:56:31', '66.249.66.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1777, 6, '2014-03-01 13:29:04', '24.126.132.211', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1778, 6, '2014-03-01 14:16:32', '174.32.158.26', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1779, 6, '2014-03-01 15:42:39', '69.58.178.58', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1780, 6, '2014-03-01 17:13:17', '184.6.51.19', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1781, 12, '2014-03-01 18:03:12', '67.6.107.31', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1782, 6, '2014-03-01 18:58:33', '68.230.8.62', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1783, 6, '2014-03-01 19:20:26', '68.230.8.62', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1784, 9, '2014-03-01 20:57:58', '68.49.51.140', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1785, 12, '2014-03-01 21:36:25', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1786, 5, '2014-03-01 22:54:03', '99.98.120.165', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1787, 5, '2014-03-01 23:22:03', '157.56.93.72', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1788, 6, '2014-03-01 23:47:38', '180.76.5.116', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1789, 6, '2014-03-02 01:19:20', '66.249.73.153', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1790, 6, '2014-03-02 02:14:47', '174.98.1.15', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1791, 9, '2014-03-02 03:01:04', '75.111.12.184', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1792, 5, '2014-03-02 03:39:55', '100.43.83.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1793, 6, '2014-03-02 13:31:23', '173.227.205.1', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1794, 5, '2014-03-02 13:49:18', '58.11.37.108', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1795, 12, '2014-03-02 13:49:25', '58.11.37.108', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1796, 12, '2014-03-02 14:53:24', '100.43.83.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1797, 6, '2014-03-02 15:23:19', '69.74.254.254', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1798, 6, '2014-03-02 18:38:47', '160.111.253.48', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1799, 6, '2014-03-02 19:38:34', '216.52.207.75', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1800, 5, '2014-03-02 20:21:37', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1801, 6, '2014-03-02 22:03:08', '76.196.108.85', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1802, 5, '2014-03-02 22:26:19', '198.236.242.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1803, 5, '2014-03-03 00:54:11', '108.59.8.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1804, 6, '2014-03-03 00:54:27', '108.59.8.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1805, 12, '2014-03-03 00:54:35', '108.59.8.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1806, 5, '2014-03-03 01:36:41', '157.56.229.188', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1807, 5, '2014-03-03 02:56:20', '157.55.35.31', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1808, 6, '2014-03-03 06:20:58', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1809, 12, '2014-03-03 06:21:16', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1810, 5, '2014-03-03 06:21:29', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1811, 12, '2014-03-03 09:51:31', '198.199.65.166', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1812, 6, '2014-03-03 09:51:31', '198.199.65.166', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1813, 6, '2014-03-03 11:23:34', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1814, 6, '2014-03-03 13:31:48', '184.56.72.152', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1815, 6, '2014-03-03 14:53:42', '192.195.66.5', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1816, 6, '2014-03-03 15:01:07', '192.195.66.5', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1817, 5, '2014-03-03 15:02:55', '162.210.196.98', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1818, 12, '2014-03-03 15:03:19', '162.210.196.98', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1819, 9, '2014-03-03 15:39:21', '66.42.148.110', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1820, 6, '2014-03-03 16:41:45', '68.98.40.235', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1821, 14, '2014-03-03 16:46:41', '204.194.251.5', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1822, 14, '2014-03-03 17:50:39', '204.194.251.5', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1823, 12, '2014-03-03 18:04:52', '204.194.251.5', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1824, 14, '2014-03-03 18:05:04', '204.194.251.5', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1825, 6, '2014-03-03 19:16:41', '146.6.59.241', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1826, 5, '2014-03-03 19:17:35', '146.6.59.241', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1827, 12, '2014-03-03 19:21:47', '24.100.17.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1828, 5, '2014-03-03 20:01:33', '66.249.73.153', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1829, 6, '2014-03-03 20:31:02', '50.192.109.205', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1830, 12, '2014-03-03 20:35:42', '207.233.76.9', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (1831, 6, '2014-03-03 21:38:09', '70.209.73.32', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (1832, 5, '2014-03-03 21:46:31', '173.243.112.23', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1833, 12, '2014-03-03 21:46:32', '173.243.112.23', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1834, 6, '2014-03-03 22:45:27', '144.76.71.241', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1835, 5, '2014-03-03 22:46:01', '144.76.71.241', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1836, 12, '2014-03-03 22:46:07', '144.76.71.241', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1837, 9, '2014-03-03 22:48:47', '66.31.58.163', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1838, 6, '2014-03-03 23:06:28', '70.240.34.158', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1839, 12, '2014-03-04 00:20:05', '12.157.107.209', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1840, 12, '2014-03-04 01:11:24', '96.42.57.183', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1841, 5, '2014-03-04 02:57:09', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1842, 12, '2014-03-04 02:57:13', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1843, 6, '2014-03-04 02:57:14', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1844, 5, '2014-03-04 03:43:50', '91.66.86.58', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1845, 6, '2014-03-04 05:47:53', '68.98.40.235', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1846, 12, '2014-03-04 06:15:41', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1847, 6, '2014-03-04 07:15:44', '68.98.40.235', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1848, 6, '2014-03-04 08:20:36', '217.247.131.123', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1849, 6, '2014-03-04 09:52:42', '71.13.87.122', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1850, 5, '2014-03-04 10:06:30', '71.13.87.122', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1851, 6, '2014-03-04 10:06:54', '71.13.87.122', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1852, 6, '2014-03-04 11:37:32', '108.82.249.205', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1853, 9, '2014-03-04 13:11:57', '67.86.233.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1854, 12, '2014-03-04 14:17:09', '50.76.166.225', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1855, 6, '2014-03-04 15:13:07', '168.167.239.54', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1856, 6, '2014-03-04 16:07:05', '108.59.48.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1857, 5, '2014-03-04 16:08:03', '68.39.207.131', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1858, 14, '2014-03-04 16:38:07', '24.248.207.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1859, 14, '2014-03-04 17:43:59', '75.109.185.201', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1860, 6, '2014-03-04 18:15:35', '216.139.72.36', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1861, 6, '2014-03-04 19:14:33', '69.255.226.226', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1862, 6, '2014-03-04 21:06:16', '23.28.15.187', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1863, 6, '2014-03-04 22:52:12', '71.21.31.185', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1864, 12, '2014-03-05 03:48:21', '96.31.221.63', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1865, 6, '2014-03-05 04:10:44', '93.186.202.198', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1866, 6, '2014-03-05 05:28:04', '180.76.6.44', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1867, 6, '2014-03-05 06:06:35', '75.111.45.159', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1868, 12, '2014-03-05 07:24:58', '198.211.110.246', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1869, 6, '2014-03-05 07:24:59', '198.211.110.246', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1870, 12, '2014-03-05 08:00:23', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1871, 5, '2014-03-05 08:21:01', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1872, 6, '2014-03-05 09:35:42', '76.102.196.155', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1873, 5, '2014-03-05 10:26:21', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1874, 12, '2014-03-05 14:08:14', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1875, 5, '2014-03-05 15:00:38', '207.67.84.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1876, 6, '2014-03-05 16:01:35', '199.253.126.3', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (1877, 9, '2014-03-05 17:03:32', '67.109.86.190', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1878, 6, '2014-03-05 18:08:17', '108.196.5.7', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1879, 5, '2014-03-05 18:48:53', '166.137.217.254', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1880, 6, '2014-03-05 19:34:13', '216.120.137.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1881, 6, '2014-03-05 20:41:19', '50.89.111.216', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1882, 6, '2014-03-05 22:08:28', '24.249.154.248', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1883, 6, '2014-03-06 00:54:31', '75.100.208.176', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1884, 6, '2014-03-06 01:25:48', '157.55.33.182', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1885, 6, '2014-03-06 03:10:36', '66.249.73.153', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1886, 6, '2014-03-06 04:36:40', '203.43.113.226', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1887, 6, '2014-03-06 05:13:42', '31.133.13.209', 7) ; 
INSERT INTO `wp_rg_form_view` VALUES (1888, 5, '2014-03-06 09:10:40', '202.215.108.54', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1889, 6, '2014-03-06 12:37:23', '137.248.1.6', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1890, 12, '2014-03-06 13:19:15', '96.4.101.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1891, 6, '2014-03-06 13:47:04', '84.19.190.107', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1892, 6, '2014-03-06 14:31:48', '137.248.171.21', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1893, 12, '2014-03-06 15:56:07', '38.104.148.42', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1894, 6, '2014-03-06 17:16:03', '74.94.94.141', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1895, 6, '2014-03-06 18:17:22', '74.216.74.144', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1896, 12, '2014-03-06 19:38:20', '69.58.47.129', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1897, 6, '2014-03-06 20:36:05', '173.198.34.146', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1898, 12, '2014-03-06 21:00:13', '96.38.35.146', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1899, 5, '2014-03-06 21:04:05', '69.74.254.254', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1900, 6, '2014-03-06 22:41:02', '67.191.16.219', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1901, 6, '2014-03-07 00:31:49', '174.16.172.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1902, 12, '2014-03-07 01:38:58', '66.249.76.153', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1903, 5, '2014-03-07 03:13:12', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1904, 12, '2014-03-07 03:14:02', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1905, 6, '2014-03-07 03:14:16', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1906, 12, '2014-03-07 04:54:06', '198.211.96.53', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1907, 6, '2014-03-07 04:54:06', '198.211.96.53', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1908, 5, '2014-03-07 05:25:02', '183.60.214.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1909, 12, '2014-03-07 05:28:19', '46.118.158.25', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1910, 6, '2014-03-07 08:23:57', '183.60.213.10', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1911, 6, '2014-03-07 09:38:18', '66.249.75.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1912, 12, '2014-03-07 09:41:18', '1.122.182.156', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1913, 5, '2014-03-07 12:14:55', '66.249.76.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1914, 12, '2014-03-07 13:05:48', '72.92.134.57', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1915, 6, '2014-03-07 14:10:23', '184.179.122.65', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1916, 6, '2014-03-07 15:21:18', '216.12.89.253', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1917, 6, '2014-03-07 17:52:06', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1918, 12, '2014-03-07 17:52:26', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1919, 5, '2014-03-07 17:52:38', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1920, 12, '2014-03-07 21:00:39', '66.249.76.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1921, 12, '2014-03-07 22:45:59', '68.234.26.23', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1922, 5, '2014-03-07 22:46:01', '69.162.128.165', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1923, 6, '2014-03-07 22:46:05', '162.216.102.132', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1924, 6, '2014-03-07 23:24:08', '97.83.12.148', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1925, 6, '2014-03-08 00:38:24', '76.16.97.209', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1926, 6, '2014-03-08 01:24:38', '64.178.185.182', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1927, 6, '2014-03-08 02:33:42', '74.136.137.168', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1928, 5, '2014-03-08 02:35:25', '173.0.59.171', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1929, 6, '2014-03-08 03:06:12', '98.242.14.18', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1930, 12, '2014-03-08 03:58:31', '66.249.64.184', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1931, 6, '2014-03-08 04:26:58', '99.30.10.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1932, 12, '2014-03-08 09:16:42', '5.10.83.71', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1933, 6, '2014-03-08 11:33:13', '14.141.89.18', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1934, 6, '2014-03-08 16:19:36', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1935, 9, '2014-03-08 17:16:17', '98.231.141.129', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1936, 6, '2014-03-08 19:36:27', '75.115.147.232', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1937, 6, '2014-03-08 20:05:32', '192.195.66.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1938, 5, '2014-03-08 20:06:09', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1939, 9, '2014-03-08 20:06:25', '192.195.66.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1940, 12, '2014-03-08 20:06:35', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1941, 5, '2014-03-08 21:46:26', '174.122.221.231', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1942, 6, '2014-03-08 23:23:20', '146.129.250.249', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1943, 5, '2014-03-09 02:01:26', '75.186.68.211', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1944, 6, '2014-03-09 02:52:54', '198.199.86.202', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1945, 12, '2014-03-09 02:52:54', '198.199.86.202', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1946, 9, '2014-03-09 02:56:19', '69.226.208.171', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1947, 6, '2014-03-09 03:51:11', '172.7.58.240', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1948, 6, '2014-03-09 04:46:04', '67.160.70.172', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1949, 12, '2014-03-09 05:16:07', '50.96.103.188', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1950, 6, '2014-03-09 05:58:52', '89.182.69.230', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1951, 6, '2014-03-09 06:13:59', '54.234.199.191', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1952, 12, '2014-03-09 07:08:36', '183.60.214.17', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1953, 5, '2014-03-09 11:30:42', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1954, 5, '2014-03-09 16:19:08', '58.71.114.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1955, 12, '2014-03-09 16:37:49', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1956, 6, '2014-03-09 18:09:12', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1957, 6, '2014-03-09 22:49:32', '67.5.217.210', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1958, 12, '2014-03-10 00:03:59', '195.234.136.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1959, 12, '2014-03-10 01:03:24', '108.245.200.64', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1960, 5, '2014-03-10 01:06:13', '183.60.213.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1961, 9, '2014-03-10 01:53:02', '68.34.35.200', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1962, 6, '2014-03-10 03:01:41', '68.8.164.62', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1963, 9, '2014-03-10 05:50:22', '216.67.111.166', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1964, 6, '2014-03-10 06:21:34', '219.146.91.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1965, 12, '2014-03-10 17:10:18', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1966, 6, '2014-03-10 17:12:59', '199.106.195.8', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (1967, 6, '2014-03-10 18:14:44', '128.147.112.18', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1968, 5, '2014-03-10 19:22:01', '67.136.148.58', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1969, 6, '2014-03-10 19:50:17', '72.70.40.98', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1970, 14, '2014-03-10 21:17:55', '50.96.103.188', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1971, 6, '2014-03-10 21:35:12', '142.129.15.241', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1972, 6, '2014-03-11 00:06:07', '220.181.125.154', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (1973, 12, '2014-03-11 00:08:06', '192.81.215.7', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1974, 9, '2014-03-11 00:12:28', '24.1.84.39', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1975, 5, '2014-03-11 00:59:19', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1976, 5, '2014-03-11 01:47:46', '67.172.228.210', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1977, 9, '2014-03-11 02:51:44', '68.42.35.235', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1978, 6, '2014-03-11 02:53:30', '71.59.86.105', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1979, 6, '2014-03-11 03:04:06', '50.122.188.226', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1980, 6, '2014-03-11 07:12:21', '50.12.235.252', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1981, 6, '2014-03-11 08:28:15', '66.249.79.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1982, 6, '2014-03-11 09:33:15', '5.10.83.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1983, 12, '2014-03-11 11:41:33', '66.249.79.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1984, 6, '2014-03-11 12:32:36', '157.55.35.42', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1985, 5, '2014-03-11 13:44:30', '159.140.254.104', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1986, 6, '2014-03-11 16:05:28', '66.249.79.132', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1987, 5, '2014-03-11 16:43:57', '24.170.198.93', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1988, 6, '2014-03-11 17:40:44', '75.111.12.184', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1989, 6, '2014-03-11 18:06:15', '216.125.167.229', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1990, 9, '2014-03-11 18:16:23', '216.125.167.229', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1991, 5, '2014-03-11 18:17:45', '67.32.130.88', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (1992, 6, '2014-03-11 19:19:22', '41.150.157.67', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1993, 6, '2014-03-11 20:34:01', '70.166.118.217', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1994, 5, '2014-03-11 21:13:41', '209.2.60.77', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1995, 6, '2014-03-11 21:13:52', '192.195.66.2', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (1996, 6, '2014-03-11 22:00:17', '192.195.66.4', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1997, 12, '2014-03-12 00:08:19', '70.77.80.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1998, 12, '2014-03-12 01:00:43', '74.77.61.181', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (1999, 5, '2014-03-12 02:52:09', '192.114.71.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2000, 12, '2014-03-12 02:52:18', '192.114.71.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2001, 6, '2014-03-12 02:52:42', '192.114.71.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2002, 12, '2014-03-12 03:44:55', '162.238.253.11', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2003, 6, '2014-03-12 05:04:42', '24.76.178.78', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2004, 5, '2014-03-12 05:16:17', '78.129.250.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2005, 6, '2014-03-12 13:45:49', '194.81.50.1', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2006, 5, '2014-03-12 14:12:51', '75.145.157.238', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2007, 14, '2014-03-12 16:12:48', '184.191.141.86', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2008, 12, '2014-03-12 17:46:25', '99.89.206.63', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2009, 6, '2014-03-12 18:34:23', '113.165.49.25', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2010, 6, '2014-03-12 19:36:49', '83.103.189.110', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2011, 9, '2014-03-12 20:01:42', '204.194.251.5', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2012, 6, '2014-03-12 21:00:14', '67.236.178.104', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2013, 12, '2014-03-12 21:22:59', '208.68.38.202', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2014, 12, '2014-03-13 02:49:40', '66.249.66.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2015, 6, '2014-03-13 02:51:33', '220.219.169.56', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2016, 6, '2014-03-13 04:17:09', '46.119.116.251', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2017, 12, '2014-03-13 04:37:42', '217.69.133.249', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2018, 12, '2014-03-13 07:50:29', '192.99.0.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2019, 6, '2014-03-13 07:56:23', '117.245.94.137', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2020, 12, '2014-03-13 08:06:45', '192.99.0.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2021, 6, '2014-03-13 13:52:36', '107.1.88.26', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2022, 12, '2014-03-13 14:10:46', '64.49.65.42', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2023, 12, '2014-03-13 16:50:44', '38.104.148.42', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2024, 6, '2014-03-13 16:52:58', '178.255.215.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2025, 6, '2014-03-13 17:30:33', '217.69.133.248', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2026, 5, '2014-03-13 18:45:20', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2027, 6, '2014-03-13 18:45:34', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2028, 12, '2014-03-13 18:45:48', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2029, 6, '2014-03-13 19:21:00', '24.220.142.42', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2030, 6, '2014-03-13 20:43:16', '67.78.136.222', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2031, 12, '2014-03-13 20:43:40', '67.78.136.222', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2032, 6, '2014-03-13 23:05:15', '74.177.185.31', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2033, 5, '2014-03-14 00:40:15', '173.242.134.236', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2034, 6, '2014-03-14 01:44:57', '173.89.164.173', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2035, 12, '2014-03-14 03:49:24', '71.213.25.144', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2036, 12, '2014-03-14 05:22:49', '203.21.125.202', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2037, 5, '2014-03-14 05:53:50', '217.69.133.250', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2038, 6, '2014-03-14 06:12:16', '101.24.65.74', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2039, 12, '2014-03-14 06:14:47', '101.24.65.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2040, 6, '2014-03-14 08:08:47', '83.103.189.110', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2041, 6, '2014-03-14 12:18:29', '69.54.58.155', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2042, 9, '2014-03-14 12:21:08', '69.54.58.155', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2043, 5, '2014-03-14 12:31:08', '78.46.145.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2044, 12, '2014-03-14 12:31:23', '78.46.145.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2045, 9, '2014-03-14 14:04:33', '216.99.164.18', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2046, 6, '2014-03-14 14:44:35', '67.32.157.252', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2047, 6, '2014-03-14 15:54:02', '24.136.100.138', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2048, 6, '2014-03-14 16:05:12', '31.133.13.209', 6) ; 
INSERT INTO `wp_rg_form_view` VALUES (2049, 6, '2014-03-14 17:00:01', '74.116.24.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2050, 14, '2014-03-14 17:05:07', '184.191.141.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2051, 9, '2014-03-14 18:46:02', '216.139.72.36', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2052, 12, '2014-03-14 18:48:46', '198.199.66.41', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2053, 6, '2014-03-14 18:48:46', '198.199.66.41', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2054, 6, '2014-03-14 20:23:56', '192.195.66.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2055, 6, '2014-03-14 22:32:20', '24.136.100.138', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2056, 6, '2014-03-14 23:12:38', '63.229.119.182', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2057, 9, '2014-03-14 23:30:55', '50.171.184.237', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2058, 6, '2014-03-15 01:04:59', '99.126.113.43', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (2059, 6, '2014-03-15 02:07:04', '71.59.86.105', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2060, 12, '2014-03-15 02:51:03', '23.243.242.33', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2061, 12, '2014-03-15 11:17:58', '202.138.239.54', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2062, 6, '2014-03-15 11:32:00', '217.69.133.248', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2063, 9, '2014-03-15 14:49:14', '216.139.72.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2064, 9, '2014-03-15 16:24:01', '199.106.195.8', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2065, 5, '2014-03-15 18:02:11', '99.62.60.236', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2066, 6, '2014-03-15 18:28:58', '69.123.217.186', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2067, 6, '2014-03-15 19:04:31', '69.123.217.186', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2068, 12, '2014-03-15 19:33:29', '108.214.73.109', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2069, 12, '2014-03-15 22:01:26', '66.249.73.153', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2070, 6, '2014-03-15 23:38:22', '66.26.255.254', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2071, 5, '2014-03-16 00:16:50', '199.30.20.161', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2072, 12, '2014-03-16 01:58:21', '142.129.204.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2073, 6, '2014-03-16 03:11:10', '65.55.52.88', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2074, 6, '2014-03-16 13:07:40', '66.249.73.153', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2075, 9, '2014-03-16 14:40:41', '72.48.177.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2076, 6, '2014-03-16 15:47:54', '157.55.35.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2077, 6, '2014-03-16 16:02:10', '198.211.102.42', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2078, 12, '2014-03-16 16:02:10', '198.211.102.42', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2079, 9, '2014-03-16 17:05:36', '99.100.38.182', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2080, 5, '2014-03-16 19:00:10', '68.109.121.181', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2081, 14, '2014-03-16 19:01:48', '63.233.140.42', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2082, 6, '2014-03-16 19:31:41', '63.139.94.68', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2083, 5, '2014-03-16 21:36:43', '65.129.144.205', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2084, 6, '2014-03-16 21:36:49', '65.129.144.205', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2085, 9, '2014-03-16 22:38:06', '50.124.51.255', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2086, 12, '2014-03-16 23:10:02', '150.101.58.189', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2087, 6, '2014-03-17 02:21:42', '54.80.237.196', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2088, 14, '2014-03-17 02:54:20', '107.1.93.42', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2089, 12, '2014-03-17 03:06:44', '98.239.157.14', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2090, 5, '2014-03-17 03:15:34', '174.58.135.240', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2091, 14, '2014-03-17 03:16:36', '107.1.93.42', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2092, 12, '2014-03-17 06:44:58', '192.99.0.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2093, 12, '2014-03-17 07:01:22', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2094, 6, '2014-03-17 07:41:32', '144.76.167.214', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2095, 5, '2014-03-17 07:42:13', '144.76.167.214', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2096, 6, '2014-03-17 11:17:55', '62.212.77.99', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2097, 12, '2014-03-17 11:18:07', '62.212.77.99', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2098, 14, '2014-03-17 13:05:29', '208.104.11.51', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2099, 6, '2014-03-17 14:13:40', '71.206.181.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2100, 5, '2014-03-17 15:28:37', '173.219.142.129', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2101, 6, '2014-03-17 18:23:31', '76.182.40.166', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2102, 6, '2014-03-17 19:15:38', '75.118.131.104', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2103, 12, '2014-03-17 19:31:47', '77.75.77.32', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2104, 5, '2014-03-17 19:31:51', '77.75.77.32', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2105, 6, '2014-03-17 21:10:04', '69.178.33.54', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2106, 12, '2014-03-17 21:16:16', '108.95.125.87', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2107, 6, '2014-03-17 22:46:55', '207.118.158.115', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2108, 5, '2014-03-18 01:01:06', '66.231.152.124', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2109, 12, '2014-03-18 01:01:24', '4.79.204.36', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2110, 6, '2014-03-18 01:01:25', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2111, 12, '2014-03-18 03:59:25', '72.241.132.235', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2112, 6, '2014-03-18 06:05:16', '98.226.66.58', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2113, 5, '2014-03-18 08:09:38', '178.255.215.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2114, 5, '2014-03-18 12:48:42', '99.163.251.58', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2115, 6, '2014-03-18 13:20:43', '108.9.109.49', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2116, 12, '2014-03-18 13:28:27', '198.199.66.52', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2117, 9, '2014-03-18 14:40:15', '66.213.98.100', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2118, 6, '2014-03-18 14:58:36', '23.240.255.52', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2119, 6, '2014-03-18 15:56:16', '208.98.237.81', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2120, 6, '2014-03-18 16:10:37', '184.56.4.37', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2121, 6, '2014-03-18 17:24:48', '174.63.113.241', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2122, 5, '2014-03-18 18:00:35', '5.10.83.59', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2123, 6, '2014-03-18 19:21:32', '208.88.199.186', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2124, 5, '2014-03-18 20:53:52', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2125, 12, '2014-03-18 20:56:11', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2126, 5, '2014-03-18 22:26:16', '76.74.205.170', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2127, 6, '2014-03-19 00:19:55', '107.170.42.40', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2128, 12, '2014-03-19 00:24:35', '107.170.42.40', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2129, 5, '2014-03-19 00:27:55', '107.170.42.40', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2130, 6, '2014-03-19 02:35:28', '99.7.45.31', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2131, 6, '2014-03-19 03:07:27', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2132, 12, '2014-03-19 03:07:45', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2133, 5, '2014-03-19 03:07:58', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2134, 12, '2014-03-19 04:20:18', '50.140.16.187', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2135, 12, '2014-03-19 05:35:55', '168.21.22.5', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2136, 5, '2014-03-19 08:12:00', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2137, 12, '2014-03-19 09:11:15', '180.76.5.146', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2138, 6, '2014-03-19 13:50:09', '12.238.161.226', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2139, 5, '2014-03-19 16:55:22', '199.30.20.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2140, 6, '2014-03-19 17:46:28', '108.71.176.218', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2141, 6, '2014-03-19 18:05:46', '147.26.216.113', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2142, 6, '2014-03-19 19:57:29', '71.48.53.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2143, 6, '2014-03-20 02:03:43', '68.184.198.137', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2144, 6, '2014-03-20 05:47:17', '182.64.130.133', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2145, 6, '2014-03-20 09:55:57', '182.64.130.133', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2146, 12, '2014-03-20 12:45:24', '198.199.71.16', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2147, 6, '2014-03-20 12:45:24', '198.199.71.16', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2148, 5, '2014-03-20 12:57:19', '198.228.206.103', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2149, 9, '2014-03-20 15:30:39', '68.14.165.106', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2150, 6, '2014-03-20 15:50:29', '75.148.10.229', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2151, 5, '2014-03-20 16:27:28', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2152, 6, '2014-03-20 16:27:51', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2153, 12, '2014-03-20 16:28:14', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2154, 12, '2014-03-20 17:06:18', '24.236.170.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2155, 5, '2014-03-20 18:28:40', '50.198.195.89', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2156, 6, '2014-03-20 18:31:31', '82.101.230.199', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2157, 12, '2014-03-20 18:44:46', '63.233.140.42', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2158, 14, '2014-03-20 18:45:06', '63.233.140.42', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2159, 6, '2014-03-20 21:18:01', '173.190.244.178', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2160, 6, '2014-03-20 22:46:07', '108.131.107.250', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2161, 6, '2014-03-20 23:08:56', '24.229.217.137', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2162, 5, '2014-03-20 23:39:32', '69.143.199.190', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2163, 12, '2014-03-21 00:45:34', '195.234.136.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2164, 6, '2014-03-21 02:41:06', '174.238.64.166', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2165, 6, '2014-03-21 03:40:16', '162.156.31.160', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2166, 12, '2014-03-21 06:46:41', '192.99.0.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2167, 12, '2014-03-21 07:01:58', '192.99.0.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2168, 12, '2014-03-21 10:15:15', '64.79.87.146', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2169, 6, '2014-03-21 15:15:54', '108.243.85.32', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2170, 6, '2014-03-21 16:08:51', '174.78.187.211', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2171, 5, '2014-03-21 16:31:32', '75.145.63.14', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2172, 12, '2014-03-21 16:53:58', '24.52.250.184', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2173, 12, '2014-03-21 17:10:47', '70.167.207.56', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2174, 6, '2014-03-21 17:11:50', '70.167.207.56', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2175, 9, '2014-03-21 17:50:08', '107.200.137.81', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2176, 5, '2014-03-21 17:51:27', '69.162.140.95', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2177, 6, '2014-03-21 18:07:20', '72.22.15.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2178, 6, '2014-03-21 19:05:41', '50.197.76.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2179, 9, '2014-03-21 19:37:37', '204.140.246.254', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2180, 5, '2014-03-22 02:28:35', '162.231.58.28', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2181, 6, '2014-03-22 02:38:47', '72.83.9.244', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2182, 12, '2014-03-22 07:04:47', '141.166.131.41', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2183, 6, '2014-03-22 07:06:09', '141.166.131.41', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2184, 6, '2014-03-22 11:36:15', '31.133.13.209', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (2185, 6, '2014-03-22 12:40:30', '198.199.66.244', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2186, 12, '2014-03-22 12:40:30', '198.199.66.244', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2187, 5, '2014-03-22 15:05:57', '174.65.64.64', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2188, 6, '2014-03-22 16:08:35', '108.68.160.150', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2189, 5, '2014-03-22 16:35:38', '199.30.20.43', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2190, 5, '2014-03-22 17:40:25', '70.115.150.103', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2191, 6, '2014-03-22 19:00:32', '76.85.161.6', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2192, 6, '2014-03-22 20:40:20', '69.137.93.32', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2193, 9, '2014-03-22 20:41:50', '69.137.93.32', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2194, 12, '2014-03-22 21:01:13', '178.255.215.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2195, 6, '2014-03-22 21:07:56', '97.83.54.132', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2196, 6, '2014-03-22 22:28:20', '76.164.216.106', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2197, 12, '2014-03-22 22:41:52', '76.164.216.106', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2198, 5, '2014-03-22 23:01:16', '76.164.216.106', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2199, 6, '2014-03-22 23:54:38', '96.237.82.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2200, 6, '2014-03-23 00:01:34', '71.204.28.246', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2201, 12, '2014-03-23 00:06:28', '195.234.136.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2202, 5, '2014-03-23 02:09:33', '199.30.20.43', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2203, 6, '2014-03-23 04:24:27', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2204, 12, '2014-03-23 04:24:47', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2205, 5, '2014-03-23 04:24:59', '65.55.213.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2206, 6, '2014-03-23 10:15:19', '66.249.68.164', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2207, 6, '2014-03-23 11:54:23', '173.209.204.219', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2208, 6, '2014-03-23 14:06:46', '72.224.143.43', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2209, 5, '2014-03-23 14:12:51', '75.81.54.181', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2210, 6, '2014-03-23 15:01:31', '76.177.42.227', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2211, 5, '2014-03-23 15:58:40', '70.115.150.103', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2212, 6, '2014-03-23 17:32:40', '67.174.207.204', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2213, 6, '2014-03-23 18:23:48', '174.225.240.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2214, 5, '2014-03-23 19:18:45', '199.30.20.43', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2215, 9, '2014-03-23 19:50:49', '68.39.146.240', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2216, 5, '2014-03-23 21:29:20', '107.107.187.54', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2217, 6, '2014-03-24 00:52:42', '71.204.62.168', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2218, 12, '2014-03-24 01:39:59', '76.108.112.94', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2219, 6, '2014-03-24 01:41:17', '162.230.103.114', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2220, 6, '2014-03-24 02:24:14', '24.94.239.196', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2221, 12, '2014-03-24 04:15:42', '68.6.234.167', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2222, 6, '2014-03-24 05:59:28', '75.32.206.83', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2223, 12, '2014-03-24 12:28:31', '192.81.210.204', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2224, 6, '2014-03-24 12:28:31', '192.81.210.204', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2225, 12, '2014-03-24 13:42:16', '59.20.171.162', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2226, 6, '2014-03-24 14:20:53', '84.1.207.12', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2227, 6, '2014-03-24 17:26:59', '204.17.32.194', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2228, 5, '2014-03-24 18:27:24', '69.85.234.252', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2229, 12, '2014-03-24 18:57:39', '64.79.87.146', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2230, 6, '2014-03-24 19:09:02', '142.129.162.128', 5) ; 
INSERT INTO `wp_rg_form_view` VALUES (2231, 5, '2014-03-24 19:13:20', '162.93.65.1', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2232, 6, '2014-03-24 20:29:06', '66.210.226.78', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2233, 5, '2014-03-24 21:55:05', '91.109.4.25', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2234, 12, '2014-03-24 21:55:08', '91.109.4.25', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2235, 6, '2014-03-24 21:55:10', '91.109.4.25', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2236, 6, '2014-03-24 22:55:21', '72.241.138.202', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2237, 5, '2014-03-25 00:41:39', '99.243.1.24', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2238, 6, '2014-03-25 01:01:35', '153.2.247.30', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2239, 5, '2014-03-25 01:45:48', '24.2.82.9', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2240, 5, '2014-03-25 02:34:47', '4.79.204.36', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2241, 12, '2014-03-25 02:34:50', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2242, 6, '2014-03-25 02:34:51', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2243, 6, '2014-03-25 03:32:17', '76.93.179.207', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2244, 12, '2014-03-25 03:34:47', '183.60.214.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2245, 12, '2014-03-25 06:53:08', '192.99.0.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2246, 12, '2014-03-25 07:08:32', '192.99.0.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2247, 6, '2014-03-25 08:33:09', '178.255.215.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2248, 5, '2014-03-25 09:33:37', '166.147.97.158', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2249, 5, '2014-03-25 11:46:57', '103.225.231.58', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2250, 6, '2014-03-25 12:59:47', '69.244.242.21', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2251, 6, '2014-03-25 13:46:53', '192.73.31.49', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2252, 12, '2014-03-25 14:48:15', '173.219.2.254', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2253, 6, '2014-03-25 16:31:04', '163.150.182.245', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2254, 12, '2014-03-25 16:42:50', '23.31.175.37', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2255, 6, '2014-03-25 18:28:59', '208.98.237.81', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2256, 12, '2014-03-25 18:47:35', '156.39.0.199', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2257, 14, '2014-03-25 19:20:59', '156.39.0.199', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2258, 14, '2014-03-25 20:09:48', '12.53.65.170', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2259, 6, '2014-03-25 21:22:05', '164.64.106.138', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2260, 5, '2014-03-25 21:27:33', '108.74.181.94', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2261, 6, '2014-03-25 22:34:14', '68.205.208.143', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2262, 6, '2014-03-25 23:14:25', '71.61.43.109', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2263, 5, '2014-03-26 00:02:51', '98.156.88.33', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2264, 12, '2014-03-26 00:07:41', '76.108.112.94', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2265, 12, '2014-03-26 02:17:52', '180.76.6.28', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2266, 6, '2014-03-26 02:51:38', '71.90.100.6', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2267, 6, '2014-03-26 08:29:20', '163.29.35.156', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2268, 6, '2014-03-26 09:48:02', '199.30.20.5', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2269, 6, '2014-03-26 11:12:27', '75.74.12.202', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2270, 12, '2014-03-26 11:55:45', '198.199.66.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2271, 14, '2014-03-26 14:17:40', '173.219.2.254', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2272, 12, '2014-03-26 14:34:50', '66.188.47.30', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2273, 6, '2014-03-26 15:54:55', '69.74.254.254', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2274, 5, '2014-03-26 17:37:07', '96.227.84.250', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2275, 12, '2014-03-26 19:08:36', '67.81.133.14', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2276, 6, '2014-03-26 19:35:55', '67.240.228.229', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2277, 14, '2014-03-26 19:40:58', '184.191.141.86', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2278, 9, '2014-03-26 22:18:38', '216.125.167.229', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2279, 5, '2014-03-26 23:39:26', '166.137.216.158', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2280, 9, '2014-03-27 00:11:46', '76.118.230.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2281, 6, '2014-03-27 01:26:38', '108.199.229.247', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2282, 6, '2014-03-27 02:13:50', '157.56.92.172', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2283, 6, '2014-03-27 03:11:22', '76.93.148.4', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2284, 12, '2014-03-27 06:27:53', '68.111.245.120', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2285, 12, '2014-03-27 07:01:11', '59.147.133.239', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2286, 6, '2014-03-27 13:28:14', '96.253.219.83', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2287, 6, '2014-03-27 15:05:09', '207.67.84.130', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2288, 12, '2014-03-27 15:39:08', '138.162.128.53', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2289, 12, '2014-03-27 18:03:51', '69.136.38.29', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2290, 6, '2014-03-27 20:03:49', '70.193.64.246', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2291, 6, '2014-03-27 22:29:03', '98.82.159.214', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2292, 14, '2014-03-27 22:37:50', '156.39.0.199', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2293, 14, '2014-03-27 23:21:10', '156.39.0.199', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2294, 6, '2014-03-28 00:54:11', '174.25.58.29', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2295, 12, '2014-03-28 01:20:10', '64.79.87.146', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2296, 6, '2014-03-28 01:36:00', '72.11.63.102', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2297, 6, '2014-03-28 02:09:50', '68.107.49.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2298, 5, '2014-03-28 03:06:14', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2299, 6, '2014-03-28 03:06:17', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2300, 12, '2014-03-28 03:06:44', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2301, 12, '2014-03-28 05:37:40', '24.127.247.68', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2302, 6, '2014-03-28 06:50:40', '157.56.93.96', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2303, 5, '2014-03-28 06:59:23', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2304, 12, '2014-03-28 07:01:44', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2305, 6, '2014-03-28 12:34:15', '205.203.134.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2306, 12, '2014-03-28 12:34:35', '205.203.134.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2307, 5, '2014-03-28 12:34:44', '205.203.134.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2308, 12, '2014-03-28 13:17:56', '198.199.66.231', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2309, 6, '2014-03-28 13:17:56', '198.199.66.231', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2310, 5, '2014-03-28 14:24:18', '180.76.6.142', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2311, 5, '2014-03-28 15:31:23', '72.167.201.14', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (2312, 12, '2014-03-28 15:31:36', '72.167.201.14', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (2313, 6, '2014-03-28 15:59:39', '180.76.6.29', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2314, 6, '2014-03-28 16:05:18', '70.166.118.217', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2315, 12, '2014-03-28 17:31:13', '69.166.35.238', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2316, 6, '2014-03-28 18:44:35', '24.114.51.158', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2317, 6, '2014-03-28 19:31:21', '64.56.94.108', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2318, 9, '2014-03-28 19:55:19', '199.27.67.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2319, 6, '2014-03-29 02:12:56', '68.168.171.4', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2320, 12, '2014-03-29 07:14:08', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2321, 6, '2014-03-29 08:11:36', '174.127.133.33', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2322, 9, '2014-03-29 19:56:28', '67.173.20.76', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2323, 9, '2014-03-29 20:56:31', '67.173.20.76', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2324, 6, '2014-03-29 21:14:56', '72.135.5.127', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2325, 6, '2014-03-29 23:34:21', '70.51.227.207', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2326, 12, '2014-03-29 23:56:58', '195.234.136.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2327, 6, '2014-03-30 05:36:41', '216.67.111.166', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2328, 6, '2014-03-30 13:37:00', '50.189.89.39', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (2329, 6, '2014-03-30 15:48:30', '160.111.253.23', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2330, 6, '2014-03-30 16:22:22', '68.34.35.200', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2331, 9, '2014-03-30 16:29:56', '68.34.35.200', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2332, 9, '2014-03-30 17:35:00', '72.82.241.125', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2333, 12, '2014-03-30 17:38:57', '198.211.110.246', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2334, 6, '2014-03-30 17:38:57', '198.211.110.246', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2335, 12, '2014-03-30 20:43:06', '70.196.131.108', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2336, 5, '2014-03-30 20:59:54', '108.26.61.215', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2337, 12, '2014-03-30 21:39:55', '208.54.80.138', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2338, 5, '2014-03-30 22:11:28', '167.7.40.227', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2339, 12, '2014-03-30 23:44:47', '193.28.178.55', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2340, 6, '2014-03-30 23:47:09', '108.36.204.187', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2341, 6, '2014-03-31 00:01:54', '72.235.76.175', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2342, 6, '2014-03-31 01:48:39', '69.229.45.128', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2343, 5, '2014-03-31 02:47:32', '76.23.94.204', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2344, 6, '2014-03-31 03:32:33', '98.148.204.86', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (2345, 6, '2014-03-31 09:46:55', '220.135.5.4', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2346, 6, '2014-03-31 10:28:06', '207.241.237.233', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2347, 12, '2014-03-31 10:34:28', '207.241.237.238', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2348, 5, '2014-03-31 10:48:43', '207.241.237.236', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2349, 6, '2014-03-31 13:54:32', '108.202.250.182', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2350, 5, '2014-03-31 14:32:00', '72.22.15.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2351, 6, '2014-03-31 14:59:08', '64.194.167.66', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2352, 6, '2014-03-31 15:21:21', '69.233.96.205', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2353, 5, '2014-03-31 17:48:26', '157.56.92.144', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2354, 6, '2014-03-31 18:16:42', '12.192.79.100', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2355, 5, '2014-03-31 19:03:19', '66.249.64.174', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2356, 6, '2014-03-31 19:07:41', '64.190.35.114', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2357, 9, '2014-03-31 19:22:29', '74.11.209.34', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2358, 6, '2014-03-31 20:34:42', '72.70.40.98', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2359, 6, '2014-03-31 21:09:24', '157.55.32.97', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2360, 6, '2014-03-31 22:13:53', '157.55.32.97', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2361, 12, '2014-03-31 22:55:47', '157.55.32.152', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2362, 6, '2014-03-31 23:10:25', '98.231.141.129', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2363, 12, '2014-03-31 23:44:52', '24.53.162.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2364, 6, '2014-04-01 00:29:02', '100.0.32.246', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2365, 9, '2014-04-01 01:48:43', '216.53.234.228', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2366, 6, '2014-04-01 02:20:31', '72.94.104.65', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2367, 6, '2014-04-01 04:52:59', '99.127.38.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2368, 6, '2014-04-01 05:44:20', '76.121.120.178', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2369, 12, '2014-04-01 05:52:26', '67.44.192.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2370, 6, '2014-04-01 08:50:35', '157.55.32.111', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2371, 5, '2014-04-01 10:04:47', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2372, 12, '2014-04-01 10:04:49', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2373, 6, '2014-04-01 10:04:49', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2374, 12, '2014-04-01 11:23:19', '192.81.211.143', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2375, 6, '2014-04-01 11:23:19', '192.81.211.143', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2376, 12, '2014-04-01 14:46:29', '67.166.77.227', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2377, 12, '2014-04-01 15:31:52', '50.243.3.65', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2378, 14, '2014-04-01 15:37:43', '50.243.3.65', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2379, 12, '2014-04-01 17:20:02', '75.62.19.20', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2380, 6, '2014-04-01 18:27:01', '99.110.241.69', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2381, 6, '2014-04-01 20:56:17', '24.10.126.198', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2382, 5, '2014-04-01 21:23:05', '184.168.73.75', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2383, 12, '2014-04-01 21:23:17', '184.168.73.75', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2384, 6, '2014-04-01 22:00:46', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2385, 6, '2014-04-01 23:57:28', '75.111.12.184', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2386, 5, '2014-04-02 00:01:51', '50.62.149.211', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2387, 12, '2014-04-02 00:02:02', '50.62.149.211', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2388, 6, '2014-04-02 05:44:23', '97.91.149.107', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2389, 12, '2014-04-02 08:28:49', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2390, 5, '2014-04-02 10:20:56', '24.165.214.202', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2391, 5, '2014-04-02 11:16:36', '188.179.173.228', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2392, 6, '2014-04-02 11:40:51', '217.26.6.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2393, 6, '2014-04-02 16:38:54', '112.208.175.32', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2394, 12, '2014-04-02 16:45:48', '64.79.87.146', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2395, 6, '2014-04-02 17:05:12', '12.27.65.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2396, 12, '2014-04-02 18:02:15', '66.227.251.117', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2397, 6, '2014-04-02 18:31:13', '66.249.65.132', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2398, 9, '2014-04-02 18:34:27', '160.111.253.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2399, 6, '2014-04-02 19:04:55', '107.0.58.210', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2400, 12, '2014-04-02 19:35:06', '74.79.90.222', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2401, 12, '2014-04-02 20:11:01', '204.140.166.2', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (2402, 12, '2014-04-02 22:56:02', '73.53.135.183', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2403, 12, '2014-04-02 23:05:18', '209.194.208.116', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2404, 14, '2014-04-02 23:08:54', '209.194.208.116', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2405, 5, '2014-04-02 23:38:34', '50.155.167.184', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2406, 9, '2014-04-03 00:47:14', '76.99.69.28', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2407, 5, '2014-04-03 02:15:59', '108.67.138.101', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2408, 6, '2014-04-03 05:01:53', '208.68.38.202', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2409, 12, '2014-04-03 05:01:53', '208.68.38.202', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2410, 6, '2014-04-03 08:33:12', '66.249.70.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2411, 5, '2014-04-03 15:23:48', '207.67.84.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2412, 6, '2014-04-03 15:27:04', '207.67.84.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2413, 6, '2014-04-03 16:43:26', '204.108.96.94', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2414, 6, '2014-04-03 17:32:11', '173.27.99.191', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2415, 5, '2014-04-03 18:02:34', '183.60.215.48', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2416, 6, '2014-04-03 18:59:31', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2417, 6, '2014-04-03 19:57:12', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2418, 12, '2014-04-03 20:44:27', '72.220.174.60', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2419, 14, '2014-04-03 21:01:26', '12.53.65.170', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2420, 6, '2014-04-03 22:06:19', '70.91.21.93', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2421, 6, '2014-04-03 23:56:50', '96.235.153.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2422, 12, '2014-04-04 01:39:27', '108.222.140.201', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2423, 6, '2014-04-04 02:07:17', '68.34.35.200', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2424, 9, '2014-04-04 02:07:51', '68.34.35.200', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2425, 6, '2014-04-04 04:37:08', '189.139.207.255', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2426, 12, '2014-04-04 06:01:30', '157.55.36.52', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2427, 5, '2014-04-04 13:13:00', '67.149.19.194', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2428, 6, '2014-04-04 13:55:23', '69.243.247.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2429, 6, '2014-04-04 14:44:03', '65.205.34.194', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2430, 12, '2014-04-04 18:28:03', '12.53.65.170', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2431, 14, '2014-04-04 18:28:24', '12.53.65.170', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2432, 5, '2014-04-04 21:05:18', '129.93.5.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2433, 6, '2014-04-04 21:06:42', '129.93.5.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2434, 14, '2014-04-04 21:24:50', '184.191.141.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2435, 6, '2014-04-04 22:19:50', '193.111.141.54', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2436, 12, '2014-04-04 22:44:51', '192.81.211.192', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2437, 6, '2014-04-05 00:34:40', '70.56.116.181', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2438, 12, '2014-04-05 05:44:43', '157.55.35.77', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2439, 5, '2014-04-05 10:51:20', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2440, 12, '2014-04-05 10:51:34', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2441, 12, '2014-04-05 12:33:05', '157.55.35.41', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2442, 9, '2014-04-05 13:48:03', '76.99.69.28', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2443, 14, '2014-04-05 16:20:29', '63.233.140.42', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2444, 6, '2014-04-05 21:03:27', '69.95.73.138', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2445, 5, '2014-04-05 21:08:53', '108.30.95.227', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2446, 12, '2014-04-05 22:17:31', '79.23.57.220', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2447, 6, '2014-04-06 03:11:45', '178.18.132.132', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2448, 12, '2014-04-06 04:57:39', '134.249.141.83', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2449, 6, '2014-04-06 07:05:44', '122.57.173.43', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2450, 12, '2014-04-06 10:18:28', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2451, 5, '2014-04-06 16:06:54', '72.167.201.103', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2452, 12, '2014-04-06 16:07:07', '72.167.201.103', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2453, 6, '2014-04-06 16:13:42', '157.55.32.62', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2454, 12, '2014-04-06 17:20:21', '198.211.110.12', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2455, 6, '2014-04-06 17:20:21', '198.211.110.12', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2456, 9, '2014-04-06 17:25:48', '108.30.110.16', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2457, 5, '2014-04-06 19:11:37', '209.33.162.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2458, 6, '2014-04-06 19:47:46', '189.223.48.203', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2459, 6, '2014-04-06 22:46:13', '64.60.28.98', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2460, 12, '2014-04-06 23:01:17', '66.87.96.232', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2461, 6, '2014-04-07 02:25:46', '204.11.154.161', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2462, 6, '2014-04-07 06:16:51', '98.201.101.157', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2463, 6, '2014-04-07 11:12:54', '122.50.216.33', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2464, 5, '2014-04-07 11:31:22', '209.104.229.166', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2465, 6, '2014-04-07 14:16:29', '208.184.211.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2466, 12, '2014-04-07 14:16:32', '196.20.193.55', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2467, 12, '2014-04-07 15:18:43', '74.50.149.165', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2468, 9, '2014-04-07 15:30:05', '208.184.211.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2469, 5, '2014-04-07 15:51:37', '108.178.53.226', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2470, 6, '2014-04-07 15:54:45', '108.178.53.226', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2471, 6, '2014-04-07 16:07:38', '68.92.94.78', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2472, 12, '2014-04-07 16:26:07', '70.193.74.7', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2473, 9, '2014-04-07 16:54:52', '76.118.230.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2474, 6, '2014-04-07 17:17:00', '50.125.157.116', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2475, 12, '2014-04-07 17:52:43', '70.193.77.42', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2476, 12, '2014-04-07 20:15:35', '187.65.128.231', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2477, 6, '2014-04-07 20:20:53', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2478, 6, '2014-04-07 21:14:40', '50.203.24.192', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2479, 12, '2014-04-08 00:11:02', '67.202.119.239', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2480, 5, '2014-04-08 00:11:15', '69.162.129.92', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2481, 6, '2014-04-08 00:11:19', '68.68.106.192', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2482, 5, '2014-04-08 01:04:29', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2483, 12, '2014-04-08 01:04:32', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2484, 6, '2014-04-08 01:04:32', '4.79.204.36', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2485, 12, '2014-04-08 02:14:28', '83.149.126.98', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2486, 6, '2014-04-08 07:37:51', '54.82.187.209', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2487, 12, '2014-04-08 12:08:58', '162.243.170.58', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2488, 6, '2014-04-08 12:08:58', '162.243.170.58', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2489, 5, '2014-04-08 13:35:50', '66.249.68.132', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2490, 5, '2014-04-08 14:32:55', '72.167.42.111', 61) ; 
INSERT INTO `wp_rg_form_view` VALUES (2491, 12, '2014-04-08 14:33:40', '72.167.42.111', 60) ; 
INSERT INTO `wp_rg_form_view` VALUES (2492, 6, '2014-04-08 16:08:55', '66.18.4.65', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2493, 5, '2014-04-08 16:42:31', '72.167.55.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2494, 12, '2014-04-08 16:42:54', '72.167.55.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2495, 5, '2014-04-08 17:47:06', '197.170.60.157', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2496, 6, '2014-04-08 17:51:43', '70.196.137.48', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2497, 6, '2014-04-08 19:57:48', '76.5.172.183', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2498, 12, '2014-04-08 21:57:34', '146.7.29.53', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2499, 12, '2014-04-08 22:57:36', '69.10.218.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2500, 12, '2014-04-08 23:07:06', '209.147.114.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2501, 5, '2014-04-09 00:55:08', '71.203.149.19', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2502, 6, '2014-04-09 00:55:25', '71.163.29.166', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2503, 12, '2014-04-09 00:55:59', '71.163.29.166', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2504, 6, '2014-04-09 01:55:17', '76.93.179.207', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2505, 5, '2014-04-09 02:41:47', '67.171.32.95', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2506, 12, '2014-04-09 04:27:43', '24.30.40.161', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2507, 5, '2014-04-09 05:24:12', '72.167.33.121', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2508, 12, '2014-04-09 05:24:24', '72.167.33.121', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2509, 6, '2014-04-09 08:48:04', '183.60.214.17', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2510, 12, '2014-04-09 09:06:47', '46.118.125.144', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2511, 12, '2014-04-09 10:10:16', '46.118.125.144', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2512, 6, '2014-04-09 11:28:10', '63.150.152.126', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2513, 6, '2014-04-09 13:16:47', '207.67.84.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2514, 5, '2014-04-09 16:59:21', '65.205.34.194', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2515, 12, '2014-04-09 17:32:56', '98.70.109.197', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2516, 6, '2014-04-09 18:17:04', '72.159.154.87', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (2517, 12, '2014-04-09 18:36:56', '66.177.76.51', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2518, 5, '2014-04-09 21:35:31', '166.137.179.7', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2519, 6, '2014-04-09 23:03:07', '64.134.62.46', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2520, 14, '2014-04-09 23:09:19', '63.233.140.42', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2521, 5, '2014-04-09 23:27:58', '69.255.116.221', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2522, 6, '2014-04-10 02:24:16', '67.82.45.12', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2523, 6, '2014-04-10 05:45:26', '198.211.96.53', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2524, 12, '2014-04-10 05:45:26', '198.211.96.53', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2525, 12, '2014-04-10 08:08:17', '5.10.83.18', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2526, 6, '2014-04-10 08:39:58', '144.76.95.39', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2527, 12, '2014-04-10 11:10:11', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2528, 6, '2014-04-10 13:24:10', '160.111.253.23', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2529, 12, '2014-04-10 14:53:15', '98.213.20.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2530, 12, '2014-04-10 15:40:09', '166.102.136.7', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2531, 6, '2014-04-10 16:02:47', '166.102.136.7', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2532, 5, '2014-04-10 16:31:07', '198.143.158.202', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2533, 12, '2014-04-10 16:31:10', '198.143.158.202', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2534, 6, '2014-04-10 18:09:22', '69.243.247.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2535, 14, '2014-04-10 18:26:45', '172.5.209.16', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2536, 5, '2014-04-10 19:26:13', '67.149.19.194', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2537, 6, '2014-04-10 20:02:39', '201.140.176.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2538, 6, '2014-04-10 21:29:56', '157.55.34.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2539, 5, '2014-04-10 21:37:38', '157.55.36.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2540, 6, '2014-04-10 22:06:12', '67.79.179.52', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2541, 6, '2014-04-10 23:01:23', '71.46.236.210', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2542, 12, '2014-04-11 00:15:33', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2543, 6, '2014-04-11 01:40:30', '157.55.34.99', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2544, 9, '2014-04-11 05:28:09', '216.67.111.166', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2545, 6, '2014-04-11 06:32:48', '157.55.33.95', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2546, 12, '2014-04-11 06:33:18', '157.55.32.105', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2547, 5, '2014-04-11 07:20:23', '157.56.93.63', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2548, 6, '2014-04-11 08:19:02', '157.56.92.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2549, 5, '2014-04-11 09:50:46', '157.56.93.63', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2550, 12, '2014-04-11 10:47:00', '157.55.32.221', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2551, 5, '2014-04-11 11:53:37', '157.56.93.63', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2552, 5, '2014-04-11 14:01:29', '54.196.222.55', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2553, 12, '2014-04-11 14:01:42', '54.196.222.55', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2554, 6, '2014-04-11 14:01:56', '54.196.222.55', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (2555, 12, '2014-04-11 15:03:08', '138.162.128.55', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2556, 6, '2014-04-11 15:46:46', '69.243.247.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2557, 6, '2014-04-11 17:00:17', '50.201.30.225', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2558, 6, '2014-04-11 18:28:00', '174.46.171.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2559, 12, '2014-04-11 20:33:43', '198.85.192.200', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2560, 6, '2014-04-11 20:36:05', '198.85.192.200', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2561, 12, '2014-04-11 21:07:43', '72.241.24.215', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2562, 5, '2014-04-11 21:28:04', '140.107.107.105', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2563, 12, '2014-04-11 23:06:12', '198.199.66.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2564, 6, '2014-04-11 23:06:12', '198.199.66.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2565, 12, '2014-04-12 00:14:07', '195.234.136.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2566, 6, '2014-04-12 00:57:49', '157.55.32.229', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2567, 6, '2014-04-12 03:04:06', '157.55.35.104', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2568, 5, '2014-04-12 03:26:58', '174.252.50.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2569, 12, '2014-04-12 03:43:22', '157.55.33.124', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2570, 6, '2014-04-12 04:54:47', '157.56.93.52', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2571, 5, '2014-04-12 05:32:02', '157.55.35.93', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2572, 12, '2014-04-12 07:12:09', '157.56.229.187', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2573, 12, '2014-04-12 08:36:06', '122.178.180.215', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2574, 12, '2014-04-12 10:22:34', '24.224.110.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2575, 6, '2014-04-12 13:17:45', '38.107.218.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2576, 6, '2014-04-12 15:33:48', '113.80.51.138', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2577, 5, '2014-04-12 15:34:34', '113.80.51.138', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2578, 12, '2014-04-12 15:34:50', '113.80.51.138', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2579, 5, '2014-04-12 16:58:12', '209.33.162.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2580, 12, '2014-04-12 21:07:00', '66.249.64.174', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2581, 9, '2014-04-12 21:21:00', '63.229.119.182', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2582, 6, '2014-04-12 22:23:01', '68.43.88.179', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2583, 6, '2014-04-12 23:34:26', '97.117.240.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2584, 6, '2014-04-13 00:00:06', '113.80.51.138', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2585, 5, '2014-04-13 00:00:57', '113.80.51.138', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2586, 12, '2014-04-13 00:01:13', '113.80.51.138', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2587, 6, '2014-04-13 02:42:20', '172.2.125.175', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2588, 5, '2014-04-13 02:50:41', '50.155.167.184', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2589, 6, '2014-04-13 03:36:16', '113.80.53.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2590, 5, '2014-04-13 03:37:11', '113.80.53.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2591, 12, '2014-04-13 03:37:28', '113.80.53.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2592, 5, '2014-04-13 10:50:38', '66.249.64.184', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2593, 6, '2014-04-13 15:29:48', '174.16.208.31', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2594, 12, '2014-04-13 15:53:48', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2595, 12, '2014-04-13 17:12:07', '198.211.113.92', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2596, 6, '2014-04-13 17:12:07', '198.211.113.92', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2597, 6, '2014-04-13 18:05:40', '99.60.101.180', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2598, 5, '2014-04-13 18:38:27', '24.249.154.248', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2599, 12, '2014-04-13 19:06:47', '71.61.43.109', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2600, 6, '2014-04-13 19:27:26', '198.143.130.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2601, 5, '2014-04-13 19:30:11', '198.143.130.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2602, 5, '2014-04-13 20:11:29', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2603, 6, '2014-04-13 21:36:18', '69.249.128.116', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2604, 12, '2014-04-14 02:47:48', '208.78.67.43', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2605, 6, '2014-04-14 04:50:02', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2606, 6, '2014-04-14 08:37:49', '5.9.125.26', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2607, 5, '2014-04-14 08:38:30', '5.9.125.26', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2608, 12, '2014-04-14 08:38:36', '5.9.125.26', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2609, 6, '2014-04-14 09:55:10', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2610, 5, '2014-04-14 11:17:00', '198.50.177.39', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2611, 12, '2014-04-14 12:06:57', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2612, 6, '2014-04-14 12:18:51', '86.137.170.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2613, 6, '2014-04-14 14:15:12', '68.59.68.229', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2614, 12, '2014-04-14 15:32:15', '190.152.237.211', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2615, 6, '2014-04-14 15:32:54', '190.152.237.211', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2616, 5, '2014-04-14 17:35:33', '173.188.60.132', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2617, 12, '2014-04-14 18:40:12', '166.181.67.77', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2618, 5, '2014-04-14 18:59:35', '178.238.237.230', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2619, 6, '2014-04-14 19:00:17', '178.238.237.230', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2620, 5, '2014-04-14 19:05:53', '64.56.103.180', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2621, 12, '2014-04-14 19:06:18', '64.56.103.180', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2622, 14, '2014-04-14 22:22:06', '184.191.141.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2623, 6, '2014-04-15 00:54:26', '74.78.114.89', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2624, 12, '2014-04-15 00:54:28', '74.78.114.89', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2625, 5, '2014-04-15 00:54:29', '74.78.114.89', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2626, 5, '2014-04-15 01:08:27', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2627, 12, '2014-04-15 01:08:29', '4.79.204.36', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2628, 6, '2014-04-15 01:08:30', '4.79.204.36', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2629, 6, '2014-04-15 03:47:17', '75.70.229.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2630, 6, '2014-04-15 04:28:32', '78.129.250.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2631, 5, '2014-04-15 04:29:52', '78.129.250.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2632, 6, '2014-04-15 05:17:44', '107.213.155.92', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2633, 12, '2014-04-15 06:04:50', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2634, 12, '2014-04-15 07:06:00', '123.125.71.58', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2635, 6, '2014-04-15 07:52:49', '54.195.28.140', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2636, 6, '2014-04-15 11:32:41', '198.211.107.216', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2637, 12, '2014-04-15 11:32:41', '198.211.107.216', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2638, 12, '2014-04-15 12:26:55', '65.55.52.92', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2639, 6, '2014-04-15 13:13:05', '207.63.101.220', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2640, 6, '2014-04-15 15:26:22', '205.202.110.132', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2641, 6, '2014-04-15 16:37:08', '70.195.8.73', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2642, 12, '2014-04-15 16:46:55', '162.243.109.44', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2643, 5, '2014-04-15 16:50:19', '162.243.109.44', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2644, 6, '2014-04-15 17:12:39', '124.72.113.159', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2645, 5, '2014-04-15 17:13:27', '124.72.113.159', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2646, 12, '2014-04-15 17:13:42', '124.72.113.159', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2647, 6, '2014-04-15 19:22:16', '66.119.2.33', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2648, 6, '2014-04-15 22:44:30', '24.178.244.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2649, 5, '2014-04-15 22:45:29', '24.178.244.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2650, 6, '2014-04-15 23:10:23', '167.7.40.227', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2651, 12, '2014-04-16 00:22:07', '195.234.136.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2652, 6, '2014-04-16 10:43:56', '157.55.34.105', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2653, 5, '2014-04-16 14:17:38', '167.21.3.6', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2654, 6, '2014-04-16 14:45:47', '101.108.117.187', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2655, 14, '2014-04-16 15:31:00', '174.32.158.26', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2656, 6, '2014-04-16 15:46:06', '78.129.250.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2657, 5, '2014-04-16 15:47:28', '78.129.250.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2658, 9, '2014-04-16 17:11:21', '74.61.173.33', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2659, 6, '2014-04-16 17:17:33', '64.83.143.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2660, 5, '2014-04-16 20:23:14', '167.7.40.227', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2661, 6, '2014-04-16 20:44:44', '161.149.102.163', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2662, 9, '2014-04-16 20:46:26', '161.149.102.163', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2663, 12, '2014-04-16 22:00:00', '99.102.154.25', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2664, 6, '2014-04-16 22:03:38', '165.124.128.226', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2665, 12, '2014-04-16 23:20:47', '67.212.202.194', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2666, 6, '2014-04-16 23:27:33', '67.212.202.194', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2667, 12, '2014-04-17 02:28:25', '198.199.71.16', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2668, 6, '2014-04-17 02:28:25', '198.199.71.16', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2669, 6, '2014-04-17 05:42:26', '194.153.113.7', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2670, 5, '2014-04-17 05:47:45', '27.109.94.54', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2671, 6, '2014-04-17 08:04:48', '115.114.9.238', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2672, 6, '2014-04-17 11:56:01', '157.55.32.95', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2673, 6, '2014-04-17 13:31:51', '72.216.233.233', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2674, 12, '2014-04-17 14:20:28', '107.1.93.42', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2675, 14, '2014-04-17 16:51:43', '184.191.141.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2676, 12, '2014-04-17 17:55:10', '70.166.118.217', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2677, 12, '2014-04-17 19:38:02', '67.212.202.194', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2678, 14, '2014-04-17 19:51:22', '67.212.202.194', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2679, 14, '2014-04-17 20:00:35', '67.212.202.194', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2680, 6, '2014-04-17 20:07:45', '128.158.172.84', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2681, 5, '2014-04-17 21:49:58', '87.174.231.127', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2682, 12, '2014-04-17 22:10:25', '168.18.176.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2683, 6, '2014-04-17 22:30:37', '49.145.0.81', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2684, 5, '2014-04-17 23:16:05', '173.175.168.63', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2685, 6, '2014-04-18 00:54:48', '50.53.32.234', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2686, 5, '2014-04-18 02:37:33', '108.251.67.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2687, 6, '2014-04-18 03:47:41', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2688, 12, '2014-04-18 03:48:13', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2689, 5, '2014-04-18 03:48:15', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2690, 12, '2014-04-18 07:13:03', '198.211.104.210', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2691, 6, '2014-04-18 07:13:03', '198.211.104.210', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2692, 6, '2014-04-18 08:22:34', '54.227.156.177', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2693, 12, '2014-04-18 10:48:18', '192.99.0.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2694, 12, '2014-04-18 11:06:25', '192.99.0.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2695, 6, '2014-04-18 13:24:35', '216.51.48.74', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (2696, 6, '2014-04-18 15:20:05', '166.137.121.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2697, 6, '2014-04-18 16:26:21', '72.70.40.98', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2698, 12, '2014-04-18 17:00:38', '70.199.137.45', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2699, 5, '2014-04-18 18:30:06', '157.56.93.71', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2700, 12, '2014-04-18 18:39:07', '157.55.34.99', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2701, 6, '2014-04-18 18:43:11', '173.227.205.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2702, 6, '2014-04-18 19:33:48', '157.55.32.75', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2703, 14, '2014-04-18 19:39:43', '184.191.141.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2704, 12, '2014-04-18 20:51:39', '24.127.226.232', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2705, 6, '2014-04-18 20:59:26', '24.127.226.232', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2706, 12, '2014-04-18 21:06:56', '134.249.141.83', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2707, 6, '2014-04-18 22:39:13', '82.192.70.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2708, 12, '2014-04-18 22:39:29', '82.192.70.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2709, 5, '2014-04-19 07:00:52', '23.23.142.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2710, 12, '2014-04-19 07:00:59', '23.23.142.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2711, 6, '2014-04-19 07:01:08', '23.23.142.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2712, 6, '2014-04-19 14:07:32', '72.95.133.251', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2713, 6, '2014-04-19 17:01:55', '199.198.213.195', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2714, 5, '2014-04-19 19:31:48', '108.251.67.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2715, 6, '2014-04-19 21:50:33', '66.76.180.81', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2716, 12, '2014-04-19 21:55:01', '71.77.23.157', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2717, 12, '2014-04-19 23:26:12', '71.203.100.243', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2718, 5, '2014-04-20 00:29:38', '108.251.67.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2719, 6, '2014-04-20 00:58:20', '216.107.155.114', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2720, 6, '2014-04-20 01:20:23', '157.56.93.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2721, 6, '2014-04-20 03:33:00', '71.203.100.243', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2722, 6, '2014-04-20 12:20:04', '180.76.5.169', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2723, 12, '2014-04-20 13:39:28', '192.81.215.7', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2724, 6, '2014-04-20 13:39:28', '192.81.215.7', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2725, 9, '2014-04-20 13:39:52', '98.236.173.25', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2726, 6, '2014-04-20 15:09:37', '195.24.216.142', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2727, 12, '2014-04-20 21:06:53', '65.95.205.49', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2728, 5, '2014-04-20 22:06:49', '209.196.30.212', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2729, 5, '2014-04-21 01:26:05', '157.55.33.29', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2730, 6, '2014-04-21 04:17:18', '157.55.32.185', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2731, 12, '2014-04-21 05:48:55', '59.120.214.97', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2732, 12, '2014-04-21 13:33:59', '50.203.25.42', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2733, 6, '2014-04-21 15:04:01', '157.55.34.106', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2734, 6, '2014-04-21 16:42:35', '107.192.81.65', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2735, 14, '2014-04-21 17:17:30', '184.191.141.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2736, 12, '2014-04-21 17:20:30', '166.113.128.35', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2737, 6, '2014-04-21 19:38:16', '75.148.141.174', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2738, 5, '2014-04-21 19:39:38', '198.50.177.39', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2739, 6, '2014-04-21 20:13:25', '204.13.77.234', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2740, 5, '2014-04-21 20:21:59', '157.55.36.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2741, 6, '2014-04-21 21:53:12', '216.87.37.226', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2742, 12, '2014-04-21 22:03:02', '76.10.60.114', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2743, 6, '2014-04-21 22:39:19', '192.195.66.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2744, 5, '2014-04-21 22:46:13', '50.178.103.152', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2745, 14, '2014-04-22 01:05:13', '156.39.0.199', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2746, 5, '2014-04-22 01:10:16', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2747, 12, '2014-04-22 01:10:21', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2748, 6, '2014-04-22 01:10:22', '4.79.204.36', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2749, 5, '2014-04-22 02:01:09', '173.23.118.74', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2750, 6, '2014-04-22 05:59:43', '121.32.66.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2751, 5, '2014-04-22 06:00:50', '121.32.66.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2752, 12, '2014-04-22 06:01:05', '121.32.66.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2753, 6, '2014-04-22 06:44:57', '183.60.214.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2754, 6, '2014-04-22 08:07:09', '71.156.60.234', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2755, 12, '2014-04-22 10:29:11', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2756, 6, '2014-04-22 11:38:27', '157.55.33.249', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2757, 12, '2014-04-22 12:37:45', '77.75.77.11', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2758, 5, '2014-04-22 12:37:48', '77.75.77.11', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2759, 5, '2014-04-22 17:19:10', '70.166.118.217', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2760, 6, '2014-04-22 18:18:53', '209.121.225.239', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2761, 6, '2014-04-22 19:02:15', '98.209.29.135', 6) ; 
INSERT INTO `wp_rg_form_view` VALUES (2762, 5, '2014-04-22 19:18:16', '66.210.226.78', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2763, 6, '2014-04-22 22:06:16', '50.147.76.239', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2764, 14, '2014-04-22 23:56:44', '98.203.246.108', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2765, 6, '2014-04-23 01:33:25', '184.58.130.143', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2766, 5, '2014-04-23 01:33:37', '184.58.130.143', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2767, 5, '2014-04-23 03:37:08', '222.131.210.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2768, 6, '2014-04-23 04:18:47', '74.64.116.182', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2769, 5, '2014-04-23 05:04:58', '65.208.151.113', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2770, 12, '2014-04-23 05:14:28', '65.208.151.113', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2771, 6, '2014-04-23 05:23:38', '117.203.110.143', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2772, 5, '2014-04-23 06:34:52', '65.208.151.114', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2773, 6, '2014-04-23 11:47:17', '54.82.122.194', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2774, 5, '2014-04-23 12:32:40', '65.55.52.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2775, 6, '2014-04-23 12:37:56', '198.211.110.246', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2776, 12, '2014-04-23 12:37:56', '198.211.110.246', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2777, 12, '2014-04-23 13:07:57', '157.56.92.174', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2778, 6, '2014-04-23 14:17:58', '217.39.69.194', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2779, 12, '2014-04-23 14:18:35', '70.193.207.29', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2780, 6, '2014-04-23 16:21:24', '84.229.208.15', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2781, 5, '2014-04-23 16:21:28', '84.229.208.15', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2782, 12, '2014-04-23 17:53:22', '12.218.176.146', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2783, 5, '2014-04-23 20:53:58', '75.151.145.145', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2784, 6, '2014-04-23 21:12:13', '173.48.102.180', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2785, 6, '2014-04-23 23:25:37', '174.25.59.162', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2786, 6, '2014-04-24 00:05:14', '199.5.12.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2787, 5, '2014-04-24 00:20:11', '71.212.35.226', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2788, 12, '2014-04-24 02:32:26', '157.56.92.174', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2789, 6, '2014-04-24 02:38:57', '98.236.17.187', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2790, 12, '2014-04-24 03:52:39', '74.69.79.191', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2791, 5, '2014-04-24 10:48:08', '157.55.35.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2792, 6, '2014-04-24 11:37:47', '65.55.52.114', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2793, 12, '2014-04-24 11:42:31', '157.56.93.60', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2794, 5, '2014-04-24 12:30:39', '96.227.84.250', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2795, 5, '2014-04-24 13:03:13', '209.33.162.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2796, 6, '2014-04-24 13:36:32', '70.194.201.225', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2797, 5, '2014-04-24 15:10:34', '108.59.8.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2798, 6, '2014-04-24 15:10:51', '108.59.8.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2799, 5, '2014-04-24 16:21:08', '173.212.49.4', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2800, 6, '2014-04-24 16:50:46', '184.95.78.178', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2801, 12, '2014-04-24 17:39:58', '68.191.227.241', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2802, 12, '2014-04-24 18:09:31', '156.110.39.26', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2803, 6, '2014-04-24 18:22:13', '157.55.36.38', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2804, 5, '2014-04-24 19:14:34', '40.136.193.18', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2805, 6, '2014-04-24 22:13:50', '173.89.133.114', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2806, 6, '2014-04-25 02:05:15', '157.55.36.38', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2807, 12, '2014-04-25 02:27:13', '98.234.36.120', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2808, 6, '2014-04-25 03:39:00', '66.249.64.179', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2809, 6, '2014-04-25 04:58:57', '54.242.8.162', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2810, 5, '2014-04-25 08:22:40', '89.99.101.215', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2811, 6, '2014-04-25 08:43:56', '198.199.83.127', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2812, 12, '2014-04-25 08:43:56', '198.199.83.127', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2813, 6, '2014-04-25 11:42:06', '98.137.206.122', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2814, 12, '2014-04-25 13:29:20', '173.16.250.95', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2815, 9, '2014-04-25 15:03:07', '209.33.162.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2816, 5, '2014-04-25 15:25:00', '98.137.206.122', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2817, 6, '2014-04-25 15:26:24', '98.137.206.122', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2818, 12, '2014-04-25 16:14:16', '98.137.206.122', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2819, 6, '2014-04-25 16:29:22', '24.151.145.224', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2820, 9, '2014-04-25 17:00:20', '67.149.19.194', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2821, 14, '2014-04-25 17:35:08', '184.43.108.55', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2822, 5, '2014-04-25 17:42:55', '157.55.35.77', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2823, 6, '2014-04-25 17:44:49', '157.56.92.162', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2824, 12, '2014-04-25 17:54:09', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2825, 12, '2014-04-25 18:02:48', '157.55.33.93', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2826, 5, '2014-04-25 18:08:19', '180.76.5.145', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2827, 6, '2014-04-25 18:35:07', '184.60.122.110', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2828, 5, '2014-04-25 19:31:33', '199.106.195.8', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2829, 6, '2014-04-25 20:51:52', '77.127.179.58', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2830, 12, '2014-04-25 21:08:38', '68.180.225.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2831, 5, '2014-04-25 21:09:59', '68.180.225.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2832, 6, '2014-04-25 21:11:26', '68.180.225.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2833, 5, '2014-04-25 22:41:03', '198.245.66.164', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2834, 6, '2014-04-26 00:04:56', '72.8.185.32', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2835, 5, '2014-04-26 00:05:00', '68.71.139.34', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2836, 12, '2014-04-26 00:05:05', '67.202.119.178', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2837, 6, '2014-04-26 02:08:37', '99.105.106.117', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2838, 6, '2014-04-26 05:17:22', '100.43.83.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2839, 12, '2014-04-26 11:11:12', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2840, 12, '2014-04-26 14:37:33', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2841, 6, '2014-04-26 14:59:02', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2842, 14, '2014-04-26 15:01:09', '184.43.79.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2843, 6, '2014-04-26 17:48:58', '77.75.77.32', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2844, 6, '2014-04-26 20:00:18', '209.222.203.130', 6) ; 
INSERT INTO `wp_rg_form_view` VALUES (2845, 12, '2014-04-26 20:44:05', '70.193.195.66', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2846, 5, '2014-04-27 00:03:02', '98.122.60.174', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2847, 9, '2014-04-27 00:53:35', '99.107.248.94', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2848, 9, '2014-04-27 01:10:53', '50.124.25.216', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2849, 6, '2014-04-27 01:33:23', '157.55.33.39', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2850, 5, '2014-04-27 03:53:44', '199.30.20.8', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2851, 6, '2014-04-27 08:27:57', '68.180.225.100', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2852, 12, '2014-04-27 08:43:25', '198.199.74.127', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2853, 5, '2014-04-27 08:59:28', '183.60.213.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2854, 5, '2014-04-27 10:45:49', '68.107.49.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2855, 6, '2014-04-27 11:04:59', '196.15.213.70', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2856, 12, '2014-04-27 12:51:28', '66.26.242.238', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2857, 6, '2014-04-27 13:11:16', '205.203.134.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2858, 12, '2014-04-27 13:11:33', '205.203.134.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2859, 5, '2014-04-27 13:11:39', '205.203.134.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2860, 6, '2014-04-27 14:45:21', '174.65.108.226', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2861, 6, '2014-04-27 16:34:20', '24.14.7.75', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2862, 12, '2014-04-27 17:34:01', '24.214.27.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2863, 5, '2014-04-27 17:57:01', '50.139.178.189', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2864, 6, '2014-04-27 18:33:24', '162.206.17.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2865, 6, '2014-04-27 19:12:10', '173.55.229.133', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (2866, 5, '2014-04-27 21:03:47', '50.139.178.189', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2867, 6, '2014-04-27 21:38:59', '157.55.35.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2868, 9, '2014-04-28 00:21:27', '66.55.119.203', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2869, 5, '2014-04-28 00:23:49', '50.163.123.252', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2870, 6, '2014-04-28 01:19:24', '76.29.74.56', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2871, 5, '2014-04-28 01:24:14', '72.91.93.51', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2872, 6, '2014-04-28 05:33:53', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2873, 6, '2014-04-28 09:07:41', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2874, 6, '2014-04-28 10:32:27', '146.0.36.24', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2875, 5, '2014-04-28 10:33:31', '146.0.36.24', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2876, 12, '2014-04-28 10:33:42', '146.0.36.24', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2877, 6, '2014-04-28 12:40:45', '86.29.35.11', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2878, 6, '2014-04-28 14:09:03', '204.194.251.5', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2879, 9, '2014-04-28 14:21:08', '96.61.96.161', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2880, 5, '2014-04-28 14:57:44', '115.238.86.179', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2881, 5, '2014-04-28 15:26:27', '198.14.208.59', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2882, 6, '2014-04-28 16:22:00', '170.94.26.21', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2883, 5, '2014-04-28 17:08:12', '68.107.49.135', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2884, 12, '2014-04-28 17:51:39', '66.26.242.238', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2885, 6, '2014-04-28 17:54:47', '66.26.242.238', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2886, 12, '2014-04-28 19:19:42', '69.147.28.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2887, 14, '2014-04-28 19:33:51', '50.96.147.140', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2888, 6, '2014-04-28 20:36:57', '204.100.192.91', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2889, 12, '2014-04-28 20:48:35', '174.240.6.133', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2890, 12, '2014-04-28 22:30:05', '173.51.194.144', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2891, 6, '2014-04-28 23:16:50', '12.118.222.222', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2892, 6, '2014-04-29 01:05:23', '64.222.124.208', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2893, 5, '2014-04-29 01:17:10', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2894, 12, '2014-04-29 01:17:15', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2895, 6, '2014-04-29 02:51:23', '75.173.182.127', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2896, 12, '2014-04-29 03:45:17', '24.129.125.226', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2897, 5, '2014-04-29 08:45:02', '157.55.35.31', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2898, 12, '2014-04-29 09:24:51', '157.55.32.187', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2899, 6, '2014-04-29 10:23:17', '157.55.35.97', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2900, 5, '2014-04-29 12:59:00', '66.249.70.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2901, 12, '2014-04-29 13:11:50', '208.108.200.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2902, 5, '2014-04-29 14:05:12', '75.101.189.166', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2903, 12, '2014-04-29 14:05:18', '75.101.189.166', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2904, 6, '2014-04-29 14:05:26', '75.101.189.166', 9) ; 
INSERT INTO `wp_rg_form_view` VALUES (2905, 12, '2014-04-29 16:50:12', '71.80.35.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2906, 5, '2014-04-29 17:02:10', '137.118.179.237', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2907, 6, '2014-04-29 18:01:53', '65.244.122.243', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2908, 6, '2014-04-29 19:00:33', '69.49.222.34', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2909, 14, '2014-04-29 19:24:02', '172.5.209.16', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2910, 5, '2014-04-29 19:36:34', '100.43.83.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2911, 5, '2014-04-29 20:10:41', '54.198.4.208', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2912, 12, '2014-04-29 20:10:47', '54.198.4.208', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2913, 6, '2014-04-29 20:10:53', '54.198.4.208', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2914, 14, '2014-04-29 22:10:45', '172.5.209.16', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2915, 6, '2014-04-29 23:36:07', '74.57.172.155', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2916, 5, '2014-04-29 23:54:55', '108.67.138.101', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2917, 6, '2014-04-30 00:38:10', '184.8.187.33', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2918, 6, '2014-04-30 01:15:54', '76.194.246.192', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2919, 12, '2014-04-30 01:40:09', '68.52.94.134', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2920, 6, '2014-04-30 02:47:52', '71.139.149.106', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2921, 6, '2014-04-30 06:06:33', '27.7.211.89', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2922, 5, '2014-04-30 06:56:15', '157.55.33.95', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2923, 6, '2014-04-30 08:06:16', '66.249.70.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2924, 12, '2014-04-30 11:11:02', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2925, 6, '2014-04-30 11:43:58', '183.60.213.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2926, 6, '2014-04-30 12:58:33', '99.120.162.65', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2927, 5, '2014-04-30 14:14:33', '192.80.3.53', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2928, 6, '2014-04-30 16:10:42', '209.182.127.162', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2929, 12, '2014-04-30 16:53:29', '207.166.3.62', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2930, 12, '2014-04-30 17:14:18', '172.56.23.74', 7) ; 
INSERT INTO `wp_rg_form_view` VALUES (2931, 6, '2014-04-30 17:39:56', '66.150.153.187', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2932, 6, '2014-04-30 18:45:23', '207.68.118.226', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2933, 12, '2014-04-30 19:27:31', '74.62.148.162', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2934, 5, '2014-04-30 20:07:18', '66.249.73.169', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2935, 12, '2014-04-30 20:17:56', '69.125.101.120', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2936, 6, '2014-04-30 21:53:59', '68.37.74.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2937, 6, '2014-04-30 22:32:34', '203.21.125.202', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2938, 5, '2014-04-30 23:16:25', '184.78.227.15', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2939, 5, '2014-05-01 00:11:15', '71.93.28.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2940, 5, '2014-05-01 01:12:54', '70.198.1.208', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2941, 12, '2014-05-01 01:32:50', '162.242.84.129', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2942, 9, '2014-05-01 01:52:59', '66.169.16.110', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2943, 5, '2014-05-01 02:10:43', '166.181.80.65', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2944, 5, '2014-05-01 03:05:11', '74.92.224.125', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2945, 9, '2014-05-01 03:11:37', '24.24.179.210', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2946, 5, '2014-05-01 05:22:48', '99.21.72.222', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2947, 12, '2014-05-01 06:10:03', '184.77.247.192', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2948, 6, '2014-05-01 06:46:12', '197.237.15.24', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2949, 12, '2014-05-01 09:38:38', '192.81.219.93', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2950, 6, '2014-05-01 09:38:38', '192.81.219.93', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2951, 5, '2014-05-01 12:01:04', '66.220.158.114', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2952, 12, '2014-05-01 12:34:35', '216.204.199.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2953, 5, '2014-05-01 13:09:34', '71.218.227.204', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2954, 6, '2014-05-01 13:29:08', '69.58.178.57', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2955, 6, '2014-05-01 15:05:55', '173.251.56.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2956, 12, '2014-05-01 15:06:06', '173.251.56.2', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2957, 9, '2014-05-01 15:31:00', '50.102.32.168', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2958, 5, '2014-05-01 16:07:32', '69.74.254.254', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2959, 12, '2014-05-01 17:24:13', '72.240.51.222', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2960, 6, '2014-05-01 17:29:50', '88.103.40.164', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2961, 12, '2014-05-01 18:01:01', '72.241.93.178', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2962, 6, '2014-05-01 19:50:49', '75.150.235.177', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2963, 12, '2014-05-01 19:59:24', '204.169.30.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2964, 12, '2014-05-01 20:50:09', '98.234.36.120', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2965, 12, '2014-05-01 21:06:41', '168.166.80.168', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2966, 6, '2014-05-01 21:10:30', '74.69.251.4', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2967, 14, '2014-05-01 21:30:01', '98.234.36.120', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2968, 5, '2014-05-01 21:40:28', '72.233.72.155', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2969, 5, '2014-05-02 01:15:30', '69.140.118.212', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2970, 5, '2014-05-02 02:15:45', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2971, 6, '2014-05-02 02:45:20', '89.234.68.85', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2972, 5, '2014-05-02 03:09:50', '67.40.214.94', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2973, 6, '2014-05-02 04:10:49', '108.173.141.64', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2974, 5, '2014-05-02 04:18:55', '50.171.108.132', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2975, 12, '2014-05-02 04:24:12', '183.60.215.48', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2976, 12, '2014-05-02 09:17:19', '157.56.92.174', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2977, 6, '2014-05-02 09:54:21', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2978, 6, '2014-05-02 11:10:41', '157.55.35.34', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2979, 5, '2014-05-02 11:15:39', '69.205.84.203', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2980, 9, '2014-05-02 13:39:57', '192.195.66.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2981, 5, '2014-05-02 14:17:14', '99.21.72.222', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2982, 6, '2014-05-02 16:33:58', '216.248.232.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2983, 5, '2014-05-02 19:19:29', '72.95.133.251', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2984, 12, '2014-05-02 19:20:47', '204.137.100.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2985, 6, '2014-05-02 22:26:16', '76.7.234.161', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (2986, 6, '2014-05-02 23:33:16', '99.18.16.192', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2987, 12, '2014-05-02 23:49:20', '209.147.114.50', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (2988, 5, '2014-05-03 00:18:19', '173.225.52.218', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2989, 5, '2014-05-03 01:24:17', '50.155.167.184', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2990, 6, '2014-05-03 01:27:28', '50.51.174.123', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2991, 6, '2014-05-03 02:36:55', '157.56.92.173', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2992, 12, '2014-05-03 03:27:20', '162.243.170.60', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2993, 6, '2014-05-03 03:27:20', '162.243.170.60', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2994, 6, '2014-05-03 07:55:55', '157.55.32.101', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2995, 6, '2014-05-03 09:15:44', '180.76.6.144', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2996, 5, '2014-05-03 10:01:10', '157.55.32.56', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2997, 12, '2014-05-03 10:26:10', '157.55.35.98', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2998, 5, '2014-05-03 18:32:53', '157.55.35.76', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (2999, 12, '2014-05-03 18:50:59', '157.55.32.227', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3000, 12, '2014-05-03 19:03:39', '66.87.152.136', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3001, 6, '2014-05-03 19:42:20', '157.55.33.111', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3002, 6, '2014-05-03 22:21:19', '176.31.202.122', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3003, 9, '2014-05-03 22:49:58', '173.28.130.110', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3004, 6, '2014-05-04 02:36:25', '188.165.242.165', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3005, 6, '2014-05-04 04:39:28', '75.187.107.156', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3006, 12, '2014-05-04 10:47:49', '192.99.0.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3007, 12, '2014-05-04 11:02:01', '192.99.0.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3008, 6, '2014-05-04 11:36:46', '216.107.155.114', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3009, 6, '2014-05-04 13:34:57', '54.211.171.186', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3010, 5, '2014-05-04 14:59:38', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3011, 5, '2014-05-04 16:26:23', '72.197.222.241', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3012, 6, '2014-05-04 20:28:36', '108.198.94.137', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3013, 12, '2014-05-04 22:20:13', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3014, 9, '2014-05-05 01:26:35', '72.132.172.51', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3015, 5, '2014-05-05 01:27:54', '76.125.8.108', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3016, 5, '2014-05-05 03:37:38', '62.219.8.239', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3017, 12, '2014-05-05 03:37:40', '62.219.8.239', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3018, 6, '2014-05-05 03:37:41', '62.219.8.239', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3019, 12, '2014-05-05 04:25:06', '198.199.120.187', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3020, 6, '2014-05-05 04:25:06', '198.199.120.187', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3021, 12, '2014-05-05 05:10:14', '208.71.141.36', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3022, 12, '2014-05-05 08:55:58', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3023, 6, '2014-05-05 08:56:21', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3024, 6, '2014-05-05 12:56:44', '72.49.107.228', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3025, 6, '2014-05-05 15:47:34', '66.150.153.187', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3026, 5, '2014-05-05 16:04:56', '24.14.7.75', 30) ; 
INSERT INTO `wp_rg_form_view` VALUES (3027, 5, '2014-05-05 17:07:30', '5.255.228.44', 7) ; 
INSERT INTO `wp_rg_form_view` VALUES (3028, 6, '2014-05-05 17:14:15', '24.14.7.75', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3029, 14, '2014-05-05 18:07:16', '209.147.114.50', 8) ; 
INSERT INTO `wp_rg_form_view` VALUES (3030, 6, '2014-05-05 18:21:16', '167.7.40.227', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3031, 9, '2014-05-05 18:25:13', '167.7.40.227', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3032, 12, '2014-05-05 18:32:37', '209.147.114.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3033, 5, '2014-05-05 19:25:21', '65.208.151.113', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3034, 5, '2014-05-05 20:19:42', '65.208.151.117', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3035, 5, '2014-05-05 21:15:07', '65.208.151.113', 13) ; 
INSERT INTO `wp_rg_form_view` VALUES (3036, 12, '2014-05-05 21:26:40', '99.111.14.200', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3037, 5, '2014-05-05 22:00:16', '65.208.151.117', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (3038, 12, '2014-05-05 22:16:03', '76.106.145.132', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3039, 12, '2014-05-05 23:53:17', '69.62.178.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3040, 5, '2014-05-06 00:04:30', '98.137.207.28', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3041, 12, '2014-05-06 00:43:24', '68.180.225.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3042, 5, '2014-05-06 01:13:16', '4.79.204.36', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3043, 12, '2014-05-06 01:13:21', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3044, 6, '2014-05-06 01:13:21', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3045, 5, '2014-05-06 02:03:37', '5.255.228.43', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3046, 6, '2014-05-06 02:31:47', '76.29.5.171', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3047, 5, '2014-05-06 03:19:43', '98.137.207.28', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3048, 6, '2014-05-06 04:54:12', '98.242.14.18', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3049, 9, '2014-05-06 04:57:14', '98.242.14.18', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3050, 6, '2014-05-06 07:45:27', '182.64.47.210', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3051, 5, '2014-05-06 10:28:11', '81.64.77.242', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3052, 12, '2014-05-06 13:37:17', '208.108.178.185', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3053, 6, '2014-05-06 13:57:58', '24.73.147.30', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3054, 12, '2014-05-06 14:35:47', '99.110.76.235', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3055, 6, '2014-05-06 16:03:51', '71.37.213.7', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3056, 6, '2014-05-06 17:56:41', '107.0.194.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3057, 12, '2014-05-06 18:28:44', '50.205.48.30', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3058, 6, '2014-05-06 18:51:47', '50.191.21.73', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3059, 5, '2014-05-06 19:17:57', '76.77.82.210', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3060, 14, '2014-05-06 19:36:21', '50.243.3.73', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3061, 5, '2014-05-06 20:08:01', '54.81.171.167', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3062, 6, '2014-05-06 20:26:14', '69.54.58.155', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3063, 5, '2014-05-06 21:29:08', '71.202.23.97', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3064, 5, '2014-05-06 23:58:18', '198.27.121.4', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3065, 5, '2014-05-07 03:21:56', '108.251.67.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3066, 6, '2014-05-07 03:47:21', '1.22.29.135', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3067, 5, '2014-05-07 04:01:36', '198.50.196.184', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3068, 6, '2014-05-07 04:41:47', '157.55.32.87', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3069, 12, '2014-05-07 05:17:47', '157.55.35.40', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3070, 6, '2014-05-07 05:24:57', '198.199.83.127', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3071, 6, '2014-05-07 06:59:53', '100.43.83.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3072, 5, '2014-05-07 08:14:05', '157.55.33.79', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3073, 12, '2014-05-07 08:27:24', '157.55.32.145', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3074, 6, '2014-05-07 08:35:10', '157.55.35.51', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3075, 6, '2014-05-07 10:14:42', '157.56.229.186', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3076, 5, '2014-05-07 10:40:45', '157.56.92.163', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3077, 12, '2014-05-07 10:41:34', '157.55.33.249', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3078, 6, '2014-05-07 11:37:02', '157.56.229.186', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3079, 12, '2014-05-07 11:44:23', '157.55.33.249', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3080, 5, '2014-05-07 12:34:02', '157.56.92.163', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (3081, 5, '2014-05-07 13:52:25', '151.207.250.51', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3082, 5, '2014-05-07 14:11:22', '157.55.33.85', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3083, 12, '2014-05-07 14:14:23', '157.55.33.179', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3084, 6, '2014-05-07 14:39:21', '157.56.93.72', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3085, 6, '2014-05-07 15:18:11', '157.56.93.72', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3086, 5, '2014-05-07 15:45:31', '157.55.33.85', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3087, 12, '2014-05-07 15:48:59', '157.55.33.179', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3088, 12, '2014-05-07 16:57:23', '157.55.35.95', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3089, 5, '2014-05-07 17:12:01', '65.55.55.229', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3090, 6, '2014-05-07 17:12:40', '157.56.229.88', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3091, 5, '2014-05-07 18:05:50', '71.205.163.98', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3092, 6, '2014-05-07 18:32:19', '68.102.61.87', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3093, 6, '2014-05-07 22:19:04', '24.209.240.58', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3094, 5, '2014-05-07 22:48:13', '148.251.23.114', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3095, 5, '2014-05-07 23:56:53', '71.202.23.97', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3096, 6, '2014-05-08 00:56:37', '99.58.188.243', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3097, 5, '2014-05-08 00:57:33', '99.58.188.243', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3098, 9, '2014-05-08 01:05:34', '75.87.168.226', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3099, 5, '2014-05-08 01:55:24', '183.60.215.48', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3100, 5, '2014-05-08 03:15:40', '174.21.254.68', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3101, 6, '2014-05-08 06:07:29', '65.55.24.245', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3102, 12, '2014-05-08 06:09:26', '72.241.225.116', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3103, 12, '2014-05-08 08:29:16', '68.180.225.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3104, 6, '2014-05-08 09:15:46', '162.243.215.124', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3105, 12, '2014-05-08 09:20:41', '162.243.215.124', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3106, 5, '2014-05-08 09:23:11', '162.243.215.124', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3107, 12, '2014-05-08 10:32:58', '62.45.168.247', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3108, 12, '2014-05-08 11:13:51', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3109, 6, '2014-05-08 11:59:27', '50.51.174.123', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3110, 12, '2014-05-08 12:45:16', '216.204.199.154', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3111, 9, '2014-05-08 14:19:51', '50.115.195.131', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3112, 5, '2014-05-08 15:14:18', '129.112.109.42', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3113, 12, '2014-05-08 17:18:21', '96.38.159.147', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3114, 9, '2014-05-08 18:20:29', '167.7.40.227', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3115, 5, '2014-05-08 19:37:30', '68.180.225.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3116, 12, '2014-05-08 19:42:52', '66.87.152.253', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3117, 6, '2014-05-08 19:51:29', '74.69.235.220', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3118, 6, '2014-05-08 20:00:54', '157.55.32.84', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3119, 5, '2014-05-08 20:09:44', '70.210.192.29', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3120, 12, '2014-05-08 20:18:11', '69.74.254.254', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3121, 5, '2014-05-08 21:17:59', '146.129.250.249', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3122, 12, '2014-05-09 00:26:42', '157.55.33.23', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3123, 6, '2014-05-09 00:38:06', '157.55.33.14', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3124, 5, '2014-05-09 01:13:30', '172.3.113.119', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3125, 5, '2014-05-09 02:05:40', '50.155.167.184', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3126, 12, '2014-05-09 07:03:32', '208.68.38.202', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3127, 6, '2014-05-09 07:03:32', '208.68.38.202', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3128, 6, '2014-05-09 10:37:28', '162.213.223.95', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3129, 12, '2014-05-09 10:37:39', '72.11.153.8', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3130, 5, '2014-05-09 10:37:40', '69.197.10.106', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3131, 5, '2014-05-09 11:18:09', '108.87.48.56', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3132, 12, '2014-05-09 12:57:01', '216.139.72.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3133, 5, '2014-05-09 15:42:50', '157.55.32.88', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3134, 5, '2014-05-09 16:08:49', '108.89.96.160', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3135, 12, '2014-05-09 16:20:46', '12.239.87.132', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3136, 6, '2014-05-09 17:23:02', '207.233.110.66', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3137, 5, '2014-05-09 17:47:56', '72.197.222.241', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3138, 12, '2014-05-09 18:42:40', '157.56.92.143', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3139, 6, '2014-05-09 19:01:37', '97.76.98.22', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3140, 5, '2014-05-09 19:42:26', '98.214.123.114', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3141, 5, '2014-05-09 20:14:22', '162.239.140.157', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3142, 12, '2014-05-09 20:14:24', '162.239.140.157', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3143, 6, '2014-05-09 20:15:02', '162.239.140.157', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3144, 9, '2014-05-09 20:45:06', '207.233.110.66', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3145, 12, '2014-05-09 21:10:31', '157.56.92.143', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3146, 5, '2014-05-09 22:33:08', '98.172.183.177', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3147, 5, '2014-05-10 00:44:22', '192.251.56.203', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3148, 9, '2014-05-10 03:28:15', '99.105.106.117', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3149, 5, '2014-05-10 03:28:42', '178.255.215.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3150, 12, '2014-05-10 03:48:50', '216.107.155.114', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3151, 9, '2014-05-10 04:09:47', '99.105.106.117', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3152, 5, '2014-05-10 04:27:14', '157.56.93.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3153, 5, '2014-05-10 05:43:06', '74.92.224.125', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3154, 12, '2014-05-10 06:50:00', '172.11.238.88', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3155, 12, '2014-05-10 08:33:38', '157.55.32.102', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3156, 5, '2014-05-10 10:08:41', '157.56.93.42', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3157, 12, '2014-05-10 11:53:01', '157.56.93.51', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3158, 5, '2014-05-10 12:35:40', '54.204.253.56', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3159, 9, '2014-05-10 12:53:20', '209.104.229.166', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3160, 6, '2014-05-10 14:44:40', '100.43.83.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3161, 6, '2014-05-10 15:07:49', '24.14.7.75', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3162, 12, '2014-05-10 15:08:38', '65.55.24.218', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3163, 6, '2014-05-10 16:09:49', '198.96.187.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3164, 12, '2014-05-10 16:52:45', '178.255.215.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3165, 6, '2014-05-10 19:11:35', '162.243.170.60', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3166, 12, '2014-05-10 19:11:35', '162.243.170.60', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3167, 6, '2014-05-10 21:07:58', '148.251.75.46', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3168, 5, '2014-05-10 23:00:24', '107.10.148.202', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3169, 6, '2014-05-11 05:47:03', '62.210.201.134', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (3170, 6, '2014-05-11 05:47:03', '62.210.201.134', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3171, 12, '2014-05-11 06:11:12', '70.120.175.237', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3172, 5, '2014-05-11 08:43:24', '68.180.225.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3173, 12, '2014-05-11 09:37:33', '184.101.84.65', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3174, 6, '2014-05-11 11:57:25', '37.58.100.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3175, 12, '2014-05-11 21:07:31', '24.92.243.57', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3176, 12, '2014-05-11 22:33:30', '69.171.178.73', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3177, 5, '2014-05-12 01:04:33', '99.21.72.222', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3178, 9, '2014-05-12 01:48:52', '124.148.118.209', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3179, 12, '2014-05-12 02:01:21', '67.160.146.133', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3180, 6, '2014-05-12 04:12:53', '67.171.68.173', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3181, 6, '2014-05-12 07:38:45', '122.179.135.87', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3182, 12, '2014-05-12 12:09:22', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3183, 6, '2014-05-12 13:15:50', '144.76.69.142', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3184, 5, '2014-05-12 13:16:51', '144.76.69.142', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3185, 12, '2014-05-12 13:17:00', '144.76.69.142', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3186, 9, '2014-05-12 14:12:25', '174.101.22.34', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3187, 14, '2014-05-12 16:51:43', '205.213.50.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3188, 12, '2014-05-12 17:03:38', '209.56.239.1', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3189, 6, '2014-05-12 17:10:05', '162.243.170.60', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3190, 5, '2014-05-12 17:13:30', '174.150.252.162', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3191, 5, '2014-05-12 18:01:29', '65.52.242.216', 48) ; 
INSERT INTO `wp_rg_form_view` VALUES (3192, 6, '2014-05-12 18:21:39', '174.77.188.211', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3193, 5, '2014-05-12 19:08:32', '54.216.18.154', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (3194, 5, '2014-05-12 20:05:11', '69.171.230.117', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (3195, 6, '2014-05-12 20:52:13', '76.112.44.206', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3196, 5, '2014-05-12 21:00:53', '71.223.186.228', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3197, 6, '2014-05-12 21:23:49', '199.120.65.24', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3198, 6, '2014-05-12 22:32:24', '108.251.67.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3199, 6, '2014-05-12 23:09:01', '100.43.83.130', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3200, 5, '2014-05-12 23:45:57', '54.196.255.189', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3201, 6, '2014-05-13 00:42:28', '108.218.105.70', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3202, 12, '2014-05-13 01:15:17', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3203, 5, '2014-05-13 01:15:18', '4.79.204.36', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3204, 6, '2014-05-13 01:15:19', '4.79.204.36', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3205, 9, '2014-05-13 01:24:25', '98.162.233.189', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3206, 5, '2014-05-13 02:42:22', '174.150.39.104', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3207, 12, '2014-05-13 02:47:37', '68.180.225.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3208, 6, '2014-05-13 04:17:33', '180.76.5.58', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3209, 5, '2014-05-13 04:32:12', '173.252.74.112', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3210, 5, '2014-05-13 05:46:58', '66.87.68.131', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3211, 12, '2014-05-13 06:05:02', '50.186.93.158', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3212, 5, '2014-05-13 06:07:53', '66.220.152.119', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3213, 5, '2014-05-13 08:05:54', '68.180.225.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3214, 6, '2014-05-13 09:37:20', '184.172.112.247', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3215, 5, '2014-05-13 09:49:45', '66.220.152.112', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3216, 6, '2014-05-13 12:56:04', '157.55.35.40', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3217, 5, '2014-05-13 13:46:21', '173.252.110.115', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3218, 12, '2014-05-13 14:01:45', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3219, 6, '2014-05-13 15:24:54', '198.150.162.65', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3220, 9, '2014-05-13 16:46:38', '75.151.145.145', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3221, 5, '2014-05-13 17:10:47', '99.33.178.26', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3222, 6, '2014-05-13 17:33:20', '96.245.253.143', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3223, 12, '2014-05-13 18:05:55', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3224, 6, '2014-05-13 18:45:57', '208.87.80.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3225, 9, '2014-05-13 19:20:17', '216.139.72.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3226, 5, '2014-05-13 19:47:31', '37.59.18.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3227, 12, '2014-05-13 20:09:13', '174.78.158.158', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3228, 6, '2014-05-13 20:10:26', '67.247.54.198', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3229, 5, '2014-05-13 20:37:50', '72.87.113.10', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3230, 5, '2014-05-13 21:18:08', '98.137.207.28', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3231, 5, '2014-05-13 22:06:15', '54.80.200.163', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3232, 6, '2014-05-13 23:39:03', '76.187.6.30', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3233, 5, '2014-05-13 23:51:13', '37.59.16.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3234, 6, '2014-05-14 00:11:05', '108.240.92.216', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3235, 5, '2014-05-14 01:30:49', '71.180.58.92', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3236, 12, '2014-05-14 01:42:42', '99.165.220.20', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3237, 6, '2014-05-14 02:55:37', '75.70.52.242', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3238, 6, '2014-05-14 04:32:52', '75.70.52.242', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3239, 9, '2014-05-14 04:49:59', '50.53.20.217', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3240, 5, '2014-05-14 04:56:22', '74.92.224.125', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3241, 6, '2014-05-14 05:18:26', '100.43.83.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3242, 5, '2014-05-14 06:41:16', '183.60.214.17', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3243, 6, '2014-05-14 07:56:40', '157.55.32.57', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3244, 6, '2014-05-14 08:24:01', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3245, 5, '2014-05-14 11:53:01', '180.76.6.51', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3246, 6, '2014-05-14 13:27:10', '80.13.85.104', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3247, 12, '2014-05-14 13:44:42', '67.140.240.174', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3248, 6, '2014-05-14 14:46:09', '174.130.78.69', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3249, 6, '2014-05-14 15:37:25', '72.158.85.2', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3250, 14, '2014-05-14 16:08:38', '170.94.26.21', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3251, 6, '2014-05-14 18:00:47', '208.107.239.92', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (3252, 6, '2014-05-14 19:50:00', '162.243.170.60', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3253, 12, '2014-05-14 19:50:00', '162.243.170.60', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3254, 6, '2014-05-14 20:04:40', '160.111.253.23', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3255, 5, '2014-05-14 21:15:53', '54.82.161.84', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3256, 12, '2014-05-14 21:15:58', '54.82.161.84', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3257, 6, '2014-05-14 21:16:17', '54.82.161.84', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3258, 9, '2014-05-14 23:26:29', '97.71.68.204', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3259, 6, '2014-05-14 23:40:30', '99.232.86.90', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3260, 6, '2014-05-15 12:11:14', '178.255.215.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3261, 5, '2014-05-15 12:53:55', '66.249.75.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3262, 6, '2014-05-15 13:08:27', '69.146.14.53', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3263, 5, '2014-05-15 14:02:37', '68.180.225.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3264, 12, '2014-05-15 14:34:08', '69.74.254.254', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3265, 12, '2014-05-15 15:24:08', '70.166.118.217', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3266, 6, '2014-05-15 15:24:26', '71.75.62.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3267, 14, '2014-05-15 15:29:29', '69.74.254.254', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3268, 5, '2014-05-15 15:33:32', '24.156.83.4', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3269, 6, '2014-05-15 19:14:56', '100.43.83.130', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3270, 5, '2014-05-15 19:15:55', '107.20.100.89', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3271, 12, '2014-05-15 19:16:01', '107.20.100.89', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3272, 12, '2014-05-15 20:15:20', '160.36.167.177', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3273, 5, '2014-05-15 21:02:17', '98.206.85.197', 5) ; 
INSERT INTO `wp_rg_form_view` VALUES (3274, 12, '2014-05-15 21:21:52', '216.54.29.253', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (3275, 6, '2014-05-15 21:47:03', '199.19.75.85', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3276, 12, '2014-05-15 22:04:17', '172.56.20.71', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3277, 5, '2014-05-15 22:07:40', '69.171.230.112', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3278, 6, '2014-05-15 23:28:56', '66.31.58.163', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3279, 12, '2014-05-15 23:29:48', '72.241.75.29', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3280, 9, '2014-05-15 23:36:19', '216.139.72.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3281, 5, '2014-05-15 23:47:50', '54.204.122.14', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3282, 5, '2014-05-16 01:03:42', '107.21.76.184', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3283, 5, '2014-05-16 02:06:08', '173.24.51.212', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3284, 6, '2014-05-16 02:19:23', '99.247.104.137', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3285, 6, '2014-05-16 05:36:54', '115.249.115.33', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3286, 5, '2014-05-16 11:36:02', '184.18.55.172', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3287, 12, '2014-05-16 11:53:56', '192.99.0.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3288, 12, '2014-05-16 12:09:34', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3289, 5, '2014-05-16 13:10:01', '66.213.106.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3290, 6, '2014-05-16 15:09:24', '71.88.42.201', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3291, 6, '2014-05-16 16:01:02', '64.4.89.146', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3292, 12, '2014-05-16 16:47:29', '208.82.154.7', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3293, 6, '2014-05-16 17:35:28', '12.192.23.239', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3294, 12, '2014-05-16 18:35:53', '157.55.33.105', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3295, 6, '2014-05-16 18:37:18', '157.55.32.145', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3296, 12, '2014-05-16 19:28:49', '76.26.187.231', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3297, 6, '2014-05-16 19:30:07', '76.26.187.231', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3298, 12, '2014-05-16 20:36:42', '71.89.1.192', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3299, 5, '2014-05-16 22:32:06', '157.55.32.149', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3300, 6, '2014-05-16 23:11:47', '157.55.33.214', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3301, 12, '2014-05-16 23:14:05', '198.199.64.115', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3302, 5, '2014-05-17 00:17:41', '107.184.126.237', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3303, 6, '2014-05-17 02:04:54', '157.55.32.39', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3304, 12, '2014-05-17 02:23:00', '157.55.35.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3305, 6, '2014-05-17 03:06:20', '54.224.33.89', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3306, 5, '2014-05-17 03:24:22', '65.31.103.213', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3307, 5, '2014-05-17 04:36:21', '98.117.201.15', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3308, 5, '2014-05-17 05:27:53', '68.6.156.181', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3309, 6, '2014-05-17 06:11:20', '157.55.34.175', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3310, 12, '2014-05-17 06:48:18', '157.55.35.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3311, 5, '2014-05-17 06:49:38', '157.56.92.147', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3312, 6, '2014-05-17 07:47:30', '180.76.6.28', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3313, 5, '2014-05-17 08:11:54', '65.52.246.161', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3314, 6, '2014-05-17 10:45:03', '157.55.33.95', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3315, 5, '2014-05-17 11:16:09', '65.55.52.113', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3316, 12, '2014-05-17 11:52:42', '157.55.33.25', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3317, 6, '2014-05-17 11:53:43', '157.55.33.95', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3318, 12, '2014-05-17 12:41:08', '157.55.33.25', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3319, 6, '2014-05-17 13:37:29', '76.186.109.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3320, 6, '2014-05-17 14:03:44', '24.58.178.253', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (3321, 5, '2014-05-17 17:21:13', '76.19.234.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3322, 12, '2014-05-17 17:31:50', '24.144.43.26', 6) ; 
INSERT INTO `wp_rg_form_view` VALUES (3323, 6, '2014-05-17 17:55:33', '192.195.66.4', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3324, 12, '2014-05-17 18:39:58', '69.171.237.9', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (3325, 6, '2014-05-17 20:38:10', '198.236.242.3', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3326, 9, '2014-05-17 21:20:22', '67.51.181.170', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3327, 12, '2014-05-17 22:36:10', '71.228.56.85', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3328, 6, '2014-05-18 00:04:32', '183.60.214.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3329, 12, '2014-05-18 00:20:43', '98.85.102.73', 5) ; 
INSERT INTO `wp_rg_form_view` VALUES (3330, 5, '2014-05-18 00:29:04', '71.35.125.139', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3331, 12, '2014-05-18 03:09:51', '173.63.46.141', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3332, 6, '2014-05-18 04:19:00', '75.164.202.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3333, 5, '2014-05-18 04:33:51', '99.172.22.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3334, 6, '2014-05-18 05:03:31', '70.215.192.72', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3335, 12, '2014-05-18 06:39:29', '157.55.33.249', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3336, 6, '2014-05-18 07:42:03', '162.213.42.134', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3337, 5, '2014-05-18 10:43:51', '157.56.93.73', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3338, 12, '2014-05-18 11:20:25', '157.55.32.95', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3339, 6, '2014-05-18 12:50:54', '157.55.32.219', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3340, 12, '2014-05-18 12:59:20', '68.107.49.135', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3341, 6, '2014-05-18 14:55:15', '68.180.225.50', 6) ; 
INSERT INTO `wp_rg_form_view` VALUES (3342, 6, '2014-05-18 15:47:17', '92.30.35.9', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3343, 6, '2014-05-18 18:27:07', '72.87.113.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3344, 12, '2014-05-18 20:12:40', '68.107.49.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3345, 9, '2014-05-18 20:59:50', '68.200.15.101', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3346, 12, '2014-05-18 22:09:25', '166.205.51.14', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3347, 6, '2014-05-19 00:58:17', '183.1.188.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3348, 5, '2014-05-19 01:03:25', '183.1.188.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3349, 6, '2014-05-19 02:56:15', '72.200.116.152', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3350, 12, '2014-05-19 03:12:00', '192.81.211.179', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3351, 6, '2014-05-19 03:12:00', '192.81.211.179', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3352, 6, '2014-05-19 05:19:14', '172.1.130.78', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3353, 5, '2014-05-19 05:53:44', '172.1.130.78', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3354, 6, '2014-05-19 07:13:28', '157.56.229.187', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3355, 6, '2014-05-19 11:03:44', '66.249.66.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3356, 6, '2014-05-19 13:12:59', '220.181.125.154', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3357, 5, '2014-05-19 14:19:22', '75.151.145.145', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3358, 12, '2014-05-19 14:41:55', '199.119.29.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3359, 6, '2014-05-19 14:42:06', '199.119.29.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3360, 12, '2014-05-19 15:59:40', '12.157.107.209', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3361, 5, '2014-05-19 16:01:03', '157.55.33.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3362, 12, '2014-05-19 16:10:47', '12.157.107.209', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3363, 6, '2014-05-19 16:33:25', '157.55.35.46', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3364, 5, '2014-05-19 17:16:39', '98.87.68.209', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3365, 6, '2014-05-19 17:35:01', '98.87.68.209', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3366, 5, '2014-05-19 18:10:15', '157.55.33.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3367, 12, '2014-05-19 18:20:48', '157.56.93.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3368, 6, '2014-05-19 18:36:05', '38.126.164.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3369, 5, '2014-05-19 20:25:07', '198.236.242.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3370, 6, '2014-05-19 20:55:00', '206.255.247.186', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3371, 6, '2014-05-19 21:52:35', '71.34.149.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3372, 9, '2014-05-19 22:41:48', '67.162.131.250', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3373, 5, '2014-05-19 23:01:43', '198.236.242.3', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3374, 5, '2014-05-20 00:12:03', '75.19.13.240', 10) ; 
INSERT INTO `wp_rg_form_view` VALUES (3375, 9, '2014-05-20 00:53:38', '68.200.228.228', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3376, 5, '2014-05-20 01:12:04', '37.59.18.43', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (3377, 12, '2014-05-20 01:17:00', '4.79.204.36', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3378, 6, '2014-05-20 01:17:00', '4.79.204.36', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3379, 6, '2014-05-20 02:14:45', '72.213.31.68', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3380, 5, '2014-05-20 02:34:33', '23.253.162.123', 16) ; 
INSERT INTO `wp_rg_form_view` VALUES (3381, 5, '2014-05-20 05:15:55', '98.137.207.28', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3382, 6, '2014-05-20 05:18:51', '69.209.227.30', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3383, 5, '2014-05-20 06:14:56', '72.204.184.238', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3384, 6, '2014-05-20 06:25:25', '70.118.0.186', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3385, 12, '2014-05-20 10:59:42', '192.99.0.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3386, 12, '2014-05-20 11:15:20', '192.99.0.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3387, 9, '2014-05-20 12:57:47', '216.139.72.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3388, 9, '2014-05-20 13:48:06', '216.139.72.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3389, 5, '2014-05-20 14:02:33', '192.99.170.20', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3390, 6, '2014-05-20 14:03:03', '180.76.6.150', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (3391, 6, '2014-05-20 15:21:26', '95.210.186.136', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3392, 9, '2014-05-20 16:00:38', '216.139.72.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3393, 5, '2014-05-20 16:23:27', '72.233.72.155', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3394, 6, '2014-05-20 17:03:56', '82.207.137.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3395, 5, '2014-05-20 17:31:25', '173.252.74.114', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3396, 14, '2014-05-20 18:39:44', '184.191.141.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3397, 5, '2014-05-20 18:44:09', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3398, 6, '2014-05-20 18:44:44', '220.181.125.154', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3399, 5, '2014-05-20 20:28:51', '66.249.73.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3400, 12, '2014-05-20 20:55:25', '157.55.32.95', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3401, 6, '2014-05-20 22:15:10', '96.228.235.178', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3402, 5, '2014-05-20 22:59:38', '209.196.30.212', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3403, 12, '2014-05-20 23:23:14', '157.55.32.95', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3404, 9, '2014-05-20 23:54:43', '108.94.62.170', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3405, 5, '2014-05-21 00:02:56', '174.58.251.238', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3406, 6, '2014-05-21 00:37:39', '184.38.40.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3407, 6, '2014-05-21 01:36:36', '173.254.171.55', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3408, 5, '2014-05-21 02:42:25', '70.198.133.54', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3409, 5, '2014-05-21 04:25:09', '173.252.73.116', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3410, 5, '2014-05-21 05:01:13', '157.55.35.77', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3411, 5, '2014-05-21 07:22:21', '192.99.170.20', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3412, 12, '2014-05-21 07:50:28', '192.81.210.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3413, 6, '2014-05-21 07:50:28', '192.81.210.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3414, 6, '2014-05-21 09:57:37', '64.20.63.246', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3415, 5, '2014-05-21 10:28:37', '122.167.99.222', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3416, 6, '2014-05-21 10:33:18', '122.167.99.222', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3417, 12, '2014-05-21 10:35:39', '122.167.99.222', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3418, 6, '2014-05-21 11:13:00', '54.195.19.122', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3419, 14, '2014-05-21 12:41:15', '64.203.139.114', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3420, 12, '2014-05-21 13:38:51', '66.249.74.93', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3421, 6, '2014-05-21 14:01:22', '216.54.29.253', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3422, 12, '2014-05-21 14:05:51', '98.82.75.121', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3423, 5, '2014-05-21 15:42:34', '68.107.49.135', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3424, 14, '2014-05-21 16:49:40', '184.191.141.86', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3425, 5, '2014-05-21 16:55:03', '38.116.192.239', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3426, 5, '2014-05-21 17:01:47', '209.33.162.82', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3427, 6, '2014-05-21 17:34:53', '12.160.16.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3428, 6, '2014-05-21 18:35:03', '157.55.33.93', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3429, 5, '2014-05-21 18:45:50', '68.107.49.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3430, 6, '2014-05-21 20:02:14', '82.207.137.1', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3431, 12, '2014-05-21 20:32:46', '157.56.93.72', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3432, 9, '2014-05-21 21:11:03', '76.26.187.231', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3433, 6, '2014-05-21 21:46:23', '66.37.232.210', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3434, 6, '2014-05-21 22:16:35', '161.149.63.162', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3435, 5, '2014-05-21 22:38:37', '198.236.242.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3436, 6, '2014-05-22 00:00:47', '72.191.29.177', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3437, 12, '2014-05-22 00:01:00', '72.191.29.177', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3438, 5, '2014-05-22 01:26:17', '99.30.10.74', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3439, 6, '2014-05-22 03:14:29', '72.233.72.155', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3440, 5, '2014-05-22 03:14:32', '72.233.72.155', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3441, 5, '2014-05-22 09:24:23', '68.180.225.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3442, 6, '2014-05-22 09:46:19', '41.223.180.134', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3443, 6, '2014-05-22 10:19:22', '157.56.92.158', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3444, 5, '2014-05-22 11:20:30', '70.196.129.245', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3445, 6, '2014-05-22 11:29:26', '157.55.32.26', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3446, 12, '2014-05-22 11:42:27', '157.55.33.77', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3447, 12, '2014-05-22 12:02:01', '157.55.33.77', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3448, 6, '2014-05-22 12:10:46', '157.56.92.162', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3449, 6, '2014-05-22 13:02:41', '71.16.149.194', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3450, 12, '2014-05-22 13:12:51', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3451, 5, '2014-05-22 15:19:18', '70.166.118.217', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3452, 5, '2014-05-22 16:04:42', '68.107.49.135', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3453, 9, '2014-05-22 16:39:03', '108.83.217.101', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3454, 5, '2014-05-22 17:12:26', '68.107.49.135', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3455, 6, '2014-05-22 18:48:37', '169.235.211.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3456, 5, '2014-05-22 21:07:14', '192.155.198.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3457, 6, '2014-05-22 21:33:49', '67.184.64.72', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3458, 6, '2014-05-22 22:23:21', '192.195.66.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3459, 9, '2014-05-22 23:25:21', '98.225.102.110', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3460, 6, '2014-05-23 00:09:11', '71.202.23.97', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3461, 5, '2014-05-23 00:23:33', '70.196.129.245', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3462, 6, '2014-05-23 02:00:12', '77.125.5.87', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3463, 5, '2014-05-23 02:57:01', '76.29.73.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3464, 6, '2014-05-23 04:01:11', '76.176.92.35', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (3465, 5, '2014-05-23 04:47:57', '108.251.67.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3466, 6, '2014-05-23 06:15:50', '148.251.14.166', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3467, 6, '2014-05-23 08:15:26', '92.24.123.10', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3468, 6, '2014-05-23 12:18:10', '157.55.36.35', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3469, 12, '2014-05-23 12:19:37', '157.55.35.114', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3470, 5, '2014-05-23 12:19:50', '157.56.93.95', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3471, 6, '2014-05-23 15:53:33', '70.192.99.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3472, 12, '2014-05-23 16:12:44', '172.13.204.236', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3473, 6, '2014-05-23 17:56:28', '168.184.14.69', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3474, 6, '2014-05-23 18:30:32', '189.139.180.39', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3475, 5, '2014-05-23 19:07:22', '184.100.193.103', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3476, 6, '2014-05-23 20:38:32', '157.56.229.246', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3477, 5, '2014-05-23 22:13:34', '65.55.52.113', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3478, 12, '2014-05-23 23:49:26', '67.242.100.215', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3479, 5, '2014-05-23 23:52:09', '97.120.105.168', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3480, 5, '2014-05-24 00:33:44', '157.55.33.45', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3481, 6, '2014-05-24 00:44:04', '157.55.33.18', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3482, 12, '2014-05-24 01:25:52', '157.55.32.110', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3483, 6, '2014-05-24 01:26:54', '174.140.82.247', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3484, 5, '2014-05-24 03:29:03', '66.87.79.214', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3485, 5, '2014-05-24 04:56:14', '37.59.18.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3486, 6, '2014-05-24 12:10:54', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3487, 12, '2014-05-24 12:28:32', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3488, 12, '2014-05-24 13:16:31', '157.56.93.50', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3489, 6, '2014-05-24 13:43:59', '65.55.24.215', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3490, 5, '2014-05-24 13:47:39', '157.56.229.138', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3491, 6, '2014-05-24 14:01:08', '157.55.33.16', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3492, 5, '2014-05-24 15:16:27', '24.14.7.75', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3493, 6, '2014-05-24 15:29:44', '24.106.192.146', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3494, 9, '2014-05-24 15:37:47', '72.191.175.65', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3495, 14, '2014-05-24 18:07:30', '72.214.201.40', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3496, 5, '2014-05-24 19:05:04', '96.237.222.214', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3497, 6, '2014-05-24 19:47:07', '72.195.136.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3498, 14, '2014-05-24 22:49:20', '64.203.139.114', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3499, 5, '2014-05-24 23:05:35', '199.106.195.8', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3500, 6, '2014-05-25 00:41:42', '66.157.230.40', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3501, 6, '2014-05-25 02:50:55', '157.55.33.252', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3502, 5, '2014-05-25 03:09:49', '98.226.68.221', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3503, 12, '2014-05-25 04:06:05', '157.55.35.43', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3504, 5, '2014-05-25 04:16:22', '157.56.92.144', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3505, 12, '2014-05-25 06:28:22', '54.235.156.253', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3506, 12, '2014-05-25 07:09:32', '183.60.215.48', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3507, 6, '2014-05-25 11:55:33', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3508, 5, '2014-05-25 13:58:43', '75.150.235.177', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3509, 5, '2014-05-25 15:16:44', '157.55.35.36', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3510, 9, '2014-05-25 15:31:47', '68.200.228.228', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3511, 6, '2014-05-25 15:56:41', '65.55.52.116', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3512, 6, '2014-05-25 16:13:02', '173.165.19.17', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3513, 6, '2014-05-25 17:03:02', '37.187.237.85', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3514, 6, '2014-05-25 18:24:42', '157.55.32.60', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3515, 12, '2014-05-25 18:48:34', '162.243.170.58', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3516, 5, '2014-05-25 19:04:16', '157.55.32.188', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3517, 6, '2014-05-25 20:31:23', '157.56.93.103', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3518, 5, '2014-05-25 20:45:38', '157.55.32.110', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3519, 6, '2014-05-25 21:18:21', '157.55.32.59', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3520, 12, '2014-05-25 21:35:17', '157.55.33.84', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3521, 5, '2014-05-25 22:04:49', '69.171.234.115', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3522, 12, '2014-05-26 01:10:09', '50.147.13.150', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3523, 6, '2014-05-26 02:48:03', '24.6.214.42', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3524, 12, '2014-05-26 03:05:29', '157.55.35.93', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3525, 6, '2014-05-26 11:13:53', '100.43.83.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3526, 6, '2014-05-26 12:54:05', '66.249.76.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3527, 6, '2014-05-26 13:09:21', '199.217.117.32', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3528, 5, '2014-05-26 13:10:08', '199.217.117.32', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3529, 12, '2014-05-26 13:10:16', '199.217.117.32', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3530, 6, '2014-05-26 14:22:19', '180.76.5.192', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3531, 12, '2014-05-26 14:51:25', '24.181.68.212', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3532, 5, '2014-05-26 20:37:06', '184.18.53.39', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3533, 5, '2014-05-26 21:45:51', '184.18.53.39', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3534, 12, '2014-05-26 23:40:41', '195.234.136.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3535, 5, '2014-05-27 00:22:40', '96.59.93.199', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3536, 5, '2014-05-27 01:15:25', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3537, 12, '2014-05-27 01:15:26', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3538, 6, '2014-05-27 01:15:27', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3539, 5, '2014-05-27 03:24:52', '199.16.156.124', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3540, 12, '2014-05-27 05:22:24', '198.41.51.24', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3541, 6, '2014-05-27 05:37:14', '182.64.210.137', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3542, 5, '2014-05-27 06:02:45', '107.136.128.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3543, 6, '2014-05-27 10:21:38', '182.64.210.137', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3544, 12, '2014-05-27 10:33:27', '174.131.43.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3545, 12, '2014-05-27 12:38:55', '77.75.73.32', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3546, 5, '2014-05-27 12:38:58', '77.75.73.32', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3547, 6, '2014-05-27 12:44:37', '37.58.100.182', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3548, 6, '2014-05-27 14:11:13', '142.4.214.167', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3549, 5, '2014-05-27 14:11:17', '75.150.235.177', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (3550, 14, '2014-05-27 15:16:40', '209.194.208.116', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3551, 6, '2014-05-27 16:39:14', '216.139.72.36', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3552, 5, '2014-05-27 17:03:06', '173.227.205.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3553, 9, '2014-05-27 17:59:19', '174.78.187.211', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3554, 6, '2014-05-27 18:14:34', '148.251.69.136', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3555, 12, '2014-05-27 19:38:17', '169.139.1.20', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3556, 6, '2014-05-27 19:41:40', '72.240.51.222', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3557, 6, '2014-05-27 20:04:37', '162.243.215.90', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3558, 12, '2014-05-27 20:09:09', '162.243.215.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3559, 5, '2014-05-27 20:11:54', '162.243.215.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3560, 5, '2014-05-27 21:01:27', '69.160.179.196', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3561, 14, '2014-05-27 21:39:08', '184.191.141.86', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3562, 14, '2014-05-27 22:08:51', '184.191.141.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3563, 5, '2014-05-28 00:00:33', '67.138.179.162', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3564, 9, '2014-05-28 01:01:23', '108.69.226.175', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3565, 12, '2014-05-28 01:25:10', '74.78.212.244', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3566, 5, '2014-05-28 04:47:15', '173.252.120.113', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3567, 12, '2014-05-28 07:24:39', '100.43.83.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3568, 5, '2014-05-28 11:17:43', '107.147.167.196', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3569, 12, '2014-05-28 11:54:51', '192.99.0.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3570, 12, '2014-05-28 12:09:14', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3571, 6, '2014-05-28 12:30:42', '192.34.59.53', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3572, 12, '2014-05-28 14:26:00', '157.55.33.113', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3573, 5, '2014-05-28 15:37:18', '75.150.235.177', 6) ; 
INSERT INTO `wp_rg_form_view` VALUES (3574, 5, '2014-05-28 18:32:59', '173.22.114.218', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3575, 6, '2014-05-28 18:33:53', '173.22.114.218', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3576, 6, '2014-05-28 20:31:12', '184.96.65.177', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3577, 6, '2014-05-28 21:15:45', '157.55.32.162', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3578, 5, '2014-05-28 21:39:11', '96.243.163.234', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3579, 12, '2014-05-28 23:10:10', '99.9.5.251', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3580, 6, '2014-05-28 23:56:13', '174.98.105.71', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3581, 9, '2014-05-28 23:58:28', '69.140.85.151', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3582, 5, '2014-05-29 03:16:58', '157.55.32.26', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3583, 6, '2014-05-29 03:33:39', '50.155.167.184', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3584, 6, '2014-05-29 05:47:58', '65.55.52.92', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3585, 5, '2014-05-29 06:10:01', '62.210.82.210', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3586, 5, '2014-05-29 07:29:50', '62.210.82.210', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3587, 6, '2014-05-29 08:04:31', '62.210.201.134', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3588, 5, '2014-05-29 09:45:22', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3589, 6, '2014-05-29 09:46:18', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3590, 12, '2014-05-29 10:50:29', '157.55.33.123', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3591, 12, '2014-05-29 11:20:51', '157.55.32.109', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3592, 6, '2014-05-29 12:54:57', '198.211.101.178', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3593, 6, '2014-05-29 13:22:46', '71.71.26.233', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3594, 12, '2014-05-29 14:15:51', '157.55.33.123', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3595, 5, '2014-05-29 14:16:04', '74.70.35.19', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3596, 6, '2014-05-29 14:32:28', '157.56.229.189', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3597, 12, '2014-05-29 15:47:08', '70.167.36.194', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3598, 6, '2014-05-29 16:20:11', '71.71.26.233', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3599, 12, '2014-05-29 16:21:45', '71.71.26.233', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3600, 5, '2014-05-29 16:44:58', '75.150.235.177', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3601, 5, '2014-05-29 17:53:47', '65.55.24.236', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3602, 12, '2014-05-29 18:13:37', '157.55.32.233', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3603, 5, '2014-05-29 18:55:41', '62.210.82.210', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3604, 5, '2014-05-29 19:24:01', '208.87.234.180', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3605, 6, '2014-05-29 19:24:20', '208.87.234.180', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3606, 6, '2014-05-29 20:00:09', '189.50.136.204', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3607, 14, '2014-05-29 21:00:57', '66.121.22.189', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3608, 12, '2014-05-29 21:18:57', '70.167.36.194', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3609, 12, '2014-05-30 01:19:09', '68.180.225.50', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3610, 9, '2014-05-30 02:09:57', '71.94.51.137', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3611, 12, '2014-05-30 02:41:02', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3612, 5, '2014-05-30 02:41:18', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3613, 6, '2014-05-30 02:41:44', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3614, 12, '2014-05-30 05:57:36', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3615, 6, '2014-05-30 05:59:35', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3616, 5, '2014-05-30 13:18:51', '75.150.235.177', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3617, 6, '2014-05-30 14:01:25', '154.122.127.11', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3618, 9, '2014-05-30 16:04:36', '68.110.196.75', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3619, 6, '2014-05-30 16:09:42', '68.110.196.75', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3620, 12, '2014-05-30 17:15:32', '71.71.26.233', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (3621, 14, '2014-05-30 17:23:23', '184.191.141.86', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3622, 6, '2014-05-30 17:39:19', '99.43.33.86', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3623, 5, '2014-05-30 19:39:58', '98.172.183.177', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3624, 12, '2014-05-30 19:41:41', '207.65.12.149', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3625, 14, '2014-05-30 19:44:28', '184.191.141.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3626, 6, '2014-05-30 19:49:52', '98.224.255.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3627, 5, '2014-05-30 20:28:53', '50.74.53.242', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3628, 14, '2014-05-30 20:41:51', '170.94.26.21', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3629, 5, '2014-05-30 22:26:23', '157.55.39.154', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3630, 5, '2014-05-31 01:24:41', '108.251.67.67', 10) ; 
INSERT INTO `wp_rg_form_view` VALUES (3631, 12, '2014-05-31 03:44:12', '108.193.232.161', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3632, 5, '2014-05-31 04:01:48', '173.252.101.113', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3633, 12, '2014-05-31 04:20:18', '108.193.232.161', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3634, 5, '2014-05-31 05:53:32', '31.13.99.119', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3635, 5, '2014-05-31 06:10:11', '98.137.207.28', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3636, 6, '2014-05-31 07:36:49', '70.119.39.216', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3637, 6, '2014-05-31 08:23:53', '68.4.200.116', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3638, 5, '2014-05-31 11:15:41', '65.52.246.161', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3639, 5, '2014-05-31 12:23:54', '118.70.233.196', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3640, 12, '2014-05-31 12:24:45', '75.50.97.140', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3641, 5, '2014-05-31 13:13:45', '173.252.101.118', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3642, 5, '2014-05-31 15:19:51', '150.198.1.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3643, 12, '2014-05-31 15:27:55', '100.43.83.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3644, 6, '2014-05-31 17:03:09', '162.243.170.57', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3645, 12, '2014-05-31 17:03:10', '162.243.170.57', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3646, 6, '2014-05-31 19:09:52', '71.71.26.233', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3647, 9, '2014-05-31 19:21:05', '209.232.29.161', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3648, 12, '2014-05-31 19:33:25', '166.147.116.175', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3649, 5, '2014-05-31 19:38:45', '98.231.12.108', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3650, 6, '2014-05-31 22:33:08', '76.10.161.62', 9) ; 
INSERT INTO `wp_rg_form_view` VALUES (3651, 12, '2014-05-31 23:47:01', '195.234.136.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3652, 12, '2014-06-01 01:25:47', '69.205.24.166', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3653, 9, '2014-06-01 01:45:25', '74.79.6.152', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3654, 12, '2014-06-01 02:58:51', '199.30.20.165', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3655, 5, '2014-06-01 03:26:59', '71.202.23.97', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3656, 6, '2014-06-01 03:43:10', '69.84.207.246', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3657, 6, '2014-06-01 04:54:40', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3658, 5, '2014-06-01 05:15:22', '98.137.207.28', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3659, 12, '2014-06-01 05:45:06', '217.69.133.250', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3660, 12, '2014-06-01 09:08:52', '199.30.20.165', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3661, 5, '2014-06-01 09:53:36', '192.99.170.20', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3662, 6, '2014-06-01 11:48:21', '72.66.25.174', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3663, 12, '2014-06-01 12:35:28', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3664, 5, '2014-06-01 13:06:14', '107.21.193.210', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3665, 6, '2014-06-01 13:35:20', '77.75.73.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3666, 6, '2014-06-01 15:03:08', '217.69.133.252', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3667, 5, '2014-06-01 16:33:49', '217.69.133.250', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3668, 5, '2014-06-01 17:35:09', '206.116.217.107', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3669, 12, '2014-06-01 18:05:25', '74.243.169.122', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3670, 5, '2014-06-01 18:32:54', '184.17.207.28', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3671, 12, '2014-06-01 22:41:50', '172.15.65.232', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3672, 5, '2014-06-01 23:20:19', '157.55.39.35', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3673, 5, '2014-06-02 01:22:37', '157.55.39.200', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3674, 6, '2014-06-02 02:51:31', '75.83.151.164', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3675, 6, '2014-06-02 03:20:00', '99.30.10.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3676, 9, '2014-06-02 03:23:40', '99.30.10.74', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3677, 5, '2014-06-02 03:28:19', '192.99.170.20', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3678, 5, '2014-06-02 05:10:31', '157.55.39.200', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3679, 6, '2014-06-02 06:29:41', '157.55.39.34', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3680, 5, '2014-06-02 07:40:45', '157.55.39.34', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3681, 5, '2014-06-02 08:00:20', '157.55.39.35', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3682, 6, '2014-06-02 08:39:33', '157.55.39.200', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3683, 12, '2014-06-02 08:53:52', '157.55.39.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3684, 12, '2014-06-02 09:08:50', '157.55.39.2', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3685, 5, '2014-06-02 09:28:57', '157.55.39.34', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3686, 6, '2014-06-02 09:35:51', '77.75.77.11', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3687, 6, '2014-06-02 11:57:35', '54.211.29.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3688, 6, '2014-06-02 12:42:51', '205.203.134.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3689, 12, '2014-06-02 12:43:26', '205.203.134.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3690, 5, '2014-06-02 12:43:33', '205.203.134.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3691, 6, '2014-06-02 13:02:59', '69.54.58.155', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3692, 5, '2014-06-02 13:42:12', '216.68.161.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3693, 5, '2014-06-02 14:17:32', '184.18.55.172', 5) ; 
INSERT INTO `wp_rg_form_view` VALUES (3694, 5, '2014-06-02 15:01:54', '50.138.67.10', 10) ; 
INSERT INTO `wp_rg_form_view` VALUES (3695, 12, '2014-06-02 15:49:09', '71.71.26.233', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3696, 12, '2014-06-02 16:40:31', '157.55.39.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3697, 12, '2014-06-02 17:24:47', '157.55.39.16', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3698, 6, '2014-06-02 17:58:41', '98.246.23.92', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3699, 6, '2014-06-02 18:33:28', '174.63.145.231', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3700, 6, '2014-06-02 19:20:27', '71.61.205.117', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3701, 5, '2014-06-02 20:03:05', '174.234.192.65', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3702, 12, '2014-06-02 20:17:02', '71.71.26.233', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3703, 6, '2014-06-02 21:24:12', '157.55.39.77', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3704, 5, '2014-06-02 21:43:07', '100.43.83.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3705, 5, '2014-06-02 23:08:34', '184.17.207.28', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3706, 9, '2014-06-03 00:43:10', '67.6.95.34', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3707, 6, '2014-06-03 01:21:50', '71.100.55.166', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3708, 12, '2014-06-03 01:22:28', '71.100.55.166', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3709, 5, '2014-06-03 01:44:45', '218.24.109.120', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3710, 6, '2014-06-03 02:50:44', '220.181.125.154', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3711, 6, '2014-06-03 03:27:48', '65.129.227.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3712, 5, '2014-06-03 07:10:30', '199.59.148.211', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3713, 5, '2014-06-03 08:39:51', '180.76.6.28', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3714, 12, '2014-06-03 10:18:34', '192.99.160.49', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3715, 6, '2014-06-03 11:08:10', '157.55.39.77', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3716, 12, '2014-06-03 14:38:30', '75.112.144.130', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3717, 14, '2014-06-03 15:01:44', '208.104.11.51', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3718, 6, '2014-06-03 16:18:41', '68.226.108.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3719, 5, '2014-06-03 16:35:37', '147.70.49.176', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3720, 6, '2014-06-03 17:05:52', '174.96.172.178', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3721, 12, '2014-06-03 17:07:54', '107.3.242.34', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3722, 14, '2014-06-03 17:16:16', '184.191.141.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3723, 6, '2014-06-03 18:54:37', '68.228.254.89', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3724, 5, '2014-06-03 18:56:07', '216.139.72.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3725, 6, '2014-06-03 19:33:48', '68.98.209.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3726, 12, '2014-06-03 20:53:19', '71.136.34.34', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3727, 6, '2014-06-03 21:17:18', '173.228.40.40', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3728, 5, '2014-06-03 21:17:50', '192.99.170.20', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3729, 5, '2014-06-03 22:07:46', '107.136.140.141', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3730, 6, '2014-06-03 22:32:54', '54.82.2.128', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3731, 6, '2014-06-03 23:30:07', '68.231.42.51', 9) ; 
INSERT INTO `wp_rg_form_view` VALUES (3732, 5, '2014-06-03 23:34:29', '107.203.154.239', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3733, 5, '2014-06-04 01:42:21', '72.88.24.247', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3734, 6, '2014-06-04 04:00:06', '220.181.125.108', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3735, 5, '2014-06-04 07:13:34', '173.252.110.113', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3736, 6, '2014-06-04 11:01:28', '157.55.39.116', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3737, 6, '2014-06-04 13:03:59', '64.32.246.58', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3738, 12, '2014-06-04 13:10:30', '199.233.239.224', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3739, 5, '2014-06-04 13:10:38', '199.233.239.224', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3740, 6, '2014-06-04 15:03:59', '157.55.39.206', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3741, 12, '2014-06-04 16:17:36', '104.35.158.77', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3742, 6, '2014-06-04 16:46:58', '99.107.166.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3743, 6, '2014-06-04 18:28:47', '68.180.225.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3744, 14, '2014-06-04 18:28:59', '108.193.237.16', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3745, 5, '2014-06-04 20:14:51', '75.150.235.177', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3746, 5, '2014-06-04 21:08:45', '62.210.82.210', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3747, 6, '2014-06-04 21:29:03', '184.61.250.223', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3748, 5, '2014-06-04 23:12:05', '76.122.40.239', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3749, 5, '2014-06-05 00:07:23', '199.30.80.127', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3750, 6, '2014-06-05 00:28:22', '71.204.13.119', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3751, 9, '2014-06-05 00:43:18', '162.225.178.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3752, 12, '2014-06-05 01:02:14', '157.55.39.18', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (3753, 6, '2014-06-05 01:12:29', '208.68.38.125', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3754, 5, '2014-06-05 01:22:26', '157.55.39.29', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (3755, 5, '2014-06-05 03:23:21', '23.242.123.224', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3756, 12, '2014-06-05 04:58:10', '75.172.19.194', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3757, 12, '2014-06-05 05:06:51', '172.56.11.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3758, 6, '2014-06-05 08:06:15', '184.72.172.23', 8) ; 
INSERT INTO `wp_rg_form_view` VALUES (3759, 12, '2014-06-05 10:18:31', '99.108.252.89', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3760, 6, '2014-06-05 10:20:01', '157.55.39.206', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3761, 5, '2014-06-05 11:07:00', '178.255.215.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3762, 6, '2014-06-05 12:29:49', '157.55.39.20', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3763, 5, '2014-06-05 12:30:41', '157.55.39.29', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3764, 12, '2014-06-05 12:32:01', '157.55.39.144', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3765, 5, '2014-06-05 14:19:35', '159.53.174.143', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3766, 6, '2014-06-05 15:12:21', '69.54.58.144', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3767, 5, '2014-06-05 16:10:46', '157.55.39.189', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3768, 6, '2014-06-05 16:32:31', '70.138.230.142', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (3769, 12, '2014-06-05 17:20:04', '157.55.39.145', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3770, 6, '2014-06-05 18:11:11', '69.121.243.16', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3771, 9, '2014-06-05 18:11:49', '69.121.243.16', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3772, 5, '2014-06-05 18:39:31', '66.210.226.78', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3773, 6, '2014-06-06 01:45:13', '107.200.34.140', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3774, 6, '2014-06-06 02:52:28', '60.250.96.232', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3775, 5, '2014-06-06 03:13:12', '50.138.67.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3776, 6, '2014-06-06 05:33:56', '67.188.79.48', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3777, 5, '2014-06-06 09:01:05', '50.138.67.10', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3778, 12, '2014-06-06 10:07:43', '168.166.80.210', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3779, 12, '2014-06-06 13:07:03', '216.139.72.36', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3780, 6, '2014-06-06 13:07:22', '216.139.72.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3781, 9, '2014-06-06 13:08:00', '216.139.72.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3782, 5, '2014-06-06 15:53:58', '157.55.39.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3783, 5, '2014-06-06 16:05:27', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3784, 12, '2014-06-06 16:06:26', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3785, 6, '2014-06-06 16:35:46', '157.55.39.20', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3786, 6, '2014-06-06 17:09:31', '198.236.242.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3787, 12, '2014-06-06 17:12:12', '157.55.39.18', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3788, 6, '2014-06-06 18:13:37', '74.92.21.113', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3789, 5, '2014-06-06 18:24:07', '50.59.178.98', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3790, 5, '2014-06-06 19:25:47', '65.8.149.195', 7) ; 
INSERT INTO `wp_rg_form_view` VALUES (3791, 6, '2014-06-06 20:08:49', '167.7.40.227', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3792, 5, '2014-06-06 22:42:15', '72.179.150.61', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3793, 12, '2014-06-07 00:02:42', '195.234.136.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3794, 5, '2014-06-07 04:29:49', '174.48.36.34', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3795, 5, '2014-06-07 06:14:32', '23.252.56.45', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3796, 5, '2014-06-07 07:10:00', '72.130.240.104', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3797, 5, '2014-06-07 09:53:59', '166.147.100.239', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3798, 6, '2014-06-07 10:40:54', '41.84.155.206', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3799, 9, '2014-06-07 12:16:54', '68.200.228.228', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3800, 6, '2014-06-07 15:40:43', '67.188.79.48', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3801, 5, '2014-06-07 16:09:43', '157.55.39.82', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3802, 6, '2014-06-07 16:27:19', '71.49.34.179', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3803, 12, '2014-06-07 17:49:59', '157.55.39.144', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3804, 6, '2014-06-07 17:52:33', '68.222.176.32', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3805, 9, '2014-06-07 17:53:28', '24.114.43.94', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3806, 12, '2014-06-07 18:07:42', '157.55.39.19', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3807, 6, '2014-06-07 18:13:21', '157.55.39.5', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3808, 5, '2014-06-07 19:15:30', '157.55.39.82', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3809, 5, '2014-06-07 20:11:44', '67.183.17.180', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3810, 12, '2014-06-07 20:46:25', '157.55.39.18', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3811, 6, '2014-06-07 21:13:54', '157.55.39.5', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3812, 5, '2014-06-07 21:28:25', '146.129.250.249', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3813, 5, '2014-06-07 22:39:42', '166.147.100.239', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3814, 6, '2014-06-07 23:29:23', '68.180.225.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3815, 5, '2014-06-08 01:20:56', '50.154.140.220', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3816, 6, '2014-06-08 01:56:36', '157.55.39.5', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3817, 5, '2014-06-08 02:05:05', '173.75.141.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3818, 6, '2014-06-08 02:13:51', '24.166.187.129', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3819, 6, '2014-06-08 03:06:46', '157.55.39.5', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3820, 6, '2014-06-08 06:24:46', '71.222.40.168', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3821, 6, '2014-06-08 07:15:01', '157.55.39.9', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3822, 6, '2014-06-08 08:56:57', '220.181.125.154', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3823, 12, '2014-06-08 12:06:31', '62.210.82.210', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3824, 5, '2014-06-08 14:17:08', '157.55.39.83', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3825, 6, '2014-06-08 14:32:30', '157.55.39.5', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3826, 12, '2014-06-08 14:41:07', '157.55.39.46', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3827, 5, '2014-06-08 15:25:39', '76.109.74.193', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3828, 6, '2014-06-08 18:38:11', '68.228.71.185', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3829, 5, '2014-06-08 20:19:36', '50.164.42.136', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3830, 5, '2014-06-08 21:20:24', '37.58.100.183', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3831, 5, '2014-06-08 23:28:44', '157.55.39.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3832, 5, '2014-06-09 00:17:06', '69.174.170.234', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3833, 12, '2014-06-09 02:42:28', '71.72.124.147', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3834, 6, '2014-06-09 03:17:45', '69.112.225.202', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3835, 12, '2014-06-09 11:58:36', '192.99.0.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3836, 12, '2014-06-09 12:14:42', '192.99.0.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3837, 6, '2014-06-09 12:19:48', '208.71.79.254', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3838, 14, '2014-06-09 13:32:04', '208.104.11.51', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3839, 5, '2014-06-09 14:20:03', '157.55.39.83', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3840, 12, '2014-06-09 14:54:25', '157.55.39.45', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3841, 6, '2014-06-09 14:55:44', '91.121.79.180', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3842, 6, '2014-06-09 15:03:40', '178.255.215.90', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3843, 14, '2014-06-09 15:12:22', '199.47.254.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3844, 12, '2014-06-09 15:18:32', '71.105.170.198', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3845, 9, '2014-06-09 15:22:55', '68.200.228.228', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3846, 5, '2014-06-09 15:35:58', '69.171.230.114', 6) ; 
INSERT INTO `wp_rg_form_view` VALUES (3847, 6, '2014-06-09 16:00:40', '157.55.39.5', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3848, 5, '2014-06-09 16:34:11', '64.31.159.81', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3849, 12, '2014-06-09 16:55:26', '157.55.39.45', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3850, 5, '2014-06-09 17:14:30', '66.220.152.113', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3851, 6, '2014-06-09 17:41:12', '157.55.39.5', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3852, 5, '2014-06-09 18:12:20', '167.21.1.225', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3853, 9, '2014-06-09 18:18:28', '104.34.113.111', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3854, 6, '2014-06-09 19:07:42', '173.162.203.129', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3855, 5, '2014-06-09 19:47:51', '75.150.235.177', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (3856, 12, '2014-06-09 20:31:01', '50.156.157.101', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3857, 5, '2014-06-09 21:26:37', '73.179.175.149', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3858, 12, '2014-06-09 22:15:11', '50.156.243.244', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3859, 14, '2014-06-09 22:20:02', '184.191.141.86', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3860, 6, '2014-06-09 22:23:04', '50.53.32.234', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3861, 6, '2014-06-09 23:19:22', '198.211.113.92', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3862, 12, '2014-06-09 23:19:22', '198.211.113.92', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3863, 5, '2014-06-09 23:29:05', '72.8.170.18', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3864, 6, '2014-06-10 00:18:59', '141.8.147.19', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3865, 6, '2014-06-10 01:12:49', '32.218.41.102', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3866, 5, '2014-06-10 01:14:31', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3867, 12, '2014-06-10 01:14:35', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3868, 9, '2014-06-10 02:17:19', '172.10.128.188', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3869, 5, '2014-06-10 02:39:10', '65.52.246.161', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3870, 12, '2014-06-10 05:13:42', '172.4.108.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3871, 6, '2014-06-10 07:07:06', '97.97.208.136', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3872, 5, '2014-06-10 07:35:26', '199.16.156.125', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3873, 5, '2014-06-10 11:28:46', '199.233.239.228', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3874, 12, '2014-06-10 11:28:46', '192.199.243.248', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3875, 6, '2014-06-10 11:28:51', '69.162.129.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3876, 5, '2014-06-10 12:17:52', '184.18.140.41', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3877, 6, '2014-06-10 12:34:44', '66.249.79.164', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3878, 14, '2014-06-10 12:50:49', '166.205.51.160', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3879, 5, '2014-06-10 14:38:47', '157.55.39.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3880, 6, '2014-06-10 15:11:06', '157.55.39.9', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3881, 5, '2014-06-10 15:31:45', '68.63.131.33', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3882, 12, '2014-06-10 15:38:26', '157.55.39.45', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3883, 12, '2014-06-10 16:14:57', '192.99.170.19', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3884, 5, '2014-06-10 16:23:57', '31.13.99.116', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3885, 6, '2014-06-10 17:27:12', '24.158.22.142', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3886, 5, '2014-06-10 19:12:58', '54.237.229.212', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3887, 9, '2014-06-10 19:39:26', '174.32.162.139', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3888, 6, '2014-06-10 20:49:48', '173.210.93.42', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3889, 6, '2014-06-10 21:28:37', '70.209.0.193', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3890, 12, '2014-06-10 21:33:33', '184.91.235.40', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3891, 9, '2014-06-10 22:04:22', '174.32.162.139', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3892, 6, '2014-06-10 22:21:29', '70.158.103.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3893, 6, '2014-06-11 00:25:47', '97.81.43.158', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3894, 12, '2014-06-11 00:28:13', '66.249.79.132', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3895, 5, '2014-06-11 00:54:04', '24.181.68.212', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3896, 12, '2014-06-11 01:16:21', '192.99.170.19', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3897, 6, '2014-06-11 05:06:35', '192.3.29.233', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3898, 5, '2014-06-11 10:24:07', '69.171.247.117', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3899, 6, '2014-06-11 10:29:06', '148.251.8.51', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3900, 5, '2014-06-11 11:57:59', '66.249.79.164', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3901, 5, '2014-06-11 12:30:40', '148.251.8.51', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3902, 12, '2014-06-11 12:39:56', '148.251.8.51', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3903, 5, '2014-06-11 13:42:11', '173.49.69.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3904, 5, '2014-06-11 14:24:46', '209.33.162.82', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3905, 6, '2014-06-11 16:03:22', '71.174.63.162', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3906, 14, '2014-06-11 16:57:46', '174.32.162.139', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3907, 12, '2014-06-11 17:03:00', '72.15.88.207', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3908, 14, '2014-06-11 17:15:51', '174.32.162.139', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3909, 6, '2014-06-11 17:24:17', '12.160.113.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3910, 5, '2014-06-11 19:07:36', '66.210.226.78', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3911, 5, '2014-06-11 20:46:05', '66.210.226.78', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3912, 12, '2014-06-11 20:47:17', '209.237.92.226', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3913, 6, '2014-06-11 21:44:21', '75.134.159.146', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3914, 5, '2014-06-11 23:07:10', '173.227.205.1', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3915, 12, '2014-06-11 23:48:15', '54.189.47.213', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3916, 6, '2014-06-11 23:48:19', '50.71.113.74', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3917, 5, '2014-06-12 04:02:37', '107.202.156.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3918, 12, '2014-06-12 09:54:36', '61.67.82.165', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3919, 5, '2014-06-12 12:13:43', '183.60.214.17', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3920, 5, '2014-06-12 13:48:45', '66.249.67.123', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3921, 6, '2014-06-12 15:19:20', '183.60.213.10', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3922, 12, '2014-06-12 16:46:42', '69.127.196.55', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3923, 5, '2014-06-12 17:16:07', '199.59.148.209', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3924, 6, '2014-06-12 17:43:10', '87.68.240.57', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3925, 12, '2014-06-12 18:25:24', '209.156.114.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3926, 12, '2014-06-12 19:29:20', '72.234.43.71', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3927, 6, '2014-06-12 20:46:59', '12.160.113.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3928, 12, '2014-06-12 21:38:00', '98.168.175.69', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3929, 5, '2014-06-12 22:22:54', '198.236.242.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3930, 12, '2014-06-12 23:06:55', '66.249.67.123', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3931, 5, '2014-06-12 23:56:18', '173.20.180.11', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3932, 5, '2014-06-13 00:13:02', '107.22.51.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3933, 5, '2014-06-13 02:31:59', '68.81.192.25', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (3934, 12, '2014-06-13 04:28:08', '141.8.147.19', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3935, 6, '2014-06-13 08:06:12', '207.46.13.48', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3936, 12, '2014-06-13 08:43:17', '66.249.67.6', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3937, 12, '2014-06-13 09:50:57', '192.99.0.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3938, 12, '2014-06-13 10:11:28', '192.99.0.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3939, 12, '2014-06-13 12:35:39', '207.46.13.71', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3940, 6, '2014-06-13 12:45:13', '207.46.13.48', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3941, 5, '2014-06-13 12:46:46', '157.55.39.121', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3942, 12, '2014-06-13 14:03:56', '76.100.243.218', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3943, 14, '2014-06-13 14:05:59', '76.100.243.218', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3944, 5, '2014-06-13 15:08:34', '117.221.192.171', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3945, 6, '2014-06-13 16:24:11', '66.49.10.130', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3946, 5, '2014-06-13 16:41:50', '68.180.225.50', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3947, 6, '2014-06-13 17:22:23', '207.46.13.48', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3948, 12, '2014-06-13 18:05:31', '207.46.13.71', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3949, 5, '2014-06-13 18:49:34', '70.195.6.185', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3950, 5, '2014-06-13 19:16:08', '98.224.57.213', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3951, 6, '2014-06-13 19:30:58', '198.143.158.202', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3952, 12, '2014-06-13 19:31:13', '198.143.158.202', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3953, 12, '2014-06-13 20:57:02', '162.213.42.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3954, 12, '2014-06-13 21:13:21', '50.243.3.73', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3955, 14, '2014-06-13 21:14:04', '50.243.3.73', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3956, 5, '2014-06-13 21:45:19', '199.59.148.209', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3957, 9, '2014-06-13 23:20:26', '64.253.111.52', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3958, 6, '2014-06-13 23:34:52', '207.46.13.48', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3959, 12, '2014-06-14 00:56:02', '68.180.225.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3960, 6, '2014-06-14 03:13:18', '68.180.225.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3961, 5, '2014-06-14 03:31:00', '108.41.25.38', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3962, 6, '2014-06-14 05:52:00', '220.181.125.154', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3963, 5, '2014-06-14 05:52:39', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3964, 12, '2014-06-14 05:53:23', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3965, 6, '2014-06-14 06:08:54', '66.249.65.6', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3966, 5, '2014-06-14 06:56:21', '199.16.156.125', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3967, 5, '2014-06-14 14:56:48', '157.55.39.172', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3968, 12, '2014-06-14 15:22:11', '192.81.215.7', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3969, 6, '2014-06-14 15:22:11', '192.81.215.7', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3970, 5, '2014-06-14 17:42:46', '198.228.193.162', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3971, 6, '2014-06-14 18:09:48', '68.97.184.84', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3972, 5, '2014-06-14 18:10:55', '68.97.184.84', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3973, 12, '2014-06-14 18:39:35', '157.55.39.172', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3974, 9, '2014-06-14 20:24:42', '167.7.27.190', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3975, 12, '2014-06-14 21:32:00', '207.46.13.71', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3976, 6, '2014-06-14 23:24:15', '66.249.65.19', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3977, 12, '2014-06-15 13:58:23', '157.55.39.92', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3978, 6, '2014-06-15 14:24:26', '207.46.13.48', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3979, 5, '2014-06-15 14:40:42', '157.55.39.205', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3980, 12, '2014-06-15 15:06:24', '76.5.161.207', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3981, 6, '2014-06-15 18:41:32', '162.243.215.134', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3982, 12, '2014-06-15 18:46:37', '162.243.215.134', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3983, 5, '2014-06-15 18:49:57', '162.243.215.134', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3984, 5, '2014-06-15 19:14:19', '109.188.125.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3985, 6, '2014-06-15 21:03:28', '69.249.128.116', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3986, 12, '2014-06-15 22:23:11', '98.65.210.131', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3987, 5, '2014-06-15 22:37:20', '70.193.195.139', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (3988, 6, '2014-06-15 23:26:03', '99.253.36.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3989, 6, '2014-06-16 03:22:03', '108.83.119.124', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3990, 12, '2014-06-16 04:27:44', '70.197.75.51', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3991, 5, '2014-06-16 06:59:03', '183.60.215.48', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3992, 6, '2014-06-16 09:31:53', '183.60.213.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3993, 6, '2014-06-16 10:42:47', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3994, 6, '2014-06-16 14:04:33', '54.83.253.165', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3995, 6, '2014-06-16 15:51:14', '159.87.24.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3996, 12, '2014-06-16 16:30:18', '76.108.112.94', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3997, 5, '2014-06-16 17:05:30', '68.74.67.137', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (3998, 6, '2014-06-16 17:38:03', '64.247.71.115', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (3999, 12, '2014-06-16 18:01:26', '74.254.67.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4000, 5, '2014-06-16 19:37:28', '72.22.15.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4001, 6, '2014-06-16 20:54:10', '98.27.177.239', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4002, 14, '2014-06-16 22:13:56', '184.61.250.223', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4003, 5, '2014-06-16 22:35:28', '62.210.82.210', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4004, 5, '2014-06-16 23:43:34', '173.12.180.85', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4005, 5, '2014-06-17 00:45:44', '172.0.17.150', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4006, 5, '2014-06-17 01:06:25', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4007, 12, '2014-06-17 01:06:28', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4008, 6, '2014-06-17 01:06:28', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4009, 5, '2014-06-17 02:54:19', '108.244.65.27', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4010, 5, '2014-06-17 03:01:32', '108.244.65.27', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4011, 6, '2014-06-17 08:06:38', '197.155.68.90', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4012, 12, '2014-06-17 10:46:01', '194.114.133.131', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4013, 5, '2014-06-17 10:46:01', '194.114.133.131', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4014, 6, '2014-06-17 10:46:01', '194.114.133.131', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4015, 5, '2014-06-17 12:15:00', '148.251.8.51', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4016, 12, '2014-06-17 12:21:16', '148.251.8.51', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4017, 5, '2014-06-17 15:11:58', '199.59.148.211', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (4018, 14, '2014-06-17 15:34:53', '70.166.118.217', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4019, 6, '2014-06-17 16:12:38', '66.94.75.35', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4020, 5, '2014-06-17 16:56:40', '68.107.49.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4021, 6, '2014-06-17 18:03:40', '12.1.219.177', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (4022, 12, '2014-06-17 18:12:39', '173.79.144.122', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4023, 6, '2014-06-17 19:30:23', '198.0.106.113', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4024, 5, '2014-06-17 19:51:48', '147.226.164.18', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4025, 12, '2014-06-17 20:24:06', '47.18.185.95', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4026, 5, '2014-06-17 20:36:35', '166.147.66.164', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4027, 9, '2014-06-17 23:54:16', '70.190.166.9', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4028, 12, '2014-06-18 00:00:28', '69.243.24.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4029, 6, '2014-06-18 01:53:06', '67.161.4.23', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4030, 5, '2014-06-18 03:25:11', '166.137.92.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4031, 9, '2014-06-18 04:28:42', '174.31.188.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4032, 5, '2014-06-18 04:29:12', '69.243.201.219', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4033, 12, '2014-06-18 07:22:43', '198.211.104.210', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4034, 6, '2014-06-18 07:22:43', '198.211.104.210', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4035, 14, '2014-06-18 12:35:24', '173.79.144.122', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4036, 12, '2014-06-18 12:35:49', '50.147.33.156', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4037, 6, '2014-06-18 12:59:35', '207.46.13.126', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4038, 5, '2014-06-18 15:06:49', '74.67.102.221', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4039, 6, '2014-06-18 15:16:11', '216.66.78.194', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4040, 5, '2014-06-18 17:09:57', '71.180.44.68', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4041, 5, '2014-06-18 18:05:43', '69.171.247.112', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4042, 6, '2014-06-18 18:08:26', '98.201.177.163', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4043, 12, '2014-06-18 18:27:16', '162.129.251.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4044, 5, '2014-06-18 19:23:46', '76.186.1.167', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4045, 12, '2014-06-18 19:44:04', '96.243.245.218', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4046, 6, '2014-06-18 19:47:49', '209.33.162.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4047, 5, '2014-06-18 20:10:12', '24.14.7.75', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4048, 6, '2014-06-18 20:10:48', '24.14.7.75', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4049, 5, '2014-06-18 21:12:26', '24.14.7.75', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4050, 6, '2014-06-18 22:21:43', '67.60.64.116', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4051, 9, '2014-06-18 22:39:32', '76.114.205.151', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4052, 12, '2014-06-18 23:07:28', '157.55.39.92', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4053, 6, '2014-06-19 03:03:30', '157.55.39.61', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4054, 5, '2014-06-19 06:48:54', '157.55.39.205', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4055, 6, '2014-06-19 07:53:25', '157.55.39.61', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4056, 12, '2014-06-19 09:38:42', '107.218.114.137', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4057, 12, '2014-06-19 11:09:26', '134.249.55.149', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4058, 5, '2014-06-19 11:24:10', '157.55.39.205', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4059, 6, '2014-06-19 11:35:45', '148.251.8.51', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4060, 5, '2014-06-19 12:56:37', '148.251.8.51', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4061, 12, '2014-06-19 13:03:08', '148.251.8.51', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4062, 6, '2014-06-19 13:21:43', '107.5.240.32', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4063, 12, '2014-06-19 16:13:35', '82.145.222.216', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4064, 6, '2014-06-19 16:53:33', '84.228.91.219', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4065, 12, '2014-06-19 18:01:27', '96.243.245.218', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4066, 12, '2014-06-19 22:07:58', '157.55.39.109', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4067, 14, '2014-06-19 22:40:06', '170.94.26.21', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4068, 5, '2014-06-19 23:08:36', '68.226.108.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4069, 12, '2014-06-20 00:30:36', '195.234.136.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4070, 6, '2014-06-20 00:59:10', '75.171.115.201', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4071, 5, '2014-06-20 02:32:59', '24.102.113.73', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4072, 5, '2014-06-20 03:50:05', '80.15.154.35', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4073, 12, '2014-06-20 03:50:32', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4074, 6, '2014-06-20 03:51:09', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4075, 6, '2014-06-20 04:27:15', '70.199.138.212', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4076, 6, '2014-06-20 06:40:59', '93.186.202.244', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4077, 12, '2014-06-20 10:42:01', '46.118.155.200', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4078, 6, '2014-06-20 13:30:28', '107.170.221.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4079, 9, '2014-06-20 14:55:25', '70.118.12.238', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4080, 6, '2014-06-20 15:20:22', '54.74.239.57', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4081, 5, '2014-06-20 16:03:09', '64.184.93.193', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4082, 14, '2014-06-20 16:09:28', '184.191.141.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4083, 5, '2014-06-20 17:56:15', '199.59.148.210', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4084, 5, '2014-06-20 19:48:49', '63.131.172.150', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4085, 9, '2014-06-20 19:48:56', '216.53.168.57', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4086, 6, '2014-06-20 20:56:02', '64.56.94.108', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4087, 5, '2014-06-20 22:43:00', '157.55.39.205', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4088, 12, '2014-06-20 22:43:02', '104.4.197.198', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4089, 6, '2014-06-20 23:49:48', '157.55.39.107', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4090, 12, '2014-06-20 23:57:00', '121.214.106.45', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4091, 12, '2014-06-21 00:44:03', '207.46.13.72', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4092, 6, '2014-06-21 04:47:10', '24.20.182.130', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4093, 6, '2014-06-21 06:26:10', '54.82.191.186', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4094, 6, '2014-06-21 09:09:45', '54.86.24.19', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4095, 12, '2014-06-21 09:10:07', '54.86.24.19', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4096, 5, '2014-06-21 09:10:17', '54.86.24.19', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4097, 6, '2014-06-21 17:16:19', '209.40.169.18', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4098, 5, '2014-06-21 18:25:16', '70.194.197.32', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4099, 6, '2014-06-21 19:10:09', '24.37.90.190', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4100, 6, '2014-06-22 00:38:59', '74.110.160.149', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4101, 5, '2014-06-22 01:21:59', '184.61.250.223', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4102, 6, '2014-06-22 02:38:37', '194.114.133.134', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4103, 12, '2014-06-22 02:38:38', '194.114.133.134', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4104, 5, '2014-06-22 02:38:40', '194.114.133.134', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4105, 5, '2014-06-22 03:13:47', '24.252.82.250', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4106, 12, '2014-06-22 04:11:49', '194.114.133.134', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4107, 5, '2014-06-22 04:11:51', '194.114.133.134', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4108, 6, '2014-06-22 04:11:52', '194.114.133.134', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4109, 5, '2014-06-22 08:35:15', '157.55.39.205', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4110, 6, '2014-06-22 09:15:45', '157.55.39.107', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4111, 12, '2014-06-22 09:48:23', '157.55.39.235', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4112, 12, '2014-06-22 14:11:19', '68.234.17.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4113, 5, '2014-06-22 14:11:23', '68.234.26.219', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4114, 6, '2014-06-22 14:11:26', '69.162.152.224', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4115, 14, '2014-06-22 15:54:15', '173.219.2.254', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4116, 5, '2014-06-22 17:32:24', '68.232.187.220', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4117, 6, '2014-06-22 17:46:28', '157.55.39.107', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4118, 12, '2014-06-22 20:38:28', '192.99.170.19', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4119, 5, '2014-06-22 21:33:33', '74.240.156.227', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4120, 12, '2014-06-22 23:47:15', '195.234.136.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4121, 6, '2014-06-23 00:52:50', '71.181.81.176', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4122, 9, '2014-06-23 01:19:57', '172.0.137.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4123, 6, '2014-06-23 01:34:23', '157.55.39.214', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4124, 12, '2014-06-23 03:44:22', '100.43.91.21', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4125, 12, '2014-06-23 07:20:51', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4126, 6, '2014-06-23 08:22:46', '182.64.62.31', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4127, 5, '2014-06-23 08:27:04', '91.194.84.112', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4128, 12, '2014-06-23 08:27:14', '91.194.84.112', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4129, 6, '2014-06-23 09:44:36', '68.180.225.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4130, 6, '2014-06-23 11:57:29', '78.129.250.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4131, 5, '2014-06-23 11:58:33', '78.129.250.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4132, 6, '2014-06-23 13:39:31', '157.55.39.214', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4133, 6, '2014-06-23 16:42:04', '70.90.154.220', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4134, 14, '2014-06-23 16:56:46', '198.236.242.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4135, 6, '2014-06-23 17:56:40', '183.60.214.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4136, 5, '2014-06-23 18:11:32', '157.55.39.197', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4137, 6, '2014-06-23 18:43:50', '173.78.20.136', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4138, 12, '2014-06-23 19:16:30', '67.253.240.238', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4139, 6, '2014-06-23 19:17:17', '207.46.13.29', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4140, 6, '2014-06-23 20:22:57', '208.98.237.81', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4141, 5, '2014-06-23 20:48:52', '31.13.99.118', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4142, 5, '2014-06-23 21:59:46', '71.160.144.7', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4143, 12, '2014-06-23 23:57:43', '54.203.48.202', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4144, 6, '2014-06-23 23:57:52', '54.203.48.202', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4145, 5, '2014-06-23 23:58:22', '54.203.48.202', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4146, 5, '2014-06-24 00:33:03', '69.174.170.234', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4147, 12, '2014-06-24 01:08:07', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4148, 6, '2014-06-24 01:08:07', '4.79.204.36', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4149, 5, '2014-06-24 01:08:08', '4.79.204.36', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4150, 5, '2014-06-24 02:19:36', '99.117.2.116', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4151, 12, '2014-06-24 02:44:10', '75.136.194.151', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4152, 6, '2014-06-24 04:04:40', '182.64.187.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4153, 5, '2014-06-24 04:09:30', '98.214.251.233', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4154, 12, '2014-06-24 04:47:10', '68.180.225.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4155, 5, '2014-06-24 07:23:19', '68.180.225.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4156, 6, '2014-06-24 11:38:43', '197.254.44.190', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4157, 6, '2014-06-24 14:36:25', '75.144.162.22', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4158, 5, '2014-06-24 14:57:32', '209.33.162.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4159, 12, '2014-06-24 15:19:28', '70.209.8.66', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4160, 5, '2014-06-24 15:52:33', '74.240.156.47', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4161, 12, '2014-06-24 16:00:13', '68.191.227.241', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4162, 6, '2014-06-24 19:19:54', '184.72.141.34', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4163, 12, '2014-06-24 19:21:16', '184.72.141.34', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4164, 5, '2014-06-24 19:21:30', '184.72.141.34', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4165, 5, '2014-06-24 22:54:47', '199.59.148.211', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4166, 5, '2014-06-24 23:58:20', '70.194.96.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4167, 9, '2014-06-25 01:13:48', '173.254.171.55', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4168, 12, '2014-06-25 01:48:42', '157.55.39.110', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4169, 5, '2014-06-25 02:10:11', '76.17.171.227', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4170, 12, '2014-06-25 02:13:32', '50.53.221.161', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4171, 5, '2014-06-25 03:28:25', '69.171.247.114', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4172, 12, '2014-06-25 06:23:52', '212.88.117.222', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4173, 6, '2014-06-25 08:38:30', '157.55.39.164', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4174, 5, '2014-06-25 09:52:23', '66.249.64.184', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4175, 5, '2014-06-25 11:10:22', '107.21.174.128', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4176, 5, '2014-06-25 14:36:19', '157.55.39.214', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (4177, 12, '2014-06-25 14:52:55', '172.56.26.144', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4178, 5, '2014-06-25 15:05:48', '157.55.39.214', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4179, 12, '2014-06-25 15:19:59', '72.241.137.4', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4180, 6, '2014-06-25 15:45:56', '157.55.39.164', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4181, 5, '2014-06-25 17:03:16', '199.58.86.211', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4182, 12, '2014-06-25 17:03:46', '199.58.86.211', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (4183, 6, '2014-06-25 17:41:48', '74.95.90.225', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4184, 5, '2014-06-25 18:16:08', '173.252.120.119', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4185, 12, '2014-06-25 18:25:38', '198.199.64.115', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4186, 6, '2014-06-25 18:25:38', '198.199.64.115', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4187, 5, '2014-06-25 20:30:04', '50.138.67.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4188, 5, '2014-06-25 21:39:11', '50.138.67.10', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4189, 5, '2014-06-25 23:13:20', '66.245.90.31', 8) ; 
INSERT INTO `wp_rg_form_view` VALUES (4190, 6, '2014-06-25 23:17:26', '66.245.90.31', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4191, 12, '2014-06-25 23:20:02', '66.245.90.31', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4192, 5, '2014-06-26 00:26:24', '173.26.52.193', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4193, 5, '2014-06-26 02:46:20', '107.18.148.178', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4194, 12, '2014-06-26 08:00:16', '183.60.215.48', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4195, 6, '2014-06-26 08:06:30', '68.180.225.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4196, 12, '2014-06-26 13:00:44', '216.139.72.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4197, 6, '2014-06-26 13:01:11', '216.139.72.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4198, 5, '2014-06-26 14:49:37', '159.53.110.140', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4199, 12, '2014-06-26 14:54:19', '157.55.39.64', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4200, 6, '2014-06-26 15:45:31', '107.149.120.102', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4201, 9, '2014-06-26 17:12:10', '50.203.24.192', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4202, 6, '2014-06-26 18:26:40', '70.90.181.193', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4203, 5, '2014-06-26 18:39:36', '70.198.133.212', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4204, 12, '2014-06-26 20:38:22', '157.55.39.107', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4205, 5, '2014-06-26 20:47:21', '69.174.170.234', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4206, 5, '2014-06-26 21:57:13', '68.60.117.14', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4207, 6, '2014-06-26 22:25:44', '209.147.114.50', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4208, 5, '2014-06-26 23:47:37', '209.133.77.167', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4209, 5, '2014-06-27 00:13:14', '67.236.137.101', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4210, 5, '2014-06-27 01:39:29', '108.41.25.38', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4211, 5, '2014-06-27 02:42:30', '173.26.52.193', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4212, 6, '2014-06-27 02:44:42', '66.245.90.31', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4213, 5, '2014-06-27 07:03:53', '183.60.215.48', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4214, 6, '2014-06-27 10:21:54', '162.210.196.97', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4215, 5, '2014-06-27 11:49:18', '184.53.32.15', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4216, 6, '2014-06-27 13:29:32', '183.60.214.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4217, 5, '2014-06-27 14:33:32', '198.228.232.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4218, 6, '2014-06-27 15:02:48', '69.249.68.43', 6) ; 
INSERT INTO `wp_rg_form_view` VALUES (4219, 9, '2014-06-27 15:24:46', '209.33.162.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4220, 5, '2014-06-27 15:34:59', '71.219.54.36', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4221, 5, '2014-06-27 16:00:19', '75.150.235.177', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4222, 14, '2014-06-27 18:25:24', '184.43.111.224', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4223, 5, '2014-06-27 19:49:08', '174.252.64.243', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4224, 5, '2014-06-27 20:04:17', '207.67.33.242', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4225, 6, '2014-06-27 20:54:22', '76.125.33.127', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4226, 5, '2014-06-27 21:26:11', '216.239.250.4', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4227, 5, '2014-06-27 22:08:28', '72.215.195.182', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4228, 12, '2014-06-27 23:57:11', '50.147.44.32', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4229, 12, '2014-06-28 00:47:39', '71.29.150.44', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4230, 5, '2014-06-28 01:44:32', '72.201.133.159', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4231, 5, '2014-06-28 02:00:37', '72.201.133.159', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4232, 6, '2014-06-28 03:20:43', '174.127.133.87', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4233, 12, '2014-06-28 03:37:48', '107.2.183.69', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4234, 12, '2014-06-28 11:38:06', '24.214.243.88', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4235, 6, '2014-06-28 11:43:42', '67.162.83.157', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4236, 5, '2014-06-28 12:09:34', '157.55.39.214', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4237, 5, '2014-06-28 14:38:44', '174.53.13.169', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4238, 6, '2014-06-28 16:01:41', '157.55.39.57', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4239, 12, '2014-06-28 16:47:15', '157.55.39.40', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4240, 6, '2014-06-28 18:08:24', '208.68.250.46', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4241, 6, '2014-06-28 20:49:40', '160.111.253.23', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4242, 6, '2014-06-28 21:01:41', '198.199.66.108', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4243, 12, '2014-06-28 21:01:41', '198.199.66.108', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4244, 12, '2014-06-28 23:37:06', '69.140.126.129', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4245, 6, '2014-06-28 23:52:16', '70.80.72.9', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4246, 6, '2014-06-29 00:01:16', '70.80.72.9', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4247, 9, '2014-06-29 00:51:22', '68.229.133.228', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4248, 6, '2014-06-29 03:10:07', '157.55.39.0', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4249, 5, '2014-06-29 07:00:02', '207.46.13.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4250, 12, '2014-06-29 07:32:25', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4251, 5, '2014-06-29 11:03:45', '68.60.117.14', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4252, 12, '2014-06-29 13:26:09', '64.203.139.114', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4253, 14, '2014-06-29 13:49:13', '64.203.139.114', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4254, 6, '2014-06-29 14:25:12', '107.22.102.38', 8) ; 
INSERT INTO `wp_rg_form_view` VALUES (4255, 12, '2014-06-29 14:27:22', '37.58.100.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4256, 5, '2014-06-29 17:40:19', '70.226.194.211', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4257, 12, '2014-06-29 17:41:46', '117.208.97.31', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4258, 6, '2014-06-29 19:07:31', '69.74.254.254', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4259, 5, '2014-06-29 19:25:52', '157.55.39.214', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4260, 6, '2014-06-29 21:45:20', '24.217.88.124', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4261, 6, '2014-06-30 01:18:46', '198.178.124.47', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4262, 5, '2014-06-30 02:16:36', '184.96.110.137', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4263, 6, '2014-06-30 03:04:32', '63.141.236.250', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4264, 12, '2014-06-30 03:04:41', '63.141.236.250', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4265, 5, '2014-06-30 03:04:54', '63.141.236.250', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4266, 5, '2014-06-30 04:17:32', '172.8.1.63', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4267, 12, '2014-06-30 04:57:42', '157.55.39.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4268, 6, '2014-06-30 09:25:46', '207.46.13.120', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4269, 5, '2014-06-30 12:12:32', '166.137.109.225', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4270, 6, '2014-06-30 14:11:25', '174.127.133.54', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4271, 12, '2014-06-30 14:34:29', '131.230.215.192', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4272, 5, '2014-06-30 15:10:49', '24.116.234.233', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4273, 14, '2014-06-30 15:53:39', '199.47.255.53', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4274, 6, '2014-06-30 16:00:49', '98.160.224.191', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4275, 5, '2014-06-30 16:38:02', '65.9.255.117', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4276, 14, '2014-06-30 17:03:55', '199.47.255.53', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (4277, 12, '2014-06-30 19:49:18', '68.228.93.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4278, 9, '2014-06-30 20:15:31', '98.231.129.208', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4279, 6, '2014-06-30 21:12:24', '66.220.159.115', 7) ; 
INSERT INTO `wp_rg_form_view` VALUES (4280, 5, '2014-06-30 23:15:05', '108.202.248.240', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4281, 5, '2014-07-01 01:10:00', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4282, 12, '2014-07-01 01:10:04', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4283, 6, '2014-07-01 01:10:04', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4284, 5, '2014-07-01 02:06:19', '108.202.248.240', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4285, 6, '2014-07-01 02:43:37', '71.202.23.97', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4286, 5, '2014-07-01 04:10:34', '72.201.133.159', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4287, 12, '2014-07-01 06:53:36', '157.55.39.8', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4288, 6, '2014-07-01 09:07:18', '183.60.215.48', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4289, 6, '2014-07-01 13:33:28', '69.58.178.58', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4290, 12, '2014-07-01 13:36:59', '160.111.253.29', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4291, 5, '2014-07-01 14:22:29', '65.9.255.117', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4292, 12, '2014-07-01 15:21:07', '73.176.2.157', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4293, 14, '2014-07-01 15:51:46', '184.191.141.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4294, 6, '2014-07-01 16:01:47', '98.121.127.79', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4295, 12, '2014-07-01 16:13:55', '107.170.99.161', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4296, 5, '2014-07-01 16:17:51', '107.170.99.161', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4297, 12, '2014-07-01 17:16:18', '157.55.39.214', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4298, 14, '2014-07-01 18:17:13', '184.191.141.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4299, 5, '2014-07-01 19:03:26', '69.65.1.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4300, 9, '2014-07-01 20:23:03', '216.87.37.226', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4301, 12, '2014-07-01 20:26:49', '72.240.51.222', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4302, 5, '2014-07-01 20:55:38', '166.137.180.99', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4303, 5, '2014-07-01 21:24:37', '180.76.5.193', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4304, 6, '2014-07-01 22:29:00', '208.68.38.202', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4305, 12, '2014-07-01 22:29:00', '208.68.38.202', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4306, 6, '2014-07-01 23:19:43', '71.194.229.237', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4307, 5, '2014-07-01 23:24:54', '199.59.148.211', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4308, 5, '2014-07-02 00:12:45', '24.209.240.58', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4309, 5, '2014-07-02 01:25:06', '69.137.105.5', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4310, 5, '2014-07-02 02:32:12', '76.98.208.28', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4311, 6, '2014-07-02 03:43:27', '66.249.79.123', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4312, 6, '2014-07-02 04:17:04', '157.55.39.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4313, 6, '2014-07-02 06:03:10', '157.55.39.155', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4314, 5, '2014-07-02 06:28:07', '157.55.39.214', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4315, 6, '2014-07-02 07:15:09', '75.171.115.201', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4316, 12, '2014-07-02 08:07:44', '157.55.39.27', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4317, 5, '2014-07-02 13:50:41', '157.55.39.214', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4318, 6, '2014-07-02 14:11:16', '141.214.58.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4319, 6, '2014-07-02 15:12:27', '65.130.165.220', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4320, 12, '2014-07-02 16:07:58', '170.109.16.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4321, 5, '2014-07-02 16:16:40', '151.132.106.25', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4322, 6, '2014-07-02 16:19:10', '173.78.20.136', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4323, 12, '2014-07-02 17:08:53', '74.178.186.237', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4324, 12, '2014-07-02 18:56:35', '68.180.225.50', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4325, 5, '2014-07-02 18:56:50', '69.171.247.112', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4326, 14, '2014-07-02 18:58:00', '184.191.141.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4327, 5, '2014-07-02 19:11:08', '66.161.129.106', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4328, 6, '2014-07-02 19:23:37', '66.161.129.106', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4329, 12, '2014-07-02 19:45:39', '24.176.228.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4330, 5, '2014-07-02 20:07:47', '31.13.99.113', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4331, 5, '2014-07-02 22:12:55', '68.195.12.131', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4332, 5, '2014-07-03 01:18:50', '68.97.179.171', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4333, 6, '2014-07-03 01:29:52', '199.106.195.8', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4334, 6, '2014-07-03 02:20:55', '50.66.77.167', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4335, 5, '2014-07-03 04:37:05', '68.180.225.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4336, 6, '2014-07-03 05:23:56', '68.180.225.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4337, 12, '2014-07-03 11:16:42', '157.55.39.12', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4338, 12, '2014-07-03 12:34:10', '208.184.211.50', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4339, 14, '2014-07-03 12:38:49', '208.184.211.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4340, 6, '2014-07-03 12:46:44', '208.184.211.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4341, 12, '2014-07-03 13:04:39', '157.55.39.12', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4342, 12, '2014-07-03 15:11:00', '160.111.253.29', 5) ; 
INSERT INTO `wp_rg_form_view` VALUES (4343, 6, '2014-07-03 15:13:00', '160.111.253.29', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4344, 14, '2014-07-03 15:47:29', '76.100.243.218', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4345, 9, '2014-07-03 16:58:17', '67.183.231.31', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4346, 5, '2014-07-03 17:07:41', '54.226.135.136', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4347, 12, '2014-07-03 17:07:49', '54.226.135.136', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4348, 6, '2014-07-03 17:08:08', '54.226.135.136', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4349, 14, '2014-07-03 17:15:48', '208.184.211.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4350, 12, '2014-07-03 18:59:50', '131.118.229.7', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4351, 12, '2014-07-03 20:26:55', '206.227.2.19', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4352, 6, '2014-07-03 22:46:17', '206.227.2.19', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4353, 12, '2014-07-03 22:46:49', '206.227.2.19', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4354, 12, '2014-07-03 23:13:44', '50.147.63.71', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4355, 6, '2014-07-04 00:18:13', '174.102.151.223', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4356, 6, '2014-07-04 01:58:47', '124.6.181.162', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4357, 6, '2014-07-04 05:01:50', '100.43.91.21', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4358, 12, '2014-07-04 05:07:25', '76.123.123.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4359, 5, '2014-07-04 06:09:20', '157.55.39.214', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4360, 6, '2014-07-04 07:20:48', '207.46.13.20', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4361, 6, '2014-07-04 14:24:36', '124.40.244.213', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4362, 5, '2014-07-04 15:10:39', '107.147.162.81', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4363, 12, '2014-07-04 15:13:29', '74.83.52.42', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4364, 9, '2014-07-04 16:40:05', '216.204.199.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4365, 14, '2014-07-04 16:45:14', '184.191.141.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4366, 6, '2014-07-04 17:09:44', '63.227.0.126', 5) ; 
INSERT INTO `wp_rg_form_view` VALUES (4367, 5, '2014-07-04 19:27:24', '204.194.251.5', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4368, 12, '2014-07-04 20:46:55', '98.154.209.150', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4369, 5, '2014-07-05 00:29:12', '37.58.100.68', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4370, 5, '2014-07-05 03:36:37', '157.55.39.214', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4371, 6, '2014-07-05 04:25:21', '166.147.81.129', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4372, 12, '2014-07-05 04:38:24', '157.55.39.85', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4373, 12, '2014-07-05 05:01:31', '77.75.73.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4374, 5, '2014-07-05 05:01:34', '77.75.73.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4375, 6, '2014-07-05 06:52:45', '183.60.214.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4376, 12, '2014-07-05 09:34:32', '192.99.0.13', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4377, 6, '2014-07-05 09:59:00', '198.199.64.115', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4378, 5, '2014-07-05 12:51:36', '166.170.21.167', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4379, 12, '2014-07-05 17:34:58', '66.249.65.6', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4380, 5, '2014-07-05 20:01:12', '166.89.174.207', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4381, 6, '2014-07-05 22:04:49', '207.241.237.225', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4382, 12, '2014-07-05 22:16:31', '207.241.237.103', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4383, 5, '2014-07-05 22:29:22', '66.249.65.6', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4384, 6, '2014-07-05 23:35:42', '107.170.178.14', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4385, 6, '2014-07-06 00:33:33', '23.253.172.125', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4386, 12, '2014-07-06 02:31:12', '157.55.39.85', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4387, 5, '2014-07-06 02:37:41', '157.55.39.214', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4388, 6, '2014-07-06 03:13:19', '207.46.13.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4389, 6, '2014-07-06 07:35:36', '207.46.13.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4390, 5, '2014-07-06 08:03:34', '157.55.39.214', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4391, 12, '2014-07-06 08:28:10', '157.55.39.85', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4392, 12, '2014-07-06 11:13:20', '157.55.39.85', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4393, 5, '2014-07-06 13:37:11', '70.192.201.224', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4394, 12, '2014-07-06 15:27:01', '194.114.133.134', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4395, 6, '2014-07-06 15:27:02', '194.114.133.134', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4396, 5, '2014-07-06 15:27:03', '194.114.133.134', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4397, 12, '2014-07-06 16:27:17', '77.75.73.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4398, 5, '2014-07-06 16:27:20', '77.75.73.17', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4399, 12, '2014-07-06 18:10:15', '199.119.158.161', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4400, 5, '2014-07-06 18:43:50', '174.236.194.62', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4401, 6, '2014-07-06 19:36:51', '192.99.0.13', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4402, 6, '2014-07-06 20:26:04', '142.91.111.41', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4403, 5, '2014-07-06 22:54:13', '98.211.242.126', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4404, 6, '2014-07-06 23:13:51', '68.194.143.20', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (4405, 5, '2014-07-07 00:58:46', '198.236.242.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4406, 9, '2014-07-07 01:42:00', '69.112.225.202', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4407, 6, '2014-07-07 02:34:47', '91.121.79.180', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4408, 5, '2014-07-07 02:35:50', '91.121.79.180', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4409, 12, '2014-07-07 02:35:59', '91.121.79.180', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4410, 12, '2014-07-07 04:43:46', '67.45.101.78', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4411, 6, '2014-07-07 05:19:51', '70.58.188.52', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4412, 6, '2014-07-07 06:35:28', '154.20.41.14', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4413, 6, '2014-07-07 11:55:34', '27.124.30.226', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4414, 12, '2014-07-07 12:00:38', '37.58.100.238', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4415, 5, '2014-07-07 12:35:30', '50.203.67.114', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4416, 6, '2014-07-07 12:38:25', '50.203.67.114', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4417, 12, '2014-07-07 13:04:02', '66.177.104.103', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (4418, 6, '2014-07-07 14:57:05', '157.55.39.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4419, 5, '2014-07-07 15:49:08', '70.171.16.7', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4420, 14, '2014-07-07 16:05:50', '184.191.141.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4421, 5, '2014-07-07 16:13:20', '75.151.145.145', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4422, 6, '2014-07-07 16:31:09', '69.74.254.254', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4423, 9, '2014-07-07 17:35:43', '67.220.165.106', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4424, 5, '2014-07-07 17:37:53', '50.203.67.114', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4425, 6, '2014-07-07 18:37:01', '167.115.115.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4426, 5, '2014-07-07 18:38:31', '74.103.170.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4427, 14, '2014-07-07 19:08:41', '209.194.208.116', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4428, 5, '2014-07-07 19:37:09', '157.55.39.214', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4429, 12, '2014-07-07 20:45:06', '100.43.91.21', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4430, 6, '2014-07-07 21:22:19', '157.55.39.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4431, 12, '2014-07-07 21:46:09', '183.60.214.17', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4432, 6, '2014-07-07 22:22:39', '23.253.172.125', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4433, 6, '2014-07-08 00:50:43', '207.159.110.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4434, 6, '2014-07-08 02:29:30', '70.171.16.7', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4435, 5, '2014-07-08 04:58:59', '131.253.24.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4436, 12, '2014-07-08 05:00:19', '157.55.39.85', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4437, 6, '2014-07-08 05:40:17', '192.34.58.199', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4438, 6, '2014-07-08 06:14:26', '198.145.80.12', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4439, 5, '2014-07-08 07:03:10', '162.205.241.33', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4440, 6, '2014-07-08 08:36:52', '157.55.39.69', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4441, 12, '2014-07-08 10:45:09', '162.216.103.203', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4442, 6, '2014-07-08 10:45:11', '69.162.131.129', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4443, 5, '2014-07-08 10:45:12', '69.162.152.72', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4444, 6, '2014-07-08 11:30:27', '41.59.33.40', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4445, 6, '2014-07-08 13:30:37', '50.80.255.166', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4446, 6, '2014-07-08 14:40:03', '107.136.140.6', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4447, 12, '2014-07-08 15:24:19', '41.139.134.118', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4448, 5, '2014-07-08 15:38:43', '70.166.118.217', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4449, 6, '2014-07-08 17:16:35', '65.244.122.243', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4450, 9, '2014-07-08 17:19:38', '98.114.124.150', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4451, 5, '2014-07-08 18:34:36', '69.174.87.156', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4452, 9, '2014-07-08 19:14:15', '192.195.66.4', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4453, 6, '2014-07-08 19:32:20', '24.186.148.4', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4454, 6, '2014-07-08 20:23:22', '50.153.191.3', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4455, 5, '2014-07-08 20:43:11', '183.60.214.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4456, 14, '2014-07-08 21:32:56', '184.191.141.86', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4457, 6, '2014-07-08 23:37:32', '183.60.213.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4458, 12, '2014-07-09 00:00:27', '73.35.1.208', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4459, 6, '2014-07-09 00:24:17', '172.0.96.73', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4460, 12, '2014-07-09 02:03:20', '172.56.30.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4461, 5, '2014-07-09 02:14:06', '98.168.150.112', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4462, 6, '2014-07-09 02:17:41', '50.198.195.89', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4463, 6, '2014-07-09 05:30:51', '205.203.134.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4464, 12, '2014-07-09 05:31:24', '205.203.134.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4465, 5, '2014-07-09 05:31:33', '205.203.134.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4466, 6, '2014-07-09 06:13:51', '157.55.39.60', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4467, 5, '2014-07-09 08:34:19', '157.55.39.63', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4468, 6, '2014-07-09 08:53:09', '207.46.13.97', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4469, 12, '2014-07-09 09:57:44', '157.55.39.103', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4470, 6, '2014-07-09 10:26:21', '66.249.76.153', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4471, 5, '2014-07-09 10:43:32', '194.114.133.131', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4472, 12, '2014-07-09 10:43:33', '194.114.133.131', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4473, 6, '2014-07-09 12:22:17', '82.145.220.26', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4474, 5, '2014-07-09 12:34:58', '66.249.67.6', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4475, 5, '2014-07-09 14:30:50', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4476, 5, '2014-07-09 16:06:20', '173.15.41.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4477, 12, '2014-07-09 16:10:04', '157.55.39.103', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4478, 6, '2014-07-09 16:10:34', '50.52.29.33', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4479, 5, '2014-07-09 17:43:56', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4480, 6, '2014-07-09 17:52:03', '192.195.66.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4481, 6, '2014-07-09 18:41:51', '24.58.192.85', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4482, 6, '2014-07-09 19:46:03', '69.87.144.216', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4483, 6, '2014-07-09 22:06:35', '180.76.6.151', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4484, 5, '2014-07-09 22:11:02', '173.252.110.118', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4485, 9, '2014-07-09 22:21:10', '70.51.156.71', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4486, 12, '2014-07-09 22:47:44', '206.227.2.19', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4487, 12, '2014-07-09 23:46:17', '75.181.69.61', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4488, 5, '2014-07-10 00:00:18', '75.182.4.87', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4489, 5, '2014-07-10 03:01:09', '207.46.13.112', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4490, 12, '2014-07-10 05:14:15', '68.180.225.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4491, 12, '2014-07-10 09:41:26', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4492, 5, '2014-07-10 10:25:16', '199.59.148.209', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4493, 6, '2014-07-10 12:13:43', '104.130.66.221', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4494, 12, '2014-07-10 12:19:00', '82.0.195.125', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4495, 6, '2014-07-10 14:48:55', '65.244.122.243', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4496, 5, '2014-07-10 15:16:02', '207.67.84.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4497, 6, '2014-07-10 17:30:38', '207.148.222.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4498, 12, '2014-07-10 18:53:13', '157.55.39.103', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4499, 5, '2014-07-10 20:37:50', '74.103.170.82', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4500, 9, '2014-07-10 21:43:12', '68.43.149.127', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4501, 6, '2014-07-11 01:34:26', '96.225.145.244', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4502, 6, '2014-07-11 02:48:14', '192.81.211.179', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4503, 12, '2014-07-11 02:48:14', '192.81.211.179', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (4504, 5, '2014-07-11 02:51:39', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4505, 5, '2014-07-11 03:03:55', '207.46.13.112', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4506, 6, '2014-07-11 03:23:55', '157.55.39.189', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4507, 12, '2014-07-11 06:11:24', '180.76.5.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4508, 5, '2014-07-11 08:05:07', '5.9.102.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4509, 12, '2014-07-11 08:05:26', '5.9.102.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4510, 6, '2014-07-11 08:05:40', '5.9.102.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4511, 5, '2014-07-11 10:05:21', '66.249.70.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4512, 6, '2014-07-11 10:29:32', '207.46.13.83', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4513, 12, '2014-07-11 10:43:14', '192.99.0.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4514, 12, '2014-07-11 11:02:30', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4515, 6, '2014-07-11 15:15:59', '70.162.76.237', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4516, 12, '2014-07-11 15:16:54', '68.192.40.180', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4517, 14, '2014-07-11 17:41:38', '166.205.49.114', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4518, 6, '2014-07-11 19:41:20', '24.14.165.58', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4519, 14, '2014-07-11 20:56:23', '184.191.141.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4520, 6, '2014-07-11 21:01:41', '199.18.112.253', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (4521, 5, '2014-07-11 22:38:28', '172.10.180.220', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4522, 5, '2014-07-12 01:18:53', '70.198.133.138', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4523, 5, '2014-07-12 02:37:49', '207.46.13.112', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4524, 6, '2014-07-12 02:45:24', '157.55.39.64', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4525, 12, '2014-07-12 03:22:39', '157.55.39.104', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4526, 6, '2014-07-12 04:52:03', '192.99.8.227', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4527, 12, '2014-07-12 05:38:29', '216.107.155.114', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4528, 5, '2014-07-12 10:27:29', '183.60.213.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4529, 6, '2014-07-12 12:52:35', '107.170.88.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4530, 6, '2014-07-12 13:31:50', '76.23.131.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4531, 6, '2014-07-12 14:24:25', '24.95.73.181', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4532, 6, '2014-07-12 15:40:02', '76.23.131.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4533, 6, '2014-07-12 16:30:49', '66.213.101.98', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4534, 5, '2014-07-12 18:53:36', '207.46.13.112', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4535, 6, '2014-07-12 19:25:39', '157.55.39.218', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4536, 12, '2014-07-12 19:57:26', '157.55.39.104', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4537, 6, '2014-07-12 20:49:52', '65.102.150.54', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4538, 6, '2014-07-12 21:17:47', '207.46.13.112', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4539, 6, '2014-07-12 22:32:29', '216.125.167.229', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4540, 5, '2014-07-13 02:27:07', '207.46.13.112', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4541, 6, '2014-07-13 03:43:07', '157.55.39.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4542, 6, '2014-07-13 04:51:39', '77.75.73.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4543, 12, '2014-07-13 08:46:02', '157.55.39.103', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4544, 12, '2014-07-13 09:16:42', '100.43.91.21', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4545, 6, '2014-07-13 17:48:28', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4546, 9, '2014-07-13 18:02:44', '73.36.178.169', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4547, 6, '2014-07-13 18:57:46', '198.0.106.113', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4548, 5, '2014-07-13 19:50:11', '207.58.198.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4549, 6, '2014-07-13 20:00:37', '205.189.35.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4550, 12, '2014-07-13 20:07:45', '200.93.130.196', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4551, 6, '2014-07-13 22:21:49', '75.74.83.120', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4552, 6, '2014-07-13 23:34:53', '77.75.77.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4553, 5, '2014-07-14 00:12:04', '68.180.225.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4554, 6, '2014-07-14 01:50:37', '70.58.189.210', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4555, 6, '2014-07-14 02:14:58', '162.243.170.62', 13) ; 
INSERT INTO `wp_rg_form_view` VALUES (4556, 12, '2014-07-14 02:14:58', '162.243.170.62', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (4557, 5, '2014-07-14 02:15:34', '74.105.162.233', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4558, 6, '2014-07-14 03:53:56', '68.180.225.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4559, 5, '2014-07-14 04:13:51', '216.66.78.194', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4560, 6, '2014-07-14 04:30:42', '66.249.65.123', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4561, 6, '2014-07-14 05:33:29', '192.183.195.252', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4562, 6, '2014-07-14 09:42:35', '220.181.125.154', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4563, 6, '2014-07-14 11:28:59', '41.222.194.56', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4564, 5, '2014-07-14 14:49:17', '5.35.253.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4565, 14, '2014-07-14 14:49:21', '166.147.110.40', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4566, 6, '2014-07-14 14:50:34', '5.35.253.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4567, 5, '2014-07-14 15:15:02', '5.35.253.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4568, 12, '2014-07-14 15:26:47', '5.35.253.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4569, 6, '2014-07-14 15:34:20', '5.35.253.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4570, 6, '2014-07-14 18:04:20', '66.26.247.251', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4571, 5, '2014-07-14 18:14:23', '70.196.129.242', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4572, 6, '2014-07-14 19:53:02', '72.175.234.242', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4573, 6, '2014-07-14 20:36:11', '74.63.162.21', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4574, 5, '2014-07-14 20:41:49', '207.46.13.97', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4575, 12, '2014-07-14 21:00:49', '72.70.40.98', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4576, 14, '2014-07-14 21:46:26', '205.189.35.2', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4577, 6, '2014-07-14 22:41:54', '166.147.80.228', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4578, 6, '2014-07-14 23:33:11', '107.204.178.253', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4579, 5, '2014-07-15 00:04:25', '199.59.148.209', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4580, 6, '2014-07-15 00:26:10', '178.255.215.90', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4581, 6, '2014-07-15 01:14:53', '70.195.8.38', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4582, 12, '2014-07-15 01:40:46', '73.190.128.20', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4583, 5, '2014-07-15 02:17:28', '208.107.239.92', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4584, 5, '2014-07-15 04:22:58', '66.220.159.112', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4585, 6, '2014-07-15 04:28:06', '184.99.222.8', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4586, 5, '2014-07-15 06:23:29', '68.180.225.50', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4587, 6, '2014-07-15 07:55:47', '157.55.39.22', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4588, 5, '2014-07-15 08:32:47', '157.55.39.170', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4589, 6, '2014-07-15 08:40:56', '157.55.39.22', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4590, 6, '2014-07-15 09:26:39', '157.55.39.19', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4591, 6, '2014-07-15 10:06:01', '157.55.39.19', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4592, 12, '2014-07-15 10:22:28', '157.55.39.141', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4593, 12, '2014-07-15 11:43:12', '157.55.39.141', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4594, 6, '2014-07-15 13:37:47', '66.49.10.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4595, 6, '2014-07-15 14:00:54', '64.196.178.110', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4596, 5, '2014-07-15 14:34:09', '199.59.148.210', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4597, 6, '2014-07-15 15:46:59', '159.178.121.61', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4598, 5, '2014-07-15 16:59:38', '72.197.222.241', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4599, 12, '2014-07-15 17:25:21', '4.53.78.51', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4600, 6, '2014-07-15 17:34:10', '98.121.76.220', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4601, 6, '2014-07-15 19:22:10', '38.184.1.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4602, 12, '2014-07-15 22:22:15', '108.75.166.61', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4603, 6, '2014-07-15 22:40:45', '216.125.167.229', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4604, 12, '2014-07-15 23:10:01', '24.158.143.58', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4605, 12, '2014-07-16 00:21:14', '50.179.229.175', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4606, 5, '2014-07-16 01:25:36', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4607, 12, '2014-07-16 01:25:39', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4608, 6, '2014-07-16 01:25:39', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4609, 5, '2014-07-16 06:34:04', '80.15.154.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4610, 6, '2014-07-16 12:15:35', '173.161.226.225', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4611, 12, '2014-07-16 14:13:17', '66.4.209.215', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4612, 5, '2014-07-16 15:29:38', '24.154.186.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4613, 6, '2014-07-16 15:52:03', '65.79.111.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4614, 12, '2014-07-16 15:59:27', '74.219.149.34', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4615, 14, '2014-07-16 16:02:56', '74.219.149.34', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4616, 12, '2014-07-16 17:34:37', '206.227.2.19', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4617, 12, '2014-07-16 19:10:37', '99.196.153.223', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4618, 6, '2014-07-16 19:45:46', '164.47.161.254', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4619, 12, '2014-07-16 20:44:58', '206.227.2.19', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4620, 6, '2014-07-16 21:19:20', '99.232.86.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4621, 5, '2014-07-16 21:20:22', '70.197.95.104', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4622, 6, '2014-07-16 22:26:44', '108.204.40.129', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4623, 12, '2014-07-16 22:50:11', '24.207.204.18', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4624, 5, '2014-07-16 23:35:23', '199.59.148.211', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4625, 9, '2014-07-17 02:06:42', '50.165.41.177', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4626, 6, '2014-07-17 03:17:11', '174.127.133.21', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4627, 12, '2014-07-17 03:45:47', '162.243.170.58', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4628, 6, '2014-07-17 06:11:28', '106.51.110.169', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4629, 12, '2014-07-17 08:07:38', '66.220.159.113', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4630, 5, '2014-07-17 08:47:58', '157.55.39.78', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4631, 6, '2014-07-17 09:37:24', '157.55.39.19', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4632, 12, '2014-07-17 10:13:24', '157.55.39.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4633, 6, '2014-07-17 11:56:11', '198.255.221.64', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4634, 5, '2014-07-17 12:59:15', '183.60.213.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4635, 12, '2014-07-17 13:39:50', '66.220.159.119', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4636, 5, '2014-07-17 14:08:34', '199.59.148.211', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4637, 6, '2014-07-17 14:30:05', '84.19.168.218', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4638, 14, '2014-07-17 15:36:36', '184.191.141.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4639, 6, '2014-07-17 16:53:42', '66.49.10.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4640, 5, '2014-07-17 17:02:30', '69.171.247.117', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4641, 12, '2014-07-17 19:44:34', '65.117.45.30', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4642, 5, '2014-07-17 21:07:24', '216.125.167.229', 5) ; 
INSERT INTO `wp_rg_form_view` VALUES (4643, 14, '2014-07-17 21:12:10', '184.191.141.86', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4644, 6, '2014-07-17 22:06:24', '204.126.64.99', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (4645, 5, '2014-07-17 22:14:13', '107.134.181.82', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4646, 9, '2014-07-17 23:19:30', '174.24.122.103', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4647, 12, '2014-07-18 00:08:49', '75.95.129.146', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4648, 5, '2014-07-18 02:13:44', '172.9.48.59', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4649, 6, '2014-07-18 07:46:28', '162.243.193.75', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4650, 12, '2014-07-18 07:51:42', '162.243.193.75', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4651, 5, '2014-07-18 07:55:42', '162.243.193.75', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4652, 5, '2014-07-18 08:22:21', '80.15.154.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4653, 6, '2014-07-18 12:34:45', '64.31.159.81', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4654, 5, '2014-07-18 12:50:52', '157.55.39.175', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4655, 12, '2014-07-18 13:11:56', '217.76.5.12', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4656, 6, '2014-07-18 14:36:28', '157.55.39.172', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4657, 12, '2014-07-18 14:48:42', '217.76.5.12', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4658, 12, '2014-07-18 15:12:19', '157.55.39.175', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4659, 14, '2014-07-18 16:26:16', '184.191.141.86', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4660, 5, '2014-07-18 17:31:52', '80.15.154.35', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4661, 6, '2014-07-18 19:00:23', '209.33.162.82', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4662, 5, '2014-07-18 19:11:22', '155.188.183.19', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4663, 12, '2014-07-18 19:20:53', '107.141.198.79', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4664, 5, '2014-07-18 20:48:28', '12.189.20.125', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4665, 5, '2014-07-18 21:14:48', '157.55.39.175', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4666, 6, '2014-07-18 21:40:35', '157.55.39.49', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4667, 12, '2014-07-18 22:02:23', '157.55.39.176', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4668, 6, '2014-07-18 23:06:50', '173.89.51.37', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4669, 12, '2014-07-18 23:26:02', '4.53.78.51', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4670, 5, '2014-07-19 01:06:46', '69.171.230.112', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4671, 12, '2014-07-19 02:35:30', '157.55.39.176', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4672, 6, '2014-07-19 03:40:49', '82.207.137.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4673, 5, '2014-07-19 05:31:07', '65.55.215.243', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4674, 12, '2014-07-19 05:42:36', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4675, 6, '2014-07-19 06:30:30', '99.153.243.48', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4676, 5, '2014-07-19 06:53:28', '66.249.79.122', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4677, 6, '2014-07-19 09:22:18', '66.249.79.12', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4678, 6, '2014-07-19 13:24:30', '157.55.39.49', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4679, 5, '2014-07-19 15:27:49', '167.7.40.227', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4680, 12, '2014-07-19 16:43:40', '66.220.159.112', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4681, 12, '2014-07-19 22:33:05', '70.180.182.105', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4682, 12, '2014-07-19 23:27:05', '66.229.124.209', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4683, 6, '2014-07-20 04:26:10', '173.60.227.59', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4684, 12, '2014-07-20 05:00:46', '183.60.213.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4685, 5, '2014-07-20 05:21:20', '157.55.39.5', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4686, 12, '2014-07-20 06:07:47', '157.55.39.177', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4687, 5, '2014-07-20 07:38:38', '123.211.110.176', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4688, 5, '2014-07-20 08:49:48', '100.43.91.21', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4689, 6, '2014-07-20 09:00:18', '198.199.78.18', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4690, 12, '2014-07-20 09:00:18', '198.199.78.18', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4691, 6, '2014-07-20 10:20:21', '157.55.39.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4692, 5, '2014-07-20 14:40:52', '70.113.40.26', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4693, 12, '2014-07-20 15:13:14', '66.220.159.117', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4694, 6, '2014-07-20 15:15:18', '69.162.152.81', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4695, 5, '2014-07-20 15:15:21', '69.162.152.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4696, 5, '2014-07-20 16:02:32', '70.113.40.26', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4697, 5, '2014-07-20 17:01:25', '66.220.158.116', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4698, 5, '2014-07-20 18:58:16', '209.33.162.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4699, 5, '2014-07-20 21:47:05', '180.76.5.81', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4700, 5, '2014-07-20 22:07:25', '85.237.223.251', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4701, 6, '2014-07-21 01:46:32', '68.41.71.69', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4702, 9, '2014-07-21 02:27:25', '24.11.102.68', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4703, 5, '2014-07-21 03:04:42', '195.234.136.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4704, 12, '2014-07-21 03:04:44', '195.234.136.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4705, 6, '2014-07-21 03:04:46', '195.234.136.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4706, 5, '2014-07-21 06:10:55', '37.59.15.104', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4707, 12, '2014-07-21 06:11:07', '37.59.15.104', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4708, 5, '2014-07-21 08:05:56', '37.59.15.104', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4709, 12, '2014-07-21 08:06:08', '37.59.15.104', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4710, 6, '2014-07-21 09:30:48', '157.55.39.170', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4711, 12, '2014-07-21 10:14:31', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4712, 6, '2014-07-21 11:13:52', '208.138.254.150', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4713, 12, '2014-07-21 11:14:15', '208.138.254.150', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4714, 5, '2014-07-21 11:14:21', '208.138.254.150', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4715, 6, '2014-07-21 12:13:02', '166.147.64.177', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4716, 5, '2014-07-21 12:17:50', '5.9.112.68', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4717, 12, '2014-07-21 12:18:00', '5.9.112.68', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4718, 14, '2014-07-21 13:50:43', '72.240.51.222', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4719, 5, '2014-07-21 14:13:29', '66.220.159.119', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4720, 6, '2014-07-21 15:15:01', '157.55.39.207', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4721, 5, '2014-07-21 15:54:28', '66.249.66.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4722, 12, '2014-07-21 16:06:05', '157.55.39.101', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4723, 5, '2014-07-21 16:15:24', '198.0.109.17', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4724, 6, '2014-07-21 16:57:19', '203.81.208.251', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4725, 12, '2014-07-21 17:42:15', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4726, 6, '2014-07-21 17:42:57', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4727, 6, '2014-07-21 19:13:34', '64.20.204.226', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4728, 5, '2014-07-21 20:11:41', '31.13.102.123', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4729, 12, '2014-07-21 20:14:23', '207.98.188.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4730, 6, '2014-07-21 20:16:11', '208.87.234.180', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4731, 5, '2014-07-21 21:47:44', '69.171.234.112', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4732, 6, '2014-07-22 00:01:13', '84.19.168.218', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4733, 5, '2014-07-22 06:33:19', '37.59.15.104', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4734, 12, '2014-07-22 06:33:31', '37.59.15.104', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4735, 5, '2014-07-22 08:16:30', '37.59.15.104', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4736, 12, '2014-07-22 08:16:42', '37.59.15.104', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4737, 6, '2014-07-22 09:53:01', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4738, 5, '2014-07-22 10:03:07', '69.171.237.115', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4739, 5, '2014-07-22 12:24:44', '207.46.13.57', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4740, 6, '2014-07-22 12:26:17', '157.55.39.235', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4741, 12, '2014-07-22 12:42:49', '207.46.13.15', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4742, 12, '2014-07-22 14:37:17', '69.54.58.155', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4743, 6, '2014-07-22 14:38:28', '82.145.220.109', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4744, 6, '2014-07-22 16:32:26', '134.53.245.93', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4745, 6, '2014-07-22 17:34:08', '64.141.128.8', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4746, 6, '2014-07-22 18:00:00', '151.132.206.26', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4747, 12, '2014-07-22 18:06:44', '157.55.39.184', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4748, 9, '2014-07-22 18:08:40', '50.203.24.192', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4749, 5, '2014-07-22 18:58:36', '207.46.13.57', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4750, 6, '2014-07-22 19:41:29', '157.55.39.236', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4751, 6, '2014-07-22 20:04:17', '157.55.39.235', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4752, 12, '2014-07-22 20:06:32', '157.55.39.184', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4753, 5, '2014-07-22 20:42:14', '207.46.13.57', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4754, 5, '2014-07-22 21:06:01', '207.46.13.57', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4755, 6, '2014-07-22 21:07:41', '50.200.147.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4756, 12, '2014-07-22 21:18:48', '68.180.225.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4757, 5, '2014-07-22 22:36:33', '24.176.6.21', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4758, 6, '2014-07-23 00:52:14', '70.197.179.210', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4759, 6, '2014-07-23 01:03:37', '70.197.179.210', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4760, 5, '2014-07-23 01:18:06', '37.59.15.104', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4761, 12, '2014-07-23 01:18:18', '37.59.15.104', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4762, 5, '2014-07-23 05:40:16', '66.220.159.113', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4763, 6, '2014-07-23 14:17:14', '66.26.255.101', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (4764, 5, '2014-07-23 16:38:23', '75.151.145.145', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4765, 6, '2014-07-23 17:34:14', '24.197.11.180', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4766, 6, '2014-07-23 18:09:11', '217.69.133.239', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4767, 6, '2014-07-23 19:20:26', '173.88.91.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4768, 5, '2014-07-23 19:28:35', '66.220.159.115', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4769, 12, '2014-07-23 19:29:28', '66.220.159.112', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4770, 5, '2014-07-23 20:22:22', '37.59.15.104', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4771, 12, '2014-07-23 20:22:34', '37.59.15.104', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4772, 6, '2014-07-23 20:47:28', '71.190.247.165', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4773, 5, '2014-07-23 21:32:14', '50.115.195.131', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4774, 5, '2014-07-23 23:37:51', '157.55.39.16', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4775, 12, '2014-07-23 23:47:48', '157.55.39.184', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4776, 5, '2014-07-24 00:00:01', '69.119.171.198', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4777, 14, '2014-07-24 00:00:37', '173.11.118.26', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4778, 12, '2014-07-24 00:02:52', '198.202.124.241', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4779, 6, '2014-07-24 00:06:07', '207.46.13.9', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4780, 6, '2014-07-24 01:45:01', '63.210.237.73', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4781, 12, '2014-07-24 02:32:05', '66.249.64.183', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4782, 6, '2014-07-24 03:38:35', '207.46.13.9', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4783, 12, '2014-07-24 04:13:01', '157.55.39.6', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4784, 5, '2014-07-24 04:14:31', '157.55.39.16', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4785, 6, '2014-07-24 04:51:15', '66.249.64.173', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4786, 12, '2014-07-24 05:43:44', '178.137.80.19', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4787, 6, '2014-07-24 06:17:56', '198.199.121.20', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4788, 12, '2014-07-24 06:17:56', '198.199.121.20', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4789, 5, '2014-07-24 06:25:19', '157.55.39.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4790, 12, '2014-07-24 08:00:46', '197.237.153.102', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4791, 6, '2014-07-24 08:01:07', '197.237.153.102', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4792, 5, '2014-07-24 10:14:54', '66.249.64.183', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4793, 5, '2014-07-24 12:10:37', '66.249.64.183', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4794, 6, '2014-07-24 12:28:38', '207.46.13.9', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4795, 12, '2014-07-24 13:10:55', '157.55.39.6', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4796, 6, '2014-07-24 13:44:31', '99.196.153.223', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4797, 5, '2014-07-24 14:09:19', '68.238.243.49', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4798, 12, '2014-07-24 16:41:39', '66.249.76.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4799, 6, '2014-07-24 16:44:41', '66.249.76.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4800, 12, '2014-07-24 17:07:17', '173.161.46.234', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4801, 5, '2014-07-24 17:23:25', '207.46.13.85', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4802, 12, '2014-07-24 18:04:49', '50.159.195.66', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4803, 6, '2014-07-24 19:24:06', '64.197.93.163', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4804, 12, '2014-07-24 19:30:13', '156.99.206.98', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4805, 14, '2014-07-24 22:39:45', '184.191.141.86', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4806, 5, '2014-07-24 22:39:54', '183.60.215.48', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4807, 6, '2014-07-24 22:40:40', '70.90.208.193', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4808, 5, '2014-07-24 23:01:35', '86.190.207.217', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4809, 6, '2014-07-24 23:49:01', '173.59.236.114', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4810, 5, '2014-07-25 00:00:35', '31.13.99.114', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4811, 6, '2014-07-25 00:19:43', '84.19.168.218', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4812, 6, '2014-07-25 02:08:04', '183.60.214.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4813, 6, '2014-07-25 03:33:28', '75.71.204.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4814, 5, '2014-07-25 04:13:46', '172.7.58.240', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4815, 5, '2014-07-25 05:13:40', '166.147.114.16', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4816, 6, '2014-07-25 07:54:27', '78.129.250.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4817, 5, '2014-07-25 07:55:18', '78.129.250.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4818, 5, '2014-07-25 14:31:20', '68.180.225.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4819, 5, '2014-07-25 15:52:15', '74.218.44.194', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4820, 14, '2014-07-25 16:20:11', '184.191.141.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4821, 6, '2014-07-25 16:33:10', '157.55.39.105', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4822, 5, '2014-07-25 16:36:10', '157.55.39.233', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4823, 12, '2014-07-25 16:49:58', '157.55.39.5', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4824, 6, '2014-07-25 21:10:31', '157.55.39.105', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4825, 5, '2014-07-25 21:46:30', '174.238.32.125', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4826, 12, '2014-07-25 22:20:19', '66.61.114.133', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4827, 12, '2014-07-25 23:01:40', '98.203.107.233', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4828, 5, '2014-07-26 00:14:16', '12.162.72.42', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4829, 5, '2014-07-26 01:23:20', '66.249.69.179', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4830, 6, '2014-07-26 03:59:38', '68.180.225.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4831, 6, '2014-07-26 06:17:50', '157.55.39.105', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4832, 5, '2014-07-26 08:00:54', '199.16.156.126', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4833, 5, '2014-07-26 09:24:30', '54.221.58.59', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4834, 5, '2014-07-26 15:28:42', '68.7.8.229', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4835, 6, '2014-07-26 16:21:12', '50.115.195.131', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4836, 6, '2014-07-26 17:32:31', '198.199.64.129', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4837, 12, '2014-07-26 17:32:31', '198.199.64.129', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4838, 6, '2014-07-26 18:26:39', '41.86.234.138', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4839, 5, '2014-07-27 02:00:36', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4840, 6, '2014-07-27 02:20:24', '66.87.142.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4841, 5, '2014-07-27 04:23:45', '157.55.39.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4842, 6, '2014-07-27 04:23:59', '70.197.173.66', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4843, 12, '2014-07-27 05:09:16', '157.55.39.6', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4844, 6, '2014-07-27 06:01:45', '5.9.18.147', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4845, 5, '2014-07-27 06:26:40', '88.198.66.11', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4846, 12, '2014-07-27 07:29:05', '66.249.76.153', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4847, 6, '2014-07-27 08:36:58', '147.194.3.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4848, 12, '2014-07-27 11:44:19', '192.99.0.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4849, 12, '2014-07-27 12:05:06', '192.99.0.13', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4850, 6, '2014-07-27 14:26:50', '180.149.8.164', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4851, 5, '2014-07-27 14:50:05', '184.34.9.24', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4852, 6, '2014-07-27 15:56:49', '64.141.193.30', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4853, 5, '2014-07-27 16:23:12', '157.55.39.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4854, 6, '2014-07-27 16:26:14', '64.141.193.30', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4855, 12, '2014-07-27 17:02:41', '157.55.39.184', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4856, 6, '2014-07-27 18:11:33', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4857, 5, '2014-07-27 19:18:55', '157.55.39.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4858, 6, '2014-07-27 19:37:49', '157.55.39.105', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4859, 12, '2014-07-27 20:00:24', '157.55.39.6', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4860, 6, '2014-07-27 20:09:20', '69.119.80.23', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4861, 5, '2014-07-27 22:17:30', '75.177.135.248', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4862, 12, '2014-07-27 22:30:14', '75.100.214.196', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4863, 6, '2014-07-28 00:51:00', '108.231.160.207', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4864, 5, '2014-07-28 01:51:44', '24.145.12.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4865, 6, '2014-07-28 02:50:26', '72.199.102.109', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4866, 6, '2014-07-28 05:51:39', '220.181.125.154', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4867, 6, '2014-07-28 07:51:32', '68.180.225.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4868, 6, '2014-07-28 12:47:44', '157.55.39.105', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4869, 12, '2014-07-28 13:45:25', '192.34.61.118', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4870, 6, '2014-07-28 13:45:25', '192.34.61.118', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4871, 6, '2014-07-28 15:13:37', '173.51.130.43', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4872, 6, '2014-07-28 16:03:24', '204.111.116.126', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4873, 5, '2014-07-28 16:08:55', '173.252.100.114', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4874, 6, '2014-07-28 17:49:12', '66.210.226.78', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4875, 14, '2014-07-28 17:57:45', '208.87.234.180', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4876, 12, '2014-07-28 19:13:14', '50.142.207.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4877, 5, '2014-07-28 19:42:24', '70.166.118.217', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4878, 6, '2014-07-28 21:50:41', '70.91.89.53', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4879, 6, '2014-07-28 22:26:44', '183.60.214.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4880, 12, '2014-07-29 00:18:08', '75.177.135.248', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4881, 6, '2014-07-29 00:18:19', '75.177.135.248', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4882, 5, '2014-07-29 04:00:40', '157.55.39.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4883, 12, '2014-07-29 04:30:12', '157.55.39.6', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4884, 6, '2014-07-29 04:43:45', '157.55.39.105', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4885, 6, '2014-07-29 14:27:57', '107.200.137.81', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4886, 5, '2014-07-29 17:03:07', '157.55.39.135', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4887, 6, '2014-07-29 17:21:51', '157.55.39.1', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4888, 12, '2014-07-29 17:25:18', '198.17.96.200', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4889, 12, '2014-07-29 18:38:02', '157.55.39.6', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4890, 5, '2014-07-29 18:43:51', '157.55.39.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4891, 6, '2014-07-29 18:51:36', '157.55.39.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4892, 12, '2014-07-29 19:04:21', '157.55.39.6', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4893, 5, '2014-07-29 19:20:04', '157.55.39.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4894, 5, '2014-07-29 20:00:08', '157.55.39.135', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (4895, 6, '2014-07-29 20:18:26', '157.55.39.1', 5) ; 
INSERT INTO `wp_rg_form_view` VALUES (4896, 12, '2014-07-29 20:29:39', '178.255.215.74', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (4897, 9, '2014-07-29 20:58:17', '192.183.195.252', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4898, 6, '2014-07-29 21:21:23', '54.228.17.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4899, 12, '2014-07-29 21:34:25', '157.55.39.184', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4900, 12, '2014-07-29 22:34:28', '157.55.39.5', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4901, 5, '2014-07-29 22:46:34', '157.55.39.134', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4902, 5, '2014-07-29 23:05:30', '157.55.39.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4903, 6, '2014-07-29 23:07:03', '157.55.39.1', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4904, 12, '2014-07-29 23:24:55', '157.55.39.6', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4905, 9, '2014-07-30 00:22:05', '208.124.12.118', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4906, 12, '2014-07-30 01:01:52', '99.100.217.223', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4907, 5, '2014-07-30 01:53:30', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4908, 6, '2014-07-30 01:53:33', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4909, 5, '2014-07-30 02:27:34', '157.55.39.134', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4910, 6, '2014-07-30 02:30:45', '157.55.39.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4911, 12, '2014-07-30 03:23:56', '157.55.39.6', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4912, 5, '2014-07-30 03:30:52', '66.249.74.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4913, 9, '2014-07-30 03:37:36', '59.120.214.97', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4914, 6, '2014-07-30 04:25:31', '70.138.162.145', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4915, 6, '2014-07-30 06:13:01', '89.215.213.5', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4916, 12, '2014-07-30 14:03:17', '149.168.204.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4917, 5, '2014-07-30 14:49:00', '71.83.10.245', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4918, 6, '2014-07-30 15:05:52', '66.249.74.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4919, 12, '2014-07-30 15:42:31', '64.56.87.248', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4920, 5, '2014-07-30 18:12:22', '131.216.14.3', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4921, 6, '2014-07-30 18:19:44', '174.69.171.98', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4922, 12, '2014-07-30 18:56:48', '98.103.187.85', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4923, 12, '2014-07-30 21:25:47', '209.194.208.116', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4924, 14, '2014-07-30 21:30:59', '209.194.208.116', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4925, 6, '2014-07-30 22:18:00', '76.222.114.3', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4926, 5, '2014-07-31 00:06:53', '66.249.76.153', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4927, 6, '2014-07-31 00:46:17', '84.19.168.218', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4928, 5, '2014-07-31 01:04:55', '157.55.39.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4929, 6, '2014-07-31 01:12:59', '157.55.39.248', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4930, 12, '2014-07-31 01:24:10', '157.55.39.6', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4931, 5, '2014-07-31 04:08:25', '157.55.39.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4932, 6, '2014-07-31 07:57:22', '203.147.88.34', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4933, 12, '2014-07-31 09:28:11', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4934, 5, '2014-07-31 11:24:19', '157.55.39.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4935, 12, '2014-07-31 11:35:00', '183.60.215.48', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4936, 6, '2014-07-31 13:42:28', '157.55.39.156', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4937, 6, '2014-07-31 14:02:29', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4938, 12, '2014-07-31 14:59:39', '157.55.39.6', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4939, 6, '2014-07-31 15:49:36', '208.68.39.164', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4940, 12, '2014-07-31 15:49:37', '208.68.39.164', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4941, 5, '2014-07-31 16:01:58', '198.0.109.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4942, 5, '2014-07-31 17:46:08', '173.252.110.112', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4943, 12, '2014-07-31 21:05:33', '70.197.168.249', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4944, 5, '2014-07-31 22:41:32', '24.14.7.75', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4945, 12, '2014-07-31 22:44:29', '67.202.89.93', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4946, 6, '2014-07-31 22:44:37', '74.91.37.173', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4947, 5, '2014-07-31 23:01:31', '68.32.36.136', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4948, 5, '2014-08-01 00:00:30', '99.65.45.184', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4949, 6, '2014-08-01 00:29:54', '181.29.107.113', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4950, 5, '2014-08-01 01:45:07', '37.58.100.164', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4951, 6, '2014-08-01 01:47:16', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4952, 6, '2014-08-01 02:37:52', '84.19.168.218', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4953, 12, '2014-08-01 02:47:55', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4954, 5, '2014-08-01 02:48:34', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4955, 6, '2014-08-01 03:51:29', '157.55.39.156', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4956, 6, '2014-08-01 05:11:41', '117.241.200.189', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (4957, 5, '2014-08-01 05:36:42', '104.131.134.39', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4958, 12, '2014-08-01 05:36:44', '104.131.134.39', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4959, 6, '2014-08-01 06:42:17', '64.83.177.150', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4960, 12, '2014-08-01 06:42:37', '64.83.177.150', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4961, 5, '2014-08-01 12:49:39', '183.60.213.10', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4962, 12, '2014-08-01 12:51:58', '104.131.140.162', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4963, 6, '2014-08-01 12:51:59', '104.131.140.162', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4964, 6, '2014-08-01 13:14:35', '66.117.235.122', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4965, 6, '2014-08-01 14:54:17', '12.33.141.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4966, 6, '2014-08-01 15:38:59', '183.60.213.10', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4967, 5, '2014-08-01 15:58:39', '78.46.145.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4968, 12, '2014-08-01 15:58:54', '78.46.145.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4969, 12, '2014-08-01 16:18:46', '156.99.206.98', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4970, 5, '2014-08-01 17:06:16', '66.220.156.116', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4971, 14, '2014-08-01 17:11:44', '50.243.3.73', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4972, 12, '2014-08-01 17:42:30', '72.214.40.162', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4973, 6, '2014-08-01 17:43:28', '69.58.178.56', 5) ; 
INSERT INTO `wp_rg_form_view` VALUES (4974, 5, '2014-08-01 23:56:36', '157.55.39.134', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4975, 6, '2014-08-02 02:11:14', '157.55.39.117', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4976, 5, '2014-08-02 02:35:56', '157.55.39.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4977, 6, '2014-08-02 03:05:16', '157.55.39.117', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4978, 5, '2014-08-02 03:48:40', '24.255.16.126', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4979, 12, '2014-08-02 05:37:03', '157.55.39.6', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4980, 5, '2014-08-02 06:40:34', '157.55.39.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4981, 5, '2014-08-02 07:25:24', '157.55.39.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4982, 6, '2014-08-02 09:49:38', '82.192.74.114', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4983, 12, '2014-08-02 09:49:53', '82.192.74.114', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4984, 5, '2014-08-02 13:40:08', '173.252.120.119', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4985, 6, '2014-08-02 14:06:20', '192.34.60.201', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4986, 12, '2014-08-02 14:06:21', '192.34.60.201', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4987, 5, '2014-08-02 15:24:32', '76.189.1.171', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4988, 6, '2014-08-02 17:22:37', '157.55.39.171', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4989, 12, '2014-08-02 17:59:09', '157.55.39.6', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4990, 5, '2014-08-02 18:08:17', '157.55.39.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4991, 6, '2014-08-02 18:52:04', '157.55.39.172', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4992, 5, '2014-08-02 19:01:04', '157.55.39.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4993, 9, '2014-08-02 20:20:58', '24.10.254.75', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4994, 6, '2014-08-02 21:31:50', '157.55.39.171', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4995, 12, '2014-08-02 21:32:08', '50.142.88.107', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (4996, 5, '2014-08-02 23:16:17', '70.210.71.192', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4997, 12, '2014-08-03 00:26:32', '157.55.39.5', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4998, 5, '2014-08-03 00:55:26', '199.16.156.124', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (4999, 5, '2014-08-03 01:34:02', '66.249.79.18', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5000, 6, '2014-08-03 02:13:49', '157.55.39.171', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5001, 12, '2014-08-03 02:29:58', '157.55.39.6', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5002, 6, '2014-08-03 03:57:51', '117.81.114.8', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5003, 5, '2014-08-03 04:00:11', '117.81.114.8', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5004, 6, '2014-08-03 04:19:09', '68.103.161.231', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5005, 5, '2014-08-03 06:46:57', '69.171.247.116', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5006, 6, '2014-08-03 07:26:29', '75.65.250.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5007, 6, '2014-08-03 08:15:00', '157.55.39.172', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5008, 6, '2014-08-03 09:05:09', '157.55.39.171', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (5009, 5, '2014-08-03 09:47:30', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5010, 12, '2014-08-03 10:24:00', '157.55.39.6', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5011, 6, '2014-08-03 12:50:23', '75.9.80.133', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5012, 5, '2014-08-03 15:38:55', '157.55.39.135', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5013, 12, '2014-08-04 04:37:30', '98.14.194.252', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5014, 12, '2014-08-04 05:33:48', '183.60.215.48', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5015, 12, '2014-08-04 09:11:18', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5016, 6, '2014-08-04 09:55:50', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5017, 12, '2014-08-04 12:16:18', '157.55.39.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5018, 6, '2014-08-04 14:14:37', '143.231.249.137', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (5019, 5, '2014-08-04 14:33:44', '157.55.39.135', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5020, 6, '2014-08-04 15:16:45', '157.55.39.139', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5021, 12, '2014-08-04 15:25:05', '207.46.13.49', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5022, 6, '2014-08-04 16:12:11', '99.127.38.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5023, 12, '2014-08-04 16:36:17', '207.46.13.49', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5024, 5, '2014-08-04 19:33:03', '157.55.39.139', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5025, 6, '2014-08-04 19:38:22', '100.43.91.21', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5026, 5, '2014-08-04 21:18:48', '100.43.91.21', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5027, 12, '2014-08-04 21:44:58', '100.43.91.21', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5028, 6, '2014-08-04 22:05:26', '69.42.186.18', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (5029, 12, '2014-08-04 22:28:44', '62.212.77.227', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5030, 6, '2014-08-04 23:04:18', '54.75.233.38', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5031, 12, '2014-08-04 23:53:45', '67.177.163.58', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5032, 5, '2014-08-05 02:28:18', '65.208.151.112', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5033, 5, '2014-08-05 03:05:36', '65.208.151.116', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5034, 6, '2014-08-05 03:35:00', '125.63.90.117', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5035, 5, '2014-08-05 04:17:28', '183.60.213.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5036, 6, '2014-08-05 06:23:48', '115.114.9.238', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5037, 5, '2014-08-05 07:43:15', '157.55.39.134', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5038, 12, '2014-08-05 08:34:42', '61.245.163.244', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5039, 5, '2014-08-05 09:41:16', '5.159.64.92', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5040, 12, '2014-08-05 09:41:38', '5.159.64.92', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5041, 5, '2014-08-05 11:30:53', '178.255.215.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5042, 6, '2014-08-05 12:40:36', '46.4.72.200', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5043, 5, '2014-08-05 13:44:49', '162.210.196.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5044, 6, '2014-08-05 13:45:02', '162.210.196.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5045, 12, '2014-08-05 13:45:07', '162.210.196.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5046, 6, '2014-08-05 14:13:14', '192.251.189.74', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5047, 5, '2014-08-05 15:45:22', '217.79.184.51', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5048, 6, '2014-08-05 15:52:01', '199.192.207.146', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5049, 6, '2014-08-05 16:45:19', '67.149.19.194', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5050, 5, '2014-08-05 17:25:36', '157.55.39.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5051, 6, '2014-08-05 18:27:09', '162.243.110.72', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (5052, 12, '2014-08-05 18:30:57', '62.212.77.99', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (5053, 5, '2014-08-05 18:37:15', '162.243.110.72', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5054, 14, '2014-08-05 18:55:29', '70.166.118.217', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5055, 6, '2014-08-05 19:04:10', '174.32.158.26', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5056, 14, '2014-08-05 19:05:41', '174.32.158.26', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5057, 12, '2014-08-05 19:27:22', '181.211.23.233', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (5058, 6, '2014-08-05 21:26:51', '108.35.224.63', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5059, 5, '2014-08-05 21:47:14', '144.76.69.142', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5060, 12, '2014-08-05 21:47:24', '144.76.69.142', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5061, 6, '2014-08-05 22:37:10', '157.55.39.140', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5062, 5, '2014-08-05 23:06:57', '24.14.7.75', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5063, 12, '2014-08-05 23:52:15', '173.68.19.45', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5064, 5, '2014-08-06 01:02:57', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5065, 6, '2014-08-06 01:02:59', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5066, 12, '2014-08-06 01:02:59', '4.79.204.36', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5067, 6, '2014-08-06 02:26:48', '98.114.246.228', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5068, 12, '2014-08-06 02:50:41', '178.203.147.64', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5069, 6, '2014-08-06 03:38:44', '65.129.207.253', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5070, 5, '2014-08-06 04:11:24', '115.70.172.206', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5071, 12, '2014-08-06 06:40:28', '157.55.39.223', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5072, 12, '2014-08-06 07:43:53', '157.55.39.222', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5073, 6, '2014-08-06 11:33:12', '37.58.100.228', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5074, 6, '2014-08-06 13:29:14', '99.150.244.97', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5075, 12, '2014-08-06 14:21:15', '157.55.39.223', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5076, 5, '2014-08-06 14:44:06', '184.1.34.168', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5077, 6, '2014-08-06 15:07:36', '97.76.42.246', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5078, 6, '2014-08-06 16:34:38', '65.41.71.44', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5079, 6, '2014-08-06 17:43:29', '157.55.39.138', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5080, 12, '2014-08-06 17:59:39', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5081, 6, '2014-08-06 18:33:47', '108.204.152.10', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5082, 12, '2014-08-06 21:58:38', '157.55.39.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5083, 6, '2014-08-06 23:23:39', '67.183.74.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5084, 12, '2014-08-07 00:26:23', '71.96.4.184', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5085, 6, '2014-08-07 00:37:36', '66.249.70.195', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5086, 6, '2014-08-07 01:03:12', '72.70.40.98', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5087, 5, '2014-08-07 01:53:02', '157.55.39.134', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5088, 6, '2014-08-07 02:29:45', '99.127.160.71', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5089, 12, '2014-08-07 05:51:49', '75.100.76.41', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5090, 5, '2014-08-07 07:47:15', '180.76.6.16', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5091, 6, '2014-08-07 12:35:33', '132.3.37.81', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5092, 9, '2014-08-07 15:08:09', '204.77.145.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5093, 6, '2014-08-07 15:43:00', '107.145.103.218', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5094, 5, '2014-08-07 17:20:44', '70.198.35.115', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5095, 6, '2014-08-07 17:21:06', '70.198.35.115', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5096, 12, '2014-08-07 17:37:43', '172.3.118.244', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (5097, 6, '2014-08-07 18:15:22', '162.242.233.117', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (5098, 12, '2014-08-07 18:34:16', '207.67.84.130', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5099, 6, '2014-08-07 19:47:15', '66.108.57.153', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5100, 14, '2014-08-07 19:52:26', '184.191.141.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5101, 14, '2014-08-07 20:12:51', '98.234.36.120', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5102, 6, '2014-08-07 21:15:17', '54.72.183.135', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5103, 5, '2014-08-07 21:51:30', '100.43.91.21', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5104, 12, '2014-08-07 22:09:24', '100.43.91.21', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5105, 5, '2014-08-08 01:44:59', '157.55.39.134', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5106, 6, '2014-08-08 02:07:00', '100.43.91.21', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5107, 12, '2014-08-08 02:29:37', '183.60.213.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5108, 9, '2014-08-08 02:57:51', '71.166.55.50', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5109, 12, '2014-08-08 03:26:08', '200.107.43.125', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5110, 6, '2014-08-08 03:49:47', '70.193.72.56', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5111, 6, '2014-08-08 04:20:57', '157.55.39.164', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5112, 6, '2014-08-08 07:04:21', '205.203.134.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5113, 12, '2014-08-08 07:04:52', '205.203.134.197', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5114, 5, '2014-08-08 07:04:59', '205.203.134.197', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5115, 12, '2014-08-08 09:11:49', '192.99.0.13', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (5116, 6, '2014-08-08 09:52:53', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5117, 6, '2014-08-08 13:29:28', '192.73.31.49', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5118, 12, '2014-08-08 13:31:46', '71.105.170.198', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5119, 6, '2014-08-08 14:14:32', '76.249.227.244', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5120, 12, '2014-08-08 15:15:55', '66.249.79.122', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5121, 14, '2014-08-08 15:59:34', '72.214.201.40', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5122, 6, '2014-08-08 16:00:35', '149.168.188.4', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5123, 12, '2014-08-08 16:27:32', '24.151.186.57', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5124, 9, '2014-08-08 18:09:22', '209.232.226.99', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5125, 5, '2014-08-08 18:33:23', '70.113.40.26', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5126, 6, '2014-08-08 18:36:27', '178.255.215.74', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5127, 6, '2014-08-08 19:25:13', '181.211.26.165', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5128, 5, '2014-08-08 19:27:53', '69.171.247.119', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5129, 6, '2014-08-08 21:12:17', '75.103.11.4', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5130, 9, '2014-08-08 21:13:00', '207.63.101.220', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5131, 12, '2014-08-08 21:33:46', '41.143.59.234', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5132, 6, '2014-08-09 01:12:46', '24.184.189.4', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5133, 12, '2014-08-09 01:13:52', '208.68.39.164', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5134, 5, '2014-08-09 01:42:15', '100.43.91.21', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5135, 12, '2014-08-09 02:28:11', '100.43.91.21', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5136, 5, '2014-08-09 03:09:14', '183.60.213.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5137, 6, '2014-08-09 03:55:55', '66.249.79.122', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5138, 6, '2014-08-09 04:54:33', '23.241.43.93', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5139, 12, '2014-08-09 05:07:30', '217.69.133.234', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5140, 6, '2014-08-09 05:50:41', '70.214.96.241', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5141, 12, '2014-08-09 06:00:05', '66.249.74.135', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5142, 6, '2014-08-09 06:48:48', '183.60.214.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5143, 6, '2014-08-09 09:08:14', '157.55.39.126', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5144, 5, '2014-08-09 12:40:39', '217.69.133.70', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5145, 5, '2014-08-09 14:15:15', '157.55.39.39', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5146, 6, '2014-08-09 15:08:19', '88.80.188.158', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5147, 5, '2014-08-09 15:49:18', '216.125.167.229', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5148, 6, '2014-08-09 16:18:08', '207.46.13.91', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5149, 12, '2014-08-09 16:52:29', '157.55.39.193', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5150, 14, '2014-08-09 17:46:41', '72.214.201.40', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (5151, 12, '2014-08-09 20:11:51', '70.190.194.162', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5152, 6, '2014-08-09 21:47:23', '12.27.65.148', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5153, 6, '2014-08-09 23:02:54', '100.43.91.21', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5154, 12, '2014-08-10 02:37:19', '50.158.245.207', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5155, 5, '2014-08-10 04:23:47', '66.220.156.112', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5156, 5, '2014-08-10 05:03:28', '100.43.90.9', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5157, 5, '2014-08-10 12:11:09', '66.249.65.75', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5158, 12, '2014-08-10 13:33:22', '66.249.79.18', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5159, 5, '2014-08-10 14:10:20', '157.55.39.39', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5160, 5, '2014-08-10 15:25:26', '205.172.12.210', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5161, 5, '2014-08-10 16:07:17', '162.210.196.130', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5162, 6, '2014-08-10 16:07:31', '162.210.196.130', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5163, 12, '2014-08-10 16:07:37', '162.210.196.130', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5164, 5, '2014-08-10 19:03:11', '205.172.12.210', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (5165, 12, '2014-08-10 19:59:36', '172.5.42.203', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5166, 6, '2014-08-10 20:51:23', '172.242.241.217', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5167, 6, '2014-08-10 23:07:11', '108.51.104.159', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5168, 5, '2014-08-10 23:33:41', '157.55.39.40', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5169, 5, '2014-08-11 00:30:11', '144.76.95.231', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5170, 6, '2014-08-11 00:30:51', '144.76.95.231', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5171, 5, '2014-08-11 01:01:45', '68.102.124.216', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5172, 6, '2014-08-11 01:09:36', '82.192.70.4', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5173, 12, '2014-08-11 01:09:45', '82.192.70.4', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5174, 12, '2014-08-11 02:15:06', '66.87.126.201', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5175, 6, '2014-08-11 04:09:55', '183.1.188.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5176, 5, '2014-08-11 04:12:51', '183.1.188.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5177, 12, '2014-08-11 04:13:19', '183.1.188.130', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5178, 6, '2014-08-11 05:24:31', '184.168.46.143', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5179, 5, '2014-08-11 05:43:04', '220.181.125.154', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5180, 12, '2014-08-11 07:43:28', '157.55.39.193', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5181, 6, '2014-08-11 07:52:36', '207.46.13.124', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5182, 6, '2014-08-11 09:16:15', '148.251.124.174', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5183, 12, '2014-08-11 09:24:49', '157.55.39.193', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5184, 5, '2014-08-11 10:22:46', '157.55.39.39', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5185, 12, '2014-08-11 10:54:55', '148.251.8.51', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5186, 6, '2014-08-11 12:59:15', '207.46.13.124', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5187, 6, '2014-08-11 13:55:09', '207.46.13.124', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5188, 6, '2014-08-11 15:57:22', '192.195.66.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5189, 6, '2014-08-11 16:29:14', '99.115.113.178', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5190, 12, '2014-08-11 16:41:43', '99.115.113.178', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5191, 12, '2014-08-11 17:34:59', '157.55.39.193', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5192, 6, '2014-08-11 17:52:37', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5193, 5, '2014-08-11 19:24:52', '173.252.100.119', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5194, 6, '2014-08-11 20:18:12', '96.58.93.188', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5195, 5, '2014-08-11 21:39:29', '209.33.162.82', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5196, 9, '2014-08-12 01:03:31', '173.85.247.19', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5197, 5, '2014-08-12 01:23:00', '70.113.40.26', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5198, 12, '2014-08-12 03:20:55', '183.60.215.48', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5199, 9, '2014-08-12 03:30:24', '99.174.220.207', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5200, 6, '2014-08-12 04:27:24', '223.30.134.250', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5201, 5, '2014-08-12 04:46:32', '54.77.65.182', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5202, 12, '2014-08-12 04:46:46', '54.77.65.182', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5203, 6, '2014-08-12 05:36:52', '96.58.93.188', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5204, 12, '2014-08-12 05:47:27', '192.81.210.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5205, 5, '2014-08-12 05:48:03', '72.89.52.91', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5206, 6, '2014-08-12 06:05:40', '96.58.93.188', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5207, 12, '2014-08-12 07:12:10', '157.55.39.193', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5208, 12, '2014-08-12 09:27:27', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5209, 12, '2014-08-12 12:57:43', '46.118.112.117', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5210, 12, '2014-08-12 13:01:13', '178.255.215.90', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5211, 5, '2014-08-12 14:15:19', '74.36.111.114', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5212, 12, '2014-08-12 15:21:04', '82.145.222.250', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5213, 6, '2014-08-12 16:11:54', '50.193.171.9', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5214, 9, '2014-08-12 16:29:38', '50.89.219.190', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5215, 6, '2014-08-12 17:01:23', '181.113.75.12', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (5216, 14, '2014-08-12 17:06:16', '184.191.141.86', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5217, 6, '2014-08-12 19:26:33', '66.210.226.78', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5218, 12, '2014-08-12 20:03:32', '67.81.153.162', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (5219, 6, '2014-08-12 20:28:22', '98.172.126.238', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5220, 6, '2014-08-12 21:21:05', '65.88.88.125', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5221, 6, '2014-08-12 22:40:38', '181.113.75.12', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5222, 9, '2014-08-12 22:50:31', '181.113.75.12', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (5223, 6, '2014-08-12 23:02:10', '184.75.145.149', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5224, 9, '2014-08-12 23:22:23', '181.113.75.12', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5225, 12, '2014-08-13 01:08:57', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5226, 5, '2014-08-13 01:08:57', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5227, 6, '2014-08-13 01:08:57', '4.79.204.36', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5228, 12, '2014-08-13 05:24:30', '210.212.84.114', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5229, 6, '2014-08-13 07:17:54', '183.60.213.10', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5230, 12, '2014-08-13 07:33:10', '207.46.13.75', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5231, 6, '2014-08-13 09:20:04', '94.56.160.189', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5232, 5, '2014-08-13 14:22:29', '68.7.9.66', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5233, 6, '2014-08-13 14:23:09', '68.7.9.66', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5234, 12, '2014-08-13 19:56:14', '98.65.210.107', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5235, 12, '2014-08-13 20:24:19', '108.52.231.80', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5236, 6, '2014-08-13 21:48:52', '65.205.34.194', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5237, 5, '2014-08-13 22:18:06', '66.249.79.18', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5238, 5, '2014-08-13 23:03:22', '157.55.39.39', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5239, 6, '2014-08-13 23:12:44', '207.46.13.33', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5240, 12, '2014-08-13 23:14:18', '207.46.13.75', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5241, 5, '2014-08-14 00:20:56', '157.55.39.39', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5242, 6, '2014-08-14 00:37:58', '207.46.13.33', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5243, 12, '2014-08-14 00:51:35', '207.46.13.75', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5244, 5, '2014-08-14 01:40:40', '24.21.96.95', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5245, 5, '2014-08-14 04:09:07', '66.249.79.250', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5246, 12, '2014-08-14 09:53:07', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5247, 6, '2014-08-14 13:29:32', '67.176.79.209', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5248, 6, '2014-08-14 14:13:42', '24.38.13.122', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5249, 12, '2014-08-14 14:40:51', '64.201.70.215', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5250, 5, '2014-08-14 15:08:19', '176.9.34.171', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5251, 6, '2014-08-14 15:27:48', '69.243.247.82', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (5252, 6, '2014-08-14 18:36:29', '199.19.74.132', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5253, 6, '2014-08-14 20:01:14', '108.240.153.234', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (5254, 6, '2014-08-14 21:29:26', '68.180.225.105', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5255, 5, '2014-08-14 23:24:34', '65.208.151.118', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5256, 12, '2014-08-14 23:56:31', '166.170.53.168', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5257, 5, '2014-08-15 00:03:24', '65.208.151.113', 6) ; 
INSERT INTO `wp_rg_form_view` VALUES (5258, 6, '2014-08-15 01:02:47', '84.19.168.218', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5259, 5, '2014-08-15 02:15:59', '69.171.237.112', 4) ; 
INSERT INTO `wp_rg_form_view` VALUES (5260, 12, '2014-08-15 02:35:35', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5261, 6, '2014-08-15 02:36:15', '195.234.136.80', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5262, 6, '2014-08-15 03:02:28', '84.19.168.218', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5263, 5, '2014-08-15 03:18:46', '69.171.247.115', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5264, 14, '2014-08-15 03:24:03', '174.32.166.194', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (5265, 12, '2014-08-15 03:35:20', '157.55.39.76', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5266, 12, '2014-08-15 04:11:22', '50.142.176.228', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5267, 6, '2014-08-15 06:08:55', '198.143.158.202', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5268, 5, '2014-08-15 06:09:08', '198.143.158.202', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5269, 12, '2014-08-15 06:09:12', '198.143.158.202', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5270, 6, '2014-08-15 07:05:41', '5.9.93.231', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5271, 5, '2014-08-15 07:14:40', '157.55.39.40', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5272, 6, '2014-08-15 10:12:46', '157.55.39.146', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5273, 12, '2014-08-15 10:25:18', '180.76.6.61', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5274, 12, '2014-08-15 11:24:47', '162.243.170.61', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5275, 6, '2014-08-15 11:24:47', '162.243.170.61', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5276, 5, '2014-08-15 11:49:09', '117.207.84.110', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5277, 5, '2014-08-15 14:13:23', '68.180.225.105', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5278, 6, '2014-08-15 14:38:25', '157.55.39.146', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5279, 6, '2014-08-15 16:22:32', '66.249.65.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5280, 12, '2014-08-15 16:28:50', '66.249.65.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5281, 5, '2014-08-15 16:35:08', '66.249.65.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5282, 14, '2014-08-15 17:14:29', '70.166.118.217', 5) ; 
INSERT INTO `wp_rg_form_view` VALUES (5283, 12, '2014-08-15 17:28:40', '69.162.152.34', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5284, 5, '2014-08-15 17:28:43', '74.91.44.83', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5285, 5, '2014-08-15 18:27:29', '66.249.65.155', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5286, 6, '2014-08-15 18:27:57', '66.249.65.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5287, 12, '2014-08-15 18:38:41', '66.249.65.155', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5288, 9, '2014-08-15 19:28:20', '70.99.202.156', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5289, 6, '2014-08-15 19:48:57', '207.219.69.204', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5290, 5, '2014-08-15 20:04:55', '209.147.114.50', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5291, 12, '2014-08-15 20:23:51', '12.189.20.125', 5) ; 
INSERT INTO `wp_rg_form_view` VALUES (5292, 6, '2014-08-15 20:31:53', '67.202.196.200', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5293, 5, '2014-08-15 22:11:46', '66.249.65.1', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5294, 6, '2014-08-15 22:14:06', '157.55.39.146', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5295, 12, '2014-08-15 22:41:23', '100.43.91.21', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5296, 5, '2014-08-16 00:26:50', '68.180.225.105', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5297, 6, '2014-08-16 01:09:05', '70.31.25.109', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (5298, 12, '2014-08-16 04:37:27', '183.60.215.48', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5299, 6, '2014-08-16 05:28:11', '67.1.159.123', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5300, 12, '2014-08-16 10:00:12', '192.99.0.13', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5301, 12, '2014-08-16 11:48:06', '2.216.248.21', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5302, 12, '2014-08-16 13:23:02', '76.100.93.90', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5303, 5, '2014-08-16 13:38:55', '157.55.39.39', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5304, 6, '2014-08-16 14:07:26', '157.55.39.146', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5305, 12, '2014-08-16 14:50:31', '157.55.39.76', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5306, 6, '2014-08-16 15:43:40', '209.222.8.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5307, 6, '2014-08-16 16:59:58', '74.143.236.100', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5308, 5, '2014-08-16 17:15:17', '76.6.7.210', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5309, 6, '2014-08-16 17:58:27', '220.181.125.154', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5310, 12, '2014-08-16 18:25:52', '197.180.165.2', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5311, 12, '2014-08-16 20:35:18', '77.75.73.11', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5312, 5, '2014-08-16 20:35:21', '77.75.73.11', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5313, 6, '2014-08-17 00:22:46', '46.4.12.20', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5314, 12, '2014-08-17 03:15:07', '70.209.199.42', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5315, 6, '2014-08-17 03:55:09', '106.186.126.173', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5316, 12, '2014-08-17 05:44:58', '192.99.170.19', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5317, 5, '2014-08-17 06:39:06', '183.60.214.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5318, 6, '2014-08-17 07:02:34', '2.203.148.110', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5319, 5, '2014-08-17 09:44:50', '157.55.39.40', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5320, 6, '2014-08-17 10:42:09', '183.60.214.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5321, 12, '2014-08-17 13:16:44', '157.55.39.76', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5322, 12, '2014-08-17 14:46:51', '2.157.197.40', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5323, 5, '2014-08-17 14:58:30', '157.55.39.39', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5324, 5, '2014-08-17 15:12:19', '24.189.254.119', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5325, 6, '2014-08-17 15:13:44', '97.76.232.2', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5326, 5, '2014-08-17 19:12:28', '66.249.69.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5327, 5, '2014-08-17 21:53:43', '173.252.73.113', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5328, 5, '2014-08-17 22:07:34', '24.231.225.175', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5329, 9, '2014-08-17 23:16:02', '207.63.101.220', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5330, 6, '2014-08-17 23:33:26', '38.121.129.4', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5331, 12, '2014-08-17 23:51:37', '50.48.150.4', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5332, 5, '2014-08-18 00:48:08', '157.55.39.39', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5333, 6, '2014-08-18 01:04:55', '157.55.39.146', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5334, 5, '2014-08-18 01:06:39', '157.55.39.40', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5335, 6, '2014-08-18 02:23:23', '69.76.135.234', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (5336, 12, '2014-08-18 04:16:11', '157.55.39.76', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5337, 5, '2014-08-18 05:52:41', '199.16.156.126', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5338, 6, '2014-08-18 07:11:18', '66.249.69.51', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5339, 5, '2014-08-18 07:26:45', '66.249.69.83', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5340, 12, '2014-08-18 09:17:10', '66.249.69.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5341, 6, '2014-08-18 10:38:58', '122.177.121.65', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (5342, 6, '2014-08-18 11:10:51', '62.64.58.213', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5343, 12, '2014-08-18 12:32:02', '5.64.82.98', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (5344, 5, '2014-08-18 12:36:58', '54.167.4.246', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (5345, 6, '2014-08-18 12:37:24', '54.90.187.114', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5346, 12, '2014-08-18 13:34:59', '66.249.79.250', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5347, 6, '2014-08-18 14:24:36', '123.125.71.46', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5348, 6, '2014-08-18 16:21:56', '173.220.177.98', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5349, 9, '2014-08-18 16:39:19', '209.104.229.166', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5350, 6, '2014-08-18 17:41:29', '24.114.43.244', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5351, 6, '2014-08-18 18:05:24', '184.151.61.12', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5352, 12, '2014-08-18 19:10:36', '66.121.22.189', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5353, 14, '2014-08-18 19:15:53', '70.166.118.217', 3) ; 
INSERT INTO `wp_rg_form_view` VALUES (5354, 6, '2014-08-18 19:30:51', '98.27.149.38', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5355, 6, '2014-08-18 20:19:16', '77.75.77.17', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5356, 6, '2014-08-18 21:46:56', '176.31.126.56', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5357, 5, '2014-08-18 21:48:00', '176.31.126.56', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5358, 12, '2014-08-18 21:48:10', '176.31.126.56', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5359, 14, '2014-08-18 22:36:49', '184.191.141.86', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5360, 5, '2014-08-18 22:58:31', '166.137.110.182', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5361, 5, '2014-08-18 23:03:56', '166.137.110.182', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5362, 6, '2014-08-19 00:26:01', '204.17.32.194', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5363, 12, '2014-08-19 00:52:58', '157.55.39.76', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5364, 5, '2014-08-19 00:55:13', '157.55.39.39', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5365, 12, '2014-08-19 01:03:03', '162.201.165.159', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5366, 6, '2014-08-19 01:58:15', '71.195.109.93', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5367, 5, '2014-08-19 02:06:30', '157.55.39.40', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5368, 12, '2014-08-19 02:26:49', '162.243.170.63', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5369, 6, '2014-08-19 02:26:49', '162.243.170.63', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5370, 6, '2014-08-19 03:13:02', '157.55.39.146', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5371, 5, '2014-08-19 03:17:22', '74.4.47.235', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5372, 12, '2014-08-19 03:34:09', '167.187.100.194', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5373, 12, '2014-08-19 04:10:27', '157.55.39.76', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5374, 12, '2014-08-19 06:55:05', '5.64.82.98', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5375, 12, '2014-08-19 07:27:32', '5.64.82.98', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5376, 5, '2014-08-19 07:53:19', '54.164.35.161', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5377, 5, '2014-08-19 11:55:45', '69.174.58.20', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5378, 6, '2014-08-19 13:08:50', '68.21.199.67', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5379, 9, '2014-08-19 15:57:16', '75.172.25.77', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5380, 6, '2014-08-19 16:26:44', '204.17.32.194', 2) ; 
INSERT INTO `wp_rg_form_view` VALUES (5381, 5, '2014-08-19 17:44:00', '207.63.101.220', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5382, 12, '2014-08-19 17:53:16', '50.243.3.73', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5383, 14, '2014-08-19 17:58:58', '50.243.3.73', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5384, 14, '2014-08-19 18:54:17', '70.166.118.217', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5385, 5, '2014-08-19 19:12:50', '68.180.225.105', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5386, 12, '2014-08-19 19:51:13', '68.180.225.105', 1) ; 
INSERT INTO `wp_rg_form_view` VALUES (5387, 6, '2014-08-19 19:56:42', '68.180.225.105', 1) ;
#
# End of data contents of table `wp_rg_form_view`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_rg_lead`
# --------------------------------------------------------


#
# Delete any existing table `wp_rg_lead`
#

DROP TABLE IF EXISTS `wp_rg_lead`;


#
# Table structure of table `wp_rg_lead`
#

CREATE TABLE `wp_rg_lead` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` mediumint(8) unsigned NOT NULL,
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `date_created` datetime NOT NULL,
  `is_starred` tinyint(1) NOT NULL DEFAULT '0',
  `is_read` tinyint(1) NOT NULL DEFAULT '0',
  `ip` varchar(39) NOT NULL,
  `source_url` varchar(200) NOT NULL DEFAULT '',
  `user_agent` varchar(250) NOT NULL DEFAULT '',
  `currency` varchar(5) DEFAULT NULL,
  `payment_status` varchar(15) DEFAULT NULL,
  `payment_date` datetime DEFAULT NULL,
  `payment_amount` decimal(19,2) DEFAULT NULL,
  `transaction_id` varchar(50) DEFAULT NULL,
  `is_fulfilled` tinyint(1) DEFAULT NULL,
  `created_by` bigint(20) unsigned DEFAULT NULL,
  `transaction_type` tinyint(1) DEFAULT NULL,
  `status` varchar(20) NOT NULL DEFAULT 'active',
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`),
  KEY `status` (`status`)
) ENGINE=InnoDB AUTO_INCREMENT=749 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_rg_lead`
#
 
INSERT INTO `wp_rg_lead` VALUES (1, 1, 3174, '2013-10-15 21:22:19', 0, 0, '::1', 'http://web3.gowebsolutions.com/~aazook/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.69 Safari/537.36', 'USD', '', NULL, NULL, '', 0, 1, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (2, 1, 3286, '2013-10-16 18:36:05', 0, 0, '::1', 'http://web3.gowebsolutions.com/~aazook/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.69 Safari/537.36', 'USD', '', NULL, NULL, '', 0, 1, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (3, 6, NULL, '2013-10-24 20:01:25', 0, 0, '68.98.209.35', 'http://web3.gowebsolutions.com/~aazook/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 1, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (4, 6, NULL, '2013-10-24 20:04:35', 0, 0, '68.98.209.35', 'http://web3.gowebsolutions.com/~aazook/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 1, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (5, 1, 3578, '2013-10-28 21:26:09', 0, 0, '68.98.209.35', 'http://web3.gowebsolutions.com/~aazook/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36', 'USD', '', NULL, NULL, '', 0, 1, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (6, 1, 3615, '2013-10-29 00:44:15', 0, 0, '68.98.209.35', 'http://web3.gowebsolutions.com/~aazook/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36', 'USD', '', NULL, NULL, '', 0, 1, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (7, 4, 3617, '2013-10-29 01:20:03', 0, 0, '68.98.209.35', 'http://web3.gowebsolutions.com/~aazook/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (8, 4, 3619, '2013-10-29 01:25:37', 0, 0, '68.98.209.35', 'http://web3.gowebsolutions.com/~aazook/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (9, 4, 3621, '2013-10-29 01:26:28', 0, 0, '68.98.209.35', 'http://web3.gowebsolutions.com/~aazook/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (10, 1, 3625, '2013-10-29 01:27:14', 0, 0, '68.98.209.35', 'http://web3.gowebsolutions.com/~aazook/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36', 'USD', '', NULL, NULL, '', 0, 1, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (11, 4, 3630, '2013-10-29 02:03:51', 0, 0, '68.98.209.35', 'http://web3.gowebsolutions.com/~aazook/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (12, 4, 3632, '2013-10-29 02:11:29', 0, 0, '68.98.209.35', 'http://web3.gowebsolutions.com/~aazook/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (13, 4, 3634, '2013-10-29 02:14:21', 0, 0, '68.98.209.35', 'http://web3.gowebsolutions.com/~aazook/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (14, 4, 3636, '2013-10-29 02:15:55', 0, 0, '68.98.209.35', 'http://web3.gowebsolutions.com/~aazook/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (15, 4, 3638, '2013-10-29 02:17:27', 0, 0, '68.98.209.35', 'http://web3.gowebsolutions.com/~aazook/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (16, 4, 3640, '2013-10-29 02:18:29', 0, 0, '68.98.209.35', 'http://web3.gowebsolutions.com/~aazook/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (17, 4, 3642, '2013-10-29 03:47:38', 0, 0, '24.255.33.237', 'http://web3.gowebsolutions.com/~aazook/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (18, 4, 3644, '2013-10-29 03:49:22', 0, 0, '24.255.33.237', 'http://web3.gowebsolutions.com/~aazook/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (19, 4, 3646, '2013-10-29 03:49:46', 0, 0, '24.255.33.237', 'http://web3.gowebsolutions.com/~aazook/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (20, 4, 3648, '2013-10-29 03:53:20', 0, 0, '24.255.33.237', 'http://web3.gowebsolutions.com/~aazook/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (21, 4, 3650, '2013-10-29 15:13:23', 0, 0, '68.98.209.35', 'http://web3.gowebsolutions.com/~aazook/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (23, 4, 3665, '2013-10-29 16:11:57', 0, 0, '68.98.209.35', 'http://web3.gowebsolutions.com/~aazook/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (24, 5, NULL, '2013-12-03 17:36:33', 0, 0, '68.98.209.35', 'http://web3.gowebsolutions.com/~aazook/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (25, 5, NULL, '2013-12-03 17:38:49', 0, 0, '68.98.209.35', 'http://web3.gowebsolutions.com/~aazook/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0', 'USD', 'Processing', NULL, NULL, NULL, NULL, NULL, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (26, 5, NULL, '2013-12-03 17:39:24', 0, 0, '68.98.209.35', 'http://web3.gowebsolutions.com/~aazook/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0', 'USD', 'Processing', NULL, NULL, NULL, NULL, NULL, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (27, 5, NULL, '2013-12-03 17:41:05', 0, 0, '68.98.209.35', 'http://web3.gowebsolutions.com/~aazook/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0', 'USD', 'Processing', NULL, NULL, NULL, NULL, NULL, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (28, 4, NULL, '2013-12-05 16:33:57', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36', 'USD', 'Processing', NULL, NULL, NULL, NULL, 1, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (29, 4, NULL, '2013-12-05 17:47:48', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0', 'USD', 'Processing', NULL, NULL, NULL, NULL, NULL, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (30, 4, NULL, '2013-12-05 17:49:04', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0', 'USD', 'Processing', NULL, NULL, NULL, NULL, NULL, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (31, 1, 4801, '2013-12-05 22:56:42', 0, 1, '66.121.22.180', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 1.0.3705; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)', 'USD', '', NULL, NULL, '', 0, 2747, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (32, 6, NULL, '2013-12-06 13:48:05', 0, 0, '69.137.93.32', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (iPad; CPU OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (33, 9, NULL, '2013-12-06 14:12:19', 0, 0, '24.240.161.82', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0', 'USD', NULL, NULL, NULL, NULL, NULL, 29, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (34, 6, NULL, '2013-12-06 22:38:25', 0, 0, '99.164.163.21', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.0; rv:25.0) Gecko/20100101 Firefox/25.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (35, 6, NULL, '2013-12-07 22:39:06', 0, 0, '24.239.35.26', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (36, 6, NULL, '2013-12-08 00:00:17', 0, 0, '75.173.176.109', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (37, 9, NULL, '2013-12-08 00:52:05', 0, 0, '162.198.26.184', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; rv:25.0) Gecko/20100101 Firefox/25.0', 'USD', NULL, NULL, NULL, NULL, NULL, 2459, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (38, 9, NULL, '2013-12-08 20:06:39', 0, 0, '72.241.76.225', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 2295, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (39, 4, 4804, '2013-12-09 17:20:10', 0, 0, '168.11.77.101', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; .NET4.0E)', 'USD', 'Approved', '2013-12-09 17:24:28', '50.00', '0JN29542W2254312P', 1, 1263, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (40, 6, NULL, '2013-12-09 19:55:03', 0, 0, '189.162.92.189', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (41, 6, NULL, '2013-12-10 01:50:53', 0, 0, '70.209.135.167', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (42, 9, NULL, '2013-12-10 03:14:00', 0, 0, '72.235.76.175', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; FunWebProducts; yie10; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, 1061, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (43, 6, NULL, '2013-12-10 03:42:08', 0, 0, '76.241.34.174', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (44, 6, NULL, '2013-12-10 14:12:42', 0, 0, '71.251.66.234', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (45, 6, NULL, '2013-12-10 15:14:34', 0, 0, '69.254.62.86', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (46, 6, NULL, '2013-12-10 15:23:54', 0, 0, '76.23.17.223', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (47, 9, NULL, '2013-12-10 22:17:39', 0, 0, '184.151.61.22', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9) AppleWebKit/537.71 (KHTML, like Gecko) Version/7.0 Safari/537.71', 'USD', NULL, NULL, NULL, NULL, NULL, 1086, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (48, 6, NULL, '2013-12-10 23:01:46', 0, 0, '50.82.207.82', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (50, 4, 4868, '2013-12-11 01:19:24', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36', 'USD', 'Processing', '2013-12-11 01:19:24', '0.05', '', 1, 1, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (51, 6, NULL, '2013-12-11 16:24:25', 0, 0, '209.194.208.116', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (52, 9, NULL, '2013-12-11 18:09:21', 0, 0, '172.10.128.188', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.0; rv:25.0) Gecko/20100101 Firefox/25.0', 'USD', NULL, NULL, NULL, NULL, NULL, 937, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (53, 6, NULL, '2013-12-11 19:13:23', 0, 0, '76.236.237.24', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (54, 5, 0, '2013-12-11 23:06:19', 0, 1, '67.1.194.201', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36', 'USD', 'Approved', '2013-12-11 23:06:19', '5.00', 'EQEPA2F46885', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (55, 6, NULL, '2013-12-12 05:48:23', 0, 0, '70.240.34.158', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (56, 6, NULL, '2013-12-12 13:42:57', 0, 0, '70.62.183.179', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (57, 6, NULL, '2013-12-12 15:48:55', 0, 0, '209.194.208.116', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (58, 1, 4887, '2013-12-12 17:15:53', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (59, 1, 4891, '2013-12-12 21:18:19', 0, 0, '97.117.185.54', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/536.30.1 (KHTML, like Gecko) Version/6.0.5 Safari/536.30.1', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (60, 6, NULL, '2013-12-13 16:35:27', 0, 0, '199.48.193.138', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.7; AOLBuild 4343.30; Windows NT 6.0; Trident/4.0; GTB7.5; .NET4.0C; .NET CLR 3.5.30729; McAfee)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (61, 6, NULL, '2013-12-17 15:29:36', 0, 0, '12.218.176.146', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (62, 1, 4894, '2013-12-17 16:30:30', 0, 0, '209.194.208.116', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (63, 6, NULL, '2013-12-18 01:28:15', 0, 0, '70.240.34.158', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (64, 1, 4896, '2013-12-18 16:12:20', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (65, 1, 4904, '2013-12-18 18:19:54', 0, 0, '198.236.242.3', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (66, 6, NULL, '2013-12-19 00:15:15', 0, 0, '72.70.40.98', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (67, 6, NULL, '2013-12-19 02:42:51', 0, 0, '76.241.34.174', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (68, 6, NULL, '2013-12-19 13:22:58', 0, 0, '108.204.40.129', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (69, 1, 4907, '2013-12-19 16:56:20', 0, 0, '12.192.79.100', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (70, 6, NULL, '2013-12-19 21:10:24', 0, 0, '24.79.110.143', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_3 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B511 Safari/9537.53', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (71, 6, NULL, '2013-12-20 03:57:49', 0, 0, '76.187.6.30', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.10 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.10', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (72, 6, NULL, '2013-12-20 13:44:40', 0, 0, '50.192.109.205', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (73, 1, 4911, '2013-12-20 16:51:32', 0, 0, '205.189.35.2', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (74, 9, NULL, '2013-12-20 17:41:32', 0, 0, '24.184.242.68', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', NULL, NULL, NULL, NULL, NULL, 600, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (75, 1, 4913, '2013-12-20 22:21:17', 0, 0, '67.165.21.132', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:25.0) Gecko/20100101 Firefox/25.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (76, 6, NULL, '2013-12-22 14:31:41', 0, 0, '99.26.245.228', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (iPad; CPU OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (77, 6, NULL, '2013-12-24 01:37:07', 0, 0, '24.177.224.254', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (78, 1, 4921, '2013-12-26 22:55:48', 0, 0, '66.121.22.163', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 1.0.3705; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (79, 9, NULL, '2013-12-27 01:09:01', 0, 0, '68.49.251.235', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', NULL, NULL, NULL, NULL, NULL, 2132, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (80, 9, NULL, '2013-12-27 15:07:53', 0, 0, '216.239.174.180', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, 1226, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (81, 1, 4924, '2013-12-27 19:32:09', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (82, 1, 4926, '2013-12-27 19:32:42', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (83, 6, NULL, '2013-12-28 03:28:03', 0, 0, '50.171.184.237', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 5.1; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (84, 6, NULL, '2013-12-28 04:55:41', 0, 0, '69.171.160.70', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (85, 5, 0, '2013-12-28 05:00:43', 0, 0, '66.58.194.138', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.68 Safari/537.36', 'USD', 'Approved', '2013-12-28 05:00:43', '100.00', 'EPFPA37E52C7', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (86, 6, NULL, '2013-12-28 13:45:50', 0, 0, '69.137.93.32', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (iPad; CPU OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (87, 9, NULL, '2013-12-30 02:13:26', 0, 0, '24.127.149.14', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 2832, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (88, 1, 4931, '2013-12-30 18:23:02', 0, 0, '184.43.92.55', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (89, 6, NULL, '2013-12-30 22:27:20', 0, 0, '209.147.114.50', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (90, 9, NULL, '2013-12-31 00:45:27', 0, 0, '203.43.113.226', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', NULL, NULL, NULL, NULL, NULL, 2435, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (91, 6, NULL, '2013-12-31 16:51:17', 0, 0, '68.118.189.243', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (92, 6, NULL, '2013-12-31 19:50:30', 0, 0, '107.192.81.65', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (93, 6, NULL, '2013-12-31 21:28:10', 0, 0, '161.149.102.169', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (94, 6, NULL, '2014-01-01 01:32:20', 0, 0, '97.106.176.227', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (95, 9, NULL, '2014-01-01 13:05:16', 0, 0, '23.31.175.37', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, 29, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (96, 6, NULL, '2014-01-02 17:06:49', 0, 0, '204.194.251.5', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (97, 1, 4942, '2014-01-03 14:54:02', 0, 0, '72.240.51.222', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.0.3705; MS-RTC LM 8)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (98, 6, NULL, '2014-01-03 19:37:43', 0, 0, '209.147.114.50', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (99, 6, NULL, '2014-01-03 21:26:00', 0, 0, '70.126.34.233', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (100, 1, 5126, '2014-01-03 22:07:29', 0, 0, '198.236.242.3', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (101, 1, 5128, '2014-01-03 23:37:55', 0, 0, '209.147.114.50', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (102, 6, NULL, '2014-01-04 17:51:41', 0, 0, '76.100.243.218', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (103, 6, NULL, '2014-01-04 17:52:30', 0, 0, '76.100.243.218', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (104, 6, NULL, '2014-01-05 04:05:54', 0, 0, '98.248.166.13', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (105, 6, NULL, '2014-01-05 14:06:15', 0, 0, '76.69.1.101', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Win64; x64; Trident/6.0; MAARJS)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (106, 6, NULL, '2014-01-05 17:27:29', 0, 0, '192.195.66.4', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.2)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (107, 6, NULL, '2014-01-05 19:43:24', 0, 0, '68.33.206.149', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; Touch; MALCJS)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (108, 6, NULL, '2014-01-05 20:54:03', 0, 0, '24.167.235.100', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (109, 9, NULL, '2014-01-06 17:16:29', 0, 0, '173.219.2.254', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', NULL, NULL, NULL, NULL, NULL, 443, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (110, 6, NULL, '2014-01-06 20:52:00', 0, 0, '74.62.148.162', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (111, 6, NULL, '2014-01-07 02:45:03', 0, 0, '216.4.211.186', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.73.11 (KHTML, like Gecko) Version/7.0.1 Safari/537.73.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (112, 6, NULL, '2014-01-07 14:19:43', 0, 0, '76.100.243.218', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (113, 6, NULL, '2014-01-07 15:44:00', 0, 0, '70.194.72.173', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (114, 1, 5142, '2014-01-07 16:20:57', 0, 0, '174.32.158.26', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (115, 9, NULL, '2014-01-07 21:47:04', 0, 0, '71.196.131.112', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 1765, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (116, 6, NULL, '2014-01-07 23:27:53', 0, 0, '69.137.93.32', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (iPad; CPU OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (117, 6, NULL, '2014-01-08 00:43:40', 0, 0, '70.171.15.91', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.10 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.10', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (118, 6, NULL, '2014-01-08 03:51:46', 0, 0, '99.30.10.74', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (119, 9, NULL, '2014-01-08 17:35:31', 0, 0, '107.5.34.219', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)', 'USD', NULL, NULL, NULL, NULL, NULL, 634, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (120, 1, 5146, '2014-01-08 20:29:20', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (121, 9, NULL, '2014-01-08 21:56:00', 0, 0, '146.129.250.249', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)', 'USD', NULL, NULL, NULL, NULL, NULL, 503, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (122, 6, NULL, '2014-01-09 04:44:35', 0, 0, '70.240.34.158', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (123, 6, NULL, '2014-01-09 06:40:48', 0, 0, '70.7.110.151', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.71 (KHTML, like Gecko) Version/6.1 Safari/537.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (124, 9, NULL, '2014-01-09 13:51:15', 0, 0, '12.151.236.43', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', NULL, NULL, NULL, NULL, NULL, 499, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (125, 6, NULL, '2014-01-09 22:59:44', 0, 0, '108.194.154.142', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (126, 9, NULL, '2014-01-10 16:54:27', 0, 0, '155.220.105.32', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; InfoPath.3)', 'USD', NULL, NULL, NULL, NULL, NULL, 38990, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (127, 12, NULL, '2014-01-10 23:13:05', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/newformtest/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 25759, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (129, 12, NULL, '2014-01-10 23:16:28', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/newformtest/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 25759, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (130, 12, NULL, '2014-01-10 23:17:58', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/newformtest/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 25759, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (131, 12, NULL, '2014-01-10 23:18:31', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/newformtest/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 25759, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (132, 12, NULL, '2014-01-10 23:18:40', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/newformtest/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 25759, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (133, 12, NULL, '2014-01-10 23:24:46', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/newformtest/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 25759, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (134, 12, NULL, '2014-01-10 23:24:52', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/newformtest/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 25759, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (135, 12, NULL, '2014-01-10 23:25:05', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/newformtest/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 25759, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (136, 12, NULL, '2014-01-10 23:28:57', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/newformtest/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 25759, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (137, 12, NULL, '2014-01-10 23:32:09', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/newformtest/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 25759, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (138, 12, NULL, '2014-01-10 23:32:17', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/newformtest/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 25759, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (139, 12, NULL, '2014-01-10 23:32:52', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/newformtest/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 25759, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (140, 12, 5200, '2014-01-11 00:06:46', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/newformtest/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.72 Safari/537.36', 'USD', '', NULL, NULL, '', 0, 25759, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (141, 12, 5202, '2014-01-11 00:08:24', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/newformtest/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.72 Safari/537.36', 'USD', '', NULL, NULL, '', 0, 25759, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (142, 12, 5205, '2014-01-11 00:25:18', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/newformtest/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.72 Safari/537.36', 'USD', '', NULL, NULL, '', 0, 25759, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (143, 12, 5209, '2014-01-11 00:26:25', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/newformtest/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.72 Safari/537.36', 'USD', '', NULL, NULL, '', 0, 25759, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (144, 12, 5213, '2014-01-11 00:31:46', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/newformtest/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.72 Safari/537.36', 'USD', '', NULL, NULL, '', 0, 25759, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (145, 12, 5217, '2014-01-11 00:32:48', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/newformtest/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.72 Safari/537.36', 'USD', '', NULL, NULL, '', 0, 25759, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (146, 9, NULL, '2014-01-11 17:56:03', 0, 0, '23.31.175.37', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, 29, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (147, 6, NULL, '2014-01-11 18:34:52', 0, 0, '24.60.38.13', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (iPad; CPU OS 6_1_3 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B329 Safari/8536.25', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (148, 9, NULL, '2014-01-11 20:06:17', 0, 0, '66.18.39.130', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 5.1; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', NULL, NULL, NULL, NULL, NULL, 620, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (149, 9, NULL, '2014-01-12 13:11:39', 0, 0, '192.195.66.3', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; MS-RTC LM 8; .NET4.0C; .NET4.0E)', 'USD', NULL, NULL, NULL, NULL, NULL, 523, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (150, 6, NULL, '2014-01-12 20:37:54', 0, 0, '95.93.57.20', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; BTRS103112; GTB7.5; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.30618; .NET CLR 3.5.30729; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C; BRI/2)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (151, 12, 5225, '2014-01-13 19:35:20', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/newformtest/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.72 Safari/537.36', 'USD', '', NULL, NULL, '', 0, 25759, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (152, 6, NULL, '2014-01-13 20:21:02', 0, 0, '50.51.139.90', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (153, 12, 5245, '2014-01-14 19:32:48', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/newformtest/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36', 'USD', '', NULL, NULL, '', 0, 25759, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (154, 12, 5250, '2014-01-14 19:44:57', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/newformtest/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36', 'USD', '', NULL, NULL, '', 0, 25759, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (155, 12, 5255, '2014-01-14 19:48:40', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/newformtest/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36', 'USD', '', NULL, NULL, '', 0, 25759, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (156, 12, 5258, '2014-01-14 19:53:24', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/newformtest/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36', 'USD', '', NULL, NULL, '', 0, 25759, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (157, 12, 5261, '2014-01-14 20:02:42', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/newformtest/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36', 'USD', '', NULL, NULL, '', 0, 25759, NULL, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (158, 12, 5272, '2014-01-14 22:00:34', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/newformtest/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36', 'USD', 'Processing', '2014-01-14 22:00:34', '0.05', '', 1, 25759, 1, 'trash') ; 
INSERT INTO `wp_rg_lead` VALUES (159, 6, NULL, '2014-01-14 23:54:40', 0, 0, '184.17.207.28', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (160, 6, NULL, '2014-01-15 02:03:56', 0, 0, '76.241.34.174', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (161, 6, NULL, '2014-01-15 02:15:02', 0, 0, '71.167.103.55', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.73.11 (KHTML, like Gecko) Version/6.1.1 Safari/537.73.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (162, 6, NULL, '2014-01-15 05:44:09', 0, 0, '216.82.201.186', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; MATBJS)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (163, 1, 5279, '2014-01-15 15:34:38', 0, 0, '170.94.26.21', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, 1848, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (164, 1, 5281, '2014-01-15 15:40:37', 0, 0, '170.94.26.21', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, 1848, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (165, 1, 5283, '2014-01-15 15:56:50', 0, 0, '170.94.26.21', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, 1848, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (166, 1, 5285, '2014-01-15 18:09:15', 0, 0, '66.121.22.163', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 1.0.3705; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; MS-RTC LM 8)', 'USD', '', NULL, NULL, '', 0, 2747, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (167, 1, 5287, '2014-01-15 18:09:23', 0, 0, '66.121.22.163', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 1.0.3705; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; MS-RTC LM 8)', 'USD', '', NULL, NULL, '', 0, 2747, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (168, 1, 5296, '2014-01-16 00:45:17', 0, 0, '198.236.242.3', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (169, 6, NULL, '2014-01-16 17:36:31', 0, 0, '173.227.205.1', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (170, 1, 5298, '2014-01-16 17:38:12', 0, 0, '71.176.86.182', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.72 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (171, 6, NULL, '2014-01-16 19:06:24', 0, 0, '173.227.205.1', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (172, 1, 5300, '2014-01-16 19:44:12', 0, 0, '107.1.93.42', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.71 (KHTML, like Gecko) Version/6.1 Safari/537.71', 'USD', '', NULL, NULL, '', 0, 2616, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (173, 1, 5302, '2014-01-16 22:04:30', 0, 0, '107.1.93.42', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.71 (KHTML, like Gecko) Version/6.1 Safari/537.71', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (174, 6, NULL, '2014-01-16 23:30:56', 0, 0, '162.228.34.18', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (175, 1, 5304, '2014-01-17 03:21:17', 0, 0, '70.209.134.120', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (176, 1, 5306, '2014-01-17 03:25:32', 0, 0, '70.209.134.120', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (177, 1, 5308, '2014-01-17 03:27:46', 0, 0, '70.209.134.120', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (178, 12, 5311, '2014-01-17 18:18:32', 0, 0, '24.176.228.90', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)', 'USD', 'Processing', '2014-01-17 18:18:32', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (179, 1, 5314, '2014-01-18 13:29:57', 0, 0, '76.100.243.218', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (180, 6, NULL, '2014-01-18 15:26:57', 0, 0, '72.214.201.40', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (181, 6, NULL, '2014-01-18 18:20:53', 0, 0, '208.126.45.29', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (182, 12, 5316, '2014-01-18 23:30:08', 0, 0, '76.16.221.136', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)', 'USD', 'Processing', '2014-01-18 23:30:08', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (183, 1, 5320, '2014-01-19 21:41:55', 0, 0, '64.203.139.114', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.76 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (184, 6, NULL, '2014-01-19 22:17:46', 0, 0, '216.125.167.229', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (185, 12, 5322, '2014-01-20 18:41:27', 0, 0, '50.186.166.170', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36', 'USD', 'Processing', '2014-01-20 18:41:27', '50.00', '', 1, 73056, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (186, 6, NULL, '2014-01-20 19:33:14', 0, 0, '184.17.207.28', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (187, 6, NULL, '2014-01-20 20:11:05', 0, 0, '24.176.228.90', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (188, 6, NULL, '2014-01-21 15:22:43', 0, 0, '72.55.252.194', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (189, 6, NULL, '2014-01-21 17:57:44', 0, 0, '72.168.120.110', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 5.1; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (190, 6, NULL, '2014-01-21 20:55:14', 0, 0, '162.235.220.74', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (191, 9, NULL, '2014-01-22 02:09:39', 0, 0, '184.78.227.15', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 60, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (192, 6, NULL, '2014-01-22 17:20:25', 0, 0, '50.51.139.90', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (193, 9, NULL, '2014-01-23 01:38:28', 0, 0, '68.187.1.34', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (iPad; CPU OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53', 'USD', NULL, NULL, NULL, NULL, NULL, 1285, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (194, 6, NULL, '2014-01-23 15:36:38', 0, 0, '192.195.66.3', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; MS-RTC LM 8; InfoPath.2)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (195, 6, NULL, '2014-01-24 21:36:25', 0, 0, '70.194.71.18', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (196, 6, NULL, '2014-01-25 15:56:34', 0, 0, '69.55.171.117', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (197, 9, NULL, '2014-01-25 19:41:37', 0, 0, '199.106.195.8', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 5.1; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', NULL, NULL, NULL, NULL, NULL, 77354, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (198, 6, NULL, '2014-01-25 20:09:23', 0, 0, '208.93.189.236', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (199, 6, NULL, '2014-01-25 20:10:59', 0, 0, '156.99.55.125', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (200, 6, NULL, '2014-01-25 23:50:40', 0, 0, '50.141.174.171', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (201, 6, NULL, '2014-01-26 03:47:45', 0, 0, '24.177.224.254', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (202, 6, NULL, '2014-01-26 14:49:12', 0, 0, '75.150.235.177', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 5.1; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (203, 6, NULL, '2014-01-27 16:11:55', 0, 0, '98.225.112.2', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (204, 1, 5359, '2014-01-27 16:55:27', 0, 0, '208.104.11.51', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.73.11 (KHTML, like Gecko) Version/6.1.1 Safari/537.73.11', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (205, 6, NULL, '2014-01-27 20:23:55', 0, 0, '99.8.142.127', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (206, 6, NULL, '2014-01-27 22:34:31', 0, 0, '75.109.185.157', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (207, 9, NULL, '2014-01-28 00:25:44', 0, 0, '75.117.14.118', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.1) Gecko/20100101 Firefox/6.0.1', 'USD', NULL, NULL, NULL, NULL, NULL, 2507, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (208, 6, NULL, '2014-01-28 01:39:29', 0, 0, '173.53.46.151', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.73.11 (KHTML, like Gecko) Version/6.1.1 Safari/537.73.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (209, 12, 5361, '2014-01-28 20:50:43', 0, 0, '173.15.38.93', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', 'Processing', '2014-01-28 20:50:43', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (210, 6, NULL, '2014-01-28 20:50:59', 0, 0, '172.2.186.99', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (211, 1, 5364, '2014-01-28 21:03:55', 0, 0, '156.39.0.199', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; InfoPath.1; MS-RTC LM 8; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (212, 6, NULL, '2014-01-29 01:28:08', 0, 0, '76.28.149.243', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/536.30.1 (KHTML, like Gecko) Version/6.0.5 Safari/536.30.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (213, 6, NULL, '2014-01-29 14:05:26', 0, 0, '122.177.20.172', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.102 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (214, 6, NULL, '2014-01-29 16:31:50', 0, 0, '166.137.86.47', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (215, 6, NULL, '2014-01-29 19:18:14', 0, 0, '160.111.253.23', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (216, 6, NULL, '2014-01-29 19:18:14', 0, 0, '160.111.253.23', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (217, 9, NULL, '2014-01-29 19:31:46', 0, 0, '192.195.66.4', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.2)', 'USD', NULL, NULL, NULL, NULL, NULL, 523, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (218, 1, 5366, '2014-01-29 21:15:17', 0, 0, '70.210.144.170', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (219, 9, NULL, '2014-01-29 22:58:20', 0, 0, '107.216.227.0', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.73.11 (KHTML, like Gecko) Version/7.0.1 Safari/537.73.11', 'USD', NULL, NULL, NULL, NULL, NULL, 114447, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (220, 9, NULL, '2014-01-30 03:28:58', 0, 0, '71.48.128.139', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', NULL, NULL, NULL, NULL, NULL, 1205, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (221, 9, NULL, '2014-01-30 03:29:52', 0, 0, '174.65.72.153', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', NULL, NULL, NULL, NULL, NULL, 2823, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (222, 1, 5368, '2014-01-30 15:55:08', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (223, 1, 5370, '2014-01-30 15:55:50', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (224, 6, NULL, '2014-01-30 19:08:37', 0, 0, '76.173.47.9', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.102 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (225, 1, 5372, '2014-01-30 19:34:47', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (226, 6, NULL, '2014-01-30 21:45:52', 0, 0, '67.235.104.215', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (227, 6, NULL, '2014-01-30 21:51:12', 0, 0, '100.43.220.18', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (228, 6, NULL, '2014-01-31 04:17:06', 0, 0, '71.86.163.146', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (229, 1, 5374, '2014-01-31 16:14:31', 0, 0, '50.243.3.66', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.102 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (230, 1, 5376, '2014-01-31 16:20:08', 0, 0, '50.243.3.66', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.102 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (231, 1, 5378, '2014-01-31 18:30:50', 0, 0, '12.27.65.130', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.102 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (232, 1, 5380, '2014-01-31 22:53:01', 0, 0, '204.140.246.254', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', '', NULL, NULL, '', 0, 2788, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (233, 6, NULL, '2014-02-01 10:34:26', 0, 0, '151.200.253.185', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.73.11 (KHTML, like Gecko) Version/6.1.1 Safari/537.73.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (234, 9, NULL, '2014-02-01 23:12:25', 0, 0, '151.200.253.185', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.73.11 (KHTML, like Gecko) Version/6.1.1 Safari/537.73.11', 'USD', NULL, NULL, NULL, NULL, NULL, 129150, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (235, 6, NULL, '2014-02-02 16:35:57', 0, 0, '69.143.56.90', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.102 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (236, 9, NULL, '2014-02-02 18:02:50', 0, 0, '66.8.211.57', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 1583, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (237, 6, NULL, '2014-02-02 21:48:08', 0, 0, '24.121.64.203', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/536.30.1 (KHTML, like Gecko) Version/6.0.5 Safari/536.30.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (238, 1, 5395, '2014-02-03 22:17:35', 0, 0, '74.206.68.88', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, 942, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (239, 6, NULL, '2014-02-04 17:36:39', 0, 0, '75.17.152.17', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (240, 6, NULL, '2014-02-04 17:44:43', 0, 0, '173.34.162.9', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (241, 1, 5478, '2014-02-04 18:47:44', 0, 0, '107.1.93.42', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.71 (KHTML, like Gecko) Version/6.1 Safari/537.71', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (242, 6, NULL, '2014-02-04 20:29:09', 0, 0, '50.203.24.192', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; InfoPath.2)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (243, 6, NULL, '2014-02-04 21:59:38', 0, 0, '72.168.120.141', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (244, 6, NULL, '2014-02-05 14:06:33', 0, 0, '69.54.58.155', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 5.1; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (245, 9, NULL, '2014-02-05 16:07:16', 0, 0, '99.47.119.92', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, 1956, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (246, 1, 5517, '2014-02-05 18:32:55', 0, 0, '173.11.118.26', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (247, 1, 5523, '2014-02-05 18:55:50', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (248, 1, 5525, '2014-02-05 21:30:03', 0, 0, '98.203.246.108', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (249, 6, NULL, '2014-02-05 22:51:32', 0, 0, '70.51.157.175', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (250, 12, 5548, '2014-02-06 17:28:42', 0, 0, '72.214.201.40', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', 'Processing', '2014-02-06 17:28:42', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (251, 6, NULL, '2014-02-07 00:26:19', 0, 0, '68.111.46.210', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (252, 6, NULL, '2014-02-07 00:28:39', 0, 0, '98.238.60.167', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; NP06; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (253, 6, NULL, '2014-02-07 05:41:11', 0, 0, '220.135.5.4', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (254, 1, 5560, '2014-02-07 13:23:42', 0, 0, '199.201.216.254', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.48 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (255, 6, NULL, '2014-02-07 16:41:57', 0, 0, '207.63.101.220', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.5; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MDDR; InfoPath.1; .NET4.0C)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (256, 6, NULL, '2014-02-07 20:22:38', 0, 0, '207.225.232.131', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (257, 6, NULL, '2014-02-10 19:58:08', 0, 0, '208.93.189.236', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (258, 1, 5562, '2014-02-10 21:39:10', 0, 0, '156.39.0.199', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; InfoPath.1; MS-RTC LM 8; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (259, 6, NULL, '2014-02-11 02:33:33', 0, 0, '50.34.69.91', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (260, 6, NULL, '2014-02-11 13:54:57', 0, 0, '67.172.107.69', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (261, 6, NULL, '2014-02-11 14:22:58', 0, 0, '38.100.146.51', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (262, 9, NULL, '2014-02-11 18:06:19', 0, 0, '173.8.136.237', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 115490, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (263, 1, 5564, '2014-02-12 00:46:50', 0, 0, '174.131.181.230', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (264, 9, NULL, '2014-02-12 16:28:49', 0, 0, '96.227.84.250', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 1880, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (265, 6, NULL, '2014-02-12 18:23:26', 0, 0, '170.185.97.17', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (266, 12, 5566, '2014-02-12 19:14:48', 0, 0, '64.201.70.215', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', 'Processing', '2014-02-12 19:14:48', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (267, 12, 5569, '2014-02-12 19:24:42', 0, 0, '64.201.70.215', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', 'Processing', '2014-02-12 19:24:42', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (268, 6, NULL, '2014-02-12 22:26:33', 0, 0, '67.1.140.84', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (269, 9, NULL, '2014-02-12 22:39:10', 0, 0, '67.1.140.84', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 2, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (270, 6, NULL, '2014-02-13 03:19:56', 0, 0, '220.135.5.4', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (271, 6, NULL, '2014-02-13 14:27:36', 0, 0, '24.52.67.20', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (272, 1, 5588, '2014-02-13 23:31:41', 0, 0, '98.203.246.108', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (273, 9, NULL, '2014-02-14 15:21:05', 0, 0, '209.6.52.45', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.71 (KHTML, like Gecko) Version/6.1 Safari/537.71', 'USD', NULL, NULL, NULL, NULL, NULL, 77, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (274, 1, 5590, '2014-02-14 16:26:23', 0, 0, '184.43.115.148', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (275, 6, NULL, '2014-02-14 16:46:20', 0, 0, '98.222.200.25', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (276, 9, NULL, '2014-02-14 20:19:30', 0, 0, '12.238.161.226', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)', 'USD', NULL, NULL, NULL, NULL, NULL, 1505, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (277, 9, NULL, '2014-02-14 20:22:41', 0, 0, '72.87.113.10', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)', 'USD', NULL, NULL, NULL, NULL, NULL, 2196, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (278, 9, NULL, '2014-02-14 20:53:18', 0, 0, '204.140.166.2', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; InfoPath.3)', 'USD', NULL, NULL, NULL, NULL, NULL, 188906, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (279, 12, 5592, '2014-02-14 21:06:06', 0, 0, '204.140.166.2', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; InfoPath.3)', 'USD', 'Processing', '2014-02-14 21:06:06', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (280, 6, NULL, '2014-02-14 22:42:33', 0, 0, '204.140.166.2', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; InfoPath.3)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (281, 6, NULL, '2014-02-15 16:37:49', 0, 0, '72.240.170.121', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (282, 6, NULL, '2014-02-15 17:59:30', 0, 0, '50.204.75.194', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (283, 5, 0, '2014-02-15 18:43:28', 0, 0, '71.33.72.225', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 6.1; rv:27.0) Gecko/20100101 Firefox/27.0', 'USD', 'Approved', '2014-02-15 18:43:28', '200.00', 'ESYPB61806DB', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (284, 6, NULL, '2014-02-16 01:57:44', 0, 0, '68.200.67.236', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (285, 9, NULL, '2014-02-16 04:45:32', 0, 0, '184.78.227.15', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.102 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 60, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (286, 9, NULL, '2014-02-16 04:55:20', 0, 0, '184.78.227.15', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.102 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 60, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (287, 14, 5600, '2014-02-16 21:34:53', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/test-form/?preview=true&preview_id=5596&preview_nonce=9f0afe5d5e', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.91 Safari/537.36', 'USD', '', NULL, NULL, '', 0, 25759, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (288, 14, 5606, '2014-02-16 21:43:39', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/test-form/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.91 Safari/537.36', 'USD', '', NULL, NULL, '', 0, 25759, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (289, 14, 5611, '2014-02-16 21:53:20', 0, 0, '68.98.209.35', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.91 Safari/537.36', 'USD', '', NULL, NULL, '', 0, 25759, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (290, 6, NULL, '2014-02-17 04:00:51', 0, 0, '117.203.144.136', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (291, 6, NULL, '2014-02-17 04:11:18', 0, 0, '50.129.204.47', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (292, 6, NULL, '2014-02-17 13:41:31', 0, 0, '66.210.226.78', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (293, 9, NULL, '2014-02-17 17:11:42', 0, 0, '71.226.122.176', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0', 'USD', NULL, NULL, NULL, NULL, NULL, 2835, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (294, 6, NULL, '2014-02-17 22:24:09', 0, 0, '76.114.205.151', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (295, 6, NULL, '2014-02-18 07:20:15', 0, 0, '67.183.247.133', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; Touch; MAARJS)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (296, 6, NULL, '2014-02-18 16:33:39', 0, 0, '109.24.168.226', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (297, 6, NULL, '2014-02-19 16:06:46', 0, 0, '184.12.79.111', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (298, 14, 5623, '2014-02-19 17:00:34', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (299, 14, 5626, '2014-02-19 17:01:11', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (300, 6, NULL, '2014-02-19 17:32:18', 0, 0, '50.192.109.205', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (301, 6, NULL, '2014-02-20 01:53:26', 0, 0, '107.5.240.32', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (302, 6, NULL, '2014-02-20 04:28:00', 0, 0, '71.94.51.137', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (303, 12, 5645, '2014-02-20 20:48:16', 0, 0, '96.38.35.146', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'USD', 'Processing', '2014-02-20 20:48:16', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (304, 9, NULL, '2014-02-21 05:37:20', 0, 0, '96.244.116.86', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 1141, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (305, 6, NULL, '2014-02-21 18:30:27', 0, 0, '172.6.201.6', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (306, 6, NULL, '2014-02-21 19:08:22', 0, 0, '160.111.253.23', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.3)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (307, 6, NULL, '2014-02-21 19:39:19', 0, 0, '81.94.228.122', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (308, 12, 5648, '2014-02-22 00:45:37', 0, 0, '12.157.107.209', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', 'USD', 'Processing', '2014-02-22 00:45:37', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (309, 9, NULL, '2014-02-23 19:27:43', 0, 0, '12.238.161.226', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)', 'USD', NULL, NULL, NULL, NULL, NULL, 1505, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (310, 6, NULL, '2014-02-24 00:35:14', 0, 0, '24.19.18.62', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (311, 9, NULL, '2014-02-24 01:58:23', 0, 0, '68.13.224.84', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; rv:27.0) Gecko/20100101 Firefox/27.0', 'USD', NULL, NULL, NULL, NULL, NULL, 1122, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (312, 6, NULL, '2014-02-24 08:15:19', 0, 0, '81.27.214.2', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (313, 14, 5651, '2014-02-24 15:38:23', 0, 0, '137.118.179.237', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (314, 6, NULL, '2014-02-24 16:00:52', 0, 0, '72.240.51.222', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (315, 6, NULL, '2014-02-24 19:06:05', 0, 0, '108.28.121.53', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (316, 6, NULL, '2014-02-24 23:40:49', 0, 0, '63.135.145.175', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (317, 9, NULL, '2014-02-25 15:24:57', 0, 0, '160.111.253.23', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 791, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (318, 6, NULL, '2014-02-25 21:10:19', 0, 0, '69.207.155.13', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (319, 6, NULL, '2014-02-25 23:27:55', 0, 0, '208.98.237.81', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (320, 9, NULL, '2014-02-26 15:28:05', 0, 0, '174.32.158.26', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.73.11 (KHTML, like Gecko) Version/6.1.1 Safari/537.73.11', 'USD', NULL, NULL, NULL, NULL, NULL, 1782, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (321, 9, NULL, '2014-02-26 21:32:48', 0, 0, '192.195.66.3', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; MS-RTC LM 8; InfoPath.2)', 'USD', NULL, NULL, NULL, NULL, NULL, 1439, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (322, 9, NULL, '2014-02-27 13:20:19', 0, 0, '108.182.114.239', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 660, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (323, 9, NULL, '2014-02-27 13:59:39', 0, 0, '97.123.129.98', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 173, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (324, 9, NULL, '2014-02-27 16:53:31', 0, 0, '76.236.237.24', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0', 'USD', NULL, NULL, NULL, NULL, NULL, 1839, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (325, 9, NULL, '2014-02-28 00:33:04', 0, 0, '69.137.93.32', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (iPad; CPU OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53', 'USD', NULL, NULL, NULL, NULL, NULL, 36079, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (326, 9, NULL, '2014-02-28 02:30:21', 0, 0, '76.173.53.116', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 5.1; rv:27.0) Gecko/20100101 Firefox/27.0', 'USD', NULL, NULL, NULL, NULL, NULL, 1833, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (327, 9, NULL, '2014-02-28 14:32:41', 0, 0, '216.99.164.18', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', 'USD', NULL, NULL, NULL, NULL, NULL, 2181, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (328, 14, 5658, '2014-02-28 18:54:06', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (329, 14, 5661, '2014-02-28 18:55:34', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (330, 14, 5664, '2014-02-28 18:56:12', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (331, 14, 5667, '2014-02-28 18:57:56', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (332, 14, 5670, '2014-02-28 21:07:58', 0, 0, '69.54.58.155', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 1.0.3705; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (333, 6, NULL, '2014-02-28 21:37:59', 0, 0, '98.232.72.21', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Linux; U; Android 4.3; en-us; SCH-I535 Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (334, 6, NULL, '2014-02-28 23:02:42', 0, 0, '146.129.250.249', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (335, 9, NULL, '2014-03-01 03:10:34', 0, 0, '108.67.178.244', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 2811, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (336, 6, NULL, '2014-03-01 13:32:44', 0, 0, '24.126.132.211', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (337, 6, NULL, '2014-03-01 19:03:51', 0, 0, '68.230.8.62', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; BRI/2)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (338, 6, NULL, '2014-03-01 19:25:10', 0, 0, '68.230.8.62', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; BRI/2)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (339, 6, NULL, '2014-03-02 15:57:00', 0, 0, '63.233.140.42', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.73.11 (KHTML, like Gecko) Version/6.1.1 Safari/537.73.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (340, 6, NULL, '2014-03-02 19:39:32', 0, 0, '216.52.207.75', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET4.0C; .NET4.0E)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (341, 6, NULL, '2014-03-03 15:05:03', 0, 0, '192.195.66.5', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.2)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (342, 14, 5673, '2014-03-03 18:11:11', 0, 0, '204.194.251.5', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (343, 6, NULL, '2014-03-04 11:40:29', 0, 0, '108.82.249.205', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (344, 14, 5680, '2014-03-04 16:43:12', 0, 0, '24.248.207.36', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (345, 14, 5684, '2014-03-04 17:55:33', 0, 0, '75.109.185.201', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36', 'USD', '', NULL, NULL, '', 0, 1677, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (346, 6, NULL, '2014-03-04 19:15:26', 0, 0, '69.255.226.226', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (347, 6, NULL, '2014-03-04 23:02:08', 0, 0, '71.21.31.185', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (348, 6, NULL, '2014-03-06 04:55:52', 0, 0, '203.43.113.226', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (349, 6, NULL, '2014-03-06 05:57:22', 0, 0, '68.230.8.62', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; BRI/2)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (350, 12, 5687, '2014-03-06 21:03:36', 0, 0, '96.38.35.146', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'USD', 'Processing', '2014-03-06 21:03:36', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (351, 6, NULL, '2014-03-07 00:36:25', 0, 0, '174.16.172.135', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/6.1.2 Safari/537.74.9', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (352, 6, NULL, '2014-03-07 15:22:14', 0, 0, '216.12.89.253', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (353, 9, NULL, '2014-03-08 17:25:20', 0, 0, '98.231.141.129', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (iPad; CPU OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53', 'USD', NULL, NULL, NULL, NULL, NULL, 704, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (354, 6, NULL, '2014-03-08 19:37:38', 0, 0, '75.115.147.232', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/536.30.1 (KHTML, like Gecko) Version/6.0.5 Safari/536.30.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (355, 6, NULL, '2014-03-09 04:48:52', 0, 0, '67.160.70.172', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (356, 14, 5694, '2014-03-10 21:46:34', 0, 0, '50.96.103.188', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (357, 6, NULL, '2014-03-11 02:56:52', 0, 0, '71.59.86.105', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 5.1; rv:27.0) Gecko/20100101 Firefox/27.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (358, 6, NULL, '2014-03-11 07:13:49', 0, 0, '50.12.235.252', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (359, 6, NULL, '2014-03-11 09:51:28', 0, 0, '137.248.1.6', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Firefox/24.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (360, 6, NULL, '2014-03-11 18:53:11', 0, 0, '198.96.187.2', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (361, 6, NULL, '2014-03-11 19:29:42', 0, 0, '41.150.157.67', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.73.11 (KHTML, like Gecko) Version/6.1.1 Safari/537.73.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (362, 6, NULL, '2014-03-11 21:15:23', 0, 0, '192.195.66.2', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; EIE10;ENUSWOL)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (363, 14, 5697, '2014-03-12 16:13:47', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (364, 14, 5700, '2014-03-12 16:14:46', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (365, 9, NULL, '2014-03-12 20:03:29', 0, 0, '204.194.251.5', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)', 'USD', NULL, NULL, NULL, NULL, NULL, 25153, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (366, 12, 5707, '2014-03-14 05:30:21', 0, 0, '203.21.125.202', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', 'USD', 'Processing', '2014-03-14 05:30:21', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (367, 9, NULL, '2014-03-14 12:24:41', 0, 0, '69.54.58.155', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', 'USD', NULL, NULL, NULL, NULL, NULL, 2822, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (368, 6, NULL, '2014-03-14 14:47:47', 0, 0, '67.32.157.252', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (369, 14, 5710, '2014-03-14 17:05:46', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (370, 9, NULL, '2014-03-14 18:48:21', 0, 0, '216.139.72.36', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 124, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (371, 6, NULL, '2014-03-15 01:06:05', 0, 0, '99.126.113.43', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (372, 9, NULL, '2014-03-15 16:29:20', 0, 0, '199.106.195.8', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, 2823, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (373, 6, NULL, '2014-03-16 03:56:04', 0, 0, '67.177.246.35', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (iPad; CPU OS 7_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) GSA/3.2.1.25875 Mobile/11D167 Safari/8536.25', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (374, 9, NULL, '2014-03-16 17:11:27', 0, 0, '99.100.38.182', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 1225, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (375, 14, 5718, '2014-03-16 19:12:39', 0, 0, '63.233.140.42', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/6.1.2 Safari/537.74.9', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (376, 9, NULL, '2014-03-16 22:39:26', 0, 0, '50.124.51.255', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0', 'USD', NULL, NULL, NULL, NULL, NULL, 95972, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (377, 14, 5721, '2014-03-17 03:31:02', 0, 0, '107.1.93.42', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36', 'USD', '', NULL, NULL, '', 0, 2616, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (378, 14, 5724, '2014-03-17 13:50:55', 0, 0, '208.104.11.51', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9', 'USD', '', NULL, NULL, '', 0, 1656, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (379, 6, NULL, '2014-03-18 06:07:21', 0, 0, '98.226.66.58', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 5.1; rv:27.0) Gecko/20100101 Firefox/27.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (380, 9, NULL, '2014-03-18 14:45:59', 0, 0, '66.213.98.100', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0', 'USD', NULL, NULL, NULL, NULL, NULL, 1653, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (381, 6, NULL, '2014-03-19 00:33:31', 0, 0, '71.200.82.253', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (382, 6, NULL, '2014-03-19 18:07:51', 0, 0, '147.26.216.113', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (383, 9, NULL, '2014-03-20 15:33:00', 0, 0, '68.14.165.106', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; rv:27.0) Gecko/20100101 Firefox/27.0', 'USD', NULL, NULL, NULL, NULL, NULL, 1122, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (384, 14, 5736, '2014-03-20 18:54:48', 0, 0, '63.233.140.42', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/6.1.2 Safari/537.74.9', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (385, 6, NULL, '2014-03-20 21:19:55', 0, 0, '173.190.244.178', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; rv:27.0) Gecko/20100101 Firefox/27.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (386, 6, NULL, '2014-03-21 15:19:31', 0, 0, '108.243.85.32', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (iPad; CPU OS 7_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D167 Safari/9537.53', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (387, 9, NULL, '2014-03-21 17:59:33', 0, 0, '107.200.137.81', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 1487, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (388, 9, NULL, '2014-03-21 19:38:39', 0, 0, '204.140.246.254', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', NULL, NULL, NULL, NULL, NULL, 2788, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (389, 6, NULL, '2014-03-22 16:28:18', 0, 0, '108.68.160.150', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; MAGWJS; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (390, 6, NULL, '2014-03-25 16:49:41', 0, 0, '23.31.175.37', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.0; rv:27.0) Gecko/20100101 Firefox/27.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (391, 6, NULL, '2014-03-25 18:34:46', 0, 0, '208.98.237.81', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; InfoPath.3)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (392, 14, 5739, '2014-03-25 19:42:41', 0, 0, '156.39.0.199', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; InfoPath.1; MS-RTC LM 8; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (393, 14, 5742, '2014-03-25 20:13:50', 0, 0, '12.53.65.170', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (394, 6, NULL, '2014-03-25 23:18:18', 0, 0, '71.61.43.109', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (395, 14, 5746, '2014-03-26 14:19:39', 0, 0, '173.219.2.254', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (396, 6, NULL, '2014-03-26 15:56:03', 0, 0, '69.74.254.254', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; MALC; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (397, 14, 5749, '2014-03-26 19:42:25', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (398, 14, 5752, '2014-03-26 19:45:14', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (399, 14, 5755, '2014-03-26 19:46:28', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (400, 12, 5758, '2014-03-26 20:48:25', 0, 0, '67.81.133.14', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36', 'USD', 'Processing', '2014-03-26 20:48:25', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (401, 9, NULL, '2014-03-26 22:21:06', 0, 0, '216.125.167.229', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', NULL, NULL, NULL, NULL, NULL, 361, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (402, 9, NULL, '2014-03-27 00:14:16', 0, 0, '76.118.230.195', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 2167, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (403, 6, NULL, '2014-03-27 13:31:30', 0, 0, '96.253.219.83', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (404, 6, NULL, '2014-03-27 20:04:38', 0, 0, '70.193.64.246', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (405, 14, 5761, '2014-03-27 22:48:02', 0, 0, '156.39.0.199', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (406, 14, 5764, '2014-03-27 23:25:28', 0, 0, '156.39.0.199', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (407, 12, 5767, '2014-03-28 18:06:37', 0, 0, '12.157.107.209', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', 'USD', 'Processing', '2014-03-28 18:06:37', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (408, 6, NULL, '2014-03-30 05:44:11', 0, 0, '216.67.111.166', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (409, 6, NULL, '2014-03-30 13:39:37', 0, 0, '50.189.89.39', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/6.1.2 Safari/537.74.9', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (410, 6, NULL, '2014-03-30 13:39:47', 0, 0, '50.189.89.39', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/6.1.2 Safari/537.74.9', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (411, 6, NULL, '2014-03-30 13:48:10', 0, 0, '108.129.114.47', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (412, 6, NULL, '2014-03-30 23:59:53', 0, 0, '108.36.204.187', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.0; rv:27.0) Gecko/20100101 Firefox/27.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (413, 6, NULL, '2014-03-31 13:57:02', 0, 0, '108.202.250.182', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (414, 14, 5770, '2014-04-01 15:38:55', 0, 0, '50.243.3.65', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (415, 14, 5773, '2014-04-01 15:45:46', 0, 0, '50.243.3.65', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (416, 6, NULL, '2014-04-01 21:01:24', 0, 0, '24.10.126.198', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (417, 9, NULL, '2014-04-02 18:36:13', 0, 0, '160.111.253.130', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, 1560, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (418, 6, NULL, '2014-04-02 19:13:27', 0, 0, '107.0.58.210', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (419, 12, 5777, '2014-04-02 20:27:32', 0, 0, '204.140.166.2', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; InfoPath.3)', 'USD', 'Processing', '2014-04-02 20:27:32', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (420, 14, 5780, '2014-04-02 23:15:06', 0, 0, '209.194.208.116', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (421, 9, NULL, '2014-04-03 00:48:43', 0, 0, '76.99.69.28', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 262738, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (422, 6, NULL, '2014-04-03 15:28:04', 0, 0, '207.67.84.130', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (423, 6, NULL, '2014-04-03 17:32:55', 0, 0, '173.27.99.191', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; rv:27.0) Gecko/20100101 Firefox/27.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (424, 14, 5783, '2014-04-04 21:25:35', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (425, 9, NULL, '2014-04-05 13:53:04', 0, 0, '76.99.69.28', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 262738, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (426, 14, 5786, '2014-04-05 16:25:02', 0, 0, '63.233.140.42', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/6.1.2 Safari/537.74.9', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (427, 9, NULL, '2014-04-06 17:27:18', 0, 0, '108.30.110.16', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 2002, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (428, 6, NULL, '2014-04-07 14:17:30', 0, 0, '208.184.211.50', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (429, 9, NULL, '2014-04-07 16:58:24', 0, 0, '76.118.230.195', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 2167, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (430, 6, NULL, '2014-04-07 17:21:11', 0, 0, '50.125.157.116', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (431, 12, 5789, '2014-04-07 18:13:31', 0, 0, '70.193.77.42', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36', 'USD', 'Processing', '2014-04-07 18:13:31', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (432, 6, NULL, '2014-04-07 21:20:38', 0, 0, '50.203.24.192', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (433, 14, 5800, '2014-04-10 18:43:08', 0, 0, '172.5.209.16', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0', 'USD', '', NULL, NULL, '', 0, 430964, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (434, 14, 5803, '2014-04-10 18:48:27', 0, 0, '172.5.209.16', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0', 'USD', '', NULL, NULL, '', 0, 430964, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (435, 6, NULL, '2014-04-11 14:47:23', 0, 0, '38.107.218.2', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (436, 6, NULL, '2014-04-11 20:44:25', 0, 0, '198.85.192.200', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MDDR)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (437, 9, NULL, '2014-04-12 21:58:09', 0, 0, '63.229.119.182', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1', 'USD', NULL, NULL, NULL, NULL, NULL, 68120, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (438, 6, NULL, '2014-04-12 23:37:34', 0, 0, '97.117.240.195', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (439, 6, NULL, '2014-04-13 03:07:20', 0, 0, '172.2.125.175', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (440, 6, NULL, '2014-04-13 15:52:58', 0, 0, '173.89.38.100', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (441, 6, NULL, '2014-04-13 18:58:14', 0, 0, '98.245.171.89', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (442, 5, 0, '2014-04-13 18:58:41', 0, 0, '67.104.184.46', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Firefox/24.0', 'USD', 'Approved', '2014-04-13 18:58:41', '50.00', 'ESYPB9D391AA', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (443, 14, 5815, '2014-04-14 22:23:20', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (444, 6, NULL, '2014-04-15 05:19:01', 0, 0, '107.213.155.92', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1132.43 Safari/536.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (445, 6, NULL, '2014-04-15 19:24:59', 0, 0, '66.119.2.33', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Linux; Android 4.3; SCH-I545 Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (446, 14, 5821, '2014-04-16 15:38:14', 0, 0, '174.32.158.26', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/6.1.2 Safari/537.74.9', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (447, 6, NULL, '2014-04-16 23:32:03', 0, 0, '67.212.202.194', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (448, 6, NULL, '2014-04-17 13:34:09', 0, 0, '72.216.233.233', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (449, 14, 5834, '2014-04-17 16:52:12', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (450, 14, 5845, '2014-04-17 19:57:59', 0, 0, '67.212.202.194', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (451, 6, NULL, '2014-04-18 13:30:12', 0, 0, '216.51.48.74', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (452, 6, NULL, '2014-04-18 13:32:26', 0, 0, '134.179.104.127', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Firefox/24.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (453, 6, NULL, '2014-04-18 18:46:30', 0, 0, '173.227.205.1', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (454, 14, 5849, '2014-04-18 19:40:31', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (455, 6, NULL, '2014-04-20 15:13:45', 0, 0, '195.24.216.142', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 5.1; rv:28.0) Gecko/20100101 Firefox/28.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (456, 6, NULL, '2014-04-21 16:46:24', 0, 0, '12.174.210.160', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 5.1; rv:28.0) Gecko/20100101 Firefox/28.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (457, 14, 5853, '2014-04-21 17:18:25', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (458, 14, 5856, '2014-04-22 01:09:38', 0, 0, '156.39.0.199', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (459, 6, NULL, '2014-04-22 18:43:05', 0, 0, '198.137.20.125', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (460, 6, NULL, '2014-04-22 22:07:14', 0, 0, '50.147.76.239', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; rv:28.0) Gecko/20100101 Firefox/28.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (461, 14, 5859, '2014-04-23 00:00:48', 0, 0, '98.203.246.108', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (462, 6, NULL, '2014-04-23 23:33:58', 0, 0, '174.25.59.162', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (463, 12, 5862, '2014-04-24 17:45:14', 0, 0, '68.191.227.241', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36', 'USD', 'Processing', '2014-04-24 17:45:14', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (464, 6, NULL, '2014-04-24 22:16:00', 0, 0, '173.89.133.114', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (465, 14, 5865, '2014-04-25 17:45:25', 0, 0, '184.43.108.55', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:28.0) Gecko/20100101 Firefox/28.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (466, 14, 5869, '2014-04-26 15:05:17', 0, 0, '184.43.79.197', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:28.0) Gecko/20100101 Firefox/28.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (467, 6, NULL, '2014-04-26 20:21:06', 0, 0, '97.75.146.223', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (468, 9, NULL, '2014-04-27 01:15:05', 0, 0, '50.124.25.216', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0', 'USD', NULL, NULL, NULL, NULL, NULL, 95972, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (469, 6, NULL, '2014-04-27 11:07:04', 0, 0, '196.15.213.70', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; MANM)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (470, 6, NULL, '2014-04-27 19:42:10', 0, 0, '146.129.250.249', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (471, 6, NULL, '2014-04-28 17:56:35', 0, 0, '66.26.242.238', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (472, 14, 5872, '2014-04-29 03:29:09', 0, 0, '50.96.147.140', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (473, 6, NULL, '2014-04-29 14:33:52', 0, 0, '69.147.28.1', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (474, 6, NULL, '2014-04-29 14:40:44', 0, 0, '69.147.28.1', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (475, 6, NULL, '2014-04-29 14:51:50', 0, 0, '69.147.28.1', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (476, 6, NULL, '2014-04-29 18:46:42', 0, 0, '69.49.222.34', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (477, 14, 5876, '2014-04-29 22:10:32', 0, 0, '172.5.209.16', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (478, 14, 5879, '2014-04-29 23:00:58', 0, 0, '172.5.209.16', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (479, 6, NULL, '2014-04-30 13:00:20', 0, 0, '99.120.162.65', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (iPad; CPU OS 7_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D167 Safari/9537.53', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (480, 12, 5895, '2014-04-30 19:42:16', 0, 0, '74.62.148.162', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:28.0) Gecko/20100101 Firefox/28.0', 'USD', 'Processing', '2014-04-30 19:42:16', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (481, 6, NULL, '2014-04-30 21:57:39', 0, 0, '68.37.74.3', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (482, 9, NULL, '2014-05-01 01:54:49', 0, 0, '66.169.16.110', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 1350, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (483, 9, NULL, '2014-05-01 03:13:22', 0, 0, '24.24.179.210', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0', 'USD', NULL, NULL, NULL, NULL, NULL, 1579, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (484, 5, 0, '2014-05-01 13:11:06', 0, 0, '71.218.227.204', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.10 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.10', 'USD', 'Approved', '2014-05-01 13:11:06', '50.00', 'ELEPAD06312E', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (485, 9, NULL, '2014-05-01 15:40:00', 0, 0, '50.102.32.168', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (iPod touch; CPU iPhone OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53', 'USD', NULL, NULL, NULL, NULL, NULL, 179263, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (486, 14, 5898, '2014-05-01 21:31:42', 0, 0, '98.234.36.120', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (487, 6, NULL, '2014-05-02 04:13:19', 0, 0, '108.173.141.64', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/536.28.10 (KHTML, like Gecko) Version/6.0.3 Safari/536.28.10', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (488, 6, NULL, '2014-05-02 04:13:54', 0, 0, '108.173.141.64', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/536.28.10 (KHTML, like Gecko) Version/6.0.3 Safari/536.28.10', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (489, 6, NULL, '2014-05-02 04:13:56', 0, 0, '108.173.141.64', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/536.28.10 (KHTML, like Gecko) Version/6.0.3 Safari/536.28.10', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (490, 6, NULL, '2014-05-02 22:41:01', 0, 0, '50.198.195.89', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (491, 6, NULL, '2014-05-03 01:29:49', 0, 0, '50.51.174.123', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (X11; CrOS x86_64 5500.130.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (492, 14, 5901, '2014-05-05 18:13:31', 0, 0, '209.147.114.50', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (493, 14, 5904, '2014-05-05 18:21:10', 0, 0, '209.147.114.50', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (494, 14, 5907, '2014-05-05 18:23:54', 0, 0, '209.147.114.50', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (495, 14, 5910, '2014-05-05 18:26:54', 0, 0, '209.147.114.50', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (496, 6, NULL, '2014-05-06 02:36:14', 0, 0, '76.29.5.171', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (MSIE 9.0; Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (497, 9, NULL, '2014-05-06 04:59:04', 0, 0, '98.242.14.18', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, 1415, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (498, 14, 5920, '2014-05-06 19:42:26', 0, 0, '50.243.3.73', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (499, 12, 5942, '2014-05-08 13:05:46', 0, 0, '216.204.199.154', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.5; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; AskTbORJ/5.15.4.23821)', 'USD', 'Processing', '2014-05-08 13:05:47', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (500, 12, 5945, '2014-05-09 13:02:12', 0, 0, '216.139.72.36', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', 'USD', 'Processing', '2014-05-09 13:02:12', '50.00', '', 1, 523789, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (501, 12, 5948, '2014-05-09 20:49:25', 0, 0, '71.211.167.111', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36', 'USD', 'Processing', '2014-05-09 20:49:25', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (502, 9, NULL, '2014-05-10 04:11:03', 0, 0, '99.105.106.117', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 438509, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (503, 9, NULL, '2014-05-10 12:55:32', 0, 0, '209.104.229.166', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, 1961, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (504, 9, NULL, '2014-05-12 01:50:13', 0, 0, '124.148.118.209', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0', 'USD', NULL, NULL, NULL, NULL, NULL, 74100, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (505, 6, NULL, '2014-05-12 04:14:09', 0, 0, '67.171.68.173', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/534.50.2 (KHTML, like Gecko) Version/5.0.6 Safari/533.22.3', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (506, 14, 5952, '2014-05-12 16:56:59', 0, 0, '205.213.50.10', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, 54802, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (507, 9, NULL, '2014-05-13 01:37:25', 0, 0, '98.162.233.189', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, 543187, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (508, 9, NULL, '2014-05-13 16:49:16', 0, 0, '75.151.145.145', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 2474, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (509, 6, NULL, '2014-05-13 23:40:16', 0, 0, '76.187.6.30', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (510, 14, 5956, '2014-05-14 16:14:21', 0, 0, '170.94.26.21', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (511, 6, NULL, '2014-05-14 18:09:03', 0, 1, '208.107.239.92', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (512, 9, NULL, '2014-05-14 23:28:48', 0, 0, '97.71.68.204', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:28.0) Gecko/20100101 Firefox/28.0', 'USD', NULL, NULL, NULL, NULL, NULL, 260630, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (513, 6, NULL, '2014-05-14 23:48:04', 0, 0, '99.232.86.90', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Win64; x64; Trident/6.0; MAARJS)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (514, 14, 5960, '2014-05-15 16:32:15', 0, 0, '69.74.254.254', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (515, 12, 5963, '2014-05-15 21:32:27', 0, 0, '216.54.29.253', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; MALCJS)', 'USD', 'Processing', '2014-05-15 21:32:27', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (516, 9, NULL, '2014-05-15 23:37:35', 0, 0, '216.139.72.36', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', 'USD', NULL, NULL, NULL, NULL, NULL, 1330, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (517, 6, NULL, '2014-05-16 05:46:09', 0, 0, '24.151.145.224', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (518, 6, NULL, '2014-05-17 14:49:06', 0, 0, '24.58.178.253', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Linux; Android 4.3; en-us; SAMSUNG-SGH-I537 Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (519, 6, NULL, '2014-05-17 14:55:30', 0, 1, '208.184.211.50', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (520, 6, NULL, '2014-05-17 20:40:07', 0, 0, '198.236.242.3', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (521, 9, NULL, '2014-05-17 21:22:29', 0, 0, '67.51.181.170', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)', 'USD', NULL, NULL, NULL, NULL, NULL, 1765, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (522, 6, NULL, '2014-05-18 15:48:15', 0, 0, '92.30.35.9', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (523, 6, NULL, '2014-05-19 05:23:11', 0, 0, '172.1.130.78', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (524, 6, NULL, '2014-05-19 14:00:31', 0, 0, '154.122.115.144', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; rv:29.0) Gecko/20100101 Firefox/29.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (525, 12, 5967, '2014-05-19 16:07:53', 0, 0, '12.157.107.209', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', 'USD', 'Processing', '2014-05-19 16:07:53', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (526, 9, NULL, '2014-05-19 22:43:21', 0, 0, '67.162.131.250', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 370969, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (527, 9, NULL, '2014-05-20 00:54:45', 0, 0, '68.200.228.228', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2', 'USD', NULL, NULL, NULL, NULL, NULL, 1609, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (528, 9, NULL, '2014-05-20 12:59:42', 0, 0, '216.139.72.36', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', 'USD', NULL, NULL, NULL, NULL, NULL, 523789, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (529, 14, 5974, '2014-05-20 18:40:41', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (530, 6, NULL, '2014-05-20 22:17:21', 0, 0, '96.228.235.178', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (531, 9, NULL, '2014-05-20 23:56:05', 0, 0, '108.94.62.170', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Win64; x64; Trident/6.0)', 'USD', NULL, NULL, NULL, NULL, NULL, 864, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (532, 14, 5977, '2014-05-21 12:47:36', 0, 0, '64.203.139.114', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (533, 14, 5984, '2014-05-21 16:50:26', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (534, 14, 5987, '2014-05-21 16:51:30', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (535, 9, NULL, '2014-05-22 16:46:07', 0, 0, '108.83.217.101', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14', 'USD', NULL, NULL, NULL, NULL, NULL, 250923, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (536, 9, NULL, '2014-05-22 23:26:38', 0, 0, '98.225.102.110', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0', 'USD', NULL, NULL, NULL, NULL, NULL, 1366, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (537, 6, NULL, '2014-05-23 04:16:51', 0, 0, '76.176.92.35', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; LG-P769 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (538, 6, NULL, '2014-05-24 01:33:32', 0, 0, '174.140.82.247', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; ASU2JS)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (539, 9, NULL, '2014-05-24 15:41:43', 0, 0, '72.191.175.65', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 565, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (540, 14, 5991, '2014-05-24 18:32:05', 0, 0, '72.214.201.40', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (541, 14, 5994, '2014-05-27 15:21:56', 0, 0, '209.194.208.116', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (542, 14, 6007, '2014-05-27 21:40:17', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (543, 14, 6010, '2014-05-27 21:41:43', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (544, 14, 6013, '2014-05-27 22:09:38', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (545, 9, NULL, '2014-05-28 01:04:00', 0, 0, '108.69.226.175', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, 181, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (546, 9, NULL, '2014-05-28 23:59:28', 0, 0, '69.140.85.151', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0', 'USD', NULL, NULL, NULL, NULL, NULL, 2251, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (547, 6, NULL, '2014-05-29 03:35:48', 0, 1, '50.155.167.184', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (548, 6, NULL, '2014-05-29 14:15:43', 0, 0, '74.70.35.19', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (549, 14, 6016, '2014-05-29 21:02:53', 0, 0, '66.121.22.189', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 1.0.3705; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; MS-RTC LM 8; .NET4.0C; .NET4.0E)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (550, 12, 6019, '2014-05-29 21:28:38', 0, 0, '70.167.36.194', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', 'Processing', '2014-05-29 21:28:38', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (551, 9, NULL, '2014-05-30 02:12:21', 0, 0, '71.94.51.137', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, 2482, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (552, 6, NULL, '2014-05-30 14:04:41', 0, 0, '154.122.127.11', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; rv:29.0) Gecko/20100101 Firefox/29.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (553, 14, 6022, '2014-05-30 17:24:09', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (554, 14, 6025, '2014-05-30 17:54:03', 0, 0, '216.139.72.36', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (555, 14, 6028, '2014-05-30 19:45:16', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (556, 6, NULL, '2014-05-30 19:51:43', 0, 0, '98.224.255.50', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (557, 14, 6031, '2014-05-30 20:47:03', 0, 0, '170.94.26.21', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (558, 5, 0, '2014-06-01 17:39:46', 0, 0, '206.116.217.107', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/534.50.2 (KHTML, like Gecko) Version/5.0.6 Safari/533.22.3', 'USD', 'Approved', '2014-06-01 17:39:46', '100.00', 'ERCPAD5BDA4D', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (559, 9, NULL, '2014-06-02 03:50:14', 0, 0, '24.16.24.114', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.10 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.10', 'USD', NULL, NULL, NULL, NULL, NULL, 1878, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (560, 5, 0, '2014-06-02 15:39:54', 0, 0, '184.18.55.172', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', 'Approved', '2014-06-02 15:39:54', '500.00', 'ERFPAD6A7B44', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (561, 12, 6036, '2014-06-02 20:35:36', 0, 0, '71.71.26.233', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36', 'USD', 'Processing', '2014-06-02 20:35:36', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (562, 14, 6039, '2014-06-03 15:35:25', 0, 0, '208.104.11.51', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.76.4 (KHTML, like Gecko) Version/7.0.4 Safari/537.76.4', 'USD', '', NULL, NULL, '', 0, 1656, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (563, 14, 6042, '2014-06-03 15:36:45', 0, 0, '208.104.11.51', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.76.4 (KHTML, like Gecko) Version/7.0.4 Safari/537.76.4', 'USD', '', NULL, NULL, '', 0, 1656, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (564, 6, NULL, '2014-06-03 17:09:27', 0, 0, '174.96.172.178', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; MDDCJS)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (565, 14, 6046, '2014-06-03 17:16:59', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (566, 6, NULL, '2014-06-03 18:56:55', 0, 0, '68.228.254.89', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (567, 6, NULL, '2014-06-03 23:30:21', 0, 0, '68.231.42.51', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:14.0) Gecko/20100101 Firefox/14.0.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (568, 14, 6054, '2014-06-04 18:38:57', 0, 0, '108.193.237.16', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, 1014, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (569, 9, NULL, '2014-06-05 00:44:58', 0, 0, '162.225.178.17', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 63345, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (570, 5, 0, '2014-06-05 03:25:36', 0, 0, '23.242.123.224', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.5; AOLBuild 4337.185; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; McAfee)', 'USD', 'Approved', '2014-06-05 03:25:36', '20.00', 'EPEPAD34CBE2', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (571, 9, NULL, '2014-06-05 18:13:10', 0, 0, '69.121.243.16', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.76.4 (KHTML, like Gecko) Version/7.0.4 Safari/537.76.4', 'USD', NULL, NULL, NULL, NULL, NULL, 866, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (572, 9, NULL, '2014-06-06 13:09:28', 0, 0, '216.139.72.36', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 523789, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (573, 5, 0, '2014-06-06 19:33:31', 0, 0, '65.8.149.195', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (iPad; CPU OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53', 'USD', 'Approved', '2014-06-06 19:33:31', '25.00', 'EUYPBE762805', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (574, 5, 0, '2014-06-07 07:12:08', 0, 0, '72.130.240.104', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36', 'USD', 'Approved', '2014-06-07 07:12:08', '30.00', 'ERFPADB5F477', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (575, 5, 0, '2014-06-07 07:20:52', 0, 0, '66.8.131.188', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36', 'USD', 'Approved', '2014-06-07 07:20:52', '50.00', 'EPCPAD558173', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (576, 5, 0, '2014-06-07 07:21:00', 0, 0, '66.8.131.188', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36', 'USD', 'Approved', '2014-06-07 07:21:00', '50.00', 'ERFPADB60920', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (577, 9, NULL, '2014-06-07 17:55:40', 0, 0, '24.114.43.94', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; WOW64; Trident/5.0)', 'USD', NULL, NULL, NULL, NULL, NULL, 1652, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (578, 6, NULL, '2014-06-07 17:58:12', 0, 0, '68.222.176.32', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (579, 6, NULL, '2014-06-07 19:02:32', 0, 0, '71.49.34.179', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (580, 5, 0, '2014-06-07 19:28:42', 0, 0, '98.206.62.154', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36', 'USD', 'Approved', '2014-06-07 19:28:42', '75.00', 'EXYPBF34BDF9', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (581, 5, 0, '2014-06-07 20:15:42', 0, 0, '67.183.17.180', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0', 'USD', 'Approved', '2014-06-07 20:15:42', '30.00', 'EQEPADB2913B', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (582, 5, 0, '2014-06-08 01:25:16', 0, 0, '50.154.140.220', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 6.0; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0', 'USD', 'Approved', '2014-06-08 01:25:16', '100.00', 'ELEPAF3F093F', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (583, 5, 0, '2014-06-08 15:32:03', 0, 0, '76.109.74.193', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36', 'USD', 'Approved', '2014-06-08 15:32:04', '15.00', 'EQFPADBC15DD', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (584, 6, NULL, '2014-06-09 03:24:59', 0, 0, '69.112.225.202', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (585, 14, 6057, '2014-06-09 13:40:54', 0, 0, '208.104.11.51', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.76.4 (KHTML, like Gecko) Version/7.0.4 Safari/537.76.4', 'USD', '', NULL, NULL, '', 0, 1656, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (586, 14, 6060, '2014-06-09 15:16:19', 0, 0, '199.47.254.80', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (587, 5, 0, '2014-06-09 15:43:57', 0, 0, '73.179.175.149', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/6.1.3 Safari/537.75.14', 'USD', 'Approved', '2014-06-09 15:43:57', '100.00', 'EPCPAD73C7A3', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (588, 5, 0, '2014-06-09 15:50:16', 0, 0, '73.179.175.149', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/6.1.3 Safari/537.75.14', 'USD', 'Approved', '2014-06-09 15:50:16', '100.00', 'EUYPBE9B6DB4', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (589, 5, 0, '2014-06-09 16:53:44', 0, 0, '147.226.169.13', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36', 'USD', 'Approved', '2014-06-09 16:53:44', '15.00', 'ELFPAF5492EF', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (590, 6, NULL, '2014-06-09 19:29:36', 0, 0, '72.192.162.53', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.3; ARM; Trident/7.0; Touch; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (591, 14, 6067, '2014-06-09 22:21:03', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (592, 14, 6070, '2014-06-09 22:22:15', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (593, 5, 0, '2014-06-10 12:20:40', 0, 0, '184.18.140.41', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36', 'USD', 'Approved', '2014-06-10 12:20:41', '10.00', 'EPCPAD8152A8', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (594, 5, 0, '2014-06-10 15:34:41', 0, 0, '68.63.131.33', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36', 'USD', 'Approved', '2014-06-10 15:34:41', '200.00', 'EXJPBF5C5D8F', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (595, 14, 6073, '2014-06-10 16:35:35', 0, 0, '166.205.51.160', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (596, 6, NULL, '2014-06-11 16:16:42', 0, 0, '198.83.120.99', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (597, 14, 6077, '2014-06-11 17:14:49', 0, 0, '174.32.162.139', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:29.0) Gecko/20100101 Firefox/29.0', 'USD', '', NULL, NULL, '', 0, 469, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (598, 5, 0, '2014-06-13 02:38:55', 0, 0, '68.81.192.25', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:29.0) Gecko/20100101 Firefox/29.0', 'USD', 'Approved', '2014-06-13 02:38:56', '30.00', 'ELEPAF89CA98', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (599, 14, 6087, '2014-06-13 14:09:23', 0, 0, '76.100.243.218', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0', 'USD', '', NULL, NULL, '', 0, 1841, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (600, 14, 6090, '2014-06-13 14:11:26', 0, 0, '76.100.243.218', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0', 'USD', '', NULL, NULL, '', 0, 1841, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (601, 14, 6093, '2014-06-13 21:16:46', 0, 0, '50.243.3.73', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (602, 9, NULL, '2014-06-13 23:24:35', 0, 0, '64.253.111.52', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; rv:29.0) Gecko/20100101 Firefox/29.0', 'USD', NULL, NULL, NULL, NULL, NULL, 1267, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (603, 9, NULL, '2014-06-14 20:26:43', 0, 0, '167.7.27.190', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', NULL, NULL, NULL, NULL, NULL, 502, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (604, 6, NULL, '2014-06-15 21:52:42', 0, 0, '108.83.119.124', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_6 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B651 Safari/9537.53', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (605, 12, 6096, '2014-06-16 16:58:23', 0, 0, '76.108.112.94', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', 'Processing', '2014-06-16 16:58:23', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (606, 14, 6099, '2014-06-16 22:22:49', 0, 0, '184.61.250.223', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36', 'USD', '', NULL, NULL, '', 0, 659554, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (607, 14, 6102, '2014-06-16 22:39:09', 0, 0, '184.61.250.223', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (608, 5, 0, '2014-06-17 03:06:39', 0, 0, '108.244.65.27', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36', 'USD', 'Approved', '2014-06-17 03:06:39', '35.00', 'ELEPAFC44D14', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (609, 14, 6105, '2014-06-17 20:46:02', 0, 0, '72.12.197.66', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; rv:29.0) Gecko/20100101 Firefox/29.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (610, 9, NULL, '2014-06-18 04:32:14', 0, 0, '174.31.188.10', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0', 'USD', NULL, NULL, NULL, NULL, NULL, 2449, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (611, 14, 6108, '2014-06-18 12:37:58', 0, 0, '173.79.144.122', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; Touch)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (612, 5, 0, '2014-06-18 15:09:44', 0, 0, '74.67.102.221', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36', 'USD', 'Approved', '2014-06-18 15:09:44', '20.00', 'ERCPAE59C1B1', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (613, 9, NULL, '2014-06-18 22:40:19', 0, 0, '76.114.205.151', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 462, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (614, 14, 6115, '2014-06-19 22:43:45', 0, 0, '170.94.26.21', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (615, 9, NULL, '2014-06-20 14:58:02', 0, 0, '70.118.12.238', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 1920, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (616, 14, 6118, '2014-06-20 16:10:27', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (617, 5, 0, '2014-06-20 19:52:41', 0, 0, '63.131.172.150', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', 'Approved', '2014-06-20 19:52:41', '50.00', 'EUJPBF3FBB3C', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (618, 5, 0, '2014-06-22 02:00:40', 0, 0, '69.114.195.248', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53', 'USD', 'Approved', '2014-06-22 02:00:40', '25.00', 'ETJPBFDAD8E9', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (619, 6, NULL, '2014-06-22 14:42:58', 0, 0, '208.98.237.81', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (620, 14, 6122, '2014-06-22 15:56:08', 0, 0, '173.219.2.254', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (621, 5, 0, '2014-06-22 21:37:29', 0, 0, '74.240.156.227', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (iPad; U; CPU OS 4_3_3 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J2 Safari/6533.18.5', 'USD', 'Approved', '2014-06-22 21:37:29', '100.00', 'EUHPBF573403', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (622, 9, NULL, '2014-06-23 01:24:15', 0, 0, '172.0.137.50', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, 310, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (623, 6, NULL, '2014-06-23 16:43:56', 0, 0, '70.90.154.220', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (624, 14, 6136, '2014-06-23 17:00:26', 0, 0, '198.236.242.3', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (625, 5, 0, '2014-06-24 02:27:34', 0, 0, '99.117.2.116', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Mobile/11D167 [FBAN/FBIOS;FBAV/9.0.0.25.31;FBBV/2102024;FBDV/iPhone5,2;FBMD/iPhone;FBSN/iPhone OS;FBSV/7.1;FBSS/2; FBCR/Sprint;FBID/phone;FBLC/en_US;FBOP/5', 'USD', 'Approved', '2014-06-24 02:27:35', '25.00', 'ELFPB01EC7AC', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (626, 12, 6139, '2014-06-24 16:20:32', 0, 0, '68.191.227.241', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36', 'USD', 'Processing', '2014-06-24 16:20:32', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (627, 6, NULL, '2014-06-25 17:59:56', 0, 0, '177.136.155.141', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (628, 6, NULL, '2014-06-25 18:36:30', 0, 0, '69.137.187.35', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (629, 5, 0, '2014-06-25 23:31:00', 0, 0, '50.138.67.10', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0', 'USD', 'Approved', '2014-06-25 23:31:00', '200.00', 'EUHPBF80FFE4', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (630, 5, 0, '2014-06-26 02:49:48', 0, 0, '107.18.148.178', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36', 'USD', 'Approved', '2014-06-26 02:49:48', '50.00', 'ETHPC00EF0BC', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (631, 6, NULL, '2014-06-26 13:02:16', 0, 0, '216.139.72.36', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (632, 5, 0, '2014-06-26 14:51:23', 0, 0, '159.53.110.140', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath.2; .NET4.0C; .NET4.0E; MS-RTC LM 8)', 'USD', 'Approved', '2014-06-26 14:51:23', '25.00', 'EREPAEC163EF', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (633, 5, 0, '2014-06-26 22:00:42', 0, 0, '68.60.117.14', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36', 'USD', 'Approved', '2014-06-26 22:00:42', '20.00', 'ESHPBE1F049D', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (634, 5, 0, '2014-06-27 01:41:26', 0, 0, '108.41.25.38', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9', 'USD', 'Approved', '2014-06-27 01:41:26', '75.00', 'ERCPAEC80708', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (635, 5, 0, '2014-06-27 02:48:57', 0, 0, '173.26.52.193', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.76.4 (KHTML, like Gecko) Version/7.0.4 Safari/537.76.4', 'USD', 'Approved', '2014-06-27 02:48:57', '25.00', 'EQEPAEBE32C4', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (636, 5, 0, '2014-06-27 15:38:14', 0, 0, '71.219.54.36', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', 'Approved', '2014-06-27 15:38:14', '25.00', 'EPEPAE6EA739', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (637, 5, 0, '2014-06-27 15:56:42', 0, 0, '75.150.235.177', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36', 'USD', 'Approved', '2014-06-27 15:56:42', '25.00', 'ELEPB04EDD8E', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (638, 14, 6145, '2014-06-27 18:44:31', 0, 0, '184.43.111.224', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:29.0) Gecko/20100101 Firefox/29.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (639, 5, 0, '2014-06-27 20:13:42', 0, 0, '66.229.49.84', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36', 'USD', 'Approved', '2014-06-27 20:13:42', '25.00', 'EXJPC04B14E3', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (640, 5, 0, '2014-06-27 21:29:01', 0, 0, '216.239.250.4', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', 'USD', 'Approved', '2014-06-27 21:29:02', '50.00', 'ELFPB05295EC', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (641, 5, 0, '2014-06-28 02:51:56', 0, 0, '98.244.78.97', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53', 'USD', 'Approved', '2014-06-28 02:51:56', '25.00', 'EPCPAE756B6F', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (642, 6, NULL, '2014-06-29 00:01:01', 0, 0, '70.80.72.9', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (643, 14, 6148, '2014-06-29 13:51:25', 0, 0, '64.203.139.114', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36', 'USD', '', NULL, NULL, '', 0, 2675, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (644, 9, NULL, '2014-06-30 20:18:35', 0, 0, '98.231.129.208', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.10 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.10', 'USD', NULL, NULL, NULL, NULL, NULL, 2337, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (645, 5, 0, '2014-07-01 02:09:32', 0, 0, '108.202.248.240', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', 'Approved', '2014-07-01 02:09:32', '10.00', 'EPEPAE9AC1A9', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (646, 14, 6151, '2014-07-01 15:52:45', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (647, 14, 6154, '2014-07-01 18:17:46', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (648, 9, NULL, '2014-07-01 20:34:45', 0, 0, '216.87.37.226', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 2326, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (649, 14, 6159, '2014-07-02 18:58:36', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (650, 5, 0, '2014-07-02 22:16:09', 0, 0, '68.195.12.131', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14', 'USD', 'Approved', '2014-07-02 22:16:09', '50.00', 'ESHPBE6FEA97', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (651, 14, 6162, '2014-07-03 15:51:12', 0, 0, '76.100.243.218', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (652, 9, NULL, '2014-07-03 17:00:28', 0, 0, '67.183.231.31', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, 161117, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (653, 6, NULL, '2014-07-04 00:22:54', 0, 0, '174.102.151.223', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (654, 9, NULL, '2014-07-04 16:41:23', 0, 0, '216.204.199.154', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 140, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (655, 14, 6167, '2014-07-04 16:45:52', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (656, 6, NULL, '2014-07-07 12:39:08', 0, 0, '50.203.67.114', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (657, 14, 6171, '2014-07-07 16:06:38', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (658, 9, NULL, '2014-07-07 17:37:50', 0, 0, '67.220.165.106', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 2718, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (659, 14, 6174, '2014-07-07 19:11:35', 0, 0, '209.194.208.116', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (660, 9, NULL, '2014-07-08 19:15:42', 0, 0, '192.195.66.4', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; MS-RTC LM 8; InfoPath.2)', 'USD', NULL, NULL, NULL, NULL, NULL, 659594, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (661, 6, NULL, '2014-07-08 20:25:34', 0, 0, '50.153.191.3', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (662, 6, NULL, '2014-07-08 20:29:49', 0, 0, '209.147.144.2', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (663, 14, 6187, '2014-07-08 21:36:00', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (664, 14, 6190, '2014-07-08 21:37:13', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (665, 14, 6193, '2014-07-08 21:38:55', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (666, 6, NULL, '2014-07-09 22:19:14', 0, 0, '70.51.156.71', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (667, 9, NULL, '2014-07-10 21:44:40', 0, 0, '68.43.149.127', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 1964, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (668, 14, 6196, '2014-07-11 17:46:36', 0, 0, '166.205.49.114', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/6.1.3 Safari/537.75.14', 'USD', '', NULL, NULL, '', 0, 2777, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (669, 14, 6199, '2014-07-11 20:57:34', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (670, 6, NULL, '2014-07-12 16:37:01', 0, 0, '66.213.101.98', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (671, 6, NULL, '2014-07-14 01:57:24', 0, 0, '70.58.189.210', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (672, 14, 6202, '2014-07-14 14:54:07', 0, 0, '166.147.110.40', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/6.1.3 Safari/537.75.14', 'USD', '', NULL, NULL, '', 0, 2777, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (673, 14, 6206, '2014-07-14 21:57:09', 0, 0, '205.189.35.2', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)', 'USD', '', NULL, NULL, '', 0, 555, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (674, 6, NULL, '2014-07-15 13:39:08', 0, 0, '66.49.10.130', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (675, 6, NULL, '2014-07-15 14:07:43', 0, 0, '64.196.178.110', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (676, 6, NULL, '2014-07-15 22:45:11', 0, 0, '216.125.167.229', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (677, 5, 0, '2014-07-16 15:32:02', 0, 0, '24.154.186.10', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', 'USD', 'Approved', '2014-07-16 15:32:02', '100.00', 'EQFPAFAEA5C2', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (678, 14, 6209, '2014-07-16 16:11:59', 0, 0, '74.219.149.34', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; BOIE9;ENUS)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (679, 12, 6212, '2014-07-16 19:16:00', 0, 0, '99.196.153.223', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0', 'USD', 'Processing', '2014-07-16 19:16:00', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (680, 12, 6218, '2014-07-16 21:08:34', 0, 0, '206.227.2.19', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', 'Processing', '2014-07-16 21:08:35', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (681, 6, NULL, '2014-07-16 21:23:22', 0, 0, '99.232.86.90', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; MAARJS; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (682, 9, NULL, '2014-07-17 02:59:29', 0, 0, '67.181.144.175', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/7.0.5 Safari/537.77.4', 'USD', NULL, NULL, NULL, NULL, NULL, 659630, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (683, 14, 6222, '2014-07-17 15:37:35', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (684, 14, 6225, '2014-07-17 21:13:01', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (685, 14, 6228, '2014-07-17 21:14:01', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (686, 6, NULL, '2014-07-17 22:56:43', 0, 0, '121.221.54.243', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (iPad; CPU OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (687, 9, NULL, '2014-07-17 23:20:45', 0, 0, '174.24.122.103', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 659547, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (688, 14, 6234, '2014-07-18 16:26:59', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (689, 14, 6237, '2014-07-18 16:28:12', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (690, 12, 6240, '2014-07-18 23:42:52', 0, 0, '4.53.78.51', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14', 'USD', 'Processing', '2014-07-18 23:42:52', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (691, 14, 6243, '2014-07-21 13:52:47', 0, 0, '72.240.51.222', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (692, 12, 6246, '2014-07-22 14:46:27', 0, 0, '69.54.58.155', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0', 'USD', 'Processing', '2014-07-22 14:46:28', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (693, 6, NULL, '2014-07-22 18:01:33', 0, 0, '151.132.206.26', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (694, 9, NULL, '2014-07-22 18:13:44', 0, 0, '50.203.24.192', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; InfoPath.2)', 'USD', NULL, NULL, NULL, NULL, NULL, 1066, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (695, 6, NULL, '2014-07-22 20:44:47', 0, 0, '71.96.206.51', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; BOIE9;ENUS; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (696, 6, NULL, '2014-07-23 01:00:57', 0, 0, '70.197.179.210', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (697, 6, NULL, '2014-07-23 14:31:56', 0, 0, '66.26.255.101', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; GT-P5113 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (698, 14, 6250, '2014-07-24 00:05:51', 0, 0, '173.11.118.26', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (699, 6, NULL, '2014-07-24 13:45:44', 0, 0, '99.196.153.223', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (700, 12, 6253, '2014-07-24 13:56:37', 0, 0, '99.196.153.223', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0', 'USD', 'Processing', '2014-07-24 13:56:37', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (701, 14, 6256, '2014-07-24 22:40:30', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (702, 14, 6259, '2014-07-24 22:41:08', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (703, 14, 6262, '2014-07-25 16:20:57', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (704, 5, 0, '2014-07-27 14:55:31', 0, 0, '184.34.9.24', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', 'Approved', '2014-07-27 14:55:31', '35.00', 'ESHPBF98DD8C', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (705, 14, 6265, '2014-07-28 19:22:27', 0, 0, '208.87.234.180', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (706, 9, NULL, '2014-07-30 00:23:23', 0, 0, '208.124.12.118', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, 659628, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (707, 6, NULL, '2014-07-30 18:20:32', 0, 0, '174.69.171.98', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; MALC; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (708, 14, 6274, '2014-07-30 21:33:14', 0, 0, '209.194.208.116', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (709, 6, NULL, '2014-07-31 08:09:57', 0, 0, '203.147.88.34', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (710, 5, 0, '2014-07-31 23:04:24', 0, 0, '68.32.36.136', 'https://www.aecetia.net/gws/aazk/bowling-for-rhinos/bfr-donation/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36', 'USD', 'Approved', '2014-07-31 23:04:24', '30.00', 'EQCPB06C8864', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (711, 6, NULL, '2014-08-01 14:05:49', 0, 0, '70.215.200.139', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Win64; x64; Trident/6.0; MATBJS)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (712, 14, 6277, '2014-08-01 17:13:52', 0, 0, '50.243.3.73', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (713, 6, NULL, '2014-08-04 16:16:13', 0, 0, '99.127.38.135', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.0; rv:31.0) Gecko/20100101 Firefox/31.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (714, 6, NULL, '2014-08-05 16:01:02', 0, 0, '181.211.23.233', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (715, 14, 6284, '2014-08-05 19:35:51', 0, 0, '174.32.158.26', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (716, 9, NULL, '2014-08-07 15:10:21', 0, 0, '204.77.145.1', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)', 'USD', NULL, NULL, NULL, NULL, NULL, 31477, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (717, 12, 6288, '2014-08-07 18:03:47', 0, 0, '64.201.70.215', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36', 'USD', 'Processing', '2014-08-07 18:03:47', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (718, 6, NULL, '2014-08-07 18:40:20', 0, 0, '71.72.49.130', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (719, 14, 6291, '2014-08-07 19:53:01', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (720, 14, 6294, '2014-08-07 20:17:51', 0, 0, '98.234.36.120', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (721, 9, NULL, '2014-08-08 02:58:52', 0, 0, '71.166.55.50', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 2826, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (722, 12, 6297, '2014-08-08 14:20:59', 0, 0, '71.105.170.198', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/7.0.5 Safari/537.77.4', 'USD', 'Processing', '2014-08-08 14:20:59', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (723, 9, NULL, '2014-08-08 18:10:56', 0, 0, '209.232.226.99', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, 1548, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (724, 14, 6300, '2014-08-08 20:03:07', 0, 0, '72.214.201.40', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (725, 6, NULL, '2014-08-09 05:56:06', 0, 0, '70.214.96.241', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (iPad; CPU OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (726, 9, NULL, '2014-08-12 01:05:49', 0, 0, '173.85.247.19', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, 1630, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (727, 14, 6304, '2014-08-12 17:07:32', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (728, 12, 6307, '2014-08-12 20:12:45', 0, 0, '67.81.153.162', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36', 'USD', 'Processing', '2014-08-12 20:12:46', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (729, 12, 6310, '2014-08-12 20:28:27', 0, 0, '67.81.153.162', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36', 'USD', 'Processing', '2014-08-12 20:28:27', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (730, 9, NULL, '2014-08-12 22:59:12', 0, 0, '181.113.75.12', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0', 'USD', NULL, NULL, NULL, NULL, NULL, 659683, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (731, 6, NULL, '2014-08-13 14:24:13', 0, 0, '68.7.9.66', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/7.0.5 Safari/537.77.4', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (732, 12, 6314, '2014-08-14 14:51:55', 0, 0, '64.201.70.215', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36', 'USD', 'Processing', '2014-08-14 14:51:55', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (733, 14, 6317, '2014-08-15 04:13:30', 0, 0, '174.32.166.194', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Firefox/31.0', 'USD', '', NULL, NULL, '', 0, 469, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (734, 6, NULL, '2014-08-16 01:20:39', 0, 0, '70.31.25.109', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/7.0.5 Safari/537.77.4', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (735, 9, NULL, '2014-08-17 23:18:01', 0, 0, '207.63.101.220', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MDDR; InfoPath.1; .NET4.0C)', 'USD', NULL, NULL, NULL, NULL, NULL, 659537, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (736, 6, NULL, '2014-08-18 10:53:38', 0, 0, '122.177.121.65', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (737, 6, NULL, '2014-08-18 10:57:07', 0, 0, '62.64.58.213', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (738, 6, NULL, '2014-08-18 16:22:43', 0, 0, '173.220.177.98', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/6.1.5 Safari/537.77.4', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (739, 12, 6322, '2014-08-18 19:27:00', 0, 0, '96.38.35.146', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job/', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'USD', 'Processing', '2014-08-18 19:27:00', '50.00', '', 1, NULL, 1, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (740, 14, 6328, '2014-08-18 20:06:00', 0, 0, '66.121.22.189', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 1.0.3705; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; MS-RTC LM 8; .NET4.0C; .NET4.0E)', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (741, 6, NULL, '2014-08-18 20:10:08', 0, 0, '41.203.65.171', 'https://www.aecetia.net/gws/aazk/contact/', 'Nokia200/2.0 (11.81) Profile/MIDP-2.1 Configuration/CLDC-1.1 UCWEB/2.0 (Java; U; MIDP-2.0; en-US; Nokia200) U2/1.0.0 UCBrowser/9.4.1.377 U2/1.0.0 Mobile', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (742, 6, NULL, '2014-08-18 20:11:23', 0, 0, '41.203.65.171', 'https://www.aecetia.net/gws/aazk/contact/', 'Nokia200/2.0 (11.81) Profile/MIDP-2.1 Configuration/CLDC-1.1 UCWEB/2.0 (Java; U; MIDP-2.0; en-US; Nokia200) U2/1.0.0 UCBrowser/9.4.1.377 U2/1.0.0 Mobile', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (743, 14, 6348, '2014-08-18 22:37:43', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (744, 14, 6351, '2014-08-18 22:38:58', 0, 0, '184.191.141.86', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (745, 6, NULL, '2014-08-19 02:01:36', 0, 0, '71.195.109.93', 'https://www.aecetia.net/gws/aazk/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (746, 9, NULL, '2014-08-19 16:05:04', 0, 0, '75.172.25.77', 'https://www.aecetia.net/gws/aazk/member-contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0', 'USD', NULL, NULL, NULL, NULL, NULL, 2449, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (747, 14, 6360, '2014-08-19 18:00:46', 0, 0, '50.243.3.73', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ; 
INSERT INTO `wp_rg_lead` VALUES (748, 14, 6363, '2014-08-19 18:56:57', 0, 0, '70.166.118.217', 'https://www.aecetia.net/gws/aazk/job-listings/submit-a-job-members/', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36', 'USD', '', NULL, NULL, '', 0, NULL, NULL, 'active') ;
#
# End of data contents of table `wp_rg_lead`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_rg_lead_detail`
# --------------------------------------------------------


#
# Delete any existing table `wp_rg_lead_detail`
#

DROP TABLE IF EXISTS `wp_rg_lead_detail`;


#
# Table structure of table `wp_rg_lead_detail`
#

CREATE TABLE `wp_rg_lead_detail` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `lead_id` int(10) unsigned NOT NULL,
  `form_id` mediumint(8) unsigned NOT NULL,
  `field_number` float NOT NULL,
  `value` varchar(200) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`),
  KEY `lead_id` (`lead_id`),
  KEY `lead_field_number` (`lead_id`,`field_number`)
) ENGINE=InnoDB AUTO_INCREMENT=4547 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_rg_lead_detail`
#
 
INSERT INTO `wp_rg_lead_detail` VALUES (1, 1, 1, '1', 'Title') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2, 1, 1, '2', 'Post body') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3, 1, 1, '3', 'Post Body!') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (6, 2, 1, '1', 'Rhino specialist needed') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (7, 2, 1, '2', 'There is one big problem with this editor.\r\n\r\n<!-- should be line breaks here -->\r\n\r\nIt doesn\'t let me do line breaks.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (8, 2, 1, '3', 'There is one big problem with this editor.\r\n\r\n<!-- should be line breaks here -->\r\n\r\nIt doesn\'t let me do line...') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (9, 3, 6, '1.3', 'Paulina') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (10, 3, 6, '1.6', 'Testing') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (11, 3, 6, '2', 'paulina@gowebsolutions.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (12, 3, 6, '4', 'This is a test message. Please disregard message.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (13, 4, 6, '1.3', 'Paulina') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (14, 4, 6, '1.6', 'H') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (15, 4, 6, '2', 'paulina@gowebsolutions.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (16, 4, 6, '4', 'Testing the contact form. Disregard this message.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (17, 5, 1, '1', 'Institutional Member Post') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (18, 5, 1, '2', 'This is just a test.\r\n\r\n<a href="blah">Blah Link (Should not link)</a>\r\n\r\nThere is plenty of coffee.\r\n\r\nPlease contact Jane Austen\r\nP&P Zoo Inc\r\n(777) 520 6811') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (19, 5, 1, '3', 'This is just a test.  <a href="blah">Blah Link (Should not link)</a>  There is plenty of coffee.  Please contact Jane Austen P&P Zoo Inc (777) 520...') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (20, 6, 1, '1', 'General Jobs Test') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (21, 6, 1, '2', 'This job should appear under general tab.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (22, 6, 1, '3', 'This job should have a custom excerpt that is different from the post itself.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (23, 6, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (24, 7, 4, '1', 'Test Post') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (25, 7, 4, '2', 'I changed the hidden value. Are you going to let me get away with that?') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (26, 7, 4, '3', 'I changed the hidden value. Are you going to let me get away with...') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (27, 7, 4, '7', '21') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (28, 7, 4, '4.1', 'Post job for 60 days.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (29, 7, 4, '4.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (30, 7, 4, '4.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (33, 7, 4, '5', '50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (34, 8, 4, '1', 'Test Post 2') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (35, 8, 4, '2', 'I changed the hidden value again. This time it is required... are you going to let me get away with it?!?!?!?!?') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (36, 8, 4, '3', 'I changed the hidden value. Are you going to let me get away with...') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (37, 8, 4, '7', '21') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (38, 8, 4, '4.1', 'Post job for 60 days.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (39, 8, 4, '4.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (40, 8, 4, '4.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (45, 8, 4, '5', '50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (46, 9, 4, '1', 'Test Post 3') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (47, 9, 4, '2', 'Third time. Just in case') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (48, 9, 4, '3', 'Third time. Just in...') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (49, 9, 4, '7', '21') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (50, 9, 4, '4.1', 'Post job for 60 days.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (51, 9, 4, '4.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (52, 9, 4, '4.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (57, 9, 4, '5', '50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (58, 10, 1, '1', 'General Jobs Test') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (59, 10, 1, '2', 'This job should appear under general tab.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (60, 10, 1, '3', 'This job should have a custom excerpt that is different from the post itself.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (61, 10, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (62, 11, 4, '1', 'UUID TEST') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (63, 11, 4, '2', 'This is a uuid test') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (64, 11, 4, '3', 'This is a uuid...') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (65, 11, 4, '7', '21') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (66, 11, 4, '4.1', 'Post job for 60 days.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (67, 11, 4, '4.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (68, 11, 4, '4.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (73, 11, 4, '5', '50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (74, 12, 4, '1', 'Email Test') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (75, 12, 4, '2', 'Should get an email to edit this post.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (76, 12, 4, '3', 'Should get an email to edit this...') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (77, 12, 4, '7', '21') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (78, 12, 4, '4.1', 'Post job for 60 days.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (79, 12, 4, '4.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (80, 12, 4, '4.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (86, 12, 4, '5', '50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (87, 13, 4, '1', 'Email Test 2') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (88, 13, 4, '2', 'Testign email again') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (89, 13, 4, '3', 'Testign email...') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (90, 13, 4, '7', '21') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (91, 13, 4, '4.1', 'Post job for 60 days.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (92, 13, 4, '4.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (93, 13, 4, '4.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (99, 13, 4, '5', '50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (100, 14, 4, '1', 'Email Test 2') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (101, 14, 4, '2', 'Testign email again') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (102, 14, 4, '3', 'Testign email...') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (103, 14, 4, '7', '21') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (104, 14, 4, '4.1', 'Post job for 60 days.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (105, 14, 4, '4.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (106, 14, 4, '4.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (112, 14, 4, '5', '50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (113, 15, 4, '1', 'Email Test 2') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (114, 15, 4, '2', 'Testign email again') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (115, 15, 4, '3', 'Testign email...') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (116, 15, 4, '7', '21') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (117, 15, 4, '4.1', 'Post job for 60 days.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (118, 15, 4, '4.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (119, 15, 4, '4.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (125, 15, 4, '5', '50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (126, 16, 4, '1', 'ba') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (127, 16, 4, '2', 'bads') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (128, 16, 4, '3', 'aba') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (129, 16, 4, '7', '21') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (130, 16, 4, '4.1', 'Post job for 60 days.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (131, 16, 4, '4.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (132, 16, 4, '4.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (138, 16, 4, '5', '50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (139, 17, 4, '1', 'Test Email Try 1,203') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (140, 17, 4, '2', 'This one is gonna work baby!') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (141, 17, 4, '3', 'This one is gonna work...') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (142, 17, 4, '7', '21') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (143, 17, 4, '4.1', 'Post job for 60 days.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (144, 17, 4, '4.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (145, 17, 4, '4.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (149, 17, 4, '5', '50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (150, 18, 4, '1', 'Test Email Try 1,204') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (151, 18, 4, '2', 'This one is gonna work baby!') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (152, 18, 4, '3', 'This one is gonna work...') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (153, 18, 4, '7', '21') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (154, 18, 4, '4.1', 'Post job for 60 days.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (155, 18, 4, '4.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (156, 18, 4, '4.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (160, 18, 4, '5', '50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (161, 19, 4, '1', 'Test Email Try 1,204') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (162, 19, 4, '2', 'This one is gonna work baby!') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (163, 19, 4, '3', 'This one is gonna work...') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (164, 19, 4, '7', '21') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (165, 19, 4, '4.1', 'Post job for 60 days.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (166, 19, 4, '4.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (167, 19, 4, '4.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (171, 19, 4, '5', '50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (172, 20, 4, '1', 'The one that worked') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (173, 20, 4, '2', 'Ok now I know this will fuc$ing work....\r\n\r\nFKLSJF:LSD') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (174, 20, 4, '3', 'Ok now I know this will fuc$ing work.... ...') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (175, 20, 4, '7', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (176, 20, 4, '4.1', 'Post job for 60 days.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (177, 20, 4, '4.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (178, 20, 4, '4.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (182, 20, 4, '5', '50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (183, 21, 4, '1', 'ba') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (184, 21, 4, '2', 'bads') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (185, 21, 4, '3', 'aba') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (186, 21, 4, '7', '21') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (187, 21, 4, '4.1', 'Post job for 60 days.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (188, 21, 4, '4.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (189, 21, 4, '4.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (195, 21, 4, '5', '50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (197, 23, 4, '1', 'Yet another test post 1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (198, 23, 4, '2', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet qua') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (199, 23, 4, '3', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor...') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (200, 23, 4, '7', '21') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (201, 23, 4, '4.1', 'Post job for 60 days.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (202, 23, 4, '4.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (203, 23, 4, '4.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (208, 23, 4, '5', '50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (209, 24, 5, '1.3', 'Jameel') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (210, 24, 5, '1.6', 'Bokhari') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (211, 24, 5, '4', '(520)591-6844') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (212, 24, 5, '5', 'jameelbokhari@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (213, 24, 5, '6.1', '2238 E 17th St') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (214, 24, 5, '6.3', 'Tucson') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (215, 24, 5, '6.4', 'AZ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (216, 24, 5, '6.5', '85719') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (217, 24, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (218, 24, 5, '10', '$45.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (219, 24, 5, '11', 'Cape May County Zoo AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (220, 24, 5, '12', '45') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (221, 25, 5, '1.3', 'Jameel') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (222, 25, 5, '1.6', 'Bokhari') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (223, 25, 5, '4', '(520)591-6844') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (224, 25, 5, '5', 'jameelbokhari@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (225, 25, 5, '6.1', '2238 E 17th St') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (226, 25, 5, '6.3', 'Tucson') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (227, 25, 5, '6.4', 'AZ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (228, 25, 5, '6.5', '85719') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (229, 25, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (230, 25, 5, '10', '$5.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (231, 25, 5, '11', 'Cape May County Zoo AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (232, 25, 5, '12', '5') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (233, 26, 5, '1.3', 'Jameel') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (234, 26, 5, '1.6', 'Bokhari') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (235, 26, 5, '4', '(520)591-6844') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (236, 26, 5, '5', 'jameelbokhari@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (237, 26, 5, '6.1', '2238 E 17th St') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (238, 26, 5, '6.3', 'Tucson') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (239, 26, 5, '6.4', 'AZ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (240, 26, 5, '6.5', '85719') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (241, 26, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (242, 26, 5, '10', '$5.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (243, 26, 5, '11', 'Cape May County Zoo AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (244, 26, 5, '12', '5') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (245, 27, 5, '1.3', 'Jameel') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (246, 27, 5, '1.6', 'Bokhari') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (247, 27, 5, '4', '(520)591-6844') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (248, 27, 5, '5', 'jameelbokhari@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (249, 27, 5, '6.1', '2238 E 17th St') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (250, 27, 5, '6.3', 'Tucson') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (251, 27, 5, '6.4', 'AZ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (252, 27, 5, '6.5', '85719') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (253, 27, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (254, 27, 5, '10', '$5.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (255, 27, 5, '11', 'General|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (256, 27, 5, '12', '5') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (257, 28, 4, '1', 'ba') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (258, 28, 4, '2', 'bab') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (259, 28, 4, '3', 'bab') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (260, 28, 4, '7', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (261, 28, 4, '4.1', 'Post job for 60 days.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (262, 28, 4, '4.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (263, 28, 4, '4.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (264, 28, 4, '5', '50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (265, 29, 4, '1', 'Test') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (266, 29, 4, '2', 'Test body') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (267, 29, 4, '3', 'Test blurb') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (268, 29, 4, '7', '20') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (269, 29, 4, '4.1', 'Post job for 60 days.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (270, 29, 4, '4.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (271, 29, 4, '4.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (272, 29, 4, '5', '50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (273, 30, 4, '1', 'Test') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (274, 30, 4, '2', 'Test body') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (275, 30, 4, '3', 'Test Excerpt') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (276, 30, 4, '7', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (277, 30, 4, '4.1', 'Post job for 60 days.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (278, 30, 4, '4.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (279, 30, 4, '4.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (280, 30, 4, '5', '50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (281, 31, 1, '1', 'Animal Keeper for Carnivore Section - Regular, Full Time') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (282, 31, 1, '2', 'Subject to collective bargaining agreement \r\n\r\nSUMMARY: Under general supervision, has responsibility for the care, welfare and safety of animal exhibits including rare or valuable specimens; maintain') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (283, 31, 1, '3', 'For complete job description and to apply, please visit www.sfzoo.org\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (284, 31, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (285, 32, 6, '1.3', 'Jennifer') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (286, 32, 6, '1.6', 'von Dohlen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (287, 32, 6, '2', 'tigger_4321@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (288, 32, 6, '4', 'Hi, \r\n\r\nJust a couple of things, first I have tried to recover my existing account and have been unable to do so and second I just realized I never received my November copy of the AKF. Please let me ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (289, 33, 9, '1.3', 'Aimee') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (290, 33, 9, '1.6', 'king') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (291, 33, 9, '2', 'aimeemking@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (292, 33, 9, '4', 'I need to change my address but it keeps say access restricted. My new address is 2853 DeVault Bridge RD Piney Flats TN 37686 and my new organization is Brights Zoo in Limestone TN phone number is 828') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (293, 34, 6, '1.3', 'Wrylie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (294, 34, 6, '1.6', 'Guffey') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (295, 34, 6, '2', 'wguffey@topeka.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (296, 34, 6, '4', 'I do not remember which e-mail I originally signed up with but I would like to change it to wguffey@topeka.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (297, 35, 6, '1.3', 'Dara') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (298, 35, 6, '1.6', 'Leinenbach') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (299, 35, 6, '2', 'dara_79@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (300, 35, 6, '4', 'I couldn\'t find where its says the location of the job posting for animal carnivore keeper.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (301, 36, 6, '1.3', 'Jamie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (302, 36, 6, '1.6', 'Easley ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (303, 36, 6, '2', 'jamieeasley@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (304, 36, 6, '4', 'Howdy, I\'m putting together a \'Zoo Keeper 101\' activity club at Roosevelt Middle School in Dubuque, IA, as one of our students groups. I remember the great little AAZK Forum booklets that used to come') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (305, 37, 9, '1.3', 'Stephanie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (306, 37, 9, '1.6', 'Richmond') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (307, 37, 9, '2', 'srichmo41@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (308, 37, 9, '4', 'I have not received the AKF since September.  So I have not gotten the October, November, or December issues.  Can you please send me the back issues that I have missed and look into why I am not rece') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (309, 38, 9, '1.3', 'Samantha') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (310, 38, 9, '1.6', 'Pawlowski') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (311, 38, 9, '2', 'pawlow33@msu.edu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (312, 38, 9, '4', 'Hello,\r\n\r\nMy name is Samantha Pawlowski and I currently have a student membership. I am trying to update my address because I am moving very soon but every time I try to update it, it tells me that \'a') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (313, 39, 4, '1', 'Animal Care Technician - Regular, Full Time') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (314, 39, 4, '2', 'Job Title:  Animal Care Technician \r\nLocation:  Oatland Island Wildlife Center, Savannah, Georgia \r\nNature of Position:  This position is responsible for day to day animal care including feeding, clea') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (315, 39, 4, '3', 'For complete job description and to apply visit: \r\nhttps://jobpostings.savannah.chatham.k12.ga.us/JobPosting.aspx?JPID=3816 ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (316, 39, 4, '7', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (317, 39, 4, '4.1', 'Post job for 60 days.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (318, 39, 4, '4.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (319, 39, 4, '4.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (320, 39, 4, '5', '50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (321, 40, 6, '1.3', 'Luis') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (322, 40, 6, '1.6', 'Soto Rendon') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (323, 40, 6, '2', 'luiszooto@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (324, 40, 6, '4', 'Hi, I\'ve been trying to log in to my aazk account here, but even reseting my password I keep getting a message of wrong user/password. What should I do?') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (325, 41, 6, '1.3', 'Beth') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (326, 41, 6, '1.6', 'Ricci') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (327, 41, 6, '2', 'zoocleo@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (328, 41, 6, '4', 'I have tried to sign into the new sight and it will not let me do so for my personal account or for our work account.  My personal account is listed under zoocleo@hotmail.com and it will not accept my') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (329, 42, 9, '1.3', 'jane patricia') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (330, 42, 9, '1.6', 'carney') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (331, 42, 9, '2', 'auntypatti45@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (332, 42, 9, '4', 'I have tried several time to finish updating my account and get access denied each time. All areas were filled in except organization and I tried with every different title I could. "county of Hawaii"') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (333, 43, 6, '1.3', 'Kathryn') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (334, 43, 6, '1.6', 'Barszczowski') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (335, 43, 6, '2', 'clumsykate07@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (336, 43, 6, '4', 'Hello,\r\n I tried to update my membership and see if I needed to renew.  The message I got said that my membership had a different e-mail address associated with it.  The e-mail address I had when I fi') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (337, 44, 6, '1.3', 'Ashley') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (338, 44, 6, '1.6', 'Gaia') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (339, 44, 6, '2', 'ashley4seabirds@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (340, 44, 6, '4', 'Hi AAZK! I lost my log in for the members area, I can\'t remember what username I used. I tried my usual suspects, but no good. Can I have it emailed to me? I don\'t mind verifying my info. Your system ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (341, 45, 6, '1.3', 'Gavin') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (342, 45, 6, '1.6', 'Wuerth') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (343, 45, 6, '2', 'boer74@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (344, 45, 6, '4', 'A few years ago I was looking at what I remember as an AAZK discussion board on this site. Does this still exist or was it something else? \r\n\r\nDriving me crazy, thanks....G') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (345, 46, 6, '1.3', 'Stephanie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (346, 46, 6, '1.6', 'Jochum-Natt') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (347, 46, 6, '2', 'lyonkeepergirl@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (348, 46, 6, '4', 'I cannot log in. I am a National Member-professional and up to date. Your site says you have no record of me: \r\nStephanie Jochum-Natt\r\n1950 East Meadow Drive\r\nCottonwood Heights, UT 84121\r\nlyonkeeperg') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (349, 47, 9, '1.3', 'Jason') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (350, 47, 9, '1.6', 'Pootoolal') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (351, 47, 9, '2', 'jpootoolal@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (352, 47, 9, '4', 'Hey there,\r\n\r\nI was wondering if my membership needs renewal and if I can do so online.  Also I am unable to update my info on the members only site and was wondering if this was due to my membership ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (353, 48, 6, '1.3', 'Ann') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (354, 48, 6, '1.6', 'Pick') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (355, 48, 6, '2', 'apick.cria@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (356, 48, 6, '4', 'The new website looks great however, the job listings page is not user friendly.  There is no way to see where the jobs are located without opening every one and most require reading the whole thing t') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (371, 50, 4, '1', 'Test') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (372, 50, 4, '2', 'Test Post') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (373, 50, 4, '3', 'Test Excerpt') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (374, 50, 4, '7', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (375, 50, 4, '4.1', 'Post job for 60 days.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (376, 50, 4, '4.2', '$0.05') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (377, 50, 4, '4.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (378, 50, 4, '8.1', 'XXXXXXXXXXXX5463') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (379, 50, 4, '8.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (380, 50, 4, '9', 'jameel@gowebsolutions.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (381, 50, 4, '5', '0.05') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (382, 51, 6, '1.3', 'Maricruz') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (383, 51, 6, '1.6', 'Shark') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (384, 51, 6, '2', 'sharkmx@elpasostexas.gov') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (385, 51, 6, '4', 'I\'m with the El Paso Zoo and I\'m trying to post a job announcement; I\'ve done it before but this time the system does not recognize my id and password.  We are members.  Please help me.  Thank you.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (386, 52, 9, '1.3', 'Grace') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (387, 52, 9, '1.6', 'Porreca') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (388, 52, 9, '2', 'graceporreca@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (389, 52, 9, '4', 'Why does it say my access is forbidden when I try to update my profile.  Can this please be fixed.\r\n\r\nGrace Porreca') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (390, 53, 6, '1.3', 'Mari-Joan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (391, 53, 6, '1.6', 'McGovern') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (392, 53, 6, '2', 'mjzoogirl@aol.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (393, 53, 6, '4', 'I would like to renew my membership but I cannot remember my user name.  How can I sign on?') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (394, 54, 5, '1.3', 'Ed') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (395, 54, 5, '1.6', 'Hansen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (396, 54, 5, '4', '(520)298-9688') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (397, 54, 5, '5', 'Ed.Hansen@aecetia.net/gws/aazk') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (398, 54, 5, '6.1', '8476 E. Speedway Blvd.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (399, 54, 5, '6.2', 'Suite 204') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (400, 54, 5, '6.3', 'Tucson') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (401, 54, 5, '6.4', 'AZ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (402, 54, 5, '6.5', '85710-1728') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (403, 54, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (404, 54, 5, '11', 'General|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (405, 54, 5, '10', '$5.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (406, 54, 5, '13.1', 'XXXXXXXXXXXX0152') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (407, 54, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (408, 54, 5, '12', '5') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (409, 55, 6, '1.3', 'Jaclyn') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (410, 55, 6, '1.6', 'DeLawyer') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (411, 55, 6, '2', 'jdelawyer@aol.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (412, 55, 6, '4', 'Hi, I attempted to sign up for a student membership and received this error: \r\n\r\nVoid error: EXYPB470AAF4 has already settled A partial payment was made that we could not refund. Please contact the si') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (413, 56, 6, '1.3', 'Mitchell') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (414, 56, 6, '1.6', 'Beckner') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (415, 56, 6, '2', 'mbeckner@woh.rr.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (416, 56, 6, '4', 'My daughter is a full-time keeper at the Birmingham zoo and I am attempting to purchase a membership for her for Christmas.  I am getting errors stating "partial payment was made but cannot be refunde') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (417, 57, 6, '1.3', 'Maricruz') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (418, 57, 6, '1.6', 'Shark') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (419, 57, 6, '2', 'sharkmx@elpasotexas.gov') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (420, 57, 6, '4', 'Hi,\r\n\r\nDo you have the password, I need to post a job.  Thank you.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (421, 58, 1, '1', 'Trail Experiences Coordinator') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (422, 58, 1, '2', 'The Phoenix Zoo is currently seeking a Trail Experiences Coordinator who will develop dynamic science-based and interpretive content for interpretive stations throughout the Zoo as well as managing th') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (423, 58, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (424, 59, 1, '1', 'Keeper/handler to care for a diverse collection of carnivores at a full-contact facility.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (425, 59, 1, '2', 'A passion for husbandry, education, and conservation is required.\r\n\r\nResponsibilities include, but are not limited to, public speaking, landscaping, food prep, administration of medication, basic anim') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (426, 59, 1, '3', 'Out of Africa Wildlife Park in Camp Verde, AZ is a one of a kind facility that brings people close to animals and inspires conservation through play.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (427, 59, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (428, 60, 6, '1.3', 'candy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (429, 60, 6, '1.6', 'mathews') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (430, 60, 6, '2', 'cmath900@aol.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (431, 60, 6, '4', 'Good morning,\r\n\r\nI have a trio of micro mini cattle I think would be a good fit for a petting zoo or as a display for a domestic animal display at a zoo... can you suggest for me ways to reach your me') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (432, 61, 6, '1.3', 'Tami') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (433, 61, 6, '1.6', 'Ryan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (434, 61, 6, '2', 'tami@savethechimps.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (435, 61, 6, '4', 'Good Day, please remove the job posting I have for "Sanctuary Night Supervisor II" as the position has been filled. I tried to find the spot on the website but, am unable to. \r\nThank you.\r\nTami Ryan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (436, 62, 1, '1', 'Zoo Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (437, 62, 1, '2', '***Recruitment will begin January 02, 2014***\r\n\r\nMINIMUM QUALIFICATIONS:\r\nEducation and Experience: A High School diploma or GED, and one (1) year of confined animal care and handling experience, excl') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (438, 62, 1, '3', 'Recruitment will begin on January 2, 2014 and on this day interested applicants must go to www.elpasotexas.gov to apply. Applications are only accepted online.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (439, 62, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (440, 63, 6, '1.3', 'Jaclyn') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (441, 63, 6, '1.6', 'DeLawyer') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (442, 63, 6, '2', 'jdelawyer@aol.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (443, 63, 6, '4', 'Hi I am trying to get my password for my recent membership, but it is saying that a different email address is attached to it.  It should be jdelawyer@aol.com, but it is showing just delawyer@.  Can y') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (444, 64, 1, '1', 'Relief Keeper II') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (445, 64, 1, '2', 'The Phoenix Zoo is currently seeking a full-time Relief Keeper II.  Relief Keepers work in all areas and they must be knowledgeable and comfortable working with all species on a regular basis.  Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (446, 64, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (447, 65, 1, '1', 'Zoo Registrar') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (448, 65, 1, '2', 'Application deadline: January 15, 2014. To apply, visit www.oregonmetro.gov/jobs for the complete job announcement and a link to our online hiring center.\r\n\r\nThe Zoo Registrar serves as a member of th') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (449, 65, 1, '3', 'Manages and maintains both active and inactive animal records systems ensuring data quality, appropriate retention, preservation and accessibility. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (450, 65, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (451, 66, 6, '1.3', 'Kevin') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (452, 66, 6, '1.6', 'McKenna') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (453, 66, 6, '2', 'taishanfan14@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (454, 66, 6, '4', 'Hi ,\r\nI was wondering if you could help me, I email zoos and various animal facilities on their animals, like lions, tigers, and more. I\'m researching a facility that operated in New Hampshire called ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (455, 67, 6, '1.3', 'Kathryn') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (456, 67, 6, '1.6', 'Barszczowski') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (457, 67, 6, '2', 'clumsykate07@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (458, 67, 6, '4', 'Hello,\r\nI tried to recover my account information, but apparently my account has my old college e-mail address associated with it.  Could you please update my e-mail address to clumsykate07@hotmail.co') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (459, 68, 6, '1.3', 'Cathleen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (460, 68, 6, '1.6', 'Wise') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (461, 68, 6, '2', 'ccwise1@att.net') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (462, 68, 6, '4', 'Hello, \r\nI am in need of help logging in to renew my membership. I have followed all the links(several times), reset my password, etc.  and have not had any success. \r\n\r\nHELP!!!!,\r\nthanks,\r\nCathleen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (463, 69, 1, '1', 'Animal Health Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (464, 69, 1, '2', '\r\nFull Time\r\n \r\nThe Jacksonville Zoo and Gardens is currently seeking a qualified and motivated candidate for the position of full time Animal Health Keeper. Responsibilities include providing the car') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (465, 69, 1, '5', '20') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (466, 70, 6, '1.3', 'Megan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (467, 70, 6, '1.6', 'Desai') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (468, 70, 6, '2', 'Megantmills@homail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (469, 70, 6, '4', 'I am a registered member and am trying to access an online account... I have never signed up previously. The forum is not allowing me to set up a new account\r\nThanks') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (470, 71, 6, '1.3', 'Robert') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (471, 71, 6, '1.6', 'Brett') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (472, 71, 6, '2', 'robert.brett@rocketmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (473, 71, 6, '4', 'I tried to log on to my member account to renew my membership and I can\'t remember my user name. Can you send me information to retrieve or change it?\r\n\r\nRobert Brett, CPBT-KA\r\nNatural Encounters, Inc') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (474, 72, 6, '1.3', 'Cindy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (475, 72, 6, '1.6', 'Colling') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (476, 72, 6, '2', 'ccolling@dzs.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (477, 72, 6, '4', 'I\'m having difficulty recovering my account.\r\n\r\nThanks!') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (478, 73, 1, '1', 'Zookeeper/ Vet Tech') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (479, 73, 1, '2', 'This is a 80/20 Split position.\r\n\r\nEnsures animal health and safety by making regular observations and inspections of cages, facilities, and animal behavior. Creates and maintains records such as anim') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (480, 73, 1, '3', 'To Apply and to see complete Job Description please visit http://agency.governmentjobs.com/boiseid/default.cfm\r\n \r\nNO PHONE CALLS PLEASE\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (481, 73, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (482, 74, 9, '1.3', 'Daniel') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (483, 74, 9, '1.6', 'Gomez') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (484, 74, 9, '2', 'JLGRNC@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (485, 74, 9, '4', 'Is there not going to be a message board on the new website or am I not seeing it? It was interesting and informative hearing from other zookeepers in the country.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (486, 75, 1, '1', 'Adjunct Instructor') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (487, 75, 1, '2', 'The Animal Behavior Institute offers online educational programs and certificates in the fields of animal behavior and husbandry. Our web-based, interactive courses allow adult students to obtain prof') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (488, 75, 1, '3', 'Part-time adjunct faculty position, teaching online courses in animal behavior, training, husbandry and conservation.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (489, 75, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (490, 76, 6, '1.3', 'Tracy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (491, 76, 6, '1.6', 'Fenn') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (492, 76, 6, '2', 'fennt@jacksonvillezoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (493, 76, 6, '4', 'Having trouble recovering my account.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (494, 77, 6, '1.3', 'Chris') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (495, 77, 6, '1.6', 'Graham') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (496, 77, 6, '2', 'chris.l.graham@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (497, 77, 6, '4', 'I\'m trying to get my new login information, however it\'s being sent to the wrong email address.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (498, 78, 1, '1', 'Assistant Curator of Birds') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (499, 78, 1, '2', 'SUMMARY:  Under the general supervision of the Curator, provides direct supervision of assigned Animal Keepers. Duties include coordinating the activities within the Bird Department, facilitating the ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (500, 78, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (501, 79, 9, '1.3', 'Paul') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (502, 79, 9, '1.6', 'Brandenburger') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (503, 79, 9, '2', 'paul.brandenburger@marylandzoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (504, 79, 9, '4', 'The Greater Baltimore chapter has had a successful fundraiser known as Ani-Madness for the past few years.  For $10, participants can join in on a 32 animal March Madness-esque tournament to determine') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (505, 80, 9, '1.3', 'Jessica') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (506, 80, 9, '1.6', 'Rautio') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (507, 80, 9, '2', 'jessrautio@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (508, 80, 9, '4', 'I know I use to contact y\'all when I had an address change.  Not sure if that\'s still the process, but in case, please note my address change.  I updated my profile to reflect the change.  Thank you!\r') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (509, 81, 1, '1', 'Keeper I - Carnivores') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (510, 81, 1, '2', 'Lions, Tigers, and Bears oh my!\r\n\r\nThe Arizona Zoological Society, doing business as the Phoenix Zoo, is seeking a full-time temporary keeper for our Carnivores.  This position will likely run from la') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (511, 81, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (512, 82, 1, '1', 'Experience Guide - Level I') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (513, 82, 1, '2', 'The Phoenix Zoo is currently looking for 3 part-time seasonal Experience Guides.  Guides initiate conversations and educate the public about animals encountered throughout the zoo.  Experience Guides ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (514, 82, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (515, 83, 6, '1.3', 'Carey') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (516, 83, 6, '1.6', 'Goedel') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (517, 83, 6, '2', 'careygdel54@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (518, 83, 6, '4', 'I cannot log in! Tried multiple times even with a new password. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (519, 84, 6, '1.3', 'Cat') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (520, 84, 6, '1.6', 'Grover') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (521, 84, 6, '2', 'clgrover70@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (522, 84, 6, '4', 'Inquiring about DVD made by zookeepers (Toronto Zoo?) that is an older(from 80\'s) yet classic parody of zookeeping life and working with fellow keepers. Saw it AAZK Shop a few months back and now it i') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (523, 85, 5, '1.3', 'Shannon') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (524, 85, 5, '1.6', 'Jensen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (525, 85, 5, '4', '(262)483-2467') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (526, 85, 5, '5', 'midnightsunaazk@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (527, 85, 5, '6.1', '4731 O\'Malley Rd') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (528, 85, 5, '6.3', 'Anchorage') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (529, 85, 5, '6.4', 'AK') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (530, 85, 5, '6.5', '99507') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (531, 85, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (532, 85, 5, '11', 'General|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (533, 85, 5, '10', '$100.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (534, 85, 5, '13.1', 'XXXXXXXXXXXX2019') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (535, 85, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (536, 85, 5, '12', '100') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (537, 86, 6, '1.3', 'Jennifer') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (538, 86, 6, '1.6', 'Von Dohlen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (539, 86, 6, '2', 'tigger_4321@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (540, 86, 6, '4', 'Hi,\r\n\r\nI tried contacting you once before to let you know that I am unable to recover my existing member login info and I have not been receiving my AKF. I have not received November and December now.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (541, 87, 9, '1.3', 'Abigail') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (542, 87, 9, '1.6', 'Riley') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (543, 87, 9, '2', 'abr32@pitt.edu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (544, 87, 9, '4', 'Hi there, \r\nI recently purchased a student membership. My local chapter has asked for my ID number but I cannot seem to find it anywhere on the "My Account" page. Can you tell me where I could find my') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (545, 88, 1, '1', 'Spring Reptile Internship') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (546, 88, 1, '2', 'The Kentucky Reptile Zoo internship program offers college students or recent graduates the chance to receive hands-on training experience at a facility with one of the most extensive and diverse rept') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (547, 88, 1, '3', 'The Kentucky Reptile Zoo is looking for upperclassman or recent graduates to intern for our spring session. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (548, 88, 1, '5', '20') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (549, 89, 6, '1.3', 'Cathleen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (550, 89, 6, '1.6', 'McConnell') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (551, 89, 6, '2', 'cathleen.mcconnell@pdza.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (552, 89, 6, '4', 'Hello,\r\n\r\nI noticed that you don\'t have any internship positions posted. I swear I posted some back in October. Also, my account seems to be gone? I typed in the only email address I use and it didn\'t') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (553, 90, 9, '1.3', 'Sprina ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (554, 90, 9, '1.6', 'Liu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (555, 90, 9, '2', 'sliu@zoo.nsw.gov.au') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (556, 90, 9, '4', 'Hi,\r\n  I was trying to renew my membership online.  I am not clear on whether or not it was accepted so just wanted to check.  I entered my billing/credit card info on the page and clicked submit howe') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (557, 91, 6, '1.3', 'Dana') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (558, 91, 6, '1.6', 'Petkaitis-Peterson') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (559, 91, 6, '2', 'cpdt1@aol.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (560, 91, 6, '4', 'Hi! I\'ve been a member of AAZK, but I am not sure if my membership status needs to be renewed or not.  I cannot get onto the new website, I\'m not sure if I ever logged onto the old one.  Please advise') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (561, 92, 6, '1.3', 'Bridget') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (562, 92, 6, '1.6', 'Caldwell') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (563, 92, 6, '2', 'bcaldwell@nashvillezoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (564, 92, 6, '4', 'I was trying to login to the member\'s site but was unable to login. I was also unable to recover my username and password. The reason I was trying to login was to change my address. My old address is ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (565, 93, 6, '1.3', 'Jill') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (566, 93, 6, '1.6', 'Werner') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (567, 93, 6, '2', 'n2animalz@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (568, 93, 6, '4', 'I am trying to login to my account and it is not letting me even after I reset the password. I am wondering if my membership is due. Can you help me both with login and when my membership due date is/') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (569, 94, 6, '1.3', 'Carsyn') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (570, 94, 6, '1.6', 'Painter') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (571, 94, 6, '2', 'painter001@ufl.edu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (572, 94, 6, '4', 'Hello! \r\nWhen I click on your job postings, it leads to an "Epic: 404 Page Not Found". I\'ve used multiple browsers with no luck.\r\nHappy New Year,\r\nCarsyn') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (573, 95, 9, '1.3', 'Aimee ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (574, 95, 9, '1.6', 'King') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (575, 95, 9, '2', 'aimeemking@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (576, 95, 9, '4', 'On the old website design there was a place to find the message boards to converse with other members. I can\'t seem to find where to go to find it now? Can you please guide me asap as I have an issue ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (577, 96, 6, '1.3', 'Katie ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (578, 96, 6, '1.6', 'O\'Connell') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (579, 96, 6, '2', 'katey3223@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (580, 96, 6, '4', 'I was trying to do the account retrival thing and it said it couldn\'t find me.  But my membership has also expired and I would like to renew....so maybe I didn\'t renew it in time?  My account should b') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (581, 97, 1, '1', 'Elephant Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (582, 97, 1, '2', 'The Toledo Zoo is looking for a keeper to be an integral part of the elephant program.  Applicant must have 2 years paid elephant experience with proven abilities to work elephant in PC appropriately.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (583, 97, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (584, 98, 6, '1.3', 'Cathleen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (585, 98, 6, '1.6', 'Mcconnell') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (586, 98, 6, '2', 'cathleen.mcconnell@pdza.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (587, 98, 6, '4', 'We have an institutional membership that has been renewed. How do I go about posting internship positions?\r\n\r\nPoint Defiance Zoo & Aquarium\r\n5400 N Pearl\r\nTacoma, WA 98407\r\n\r\n253-404-3666') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (588, 99, 6, '1.3', 'Doug') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (589, 99, 6, '1.6', 'Hiebert') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (590, 99, 6, '2', 'Dehebe90@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (591, 99, 6, '4', 'I ordered one of you Bowling for Rhinos t-shirts for a Christmas present.  The shirt has a hole right in the middle of it.  I would like a replacement shirt.\r\n\r\nDoug Hiebert\r\n2409 Eagle Chase Drive\r\nP') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (592, 100, 1, '1', 'Animal Keeper - Butterflies, part-time (Oregon Zoo)') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (593, 100, 1, '2', 'Deadline to Apply: Thursday, January 30, 2014 @ 5:00pm, Pacific\r\n\r\nSalary: $20.27 - $25.86 hourly\r\nEntry rate: $20.27; 6 months; $21.55; 18 months: $22.90; 30 months: $24.34; 42 months: $25.86/hour\r\n\r') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (594, 100, 1, '3', 'The Animal Keeper - Butterflies position specializes in the care of butterflies and all of their life stages, reared at the zoo, for release into the wild.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (595, 100, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (596, 101, 1, '1', 'Zoo & Aquarium Internships - Tacoma, WA') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (597, 101, 1, '2', 'Point Defiance Zoo & Aquarium offers internships quarterly in the following areas: SE Asian Forest Sanctuary, Rocky Shores/Tundra, Pacific Aquariums, Kids\' Zone (Small Exotics Husbandry) and Veterinar') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (598, 101, 1, '3', 'Point Defiance Zoo & Aquariums offers quarterly internships. For more information: http://www.pdza.org/internships') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (599, 101, 1, '5', '20') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (600, 102, 6, '1.3', 'Mario') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (601, 102, 6, '1.6', 'Lawrence') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (602, 102, 6, '2', 'mlawrence@cwpzoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (603, 102, 6, '4', 'Hi I am having a hard time with trying to put a job on the job board? When I enter my information in it just takes me to the members page and then I can not get to the job board? \r\n\r\nWe are an institu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (604, 103, 6, '1.3', 'Mario') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (605, 103, 6, '1.6', 'Lawrence') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (606, 103, 6, '2', 'mlawrence@cwpzoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (607, 103, 6, '4', 'Also is there a link for this book? It just goes to someones webmail? ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (608, 104, 6, '1.3', 'Christa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (609, 104, 6, '1.6', 'Klein') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (610, 104, 6, '2', 'cklein@saczoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (611, 104, 6, '4', 'Hi\r\n\r\nI need to renew my account, but I can\'t seem to login at all.  I don\'t remember what email I used, but I tried every one I could think of.  My membership expired in July of 2013 I believe.  My m') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (612, 105, 6, '1.3', 'Victoria') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (613, 105, 6, '1.6', 'Hardstaff') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (614, 105, 6, '2', 'victhechick@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (615, 105, 6, '4', 'Hi!\r\n\r\nI am a professional member from the Toronto Zoo, moving house and changing address this month.  Can my info be updated as follows (AKF is sent to my home address):\r\n\r\nVictoria Hardstaff\r\n222 Th') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (616, 106, 6, '1.3', 'Christy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (617, 106, 6, '1.6', 'Conk') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (618, 106, 6, '2', 'christy.v.conk@disney.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (619, 106, 6, '4', 'AAZK member 220669\r\nI can\'t log into the member login section.  It does not accept my password.  I also need to know how to edit the conservation database site.  I contacted Denise but she didn\'t know') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (620, 107, 6, '1.3', 'Leslie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (621, 107, 6, '1.6', 'Wilkes') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (622, 107, 6, '2', 'LSWilkes@comcast.net') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (623, 107, 6, '4', 'I am currently an Affiliate member, expires 7/31/14\r\n\r\nMy address has changed.  It was 4094 Majestic Ln, #235, Fairfax VA 22033.  New address 1425 Janneys Ln, Alexandria VA 22302\r\n\r\nCan you please upd') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (624, 108, 6, '1.3', 'Steve') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (625, 108, 6, '1.6', 'Ruscko') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (626, 108, 6, '2', 'sruscko@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (627, 108, 6, '4', 'Hello,\r\n\r\nJust tried recovering my account information and failed.  Might you be able to help?  I am wondering if there is some confusion on the status of my account, as I received an email in Novembe') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (628, 109, 9, '1.3', 'Celia') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (629, 109, 9, '1.6', 'Falzone') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (630, 109, 9, '2', 'charliebird@suddenlink.net') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (631, 109, 9, '4', 'How do I reset my user name back to something I can remember.  It was changed when I got back into the website.  Or do we no longer have any input on what the username is?  I know I will not remember ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (632, 110, 6, '1.3', 'Danielle') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (633, 110, 6, '1.6', 'Burns') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (634, 110, 6, '2', 'info@wildlifelearningcenter.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (635, 110, 6, '4', 'Hello,\r\n\r\nI work for an animal sanctuary called the Wildlife Learning Center. We are interested in posting a job opening on the AAZK website as a non-member. The site keeps having errors processing ou') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (636, 111, 6, '1.3', 'bob') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (637, 111, 6, '1.6', 'asher') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (638, 111, 6, '2', 'bobasher@bigtablemedia.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (639, 111, 6, '4', 'Hi!\r\n\r\nBob Asher here from Big Table Media in Los Angeles.  We\'re a TV production company that focuses on reality and documentary programming.\r\n\r\nI have a new project that I\'m researching and I came a') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (640, 112, 6, '1.3', 'Mario') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (641, 112, 6, '1.6', 'Lawrence') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (642, 112, 6, '2', 'mlawrence@cwpzoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (643, 112, 6, '4', 'Hi I am trying to get put back in the system for Catoctin Wildlife Preserve and Zoo to post jobs..... ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (644, 113, 6, '1.3', 'Rebecca') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (645, 113, 6, '1.6', 'Esterline') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (646, 113, 6, '2', 'besterline10@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (647, 113, 6, '4', 'Having difficulty accessing my existing account: says account is not a "good match." \r\n\r\nThanks,\r\nBecca ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (648, 114, 1, '1', 'Spring/Summer Animal Keeper Internship') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (649, 114, 1, '2', 'Safe Haven Rescue Zoo is an accredited wildlife rescue organization located in northern Nevada that provide permanent placement for abandoned or surrendered exotics and interim care for orphaned/injur') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (650, 114, 1, '5', '20') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (651, 115, 9, '1.3', 'Loren') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (652, 115, 9, '1.6', 'Berry') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (653, 115, 9, '2', 'lmberry919@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (654, 115, 9, '4', 'I am looking for information regarding the role that affiliate organizations have within local chapters.  There seems to be a lot of confusion about whom the local chapter reports to and how this work') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (655, 116, 6, '1.3', 'Jennifer ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (656, 116, 6, '1.6', 'von Dohlen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (657, 116, 6, '2', 'tigger_4321@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (658, 116, 6, '4', 'Hi,\r\n\r\nI have tried contacting you before for a couple of reasons. The first is that I am unable  to recover my account and the second is that I have not received a AKF since October. Please let me kn') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (659, 117, 6, '1.3', 'Shannon') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (660, 117, 6, '1.6', 'Nelson') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (661, 117, 6, '2', 'faith5651@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (662, 117, 6, '4', 'If our Charter wants to buy the BFR shirts in Bulk how much does each shirt come out to?\r\nThanks\r\nShannon') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (663, 118, 6, '1.3', 'Bill') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (664, 118, 6, '1.6', 'Steele') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (665, 118, 6, '2', 'bill.steele@czs.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (666, 118, 6, '4', 'When I click on the link for the zookeeping book, it takes me to "Cox Communications".  I do not see any information about the book there.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (667, 119, 9, '1.3', 'David') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (668, 119, 9, '1.6', 'Orban') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (669, 119, 9, '2', 'david.orban07@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (670, 119, 9, '4', 'Hello AAZK,\r\nI would like to change the e-mail associated with my AAZK account. I can\'t quite figure out how to do so, could I get some help please?\r\nUsername: aazkuser2805\r\nOld E-mail: orbandav@msu.e') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (671, 120, 1, '1', 'Horticulturist') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (672, 120, 1, '2', 'The Phoenix Zoo is currently seeking a full time Horticulturist II to perform the design, installation and maintenance of landscape materials, water features and irrigation systems. Horticulturists ar') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (673, 120, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (674, 121, 9, '1.3', 'christne') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (675, 121, 9, '1.6', 'anne') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (676, 121, 9, '2', 'christine.anne@zoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (677, 121, 9, '4', 'Would it be possible to get a "savable" version of the ADT on the website?  Having the form not be savable requires me to print a new one for each time I need to make a change, and does not allow for ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (678, 122, 6, '1.3', 'Jaclyn ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (679, 122, 6, '1.6', 'DeLawyer') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (680, 122, 6, '2', 'jdelawyer@aol.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (681, 122, 6, '4', 'Hi, I am unable to login to my account. When I try to recover my password it looks like the email address on file cut off the first letter.  Can you please send me my username and password? Jaclyn DeL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (682, 123, 6, '1.3', 'Alyssa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (683, 123, 6, '1.6', 'Borek') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (684, 123, 6, '2', 'alyssadawnborek@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (685, 123, 6, '4', 'Hi,\r\nOn my recent membership renewal, the apartment number was removed from my address.  Please correct your records to reflect the following address:\r\n13201 Linden Ave North Apt 306A\r\nSeattle, WA 981') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (686, 124, 9, '1.3', 'Christine') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (687, 124, 9, '1.6', 'Hoskinson') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (688, 124, 9, '2', 'choskinson@birminghamzoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (689, 124, 9, '4', 'We are trying to figure out how many national members we have in order to fill out our recharter. Any help would be appreciated. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (690, 125, 6, '1.3', 'Jamie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (691, 125, 6, '1.6', 'McTyre') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (692, 125, 6, '2', 'jmctyre@memphiszoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (693, 125, 6, '4', 'I\'m trying to find my account sign in information. The site says its not recognizing me. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (694, 126, 9, '1.3', 'Heather') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (695, 126, 9, '1.6', 'Anderson') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (696, 126, 9, '2', 'shar_pei_lover@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (697, 126, 9, '4', 'Hello!  I just joined and was trying to order the Zookeeping book with the membership discount.  The link provided goes strainght to the cart with no book already in there and when I add the book ther') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (698, 127, 12, '8', '2014-04-11') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (699, 129, 12, '8', '2014-04-11') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (700, 130, 12, '8', '2014-01-22') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (701, 131, 12, '8', '2014-01-22') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (702, 132, 12, '8', '2014-05-06') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (703, 133, 12, '8', '2014-01-10') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (704, 134, 12, '8', '2014-01-09') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (705, 135, 12, '8', '2014-01-11') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (706, 136, 12, '8', '2014-04-10') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (707, 137, 12, '8', '2014-01-11') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (708, 138, 12, '8', '2014-04-01') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (709, 139, 12, '8', '2014-02-28') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (710, 140, 12, '9', 'New Specialist') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (712, 140, 12, '8', '1998-05-14') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (713, 141, 12, '9', 'Test Post 2') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (715, 141, 12, '8', '2014-04-09') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (716, 142, 12, '8', '2014-04-11') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (717, 142, 12, '9', 'Test Job 3') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (720, 142, 12, '12', 'Job compensation') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (721, 143, 12, '8', '2014-04-11') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (722, 143, 12, '9', 'Test Job 4') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (725, 143, 12, '12', 'Compensation Set') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (726, 144, 12, '8', '2014-04-11') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (727, 144, 12, '9', 'Test Job 5') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (730, 145, 12, '8', '2014-04-11') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (731, 145, 12, '9', 'Test Job 6') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (734, 146, 9, '1.3', 'Aimee') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (735, 146, 9, '1.6', 'King') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (736, 146, 9, '2', 'aimeemking@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (737, 146, 9, '4', 'Where has the keeper breakroom disppeared') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (738, 147, 6, '1.3', 'Melissa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (739, 147, 6, '1.6', 'Ciccariello') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (740, 147, 6, '2', 'Melcicc@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (741, 147, 6, '4', 'I am unable to recover my account to renew my membership. \r\n\r\nMy address is E5 BA Drive\r\nNorth Attleboro, MA 02760') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (742, 148, 9, '1.3', 'Dardenelle') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (743, 148, 9, '1.6', 'Long') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (744, 148, 9, '2', 'long_d@chattzoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (745, 148, 9, '4', 'Good afternoon, \r\nThe Chattanooga Zoo is an institutional member of AAZK, and I am an individual member as well (mostly because I like to keep  Forum on my desk for reference :):) We were receiving tw') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (746, 149, 9, '1.3', 'Christy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (747, 149, 9, '1.6', 'Conk') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (748, 149, 9, '2', 'Christy.v.conk@disney.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (749, 149, 9, '4', 'Where is the Conservation database?  I added to it and when I went in to check that it updated I couldn\'t find it on the new website.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (750, 150, 6, '1.3', 'Ana Patrícia') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (751, 150, 6, '1.6', 'Almeida') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (752, 150, 6, '2', 'patricia_j73@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (753, 150, 6, '4', 'Hello,\r\n\r\nMy name is Ana Patrícia Almeida, I\'m Portuguese, I\'m 22 years old and I graduated in Biology, in July 2013.\r\nI am passionate about animals and I have a dream of work directly with animals, ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (754, 151, 12, '8', '2014-04-13') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (755, 151, 12, '9', 'Test Job 7') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (758, 151, 12, '12', 'Test Compensation') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (759, 152, 6, '1.3', 'maria') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (760, 152, 6, '1.6', 'clapp') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (761, 152, 6, '2', 'mariacclapp@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (762, 152, 6, '4', 'unable to log in. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (763, 153, 12, '9', 'Test post 8') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (764, 153, 12, '20', 'aecetia.net/gws/aazk') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (765, 153, 12, '8', '2014-04-01') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (766, 153, 12, '12', 'This is the description lorem ipsum') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (767, 153, 12, '16', 'This is the ecucation and pre-requisites lorem ipsum') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (768, 153, 12, '18', 'this is the comensation lorem ipsum') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (769, 153, 12, '19', 'Application instructions ipsum') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (770, 154, 12, '9', 'Test post 9') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (771, 154, 12, '20', 'Facility Location information') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (772, 154, 12, '8', '2014-03-01') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (773, 154, 12, '12', 'Vestibulum pulvinar, nisl quis accumsan fringilla, augue orci interdum lorem, sed bibendum tellus purus ac nibh. Maecenas accumsan quam a tellus semper, et faucibus leo rhoncus. Class aptent taciti so') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (774, 154, 12, '16', 'Aliquam a ornare magna, interdum posuere dolor. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nullam euismod, ante in ullamcorper ultricies, ligula tortor placerat tellus, at facilisis') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (775, 154, 12, '18', 'Phasellus posuere iaculis egestas. Nulla gravida eget turpis vel interdum. Vivamus fringilla id purus sit amet volutpat. Ut iaculis, sapien id sodales convallis, nulla nibh auctor nibh, sit amet laore') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (776, 154, 12, '19', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed quis imperdiet est. Nullam tortor eros, tristique eu ligula at, blandit feugiat nisl. Quisque vel quam vitae lacus tristique interdum ultri') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (777, 155, 12, '9', 'Test post 10') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (778, 155, 12, '20', 'Facility Location information') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (779, 155, 12, '8', '2014-01-14') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (780, 155, 12, '12', 'Vestibulum pulvinar, nisl quis accumsan fringilla, augue orci interdum lorem, sed bibendum tellus purus ac nibh. Maecenas accumsan quam a tellus semper, et faucibus leo rhoncus. Class aptent taciti so') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (781, 155, 12, '16', 'Aliquam a ornare magna, interdum posuere dolor. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nullam euismod, ante in ullamcorper ultricies, ligula tortor placerat tellus, at facilisis') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (782, 155, 12, '18', 'Phasellus posuere iaculis egestas. Nulla gravida eget turpis vel interdum. Vivamus fringilla id purus sit amet volutpat. Ut iaculis, sapien id sodales convallis, nulla nibh auctor nibh, sit amet laore') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (783, 155, 12, '19', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed quis imperdiet est. Nullam tortor eros, tristique eu ligula at, blandit feugiat nisl. Quisque vel quam vitae lacus tristique interdum ultri') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (784, 156, 12, '9', 'Test post 11') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (785, 156, 12, '20', 'Facility Location information') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (786, 156, 12, '8', '2014-01-16') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (787, 156, 12, '12', 'Vestibulum pulvinar, nisl quis accumsan fringilla, augue orci interdum lorem, sed bibendum tellus purus ac nibh. Maecenas accumsan quam a tellus semper, et faucibus leo rhoncus. Class aptent taciti so') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (788, 156, 12, '16', 'Aliquam a ornare magna, interdum posuere dolor. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nullam euismod, ante in ullamcorper ultricies, ligula tortor placerat tellus, at facilisis') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (789, 156, 12, '18', 'Phasellus posuere iaculis egestas. Nulla gravida eget turpis vel interdum. Vivamus fringilla id purus sit amet volutpat. Ut iaculis, sapien id sodales convallis, nulla nibh auctor nibh, sit amet laore') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (790, 156, 12, '19', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed quis imperdiet est. Nullam tortor eros, tristique eu ligula at, blandit feugiat nisl. Quisque vel quam vitae lacus tristique interdum ultri') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (791, 157, 12, '9', 'Test post 12') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (792, 157, 12, '20', 'Test') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (793, 157, 12, '8', '2014-04-14') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (794, 157, 12, '12', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed quis imperdiet est. Nullam tortor eros, tristique eu ligula at, blandit feugiat nisl. Quisque vel quam vitae lacus tristique interdum ultri') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (795, 158, 12, '9', 'Test post 13') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (796, 158, 12, '20', 'Test post 13') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (797, 158, 12, '8', '2014-04-14') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (798, 158, 12, '12', 'Test Description\r\n\r\nSecond paragraph\r\nLine Break') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (799, 158, 12, '16', 'Test Educations') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (800, 158, 12, '18', 'Test Compensation') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (801, 158, 12, '19', 'Test Application') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (802, 158, 12, '25.3', 'Jameel') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (803, 158, 12, '25.6', 'Bokhari') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (804, 158, 12, '26', 'jameel@gowebsolutions.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (805, 158, 12, '27.1', '2238 E 17th St') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (806, 158, 12, '27.3', 'Tucson') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (807, 158, 12, '27.4', 'AZ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (808, 158, 12, '27.5', '85719') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (809, 158, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (810, 158, 12, '22.1', 'XXXXXXXXXXXX5463') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (811, 158, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (812, 158, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (813, 158, 12, '21.2', '$0.05') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (814, 158, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (815, 159, 6, '1.3', 'Angie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (816, 159, 6, '1.6', 'Selzer') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (817, 159, 6, '2', 'angelaselzer@frontier.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (818, 159, 6, '4', 'I no longer have the email address that is apparently associated with my account so I can\'t get a password reset sent to it. \r\n\r\nMy new email address is angelaselzer@frontier.com\r\nit says my user name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (819, 160, 6, '1.3', 'Kathryn') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (820, 160, 6, '1.6', 'Barszczowski') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (821, 160, 6, '2', 'clumsykate07@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (822, 160, 6, '4', 'Hello, I\'ve tried a number of times and not gotten a response.  I was able to get my username, but my account\'s e-mail address is no longer valid so I have not been able to get my password.  Could you') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (823, 161, 6, '1.3', 'Erin') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (824, 161, 6, '1.6', 'Mowatt') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (825, 161, 6, '2', 'enm1223@msn.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (826, 161, 6, '4', 'I am an AAZK member and I have been trying to recover my account info for a while now. Every time it recognizes my email address, however when it asks to recover my password I never get the email. I k') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (827, 162, 6, '1.3', 'Laura') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (828, 162, 6, '1.6', 'Laverick') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (829, 162, 6, '2', 'lauralavs@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (830, 162, 6, '4', 'Hi there, \r\nI have tried several times to log in.  I am currently a national aazk member.  I have tried to reset my password, but have not gotten an email like it said I would.\r\n\r\nThanks for any help.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (831, 163, 1, '1', 'Animal Care Internships') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (832, 163, 1, '2', 'The Little Rock Zoo is now accepting applications for 2014 summer animal care internships.  The Zoo is seeking dependable, hard working college students interested in the field of animal care.  Intern') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (833, 163, 1, '3', 'The Little Rock Zoo is now accepting applications for 2014 summer animal care internships.   Application Packages MUST be received by March 10, 2014.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (834, 163, 1, '5', '20') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (835, 164, 1, '1', 'Education Internship') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (836, 164, 1, '2', 'The Little Rock Zoo is now accepting applications for 2014 summer education internships.  The Zoo is seeking dependable, hard working college students interested in the field of zoo education.  Intern') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (837, 164, 1, '3', 'The Little Rock Zoo is now accepting applications for 2014 summer education internships.   Application packages MUST be received by March, 10 2014.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (838, 164, 1, '5', '20') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (839, 165, 1, '1', 'Part-Time Animal Keeper - Education and Programs') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (840, 165, 1, '2', 'JOB OBJECTIVE:\r\nTo work in the Little Rock Zoo Education Department to provide husbandry, care and training for a diverse collection of exotic animals. To assist in the development and delivery of for') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (841, 165, 1, '3', 'The Little Rock Zoo Education Department is accepting applications for a Part-Time Animal Keeper (Education and Programs). ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (842, 165, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (843, 166, 1, '1', 'Assistant Curator of Birds') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (844, 166, 1, '2', 'SUMMARY: Under the general supervision of the Curator, provides direct supervision of assigned Animal Keepers. Duties include coordinating the activities within the Bird Department, facilitating the w') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (845, 166, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (846, 167, 1, '1', 'Assistant Curator of Birds') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (847, 167, 1, '2', 'SUMMARY: Under the general supervision of the Curator, provides direct supervision of assigned Animal Keepers. Duties include coordinating the activities within the Bird Department, facilitating the w') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (848, 167, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (849, 168, 1, '1', 'Animal Keeper - Elephants (Oregon Zoo)') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (850, 168, 1, '2', 'Deadline to Apply: Thursday, January 30, 2014 @ 5:00pm, Pacific\r\n\r\nSalary: $20.27 - $25.86 hourly\r\n\r\nThe Oregon Zoo is pleased to announce an available position working as a member of our animal care ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (851, 168, 1, '3', 'The Oregon Zoo is pleased to announce an available position working as a member of our animal care team that cares for our herd of 4.4 Asian elephants. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (852, 168, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (853, 169, 6, '1.3', 'Sara') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (854, 169, 6, '1.6', 'Wunder') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (855, 169, 6, '2', 'Sara.Wunder@BuschGardens.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (856, 169, 6, '4', 'Hi!\r\nI cannot get logged in under members. It\'s either my work email at Busch Gardens or my AOL account- SaraKUEK@aol.com. I believe the AKF is delivered to my work at Busch Gardens, 3605 E Bougainvil') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (857, 170, 1, '1', 'Animal Keeper-entry level') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (858, 170, 1, '2', 'The Utica Zoo is accepting resumes for an entry level animal keeper position.  This position will be responsible for working in multiple areas within the zoo after completing a training period.  The p') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (859, 170, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (860, 171, 6, '1.3', 'Sara') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (861, 171, 6, '1.6', 'Wunder') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (862, 171, 6, '2', 'Sara.Wunder@BuschGardens.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (863, 171, 6, '4', 'I see that the address you have for me on my AKF is Sara Wunder, Busch Gardens, PO Box 9158, Tampa FL 33674-9158. But it still doesn\'t recognize my email address.\r\nSara') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (864, 172, 1, '1', 'Animal Care, Education or Primate Intern') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (865, 172, 1, '2', 'Animal care intern to assist with routine animal husbandry of over 100+ animals. The internship is totally hands-on with oppurtunities to assist with training, hand-raising and handling. It would incl') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (866, 172, 1, '3', 'Once resume is received we will send out and application and questionnaire for you to fill out and return\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (867, 172, 1, '5', '20') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (868, 173, 1, '1', 'Animal Care, Education or Primate Intern') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (869, 173, 1, '2', 'Animal care intern to assist with routine animal husbandry of over 100+ animals. The internship is totally hands-on with oppurtunities to assist with training, hand-raising and handling. It would incl') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (870, 173, 1, '3', 'Once resume is received we will send out and application and questionnaire for you to fill out and return\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (871, 173, 1, '5', '20') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (872, 174, 6, '1.3', 'Darcee') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (873, 174, 6, '1.6', 'Beckner') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (874, 174, 6, '2', 'darc0890@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (875, 174, 6, '4', 'Hello, I was writing you about my current membership. My parents bought me a membership as a Christmas present and lately I realized I had not received anything about my membership. I came to the webs') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (876, 175, 1, '1', 'Utica Zoo Internship-winter/spring') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (877, 175, 1, '2', 'The Utica Zoo is offering internships for the late winter/spring session.  Animal care interns assist with routine animal husbandry of over 200+ animals. The internship experience includes working alo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (878, 175, 1, '5', '20') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (879, 176, 1, '1', 'Utica Zoo Internship-summer') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (880, 176, 1, '2', 'The Utica Zoo offers full-time (40 hrs/week) Animal Care Department Internships during the summer season each year.  The internship begins at the end of May and lasts for approximately 9 weeks.  Inter') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (881, 176, 1, '5', '20') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (882, 177, 1, '1', 'Utica Zoo Animal Keeper-entry-level') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (883, 177, 1, '2', 'We are currently accepting resumes for one open entry-level animal care position.  Please see below for details.\r\n\r\nResumes will remain on file for one year.   Applicants will NOT receive confirmation') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (884, 177, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (885, 178, 12, '9', 'Part-Time Aquarist') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (886, 178, 12, '20', 'Turtle Bay Exploration Park') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (887, 178, 12, '8', '2014-04-17') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (888, 178, 12, '12', 'Turtle Bay Exploration Park seeks an experienced team player to join us as a part-time Aquarist in our Animal Department.   Turtle Bay Exploration Park is filled with entertaining activities focused o') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (889, 178, 12, '16', '•Desired education and experience includes a minimum of a 2 year college degree with emphasis on biology or science or equivalent experience.\r\n•Minimum one (1) year experience maintaining public a') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (890, 178, 12, '19', 'Send your letter of interest and resume to:\r\nHuman Resources\r\nTurtle Bay Exploration Park, 1335A Arboretum Drive, Redding, CA  96003\r\nE-Mail:  hr@turtlebay.org\r\nPhone:  (530) 242-3132/Fax: (530) 242-8') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (891, 178, 12, '25.3', 'Sharon') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (892, 178, 12, '25.6', 'Clay') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (893, 178, 12, '26', 'sclay@turtlebay.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (894, 178, 12, '27.1', '1335A Arboretum Drive') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (895, 178, 12, '27.3', 'Redding') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (896, 178, 12, '27.4', 'CA') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (897, 178, 12, '27.5', '96003') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (898, 178, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (899, 178, 12, '22.1', 'XXXXXXXXXXXX2403') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (900, 178, 12, '22.4', 'MasterCard') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (901, 178, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (902, 178, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (903, 178, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (904, 179, 1, '1', 'Zookeeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (905, 179, 1, '2', 'The Catoctin Wildlife Preserve and Zoo is looking for seasonal part time keepers that may lead to a full time position. These positions will allow keepers the ability to work across several taxa inclu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (906, 179, 1, '3', 'The Catoctin Wildlife Preserve and Zoo is run by the Global Wildlife Trust Inc a non profit 501 (c) 3 organization. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (907, 179, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (908, 180, 6, '1.3', 'Stephanie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (909, 180, 6, '1.6', 'Jeter') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (910, 180, 6, '2', 'sjeter@twpark.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (911, 180, 6, '4', 'I am the Animal Curator for Tanganyika Wildlife Park and out facility is a member.  I would like to gather information on what we would need to do to start our own chapter so we can be apart of fundra') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (912, 181, 6, '1.3', 'Erica') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (913, 181, 6, '1.6', 'Eastman') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (914, 181, 6, '2', 'eastmane@nicc.edu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (915, 181, 6, '4', 'Hi!\r\nI am a veterinary technician student and am writing a paper on elephants in the zoo. I was wondering if I could receive some information on them.\r\n1. what is their husbandry like?\r\n2.what is done') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (916, 182, 12, '9', 'Seasonal Zoo Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (917, 182, 12, '20', 'Azoosment Park') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (918, 182, 12, '8', '2014-04-18') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (919, 182, 12, '12', 'Our seasonal zookeeper staff is responsible for the care of the entire animal staff at the Azoosment Park from parakeets, reptiles, hoofstock to bobcats and horses.  The zookeepers are responsible for') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (920, 182, 12, '16', 'Azoosment Park is looking for self motivation, friendly, experienced animal keepers to join our staff.  Animal keepers must have a general knowledge of animal care, husbandry, and education.  All appl') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (921, 182, 12, '18', '$9.00 an hour') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (922, 182, 12, '19', 'To apply go to the following link and follow the application directions, all applicants must include a resume with at least 2 references listed: \r\n\r\nhttps://azoosmentpark.applicantstack.com/x/openings') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (923, 182, 12, '25.3', 'Wendy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (924, 182, 12, '25.6', 'Russeff') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (925, 182, 12, '26', 'Wendy@azoosmentpark.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (926, 182, 12, '27.1', '601 Dundee Ave') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (927, 182, 12, '27.3', 'East Dundee') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (928, 182, 12, '27.4', 'IL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (929, 182, 12, '27.5', '60118') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (930, 182, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (931, 182, 12, '22.1', 'XXXXXXXXXXXX4931') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (932, 182, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (933, 182, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (934, 182, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (935, 182, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (936, 183, 1, '1', 'Assistant Curator - Safari') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (937, 183, 1, '2', 'Virginia Safari Park, Natural Bridge, VA\r\n\r\nDescription\r\nExperience in animal husbandry, training, enrichment, exhibit design and renovations, and industry standard knowledge and affiliations are pref') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (938, 183, 1, '3', 'Assistant Curator - Safari\r\nVirginia Safari Park\r\nNatural Bridge, Virginia') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (939, 183, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (940, 184, 6, '1.3', 'Sabrina') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (941, 184, 6, '1.6', 'Misek') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (942, 184, 6, '2', 'slmisek18@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (943, 184, 6, '4', 'Hello,\r\nI am trying to update my account and unfortunately I cannot be found!  What is on my AAZK card is as follows:\r\nSabrina Misek\r\n5854 N. Kenmore #3B\r\nChicago, IL 60660\r\nI am a professional class ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (944, 185, 12, '9', 'Ranch Animal Care Staff') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (945, 185, 12, '20', 'Furry Friends Ranch') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (946, 185, 12, '8', '2014-04-20') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (947, 185, 12, '12', 'FULL-TIME RANCH ANIMAL CARE STAFF MEMBER\r\n\r\nReports to: Ranch Manager\r\n\r\nLocation: Palm City, FL\r\n\r\nPay: $10/hour\r\n\r\n\r\nJOB SUMMARY: \r\nThe ranch animal care staff member will work as a team with the re') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (948, 185, 12, '25.3', 'Nickolas') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (949, 185, 12, '25.6', 'Gaglio') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (950, 185, 12, '26', 'nickolasgaglio@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (951, 185, 12, '27.1', '2505 ne indian river dr') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (952, 185, 12, '27.3', 'jensen beach') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (953, 185, 12, '27.4', 'FL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (954, 185, 12, '27.5', '34957') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (955, 185, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (956, 185, 12, '22.1', 'XXXXXXXXXXXX5858') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (957, 185, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (958, 185, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (959, 185, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (960, 185, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (961, 186, 6, '1.3', 'Angie ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (962, 186, 6, '1.6', 'Selzer') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (963, 186, 6, '2', 'angelaselzer@frontier.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (964, 186, 6, '4', 'Still hoping to find some help in registering my email.  It seems that the current email you have is one I no longer have and I am unable to switch from the old site without it.\r\nPlease let me know ho') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (965, 187, 6, '1.3', 'Sharon ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (966, 187, 6, '1.6', 'Clay') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (967, 187, 6, '2', 'sclay@turtlebay.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (968, 187, 6, '4', 'We paid to have a job posting, but noticed that we made an error.  Could you please change or contact on the Turtle Bay Exploratioin Park post for a part time aquarist to  animaljobs@turtlebay.org and') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (969, 188, 6, '1.3', 'tom') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (970, 188, 6, '1.6', 'aversa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (971, 188, 6, '2', 'tom.aversa@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (972, 188, 6, '4', 'Hi all,\r\n\r\nI have forgotten my password (I am a member) and the sign-in link is not sending a password to my email as it claims it should.\r\n\r\nPlease let me know what is going on.  Thanks,\r\ntom') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (973, 189, 6, '1.3', 'Terri') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (974, 189, 6, '1.6', 'Werner') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (975, 189, 6, '2', 'tigress1@tigerlink.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (976, 189, 6, '4', 'I got an email saying my membership was going to expire. I went to log in and it wouldn\'t accept my info. I tried retrieving the info from old website as suggested but got a message that said the acco') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (977, 190, 6, '1.3', 'Peter') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (978, 190, 6, '1.6', 'O\'Neill') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (979, 190, 6, '2', 'pconeill1986@yaho.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (980, 190, 6, '4', 'Hello, my name is Peter O\'Neill and I have been an AAZK member for a few years but I moved several months ago and I believe that my membership has expired. I had not used the online services in a whil') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (981, 191, 9, '1.3', 'Alicia') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (982, 191, 9, '1.6', 'Pike') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (983, 191, 9, '2', 'Pantheraonca8@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (984, 191, 9, '4', 'Hello!  \r\n\r\nBefore the AAZK website for members was changed, there was a page that had resume and interview advice.  Is there a way to get to that information again?  If not, is there anyway to have t') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (985, 192, 6, '1.3', 'maria') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (986, 192, 6, '1.6', 'clapp') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (987, 192, 6, '2', 'mariacclapp@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (988, 192, 6, '4', 'my email is incorrect that associates with the login. It should be mariacclapp@gmail.com.   not mariaclapp@gmail.com.  How can i fix this?') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (989, 193, 9, '1.3', 'John') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (990, 193, 9, '1.6', 'Fitchett') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (991, 193, 9, '2', 'zetagroup@mac.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (992, 193, 9, '4', 'I haven\'t received any of the forum magazine for a while. Are you still publishing? Nor did I get my new membership in October. Can you send another or see if it was sent?\r\n\r\nThank you!') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (993, 194, 6, '1.3', 'Angela Binney') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (994, 194, 6, '1.6', 'Binney') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (995, 194, 6, '2', 'wdw.dak.library@disney.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (996, 194, 6, '4', 'Hi AAZK, Disney\'s Animal Kingdom has an Institutional Membership to AAZK that we purchase via WTCox Subscription Agency.  Is there a "Member Login" for Institutional Members?  I am also an individual ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (997, 195, 6, '1.3', 'Rebecca') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (998, 195, 6, '1.6', 'Esterline') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (999, 195, 6, '2', 'besterline10@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1000, 195, 6, '4', 'Hello,\r\nI\'ve had issues accessing my account the past several attempts. I registered and was told to wait for validation. I received validation and receive the forums as well as the emails. Any help w') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1001, 196, 6, '1.3', 'Carson') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1002, 196, 6, '1.6', 'Jones') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1003, 196, 6, '2', 'jones.carson@me.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1004, 196, 6, '4', 'I need help recovering my account and transiting to a new system. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1005, 197, 9, '1.3', 'Jeremy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1006, 197, 9, '1.6', 'Fontaine') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1007, 197, 9, '2', 'jfontaine@sandiegozoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1008, 197, 9, '4', 'Hi, I want to print out the grant that would accommodate traveling and accommodation expenses for professional development. When I click to view available grant an Error page appears. Is there any way') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1009, 198, 6, '1.3', 'Tara') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1010, 198, 6, '1.6', 'Gifford') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1011, 198, 6, '2', 'tgiffzoo@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1012, 198, 6, '4', 'I\'m having trouble logging in as a member.  I believe this is the email address that I signed up with tgiffzoo@hotmail.com but it is not going through.  My member ID is 276440.\r\n\r\nI am trying to look ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1013, 199, 6, '1.3', 'Karla ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1014, 199, 6, '1.6', 'Anderson') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1015, 199, 6, '2', 'karla.anderson@state.mn.us') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1016, 199, 6, '4', 'Hi \r\nI am the treasurer for Minnesota Zoo Chapter of AAZK.  I am unable to open or recover an account.  I need to get the financial report paperwork for the year. Can you help me get this info?\r\nThank') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1017, 200, 6, '1.3', 'nancee') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1018, 200, 6, '1.6', 'hutchinson') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1019, 200, 6, '2', 'kopjekeeper47@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1020, 200, 6, '4', 'I need to renew my membership but I do not remember my login, and my email address has changed. What should I do? ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1021, 201, 6, '1.3', 'Chris') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1022, 201, 6, '1.6', 'Graham') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1023, 201, 6, '2', 'chris.l.graham@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1024, 201, 6, '4', 'I am an existing member and I\'m trying to recover my account. When I enter my information into the recovery page form it comes up with the wrong email address and I\'m unable to continue the process. H') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1025, 202, 6, '1.3', 'Amber') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1026, 202, 6, '1.6', 'Eagleson') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1027, 202, 6, '2', 'amber.eagleson@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1028, 202, 6, '4', 'Hi! \r\nI am having trouble logging onto the new site.  I know I renewed my membership June 30, 2013 and was able to log in then.  The system is not recognized my email address when I click on "lost pas') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1029, 203, 6, '1.3', 'Mara') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1030, 203, 6, '1.6', 'Jameson') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1031, 203, 6, '2', 'jjmgonzo@msn.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1032, 203, 6, '4', 'Hi,\r\nI have not been able to log on to the website to provide my change of address.  I have provided my email to change my password and do not receive the email from AAZK.  The last Forum I received w') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1033, 204, 1, '1', 'CARNIVORE/PRIMATE INTERN') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1034, 204, 1, '2', 'DESCRIPTION\r\n\r\nTiger World is located just 20 minutes North of Charlotte, NC and has animals including Lions, Tigers, Leopards, Lemurs, Baboons, Bears and more. We have available 3-month Intern positi') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1035, 204, 1, '3', 'Tiger World Interns will have the opportunity to gain practical work experience and knowledge caring for Bears, Primates, and Big Cats. APPLY NOW!') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1036, 204, 1, '5', '20') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1037, 205, 6, '1.3', 'Charles ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1038, 205, 6, '1.6', 'Munroe') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1039, 205, 6, '2', 'ccmunroeiii@msn.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1040, 205, 6, '4', 'It is my understanding that a report exists that lists something like 100 zoos and the number of animals on display and the number of people directly involved in their upkeep. Can you direct me to whe') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1041, 206, 6, '1.3', 'Susan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1042, 206, 6, '1.6', 'Kleven') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1043, 206, 6, '2', 'skleven@cogtx.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1044, 206, 6, '4', 'I am the director at the Frank Buck Zoo in Gainesville, TX and I just received an email notification that our institutional membership is going to expire in 60 days.  I tried to login and it says my e') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1045, 207, 9, '1.3', 'Susan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1046, 207, 9, '1.6', 'Faso') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1047, 207, 9, '2', 'suefaso@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1048, 207, 9, '4', 'Hello,\r\n\r\nI am the treasurer for our local chapter.  We have a member who is reluctant/unwilling to use a computer for membership.  Is there a way for her to renew her membership through the mail?\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1049, 208, 6, '1.3', 'Sarah') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1050, 208, 6, '1.6', 'Friedel') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1051, 208, 6, '2', 'safari.sarah1016@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1052, 208, 6, '4', 'Hi, I\'m trying to renew my account but it won\'t let me recover my old account.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1053, 209, 12, '9', 'Park Specialist') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1054, 209, 12, '20', 'Randall Oaks Park and Barnyard Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1055, 209, 12, '8', '2014-04-01') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1056, 209, 12, '12', 'Performs skilled tasks related to park and zoo maintenance.  Effectively leads crews from 1-5 staff.  Serves as Manager on Duty when the park and zoo are open for business.  ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1057, 209, 12, '16', 'High school diploma or equivalent. Five years experience in related field. Ability to read, understand and apply technical operation maintenance and repair manuals, Knowledge and practices of animal c') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1058, 209, 12, '18', 'Park Services Department, 750 N. Randall Road, West Dundee, IL 60118.  This is a non-exempt full-time year-round position normally working 40 hours per week. Scheduled days and times vary.  Weekend or') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1059, 209, 12, '19', 'send applications found on our website along with your resume to:\r\nHiring Manager, Park Services Department\r\n750 N. Randall Road\r\nWest Dundee, IL 60118\r\n847-551-4310 or email: mholbrook@dtpd.org\r\nwebs') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1060, 209, 12, '25.3', 'Maria') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1061, 209, 12, '25.6', 'Holbrook') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1062, 209, 12, '26', 'mholbrook@dtpd.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1063, 209, 12, '27.1', 'Dundee Twp Park District') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1064, 209, 12, '27.2', '750 N. Randall Road') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1065, 209, 12, '27.4', 'IL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1066, 209, 12, '27.5', 'West Dundee') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1067, 209, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1068, 209, 12, '22.1', 'XXXXXXXXXXXX8528') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1069, 209, 12, '22.4', 'MasterCard') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1070, 209, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1071, 209, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1072, 209, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1073, 210, 6, '1.3', 'Chelsea') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1074, 210, 6, '1.6', 'Weaver') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1075, 210, 6, '2', 'cweaver9292@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1076, 210, 6, '4', 'Hello!\r\n\r\nI was trying to have my account info from the previous website transferred over, but I am unsure if it is working. If I remember correctly, the email address I registered with was from my la') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1077, 211, 1, '1', 'Animal Health Technician PT benefitted') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1078, 211, 1, '2', 'Under the general supervision of the Zoo Curator and Consulting Veterinarian(s) this position provides paraprofessional medical care and treatment to all animals in the Happy Hollow Park & Zoo collect') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1079, 211, 1, '3', 'Happy Hollow Park & Zoo  Animal Health Technician PT benefitted (32 hrs/wk) https://cityjobs.sanjoseca.gov/psc/prod/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1080, 211, 1, '5', '-- select a Custom Category --') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1081, 212, 6, '1.3', 'Piper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1082, 212, 6, '1.6', 'Leiper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1083, 212, 6, '2', 'piperwoodruff@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1084, 212, 6, '4', 'Hi there,\r\n\r\nI recently tried to renew my AAZK membership (at the affiliate level) after letting it expire around September. I haven\'t had much luck with the website, so I would love some help figurin') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1085, 213, 6, '1.3', 'Amit') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1086, 213, 6, '1.6', 'kumar') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1087, 213, 6, '2', 'amit.12seo@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1088, 213, 6, '4', 'Dear Sir,\r\n\r\nHope you are doing well! \r\n\r\nFirst, I would like to take this opportunity to introduce  I am business development manager from one of leading SEO company from India. We are one of the bud') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1089, 214, 6, '1.3', 'Heather') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1090, 214, 6, '1.6', 'Tassler') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1091, 214, 6, '2', 'Htassler@wcs.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1092, 214, 6, '4', 'Hi I was wondering if you could email me and let me know what the 2014 Conference registration is going to be.\r\nThanks,\r\nHeather Tassler') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1093, 215, 6, '1.3', 'Elise') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1094, 215, 6, '1.6', 'Bernardoni') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1095, 215, 6, '2', 'elisebernardoni@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1096, 215, 6, '4', 'HI there, \r\nI\'m having difficulty logging in and retrieving my account information.  My emails address is elisebernardoni@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1097, 216, 6, '1.3', 'Elise') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1098, 216, 6, '1.6', 'Bernardoni') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1099, 216, 6, '2', 'elisebernardoni@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1100, 216, 6, '4', 'HI there, \r\nI\'m having difficulty logging in and retrieving my account information.  My emails address is elisebernardoni@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1101, 217, 9, '1.3', 'Christy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1102, 217, 9, '1.6', 'Conk') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1103, 217, 9, '2', 'cconk@cfl.rr.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1104, 217, 9, '4', 'I\'m trying to find the Conservation Database.  Where is it? How do I edit it?  I have written in the contact section concerning this in the past and have not received a reply.  ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1105, 218, 1, '1', 'Educational Program Coordinator - Small Mammal Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1106, 218, 1, '2', 'The Education Program Coordinator / Small Mammal Keeper will be responsible for accomplishing animal care, exhibit maintenance, and coordination of the Educational Programs.  This position requires an') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1107, 218, 1, '3', 'The Education Program Coordinator / Small Mammal Keeper will be responsible for animal care, exhibit maintenance, and coordination of the education programs.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1108, 218, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1109, 219, 9, '1.3', 'Maureen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1110, 219, 9, '1.6', 'Cleary') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1111, 219, 9, '2', 'Mcleary@saczoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1112, 219, 9, '4', 'Hello, \r\n\r\nI was wondering is there was a way to sign up for e-newsletters and not receive the printed copies monthly. We receive the publications at work and I do not need a second hard copy for myse') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1113, 220, 9, '1.3', 'Jessica') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1114, 220, 9, '1.6', 'Kordell') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1115, 220, 9, '2', 'venuskm478@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1116, 220, 9, '4', 'Hello,\r\n\r\nWhen trying to retrieve my old info, I found that my username is not what it originally was (possibly because I screwed up when doing the retrieving).  Is there anyway usernames can be chang') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1117, 221, 9, '1.3', 'Lori ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1118, 221, 9, '1.6', 'Speis') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1119, 221, 9, '2', 'scott0461@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1120, 221, 9, '4', 'I became a member last month (December) but never received a conformation email and haven\'t received any other emails, news letters, or the keeper\'s forum publication.  Just wanted to make sure that m') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1121, 222, 1, '1', 'Grounds Quality Associate') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1122, 222, 1, '2', 'The Phoenix Zoo is seeking a full-time Grounds Quality to perform custodial services, clean restrooms, picnic tables, water fountains, offices, benches and other items on Zoo grounds.  Grounds Quality') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1123, 222, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1124, 223, 1, '1', 'Individual Giving Associate') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1125, 223, 1, '2', 'The Phoenix Zoo is currently seeking an Individual Giving Associate to focus on expanding the current donor base, including all aspects of prospect identification, cultivation, solicitation and stewar') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1126, 223, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1127, 224, 6, '1.3', 'Cindy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1128, 224, 6, '1.6', 'Arlantico') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1129, 224, 6, '2', 'editor@pain.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1130, 224, 6, '4', 'Hi there. My name is Cindy Arlantico, I am the Editor for a website Pain.com. Pain.com is a consumer oriented pain management resource site. I am interested in talking with someone at your organizatio') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1131, 225, 1, '1', 'Keeper I - Animal Resources (part-time)') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1132, 225, 1, '2', 'The Phoenix Zoo is currently seeking a part-time keeper for our Animal Resources Department.  Animal Resources keepers support designated public experiences by developing and maintaining animal cued b') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1133, 225, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1134, 226, 6, '1.3', 'Aimee') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1135, 226, 6, '1.6', 'King') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1136, 226, 6, '2', 'aimeemking@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1137, 226, 6, '4', 'I am furious t the fact I have been trying to get ahold of someone about my membership. I have called and emailed for the last 2 months obviously I will rethink my membership renewel when it comes up ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1138, 227, 6, '1.3', 'Martin') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1139, 227, 6, '1.6', 'Munoz') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1140, 227, 6, '2', 'O2barrocks@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1141, 227, 6, '4', 'Martin Munoz                                                                                            5351 E. Louis Pl. #1\r\n(323) 427-3209                                                            ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1142, 228, 6, '1.3', 'Allyce') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1143, 228, 6, '1.6', 'Vogel (Lindner)') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1144, 228, 6, '2', 'alind477@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1145, 228, 6, '4', 'I don\'t know why I originally set up my contact with a super old email address that is now completely closed down.... But I need to reset my account. My email is: alind477@gmail.com  and my last name ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1146, 229, 1, '1', 'Animal Keeper- Asian Highlands/Feline Area') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1147, 229, 1, '2', 'Utah’s Hogle Zoo is announcing the opening of a full time position as an Animal Keeper in the Asian Highlands feline area, within the Animal Care Department.\r\n\r\nThe Zoo is seeking a highly-qualified') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1148, 229, 1, '3', 'Anyone interested in this position should send a cover letter and resume to Gina Phillips, Animal Care Supervisor, (gphillips@hoglezoo.org) by February 15, 2013') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1149, 229, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1150, 230, 1, '1', 'Animal Keeper- Primates ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1151, 230, 1, '2', 'Utah’s Hogle Zoo is announcing the opening of a full time position as an Animal Keeper in the Primate team, within the Animal Care Department.\r\n\r\nThe Zoo is seeking a highly-qualified animal care sp') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1152, 230, 1, '3', 'Anyone interested should send resume and cover letter to Boanna Owens, Animal Care Supervisor, (bowens@hoglezoo.org) by February 28, 2014. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1153, 230, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1154, 231, 1, '1', 'Apprentice Animal Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1155, 231, 1, '2', 'The apprentice will learn about the physical health and psychological well being of the animals under his/her care.  Work ranges from the physical tasks associated with feeding and maintenance of livi') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1156, 231, 1, '3', 'Oakland Zoo has 4 openings for paid apprentice keeper.\r\nThe apprenticeship lasts for 9 months and starts on April 1, 2014') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1157, 231, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1158, 232, 1, '1', 'Live Animal Keeper Team Leader') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1159, 232, 1, '2', 'The Lead Live Animal Keeper will coordinate Live Animal Keeper schedules, assign tasks, and ensure effective daily operations in any space where live animals are exhibited or housed. This person will ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1160, 232, 1, '3', 'The Natural History Museum of Los Angeles County seeks a Live Animal Keeper Team Leader. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1161, 232, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1162, 233, 6, '1.3', 'Alexandra') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1163, 233, 6, '1.6', 'Reddy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1164, 233, 6, '2', 'ReddyA@si.edu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1165, 233, 6, '4', 'Hi,\r\n\r\nI\'ve been trying to join AAZK, and have attempted with both PayPal and my Visa card and neither method is working for me.\r\n\r\nAny tips?\r\n\r\nThanks!\r\n\r\nAlex Reddy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1166, 234, 9, '1.3', 'Alexandra') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1167, 234, 9, '1.6', 'Reddy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1168, 234, 9, '2', 'ReddyA@si.edu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1169, 234, 9, '4', 'Hi,\r\n\r\nI wrote earlier about having trouble submitting payment but I was able to get it to work! \r\n\r\nAlso, is it possible to update my email address? I registered with my personal address (primatealex') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1170, 235, 6, '1.3', 'Erika') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1171, 235, 6, '1.6', 'Bauer') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1172, 235, 6, '2', 'bauere@si.edu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1173, 235, 6, '4', 'I\'m in a crazy electronic cycle of trying unsuccessfully to renew my AAZK account. When I try to renew my account, the wordpress site doesn\'t recognize my password and when it sends me a link to use t') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1174, 236, 9, '1.3', 'kristen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1175, 236, 9, '1.6', 'scheidly') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1176, 236, 9, '2', 'kscheidly@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1177, 236, 9, '4', 'Hello,\r\n\r\nI was on the AAZK website and when I clicked on the icon for available grants I was directed to a page with an error showing Epic 404-article not found. Is there another way to get what gran') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1178, 237, 6, '1.3', 'Krista ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1179, 237, 6, '1.6', 'Davis') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1180, 237, 6, '2', 'krista.r.davis@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1181, 237, 6, '4', 'I was inquiring if you offer any summer internship opportunities. I am a sophomore at Northern Arizona University, majoring in Biology and receiving the Wildlife and Ecology Management certificate. I ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1182, 238, 1, '1', 'Keeper II - Elephants') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1183, 238, 1, '2', 'JOB CLASS TITLE: Zookeeper II \r\nPOSITION NUMBER: 60033330 \r\nDEPARTMENT: Dept. of Environment & Natural Resource \r\nDIVISION/SECTION: NC Zoo \r\nSALARY RANGE: \r\n $28,826.00 - $44,099.00 Annually\r\nSALARY G') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1184, 238, 1, '3', 'The NC Zoo is seeking an enthusiastic team leader to be part of its Watani Grasslands section working with African elephants.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1185, 238, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1186, 239, 6, '1.3', 'Amy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1187, 239, 6, '1.6', 'Petersen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1188, 239, 6, '2', 'amypetersen@uwalumni.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1189, 239, 6, '4', 'I never got an email to reset my account from the old login to the new website.    I need to be able to do this so I can renew my membership.  Thanks.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1190, 240, 6, '1.3', 'Oliver ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1191, 240, 6, '1.6', 'Claffey') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1192, 240, 6, '2', 'oclaffey@rogers.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1193, 240, 6, '4', 'Hi Ed,\r\nTrying to log in but having difficulties. My email address is no longer confederate@rogers.com.( too much spam.)  I would like to change it to oclaffey@rogers.com.\r\nPlease help an old guy out:') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1194, 241, 1, '1', 'Zoo Keeper- General/Education') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1195, 241, 1, '2', 'TGR Exotics Wildlife Park, Spring TX\r\n\r\nMINIMUM QUALIFICATIONS: Education and Experience: A High School diploma or GED, and two (2) years of animal care and handling experience (AZA or ZAA facility)') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1196, 241, 1, '3', ' ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1197, 241, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1198, 242, 6, '1.3', 'Janelle ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1199, 242, 6, '1.6', 'Murphy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1200, 242, 6, '2', 'aggiekitty04@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1201, 242, 6, '4', 'HI\r\nI was unable to sign in a couple of day ago so I requested my password but never recieved the email.\r\nThanks,\r\nJanelle Murphy\r\n\r\nAlso your website seems to be having problems.  At work I can\'t scr') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1202, 243, 6, '1.3', 'Terri') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1203, 243, 6, '1.6', 'Werner') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1204, 243, 6, '2', 'tigress1@tigerlink.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1205, 243, 6, '4', 'I received an email that said I needed to renew my membership but I cannot log on. I\'ve tried asking for my password and trying different usernames but all seem to be invalid. I also sent an email ask') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1206, 244, 6, '1.3', 'Julie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1207, 244, 6, '1.6', 'Good') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1208, 244, 6, '2', 'jizold@zoominternet.net') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1209, 244, 6, '4', 'Hi Ed,\r\n\r\nWanted to let you know that $500 for the gorilla issue is on its way from Cleveland AAZK.  Also, the site is not allowing me to log-in as a member, I have tried changing my password and am b') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1210, 245, 9, '1.3', 'Melissa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1211, 245, 9, '1.6', 'Young') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1212, 245, 9, '2', 'tigereyes1624@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1213, 245, 9, '4', 'Hello. I renewed my membership on Dec. 19, 2013. I have not received a new membership card and I also have not received any publications since December. I was wondering if you could provide me with an') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1214, 246, 1, '1', 'Gorilla Caregiver / Researcher') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1215, 246, 1, '2', 'Position Description:\r\nThe Gorilla Foundation is seeking an exceptional, dedicated, experienced individual to join our team as a full-time Gorilla Caregiver/Researcher, in an environment where gorilla') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1216, 246, 1, '3', 'The Gorilla Foundation is seeking an exceptional, dedicated, experienced individual to join our team as a full-time Gorilla Caregiver/Researcher.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1217, 246, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1218, 247, 1, '1', 'Crew Leader Grounds Quality') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1219, 247, 1, '2', 'The Phoenix Zoo is currently seeking full time Crew Leader for our Grounds Quality Team.  This position performs grounds quality services such as cleaning zoo pathways, restrooms, office areas, picnic') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1220, 247, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1221, 248, 1, '1', 'Zoo Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1222, 248, 1, '2', 'The Cougar Mountain Zoo is seeking a full-time zoo keeper for the bird and mammal department, including carnivores. This position requires a self-motivated, energetic and flexible individual with a pr') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1223, 248, 1, '3', 'The Cougar Mountain Zoo is seeking a full-time zoo keeper for the bird and mammal department, including carnivores. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1224, 248, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1225, 249, 6, '1.3', 'Robert ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1226, 249, 6, '1.6', 'Moyes') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1227, 249, 6, '2', 'catpeople@sympatico.ca') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1228, 249, 6, '4', 'Can you confirm my mailing address for AKF?  I\'m surprised I received my January issue as the address was incomplete. Thanks') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1229, 250, 12, '9', 'Primate Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1230, 250, 12, '20', 'Tanganyika Wildlife Park') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1231, 250, 12, '8', '2014-05-07') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1232, 250, 12, '12', 'Tanganyika Wildlife Park is looking for a dedicated, self motivated, efficient  individual capable of working a large collection of Primates in a fast-paced environment.  Daily care of animals which i') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1233, 250, 12, '16', 'A Bachelors Degree in a Biology related science or equivalent field experience is preferred.  Education is important to us however the individual we are looking for must know how to work around animal') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1234, 250, 12, '18', 'Starting wage is $9.00 an hour and all employees are under probation for 6 months at which time a performance review will be done to see if expectations are being reached. After 1 year of employment w') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1235, 250, 12, '19', 'If interested, please send a cover letter and resume to Stephanie Jeter by email: sjeter@twpark.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1236, 250, 12, '25.3', 'Stephanie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1237, 250, 12, '25.6', 'Jeter') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1238, 250, 12, '26', 'sjeter@twpark.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1239, 250, 12, '27.1', '1037 S. 183rd St. West') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1240, 250, 12, '27.3', 'Goddard') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1241, 250, 12, '27.4', 'Ks') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1242, 250, 12, '27.5', '67052') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1243, 250, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1244, 250, 12, '22.1', 'XXXXXXXXXXXX8194') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1245, 250, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1246, 250, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1247, 250, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1248, 250, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1249, 251, 6, '1.3', 'Kailey') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1250, 251, 6, '1.6', 'Campbell') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1251, 251, 6, '2', 'kailey.rose.campbell@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1252, 251, 6, '4', 'Not sure if this is the right email, but I wanted to pass on an observation about the functionality of the site - Love your new design, but the job search section is a little trickier to use now.  I\'m') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1253, 252, 6, '1.3', 'Kimberly') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1254, 252, 6, '1.6', 'Bowman') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1255, 252, 6, '2', 'Kimberlybwmn@aol.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1256, 252, 6, '4', 'I am interested to know if you have any information on schools were I can further my education about exotic animals and becoming a zookeeper. I am especially interested in big cats.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1257, 253, 6, '1.3', 'Gary') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1258, 253, 6, '1.6', 'Man') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1259, 253, 6, '2', 'leader.journal@msa.hinet.net') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1260, 253, 6, '4', 'Dear Publisher, \r\n \r\nOur mutual customer, Taipei Zoo, would like us to quote its 2014 subscription price to: \r\n \r\nAnimal Keeper\'s Forum\r\n \r\nPlease kindly advise me of the 2014 subscription price inclu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1261, 254, 1, '1', 'Seasonal Keeper Aide+') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1262, 254, 1, '2', 'The Louisville Zoo is currently recruiting an individual to fill the role of Seasonal Worker - Keeper Aide for the Zoo’s Bird Department.  This is a unique opportunity to work alongside keepers in t') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1263, 254, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1264, 255, 6, '1.3', 'Tina ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1265, 255, 6, '1.6', 'Vega') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1266, 255, 6, '2', 'tina.vega@czs.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1267, 255, 6, '4', 'Hello,\r\n\r\nI am the Secretary for the Brookfield AAZK chapter. I was wondering if someone could please help and tell me where I would be able to a get a list of current aazk members for my chapter? Or ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1268, 256, 6, '1.3', 'Alanna') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1269, 256, 6, '1.6', 'Welsh') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1270, 256, 6, '2', 'alanna.j.welsh@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1271, 256, 6, '4', 'I\'m interested in applying for a position as a zookeeper at the Woodland Park Zoo and am trying to learn more about the profession through your site :)') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1272, 257, 6, '1.3', 'TARA') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1273, 257, 6, '1.6', 'GIFFORD') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1274, 257, 6, '2', 'tgiffzoo@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1275, 257, 6, '4', 'I cannot get into my member account with the above email address to recover my password.  I went to the "recover account" and the email address it says is not one I recognize but says I do have an acc') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1276, 258, 1, '1', 'Zoo Education Manager/Recreation Program Specialist') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1277, 258, 1, '2', 'The Recreation Program Specialist- Education Manager is a full time position at Happy Hollow Park and Zoo.  Under the general direction of the Zoo Manager, this position is responsible for overseeing ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1278, 258, 1, '3', 'Zoo Education Manager FT- Happy Hollow Park and Zoo.  For complete information see: https://cityjobs.sanjoseca.gov/psc/prod/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1279, 258, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1280, 259, 6, '1.3', 'jon ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1281, 259, 6, '1.6', 'flug') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1282, 259, 6, '2', 'jbflug1948@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1283, 259, 6, '4', 'what did you do to save Marius?  Killing animals in front of children and dismembering them and feeding them to lions is not okay.  IT IS NOT OKAY!  Are you guys crazy or what?') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1284, 260, 6, '1.3', 'Stephanie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1285, 260, 6, '1.6', 'Edling') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1286, 260, 6, '2', 'sedling@nashvillezoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1287, 260, 6, '4', 'I renewed my membership earlier this year but haven\'t been able to log in to the system. I have tried recovering my account with any of my previous addresses but haven\'t had any luck.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1288, 261, 6, '1.3', 'Jennifer') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1289, 261, 6, '1.6', 'Martin') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1290, 261, 6, '2', 'jcrame1@springisd.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1291, 261, 6, '4', 'Good Morning,\r\n\r\nI am a Second Grade teacher in Spring, Texas.  We do not teach in the traditional sense as we are a Project Based Campus.  Our classrooms are student led and teacher facilitated. What') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1292, 262, 9, '1.3', 'Mary') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1293, 262, 9, '1.6', 'Pounder') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1294, 262, 9, '2', 'mary@wildcarebayarea.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1295, 262, 9, '4', 'I was wondering when there would be more information posted on the upcoming conference in Florida.  ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1296, 263, 1, '1', 'North Georgia Zoo available internships') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1297, 263, 1, '2', 'Now taking applications for spring, summer and fall internships.   3 month and 6 month internships available.   \r\n\r\nInterns gets experience in zookeeping,  outreach programs,  assisting with visitors,') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1298, 263, 1, '3', 'Now taking applications for upcoming  internships slots.   3 and 6 month internships available.    Interns gets experience in zookeeping, programs and more.  ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1299, 263, 1, '5', '20') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1300, 264, 9, '1.3', 'Mary') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1301, 264, 9, '1.6', 'Peebles') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1302, 264, 9, '2', 'Mary.Peebles@state.de.us') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1303, 264, 9, '4', 'This is the first time that my chapter is re-chartering. Is there a way to file electronically? The re-charter packet that we received gives the option of filing electronically, but I do not know wher') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1304, 265, 6, '1.3', 'Bethany ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1305, 265, 6, '1.6', 'Keith') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1306, 265, 6, '2', 'Behtany_sky@rocketmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1307, 265, 6, '4', 'My name is Bethany Keith I am 16 years old, I got to Garrard County High School, I am a Sophomore. I am a careing, loving, sweet girl who loves animals and would do anything to work with animals, like') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1308, 266, 12, '9', 'Exotic Animal Interns') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1309, 266, 12, '20', 'Animal Gardens Petting Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1310, 266, 12, '8', '2014-05-13') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1311, 266, 12, '12', 'This is a unique hands-on experience caring for all types of domestic and exotic animals; from bottle feeding our babies to caring for adult species. Llamas, camels, horses, min donkeys, bobcats, lemu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1312, 266, 12, '18', '$50.00 per week and dorm-style housing is provided.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1313, 266, 12, '19', 'Please contact us directly by email. Provide your resume and I will send you all the details.\r\ninfo@animalgardens.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1314, 266, 12, '25.3', 'Dana') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1315, 266, 12, '25.6', 'Montana') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1316, 266, 12, '26', 'info@animalgardens.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1317, 266, 12, '27.1', 'Animal Gardens Petting Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1318, 266, 12, '27.2', '5065 Highway 50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1319, 266, 12, '27.4', 'Delavan, WI') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1320, 266, 12, '27.5', '53115') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1321, 266, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1322, 266, 12, '22.1', 'XXXXXXXXXXXX4516') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1323, 266, 12, '22.4', 'MasterCard') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1324, 266, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1325, 266, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1326, 266, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1327, 267, 12, '9', 'Equine Internships') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1328, 267, 12, '20', 'The Dancing Horses Theatre') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1329, 267, 12, '8', '2014-05-13') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1330, 267, 12, '12', 'Must have some experience handling horses. Basic knowledge of all phases of horsemanship, riding, tacking, grooming, lunging and long lining. If you have a desire to work and learn alongside professio') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1331, 267, 12, '18', '$50.00 a week stipend with housing, and free laundry facility is provided') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1332, 267, 12, '19', 'Please contact us directly by email. info@animalgardens.com\r\nprovide your resume and I will email you all the details.\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1333, 267, 12, '25.3', 'Joyce') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1334, 267, 12, '25.6', 'Bicek') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1335, 267, 12, '26', 'info@animalgardens.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1336, 267, 12, '27.1', '5065 Highway 50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1337, 267, 12, '27.3', 'Delavan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1338, 267, 12, '27.4', 'Wisconsin') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1339, 267, 12, '27.5', '53115') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1340, 267, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1341, 267, 12, '22.1', 'XXXXXXXXXXXX4516') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1342, 267, 12, '22.4', 'MasterCard') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1343, 267, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1344, 267, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1345, 267, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1346, 268, 6, '1.3', 'Ed') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1347, 268, 6, '1.6', 'Hansen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1348, 268, 6, '2', 'zked@cox.net') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1349, 268, 6, '4', 'This is a test\r\n\r\ne\r\nd') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1350, 269, 9, '1.3', 'Ed') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1351, 269, 9, '1.6', 'Hansen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1352, 269, 9, '2', 'zked@cox.net') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1353, 269, 9, '4', 'This is a test\r\n\r\ne\r\nd') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1354, 270, 6, '1.3', 'Gary') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1355, 270, 6, '1.6', 'Man') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1356, 270, 6, '2', 'leader.journal@msa.hinet.net') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1357, 270, 6, '4', 'Dear Publisher, \r\n \r\nOur mutual customer, Taipei Zoo, would like us to quote its 2014 subscription price to: \r\n \r\nAnimal Keeper\'s Forum (Jan-Dec 2014 issues)\r\n \r\nPlease kindly advise me of the 2014 su') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1358, 271, 6, '1.3', 'David') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1359, 271, 6, '1.6', 'Sansing') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1360, 271, 6, '2', 'davchersans@aol.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1361, 271, 6, '4', 'Would like to renew, but can not access my account info.\r\n\r\nThanks for your help!') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1362, 272, 1, '1', 'Education Coordinator') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1363, 272, 1, '2', 'Cougar Mountain Zoo, Issaquah, WA\r\nPosted February 10, 2014\r\nApplication Deadline: OPEN UNTIL FILLED\r\n\r\nDescription \r\nCougar Mountain Zoo is seeking out an exceptional individual to run the education ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1364, 272, 1, '3', 'Cougar Mountain Zoo is looking for an exceptional individual to run the education department. Candidate must be energetic, team-oriented and personable. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1365, 272, 1, '5', '19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1366, 273, 9, '1.3', 'Allison ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1367, 273, 9, '1.6', 'Waltz-Hill') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1368, 273, 9, '2', 'allisonwaltzhill@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1369, 273, 9, '4', 'Hi, \r\nI just renewed my membership however my billing address for my credit card and my mailing address for my subscription to Animal Keeper Forums are different - the current address on my account is') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1370, 274, 1, '1', 'Summer Reptile Internship') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1371, 274, 1, '2', 'The Kentucky Reptile Zoo internship program offers college students or recent graduates the chance to receive hands-on training experience at a facility with one of the most extensive and diverse rept') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1372, 274, 1, '3', 'The Kentucky Reptile Zoo is looking for upperclassman or recent graduates to intern for our summer session.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1373, 274, 1, '5', '20') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1374, 275, 6, '1.3', 'Krista') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1375, 275, 6, '1.6', 'Bryant') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1376, 275, 6, '2', 'klbryant91@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1377, 275, 6, '4', 'Hello, \r\nI am a current member and I cannot login to the Member section. \r\nMy name is Krista Bryant\r\nMy address is 3535 Round Rock Circle\r\n                       Lafayette, IN 47909\r\nCan you help? Do ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1378, 276, 9, '1.3', 'Kendle') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1379, 276, 9, '1.6', 'Enter') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1380, 276, 9, '2', 'kenter@scaquarium.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1381, 276, 9, '4', 'I was looking for the "water column" that was on the forum part of the old web site, can\'t find it on the new site.  Is it available any where online?  It had some good info.  Thanks.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1382, 277, 9, '1.3', 'Becca') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1383, 277, 9, '1.6', 'Phillips') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1384, 277, 9, '2', 'RPhillips@rwpzoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1385, 277, 9, '4', 'Hello!\r\nI am looking for the keeper discussion boards but can\'t seem to find them on the new site! Are they gone? It was such a great resource!\r\nThanks,\r\nBecca\r\n\r\nRoger Williams Park Zoo\r\nProvidence, ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1386, 278, 9, '1.3', 'Raul') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1387, 278, 9, '1.6', 'Pereyra') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1388, 278, 9, '2', 'rpereyra@cscmail.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1389, 278, 9, '4', 'I’ve logged into my member page but cannot seem to figure out how to post a job without having to enter my billing information again and being charged for a job posting.\r\n\r\nI signed up to be a membe') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1390, 279, 12, '9', 'Aquarist, Full Time') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1391, 279, 12, '20', 'California Science Center Foundation') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1392, 279, 12, '8', '2014-05-15') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1393, 279, 12, '12', 'The Aquarist, with the support and assistance of the Senior Aquarist, is responsible for providing proper husbandry for aquatic animals, including daily observations of dietary and behavioral habits, ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1394, 279, 12, '16', '•Bachelor’s degree in Biology, Fisheries, Zoology or related field required or equivalent experience. \r\n•Experience providing daily husbandry to aquatic animals, preferably at an AZA-accredited ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1395, 279, 12, '18', '$16.50 - $19.50 per hour.\r\nMedical, Dental, Vision, Life Insurance, and Retirement benefits.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1396, 279, 12, '19', 'Send Cover Letter, Resume and Salary History (A Must) to the HR Dept. via fax at 213-744-2673, email to HR@cscmail.org, or mail to the California Science Center Foundation, H. R. Dept, 700 Exposition ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1397, 279, 12, '25.3', 'Raul') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1398, 279, 12, '25.6', 'Pereyra') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1399, 279, 12, '26', 'rpereyra@cscmail.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1400, 279, 12, '27.1', 'California Science Center Foundation') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1401, 279, 12, '27.2', '700 Exposition Park Drive') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1402, 279, 12, '27.3', 'Los Angeles') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1403, 279, 12, '27.4', 'CA') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1404, 279, 12, '27.5', '90037') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1405, 279, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1406, 279, 12, '22.1', 'XXXXXXXXXXXX2318') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1407, 279, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1408, 279, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1409, 279, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1410, 279, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1411, 280, 6, '1.3', 'Raul') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1412, 280, 6, '1.6', 'Pereyra') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1413, 280, 6, '2', 'rpereyra@cscmail.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1414, 280, 6, '4', 'Greetings, can you please send me a receipt that shows that I purchased the job posting: Aquarist, Full Time? Please send to: rpereyra@cscmail.org\r\n\r\nThanks! Raul (213) 744 - 2272.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1415, 281, 6, '1.3', 'Angela') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1416, 281, 6, '1.6', 'Barbour') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1417, 281, 6, '2', 'angela102193@aol.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1418, 281, 6, '4', 'Hi,\r\n\r\nI was just curious what kind of schooling is necessary to become a zoo keeper? Thanks.\r\n\r\nAngela') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1419, 282, 6, '1.3', 'Josh ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1420, 282, 6, '1.6', 'Meyerchick') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1421, 282, 6, '2', 'jmeyerch@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1422, 282, 6, '4', 'I need my email associated with my account to be jmeyerch@gmail.com.  It is currently jamftmjes@hotmail.com which has been discontinued.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1423, 283, 5, '1.3', 'dale') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1424, 283, 5, '1.6', 'suter') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1425, 283, 5, '4', '(520)850-9713') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1426, 283, 5, '5', 'dalesby@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1427, 283, 5, '6.1', 'po box 605') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1428, 283, 5, '6.2', '1443 lobos') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1429, 283, 5, '6.3', 'oracle') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1430, 283, 5, '6.4', 'az') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1431, 283, 5, '6.5', '85623') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1432, 283, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1433, 283, 5, '11', 'Tucson AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1434, 283, 5, '10', '$200.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1435, 283, 5, '13.1', 'XXXXXXXXXXXX9942') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1436, 283, 5, '13.4', 'MasterCard') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1437, 283, 5, '12', '200') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1438, 284, 6, '1.3', 'Heather ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1439, 284, 6, '1.6', 'Famulari') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1440, 284, 6, '2', 'hfamulari@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1441, 284, 6, '4', 'AAZK,\r\n\r\nI would like to request any available information regarding a career in animal care at zoos.  I am ready to change my career for the benefit of animals and my own personal fulfillment.    \r\n\r') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1442, 285, 9, '1.3', 'Alicia') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1443, 285, 9, '1.6', 'Pike') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1444, 285, 9, '2', 'Pantheraonca8@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1445, 285, 9, '4', 'I am interested in purchasing the BFR shirts.  However, my members are only interested in purchasing these shirts if it does not have the year in the design.  Is it possible to have the year removed f') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1446, 286, 9, '1.3', 'Alicia') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1447, 286, 9, '1.6', 'Pike') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1448, 286, 9, '2', 'Pantheraonca8@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1449, 286, 9, '4', 'Hello!\r\n\r\nThe Point Defiance AAZK Chapter does not have a website anymore.  Is it possible to have you use the link to our Facebook page?  It is...\r\n\r\n https://www.facebook.com/PointDefianceAAZK\r\n\r\nIf') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1450, 287, 14, '9', 'Test Post 15') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1451, 287, 14, '20', 'Main') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1452, 287, 14, '8', '2014-06-26') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1453, 287, 14, '12', 'Some testy description.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1454, 287, 14, '16', 'Some testy Education and Pre-requisites.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1455, 287, 14, '18', 'Some testy Compensation and benefits.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1456, 287, 14, '19', 'Some testy Application instructions.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1457, 288, 14, '9', 'Test post 16') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1458, 288, 14, '20', 'Testy Facility') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1459, 288, 14, '8', '2014-07-10') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1460, 288, 14, '12', 'Testy Description') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1461, 288, 14, '16', 'Testy Education and Pre-Requisites') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1462, 288, 14, '18', 'Testy Compensation and Benefits') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1463, 288, 14, '19', 'Testy Application Instructions') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1464, 289, 14, '9', 'Test Job Posting') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1465, 289, 14, '20', 'Test') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1466, 289, 14, '8', '2014-05-17') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1467, 289, 14, '12', 'Testing 1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1468, 289, 14, '16', 'Testing 2') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1469, 289, 14, '18', 'Testing 3') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1470, 289, 14, '19', 'Testing 4') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1471, 290, 6, '1.3', 'Aditya') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1472, 290, 6, '1.6', 'Singh') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1473, 290, 6, '2', 'adiprince786@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1474, 290, 6, '4', 'Sir / Madam,\r\n\r\nI am Engineering Student, pursuing my Engineering in Civil Engg.\r\nI cant say i am the best but i will assure you i would not let you down. I need a chance to help animals and do some t') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1475, 291, 6, '1.3', 'Aimee ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1476, 291, 6, '1.6', 'Nelson') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1477, 291, 6, '2', 'princessa54@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1478, 291, 6, '4', 'Hello,\r\nI am a renewing member. I\'ve been trying to renew my membership for this year. A link to reset my password was supposed to be sent to my email address. I\'ve tried three times today and have no') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1479, 292, 6, '1.3', 'Kimberly') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1480, 292, 6, '1.6', 'Whitney') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1481, 292, 6, '2', 'kimberlyrwhitney@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1482, 292, 6, '4', 'Hello!  I am writing to see if my dues and renewal of membership had been submitted already by the Audubon Zoo AAZK.  We had a turn over of Officers and are going to be holding elections.  My dues wer') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1483, 293, 9, '1.3', 'Debra') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1484, 293, 9, '1.6', 'Benson') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1485, 293, 9, '2', 'dg_benson@msn.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1486, 293, 9, '4', 'I reactivated my membership on Dec 25, 2013 but have not received any AAZK Forum or any contact from AAZK.  Has there been an AAZK Forum published this year?  I do see my profile listed here, but have') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1487, 294, 6, '1.3', 'Chelsea') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1488, 294, 6, '1.6', 'Grubb') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1489, 294, 6, '2', 'chelsea.grubb@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1490, 294, 6, '4', 'I am having trouble logging in as a member. I would like to renew my national, and I have clicked on the link to have AAZK send me a new password. I have yet to receive that email, and am just really ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1491, 295, 6, '1.3', 'Tiffany ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1492, 295, 6, '1.6', 'Parks') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1493, 295, 6, '2', 'bugaboo912@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1494, 295, 6, '4', 'Hello my name is Tiffany and I am currently a student at Spokane Community College. I am going for a degree to become a Animal Behaviorist, my dream since I was a child was to be a zookeeper. I am wri') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1495, 296, 6, '1.3', 'Justine') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1496, 296, 6, '1.6', 'ROBERT') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1497, 296, 6, '2', 'Justine.rbt@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1498, 296, 6, '4', 'Hello, i\'m a french student, i would like to be a zoo keeper in the USA. I search informations about the kind of studies in the USA. I hope u will help me about my questions. Thank you! \r\n\r\nJustine RO') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1499, 297, 6, '1.3', 'sheila') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1500, 297, 6, '1.6', 'brady') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1501, 297, 6, '2', 'thorshannon@frontiernet.net') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1502, 297, 6, '4', 'Is the mailing list of your US members available for rental?  If so, please send details including count and cost.\r\n\r\nThanks\r\nSheila Brady') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1503, 298, 14, '9', 'Horticulturist') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1504, 298, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1505, 298, 14, '8', '2014-03-05') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1506, 298, 14, '12', 'The Phoenix Zoo is currently looking for a full-time Horticulturist to join the existing Horticulture team in the installation and maintenance of landscape materials and irrigation systems.  Horticult') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1507, 299, 14, '9', 'Park Ranger') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1508, 299, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1509, 299, 14, '8', '2014-03-05') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1510, 299, 14, '12', 'The Phoenix Zoo is currently seeking a full time Park Ranger to ensure the safety and well being of visitors, employees, living collections and facilities.  Park Rangers provide first-aid, security se') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1511, 300, 6, '1.3', 'Cindy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1512, 300, 6, '1.6', 'Colling') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1513, 300, 6, '2', 'ccolling@dzs.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1514, 300, 6, '4', 'Hi,\r\nI\'m having trouble recovering my account.  When I try, I get a message stating my account isn\'t a good match.\r\n\r\nThanks!\r\nCindy Colling') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1515, 301, 6, '1.3', 'Lindsay') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1516, 301, 6, '1.6', 'Ireland') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1517, 301, 6, '2', 'lireland@dzs.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1518, 301, 6, '4', 'Just a friendly message from one of your members - the link to the "available grants" on the Grants Committee page is not working. It keeps saying the page is not found.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1519, 302, 6, '1.3', 'Steven') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1520, 302, 6, '1.6', 'Tirotta') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1521, 302, 6, '2', 'zukprsteve@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1522, 302, 6, '4', 'Hello.  Please notify me when AAZK logo patches are available or if they are where to order them as they are not currently in the shop.  Thanks!\r\n\r\nSteve\r\n805-704-8756') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1523, 303, 12, '9', 'Lead Elephant Caregiver') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1524, 303, 12, '20', 'The Elephant Sanctuary in Tennessee') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1525, 303, 12, '8', '2014-05-21') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1526, 303, 12, '12', 'The Elephant Sanctuary in Tennessee is seeking a professional, experienced, highly motivated Lead Elephant Caregiver to join our elephant care staff.  The successful candidate will understand the dyna') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1527, 303, 12, '16', 'Important requirements for the position include: 1) Minimum three years Caregiver experience with elephants and/or large exotic animals; 2) Minimum three years proven, successful leadership experience') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1528, 303, 12, '19', 'Forward your resume and cover letter to: Email: humanresources@elephants.com or Fax: 931-796-7493,\r\n   No telephone calls please. All applications will be held in strict confidence. Website:  el') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1529, 303, 12, '25.3', 'Deborah') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1530, 303, 12, '25.6', 'Perry') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1531, 303, 12, '26', 'deborah@elephants.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1532, 303, 12, '27.1', 'P O Box 393') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1533, 303, 12, '27.3', 'Hohenwald') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1534, 303, 12, '27.4', 'TN') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1535, 303, 12, '27.5', '38462') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1536, 303, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1537, 303, 12, '22.1', 'XXXXXXXXXXXX2953') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1538, 303, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1539, 303, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1540, 303, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1541, 303, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1542, 304, 9, '1.3', 'Jennifer') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1543, 304, 9, '1.6', 'Elam') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1544, 304, 9, '2', 'members@aecetia.net/gws/aazk') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1545, 304, 9, '4', 'Hi, \r\n\r\nI somehow misplaced my AAZK membership card. Would it be possible to have another sent to me?\r\n\r\nThanks,\r\nJennifer') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1546, 305, 6, '1.3', 'Jason') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1547, 305, 6, '1.6', 'Loy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1548, 305, 6, '2', 'jkloy10@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1549, 305, 6, '4', 'I need help retrieving my account. Thanks.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1550, 306, 6, '1.3', 'Michael') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1551, 306, 6, '1.6', 'Henley') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1552, 306, 6, '2', 'henleym@si.edu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1553, 306, 6, '4', 'Hello -\r\n\r\nI\'m trying to renew my AAZK professional membership, and I seem to be having problems with the login.  My information should be:\r\n\r\nEmmett Michael Henley\r\n\r\nPrevious addresses would be:\r\n28') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1554, 307, 6, '1.3', 'Ruben') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1555, 307, 6, '1.6', 'Jans') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1556, 307, 6, '2', '25277@groenhorst.nl') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1557, 307, 6, '4', 'Since 2010 i have been a student of Groenhorst Barneveld Holland i\'m\r\nfolling the study Animal keeper. Right now I\'m working on finishing my\r\ntask and education. The final task of my internship, I hav') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1558, 308, 12, '9', 'Animal Care Specialist') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1559, 308, 12, '20', 'San Joaquin County-Micke Grove Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1560, 308, 12, '8', '2014-03-07') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1561, 308, 12, '12', 'This recruitment is being held to fill one full time vacancy in the Parks and Recreation division and to create an eligible list to fill future full time vacancies. The recruitment will also be used t') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1562, 308, 12, '16', 'Education: Graduation from a four year accredited college or university with major coursework in biology, zoology, wildlife management, wildlife ecology, animal behavior, or a closely related field. \r') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1563, 308, 12, '18', 'Health Insurance: San Joaquin County provides employees with a choice of three health plans: a Kaiser Plan, a Select Plan, and a Premier Plan. Employees pay a portion of the cost of the premium. Depen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1564, 308, 12, '19', 'Apply Online: \r\nwww.sjgov.org/hr\r\n\r\nBy mail or in person: \r\nSan Joaquin County Human Resources\r\n44 N. San Joaquin Street Suite 330 \r\nStockton, Ca 95202 \r\nOffice hours: \r\nMonday – Friday 8:00 am to 5') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1565, 308, 12, '25.3', 'Barbara') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1566, 308, 12, '25.6', 'Tankersley') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1567, 308, 12, '26', 'btankersley@sjgov.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1568, 308, 12, '27.1', '44 N. San Joaquin Street Suite 330') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1569, 308, 12, '27.3', 'Stockton') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1570, 308, 12, '27.4', 'CA') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1571, 308, 12, '27.5', '95202') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1572, 308, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1573, 308, 12, '22.1', 'XXXXXXXXXXXX7822') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1574, 308, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1575, 308, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1576, 308, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1577, 308, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1578, 309, 9, '1.3', 'Kendle') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1579, 309, 9, '1.6', 'Enter') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1580, 309, 9, '2', 'kenter@scaquarium.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1581, 309, 9, '4', 'Hi!  I am looking for the "water column" articles that used to be on the old web site.  I know they were originally in the AK Forum.  Do you know where I could access that now?  Do you know what volum') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1582, 310, 6, '1.3', 'vannis') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1583, 310, 6, '1.6', 'korich') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1584, 310, 6, '2', 'vannis@comcast.net') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1585, 310, 6, '4', 'I\'ve always renewed by mail & I don\'t know how to get the password you want.  I\'m just an affiliate & much prefer to receive hard copy info.\r\nThanks, Vannis') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1586, 311, 9, '1.3', 'Jenna') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1587, 311, 9, '1.6', 'Schmidt') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1588, 311, 9, '2', 'demonrattie@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1589, 311, 9, '4', 'Hi, I had a couple of questions. \r\n\r\nOne, I had a change of address. I updated my address here on this site. Is that enough to begin getting my forums at my new house or are there more steps to take? ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1590, 312, 6, '1.3', 'Christoffer') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1591, 312, 6, '1.6', 'Lauridsen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1592, 312, 6, '2', 'christofferlauridsen@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1593, 312, 6, '4', 'Hello Aazk.\r\n\r\nWe are a group of students from Denmark, Europe. We are studying Occupational Therapy and right now we are working on an assignment in a Danish Zoo, with focus on work environment. \r\nWe') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1594, 313, 14, '9', 'Elephant Manager') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1595, 313, 14, '20', 'North Carolina Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1596, 313, 14, '8', '2014-03-10') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1597, 313, 14, '12', 'The North Carolina Zoo is looking for a dynamic, team-oriented leader that shares the Zoo\'s vision for a world famous elephant breeding program. This supervisory position involves the management of th') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1598, 313, 14, '16', 'KNOWLEDGE, SKILLS AND ABILITIES / COMPETENCIES:\r\n \r\nApplicants must document on the application their knowledge skills and abilities as well as all related work experience to the position for which th') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1599, 313, 14, '18', 'SALARY RANGE: \r\n $33,190.00 - $52,063.00 Annually\r\n  \r\nSALARY GRADE / SALARY GRADE EQUIVALENT: 66 \r\n\r\nFor benefits, please see: www.oshr.nc.gov/State%20Employee%20Handbook%202012.pdf\r\n \r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1600, 313, 14, '19', 'All relevant experience must be included on application to receive proper credit.  Resumes are not accepted in lieu of state application.\r\nSEE ATTACHED RESUME WILL RESULT IN AN INCOMPLETE APPLICATION.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1601, 314, 6, '1.3', 'Maureen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1602, 314, 6, '1.6', 'Miller') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1603, 314, 6, '2', 'maureen.miller@toledozoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1604, 314, 6, '4', 'Hello:\r\n\r\nI was trying to access my account to renew my membership however I seem to be having trouble logging in. I have already reset my password but am still having trouble logging in. I was using ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1605, 315, 6, '1.3', 'Karen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1606, 315, 6, '1.6', 'Zeiter') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1607, 315, 6, '2', 'kzeiter@rockcreekconservancy.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1608, 315, 6, '4', 'Hi there,\r\n\r\nI work for an environmental non-profit called Rock Creek Conservancy who partners with the National Zoo in DC every year for our Rock Creek Extreme Cleanup. \r\n\r\nOur contact at the Nationa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1609, 316, 6, '1.3', 'lori') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1610, 316, 6, '1.6', 'bankson') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1611, 316, 6, '2', 'loriba@greenbaywi.gov') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1612, 316, 6, '4', 'Hello AAZK! I was a member a couple of years ago, but my email doesn\'t register. I was wondering if you wanted me to resubmit my information as a new member or if you are able to retrieve my informati') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1613, 317, 9, '1.3', 'Elise') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1614, 317, 9, '1.6', 'Bernardoni') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1615, 317, 9, '2', 'elisebernardoni@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1616, 317, 9, '4', 'Hi there, \r\nI would like to change the email address on my account from my personal email (elisebernardoni@gmail.com) to my work email (bernardonie@si.edu).  I am having a difficult time receiving e-n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1617, 318, 6, '1.3', 'Robin') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1618, 318, 6, '1.6', 'English') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1619, 318, 6, '2', 'renglish1@rochester.rr.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1620, 318, 6, '4', 'I am trying to renew my membership. It is overdue. When I retrieved my account information it asked me to use the password reset page. I did, but I have not received the email to reset my password. I ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1621, 319, 6, '1.3', 'Pam') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1622, 319, 6, '1.6', 'Pritchard') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1623, 319, 6, '2', 'pamp@calgaryzoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1624, 319, 6, '4', 'Hi,\r\nAs a former keeper, now involved in our keeper training, I am curious about the AAZK Online University.  Your page says it is under construction. Can you tell me more about it?\r\n\r\nThank you,\r\nPam') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1625, 320, 9, '1.3', 'Lynda') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1626, 320, 9, '1.6', 'Sugasa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1627, 320, 9, '2', 'safehavenwildlife1@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1628, 320, 9, '4', 'Hello,\r\nMy new email address has changed from: safehavenwildlife1@yahoo.com to: safehavenwildlife1@gmail.com.  How do I make this change on the AAZK site for my log in and profile?  Thank you,\r\nLynda ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1629, 321, 9, '1.3', 'Angela') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1630, 321, 9, '1.6', 'Binney') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1631, 321, 9, '2', 'wdw.dak.library@disney.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1632, 321, 9, '4', 'Hi AAZK!  I am contacting you in reference to our Institutional Member Login.  I just was able to login for the first time using login information off of our renewal invoice (yeah!).  I updated the co') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1633, 322, 9, '1.3', 'Dawn') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1634, 322, 9, '1.6', 'Davis') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1635, 322, 9, '2', 'dbardone@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1636, 322, 9, '4', 'Bob, \r\n\r\nI wanted to thank you for helping me acquire the affiliates membership, but now I don\'t know how to change my member name back to dbardone? So when my card comes it won\'t say "user" in the na') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1637, 323, 9, '1.3', 'Angela') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1638, 323, 9, '1.6', 'Harrell') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1639, 323, 9, '2', 'aharrell910@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1640, 323, 9, '4', 'My name is Angela and I have filled out the application for the research grant. Are the grant applications supposed to be mailed to the 8476 Speedway address? Is there an email option for the applicat') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1641, 324, 9, '1.3', 'Mari-Joan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1642, 324, 9, '1.6', 'McGovern') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1643, 324, 9, '2', 'mjzoogirl@aol.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1644, 324, 9, '4', 'Good day,\r\n\r\nBack in January I renewed my membership.  Unfortunately I am unable to find the email that contained my new membership card.  Would it be possible for you to send me another email with a ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1645, 325, 9, '1.3', 'Jennifer') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1646, 325, 9, '1.6', 'von Dohlen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1647, 325, 9, '2', 'wazzu9499@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1648, 325, 9, '4', 'Hi,\r\n\r\nI have been having trouble with my account lately. Awhile back I called and got everything set and received the back issues of the AKF that weren\'t sent to me but I am still not receiving my AK') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1649, 326, 9, '1.3', 'Marie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1650, 326, 9, '1.6', 'Vester') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1651, 326, 9, '2', 'marielvester@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1652, 326, 9, '4', 'Every time I click on renew I am sent to a membership level page that tells me to click on renew and the circle begins again.  ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1653, 327, 9, '1.3', 'Randy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1654, 327, 9, '1.6', 'Johnson') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1655, 327, 9, '2', 'rjohnson@aurora-il.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1656, 327, 9, '4', 'My membership as well as my staff\'s memberships are about to expire.  Is there a hard copy of the renewal form we can send in or are we only able to renew on-line?  thanks for you help.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1657, 328, 14, '9', 'Experience Guide - Level I') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1658, 328, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1659, 328, 14, '8', '2014-03-12') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1660, 328, 14, '12', 'The Phoenix Zoo is currently looking for part-time seasonal Experience Guides.  Guides initiate conversations and educate the public about animals encountered throughout the zoo.  Experience Guides pr') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1661, 328, 14, '19', 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=604&AppliTrackLa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1662, 329, 14, '9', 'Conservation Technician (paid intern)') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1663, 329, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1664, 329, 14, '8', '2014-03-12') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1665, 329, 14, '12', 'The Phoenix Zoo is currently looking for a Conservation Technician.  This is a paid summer internship in which the Conservation Technician is responsible for learning all aspects of the species conser') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1666, 329, 14, '19', 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=625&AppliTrackL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1667, 330, 14, '9', 'Conservation Technician (unpaid summer intern)') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1668, 330, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1669, 330, 14, '8', '2014-03-12') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1670, 330, 14, '12', 'The Phoenix Zoo’s Conservation and Science Department is offering a summer internship as a Conservation Technician.  This is a 3 month unpaid position where the intern will learn all about our Speci') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1671, 330, 14, '19', 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=623&AppliTrackL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1672, 331, 14, '9', 'Keeper I - hoofstock (part time)') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1673, 331, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1674, 331, 14, '8', '2014-03-13') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1675, 331, 14, '12', 'The Phoenix Zoo is seeking a part-time keeper to join our Hoofstock team.  This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting anima') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1676, 331, 14, '19', 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=626&AppliTrackLa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1677, 332, 14, '9', 'Animal Health Technician') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1678, 332, 14, '20', 'Cleveland Metroparks Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1679, 332, 14, '8', '2014-03-13') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1680, 332, 14, '12', '\r\nANIMAL HEALTH TECHNICIAN\r\nCLEVELAND  METROPARKS ZOO\r\n\r\nThe Zoo Animal Health Technician provides para-professional assistance, clinical laboratory support, and nursing care in all aspects of zoo and') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1681, 333, 6, '1.3', 'Christy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1682, 333, 6, '1.6', 'Webster') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1683, 333, 6, '2', 'ncwebster@comcast.net') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1684, 333, 6, '4', 'I\'ve been a member for many years and have renewed online before but am having trouble accessing my account to renew.  It\'s not recognizing me or my email to even change my password.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1685, 334, 6, '1.3', 'Rachel') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1686, 334, 6, '1.6', 'Vass') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1687, 334, 6, '2', 'rachel.vass@zoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1688, 334, 6, '4', 'Hi, I am trying to renew my US professional level AAZK membership and am unable to access the site.  I went to the account recovery page and it is telling me that my email address is incorrect, but I ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1689, 335, 9, '1.3', 'Lindsay') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1690, 335, 9, '1.6', 'AmEnde') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1691, 335, 9, '2', 'lacarubia@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1692, 335, 9, '4', 'i have been trying to file our recharter and on the packet we recieved it said there was on line filing but i can t seem to find a link, can you help?') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1693, 336, 6, '1.3', 'michael') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1694, 336, 6, '1.6', 'tetalman') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1695, 336, 6, '2', 'mtetman@comcast.net') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1696, 336, 6, '4', 'I am a member and am unable to log in.  If "user name" is not my email address, I don\'t know what it is.  I have reset password several times but I can\'t log in.  Please help.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1697, 337, 6, '1.3', 'Stephanie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1698, 337, 6, '1.6', 'Sanchez') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1699, 337, 6, '2', 'sasanche25@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1700, 337, 6, '4', 'Hello, \r\n\r\nI am a memeber and I am not able to login.  I was trying to renew my membership, but can\'t get on to do so.  It says that the email adress I am using is not valid when I clicked on the "for') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1701, 338, 6, '1.3', 'Stephanie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1702, 338, 6, '1.6', 'Sanchez') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1703, 338, 6, '2', 'sasanche25@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1704, 338, 6, '4', 'Hello again,\r\n\r\nI also tried the link to recover my account and there was an error with my info.  Again my Member ID is 327952.  Thank you :)\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1705, 339, 6, '1.3', 'Courtney') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1706, 339, 6, '1.6', 'Palmer') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1707, 339, 6, '2', 'veggie1023@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1708, 339, 6, '4', 'I am unable to access my account.  Please let me know why.  We need to post an ad as soon as possible.  Also, the new format is less than ideal.  The postings should have the location of the job in th') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1709, 340, 6, '1.3', 'Carrie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1710, 340, 6, '1.6', 'Wetzel') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1711, 340, 6, '2', 'cswetzel73@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1712, 340, 6, '4', 'What is your tax 501c (3) tax ID?\r\n\r\nThanks.\r\n\r\nCarrie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1713, 341, 6, '1.3', 'Kerri') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1714, 341, 6, '1.6', 'D\'Ancicco') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1715, 341, 6, '2', 'kerri.a.dancicco@disney.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1716, 341, 6, '4', 'Hello,\r\nI am having trouble getting into my member account.  I think there may be a problem with my onfile email address.  My user name is aazkuser6735, it keeps giving me an error with my password an') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1717, 342, 14, '9', 'ZOOKEEPER  - AQUATIC AND REPTILE CENTER') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1718, 342, 14, '20', 'Milwaukee County Zoological Gardens ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1719, 342, 14, '8', '2014-04-03') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1720, 342, 14, '12', '\r\nJOB DUTIES: Under general supervision; to clean, maintain, and improve animal enclosures, service areas and surrounds; to operate and maintain animal life support systems and facilities; to operate ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1721, 342, 14, '16', 'EXPERIENCE:   The equivalent of two (2) full-time years in the care and handling of fishes, reptiles, and/or amphibians, OR one (1) year in the care and handling of fishes, reptiles, and/or amphibians') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1722, 342, 14, '18', 'Annual Salary Range:  $36,449 To $40,775\r\nMilwaukee County provides a competitive benefits package.\r\nThe Zoo promotes professional development of front-line staff, and offers support for participation') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1723, 342, 14, '19', 'AN ON LINE APPLICATION, may be filed, COMPLETELY FILLED IN at www.jobs.milwaukeecounty.org , by 11:59 p.m. on April 3, 2014.  APPLICANTS MUST POSSESS MINIMUM QUALIFICATIONS AT TIME OF FILING APPLICATI') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1724, 343, 6, '1.3', 'Bethany') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1725, 343, 6, '1.6', 'Baldwin') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1726, 343, 6, '2', 'bbaldwin@beardsleyzoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1727, 343, 6, '4', 'Hi, I\'ve been a National Member of AAZK for about 10 years.  Our recharter can\'t be processed because I\'m not showing up as a member.  I just got a copy of AKF last month and did not get anything sayi') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1728, 344, 14, '9', 'Animal Keeper Internship') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1729, 344, 14, '20', 'Turpentine Creek Wildlife Refuge') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1730, 344, 14, '8', '2014-04-01') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1731, 344, 14, '12', 'Turpentine Creek Wildlife Refuge is a facility dedicated to rescuing abused, abandoned and unwanted big cats. The refuge, located in NW Arkansas, is seeking a full-time, 6-months Intern Keeper. The re') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1732, 344, 14, '16', 'A degree in Zoology, Biology or related field is preferred, but experience with exotic animal husbandry may be considered. Eighteen (18) positions are opened each internship ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1733, 344, 14, '18', '$50 Weekly cash stipend for food. \r\nHousing is provided on the refuge. \r\nAmenities: Heat, A/C, utilities paid, full bath, kitchen, washer & dryer, satellite TV, Internet service.\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1734, 344, 14, '19', 'New Fall Position begins: August 15, 2014\r\nDeadline for fall internship application: April 1st\r\nTo Apply: \r\n\r\nSend your cover letter, resumé, and 2 letters of recommendation to:\r\nemail: emily@turpent') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1735, 345, 14, '9', 'Zookeeper-Full Time') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1736, 345, 14, '20', 'Frank Buck Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1737, 345, 14, '8', '2014-06-02') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1738, 345, 14, '12', 'This is an entry level zookeeper position. \r\nMaintain safe, clean and enriching environment for all animals in area.\r\nMake daily observations of animals and report any abnormalities to supervisor.\r\nPr') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1739, 345, 14, '16', 'Experience with Exotic Animal Husbandry or Wildlife Management working with a zoo or other wildlife facility; Associates or Technical Degree in the Sciences, Biology, Veterinary Medicine, Wildlife Man') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1740, 345, 14, '18', '11.46/hr') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1741, 345, 14, '19', 'Resumes will be accepted with a completed application. Applications can be found at http://www.gainesville.tx.us/DocumentCenter/Home/View/258\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1742, 346, 6, '1.3', 'Barbara') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1743, 346, 6, '1.6', 'Perry') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1744, 346, 6, '2', 'mstembo1@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1745, 346, 6, '4', 'Hi.  would you please tell me if I still have an active membership?  If not, I would like to join as a zoo volunteer.  Thanks!\r\nBarbara') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1746, 347, 6, '1.3', 'Candice') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1747, 347, 6, '1.6', 'Copeland') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1748, 347, 6, '2', 'candice@wolfwatcher.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1749, 347, 6, '4', 'Do you have member directories back to 1983/4 ?  While working at a small zoo called The Long Beach Zoo, in Long Beach, CA back in 83/84 we were listed in a professional directory and I was listed as ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1750, 348, 6, '1.3', 'Erica ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1751, 348, 6, '1.6', 'Shaw') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1752, 348, 6, '2', 'esha1338@uni.sydney.edu.au') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1753, 348, 6, '4', 'Hi,\r\n\r\nMy name is Erica and I am emailing on behalf of Taronga Conservation Society Australia - I was wondering if the latest edition of the AAZK Enrichment Notebook was available for purchase as an e') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1754, 349, 6, '1.3', 'Stephanie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1755, 349, 6, '1.6', 'Sanchez') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1756, 349, 6, '2', 'sasanche25@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1757, 349, 6, '4', 'Hello,\r\n\r\nI have been unable to access my member login.  I would like to renew my memebership and have been unable to do so.  Thank you :)') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1758, 350, 12, '9', 'Director of Elephant Care') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1759, 350, 12, '20', 'The Elephant Sanctuary in Tennessee') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1760, 350, 12, '8', '2014-06-04') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1761, 350, 12, '12', 'The Elephant Sanctuary in Tennessee is seeking a professional, experienced, highly motivated Director of Elephant Care.  This individual must bring an authentic passion and a commitment to the long te') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1762, 350, 12, '18', 'compensation depends on experience and we have a highly competitive benefits package') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1763, 350, 12, '19', 'Resume’s and cover letter’s to: Email: humanresources@elephants.com or Fax: 931-796-7493,\r\n   No telephone calls please. All applications will be held in strict confidence. Website:  elephan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1764, 350, 12, '25.3', 'Deborah ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1765, 350, 12, '25.6', 'Perry') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1766, 350, 12, '26', 'deborah@elephants.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1767, 350, 12, '27.1', 'P O Box 393') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1768, 350, 12, '27.3', 'Hohenwald') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1769, 350, 12, '27.4', 'TN') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1770, 350, 12, '27.5', '38462') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1771, 350, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1772, 350, 12, '22.1', 'XXXXXXXXXXXX5939') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1773, 350, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1774, 350, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1775, 350, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1776, 350, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1777, 351, 6, '1.3', 'Bridget') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1778, 351, 6, '1.6', 'Walsh') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1779, 351, 6, '2', 'denverbridget@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1780, 351, 6, '4', 'Hello!!\r\nDo you have any standards or guidelines  about noise and zoo animals? Can you point us to research on the topic? We are espically  interested on loud noise, like amplified music and voices, c') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1781, 352, 6, '1.3', 'Amber') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1782, 352, 6, '1.6', 'Dedrick') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1783, 352, 6, '2', 'Adedrick@wildlifecenter.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1784, 352, 6, '4', 'I was wondering if you all still sold the enrichment notebook?  The last version i have is the 2ed edition and i\'m looking to update. Any info would be helpful. Thanks!') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1785, 353, 9, '1.3', 'Dennis') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1786, 353, 9, '1.6', 'Charlton') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1787, 353, 9, '2', 'Dvogt@meskerparkzoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1788, 353, 9, '4', 'Hello - I moved to work at a new institution and have a new email address.\r\n\r\nThe new email address is charltond@si.edu\r\n\r\nThanks very much -\r\n\r\nDenny') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1789, 354, 6, '1.3', 'Jennifer') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1790, 354, 6, '1.6', 'Nelson') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1791, 354, 6, '2', 'jennifer.nicole.nelson@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1792, 354, 6, '4', 'Hello,\r\n\r\nI am having trouble signing into the website and I believe it\'s because my account is linked to an old email address that can no longer be accessed. My username is aazkuser5134. I also need ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1793, 355, 6, '1.3', 'Ryan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1794, 355, 6, '1.6', 'Clifton') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1795, 355, 6, '2', 'rjclifton13@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1796, 355, 6, '4', 'Hi my name is Ryan Clifton and I have been a part of the Point Defiance AAZK chapter for a few years now. I believe that I am over due in renewing my membership and I haven\'t done it online yet. Do I ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1797, 356, 14, '9', 'Now hiring seasonal help and Lead Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1798, 356, 14, '20', 'North Georgia Zoo and Farm') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1799, 356, 14, '8', '2014-06-10') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1800, 356, 14, '12', 'North Georgia Zoo & Farm now hiring:\r\nWeekend & Seasonal: Zookeeping, Petting zoo, Outreach, Wildlife Educator and Visitor Experience \r\nFull time: Lead zookeeper,  Assistant Curator of animals.\r\n \r\n__') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1801, 356, 14, '16', 'Experience in area applying is preferred.\r\n If you have no experience and would like to gain experience we recommend our internship and volunteering. We always prefer to hire from interns and voluntee') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1802, 356, 14, '18', 'Assistant Curator:  $400-$450 weekly plus seasonal bonuses.\r\nLead Zookeeper:  $9 hr\r\nRelief Keeper:   $8 hr\r\nOther Seasonal Jobs:  $7.25 to $8.00 hr.\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1803, 356, 14, '19', '\r\nInfo and application at http://www.northgeorgiazoo.com/internship-and-jobs.html\r\nGreat internship and volunteer opportunities also available!\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1804, 357, 6, '1.3', 'Steven') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1805, 357, 6, '1.6', 'Gottfried') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1806, 357, 6, '2', 'sbg1780@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1807, 357, 6, '4', 'It has been some time since I\'ve logged into the website, but I noticed that reminders for membership expiration are now going thru email, so I wanted to make sure my information was correct.  I am be') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1808, 358, 6, '1.3', 'Karla') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1809, 358, 6, '1.6', 'Anderson') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1810, 358, 6, '2', 'karla.anderson@state.mn.us') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1811, 358, 6, '4', 'I am unable to open my account and I need to renew my membership this week. Thanks for your help. Karla') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1812, 359, 6, '1.3', 'Elisabeth') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1813, 359, 6, '1.6', 'Hempel') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1814, 359, 6, '2', 'hempele@students.uni-marburg.de') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1815, 359, 6, '4', 'Dear Sir or Madame,\r\nI am a master student at Philipps-University Marburg, Germany. My master thesis is focused on bontebok. Hence I am highly interested in a contribution to your 26th conference by J') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1816, 360, 6, '1.3', 'julie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1817, 360, 6, '1.6', 'brand') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1818, 360, 6, '2', 'juliehanna@rogers.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1819, 360, 6, '4', 'HI\r\nI\'m a member that wants to print my membership card. How do I do this? I can\'t even figure out how to login') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1820, 361, 6, '1.3', 'Enya ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1821, 361, 6, '1.6', 'Calibuso') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1822, 361, 6, '2', 'eni_calibuso@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1823, 361, 6, '4', 'Hello! \r\nI am an 11th grader at the American International School of Johannesburg. I am researching for an extended essay and I am looking for some organizations to participate in a questionnaire on t') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1824, 362, 6, '1.3', 'David') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1825, 362, 6, '1.6', 'Orban') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1826, 362, 6, '2', 'david.orban07@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1827, 362, 6, '4', 'Hello,\r\n\r\nWhen are abstracts due for the AAZK conference this year in Orlando, FL?\r\n\r\nThank you,\r\nDavid Orban') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1828, 363, 14, '9', 'Keeper I - Farm/Equine (part-time)') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1829, 363, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1830, 363, 14, '8', '2014-03-25') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1831, 363, 14, '12', 'The Phoenix Zoo is seeking a part-time keeper to join our Farm and Equine team.  This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1832, 363, 14, '19', 'To view a more complete description and list of requirements, and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=632&AppliTrackL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1833, 364, 14, '9', 'Park Ranger') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1834, 364, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1835, 364, 14, '8', '2014-03-25') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1836, 364, 14, '12', 'The Phoenix Zoo is currently seeking a full time Park Ranger to ensure the safety and well being of visitors, employees, living collections and facilities.  Park Rangers provide first-aid, security se') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1837, 364, 14, '18', 'This full-time, year-round position pays $9.82-$10.80/hour, DOE to start and comes with the full package of Phoenix Zoo benefits including medical, dental and vision insurance, 401(k) with company mat') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1838, 364, 14, '19', 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=622&AppliTrackL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1839, 365, 9, '1.3', 'Katie ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1840, 365, 9, '1.6', 'O\'Connell') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1841, 365, 9, '2', 'katey3223@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1842, 365, 9, '4', 'Hi-\r\nI renewed my membership back in January and I have not received January, February or March\'s AAZK Forums in the mail.  I checked my address in my profile and it is correct.  3401 S. 96th St. Milw') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1843, 366, 12, '9', 'Elephant Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1844, 366, 12, '20', 'Melbourne Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1845, 366, 12, '8', '2014-03-21') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1846, 366, 12, '12', 'Elephant Keeper - Trail of the Elephants\r\nMelbourne Zoo\r\n\r\nAppointment may be made at Trade Keeper Level \r\n\r\nSuccessful and growing Asian Elephant management and breeding program\r\nCommitted Protected ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1847, 366, 12, '19', 'For more information on this role, please go to www.zoo.org.au/hr Please submit a maximum 2-page cover letter, and resume by clicking on the "Apply" link below.\r\n\r\nIf you have any questions about this') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1848, 366, 12, '25.3', 'Linda') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1849, 366, 12, '25.6', 'Agnew') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1850, 366, 12, '26', 'lagnew@zoo.org.au') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1851, 366, 12, '27.1', 'Elliott Avenue') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1852, 366, 12, '27.3', 'Parkville') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1853, 366, 12, '27.4', 'VIC') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1854, 366, 12, '27.5', '3052') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1855, 366, 12, '27.6', 'Australia') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1856, 366, 12, '22.1', 'XXXXXXXXXXXX5613') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1857, 366, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1858, 366, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1859, 366, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1860, 366, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1861, 367, 9, '1.3', 'Elena') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1862, 367, 9, '1.6', 'Less') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1863, 367, 9, '2', 'eah@clevelandmetroparks.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1864, 367, 9, '4', 'Hi,\r\n\r\nI have a few questions. I became a national member a few months ago, but haven\'t yet received an Animal Keeper\'s Forum. Also, my billing address is incorrect, although that is the correct addre') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1865, 368, 6, '1.3', 'Fran') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1866, 368, 6, '1.6', 'Daigle') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1867, 368, 6, '2', 'fran@zoosiana.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1868, 368, 6, '4', 'When are chapter dues ready?  Where can I get the forms?') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1869, 369, 14, '9', 'Grounds Quality Supervisor') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1870, 369, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1871, 369, 14, '8', '2014-03-27') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1872, 369, 14, '12', 'The Phoenix Zoo is seeking a Grounds Quality Supervisor to be in charge of all grounds quality services, procedures and grounds quality staff for the zoo.  The Phoenix Zoo Grounds Quality Supervisor i') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1873, 369, 14, '16', 'Minimum requirements for this position include at least 2 years’ experience in custodial field in a supervisory capacity, excellent teamwork skills as well as the ability to work independently, and ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1874, 369, 14, '19', 'To view a more complete description and list of requirements and to apply for this position please visit our job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=631&AppliTrackLayoutMode=det') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1875, 370, 9, '1.3', 'Amber') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1876, 370, 9, '1.6', 'Shanks') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1877, 370, 9, '2', 'ashanks@houstonzoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1878, 370, 9, '4', 'Is it possible to change my contact e-mail from my work to my personal address?  I don\'t see an option to update my profile available.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1879, 371, 6, '1.3', 'bethany') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1880, 371, 6, '1.6', 'wall') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1881, 371, 6, '2', 'bfunkymonkey@live.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1882, 371, 6, '4', 'My email is no longer current and I can\'t log on to renew my membership. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1883, 372, 9, '1.3', 'Lori ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1884, 372, 9, '1.6', 'Speis') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1885, 372, 9, '2', 'scott0461@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1886, 372, 9, '4', 'I became a member in December of 2013 and have not received a copy of the Animal Keepers Forum.  How often is it supposed to come?  I emailed you last month about this and never received a response.  ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1887, 373, 6, '1.3', 'Linda') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1888, 373, 6, '1.6', 'Gray') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1889, 373, 6, '2', 'Edzoocator@icloud.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1890, 373, 6, '4', 'As a zoo docent, I am often asked about animal behaviors observed by the public. What would be an appropriate response when a giraffe is observed licking metal bars, wood, or walls? The behavior does ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1891, 374, 9, '1.3', 'Jessica ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1892, 374, 9, '1.6', 'Porterfield') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1893, 374, 9, '2', 'jporterfield@oaklandzoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1894, 374, 9, '4', 'I am trying to locate previously published Animal Keeper Forums, an example being: 1996 Enrichment options-giraffes. Animal Keeper\'s Forum 23(8):448. Is there a way to locate past AKF? I looked throug') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1895, 375, 14, '9', 'Seeking a keeper/handler to care for a diverse collection of carnivores at a full-contact facility.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1896, 375, 14, '20', 'Out of Africa Wildlife Park is a one of a kind facility that brings people close to animals and inspires conservation through play, loving relationships, and natural behaviors. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1897, 375, 14, '8', '2014-06-14') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1898, 375, 14, '12', 'A passion for husbandry, education, and conservation is required.\r\nResponsibilities include, but are not limited to, public speaking, landscaping, food prep, administration of medication, basic animal') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1899, 375, 14, '16', 'The position requires 1 year of carnivore experience or a 4 year degree in a related field.\r\n\r\nDrug test required.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1900, 375, 14, '18', 'Must be available to work full-time, flexible hours including weekends and holidays.\r\nStarting pay $11-$12 per hour commensurate on experience.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1901, 375, 14, '19', 'Serious applicants may send a resume and cover letter to jeffreybharwell@gmail.com\r\nLetters of recommendation, and photos or videos of you working with animals are appreciated but not required. \r\n\r\nIf') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1902, 376, 9, '1.3', 'Jackie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1903, 376, 9, '1.6', 'Wolfinger') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1904, 376, 9, '2', 'jwolfinger@binderparkzoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1905, 376, 9, '4', 'Hi,\r\nI joined AAZK in the end of January. I was just wondering when I will start receiving the Animal Keeper Forum magazines. \r\nThank you,\r\nJackie Wolfinger') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1906, 377, 14, '9', 'Part-Time Zoo Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1907, 377, 14, '20', 'TGR Exotics Wildlife Park') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1908, 377, 14, '8', '2014-06-15') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1909, 377, 14, '12', 'General Zoo Keeper- Feed and care for exotic zoo animals. Clean and maintain animal enclosures. Prepare regular and special diets to feed animals. Feed and water animals. Clean, disinfect and maintain') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1910, 377, 14, '16', 'MINIMUM QUALIFICATIONS: Education and Experience: A college degree in biology or animal related field, and two (2) years of animal care and handling experience (AZA or ZAA facility), excluding inter') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1911, 377, 14, '18', 'salary: negotiable') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1912, 377, 14, '19', 'Please email resume and references to: keeper@tgrexotics.com\r\n\r\nContact person: Gwen Scott 281-353-5252\r\n\r\nVisit our website: www.tgrexotics.com\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1913, 378, 14, '9', 'ANIMAL CARE SPECIALIST') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1914, 378, 14, '20', 'TIGER WORLD') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1915, 378, 14, '8', '2014-06-15') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1916, 378, 14, '12', 'Tiger World located just 20 minutes north of Charlotte, NC has an immediate opening for an Animal Care Specialist to join our team and participate with caring for Big Cats, Bears, Primates, Birds, Rep') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1917, 378, 14, '16', '1. BS degree in Biology/Zoology or related field or equivalent education, experience, and training. MINIMUM 1 Year Previous full-time paid experience in a zoological institution and ability to work in') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1918, 378, 14, '18', 'Salary is dependent upon education and experience.  Vacation/Sick Time earned at 1 day per month of employment.  Health Care Stipend provided of $100 per month. On-site living opportunity is available') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1919, 378, 14, '19', 'Please send your Resumé and Cover Letter to Careers@tigerworld.us along with your letter of recommendation. We also enjoy pictures of your past animal experiences with your application.  We carefully') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1920, 379, 6, '1.3', 'Dina ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1921, 379, 6, '1.6', 'Sarris') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1922, 379, 6, '2', 'dina.sarris@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1923, 379, 6, '4', 'Hi,\r\nMy daughter, 3rd grader, is researching jobs in Zoology.\r\nI was curious to know if you have any information you can send to us regarding descriptions of different jobs and what schools specialize') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1924, 380, 9, '1.3', 'Laurie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1925, 380, 9, '1.6', 'White') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1926, 380, 9, '2', 'lwhite@aaahawk.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1927, 380, 9, '4', 'I couldn\'t remember my old password so I got a new username & pswd. How do I change my email so you guys send messages to the one I use more? It won\'t allow me to change email or username.\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1928, 381, 6, '1.3', 'Ian') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1929, 381, 6, '1.6', 'Shelley') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1930, 381, 6, '2', 'ishelley@citylivingsalisbury.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1931, 381, 6, '4', 'Hello,\r\n\r\nI\'m writing on behalf of the Chesapeake Chapter of AAZK.  We wanted to know if our individual memberships (for five members) and chapter recharter had been received.  Thank you,\r\n\r\nIan Shell') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1932, 382, 6, '1.3', 'Maleny') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1933, 382, 6, '1.6', 'Romero') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1934, 382, 6, '2', 'maleny.romero@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1935, 382, 6, '4', 'I am currently a freshman at Texas State University and I was wondering, can you major in psychology and still be able to work as a zoo keeper or a related job?') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1936, 383, 9, '1.3', 'Jenna') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1937, 383, 9, '1.6', 'Schmidt') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1938, 383, 9, '2', 'demonrattie@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1939, 383, 9, '4', 'Hi, wanted to notify you of an address change so I can continue to receive the forum. My new address is \r\n\r\n434 S 70th E Ave\r\nTulsa OK 74112\r\n\r\nI very recently changed it but have moved again. This is') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1940, 384, 14, '9', 'Animal Caretaker - reptiles, birds, and small mammals') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1941, 384, 14, '20', 'Out of Africa Wildlife Park') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1942, 384, 14, '8', '2014-05-31') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1943, 384, 14, '12', 'The Herp, Chirp and Fur department at Out of Africa Wildlife Park encompasses a wide variety of over 50 different animal species including:\r\n•	Reptiles such as giant snakes, venomous snakes, venomou') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1944, 384, 14, '16', '•	Applicants must have a minimum of 5 years of experience working with reptiles and 2 years of experience working with birds\r\n•	Must be willing to work weekends and holidays\r\n•	Must be able to c') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1945, 384, 14, '18', '•	$10-$12/hour depending on experience\r\n•	Benefits consist of paid sick days and holidays after a 3-month probationary period, and vacation with pay after one year\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1946, 384, 14, '19', '•	Send cover letter and resume to hcf_outofafrica@hotmail.com\r\n•	Provide a minimum of 2 references from previous employers including supervisor contact information\r\n•	Letters of recommendation m') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1947, 385, 6, '1.3', 'Tracie ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1948, 385, 6, '1.6', 'Simpson') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1949, 385, 6, '2', 'tsimpson@lincoln.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1950, 385, 6, '4', 'I’ve been unable to reach you by phone to update our information regarding the American Association of Zoo Keepers Inc.. On behalf of the Lincoln Convention and Visitors Bureau, I would like to invi') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1951, 386, 6, '1.3', 'Erika') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1952, 386, 6, '1.6', 'Sedei') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1953, 386, 6, '2', 'Erikasedei@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1954, 386, 6, '4', 'Hello! I\'m far from where you are located (Alliance,OH) but I am currently in a veterinary technician program and although I\'m 7+ months into my program, I\'m keeping my options open and was curious ab') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1955, 387, 9, '1.3', 'Kelly') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1956, 387, 9, '1.6', 'Nation') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1957, 387, 9, '2', 'kholmgren@memphiszoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1958, 387, 9, '4', 'Hi there,\r\n\r\nI am the Treasurer of the Memphis Zoo AAZK Chapter and I was wondering if I could be put in contact with someone who could get us a copy of our 501(c)3 letter. I guess somewhere along the') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1959, 388, 9, '1.3', 'Leslie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1960, 388, 9, '1.6', 'Gordon') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1961, 388, 9, '2', 'lgordon@nhm.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1962, 388, 9, '4', 'Hello-\r\nCan you please remove our listing for Live Animal Keeper Team Lead? Position is filled.\r\nThank you,\r\nLeslie\r\nNatural History Museum of Los Angeles County') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1963, 389, 6, '1.3', 'Anna ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1964, 389, 6, '1.6', 'Grob') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1965, 389, 6, '2', 'annasnature@att.net') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1966, 389, 6, '4', 'Hi I am a member and I want to renew my membership and the website is not accepting my info. My member # is 302743.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1967, 390, 6, '1.3', 'David') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1968, 390, 6, '1.6', 'Bright') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1969, 390, 6, '2', 'david@brightszoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1970, 390, 6, '4', 'I cant seem to locate my username and password to log in.   Reading name on back of the Animal Keepers Forum magazine it is listed as:\r\nDAVID M. BRIGHT\r\n3425 HIGHWAY 11 E\r\nLIMESTONE, TN 37681-2614') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1971, 391, 6, '1.3', 'Ryan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1972, 391, 6, '1.6', 'Ball') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1973, 391, 6, '2', 'ryanb@calgaryzoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1974, 391, 6, '4', 'Hello, \r\n\r\nI am a current keeper at the Calgary Zoo. I am looking to get into contact with someone about restarting a local chapter of the AAZK. I realize we previously had a chapter that ended for so') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1975, 392, 14, '9', 'Animal Health Technician PT-benefitted') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1976, 392, 14, '20', 'Happy Hollow Park & Zoo ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1977, 392, 14, '8', '2014-04-07') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1978, 392, 14, '12', 'Happy Hollow Park & Zoo and the City of San Jose is looking for a Registered Veterinary Technician. Under the general supervision of the Zoo Curator and Consulting Veterinarian(s) this 3/4 time benefi') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1979, 392, 14, '16', 'Education:  High School Diploma or equivalent (General Education or California Proficiency Certificate) \r\n\r\nExperience:  One (1) year of experience handling and caring for animals (non-domestic animal') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1980, 392, 14, '18', 'Starting salary $18.67/hour. This position is regularly scheduled 4 days/week and includes benefits.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1981, 392, 14, '19', 'For complete information and the ability to apply for this opportunity online, please visit: https://cityjobs.sanjoseca.gov/psc/prod/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1982, 393, 14, '9', 'Animal Care Internship') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1983, 393, 14, '20', 'CuriOdyssey') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1984, 393, 14, '8', '2014-04-11') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1985, 393, 14, '12', 'Position Overview:\r\nTwo 26 week (6-month) part time volunteer internships 24 hours (3-days) per week.  CuriOdyssey is looking for interns who can maintain a high level of personal motivation and a pos') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1986, 393, 14, '16', 'Experience and Qualities Preferred:\r\n1.	Outgoing, personable and able to relate and work with the public\r\n2.	Reliable, flexible and energetic\r\n3.	Interest in wildlife and the environment\r\n4.	Experienc') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1987, 393, 14, '18', 'This is a volunteer position') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1988, 393, 14, '19', 'Interested applicants should send a resume with cover letter and 3 professional references to Eunice Hui, Lead Keeper, CuriOdyssey, 1651 Coyote Point Drive  San Mateo CA 94401.  Or e-mail to ehui (at)') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1989, 394, 6, '1.3', 'Staci') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1990, 394, 6, '1.6', 'Gambill') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1991, 394, 6, '2', 'sgambill83@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1992, 394, 6, '4', 'To Whom it May Concern,\r\n\r\nI\'ve read the information what it takes to become a zookeeper, but I still haven\'t seen a definitive answer. I\'ve heard from some people in zoo careers that an internship on') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1993, 395, 14, '9', 'Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1994, 395, 14, '20', 'Ellen Trout Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1995, 395, 14, '8', '2014-05-01') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1996, 395, 14, '12', 'The Ellen Trout Zoo is looking for motivated professional persons to become part of our team as Keepers.  Examples of duties include all aspects of daily animal care and maintenance including cleaning') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1997, 395, 14, '16', 'Position requires Bachelor of Science degree in Biology or related field; good physical condition; ability to present a positive professional image of the City of Lufkin and the Zoo to members of the ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1998, 395, 14, '18', 'The starting salary is $25,164.48 annually.  ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (1999, 395, 14, '19', 'To be considered, you must submit all of the following 3 documents: resume, cover letter, and completed application.  Applications are available for download at http://cityoflufkin.com/hr/jobs.htm.  M') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2000, 396, 6, '1.3', 'Nora ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2001, 396, 6, '1.6', 'Benoliel ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2002, 396, 6, '2', 'nbenoliel@wcs.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2003, 396, 6, '4', 'Dear AAZK,\r\nPlease add my email to your list. I would like to be notified of events organized by AAZK.\r\nThanks,\r\nNora') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2004, 397, 14, '9', 'Senior Keeper - Stingray Bay') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2005, 397, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2006, 397, 14, '8', '2014-04-08') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2007, 397, 14, '12', 'The animals of Stingray Bay are in need of a new Senior Keeper. Stingray Bay is a year-round touch and feed exhibit that currently houses around 30 cow-nosed rays and a brown-banded bamboo shark. We a') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2008, 397, 14, '16', 'The applicant must have at least 3 years of paid experience with the care of elasmobranches and large life support systems. This will include but is not limited to high pressure sand filters, fluidize') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2009, 397, 14, '18', 'This full-time position pays $14.30/hour and includes our full benefits package with medical, dental, vision, 401(k) with company match and generous paid time off.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2010, 397, 14, '19', 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at: \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=636&AppliTrackL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2011, 398, 14, '9', 'Senior Keeper - Reptiles') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2012, 398, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2013, 398, 14, '8', '2014-04-08') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2014, 398, 14, '12', 'The Phoenix Zoo is currently looking for a Senior Keeper for our reptiles.  Senior Keepers must demonstrate significant knowledge of husbandry practices and be able lead and mentor staff in the perfor') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2015, 398, 14, '16', 'This position requires a BS degree in Life Science or equivalent experience and at least 5 years paid work relevant to animal husbandry.  Other minimum qualifications include behavioral enrichment or ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2016, 398, 14, '18', 'This full-time position pays $14.30/hour and includes our full benefits package with medical, dental, vision, 401(k) with company match and generous paid time off.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2017, 398, 14, '19', 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at: \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=635&AppliTrackL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2018, 399, 14, '9', 'Camp Zoo Instructor') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2019, 399, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2020, 399, 14, '8', '2014-04-08') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2021, 399, 14, '12', 'The Phoenix Zoo is looking for 10 new Camp Zoo Instructors for our fun and educational summer camp programs. Instructors present interpretive education programs about the natural world to groups of Zo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2022, 399, 14, '16', 'Minimum requirements for this position include strong communication and public speaking skills, ability to work a flexible schedule, and strong interpersonal and teamwork skills.  All Phoenix Zoo empl') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2023, 399, 14, '19', 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://www.applitrack.com/phoenixzoo/onlineapp/default.aspx?in') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2024, 400, 12, '9', 'Great Ape Zookeeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2025, 400, 12, '20', 'LEO Zoological Conservation Center') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2026, 400, 12, '8', '2014-06-24') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2027, 400, 12, '12', 'LEO Zoological Conservation Center, is a nonprofit, off-site breeding facility. We are located in Greenwich, CT, just an hour outside of New York City. The facility offers our animals a low impact, st') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2028, 400, 12, '16', 'Working with Orangutans requires a special skill set that includes, but is not limited to:\r\n•	Willingness to develop relationships with Great Apes\r\n•	Demonstrates patience, gentleness, respect, an') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2029, 400, 12, '18', 'Please include salary requirements. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2030, 400, 12, '19', 'Interested candidates must send cover letter, resume to info@leozoo.org. Faxed, mailed, and delivered resumes will not be considered. PLEASE, NO PHONE CALLS. Interested applicants must be available an') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2031, 400, 12, '25.3', 'Dani') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2032, 400, 12, '25.6', 'Raske') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2033, 400, 12, '26', 'dani@leozoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2034, 400, 12, '27.1', '404 Taconic Road') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2035, 400, 12, '27.3', 'Greenwich') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2036, 400, 12, '27.4', 'Connecticut (CT)') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2037, 400, 12, '27.5', '06831') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2038, 400, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2039, 400, 12, '22.1', 'XXXXXXXXXXXX7576') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2040, 400, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2041, 400, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2042, 400, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2043, 400, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2044, 401, 9, '1.3', 'cynthia') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2045, 401, 9, '1.6', 'swisher') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2046, 401, 9, '2', 'cswisher1111@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2047, 401, 9, '4', 'Hi, I just renewed my membership. I noticed it was billed to Visa. It is actually a Mastercard account. The account number is correct. I\'m sorry for the mistake.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2048, 402, 9, '1.3', 'Rachel') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2049, 402, 9, '1.6', 'Jakosalem') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2050, 402, 9, '2', 'rachelnjakosalem@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2051, 402, 9, '4', 'I have not received my  copy of the Keepers Forum for this month. Is there any way I can get another sent to me? Have I not waited long enough to get it? I only ask because most of my fellow co worker') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2052, 403, 6, '1.3', 'helen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2053, 403, 6, '1.6', 'fisher') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2054, 403, 6, '2', 'helenfisher40@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2055, 403, 6, '4', 'i would like to know the rules and regulations of bringing baby zoo animals into a domestic situation.even if you are a zookeeper in a small wildlife park in pennsylvania..the animal in question is a ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2056, 404, 6, '1.3', 'Susan ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2057, 404, 6, '1.6', 'Steffens') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2058, 404, 6, '2', 'untamedmountain@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2059, 404, 6, '4', 'Good Afternoon\r\ncan you tell me when we need to renew? Our organization is tigers for tomorrow') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2060, 405, 14, '9', 'Senior Zoo Keeper FT') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2061, 405, 14, '20', 'Happy Hollow Park & Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2062, 405, 14, '8', '2014-04-09') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2063, 405, 14, '12', 'Under the general direction of the Zoo Director and Zoo Curator, the Senior Zoo Keeper is responsible for the supervision, training, scheduling, and assignment of Zoo Keepers, Trainees and Volunteers ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2064, 405, 14, '16', 'Education:  Completion of high school or equivalent General Educational Development (G.E.D) Certificate, or California Proficiency Certificate. \r\n\r\nExperience:  Three years of experience in the care o') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2065, 405, 14, '18', 'Job Title:  Senr Zoo Keeper\r\nJob ID:  4072\r\nSalary Min:  $41142.40\r\nSalary Max:  $49982.40\r\nFull-Time with benefits\r\nClose Date:\r\n04/09/2014') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2066, 405, 14, '19', 'For a complete description of this position as well as application instructions and the ability to apply online, please visit: https://cityjobs.sanjoseca.gov/psc/prod/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.G') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2067, 406, 14, '9', 'Zoo Keeper PT unbenefitted') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2068, 406, 14, '20', 'Happy Hollow Park & Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2069, 406, 14, '8', '2014-04-06') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2070, 406, 14, '12', 'A Zoo Keeper performs work involving the care of zoo animals and maintenance of cages, enclosures, grounds and service areas. The incumbent prepares diets for the animal collection; performs maintenan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2071, 406, 14, '16', 'Any combination of training and experience equivalent to the following:\r\n\r\n1. Education: Completion of high school or equivalent General Educational Development (G.E.D.) Certificate, or California Pro') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2072, 406, 14, '18', 'Job Title:\r\nZoo Keeper (PT) - Happy Hollow Zoo\r\nSalary:  $15.96 hourly\r\nPart-Time\r\nClose Date:  04/06/2014') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2073, 406, 14, '19', 'To be considered for this vacancy, candidates must answer all job specific questions and complete all sections in the on-line application (including education and work experience); otherwise, applicat') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2074, 407, 12, '9', 'Animal Care Specialist') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2075, 407, 12, '20', 'Micke Grove Zoo-San Joaquin County') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2076, 407, 12, '8', '2014-06-26') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2077, 407, 12, '12', 'This part-time / temporary recruitment is being given to fill vacancies in the Parks and Recreation division and to create a referral list to fill future vacancies. This position which is located at M') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2078, 407, 12, '16', 'Education: Graduation from a four year accredited college or university with major coursework in biology, zoology, wildlife management, wildlife ecology, animal behavior, or a closely related field. \r') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2079, 407, 12, '18', '$17.60 Per hour') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2080, 407, 12, '19', 'Apply Online: \r\nwww.sjgov.org/hr\r\n\r\nBy mail or in person: \r\nSan Joaquin County Human Resources\r\n44 N. San Joaquin Street Suite 330 \r\nStockton, Ca 95202 \r\n\r\nOffice hours: \r\nMonday – Friday 8:00 am to') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2081, 407, 12, '25.3', 'Barbara') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2082, 407, 12, '25.6', 'Tankersley') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2083, 407, 12, '26', 'btankersley@sjgov.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2084, 407, 12, '27.1', '44 N. San Joaquin Street Suite 330') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2085, 407, 12, '27.3', 'Stockton') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2086, 407, 12, '27.4', 'CA') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2087, 407, 12, '27.5', '95202') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2088, 407, 12, '22.1', 'XXXXXXXXXXXX7822') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2089, 407, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2090, 407, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2091, 407, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2092, 407, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2093, 408, 6, '1.3', 'Zach') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2094, 408, 6, '1.6', 'Shoemaker') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2095, 408, 6, '2', 'tarantulaguy2@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2096, 408, 6, '4', 'Hi!\r\n\r\nI\'m a zookeeper at the Alaska Zoo, and while relatively new to having zookeeping be my full time job, I\'ve grown up in zoos through volunteer experiences.  Trying to track down new informationa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2097, 409, 6, '1.3', 'shannon') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2098, 409, 6, '1.6', 'finn') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2099, 409, 6, '2', 'shannontroy1@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2100, 409, 6, '4', 'please please send me a hardcopy for my membership renewal.  I cannot access it online at all.  multiple tries and resets and someone there has fixed it before.  doesn\'t work.  would like to renew.  p') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2101, 410, 6, '1.3', 'shannon') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2102, 410, 6, '1.6', 'finn') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2103, 410, 6, '2', 'shannontroy1@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2104, 410, 6, '4', 'please please send me a hardcopy for my membership renewal.  I cannot access it online at all.  multiple tries and resets and someone there has fixed it before.  doesn\'t work.  would like to renew.  p') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2105, 411, 6, '1.3', 'Jennifer') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2106, 411, 6, '1.6', 'Williams') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2107, 411, 6, '2', 'williamslaw@bellsouth.net') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2108, 411, 6, '4', 'Good morning,\r\n\r\nI was curious as to when the Gorilla issue of the magazine would be for sale in your shop or if there is somewhere I can call to order 3 of them.  Thanks!') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2109, 412, 6, '1.3', 'Kaitlyn') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2110, 412, 6, '1.6', 'Olsen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2111, 412, 6, '2', 'Olsenkate15@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2112, 412, 6, '4', 'Hello,\r\nI am currently trying to retrieve my account information so I can renew my membership. I cannot seem to figure out my username/password. I still have my card which lists my old address. My inf') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2113, 413, 6, '1.3', 'Adam') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2114, 413, 6, '1.6', 'Bender') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2115, 413, 6, '2', 'Adam@TheEmblemSource.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2116, 413, 6, '4', 'We recently joined the AZA as a commercial member and attended their Mid-Year Meeting in Memphis last week.  While there, many of the attendees said I should reach out to your organization and introdu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2117, 414, 14, '9', 'Animal Keeper- Great Apes') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2118, 414, 14, '20', 'Utah\'s Hogle Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2119, 414, 14, '8', '2014-06-30') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2120, 414, 14, '12', 'Utah’s Hogle Zoo is announcing the opening of a full time position as an Animal Keeper in the great ape and primate areas, within the Animal Care Department.\r\n\r\nThe Zoo is seeking a highly-qualified') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2121, 414, 14, '16', 'Applicants must be able to work effectively in a strong team environment, foster positive interactions with guests and other Zoo departments, serve as an ambassador for the Zoo and liaison to the Asso') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2122, 414, 14, '18', 'This is a full time year round benefit-eligible position. Wages commensurate with experience.\r\n\r\nSalt Lake City, Utah, is the gateway for outstanding outdoor activities with world-class skiing less th') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2123, 414, 14, '19', 'Anyone interested in this position should send a cover letter and resume to Boanna Owens, Animal Care Supervisor (bowens@hoglezoo.org) by April 15, 2014. Utah’s Hogle Zoo is an Equal Opportunity Emp') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2124, 415, 14, '9', 'Relief Animal Keeper – Pachyderms ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2125, 415, 14, '20', 'Utah\'s Hogle Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2126, 415, 14, '8', '2014-06-30') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2127, 415, 14, '12', 'Utah’s Hogle Zoo’s animal management is announcing the immediate opening of a full time animal care position, as a relief keeper in the Elephant Encounter area.\r\n\r\nThe Zoo is seeking qualified app') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2128, 415, 14, '16', 'Applicants must be able to work effectively in a positive team environment, equally with guests, staff, and volunteers. Excellent communication including writing and public speaking skills will be nec') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2129, 415, 14, '18', 'Position includes an excellent benefit package, including medical, dental, retirement plans and paid vacation and holiday time.  Salary is commensurate with experience.  \r\n\r\nSalt Lake City, Utah, is t') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2130, 415, 14, '19', 'Anyone interested in this position should email a cover letter and résumé to Gina Phillips, Animal Care Supervisor at gphillips@hoglezoo.org.\r\n\r\nThis position will remain open until filled.\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2131, 416, 6, '1.3', 'Robert') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2132, 416, 6, '1.6', 'Mendyk') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2133, 416, 6, '2', 'odatriad@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2134, 416, 6, '4', 'Greetings,\r\n\r\nI am interested in learning about advertising rates in Animal Keepers\' Forum. The company I represent manufactures enrichment items and exhibit elements for zoos and aquariums. Can you p') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2135, 417, 9, '1.3', 'Kristen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2136, 417, 9, '1.6', 'Clark') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2137, 417, 9, '2', 'ClarkK@si.edu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2138, 417, 9, '4', 'Hi, I got a reminder email about renewing my membership and when I log in to "my" account, it shows a different name. I\'ve tried to change it but can\'t seem to do it. Just want to make sure that my me') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2139, 418, 6, '1.3', 'Viviana') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2140, 418, 6, '1.6', 'Romero') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2141, 418, 6, '2', 'vromero703976@muhsdstudents.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2142, 418, 6, '4', 'Hello AAZ! I\'m a freshman at Golden Valley High School and would love to become a zoo keeper one day. I have a few questions about being a zoo keeper and would appreciate it if I can interview one of ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2143, 419, 12, '9', 'Director of Husbandry') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2144, 419, 12, '20', 'California Science Center') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2145, 419, 12, '8', '2014-07-01') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2146, 419, 12, '12', 'The Director of Husbandry provides vision and is responsible for overseeing the Living Collection, Husbandry practices, appearance, living collection and operation of all assigned exhibits and support') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2147, 419, 12, '16', '-MBA or Bachelor’s degree in Biology, Zoology, Marine Science, or related field required.\r\n-5+ years minimum supervisory / managerial experience at a zoo or aquarium type facility, preferably an AZA') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2148, 419, 12, '18', 'Salary: Commensurate with experience plus excellent benefits. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2149, 419, 12, '19', 'Send Cover Letter, Resume and Salary History (A Must) to the HR Dept. via fax at 213-744-2673, email to HR@cscmail.org, or mail to the California Science Center Foundation, H. R. Dept, 700 Exposition ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2150, 419, 12, '25.3', 'Raul') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2151, 419, 12, '25.6', 'Pereyra') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2152, 419, 12, '26', 'HR@cscmail.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2153, 419, 12, '27.1', 'California Science Center Foundation') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2154, 419, 12, '27.2', '700 Exposition Park Drive') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2155, 419, 12, '27.3', 'Los Angeles') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2156, 419, 12, '27.4', 'CA') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2157, 419, 12, '27.5', '90037') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2158, 419, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2159, 419, 12, '22.1', 'XXXXXXXXXXXX2318') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2160, 419, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2161, 419, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2162, 419, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2163, 419, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2164, 420, 14, '9', 'Aquatics Systems Manager') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2165, 420, 14, '8', '2014-04-24') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2166, 420, 14, '12', 'General Purpose:\r\nUnder general supervision manage and operate zoo fresh water and saltwater systems and other zoo related aquatic functions. \r\n\r\nTypical Duties:\r\nManage water systems for life support') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2167, 420, 14, '16', 'A High School diploma or GED, and three (3) years experience with an institutional water system involving filtration and treatment or a chemical laboratory facility for liquids involving sampling and ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2168, 420, 14, '18', '$15.81 - $25.27 Hourly') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2169, 420, 14, '19', 'Interested applicants must go to www.elpasotexas.gov to apply. Applications are only accepted online. Applicants are encouraged to apply immediately. This position will close once a preset number of q') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2170, 421, 9, '1.3', 'Kelsey') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2171, 421, 9, '1.6', 'Wise') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2172, 421, 9, '2', 'klwise12@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2173, 421, 9, '4', 'Hello. I paid to be an aazk member about a month or so ago and I have not received a membership card. How long does that take and should I have gotten one by now? \r\n\r\nThank you\r\nKelsey Wise ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2174, 422, 6, '1.3', 'Dan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2175, 422, 6, '1.6', 'Madigan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2176, 422, 6, '2', 'dmadigan@indyzoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2177, 422, 6, '4', 'Can\'t access my online account, please let me know.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2178, 423, 6, '1.3', 'kayte') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2179, 423, 6, '1.6', 'wanko') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2180, 423, 6, '2', 'rhynearson@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2181, 423, 6, '4', 'I am interested in information about advertising in the Forum publication.  Would you please email me a spec sheet.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2182, 424, 14, '9', 'Senior Veterinary Technician') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2183, 424, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2184, 424, 14, '8', '2014-04-18') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2185, 424, 14, '12', 'The Phoenix Zoo’s Animal Care Center is seeking a Senior Veterinary Technician to join our existing veterinary team. The Senior Vet Tech is expected to assist with most procedures, provide direct as') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2186, 424, 14, '16', 'Minimum qualifications for this position include an AZ State Veterinary Technician License, possession or ability to obtain certification as a Veterinary Technician Specialist in the field of zoo of m') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2187, 424, 14, '18', 'This position has a starting hourly wage of $14.30 - $18 DOE with a generous benefits package that includes 4 weeks of paid vacation/year, medical/dental/vision insurance, 401(k) with company match, a') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2188, 424, 14, '19', 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=640&AppliTrackL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2189, 425, 9, '1.3', 'Kelsey') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2190, 425, 9, '1.6', 'Wise') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2191, 425, 9, '2', 'kLwise12@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2192, 425, 9, '4', 'Hello,\r\n\r\nMy name is Kelsey Wise and I had signed up on the aazk website to become a member. However, I have not yet received a membership card. My payment went through on February 28th, 2014. I was w') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2193, 426, 14, '9', 'Hoofstock/Large Mammal Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2194, 426, 14, '20', 'Out of Africa Wildlife Park') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2195, 426, 14, '8', '2014-05-05') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2196, 426, 14, '12', 'Seeking an animal keeper to care for a diverse collection of large ungulates, ratites, and one bull rhinoceros at a fast-paced wildlife park.  Keepers will also be required to interact with the public') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2197, 426, 14, '16', 'Degree in biology or related field is required. Applicants must have good observation and communication skills, work harmoniously with fellow staff and supervisors, and be able to work independently. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2198, 426, 14, '18', 'Salary is $9.50 per hour plus tips') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2199, 426, 14, '19', 'Send cover letter and resume to:\r\nCourtney Palmer- courtlpalmer@gmail.com\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2200, 427, 9, '1.3', 'Michelle') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2201, 427, 9, '1.6', 'Medina') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2202, 427, 9, '2', 'mmedina@wcs.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2203, 427, 9, '4', 'I renewed my membership a couple of months ago, I am still receiving the magazine but have yet to receive a new card.\r\n\r\nMichelle Medina\r\n833 Revere Ave\r\nBronx, NY 10465\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2204, 428, 6, '1.3', 'Crista') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2205, 428, 6, '1.6', 'Melchiorre') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2206, 428, 6, '2', 'cristamel4387@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2207, 428, 6, '4', 'Hello,\r\nI was just wondering what week National Zookeeper Week is this year for 2014.  We are trying to prepare events but we aren\'t sure of the exact dates yet.\r\nThank you,\r\nCrista Melchiorre') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2208, 429, 9, '1.3', 'Rachel') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2209, 429, 9, '1.6', 'Jakosalem') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2210, 429, 9, '2', 'rachelnjakosalem@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2211, 429, 9, '4', 'I have not yet received my copy of the gorilla edition of the Keepers Forum. I renewed my membership when it was suppose to come out, would this have any effect on when or if  I receive my copy?\r\nThan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2212, 430, 6, '1.3', 'michelle') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2213, 430, 6, '1.6', 'crow') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2214, 430, 6, '2', 'michellecrow@everettdentist.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2215, 430, 6, '4', 'We are in the beginning stages of planning The International March for Elephants and Rhinos, and are looking for volunteers who would like to help. We plan to hold a rally and march on Oct 4th. I am l') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2216, 431, 12, '9', 'Animal  Keeper  Intern') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2217, 431, 12, '20', 'Tigers For Tomorrow at Untamed Mountain') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2218, 431, 12, '8', '2014-07-06') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2219, 431, 12, '12', 'Tigers for Tomorrow is a non-profit facility dedicated to the well-being, safety and care of all animals. The facility is located in Northeast Alabama in the foothills of the Appalachian Mountains.  T') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2220, 431, 12, '16', 'A degree in Zoology, Biology or related field or working towards a degree in a related field is preferred, but experience with exotic animal husbandry may be considered.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2221, 431, 12, '18', '$50.00 a week cash stipend. Housing is provided nearby.\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2222, 431, 12, '19', 'Send resume and cover letter to untamedmountain@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2223, 431, 12, '25.3', 'Susan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2224, 431, 12, '25.6', 'Steffens') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2225, 431, 12, '26', 'untamedmountain@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2226, 431, 12, '27.1', '708 county road 345') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2227, 431, 12, '27.2', 'attalla') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2228, 431, 12, '27.3', '---') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2229, 431, 12, '27.4', 'Alabama') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2230, 431, 12, '27.5', '35954') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2231, 431, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2232, 431, 12, '22.1', 'XXXXXXXXXXXX8962') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2233, 431, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2234, 431, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2235, 431, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2236, 431, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2237, 432, 6, '1.3', 'Diane') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2238, 432, 6, '1.6', 'Olsen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2239, 432, 6, '2', 'diane@galvtx.us') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2240, 432, 6, '4', 'Hello,\r\nI am trying to log onto the AAZK website and cannot remember user name or password.  The email associated with the account is no longer a valid email.  The correct email is diane@galvtx.us.  W') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2241, 433, 14, '9', 'Keeper Supervisor') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2242, 433, 14, '20', 'African Safari Wildlife Park ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2243, 433, 14, '8', '2014-07-09') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2244, 433, 14, '12', 'Reports To: Director of Wildlife\r\n\r\nPosition Summary:  To assist the Director of Wildlife (DOW) in the management of the animal collection at African Safari Wildlife Park. To provide keeper supervisio') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2245, 433, 14, '16', 'Necessary Skills:\r\n•	Bachelor’s degree in related field preferred\r\n•	Knowledge of animal husbandry in a wide variety of species \r\n•	Five years’ experience working with exotic animals\r\n•	Ex') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2246, 433, 14, '19', 'How to apply: \r\n1. Visit http://www.africansafariwildlifepark.com/_upload/documents/jobs.pdf African Safari Wildlife Park to complete the application. \r\n2. Email completed application, cover letter an') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2247, 434, 14, '9', 'Zoo Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2248, 434, 14, '20', 'African Safari Wildlife Park') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2249, 434, 14, '8', '2014-07-09') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2250, 434, 14, '12', 'Responsible for day to day care of the animals including but not limited to observations, feeding, watering, cleaning, detailed reporting, enrichment, and exhibit maintenance. Responsible for enforce ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2251, 434, 14, '16', '1 year of animal experience in a zoo as an employee or volunteer. Or 2 years of animal experience elsewhere.  ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2252, 434, 14, '19', 'How to apply: \r\n1. Visit http://www.africansafariwildlifepark.com/_upload/documents/jobs.pdf African Safari Wildlife Park to complete the application. \r\n2. Email completed application, cover letter an') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2253, 435, 6, '1.3', 'Margaret') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2254, 435, 6, '1.6', 'Rousser') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2255, 435, 6, '2', 'margaret@oaklandzoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2256, 435, 6, '4', 'Hi, can I submit the 2015 ABMA conference announcement?\r\n\r\nABMA is going to Denmark!  Join us at our first European conference April 13-18, 2015  Our site visits will include our conference hosts Cope') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2257, 436, 6, '1.3', 'vera') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2258, 436, 6, '1.6', 'scholz') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2259, 436, 6, '2', 'bnakisha62@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2260, 436, 6, '4', 'hello my name is vera nakisha scholz.i have a big question: im from germany i live in the USA since 2007 july.Im a cirtified zookeeper from germany( 3years of school/working in the zoo straubing) plus') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2261, 437, 9, '1.3', 'Kyle') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2262, 437, 9, '1.6', 'Alexander') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2263, 437, 9, '2', 'kylealexander15@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2264, 437, 9, '4', 'Hi, \r\n\r\nI was wondering how and when the online university will be up and running. I was told once that you can start classes on there and then have to finish the program at the conference. Is this tr') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2265, 438, 6, '1.3', 'Eileen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2266, 438, 6, '1.6', 'Eisen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2267, 438, 6, '2', 'eileen_eisen@msn.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2268, 438, 6, '4', 'Hello, my 21 year old son is interested in becoming a zookeeper. He\'s checking out the vet tech program at Mesa Community College in Mesa, AZ. And, he volunteers at PHS (Phoenix Herpetological Society') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2269, 439, 6, '1.3', 'Eric') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2270, 439, 6, '1.6', 'Carlson') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2271, 439, 6, '2', 'ericcarlson86@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2272, 439, 6, '4', 'Hey I have been a member for a few years now, but I am not able to log on to the new site.   It always sends me the new code to reset my password and it does so successfully but when i sign in it says') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2273, 440, 6, '1.3', 'Angie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2274, 440, 6, '1.6', 'Kutchery') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2275, 440, 6, '2', 'akutchery@racinezoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2276, 440, 6, '4', 'I am a current AAZK member and am having trouble signing into my account. I have tried to reset my password by entering in the one that gets emailed to me account and it still says its wrong.  I did a') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2277, 441, 6, '1.3', 'Julia') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2278, 441, 6, '1.6', 'Tedrow') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2279, 441, 6, '2', 'tedrow@rams.colostate.edu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2280, 441, 6, '4', 'Hello,\r\n\r\nI am the newsletter editor for the Colorado State University Zoology Club.  As the newsletter editor it is my goal to not only inform members of club news but also to provide interesting sto') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2281, 442, 5, '1.3', 'Sandy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2282, 442, 5, '1.6', 'Manuel') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2283, 442, 5, '4', '(978)887-2014') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2284, 442, 5, '5', 'tfl1012@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2285, 442, 5, '6.1', '347 Main St') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2286, 442, 5, '6.3', 'Boxford') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2287, 442, 5, '6.4', 'Ma') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2288, 442, 5, '6.5', '01921') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2289, 442, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2290, 442, 5, '11', 'South Florida AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2291, 442, 5, '10', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2292, 442, 5, '13.1', 'XXXXXXXXXXXX8060') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2293, 442, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2294, 442, 5, '12', '50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2295, 443, 14, '9', 'Keeper I - Reptiles') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2296, 443, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2297, 443, 14, '8', '2014-04-28') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2298, 443, 14, '12', 'The Phoenix Zoo is seeking a part-time keeper to join our Reptiles team.  This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting animal') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2299, 443, 14, '16', 'Minimum requirements include 6 months paid or 1 year volunteer experience in animal husbandry, possession of a valid driver’s license, and a preference for a candidate with a bachelor’s degree in ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2300, 443, 14, '19', 'To view a more complete description and list of requirements, and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=647&AppliTrackL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2301, 444, 6, '1.3', 'Beth') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2302, 444, 6, '1.6', 'Mathews') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2303, 444, 6, '2', 'BethAnnMathews@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2304, 444, 6, '4', 'Way back in about 1978-80, I was a zookeeper at the Tulsa Zoo in the bird department. About that time, several us formed a local chapter of the AAZK. I helped with the newsletter by creating a few com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2305, 445, 6, '1.3', 'jourdon') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2306, 445, 6, '1.6', 'springston') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2307, 445, 6, '2', 'jjs1587@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2308, 445, 6, '4', 'I cant remember my username or password to renew my membership. I entered my info to retrieve my login and password but no match was found. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2309, 446, 14, '9', 'Spring/Summer Animal Keeper Internship') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2310, 446, 14, '20', 'Safe Haven Rescue Zoo, Imlay, Nevada') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2311, 446, 14, '8', '2014-05-15') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2312, 446, 14, '12', 'Safe Haven Rescue Zoo is an accredited wildlife sanctuary located in northern Nevada that provides permanent placement for illegally owned and abandoned exotics.  Safe Haven also provides rescue servi') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2313, 446, 14, '16', 'Applicants must be 21 years of age with at least two (2) years of related studies in biology, zoology or animal husbandry.\r\nMust have valid driver\'s license and own vehicle.\r\nMust be willing to work v') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2314, 446, 14, '18', 'A monthly stipend is provided and on-site housing including all utilities, internet and phone.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2315, 446, 14, '19', 'Applicants must email cover letter, resume and two (2) letters of recommendation to:\r\n\r\nsafehavenwildlife1@gmail.com\r\nAttn:  Lynda Sugasa, Executive Director') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2316, 447, 6, '1.3', 'Stephanie ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2317, 447, 6, '1.6', 'Duncan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2318, 447, 6, '2', 'sduncan@desertmuseum.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2319, 447, 6, '4', 'I\'m with the HR department at the Arizona-Sonora Desert Museum. ASDM is an institutional member. Sandi Lehman\'s, Executive Assistant,  name is the one that comes on the Forum label. I used to be able ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2320, 448, 6, '1.3', 'Buffy ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2321, 448, 6, '1.6', 'Southern ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2322, 448, 6, '2', 'buffy@southtrustpg.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2323, 448, 6, '4', 'Hi, \r\n\r\nWe are in the process of representing the owner of the Panama City Beach, FL Zoo….listing it for sale. Being this is such a unique property, I’m trying to reach out to all resources as far') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2324, 449, 14, '9', 'Grounds Quality Associate') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2325, 449, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2326, 449, 14, '8', '2014-05-01') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2327, 449, 14, '12', 'The Phoenix Zoo is seeking a part-time Grounds Quality to perform custodial services, clean restrooms, picnic tables, water fountains, offices, benches and other items on Zoo grounds.  Grounds Quality') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2328, 449, 14, '19', 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=630&AppliTrackLa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2329, 450, 14, '9', 'Keeper - Department of Herpetology, Ichthyology & Invertebrate Zoology (F/T)') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2330, 450, 14, '20', 'Arizona-Sonora Desert Museum') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2331, 450, 14, '8', '2014-07-16') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2332, 450, 14, '12', 'The Arizona-Sonora Desert Museum’s department of Herpetology, Ichthyology and Invertebrate Zoology seeks an enthusiastic individual to join our team. The successful candidate will have strong knowle') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2333, 450, 14, '16', 'An Associate’s degree or equivalent from a two-year college or technical school and at least two years’ work experience (preferably paid) in an AZA-accredited facility; or equivalent combination o') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2334, 450, 14, '18', 'Bargaining Unit Position\r\nInitial Step:  $13.64/hr.\r\n-------------------------------------------------------------------------------------------\r\nA little more about ASDM: Located in Tucson Mountain P') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2335, 450, 14, '19', 'Applications are accepted only for open positions and must be completed and submitted online. Use the "Job Search" link located at the bottom of ASDM\'s job opportunity page < http://www.desertmuseum.o') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2336, 451, 6, '1.3', 'Darrick') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2337, 451, 6, '1.6', 'O\'Dell') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2338, 451, 6, '2', 'dlo@spicerfirm.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2339, 451, 6, '4', 'Hello,\r\n\r\nI\'m an attorney in Nashville Tennessee looking to hire an expert witness.  My client operated a small petting zoo and had a peacock which was free to roam the premises.  I know many zoos, in') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2340, 452, 6, '1.3', 'Jeremy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2341, 452, 6, '1.6', 'Taylor') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2342, 452, 6, '2', 'jjtaylor@gw.dec.state.ny.us') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2343, 452, 6, '4', 'Do you have an email newsletter or news service?  If so, please add me!') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2344, 453, 6, '1.3', 'Christy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2345, 453, 6, '1.6', 'Layton') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2346, 453, 6, '2', 'clayton02@alumni.ufl.edu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2347, 453, 6, '4', 'My membership expired because I was having a hard time renewing my membership on the computer.  My institution would normally pay for my membership, however, there was an issue with the setup.  This i') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2348, 454, 14, '9', 'Development Administrator') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2349, 454, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2350, 454, 14, '8', '2014-05-09') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2351, 454, 14, '12', 'The Phoenix Zoo is currently seeking a Development Administrator to provide administrative and research support to the Development department’s efforts relating to capital, individual and foundation') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2352, 454, 14, '16', 'Minimum requirements for this position include a college degree with two to three years of fundraising experience, experience in special event and budgeting/financial reporting, excellent computer ski') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2353, 454, 14, '18', 'This position has a starting hourly pay $14.30 - $16.09 DOE, and includes our full benefits package with medical, dental and vision insurance, 401(k) with company match, and generous paid time off.\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2354, 454, 14, '19', '\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=649&AppliTrackLa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2355, 455, 6, '1.3', 'Philip    ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2356, 455, 6, '1.6', 'Tah   Fon') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2357, 455, 6, '2', 'philip_tah@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2358, 455, 6, '4', 'I  am  a  Cameroonian   trained  in animal welfare  ,animal   husbandry  ,animal care   and  veterinary  services .\r\nI   have  read   with  profound  interest about  the   philosophy   of  your  organ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2359, 456, 6, '1.3', 'Rebecca') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2360, 456, 6, '1.6', 'Esterline') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2361, 456, 6, '2', 'besterline10@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2362, 456, 6, '4', 'I have tried three times to contact and retrieve my account. I am a registered member, I receive the forums as well as the emails but when I try to login to the website it does not allow me to do so a') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2363, 457, 14, '9', 'Maintenance Technician - General Maintenance') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2364, 457, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2365, 457, 14, '8', '2014-05-05') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2366, 457, 14, '12', 'The Phoenix Zoo is currently looking for a Maintenance Technician to perform skilled work involving HVAC, plumbing, carpentry, electrical, installation, preventative maintenance and construction of ex') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2367, 457, 14, '16', 'Minimum requirements for this position include a degree, trade school diploma, or license, and 5 years’ experience in zoo, campus, industrial maintenance, or construction with experience and/or basi') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2368, 457, 14, '18', 'This full time position has a starting hourly wage of $14.30-$16.09, DOE, and comes with our full benefits package including medical, dental, vision, 401(k) with company match and generous PTO.  ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2369, 457, 14, '19', 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n  \r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=644&AppliTrac') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2370, 458, 14, '9', 'Zoo Curator') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2371, 458, 14, '20', 'Happy Hollow Park & Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2372, 458, 14, '8', '2014-05-05') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2373, 458, 14, '12', 'Happy Hollow Park & Zoo is looking for a highly motivated, personable individual with strong leadership skills and innovative ideas to become part of a dynamic team of employees with a strong commitme') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2374, 458, 14, '16', '	Any combination of training and experience equivalent to: \r\n\r\n1. Education:  Successful completion of Bachelor\'s degree from an accredited college or university in Biology, Zoology, or closely relate') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2375, 458, 14, '18', 'Full time permanent position with excellent benefit package \r\nSalary Min:  $54,849.60 \r\nSalary Max: $66,684.80\r\nfor information on benefits please see:http://www.sanjoseca.gov/index.aspx?NID=707') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2376, 458, 14, '19', 'For a complete description of this position and instructions on how to apply please visit: https://cityjobs.sanjoseca.gov/psc/prod/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2377, 459, 6, '1.3', 'Carson') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2378, 459, 6, '1.6', 'Jones') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2379, 459, 6, '2', 'jones.carson@icloud.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2380, 459, 6, '4', 'I am trying to retrieve my new password for the new website. But my AAZK membership might have also lapsed. Please let me know what I need to do to get the problem. Thanks so much - Carson') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2381, 460, 6, '1.3', 'Laura') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2382, 460, 6, '1.6', 'Smyth') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2383, 460, 6, '2', 'lsmyth@knoxville-zoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2384, 460, 6, '4', 'I renewed my membership this year but I can\'t log in and it didn\'t find my account in order to retrieve it.  Is there something else I need to do?  Thanks.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2385, 461, 14, '9', 'Zoo Keeper including Carnivores') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2386, 461, 14, '20', 'Cougar Mountain Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2387, 461, 14, '8', '2014-07-21') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2388, 461, 14, '12', 'The Cougar Mountain Zoo is seeking a full-time zoo keeper for the bird and mammal department, including carnivores. This position requires a self-motivated, energetic and flexible individual with a pr') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2389, 461, 14, '16', 'Minimum requirements include a degree in Biology (or related field) and a minimum of 2 years paid zoo experience. Must work well with staff/volunteers and be willing to work outside normal hours inclu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2390, 461, 14, '18', 'Salary to commensurate with experience.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2391, 461, 14, '19', 'Send cover letter and resume to: info@cougarmountainzoo.org.\r\nwww.cougarmountainzoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2392, 462, 6, '1.3', 'Elizabeth') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2393, 462, 6, '1.6', 'Menche') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2394, 462, 6, '2', 'emenche@iinet.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2395, 462, 6, '4', 'Can someone help me with signing in?  When I enter aazkuser3582 as my username, I receive an incorrect username message...even when I did a copy/paste from my email.\r\nI did reset my password today, bu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2396, 463, 12, '9', 'Lead Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2397, 463, 12, '20', 'RainForest Adventures ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2398, 463, 12, '8', '2014-07-23') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2399, 463, 12, '12', 'RainForest Adventures has an opening for a Lead Keeper at the zoo. \r\n\r\nOur zoo is located in the Smoky Mountains of East Tennessee.  \r\n\r\nWe are seeking an experienced person with both extensive animal') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2400, 463, 12, '16', '5 + Years experience in related field related to job description ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2401, 463, 12, '18', 'Commensurate with experience ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2402, 463, 12, '19', 'Please send resume, videos, and salary requirements to rainforest24@juno.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2403, 463, 12, '25.3', 'Bill') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2404, 463, 12, '25.6', 'Lucey') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2405, 463, 12, '26', 'rainforest24@juno.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2406, 463, 12, '27.1', '109 NASCAR Drive') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2407, 463, 12, '27.3', 'Sevierville') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2408, 463, 12, '27.4', 'TN') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2409, 463, 12, '27.5', '37862') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2410, 463, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2411, 463, 12, '22.1', 'XXXXXXXXXXXX0382') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2412, 463, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2413, 463, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2414, 463, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2415, 463, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2416, 464, 6, '1.3', 'Jessica ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2417, 464, 6, '1.6', 'Hutjens') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2418, 464, 6, '2', 'catpaw10@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2419, 464, 6, '4', 'Hello,\r\nI renewed my AAZK membership a couple of months ago (after a lapse when I kept forgetting to renew it!) and I have not started to receive my subscription to Animal Keepers Forum.  I was just w') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2420, 465, 14, '9', 'Reptile Internship') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2421, 465, 14, '20', 'Kentucky Reptile Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2422, 465, 14, '8', '2014-04-30') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2423, 465, 14, '12', 'We need an intern to START in the next week or two. You will be working with our non-venomous reptiles, giving tours, and assisting the keepers. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2424, 465, 14, '16', 'Preferably a recent college graduate with a biological degree. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2425, 465, 14, '18', '$55 stipend/week ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2426, 465, 14, '19', 'Please email Taylor at reptilezoo@bellsouth.net with a cover letter, resume and 2 or 3 references. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2427, 466, 14, '9', 'Reptile Internship') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2428, 466, 14, '20', 'Kentucky Reptile Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2429, 466, 14, '8', '2014-07-25') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2430, 466, 14, '12', 'We need an intern to start in the next week or two. You will be responsible for our non-venomous reptiles, giving tours, and helping the keepers. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2431, 466, 14, '16', 'Needs to have or be working toward a biological degree. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2432, 466, 14, '18', '$55 stipend/week and housing provided. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2433, 466, 14, '19', 'Please email your cover letter, resume, and references to Taylor at reptilezoo@bellsouth.net ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2434, 467, 6, '1.3', 'Katherine ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2435, 467, 6, '1.6', 'Hubbard') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2436, 467, 6, '2', 'katherine_hubbard@ymail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2437, 467, 6, '4', 'Hey,\r\n\r\nMy name is Katherine Hubbard. I just recently got a membership. My school actually set up my account. However they got the email address wrong. They put down katherine-hubbard@ymail.com when i') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2438, 468, 9, '1.3', 'Jackie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2439, 468, 9, '1.6', 'Wolfinger') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2440, 468, 9, '2', 'jwolfinger@lssu.edu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2441, 468, 9, '4', 'Hi,\r\nMy name is Jackie Wolfinger. I purchased a professional membership on January 24, 2014, and I still have not received any of the Animal Keeper\'s Forum Magazines. I previously emailed about this, ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2442, 469, 6, '1.3', 'lucas') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2443, 469, 6, '1.6', 'tsoku') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2444, 469, 6, '2', 'lucas.tsoku@mangaung.co.za') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2445, 469, 6, '4', 'good day, i will like to find out about qualifications you offer in zoo keeping. how do i enroll for such a qualification and the duration. i am in south africa.\r\n\r\nthank you kindly\r\nlucas ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2446, 470, 6, '1.3', 'Stephanie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2447, 470, 6, '1.6', 'Miller') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2448, 470, 6, '2', 'stephaniemiller3@me.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2449, 470, 6, '4', 'I am having a terrible time trying to get onto the member login!  It keeps telling me my password is not valid, even after I reset it and now doesn\'t recognize me at all!  I am trying to work on award') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2450, 471, 6, '1.3', 'Carolyn ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2451, 471, 6, '1.6', 'Hinshaw') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2452, 471, 6, '2', 'keeper@conservatorscenter.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2453, 471, 6, '4', 'I am trying to create an account but it seems that there is an email account associated with our account that is not ours. Could we change the account to keeper@conservatorscenter.org.  \r\n\r\nThank you,') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2454, 472, 14, '9', 'Summer and Fall Internships  12 weeks to 26 weeks') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2455, 472, 14, '20', 'North Georgia Zoo and Farm') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2456, 472, 14, '8', '2014-07-27') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2457, 472, 14, '12', 'North Georgia Zoo and Farm is a growing non traditional zoological setting.   Interns will learn and be involved in a variety of areas from animal care,  visitor experience,  tours,  medical, outreach') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2458, 472, 14, '16', 'At least one year of collage.\r\nAble to lift 50 lbs.\r\nWilling to learn\r\nself motivated\r\nworks well as a team.\r\nwilling to work hard.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2459, 472, 14, '18', 'see internship description and more detailed information on the website at\r\nhttp://www.northgeorgiazoo.com/internship-and-jobs.html') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2460, 472, 14, '19', 'Go to the website and read the internship description and fill out the internship application. \r\nhttp://www.northgeorgiazoo.com/internship-and-jobs.html\r\nEmail to Hope@wildlifewonders.org.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2461, 473, 6, '1.3', 'alexa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2462, 473, 6, '1.6', 'gonzalez') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2463, 473, 6, '2', 'alexadelgado@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2464, 473, 6, '4', 'i\'m doing a career research and how long has it been around?\r\nis the career zoo keeping fun') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2465, 474, 6, '1.3', 'alexa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2466, 474, 6, '1.6', 'gonzalez') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2467, 474, 6, '2', 'alexadelgado@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2468, 474, 6, '4', 'i\'m doing a career research and how long has it been around?\r\nis the career zoo keeping fun') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2469, 475, 6, '1.3', 'alexa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2470, 475, 6, '1.6', 'gonzalez') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2471, 475, 6, '2', 'alexadelgado@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2472, 475, 6, '4', 'what  responsibly do you have? \r\nwhich responsibly do you like and which don\'t you like?\r\nhow long do you to school to get the job\r\ndo you paid the vitiation,and if you sick can you go home \r\nwhat are') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2473, 476, 6, '1.3', 'Zach ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2474, 476, 6, '1.6', 'Barton') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2475, 476, 6, '2', 'zachbarton8@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2476, 476, 6, '4', 'Hi, I am a senior in high school and am interested in being a zoo keeper. I was wanting to know what kind of education that would require. If you could tell me or direct me to a website with this info') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2477, 477, 14, '9', 'Assistant Curator ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2478, 477, 14, '20', 'African Safari Wildlife Park') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2479, 477, 14, '8', '2014-06-30') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2480, 477, 14, '12', '•	Reports directly to the Director of Wildlife (DOW)\r\n•	Will gain knowledge of all AZA and USDA standards of care and husbandry related to the animal collection\r\n•	Will assist DOW in oversight o') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2481, 477, 14, '16', '•	Bachelor’s degree in related field preferred\r\n•	Knowledge of animal husbandry in a wide variety of species \r\n•	Five years’ experience working with exotic animals\r\n•	Excellent people and ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2482, 477, 14, '18', 'To be Determined. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2483, 477, 14, '19', 'How to apply: \r\n1.	Visit Jobs at African Safari Wildlife Park to complete the application. \r\n2.	Email completed application, cover letter and resume to info@africansafariwildlifepark.com \r\nIf you have') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2484, 478, 14, '9', 'Animal Transportation Staff ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2485, 478, 14, '20', 'International Animal Exchange and African Safari Wildlife Park ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2486, 478, 14, '8', '2014-07-28') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2487, 478, 14, '12', '•	Will work with zoo staff to plan and relocate exotic animals. \r\n•	Together with the DOW responsible to assist in maintaining appropriate USFWS permits, USDA records and reports and compliance wi') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2488, 478, 14, '16', '1. Must have at least 1-2 years experience working with exotic animals. Prefers that you have 3-5 years experience \r\n2. Must be able to drive a variety of trucks and trailers including fifth wheel tra') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2489, 478, 14, '18', 'To be determined ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2490, 478, 14, '19', 'How to apply: \r\n1.	Visit Jobs at African Safari Wildlife Park   to complete the application. \r\n2.	Email completed application, cover letter and resume to info@africansafariwildlifepark.com \r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2491, 479, 6, '1.3', 'Kyle') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2492, 479, 6, '1.6', 'Koehler') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2493, 479, 6, '2', 'Koehler090509@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2494, 479, 6, '4', 'I never received the AKF this month. I was wondering if this was a two month issue or if mine was just never sent out.\r\nThanks') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2495, 480, 12, '9', 'Part-Time Animal Care and Educator Position') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2496, 480, 12, '20', 'Wildlife Learning Center') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2497, 480, 12, '8', '2014-05-31') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2498, 480, 12, '12', 'The animal care/educator position is responsible for monitoring animal health, maintaining cleanliness of animal areas, providing enrichment, educating public, and other duties as assigned by supervis') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2499, 480, 12, '16', 'Requirements include a bachelor’s degree in biology or a related science field and one-year zoo keeping or experience handling/training restricted species. Additional requirements include experience') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2500, 480, 12, '18', 'Starting salary is $10.50/hour.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2501, 480, 12, '19', 'Interested applicants may submit a cover letter and resume, with relevant coursework, to info@WildlifeLearningCenter.com or FAX to 818.362.8001. www.WildlifeLearningCenter.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2502, 480, 12, '25.3', 'Danielle') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2503, 480, 12, '25.6', 'Burns') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2504, 480, 12, '26', 'info@wildlifelearningcenter.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2505, 480, 12, '27.1', '15981 Yarnell St. Suite 251') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2506, 480, 12, '27.3', 'Sylmar') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2507, 480, 12, '27.4', 'CA') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2508, 480, 12, '27.5', '91342') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2509, 480, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2510, 480, 12, '22.1', 'XXXXXXXXXXXX2041') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2511, 480, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2512, 480, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2513, 480, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2514, 480, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2515, 481, 6, '1.3', 'Jake') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2516, 481, 6, '1.6', 'Lampiasi') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2517, 481, 6, '2', 'jlamps33@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2518, 481, 6, '4', 'To whom it may concern:\r\nI was browsing your website and stumbled upon the AAZK Online University. Can you please tell me what this University will be able to do for aspiring Zoo Keepers. Will a stude') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2519, 482, 9, '1.3', 'Julie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2520, 482, 9, '1.6', 'Schmidt') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2521, 482, 9, '2', 'schmidt.juliellen@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2522, 482, 9, '4', 'I am a memeber of AAZK and would like to change my email address (currently jschmidt@greenvillesc.gov) to the one listed above (schmidt.juliellen@gmail.com).  I could not find a way to do that under "') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2523, 483, 9, '1.3', 'Kristen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2524, 483, 9, '1.6', 'Wieners') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2525, 483, 9, '2', 'kwieners@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2526, 483, 9, '4', 'Hi, \r\n\r\nI renewed my membership in Feb. and I have not received either the March nor the April copies of Animal Keepers Forum.  I love these magazines and would like to resolve the problem and possibl') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2527, 484, 5, '1.3', 'Tracy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2528, 484, 5, '1.6', 'Thompson') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2529, 484, 5, '4', '(303)776-8563') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2530, 484, 5, '5', 'tkthomp1@mindspring.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2531, 484, 5, '6.1', '3527 Bluestem Ave') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2532, 484, 5, '6.3', 'Longmont') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2533, 484, 5, '6.4', 'CO') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2534, 484, 5, '6.5', '80503') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2535, 484, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2536, 484, 5, '11', 'Utah Chapter of AAZK|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2537, 484, 5, '10', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2538, 484, 5, '13.1', 'XXXXXXXXXXXX2919') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2539, 484, 5, '13.4', 'MasterCard') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2540, 484, 5, '12', '50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2541, 485, 9, '1.3', 'Cassie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2542, 485, 9, '1.6', 'Cox') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2543, 485, 9, '2', 'the1coxs@frontier.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2544, 485, 9, '4', 'Hello,\r\n\r\nI registered as a member back in February, I believe, and still have have not received my membership card.  I was wondering how long it would be for me to receive it, because I\'d like to reg') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2545, 486, 14, '9', 'Education Program Coordinator / Small Mammal Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2546, 486, 14, '20', 'Monterey Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2547, 486, 14, '8', '2014-07-30') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2548, 486, 14, '12', 'The Education Program Coordinator / Small Mammal Keeper will be responsible for accomplishing animal care, exhibit maintenance, and coordination of the Educational Programs.  This position requires an') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2549, 486, 14, '16', 'Requirements\r\nTo perform this job successfully, an individual must be able to perform each duty satisfactorily. The requirements listed below are representative of the knowledge, skill, and/or ability') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2550, 486, 14, '18', 'Compensation – $10-$13 per hour DOE\r\n\r\nBenefits- One week paid vacation for every one year worked. Vacation times and dates must be approved by management.  Low cost housing is available on site. Co') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2551, 486, 14, '19', 'Apply online https://adobeformscentral.com/?f=15AtIdQ3Nfrd9BZ8eWrG2Q') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2552, 487, 6, '1.3', 'Keri') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2553, 487, 6, '1.6', 'Glowacki') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2554, 487, 6, '2', 'kaglowacki@cbe.ab.ca') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2555, 487, 6, '4', 'Hi,\r\n\r\nMy name is Keri Glowacki and I teach grade 2 at a school in Calgary, Canada.  My class is currently doing an inquiry on designing an invention to improve the quality of life of animals in zoos.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2556, 488, 6, '1.3', 'Keri') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2557, 488, 6, '1.6', 'Glowacki') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2558, 488, 6, '2', 'kaglowacki@cbe.ab.ca') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2559, 488, 6, '4', 'Hi,\r\n\r\nMy name is Keri Glowacki and I teach grade 2 at a school in Calgary, Canada.  My class is currently doing an inquiry on designing an invention to improve the quality of life of animals in zoos.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2560, 489, 6, '1.3', 'Keri') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2561, 489, 6, '1.6', 'Glowacki') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2562, 489, 6, '2', 'kaglowacki@cbe.ab.ca') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2563, 489, 6, '4', 'Hi,\r\n\r\nMy name is Keri Glowacki and I teach grade 2 at a school in Calgary, Canada.  My class is currently doing an inquiry on designing an invention to improve the quality of life of animals in zoos.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2564, 490, 6, '1.3', 'Thea ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2565, 490, 6, '1.6', 'Etchells') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2566, 490, 6, '2', 'tetchells@cmzoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2567, 490, 6, '4', 'Hello,\r\n  I\'m trying to renew my membership that according to my card said expired on April 30, 2014 but hadn\'t received a renewal reminder and I am not able to access my member login, it says my emai') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2568, 491, 6, '1.3', 'Donna M.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2569, 491, 6, '1.6', 'Swan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2570, 491, 6, '2', 'wrdsci@aol.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2571, 491, 6, '4', 'I cannot log into the membership site to renew my membership.\r\nMy ID# 157182.\r\naddress: 2000 Ridge Rd., Hinckley, Ohio 44233\r\nvolunteer at the Cleveland MetroParks Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2572, 492, 14, '9', 'Aquarium Internship') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2573, 492, 14, '20', 'Point Defiance Zoo & Aquarium, Tacoma Washington') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2574, 492, 14, '8', '2014-06-20') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2575, 492, 14, '12', 'The internship program at the Point Defiance Zoo and Aquarium is designed to provide participants with practical learning experience and knowledge in the field of animal husbandry. Our team of aquaris') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2576, 492, 14, '16', 'Applicants must:\r\n1.	Be currently enrolled in, or have recently graduated from, a college or university. \r\n2.	Have a minimum of one year of course work in a major field of study to be applied during t') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2577, 492, 14, '18', 'Unpaid. No housing.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2578, 492, 14, '19', 'To apply for an internship at Point Defiance Zoo & Aquarium you must:\r\n\r\n1.	Submit an application. (pdza.org)\r\n2.	Submit a cover letter including your career goals.\r\n3.	Submit a resume.\r\n4.	Submit ans') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2579, 493, 14, '9', 'Rocky Shores/Tundra Internship') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2580, 493, 14, '20', 'Point Defiance Zoo & Aquarium, Tacoma Washington') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2581, 493, 14, '8', '2014-06-20') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2582, 493, 14, '12', 'The internship program at the Point Defiance Zoo and Aquarium is designed to provide participants with practical learning experience and knowledge in the field of animal husbandry. The Rocky Shores/Tu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2583, 493, 14, '16', 'Applicants must:\r\n1.	Be currently enrolled in, or have recently graduated from, a college or university. \r\n2.	Have a minimum of one year of course work in a major field of study to be applied during t') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2584, 493, 14, '18', 'Unpaid. No housing.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2585, 493, 14, '19', 'To apply for an internship at Point Defiance Zoo & Aquarium you must:\r\n\r\n1.	Submit an application. (pdza.org)\r\n2.	Submit a cover letter including your career goals.\r\n3.	Submit a resume.\r\n4.	Submit ans') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2586, 494, 14, '9', 'SE Asian Forest Sanctuary') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2587, 494, 14, '20', 'Point Defiance Zoo & Aquarium, Tacoma Washington') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2588, 494, 14, '8', '2014-06-20') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2589, 494, 14, '12', 'The internship program at the Point Defiance Zoo and Aquarium is designed to provide participants with practical learning experience and knowledge in the field of animal husbandry. The Asian Forest Sa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2590, 494, 14, '16', 'Applicants must:\r\n1.	Currently enrolled in, or have recently graduated from, a college or university. \r\n2.	Have a minimum of one year of course work in a major field of study to be applied during the ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2591, 494, 14, '18', 'Unpaid. No housing.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2592, 494, 14, '19', 'To apply for an internship at Point Defiance Zoo & Aquarium you must:\r\n1.	Submit an application. (pdza.org)\r\n2.	Submit a cover letter including your career goals.\r\n3.	Submit a resume.\r\n4.	Submit answe') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2593, 495, 14, '9', 'Small Exotics Husbandry') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2594, 495, 14, '20', 'Point Defiance Zoo & Aquarium, Tacoma Washington') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2595, 495, 14, '8', '2014-06-20') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2596, 495, 14, '12', 'The internship program at the Point Defiance Zoo and Aquarium is designed to provide participants with practical learning experience and knowledge in the field of animal husbandry. The Small Exotics a') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2597, 495, 14, '16', 'Applicants must:\r\n1.	Currently enrolled in, or have recently graduated from, a college or university. \r\n2.	Have a minimum of one year of course work in a major field of study to be applied during the ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2598, 495, 14, '18', 'Unpaid. No housing.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2599, 495, 14, '19', 'To apply for an internship at Point Defiance Zoo & Aquarium you must:\r\n1.	Submit an application. (pdza.org)\r\n2.	Submit a cover letter including your career goals.\r\n3.	Submit a resume.\r\n4.	Submit answe') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2600, 496, 6, '1.3', 'Jennifer') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2601, 496, 6, '1.6', 'Niederlander') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2602, 496, 6, '2', 'jniederlander@indyzoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2603, 496, 6, '4', 'I was inquiring as to who I contact for posting conference information. The Association of Zoo Veterinary Technicians is having their 34th AZVT Annual Conference at The Georgia Sea Turtle Center, Jeky') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2604, 497, 9, '1.3', 'Katherine') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2605, 497, 9, '1.6', 'DeLorenzo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2606, 497, 9, '2', 'kmdelorenzo@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2607, 497, 9, '4', 'I would like a copy of the current members of my chapter to check that everyone has their membership current. I tried contacting Barbara Manspeaker but cannot seem to get ahold of her. I was wondering') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2608, 498, 14, '9', 'ANIMAL CARE SUPERVISOR - PRIMATES') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2609, 498, 14, '20', 'Utah\'s Hogle Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2610, 498, 14, '8', '2014-08-01') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2611, 498, 14, '12', 'Utah’s Hogle Zoo\'s is seeking enthusiastic, motivated, and highly-qualified applicants for the position of Animal Care Supervisor - Primates. This is a full-time, year-round, salaried position. \r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2612, 498, 14, '16', 'Applicants must have excellent communication and writing skills, be able to work under diverse weather conditions, varied days, hours and shifts, and be able to lift over 50 pounds without injury.\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2613, 498, 14, '18', 'Located in the beautiful state of Utah, Salt Lake City is the gateway for outstanding outdoor activities with world-class skiing less than 30 minutes away and more than 20 National Parks and monuments') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2614, 498, 14, '19', 'Please send a cover letter and resume to Christina Castellano, General Curator, at ccastellano@hoglezoo.org or Utah’s Hogle Zoo, 2600 Sunnyside Avenue, Salt Lake City, UT, 84108. This position will ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2615, 499, 12, '9', 'Manager of Wildlife') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2616, 499, 12, '20', 'EcoTarium, Worcester, MA') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2617, 499, 12, '8', '2014-06-20') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2618, 499, 12, '12', 'The EcoTarium, New England’s leading Science and Nature Center, seeks an enthusiastic professional to lead the Wildlife Department as the museum and the department embark on several initiatives, inc') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2619, 499, 12, '16', '•    B.S. (M.S. preferred) in Biology, Animal Science,  or related field preferred\r\n•    Demonstrated leadership skills with a minimum of 3 years supervisory experience\r\n•    Ability and experie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2620, 499, 12, '18', 'Salary commensurate with experience including full benefits') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2621, 499, 12, '19', 'Send cover letter, resume and three references to:  Human Resources, Attn:  Manager of Wildlife, EcoTarium, 222 Harrington Way, Worcester, MA  01604 or email:  resume@ecotarium.org.   AA/EOE') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2622, 499, 12, '25.3', 'Elaine') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2623, 499, 12, '25.6', 'Vincequere') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2624, 499, 12, '26', 'elaine@ecotarium.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2625, 499, 12, '27.1', '222 Harrington Way') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2626, 499, 12, '27.3', 'Worcester') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2627, 499, 12, '27.4', 'Massachusetts') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2628, 499, 12, '27.5', '01604') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2629, 499, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2630, 499, 12, '22.1', 'XXXXXXXXXXXX6733') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2631, 499, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2632, 499, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2633, 499, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2634, 499, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2635, 500, 12, '9', 'Zoo Keeper - Primates') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2636, 500, 12, '20', 'Houston Zoo, Inc.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2637, 500, 12, '8', '2014-06-09') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2638, 500, 12, '12', 'Carries out all aspects of the daily care of assigned animals including cleaning, feeding, grooming, and observing animals.  Administers medication and treatment as directed.  Provides training and en') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2639, 500, 12, '16', 'EXPERIENCE:\r\nAt least one year of experience is required with Great Apes, particularly gorillas, in an AZA accredited zoo.\r\n\r\nKNOWLEDGE:\r\nTwo years of college level education (60 semester credit hours') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2640, 500, 12, '18', 'Full Time with many benefits') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2641, 500, 12, '19', 'Applicants can visit www.houstonzoo.org/careers to download an application \r\nE-mail resume and completed application to careers@houstonzoo.org \r\nHouston Zoo is an Affirmative Action/Equal Opportunity ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2642, 500, 12, '25.3', 'Brandy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2643, 500, 12, '25.6', 'Conner') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2644, 500, 12, '26', 'bconner@houstonzoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2645, 500, 12, '27.1', '1513 Cambridge') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2646, 500, 12, '27.3', 'Houston') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2647, 500, 12, '27.4', 'Texas') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2648, 500, 12, '27.5', '77030') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2649, 500, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2650, 500, 12, '22.1', 'XXXXXXXXXXXX1384') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2651, 500, 12, '22.4', 'MasterCard') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2652, 500, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2653, 500, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2654, 500, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2655, 501, 12, '9', 'Wolf Care Intern') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2656, 501, 12, '20', 'W.O.L.F. Sanctuary ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2657, 501, 12, '8', '2014-08-07') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2658, 501, 12, '12', 'W.O.L.F. Sanctuary was formalized and incorporated as a 501(c)3 nonprofit corporation in June of 1995.  Individuals purchasing wolf dogs do not understand them, and few breeders are willing to educate') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2659, 501, 12, '16', 'Student or graduate of a Bachelor\'s Degree in biology, conservation, animal science, or related field.\r\nExperience working with or volunteering with animals, wild or domestic.\r\nA strong passion to hel') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2660, 501, 12, '18', 'Unpaid internship') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2661, 501, 12, '19', 'To apply send your resume and 4 references,two personal and two professional, to our Volunteer Coordinator, Amelia Wieber.\r\nawieber@wolfsanctury.net\r\nFor more info about us visit\r\nwww.wolfsanctuary.ne') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2662, 501, 12, '25.3', 'Amelia') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2663, 501, 12, '25.6', 'Wieber') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2664, 501, 12, '26', 'awieber@wolfsanctuary.net') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2665, 501, 12, '27.1', '451 E Boardwalk Dr 415') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2666, 501, 12, '27.3', 'Fort Collins') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2667, 501, 12, '27.4', 'Co') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2668, 501, 12, '27.5', '80525') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2669, 501, 12, '22.1', 'XXXXXXXXXXXX0023') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2670, 501, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2671, 501, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2672, 501, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2673, 501, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2674, 502, 9, '1.3', 'Alanna') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2675, 502, 9, '1.6', 'Cappelli') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2676, 502, 9, '2', 'alannacappelli@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2677, 502, 9, '4', 'I am a student interested in forming a student chapter at our institution and have a few questions about the process.  Who would be the best person to contact regarding this?\r\n\r\nThank you!') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2678, 503, 9, '1.3', 'Melissa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2679, 503, 9, '1.6', 'Durham') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2680, 503, 9, '2', 'mdurham@zoonewengland.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2681, 503, 9, '4', 'I recently updated my address and have not received any of the forums for the last month or so. I change my address around the end of march and I have seen other keepers receive forums for April and M') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2682, 504, 9, '1.3', 'Kim') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2683, 504, 9, '1.6', 'Sinclair-Ivey') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2684, 504, 9, '2', 'kimmivey@westnet.com.au') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2685, 504, 9, '4', 'Please change my email address to the following.  I will be cancelling my old email.\r\n\r\nNEW:  kimmivey@yahoo.com\r\n\r\nThank you.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2686, 505, 6, '1.3', 'Kristen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2687, 505, 6, '1.6', 'Blanks') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2688, 505, 6, '2', 'kristenkblanks@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2689, 505, 6, '4', 'I am a member and it is saying that my email address is not valid so I can\'t sign in to the site.  I\'m trying to update my address for the Animal Keepers\' Forum since I\'m moving.\r\n\r\nBest,\r\nKristen Bla') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2690, 506, 14, '9', 'Zookeeper (Husbandry Assistant LTE)') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2691, 506, 14, '20', 'Northeastern Wisconsin Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2692, 506, 14, '8', '2014-05-16') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2693, 506, 14, '12', 'This position is responsible for daily care of a wide variety of species.Full job description and application instructions can be found at: http://agency.governmentjobs.com/browncounty/default.cfm\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2694, 506, 14, '16', 'Bachelor\'s degree and 1 yr animal care experience at an AZA facility are preferred. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2695, 506, 14, '19', 'application instructions can be found at: http://agency.governmentjobs.com/browncounty/default.cfm') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2696, 507, 9, '1.3', 'Kristofer') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2697, 507, 9, '1.6', 'Flickinger') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2698, 507, 9, '2', 'flickula@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2699, 507, 9, '4', 'Hi, I entered in a credit card for new membership and chose the wrong card type. Is there a way I can change this? It might not go through if they don\'t match.\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2700, 508, 9, '1.3', 'Stephanie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2701, 508, 9, '1.6', 'Eller') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2702, 508, 9, '2', 'eller.stephanie@phillyzoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2703, 508, 9, '4', 'Hello!  For some reason, I did not receive the AKF issues for February and March.  It went right from volume 41, no. 1 to volume 41, no. 4!  I\'m not sure how that happened.  Would you be willing to re') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2704, 509, 6, '1.3', 'John') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2705, 509, 6, '1.6', 'Scott') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2706, 509, 6, '2', 'john.scott.1990@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2707, 509, 6, '4', 'To Whom It May Concern,\r\n\r\nHello my name is John Scott and I was a previous member of AAZK, however my dues have expired. I was hoping to either renew my membership, or join again. However, I was havi') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2708, 510, 14, '9', 'Animal Keeper - Savannah and Birds') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2709, 510, 14, '20', 'Little Rock Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2710, 510, 14, '8', '2014-05-28') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2711, 510, 14, '12', 'JOB OBJECTIVE:\r\nTo perform various duties required to maintain a clean and healthy environment for animals at the Little Rock Zoo.\r\n\r\nESSENTIAL JOB FUNCTIONS:\r\nObserves small and medium hoofstock anim') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2712, 510, 14, '16', 'MINIMUM QUALIFICATIONS AND ADDITIONAL REQUIREMENTS:\r\nThese knowledge, skills, and abilities are usually, although not always, acquired throughcompletion of high school and two (2) years of experience ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2713, 510, 14, '18', 'HIRING/ENTRY SALARY: $27,630 - $33,156 \r\nPlus Benefits Plan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2714, 510, 14, '19', 'APPLICATION REQUIREMENTS:\r\nONLY On-Line Applications Accepted.\r\nApplication and Supplemental Questions required by closing date. Applications will be screened for minimum qualifications. Applicable ex') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2715, 511, 6, '1.3', 'Katherine') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2716, 511, 6, '1.6', 'Heffernan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2717, 511, 6, '2', 'katherine.heff@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2718, 511, 6, '4', 'To Whom It May Concern:\r\n\r\nI am currently a member and cannot access the member\'s only section on the AAZK website.  I have reset my password more than once and cannot login with the new password at a') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2719, 512, 9, '1.3', 'Melinda') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2720, 512, 9, '1.6', 'Opgrand') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2721, 512, 9, '2', 'melop90@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2722, 512, 9, '4', 'Hi I just have a comment for your website. I wanted to let you know that there is not a direct link to your store, or else it is nearly impossible to find. I had to google search "aazk store" for it t') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2723, 513, 6, '1.3', 'Victoria') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2724, 513, 6, '1.6', 'Hardstaff') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2725, 513, 6, '2', 'victhechick@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2726, 513, 6, '4', 'Hello!\r\n\r\nI\'m a professional member and requested a change of address several months ago but it has yet to happen.  How do a go about doing this?\r\n\r\nVictoria Hardstaff\r\nToronto Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2727, 514, 14, '9', 'Robert G. Engel / Mammalogy Fellowship Program') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2728, 514, 14, '20', 'Wildlife Conservation Society - Bronx Zoo, Bronx, New York, USA') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2729, 514, 14, '8', '2014-06-01') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2730, 514, 14, '12', 'Application Deadline: June 1, 2014 \r\nStipend: A 30-week program with a $640.00 bi-weekly stipend, subject to all applicable tax withholdings.  Room and board are not provided. \r\n\r\nBackground:	\r\n\r\nThe ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2731, 514, 14, '16', 'Qualifications:\r\n\r\nThe program is for individuals interested in the exhibition and management of wild mammals.  An accredited college degree in an applicable field of study (i.e. zoology, animal or wi') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2732, 514, 14, '19', 'Please send your complete application via email to: \r\n\r\nOpportunities@wcs.org, specify “Robert G. Engel Fellowship Program” in the subject of your email.\r\n\r\nEOE, D/M/F/V\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2733, 515, 12, '9', 'Captive Wildlife Veterinarian') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2734, 515, 12, '20', 'PETA') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2735, 515, 12, '8', '2014-08-13') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2736, 515, 12, '12', 'Thousands of animals languish in roadside zoos,  circuses, and other captive-animal exhibits all over the United States. We know that animals aren\'t actors, spectacles to imprison and gawk at, or circ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2737, 515, 12, '16', '• Doctor of Veterinary Medicine degree from an accredited university\r\n• Minimum of two years of experience working with large animals, exotic animals, and captive wildlife \r\n• Advanced working k') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2738, 515, 12, '19', 'Please apply online:\r\nhttps://www.appone.com/MainInfoReq.asp?R_ID=828533\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2739, 515, 12, '25.3', 'Natalie ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2740, 515, 12, '25.6', 'Hawkins') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2741, 515, 12, '26', 'jobopenings@petaf.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2742, 515, 12, '27.1', '501 Front Street') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2743, 515, 12, '27.3', 'Norfolk') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2744, 515, 12, '27.4', 'VA') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2745, 515, 12, '27.5', '23510') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2746, 515, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2747, 515, 12, '22.1', 'XXXXXXXXXXXX9396') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2748, 515, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2749, 515, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2750, 515, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2751, 515, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2752, 516, 9, '1.3', 'Judith') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2753, 516, 9, '1.6', 'Bryja') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2754, 516, 9, '2', 'jbryja@houstonzoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2755, 516, 9, '4', 'I was renewing and I don\'t know if it went through.  I imagine I would be sent a receipt but I also don\'t want to enter credit card info again and get charged twice.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2756, 517, 6, '1.3', 'Tyrel') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2757, 517, 6, '1.6', 'Harness') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2758, 517, 6, '2', 'tbharness@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2759, 517, 6, '4', 'I just wanted to say that I\'m a little disappointed you would allow PETA to post a job position on your site given their extremely questionable background and methods, especially when it comes to thei') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2760, 518, 6, '1.3', 'Tyler') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2761, 518, 6, '1.6', 'Thomas') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2762, 518, 6, '2', 'ty@fragileplanetwildlife.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2763, 518, 6, '4', 'Could you please enlighten me why an organization devoted to destroying zoos was allowed to post on the AAZK job board? ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2764, 519, 6, '1.3', 'Crista') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2765, 519, 6, '1.6', 'Melchiorre') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2766, 519, 6, '2', 'cristamel4387@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2767, 519, 6, '4', 'Hello,\r\n\r\nI\'m inquiring about why AAZK has a job post from PETA.  I don\'t understand why an organization that supports zoos and their staff would associate themselves with an organization trying to en') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2768, 520, 6, '1.3', 'Jenny') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2769, 520, 6, '1.6', 'DeGroot') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2770, 520, 6, '2', 'jenny.degroot@oregonzoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2771, 520, 6, '4', 'I just saw that PETA posted a job on the AAZK job postings.  Are you guys really allowing that?  It seems really inappropriate, especially how they phrase things in the job posting.  Hoping someone ca') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2772, 521, 9, '1.3', 'Loren') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2773, 521, 9, '1.6', 'Berry') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2774, 521, 9, '2', 'lmberry919@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2775, 521, 9, '4', 'I can\'t find the link to the aazk discussion boards anymore on the new website.  Is there still one up and running?\r\n\r\nThanks!') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2776, 522, 6, '1.3', 'Yvonne') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2777, 522, 6, '1.6', 'Morrin') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2778, 522, 6, '2', 'yvonne.morrin-2013@brookes.ac.uk') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2779, 522, 6, '4', 'Hello,\r\n\r\nI am a former zookeeper from New Zealand, now a student at Oxford Brookes University in the UK, studying for an MSc in Primate Conservation. I am interested in the behavioural abnormalities ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2780, 523, 6, '1.3', 'Joanna') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2781, 523, 6, '1.6', 'Magana') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2782, 523, 6, '2', 'pixelcolor1@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2783, 523, 6, '4', 'I would like to renew my membership as well as change my membership level online, but I don\'t think I made an online account or I may have forgotten my log in information.\r\nThank you for your time\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2784, 524, 6, '1.3', 'Mary') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2785, 524, 6, '1.6', 'Wamaitha') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2786, 524, 6, '2', 'safarigardencreations@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2787, 524, 6, '4', 'Hello,\r\n\r\nJust a short email to enquire if you\'d be interested in buying safari hand made life-sized outdoor/indoor animals/birds metal sculptures that would be suitable for  zoos, museums and parks b') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2788, 525, 12, '9', 'Animal Care Specialist') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2789, 525, 12, '20', 'Micke Grove Zoo-San Joaquin County, California') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2790, 525, 12, '8', '2014-08-17') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2791, 525, 12, '12', 'This part-time / temporary recruitment is being given to fill vacancies in the Parks and Recreation division and to create a referral list to fill future vacancies. This position which is located at M') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2792, 525, 12, '16', 'Education: Graduation from a four year accredited college or university with major coursework in biology, zoology, wildlife management, wildlife ecology, animal behavior, or a closely related field. \r') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2793, 525, 12, '19', 'Apply Online: \r\nwww.sjgov.org/hr\r\n\r\nBy mail or in person: \r\nSan Joaquin County Human Resources\r\n44 N. San Joaquin Street Suite 330 \r\nStockton, Ca 95202 \r\n\r\nOffice hours: \r\nMonday – Friday 8:00 am to') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2794, 525, 12, '25.3', 'Kurt ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2795, 525, 12, '25.6', 'Shigematsu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2796, 525, 12, '26', 'kshigematsu@sjgov.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2797, 525, 12, '27.1', '44 N. San Joaquin Street') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2798, 525, 12, '27.3', 'Stockton') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2799, 525, 12, '27.4', 'CA') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2800, 525, 12, '27.5', '95202') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2801, 525, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2802, 525, 12, '22.1', 'XXXXXXXXXXXX7822') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2803, 525, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2804, 525, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2805, 525, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2806, 525, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2807, 526, 9, '1.3', 'Andy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2808, 526, 9, '1.6', 'Gillock') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2809, 526, 9, '2', 'agillock@denverzoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2810, 526, 9, '4', 'Hi,\r\n\r\nI signed up in March and I have not received a copy of Animal Keepers Forum yet. \r\n\r\nLet me know if you need any info from me or if my membership doesn\'t include the Forum.\r\n\r\nThanks') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2811, 527, 9, '1.3', 'Larry') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2812, 527, 9, '1.6', 'Clement') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2813, 527, 9, '2', 'laurence.clement@rocketmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2814, 527, 9, '4', 'I renewed my membership via Visa pmt 3/23/14.  I have not received a membership card.\r\n\r\nPlease advise.\r\n\r\nLarry') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2815, 528, 9, '1.3', 'Brandy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2816, 528, 9, '1.6', 'Conner') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2817, 528, 9, '2', 'bconner@houstonzoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2818, 528, 9, '4', 'Hello,\r\n\r\nI purchased a posting on 5/9/2014 for a keeper position we needed to post and it has changed our PCard but I cannot find the invoice for this $50 purchase.  Can you send this to me as it is ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2819, 529, 14, '9', 'Collection Manager') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2820, 529, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2821, 529, 14, '8', '2014-06-02') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2822, 529, 14, '12', 'The Phoenix Zoo is looking for a Collection Manager for our Hoofstock animals. Under direction of the Animal Curator, the Collection Manager is responsible for the organization and operation of the Ho') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2823, 529, 14, '16', 'Minimum requirements for this position include a Bachelor’s degree in life science or equivalent experience, 5 years’ experience working with exotic animal husbandry at an accredited AZA instituti') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2824, 529, 14, '18', 'This full time, year-round exempt level position has an hourly wage of $15.75 - $17.72, DOE, and comes with our full benefits package that includes medical, dental and vision insurance, 401(k) with co') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2825, 529, 14, '19', 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at: \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=656&AppliTrack') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2826, 530, 6, '1.3', 'Axa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2827, 530, 6, '1.6', 'Rainey') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2828, 530, 6, '2', 'soccer.freak.3212@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2829, 530, 6, '4', 'I\'m doing a zookeeper project. I\'m wondering how do exactly know how to feed the animals? ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2830, 531, 9, '1.3', 'Erin') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2831, 531, 9, '1.6', 'Sattler') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2832, 531, 9, '2', 'sattlere@mail.gvsu.edu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2833, 531, 9, '4', 'Hi, \r\nI just updated my address and organization because I was hired at a different zoo and changed locations. I was wondering if you could send me a new membership card because I never got one when I') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2834, 532, 14, '9', 'Full Time/Seasonal  Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2835, 532, 14, '20', 'Virginia Safari Park') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2836, 532, 14, '8', '2014-07-19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2837, 532, 14, '12', 'Virginia Safari Park, a 180-acre drive through zoo and breeding center, is expanding and searching for additional keepers. We maintain an inventory of 1000+ specimens comprised of large groups of hoof') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2838, 532, 14, '16', '•	A strong work ethic, good physical condition and a willingness to learn\r\n•	Must be able to adhere to our strict personal appearance requirements, no visible tattoos permitted.\r\n•	Maintain a no') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2839, 532, 14, '19', 'Please send resumes to: \r\nStephanie Vaughan-Williams\r\ndirector@virginiasafaripark.com \r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2840, 533, 14, '9', 'Keeper I - Instructor/Equine') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2841, 533, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2842, 533, 14, '8', '2014-06-03') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2843, 533, 14, '12', 'The Phoenix Zoo is currently seeking a part-time Equine Instructor to assist with equine horsemanship, care-giving, and beginning riding classes under the provided curriculum.  This person will also m') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2844, 533, 14, '16', 'Minimum requirements for this position include experience in teaching/lessons, knowledge of Western Riding and Horsemanship, CHA Level 1 certification preferred, HS Diploma or equivalent with a prefer') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2845, 533, 14, '19', 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=658&AppliTrackL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2846, 534, 14, '9', 'Event Facilitator') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2847, 534, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2848, 534, 14, '8', '2014-06-03') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2849, 534, 14, '12', 'The Phoenix Zoo is currently looking for an Event Facilitator to be responsible for group events at the Zoo.  If you have previous banquet or custodial experience, this may be the job for you!  The Ev') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2850, 534, 14, '16', 'Minimum requirements include possession of a valid driver’s license and ability to work a flexible schedule that may include weekends, evenings, and holidays. All Phoenix Zoo employees must pass pre') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2851, 534, 14, '18', 'This is a full time position with a starting hourly wage between $10.59 – $11.91 and a complete benefits package that includes medical, dental and vision insurance, 401(k) with company match and gen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2852, 534, 14, '19', 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=659&AppliTrackLa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2853, 535, 9, '1.3', 'Elena ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2854, 535, 9, '1.6', 'Yaunke') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2855, 535, 9, '2', 'elena.yaunke@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2856, 535, 9, '4', 'Hello,\r\n\r\nOn Feb 25 I signed up for an AAZK membership but I have yet to receive any mail/magazines from AAZK. I was just wondering when I might start receiving the magazine or if I\'ve been missing is') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2857, 536, 9, '1.3', 'justin') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2858, 536, 9, '1.6', 'bellizzi') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2859, 536, 9, '2', 'dagor08@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2860, 536, 9, '4', 'i renewed my membership about a month ago and still haven\'t received my membership card, how long should I anticipate not having one?') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2861, 537, 6, '1.3', 'Maribel') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2862, 537, 6, '1.6', 'Urena') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2863, 537, 6, '2', 'missmaribel09@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2864, 537, 6, '4', 'Hi my name is Maribel Urena, I am 22 years old and am currently a veterinary technician at a animal hospital in san diego county, Ca. I am very interested in becoming a zoo keeper but need some guidan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2865, 538, 6, '1.3', 'Brittnee') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2866, 538, 6, '1.6', 'Roles') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2867, 538, 6, '2', 'brittneeidonna2000@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2868, 538, 6, '4', 'Hello, im Brittnee Roles. I am currently 14 and not looking for a job, but am looking someplace were I can lead my future in. I am hopefully going to join this after college with my friend chelcie. Sh') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2869, 539, 9, '1.3', 'Courtney') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2870, 539, 9, '1.6', 'Nesom') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2871, 539, 9, '2', 'tigersmurf.courtney@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2872, 539, 9, '4', 'I just realized that I never received my updated membership card in the mail. With renewal going digital, are they no longer being mailed out? Just curious.\r\n\r\nThanks.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2873, 540, 14, '9', 'Hoofstock Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2874, 540, 14, '20', 'Tanganyika Wildlife Park') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2875, 540, 14, '8', '2014-08-22') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2876, 540, 14, '12', 'Tanganyika Wildlife Park is seeking a keeper to work with hoof stock.  Daily general care and maintenance of animals and exhibits for Springbok, Cuvier, Red River Hogs, Warthogs, Anoas, Blue Duiker, Z') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2877, 540, 14, '16', 'Must be working on a Biology related Degree or have equivalent experience in field work.  Also must already have a background working with similar hoof stock animals.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2878, 540, 14, '18', 'Starting pay is $9.00 per hour.  2 weeks paid vacation after 1 year of employment along with a simple IRA.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2879, 540, 14, '19', 'Please send cover letters and Resumes to Stephanie Jeter by email to sjeter@twpark.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2880, 541, 14, '9', 'Veterinary Assistant') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2881, 541, 14, '20', 'City of El Paso Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2882, 541, 14, '8', '2014-06-10') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2883, 541, 14, '12', '***Recruitment will begin May 29, 2014***\r\n\r\nGENERAL PURPOSE:\r\nUnder general supervision, perform duties to support and document health care and feeding of zoo animals. \r\n\r\nTYPICAL DUTIES:\r\nAssist vet') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2884, 541, 14, '16', 'Education and Experience: A High School diploma or GED, and one (1) year animal health care experience under the supervision of a veterinarian. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2885, 541, 14, '18', 'Salary:  $13.29 - $20.47 Hourly') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2886, 541, 14, '19', 'Note: Recruitment will begin on May 29, 2014.  On May 29, 2014, interested applicants must go to www.elpasotexas.gov to apply. Applications are only accepted online. Applicants are encouraged to apply') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2887, 542, 14, '9', 'Collection Manager (Primates)') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2888, 542, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2889, 542, 14, '8', '2014-06-10') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2890, 542, 14, '12', 'The Phoenix Zoo is looking for a Collection Manager for our Primates. Under direction of the Animal Curator, the Collection Manager is responsible for the organization and operation of the Primates de') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2891, 542, 14, '16', 'Minimum requirements for this position include a Bachelor’s degree in life science or equivalent experience, 5 years’ experience working with exotic animal husbandry at an accredited AZA instituti') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2892, 542, 14, '18', 'This full time, year-round exempt level position has an hourly wage of $15.75 - $17.72, DOE, and comes with our full benefits package that includes medical, dental and vision insurance, 401(k) with co') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2893, 542, 14, '19', 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at: \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=661&AppliTrack') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2894, 543, 14, '9', 'Senior Keeper - Carnivores') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2895, 543, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2896, 543, 14, '8', '2014-06-10') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2897, 543, 14, '12', 'Lions, tigers and bears, oh my!\r\n\r\nThe Phoenix Zoo is currently looking for a Senior Keeper for our Carnivores.  Senior Keepers must demonstrate significant knowledge of husbandry practices and be abl') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2898, 543, 14, '16', 'This position requires a BS degree in Life Science or equivalent experience and at least 5 years paid work relevant to animal husbandry.  Other minimum qualifications include behavioral enrichment or ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2899, 543, 14, '18', 'This full-time position pays $14.30/hour and includes our full benefits package with medical, dental, vision, 401(k) with company match and generous paid time off.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2900, 543, 14, '19', 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at: \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=665&AppliTrackL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2901, 544, 14, '9', 'Conservation Technician') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2902, 544, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2903, 544, 14, '8', '2014-06-10') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2904, 544, 14, '12', 'The Phoenix Zoo is currently seeking a full-time Conservation Technician.  This person will be responsible for maintaining the safety, health and well-being of all assigned conservation specimens thro') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2905, 544, 14, '16', 'Minimum requirements for this position include a HS Diploma with a preference for a BS Degree in Life Science or related field, 1 year experience in work relevant to animal husbandry, and a valid driv') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2906, 544, 14, '19', '\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at: \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=660&AppliTra') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2907, 545, 9, '1.3', 'Angie ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2908, 545, 9, '1.6', 'Cox') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2909, 545, 9, '2', 'acorcor1@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2910, 545, 9, '4', 'I had to reset my password recently.  In the process, I was given a very generic user name which replaced my chosen user name.  I have been looking around the AAZK members site for a way to change my ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2911, 546, 9, '1.3', 'Robin') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2912, 546, 9, '1.6', 'Sutker') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2913, 546, 9, '2', 'robin.sutker@marylandzoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2914, 546, 9, '4', 'Hi AAZK!\r\n\r\nI moved zoos and would like to use the aforementioned email from now on - but I can\'t figure out how to update it on the website. My former email was rsutker@wcs.org.\r\n\r\nThanks!\r\nRobin') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2915, 547, 6, '1.3', 'Thea') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2916, 547, 6, '1.6', 'Etchells') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2917, 547, 6, '2', 'tetchells@cmzoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2918, 547, 6, '4', 'Hello again, I\'ve been trying to retrieve my account so that I can renew my membership but I have not received word. It keeps telling me none of the emails I have tried are valid. Please help. I\'m an ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2919, 548, 6, '1.3', 'TJ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2920, 548, 6, '1.6', 'Calandra') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2921, 548, 6, '2', 'tjcalandra@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2922, 548, 6, '4', 'To whom this may concern,\r\n\r\nI have been dreaming of having a career workingwith/taking care of animals since childhood. Within the past year, while still earning my associate\'s degree in liberal arts') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2923, 549, 14, '9', 'Animal Keepers - As Needed') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2924, 549, 14, '20', 'San Francisco Zoological Society') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2925, 549, 14, '8', '2014-07-01') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2926, 549, 14, '12', 'This is an As-Needed position, therefore there is no guarantee of hours.  The ideal candidate will be available to work weekdays, weekends and holidays.\r\n\r\nSubject to collective bargaining agreement \r') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2927, 549, 14, '16', 'REQUIRED QUALIFICATIONS:  To perform this job successfully, an individual must be able to perform each essential duty satisfactorily. The requirements listed below are representative of the knowledge,') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2928, 549, 14, '18', 'SALARY:  $18.52 - $26.41 \r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2929, 549, 14, '19', 'TO APPLY:  Please complete an application at www.sfzoo.org.  Please include a resume and letter of interest detailing your experience as it relates to this position.  EOE.\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2930, 550, 12, '9', 'Zookeeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2931, 550, 12, '20', 'Hutchinson Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2932, 550, 12, '8', '2014-07-01') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2933, 550, 12, '12', 'JOB SUMMARY\r\nThe Hutchinson Zoo is looking for an applicant with familiarity with reptiles including experience with venomous species as well as other taxa; is detail oriented and communicates effecti') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2934, 550, 12, '16', 'Experience: \r\nOne year of full time paid work experience in a zoological, wildlife park or a closely related environment is required.  Employee is expected to have acquired the necessary information a') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2935, 550, 12, '19', 'To apply or inquire for further information please contact:\r\n\r\nKiley Buggeln, Curator\r\nemail: kileyb@hutchgov.com \r\nphone: 620-694-2653') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2936, 550, 12, '25.3', 'Kiley') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2937, 550, 12, '25.6', 'Buggeln') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2938, 550, 12, '26', 'kileyb@hutchgov.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2939, 550, 12, '27.1', 'PO Box 1567') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2940, 550, 12, '27.3', 'Hutchinson') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2941, 550, 12, '27.4', 'Kansas') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2942, 550, 12, '27.5', '67504') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2943, 550, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2944, 550, 12, '22.1', 'XXXXXXXXXXXX8308') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2945, 550, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2946, 550, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2947, 550, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2948, 550, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2949, 551, 9, '1.3', 'Steve') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2950, 551, 9, '1.6', 'Tirotta') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2951, 551, 9, '2', 'zukprsteve@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2952, 551, 9, '4', 'Hi.  I did not receive a membership card this year. My membership is paid through Feb 2015.  Please send a replacement asap.  Thanks very much!') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2953, 552, 6, '1.3', 'Mary') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2954, 552, 6, '1.6', 'Wamaitha') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2955, 552, 6, '2', 'safarigardencreations@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2956, 552, 6, '4', 'Hello,\r\n\r\nWriting to enquire if you\'d be interested in buying life-sized wildlife  animal metal sculptures that would be suitable for zoos, museums, parks, attractions, aquariums, home/public garden b') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2957, 553, 14, '9', 'Keeper I - Hoofstock') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2958, 553, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2959, 553, 14, '8', '2014-06-13') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2960, 553, 14, '12', 'The Phoenix Zoo is seeking a full-time keeper to join our Hoofstock team.  This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting anima') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2961, 553, 14, '16', 'Minimum requirements include 6 months paid or 1 year volunteer experience in animal husbandry, possession of a valid driver’s license, and a preference for a candidate with a bachelor’s degree in ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2962, 553, 14, '19', 'To view a more complete description and list of requirements, and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=666&AppliTrackL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2963, 554, 14, '9', 'Program Animal Supervisor') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2964, 554, 14, '20', 'Houston Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2965, 554, 14, '8', '2014-07-01') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2966, 554, 14, '12', 'The Houston Zoo is seeking an experienced, people-oriented individual for the position of Zoo Supervisor in our Children’s Zoo Program Animal Section. The Children’s Zoo is a multi-taxa department') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2967, 554, 14, '16', '•	A minimum of five years of experience in an AZA or equivalent facility, with demonstrated experience with the relevant groups of animals. \r\n•	A certificate of completion from an acceptable anima') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2968, 554, 14, '19', 'Applicants can visit www.houstonzoo.org/careers to download an application \r\nE-mail resume and completed application to careers@houstonzoo.org \r\nHouston Zoo is an Affirmative Action/Equal Opportunity ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2969, 555, 14, '9', 'Keeper I - Carnivores (full time temporary)') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2970, 555, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2971, 555, 14, '8', '2014-06-13') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2972, 555, 14, '12', 'The Phoenix Zoo is seeking a full-time temporary keeper for our Carnivores.  This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting on ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2973, 555, 14, '16', 'Minimum requirements include a high-school diploma or equivalent with a preference for an individual with a Bachelor’s Degree in Life Science or related field, 6 months paid or 1 year volunteer expe') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2974, 555, 14, '19', 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=664&AppliTrackLa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2975, 556, 6, '1.3', 'Sarah') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2976, 556, 6, '1.6', 'Wahr') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2977, 556, 6, '2', 'sarahwahr@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2978, 556, 6, '4', 'I am no longer employed at Binder Park Zoo but I am a docent at Potter Park Zoo. I need to change my membership level to Affiliate. Also I have changed my password 3 times yet I cannot sign in to rene') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2979, 557, 14, '9', 'Education Curator') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2980, 557, 14, '20', 'Little Rock Zoo, Little Rock, AR') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2981, 557, 14, '8', '2014-06-30') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2982, 557, 14, '12', 'JOB OBJECTIVE:  To plan and direct the Education Division at the Little Rock Zoo which include developing and evaluating interpretive educational programs, managing the penguin exhibit, training educa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2983, 557, 14, '16', 'MINIMUM QUALIFICATIONS AND ADDITIONAL REQUIREMENTS:\r\nThese knowledge, skills, and abilities are usually, although not always, acquired through completion of a Bachelor’s degree in Environmental Educ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2984, 557, 14, '18', 'HIRING/ENTRY SALARY: $51,976 - $66,010 plus benefits') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2985, 557, 14, '19', 'APPLICATION REQUIREMENTS: ONLY On-Line Applications Accepted. Application and Supplemental Questions required by closing date.  Applications will be screened for minimum qualifications.\r\n\r\nPosition is') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2986, 558, 5, '1.3', 'Karin') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2987, 558, 5, '1.6', 'Konoval') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2988, 558, 5, '4', '(604)681-9073') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2989, 558, 5, '5', 'karikonoval@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2990, 558, 5, '6.1', '#403 ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2991, 558, 5, '6.2', '1949 Comox Street') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2992, 558, 5, '6.3', 'Vancouver') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2993, 558, 5, '6.4', 'British Columbia') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2994, 558, 5, '6.5', 'V6G 1R7') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2995, 558, 5, '6.6', 'Canada') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2996, 558, 5, '11', 'Little Turtle AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2997, 558, 5, '10', '$100.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2998, 558, 5, '13.1', 'XXXXXXXXXXXX9764') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (2999, 558, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3000, 558, 5, '12', '100') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3001, 559, 9, '1.3', 'Mary') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3002, 559, 9, '1.6', 'Lawrence') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3003, 559, 9, '2', 'lovetigers422@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3004, 559, 9, '4', 'I tried to change my email address on this website and have not been able to.  My old address is lovetigers02@gmail.com and the new one is lovetigers422@gmail.com.  Thank you') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3005, 560, 5, '1.3', 'Martin\'s Flag') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3006, 560, 5, '1.6', 'Shop, Corp.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3007, 560, 5, '4', '(260)749-1736') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3008, 560, 5, '5', 'flagsnflagpoles@frontier.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3009, 560, 5, '6.1', '127 Tweedwood Drive') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3010, 560, 5, '6.3', 'New Haven ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3011, 560, 5, '6.4', 'IN') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3012, 560, 5, '6.5', '46774') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3013, 560, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3014, 560, 5, '11', 'Little Turtle AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3015, 560, 5, '10', '$500.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3016, 560, 5, '13.1', 'XXXXXXXXXXXX7431') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3017, 560, 5, '13.4', 'MasterCard') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3018, 560, 5, '12', '500') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3019, 561, 12, '9', 'Full Time Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3020, 561, 12, '20', 'Conservators\' Center') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3021, 561, 12, '8', '2014-07-01') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3022, 561, 12, '12', 'The Conservators’ Center is a nonprofit organization that preserves threatened species through rescuing wildlife in need, responsible captive breeding, and providing educational programs and support') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3023, 561, 12, '16', 'Minimum job qualifications:\r\n\r\nHigh school diploma, or equivalent.\r\n1 year of paid experience working with exotic mammals.\r\nStrong interpersonal, team-building, and communication skills.\r\nBasic skills') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3024, 561, 12, '18', 'Salary commensurate with experience. Shared housing opportunities may be available.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3025, 561, 12, '19', 'To apply, please visit http://www.conservatorscenter.org/about/employment/job-posting/') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3026, 561, 12, '25.3', 'John') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3027, 561, 12, '25.6', 'Wagner') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3028, 561, 12, '26', 'operations@conservatorscenter.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3029, 561, 12, '27.1', 'PO BOX 882') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3030, 561, 12, '27.3', 'Mebane') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3031, 561, 12, '27.4', 'NC') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3032, 561, 12, '27.5', '27217') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3033, 561, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3034, 561, 12, '22.1', 'XXXXXXXXXXXX0107') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3035, 561, 12, '22.4', 'MasterCard') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3036, 561, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3037, 561, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3038, 561, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3039, 562, 14, '9', 'Carnivore/Primate Intern') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3040, 562, 14, '20', 'Tiger World, Rockwell, NC') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3041, 562, 14, '8', '2014-09-01') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3042, 562, 14, '12', 'Tiger World is located just 20 minutes North of Charlotte, NC and has animals including Lions, Tigers, Leopards, Lemurs, Baboons, Bears and more. We have available 3-month Intern positions throughout ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3043, 562, 14, '16', '1. Candidates should have at least two (2) years of program studies in zoology, animal management, biology, exotic animal husbandry or a related field.  Applicants who have already achieved their bach') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3044, 562, 14, '18', 'This is an unpaid voluntary position, however housing and a weekly stipend of $50 will be provided.  The use of the company vehicle (stick shift) may be available if you have your own car insurance.  ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3045, 562, 14, '19', 'Please send your Resumé and Cover Letter to careers@tigerworld.us along with your letter of recommendation and transcripts.  We also enjoy pictures of your past experiences, please include them with ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3046, 563, 14, '9', 'Carnivore/Primate Intern') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3047, 563, 14, '20', 'Tiger World, Rockwell, NC') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3048, 563, 14, '8', '2014-09-01') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3049, 563, 14, '12', 'Tiger World is located just 20 minutes North of Charlotte, NC and has animals including Lions, Tigers, Leopards, Lemurs, Baboons, Bears and more. We have available 3-month Intern positions throughout ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3050, 563, 14, '16', '1. Candidates should have at least two (2) years of program studies in zoology, animal management, biology, exotic animal husbandry or a related field.  Applicants who have already achieved their bach') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3051, 563, 14, '18', 'This is an unpaid voluntary position, however housing and a weekly stipend of $50 will be provided.  The use of the company vehicle (stick shift) may be available if you have your own car insurance.  ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3052, 563, 14, '19', 'Please send your Resumé and Cover Letter to careers@tigerworld.us along with your letter of recommendation and transcripts.  We also enjoy pictures of your past experiences, please include them with ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3053, 564, 6, '1.3', 'Leslie ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3054, 564, 6, '1.6', 'Smith') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3055, 564, 6, '2', 'Leslie08Ann@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3056, 564, 6, '4', 'To whom it may concern,\r\n   I have been a member of AAZK for the last year, however, it was done through my school program (Davidson County Community College; The Zoo and Aquarium Science Program). I ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3057, 565, 14, '9', 'Senior Horticulturist') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3058, 565, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3059, 565, 14, '8', '2014-06-17') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3060, 565, 14, '12', 'The Phoenix Zoo is currently seeking a Senior Horticulturist to perform the design, installation and maintenance of landscape materials, water features and irrigation systems.  This person will also b') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3061, 565, 14, '16', 'Minimum requirements for this position include a Bachelor’s degree in Horticulture, Agriculture, Botany or relevant degree or experience/knowledge or combination of experience with a technical certi') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3062, 565, 14, '19', 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n  \r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=671&AppliTrac') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3063, 566, 6, '1.3', 'Kimberly') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3064, 566, 6, '1.6', 'Harper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3065, 566, 6, '2', 'kim2074722@maricopa.edu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3066, 566, 6, '4', 'Hello,\r\n\r\nI noticed that you\'re located in Tucson, AZ. I live in Arizona and I am looking for recommendations on which of the three main universities in Arizona to attend to become a biologist/zoologi') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3067, 567, 6, '1.3', 'Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3068, 567, 6, '1.6', 'Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3069, 567, 6, '2', 'Name@Email.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3070, 567, 6, '4', '\'(The Italy/Italian: Sicily-Sicilian Mafia La Cosa Nostra/La Costra Nostra)\'[The Mexican*, And, The South American*, Cocaine Kartelz, And, The *~Far-Eastern Asian*~/~Afghanistan-Pakistan Mountain~ Opi') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3071, 568, 14, '9', 'educator/keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3072, 568, 14, '20', 'wild wonders') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3073, 568, 14, '8', '2014-09-02') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3074, 568, 14, '12', 'part time educator position available  for late summer. Applicants responsible for the daily feeding, cleaning, enrichment, handling and socialization of our ambassador collection, as well as exhibit ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3075, 568, 14, '16', 'must have bs degree in zoology or related discipline. Must have at least one year minimum experience in husbandry, training, and show presentation of non domestic animals in a professional setting. Mu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3076, 568, 14, '18', 'starts at 12/hour-if 32 hours or more, medical stipend for insurance offered') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3077, 568, 14, '19', 'email resume to wildwonders@att.net or send resume to po bx 2771 Carlsbad, ca 92008\r\nno phone calls please') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3078, 569, 9, '1.3', 'Amber') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3079, 569, 9, '1.6', 'Bapst') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3080, 569, 9, '2', 'abapst@memphiszoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3081, 569, 9, '4', 'Hi,\r\n\r\nI am trying to find a copy of an old issue of Animal Keeper\'s Forum.  Looking for volume 20, pages 209-215.  Can you help me?\r\n\r\nThanks,\r\nAmber') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3082, 570, 5, '1.3', 'paul') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3083, 570, 5, '1.6', 'glessner') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3084, 570, 5, '4', '(562)714-6686') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3085, 570, 5, '5', 'jetdsigner@aol.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3086, 570, 5, '6.1', '1535 W. Avenue L') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3087, 570, 5, '6.2', 'Suite 1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3088, 570, 5, '6.3', 'Lancaster') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3089, 570, 5, '6.4', 'CA') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3090, 570, 5, '6.5', '93534') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3091, 570, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3092, 570, 5, '11', 'General|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3093, 570, 5, '10', '$20.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3094, 570, 5, '13.1', 'XXXXXXXXXXXX8433') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3095, 570, 5, '13.4', 'MasterCard') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3096, 570, 5, '14', 'Sean Mallee') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3097, 570, 5, '12', '20') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3098, 571, 9, '1.3', 'Erin') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3099, 571, 9, '1.6', 'Mowatt') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3100, 571, 9, '2', 'enm1223@msn.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3101, 571, 9, '4', 'I have renewed my membership back in April or May and I never received a new updated membership card. I was wondering if I was going to get a new one with a new date of expiration. I need it to show m') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3102, 572, 9, '1.3', 'Brandy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3103, 572, 9, '1.6', 'Conner') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3104, 572, 9, '2', 'bconner@houstonzoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3105, 572, 9, '4', 'I am sorry to request this again but I lost all my saved information on my computer when we transferred to a new system and it had my code to use for the Houston Zoo to post jobs, free of charge.  Can') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3106, 573, 5, '1.3', 'Joan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3107, 573, 5, '1.6', 'Klein') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3108, 573, 5, '4', '(561)715-1960') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3109, 573, 5, '5', 'Jklein62@bellsouth.net') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3110, 573, 5, '6.1', '7904 new holland way') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3111, 573, 5, '6.3', 'Boynton beach') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3112, 573, 5, '6.4', 'Florida') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3113, 573, 5, '6.5', '33437') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3114, 573, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3115, 573, 5, '11', 'Lion Country Safari AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3116, 573, 5, '10', '$25.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3117, 573, 5, '13.1', 'XXXXXXXXXXXX0308') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3118, 573, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3119, 573, 5, '14', 'Greg Koslowski ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3120, 573, 5, '12', '25') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3121, 574, 5, '1.3', 'sally') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3122, 574, 5, '1.6', 'takamine') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3123, 574, 5, '4', '(808)227-4780') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3124, 574, 5, '5', 'sally@smtakaminecpa.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3125, 574, 5, '6.1', '98-351 koauka loop') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3126, 574, 5, '6.2', 'c1102') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3127, 574, 5, '6.3', 'aiea') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3128, 574, 5, '6.4', 'Hawaii') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3129, 574, 5, '6.5', '96701') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3130, 574, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3131, 574, 5, '11', 'Puget Sound AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3132, 574, 5, '10', '$30.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3133, 574, 5, '13.1', 'XXXXXXXXXXXX5143') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3134, 574, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3135, 574, 5, '12', '30') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3136, 575, 5, '1.3', 'TOSHIO') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3137, 575, 5, '1.6', 'MIYASHITA') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3138, 575, 5, '4', '(808)589-1820') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3139, 575, 5, '5', 'toshio1925@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3140, 575, 5, '6.1', '909 KAPIOLANI BLVD') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3141, 575, 5, '6.2', '2504') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3142, 575, 5, '6.3', 'Honolulu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3143, 575, 5, '6.4', 'Hawaii') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3144, 575, 5, '6.5', '96814') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3145, 575, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3146, 575, 5, '11', 'Puget Sound AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3147, 575, 5, '10', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3148, 575, 5, '13.1', 'XXXXXXXXXXXX3426') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3149, 575, 5, '13.4', 'MasterCard') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3150, 575, 5, '12', '50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3151, 576, 5, '1.3', 'TOSHIO') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3152, 576, 5, '1.6', 'MIYASHITA') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3153, 576, 5, '4', '(808)589-1820') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3154, 576, 5, '5', 'toshio1925@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3155, 576, 5, '6.1', '909 KAPIOLANI BLVD') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3156, 576, 5, '6.2', '2504') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3157, 576, 5, '6.3', 'Honolulu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3158, 576, 5, '6.4', 'Hawaii') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3159, 576, 5, '6.5', '96814') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3160, 576, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3161, 576, 5, '11', 'Puget Sound AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3162, 576, 5, '10', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3163, 576, 5, '13.1', 'XXXXXXXXXXXX3426') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3164, 576, 5, '13.4', 'MasterCard') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3165, 576, 5, '12', '50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3166, 577, 9, '1.3', 'Laurie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3167, 577, 9, '1.6', 'McGivern') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3168, 577, 9, '2', 'ldmcg@aol.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3169, 577, 9, '4', 'Oops!  I just renewed my membership and used a Canadian dollar debit card instead of an American dollar one.  Let me know what\'s the easiest way to fix it.  Sorry for the inconvenience.  Laurie.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3170, 578, 6, '1.3', 'Edyth') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3171, 578, 6, '1.6', 'Counter-Griffis') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3172, 578, 6, '2', 'FreeRangeFingers@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3173, 578, 6, '4', 'I donated a One of a kind Crochet Rhino sculpture to the  NC Bowling for Rhino\'s event this spring. The person I sent it to thanked me and  sent the donation in to the next person in the chain.  I nev') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3174, 579, 6, '1.3', 'Amber') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3175, 579, 6, '1.6', 'Roth') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3176, 579, 6, '2', 'amber@redtailarts.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3177, 579, 6, '4', 'To whom it may concern,\r\n\r\nI recently donated a hand-painted feather (link to the photos has been included at the bottom) to the Bowling for Rhino\'s event in Western NC this past May.  It was donated ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3178, 580, 5, '1.3', 'Kathleen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3179, 580, 5, '1.6', 'Rich') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3180, 580, 5, '4', '(219)929-5553') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3181, 580, 5, '5', 'e.rich@comcast.net') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3182, 580, 5, '6.1', '1307 Park Road') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3183, 580, 5, '6.3', 'Chesterton') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3184, 580, 5, '6.4', 'Indiana (IN)') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3185, 580, 5, '6.5', '46304') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3186, 580, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3187, 580, 5, '11', 'Little Turtle AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3188, 580, 5, '10', '$75.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3189, 580, 5, '13.1', 'XXXXXXXXXXXX2519') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3190, 580, 5, '13.4', 'MasterCard') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3191, 580, 5, '12', '75') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3192, 581, 5, '1.3', 'Cynthia') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3193, 581, 5, '1.6', 'Dout') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3194, 581, 5, '4', '(206)235-0145') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3195, 581, 5, '5', 'cdout@nwlink.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3196, 581, 5, '6.1', '4631 S Garden Street') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3197, 581, 5, '6.3', 'Seattle') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3198, 581, 5, '6.4', 'WA') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3199, 581, 5, '6.5', '98118') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3200, 581, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3201, 581, 5, '11', 'Puget Sound AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3202, 581, 5, '10', '$30.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3203, 581, 5, '13.1', 'XXXXXXXXXXXX5804') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3204, 581, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3205, 581, 5, '14', 'for Katie A and Kelly M') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3206, 581, 5, '12', '30') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3207, 582, 5, '1.3', 'Joseph') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3208, 582, 5, '1.6', 'Sitrick') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3209, 582, 5, '4', '(561)391-4965') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3210, 582, 5, '5', 'jsitrick@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3211, 582, 5, '6.1', '4740 S. Ocean Blvd.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3212, 582, 5, '6.2', 'Apt. 1406') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3213, 582, 5, '6.3', 'Highland Beach') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3214, 582, 5, '6.4', 'Fl.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3215, 582, 5, '6.5', '33487') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3216, 582, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3217, 582, 5, '11', 'General|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3218, 582, 5, '10', '$100.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3219, 582, 5, '13.1', 'XXXXXXXXXXXX8231') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3220, 582, 5, '13.4', 'MasterCard') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3221, 582, 5, '14', 'Greg Koslowski') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3222, 582, 5, '12', '100') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3223, 583, 5, '1.3', 'Stanley') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3224, 583, 5, '1.6', 'Miller') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3225, 583, 5, '4', '(561)733-8282') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3226, 583, 5, '5', 'moreh@comcast.net') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3227, 583, 5, '6.1', '7885 new holland way') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3228, 583, 5, '6.3', 'boynton beach') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3229, 583, 5, '6.4', 'Florida') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3230, 583, 5, '6.5', '33437') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3231, 583, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3232, 583, 5, '11', 'Lion Country Safari AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3233, 583, 5, '10', '$15.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3234, 583, 5, '13.1', 'XXXXXXXXXXXX1287') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3235, 583, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3236, 583, 5, '14', 'Greg Koslowski') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3237, 583, 5, '12', '15') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3238, 584, 6, '1.3', 'Kaitlyn  ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3239, 584, 6, '1.6', 'Keys') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3240, 584, 6, '2', 'kkeys@wcs.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3241, 584, 6, '4', 'Hi,\r\nI\'am a renewing member of AAZK . I renewed On May 5th, 2014 but have not received a membership card or any forums yet. I also can not log into my membership account. This problem happens every ti') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3242, 585, 14, '9', 'ANIMAL CARE SPECIALIST') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3243, 585, 14, '20', 'Tiger World, Rockwell, NC') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3244, 585, 14, '8', '2014-09-07') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3245, 585, 14, '12', 'Tiger World, a non-profit charity, has 2 immediate openings for an Animal Care Specialist to help care for our collection of Big Cats and Primates.  Tiger World is located just 20 minutes North of Cha') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3246, 585, 14, '16', '1. BS degree in Biology/Zoology or related field or equivalent education, experience, and training. \r\n2. MINIMUM 1 Year Previous full-time experience in a zoological institution and ability to work in') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3247, 585, 14, '18', 'Salary is dependent upon education and experience.  Vacation/Sick Time earned at 1 day per month of employment.  Health Care Stipend available of $100 per month. \r\nOn-site living opportunity is availa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3248, 585, 14, '19', 'Please send your Resumé and Cover Letter to careers@tigerworld.us along with your letter of recommendation.  We also enjoy pictures of your past experiences, please include them with your application') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3249, 586, 14, '9', 'Primate Husbandry Internship') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3250, 586, 14, '20', 'Lemur Conservation Foundation') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3251, 586, 14, '8', '2014-09-18') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3252, 586, 14, '12', 'The Lemur Conservation Foundation is offering a 7 month internship from July 1st, 2014 to January 15, 2014 in primate husbandry. LCF’s internship offers an exceptional opportunity to receive trainin') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3253, 586, 14, '16', 'Qualifications/Experience: \r\n•	Available to work 40 hours per week for a minimum of 7 months, beginning July 1st, 2014\r\n•	Interns should possess a Bachelor’s degree in a Life Sciences or related') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3254, 586, 14, '18', 'Salary/funding: A monthly stipend and onsite housing with utilities is provided. Numerous opportunities for personal development and growth within the position are encouraged and include; Florida Anim') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3255, 586, 14, '19', 'Interested candidates should email the following documents to agrand@lemurreserve.org by June 18 to be considered:\r\n•	Letter of interest including dates of availability and any prior obligations and') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3256, 587, 5, '1.3', 'George') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3257, 587, 5, '1.6', 'Schellenger') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3258, 587, 5, '4', '(772)812-4492') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3259, 587, 5, '5', 'gschellenger@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3260, 587, 5, '6.1', '345 N Fort Lauderdale Beach Blvd') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3261, 587, 5, '6.2', '207') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3262, 587, 5, '6.3', 'Fort Lauderdale') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3263, 587, 5, '6.4', 'FL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3264, 587, 5, '6.5', '33304') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3265, 587, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3266, 587, 5, '11', 'Lion Country Safari AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3267, 587, 5, '10', '$100.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3268, 587, 5, '13.1', 'XXXXXXXXXXXX5980') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3269, 587, 5, '13.4', 'MasterCard') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3270, 587, 5, '14', 'Sean Mallee\'s Team') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3271, 587, 5, '12', '100') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3272, 588, 5, '1.3', 'George') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3273, 588, 5, '1.6', 'Schellenger') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3274, 588, 5, '4', '(772)812-4492') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3275, 588, 5, '5', 'gschellenger@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3276, 588, 5, '6.1', '345 N Fort Lauderdale Beach Blvd') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3277, 588, 5, '6.2', '207') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3278, 588, 5, '6.3', 'Fort Lauderdale') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3279, 588, 5, '6.4', 'FL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3280, 588, 5, '6.5', '33304') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3281, 588, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3282, 588, 5, '11', 'Lion Country Safari AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3283, 588, 5, '10', '$100.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3284, 588, 5, '13.1', 'XXXXXXXXXXXX5980') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3285, 588, 5, '13.4', 'MasterCard') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3286, 588, 5, '14', 'Sean Mallee\'s Team') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3287, 588, 5, '12', '100') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3288, 589, 5, '1.3', 'Whitney') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3289, 589, 5, '1.6', 'Jones') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3290, 589, 5, '4', '(765)212-8605') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3291, 589, 5, '5', 'whitneyjojojo@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3292, 589, 5, '6.1', '1922 W. 9th Street') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3293, 589, 5, '6.3', 'Muncie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3294, 589, 5, '6.4', 'Indiana') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3295, 589, 5, '6.5', '47302') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3296, 589, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3297, 589, 5, '11', 'Little Turtle AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3298, 589, 5, '10', '$15.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3299, 589, 5, '13.1', 'XXXXXXXXXXXX7085') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3300, 589, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3301, 589, 5, '12', '15') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3302, 590, 6, '1.3', 'Michele') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3303, 590, 6, '1.6', 'Stancer') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3304, 590, 6, '2', 'stancerfamily@cox.net') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3305, 590, 6, '4', 'Hi,\r\nI\'m trying to register but the password reset is not working...\r\nPlease advise\r\nThanks!\r\nMichele') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3306, 591, 14, '9', 'Certified Veterinary Technician') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3307, 591, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3308, 591, 14, '8', '2014-06-23') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3309, 591, 14, '12', 'The Phoenix Zoo’s Animal Care Center is seeking a full-time Veterinary Technician to join our existing veterinary team. The Vet Tech is expected to assist with most procedures, provide direct assist') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3310, 591, 14, '16', 'Minimum qualifications for this position include an AZ State Veterinary Technician License, 3 years of veterinary technician experience within a clinical setting, ability to trouble-shoot medical mach') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3311, 591, 14, '18', 'This position has a starting hourly wage of $12.95 - $14.57 DOE with a generous benefits package that includes 4 weeks of paid vacation/year, medical/dental/vision insurance, 401(k) with company match') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3312, 591, 14, '19', 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=673&AppliTrackL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3313, 592, 14, '9', 'Experience Guide - Level I') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3314, 592, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3315, 592, 14, '8', '2014-06-23') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3316, 592, 14, '12', 'The Phoenix Zoo is currently looking for a part-time Experience Guide.  Guides initiate conversations and educate the public about animals encountered throughout the zoo.  Experience Guides provide a ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3317, 592, 14, '16', 'Minimum requirements include excellent public speaking and presentation skills with the ability to learn and communicate science concepts to the public, 1 year of customer service experience, and abil') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3318, 592, 14, '19', 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=672&AppliTrackLa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3319, 593, 5, '1.3', 'REbecca') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3320, 593, 5, '1.6', 'Rutkowski') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3321, 593, 5, '4', '(260)436-2112') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3322, 593, 5, '5', 'rlrutkowski@msn.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3323, 593, 5, '6.1', '2630 Covington Woods Blvd') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3324, 593, 5, '6.3', 'Fort Wayne') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3325, 593, 5, '6.4', 'IN') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3326, 593, 5, '6.5', '46804') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3327, 593, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3328, 593, 5, '11', 'Little Turtle AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3329, 593, 5, '10', '$10.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3330, 593, 5, '13.1', 'XXXXXXXXXXXX5052') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3331, 593, 5, '13.4', 'MasterCard') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3332, 593, 5, '12', '10') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3333, 594, 5, '1.3', 'Michael') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3334, 594, 5, '1.6', 'Mallee') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3335, 594, 5, '4', '(302)998-4569') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3336, 594, 5, '5', 'mmallee1@aol.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3337, 594, 5, '6.1', '23 Stonewold Way') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3338, 594, 5, '6.3', 'Greenville') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3339, 594, 5, '6.4', 'DE') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3340, 594, 5, '6.5', '19807') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3341, 594, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3342, 594, 5, '11', 'Lion Country Safari AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3343, 594, 5, '10', '$200.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3344, 594, 5, '13.1', 'XXXXXXXXXXXX6247') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3345, 594, 5, '13.4', 'MasterCard') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3346, 594, 5, '14', 'Sean Mallee') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3347, 594, 5, '12', '200') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3348, 595, 14, '9', 'Exotic Feline Internship') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3349, 595, 14, '20', 'Panther Ridge Conservation Center') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3350, 595, 14, '8', '2014-07-05') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3351, 595, 14, '12', 'Panther Ridge Conservation Center offers experience in husbandry, diet preparation and animal training with 8 species of exotic felines. Interns will be responsible for cleaning, feeding, enrichment, ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3352, 595, 14, '16', 'Requirements: \r\n•	Applicants must be 18 years of age \r\n•	Enrolled in or have graduated with a degree in biological science, zoology, pre-veterinary or related field \r\n•	Able to comfortably lift ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3353, 595, 14, '18', ' Interns will be provided a weekly stipend of $50 and housing.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3354, 595, 14, '19', 'To submit an application, please provide a resume with two references and a cover letter stating why you believe this is the internship for you. Applications may be emailed to michelleengler618@gmail.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3355, 596, 6, '1.3', 'Eugene') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3356, 596, 6, '1.6', 'Harris') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3357, 596, 6, '2', 'eharris@qcc.cuny.edu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3358, 596, 6, '4', 'Hi. I am a researcher at City University in New York. I am trying to obtain DNA samples from Howler Monkeys (genus Alouatta). Can you please let me know how I can find out the names of zoos that have ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3359, 597, 14, '9', 'Animal Care Intern Opportunities in Oregon') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3360, 597, 14, '20', 'WildCat Haven Sanctuary') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3361, 597, 14, '8', '2014-09-09') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3362, 597, 14, '12', 'Do you LOVE animals? Is your dream job working with them, giving them the best care possible? Can you work outside in all sorts of weather conditions? Are you physically fit and able to lift up to 35 ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3363, 597, 14, '16', 'Must be 21 years of age, be in good physical condition\r\nMust be able to consistently lift 30 pounds\r\nMust be able to work in all weather conditions\r\nMust be fluent in English (both written and verbal)') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3364, 597, 14, '18', 'Interns are unpaid and no housing, so must be local to Portland, Oregon') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3365, 597, 14, '19', 'Download and fill out application here: http://www.wildcathaven.org/how-to-help/intern-opportunities \r\n\r\nSend with send with resume, cover letter, transcripts, and a copy of Driver’s License along w') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3366, 598, 5, '1.3', 'Heather') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3367, 598, 5, '1.6', 'Borek') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3368, 598, 5, '4', '(845)323-7604') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3369, 598, 5, '5', 'hab2t@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3370, 598, 5, '6.1', '220 E Mermaid Ln') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3371, 598, 5, '6.2', '#205') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3372, 598, 5, '6.3', 'Philadelphia') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3373, 598, 5, '6.4', 'PA') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3374, 598, 5, '6.5', '19118') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3375, 598, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3376, 598, 5, '11', 'Puget Sound AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3377, 598, 5, '10', '$30.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3378, 598, 5, '13.1', 'XXXXXXXXXXXX1494') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3379, 598, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3380, 598, 5, '12', '30') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3381, 599, 14, '9', 'Carnivore Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3382, 599, 14, '20', 'Catoctin Wildlife Preserve and Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3383, 599, 14, '8', '2014-06-27') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3384, 599, 14, '12', 'This position will work with our carnivores as well as other Taxa. \r\n\r\nJob duties consist of but are not limited to;\r\n1. Daily inspections of animals and documentation.\r\n2. Preparation of food for ani') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3385, 599, 14, '16', '1. BS degree in Biology/Zoology or related field or equivalent education, experience, and training.\r\n2. MINIMUM 1 Year Previous full-time experience in a zoological institution and ability to work in ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3386, 599, 14, '19', 'Please send your resume to mlawrence@cwpzoo.com\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3387, 600, 14, '9', 'Zoo Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3388, 600, 14, '20', 'Catoctin Wildlife Preserve and Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3389, 600, 14, '8', '2014-06-29') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3390, 600, 14, '12', 'This position will work with a wide variety of Mammals and Birds. \r\n\r\nJob duties consist of but are not limited to;\r\n1. Daily inspections of animals and documentation.\r\n2. Preparation of food for anim') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3391, 600, 14, '16', '1. BS degree in Biology/Zoology or related field or equivalent education, experience, and training.\r\n2. MINIMUM 1 Year Previous full-time experience in a zoological institution and ability to work in ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3392, 600, 14, '19', 'Please send resume to mlawrence@cwpzoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3393, 601, 14, '9', 'Relief Keeper-Rocky Shores') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3394, 601, 14, '20', 'Utah\'s Hogle Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3395, 601, 14, '8', '2014-09-27') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3396, 601, 14, '12', 'Utah’s Hogle Zoo is announcing the immediate opening of a full-time benefitted position as Relief Keeper-Rocky Shores.\r\n\r\nThe Rocky Shores exhibit includes four acres with five large exhibits featur') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3397, 601, 14, '16', 'Applicants must be able to work effectively in a positive team environment, equally with guests, staff and volunteers.  Excellent verbal and written communication skills are necessary in this position') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3398, 601, 14, '18', '\r\nPosition includes an excellent benefits package, including medical, dental, and retirement plans as well as paid vacation and holiday time. Salary is commensurate with experience. Salt Lake City, Ut') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3399, 601, 14, '19', 'Anyone interested in this position should send a cover letter, resume and three professional references to Jeffrey Landry, Animal Care Supervisor, Utah’s Hogle Zoo, 2600 Sunnyside Ave., Salt Lake Ci') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3400, 602, 9, '1.3', 'Joanne') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3401, 602, 9, '1.6', 'Luyster') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3402, 602, 9, '2', 'jluyster@iglou.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3403, 602, 9, '4', 'There does not seem to be a way to edit my profile to change my email address. I want to change my email address from: joanne.luyster@louisvilleky.gov     to: \r\n jluyster@iglou.com. \r\n\r\nPlease assist.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3404, 603, 9, '1.3', 'Christine ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3405, 603, 9, '1.6', 'Blankenship') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3406, 603, 9, '2', 'christinethezookeeper@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3407, 603, 9, '4', 'I was wondering if  I could recieve  a replacement card for my membership? ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3408, 604, 6, '1.3', 'Kim') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3409, 604, 6, '1.6', 'Wanders') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3410, 604, 6, '2', 'k_wanders@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3411, 604, 6, '4', 'Just realized my membership expired on May 31, but did not receive the renewal notice.  How do I go about paying my renewal because now  my account email does not exist and can  not log in?\r\nKim') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3412, 605, 12, '9', 'Facilities Manager/Husbandry Specialist') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3413, 605, 12, '20', 'Rare Species Conservatory Foundation') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3414, 605, 12, '8', '2014-09-14') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3415, 605, 12, '12', 'The Rare Species Conservatory Foundation (RSCF), an international 501 (c)3 wildlife-conservation non-profit organization, invites applications for a Facilities Manager/Husbandry Specialist for its 30-') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3416, 605, 12, '16', 'Qualifications:\r\n\r\n•	Min. Batchelor’s degree in relevant life-sciences field\r\n•	Min. 5 years progressive experience at senior husbandry level at a zoological facility, or equivalent\r\n•	Experie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3417, 605, 12, '18', 'Housing provided.  Salaried position, compensation commensurate with experience.  ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3418, 605, 12, '19', 'Please send c.v. with references via and letter of interest via postal or email to:\r\n\r\nPaul R. Reillo, Ph.D., President\r\nRare Species Conservatory Foundation\r\nP.O. Box 1371\r\nLoxahatchee, FL 33470\r\n\r\ni') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3419, 605, 12, '25.3', 'Paul') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3420, 605, 12, '25.6', 'Reillo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3421, 605, 12, '26', 'paulreillo@rarespecies.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3422, 605, 12, '27.1', '1222 E Road') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3423, 605, 12, '27.3', 'Loxahatchee') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3424, 605, 12, '27.4', 'FL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3425, 605, 12, '27.5', '33470') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3426, 605, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3427, 605, 12, '22.1', 'XXXXXXXXXXXX4676') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3428, 605, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3429, 605, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3430, 605, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3431, 605, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3432, 606, 14, '9', 'Animal  Keeper  Intern') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3433, 606, 14, '20', 'Tigers For Tomorrow at Untamed Mountain') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3434, 606, 14, '8', '2014-09-14') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3435, 606, 14, '12', 'Tigers For Tomorrow is looking for 3 and 6 month interns.Intern will work directly under keepers and The Director of Animal Care and will need to perform daily husbandry of barn animals, hoofstock, sm') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3436, 606, 14, '16', '2 years minimum in related field.\r\n* Interns must read and sign liability release documents, study and pass a test on Lost Child Protocol and Animal Escape Procedures. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3437, 606, 14, '18', 'Stipends: $50.00 a week Rooming: Rooming is provided  in the near-by area. Utilities are included. Transportation is necessary.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3438, 606, 14, '19', 'Please forward resume, cover letter and references to untamedmountain@gmail.com ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3439, 607, 14, '9', ' Keeper- entry level') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3440, 607, 14, '20', 'Tigers For Tomorrow at Untamed Mountain') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3441, 607, 14, '8', '2014-09-14') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3442, 607, 14, '12', 'Tigers for Tomorrow at Untamed Mountain is seeking a full time, entry level keeper. \r\nJob Duties consist of:\r\nDiet Preparation, daily husbandry ( cleaning, feeding, habitat maintenance),Must be able t') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3443, 607, 14, '16', 'Applicant  should have a  BS degree in Biology/Zoology or related field or equivalent education, experience, and training. Must have valid driver’s license and social security card or Work Visa.\r\nMI') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3444, 607, 14, '18', 'Compensation depends on experience.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3445, 607, 14, '19', 'Submit 3 references, cover letter and resume to Untamedmountain@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3446, 608, 5, '1.3', 'Ruby') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3447, 608, 5, '1.6', 'Wiggins') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3448, 608, 5, '4', '(561)901-7330') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3449, 608, 5, '5', 'rew410@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3450, 608, 5, '6.1', '22490 Blue Marlin Dr ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3451, 608, 5, '6.3', 'Boca Raton') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3452, 608, 5, '6.4', 'FL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3453, 608, 5, '6.5', '33428') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3454, 608, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3455, 608, 5, '11', 'Lion Country Safari AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3456, 608, 5, '10', '$35.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3457, 608, 5, '13.1', 'XXXXXXXXXXXX5817') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3458, 608, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3459, 608, 5, '12', '35') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3460, 609, 14, '9', 'Zoo Director') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3461, 609, 14, '20', 'Columbian Park Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3462, 609, 14, '8', '2014-07-04') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3463, 609, 14, '12', 'The City of Lafayette, IN is seeking a Director for the Columbian Park Zoo.  The Director is responsible for the executive leadership and daily management of the six-acre facility which is located in ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3464, 609, 14, '16', 'A minimum of five years\' experience in zoo operations/management and 5-7 years supervisory/leadership experience is preferred.  A Bachelor\'s degree in Zoology, Management, or related field is required') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3465, 609, 14, '18', 'Salary is $1793.67-$2065.06/bi-weekly.  \r\n\r\nPosition includes a competitive benefits package consisting of medical/dental/vision/retirement plans as well as paid vacation/holiday time.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3466, 609, 14, '19', 'To view a more complete description and to apply for this position on-line, please visit the City of Lafayette, IN website at: http://www.lafayette.in.gov/employment/\r\n\r\nThe City of Lafayette is an Eq') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3467, 610, 9, '1.3', 'Stefani') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3468, 610, 9, '1.6', 'Seiber') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3469, 610, 9, '2', 'slseiber87@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3470, 610, 9, '4', 'I renewed my membership back in April and got a confirmation e-mail but I have still yet to receive my membership card.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3471, 611, 14, '9', 'Animal Curator') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3472, 611, 14, '20', 'Reston Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3473, 611, 14, '8', '2014-09-16') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3474, 611, 14, '12', 'Curator\r\nReston Zoo is looking for an Animal Curator to join our staff.  We are a family friendly zoological park located on 30 acres in the middle of Fairfax County, Virginia. The collection includes') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3475, 611, 14, '16', '•	Minimum of a bachelor’s degree or the equivalent amount of experience in the animal science, biology or a similar field. \r\n•	Minimum of experience to be able to perform all job duties.\r\n•	Ph') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3476, 611, 14, '18', 'Salary negotiable based on experience; Sick Pay; Insurance stipend; Paid vacation; 401(k)') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3477, 611, 14, '19', 'Please contact\r\nMichelle Elliott—Reston Zoo Director\r\ndirector@restonzoo.com\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3478, 612, 5, '1.3', 'Diane') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3479, 612, 5, '1.6', 'Kozuh') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3480, 612, 5, '4', '(607)239-1608') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3481, 612, 5, '5', 'dkozuh@stny.rr.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3482, 612, 5, '6.1', '4780 Lisle Road') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3483, 612, 5, '6.3', 'Owego') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3484, 612, 5, '6.4', 'NY') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3485, 612, 5, '6.5', '13827') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3486, 612, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3487, 612, 5, '11', 'Little Turtle AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3488, 612, 5, '10', '$20.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3489, 612, 5, '13.1', 'XXXXXXXXXXXX0385') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3490, 612, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3491, 612, 5, '12', '20') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3492, 613, 9, '1.3', 'Chelsea') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3493, 613, 9, '1.6', 'Grubb') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3494, 613, 9, '2', 'grubbc@si.edu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3495, 613, 9, '4', 'I just renewed my membership and wanted to change my email address. I entered my work email, but it didn\'t change in the AAZK system. Can it be changed to grubbc@si.edu? Thanks!') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3496, 614, 14, '9', 'Part Time Animal Keeper - Penguins') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3497, 614, 14, '20', 'Little Rock Zoo, Little Rock, AR') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3498, 614, 14, '8', '2014-06-30') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3499, 614, 14, '12', 'JOB OBJECTIVE:\r\nTo perform various duties required to maintain a clean and healthy environment for Penguins and other animals as assigned at the Little Rock Zoo. Develop and present educational progra') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3500, 614, 14, '16', 'MINIMUM QUALIFICATIONS AND ADDITIONAL REQUIREMENTS:\r\nCompletion of high school and a minimum of six (6) months of experience in the care of penguins. Equivalent combinations of education and experienc') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3501, 614, 14, '18', 'PAY RANGE: $8.00 - $10.00 Hourly') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3502, 614, 14, '19', 'APPLICATION REQUIREMENTS:\r\n\r\nONLY On-Line Applications Accepted.   Apply at  www.LRjobs.net .\r\n\r\nApplication and Supplemental Questions required by closing date.\r\nApplications will be screened for min') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3503, 615, 9, '1.3', 'Meaghan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3504, 615, 9, '1.6', 'McCarthy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3505, 615, 9, '2', 'mccarthy.meaghan55@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3506, 615, 9, '4', 'Hello,\r\n\r\nI have not received the past few issues of the AKF. I renewed my membership a little bit late, so that may be why I didn\'t receive the April-May issue, however, I haven\'t received the June i') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3507, 616, 14, '9', 'Relief Keeper II') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3508, 616, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3509, 616, 14, '8', '2014-07-04') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3510, 616, 14, '12', 'The Phoenix Zoo is currently seeking a full-time Relief Keeper II.  Relief Keepers work in all areas and they must be knowledgeable and comfortable working with all species on a regular basis. This sp') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3511, 616, 14, '16', 'Minimum requirements for this position include 2 years paid experience in work relevant to animal husbandry in an AZA accredited institution or related facility, HS diploma required with a preference ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3512, 616, 14, '19', 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=677&AppliTrackL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3513, 617, 5, '1.3', 'Matt') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3514, 617, 5, '1.6', 'Rhody') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3515, 617, 5, '4', '(804)514-4579') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3516, 617, 5, '5', 'mattynglng@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3517, 617, 5, '6.1', '208 E 6th St.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3518, 617, 5, '6.3', 'Auuburn') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3519, 617, 5, '6.4', 'Indiana') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3520, 617, 5, '6.5', '46706') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3521, 617, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3522, 617, 5, '11', 'Little Turtle AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3523, 617, 5, '10', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3524, 617, 5, '13.1', 'XXXXXXXXXXXX5115') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3525, 617, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3526, 617, 5, '14', 'vet dept.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3527, 617, 5, '12', '50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3528, 618, 5, '1.3', 'Natasha') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3529, 618, 5, '1.6', 'Rodney') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3530, 618, 5, '4', '(347)439-4427') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3531, 618, 5, '5', 'angels11208@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3532, 618, 5, '6.1', '96 Etna Street') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3533, 618, 5, '6.3', 'Brooklyn') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3534, 618, 5, '6.4', 'NY') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3535, 618, 5, '6.5', '11208') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3536, 618, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3537, 618, 5, '11', 'Lion Country Safari AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3538, 618, 5, '10', '$25.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3539, 618, 5, '13.1', 'XXXXXXXXXXXX4829') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3540, 618, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3541, 618, 5, '14', 'Sean Mallee') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3542, 618, 5, '12', '25') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3543, 619, 6, '1.3', 'Lindsay') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3544, 619, 6, '1.6', 'Palmer') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3545, 619, 6, '2', 'lindsayp@calgaryzoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3546, 619, 6, '4', 'Good Morning,\r\nI am interested in becoming a member of AAKZ but am unsure of which level I qualify for.\r\nI have recently moved for a full time keeper to an Animal Health Technologist position with vet') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3547, 620, 14, '9', 'Collection Manager') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3548, 620, 14, '20', 'Ellen Trout Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3549, 620, 14, '8', '2014-07-31') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3550, 620, 14, '12', 'Are you a supervisor looking for a change or a keeper ready to move up to the next level?  The Ellen Trout Zoo is looking for a motivated, experienced person who can provide leadership through the kno') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3551, 620, 14, '16', 'The position requires: Bachelor of Science degree in Biology or related field; a minimum of three years paid experience in a professional zoological institution, good physical condition; ability to wo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3552, 620, 14, '18', 'This is a full-time position with excellent benefits and opportunities for professional growth and development. The position involves working on weekends and holidays.  Starting salary is $31,536.84/y') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3553, 620, 14, '19', 'To be considered, you must submit all of the following 3 documents: resume, cover letter, and completed application.  Applications are available for download at http://cityoflufkin.com/hr/jobs.htm.  M') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3554, 621, 5, '1.3', 'Susan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3555, 621, 5, '1.6', 'Clark') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3556, 621, 5, '4', '(504)952-6928') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3557, 621, 5, '5', 'laniclark@msn.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3558, 621, 5, '6.1', '25 Park Island Dr') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3559, 621, 5, '6.3', 'New Orleans') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3560, 621, 5, '6.4', 'LA') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3561, 621, 5, '6.5', '70122') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3562, 621, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3563, 621, 5, '11', 'Audubon Park AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3564, 621, 5, '10', '$100.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3565, 621, 5, '13.1', 'XXXXXXXXXXXX0418') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3566, 621, 5, '13.4', 'MasterCard') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3567, 621, 5, '12', '100') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3568, 622, 9, '1.3', 'Bonnie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3569, 622, 9, '1.6', 'Jacobs') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3570, 622, 9, '2', 'b-jacobs@sbcglobal.net') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3571, 622, 9, '4', 'rec\'d AKF (June)\r\nAll that was rec\'d was the front & back cover w/nothing inside\r\nIf possible please send a replacement copy\r\n\r\nThanks\r\nBonnie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3572, 623, 6, '1.3', 'sheela') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3573, 623, 6, '1.6', 'hira') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3574, 623, 6, '2', 'conservation@knoxville-zoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3575, 623, 6, '4', 'I am inquiring about a purchase I made on April 16th. The receipt number is #2688-1488-6048-8289. Could I get a status update please?') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3576, 624, 14, '9', 'Veterinary Hospital Manager (www.OregonMetro.gov/jobs)') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3577, 624, 14, '20', 'Oregon Zoo (Portland, OR)') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3578, 624, 14, '8', '2014-07-21') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3579, 624, 14, '12', 'Deadline to Apply: Monday, July 21, 2014 @ 5:00pm, Pacific\r\n\r\nSalary: $67,797 - $94,262 annually\r\n\r\nThe Veterinary Hospital Manager oversees all operational and administrative functions of the Oregon ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3580, 624, 14, '16', 'Bachelor\'s degree in zoology, biology, animal husbandry, veterinary technology or a related field; four years supervisory experience in a medium to large sized veterinary hospital or closely related f') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3581, 624, 14, '18', 'Metro provides generous health care benefits that vary depending on the plan the employee chooses, bargaining unit affiliation, and employment status. Metro participates in the Public Employees Retire') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3582, 624, 14, '19', 'To apply: visit www.oregonmetro.gov/jobs for the complete job announcement and a link to our online hiring center. Metro is an Equal Opportunity/Affirmative Action Employer.\r\n\r\nAs part of your applica') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3583, 625, 5, '1.3', 'Ellie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3584, 625, 5, '1.6', 'Puricelli') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3585, 625, 5, '4', '(314)322-7278') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3586, 625, 5, '5', 'Ellie2383@aol.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3587, 625, 5, '6.1', '6311 Ashbury Dr') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3588, 625, 5, '6.3', 'St. Louis') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3589, 625, 5, '6.4', 'MO') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3590, 625, 5, '6.5', '63123') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3591, 625, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3592, 625, 5, '11', 'Little Turtle AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3593, 625, 5, '10', '$25.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3594, 625, 5, '13.1', 'XXXXXXXXXXXX9933') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3595, 625, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3596, 625, 5, '12', '25') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3597, 626, 12, '9', 'Lead Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3598, 626, 12, '20', 'RainForest Adventures') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3599, 626, 12, '8', '2014-09-22') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3600, 626, 12, '12', 'We are seeking an experienced person with both extensive animal husbandry experience (multiple species), as well as some managerial background. Our collection includes small mammals (primates, prosimi') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3601, 626, 12, '16', 'Five years experience in professional, public zoological setting is required. \r\n\r\nPhysically fit and ability to lift 50 pounds\r\n\r\nPublic speaking ability') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3602, 626, 12, '18', 'This is a full-time position with opportunities for professional growth and development. RainForest is open 364 days per year, the position involves working on weekends and holidays. Starting salary i') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3603, 626, 12, '19', 'Please send resume, salary requirements, and all other corresponding relevant information via Email to rainforest24@juno.com\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3604, 626, 12, '25.3', 'Bill') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3605, 626, 12, '25.6', 'Lucey') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3606, 626, 12, '26', 'rainforest24@juno.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3607, 626, 12, '27.1', '109 NASCAR Drive') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3608, 626, 12, '27.3', 'Sevierville') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3609, 626, 12, '27.4', 'TN') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3610, 626, 12, '27.5', '37862') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3611, 626, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3612, 626, 12, '22.1', 'XXXXXXXXXXXX0382') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3613, 626, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3614, 626, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3615, 626, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3616, 626, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3617, 627, 6, '1.3', 'Marina') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3618, 627, 6, '1.6', 'Schweizer') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3619, 627, 6, '2', 'marii_bio@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3620, 627, 6, '4', 'Good afternoon, I\'m from Brazil. My husband will make his PhD. there in California and I would like to work like a zoo keeper. I have a biology degree and I have already make intership in 2 zoos here ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3621, 628, 6, '1.3', 'Crystal') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3622, 628, 6, '1.6', 'Holcombe') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3623, 628, 6, '2', 'cholcombe@desertmuseum.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3624, 628, 6, '4', 'I was a member for years now, but I don\'t remember renewing this year and I don\'t use this site, so I have no idea what my username is...  Either way I\'d like to renew...') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3625, 629, 5, '1.3', 'Judith') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3626, 629, 5, '1.6', 'Zachs') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3627, 629, 5, '4', '(860)836-8753') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3628, 629, 5, '5', 'judithzachs@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3629, 629, 5, '6.1', '20090 Boca West Dr. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3630, 629, 5, '6.2', 'Apt. 342') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3631, 629, 5, '6.3', 'Boca Raton') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3632, 629, 5, '6.4', 'FL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3633, 629, 5, '6.5', '33434') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3634, 629, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3635, 629, 5, '11', 'Lion Country Safari AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3636, 629, 5, '10', '$200.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3637, 629, 5, '13.1', 'XXXXXXXXXXXX0369') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3638, 629, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3639, 629, 5, '14', 'Greg Koslowski') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3640, 629, 5, '12', '200') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3641, 630, 5, '1.3', 'Ian') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3642, 630, 5, '1.6', 'Hogg') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3643, 630, 5, '4', '(517)614-8505') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3644, 630, 5, '5', 'ianchogg@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3645, 630, 5, '6.1', '8804 Maria Ct') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3646, 630, 5, '6.3', 'Howell') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3647, 630, 5, '6.4', 'MI') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3648, 630, 5, '6.5', '48855') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3649, 630, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3650, 630, 5, '11', 'Little Turtle AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3651, 630, 5, '10', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3652, 630, 5, '13.1', 'XXXXXXXXXXXX9884') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3653, 630, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3654, 630, 5, '12', '50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3655, 631, 6, '1.3', 'Brandy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3656, 631, 6, '1.6', 'Conner') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3657, 631, 6, '2', 'bconner@houstonzoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3658, 631, 6, '4', 'Please post this position or help walk me thru how to post them for free as the Houston Zoo has a membership to post free.  I just have not been able to figure it out.\r\n\r\nThe Houston Zoo has an openin') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3659, 632, 5, '1.3', 'Andrew') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3660, 632, 5, '1.6', 'Hatch') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3661, 632, 5, '4', '(917)664-0288') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3662, 632, 5, '5', 'andrew.p.hatch@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3663, 632, 5, '6.1', '200 East 16th Street') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3664, 632, 5, '6.2', 'Apt. 8B') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3665, 632, 5, '6.3', 'New York') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3666, 632, 5, '6.4', 'NY') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3667, 632, 5, '6.5', '10003') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3668, 632, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3669, 632, 5, '11', 'Lion Country Safari AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3670, 632, 5, '10', '$25.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3671, 632, 5, '13.1', 'XXXXXXXXXXXX5513') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3672, 632, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3673, 632, 5, '12', '25') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3674, 633, 5, '1.3', 'Karl') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3675, 633, 5, '1.6', 'Marsack') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3676, 633, 5, '4', '(586)413-2397') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3677, 633, 5, '5', 'karlmarsack@sbcglobal.net') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3678, 633, 5, '6.1', '27060 26 Mile Rd') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3679, 633, 5, '6.3', 'Chesterfield') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3680, 633, 5, '6.4', 'Michigan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3681, 633, 5, '6.5', '48051') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3682, 633, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3683, 633, 5, '11', 'Little Turtle AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3684, 633, 5, '10', '$20.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3685, 633, 5, '13.1', 'XXXXXXXXXXXX8644') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3686, 633, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3687, 633, 5, '12', '20') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3688, 634, 5, '1.3', 'Brendan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3689, 634, 5, '1.6', 'Mallee') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3690, 634, 5, '4', '(917)848-4893') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3691, 634, 5, '5', 'malleeb@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3692, 634, 5, '6.1', '50 Mayfair Way') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3693, 634, 5, '6.3', 'White Plains ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3694, 634, 5, '6.4', 'NY ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3695, 634, 5, '6.5', '10603') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3696, 634, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3697, 634, 5, '11', 'Lion Country Safari AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3698, 634, 5, '10', '$75.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3699, 634, 5, '13.1', 'XXXXXXXXXXXX1444') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3700, 634, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3701, 634, 5, '14', 'Sean Mallee') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3702, 634, 5, '12', '75') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3703, 635, 5, '1.3', 'Jenna') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3704, 635, 5, '1.6', 'Rosenbury') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3705, 635, 5, '4', '(260)908-2926') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3706, 635, 5, '5', 'jrosenbury@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3707, 635, 5, '6.1', '111 Steeplechase Dr') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3708, 635, 5, '6.3', 'Auburn') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3709, 635, 5, '6.4', 'IN') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3710, 635, 5, '6.5', '46706') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3711, 635, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3712, 635, 5, '11', 'Little Turtle AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3713, 635, 5, '10', '$25.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3714, 635, 5, '13.1', 'XXXXXXXXXXXX5450') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3715, 635, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3716, 635, 5, '12', '25') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3717, 636, 5, '1.3', 'Tim') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3718, 636, 5, '1.6', 'Moore') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3719, 636, 5, '4', '(801)261-1955') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3720, 636, 5, '5', 'tpm928@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3721, 636, 5, '6.1', '4620 S. Quail Park Dr  Apt J ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3722, 636, 5, '6.3', 'Salt lake city ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3723, 636, 5, '6.4', 'ut') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3724, 636, 5, '6.5', '84117') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3725, 636, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3726, 636, 5, '11', 'Lion Country Safari AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3727, 636, 5, '10', '$25.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3728, 636, 5, '13.1', 'XXXXXXXXXXXX7698') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3729, 636, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3730, 636, 5, '14', 'FOR SEAN MALLEE\'S TEAM') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3731, 636, 5, '12', '25') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3732, 637, 5, '1.3', 'Jennifer') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3733, 637, 5, '1.6', 'Diehl') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3734, 637, 5, '4', '(260)281-2120') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3735, 637, 5, '5', 'winkrvt@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3736, 637, 5, '6.1', '1627 State Road 327') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3737, 637, 5, '6.3', 'Corunna') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3738, 637, 5, '6.4', 'IN') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3739, 637, 5, '6.5', '46730') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3740, 637, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3741, 637, 5, '11', 'Little Turtle AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3742, 637, 5, '10', '$25.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3743, 637, 5, '13.1', 'XXXXXXXXXXXX9253') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3744, 637, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3745, 637, 5, '14', 'Vet/Commissary Team') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3746, 637, 5, '12', '25') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3747, 638, 14, '9', 'Fall Reptile Internship') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3748, 638, 14, '20', 'Kentucky Reptile Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3749, 638, 14, '8', '2014-07-15') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3750, 638, 14, '12', 'The intern will assist in the captive maintenance of the zoo’s reptile collection, collect admissions to the exhibit, give interpretive talks and interact with the public, assist with educational ou') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3751, 638, 14, '16', 'A upperclassmen college student (Junior or Seniors) or recently graduated college student; Former interns have arranged for academic credit with their institutions\r\nStudents majoring in the biological') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3752, 638, 14, '18', 'Benefits include housing and $55/week stipend to cover expenses.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3753, 638, 14, '19', 'Please email your cover letter, resume, transcript, and at least 2 (preferably 3) references to: Taylor at reptilezoo@bellsouth.net') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3754, 639, 5, '1.3', 'Nicole') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3755, 639, 5, '1.6', 'Kiley') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3756, 639, 5, '4', '(561)294-2276') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3757, 639, 5, '5', 'nkiley22@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3758, 639, 5, '6.1', '1418 North N Street') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3759, 639, 5, '6.3', 'Lake Worth') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3760, 639, 5, '6.4', 'FL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3761, 639, 5, '6.5', '33460') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3762, 639, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3763, 639, 5, '11', 'Lion Country Safari AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3764, 639, 5, '10', '$25.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3765, 639, 5, '13.1', 'XXXXXXXXXXXX8509') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3766, 639, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3767, 639, 5, '14', 'Sean Mallee') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3768, 639, 5, '12', '25') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3769, 640, 5, '1.3', 'Jill') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3770, 640, 5, '1.6', 'Hancock') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3771, 640, 5, '4', '(619)206-8151') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3772, 640, 5, '5', 'jdhrb@att.net') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3773, 640, 5, '6.1', '11804 Tidewater Drive') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3774, 640, 5, '6.3', 'FISHERS') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3775, 640, 5, '6.4', 'IN') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3776, 640, 5, '6.5', '46037') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3777, 640, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3778, 640, 5, '11', 'Little Turtle AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3779, 640, 5, '10', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3780, 640, 5, '13.1', 'XXXXXXXXXXXX4745') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3781, 640, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3782, 640, 5, '12', '50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3783, 641, 5, '1.3', 'Laura') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3784, 641, 5, '1.6', 'Kozuh') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3785, 641, 5, '4', '(617)233-3979') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3786, 641, 5, '5', 'Lkozuh@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3787, 641, 5, '6.1', '1119 Autumn Hill Court') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3788, 641, 5, '6.3', 'Crozet') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3789, 641, 5, '6.4', 'VA') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3790, 641, 5, '6.5', '22932') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3791, 641, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3792, 641, 5, '11', 'Little Turtle AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3793, 641, 5, '10', '$25.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3794, 641, 5, '13.1', 'XXXXXXXXXXXX4259') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3795, 641, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3796, 641, 5, '12', '25') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3797, 642, 6, '1.3', 'Richar') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3798, 642, 6, '1.6', 'Côté') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3799, 642, 6, '2', 'richarcote@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3800, 642, 6, '4', 'Good day\r\n\r\nCould you please give me the names and contact information of of zoos in eastern Canada (Ontario and provinces eastwards) who are members or where you have members.\r\nI would like to ask th') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3801, 643, 14, '9', 'Director') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3802, 643, 14, '20', 'Virginia Safari Park') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3803, 643, 14, '8', '2014-09-27') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3804, 643, 14, '12', 'This ZAA Accredited Institution is seeking a new Director. Virginia Safari Park is a 180-acre drive-through zoo that offers a wide variety of animals, with the main focus on the Safari and hoofed stoc') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3805, 643, 14, '16', '~Experience in a similar type facility will get preference.\r\n~Show a consistent history of professional growth, along with upper management ~Experience in a zoological setting, whether public or priva') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3806, 643, 14, '18', 'Excellent salary including paid sick, vacation time, health insurance options, 401k.\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3807, 643, 14, '19', 'Please send resumes to Eric Mogensen, CEO/Corporate Director: emogensen@virginiasafaripark.com ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3808, 644, 9, '1.3', 'Sarah') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3809, 644, 9, '1.6', 'Doherty') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3810, 644, 9, '2', 'skruse11@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3811, 644, 9, '4', 'I was just looking at my aazk card before going on a vacation and noticed it is the expired card.  I am really good at replacing them when I get a new one and I know I renewed for this year back in fe') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3812, 645, 5, '1.3', 'Zoralys') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3813, 645, 5, '1.6', 'Calle') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3814, 645, 5, '4', '(787)396-8172') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3815, 645, 5, '5', 'zoralyscalle@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3816, 645, 5, '6.1', '12160 Pasadena Way') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3817, 645, 5, '6.3', 'Boynton Beach') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3818, 645, 5, '6.4', 'Fl') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3819, 645, 5, '6.5', '33437') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3820, 645, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3821, 645, 5, '11', 'Lion Country Safari AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3822, 645, 5, '10', '$10.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3823, 645, 5, '13.1', 'XXXXXXXXXXXX7231') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3824, 645, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3825, 645, 5, '14', 'Sean Mallee') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3826, 645, 5, '12', '10') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3827, 646, 14, '9', 'Keeper I - Equine Instructor') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3828, 646, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3829, 646, 14, '8', '2014-07-14') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3830, 646, 14, '12', 'The Phoenix Zoo is currently seeking a full-time Equine Instructor to assist with equine horsemanship, care-giving, and beginning riding classes under the provided curriculum.  This person will also m') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3831, 646, 14, '16', '\r\nMinimum requirements for this position include experience in teaching/lessons, knowledge of Western Riding and Horsemanship, CHA Level 1 certification preferred, HS Diploma or equivalent with a pref') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3832, 646, 14, '19', 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=682&AppliTrackL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3833, 647, 14, '9', 'Keeper I - Farm') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3834, 647, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3835, 647, 14, '8', '2014-07-14') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3836, 647, 14, '12', 'The Phoenix Zoo is seeking a part-time keeper to join our Farm team.  This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting animal beh') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3837, 647, 14, '16', 'Minimum requirements include 6 months paid or 1 year volunteer experience in animal husbandry, possession of a valid driver’s license, and a preference for a candidate with a bachelor’s degree in ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3838, 647, 14, '19', 'To view a more complete description and list of requirements, and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=683&AppliTrackL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3839, 648, 9, '1.3', 'Sarah') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3840, 648, 9, '1.6', 'Tharp') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3841, 648, 9, '2', 'sarah.tharp@outlook.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3842, 648, 9, '4', 'Hi there!\r\n\r\nI just renewed my membership and I need to change my email from sarah.tharp@gmail.com to sarah.tharp@outlook.com but I could seem to find a way to do that online. Also I guess I got a new') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3843, 649, 14, '9', 'Keeper I - Reptiles') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3844, 649, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3845, 649, 14, '8', '2014-07-15') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3846, 649, 14, '12', 'The Phoenix Zoo is currently seeking 2 part-time Keeper to join our Reptiles team. This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporti') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3847, 649, 14, '16', 'Minimum requirements include 6 months paid or 1 year volunteer experience in animal husbandry, possession of a valid driver’s license, and ability to pass pre-employment background check and drug te') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3848, 649, 14, '19', 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=685&AppliTrackLa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3849, 650, 5, '1.3', 'Joanne') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3850, 650, 5, '1.6', 'Zammit') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3851, 650, 5, '4', '(203)324-4693') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3852, 650, 5, '5', 'jazammit@aol.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3853, 650, 5, '6.1', '2539 Bedford street /33A') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3854, 650, 5, '6.3', 'Stamford') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3855, 650, 5, '6.4', 'CT') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3856, 650, 5, '6.5', '06905') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3857, 650, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3858, 650, 5, '11', 'Bronx Zoo AAZK Chapter|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3859, 650, 5, '10', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3860, 650, 5, '13.1', 'XXXXXXXXXXXX3671') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3861, 650, 5, '13.4', 'MasterCard') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3862, 650, 5, '12', '50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3863, 651, 14, '9', 'Reptile Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3864, 651, 14, '20', 'Catoctin Wildlife Preserve and Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3865, 651, 14, '8', '2014-07-31') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3866, 651, 14, '12', 'Responsibilities include the oversight of the health and well being of a large collection (500) of fishes, amphibians and reptiles including crocodilians and one of the top ten venomous snake collecti') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3867, 651, 14, '16', 'Must have working knowledge of Venomous Snakes, Large Constrictors, and Crocodilians') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3868, 651, 14, '18', 'No Benefits\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3869, 651, 14, '19', 'Please submit resume to mlawrence@cwpzoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3870, 652, 9, '1.3', 'Monica') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3871, 652, 9, '1.6', 'Battersby') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3872, 652, 9, '2', 'Monica.battersby@ucdenver.edu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3873, 652, 9, '4', 'When I renewed my membership, Feb. 2014, I did not receive a new membership card.  How do I request a membership card? Thank you.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3874, 653, 6, '1.3', 'Iris') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3875, 653, 6, '1.6', 'Binor') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3876, 653, 6, '2', 'irisbnr@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3877, 653, 6, '4', 'So at the age of 46, after becoming a national board certified teacher, I have decided what I really should have done- was become a zoo keeper.\r\nI am writing to ask you for advise. Is this even possib') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3878, 654, 9, '1.3', 'Amy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3879, 654, 9, '1.6', 'Warren') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3880, 654, 9, '2', 'pippin4077@aol.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3881, 654, 9, '4', 'Hello,\r\n\r\nI would like to change the e-mail address associated with my member login.  I tried to do it through editing "My Profile", but I don\'t see an option there.  How do I go about updating my con') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3882, 655, 14, '9', 'ZooLights Technician') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3883, 655, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3884, 655, 14, '8', '2014-07-17') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3885, 655, 14, '12', 'The Phoenix Zoo is currently seeking a year-round, full time ZooLights Technician to join our existing ZooLights team and assist with the construction and installation of animal armatures, maintenance') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3886, 655, 14, '16', 'Minimum qualifications for this position include basic tool knowledge and problem solving ability, some artistic background, a valid driver’s license, ability to work weekdays, weekends, holidays, a') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3887, 655, 14, '19', 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at: \r\n	\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=642&AppliTrack') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3888, 656, 6, '1.3', 'Susan ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3889, 656, 6, '1.6', 'Weil') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3890, 656, 6, '2', 'slweil66@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3891, 656, 6, '4', 'Is there a website where sponsors can donate to a specific bowler for Bowling for Rhinos?') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3892, 657, 14, '9', 'Irrigation Technician') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3893, 657, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3894, 657, 14, '8', '2014-07-21') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3895, 657, 14, '12', 'The Phoenix Zoo is currently seeking a full time Irrigation Technician. This person will be responsible for installation, maintenance, record keeping and troubleshooting of the zoo’s irrigation syst') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3896, 657, 14, '16', 'Minimum requirements include 3 years’ experience in landscape irrigation maintenance with knowledge of equipment involved (i.e. PVC, valves and drip irrigation), and ability to safely operate and ma') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3897, 657, 14, '19', 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at: \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=670&AppliTrackL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3898, 658, 9, '1.3', 'Chris') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3899, 658, 9, '1.6', 'Hall') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3900, 658, 9, '2', 'chris.hall@lyonusa.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3901, 658, 9, '4', 'I called a moment ago to inform you we were renewing online but did not see "Commercial Membership" listed. We paid $150 last year so we renewed as an Institutional since it was the same rate. Please ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3902, 659, 14, '9', 'Zoo Collection Supervisor') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3903, 659, 14, '20', 'City of El Paso Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3904, 659, 14, '8', '2014-07-31') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3905, 659, 14, '12', 'GENERAL PURPOSE:\r\nUnder general supervision, supervise staff assigned to the care and husbandry of zoo animals. \r\n\r\nTYPICAL DUTIES:\r\nOversee animal feeding, exhibitry, sheltering and handling. Involve') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3906, 659, 14, '16', 'Education and Experience: A High School diploma or GED, and six (6) years zoo animal care experience, including two (2) years supervisory experience.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3907, 659, 14, '18', 'Salary:  $15.81 - $25.27 Hourly') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3908, 659, 14, '19', '***Recruitment will begin July 10, 2014***\r\n\r\nNote: Recruitment will begin on July 10, 2014.  On July 10, 2014, interested applicants must go to www.elpasotexas.gov to apply.  Applications are only ac') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3909, 660, 9, '1.3', 'Jennifer') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3910, 660, 9, '1.6', 'Holmes') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3911, 660, 9, '2', 'hoangtasho@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3912, 660, 9, '4', 'Hi,\r\n\r\nI just recently renewed my membership and am unable to print the receipt from the website. Could you email my receipt to me? I need it to get reimbursement at work.\r\n\r\nThank you,\r\nJen Holmes') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3913, 661, 6, '1.3', 'Kelly') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3914, 661, 6, '1.6', 'Bull') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3915, 661, 6, '2', 'Kellbelle232@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3916, 661, 6, '4', 'Hi.\r\n\r\nI\'ve tried a couple of times to join and the screen keeps freezing. Is there another way to join or did my information go through? \r\n\r\nKelly Bull') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3917, 662, 6, '1.3', 'Charles') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3918, 662, 6, '1.6', 'Rolsky') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3919, 662, 6, '2', 'crolsky@asu.edu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3920, 662, 6, '4', 'Hi,\r\nMy name is Charles, I\'m a 1st year Evolutionary Biology PhD student at Arizona State University. I have been looking into possible sources of funding to help with upcoming travel to conduct resea') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3921, 663, 14, '9', 'Guest Services manager') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3922, 663, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3923, 663, 14, '8', '2014-07-22') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3924, 663, 14, '12', 'The Phoenix Zoo is currently seeking a Guest Services Manager to oversee and improve upon the day to day operations of Admissions, School Group Entrance, Turnstiles, Stroller/Wheelchair Rentals, Membe') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3925, 663, 14, '16', '\r\nMinimum qualifications for this position include a Bachelor’s degree with a concentration in Business preferred, at least 3 years management experience in a fast-paced guest service environment, e') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3926, 663, 14, '18', 'This is a full time exempt level position with a starting hourly wage between $15.75 - $17.72 DOE, and a complete benefits package that includes medical, dental and vision insurance, 401(k) with compa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3927, 663, 14, '19', 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=693&AppliTrackLa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3928, 664, 14, '9', 'Guest Experiences Manager') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3929, 664, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3930, 664, 14, '8', '2014-07-22') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3931, 664, 14, '12', 'The Phoenix Zoo is currently seeking a Guest Experiences Manager to oversee and improve upon the day to day operations of the 4-D Theater, Stingray Bay, Carousel, Giraffe Encounter, Camel Rides, Pedal') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3932, 664, 14, '16', 'Minimum qualifications for this position include a Bachelor’s degree with a concentration in Business preferred, at least 3 years management experience in a fast-paced guest service environment, exc') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3933, 664, 14, '18', 'This is a full time exempt level position with a starting hourly wage between $15.75-$17.72 DOE, and a complete benefits package that includes medical, dental and vision insurance, 401(k) with company') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3934, 664, 14, '19', 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=694&AppliTrackLa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3935, 665, 14, '9', 'Mambership Manager') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3936, 665, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3937, 665, 14, '8', '2014-07-22') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3938, 665, 14, '12', 'The Phoenix Zoo is currently seeking a Membership Manager to oversee the planning and implementation of programs and events designed to increase, upgrade and retain households and revenue for the Phoe') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3939, 665, 14, '16', 'Minimum qualifications for this position include a Bachelor’s Degree with a concentration in Business preferred, minimum 5 years management experience with 2 years in guest service and/or sales pref') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3940, 665, 14, '18', 'This is a full time exempt level position with a starting hourly wage between $19.07 to $21.46 DOE, and a complete benefits package that includes medical, dental and vision insurance, 401(k) with comp') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3941, 665, 14, '19', 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=692&AppliTrackLa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3942, 666, 6, '1.3', 'Rob ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3943, 666, 6, '1.6', 'Moyes') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3944, 666, 6, '2', 'catpeople@sympatico.ca') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3945, 666, 6, '4', 'Hi, I received my May AKF but never received April.  Can you send me the missed copy? Thanks, Rob Moyes, 104-82 Ridout Street South, London, Ontario, Canada, N6C 5H6') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3946, 667, 9, '1.3', 'Melissa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3947, 667, 9, '1.6', 'Lincoln') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3948, 667, 9, '2', 'mlincoln@ingham.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3949, 667, 9, '4', 'I have a question.  I ordered a few items on tuesday night and have yet to receive any conformation of my order.  It was the keeper profiles dvd and a pin.  ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3950, 668, 14, '9', 'Exotic Feline Internship') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3951, 668, 14, '20', 'Panther Ridge Conservation Center') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3952, 668, 14, '8', '2014-08-11') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3953, 668, 14, '12', 'Panther Ridge Conservation Center offers experience in husbandry, diet preparation and animal training. Interns will be responsible for cleaning, feeding, enrichment, assisting in medical procedures, ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3954, 668, 14, '16', 'Requirements: \r\nApplicants must be 18 years of age \r\nEnrolled in or have graduated with a degree in biological science, zoology, pre-veterinary or related field \r\nAble to comfortably lift 50 pounds\r\nW') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3955, 668, 14, '18', 'The start date will be as soon as possible. Internships are approximately 12 weeks (3 months) with the possibility of extension to 24 weeks (6 months). Interns will be provided a weekly stipend of $50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3956, 668, 14, '19', 'To submit an application, please provide a resume with two references and a cover letter stating why you believe this is the internship for you. Applications may be emailed to pantheridge@aol.com with') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3957, 669, 14, '9', 'Keeper I - Birds') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3958, 669, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3959, 669, 14, '8', '2014-07-24') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3960, 669, 14, '12', 'The Phoenix Zoo is seeking a full-time keeper for our Birds.  This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting on animal behavior') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3961, 669, 14, '16', 'Minimum requirements include a high-school diploma or equivalent with a preference for an individual with a Bachelor’s Degree in Life Science or related field, 6 months paid or 1 year volunteer expe') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3962, 669, 14, '19', 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=702&AppliTrackLa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3963, 670, 6, '1.3', 'beth') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3964, 670, 6, '1.6', 'armstrong') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3965, 670, 6, '2', 'elynn57@aol.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3966, 670, 6, '4', 'Hi, \r\nMy names Beth Armstrong, Chair of the ZACC Steering Committee. Please see: www.zaccconference.com\r\n\r\nI would like to start a section on our website & ZACC Facebook page highlighting keepers and ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3967, 671, 6, '1.3', 'jonathan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3968, 671, 6, '1.6', 'lorenzo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3969, 671, 6, '2', 'jonathan.zoolife@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3970, 671, 6, '4', 'To AAZK Membership Department,\r\n\r\nI have been a student member of AAZK since June of 2012 and am still a student at Pike\'s Peak Community College Zoo Keeping department finishing up my last classes an') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3971, 672, 14, '9', 'Exotic Feline Keeper Position') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3972, 672, 14, '20', 'Panther Ridge Conservation Center') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3973, 672, 14, '8', '2014-08-14') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3974, 672, 14, '12', 'Panther Ridge Conservation Center is a non-profit rescue facility in Wellington, Florida that provides a home, haven and hope for some of the world’s most majestic and endangered big cats.\r\n\r\nRespon') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3975, 672, 14, '16', '-Bachelor’s degree in Biology, Zoology or related field or equivalent education, experience, and training.\r\n-Minimum of one year previous full-time experience in a zoological institution.\r\n-Ability ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3976, 672, 14, '18', 'Salary is dependent upon education and experience.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3977, 672, 14, '19', 'Please send your resumé and cover letter to pantheridge@aol.com. We carefully evaluate all applicants and will call for interviews over the phone. Good luck!') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3978, 673, 14, '9', 'Zoo Keeper- Full-time') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3979, 673, 14, '20', 'Zoo Boise') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3980, 673, 14, '8', '2014-07-28') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3981, 673, 14, '12', 'Zoo Boise is currently seeking a full-time Zoo keeper.  This position will work with a variety of Animals.\r\n\r\nJob duties consist of but are not limited to;\r\n 1. Daily inspections and care of animals a') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3982, 673, 14, '16', ' 1.BS degree in Biology/Zoology or related field or equivalent education, experience, and training.\r\n 2. MINIMUM 2 Year Previous full-time experience in a zoological institution and ability to work in') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3983, 673, 14, '18', 'See Details at http://agency.governmentjobs.com/boiseid/default.cfm') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3984, 673, 14, '19', 'See complete job description and application process at http://agency.governmentjobs.com/boiseid/default.cfm\r\nResume\' must be attached to application.  No applications will be accepted without using t') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3985, 674, 6, '1.3', 'Therese') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3986, 674, 6, '1.6', 'Dolan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3987, 674, 6, '2', 'tad7342@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3988, 674, 6, '4', 'I joined the American Association of Zoo Keepers and have received my first issue of the magazine.  I haven\'t however received anything else.  Is there a membership card also?  Thanks!\r\n\r\nTherese Dola') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3989, 675, 6, '1.3', 'Kelly Ann') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3990, 675, 6, '1.6', 'Brown') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3991, 675, 6, '2', 'kbrown@buffalozoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3992, 675, 6, '4', 'Good morning!\r\n\r\nMight you have a high quality (vector if possible) Zookeepers Week logo? I would like to make a rather large banner for the Keepers at Buffalo, and if I could get something a little h') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3993, 676, 6, '1.3', 'cindy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3994, 676, 6, '1.6', 'swisher') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3995, 676, 6, '2', 'cswisher1111@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3996, 676, 6, '4', 'Hi, Do you think if all of us keepers did a yahoo search of AAZK national zoo keeper week on sunday, it would come up as one of the top ten items searched. If so, would it lead others to the AAZK web ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3997, 677, 5, '1.3', 'Stella') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3998, 677, 5, '1.6', 'Cowan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (3999, 677, 5, '4', '(724)287-8380') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4000, 677, 5, '5', 'Info@SpecializedStaffingInc.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4001, 677, 5, '6.1', '130 South Main Street') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4002, 677, 5, '6.3', 'Butler') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4003, 677, 5, '6.4', 'Pa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4004, 677, 5, '6.5', '16001') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4005, 677, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4006, 677, 5, '11', 'Greater Cincinnati Chapter of AAZK|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4007, 677, 5, '10', '$100.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4008, 677, 5, '13.1', 'XXXXXXXXXXXX3231') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4009, 677, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4010, 677, 5, '12', '100') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4011, 678, 14, '9', 'Zookeeper 1-4 (Congo Expedition)') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4012, 678, 14, '20', 'Columbus Zoo and Aquarium') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4013, 678, 14, '8', '2014-07-26') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4014, 678, 14, '12', 'We’re looking for a Zookeeper in our Congo Expedition region. This position will be responsible for the daily care of animals within assigned team as well as all other animals within the region. Wil') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4015, 678, 14, '16', 'Bachelor’s degree in zoology, animal science, biology or relevant field and at least 6 months of zookeeping experience required.  ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4016, 678, 14, '18', 'Zookeeper 1 2014: $19.18/hour') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4017, 678, 14, '19', 'Our mission at the Columbus Zoo and Aquarium is to lead and inspire by connecting people and wildlife. When you are a part of our team, you are helping us to achieve that mission! We offer competitive') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4018, 679, 12, '9', 'Site Manager') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4019, 679, 12, '20', 'The Wildcat Sanctuary') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4020, 679, 12, '8', '2014-09-12') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4021, 679, 12, '12', 'Position Overview:\r\n\r\nThe Site Manager is responsible for the day to day management and upkeep of TWS’ buildings, habitats, grounds, and equipment. He/she also manages new construction and estimates') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4022, 679, 12, '16', 'Qualifications and Experience\r\n\r\n    Ability to make a commitment to the animals AND the organizations mission/vision\r\n    Positive Attitude\r\n    Essential team player, respect peers, supportive of ot') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4023, 679, 12, '18', 'Negotiable') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4024, 679, 12, '19', 'Please send resume, cover letter, copy of driver’s license, and 2 reference contacts to PO Box 314 Sandstone, MN 55072 or email the information to info@wildcatsanctuary.org. If emailing the document') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4025, 679, 12, '25.3', 'Tammy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4026, 679, 12, '25.6', 'Thies') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4027, 679, 12, '26', 'cat@wildcatsanctuary.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4028, 679, 12, '27.1', 'PO Bo 314') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4029, 679, 12, '27.3', 'Sandstone') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4030, 679, 12, '27.4', 'MN') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4031, 679, 12, '27.5', '55072') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4032, 679, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4033, 679, 12, '22.1', 'XXXXXXXXXXXX4624') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4034, 679, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4035, 679, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4036, 679, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4037, 679, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4038, 680, 12, '9', 'Animal Keeper I - California Living Museum') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4039, 680, 12, '20', 'Kern County Superintendent of Schools') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4040, 680, 12, '8', '2014-08-06') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4041, 680, 12, '12', 'The California Living Museum is a native zoo and garden exhibiting over 250 animals representing and more than 85 different species of California Native Wildlife.  The Animal Keeper I under the direct') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4042, 680, 12, '16', '•High school graduate.\r\n•One-year paid experience working with animals.\r\n•College coursework in psychology, biology, or zoology may be substituted for animal experience.\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4043, 680, 12, '18', '$2,254 - $2,724 per month.  Maximum entry level is $2,477 per month.  Holiday, sick leave and vacation benefits provided.  Prepaid medical, dental, vision, and counseling plans provided for employee a') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4044, 680, 12, '19', 'Please access our website for the job description and application link at: http://kern.org/hr/\r\nApplications will be accepted via EDJOIN only.\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4045, 680, 12, '25.3', 'Rosenda') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4046, 680, 12, '25.6', 'Thomas') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4047, 680, 12, '26', 'rothomas@kern.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4048, 680, 12, '27.1', '1300 17th Street') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4049, 680, 12, '27.2', 'City Centre') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4050, 680, 12, '27.3', 'Bakersfield') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4051, 680, 12, '27.4', 'CA') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4052, 680, 12, '27.5', '93301') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4053, 680, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4054, 680, 12, '22.1', 'XXXXXXXXXXXX4608') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4055, 680, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4056, 680, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4057, 680, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4058, 680, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4059, 681, 6, '1.3', 'Victoria') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4060, 681, 6, '1.6', 'Hardstaff') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4061, 681, 6, '2', 'victhechick@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4062, 681, 6, '4', 'Hi there!\r\n\r\nI think this is the third message that I have sent regarding changing the address on my AAZK account but I have yet to get a reply.  Could someone please get back to me?  I am losing issu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4063, 682, 9, '1.3', 'Trish') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4064, 682, 9, '1.6', 'Campbell') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4065, 682, 9, '2', 'apesrule01@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4066, 682, 9, '4', 'I tried to renew my membership and thing got pear-shaped.\r\n1. Says my email address is already in use (apesrule@comcast.net), (can\'t spouses have a common email address?)\r\n2, After using my name, it c') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4067, 683, 14, '9', 'Camp Assistant') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4068, 683, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4069, 683, 14, '8', '2014-07-30') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4070, 683, 14, '12', 'The Phoenix Zoo is currently seeking a Camp Assistant.  This person will ensure the professional and efficient execution of camp programs, assist with the administrative details of running camps, staf') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4071, 683, 14, '16', 'Requirements include the ability to work a flexible schedule including evenings, overnights, weekends and holidays, ability to obtain a Food Handler’s License, possession of a valid driver’s licen') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4072, 683, 14, '19', 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n \r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=681&AppliTrack') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4073, 684, 14, '9', 'Keeper I - Animal Resources (part-time)') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4074, 684, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4075, 684, 14, '8', '2014-07-31') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4076, 684, 14, '12', 'The Phoenix Zoo is currently seeking a part-time keeper for our Animal Resources Department.  Animal Resources keepers support designated public experiences by developing and maintaining animal cued b') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4077, 684, 14, '16', 'Minimum requirements for this position include a HS diploma with a preference for a BS degree in Life Science or equivalent experience, 1 year paid experience in work relevant to animal husbandry, exp') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4078, 684, 14, '19', '\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=691&AppliTrac') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4079, 685, 14, '9', 'Keeper II - Carnivores') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4080, 685, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4081, 685, 14, '8', '2014-07-31') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4082, 685, 14, '12', 'Lions, Tigers, and Bears oh my!\r\n\r\nThe Phoenix Zoo is currently seeking a full time Keeper II for our Carnivores.  Keepers are responsible for routine animal husbandry, monitoring diets and consumptio') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4083, 685, 14, '16', 'Minimum requirements for this position include a High School diploma with a preference for a Bachelor’s Degree in Life Science or related field, and at least 2 years paid experience relevant to anim') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4084, 685, 14, '19', 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=690&AppliTrackLa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4085, 686, 6, '1.3', 'Jennifer') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4086, 686, 6, '1.6', 'Juniper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4087, 686, 6, '2', 'Jennifermargaretjuniper@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4088, 686, 6, '4', 'To whom it may concern,\r\nI have come across an image on the web that links back to this site of a high resolution photo of a Rhino. Could you please inform me if I could gain permission to use the ima') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4089, 687, 9, '1.3', 'Zachary') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4090, 687, 9, '1.6', 'Page') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4091, 687, 9, '2', 'zpage731@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4092, 687, 9, '4', 'Hello, \r\nI was wondering how a zookeeper becomes involved with the various committees of AAZK, I have some interest in joining a committee but am unaware of how that is done, if there are any openings') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4093, 688, 14, '9', 'Grounds Quality Supervisor') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4094, 688, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4095, 688, 14, '8', '2014-08-01') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4096, 688, 14, '12', 'The Phoenix Zoo is seeking a Grounds Quality Supervisor to be in charge of all grounds quality services, procedures and grounds quality staff for the zoo.  The Phoenix Zoo Grounds Quality Supervisor i') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4097, 688, 14, '16', 'Minimum requirements for this position include at least 2 years’ experience in custodial field in a supervisory capacity, excellent teamwork skills as well as the ability to work independently, and ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4098, 688, 14, '19', 'To view a more complete description and list of requirements and to apply for this position please visit our job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=698&AppliTrackLayoutMode=det') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4099, 689, 14, '9', 'Community Engagement Manager') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4100, 689, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4101, 689, 14, '8', '2014-08-01') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4102, 689, 14, '12', 'The Phoenix Zoo is expanding its Education department and we are seeking a Community Engagement Manager to be responsible for the development, implementation, evaluation and oversight of a number of c') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4103, 689, 14, '16', 'Minimum requirements for this position include a Master’s degree in science or education, three years of experience designing and conducting educational programs for adults and children in either fo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4104, 689, 14, '18', 'This exempt-level position has a starting hourly pay of $19.07 - $21.46 DOE, and includes our full benefits package with medical, dental and vision insurance, 401(k) with company match, and generous p') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4105, 689, 14, '19', 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at: \r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=703&AppliTrackLa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4106, 690, 12, '9', 'Bat Exhibit Keeper / Educator') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4107, 690, 12, '20', 'Orlando Science Center') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4108, 690, 12, '8', '2014-08-15') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4109, 690, 12, '12', 'Part-time Temporary Position \r\n\r\nThe Organization for Bat Conservation (OBC) and Orlando Science Center are collaborating on a temporary exhibit about bats from Sept 20 to December 31, 2014. OBC is se') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4110, 690, 12, '16', 'Other qualifications and experience required: demonstrate capacity to engage and communicate with people of all ages; four-year degree in biology or related field (or equivalent); minimum two (2) year') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4111, 690, 12, '18', '$12 per hour') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4112, 690, 12, '19', 'Applicants must send a typed resume, cover letter, copy of driver’s license, and 2 reference contacts to Rob Mies, Executive Director, at rmies@batconservation.org by August 15, 2014. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4113, 690, 12, '25.3', 'Rob ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4114, 690, 12, '25.6', 'Mies') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4115, 690, 12, '26', 'rimes@batconservation.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4116, 690, 12, '27.1', '39221 Woodward Ave') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4117, 690, 12, '27.3', 'Bloomfield Hills') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4118, 690, 12, '27.4', 'MI') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4119, 690, 12, '27.5', '48302') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4120, 690, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4121, 690, 12, '22.1', 'XXXXXXXXXXXX3513') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4122, 690, 12, '22.4', 'MasterCard') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4123, 690, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4124, 690, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4125, 690, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4126, 691, 14, '9', 'Herpetology Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4127, 691, 14, '20', 'The Toledo Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4128, 691, 14, '8', '2014-08-30') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4129, 691, 14, '12', 'A team oriented individual is needed with a working knowledge of the care, maintenance, exhibition and breeding of amphibians and reptiles in captivity. Experience working with venomous species and a ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4130, 691, 14, '16', 'A bachelor degree in zoology or a related field and previous work experience in a similar zoo setting is preferred. A combination of experience and education to fulfill the necessary skills and requir') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4131, 691, 14, '19', 'For consideration please submit a resume to resume@toledozoo.org. This posting will remain active until the position is filled.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4132, 692, 12, '9', 'Animal Keeper (Several Positions Available)') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4133, 692, 12, '20', 'Cleveland Metroparks Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4134, 692, 12, '8', '2014-07-31') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4135, 692, 12, '12', 'Cleveland Metroparks is seeking applicants for several Animal Keeper vacancies.  Depending on the position, the incumbent may be placed in an area that contains: elephants, large carnivores, hoofstock') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4136, 692, 12, '16', 'QUALIFICATIONS:\r\n•	High School Diploma or equivalent required.  Bachelor’s degree in animal sciences or related field preferred\r\n•	Two years full-time experience with captive exotic animals; six') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4137, 692, 12, '18', 'STARTING WAGE:  $22.52 per hour with a.50 cent increase every six months until achieving the union base rate of $24.02 per hour\r\n\r\nHOURS:  Ten hour shifts, four days a week.  Days off will be based on') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4138, 692, 12, '19', 'TO APPLY:  Your cover letter must clearly explain how your skills and experience align with the above job qualifications.\r\n\r\nE-mail résumé referencing job #14900 to:\r\nresumes@clevelandmetroparks.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4139, 692, 12, '25.3', 'Crystal') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4140, 692, 12, '25.6', 'Tarrence') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4141, 692, 12, '26', 'cbt@clevelandmetroparks.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4142, 692, 12, '27.1', '4101 Fulton Parkway') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4143, 692, 12, '27.3', 'Cleveland') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4144, 692, 12, '27.4', 'Ohio') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4145, 692, 12, '27.5', '44144') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4146, 692, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4147, 692, 12, '22.1', 'XXXXXXXXXXXX0279') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4148, 692, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4149, 692, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4150, 692, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4151, 692, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4152, 693, 6, '1.3', 'Sean') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4153, 693, 6, '1.6', 'Mallee') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4154, 693, 6, '2', 'SMallee@pbcgov.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4155, 693, 6, '4', 'Hello, \r\nI am currently an AAZK member but for some reason I have stopped receiving the FORUM magazine.  I have a feeling it may be a postal issue but I wanted to double check that I was still on the ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4156, 694, 9, '1.3', 'Janelle') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4157, 694, 9, '1.6', 'Murphy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4158, 694, 9, '2', 'janellemurphy_mg@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4159, 694, 9, '4', 'I am the president of the Galveston Chapter and we are trying to get TX sales tax exemption paperwork done.  To do that we need a copy of the federal exemption determination letter and any addenda.  I') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4160, 695, 6, '1.3', 'Tiffani') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4161, 695, 6, '1.6', 'Wright') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4162, 695, 6, '2', 'tiffaniwright55@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4163, 695, 6, '4', 'My name is Tiffani Wright and I plan on going to a college that specializes in zoology/ captive wildlife care and I was wondering if your organization had any scholarship opportunities I could apply f') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4164, 696, 6, '1.3', 'Katherine ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4165, 696, 6, '1.6', 'Hubbard') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4166, 696, 6, '2', 'katherine_hubbard@ymail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4167, 696, 6, '4', 'Hey. My name is Katherine Hubbard. This is my second time writing about my situation. My teacher signed me up for a membership earlier this year. I am unable to access my account due to my email being') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4168, 697, 6, '1.3', 'carla') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4169, 697, 6, '1.6', 'austin') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4170, 697, 6, '2', 'carla.austin@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4171, 697, 6, '4', 'My animals and I were recently adversely affected by environmen5al toxins in our home. We were sick for several months with numerous symptoms including hairloss, nausea, vomiting, diarrhea, pneumonia,') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4172, 698, 14, '9', 'Gorilla Caregiver / Researcher   ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4173, 698, 14, '20', 'The Gorilla Foundation') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4174, 698, 14, '8', '2014-09-22') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4175, 698, 14, '12', 'The Gorilla Foundation is seeking an exceptional individual to join our team as a full-time Gorilla Caregiver/Researcher, in an environment where gorilla care and interspecies communication research a') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4176, 698, 14, '16', 'Qualifications/Experience: Applicants must have a strong affinity for animals, as reflected in work and volunteer experience.  Must be able to work effectively in a team environment, be hard-working, ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4177, 698, 14, '18', 'Salary is commensurate with experience. Benefits include health insurance, paid vacation time, sick/personal leave, paid holidays and a 403(b) retirement plan.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4178, 698, 14, '19', 'Please send a letter of interest, resume, 3 professional references and a brief essay on “What Koko means to me” to:\r\n\r\nken.gold@koko.org\r\nKen Gold, Ph.D.\r\n1733 Woodside Road #330\r\nRedwood City, C') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4179, 699, 6, '1.3', 'Tammy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4180, 699, 6, '1.6', 'Thies') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4181, 699, 6, '2', 'info@wildcatsanctuary.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4182, 699, 6, '4', 'Hello - We are an institutional member and have had to pay for recent job postings.  We cannot get our email and password to work to post free ads.  We have reset the passcode several times.  If you c') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4183, 700, 12, '9', '3 and 6 month big cat internship') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4184, 700, 12, '20', 'The Wildcat Sanctuary, Sandstone MN') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4185, 700, 12, '8', '2014-10-22') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4186, 700, 12, '12', 'The Wildcat Sanctuary is home to over 100 feline residents; all of which rely heavily on the daily husbandry provided by staff and interns. TWS is looking for hardworking individuals who are dedicated') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4187, 700, 12, '16', 'Intern Applicant Prerequisites:\r\n\r\n    Must be 18 years of age\r\n    Must be fluent in the English language (verbal and written communication)\r\n    Must provide your own health insurance\r\n    Must be i') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4188, 700, 12, '18', 'Free onsite housing\r\nWeekly stipend for 6 month internship\r\nNo compensation for 3 month internship') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4189, 700, 12, '19', 'Interns must send the following application information: a typed resume, cover letter, transcript, copy of driver’s license, and 2 reference contacts to PO Box 314 Sandstone, MN 55072 or email the i') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4190, 700, 12, '25.3', 'Tammy') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4191, 700, 12, '25.6', 'Thies') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4192, 700, 12, '26', 'cat@wildcatsanctuary.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4193, 700, 12, '27.1', '19394 4th St Ne') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4194, 700, 12, '27.4', 'MN') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4195, 700, 12, '27.5', 'Cedar') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4196, 700, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4197, 700, 12, '22.1', 'XXXXXXXXXXXX6341') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4198, 700, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4199, 700, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4200, 700, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4201, 700, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4202, 701, 14, '9', 'Grounds Quality Associate') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4203, 701, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4204, 701, 14, '8', '2014-08-07') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4205, 701, 14, '12', 'The Phoenix Zoo is seeking a full-time Grounds Quality Associate to perform custodial services, clean restrooms, picnic tables, water fountains, offices, benches and other items on Zoo grounds.  Groun') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4206, 701, 14, '19', 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=704&AppliTrackLa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4207, 702, 14, '9', 'Experience Guide I') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4208, 702, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4209, 702, 14, '8', '2014-08-07') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4210, 702, 14, '12', 'The Phoenix Zoo is currently looking for 10 part-time seasonal Experience Guides. This position will likely run September – May.  Guides initiate conversations and educate the public about animals e') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4211, 702, 14, '19', 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=705&AppliTrackLa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4212, 703, 14, '9', 'Maintenance Technician - Geneal Maintenance') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4213, 703, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4214, 703, 14, '8', '2014-08-08') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4215, 703, 14, '12', 'The Phoenix Zoo is currently looking for a Maintenance Technician to perform skilled work involving HVAC, plumbing, carpentry, electrical, installation, preventative maintenance and construction of ex') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4216, 703, 14, '16', 'Minimum requirements for this position include a degree, trade school diploma, or license, and 5 years’ experience in zoo, campus, industrial maintenance, or construction with experience and/or basi') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4217, 703, 14, '18', 'This full time position has a minimum starting hourly wage of $16.00 DOE, and comes with our full benefits package including medical, dental, vision, 401(k) with company match and generous PTO.  ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4218, 703, 14, '19', '\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n  \r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=706&AppliTr') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4219, 704, 5, '1.3', 'Cynthia') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4220, 704, 5, '1.6', 'Connor') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4221, 704, 5, '4', '(803)765-1100') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4222, 704, 5, '5', 'eugene57@bellsouth.net') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4223, 704, 5, '6.1', '106 Huger Street') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4224, 704, 5, '6.3', 'Columbia') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4225, 704, 5, '6.4', 'SC') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4226, 704, 5, '6.5', 'SC') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4227, 704, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4228, 704, 5, '11', 'General|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4229, 704, 5, '10', '$35.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4230, 704, 5, '13.1', 'XXXXXXXXXXXX5954') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4231, 704, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4232, 704, 5, '12', '35') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4233, 705, 14, '9', 'Elephant Zookeeper I') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4234, 705, 14, '20', 'North Carolina Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4235, 705, 14, '8', '2014-08-15') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4236, 705, 14, '12', 'The NC Zoo is seeking a successful candidate to be assigned to the Watani Grasslands section working with African elephants. Responsibilities include: \r\n\r\nDaily assessment and care of exhibit/off-exhi') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4237, 705, 14, '16', 'KNOWLEDGE, SKILLS AND ABILITIES / COMPETENCIES:\r\n \r\n**To receive credit for your work history and credentials, you must list the information on the application form.  Any information omitted from the ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4238, 705, 14, '18', 'RECRUITMENT RANGE: $26,903 \r\n\r\nFor a description of benefits, please visit http://www.oshr.nc.gov/jobs/benefits.htm.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4239, 705, 14, '19', 'APPLICATIONS MAY BE FILED ONLINE AT:\r\nhttp://www.oshr.nc.gov/jobs/index.html\r\n\r\nApplicants must document on the application their knowledge skills and abilities as well as all related work experience ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4240, 706, 9, '1.3', 'Becky') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4241, 706, 9, '1.6', 'Hardin') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4242, 706, 9, '2', 'crimson_igarashi@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4243, 706, 9, '4', 'How would one become involved in the conservation committee? ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4244, 707, 6, '1.3', 'Joshua ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4245, 707, 6, '1.6', 'Kane ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4246, 707, 6, '2', 'Kanejosh3@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4247, 707, 6, '4', 'Please email me about upcoming openings at the zoos of Arizona. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4248, 708, 14, '9', 'Zoo Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4249, 708, 14, '20', 'El Paso Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4250, 708, 14, '8', '2014-08-21') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4251, 708, 14, '12', '***Recruitment will begin July 31, 2014***\r\n\r\nThe City of El Paso is seeking a highly motivated and innovative individual to serve in the position of Zoo Keeper. This position will feed and care for e') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4252, 708, 14, '16', 'A High School diploma or GED, and one (1) year of confined animal care and handling experience, excluding personal pets. \r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4253, 708, 14, '18', 'Salary:  $12.31 - $18.27 Hourly') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4254, 708, 14, '19', 'Note: Recruitment will begin on July 31, 2014.  On July 31, 2014, interested applicants must go to www.elpasotexas.gov to apply.  Applications are only accepted online. Applicants are encouraged to ap') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4255, 709, 6, '1.3', 'Jayashree') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4256, 709, 6, '1.6', 'Ram Mohan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4257, 709, 6, '2', 'jayashreerammohan@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4258, 709, 6, '4', 'I graduated last year with BA Education (2:1 Hons) with 54% from Calcutta University, India.\r\n\r\nI always wanted to work with animals but I did not have a science degree to my name. Unfortunately I can') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4259, 710, 5, '1.3', 'Paula') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4260, 710, 5, '1.6', 'Lamb') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4261, 710, 5, '4', '(215)620-7250') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4262, 710, 5, '5', 'paulaglennlamb@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4263, 710, 5, '6.1', '5741 Woodbine Avenue') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4264, 710, 5, '6.3', 'Philadelphia') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4265, 710, 5, '6.4', 'PA') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4266, 710, 5, '6.5', '19131') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4267, 710, 5, '6.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4268, 710, 5, '11', 'General|0') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4269, 710, 5, '10', '$30.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4270, 710, 5, '13.1', 'XXXXXXXXXXXX4795') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4271, 710, 5, '13.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4272, 710, 5, '12', '30') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4273, 711, 6, '1.3', 'Tamara') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4274, 711, 6, '1.6', 'Cook') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4275, 711, 6, '2', 'tamei.cook@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4276, 711, 6, '4', 'I am attempting to renew/start a membership.  I used to have a membership with your organization under membership# 217650, when I lived in Minnesota.  It expired April 2010.\r\nDo I need to create a new') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4277, 712, 14, '9', 'Reptile Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4278, 712, 14, '20', 'Utah\'s Hogle Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4279, 712, 14, '8', '2014-08-15') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4280, 712, 14, '12', 'Utah’s Hogle Zoo is announcing the opening of a full time position as an Animal Keeper in the  Reptile area, within the Animal Care Department.\r\n\r\nThe Zoo is seeking a highly-qualified animal care s') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4281, 712, 14, '16', 'Applicants must be able to work effectively in a strong team environment, foster positive interactions with guests and other Zoo departments, serve as an ambassador for the Zoo and liaison to the Asso') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4282, 712, 14, '18', 'Salt Lake City, Utah, is the gateway for outstanding outdoor activities with world-class skiing less than 30 minutes away and more than 20 National Parks and monuments within a few hours\' drive – th') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4283, 712, 14, '19', 'Anyone interested in this position should send a cover letter and resume to Jane Larson Animal Care Supervisor (jlarson@hoglezoo.org) by August 15, 2014. Utah’s Hogle Zoo is an Equal Opportunity Emp') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4284, 713, 6, '1.3', 'Tyrene') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4285, 713, 6, '1.6', 'Fayard') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4286, 713, 6, '2', 'trfmartiniltd@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4287, 713, 6, '4', 'I usually get a card reminding me about my renewal. could you please let me know when my membership expires?\r\nTy Fayard\r\n315 Aris Ave\r\nMetairie, Louisiana 70005\r\n(504) 258-7276\r\n\r\nThank you') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4288, 714, 6, '1.3', 'Fanny') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4289, 714, 6, '1.6', 'Bonilla') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4290, 714, 6, '2', 'bonillachonata@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4291, 714, 6, '4', 'Dear Sr or Madam\r\nI am Fanny  Bonilla from Ecuador and I am interested in being a member of this or organization, but I do not what membership should I select.\r\nI really will apreciate your reply.\r\nTh') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4292, 715, 14, '9', 'Exotic Animal Keeper Internship') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4293, 715, 14, '20', 'Safe Haven Rescue Zoo, Imlay, NV') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4294, 715, 14, '8', '2014-11-03') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4295, 715, 14, '12', 'Safe Haven Rescue Zoo is an accredited wildlife sanctuary located in northern Nevada that provides permanent placement for illegally owned and abandoned exotics. Safe Haven also provides rescue servic') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4296, 715, 14, '16', '•Applicants must be at least 21 years of age\r\n•Must be fluent in the English language, both verbal and written\r\n•Must provide your own health insurance\r\n•Must have at least 2 years of related ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4297, 715, 14, '18', '•Monthly stipend is provided \r\n•Housing is provided on the sanctuary property\r\n•Amenities: Heat, A/C, Utilities paid, bathroom, fully stocked kitchen, bedding, washer/dryer, satellite TV, Wirele') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4298, 715, 14, '19', 'To apply, please email your cover letter, resume and two (2) letters of recommendation to:\r\n\r\najwells821@yahoo.com  \r\nATTN: Alexandria Wells, Assistant Manager') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4299, 716, 9, '1.3', 'Sarah') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4300, 716, 9, '1.6', 'Schwenzer') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4301, 716, 9, '2', 'sschwenzer@greenvillesc.gov') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4302, 716, 9, '4', 'Just a quick bylaw question.  I was reading that our AAZK chapter at the Greenville Zoo is blanketed under the national chapter as far as being tax exempt.  It is not a non-profit though correct?  We\'') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4303, 717, 12, '9', 'EXOTIC ANIMAL & DOMESTIC ANIMAL INTERNS') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4304, 717, 12, '20', 'ANIMAL GARDENS PETTING ZOO & LOLLIPUPS PET RESORT') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4305, 717, 12, '8', '2014-10-08') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4306, 717, 12, '12', 'Animal Gardens Exotic animal petting zoo and new beautiful state-of-the-art dog kennel located in Lake Geneva WI. is seeking animal interns. Must have basic knowledge of all phases of animal care. Lea') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4307, 717, 12, '18', 'On-site dorm-style housing.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4308, 717, 12, '19', 'Please email your resume to info@animalgardens.com\r\ncheck our websites - www.animalgardens.com and www.lollipupsresort.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4309, 717, 12, '25.3', 'Dana ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4310, 717, 12, '25.6', 'Montana') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4311, 717, 12, '26', 'info@animalgardens.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4312, 717, 12, '27.1', '5065 State Road 50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4313, 717, 12, '27.4', 'Delavan, Wisconsin') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4314, 717, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4315, 717, 12, '22.1', 'XXXXXXXXXXXX4516') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4316, 717, 12, '22.4', 'MasterCard') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4317, 717, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4318, 717, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4319, 717, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4320, 718, 6, '1.3', 'Paul') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4321, 718, 6, '1.6', 'Vidal') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4322, 718, 6, '2', 'paulv999@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4323, 718, 6, '4', 'Hello, I am existing member, expiring on 8/31/14. I tried to log in but am not sure what email address I might have given you. Can you send me the info. Most likely I would have registered with the em') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4324, 719, 14, '9', 'Park Ranger') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4325, 719, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4326, 719, 14, '8', '2014-08-21') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4327, 719, 14, '12', 'The Phoenix Zoo is currently seeking two part time Park Ranger to ensure the safety and well being of visitors, employees, living collections and facilities.  Park Rangers provide first-aid, security ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4328, 719, 14, '19', 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=707&AppliTrackL') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4329, 720, 14, '9', 'Education Program Coordinator / Small Mammal Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4330, 720, 14, '20', 'Monterey Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4331, 720, 14, '8', '2014-11-05') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4332, 720, 14, '12', 'The Education Program Coordinator / Small Mammal Keeper will be responsible for accomplishing animal care, exhibit maintenance, and coordination of the Educational Programs.  This position requires an') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4333, 720, 14, '16', 'To perform this job successfully, an individual must be able to perform each duty satisfactorily. The requirements listed below are representative of the knowledge, skill, and/or ability required. \r\nE') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4334, 720, 14, '18', 'Compensation – $10-$13 per hour DOE	\r\nBenefits- One week paid vacation for every one year worked. Vacation times and dates must be approved by management.  Commission on some tour sales.  Annual Bon') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4335, 720, 14, '19', 'Monterey Zoological Society, Inc. is an Equal Opportunity Employer.\r\n\r\nTo Apply Please Click the Link Below:\r\nhttps://adobeformscentral.com/?f=15AtIdQ3Nfrd9BZ8eWrG2Q\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4336, 721, 9, '1.3', 'Abby') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4337, 721, 9, '1.6', 'Grobani') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4338, 721, 9, '2', 'abbyg8493@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4339, 721, 9, '4', 'Hi,\r\nThe email associated with my account (agrobani11@unity.edu) no longer exists. My username is Abbyg8493. I would like to change the email address to abbyg8493@gmail.com. Thank you!') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4340, 722, 12, '9', 'Animal Keeper & Tour Guide') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4341, 722, 12, '20', 'The Hesperia Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4342, 722, 12, '8', '2014-11-06') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4343, 722, 12, '12', 'Our facility houses a variety of animals, big cats, small cats, primates, rodents, marsupials, birds, reptiles, dogs and cats. Besides the zoo and education we train animals for movies, commercial and') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4344, 722, 12, '16', 'Experience- One year of professional experience at a public zoo, wildlife park, animal facility or similar institution and a demonstrated knowledge of zoological operations. Hard worker, reliable and ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4345, 722, 12, '18', 'COMPENSATION AND BENEFITS\r\nCompensation – $10-$13 per hour DOE\r\nVacation times and dates must be requested and approved by management. No medical or relocation benefits.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4346, 722, 12, '19', ' DO NOT SEND RESUME IF YOU HAVE NO ANIMAL EXPERIENCE. NO PHONE CALLS PLEASE.\r\nEmail Resume to hesperiazoo@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4347, 722, 12, '25.3', 'stephanie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4348, 722, 12, '25.6', 'taunton') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4349, 722, 12, '26', 'bowwowprod@aol.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4350, 722, 12, '27.1', '19038 willow street') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4351, 722, 12, '27.3', 'Hesperia') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4352, 722, 12, '27.4', 'ca') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4353, 722, 12, '27.5', '92345') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4354, 722, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4355, 722, 12, '22.1', 'XXXXXXXXXXXX5705') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4356, 722, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4357, 722, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4358, 722, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4359, 722, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4360, 723, 9, '1.3', 'Kim') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4361, 723, 9, '1.6', 'Wanders') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4362, 723, 9, '2', 'k_wanders@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4363, 723, 9, '4', 'I have not received my July issue of the Forum.  Can someone please send that to me.  \r\nThank you!\r\nKim') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4364, 724, 14, '9', 'Primate Lead Keeper and Primate Relief Keeper') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4365, 724, 14, '20', 'Tanganyika Wildlife Park') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4366, 724, 14, '8', '2014-11-06') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4367, 724, 14, '12', 'Tanganyika is looking for additional keepers for a rapidly growing primate collection.  Applicants applying for these open positions must be flexible, reliable, proficient, and self motivated.  We are') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4368, 724, 14, '16', 'A Bachelors Degree in a Biology related Science and/or equal experience is preferred. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4369, 724, 14, '18', 'Starting wage is $9.00 per hour.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4370, 724, 14, '19', 'Please email resumes and cover letters to Stephanie Jeter : sjeter@twpark.com\r\nAlso, please note that all applicants that proceed to the second level of interviews will be asked to visit Tanganyika fo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4371, 725, 6, '1.3', 'Arlene') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4372, 725, 6, '1.6', 'Holden') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4373, 725, 6, '2', 'aztwoteacher@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4374, 725, 6, '4', 'To Whom It May Concern:\r\n\r\n    I am interested in registering and reserving August 30, 2014 for a Flamingo flocking as a way to wish a special someone "Happy Birthday". Please advise on what I need to') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4375, 726, 9, '1.3', 'Laura') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4376, 726, 9, '1.6', 'Shipp') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4377, 726, 9, '2', 'laurnado@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4378, 726, 9, '4', 'Hi!\r\n\r\nMy name is Laura Shipp and I am a member of the Seneca Park Zoo chapter of AAZK (as well as a national member). I was voted in as our chapter\'s liason, only to find that there was no informatio') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4379, 727, 14, '9', 'Outreach Specialist') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4380, 727, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4381, 727, 14, '8', '2014-08-26') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4382, 727, 14, '12', 'The Phoenix Zoo is seeking an Outreach Specialist to serve as a traveling ambassador and educator for the Phoenix Zoo. This person will present educational programs about the natural world, off-ground') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4383, 727, 14, '16', 'Minimum qualifications for this positon include a Bachelor’s degree in science or education along with a strong interest in the natural world, ability to handle and work with a variety of animals, a') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4384, 727, 14, '18', 'This full time position has a starting hourly wage of $10.59 and includes our full benefits package with health, dental and vision insurance, 401(k) with company match, and generous paid time off. ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4385, 727, 14, '19', 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n  \r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=708&AppliTrac') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4386, 728, 12, '9', 'Carnivore Keeper Aide ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4387, 728, 12, '20', 'LEO Zoological Conservation Center ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4388, 728, 12, '8', '2014-10-12') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4389, 728, 12, '12', 'Start Date: September, 2014\r\n\r\nLEO Zoological Conservation Center, is an accredited nonprofit, off-site breeding facility for rare, threatened, and endangered species located in Greenwich, Connecticut') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4390, 728, 12, '16', 'Requirements: \r\n- Applicants must be 18 years of age or older\r\n- Applicants MUST have experience working with animals    (preferably a past zoological volunteer or internship experience) \r\n- Able to c') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4391, 728, 12, '18', 'Aide will leave facility with a wealth of experience and understanding in carnivore husbandry, operant training, and behavior. Aide will also receive a letter of recommendation from LEO Zoological Con') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4392, 728, 12, '19', 'Interested candidates must send cover letter and resume to info@leozoo.org. Faxed, mailed, and delivered resumes will not be considered. PLEASE, NO PHONE CALLS. Interested applicants must be available') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4393, 728, 12, '25.3', 'Dani') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4394, 728, 12, '26', 'Info@leozoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4395, 728, 12, '27.1', '404 taconic road ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4396, 728, 12, '27.3', 'greenwich') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4397, 728, 12, '27.4', 'connecticut') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4398, 728, 12, '27.5', '06830') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4399, 728, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4400, 728, 12, '22.1', 'XXXXXXXXXXXX7576') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4401, 728, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4402, 728, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4403, 728, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4404, 728, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4405, 729, 12, '9', 'Great Apes Keeper Aide') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4406, 729, 12, '20', 'LEO Zoological Conservation Center ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4407, 729, 12, '8', '2014-10-12') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4408, 729, 12, '12', 'Start Date: September, 2014\r\n \r\nLEO Zoological Conservation Center, is an accredited nonprofit, off-site breeding facility for rare, threatened, and endangered species located in Greenwich, Connecticu') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4409, 729, 12, '16', 'Requirements: \r\n- Applicants must be 18 years of age or older\r\n- Applicants MUST have experience working with a primates (preferably a past zoological volunteer or internship experience)        \r\n- Ab') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4410, 729, 12, '18', 'Aide will leave facility with a wealth of experience and understanding in orangutan and primate husbandry, operant training, and behavior. Aide will also receive a letter of recommendation from LEO Zo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4411, 729, 12, '19', 'Interested candidates must send cover letter and resume to info@leozoo.org. Faxed, mailed, and delivered resumes will not be considered. PLEASE, NO PHONE CALLS. Interested applicants must be available') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4412, 729, 12, '25.3', 'Dani') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4413, 729, 12, '26', 'Info@leozoo.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4414, 729, 12, '27.1', '404 taconic road ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4415, 729, 12, '27.3', 'greenwich') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4416, 729, 12, '27.4', 'connecticut') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4417, 729, 12, '27.5', '06830') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4418, 729, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4419, 729, 12, '22.1', 'XXXXXXXXXXXX7576') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4420, 729, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4421, 729, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4422, 729, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4423, 729, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4424, 730, 9, '1.3', 'Fanny') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4425, 730, 9, '1.6', 'Bonilla') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4426, 730, 9, '2', 'bonillachonata@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4427, 730, 9, '4', 'Dear Sr. or Madam\r\n\r\nI am Fanny owner of a Zoorefugio in the Amazon of Ecuador, www.zoorefugiotarqui.com, and I am wondering if I could host my place in AAZK for people interested in doing interships ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4428, 731, 6, '1.3', 'Hali') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4429, 731, 6, '1.6', 'O\'Connor') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4430, 731, 6, '2', 'halieden44@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4431, 731, 6, '4', 'Every year I have a hard time finding the BFR Financial statement on the website.  Can you please place it in a noticeable location?  As of this moment I am still looking for it...') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4432, 732, 12, '9', 'Maintenance Director/Animal Park') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4433, 732, 12, '20', 'Animal Gardens Petting Zoo/The Dancing Horses Theatre') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4434, 732, 12, '8', '2014-11-12') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4435, 732, 12, '12', 'Beautiful Facility in Resort Area - Lake Geneva, Wisconsin\r\nExperienced Jack of All Trades individual, knowledge of all phases of property management, carpentry, mechanical, lawn care, etc. Ability to') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4436, 732, 12, '18', 'Salary, plus on-site housing is provided.\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4437, 732, 12, '19', 'Please send resume to: info@animalgardens.com\r\n262-728-8200') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4438, 732, 12, '25.3', 'Dana') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4439, 732, 12, '25.6', 'Montana') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4440, 732, 12, '26', 'info@animalgardens.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4441, 732, 12, '27.1', '5065 State Road 50') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4442, 732, 12, '27.4', 'Wisconsin') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4443, 732, 12, '27.5', 'Delavan') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4444, 732, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4445, 732, 12, '22.1', 'XXXXXXXXXXXX4516') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4446, 732, 12, '22.4', 'MasterCard') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4447, 732, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4448, 732, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4449, 732, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4450, 733, 14, '9', 'Animal Care Intern Opportunities in Oregon') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4451, 733, 14, '20', 'WildCat Haven, Inc') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4452, 733, 14, '8', '2014-11-13') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4453, 733, 14, '12', 'WildCat Haven has openings for the Fall and Winter Internship Programs, starting in September. We accept up to four full-time interns for each 12 week period. \r\n\r\nWildCat Haven is located in Sherwood,') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4454, 733, 14, '16', '•Must be 21 years of age, be in good physical condition  \r\n•Must be able to consistently lift 30 pounds  \r\n•Must be able to work in all weather conditions\r\n• Must be fluent in English (b') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4455, 733, 14, '18', 'Interns are unpaid and there is no on-site housing, so must be local to Portland, Oregon\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4456, 733, 14, '19', 'Download and fill out application here: http://www.wildcathaven.org/how-to-help/intern-opportunities\r\nSend with send with resume, cover letter, transcripts, and a copy of Driver’s License along with') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4457, 734, 6, '1.3', 'Elise') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4458, 734, 6, '1.6', 'Schembri') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4459, 734, 6, '2', 'eliseschembri@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4460, 734, 6, '4', 'I\'m a full time keeper at the Toronto Zoo, and on August 14th I tried to renew my professional membership. The charge has gone through on my credit card but I cannot login as a member and didn\'t recei') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4461, 735, 9, '1.3', 'Carrie') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4462, 735, 9, '1.6', 'Jung') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4463, 735, 9, '2', 'caroline.novosel@czs.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4464, 735, 9, '4', 'I am interested in applying for an AAZK grant to attend an AZA course.  I am having difficulty accessing grant information from the website. Can you please send me the grant requirements and applicati') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4465, 736, 6, '1.3', 'Seth') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4466, 736, 6, '1.6', 'Adams') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4467, 736, 6, '2', 'seo@powerprosperity.org') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4468, 736, 6, '4', 'My name is Seth Adams and I am a Tucson, AZ SEO Consultant. \r\n\r\nAdvertising on World Wide Web is one of the most inexpensive but highly effective methods of promoting a business. It is critical to the') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4469, 737, 6, '1.3', 'Paula') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4470, 737, 6, '1.6', 'Prescod') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4471, 737, 6, '2', 'paula@vincysurf.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4472, 737, 6, '4', 'Hello,\r\nThere is a photo of the amazona guildingii (St Vincent and the Grenadines parrot that appears on the Houston Zoo website in an article contributed by Mollie Coym, director of the AAZK. I am ed') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4473, 738, 6, '1.3', 'Michael') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4474, 738, 6, '1.6', 'Ferejohn') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4475, 738, 6, '2', 'michael@robotsandcupcakes.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4476, 738, 6, '4', 'I am looking for a zookeeper to interview for an educational project. Can you refer any?') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4477, 739, 12, '9', 'Caregiver') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4478, 739, 12, '20', 'The Elephant Sanctuary in Tennessee') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4479, 739, 12, '8', '2014-11-16') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4480, 739, 12, '12', 'Provides daily care for elephants utilizing \'Protected Contact\' elephant management and using\r\nonly positive reinforcement.\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4481, 739, 12, '16', 'One year combined volunteer, intern or paid experience working with exotic or native\r\nwildlife preferred; elephant experience preferred.\r\n• 	Six months combined volunteer, intern or paid experience ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4482, 739, 12, '18', 'all entry level Caregivers begin at $11.56 per hour along with a great benefit package') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4483, 739, 12, '19', 'send resume to humanresources@elephants.com or fax to 931-796-7493') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4484, 739, 12, '25.3', 'Angela ') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4485, 739, 12, '25.6', 'Spivey') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4486, 739, 12, '26', 'deborah@elephants.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4487, 739, 12, '27.1', 'P O Box 393') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4488, 739, 12, '27.3', 'Hohenwald') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4489, 739, 12, '27.4', 'TN') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4490, 739, 12, '27.5', '38462') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4491, 739, 12, '27.6', 'United States') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4492, 739, 12, '22.1', 'XXXXXXXXXXXX2953') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4493, 739, 12, '22.4', 'Visa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4494, 739, 12, '21.1', 'Product Name') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4495, 739, 12, '21.2', '$50.00') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4496, 739, 12, '21.3', '1') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4497, 740, 14, '9', 'Animal Keeper for Primate Section - Regular, Full Time') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4498, 740, 14, '20', 'San Francisco Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4499, 740, 14, '8', '2014-09-19') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4500, 740, 14, '12', 'This is a Regular, Full Time position.  The ideal candidate will be available to work weekdays, weekends and holidays.\r\n\r\nSubject to collective bargaining agreement \r\n\r\nSUMMARY: Under general supervis') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4501, 740, 14, '16', 'REQUIRED QUALIFICATIONS:  To perform this job successfully, an individual must be able to perform each essential duty satisfactorily. The requirements listed below are representative of the knowledge,') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4502, 740, 14, '18', 'SALARY:  $22.35 - $27.07\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4503, 740, 14, '19', 'TO APPLY:  Please complete an application at www.sfzoo.org.  Please include a resume and letter of interest detailing your experience as it relates to this position.  EOE.\r\n') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4504, 741, 6, '1.3', 'Ndubuisi') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4505, 741, 6, '1.6', 'Emmanuel') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4506, 741, 6, '2', 'ndemmanuel2007@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4507, 741, 6, '4', 'Dear Sir/Ma,\nI write to request to be given the opportunity to be among keepers to trained under your Institution.This is to affford me the opportunity to be exposed with the recent updates principles') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4508, 742, 6, '1.3', 'Ndubuisi') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4509, 742, 6, '1.6', 'Emmanuel') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4510, 742, 6, '2', 'ndemmanuel2007@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4511, 742, 6, '4', 'Dear Sir/Ma,\nI write to request to be given the opportunity to be among keepers to trained under your Institution.This is to affford me the opportunity to be exposed with the recent updates principles') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4512, 743, 14, '9', 'Event Host') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4513, 743, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4514, 743, 14, '8', '2014-09-01') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4515, 743, 14, '12', 'The Phoenix Zoo is currently looking for a part-time Event Host/Hostess.  This person will work with our Events Team to carry out the daily aspects of the Birthday program and other special events, st') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4516, 743, 14, '16', 'Minimum requirements for this position include a flexible schedule, valid driver’s license, knowledge of MS Office programs, and ability to pass pre-employment background check and drug test.') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4517, 743, 14, '19', 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=712&AppliTrackLa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4518, 744, 14, '9', 'Event Facilitator') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4519, 744, 14, '20', 'Phoenix Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4520, 744, 14, '8', '2014-09-01') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4521, 744, 14, '12', 'The Phoenix Zoo is currently looking for an Event Facilitator to be responsible for group events at the Zoo.  If you have previous banquet or custodial experience, this may be the job for you!  The Ev') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4522, 744, 14, '16', 'Minimum requirements include possession of a valid driver’s license and ability to work a flexible schedule that may include weekends, evenings, and holidays. All Phoenix Zoo employees must pass pre') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4523, 744, 14, '18', '\r\nThis is a full time position with a starting hourly wage between $10.59 – $11.91 and a complete benefits package that includes medical, dental and vision insurance, 401(k) with company match and g') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4524, 744, 14, '19', 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=711&AppliTrackLa') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4525, 745, 6, '1.3', 'Christopher') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4526, 745, 6, '1.6', 'Kanesta') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4527, 745, 6, '2', 'ckanesta@hotmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4528, 745, 6, '4', 'Hi! I am having issues renewing my membership because I have never had an account on the website. Also, the email I think you have is wrong as well. Please use ckanesta@hotmail.com.\r\n\r\nMy user name is') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4529, 746, 9, '1.3', 'Stefani') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4530, 746, 9, '1.6', 'Seiber') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4531, 746, 9, '2', 'slseiber87@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4532, 746, 9, '4', 'How do you change your e-mail address please?  I am still receiving emails to both snowlin87@comcast.net and slseiber87@gmail.com.  I was asked about this problem not too long ago and I thought it had') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4533, 747, 14, '9', 'Animal Keeper- Asian Highlands/Feline Area') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4534, 747, 14, '20', 'Utah\'s Hogle Zoo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4535, 747, 14, '8', '2014-11-17') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4536, 747, 14, '12', 'Utah’s Hogle Zoo is announcing the opening of a full time position as an Animal Keeper in the Asian Highlands feline area, within the Animal Care Department.\r\n\r\nThe Zoo is seeking a highly-qualified') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4537, 747, 14, '16', 'Applicants must be able to work effectively in a strong team environment, foster positive interactions with guests and other Zoo departments, serve as an ambassador for the Zoo and liaison to the Asso') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4538, 747, 14, '18', 'Salt Lake City, Utah, is the gateway for outstanding outdoor activities with world-class skiing less than 30 minutes away and more than 20 National Parks and monuments within a few hours\' drive – th') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4539, 747, 14, '19', 'Anyone interested in this position should send a cover letter and resume to Gina Phillips, Animal Care Supervisor, (gphillips@hoglezoo.org) by Sept 15, 2014. Utah’s Hogle Zoo is Equal Opportunity Em') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4540, 748, 14, '9', 'Keeper/Outreach Educator - Part time') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4541, 748, 14, '20', 'Wild Wonders - Bonsall, CA') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4542, 748, 14, '8', '2014-11-17') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4543, 748, 14, '12', 'Wild Wonders in Bonsall,CA, has 2 openings for keeper/outreach educators part \r\ntime.\r\nDuties: \r\nInclude but not limited to: \r\nGeneral husbandry of ambassador collection \r\nBehavioral enrichment \r\nReco') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4544, 748, 14, '16', 'Requirements: \r\nMust have a zoology degree or equivalent \r\nOne year minimum full time professional experience in a zoological setting \r\nhandling, presenting and keeping of exotics \r\nMust be able to wo') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4545, 748, 14, '18', 'Pay 13-15/hr DOE') ; 
INSERT INTO `wp_rg_lead_detail` VALUES (4546, 748, 14, '19', 'Please no phone calls \r\nSend resume to: \r\nwildwonders@att.net \r\nskype or in person interviews only ') ;
#
# End of data contents of table `wp_rg_lead_detail`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_rg_lead_detail_long`
# --------------------------------------------------------


#
# Delete any existing table `wp_rg_lead_detail_long`
#

DROP TABLE IF EXISTS `wp_rg_lead_detail_long`;


#
# Table structure of table `wp_rg_lead_detail_long`
#

CREATE TABLE `wp_rg_lead_detail_long` (
  `lead_detail_id` bigint(20) unsigned NOT NULL,
  `value` longtext,
  PRIMARY KEY (`lead_detail_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_rg_lead_detail_long`
#
 
INSERT INTO `wp_rg_lead_detail_long` VALUES (198, 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (282, 'Subject to collective bargaining agreement \r\n\r\nSUMMARY: Under general supervision, has responsibility for the care, welfare and safety of animal exhibits including rare or valuable specimens; maintains the physical quarters, surroundings and/or environment of such animals; answers questions and gives information to the visiting public; and performs related duties as required. Requires responsibility for: carrying out existing methods and procedures relating to care, maintenance, safety of valuable and/or rare species and making numerous contacts with the public and other employees. \r\n\r\nEXPERIENCE: Must have a minimum of 3 years PAID experience in an AZA accredited institution working with large carnivores. Ability to read and interpret documents such as safety rules, operating and maintenance instructions, and procedure manuals. Ability to write routine reports and correspondence.  Ability to speak effectively before groups.  Ability to work in a team environment and be a team player.  Ability to interpret ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (288, 'Hi, \r\n\r\nJust a couple of things, first I have tried to recover my existing account and have been unable to do so and second I just realized I never received my November copy of the AKF. Please let me know if there is anything that I need to do.\r\n\r\nThank You,\r\nJennifer von Dohlen') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (292, 'I need to change my address but it keeps say access restricted. My new address is 2853 DeVault Bridge RD Piney Flats TN 37686 and my new organization is Brights Zoo in Limestone TN phone number is 828-434-0105. Also is there anyway to change my username to my name...Aimeeking? Thank you') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (304, 'Howdy, I\'m putting together a \'Zoo Keeper 101\' activity club at Roosevelt Middle School in Dubuque, IA, as one of our students groups. I remember the great little AAZK Forum booklets that used to come out when I was a zoo keeper (1984-1994; Dreher Park Zoo, FL; Audubon Park Zoo, New Orleans). Looks like times have changed big time! Beautiful web site and new publications. I was wondering if you had any past issues of the Forum and/or other items of interest for about 25 middle school kids for free or reduced cost. I can\'t tell you how many youngsters dream about zoo keeping. It\'s one of \'those\' professions that every kid seems to consider at least once. The club will be starting in March. I look forward to seeing if we can get this thing going. Thanks!\r\nJamie (Bramuchi) Easley') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (308, 'I have not received the AKF since September.  So I have not gotten the October, November, or December issues.  Can you please send me the back issues that I have missed and look into why I am not receiving them?\r\n\r\nThank you,\r\nStephanie Richmond\r\nSenior Keeper/River\'s Edge\r\nSaint Louis Zoo\r\nSt. Louis AAZK Vice President/Multimedia Coordinator') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (312, 'Hello,\r\n\r\nMy name is Samantha Pawlowski and I currently have a student membership. I am trying to update my address because I am moving very soon but every time I try to update it, it tells me that \'access if forbidden.\' I am able to login to my account, but it will not let me update anything. If someone could help me with this that would be great!\r\n\r\nThanks!') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (314, 'Job Title:  Animal Care Technician \r\nLocation:  Oatland Island Wildlife Center, Savannah, Georgia \r\nNature of Position:  This position is responsible for day to day animal care including feeding, cleaning, habitat maintenance, record keeping, animal enrichment and training. \r\n \r\nReports To:  Supervisor of Living Collections/Veterinarian\r\n \r\nSalary Range:  $12.46 hourly min -$21.04 hourly max \r\n\r\nEducation Required:  Associate’s degree or equivalent coursework in animal science or related field \r\n \r\nEducation Preferred:  Bachelor’s degree in an animal/wildlife related field from an accredited college or university \r\n  \r\nExperience, Skill, Know-How and Certification:  At least 2 years basic animal husbandry experience.  Proven ability to work well with others.  Experience with word processing and other software, including data entry skills \r\nSufficient oral communication skills to give educational information to visitors, including children.  Able to read and comprehend animal diets, instructions, and other printed information \r\n \r\nDuties and Responsibilities:  Provides daily care for the animal collection at Oatland Island Wildlife Center including diet preparation, feeding, cleaning, enrichment and habitat maintenance.  Maintains daily record keeping.  Provides instruction to visitors in selected education programs.  Performs other duties as assigned by the Director. \r\n\r\nTerms of Employment:  Incumbents are considered "at will." Appropriate pay will be determined based on the Grade as determined by Human Resources and allowable experience. This is a 260 day position. GR7. 1213.The normal work schedule is Friday through Tuesday. Incumbents may also be required to work extended hours and occasional holidays, typically with advance notice. \r\n \r\nClosing Date:  1/6/2014 \r\nTo apply visit:  https://jobpostings.savannah.chatham.k12.ga.us/JobPosting.aspx?JPID=3816\r\n\r\nSavannah-Chatham County Public Schools does not to discriminate on the basis of race, color, sex, religion, national origin, age, or disability in any employment practice, educational program, or any other program, activity or service.  \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (328, 'I have tried to sign into the new sight and it will not let me do so for my personal account or for our work account.  My personal account is listed under zoocleo@hotmail.com and it will not accept my password or allow me to reset it.  The same is true for our work account at the Utica Zoo which is listed under mike.bates@uticazoo.org \r\nAny assistance would be appreciated.\r\nBeth') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (332, 'I have tried several time to finish updating my account and get access denied each time. All areas were filled in except organization and I tried with every different title I could. "county of Hawaii" "panaewa rainforest zoo and gardens" "panaewa zoo" ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (336, 'Hello,\r\n I tried to update my membership and see if I needed to renew.  The message I got said that my membership had a different e-mail address associated with it.  The e-mail address I had when I first became a member was a college e-mail address that no longer exists.  Could you please update my information and let me know what else I need to do to get my registration up to date?  Thank you!') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (340, 'Hi AAZK! I lost my log in for the members area, I can\'t remember what username I used. I tried my usual suspects, but no good. Can I have it emailed to me? I don\'t mind verifying my info. Your system indicated it remembered me, but I\'ll be darned if I remember it! Thanks!') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (348, 'I cannot log in. I am a National Member-professional and up to date. Your site says you have no record of me: \r\nStephanie Jochum-Natt\r\n1950 East Meadow Drive\r\nCottonwood Heights, UT 84121\r\nlyonkeepergirl@yahoo.com') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (352, 'Hey there,\r\n\r\nI was wondering if my membership needs renewal and if I can do so online.  Also I am unable to update my info on the members only site and was wondering if this was due to my membership needing renewal or the new site?\r\n\r\nThanks and the new site looks great\r\n\r\nJason') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (356, 'The new website looks great however, the job listings page is not user friendly.  There is no way to see where the jobs are located without opening every one and most require reading the whole thing to find the name of the institution it is for.. Thank you \r\nAnn') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (412, 'Hi, I attempted to sign up for a student membership and received this error: \r\n\r\nVoid error: EXYPB470AAF4 has already settled A partial payment was made that we could not refund. Please contact the site owner immediately to correct this.\r\n\r\nI checked my credit card and I was charged $30. Can you please let me know if my purchase went through and how to log-in?') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (416, 'My daughter is a full-time keeper at the Birmingham zoo and I am attempting to purchase a membership for her for Christmas.  I am getting errors stating "partial payment was made but cannot be refunded" from your website when it attempts to process my credit card.  Please advise as to how I can correct this situation and purchase the membership.  Thanks!\r\n\r\nMitch') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (422, 'The Phoenix Zoo is currently seeking a Trail Experiences Coordinator who will develop dynamic science-based and interpretive content for interpretive stations throughout the Zoo as well as managing the adult and teen volunteers that facilitate them. Phoenix Zoo interpretation areas include Monkey Village, Giraffe Encounter, Petting Zoo, Stingray Bay and several creature features throughout the zoo. The Trail Experience Coordinator will work under the guidance of the Manager of Trail Experiences to recruit, train, mentor and evaluate team members, as well as serving as a liaison to the Volunteer Behavioral Enrichment Team. \r\n\r\nMinimum qualifications for this position include at least 2 years’ experience with informal interpretation programs, one year working with volunteers and teens, and extensive knowledge about ecology, conservation and biology with a preference for a candidate with a degree in one of those areas. This position involves a great deal of interaction, the ideal candidate will  possess strong public speaking skills, and will be personable, responsible, energetic, and knowledgeable about the Zoo’s exhibits. This position requires that you be available to work any day of the week, including weekends, holidays and special events. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual Tb testing and a valid driver’s license.\r\n\r\nThis position has a starting hourly wage of $11.73 - $13.20 DOE with a generous benefits package that includes 4 weeks of paid vacation/year, medical/dental/vision insurance, 401(k) with company match, and many other perks that come along with being a Phoenix Zoo employee.\r\n\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=598&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1\r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (425, 'A passion for husbandry, education, and conservation is required.\r\n\r\nResponsibilities include, but are not limited to, public speaking, landscaping, food prep, administration of medication, basic animal husbandry, monitoring of animal health, maintaining cleanliness of animal enclosures, and enrichment preparation and distribution.  Must be ready and willing to interact with large carnivores in exciting and entertaining shows for the public.  The ability to work in a team is paramount. A valid drivers license is required as the successful applicant will be expected to drive educational tours.\r\n\r\nApplicants should be in excellent physical condition.  He or she must be a proficient swimmer, able to sprint, and be able to lift 75 pounds on a regular basis. Applicants should have a vast knowledge of large carnivores and be prepared to cross train to other areas of the park. The ability to weld and operate machinery is a plus. \r\n\r\nThe position requires 1 year of carnivore experience or a 4 year degree in a related field.\r\n\r\nMust be available to work full-time, flexible hours including weekends and holidays.\r\n\r\nStarting pay $11-$12 per hour commensurate on experience.\r\n\r\nDrug test required.\r\n\r\nSerious applicants may send a resume and cover letter to jeffreybharwell@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (431, 'Good morning,\r\n\r\nI have a trio of micro mini cattle I think would be a good fit for a petting zoo or as a display for a domestic animal display at a zoo... can you suggest for me ways to reach your membership ?\r\nThank you') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (437, '***Recruitment will begin January 02, 2014***\r\n\r\nMINIMUM QUALIFICATIONS:\r\nEducation and Experience: A High School diploma or GED, and one (1) year of confined animal care and handling experience, excluding personal pets. \r\n \r\nLicenses and Certificates: Texas Class “C” Driver’s License or equivalent from another state.\r\n\r\nGENERAL PURPOSE:\r\nUnder immediate supervision, provide for the care of assigned zoo animals.\r\n\r\nTYPICAL DUTIES:\r\nFeed and care for exotic zoo animals and clean and maintain animal enclosures. Involves: Prepare regular and special diets to feed animals. Feed and water animals. Clean, disinfect and maintain cages, enclosures and exhibit areas as needed. Maintain safety of animals. Monitor animal health and well-being. Report animal illness or injury to appropriate staff. Assist veterinary staff as needed with administering medications, providing treatment and restraining. Provide care for animals such as by trimming beaks, nails and wing feathers, providing moisture for turtles, reptiles and birds, shearing sheep, weighing animals and other services as needed. Record animal information such as temperature and consumption to charts. \r\n \r\nAssist with behavior modification and enrichment programs for animals. Involves: Utilize system of rewards to condition animal to do things on command. Provide animal with interactive items and activities to relieve stress and boredom. Provide exercise for animals as needed. \r\n \r\nProvide assistance to other zoo staff and to the public. Involves: Identify maintenance problems and resolve or report as necessary. Assist with grounds and landscaping maintenance and construction. Test water quality in aquatic exhibits. Answer questions from other staff and the public regarding zoo animals, exhibits and related. \r\n\r\nKNOWLEDGE, SKILLS, AND ABILITIES:\r\n•	Application of some knowledge of care and feeding of zoo animals.\r\n•	Application of some knowledge of American Zoo and Aquarium Association principles and practices.\r\n•	Application of some knowledge of sanitation and disinfection processes.\r\n•	Prepare and feed animals regular and special diet foods.\r\n•	Maintain accurate logs and records of animal care and observation.\r\n•	Establish and maintain effective working relationships with coworkers and the general public.\r\nOTHER JOB CHARACTERISTICS:\r\n•	Requires mobility within a zoo environment.\r\n•	Works around a variety of animal species with potential for physical harm from bites, kicks, heavy lifting and restraining animals.\r\n•	Exposure to infectious diseases from daily contact with exotic and domestic animals including bacterial, fungal, parasitic and viral pathogens.\r\n•	Exposure to power tools and machinery.\r\n•	Driving through zoo grounds and occasionally in City traffic.\r\n\r\nSalary:  $12.31 - $18.27 Hourly\r\n\r\nNote: Recruitment will begin on January 2, 2014. On January 2, 2014, interested applicants must go to www.elpasotexas.gov to apply. Applications are only accepted online. Applicants are encouraged to apply immediately on January 2, 2014. This position will close once a preset number of qualified applications have been received.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (443, 'Hi I am trying to get my password for my recent membership, but it is saying that a different email address is attached to it.  It should be jdelawyer@aol.com, but it is showing just delawyer@.  Can you please correct this so that I can log-in?  My address is 15290 Campus Park Drive, Apt A, Moorpark, CA 93021. Thank you') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (445, 'The Phoenix Zoo is currently seeking a full-time Relief Keeper II.  Relief Keepers work in all areas and they must be knowledgeable and comfortable working with all species on a regular basis.  Keepers are expected to observe and report on all assigned animals paying special attention to health, safety, dietary consumption, and behavioral abnormalities.  Relief Keepers also perform routine husbandry, provide approved behavioral enrichment and animal training, and make recommendations pertaining to seasonal adjustments.  Keeper II’s must demonstrate significant knowledge of Standard Operating Procedures, be able to provide advice pertaining to the amendment of SOP’s, and assist in training staff on the SOP’s.  Keepers are expected to interact with the public and provide positive guest experiences for guests of all ages.  \r\n\r\nMinimum requirements for this position include 2 years paid experience in work relevant to animal husbandry in an AZA accredited institution or related facility, HS diploma required with a preference for a BS degree in Life Science or equivalent, behavioral enrichment or operant conditioning experience and a valid driver’s license.   All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=603&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (448, 'Application deadline: January 15, 2014. To apply, visit www.oregonmetro.gov/jobs for the complete job announcement and a link to our online hiring center.\r\n\r\nThe Zoo Registrar serves as a member of the animal management team, responsible for maintaining the zoo’s animal records and permits according to industry and legal standards, assisting in the development and implementation of the zoo\'s collections management policy and the resulting collection plans.\r\n\r\nThe ideal candidate for this position will have a proven track record of responsibilities, including managing the institution\'s animal records and related policies, validating the quality of recorded data and ensuring the legal compliance of all animal transactions. The \r\n\r\nRegistrar also serves as liaison to relevant government agencies, other zoological institutions and conservation organizations, including Association of Zoos and Aquariums (AZA) and the International Species Information System (ISIS), specific to the role of the Registrar function. This position  reports to the Deputy Director of Living Collections.\r\n\r\nThe Oregon Zoo is a service of Metro. Metro is an Equal Opportunity/Affirmative Action Employer.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (454, 'Hi ,\r\nI was wondering if you could help me, I email zoos and various animal facilities on their animals, like lions, tigers, and more. I\'m researching a facility that operated in New Hampshire called Greenville Wildlife Park, the zoo closed in 2003. when they closed the animals were sent to various facilities I\'ve tracked down most of them but I need your help finding where the remaining  animals on the list that I cannot find. I never share information that is emailed to me about these animals to anyone and keep them in my records. It is used for personal use only and is never shared with anyone.\r\n\r\nCan you email your accredited facilities about this??\r\n\r\nThe animals i\'m looking for are \r\n Lions Camille and Mufasa\r\nNitro the leopard\r\nblack bears Mouse and Mandy \r\nGray Wolves Stormy and Fiery\r\nHyena called Sammy \r\nand about 10 more \r\n \r\nCan you help me find where these animals are located (they could have died already again i do not now) ??\r\n\r\nThank you, \r\nKevin McKenna\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (458, 'Hello,\r\nI tried to recover my account information, but apparently my account has my old college e-mail address associated with it.  Could you please update my e-mail address to clumsykate07@hotmail.com or send me my password so I can update my account and registration.  Thank you!\r\n\r\nKate Barszczowski') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (464, '\r\nFull Time\r\n \r\nThe Jacksonville Zoo and Gardens is currently seeking a qualified and motivated candidate for the position of full time Animal Health Keeper. Responsibilities include providing the care, nutrition, maintenance and environmental needs of animals housed at the veterinary hospital as well as assisting the veterinary staff in animal restraint, medical procedures, and treatments as needed.  Desired skills include, but are not limited to knowledge of the husbandry of a wide variety of exotic and wildlife species including birds and reptiles, knowledge of working with venomous species, proper handling/capture techniques, ability to provide appropriate environmental enrichment, exhibit maintenance and minor repair, knowledge of and proficiency with MEDARKS and Microsoft office programs, ability to maintain equipment and tools in a good state of repair.  Candidates must possess solid observational and record keeping skills, must have an excellent safety record and a strong work history, possess the ability to adapt to frequently changing conditions, strong communications skills, both verbal and written with the ability to interact and communicate well with guests and co-workers and demonstrate good decision making skills and sound judgment. \r\n\r\nPreferred qualifications include a 4-year degree in a life science (biology, animal science, zoology) or a 2-year associates degree related to zoo science or another related field, a minimum of two years paid employment in an Association of Zoos & Aquariums accredited institution, and demonstrated experience working with exotic and zoological species.  Current college candidates must complete their course work prior to applying and be available for immediate hire. A valid driver’s license is required.\r\n\r\nApplicants must be able to lift 50 lbs. without difficulty, be able to work in adverse weather conditions including rain, heat, and cold, be able to traverse zoo grounds on foot, be able to bend, lift and reach overhead, kneel, rake, sweep, carry objects for short distances, possess visual acuity appropriate for animal care and general safety practices, and be able to remain on feet for long periods of time. The ability to maintain a positive attitude and work independently as well as with others as a team is essential. Applicants must be able to successfully pass the Jacksonville Zoo background check which includes criminal history and drug testing. \r\n\r\nThe Jacksonville Zoo and Gardens offers all full time employees a competitive benefits package including medical, dental and life insurance for the employee, paid time off, 403B Retirement Plan, and discounts at the Zoo.\r\n\r\nEOE / DRUG FREE WORKPLACE\r\n\r\nTo apply, please submit your resume via email to:\r\n \r\nemployment@jacksonvillezoo.org\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (473, 'I tried to log on to my member account to renew my membership and I can\'t remember my user name. Can you send me information to retrieve or change it?\r\n\r\nRobert Brett, CPBT-KA\r\nNatural Encounters, Inc. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (479, 'This is a 80/20 Split position.\r\n\r\nEnsures animal health and safety by making regular observations and inspections of cages, facilities, and animal behavior. Creates and maintains records such as animal descriptions, sex, diet, and behavioral characteristics. Investigates cases of unusual animal behavior, and reports behavior to veterinarian. Prepares food for animals with regards to species, natural eating behavior and foods, special diets or circumstances, and recommended frequency. Performs cleaning duties in and around cages, zoo grounds, and as directed. Develops and maintains proficiency on remote delivery (dart) system. Serves on emergency immobilization team and maintains readiness for animal emergencies. Drives van, truck, or mule to carry out responsibilities. (50%)\r\n\r\n\r\nCreates and provides enrichment opportunities for animals such as scent manipulation, puzzle feeders, altering design and layout of cages, and related items to engage animals, as well as to prevent irritation and stress. (10%)\r\n\r\n\r\nConducts various presentations, tours, and classes for groups, individuals, and related public events. Creates educational activities for schools and classes. Interacts with the general public and answers questions regarding animals, zoo activities, and upcoming events. Trains animals to exhibit specific behaviors. (10%)\r\n\r\n\r\nSets up for and cleans up after animal procedures by preparing hospital or animal area with necessary pharmaceuticals including anesthetics, vaccines and antibiotics, and equipment. Prepares instruments for surgery. Assists veterinarian with medical, surgical and preventive veterinary care including emergency care for ill and injured animals, injections, and animal restraint. Administers treatment as directed. Assists with routine laboratory diagnostic tests. Performs dental exams and teeth cleaning. (10%)\r\n\r\n\r\nProvides care for animals assigned to clinic and nursery including feeding, cleaning, and observing health status. Assists with neonatal care and hand rearing as necessary. Administers medication as directed. Provides safe and effective restraint and handling of hospital patients. Performs venipuncture, anesthetic induction and monitoring, injections, weighing, placement of intravenous catheters, fluid therapy, and radiography. Monitors animals under anesthesia and in intensive care. Observes animals and provides accurate reports and veterinary technical services. Prepares routine and special reports concerning the animal\'s physical and behavioral health. Assists in maintenance of medical pharmacy, including ordering medical supplies and non-narcotic drugs. Maintains, cleans, and restocks necropsy suite. Assists with post-mortem exams and tissue collection, preservation, and submission. (10%)\r\n\r\n\r\nMaintains hospital including cleaning, disinfection, restocking of materials, and sterilization of instruments and equipment. Maintains work space tidiness, upkeep of procedure kits and emergency boxes. Performs collection, processing and preparation for shipment, and evaluation of clinical laboratory samples, including blood, fecal, and urine samples. Provides accurate and timely reports. (10%)\r\n\r\nRequired Knowledge, Experience, And Training\r\n\r\nMust have graduated from a veterinary technology program accredited or approved by the Committee on Veterinary Technician Education and Activities (CVTEA) of the American Veterinary Medical Association or equivalent program and be a Certified Veterinary Technician (CVT) in the State of Idaho or eligible to obtain certification within 6 months of hire.\r\n\r\n\r\nTwo years of experience as a veterinary technician and experience with appropriate capture and restraint techniques.\r\n\r\n\r\nKnowledge of anatomy and physiology, proper handling/capture techniques, and husbandry of a wide range of exotic animal species; habits and hazards of working with wild animals; proper safety precautions.\r\n\r\n\r\nAbility to build and maintain large cages that can safely and efficiently house small to large animals; make exhibit repairs while ensuring safety of coworkers and general public; operate hand and power tools; properly feed, care for, and handle a wide variety of animals; make presentations to a variety of groups; communicate effectively verbally and in writing; adapt to frequently changing conditions; handle potentially dangerous animals; utilize guns and related emergency equipment in the event of an escaped animal; display an attitude of cooperation and work harmoniously with all levels of City employees, the general public and other organizations; communicate effectively in the English language at a level necessary for efficient job performance; complete assignments in a timely fashion; understand and comply with all rules, policies and regulations; maintain prompt and regular attendance; perform all essential and marginal functions as assigned by an authorized employee, supervisor and/or manager with or without a reasonable accommodation. \r\n\r\n\r\nIndividuals must be capable of operating vehicles safely and have an acceptable driving record.\r\n\r\n\r\nPreferred Knowledge, Experience, And Training\r\n\r\nThree years of experience working with small to large non-domestic animals in a zoo facility or farm setting, one year of advanced training with exotic animals or wildlife species. Extensive experience building animal containment areas \r\n\r\n\r\nBachelors degree in a related field. \r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (487, 'The Animal Behavior Institute offers online educational programs and certificates in the fields of animal behavior and husbandry. Our web-based, interactive courses allow adult students to obtain professional quality instruction without travel, anywhere, at any time. The courses and programs offered through the Animal Behavior Institute provide individualized instruction, certification, and continuing education credits for animal professionals. Our mission is to strengthen the human-animal bond and promote the highest levels of animal care and welfare.\r\n\r\nJOB DESCRIPTION\r\nWe are currently looking for a part-time, adjunct instructor to teach online courses in animal behavior, training and husbandry.  All programs are offered exclusively online; you may work at home from anywhere in the United States or Canada.\r\n\r\nEach course runs over a ten week semester; the instructor is responsible for leading a weekly online discussion and grading any assignments. Note that our courses are not “on demand”; they require both students and teachers to participate multiple times each week throughout the semester.\r\n\r\nREQUIREMENTS\r\n1. Strong desire to teach and help people.\r\n2. Able to work independently.\r\n3. Comfortable working with students from diverse backgrounds.\r\n4. Excellent interpersonal, organizational, and written communication skills.\r\n5. B.S. degree in Biology or a related discipline, masters degree preferred. \r\n6. Minimum 5 years of experience working with animals in a professional capacity.\r\n7. Prior teaching experience, preferably online.\r\n\r\nAll programs are offered exclusively online; you may work at home from anywhere in the United States or Canada.\r\n\r\nSALARY\r\nSalary is commensurate with experience and student enrollment.\r\n\r\nCONTACT INFORMATION\r\nPlease submit a resume and cover letter, including a summary of teaching experience, Attn: Laura Hoyt, hoytl@animaledu.com.\r\n\r\nReview of candidates will begin on December 23, 2013.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (499, 'SUMMARY:  Under the general supervision of the Curator, provides direct supervision of assigned Animal Keepers. Duties include coordinating the activities within the Bird Department, facilitating the work of the Animal Keepers by ensuring that the keepers have the necessary tools, equipment and supplies; responsible for administrative functions such as scheduling, timekeeping, evaluations and progressive discipline. Orders, receives and distributes materials, supplies and food stuffs; and facilitates animal care operations within the Bird Department; reviews, develops and/or revises standard operating procedures or other reports; conducts or coordinates safety training.\r\n\r\nKnowledge, Abilities and Skills: Requires extensive knowledge of the care and feeding of zoo animals, animal behavior and hazards of working with zoo animals; zoo rules, policies and procedures; includes knowledge of animal diseases and methods of preventing the spread of contagious disease, and principles of biology and zoology. Ability to perform heavy work including working safely and effectively with dangerous or exotic mammals, birds, reptiles and working effectively with Zoo employees as needed; keep operational records; prepare reports; deal courteously and effectively with the public. Must be able to perform the essential functions of the position with or without reasonable accommodation.\r\n\r\nRequirements: This position requires a minimum of 5 years of progressive animal husbandry experience, preferably at an AZA institution. Supervisory experience is preferred.  A bachelor\'s degree in a related field is preferred.  The ideal candidate should have familiarity with artificial incubation and handrearing of various avian species, propagation of various avian species, experience with restraint, crating, moving and medicating various avian species, experience with penguins and flamingos, familiar with operant conditioning, and familiar with TAG\'s and SSP\'s.\r\n\r\nSECTION A: ESSENTIAL FUNCTIONS\r\n\r\nSupervises the work of Animal Keepers as assigned; coordinates and monitors sectional operations such as maintenance and repair activities, exhibit design, safety training, writing and updating Standard Operating Procedures and other assigned tasks.\r\nResponsible for administrative functions including scheduling, timekeeping, repair work orders and the ordering, receipt and distribution of materials, supplies and food stuffs.\r\nImplements, develops and/or revises standard operating procedures or other reports; conducts or coordinates safety training;\r\nInspects assigned section to ensure proper care, maintenance and safety of animals, their quarters and facilities; attempts to resolve problems which arise in regard to food, maintenance and safety.\r\nUnder direction of the respective Curator, completes Annual Performance Evaluations for all assigned subordinate staff including identification of performance objectives and identification of needed training.\r\nAdministers progressive discipline program consulting with department management and Human Resources.\r\nMaintains or reviews necessary records of logs relating to animal observation and daily operations, as required; submits or reviews routine or emergency repair or maintenance requests; may prepare other reports for incidents such as industrial injury, accident or vandalism.\r\nMay assist other Zoo personnel on special assignments or projects relating to zoo operations such as reviewing, developing and planning upgrades of sections or sectional operations.\r\nUpon request, prepares written proposals to management staff regarding exhibit modifications and/or renovations, nutrition, propagation programs, disease prevention and safety; may prepare reports containing background information resulting from the compilation of surveys or literature searches.\r\nMay be required to perform the duties of an animal keeper on an as-needed basis.\r\nMay be required to do public presentations for Zoo guests and VIP tours.\r\nSECTION B: JOB RELATED DUTIES\r\n\r\nAssists marketing and development staff in promoting the Zoo\'s public image and attaining the Zoo\'s public relations and community service objectives.\r\nAssists the Curator in maintaining contacts with individuals and organizations involved in promoting worldwide conservation ethics and goals.\r\nPerforms other duties as required and assigned.\r\nSECTION C: CORE EXPECTATIONS\r\n\r\nA.    Represents management and demonstrates a commitment to the Zoo\'s mission statement and its\' values.\r\n\r\nB.    Performs duties in a service-oriented manner.\r\n\r\nC.    Recognizes the needs of others and treats others with respect and dignity.\r\n\r\nD.    Maintains good work habits and adheres to the employee handbook and all policies and procedures.\r\n\r\nE.    Demonstrates a commitment to maintaining a work environment free from discrimination and sexual harassment and supports the Office\'s commitment to equal employment opportunities.\r\n\r\nF.    Demonstrates a commitment to workplace safety and works with Safety Officer as needed.\r\n\r\nG.    Demonstrates good presentation skills in dealing with the public, Zoo Board and internal and external stakeholders.\r\n\r\nSALARY:  DOE\r\n\r\nAPPLICATION:  To apply, please complete an application at www.sfzoo.org.  Please submit a resume and cover letter detailing your experience as it relates to this position.  EOE\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (504, 'The Greater Baltimore chapter has had a successful fundraiser known as Ani-Madness for the past few years.  For $10, participants can join in on a 32 animal March Madness-esque tournament to determine the "coolest" animal on Earth.  The animals are chosen by GBAAZK members and voting on the GBAAZK Facebook page determines match-up winners.  This contest has been effective since it has been an easy, fun way to involve non-animal staff at our institution and has raised money to be put toward education and conservation efforts.  For 2014, we would like to encourage other chapters to use our bracket for their own fundraising efforts.  Before reaching out to the other chapters, I was hoping to find out how to submit a formal proposal for this multi-chapter event.  Thank you for your time and I look forward to discussing this idea with you further.  \r\n\r\nRegards,\r\nPaul Brandenburger\r\nGBAAZK President') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (508, 'I know I use to contact y\'all when I had an address change.  Not sure if that\'s still the process, but in case, please note my address change.  I updated my profile to reflect the change.  Thank you!\r\n\r\nJessica Rautio\r\n12452 Hammock Pointe Cir\r\nClermont, FL 34711') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (510, 'Lions, Tigers, and Bears oh my!\r\n\r\nThe Arizona Zoological Society, doing business as the Phoenix Zoo, is seeking a full-time temporary keeper for our Carnivores.  This position will likely run from late January through late April 2014. This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting on animal behavior, performing behavioral enrichment and animal training, and providing positive guest experiences. \r\n \r\nMinimum requirements include a high-school diploma or equivalent with a preference for an individual with a Bachelor’s Degree in Life Science or related field, 6 months paid or 1 year volunteer experience in animal husbandry, and possession of a valid driver’s license. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require a clear TB skin test. \r\n\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=602&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (513, 'The Phoenix Zoo is currently looking for 3 part-time seasonal Experience Guides.  Guides initiate conversations and educate the public about animals encountered throughout the zoo.  Experience Guides provide a safe and engaging experience for guests by operating with an enthusiastic and motivational communication style.  Guides are responsible for explaining the rules at various animal encounters, and monitoring guests for crowd control and safety purposes, and maintaining the cleanliness of ride areas and equipment.  \r\n\r\nMinimum requirements include excellent public speaking and presentation skills with the ability to learn and communicate science concepts to the public, 1 year of customer service experience, ability to work a flexible schedule including evenings, weekends and holidays, ability to stand for long periods of time and perform duties in an outdoor environment in all types of weather conditions, ability to maneuver and control a 40lb pressure water hose.  All Phoenix Zoo employees must pass a pre-employment background check and drug screen. \r\n\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=604&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n	\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (522, 'Inquiring about DVD made by zookeepers (Toronto Zoo?) that is an older(from 80\'s) yet classic parody of zookeeping life and working with fellow keepers. Saw it AAZK Shop a few months back and now it is not available. Will it be made available soon for purchase. I recall the DVD price of $15.00 (US dollars). Thank you in advance for assistance.\r\n\r\nV/R,\r\nCat Grover') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (540, 'Hi,\r\n\r\nI tried contacting you once before to let you know that I am unable to recover my existing member login info and I have not been receiving my AKF. I have not received November and December now. Please let me know if there is anything I need to do.\r\n\r\nThank you,\r\nJennifer von Dohlen') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (544, 'Hi there, \r\nI recently purchased a student membership. My local chapter has asked for my ID number but I cannot seem to find it anywhere on the "My Account" page. Can you tell me where I could find my ID number?\r\nThanks so much, \r\nAbigail Riley') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (546, 'The Kentucky Reptile Zoo internship program offers college students or recent graduates the chance to receive hands-on training experience at a facility with one of the most extensive and diverse reptile collections in the world. Starting dates are flexible, but a minimum of three months. The deadline to apply for our spring session is February 1st. \r\n\r\nFor more information please visit our website at kyreptilezoo.org \r\n\r\nTo apply, send a cover letter, resume, transcript, and at least 2 (preferably 3) references to: reptilezoo@bellsouth.net') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (552, 'Hello,\r\n\r\nI noticed that you don\'t have any internship positions posted. I swear I posted some back in October. Also, my account seems to be gone? I typed in the only email address I use and it didn\'t recognize it when I submitted it to have my password reset. Can you help me? I am with Point Defiance Zoo & Aquarium.\r\n\r\nThank you!') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (556, 'Hi,\r\n  I was trying to renew my membership online.  I am not clear on whether or not it was accepted so just wanted to check.  I entered my billing/credit card info on the page and clicked submit however there was no confirmation afterwards.  Please let me know if this has gone through or if I need to re-submit.\r\n\r\nthanks,\r\nSprina') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (560, 'Hi! I\'ve been a member of AAZK, but I am not sure if my membership status needs to be renewed or not.  I cannot get onto the new website, I\'m not sure if I ever logged onto the old one.  Please advise.  Thank you.  \r\n\r\nDana Petkaitis-Peterson') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (564, 'I was trying to login to the member\'s site but was unable to login. I was also unable to recover my username and password. The reason I was trying to login was to change my address. My old address is 141 Neese Dr #Q359, Nashville, TN 37211. My new address is 1722 Edgewood Avenue, Nashville TN, 37207. Can this be changed so I continue to receive my AAZK keeper\'s forum after my mail stops being forwarded from the old address? \r\nThanks.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (568, 'I am trying to login to my account and it is not letting me even after I reset the password. I am wondering if my membership is due. Can you help me both with login and when my membership due date is/was.\r\n\r\nThank you') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (576, 'On the old website design there was a place to find the message boards to converse with other members. I can\'t seem to find where to go to find it now? Can you please guide me asap as I have an issue with an animal that I would like to address and get input from other keepers') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (580, 'I was trying to do the account retrival thing and it said it couldn\'t find me.  But my membership has also expired and I would like to renew....so maybe I didn\'t renew it in time?  My account should be under Katie(or Kathryn) O\'Connell, 3420 S. 62nd St. Milwaukee, WI 53219, katey3223@yahoo.com  Either way...I\'d like to renew and submit an address change for myself.  Thanks for any help you can send my way!') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (582, 'The Toledo Zoo is looking for a keeper to be an integral part of the elephant program.  Applicant must have 2 years paid elephant experience with proven abilities to work elephant in PC appropriately. The Toledo Zoo’s elephant program manages 0.2 cows, a 1.5 year old calf and a ten year old bull.  In May 2012 the Toledo Zoo completed its expansion of its cow and construction of a new bull facility. The candidate would be responsible for all facets of care for a diversified elephant herd, including care/observation of animals, cleaning/maintenance of exhibits, training/enrichment, and record maintenance.  Requires a high school diploma with paid working experience in a zoo mammal department. Must have 2 years paid elephant experience in PC. Degree in Biology or related field desired. The Toledo Zoo offers a starting rate of $14.96 per hour with incremental increases and an attractive benefits and paid time off package.\r\n\r\nMust have a valid driver’s license and be insurable by the Zoo’s fleet insurance carrier.  The Toledo Zoo is an Equal Opportunity Employer and drug/alcohol free workplace. Position will remain open until filled.\r\n\r\nPlease submit resumes to Julie Mutsko, Recruiting Manager at: resume@toledozoo.org.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (591, 'I ordered one of you Bowling for Rhinos t-shirts for a Christmas present.  The shirt has a hole right in the middle of it.  I would like a replacement shirt.\r\n\r\nDoug Hiebert\r\n2409 Eagle Chase Drive\r\nPalm Harbor, fl 34683\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (593, 'Deadline to Apply: Thursday, January 30, 2014 @ 5:00pm, Pacific\r\n\r\nSalary: $20.27 - $25.86 hourly\r\nEntry rate: $20.27; 6 months; $21.55; 18 months: $22.90; 30 months: $24.34; 42 months: $25.86/hour\r\n\r\nWork week: Day shift; Thursday through Monday (off Tuesday and Wednesday); 20 hours per week\r\nWork area: Butterfly Lab/Oregon Zoo\r\n\r\nAbout the Oregon Zoo\r\nOwned and operated by Metro regional government, the Oregon Zoo has an annual attendance of over 1.6 million visitors. The zoo located along the MAX light rail line, just minutes from downtown Portland, is highly regarded nationally, regionally and locally. The Oregon Zoo is home to over 2,000 animals representing 279 species of amphibians, birds, fish, invertebrates and mammals.\r\nIt\'s an exciting time at the zoo! The passage of a voter supported bond measure has allowed us to design and build new exhibits for elephants, primates, polar bears, hippos, California condors and a new conservation education facility, a new veterinary center and penguin filtration system. The master plan includes a strong focus on water and energy conservation and improved sustainability of all zoo operations.\r\nTo learn more about the Oregon Zoo, visit www.oregonzoo.org.\r\n\r\nPosition summary\r\nThe Animal Keeper - Butterflies position specializes in the care of butterflies and all of their life stages, reared at the zoo, for release into the wild. The keeper in this position is responsible for day-to-day husbandry activities for the butterfly species held in our Butterfly Lab facility, located at the Oregon Zoo. Duties include collaborating closely with Conservation and Research staff; maintaining animal holding and exhibit areas; observing, cleaning and feeding  and maintaining comprehensive records; assisting with breeding and research projects; writing reports, attending and presenting information at meetings with zoo partners; participating in the development and implementation of improved animal care and exhibit plans. Keepers also provide education, talks, tours and behind-the-scenes experiences for a variety of audiences. The person in this position will serve as a resource to other Animal Keepers, as needed, and may provide training and direction for volunteers, interns and temporary keepers. Lead direction is received from an animal curator.\r\n\r\nMinimum Requirements\r\nBachelor degree in biology, zoology, entomology, or related field and at least three years of experience in invertebrate care in a zoo or similar institution. Specifically, experience working with insect husbandry, insect breeding programs, and species recovery programs; or any combination of education and experience, which provides the applicant with the knowledge, skills and abilities required to perform the job. Proven skill and ability to maintain comprehensive and complex records, enter and summarize data using computer software programs, experience writing official reports and presenting results to various stakeholders. Ability to develop, follow and update population management plans, breeding and husbandry protocols and procedures. Excellent communication skills, both verbally and in writing, and excellent inter-personal skills to interact and work with Zoo staff at all levels, volunteers, guests, donors, other Metro employees, and various stakeholders and collaborators from other agencies. A valid driver’s license is required.\r\n\r\nTo apply: visit www.oregonmetro.gov/jobs for the complete job announcement and a link to our online hiring center. Metro is an Equal Opportunity/Affirmative Action Employer.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (597, 'Point Defiance Zoo & Aquarium offers internships quarterly in the following areas: SE Asian Forest Sanctuary, Rocky Shores/Tundra, Pacific Aquariums, Kids\' Zone (Small Exotics Husbandry) and Veterinary Technology. The Wild Wonders Outdoor Theater/Budgie Buddies accepts interns for the summer quarter only. For more information: http://www.pdza.org/internships. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (603, 'Hi I am having a hard time with trying to put a job on the job board? When I enter my information in it just takes me to the members page and then I can not get to the job board? \r\n\r\nWe are an institutional member so we dont have to pay the 50 dollars? ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (611, 'Hi\r\n\r\nI need to renew my account, but I can\'t seem to login at all.  I don\'t remember what email I used, but I tried every one I could think of.  My membership expired in July of 2013 I believe.  My mailing address is 432 Tilden Circle, Vacaville, CA 95688 if that helps to locate my expired membership.  Thanks') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (615, 'Hi!\r\n\r\nI am a professional member from the Toronto Zoo, moving house and changing address this month.  Can my info be updated as follows (AKF is sent to my home address):\r\n\r\nVictoria Hardstaff\r\n222 The Esplanade Street\r\nsuite 917\r\nToronto, Ontario\r\nCanada\r\nM5A 4M8\r\n\r\nThank you!\r\n\r\nVicki') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (619, 'AAZK member 220669\r\nI can\'t log into the member login section.  It does not accept my password.  I also need to know how to edit the conservation database site.  I contacted Denise but she didn\'t know how to edit information in the site.  There are some contacts that need to be modified.  \r\nThank you for your help,\r\nChristy') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (623, 'I am currently an Affiliate member, expires 7/31/14\r\n\r\nMy address has changed.  It was 4094 Majestic Ln, #235, Fairfax VA 22033.  New address 1425 Janneys Ln, Alexandria VA 22302\r\n\r\nCan you please update my info.\r\n\r\nThank you.  Leslie Wilkes') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (627, 'Hello,\r\n\r\nJust tried recovering my account information and failed.  Might you be able to help?  I am wondering if there is some confusion on the status of my account, as I received an email in November indicating that my membership had expired though I did renew via Paypal on 8/23/13.  Thanks.\r\n\r\n-Steve') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (631, 'How do I reset my user name back to something I can remember.  It was changed when I got back into the website.  Or do we no longer have any input on what the username is?  I know I will not remember the new one.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (635, 'Hello,\r\n\r\nI work for an animal sanctuary called the Wildlife Learning Center. We are interested in posting a job opening on the AAZK website as a non-member. The site keeps having errors processing our credit card though. Is there another way we can pay, such as over the phone. If you could let me know what our options are, that would be great.\r\n\r\nThanks!\r\nDanielle') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (639, 'Hi!\r\n\r\nBob Asher here from Big Table Media in Los Angeles.  We\'re a TV production company that focuses on reality and documentary programming.\r\n\r\nI have a new project that I\'m researching and I came across your info.\r\n\r\nWould you be able to chat with me tomorrow about what I\'m investigating and I can explain what I\'m up to - it\'ll be easier than a long email with lots of typos!?\r\n\r\nthank you!\r\n\r\nbob\r\n818.427.7214\r\n\r\nBob Asher | EP / Sr. VP Development | BIG TABLE media\r\np:310.452.8400 x123  c: 818 427 7214 f: 310.452.8433\r\nBobasher@BigTableMedia.com | WWW.BigTableMedia.com\r\nLOS ANGELES | SACRAMENTO | MINNEAPOLIS') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (649, 'Safe Haven Rescue Zoo is an accredited wildlife rescue organization located in northern Nevada that provide permanent placement for abandoned or surrendered exotics and interim care for orphaned/injured native wildlife.\r\nCandidates will be responsible for daily animal care of permanently housed animals, educational presentations to the public, assisting with habitat building, light office work and participation in annual fundraisers.\r\nApplicants must be 21 years of age with at least two (2) years of related studies in biology, zoology or animal husbandry.\r\nMust have valid driver\'s license and own vehicle.\r\nMust be willing to work varied hours and in inclement weather.\r\nMust be able to lift at least 50 pounds.\r\nA stipend is provided and on site housing including all utilities.\r\nApplicants must email cover letter, resume and two (2) letters of recommendation to:  \r\nLynda Sugasa, Executive Director, email: safehavenwildlife1@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (654, 'I am looking for information regarding the role that affiliate organizations have within local chapters.  There seems to be a lot of confusion about whom the local chapter reports to and how this works.  There has been a lot of turn around within the local chapter and we want to make sure that we get the chapter back to a fully functioning group and build strong connections with AAZK national.  Thank you!') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (658, 'Hi,\r\n\r\nI have tried contacting you before for a couple of reasons. The first is that I am unable  to recover my account and the second is that I have not received a AKF since October. Please let me know what I need to do to continue receiving my AKFs and recover my account.\r\n\r\nThank you,\r\nJennifer von Dohlen') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (670, 'Hello AAZK,\r\nI would like to change the e-mail associated with my AAZK account. I can\'t quite figure out how to do so, could I get some help please?\r\nUsername: aazkuser2805\r\nOld E-mail: orbandav@msu.edu\r\nNew E-mail: david.orban07@gmail.com\r\n\r\nThanks! -David') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (672, 'The Phoenix Zoo is currently seeking a full time Horticulturist II to perform the design, installation and maintenance of landscape materials, water features and irrigation systems. Horticulturists are responsible for assessing overall landscape health and needs (i.e., weed and irrigation problems and assist in identifying appropriate solutions) including the fertilization of plants and turf areas. Our Horticulturists also interact with guests and conduct public presentations that support various program activities.\r\n\r\nMinimum qualifications for this position include a Bachelor’s degree in Horticulture, Botany, Agriculture or related field, or equivalent experience/knowledge with a technical certificate. We desire a candidate with at least 8 years’ experience in landscape maintenance, State Certification in Structural pest control for Turf and Ornamental, knowledge of the local plant palette, strong interpersonal skills, and ability to perform heavy physical labor including tree climbing.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing and a valid driver’s license.\r\n\r\nThis position has a starting hourly wage of $12.95-$14.57 DOE, and includes our full benefits package with medical, dental and vision insurance, 401(k) with company match, and generous paid time off.\r\n\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=609&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (677, 'Would it be possible to get a "savable" version of the ADT on the website?  Having the form not be savable requires me to print a new one for each time I need to make a change, and does not allow for electronic transmission to other facilities.  It would be very helpful if we were able to save it for changes, editing, and not having to print a paper copy.  Or if you know where the document is available in a savable format.  It is a great document, but loses value with the inability to save it.\r\nThank you.\r\nChristine.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (681, 'Hi, I am unable to login to my account. When I try to recover my password it looks like the email address on file cut off the first letter.  Can you please send me my username and password? Jaclyn DeLawyer, 15290 Campus Park Drive, Apt A, Moorpark, CA  93021\r\n\r\nI have been trying to login for weeks.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (685, 'Hi,\r\nOn my recent membership renewal, the apartment number was removed from my address.  Please correct your records to reflect the following address:\r\n13201 Linden Ave North Apt 306A\r\nSeattle, WA 98133\r\n\r\nThank you,\r\nAlyssa') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (697, 'Hello!  I just joined and was trying to order the Zookeeping book with the membership discount.  The link provided goes strainght to the cart with no book already in there and when I add the book there is no discount.  How do I get the discount?  Is there a coupon code or something that I need to enter at checkout?\r\n\r\nThank you for your assistance!\r\nHeather') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (745, 'Good afternoon, \r\nThe Chattanooga Zoo is an institutional member of AAZK, and I am an individual member as well (mostly because I like to keep  Forum on my desk for reference :):) We were receiving two Forums but now I think we are just getting one.\r\nCould you check for me?\r\n\r\nThanks so much!\r\n\r\nDardenelle Long, CEO, Chattanooga Zoo') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (753, 'Hello,\r\n\r\nMy name is Ana Patrícia Almeida, I\'m Portuguese, I\'m 22 years old and I graduated in Biology, in July 2013.\r\nI am passionate about animals and I have a dream of work directly with animals, in their welfare and conservation and became a zoo keeper. For this, I wonder if you can help me to realize this dream to study or work directly with animals and help in their conservation and biodiversity. Also, I am available to take part in expeditions or other events.\r\n\r\nI just want an opportunity to do what I love and be happy.\r\n\r\nThank you very much.\r\n \r\nAna Patrícia Almeida\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (773, 'Vestibulum pulvinar, nisl quis accumsan fringilla, augue orci interdum lorem, sed bibendum tellus purus ac nibh. Maecenas accumsan quam a tellus semper, et faucibus leo rhoncus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Ut dui diam, vulputate sed dictum at, ullamcorper at massa. Morbi sagittis neque neque, tincidunt rutrum justo tristique id. Fusce vestibulum risus nisl, eu sollicitudin odio tristique eu. Ut vel velit non nisi malesuada consequat. Aliquam interdum velit sit amet elit porttitor, non suscipit velit dapibus.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (774, 'Aliquam a ornare magna, interdum posuere dolor. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nullam euismod, ante in ullamcorper ultricies, ligula tortor placerat tellus, at facilisis quam dui eget mi. Curabitur fringilla justo quis nunc blandit aliquet. Donec magna ligula, auctor eget pulvinar sed, tempus tristique sapien. Nam interdum posuere feugiat. Phasellus sed dignissim urna, sit amet lacinia purus. Donec convallis, ante a viverra ultricies, ante justo hendrerit urna, ut porttitor elit tortor eget mauris. Sed fringilla, nisi vel posuere gravida, augue orci porttitor augue, a iaculis magna neque vitae lacus. Quisque rutrum sit amet lacus eget rhoncus.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (775, 'Phasellus posuere iaculis egestas. Nulla gravida eget turpis vel interdum. Vivamus fringilla id purus sit amet volutpat. Ut iaculis, sapien id sodales convallis, nulla nibh auctor nibh, sit amet laoreet sem sapien eu odio. Morbi ac aliquam libero, quis aliquam augue. Etiam quis odio felis. Cras non odio vel lacus sagittis sollicitudin ut imperdiet tortor. Praesent placerat, ligula vitae tempus ullamcorper, diam tellus vulputate lacus, sed placerat nisl ligula sed metus. Cras quis nulla eu sapien egestas dignissim et elementum elit. Nam faucibus neque ante, eget bibendum arcu scelerisque nec. Sed sagittis, sapien sed mattis rutrum, dolor magna faucibus mauris, sit amet elementum nibh leo id sapien. Quisque imperdiet augue et orci viverra, in ornare nunc tincidunt. Sed eleifend congue eros, non sodales diam condimentum in.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (776, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed quis imperdiet est. Nullam tortor eros, tristique eu ligula at, blandit feugiat nisl. Quisque vel quam vitae lacus tristique interdum ultricies tristique velit. Donec feugiat enim diam, eu auctor odio porta at. Maecenas tempor urna at ornare mattis. Donec aliquet ante lorem, non sollicitudin tortor rhoncus quis. Donec sit amet metus libero. Nulla facilisi. In leo massa, cursus sit amet quam semper, porta rhoncus urna. Aenean libero metus, ultricies scelerisque hendrerit eu, feugiat nec leo. Vestibulum fermentum ornare sagittis. Nulla ac lacus mi. Nunc non euismod sapien.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (780, 'Vestibulum pulvinar, nisl quis accumsan fringilla, augue orci interdum lorem, sed bibendum tellus purus ac nibh. Maecenas accumsan quam a tellus semper, et faucibus leo rhoncus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Ut dui diam, vulputate sed dictum at, ullamcorper at massa. Morbi sagittis neque neque, tincidunt rutrum justo tristique id. Fusce vestibulum risus nisl, eu sollicitudin odio tristique eu. Ut vel velit non nisi malesuada consequat. Aliquam interdum velit sit amet elit porttitor, non suscipit velit dapibus.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (781, 'Aliquam a ornare magna, interdum posuere dolor. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nullam euismod, ante in ullamcorper ultricies, ligula tortor placerat tellus, at facilisis quam dui eget mi. Curabitur fringilla justo quis nunc blandit aliquet. Donec magna ligula, auctor eget pulvinar sed, tempus tristique sapien. Nam interdum posuere feugiat. Phasellus sed dignissim urna, sit amet lacinia purus. Donec convallis, ante a viverra ultricies, ante justo hendrerit urna, ut porttitor elit tortor eget mauris. Sed fringilla, nisi vel posuere gravida, augue orci porttitor augue, a iaculis magna neque vitae lacus. Quisque rutrum sit amet lacus eget rhoncus.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (782, 'Phasellus posuere iaculis egestas. Nulla gravida eget turpis vel interdum. Vivamus fringilla id purus sit amet volutpat. Ut iaculis, sapien id sodales convallis, nulla nibh auctor nibh, sit amet laoreet sem sapien eu odio. Morbi ac aliquam libero, quis aliquam augue. Etiam quis odio felis. Cras non odio vel lacus sagittis sollicitudin ut imperdiet tortor. Praesent placerat, ligula vitae tempus ullamcorper, diam tellus vulputate lacus, sed placerat nisl ligula sed metus. Cras quis nulla eu sapien egestas dignissim et elementum elit. Nam faucibus neque ante, eget bibendum arcu scelerisque nec. Sed sagittis, sapien sed mattis rutrum, dolor magna faucibus mauris, sit amet elementum nibh leo id sapien. Quisque imperdiet augue et orci viverra, in ornare nunc tincidunt. Sed eleifend congue eros, non sodales diam condimentum in.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (783, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed quis imperdiet est. Nullam tortor eros, tristique eu ligula at, blandit feugiat nisl. Quisque vel quam vitae lacus tristique interdum ultricies tristique velit. Donec feugiat enim diam, eu auctor odio porta at. Maecenas tempor urna at ornare mattis. Donec aliquet ante lorem, non sollicitudin tortor rhoncus quis. Donec sit amet metus libero. Nulla facilisi. In leo massa, cursus sit amet quam semper, porta rhoncus urna. Aenean libero metus, ultricies scelerisque hendrerit eu, feugiat nec leo. Vestibulum fermentum ornare sagittis. Nulla ac lacus mi. Nunc non euismod sapien.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (787, 'Vestibulum pulvinar, nisl quis accumsan fringilla, augue orci interdum lorem, sed bibendum tellus purus ac nibh. Maecenas accumsan quam a tellus semper, et faucibus leo rhoncus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Ut dui diam, vulputate sed dictum at, ullamcorper at massa. Morbi sagittis neque neque, tincidunt rutrum justo tristique id. Fusce vestibulum risus nisl, eu sollicitudin odio tristique eu. Ut vel velit non nisi malesuada consequat. Aliquam interdum velit sit amet elit porttitor, non suscipit velit dapibus.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (788, 'Aliquam a ornare magna, interdum posuere dolor. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nullam euismod, ante in ullamcorper ultricies, ligula tortor placerat tellus, at facilisis quam dui eget mi. Curabitur fringilla justo quis nunc blandit aliquet. Donec magna ligula, auctor eget pulvinar sed, tempus tristique sapien. Nam interdum posuere feugiat. Phasellus sed dignissim urna, sit amet lacinia purus. Donec convallis, ante a viverra ultricies, ante justo hendrerit urna, ut porttitor elit tortor eget mauris. Sed fringilla, nisi vel posuere gravida, augue orci porttitor augue, a iaculis magna neque vitae lacus. Quisque rutrum sit amet lacus eget rhoncus.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (789, 'Phasellus posuere iaculis egestas. Nulla gravida eget turpis vel interdum. Vivamus fringilla id purus sit amet volutpat. Ut iaculis, sapien id sodales convallis, nulla nibh auctor nibh, sit amet laoreet sem sapien eu odio. Morbi ac aliquam libero, quis aliquam augue. Etiam quis odio felis. Cras non odio vel lacus sagittis sollicitudin ut imperdiet tortor. Praesent placerat, ligula vitae tempus ullamcorper, diam tellus vulputate lacus, sed placerat nisl ligula sed metus. Cras quis nulla eu sapien egestas dignissim et elementum elit. Nam faucibus neque ante, eget bibendum arcu scelerisque nec. Sed sagittis, sapien sed mattis rutrum, dolor magna faucibus mauris, sit amet elementum nibh leo id sapien. Quisque imperdiet augue et orci viverra, in ornare nunc tincidunt. Sed eleifend congue eros, non sodales diam condimentum in.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (790, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed quis imperdiet est. Nullam tortor eros, tristique eu ligula at, blandit feugiat nisl. Quisque vel quam vitae lacus tristique interdum ultricies tristique velit. Donec feugiat enim diam, eu auctor odio porta at. Maecenas tempor urna at ornare mattis. Donec aliquet ante lorem, non sollicitudin tortor rhoncus quis. Donec sit amet metus libero. Nulla facilisi. In leo massa, cursus sit amet quam semper, porta rhoncus urna. Aenean libero metus, ultricies scelerisque hendrerit eu, feugiat nec leo. Vestibulum fermentum ornare sagittis. Nulla ac lacus mi. Nunc non euismod sapien.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (794, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed quis imperdiet est. Nullam tortor eros, tristique eu ligula at, blandit feugiat nisl. Quisque vel quam vitae lacus tristique interdum ultricies tristique velit. Donec feugiat enim diam, eu auctor odio porta at. Maecenas tempor urna at ornare mattis. Donec aliquet ante lorem, non sollicitudin tortor rhoncus quis. Donec sit amet metus libero. Nulla facilisi. In leo massa, cursus sit amet quam semper, porta rhoncus urna. Aenean libero metus, ultricies scelerisque hendrerit eu, feugiat nec leo. Vestibulum fermentum ornare sagittis. Nulla ac lacus mi. Nunc non euismod sapien.\r\n\r\nFusce fringilla nisi vitae erat aliquet, eu mollis neque tempor. Fusce sit amet purus at turpis egestas placerat. Ut eu purus libero. Donec ultrices, dolor quis vestibulum viverra, ipsum dui interdum est, quis ultrices massa mi sit amet odio. Nullam a malesuada quam, id rutrum odio. Suspendisse a laoreet erat. Etiam non magna sit amet est lobortis aliquam. Nullam et gravida risus. Proin in lectus quis nisl facilisis tincidunt.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (818, 'I no longer have the email address that is apparently associated with my account so I can\'t get a password reset sent to it. \r\n\r\nMy new email address is angelaselzer@frontier.com\r\nit says my user name is aazkuser790\r\n\r\nThanks') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (822, 'Hello, I\'ve tried a number of times and not gotten a response.  I was able to get my username, but my account\'s e-mail address is no longer valid so I have not been able to get my password.  Could you please send it to me.  The username that was found for me is aazkuser6390.  Thank you') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (826, 'I am an AAZK member and I have been trying to recover my account info for a while now. Every time it recognizes my email address, however when it asks to recover my password I never get the email. I know my membership isn\'t up and I\'ve checked that my email was put in right and it is.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (832, 'The Little Rock Zoo is now accepting applications for 2014 summer animal care internships.  The Zoo is seeking dependable, hard working college students interested in the field of animal care.  Interns will gain valuable experience with exotic animals by training with professional zookeepers.  These internships are unpaid and experienced based.  Housing and transportation are the responsibility of the intern.  The 2014 summer internship term will begin Sunday, June 1st and will continue until mid-August.  End dates may be no earlier than August 10th and no later than August 24th. \r\nRequirements:\r\n-College student or recent graduate in biology, zoology, or related field\r\n-Must have completed a minimum of 4 semesters at the start of the internship\r\n-Student in good standing, GPA 2.5 or higher\r\n-Capable of lifting 50lbs\r\n-Up-to-date vaccinations, recent physical and negative TB test (dated within 6 months of start date)\r\n-Available to work weekends and holidays\r\n-Available to work 32-40 hours per week a minimum of 10 consecutive weeks beginning on Sunday June 1, 2014\r\n\r\n*Acceptance into the program is contingent on passing a background check\r\n**Animal experience is preferable, but not required   \r\n\r\nTo apply:\r\nApplicants must submit all of the following documents to be considered\r\n     -resume\r\n     -letter of interest including dates of availability\r\n	*please include any prior obligations and time off requirements\r\n     -school transcript (may be unofficial)\r\n     -completed internship application\r\n     \r\n \r\nPlease Visit www.littlerockzoo.com to download an application.  \r\nClick on the Learn Tab to find Internships\r\n \r\nALL REQUIRED DOCUMENTS MUST BE SUBMITTED TOGETHER IN ONE COMPLETE PACKAGE\r\n \r\nDeadline for summer 2014 applications is Monday March 10, 2014.  Packages received after that date will not be considered regardless of postmark dates.\r\n \r\n\r\nMAIL COMPLETED APPLICATION PACKAGES TO:\r\nLittle Rock Zoo\r\nAttn: LRZ Internship Program\r\nOne Zoo Drive\r\nLittle Rock, AR 72205\r\n \r\nDO NOT E-MAIL APPLICATIONS\r\nAPPLICATIONS WILL NOT BE ACCEPTED ELECTRONICALLY\r\n \r\nAvailable Animal Care Internships\r\n\r\nCarnivore Internship\r\n(2 positions) \r\nInterns work alongside carnivore keepers learning their daily routines. Tasks may include, but are not limited to feeding, cleaning, enrichment, training, exhibit maintenance, and public speaking.  Daily tasks include some strenuous activity, so candidates must be in good physical condition, able to lift up to 50lbs, and able to apply safe working practices.  Interns will be trained in all carnivore areas; Big Cats, Bears, and Small Carnivores.  Species include Lion, Sloth Bear, Ocelot, Fox, Grizzly Bear, Serval, Tiger, River Otter, Bush dog, Jaguar, Binturong, and many more.  Weekly schedule may vary, so interns must be flexible; any possible conflicts must be mentioned prior to the acceptance of the position. \r\n\r\nHoofstock and Birds Internship\r\n (2 positions)\r\nThis position will offer interns the opportunity to learn husbandry practices for a wide variety of birds and hoofstock. Interns will shadow keepers in the Large Hoofstock, Small Hoofstock, and Birds. The large hoofstock area includes Giraffe, Rhino, and Asian Elephants.  During their time in Large Hoofstock, interns will be exposed to the elephant program and daily routine, however direct experience with the elephants will be limited.  Daily tasks include some strenuous activity, so candidates must be in good physical condition, able to lift up to 50lbs, and able to apply safe working practices.  Other animals will include Greater Kudu, Plains Zebra, Giant Anteater, Maned Wolf, Warthog, Lorikeets, Bald Eagle, Stanley Crane, a variety of free flight tropical birds and more.\r\n\r\nPenguins Internship\r\n(1 position)\r\nThis internship will focus on the husbandry of African Penguins.  Duties that interns will learn include cleaning, preparing fish, feeding, public interaction (including a daily talk given to the public), and record keeping.  Interns will also learn training and handling techniques.  Interns in this area may have experience with the Education and Wild Wonders routines.  Applicants should have excellent public speaking skills and be willing to work as part of a team.  Penguin interns must be able to lift 50 lbs.  An appreciation and desire to work with birds is important.  A basic dive certification is also a plus, but not a requirement.\r\n\r\nPrimates and Great Apes Internship\r\n(2 positions)\r\nProfessional keepers will instruct interns in the daily husbandry of great apes and small primates.  Interns will experience feeding, cleaning, enrichment, training, observational studies, and visitor interaction.  Each intern will spend equal time shadowing keepers in the Small Primate team and the Great Ape team.  Tasks may involve heavy lifting, so interns must be in good physical condition and able to lift up to 50lbs.  Suitable candidates must be positive, patient, good workers with well-developed observational skills.  Species in these areas include Gorilla, Chimpanzee, Orangutan, Lemur, Spider Monkey, Gibbon, Siamang, Tamarin, and many more.\r\n \r\nReptiles Internship \r\n (1 position)\r\nInterns will be instructed by professional keepers in the Reptile Department.  Interns will be trained to safely handle non-venomous species in the reptile department.  Venomous species will not be handled by any interns; however, interns will have the opportunity to learn about the care and handling of venomous animals.  The reptile department is home to over 75 species of snakes, lizards, amphibians, and turtles. \r\n\r\n\r\nWild Wonders Internship\r\n (1 position)\r\nThis position is designed for students who are interested in conservation education and zoo animal husbandry.  Interns will be instructed by the education keeper staff, learning about training, enrichment, medical treatment, and general husbandry of a variety of birds of prey, small mammals, non venomous reptiles, are more. Interns will also participate in the zoo’s educational programs, including the Wild Wonders Animal Show. Candidates must have a strong work ethic, be self motivated, and work well in a team.  Species in this area include Bald Eagle, Opossum, Black-Footed Penguin, and a large variety of other small mammals, birds of prey, and reptiles.\r\n \r\n\r\nIf you have questions not answered by this page you may e-mail kbarszczowski@littlerock.org or shollister@littlerock.org, or leave a message at (501) 661-7271 and we will return your call.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (836, 'The Little Rock Zoo is now accepting applications for 2014 summer education internships.  The Zoo is seeking dependable, hard working college students interested in the field of zoo education.  Interns will gain valuable experience with the public under the guidance of zoo education professionals.  These internships are unpaid and experienced based.  Housing and transportation are the responsibility of the intern.  The 2014 summer internship term will begin Sunday, June 1st and will continue until mid-August.  End dates may be no earlier than August 10th and no later than August 24th. \r\n\r\n\r\n\r\nEducation Internship Description\r\n\r\nLittle Rock Zoo Education Department is dedicated to helping people connect to nature through unique, fun, dynamic learning experiences that inspire reverential and responsible stewardship of nature.  A team of skilled, talented and dedicated conservation educators strive to achieve this mission through the delivery of highly engaging education and interpretation programs, classes, presentations and shows. Little Rock Zoo invites you to come be a part of our team and help us achieve this important mission while gaining invaluable experience and knowledge about effective program development, delivery, evaluation and administration in a public zoo setting.  \r\n\r\nAs an Education Intern you will assist the Education Department in fulfilling the mission of the Zoo by assisting with a variety of tasks such as program delivery of Zoo camps, Zoo Snoozes, presenting animal encounters both on and off site, conducting guided tours of the Zoo, and delivery of interpretive presentations, activities and possibly animal chats. Interns will also be involved with the behind-the-scene program development as well as inclusion in the administrative tasks in order to get a well-rounded understanding of a zoo education department. \r\n\r\nEducation Department interns will be required to successfully complete program animal training and certification practicum with a variety of animals (small mammals, reptiles, amphibians, birds, and arthropods). Interns are supervised by the Education Department staff. \r\nRequirements:\r\n-College student or recent graduate in education, environmental studies, biology, or a related field\r\n-Must have completed a minimum of 4 semesters at the start of the internship\r\n-Student in good standing, GPA 2.5 or higher\r\n-Capable of lifting 50lbs\r\n-Up-to-date vaccinations, recent physical and negative TB test (dated within 6 months of start date)\r\n-Available to work 32-40 hours per week a minimum of 10 consecutive \r\nWeeks beginning on Sunday June 1st, 2014\r\n-Available to work weekends and holidays\r\n*Acceptance into the program is contingent on passing a background check \r\nTo apply:\r\nApplicants must submit all of the following documents to be considered\r\n     -resume\r\n     -letter of interest including dates of availability\r\n	*please include any prior obligations\r\n     -school transcript (may be unofficial)\r\n     -completed internship application\r\n     \r\n \r\nPlease Visit www.littlerockzoo.com to download an application.  \r\nClick on the Learn Tab to find Internships.\r\n\r\n \r\nALL REQUIRED DOCUMENTS MUST BE SUBMITTED TOGETHER IN ONE COMPLETE PACKAGE\r\n \r\nDeadline for summer 2014 applications is Monday March 10, 2014.  Packages received after that date will not be considered regardless of postmark dates.\r\n \r\nMAIL COMPLETED APPLICATION PACKAGES TO:\r\nLittle Rock Zoo\r\nAttn: LRZ Internship Program\r\nOne Zoo Drive\r\nLittle Rock, AR 72205\r\n \r\nDO NOT E-MAIL APPLICATIONS\r\nAPPLICATIONS WILL NOT BE ACCEPTED ELECTRONICALLY\r\n\r\nIf you have questions not answered by this page you may e-mail sharris@littlrock.org or leave a message at (501) 661-7229 and we will return your call.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (840, 'JOB OBJECTIVE:\r\nTo work in the Little Rock Zoo Education Department to provide husbandry, care and training for a diverse collection of exotic animals. To assist in the development and delivery of formal and informal conservation education programs in a public setting for diverse audiences.\r\n\r\nESSENTIAL JOB FUNCTIONS:\r\nPerforms various daily husbandry and care duties required to maintain a healthy diverse program animal collection. Assist in the development and delivery of formal and informal conservation education classes, programs, presentations and shows for both on-site and off-site that engage and inspire audiences through fun, exciting, and safe animal encounters promoting the mission of the Little Rock Zoo. Assist in the\r\nconducting of behavioral training regimen for program animal collection in order to maintain trained exotic animals such as birds of prey, reptiles and small mammals for their safe and effective use in educational programming.\r\n\r\nMINIMUM QUALIFICATIONS AND ADDITIONAL REQUIREMENTS:\r\nThese knowledge, skills, and abilities are usually, although not always, acquired through completion of high school and two (1) years of experience in the care of birds, mammals, and reptiles or other exotic animals in a controlled environment. Public presentation and interpretation skills are preferred. Equivalent combinations of\r\neducation and experience will be considered.\r\n\r\nHIRING/ENTRY SALARY: $8.00/hour\r\n\r\nADDITIONAL REQUIREMENT:\r\nMust possess a valid Arkansas Class D (Non-Commercial Vehicle) Driver’s License before employment and maintain licensure for the duration of employment in this position.\r\nMust be available to work weekends and holidays.\r\n\r\nAPPLICATION REQUIREMENTS:\r\nONLY On-Line Applications Accepted.  \r\n\r\n*APPLICATIONS MAY BE FILED ONLINE AT: http://www.lrjobs.net\r\nApplication, Supplemental Questions, Resume and Cover Letter are required. The\r\nresume and cover letter should be attached/uploaded to the application.\r\nThis position may close without notice.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (844, 'SUMMARY: Under the general supervision of the Curator, provides direct supervision of assigned Animal Keepers. Duties include coordinating the activities within the Bird Department, facilitating the work of the Animal Keepers by ensuring that the keepers have the necessary tools, equipment and supplies; responsible for administrative functions such as scheduling, timekeeping, evaluations and progressive discipline. Orders, receives and distributes materials, supplies and food stuffs; and facilitates animal care operations within the Bird Department; reviews, develops and/or revises standard operating procedures or other reports; conducts or coordinates safety training.\r\n\r\nKnowledge, Abilities and Skills: Requires extensive knowledge of the care and feeding of zoo animals, animal behavior and hazards of working with zoo animals; zoo rules, policies and procedures; includes knowledge of animal diseases and methods of preventing the spread of contagious disease, and principles of biology and zoology. Ability to perform heavy work including working safely and effectively with dangerous or exotic mammals, birds, reptiles and working effectively with Zoo employees as needed; keep operational records; prepare reports; deal courteously and effectively with the public. Must be able to perform the essential functions of the position with or without reasonable accommodation.\r\n\r\nRequirements: This position requires a minimum of 5 years of progressive animal husbandry experience, preferably at an AZA institution. Supervisory experience is preferred. A bachelor\'s degree in a related field is preferred. The ideal candidate should have familiarity with artificial incubation and handrearing of various avian species, propagation of various avian species, experience with restraint, crating, moving and medicating various avian species, experience with penguins and flamingos, familiar with operant conditioning, and familiar with TAG\'s and SSP\'s.\r\n\r\nSECTION A: ESSENTIAL FUNCTIONS\r\n\r\nSupervises the work of Animal Keepers as assigned; coordinates and monitors sectional operations such as maintenance and repair activities, exhibit design, safety training, writing and updating Standard Operating Procedures and other assigned tasks.\r\n\r\nResponsible for administrative functions including scheduling, timekeeping, repair work orders and the ordering, receipt and distribution of materials, supplies and food stuffs.\r\n\r\nImplements, develops and/or revises standard operating procedures or other reports; conducts or coordinates safety training;\r\n\r\nInspects assigned section to ensure proper care, maintenance and safety of animals, their quarters and facilities; attempts to resolve problems which arise in regard to food, maintenance and safety.\r\n\r\nUnder direction of the respective Curator, completes Annual Performance Evaluations for all assigned subordinate staff including identification of performance objectives and identification of needed training.\r\n\r\nAdministers progressive discipline program consulting with department management and Human Resources.\r\n\r\nMaintains or reviews necessary records of logs relating to animal observation and daily operations, as required; submits or reviews routine or emergency repair or maintenance requests; may prepare other reports for incidents such as industrial injury, accident or vandalism.\r\n\r\nMay assist other Zoo personnel on special assignments or projects relating to zoo operations such as reviewing, developing and planning upgrades of sections or sectional operations.\r\n\r\nUpon request, prepares written proposals to management staff regarding exhibit modifications and/or renovations, nutrition, propagation programs, disease prevention and safety; may prepare reports containing background information resulting from the compilation of surveys or literature searches.\r\n\r\nMay be required to perform the duties of an animal keeper on an as-needed basis.\r\n\r\nMay be required to do public presentations for Zoo guests and VIP tours.\r\n\r\nSECTION B: JOB RELATED DUTIES\r\n\r\nAssists marketing and development staff in promoting the Zoo\'s public image and attaining the Zoo\'s public relations and community service objectives.\r\n\r\nAssists the Curator in maintaining contacts with individuals and organizations involved in promoting worldwide conservation ethics and goals.\r\n\r\nPerforms other duties as required and assigned.\r\n\r\nSECTION C: CORE EXPECTATIONS\r\n\r\nA. Represents management and demonstrates a commitment to the Zoo\'s mission statement and its\' values.\r\n\r\nB. Performs duties in a service-oriented manner.\r\n\r\nC. Recognizes the needs of others and treats others with respect and dignity.\r\n\r\nD. Maintains good work habits and adheres to the employee handbook and all policies and procedures.\r\n\r\nE. Demonstrates a commitment to maintaining a work environment free from discrimination and sexual harassment and supports the Office\'s commitment to equal employment opportunities.\r\n\r\nF. Demonstrates a commitment to workplace safety and works with Safety Officer as needed.\r\n\r\nG. Demonstrates good presentation skills in dealing with the public, Zoo Board and internal and external stakeholders.\r\n\r\nSALARY: DOE\r\n\r\nAPPLICATION: To apply, please complete an application at www.sfzoo.org. Please submit a resume and cover letter detailing your experience as it relates to this position. EOE\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (847, 'SUMMARY: Under the general supervision of the Curator, provides direct supervision of assigned Animal Keepers. Duties include coordinating the activities within the Bird Department, facilitating the work of the Animal Keepers by ensuring that the keepers have the necessary tools, equipment and supplies; responsible for administrative functions such as scheduling, timekeeping, evaluations and progressive discipline. Orders, receives and distributes materials, supplies and food stuffs; and facilitates animal care operations within the Bird Department; reviews, develops and/or revises standard operating procedures or other reports; conducts or coordinates safety training.\r\n\r\nKnowledge, Abilities and Skills: Requires extensive knowledge of the care and feeding of zoo animals, animal behavior and hazards of working with zoo animals; zoo rules, policies and procedures; includes knowledge of animal diseases and methods of preventing the spread of contagious disease, and principles of biology and zoology. Ability to perform heavy work including working safely and effectively with dangerous or exotic mammals, birds, reptiles and working effectively with Zoo employees as needed; keep operational records; prepare reports; deal courteously and effectively with the public. Must be able to perform the essential functions of the position with or without reasonable accommodation.\r\n\r\nRequirements: This position requires a minimum of 5 years of progressive animal husbandry experience, preferably at an AZA institution. Supervisory experience is preferred. A bachelor\'s degree in a related field is preferred. The ideal candidate should have familiarity with artificial incubation and handrearing of various avian species, propagation of various avian species, experience with restraint, crating, moving and medicating various avian species, experience with penguins and flamingos, familiar with operant conditioning, and familiar with TAG\'s and SSP\'s.\r\n\r\nSECTION A: ESSENTIAL FUNCTIONS\r\n\r\nSupervises the work of Animal Keepers as assigned; coordinates and monitors sectional operations such as maintenance and repair activities, exhibit design, safety training, writing and updating Standard Operating Procedures and other assigned tasks.\r\n\r\nResponsible for administrative functions including scheduling, timekeeping, repair work orders and the ordering, receipt and distribution of materials, supplies and food stuffs.\r\n\r\nImplements, develops and/or revises standard operating procedures or other reports; conducts or coordinates safety training;\r\n\r\nInspects assigned section to ensure proper care, maintenance and safety of animals, their quarters and facilities; attempts to resolve problems which arise in regard to food, maintenance and safety.\r\n\r\nUnder direction of the respective Curator, completes Annual Performance Evaluations for all assigned subordinate staff including identification of performance objectives and identification of needed training.\r\n\r\nAdministers progressive discipline program consulting with department management and Human Resources.\r\n\r\nMaintains or reviews necessary records of logs relating to animal observation and daily operations, as required; submits or reviews routine or emergency repair or maintenance requests; may prepare other reports for incidents such as industrial injury, accident or vandalism.\r\n\r\nMay assist other Zoo personnel on special assignments or projects relating to zoo operations such as reviewing, developing and planning upgrades of sections or sectional operations.\r\n\r\nUpon request, prepares written proposals to management staff regarding exhibit modifications and/or renovations, nutrition, propagation programs, disease prevention and safety; may prepare reports containing background information resulting from the compilation of surveys or literature searches.\r\n\r\nMay be required to perform the duties of an animal keeper on an as-needed basis.\r\n\r\nMay be required to do public presentations for Zoo guests and VIP tours.\r\n\r\nSECTION B: JOB RELATED DUTIES\r\n\r\nAssists marketing and development staff in promoting the Zoo\'s public image and attaining the Zoo\'s public relations and community service objectives.\r\n\r\nAssists the Curator in maintaining contacts with individuals and organizations involved in promoting worldwide conservation ethics and goals.\r\n\r\nPerforms other duties as required and assigned.\r\n\r\nSECTION C: CORE EXPECTATIONS\r\n\r\nA. Represents management and demonstrates a commitment to the Zoo\'s mission statement and its\' values.\r\n\r\nB. Performs duties in a service-oriented manner.\r\n\r\nC. Recognizes the needs of others and treats others with respect and dignity.\r\n\r\nD. Maintains good work habits and adheres to the employee handbook and all policies and procedures.\r\n\r\nE. Demonstrates a commitment to maintaining a work environment free from discrimination and sexual harassment and supports the Office\'s commitment to equal employment opportunities.\r\n\r\nF. Demonstrates a commitment to workplace safety and works with Safety Officer as needed.\r\n\r\nG. Demonstrates good presentation skills in dealing with the public, Zoo Board and internal and external stakeholders.\r\n\r\nSALARY: DOE\r\n\r\nAPPLICATION: To apply, please complete an application at www.sfzoo.org. Please submit a resume and cover letter detailing your experience as it relates to this position. EOE\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (850, 'Deadline to Apply: Thursday, January 30, 2014 @ 5:00pm, Pacific\r\n\r\nSalary: $20.27 - $25.86 hourly\r\n\r\nThe Oregon Zoo is pleased to announce an available position working as a member of our animal care team that cares for our herd of 4.4 Asian elephants. We are headed for an exciting time in our elephant program with the expansion of our current elephant facilities and the proposed development of an off-site elephant facility.\r\n\r\nMinimum Requirements:\r\nBachelor degree in biology, zoology or a related field and three years professional experience as a Keeper which includes two years experience working with elephant management program or equivalent combination of education and experience to successfully perform all job duties.\r\n\r\nTo apply: visit www.oregonmetro.gov/jobs for the complete job announcement and a link to our online hiring center. Metro is an Equal Opportunity/Affirmative Action Employer.\r\n\r\nAbout the Oregon Zoo\r\nOwned and operated by Metro Regional Government, the Oregon Zoo has an annual attendance of over 1.6 million visitors and an annual budget of over $42 million. This zoo located along the MAX light rail line, just five minutes from downtown Portland, enjoys strong, wide-spread community support. The Oregon Zoo is home to over 2000 animal specimens representing 279 species of amphibians, birds, fish, invertebrates and mammals.\r\n\r\nTo learn more about the Oregon Zoo, visit www.oregonzoo.org.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (856, 'Hi!\r\nI cannot get logged in under members. It\'s either my work email at Busch Gardens or my AOL account- SaraKUEK@aol.com. I believe the AKF is delivered to my work at Busch Gardens, 3605 E Bougainvillea Ave, Tampa, FL 33612 or you may have my home 1468 Lake Shore Ranch Dr., Seffner, FL 33584.\r\nThanks for the help!\r\nSara') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (858, 'The Utica Zoo is accepting resumes for an entry level animal keeper position.  This position will be responsible for working in multiple areas within the zoo after completing a training period.  The position is full-time (40 hours per week).  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (865, 'Animal care intern to assist with routine animal husbandry of over 100+ animals. The internship is totally hands-on with oppurtunities to assist with training, hand-raising and handling. It would include education programs, public tours and events.\r\n\r\nThis includes feeding, distribution of diets, raking and clening enclosures, monitoring, observing animal behavior, keeping records of enrichment and daily observation logs. \r\n\r\nUNPAID- you must be able to provide your own housing and transportation( no public transportation in our area).\r\n40+ hours a week, must work weekends. Minimum of 3 months to 6 months, except summer college students. \r\n\r\nInternships are offered year around, NO set dates. \r\n\r\nQualifications: College work in Biology or related field and/or exotic animal care experience, Needs to be self-motivated, dedicated and have common sense. \r\nYou must be able to work in any weather conditions outdoors. Texas summers can be 100+ degrees with 100 humidity. \r\nYou MUST be able to lift 50lbs\r\nProof of TB Required.\r\nWe also drug test.\r\n\r\nTGR Exotics Spring, TX\r\nwww.tgrexotics.com\r\n\r\nPlease send resume along with what internship you are interested in and when you are available to start.\r\n\r\nPlease send resume to: intern@tgrexotics.com\r\n\r\nor send to Gwen Scott 5315 Tatum Lane Spring, TX 77389\r\nContact number: 281-353-5252') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (869, 'Animal care intern to assist with routine animal husbandry of over 100+ animals. The internship is totally hands-on with oppurtunities to assist with training, hand-raising and handling. It would include education programs, public tours and events.\r\n\r\nThis includes feeding, distribution of diets, raking and clening enclosures, monitoring, observing animal behavior, keeping records of enrichment and daily observation logs. \r\n\r\nUNPAID- you must be able to provide your own housing and transportation( no public transportation in our area).\r\n40+ hours a week, must work weekends. Minimum of 3 months to 6 months, except summer college students. \r\n\r\nInternships are offered year around, NO set dates. \r\n\r\nQualifications: College work in Biology or related field and/or exotic animal care experience, Needs to be self-motivated, dedicated and have common sense. \r\nYou must be able to work in any weather conditions outdoors. Texas summers can be 100+ degrees with 100 humidity. \r\nYou MUST be able to lift 50lbs\r\nProof of TB Required.\r\nWe also drug test.\r\n\r\nTGR Exotics Spring, TX\r\nwww.tgrexotics.com\r\n\r\nPlease send resume along with what internship you are interested in and when you are available to start.\r\n\r\nPlease send resume to: intern@tgrexotics.com\r\n\r\nor send to Gwen Scott 5315 Tatum Lane Spring, TX 77389\r\nContact number: 281-353-5252') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (875, 'Hello, I was writing you about my current membership. My parents bought me a membership as a Christmas present and lately I realized I had not received anything about my membership. I came to the website and tried to log in and was unable to. I went through the steps to recover my account but I believe my email address on my account was entered incorrectly. The email address they show me is one character off from my actual email address. I was wondering what I have to do to be able to reset my account or be able to log in and correct my information so that I am receiving emails also.  Thank you\r\n\r\nDarcee') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (877, 'The Utica Zoo is offering internships for the late winter/spring session.  Animal care interns assist with routine animal husbandry of over 200+ animals. The internship experience includes working alongside the animal care staff in the feeding, cleaning of enclosures, diet preparation, observation of animal behavior, enrichment and record keeping. \r\n\r\nThe internship is UNPAID.  In addition, you must be able to provide your own housing and transportation (limited public transportation in our area).\r\n\r\nHours: Must be willing to commit a minimum of 8 hours per week in one or two day shifts of at least 4 hours.  In order to gain experience in all animal areas, candidates must work at least 12 weeks.  Interns may work up to 40 hours per week and up to 16 weeks . \r\n\r\nQualifications: Must be in a biology based university program or be recently graduated from the same.  \r\n\r\nRequirements:  Must be able to work in any weather conditions.  Must be able to lift 50lbs.  Proof of negative tuberculin test required.  Tetanus vaccination recommended.\r\n\r\nOther:  Access to the staff veterinarian is limited; therefore, if your goal is to work with a veterinarian, this may not be the internship for you.  This internship is designed as a zookeeping program.  You will learn the inter-workings of a small zoo and how the animals are cared for.  The internship is very physical and demanding.  Direct physical contact with animals is often limited.  \r\n \r\nContact Details:  Submit a one page resume with cover letter to Beth Ricci, Senior Keeper, Utica Zoo, One Utica Zoo Way, Utica, NY, 13501.  Preferred contact is through email.  Email: beth.ricci@uticazoo.org.  Phone: 315-738-0472 ext. 33  Fax: 315-738-0475.  The cover letter should include your areas of interest, goals and what you can offer the zoo.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (880, 'The Utica Zoo offers full-time (40 hrs/week) Animal Care Department Internships during the summer season each year.  The internship begins at the end of May and lasts for approximately 9 weeks.  Interns will work under the direct supervision of the animal care staff and assist in all aspects of their daily activities.  This is a VERY hands-on internship.  Duties will include cleaning, feeding, record keeping, enrichment, diet preparation, exhibit maintenance/ construction, as well as assisting during veterinary procedures and education programming.  Interns will be required to conduct short presentations to the public daily.  Intern positions are available in a number of specialized areas within the zoo.  Interns do not rotate to different animal areas during the summer but can experience different aspects of all areas through veterinary procedures or projects.  The internship is very physical and demanding.  Interns must be able to lift a minimum of 50lbs as well as be prepared to work in various weather and environmental conditions.  Direct physical contact with animals is often limited.  Applicants must be enrolled in or have graduated from a college level zoology, biology, pre-vet, wildlife or related program.  The internship is unpaid.  Housing is available through a local university for a fee.  Transportation is the responsibility of the intern.   Proof of a negative TB test, along with a recent tetanus vaccination is required.\r\n\r\nContact Details:  Resumes with appropriate cover letters should be sent to Beth Ricci, Senior Keeper, Utica Zoo, 99 Steele Hill Road, Utica, NY, 13501.  Preferred contact is through email.  Email: beth.ricci@uticazoo.org.  Phone: 315-738-0472 ext. 33  Fax: 315-738-0475.  The cover letter should include your areas of interest, goals and what you can offer the zoo.\r\nwww.uticazoo.org \r\n\r\nDeadline for resume submissions:  March 30, 2014') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (883, 'We are currently accepting resumes for one open entry-level animal care position.  Please see below for details.\r\n\r\nResumes will remain on file for one year.   Applicants will NOT receive confirmation of receipt of resume or other correspondence unless we have begun a hiring process.  Applicants must possess a MINIMUM of an Associate’s Degree in an appropriate science based discipline.  A Bachelor’s Degree and animal care experience preferred.  Animal Keeper duties include daily cleaning, feeding, record keeping, enrichment, operate conditioning, diet preparation, exhibit maintenance/construction, as well as assisting during veterinary procedures and education programming.  Applicants must be able to lift 50lbs as well as be prepared to work in various weather and environmental conditions.\r\n\r\nContact Details:  Resumes with appropriate cover letters should be sent to Mike Bates, Animal Curator, Utica Zoo, One Utica Zoo Way, Utica, NY, 13501.  Email: mike.bates@uticazoo.org.  Fax: 315-738-0475.  The cover letter should include your areas of interest, goals and what you can offer the zoo.  Email correspondence is preferred to save paper.\r\n\r\nwww.uticazoo.org\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (888, 'Turtle Bay Exploration Park seeks an experienced team player to join us as a part-time Aquarist in our Animal Department.   Turtle Bay Exploration Park is filled with entertaining activities focused on the interpretation of the relationship between humans and nature.  Our 300 acre campus sits on the Sacramento River in beautiful Northern California.\r\n\r\nPosition Summary:\r\nUnder the supervision of the Curator of Animal Programs and in conjunction with a fellow aquarist you will maintain our freshwater and marine ecosystems for public display, including one 22,000 gallon system and approximately 15 smaller systems ranging from 50-600 gallons.\r\n\r\nResponsibilities:\r\nThe chosen applicant will be responsible for performing hands-on animal husbandry (fish, amphibians, reptiles, and invertebrates); maintain life support systems and appropriate environmental conditions; and perform all aspects of water quality testing. In addition you will be trained to support the animal show area of Turtle Bay, which includes husbandry and handling practices of our reptiles, birds, and mammals; assisting with summer shows; and our year-round walk through aviary. Applicant must be outgoing, creative, confident, self-motivated, and work well independently, as well as with others (including adult and teen volunteers).\r\nThe individual we seek will be experienced, dynamic, and present him/herself well to the public.  He/she will work to create aquaria that will enthuse, entertain, and educate Turtle Bay’s guests.\r\n\r\nTurtle Bay Exploration Park sits on the banks of the Sacramento River with the Sundial Bridge, designed by world-renowned architect Santiago Calatrava, and is linked to a beautiful thirteen-mile trail along the Sacramento River.  Redding is a dynamic community with a superb climate.  Our moderate seasons, with low-humidity, sunny summers and mild winters set the stage for after-work and weekend boating, fishing, and other water-sport trips.   Our local lakes, Shasta and Whiskeytown, as well as the Sacramento River are all just minutes away.  In the winter, a short drive to Mt. Shasta and Mt. Lassen brings snow skiing, sledding and other winter sports in abundance.  Redding is a fabulous location for those interested in an active outdoor lifestyle.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (889, '•Desired education and experience includes a minimum of a 2 year college degree with emphasis on biology or science or equivalent experience.\r\n•Minimum one (1) year experience maintaining public aquariums, including freshwater and marine aquatic exhibits.\r\n•Must fully understand and be able to perform all aspects of water quality testing.\r\n•Demonstrated experience creating and delivering public presentations.\r\n•Must have nationally recognized SCUBA certification with a preferred minimum additional 20 dives (logged or facility).\r\n•Able to communicate effectively both verbally and in writing.\r\n•Able to work independently and as part of a team.\r\n•Exceptional organization and recordkeeping skills, detail oriented, able to set priorities, and execute multiple tasks and projects.\r\n•Selected candidate must pass a pre-employment physical and drug screening.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (890, 'Send your letter of interest and resume to:\r\nHuman Resources\r\nTurtle Bay Exploration Park, 1335A Arboretum Drive, Redding, CA  96003\r\nE-Mail:  hr@turtlebay.org\r\nPhone:  (530) 242-3132/Fax: (530) 242-8898                                                        \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (905, 'The Catoctin Wildlife Preserve and Zoo is looking for seasonal part time keepers that may lead to a full time position. These positions will allow keepers the ability to work across several taxa including reptiles, birds, and mammals. \r\n\r\nIf interested please send resume to mlawrence@cwpzoo.com') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (911, 'I am the Animal Curator for Tanganyika Wildlife Park and out facility is a member.  I would like to gather information on what we would need to do to start our own chapter so we can be apart of fundraising efforts such as Bowling for Rhinos. Please email or call at 316-213-0313.  Thank you for your time.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (915, 'Hi!\r\nI am a veterinary technician student and am writing a paper on elephants in the zoo. I was wondering if I could receive some information on them.\r\n1. what is their husbandry like?\r\n2.what is done for preventative health care?\r\n3. How are they restrained for procedures?\r\n4. what veterinary care is done on them?\r\n\r\nThanks \r\nErica Eastman') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (919, 'Our seasonal zookeeper staff is responsible for the care of the entire animal staff at the Azoosment Park from parakeets, reptiles, hoofstock to bobcats and horses.  The zookeepers are responsible for the feeding, cleaning, enrichment, and husbandry of our collection of animals.  Along with the basic care of the animals you will also be responsible for operating the pony rides, petting zoo, horse drawn sleigh rides, and walk in parakeet aviary.  Azoosment Park also has many programs that our animal staff oversees including overnight programs, animal educational shows, and summer zookeeper camps.  This position runs from mid May to the end of October, being full time from June to the beginning of August.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (920, 'Azoosment Park is looking for self motivation, friendly, experienced animal keepers to join our staff.  Animal keepers must have a general knowledge of animal care, husbandry, and education.  All applicants must meet the following requirements:\r\n~ Must have previous animal experience and/or college education with a emphasis in Zoology or Biology\r\n~ Ability to both give and follow oral directions\r\n~ Must be comfortable with both working in a team and completing tasks individually\r\n~ Ability to work in any of the animal areas assigned regardless of the tasks at hand.  \r\n~ Ability to interact courteously, respectfully, and productively with supervisors, fellow employees, zoo visitors and general public.\r\n~ Ability to remain on your feet for long periods of time.\r\n~ Ability to lift at least 50 lbs on a regular basis.\r\n~ Ability to work in all types of weather conditions.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (937, 'Virginia Safari Park, Natural Bridge, VA\r\n\r\nDescription\r\nExperience in animal husbandry, training, enrichment, exhibit design and renovations, and industry standard knowledge and affiliations are preferred. Also, a working knowledge of regulatory agencies such as USDA and USDI is helpful. Must be able to train and motivate animal care staff, assist with setting up, and overseeing breeding programs. Contacts within the established zoo community expected; will also work with curators and keeper staff at our other 2 facilities, the Reston Zoo and the Gulf Breeze Zoo.\r\n\r\nResponsibilities\r\nQualifications and Expectations: 1.) BS in the animal related sciences. 2.) At least 2 years with ever-increasing responsibilities in a zoo or breeding center environment. 3.) Extensive hands-on experience with a wide range of animal care knowledge may be substituted for degree. 4.) Precise record-keeping, collection management experience needed. 5.) Knowledge of proper animal conformation & body conditions, incubation techniques, gestation periods, nutrition and forages a plus. 6.) Familiarity with basic medications and vaccination programs. This position must be able to balance between being able to satisfy the visitors\' park experience while managing an ever increasing and diversifying collection.\r\n\r\nRequirements\r\nMust be physically fit and active. This is a hands-on position and will require extensive time spent in the field observing both the staff and animal collection daily. This position requires extensive exotic hoof stock knowledge and experience with an emphasis on giraffes and rhinoceros. Will be expected to represent the park at conferences or seminars each year. Must be professional, in both demeanor and appearance. No visible tattoos. Non-smoking work environment.\r\n\r\nCompensation\r\nSalary commensurate with experience.  A more extensive delineation of the job description will be made available to qualified candidates\r\n\r\nHow to apply\r\nEmail your resume to:    director@virginiasafaripark.com\r\nPlease place Assistant Curator in the subject line of the email.\r\n(You can view our website at: www.virginiasafaripark.com)\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (943, 'Hello,\r\nI am trying to update my account and unfortunately I cannot be found!  What is on my AAZK card is as follows:\r\nSabrina Misek\r\n5854 N. Kenmore #3B\r\nChicago, IL 60660\r\nI am a professional class and my membership expires 1/31/14\r\n\r\nI would like to update my address so that I can recieved the forum as I have not since I moved!  Please help!  :)\r\n\r\nMy new address is:\r\n17629 Bernadine St.\r\nLansing, IL 60438\r\n\r\nThank you!\r\n\r\nSincerely,\r\nSabrina Misek') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (947, 'FULL-TIME RANCH ANIMAL CARE STAFF MEMBER\r\n\r\nReports to: Ranch Manager\r\n\r\nLocation: Palm City, FL\r\n\r\nPay: $10/hour\r\n\r\n\r\nJOB SUMMARY: \r\nThe ranch animal care staff member will work as a team with the rest of the staff to oversee the health, well-being, and general care of all the rescue animals at Furry Friends Ranch.\r\n\r\n\r\nJOB DESCRIPTION:\r\n• Provide clean supply of water to all animals.\r\n• Prepare and administer food to all animals.\r\n• Monitor eating habits and make any necessary food adjustments, with manager’s approval.\r\n• Monitor behavior and health of all animals.\r\n• Complete Medical Observations forms for animals demonstrating behavior changes or\r\nmedical concerns.\r\n• Administer oral and topical medications to all animals prescribed by the veterinarian.\r\n• Perform other medical procedures (e.g. paw/hoof soak, ear cleanings, collect fecal/urine\r\nsamples, etc.), as prescribed by the vet or manager.\r\n• Walk dogs.\r\n• Let pastured animals out in morning and put back in barn or enclosures for the night\r\n(horses, sheep, goats, pigs, ducks, chickens, turkeys).\r\n• Conduct dog introductions and play groups.\r\n• Bathe and groom animals. This includes nail trimming.\r\n• Handle all animals in a compassionate and humane way.\r\n• Demonstrate a willingness to learn and follow directions.\r\n• Participate in positive reinforcement animal training sessions with trainer.\r\n• Employ learned training techniques on a daily basis, in a consistent manner.\r\n• Enhance physical and emotional well-being of all animals via training, companionship, and\r\nconsistent, compassionate interaction.\r\n• Make use of enrichment tools and activities for all the animals (e.g. food puzzles, kong\r\ntime, calming music, reading to animals, hand-feeding), as instructed by trainer or\r\nmanager.\r\n• Clean buildings, bathrooms, barn, stalls, crates, kennels, cathouse, coups, or any other\r\nenclosure as instructed by manager.\r\n• Cleaning responsibilities include but are not limited to – washing dishes, sweeping,\r\nmopping, scrubbing, vacuuming, sanitizing areas/objects, doing laundry, poop-scooping,\r\nmucking, raking, washing walls, washing litter boxes, pressure-washing, trash removal.\r\n• Communicate clearly and effectively with team to ensure all animals are cared for and all daily duties are completed in a timely fashion.\r\n• Be attentive to others’ needs and willingly assist as required.\r\n• Assist other team members with their work.\r\n• Keep ranch supplied with all food, cleaning supplies, medical supplies, and maintenance necessities by communicating with other staff and reporting needs to manager.\r\n• Grounds-keeping and maintenance – including, but not limited to – mowing lawns, weed-whacking, hedge-trimming, clearing pastures, repairing fences, replacing air filters, etc.\r\n• Collaborate with team members and adoption staff to promote animals’ adoptability.\r\n• General ranch maintenance projects.\r\n• Other duties and projects, as assigned or delegated by manager.\r\n• Engage with visitors/volunteers in a friendly, informative, positive, professional manner.\r\n• Maintain approachability and assist with volunteers.\r\n\r\n\r\nQUALIFICATIONS:\r\n• Must be at least 18 years old.\r\n• Strong desire to work with various types of animals, particularly in the rescue and\r\nrehabilitation setting.\r\n• Previous experience working with multiple species preferred.\r\n• Flexible Schedule/Hours is a must. Must be able and willing to work weekends and\r\nholidays.\r\n• Needs a general understanding of animal behavior and husbandry.\r\n• Must be a hard worker, having a steady, driven work ethic.\r\n• Positive attitude is necessary.\r\n• Strong interpersonal and communication skills is a must.\r\n• Attain the ability to create and encourage a positive work environment.\r\n• Must be good at following instruction.\r\n• Must be a team-player.\r\n• Demonstrates personal accountability to ensure that all responsibilities are completed\r\neffectively and in a timely manner.\r\n• Comfortable handling various animal species including (but not limited to):\r\n• Dogs, cats, goats, sheep, pigs, horses, cows, ducks, chickens, turkey.\r\n• Able to assist in ranch maintenance projects.\r\n• Experience in customer service or in dealing with the public is a plus.\r\n• Professionally advocate for Furry Friends’ position on issues.\r\n\r\n\r\nPHYSICAL REQUIREMENTS:\r\n• Must be able to lift at least 50 lbs. routinely.\r\n• Must be willing and able to work outdoors and in all weather conditions.\r\n• Must be able to stand and walk for long periods of time.\r\n• Must be able to perform strenuous physical activities, such as lifting, squatting, bending,\r\nreaching, and carrying.\r\n• Must be able to work around possible allergens such as hay, dust, and animal dander.\r\nIf interested, please contact:\r\n\r\n\r\nAngela Searcy, Manager\r\nearth.to.angela@gmail.com\r\n(760) 707-7721\r\n\r\n\r\nNick Gaglio, Assistant Manager\r\nnickolasgaglio@gmail.com\r\n(954) 729-6144\r\n\r\n\r\n***Furry Friends Adoption & Clinic is an equal opportunity employer.***') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (964, 'Still hoping to find some help in registering my email.  It seems that the current email you have is one I no longer have and I am unable to switch from the old site without it.\r\nPlease let me know how I can fix this situation.\r\n\r\nThank you - my current email is angelaselzer@frontier.com') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (968, 'We paid to have a job posting, but noticed that we made an error.  Could you please change or contact on the Turtle Bay Exploratioin Park post for a part time aquarist to  animaljobs@turtlebay.org and a phone contact as 530-242-3164?  Thank you\r\n\r\nSharon Clay\r\nCurator of Animal Programs\r\nTurtle Bay Exploration Park\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (976, 'I got an email saying my membership was going to expire. I went to log in and it wouldn\'t accept my info. I tried retrieving the info from old website as suggested but got a message that said the account couldn\'t be found. \r\n\r\nTerri') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (980, 'Hello, my name is Peter O\'Neill and I have been an AAZK member for a few years but I moved several months ago and I believe that my membership has expired. I had not used the online services in a while and can\'t recover my username/password. I would like to use the online services and renew my membership. I was a great ape caregiver at the Center for Great Apes and my address was 5842 Van Simmons Road Wauchula, FL 33873. I am currently a senior primate keeper at the San Diego Zoo and my address is 2935 Broadway apartment 108 San Diego, CA 92102. I can be contacted at pconeill1986@yahoo.com or 609-678-7635. Thank you in advance for the help!\r\nPeter O\'Neill') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (984, 'Hello!  \r\n\r\nBefore the AAZK website for members was changed, there was a page that had resume and interview advice.  Is there a way to get to that information again?  If not, is there anyway to have the articles sent to my email address?  I have new AAZK members in my chapter that were excited about the aspect of reading this info.  Thank you for all of your help!\r\n\r\nAlicia Pike') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (996, 'Hi AAZK, Disney\'s Animal Kingdom has an Institutional Membership to AAZK that we purchase via WTCox Subscription Agency.  Is there a "Member Login" for Institutional Members?  I am also an individual member so I have my own login, but was trying to provide a login for our Institutional Membership for use in our Library.  Thank you, Angela Binney, Animal Records Coordinator, Disney\'s Animals, Science and Environment at Disney\'s Animal Kingdom.  P: 407-938-2267.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1000, 'Hello,\r\nI\'ve had issues accessing my account the past several attempts. I registered and was told to wait for validation. I received validation and receive the forums as well as the emails. Any help would be great. Thanks so much. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1008, 'Hi, I want to print out the grant that would accommodate traveling and accommodation expenses for professional development. When I click to view available grant an Error page appears. Is there any way I could be emailed with the grant attachment please?\r\n\r\nThank you!\r\n\r\njeremy') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1012, 'I\'m having trouble logging in as a member.  I believe this is the email address that I signed up with tgiffzoo@hotmail.com but it is not going through.  My member ID is 276440.\r\n\r\nI am trying to look up a couple of papers that were presented at past AAZK conferences.  Can I get to the proceedings on-line to view the papers?\r\n\r\nThanks, Tara Gifford') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1016, 'Hi \r\nI am the treasurer for Minnesota Zoo Chapter of AAZK.  I am unable to open or recover an account.  I need to get the financial report paperwork for the year. Can you help me get this info?\r\nThanks\r\nKarla') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1024, 'I am an existing member and I\'m trying to recover my account. When I enter my information into the recovery page form it comes up with the wrong email address and I\'m unable to continue the process. How can I fix this?') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1028, 'Hi! \r\nI am having trouble logging onto the new site.  I know I renewed my membership June 30, 2013 and was able to log in then.  The system is not recognized my email address when I click on "lost password".  \r\nAny help would be appreciated.  Thanks! \r\nAmber Eagleson ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1032, 'Hi,\r\nI have not been able to log on to the website to provide my change of address.  I have provided my email to change my password and do not receive the email from AAZK.  The last Forum I received was August.  Please make note of my new address:\r\nMara Jameson\r\n4365 W. Olivette Mine Place\r\n85745\r\n\r\nPrevious address:\r\n2809 E. Croyden\r\n85716\r\n\r\nThank you. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1034, 'DESCRIPTION\r\n\r\nTiger World is located just 20 minutes North of Charlotte, NC and has animals including Lions, Tigers, Leopards, Lemurs, Baboons, Bears and more. We have available 3-month Intern positions throughout the year including for the SPRING, SUMMER, and FALL 2014. If you have always wanted an opportunity to work with these amazing animals please apply. Visit our website at www.TigerWorld.us to learn more about us.\r\n\r\nRESPONSIBILITIES\r\n\r\nInterns will have the opportunity to gain practical work experience and knowledge caring for Bears, Primates, and Big Cats.  Under close supervision you will learn how to prepare diets, clean habitats, observe and document, implement enrichment, repair and build enclosures, give guided tours to visitors, assist with veterinary care, crate animals for transport and more.  There are opportunities for extending the internship to six [6] months and more advanced learning depending upon your commitment, dedication, and how well you work with the team and animals.\r\n\r\nREQUIREMENTS\r\n\r\n1. Candidates should have at least two (2) years of program studies in zoology, animal management, biology, exotic animal husbandry or a related field.  Applicants who have already achieved their bachelors is a plus.\r\n\r\n2. Must be able to do some heavy lifting of at least 50 pounds.\r\n\r\n3. Must be able to work in unfavorable weather conditions including rain, snow, extreme heat, and freezing temperatures.\r\n\r\n4. Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\n\r\n5. Must be able to follow instructions and required policies and procedures.\r\n\r\n6. Must be honest, trustworthy and organized.\r\n\r\n7. Must have valid driver\'s license and social security card or if from outside the US, a Green Card and Visa, or Visa Waiver Program.\r\n\r\n8. One [1] letter of reference/recommendation.\r\n\r\n9. Unofficial or official school transcript and/or a copy of your degree.\r\n\r\n10. Up to date vaccinations including for Tetanus and be TB Negative.\r\n\r\nCOMPENSATION\r\n\r\nThis is an unpaid voluntary position, however housing and a weekly stipend of $50 will be provided.  The use of the company vehicle is available for insured drivers.  We also evaluate the Interns for future employment opportunities with Tiger World. \r\n\r\nThis internship is not affiliated with a college or university for credit hours, however some colleges and universities have recognized Tiger World to fulfill internship requirements.  It is the applicants responsibility to determine if your college or university recognizes Tiger World\'s Intern studies program.\r\n\r\nHOW TO APPLY\r\nPlease send your Resumé and Cover Letter to Careers@tigerworld.us along with your letter of recommendation and transcripts.  We also enjoy pictures of your past experiences with your application.  Please specify the months you will be available for the internship.  We carefully evaluate all applicants and will call for interviews over the phone.  Good Luck!\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1040, 'It is my understanding that a report exists that lists something like 100 zoos and the number of animals on display and the number of people directly involved in their upkeep. Can you direct me to where I can get a copy of that report?\r\nThanks, Charles Munroe ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1044, 'I am the director at the Frank Buck Zoo in Gainesville, TX and I just received an email notification that our institutional membership is going to expire in 60 days.  I tried to login and it says my email address is not registered even though that is the email address that I received the notification. Can you please help me with my login and password so I can renew our membership.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1048, 'Hello,\r\n\r\nI am the treasurer for our local chapter.  We have a member who is reluctant/unwilling to use a computer for membership.  Is there a way for her to renew her membership through the mail?\r\n\r\nRespectfully,\r\nSue\r\n\r\nSue Faso\r\nRGZ AAZK\r\nSyracuse, NY  13204\r\nsuefaso@gmail.com\r\n315-708-3857\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1057, 'High school diploma or equivalent. Five years experience in related field. Ability to read, understand and apply technical operation maintenance and repair manuals, Knowledge and practices of animal care, park maintenance, vehicle and equipment maintenance and repair. Proficient in operation of tools, vehicles and equipment. Valid Pesticide Operator’s license or ability to obtain with 90 days. Speak, writes, read the English language fluently. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1058, 'Park Services Department, 750 N. Randall Road, West Dundee, IL 60118.  This is a non-exempt full-time year-round position normally working 40 hours per week. Scheduled days and times vary.  Weekend or holiday work will be required as well as irregular hours.\r\n\r\n$12.00 - $15.86/hr., depending on qualifications.  Full benefit package including medical, dental, life, IMRF retirement and comprehensive leave package.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1059, 'send applications found on our website along with your resume to:\r\nHiring Manager, Park Services Department\r\n750 N. Randall Road\r\nWest Dundee, IL 60118\r\n847-551-4310 or email: mholbrook@dtpd.org\r\nwebsite:  www.dtpd.org\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1076, 'Hello!\r\n\r\nI was trying to have my account info from the previous website transferred over, but I am unsure if it is working. If I remember correctly, the email address I registered with was from my last zoo and I no longer had access to that account so I switched it to my home email address. I was hoping to find out my new log in information so that I can renew my membership. Thank you!\r\n\r\n-Chelsea Weaver') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1078, 'Under the general supervision of the Zoo Curator and Consulting Veterinarian(s) this position provides paraprofessional medical care and treatment to all animals in the Happy Hollow Park & Zoo collection. The ideal candidate will possess excellent communication skills (verbal and written) and must have the ability to establish and maintain effective working relationships with other Happy Hollow Park & Zoo staff and the visiting public.  Familiarity and experience providing veterinary assistance to a wide variety of taxa including birds, carnivores, hoofstock, primates and herptiles and certification as an Animal Health Technician/Veterinary Technician is preferred.  The part-time Animal Health Technician will perform routine veterinary technician responsibilities such as blood draws and analysis, microbiological analysis, specimen collection, medical record keeping and updating, assisting staff and veterinarians with radiology, surgery, necropsies, and provide care for animals in Quarantine and hospital or off exhibit holding.  \r\nFor comoplete information including instructions on how to apply go to:\r\nhttps://cityjobs.sanjoseca.gov/psc/prod/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1084, 'Hi there,\r\n\r\nI recently tried to renew my AAZK membership (at the affiliate level) after letting it expire around September. I haven\'t had much luck with the website, so I would love some help figuring it out, especially since I am planning on attending the upcoming AAZK conference in Florida!\r\n\r\nThanks so much, and let me know if there\'s any more information I need to supply.\r\n\r\nCheers,\r\nPiper Leiper') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1088, 'Dear Sir,\r\n\r\nHope you are doing well! \r\n\r\nFirst, I would like to take this opportunity to introduce  I am business development manager from one of leading SEO company from India. We are one of the budding SEO (Search Engine Optimization) company based out of Delhi & NCR. We provide comprehensive website solutions and have esteemed clients spread across USA, UK, Canada and Australia. We have enabled our clients to improve their rankings on search engines like Google, Yahoo, and Bing with ethical White Hat methods.\r\n\r\nOur global footprints have enabled us to gain valuable experience that we want to share with you. We believe in offering bespoke solutions and customize our packages as per your needs. We strives to develop long term relationships with its clients and our dedicated Account Managers will provide you round-the clock support. We cover all the aspect of web marketing. You can find a brief list of services offered by us below.\r\n\r\n\r\n•	Keyword Research & Analysis\r\n\r\n•	Content Management Services\r\n\r\n•	Complete On Page Optimization\r\n\r\n•	Article Marketing\r\n\r\n•	Blog Promotion\r\n\r\n•	Press Release Writing & Promotion\r\n\r\n•	High Quality Link Building as Per Google Latest Guidelines\r\n\r\n•	Facebook Promotion\r\n\r\n•	Twitter Promotion\r\n\r\n•	G+ Promotion\r\n\r\n•	Brand Management\r\n\r\n\r\nA conversation with you would help us to understand your requirements better and offer suitable service. \r\n\r\nWe have a great festive offer for SEO, Social media and brand promotion. If you are interested please feel free to contact us.\r\n\r\nP.S: This is not a spam email and if you do not want these services simple reply with “Remove” message and we will remove you from our mailing list.\r\n\r\nThanks Regards,\r\n\r\n   AMIT') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1106, 'The Education Program Coordinator / Small Mammal Keeper will be responsible for accomplishing animal care, exhibit maintenance, and coordination of the Educational Programs.  This position requires an individual with a high degree of professional experience who takes pride in work well done.  Must be a proven leader, team player, and team member.  The priorities for this position include attention to animal care and health, fostering a positive team environment, and accomplishing an excellent guest experience.\r\nEssential Job Functions\r\n•	All team members must understand the significance of their role and how they can positively impact visitors.  Pro-active, friendly communication will be expected at all times, as well as anticipating visitors’ needs and desires. \r\n\r\n•	Provides for the needs of a wide range of mammals, birds, reptiles, and invertebrates through regular feedings, administering treatments as directed, exhibit maintenance and environmental enrichment programs for the species.\r\n\r\n•	Input of data into the animal records databases; assures that appropriate records are kept on all husbandry including daily care and animal health.\r\n\r\n•	Coordinates the purchasing relating to purchases such as food for the animal collection; assures that animal food, maintenance equipment and supplies are ordered and stocked in appropriate amounts, given the needs of the facility and the availability of resources.\r\n\r\n•	Exceptional use of time management techniques.\r\n\r\n•	Keep all exhibit areas and off exhibit areas clean, neat and well organized.\r\n\r\n•	Help train new employees to assure compliance with established standards and protocols.\r\n\r\n•	Perform other related duties as assigned.\r\n \r\nRequirements\r\nTo perform this job successfully, an individual must be able to perform each duty satisfactorily. The requirements listed below are representative of the knowledge, skill, and/or ability required.  \r\n\r\nExperience- One year of professional experience at a public zoo, wildlife park, animal facility or similar institution and a demonstrated knowledge of zoological operations. \r\n\r\nOther Requirements- Demonstrated ability to lead and work as a part of a team in a constantly changing environment as well as individually, with a minimum of supervision\r\n\r\nA valid driver’s License with a good driving record\r\n\r\nAbility to drive small-medium size trucks is required. \r\n	\r\nAbility to work a flexible schedule which includes evenings and/or weekends and holidays.\r\n\r\nAbility to respond to emergencies on an on-call basis.  \r\n\r\nLanguage Skills- Ability to read, analyze and interpret general business periodicals, \r\nprofessional journals, technical procedures or governmental regulations.  Ability to write \r\nreports and business correspondence.  Abilities to effectively present \r\ninformation and respond to questions from managers, clients, customers and the \r\ngeneral public. \r\n\r\nInterpersonal Skills – friendly, positive attitude toward others. Ability to display servant\r\nbased behaviors to include: being patient, kind, humble, respectful, selfless, forgiving, honest and committed.\r\n\r\nGuest/Customer Service Skills— must have knowledge of principles for providing quality customer service. This includes understanding guest needs, meeting quality standards for service and guest satisfaction.\r\n\r\nReasoning Ability- Ability to apply common sense understanding to carry out instructions \r\nfurnished in written, oral or diagram form. Ability to deal with problems involving several \r\nconcrete variables in standardized situations.\r\n\r\nPhysical Demands- Must be able to work outdoors in any weather, lift 50 pounds, walk briskly or run if needed.  Must be able to move heavier items with assistance and do repetitive physical work such as raking and shoveling.\r\n\r\nWork Environment- Mostly outdoors in all weather. Some areas such as the reptile area are hot and humid. Must be able to handle or be near any animal in the collection. Will be exposed to several outdoor allergens such as dust and hay.\r\n\r\nComputer Skills- Must have working knowledge of Microsoft based office programs (Excel, Word, Outlook) \r\n\r\nPublic Presentation- Must be able to present to small and large crowds and work well with large groups of children.\r\n\r\nPre Employment Testing- Successful candidates must pass pre-employment drug screening, background check and TB test.\r\n\r\nCompensation – $10-$13 per hour DOE\r\n\r\nBenefits- One week paid vacation for every one year worked. Vacation times and dates must be approved by management.  Low cost housing is available on site. Commission on some tour sales.  Annual Bonus. No medical or relocation benefits.\r\n\r\nMonterey Zoological Society, Inc. is an Equal Opportunity Employer.\r\n\r\n\r\nApply online https://adobeformscentral.com/?f=15AtIdQ3Nfrd9BZ8eWrG2Q\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1112, 'Hello, \r\n\r\nI was wondering is there was a way to sign up for e-newsletters and not receive the printed copies monthly. We receive the publications at work and I do not need a second hard copy for myself. Thanks for your response.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1116, 'Hello,\r\n\r\nWhen trying to retrieve my old info, I found that my username is not what it originally was (possibly because I screwed up when doing the retrieving).  Is there anyway usernames can be changed?  I will never remember the one that is currently showing.\r\n\r\nThanks,\r\n\r\nJessica') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1120, 'I became a member last month (December) but never received a conformation email and haven\'t received any other emails, news letters, or the keeper\'s forum publication.  Just wanted to make sure that my info went through.  I can log onto the website, it says I\'m active and my email address is correct.  \r\nThanks \r\nLori Speis ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1122, 'The Phoenix Zoo is seeking a full-time Grounds Quality to perform custodial services, clean restrooms, picnic tables, water fountains, offices, benches and other items on Zoo grounds.  Grounds Quality personnel also help with event set-up and tear down, arranging tables and chairs according to event requests.    \r\n\r\nMinimum requirements include ability to work a flexible schedule including evenings and weekends, and possession of a valid driver’s license. All Phoenix Zoo employees must pass pre-employment background checks including a drug test, this position will also require clear annual Tb testing.\r\n\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=614&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1125, 'The Phoenix Zoo is currently seeking an Individual Giving Associate to focus on expanding the current donor base, including all aspects of prospect identification, cultivation, solicitation and stewardship of individuals and some grant donors. The position focuses on relationship development with the donor community to obtain support for annual and capital programs.  This will be accomplished through strategic planning; effective grant writing and communication skills; individual activity and by working in collaboration with others. Our Individual Giving Associate will also participate in the planning of Rendez-Zoo (and other key fundraising events), securing and managing table sales, assisting with the auction elements, and providing on-site guest relations during the event.\r\n\r\nMinimum qualifications for this position include at least 3 years fundraising experience with a proven track record of success in the solicitation of grant opportunities and individual gifts, with a preference for a candidate with experience in the Phoenix market. Further requirements include a Bachelor’s Degree in business, non-profit administration or related field, experience in grant/proposal writing, proven experience meeting with individuals in a one-on-one setting as well as with corporate and foundation personnel, excellent oral and written communication skills, including an ability to develop and make presentations to potential donors, boards of directors, and a variety of stakeholders, demonstrated ability to both work with a high degree of autonomy and participate effectively on a team.\r\n\r\nAll Phoenix Zoo employees are required to pass a pre-employment background check including a drug test, this position also requires a valid driver’s license and clear annual TB testing.\r\n\r\nThis exempt-level position has a starting salary of  40k/year ($19.07/hour starting pay DOE), and includes our full benefits package with medical, dental and vision insurance, 401(k) with company match, and generous paid time off.\r\n\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=612&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from our job page it is closed and we will no longer accept applications.  \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1130, 'Hi there. My name is Cindy Arlantico, I am the Editor for a website Pain.com. Pain.com is a consumer oriented pain management resource site. I am interested in talking with someone at your organization about articles I am developing for Pain.com, "Pain in Unique Work Areas". I\'m sure your staff, your colleagues, your zookeepers, have dealt with painful situations. I will be touching on causes, symptoms, treatments and tips for preventing pain and what to do if you suffer pain or injuries. I am highlighting one organization a month.\r\n\r\nWe recently launched a re-design of our website with numerous new features. They include:\r\n\r\nRevised Healthy Tips\r\nRecipes for Pain & Health\r\nA "spinning guy", PIP-Person in Pain, with click upon body parts and videos (point of pain)\r\n\r\nHere is a link to the Press Release about the re-design:\r\n\r\nhttp://finance.yahoo.com/news/health-experts-pain-com-launch-134000415.html\r\n\r\nI would love to talk to you about Pain.com and why AAZK would be a great fit for this series. Pain.com has 100,000+ users and our new Facebook page is growing too.\r\n\r\nI look forward to hearing back from you.\r\n\r\nHave a great day! Cindy') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1132, 'The Phoenix Zoo is currently seeking a part-time keeper for our Animal Resources Department.  Animal Resources keepers support designated public experiences by developing and maintaining animal cued behaviors and animal shows and programs.  AR Keepers daily duties include observation of and reporting on all assigned animals, routine husbandry, monitoring diets, performing assigned and approved Behavioral Enrichment activities and animal training procedures, conducting interpretive programs and animal stage shows, and engaging and communicating with guests.  \r\n\r\nMinimum requirements for this position include a HS diploma with a preference for a BS degree in Life Science or equivalent experience, 1 year paid experience in work relevant to animal husbandry, experience in operant conditioning, ability to lift up to 50 lbs., valid driver’s license, and must be able to work outdoors in all types of weather.  The ideal candidate will be friendly and outgoing, and able to captivate groups of all ages and sizes.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  \r\n\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=618&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1137, 'I am furious t the fact I have been trying to get ahold of someone about my membership. I have called and emailed for the last 2 months obviously I will rethink my membership renewel when it comes up due to the fact that I have paid money and not getting any assistance. I was also looking for the message board that has been removed. I would like an answer ASAP ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1141, 'Martin Munoz                                                                                            5351 E. Louis Pl. #1\r\n(323) 427-3209                                                                                         Los Angeles CA, 90022\r\n(323) 204-7505\r\n(323) 537-3169\r\nO2barrocks@yahoo.com\r\n \r\nObjective\r\nTo further my career and exceed in my field of work\r\nQualifications\r\n•	Motivated to grow and learn professionally\r\n•	Committed to a career in the rail industry\r\n•	Adaptable, dedicated, Organized, Responsible, And Fast Learner\r\n•	Able to multi-task and goal oriented team player\r\nSkills\r\n•	Bilingual\r\n•	Forklift Certified and Licensed\r\n•	Guard Card\r\nWork Experience\r\nSears\r\nReceiving Associate Merchandise Pick Up July 2010 - March 2011\r\n•	Sipping And Receiving\r\n•	Load And Unload Freight trucks\r\n•	Customer Service\r\n•	Handle Motorized Material Handling Equipment\r\nSecuritas Security\r\nSecurity Officer Bike Patrol May 2011- June 2012\r\n•	Observe And Report\r\n•	Safety and hazard Inspection\r\n•	Daily Activity report\r\n•	Motorized Surveillance Camera\r\nBrothers Security\r\nGate Security September 2012- January 2013\r\nObserve And Report\r\n•	Observe And Report\r\n•	Log trucks and trailers in and out of parking structure\r\n•	Daily activity reports\r\n•	Report to dispatch\r\nEducation\r\nRiverside Community college, Riverside CA September 2009 – January 2010\r\nAssociates Of Liberal Arts Degree\r\nHemet High School Degree\r\n \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1145, 'I don\'t know why I originally set up my contact with a super old email address that is now completely closed down.... But I need to reset my account. My email is: alind477@gmail.com  and my last name has changed from Lindner to Vogel (I got married in October this past year). Please let me know if you have any questions.\r\nThanks,\r\nAllyce') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1147, 'Utah’s Hogle Zoo is announcing the opening of a full time position as an Animal Keeper in the Asian Highlands feline area, within the Animal Care Department.\r\n\r\nThe Zoo is seeking a highly-qualified animal care specialist to provide superior daily care to a diverse group of felines including Amur Leopards, Amur Tigers, Snow Leopards, and Pallas Cats among others. Will be involved with conservation breeding programs, introductions for housing, veterinary procedures, exhibit maintenance, animal demonstrations, addressing the media, education programs, and caring for other animals or areas as needed.  \r\n\r\nApplicants must be able to work effectively in a strong team environment, foster positive interactions with guests and other Zoo departments, serve as an ambassador for the Zoo and liaison to the Association of Zoos and Aquariums in regards to animal programs, and possess a strong commitment to wildlife conservation, animal welfare, and providing a high-quality guest experience. Excellent writing and public speaking skills are necessary. At least 2-years paid experience working with large cats in a zoo is required. There is a strong expectation of experience in operant conditioning and training techniques and ability to uphold high enrichment standards. A minimum of two years of experience with felines required and degree in life sciences, biology, zoology or related field is preferred. \r\n\r\nSalt Lake City, Utah, is the gateway for outstanding outdoor activities with world-class skiing less than 30 minutes away and more than 20 National Parks and monuments within a few hours\' drive – this area is ideal for nature lovers!  \r\n\r\nApplicant must be able to work under diverse and variable weather conditions and be able to lift over 60 pounds without injury, bend, stoop, jump, stretch. Good driving record required. \r\n\r\nFull time, benefit eligible position. Utah\'s Hogle Zoo is an Equal Opportunity Employer. \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1151, 'Utah’s Hogle Zoo is announcing the opening of a full time position as an Animal Keeper in the Primate team, within the Animal Care Department.\r\n\r\nThe Zoo is seeking a highly-qualified animal care specialist to provide superior daily care to many species of primates including great apes. Will be involved with exhibit maintenance, conservation breeding programs, introductions for housing, veterinary procedures, animal training and enrichment, addressing the media, education programs, research and caring for other animals or areas as needed.\r\n\r\nAt least 2-years paid experience working with primates is required. There is a strong expectation of experience in operant conditioning and training techniques and ability to uphold high enrichment standards.\r\nApplicants must be able to work effectively in a strong team environment, foster positive interactions with guests and other Zoo departments, serve as an ambassador for the Zoo and liaison to the Association of Zoos and Aquariums in regards to animal programs, and possess a strong commitment to wildlife conservation, animal welfare, and providing a high-quality guest experience.\r\nExcellent writing and public speaking skills are necessary.\r\nDegree in life sciences, biology, zoology or related field is preferred.\r\nApplicant must be able to work under diverse and variable weather conditions and be able to lift over 60 pounds without injury, and bend, stoop, jump, and stretch.\r\nGood driving record required.\r\nSalt Lake City, Utah, is the gateway for outstanding outdoor activities with world-class skiing less than 30 minutes away and more than 20 National Parks and monuments within a few hours’ drive – this area is ideal for nature lovers!\r\n\r\nFull time, benefit eligible position. Utah\'s Hogle Zoo is an Equal Opportunity Employer. \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1155, 'The apprentice will learn about the physical health and psychological well being of the animals under his/her care.  Work ranges from the physical tasks associated with feeding and maintenance of living areas to more analytical tasks.  The apprentice animal keeper is expected to develop a comprehensive knowledge of the natural history of the species under his/her care, to conduct ongoing assessment of species physical and psycho-social needs, and to design and implement steps to address these needs (including enrichment and training). S/he must possess sound judgment in the care of wild animals, work cooperatively and communicate well with co-workers, volunteers, and supervisors, and demonstrate good public relations skills with zoo guests. \r\n\r\nRequirements:\r\n•Minimum of six months (1040 hours) experience working with wildlife and/ or livestock\r\n•High school diploma and valid driver’s license required\r\n•Must be able to lift 50lbs. and move 120lbs\r\n•Bachelor’s degree in zoology, biology, or a related field (preferred)\r\n\r\nPosition:  40 hours per week. \r\nLength of Apprenticeship: 9 months; beginning 1 April 2014\r\nSalary:  $10.50 per hour\r\n\r\nResumes accepted until 15 February 2014.  \r\nApplicants not meeting the minimum requirements will not receive a response. Due to the competitive nature of this posting, minimum requirements may be raised. \r\n\r\nSend cover letter and resume electronically to:	\r\nDarren Minier\r\ndminier@oaklandzoo.org			\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1159, 'The Lead Live Animal Keeper will coordinate Live Animal Keeper schedules, assign tasks, and ensure effective daily operations in any space where live animals are exhibited or housed. This person will work alongside Live Animal Keepers to perform routine feeding, cleaning, and veterinary care. The Lead will also assist in recruitment of new Keepers and act as a mentor for incoming staff and volunteers.  \r\n\r\nSupervisory Responsibilities:  \r\n•	Acting as a mentor for Live Animal Keepers and Gallery Interpreters in education technique, safety and protocol as it pertains to the Live Animal Program.\r\n•	Work alongside Live Animal Keepers to perform routine feeding and cleaning of live animals, and coordinate caretaker schedules and assign tasks.  On a daily basis, ensure general operations are running smoothly in any space where live animals are exhibited or housed \r\n•	Be able to perform all tasks as they are described in the Live Animal Keeper position.\r\n•	Act as mentor to Live Animal Keepers and volunteers.\r\n•	Develop and distribute shift schedules for Live Animal Keepers. \r\n•	Monitor and report staff/volunteer performance to the Vertebrate/Invertebrate Live Animal Program Managers as it pertains to their subsequent areas of responsibility.\r\n•	Document minor workplace infractions and forward all documentation to the Vertebrate/Invertebrate Live Animal Program Managers, and work to resolve minor staff issues.\r\n\r\nEducational Responsibilities:\r\n•	Interact with visitors, answer public inquiries, deliver education programs, and participate in public relations activities, in consultation with the Vertebrate/Invertebrate Live Animal Program Managers.\r\n•	Serves as Museum advocate and interpretation professional relating to all live animal programs.\r\n•	May assist in the development of new live animal exhibits and education presentations.\r\n\r\nTechnical Responsibilities:	\r\n•	Monitors and troubleshoots all facility, equipment, husbandry and health issues as they relate to animal health and well-being.\r\n•	Implements procedures recommended by consulting veterinarian.\r\n•	Understands and can oversee the husbandry needs of the Museum’s live animals. \r\n•	Assures that supplies are well stocked in both vertebrate and invertebrate animal care areas.\r\n•	Assures that all USDA, DFW, DEA, veterinary premise, and city permit requirements are adhered to.\r\n\r\nEducation, Certificates, Experience, or Licenses, required: \r\n•	Associate of Science degree in Zoology, Biology, or related field, or a combination of 3 years’ education and professional experience or accredited certification in exotic animal husbandry. \r\n•	Demonstrated knowledge of reptile, amphibian, and small mammal biology.\r\n•	Experience working safely around venomous reptiles.\r\n•	Experience with aquatic systems.\r\n•	Experience as assistant in exotic veterinary care. \r\n•	Demonstrated ability to lead a team of keepers and volunteers.\r\n•	Possess valid California driver’s license.\r\n\r\n \r\nAdditional knowledge, skills, & abilities required for this position:\r\n•	Excellent communication and strong interpersonal skills.\r\n•	Ability to act as a positive, proactive team leader.\r\n•	Ability to search reference materials or confer with colleagues about husbandry and natural history of live animals.\r\n•	Ability to cover shifts of fellow Live Animal Keepers including holidays, weekends and sick days.\r\n•	Use of safety equipment and clothing to protect Live Animal Program animals and staff.\r\n•	Ability to work safely and efficiently around live animals in a way that promotes well-being of live animals and staff.\r\n•	Ability to walk, stand, work outdoors in variable weather, lift 50lbs.\r\n\r\n\r\nSalary is commensurate with experience. This is a full-time, regular, non-exempt position. \r\n\r\nReview of applications begins immediately and continues until position is filled. Interested candidates please visit www.nhm.org/jobs and click the link of the position for which you are interested or you may go directly to the online application by clicking https://home.eease.adp.com/recruit/?id=8142231. \r\n\r\nThe Natural History Museum of Los Angeles County is an Equal Opportunity Employer. \r\n\r\nPlease, No Phone Calls, No Fax. \r\n\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1169, 'Hi,\r\n\r\nI wrote earlier about having trouble submitting payment but I was able to get it to work! \r\n\r\nAlso, is it possible to update my email address? I registered with my personal address (primatealex@gmail.com), but probably should have used my work email: ReddyA@si.edu\r\n\r\nThanks!\r\n\r\nAlexandra Reddy') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1173, 'I\'m in a crazy electronic cycle of trying unsuccessfully to renew my AAZK account. When I try to renew my account, the wordpress site doesn\'t recognize my password and when it sends me a link to use to reset the password, but when I go to that it tells me the key is not valid. When I try to just start a new account, I can\'t because my email address is already taken by the account that the site won\'t let me login to. Help? I would like to re-join. Perhaps it would be easier to do this by phone? Please advise!\r\n\r\nThanks!\r\nErika Bauer\r\nBiologist, Smithsonian\'s National Zoological Park') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1177, 'Hello,\r\n\r\nI was on the AAZK website and when I clicked on the icon for available grants I was directed to a page with an error showing Epic 404-article not found. Is there another way to get what grants are available. I am an AAZK member and  grad student looking for grant money for my master plan.\r\nThanks,\r\nKristen') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1181, 'I was inquiring if you offer any summer internship opportunities. I am a sophomore at Northern Arizona University, majoring in Biology and receiving the Wildlife and Ecology Management certificate. I have a strong passion for animals and would love to gain more hands on experience. Please let me know if you have any opportunities available and I look forward to hearing from you! Take care, Krista Davis. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1183, 'JOB CLASS TITLE: Zookeeper II \r\nPOSITION NUMBER: 60033330 \r\nDEPARTMENT: Dept. of Environment & Natural Resource \r\nDIVISION/SECTION: NC Zoo \r\nSALARY RANGE: \r\n $28,826.00 - $44,099.00 Annually\r\nSALARY GRADE / SALARY GRADE EQUIVALENT: 62 \r\nAPPOINTMENT TYPE: Permanent Full-Time \r\nWORK LOCATION: Randolph County \r\nOPENING DATE: 01/24/14 \r\nCLOSING DATE: 02/14/14 5:00 PM Eastern Time \r\n \r\nDESCRIPTION OF WORK: \r\n \r\nThe NC Zoo is seeking an enthusiastic team leader to be part of its Watani Grasslands section working with African elephants. Responsibilities include the daily assessment and care of elephants both on-exhibit and off-exhibit animal areas. Daily duties also include:\r\n\r\nHeavy lifting of hay, grain, manure, substrates, etc.; heavy duty cleaning and scrubbing is a routine occurrence. Systematic observation of animal health and behavior. Training and maintenance of husbandry behaviors, applying principles of operant conditioning, to gain cooperation of the elephants in their own care.\r\nDevelopment and implementation of behavioral enrichment programs to elicit species-typical behaviors in a captive environment.Thorough and accurate written records for computer databases. Actively participating in team problem solving and decision making processes. Participates in team problem solving and the decision making process. Participates in NC Zoo programs, to include: behavioral management, enrichment and EMS programs. Required to participate in the zoo\'s occupational health program due to potential exposure to zoonosis. Position has rotating schedule that involves working holidays and weekends and involves both indoor/outdoor work. \r\nMay be assigned to work with other animal species in other work units as needed. \r\n \r\nKNOWLEDGE, SKILLS AND ABILITIES / COMPETENCIES:\r\n \r\n**To receive credit for your work history and credentials, you must list the information on the application form. Any information omitted from the application form, listed under the text resume section, or on an attachment will not be considered for qualifying credit.** \r\n\r\nMust have proven skills in:\r\nOperant conditioning in a positive reinforcement, protected contact system with elephants. \r\nEnvironmental enrichment \r\n\r\nMust have considerable working knowledge of animal husbandry to include:\r\nAnimal capture & restraint\r\nAnimal feeding strategies and species-specific nutrition\r\nSafety and safe practices around dangerous animals\r\n\r\nMust have a thorough knowledge of biology, including animal anatomy, physiology, ecology, and behavior for mammals\r\n \r\nQualified applicants meet the following skills and abilities:\r\nAccurate and thorough record-keeping and excellent and oral and written communication skills.\r\nMust be competent with computers and MS Office for research & daily reporting.  \r\nMust have good interpersonal relations/teamwork.    \r\nMust have good physical agility, strength, vision & hearing, and the ability to perform strenuous physical work in extremes of weather and challenging physical environments, e.g. outdoor animal enclosures. Specifically, this means the ability to lift 50 pounds, walk, stand, see animals & exhibits for observation and safety as well as hear animal\'s sounds, radio communication and emergency situations.\r\n \r\nMINIMUM EDUCATION AND EXPERIENCE REQUIREMENTS: \r\nGraduation from a two-year technical or community college with a degree in zoo animal technology or other related curriculum and two years of animal care experience in a zoo or related facility; or an equivalent combination of training and experience. Degrees must be from appropriately accredited institutions. \r\n \r\nSUPPLEMENTAL AND CONTACT INFORMATION: \r\nAll relevant experience must be included on application to receive proper credit.  Resumes are not accepted in lieu of state application.\r\n\r\nSEE ATTACHED RESUME WILL RESULT IN AN INCOMPLETE APPLICATION. \r\nTo receive credit, all experience must be included in the work history sections.  Any information omitted from the application but included in the resume will not be considered for qualifying credit.\r\n\r\nPersons eligible for veteran preference must submit a copy of Form DD-214.  \r\n\r\nDENR uses the Merit-Based Recruitment and Selection Plan to fill positions subject to the State Personnel Act with the most qualified applicants. When a salary range is posted, the actual salary will be based on relevant competencies, knowledge, skills and abilities, internal equity and budgetary considerations pertinent to the advertised position. The State of North Carolina is an Equal Opportunity Employer.  \r\n\r\nFor additional information, please contact: \r\n\r\nNC Zoo \r\nHR Department \r\n336-879-7310\r\n \r\nAPPLICATIONS MAY BE FILED ONLINE AT:\r\nhttp://www.oshr.nc.gov/jobs/index.html\r\n\r\nNOTE: Apply to the department listed on posting\r\nAn Equal Opportunity Employer, NC State Government\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1193, 'Hi Ed,\r\nTrying to log in but having difficulties. My email address is no longer confederate@rogers.com.( too much spam.)  I would like to change it to oclaffey@rogers.com.\r\nPlease help an old guy out:))\r\nJust got my January Forum, Thanks. The postal code L3X 2R5 was not on the envelope,\r\nCheers,\r\nOllie\r\n\r\nOllie') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1195, 'TGR Exotics Wildlife Park, Spring TX\r\n\r\nMINIMUM QUALIFICATIONS: Education and Experience: A High School diploma or GED, and two (2) years of animal care and handling experience (AZA or ZAA facility), excluding internships and personal pets.\r\n\r\nTYPICAL DUTIES: Feed and care for exotic zoo animals and clean and maintain animal enclosures. Involves: Prepare regular and special diets to feed animals. Feed and water animals. Clean, disinfect and maintain cages, enclosures and exhibit areas as needed. Maintain safety of animals. Monitor animal health and well being. Report animal illness or injury to appropriate staff. Assist veterinary staff as needed with administering medications, providing treatment and restraining. Provide care for animals such as by trimming beaks, nails and wing feathers, providing moisture for turtles, reptiles and birds, weighing animals and other services as needed.\r\n\r\nProvide assistance to other zoo staff and to the public. Involves: Identify maintenance problems and resolve or report as necessary. Assist with grounds and landscaping maintenance and construction. Answer questions from other staff and the public regarding zoo animals, exhibits and related. Public speaking, give tours, assists with events, camp and parties. Animal education background is a plus!\r\n\r\nKNOWLEDGE, SKILLS, AND ABILITIES: \r\n• Application of knowledge of care and feeding of zoo animals. • Application of some knowledge of American Zoo and Aquarium Association principles and practices. • Application of some knowledge of sanitation and disinfection processes. • Prepare and feed animals regular and special diet foods. • Maintain accurate logs and records of animal care and observation. • Establish and maintain effective working relationships with coworkers and the general public. \r\n\r\nOTHER JOB CHARACTERISTICS: • Requires mobility within a zoo environment. • Works around a variety of animal species with potential for physical harm from bites, kicks, heavy lifting and restraining animals. • Exposure to infectious diseases from daily contact with exotic and domestic animals including bacterial, fungal, parasitic and viral pathogens. • Work outdoors in TEXAS heat, rain and cold. • You must be able to lift 50+ pounds. We are a NON-Smoking facility. We drug test.\r\n\r\nSalary: negotiable\r\n\r\nPlease email resume and references to:   mail@tgrexotics.com\r\n\r\nContact person: Gwen Scott  281-353-5252\r\n\r\nVisit our website: www.tgrexotics.com\r\n\r\n\r\n\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1201, 'HI\r\nI was unable to sign in a couple of day ago so I requested my password but never recieved the email.\r\nThanks,\r\nJanelle Murphy\r\n\r\nAlso your website seems to be having problems.  At work I can\'t scroll down and last night at home the page would never load.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1205, 'I received an email that said I needed to renew my membership but I cannot log on. I\'ve tried asking for my password and trying different usernames but all seem to be invalid. I also sent an email asking for help a couple of weeks ago and have not gotten a response. I would like to renew my membership') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1209, 'Hi Ed,\r\n\r\nWanted to let you know that $500 for the gorilla issue is on its way from Cleveland AAZK.  Also, the site is not allowing me to log-in as a member, I have tried changing my password and am blocked, can you pass the word to Denise so I can get in, thanks. (not even sure if you are getting this)\r\nJulie') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1213, 'Hello. I renewed my membership on Dec. 19, 2013. I have not received a new membership card and I also have not received any publications since December. I was wondering if you could provide me with any information concerning this issue. Thank you for your time.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1215, 'Position Description:\r\nThe Gorilla Foundation is seeking an exceptional, dedicated, experienced individual to join our team as a full-time Gorilla Caregiver/Researcher, in an environment where gorilla care and interspecies communication research are highly integrated. This is an opportunity for a qualified individual to make a contribution to great ape care, research, conservation and education, by using two-way communication to facilitate gorilla care and empowerment.\r\n\r\nJob Responsibilities include providing daily care to two gorillas and their environment. This includes the monitoring, evaluation, and help in maintaining the physical and emotional health and well-being of gorillas Koko and Ndume through behavioral observations, enrichment, behavioral training, sign-language and other forms of two-way communication. Will clean and perform general maintenance of the indoor/outdoor gorilla facilities, assist with the preparation and delivery of meals to gorillas, and support and document communication-based research with gorillas, by learning American Sign Language (ASL), taking observational notes, filling out corresponding forms and participating in database entry and cataloging \r\n\r\nThis is an hourly full-time position from approximately 8:30 AM to 5:30 PM, 5 days per week. However, work-schedule flexibility is required, including the ability to work weekend days and evenings (e.g., 12-9PM)\r\n\r\nQualifications/Experience:\r\nApplicants must have a strong affinity for animals, as reflected in work and volunteer experience. Must be able to work effectively in a team environment, be hard-working, service-oriented and self-motivated, possessing a strong commitment to animal welfare and wildlife conservation. Excellent verbal and written communication skills are necessary. Applicant should have at least two years of full-time animal care experience (preferably with primates), and at least a 4-year degree in life sciences, biology, psychology, primatology, zoology, conservation or related field.\r\n\r\nThe applicant should be safety oriented and have experience in operant conditioning and training techniques. Ideally they should have some experience in performing or assisting with observational research. Knowledge of American Sign Language (ASL) is preferred.\r\n\r\nSalary is commensurate with experience. Benefits include health insurance, paid vacation time, sick/personal leave, paid holidays and a 403(b) retirement plan.\r\n\r\nTerm of Appointment: Full Time\r\n\r\nApplication Deadline: Until filled. \r\n\r\nContact Information:\r\nPlease send a letter of interest, resume and essay on “what Koko means to me” to:\r\n\r\nE-mail Address: ken@koko.org\r\nKen Gold, Ph.D.\r\n1733 Woodside Road #330\r\nRedwood City, CA 94061\r\nUSA\r\nTelephone Number: 650-773-5904\r\nFax Number: 650-851-0291\r\nWebsite: http://www.koko.org\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1219, 'The Phoenix Zoo is currently seeking full time Crew Leader for our Grounds Quality Team.  This position performs grounds quality services such as cleaning zoo pathways, restrooms, office areas, picnic areas, and disposes trash and recyclable materials.  Grounds Quality personnel also assist with set-up and tear down of zoo events and meeting facilities.  The Crew Leader serves as the Grounds Quality point of contact in absence of Grounds Quality Supervisor.\r\n\r\nMinimum qualifications for this position include previous custodial experience, ability to work a flexible schedule which may include varied shifts and varied days off, and a valid driver’s license.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require clear annual Tb testing.\r\n\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=613&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1222, 'The Cougar Mountain Zoo is seeking a full-time zoo keeper for the bird and mammal department, including carnivores. This position requires a self-motivated, energetic and flexible individual with a professional attitude and appearance. All candidates must be willing to work outside and have knowledge of the habits and hazards of working with zoo animals. \r\n\r\nCandidate will be responsible for but not limited to routine animal husbandry, habitat maintenance, behavioral enrichment/training, capture/restraint, veterinary procedures and interact with the public through tours, mini lectures and outreaches.\r\n\r\nMinimum requirements include a degree in Biology (or related field) and a minimum of 2 years paid zoo experience. Must work well with staff/volunteers and be willing to work outside normal hours including weekends/holidays and ability to lift 50#. \r\n\r\nSalary to commensurate with experience. \r\n\r\nSend cover letter and resume to: Robyn@cougarmountainzoo.org. \r\nwww.cougarmountainzoo.org\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1232, 'Tanganyika Wildlife Park is looking for a dedicated, self motivated, efficient  individual capable of working a large collection of Primates in a fast-paced environment.  Daily care of animals which includes diet prep, cleaning, feeding, enrichment, exhibit maintenance and care, must be able to tell individual animals apart within a group and understand animal behavior within the group.  Must be able to maintain training of  behaviors currently in place and be able to train new ones.  The best candidate must have a true passion and desire to work with Primates.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1233, 'A Bachelors Degree in a Biology related science or equivalent field experience is preferred.  Education is important to us however the individual we are looking for must know how to work around animals.  All potential applicants must complete a 2 day working interview at Tanganyika before possible hire.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1234, 'Starting wage is $9.00 an hour and all employees are under probation for 6 months at which time a performance review will be done to see if expectations are being reached. After 1 year of employment we offer paid vacation time and a Simple IRA.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1252, 'Not sure if this is the right email, but I wanted to pass on an observation about the functionality of the site - Love your new design, but the job search section is a little trickier to use now.  I\'m having a difficult time ascertaining the location of each job.  I\'m not sure if it was by design, but a feature to allow for easier browsing or sorting by state would be lovely.  As it is, I am having to open each listing, and even then I sometimes cannot tell and must google the facility advertising.  \r\nThanks!!! Kailey') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1260, 'Dear Publisher, \r\n \r\nOur mutual customer, Taipei Zoo, would like us to quote its 2014 subscription price to: \r\n \r\nAnimal Keeper\'s Forum\r\n \r\nPlease kindly advise me of the 2014 subscription price including shipping to Taiwan. If you offer agent discount, please kindly let me know as well. \r\n \r\nThank you. I look forward to hearing from you soon. \r\n \r\nRegards, \r\n \r\nGary Man\r\nJournal Department\r\nThe Leader Book Company\r\n4 F., No.2, Lane 90, Sec.2\r\nHo Ping East Road\r\nTaipei, Taiwan 10662\r\nTEL: 8862-2733-2592\r\nFAX: 8862-27386016') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1262, 'The Louisville Zoo is currently recruiting an individual to fill the role of Seasonal Worker - Keeper Aide for the Zoo’s Bird Department.  This is a unique opportunity to work alongside keepers in the care of a diverse collection of more than 400 specimens.  The Bird Department is active in AZA programs and manages the beautiful fruit dove, white-throated ground dove, Nicobar pigeon, and Madagascar teal captive populations.  The successful candidate will work directly with a permanent zookeeper and participate in many aspects of bird care and display including:\r\n•	Cleaning animal exhibits and holding areas\r\n•	Preparing diets\r\n•	Hosting visitors and interacting with them at public immersion exhibits\r\nThis paid position begins Tuesday, April 1, 2014 and ends October 31, 2014. The pay is minimum wage for Kentucky at $7.25 per hour.  The seasonal will work 35 hours per week over a five-day work week.  The employee must be able to work any day of the week, including weekends. \r\n\r\nIf interested, please apply by Friday, February 14, 2014 at 5 p.m. Eastern time.  To apply, please send a resume and cover letter to Ms. Cathy Bowling, Human Resources Administrator, at Cathy.Bowling@louisvilleky.gov.  EEO\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1267, 'Hello,\r\n\r\nI am the Secretary for the Brookfield AAZK chapter. I was wondering if someone could please help and tell me where I would be able to a get a list of current aazk members for my chapter? Or who I would need to contact to get one? Thanks.\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1275, 'I cannot get into my member account with the above email address to recover my password.  I went to the "recover account" and the email address it says is not one I recognize but says I do have an account.\r\n\r\nPlease help!  I want to look up previous proceedings for some research!\r\n\r\nCan email me at tgiffzoo@hotmail.com or call at 330-350-1658\r\nThanks, Tara') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1277, 'The Recreation Program Specialist- Education Manager is a full time position at Happy Hollow Park and Zoo.  Under the general direction of the Zoo Manager, this position is responsible for overseeing Happy Hollow Park and Zoo\'s Education Department and programs and ensuring that the standards of the American Zoo and Aquarium Association and all regulatory agencies are upheld.  The Education Manager is a member of a committee of park & zoo supervisors responsible for daily operation of the park and zoo, coordination of programs throughout the facility, developing and implementing facility-wide policies and procedures and ensuring public safety and customer service.  This position frequently serves as the Manager on Duty for Happy Hollow.  This position is responsible for supervising full and part time teaching staff, volunteer coordination, and office staff.  This position is responsible for managing and instructing Happy Hollow\'s education programs including; group outreach programs, early childhood classes, sleepover programs, onsite classes, animal shows, summer camps, and scout programs.  Responsibilities include; budget management, driving and maintaining the zoo van, managing supplies, animal handling, animal training, animal husbandry tasks, animal enrichment, processing registrations and curriculum writing. \r\n\r\nThis position also supervises the Volunteer Coordinator for a facility-wide volunteer program, implements and coordinates special events & entertainment, and develops and oversees the interpretive content of facility signage.  This position is also responsible for the dissemination of conservation and education messages through various media including printed and digital, interacts with the public answering questions and provides excellent customer service maintaining positive public relations. \r\nFor complete information including how to apply online for this position please visit: https://cityjobs.sanjoseca.gov/psc/prod/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1291, 'Good Morning,\r\n\r\nI am a Second Grade teacher in Spring, Texas.  We do not teach in the traditional sense as we are a Project Based Campus.  Our classrooms are student led and teacher facilitated. What this means is that, students are given a challenge and a driving question that will be the basis of their project. The state standards are embedded in the project requirements that they must research and show the depth of their knowledge in different variations of creativity. Our project that is coming up is about plants, animals, and animal habitats.  We are looking for someone to either conference call in or Skype with our Second Graders about animals and the habitats in which they live. We will write up a brief outline of what would need to be addressed for you and then you can add to the information with the knowledge you have.  Please contact me to let me know if we are able to set this up.  Thank you so much! ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1297, 'Now taking applications for spring, summer and fall internships.   3 month and 6 month internships available.   \r\n\r\nInterns gets experience in zookeeping,  outreach programs,  assisting with visitors,  animal training,  enrichment,  tour guides and more\r\n\r\nSeparate marketing internships also available.\r\n\r\nRequirements include:   must be able to work as a team,  able to work hard,  keep up a positive attitude,  follow instructions,  willing to learn,   valid drivers license,   back ground classes in zoology, agriculture, biology helpful but not required.\r\n\r\n  If you are looking for a simple internship this is not it,  if you want lots of experience and be in an environment where you can learn a variety of life skills and zoo skills and willing to work hard toward those then this is the internship for you.\r\n\r\nYou may also specialize in specific areas after initial one month probationary period and 3 month evaluation. \r\n\r\nVisit www.myfavoritezoo.com and go to the become involved link to view the full internship description, requirements, responsibility and stipend, housing options.  or click on http://www.northgeorgiazoo.com/internship-and-jobs.html\r\n\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1303, 'This is the first time that my chapter is re-chartering. Is there a way to file electronically? The re-charter packet that we received gives the option of filing electronically, but I do not know where to find electronic filing papers.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1307, 'My name is Bethany Keith I am 16 years old, I got to Garrard County High School, I am a Sophomore. I am a careing, loving, sweet girl who loves animals and would do anything to work with animals, like being a Zookeeper, I love going to the zoo and just seeing all the different kinds of animals, I have heard that you can volunteer to help around the zoo, I would love to do that one day just to get the exsperiance but where my family don\'t have alot of money they can\'t take me to my closes local zoo which is Louisville, Kentucky. I permontly live in Garrard, kentucky (the outside of it, which is Cartersville). Alot of people ask me, "why do you want to do that?" and all i say is "I love working with animals, it\'s always been my dream to" I know that if I get a job doing that one day I\'m not going to worry about how much money i\'m going to be making, i don\'t care about the money, I care about helping the animals making sure they are ok. Right now i\'m at school and I\'m in my Word Prosessing Class and we have to find a career that we want to do whenever we get older, I thing this is what I\'d like to do, I don\'t have a Email Address, the Email i put in is my Facebook Emial, but you could contact me on Facebook , my name on there is "BethanyandBrian Bourne" or call "(859)582-4337 that is my papaws number and if you call he will let me know that you do if you deside to. Thank you') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1311, 'This is a unique hands-on experience caring for all types of domestic and exotic animals; from bottle feeding our babies to caring for adult species. Llamas, camels, horses, min donkeys, bobcats, lemurs, badgers, deer, fox. and many more. A small stipend of $50.00 a week is offered along with free dorm-style housing and free laundry facilities on the property. we need to fill these positions by April, May. Public contact and tours is a major portion of this internship. Candidates must be dedicated individuals with knowledge of all aspect of animal care, including cleaning and maintenance to a variety of birds. Interns will personally handle and present our animals in public demonstrations.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1330, 'Must have some experience handling horses. Basic knowledge of all phases of horsemanship, riding, tacking, grooming, lunging and long lining. If you have a desire to work and learn alongside professional horse trainers, and gain experience in dressage, free style and theatrical entertainment styles, this is the position for you! This will give you an opportunity to perform in a live equestrian horse production. A 6-month commitment is preferred, starting in April 2014 or sooner.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1357, 'Dear Publisher, \r\n \r\nOur mutual customer, Taipei Zoo, would like us to quote its 2014 subscription price to: \r\n \r\nAnimal Keeper\'s Forum (Jan-Dec 2014 issues)\r\n \r\nPlease kindly advise me of the 2014 subscription price including shipping to Taiwan. If you offer agent discount, please kindly let me know as well. \r\n \r\nThank you. I look forward to hearing from you soon. \r\n \r\nRegards, \r\n \r\nGary Man\r\nJournal Department\r\nThe Leader Book Company\r\n4 F., No.2, Lane 90, Sec.2\r\nHo Ping East Road\r\nTaipei, Taiwan 10662\r\nTEL: 8862-2733-2592\r\nFAX: 8862-27386016') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1363, 'Cougar Mountain Zoo, Issaquah, WA\r\nPosted February 10, 2014\r\nApplication Deadline: OPEN UNTIL FILLED\r\n\r\nDescription \r\nCougar Mountain Zoo is seeking out an exceptional individual to run the education department. The successful candidate for this position must be energetic, enthusiastic, team-oriented, personable, able to multi-task, possess strong leadership skills and have a strong desire to educate visitors about wildlife and conservation. \r\n\r\nResponsibilities \r\nResponsibilities include, but are not limited to, managing the Education Department, (including volunteers and interns), giving and overseeing Guided Group Tours, Birthday Tours, Educational Outreaches, Mini Lectures, oversee training of volunteer and intern staff, interact with zoo visitors and educate them on zoo animals/conservation, manage membership and other zoo fundraising drives, perform zoo facility quality control checks, assist in the admissions booth and gift shop, backup for the General Curator when curator is off grounds, develop relationships with local schools and increase awareness of Cougar Mountain Zoo. \r\n\r\nRequirements \r\nMinimum (2) years’ experience in a management role, experience in education or public relations and excellent computer skills. Experience in a zoo setting preferred, but not required. Must be able to work weekends/holidays. (Required software knowledge of MS Word, Publisher, Adobe Photoshop and Excel). \r\n\r\nCompensation \r\nSalary and Benefits discussed during interview and based on experience. \r\n\r\nHow to apply \r\nEmail or send resumés with cover letter and three (3) professional references to robyn@cougarmountainzoo.org  Cougar Mountain Zoo, ATTN: Robyn Barfoot - General Curator, 19525 SE 54th St, Issaquah, WA 98027.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1369, 'Hi, \r\nI just renewed my membership however my billing address for my credit card and my mailing address for my subscription to Animal Keeper Forums are different - the current address on my account is my mailing address: Allison Waltz-Hill\r\n                46 Putnam Street\r\n                 Apt. 1\r\n                 Somerville, MA 02143\r\n\r\nMy billing address should be:\r\n\r\nAllison Waltz-Hill\r\n1504 S. Farmer Ave. \r\nTempe, AZ 85281\r\n\r\nThanks and let me know if I need to change anything for my payment to go through.\r\n\r\nAllison Waltz-Hill') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1371, 'The Kentucky Reptile Zoo internship program offers college students or recent graduates the chance to receive hands-on training experience at a facility with one of the most extensive and diverse reptile collections in the world. Starting dates are flexible, but a minimum of three months. Deadline to apply for the summer session is April 1st. For more information please visit our website at kyreptilezoo.org\r\n\r\nTo apply, send a cover letter, resume, transcript, and at least 2 (preferably 3) references to: reptilezoo@bellsouth.net') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1377, 'Hello, \r\nI am a current member and I cannot login to the Member section. \r\nMy name is Krista Bryant\r\nMy address is 3535 Round Rock Circle\r\n                       Lafayette, IN 47909\r\nCan you help? Do you need more information?\r\nThank you\r\n\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1385, 'Hello!\r\nI am looking for the keeper discussion boards but can\'t seem to find them on the new site! Are they gone? It was such a great resource!\r\nThanks,\r\nBecca\r\n\r\nRoger Williams Park Zoo\r\nProvidence, RI') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1389, 'I’ve logged into my member page but cannot seem to figure out how to post a job without having to enter my billing information again and being charged for a job posting.\r\n\r\nI signed up to be a member because I thought member would be able to post jobs for free.\r\n\r\nIs this not the case?\r\n\r\nCan you provide assistance on how to post a job for free as a member?') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1393, 'The Aquarist, with the support and assistance of the Senior Aquarist, is responsible for providing proper husbandry for aquatic animals, including daily observations of dietary and behavioral habits, performing exhibit and system maintenance tasks, and maintaining an inventory of assigned aquatic collections.\r\n\r\n•Work collaboratively with Husbandry team on best practices based on industry standards to fulfill these major job responsibilities.\r\n•Responsible for the daily care and husbandry of aquatic collections which may include marine fish, freshwater fish, and invertebrates. \r\n•Daily duties include but are not limited to: cleaning animal areas, diving tanks, prepping and feeding food, treating any injured/diseased individuals as necessary, working on the collecting vessel, and completing all necessary records and paperwork thoroughly. \r\n•Maintains the highest level of cleanliness of exhibits by following a regular maintenance schedule which includes but is not limited to: gravel cleaning, acrylic cleaning, water changes, filter changes, and system wipe downs. \r\n•Ensures the work space, tools, and equipment are clean, organized, and functioning properly. \r\n•May under the direction of the Husbandry Supervisor/Vet Staff/Dive Staff and other staff: identify, collect, and safely transport specimens to facility.\r\n•Responsible for the care of all living collections in any and all emergency conditions.\r\n•Completes all necessary record keeping requirements, follows department protocols, and completes procedural tasks with a high level of skill.  \r\n•Adheres to Federal, State, and Local agency laws, regulations, codes, and ordinances, as well as AZA guidelines. \r\n•May assist with acquiring specimens through organization of trades/loans/purchases with other zoological institutions, suppliers. \r\n•May assist with procurement of supplies and equipment. \r\n•May assist in the advancement and implementation of exhibit goals by contributing to the design and management of the exhibit development. \r\n•Must work independently as well as collaboratively with a team on daily routines and special projects. \r\n•Contributes to the mission of the California Science Center by stimulating curiosity and inspiring science learning in everyone by creating fun, memorable experiences. \r\n•Performs other duties as required.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1394, '•Bachelor’s degree in Biology, Fisheries, Zoology or related field required or equivalent experience. \r\n•Experience providing daily husbandry to aquatic animals, preferably at an AZA-accredited institution. \r\n•Knowledge of nutrition, disease, and identification of fish and invertebrates. Specific knowledge of temperate Pacific and tropical ecosystems highly desirable.  \r\n•Knowledge of water quality as it relates to the health and husbandry of aquatic species. \r\n•Must be able to swim and pass swim assessment.  \r\n•Rescue Diver certification required; AAUS Scientific Diver status preferred.  \r\n•Experience collecting animals and a history of diving in tanks and open ocean is desired. \r\n•Ability to perform and be certified in CPR/AED/O2. \r\n•Ability to lift and carry 50 pounds, kneel, bend, crouch, squat, and stand for extended periods of time. \r\n•Ability to work in wet conditions, indoors and out, as well as in inclement weather.\r\n•Knowledge of safe animal handling practices and maintaining a safe working environment. \r\n•Knowledge of modern principles and practices in a public aquarium setting is highly desirable.\r\n•Ability to work with hand tools, power tools, and heavy machinery if necessary. \r\n•Strong computer (MS Office programs such as Excel, Word, and Outlook) and organizational skills and ability to learn and work with custom record-keeping software (Tracks).  Existing experience with Tracks record-keeping system highly desirable. \r\n•Strong written and verbal communication skills.   \r\n•Ability to work a flexible schedule which includes weekends and holidays as required.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1396, 'Send Cover Letter, Resume and Salary History (A Must) to the HR Dept. via fax at 213-744-2673, email to HR@cscmail.org, or mail to the California Science Center Foundation, H. R. Dept, 700 Exposition Park Dr., Los Angeles, CA 90037. No phone calls please. EOE.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1441, 'AAZK,\r\n\r\nI would like to request any available information regarding a career in animal care at zoos.  I am ready to change my career for the benefit of animals and my own personal fulfillment.    \r\n\r\nTo narrow down the topic, I will share some information about myself and my current position in life.  I am 20 years old.  I have just graduated community college with an Associates in Art (with honors).  I am currently employed full-time as a cake decorator and looking for a career change.  I desire a career that I can truly be passionate about.  Animal care and environmental well being have always been my true passion.\r\n\r\nI live around Tampa, Florida and my local zoo directed me to contact the AAZK for further information regarding this career change.  Thank you for taking the time to read this and I hope to hear from you soon.\r\n\r\nSincerely, \r\nHeather Famulari\r\nhfamulari@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1445, 'I am interested in purchasing the BFR shirts.  However, my members are only interested in purchasing these shirts if it does not have the year in the design.  Is it possible to have the year removed from the shirt design?  Thanks!\r\n\r\nAlicia Pike\r\nPoint Defiance AAZK') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1449, 'Hello!\r\n\r\nThe Point Defiance AAZK Chapter does not have a website anymore.  Is it possible to have you use the link to our Facebook page?  It is...\r\n\r\n https://www.facebook.com/PointDefianceAAZK\r\n\r\nIf you are able to put in our email as well, it is pointdefianceaazk@gmail.com.\r\n\r\nThanks!\r\n\r\nAlicia Pike\r\nPoint Defiance AAZK Chapter, President') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1474, 'Sir / Madam,\r\n\r\nI am Engineering Student, pursuing my Engineering in Civil Engg.\r\nI cant say i am the best but i will assure you i would not let you down. I need a chance to help animals and do some thing for them. As am Belong to India and i know the situation of my country how the animals are treated here I feel help less to do something for them no one support me here.\r\nThey just say there is not enough things for human and you are thing for animals.\r\nI don\'t wanna host any show but with your help to do some thing for the animals.\r\nSo i request you to please give me an opportunity to be a part of Discover Team and do some thing for world of living.\r\nI can live in any situation any condition and any where. Just need your help\r\nI wanna Explore the " world of living " ( ANIMALS ). We humans are dead soul.\r\nI wanna learn new thing, protect them, and spend my whole life for betterment of them.\r\n\r\nif i can be a part of any kind of your activity in India I will be glade to join  and or any part of world.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1478, 'Hello,\r\nI am a renewing member. I\'ve been trying to renew my membership for this year. A link to reset my password was supposed to be sent to my email address. I\'ve tried three times today and have not received the email containing the link. Please help!\r\nThanks!\r\nAim\'ee Nelson') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1482, 'Hello!  I am writing to see if my dues and renewal of membership had been submitted already by the Audubon Zoo AAZK.  We had a turn over of Officers and are going to be holding elections.  My dues were going to be covered, but I have not received my membership in the mail. Please contact me to update me on the status as our President no longer works here.\r\n\r\nThank you for your time!\r\n\r\nKim Whitney') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1486, 'I reactivated my membership on Dec 25, 2013 but have not received any AAZK Forum or any contact from AAZK.  Has there been an AAZK Forum published this year?  I do see my profile listed here, but haven\'t received any communications, so just wondering.\r\nThanks!') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1490, 'I am having trouble logging in as a member. I would like to renew my national, and I have clicked on the link to have AAZK send me a new password. I have yet to receive that email, and am just really stuck. Please help! Thanks!') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1494, 'Hello my name is Tiffany and I am currently a student at Spokane Community College. I am going for a degree to become a Animal Behaviorist, my dream since I was a child was to be a zookeeper. I am writing to you for any advise on how I can be successful at achieving this goal. Thank you for your time, looking forward to hearing from you.\r\nTiffany Parks') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1498, 'Hello, i\'m a french student, i would like to be a zoo keeper in the USA. I search informations about the kind of studies in the USA. I hope u will help me about my questions. Thank you! \r\n\r\nJustine ROBERT.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1506, 'The Phoenix Zoo is currently looking for a full-time Horticulturist to join the existing Horticulture team in the installation and maintenance of landscape materials and irrigation systems.  Horticulturalists are responsible for multiple landscaping duties including raking, mowing, trimming, pruning and watering, as well as planting and fertilization of various landscape materials.  \r\n\r\nMinimum qualifications for this position include the ability to lift up to 50lbs. and perform heavy physical labor, and previous experience and/or knowledge of local plant palette is preferred.  Horticulturists must have a valid driver’s license, high school diploma or GED. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing. To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n  \r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=621&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1510, 'The Phoenix Zoo is currently seeking a full time Park Ranger to ensure the safety and well being of visitors, employees, living collections and facilities.  Park Rangers provide first-aid, security services and impromptu animal talks with the public.  The ideal Park Ranger will be able to engage guests in conversations about the natural world and present interpretive information, provide grounds surveillance, render first aid and/or emergency medical assistance when necessary, take command at scenes of accidents or disturbances, provide security support at special events, and inspect grounds for safety conditions.  \r\n\r\nMinimum qualifications for this position include a high school diploma or equivalent, possession of a valid driver’s license, ability to use or learn to use firearms, current possession or ability to obtain standard first aid and CPR certification, flexibility to work any shift including graveyards.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test.  This position will also require Hepatitis B immunizations and annual TB testing. To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=622&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1\r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1526, 'The Elephant Sanctuary in Tennessee is seeking a professional, experienced, highly motivated Lead Elephant Caregiver to join our elephant care staff.  The successful candidate will understand the dynamics of team motivation, the importance of training and empowering team members, and how to integrate elephant care and veterinary care into a “whole elephant” care management program in a collaborative team environment and workplace culture.  In addition, this individual must bring an authentic passion and a commitment to the long term care for elephants in sanctuary.\r\n\r\nImportant requirements for the position include: 1) Minimum three years Caregiver experience with elephants and/or large exotic animals; 2) Minimum three years proven, successful leadership experience leading others and building a team. 3) Experience in Protected Contact and operant conditioning\r\n\r\nLead care duties include:\r\n\r\n•	Supervising and training staff utilizing a goal oriented, flexible leadership style providing a clear sense of direction.\r\n•	Training elephants for new behaviors and maintaining pre-existing behaviors to facilitate husbandry procedures to ensure the health and well being of the elephant.\r\n•	Providing needed care for elephants with TB and conducting and administering required procedures or treatment.\r\n•	Providing foot care and administering veterinary approved medications.\r\n•	ATV activities that include the ability to safely navigate a large habitat.\r\n•	Observing and reporting signs of elephant health issues.\r\n•	Implement safety procedures in compliance with PC management.\r\n•	Establishing goals for staff and elephants, prepare progress reviews and periodic reports.\r\n\r\nAn overview of duties essential to providing integrated, whole elephant care include: \r\n•	Preparation and delivery of daily diets, browse and other forms of enrichment.\r\n•	Maintaining daily elephant care logs and record keeping to ensure elephants are receiving needed nutrition and care and to support veterinary prescribed care.\r\n•	Shifting elephants in and out of barn and/or habitat.\r\n•	Monitoring facilities and reporting needed repairs to the maintenance team.  Performing minor repairs to infrastructure.\r\n•	Cleaning elephant facilities including stalls and habitats.\r\n•	Assures all inventories are maintained at an adequate level.\r\nForward your resume and cover letter to: Email: humanresources@elephants.com or Fax: 931-796-7493,\r\n   No telephone calls please. All applications will be held in strict confidence. Website:  elephants.com\r\n \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1527, 'Important requirements for the position include: 1) Minimum three years Caregiver experience with elephants and/or large exotic animals; 2) Minimum three years proven, successful leadership experience leading others and building a team. 3) Experience in Protected Contact and operant conditioning') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1528, 'Forward your resume and cover letter to: Email: humanresources@elephants.com or Fax: 931-796-7493,\r\n   No telephone calls please. All applications will be held in strict confidence. Website:  elephants.com\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1553, 'Hello -\r\n\r\nI\'m trying to renew my AAZK professional membership, and I seem to be having problems with the login.  My information should be:\r\n\r\nEmmett Michael Henley\r\n\r\nPrevious addresses would be:\r\n2801 Quebec St. NW #447\r\nWashington, DC 20008\r\n\r\nor \r\n\r\n3021 Davenport St NW\r\nWashington, DC 20008\r\n\r\nmy current address is:\r\n\r\n3000 Connecticut Ave NW\r\nWashington, DC 20008\r\n\r\nAlso, my other email address is ouhenley@yahoo.com.\r\n\r\nDoes that information help?\r\n\r\nCheers\r\nMike\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1557, 'Since 2010 i have been a student of Groenhorst Barneveld Holland i\'m\r\nfolling the study Animal keeper. Right now I\'m working on finishing my\r\ntask and education. The final task of my internship, I have chosen to\r\ntrain the polar bears. I am supported by Marga Gerritsen. animal keeper\r\n/ enrichment coördinator from Ouwehand Zoo (Holland). This woman was\r\nreferring to mail me for specifics about the beginning of this training\r\nto this site. I would like to receive information from you in order to offer\r\nthese polar bears. Higher welfare \r\n\r\nSincerely, \r\n\r\nSebastian Ruben Jans \r\nstudent MBO4 \r\nGroenhorst Barneveld\r\n\r\nName: Ruben Sebastian Jans\r\n\r\nStreet_Address: Nicobaren 5\r\n\r\nStreet_Address2: Meža prospekts 1\r\n\r\nCity: amersfoort\r\n\r\nState-or-province: Utrecht\r\n\r\nZip-or-postal-code: 3825 ZB\r\n\r\nE_mail: 25277@groenhorst.nl\r\n\r\nPhone: +31639250699\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1561, 'This recruitment is being held to fill one full time vacancy in the Parks and Recreation division and to create an eligible list to fill future full time vacancies. The recruitment will also be used to fill part-time positions as needed. The position which is located at Micke Grove Zoo, will be responsible for maintaining the care, feeding, and cleaning of zoo animals. Candidates will need to be available days, evenings, weekends and holidays.\r\n\r\nMonitors the health and well-being of living animal collections by noting physical or behavioral changes, and takes appropriate action; observes for signs of illness or injury, including diet consumption and other variables used to assess animal condition; records and reports problems and consults with supervisory staff and veterinarian as necessary; captures, moves or isolates animals as circumstances require, ensuring safety of the animals, staff and the public. \r\n•  Prepares and distributes animal diets; prepares meals according to prescribed needs of animals; adds dietary supplements; maintains safe and sanitary food preparation and storage areas; monitors food and supplies inventory; prepares lists and orders food and supplemental items; rotates stock to ensure fresh food supply. \r\n•  Cleans, disinfects and maintains animal exhibits and veterinary facilities; removes waste; cleans and disinfects water bowls and water areas; rakes and disposes of leaves and litter; makes minor repairs to maintain integrity of enclosures; monitors for pests and predators; checks operating systems and makes seasonal adjustments as conditions require. \r\n•  Provides animal enrichment to simulate natural conditions; researches natural behavior and habitats; plans and implements training projects; documents effectiveness of enrichment provided; identifies and installs appropriate exhibit furnishings, such as perching, nest sites, foraging areas, resting platforms, landscape materials. \r\n•  Prepares, distributes, and documents medications, and provides health care under veterinary direction; may calculate and measure restraint drugs; captures or restrains animals for veterinary care procedures and animal management needs; monitors animals during post-operative recovery period. \r\n•  Maintains exhibits, grounds, service areas, and support facilities to provide a safe, attractive and healthy environment for animals, and the public; maintains operations of aquatic systems; monitors equipment to maintain required safety standards for zoo species and the public; assists in planning or design to update or create new exhibits. \r\n•  Supervises and inspects volunteer staff work; trains volunteer staff. \r\n•  Interacts with zoo visitors and general public; explains and enforces zoo regulations and policies; provides information on animal natural history, care and conservation; answers routine questions by zoo visitors; makes presentations to community groups; communicates with professional peers on questions affecting species management and care. \r\n•  Provides safe transport of zoo specimens for acquisition, disposition and/or veterinary medical needs and provides species-appropriate temporary housing as required. \r\n•  Prepares records and reports regarding zoo activities, as required. \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1562, 'Education: Graduation from a four year accredited college or university with major coursework in biology, zoology, wildlife management, wildlife ecology, animal behavior, or a closely related field. \r\nExperience: One year paid experience caring for zoo animals and/or exotic species in a zoo or similar setting. \r\nSubstitution: Additional qualifying paid experience caring for zoo animals and/or exotic species in a zoo or similar setting may be substituted for education on a year for year basis. \r\nAND \r\nSpecial requirements: 1) Upon job offer, incumbents must successfully pass a tuberculosis test and maintain a negative tuberculosis test for duration of employment; 2) receive inoculation for rabies within six months of employment. \r\nCertifications: 1) Obtain First Aid/CPR certificate within six month of employment; and 2) obtain firearm safety training certificate within six months of employment. \r\nLicense: Possession of a valid California driver’s license. \r\nNote: Supplemental application must be submitted with employment application.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1563, 'Health Insurance: San Joaquin County provides employees with a choice of three health plans: a Kaiser Plan, a Select Plan, and a Premier Plan. Employees pay a portion of the cost of the premium. Dependent coverage is also available. \r\nDental Insurance: The County provides employees with a choice of two dental plans: Delta Dental and Pacific Union Dental. There is no cost for employee only coverage in either plan; dependent coverage is available at the employee’s expense.\r\nVision Insurance: The County provides vision coverage through Vision Service Plan (VSP). There is no cost for employee only coverage; dependent coverage is available at the employee’s expense.\r\nFor more detailed information on the County’s benefits program, visit our website at www.sjgov.org under Human Resources/Benefits. \r\nLife Insurance: The County provides eligible employees with life insurance coverage as follows: \r\n1 but less than 3 years of continuous service: $1,000\r\n3 but less than 5 years of continuous service: $3,000\r\n5 but less than 10 years of continuous service: $5,000\r\n10 years of continuous service or more: $10,000 \r\nEmployee may purchase additional term life insurance at the group rate.\r\n125 Flexible Benefits Plan: This is a voluntary program that allows employees to use pre-tax dollars to pay for health-related expenses that are not paid by a medical, dental or vision plan (Health Flexible Spending Account $2080 annual limit); and dependent care costs (Dependent Care Assistance Plan $5000 annual limit).\r\nRetirement Plan: Employees of the County are covered by the County Retirement Law of 1937. Please visit the San Joaquin County Employees’ Retirement Association (SJCERA) at www.sjcera.org for more information. NOTE: If you are receiving a retirement allowance from another California county covered by the County Employees’ Retirement Act of 1937 or from any governmental agency covered by the California Public Employees’ Retirement System (PERS), you are advised to contact the Retirement Officer of the Retirement Plan from which you retired to determine what effect employment in San Joaquin County would have on your retirement allowance.\r\nDeferred Compensation: The county maintains a deferred compensation plan under Section 457 of the IRS code. You may annually contribute $17,500 or 100% of your includible compensation, whichever is less. Individuals age 50 or older may contribute to their plan, up to $23,000.\r\nVacation: Maximum earned vacation is 10 days each year up to 3 years; 15 days after 3 years; 20 days after 10 years; and 23 days after 20 years.\r\nHoliday: For current Civil Service employees: 14 paid holidays per year. For new employees: 10 paid holidays per year.\r\nSick Leave: 12 working days of sick leave annually with unlimited accumulation. Sick leave incentive: An employee is eligible to receive eight hours administrative leave if the leave balance equals at least one- half of the cumulative amount that the employee is eligible to accrue. The employee must also be on payroll during the entire calendar year.\r\nBereavement Leave: 3 days of paid leave for the death of an immediate family member, 2 additional days of accrued leave for death of employee’s spouse, domestic partner, parent or child.\r\nMerit Salary Increase: New employees will receive the starting salary, which is the first step of the salary range. After employees serve 52 weeks (2080 hours) on each step of the range, they are eligible for a merit increase to the next step.\r\nJob Sharing: Employees may agree to job-share a position, subject to approval by a Department Head and the Director of Human Resources.\r\nEducational Reimbursement Program: Eligible employees may be reimbursed for career-related course work up to a maximum of $850 per fiscal year. Eligible employees enrolled in an approved four (4) year College or University academic program may be reimbursed up to $800 per semester for a maximum of $1600 per fiscal year.\r\nParking Supplemental Downtown Stockton: The County contributes up to $17 per pay period for employees who pay for parking and are assigned to work in the Downtown Core Area.\r\nSchool Activities: Employees may take up to 40 hours per year, but not more than eight (8) hours per month, to participate in their children’s school activities.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1564, 'Apply Online: \r\nwww.sjgov.org/hr\r\n\r\nBy mail or in person: \r\nSan Joaquin County Human Resources\r\n44 N. San Joaquin Street Suite 330 \r\nStockton, Ca 95202 \r\nOffice hours: \r\nMonday – Friday 8:00 am to 5:00 pm; excluding holidays.\r\nPhone: (209) 468-3370 \r\nJob Line: \r\nFor current employment opportunities please call our 24-hour job line at (209) 468-3377. \r\nWhen a final filing date is indicated, applications must be filed with the Human Resources Division before 5:00 p.m. or postmarked by the final filing date. Resumes will not be accepted in lieu of an application. Applications sent through county inter-office mail, which are not received by the final filing date, will not be accepted. (The County assumes no responsibility for mailed applications which are not received by the Human Resources Division). \r\nSan Joaquin County Substance Abuse Policy: San Joaquin County has adopted a Substance Abuse Policy in compliance with the Federal Drug Free Workplace Act of 1988. This policy is enforced by all San Joaquin County Departments and applies to all San Joaquin County employees.\r\n\r\nEqual Opportunity Employer: San Joaquin County is an Equal Employment Opportunity (EEO) Employer and is committed to providing equal employment to all without regard to age, ancestry, color, creed, marital status, medical condition, national origin, physical or mental disability, political affiliation or belief, pregnancy, race, religion, sex, or sexual orientation. For more information go to www.sjgov.org/eeo.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1581, 'Hi!  I am looking for the "water column" articles that used to be on the old web site.  I know they were originally in the AK Forum.  Do you know where I could access that now?  Do you know what volumes and issues they were in the Forums?  \r\nThank you so much for your time!\r\nKendle') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1589, 'Hi, I had a couple of questions. \r\n\r\nOne, I had a change of address. I updated my address here on this site. Is that enough to begin getting my forums at my new house or are there more steps to take? \r\n\r\nAlso, is there a way to change my individual username?  "Aazkuser4987" is something I\'m never going to remember! \r\n\r\nThanks so much! \r\n\r\nJenna Schmidt ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1593, 'Hello Aazk.\r\n\r\nWe are a group of students from Denmark, Europe. We are studying Occupational Therapy and right now we are working on an assignment in a Danish Zoo, with focus on work environment. \r\nWe have observed several difficulties containing the Zoo keepers working postures during their cleaning of the Tiger and Lion cages. The cages have a wooden floor and tiles on the walls - the Zoo keepers use a broom for scrubbing these with. This working posture takes a lot of physical effort and is not healthy in the long run. We would like hear you, as an association, if you have any experience and suggestions to which these difficulties could be met and maybe solved. Furthermore if you have any materials that you think would be appropriate.\r\n\r\nWe will appreciate your answer and time. \r\nWe are looking forward to hearing from you. \r\n\r\nWith regards from Sandie, Nanna, Maria & Christoffer,  The Occupational Therapy School UCN. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1597, 'The North Carolina Zoo is looking for a dynamic, team-oriented leader that shares the Zoo\'s vision for a world famous elephant breeding program. This supervisory position involves the management of the African elephant breeding program for the North Carolina Zoo’s Watani Grassland Reserve exhibit. The program includes a state-of-the-art elephant barn, off-exhibit holding yards and two adjacent 3.5-acre natural habitat exhibits. The collection includes seven elephants, including two adult bulls. The incumbent will supervise a team of seven keepers and an occasional intern from a local community college’s zoo science program. The incumbent is expected to network with peers and other related facilities to stay abreast of the latest trends and methods, in order to constantly improve section programming.\r\n\r\n \r\n\r\nThe main focus of this job will be elephant management, including husbandry, training, natural breeding, artificial insemination, calf management, environmental enrichment and behavioral management. Under the direction of the Curator of Mammals and in conjunction with the Elephant Management Team, the incumbent will be responsible for developing, implementing, and communicating with others a comprehensive, written Positive Reinforcement Protected (Restricted) Contact elephant management system designed to meet program goals. (Protected Contact is a system for managing elephants that uses positive reinforcement training as the primary method to modify behavior. Directing the positioning and movement of the elephant is achieved through the use of targets. Keeper safety is achieved by elephant and keeper positioning relative to each other and to a barrier, which typically separates human and animal spaces.) \r\n\r\n \r\n\r\nOther duties also include:\r\n\r\nKey communications link between work unit staff and Curator/Vets/other Sections for information exchange \r\nDirect management and supervision of work unit staff including hiring, scheduling, work plan development, employee evaluation, and staff training \r\nResource management including preparing budget requests, tracking expenditures, ordering equipment and supplies \r\nIdentifying facilities maintenance and repair issues  \r\nSupervising the treatment of animals as directed \r\nAssisting keepers when needed with heavy lifting of hay, grain, manure, substrates, etc.; heavy duty cleaning and scrubbing is a routine occurrence. \r\nSystematic observation of animal health and behavior. Training and maintenance of husbandry behaviors, applying principles of operant conditioning, to gain cooperation of the elephants in their own care. \r\nEstablishing procedures/guidelines for staff \r\nDevelopment and implementation of behavioral enrichment programs to elicit species-typical behaviors in a captive environment. \r\nThorough and accurate written records and computer spreadsheets. \r\nLeading team problem solving and decision making processes. \r\nParticipates in and implements NC Zoowide programs, to include: behavioral management, enrichment and Environmental Management System (EMS) programs. \r\nRequired to participate in the zoo\'s occupational health program due to potential exposure to zoonosis. \r\nPosition has rotating schedule that involves working holidays and weekends and involves both indoor/outdoor work. \r\nParticipates on the zoo’s weapons team \r\nOther duties as assigned\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1598, 'KNOWLEDGE, SKILLS AND ABILITIES / COMPETENCIES:\r\n \r\nApplicants must document on the application their knowledge skills and abilities as well as all related work experience to the position for which they apply. \r\n\r\n \r\n\r\nMust have extensive working knowledge of animal husbandry of elephants, gained from working at a zoo or related facility, to include:\r\n·         Elephant biology, including natural history, anatomy, physiology, ecology, and behavior\r\n\r\n·         Animal training theory and terminology \r\n\r\n·         Animal feeding strategies and species-specific nutrition \r\n\r\n·         Safety and safe practices around dangerous animals \r\n\r\n·         Captive elephant husbandry, including all or some of the following: \r\n\r\n \r\n\r\nMust have demonstrated leadership and supervisory skills in guiding, planning, organizing and setting priorities for routine and non-routine daily tasks to manage day to day activities of the work team. \r\nMust have good interpersonal relations/teamwork skills. \r\nExperience with Microsoft Office, primarily Excel and Word programs, to effectively create and manage extensive written records. \r\nMust have good physical agility, strength, vision & hearing, and the ability to perform strenuous physical work in extremes of weather and challenging physical environments, e.g. outdoor animal enclosures. Specifically, this means the ability to lift 50 pounds, walk, stand, see animals & exhibits for observation and safety as well as hear animal\'s sounds, radio communication and emergency situations.\r\n \r\n \r\n \r\nMINIMUM EDUCATION AND EXPERIENCE REQUIREMENTS: \r\n \r\nGraduation from a two-year technical or community college with a degree in zoo animal technology or other related curriculum and four years of animal care experience in a zoo or related facility; or an equivalent combination of education and experience. All degrees must be from appropriately accredited institutions. \r\n \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1600, 'All relevant experience must be included on application to receive proper credit.  Resumes are not accepted in lieu of state application.\r\nSEE ATTACHED RESUME WILL RESULT IN AN INCOMPLETE APPLICATION. \r\nTo receive credit, all experience must be included in the work history sections.  Any information omitted from the application but included in the resume will not be considered for qualifying credit.\r\n\r\nPlease upload copy of college transcript (if applicable) or submit to address noted below by 5:00 p.m. on closing date to be considered.   \r\nPersons eligible for veteran preference must submit a copy of Form DD-214.  \r\nDENR uses the Merit-Based Recruitment and Selection Plan to fill positions subject to the State Personnel Act with the most qualified applicants. When a salary range is posted, the actual salary will be based on relevant competencies, knowledge, skills and abilities, internal equity and budgetary considerations pertinent to the advertised position. The State of North Carolina is an Equal Opportunity Employer.  \r\nFor additional information, please contact: \r\nNC Zoo \r\nHR Department \r\n336-879-7310 \r\n\r\nPlease visit our website at www.nczoo.org for additional information regarding our facility. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1604, 'Hello:\r\n\r\nI was trying to access my account to renew my membership however I seem to be having trouble logging in. I have already reset my password but am still having trouble logging in. I was using my email address as my username. My membership may also already be expired which is why I might be having trouble. \r\n\r\nThanks for the assistance,\r\nMaureen Miller ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1608, 'Hi there,\r\n\r\nI work for an environmental non-profit called Rock Creek Conservancy who partners with the National Zoo in DC every year for our Rock Creek Extreme Cleanup. \r\n\r\nOur contact at the National Zoo in DC has recently retired, and she indicated that the new cleanup leadership will be taken on by a member of the Zoo’s chapter of the American Association of Zookeepers— NCAAZK—National Capital chapter of American Association of Zookeepers.\r\n\r\nThis year, the 6th Annual Extreme Cleanup is set for April 5th from 9:00- 12:00. Could you please put my in contact with the correct person?') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1612, 'Hello AAZK! I was a member a couple of years ago, but my email doesn\'t register. I was wondering if you wanted me to resubmit my information as a new member or if you are able to retrieve my information. \r\nthanks and have a great day--\r\nLori Bankson\r\nBay Beach Wildlife Sanctuary\r\nGreen Bay, WI') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1616, 'Hi there, \r\nI would like to change the email address on my account from my personal email (elisebernardoni@gmail.com) to my work email (bernardonie@si.edu).  I am having a difficult time receiving e-newsletters to my personal email, and I am responsible for forwarding pertinent information to our chapter members.\r\n\r\nThanks!\r\nElise') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1620, 'I am trying to renew my membership. It is overdue. When I retrieved my account information it asked me to use the password reset page. I did, but I have not received the email to reset my password. I have been elected to an officer position within my local chapter so would like to renew soon. Thanks for your help!\r\n\r\nRobin') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1628, 'Hello,\r\nMy new email address has changed from: safehavenwildlife1@yahoo.com to: safehavenwildlife1@gmail.com.  How do I make this change on the AAZK site for my log in and profile?  Thank you,\r\nLynda Sugasa, Executive Director, Safe Haven Rescue Zoo') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1632, 'Hi AAZK!  I am contacting you in reference to our Institutional Member Login.  I just was able to login for the first time using login information off of our renewal invoice (yeah!).  I updated the contact information to me (Librarian) and the password.  I\'d like to update the associated email to our library email account as the current associated email has nothing to do with our department or library.  The correct email should be wdw.dak.library@disney.com.  Thank you, Angela Binney, Research Coord, Disney\'s Animals Science and Environment.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1636, 'Bob, \r\n\r\nI wanted to thank you for helping me acquire the affiliates membership, but now I don\'t know how to change my member name back to dbardone? So when my card comes it won\'t say "user" in the name space.\r\nA little help at your leisure, I would certainly appreciate.  Thanks so much. Hope all is well in Tucson. Nice work on all the improvements this years. Love the new magazine. \r\n\r\nPlease can you also describe the advantages of being an affiliate member vs. a volunteer membership. As neither my chapter President or I know what that allows me to do. According to her is grants me nothing more than a volunteer membership. Is that correct? Which means I am not allowed to participate any any NYCAAZK events on zoo grounds. \r\n\r\nThank you for your help.\r\n-Dawn\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1640, 'My name is Angela and I have filled out the application for the research grant. Are the grant applications supposed to be mailed to the 8476 Speedway address? Is there an email option for the applications to be sent?\r\nThanks for your time. \r\nAngela Harrell') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1644, 'Good day,\r\n\r\nBack in January I renewed my membership.  Unfortunately I am unable to find the email that contained my new membership card.  Would it be possible for you to send me another email with a copy of the card?  My local AAZK chapter is asking to see everyone\'s cards.  \r\n\r\nThanking you in advance for your help with this matter.\r\n\r\nMari-Joan McGovern') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1648, 'Hi,\r\n\r\nI have been having trouble with my account lately. Awhile back I called and got everything set and received the back issues of the AKF that weren\'t sent to me but I am still not receiving my AKF\'s. I never got the January issue. Please let me know if you need anything else from me.\r\n\r\nThanks,\r\nJennifer von Dohlen') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1660, 'The Phoenix Zoo is currently looking for part-time seasonal Experience Guides.  Guides initiate conversations and educate the public about animals encountered throughout the zoo.  Experience Guides provide a safe and engaging experience for guests by operating with an enthusiastic and motivational communication style.  Guides are responsible for explaining the rules at various animal encounters, and monitoring guests for crowd control and safety purposes, and maintaining the cleanliness of ride areas and equipment.  \r\n\r\nMinimum requirements include excellent public speaking and presentation skills with the ability to learn and communicate science concepts to the public, 1 year of customer service experience, and ability to work a flexible schedule including evenings, weekends and holidays. All Phoenix Zoo employees must pass a pre-employment background check and drug screen. \r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1661, 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=604&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n	\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1665, 'The Phoenix Zoo is currently looking for a Conservation Technician.  This is a paid summer internship in which the Conservation Technician is responsible for learning all aspects of the species conservation programs.  Conservation Technicians participate in field research and activities, and perform routine husbandry for all the species in the Conservation and Science Center at the Phoenix Zoo.  Interns will conduct at least one presentation about their research, fieldwork or husbandry.  \r\n\r\n\r\nMinimum requirements for this position include a HS Diploma with a preference for a candidate pursuing a Bachelor’s Degree in Life Science or related area, and at least one year of experience in animal husbandry. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1666, 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=625&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1670, 'The Phoenix Zoo’s Conservation and Science Department is offering a summer internship as a Conservation Technician.  This is a 3 month unpaid position where the intern will learn all about our Species Conservation Programs.  Interns participate in routine husbandry including monitoring diets, health and behavior of their assigned species.  Interns also have opportunities to participate in field conservation activities and assist with research projects in conjunction with Conservation and Science Department programs.  Interns will conduct at least one presentation about their research, fieldwork or husbandry.  \r\n\r\nMinimum requirements for this position include a HS Diploma and valid Driver’s License. The ideal candidate will be on a college track towards a Conservation, Biology or Life Science degree, have a basic understanding of wild animal care and husbandry, and be comfortable working in a variety of field conditions. This position will also require pre-employment background checks including a drug test and TB testing. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1671, 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=623&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1675, 'The Phoenix Zoo is seeking a part-time keeper to join our Hoofstock team.  This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting animal behavior, performing behavioral enrichment and animal training, and providing positive guest experiences. \r\n\r\nMinimum requirements include 6 months paid or 1 year volunteer experience in animal husbandry, possession of a valid driver’s license, and a preference for a candidate with a bachelor’s degree in Life Science or related field. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  \r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1676, 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=626&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1680, '\r\nANIMAL HEALTH TECHNICIAN\r\nCLEVELAND  METROPARKS ZOO\r\n\r\nThe Zoo Animal Health Technician provides para-professional assistance, clinical laboratory support, and nursing care in all aspects of zoo and wildlife medical practice.\r\n\r\nESSENTIAL FUNCTIONS:\r\n\r\n•  Facilitates and assists in a para-professional manner with medical/surgical procedures, clinical laboratory investigations, anesthesia, radiography, and necropsy, and maintains the surgical and other field and hospital instruments, equipment, and facilities in sanitary, functional order.\r\n\r\n•  Provides laboratory analyses including hematology, chemistry, parasitology, and other clinical pathological procedures, insures quality cntrol of the results, and maintains the diagnostic equipment in calibrated working order and the laboratory in a clean, professional state.\r\n\r\n•  Provides nursing care for animals under treatment or in quarantine, prepares and administers prescriptions and medication, monitors and reports animal behavior and condition, and provides appropriate supportive and custodial care.\r\n\r\n•  Takes varied samples from animals to support animal research.\r\n\r\n•  Orders and maintains health center drugs, equipment, and supplies; makes recommendations for purchases; maintains appropriate medical and clerical logs, records, and files; organizes and maintains collections of biological specimens.\r\n\r\n•  Provides work direction to students and other personnel, as assigned.\r\n\r\n•  Provides training and evaluations of veterinary technician students, assists in the training of veterinary and other students, and provides work direction to other personnel, as assigned.\r\n\r\nQUALIFICATIONS:\r\n\r\n•  High school graduate or equivalent.\r\n\r\n•  Graduate from an approved and accredited Animal Health Technology Program or equivalent, and eligible for registry as an AHT with the Ohio State Veterinary Medical Board.\r\n\r\n•  Two years experience assisting a licensed veterinarian, including demonstrated interest in, knowledge of, and experience with a variety of zoo and wildlife species.\r\n\r\n•  Demonstrated working knowledge of procedures, techniques, and equipment necessary to perform each essential function.\r\n\r\n•  Resourceful, observant, capable of recognizing subtle and potential problems in animals, endowed with common sense, able to work in a veterinary hospital environment, and to clearly communicate verbally and in writing with appropriate personnel.\r\n\r\n•  Must have a good driving record (less than six (6) active points on driving records at the application stage of the hiring process) and possess a valid Ohio driver’s license.\r\n\r\n•  Must be a non-smoker/tobacco user.\r\n\r\nFULL SALARY RANGE:  $39,774-$59,660 annually. \r\n\r\nTypical Hiring Salary: $39,774-$49,717 annually\r\n\r\nDATE POSTED:  02/20/2014	FILING DEADLINE:  03/13/2014\r\n\r\nTO APPLY:  Your cover letter must clearly explain how your skills and experience align with the above job qualifications.\r\n\r\nE-mail résumé referencing job #14032 to: resumes@clevelandmetroparks.com\r\n\r\n\r\nCleveland Metroparks is an Equal Opportunity Employer committed to a diverse and talented workforce.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1688, 'Hi, I am trying to renew my US professional level AAZK membership and am unable to access the site.  I went to the account recovery page and it is telling me that my email address is incorrect, but I receive my AAZK email there regularly.  I am not sure what else to do at this point.  Thanks,  Rachel') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1700, 'Hello, \r\n\r\nI am a memeber and I am not able to login.  I was trying to renew my membership, but can\'t get on to do so.  It says that the email adress I am using is not valid when I clicked on the "forgot your password" link.  My member number is  327952.  Thank you.  \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1708, 'I am unable to access my account.  Please let me know why.  We need to post an ad as soon as possible.  Also, the new format is less than ideal.  The postings should have the location of the job in the heading.  Often, the body of the posting itself does not even have the name of the zoo or the location of the job.\r\nThanks') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1716, 'Hello,\r\nI am having trouble getting into my member account.  I think there may be a problem with my onfile email address.  My user name is aazkuser6735, it keeps giving me an error with my password and then when I try to rest a link never comes to my email.  The email I would like to use is kerri.a.dancicco@disney.com.  \r\nThank you,\r\nKerri D\'Ancicco') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1720, '\r\nJOB DUTIES: Under general supervision; to clean, maintain, and improve animal enclosures, service areas and surrounds; to operate and maintain animal life support systems and facilities; to operate equipment and mechanical systems associated with animal husbandry; to transmit two-way radio calls; to provide information to the public; to assist in the preparation of enclosures for animals; to adhere to Zoo safety and security programs; to design and plan animal facilities; to identify supply, equipment and maintenance needs for animal facilities; to assist in pest control; to care for and handle zoo animals; to order and prepare prescribed animal diets; to present food in the proper manner and adhere to proper feeding schedule ; to observe animal behavior and report changes in feeding habits, diet, breeding behavior, health status, physical conditions, and abnormalities; to establish and maintain electronic communication between staffs; to complete and maintain required written records; to perform animal research, conservation, training and enrichment programs; to perform educational programs and give formal and informal presentations to the public; to provide personnel training programs; and to perform such other duties as may be assigned. Work hours are on-call for emergencies and include rotating shift, weekends, and holidays.  \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1721, 'EXPERIENCE:   The equivalent of two (2) full-time years in the care and handling of fishes, reptiles, and/or amphibians, OR one (1) year in the care and handling of fishes, reptiles, and/or amphibians at a zoo or aquarium, within the last five (5) years is required.  Additional experience with a variety of non-domestic animals, wildlife care or management, zookeeping, and other animal-related activities is preferred.  Experience with computers is desirable.   \r\nEDUCATION: Graduation from high school or G.E.D. equivalent required; college or university coursework in zoology or closely related field preferred; certifications, licenses, workshops, seminars, conferences and/or other courses applicable to fishes, reptiles, and amphibians management or care desirable.   \r\nKNOWLEDGE, SKILLS, AND ABILITIES: Knowledge of the characteristics, diet, husbandry requirements and habits of wild and domestic animals, including invertebrates, fish, amphibians and reptiles; knowledge of animal training techniques and appropriate enrichment; skill in safely and effectively handling and caring for a variety of animals; working in a safe manner; identifying work to be done and initiative to complete it.  Ability to visualize and recognize subtle animal behaviors and abnormalities; physically restrain a wide variety of fish, amphibians, reptiles, birds, and mammals; climb ladders; work in restricted spaces with difficult access; lift up to 75 pounds repeatedly; hear alarms, animal sounds, and coworkers; communicate effectively verbally, in writing and electronically; generate accurate records in writing and electronically; comprehend written and oral instructions and information; accurately receive and transmit two-way radio calls; operate equipment and mechanical systems associated with animal husbandry; perform basic math computations; take appropriate prompt and decisive action in emergencies; present a positive image to the public; comprehend written and oral instructions and information; and work cooperatively, harmoniously and effectively with others.  \r\nLICENSE/CERTIFICATION REQUIREMENTS: Possession of a valid Wisconsin Class D Driver’s License required if assigned as a Nightkeeper.  SCUBA certification is required within six months of employment.   \r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1722, 'Annual Salary Range:  $36,449 To $40,775\r\nMilwaukee County provides a competitive benefits package.\r\nThe Zoo promotes professional development of front-line staff, and offers support for participation in conferences, workshops, seminars, and conservation and research programs.\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1723, 'AN ON LINE APPLICATION, may be filed, COMPLETELY FILLED IN at www.jobs.milwaukeecounty.org , by 11:59 p.m. on April 3, 2014.  APPLICANTS MUST POSSESS MINIMUM QUALIFICATIONS AT TIME OF FILING APPLICATION.   Candidates will be asked to submit a full account of their training and experience and to report for a written test, performance test and/or oral interview, if deemed necessary, at a time and place to be set by the Division of Human Resources.        \r\n\r\nTHE EXAMINATION is open to qualified residents of the United States.  Appointee must establish residency in Milwaukee County within six (6) months of appointment and maintained during incumbency.\r\n\r\nEffective October 1, 1998, background checks must be conducted of all individuals appointed to positions covered by Wisconsin Act 27 of the laws of 1997 and Wisconsin State Statute 50.065.  This requirement impacts all positions authorized in the Milwaukee County Department of Human Services, Behavioral Health Division as well as other positions in County Service.\r\n\r\nIn accordance with the provisions of a Federal Court Order, #74-C-374 issued by U.S. District Judge Myron L. Gordon, ratio hiring based on race may be used in selecting qualified employees for this classification.\r\nPR 15 ORG UNIT 9500  LE-G 278-2070\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1727, 'Hi, I\'ve been a National Member of AAZK for about 10 years.  Our recharter can\'t be processed because I\'m not showing up as a member.  I just got a copy of AKF last month and did not get anything saying I needed to renew.  I went online anyway and my account can\'t be found.  I was hoping you could help me with this issue? \r\n\r\nThanks-\r\n\r\n-Bethany') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1731, 'Turpentine Creek Wildlife Refuge is a facility dedicated to rescuing abused, abandoned and unwanted big cats. The refuge, located in NW Arkansas, is seeking a full-time, 6-months Intern Keeper. The refuge is a non-profit facility of over 100 rescued exotic cats. Work is often physically demanding. Applicants must be self-motivated, with high desire to provide the best care available to animals. Applicants must also be observant and able to keep detailed records. The ability to work in a team environment or independently is important. A degree in Zoology, Biology or related field is preferred, but experience with exotic animal husbandry may be considered. 18 positions are opened each internship. Internships run every six (6) months. If you are looking for a full-time internship working around big cats you just may have found it.\r\n\r\nWork in a Captive Animal Institution - Responsible for the daily care of Tigers, Lions, Cougars, Black Bears, Grizzly Bear, Leopards, African Servals, Bobcats, Rhesus Macaque, and Hoof stock. Duties include animal husbandry, enrichment, record keeping of animal behavior, educational public tours, and customer service.\r\nPrepare and Present Information to the Public - Responsible for greeting customers and guided tours throughout the facility. Educate the public about each resident species and the direction of the facility\'s future.\r\nPrepare and Maintain Animal Housing - Responsible for maintaining animal and customer safety through daily exhibit checks. This includes routine landscaping, clearing habitats of underbrush, and providing animal enrichment.\r\nPrepare Diets and Monitor Feeding - Maintain food quality and hygiene standards of produce and meat. Prepare diets and monitor every animal\'s intake. Feed all animals and observe quantities of waste for diet recommendations. Record weight loss or gain for each animal.\r\nMonitor and Maintain Animal Health - Maintain daily records of animal defecation and any loss of appetite to identify any abnormal behavior and signs of illness. Administer daily medications. Prepare and maintain quarantine areas for recent rescues.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1734, 'New Fall Position begins: August 15, 2014\r\nDeadline for fall internship application: April 1st\r\nTo Apply: \r\n\r\nSend your cover letter, resumé, and 2 letters of recommendation to:\r\nemail: emily@turpentinecreek.org\r\nEmily McCormack\r\nAnimal Curator\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1738, 'This is an entry level zookeeper position. \r\nMaintain safe, clean and enriching environment for all animals in area.\r\nMake daily observations of animals and report any abnormalities to supervisor.\r\nPrepare daily diets and maintain safe and sanitary area of food preparation and storage.\r\nProperly complete animal records in a timely manner\r\nPreform keeper chats\r\nPerforms other miscellaneous duties as required\r\nAbility to communicate via radio with other team members') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1739, 'Experience with Exotic Animal Husbandry or Wildlife Management working with a zoo or other wildlife facility; Associates or Technical Degree in the Sciences, Biology, Veterinary Medicine, Wildlife Management, or Zoology; and possession of a valid driver’s license.\r\n\r\nKnowledge of the following: principles and practices of Exotic Animal Husbandry or Wildlife Management; safety procedures for working with wild animals; animal behavior and feeding habits; imperial Standard and Metric measurement systems. Regularly lift and/or move up to 50 pounds. Regularly works near moving mechanical parts and in outside weather conditions. Regularly exposed to wet and/or humid conditions, extreme cold, and extreme heat. Occasionally lift and/or move more than 100 pounds. Regularly works with animals that may cause bodily harm.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1749, 'Do you have member directories back to 1983/4 ?  While working at a small zoo called The Long Beach Zoo, in Long Beach, CA back in 83/84 we were listed in a professional directory and I was listed as a Zoo Keeper in that directory.  I thought the directory was called GLAZA, Greater Los Angeles Zoo Assoc.  Phone calls to them say no, they don\'t have anything like that.  So I\'m looking for other possible sources.  I know this booklet existed, I know LBZ was listed in it and I was listed as a Zoo Keeper in it.  Trying to find a copy or proof that I was listed in 83/84 directory.  Any suggestions?\r\nCandice Copeland, Social Media Director, National Wolfwatcher Coalition') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1753, 'Hi,\r\n\r\nMy name is Erica and I am emailing on behalf of Taronga Conservation Society Australia - I was wondering if the latest edition of the AAZK Enrichment Notebook was available for purchase as an electronic document? I couldn\'t seem to find it on the AAZK online shop.\r\n\r\nKindest regards, \r\n\r\nErica Shaw\r\nEnvironmental Enrichment Officer\r\nTaronga Conservation Society Australia \r\nTaronga Zoo\r\nBradleys Head Road\r\nMosman, NSW 2088 \r\nAustralia') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1761, 'The Elephant Sanctuary in Tennessee is seeking a professional, experienced, highly motivated Director of Elephant Care.  This individual must bring an authentic passion and a commitment to the long term care for elephants in sanctuary.  The successful candidate will be responsible for directing the day-to-day care and management of our elephants in a Protected Contact environment.  In addition to extensive elephant knowledge, Candidates must also understand the dynamics of team motivation and how to utilize a collaborative team environment and workplace culture to provide the highest standard of care for elephants.  .\r\n\r\nImportant requirements for the position include: 1) Seven to ten years experience in an exotic animal facility with a minimum of five years working with elephants; 2) Minimum five years proven, successful leadership experience leading others and building a team. 3) Proficient in Protected Contact elephant management.\r\n\r\nProgram Development Duties:\r\n\r\n•	Review and expand protocols and SOP’s for elephant husbandry and health care in coordination with Attending Veterinarian and Care Management Team\r\n•	Develop, review and broaden care staff training and continuing education programs\r\n•	Oversee elephant care training program \r\n•	Coordinate consultants and special projects related to training, foot care, nutrition, tuberculosis and other areas identified\r\n•	Develop and coordinate program for caregiver interns\r\nLeadership Duties:\r\n•	Understand sanctuary and challenges of providing day-to-day care\r\n•	Oversee developing herd relationships, socialization and the needs of an aging elephant population\r\n•	Supervise Lead Caregivers, attend vet rounds and all caregiver staff meetings \r\n•	Review and expand individual elephant care and training plans, providing training and problem solving as needed\r\n•	Provide input and expertise regarding non-invasive research, safety and TB in elephants\r\n•	Review and collaborate on facility design and updates\r\n•	Ensure compliance with all regulatory agencies\r\n•	Participate in organizational strategic planning for elephant care and facilities\r\n•	Participate in Senior Management Team meetings\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1763, 'Resume’s and cover letter’s to: Email: humanresources@elephants.com or Fax: 931-796-7493,\r\n   No telephone calls please. All applications will be held in strict confidence. Website:  elephants.com\r\n \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1780, 'Hello!!\r\nDo you have any standards or guidelines  about noise and zoo animals? Can you point us to research on the topic? We are espically  interested on loud noise, like amplified music and voices, coming from outside of the zoo. For example, loud, amplified music coming from a park festival site located just outside of a zoo. Anything you can provide will be gratefully received.\r\nWe have discovered that no such standards exist in the USA.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1792, 'Hello,\r\n\r\nI am having trouble signing into the website and I believe it\'s because my account is linked to an old email address that can no longer be accessed. My username is aazkuser5134. I also need to update my address for this account and have been unable to do so. \r\n\r\nThank you,\r\n\r\n~Jennifer Nelson') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1796, 'Hi my name is Ryan Clifton and I have been a part of the Point Defiance AAZK chapter for a few years now. I believe that I am over due in renewing my membership and I haven\'t done it online yet. Do I just go through the "New Member" registration or is there another route since I am not a new member?\r\n\r\nThanks for the help.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1800, 'North Georgia Zoo & Farm now hiring:\r\nWeekend & Seasonal: Zookeeping, Petting zoo, Outreach, Wildlife Educator and Visitor Experience \r\nFull time: Lead zookeeper,  Assistant Curator of animals.\r\n \r\n__________________________________________\r\n** Looking for team players\r\n**Willing to work hard\r\n**Clean background check\r\n**Valid drivers license\r\n**Good with people and animals\r\n*Positive attitude \r\n*Integrity and Honesty!\r\n\r\nLead Zookeeper: A minimum of 1 year of experience as a zookeeper. Responsible for own set of animals plus overseeing interns and other keepers at times. Will also be interacting with public. Full- Time\r\n\r\nRelief Keeper: Must have previous zookeeper experience. Experience with multiple species and animal groups a plus. Responsible to fill in for other keepers. Requires attention to detail. Need excellent communication and documenting skills. Able to work well with others. Seasonal full- time to part - time\r\n\r\nAssistant Curator/ Compound management:  Assist with overseeing the zookeepers, care of animals including animal medication and feeding of animals, assisting with babies.   Interns and scheduling encounters, presentations when open.  Training volunteers and interns for tours, keeper talks. Ensure exhibits are kept up and animal facility is maintained properly. \r\n\r\nVisitor Experience/ Ticket booth: Good with people, able to multitask, able to run a register. Responsible for checking in guests, sales and assisting the visitor experience team with animal presentations, pony rides, cleaning, signs and more. Will help oversea volunteers and interns. .\r\n*Management, delegating and overseeing experience a plus\r\nPart Time to Full Time.\r\n\r\n\r\nOnsite & Mobile Petting Zoo Help & Part time livestock help: Assist in farm animal area keeping the area clean for visitors and animals fed and watered. Helping with pony rides, animal encounters , bottle feeding when necessary.` Also train to do traveling pony rides and petting zoos. Help with the livestock programs when open. Assist in training of the livestock. Trailer driving experience a plus. Part - Time to Full Time,\r\n\r\nZookeeper / Outreach/ Animal Presenter:\r\nExperience with Animal Care and Public speaking. Full -time seasonal possible continue on as part -time. (starts spring)\r\n.\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1801, 'Experience in area applying is preferred.\r\n If you have no experience and would like to gain experience we recommend our internship and volunteering. We always prefer to hire from interns and volunteers when possible. \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1807, 'It has been some time since I\'ve logged into the website, but I noticed that reminders for membership expiration are now going thru email, so I wanted to make sure my information was correct.  I am being given a message that none of my information matches your records.  My membership may  be near its end for this year but I honestly can\'t remember.  Could this be the problem?  Thank you\r\n\r\nSteven Gottfried\r\nsbg1780@yahoo.com\r\n222 Coville Drive\r\nBrowns Mills, NJ 08015') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1815, 'Dear Sir or Madame,\r\nI am a master student at Philipps-University Marburg, Germany. My master thesis is focused on bontebok. Hence I am highly interested in a contribution to your 26th conference by J. Robertia (see below). Unfortunately it is not possible to get hold of this publication in Germany. Therefore I was wondering if it might be possible for you to send me this short publication via email or maybe point me a way to receive it.\r\n\r\nPublication data\r\nAuthor: Joseph Robertia\r\nTitle: A year in the life – a photographic study of horn growth and chromatic development in the pelage of bontebok calves (Damaliscus dorcas dorcas)\r\nIn: American Association of Zoo Keepers, northwest passages frontiers in zoo keeping, 26th national conference\r\nPages: 170-179\r\nYear of publication: 1999\r\n\r\nThank you very much for you effort in advance!\r\n\r\nSincerely \r\nElisabeth Hempel') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1823, 'Hello! \r\nI am an 11th grader at the American International School of Johannesburg. I am researching for an extended essay and I am looking for some organizations to participate in a questionnaire on the effectiveness of veterinary rhino dehorning on reducing/eliminating rhino poaching. I would love for you to participate if you are interested my questionnaire has a link below. Also, please complete the consent form. \r\nThank you, \r\nEnya CalibusoHello! \r\nI am an 11th grader at the American International School of Johannesburg. I am researching for an extended essay and I am looking for some organizations to participate in a questionnaire on the effectiveness of veterinary rhino dehorning on reducing/eliminating rhino poaching. I would love for you to participate if you are interested my questionnaire has a link below. Also, please complete the consent form. \r\nThank you, \r\nEnya Calibuso\r\nQUESTIONNAIRE\r\n\r\na)	The collected material from this questionnaire will solely be used for an academic research paper (titled ‘The Effectiveness of Veterinary Dehorning on Reducing/Eliminating Rhino Poaching’) for educational purposes. This research paper provides great insight into the effectiveness of the preventative method of veterinary dehorning on reducing/eliminating the number of rhino’s poached. \r\n\r\nb)	The questionnaire contains both objective and subjective questions. \r\n\r\nc)	If you have any questions regarding this questionnaire, please feel free to contact me at the email address provided below.\r\n\r\neni_calibuso@hotmail.com\r\n\r\nThank you very much for your participation!\r\n\r\nCONSENT\r\nBelow are details necessary for me to conduct my case study. Please fill in the necessary information. Your consent is required in order for me to use these details in my research paper.*\r\n\r\n\r\n1.	Name:\r\n\r\n2.	Profession: \r\n\r\n3.	Years of Service: \r\n\r\n\r\n4.	Name of Conservation Organization or Private/National Game Park:\r\n\r\n\r\n*Privacy Conditions \r\nIf you wish to remain anonymous, please select the appropriate box below. Your choice will be respected. \r\n\r\nYou may use and publish my comments and state my name in the research paper wherever required. \r\n\r\nYou may use and publish only my comments in the research paper wherever required. I would like to remain anonymous.\r\n\r\n\r\n_______________________________\r\n(Computer generated signature accepted)\r\n\r\n\r\nDate: \r\n\r\nhttps://www.surveymonkey.com/s/KF5JRKZ\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1831, 'The Phoenix Zoo is seeking a part-time keeper to join our Farm and Equine team.  This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting animal behavior, performing behavioral enrichment and animal training, and providing positive guest experiences. \r\n\r\nMinimum requirements include 6 months paid or 1 year volunteer experience in animal husbandry, possession of a valid driver’s license, and a preference for a candidate with a bachelor’s degree in Life Science or related field. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1832, 'To view a more complete description and list of requirements, and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=632&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1836, 'The Phoenix Zoo is currently seeking a full time Park Ranger to ensure the safety and well being of visitors, employees, living collections and facilities.  Park Rangers provide first-aid, security services and impromptu animal talks with the public.  The ideal Park Ranger will be able to engage guests in conversations about the natural world and present interpretive information, provide grounds surveillance, render first aid and/or emergency medical assistance when necessary, take command at scenes of accidents or disturbances, provide security support at special events, and inspect grounds for safety conditions.  \r\n\r\nMinimum qualifications for this position include a high school diploma or equivalent, possession of a valid driver’s license, ability to use or learn to use firearms, current possession or ability to obtain standard first aid and CPR certification, flexibility to work any shift including graveyards.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test.  This position will also require Hepatitis B immunizations and annual TB testing. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  \r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1837, 'This full-time, year-round position pays $9.82-$10.80/hour, DOE to start and comes with the full package of Phoenix Zoo benefits including medical, dental and vision insurance, 401(k) with company match, and generous paid time off.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1838, 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=622&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1\r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1842, 'Hi-\r\nI renewed my membership back in January and I have not received January, February or March\'s AAZK Forums in the mail.  I checked my address in my profile and it is correct.  3401 S. 96th St. Milwaukee, WI 53227\r\n\r\nThanks for the help!') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1846, 'Elephant Keeper - Trail of the Elephants\r\nMelbourne Zoo\r\n\r\nAppointment may be made at Trade Keeper Level \r\n\r\nSuccessful and growing Asian Elephant management and breeding program\r\nCommitted Protected Contact program for elephant management and training\r\nWe are seeking an experienced and qualified Elephant Keeper to join this thriving department at this unique and exciting time. We are making vital contributions to the regional breeding program and you will be working work with cows, calves and a breeding bull.\r\n\r\nThis key position will continue the development and evolution of Zoos Victoria\'s elephant program, with the target of providing best practice animal care in a holistic environment. Candidates will require significant elephant experience, including protected contact experience. You will also require a high level of competency in handling elephants, and an understanding of traditional and progressive training techniques. \r\n\r\nCandidates are highly motivated, energetic and cooperative team members. It is essential to possess well developed interpersonal and presentation skills, demonstrated experience in imparting messages and the ability to engage the general public. Candidates must have proven experience with elephant introductions, dynamic herd relationships, variable age structure, training for medical behaviours, vigorous animal exercise management and maintaining a challenging enrichment program. Experience in semen collection, artificial insemination conditioning, and birth/calf management is highly desirable. \r\n\r\nAs part of the Melbourne Zoo Animal Husbandry Team, you will be required to work a roster across a 7-day week, including weekends and public holidays, be capable of completing highly physical work on a daily basis, and hold a valid Australian driver\'s license or ability to attain one. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1847, 'For more information on this role, please go to www.zoo.org.au/hr Please submit a maximum 2-page cover letter, and resume by clicking on the "Apply" link below.\r\n\r\nIf you have any questions about this role, please contact Precinct Manager, Dominic Moss on +61 3 9285 9396 or dmoss@zoo.org.au.  \r\n\r\nApplications close Friday 21st March 2014\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1864, 'Hi,\r\n\r\nI have a few questions. I became a national member a few months ago, but haven\'t yet received an Animal Keeper\'s Forum. Also, my billing address is incorrect, although that is the correct address to receive the forum too. Please advise.\r\n\r\nThanks!\r\nElena Less') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1872, 'The Phoenix Zoo is seeking a Grounds Quality Supervisor to be in charge of all grounds quality services, procedures and grounds quality staff for the zoo.  The Phoenix Zoo Grounds Quality Supervisor is responsible for the recruitment and training of grounds quality associates, ensuring a clean park at all times, scheduling for the grounds quality team, supervising event and meeting setup, maintaining grounds quality supplies and SDS, assisting with procedure development and implementation, and performing grounds quality duties not otherwise staffed.\r\n\r\n\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1873, 'Minimum requirements for this position include at least 2 years’ experience in custodial field in a supervisory capacity, excellent teamwork skills as well as the ability to work independently, and must have open availability with the flexibility to work evenings and weekends.  All Zoo employees are required to pass a pre-employment background check and drug screen, this position will also require a valid driver’s license and annual TB testing.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1874, 'To view a more complete description and list of requirements and to apply for this position please visit our job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=631&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from our job page it is closed and we will no longer accept applications.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1886, 'I became a member in December of 2013 and have not received a copy of the Animal Keepers Forum.  How often is it supposed to come?  I emailed you last month about this and never received a response.  Please let me know how often and when I should receive the publication.  \r\nLori Speis') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1890, 'As a zoo docent, I am often asked about animal behaviors observed by the public. What would be an appropriate response when a giraffe is observed licking metal bars, wood, or walls? The behavior does not appear to be widely studied in zoos, and the U of Michigan study seems to be negative. Is "we don\'t know" still my best answer?\r\nThank you!\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1894, 'I am trying to locate previously published Animal Keeper Forums, an example being: 1996 Enrichment options-giraffes. Animal Keeper\'s Forum 23(8):448. Is there a way to locate past AKF? I looked through the website and could only find the current forum. Wondering if someone could help. Thanks! ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1898, 'A passion for husbandry, education, and conservation is required.\r\nResponsibilities include, but are not limited to, public speaking, landscaping, food prep, administration of medication, basic animal husbandry, monitoring of animal health, maintaining cleanliness of animal enclosures, and enrichment preparation and distribution.  Must be ready and willing to interact with large carnivores in exciting and entertaining shows for the public.  The ability to work in a team is paramount. A valid drivers license is required as the successful applicant will be expected to drive educational tours.\r\n\r\nApplicants should be in excellent physical condition.  He or she must be a proficient swimmer, be able to sprint, and be able to lift 75 pounds above your head on a regular basis. Applicants should have a vast knowledge of large carnivores and be prepared to cross train to other areas of the park. The ability to weld and operate machinery is a plus.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1901, 'Serious applicants may send a resume and cover letter to jeffreybharwell@gmail.com\r\nLetters of recommendation, and photos or videos of you working with animals are appreciated but not required. \r\n\r\nIf you have recently applied for our last opening I still have you on file and will contact you if you’re amongst the top candidates.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1909, 'General Zoo Keeper- Feed and care for exotic zoo animals. Clean and maintain animal enclosures. Prepare regular and special diets to feed animals. Feed and water animals. Clean, disinfect and maintain cages, enclosures and exhibit areas as needed. Maintain safety of animals. Monitor animal health and well being.  Be able to lift 50lbs.\r\nPublic speaking, give tours, assists with events, camp and parties. Animal education background is a plus!\r\nWork around a variety of animal species with potential for physical harm from bites, kicks, heavy lifting and restraining animals. • Exposure to infectious diseases from daily contact with exotic and domestic animals including bacterial, fungal, parasitic and viral pathogens. •Current TB Test required.  Work outdoors in TEXAS heat, rain and cold. • You must be able to lift 50+ pounds. We are a NON-Smoking facility. We drug test.\r\n\r\n\r\n\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1910, 'MINIMUM QUALIFICATIONS: Education and Experience: A college degree in biology or animal related field, and two (2) years of animal care and handling experience (AZA or ZAA facility), excluding internships, volunteering and personal pets.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1916, 'Tiger World located just 20 minutes north of Charlotte, NC has an immediate opening for an Animal Care Specialist to join our team and participate with caring for Big Cats, Bears, Primates, Birds, Reptiles & more.\r\n\r\nJob duties consist of but are not limited to; \r\n1. Daily inspections of animals and documentation.\r\n2. Preparation of food for animals including butchering and processing of meat and daily administration of supplements.\r\n3. Cleaning of exhibits and food prep areas. \r\n4. Operant conditioning of the animals and behavioral enrichment. \r\n5. Educational Tours, Keeper Talks, traveling exhibits. \r\n6. Handling of animals, crating animals for transport and participation with the Emergency Response Team.\r\n7. Assist with veterinary care and baby raising as needed.\r\n8. Assist with building and erecting of new exhibits and reconstruction and repair of existing exhibits and buildings. \r\n9. Maintenance of grounds in and around exhibits.\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1917, '1. BS degree in Biology/Zoology or related field or equivalent education, experience, and training. MINIMUM 1 Year Previous full-time paid experience in a zoological institution and ability to work in a harmonious manner with staff, volunteers and supervisors.  Previous Big Cat Experience required. \r\n2. Must be able to do some heavy lifting of at least 50 pounds.\r\n3. Must be able to work in unfavorable weather conditions including rain, snow, extreme heat, and freezing temperatures.\r\n4. Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\n5. Must be able to follow instructions and required policies and procedures.\r\n6. Must be honest, trustworthy and organized and be passionate about working with animals.\r\n7. Must have valid driver’s license and social security card.\r\n8. One [1] letter of reference/recommendation.\r\n9. Up to date vaccinations including for Tetanus and be TB Negative.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1918, 'Salary is dependent upon education and experience.  Vacation/Sick Time earned at 1 day per month of employment.  Health Care Stipend provided of $100 per month. On-site living opportunity is available for the right person.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1919, 'Please send your Resumé and Cover Letter to Careers@tigerworld.us along with your letter of recommendation. We also enjoy pictures of your past animal experiences with your application.  We carefully evaluate all applicants and will call for interviews over the phone. Select candidates will be asked to come to Tiger World for a working interview. Good Luck!') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1923, 'Hi,\r\nMy daughter, 3rd grader, is researching jobs in Zoology.\r\nI was curious to know if you have any information you can send to us regarding descriptions of different jobs and what schools specialize in this field.\r\nWe live in Chicago, but would love to come for a visit!\r\nMany thanks,\r\nDina Sarris') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1931, 'Hello,\r\n\r\nI\'m writing on behalf of the Chesapeake Chapter of AAZK.  We wanted to know if our individual memberships (for five members) and chapter recharter had been received.  Thank you,\r\n\r\nIan Shelley') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1939, 'Hi, wanted to notify you of an address change so I can continue to receive the forum. My new address is \r\n\r\n434 S 70th E Ave\r\nTulsa OK 74112\r\n\r\nI very recently changed it but have moved again. This is my current address; the one that should be used. Thank you so much. \r\n\r\nI haven\'t received last month\'s forum yet -- who should I contact about that? ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1943, 'The Herp, Chirp and Fur department at Out of Africa Wildlife Park encompasses a wide variety of over 50 different animal species including:\r\n•	Reptiles such as giant snakes, venomous snakes, venomous and non-venomous        lizards, and tortoises\r\n•	Birds such as parrots and macaws\r\n•	Small mammals such as servals, primates, and porcupines\r\n\r\nResponsibilities\r\n\r\nApplicant must be able to demonstrate abilities in the following areas:\r\n•	Performing husbandry tasks for and handling a variety of mammals, birds, and reptiles\r\n•	Assisting with minor veterinary procedures\r\n•	Keeping habitats and prep areas clean and sanitary\r\n•	Preparing meat and vegetarian diets\r\n•	Record-keeping\r\n•	Performing daily educational presentations on microphone to large crowds about the mammals and reptiles in our department\r\n•	Landscaping and habitat maintenance\r\n•	Performing inventory evaluations\r\n\r\nWe are currently looking for a new team member who has several years of reptile and bird experience. We have an expansive collection of snakes and lizards and we are a very hands-on facility.  All sources of experience are accepted including personal pets,  pet shops, and zoos.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1944, '•	Applicants must have a minimum of 5 years of experience working with reptiles and 2 years of experience working with birds\r\n•	Must be willing to work weekends and holidays\r\n•	Must be able to commit to 40 hours per week, year around\r\n•	Must be able to work outside in extreme temperatures and weather conditions\r\n•	Must posses a high school diploma or equivalent\r\n•	Must have valid ID and reliable transportation to work\r\n•	Must be capable of lifting 50+ pounds\r\n•	Must be a minimum of 18 years of age') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1946, '•	Send cover letter and resume to hcf_outofafrica@hotmail.com\r\n•	Provide a minimum of 2 references from previous employers including supervisor contact information\r\n•	Letters of recommendation may be requested at a later stage in the hiring process') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1950, 'I’ve been unable to reach you by phone to update our information regarding the American Association of Zoo Keepers Inc.. On behalf of the Lincoln Convention and Visitors Bureau, I would like to invite your organization to hold your event in the Prairie Capital City.\r\n\r\nOur staff at the Lincoln Convention and Visitors Bureau is devoted to making your meeting planning as easy as possible so you can enjoy yourself.  We have received high praise from those who have brought their events to the Prairie Capital City.  At your convenience, please call me at (402) 434-5339 or email me at tsimpson@lincoln.org  to discuss hosting your next convention in Lincoln. \r\n \r\nI look forward to from hearing from you soon.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1954, 'Hello! I\'m far from where you are located (Alliance,OH) but I am currently in a veterinary technician program and although I\'m 7+ months into my program, I\'m keeping my options open and was curious about possibly seeing what the requirements would be to become a zoo keeper? I know experience is a plus and educational background is a major part as we\'ll but I\'m not sure what they look for educationally. If you have any answers or know where you can point me into the right direction that would be great! Thanks so much :)') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1958, 'Hi there,\r\n\r\nI am the Treasurer of the Memphis Zoo AAZK Chapter and I was wondering if I could be put in contact with someone who could get us a copy of our 501(c)3 letter. I guess somewhere along the line of our officer changes in the past couple years it got misplaced. Any help would be much appreciated. Thank You!\r\n\r\nKelly Nation\r\nAAZK Memphis Zoo Chapter Treasurer') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1974, 'Hello, \r\n\r\nI am a current keeper at the Calgary Zoo. I am looking to get into contact with someone about restarting a local chapter of the AAZK. I realize we previously had a chapter that ended for some unknown reason but there are quite a few new and dedicated keepers here at the zoo that have a large interest in connecting with other keepers around north america and the world. I would like to head the local chapter and would like to get things rolling for us as quick as possible. \r\n\r\nThank you,\r\nRyan Ball\r\n\r\n\r\nPS I was a member for the last year but I recently had a new member of my own family and I am just now starting to pick up all the loose ends, including renewing membership. Thanks again.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1978, 'Happy Hollow Park & Zoo and the City of San Jose is looking for a Registered Veterinary Technician. Under the general supervision of the Zoo Curator and Consulting Veterinarian(s) this 3/4 time benefitted position provides paraprofessional medical care and treatment to all animals in the Happy Hollow Park & Zoo collection. The ideal candidate will possess excellent communication skills (verbal and written) and must have the ability to establish and maintain effective working relationships with other Happy Hollow Park & Zoo staff and the visiting public.  Familiarity and experience providing veterinary assistance to a wide variety of taxa including birds, carnivores, hoofstock, primates and herptiles and certification as an Animal Health Technician/Veterinary Technician is preferred.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1979, 'Education:  High School Diploma or equivalent (General Education or California Proficiency Certificate) \r\n\r\nExperience:  One (1) year of experience handling and caring for animals (non-domestic animals). \r\n\r\nLicenses or Certificates:  \r\n\r\nCertification as an Animal Health Technician/Veterinary Technician preferred \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1985, 'Position Overview:\r\nTwo 26 week (6-month) part time volunteer internships 24 hours (3-days) per week.  CuriOdyssey is looking for interns who can maintain a high level of personal motivation and a positive attitude by demonstrating their enthusiasm and high energy for each project they take on.  This program offers practical, on-the-job experience working with invertebrates, amphibians, reptiles, birds and mammals, and provides exposure to zoo careers.  Internship positions start in May, 2014.\r\n\r\nJob Requirements:\r\n1.	Good physical condition; able to lift and carry a minimum of 50 lbs.\r\n2.	Willingness to work outside normal business hours including weekends and holidays.\r\n3.	Willingness to work in small spaces and in all weather conditions\r\n4.	Good written and verbal communication skills\r\n5.	Good public speaking skills\r\n\r\nJob Responsibilities:\r\n1.	Daily animal husbandry, servicing animal habitats and holding areas.\r\n2.	Preparing diets and feeding the animal collection\r\n3.	Record keeping\r\n4.	Public speaking for animal talks\r\n5.	Behavioral observations and enrichment \r\n6.	Write a paper/report on behavioral observations\r\n7.	Create an enrichment project to be completed upon the end of the internship\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1986, 'Experience and Qualities Preferred:\r\n1.	Outgoing, personable and able to relate and work with the public\r\n2.	Reliable, flexible and energetic\r\n3.	Interest in wildlife and the environment\r\n4.	Experience in working with wild animals\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1988, 'Interested applicants should send a resume with cover letter and 3 professional references to Eunice Hui, Lead Keeper, CuriOdyssey, 1651 Coyote Point Drive  San Mateo CA 94401.  Or e-mail to ehui (at) curiodyssey (dot) org\r\n\r\n(All interested applicants must be available for an in-person interview to qualify for the internship)\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1992, 'To Whom it May Concern,\r\n\r\nI\'ve read the information what it takes to become a zookeeper, but I still haven\'t seen a definitive answer. I\'ve heard from some people in zoo careers that an internship only "counts" if it is with an AZA or ZAA accredited institution. Others have told me any exotic animal experience is adequate. I\'ve found an internship offer on this site\'s list that doesn\'t seem to be on the AZA or ZAA accreditation lists. With it being affiliated with the AAZK, would the internship still "count" as good experience? Or is what I\'ve been told false and any experience is good?\r\n\r\nAny information on the matter would be great! Thank you.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1996, 'The Ellen Trout Zoo is looking for motivated professional persons to become part of our team as Keepers.  Examples of duties include all aspects of daily animal care and maintenance including cleaning, feeding, watering, observing, enclosure upkeep, propagation, monitoring health, medicating under veterinary supervision, record keeping, informal education exchanges with zoo guests, and other aspects of professional animal care and management. \r\n\r\nKnowledge of husbandry and exhibitry techniques, nutritional requirements, behavior, common diseases, capture and restraint, and propagation methods is advantageous.  Must be able to work independently, follow a schedule, maintain accurate records and write meaningful reports.  Must be flexible and adaptable to working within the framework of a small zoo.  Must have a respect for animals, professional attitude about the work and about working as a member of the zoo team for the benefit of the animals.\r\n\r\nExperience with hand tools, carpentry and plumbing is beneficial.  Types of animals under the care of this person may include hippos, parrots, cranes, waterfowl, duikers, tortoises, and a variety of other mammals, birds, and reptiles.  Physical aspects of the job include: lifting logs, rocks, hay bales, and feed bags; enclosure construction / maintenance as well as maintaining the natural appearance of exhibits by placing logs, limbs, rocks, etc. in animal enclosures.   The job requires standing, stooping, sitting, twisting, walking and lifting of feed sacks and hay bales (minimum of 25-70 pounds.)\r\n\r\nCandidates must demonstrate good problem solving, written and oral communication, organizational and interpersonal skills.  Other duties include plant care in and around exhibits and assisting with projects and coverage in other sections of the zoo.  \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1997, 'Position requires Bachelor of Science degree in Biology or related field; good physical condition; ability to present a positive professional image of the City of Lufkin and the Zoo to members of the public.  The job involves working on weekends and holidays.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (1999, 'To be considered, you must submit all of the following 3 documents: resume, cover letter, and completed application.  Applications are available for download at http://cityoflufkin.com/hr/jobs.htm.  Mail these 3 documents to Celia Falzone, Ellen Trout Zoo, 402 Zoo Circle, Lufkin, TX 75904.  Please include your email address if you have one to facilitate correspondence.  Candidates must be able to be present for on site interviews.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2007, 'The animals of Stingray Bay are in need of a new Senior Keeper. Stingray Bay is a year-round touch and feed exhibit that currently houses around 30 cow-nosed rays and a brown-banded bamboo shark. We are looking to grow the collection to include animals such as horseshoe crabs and epaulette sharks. The area consists of a 17,000 gallon primary system with a 10,000 gallon isolation/holding system. The position of Senior Keeper is a non-supervisory working position that will ensure that all aspects of daily maintenance is carried out to the highest standards. He/She will work together with the Trail Manager and other departments to provide exceptional guest service to visitors and zoo staff.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. \r\n\r\nAll Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require an annual TB test and valid driver’s license.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2008, 'The applicant must have at least 3 years of paid experience with the care of elasmobranches and large life support systems. This will include but is not limited to high pressure sand filters, fluidized bed filters, fractionators, biotower filters, ozone generators, UV sterilizers, commercial heaters, chillers and chemical filtration. The candidate must also have extensive knowledge of water quality requirements for those systems including the understanding of the nitrification cycle, pH and buffering system, dissolved oxygen and all other elements that can affect the animals in the exhibit. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2010, 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at: \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=636&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.   \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2014, 'The Phoenix Zoo is currently looking for a Senior Keeper for our reptiles.  Senior Keepers must demonstrate significant knowledge of husbandry practices and be able lead and mentor staff in the performance of these practices.  Daily tasks include observation and reporting on all assigned animals, including dietary observations with a knowledge of nutritional requirements for assigned species, amend and update standard operating procedures and train staff on area SOP’s ensuring training protocols are being followed, initiate engagement and interaction with guests of all ages, develop interactive animal programs, perform cleaning and maintenance of assigned exhibits and make minor repairs when needed, and provide leadership in emergency situations. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. \r\n\r\nAll Phoenix Zoo employees are required to pass a pre-employment background check and drug screen, this position will also require an annual TB test and a valid driver’s license.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2015, 'This position requires a BS degree in Life Science or equivalent experience and at least 5 years paid work relevant to animal husbandry.  Other minimum qualifications include behavioral enrichment or operant conditioning experience, extensive knowledge of exotic animal nutrition and public engagement and communication.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2017, 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at: \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=635&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.   \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2021, 'The Phoenix Zoo is looking for 10 new Camp Zoo Instructors for our fun and educational summer camp programs. Instructors present interpretive education programs about the natural world to groups of Zoo guests. Camp Zoo is geared towards children ages 5-14; Instructors provide supervision and implement summer camp curricula.  We are looking for people who genuinely love kids and helping them make connections to each other, animals, and nature; will help provide amazing experiences for all campers; have a love of animals and conservation; are leaders; love having fun; bring energy to their job every day and enjoy being a part of a diverse and dedicated team.    \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Camp Zoo has been operating since 1965, just 3 years after the zoo opened. Come be a part of our ever expanding summer camp program, providing over 1000 children with the opportunity to get outside, be active and exploring nature, and connecting with the natural world in new and fascinating ways.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2022, 'Minimum requirements for this position include strong communication and public speaking skills, ability to work a flexible schedule, and strong interpersonal and teamwork skills.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require a TB test and a valid driver’s license with a clean MVR for operation of Zoo vehicles.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2023, 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://www.applitrack.com/phoenixzoo/onlineapp/default.aspx?internal=internal&district=&AppliTrackJobId=637&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1\r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2027, 'LEO Zoological Conservation Center, is a nonprofit, off-site breeding facility. We are located in Greenwich, CT, just an hour outside of New York City. The facility offers our animals a low impact, stress-free environment and we propagate for accredited zoological institutions.  We are closed to the public but allow a limited number of visits seasonally, split between Special Cause Groups and donors.  www.LEOzoo.org\r\nEssential job functions for this position include the day-to-day management of animals, feeding and providing for the general care and welfare. This position will be assigned to primarily work with our great ape collection. The ideal candidate will have at least 3 years of experience working with great apes. \r\n\r\nWe are seeking a keeper that has experience and working knowledge of great ape ecology and behavior. The selected candidate will be expected to adhere to primate safety policies at all times. Frequent requirements to move moderate to heavy objects and work on uneven terrain with exposure to varying weather conditions, dust and allergens are components of the position. Selected candidate will also be required to move about on slippery surfaces, handle toxic and/or hazardous materials and possible exposure to zoonotic diseases. May work from elevated positions and/or in confined or cramped spaces. The qualified candidate is expected to be a team player and requires excellent interpersonal skills, professional demeanor and professional appearance.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2028, 'Working with Orangutans requires a special skill set that includes, but is not limited to:\r\n•	Willingness to develop relationships with Great Apes\r\n•	Demonstrates patience, gentleness, respect, and consistency with animals in their care.\r\n•	Must be able to create or implement behavioral enrichment techniques.\r\n\r\n*Experience or interest in training animals is necessary as this person will be integrated into the training team which is involved with primates. \r\nA Bachelor degree from an accredited college or university in life sciences, zoo keeping, animal psychology or similar, related field is preferred. High School/GED may be accepted provided the candidate has multiple years of directly related work experience with great apes.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2030, 'Interested candidates must send cover letter, resume to info@leozoo.org. Faxed, mailed, and delivered resumes will not be considered. PLEASE, NO PHONE CALLS. Interested applicants must be available any of the seven days of the week. \r\n\r\nLEOZCC is an EOE/ Drug Free/Smoke Free Work Environment.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2051, 'I have not received my  copy of the Keepers Forum for this month. Is there any way I can get another sent to me? Have I not waited long enough to get it? I only ask because most of my fellow co workers have already received theirs and I\'m really excited for the gorilla issue :)\r\nThanks!') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2055, 'i would like to know the rules and regulations of bringing baby zoo animals into a domestic situation.even if you are a zookeeper in a small wildlife park in pennsylvania..the animal in question is a cougar.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2063, 'Under the general direction of the Zoo Director and Zoo Curator, the Senior Zoo Keeper is responsible for the supervision, training, scheduling, and assignment of Zoo Keepers, Trainees and Volunteers in safely providing a high standard of care for animals in the Happy Hollow Park & Zoo animal collection.  The ideal candidate will possess excellent communication skills (verbal and written) and must have the ability to establish and maintain effective working relationships with other Happy Hollow Park & Zoo staff at all levels. Familiarity with a wide variety of taxa including birds, carnivores, hoofstock, primates and herptiles as well as a background in animal training and enrichment are preferred. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2064, 'Education:  Completion of high school or equivalent General Educational Development (G.E.D) Certificate, or California Proficiency Certificate. \r\n\r\nExperience:  Three years of experience in the care of zoo animals, including one year in a lead or supervisory position. \r\n\r\nLicenses or Certificates:  Possession of a valid State of California driver¿s license may be required \r\n\r\nAcceptable Substitutions:  Course work from an accredited college or university in Biology, Zoology, Zoo Keeping, Animal Training and Management or closely related field can substitute for two years of the required experience on a year-for-year basis. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2066, 'For a complete description of this position as well as application instructions and the ability to apply online, please visit: https://cityjobs.sanjoseca.gov/psc/prod/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2070, 'A Zoo Keeper performs work involving the care of zoo animals and maintenance of cages, enclosures, grounds and service areas. The incumbent prepares diets for the animal collection; performs maintenance tasks for animal enclosures, holding and service areas; works with animal collection in preparation for presentations, capture and restraint, basic husbandry, and behavioral enrichment; and responds to general questions from the public regarding zoo animals. The work schedule includes weekdays, weekends and holidays as assigned. There is one part-time position vacancy being recruited for at this time, however, all candidates interested in employment in this classification are encouraged to submit their applications for consideration, as additional full-time opportunities may utilize the applicants from this recruitment at a later date.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2071, 'Any combination of training and experience equivalent to the following:\r\n\r\n1. Education: Completion of high school or equivalent General Educational Development (G.E.D.) Certificate, or California Proficiency Certificate.\r\n\r\n2. Experience: One year of experience in the care of non-domestic animals.\r\n\r\n3. Acceptable Substitutions: Successful completion of one year of course work from an accredited college or university in Biology, Zoology, Zoo Keeping, Animal Training and Management or closely related field can be substituted for the required one year of experience.\r\n\r\n4. Licenses or Certificates: Possession of a Valid California Driver\'s License may be required.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2073, 'To be considered for this vacancy, candidates must answer all job specific questions and complete all sections in the on-line application (including education and work experience); otherwise, applications will be deemed incomplete.\r\n\r\nFor a complete description of the position and the ability to apply online please visit:\r\n\r\nhttps://cityjobs.sanjoseca.gov/psc/prod/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2077, 'This part-time / temporary recruitment is being given to fill vacancies in the Parks and Recreation division and to create a referral list to fill future vacancies. This position which is located at Micke Grove Zoo will be responsible for maintaining the care, feeding, and cleaning of zoo animals. Candidates will need to be available days, evenings, weekends and holidays.\r\n\r\nTYPICAL DUTIES\r\n•  Monitors the health and well-being of living animal collections by noting physical or behavioral changes, and takes appropriate action; observes for signs of illness or injury, including diet consumption and other variables used to assess animal condition; records and reports problems and consults with supervisory staff and veterinarian as necessary; captures, moves or isolates animals as circumstances require, ensuring safety of the animals, staff and the public. \r\n•  Prepares and distributes animal diets; prepares meals according to prescribed needs of animals; adds dietary supplements; maintains safe and sanitary food preparation and storage areas; monitors food and supplies inventory; prepares lists and orders food and supplemental items; rotates stock to ensure fresh food supply. \r\n•  Cleans, disinfects and maintains animal exhibits and veterinary facilities; removes waste; cleans and disinfects water bowls and water areas; rakes and disposes of leaves and litter; makes minor repairs to maintain integrity of enclosures; monitors for pests and predators; checks operating systems and makes seasonal adjustments as conditions require. \r\n•  Provides animal enrichment to simulate natural conditions; researches natural behavior and habitats; plans and implements training projects; documents effectiveness of enrichment provided; identifies and installs appropriate exhibit furnishings, such as perching, nest sites, foraging areas, resting platforms, landscape materials. \r\n•  Prepares, distributes, and documents medications, and provides health care under veterinary direction; may calculate and measure restraint drugs; captures or restrains animals for veterinary care procedures and animal management needs; monitors animals during post-operative recovery period. \r\n•  Maintains exhibits, grounds, service areas, and support facilities to provide a safe, attractive and healthy environment for animals, and the public; maintains operations of aquatic systems; monitors equipment to maintain required safety standards for zoo species and the public; assists in planning or design to update or create new exhibits. \r\n•  Supervises and inspects volunteer staff work; trains volunteer staff. \r\n•  Interacts with zoo visitors and general public; explains and enforces zoo regulations and policies; provides information on animal natural history, care and conservation; answers routine questions by zoo visitors; makes presentations to community groups; communicates with professional peers on questions affecting species management and care. \r\n•  Provides safe transport of zoo specimens for acquisition, disposition and/or veterinary medical needs and provides species-appropriate temporary housing as required. \r\n•  Prepares records and reports regarding zoo activities, as required. \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2078, 'Education: Graduation from a four year accredited college or university with major coursework in biology, zoology, wildlife management, wildlife ecology, animal behavior, or a closely related field. \r\n\r\nExperience: One year paid experience caring for zoo animals and/or exotic species in a zoo or similar setting. \r\n\r\nSubstitution: Additional qualifying paid experience caring for zoo animals and/or exotic species in a zoo or similar setting may be substituted for education on a year for year basis. \r\n\r\nAND \r\n\r\nSpecial requirements: 1) Upon job offer, incumbents must successfully pass a tuberculosis test and maintain a negative tuberculosis test for duration of employment; 2) receive inoculation for rabies within six months of employment. \r\nCertifications: 1) Obtain First Aid/CPR certificate within six month of employment; and 2) obtain firearm safety training certificate within six months of employment. \r\nLicense: Possession of a valid California driver’s license. \r\n\r\nNote: Supplemental application must be submitted with employment application.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2080, 'Apply Online: \r\nwww.sjgov.org/hr\r\n\r\nBy mail or in person: \r\nSan Joaquin County Human Resources\r\n44 N. San Joaquin Street Suite 330 \r\nStockton, Ca 95202 \r\n\r\nOffice hours: \r\nMonday – Friday 8:00 am to 5:00 pm; excluding holidays.\r\nPhone: (209) 468-3370 \r\n\r\nJob Line: \r\nFor current employment opportunities please call our 24-hour job line at (209) 468-3377. \r\n\r\nWhen a final filing date is indicated, applications must be filed with the Human Resources Division before 5:00 p.m. or postmarked by the final filing date. Resumes will not be accepted in lieu of an application. Applications sent through county inter-office mail, which are not received by the final filing date, will not be accepted. (The County assumes no responsibility for mailed applications which are not received by the Human Resources Division). \r\n\r\nSan Joaquin County Substance Abuse Policy: San Joaquin County has adopted a Substance Abuse Policy in compliance with the Federal Drug Free Workplace Act of 1988. This policy is enforced by all San Joaquin County Departments and applies to all San Joaquin County employees.\r\n\r\nEqual Opportunity Employer: San Joaquin County is an Equal Employment Opportunity (EEO) Employer and is committed to providing equal employment to all without regard to age, ancestry, color, creed, marital status, medical condition, national origin, physical or mental disability, political affiliation or belief, pregnancy, race, religion, sex, or sexual orientation. For more information go to www.sjgov.org/eeo.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2096, 'Hi!\r\n\r\nI\'m a zookeeper at the Alaska Zoo, and while relatively new to having zookeeping be my full time job, I\'ve grown up in zoos through volunteer experiences.  Trying to track down new informational resources at a small zoo such as ours can be difficult.  I am a member of both the national and local AAZK chapters, and have a small library at home, but what I\'m looking for is an interactive web forum for professional zookeepers.  This does not appear to exist to the best of my knowledge.  What I\'m wondering is whether this is something that the AAZK has considered starting up on your website, given your current networking and communicative abilities with keepers from across the country.  It would be a fantastic place for keepers of all taxa to get together to discuss husbandry techniques, training procedures, enrichment ideas, exhibit design, etc.; all in basically real time, from their home or work computers.  It would be especially helpful for some of us "new" keepers, who don\'t have a lot of contacts yet in the field to ask questions of.  Monthly paper publications are excellent, as are books, but there\'s nothing like actual, live discussions with other keepers keeping the same animals as yourself.  I guess I\'m curious as to whether something like this already exists (I haven\'t been able to find it, even with extensive google searching) and if not, whether it would be possible to start up.  Thank you for your time! And if this message is directed at the wrong individual in AAZK, I\'d love to know who I could chat with about this! \r\n\r\nZach Shoemaker\r\nZookeeper, The Alaska Zoo') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2100, 'please please send me a hardcopy for my membership renewal.  I cannot access it online at all.  multiple tries and resets and someone there has fixed it before.  doesn\'t work.  would like to renew.  please send me a bill and i will!  i do not wish to manage my account online in the future at all\r\n\r\nthanks,\r\n\r\nlongtime member\r\n\r\nshannon finn.  37 elm st. blackstone ma 01504') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2104, 'please please send me a hardcopy for my membership renewal.  I cannot access it online at all.  multiple tries and resets and someone there has fixed it before.  doesn\'t work.  would like to renew.  please send me a bill and i will!  i do not wish to manage my account online in the future at all\r\n\r\nthanks,\r\n\r\nlongtime member\r\n\r\nshannon finn.  37 elm st. blackstone ma 01504') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2112, 'Hello,\r\nI am currently trying to retrieve my account information so I can renew my membership. I cannot seem to figure out my username/password. I still have my card which lists my old address. My information should be as follows:\r\n\r\nKaitlyn Olsen \r\n145 Hancock Rd\r\nNorth Wales, PA 19454\r\nProfessional Member\r\n\r\nCould someone help me retrieve my info so I can renew my membership? Thank you!\r\n\r\nKaitlyn Olsen') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2116, 'We recently joined the AZA as a commercial member and attended their Mid-Year Meeting in Memphis last week.  While there, many of the attendees said I should reach out to your organization and introduce our company.  I am curious if there is a way for us to put something together to inform your members that we have recently entered the zoo and aquarium marketplace.  We can guarantee lower prices than their current vendors, we don’t charge any art set-up fees, and we provide pre-production artwork and samples free of charge.  If you would like, I can send you samples of what we have done to this point for a handful of zoos as well as similar styled patches for law enforcement, fire, and military organizations, so you can see what we have to offer.  If you have any questions, please feel free to contact me directly.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2120, 'Utah’s Hogle Zoo is announcing the opening of a full time position as an Animal Keeper in the great ape and primate areas, within the Animal Care Department.\r\n\r\nThe Zoo is seeking a highly-qualified animal care specialist to provide superior daily care to many species of primates, preference given to those with experience working with western lowland gorillas and Bornean orangutans. Will be involved with exhibit maintenance, conservation breeding programs, introductions for housing, veterinary procedures, animal training and enrichment, addressing the media, education programs, research and caring for other animals or areas as needed.  \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2121, 'Applicants must be able to work effectively in a strong team environment, foster positive interactions with guests and other Zoo departments, serve as an ambassador for the Zoo and liaison to the Association of Zoos and Aquariums in regards to animal programs, and possess a strong commitment to wildlife conservation, animal welfare, and providing a high-quality guest experience. Excellent writing and public speaking skills are necessary. At least 3-years paid experience working with great apes is required. There is a strong expectation of experience in operant conditioning and training techniques and ability to uphold high enrichment standards. A degree in life sciences, biology, primatology, zoology or related field is preferred. \r\n\r\nApplicant must be able to work under diverse and variable weather conditions and be able to lift over 60 pounds without injury, bend, stoop, jump, and stretch. Good driving record required. \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2122, 'This is a full time year round benefit-eligible position. Wages commensurate with experience.\r\n\r\nSalt Lake City, Utah, is the gateway for outstanding outdoor activities with world-class skiing less than 30 minutes away and more than 20 National Parks and monuments within a few hours\' drive – this area is ideal for nature lovers!  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2123, 'Anyone interested in this position should send a cover letter and resume to Boanna Owens, Animal Care Supervisor (bowens@hoglezoo.org) by April 15, 2014. Utah’s Hogle Zoo is an Equal Opportunity Employer. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2127, 'Utah’s Hogle Zoo’s animal management is announcing the immediate opening of a full time animal care position, as a relief keeper in the Elephant Encounter area.\r\n\r\nThe Zoo is seeking qualified applicants for this full time, year round, benefited keeper position.  This position includes responsibility for the care and husbandry, and training of the resident pachyderms as well as other animals and areas as assigned.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2128, 'Applicants must be able to work effectively in a positive team environment, equally with guests, staff, and volunteers. Excellent communication including writing and public speaking skills will be necessary in the successful pursuit of this position.  Previous experience with pachyderms is desirable with an expectation of experience in and support of operant conditioning and training techniques, enrichment standards, as well as demonstrable public speaking skills.  Degree in life sciences, biology, zoology or related field preferred. Responsible for pachyderm management in a protected contact system, including daily husbandry, exhibit maintenance, training, observation, enrichment, and assisting in veterinary procedures, educational presentation, public relations and support aspects of the Zoo’s operation. Will also be trained to work in other animals areas of the Zoo, as assigned.\r\n\r\nApplicant must be able to work under diverse and variable weather conditions, in close proximity to visitors, be able to lift over 60 pounds, without injury, bend, stoop, jump, stretch an generally move quickly to avoid dangerous situation.  Excellent driving record required.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2129, 'Position includes an excellent benefit package, including medical, dental, retirement plans and paid vacation and holiday time.  Salary is commensurate with experience.  \r\n\r\nSalt Lake City, Utah, is the gateway for outstanding outdoor activities with world-class skiing less than 30 minutes away and more than 20 National Parks and monuments within a few hours\' drive – this area is ideal for nature lovers!  \r\n\r\nUtah’s Hogle Zoo is an EEO. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2134, 'Greetings,\r\n\r\nI am interested in learning about advertising rates in Animal Keepers\' Forum. The company I represent manufactures enrichment items and exhibit elements for zoos and aquariums. Can you please provide me with current ad rates for your publication, as well as availability, pay schedules, deadlines, etc.?\r\n\r\nThank you very much for your time and assistance. \r\n\r\nBest regards,\r\n\r\nRobert W. Mendyk\r\n(516) 287-6409\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2138, 'Hi, I got a reminder email about renewing my membership and when I log in to "my" account, it shows a different name. I\'ve tried to change it but can\'t seem to do it. Just want to make sure that my membership is up to date and under the correct name. Thanks!\r\nKristen Clark\r\nSmithsonian\'s National Zoological Park') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2142, 'Hello AAZ! I\'m a freshman at Golden Valley High School and would love to become a zoo keeper one day. I have a few questions about being a zoo keeper and would appreciate it if I can interview one of your employees. Please right back, thank you :)') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2146, 'The Director of Husbandry provides vision and is responsible for overseeing the Living Collection, Husbandry practices, appearance, living collection and operation of all assigned exhibits and support areas. This Assignments includes working in collaboration with the Veterinarian, Curator and Senior Vice President to provide proper husbandry for the living collections animals; acquiring new specimens; and collecting/participating in the sustainable management of the collection support tools, equipment, materials for the living collection. The Director oversees and fosters a team environment for a diverse team of professionals and volunteers including terrestrial, aquatic, dive staff and boating operations. \r\n\r\nMajor Job Responsibilities:\r\n\r\n-Responsible for the supervision of the Husbandry and Dive staff and for overseeing the care and management of all the Living Collections animals.\r\n-Participate in the acquisition of specimens for sustainable collection management through organization of trades/loans/purchases with other institutions, or collect/purchase as necessary.\r\n-Ensure adherence to Federal, State, and local agency laws, regulations, codes, and ordinances, as well as meeting AZA/USDA/OSHA standards.\r\n-Working with Senior Vice President, Oversee the development and implementation of policies and procedures related to living collection husbandry.\r\n-Direct and develop a diverse staff of employees and promote/foster a team environment.\r\n-Participate in the development and administration of annual operating budget, practices and protocols for the Husbandry department, procurement, practices and staff development.\r\n-Procure supplies and equipment and make recommendations for necessary contractual services.\r\n-Lead educational programs as required (presentations, lectures, tours, media spots, etc.). Maintain close working relationship with the State Curator and expanded team to develop exhibits and programs.\r\n-Occasionally travel on short notice and for extended periods as required to meet with other zoological professionals, to collect specimens, attend conferences and/or to transfer animals.\r\n-Attend and participate in professional group meetings and conferences to stay up to date on new trends and innovations within the field.\r\nServe as active member of the California Science Center Diving Control Board.\r\n-Contribute to the mission of the California Science Center and California Science Center Foundation by stimulating curiosity and inspiring science learning by creating fun, memorable experiences for the guests.\r\n-Perform other duties as required or as assigned by the Senior Vice President.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2147, '-MBA or Bachelor’s degree in Biology, Zoology, Marine Science, or related field required.\r\n-5+ years minimum supervisory / managerial experience at a zoo or aquarium type facility, preferably an AZA accredited institution, required.\r\n-10+ years in Husbandry role. Responsibility for co-chairing the AZA Accreditation and meeting all AZA, husbandry and permit requirements of the living collection.\r\n-Highly desirable to be a Certified AAUS diver with vast diving experience including tank diving and open Ocean diving, collecting and marine scientific diving.\r\n-Capable of running various aquatic tanks and collecting fish, as well as possessing a strong working knowledge of fish and marine invertebrate husbandry. Similar skills related to terrestrial, insect and rainforest animals strongly recommended.\r\n-Able to dive 4 hours per day and up to 20 hours a week. Must be able to walk ½ mile in full dive gear, as well as be able to lift 80 pounds. Must be able to work effectively in adverse weather conditions.\r\n-Demonstrated knowledge of managing a diverse staff, budget preparation and control along with strategic planning for developing goals, projects and assignments.\r\n-Demonstrated knowledge of Federal, State, and Local laws, regulations, codes, and ordinances as applicable to possessing native and exotic animals, insects and aquatic species.\r\n-Understanding of modern principles and practices of captive husbandry, exhibition, mixed species displays and collection management highly desirable.\r\n-Understanding of modern principles and practices of captive animal exhibit design, developing exhibit educational goals, exhibit aesthetics and public educational goals.\r\n-Knowledge of fish and other marine life of the Pacific Coast highly desirable. Knowledge of species of an Asian Rainforest, Sonoran Desert and native California species critical.\r\n-Experience captaining boats and full knowledge of boating operations, maintenance and safety/emergency procedures, vessel trailer transport, and boat launching strongly desired. \r\n-Strong public speaking skills with ability to provide formal lecture and educational presentations.\r\n-Strong organization and planning skills with attention to detail.\r\n-Excellent written and oral communication essential.\r\n-Ability to work a flexible schedule which will include some weekends, holidays and non-traditional hours.\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2149, 'Send Cover Letter, Resume and Salary History (A Must) to the HR Dept. via fax at 213-744-2673, email to HR@cscmail.org, or mail to the California Science Center Foundation, H. R. Dept, 700 Exposition Park Dr., Los Angeles, CA 90037. No phone calls please. EOE.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2166, 'General Purpose:\r\nUnder general supervision manage and operate zoo fresh water and saltwater systems and other zoo related aquatic functions. \r\n\r\nTypical Duties:\r\nManage water systems for life support of zoo animals. Involves: Establish and maintain daily and periodic routines for systems and features used in aquatic operations. Perform preventive and predictive maintenance on zoo water systems. Detail and document standard operating procedures for start up, general operation, cleaning and backwashes, scheduled and unscheduled system shut down for maintenance and water quality needs. Evaluate and establish schedule for specific equipment maintenance and operation including but not limited to Ultraviolet Sterilizers, sand and bio filters, pumps, valves, sensors, piping, chemical dispensers, degas chambers, ozone generators, and miscellaneous related equipment.  Maintain minimum United States Department of Agriculture and Association of Zoo’s and Aquariums accreditation standard; zoo exhibits and water features.\r\n \r\nConduct daily inspection of pools, ponds, waterfalls, drinkers, waterers, containers, dispensers, streams and aquariums for water quality, clarity and proper levels. Inspect and review water systems daily including valves, shutoffs, chillers, gauges, heaters, filters and treatment equipment. Perform routine and emergency repairs to a variety of different equipment. Interpret readings and make necessary adjustments daily to accommodate temperatures, pressures, flow requirements, quality, operational needs and animal health and routine requirements. Utilize computerized and other electronic and digital equipment and computers for recording, monitoring and operating systems and components. Report daily to direct supervisors and to animal collections and health staff on status of systems and any animal health issues. Direct and assist with various methods of analysis on and off site for water quality including laboratory, mechanical, and chemical processes. \r\n \r\nDevelop, enforce, and maintain standard staff, animal, and equipment safety operating procedures and plans and utilize necessary safety equipment and materials. Involves: Maintain materials, supplies, and work area. Prepare and order supplies and materials for projects. Conduct research to identify current and best material for projects. Maintain supplies, equipment and materials in an orderly fashion. Assist with exhibit maintenance including construction and/or installation of structures and components as needed throughout zoo facilities. \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2167, 'A High School diploma or GED, and three (3) years experience with an institutional water system involving filtration and treatment or a chemical laboratory facility for liquids involving sampling and testing and reporting of results.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2169, 'Interested applicants must go to www.elpasotexas.gov to apply. Applications are only accepted online. Applicants are encouraged to apply immediately. This position will close once a preset number of qualified applications have been received.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2185, 'The Phoenix Zoo’s Animal Care Center is seeking a Senior Veterinary Technician to join our existing veterinary team. The Senior Vet Tech is expected to assist with most procedures, provide direct assistance with patient care, perform clinical pathology, routine husbandry when needed and hospital upkeep. The position is also responsible for ordering and stocking supplies, billing, medical record keeping and inventory management. Additionally, this is a teaching facility and the individual in this position will be expected to work closely with veterinary interns and externs on a regular basis.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.\r\n\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2186, 'Minimum qualifications for this position include an AZ State Veterinary Technician License, possession or ability to obtain certification as a Veterinary Technician Specialist in the field of zoo of medicine within 3 years, 5 years of veterinary technician experience within a clinical setting, ability to trouble-shoot medical machinery and experience with Medarks or other zoo-based computer medical record systems. The ideal candidate will also have 2 years practical veterinarian technician experience in a zoological setting, exceptional interpersonal and communication skills, both verbal and written, excellent organization skills, efficiency, and multi-tasking capability, and be computer proficient with experience using word processing and spreadsheet programs. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing and a valid driver’s license.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2187, 'This position has a starting hourly wage of $14.30 - $18 DOE with a generous benefits package that includes 4 weeks of paid vacation/year, medical/dental/vision insurance, 401(k) with company match, and many other perks that come along with being a Phoenix Zoo employee.\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2188, 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=640&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2192, 'Hello,\r\n\r\nMy name is Kelsey Wise and I had signed up on the aazk website to become a member. However, I have not yet received a membership card. My payment went through on February 28th, 2014. I was wondering if it hasn\'t been sent yet and if you could possible send one out to me? \r\n\r\nThank you\r\nKelsey ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2196, 'Seeking an animal keeper to care for a diverse collection of large ungulates, ratites, and one bull rhinoceros at a fast-paced wildlife park.  Keepers will also be required to interact with the public as a tour guide. Experience with large hoofstock is preferred. Position is full-time. Schedule includes weekdays, weekends, and holidays as assigned. Applicants must be willing to work outside in extreme weather conditions.\r\nResponsibilities include, but are not limited to, animal care and husbandry, habitat maintenance, enrichment, diet preparation, daily upkeep of animal logs, and assisting with veterinary procedures as needed. Approved applicant will also be responsible for conducting educational and entertaining safari tours among free roaming animals in our natural serengeti habitat.\r\n  \r\nOut of Africa is an equal opportunity employer. \r\nDrug test required.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2197, 'Degree in biology or related field is required. Applicants must have good observation and communication skills, work harmoniously with fellow staff and supervisors, and be able to work independently. An outgoing, positive personality is essential. Background in large animal husbandry and public speaking preferred. Must be able to lift 75 pounds. Ability to drive large vehicles and stick shifts a plus.  \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2211, 'I have not yet received my copy of the gorilla edition of the Keepers Forum. I renewed my membership when it was suppose to come out, would this have any effect on when or if  I receive my copy?\r\nThank you for you help, I\'m really looking forward to seeing this issue.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2215, 'We are in the beginning stages of planning The International March for Elephants and Rhinos, and are looking for volunteers who would like to help. We plan to hold a rally and march on Oct 4th. I am located in Seattle so I am looking for volunteers in my specific area. Please put them in contact with me. There  will be marches in multiple other cities so perhaps you could help get the word out in those cities also.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2219, 'Tigers for Tomorrow is a non-profit facility dedicated to the well-being, safety and care of all animals. The facility is located in Northeast Alabama in the foothills of the Appalachian Mountains.  Tigers for Tomorrow has 2 positions available for 6 month, full time interns. Tigers for Tomorrow is home to over 160 animals and is a last stop. Work is physically demanding, and being self-motivated while working in a team environment is important. Working in various weather conditions  is required as well as weekends and holidays. This is a strict no contact with predators positions.\r\nInterns are responsible for:\r\nBasic husbandry of horses, farmyard animals, hoofstock, and big cats bears and wolves\r\nCleaning and maintaining habitats and animal housing\r\nPrepare diets and monitor feeding daily\r\nMake daily observations of animals and report any abnormalities to supervisor\r\nProviding animal enrichment\r\nPresenting and educating the public by means of tours and talking with the public \r\nRequirements:\r\nBe able to lift 50 pounds\r\nWork in outdoor conditions\r\nWork 6 days a week from 8am-6pm, or until done\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2240, 'Hello,\r\nI am trying to log onto the AAZK website and cannot remember user name or password.  The email associated with the account is no longer a valid email.  The correct email is diane@galvtx.us.  Would you please send me a new user name and password?\r\nThanks') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2244, 'Reports To: Director of Wildlife\r\n\r\nPosition Summary:  To assist the Director of Wildlife (DOW) in the management of the animal collection at African Safari Wildlife Park. To provide keeper supervision in the absence of the DOW. \r\n\r\nMajor Job Responsibilities:\r\n•	Reports directly to the DOW\r\n•	Will gain knowledge of all AZA and USDA standards of care and husbandry related to the animal collection\r\n•	Will assist DOW in oversight of the Capture Team including training, qualification, drill practice and feedback, maintenance of equipment, and record keeping\r\n•	Responsible for maintenance of the MSDS books for the Veterinary Clinic and Keeper areas\r\n•	Responsible for compiling and keeping current the Animal Diet Book. Will participate in animal diet and nutrition determination \r\n•	Will work with the DOW and keeper staff to create/ document enrichment, and participate in additions or changes in enrichment practice\r\n•	Will assist the Veterinarian in medical procedures.  Responsible for cleaning and maintenance of the Veterinary Clinic\r\n•	Responsible for supervision of the keeper staff in the absence of the DOW including scheduling changes and job performance\r\n•	Will assist the keeper staff in the performance of their duties\r\n•	As needed with the assistance of the keeper staff will determine the need for veterinary intervention and make the necessary contacts\r\n•	Will ensure optimum husbandry of the animal collection in the absence of the DOW\r\n•	Responsible for park shutdown including gates and Walk-Thru\r\n•	Will report all concerns as necessary to the DOW\r\n•	Works with the DOW in exhibit design and alternation\r\n•	Together with the DOW responsible to assist in maintaining appropriate USFWS permits, USDA records and reports and compliance with all state and federal regulations related to the animal collection\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2245, 'Necessary Skills:\r\n•	Bachelor’s degree in related field preferred\r\n•	Knowledge of animal husbandry in a wide variety of species \r\n•	Five years’ experience working with exotic animals\r\n•	Excellent people and team building skills\r\n•	Knowledge of animal needs in exhibit design \r\n•	Veterinary technician skills helpful\r\n•	Strong computer skills \r\n•	Excellent public speaking and communication skills \r\n•	Capable of problem solving and crisis management\r\n•	Ability to multi-task\r\n•	Experience in management preferred \r\n•	Will present a friendly, courteous and helpful demeanor to all guests at all times\r\n\r\n\r\nEssential Functions\r\n•	Walk, stand, sit, kneel, stoop, crawl, twist, reach above head, pull, bend, climb stairs and ladders, and carry up to 70lbs.\r\n•	Be able to stand for long periods of time up to 8 hours\r\n•	Be able to work in adverse weather conditions\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2246, 'How to apply: \r\n1. Visit http://www.africansafariwildlifepark.com/_upload/documents/jobs.pdf African Safari Wildlife Park to complete the application. \r\n2. Email completed application, cover letter and resume to info@africansafariwildlifepark.com \r\nIf you have questions please call 800-521-2660 \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2250, 'Responsible for day to day care of the animals including but not limited to observations, feeding, watering, cleaning, detailed reporting, enrichment, and exhibit maintenance. Responsible for enforce zoo rules and answer questions from the public.\r\n\r\nMust be able to lift 50 pounds. Looking for a team player capable of positive interaction with co-workers and guests. Must be able to work weekends and holidays. Must be able to work in all weather conditions. \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2252, 'How to apply: \r\n1. Visit http://www.africansafariwildlifepark.com/_upload/documents/jobs.pdf African Safari Wildlife Park to complete the application. \r\n2. Email completed application, cover letter and resume to info@africansafariwildlifepark.com \r\nIf you have questions please call 800-521-2660 \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2256, 'Hi, can I submit the 2015 ABMA conference announcement?\r\n\r\nABMA is going to Denmark!  Join us at our first European conference April 13-18, 2015  Our site visits will include our conference hosts Copenhagen Zoo and Odense Zoo.  We will be staying at the seaside Nyborb Strand Hotel and Conference Center.  We gave many interesting speakers lined up and this conference promises to continue our usual stimulating discussions.  Please join us in Denmark and "See the World Through Behavior!"') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2260, 'hello my name is vera nakisha scholz.i have a big question: im from germany i live in the USA since 2007 july.Im a cirtified zookeeper from germany( 3years of school/working in the zoo straubing) plus 1 year of working there as a zookeeper. i send around 50 applicationen out and still got no job offer.so my question  is what do i have to do/what do i have to have to work in a american zoo???Qualifications Eduction do i have to go to school??? if yes the only way i can do that if i work/go to school,thats the only way i can do  it.do i have to be in the AZA admission to have a bigger chance.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2264, 'Hi, \r\n\r\nI was wondering how and when the online university will be up and running. I was told once that you can start classes on there and then have to finish the program at the conference. Is this true and will it be available by this September\'s conference? I was also looking at the conference schedule and didn\'t see any time set for these classes. I am a member and want to attend but would also like to take a class or two if possible. \r\n\r\nThank you \r\n\r\nKyle Alexander') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2268, 'Hello, my 21 year old son is interested in becoming a zookeeper. He\'s checking out the vet tech program at Mesa Community College in Mesa, AZ. And, he volunteers at PHS (Phoenix Herpetological Society). We recently found a 12-month certificate program at Cat Tails just outside of Spokane, WA and want to check that out as well. Do you have any feedback on Cat Tails zoo management program?\r\n\r\nThank you,\r\n\r\nEileen Eisen') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2272, 'Hey I have been a member for a few years now, but I am not able to log on to the new site.   It always sends me the new code to reset my password and it does so successfully but when i sign in it says invalid no matter how many times i redo the password.   \r\n\r\nbasically I need access to the site again as well as:\r\n- i need to change my mailing address \r\n2593 Redding Rd. NE North Atlanta, GA 30319\r\n- I was a former aquarist II at the Downtown aquarium in Denver i have left and, my new position and facility are:  Aquarist II - Georgia Aquarium\r\n\r\nthanks for your help.\r\n\r\nEric Carlson\r\nericcarlson86@gmail.com\r\n309.825.0368') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2276, 'I am a current AAZK member and am having trouble signing into my account. I have tried to reset my password by entering in the one that gets emailed to me account and it still says its wrong.  I did also try the account retrieval.  I know I have to renew my membership soon, so perhaps thats part of the problem.  Any insight would be helpful!  Thank you!!!!') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2280, 'Hello,\r\n\r\nI am the newsletter editor for the Colorado State University Zoology Club.  As the newsletter editor it is my goal to not only inform members of club news but also to provide interesting stories and interviews related to animals. For our next newsletter I was hoping that I might be able to interview someone from AAZK about how they got where they are and the importance of these kind of organisations.  This would be an email interview. Hopefully you can email me back and I can send you some questions.  \r\nThanks,\r\n-Julia Tedrow') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2298, 'The Phoenix Zoo is seeking a part-time keeper to join our Reptiles team.  This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting animal behavior, performing behavioral enrichment and animal training, and providing positive guest experiences. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2299, 'Minimum requirements include 6 months paid or 1 year volunteer experience in animal husbandry, possession of a valid driver’s license, and a preference for a candidate with a bachelor’s degree in Life Science or related field. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2300, 'To view a more complete description and list of requirements, and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=647&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nResumes are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2304, 'Way back in about 1978-80, I was a zookeeper at the Tulsa Zoo in the bird department. About that time, several us formed a local chapter of the AAZK. I helped with the newsletter by creating a few comic strips chronicling a few incidents in the life of a zookeeper.  \r\n\r\nI would love to show these to my son and to have copies of the newsletters, if they exist. (I lost my copies in a house fire in 1991.)  If you have any of these newsletters archived and it is easy to scan them, I would greatly appreciate that.  Or, if you have ideas about where I might find someone who has copies of the newsletters, if you can send me their name and contact information that would be great as well. Back then Steve Walker was the local Chapter leader, as I recall, in case that helps with tracking these down.\r\n\r\nThank you for any leads you might provide.\r\n\r\nSincerely,\r\nBeth Mathews') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2312, 'Safe Haven Rescue Zoo is an accredited wildlife sanctuary located in northern Nevada that provides permanent placement for illegally owned and abandoned exotics.  Safe Haven also provides rescue services to native orphaned and injured wildlife.\r\nCandidates will be responsible for daily animal care of permanently housed animals, educational presentations to the public, assisting with habitat building, light office work and participation in annual fundraisers.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2313, 'Applicants must be 21 years of age with at least two (2) years of related studies in biology, zoology or animal husbandry.\r\nMust have valid driver\'s license and own vehicle.\r\nMust be willing to work varied hours and in inclement weather.\r\nMust be able to lift at least 50 pounds.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2319, 'I\'m with the HR department at the Arizona-Sonora Desert Museum. ASDM is an institutional member. Sandi Lehman\'s, Executive Assistant,  name is the one that comes on the Forum label. I used to be able to log in and post job openings. The site no longer recognizes my email address.\r\n\r\nWe have an opening in our HIIZ department for a keeper. Please help.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2323, 'Hi, \r\n\r\nWe are in the process of representing the owner of the Panama City Beach, FL Zoo….listing it for sale. Being this is such a unique property, I’m trying to reach out to all resources as far as Zoo associations to hopefully find a way to market this. I’m wondering if there is any national association that maybe I can send out marketing information to the members (people who would be interested in purchasing a zoo or may know of someone). Any help or suggestions are appreciated.\r\n\r\nThank you,\r\nBuffy\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2327, 'The Phoenix Zoo is seeking a part-time Grounds Quality to perform custodial services, clean restrooms, picnic tables, water fountains, offices, benches and other items on Zoo grounds.  Grounds Quality personnel also help with event set-up and tear down, arranging tables and chairs according to event requests.    \r\n\r\nMinimum requirements include ability to work a flexible schedule including evenings and weekends, and possession of a valid driver’s license. All Phoenix Zoo employees must pass pre-employment background checks including a drug test, this position will also require clear annual Tb testing.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. \r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2328, 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=630&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2332, 'The Arizona-Sonora Desert Museum’s department of Herpetology, Ichthyology and Invertebrate Zoology seeks an enthusiastic individual to join our team. The successful candidate will have strong knowledge and experience in husbandry specific to invertebrate zoology (entomology or other sub discipline). Experience with venomous reptiles, knowledge of husbandry specific to herpetology, and basic knowledge of aquatic systems are highly desirable. Comfort with presenting lectures to the public along with the ability to learn presentations skills and materials are desirable. Knowledge of the Sonoran Desert region is beneficial. The successful candidate is expected to continue to seek and acquire education/knowledge in several fields. Must be able to work weekends and holidays as required. Must be a quick learner and a self-starter, requiring little supervision. Must be team oriented and have a demonstrated history of being courteous, sensitive, and respectful. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2333, 'An Associate’s degree or equivalent from a two-year college or technical school and at least two years’ work experience (preferably paid) in an AZA-accredited facility; or equivalent combination of education and experience required. Must be able to lift and carry 50 lbs. Further details of essential duties and responsibilities along with an outline of additional qualifications are included in the position description available on ASDM\'s job opportunity page. A link can be found under the "Application Instructions" heading below. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2334, 'Bargaining Unit Position\r\nInitial Step:  $13.64/hr.\r\n-------------------------------------------------------------------------------------------\r\nA little more about ASDM: Located in Tucson Mountain Park, just outside of Saguaro National Park (West), the Arizona-Sonora Desert Museum is a world-renowned zoo, natural history museum and botanical garden. Exhibits recreate the natural landscape of the Sonoran Desert Region. Within the Museum grounds there are more than 300 animal species and 1,200 kinds of plants. There are almost 2 miles of paths traversing 21 acres of beautiful desert. We are accredited by the Association of Zoos and Aquariums (AZA) and are a member of the American Public Gardens Association and the American Association of Museums. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2335, 'Applications are accepted only for open positions and must be completed and submitted online. Use the "Job Search" link located at the bottom of ASDM\'s job opportunity page < http://www.desertmuseum.org/about/jobs.php > to view current openings and begin an application. Position opened on April 16, 2014 and will be considered open until filled. No phone calls please. The Museum is a drug and alcohol free workplace and participates in E-Verify. We are an Equal Opportunity Employer. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2339, 'Hello,\r\n\r\nI\'m an attorney in Nashville Tennessee looking to hire an expert witness.  My client operated a small petting zoo and had a peacock which was free to roam the premises.  I know many zoos, including the San Diego zoo, allow peacocks to roam freely.  I want to hire an expert to simply establish that allowing a peacock to roam freely in a zoo environment is reasonable.\r\n\r\nPerhaps your Association has members in Tennessee or surrounding states who would be interested in the job.  I\'m sure being a member of the American Association of Zoo Keepers would add credibility to any witnesses testimony and I\'d appreciate if I could be put in contact with anyone interested.\r\n\r\nPlease call me a 615-425-7358 or email and dlo@spicerfirm.com\r\n\r\nRegards,\r\n\r\nDarrick O\'Dell') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2347, 'My membership expired because I was having a hard time renewing my membership on the computer.  My institution would normally pay for my membership, however, there was an issue with the setup.  This is my current AAZK user name: aazkuser2153.  I have tried to use it to renew and it will not let me.  Please let me know what I need to do so that I can renew my membership.\r\n\r\nThanks,\r\nChristy') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2351, 'The Phoenix Zoo is currently seeking a Development Administrator to provide administrative and research support to the Development department’s efforts relating to capital, individual and foundation giving with a large focus on fundraising projects such as the Capital Campaign.  This position maintains the department’s donor database, files, administers department revenue and expenses, conducts donor research and coordinates donor stewarding program. The Development Administrator will also seek and research grant opportunities, apply and write grants applications as needed and provide tracking and reporting system of grant monies received. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. Development department team members have many unique opportunities to showcase what is special about the zoo, and they have a direct impact on the financial success of our zoo, an established non-profit organization. \r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2352, 'Minimum requirements for this position include a college degree with two to three years of fundraising experience, experience in special event and budgeting/financial reporting, excellent computer skills including proficiency in all MS Office programs, strong communication skills and attention to detail, must be a self-starter, creative and a team player, and be able to work with minimal supervision. An ideal candidate will also have extensive experience with Raiser’s Edge and database management. All Phoenix Zoo employees are required to pass a pre-employment background check including a drug test, this position also requires a valid driver’s license and clear annual TB testing.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2354, '\r\nTo view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=649&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2358, 'I  am  a  Cameroonian   trained  in animal welfare  ,animal   husbandry  ,animal care   and  veterinary  services .\r\nI   have  read   with  profound  interest about  the   philosophy   of  your  organization  and  would  like  to join  it   and  if possible  with  your  approval represent  it  in Cameroon  if  you  need  representation  here  in  Cameroon.\r\nPlease,let  me  hear  from you  shortly.\r\nThank   you  and   happy  Easter\r\nPhilip   Tah   Fon\r\nCameroon') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2362, 'I have tried three times to contact and retrieve my account. I am a registered member, I receive the forums as well as the emails but when I try to login to the website it does not allow me to do so and says no member information can be found under my name, address, and email. I am getting a little frustrated that I have tried to contact so many times and no solution has been presented or resolved. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2366, 'The Phoenix Zoo is currently looking for a Maintenance Technician to perform skilled work involving HVAC, plumbing, carpentry, electrical, installation, preventative maintenance and construction of exhibits. This will include gates, fences, cages, and various other equipment throughout zoo, and ongoing monitoring of the overall condition of equipment and systems. The General Maintenance Technician will be completing routine scheduled maintenance, preventative maintenance, and requests for maintenance coming through our operations work order request electronic system. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. Our Maintenance team has been instrumental in our exhibit design, creating spaces that work for the animals as well as our guests. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2367, 'Minimum requirements for this position include a degree, trade school diploma, or license, and 5 years’ experience in zoo, campus, industrial maintenance, or construction with experience and/or basic knowledge of all types of maintenance including HVAC, plumbing; equipment including operation of backhoes, skid steer loaders and forklifts; carpentry and electrical systems. An ideal candidate will be familiar with preventative maintenance programs, safety, and practices, be familiar with OSHA regulations with regard to maintenance and safety, skilled in interpreting schematic drawings, charts and technical instructions, have knowledge of the application and use of equipment such as saws, torches, grinders, meters, gauges, etc. Must be a cooperative team player and be able to work occasional weekend days, late evenings on occasion and holidays. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing a valid driver’s license.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2369, 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n  \r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=644&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2373, 'Happy Hollow Park & Zoo is looking for a highly motivated, personable individual with strong leadership skills and innovative ideas to become part of a dynamic team of employees with a strong commitment to providing excellent service to our diverse community and the animal collection at Happy Hollow Park & Zoo in the function of Zoo Curator. \r\n\r\nThe Zoo Curator supervises work involving the care of Zoo animals and maintenance of enclosures, grounds and service areas at Happy Hollow Park and Zoo. The Zoo Curator assists in the daily management of zoo operations, is responsible for the health and welfare of the animal collection, coordinates transport of zoo animals, provides oversight for animal acquisitions and dispositions, and maintains animal records and permits, and other work of a similar nature as assigned. The work schedule may include weekdays, weekends and holidays as assigned. \r\nFor a complete description of this position and instructions on how to apply please visit: https://cityjobs.sanjoseca.gov/psc/prod/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2374, '	Any combination of training and experience equivalent to: \r\n\r\n1. Education:  Successful completion of Bachelor\'s degree from an accredited college or university in Biology, Zoology, or closely related field. \r\n\r\n2. Experience: Two (2) years of experience in the care of zoo animals and working with public exhibits of diverse exotic animals, including one year of experience in a supervisory or lead capacity. \r\n\r\n3. Acceptable Substitutions: Experience in the care of zoo animals can substitute for the required education on year-for-year basis. There is no substitution for the required year of supervision or lead experience. \r\n\r\n4. Successful compliance with job related medical standards, as determined by a medical evaluation to be completed after employment. \r\n\r\n5. Valid California driver\'s license. \r\n\r\n6.  Employment Eligibility:  Federal law requires all employees to provide verification of their eligibility to work in this country. Please be informed that the City of San Jose will not prepare or file a labor condition application with the Dept. of Labor.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2388, 'The Cougar Mountain Zoo is seeking a full-time zoo keeper for the bird and mammal department, including carnivores. This position requires a self-motivated, energetic and flexible individual with a professional attitude and appearance. All candidates must be willing to work outside and have knowledge of the habits and hazards of working with zoo animals.\r\n\r\nCandidate will be responsible for but not limited to routine animal husbandry, habitat maintenance, behavioral enrichment/training, capture/restraint, veterinary procedures and interact with the public through tours, mini lectures and outreaches.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2389, 'Minimum requirements include a degree in Biology (or related field) and a minimum of 2 years paid zoo experience. Must work well with staff/volunteers and be willing to work outside normal hours including weekends/holidays and ability to lift 50#.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2395, 'Can someone help me with signing in?  When I enter aazkuser3582 as my username, I receive an incorrect username message...even when I did a copy/paste from my email.\r\nI did reset my password today, but none-the-less, it will not accept my username. I\'m sure this is a minor problem to solve, but it would be nice for me to see where-in lies the error of my ways.  I will be off-line for awhile, but am sure we can get me up and running fairly easily.  There is no immediate rush on this.\r\nThanks,\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2399, 'RainForest Adventures has an opening for a Lead Keeper at the zoo. \r\n\r\nOur zoo is located in the Smoky Mountains of East Tennessee.  \r\n\r\nWe are seeking an experienced person with both extensive animal husbandry experience (multiple species), as well as some managerial background. Our collection includes small mammals (primates, prosimians), domestic hoof stock, birds, reptiles and amphibians with an emphasis on tropical species.   Collection is approx. 140 species, consisting of 600-650 animals. \r\n\r\nResponsibilities include both daily maintenance of the animal collection, and direct interaction with the general public.  \r\nSpecialization in one specific area of animal husbandry is acceptable but the applicant will be required to maintain various species of zoo animals. \r\nExperience in conducting educational zoo programs for both schools, and the general public is required. Videos of your presentations may be submitted with the resume. \r\nA review of our website at www.rfadventures.com will give potential applicants a feel for the facility and species they would be required to work with. \r\n\r\nGrowth potential to Assistant Zoo Director is our ultimate goal for this position. As such retail background in zoo/store operations is a plus for the ideal applicant. This is a career position, not a seasonal or temporary opening.  \r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2419, 'Hello,\r\nI renewed my AAZK membership a couple of months ago (after a lapse when I kept forgetting to renew it!) and I have not started to receive my subscription to Animal Keepers Forum.  I was just wondering when it would start?  I renewed online, and the charge was on my credit card bill.  I also never received a new membership card, but am unsure if you still send those out.  Thank you!\r\nJessica Hutjens') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2437, 'Hey,\r\n\r\nMy name is Katherine Hubbard. I just recently got a membership. My school actually set up my account. However they got the email address wrong. They put down katherine-hubbard@ymail.com when it actually needed to be katherine_hubbard@ymail.com. So currently I am unable to access my account. I was wondering what you can do or can recommend to do. \r\n\r\nThanks,\r\nKatherine Hubbard') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2441, 'Hi,\r\nMy name is Jackie Wolfinger. I purchased a professional membership on January 24, 2014, and I still have not received any of the Animal Keeper\'s Forum Magazines. I previously emailed about this, and I did not get a response. I am upset, because the reason I joined was to get the magazines. My mailing address is correct in my profile, so I don\'t know what the problem is. I am disappointed, because I feel like I wasted my money. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2449, 'I am having a terrible time trying to get onto the member login!  It keeps telling me my password is not valid, even after I reset it and now doesn\'t recognize me at all!  I am trying to work on award nominations for colleagues whom I feel are most deserving and cannot access the nomination forms!  I have not had a great experience with the new website, I\'m sorry to say, and really need your help to access the member site.  My info is:\r\nStephanie Miller\r\nLead Keeper, Woodland Park Zoo\r\nMailing address: 6000 17th Ave SW #6, Seattle, WA 98016\r\nUser Id (which seems to be invalid): aazkuser11016\r\nPhone: 206.399.8376\r\n\r\nAny assistance you can offer will be most appreciated!') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2453, 'I am trying to create an account but it seems that there is an email account associated with our account that is not ours. Could we change the account to keeper@conservatorscenter.org.  \r\n\r\nThank you, \r\nCarolyn Hinshaw ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2457, 'North Georgia Zoo and Farm is a growing non traditional zoological setting.   Interns will learn and be involved in a variety of areas from animal care,  visitor experience,  tours,  medical, outreach programs, animal handling and more.   Interns may specialize in specific areas once initial 30 days in completed.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2472, 'what  responsibly do you have? \r\nwhich responsibly do you like and which don\'t you like?\r\nhow long do you to school to get the job\r\ndo you paid the vitiation,and if you sick can you go home \r\nwhat are the jods  that there is') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2476, 'Hi, I am a senior in high school and am interested in being a zoo keeper. I was wanting to know what kind of education that would require. If you could tell me or direct me to a website with this information it would be greatly appreciated. Thank you. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2480, '•	Reports directly to the Director of Wildlife (DOW)\r\n•	Will gain knowledge of all AZA and USDA standards of care and husbandry related to the animal collection\r\n•	Will assist DOW in oversight of the Capture Team including training, qualification, drill practice and feedback, maintenance of equipment, and record keeping\r\n•	Responsible for maintenance of the MSDS books for the Veterinary Clinic and Keeper areas\r\n•	Responsible for compiling and keeping current the Animal Diet Book.  Will participate in animal diet and nutrition determination \r\n•	Will work with the DOW and keeper staff to create/ document enrichment, and participate in additions or changes in enrichment practice\r\n•	Will assist the Veterinarian in medical procedures.  Responsible for cleaning and maintenance of the Veterinary Clinic\r\n•	Responsible for supervision of the keeper staff in the absence of the DOW including scheduling changes and job performance\r\n•	Will assist the keeper staff in the performance of their duties\r\n•	As needed with the assistance of the keeper staff will determine the need for veterinary intervention and make the necessary contacts\r\n•	Will ensure optimum husbandry of the animal collection in the absence of the DOW\r\n•	Responsible for park shutdown including gates and Walk-Thru\r\n•	Will report all concerns as necessary to the DOW\r\n•	Works with the DOW in exhibit design and alternation\r\n•	Together with the DOW responsible to assist in maintaining appropriate USFWS permits, USDA records and reports and compliance with all state and federal regulations related to the animal collection\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2481, '•	Bachelor’s degree in related field preferred\r\n•	Knowledge of animal husbandry in a wide variety of species \r\n•	Five years’ experience working with exotic animals\r\n•	Excellent people and team building skills\r\n•	Knowledge of animal needs in exhibit design \r\n•	Veterinary technician skills helpful\r\n•	Strong computer skills \r\n•	Excellent public speaking and communication skills \r\n•	Capable of problem solving and crisis management\r\n•	Ability to multi-task\r\n•	Experience in management preferred \r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2483, 'How to apply: \r\n1.	Visit Jobs at African Safari Wildlife Park to complete the application. \r\n2.	Email completed application, cover letter and resume to info@africansafariwildlifepark.com \r\nIf you have questions please call 800-521-2660 \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2487, '•	Will work with zoo staff to plan and relocate exotic animals. \r\n•	Together with the DOW responsible to assist in maintaining appropriate USFWS permits, USDA records and reports and compliance with all state and federal regulations related to the animal collection\r\n•	Will assist in the oversight of the truck and trailer maintenance \r\n•	Will assist in the design and construction of animal crates \r\n•	As needed will assist in daily animal care at African Safari Wildlife Park. Including but not limited to animal husbandry, feeding, cleaning. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2488, '1. Must have at least 1-2 years experience working with exotic animals. Prefers that you have 3-5 years experience \r\n2. Must be able to drive a variety of trucks and trailers including fifth wheel trailers.\r\n3. Preferred Age over 25 \r\n4. Must have a clean driving record \r\n5. Familiar with DOT log book regulations helpful but not required \r\n6. Familiar with USDA regulations for animal welfare ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2498, 'The animal care/educator position is responsible for monitoring animal health, maintaining cleanliness of animal areas, providing enrichment, educating public, and other duties as assigned by supervisor.  Employees also perform onsite and outreach education for schools, birthday parties, scout groups, libraries, and other organizations. Moderate to heavy lifting is required.  Employees will work, hands-on, with multiple species of mammals, birds, reptiles, amphibians, and arthropods.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2499, 'Requirements include a bachelor’s degree in biology or a related science field and one-year zoo keeping or experience handling/training restricted species. Additional requirements include experience working with children, strong public speaking skills, excellent communication and organizational skills, and the ability to work well with others in a team environment.  We are seeking employees with a strong work ethic, who are flexible, and have an exceptionally good attitude.  It is possible for an exemplary part-time hire to attain full time status.\r\nApplicants must be clean cut and neatly groomed without visible tattoos or body piercings.  \r\n\r\nApplicants must have a valid California Driver’s License, clean driving record, social security number, and proof of personal auto insurance.  All applicants are subject to a background check. New hires are required to show a negative TB test, at own expense, within one month of employment.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2518, 'To whom it may concern:\r\nI was browsing your website and stumbled upon the AAZK Online University. Can you please tell me what this University will be able to do for aspiring Zoo Keepers. Will a student be able to obtain a certification online because that would be amazing since no other University has an online Zoology program! Contact me back at (732)-796-8363 or jlamps33@gmail.com\r\nThanks,\r\nJake Lawrence Lampiasi\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2522, 'I am a memeber of AAZK and would like to change my email address (currently jschmidt@greenvillesc.gov) to the one listed above (schmidt.juliellen@gmail.com).  I could not find a way to do that under "My Account". If I am unable to do this please let me know.  Thanks!\r\n\r\n-Julie Schmidt') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2526, 'Hi, \r\n\r\nI renewed my membership in Feb. and I have not received either the March nor the April copies of Animal Keepers Forum.  I love these magazines and would like to resolve the problem and possibly get the two issues sent to me.  Let me know if there is anything I can do.  Thank you.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2544, 'Hello,\r\n\r\nI registered as a member back in February, I believe, and still have have not received my membership card.  I was wondering how long it would be for me to receive it, because I\'d like to register for this years conference and was wondering if I need that to be able to register for the conference?\r\n\r\nThanks,\r\nCassie Cox') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2548, 'The Education Program Coordinator / Small Mammal Keeper will be responsible for accomplishing animal care, exhibit maintenance, and coordination of the Educational Programs.  This position requires an individual with a high degree of professional experience who takes pride in work well done.  Must be a proven leader, team player, and team member.  The priorities for this position include attention to animal care and health, fostering a positive team environment, and accomplishing an excellent guest experience.\r\nEssential Job Functions\r\n•	All team members must understand the significance of their role and how they can positively impact visitors.  Pro-active, friendly communication will be expected at all times, as well as anticipating visitors’ needs and desires. \r\n\r\n•	Provides for the needs of a wide range of mammals, birds, reptiles, and invertebrates through regular feedings, administering treatments as directed, exhibit maintenance and environmental enrichment programs for the species.\r\n\r\n•	Input of data into the animal records databases; assures that appropriate records are kept on all husbandry including daily care and animal health.\r\n\r\n•	Coordinates the purchasing relating to purchases such as food for the animal collection; assures that animal food, maintenance equipment and supplies are ordered and stocked in appropriate amounts, given the needs of the facility and the availability of resources.\r\n\r\n•	Exceptional use of time management techniques.\r\n\r\n•	Keep all exhibit areas and off exhibit areas clean, neat and well organized.\r\n\r\n•	Help train new employees to assure compliance with established standards and protocols.\r\n\r\n•	Perform other related duties as assigned.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2549, 'Requirements\r\nTo perform this job successfully, an individual must be able to perform each duty satisfactorily. The requirements listed below are representative of the knowledge, skill, and/or ability required.  \r\n\r\nExperience- One year of professional experience at a public zoo, wildlife park, animal facility or similar institution and a demonstrated knowledge of zoological operations. \r\n\r\nOther Requirements- Demonstrated ability to lead and work as a part of a team in a constantly changing environment as well as individually, with a minimum of supervision\r\n\r\nA valid driver’s License with a good driving record\r\n\r\nAbility to drive small-medium size trucks is required. \r\n	\r\nAbility to work a flexible schedule which includes evenings and/or weekends and holidays.\r\n\r\nAbility to respond to emergencies on an on-call basis.  \r\n\r\nLanguage Skills- Ability to read, analyze and interpret general business periodicals, \r\nprofessional journals, technical procedures or governmental regulations.  Ability to write \r\nreports and business correspondence.  Abilities to effectively present \r\ninformation and respond to questions from managers, clients, customers and the \r\ngeneral public. \r\n\r\nInterpersonal Skills – friendly, positive attitude toward others. Ability to display servant\r\nbased behaviors to include: being patient, kind, humble, respectful, selfless, forgiving, honest and committed.\r\n\r\nGuest/Customer Service Skills— must have knowledge of principles for providing quality customer service. This includes understanding guest needs, meeting quality standards for service and guest satisfaction.\r\n\r\nReasoning Ability- Ability to apply common sense understanding to carry out instructions \r\nfurnished in written, oral or diagram form. Ability to deal with problems involving several \r\nconcrete variables in standardized situations.\r\n\r\nPhysical Demands- Must be able to work outdoors in any weather, lift 50 pounds, walk briskly or run if needed.  Must be able to move heavier items with assistance and do repetitive physical work such as raking and shoveling.\r\n\r\nWork Environment- Mostly outdoors in all weather. Some areas such as the reptile area are hot and humid. Must be able to handle or be near any animal in the collection. Will be exposed to several outdoor allergens such as dust and hay.\r\n\r\nComputer Skills- Must have working knowledge of Microsoft based office programs (Excel, Word, Outlook) \r\n\r\nPublic Presentation- Must be able to present to small and large crowds and work well with large groups of children.\r\n\r\nPre Employment Testing- Successful candidates must pass pre-employment drug screening, background check and TB test.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2550, 'Compensation – $10-$13 per hour DOE\r\n\r\nBenefits- One week paid vacation for every one year worked. Vacation times and dates must be approved by management.  Low cost housing is available on site. Commission on some tour sales.  Annual Bonus. No medical or relocation benefits.\r\n\r\nMonterey Zoological Society, Inc. is an Equal Opportunity Employer.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2555, 'Hi,\r\n\r\nMy name is Keri Glowacki and I teach grade 2 at a school in Calgary, Canada.  My class is currently doing an inquiry on designing an invention to improve the quality of life of animals in zoos.  For this inquiry our students are going to be learning about and taking on the role of zoo keepers, zoo designers, nutritionists, veterinarians and horticulturalists as they come up with these inventions.  \r\n\r\nPart of our focus with the inquiry work in our school is having the students take on roles of people in the \'real world\'.  To help them get a better understanding of what a zoo keeper does, I was wondering if it was possible for my students to contact someone in your association by e-mail with a few questions.  There would be 2 groups contacting this person (one e-mail per group) and they would have a maximum of 3 questions.  \r\n\r\nI appreciate any help that you can provide me and my students in getting in contact with a zoo keeping expert. \r\n\r\nThank you in advance for your help  \r\n\r\nMrs. Keri Glowacki\r\nGrade 2 Teacher\r\nTuscany School') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2559, 'Hi,\r\n\r\nMy name is Keri Glowacki and I teach grade 2 at a school in Calgary, Canada.  My class is currently doing an inquiry on designing an invention to improve the quality of life of animals in zoos.  For this inquiry our students are going to be learning about and taking on the role of zoo keepers, zoo designers, nutritionists, veterinarians and horticulturalists as they come up with these inventions.  \r\n\r\nPart of our focus with the inquiry work in our school is having the students take on roles of people in the \'real world\'.  To help them get a better understanding of what a zoo keeper does, I was wondering if it was possible for my students to contact someone in your association by e-mail with a few questions.  There would be 2 groups contacting this person (one e-mail per group) and they would have a maximum of 3 questions.  \r\n\r\nI appreciate any help that you can provide me and my students in getting in contact with a zoo keeping expert. \r\n\r\nThank you in advance for your help  \r\n\r\nMrs. Keri Glowacki\r\nGrade 2 Teacher\r\nTuscany School') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2563, 'Hi,\r\n\r\nMy name is Keri Glowacki and I teach grade 2 at a school in Calgary, Canada.  My class is currently doing an inquiry on designing an invention to improve the quality of life of animals in zoos.  For this inquiry our students are going to be learning about and taking on the role of zoo keepers, zoo designers, nutritionists, veterinarians and horticulturalists as they come up with these inventions.  \r\n\r\nPart of our focus with the inquiry work in our school is having the students take on roles of people in the \'real world\'.  To help them get a better understanding of what a zoo keeper does, I was wondering if it was possible for my students to contact someone in your association by e-mail with a few questions.  There would be 2 groups contacting this person (one e-mail per group) and they would have a maximum of 3 questions.  \r\n\r\nI appreciate any help that you can provide me and my students in getting in contact with a zoo keeping expert. \r\n\r\nThank you in advance for your help  \r\n\r\nMrs. Keri Glowacki\r\nGrade 2 Teacher\r\nTuscany School') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2567, 'Hello,\r\n  I\'m trying to renew my membership that according to my card said expired on April 30, 2014 but hadn\'t received a renewal reminder and I am not able to access my member login, it says my email is invalid.  Please help, would like to renew my membership online and access the member page.\r\n\r\nThank you,\r\nThea Etchells.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2575, 'The internship program at the Point Defiance Zoo and Aquarium is designed to provide participants with practical learning experience and knowledge in the field of animal husbandry. Our team of aquarists care for a collection of over 300 species of fish and invertebrates from both Northern and Southern Pacific regions including several large species of sharks. \r\n\r\nThis internship is designed to provide instruction in the following areas:\r\n \r\n1. Animal Husbandry\r\n2. Nutrition and Diet\r\n3. Record Keeping \r\n4. Water Quality\r\n5. Public Education\r\n6. Knowledge of Marine Fish and Invertebrates\r\n \r\nInterns are responsible for assisting the staff with routine aquarium husbandry and maintenance, keep a daily journal, attend monthly meetings, and complete a personal project. For more information please refer to the application materials at pdza.org/internships.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2576, 'Applicants must:\r\n1.	Be currently enrolled in, or have recently graduated from, a college or university. \r\n2.	Have a minimum of one year of course work in a major field of study to be applied during the internship (e.g. biology, zoology, animal behavior, etc.).\r\n3.	Be capable of the physical abilities required to work with animals (e.g. lift 50 pounds, frequent bending and stooping, etc.) \r\n4.	Be able to commit to working 40 hours per week for 10-12 weeks.\r\n5.	Be flexible with their schedule and have the ability to work weekday, weekends and holidays.\r\n6.	Once selected, provide proof of a tetanus vaccination within the past 5 years.\r\n7.	Once selected be willing to verify ability to swim.\r\n\r\n(While it is not required that interns earn academic credit we will do everything possible to accommodate school requirements for those who do.)\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2578, 'To apply for an internship at Point Defiance Zoo & Aquarium you must:\r\n\r\n1.	Submit an application. (pdza.org)\r\n2.	Submit a cover letter including your career goals.\r\n3.	Submit a resume.\r\n4.	Submit answers to application questions.\r\n5.	Submit two letters of recommendation from an advisor or supervisor. (These may be sent separately.)\r\n6.	Undergo a phone, Skype or on-site interview.\r\n\r\nPlease note: Candidates may apply for multiple positions during one application period; however complete applications must be submitted for each position. Candidates may not apply for multiple seasons during one application period (applications will not be kept for future positions). \r\n\r\nApplications for the winter season must be received via email or postmarked by Friday October 18th, 2013.\r\nPlease mail OR email completed application materials to: cathleen.mcconnell@pdza.org\r\n \r\nPoint Defiance Zoo & Aquarium\r\nInternship Program Coordinator – Education Department\r\n5400 North Pearl Street\r\nTacoma, WA  98407\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2582, 'The internship program at the Point Defiance Zoo and Aquarium is designed to provide participants with practical learning experience and knowledge in the field of animal husbandry. The Rocky Shores/Tundra team is dedicated to the care and husbandry of a variety marine mammals and seabirds primarily found in North Pacific regions.\r\n\r\nThe internship is designed to provide instruction in the following areas:\r\n\r\n1.   Care of Animal Habitats\r\n2.   Nutrition and Diets\r\n3.   Environmental Enrichment\r\n4.   Public Presentation/Interpretation\r\n5.   Water Quality and Filtration\r\n6.   Animal Species\r\n7.   Animal Training and Husbandry\r\n\r\nInterns are responsible for assisting the staff with routine aquarium husbandry and maintenance, keep a daily journal, complete a series of animal knowledge tests, attend monthly meetings, and complete a personal project. For more information please refer to the application materials at pdza.org/internships.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2583, 'Applicants must:\r\n1.	Be currently enrolled in, or have recently graduated from, a college or university. \r\n2.	Have a minimum of one year of course work in a major field of study to be applied during the internship (e.g. biology, zoology, animal behavior, etc.).\r\n3.	Be capable of the physical abilities required to work with animals (e.g. lift 50 pounds, frequent bending and stooping, etc.) \r\n4.	Be able to commit to working 40 hours per week for 10-12 weeks.\r\n5.	Be flexible with their schedule and have the ability to work weekday, weekends and holidays.\r\n6.	Once selected, provide proof of a tetanus vaccination within the past 5 years.\r\n7.	Once selected, be willing to verify ability to swim.\r\n\r\n(While it is not required that interns earn academic credit we will do everything possible to accommodate school requirements for those who do.)\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2585, 'To apply for an internship at Point Defiance Zoo & Aquarium you must:\r\n\r\n1.	Submit an application. (pdza.org)\r\n2.	Submit a cover letter including your career goals.\r\n3.	Submit a resume.\r\n4.	Submit answers to application questions.\r\n5.	Submit two letters of recommendation from an advisor or supervisor. (These may be sent separately.)\r\n6.	Undergo a phone, Skype or on-site interview.\r\n\r\nPlease note: Candidates may apply for multiple positions during one application period; however complete applications must be submitted for each position. Candidates may not apply for multiple seasons during one application period (applications will not be kept for future positions). \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2589, 'The internship program at the Point Defiance Zoo and Aquarium is designed to provide participants with practical learning experience and knowledge in the field of animal husbandry. The Asian Forest Sanctuary cares for a diverse array of mammals from throughout Southeast Asia with specific husbandry and dietary concerns. This area is one of the few rotational exhibits in the country which requires extensive shifting of animals daily in a safe and thoughtful manner. \r\n \r\nThe internship is designed to provide knowledge of and instruction in the following areas:\r\n1.	Animal Husbandry\r\n2.	Nutrition and Diet\r\n3.	Animal Enrichment\r\n4.	Animal/Species Knowledge\r\n5.	Training\r\n6.	Public Presentation\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2590, 'Applicants must:\r\n1.	Currently enrolled in, or have recently graduated from, a college or university. \r\n2.	Have a minimum of one year of course work in a major field of study to be applied during the internship (e.g. biology, zoology, animal behavior, etc.).\r\n3.	Be capable of the physical abilities required to work with animals (e.g. lift 50 pounds, frequent bending and stooping, etc.) \r\n4.	Be able to commit to working 40 hours per week for 10-12 weeks.\r\n5.	Be flexible with their schedule and have the ability to work weekday, weekends and holidays.\r\n6.	Once selected, provide proof of a tetanus vaccination within the past 5 years.\r\n7.	Once selected, provide proof of a negative TB test within the last year.\r\n\r\n(While it is not required that interns earn academic credit we will do everything possible to accommodate school requirements for those who do.)\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2592, 'To apply for an internship at Point Defiance Zoo & Aquarium you must:\r\n1.	Submit an application. (pdza.org)\r\n2.	Submit a cover letter including your career goals.\r\n3.	Submit a resume.\r\n4.	Submit answers to application questions (if requested).\r\n5.	Submit two letters of recommendation from an advisor or supervisor. (These may be sent separately.)\r\n6.	Undergo a phone, Skype or on-site interview.\r\n\r\nPlease note: Candidates may apply for multiple positions during one application period; however complete applications must be submitted for each position. Candidates may not apply for multiple seasons during one application period (applications will not be kept for future positions). \r\n\r\nApplications for the fall season must be received via email or postmarked by Friday June 20th, 2014.\r\n\r\nPlease mail OR email completed application materials to: cathleen.mcconnell@pdza.org\r\n \r\nPoint Defiance Zoo & Aquarium\r\nInternship Program Coordinator – Education Department\r\n5400 North Pearl Street\r\nTacoma, WA  98407\r\n \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2596, 'The internship program at the Point Defiance Zoo and Aquarium is designed to provide participants with practical learning experience and knowledge in the field of animal husbandry. The Small Exotics animal care team is dedicated to the husbandry and interpretation of a large collection exotic species including terrestrial invertebrates, freshwater fish, amphibians, reptiles, birds, and small mammals found throughout the world. \r\n\r\nInterns are responsible for assisting the staff with routine aquarium husbandry and maintenance, keep a daily journal, attend monthly meetings, and complete a personal project. For more information please refer to the application materials at pdza.org/internships.\r\nThe internship is designed to provide instruction in the following areas:\r\n1.	Animal Husbandry\r\n2.	Nutrition and Diets\r\n3.	Record Keeping\r\n4.	Environmental Enrichment\r\n5.	Animal/Species Knowledge\r\n6.	Animal Handling\r\n7.	Animal Interpretation\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2597, 'Applicants must:\r\n1.	Currently enrolled in, or have recently graduated from, a college or university. \r\n2.	Have a minimum of one year of course work in a major field of study to be applied during the internship (e.g. biology, zoology, animal behavior, etc.).\r\n3.	Be capable of the physical abilities required to work with animals (e.g. lift 50 pounds, frequent bending and stooping, etc.) \r\n4.	Be able to commit to working 40 hours per week for 10-12 weeks.\r\n5.	Be flexible with their schedule and have the ability to work weekday, weekends and holidays.\r\n6.	Once selected, provide proof of a tetanus vaccination within the past 5 years.\r\n	\r\n(While it is not required that interns earn academic credit we will do everything possible to accommodate school requirements for those who do.)\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2599, 'To apply for an internship at Point Defiance Zoo & Aquarium you must:\r\n1.	Submit an application. (pdza.org)\r\n2.	Submit a cover letter including your career goals.\r\n3.	Submit a resume.\r\n4.	Submit answers to application questions.\r\n5.	Submit two letters of recommendation from an advisor or supervisor. (These may be sent separately.)\r\n6.	Undergo a phone, Skype or on-site interview.\r\n\r\nPlease note: Candidates may apply for multiple positions during one application period; however complete applications must be submitted for each position. Candidates may not apply for multiple seasons during one application period (applications will not be kept for future positions). \r\n\r\nApplications for the fall season must be received via email or postmarked by Friday June 20th, 2014.\r\n\r\nPlease mail OR email completed application materials to: cathleen.mcconnell@pdza.org\r\n \r\nPoint Defiance Zoo & Aquarium\r\nInternship Program Coordinator – Education Department\r\n5400 North Pearl Street\r\nTacoma, WA  98407\r\n \r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2603, 'I was inquiring as to who I contact for posting conference information. The Association of Zoo Veterinary Technicians is having their 34th AZVT Annual Conference at The Georgia Sea Turtle Center, Jekyll Island, Georgia, September 10 - 15, 2014. More information can be found at: http://azvt.org/conference2014.htm.\r\nThank you.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2607, 'I would like a copy of the current members of my chapter to check that everyone has their membership current. I tried contacting Barbara Manspeaker but cannot seem to get ahold of her. I was wondering if someone would have time to email me this list.\r\n\r\nThank you so much!!!') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2611, 'Utah’s Hogle Zoo\'s is seeking enthusiastic, motivated, and highly-qualified applicants for the position of Animal Care Supervisor - Primates. This is a full-time, year-round, salaried position. \r\n\r\nThe Animal Care Supervisor – Primates will report to the General Curator and assist with the management, daily operations and overall functioning of the Animal Care Department. This position requires a degree in biology or a related field, and at least six years of paid animal care experience, or eight years of paid animal care experience, with a minimum of two years of supervisory experience. Expertise in primate husbandry and collection management is highly desirable. \r\n\r\nThe Animal Care Supervisor will manage a team of Animal Keepers in the primate section of the zoo, work closely with the Animal Health Department, liaise with all other departments, and provide a positive, safe and productive work environment. This position is responsible for promoting the zoo’s high standard of animal welfare, field and onsite conservation programs, exceptional visitor experiences, and outstanding enrichment and training programs. The Animal Care Supervisor will actively participate in resident animal planning and professional development initiatives, and serve as an Institutional Representative for AZA Animal Programs.   ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2613, 'Located in the beautiful state of Utah, Salt Lake City is the gateway for outstanding outdoor activities with world-class skiing less than 30 minutes away and more than 20 National Parks and monuments within a few hours\' drive. Nearly 80% of Utah is managed for public use – this area is ideal for nature lovers!  \r\n\r\nUtah’s Hogle Zoo is in the midst of its greatest development period in history. New facilities were recently completed for rhinos, elephants, and Asian cats, along with a Conservation Carousel, and a LEED Certified animal hospital. In 2012, the Rocky Shores exhibit - featuring polar and grizzly bears, pinnipeds, and otters opened to Zoo guests. And in 2014 the new mixed species African Savanna exhibit will open bringing lions back to the Zoo after nearly a decade. It is an exciting and dynamic time to join Utah’s Hogle Zoo!\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2614, 'Please send a cover letter and resume to Christina Castellano, General Curator, at ccastellano@hoglezoo.org or Utah’s Hogle Zoo, 2600 Sunnyside Avenue, Salt Lake City, UT, 84108. This position will remain opened until filled. Utah’s Hogle Zoo is an Equal Opportunity Employer. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2618, 'The EcoTarium, New England’s leading Science and Nature Center, seeks an enthusiastic professional to lead the Wildlife Department as the museum and the department embark on several initiatives, including the addition of new indoor and outdoor exhibits, working towards accreditation by national organizations such as AZA and AAM, and an on-going drive to increase the museum’s profile locally, regionally and nationally.  While participating in and maintaining an ever-increasing standard of animal care, the Manager of Wildlife will serve as a hands-on member of the animal care staff as well as collaborate within and across departments to help implement:\r\n\r\n•    A capital project including several new outdoor multi-species animal exhibits, a new quarantine building; along with hands-on interactives which deepen visitor engagement at animal exhibits; \r\n•    New indoor animal exhibits within a new permanent exhibit about city science;\r\n•    Continue the department animal training and enrichment activities, increasingly showcasing them to the public;\r\n•    Increasing the wildlife staff delivery of public programs and in evaluation of those programs; and\r\n•    Increasing the department’s involvement in fund-raising initiatives.\r\n\r\nThe Wildlife Department is responsible for the care, maintenance and health of approximately 100 individual animals, representing about 40 species. The collection includes animals in indoor and outdoor exhibits and animals housed off-display used in programs.   It includes mammals, birds, reptiles, small marine animals and insects, including native species unable through injury or conditioning to live in the wild.   The Department consists of 6 paid staff,(manager included), along with dozens of unpaid staff including veterinary and vet tech interns, and adult and youth volunteers.\r\n\r\nResponsibilities:\r\n\r\n•    Oversee and participate in the daily care of the animals, including all training and enrichment activities\r\n•    Hiring, training and supervision of full-time and part-time staff, interns and volunteers\r\n•    Oversight and compliance with federal and state regulations, museum’s collection policy, \r\nand professional standards for record keeping; update policies as required to reflect changing regulations and accreditation requirements\r\n•    Leadership in planning, fabricating and maintenance of animal habitats and exhibits \r\n•    Develop and implement procedures and protocols for access and handling of wildlife, staff safety and emergency situations\r\n•    Foster regular Wildlife department delivery of public education programs featuring the wildlife collection\r\n•    Active member of appropriate cross-departmental committees, such as the Accreditation Committee and Outdoor Experience Committee\r\n•    Advise other departments on activities or projects which could impact non-captive, resident wildlife on the 55-acre museum campus\r\n•    Strategic planning for department\r\n•    Develop and monitor annual budget for department\r\n•    Represent the institution in public forums, professional conferences and the press\r\n•    Must be available to work a weekend day each week and be on the rotation schedule for holidays \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2619, '•    B.S. (M.S. preferred) in Biology, Animal Science,  or related field preferred\r\n•    Demonstrated leadership skills with a minimum of 3 years supervisory experience\r\n•    Ability and experience in team building and fostering a positive, collaborative working environment\r\n•    Demonstrated experience working with Veterinarians and working knowledge of common medical procedures\r\n•    Five years of animal care experience, preferably in a AZA accredited institution\r\n•    Experience with record keeping systems, such as ISIS and a working knowledge of accreditation requirements\r\n•    Technical and practical knowledge of the care and maintenance of animal habitats\r\n•    Strong oral and written communication, public education and relevant computer skills.\r\n•    Experience with overseeing the design of exhibit/habitats and animal care facilitates\r\n•    Experience with inquiry-based, informal educational programs using wildlife collections\r\n•    Must be able to exert up to 50 pounds of force to lift, push, pull, carry, or otherwise move objects, climb a 5 foot ladder and work outdoors in all conditions \r\n•    Must pass a CORI background check in accordance with EcoTarium guidelines\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2638, 'Carries out all aspects of the daily care of assigned animals including cleaning, feeding, grooming, and observing animals.  Administers medication and treatment as directed.  Provides training and enrichment.  Participates in education and conservation programs.\r\nRESPONSIBILITIES:\r\n	Observes and evaluates animal condition, behavior and responses and communicates observations orally and on written reports.\r\n	Prepares and feeds appropriate diets, noting conformance of foods provided to diets prescribed for each animal.\r\n	Administers prescribed medications and dietary supplements and monitors food and medicine consumption.\r\n	Checks on integrity of enclosures and structures, ensuring safety and welfare of animals, zoo visitors, and staff in accordance with established guidelines.\r\n	Maintains live plants within enclosures ensuring neat, attractive exhibits.\r\n	Performs minor repairs and preventative maintenance as necessary.\r\n	Maintains clean and organized exhibits, equipment, and keeper areas.\r\n	Improves the quality of life of the animal collection by providing environmental and behavioral enrichment opportunities.\r\n	Trains selected animals through operant conditioning for purposes of gaining cooperation for veterinary treatment and/or public demonstrations.\r\n	Installs exhibit furnishings, props, and decorations safely, attractively and in a manner consistent with zoo guidelines.\r\n	Maintains effective communication with the veterinary staff\r\n	Interacts with the public through keeper chats, behind the scenes tours, and while performing regular duties.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2639, 'EXPERIENCE:\r\nAt least one year of experience is required with Great Apes, particularly gorillas, in an AZA accredited zoo.\r\n\r\nKNOWLEDGE:\r\nTwo years of college level education (60 semester credit hours) in zoology, biology, animal husbandry or a related field of which 24 semester hours must be credit hours in life sciences or physical sciences.\r\n\r\nA certificate of completion from an acceptable animal care program of not less that 30 semester hours may be substituted for 30 hours of college.\r\n\r\nSUPERVISION:	\r\nMay serve as a lead person for zookeeper apprentices or volunteers.\r\n\r\nSKILLS: \r\n\r\nPHYSICAL EFFORT:\r\nThis position involves considerable physical exertion, such as regularly climbing of ladders, lifting of heavy objects (up to 80 pounds) on a highly frequent basis and/or assuming awkward positions.\r\n\r\nWORK ENVIRONMENT:\r\nThere are routine exposures to significant levels of heat, cold, moisture and air pollution.  The position may involve exposure to chemical substances and physical trauma of a minor nature such as cuts, bruises and minor burns.\r\n\r\nPHYSICAL SKILL:\r\nRequires the ability to make closely coordinated eye/hand movements within very fine tolerance and/or calibration demands; or the ability to make rapid closely coordinated eye/hand movements on a patterned response space within somewhat fine tolerance demands; or the ability to make coordinated eye/hand movements within fine tolerances with large equipment as an extension of the worker.\r\n\r\nPUBLIC CONTACT:\r\nRequires heavy public contact requiring considerable interpersonal skill, extensive interaction with the public and with donors, members and the press requiring a high degree of appreciation of customer service\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2641, 'Applicants can visit www.houstonzoo.org/careers to download an application \r\nE-mail resume and completed application to careers@houstonzoo.org \r\nHouston Zoo is an Affirmative Action/Equal Opportunity Employer\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2658, 'W.O.L.F. Sanctuary was formalized and incorporated as a 501(c)3 nonprofit corporation in June of 1995.  Individuals purchasing wolf dogs do not understand them, and few breeders are willing to educate. General pet rescues and shelters classify wolf dogs as unadoptable, euthanizing those that are either surrendered or unclaimed by owners.\r\n\r\nWe offer full time (32+hours/week) and part time(31 or less hours/week) non paid internships. Housing is not offered, but you will ride up with staff to the Sanctuary. We require a minimum of 16 hours a week for one month to be considered an intern. You will be working right along with staff helping with animal care, Sanctuary maintenance, data entry, phone calls, and all the regular cleaning that goes along with being a staff member here. Currently our internships are enrolling for summer 2014. \r\n\r\nVolunteer positions also available.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2659, 'Student or graduate of a Bachelor\'s Degree in biology, conservation, animal science, or related field.\r\nExperience working with or volunteering with animals, wild or domestic.\r\nA strong passion to help wild and captive carnivores.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2661, 'To apply send your resume and 4 references,two personal and two professional, to our Volunteer Coordinator, Amelia Wieber.\r\nawieber@wolfsanctury.net\r\nFor more info about us visit\r\nwww.wolfsanctuary.net') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2681, 'I recently updated my address and have not received any of the forums for the last month or so. I change my address around the end of march and I have seen other keepers receive forums for April and May but I have not received them. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2689, 'I am a member and it is saying that my email address is not valid so I can\'t sign in to the site.  I\'m trying to update my address for the Animal Keepers\' Forum since I\'m moving.\r\n\r\nBest,\r\nKristen Blanks') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2693, 'This position is responsible for daily care of a wide variety of species.Full job description and application instructions can be found at: http://agency.governmentjobs.com/browncounty/default.cfm\r\n\r\nNote: "limited term employment" designation refers to a period of 2 years or more\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2703, 'Hello!  For some reason, I did not receive the AKF issues for February and March.  It went right from volume 41, no. 1 to volume 41, no. 4!  I\'m not sure how that happened.  Would you be willing to resend those two issues?\r\n\r\nThank you!') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2707, 'To Whom It May Concern,\r\n\r\nHello my name is John Scott and I was a previous member of AAZK, however my dues have expired. I was hoping to either renew my membership, or join again. However, I was having some issues with PayPal and was hoping for some assistance on joining this organization once again.\r\n\r\nThanks, \r\n-John') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2711, 'JOB OBJECTIVE:\r\nTo perform various duties required to maintain a clean and healthy environment for animals at the Little Rock Zoo.\r\n\r\nESSENTIAL JOB FUNCTIONS:\r\nObserves small and medium hoofstock animals and a variety of species of birds in assigned areas for injuries or symptoms of disease, and changes in behavior; reports changes and problems to supervisor; recommends changes to assist animals\' psychological and physiological well-being; implements approved changes. Prepares food and feeds animals according to established diets and assigned schedule; researches and recommends and implements approved diet changes. Maintains detailed narratives and charts of animal observations, care, and handling. Captures and restrains animals for transport, examination or medical treatment. Prepares a list of animals in assigned area requiring routine veterinary care; notifies supervisors of animals that require emergency medical attention. Administers prescribed medication to animals by mixing with food or by injection as required; assists veterinarian in administration of medication or treatment of animals. Completes daily worksheets listing amount of food eaten, training performed and enrichment supplied, medications administered, changes in animal behavior, symptoms of disease or other indications of needs for special attention; and repair or maintenance required for enclosures. Maintains plant life in displays and enclosures; applies approved chemicals to control pests, diseases or unwanted plants. Unloads and stores shipments of food and supplies; notifies supervisor of supplies needed. Cleans cages and enclosures using chemical disinfectants, water hose and other hand tools. Provides special handling or training for specific animals as required. Recommends animals to be acquired or transferred; recommends repairs and special projects. Answers questions and provides information to Zoo visitors regarding animal diets, handling, and habitat; educates visitors regarding harassing or feeding animals. Operates motorized vehicle to transport animals or pick up supplies.\r\n\r\n\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2712, 'MINIMUM QUALIFICATIONS AND ADDITIONAL REQUIREMENTS:\r\nThese knowledge, skills, and abilities are usually, although not always, acquired throughcompletion of high school and two (2) years of experience in the care of small hoofstock, birds, or other exotic animals in a controlled environment. Equivalent combinations of education and experience will be considered.\r\n\r\nREQUIRED LICENSES AND/OR CERTIFICATIONS: Class D Non-\r\nCommercial Drivers License before employment') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2714, 'APPLICATION REQUIREMENTS:\r\nONLY On-Line Applications Accepted.\r\nApplication and Supplemental Questions required by closing date. Applications will be screened for minimum qualifications. Applicable experience must be included in the on-line application/electronic work history. Please do not leave the work history section of the application "blank" or with a "see resume"\r\nstatement. Failure to follow these instructions may result in the rejection of your application documents.\r\n\r\nAPPLICATIONS MAY BE FILED ONLINE AT:\r\nhttp://www.lrjobs.net\r\n\r\nCLOSING DATE: 05/28/14 11:59 PM') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2718, 'To Whom It May Concern:\r\n\r\nI am currently a member and cannot access the member\'s only section on the AAZK website.  I have reset my password more than once and cannot login with the new password at all.  Please let me know what I need to do to gain access.\r\n\r\nThank you,\r\n\r\nKatherine Heffernan') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2722, 'Hi I just have a comment for your website. I wanted to let you know that there is not a direct link to your store, or else it is nearly impossible to find. I had to google search "aazk store" for it to get me where I wanted to go. I know that you just recently changed your website and are ironing out the kinks. I think that\'s a kink you should really fix in order to get any money. Thanks.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2730, 'Application Deadline: June 1, 2014 \r\nStipend: A 30-week program with a $640.00 bi-weekly stipend, subject to all applicable tax withholdings.  Room and board are not provided. \r\n\r\nBackground:	\r\n\r\nThe Wildlife Conservation Society is dedicated to the conservation of the world’s vanishing species through captive breeding and exhibition, field studies, education and veterinary, nutrition, behavior and genetic research.  The Bronx Zoo, headquarters of the Wildlife Conservation Society, manages and exhibits a diversity of wildlife, including many rare and endangered species.  It initiates and supports captive breeding programs, and encourages research and educational projects.  The Mammal Department, with a collection of over 130 species, is committed to the exhibition and captive breeding of species that are part of cooperative breeding programs (Species Survival Plans or Taxon Advisory Groups) or serve as educational representatives of their habitats or regions.\r\n\r\nPurpose:	\r\n\r\nTo enhance the training and experience of individuals in techniques of captive management and exhibition of a variety of mammal species within a zoo environment and to expose them to the potential of endangered species programs within zoos so that they are better prepared to participate in similar programs in the future. \r\n\r\nProgram:	\r\n\r\nConsists of thirty (30) weeks of intensive fellowship at the Bronx Zoo, Wildlife Conservation Society.  The selected Fellows will work closely with the Mammal Department staff in all phases of exotic animal husbandry and exhibition.  These individuals will work with a variety of mammals and are expected to conduct and complete a research project prescribed by the staff.  Beginning of summer start date is anticipated.  Schedule is typically Monday-Friday, 8:00a-5:00p.  \r\n\r\nApplication:	\r\n\r\nCover letter (describing how this Fellowship program will further their career path) and resume.  Letters of recommendation may be solicited for finalists.  Candidates making it to subsequent rounds of the selection process will be contacted for a phone and/or in-person interviews prior to the decision date.  Applications are due by June 1, 2014.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2731, 'Qualifications:\r\n\r\nThe program is for individuals interested in the exhibition and management of wild mammals.  An accredited college degree in an applicable field of study (i.e. zoology, animal or wildlife biology, animal science) and previous practical experience with exotic mammals (or related experience) are required.  Applicants must demonstrate an interest in pursuing a career in captive animal husbandry.  Foreign applicants must have a social security number, a valid work visa, and a U.S. address.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2736, 'Thousands of animals languish in roadside zoos,  circuses, and other captive-animal exhibits all over the United States. We know that animals aren\'t actors, spectacles to imprison and gawk at, or circus clowns—yet they are still forced to perform silly, confusing tricks under the threat of physical punishment. PETA is looking to hire a veterinarian with wildlife and exotic-animal experience to join our team and help put an end to these cases of animal abuse. As a PETA veterinarian, you will assess the health of animals in captivity, prepare suggestions for improvements, and assist with relocation missions for the animals when possible. Use your veterinary knowledge of elephants, tigers, lions, and more to assistant those held in captivity across the nation and beyond. \r\n\r\nPosition Objective: \r\nTo use professional expertise and experience, particularly with exotic-animal and wildlife species, to assist with  PETA\'s cruelty and neglect cases\r\n\r\nPrimary Responsibilities and Duties:\r\n• Review and advise on specific cases of abuse of animals in roadside zoos, circuses, and similar captive-animal exhibits and collections \r\n• Travel as needed to assess potential cruelty cases and conditions of at-risk animals in captive situations \r\n• Assist in determining best courses of action in accordance with veterinary standards\r\n• Identify and recommend improvements regarding problems with captive wildlife and the exhibition of exotic animals\r\n• Develop and execute strategic plans for securing improvements in care\r\n• Conduct research in order to develop or review literature to advance captive-animal protection \r\n• When possible, assist with relocation missions, such as the transport of bears and elephants to sanctuaries\r\n• Develop and maintain relationships with other exotic-animal experts, exotic-animal keepers, whistleblowers, sanctuaries, and government agencies \r\n• Present PETA\'s positions to the media \r\n• Perform any other duties assigned by the supervisor\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2737, '• Doctor of Veterinary Medicine degree from an accredited university\r\n• Minimum of two years of experience working with large animals, exotic animals, and captive wildlife \r\n• Advanced working knowledge of captive-animal health issues\r\n• Ability to maintain strict confidentiality at all times\r\n• Proven ability to meet deadlines while managing multiple projects \r\n• Proven exceptional writing and research skills\r\n• Demonstrated excellent interpersonal skills, tact, and diplomacy and the ability to communicate effectively\r\n• Proven ability to develop and maintain professional working relationships\r\n• Willingness and ability to travel on short notice\r\n• Must have a valid U.S. driver\'s license, a minimum of three years of driving experience, and a satisfactory driving record\r\n• Support for PETA\'s philosophy and the ability to professionally advocate PETA\'s positions on issues\r\n• Commitment to the objectives of the organization\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2759, 'I just wanted to say that I\'m a little disappointed you would allow PETA to post a job position on your site given their extremely questionable background and methods, especially when it comes to their stance on zoos.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2767, 'Hello,\r\n\r\nI\'m inquiring about why AAZK has a job post from PETA.  I don\'t understand why an organization that supports zoos and their staff would associate themselves with an organization trying to end zoos and aquariums.  If you could please explain the relationship between these to organization to me that would be very much appreciated.\r\n\r\nThank you,\r\nCrista Melchiorre\r\nProfessional AAZK Member\r\nNational Aquarium') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2771, 'I just saw that PETA posted a job on the AAZK job postings.  Are you guys really allowing that?  It seems really inappropriate, especially how they phrase things in the job posting.  Hoping someone can better screen for these kinds of things?\r\nJenny DeGroot\r\nSea Otter Lead \r\nOregon Zoo') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2779, 'Hello,\r\n\r\nI am a former zookeeper from New Zealand, now a student at Oxford Brookes University in the UK, studying for an MSc in Primate Conservation. I am interested in the behavioural abnormalities present in some captive primates, and so I have decided to write my dissertation about various different interventions used to alleviate these. I hope to write recommendations for captive facilities to improve primate welfare as an outcome of my research.\r\n\r\nI was wondering if there was any chance of persuading your members to fill in an anonymous survey? Perhaps this message could be added to a newsletter?\r\n\r\nI have a fifteen minute survey at:\r\n\r\nhttp://www.sogosurvey.com/k/RQsQYQYXsSsPsPsP\r\n\r\nThank you for your time and consideration of my request.\r\n\r\nRegards,\r\n\r\nYvonne Morrin') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2783, 'I would like to renew my membership as well as change my membership level online, but I don\'t think I made an online account or I may have forgotten my log in information.\r\nThank you for your time\r\n\r\nJoanna Magana\r\nP.O.Box 33372\r\nLos Angeles, CA 90033\r\n323-428-8098') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2787, 'Hello,\r\n\r\nJust a short email to enquire if you\'d be interested in buying safari hand made life-sized outdoor/indoor animals/birds metal sculptures that would be suitable for  zoos, museums and parks beautification decor or a building that needs an interesting piece of art at their entrance.\r\n\r\nYou may get a glimpse of how the garden sculptures look like with their prices on our Facebook page at\r\n\r\nhttps://www.facebook.com/pages/Wildlife-Garden-Creations/170689189737328\r\n\r\nA reply from you will be gratefully received. Thank you.\r\n\r\nRegards,\r\nMary Wamaitha ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2791, 'This part-time / temporary recruitment is being given to fill vacancies in the Parks and Recreation division and to create a referral list to fill future vacancies. This position which is located at Micke Grove Zoo will be responsible for maintaining the care, feeding, and cleaning of zoo animals. Candidates will need to be available days, evenings, weekends and holidays.\r\n\r\nTypical Duties\r\n\r\nMonitors the health and well-being of living animal collections by noting physical or behavioral changes, and takes appropriate action; observes for signs of illness or injury, including diet consumption and other variables used to assess animal condition; records and reports problems and consults with supervisory staff and veterinarian as necessary; captures, moves or isolates animals as circumstances require, ensuring safety of the animals, staff and the public. \r\n\r\nPrepares and distributes animal diets; prepares meals according to prescribed needs of animals; adds dietary supplements; maintains safe and sanitary food preparation and storage areas; monitors food and supplies inventory; prepares lists and orders food and supplemental items; rotates stock to ensure fresh food supply. \r\n\r\nCleans, disinfects and maintains animal exhibits and veterinary facilities; removes waste; cleans and disinfects water bowls and water areas; rakes and disposes of leaves and litter; makes minor repairs to maintain integrity of enclosures; monitors for pests and predators; checks operating systems and makes seasonal adjustments as conditions require. \r\n\r\nProvides animal enrichment to simulate natural conditions; researches natural behavior and habitats; plans and implements training projects; documents effectiveness of enrichment provided; identifies and installs appropriate exhibit furnishings, such as perching, nest sites, foraging areas, resting platforms, landscape materials. \r\n\r\nPrepares, distributes, and documents medications, and provides health care under veterinary direction; may calculate and measure restraint drugs; captures or restrains animals for veterinary care procedures and animal management needs; monitors animals during post-operative recovery period. \r\n\r\nMaintains exhibits, grounds, service areas, and support facilities to provide a safe, attractive and healthy environment for animals, and the public; maintains operations of aquatic systems; monitors equipment to maintain required safety standards for zoo species and the public; assists in planning or design to update or create new exhibits. \r\n\r\nSupervises and inspects volunteer staff work; trains volunteer staff. \r\n\r\nInteracts with zoo visitors and general public; explains and enforces zoo regulations and policies; provides information on animal natural history, care and conservation; answers routine questions by zoo visitors; makes presentations to community groups; communicates with professional peers on questions affecting species management and care. \r\n\r\nProvides safe transport of zoo specimens for acquisition, disposition and/or veterinary medical needs and provides species-appropriate temporary housing as required. \r\n\r\nPrepares records and reports regarding zoo activities, as required. \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2792, 'Education: Graduation from a four year accredited college or university with major coursework in biology, zoology, wildlife management, wildlife ecology, animal behavior, or a closely related field. \r\n\r\nExperience: One year paid experience caring for zoo animals and/or exotic species in a zoo or similar setting. \r\n\r\nSubstitution: Additional qualifying paid experience caring for zoo animals and/or exotic species in a zoo or similar setting may be substituted for education on a year for year basis. \r\n\r\nAND \r\n\r\nSpecial requirements: 1) Upon job offer, incumbents must successfully pass a tuberculosis test and maintain a negative tuberculosis test for duration of employment; 2) receive inoculation for rabies within six months of employment.\r\n \r\nCertifications: 1) Obtain First Aid/CPR certificate within six month of employment; and 2) obtain firearm safety training certificate within six months of employment.\r\n \r\nLicense: Possession of a valid California driver’s license. \r\n\r\nNote: Supplemental application must be submitted with employment application.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2793, 'Apply Online: \r\nwww.sjgov.org/hr\r\n\r\nBy mail or in person: \r\nSan Joaquin County Human Resources\r\n44 N. San Joaquin Street Suite 330 \r\nStockton, Ca 95202 \r\n\r\nOffice hours: \r\nMonday – Friday 8:00 am to 5:00 pm; excluding holidays.\r\nPhone: (209) 468-3370 \r\n\r\nJob Line: \r\nFor current employment opportunities please call our 24-hour job line at (209) 468-3377. \r\n\r\nWhen a final filing date is indicated, applications must be filed with the Human Resources Division before 5:00 p.m. or postmarked by the final filing date. Resumes will not be accepted in lieu of an application. Applications sent through county inter-office mail, which are not received by the final filing date, will not be accepted. (The County assumes no responsibility for mailed applications which are not received by the Human Resources Division). \r\n\r\nSan Joaquin County Substance Abuse Policy: San Joaquin County has adopted a Substance Abuse Policy in compliance with the Federal Drug Free Workplace Act of 1988. This policy is enforced by all San Joaquin County Departments and applies to all San Joaquin County employees.\r\n\r\nEqual Opportunity Employer: San Joaquin County is an Equal Employment Opportunity (EEO) Employer and is committed to providing equal employment to all without regard to age, ancestry, color, creed, marital status, medical condition, national origin, physical or mental disability, political affiliation or belief, pregnancy, race, religion, sex, or sexual orientation. For more information go to www.sjgov.org/eeo.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2818, 'Hello,\r\n\r\nI purchased a posting on 5/9/2014 for a keeper position we needed to post and it has changed our PCard but I cannot find the invoice for this $50 purchase.  Can you send this to me as it is needed for my reports and purchasing department records?  For some reason it is not listed under my invoices like my membership dues is.  Help.\r\n\r\nYou can also call me at 713-533-6803 or e-mail the invoice for the purchase to bconner@houstonzoo.org.\r\n\r\nThe card used is in the name of:  Kathi Culbertson') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2822, 'The Phoenix Zoo is looking for a Collection Manager for our Hoofstock animals. Under direction of the Animal Curator, the Collection Manager is responsible for the organization and operation of the Hoofstock department through effective management of staff, animal care and facilities.  This individual will supervise and manage a team of keepers and ensure husbandry and behavioral management practices that support the Phoenix Zoo’s mission and core values. Currently, the Hoofstock trail has 8 employees. The Collection Manager must effectively recruit and train staff, maintain the schedule and payroll duties, and conduct performance management. Additionally, the Collection Manager must create, foster and maintain a positive team-orientated work environment through effective leadership communication, coaching and mentoring. Extensive animal knowledge is needed as the individual in this position will be expected to evaluate and maintain the care and well-being of the animals on the assigned trail and apply established husbandry, nutritional and behavioral management standards. Presentation skills will be key as well as this position will occasionally conduct tours and assist with media and interviews, and assist with the development of interpretive material, messaging and guest experiences. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. The Hoofstock trail has the pleasure of caring for many of them, including our flagship species, the Arabian Oryx.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2823, 'Minimum requirements for this position include a Bachelor’s degree in life science or equivalent experience, 5 years’ experience working with exotic animal husbandry at an accredited AZA institution or related facility, 3 years’ supervisory experience preferred. Applicants must demonstrate proven organizational skills with the ability to multi-task and meet deadlines, excellent oral and written communication, interpersonal and managerial skills, and an ability to successfully solve complex problems and serve as resource to others.All Phoenix Zoo employees are requires to pass pre-employment background checks including a drug test, this position also requires a valid driver’s license and clear annual TB testing.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2824, 'This full time, year-round exempt level position has an hourly wage of $15.75 - $17.72, DOE, and comes with our full benefits package that includes medical, dental and vision insurance, 401(k) with company match, and generous paid time off.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2825, 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at: \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=656&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1\r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2833, 'Hi, \r\nI just updated my address and organization because I was hired at a different zoo and changed locations. I was wondering if you could send me a new membership card because I never got one when I renewed in March. Thanks. \r\nErin Sattler') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2837, 'Virginia Safari Park, a 180-acre drive through zoo and breeding center, is expanding and searching for additional keepers. We maintain an inventory of 1000+ specimens comprised of large groups of hoofed stock as well as a “Safari Village” comprised of primates, walk-through aviary, reptiles and petting area.\r\n\r\nWe currently have full- and part-time / seasonal openings available. These positions require a person with excellent observation skills and a strong work ethic. All keepers will be responsible for the daily care of the animals. Full time keepers are required to maintain their animal records as well as assist in breeding programs.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2838, '•	A strong work ethic, good physical condition and a willingness to learn\r\n•	Must be able to adhere to our strict personal appearance requirements, no visible tattoos permitted.\r\n•	Maintain a non-smoking work environment\r\n•	Have the ability to work in all weather conditions\r\n•	Experience in using or willing to learn to use trucks, tractors, weed eaters, and other types of machinery\r\n•	Minimum of 6 months paid  animal care\r\n•	Must be able to speak in front of large groups confidently \r\n•	Valid Drivers license \r\n•	Will have to work weekends and holidays\r\n•	Must be able to lift a minimum of 50 lbs\r\n•	Basic maintenance of the facility\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2843, 'The Phoenix Zoo is currently seeking a part-time Equine Instructor to assist with equine horsemanship, care-giving, and beginning riding classes under the provided curriculum.  This person will also monitor the public ensuring the safety of visitors and animals and demonstrate familiarity with key message and communication goals for assigned areas.  Equine Instructors are responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting animal behavior, and performing behavioral enrichment and animal training.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  Equine Instructors run our Horse Hands programs, which is an educational, interactive and fun-filled experience connecting people of all ages to the wonder of horses and horseback riding.\r\n\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2844, 'Minimum requirements for this position include experience in teaching/lessons, knowledge of Western Riding and Horsemanship, CHA Level 1 certification preferred, HS Diploma or equivalent with a preference for a BS degree in Life Science or equivalent, ability to work outdoors in all types of weather, and ability to work a flexible schedule.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2845, 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=658&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2849, 'The Phoenix Zoo is currently looking for an Event Facilitator to be responsible for group events at the Zoo.  If you have previous banquet or custodial experience, this may be the job for you!  The Event Facilitator will assist with set-up and break down of event activities, and supervise additional helpers when needed.  This person will also work directly with Caterers, Park Rangers and Bar Staff to execute our events with professionalism and quality guest service. \r\n\r\n\r\n\r\n\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2850, 'Minimum requirements include possession of a valid driver’s license and ability to work a flexible schedule that may include weekends, evenings, and holidays. All Phoenix Zoo employees must pass pre-employment background checks including a drug test.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2851, 'This is a full time position with a starting hourly wage between $10.59 – $11.91 and a complete benefits package that includes medical, dental and vision insurance, 401(k) with company match and generous PTO. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2852, 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=659&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2856, 'Hello,\r\n\r\nOn Feb 25 I signed up for an AAZK membership but I have yet to receive any mail/magazines from AAZK. I was just wondering when I might start receiving the magazine or if I\'ve been missing issues. I double checked and my address is written correctly on my profile. \r\n\r\nThank you,\r\nElena Yaunke') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2864, 'Hi my name is Maribel Urena, I am 22 years old and am currently a veterinary technician at a animal hospital in san diego county, Ca. I am very interested in becoming a zoo keeper but need some guidance on how to get there. I was curious if you offered any internship, volunteer opportunities, or zoology courses. I am very determined and would love to do whatever is needed to make my dreams come true. I hope to hear from yo. Soon thank you for your time!\r\n-Maribel Urena') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2868, 'Hello, im Brittnee Roles. I am currently 14 and not looking for a job, but am looking someplace were I can lead my future in. I am hopefully going to join this after college with my friend chelcie. She wants to become a Vet, and I want to become a zookeeper. We will possible be working here when we are older. But since the facility is in Arizona, and we plan to move to Florida, We will discus this. but that is in 6-7 years times. But I  mostly plan to work here when I am older. Thank You.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2876, 'Tanganyika Wildlife Park is seeking a keeper to work with hoof stock.  Daily general care and maintenance of animals and exhibits for Springbok, Cuvier, Red River Hogs, Warthogs, Anoas, Blue Duiker, Zebra, and Petting zoo animals.  Along with Giraffe, Rhinos, Pygmy Hippos, and Tapirs.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2883, '***Recruitment will begin May 29, 2014***\r\n\r\nGENERAL PURPOSE:\r\nUnder general supervision, perform duties to support and document health care and feeding of zoo animals. \r\n\r\nTYPICAL DUTIES:\r\nAssist veterinary staff with healthcare of all zoo animals. Involves: Take vital signs. Perform routine medical treatments including give medicine, trim nails and beaks, give vaccinations, and clean and bandage wounds. Take and process x-rays. Draw blood from all species of animals. Dispense prescriptions. Conduct fecal sample analysis. Perform lab tests and send out for diagnosis. Set up and assist in surgery. Perform necropsies of small mammals, fish, avian, and reptiles. Report information to pathologist, pack and mail specimens.\r\n \r\nAssist with quarantine and animal husbandry. Involves: Set up enclosures for specific species. Research diets and prepares for arrival. Prepare temporary diet card for special diet items. Feed, clean and observe animals. Ensure quarantine animals are in good health. Disinfect animal enclosure after animal departure. Collect fecal samples. Give medication as required. Keep accurate records of consumption and temperature. \r\n \r\nPerform maintenance and record keeping duties for zoo. Involves: Clean and disinfect exam and treatment rooms, surgery and scrub rooms, laboratory, pharmacy, x-ray and quarantine areas. Sterilize surgical instruments, drapes and equipment. Receive, log, tag and store medical equipment, supplies and medications. Establish and maintain animal medical files. Input data into computerized program. Contact other zoos, laboratories and research facilities for medical information. Keep logs of consumption, medical treatment, parasitology, observation and other necessary data. Answer questions about the zoo as needed.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2886, 'Note: Recruitment will begin on May 29, 2014.  On May 29, 2014, interested applicants must go to www.elpasotexas.gov to apply. Applications are only accepted online. Applicants are encouraged to apply immediately on May 29, 2014.  This position will close once a preset number of qualified applications have been received.\r\n\r\nFor questions, contact Maricruz Shark at 915 212-1268.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2890, 'The Phoenix Zoo is looking for a Collection Manager for our Primates. Under direction of the Animal Curator, the Collection Manager is responsible for the organization and operation of the Primates department through effective management of staff, animal care and facilities.  This individual will supervise and manage a team of keepers and ensure husbandry and behavioral management practices that support the Phoenix Zoo’s mission and core values. Currently, the Primates trail has 6 employees and approximately 55 primates, as well as some birds and other mammals in mixed exhibits. The Collection Manager must effectively recruit and train staff, maintain the schedule and payroll duties, and conduct performance management. Additionally, the Collection Manager must create, foster and maintain a positive team-orientated work environment through effective leadership communication, coaching and mentoring. Extensive animal knowledge is needed as the individual in this position will be expected to evaluate and maintain the care and well-being of the animals on the assigned trail and apply established husbandry, nutritional and behavioral management standards. Presentation skills will be key as well as this position will occasionally conduct tours and assist with media and interviews, and assist with the development of interpretive material, messaging and guest experiences. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  The Primate keepers have many opportunities to inspire guests; the Phoenix Zoo has the only walk-through squirrel monkey exhibit in the United States, allowing guests to walk into an open exhibit where squirrel monkeys scamper through bushes and trees just inches away.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. \r\n\r\n\r\n\r\n \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2891, 'Minimum requirements for this position include a Bachelor’s degree in life science or equivalent experience, 5 years’ experience working with exotic animal husbandry at an accredited AZA institution or related facility, 3 years’ supervisory experience preferred. Applicants must demonstrate proven organizational skills with the ability to multi-task and meet deadlines, excellent oral and written communication, interpersonal and managerial skills, and an ability to successfully solve complex problems and serve as resource to others. All Phoenix Zoo employees are requires to pass pre-employment background checks including a drug test, this position also requires a valid driver’s license and clear annual TB testing.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2892, 'This full time, year-round exempt level position has an hourly wage of $15.75 - $17.72, DOE, and comes with our full benefits package that includes medical, dental and vision insurance, 401(k) with company match, and generous paid time off.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2893, 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at: \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=661&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2897, 'Lions, tigers and bears, oh my!\r\n\r\nThe Phoenix Zoo is currently looking for a Senior Keeper for our Carnivores.  Senior Keepers must demonstrate significant knowledge of husbandry practices and be able lead and mentor staff in the performance of these practices.  Daily tasks include observation and reporting on all assigned animals, including dietary observations with a knowledge of nutritional requirements for assigned species, amend and update standard operating procedures and train staff on area SOP’s ensuring training protocols are being followed, initiate engagement and interaction with guests of all ages, develop interactive animal programs, perform cleaning and maintenance of assigned exhibits and make minor repairs when needed, and provide leadership in emergency situations. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. \r\n\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2898, 'This position requires a BS degree in Life Science or equivalent experience and at least 5 years paid work relevant to animal husbandry.  Other minimum qualifications include behavioral enrichment or operant conditioning experience, extensive knowledge of exotic animal nutrition and public engagement and communication. All Phoenix Zoo employees are required to pass a pre-employment background check and drug screen, this position will also require an annual TB test and a valid driver’s license.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2900, 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at: \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=665&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2904, 'The Phoenix Zoo is currently seeking a full-time Conservation Technician.  This person will be responsible for maintaining the safety, health and well-being of all assigned conservation specimens through the performance of documented husbandry practices.  Conservation Technicians monitor and report dietary consumption, observe and report any health or behavioral concerns or abnormalities, and participate in field conservation activities as assigned.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. The Conservation department cares for many of them, and they have been instrumental in the progress of our Arabian Oryx efforts, leading to the first time in IUCN history that a species has been upgraded from “endangered” to “vulnerable”.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2905, 'Minimum requirements for this position include a HS Diploma with a preference for a BS Degree in Life Science or related field, 1 year experience in work relevant to animal husbandry, and a valid driver’s license.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2906, '\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at: \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=660&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2910, 'I had to reset my password recently.  In the process, I was given a very generic user name which replaced my chosen user name.  I have been looking around the AAZK members site for a way to change my user name back to something of my choosing.  Please let me know if there is a way to do this.\r\n\r\nThanks.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2918, 'Hello again, I\'ve been trying to retrieve my account so that I can renew my membership but I have not received word. It keeps telling me none of the emails I have tried are valid. Please help. I\'m an officer for our local chapter so would like to get my membership up to date.\r\n\r\nThank you ,\r\nThea Etchells') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2922, 'To whom this may concern,\r\n\r\nI have been dreaming of having a career workingwith/taking care of animals since childhood. Within the past year, while still earning my associate\'s degree in liberal arts, I finally narrowed down my calling to Zoo keeping. As I am in Upstate NY, there aren\'t many volunteer opportunities nearby for me to gain experience outside of my old Vet Clinic job back in high school and my own personal experience taking care of a long list of pets over the years. My question is how does someone like me get onto the correct path to make my dream job a reality?\r\n\r\n\r\nPlease and Thank You for taking your time to read this and for the advisement you have to offer. Have a wonderful day!\r\n\r\nTori J. Calandra') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2926, 'This is an As-Needed position, therefore there is no guarantee of hours.  The ideal candidate will be available to work weekdays, weekends and holidays.\r\n\r\nSubject to collective bargaining agreement \r\n\r\nSUMMARY: Under general supervision, has responsibility for the care, welfare and safety of animal exhibits including rare or valuable specimens; maintains the physical quarters, surroundings and/or environment of such animals; answers questions and gives information to the visiting public; and performs related duties as required. Requires responsibility for: carrying out existing methods and procedures relating to care, maintenance, safety of valuable and/or rare species and making numerous contacts with the public and other employees. \r\n\r\nESSENTIAL DUTIES & RESPONSIBILITIES include the following. Other duties may be assigned.\r\n\r\nCleans and maintains enclosures, cages, stalls, moats, barns, pools, yards, roads and related areas; removes animal excrement and food remnants; rakes sand and leaves; sweeps and hoses down area as necessary.\r\nPrepares food for animals; regulates and distributes food once prepared; loads and unloads foodstuffs; maintains feed and storage areas.\r\nObserves behavior of animals on both a day-to-day and long-term basis; notes any unusual behavior, signs of illness or injury, change in appetite, start of breeding cycle, or lack of compatibility with group members and reports same to Veterinarian or supervisory personnel; assists in administering medication or other treatments for illness or injury as directed.\r\nAnswers questions or gives information regarding animals, zoo operations, and zoo exhibits to the visiting public; maintains crowd control when animals are loose or being moved; observes the public to prevent malicious acts which could result in harm to the public, or zoo animals or loss of zoo property.\r\nAssists in the crating and uncrating of animals; catches and restrains as necessary; may assist in transfer between locations.\r\nDesigns and builds displays within existing enclosures; assists with the planning and care of landscaped areas within or near enclosures; makes minor and emergency repairs to zoo equipment and facilities; assists maintenance personnel in repair or maintenance work.\r\nPrepares and maintains food, drives a vehicle to deliver equipment, materials or supplies; or performs related duties as required.\r\nInteracts with Zoo visitors and staff courteously and offers proper attention at all times.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2927, 'REQUIRED QUALIFICATIONS:  To perform this job successfully, an individual must be able to perform each essential duty satisfactorily. The requirements listed below are representative of the knowledge, skill, and/or ability required. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. \r\n\r\nDESIRED QUALIFICATIONS:  The San Francisco Zoo encourages bilingual candidates to apply.\r\n\r\nEDUCATION: High school diploma or general education degree (GED)\r\n\r\nEXPERIENCE: One year paid experience working with ranch, farm, or exotic animals. A degree from an institution offering specialized animal management programs with a hands-on component or an internship working with animals may meet this qualification.  Ability to read and interpret documents such as safety rules, operating and maintenance instructions, and procedure manuals. Ability to write routine reports and correspondence.  Ability to speak effectively before groups.  Ability to work in a team environment and be a team player.  Ability to interpret a variety of instructions furnished in written, oral, diagram, or schedule form.\r\n\r\nDESIRED EXPERIENCE & SKILLS:  Minimum 1 year experience in an AZA accredited institution preferred.\r\n\r\nCERTIFICATES, LICENSES, REGISTRATIONS: A valid Drivers License.\r\n\r\nPHYSICAL DEMANDS: The physical demands described here are representative of those that must be met by an employee to successfully perform the essential functions of this job. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. While performing the duties of this job, the employee is regularly required to stand and walk.  The employee frequently is required to reach with hands and arms and talk or hear.  The employee is occasionally required to climb or balance and stoop, kneel, crouch, or crawl.  The employee must regularly lift and/or move up to 50 pounds and occasionally lift and/or move up to 80 pounds.\r\n\r\nWORK ENVIRONMENT: The work environment characteristics described here are representative of those an employee encounters while performing the essential functions of this job. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. While performing the duties of this job, the employee is regularly exposed to outside weather conditions.  The employee is occasionally exposed to moving mechanical parts.  The noise level in the work environment is usually moderate. While performing the duties of this job, the employee is frequently exposed to potentially hazardous animals. May involve exposure to possible serious accidents or injury and to very disagreeable working conditions in handling dangerous or sick animals or raw sewage and other refuse.\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2933, 'JOB SUMMARY\r\nThe Hutchinson Zoo is looking for an applicant with familiarity with reptiles including experience with venomous species as well as other taxa; is detail oriented and communicates effectively.  The ideal candidate should be able to show initiative in developing and growing our reptile collection.\r\n\r\nUnder the supervision of the Zoo Curator, this position performs the full range of activities required for the care and management of animals in a municipal zoo collection including maintaining a safe, healthy, clean, and attractive living environment and provides courteous assistance to the public. This employee should possess excellent public relation and organizational skills. \r\n\r\nESSENTIAL FUNCTIONS		\r\n\r\n•	Observes, interprets, and documents animal behaviors, health status, and food consumption; advises supervisory staff of problems or concerns; Provides animals with adequate diets, fresh water and activities to maintain animal physical and psychological well-being; Provide care for animals such as vaccinating, worming and other treatments; providing proper habitats for mammals, reptiles and birds; weighing animals;\r\n\r\n•	Maintains indoor and outdoor cages, enclosures, exhibits, holding cages and service areas by cleaning, disinfecting and performing general maintenance to these areas as needed; Conducts scheduled inspections of their areas and  grounds to ensure animal well-being and the security of City property; Assists the veterinarian in the evaluation, diagnosis, medication,  and treatment of animals; administers first aid to injured or sick animals;\r\n\r\n•	Performs preventative or routine maintenance of animal environments including collection, installation, and/or maintenance of furnishings and substrates;  Opens and closes zoo buildings and grounds and assists in providing security during public hours; Assists in providing zoo visitors informational, promotional, and educational opportunities.\r\n\r\n\r\n\r\n\r\n\r\nOTHER CHARACTERISTICS\r\n\r\nAbility to:\r\n\r\n•	Operate a weed-eater, lawn mower, department vehicles, tractors, and other department equipment;\r\n\r\n•	Understand and anticipate problems, to enforce department safety policies and procedures, and to interpret written instructions, wildlife laws, reports, and manuals; and\r\n\r\n•	Effectively communicate with co-workers, supervisors, and the general public. \r\n\r\n\r\nKnowledge of: \r\n\r\n•	Animal maintenance and care, department policies and procedures, animal husbandry, and some mathematics.\r\n\r\nSkilled in:\r\n\r\n•	Excellent public relation, organizational, oral and written communication skills.\r\n\r\n\r\n\r\nENVIRONMENTAL CONDITIONS & PHYSICAL DEMANDS\r\n\r\n\r\nWorking Conditions:\r\n\r\nSome adverse working conditions exist within this position.  Exposure to blood borne pathogens, hazardous chemicals, work in confined spaces, and all types of weather conditions is expected.  This employee handles potentially dangerous animals. \r\n\r\nPhysical Requirements: \r\nManual labor including lifting and carrying heavy objects, extensive walking, and the ability to operate departmental equipment is required daily in this position.\r\n\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2934, 'Experience: \r\nOne year of full time paid work experience in a zoological, wildlife park or a closely related environment is required.  Employee is expected to have acquired the necessary information and skills to perform the job reasonably well within one year of employment.\r\n\r\nEducation:\r\nA bachelor’s degree in biology, zoology, or a related field and one (1) year of verifiable experience in the care and feeding of a variety of exotic animals is desirable.\r\n\r\nCertifications and Licenses: \r\nThis employee must possess a valid Kansas Driver’s License.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2956, 'Hello,\r\n\r\nWriting to enquire if you\'d be interested in buying life-sized wildlife  animal metal sculptures that would be suitable for zoos, museums, parks, attractions, aquariums, home/public garden beautification decor or a building that needs an interesting piece of art at their entrance.\r\n\r\nYou may get a glimpse of how the Life-sized sculptures look like with their prices on our Facebook page at\r\n\r\nhttps://www.facebook.com/pages/Wildlife-Garden-Creations/170689189737328\r\n\r\n\r\nA reply from you will be gratefully received. Thank you.\r\n\r\nRegards,\r\nMary Wamaitha\r\n\r\nHappy to chat if you have a second.\r\n-Mary\r\n(+254) 707-140-092\r\nhttp://bomaafricaheritage.kbo.co.ke') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2960, 'The Phoenix Zoo is seeking a full-time keeper to join our Hoofstock team.  This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting animal behavior, performing behavioral enrichment and animal training, and providing positive guest experiences. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2961, 'Minimum requirements include 6 months paid or 1 year volunteer experience in animal husbandry, possession of a valid driver’s license, and a preference for a candidate with a bachelor’s degree in Life Science or related field. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2962, 'To view a more complete description and list of requirements, and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=666&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2966, 'The Houston Zoo is seeking an experienced, people-oriented individual for the position of Zoo Supervisor in our Children’s Zoo Program Animal Section. The Children’s Zoo is a multi-taxa department housing over 80 species of mammals, birds, reptiles, amphibians, and invertebrates. The focus of the collection and the staff is on creating lifelong connections between people and animals. The Program Animal Section within the Children’s Zoo houses an additional 40 species of animals that are used in both onsite and offsite educational programming and presentations.  \r\n\r\nDuties of this position include, but are not limited to, the co-supervision of a staff of 19 keepers, including the selection, development, evaluation, performance management, and scheduling of employees. Supervisors oversee and participate in the daily husbandry (including diets, training, enrichment, propagation, and health care), exhibit maintenance and upkeep, coordination of animal shipments, guest experience, as well as in educational, media, and conservation programs. In addition, the Program Animal Zoo Supervisor will coordinate the activities of trainers and training teams and will be responsible for training staff, volunteers, and animals for presentations. Other duties for this position are outlined in the job description below.\r\n \r\nThe successful candidate for this position will be a motivated, energetic, and a team-oriented individual with good problem solving, written/oral communication, and organizational/interpersonal skills. This candidate must have experience managing similar programs, must have an extensive background in operant conditioning with a variety of taxa, excellent public speaking and presentation skills, and must be comfortable speaking on camera for media presentations. \r\n\r\nRESPONSIBILITIES:\r\n•	Directs personnel, including volunteers, in the care, maintenance and display of domestic and exotic animals.\r\n•	Responsible for the selection, development, evaluation, and performance management of direct reports. \r\n•	Directs, organizes, prioritizes, and schedules work assignments within section. \r\n•	Observes and evaluates the physical and behavioral condition of animals; documents and communicates to Curator and/or veterinarians as appropriate. \r\n•	Improves the quality of life of the animal collection by providing environmental and behavioral enrichment opportunities.\r\n•	Trains select animals using operant conditioning techniques for the purposes of husbandry procedures, veterinary treatment, and educational presentations; coordinates activities of individual trainers and training teams.\r\n•	Designs and maintains exhibit furnishings, props and decorations providing safe, attractive and enriching environments. \r\n•	Works with Facilities, Horticulture, and other departments to maintain and improve exhibits, holding areas, and guest areas.\r\n•	Participates in the development of animal handling guidelines, educational programming and materials to communicate with and educate visitors about animals and conservation.\r\n•	Provides direct animal care as needed for health and well-being of animals within assigned areas.\r\n•	In collaboration with the Curator and veterinary staff, may participate in medical procedures and administer medication as directed.\r\n•	Develops and implements standard operating guidelines.\r\n•	May serve as an institutional representative for selected species to national taxa advisory groups, attending conferences and meetings as required.\r\n•	Directly involved in acquisition/disposition of specific animals.\r\n•	Initiates requisitions for equipment and supplies.\r\n•	Works closely with Education, Public Relations, and Special Events departments to coordinate talks, tours, and animal encounters for a wide variety of events, media opportunities, and VIP groups.    \r\n•	Oversees animal management record-keeping and documentation, using TRACKS, Microsoft Office applications, and other programs to track detailed information and keep records for animals and staff. \r\n\r\nSUPERVISION:	\r\nThis position reports to the Children’s Zoo Curator and oversees a team of animal care staff.\r\n\r\nPHYSICAL EFFORT/SKILL:\r\nThis position may require moderate physical effort on a daily basis such as walking, bending, stooping, repetitive motions, lifting heavy objects (up to 50 pounds), or standing for long periods. This position may require the ability to make coordinated gross motor movements in response to changing external stimuli within moderately demanding tolerances. \r\n\r\nWORK ENVIRONMENT:\r\nThere are routine exposures to significant levels of heat, cold, moisture, or inclement weather. This position may involve exposure to zoonotic disease, chemical substances or physical trauma of a minor nature such as cuts, bruises and minor burns. This individual may be required to work around potentially dangerous animals.\r\n\r\nPUBLIC CONTACT:\r\nThis position involves extensive contact with the public, donors, Zoo Members, and the media, requiring excellent interpersonal skills and an appreciation of the importance of guest service. \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2967, '•	A minimum of five years of experience in an AZA or equivalent facility, with demonstrated experience with the relevant groups of animals. \r\n•	A certificate of completion from an acceptable animal care program may be substituted for one year of exotic animal care experience.\r\n•	Bachelor’s degree in zoology, biology, animal husbandry, or related field preferred; additional experience may be considered in lieu of up to two years of formal education.\r\n•	Experience managing a collection of program animals used for educational public presentations.\r\n•	Strong interpersonal, team-building, and communication skills. Must possess the ability to effectively partner with all levels of staff and interact with a diverse workforce.\r\n•	Valid Texas driver’s license or ability to obtain one within 60 days of employment.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2968, 'Applicants can visit www.houstonzoo.org/careers to download an application \r\nE-mail resume and completed application to careers@houstonzoo.org \r\nHouston Zoo is an Affirmative Action/Equal Opportunity Employer\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2972, 'The Phoenix Zoo is seeking a full-time temporary keeper for our Carnivores.  This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting on animal behavior, performing behavioral enrichment and animal training, and providing positive guest experiences. \r\n \r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.\r\n\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2973, 'Minimum requirements include a high-school diploma or equivalent with a preference for an individual with a Bachelor’s Degree in Life Science or related field, 6 months paid or 1 year volunteer experience in animal husbandry, and possession of a valid driver’s license. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require a clear TB skin test. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2974, 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=664&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2978, 'I am no longer employed at Binder Park Zoo but I am a docent at Potter Park Zoo. I need to change my membership level to Affiliate. Also I have changed my password 3 times yet I cannot sign in to renew online. It keeps telling me that the password is incorrect. Please advise!!') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2982, 'JOB OBJECTIVE:  To plan and direct the Education Division at the Little Rock Zoo which include developing and evaluating interpretive educational programs, managing the penguin exhibit, training education staff and volunteers to present interpretive programs and tours, and developing graphics for activities, programs, and events at the Little Rock Zoo.\r\n\r\nESSENTIAL JOB FUNCTIONS:  Plans, develops, and oversees Education Division programs and activities to include developing and evaluating interpretive educational programs, youth volunteer and docent programs to assist staff in education and programming activities, community outreach programs; management of the penguin exhibit, and development of graphics for activities, programs and events at the Little Rock Zoo. Develops and implements education program curriculum and interpretive materials, displays, signs, brochures, articles, and other related materials for use by staff in presenting onsite and off-site classes and tours to the public; designs and produces Zoo informational and publicity releases, and fliers for special and educational events at the Zoo; conducts research and develops material for Zoo animal identification graphics, new animal exhibits, and interpretive areas within the Zoo; operates computer with graphic production software; graphic printer, laminator and related equipment to development zoo graphics. Develops and implements short and long-range plans for Zoo education programs; evaluates and makes recommendations for educational programming for current and new animal exhibits; implements upon approval of the Zoo Director. Recruits, supervises, and trains volunteer Docents to present Zoo related educational classes, outreach programs, and Zoo tours. Compiles information, conducts research and prepares various narrative and statistical reports relative to Division activities and programs. Compiles and prepares tentative annual budget figures for the Education Division; monitors Division expenditures; requisitions approved supplies, publications, and equipment. Monitors program presentation schedules to ensure that a variety of groups are participating in the education programs. Investigates operational and administrative problems or complaints; reports findings and recommends solutions. Reviews policies and procedures and makes recommendations for revision; develops and implements procedures to ensure effective operation of assigned projects and programs; develops and maintains functional or operational manuals outlining established methods of performing work in compliance with organizational policies and procedures. Coordinates with the Animal Division the care and training of the Zoo animals designated for education purposes to include onsite, outreach interpretation, and events; trains staff and volunteers; serves as liaison to other zoo divisions by providing animals for promotional and special events, and various Departmental activities. Maintains information on the education animal collection and training manuals for use by docents and Zoo staff; conducts research, analyzes data, and compiles information to ensure all training data and related information are up to date. Assigns, prioritizes, and reviews the work activities of assigned personnel. Serves as the Zoo representative at various functions in the absence of the Director of the Zoo as assigned. Instructs Docents and other volunteers in basic and advanced\r\nzoology, zoo history, zoo geography, and safe and efficient methods of animal exhibition and Zoo operations. Develops public education programs to promote public awareness of zoo education programs in the community; disseminates information, writes articles, speaks to schools,community groups, civic groups, businesses, neighborhood associations and other organizations at local, state, and national levels. Develops, monitors, and evaluates divisional grants and special projects; ensures compliance with all applicable federal, state, and local laws, ordinances, policies, and regulations. Monitors and ensures all applicable local, state, and federal permits are obtained for Education program animal and biofact collections; ensures compliance with all applicable policies, procedures, ordinances, and laws. Develops, implements, and monitors information relative to Education Programs on the Zoo’s website; coordinates with Zoo Marketing staff to post and update information. Prepares and presents Zoo promotional programs to encourage civic, professional, and other groups to participate or sponsor various Zoo programs and events. Conducts research, analyzes data, and prepares narrative and statistical reports on various topics, such as the demographics of program participants, and other reports as requested. Provides conservation education materials and assistance with special event operations as assigned. Assists Director of the Zoo and Zoo management staff in the development of Zoo master planning and implementation. Maintains demographic data on groups participating in education programs; maintains training records on Docents and teen volunteers. Establishes and maintains hard copy and computer files and records relating to Division programs, operations and activities. Operates a computer with database, desktop publishing, graphics, spreadsheet, and word processing software. Operates a City pool automobile in the performance of essential job functions.\r\n\r\nSUPERVISORY RESPONSIBILITIES: Zoo Education Outreach Coordinator, Animal Keeper (s), assigned part-time employees, volunteer Zoo Docents, and other volunteers assisting in the education programs at the Zoo.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2983, 'MINIMUM QUALIFICATIONS AND ADDITIONAL REQUIREMENTS:\r\nThese knowledge, skills, and abilities are usually, although not always, acquired through completion of a Bachelor’s degree in Environmental Education, Natural Resources Interpretation, Zoology, Biology, Natural History, or related field; two (2) years of work experience developing and implementing educational programs, preferably in a zoo setting and two (2) years of supervisory experience. Equivalent combinations of education and experience will be considered.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (2985, 'APPLICATION REQUIREMENTS: ONLY On-Line Applications Accepted. Application and Supplemental Questions required by closing date.  Applications will be screened for minimum qualifications.\r\n\r\nPosition is open until filled and may close without notice.\r\n\r\nAPPLICATIONS MAY BE FILED ONLINE AT:\r\nhttp://www.lrjobs.net') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3022, 'The Conservators’ Center is a nonprofit organization that preserves threatened species through rescuing wildlife in need, responsible captive breeding, and providing educational programs and support worldwide. We are seeking an experienced full-time animal keeper that shares our passions. Our animal keepers report to our Animal Care Supervisor, and are responsible for providing second-to-none care of our residents. Our ideal candidate would be someone that could quickly move into a supervisory or leadership role within the Animal Care Department.\r\n\r\nWe are seeking candidates who have experience working with mammals in captivity (large carnivore experience is preferred). Applicants must be able to work within a team structure, as well as function independently as needed. Applicants must be able to adhere to strict safety protocol, and must be able to work safely in less than ideal conditions, including, but not limited to, heat, cold, and wet conditions. Applicants must be able to work on their feet for up to 8 hours per day, and must be able to comfortably lift 50 pounds. Applicants must be willing to work weekends and holidays, as well as be on call in the event of inclement weather.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3023, 'Minimum job qualifications:\r\n\r\nHigh school diploma, or equivalent.\r\n1 year of paid experience working with exotic mammals.\r\nStrong interpersonal, team-building, and communication skills.\r\nBasic skills with Microsoft Office and Excel software applications.\r\nLicensed to operate a motor vehicle in North Carolina, or the ability to obtain a license.\r\nAbility to lift at least 50lbs.\r\n\r\nPreferred job qualifications:\r\n\r\nTwo-year or four-year degree in one of the natural sciences or a closely related discipline.\r\n3 years of experience working with exotic mammals, with at least 1 of these years being in an employee capacity.\r\nExperience as a lead keeper.\r\nConstruction and maintenance experience, especially in carpentry and fencing.\r\n1 year of experience working in the capacity of a vet tech with either domestic or exotic animals.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3042, 'Tiger World is located just 20 minutes North of Charlotte, NC and has animals including Lions, Tigers, Leopards, Lemurs, Baboons, Bears and more. We have available 3-month Intern positions throughout the 2014 year including for SUMMER (Jun 27-Sept 23), or FALL (Sept 26-Dec 23) WINTER (Dec 29, 2014-Mar 24, 2015) SPRING (Mar 27- Jun 23). If you have always wanted an opportunity to work with these amazing animals please apply. Visit our website at www.TigerWorld.us to learn more about us.\r\n\r\nInterns will have the opportunity to gain practical work experience and knowledge caring for Bears, Primates, and Big Cats.  Under close supervision you will learn how to prepare diets, clean habitats, observe and document, implement enrichment, repair and build enclosures, give guided tours to visitors, assist with veterinary care, crate animals for transport and more.  There are opportunities for extending the internship to six [6] months and more advanced learning depending upon your commitment, dedication, and how well you work with the team and animals.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3043, '1. Candidates should have at least two (2) years of program studies in zoology, animal management, biology, exotic animal husbandry or a related field.  Applicants who have already achieved their bachelors is a plus.\r\n2. Must be able to do some heavy lifting of at least 50 pounds.\r\n3. Must be able to work in unfavorable weather conditions including rain, snow, extreme heat, and freezing temperatures.\r\n4. Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\n5. Must be able to follow instructions and required policies and procedures.\r\n6. Must be honest, trustworthy and organized.\r\n7. Must have valid driver\'s license and social security card or if from outside the US, a Green Card and Visa, or Visa Waiver Program.  Knowing how to drive a stick shift is a Plus.\r\n8. One [1] letter of reference/recommendation.\r\n9. Unofficial or official school transcript and/or a copy of your degree.\r\n10. Up-to-date vaccinations including for Tetanus and be TB Negative.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3044, 'This is an unpaid voluntary position, however housing and a weekly stipend of $50 will be provided.  The use of the company vehicle (stick shift) may be available if you have your own car insurance.  We also evaluate the Interns for future employment opportunities with Tiger World. \r\n\r\nThis internship is not affiliated with a college or university for credit hours, however some colleges and universities have recognized Tiger World to fulfill internship requirements.  It is the applicant\'s responsibility to determine if your college or university recognizes Tiger World\'s Intern studies program.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3045, 'Please send your Resumé and Cover Letter to careers@tigerworld.us along with your letter of recommendation and transcripts.  We also enjoy pictures of your past experiences, please include them with with your application.  \r\n\r\nYou MUST indicate which internship you are available for SUMMER (Jun 27-Sept 23), or FALL (Sept 26-Dec 23) WINTER (Dec 29 2014-Mar 24, 2015) SPRING (Mar 27- Jun 23).  We carefully evaluate all applicants and will call for interviews over the phone.  Good Luck!') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3049, 'Tiger World is located just 20 minutes North of Charlotte, NC and has animals including Lions, Tigers, Leopards, Lemurs, Baboons, Bears and more. We have available 3-month Intern positions throughout the 2014 year including for SUMMER (Jun 27-Sept 23), or FALL (Sept 26-Dec 23) WINTER (Dec 29, 2014-Mar 24, 2015) SPRING (Mar 27- Jun 23). If you have always wanted an opportunity to work with these amazing animals please apply. Visit our website at www.TigerWorld.us to learn more about us.\r\n\r\nInterns will have the opportunity to gain practical work experience and knowledge caring for Bears, Primates, and Big Cats.  Under close supervision you will learn how to prepare diets, clean habitats, observe and document, implement enrichment, repair and build enclosures, give guided tours to visitors, assist with veterinary care, crate animals for transport and more.  There are opportunities for extending the internship to six [6] months and more advanced learning depending upon your commitment, dedication, and how well you work with the team and animals.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3050, '1. Candidates should have at least two (2) years of program studies in zoology, animal management, biology, exotic animal husbandry or a related field.  Applicants who have already achieved their bachelors is a plus.\r\n2. Must be able to do some heavy lifting of at least 50 pounds.\r\n3. Must be able to work in unfavorable weather conditions including rain, snow, extreme heat, and freezing temperatures.\r\n4. Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\n5. Must be able to follow instructions and required policies and procedures.\r\n6. Must be honest, trustworthy and organized.\r\n7. Must have valid driver\'s license and social security card or if from outside the US, a Green Card and Visa, or Visa Waiver Program.  Knowing how to drive a stick shift is a Plus.\r\n8. One [1] letter of reference/recommendation.\r\n9. Unofficial or official school transcript and/or a copy of your degree.\r\n10. Up-to-date vaccinations including for Tetanus and be TB Negative.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3051, 'This is an unpaid voluntary position, however housing and a weekly stipend of $50 will be provided.  The use of the company vehicle (stick shift) may be available if you have your own car insurance.  We also evaluate the Interns for future employment opportunities with Tiger World. \r\n\r\nThis internship is not affiliated with a college or university for credit hours, however some colleges and universities have recognized Tiger World to fulfill internship requirements.  It is the applicant\'s responsibility to determine if your college or university recognizes Tiger World\'s Intern studies program.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3052, 'Please send your Resumé and Cover Letter to careers@tigerworld.us along with your letter of recommendation and transcripts.  We also enjoy pictures of your past experiences, please include them with with your application.  \r\n\r\nYou MUST indicate which internship you are available for SUMMER (Jun 27-Sept 23), or FALL (Sept 26-Dec 23) WINTER (Dec 29 2014-Mar 24, 2015) SPRING (Mar 27- Jun 23).  We carefully evaluate all applicants and will call for interviews over the phone.  Good Luck!') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3056, 'To whom it may concern,\r\n   I have been a member of AAZK for the last year, however, it was done through my school program (Davidson County Community College; The Zoo and Aquarium Science Program). I know that my membership has expired and I would very much like to rejoin. I have since graduated so I am no longer a student and would like to purchase the Affiliate Membership seeing as how I do not have a keeper job as of yet but still continue to volunteer.\r\n   Please let me know how I can go about renewing this! My old email was LSmith0919@davidsonccc.edu\r\n\r\n   Thank you,\r\n    Leslie Smith') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3060, 'The Phoenix Zoo is currently seeking a Senior Horticulturist to perform the design, installation and maintenance of landscape materials, water features and irrigation systems.  This person will also be responsible for the use and maintenance of power equipment and pesticides, identifying plant needs and problems and developing solutions to those problems, project management and horticulture interpretation, and mentoring the Horticulture team\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. The Phoenix Zoo\'s landscapes are designed to make you feel as if you have journeyed to far corners of the earth and are personally discovering marvelous critters. It\'s full of rare and interesting plants and many distinct landscapes and gardens. There are butterfly gardens and bird gardens, gardens for very special kinds of lions and tigers and bears and lots of other animals, too. The zoo is a paradise for gardeners. There is tremendous diversity, from water gardens to Xeriscape, roses to tropical plantings. We have a huge variety of plants at different stages of growth and in different combinations making up many different landscape designs and microclimates.\r\n\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3061, 'Minimum requirements for this position include a Bachelor’s degree in Horticulture, Agriculture, Botany or relevant degree or experience/knowledge or combination of experience with a technical certificate, 10 years’ experience in landscape maintenance, knowledge of landscape and irrigation equipment (i.e., PVC, valves and drip irrigation), experience with hand and power equipment, and knowledge or experience with local plant palette.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require a valid driver’s license and annual TB testing.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3062, 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n  \r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=671&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from our job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3066, 'Hello,\r\n\r\nI noticed that you\'re located in Tucson, AZ. I live in Arizona and I am looking for recommendations on which of the three main universities in Arizona to attend to become a biologist/zoologist. Does the American Association of Zoo Keepers work directly with the University of Arizona? Do you know if the U of A offers a zoology degree? Thank you. Hope to hear from you soon.\r\n\r\n-Kim Harper ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3070, '\'(The Italy/Italian: Sicily-Sicilian Mafia La Cosa Nostra/La Costra Nostra)\'[The Mexican*, And, The South American*, Cocaine Kartelz, And, The *~Far-Eastern Asian*~/~Afghanistan-Pakistan Mountain~ Opium/Heroin-Poppy Kahrtul`*.]; {Cocaine, Go!, Go Cocaine!, Cocaine Go!... :| }.\r\n\r\nHamas*, Hezbollah*,(Etcetera*).... < The Multi-National Middle-East Continent*/World, and, "Al-Qaeda"*; Middle-East Regional Civil Hostilities/Warfare/Bombings.\r\n\r\nThe Syria & Somalia Civil Wars, The Mexican Drug War, The Colombian Armed Conflict, Iraq* Civil Hostilities, Afghanistan* Civil Hostilities, Pakistan* Civil Hostilities, The South-American/African Continental Civil Hostilities, The Korean Crisis.\r\n\r\nThe South-American/African Continental/World-Inter-Continental Economies.\r\n\r\n[U.S.A. "U.S.A./International Street Gangs"; Ousting Acid, Meth]: As... we may ponder towards... what, a "Singular/Numerical-National Hostile Terrorizing Warfare Criterion, International Societal Chaos Debacle, via scientifically conclusive understanding, going unrecognized: Being Societal Dysfunction/Non-Concise Coexistence within International U.N.-Member State Infrastructure (Planetary Geographically), resulting in International Societal Chaos Debacle"?].\r\n\r\nThe U.N. Organization and its Divisions, as well as its comprised Member States, retains present within the Global society of Earth.\r\n\r\n(The Area 51 Conflict)*; World “Insurgency”.\r\n\r\n[Contextual> World Societal Dysfunction Reference, Present Example/Definitive]\'') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3074, 'part time educator position available  for late summer. Applicants responsible for the daily feeding, cleaning, enrichment, handling and socialization of our ambassador collection, as well as exhibit maintenance, giving entertaining interactive programs onsite as well as outreach. Hours 20-32/week') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3075, 'must have bs degree in zoology or related discipline. Must have at least one year minimum experience in husbandry, training, and show presentation of non domestic animals in a professional setting. Must have clean driving record and be physically fit(able to lift 50 lbs).\r\nmust work well in small team environment and a self motivator') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3101, 'I have renewed my membership back in April or May and I never received a new updated membership card. I was wondering if I was going to get a new one with a new date of expiration. I need it to show my local chapter to become a member. Thanks!') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3105, 'I am sorry to request this again but I lost all my saved information on my computer when we transferred to a new system and it had my code to use for the Houston Zoo to post jobs, free of charge.  Can you e-mail this to me again so I can save it on my new computer?  bconner@houstonzoo.org\r\n\r\nThank you,\r\n\r\nBrandy Conner\r\nHR Recruiter - Houston Zoo\r\n713-533-6803') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3173, 'I donated a One of a kind Crochet Rhino sculpture to the  NC Bowling for Rhino\'s event this spring. The person I sent it to thanked me and  sent the donation in to the next person in the chain.  I never received a tax form for the donation. I also understand the art was not used for the event, but it also was not returned to me. I would like to know that the item (which is literally OOAK and I could sell it online for over $50) will be used to raise money for rhinos, OR returned to me so I may sell it myself and donate the money to some worthy animal group. It saddens me to think that Fiber art is missing, or worse thrown away or discarded because someone does not understand the value, or perhaps lost the item. \r\nDee Counter-Griffis, Fiber Artist.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3177, 'To whom it may concern,\r\n\r\nI recently donated a hand-painted feather (link to the photos has been included at the bottom) to the Bowling for Rhino\'s event in Western NC this past May.  It was donated through a ZAS program through the Davidson County Community College.  I was happy to donate a piece of my work for such a worthy cause and the painting was received with much enthusiasm.  \r\n\r\nHowever, I have become confused and disheartened with what has happened.  My liaison for the donation was informed that it was not used, though it arrived well within the date requirement.  I understand that events can sometimes garner an overwhelming response and items must be saved for a better suited event.  While that was my assumption, I was informed that this was not the case as they were low on donations this year.\r\n\r\nNo tax form has been sent for the donation.  While my intent was in no way focused on the perk of the tax write off, the lack of receiving the form mixed with the feathers missing the event has raised some questions.\r\n\r\nMost upsetting is that my liaison has been trying to contact those responsible for the donations and has yet to receive any further information on where the donation is and what has or will happen to it.\r\n\r\nIt is my hope that the donation has been received by AAZK and that there has just been a delay in paperwork or a misunderstanding in communication.  If it has been received and will be held for a future event to raise proceeds, I will be equally pleased.  \r\n\r\nThough either way, I am disappointed in how those handling the donations have responded thus far.  It creates a poor image for such an amazing cause as well as for considerations for future donations.  If nothing else comes from this e-mail, I hope that it has brought attention to a possibly unknown problem of poor representation from members of the NC Chapter that will be resolved for future events.\r\n\r\nThank you for your time,\r\nAmber Roth\r\nRed Tail Arts\r\namber@redtailarts.com\r\n\r\nhttps://scontent-b-iad.xx.fbcdn.net/hphotos-xpf1/t1.0-9/1175529_834898619859322_2124753563469738142_n.jpg\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3241, 'Hi,\r\nI\'am a renewing member of AAZK . I renewed On May 5th, 2014 but have not received a membership card or any forums yet. I also can not log into my membership account. This problem happens every time I renew. I have also changed my address and my place of employment  since the last time I renewed and have emailed about it but never seem to get any type of response back. I hope this problem can get cleared up because I do enjoy all the benefits of being an AAZK member.\r\n\r\nThanks you, \r\nKaitlyn Keys  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3245, 'Tiger World, a non-profit charity, has 2 immediate openings for an Animal Care Specialist to help care for our collection of Big Cats and Primates.  Tiger World is located just 20 minutes North of Charlotte, NC and has animals including Lions, Tigers, Leopards, Lemurs, Baboons, Bears, Birds, Reptiles, and more.\r\n\r\nJob duties consist of but are not limited to; \r\n1. Daily inspections of animals and documentation.\r\n2. Preparation of food for animals including butchering and processing of meat and daily administration of vitamin supplements.\r\n3. Cleaning of exhibits and food prep areas. \r\n4. Operant conditioning of the animals and behavioral enrichment. \r\n5. Educational Tours, Keeper Talks, traveling exhibits. \r\n6. Handling of animals, crating animals for transport and participation with the Emergency Response Team.\r\n7. Assist with veterinary care and baby raising as needed.\r\n8. Assist with building and erecting of new exhibits and reconstruction and repair of existing exhibits and buildings. \r\n9. Maintenance of grounds in and around exhibits.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3246, '1. BS degree in Biology/Zoology or related field or equivalent education, experience, and training. \r\n2. MINIMUM 1 Year Previous full-time experience in a zoological institution and ability to work in a harmonious manner with staff, volunteers, and supervisors.  \r\n3. Must be able to do some heavy lifting of at least 50 pounds.\r\n4. Must be able to work in unfavorable weather conditions including rain, snow, extreme heat, and freezing temperatures.\r\n5. Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\n6. Must be able to follow instructions and required policies and procedures.\r\n7. Must be honest, trustworthy and organized and be passionate about working with animals.\r\n8. Must have valid driver’s license and social security card or Work Visa.\r\n9. One [1] letter of reference/recommendation.\r\n10. Up to date vaccinations including for Tetanus and be TB Negative.\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3247, 'Salary is dependent upon education and experience.  Vacation/Sick Time earned at 1 day per month of employment.  Health Care Stipend available of $100 per month. \r\nOn-site living opportunity is available for the right person.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3248, 'Please send your Resumé and Cover Letter to careers@tigerworld.us along with your letter of recommendation.  We also enjoy pictures of your past experiences, please include them with your application. We carefully evaluate all applicants and will call for interviews over the phone.  Good Luck!') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3252, 'The Lemur Conservation Foundation is offering a 7 month internship from July 1st, 2014 to January 15, 2014 in primate husbandry. LCF’s internship offers an exceptional opportunity to receive training at an AZA certified-related institution, with a strong commitment to conservation, education, and animal care. The Primate Husbandry Intern will be trained in these high standards of care, including training in proper cleaning, exhibit maintenance, positive reinforcement training, enrichment, diet preparation, capture and restraint, basic medical care, record keeping, and daily monitoring of behavior and heath. \r\n\r\nThe Lemur Conservation Foundation (LCF) is dedicated to the preservation and conservation of lemurs through captive breeding, non-invasive scientific research, education, and reintroduction. \r\nLCF sits on a 100-acre, non-public, reserve in Myakka City, Florida.  The reserve is currently home to six species of lemurs in both semi-free ranging habitats and traditional indoor/outdoor habitats. The reserve is remotely located; however a variety of culture and entertainment including state parks, beaches, art museums, zoos, aquariums, botanical gardens and theaters can be found nearby in Sarasota, Bradenton, and Tampa.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3253, 'Qualifications/Experience: \r\n•	Available to work 40 hours per week for a minimum of 7 months, beginning July 1st, 2014\r\n•	Interns should possess a Bachelor’s degree in a Life Sciences or related field from an accredited four-year college or university. \r\n•	Valid driver’s license and dependable transportation \r\n•	Proof of negative TB test within the last 12 months and Tetanus vaccination within the last 5 years\r\n•	Proof of health insurance\r\n•	Available to work weekends and holidays\r\n•	Ability to lift 50 lbs and work in all weather conditions\r\n•	Experience working with animals is preferred\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3254, 'Salary/funding: A monthly stipend and onsite housing with utilities is provided. Numerous opportunities for personal development and growth within the position are encouraged and include; Florida Animal Care Professionals Development Workshops and FAZA (Florida Association of Zoos and Aquariums) Animal Keeper Exchange Program.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3255, 'Interested candidates should email the following documents to agrand@lemurreserve.org by June 18 to be considered:\r\n•	Letter of interest including dates of availability and any prior obligations and time-off requirements \r\n•	Resume or CV with contact information for 3 references\r\n•	School transcript (unofficial copies are acceptable)\r\n•	Letters of recommendation (optional but encouraged)\r\n\r\nContact Information:\r\nAlison Grand, Ph.D. \r\nAnimal Care Manager\r\nLemur Conservation Foundation\r\nPO Box 249\r\nMyakka City 34251\r\n941-322-8494\r\n941-322-9264 (fax)\r\nagrand@lemurreserve.org\r\nhttp://www.lemurreserve.org\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3309, 'The Phoenix Zoo’s Animal Care Center is seeking a full-time Veterinary Technician to join our existing veterinary team. The Vet Tech is expected to assist with most procedures, provide direct assistance with patient care, perform clinical pathology, routine husbandry when needed and hospital upkeep. The position is also responsible for ordering and stocking supplies, billing, medical record keeping and inventory management. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.\r\n\r\n\r\n\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3310, 'Minimum qualifications for this position include an AZ State Veterinary Technician License, 3 years of veterinary technician experience within a clinical setting, ability to trouble-shoot medical machinery and experience with Medarks or other zoo-based computer medical record systems. The ideal candidate will also have at least 1 year of practical veterinarian technician experience in a zoological setting, exceptional interpersonal and communication skills, both verbal and written, excellent organization skills, efficiency, and multi-tasking capability, and be computer proficient with experience using word processing and spreadsheet programs. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing and a valid driver’s license.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3311, 'This position has a starting hourly wage of $12.95 - $14.57 DOE with a generous benefits package that includes 4 weeks of paid vacation/year, medical/dental/vision insurance, 401(k) with company match, and many other perks that come along with being a Phoenix Zoo employee.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3312, 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=673&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3316, 'The Phoenix Zoo is currently looking for a part-time Experience Guide.  Guides initiate conversations and educate the public about animals encountered throughout the zoo.  Experience Guides provide a safe and engaging experience for guests by operating with an enthusiastic and motivational communication style.  Guides are responsible for explaining the rules at various animal encounters, and monitoring guests for crowd control and safety purposes, and maintaining the cleanliness of ride areas and equipment.  \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  Experience Guides have the unique pleasure of staffing the only walk-through squirrel monkey exhibit in the United States, allowing guests to walk into an open exhibit where squirrel monkeys scamper through bushes and trees just inches away.  Our Guides also staff Stingray Bay, the Giraffe Encounter and the Petting Zoo; some of our most popular attractions. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3317, 'Minimum requirements include excellent public speaking and presentation skills with the ability to learn and communicate science concepts to the public, 1 year of customer service experience, and ability to work a flexible schedule including evenings, weekends and holidays. All Phoenix Zoo employees must pass a pre-employment background check and drug screen, this position also requires annual TB testing.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3318, 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=672&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n	\r\nThe Phoenix Zoo is an EEOE/ADA employer. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3351, 'Panther Ridge Conservation Center offers experience in husbandry, diet preparation and animal training with 8 species of exotic felines. Interns will be responsible for cleaning, feeding, enrichment, observing and documenting behavior, assisting in medical procedures, crating and transport,  guided tours and basic maintenance of enclosures.\r\n\r\nThe start date will be Tuesday, July 8, 2014. Internships are approximately 12 weeks (3 months) with the possibility of extension to 24 weeks (6 months) based on performance.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3352, 'Requirements: \r\n•	Applicants must be 18 years of age \r\n•	Enrolled in or have graduated with a degree in biological science, zoology, pre-veterinary or related field \r\n•	Able to comfortably lift 50 pounds\r\n•	Willing to work long hours and show up early or stay late when necessary\r\n•	Able to work in unfavorable weather conditions such as heat, humidity and rain\r\n•	Provide their own transportation\r\n*Preference will be given to applicants with prior animal care experience in an internship or volunteer capacity.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3354, 'To submit an application, please provide a resume with two references and a cover letter stating why you believe this is the internship for you. Applications may be emailed to michelleengler618@gmail.com with “Exotic Feline Internship” in the subject.\r\n\r\nYou may visit our website at http://www.pantherridgecc.org/ or find us on Facebook (Search:  Panther Ridge Conservation Center) to learn more about our facility.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3358, 'Hi. I am a researcher at City University in New York. I am trying to obtain DNA samples from Howler Monkeys (genus Alouatta). Can you please let me know how I can find out the names of zoos that have specimens from this monkey. \r\n\r\nThank you, \r\n\r\nEugene') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3362, 'Do you LOVE animals? Is your dream job working with them, giving them the best care possible? Can you work outside in all sorts of weather conditions? Are you physically fit and able to lift up to 35 lbs. as needed? Are you passionate about animal welfare and making a difference? We may have the Intern Program for you.\r\nLooking for someone committed, safety conscience, physically fit, who can be a team player but still work independently at our animal facility. This is a VERY physical position and involves all the dirty work that goes with caring for animals.  Animal Care Internships are non-paid positions and run for 12 weeks. Interns work five days a week with a minimum of 40 hours. This may include a week-end day. There is no on-site housing available, and interns must provide their own transportation.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3363, 'Must be 21 years of age, be in good physical condition\r\nMust be able to consistently lift 30 pounds\r\nMust be able to work in all weather conditions\r\nMust be fluent in English (both written and verbal)\r\nMust provide your own health insurance\r\nCandidates should have a least two years of undergraduate program studies in zoology, biology, or  other animal related fields.\r\nMust have valid driver’s license and own vehicle.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3365, 'Download and fill out application here: http://www.wildcathaven.org/how-to-help/intern-opportunities \r\n\r\nSend with send with resume, cover letter, transcripts, and a copy of Driver’s License along with two reference contacts to:\r\n\r\nWildCat Haven Intern Program\r\nPO. Box 1071\r\nSherwood, Oregon 97140\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3384, 'This position will work with our carnivores as well as other Taxa. \r\n\r\nJob duties consist of but are not limited to;\r\n1. Daily inspections of animals and documentation.\r\n2. Preparation of food for animals including butchering and processing of meat and daily administration of vitamin supplements.\r\n3. Cleaning of exhibits and food prep areas.\r\n4. Operant conditioning of the animals and behavioral enrichment.\r\n5. Educational Tours, Keeper Talks, traveling exhibits.\r\n6. Handling of animals, crating animals for transport and participation with the Emergency Response Team.\r\n7. Assist with veterinary care and baby raising as needed.\r\n8. Assist with building and erecting of new exhibits and reconstruction and repair of existing exhibits and buildings.\r\n9. Maintenance of grounds in and around exhibits.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3385, '1. BS degree in Biology/Zoology or related field or equivalent education, experience, and training.\r\n2. MINIMUM 1 Year Previous full-time experience in a zoological institution and ability to work in a harmonious manner with staff, volunteers, and supervisors.\r\n3. Must be able to do some heavy lifting of at least 50 pounds.\r\n4. Must be able to work in unfavorable weather conditions including rain, snow, extreme heat, and freezing temperatures.\r\n5. Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\n6. Must be able to follow instructions and required policies and procedures.\r\n7. Must be honest, trustworthy and organized and be passionate about working with animals.\r\n8. Must have valid driver’s license and social security card or Work Visa.\r\n9. One [1] letter of reference/recommendation.\r\n10. Up to date vaccinations including for Tetanus and be TB Negative.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3390, 'This position will work with a wide variety of Mammals and Birds. \r\n\r\nJob duties consist of but are not limited to;\r\n1. Daily inspections of animals and documentation.\r\n2. Preparation of food for animals including butchering and processing of meat and daily administration of vitamin supplements.\r\n3. Cleaning of exhibits and food prep areas.\r\n4. Operant conditioning of the animals and behavioral enrichment.\r\n5. Educational Tours, Keeper Talks, traveling exhibits.\r\n6. Handling of animals, crating animals for transport and participation with the Emergency Response Team.\r\n7. Assist with veterinary care and baby raising as needed.\r\n8. Assist with building and erecting of new exhibits and reconstruction and repair of existing exhibits and buildings.\r\n9. Maintenance of grounds in and around exhibits.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3391, '1. BS degree in Biology/Zoology or related field or equivalent education, experience, and training.\r\n2. MINIMUM 1 Year Previous full-time experience in a zoological institution and ability to work in a harmonious manner with staff, volunteers, and supervisors.\r\n3. Must be able to do some heavy lifting of at least 50 pounds.\r\n4. Must be able to work in unfavorable weather conditions including rain, snow, extreme heat, and freezing temperatures.\r\n5. Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\n6. Must be able to follow instructions and required policies and procedures.\r\n7. Must be honest, trustworthy and organized and be passionate about working with animals.\r\n8. Must have valid driver’s license and social security card or Work Visa.\r\n9. One [1] letter of reference/recommendation.\r\n10. Up to date vaccinations including for Tetanus and be TB Negative.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3396, 'Utah’s Hogle Zoo is announcing the immediate opening of a full-time benefitted position as Relief Keeper-Rocky Shores.\r\n\r\nThe Rocky Shores exhibit includes four acres with five large exhibits featuring Grizzly and Polar Bears, Seals and Sea Lions, Bald Eagles and North American River Otters. Relief Keeper – Rocky Shores is responsible for the care and husbandry of these animals, the salt water aquaria, as well as, other animals or areas as assigned. \r\n\r\n\r\n\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3397, 'Applicants must be able to work effectively in a positive team environment, equally with guests, staff and volunteers.  Excellent verbal and written communication skills are necessary in this position. At least three years paid experience working with pinnipeds in a zoo or aquarium setting is required. There is a strong expectation of experience in operant conditioning and training techniques, providing enrichment, public speaking, and developing pinniped programs for Zoo guests. Degree in life sciences, biology, zoology or related field is preferred. Relief Keeper – Rocky Shores will also be trained to work in other animal areas of the Zoo.   \r\n\r\nApplicant must be able to work under diverse and variable weather conditions, in close proximity to visitors, be able to lift over 60 pounds without injury, bend, stoop, jump, and stretch; must be able to obtain an Advanced Open Water dive certification from a recognized organization; and, an excellent driving record is required.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3398, '\r\nPosition includes an excellent benefits package, including medical, dental, and retirement plans as well as paid vacation and holiday time. Salary is commensurate with experience. Salt Lake City, Utah, is the gateway for outstanding outdoor activities with world-class skiing less than 30 minutes away and more than 20 National Parks and monuments within a few hours\' drive – this area is ideal for nature lovers!  \r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3399, 'Anyone interested in this position should send a cover letter, resume and three professional references to Jeffrey Landry, Animal Care Supervisor, Utah’s Hogle Zoo, 2600 Sunnyside Ave., Salt Lake City, UT, 84108, or jlandry@hoglezoo.org by 27 June 2014.  Utah’s Hogle Zoo is an Equal Opportunity Employer. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3403, 'There does not seem to be a way to edit my profile to change my email address. I want to change my email address from: joanne.luyster@louisvilleky.gov     to: \r\n jluyster@iglou.com. \r\n\r\nPlease assist.\r\nThanks,\r\nJoanne Luyster') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3415, 'The Rare Species Conservatory Foundation (RSCF), an international 501 (c)3 wildlife-conservation non-profit organization, invites applications for a Facilities Manager/Husbandry Specialist for its 30-acre Loxahatchee, Florida headquarters.  The position is salaried, full-time and requires on-site housing (provided).  Responsibilities include all facilities operations including daily animal care (endangered psittacines, primates and African ungulates), facility maintenance, landscaping, enclosure/structural design and construction, orders/deliveries, conservation program development, record keeping, and management of a small team of keeper staff and interns.  RSCF’s Curator and Director oversee and work closely with this position.\r\n\r\nNo phone calls, please.  Send c.v. with references via and letter of interest via USPS or email to:\r\n\r\nPaul R. Reillo, Ph.D., President\r\nRare Species Conservatory Foundation\r\nP.O. Box 1371\r\nLoxahatchee, FL 33470\r\n\r\ninfo@rarespecies.org\r\nwww.rarespecies.org\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3416, 'Qualifications:\r\n\r\n•	Min. Batchelor’s degree in relevant life-sciences field\r\n•	Min. 5 years progressive experience at senior husbandry level at a zoological facility, or equivalent\r\n•	Experience with farm management and maintenance, equipment operation and maintenance\r\n•	Proficient at hand-feeding psittacines from hatching through fledging\r\n•	Extensive husbandry experience with psittacines, African hoofstock and New World primates\r\n•	Familiarity with ARKS/SPARKS record keeping\r\n•	Physical fitness—ability to work outdoors, year-round in a tropical climate\r\n•	Long-term commitment to endangered species recovery programs and wildlife conservation\r\n•	Alignment with RSCF conservation programs and philosophy (www.rarespecies.org) \r\n•	Non-smoker, no children or pets (joint spouse/partner position considered)\r\n\r\nFlorida residency preferred, but not required.  Valid Florida driver\'s license and reliable transportation required.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3418, 'Please send c.v. with references via and letter of interest via postal or email to:\r\n\r\nPaul R. Reillo, Ph.D., President\r\nRare Species Conservatory Foundation\r\nP.O. Box 1371\r\nLoxahatchee, FL 33470\r\n\r\ninfo@rarespecies.org\r\nwww.rarespecies.org\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3435, 'Tigers For Tomorrow is looking for 3 and 6 month interns.Intern will work directly under keepers and The Director of Animal Care and will need to perform daily husbandry of barn animals, hoofstock, small mammals as well as care for over 80 predators: cleaning, feeding and grooming. Daily husbandry and care of Carnivore Compound: Meat pick up and diet preparation, cleaning, enrichment, building, landscaping, property maintenance. Interns will learn what it takes to run an exotic animal rescue and the basics of non-profit management. Interns will be required to interact with the public, lead and participate in guided tours and participate in fundraising events. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3442, 'Tigers for Tomorrow at Untamed Mountain is seeking a full time, entry level keeper. \r\nJob Duties consist of:\r\nDiet Preparation, daily husbandry ( cleaning, feeding, habitat maintenance),Must be able to do some heavy lifting of at least 50 pounds. Building habitats and maintenance of existing enclosures,maintenance of grounds in and around exhibits. Assist in and perform  Educational Tours, Keeper Talks, and help with fundraisers.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3443, 'Applicant  should have a  BS degree in Biology/Zoology or related field or equivalent education, experience, and training. Must have valid driver’s license and social security card or Work Visa.\r\nMINIMUM 2 Years Previous full-time experience and ability to work in a harmonious manner with staff, volunteers, and supervisors.\r\nMust be able to work in unfavorable weather conditions including rain, snow, extreme heat, and freezing temperatures.\r\nMust have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\nMust read and sign liability release documents, study and pass a test on Lost Child Protocol and Animal Escape Procedures. \r\n Must be honest, trustworthy and organized and be passionate about working with ALL animals.\r\n8.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3463, 'The City of Lafayette, IN is seeking a Director for the Columbian Park Zoo.  The Director is responsible for the executive leadership and daily management of the six-acre facility which is located in a small, progressive city and is a division within the Department of Parks and Recreation.  This visionary leader must possess strong strategic thinking, fundraising, project management, marketing and public relations skills in addition to demonstrated financial and animal management skills.  The Director will oversee a staff of 8 full-time, 25 part-time/seasonal employees, and numerous volunteers/interns.  The Zoo exhibits nearly 200 specimens representing 90 species.  This individual will be responsible for the continued planning and implementation of the zoo\'s master plan and works closely with advisory, non-profit boards, and a variety of community partners.  Attaining AZA accreditation within the next three years is one of the Zoo\'s primary goals.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3464, 'A minimum of five years\' experience in zoo operations/management and 5-7 years supervisory/leadership experience is preferred.  A Bachelor\'s degree in Zoology, Management, or related field is required.  The successful candidate will possess a dynamic personality and have a demonstrated ability to lead, motivate and work with a team to achieve goals and carry out the Zoo\'s mission.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3466, 'To view a more complete description and to apply for this position on-line, please visit the City of Lafayette, IN website at: http://www.lafayette.in.gov/employment/\r\n\r\nThe City of Lafayette is an Equal Opportunity Employer.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3474, 'Curator\r\nReston Zoo is looking for an Animal Curator to join our staff.  We are a family friendly zoological park located on 30 acres in the middle of Fairfax County, Virginia. The collection includes small mammals, birds, primates, reptiles, domestic and exotic hoof stock.\r\nRequirements: \r\nA neat, clean appearance.\r\n•	No visible tattoos or facial piercings.\r\n•	Non-smoking workplace.\r\n•	Must have great people skills.\r\n•	Must be available weekends and holidays.\r\n•	Must have full-time, year-round availability\r\nDuties: \r\n•	Managing the collection of animals at the zoo and ensuring the animals thrive long-term.\r\n•	Recruiting, interviewing, hiring, training, evaluating and scheduling animal keepers.\r\n•	Keeping breeding logs.\r\n•	Generating work orders for the animal department.\r\n•	Ensure safety and USDA compliance for the department. \r\n•	Creating monthly inventory and change reports\r\n•	Animal husbandry and other duties as assigned by Director\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3475, '•	Minimum of a bachelor’s degree or the equivalent amount of experience in the animal science, biology or a similar field. \r\n•	Minimum of experience to be able to perform all job duties.\r\n•	Physically fit and ability to lift 50 pounds\r\n•	Ability or willingness to become familiar with dart guns, chemical restraint equipment and lethal means of subduing animals. \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3499, 'JOB OBJECTIVE:\r\nTo perform various duties required to maintain a clean and healthy environment for Penguins and other animals as assigned at the Little Rock Zoo. Develop and present educational programs about animals in the Little Rock Zoo.\r\n\r\nESSENTIAL JOB FUNCTIONS:\r\nObserves Penguins and other animals in assigned areas for injuries or symptoms of disease, and changes in behavior; reports changes and problems to supervisor; recommends changes to assist animals\' psychological and physiological well-being; implements approved changes. Prepares food and feeds Penguins according to established diets and assigned schedule;researches, recommends and implements approved diet changes. Maintains detailed narratives and charts of animal observations, care, and handling. Captures and restrains animals for transport, examination or medical treatment. Administers prescribed medication to Penguins and other assigned animals by mixing with food or by injection as required; assists veterinarian in administration of medication or treatment of animals. Completes daily worksheets listing amount of food eaten, medications administered, changes in animal behavior, symptoms of disease or other indications of needs for special attention, and any repair or maintenance required for enclosures. Unloads and stores shipments of food and supplies; notifies supervisor of supplies needed. Cleans penguin cages and enclosures using water hose, high pressure steam, and hand tools. Serves as backup to Animal Keepers in other assigned areas of the zoo. Monitors and reports water quality of the life support system. Coordinates and documents penguin/bird enrichment. Swims and dives in penquin exhibit to clean surfaces, rescue birds and related activities; operates diving equipment. Presents daily feeding presentations to zoo visitors; utilizes microphone system. Operates motorized vehicle to transport animals or pick up supplies.\r\n\r\n\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3500, 'MINIMUM QUALIFICATIONS AND ADDITIONAL REQUIREMENTS:\r\nCompletion of high school and a minimum of six (6) months of experience in the care of penguins. Equivalent combinations of education and experience will be considered.\r\n\r\nREQUIRED LICENSES AND/OR CERTIFICATIONS: Class D Non-\r\nCommercial Drivers License within thirty (30) days of employment') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3502, 'APPLICATION REQUIREMENTS:\r\n\r\nONLY On-Line Applications Accepted.   Apply at  www.LRjobs.net .\r\n\r\nApplication and Supplemental Questions required by closing date.\r\nApplications will be screened for minimum qualifications.\r\n\r\n\r\nCLOSING DATE:\r\n06/30/14 12:00 AM') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3506, 'Hello,\r\n\r\nI have not received the past few issues of the AKF. I renewed my membership a little bit late, so that may be why I didn\'t receive the April-May issue, however, I haven\'t received the June issue either. \r\n\r\nMy address is:\r\n14626 Gateway Pointe Circle Apartment 14105 \r\nOrlando, FL 32821. \r\n\r\nThank you for your help, \r\nMeaghan McCarthy') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3510, 'The Phoenix Zoo is currently seeking a full-time Relief Keeper II.  Relief Keepers work in all areas and they must be knowledgeable and comfortable working with all species on a regular basis. This specific position will be providing Keeper coverage in our Animal Care Center 2 days/week, and rotating wherever needed within the zoo for the remainder of the week.  Keepers are expected to observe and report on all assigned animals paying special attention to health, safety, dietary consumption, and behavioral abnormalities.  Relief Keepers also perform routine husbandry, provide approved behavioral enrichment and animal training, and make recommendations pertaining to seasonal adjustments.  Keeper II’s must demonstrate significant knowledge of Standard Operating Procedures, be able to provide advice pertaining to the amendment of SOP’s, and assist in training staff on the SOP’s.  Keepers are expected to interact with the public and provide positive guest experiences for guests of all ages.  \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. \r\n\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3511, 'Minimum requirements for this position include 2 years paid experience in work relevant to animal husbandry in an AZA accredited institution or related facility, HS diploma required with a preference for a BS degree in Life Science or equivalent, behavioral enrichment or operant conditioning experience and a valid driver’s license.   All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3512, 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=677&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3546, 'Good Morning,\r\nI am interested in becoming a member of AAKZ but am unsure of which level I qualify for.\r\nI have recently moved for a full time keeper to an Animal Health Technologist position with veterinary services.\r\n\r\nThank you for your help,\r\nLindsay') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3550, 'Are you a supervisor looking for a change or a keeper ready to move up to the next level?  The Ellen Trout Zoo is looking for a motivated, experienced person who can provide leadership through the knowledgeable management and care of the animals, facilities, and personnel in the assigned section.  This is a working supervisory position involving husbandry expertise, personnel training and management skills, adaptability, and an ability to continue learning and developing animal management skills. Collection Managers are responsible for motivating and mentoring staff and leading by example.   \r\n\r\nThis position is responsible for a variety of mammals, birds, and reptiles that may include crocodilians, primates, tortoises, porcupines, and flamingos.  The Ellen Trout Zoo maintains a diverse and dynamic collection of mammals, birds and reptiles that are spread through four animal care sections.  The Collection Manager is responsible for the daily husbandry of animals in his/her section as well as the maintenance of enclosures and support facilities/equipment.  This includes operating pumps/filters, making minor repairs, painting, plant care, cleaning, feeding, and maintaining naturalistic and aesthetically pleasing animal enclosures.\r\n \r\nAdditional duties include maintaining accurate records, supporting the guest experience, scheduling, problem solving, evaluating and training personnel while ensuring safe work practices and high husbandry standards.  The successful candidate will be energetic, self-motivated, work well others, demonstrate good problem solving, written and oral communication, and organizational skills.  This job entails a melding of manual labor and mental know-how / expertise, resulting in visible, professional accomplishments in which employees may take pride. \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3551, 'The position requires: Bachelor of Science degree in Biology or related field; a minimum of three years paid experience in a professional zoological institution, good physical condition; ability to work both independently and with other employees and to present a positive professional image of the City of Lufkin and the Zoo to members of the public. This position is an essential service position, and will be required to provide services during emergency situations.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3552, 'This is a full-time position with excellent benefits and opportunities for professional growth and development. The position involves working on weekends and holidays.  Starting salary is $31,536.84/year.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3553, 'To be considered, you must submit all of the following 3 documents: resume, cover letter, and completed application.  Applications are available for download at http://cityoflufkin.com/hr/jobs.htm.  Mail these 3 documents to Human Resources Department at Lufkin City Hall, 300 E. Shepherd Suite 226, Lufkin, TX 75901.  Please include your email address if you have one to facilitate correspondence.  Candidates must be able to be present for on site interviews.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3579, 'Deadline to Apply: Monday, July 21, 2014 @ 5:00pm, Pacific\r\n\r\nSalary: $67,797 - $94,262 annually\r\n\r\nThe Veterinary Hospital Manager oversees all operational and administrative functions of the Oregon Zoo’s veterinary hospital and supervises hospital staff, including Veterinary Technicians, Nutritionist(s) and Animal Hospital staff. Manages the Zoo’s hospital, medical, surgical and specialty care programs and works closely with veterinarians and other zoo staff on issues related to hospital operations.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3580, 'Bachelor\'s degree in zoology, biology, animal husbandry, veterinary technology or a related field; four years supervisory experience in a medium to large sized veterinary hospital or closely related field; or any combination of education and experience that provides the necessary knowledge, skills, and abilities to perform the job duties and responsibilities. A Veterinary Technician certification or licensure, experience working with exotic animals in a zoo facility, excellent supervisory, interpersonal, and team building skills, and a proven ability to work with staff at all organizational levels are strongly preferred.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3581, 'Metro provides generous health care benefits that vary depending on the plan the employee chooses, bargaining unit affiliation, and employment status. Metro participates in the Public Employees Retirement System (PERS). ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3582, 'To apply: visit www.oregonmetro.gov/jobs for the complete job announcement and a link to our online hiring center. Metro is an Equal Opportunity/Affirmative Action Employer.\r\n\r\nAs part of your applications materials, include a resume and cover letter describing your qualifications as they relate to the duties of the position.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3600, 'We are seeking an experienced person with both extensive animal husbandry experience (multiple species), as well as some managerial background. Our collection includes small mammals (primates, prosimians), domestic hoof stock, birds, reptiles and amphibians with an emphasis on tropical species.   Collection is approx. 140 species, consisting of 600-650 animals. \r\n\r\nPlease visit our website at www.rfadventures.com for specific species information. \r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3602, 'This is a full-time position with opportunities for professional growth and development. RainForest is open 364 days per year, the position involves working on weekends and holidays. Starting salary is based on experience.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3620, 'Good afternoon, I\'m from Brazil. My husband will make his PhD. there in California and I would like to work like a zoo keeper. I have a biology degree and I have already make intership in 2 zoos here in Brazil and som courses about animal behaviour and animal management. What do I have to do to try a job like a zoo keeper? There is some kind of test to validate my degree?\r\nThanks,\r\nMarina') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3658, 'Please post this position or help walk me thru how to post them for free as the Houston Zoo has a membership to post free.  I just have not been able to figure it out.\r\n\r\nThe Houston Zoo has an opening for a supervisor position in the sea lion department.  This section is currently in the planning phase of a new state of the industry sea lion area that will include exhibits and a show stadium.  The area will house California sea lions, a seal species and bird or small mammal species that will appear in presentations.\r\nThe successful candidate will be self-motivated and demonstrate leadership skills as well as have show development experience. The Houston Zoo places a high priority on guest experience and the leader of this area will continue to develop these skills within the team.\r\nThis position oversees three full time keepers and a fourth keeper position that is shared with the carnivore team.  This supervisor also backs up the carnivore team supervisor when needed. The area currently houses four California sea lions; a breeding male, two females and a castrated male.\r\nRESPONSIBILITIES:\r\n	Directs personnel, including volunteers, in the care, maintenance and display of domestic and exotic animals.\r\n	Interviews, recommends hiring, pay changes, and recommends and administers disciplinary actions.\r\n	Directs, organizes, prioritizes, and schedules work assignments within section. \r\n	Observes and evaluates animal conditions, behaviors, and responses and communicates observations orally and on written reports.\r\n	Improves the quality of life of the animal population by providing environmental and behavioral enrichment opportunities.\r\n	Trains selected animals through operant conditioning for purposes of gaining cooperation for veterinary treatment and/or public demonstrations.\r\n	Design and maintains exhibit furnishings, props and decorations providing safe, attractive and enriching environments.\r\n	Participates in the development of educational programming and materials to communicate with and educate visitors about animals and conservation.\r\n	Provides direct animal care as needed for health and well-being of animals within assigned areas.\r\n	In collaboration with the Curator and Veterinary staff, may administer medication as directed.\r\n	Develops and prepares operational procedures.\r\n	Serves as institutional representative for selected species to national taxa advisory groups, attending conferences and meetings as required.\r\n	Directly involved in acquisition/disposition of specific animals.\r\n	Initiates requisitions for equipment and supplies.\r\n\r\nJOB REQUIREMENTS: \r\n\r\nEXPERIENCE:\r\nFour years of experience in exotic animal care in a zoological facility are required.   Additional experience may be substituted for education at the rate of six months of experience per 15 hours of college level credit.\r\n\r\nA certificate of completion from an acceptable animal care program may be substituted for one year of exotic animal care experience.\r\n\r\nIn certain positions, specific training and work experience in zoological, aquacultural, ecological and biological areas such as in schools, aquariums, nature centers, agricultural operations, animal merchandizing and conservation centers may be substituted for direct exotic animal care in a zoological facility. \r\n\r\nKNOWLEDGE:\r\nAn associate’s degree or two years of college level education (60 semester credit hours) in zoology, biology, animal husbandry or a related field of which 24 semester hours must be credit hours in life sciences or physical sciences.\r\n\r\nA certificate of completion from an acceptable animal care program of not less than 30 semester hours may be substituted for 30 hours of college hours.\r\n\r\nSUPERVISION:	\r\nSupervises a small team of animal care staff\r\n\r\nSKILLS: \r\n\r\nPHYSICAL EFFORT:\r\nThe position involves considerable physical exertion, such as regular climbing of ladders, lifting of heavy objects (up to 80 pounds) on a highly frequent basis and/or assuming awkward positions.\r\n\r\nWORK ENVIRONMENT:\r\nThere are routine exposures to significant levels of heat, cold, moisture and air pollution.  The position may involve exposure to chemical substances and physical trauma of a minor nature such as cuts, bruises and minor burns.\r\n\r\nPHYSICAL SKILL:\r\nRequires the ability to make closely coordinated eye/hand movements within very fine tolerance and/or calibration demands; or the ability to make rapid closely coordinated eye/hand movements on a patterned response space within somewhat fine tolerance demands; or the ability to make coordinated eye/hand movements within fine tolerances with large equipment as an extension of the worker.\r\n\r\nPUBLIC CONTACT:\r\nRequires heavy public contact requiring considerable interpersonal skill, extensive interaction with the public and with donors, members and the press requiring a high degree of appreciation of customer service \r\n\r\nApplicants can visit www.houstonzoo.org/careers to download an application \r\nE-mail resume and completed application to careers@houstonzoo.org \r\nHouston Zoo is an Affirmative Action/Equal Opportunity Employer\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3750, 'The intern will assist in the captive maintenance of the zoo’s reptile collection, collect admissions to the exhibit, give interpretive talks and interact with the public, assist with educational outreach programs, and perform other duties as assigned. The intern will NOT be involved in the handling of any venomous species.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3751, 'A upperclassmen college student (Junior or Seniors) or recently graduated college student; Former interns have arranged for academic credit with their institutions\r\nStudents majoring in the biological or natural sciences are preferred.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3800, 'Good day\r\n\r\nCould you please give me the names and contact information of of zoos in eastern Canada (Ontario and provinces eastwards) who are members or where you have members.\r\nI would like to ask them what they think of a project to create an «Old Rhinos\' Home» and sanctuary for Rhinos on the verge of extinction.\r\n\r\nThanks for your Attention\r\n\r\nRichar Côté, architect.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3804, 'This ZAA Accredited Institution is seeking a new Director. Virginia Safari Park is a 180-acre drive-through zoo that offers a wide variety of animals, with the main focus on the Safari and hoofed stock collection, but also features a walk-through section with large cats, primates, birds and reptiles. We are also a breeding facility, and take pride and care in producing only the highest quality of specimens.\r\n\r\nThe position entails overseeing all departments and managers: Operations, Animal Care, Guest Services and accompanying staff. Total staff averages 12-30 depending upon the season. Must also be able to assist in the planning for overall progress and growth, and be able to effectively communicate such plans with both corporate management and facility staff. The Director must be aggressive in attention to detail and notice changes as they are needed. As per company policy, all directors will be required to learn, and be able to capably operate, any section of the zoo. This position reports directly to the CEO/Corporate Director.\r\n\r\nWe are a non-smoking facility.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3805, '~Experience in a similar type facility will get preference.\r\n~Show a consistent history of professional growth, along with upper management ~Experience in a zoological setting, whether public or private facility.\r\n~A minimum of 10 years total experience preferred.\r\n~A BS or higher degree in one of the animal sciences preferred, although extensive ~Experience in zoos and a business background may be acceptable.  \r\n~The ability to routinely work long hours as required to effectively delegate and lead the zoo team.\r\n~Be fit enough to be an effective and active member of the facility.\r\n~No visible tattoos.\r\n~Understand, assist with preparations, and follow annual budgets\r\n~Some experience with ZIMS or record-keeping helpful.\r\n~Uphold and enhance all standards of animal care.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3811, 'I was just looking at my aazk card before going on a vacation and noticed it is the expired card.  I am really good at replacing them when I get a new one and I know I renewed for this year back in february, so I dont think I ever received a new card this year.  \r\n\r\nCan I have a new one sent to me and until I get a new one do I just print out my renewal invoice to be able to use at zoos?\r\n\r\nThank you,\r\n\r\nSarah Doherty') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3830, 'The Phoenix Zoo is currently seeking a full-time Equine Instructor to assist with equine horsemanship, care-giving, and beginning riding classes under the provided curriculum.  This person will also monitor the public ensuring the safety of visitors and animals and demonstrate familiarity with key message and communication goals for assigned areas.  Equine Instructors are responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting animal behavior, and performing behavioral enrichment and animal training.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  Equine Instructors run our Horse Hands programs, which is an educational, interactive and fun-filled experience connecting people of all ages to the wonder of horses and horseback riding.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3831, '\r\nMinimum requirements for this position include experience in teaching/lessons, knowledge of Western Riding and Horsemanship, CHA Level 1 certification preferred, HS Diploma or equivalent with a preference for a BS degree in Life Science or equivalent and ability to work a flexible schedule.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3832, 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=682&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3836, 'The Phoenix Zoo is seeking a part-time keeper to join our Farm team.  This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting animal behavior, performing behavioral enrichment and animal training, and providing positive guest experiences. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.\r\n\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3837, 'Minimum requirements include 6 months paid or 1 year volunteer experience in animal husbandry, possession of a valid driver’s license, and a preference for a candidate with a bachelor’s degree in Life Science or related field. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3838, 'To view a more complete description and list of requirements, and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=683&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3842, 'Hi there!\r\n\r\nI just renewed my membership and I need to change my email from sarah.tharp@gmail.com to sarah.tharp@outlook.com but I could seem to find a way to do that online. Also I guess I got a new username when the website changed. Is there a way to change it back to "Numbat77"?   The new one,  aazkuser10453, is a little tricky to remember. \r\n\r\nThanks, \r\n   Sarah ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3846, 'The Phoenix Zoo is currently seeking 2 part-time Keeper to join our Reptiles team. This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting on animal behavior, performing behavioral enrichment and animal training, and providing positive guest experiences.  \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways. Arizona is home to 52 snake species, many of them feared and misunderstood; Reptile Keepers are their human ambassadors, providing education to the public and conservation efforts that will help our reptiles thrive for many years to come.\r\n\r\n\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3847, 'Minimum requirements include 6 months paid or 1 year volunteer experience in animal husbandry, possession of a valid driver’s license, and ability to pass pre-employment background check and drug test.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3848, 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=685&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nResumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3866, 'Responsibilities include the oversight of the health and well being of a large collection (500) of fishes, amphibians and reptiles including crocodilians and one of the top ten venomous snake collections in North America,\r\n\r\nMust have a drivers license.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3877, 'So at the age of 46, after becoming a national board certified teacher, I have decided what I really should have done- was become a zoo keeper.\r\nI am writing to ask you for advise. Is this even possible?\r\nAre there classes anywhere I should take? Where do I begin? I live near Milwaukee, WI in Mequon.\r\n\r\nI know positive reinforcement as I have worked with parrots, I have volunteered at a wildlife center in Africa, and my own parrots are the reasons that I am looking into a career change. BUT I need advise.\r\n\r\nPlease. Tell me anything that could help in such a pursuit..or -if it is not possible at this late stage in the game..tell me that too! :-) I appreciate all honesty!\r\n\r\nIris Binor\r\nMequon, WI\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3881, 'Hello,\r\n\r\nI would like to change the e-mail address associated with my member login.  I tried to do it through editing "My Profile", but I don\'t see an option there.  How do I go about updating my contact info?\r\n\r\nThank You,\r\n\r\nAmy Warren') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3885, 'The Phoenix Zoo is currently seeking a year-round, full time ZooLights Technician to join our existing ZooLights team and assist with the construction and installation of animal armatures, maintenance, removal and storage of ZooLights and other zoo event props, lights, decorations and related equipment and supplies.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  ZooLights is our biggest attraction, with more than 290,000 guests visiting last year to make it our most successful year ever! Our display now has 3.7 million lights and we want you to help us make it even better!') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3886, 'Minimum qualifications for this position include basic tool knowledge and problem solving ability, some artistic background, a valid driver’s license, ability to work weekdays, weekends, holidays, and some evenings with flexibility to work long and changing hours, and electrical experience is desired, but not required.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3887, 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at: \r\n	\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=642&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3895, 'The Phoenix Zoo is currently seeking a full time Irrigation Technician. This person will be responsible for installation, maintenance, record keeping and troubleshooting of the zoo’s irrigation systems. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. Our Irrigation team makes sure that the Phoenix Zoo\'s landscapes are watered perfectly, so that our guests can feel as if they have journeyed to far corners of the earth and are personally discovering marvelous critters. The zoo is full of rare and interesting plants and many distinct landscapes and gardens. There is tremendous diversity, from water gardens to Xeriscape, roses to tropical plantings. We have a huge variety of plants at different stages of growth and in different combinations making up many different landscape designs and microclimates.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3896, 'Minimum requirements include 3 years’ experience in landscape irrigation maintenance with knowledge of equipment involved (i.e. PVC, valves and drip irrigation), and ability to safely operate and maintain hand and power equipment as well as heavy equipment such as backhoes and trenchers. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require a valid driver’s license and annual TB screening.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3897, 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at: \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=670&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3901, 'I called a moment ago to inform you we were renewing online but did not see "Commercial Membership" listed. We paid $150 last year so we renewed as an Institutional since it was the same rate. Please advise if we renewed at the incorrect level.\r\n\r\nUser Name: aazkuser12144\r\n\r\nThank you,\r\n\r\nChris Hall\r\nLyon Technologies, Inc.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3905, 'GENERAL PURPOSE:\r\nUnder general supervision, supervise staff assigned to the care and husbandry of zoo animals. \r\n\r\nTYPICAL DUTIES:\r\nOversee animal feeding, exhibitry, sheltering and handling. Involves: Directing and aiding others in the husbandry, care, refinement and development, positive conditioning training, environmental enrichment, and feeding and watering of zoo animals. Monitor animals for illness, injury or unusual behavior and take appropriate action. Assist with veterinary care. Help and direct others in the capture, restraint and transport of animals for veterinary and collections staff to administer treatments. Keep detailed records of animal behavior, physical condition, reproduction, genealogy and other animal information. Ensure proper maintenance of animal exhibit and off-exhibit areas. Routinely inspect animal enclosures, service areas and facilities for cleanliness, sanitation and structural defects. Coordinate repairs with maintenance. \r\n \r\nCoordinate the shipment of animals. Involves: Set up flights to transport animals to and from other zoos or other entities. Provide flight information to staff and the shipping or receiving entity. Ensure that appropriate paperwork including medical records, keeper forms, and diet information accompany animal. Prepare animal and appropriate shipping container for shipment. Communicate with the other entity regarding the status of animal being transferred. \r\n \r\nPerform administrative duties. Involves: Obtain budget information and provide detailed, written reports.    Attend meetings and make recommendations to management for modifications and improvements in staff assignments, animal care, animal programming, and other animal management and facility management practices and procedures. Requisition animal food and supplies. Assume leadership role in emergency response situations as needed. Provide information about the zoo, its animals, programs and facilities to internal and external customers and the public as needed. Input information into various computer software programs and prepare appropriate reports. \r\n \r\nSupervise assigned staff. Involves: Supervise directly and through subordinate staff. Schedule, assign, instruct, guide and check work. Appraise employee performance. Provide training and development. Enforce personnel rules and regulations and work behavior standards firmly and impartially. Counsel, motivate and maintain harmony. Interview applicants. Recommend hiring, termination, discipline, merit pay or other employee status changes. Enforce animal and staff safety standards.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3908, '***Recruitment will begin July 10, 2014***\r\n\r\nNote: Recruitment will begin on July 10, 2014.  On July 10, 2014, interested applicants must go to www.elpasotexas.gov to apply.  Applications are only accepted online.  Applicants are encouraged to apply immediately.  This position will close once a preset number of qualified applications have been received.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3920, 'Hi,\r\nMy name is Charles, I\'m a 1st year Evolutionary Biology PhD student at Arizona State University. I have been looking into possible sources of funding to help with upcoming travel to conduct research at a zoo. Our original plan was well within our budget but things have recently changed and although these changes allow for us to complete a more thorough analysis, more money is needed to do so. I will be traveling to Chicago at the end of the month to collect fecal/salivary samples from several bears at the Brookfield Zoo. Originally, I was supposed to travel for a weekend but the zoo\'s welfare staff now wishes to include behavior in our research methods and has asked me to stay for two weeks. I have all of the flight covered but need a little help to cover extended housing and rental car use. I am so sorry that this is spur of the moment but it was recently determined and we are all scrambling to cover the expenses. All in all, this extra time will allow for us to better understand these beautiful creatures and to correlate certain behaviors to hormonal levels providing the bears with a hopeful, bright future.\r\n\r\nAny information would be greatly appreciated.\r\n\r\n\r\nThank you,\r\n\r\n\r\nCharles Rolsky\r\n480.323.9993') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3924, 'The Phoenix Zoo is currently seeking a Guest Services Manager to oversee and improve upon the day to day operations of Admissions, School Group Entrance, Turnstiles, Stroller/Wheelchair Rentals, Membership, Reception and Call Center. This person will maintain exceptional standards for guest service, cleanliness, and physical appearance of all locations within the department. Additionally, is responsible for managing the budget, recruitment, training, and motivation and evaluation of staff. All Guest Services personnel need to be effectively cross-trained to support fluctuating business needs at all department locations. Furthermore, the Guest Services Manager will work closely with other departments to coordinate promotions to increase attendance, manage our automated telephone system and Gateway Ticketing System, and ensuring methods are in place to generate applicable reports on effectiveness of various initiatives. This person will be our primary resource to receive and respond to on-site guest service inquiries and complaints as well as conduct front line decision-making and problem solving in a courteous and professional manner.\r\n\r\nFor more than half a century, the Zoo and its animals have amazed guests from across Phoenix and around the globe. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. A visit to the Phoenix Zoo opens a wondrous world of curiosity, imagination and discovery; imagine being a key player in igniting that passion in the hearts of the community. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3925, '\r\nMinimum qualifications for this position include a Bachelor’s degree with a concentration in Business preferred, at least 3 years management experience in a fast-paced guest service environment, excellent communication and organizational skills, proficiency in MS Office programs, strong leadership skills, proven guest service and team building skills, and ability to work a flexible schedule that will include weekends, evenings, holidays and school breaks. An ideal candidate will already be familiar with our data systems; Gateway Galaxy Ticketing System, Raiser’s Edge and When-To-Work.  One to three years with these or similar systems preferred. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3926, 'This is a full time exempt level position with a starting hourly wage between $15.75 - $17.72 DOE, and a complete benefits package that includes medical, dental and vision insurance, 401(k) with company match and generous PTO. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3927, 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=693&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications. \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3931, 'The Phoenix Zoo is currently seeking a Guest Experiences Manager to oversee and improve upon the day to day operations of the 4-D Theater, Stingray Bay, Carousel, Giraffe Encounter, Camel Rides, Pedal Boat Rentals and Seasonal Experiences, as well as researching competition and proposing new retail opportunities.  This person will maintain exceptional standards for guest service, cleanliness, and physical appearance of all locations within the department. Additionally, is responsible for managing the budget, recruitment, training, motivation and evaluation of staff. All Guest Experiences personnel need to be effectively cross-trained to support fluctuating business needs at all department locations. Furthermore, the Guest Experiences Manager will work closely with other departments to support marketing initiatives, ensure successful operations, manage an effective signage program, and ensure efficient operation of the Gateway Ticketing System. This person will be our primary resource to receive and respond to on-site guest service inquiries and complaints as well as conduct front line decision-making and problem solving in a courteous and professional manner.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. Whether you are on the lookout for awe-inspiring Asian elephants, on safari to spot the great Sumatran tiger or seeking towering giraffes roaming the Savanna — a day at the Zoo offers adventures like no other place in the Valley of the Sun. With exciting experiences like Stingray Bay, Giraffe Encounter, Monkey Village, Safari Train and many more, a visit to the Zoo is memorable for everyone. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3932, 'Minimum qualifications for this position include a Bachelor’s degree with a concentration in Business preferred, at least 3 years management experience in a fast-paced guest service environment, excellent communication and organizational skills, proficiency in MS Office programs, strong team building skills, and ability to work a flexible schedule that will include weekends, evenings, holidays and school breaks. An ideal candidate will already be familiar with our data systems; Gateway Galaxy Ticketing System, Raiser’s Edge and When-To-Work. One to three years with these or similar systems preferred. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3933, 'This is a full time exempt level position with a starting hourly wage between $15.75-$17.72 DOE, and a complete benefits package that includes medical, dental and vision insurance, 401(k) with company match and generous PTO. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3934, 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=694&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications. \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3938, 'The Phoenix Zoo is currently seeking a Membership Manager to oversee the planning and implementation of programs and events designed to increase, upgrade and retain households and revenue for the Phoenix Zoo’s membership program. A key aspect of this position will be managing all communication tied to memberships such as telemarketing, mailings, signage and collateral materials. The Membership Manager will work closely with other departments to develop initiatives to grow membership revenue, create new elements for partnership activation and develop benefit structures for various membership levels, and strategically align our Zoo Membership program with the high-level Guardian Membership program. Personnel management duties will include ensuring exceptional standards of guest service, managing the budget, and coordination of training for current and new employees on applicable software and processes. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. Members know that their contributions are giving us more possibilities for the future, and we want to make sure that our membership program reflects our appreciation for the continued and growing support of the community. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3939, 'Minimum qualifications for this position include a Bachelor’s Degree with a concentration in Business preferred, minimum 5 years management experience with 2 years in guest service and/or sales preferred, excellent communication and time management skills, proficiency in Raiser’s Edge and MS Office programs, and ability to work a flexible schedule that will include weekends, evenings, holidays and school breaks. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3940, 'This is a full time exempt level position with a starting hourly wage between $19.07 to $21.46 DOE, and a complete benefits package that includes medical, dental and vision insurance, 401(k) with company match and generous PTO. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3941, 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=692&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications. \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3953, 'Panther Ridge Conservation Center offers experience in husbandry, diet preparation and animal training. Interns will be responsible for cleaning, feeding, enrichment, assisting in medical procedures, guided tours and basic maintenance of enclosures.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3954, 'Requirements: \r\nApplicants must be 18 years of age \r\nEnrolled in or have graduated with a degree in biological science, zoology, pre-veterinary or related field \r\nAble to comfortably lift 50 pounds\r\nWilling to work long hours and show up early or stay late when necessary\r\nAble to work in unfavorable weather conditions such as heat, humidity and rain\r\nProvide their own transportation\r\n*Preference will be given to applicants with prior animal care experience in an internship or volunteer capacity.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3955, 'The start date will be as soon as possible. Internships are approximately 12 weeks (3 months) with the possibility of extension to 24 weeks (6 months). Interns will be provided a weekly stipend of $50 and housing.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3956, 'To submit an application, please provide a resume with two references and a cover letter stating why you believe this is the internship for you. Applications may be emailed to pantheridge@aol.com with “Exotic Feline Internship” in the subject.\r\nYou may visit our website at http://www.pantherridgecc.org/ or find us on Facebook (Search:  Panther Ridge Conservation Center) to learn more about our facility.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3960, 'The Phoenix Zoo is seeking a full-time keeper for our Birds.  This person will be responsible for routine animal husbandry, monitoring diets and consumption, observing and reporting on animal behavior, performing behavioral enrichment and animal training, and providing positive guest experiences. \r\n \r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. Our pelicans in the wetlands exhibit were saved from the Gulf Coast spill a few years ago by rescuers looking for birds coated with oil. Their wings were injured and they couldn\'t fly. They now live at the Phoenix Zoo, receiving comfort and care while they act as one of our many animal ambassadors in the field of conservation education. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3961, 'Minimum requirements include a high-school diploma or equivalent with a preference for an individual with a Bachelor’s Degree in Life Science or related field, 6 months paid or 1 year volunteer experience in animal husbandry, and possession of a valid driver’s license. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require a clear TB skin test. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3962, 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=702&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3966, 'Hi, \r\nMy names Beth Armstrong, Chair of the ZACC Steering Committee. Please see: www.zaccconference.com\r\n\r\nI would like to start a section on our website & ZACC Facebook page highlighting keepers and their role in supporting/fundraising/involvement in supporting in situ field projects. Can you assist? I am a former keeper/ head-keeper of gorillas at Columbus Zoo, then became their first Field Conservation Coordinator, then became the FCC @ Brevard Zoo  My phone is: 614 506 7368, but I will try and call your office on Monday. programs.Thanks, Beth') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3970, 'To AAZK Membership Department,\r\n\r\nI have been a student member of AAZK since June of 2012 and am still a student at Pike\'s Peak Community College Zoo Keeping department finishing up my last classes and final two internships this fall of 2014 and spring of 2015.  My email is jonathan.zoolife@gmail.com, but was wesley2134@gmail.com when I initially signed up for membership.  I cannot access this account any longer and cannot gather my username or password for initial account.  My address the first year of membership was 6155 breeze court colorado springs, co 80918and my second year was 4319 mira linda point #1314 Colorado springs, co 80920 and is now 6250 moccasin pass court colorado springs, co 80919.  I can provide a scanned document with my student ID and the past two AAZK membership cards from 2012 and 2013.  I can be reached by email and by phone at 719-321-0004.  Thank You for your help on this matter.  I truly appreciate the opportunity to be a part of this great organization of zoo keepers.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3974, 'Panther Ridge Conservation Center is a non-profit rescue facility in Wellington, Florida that provides a home, haven and hope for some of the world’s most majestic and endangered big cats.\r\n\r\nResponsibilities: \r\nJob duties consist of but are not limited to:\r\n\r\n-Daily inspections of animals and documentation.\r\n-Cleaning of exhibits and food prep areas.\r\n-Preparation of food for animals including butchering and processing of meat and daily administration of vitamin supplements.\r\n-Operant conditioning of the animals and behavioral enrichment.\r\n-Handling of animals and crating animals for transport.\r\n-Assist with veterinary care and baby raising as needed.\r\n-Educational tours, fundraising events, and traveling exhibits.\r\n-Maintenance of enclosures and grounds.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3975, '-Bachelor’s degree in Biology, Zoology or related field or equivalent education, experience, and training.\r\n-Minimum of one year previous full-time experience in a zoological institution.\r\n-Ability to work in a harmonious manner with staff, volunteers and supervisors.\r\n-Must be able to do some heavy lifting of at least 50 pounds.\r\n-Must be able to work in unfavorable weather conditions including extreme heat, humidity, and rain.\r\n-Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\n-Must be able to follow instructions and required policies and procedures.\r\n-Must be trustworthy, organized and passionate about working with animals.\r\n-Must have valid driver’s license and social security card or Work Visa.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3981, 'Zoo Boise is currently seeking a full-time Zoo keeper.  This position will work with a variety of Animals.\r\n\r\nJob duties consist of but are not limited to;\r\n 1. Daily inspections and care of animals and daily documentation.\r\n 2. Cleaning of exhibits.\r\n 3. Operant conditioning of the animals and behavioral enrichment.\r\n 4. Educational Tours, Keeper Talks and animal encounters.\r\n 5. Handling of animals, crating animals for transport and participation with the Emergency Response Team.\r\n 6. Assist with veterinary care as needed.\r\n 7. Assist with building and erecting of new exhibits and reconstruction and repair of existing exhibits and buildings.\r\n 8. Maintenance of grounds in and around exhibits.\r\n9. Other duties as assigned by supervisor.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3982, ' 1.BS degree in Biology/Zoology or related field or equivalent education, experience, and training.\r\n 2. MINIMUM 2 Year Previous full-time experience in a zoological institution and ability to work in a harmonious manner with staff, volunteers, and supervisors.\r\n 3. Must be able to do some heavy lifting of at least 50 pounds.\r\n 4. Must be able to work in unfavorable weather conditions including rain, snow, extreme heat, and freezing temperatures.\r\n 5. Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary.\r\n 6. Must be able to follow instructions and required policies and procedures.\r\n 7. Must be honest, trustworthy and organized and be passionate about working with animals.\r\n8. Up to date vaccinations including for Tetanus and be TB Negative\r\n9. Must be able to pass a criminal background check and drug testing.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3984, 'See complete job description and application process at http://agency.governmentjobs.com/boiseid/default.cfm\r\nResume\' must be attached to application.  No applications will be accepted without using the Neogov online application process.\r\nNO PHONE CALLS PLEASE.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3988, 'I joined the American Association of Zoo Keepers and have received my first issue of the magazine.  I haven\'t however received anything else.  Is there a membership card also?  Thanks!\r\n\r\nTherese Dolan') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3992, 'Good morning!\r\n\r\nMight you have a high quality (vector if possible) Zookeepers Week logo? I would like to make a rather large banner for the Keepers at Buffalo, and if I could get something a little higher quality than is posted on your page, I know the banner would look better. I recently created a banner for our Bowling for Rhinos table (that we have been able to set up on grounds during events) and I believe it has made a difference in engaging people.\r\n\r\nThanks in advance!\r\n\r\n~Kelly') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (3996, 'Hi, Do you think if all of us keepers did a yahoo search of AAZK national zoo keeper week on sunday, it would come up as one of the top ten items searched. If so, would it lead others to the AAZK web site and promote keeper week?  Let us know via facebook if you want us to yahoo search it.\r\nThanks, Cindy Swisher Lincoln Park AAZK') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4014, 'We’re looking for a Zookeeper in our Congo Expedition region. This position will be responsible for the daily care of animals within assigned team as well as all other animals within the region. Will also test water quality, monitor life support systems, and assist with region exhibit and grounds maintenance. \r\n\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4017, 'Our mission at the Columbus Zoo and Aquarium is to lead and inspire by connecting people and wildlife. When you are a part of our team, you are helping us to achieve that mission! We offer competitive wages, excellent benefits, and OPERS retirement. Did we mention the employee perks? \r\n\r\nView full description and apply online here! http://www.columbuszoo.org/join_the_team/employment/job_detail.aspx?jobId=274') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4021, 'Position Overview:\r\n\r\nThe Site Manager is responsible for the day to day management and upkeep of TWS’ buildings, habitats, grounds, and equipment. He/she also manages new construction and estimates. He/she schedules projects with the Sanctuary Manager and Executive Director, is responsible for equipment, tool, and vehicle maintenance, and is in charge of teaching staff, interns, and volunteers the proper usage and care for TWS equipment. He/she must be able to work safely and efficiently while meeting tight and varying deadlines.\r\n\r\nDuties:\r\n\r\n    Responsible for all aspects of construction and maintenance including doing the work independently.\r\n    With assistance from the Sanctuary Manager develops construction projects for interns and volunteers.\r\n    Responsible for the maintenance of all vehicles and equipment (excluding office).\r\n    Responsible for inventory control and teaching staff, interns, and volunteers how to care for and use TWS equipment.\r\n    Responsible for the maintenance of the well, septic system, electrical system, and any other systems that support the buildings and animal compound.\r\n    Responsible for the maintenance of the refrigerators and freezers.\r\n    Responsible for the maintenance of the perimeter fence and all animal enclosures.\r\n    Responsible for regular safety inspections of the perimeter fence and all animal enclosures.\r\n    Responsible for ordering materials and supplies for maintenance and various projects.\r\n    Responsible for plowing and shoveling roads, sidewalks and steps.\r\n    Develops relationships with stores, vendors, and suppliers in an effort to obtain donations and reduced prices.\r\n    Responsible for coordinating the preparation of the compound and equipment for the winter months and for weather events.\r\n    Responsible for ensuring that the grounds are mowed and maintained.\r\n    Oversees and monitors on-site contractors, servicemen ensuring the safety of all animals and individuals on the property.\r\n    Responsible for bidding construction, service and other large scale projects.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4022, 'Qualifications and Experience\r\n\r\n    Ability to make a commitment to the animals AND the organizations mission/vision\r\n    Positive Attitude\r\n    Essential team player, respect peers, supportive of other staff\r\n    Comply with all "no contact" and safety protocol\r\n    Very strong work ethic\r\n    Demonstrate experience in managing a team and construction projects.\r\n    Ability to establish and maintain effective working relationships with supervisors, co-workers, volunteers and donors.\r\n    Ability to be onsite for emergency repairs, snow plowing, tree removal, natural disaster response, etc. in a timely manner in order for the Sanctuary to maintain general operations.\r\n    Knowledge of construction, maintenance procedures and ability to make simple repairs (small engine, electric, plumbing, welding, etc.) Welding skills a plus.\r\n    Familiarity with key message and communication; demonstrate capacity to communicate with supporters.\r\n    Minimum three (4) four years experience in work relevant to construction, maintenance or similar field.\r\n    Ability to lift up to 60 pounds and bend, stoop, crawl and walk on uneven surfaces.\r\n    Ability to work in extreme weather conditions from 100 degree days to freezing temperatures.\r\n    Possession of a valid driver license.\r\n    Ability to understand and follow oral and written instructions\r\n    Ability to operate vehicles such as trucks, vans, and utility vehicles, and motorized vehicles such as snow blowers and lawnmowers.\r\n    Ability to utilize hand and power tools.\r\n    Must be able to work around cats and other animals\r\n\r\nA high school diploma is required. A technical degree or equivalent work experience is preferred. This individual must possess a valid driver’s license, advanced construction and maintenance skills, positive people skills, and management skills. This person must be comfortable interacting with a variety of people, be computer literate, able to work weekends and on-call during inclement weather, be multitask oriented, possess great communication skills, and be able to work under stress with a variety of influences.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4024, 'Please send resume, cover letter, copy of driver’s license, and 2 reference contacts to PO Box 314 Sandstone, MN 55072 or email the information to info@wildcatsanctuary.org. If emailing the document please try and send the combined files in pdf format.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4041, 'The California Living Museum is a native zoo and garden exhibiting over 250 animals representing and more than 85 different species of California Native Wildlife.  The Animal Keeper I under the direct supervision of the Curator of Animals is responsible for active and progressive participation in animal care, monitoring animal health, keeping accurate records and ZIMS entries, presenting and documenting enrichment activities, maintaining cleanliness of the animal enclosures, interaction with zoo visitors and ability to present wildlife in informal talks with the public.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4043, '$2,254 - $2,724 per month.  Maximum entry level is $2,477 per month.  Holiday, sick leave and vacation benefits provided.  Prepaid medical, dental, vision, and counseling plans provided for employee and family.  Prepaid life insurance policy provided for the employee.  Employees of this office are not covered by Social Security, but do have mandatory retirement coverage with California Public Employees Retirement System (PERS).  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4062, 'Hi there!\r\n\r\nI think this is the third message that I have sent regarding changing the address on my AAZK account but I have yet to get a reply.  Could someone please get back to me?  I am losing issues of AKF as they\'re being sent to my old address.\r\n\r\nThank you!\r\n\r\nVicki\r\nToronto Zoo') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4066, 'I tried to renew my membership and thing got pear-shaped.\r\n1. Says my email address is already in use (apesrule@comcast.net), (can\'t spouses have a common email address?)\r\n2, After using my name, it came back saying Bruce on the receipt. (can\'t we share a credit card?)\r\nMaybe I just don\'t meet to be a member if you are going to make things difficult. \r\nThanks in advance\r\n\r\nTrish Campbell') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4070, 'The Phoenix Zoo is currently seeking a Camp Assistant.  This person will ensure the professional and efficient execution of camp programs, assist with the administrative details of running camps, staff training, and program development, and provision of excellent guest service, and be able to fill in as an instructor when needed in day or night time camps.  Camp Assistants are responsible for inventory control of food and supplies for camp programs, and help with curriculum and schedule development.  This position also includes exotic animal handling, requiring the ability to pass and maintain intermediate animal handling training.  \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways! Whether it’s Night Camp or Camp Zoo, you can be right there to ignite and foster a child’s love for animals through animal encounters, trail hikes and other activities.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4071, 'Requirements include the ability to work a flexible schedule including evenings, overnights, weekends and holidays, ability to obtain a Food Handler’s License, possession of a valid driver’s license and proficiency in MS Office programs.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4072, 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n \r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=681&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4076, 'The Phoenix Zoo is currently seeking a part-time keeper for our Animal Resources Department.  Animal Resources keepers support designated public experiences by developing and maintaining animal cued behaviors and animal shows and programs.  AR Keepers daily duties include observation of and reporting on all assigned animals, routine husbandry, monitoring diets, performing assigned and approved Behavioral Enrichment activities and animal training procedures, conducting interpretive programs and animal stage shows, and engaging and communicating with guests. Our Spring animal show, Zoolympics, was a huge hit for the guests as well as the animals, showcasing the teams creativity and dedication in a fun and engaging way. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4077, 'Minimum requirements for this position include a HS diploma with a preference for a BS degree in Life Science or equivalent experience, 1 year paid experience in work relevant to animal husbandry, experience in operant conditioning, ability to lift up to 50 lbs., valid driver’s license, and must be able to work outdoors in all types of weather.  The ideal candidate will be friendly and outgoing, and able to captivate groups of all ages and sizes.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4078, '\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=691&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4082, 'Lions, Tigers, and Bears oh my!\r\n\r\nThe Phoenix Zoo is currently seeking a full time Keeper II for our Carnivores.  Keepers are responsible for routine animal husbandry, monitoring diets and consumption, observe and report animal behavior, perform behavioral enrichment and animal training, and providing positive guest experiences. Keeper II’s are additionally expected to advise staff on nutritional concerns, assist veterinary staff with health monitoring, manage Captive Reproduction Program components as assigned, and perform routine maintenance of facilities and enclosures.  The ideal candidate will be familiar with Behavioral Enrichment concepts, animal training procedures, and be able to train staff on standard operating procedures. Keepers must also ensure the safety of all visitors and animals, while actively engaging with and educating all zoo guests.  \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4083, 'Minimum requirements for this position include a High School diploma with a preference for a Bachelor’s Degree in Life Science or related field, and at least 2 years paid experience relevant to animal husbandry in an AZA accredited institution or related facility.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position also requires a valid driver’s license and annual TB testing.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4084, 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=690&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4088, 'To whom it may concern,\r\nI have come across an image on the web that links back to this site of a high resolution photo of a Rhino. Could you please inform me if I could gain permission to use the image for a reference for an artwork. I support the Perth Zoo in Australia by donating art to an anual auction to raise awareness to the plight of Silvery Gibbons, and wish to draw a picture of a rhino.\r\nKind regards,\r\nJennifer juniper') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4092, 'Hello, \r\nI was wondering how a zookeeper becomes involved with the various committees of AAZK, I have some interest in joining a committee but am unaware of how that is done, if there are any openings, or anything regarding this matter. \r\nThank you so much \r\n\r\nZach Page') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4096, 'The Phoenix Zoo is seeking a Grounds Quality Supervisor to be in charge of all grounds quality services, procedures and grounds quality staff for the zoo.  The Phoenix Zoo Grounds Quality Supervisor is responsible for the recruitment and training of grounds quality associates, ensuring a clean park at all times, scheduling for the grounds quality team, supervising event and meeting setup, maintaining grounds quality supplies and SDS, assisting with procedure development and implementation, and performing grounds quality duties not otherwise staffed.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4097, 'Minimum requirements for this position include at least 2 years’ experience in custodial field in a supervisory capacity, excellent teamwork skills as well as the ability to work independently, and must have open availability with the flexibility to work evenings and weekends.  All Zoo employees are required to pass a pre-employment background check and drug screen, this position will also require a valid driver’s license and annual TB testing.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4098, 'To view a more complete description and list of requirements and to apply for this position please visit our job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=698&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from our job page it is closed and we will no longer accept applications.\r\nThe Phoenix Zoo is an EEOE/ADA employer. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4102, 'The Phoenix Zoo is expanding its Education department and we are seeking a Community Engagement Manager to be responsible for the development, implementation, evaluation and oversight of a number of community-focused Zoo programs, including the Advanced Inquiry Program Master’s program (AIP). This position serves as liaison with external and internal partners for the AIP and other programs, including the Arizona SciTech Festival, and established and emerging community education programs led by the Association of Zoos and Aquariums and others. This position will also require extensive collaboration with internal and external partners for all aspects of the programs under its purview. The work of this position will help extend the Zoo’s reach and recognition into the local, regional, and national conservation education communities.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. Our Community Engagement Manager will be instrumental in our continuing aspiration to excel in conservation education.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4103, 'Minimum requirements for this position include a Master’s degree in science or education, three years of experience designing and conducting educational programs for adults and children in either formal or informal settings, demonstrated experience in applying the scientific method in field settings and inquiry in the classroom, demonstrated academic and practical understanding of community-based conservation, biology, ecology, and education, strong organizational, interpersonal and communication (both oral and written) skills with particular attention to detail; as well as strong planning skills, proficiency in Microsoft Windows software and applications, and ability to work a non-standard/flexible schedule, which may include weekends and evenings. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require DMV check and clear annual TB test.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4104, 'This exempt-level position has a starting hourly pay of $19.07 - $21.46 DOE, and includes our full benefits package with medical, dental and vision insurance, 401(k) with company match, and generous paid time off.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4105, 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at: \r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=703&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4109, 'Part-time Temporary Position \r\n\r\nThe Organization for Bat Conservation (OBC) and Orlando Science Center are collaborating on a temporary exhibit about bats from Sept 20 to December 31, 2014. OBC is seeking part-time animal care personnel that will also act as educators. Hours 8am to 4pm. This position will be responsible for caring for the live bats and the educational museum exhibit. \r\n\r\nThis position requires an outgoing personality with excellent communication skills, positive attitude, and collaborative mindset. The responsibilities and duties of this position include: perform routine husbandry and environmental maintenance; feed prescribed diets; perform assigned and approved animal enrichment activities and trainings. Keepers will also work collaboratively with volunteers, staff and interns. Qualified candidates must have a General knowledge of Zoonotic Disease and preferably training with bats. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4110, 'Other qualifications and experience required: demonstrate capacity to engage and communicate with people of all ages; four-year degree in biology or related field (or equivalent); minimum two (2) years of experience in work relevant to related animal husbandry; ability to lift up to 60 pounds; able to bend, stoop, crawl and maneuver around enclosures; ability to work inside and outside; possession of a valid driver license; must have pre-exposure rabies and tetanus vaccines; ability to understand and follow oral and written instructions; ability to work safely, recognize safety hazards, and apply proper safety precautions; ability to work varied schedules including weekends, some evenings, and holidays; ability to operate vehicles such as trucks and vans.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4129, 'A team oriented individual is needed with a working knowledge of the care, maintenance, exhibition and breeding of amphibians and reptiles in captivity. Experience working with venomous species and a knowledge of life support systems for amphibians is preferred.\r\n\r\n\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4130, 'A bachelor degree in zoology or a related field and previous work experience in a similar zoo setting is preferred. A combination of experience and education to fulfill the necessary skills and requirements for the position may be considered in lieu of a formal degree. Must have a valid driver’s license and be insurable by the Zoo fleet insurance carrier. \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4135, 'Cleveland Metroparks is seeking applicants for several Animal Keeper vacancies.  Depending on the position, the incumbent may be placed in an area that contains: elephants, large carnivores, hoofstock, primates, aquatic species, macropods, pinnipeds, and birds. \r\n\r\nDetails of the animals in the Zoo’s exhibits are available online at www.clevelandmetroparks.com/zoo\r\n\r\nPOSITION FUNCTIONS:\r\n•	Provides food, water, medications and supplements as indicated by schedules, prescriptions, or diet boards\r\n•	Completes and reviews daily activity reports\r\n•	Cleans, maintains and disinfects animal exhibits\r\n•	Observes animals daily and reports behavior, appearance, unique characteristics and fecal conditions\r\n•	Trains assigned animals for husbandry purposes\r\n•	Performs proper restraint techniques for crating, transferring and veterinary procedures\r\n•	Provides continual environmental enrichment by approved methods\r\n•	Participates in ex situ and/or in situ conservation and/or research initiatives\r\n•	Demonstrates initiative, dependability, resourcefulness, good judgment, a positive attitude, common sense and the ability to establish and maintain effective working relationships with co-workers and the public\r\n•	Performs other duties as apparent or assigned\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4136, 'QUALIFICATIONS:\r\n•	High School Diploma or equivalent required.  Bachelor’s degree in animal sciences or related field preferred\r\n•	Two years full-time experience with captive exotic animals; six months if possess a bachelor’s degree\r\n•	Demonstrated education, training and experience supporting the functions above\r\n•	Demonstrated ability to work in hot or cold weather, dusty, wet, and odorous conditions\r\n•	Must be able to maneuver 75 pounds\r\n•	Possess a valid Ohio Driver’s License\r\n•	Must be non-smoker/tobacco user\r\n\r\nCandidates will need to be skilled in dealing with and have a strong working knowledge of a very diverse taxa of animals.  Candidates also need great attention to detail, proactive communication style, and be cooperative with taking work direction from supervisory and non-supervisory staff.\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4137, 'STARTING WAGE:  $22.52 per hour with a.50 cent increase every six months until achieving the union base rate of $24.02 per hour\r\n\r\nHOURS:  Ten hour shifts, four days a week.  Days off will be based on assigned location and may vary.\r\n\r\nDATE POSTED:  7/18/2014\r\n\r\nFILING DEADLINE:  7/31/2014\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4138, 'TO APPLY:  Your cover letter must clearly explain how your skills and experience align with the above job qualifications.\r\n\r\nE-mail résumé referencing job #14900 to:\r\nresumes@clevelandmetroparks.com\r\n\r\nCleveland Metroparks is an Equal Opportunity Employer committed to a diverse and talented workforce.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4155, 'Hello, \r\nI am currently an AAZK member but for some reason I have stopped receiving the FORUM magazine.  I have a feeling it may be a postal issue but I wanted to double check that I was still on the mailing list and being sent the magazine.  \r\nThank you,\r\nSean Mallee\r\n11435 Park Access Rd. \r\nBoca Raton, FL 33498\r\nPhone: 561-629-8764') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4159, 'I am the president of the Galveston Chapter and we are trying to get TX sales tax exemption paperwork done.  To do that we need a copy of the federal exemption determination letter and any addenda.  It can not be more than four years old.  Can you help me get a hold of the right people?\r\n\r\nThanks,\r\nJanelle Murphy') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4163, 'My name is Tiffani Wright and I plan on going to a college that specializes in zoology/ captive wildlife care and I was wondering if your organization had any scholarship opportunities I could apply for? Or if you knew of any?') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4167, 'Hey. My name is Katherine Hubbard. This is my second time writing about my situation. My teacher signed me up for a membership earlier this year. I am unable to access my account due to my email being entered in wrong. It was enter as katherine-hubbard@ymail.com. This is not valid email due to the dash. My actual email is katherine_hubbard@ymail.com\r\n\r\nPlease contact me at (336) 425-4593 \r\nor via email at katherine_hubbard@ymail.com  \r\n\r\nThanks,\r\nKatherine Hubbard') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4171, 'My animals and I were recently adversely affected by environmen5al toxins in our home. We were sick for several months with numerous symptoms including hairloss, nausea, vomiting, diarrhea, pneumonia, puppy birth defects and one dog miscarriage as environmental toxins cause these effects. I saw 4 doctors and 3 vets that misdiagnosed us. Finally I discovered black toxic mold and our symtoms matched to a tee. I had air quality testing done 2hich confirmed two toxic molds in our home, aspergillium and penicillium. The animals and I developed aspergillosis in our lungs which spread to our gi  urinary and reproductive systems. We are still recovering. Since I have been home sick and bored I started a business named Advocates for environmental toxic exposure victims assistance and research program, victims includes pets too. I will be graduating with my Bachelor\'s degree next fall and am specializing in research. Do you offer any program  or sponsoring or funding assistance for small businesses, animal or environmental research? Please contact me as I would at least like to ask if I may advertise your business? Do you offer affiliate programs? Thank you\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4175, 'The Gorilla Foundation is seeking an exceptional individual to join our team as a full-time Gorilla Caregiver/Researcher, in an environment where gorilla care and interspecies communication research are highly integrated.  This is an opportunity for a qualified individual to make a contribution to great ape care, research, conservation and education, by using two-way communication to facilitate gorilla care and empowerment.\r\n\r\nJob Responsibilities include providing daily care to two gorillas and their environment. This includes the monitoring, evaluation, and help in maintaining the physical and emotional health and well-being of gorillas Koko and Ndume through behavioral observations, enrichment, training, sign-language and other forms of two-way communication.  Will clean and perform general maintenance of the indoor/outdoor gorilla facilities, assist with the preparation and delivery of meals to gorillas, and support and document communication-based research with gorillas, by learning American Sign Language (ASL), taking observational notes, filling out corresponding forms and participating in database entry and cataloging.Qualifications/Experience: Applicants must have a strong affinity for animals, as reflected in work and volunteer experience.  Must be able to work effectively in a team environment, be hard-working, service-oriented and self-motivated, possessing a strong commitment to animal welfare and wildlife conservation. Excellent verbal and written communication skills are necessary. Applicant should have at least two years of full-time animal care experience (preferably with primates) and at least a 4-year degree in life sciences, biology, psychology, primatology, zoology, conservation or related field.  \r\n\r\nThe applicant should be safety oriented and have experience in operant conditioning and training techniques.   Ideally they should have some experience in performing or assisting with observational research. Knowledge of American Sign Language (ASL) is preferred. \r\n\r\nCalifornia applicants preferred.  A valid driver’s license is preferred.\r\n \r\nThis is an hourly full-time position from approximately 8:30 AM to 5:30 PM, 5 days per week. However, work-schedule flexibility is required, including the ability to work weekend days and evenings (e.g., 12-9PM)  \r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4176, 'Qualifications/Experience: Applicants must have a strong affinity for animals, as reflected in work and volunteer experience.  Must be able to work effectively in a team environment, be hard-working, service-oriented and self-motivated, possessing a strong commitment to animal welfare and wildlife conservation. Excellent verbal and written communication skills are necessary. Applicant should have at least two years of full-time animal care experience (preferably with primates) and at least a 4-year degree in life sciences, biology, psychology, primatology, zoology, conservation or related field.  \r\n\r\nThe applicant should be safety oriented and have experience in operant conditioning and training techniques.   Ideally they should have some experience in performing or assisting with observational research. Knowledge of American Sign Language (ASL) is preferred. \r\n\r\nCalifornia applicants preferred.  A valid driver’s license is preferred.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4178, 'Please send a letter of interest, resume, 3 professional references and a brief essay on “What Koko means to me” to:\r\n\r\nken.gold@koko.org\r\nKen Gold, Ph.D.\r\n1733 Woodside Road #330\r\nRedwood City, CA 94061\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4182, 'Hello - We are an institutional member and have had to pay for recent job postings.  We cannot get our email and password to work to post free ads.  We have reset the passcode several times.  If you can help, that would be great.\r\n\r\nTammy Thies\r\nThe Wildcat Sanctuary') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4186, 'The Wildcat Sanctuary is home to over 100 feline residents; all of which rely heavily on the daily husbandry provided by staff and interns. TWS is looking for hardworking individuals who are dedicated to providing the ultimate care for rescued felines while maintaining strict safety protocols. Our goal is to aid interns in gaining experience in the animal industry while educating them about the sanctuary field and the captive wildlife crisis. Interns will gain valuable experience from exotic feline husbandry, assisting staff in the building of animal enclosures, observing on-site veterinary procedures, and helping with educational and fundraising programs. Please note: contact is prohibited between the wild cat residents and interns.\r\n\r\nTwo durations:\r\nThe internship duration is 3 months and is a non-paid position. Candidates should have at least 2 years of undergraduate program studies in zoology, animal management, biology or related field\r\n\r\nThe internship duration is 6 months and interns receive a weekly cash stipend for food.  Candidates should have a degree in zoology, biology or related field is preferred, but experience with exotic animal husbandry may be considered.\r\n\r\nWe accept up to five full-time interns for each internship period. Internship starting dates generally coincide with the seasons of the year and may vary due to an intern’s availability. Interns are required to live on-site for the entire duration of the internship period. TWS provides free intern housing for 1-5 people.\r\n\r\nWe cannot accept international applications at this time.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4187, 'Intern Applicant Prerequisites:\r\n\r\n    Must be 18 years of age\r\n    Must be fluent in the English language (verbal and written communication)\r\n    Must provide your own health insurance\r\n    Must be in good physical condition\r\n    Must be able to consistently lift 50 pounds\r\n    Must be comfortable on ladders\r\n    Must hold a valid drivers license\r\n    Must be comfortable driving SUV/ Cargo Van\r\n    Must be able to work in all weather conditions\r\n    Must provide their own mode of transportation to TWS\r\n    Interns must obtain tetanus vaccination prior to participating in the internship program\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4189, 'Interns must send the following application information: a typed resume, cover letter, transcript, copy of driver’s license, and 2 reference contacts to PO Box 314 Sandstone, MN 55072 or email the information to info@wildcatsanctuary.org If emailing the document please try and send the combined files in pdf format.  Fall and Winter internships currently available.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4205, 'The Phoenix Zoo is seeking a full-time Grounds Quality Associate to perform custodial services, clean restrooms, picnic tables, water fountains, offices, benches and other items on Zoo grounds.  Grounds Quality personnel also help with event set-up and tear down, arranging tables and chairs according to event requests.    \r\n\r\nMinimum requirements include ability to work a flexible schedule including evenings and weekends, and possession of a valid driver’s license. All Phoenix Zoo employees must pass pre-employment background checks including a drug test, this position will also require clear annual Tb testing.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. \r\n\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4206, 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=704&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.\r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4210, 'The Phoenix Zoo is currently looking for 10 part-time seasonal Experience Guides. This position will likely run September – May.  Guides initiate conversations and educate the public about animals encountered throughout the zoo.  Experience Guides provide a safe and engaging experience for guests by operating with an enthusiastic and motivational communication style.  Guides are responsible for explaining the rules at various animal encounters, and monitoring guests for crowd control and safety purposes, and maintaining the cleanliness of ride areas and equipment.  \r\n\r\nMinimum requirements include excellent public speaking and presentation skills with the ability to learn and communicate science concepts to the public, 1 year of customer service experience, and ability to work a flexible schedule including evenings, weekends and holidays. All Phoenix Zoo employees must pass a pre-employment background check and drug screen, this position also requires annual TB testing.\r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways.  Experience Guides have the unique pleasure of staffing the only walk-through squirrel monkey exhibit in the United States, allowing guests to walk into an open exhibit where squirrel monkeys scamper through bushes and trees just inches away.  Our Guides also staff Stingray Bay, the Giraffe Encounter and the Petting Zoo; some of our most popular attractions. \r\n\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4211, 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=705&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n	\r\nThe Phoenix Zoo is an EEOE/ADA employer. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4215, 'The Phoenix Zoo is currently looking for a Maintenance Technician to perform skilled work involving HVAC, plumbing, carpentry, electrical, installation, preventative maintenance and construction of exhibits. This will include gates, fences, cages, and various other equipment throughout zoo, and ongoing monitoring of the overall condition of equipment and systems. The General Maintenance Technician will be completing routine scheduled maintenance, preventative maintenance, and requests for maintenance coming through our operations work order request electronic system. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of a small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting guests with the natural world in new and fascinating ways.  A cultural destination and a conservation organization, the Phoenix Zoo is now home to more than 1,400 animals, including 30 species that are endangered or threatened. Our Maintenance team has been instrumental in our exhibit design, creating spaces that work for the animals as well as our guests. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4216, 'Minimum requirements for this position include a degree, trade school diploma, or license, and 5 years’ experience in zoo, campus, industrial maintenance, or construction with experience and/or basic knowledge of all types of maintenance including HVAC, plumbing; equipment including operation of backhoes, skid steer loaders and forklifts; carpentry and electrical systems. An ideal candidate will be familiar with preventative maintenance programs, safety, and practices, be familiar with OSHA regulations with regard to maintenance and safety, skilled in interpreting schematic drawings, charts and technical instructions, have knowledge of the application and use of equipment such as saws, torches, grinders, meters, gauges, etc. Must be a cooperative team player and be able to work occasional weekend days, late evenings on occasion and holidays. All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test, this position will also require annual TB testing a valid driver’s license.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4218, '\r\nTo view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n  \r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=706&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4236, 'The NC Zoo is seeking a successful candidate to be assigned to the Watani Grasslands section working with African elephants. Responsibilities include: \r\n\r\nDaily assessment and care of exhibit/off-exhibit animal areas, including heavy lifting of hay, grain, manure, substrates, etc. Heavy duty cleaning and scrubbing is a routine occurrence.\r\n\r\nSystematic observation of animal health and behavior.\r\n\r\nTraining and maintenance of husbandry behaviors, applying principles of operant conditioning, to gain cooperation of the elephants in their own care.\r\n\r\nDevelopment and implementation of behavioral enrichment programs to elicit species-typical behaviors in a captive environment.\r\n\r\nThorough and accurate written records for computer databases.\r\n\r\nActively participating in team problem-solving and decision making processes.\r\n\r\nInteracting with Zoo visitors in formal and informal settings.\r\n\r\nParticipating in occupational health programs due to potential exposure to zoonosis.\r\n\r\nMay be assigned to work with other animal species in other work units as needed. \r\n\r\nSchedule involves weekends and holidays and both indoor/outdoor work.\r\n   ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4237, 'KNOWLEDGE, SKILLS AND ABILITIES / COMPETENCIES:\r\n \r\n**To receive credit for your work history and credentials, you must list the information on the application form.  Any information omitted from the application form, listed under the text resume section, or on an attachment will not be considered for qualifying credit** \r\n\r\n \r\n\r\nMust have recent working experience in:\r\n\r\n·              Operant conditioning in a positive reinforcement with elephants.\r\n\r\n·              Environmental enrichment with elephants.\r\n\r\n \r\n\r\nMust have working knowledge of biology, including animal anatomy, physiology, ecology, and behavior for elephants obtained from working in an AZA accredited zoo, sanctuary setting or related facility. \r\n\r\nMust have considerable knowledge of animal husbandry including:\r\n\r\n·              Feeding strategies and species-specific nutrition\r\n\r\n·              Accurate and thorough record-keeping\r\n\r\n·              Animal capture & restraint\r\n\r\n·              Safety and safe practices around dangerous animals \r\n\r\n \r\nRequires good oral and written communication skills and good interpersonal relations/teamwork skills.   \r\n\r\nRequires basic computer knowledge for research & daily reporting.\r\n\r\n \r\n\r\nMust have good physical agility, strength, vision & hearing, and the ability to perform strenuous physical work in extremes of weather and challenging physical environments, e.g. outdoor animal enclosures. Specifically, this means the ability to lift 50 pounds, walk, stand, see animals & exhibits for observation and safety as well as hear animal\'s sounds, radio communication and emergency situations.\r\n \r\n \r\n \r\nMINIMUM EDUCATION AND EXPERIENCE REQUIREMENTS: \r\n \r\nGraduation from a two-year technical or community college with a degree in zoo animal technology or other related curriculum; or graduation from high school and two years of animal care experience in a zoo or related facility; or an equivalent combination of training and experience. All degrees must be from appropriately accredited institutions. \r\n \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4239, 'APPLICATIONS MAY BE FILED ONLINE AT:\r\nhttp://www.oshr.nc.gov/jobs/index.html\r\n\r\nApplicants must document on the application their knowledge skills and abilities as well as all related work experience to the position for which they apply. \r\n\r\nAll relevant experience must be included on application to receive proper credit.  Resumes are not accepted in lieu of state application.\r\n\r\nSEE ATTACHED RESUME WILL RESULT IN AN INCOMPLETE APPLICATION. \r\n\r\nTo receive credit, all experience must be included in the work history sections.  Any information omitted from the application but included in the resume will not be considered for qualifying credit.\r\n\r\nPersons eligible for veteran preference must submit a copy of Form DD-214.  \r\n\r\nDENR uses the Merit-Based Recruitment and Selection Plan to fill positions subject to the State Personnel Act with the most qualified applicants. When a salary range is posted, the actual salary will be based on relevant competencies, knowledge, skills and abilities, internal equity and budgetary considerations pertinent to the advertised position. The State of North Carolina is an Equal Opportunity Employer.  \r\n\r\nFor additional information, please contact: \r\n\r\nNC Zoo \r\nHR Department \r\n336-879-7310 \r\n\r\nPlease visit our website at www.nczoo.org for more information regarding our facility.\r\n\r\nNOTE: Apply to the department listed on posting\r\nAn Equal Opportunity Employer, NC State Government\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4251, '***Recruitment will begin July 31, 2014***\r\n\r\nThe City of El Paso is seeking a highly motivated and innovative individual to serve in the position of Zoo Keeper. This position will feed and care for exotic animals in the different areas.  Depending on the vacancy, candidates may be assigned to an area that contains: elephants, large carnivores, hoofstock, primates, and birds.  As part of the El Paso Zoo Team, you will be required to work a schedule across a 7-day week, including weekends and holidays, and perform highly physical work on a daily basis.\r\n\r\nTYPICAL DUTIES:\r\nFeed and care for exotic zoo animals and clean and maintain animal enclosures. Involves: Prepare regular and special diets to feed animals. Feed and water animals. Clean, disinfect and maintain cages, enclosures and exhibit areas as needed. Maintain safety of animals. Monitor animal health and well-being. Report animal illness or injury to appropriate staff. Assist veterinary staff as needed with administering medications, providing treatment and restraining. Provide care for animals such as by trimming beaks, nails and wing feathers, providing moisture for turtles, reptiles and birds, shearing sheep, weighing animals and other services as needed. Record animal information such as temperature and consumption to charts. \r\n \r\nAssist with behavior modification and enrichment programs for animals. Involves: Utilize system of rewards to condition animal to do things on command. Provide animal with interactive items and activities to relieve stress and boredom. Provide exercise for animals as needed. \r\n \r\nProvide assistance to other zoo staff and to the public. Involves: Identify maintenance problems and resolve or report as necessary. Assist with grounds and landscaping maintenance and construction. Test water quality in aquatic exhibits. Answer questions from other staff and the public regarding zoo animals, exhibits and related. \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4254, 'Note: Recruitment will begin on July 31, 2014.  On July 31, 2014, interested applicants must go to www.elpasotexas.gov to apply.  Applications are only accepted online. Applicants are encouraged to apply immediately on July 31, 2014.  This position will close once a preset number of qualified applications have been received.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4258, 'I graduated last year with BA Education (2:1 Hons) with 54% from Calcutta University, India.\r\n\r\nI always wanted to work with animals but I did not have a science degree to my name. Unfortunately I cannot re-appear for a Bachelor in Science degree as I already have one.\r\n\r\nI worked in a zoo for 8 and a half months, as a volunteer, observing behaviour of African Lions and Indian Leopards. I have even submitted my reports. I often acted as a Zoo guide to groups of children as well as adults and have good communication skills. \r\n\r\nI wanted to know, if I do a Zoo Technology Course from Moorpark College or Santa Fe College, would it be easy to get job as a Zoo Keeper in the USA? Will it be enough? \r\n\r\nAn early response would be highly appreciated.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4276, 'I am attempting to renew/start a membership.  I used to have a membership with your organization under membership# 217650, when I lived in Minnesota.  It expired April 2010.\r\nDo I need to create a new account or renew the old one? \r\nAlso is the username supposed to be an email address or something else?\r\nThank you!\r\nTamara (Tamei) Cook') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4280, 'Utah’s Hogle Zoo is announcing the opening of a full time position as an Animal Keeper in the  Reptile area, within the Animal Care Department.\r\n\r\nThe Zoo is seeking a highly-qualified animal care specialist to provide superior daily care to many species of  reptiles including venomous and crocodilians. Will be involved with exhibit maintenance, conservation breeding programs, introductions for housing, veterinary procedures, animal training and enrichment, addressing the media, education programs, research and caring for other animals or areas as needed.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4281, 'Applicants must be able to work effectively in a strong team environment, foster positive interactions with guests and other Zoo departments, serve as an ambassador for the Zoo and liaison to the Association of Zoos and Aquariums in regards to animal programs, and possess a strong commitment to wildlife conservation, animal welfare, and providing a high-quality guest experience. Excellent writing and public speaking skills are necessary. Previous experience with reptiles is expected, including experience with venomous and crocodilians. A degree in life sciences, biology,  herpetology, zoology or related field is preferred. \r\n\r\nApplicant must be able to work under diverse and variable weather conditions and be able to lift over 60 pounds without injury, bend, stoop, jump, and stretch. Good driving record required. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4282, 'Salt Lake City, Utah, is the gateway for outstanding outdoor activities with world-class skiing less than 30 minutes away and more than 20 National Parks and monuments within a few hours\' drive – this area is ideal for nature lovers!  \r\n\r\nThis is a full-time, benefit-eligible position. Salary is commensurate with experience. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4283, 'Anyone interested in this position should send a cover letter and resume to Jane Larson Animal Care Supervisor (jlarson@hoglezoo.org) by August 15, 2014. Utah’s Hogle Zoo is an Equal Opportunity Employer. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4291, 'Dear Sr or Madam\r\nI am Fanny  Bonilla from Ecuador and I am interested in being a member of this or organization, but I do not what membership should I select.\r\nI really will apreciate your reply.\r\nThanks for your time.\r\nFanny Bonilla\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4295, 'Safe Haven Rescue Zoo is an accredited wildlife sanctuary located in northern Nevada that provides permanent placement for illegally owned and abandoned exotics. Safe Haven also provides rescue services to native orphaned and injured wildlife. Safe Haven is currently home to over 30 exotic residents including African lions, tigers, cougars, bobcats, coyotes, foxes, African servals, reptiles and much more. \r\nCandidates will be responsible for daily animal care of permanently housed animals, educational presentations to the public, assisting with habitat building, light office work and participation in annual fundraisers.\r\n\r\nSafe Haven Rescue Zoo is seeking qualified applicants for the fall session of 2014 and the spring/summer session of 2015. Please clarify in your application which session you are applying for. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4296, '•Applicants must be at least 21 years of age\r\n•Must be fluent in the English language, both verbal and written\r\n•Must provide your own health insurance\r\n•Must have at least 2 years of related studies in biology, zoology, animal husbandry or a related field. Applicants who have already achieved their bachelors are preferred.\r\n•Must have a positive attitude, a good work ethic and arrive to work on time and work late if necessary\r\n•Must be able to follow instructions and required policies and procedures \r\n•Must have a valid driver’s license and your own vehicle\r\n•Must be willing to work varied hours and in inclement weather\r\n•Must be able to consistently lift 50lbs\r\n•Must be comfortable on ladders\r\n•Interns must obtain tetanus vaccination prior to participating in the internship program\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4297, '•Monthly stipend is provided \r\n•Housing is provided on the sanctuary property\r\n•Amenities: Heat, A/C, Utilities paid, bathroom, fully stocked kitchen, bedding, washer/dryer, satellite TV, Wireless Internet and phone line (*Please note* due to our rural location, we are roughly ten minutes out of cell phone range and you will not have cell service on the sanctuary property)\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4302, 'Just a quick bylaw question.  I was reading that our AAZK chapter at the Greenville Zoo is blanketed under the national chapter as far as being tax exempt.  It is not a non-profit though correct?  We\'re trying to do different things for fund raisers but in SC you can\'t hold a "silent auction" for something unless you are a non-profit.  I was just curious.  Thanks :)') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4306, 'Animal Gardens Exotic animal petting zoo and new beautiful state-of-the-art dog kennel located in Lake Geneva WI. is seeking animal interns. Must have basic knowledge of all phases of animal care. Learn about the care, feeding and greeting customers in our domestic animal facility. Learn the basics of running a business is part of this hands-on internship. Internship also features training in our Exotic Animal dept. Camels, mini-pigs, monkey, raccoons, skunks, bobcats, foxes, deer, llama, goats donkeys and much more. If you want to work, learn and gain experience in the animal industry this is the position for you! Interns are not salaried however we offer a $50.00 a week stipend, full training and on-site dorm-style housing. A 6 month commitment is preferred, openings available all year round. APPLICANTS MUST WORK IN BOTH DEPARTMENTS. Our training has allowed many of interns to secure jobs with us, and other similar type facilities.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4323, 'Hello, I am existing member, expiring on 8/31/14. I tried to log in but am not sure what email address I might have given you. Can you send me the info. Most likely I would have registered with the email address I entered on this form.\r\nThanks...Paul') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4327, 'The Phoenix Zoo is currently seeking two part time Park Ranger to ensure the safety and well being of visitors, employees, living collections and facilities.  Park Rangers provide first-aid, security services and impromptu animal talks with the public.  The ideal Park Ranger will be able to engage guests in conversations about the natural world and present interpretive information, provide grounds surveillance, render first aid and/or emergency medical assistance when necessary, take command at scenes of accidents or disturbances, provide security support at special events, and inspect grounds for safety conditions.  \r\n\r\nMinimum qualifications for this position include a high school diploma or equivalent, possession of a valid driver’s license, ability to use or learn to use firearms, current possession or ability to obtain standard first aid and CPR certification, flexibility to work any shift including graveyards.  All Phoenix Zoo employees are required to pass pre-employment background checks including a drug test.  This position will also require Hepatitis B immunizations and annual TB testing. \r\n\r\nThe Phoenix Zoo was born of a spirit of community and the efforts of small group of dedicated volunteers, and carefully nurtured through the support of millions. We have enjoyed a truly remarkable first 50+ years.  Come be a part of our next 50 years and inspire millions more, connecting them with the natural world in new and fascinating ways. Phoenix Zoo Park Rangers provide memorable experiences to all guests and Zoo Staff by promoting safety, awareness and education throughout the zoo. \r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4328, 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=707&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer. \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4332, 'The Education Program Coordinator / Small Mammal Keeper will be responsible for accomplishing animal care, exhibit maintenance, and coordination of the Educational Programs.  This position requires an individual with a high degree of professional experience who takes pride in work well done.  Must be a proven leader, team player, and team member.  The priorities for this position include attention to animal care and health, fostering a positive team environment, and accomplishing an excellent guest experience.\r\nEssential Job Functions\r\n•       All team members must understand the significance of their role and how they can positively impact visitors.  Pro-active, friendly communication will be expected at all times, as well as anticipating visitors’ needs and desires. \r\n•       Provides for the needs of a wide range of mammals, birds, reptiles, and invertebrates through regular feedings, administering treatments as directed, exhibit maintenance and environmental enrichment programs for the species.\r\n•       Input of data into the animal records databases; assures that appropriate records are kept on all husbandry including daily care and animal health.\r\n•       Coordinates the purchasing relating to purchases such as food for the animal collection; assures that animal food, maintenance equipment and supplies are ordered and stocked in appropriate amounts, given the needs of the facility and the availability of resources.\r\n•       Exceptional use of time management techniques.\r\n•       Keep all exhibit areas and off exhibit areas clean, neat and well organized.\r\n•       Help train new employees to assure compliance with established standards and protocols.\r\n•       Perform other related duties as assigned.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4333, 'To perform this job successfully, an individual must be able to perform each duty satisfactorily. The requirements listed below are representative of the knowledge, skill, and/or ability required. \r\nExperience- One year of professional experience at a public zoo, wildlife park, animal facility or similar institution and a demonstrated knowledge of zoological operations. \r\nOther Requirements- Demonstrated ability to lead and work as a part of a team in a constantly changing environment as well as individually, with a minimum of supervision\r\nA valid driver’s License with a good driving record\r\nAbility to drive small-medium size trucks is required. \r\nAbility to work a flexible schedule which includes evenings and/or weekends and holidays.\r\nAbility to respond to emergencies on an on-call basis. \r\nLanguage Skills- Ability to read, analyze and interpret general business periodicals, \r\nprofessional journals, technical procedures or governmental regulations.  Ability to write \r\nreports and business correspondence.  Abilities to effectively present \r\ninformation and respond to questions from managers, clients, customers and the \r\ngeneral public. \r\nInterpersonal Skills – friendly, positive attitude toward others. Ability to display servant\r\nbased behaviors to include: being patient, kind, humble, respectful, selfless, forgiving, honest and committed.\r\nGuest/Customer Service Skills— must have knowledge of principles for providing quality customer service. This includes understanding guest needs, meeting quality standards for service and guest satisfaction.\r\nReasoning Ability- Ability to apply common sense understanding to carry out instructions \r\nfurnished in written, oral or diagram form. Ability to deal with problems involving several \r\nconcrete variables in standardized situations.\r\nPhysical Demands- Must be able to work outdoors in any weather, lift 50 pounds, walk briskly or run if needed.  Must be able to move heavier items with assistance and do repetitive physical work such as raking and shoveling.\r\nWork Environment- Mostly outdoors in all weather. Some areas such as the reptile area are hot and humid. Must be able to handle or be near any animal in the collection. Will be exposed to several outdoor allergens such as dust and hay.\r\nComputer Skills- Must have working knowledge of Microsoft based office programs (Excel, Word, Outlook) \r\nPublic Presentation- Must be able to present to small and large crowds and work well with large groups of children.\r\nPre Employment Testing- Successful candidates must pass pre-employment drug screening, background check and TB test.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4334, 'Compensation – $10-$13 per hour DOE	\r\nBenefits- One week paid vacation for every one year worked. Vacation times and dates must be approved by management.  Commission on some tour sales.  Annual Bonus. No medical or relocation benefits.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4343, 'Our facility houses a variety of animals, big cats, small cats, primates, rodents, marsupials, birds, reptiles, dogs and cats. Besides the zoo and education we train animals for movies, commercial and print work and also do rescue work.  \r\n\r\nJob duties consist of but are not limited to;\r\n1. Daily inspections of animals and documentation.\r\n2. Preparation of food for animals. \r\n3. Cleaning of exhibits and food prep areas.\r\n4. Operant conditioning of the animals and behavioral enrichment.\r\n5. Educational Tours, Out Reach Programs and Public Presentations - Must be able to present to small and large crowds and work well with large groups of children. Assist in zoo camp and special events.\r\n6.Physical Demands- Work in all weather elements, lift 50 pounds and be able to move heavier items with assistance and do repetitive physical work such as raking and shoveling. Walk briskly or run if needed. \r\n7. Assist with veterinary care, administrating medications.\r\n8. Assist with building and erecting of new exhibits and reconstruction and repair of existing exhibits and buildings.\r\n9. Maintenance of grounds in and around exhibits.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4344, 'Experience- One year of professional experience at a public zoo, wildlife park, animal facility or similar institution and a demonstrated knowledge of zoological operations. Hard worker, reliable and trust worthy. Ability to work a flexible schedule which includes evenings and/or weekends and holidays.\r\n\r\nGuest/Customer Service Skills— must have knowledge of principles for providing quality customer service. This includes understanding guest needs, meeting quality standards for service and guest satisfaction.\r\n\r\nComputer Skills and working knowledge of Microsoft based office programs (Excel, Word, Outlook) is recommended.\r\n\r\nPre Employment Testing- Successful candidates may be asked to pass pre-employment drug screening, background check and TB test.\r\n\r\nZoo keeper attire is required. Khaki/earth tone colors. No logos, short shorts or tank tops.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4367, 'Tanganyika is looking for additional keepers for a rapidly growing primate collection.  Applicants applying for these open positions must be flexible, reliable, proficient, and self motivated.  We are looking for applicants who have experience in animal training and enjoy working in a fast pace environment.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4370, 'Please email resumes and cover letters to Stephanie Jeter : sjeter@twpark.com\r\nAlso, please note that all applicants that proceed to the second level of interviews will be asked to visit Tanganyika for a 2 day working interview.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4374, 'To Whom It May Concern:\r\n\r\n    I am interested in registering and reserving August 30, 2014 for a Flamingo flocking as a way to wish a special someone "Happy Birthday". Please advise on what I need to do to accomplish this. Thank you.  \r\n\r\nRespectfully,\r\nArlene Holden') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4378, 'Hi!\r\n\r\nMy name is Laura Shipp and I am a member of the Seneca Park Zoo chapter of AAZK (as well as a national member). I was voted in as our chapter\'s liason, only to find that there was no information about liason\'s responsibilities. Is this no longer a position you recommend for you local chapters? Is there any information I should be passing to you (such as proceeds from Bowling for Rhinos)?\r\n\r\nThanks, \r\nLaura') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4382, 'The Phoenix Zoo is seeking an Outreach Specialist to serve as a traveling ambassador and educator for the Phoenix Zoo. This person will present educational programs about the natural world, off-grounds, in a variety of settings, such as schools, libraries, businesses, senior communities/care centers, corporate and special events, and in-home birthday parties. The Outreach Specialist assists the Outreach Supervisor and the Manager of Educational Programs in the development of interactive and entertaining educational programs. This position also requires a great deal of animal husbandry; animal handling, transportation, and presentation must all be completed according to established animal handling protocols, and at times  traveling and staying overnight away from the zoo will require 24 hour awareness of animal comfort and condition.\r\n\r\nInspiring and motivating people to care for the natural world is part of the Phoenix Zoo’s mission statement. Our ZooToYou, Zoomobile, and Distance Learning Outreach programs fulfill this mission by delivering educational and exciting programs throughout Arizona. Phoenix Zoo Outreach Specialists strive to engage audiences about the wonders of our earth and the animals with whom we share it. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4383, 'Minimum qualifications for this positon include a Bachelor’s degree in science or education along with a strong interest in the natural world, ability to handle and work with a variety of animals, availability to work weekdays, weekends, evenings, holidays, and occasional travel overnights, out-of-town within Arizona, excellent time management, organization and communication skills. The ideal candidate will also have teaching experience and animal husbandry knowledge. All Phoenix Zoo employees are required to pass pre-employment checks including a drug test, this position will also require a valid driver’s license, annual TB testing, and ability to obtain a Fingerprint Clearance Card.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4385, 'To view a more complete description and list of requirements and to apply for this position, please visit the Phoenix Zoo job page at:\r\n  \r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=708&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4389, 'Start Date: September, 2014\r\n\r\nLEO Zoological Conservation Center, is an accredited nonprofit, off-site breeding facility for rare, threatened, and endangered species located in Greenwich, Connecticut - just than an hour away from New York City. Closed to the public, we allow a limited number of visits seasonally, split between Special Cause Groups and donors.\r\n\r\nWe are seeking a candidate to aide our Carnivore Keeper. Working primarily with Cheetah (also King Cheetah), Fishing cats, Binturong, Bat-eared Fox, and Striped hyena, aides will prepare food, enrichment, help clean enclosures, and gain extensive knowledge in carnivore behavior and husbandry. LEOZCC engages in noninvasive scientific based scientific research with our carnivores.\r\n\r\nThe selected candidate will be expected to adhere to carnivore safety policies at all times.Keeper aide positions are physically demanding. Aides may be working in small spaces or in awkward positions that require bending or stretching and standing for long periods of time. Aides must be able to safely lift 50 lbs. Keepers work in extreme weather conditions, so aides must be able to tolerate heat, cold, snow, wind and rain. They must also be able to tolerate strong odors and possible allergens such as hay, dust and animal hair/fur/dander.No stipend or housing is available for the aide from the center.  Aides must be flexible with their schedule, and will be expected to work 5 weekdays (potentially falling on weekend days and/or holidays) with two consecutive days off. \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4390, 'Requirements: \r\n- Applicants must be 18 years of age or older\r\n- Applicants MUST have experience working with animals    (preferably a past zoological volunteer or internship experience) \r\n- Able to comfortably lift 50 pounds\r\n- Aides must present themselves in a professional manner\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4391, 'Aide will leave facility with a wealth of experience and understanding in carnivore husbandry, operant training, and behavior. Aide will also receive a letter of recommendation from LEO Zoological Conservation Center.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4392, 'Interested candidates must send cover letter and resume to info@leozoo.org. Faxed, mailed, and delivered resumes will not be considered. PLEASE, NO PHONE CALLS. Interested applicants must be available any of the seven days of the week.\r\n\r\nLEOZCC is an EOE/ Drug Free/Smoke Free Work Environment.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4408, 'Start Date: September, 2014\r\n \r\nLEO Zoological Conservation Center, is an accredited nonprofit, off-site breeding facility for rare, threatened, and endangered species located in Greenwich, Connecticut - just than an hour away from New York City. Closed to the public, we allow a limited number of visits seasonally, split between Special Cause Groups and donors.\r\n\r\nWe are seeking a candidate to aide our Great Apes Keeper. Working primarily with Orangutans, Gibbons, and Colobus monkeys, aides will prepare food, enrichment, help clean enclosures, and gain extensive knowledge in primate behavior and husbandry. LEOZCC engages in noninvasive scientific based scientific research with our orangutans.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4409, 'Requirements: \r\n- Applicants must be 18 years of age or older\r\n- Applicants MUST have experience working with a primates (preferably a past zoological volunteer or internship experience)        \r\n- Able to comfortably lift 50 pounds\r\n- Aides must present themselves in a professional manner\r\n\r\nThe selected candidate will be expected to adhere to primate safety policies at all times.Keeper aide positions are physically demanding. Aides may be working in small spaces or in awkward positions that require bending or stretching and standing for long periods of time. Aides must be able to safely lift 50 lbs. Keepers work in extreme weather conditions, so aides must be able to tolerate heat, cold, snow, wind and rain. They must also be able to tolerate strong odors and possible allergens such as hay, dust and animal hair/fur/dander.No stipend or housing is available for the aide from the center.  Aides must be flexible with their schedule, and will be expected to work 5 weekdays (potentially falling on weekend days and/or holidays) with two consecutive days off. \r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4410, 'Aide will leave facility with a wealth of experience and understanding in orangutan and primate husbandry, operant training, and behavior. Aide will also receive a letter of recommendation from LEO Zoological Conservation Center.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4411, 'Interested candidates must send cover letter and resume to info@leozoo.org. Faxed, mailed, and delivered resumes will not be considered. PLEASE, NO PHONE CALLS. Interested applicants must be available any of the seven days of the week.\r\n\r\nLEOZCC is an EOE/ Drug Free/Smoke Free Work Environment.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4427, 'Dear Sr. or Madam\r\n\r\nI am Fanny owner of a Zoorefugio in the Amazon of Ecuador, www.zoorefugiotarqui.com, and I am wondering if I could host my place in AAZK for people interested in doing interships or volunteering.\r\nThanks for your atention.\r\nFanny\r\nFanny') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4435, 'Beautiful Facility in Resort Area - Lake Geneva, Wisconsin\r\nExperienced Jack of All Trades individual, knowledge of all phases of property management, carpentry, mechanical, lawn care, etc. Ability to oversee staff and projects, A multi-tasker. Animal knowledge a plus.\r\nThe Dancing Horses Theatre (open all year round) and Animal Gardens Petting Zoo (opening May-October).') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4453, 'WildCat Haven has openings for the Fall and Winter Internship Programs, starting in September. We accept up to four full-time interns for each 12 week period. \r\n\r\nWildCat Haven is located in Sherwood, Oregon and home to over 60 rescued captive-born wildcat residents. We are looking for interns who are passionate about animal welfare and making a difference. If you are dedicated, safety conscience, physically fit, can be a team player but still work independently, this may be the program for you. This is a VERY physical position and involves all the hard & dirty work that goes with caring for animals. Our program is specific to the sanctuary field, including exotic feline husbandry, observation of the animals, safety protocol, building enclosures and more. Internships are non-paid positions and run for a minimum 12 weeks. Interns work five days a week with a minimum of 40 hours. This may include a week-end day. There is no on-site housing available, and interns must provide their own transportation.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4454, '•Must be 21 years of age, be in good physical condition  \r\n•Must be able to consistently lift 30 pounds  \r\n•Must be able to work in all weather conditions\r\n• Must be fluent in English (both written and verbal)\r\n• Must provide your own health insurance \r\n•Must have valid driver’s license and own vehicle.\r\n\r\nCandidates should have a least two years of undergraduate program studies in zoology, biology, or other animal related fields.  \r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4456, 'Download and fill out application here: http://www.wildcathaven.org/how-to-help/intern-opportunities\r\nSend with send with resume, cover letter, transcripts, and a copy of Driver’s License along with two reference contacts to:\r\nWildCat Haven Intern Program PO. Box 1071 Sherwood, Oregon 97140\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4460, 'I\'m a full time keeper at the Toronto Zoo, and on August 14th I tried to renew my professional membership. The charge has gone through on my credit card but I cannot login as a member and didn\'t receive any confirmation of my renewal. The transaction ID is 8DK851914F645854R. If you could please let me know why it isn\'t working as soon as possible I\'d appreciate it, thank you') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4464, 'I am interested in applying for an AAZK grant to attend an AZA course.  I am having difficulty accessing grant information from the website. Can you please send me the grant requirements and application? Thanks so much. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4468, 'My name is Seth Adams and I am a Tucson, AZ SEO Consultant. \r\n\r\nAdvertising on World Wide Web is one of the most inexpensive but highly effective methods of promoting a business. It is critical to the success of \r\n\r\nany company in today’s world to have highest visibility on search engines like Google, Bing and Yahoo. \r\n\r\nWould you like to have a stronger presence online for your company? \r\n\r\nWe are a local SEO & Web Development Company who specializes in helping businesses, such as yours, gain more qualified traffic. \r\n\r\nOur services include: \r\n\r\n• Organic SEO Consulting/ Services\r\n• Reputation Management\r\n• Conversion Rate Optimization\r\n• PPC, CPC (Pay-per-click such as Google AdWords)\r\n• Panda Penguin Google Penalty Recovery Services\r\n• Search Engine Optimized Website Design & Development\r\n• Mobile Apps/ Games Development\r\n\r\nLet me know if you are interested so that I can run a FREE site analysis for you to see how your site measures up, a $100 value; absolutely FREE! \r\nContact our consultants directly at 520.955.9573 or visit send an email to seo@powerprosperity.org. \r\n\r\nWe look forward to hear from you! \r\n\r\nBest Regards,\r\nSeth Adams\r\nVisit: www.powerprosperity.org \r\n\r\nP. S. Our free SEO evaluation looks at your site from a search engine’s perspective and informs you how your website is doing in terms of SEO and where your strengths and weaknesses are. Contact our consultants directly at 520.955.9573 or visit send an email to seo@powerprosperity.org.Phone Number: 520.955.9573') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4472, 'Hello,\r\nThere is a photo of the amazona guildingii (St Vincent and the Grenadines parrot that appears on the Houston Zoo website in an article contributed by Mollie Coym, director of the AAZK. I am editing a volume entitled language issues in St VIncent and the Grenadines to be published by John Benjamins Publishing company and would like to request permission to use this photo of the parrot, since I find it both appropriate and beautiful. Could you please put me in contact with Mollie Coym as all my attempts to find contact information on the web have proved futile.\r\nBest,\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4481, 'One year combined volunteer, intern or paid experience working with exotic or native\r\nwildlife preferred; elephant experience preferred.\r\n• 	Six months combined volunteer, intern or paid experience working in protected contact training (using strictly positive reinforcement) with exotic or native wildlife, or domestic animals preferred.\r\n• 	Bachelor Degree in related field preferred\r\n• 	Valid Driver’s License, insurable to drive company vehicles, and ability to provide own\r\ntransportation to/from work.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4500, 'This is a Regular, Full Time position.  The ideal candidate will be available to work weekdays, weekends and holidays.\r\n\r\nSubject to collective bargaining agreement \r\n\r\nSUMMARY: Under general supervision, has responsibility for the care, welfare and safety of animal exhibits including rare or valuable specimens; maintains the physical quarters, surroundings and/or environment of such animals; answers questions and gives information to the visiting public; and performs related duties as required. Requires responsibility for: carrying out existing methods and procedures relating to care, maintenance, safety of valuable and/or rare species and making numerous contacts with the public and other employees. \r\n\r\nESSENTIAL DUTIES & RESPONSIBILITIES include the following. Other duties may be assigned.\r\n\r\nCleans and maintains enclosures, cages, stalls, moats, barns, pools, yards, roads and related areas; removes animal excrement and food remnants; rakes sand and leaves; sweeps and hoses down area as necessary.\r\nPrepares food for animals; regulates and distributes food once prepared; loads and unloads foodstuffs; maintains feed and storage areas.\r\nObserves behavior of animals on both a day-to-day and long-term basis; notes any unusual behavior, signs of illness or injury, change in appetite, start of breeding cycle, or lack of compatibility with group members and reports same to Veterinarian or supervisory personnel; assists in administering medication or other treatments for illness or injury as directed.\r\nAnswers questions or gives information regarding animals, zoo operations, and zoo exhibits to the visiting public; maintains crowd control when animals are loose or being moved; observes the public to prevent malicious acts which could result in harm to the public, or zoo animals or loss of zoo property.\r\nAssists in the crating and uncrating of animals; catches and restrains as necessary; may assist in transfer between locations.\r\nDesigns and builds displays within existing enclosures; assists with the planning and care of landscaped areas within or near enclosures; makes minor and emergency repairs to zoo equipment and facilities; assists maintenance personnel in repair or maintenance work.\r\nPrepares and maintains food, drives a vehicle to deliver equipment, materials or supplies; or performs related duties as required.\r\nInteracts with Zoo visitors and staff courteously and offers proper attention at all times.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4501, 'REQUIRED QUALIFICATIONS:  To perform this job successfully, an individual must be able to perform each essential duty satisfactorily. The requirements listed below are representative of the knowledge, skill, and/or ability required. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. \r\n\r\nDESIRED QUALIFICATIONS:  The San Francisco Zoo encourages bilingual candidates to apply.\r\n\r\nEDUCATION: High school diploma or general education degree (GED)\r\n\r\nEXPERIENCE: A minimum of at least one year PAID experience working with ranch, farm, or exotic animals. A degree from an institution offering specialized animal management programs with a hands-on component or an internship working with animals may meet this qualification.  Ability to read and interpret documents such as safety rules, operating and maintenance instructions, and procedure manuals. Ability to write routine reports and correspondence.  Ability to speak effectively before groups.  Ability to work in a team environment and be a team player.  Ability to interpret a variety of instructions furnished in written, oral, diagram, or schedule form.  Must be able to work weekends and holidays, good communication and presentation skills required\r\n\r\nDESIRED EXPERIENCE: A minimum of 3 years PAID zoo keeping experience in an AZA accredited institution, working with primates including callitrichidae, lemurs and apes, is preferred. \r\n\r\nCERTIFICATES, LICENSES, REGISTRATIONS: A valid Drivers License.\r\n\r\nPHYSICAL DEMANDS: The physical demands described here are representative of those that must be met by an employee to successfully perform the essential functions of this job. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. While performing the duties of this job, the employee is regularly required to stand and walk.  The employee frequently is required to reach with hands and arms and talk or hear.  The employee is occasionally required to climb or balance and stoop, kneel, crouch, or crawl.  The employee must regularly lift and/or move up to 50 pounds and occasionally lift and/or move up to 80 pounds.\r\n\r\nWORK ENVIRONMENT: The work environment characteristics described here are representative of those an employee encounters while performing the essential functions of this job. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. While performing the duties of this job, the employee is regularly exposed to outside weather conditions.  The employee is occasionally exposed to moving mechanical parts.  The noise level in the work environment is usually moderate. While performing the duties of this job, the employee is frequently exposed to potentially hazardous animals. May involve exposure to possible serious accidents or injury and to very disagreeable working conditions in handling dangerous or sick animals or raw sewage and other refuse.\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4507, 'Dear Sir/Ma,\nI write to request to be given the opportunity to be among keepers to trained under your Institution.This is to affford me the opportunity to be exposed with the recent updates principles and pratices in captive species management.\nRegards.\nEmmanuel\nFunaab Zoo Park') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4511, 'Dear Sir/Ma,\nI write to request to be given the opportunity to be among keepers to trained under your Institution.This is to affford me the opportunity to be exposed with the recent updates principles and pratices in captive species management.\nRegards.\nEmmanuel\nFunaab Zoo Park') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4515, 'The Phoenix Zoo is currently looking for a part-time Event Host/Hostess.  This person will work with our Events Team to carry out the daily aspects of the Birthday program and other special events, strong interpersonal skills are a must for this position.  The Event Host/Hostess will coordinate parties, interact with guests, lead activities, serve refreshments, and assist with set up and tear down of events.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4517, 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at \r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=712&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4521, 'The Phoenix Zoo is currently looking for an Event Facilitator to be responsible for group events at the Zoo.  If you have previous banquet or custodial experience, this may be the job for you!  The Event Facilitator will assist with set-up and break down of event activities, and supervise additional helpers when needed.  This person will also work directly with Caterers, Park Rangers and Bar Staff to execute our events with professionalism and quality guest service. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4522, 'Minimum requirements include possession of a valid driver’s license and ability to work a flexible schedule that may include weekends, evenings, and holidays. All Phoenix Zoo employees must pass pre-employment background checks including a drug test.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4523, '\r\nThis is a full time position with a starting hourly wage between $10.59 – $11.91 and a complete benefits package that includes medical, dental and vision insurance, 401(k) with company match and generous PTO. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4524, 'To view a more complete description and list of requirements and to apply for this position please visit the Phoenix Zoo job page at:\r\n\r\nhttp://phoenixzoo.org/careers/?AppliTrackJobId=711&AppliTrackLayoutMode=detail&AppliTrackViewPosting=1 \r\n\r\nRésumés are not accepted for any Zoo position without an accompanying application. While postings may remain on outside sites for longer, once a job is removed from The Phoenix Zoo job page it is closed and we will no longer accept applications.  \r\n\r\nThe Phoenix Zoo is an EEOE/ADA employer.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4528, 'Hi! I am having issues renewing my membership because I have never had an account on the website. Also, the email I think you have is wrong as well. Please use ckanesta@hotmail.com.\r\n\r\nMy user name is:  aazkuser2273. Can you send me a password to my listed email?\r\n\r\nThank you so much!') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4532, 'How do you change your e-mail address please?  I am still receiving emails to both snowlin87@comcast.net and slseiber87@gmail.com.  I was asked about this problem not too long ago and I thought it had been straightened out? I should only be getting all AAZK e-mails  by slseiber@gmail.com') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4536, 'Utah’s Hogle Zoo is announcing the opening of a full time position as an Animal Keeper in the Asian Highlands feline area, within the Animal Care Department.\r\n\r\nThe Zoo is seeking a highly-qualified animal care specialist to provide superior daily care to a diverse group of felines including Amur Leopards, Amur Tigers, Snow Leopards, and Pallas Cats among others. Will be involved with conservation breeding programs, introductions for housing, veterinary procedures, exhibit maintenance, animal demonstrations, addressing the media, education programs, and caring for other animals or areas as needed.  ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4537, 'Applicants must be able to work effectively in a strong team environment, foster positive interactions with guests and other Zoo departments, serve as an ambassador for the Zoo and liaison to the Association of Zoos and Aquariums in regards to animal programs, and possess a strong commitment to wildlife conservation, animal welfare, and providing a high-quality guest experience. Excellent writing and public speaking skills are necessary. There is a strong expectation of experience in operant conditioning and training techniques and ability to uphold high enrichment standards. A minimum of two years of experience with felines required and degree in life sciences, biology, zoology or related field is preferred. \r\n\r\nApplicant must be able to work under diverse and variable weather conditions and be able to lift over 60 pounds without injury, bend, stoop, jump, stretch. Good driving record required. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4538, 'Salt Lake City, Utah, is the gateway for outstanding outdoor activities with world-class skiing less than 30 minutes away and more than 20 National Parks and monuments within a few hours\' drive – this area is ideal for nature lovers!  \r\n\r\nThis is a full-time, benefit-eligible position. Salary is commensurate with experience.') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4539, 'Anyone interested in this position should send a cover letter and resume to Gina Phillips, Animal Care Supervisor, (gphillips@hoglezoo.org) by Sept 15, 2014. Utah’s Hogle Zoo is Equal Opportunity Employer. ') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4543, 'Wild Wonders in Bonsall,CA, has 2 openings for keeper/outreach educators part \r\ntime.\r\nDuties: \r\nInclude but not limited to: \r\nGeneral husbandry of ambassador collection \r\nBehavioral enrichment \r\nRecord keeping \r\nPresenting entertaining educational presentations onsite and offsite while \r\nkeeping animal and guest safety at the forefront \r\nEnclosure maintenance and enhancement \r\nSocialization and training of ambassador animals \r\nPromoting the mission of the program \r\nOrdering of inventory and working with suppliers and Vets \r\nMedical supportive care \r\nOversight and training of interns and volunteers \r\n\r\n\r\n') ; 
INSERT INTO `wp_rg_lead_detail_long` VALUES (4544, 'Requirements: \r\nMust have a zoology degree or equivalent \r\nOne year minimum full time professional experience in a zoological setting \r\nhandling, presenting and keeping of exotics \r\nMust be able to work in small group environment with autonomy and flexibility \r\nMust be able to lift 50 lbs \r\nClean driving record \r\nAbility to work weekends, nights and holidays ') ;
#
# End of data contents of table `wp_rg_lead_detail_long`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_rg_lead_meta`
# --------------------------------------------------------


#
# Delete any existing table `wp_rg_lead_meta`
#

DROP TABLE IF EXISTS `wp_rg_lead_meta`;


#
# Table structure of table `wp_rg_lead_meta`
#

CREATE TABLE `wp_rg_lead_meta` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` mediumint(8) unsigned NOT NULL DEFAULT '0',
  `lead_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`id`),
  KEY `meta_key` (`meta_key`),
  KEY `lead_id` (`lead_id`),
  KEY `form_id_meta_key` (`form_id`,`meta_key`)
) ENGINE=InnoDB AUTO_INCREMENT=322 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_rg_lead_meta`
#
 
INSERT INTO `wp_rg_lead_meta` VALUES (1, 4, 7, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (2, 4, 7, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (3, 4, 8, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (4, 4, 8, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (5, 4, 9, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (6, 4, 9, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (7, 4, 11, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (8, 4, 11, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (9, 4, 12, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (10, 4, 12, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (11, 4, 13, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (12, 4, 13, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (13, 4, 14, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (14, 4, 14, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (15, 4, 15, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (16, 4, 15, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (17, 4, 16, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (18, 4, 16, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (19, 4, 17, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (20, 4, 17, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (21, 4, 18, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (22, 4, 18, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (23, 4, 19, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (24, 4, 19, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (25, 4, 20, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (26, 4, 20, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (27, 4, 21, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (28, 4, 21, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (29, 4, 23, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (30, 4, 23, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (31, 5, 24, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Dontaion Amount";s:5:"price";s:6:"$45.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Cape May County Zoo AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Cape May County Zoo AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (32, 5, 24, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Dontaion Amount";s:5:"price";s:6:"$45.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Cape May County Zoo AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Cape May County Zoo AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (33, 5, 25, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Dontaion Amount";s:5:"price";s:5:"$5.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Cape May County Zoo AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Cape May County Zoo AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (34, 5, 25, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Dontaion Amount";s:5:"price";s:5:"$5.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Cape May County Zoo AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Cape May County Zoo AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (35, 5, 25, 'paypal_feed_id', '1') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (36, 5, 25, 'payment_gateway', 'paypal') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (37, 5, 26, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Dontaion Amount";s:5:"price";s:5:"$5.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Cape May County Zoo AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Cape May County Zoo AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (38, 5, 26, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Dontaion Amount";s:5:"price";s:5:"$5.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Cape May County Zoo AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Cape May County Zoo AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (39, 5, 26, 'paypal_feed_id', '1') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (40, 5, 26, 'payment_gateway', 'paypal') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (41, 5, 27, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Dontaion Amount";s:5:"price";s:5:"$5.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:7:"General";s:12:"option_label";s:21:"AAZK Chapter: General";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (42, 5, 27, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Dontaion Amount";s:5:"price";s:5:"$5.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:7:"General";s:12:"option_label";s:21:"AAZK Chapter: General";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (43, 5, 27, 'paypal_feed_id', '1') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (44, 5, 27, 'payment_gateway', 'paypal') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (45, 4, 28, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (46, 4, 28, 'paypal_feed_id', '2') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (47, 4, 28, 'payment_gateway', 'paypal') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (48, 4, 28, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (49, 4, 29, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (50, 4, 29, 'paypal_feed_id', '2') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (51, 4, 29, 'payment_gateway', 'paypal') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (52, 4, 29, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (53, 4, 30, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (54, 4, 30, 'paypal_feed_id', '2') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (55, 4, 30, 'payment_gateway', 'paypal') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (56, 4, 30, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (57, 4, 39, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (58, 4, 39, 'paypal_feed_id', '2') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (59, 4, 39, 'payment_gateway', 'paypal') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (60, 4, 39, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (61, 10, 49, 'paypalpaymentspro_feed_id', '1') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (62, 10, 49, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (63, 10, 49, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:2;a:3:{s:4:"name";s:12:"Product Name";s:5:"price";s:5:"$0.05";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (64, 4, 50, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:5:"$0.05";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (65, 4, 50, 'paypalpaymentspro_feed_id', '2') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (66, 4, 50, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (67, 4, 50, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:4;a:3:{s:4:"name";s:21:"Post job for 60 days.";s:5:"price";s:5:"$0.05";s:8:"quantity";i:1;}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (68, 5, 54, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Dontaion Amount";s:5:"price";s:5:"$5.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:7:"General";s:12:"option_label";s:21:"AAZK Chapter: General";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (69, 5, 54, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (70, 5, 54, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (71, 5, 54, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Dontaion Amount";s:5:"price";s:5:"$5.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:7:"General";s:12:"option_label";s:21:"AAZK Chapter: General";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (72, 5, 85, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:7:"$100.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:7:"General";s:12:"option_label";s:21:"AAZK Chapter: General";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (73, 5, 85, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (74, 5, 85, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (75, 5, 85, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:7:"$100.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:7:"General";s:12:"option_label";s:21:"AAZK Chapter: General";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (76, 12, 158, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (77, 12, 158, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (78, 12, 178, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (79, 12, 178, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (80, 12, 182, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (81, 12, 182, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (82, 12, 185, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (83, 12, 185, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (84, 12, 209, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (85, 12, 209, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (86, 12, 250, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (87, 12, 250, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (88, 12, 266, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (89, 12, 266, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (90, 12, 267, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (91, 12, 267, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (92, 12, 279, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (93, 12, 279, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (94, 5, 283, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:7:"$200.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:19:"Tucson AAZK Chapter";s:12:"option_label";s:33:"AAZK Chapter: Tucson AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (95, 5, 283, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (96, 5, 283, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (97, 5, 283, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:7:"$200.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:19:"Tucson AAZK Chapter";s:12:"option_label";s:33:"AAZK Chapter: Tucson AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (98, 12, 303, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (99, 12, 303, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (100, 12, 308, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (101, 12, 308, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (102, 12, 350, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (103, 12, 350, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (104, 12, 366, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (105, 12, 366, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (106, 12, 400, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (107, 12, 400, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (108, 12, 407, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (109, 12, 407, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (110, 12, 419, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (111, 12, 419, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (112, 12, 431, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (113, 12, 431, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (114, 5, 442, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"South Florida AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: South Florida AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (115, 5, 442, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (116, 5, 442, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (117, 5, 442, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"South Florida AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: South Florida AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (118, 12, 463, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (119, 12, 463, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (120, 12, 480, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (121, 12, 480, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (122, 5, 484, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:20:"Utah Chapter of AAZK";s:12:"option_label";s:34:"AAZK Chapter: Utah Chapter of AAZK";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (123, 5, 484, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (124, 5, 484, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (125, 5, 484, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:20:"Utah Chapter of AAZK";s:12:"option_label";s:34:"AAZK Chapter: Utah Chapter of AAZK";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (126, 12, 499, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (127, 12, 499, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (128, 12, 500, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (129, 12, 500, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (130, 12, 501, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (131, 12, 501, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (132, 12, 515, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (133, 12, 515, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (134, 12, 525, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (135, 12, 525, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (136, 12, 550, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (137, 12, 550, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (138, 5, 558, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:7:"$100.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"Little Turtle AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: Little Turtle AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (139, 5, 558, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (140, 5, 558, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (141, 5, 558, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:7:"$100.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"Little Turtle AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: Little Turtle AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (142, 5, 560, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:7:"$500.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"Little Turtle AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: Little Turtle AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (143, 5, 560, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (144, 5, 560, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (145, 5, 560, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:7:"$500.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"Little Turtle AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: Little Turtle AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (146, 12, 561, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (147, 12, 561, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (148, 5, 570, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$20.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:7:"General";s:12:"option_label";s:21:"AAZK Chapter: General";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (149, 5, 570, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (150, 5, 570, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (151, 5, 570, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$20.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:7:"General";s:12:"option_label";s:21:"AAZK Chapter: General";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (152, 5, 573, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$25.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Lion Country Safari AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Lion Country Safari AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (153, 5, 573, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (154, 5, 573, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (155, 5, 573, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$25.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Lion Country Safari AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Lion Country Safari AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (156, 5, 574, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$30.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:24:"Puget Sound AAZK Chapter";s:12:"option_label";s:38:"AAZK Chapter: Puget Sound AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (157, 5, 574, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (158, 5, 574, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (159, 5, 574, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$30.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:24:"Puget Sound AAZK Chapter";s:12:"option_label";s:38:"AAZK Chapter: Puget Sound AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (160, 5, 575, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:24:"Puget Sound AAZK Chapter";s:12:"option_label";s:38:"AAZK Chapter: Puget Sound AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (161, 5, 575, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (162, 5, 575, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (163, 5, 575, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:24:"Puget Sound AAZK Chapter";s:12:"option_label";s:38:"AAZK Chapter: Puget Sound AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (164, 5, 576, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:24:"Puget Sound AAZK Chapter";s:12:"option_label";s:38:"AAZK Chapter: Puget Sound AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (165, 5, 576, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (166, 5, 576, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (167, 5, 576, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:24:"Puget Sound AAZK Chapter";s:12:"option_label";s:38:"AAZK Chapter: Puget Sound AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (168, 5, 580, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$75.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"Little Turtle AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: Little Turtle AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (169, 5, 580, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (170, 5, 580, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (171, 5, 580, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$75.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"Little Turtle AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: Little Turtle AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (172, 5, 581, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$30.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:24:"Puget Sound AAZK Chapter";s:12:"option_label";s:38:"AAZK Chapter: Puget Sound AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (173, 5, 581, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (174, 5, 581, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (175, 5, 581, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$30.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:24:"Puget Sound AAZK Chapter";s:12:"option_label";s:38:"AAZK Chapter: Puget Sound AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (176, 5, 582, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:7:"$100.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:7:"General";s:12:"option_label";s:21:"AAZK Chapter: General";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (177, 5, 582, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (178, 5, 582, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (179, 5, 582, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:7:"$100.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:7:"General";s:12:"option_label";s:21:"AAZK Chapter: General";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (180, 5, 583, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$15.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Lion Country Safari AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Lion Country Safari AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (181, 5, 583, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (182, 5, 583, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (183, 5, 583, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$15.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Lion Country Safari AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Lion Country Safari AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (184, 5, 587, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:7:"$100.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Lion Country Safari AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Lion Country Safari AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (185, 5, 587, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (186, 5, 587, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (187, 5, 587, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:7:"$100.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Lion Country Safari AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Lion Country Safari AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (188, 5, 588, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:7:"$100.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Lion Country Safari AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Lion Country Safari AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (189, 5, 588, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (190, 5, 588, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (191, 5, 588, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:7:"$100.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Lion Country Safari AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Lion Country Safari AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (192, 5, 589, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$15.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"Little Turtle AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: Little Turtle AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (193, 5, 589, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (194, 5, 589, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (195, 5, 589, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$15.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"Little Turtle AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: Little Turtle AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (196, 5, 593, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$10.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"Little Turtle AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: Little Turtle AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (197, 5, 593, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (198, 5, 593, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (199, 5, 593, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$10.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"Little Turtle AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: Little Turtle AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (200, 5, 594, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:7:"$200.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Lion Country Safari AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Lion Country Safari AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (201, 5, 594, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (202, 5, 594, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (203, 5, 594, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:7:"$200.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Lion Country Safari AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Lion Country Safari AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (204, 5, 598, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$30.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:24:"Puget Sound AAZK Chapter";s:12:"option_label";s:38:"AAZK Chapter: Puget Sound AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (205, 5, 598, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (206, 5, 598, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (207, 5, 598, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$30.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:24:"Puget Sound AAZK Chapter";s:12:"option_label";s:38:"AAZK Chapter: Puget Sound AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (208, 12, 605, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (209, 12, 605, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (210, 5, 608, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$35.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Lion Country Safari AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Lion Country Safari AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (211, 5, 608, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (212, 5, 608, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (213, 5, 608, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$35.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Lion Country Safari AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Lion Country Safari AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (214, 5, 612, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$20.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"Little Turtle AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: Little Turtle AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (215, 5, 612, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (216, 5, 612, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (217, 5, 612, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$20.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"Little Turtle AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: Little Turtle AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (218, 5, 617, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"Little Turtle AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: Little Turtle AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (219, 5, 617, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (220, 5, 617, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (221, 5, 617, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"Little Turtle AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: Little Turtle AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (222, 5, 618, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$25.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Lion Country Safari AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Lion Country Safari AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (223, 5, 618, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (224, 5, 618, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (225, 5, 618, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$25.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Lion Country Safari AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Lion Country Safari AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (226, 5, 621, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:7:"$100.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:25:"Audubon Park AAZK Chapter";s:12:"option_label";s:39:"AAZK Chapter: Audubon Park AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (227, 5, 621, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (228, 5, 621, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (229, 5, 621, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:7:"$100.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:25:"Audubon Park AAZK Chapter";s:12:"option_label";s:39:"AAZK Chapter: Audubon Park AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (230, 5, 625, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$25.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"Little Turtle AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: Little Turtle AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (231, 5, 625, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (232, 5, 625, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (233, 5, 625, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$25.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"Little Turtle AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: Little Turtle AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (234, 12, 626, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (235, 12, 626, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (236, 5, 629, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:7:"$200.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Lion Country Safari AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Lion Country Safari AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (237, 5, 629, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (238, 5, 629, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (239, 5, 629, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:7:"$200.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Lion Country Safari AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Lion Country Safari AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (240, 5, 630, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"Little Turtle AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: Little Turtle AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (241, 5, 630, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (242, 5, 630, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (243, 5, 630, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"Little Turtle AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: Little Turtle AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (244, 5, 632, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$25.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Lion Country Safari AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Lion Country Safari AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (245, 5, 632, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (246, 5, 632, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (247, 5, 632, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$25.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Lion Country Safari AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Lion Country Safari AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (248, 5, 633, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$20.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"Little Turtle AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: Little Turtle AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (249, 5, 633, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (250, 5, 633, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (251, 5, 633, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$20.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"Little Turtle AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: Little Turtle AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (252, 5, 634, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$75.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Lion Country Safari AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Lion Country Safari AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (253, 5, 634, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (254, 5, 634, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (255, 5, 634, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$75.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Lion Country Safari AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Lion Country Safari AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (256, 5, 635, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$25.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"Little Turtle AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: Little Turtle AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (257, 5, 635, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (258, 5, 635, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (259, 5, 635, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$25.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"Little Turtle AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: Little Turtle AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (260, 5, 636, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$25.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Lion Country Safari AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Lion Country Safari AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (261, 5, 636, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (262, 5, 636, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (263, 5, 636, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$25.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Lion Country Safari AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Lion Country Safari AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (264, 5, 637, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$25.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"Little Turtle AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: Little Turtle AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (265, 5, 637, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (266, 5, 637, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (267, 5, 637, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$25.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"Little Turtle AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: Little Turtle AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (268, 5, 639, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$25.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Lion Country Safari AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Lion Country Safari AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (269, 5, 639, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (270, 5, 639, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (271, 5, 639, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$25.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Lion Country Safari AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Lion Country Safari AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (272, 5, 640, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"Little Turtle AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: Little Turtle AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (273, 5, 640, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (274, 5, 640, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (275, 5, 640, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"Little Turtle AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: Little Turtle AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (276, 5, 641, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$25.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"Little Turtle AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: Little Turtle AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (277, 5, 641, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (278, 5, 641, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (279, 5, 641, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$25.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:26:"Little Turtle AAZK Chapter";s:12:"option_label";s:40:"AAZK Chapter: Little Turtle AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (280, 5, 645, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$10.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Lion Country Safari AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Lion Country Safari AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (281, 5, 645, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (282, 5, 645, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (283, 5, 645, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$10.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:32:"Lion Country Safari AAZK Chapter";s:12:"option_label";s:46:"AAZK Chapter: Lion Country Safari AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (284, 5, 650, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:22:"Bronx Zoo AAZK Chapter";s:12:"option_label";s:36:"AAZK Chapter: Bronx Zoo AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (285, 5, 650, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (286, 5, 650, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (287, 5, 650, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$50.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:22:"Bronx Zoo AAZK Chapter";s:12:"option_label";s:36:"AAZK Chapter: Bronx Zoo AAZK Chapter";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (288, 5, 677, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:7:"$100.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:34:"Greater Cincinnati Chapter of AAZK";s:12:"option_label";s:48:"AAZK Chapter: Greater Cincinnati Chapter of AAZK";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (289, 5, 677, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (290, 5, 677, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (291, 5, 677, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:7:"$100.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:34:"Greater Cincinnati Chapter of AAZK";s:12:"option_label";s:48:"AAZK Chapter: Greater Cincinnati Chapter of AAZK";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (292, 12, 679, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (293, 12, 679, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (294, 12, 680, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (295, 12, 680, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (296, 12, 690, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (297, 12, 690, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (298, 12, 692, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (299, 12, 692, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (300, 12, 700, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (301, 12, 700, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (302, 5, 704, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$35.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:7:"General";s:12:"option_label";s:21:"AAZK Chapter: General";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (303, 5, 704, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (304, 5, 704, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (305, 5, 704, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$35.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:7:"General";s:12:"option_label";s:21:"AAZK Chapter: General";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (306, 5, 710, 'gform_product_info__', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$30.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:7:"General";s:12:"option_label";s:21:"AAZK Chapter: General";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (307, 5, 710, 'paypalpaymentspro_feed_id', '3') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (308, 5, 710, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (309, 5, 710, 'gform_product_info_1_', 'a:2:{s:8:"products";a:1:{i:10;a:4:{s:4:"name";s:15:"Donation Amount";s:5:"price";s:6:"$30.00";s:8:"quantity";i:1;s:7:"options";a:1:{i:0;a:4:{s:11:"field_label";s:12:"AAZK Chapter";s:11:"option_name";s:7:"General";s:12:"option_label";s:21:"AAZK Chapter: General";s:5:"price";s:1:"0";}}}}s:8:"shipping";a:2:{s:4:"name";s:0:"";s:5:"price";b:0;}}') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (310, 12, 717, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (311, 12, 717, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (312, 12, 722, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (313, 12, 722, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (314, 12, 728, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (315, 12, 728, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (316, 12, 729, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (317, 12, 729, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (318, 12, 732, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (319, 12, 732, 'payment_gateway', 'paypalpaymentspro') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (320, 12, 739, 'paypalpaymentspro_feed_id', '4') ; 
INSERT INTO `wp_rg_lead_meta` VALUES (321, 12, 739, 'payment_gateway', 'paypalpaymentspro') ;
#
# End of data contents of table `wp_rg_lead_meta`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_rg_lead_notes`
# --------------------------------------------------------


#
# Delete any existing table `wp_rg_lead_notes`
#

DROP TABLE IF EXISTS `wp_rg_lead_notes`;


#
# Table structure of table `wp_rg_lead_notes`
#

CREATE TABLE `wp_rg_lead_notes` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `lead_id` int(10) unsigned NOT NULL,
  `user_name` varchar(250) DEFAULT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  `date_created` datetime NOT NULL,
  `value` longtext,
  PRIMARY KEY (`id`),
  KEY `lead_id` (`lead_id`),
  KEY `lead_user_key` (`lead_id`,`user_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_rg_lead_notes`
#
 
INSERT INTO `wp_rg_lead_notes` VALUES (1, 39, 'System', 0, '2013-12-09 17:24:28', 'Payment has been approved. Amount: $50.00. Transaction Id: 0JN29542W2254312P') ;
#
# End of data contents of table `wp_rg_lead_notes`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_rg_paypal`
# --------------------------------------------------------


#
# Delete any existing table `wp_rg_paypal`
#

DROP TABLE IF EXISTS `wp_rg_paypal`;


#
# Table structure of table `wp_rg_paypal`
#

CREATE TABLE `wp_rg_paypal` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` mediumint(8) unsigned NOT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT '1',
  `meta` longtext,
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_rg_paypal`
#

#
# End of data contents of table `wp_rg_paypal`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_rg_paypal_transaction`
# --------------------------------------------------------


#
# Delete any existing table `wp_rg_paypal_transaction`
#

DROP TABLE IF EXISTS `wp_rg_paypal_transaction`;


#
# Table structure of table `wp_rg_paypal_transaction`
#

CREATE TABLE `wp_rg_paypal_transaction` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `entry_id` int(10) unsigned NOT NULL,
  `transaction_type` varchar(15) DEFAULT NULL,
  `subscription_id` varchar(50) DEFAULT NULL,
  `transaction_id` varchar(50) DEFAULT NULL,
  `parent_transaction_id` varchar(50) DEFAULT NULL,
  `is_renewal` tinyint(1) NOT NULL DEFAULT '0',
  `amount` decimal(19,2) DEFAULT NULL,
  `date_created` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `txn_id` (`transaction_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_rg_paypal_transaction`
#
 
INSERT INTO `wp_rg_paypal_transaction` VALUES (1, 39, 'payment', '', '0JN29542W2254312P', '0JN29542W2254312P', 0, '50.00', '2013-12-09 17:24:28') ;
#
# End of data contents of table `wp_rg_paypal_transaction`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_rg_paypalpaymentspro`
# --------------------------------------------------------


#
# Delete any existing table `wp_rg_paypalpaymentspro`
#

DROP TABLE IF EXISTS `wp_rg_paypalpaymentspro`;


#
# Table structure of table `wp_rg_paypalpaymentspro`
#

CREATE TABLE `wp_rg_paypalpaymentspro` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` mediumint(8) unsigned NOT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT '1',
  `meta` longtext,
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_rg_paypalpaymentspro`
#
 
INSERT INTO `wp_rg_paypalpaymentspro` VALUES (1, 10, 1, 'a:20:{s:4:"type";s:7:"product";s:12:"disable_note";s:0:"";s:16:"disable_shipping";s:0:"";s:18:"update_post_action";s:0:"";s:37:"paypalpaymentspro_conditional_enabled";s:0:"";s:38:"paypalpaymentspro_conditional_field_id";s:1:"4";s:38:"paypalpaymentspro_conditional_operator";s:0:"";s:35:"paypalpaymentspro_conditional_value";s:0:"";s:22:"recurring_amount_field";s:0:"";s:10:"pay_period";s:0:"";s:15:"recurring_times";s:0:"";s:17:"setup_fee_enabled";s:0:"";s:22:"setup_fee_amount_field";s:0:"";s:20:"api_settings_enabled";s:0:"";s:8:"api_mode";s:0:"";s:12:"api_username";s:0:"";s:12:"api_password";s:0:"";s:10:"api_vendor";s:0:"";s:11:"api_partner";s:6:"PayPal";s:15:"customer_fields";a:9:{s:10:"first_name";s:3:"3.3";s:9:"last_name";s:3:"3.6";s:5:"email";s:1:"4";s:8:"address1";s:3:"5.1";s:8:"address2";s:3:"5.2";s:4:"city";s:3:"5.3";s:5:"state";s:3:"5.4";s:3:"zip";s:3:"5.5";s:7:"country";s:3:"5.6";}}') ; 
INSERT INTO `wp_rg_paypalpaymentspro` VALUES (2, 4, 1, 'a:20:{s:4:"type";s:7:"product";s:12:"disable_note";s:0:"";s:16:"disable_shipping";s:0:"";s:18:"update_post_action";s:0:"";s:37:"paypalpaymentspro_conditional_enabled";s:0:"";s:38:"paypalpaymentspro_conditional_field_id";s:1:"1";s:38:"paypalpaymentspro_conditional_operator";s:2:"is";s:35:"paypalpaymentspro_conditional_value";s:0:"";s:22:"recurring_amount_field";s:0:"";s:10:"pay_period";s:4:"WEEK";s:15:"recurring_times";s:1:"0";s:17:"setup_fee_enabled";s:0:"";s:22:"setup_fee_amount_field";s:0:"";s:20:"api_settings_enabled";s:0:"";s:8:"api_mode";s:10:"production";s:12:"api_username";s:0:"";s:12:"api_password";s:0:"";s:10:"api_vendor";s:0:"";s:11:"api_partner";s:6:"PayPal";s:15:"customer_fields";a:9:{s:10:"first_name";s:3:"8.5";s:9:"last_name";s:0:"";s:5:"email";s:1:"9";s:8:"address1";s:0:"";s:8:"address2";s:0:"";s:4:"city";s:0:"";s:5:"state";s:0:"";s:3:"zip";s:0:"";s:7:"country";s:0:"";}}') ; 
INSERT INTO `wp_rg_paypalpaymentspro` VALUES (3, 5, 1, 'a:20:{s:4:"type";s:7:"product";s:12:"disable_note";s:0:"";s:16:"disable_shipping";s:0:"";s:18:"update_post_action";s:0:"";s:37:"paypalpaymentspro_conditional_enabled";s:0:"";s:38:"paypalpaymentspro_conditional_field_id";s:1:"4";s:38:"paypalpaymentspro_conditional_operator";s:0:"";s:35:"paypalpaymentspro_conditional_value";s:0:"";s:22:"recurring_amount_field";s:0:"";s:10:"pay_period";s:0:"";s:15:"recurring_times";s:0:"";s:17:"setup_fee_enabled";s:0:"";s:22:"setup_fee_amount_field";s:0:"";s:20:"api_settings_enabled";s:0:"";s:8:"api_mode";s:0:"";s:12:"api_username";s:0:"";s:12:"api_password";s:0:"";s:10:"api_vendor";s:0:"";s:11:"api_partner";s:6:"PayPal";s:15:"customer_fields";a:9:{s:10:"first_name";s:3:"1.3";s:9:"last_name";s:3:"1.6";s:5:"email";s:1:"5";s:8:"address1";s:3:"6.1";s:8:"address2";s:3:"6.2";s:4:"city";s:3:"6.3";s:5:"state";s:3:"6.4";s:3:"zip";s:3:"6.5";s:7:"country";s:3:"6.6";}}') ; 
INSERT INTO `wp_rg_paypalpaymentspro` VALUES (4, 12, 1, 'a:20:{s:4:"type";s:7:"product";s:12:"disable_note";s:0:"";s:16:"disable_shipping";s:0:"";s:18:"update_post_action";s:0:"";s:37:"paypalpaymentspro_conditional_enabled";s:0:"";s:38:"paypalpaymentspro_conditional_field_id";s:1:"9";s:38:"paypalpaymentspro_conditional_operator";s:0:"";s:35:"paypalpaymentspro_conditional_value";s:0:"";s:22:"recurring_amount_field";s:0:"";s:10:"pay_period";s:0:"";s:15:"recurring_times";s:0:"";s:17:"setup_fee_enabled";s:0:"";s:22:"setup_fee_amount_field";s:0:"";s:20:"api_settings_enabled";s:0:"";s:8:"api_mode";s:0:"";s:12:"api_username";s:0:"";s:12:"api_password";s:0:"";s:10:"api_vendor";s:0:"";s:11:"api_partner";s:6:"PayPal";s:15:"customer_fields";a:9:{s:10:"first_name";s:4:"25.3";s:9:"last_name";s:4:"25.6";s:5:"email";s:2:"26";s:8:"address1";s:4:"27.1";s:8:"address2";s:4:"27.2";s:4:"city";s:4:"27.3";s:5:"state";s:4:"27.4";s:3:"zip";s:4:"27.5";s:7:"country";s:4:"27.6";}}') ;
#
# End of data contents of table `wp_rg_paypalpaymentspro`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_rg_paypalpaymentspro_transaction`
# --------------------------------------------------------


#
# Delete any existing table `wp_rg_paypalpaymentspro_transaction`
#

DROP TABLE IF EXISTS `wp_rg_paypalpaymentspro_transaction`;


#
# Table structure of table `wp_rg_paypalpaymentspro_transaction`
#

CREATE TABLE `wp_rg_paypalpaymentspro_transaction` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `entry_id` int(10) unsigned NOT NULL,
  `feed_id` mediumint(8) unsigned NOT NULL,
  `transaction_type` varchar(15) DEFAULT NULL,
  `subscription_id` varchar(50) DEFAULT NULL,
  `transaction_id` varchar(50) DEFAULT NULL,
  `parent_transaction_id` varchar(50) DEFAULT NULL,
  `is_renewal` tinyint(1) NOT NULL DEFAULT '0',
  `amount` decimal(19,2) DEFAULT NULL,
  `date_created` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `txn_id` (`transaction_id`),
  KEY `entry_id` (`entry_id`),
  KEY `feed_id` (`feed_id`)
) ENGINE=InnoDB AUTO_INCREMENT=86 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_rg_paypalpaymentspro_transaction`
#
 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (1, 49, 1, 'payment', '', 'ERCPA2F21E2A', NULL, 0, '0.05', '2013-12-11 01:01:29') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (2, 50, 2, 'payment', '', 'ELCPA47226C8', NULL, 0, '0.05', '2013-12-11 01:19:26') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (3, 54, 3, 'payment', '', 'EQEPA2F46885', NULL, 0, '5.00', '2013-12-11 23:06:21') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (4, 85, 3, 'payment', '', 'EPFPA37E52C7', NULL, 0, '100.00', '2013-12-28 05:00:45') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (5, 158, 4, 'payment', '', 'ESHPB41ED6A8', NULL, 0, '0.05', '2014-01-14 22:00:37') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (6, 178, 4, 'payment', '', 'EXYPB668CA24', NULL, 0, '50.00', '2014-01-17 18:18:34') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (7, 182, 4, 'payment', '', 'EQEPA50038F9', NULL, 0, '50.00', '2014-01-18 23:30:11') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (8, 185, 4, 'payment', '', 'EUJPB5DD87A2', NULL, 0, '50.00', '2014-01-20 18:41:29') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (9, 209, 4, 'payment', '', 'ESJPB4EBE10D', NULL, 0, '50.00', '2014-01-28 20:50:46') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (10, 250, 4, 'payment', '', 'EREPA63672D6', NULL, 0, '50.00', '2014-02-06 17:28:44') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (11, 266, 4, 'payment', '', 'EXYPB806EC8C', NULL, 0, '50.00', '2014-02-12 19:14:51') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (12, 267, 4, 'payment', '', 'EXYPB8070FC1', NULL, 0, '50.00', '2014-02-12 19:24:45') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (13, 279, 4, 'payment', '', 'EPCPA65A1D9F', NULL, 0, '50.00', '2014-02-14 21:06:09') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (14, 283, 3, 'payment', '', 'ESYPB61806DB', NULL, 0, '200.00', '2014-02-15 18:43:31') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (15, 303, 4, 'payment', '', 'EPEPA6BE0A81', NULL, 0, '50.00', '2014-02-20 20:48:19') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (16, 308, 4, 'payment', '', 'ELEPA8B32DB3', NULL, 0, '50.00', '2014-02-22 00:45:40') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (17, 350, 4, 'payment', '', 'ELCPA9922220', NULL, 0, '50.00', '2014-03-06 21:03:38') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (18, 366, 4, 'payment', '', 'EXYPBA00B931', NULL, 0, '50.00', '2014-03-14 05:30:23') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (19, 400, 4, 'payment', '', 'EQEPA95B3DD0', NULL, 0, '50.00', '2014-03-26 20:48:28') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (20, 407, 4, 'payment', '', 'EUJPBA4E519C', NULL, 0, '50.00', '2014-03-28 18:06:40') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (21, 419, 4, 'payment', '', 'EQFPA9D021DF', NULL, 0, '50.00', '2014-04-02 20:27:34') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (22, 431, 4, 'payment', '', 'EUJPBAEAD1DA', NULL, 0, '50.00', '2014-04-07 18:13:34') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (23, 442, 3, 'payment', '', 'ESYPB9D391AA', NULL, 0, '50.00', '2014-04-13 18:58:44') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (24, 463, 4, 'payment', '', 'ELFPAC9D612A', NULL, 0, '50.00', '2014-04-24 17:45:17') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (25, 480, 4, 'payment', '', 'EXJPBCF098CC', NULL, 0, '50.00', '2014-04-30 19:42:19') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (26, 484, 3, 'payment', '', 'ELEPAD06312E', NULL, 0, '50.00', '2014-05-01 13:11:08') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (27, 499, 4, 'payment', '', 'EUHPBCBAB3EC', NULL, 0, '50.00', '2014-05-08 13:05:49') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (28, 500, 4, 'payment', '', 'EXHPBD7BFFF5', NULL, 0, '50.00', '2014-05-09 13:02:15') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (29, 501, 4, 'payment', '', 'EXYPBD827BAA', NULL, 0, '50.00', '2014-05-09 20:49:28') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (30, 515, 4, 'payment', '', 'ESJPBBBF27FC', NULL, 0, '50.00', '2014-05-15 21:32:30') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (31, 525, 4, 'payment', '', 'EQCPAC9074DD', NULL, 0, '50.00', '2014-05-19 16:07:57') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (32, 550, 4, 'payment', '', 'EUYPBDF999DA', NULL, 0, '50.00', '2014-05-29 21:28:40') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (33, 558, 3, 'payment', '', 'ERCPAD5BDA4D', NULL, 0, '100.00', '2014-06-01 17:39:49') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (34, 560, 3, 'payment', '', 'ERFPAD6A7B44', NULL, 0, '500.00', '2014-06-02 15:39:57') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (35, 561, 4, 'payment', '', 'ESHPBCC793F0', NULL, 0, '50.00', '2014-06-02 20:35:39') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (36, 570, 3, 'payment', '', 'EPEPAD34CBE2', NULL, 0, '20.00', '2014-06-05 03:25:39') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (37, 573, 3, 'payment', '', 'EUYPBE762805', NULL, 0, '25.00', '2014-06-06 19:33:33') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (38, 574, 3, 'payment', '', 'ERFPADB5F477', NULL, 0, '30.00', '2014-06-07 07:12:11') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (39, 575, 3, 'payment', '', 'EPCPAD558173', NULL, 0, '50.00', '2014-06-07 07:20:55') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (40, 576, 3, 'payment', '', 'ERFPADB60920', NULL, 0, '50.00', '2014-06-07 07:21:02') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (41, 580, 3, 'payment', '', 'EXYPBF34BDF9', NULL, 0, '75.00', '2014-06-07 19:28:44') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (42, 581, 3, 'payment', '', 'EQEPADB2913B', NULL, 0, '30.00', '2014-06-07 20:15:45') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (43, 582, 3, 'payment', '', 'ELEPAF3F093F', NULL, 0, '100.00', '2014-06-08 01:25:18') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (44, 583, 3, 'payment', '', 'EQFPADBC15DD', NULL, 0, '15.00', '2014-06-08 15:32:06') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (45, 587, 3, 'payment', '', 'EPCPAD73C7A3', NULL, 0, '100.00', '2014-06-09 15:44:00') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (46, 588, 3, 'payment', '', 'EUYPBE9B6DB4', NULL, 0, '100.00', '2014-06-09 15:50:19') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (47, 589, 3, 'payment', '', 'ELFPAF5492EF', NULL, 0, '15.00', '2014-06-09 16:53:47') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (48, 593, 3, 'payment', '', 'EPCPAD8152A8', NULL, 0, '10.00', '2014-06-10 12:20:43') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (49, 594, 3, 'payment', '', 'EXJPBF5C5D8F', NULL, 0, '200.00', '2014-06-10 15:34:44') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (50, 598, 3, 'payment', '', 'ELEPAF89CA98', NULL, 0, '30.00', '2014-06-13 02:38:58') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (51, 605, 4, 'payment', '', 'EQFPAE33D410', NULL, 0, '50.00', '2014-06-16 16:58:26') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (52, 608, 3, 'payment', '', 'ELEPAFC44D14', NULL, 0, '35.00', '2014-06-17 03:06:42') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (53, 612, 3, 'payment', '', 'ERCPAE59C1B1', NULL, 0, '20.00', '2014-06-18 15:09:47') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (54, 617, 3, 'payment', '', 'EUJPBF3FBB3C', NULL, 0, '50.00', '2014-06-20 19:52:43') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (55, 618, 3, 'payment', '', 'ETJPBFDAD8E9', NULL, 0, '25.00', '2014-06-22 02:00:43') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (56, 621, 3, 'payment', '', 'EUHPBF573403', NULL, 0, '100.00', '2014-06-22 21:37:32') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (57, 625, 3, 'payment', '', 'ELFPB01EC7AC', NULL, 0, '25.00', '2014-06-24 02:27:38') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (58, 626, 4, 'payment', '', 'ESYPBDFFBC54', NULL, 0, '50.00', '2014-06-24 16:20:35') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (59, 629, 3, 'payment', '', 'EUHPBF80FFE4', NULL, 0, '200.00', '2014-06-25 23:31:03') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (60, 630, 3, 'payment', '', 'ETHPC00EF0BC', NULL, 0, '50.00', '2014-06-26 02:49:51') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (61, 632, 3, 'payment', '', 'EREPAEC163EF', NULL, 0, '25.00', '2014-06-26 14:51:26') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (62, 633, 3, 'payment', '', 'ESHPBE1F049D', NULL, 0, '20.00', '2014-06-26 22:00:45') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (63, 634, 3, 'payment', '', 'ERCPAEC80708', NULL, 0, '75.00', '2014-06-27 01:41:28') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (64, 635, 3, 'payment', '', 'EQEPAEBE32C4', NULL, 0, '25.00', '2014-06-27 02:49:00') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (65, 636, 3, 'payment', '', 'EPEPAE6EA739', NULL, 0, '25.00', '2014-06-27 15:38:17') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (66, 637, 3, 'payment', '', 'ELEPB04EDD8E', NULL, 0, '25.00', '2014-06-27 15:56:45') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (67, 639, 3, 'payment', '', 'EXJPC04B14E3', NULL, 0, '25.00', '2014-06-27 20:13:44') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (68, 640, 3, 'payment', '', 'ELFPB05295EC', NULL, 0, '50.00', '2014-06-27 21:29:04') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (69, 641, 3, 'payment', '', 'EPCPAE756B6F', NULL, 0, '25.00', '2014-06-28 02:51:59') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (70, 645, 3, 'payment', '', 'EPEPAE9AC1A9', NULL, 0, '10.00', '2014-07-01 02:09:35') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (71, 650, 3, 'payment', '', 'ESHPBE6FEA97', NULL, 0, '50.00', '2014-07-02 22:16:12') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (72, 677, 3, 'payment', '', 'EQFPAFAEA5C2', NULL, 0, '100.00', '2014-07-16 15:32:05') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (73, 679, 4, 'payment', '', 'ETHPC10F6DC1', NULL, 0, '50.00', '2014-07-16 19:16:03') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (74, 680, 4, 'payment', '', 'EREPAFBCDD59', NULL, 0, '50.00', '2014-07-16 21:08:37') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (75, 690, 4, 'payment', '', 'EQEPAFCC5EBC', NULL, 0, '50.00', '2014-07-18 23:42:54') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (76, 692, 4, 'payment', '', 'ETYPC15711C7', NULL, 0, '50.00', '2014-07-22 14:46:30') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (77, 700, 4, 'payment', '', 'EPFPAFBAD5C4', NULL, 0, '50.00', '2014-07-24 13:56:40') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (78, 704, 3, 'payment', '', 'ESHPBF98DD8C', NULL, 0, '35.00', '2014-07-27 14:55:33') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (79, 710, 3, 'payment', '', 'EQCPB06C8864', NULL, 0, '30.00', '2014-07-31 23:04:26') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (80, 717, 4, 'payment', '', 'EXJPC251D80B', NULL, 0, '50.00', '2014-08-07 18:03:49') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (81, 722, 4, 'payment', '', 'ETJPC237A1D7', NULL, 0, '50.00', '2014-08-08 14:21:01') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (82, 728, 4, 'payment', '', 'EREPB1194120', NULL, 0, '50.00', '2014-08-12 20:12:48') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (83, 729, 4, 'payment', '', 'EQFPB10EB99F', NULL, 0, '50.00', '2014-08-12 20:28:29') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (84, 732, 4, 'payment', '', 'ESYPC08AB768', NULL, 0, '50.00', '2014-08-14 14:51:58') ; 
INSERT INTO `wp_rg_paypalpaymentspro_transaction` VALUES (85, 739, 4, 'payment', '', 'ESJPC0BE474B', NULL, 0, '50.00', '2014-08-18 19:27:03') ;
#
# End of data contents of table `wp_rg_paypalpaymentspro_transaction`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_rg_paypalpro_transaction`
# --------------------------------------------------------


#
# Delete any existing table `wp_rg_paypalpro_transaction`
#

DROP TABLE IF EXISTS `wp_rg_paypalpro_transaction`;


#
# Table structure of table `wp_rg_paypalpro_transaction`
#

CREATE TABLE `wp_rg_paypalpro_transaction` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `entry_id` int(10) unsigned NOT NULL,
  `feed_id` mediumint(8) unsigned NOT NULL,
  `transaction_type` varchar(15) DEFAULT NULL,
  `subscription_id` varchar(50) DEFAULT NULL,
  `transaction_id` varchar(50) DEFAULT NULL,
  `parent_transaction_id` varchar(50) DEFAULT NULL,
  `is_renewal` tinyint(1) NOT NULL DEFAULT '0',
  `amount` decimal(19,2) DEFAULT NULL,
  `date_created` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `txn_id` (`transaction_id`),
  KEY `entry_id` (`entry_id`),
  KEY `feed_id` (`feed_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_rg_paypalpro_transaction`
#

#
# End of data contents of table `wp_rg_paypalpro_transaction`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_rg_userregistration`
# --------------------------------------------------------


#
# Delete any existing table `wp_rg_userregistration`
#

DROP TABLE IF EXISTS `wp_rg_userregistration`;


#
# Table structure of table `wp_rg_userregistration`
#

CREATE TABLE `wp_rg_userregistration` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` mediumint(8) unsigned NOT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT '1',
  `meta` longtext,
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_rg_userregistration`
#

#
# End of data contents of table `wp_rg_userregistration`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_signups`
# --------------------------------------------------------


#
# Delete any existing table `wp_signups`
#

DROP TABLE IF EXISTS `wp_signups`;


#
# Table structure of table `wp_signups`
#

CREATE TABLE `wp_signups` (
  `domain` varchar(200) NOT NULL DEFAULT '',
  `path` varchar(100) NOT NULL DEFAULT '',
  `title` longtext NOT NULL,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `activated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `active` tinyint(1) NOT NULL DEFAULT '0',
  `activation_key` varchar(50) NOT NULL DEFAULT '',
  `meta` longtext,
  KEY `activation_key` (`activation_key`),
  KEY `domain` (`domain`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_signups`
#

#
# End of data contents of table `wp_signups`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_submited_form_data`
# --------------------------------------------------------


#
# Delete any existing table `wp_submited_form_data`
#

DROP TABLE IF EXISTS `wp_submited_form_data`;


#
# Table structure of table `wp_submited_form_data`
#

CREATE TABLE `wp_submited_form_data` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `log_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `form_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `value` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `log_id` (`log_id`,`form_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_submited_form_data`
#

#
# End of data contents of table `wp_submited_form_data`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_term_relationships`
# --------------------------------------------------------


#
# Delete any existing table `wp_term_relationships`
#

DROP TABLE IF EXISTS `wp_term_relationships`;


#
# Table structure of table `wp_term_relationships`
#

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 ROW_FORMAT=FIXED ;

#
# Data contents of table `wp_term_relationships`
#
 
INSERT INTO `wp_term_relationships` VALUES (1294, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2582, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1001, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (9, 7, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (989, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1295, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (191, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (17, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (6, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (7, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (8, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (9, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (10, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (11, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (12, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (13, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (14, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (15, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (16, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (18, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (19, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (20, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (21, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (22, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (23, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (24, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (990, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (988, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (27, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (602, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (29, 3, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (30, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (31, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (32, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (603, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (601, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (600, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (36, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (38, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (39, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (40, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (41, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (42, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (43, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (44, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (45, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (46, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (47, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (48, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (49, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (50, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (51, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (52, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (53, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (54, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (55, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (56, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (57, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (58, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (59, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (60, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (61, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (62, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (63, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (64, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (65, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (66, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (67, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (68, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (69, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (70, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (71, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (72, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (73, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (74, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (75, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (76, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (77, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (78, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (79, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (80, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (81, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (82, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (83, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (84, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (85, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (86, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (87, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (88, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (89, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (90, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (91, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (92, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (93, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (94, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (95, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (96, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (97, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (98, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (99, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (100, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (101, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (102, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (103, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (104, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (105, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (106, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (107, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (108, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (109, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (110, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (111, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (112, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (113, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (114, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (115, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (116, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (117, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (118, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (119, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (120, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (121, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (122, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (123, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (124, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (125, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (126, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (127, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (128, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (129, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (130, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (131, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (132, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (599, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (134, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (598, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (136, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (137, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (138, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (139, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (140, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (141, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (142, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (143, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (144, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (145, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (146, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (147, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (148, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (149, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (150, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (151, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (152, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (153, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (154, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (155, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (156, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (157, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (72, 15, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (84, 7, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (160, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (161, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (162, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (163, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (164, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (165, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (166, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (167, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (168, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (169, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (170, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (171, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (172, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (173, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (174, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (730, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (729, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2867, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (178, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (179, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (180, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (181, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (182, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (183, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (184, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (185, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (186, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (187, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (188, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (189, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (190, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (65, 7, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (682, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (75, 7, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (17, 7, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1005, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (19, 5, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (20, 5, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (21, 5, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (22, 5, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (23, 5, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (24, 5, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (25, 5, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (871, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (27, 2, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (28, 2, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (29, 2, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (31, 2, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1684, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (33, 2, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (34, 2, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (35, 2, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (36, 2, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (37, 2, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (38, 2, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (192, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (193, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (194, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (195, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (196, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (197, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (198, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (199, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (286, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (200, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (201, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1302, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1301, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1300, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (205, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (206, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (207, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (208, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (209, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (210, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (211, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (212, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (213, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (214, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (215, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (216, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (217, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (218, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (219, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (220, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (221, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (222, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (223, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (224, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (225, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (226, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (227, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (228, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (229, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (230, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (231, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (232, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (233, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (234, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (235, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (236, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (237, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (238, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (239, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (240, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (241, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (242, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (243, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (244, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (245, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (246, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (247, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (248, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (249, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (250, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (251, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (252, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (253, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (254, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (255, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (256, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (257, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (258, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (259, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (260, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (261, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (262, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (263, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (264, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (283, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (282, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (267, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (268, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (269, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (270, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (271, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (272, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (273, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (274, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (285, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (280, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (281, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (284, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (278, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (279, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (56, 2, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (275, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (276, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (277, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (287, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (288, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (289, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (290, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (291, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (292, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (293, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (294, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (295, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (296, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (297, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (298, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (299, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (300, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (301, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (302, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (303, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (304, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (305, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (306, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (307, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (308, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (309, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (310, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (311, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (312, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (313, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (314, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (315, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (316, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (317, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (318, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (319, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (320, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (321, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (322, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (323, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (324, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (325, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (326, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (327, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (328, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (329, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (83, 7, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (82, 7, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (332, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (333, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (334, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (335, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (336, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (337, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (338, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (339, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (340, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (341, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (342, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2868, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (344, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (727, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (726, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (725, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (724, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (349, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (350, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (351, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (352, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (353, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (354, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (355, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (356, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (357, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (358, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (359, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (360, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (361, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (362, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2855, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2856, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (367, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (368, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (369, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (370, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (371, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (372, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (373, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (374, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (375, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (376, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (377, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (378, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (379, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (380, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (381, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (382, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (383, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (384, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (385, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (386, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (596, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (992, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (991, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (993, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (391, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (970, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (969, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (394, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (395, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (396, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (397, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2107, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2106, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1776, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1778, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1777, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1775, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1790, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (59, 2, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (763, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (407, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (408, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (409, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (410, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (411, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (412, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (413, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (414, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (415, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (416, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (417, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (418, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (419, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (420, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (421, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (422, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (423, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (424, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (425, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (426, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (427, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (428, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (429, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (430, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (968, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (967, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (987, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (434, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (435, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (436, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (437, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (438, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (439, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (440, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (445, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (441, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (446, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (447, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (442, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (448, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (443, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (449, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (450, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (451, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (452, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (453, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (454, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (455, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (456, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (457, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (458, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (459, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (460, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (461, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (462, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (463, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (464, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (465, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (466, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (467, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (468, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (469, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (470, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (471, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (472, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (473, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (474, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (475, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (476, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (477, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (478, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (479, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (480, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (481, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (482, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (483, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (484, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (485, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (486, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (487, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (488, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (489, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (490, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (491, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (492, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (493, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (494, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (495, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (496, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (497, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (498, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (499, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (500, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (501, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (502, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (503, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (504, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (505, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (506, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (507, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (508, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (509, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (510, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (511, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (512, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (513, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (514, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (515, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (516, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (517, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (518, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (519, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (520, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (521, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (522, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2864, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2862, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2863, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (529, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (530, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (597, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (971, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (533, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (534, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (535, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (536, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (587, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (986, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (985, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (540, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (541, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (542, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (543, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (544, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (984, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (764, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (547, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (661, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (549, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (660, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (659, 3, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (552, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (553, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (554, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (555, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (556, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (557, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (558, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (559, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (560, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (561, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (562, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (563, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (564, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (565, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (566, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (567, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (568, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (569, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (570, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (571, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (572, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (573, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (574, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2860, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2859, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2858, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2857, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (579, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (580, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (581, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (582, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (583, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (584, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (585, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (586, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (604, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (605, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (606, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (607, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (608, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (609, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (610, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (611, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (612, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (613, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (614, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (615, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (616, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (617, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (618, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (619, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (620, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (621, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (622, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (623, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (624, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (625, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (626, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (627, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (628, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (629, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (630, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (631, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (632, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (633, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (634, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (635, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (636, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (637, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (638, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (639, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (656, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (641, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (642, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (643, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (644, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (645, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (646, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (647, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (648, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (649, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (650, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (651, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (652, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (653, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (654, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (655, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (640, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (657, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (658, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1006, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (662, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (663, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1000, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (665, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (666, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (667, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (668, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (669, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (670, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (671, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (672, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (673, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (674, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (675, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (996, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (999, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (998, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (679, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (997, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (54, 7, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1002, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1004, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1003, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (688, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (994, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (690, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (691, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (63, 7, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (58, 5, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (692, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (693, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (694, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (695, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (696, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (697, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (698, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (699, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (700, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (701, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (702, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (703, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (704, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (705, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (706, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (707, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (708, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (723, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (722, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1009, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2109, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (732, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1010, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (731, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1011, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1785, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2168, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1784, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1781, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1782, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1780, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1779, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1783, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (995, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (759, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (758, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (757, 4, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (760, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1688, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1687, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (797, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (960, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1008, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (771, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1682, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (791, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2143, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1681, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2142, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2141, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2145, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (961, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (966, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1675, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (32, 5, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (60, 2, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1012, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (963, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (962, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (965, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (964, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1680, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2140, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1014, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1013, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1007, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (807, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (808, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (809, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (810, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (811, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (812, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (813, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (814, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (815, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (816, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (817, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (818, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (819, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (820, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (821, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (822, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (823, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (824, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (825, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (826, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (827, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (828, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (829, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (830, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (831, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (832, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (884, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (834, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (883, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (882, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (881, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (880, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (879, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (878, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (841, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (842, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (843, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (844, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (845, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (846, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (847, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (848, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (849, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (850, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (851, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (852, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (853, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (854, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (855, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (856, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (857, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (858, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (859, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (860, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (861, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (862, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (863, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (864, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (865, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (866, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (867, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (868, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (869, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (870, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (61, 5, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (872, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (873, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (874, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (875, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (876, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (877, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (885, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (886, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (887, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (888, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (889, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (890, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (891, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (892, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (893, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (894, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (895, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (896, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (897, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (898, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (899, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (900, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (901, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (902, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (903, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (904, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (905, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (906, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (907, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (908, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (909, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (910, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (911, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (912, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (913, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (914, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (915, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (916, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (917, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (918, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (919, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (920, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (921, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (922, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (923, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (924, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (925, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (974, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (975, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (935, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (934, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (940, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (972, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (973, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (933, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1802, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1801, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1800, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1799, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1791, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (946, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (947, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (948, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (949, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (950, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (951, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (952, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (953, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (954, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (955, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (956, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (957, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1686, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1685, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (976, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (977, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2861, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1015, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1016, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1017, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1018, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1019, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1020, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1021, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1022, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1023, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1024, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1025, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1026, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1027, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1028, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1029, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1030, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1031, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1032, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1808, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1034, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1807, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1806, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1805, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1804, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1820, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1811, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1821, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1809, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1043, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1803, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1045, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1046, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1047, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1048, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1049, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1050, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1051, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1052, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1053, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1054, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1055, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1056, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1057, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1058, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1059, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1060, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1061, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1062, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1063, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1064, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1065, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1066, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1816, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1815, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1814, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1813, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1071, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1072, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1073, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1074, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1075, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1076, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1077, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1078, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1079, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1080, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1081, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1082, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1083, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1084, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1085, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1086, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1087, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1088, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1089, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1090, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1091, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1092, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1093, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1094, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1095, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1096, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1097, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1098, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1099, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1100, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1101, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1102, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1103, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1104, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1105, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1106, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1107, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1108, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1109, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1110, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1111, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1112, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1113, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1114, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1115, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1116, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1117, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1118, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1119, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1120, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1121, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1122, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1123, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1124, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1125, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1126, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1127, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1128, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1129, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1130, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1131, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1132, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1133, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1134, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1135, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1136, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1137, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1138, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1139, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1140, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1141, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1142, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1143, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1144, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1145, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1146, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1147, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1148, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1149, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1826, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1151, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1825, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1819, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1818, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1817, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1830, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1157, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1829, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1828, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1827, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1161, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1162, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1163, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1164, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1165, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1166, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1167, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1168, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1169, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1170, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1171, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1172, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1834, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1833, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1832, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1831, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1177, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1178, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1179, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1180, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1181, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1182, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1183, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1184, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1185, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1186, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1187, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1188, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1189, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1190, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1191, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1192, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1193, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1194, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1195, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1196, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1197, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1198, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1199, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1200, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1201, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1202, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1203, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1204, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1205, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1206, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1207, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1208, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1209, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1210, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1841, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1212, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1213, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1840, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2113, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2114, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2167, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2163, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1835, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1220, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1221, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1222, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1223, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1224, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1225, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1226, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1227, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1228, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1229, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1230, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1231, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1232, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1233, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1234, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1235, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1236, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1237, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1238, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1239, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1240, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1241, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1847, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1243, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1846, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1845, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1844, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1843, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1842, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1249, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1250, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1251, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1252, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1253, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2866, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2865, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1256, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1257, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1258, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1259, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1260, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1261, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1262, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1263, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1264, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1265, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1266, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1267, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1268, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1269, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1270, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1271, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1272, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1273, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1274, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1275, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1276, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1277, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1278, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1279, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1280, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1281, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1282, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1283, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1284, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1285, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1286, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1287, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1288, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1289, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1290, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1291, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1292, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1299, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1296, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1297, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1298, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1303, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1304, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1305, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1306, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1307, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1308, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1309, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1310, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1311, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1312, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1313, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1314, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1315, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1316, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1317, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1318, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1319, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1320, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1321, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1322, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1323, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1324, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1325, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1326, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1327, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1328, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1329, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1330, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1331, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1332, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1333, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1334, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1335, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1336, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1337, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1338, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1339, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1340, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1341, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1342, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1343, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1344, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1345, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1346, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1347, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1348, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1349, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1350, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1351, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1352, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1353, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1354, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1355, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1356, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1357, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1358, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1359, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1360, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1361, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1362, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1363, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1364, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1365, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1366, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1367, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1368, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1369, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1370, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1371, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1372, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1373, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1374, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1375, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1376, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1377, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1378, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1379, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1380, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1381, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1382, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1383, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1384, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1385, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1386, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1387, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1388, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1389, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1390, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1391, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1392, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1393, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1394, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1395, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1396, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1397, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1398, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1399, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1400, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1401, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1402, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1424, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1404, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1405, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1406, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1407, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1408, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1409, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1410, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1411, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1412, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1413, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1414, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1415, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1416, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1417, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1418, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1419, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1420, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1421, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1422, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1423, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1425, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1426, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1427, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1428, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1429, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1430, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1431, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1432, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1433, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1434, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1435, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1436, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1437, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1438, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1439, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1440, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1441, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1442, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1443, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1444, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1445, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1446, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1447, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1448, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1449, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1450, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1451, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1452, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1453, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1673, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1683, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1456, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1849, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1848, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1459, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1460, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1461, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1462, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1463, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1464, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2164, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1471, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2165, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2166, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2122, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2530, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1850, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1473, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1474, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1475, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1476, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1477, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1478, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1479, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1480, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1481, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1482, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1483, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1484, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1485, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1486, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1851, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1488, 4, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1489, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1490, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1862, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1492, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2259, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2258, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2852, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2525, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2146, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1498, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1499, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1500, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1501, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1502, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1503, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1504, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1505, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1506, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1507, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1508, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1869, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1867, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1868, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1866, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1864, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1865, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1863, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1516, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1517, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1518, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1519, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1520, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1521, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1522, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1523, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1524, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1525, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1526, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1527, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1528, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1530, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1886, 3, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1887, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1888, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1535, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1536, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1537, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1538, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2128, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2129, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1881, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2130, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2148, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2149, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2150, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2151, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1875, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1874, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1873, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1872, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1871, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1870, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1892, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1893, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1894, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2139, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1695, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1694, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2144, 4, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1693, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1692, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1691, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1690, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1895, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1699, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1689, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1572, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1573, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1574, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1575, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1576, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1577, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1578, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1579, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1580, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1581, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1582, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1583, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1584, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1585, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1891, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1890, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1889, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1589, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1590, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1591, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1592, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1593, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1594, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1595, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1596, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1597, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1598, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1599, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1600, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1601, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1602, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1603, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1604, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1605, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1606, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1607, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1608, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1609, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1610, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1611, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1612, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1613, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1614, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1615, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1616, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1617, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1618, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1619, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1620, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1621, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1622, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1623, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1624, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1625, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1626, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1627, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1628, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1629, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1630, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1631, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1632, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1633, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1634, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1635, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1636, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1637, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1638, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1639, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1640, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1641, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1642, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1643, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1644, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1645, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1646, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1647, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1648, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1649, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1650, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1651, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1652, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1653, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1654, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1655, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1656, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1657, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1658, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1659, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1660, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1661, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1662, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1663, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1664, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1665, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1666, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1667, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1668, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1669, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1670, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1671, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1672, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1703, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1704, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1705, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1706, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1707, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1708, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1709, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1710, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1711, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1712, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1713, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1714, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1715, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1716, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1717, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1718, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1719, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1720, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1721, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1722, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1723, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1724, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1900, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1767, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1899, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1727, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1898, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1897, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1730, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1731, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1732, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1733, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1734, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1903, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1902, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1901, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2152, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1739, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2153, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2154, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1905, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1743, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1744, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1745, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1746, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1747, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1748, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1749, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1750, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1751, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1752, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1798, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1797, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1796, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1795, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2110, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2111, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2112, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1760, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1913, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2169, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1911, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1910, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1909, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1896, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1768, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1769, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2147, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1824, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1772, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1823, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1822, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2246, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2161, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2159, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2158, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2157, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2156, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2155, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1922, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1923, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1924, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1925, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1926, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1927, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1928, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1929, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1930, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1931, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1932, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1933, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1934, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1935, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1936, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1937, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1938, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1939, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1940, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1941, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1942, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1943, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1944, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1945, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1946, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1947, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1948, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1949, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1950, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1951, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1952, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1953, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1954, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1955, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1956, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1957, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1958, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1959, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1960, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1961, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1962, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1963, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1964, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1965, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1966, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1967, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2172, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2171, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2170, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1971, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1972, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1973, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1974, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1975, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1976, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1977, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1978, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1979, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1980, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1981, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1982, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1983, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1984, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2174, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2173, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1987, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1988, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2261, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1990, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2175, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2229, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1993, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1994, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1995, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (1996, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2228, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2227, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2226, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2225, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2224, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2002, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2003, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2004, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2005, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2006, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2007, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2008, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2009, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2010, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2011, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2012, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2013, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2014, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2015, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2016, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2017, 13, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2033, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2019, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2020, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2021, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2022, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2032, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2233, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2529, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2251, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2223, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2318, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2234, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2260, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2177, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2134, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2040, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2133, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2132, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2131, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2099, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2098, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2097, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2096, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2048, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2049, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2050, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2051, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2052, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2053, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2054, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2055, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2056, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2105, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2104, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2103, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2102, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2854, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2092, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2230, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2066, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2231, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2232, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2069, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2070, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2071, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2101, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2100, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2074, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2075, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2076, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2077, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2078, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2079, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2080, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2081, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2082, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2083, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2084, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2085, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2086, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2087, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (78, 5, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (67, 7, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2088, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2317, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2236, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2266, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2265, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2264, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2263, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2262, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2191, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2192, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2193, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2194, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2195, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2196, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2197, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2198, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2199, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2200, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2201, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2203, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2204, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2245, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2244, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2209, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2243, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2242, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2241, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2240, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2214, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2537, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2380, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2217, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2218, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2219, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2853, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2850, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2851, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2267, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2268, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2269, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2270, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2271, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (68, 7, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2272, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2273, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2538, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2536, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2276, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2277, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2278, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2279, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2280, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2281, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2282, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2283, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2284, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2285, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2286, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2287, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2288, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2289, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2535, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2291, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2534, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2293, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2533, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2295, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2546, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2378, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2606, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2541, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2540, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2539, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2302, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2303, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2304, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2305, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2306, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2307, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2308, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2309, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2310, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2311, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2312, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2313, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2409, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2315, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2408, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2319, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2320, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2321, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2322, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2323, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2324, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2325, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2326, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2327, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2328, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2329, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2330, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2331, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2332, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2333, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2334, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2335, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2336, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2337, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2338, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2339, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2340, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2341, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2342, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2343, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2344, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2345, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2346, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2347, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2348, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2349, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2350, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2351, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2352, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2353, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2354, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2355, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2356, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2357, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2358, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2359, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2360, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2361, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2362, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2363, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2364, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2365, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2366, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2367, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2368, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2369, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2370, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2371, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2372, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2373, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2374, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2375, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2381, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2382, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2383, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (69, 2, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2384, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2385, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2386, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2387, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (70, 5, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2388, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2389, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2390, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2532, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2392, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2393, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2394, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2395, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2531, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2397, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2398, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2399, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2400, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2401, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2402, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2403, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2404, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2405, 13, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2406, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2407, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2410, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2411, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2412, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2413, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2414, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2545, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2544, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2417, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2418, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2419, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2420, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2421, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2422, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2423, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2424, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2425, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (71, 7, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (55, 15, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2543, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2542, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2428, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2429, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2430, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2431, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2432, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2433, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2434, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2435, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2436, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2437, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2438, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2439, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2440, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2441, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2442, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2443, 12, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2444, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2445, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2446, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2447, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2448, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2449, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2450, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2451, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2452, 3, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2453, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2454, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2455, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2456, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2457, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2458, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2459, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2460, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2461, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2462, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2463, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2464, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2465, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2466, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2467, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2468, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2469, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2470, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2471, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2472, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2473, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2474, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2475, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2476, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2477, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2478, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2479, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2480, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2481, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2482, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2483, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2484, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2485, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2486, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2487, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2488, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2489, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2490, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2491, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2492, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2493, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2494, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2495, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2496, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2497, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2498, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (73, 7, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (74, 5, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2499, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2500, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2501, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2502, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2503, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2504, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2505, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2506, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2507, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2508, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2509, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2510, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2511, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2512, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2513, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2514, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2515, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2516, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2517, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2518, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2608, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2607, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2548, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2549, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2550, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2551, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2552, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2605, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2604, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2603, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2602, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2557, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2558, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2559, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2560, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2561, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2562, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2563, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2564, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2565, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2566, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2567, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2568, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2569, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2570, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2571, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2572, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2573, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2574, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2575, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2576, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2577, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2610, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2609, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2581, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (76, 7, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (77, 7, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2583, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2584, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2585, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2586, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2587, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2588, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2589, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2590, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2591, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2592, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2593, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2594, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2595, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2596, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2597, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2598, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2599, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2600, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2601, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2615, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2616, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2621, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2622, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2623, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2624, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2625, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2626, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2627, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2628, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2629, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2630, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2631, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2632, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2979, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2971, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2977, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2978, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2976, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2970, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2838, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2839, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2840, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2841, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2646, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2647, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2648, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2649, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2650, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2651, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2652, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2653, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2654, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2655, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2656, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2657, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2658, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2659, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2660, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2661, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2662, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2772, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2771, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2769, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2770, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2768, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2766, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2764, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2765, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2763, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2762, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2761, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2760, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2759, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2758, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2767, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2757, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2842, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2756, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2980, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2682, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2683, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2684, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2685, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2686, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2687, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2688, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2689, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2690, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2691, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2692, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2693, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2694, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2695, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2696, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2697, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2698, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2699, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2700, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2701, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2702, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2703, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2708, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2709, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2710, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2711, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2712, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2713, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2714, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2715, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2716, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2717, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2718, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2719, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2720, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2721, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2722, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2723, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2724, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2725, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2726, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2727, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2728, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2729, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2730, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2731, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2732, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2736, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2737, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2738, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2739, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2740, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2752, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2751, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2743, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2750, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2749, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2748, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2747, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2753, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2773, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2774, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2775, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2776, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2777, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2780, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2781, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2782, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2783, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2784, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2785, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2786, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2787, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2788, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2789, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2790, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2791, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2792, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2793, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2794, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2795, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2796, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2797, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2798, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2799, 10, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2800, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2801, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2802, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2803, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2804, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2805, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2806, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2807, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2808, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2809, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2817, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2818, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2819, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2821, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2826, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2827, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (80, 7, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (81, 7, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2830, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2831, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2832, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2833, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2834, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2835, 3, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2836, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2837, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2869, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2870, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2872, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2873, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2874, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2875, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2876, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2877, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2878, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2879, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2880, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2882, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2963, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2907, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2912, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2911, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2910, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2891, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2892, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2893, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2894, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2895, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2896, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2897, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2898, 3, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2899, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2900, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2901, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2986, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2967, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2985, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2984, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2983, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2982, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2981, 9, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2969, 3, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2966, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2974, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2965, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2964, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2962, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2973, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2972, 11, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2958, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2975, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2955, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (2956, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3108, 18, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4170, 67, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3105, 18, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3106, 18, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3582, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4808, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3142, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3122, 18, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3113, 18, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3121, 18, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3120, 18, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3133, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3127, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3128, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3129, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3130, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3140, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3141, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3143, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3146, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3147, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3148, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3282, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4798, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3339, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3340, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3362, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3363, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3359, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4748, 18, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3369, 18, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3370, 18, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3377, 18, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3378, 18, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3379, 18, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4633, 148, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5146, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5279, 20, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4799, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5155, 100, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4495, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4435, 18, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4500, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5562, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4154, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4154, 65, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4157, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4157, 65, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4160, 66, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4160, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4163, 67, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4163, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4165, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4165, 67, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4170, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4547, 18, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4440, 18, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5923, 152, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3663, 14, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5534, 127, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4628, 99, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4626, 99, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3743, 22, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3745, 22, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3751, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3751, 26, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3748, 26, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3750, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3752, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3755, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3756, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3757, 26, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3757, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3761, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3761, 27, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3763, 28, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3763, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3745, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3743, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3748, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3769, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3769, 29, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3771, 30, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3771, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3773, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3773, 30, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3776, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3776, 30, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3779, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3779, 30, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3782, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3782, 30, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3784, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3784, 30, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3787, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3787, 30, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3790, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3790, 30, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3792, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3792, 30, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3794, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3794, 30, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3796, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3796, 31, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3799, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3798, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3800, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3800, 33, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3804, 35, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3804, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3806, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3806, 35, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3808, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3808, 35, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3810, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3810, 35, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3812, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3812, 35, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3814, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3814, 35, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3816, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3816, 35, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3818, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3818, 35, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3820, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3820, 36, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3822, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3822, 37, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3824, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3824, 38, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3826, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3826, 38, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3828, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3828, 38, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3830, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3830, 38, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3832, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3832, 38, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3834, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3834, 38, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3836, 39, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3836, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3838, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3838, 39, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3840, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3840, 39, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3842, 40, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3842, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3845, 40, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3845, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3848, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3848, 41, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3850, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3850, 42, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3852, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3852, 42, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3854, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3854, 43, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3856, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3856, 43, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3858, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3858, 44, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3860, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3860, 44, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3862, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3862, 45, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3864, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3864, 45, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3866, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3866, 46, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3868, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3868, 46, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3870, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3870, 47, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3872, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3874, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3874, 48, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3876, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3876, 48, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3878, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3878, 49, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3891, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3891, 50, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3893, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3893, 50, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3895, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3895, 51, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3897, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3897, 51, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3899, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3899, 51, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3901, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3901, 52, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3904, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3904, 52, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3906, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3906, 53, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3908, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3908, 53, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3910, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3910, 53, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3912, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3912, 53, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3914, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3914, 54, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3916, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3916, 54, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3918, 55, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3918, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3921, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3921, 55, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3923, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3923, 56, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3929, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3929, 56, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3932, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3932, 56, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3935, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3935, 57, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3937, 58, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3937, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3939, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3939, 58, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3933, 59, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3933, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3943, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3943, 59, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3945, 60, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3945, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3947, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3947, 60, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3949, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3949, 60, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3950, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3950, 60, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3952, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3952, 60, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3957, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3957, 60, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3956, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3956, 60, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3959, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3959, 60, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3965, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3965, 61, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3967, 62, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3967, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3968, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3968, 32, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3974, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3974, 32, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3976, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3976, 32, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3978, 23, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3978, 63, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3969, 24, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3969, 25, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3983, 24, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3983, 25, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3984, 24, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3984, 25, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (3987, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4498, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4173, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4173, 67, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4176, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4176, 69, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4179, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4179, 69, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4182, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4182, 69, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4185, 70, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4185, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4188, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4188, 70, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4191, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4191, 70, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4194, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4194, 71, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4197, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4197, 71, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4199, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4199, 71, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4202, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4202, 71, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4205, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4205, 71, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4208, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4208, 71, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4210, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4210, 71, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4214, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4214, 71, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4217, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4217, 71, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4220, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4220, 72, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4223, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4223, 73, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4226, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4226, 74, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4229, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4229, 75, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4232, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4232, 75, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4235, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4235, 75, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4238, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4238, 76, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4241, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4241, 76, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4244, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4244, 76, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4247, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4247, 77, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4250, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4250, 77, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4253, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4253, 77, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4257, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4257, 77, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4260, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4260, 78, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4263, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4263, 79, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4266, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4266, 80, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4269, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4269, 80, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4272, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4272, 80, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4276, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4276, 81, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4280, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4280, 81, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4283, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4285, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4285, 82, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4283, 82, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4288, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4288, 82, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5395, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5478, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4293, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4293, 84, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4296, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4296, 84, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4299, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4299, 85, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4302, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4302, 86, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4305, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4305, 86, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4308, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4308, 87, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4311, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4311, 87, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4316, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4316, 88, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4319, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4319, 88, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4322, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4322, 88, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4325, 89, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4325, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4328, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4328, 89, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4331, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4331, 89, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4334, 90, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4334, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4336, 91, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4336, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4340, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4340, 92, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4343, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4343, 92, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4347, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4347, 92, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4350, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4350, 92, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4353, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4353, 92, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4356, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4356, 92, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4359, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4359, 92, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4362, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4362, 92, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4365, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4365, 92, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4368, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4368, 92, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4371, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4371, 93, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4374, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4374, 94, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4377, 95, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4377, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4380, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4380, 95, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4383, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4383, 96, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4386, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4386, 96, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4389, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4389, 96, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4392, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4392, 96, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4395, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4395, 96, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4398, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4398, 96, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4401, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4401, 96, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4404, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4404, 96, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4407, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4407, 96, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4410, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4410, 96, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4413, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4413, 96, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4416, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4416, 97, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4419, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4419, 97, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4422, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4422, 66, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4425, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4425, 66, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4428, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4428, 66, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4494, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4774, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4541, 18, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4514, 18, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4506, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4483, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4489, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4486, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4487, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4490, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4488, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5153, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4502, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4511, 18, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4512, 18, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4513, 18, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4510, 18, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4521, 18, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4540, 18, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4548, 18, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4917, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4917, 3, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4622, 99, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4584, 98, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4614, 98, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4589, 98, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4617, 98, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4629, 100, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4620, 98, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5713, 127, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4632, 100, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4633, 100, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4634, 100, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4635, 100, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4636, 100, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4638, 100, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4639, 100, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4640, 100, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4641, 98, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4645, 98, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4589, 116, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4589, 115, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4648, 116, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (6112, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5997, 98, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4584, 119, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4651, 120, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4584, 120, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4652, 119, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4584, 121, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4584, 118, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4650, 121, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4653, 122, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4584, 122, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4654, 123, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4584, 123, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4584, 125, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4656, 125, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4641, 121, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4658, 121, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4641, 118, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4659, 120, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4641, 120, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4645, 120, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4645, 118, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4645, 121, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4661, 120, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4660, 121, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (6165, 98, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4663, 122, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4645, 122, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4665, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4638, 148, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4634, 126, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5540, 148, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5268, 127, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5551, 148, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5538, 128, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5539, 148, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4635, 126, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4634, 127, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5268, 128, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4635, 127, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5703, 3, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5715, 128, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4679, 127, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4680, 128, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5828, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4633, 127, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4633, 126, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4682, 127, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4683, 128, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4633, 128, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4632, 127, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4632, 126, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4684, 127, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4685, 128, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4632, 128, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4640, 127, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4640, 126, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4686, 127, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4687, 128, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4640, 128, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4629, 127, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4629, 126, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4689, 127, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4690, 128, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4629, 128, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4636, 127, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4636, 126, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4691, 127, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4692, 128, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4636, 128, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4773, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4696, 3, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4749, 18, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4705, 3, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4777, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4787, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4817, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5560, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4823, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4826, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4831, 20, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4833, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5314, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4838, 20, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4848, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5713, 126, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5268, 100, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4887, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4891, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4894, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4896, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4898, 98, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5359, 20, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4901, 98, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4903, 98, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4904, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4907, 20, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4911, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5525, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4921, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4924, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4926, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4928, 20, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4930, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4931, 20, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4930, 3, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4942, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4960, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4960, 66, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4967, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4967, 66, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4969, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4969, 96, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4972, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4972, 96, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4975, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4975, 96, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4979, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4979, 96, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4983, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4983, 96, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4991, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4991, 96, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4996, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4996, 92, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5002, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5002, 92, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5005, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5005, 92, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5008, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5008, 92, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5011, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5011, 92, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5523, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5517, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5017, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5017, 90, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5020, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5020, 89, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5023, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5023, 89, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5026, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5026, 88, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5030, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5030, 87, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5033, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5033, 87, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5037, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5037, 85, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5040, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5040, 83, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5043, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5043, 83, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5047, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5047, 83, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5050, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5050, 84, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5056, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5056, 82, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5062, 137, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5062, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5067, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5067, 137, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5070, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5070, 137, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5074, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5074, 137, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5077, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5077, 137, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5080, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5080, 138, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5083, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5083, 139, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5086, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5086, 78, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5089, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5089, 78, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5092, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5092, 77, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5095, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5095, 76, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5098, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5098, 74, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5101, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5101, 74, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5105, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5105, 73, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5108, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5108, 72, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5111, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5111, 71, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5114, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5114, 71, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5118, 64, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5118, 71, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5122, 141, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5126, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5128, 20, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5268, 148, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4634, 148, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5536, 148, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5281, 20, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5283, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5640, 3, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5640, 1, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5289, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5290, 17, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5296, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5828, 3, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5300, 20, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5302, 20, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5304, 20, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5306, 20, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5308, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5366, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5368, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5370, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5372, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5374, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5376, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5378, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5380, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5535, 128, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4634, 128, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5542, 128, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5268, 126, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5537, 127, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5541, 127, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4635, 128, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5543, 148, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4635, 148, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5544, 148, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4632, 148, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5546, 128, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4638, 127, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4638, 126, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5545, 127, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4638, 128, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5547, 148, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4640, 148, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5552, 148, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4629, 148, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5553, 148, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4636, 148, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5555, 128, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5155, 127, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5155, 126, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5554, 127, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5155, 128, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5556, 148, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5155, 148, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5558, 128, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4639, 127, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4639, 126, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5557, 127, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4639, 128, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5559, 148, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4639, 148, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5564, 20, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5588, 19, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5590, 20, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5714, 127, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5713, 128, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5716, 148, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5713, 148, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5713, 100, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5927, 152, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5923, 151, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5926, 151, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5925, 150, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5923, 150, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5923, 149, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5928, 155, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5923, 155, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5929, 153, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5923, 153, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5930, 154, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5923, 154, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5923, 99, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5934, 157, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5931, 156, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5931, 158, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5933, 158, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5931, 157, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5935, 159, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5931, 159, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5931, 98, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5936, 99, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5999, 98, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (5938, 3, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (6005, 162, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (6004, 163, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (6003, 160, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (6003, 163, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (6003, 162, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (6006, 161, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (6003, 161, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (6003, 98, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (6039, 20, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4622, 165, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4622, 164, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (6052, 165, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (6053, 166, 0) ; 
INSERT INTO `wp_term_relationships` VALUES (4622, 166, 0) ;
#
# End of data contents of table `wp_term_relationships`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_term_taxonomy`
# --------------------------------------------------------


#
# Delete any existing table `wp_term_taxonomy`
#

DROP TABLE IF EXISTS `wp_term_taxonomy`;


#
# Table structure of table `wp_term_taxonomy`
#

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=167 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC ;

#
# Data contents of table `wp_term_taxonomy`
#
 
INSERT INTO `wp_term_taxonomy` VALUES (1, 1, 'category', '', 0, 4) ; 
INSERT INTO `wp_term_taxonomy` VALUES (2, 2, 'link_category', '', 0, 14) ; 
INSERT INTO `wp_term_taxonomy` VALUES (3, 3, 'category', '', 0, 10) ; 
INSERT INTO `wp_term_taxonomy` VALUES (4, 4, 'category', '', 0, 0) ; 
INSERT INTO `wp_term_taxonomy` VALUES (5, 5, 'link_category', '', 0, 13) ; 
INSERT INTO `wp_term_taxonomy` VALUES (9, 9, 'category', '', 14, 0) ; 
INSERT INTO `wp_term_taxonomy` VALUES (7, 7, 'link_category', '', 0, 17) ; 
INSERT INTO `wp_term_taxonomy` VALUES (10, 10, 'category', '', 14, 0) ; 
INSERT INTO `wp_term_taxonomy` VALUES (11, 11, 'category', '', 14, 0) ; 
INSERT INTO `wp_term_taxonomy` VALUES (12, 12, 'category', '', 14, 0) ; 
INSERT INTO `wp_term_taxonomy` VALUES (13, 13, 'category', '', 14, 0) ; 
INSERT INTO `wp_term_taxonomy` VALUES (14, 14, 'category', '', 0, 0) ; 
INSERT INTO `wp_term_taxonomy` VALUES (15, 15, 'link_category', '', 0, 2) ; 
INSERT INTO `wp_term_taxonomy` VALUES (17, 17, 'nav_menu', '', 0, 48) ; 
INSERT INTO `wp_term_taxonomy` VALUES (18, 18, 'nav_menu', '', 0, 26) ; 
INSERT INTO `wp_term_taxonomy` VALUES (19, 19, 'job-types', '', 0, 39) ; 
INSERT INTO `wp_term_taxonomy` VALUES (20, 20, 'job-types', '', 0, 16) ; 
INSERT INTO `wp_term_taxonomy` VALUES (21, 21, 'job-types', '\r\n\r\n', 0, 0) ; 
INSERT INTO `wp_term_taxonomy` VALUES (22, 22, 'region', '', 23, 2) ; 
INSERT INTO `wp_term_taxonomy` VALUES (23, 23, 'region', '', 0, 94) ; 
INSERT INTO `wp_term_taxonomy` VALUES (24, 24, 'region', '', 0, 3) ; 
INSERT INTO `wp_term_taxonomy` VALUES (25, 25, 'region', '', 24, 3) ; 
INSERT INTO `wp_term_taxonomy` VALUES (26, 26, 'region', '', 23, 3) ; 
INSERT INTO `wp_term_taxonomy` VALUES (27, 27, 'region', '', 23, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (28, 28, 'region', '', 23, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (29, 29, 'region', '', 23, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (30, 30, 'region', '', 23, 10) ; 
INSERT INTO `wp_term_taxonomy` VALUES (31, 31, 'region', '', 23, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (32, 32, 'region', '', 23, 3) ; 
INSERT INTO `wp_term_taxonomy` VALUES (33, 33, 'region', '', 23, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (35, 35, 'region', '', 23, 8) ; 
INSERT INTO `wp_term_taxonomy` VALUES (36, 36, 'region', '', 23, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (37, 37, 'region', '', 23, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (38, 38, 'region', '', 23, 6) ; 
INSERT INTO `wp_term_taxonomy` VALUES (39, 39, 'region', '', 23, 3) ; 
INSERT INTO `wp_term_taxonomy` VALUES (40, 40, 'region', '', 23, 2) ; 
INSERT INTO `wp_term_taxonomy` VALUES (41, 41, 'region', '', 23, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (42, 42, 'region', '', 23, 2) ; 
INSERT INTO `wp_term_taxonomy` VALUES (43, 43, 'region', '', 23, 2) ; 
INSERT INTO `wp_term_taxonomy` VALUES (44, 44, 'region', '', 23, 2) ; 
INSERT INTO `wp_term_taxonomy` VALUES (45, 45, 'region', '', 23, 2) ; 
INSERT INTO `wp_term_taxonomy` VALUES (46, 46, 'region', '', 23, 2) ; 
INSERT INTO `wp_term_taxonomy` VALUES (47, 47, 'region', '', 23, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (48, 48, 'region', '', 23, 2) ; 
INSERT INTO `wp_term_taxonomy` VALUES (49, 49, 'region', '', 23, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (50, 50, 'region', '', 23, 2) ; 
INSERT INTO `wp_term_taxonomy` VALUES (51, 51, 'region', '', 23, 3) ; 
INSERT INTO `wp_term_taxonomy` VALUES (52, 52, 'region', '', 23, 2) ; 
INSERT INTO `wp_term_taxonomy` VALUES (53, 53, 'region', '', 23, 4) ; 
INSERT INTO `wp_term_taxonomy` VALUES (54, 54, 'region', '', 23, 2) ; 
INSERT INTO `wp_term_taxonomy` VALUES (55, 55, 'region', '', 23, 2) ; 
INSERT INTO `wp_term_taxonomy` VALUES (56, 56, 'region', '', 23, 3) ; 
INSERT INTO `wp_term_taxonomy` VALUES (57, 57, 'region', '', 23, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (58, 58, 'region', '', 23, 2) ; 
INSERT INTO `wp_term_taxonomy` VALUES (59, 59, 'region', '', 23, 2) ; 
INSERT INTO `wp_term_taxonomy` VALUES (60, 60, 'region', '', 23, 8) ; 
INSERT INTO `wp_term_taxonomy` VALUES (61, 61, 'region', '', 23, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (62, 62, 'region', '', 23, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (63, 63, 'region', '', 23, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (64, 64, 'iregion', '', 0, 133) ; 
INSERT INTO `wp_term_taxonomy` VALUES (65, 28, 'iregion', '', 64, 2) ; 
INSERT INTO `wp_term_taxonomy` VALUES (66, 26, 'iregion', '', 64, 6) ; 
INSERT INTO `wp_term_taxonomy` VALUES (67, 63, 'iregion', '', 64, 4) ; 
INSERT INTO `wp_term_taxonomy` VALUES (68, 65, 'iregion', '', 64, 0) ; 
INSERT INTO `wp_term_taxonomy` VALUES (69, 32, 'iregion', '', 64, 3) ; 
INSERT INTO `wp_term_taxonomy` VALUES (70, 62, 'iregion', '', 64, 3) ; 
INSERT INTO `wp_term_taxonomy` VALUES (71, 60, 'iregion', '', 64, 12) ; 
INSERT INTO `wp_term_taxonomy` VALUES (72, 59, 'iregion', '', 64, 2) ; 
INSERT INTO `wp_term_taxonomy` VALUES (73, 58, 'iregion', '', 64, 2) ; 
INSERT INTO `wp_term_taxonomy` VALUES (74, 56, 'iregion', '', 64, 3) ; 
INSERT INTO `wp_term_taxonomy` VALUES (75, 55, 'iregion', '', 64, 3) ; 
INSERT INTO `wp_term_taxonomy` VALUES (76, 53, 'iregion', '', 64, 4) ; 
INSERT INTO `wp_term_taxonomy` VALUES (77, 51, 'iregion', '', 64, 5) ; 
INSERT INTO `wp_term_taxonomy` VALUES (78, 50, 'iregion', '', 64, 3) ; 
INSERT INTO `wp_term_taxonomy` VALUES (79, 66, 'iregion', '', 64, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (80, 48, 'iregion', '', 64, 3) ; 
INSERT INTO `wp_term_taxonomy` VALUES (81, 46, 'iregion', '', 64, 2) ; 
INSERT INTO `wp_term_taxonomy` VALUES (82, 45, 'iregion', '', 64, 4) ; 
INSERT INTO `wp_term_taxonomy` VALUES (83, 67, 'iregion', '', 64, 3) ; 
INSERT INTO `wp_term_taxonomy` VALUES (84, 43, 'iregion', '', 64, 3) ; 
INSERT INTO `wp_term_taxonomy` VALUES (85, 42, 'iregion', '', 64, 2) ; 
INSERT INTO `wp_term_taxonomy` VALUES (86, 41, 'iregion', '', 64, 2) ; 
INSERT INTO `wp_term_taxonomy` VALUES (87, 40, 'iregion', '', 64, 4) ; 
INSERT INTO `wp_term_taxonomy` VALUES (88, 39, 'iregion', '', 64, 4) ; 
INSERT INTO `wp_term_taxonomy` VALUES (89, 38, 'iregion', '', 64, 5) ; 
INSERT INTO `wp_term_taxonomy` VALUES (90, 68, 'iregion', '', 64, 2) ; 
INSERT INTO `wp_term_taxonomy` VALUES (91, 36, 'iregion', '', 64, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (92, 35, 'iregion', '', 64, 15) ; 
INSERT INTO `wp_term_taxonomy` VALUES (93, 69, 'iregion', '', 64, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (94, 70, 'iregion', '', 64, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (95, 22, 'iregion', '', 64, 2) ; 
INSERT INTO `wp_term_taxonomy` VALUES (96, 30, 'iregion', '', 64, 17) ; 
INSERT INTO `wp_term_taxonomy` VALUES (97, 29, 'iregion', '', 64, 2) ; 
INSERT INTO `wp_term_taxonomy` VALUES (98, 71, 'wpsc_product_category', '', 0, 15) ; 
INSERT INTO `wp_term_taxonomy` VALUES (99, 72, 'wpsc_product_category', '', 0, 5) ; 
INSERT INTO `wp_term_taxonomy` VALUES (100, 73, 'wpsc_product_category', '', 0, 12) ; 
INSERT INTO `wp_term_taxonomy` VALUES (108, 81, 'wpsc-variation', '', 0, 0) ; 
INSERT INTO `wp_term_taxonomy` VALUES (109, 82, 'wpsc-variation', '', 0, 0) ; 
INSERT INTO `wp_term_taxonomy` VALUES (110, 83, 'wpsc-variation', '', 0, 0) ; 
INSERT INTO `wp_term_taxonomy` VALUES (111, 84, 'wpsc-variation', '', 0, 0) ; 
INSERT INTO `wp_term_taxonomy` VALUES (112, 85, 'wpsc-variation', '', 0, 0) ; 
INSERT INTO `wp_term_taxonomy` VALUES (113, 86, 'wpsc-variation', '', 0, 0) ; 
INSERT INTO `wp_term_taxonomy` VALUES (115, 88, 'wpsc-variation', '', 0, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (116, 89, 'wpsc-variation', '', 88, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (117, 90, 'wpsc-variation', '', 88, 0) ; 
INSERT INTO `wp_term_taxonomy` VALUES (118, 91, 'wpsc-variation', '', 0, 3) ; 
INSERT INTO `wp_term_taxonomy` VALUES (119, 92, 'wpsc-variation', '', 91, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (120, 93, 'wpsc-variation', '', 91, 3) ; 
INSERT INTO `wp_term_taxonomy` VALUES (121, 94, 'wpsc-variation', '', 91, 3) ; 
INSERT INTO `wp_term_taxonomy` VALUES (122, 95, 'wpsc-variation', '', 91, 2) ; 
INSERT INTO `wp_term_taxonomy` VALUES (123, 96, 'wpsc-variation', '', 91, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (124, 97, 'wpsc-variation', '', 91, 0) ; 
INSERT INTO `wp_term_taxonomy` VALUES (125, 98, 'wpsc-variation', '', 91, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (126, 99, 'wpsc-variation', '', 0, 12) ; 
INSERT INTO `wp_term_taxonomy` VALUES (127, 100, 'wpsc-variation', '', 99, 12) ; 
INSERT INTO `wp_term_taxonomy` VALUES (128, 24, 'wpsc-variation', '', 99, 12) ; 
INSERT INTO `wp_term_taxonomy` VALUES (145, 112, 'wpsc-variation', '', 0, 0) ; 
INSERT INTO `wp_term_taxonomy` VALUES (146, 113, 'wpsc-variation', '', 112, 0) ; 
INSERT INTO `wp_term_taxonomy` VALUES (131, 103, 'wpsc-variation', '', 0, 0) ; 
INSERT INTO `wp_term_taxonomy` VALUES (149, 115, 'wpsc-variation', '', 0, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (150, 116, 'wpsc-variation', '', 115, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (137, 106, 'iregion', '', 64, 5) ; 
INSERT INTO `wp_term_taxonomy` VALUES (138, 107, 'iregion', '', 64, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (139, 49, 'iregion', '', 64, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (140, 25, 'iregion', '', 0, 0) ; 
INSERT INTO `wp_term_taxonomy` VALUES (141, 108, 'iregion', '', 25, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (151, 117, 'wpsc-variation', '', 115, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (147, 64, 'wpsc-variation', '', 0, 0) ; 
INSERT INTO `wp_term_taxonomy` VALUES (148, 114, 'wpsc-variation', '', 99, 12) ; 
INSERT INTO `wp_term_taxonomy` VALUES (152, 118, 'wpsc-variation', '', 115, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (153, 119, 'wpsc-variation', '', 115, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (154, 120, 'wpsc-variation', '', 115, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (155, 121, 'wpsc-variation', '', 115, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (156, 122, 'wpsc-variation', '', 0, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (157, 123, 'wpsc-variation', '', 122, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (158, 124, 'wpsc-variation', '', 122, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (159, 125, 'wpsc-variation', '', 122, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (160, 126, 'wpsc-variation', '', 0, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (161, 127, 'wpsc-variation', '', 126, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (162, 128, 'wpsc-variation', '', 126, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (163, 129, 'wpsc-variation', '', 126, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (164, 130, 'wpsc-variation', '', 0, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (165, 131, 'wpsc-variation', '', 130, 1) ; 
INSERT INTO `wp_term_taxonomy` VALUES (166, 132, 'wpsc-variation', '', 130, 1) ;
#
# End of data contents of table `wp_term_taxonomy`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_terms`
# --------------------------------------------------------


#
# Delete any existing table `wp_terms`
#

DROP TABLE IF EXISTS `wp_terms`;


#
# Table structure of table `wp_terms`
#

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`),
  UNIQUE KEY `slug` (`slug`),
  KEY `name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=133 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC ;

#
# Data contents of table `wp_terms`
#
 
INSERT INTO `wp_terms` VALUES (1, 'Uncategorized', 'uncategorized', 0) ; 
INSERT INTO `wp_terms` VALUES (2, 'Miscellaneous Links', 'miscellaneous', 0) ; 
INSERT INTO `wp_terms` VALUES (3, 'News', 'news', 0) ; 
INSERT INTO `wp_terms` VALUES (4, 'Reminders', 'reminders', 0) ; 
INSERT INTO `wp_terms` VALUES (5, 'Conservation Partners', 'conservation', 0) ; 
INSERT INTO `wp_terms` VALUES (9, 'Table of Contents', 'toc', 0) ; 
INSERT INTO `wp_terms` VALUES (7, 'Commercial Members', 'commercial', 0) ; 
INSERT INTO `wp_terms` VALUES (10, 'Featured Columns', 'columns', 0) ; 
INSERT INTO `wp_terms` VALUES (11, 'Featured Articles', 'article', 0) ; 
INSERT INTO `wp_terms` VALUES (12, 'Viewpoint', 'viewpoint', 0) ; 
INSERT INTO `wp_terms` VALUES (13, 'Chapter News', 'chapter_news', 0) ; 
INSERT INTO `wp_terms` VALUES (14, 'Animal Keepers\' Forum', 'akf', 0) ; 
INSERT INTO `wp_terms` VALUES (15, 'Expired', 'expired', 0) ; 
INSERT INTO `wp_terms` VALUES (88, 'Color', 'color', 0) ; 
INSERT INTO `wp_terms` VALUES (17, 'Private Navigation', 'private-navigation', 0) ; 
INSERT INTO `wp_terms` VALUES (18, 'Public Navigation', 'public-navigation', 0) ; 
INSERT INTO `wp_terms` VALUES (19, 'General', 'general', 0) ; 
INSERT INTO `wp_terms` VALUES (20, 'Internships', 'internships', 0) ; 
INSERT INTO `wp_terms` VALUES (21, 'Volunteer Opportunities', 'volunteer-opportunities', 0) ; 
INSERT INTO `wp_terms` VALUES (22, 'Colorado', 'colorado', 0) ; 
INSERT INTO `wp_terms` VALUES (23, 'United States', 'unitedstates', 0) ; 
INSERT INTO `wp_terms` VALUES (24, 'International', 'international', 0) ; 
INSERT INTO `wp_terms` VALUES (25, 'Canada', 'canada', 0) ; 
INSERT INTO `wp_terms` VALUES (26, 'Arizona', 'arizona', 0) ; 
INSERT INTO `wp_terms` VALUES (27, 'Alaska', 'alaska', 0) ; 
INSERT INTO `wp_terms` VALUES (28, 'Alabama', 'alabama', 0) ; 
INSERT INTO `wp_terms` VALUES (29, 'Arkansas', 'arkansas', 0) ; 
INSERT INTO `wp_terms` VALUES (30, 'California', 'california', 0) ; 
INSERT INTO `wp_terms` VALUES (31, 'Connecticut', 'connecticut', 0) ; 
INSERT INTO `wp_terms` VALUES (32, 'Washington', 'washington', 0) ; 
INSERT INTO `wp_terms` VALUES (33, 'District of Columbia', 'dc', 0) ; 
INSERT INTO `wp_terms` VALUES (35, 'Florida', 'florida', 0) ; 
INSERT INTO `wp_terms` VALUES (36, 'Georgia', 'georgia', 0) ; 
INSERT INTO `wp_terms` VALUES (37, 'Hawaii', 'hawaii', 0) ; 
INSERT INTO `wp_terms` VALUES (38, 'Illinois', 'illinois', 0) ; 
INSERT INTO `wp_terms` VALUES (39, 'Indiana', 'indiana', 0) ; 
INSERT INTO `wp_terms` VALUES (40, 'Kansas', 'kansas', 0) ; 
INSERT INTO `wp_terms` VALUES (41, 'Kentucky', 'kentucky', 0) ; 
INSERT INTO `wp_terms` VALUES (42, 'Louisiana', 'louisiana', 0) ; 
INSERT INTO `wp_terms` VALUES (43, 'Maryland', 'maryland', 0) ; 
INSERT INTO `wp_terms` VALUES (44, 'Massachusettes', 'massachusettes', 0) ; 
INSERT INTO `wp_terms` VALUES (45, 'Michigan', 'michigan', 0) ; 
INSERT INTO `wp_terms` VALUES (46, 'Minnesota', 'minnesota', 0) ; 
INSERT INTO `wp_terms` VALUES (47, 'Mississippi', 'mississippi', 0) ; 
INSERT INTO `wp_terms` VALUES (48, 'Missouri', 'missouri', 0) ; 
INSERT INTO `wp_terms` VALUES (49, 'Nebraska', 'nebraska', 0) ; 
INSERT INTO `wp_terms` VALUES (50, 'New Jersey', 'new-jersey', 0) ; 
INSERT INTO `wp_terms` VALUES (51, 'New York', 'new-york', 0) ; 
INSERT INTO `wp_terms` VALUES (52, 'North Carolina', 'north-carolina', 0) ; 
INSERT INTO `wp_terms` VALUES (53, 'Ohio', 'ohio', 0) ; 
INSERT INTO `wp_terms` VALUES (54, 'Oklahoma', 'oklahoma', 0) ; 
INSERT INTO `wp_terms` VALUES (55, 'Oregon', 'oregon', 0) ; 
INSERT INTO `wp_terms` VALUES (56, 'Pennsylvania', 'pennsylvania', 0) ; 
INSERT INTO `wp_terms` VALUES (57, 'Rhode Island', 'rhode-island', 0) ; 
INSERT INTO `wp_terms` VALUES (58, 'South Carolina', 'south-carolina', 0) ; 
INSERT INTO `wp_terms` VALUES (59, 'Tennessee', 'tennessee', 0) ; 
INSERT INTO `wp_terms` VALUES (60, 'Texas', 'texas', 0) ; 
INSERT INTO `wp_terms` VALUES (61, 'Utah', 'utah', 0) ; 
INSERT INTO `wp_terms` VALUES (62, 'Virginia', 'virginia', 0) ; 
INSERT INTO `wp_terms` VALUES (63, 'Wisconsin', 'wisconsin', 0) ; 
INSERT INTO `wp_terms` VALUES (64, 'United States', 'united-states', 0) ; 
INSERT INTO `wp_terms` VALUES (65, 'West Virginia', 'west-virginia', 0) ; 
INSERT INTO `wp_terms` VALUES (66, 'Nevada', 'nevada', 0) ; 
INSERT INTO `wp_terms` VALUES (67, 'Massachusetts', 'massachusetts', 0) ; 
INSERT INTO `wp_terms` VALUES (68, 'Idaho', 'idaho', 0) ; 
INSERT INTO `wp_terms` VALUES (69, 'District of Columbia', 'district-of-columbia', 0) ; 
INSERT INTO `wp_terms` VALUES (70, 'Delaware', 'delaware', 0) ; 
INSERT INTO `wp_terms` VALUES (71, 'Merchandise', 'merchandise', 0) ; 
INSERT INTO `wp_terms` VALUES (72, 'Tools', 'tools', 0) ; 
INSERT INTO `wp_terms` VALUES (73, 'Publications', 'publications', 0) ; 
INSERT INTO `wp_terms` VALUES (82, 'Medium', 'medium', 0) ; 
INSERT INTO `wp_terms` VALUES (83, 'Large', 'large', 0) ; 
INSERT INTO `wp_terms` VALUES (84, 'X-Large', 'x-large', 0) ; 
INSERT INTO `wp_terms` VALUES (81, 'Small', 'small', 0) ; 
INSERT INTO `wp_terms` VALUES (85, 'XXL', 'xxl', 0) ; 
INSERT INTO `wp_terms` VALUES (86, 'XXXL', 'xxxl', 0) ; 
INSERT INTO `wp_terms` VALUES (89, 'Black', 'black', 0) ; 
INSERT INTO `wp_terms` VALUES (90, 'Green', 'green', 0) ; 
INSERT INTO `wp_terms` VALUES (91, 'Sizes', 'sizes', 0) ; 
INSERT INTO `wp_terms` VALUES (92, 'Small', 'small-sizes', 0) ; 
INSERT INTO `wp_terms` VALUES (93, 'Medium', 'medium-sizes', 0) ; 
INSERT INTO `wp_terms` VALUES (94, 'Large', 'large-sizes', 0) ; 
INSERT INTO `wp_terms` VALUES (95, 'XL', 'xl', 0) ; 
INSERT INTO `wp_terms` VALUES (96, 'XXL', 'xxl-sizes', 0) ; 
INSERT INTO `wp_terms` VALUES (97, 'XXL', 'xxl-sizes-2', 0) ; 
INSERT INTO `wp_terms` VALUES (98, 'XXXL', 'xxxl-sizes', 0) ; 
INSERT INTO `wp_terms` VALUES (99, 'Shipping', 'shipping', 0) ; 
INSERT INTO `wp_terms` VALUES (100, 'Canadian', 'canadian', 0) ; 
INSERT INTO `wp_terms` VALUES (112, 'US Shipping', 'us-shipping', 0) ; 
INSERT INTO `wp_terms` VALUES (103, 'Canadian', 'canadian-cost-and-shipping', 0) ; 
INSERT INTO `wp_terms` VALUES (115, 'Carabiner Colors', 'carabiner-colors', 0) ; 
INSERT INTO `wp_terms` VALUES (106, 'North Carolina', 'north-caqrolina', 0) ; 
INSERT INTO `wp_terms` VALUES (107, 'North Dakota', 'north-dakota', 0) ; 
INSERT INTO `wp_terms` VALUES (108, 'Calgary, Alberta', 'calgary-alberta', 0) ; 
INSERT INTO `wp_terms` VALUES (113, 'None', 'none', 0) ; 
INSERT INTO `wp_terms` VALUES (114, 'United States', 'united-states-shipping', 0) ; 
INSERT INTO `wp_terms` VALUES (116, 'Black', 'black-carabiner-colors', 0) ; 
INSERT INTO `wp_terms` VALUES (117, 'Blue', 'blue', 0) ; 
INSERT INTO `wp_terms` VALUES (118, 'Pink', 'pink', 0) ; 
INSERT INTO `wp_terms` VALUES (119, 'Red', 'red', 0) ; 
INSERT INTO `wp_terms` VALUES (120, 'Teal', 'teal', 0) ; 
INSERT INTO `wp_terms` VALUES (121, 'Purple', 'purple', 0) ; 
INSERT INTO `wp_terms` VALUES (122, 'Bandana Colors', 'bandana-colors', 0) ; 
INSERT INTO `wp_terms` VALUES (123, 'Blue', 'blue-bandana-colors', 0) ; 
INSERT INTO `wp_terms` VALUES (124, 'Black', 'black-bandana-colors', 0) ; 
INSERT INTO `wp_terms` VALUES (125, 'Orange', 'orange', 0) ; 
INSERT INTO `wp_terms` VALUES (126, 'Can Coolit Colors', 'can-coolit-colors', 0) ; 
INSERT INTO `wp_terms` VALUES (127, 'Red', 'red-can-coolit-colors', 0) ; 
INSERT INTO `wp_terms` VALUES (128, 'Navy', 'navy', 0) ; 
INSERT INTO `wp_terms` VALUES (129, 'Black', 'black-can-coolit-colors', 0) ; 
INSERT INTO `wp_terms` VALUES (130, 'Clicker Color', 'clicker-color', 0) ; 
INSERT INTO `wp_terms` VALUES (131, 'Black', 'black-clicker-color', 0) ; 
INSERT INTO `wp_terms` VALUES (132, 'Orange', 'orange-clicker-color', 0) ;
#
# End of data contents of table `wp_terms`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_usermeta`
# --------------------------------------------------------


#
# Delete any existing table `wp_usermeta`
#

DROP TABLE IF EXISTS `wp_usermeta`;


#
# Table structure of table `wp_usermeta`
#

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`)
) ENGINE=MyISAM AUTO_INCREMENT=10842855 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC ;

#
# Data contents of table `wp_usermeta`
#
 
INSERT INTO `wp_usermeta` VALUES (1, 1, 'nickname', 'admin') ; 
INSERT INTO `wp_usermeta` VALUES (2, 1, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (3, 1, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (4, 1, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (5, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (6, 1, 'wp_user_level', '10') ; 
INSERT INTO `wp_usermeta` VALUES (7, 1, 'wp_usersettings', 'm0=o&m1=c&m2=c&m3=c&m4=c&m5=c&m6=c&m7=c&m8=c&editor=html&m9=c&m10=c&m11=c&align=right&m12=c&urlbutton=urlpost&m13=c&m14=c&m15=c&m16=c&m17=c&m18=c&hidetb=1&m19=c&m20=c&imgsize=full') ; 
INSERT INTO `wp_usermeta` VALUES (8, 1, 'wp_usersettingstime', '1370470780') ; 
INSERT INTO `wp_usermeta` VALUES (9, 1, 'wp_autosave_draft_ids', 'a:103:{i:-1239932966;i:3;i:-1239934888;i:6;i:-1239934974;i:8;i:-1239935047;i:10;i:-1239935131;i:12;i:-1239935200;i:14;i:-1240364196;i:17;i:-1240364264;i:20;i:-1240364293;i:22;i:-1242609417;i:25;i:-1242615447;i:28;i:-1242615555;i:29;i:-1242615641;i:33;i:-1243352761;i:69;i:-1243352973;i:72;i:-1243353198;i:75;i:-1243353765;i:82;i:-1243366128;i:88;i:-1243368619;i:95;i:-1243368913;i:98;i:-1243371868;i:102;i:-1243374741;i:106;i:-1243376480;i:112;i:-1243378210;i:116;i:-1243378403;i:120;i:-1243378723;i:125;i:-1243386928;i:136;i:-1243393008;i:153;i:-1243393509;i:158;i:-1243393598;i:160;i:-1243393776;i:163;i:-1243394331;i:168;i:-1243394972;i:171;i:-1243395104;i:173;i:-1243395216;i:175;i:-1243396868;i:178;i:-1243397054;i:182;i:-1243474029;i:192;i:-1243507059;i:200;i:-1243507129;i:202;i:-1243565176;i:224;i:-1243566487;i:232;i:-1243567016;i:239;i:-1243567586;i:244;i:-1243567803;i:247;i:-1243568202;i:250;i:-1243568462;i:254;i:-1243568703;i:258;i:-1243568916;i:261;i:-1243570305;i:265;i:-1243570531;i:267;i:-1243703194;i:275;i:-1243730846;i:278;i:-1243788158;i:292;i:-1243790487;i:303;i:-1243795615;i:309;i:-1243796743;i:316;i:-1243797822;i:324;i:-1243803741;i:356;i:-1243804679;i:359;i:-1243804699;i:361;i:-1243804719;i:363;i:-1243805665;i:365;i:-1243809044;i:387;i:-1243811469;i:395;i:-1243812071;i:398;i:-1243812218;i:403;i:-1243822443;i:415;i:-1243828251;i:425;i:-1243867249;i:435;i:-1243901747;i:451;i:-1243902976;i:460;i:-1243904951;i:467;i:-1243907628;i:475;i:-1244424040;i:493;i:-1244425001;i:496;i:-1244515824;i:509;i:-1244515990;i:511;i:-1244516035;i:513;i:-1244516107;i:515;i:-1244516149;i:517;i:-1244596362;i:523;i:-1245292905;i:548;i:-1245980117;i:558;i:-1245980501;i:561;i:-1245981011;i:565;i:-1245981975;i:575;i:-1249082676;i:596;i:-1249082961;i:598;i:-1249083600;i:607;i:-1251768691;i:639;i:-1251769476;i:640;i:-1251770109;i:647;i:-1254345198;i:692;i:-1254345428;i:694;i:-1254346315;i:701;i:-1254347100;i:709;i:-1254349279;i:712;i:-1254350063;i:717;i:-1254350191;i:719;i:-1274207065;i:1465;i:-1299856748;i:1906;i:-1361765842;i:2782;}') ; 
INSERT INTO `wp_usermeta` VALUES (10, 1, 'closedpostboxes_post', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_usermeta` VALUES (11, 1, 'metaboxhidden_post', 'a:6:{i:0;s:7:"tagsdiv";i:1;s:13:"trackbacksdiv";i:2;s:10:"postcustom";i:3;s:16:"commentstatusdiv";i:4;s:7:"slugdiv";i:5;s:9:"authordiv";}') ; 
INSERT INTO `wp_usermeta` VALUES (12, 2, 'first_name', 'AAZK') ; 
INSERT INTO `wp_usermeta` VALUES (13, 2, 'last_name', 'Editor') ; 
INSERT INTO `wp_usermeta` VALUES (14, 2, 'nickname', 'Editor') ; 
INSERT INTO `wp_usermeta` VALUES (15, 2, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (16, 2, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (17, 2, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (18, 2, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (19, 2, 'wp_user_level', '10') ; 
INSERT INTO `wp_usermeta` VALUES (20, 2, 'wp_usersettings', 'm0=o&m1=o&m2=o&m3=o&m4=c&m5=c&m6=c&m7=c&m8=c&m9=c&m10=o&m11=o&m12=o&m13=c&m14=c&editor=tinymce&imgsize=full&align=center&hidetb=1&urlbutton=urlpost') ; 
INSERT INTO `wp_usermeta` VALUES (21, 2, 'wp_usersettingstime', '1379359057') ; 
INSERT INTO `wp_usermeta` VALUES (22, 1, 'closedpostboxes_page', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (23, 1, 'metaboxhidden_page', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (60, 1, 'edit_post_per_page', '999') ; 
INSERT INTO `wp_usermeta` VALUES (24, 1, 'closedpostboxes_link', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_usermeta` VALUES (25, 1, 'metaboxhidden_link', 'a:2:{i:0;s:13:"linktargetdiv";i:1;s:10:"linkxfndiv";}') ; 
INSERT INTO `wp_usermeta` VALUES (56, 1, 'wp_dashboard_quick_press_last_post_id', '4940') ; 
INSERT INTO `wp_usermeta` VALUES (57, 1, 'managenav-menuscolumnshidden', 'a:3:{i:0;s:11:"link-target";i:1;s:3:"xfn";i:2;s:11:"description";}') ; 
INSERT INTO `wp_usermeta` VALUES (52, 1, 'aim', '') ; 
INSERT INTO `wp_usermeta` VALUES (53, 1, 'yim', '') ; 
INSERT INTO `wp_usermeta` VALUES (54, 1, 'jabber', '') ; 
INSERT INTO `wp_usermeta` VALUES (55, 1, 'dismissed_wp_pointers', 'wp340_customize_current_theme_link,wp330_saving_widgets,wp350_media,wp360_revisions,wp330_toolbar,wp340_choose_image_from_library') ; 
INSERT INTO `wp_usermeta` VALUES (28, 1, 'wpshpcrt_usr_profile', 'a:15:{i:2;s:4:"test";i:3;s:4:"test";i:4;s:4:"test";i:5;s:4:"test";i:6;s:2:"IL";i:18;s:3:"one";i:7;s:5:"62702";i:17;s:12:"217-953-4511";i:8;s:19:"jim.mayes@gmail.com";i:10;s:4:"test";i:11;s:4:"test";i:12;s:4:"test";i:13;s:11:"springfield";i:14;a:2:{i:0;s:2:"US";i:1;s:2:"29";}i:16;s:5:"62702";}') ; 
INSERT INTO `wp_usermeta` VALUES (29, 1, 'ug_per_page', 'a:1:{s:8:"RE_Pager";a:1:{s:7:"default";i:25;}}') ; 
INSERT INTO `wp_usermeta` VALUES (30, 1, 'closedpostboxes_dashboard', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_usermeta` VALUES (31, 1, 'metaboxhidden_dashboard', 'a:5:{i:0;s:21:"dashboard_quick_press";i:1;s:17:"dashboard_primary";i:2;s:19:"dashboard_secondary";i:3;s:17:"dashboard_plugins";i:4;s:13:"yst_db_widget";}') ; 
INSERT INTO `wp_usermeta` VALUES (47, 1, 'first_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (48, 1, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (49, 1, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (50, 1, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (51, 1, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33, 2, 'closedpostboxes_dashboard', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (34, 2, 'metaboxhidden_dashboard', 'a:1:{i:0;s:21:"dashboard_quick_press";}') ; 
INSERT INTO `wp_usermeta` VALUES (45, 1, 'wp_user-settings', 'm0=o&m1=c&m2=c&m3=c&m4=c&m5=c&m6=c&m7=c&m8=c&editor=tinymce&m9=c&m10=c&m11=c&align=none&m12=c&urlbutton=none&m13=c&m14=c&m15=c&m16=c&m17=c&m18=c&hidetb=1&m19=c&m20=c&imgsize=full&libraryContent=browse&ed_size=525&wplink=1') ; 
INSERT INTO `wp_usermeta` VALUES (46, 1, 'wp_user-settings-time', '1388767952') ; 
INSERT INTO `wp_usermeta` VALUES (36, 2, 'closedpostboxes_page', 'a:1:{i:0;s:8:"mappress";}') ; 
INSERT INTO `wp_usermeta` VALUES (37, 2, 'metaboxhidden_page', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (38, 2, 'wp_autosave_draft_ids', 'a:78:{i:-1330617938;i:2397;i:-1330618099;i:2400;i:-1330618901;i:2405;i:-1331169865;i:2415;i:-1333125516;i:2421;i:-1333125674;i:2424;i:-1334418447;i:2443;i:-1334418999;i:2452;i:-1336057704;i:2454;i:-1336057944;i:2458;i:-1336059567;i:2467;i:-1339097593;i:2474;i:-1339098733;i:2483;i:-1339098912;i:2486;i:-1341412263;i:2500;i:-1341412681;i:2503;i:-1341413107;i:2506;i:-1341414046;i:2514;i:-1341416312;i:2519;i:-1341584764;i:2526;i:-1343833984;i:2535;i:-1343834091;i:2538;i:-1343834541;i:2542;i:-1346254665;i:2553;i:-1346459357;i:2560;i:-1346459458;i:2563;i:-1346460496;i:2571;i:-1346852938;i:2578;i:-1349094743;i:2581;i:-1349094801;i:2582;i:-1349094909;i:2586;i:-1349095137;i:2590;i:-1351222102;i:2611;i:-1351222449;i:2617;i:-1351895570;i:2622;i:-1351895647;i:2624;i:-1351896627;i:2628;i:-1353018684;i:2633;i:-1353080962;i:2638;i:-1353595430;i:2642;i:-1354460570;i:2646;i:-1354461410;i:2649;i:-1354461956;i:2657;i:-1354558732;i:2663;i:-1356705307;i:2685;i:-1356708409;i:2704;i:-1356793319;i:2709;i:-1356793448;i:2714;i:-1356794375;i:2721;i:-1357829367;i:2733;i:-1358546607;i:2741;i:-1358770375;i:2754;i:-1359666900;i:2768;i:-1359667174;i:2770;i:-1360854939;i:2778;i:-1361803044;i:2799;i:-1361804293;i:2806;i:-1361804827;i:2810;i:-1363778449;i:2820;i:-1363780329;i:2828;i:-1365103025;i:2835;i:-1369928175;i:2843;i:-1372261063;i:2871;i:-1372707956;i:2881;i:-1372708416;i:2883;i:-1372708660;i:2884;i:-1372709115;i:2885;i:-1372709492;i:2886;i:-1372779397;i:2888;i:-1372779422;i:2889;i:-1372781751;i:2898;i:-1372782418;i:2902;i:-1373401088;i:2913;i:-1375721042;i:2957;i:-1377109264;i:2969;i:-1378317158;i:2972;i:-1378317319;i:2977;i:-1378317432;i:2981;}') ; 
INSERT INTO `wp_usermeta` VALUES (39, 2, 'closedpostboxes_editproduct', 'a:1:{i:0;s:16:"product_download";}') ; 
INSERT INTO `wp_usermeta` VALUES (40, 2, 'metaboxhidden_editproduct', 'a:1:{i:0;s:0:"";}') ; 
INSERT INTO `wp_usermeta` VALUES (41, 2, 'wpshpcrt_usr_profile', 'a:15:{i:2;s:6:"Denise";i:3;s:6:"Wagner";i:4;s:18:"1640 N. Queensbury";i:5;s:4:"Mesa";i:6;s:2:"AZ";i:18;s:2:"US";i:7;s:5:"85201";i:17;s:12:"602-330-5686";i:8;s:14:"oricou@cox.net";i:10;s:6:"Denise";i:11;s:6:"Wagner";i:12;s:18:"1640 N. Queensbury";i:13;s:4:"Mesa";i:14;a:2:{i:0;s:2:"US";i:1;s:2:"16";}i:16;s:5:"85201";}') ; 
INSERT INTO `wp_usermeta` VALUES (42, 2, 'closedpostboxes_post', 'a:1:{i:0;s:16:"tagsdiv-post_tag";}') ; 
INSERT INTO `wp_usermeta` VALUES (43, 2, 'metaboxhidden_post', 'a:7:{i:0;s:11:"categorydiv";i:1;s:11:"postexcerpt";i:2;s:13:"trackbacksdiv";i:3;s:10:"postcustom";i:4;s:16:"commentstatusdiv";i:5;s:7:"slugdiv";i:6;s:9:"authordiv";}') ; 
INSERT INTO `wp_usermeta` VALUES (44, 2, 'jabber', 'Editor') ; 
INSERT INTO `wp_usermeta` VALUES (58, 1, 'metaboxhidden_nav-menus', 'a:6:{i:0;s:8:"add-post";i:1;s:15:"add-custom_type";i:2;s:12:"add-post_tag";i:3;s:15:"add-post_format";i:4;s:14:"add-custom_cat";i:5;s:14:"add-custom_tag";}') ; 
INSERT INTO `wp_usermeta` VALUES (59, 1, 'edit_page_per_page', '999') ; 
INSERT INTO `wp_usermeta` VALUES (63, 1, 'closedpostboxes_toplevel_page_events-manager', 'a:7:{i:0;s:27:"div_event_page_title_format";i:1;s:29:"div_event_single_event_format";i:2;s:34:"div_event_contactperson_email_body";i:3;s:39:"div_event_registration_recorded_ok_html";i:4;s:31:"div_event_respondent_email_body";i:5;s:41:"div_event_registration_pending_email_body";i:6;s:34:"div_event_registration_form_format";}') ; 
INSERT INTO `wp_usermeta` VALUES (66, 1, 'closedpostboxes_events_page_eme-new_event', 'a:2:{i:0;s:29:"div_event_single_event_format";i:1;s:34:"div_event_registration_form_format";}') ; 
INSERT INTO `wp_usermeta` VALUES (183, 1, 'closedpostboxes_slides', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (184, 1, 'metaboxhidden_slides', 'a:1:{i:0;s:7:"slugdiv";}') ; 
INSERT INTO `wp_usermeta` VALUES (64, 1, 'metaboxhidden_toplevel_page_events-manager', 'a:1:{i:0;s:19:"div_recurrence_date";}') ; 
INSERT INTO `wp_usermeta` VALUES (65, 1, 'meta-box-order_toplevel_page_events-manager', 'a:2:{s:4:"side";s:4:",,,,";s:4:"post";s:385:"titlediv,div_event_date,div_recurrence_date,div_event_time,div_event_page_title_format,div_event_single_event_format,div_event_contactperson_email_body,div_event_registration_recorded_ok_html,div_event_respondent_email_body,div_event_registration_pending_email_body,div_event_registration_form_format,div_location_name,div_event_notes,div_event_image,div_event_attributes,div_event_url";}') ; 
INSERT INTO `wp_usermeta` VALUES (67, 1, 'metaboxhidden_events_page_eme-new_event', 'a:1:{i:0;s:19:"div_recurrence_date";}') ; 
INSERT INTO `wp_usermeta` VALUES (30378, 1311, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (30379, 1311, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"December 4, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (69, 1, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"January 5, 2014";s:5:"month";i:1;s:7:"alltime";i:22;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (70, 1, 'pmpro_views', 'a:4:{s:4:"last";s:15:"January 7, 2014";s:5:"month";i:20;s:7:"alltime";i:5889;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (71, 1, 'nav_menu_recently_edited', '17') ; 
INSERT INTO `wp_usermeta` VALUES (72, 1, 'pmpro_bfirstname', 'Jameel') ; 
INSERT INTO `wp_usermeta` VALUES (73, 1, 'pmpro_blastname', '') ; 
INSERT INTO `wp_usermeta` VALUES (74, 1, 'pmpro_baddress1', '') ; 
INSERT INTO `wp_usermeta` VALUES (75, 1, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (76, 1, 'pmpro_bcity', '') ; 
INSERT INTO `wp_usermeta` VALUES (77, 1, 'pmpro_bstate', '') ; 
INSERT INTO `wp_usermeta` VALUES (78, 1, 'pmpro_bzipcode', '') ; 
INSERT INTO `wp_usermeta` VALUES (79, 1, 'pmpro_bcountry', '') ; 
INSERT INTO `wp_usermeta` VALUES (80, 1, 'pmpro_bphone', '5205916844') ; 
INSERT INTO `wp_usermeta` VALUES (81, 1, 'pmpro_bemail', 'jameel@gowebsolutions.com') ; 
INSERT INTO `wp_usermeta` VALUES (82, 1, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (83, 1, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-5463') ; 
INSERT INTO `wp_usermeta` VALUES (84, 1, 'pmpro_ExpirationMonth', '12') ; 
INSERT INTO `wp_usermeta` VALUES (85, 1, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (87, 3, 'first_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (86, 1, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"January 7, 2014";s:5:"month";i:6;s:7:"alltime";i:88;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (88, 3, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (89, 3, 'nickname', 'jobservice') ; 
INSERT INTO `wp_usermeta` VALUES (90, 3, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (91, 3, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (92, 3, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (93, 3, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (94, 3, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (95, 3, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (96, 3, 'wp_capabilities', 'a:1:{s:6:"author";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (97, 3, 'wp_user_level', '2') ; 
INSERT INTO `wp_usermeta` VALUES (98, 3, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (32224, 2700, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (32231, 903, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31783, 2387, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (31784, 2387, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (31785, 2387, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31786, 2387, 'nickname', 'aazkuser10724') ; 
INSERT INTO `wp_usermeta` VALUES (31787, 2387, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31788, 2387, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31789, 2387, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31790, 2387, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31791, 2387, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31792, 2387, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31793, 2387, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31794, 2387, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (199974, 937, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199975, 937, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199976, 937, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199977, 937, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199978, 937, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjFmY2FhMmY1YmQ3ZjgzMjhhOWI0Y2YyYjU1NDI5MGJmNzY4ZTYzZjEiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (32221, 2402, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 11, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (32222, 2402, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 11, 2013";s:5:"month";i:42;s:7:"alltime";i:42;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (199979, 1061, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200029, 497, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6Ijk0Mzk3YWIyYjBhNTIyZjFhNGVmZThmMGRhNzZlNTUyYjI1ZGZmZTQiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (32223, 1839, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (185, 1, 'profile_update', '1383686590') ; 
INSERT INTO `wp_usermeta` VALUES (155, 1, 'pmpro_sendmail', 'NO') ; 
INSERT INTO `wp_usermeta` VALUES (160, 1, 'uxf_organization', 'Go! Web Solutions, Inc') ; 
INSERT INTO `wp_usermeta` VALUES (161, 1, 'closedpostboxes_chapters', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (162, 1, 'metaboxhidden_chapters', 'a:1:{i:0;s:7:"slugdiv";}') ; 
INSERT INTO `wp_usermeta` VALUES (156, 1, 'wp_wpsc_settings_selected_payment_gateway', 'wpsc_merchant_paypal_standard') ; 
INSERT INTO `wp_usermeta` VALUES (159, 1, 'screen_layout_chapters', '2') ; 
INSERT INTO `wp_usermeta` VALUES (157, 1, 'wp_wpsc_settings_selected_shipping_module', 'ups') ; 
INSERT INTO `wp_usermeta` VALUES (158, 1, 'meta-box-order_chapters', 'a:3:{s:4:"side";s:32:"submitdiv,regiondiv,postimagediv";s:6:"normal";s:71:"postexcerpt,trackbacksdiv,postcustom,commentstatusdiv,slugdiv,authordiv";s:8:"advanced";s:0:"";}') ; 
INSERT INTO `wp_usermeta` VALUES (163, 1, 'closedpostboxes_institutional', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (164, 1, 'metaboxhidden_institutional', 'a:1:{i:0;s:7:"slugdiv";}') ; 
INSERT INTO `wp_usermeta` VALUES (165, 2, 'pmpro_bfirstname', 'Ed') ; 
INSERT INTO `wp_usermeta` VALUES (166, 2, 'pmpro_blastname', 'Hansen: AAZK') ; 
INSERT INTO `wp_usermeta` VALUES (167, 2, 'pmpro_baddress1', '8476 E. Speedway Blvd. Ste 204') ; 
INSERT INTO `wp_usermeta` VALUES (168, 2, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (169, 2, 'pmpro_bcity', 'Tucson') ; 
INSERT INTO `wp_usermeta` VALUES (170, 2, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (171, 2, 'pmpro_bzipcode', '85710-1728') ; 
INSERT INTO `wp_usermeta` VALUES (172, 2, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (173, 2, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (174, 2, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (175, 2, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (176, 2, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (177, 2, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (178, 2, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"August 19, 2014";s:5:"month";i:54;s:7:"alltime";i:999;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (180, 2, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"August 19, 2014";s:5:"month";i:25;s:7:"alltime";i:515;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (181, 2, 'pmpro_views', 'a:4:{s:4:"last";s:15:"August 19, 2014";s:5:"month";i:207;s:7:"alltime";i:4651;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (182, 2, 'wp_dashboard_quick_press_last_post_id', '6320') ; 
INSERT INTO `wp_usermeta` VALUES (186, 2, 'profile_update', '1389201919') ; 
INSERT INTO `wp_usermeta` VALUES (187, 6, 'pmpro_bfirstname', 'Aaron') ; 
INSERT INTO `wp_usermeta` VALUES (188, 6, 'pmpro_blastname', 'Jesue') ; 
INSERT INTO `wp_usermeta` VALUES (189, 6, 'first_name', 'Aaron') ; 
INSERT INTO `wp_usermeta` VALUES (190, 6, 'last_name', 'Jesue') ; 
INSERT INTO `wp_usermeta` VALUES (191, 6, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (192, 6, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (193, 6, 'pmpro_baddress1', '2118 Regency Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (194, 6, 'pmpro_bcity', 'Randleman') ; 
INSERT INTO `wp_usermeta` VALUES (195, 6, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (196, 6, 'pmpro_bzipcode', '27317') ; 
INSERT INTO `wp_usermeta` VALUES (197, 7, 'pmpro_bfirstname', 'Aaron') ; 
INSERT INTO `wp_usermeta` VALUES (198, 7, 'pmpro_blastname', 'Young') ; 
INSERT INTO `wp_usermeta` VALUES (199, 7, 'first_name', 'Aaron') ; 
INSERT INTO `wp_usermeta` VALUES (200, 7, 'last_name', 'Young') ; 
INSERT INTO `wp_usermeta` VALUES (201, 7, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (202, 7, 'pmpro_bstate', 'ID') ; 
INSERT INTO `wp_usermeta` VALUES (203, 7, 'pmpro_baddress1', 'P.O. Box 50220') ; 
INSERT INTO `wp_usermeta` VALUES (204, 7, 'pmpro_bcity', 'Idaho Falls') ; 
INSERT INTO `wp_usermeta` VALUES (205, 7, 'uxf_organization', 'Tautphaus Park Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (206, 7, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (207, 7, 'pmpro_bzipcode', '83405') ; 
INSERT INTO `wp_usermeta` VALUES (208, 8, 'pmpro_bfirstname', 'Aaron') ; 
INSERT INTO `wp_usermeta` VALUES (209, 8, 'pmpro_blastname', 'Van Gorp') ; 
INSERT INTO `wp_usermeta` VALUES (210, 8, 'first_name', 'Aaron') ; 
INSERT INTO `wp_usermeta` VALUES (211, 8, 'last_name', 'Van Gorp') ; 
INSERT INTO `wp_usermeta` VALUES (212, 8, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (213, 8, 'pmpro_bstate', 'IA') ; 
INSERT INTO `wp_usermeta` VALUES (214, 8, 'pmpro_baddress1', '110 Morningside Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (215, 8, 'pmpro_bcity', 'Pella') ; 
INSERT INTO `wp_usermeta` VALUES (216, 8, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (217, 8, 'pmpro_bzipcode', '50219') ; 
INSERT INTO `wp_usermeta` VALUES (10829070, 1242, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"June 26, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (10829120, 1460, '_yoast_wpseo_profile_updated', '1404161005') ; 
INSERT INTO `wp_usermeta` VALUES (10829068, 1242, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"June 26, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (228, 10, 'pmpro_bfirstname', 'Aaron') ; 
INSERT INTO `wp_usermeta` VALUES (229, 10, 'pmpro_blastname', 'Snyder') ; 
INSERT INTO `wp_usermeta` VALUES (230, 10, 'first_name', 'Aaron') ; 
INSERT INTO `wp_usermeta` VALUES (231, 10, 'last_name', 'Snyder') ; 
INSERT INTO `wp_usermeta` VALUES (232, 10, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (233, 10, 'pmpro_bstate', 'NH') ; 
INSERT INTO `wp_usermeta` VALUES (234, 10, 'pmpro_baddress1', 'P.O. Box 173') ; 
INSERT INTO `wp_usermeta` VALUES (235, 10, 'pmpro_bcity', 'Holderness') ; 
INSERT INTO `wp_usermeta` VALUES (236, 10, 'uxf_organization', 'Squam Lakes Natural Science Center') ; 
INSERT INTO `wp_usermeta` VALUES (237, 10, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (238, 10, 'pmpro_bzipcode', '3245') ; 
INSERT INTO `wp_usermeta` VALUES (239, 11, 'pmpro_bfirstname', 'Aaron') ; 
INSERT INTO `wp_usermeta` VALUES (240, 11, 'pmpro_blastname', 'Stone') ; 
INSERT INTO `wp_usermeta` VALUES (241, 11, 'first_name', 'Aaron') ; 
INSERT INTO `wp_usermeta` VALUES (242, 11, 'last_name', 'Stone') ; 
INSERT INTO `wp_usermeta` VALUES (243, 11, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (244, 11, 'pmpro_bstate', 'IA') ; 
INSERT INTO `wp_usermeta` VALUES (245, 11, 'pmpro_baddress1', '310 NW Horizon Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (246, 11, 'pmpro_bcity', 'Ankeny') ; 
INSERT INTO `wp_usermeta` VALUES (247, 11, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (248, 11, 'pmpro_bzipcode', '50023') ; 
INSERT INTO `wp_usermeta` VALUES (249, 12, 'pmpro_bfirstname', 'Abbey') ; 
INSERT INTO `wp_usermeta` VALUES (250, 12, 'pmpro_blastname', 'Elkert') ; 
INSERT INTO `wp_usermeta` VALUES (251, 12, 'first_name', 'Abbey') ; 
INSERT INTO `wp_usermeta` VALUES (252, 12, 'last_name', 'Elkert') ; 
INSERT INTO `wp_usermeta` VALUES (253, 12, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (254, 12, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (255, 12, 'pmpro_baddress1', '5624 Kentwood Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (256, 12, 'pmpro_bcity', 'Knoxville') ; 
INSERT INTO `wp_usermeta` VALUES (257, 12, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (258, 12, 'pmpro_bzipcode', '37912') ; 
INSERT INTO `wp_usermeta` VALUES (259, 13, 'pmpro_bfirstname', 'Abbi') ; 
INSERT INTO `wp_usermeta` VALUES (260, 13, 'pmpro_blastname', 'Macmurdo') ; 
INSERT INTO `wp_usermeta` VALUES (261, 13, 'first_name', 'Abbi') ; 
INSERT INTO `wp_usermeta` VALUES (262, 13, 'last_name', 'Davis') ; 
INSERT INTO `wp_usermeta` VALUES (263, 13, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (264, 13, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (265, 13, 'pmpro_baddress1', '28399 Island Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (266, 13, 'pmpro_bcity', 'Lacombe') ; 
INSERT INTO `wp_usermeta` VALUES (267, 13, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (268, 13, 'pmpro_bzipcode', '70445-2639') ; 
INSERT INTO `wp_usermeta` VALUES (269, 14, 'pmpro_bfirstname', 'Abbie') ; 
INSERT INTO `wp_usermeta` VALUES (270, 14, 'pmpro_blastname', 'Knudsen') ; 
INSERT INTO `wp_usermeta` VALUES (271, 14, 'first_name', 'Abbie') ; 
INSERT INTO `wp_usermeta` VALUES (272, 14, 'last_name', 'Knudsen') ; 
INSERT INTO `wp_usermeta` VALUES (273, 15, 'pmpro_bfirstname', 'Abby') ; 
INSERT INTO `wp_usermeta` VALUES (274, 15, 'pmpro_blastname', 'Clifford: Brandywine Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (275, 15, 'first_name', 'Abby') ; 
INSERT INTO `wp_usermeta` VALUES (276, 15, 'last_name', 'Clifford') ; 
INSERT INTO `wp_usermeta` VALUES (277, 15, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (278, 15, 'pmpro_bstate', 'DE') ; 
INSERT INTO `wp_usermeta` VALUES (279, 15, 'pmpro_baddress1', '1001 N. Park Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (280, 15, 'pmpro_bcity', 'Wilmington') ; 
INSERT INTO `wp_usermeta` VALUES (281, 15, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (282, 15, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (283, 15, 'pmpro_bzipcode', '19802') ; 
INSERT INTO `wp_usermeta` VALUES (284, 16, 'pmpro_bfirstname', 'Abigail') ; 
INSERT INTO `wp_usermeta` VALUES (285, 16, 'pmpro_blastname', 'Robbins') ; 
INSERT INTO `wp_usermeta` VALUES (286, 16, 'first_name', 'Abigail') ; 
INSERT INTO `wp_usermeta` VALUES (287, 16, 'last_name', 'Robbins') ; 
INSERT INTO `wp_usermeta` VALUES (288, 16, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (289, 16, 'pmpro_bstate', 'RI') ; 
INSERT INTO `wp_usermeta` VALUES (290, 16, 'pmpro_baddress1', '124 Pidge Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (291, 16, 'pmpro_bcity', 'Pawtucket') ; 
INSERT INTO `wp_usermeta` VALUES (292, 16, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (293, 16, 'pmpro_bzipcode', '2860') ; 
INSERT INTO `wp_usermeta` VALUES (294, 17, 'pmpro_bfirstname', 'Abigail') ; 
INSERT INTO `wp_usermeta` VALUES (295, 17, 'pmpro_blastname', 'Carr') ; 
INSERT INTO `wp_usermeta` VALUES (296, 17, 'first_name', 'Abigail') ; 
INSERT INTO `wp_usermeta` VALUES (297, 17, 'last_name', 'Carr') ; 
INSERT INTO `wp_usermeta` VALUES (298, 17, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (299, 17, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (300, 17, 'pmpro_baddress1', '215 Spanish Tr Apt F') ; 
INSERT INTO `wp_usermeta` VALUES (301, 17, 'pmpro_bcity', 'Rochester') ; 
INSERT INTO `wp_usermeta` VALUES (302, 17, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (303, 17, 'pmpro_bzipcode', '14612-4627') ; 
INSERT INTO `wp_usermeta` VALUES (304, 18, 'pmpro_bfirstname', 'Adam') ; 
INSERT INTO `wp_usermeta` VALUES (305, 18, 'pmpro_blastname', 'Keniger') ; 
INSERT INTO `wp_usermeta` VALUES (306, 18, 'first_name', 'Adam') ; 
INSERT INTO `wp_usermeta` VALUES (307, 18, 'last_name', 'Keniger') ; 
INSERT INTO `wp_usermeta` VALUES (308, 18, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (309, 18, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (310, 18, 'pmpro_baddress1', '7056 W. 113th St.') ; 
INSERT INTO `wp_usermeta` VALUES (311, 18, 'pmpro_bcity', 'Bloomington') ; 
INSERT INTO `wp_usermeta` VALUES (312, 18, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (313, 18, 'pmpro_bzipcode', '55438') ; 
INSERT INTO `wp_usermeta` VALUES (314, 19, 'pmpro_bfirstname', 'Adam') ; 
INSERT INTO `wp_usermeta` VALUES (315, 19, 'pmpro_blastname', 'Fink') ; 
INSERT INTO `wp_usermeta` VALUES (316, 19, 'first_name', 'Adam') ; 
INSERT INTO `wp_usermeta` VALUES (317, 19, 'last_name', 'Fink') ; 
INSERT INTO `wp_usermeta` VALUES (318, 19, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (319, 19, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (320, 19, 'pmpro_baddress1', '1110 Vine Ave') ; 
INSERT INTO `wp_usermeta` VALUES (321, 19, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (322, 19, 'pmpro_bcity', 'Martinez') ; 
INSERT INTO `wp_usermeta` VALUES (323, 19, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (324, 19, 'pmpro_bzipcode', '94553') ; 
INSERT INTO `wp_usermeta` VALUES (325, 20, 'pmpro_bfirstname', 'Adam') ; 
INSERT INTO `wp_usermeta` VALUES (326, 20, 'pmpro_blastname', 'Cheek') ; 
INSERT INTO `wp_usermeta` VALUES (327, 20, 'first_name', 'Adam') ; 
INSERT INTO `wp_usermeta` VALUES (328, 20, 'last_name', 'Cheek') ; 
INSERT INTO `wp_usermeta` VALUES (329, 20, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (330, 20, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (331, 20, 'pmpro_baddress1', '32 Warren Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (332, 20, 'pmpro_bcity', 'Ashland') ; 
INSERT INTO `wp_usermeta` VALUES (333, 20, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (334, 20, 'pmpro_bzipcode', '1721') ; 
INSERT INTO `wp_usermeta` VALUES (346, 22, 'pmpro_bfirstname', 'Adriana') ; 
INSERT INTO `wp_usermeta` VALUES (347, 22, 'pmpro_blastname', 'De Los Santos') ; 
INSERT INTO `wp_usermeta` VALUES (348, 22, 'first_name', 'Adriana') ; 
INSERT INTO `wp_usermeta` VALUES (349, 22, 'last_name', 'De Los Santos') ; 
INSERT INTO `wp_usermeta` VALUES (350, 22, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (351, 22, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (352, 22, 'pmpro_baddress1', '11850 Edgewater Dr.  #817') ; 
INSERT INTO `wp_usermeta` VALUES (353, 22, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (354, 22, 'pmpro_bcity', 'Lakewood') ; 
INSERT INTO `wp_usermeta` VALUES (355, 22, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (356, 22, 'pmpro_bzipcode', '44107') ; 
INSERT INTO `wp_usermeta` VALUES (357, 23, 'pmpro_bfirstname', 'Adrienne') ; 
INSERT INTO `wp_usermeta` VALUES (358, 23, 'pmpro_blastname', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (359, 23, 'first_name', 'Adrienne') ; 
INSERT INTO `wp_usermeta` VALUES (360, 23, 'last_name', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (361, 23, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (362, 23, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (363, 23, 'pmpro_baddress1', '121 NE 45th St.') ; 
INSERT INTO `wp_usermeta` VALUES (364, 23, 'pmpro_bcity', 'Ft. Lauderdale') ; 
INSERT INTO `wp_usermeta` VALUES (365, 23, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (366, 23, 'pmpro_bzipcode', '33334') ; 
INSERT INTO `wp_usermeta` VALUES (367, 24, 'pmpro_bfirstname', 'Adrienne') ; 
INSERT INTO `wp_usermeta` VALUES (368, 24, 'pmpro_blastname', 'Mrsny') ; 
INSERT INTO `wp_usermeta` VALUES (369, 24, 'first_name', 'Adrienne') ; 
INSERT INTO `wp_usermeta` VALUES (370, 24, 'last_name', 'Mrsny') ; 
INSERT INTO `wp_usermeta` VALUES (371, 24, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (372, 24, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (373, 24, 'pmpro_baddress1', '515 Buena Vista Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (374, 24, 'pmpro_bcity', 'Redwood City') ; 
INSERT INTO `wp_usermeta` VALUES (375, 24, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (376, 24, 'pmpro_bzipcode', '94061') ; 
INSERT INTO `wp_usermeta` VALUES (377, 25, 'pmpro_bfirstname', 'Agnes') ; 
INSERT INTO `wp_usermeta` VALUES (378, 25, 'pmpro_blastname', 'Overbaugh') ; 
INSERT INTO `wp_usermeta` VALUES (379, 25, 'first_name', 'Agnes') ; 
INSERT INTO `wp_usermeta` VALUES (380, 25, 'last_name', 'Overbaugh') ; 
INSERT INTO `wp_usermeta` VALUES (381, 25, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (382, 25, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (383, 25, 'pmpro_baddress1', '5901 Phinney Ave N.  #104') ; 
INSERT INTO `wp_usermeta` VALUES (384, 25, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (385, 25, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (386, 25, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (387, 25, 'pmpro_bzipcode', '98103') ; 
INSERT INTO `wp_usermeta` VALUES (388, 26, 'pmpro_bfirstname', 'Aimee') ; 
INSERT INTO `wp_usermeta` VALUES (389, 26, 'pmpro_blastname', 'Nelson') ; 
INSERT INTO `wp_usermeta` VALUES (390, 26, 'first_name', 'Aimee') ; 
INSERT INTO `wp_usermeta` VALUES (391, 26, 'last_name', 'Nelson') ; 
INSERT INTO `wp_usermeta` VALUES (392, 26, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (393, 26, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (394, 26, 'pmpro_baddress1', '1506 Louisedale Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (395, 26, 'pmpro_bcity', 'Ft. Wayne') ; 
INSERT INTO `wp_usermeta` VALUES (396, 26, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (397, 26, 'pmpro_bzipcode', '46808') ; 
INSERT INTO `wp_usermeta` VALUES (398, 27, 'pmpro_bfirstname', 'Aimee') ; 
INSERT INTO `wp_usermeta` VALUES (399, 27, 'pmpro_blastname', 'Buehler') ; 
INSERT INTO `wp_usermeta` VALUES (400, 27, 'first_name', 'Aimee') ; 
INSERT INTO `wp_usermeta` VALUES (401, 27, 'last_name', 'Buehler') ; 
INSERT INTO `wp_usermeta` VALUES (402, 27, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (403, 27, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (404, 27, 'pmpro_baddress1', '404 W. Bennett Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (405, 27, 'pmpro_bcity', 'Glendora') ; 
INSERT INTO `wp_usermeta` VALUES (406, 27, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (407, 27, 'pmpro_bzipcode', '91741') ; 
INSERT INTO `wp_usermeta` VALUES (408, 28, 'pmpro_bfirstname', 'Aimee') ; 
INSERT INTO `wp_usermeta` VALUES (409, 28, 'pmpro_blastname', 'Goldcamp') ; 
INSERT INTO `wp_usermeta` VALUES (410, 28, 'first_name', 'Aimee') ; 
INSERT INTO `wp_usermeta` VALUES (411, 28, 'last_name', 'Goldcamp') ; 
INSERT INTO `wp_usermeta` VALUES (412, 28, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (413, 28, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (414, 28, 'pmpro_baddress1', '4339 Aragon Way') ; 
INSERT INTO `wp_usermeta` VALUES (415, 28, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (416, 28, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (417, 28, 'pmpro_bzipcode', '92115') ; 
INSERT INTO `wp_usermeta` VALUES (418, 29, 'pmpro_bfirstname', 'Aimee M.') ; 
INSERT INTO `wp_usermeta` VALUES (419, 29, 'pmpro_blastname', 'King') ; 
INSERT INTO `wp_usermeta` VALUES (420, 29, 'first_name', 'Aimee M.') ; 
INSERT INTO `wp_usermeta` VALUES (421, 29, 'last_name', 'King') ; 
INSERT INTO `wp_usermeta` VALUES (422, 29, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (423, 29, 'pmpro_bstate', 'Tn') ; 
INSERT INTO `wp_usermeta` VALUES (424, 29, 'pmpro_baddress1', '2853 DeVault Bridge Rd') ; 
INSERT INTO `wp_usermeta` VALUES (425, 29, 'pmpro_bcity', 'Piney Flats ') ; 
INSERT INTO `wp_usermeta` VALUES (426, 29, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (427, 29, 'pmpro_bzipcode', '37686') ; 
INSERT INTO `wp_usermeta` VALUES (428, 30, 'pmpro_bfirstname', 'Alan G.') ; 
INSERT INTO `wp_usermeta` VALUES (429, 30, 'pmpro_blastname', 'Holst') ; 
INSERT INTO `wp_usermeta` VALUES (430, 30, 'first_name', 'Alan G.') ; 
INSERT INTO `wp_usermeta` VALUES (431, 30, 'last_name', 'Holst') ; 
INSERT INTO `wp_usermeta` VALUES (432, 30, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (433, 30, 'pmpro_bstate', 'IA') ; 
INSERT INTO `wp_usermeta` VALUES (434, 30, 'pmpro_baddress1', '2911 Twin City Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (435, 30, 'pmpro_bcity', 'Council Bluffs') ; 
INSERT INTO `wp_usermeta` VALUES (436, 30, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (437, 30, 'pmpro_bzipcode', '51501-8529') ; 
INSERT INTO `wp_usermeta` VALUES (438, 31, 'pmpro_bfirstname', 'Alanna') ; 
INSERT INTO `wp_usermeta` VALUES (439, 31, 'pmpro_blastname', 'Ferguson') ; 
INSERT INTO `wp_usermeta` VALUES (440, 31, 'first_name', 'Alanna') ; 
INSERT INTO `wp_usermeta` VALUES (441, 31, 'last_name', 'Ferguson') ; 
INSERT INTO `wp_usermeta` VALUES (442, 31, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (443, 31, 'pmpro_bstate', 'NH') ; 
INSERT INTO `wp_usermeta` VALUES (444, 31, 'pmpro_baddress1', '22 Bramley Hill Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (445, 31, 'pmpro_bcity', 'Windham') ; 
INSERT INTO `wp_usermeta` VALUES (446, 31, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (447, 31, 'pmpro_bzipcode', '3087') ; 
INSERT INTO `wp_usermeta` VALUES (448, 32, 'pmpro_bfirstname', 'Albert J.') ; 
INSERT INTO `wp_usermeta` VALUES (449, 32, 'pmpro_blastname', 'D\\\'Ercole') ; 
INSERT INTO `wp_usermeta` VALUES (450, 32, 'first_name', 'Albert J.') ; 
INSERT INTO `wp_usermeta` VALUES (451, 32, 'last_name', 'D\\\'Ercole') ; 
INSERT INTO `wp_usermeta` VALUES (452, 32, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (453, 32, 'pmpro_bstate', 'RI') ; 
INSERT INTO `wp_usermeta` VALUES (454, 32, 'pmpro_baddress1', '117 Fair St.  #4') ; 
INSERT INTO `wp_usermeta` VALUES (455, 32, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (456, 32, 'pmpro_bcity', 'Warwick') ; 
INSERT INTO `wp_usermeta` VALUES (457, 32, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (458, 32, 'pmpro_bzipcode', '2888') ; 
INSERT INTO `wp_usermeta` VALUES (459, 33, 'pmpro_bfirstname', 'Alberto') ; 
INSERT INTO `wp_usermeta` VALUES (460, 33, 'pmpro_blastname', 'Gonzalez') ; 
INSERT INTO `wp_usermeta` VALUES (461, 33, 'first_name', 'Alberto') ; 
INSERT INTO `wp_usermeta` VALUES (462, 33, 'last_name', 'Gonzalez') ; 
INSERT INTO `wp_usermeta` VALUES (463, 33, 'pmpro_bcountry', 'United Arab Emerates') ; 
INSERT INTO `wp_usermeta` VALUES (464, 33, 'pmpro_baddress1', 'PO Box 1200') ; 
INSERT INTO `wp_usermeta` VALUES (465, 33, 'pmpro_bcity', 'Alain ') ; 
INSERT INTO `wp_usermeta` VALUES (466, 33, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (467, 33, 'pmpro_bzipcode', '050 8113349') ; 
INSERT INTO `wp_usermeta` VALUES (468, 33, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (469, 33, 'uxf_akf', 'PRINT') ; 
INSERT INTO `wp_usermeta` VALUES (470, 34, 'pmpro_bfirstname', 'Alec') ; 
INSERT INTO `wp_usermeta` VALUES (471, 34, 'pmpro_blastname', 'Marschke') ; 
INSERT INTO `wp_usermeta` VALUES (472, 34, 'first_name', 'Alec') ; 
INSERT INTO `wp_usermeta` VALUES (473, 34, 'last_name', 'Marschke') ; 
INSERT INTO `wp_usermeta` VALUES (474, 34, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (475, 34, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (476, 34, 'pmpro_baddress1', '3708 Beckleysville Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (477, 34, 'pmpro_bcity', 'Manchester') ; 
INSERT INTO `wp_usermeta` VALUES (478, 34, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (479, 34, 'pmpro_bzipcode', '21102') ; 
INSERT INTO `wp_usermeta` VALUES (480, 35, 'pmpro_bfirstname', 'Aleksandra') ; 
INSERT INTO `wp_usermeta` VALUES (481, 35, 'pmpro_blastname', 'Kalenak') ; 
INSERT INTO `wp_usermeta` VALUES (482, 35, 'first_name', 'Aleksandra') ; 
INSERT INTO `wp_usermeta` VALUES (483, 35, 'last_name', 'Kalenak') ; 
INSERT INTO `wp_usermeta` VALUES (484, 35, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (485, 35, 'pmpro_bstate', 'OK') ; 
INSERT INTO `wp_usermeta` VALUES (486, 35, 'pmpro_baddress1', '7755 S. Victor Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (487, 35, 'pmpro_baddress2', '#C') ; 
INSERT INTO `wp_usermeta` VALUES (488, 35, 'pmpro_bcity', 'Tulsa') ; 
INSERT INTO `wp_usermeta` VALUES (489, 35, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (490, 35, 'pmpro_bzipcode', '74136') ; 
INSERT INTO `wp_usermeta` VALUES (491, 36, 'pmpro_bfirstname', 'Alessandro') ; 
INSERT INTO `wp_usermeta` VALUES (492, 36, 'pmpro_blastname', 'Gambelli') ; 
INSERT INTO `wp_usermeta` VALUES (493, 36, 'first_name', 'Alessandro') ; 
INSERT INTO `wp_usermeta` VALUES (494, 36, 'last_name', 'Gambelli') ; 
INSERT INTO `wp_usermeta` VALUES (495, 36, 'pmpro_bcountry', 'ITALY') ; 
INSERT INTO `wp_usermeta` VALUES (496, 36, 'pmpro_baddress1', 'Via Stola 1') ; 
INSERT INTO `wp_usermeta` VALUES (497, 36, 'pmpro_bcity', 'Oleggio') ; 
INSERT INTO `wp_usermeta` VALUES (498, 36, 'pmpro_bzipcode', '28047') ; 
INSERT INTO `wp_usermeta` VALUES (499, 36, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (500, 36, 'uxf_akf', 'ELECTRONIC') ; 
INSERT INTO `wp_usermeta` VALUES (501, 37, 'pmpro_bfirstname', 'Alex') ; 
INSERT INTO `wp_usermeta` VALUES (502, 37, 'pmpro_blastname', 'Tasa') ; 
INSERT INTO `wp_usermeta` VALUES (503, 37, 'first_name', 'Alex') ; 
INSERT INTO `wp_usermeta` VALUES (504, 37, 'last_name', 'Tasa') ; 
INSERT INTO `wp_usermeta` VALUES (505, 37, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (506, 37, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (507, 37, 'pmpro_baddress1', '5789 W. 137th St.') ; 
INSERT INTO `wp_usermeta` VALUES (508, 37, 'pmpro_bcity', 'Savage') ; 
INSERT INTO `wp_usermeta` VALUES (509, 37, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (510, 37, 'pmpro_bzipcode', '55378') ; 
INSERT INTO `wp_usermeta` VALUES (511, 38, 'pmpro_bfirstname', 'Alex') ; 
INSERT INTO `wp_usermeta` VALUES (512, 38, 'pmpro_blastname', 'Warthen') ; 
INSERT INTO `wp_usermeta` VALUES (513, 38, 'first_name', 'Alex') ; 
INSERT INTO `wp_usermeta` VALUES (514, 38, 'last_name', 'Warthen') ; 
INSERT INTO `wp_usermeta` VALUES (515, 38, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (516, 38, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (517, 38, 'pmpro_baddress1', '812 Fairview Dr.  #660V') ; 
INSERT INTO `wp_usermeta` VALUES (518, 38, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (519, 38, 'pmpro_bcity', 'Lexington') ; 
INSERT INTO `wp_usermeta` VALUES (520, 38, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (521, 38, 'pmpro_bzipcode', '27292') ; 
INSERT INTO `wp_usermeta` VALUES (522, 39, 'pmpro_bfirstname', 'Alexa') ; 
INSERT INTO `wp_usermeta` VALUES (523, 39, 'pmpro_blastname', 'Godfrey') ; 
INSERT INTO `wp_usermeta` VALUES (524, 39, 'first_name', 'Alexa') ; 
INSERT INTO `wp_usermeta` VALUES (525, 39, 'last_name', 'Godfrey') ; 
INSERT INTO `wp_usermeta` VALUES (526, 39, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (527, 39, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (528, 39, 'pmpro_baddress1', '1093 Keith Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (529, 39, 'pmpro_bcity', 'Berkeley') ; 
INSERT INTO `wp_usermeta` VALUES (530, 39, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (531, 39, 'pmpro_bzipcode', '94708') ; 
INSERT INTO `wp_usermeta` VALUES (532, 40, 'pmpro_bfirstname', 'Alexander R.') ; 
INSERT INTO `wp_usermeta` VALUES (533, 40, 'pmpro_blastname', 'Hoelzel') ; 
INSERT INTO `wp_usermeta` VALUES (534, 40, 'first_name', 'Alexander R.') ; 
INSERT INTO `wp_usermeta` VALUES (535, 40, 'last_name', 'Hoelzel') ; 
INSERT INTO `wp_usermeta` VALUES (536, 40, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (537, 40, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (538, 40, 'pmpro_baddress1', '5603 Huntington Pkwy.') ; 
INSERT INTO `wp_usermeta` VALUES (539, 40, 'pmpro_bcity', 'Bethesda') ; 
INSERT INTO `wp_usermeta` VALUES (540, 40, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (541, 40, 'pmpro_bzipcode', '20814') ; 
INSERT INTO `wp_usermeta` VALUES (542, 41, 'pmpro_bfirstname', 'Alexandra') ; 
INSERT INTO `wp_usermeta` VALUES (543, 41, 'pmpro_blastname', 'Stallard') ; 
INSERT INTO `wp_usermeta` VALUES (544, 41, 'first_name', 'Alexandra') ; 
INSERT INTO `wp_usermeta` VALUES (545, 41, 'last_name', 'Stallard') ; 
INSERT INTO `wp_usermeta` VALUES (546, 41, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (547, 41, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (548, 41, 'pmpro_baddress1', 'P.O. Box 120551') ; 
INSERT INTO `wp_usermeta` VALUES (549, 41, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (550, 41, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (551, 41, 'pmpro_bzipcode', '92112') ; 
INSERT INTO `wp_usermeta` VALUES (552, 42, 'pmpro_bfirstname', 'Alexandra') ; 
INSERT INTO `wp_usermeta` VALUES (553, 42, 'pmpro_blastname', 'Cosgrove') ; 
INSERT INTO `wp_usermeta` VALUES (554, 42, 'first_name', 'Alexandra') ; 
INSERT INTO `wp_usermeta` VALUES (555, 42, 'last_name', 'Cosgrove') ; 
INSERT INTO `wp_usermeta` VALUES (556, 42, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (557, 42, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (558, 42, 'pmpro_baddress1', '311 Crandon Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (559, 42, 'pmpro_bcity', 'Saint Louis') ; 
INSERT INTO `wp_usermeta` VALUES (560, 42, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (561, 42, 'pmpro_bzipcode', '63105') ; 
INSERT INTO `wp_usermeta` VALUES (562, 43, 'pmpro_bfirstname', 'Alexandra') ; 
INSERT INTO `wp_usermeta` VALUES (563, 43, 'pmpro_blastname', 'Aiken') ; 
INSERT INTO `wp_usermeta` VALUES (564, 43, 'first_name', 'Alexandra') ; 
INSERT INTO `wp_usermeta` VALUES (565, 43, 'last_name', 'Aiken') ; 
INSERT INTO `wp_usermeta` VALUES (566, 43, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (567, 43, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (568, 43, 'pmpro_baddress1', '5639 Amy Drive') ; 
INSERT INTO `wp_usermeta` VALUES (569, 43, 'pmpro_bcity', 'Oakland') ; 
INSERT INTO `wp_usermeta` VALUES (570, 43, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (571, 43, 'pmpro_bzipcode', '94618') ; 
INSERT INTO `wp_usermeta` VALUES (572, 44, 'pmpro_bfirstname', 'Alexandra') ; 
INSERT INTO `wp_usermeta` VALUES (573, 44, 'pmpro_blastname', 'Echenberg') ; 
INSERT INTO `wp_usermeta` VALUES (574, 44, 'first_name', 'Alexandra') ; 
INSERT INTO `wp_usermeta` VALUES (575, 44, 'last_name', 'Echenberg') ; 
INSERT INTO `wp_usermeta` VALUES (576, 44, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (577, 44, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (578, 44, 'pmpro_baddress1', '314 E. 2nd St. #B') ; 
INSERT INTO `wp_usermeta` VALUES (579, 44, 'pmpro_bcity', 'Los Fresnos') ; 
INSERT INTO `wp_usermeta` VALUES (580, 44, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (581, 44, 'pmpro_bzipcode', '78566') ; 
INSERT INTO `wp_usermeta` VALUES (582, 45, 'pmpro_bfirstname', 'Alexandra') ; 
INSERT INTO `wp_usermeta` VALUES (583, 45, 'pmpro_blastname', 'Henwood') ; 
INSERT INTO `wp_usermeta` VALUES (584, 45, 'first_name', 'Alexandra') ; 
INSERT INTO `wp_usermeta` VALUES (585, 45, 'last_name', 'Henwood') ; 
INSERT INTO `wp_usermeta` VALUES (586, 45, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (587, 45, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (588, 45, 'pmpro_baddress1', '5400 NW 39th Ave Apt B7') ; 
INSERT INTO `wp_usermeta` VALUES (589, 45, 'pmpro_bcity', 'Gainesville') ; 
INSERT INTO `wp_usermeta` VALUES (590, 45, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (591, 45, 'pmpro_bzipcode', '32606') ; 
INSERT INTO `wp_usermeta` VALUES (592, 46, 'pmpro_bfirstname', 'Alexandra') ; 
INSERT INTO `wp_usermeta` VALUES (593, 46, 'pmpro_blastname', 'Buettner') ; 
INSERT INTO `wp_usermeta` VALUES (594, 46, 'first_name', 'Alexandra') ; 
INSERT INTO `wp_usermeta` VALUES (595, 46, 'last_name', 'Buettner') ; 
INSERT INTO `wp_usermeta` VALUES (596, 46, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (597, 46, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (598, 46, 'pmpro_baddress1', '10354 Scripps Poway Parkway  #49') ; 
INSERT INTO `wp_usermeta` VALUES (599, 46, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (600, 46, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (601, 46, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (602, 46, 'pmpro_bzipcode', '92131') ; 
INSERT INTO `wp_usermeta` VALUES (603, 47, 'pmpro_bfirstname', 'Alexandra') ; 
INSERT INTO `wp_usermeta` VALUES (604, 47, 'pmpro_blastname', 'Zelazo-Kessler') ; 
INSERT INTO `wp_usermeta` VALUES (605, 47, 'first_name', 'Alexandra') ; 
INSERT INTO `wp_usermeta` VALUES (606, 47, 'last_name', 'Zelazo-Kessler') ; 
INSERT INTO `wp_usermeta` VALUES (607, 47, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (608, 47, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (609, 47, 'pmpro_baddress1', '3101 Caymon Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (610, 47, 'pmpro_bcity', 'Chesapeake') ; 
INSERT INTO `wp_usermeta` VALUES (611, 47, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (612, 47, 'pmpro_bzipcode', '23321') ; 
INSERT INTO `wp_usermeta` VALUES (613, 48, 'pmpro_bfirstname', 'Alexandria') ; 
INSERT INTO `wp_usermeta` VALUES (614, 48, 'pmpro_blastname', 'Sharkey') ; 
INSERT INTO `wp_usermeta` VALUES (615, 48, 'first_name', 'Alexandria') ; 
INSERT INTO `wp_usermeta` VALUES (616, 48, 'last_name', 'Sharkey') ; 
INSERT INTO `wp_usermeta` VALUES (617, 48, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (618, 48, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (619, 48, 'pmpro_baddress1', 'White Oak, ASB - 581705 White Oak Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (620, 48, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (621, 48, 'pmpro_bcity', 'Yulee') ; 
INSERT INTO `wp_usermeta` VALUES (622, 48, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (623, 48, 'pmpro_bzipcode', '32097') ; 
INSERT INTO `wp_usermeta` VALUES (634, 50, 'pmpro_bfirstname', 'Alexis') ; 
INSERT INTO `wp_usermeta` VALUES (635, 50, 'pmpro_blastname', 'Rowe') ; 
INSERT INTO `wp_usermeta` VALUES (636, 50, 'first_name', 'Alexis') ; 
INSERT INTO `wp_usermeta` VALUES (637, 50, 'last_name', 'Rowe') ; 
INSERT INTO `wp_usermeta` VALUES (638, 50, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (639, 50, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (640, 50, 'pmpro_baddress1', '4178 hwy 421 north') ; 
INSERT INTO `wp_usermeta` VALUES (641, 50, 'pmpro_bcity', 'vilas') ; 
INSERT INTO `wp_usermeta` VALUES (642, 50, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (643, 50, 'pmpro_bzipcode', '28692') ; 
INSERT INTO `wp_usermeta` VALUES (644, 51, 'pmpro_bfirstname', 'Alfred') ; 
INSERT INTO `wp_usermeta` VALUES (645, 51, 'pmpro_blastname', 'Budweth: President') ; 
INSERT INTO `wp_usermeta` VALUES (646, 51, 'first_name', 'Alfred') ; 
INSERT INTO `wp_usermeta` VALUES (647, 51, 'last_name', 'Budweth: President') ; 
INSERT INTO `wp_usermeta` VALUES (648, 51, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (649, 51, 'pmpro_bstate', 'Ont') ; 
INSERT INTO `wp_usermeta` VALUES (650, 51, 'pmpro_baddress1', '12 Old King Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (651, 51, 'pmpro_bcity', 'Nobleton') ; 
INSERT INTO `wp_usermeta` VALUES (652, 51, 'uxf_organization', 'Zukudla Inc.') ; 
INSERT INTO `wp_usermeta` VALUES (653, 51, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (654, 51, 'pmpro_bzipcode', 'L0G 1N0') ; 
INSERT INTO `wp_usermeta` VALUES (655, 51, 'uxf_specialtags', 'CM') ; 
INSERT INTO `wp_usermeta` VALUES (656, 52, 'pmpro_bfirstname', 'Ali') ; 
INSERT INTO `wp_usermeta` VALUES (657, 52, 'pmpro_blastname', 'Vella-Irving') ; 
INSERT INTO `wp_usermeta` VALUES (658, 52, 'first_name', 'Ali') ; 
INSERT INTO `wp_usermeta` VALUES (659, 52, 'last_name', 'Vella-Irving') ; 
INSERT INTO `wp_usermeta` VALUES (660, 52, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (661, 52, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (662, 52, 'pmpro_baddress1', '584 Crimson Cres.') ; 
INSERT INTO `wp_usermeta` VALUES (663, 52, 'pmpro_bcity', 'Oshawa') ; 
INSERT INTO `wp_usermeta` VALUES (664, 52, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (665, 52, 'pmpro_bzipcode', 'L1J 8C9') ; 
INSERT INTO `wp_usermeta` VALUES (666, 53, 'pmpro_bfirstname', 'Alice') ; 
INSERT INTO `wp_usermeta` VALUES (667, 53, 'pmpro_blastname', 'Hadac') ; 
INSERT INTO `wp_usermeta` VALUES (668, 53, 'first_name', 'Alice') ; 
INSERT INTO `wp_usermeta` VALUES (669, 53, 'last_name', 'Hadac') ; 
INSERT INTO `wp_usermeta` VALUES (670, 53, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (671, 53, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (672, 53, 'pmpro_baddress1', '726 S. Lombard') ; 
INSERT INTO `wp_usermeta` VALUES (673, 53, 'pmpro_bcity', 'Oak Park') ; 
INSERT INTO `wp_usermeta` VALUES (674, 53, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (675, 53, 'pmpro_bzipcode', '60304') ; 
INSERT INTO `wp_usermeta` VALUES (676, 54, 'pmpro_bfirstname', 'Alice') ; 
INSERT INTO `wp_usermeta` VALUES (677, 54, 'pmpro_blastname', 'Miser Schellenberger') ; 
INSERT INTO `wp_usermeta` VALUES (678, 54, 'first_name', 'Alice') ; 
INSERT INTO `wp_usermeta` VALUES (679, 54, 'last_name', 'Miser Schellenberger') ; 
INSERT INTO `wp_usermeta` VALUES (680, 54, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (681, 54, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (682, 54, 'pmpro_baddress1', 'E 12628 Man Mound Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (683, 54, 'pmpro_bcity', 'Baraboo') ; 
INSERT INTO `wp_usermeta` VALUES (684, 54, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (685, 54, 'pmpro_bzipcode', '53913-9636') ; 
INSERT INTO `wp_usermeta` VALUES (686, 55, 'pmpro_bfirstname', 'Alice') ; 
INSERT INTO `wp_usermeta` VALUES (687, 55, 'pmpro_blastname', 'Schoebel') ; 
INSERT INTO `wp_usermeta` VALUES (688, 55, 'first_name', 'Alice') ; 
INSERT INTO `wp_usermeta` VALUES (689, 55, 'last_name', 'Schoebel') ; 
INSERT INTO `wp_usermeta` VALUES (690, 55, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (691, 55, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (692, 55, 'pmpro_baddress1', 'W583 Eagle Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (693, 55, 'pmpro_bcity', 'Neshkoro') ; 
INSERT INTO `wp_usermeta` VALUES (694, 55, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (695, 55, 'pmpro_bzipcode', '54960') ; 
INSERT INTO `wp_usermeta` VALUES (696, 56, 'pmpro_bfirstname', 'Alicia') ; 
INSERT INTO `wp_usermeta` VALUES (697, 56, 'pmpro_blastname', 'Marty') ; 
INSERT INTO `wp_usermeta` VALUES (698, 56, 'first_name', 'Alicia') ; 
INSERT INTO `wp_usermeta` VALUES (699, 56, 'last_name', 'Marty') ; 
INSERT INTO `wp_usermeta` VALUES (700, 56, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (701, 56, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (702, 56, 'pmpro_baddress1', '1908 Long Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (703, 56, 'pmpro_bcity', 'Decatur') ; 
INSERT INTO `wp_usermeta` VALUES (704, 56, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (705, 56, 'pmpro_bzipcode', '30032') ; 
INSERT INTO `wp_usermeta` VALUES (706, 57, 'pmpro_bfirstname', 'Alicia') ; 
INSERT INTO `wp_usermeta` VALUES (707, 57, 'pmpro_blastname', 'Grubessi') ; 
INSERT INTO `wp_usermeta` VALUES (708, 57, 'first_name', 'Alicia') ; 
INSERT INTO `wp_usermeta` VALUES (709, 57, 'last_name', 'Grubessi') ; 
INSERT INTO `wp_usermeta` VALUES (710, 57, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (711, 57, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (712, 57, 'pmpro_baddress1', '28 Webster St.') ; 
INSERT INTO `wp_usermeta` VALUES (713, 57, 'pmpro_bcity', 'Westbury') ; 
INSERT INTO `wp_usermeta` VALUES (714, 57, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (715, 57, 'pmpro_bzipcode', '11590') ; 
INSERT INTO `wp_usermeta` VALUES (716, 58, 'pmpro_bfirstname', 'Alicia') ; 
INSERT INTO `wp_usermeta` VALUES (717, 58, 'pmpro_blastname', 'Grano') ; 
INSERT INTO `wp_usermeta` VALUES (718, 58, 'first_name', 'Alicia') ; 
INSERT INTO `wp_usermeta` VALUES (719, 58, 'last_name', 'Grano') ; 
INSERT INTO `wp_usermeta` VALUES (720, 58, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (721, 58, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (722, 58, 'pmpro_baddress1', '212 Coral Reef Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (723, 58, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (724, 58, 'pmpro_bcity', 'Romeoville') ; 
INSERT INTO `wp_usermeta` VALUES (725, 58, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (726, 58, 'pmpro_bzipcode', '60446') ; 
INSERT INTO `wp_usermeta` VALUES (727, 59, 'pmpro_bfirstname', 'Alicia') ; 
INSERT INTO `wp_usermeta` VALUES (728, 59, 'pmpro_blastname', 'Striggow') ; 
INSERT INTO `wp_usermeta` VALUES (729, 59, 'first_name', 'Alicia') ; 
INSERT INTO `wp_usermeta` VALUES (730, 59, 'last_name', 'Striggow') ; 
INSERT INTO `wp_usermeta` VALUES (731, 59, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (732, 59, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (733, 59, 'pmpro_baddress1', '2900 W Dallas St Apt 514') ; 
INSERT INTO `wp_usermeta` VALUES (734, 59, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (735, 59, 'pmpro_bcity', 'Houston') ; 
INSERT INTO `wp_usermeta` VALUES (736, 59, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (737, 59, 'pmpro_bzipcode', '77019-4282') ; 
INSERT INTO `wp_usermeta` VALUES (738, 60, 'pmpro_bfirstname', 'Alicia') ; 
INSERT INTO `wp_usermeta` VALUES (739, 60, 'pmpro_blastname', 'Pike') ; 
INSERT INTO `wp_usermeta` VALUES (740, 60, 'first_name', 'Alicia') ; 
INSERT INTO `wp_usermeta` VALUES (741, 60, 'last_name', 'Pike') ; 
INSERT INTO `wp_usermeta` VALUES (742, 60, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (743, 60, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (744, 60, 'pmpro_baddress1', '7301 6th Avenue #16') ; 
INSERT INTO `wp_usermeta` VALUES (745, 60, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (746, 60, 'pmpro_bcity', 'Tacoma') ; 
INSERT INTO `wp_usermeta` VALUES (747, 60, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (748, 60, 'pmpro_bzipcode', '98406') ; 
INSERT INTO `wp_usermeta` VALUES (749, 61, 'pmpro_bfirstname', 'Alicia ') ; 
INSERT INTO `wp_usermeta` VALUES (750, 61, 'pmpro_blastname', 'DuBrava') ; 
INSERT INTO `wp_usermeta` VALUES (751, 61, 'first_name', 'Alicia') ; 
INSERT INTO `wp_usermeta` VALUES (752, 61, 'last_name', 'DuBrava') ; 
INSERT INTO `wp_usermeta` VALUES (753, 61, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (754, 61, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (755, 61, 'pmpro_baddress1', '444 S. Ogden St.') ; 
INSERT INTO `wp_usermeta` VALUES (756, 61, 'pmpro_bcity', 'Buffalo') ; 
INSERT INTO `wp_usermeta` VALUES (757, 61, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (758, 61, 'pmpro_bzipcode', '14206') ; 
INSERT INTO `wp_usermeta` VALUES (759, 62, 'pmpro_bfirstname', 'Alicia C.') ; 
INSERT INTO `wp_usermeta` VALUES (760, 62, 'pmpro_blastname', 'Shelley') ; 
INSERT INTO `wp_usermeta` VALUES (761, 62, 'first_name', 'Alicia C.') ; 
INSERT INTO `wp_usermeta` VALUES (762, 62, 'last_name', 'Shelley') ; 
INSERT INTO `wp_usermeta` VALUES (763, 62, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (764, 62, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (765, 62, 'pmpro_baddress1', '8611 Lucas Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (766, 62, 'pmpro_bcity', 'Plain City') ; 
INSERT INTO `wp_usermeta` VALUES (767, 62, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (768, 62, 'pmpro_bzipcode', '43064') ; 
INSERT INTO `wp_usermeta` VALUES (769, 63, 'pmpro_bfirstname', 'Alisa') ; 
INSERT INTO `wp_usermeta` VALUES (770, 63, 'pmpro_blastname', 'Light') ; 
INSERT INTO `wp_usermeta` VALUES (771, 63, 'first_name', 'Alisa') ; 
INSERT INTO `wp_usermeta` VALUES (772, 63, 'last_name', 'Light') ; 
INSERT INTO `wp_usermeta` VALUES (773, 63, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (774, 63, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (775, 63, 'pmpro_baddress1', '249 Maricela Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (776, 63, 'pmpro_bcity', 'El Paso') ; 
INSERT INTO `wp_usermeta` VALUES (777, 63, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (778, 63, 'pmpro_bzipcode', '79915') ; 
INSERT INTO `wp_usermeta` VALUES (779, 64, 'pmpro_bfirstname', 'Alisha') ; 
INSERT INTO `wp_usermeta` VALUES (780, 64, 'pmpro_blastname', 'Harvey') ; 
INSERT INTO `wp_usermeta` VALUES (781, 64, 'first_name', 'Alisha') ; 
INSERT INTO `wp_usermeta` VALUES (782, 64, 'last_name', 'Harvey') ; 
INSERT INTO `wp_usermeta` VALUES (783, 64, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (784, 64, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (785, 64, 'pmpro_baddress1', '11411 NE 8th Street') ; 
INSERT INTO `wp_usermeta` VALUES (786, 64, 'pmpro_bcity', 'Vancouver') ; 
INSERT INTO `wp_usermeta` VALUES (787, 64, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (788, 64, 'pmpro_bzipcode', '98684') ; 
INSERT INTO `wp_usermeta` VALUES (789, 65, 'pmpro_bfirstname', 'Alison') ; 
INSERT INTO `wp_usermeta` VALUES (790, 65, 'pmpro_blastname', 'Green: Libriarian') ; 
INSERT INTO `wp_usermeta` VALUES (791, 65, 'first_name', 'Alison') ; 
INSERT INTO `wp_usermeta` VALUES (792, 65, 'last_name', 'Green: Libriarian') ; 
INSERT INTO `wp_usermeta` VALUES (793, 65, 'pmpro_bcountry', 'BERMUDA') ; 
INSERT INTO `wp_usermeta` VALUES (794, 65, 'pmpro_baddress1', 'P.O. Box FL145') ; 
INSERT INTO `wp_usermeta` VALUES (795, 65, 'pmpro_bcity', 'Flatts FL BX') ; 
INSERT INTO `wp_usermeta` VALUES (796, 65, 'uxf_organization', 'Bermuda Aquarium') ; 
INSERT INTO `wp_usermeta` VALUES (797, 65, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (798, 65, 'uxf_akf', 'ELECTRONIC') ; 
INSERT INTO `wp_usermeta` VALUES (799, 66, 'pmpro_bfirstname', 'Alison') ; 
INSERT INTO `wp_usermeta` VALUES (800, 66, 'pmpro_blastname', 'Babin: Toronto Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (801, 66, 'first_name', 'Alison') ; 
INSERT INTO `wp_usermeta` VALUES (802, 66, 'last_name', 'Babin') ; 
INSERT INTO `wp_usermeta` VALUES (803, 66, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (804, 66, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (805, 66, 'pmpro_baddress1', '361A Old Finch Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (806, 66, 'pmpro_bcity', 'Scarborough') ; 
INSERT INTO `wp_usermeta` VALUES (807, 66, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (808, 66, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (809, 66, 'pmpro_bzipcode', 'M1B 5K7') ; 
INSERT INTO `wp_usermeta` VALUES (810, 67, 'pmpro_bfirstname', 'Alison') ; 
INSERT INTO `wp_usermeta` VALUES (811, 67, 'pmpro_blastname', 'Rouhas') ; 
INSERT INTO `wp_usermeta` VALUES (812, 67, 'first_name', 'Alison') ; 
INSERT INTO `wp_usermeta` VALUES (813, 67, 'last_name', 'Rouhas') ; 
INSERT INTO `wp_usermeta` VALUES (814, 67, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (815, 67, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (816, 67, 'pmpro_baddress1', '131 Berendos Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (817, 67, 'pmpro_bcity', 'Pacifica') ; 
INSERT INTO `wp_usermeta` VALUES (818, 67, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (819, 67, 'pmpro_bzipcode', '94044') ; 
INSERT INTO `wp_usermeta` VALUES (820, 68, 'pmpro_bfirstname', 'Alison') ; 
INSERT INTO `wp_usermeta` VALUES (821, 68, 'pmpro_blastname', 'Snyder') ; 
INSERT INTO `wp_usermeta` VALUES (822, 68, 'first_name', 'Alison') ; 
INSERT INTO `wp_usermeta` VALUES (823, 68, 'last_name', 'Snyder') ; 
INSERT INTO `wp_usermeta` VALUES (824, 68, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (825, 68, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (826, 68, 'pmpro_baddress1', '7029 36th Ave. NE') ; 
INSERT INTO `wp_usermeta` VALUES (827, 68, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (828, 68, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (829, 68, 'pmpro_bzipcode', '98115') ; 
INSERT INTO `wp_usermeta` VALUES (830, 69, 'pmpro_bfirstname', 'Alison') ; 
INSERT INTO `wp_usermeta` VALUES (831, 69, 'pmpro_blastname', 'Walsh') ; 
INSERT INTO `wp_usermeta` VALUES (832, 69, 'first_name', 'Alison') ; 
INSERT INTO `wp_usermeta` VALUES (833, 69, 'last_name', 'Walsh') ; 
INSERT INTO `wp_usermeta` VALUES (834, 69, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (835, 69, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (836, 69, 'pmpro_baddress1', '6835 SW 5th Ave. Apt B') ; 
INSERT INTO `wp_usermeta` VALUES (837, 69, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (838, 69, 'pmpro_bcity', 'Portland') ; 
INSERT INTO `wp_usermeta` VALUES (839, 69, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (840, 69, 'pmpro_bzipcode', '97219') ; 
INSERT INTO `wp_usermeta` VALUES (841, 70, 'pmpro_bfirstname', 'Alison') ; 
INSERT INTO `wp_usermeta` VALUES (842, 70, 'pmpro_blastname', 'Marancik') ; 
INSERT INTO `wp_usermeta` VALUES (843, 70, 'first_name', 'Alison') ; 
INSERT INTO `wp_usermeta` VALUES (844, 70, 'last_name', 'Marancik') ; 
INSERT INTO `wp_usermeta` VALUES (845, 70, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (846, 70, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (847, 70, 'pmpro_baddress1', '8005 Nelson St.') ; 
INSERT INTO `wp_usermeta` VALUES (848, 70, 'pmpro_bcity', 'New Orleans') ; 
INSERT INTO `wp_usermeta` VALUES (849, 70, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (850, 70, 'pmpro_bzipcode', '70125-4038') ; 
INSERT INTO `wp_usermeta` VALUES (851, 71, 'pmpro_bfirstname', 'Alison') ; 
INSERT INTO `wp_usermeta` VALUES (852, 71, 'pmpro_blastname', 'Rowe') ; 
INSERT INTO `wp_usermeta` VALUES (853, 71, 'first_name', 'Alison') ; 
INSERT INTO `wp_usermeta` VALUES (854, 71, 'last_name', 'Rowe') ; 
INSERT INTO `wp_usermeta` VALUES (855, 71, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (856, 71, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (857, 71, 'pmpro_baddress1', '1 San Pablo Court') ; 
INSERT INTO `wp_usermeta` VALUES (858, 71, 'pmpro_bcity', 'Novato') ; 
INSERT INTO `wp_usermeta` VALUES (859, 71, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (860, 71, 'pmpro_bzipcode', '94949') ; 
INSERT INTO `wp_usermeta` VALUES (861, 72, 'pmpro_bfirstname', 'Alison') ; 
INSERT INTO `wp_usermeta` VALUES (862, 72, 'pmpro_blastname', 'Mott') ; 
INSERT INTO `wp_usermeta` VALUES (863, 72, 'first_name', 'Alison') ; 
INSERT INTO `wp_usermeta` VALUES (864, 72, 'last_name', 'Mott') ; 
INSERT INTO `wp_usermeta` VALUES (865, 72, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (866, 72, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (867, 72, 'pmpro_baddress1', '7421 S. Land Park Dr.  #55') ; 
INSERT INTO `wp_usermeta` VALUES (868, 72, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (869, 72, 'pmpro_bcity', 'Sacramento') ; 
INSERT INTO `wp_usermeta` VALUES (870, 72, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (871, 72, 'pmpro_bzipcode', '95831') ; 
INSERT INTO `wp_usermeta` VALUES (872, 73, 'pmpro_bfirstname', 'Alison L. ') ; 
INSERT INTO `wp_usermeta` VALUES (873, 73, 'pmpro_blastname', 'Bohn') ; 
INSERT INTO `wp_usermeta` VALUES (874, 73, 'first_name', 'Alison L. ') ; 
INSERT INTO `wp_usermeta` VALUES (875, 73, 'last_name', 'Bohn') ; 
INSERT INTO `wp_usermeta` VALUES (876, 73, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (877, 73, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (878, 73, 'pmpro_baddress1', '396 Griscom Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (879, 73, 'pmpro_bcity', 'Salem') ; 
INSERT INTO `wp_usermeta` VALUES (880, 73, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (881, 73, 'pmpro_bzipcode', '08079-2028') ; 
INSERT INTO `wp_usermeta` VALUES (882, 74, 'pmpro_bfirstname', 'Alissa') ; 
INSERT INTO `wp_usermeta` VALUES (883, 74, 'pmpro_blastname', 'Gottfreid') ; 
INSERT INTO `wp_usermeta` VALUES (884, 74, 'first_name', 'Alissa') ; 
INSERT INTO `wp_usermeta` VALUES (885, 74, 'last_name', 'Gottfreid') ; 
INSERT INTO `wp_usermeta` VALUES (886, 74, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (887, 74, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (888, 74, 'pmpro_baddress1', '6875 W. Kathleen Ct.  #7') ; 
INSERT INTO `wp_usermeta` VALUES (889, 74, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (890, 74, 'pmpro_bcity', 'Franklin') ; 
INSERT INTO `wp_usermeta` VALUES (891, 74, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (892, 74, 'pmpro_bzipcode', '53132-9012') ; 
INSERT INTO `wp_usermeta` VALUES (893, 75, 'pmpro_bfirstname', 'Allison') ; 
INSERT INTO `wp_usermeta` VALUES (894, 75, 'pmpro_blastname', 'Pidgen') ; 
INSERT INTO `wp_usermeta` VALUES (895, 75, 'first_name', 'Allison') ; 
INSERT INTO `wp_usermeta` VALUES (896, 75, 'last_name', 'Pidgen') ; 
INSERT INTO `wp_usermeta` VALUES (897, 75, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (898, 75, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (899, 75, 'pmpro_baddress1', '61 Town Centre Court Unit 405') ; 
INSERT INTO `wp_usermeta` VALUES (900, 75, 'pmpro_bcity', 'Scarborough') ; 
INSERT INTO `wp_usermeta` VALUES (901, 75, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (902, 75, 'pmpro_bzipcode', 'M1P 5C5') ; 
INSERT INTO `wp_usermeta` VALUES (903, 76, 'pmpro_bfirstname', 'Allison') ; 
INSERT INTO `wp_usermeta` VALUES (904, 76, 'pmpro_blastname', 'England') ; 
INSERT INTO `wp_usermeta` VALUES (905, 76, 'first_name', 'Allison') ; 
INSERT INTO `wp_usermeta` VALUES (906, 76, 'last_name', 'England') ; 
INSERT INTO `wp_usermeta` VALUES (907, 76, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (908, 76, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (909, 76, 'pmpro_baddress1', '7652 Chatham Circle') ; 
INSERT INTO `wp_usermeta` VALUES (910, 76, 'pmpro_bcity', 'Knoxville') ; 
INSERT INTO `wp_usermeta` VALUES (911, 76, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (912, 76, 'pmpro_bzipcode', '37909') ; 
INSERT INTO `wp_usermeta` VALUES (913, 77, 'pmpro_bfirstname', 'Allison') ; 
INSERT INTO `wp_usermeta` VALUES (914, 77, 'pmpro_blastname', 'Waltz-Hill') ; 
INSERT INTO `wp_usermeta` VALUES (915, 77, 'first_name', 'Allison') ; 
INSERT INTO `wp_usermeta` VALUES (916, 77, 'last_name', 'Waltz-Hill') ; 
INSERT INTO `wp_usermeta` VALUES (917, 77, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (918, 77, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (919, 77, 'pmpro_baddress1', '46 Putnam St. Apt 1') ; 
INSERT INTO `wp_usermeta` VALUES (920, 77, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (921, 77, 'pmpro_bcity', 'Somerville') ; 
INSERT INTO `wp_usermeta` VALUES (922, 77, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (923, 77, 'pmpro_bzipcode', '02143') ; 
INSERT INTO `wp_usermeta` VALUES (924, 78, 'pmpro_bfirstname', 'Allison') ; 
INSERT INTO `wp_usermeta` VALUES (925, 78, 'pmpro_blastname', 'Davis') ; 
INSERT INTO `wp_usermeta` VALUES (926, 78, 'first_name', 'Allison') ; 
INSERT INTO `wp_usermeta` VALUES (927, 78, 'last_name', 'Davis') ; 
INSERT INTO `wp_usermeta` VALUES (928, 78, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (929, 78, 'pmpro_bstate', 'AL') ; 
INSERT INTO `wp_usermeta` VALUES (930, 78, 'pmpro_baddress1', '2410 Mountain Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (931, 78, 'pmpro_bcity', 'Hoover') ; 
INSERT INTO `wp_usermeta` VALUES (932, 78, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (933, 78, 'pmpro_bzipcode', '35226') ; 
INSERT INTO `wp_usermeta` VALUES (934, 79, 'pmpro_bfirstname', 'Allison') ; 
INSERT INTO `wp_usermeta` VALUES (935, 79, 'pmpro_blastname', 'Kreis ') ; 
INSERT INTO `wp_usermeta` VALUES (936, 79, 'first_name', 'Allison') ; 
INSERT INTO `wp_usermeta` VALUES (937, 79, 'last_name', 'Kreis ') ; 
INSERT INTO `wp_usermeta` VALUES (938, 79, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (939, 79, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (940, 79, 'pmpro_baddress1', '10500 N. Stargazer Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (941, 79, 'pmpro_bcity', 'Tucson') ; 
INSERT INTO `wp_usermeta` VALUES (942, 79, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (943, 79, 'pmpro_bzipcode', '85737') ; 
INSERT INTO `wp_usermeta` VALUES (944, 80, 'pmpro_bfirstname', 'Allison') ; 
INSERT INTO `wp_usermeta` VALUES (945, 80, 'pmpro_blastname', 'Blankenship') ; 
INSERT INTO `wp_usermeta` VALUES (946, 80, 'first_name', 'Allison') ; 
INSERT INTO `wp_usermeta` VALUES (947, 80, 'last_name', 'Blankenship') ; 
INSERT INTO `wp_usermeta` VALUES (948, 80, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (949, 80, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (950, 80, 'pmpro_baddress1', 'Zooniversity LLC POB 781642') ; 
INSERT INTO `wp_usermeta` VALUES (951, 80, 'pmpro_bcity', 'Dallas') ; 
INSERT INTO `wp_usermeta` VALUES (952, 80, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (953, 80, 'pmpro_bzipcode', '75378') ; 
INSERT INTO `wp_usermeta` VALUES (954, 81, 'pmpro_bfirstname', 'Flavio') ; 
INSERT INTO `wp_usermeta` VALUES (955, 81, 'pmpro_blastname', 'Sutti') ; 
INSERT INTO `wp_usermeta` VALUES (956, 81, 'first_name', 'Allison') ; 
INSERT INTO `wp_usermeta` VALUES (957, 81, 'last_name', 'Bryan') ; 
INSERT INTO `wp_usermeta` VALUES (958, 81, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (959, 81, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (960, 81, 'pmpro_baddress1', '208 S. Great Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (961, 81, 'pmpro_bcity', 'Lincoln') ; 
INSERT INTO `wp_usermeta` VALUES (962, 81, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (963, 81, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (964, 81, 'pmpro_bzipcode', '01773') ; 
INSERT INTO `wp_usermeta` VALUES (965, 82, 'pmpro_bfirstname', 'Allyce') ; 
INSERT INTO `wp_usermeta` VALUES (966, 82, 'pmpro_blastname', 'Lindner') ; 
INSERT INTO `wp_usermeta` VALUES (967, 82, 'first_name', 'Allyce') ; 
INSERT INTO `wp_usermeta` VALUES (968, 82, 'last_name', 'Lindner') ; 
INSERT INTO `wp_usermeta` VALUES (969, 82, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (970, 82, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (971, 82, 'pmpro_baddress1', '53 Craig Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (972, 82, 'pmpro_bcity', 'Madison') ; 
INSERT INTO `wp_usermeta` VALUES (973, 82, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (974, 82, 'pmpro_bzipcode', '53705') ; 
INSERT INTO `wp_usermeta` VALUES (975, 83, 'pmpro_bfirstname', 'Allycia') ; 
INSERT INTO `wp_usermeta` VALUES (976, 83, 'pmpro_blastname', 'Darst') ; 
INSERT INTO `wp_usermeta` VALUES (977, 83, 'first_name', 'Allycia') ; 
INSERT INTO `wp_usermeta` VALUES (978, 83, 'last_name', 'Darst') ; 
INSERT INTO `wp_usermeta` VALUES (979, 83, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (980, 83, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (981, 83, 'pmpro_baddress1', '1056 Huron Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (982, 83, 'pmpro_bcity', 'Elgin') ; 
INSERT INTO `wp_usermeta` VALUES (983, 83, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (984, 83, 'pmpro_bzipcode', '60120') ; 
INSERT INTO `wp_usermeta` VALUES (985, 84, 'pmpro_bfirstname', 'Allysson') ; 
INSERT INTO `wp_usermeta` VALUES (986, 84, 'pmpro_blastname', 'Floyd') ; 
INSERT INTO `wp_usermeta` VALUES (987, 84, 'first_name', 'Allysson') ; 
INSERT INTO `wp_usermeta` VALUES (988, 84, 'last_name', 'Murphy') ; 
INSERT INTO `wp_usermeta` VALUES (989, 84, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (990, 84, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (991, 84, 'pmpro_baddress1', '4760 Nightingale Dr. Apt G308') ; 
INSERT INTO `wp_usermeta` VALUES (992, 84, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (993, 84, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (994, 84, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (995, 84, 'pmpro_bzipcode', '80918') ; 
INSERT INTO `wp_usermeta` VALUES (996, 85, 'pmpro_bfirstname', 'Alvaro') ; 
INSERT INTO `wp_usermeta` VALUES (997, 85, 'pmpro_blastname', 'Montano') ; 
INSERT INTO `wp_usermeta` VALUES (998, 85, 'first_name', 'Alvaro') ; 
INSERT INTO `wp_usermeta` VALUES (999, 85, 'last_name', 'Montano') ; 
INSERT INTO `wp_usermeta` VALUES (1000, 85, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (1001, 85, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (1002, 85, 'pmpro_baddress1', '11012 SW 124th Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (1003, 85, 'pmpro_bcity', 'Miami') ; 
INSERT INTO `wp_usermeta` VALUES (1004, 85, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1005, 85, 'pmpro_bzipcode', '33186') ; 
INSERT INTO `wp_usermeta` VALUES (1006, 86, 'pmpro_bfirstname', 'Alyson') ; 
INSERT INTO `wp_usermeta` VALUES (1007, 86, 'pmpro_blastname', 'Goodwin') ; 
INSERT INTO `wp_usermeta` VALUES (1008, 86, 'first_name', 'Alyson') ; 
INSERT INTO `wp_usermeta` VALUES (1009, 86, 'last_name', 'Goodwin') ; 
INSERT INTO `wp_usermeta` VALUES (1010, 86, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (1011, 86, 'pmpro_bstate', 'SC') ; 
INSERT INTO `wp_usermeta` VALUES (1012, 86, 'pmpro_baddress1', '128 Darby Way') ; 
INSERT INTO `wp_usermeta` VALUES (1013, 86, 'pmpro_bcity', 'W. Columbia') ; 
INSERT INTO `wp_usermeta` VALUES (1014, 86, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1015, 86, 'pmpro_bzipcode', '29170') ; 
INSERT INTO `wp_usermeta` VALUES (1016, 87, 'pmpro_bfirstname', 'Alyssa') ; 
INSERT INTO `wp_usermeta` VALUES (1017, 87, 'pmpro_blastname', 'Lochen') ; 
INSERT INTO `wp_usermeta` VALUES (1018, 87, 'first_name', 'Alyssa') ; 
INSERT INTO `wp_usermeta` VALUES (1019, 87, 'last_name', 'Lochen') ; 
INSERT INTO `wp_usermeta` VALUES (1020, 87, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1021, 87, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (1022, 87, 'pmpro_baddress1', '1102 Mohican Pass') ; 
INSERT INTO `wp_usermeta` VALUES (1023, 87, 'pmpro_bcity', 'Madison') ; 
INSERT INTO `wp_usermeta` VALUES (1024, 87, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1025, 87, 'pmpro_bzipcode', '53711') ; 
INSERT INTO `wp_usermeta` VALUES (1026, 88, 'pmpro_bfirstname', 'Alyssa') ; 
INSERT INTO `wp_usermeta` VALUES (1027, 88, 'pmpro_blastname', 'Nycum') ; 
INSERT INTO `wp_usermeta` VALUES (1028, 88, 'first_name', 'Alyssa') ; 
INSERT INTO `wp_usermeta` VALUES (1029, 88, 'last_name', 'Nycum') ; 
INSERT INTO `wp_usermeta` VALUES (1030, 88, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1031, 88, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (1032, 88, 'pmpro_baddress1', '303 W. Madison St.') ; 
INSERT INTO `wp_usermeta` VALUES (1033, 88, 'pmpro_bcity', 'Baltimore') ; 
INSERT INTO `wp_usermeta` VALUES (1034, 88, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1035, 88, 'pmpro_bzipcode', '21201') ; 
INSERT INTO `wp_usermeta` VALUES (1036, 89, 'pmpro_bfirstname', 'Alyssa') ; 
INSERT INTO `wp_usermeta` VALUES (1037, 89, 'pmpro_blastname', 'DeBenedetti') ; 
INSERT INTO `wp_usermeta` VALUES (1038, 89, 'first_name', 'Alyssa') ; 
INSERT INTO `wp_usermeta` VALUES (1039, 89, 'last_name', 'DeBenedetti') ; 
INSERT INTO `wp_usermeta` VALUES (1040, 89, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (1041, 89, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (1042, 89, 'pmpro_baddress1', '5578 Tunitas Ave') ; 
INSERT INTO `wp_usermeta` VALUES (1043, 89, 'pmpro_bcity', 'Atascadero') ; 
INSERT INTO `wp_usermeta` VALUES (1044, 89, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1045, 89, 'pmpro_bzipcode', '93422') ; 
INSERT INTO `wp_usermeta` VALUES (1046, 90, 'pmpro_bfirstname', 'Alyssa') ; 
INSERT INTO `wp_usermeta` VALUES (1047, 90, 'pmpro_blastname', 'Neubarth') ; 
INSERT INTO `wp_usermeta` VALUES (1048, 90, 'first_name', 'Alyssa') ; 
INSERT INTO `wp_usermeta` VALUES (1049, 90, 'last_name', 'Neubarth') ; 
INSERT INTO `wp_usermeta` VALUES (1050, 90, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1051, 90, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (1052, 90, 'pmpro_baddress1', '6939 Park Mesa Way  Apt 114') ; 
INSERT INTO `wp_usermeta` VALUES (1053, 90, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (1054, 90, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (1055, 90, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1056, 90, 'pmpro_bzipcode', '92111') ; 
INSERT INTO `wp_usermeta` VALUES (1057, 91, 'pmpro_bfirstname', 'Alyssa') ; 
INSERT INTO `wp_usermeta` VALUES (1058, 91, 'pmpro_blastname', 'Borek ') ; 
INSERT INTO `wp_usermeta` VALUES (1059, 91, 'first_name', 'Alyssa') ; 
INSERT INTO `wp_usermeta` VALUES (1060, 91, 'last_name', 'Borek') ; 
INSERT INTO `wp_usermeta` VALUES (1061, 91, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1062, 91, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (1063, 91, 'pmpro_baddress1', '3448 34th Ave. W #A') ; 
INSERT INTO `wp_usermeta` VALUES (1064, 91, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (1065, 91, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (1066, 91, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1067, 91, 'pmpro_bzipcode', '98199-1608') ; 
INSERT INTO `wp_usermeta` VALUES (1068, 92, 'pmpro_bfirstname', 'Alyx') ; 
INSERT INTO `wp_usermeta` VALUES (1069, 92, 'pmpro_blastname', 'Maederer') ; 
INSERT INTO `wp_usermeta` VALUES (1070, 92, 'first_name', 'Alyx') ; 
INSERT INTO `wp_usermeta` VALUES (1071, 92, 'last_name', 'Maederer') ; 
INSERT INTO `wp_usermeta` VALUES (1072, 92, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1073, 92, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (1074, 92, 'pmpro_baddress1', '2601 NW 23rd Blvd. ') ; 
INSERT INTO `wp_usermeta` VALUES (1075, 92, 'pmpro_baddress2', 'Apt 168') ; 
INSERT INTO `wp_usermeta` VALUES (1076, 92, 'pmpro_bcity', 'Gainesville') ; 
INSERT INTO `wp_usermeta` VALUES (1077, 92, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1078, 92, 'pmpro_bzipcode', '32605') ; 
INSERT INTO `wp_usermeta` VALUES (1079, 93, 'pmpro_bfirstname', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1080, 93, 'pmpro_blastname', 'Carroll') ; 
INSERT INTO `wp_usermeta` VALUES (1081, 93, 'first_name', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1082, 93, 'last_name', 'Carroll') ; 
INSERT INTO `wp_usermeta` VALUES (1083, 93, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (1084, 93, 'pmpro_bstate', 'Ont.') ; 
INSERT INTO `wp_usermeta` VALUES (1085, 93, 'pmpro_baddress1', '1446 Fleming Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (1086, 93, 'pmpro_bcity', 'Oshawa') ; 
INSERT INTO `wp_usermeta` VALUES (1087, 93, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1088, 93, 'pmpro_bzipcode', 'L1J 8A9') ; 
INSERT INTO `wp_usermeta` VALUES (1089, 94, 'pmpro_bfirstname', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1090, 94, 'pmpro_blastname', 'Felk') ; 
INSERT INTO `wp_usermeta` VALUES (1091, 94, 'first_name', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1092, 94, 'last_name', 'Felk') ; 
INSERT INTO `wp_usermeta` VALUES (1093, 94, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1094, 94, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (1095, 94, 'pmpro_baddress1', '3902 Edgar') ; 
INSERT INTO `wp_usermeta` VALUES (1096, 94, 'pmpro_bcity', 'Royal Oak') ; 
INSERT INTO `wp_usermeta` VALUES (1097, 94, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1098, 94, 'pmpro_bzipcode', '48073') ; 
INSERT INTO `wp_usermeta` VALUES (1099, 95, 'pmpro_bfirstname', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1100, 95, 'pmpro_blastname', 'Seide') ; 
INSERT INTO `wp_usermeta` VALUES (1101, 95, 'first_name', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1102, 95, 'last_name', 'Seide') ; 
INSERT INTO `wp_usermeta` VALUES (1103, 95, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1104, 95, 'pmpro_bstate', 'OK') ; 
INSERT INTO `wp_usermeta` VALUES (1105, 95, 'pmpro_baddress1', '13032 Willow Crest Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (1106, 95, 'pmpro_bcity', 'Oklahoma City') ; 
INSERT INTO `wp_usermeta` VALUES (1107, 95, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1108, 95, 'pmpro_bzipcode', '73170') ; 
INSERT INTO `wp_usermeta` VALUES (1109, 96, 'pmpro_bfirstname', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1110, 96, 'pmpro_blastname', 'Berroyer') ; 
INSERT INTO `wp_usermeta` VALUES (1111, 96, 'first_name', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1112, 96, 'last_name', 'Berroyer') ; 
INSERT INTO `wp_usermeta` VALUES (1113, 96, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1114, 96, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (1115, 96, 'pmpro_baddress1', '1717 Hollyhock Terrace') ; 
INSERT INTO `wp_usermeta` VALUES (1116, 96, 'pmpro_bcity', 'Decatur') ; 
INSERT INTO `wp_usermeta` VALUES (1117, 96, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1118, 96, 'pmpro_bzipcode', '30032') ; 
INSERT INTO `wp_usermeta` VALUES (1119, 97, 'pmpro_bfirstname', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1120, 97, 'pmpro_blastname', 'Ista') ; 
INSERT INTO `wp_usermeta` VALUES (1121, 97, 'first_name', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1122, 97, 'last_name', 'Ista') ; 
INSERT INTO `wp_usermeta` VALUES (1123, 97, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1124, 97, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (1125, 97, 'pmpro_baddress1', '7308 Stevenson St.') ; 
INSERT INTO `wp_usermeta` VALUES (1126, 97, 'pmpro_bcity', 'Milwaukee') ; 
INSERT INTO `wp_usermeta` VALUES (1127, 97, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1128, 97, 'pmpro_bzipcode', '53213') ; 
INSERT INTO `wp_usermeta` VALUES (1129, 97, 'uxf_specialtags', 'MAIL') ; 
INSERT INTO `wp_usermeta` VALUES (1130, 98, 'pmpro_bfirstname', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1131, 98, 'pmpro_blastname', 'Stott') ; 
INSERT INTO `wp_usermeta` VALUES (1132, 98, 'first_name', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1133, 98, 'last_name', 'Stott') ; 
INSERT INTO `wp_usermeta` VALUES (1134, 98, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1135, 98, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (1136, 98, 'pmpro_baddress1', '6105 Brook Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (1137, 98, 'pmpro_bcity', 'Falls Church') ; 
INSERT INTO `wp_usermeta` VALUES (1138, 98, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1139, 98, 'pmpro_bzipcode', '22044') ; 
INSERT INTO `wp_usermeta` VALUES (1140, 99, 'pmpro_bfirstname', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1141, 99, 'pmpro_blastname', 'Schaffner') ; 
INSERT INTO `wp_usermeta` VALUES (1142, 99, 'first_name', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1143, 99, 'last_name', 'Schaffner') ; 
INSERT INTO `wp_usermeta` VALUES (1144, 99, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1145, 99, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (1146, 99, 'pmpro_baddress1', '21229 County Road R') ; 
INSERT INTO `wp_usermeta` VALUES (1147, 99, 'pmpro_bcity', 'Alvordton') ; 
INSERT INTO `wp_usermeta` VALUES (1148, 99, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1149, 99, 'pmpro_bzipcode', '43501') ; 
INSERT INTO `wp_usermeta` VALUES (1150, 100, 'pmpro_bfirstname', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1151, 100, 'pmpro_blastname', 'Stenman') ; 
INSERT INTO `wp_usermeta` VALUES (1152, 100, 'first_name', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1153, 100, 'last_name', 'Stenman') ; 
INSERT INTO `wp_usermeta` VALUES (1154, 100, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1155, 100, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (1156, 100, 'pmpro_baddress1', '848 1/2 86th St. NE') ; 
INSERT INTO `wp_usermeta` VALUES (1157, 100, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (1158, 100, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1159, 100, 'pmpro_bzipcode', '98115') ; 
INSERT INTO `wp_usermeta` VALUES (1160, 101, 'pmpro_bfirstname', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1161, 101, 'pmpro_blastname', 'Markley') ; 
INSERT INTO `wp_usermeta` VALUES (1162, 101, 'first_name', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1163, 101, 'last_name', 'Markley') ; 
INSERT INTO `wp_usermeta` VALUES (1164, 101, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (1165, 101, 'pmpro_bstate', 'RI') ; 
INSERT INTO `wp_usermeta` VALUES (1166, 101, 'pmpro_baddress1', '49 Bayside Ave. Apt 3') ; 
INSERT INTO `wp_usermeta` VALUES (1167, 101, 'pmpro_bcity', 'Warwick') ; 
INSERT INTO `wp_usermeta` VALUES (1168, 101, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1169, 101, 'pmpro_bzipcode', '02888') ; 
INSERT INTO `wp_usermeta` VALUES (1170, 102, 'pmpro_bfirstname', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1171, 102, 'pmpro_blastname', 'Sheppard') ; 
INSERT INTO `wp_usermeta` VALUES (1172, 102, 'first_name', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1173, 102, 'last_name', 'Sheppard') ; 
INSERT INTO `wp_usermeta` VALUES (1174, 102, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1175, 102, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (1176, 102, 'pmpro_baddress1', '600 Starkey Rd. ') ; 
INSERT INTO `wp_usermeta` VALUES (1177, 102, 'pmpro_baddress2', 'Apt 706') ; 
INSERT INTO `wp_usermeta` VALUES (1178, 102, 'pmpro_bcity', 'Largo') ; 
INSERT INTO `wp_usermeta` VALUES (1179, 102, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1180, 102, 'pmpro_bzipcode', '33771') ; 
INSERT INTO `wp_usermeta` VALUES (1181, 103, 'pmpro_bfirstname', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1182, 103, 'pmpro_blastname', 'Preece') ; 
INSERT INTO `wp_usermeta` VALUES (1183, 103, 'first_name', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1184, 103, 'last_name', 'Preece') ; 
INSERT INTO `wp_usermeta` VALUES (1185, 103, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1186, 103, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (1187, 103, 'pmpro_baddress1', '300 Glenwood Circle  Apt 298') ; 
INSERT INTO `wp_usermeta` VALUES (1188, 103, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (1189, 103, 'pmpro_bcity', 'Monterey') ; 
INSERT INTO `wp_usermeta` VALUES (1190, 103, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1191, 103, 'pmpro_bzipcode', '93940') ; 
INSERT INTO `wp_usermeta` VALUES (1192, 104, 'pmpro_bfirstname', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1193, 104, 'pmpro_blastname', 'Auston') ; 
INSERT INTO `wp_usermeta` VALUES (1194, 104, 'first_name', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1195, 104, 'last_name', 'Auston') ; 
INSERT INTO `wp_usermeta` VALUES (1196, 104, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1197, 104, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (1198, 104, 'pmpro_baddress1', '2491 Bainbridge St.') ; 
INSERT INTO `wp_usermeta` VALUES (1199, 104, 'pmpro_bcity', 'Eureka') ; 
INSERT INTO `wp_usermeta` VALUES (1200, 104, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1201, 104, 'pmpro_bzipcode', '95503-5621') ; 
INSERT INTO `wp_usermeta` VALUES (1202, 105, 'pmpro_bfirstname', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1203, 105, 'pmpro_blastname', 'Sestak') ; 
INSERT INTO `wp_usermeta` VALUES (1204, 105, 'first_name', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1205, 105, 'last_name', 'Sestak') ; 
INSERT INTO `wp_usermeta` VALUES (1206, 105, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1207, 105, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (1208, 105, 'pmpro_baddress1', '1835 Santa Monica Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (1209, 105, 'pmpro_bcity', 'Rockford') ; 
INSERT INTO `wp_usermeta` VALUES (1210, 105, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1211, 105, 'pmpro_bzipcode', '61108') ; 
INSERT INTO `wp_usermeta` VALUES (1212, 106, 'pmpro_bfirstname', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1213, 106, 'pmpro_blastname', 'Westerlund') ; 
INSERT INTO `wp_usermeta` VALUES (1214, 106, 'first_name', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1215, 106, 'last_name', 'Westerlund') ; 
INSERT INTO `wp_usermeta` VALUES (1216, 106, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (1217, 106, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (1218, 106, 'pmpro_baddress1', '4759 Little St.') ; 
INSERT INTO `wp_usermeta` VALUES (1219, 106, 'pmpro_bcity', 'Munhall') ; 
INSERT INTO `wp_usermeta` VALUES (1220, 106, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1221, 106, 'pmpro_bzipcode', '15120') ; 
INSERT INTO `wp_usermeta` VALUES (1222, 107, 'pmpro_bfirstname', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1223, 107, 'pmpro_blastname', 'Jurasek') ; 
INSERT INTO `wp_usermeta` VALUES (1224, 107, 'first_name', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1225, 107, 'last_name', 'Jurasek') ; 
INSERT INTO `wp_usermeta` VALUES (1226, 107, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (1227, 107, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (1228, 107, 'pmpro_baddress1', '1132 N. Broadway  Unit 23') ; 
INSERT INTO `wp_usermeta` VALUES (1229, 107, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (1230, 107, 'pmpro_bcity', 'Escondido') ; 
INSERT INTO `wp_usermeta` VALUES (1231, 107, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1232, 107, 'pmpro_bzipcode', '92026') ; 
INSERT INTO `wp_usermeta` VALUES (1233, 108, 'pmpro_bfirstname', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1234, 108, 'pmpro_blastname', 'Kamradt') ; 
INSERT INTO `wp_usermeta` VALUES (1235, 108, 'first_name', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1236, 108, 'last_name', 'Kamradt') ; 
INSERT INTO `wp_usermeta` VALUES (1237, 108, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1238, 108, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (1239, 108, 'pmpro_baddress1', '340 Main St. Unit 302') ; 
INSERT INTO `wp_usermeta` VALUES (1240, 108, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (1241, 108, 'pmpro_bcity', 'Melrose') ; 
INSERT INTO `wp_usermeta` VALUES (1242, 108, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1243, 108, 'pmpro_bzipcode', '02176') ; 
INSERT INTO `wp_usermeta` VALUES (1244, 109, 'pmpro_bfirstname', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1245, 109, 'pmpro_blastname', 'Layman') ; 
INSERT INTO `wp_usermeta` VALUES (1246, 109, 'first_name', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1247, 109, 'last_name', 'Layman') ; 
INSERT INTO `wp_usermeta` VALUES (1248, 109, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1249, 109, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (1250, 109, 'pmpro_baddress1', '595 E. Lugbill Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (1251, 109, 'pmpro_bcity', 'Archbold') ; 
INSERT INTO `wp_usermeta` VALUES (1252, 109, 'uxf_organization', 'Granite Industries') ; 
INSERT INTO `wp_usermeta` VALUES (1253, 109, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1254, 109, 'pmpro_bzipcode', '43502') ; 
INSERT INTO `wp_usermeta` VALUES (1255, 109, 'uxf_specialtags', 'CM') ; 
INSERT INTO `wp_usermeta` VALUES (1256, 110, 'pmpro_bfirstname', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1257, 110, 'pmpro_blastname', 'Suenkel') ; 
INSERT INTO `wp_usermeta` VALUES (1258, 110, 'first_name', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1259, 110, 'last_name', 'Suenkel') ; 
INSERT INTO `wp_usermeta` VALUES (1260, 110, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1261, 110, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (1262, 110, 'pmpro_baddress1', '2533 Silverstone Lane') ; 
INSERT INTO `wp_usermeta` VALUES (1263, 110, 'pmpro_bcity', 'Knoxville') ; 
INSERT INTO `wp_usermeta` VALUES (1264, 110, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1265, 110, 'pmpro_bzipcode', '37932') ; 
INSERT INTO `wp_usermeta` VALUES (1266, 111, 'pmpro_bfirstname', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1267, 111, 'pmpro_blastname', 'Locke') ; 
INSERT INTO `wp_usermeta` VALUES (1268, 111, 'first_name', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1269, 111, 'last_name', 'Locke') ; 
INSERT INTO `wp_usermeta` VALUES (1270, 111, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1271, 111, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (1272, 111, 'pmpro_baddress1', '4508 Finleyville Elrama Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (1273, 111, 'pmpro_bcity', 'Finleyville') ; 
INSERT INTO `wp_usermeta` VALUES (1274, 111, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1275, 111, 'pmpro_bzipcode', '15332') ; 
INSERT INTO `wp_usermeta` VALUES (1276, 112, 'pmpro_bfirstname', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1277, 112, 'pmpro_blastname', 'Klein') ; 
INSERT INTO `wp_usermeta` VALUES (1278, 112, 'first_name', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1279, 112, 'last_name', 'Klein') ; 
INSERT INTO `wp_usermeta` VALUES (1280, 112, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1281, 112, 'pmpro_bstate', 'SD') ; 
INSERT INTO `wp_usermeta` VALUES (1282, 112, 'pmpro_baddress1', '508 Adam Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (1283, 112, 'pmpro_bcity', 'Baltic') ; 
INSERT INTO `wp_usermeta` VALUES (1284, 112, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1285, 112, 'pmpro_bzipcode', '57003') ; 
INSERT INTO `wp_usermeta` VALUES (1286, 113, 'pmpro_bfirstname', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1287, 113, 'pmpro_blastname', 'Nobles') ; 
INSERT INTO `wp_usermeta` VALUES (1288, 113, 'first_name', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1289, 113, 'last_name', 'Nobles') ; 
INSERT INTO `wp_usermeta` VALUES (1290, 113, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1291, 113, 'pmpro_bstate', 'AL') ; 
INSERT INTO `wp_usermeta` VALUES (1292, 113, 'pmpro_baddress1', '753 Vanderbilt Street') ; 
INSERT INTO `wp_usermeta` VALUES (1293, 113, 'pmpro_bcity', 'Birmingham') ; 
INSERT INTO `wp_usermeta` VALUES (1294, 113, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1295, 113, 'pmpro_bzipcode', '35206') ; 
INSERT INTO `wp_usermeta` VALUES (1296, 114, 'pmpro_bfirstname', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1297, 114, 'pmpro_blastname', 'Giardina') ; 
INSERT INTO `wp_usermeta` VALUES (1298, 114, 'first_name', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (1299, 114, 'last_name', 'Giardina') ; 
INSERT INTO `wp_usermeta` VALUES (1300, 114, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1301, 114, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (1302, 114, 'pmpro_baddress1', '248 Billings Street') ; 
INSERT INTO `wp_usermeta` VALUES (1303, 114, 'pmpro_bcity', 'North Quincy') ; 
INSERT INTO `wp_usermeta` VALUES (1304, 114, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1305, 114, 'pmpro_bzipcode', '2171') ; 
INSERT INTO `wp_usermeta` VALUES (1306, 115, 'pmpro_bfirstname', 'Amanda ') ; 
INSERT INTO `wp_usermeta` VALUES (1307, 115, 'pmpro_blastname', 'Robinson') ; 
INSERT INTO `wp_usermeta` VALUES (1308, 115, 'first_name', 'Amanda ') ; 
INSERT INTO `wp_usermeta` VALUES (1309, 115, 'last_name', 'Robinson') ; 
INSERT INTO `wp_usermeta` VALUES (1310, 115, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1311, 115, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (1312, 115, 'pmpro_baddress1', '12428 2nd Ave. SW') ; 
INSERT INTO `wp_usermeta` VALUES (1313, 115, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (1314, 115, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1315, 115, 'pmpro_bzipcode', '98146') ; 
INSERT INTO `wp_usermeta` VALUES (1316, 116, 'pmpro_bfirstname', 'Amanda L.') ; 
INSERT INTO `wp_usermeta` VALUES (1317, 116, 'pmpro_blastname', 'Robinson') ; 
INSERT INTO `wp_usermeta` VALUES (1318, 116, 'first_name', 'Amanda L.') ; 
INSERT INTO `wp_usermeta` VALUES (1319, 116, 'last_name', 'Robinson') ; 
INSERT INTO `wp_usermeta` VALUES (1320, 116, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1321, 116, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (1322, 116, 'pmpro_baddress1', '3433 Cove View Blvd. ') ; 
INSERT INTO `wp_usermeta` VALUES (1323, 116, 'pmpro_baddress2', 'Apt 3517') ; 
INSERT INTO `wp_usermeta` VALUES (1324, 116, 'pmpro_bcity', 'Galveston') ; 
INSERT INTO `wp_usermeta` VALUES (1325, 116, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1326, 116, 'pmpro_bzipcode', '77554') ; 
INSERT INTO `wp_usermeta` VALUES (1327, 117, 'pmpro_bfirstname', 'Amanda L.') ; 
INSERT INTO `wp_usermeta` VALUES (1328, 117, 'pmpro_blastname', 'Toussaint') ; 
INSERT INTO `wp_usermeta` VALUES (1329, 117, 'first_name', 'Amanda L.') ; 
INSERT INTO `wp_usermeta` VALUES (1330, 117, 'last_name', 'Toussaint') ; 
INSERT INTO `wp_usermeta` VALUES (1331, 117, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (1332, 117, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (1333, 117, 'pmpro_baddress1', '48655 Coyote Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (1334, 117, 'pmpro_bcity', 'Palm Desert') ; 
INSERT INTO `wp_usermeta` VALUES (1335, 117, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1336, 117, 'pmpro_bzipcode', '92260') ; 
INSERT INTO `wp_usermeta` VALUES (1337, 118, 'pmpro_bfirstname', 'Amazon John') ; 
INSERT INTO `wp_usermeta` VALUES (1338, 118, 'pmpro_blastname', 'Cusson') ; 
INSERT INTO `wp_usermeta` VALUES (1339, 118, 'first_name', 'Amazon John') ; 
INSERT INTO `wp_usermeta` VALUES (1340, 118, 'last_name', 'Cusson') ; 
INSERT INTO `wp_usermeta` VALUES (1341, 118, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1342, 118, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (1343, 118, 'pmpro_baddress1', '12104 Southeastern Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (1344, 118, 'pmpro_bcity', 'Indianapolis') ; 
INSERT INTO `wp_usermeta` VALUES (1345, 118, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (1346, 118, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1347, 118, 'pmpro_bzipcode', '46259') ; 
INSERT INTO `wp_usermeta` VALUES (1348, 119, 'pmpro_bfirstname', 'Amber') ; 
INSERT INTO `wp_usermeta` VALUES (1349, 119, 'pmpro_blastname', 'Agent-Martinez') ; 
INSERT INTO `wp_usermeta` VALUES (1350, 119, 'first_name', 'Amber') ; 
INSERT INTO `wp_usermeta` VALUES (1351, 119, 'last_name', 'Agent-Martinez') ; 
INSERT INTO `wp_usermeta` VALUES (1352, 119, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1353, 119, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (1354, 119, 'pmpro_baddress1', '2223 Sherri Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (1355, 119, 'pmpro_bcity', 'Arcata') ; 
INSERT INTO `wp_usermeta` VALUES (1356, 119, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1357, 119, 'pmpro_bzipcode', '95521') ; 
INSERT INTO `wp_usermeta` VALUES (1358, 120, 'pmpro_bfirstname', 'Amber') ; 
INSERT INTO `wp_usermeta` VALUES (1359, 120, 'pmpro_blastname', 'Henderson') ; 
INSERT INTO `wp_usermeta` VALUES (1360, 120, 'first_name', 'Amber') ; 
INSERT INTO `wp_usermeta` VALUES (1361, 120, 'last_name', 'Henderson') ; 
INSERT INTO `wp_usermeta` VALUES (1362, 120, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (1363, 120, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (1364, 120, 'pmpro_baddress1', '9383 Jamaica Beach') ; 
INSERT INTO `wp_usermeta` VALUES (1365, 120, 'pmpro_bcity', 'Galveston') ; 
INSERT INTO `wp_usermeta` VALUES (1366, 120, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1367, 120, 'pmpro_bzipcode', '77554-9657') ; 
INSERT INTO `wp_usermeta` VALUES (1368, 121, 'pmpro_bfirstname', 'Amber') ; 
INSERT INTO `wp_usermeta` VALUES (1369, 121, 'pmpro_blastname', 'Zelmer') ; 
INSERT INTO `wp_usermeta` VALUES (1370, 121, 'first_name', 'Amber') ; 
INSERT INTO `wp_usermeta` VALUES (1371, 121, 'last_name', 'Zelmer') ; 
INSERT INTO `wp_usermeta` VALUES (1372, 121, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (1373, 121, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (1374, 121, 'pmpro_baddress1', '2111 Holly Hall St.  Apt 1213') ; 
INSERT INTO `wp_usermeta` VALUES (1375, 121, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (1376, 121, 'pmpro_bcity', 'Houston') ; 
INSERT INTO `wp_usermeta` VALUES (1377, 121, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1378, 121, 'pmpro_bzipcode', '77054') ; 
INSERT INTO `wp_usermeta` VALUES (1379, 122, 'pmpro_bfirstname', 'Amber') ; 
INSERT INTO `wp_usermeta` VALUES (1380, 122, 'pmpro_blastname', 'Sutton') ; 
INSERT INTO `wp_usermeta` VALUES (1381, 122, 'first_name', 'Amber') ; 
INSERT INTO `wp_usermeta` VALUES (1382, 122, 'last_name', 'Sutton') ; 
INSERT INTO `wp_usermeta` VALUES (1383, 122, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1384, 122, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (1385, 122, 'pmpro_baddress1', '3002A NW 79th Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (1386, 122, 'pmpro_bcity', 'Gainesville') ; 
INSERT INTO `wp_usermeta` VALUES (1387, 122, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1388, 122, 'pmpro_bzipcode', '32606') ; 
INSERT INTO `wp_usermeta` VALUES (1389, 123, 'pmpro_bfirstname', 'Amber') ; 
INSERT INTO `wp_usermeta` VALUES (1390, 123, 'pmpro_blastname', 'Eagleson') ; 
INSERT INTO `wp_usermeta` VALUES (1391, 123, 'first_name', 'Amber') ; 
INSERT INTO `wp_usermeta` VALUES (1392, 123, 'last_name', 'Eagleson') ; 
INSERT INTO `wp_usermeta` VALUES (1393, 123, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1394, 123, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (1395, 123, 'pmpro_baddress1', '6126 Stony Brook Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (1396, 123, 'pmpro_bcity', 'Ft. Wayne') ; 
INSERT INTO `wp_usermeta` VALUES (1397, 123, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1398, 123, 'pmpro_bzipcode', '46835') ; 
INSERT INTO `wp_usermeta` VALUES (1399, 124, 'pmpro_bfirstname', 'Amber') ; 
INSERT INTO `wp_usermeta` VALUES (1400, 124, 'pmpro_blastname', 'Shanks') ; 
INSERT INTO `wp_usermeta` VALUES (1401, 124, 'first_name', 'Amber') ; 
INSERT INTO `wp_usermeta` VALUES (1402, 124, 'last_name', 'Shanks') ; 
INSERT INTO `wp_usermeta` VALUES (1403, 124, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1404, 124, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (1405, 124, 'pmpro_baddress1', '52225 Avenida Alvarado') ; 
INSERT INTO `wp_usermeta` VALUES (1406, 124, 'pmpro_bcity', 'La Quinta') ; 
INSERT INTO `wp_usermeta` VALUES (1407, 124, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1408, 124, 'pmpro_bzipcode', '92253') ; 
INSERT INTO `wp_usermeta` VALUES (1409, 125, 'pmpro_bfirstname', 'Amelia') ; 
INSERT INTO `wp_usermeta` VALUES (1410, 125, 'pmpro_blastname', 'Hummel') ; 
INSERT INTO `wp_usermeta` VALUES (1411, 125, 'first_name', 'Amelia') ; 
INSERT INTO `wp_usermeta` VALUES (1412, 125, 'last_name', 'Hummel') ; 
INSERT INTO `wp_usermeta` VALUES (1413, 125, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1414, 125, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (1415, 125, 'pmpro_baddress1', '1104 Joaquin Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (1416, 125, 'pmpro_bcity', 'Pensacola') ; 
INSERT INTO `wp_usermeta` VALUES (1417, 125, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1418, 125, 'pmpro_bzipcode', '32506') ; 
INSERT INTO `wp_usermeta` VALUES (1419, 126, 'pmpro_bfirstname', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1420, 126, 'pmpro_blastname', 'Coons') ; 
INSERT INTO `wp_usermeta` VALUES (1421, 126, 'first_name', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1422, 126, 'last_name', 'Coons') ; 
INSERT INTO `wp_usermeta` VALUES (1423, 126, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1424, 126, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (1425, 126, 'pmpro_baddress1', '3527 Prairie Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (1426, 126, 'pmpro_bcity', 'Brookfield') ; 
INSERT INTO `wp_usermeta` VALUES (1427, 126, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1428, 126, 'pmpro_bzipcode', '60513') ; 
INSERT INTO `wp_usermeta` VALUES (1429, 127, 'pmpro_bfirstname', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1430, 127, 'pmpro_blastname', 'Costa') ; 
INSERT INTO `wp_usermeta` VALUES (1431, 127, 'first_name', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1432, 127, 'last_name', 'Costa') ; 
INSERT INTO `wp_usermeta` VALUES (1433, 127, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1434, 127, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (1435, 127, 'pmpro_baddress1', '16673 W. Monte Cristo Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (1436, 127, 'pmpro_bcity', 'Surprise') ; 
INSERT INTO `wp_usermeta` VALUES (1437, 127, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1438, 127, 'pmpro_bzipcode', '85388') ; 
INSERT INTO `wp_usermeta` VALUES (1439, 128, 'pmpro_bfirstname', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1440, 128, 'pmpro_blastname', 'Rose') ; 
INSERT INTO `wp_usermeta` VALUES (1441, 128, 'first_name', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1442, 128, 'last_name', 'Rose') ; 
INSERT INTO `wp_usermeta` VALUES (1443, 128, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1444, 128, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (1445, 128, 'pmpro_baddress1', '4110 Yorkshire Rd') ; 
INSERT INTO `wp_usermeta` VALUES (1446, 128, 'pmpro_bcity', 'Detroit') ; 
INSERT INTO `wp_usermeta` VALUES (1447, 128, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1448, 128, 'pmpro_bzipcode', '48224') ; 
INSERT INTO `wp_usermeta` VALUES (1449, 129, 'pmpro_bfirstname', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1450, 129, 'pmpro_blastname', 'Evans') ; 
INSERT INTO `wp_usermeta` VALUES (1451, 129, 'first_name', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1452, 129, 'last_name', 'Evans') ; 
INSERT INTO `wp_usermeta` VALUES (1453, 129, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1454, 129, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (1455, 129, 'pmpro_baddress1', '912 W. Jacinto Cir.') ; 
INSERT INTO `wp_usermeta` VALUES (1456, 129, 'pmpro_bcity', 'Mesa') ; 
INSERT INTO `wp_usermeta` VALUES (1457, 129, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1458, 129, 'pmpro_bzipcode', '85210') ; 
INSERT INTO `wp_usermeta` VALUES (1459, 130, 'pmpro_bfirstname', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1460, 130, 'pmpro_blastname', 'Golden') ; 
INSERT INTO `wp_usermeta` VALUES (1461, 130, 'first_name', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1462, 130, 'last_name', 'Golden') ; 
INSERT INTO `wp_usermeta` VALUES (1463, 130, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1464, 130, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (1465, 130, 'pmpro_baddress1', '96 Cooper Dr. ') ; 
INSERT INTO `wp_usermeta` VALUES (1466, 130, 'pmpro_baddress2', 'Apt 2A') ; 
INSERT INTO `wp_usermeta` VALUES (1467, 130, 'pmpro_bcity', 'NW Rochelle') ; 
INSERT INTO `wp_usermeta` VALUES (1468, 130, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1469, 130, 'pmpro_bzipcode', '10801') ; 
INSERT INTO `wp_usermeta` VALUES (1470, 131, 'pmpro_bfirstname', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1471, 131, 'pmpro_blastname', 'Sheridan') ; 
INSERT INTO `wp_usermeta` VALUES (1472, 131, 'first_name', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1473, 131, 'last_name', 'Sheridan') ; 
INSERT INTO `wp_usermeta` VALUES (1474, 131, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1475, 131, 'pmpro_bstate', 'NH') ; 
INSERT INTO `wp_usermeta` VALUES (1476, 131, 'pmpro_baddress1', '51 Noyes St.') ; 
INSERT INTO `wp_usermeta` VALUES (1477, 131, 'pmpro_bcity', 'Concord') ; 
INSERT INTO `wp_usermeta` VALUES (1478, 131, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1479, 131, 'pmpro_bzipcode', '3301') ; 
INSERT INTO `wp_usermeta` VALUES (1480, 132, 'pmpro_bfirstname', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1481, 132, 'pmpro_blastname', 'Demchak') ; 
INSERT INTO `wp_usermeta` VALUES (1482, 132, 'first_name', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1483, 132, 'last_name', 'Demchak') ; 
INSERT INTO `wp_usermeta` VALUES (1484, 132, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1485, 132, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (1486, 132, 'pmpro_baddress1', '230 Oak Leaf Way') ; 
INSERT INTO `wp_usermeta` VALUES (1487, 132, 'pmpro_bcity', 'Halethorpe') ; 
INSERT INTO `wp_usermeta` VALUES (1488, 132, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1489, 132, 'pmpro_bzipcode', '21227-1741') ; 
INSERT INTO `wp_usermeta` VALUES (1490, 133, 'pmpro_bfirstname', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1491, 133, 'pmpro_blastname', 'Petersen') ; 
INSERT INTO `wp_usermeta` VALUES (1492, 133, 'first_name', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1493, 133, 'last_name', 'Petersen') ; 
INSERT INTO `wp_usermeta` VALUES (1494, 133, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (1495, 133, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (1496, 133, 'pmpro_baddress1', '2423 Hayes Avenue') ; 
INSERT INTO `wp_usermeta` VALUES (1497, 133, 'pmpro_bcity', 'Racine') ; 
INSERT INTO `wp_usermeta` VALUES (1498, 133, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1499, 133, 'pmpro_bzipcode', '53405') ; 
INSERT INTO `wp_usermeta` VALUES (1500, 134, 'pmpro_bfirstname', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1501, 134, 'pmpro_blastname', 'Simonton') ; 
INSERT INTO `wp_usermeta` VALUES (1502, 134, 'first_name', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1503, 134, 'last_name', 'Simonton') ; 
INSERT INTO `wp_usermeta` VALUES (1504, 134, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1505, 134, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (1506, 134, 'pmpro_baddress1', '2070 Zoo Lane') ; 
INSERT INTO `wp_usermeta` VALUES (1507, 134, 'pmpro_bcity', 'Abilene') ; 
INSERT INTO `wp_usermeta` VALUES (1508, 134, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1509, 134, 'pmpro_bzipcode', '79602') ; 
INSERT INTO `wp_usermeta` VALUES (1510, 135, 'pmpro_bfirstname', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1511, 135, 'pmpro_blastname', 'Vargas') ; 
INSERT INTO `wp_usermeta` VALUES (1512, 135, 'first_name', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1513, 135, 'last_name', 'Vargas') ; 
INSERT INTO `wp_usermeta` VALUES (1514, 135, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1515, 135, 'pmpro_bstate', 'ID') ; 
INSERT INTO `wp_usermeta` VALUES (1516, 135, 'pmpro_baddress1', '1201 E. 1000 N.') ; 
INSERT INTO `wp_usermeta` VALUES (1517, 135, 'pmpro_bcity', 'Shelley') ; 
INSERT INTO `wp_usermeta` VALUES (1518, 135, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1519, 135, 'pmpro_bzipcode', '83274') ; 
INSERT INTO `wp_usermeta` VALUES (1520, 136, 'pmpro_bfirstname', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1521, 136, 'pmpro_blastname', 'Ellwein') ; 
INSERT INTO `wp_usermeta` VALUES (1522, 136, 'first_name', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1523, 136, 'last_name', 'Ellwein') ; 
INSERT INTO `wp_usermeta` VALUES (1524, 136, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1525, 136, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (1526, 136, 'pmpro_baddress1', 'P.O. Box 974') ; 
INSERT INTO `wp_usermeta` VALUES (1527, 136, 'pmpro_bcity', 'Murphys') ; 
INSERT INTO `wp_usermeta` VALUES (1528, 136, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1529, 136, 'pmpro_bzipcode', '95247') ; 
INSERT INTO `wp_usermeta` VALUES (1530, 137, 'pmpro_bfirstname', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1531, 137, 'pmpro_blastname', 'Hewitt') ; 
INSERT INTO `wp_usermeta` VALUES (1532, 137, 'first_name', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1533, 137, 'last_name', 'Hewitt') ; 
INSERT INTO `wp_usermeta` VALUES (1534, 137, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (1535, 137, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (1536, 137, 'pmpro_baddress1', '8920 Peterson Road') ; 
INSERT INTO `wp_usermeta` VALUES (1537, 137, 'pmpro_bcity', 'St. Francisville') ; 
INSERT INTO `wp_usermeta` VALUES (1538, 137, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1539, 137, 'pmpro_bzipcode', '70775') ; 
INSERT INTO `wp_usermeta` VALUES (1540, 138, 'pmpro_bfirstname', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1541, 138, 'pmpro_blastname', 'March') ; 
INSERT INTO `wp_usermeta` VALUES (1542, 138, 'first_name', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1543, 138, 'last_name', 'March') ; 
INSERT INTO `wp_usermeta` VALUES (1544, 138, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (1545, 138, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (1546, 138, 'pmpro_baddress1', '405 Heritage Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (1547, 138, 'pmpro_bcity', 'Winston-Salem') ; 
INSERT INTO `wp_usermeta` VALUES (1548, 138, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1549, 138, 'pmpro_bzipcode', '27107') ; 
INSERT INTO `wp_usermeta` VALUES (1550, 139, 'pmpro_bfirstname', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1551, 139, 'pmpro_blastname', 'Graves') ; 
INSERT INTO `wp_usermeta` VALUES (1552, 139, 'first_name', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1553, 139, 'last_name', 'Graves') ; 
INSERT INTO `wp_usermeta` VALUES (1554, 139, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1555, 139, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (1556, 139, 'pmpro_baddress1', '7244 Sawyer Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (1557, 139, 'pmpro_bcity', 'Signal Mtn.') ; 
INSERT INTO `wp_usermeta` VALUES (1558, 139, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1559, 139, 'pmpro_bzipcode', '37377') ; 
INSERT INTO `wp_usermeta` VALUES (1560, 140, 'pmpro_bfirstname', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1561, 140, 'pmpro_blastname', 'Warren') ; 
INSERT INTO `wp_usermeta` VALUES (1562, 140, 'first_name', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1563, 140, 'last_name', 'Warren') ; 
INSERT INTO `wp_usermeta` VALUES (1564, 140, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (1565, 140, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (1566, 140, 'pmpro_baddress1', '112 Gilbert Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (1567, 140, 'pmpro_bcity', 'Barre') ; 
INSERT INTO `wp_usermeta` VALUES (1568, 140, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1569, 140, 'pmpro_bzipcode', '01005') ; 
INSERT INTO `wp_usermeta` VALUES (1570, 141, 'pmpro_bfirstname', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1571, 141, 'pmpro_blastname', 'Skokowski') ; 
INSERT INTO `wp_usermeta` VALUES (1572, 141, 'first_name', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1573, 141, 'last_name', 'Skokowski') ; 
INSERT INTO `wp_usermeta` VALUES (1574, 141, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1575, 141, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (1576, 141, 'pmpro_baddress1', '849 12th Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (1577, 141, 'pmpro_bcity', 'Prospect Park') ; 
INSERT INTO `wp_usermeta` VALUES (1578, 141, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1579, 141, 'pmpro_bzipcode', '19076') ; 
INSERT INTO `wp_usermeta` VALUES (1580, 142, 'pmpro_bfirstname', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1581, 142, 'pmpro_blastname', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (1582, 142, 'first_name', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1583, 142, 'last_name', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (1584, 142, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (1585, 142, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (1586, 142, 'pmpro_baddress1', '11219 Pinehurst Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (1587, 142, 'pmpro_bcity', 'Lakeside') ; 
INSERT INTO `wp_usermeta` VALUES (1588, 142, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1589, 142, 'pmpro_bzipcode', '92040') ; 
INSERT INTO `wp_usermeta` VALUES (1590, 143, 'pmpro_bfirstname', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1591, 143, 'pmpro_blastname', 'Falvey') ; 
INSERT INTO `wp_usermeta` VALUES (1592, 143, 'first_name', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1593, 143, 'last_name', 'Falvey') ; 
INSERT INTO `wp_usermeta` VALUES (1594, 143, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1595, 143, 'pmpro_bstate', 'NM') ; 
INSERT INTO `wp_usermeta` VALUES (1596, 143, 'pmpro_baddress1', '1376 E. 9th St.') ; 
INSERT INTO `wp_usermeta` VALUES (1597, 143, 'pmpro_bcity', 'Alamogordo') ; 
INSERT INTO `wp_usermeta` VALUES (1598, 143, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (1599, 143, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1600, 143, 'pmpro_bzipcode', '88310') ; 
INSERT INTO `wp_usermeta` VALUES (1601, 144, 'pmpro_bfirstname', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1602, 144, 'pmpro_blastname', 'Roberts') ; 
INSERT INTO `wp_usermeta` VALUES (1603, 144, 'first_name', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1604, 144, 'last_name', 'Roberts') ; 
INSERT INTO `wp_usermeta` VALUES (1605, 144, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1606, 144, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (1607, 144, 'pmpro_baddress1', '249 South Blvd.  Apt 2E') ; 
INSERT INTO `wp_usermeta` VALUES (1608, 144, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (1609, 144, 'pmpro_bcity', 'Oak Park') ; 
INSERT INTO `wp_usermeta` VALUES (1610, 144, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1611, 144, 'pmpro_bzipcode', '60302') ; 
INSERT INTO `wp_usermeta` VALUES (1612, 145, 'pmpro_bfirstname', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1613, 145, 'pmpro_blastname', 'Sarno') ; 
INSERT INTO `wp_usermeta` VALUES (1614, 145, 'first_name', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1615, 145, 'last_name', 'Sarno') ; 
INSERT INTO `wp_usermeta` VALUES (1616, 145, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1617, 145, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (1618, 145, 'pmpro_baddress1', '7028 Hunter St.') ; 
INSERT INTO `wp_usermeta` VALUES (1619, 145, 'pmpro_bcity', 'Raytown') ; 
INSERT INTO `wp_usermeta` VALUES (1620, 145, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1621, 145, 'pmpro_bzipcode', '64133') ; 
INSERT INTO `wp_usermeta` VALUES (1622, 146, 'pmpro_bfirstname', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1623, 146, 'pmpro_blastname', 'Seadler') ; 
INSERT INTO `wp_usermeta` VALUES (1624, 146, 'first_name', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (1625, 146, 'last_name', 'Seadler') ; 
INSERT INTO `wp_usermeta` VALUES (1626, 146, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1627, 146, 'pmpro_bstate', 'KY') ; 
INSERT INTO `wp_usermeta` VALUES (1628, 146, 'pmpro_baddress1', '5517 Maco Lane') ; 
INSERT INTO `wp_usermeta` VALUES (1629, 146, 'pmpro_bcity', 'Louisville') ; 
INSERT INTO `wp_usermeta` VALUES (1630, 146, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1631, 146, 'pmpro_bzipcode', '40219') ; 
INSERT INTO `wp_usermeta` VALUES (1632, 147, 'pmpro_bfirstname', 'Amy L.') ; 
INSERT INTO `wp_usermeta` VALUES (1633, 147, 'pmpro_blastname', 'Davis') ; 
INSERT INTO `wp_usermeta` VALUES (1634, 147, 'first_name', 'Amy L.') ; 
INSERT INTO `wp_usermeta` VALUES (1635, 147, 'last_name', 'Davis') ; 
INSERT INTO `wp_usermeta` VALUES (1636, 147, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1637, 147, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (1638, 147, 'pmpro_baddress1', '7215 S. 120th St.') ; 
INSERT INTO `wp_usermeta` VALUES (1639, 147, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (1640, 147, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1641, 147, 'pmpro_bzipcode', '98178') ; 
INSERT INTO `wp_usermeta` VALUES (1642, 148, 'pmpro_bfirstname', 'Andrea') ; 
INSERT INTO `wp_usermeta` VALUES (1643, 148, 'pmpro_blastname', 'Drost') ; 
INSERT INTO `wp_usermeta` VALUES (1644, 148, 'first_name', 'Andrea') ; 
INSERT INTO `wp_usermeta` VALUES (1645, 148, 'last_name', 'Drost') ; 
INSERT INTO `wp_usermeta` VALUES (1646, 148, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (1647, 148, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (1648, 148, 'pmpro_baddress1', '68 Walton Drive') ; 
INSERT INTO `wp_usermeta` VALUES (1649, 148, 'pmpro_bcity', 'Aurora') ; 
INSERT INTO `wp_usermeta` VALUES (1650, 148, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1651, 148, 'pmpro_bzipcode', 'L4G 3K5') ; 
INSERT INTO `wp_usermeta` VALUES (1652, 149, 'pmpro_bfirstname', 'Andrea') ; 
INSERT INTO `wp_usermeta` VALUES (1653, 149, 'pmpro_blastname', 'Hathaway') ; 
INSERT INTO `wp_usermeta` VALUES (1654, 149, 'first_name', 'Andrea') ; 
INSERT INTO `wp_usermeta` VALUES (1655, 149, 'last_name', 'Hathaway') ; 
INSERT INTO `wp_usermeta` VALUES (1656, 149, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (1657, 149, 'pmpro_bstate', 'Ont.') ; 
INSERT INTO `wp_usermeta` VALUES (1658, 149, 'pmpro_baddress1', '361 A Old Finch Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (1659, 149, 'pmpro_bcity', 'Scarborough') ; 
INSERT INTO `wp_usermeta` VALUES (1660, 149, 'uxf_organization', 'Toronto Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (1661, 149, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1662, 149, 'pmpro_bzipcode', 'MlB 5K7') ; 
INSERT INTO `wp_usermeta` VALUES (1663, 150, 'pmpro_bfirstname', 'Andrea') ; 
INSERT INTO `wp_usermeta` VALUES (1664, 150, 'pmpro_blastname', 'Lee') ; 
INSERT INTO `wp_usermeta` VALUES (1665, 150, 'first_name', 'Andrea') ; 
INSERT INTO `wp_usermeta` VALUES (1666, 150, 'last_name', 'Lee') ; 
INSERT INTO `wp_usermeta` VALUES (1667, 150, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (1668, 150, 'pmpro_bstate', 'BC') ; 
INSERT INTO `wp_usermeta` VALUES (1669, 150, 'pmpro_baddress1', '6425 Sperling Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (1670, 150, 'pmpro_bcity', 'Burnaby') ; 
INSERT INTO `wp_usermeta` VALUES (1671, 150, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1672, 150, 'pmpro_bzipcode', 'V5E 2V3') ; 
INSERT INTO `wp_usermeta` VALUES (1673, 151, 'pmpro_bfirstname', 'Andrea') ; 
INSERT INTO `wp_usermeta` VALUES (1674, 151, 'pmpro_blastname', 'DeMuth: Curator') ; 
INSERT INTO `wp_usermeta` VALUES (1675, 151, 'first_name', 'Brookgreen Gardens') ; 
INSERT INTO `wp_usermeta` VALUES (1676, 151, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (1677, 151, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1678, 151, 'pmpro_bstate', 'SC') ; 
INSERT INTO `wp_usermeta` VALUES (1679, 151, 'pmpro_baddress1', 'P.O. Box 3368') ; 
INSERT INTO `wp_usermeta` VALUES (1680, 151, 'pmpro_bcity', 'Pawley\'s Island') ; 
INSERT INTO `wp_usermeta` VALUES (1681, 151, 'uxf_organization', 'Brookgreen Gardens') ; 
INSERT INTO `wp_usermeta` VALUES (1682, 151, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1683, 151, 'pmpro_bzipcode', '29585') ; 
INSERT INTO `wp_usermeta` VALUES (1684, 151, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (1685, 152, 'pmpro_bfirstname', 'Andrea') ; 
INSERT INTO `wp_usermeta` VALUES (1686, 152, 'pmpro_blastname', 'Stein') ; 
INSERT INTO `wp_usermeta` VALUES (1687, 152, 'first_name', 'Andrea') ; 
INSERT INTO `wp_usermeta` VALUES (1688, 152, 'last_name', 'Stein') ; 
INSERT INTO `wp_usermeta` VALUES (1689, 152, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (1690, 152, 'pmpro_bstate', 'RI') ; 
INSERT INTO `wp_usermeta` VALUES (1691, 152, 'pmpro_baddress1', '200 Post Rd. #505') ; 
INSERT INTO `wp_usermeta` VALUES (1692, 152, 'pmpro_bcity', 'Warwick') ; 
INSERT INTO `wp_usermeta` VALUES (1693, 152, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1694, 152, 'pmpro_bzipcode', '02888') ; 
INSERT INTO `wp_usermeta` VALUES (1695, 153, 'pmpro_bfirstname', 'Andrea') ; 
INSERT INTO `wp_usermeta` VALUES (1696, 153, 'pmpro_blastname', 'Bryant') ; 
INSERT INTO `wp_usermeta` VALUES (1697, 153, 'first_name', 'Andrea') ; 
INSERT INTO `wp_usermeta` VALUES (1698, 153, 'last_name', 'Bryant') ; 
INSERT INTO `wp_usermeta` VALUES (1699, 153, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (1700, 153, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (1701, 153, 'pmpro_baddress1', '1115 Tari Place') ; 
INSERT INTO `wp_usermeta` VALUES (1702, 153, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (1703, 153, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1704, 153, 'pmpro_bzipcode', '80921') ; 
INSERT INTO `wp_usermeta` VALUES (1705, 154, 'pmpro_bfirstname', 'Andrea') ; 
INSERT INTO `wp_usermeta` VALUES (1706, 154, 'pmpro_blastname', 'Dougall') ; 
INSERT INTO `wp_usermeta` VALUES (1707, 154, 'first_name', 'Andrea') ; 
INSERT INTO `wp_usermeta` VALUES (1708, 154, 'last_name', 'Dougall') ; 
INSERT INTO `wp_usermeta` VALUES (1709, 154, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1710, 154, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (1711, 154, 'pmpro_baddress1', '832 Erie St. #24') ; 
INSERT INTO `wp_usermeta` VALUES (1712, 154, 'pmpro_bcity', 'Oakland') ; 
INSERT INTO `wp_usermeta` VALUES (1713, 154, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1714, 154, 'pmpro_bzipcode', '94610') ; 
INSERT INTO `wp_usermeta` VALUES (1715, 155, 'pmpro_bfirstname', 'Andrea') ; 
INSERT INTO `wp_usermeta` VALUES (1716, 155, 'pmpro_blastname', 'Perry') ; 
INSERT INTO `wp_usermeta` VALUES (1717, 155, 'first_name', 'Andrea') ; 
INSERT INTO `wp_usermeta` VALUES (1718, 155, 'last_name', 'Perry') ; 
INSERT INTO `wp_usermeta` VALUES (1719, 155, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1720, 155, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (1721, 155, 'pmpro_baddress1', '4513 N. Valley Dr. NE') ; 
INSERT INTO `wp_usermeta` VALUES (1722, 155, 'pmpro_bcity', 'Grand Rapids') ; 
INSERT INTO `wp_usermeta` VALUES (1723, 155, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1724, 155, 'pmpro_bzipcode', '49525') ; 
INSERT INTO `wp_usermeta` VALUES (1725, 156, 'pmpro_bfirstname', 'Andrea') ; 
INSERT INTO `wp_usermeta` VALUES (1726, 156, 'pmpro_blastname', 'Zlabis') ; 
INSERT INTO `wp_usermeta` VALUES (1727, 156, 'first_name', 'Andrea') ; 
INSERT INTO `wp_usermeta` VALUES (1728, 156, 'last_name', 'Zlabis') ; 
INSERT INTO `wp_usermeta` VALUES (1729, 156, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1730, 156, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (1731, 156, 'pmpro_baddress1', '3004 N. 78th Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (1732, 156, 'pmpro_bcity', 'Elmwood Park') ; 
INSERT INTO `wp_usermeta` VALUES (1733, 156, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1734, 156, 'pmpro_bzipcode', '60707') ; 
INSERT INTO `wp_usermeta` VALUES (1735, 157, 'pmpro_bfirstname', 'Andrea') ; 
INSERT INTO `wp_usermeta` VALUES (1736, 157, 'pmpro_blastname', 'Schneider') ; 
INSERT INTO `wp_usermeta` VALUES (1737, 157, 'first_name', 'Andrea') ; 
INSERT INTO `wp_usermeta` VALUES (1738, 157, 'last_name', 'Schneider') ; 
INSERT INTO `wp_usermeta` VALUES (1739, 157, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1740, 157, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (1741, 157, 'pmpro_baddress1', 'P.O. Box 92261') ; 
INSERT INTO `wp_usermeta` VALUES (1742, 157, 'pmpro_bcity', 'Lafayette') ; 
INSERT INTO `wp_usermeta` VALUES (1743, 157, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1744, 157, 'pmpro_bzipcode', '70509') ; 
INSERT INTO `wp_usermeta` VALUES (1745, 158, 'pmpro_bfirstname', 'Andrea Lea') ; 
INSERT INTO `wp_usermeta` VALUES (1746, 158, 'pmpro_blastname', 'Farson') ; 
INSERT INTO `wp_usermeta` VALUES (1747, 158, 'first_name', 'Andrea Lea') ; 
INSERT INTO `wp_usermeta` VALUES (1748, 158, 'last_name', 'Farson') ; 
INSERT INTO `wp_usermeta` VALUES (1749, 158, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1750, 158, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (1751, 158, 'pmpro_baddress1', '10520 Dunham Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (1752, 158, 'pmpro_bcity', 'Mt. Vernon') ; 
INSERT INTO `wp_usermeta` VALUES (1753, 158, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1754, 158, 'pmpro_bzipcode', '43050') ; 
INSERT INTO `wp_usermeta` VALUES (1755, 159, 'pmpro_bfirstname', 'Andrew') ; 
INSERT INTO `wp_usermeta` VALUES (1756, 159, 'pmpro_blastname', 'Antilla') ; 
INSERT INTO `wp_usermeta` VALUES (1757, 159, 'first_name', 'Andrew') ; 
INSERT INTO `wp_usermeta` VALUES (1758, 159, 'last_name', 'Antilla') ; 
INSERT INTO `wp_usermeta` VALUES (1759, 159, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1760, 159, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (1761, 159, 'pmpro_baddress1', '14326 17th Ave. NE') ; 
INSERT INTO `wp_usermeta` VALUES (1762, 159, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (1763, 159, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1764, 159, 'pmpro_bzipcode', '98125') ; 
INSERT INTO `wp_usermeta` VALUES (1765, 160, 'pmpro_bfirstname', 'Andrew') ; 
INSERT INTO `wp_usermeta` VALUES (1766, 160, 'pmpro_blastname', 'Eckstein') ; 
INSERT INTO `wp_usermeta` VALUES (1767, 160, 'first_name', 'Andrew') ; 
INSERT INTO `wp_usermeta` VALUES (1768, 160, 'last_name', 'Eckstein') ; 
INSERT INTO `wp_usermeta` VALUES (1769, 160, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (1770, 160, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (1771, 160, 'pmpro_baddress1', '5630 Osage Lake Dr 1B') ; 
INSERT INTO `wp_usermeta` VALUES (1772, 160, 'pmpro_bcity', 'Mishawaka') ; 
INSERT INTO `wp_usermeta` VALUES (1773, 160, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1774, 160, 'pmpro_bzipcode', '46545') ; 
INSERT INTO `wp_usermeta` VALUES (1775, 161, 'pmpro_bfirstname', 'Andrew') ; 
INSERT INTO `wp_usermeta` VALUES (1776, 161, 'pmpro_blastname', 'Evancho') ; 
INSERT INTO `wp_usermeta` VALUES (1777, 161, 'first_name', 'Andrew') ; 
INSERT INTO `wp_usermeta` VALUES (1778, 161, 'last_name', 'Evancho') ; 
INSERT INTO `wp_usermeta` VALUES (1779, 161, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1780, 161, 'pmpro_bstate', 'CT') ; 
INSERT INTO `wp_usermeta` VALUES (1781, 161, 'pmpro_baddress1', '4 Krystalle Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (1782, 161, 'pmpro_bcity', 'Oxford') ; 
INSERT INTO `wp_usermeta` VALUES (1783, 161, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1784, 161, 'pmpro_bzipcode', '6478') ; 
INSERT INTO `wp_usermeta` VALUES (1785, 162, 'pmpro_bfirstname', 'Andrew') ; 
INSERT INTO `wp_usermeta` VALUES (1786, 162, 'pmpro_blastname', 'Jones') ; 
INSERT INTO `wp_usermeta` VALUES (1787, 162, 'first_name', 'Andrew') ; 
INSERT INTO `wp_usermeta` VALUES (1788, 162, 'last_name', 'Jones') ; 
INSERT INTO `wp_usermeta` VALUES (1789, 162, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1790, 162, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (1791, 162, 'pmpro_baddress1', '1 Covey Place') ; 
INSERT INTO `wp_usermeta` VALUES (1792, 162, 'pmpro_bcity', 'Monroeville') ; 
INSERT INTO `wp_usermeta` VALUES (1793, 162, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1794, 162, 'pmpro_bzipcode', '8343') ; 
INSERT INTO `wp_usermeta` VALUES (1795, 163, 'pmpro_bfirstname', 'Andrew') ; 
INSERT INTO `wp_usermeta` VALUES (1796, 163, 'pmpro_blastname', 'Rowan') ; 
INSERT INTO `wp_usermeta` VALUES (1797, 163, 'first_name', 'Andrew') ; 
INSERT INTO `wp_usermeta` VALUES (1798, 163, 'last_name', 'Rowan') ; 
INSERT INTO `wp_usermeta` VALUES (1799, 163, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (1800, 163, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (1801, 163, 'pmpro_baddress1', '1625 Elm St.') ; 
INSERT INTO `wp_usermeta` VALUES (1802, 163, 'pmpro_bcity', 'Denver') ; 
INSERT INTO `wp_usermeta` VALUES (1803, 163, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1804, 163, 'pmpro_bzipcode', '80220') ; 
INSERT INTO `wp_usermeta` VALUES (1805, 164, 'pmpro_bfirstname', 'Andria') ; 
INSERT INTO `wp_usermeta` VALUES (1806, 164, 'pmpro_blastname', 'Benedetti') ; 
INSERT INTO `wp_usermeta` VALUES (1807, 164, 'first_name', 'Andria') ; 
INSERT INTO `wp_usermeta` VALUES (1808, 164, 'last_name', 'Benedetti') ; 
INSERT INTO `wp_usermeta` VALUES (1809, 164, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (1810, 164, 'pmpro_bstate', 'OK') ; 
INSERT INTO `wp_usermeta` VALUES (1811, 164, 'pmpro_baddress1', '2504 S. Oak Place') ; 
INSERT INTO `wp_usermeta` VALUES (1812, 164, 'pmpro_bcity', 'Broken Arrow') ; 
INSERT INTO `wp_usermeta` VALUES (1813, 164, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1814, 164, 'pmpro_bzipcode', '74012') ; 
INSERT INTO `wp_usermeta` VALUES (1815, 165, 'pmpro_bfirstname', ' Andria ') ; 
INSERT INTO `wp_usermeta` VALUES (1816, 165, 'pmpro_blastname', 'Heath') ; 
INSERT INTO `wp_usermeta` VALUES (1817, 165, 'first_name', 'Utica Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (1818, 165, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (1819, 165, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1820, 165, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (1821, 165, 'pmpro_baddress1', 'One Utica Zoo Way') ; 
INSERT INTO `wp_usermeta` VALUES (1822, 165, 'pmpro_bcity', 'Utica') ; 
INSERT INTO `wp_usermeta` VALUES (1823, 165, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (1824, 165, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1825, 165, 'pmpro_bzipcode', '13501') ; 
INSERT INTO `wp_usermeta` VALUES (1826, 165, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (1827, 166, 'pmpro_bfirstname', 'Andy') ; 
INSERT INTO `wp_usermeta` VALUES (1828, 166, 'pmpro_blastname', 'Burke') ; 
INSERT INTO `wp_usermeta` VALUES (1829, 166, 'first_name', 'Andy') ; 
INSERT INTO `wp_usermeta` VALUES (1830, 166, 'last_name', 'Burke') ; 
INSERT INTO `wp_usermeta` VALUES (1831, 166, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1832, 166, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (1833, 166, 'pmpro_baddress1', '336 Sugar Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (1834, 166, 'pmpro_bcity', 'Bolton') ; 
INSERT INTO `wp_usermeta` VALUES (1835, 166, 'uxf_organization', 'Animal Adventures') ; 
INSERT INTO `wp_usermeta` VALUES (1836, 166, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1837, 166, 'pmpro_bzipcode', '1740') ; 
INSERT INTO `wp_usermeta` VALUES (1838, 167, 'pmpro_bfirstname', 'Andy') ; 
INSERT INTO `wp_usermeta` VALUES (1839, 167, 'pmpro_blastname', 'Clement') ; 
INSERT INTO `wp_usermeta` VALUES (1840, 167, 'first_name', 'Andy') ; 
INSERT INTO `wp_usermeta` VALUES (1841, 167, 'last_name', 'Clement') ; 
INSERT INTO `wp_usermeta` VALUES (1842, 167, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1843, 167, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (1844, 167, 'pmpro_baddress1', '48 Lannon Ave. NE') ; 
INSERT INTO `wp_usermeta` VALUES (1845, 167, 'pmpro_bcity', 'Atlanta') ; 
INSERT INTO `wp_usermeta` VALUES (1846, 167, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1847, 167, 'pmpro_bzipcode', '30317') ; 
INSERT INTO `wp_usermeta` VALUES (1848, 168, 'pmpro_bfirstname', 'Andy') ; 
INSERT INTO `wp_usermeta` VALUES (1849, 168, 'pmpro_blastname', 'Van Laan') ; 
INSERT INTO `wp_usermeta` VALUES (1850, 168, 'first_name', 'Andy') ; 
INSERT INTO `wp_usermeta` VALUES (1851, 168, 'last_name', 'Van Laan') ; 
INSERT INTO `wp_usermeta` VALUES (1852, 168, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1853, 168, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (1854, 168, 'pmpro_baddress1', '904 W. Gunnison St.') ; 
INSERT INTO `wp_usermeta` VALUES (1855, 168, 'pmpro_bcity', 'Chicago') ; 
INSERT INTO `wp_usermeta` VALUES (1856, 168, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1857, 168, 'pmpro_bzipcode', '60640') ; 
INSERT INTO `wp_usermeta` VALUES (1858, 169, 'pmpro_bfirstname', 'Andy') ; 
INSERT INTO `wp_usermeta` VALUES (1859, 169, 'pmpro_blastname', 'Lodge') ; 
INSERT INTO `wp_usermeta` VALUES (1860, 169, 'first_name', 'Andy') ; 
INSERT INTO `wp_usermeta` VALUES (1861, 169, 'last_name', 'Lodge') ; 
INSERT INTO `wp_usermeta` VALUES (1862, 169, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1863, 169, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (1864, 169, 'pmpro_baddress1', '90 Fallis Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (1865, 169, 'pmpro_bcity', 'Columbus') ; 
INSERT INTO `wp_usermeta` VALUES (1866, 169, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1867, 169, 'pmpro_bzipcode', '43214-3724') ; 
INSERT INTO `wp_usermeta` VALUES (1868, 170, 'pmpro_bfirstname', 'Angela') ; 
INSERT INTO `wp_usermeta` VALUES (1869, 170, 'pmpro_blastname', 'Snowie') ; 
INSERT INTO `wp_usermeta` VALUES (1870, 170, 'first_name', 'Angela') ; 
INSERT INTO `wp_usermeta` VALUES (1871, 170, 'last_name', 'Snowie') ; 
INSERT INTO `wp_usermeta` VALUES (1872, 170, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (1873, 170, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (1874, 170, 'pmpro_baddress1', '500 Creekview') ; 
INSERT INTO `wp_usermeta` VALUES (1875, 170, 'pmpro_bcity', 'Pickering') ; 
INSERT INTO `wp_usermeta` VALUES (1876, 170, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1877, 170, 'pmpro_bzipcode', 'L1W 2Z6') ; 
INSERT INTO `wp_usermeta` VALUES (1878, 171, 'pmpro_bfirstname', 'Angela') ; 
INSERT INTO `wp_usermeta` VALUES (1879, 171, 'pmpro_blastname', 'Marlow') ; 
INSERT INTO `wp_usermeta` VALUES (1880, 171, 'first_name', 'Angela') ; 
INSERT INTO `wp_usermeta` VALUES (1881, 171, 'last_name', 'Marlow') ; 
INSERT INTO `wp_usermeta` VALUES (1882, 171, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1883, 171, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (1884, 171, 'pmpro_baddress1', '6001 N. 25th Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (1885, 171, 'pmpro_bcity', 'Arlington') ; 
INSERT INTO `wp_usermeta` VALUES (1886, 171, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1887, 171, 'pmpro_bzipcode', '22207') ; 
INSERT INTO `wp_usermeta` VALUES (1888, 172, 'pmpro_bfirstname', 'Angela') ; 
INSERT INTO `wp_usermeta` VALUES (1889, 172, 'pmpro_blastname', 'Gibson') ; 
INSERT INTO `wp_usermeta` VALUES (1890, 172, 'first_name', 'Angela') ; 
INSERT INTO `wp_usermeta` VALUES (1891, 172, 'last_name', 'Gibson') ; 
INSERT INTO `wp_usermeta` VALUES (1892, 172, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1893, 172, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (1894, 172, 'pmpro_baddress1', '22307 137th Ave. E.') ; 
INSERT INTO `wp_usermeta` VALUES (1895, 172, 'pmpro_bcity', 'Graham') ; 
INSERT INTO `wp_usermeta` VALUES (1896, 172, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1897, 172, 'pmpro_bzipcode', '98338') ; 
INSERT INTO `wp_usermeta` VALUES (1898, 173, 'pmpro_bfirstname', 'Angela') ; 
INSERT INTO `wp_usermeta` VALUES (1899, 173, 'pmpro_blastname', 'Harrell') ; 
INSERT INTO `wp_usermeta` VALUES (1900, 173, 'first_name', 'Angela') ; 
INSERT INTO `wp_usermeta` VALUES (1901, 173, 'last_name', 'Harrell') ; 
INSERT INTO `wp_usermeta` VALUES (1902, 173, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1903, 173, 'pmpro_bstate', 'NM') ; 
INSERT INTO `wp_usermeta` VALUES (1904, 173, 'pmpro_baddress1', 'P.O. Box 3323') ; 
INSERT INTO `wp_usermeta` VALUES (1905, 173, 'pmpro_bcity', 'Albuquerque') ; 
INSERT INTO `wp_usermeta` VALUES (1906, 173, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1907, 173, 'pmpro_bzipcode', '87190') ; 
INSERT INTO `wp_usermeta` VALUES (1908, 174, 'pmpro_bfirstname', 'Angela') ; 
INSERT INTO `wp_usermeta` VALUES (1909, 174, 'pmpro_blastname', 'Wessel') ; 
INSERT INTO `wp_usermeta` VALUES (1910, 174, 'first_name', 'Angela') ; 
INSERT INTO `wp_usermeta` VALUES (1911, 174, 'last_name', 'Wessel') ; 
INSERT INTO `wp_usermeta` VALUES (1912, 174, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1913, 174, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (1914, 174, 'pmpro_baddress1', '1903 Carmody Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (1915, 174, 'pmpro_bcity', 'Wheaton') ; 
INSERT INTO `wp_usermeta` VALUES (1916, 174, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1917, 174, 'pmpro_bzipcode', '20902') ; 
INSERT INTO `wp_usermeta` VALUES (1918, 175, 'pmpro_bfirstname', 'Angela') ; 
INSERT INTO `wp_usermeta` VALUES (1919, 175, 'pmpro_blastname', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (1920, 175, 'first_name', 'Angela') ; 
INSERT INTO `wp_usermeta` VALUES (1921, 175, 'last_name', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (1922, 175, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (1923, 175, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (1924, 175, 'pmpro_baddress1', '327 Gentle Breeze Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (1925, 175, 'pmpro_bcity', 'Minneola') ; 
INSERT INTO `wp_usermeta` VALUES (1926, 175, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1927, 175, 'pmpro_bzipcode', '34715') ; 
INSERT INTO `wp_usermeta` VALUES (1928, 176, 'pmpro_bfirstname', 'Angela') ; 
INSERT INTO `wp_usermeta` VALUES (1929, 176, 'pmpro_blastname', 'Pizza') ; 
INSERT INTO `wp_usermeta` VALUES (1930, 176, 'first_name', 'Angela') ; 
INSERT INTO `wp_usermeta` VALUES (1931, 176, 'last_name', 'Pizza') ; 
INSERT INTO `wp_usermeta` VALUES (1932, 176, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1933, 176, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (1934, 176, 'pmpro_baddress1', '2908 Powhatan Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (1935, 176, 'pmpro_bcity', 'Pt. Pleasant Beach') ; 
INSERT INTO `wp_usermeta` VALUES (1936, 176, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1937, 176, 'pmpro_bzipcode', '8742') ; 
INSERT INTO `wp_usermeta` VALUES (1938, 177, 'pmpro_bfirstname', 'Angela') ; 
INSERT INTO `wp_usermeta` VALUES (1939, 177, 'pmpro_blastname', 'Shoffstall') ; 
INSERT INTO `wp_usermeta` VALUES (1940, 177, 'first_name', 'Angela') ; 
INSERT INTO `wp_usermeta` VALUES (1941, 177, 'last_name', 'Shoffstall') ; 
INSERT INTO `wp_usermeta` VALUES (1942, 177, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1943, 177, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (1944, 177, 'pmpro_baddress1', 'P.O. Box 9158') ; 
INSERT INTO `wp_usermeta` VALUES (1945, 177, 'pmpro_bcity', 'Tampa') ; 
INSERT INTO `wp_usermeta` VALUES (1946, 177, 'uxf_organization', 'Busch Gardens') ; 
INSERT INTO `wp_usermeta` VALUES (1947, 177, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1948, 177, 'pmpro_bzipcode', '33674') ; 
INSERT INTO `wp_usermeta` VALUES (1949, 178, 'pmpro_bfirstname', 'Angela') ; 
INSERT INTO `wp_usermeta` VALUES (1950, 178, 'pmpro_blastname', 'Voncannon') ; 
INSERT INTO `wp_usermeta` VALUES (1951, 178, 'first_name', 'Angela') ; 
INSERT INTO `wp_usermeta` VALUES (1952, 178, 'last_name', 'Voncannon') ; 
INSERT INTO `wp_usermeta` VALUES (1953, 178, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1954, 178, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (1955, 178, 'pmpro_baddress1', '6991 Gate Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (1956, 178, 'pmpro_bcity', 'Thomasville') ; 
INSERT INTO `wp_usermeta` VALUES (1957, 178, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1958, 178, 'pmpro_bzipcode', '27360') ; 
INSERT INTO `wp_usermeta` VALUES (10837018, 1053, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (10837017, 1350, '_yoast_wpseo_profile_updated', '1406232659') ; 
INSERT INTO `wp_usermeta` VALUES (10837016, 1350, 'wpseo_metakey', '') ; 
INSERT INTO `wp_usermeta` VALUES (10837015, 1350, 'wpseo_metadesc', '') ; 
INSERT INTO `wp_usermeta` VALUES (10837013, 2770, '_yoast_wpseo_profile_updated', '1406232622') ; 
INSERT INTO `wp_usermeta` VALUES (10837012, 2770, 'wpseo_metakey', '') ; 
INSERT INTO `wp_usermeta` VALUES (1969, 180, 'pmpro_bfirstname', 'Angela C.') ; 
INSERT INTO `wp_usermeta` VALUES (1970, 180, 'pmpro_blastname', 'Binney') ; 
INSERT INTO `wp_usermeta` VALUES (1971, 180, 'first_name', 'Angela C.') ; 
INSERT INTO `wp_usermeta` VALUES (1972, 180, 'last_name', 'Binney') ; 
INSERT INTO `wp_usermeta` VALUES (1973, 180, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (1974, 180, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (1975, 180, 'pmpro_baddress1', 'PO Box 10,000 - Disney\'s Animal Kingdom, Animal Programs Administration Bldg') ; 
INSERT INTO `wp_usermeta` VALUES (1976, 180, 'pmpro_bcity', 'Lake Buena Vista') ; 
INSERT INTO `wp_usermeta` VALUES (1977, 180, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1978, 180, 'pmpro_bzipcode', '32830') ; 
INSERT INTO `wp_usermeta` VALUES (1979, 181, 'pmpro_bfirstname', 'Angelyn') ; 
INSERT INTO `wp_usermeta` VALUES (1980, 181, 'pmpro_blastname', 'Cox') ; 
INSERT INTO `wp_usermeta` VALUES (1981, 181, 'first_name', 'Angelyn') ; 
INSERT INTO `wp_usermeta` VALUES (1982, 181, 'last_name', 'Cox') ; 
INSERT INTO `wp_usermeta` VALUES (1983, 181, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1984, 181, 'pmpro_bstate', 'KY') ; 
INSERT INTO `wp_usermeta` VALUES (1985, 181, 'pmpro_baddress1', '204 Academy Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (1986, 181, 'pmpro_bcity', 'Louisville') ; 
INSERT INTO `wp_usermeta` VALUES (1987, 181, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1988, 181, 'pmpro_bzipcode', '40245') ; 
INSERT INTO `wp_usermeta` VALUES (1989, 182, 'pmpro_bfirstname', 'Angie') ; 
INSERT INTO `wp_usermeta` VALUES (1990, 182, 'pmpro_blastname', 'Brown') ; 
INSERT INTO `wp_usermeta` VALUES (1991, 182, 'first_name', 'Angie') ; 
INSERT INTO `wp_usermeta` VALUES (1992, 182, 'last_name', 'Brown') ; 
INSERT INTO `wp_usermeta` VALUES (1993, 182, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (1994, 182, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (1995, 182, 'pmpro_baddress1', '3785 Woodcliffe Dr') ; 
INSERT INTO `wp_usermeta` VALUES (1996, 182, 'pmpro_bcity', 'New Haven') ; 
INSERT INTO `wp_usermeta` VALUES (1997, 182, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (1998, 182, 'pmpro_bzipcode', '46774-3239') ; 
INSERT INTO `wp_usermeta` VALUES (1999, 183, 'pmpro_bfirstname', 'Angie') ; 
INSERT INTO `wp_usermeta` VALUES (2000, 183, 'pmpro_blastname', 'Adkin') ; 
INSERT INTO `wp_usermeta` VALUES (2001, 183, 'first_name', 'Angie') ; 
INSERT INTO `wp_usermeta` VALUES (2002, 183, 'last_name', 'Adkin') ; 
INSERT INTO `wp_usermeta` VALUES (2003, 183, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (2004, 183, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (2005, 183, 'pmpro_baddress1', '8406 SW 51st Lane') ; 
INSERT INTO `wp_usermeta` VALUES (2006, 183, 'pmpro_bcity', 'Gainesville') ; 
INSERT INTO `wp_usermeta` VALUES (2007, 183, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2008, 183, 'pmpro_bzipcode', '32608') ; 
INSERT INTO `wp_usermeta` VALUES (2009, 184, 'pmpro_bfirstname', 'Angie') ; 
INSERT INTO `wp_usermeta` VALUES (2010, 184, 'pmpro_blastname', 'Kutchery') ; 
INSERT INTO `wp_usermeta` VALUES (2011, 184, 'first_name', 'Angie') ; 
INSERT INTO `wp_usermeta` VALUES (2012, 184, 'last_name', 'Kutchery') ; 
INSERT INTO `wp_usermeta` VALUES (2013, 184, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (2014, 184, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (2015, 184, 'pmpro_baddress1', '170 W. Rainbow Ridge - Apt 411') ; 
INSERT INTO `wp_usermeta` VALUES (2016, 184, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (2017, 184, 'pmpro_bcity', 'Oak Creek') ; 
INSERT INTO `wp_usermeta` VALUES (2018, 184, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2019, 184, 'pmpro_bzipcode', '53154') ; 
INSERT INTO `wp_usermeta` VALUES (2020, 185, 'pmpro_bfirstname', 'Angie') ; 
INSERT INTO `wp_usermeta` VALUES (2021, 185, 'pmpro_blastname', 'Selzer') ; 
INSERT INTO `wp_usermeta` VALUES (2022, 185, 'first_name', 'Angie') ; 
INSERT INTO `wp_usermeta` VALUES (2023, 185, 'last_name', 'Selzer') ; 
INSERT INTO `wp_usermeta` VALUES (2024, 185, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (2025, 185, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (2026, 185, 'pmpro_baddress1', '4010 Oakleaf Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (2027, 185, 'pmpro_bcity', 'Fort Wayne') ; 
INSERT INTO `wp_usermeta` VALUES (2028, 185, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2029, 185, 'pmpro_bzipcode', '46815') ; 
INSERT INTO `wp_usermeta` VALUES (2030, 186, 'pmpro_bfirstname', 'Angie') ; 
INSERT INTO `wp_usermeta` VALUES (2031, 186, 'pmpro_blastname', 'Dosch') ; 
INSERT INTO `wp_usermeta` VALUES (2032, 186, 'first_name', 'Angie') ; 
INSERT INTO `wp_usermeta` VALUES (2033, 186, 'last_name', 'Dosch') ; 
INSERT INTO `wp_usermeta` VALUES (2034, 186, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (2035, 186, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (2036, 186, 'pmpro_baddress1', '505 Birchwood Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (2037, 186, 'pmpro_bcity', 'N. Aurora') ; 
INSERT INTO `wp_usermeta` VALUES (2038, 186, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2039, 186, 'pmpro_bzipcode', '60542') ; 
INSERT INTO `wp_usermeta` VALUES (2040, 187, 'pmpro_bfirstname', 'Ann') ; 
INSERT INTO `wp_usermeta` VALUES (2041, 187, 'pmpro_blastname', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (2042, 187, 'first_name', 'Ann') ; 
INSERT INTO `wp_usermeta` VALUES (2043, 187, 'last_name', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (2044, 187, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2045, 187, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (2046, 187, 'pmpro_baddress1', '14495 Chicaric Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (2047, 187, 'pmpro_bcity', 'Brooksville') ; 
INSERT INTO `wp_usermeta` VALUES (2048, 187, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2049, 187, 'pmpro_bzipcode', '34614') ; 
INSERT INTO `wp_usermeta` VALUES (2050, 188, 'pmpro_bfirstname', 'Ann') ; 
INSERT INTO `wp_usermeta` VALUES (2051, 188, 'pmpro_blastname', 'Littlewood') ; 
INSERT INTO `wp_usermeta` VALUES (2052, 188, 'first_name', 'Ann') ; 
INSERT INTO `wp_usermeta` VALUES (2053, 188, 'last_name', 'Littlewood') ; 
INSERT INTO `wp_usermeta` VALUES (2054, 188, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (2055, 188, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (2056, 188, 'pmpro_baddress1', '2915 NE 21st Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (2057, 188, 'pmpro_bcity', 'Portland') ; 
INSERT INTO `wp_usermeta` VALUES (2058, 188, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2059, 188, 'pmpro_bzipcode', '97212') ; 
INSERT INTO `wp_usermeta` VALUES (2060, 189, 'pmpro_bfirstname', 'Ann') ; 
INSERT INTO `wp_usermeta` VALUES (2061, 189, 'pmpro_blastname', 'Knutson') ; 
INSERT INTO `wp_usermeta` VALUES (2062, 189, 'first_name', 'Ann') ; 
INSERT INTO `wp_usermeta` VALUES (2063, 189, 'last_name', 'Knutson') ; 
INSERT INTO `wp_usermeta` VALUES (2064, 189, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (2065, 189, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (2066, 189, 'pmpro_baddress1', '6467 Lochmoor Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (2067, 189, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (2068, 189, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2069, 189, 'pmpro_bzipcode', '92120-3224') ; 
INSERT INTO `wp_usermeta` VALUES (2070, 190, 'pmpro_bfirstname', 'Ann') ; 
INSERT INTO `wp_usermeta` VALUES (2071, 190, 'pmpro_blastname', 'Neeley') ; 
INSERT INTO `wp_usermeta` VALUES (2072, 190, 'first_name', 'Ann') ; 
INSERT INTO `wp_usermeta` VALUES (2073, 190, 'last_name', 'Neeley') ; 
INSERT INTO `wp_usermeta` VALUES (2074, 190, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2075, 190, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (2076, 190, 'pmpro_baddress1', '905 Hoods Mill') ; 
INSERT INTO `wp_usermeta` VALUES (2077, 190, 'pmpro_bcity', 'Woodbine') ; 
INSERT INTO `wp_usermeta` VALUES (2078, 190, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2079, 190, 'pmpro_bzipcode', '21797') ; 
INSERT INTO `wp_usermeta` VALUES (2080, 191, 'pmpro_bfirstname', 'Ann') ; 
INSERT INTO `wp_usermeta` VALUES (2081, 191, 'pmpro_blastname', 'Pisani') ; 
INSERT INTO `wp_usermeta` VALUES (2082, 191, 'first_name', 'Ann') ; 
INSERT INTO `wp_usermeta` VALUES (2083, 191, 'last_name', 'Pisani') ; 
INSERT INTO `wp_usermeta` VALUES (2084, 191, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (2085, 191, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (2086, 191, 'pmpro_baddress1', '13926 Hayes St.') ; 
INSERT INTO `wp_usermeta` VALUES (2087, 191, 'pmpro_bcity', 'Overland Park') ; 
INSERT INTO `wp_usermeta` VALUES (2088, 191, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2089, 191, 'pmpro_bzipcode', '66221') ; 
INSERT INTO `wp_usermeta` VALUES (2090, 192, 'pmpro_bfirstname', 'Ann') ; 
INSERT INTO `wp_usermeta` VALUES (2091, 192, 'pmpro_blastname', 'Kaminsky: Editor') ; 
INSERT INTO `wp_usermeta` VALUES (2092, 192, 'first_name', 'Ann') ; 
INSERT INTO `wp_usermeta` VALUES (2093, 192, 'last_name', 'Kaminsky: Editor') ; 
INSERT INTO `wp_usermeta` VALUES (2094, 192, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2095, 192, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (2096, 192, 'pmpro_baddress1', '3900 Wildlife Way') ; 
INSERT INTO `wp_usermeta` VALUES (2097, 192, 'pmpro_bcity', 'Cleveland') ; 
INSERT INTO `wp_usermeta` VALUES (2098, 192, 'uxf_organization', 'Aquarium and Zoo Facilities Association') ; 
INSERT INTO `wp_usermeta` VALUES (2099, 192, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2100, 192, 'pmpro_bzipcode', '44109') ; 
INSERT INTO `wp_usermeta` VALUES (2101, 193, 'pmpro_bfirstname', 'Ann M. ') ; 
INSERT INTO `wp_usermeta` VALUES (2102, 193, 'pmpro_blastname', 'AWookey') ; 
INSERT INTO `wp_usermeta` VALUES (2103, 193, 'first_name', 'Ann M. ') ; 
INSERT INTO `wp_usermeta` VALUES (2104, 193, 'last_name', 'AWookey') ; 
INSERT INTO `wp_usermeta` VALUES (2105, 193, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2106, 193, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (2107, 193, 'pmpro_baddress1', '938 W. 11th Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (2108, 193, 'pmpro_bcity', 'Columbus') ; 
INSERT INTO `wp_usermeta` VALUES (2109, 193, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2110, 193, 'pmpro_bzipcode', '43212') ; 
INSERT INTO `wp_usermeta` VALUES (2111, 194, 'pmpro_bfirstname', 'Ann Marie') ; 
INSERT INTO `wp_usermeta` VALUES (2112, 194, 'pmpro_blastname', 'Harrell') ; 
INSERT INTO `wp_usermeta` VALUES (2113, 194, 'first_name', 'Ann Marie') ; 
INSERT INTO `wp_usermeta` VALUES (2114, 194, 'last_name', 'Harrell') ; 
INSERT INTO `wp_usermeta` VALUES (2115, 194, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2116, 194, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (2117, 194, 'pmpro_baddress1', '3343 Austin Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (2118, 194, 'pmpro_bcity', 'Simi Valley') ; 
INSERT INTO `wp_usermeta` VALUES (2119, 194, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2120, 194, 'pmpro_bzipcode', '93063-1303') ; 
INSERT INTO `wp_usermeta` VALUES (2121, 195, 'pmpro_bfirstname', 'Ann Marie') ; 
INSERT INTO `wp_usermeta` VALUES (2122, 195, 'pmpro_blastname', 'Felhofer') ; 
INSERT INTO `wp_usermeta` VALUES (2123, 195, 'first_name', 'Ann Marie') ; 
INSERT INTO `wp_usermeta` VALUES (2124, 195, 'last_name', 'Felhofer') ; 
INSERT INTO `wp_usermeta` VALUES (2125, 195, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2126, 195, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (2127, 195, 'pmpro_baddress1', '1342 S. 90th St.') ; 
INSERT INTO `wp_usermeta` VALUES (2128, 195, 'pmpro_bcity', 'W. Allis') ; 
INSERT INTO `wp_usermeta` VALUES (2129, 195, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2130, 195, 'pmpro_bzipcode', '53214') ; 
INSERT INTO `wp_usermeta` VALUES (2131, 196, 'pmpro_bfirstname', 'Anna') ; 
INSERT INTO `wp_usermeta` VALUES (2132, 196, 'pmpro_blastname', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (2133, 196, 'first_name', 'Anna') ; 
INSERT INTO `wp_usermeta` VALUES (2134, 196, 'last_name', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (2135, 196, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2136, 196, 'pmpro_bstate', 'MT') ; 
INSERT INTO `wp_usermeta` VALUES (2137, 196, 'pmpro_baddress1', 'P.O. Box 2051') ; 
INSERT INTO `wp_usermeta` VALUES (2138, 196, 'pmpro_bcity', 'West Yellowstone') ; 
INSERT INTO `wp_usermeta` VALUES (2139, 196, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2140, 196, 'pmpro_bzipcode', '59758') ; 
INSERT INTO `wp_usermeta` VALUES (2141, 197, 'pmpro_bfirstname', 'Anna') ; 
INSERT INTO `wp_usermeta` VALUES (2142, 197, 'pmpro_blastname', 'Grob') ; 
INSERT INTO `wp_usermeta` VALUES (2143, 197, 'first_name', 'Anna') ; 
INSERT INTO `wp_usermeta` VALUES (2144, 197, 'last_name', 'Grob') ; 
INSERT INTO `wp_usermeta` VALUES (2145, 197, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (2146, 197, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (2147, 197, 'pmpro_baddress1', '9147 S. 77th Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (2148, 197, 'pmpro_bcity', 'Bridgeview') ; 
INSERT INTO `wp_usermeta` VALUES (2149, 197, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2150, 197, 'pmpro_bzipcode', '60455') ; 
INSERT INTO `wp_usermeta` VALUES (2151, 198, 'pmpro_bfirstname', 'Anna') ; 
INSERT INTO `wp_usermeta` VALUES (2152, 198, 'pmpro_blastname', 'Cole') ; 
INSERT INTO `wp_usermeta` VALUES (2153, 198, 'first_name', 'Anna') ; 
INSERT INTO `wp_usermeta` VALUES (2154, 198, 'last_name', 'Cole') ; 
INSERT INTO `wp_usermeta` VALUES (2155, 198, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2156, 198, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (2157, 198, 'pmpro_baddress1', '7017 sample dr.') ; 
INSERT INTO `wp_usermeta` VALUES (2158, 198, 'pmpro_bcity', 'The Colony') ; 
INSERT INTO `wp_usermeta` VALUES (2159, 198, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2160, 198, 'pmpro_bzipcode', '75056') ; 
INSERT INTO `wp_usermeta` VALUES (2161, 199, 'pmpro_bfirstname', 'Anna') ; 
INSERT INTO `wp_usermeta` VALUES (2162, 199, 'pmpro_blastname', 'Anderson') ; 
INSERT INTO `wp_usermeta` VALUES (2163, 199, 'first_name', 'Anna') ; 
INSERT INTO `wp_usermeta` VALUES (2164, 199, 'last_name', 'Anderson') ; 
INSERT INTO `wp_usermeta` VALUES (2165, 199, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2166, 199, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (2167, 199, 'pmpro_baddress1', '3610 NW Michael St.') ; 
INSERT INTO `wp_usermeta` VALUES (2168, 199, 'pmpro_bcity', 'Lincoln') ; 
INSERT INTO `wp_usermeta` VALUES (2169, 199, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2170, 199, 'pmpro_bzipcode', '68524') ; 
INSERT INTO `wp_usermeta` VALUES (2171, 200, 'pmpro_bfirstname', 'Anna') ; 
INSERT INTO `wp_usermeta` VALUES (2172, 200, 'pmpro_blastname', 'Champion') ; 
INSERT INTO `wp_usermeta` VALUES (2173, 200, 'first_name', 'Anna') ; 
INSERT INTO `wp_usermeta` VALUES (2174, 200, 'last_name', 'Champion') ; 
INSERT INTO `wp_usermeta` VALUES (2175, 200, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2176, 200, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (2177, 200, 'pmpro_baddress1', '636 E. Cornell St.  Apt 4') ; 
INSERT INTO `wp_usermeta` VALUES (2178, 200, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (2179, 200, 'pmpro_bcity', 'Avon Park') ; 
INSERT INTO `wp_usermeta` VALUES (2180, 200, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2181, 200, 'pmpro_bzipcode', '33825') ; 
INSERT INTO `wp_usermeta` VALUES (2182, 201, 'pmpro_bfirstname', 'Anna') ; 
INSERT INTO `wp_usermeta` VALUES (2183, 201, 'pmpro_blastname', 'Gentry') ; 
INSERT INTO `wp_usermeta` VALUES (2184, 201, 'first_name', 'Anna') ; 
INSERT INTO `wp_usermeta` VALUES (2185, 201, 'last_name', 'Gentry') ; 
INSERT INTO `wp_usermeta` VALUES (2186, 201, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2187, 201, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (2188, 201, 'pmpro_baddress1', '7702 Dumaine Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (2189, 201, 'pmpro_bcity', 'Tampa') ; 
INSERT INTO `wp_usermeta` VALUES (2190, 201, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2191, 201, 'pmpro_bzipcode', '33637') ; 
INSERT INTO `wp_usermeta` VALUES (2192, 202, 'pmpro_bfirstname', 'Anna Elyse') ; 
INSERT INTO `wp_usermeta` VALUES (2193, 202, 'pmpro_blastname', 'Yarbrough') ; 
INSERT INTO `wp_usermeta` VALUES (2194, 202, 'first_name', 'Anna Elyse') ; 
INSERT INTO `wp_usermeta` VALUES (2195, 202, 'last_name', 'Yarbrough') ; 
INSERT INTO `wp_usermeta` VALUES (2196, 202, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (2197, 202, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (2198, 202, 'pmpro_baddress1', '305 Overman St.') ; 
INSERT INTO `wp_usermeta` VALUES (2199, 202, 'pmpro_bcity', 'Greensboro') ; 
INSERT INTO `wp_usermeta` VALUES (2200, 202, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2201, 202, 'pmpro_bzipcode', '27410') ; 
INSERT INTO `wp_usermeta` VALUES (2202, 203, 'pmpro_bfirstname', 'Anna M.') ; 
INSERT INTO `wp_usermeta` VALUES (2203, 203, 'pmpro_blastname', 'Quaintance') ; 
INSERT INTO `wp_usermeta` VALUES (2204, 203, 'first_name', 'Anna M.') ; 
INSERT INTO `wp_usermeta` VALUES (2205, 203, 'last_name', 'Quaintance') ; 
INSERT INTO `wp_usermeta` VALUES (2206, 203, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2207, 203, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (2208, 203, 'pmpro_baddress1', '87 Suffield St.') ; 
INSERT INTO `wp_usermeta` VALUES (2209, 203, 'pmpro_bcity', 'Agawam') ; 
INSERT INTO `wp_usermeta` VALUES (2210, 203, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2211, 203, 'pmpro_bzipcode', '01001-1721') ; 
INSERT INTO `wp_usermeta` VALUES (2212, 204, 'pmpro_bfirstname', 'Anne') ; 
INSERT INTO `wp_usermeta` VALUES (2213, 204, 'pmpro_blastname', 'Dufilho') ; 
INSERT INTO `wp_usermeta` VALUES (2214, 204, 'first_name', 'Anne') ; 
INSERT INTO `wp_usermeta` VALUES (2215, 204, 'last_name', 'Dufilho') ; 
INSERT INTO `wp_usermeta` VALUES (2216, 204, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2217, 204, 'pmpro_bstate', 'KY') ; 
INSERT INTO `wp_usermeta` VALUES (2218, 204, 'pmpro_baddress1', '4150 Elk Creek Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (2219, 204, 'pmpro_bcity', 'Taylorsville') ; 
INSERT INTO `wp_usermeta` VALUES (2220, 204, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2221, 204, 'pmpro_bzipcode', '40071') ; 
INSERT INTO `wp_usermeta` VALUES (2222, 205, 'pmpro_bfirstname', 'Anne') ; 
INSERT INTO `wp_usermeta` VALUES (2223, 205, 'pmpro_blastname', 'Nichols') ; 
INSERT INTO `wp_usermeta` VALUES (2224, 205, 'first_name', 'Anne') ; 
INSERT INTO `wp_usermeta` VALUES (2225, 205, 'last_name', 'Nichols') ; 
INSERT INTO `wp_usermeta` VALUES (2226, 205, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2227, 205, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (2228, 205, 'pmpro_baddress1', '3300 Golf Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (2229, 205, 'pmpro_bcity', 'Brookfield') ; 
INSERT INTO `wp_usermeta` VALUES (2230, 205, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (2231, 205, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2232, 205, 'pmpro_bzipcode', '60513') ; 
INSERT INTO `wp_usermeta` VALUES (2233, 206, 'pmpro_bfirstname', 'Anne') ; 
INSERT INTO `wp_usermeta` VALUES (2234, 206, 'pmpro_blastname', 'Donnelly') ; 
INSERT INTO `wp_usermeta` VALUES (2235, 206, 'first_name', 'Anne') ; 
INSERT INTO `wp_usermeta` VALUES (2236, 206, 'last_name', 'Donnelly') ; 
INSERT INTO `wp_usermeta` VALUES (2237, 206, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2238, 206, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (2239, 206, 'pmpro_baddress1', '319 Wilmore Pl.') ; 
INSERT INTO `wp_usermeta` VALUES (2240, 206, 'pmpro_bcity', 'Syracuse') ; 
INSERT INTO `wp_usermeta` VALUES (2241, 206, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2242, 206, 'pmpro_bzipcode', '13208') ; 
INSERT INTO `wp_usermeta` VALUES (2243, 207, 'pmpro_bfirstname', 'Anne') ; 
INSERT INTO `wp_usermeta` VALUES (2244, 207, 'pmpro_blastname', 'Lauerman') ; 
INSERT INTO `wp_usermeta` VALUES (2245, 207, 'first_name', 'Anne') ; 
INSERT INTO `wp_usermeta` VALUES (2246, 207, 'last_name', 'Lauerman') ; 
INSERT INTO `wp_usermeta` VALUES (2247, 207, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2248, 207, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (2249, 207, 'pmpro_baddress1', '35 NE Fremont St.') ; 
INSERT INTO `wp_usermeta` VALUES (2250, 207, 'pmpro_bcity', 'Portland') ; 
INSERT INTO `wp_usermeta` VALUES (2251, 207, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2252, 207, 'pmpro_bzipcode', '97212') ; 
INSERT INTO `wp_usermeta` VALUES (2253, 208, 'pmpro_bfirstname', 'Jeff') ; 
INSERT INTO `wp_usermeta` VALUES (2254, 208, 'pmpro_blastname', 'Sailer - Executive Director & CEO') ; 
INSERT INTO `wp_usermeta` VALUES (2255, 208, 'first_name', 'Toledo Zoological Gardens') ; 
INSERT INTO `wp_usermeta` VALUES (2256, 208, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (2257, 208, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2258, 208, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (2259, 208, 'pmpro_baddress1', 'P.O. Box 140130') ; 
INSERT INTO `wp_usermeta` VALUES (2260, 208, 'pmpro_bcity', 'Toledo') ; 
INSERT INTO `wp_usermeta` VALUES (2261, 208, 'uxf_organization', 'The Toledo Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (2262, 208, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2263, 208, 'pmpro_bzipcode', '43614') ; 
INSERT INTO `wp_usermeta` VALUES (2264, 208, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (2265, 209, 'pmpro_bfirstname', 'Anne-Marie') ; 
INSERT INTO `wp_usermeta` VALUES (2266, 209, 'pmpro_blastname', 'Plante') ; 
INSERT INTO `wp_usermeta` VALUES (2267, 209, 'first_name', 'Anne-Marie') ; 
INSERT INTO `wp_usermeta` VALUES (2268, 209, 'last_name', 'Plante') ; 
INSERT INTO `wp_usermeta` VALUES (2269, 209, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (2270, 209, 'pmpro_bstate', 'Quebec') ; 
INSERT INTO `wp_usermeta` VALUES (2271, 209, 'pmpro_baddress1', '2760 Beauclerk') ; 
INSERT INTO `wp_usermeta` VALUES (2272, 209, 'pmpro_bcity', 'Montreal') ; 
INSERT INTO `wp_usermeta` VALUES (2273, 209, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2274, 209, 'pmpro_bzipcode', 'H1N 3J7') ; 
INSERT INTO `wp_usermeta` VALUES (2275, 210, 'pmpro_bfirstname', 'Annette M.') ; 
INSERT INTO `wp_usermeta` VALUES (2276, 210, 'pmpro_blastname', 'Cerrone') ; 
INSERT INTO `wp_usermeta` VALUES (2277, 210, 'first_name', 'Annette M.') ; 
INSERT INTO `wp_usermeta` VALUES (2278, 210, 'last_name', 'Cerrone') ; 
INSERT INTO `wp_usermeta` VALUES (2279, 210, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2280, 210, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (2281, 210, 'pmpro_baddress1', '153 Lorian Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (2282, 210, 'pmpro_bcity', 'N. Syracuse') ; 
INSERT INTO `wp_usermeta` VALUES (2283, 210, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2284, 210, 'pmpro_bzipcode', '13212') ; 
INSERT INTO `wp_usermeta` VALUES (2285, 211, 'pmpro_bfirstname', 'Annie') ; 
INSERT INTO `wp_usermeta` VALUES (2286, 211, 'pmpro_blastname', 'Rogerson') ; 
INSERT INTO `wp_usermeta` VALUES (2287, 211, 'first_name', 'Annie') ; 
INSERT INTO `wp_usermeta` VALUES (2288, 211, 'last_name', 'Rogerson') ; 
INSERT INTO `wp_usermeta` VALUES (2289, 211, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2290, 211, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (2291, 211, 'pmpro_baddress1', '1809 Sir Henrys Trail') ; 
INSERT INTO `wp_usermeta` VALUES (2292, 211, 'pmpro_bcity', 'Lakeland') ; 
INSERT INTO `wp_usermeta` VALUES (2293, 211, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2294, 211, 'pmpro_bzipcode', '33809') ; 
INSERT INTO `wp_usermeta` VALUES (2295, 212, 'pmpro_bfirstname', 'Anthony M.') ; 
INSERT INTO `wp_usermeta` VALUES (2296, 212, 'pmpro_blastname', 'Nielsen') ; 
INSERT INTO `wp_usermeta` VALUES (2297, 212, 'first_name', 'Anthony M.') ; 
INSERT INTO `wp_usermeta` VALUES (2298, 212, 'last_name', 'Nielsen') ; 
INSERT INTO `wp_usermeta` VALUES (2299, 212, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2300, 212, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (2301, 212, 'pmpro_baddress1', '4446 N. Beacon St.  Apt 2') ; 
INSERT INTO `wp_usermeta` VALUES (2302, 212, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (2303, 212, 'pmpro_bcity', 'Chicago') ; 
INSERT INTO `wp_usermeta` VALUES (2304, 212, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2305, 212, 'pmpro_bzipcode', '60640') ; 
INSERT INTO `wp_usermeta` VALUES (2306, 213, 'pmpro_bfirstname', 'Anton') ; 
INSERT INTO `wp_usermeta` VALUES (2307, 213, 'pmpro_blastname', 'Morrison') ; 
INSERT INTO `wp_usermeta` VALUES (2308, 213, 'first_name', 'Anton') ; 
INSERT INTO `wp_usermeta` VALUES (2309, 213, 'last_name', 'Morrison') ; 
INSERT INTO `wp_usermeta` VALUES (2310, 213, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2311, 213, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (2312, 213, 'pmpro_baddress1', '1151 S. Birch St.  Unit 101') ; 
INSERT INTO `wp_usermeta` VALUES (2313, 213, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (2314, 213, 'pmpro_bcity', 'Glendale') ; 
INSERT INTO `wp_usermeta` VALUES (2315, 213, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2316, 213, 'pmpro_bzipcode', '80246') ; 
INSERT INTO `wp_usermeta` VALUES (2317, 214, 'pmpro_bfirstname', 'Anya') ; 
INSERT INTO `wp_usermeta` VALUES (2318, 214, 'pmpro_blastname', 'Russom') ; 
INSERT INTO `wp_usermeta` VALUES (2319, 214, 'first_name', 'Anya') ; 
INSERT INTO `wp_usermeta` VALUES (2320, 214, 'last_name', 'Russom') ; 
INSERT INTO `wp_usermeta` VALUES (2321, 214, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2322, 214, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (2323, 214, 'pmpro_baddress1', '4401 S. State Rd. 35') ; 
INSERT INTO `wp_usermeta` VALUES (2324, 214, 'pmpro_bcity', 'Superior') ; 
INSERT INTO `wp_usermeta` VALUES (2325, 214, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2326, 214, 'pmpro_bzipcode', '54880') ; 
INSERT INTO `wp_usermeta` VALUES (2327, 215, 'pmpro_bfirstname', 'April') ; 
INSERT INTO `wp_usermeta` VALUES (2328, 215, 'pmpro_blastname', 'Gossmann') ; 
INSERT INTO `wp_usermeta` VALUES (2329, 215, 'first_name', 'April') ; 
INSERT INTO `wp_usermeta` VALUES (2330, 215, 'last_name', 'Gossmann') ; 
INSERT INTO `wp_usermeta` VALUES (2331, 215, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2332, 215, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (2333, 215, 'pmpro_baddress1', '7488 Grant Village Dr.  Apt A') ; 
INSERT INTO `wp_usermeta` VALUES (2334, 215, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (2335, 215, 'pmpro_bcity', 'St. Louis') ; 
INSERT INTO `wp_usermeta` VALUES (2336, 215, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2337, 215, 'pmpro_bzipcode', '63123') ; 
INSERT INTO `wp_usermeta` VALUES (2338, 216, 'pmpro_bfirstname', 'April ') ; 
INSERT INTO `wp_usermeta` VALUES (2339, 216, 'pmpro_blastname', 'Snider') ; 
INSERT INTO `wp_usermeta` VALUES (2340, 216, 'first_name', 'April ') ; 
INSERT INTO `wp_usermeta` VALUES (2341, 216, 'last_name', 'Snider') ; 
INSERT INTO `wp_usermeta` VALUES (2342, 216, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2343, 216, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (2344, 216, 'pmpro_baddress1', '384 Arizona Ave. NE') ; 
INSERT INTO `wp_usermeta` VALUES (2345, 216, 'pmpro_bcity', 'Atlanta') ; 
INSERT INTO `wp_usermeta` VALUES (2346, 216, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2347, 216, 'pmpro_bzipcode', '30307') ; 
INSERT INTO `wp_usermeta` VALUES (2348, 217, 'pmpro_bfirstname', 'April ') ; 
INSERT INTO `wp_usermeta` VALUES (2349, 217, 'pmpro_blastname', 'Truitt') ; 
INSERT INTO `wp_usermeta` VALUES (2350, 217, 'first_name', 'April ') ; 
INSERT INTO `wp_usermeta` VALUES (2351, 217, 'last_name', 'Truitt') ; 
INSERT INTO `wp_usermeta` VALUES (2352, 217, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2353, 217, 'pmpro_bstate', 'KY') ; 
INSERT INTO `wp_usermeta` VALUES (2354, 217, 'pmpro_baddress1', '2515 Bethel Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (2355, 217, 'pmpro_bcity', 'Nicholasville') ; 
INSERT INTO `wp_usermeta` VALUES (2356, 217, 'uxf_organization', 'Primate Rescue Center Inc.') ; 
INSERT INTO `wp_usermeta` VALUES (2357, 217, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2358, 217, 'pmpro_bzipcode', '40356') ; 
INSERT INTO `wp_usermeta` VALUES (2359, 218, 'pmpro_bfirstname', 'Ariana') ; 
INSERT INTO `wp_usermeta` VALUES (2360, 218, 'pmpro_blastname', 'Keller') ; 
INSERT INTO `wp_usermeta` VALUES (2361, 218, 'first_name', 'Ariana') ; 
INSERT INTO `wp_usermeta` VALUES (2362, 218, 'last_name', 'Keller') ; 
INSERT INTO `wp_usermeta` VALUES (2363, 218, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2364, 218, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (2365, 218, 'pmpro_baddress1', '2070 Zoo Lane') ; 
INSERT INTO `wp_usermeta` VALUES (2366, 218, 'pmpro_bcity', 'Abilene') ; 
INSERT INTO `wp_usermeta` VALUES (2367, 218, 'uxf_organization', 'Abilene Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (2368, 218, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2369, 218, 'pmpro_bzipcode', '79602') ; 
INSERT INTO `wp_usermeta` VALUES (2370, 219, 'pmpro_bfirstname', 'Ariane') ; 
INSERT INTO `wp_usermeta` VALUES (2371, 219, 'pmpro_blastname', 'Saad') ; 
INSERT INTO `wp_usermeta` VALUES (2372, 219, 'first_name', 'Ariane') ; 
INSERT INTO `wp_usermeta` VALUES (2373, 219, 'last_name', 'Saad') ; 
INSERT INTO `wp_usermeta` VALUES (2374, 219, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (2375, 219, 'pmpro_bstate', 'QC') ; 
INSERT INTO `wp_usermeta` VALUES (2376, 219, 'pmpro_baddress1', '543 Rue du Lys-Blanc') ; 
INSERT INTO `wp_usermeta` VALUES (2377, 219, 'pmpro_bcity', 'Granby') ; 
INSERT INTO `wp_usermeta` VALUES (2378, 219, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2379, 219, 'pmpro_bzipcode', 'J2H 0Z4') ; 
INSERT INTO `wp_usermeta` VALUES (2380, 220, 'pmpro_bfirstname', 'Arianne') ; 
INSERT INTO `wp_usermeta` VALUES (2381, 220, 'pmpro_blastname', 'Parton') ; 
INSERT INTO `wp_usermeta` VALUES (2382, 220, 'first_name', 'Arianne') ; 
INSERT INTO `wp_usermeta` VALUES (2383, 220, 'last_name', 'Parton') ; 
INSERT INTO `wp_usermeta` VALUES (2384, 220, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (2385, 220, 'pmpro_bstate', 'OK') ; 
INSERT INTO `wp_usermeta` VALUES (2386, 220, 'pmpro_baddress1', '7905 Woodhue Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (2387, 220, 'pmpro_bcity', 'Oklahoma City') ; 
INSERT INTO `wp_usermeta` VALUES (2388, 220, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2389, 220, 'pmpro_bzipcode', '73135') ; 
INSERT INTO `wp_usermeta` VALUES (2390, 221, 'pmpro_bfirstname', 'Arica') ; 
INSERT INTO `wp_usermeta` VALUES (2391, 221, 'pmpro_blastname', 'O\\\'Sullivan') ; 
INSERT INTO `wp_usermeta` VALUES (2392, 221, 'first_name', 'Arica') ; 
INSERT INTO `wp_usermeta` VALUES (2393, 221, 'last_name', 'O\\\'Sullivan') ; 
INSERT INTO `wp_usermeta` VALUES (2394, 221, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2395, 221, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (2396, 221, 'pmpro_baddress1', '4141 Careywood Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (2397, 221, 'pmpro_bcity', 'Melbourne') ; 
INSERT INTO `wp_usermeta` VALUES (2398, 221, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2399, 221, 'pmpro_bzipcode', '32934') ; 
INSERT INTO `wp_usermeta` VALUES (2400, 222, 'pmpro_bfirstname', 'Arielle') ; 
INSERT INTO `wp_usermeta` VALUES (2401, 222, 'pmpro_blastname', 'Schepmoes') ; 
INSERT INTO `wp_usermeta` VALUES (2402, 222, 'first_name', 'Arielle') ; 
INSERT INTO `wp_usermeta` VALUES (2403, 222, 'last_name', 'Schepmoes') ; 
INSERT INTO `wp_usermeta` VALUES (2404, 222, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2405, 222, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (2406, 222, 'pmpro_baddress1', 'PO Box 1464') ; 
INSERT INTO `wp_usermeta` VALUES (2407, 222, 'pmpro_bcity', 'Winston') ; 
INSERT INTO `wp_usermeta` VALUES (2408, 222, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2409, 222, 'pmpro_bzipcode', '97496') ; 
INSERT INTO `wp_usermeta` VALUES (2410, 223, 'pmpro_bfirstname', 'Ashlee') ; 
INSERT INTO `wp_usermeta` VALUES (2411, 223, 'pmpro_blastname', 'Hendry') ; 
INSERT INTO `wp_usermeta` VALUES (2412, 223, 'first_name', 'Ashlee') ; 
INSERT INTO `wp_usermeta` VALUES (2413, 223, 'last_name', 'Hendry') ; 
INSERT INTO `wp_usermeta` VALUES (2414, 223, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (2415, 223, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (2416, 223, 'pmpro_baddress1', '3667 Concession Rd. 6') ; 
INSERT INTO `wp_usermeta` VALUES (2417, 223, 'pmpro_bcity', 'Orono') ; 
INSERT INTO `wp_usermeta` VALUES (2418, 223, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (2419, 223, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2420, 223, 'pmpro_bzipcode', 'L0B 1M0') ; 
INSERT INTO `wp_usermeta` VALUES (2421, 224, 'pmpro_bfirstname', 'Ashleigh') ; 
INSERT INTO `wp_usermeta` VALUES (2422, 224, 'pmpro_blastname', 'Lutz-Nelson') ; 
INSERT INTO `wp_usermeta` VALUES (2423, 224, 'first_name', 'Ashleigh') ; 
INSERT INTO `wp_usermeta` VALUES (2424, 224, 'last_name', 'Lutz-Nelson') ; 
INSERT INTO `wp_usermeta` VALUES (2425, 224, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2426, 224, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (2427, 224, 'pmpro_baddress1', '4404 W. Harbor View Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (2428, 224, 'pmpro_bcity', 'Tampa') ; 
INSERT INTO `wp_usermeta` VALUES (2429, 224, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2430, 224, 'pmpro_bzipcode', '33611') ; 
INSERT INTO `wp_usermeta` VALUES (2431, 225, 'pmpro_bfirstname', 'Ashleigh') ; 
INSERT INTO `wp_usermeta` VALUES (2432, 225, 'pmpro_blastname', 'Kandrac') ; 
INSERT INTO `wp_usermeta` VALUES (2433, 225, 'first_name', 'Ashleigh') ; 
INSERT INTO `wp_usermeta` VALUES (2434, 225, 'last_name', 'Kandrac') ; 
INSERT INTO `wp_usermeta` VALUES (2435, 225, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (2436, 225, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (2437, 225, 'pmpro_baddress1', '4703 Sable Pine Cir.  A-2') ; 
INSERT INTO `wp_usermeta` VALUES (2438, 225, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (2439, 225, 'pmpro_bcity', 'West Palm Beach') ; 
INSERT INTO `wp_usermeta` VALUES (2440, 225, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2441, 225, 'pmpro_bzipcode', '33417') ; 
INSERT INTO `wp_usermeta` VALUES (2442, 226, 'pmpro_bfirstname', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (2443, 226, 'pmpro_blastname', 'Vasseur: Toronto Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (2444, 226, 'first_name', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (2445, 226, 'last_name', 'Vasseur') ; 
INSERT INTO `wp_usermeta` VALUES (2446, 226, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (2447, 226, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (2448, 226, 'pmpro_baddress1', '361A Old Finch Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (2449, 226, 'pmpro_bcity', 'Scarborough') ; 
INSERT INTO `wp_usermeta` VALUES (2450, 226, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (2451, 226, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2452, 226, 'pmpro_bzipcode', 'M1B 5K7') ; 
INSERT INTO `wp_usermeta` VALUES (2453, 227, 'pmpro_bfirstname', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (2454, 227, 'pmpro_blastname', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (2455, 227, 'first_name', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (2456, 227, 'last_name', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (2457, 227, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2458, 227, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (2459, 227, 'pmpro_baddress1', '3000 Northampton Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (2460, 227, 'pmpro_bcity', 'Greensboro') ; 
INSERT INTO `wp_usermeta` VALUES (2461, 227, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2462, 227, 'pmpro_bzipcode', '27408') ; 
INSERT INTO `wp_usermeta` VALUES (2463, 228, 'pmpro_bfirstname', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (2464, 228, 'pmpro_blastname', 'Graham') ; 
INSERT INTO `wp_usermeta` VALUES (2465, 228, 'first_name', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (2466, 228, 'last_name', 'Graham') ; 
INSERT INTO `wp_usermeta` VALUES (2467, 228, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2468, 228, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (2469, 228, 'pmpro_baddress1', '10 Manomet St. Apt 220') ; 
INSERT INTO `wp_usermeta` VALUES (2470, 228, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (2471, 228, 'pmpro_bcity', 'New Bedford') ; 
INSERT INTO `wp_usermeta` VALUES (2472, 228, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2473, 228, 'pmpro_bzipcode', '02746') ; 
INSERT INTO `wp_usermeta` VALUES (2474, 229, 'pmpro_bfirstname', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (2475, 229, 'pmpro_blastname', 'Orr') ; 
INSERT INTO `wp_usermeta` VALUES (2476, 229, 'first_name', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (2477, 229, 'last_name', 'Orr') ; 
INSERT INTO `wp_usermeta` VALUES (2478, 229, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2479, 229, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (2480, 229, 'pmpro_baddress1', '306 Old Pecan') ; 
INSERT INTO `wp_usermeta` VALUES (2481, 229, 'pmpro_bcity', 'Ennis') ; 
INSERT INTO `wp_usermeta` VALUES (2482, 229, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2483, 229, 'pmpro_bzipcode', '75119-0131') ; 
INSERT INTO `wp_usermeta` VALUES (2484, 230, 'pmpro_bfirstname', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (2485, 230, 'pmpro_blastname', 'Roberts') ; 
INSERT INTO `wp_usermeta` VALUES (2486, 230, 'first_name', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (2487, 230, 'last_name', 'Roberts') ; 
INSERT INTO `wp_usermeta` VALUES (2488, 230, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2489, 230, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (2490, 230, 'pmpro_baddress1', '3654 Brant Street') ; 
INSERT INTO `wp_usermeta` VALUES (2491, 230, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (2492, 230, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2493, 230, 'pmpro_bzipcode', '92103') ; 
INSERT INTO `wp_usermeta` VALUES (2494, 231, 'pmpro_bfirstname', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (2495, 231, 'pmpro_blastname', 'Gaia') ; 
INSERT INTO `wp_usermeta` VALUES (2496, 231, 'first_name', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (2497, 231, 'last_name', 'Gaia') ; 
INSERT INTO `wp_usermeta` VALUES (2498, 231, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2499, 231, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (2500, 231, 'pmpro_baddress1', '13155 Aaran\'s Pond Dr. ') ; 
INSERT INTO `wp_usermeta` VALUES (2501, 231, 'pmpro_baddress2', 'Apt 201') ; 
INSERT INTO `wp_usermeta` VALUES (2502, 231, 'pmpro_bcity', 'Tampa') ; 
INSERT INTO `wp_usermeta` VALUES (2503, 231, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2504, 231, 'pmpro_bzipcode', '33612') ; 
INSERT INTO `wp_usermeta` VALUES (2505, 232, 'pmpro_bfirstname', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (2506, 232, 'pmpro_blastname', 'Roth') ; 
INSERT INTO `wp_usermeta` VALUES (2507, 232, 'first_name', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (2508, 232, 'last_name', 'Roth') ; 
INSERT INTO `wp_usermeta` VALUES (2509, 232, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (2510, 232, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (2511, 232, 'pmpro_baddress1', '1419 Latta Dr. Apt 304') ; 
INSERT INTO `wp_usermeta` VALUES (2512, 232, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (2513, 232, 'pmpro_bcity', 'Celebration') ; 
INSERT INTO `wp_usermeta` VALUES (2514, 232, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2515, 232, 'pmpro_bzipcode', '34747') ; 
INSERT INTO `wp_usermeta` VALUES (2516, 233, 'pmpro_bfirstname', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (2517, 233, 'pmpro_blastname', 'Gunn') ; 
INSERT INTO `wp_usermeta` VALUES (2518, 233, 'first_name', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (2519, 233, 'last_name', 'Gunn') ; 
INSERT INTO `wp_usermeta` VALUES (2520, 233, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2521, 233, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (2522, 233, 'pmpro_baddress1', '9407 N. 35th Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (2523, 233, 'pmpro_bcity', 'Phoenix') ; 
INSERT INTO `wp_usermeta` VALUES (2524, 233, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2525, 233, 'pmpro_bzipcode', '85051') ; 
INSERT INTO `wp_usermeta` VALUES (2526, 234, 'pmpro_bfirstname', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (2527, 234, 'pmpro_blastname', 'Kleam') ; 
INSERT INTO `wp_usermeta` VALUES (2528, 234, 'first_name', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (2529, 234, 'last_name', 'Kleam') ; 
INSERT INTO `wp_usermeta` VALUES (2530, 234, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (2531, 234, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (2532, 234, 'pmpro_baddress1', '2413 S Claremont Ave') ; 
INSERT INTO `wp_usermeta` VALUES (2533, 234, 'pmpro_bcity', 'Fresno') ; 
INSERT INTO `wp_usermeta` VALUES (2534, 234, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2535, 234, 'pmpro_bzipcode', '93727') ; 
INSERT INTO `wp_usermeta` VALUES (2536, 235, 'pmpro_bfirstname', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (2537, 235, 'pmpro_blastname', 'Wright') ; 
INSERT INTO `wp_usermeta` VALUES (2538, 235, 'first_name', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (2539, 235, 'last_name', 'Wright') ; 
INSERT INTO `wp_usermeta` VALUES (2540, 235, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (2541, 235, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (2542, 235, 'pmpro_baddress1', '18710 Miller Rd') ; 
INSERT INTO `wp_usermeta` VALUES (2543, 235, 'pmpro_bcity', 'Richwood') ; 
INSERT INTO `wp_usermeta` VALUES (2544, 235, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2545, 235, 'pmpro_bzipcode', '43344') ; 
INSERT INTO `wp_usermeta` VALUES (2546, 236, 'pmpro_bfirstname', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (2547, 236, 'pmpro_blastname', 'Englehart') ; 
INSERT INTO `wp_usermeta` VALUES (2548, 236, 'first_name', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (2549, 236, 'last_name', 'Englehart') ; 
INSERT INTO `wp_usermeta` VALUES (2550, 236, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2551, 236, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (2552, 236, 'pmpro_baddress1', '1074 Laurel Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (2553, 236, 'pmpro_bcity', 'Lafayette') ; 
INSERT INTO `wp_usermeta` VALUES (2554, 236, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2555, 236, 'pmpro_bzipcode', '94549-3115') ; 
INSERT INTO `wp_usermeta` VALUES (2556, 237, 'pmpro_bfirstname', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (2557, 237, 'pmpro_blastname', 'Kramer') ; 
INSERT INTO `wp_usermeta` VALUES (2558, 237, 'first_name', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (2559, 237, 'last_name', 'Kramer') ; 
INSERT INTO `wp_usermeta` VALUES (2560, 237, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (2561, 237, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (2562, 237, 'pmpro_baddress1', '2658 Skyview Trace Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (2563, 237, 'pmpro_bcity', 'Houston') ; 
INSERT INTO `wp_usermeta` VALUES (2564, 237, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2565, 237, 'pmpro_bzipcode', '77047') ; 
INSERT INTO `wp_usermeta` VALUES (2566, 238, 'pmpro_bfirstname', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (2567, 238, 'pmpro_blastname', 'Arimborgo') ; 
INSERT INTO `wp_usermeta` VALUES (2568, 238, 'first_name', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (2569, 238, 'last_name', 'Arimborgo') ; 
INSERT INTO `wp_usermeta` VALUES (2570, 238, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2571, 238, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (2572, 238, 'pmpro_baddress1', '5445 Red Sky Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (2573, 238, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (2574, 238, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2575, 238, 'pmpro_bzipcode', '80915') ; 
INSERT INTO `wp_usermeta` VALUES (2576, 239, 'pmpro_bfirstname', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (2577, 239, 'pmpro_blastname', 'Hale') ; 
INSERT INTO `wp_usermeta` VALUES (2578, 239, 'first_name', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (2579, 239, 'last_name', 'Hale') ; 
INSERT INTO `wp_usermeta` VALUES (2580, 239, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2581, 239, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (2582, 239, 'pmpro_baddress1', '4324 Westward Lake Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (2583, 239, 'pmpro_bcity', 'Salem') ; 
INSERT INTO `wp_usermeta` VALUES (2584, 239, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2585, 239, 'pmpro_bzipcode', '24153') ; 
INSERT INTO `wp_usermeta` VALUES (2586, 240, 'pmpro_bfirstname', 'Ashley M.') ; 
INSERT INTO `wp_usermeta` VALUES (2587, 240, 'pmpro_blastname', 'Richmond') ; 
INSERT INTO `wp_usermeta` VALUES (2588, 240, 'first_name', 'Ashley M.') ; 
INSERT INTO `wp_usermeta` VALUES (2589, 240, 'last_name', 'Richmond') ; 
INSERT INTO `wp_usermeta` VALUES (2590, 240, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2591, 240, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (2592, 240, 'pmpro_baddress1', '33341 Norfolk St.') ; 
INSERT INTO `wp_usermeta` VALUES (2593, 240, 'pmpro_bcity', 'Livonia') ; 
INSERT INTO `wp_usermeta` VALUES (2594, 240, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2595, 240, 'pmpro_bzipcode', '48152') ; 
INSERT INTO `wp_usermeta` VALUES (2596, 241, 'pmpro_bfirstname', 'Ashley R.') ; 
INSERT INTO `wp_usermeta` VALUES (2597, 241, 'pmpro_blastname', 'Landry') ; 
INSERT INTO `wp_usermeta` VALUES (2598, 241, 'first_name', 'Ashley R.') ; 
INSERT INTO `wp_usermeta` VALUES (2599, 241, 'last_name', 'Landry') ; 
INSERT INTO `wp_usermeta` VALUES (2600, 241, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2601, 241, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (2602, 241, 'pmpro_baddress1', '1404 Summit Pines Blvd Apt 721') ; 
INSERT INTO `wp_usermeta` VALUES (2603, 241, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (2604, 241, 'pmpro_bcity', 'West Palm Bch') ; 
INSERT INTO `wp_usermeta` VALUES (2605, 241, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2606, 241, 'pmpro_bzipcode', '33415-5101') ; 
INSERT INTO `wp_usermeta` VALUES (2607, 242, 'pmpro_bfirstname', 'Ashton') ; 
INSERT INTO `wp_usermeta` VALUES (2608, 242, 'pmpro_blastname', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (2609, 242, 'first_name', 'Ashton') ; 
INSERT INTO `wp_usermeta` VALUES (2610, 242, 'last_name', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (2611, 242, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2612, 242, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (2613, 242, 'pmpro_baddress1', '2529 Woodside Lane') ; 
INSERT INTO `wp_usermeta` VALUES (2614, 242, 'pmpro_baddress2', 'Apt 5') ; 
INSERT INTO `wp_usermeta` VALUES (2615, 242, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (2616, 242, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2617, 242, 'pmpro_bzipcode', '80906-3812') ; 
INSERT INTO `wp_usermeta` VALUES (2618, 243, 'pmpro_bfirstname', 'Ashton') ; 
INSERT INTO `wp_usermeta` VALUES (2619, 243, 'pmpro_blastname', 'Shaffer') ; 
INSERT INTO `wp_usermeta` VALUES (2620, 243, 'first_name', 'Ashton') ; 
INSERT INTO `wp_usermeta` VALUES (2621, 243, 'last_name', 'Shaffer') ; 
INSERT INTO `wp_usermeta` VALUES (2622, 243, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (2623, 243, 'pmpro_bstate', 'DC') ; 
INSERT INTO `wp_usermeta` VALUES (2624, 243, 'pmpro_baddress1', '3901 Alton Pl. NW') ; 
INSERT INTO `wp_usermeta` VALUES (2625, 243, 'pmpro_bcity', 'Washington') ; 
INSERT INTO `wp_usermeta` VALUES (2626, 243, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2627, 243, 'pmpro_bzipcode', '20016') ; 
INSERT INTO `wp_usermeta` VALUES (2628, 244, 'pmpro_bfirstname', 'Audra') ; 
INSERT INTO `wp_usermeta` VALUES (2629, 244, 'pmpro_blastname', 'Jesudason') ; 
INSERT INTO `wp_usermeta` VALUES (2630, 244, 'first_name', 'Audra') ; 
INSERT INTO `wp_usermeta` VALUES (2631, 244, 'last_name', 'Jesudason') ; 
INSERT INTO `wp_usermeta` VALUES (2632, 244, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2633, 244, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (2634, 244, 'pmpro_baddress1', '402 Anacacho Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (2635, 244, 'pmpro_bcity', 'Pearland') ; 
INSERT INTO `wp_usermeta` VALUES (2636, 244, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2637, 244, 'pmpro_bzipcode', '77584') ; 
INSERT INTO `wp_usermeta` VALUES (2638, 245, 'pmpro_bfirstname', 'Audra') ; 
INSERT INTO `wp_usermeta` VALUES (2639, 245, 'pmpro_blastname', 'Taylor') ; 
INSERT INTO `wp_usermeta` VALUES (2640, 245, 'first_name', 'Audra') ; 
INSERT INTO `wp_usermeta` VALUES (2641, 245, 'last_name', 'Croskey') ; 
INSERT INTO `wp_usermeta` VALUES (2642, 245, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (2643, 245, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (2644, 245, 'pmpro_baddress1', '11 Landward Way') ; 
INSERT INTO `wp_usermeta` VALUES (2645, 245, 'pmpro_bcity', 'Savannah') ; 
INSERT INTO `wp_usermeta` VALUES (2646, 245, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2647, 245, 'pmpro_bzipcode', '31410') ; 
INSERT INTO `wp_usermeta` VALUES (2648, 246, 'pmpro_bfirstname', 'Austin') ; 
INSERT INTO `wp_usermeta` VALUES (2649, 246, 'pmpro_blastname', 'Myatt') ; 
INSERT INTO `wp_usermeta` VALUES (2650, 246, 'first_name', 'Austin') ; 
INSERT INTO `wp_usermeta` VALUES (2651, 246, 'last_name', 'Myatt') ; 
INSERT INTO `wp_usermeta` VALUES (2652, 246, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2653, 246, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (2654, 246, 'pmpro_baddress1', '1012 Lakeside Circle') ; 
INSERT INTO `wp_usermeta` VALUES (2655, 246, 'pmpro_bcity', 'Ashland City') ; 
INSERT INTO `wp_usermeta` VALUES (2656, 246, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2657, 246, 'pmpro_bzipcode', '37015') ; 
INSERT INTO `wp_usermeta` VALUES (2658, 247, 'pmpro_bfirstname', 'Avalon') ; 
INSERT INTO `wp_usermeta` VALUES (2659, 247, 'pmpro_blastname', 'Mercado') ; 
INSERT INTO `wp_usermeta` VALUES (2660, 247, 'first_name', 'Avalon') ; 
INSERT INTO `wp_usermeta` VALUES (2661, 247, 'last_name', 'Mercado') ; 
INSERT INTO `wp_usermeta` VALUES (2662, 247, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2663, 247, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (2664, 247, 'pmpro_baddress1', '8 Brookside Circle') ; 
INSERT INTO `wp_usermeta` VALUES (2665, 247, 'pmpro_bcity', 'Wilbraham') ; 
INSERT INTO `wp_usermeta` VALUES (2666, 247, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2667, 247, 'pmpro_bzipcode', '1095') ; 
INSERT INTO `wp_usermeta` VALUES (2668, 248, 'pmpro_bfirstname', 'Avishai') ; 
INSERT INTO `wp_usermeta` VALUES (2669, 248, 'pmpro_blastname', 'Shuter') ; 
INSERT INTO `wp_usermeta` VALUES (2670, 248, 'first_name', 'Avishai') ; 
INSERT INTO `wp_usermeta` VALUES (2671, 248, 'last_name', 'Shuter') ; 
INSERT INTO `wp_usermeta` VALUES (2672, 248, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2673, 248, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (2674, 248, 'pmpro_baddress1', '41 Paine Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (2675, 248, 'pmpro_bcity', 'New Rochelle') ; 
INSERT INTO `wp_usermeta` VALUES (2676, 248, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2677, 248, 'pmpro_bzipcode', '10804') ; 
INSERT INTO `wp_usermeta` VALUES (2678, 249, 'pmpro_bfirstname', 'Awbrea') ; 
INSERT INTO `wp_usermeta` VALUES (2679, 249, 'pmpro_blastname', 'Moss') ; 
INSERT INTO `wp_usermeta` VALUES (2680, 249, 'first_name', 'Awbrea') ; 
INSERT INTO `wp_usermeta` VALUES (2681, 249, 'last_name', 'Moss') ; 
INSERT INTO `wp_usermeta` VALUES (2682, 249, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2683, 249, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (2684, 249, 'pmpro_baddress1', '43320 N. Gadsden Ave. ') ; 
INSERT INTO `wp_usermeta` VALUES (2685, 249, 'pmpro_baddress2', 'Apt 130') ; 
INSERT INTO `wp_usermeta` VALUES (2686, 249, 'pmpro_bcity', 'Lancaster') ; 
INSERT INTO `wp_usermeta` VALUES (2687, 249, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2688, 249, 'pmpro_bzipcode', '93534') ; 
INSERT INTO `wp_usermeta` VALUES (2689, 250, 'pmpro_bfirstname', 'Aya Kubo') ; 
INSERT INTO `wp_usermeta` VALUES (2690, 250, 'pmpro_blastname', 'Library - Tokyo Zoological Park') ; 
INSERT INTO `wp_usermeta` VALUES (2691, 250, 'first_name', 'Aya') ; 
INSERT INTO `wp_usermeta` VALUES (2692, 250, 'last_name', 'Kubo') ; 
INSERT INTO `wp_usermeta` VALUES (2693, 250, 'pmpro_bcountry', 'JAPAN') ; 
INSERT INTO `wp_usermeta` VALUES (2694, 250, 'pmpro_bstate', 'Tokyo') ; 
INSERT INTO `wp_usermeta` VALUES (2695, 250, 'pmpro_baddress1', 'Taito-Ku- 9-83') ; 
INSERT INTO `wp_usermeta` VALUES (2696, 250, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (2697, 250, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2698, 250, 'pmpro_bzipcode', '110-8711') ; 
INSERT INTO `wp_usermeta` VALUES (2699, 250, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (2700, 250, 'uxf_akf', 'PRINT') ; 
INSERT INTO `wp_usermeta` VALUES (2701, 251, 'pmpro_bfirstname', 'Aziza') ; 
INSERT INTO `wp_usermeta` VALUES (2702, 251, 'pmpro_blastname', 'Doumani') ; 
INSERT INTO `wp_usermeta` VALUES (2703, 251, 'first_name', 'Aziza') ; 
INSERT INTO `wp_usermeta` VALUES (2704, 251, 'last_name', 'Doumani') ; 
INSERT INTO `wp_usermeta` VALUES (2705, 251, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2706, 251, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (2707, 251, 'pmpro_baddress1', '3109 Dunes Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (2708, 251, 'pmpro_bcity', 'Ellicott City') ; 
INSERT INTO `wp_usermeta` VALUES (2709, 251, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2710, 251, 'pmpro_bzipcode', '21042') ; 
INSERT INTO `wp_usermeta` VALUES (2711, 252, 'pmpro_bfirstname', 'B. Christopher') ; 
INSERT INTO `wp_usermeta` VALUES (2712, 252, 'pmpro_blastname', 'Howe') ; 
INSERT INTO `wp_usermeta` VALUES (2713, 252, 'first_name', 'B. Christopher') ; 
INSERT INTO `wp_usermeta` VALUES (2714, 252, 'last_name', 'Howe') ; 
INSERT INTO `wp_usermeta` VALUES (2715, 252, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (2716, 252, 'pmpro_bstate', 'OK') ; 
INSERT INTO `wp_usermeta` VALUES (2717, 252, 'pmpro_baddress1', '1611 S. College Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (2718, 252, 'pmpro_bcity', 'Tulsa') ; 
INSERT INTO `wp_usermeta` VALUES (2719, 252, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2720, 252, 'pmpro_bzipcode', '74104') ; 
INSERT INTO `wp_usermeta` VALUES (2721, 253, 'pmpro_bfirstname', 'Bailey') ; 
INSERT INTO `wp_usermeta` VALUES (2722, 253, 'pmpro_blastname', 'Druery') ; 
INSERT INTO `wp_usermeta` VALUES (2723, 253, 'first_name', 'Bailey') ; 
INSERT INTO `wp_usermeta` VALUES (2724, 253, 'last_name', 'Druery') ; 
INSERT INTO `wp_usermeta` VALUES (2725, 253, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (2726, 253, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (2727, 253, 'pmpro_baddress1', '96 Shannon Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (2728, 253, 'pmpro_bcity', 'Mt. Albert') ; 
INSERT INTO `wp_usermeta` VALUES (2729, 253, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2730, 253, 'pmpro_bzipcode', 'L0G 1M0') ; 
INSERT INTO `wp_usermeta` VALUES (2731, 254, 'pmpro_bfirstname', 'Barb') ; 
INSERT INTO `wp_usermeta` VALUES (2732, 254, 'pmpro_blastname', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (2733, 254, 'first_name', 'Barb') ; 
INSERT INTO `wp_usermeta` VALUES (2734, 254, 'last_name', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (2735, 254, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2736, 254, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (2737, 254, 'pmpro_baddress1', '18223 44th Place N.') ; 
INSERT INTO `wp_usermeta` VALUES (2738, 254, 'pmpro_bcity', 'Loxhatchee') ; 
INSERT INTO `wp_usermeta` VALUES (2739, 254, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2740, 254, 'pmpro_bzipcode', '33470') ; 
INSERT INTO `wp_usermeta` VALUES (2741, 255, 'pmpro_bfirstname', 'Barbara') ; 
INSERT INTO `wp_usermeta` VALUES (2742, 255, 'pmpro_blastname', 'Parkes') ; 
INSERT INTO `wp_usermeta` VALUES (2743, 255, 'first_name', 'Barbara') ; 
INSERT INTO `wp_usermeta` VALUES (2744, 255, 'last_name', 'Parkes') ; 
INSERT INTO `wp_usermeta` VALUES (2745, 255, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2746, 255, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (2747, 255, 'pmpro_baddress1', '1340 Glenwood Rd.  Apt 13') ; 
INSERT INTO `wp_usermeta` VALUES (2748, 255, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (2749, 255, 'pmpro_bcity', 'Glendale') ; 
INSERT INTO `wp_usermeta` VALUES (2750, 255, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2751, 255, 'pmpro_bzipcode', '91201') ; 
INSERT INTO `wp_usermeta` VALUES (2752, 256, 'pmpro_bfirstname', 'Barbara') ; 
INSERT INTO `wp_usermeta` VALUES (2753, 256, 'pmpro_blastname', 'Brem') ; 
INSERT INTO `wp_usermeta` VALUES (2754, 256, 'first_name', 'Barbara') ; 
INSERT INTO `wp_usermeta` VALUES (2755, 256, 'last_name', 'Brem') ; 
INSERT INTO `wp_usermeta` VALUES (2756, 256, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2757, 256, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (2758, 256, 'pmpro_baddress1', '3740 Muirfield Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (2759, 256, 'pmpro_bcity', 'Carrollton') ; 
INSERT INTO `wp_usermeta` VALUES (2760, 256, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2761, 256, 'pmpro_bzipcode', '75007') ; 
INSERT INTO `wp_usermeta` VALUES (2762, 257, 'pmpro_bfirstname', 'Barbara') ; 
INSERT INTO `wp_usermeta` VALUES (2763, 257, 'pmpro_blastname', 'Boon') ; 
INSERT INTO `wp_usermeta` VALUES (2764, 257, 'first_name', 'Barbara') ; 
INSERT INTO `wp_usermeta` VALUES (2765, 257, 'last_name', 'Boon') ; 
INSERT INTO `wp_usermeta` VALUES (2766, 257, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2767, 257, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (2768, 257, 'pmpro_baddress1', '4562 Georgia St. Apt 10') ; 
INSERT INTO `wp_usermeta` VALUES (2769, 257, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (2770, 257, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (2771, 257, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2772, 257, 'pmpro_bzipcode', '92116') ; 
INSERT INTO `wp_usermeta` VALUES (2773, 258, 'pmpro_bfirstname', 'Barbara') ; 
INSERT INTO `wp_usermeta` VALUES (2774, 258, 'pmpro_blastname', 'Curry') ; 
INSERT INTO `wp_usermeta` VALUES (2775, 258, 'first_name', 'Barbara') ; 
INSERT INTO `wp_usermeta` VALUES (2776, 258, 'last_name', 'Curry') ; 
INSERT INTO `wp_usermeta` VALUES (2777, 258, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2778, 258, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (2779, 258, 'pmpro_baddress1', '2422 Old Ranch Road') ; 
INSERT INTO `wp_usermeta` VALUES (2780, 258, 'pmpro_bcity', 'Escondido ') ; 
INSERT INTO `wp_usermeta` VALUES (2781, 258, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2782, 258, 'pmpro_bzipcode', '92027') ; 
INSERT INTO `wp_usermeta` VALUES (2783, 259, 'pmpro_bfirstname', 'Barbara') ; 
INSERT INTO `wp_usermeta` VALUES (2784, 259, 'pmpro_blastname', 'Uhler') ; 
INSERT INTO `wp_usermeta` VALUES (2785, 259, 'first_name', 'Barbara') ; 
INSERT INTO `wp_usermeta` VALUES (2786, 259, 'last_name', 'Uhler') ; 
INSERT INTO `wp_usermeta` VALUES (2787, 259, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2788, 259, 'pmpro_bstate', 'DC') ; 
INSERT INTO `wp_usermeta` VALUES (2789, 259, 'pmpro_baddress1', '4206 12th St. NE') ; 
INSERT INTO `wp_usermeta` VALUES (2790, 259, 'pmpro_bcity', 'Washington') ; 
INSERT INTO `wp_usermeta` VALUES (2791, 259, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2792, 259, 'pmpro_bzipcode', '20017') ; 
INSERT INTO `wp_usermeta` VALUES (2793, 260, 'pmpro_bfirstname', 'Barbara') ; 
INSERT INTO `wp_usermeta` VALUES (2794, 260, 'pmpro_blastname', 'Foster') ; 
INSERT INTO `wp_usermeta` VALUES (2795, 260, 'first_name', 'Barbara') ; 
INSERT INTO `wp_usermeta` VALUES (2796, 260, 'last_name', 'Foster') ; 
INSERT INTO `wp_usermeta` VALUES (2797, 260, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2798, 260, 'pmpro_bstate', 'SC') ; 
INSERT INTO `wp_usermeta` VALUES (2799, 260, 'pmpro_baddress1', '301 Emily Lane') ; 
INSERT INTO `wp_usermeta` VALUES (2800, 260, 'pmpro_bcity', 'Piedmont') ; 
INSERT INTO `wp_usermeta` VALUES (2801, 260, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2802, 260, 'pmpro_bzipcode', '29673') ; 
INSERT INTO `wp_usermeta` VALUES (2803, 261, 'pmpro_bfirstname', 'Barbara') ; 
INSERT INTO `wp_usermeta` VALUES (2804, 261, 'pmpro_blastname', 'Perry') ; 
INSERT INTO `wp_usermeta` VALUES (2805, 261, 'first_name', 'Barbara') ; 
INSERT INTO `wp_usermeta` VALUES (2806, 261, 'last_name', 'Perry') ; 
INSERT INTO `wp_usermeta` VALUES (2807, 261, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2808, 261, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (2809, 261, 'pmpro_baddress1', '12255 Tildenwood Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (2810, 261, 'pmpro_bcity', 'Rockville') ; 
INSERT INTO `wp_usermeta` VALUES (2811, 261, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2812, 261, 'pmpro_bzipcode', '20852') ; 
INSERT INTO `wp_usermeta` VALUES (2813, 262, 'pmpro_bfirstname', 'Barbara') ; 
INSERT INTO `wp_usermeta` VALUES (2814, 262, 'pmpro_blastname', 'Bingham Deutscher') ; 
INSERT INTO `wp_usermeta` VALUES (2815, 262, 'first_name', 'Barbara') ; 
INSERT INTO `wp_usermeta` VALUES (2816, 262, 'last_name', 'Bingham Deutscher') ; 
INSERT INTO `wp_usermeta` VALUES (2817, 262, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2818, 262, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (2819, 262, 'pmpro_baddress1', '3704 E. Ahwatukee Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (2820, 262, 'pmpro_bcity', 'Phoenix') ; 
INSERT INTO `wp_usermeta` VALUES (2821, 262, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2822, 262, 'pmpro_bzipcode', '85044') ; 
INSERT INTO `wp_usermeta` VALUES (2823, 263, 'pmpro_bfirstname', 'Barbara') ; 
INSERT INTO `wp_usermeta` VALUES (2824, 263, 'pmpro_blastname', 'Palmer') ; 
INSERT INTO `wp_usermeta` VALUES (2825, 263, 'first_name', 'Barbara') ; 
INSERT INTO `wp_usermeta` VALUES (2826, 263, 'last_name', 'Palmer') ; 
INSERT INTO `wp_usermeta` VALUES (2827, 263, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2828, 263, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (2829, 263, 'pmpro_baddress1', '3501 E. 29th Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (2830, 263, 'pmpro_bcity', 'Denver') ; 
INSERT INTO `wp_usermeta` VALUES (2831, 263, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2832, 263, 'pmpro_bzipcode', '80205') ; 
INSERT INTO `wp_usermeta` VALUES (2833, 264, 'pmpro_bfirstname', 'Barbara ') ; 
INSERT INTO `wp_usermeta` VALUES (2834, 264, 'pmpro_blastname', 'Manspeaker') ; 
INSERT INTO `wp_usermeta` VALUES (2835, 264, 'first_name', 'Barbara') ; 
INSERT INTO `wp_usermeta` VALUES (2836, 264, 'last_name', 'Manspeaker') ; 
INSERT INTO `wp_usermeta` VALUES (2837, 264, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2838, 264, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (2839, 264, 'pmpro_baddress1', '3625 Willow Brook Drive') ; 
INSERT INTO `wp_usermeta` VALUES (2840, 264, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (2841, 264, 'pmpro_bcity', 'Topeka') ; 
INSERT INTO `wp_usermeta` VALUES (2842, 264, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (2843, 264, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2844, 264, 'pmpro_bzipcode', '66614') ; 
INSERT INTO `wp_usermeta` VALUES (2845, 265, 'pmpro_bfirstname', 'Barbara J. ') ; 
INSERT INTO `wp_usermeta` VALUES (2846, 265, 'pmpro_blastname', 'Geist') ; 
INSERT INTO `wp_usermeta` VALUES (2847, 265, 'first_name', 'Barbara J. ') ; 
INSERT INTO `wp_usermeta` VALUES (2848, 265, 'last_name', 'Geist') ; 
INSERT INTO `wp_usermeta` VALUES (2849, 265, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2850, 265, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (2851, 265, 'pmpro_baddress1', '415 N. Northwest Hwy.') ; 
INSERT INTO `wp_usermeta` VALUES (2852, 265, 'pmpro_bcity', 'Park Ridge') ; 
INSERT INTO `wp_usermeta` VALUES (2853, 265, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2854, 265, 'pmpro_bzipcode', '60068-3254') ; 
INSERT INTO `wp_usermeta` VALUES (2855, 266, 'pmpro_bfirstname', 'Barbie') ; 
INSERT INTO `wp_usermeta` VALUES (2856, 266, 'pmpro_blastname', 'Calva') ; 
INSERT INTO `wp_usermeta` VALUES (2857, 266, 'first_name', 'Barbie') ; 
INSERT INTO `wp_usermeta` VALUES (2858, 266, 'last_name', 'Calva') ; 
INSERT INTO `wp_usermeta` VALUES (2859, 266, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2860, 266, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (2861, 266, 'pmpro_baddress1', '745 E. 5th St.  Apt 24') ; 
INSERT INTO `wp_usermeta` VALUES (2862, 266, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (2863, 266, 'pmpro_bcity', 'Azusa') ; 
INSERT INTO `wp_usermeta` VALUES (2864, 266, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2865, 266, 'pmpro_bzipcode', '91702') ; 
INSERT INTO `wp_usermeta` VALUES (2866, 267, 'pmpro_bfirstname', 'Beau') ; 
INSERT INTO `wp_usermeta` VALUES (2867, 267, 'pmpro_blastname', 'Parks') ; 
INSERT INTO `wp_usermeta` VALUES (2868, 267, 'first_name', 'Beau') ; 
INSERT INTO `wp_usermeta` VALUES (2869, 267, 'last_name', 'Parks') ; 
INSERT INTO `wp_usermeta` VALUES (2870, 267, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2871, 267, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (2872, 267, 'pmpro_baddress1', '14522 Cypress Point Trail') ; 
INSERT INTO `wp_usermeta` VALUES (2873, 267, 'pmpro_bcity', 'Valley Center') ; 
INSERT INTO `wp_usermeta` VALUES (2874, 267, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2875, 267, 'pmpro_bzipcode', '92082') ; 
INSERT INTO `wp_usermeta` VALUES (2876, 268, 'pmpro_bfirstname', 'Becki') ; 
INSERT INTO `wp_usermeta` VALUES (2877, 268, 'pmpro_blastname', 'Triplett') ; 
INSERT INTO `wp_usermeta` VALUES (2878, 268, 'first_name', 'Becki') ; 
INSERT INTO `wp_usermeta` VALUES (2879, 268, 'last_name', 'Triplett') ; 
INSERT INTO `wp_usermeta` VALUES (2880, 268, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2881, 268, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (2882, 268, 'pmpro_baddress1', '2207 Branch Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (2883, 268, 'pmpro_bcity', 'Sarcoxie') ; 
INSERT INTO `wp_usermeta` VALUES (2884, 268, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2885, 268, 'pmpro_bzipcode', '64862') ; 
INSERT INTO `wp_usermeta` VALUES (2886, 269, 'pmpro_bfirstname', 'Becky') ; 
INSERT INTO `wp_usermeta` VALUES (2887, 269, 'pmpro_blastname', 'Heller') ; 
INSERT INTO `wp_usermeta` VALUES (2888, 269, 'first_name', 'Becky') ; 
INSERT INTO `wp_usermeta` VALUES (2889, 269, 'last_name', 'Heller') ; 
INSERT INTO `wp_usermeta` VALUES (2890, 269, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (2891, 269, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (2892, 269, 'pmpro_baddress1', '1112 Circle High') ; 
INSERT INTO `wp_usermeta` VALUES (2893, 269, 'pmpro_bcity', 'Burnsville') ; 
INSERT INTO `wp_usermeta` VALUES (2894, 269, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2895, 269, 'pmpro_bzipcode', '55306') ; 
INSERT INTO `wp_usermeta` VALUES (2896, 270, 'pmpro_bfirstname', 'Benjamin') ; 
INSERT INTO `wp_usermeta` VALUES (2897, 270, 'pmpro_blastname', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (2898, 270, 'first_name', 'Benjamin') ; 
INSERT INTO `wp_usermeta` VALUES (2899, 270, 'last_name', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (2900, 270, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (2901, 270, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (2902, 270, 'pmpro_baddress1', '176 Janefield Ave. Apt 328') ; 
INSERT INTO `wp_usermeta` VALUES (2903, 270, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (2904, 270, 'pmpro_bcity', 'Guelph') ; 
INSERT INTO `wp_usermeta` VALUES (2905, 270, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2906, 270, 'pmpro_bzipcode', 'N1G 1V2') ; 
INSERT INTO `wp_usermeta` VALUES (2907, 271, 'pmpro_bfirstname', 'Benjamin') ; 
INSERT INTO `wp_usermeta` VALUES (2908, 271, 'pmpro_blastname', 'Minerich') ; 
INSERT INTO `wp_usermeta` VALUES (2909, 271, 'first_name', 'Benjamin') ; 
INSERT INTO `wp_usermeta` VALUES (2910, 271, 'last_name', 'Minerich') ; 
INSERT INTO `wp_usermeta` VALUES (2911, 271, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2912, 271, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (2913, 271, 'pmpro_baddress1', '2216 E. 114th St.') ; 
INSERT INTO `wp_usermeta` VALUES (2914, 271, 'pmpro_bcity', 'Burnsville') ; 
INSERT INTO `wp_usermeta` VALUES (2915, 271, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2916, 271, 'pmpro_bzipcode', '55337') ; 
INSERT INTO `wp_usermeta` VALUES (2917, 272, 'pmpro_bfirstname', 'Benjamin') ; 
INSERT INTO `wp_usermeta` VALUES (2918, 272, 'pmpro_blastname', 'Sutton') ; 
INSERT INTO `wp_usermeta` VALUES (2919, 272, 'first_name', 'Benjamin') ; 
INSERT INTO `wp_usermeta` VALUES (2920, 272, 'last_name', 'Sutton') ; 
INSERT INTO `wp_usermeta` VALUES (2921, 272, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2922, 272, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (2923, 272, 'pmpro_baddress1', '668 Clear Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (2924, 272, 'pmpro_bcity', 'St. Paul') ; 
INSERT INTO `wp_usermeta` VALUES (2925, 272, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2926, 272, 'pmpro_bzipcode', '55106') ; 
INSERT INTO `wp_usermeta` VALUES (2927, 273, 'pmpro_bfirstname', 'Benjamin') ; 
INSERT INTO `wp_usermeta` VALUES (2928, 273, 'pmpro_blastname', 'Kabel') ; 
INSERT INTO `wp_usermeta` VALUES (2929, 273, 'first_name', 'Benjamin') ; 
INSERT INTO `wp_usermeta` VALUES (2930, 273, 'last_name', 'Kabel') ; 
INSERT INTO `wp_usermeta` VALUES (2931, 273, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2932, 273, 'pmpro_bstate', 'OK') ; 
INSERT INTO `wp_usermeta` VALUES (2933, 273, 'pmpro_baddress1', '7203 E. 72nd St.') ; 
INSERT INTO `wp_usermeta` VALUES (2934, 273, 'pmpro_bcity', 'Tulsa') ; 
INSERT INTO `wp_usermeta` VALUES (2935, 273, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2936, 273, 'pmpro_bzipcode', '74133') ; 
INSERT INTO `wp_usermeta` VALUES (2937, 274, 'pmpro_bfirstname', 'Benjamin') ; 
INSERT INTO `wp_usermeta` VALUES (2938, 274, 'pmpro_blastname', 'Spence') ; 
INSERT INTO `wp_usermeta` VALUES (2939, 274, 'first_name', 'Benjamin') ; 
INSERT INTO `wp_usermeta` VALUES (2940, 274, 'last_name', 'Spence') ; 
INSERT INTO `wp_usermeta` VALUES (2941, 274, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2942, 274, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (2943, 274, 'pmpro_baddress1', 'PO Box 944') ; 
INSERT INTO `wp_usermeta` VALUES (2944, 274, 'pmpro_bcity', 'Rising Sun') ; 
INSERT INTO `wp_usermeta` VALUES (2945, 274, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2946, 274, 'pmpro_bzipcode', '21911') ; 
INSERT INTO `wp_usermeta` VALUES (2947, 275, 'pmpro_bfirstname', 'Bernadette I.') ; 
INSERT INTO `wp_usermeta` VALUES (2948, 275, 'pmpro_blastname', 'Overbeck') ; 
INSERT INTO `wp_usermeta` VALUES (2949, 275, 'first_name', 'Bernadette I.') ; 
INSERT INTO `wp_usermeta` VALUES (2950, 275, 'last_name', 'Overbeck') ; 
INSERT INTO `wp_usermeta` VALUES (2951, 275, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (2952, 275, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (2953, 275, 'pmpro_baddress1', '1707 E. Laurel St. Apt 2') ; 
INSERT INTO `wp_usermeta` VALUES (2954, 275, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (2955, 275, 'pmpro_bcity', 'Garden City') ; 
INSERT INTO `wp_usermeta` VALUES (2956, 275, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2957, 275, 'pmpro_bzipcode', '67846') ; 
INSERT INTO `wp_usermeta` VALUES (2958, 276, 'pmpro_bfirstname', 'Bert') ; 
INSERT INTO `wp_usermeta` VALUES (2959, 276, 'pmpro_blastname', 'Castro: Director') ; 
INSERT INTO `wp_usermeta` VALUES (2960, 276, 'first_name', 'Bert') ; 
INSERT INTO `wp_usermeta` VALUES (2961, 276, 'last_name', 'Castro') ; 
INSERT INTO `wp_usermeta` VALUES (2962, 276, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2963, 276, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (2964, 276, 'pmpro_baddress1', '455 N. Galvin Pkwy.') ; 
INSERT INTO `wp_usermeta` VALUES (2965, 276, 'pmpro_bcity', 'Phoenix') ; 
INSERT INTO `wp_usermeta` VALUES (2966, 276, 'uxf_organization', 'Phoenix Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (2967, 276, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2968, 276, 'pmpro_bzipcode', '85008') ; 
INSERT INTO `wp_usermeta` VALUES (2969, 276, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (2970, 277, 'pmpro_bfirstname', 'Bert') ; 
INSERT INTO `wp_usermeta` VALUES (2971, 277, 'pmpro_blastname', 'Vescolani') ; 
INSERT INTO `wp_usermeta` VALUES (2972, 277, 'first_name', 'John Ball Zoological Garden') ; 
INSERT INTO `wp_usermeta` VALUES (2973, 277, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (2974, 277, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2975, 277, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (2976, 277, 'pmpro_baddress1', '1300 W. Fulton St.') ; 
INSERT INTO `wp_usermeta` VALUES (2977, 277, 'pmpro_bcity', 'Grand Rapids') ; 
INSERT INTO `wp_usermeta` VALUES (2978, 277, 'uxf_organization', 'John Ball Zoological Garden') ; 
INSERT INTO `wp_usermeta` VALUES (2979, 277, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (2980, 277, 'pmpro_bzipcode', '49504') ; 
INSERT INTO `wp_usermeta` VALUES (2981, 277, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (2982, 278, 'pmpro_bfirstname', 'Beth') ; 
INSERT INTO `wp_usermeta` VALUES (2983, 278, 'pmpro_blastname', 'Pohl') ; 
INSERT INTO `wp_usermeta` VALUES (2984, 278, 'first_name', 'Beth') ; 
INSERT INTO `wp_usermeta` VALUES (2985, 278, 'last_name', 'Pohl') ; 
INSERT INTO `wp_usermeta` VALUES (2986, 278, 'pmpro_bcountry', 'AU') ; 
INSERT INTO `wp_usermeta` VALUES (2987, 278, 'pmpro_baddress1', '9 Wuttke Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (2988, 278, 'pmpro_bcity', 'Mount Barker') ; 
INSERT INTO `wp_usermeta` VALUES (2989, 278, 'pmpro_bzipcode', '5251') ; 
INSERT INTO `wp_usermeta` VALUES (2990, 278, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (2991, 278, 'uxf_akf', 'ELECTRONIC') ; 
INSERT INTO `wp_usermeta` VALUES (2992, 279, 'pmpro_bfirstname', 'Beth') ; 
INSERT INTO `wp_usermeta` VALUES (2993, 279, 'pmpro_blastname', 'Carlyle') ; 
INSERT INTO `wp_usermeta` VALUES (2994, 279, 'first_name', 'Beth') ; 
INSERT INTO `wp_usermeta` VALUES (2995, 279, 'last_name', 'Carlyle') ; 
INSERT INTO `wp_usermeta` VALUES (2996, 279, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (2997, 279, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (2998, 279, 'pmpro_baddress1', '4910 186th Pl. SW') ; 
INSERT INTO `wp_usermeta` VALUES (2999, 279, 'pmpro_bcity', 'Lynnwood') ; 
INSERT INTO `wp_usermeta` VALUES (3000, 279, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3001, 279, 'pmpro_bzipcode', '98037') ; 
INSERT INTO `wp_usermeta` VALUES (3002, 280, 'pmpro_bfirstname', 'Beth') ; 
INSERT INTO `wp_usermeta` VALUES (3003, 280, 'pmpro_blastname', 'Rich: Supterintendent') ; 
INSERT INTO `wp_usermeta` VALUES (3004, 280, 'first_name', 'Beth') ; 
INSERT INTO `wp_usermeta` VALUES (3005, 280, 'last_name', 'Rich: Supterintendent') ; 
INSERT INTO `wp_usermeta` VALUES (3006, 280, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3007, 280, 'pmpro_bstate', 'ID') ; 
INSERT INTO `wp_usermeta` VALUES (3008, 280, 'pmpro_baddress1', 'P.O. Box 50220') ; 
INSERT INTO `wp_usermeta` VALUES (3009, 280, 'pmpro_bcity', 'Idaho Falls') ; 
INSERT INTO `wp_usermeta` VALUES (3010, 280, 'uxf_organization', 'Tautphaus Park Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (3011, 280, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3012, 280, 'pmpro_bzipcode', '83405-0220') ; 
INSERT INTO `wp_usermeta` VALUES (3013, 280, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (3014, 281, 'pmpro_bfirstname', 'Beth') ; 
INSERT INTO `wp_usermeta` VALUES (3015, 281, 'pmpro_blastname', 'Skiles') ; 
INSERT INTO `wp_usermeta` VALUES (3016, 281, 'first_name', 'Beth') ; 
INSERT INTO `wp_usermeta` VALUES (3017, 281, 'last_name', 'Skiles') ; 
INSERT INTO `wp_usermeta` VALUES (3018, 281, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3019, 281, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (3020, 281, 'pmpro_baddress1', '4455 Winthrop Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (3021, 281, 'pmpro_bcity', 'Indianapolis') ; 
INSERT INTO `wp_usermeta` VALUES (3022, 281, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3023, 281, 'pmpro_bzipcode', '46205') ; 
INSERT INTO `wp_usermeta` VALUES (3024, 282, 'pmpro_bfirstname', 'Beth') ; 
INSERT INTO `wp_usermeta` VALUES (3025, 282, 'pmpro_blastname', 'Kinsala') ; 
INSERT INTO `wp_usermeta` VALUES (3026, 282, 'first_name', 'Beth') ; 
INSERT INTO `wp_usermeta` VALUES (3027, 282, 'last_name', 'Kinsala') ; 
INSERT INTO `wp_usermeta` VALUES (3028, 282, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3029, 282, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (3030, 282, 'pmpro_baddress1', '2000 Ascot Pkwy. ') ; 
INSERT INTO `wp_usermeta` VALUES (3031, 282, 'pmpro_baddress2', 'Apt 3711') ; 
INSERT INTO `wp_usermeta` VALUES (3032, 282, 'pmpro_bcity', 'Vallejo') ; 
INSERT INTO `wp_usermeta` VALUES (3033, 282, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3034, 282, 'pmpro_bzipcode', '94591') ; 
INSERT INTO `wp_usermeta` VALUES (3035, 283, 'pmpro_bfirstname', 'Beth') ; 
INSERT INTO `wp_usermeta` VALUES (3036, 283, 'pmpro_blastname', 'Kutsch') ; 
INSERT INTO `wp_usermeta` VALUES (3037, 283, 'first_name', 'Beth') ; 
INSERT INTO `wp_usermeta` VALUES (3038, 283, 'last_name', 'Kutsch') ; 
INSERT INTO `wp_usermeta` VALUES (3039, 283, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3040, 283, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (3041, 283, 'pmpro_baddress1', '17744 Margo St.') ; 
INSERT INTO `wp_usermeta` VALUES (3042, 283, 'pmpro_bcity', 'Omaha') ; 
INSERT INTO `wp_usermeta` VALUES (3043, 283, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3044, 283, 'pmpro_bzipcode', '68136-2050') ; 
INSERT INTO `wp_usermeta` VALUES (3045, 284, 'pmpro_bfirstname', 'Beth') ; 
INSERT INTO `wp_usermeta` VALUES (3046, 284, 'pmpro_blastname', 'Minnich') ; 
INSERT INTO `wp_usermeta` VALUES (3047, 284, 'first_name', 'Beth') ; 
INSERT INTO `wp_usermeta` VALUES (3048, 284, 'last_name', 'Minnich') ; 
INSERT INTO `wp_usermeta` VALUES (3049, 284, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (3050, 284, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (3051, 284, 'pmpro_baddress1', '2117 139th Pl. SE') ; 
INSERT INTO `wp_usermeta` VALUES (3052, 284, 'pmpro_bcity', 'Mill Creek') ; 
INSERT INTO `wp_usermeta` VALUES (3053, 284, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3054, 284, 'pmpro_bzipcode', '98012') ; 
INSERT INTO `wp_usermeta` VALUES (3055, 285, 'pmpro_bfirstname', 'Beth') ; 
INSERT INTO `wp_usermeta` VALUES (3056, 285, 'pmpro_blastname', 'Richmond') ; 
INSERT INTO `wp_usermeta` VALUES (3057, 285, 'first_name', 'Beth') ; 
INSERT INTO `wp_usermeta` VALUES (3058, 285, 'last_name', 'Richmond') ; 
INSERT INTO `wp_usermeta` VALUES (3059, 285, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3060, 285, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (3061, 285, 'pmpro_baddress1', '15040 Giles Rd. ') ; 
INSERT INTO `wp_usermeta` VALUES (3062, 285, 'pmpro_baddress2', 'Apt 203') ; 
INSERT INTO `wp_usermeta` VALUES (3063, 285, 'pmpro_bcity', 'Omaha') ; 
INSERT INTO `wp_usermeta` VALUES (3064, 285, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3065, 285, 'pmpro_bzipcode', '68138') ; 
INSERT INTO `wp_usermeta` VALUES (3066, 286, 'pmpro_bfirstname', 'Beth') ; 
INSERT INTO `wp_usermeta` VALUES (3067, 286, 'pmpro_blastname', 'Inches') ; 
INSERT INTO `wp_usermeta` VALUES (3068, 286, 'first_name', 'Beth') ; 
INSERT INTO `wp_usermeta` VALUES (3069, 286, 'last_name', 'Inches') ; 
INSERT INTO `wp_usermeta` VALUES (3070, 286, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (3071, 286, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (3072, 286, 'pmpro_baddress1', '1616 Mt Royal Blvd  Apt 305') ; 
INSERT INTO `wp_usermeta` VALUES (3073, 286, 'pmpro_bcity', 'Glenshaw') ; 
INSERT INTO `wp_usermeta` VALUES (3074, 286, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3075, 286, 'pmpro_bzipcode', '15116') ; 
INSERT INTO `wp_usermeta` VALUES (3076, 287, 'pmpro_bfirstname', 'Beth') ; 
INSERT INTO `wp_usermeta` VALUES (3077, 287, 'pmpro_blastname', 'Ament Briggs') ; 
INSERT INTO `wp_usermeta` VALUES (3078, 287, 'first_name', 'Beth') ; 
INSERT INTO `wp_usermeta` VALUES (3079, 287, 'last_name', 'Ament') ; 
INSERT INTO `wp_usermeta` VALUES (3080, 287, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (3081, 287, 'pmpro_bstate', 'NV') ; 
INSERT INTO `wp_usermeta` VALUES (3082, 287, 'pmpro_baddress1', '2276 Cookman Lane') ; 
INSERT INTO `wp_usermeta` VALUES (3083, 287, 'pmpro_bcity', 'Las Vegas') ; 
INSERT INTO `wp_usermeta` VALUES (3084, 287, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3085, 287, 'pmpro_bzipcode', '89135') ; 
INSERT INTO `wp_usermeta` VALUES (3086, 288, 'pmpro_bfirstname', 'Beth') ; 
INSERT INTO `wp_usermeta` VALUES (3087, 288, 'pmpro_blastname', 'McChesney') ; 
INSERT INTO `wp_usermeta` VALUES (3088, 288, 'first_name', 'Beth') ; 
INSERT INTO `wp_usermeta` VALUES (3089, 288, 'last_name', 'McChesney') ; 
INSERT INTO `wp_usermeta` VALUES (3090, 288, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3091, 288, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (3092, 288, 'pmpro_baddress1', '1191 Cedar Creek Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (3093, 288, 'pmpro_bcity', 'Asheboro') ; 
INSERT INTO `wp_usermeta` VALUES (3094, 288, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3095, 288, 'pmpro_bzipcode', '27205') ; 
INSERT INTO `wp_usermeta` VALUES (3096, 289, 'pmpro_bfirstname', 'Beth') ; 
INSERT INTO `wp_usermeta` VALUES (3097, 289, 'pmpro_blastname', 'Mescolotto') ; 
INSERT INTO `wp_usermeta` VALUES (3098, 289, 'first_name', 'Beth') ; 
INSERT INTO `wp_usermeta` VALUES (3099, 289, 'last_name', 'Mescolotto') ; 
INSERT INTO `wp_usermeta` VALUES (3100, 289, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (3101, 289, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (3102, 289, 'pmpro_baddress1', '1161 Bateman Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (3103, 289, 'pmpro_bcity', 'Phoenixville') ; 
INSERT INTO `wp_usermeta` VALUES (3104, 289, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3105, 289, 'pmpro_bzipcode', '19460') ; 
INSERT INTO `wp_usermeta` VALUES (3106, 290, 'pmpro_bfirstname', 'Beth ') ; 
INSERT INTO `wp_usermeta` VALUES (3107, 290, 'pmpro_blastname', 'Wood') ; 
INSERT INTO `wp_usermeta` VALUES (3108, 290, 'first_name', 'Beth') ; 
INSERT INTO `wp_usermeta` VALUES (3109, 290, 'last_name', 'Wood') ; 
INSERT INTO `wp_usermeta` VALUES (3110, 290, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3111, 290, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (3112, 290, 'pmpro_baddress1', 'PO Box 313') ; 
INSERT INTO `wp_usermeta` VALUES (3113, 290, 'pmpro_bcity', 'Woodburn') ; 
INSERT INTO `wp_usermeta` VALUES (3114, 290, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3115, 290, 'pmpro_bzipcode', '46797') ; 
INSERT INTO `wp_usermeta` VALUES (3116, 291, 'pmpro_bfirstname', 'Bethany') ; 
INSERT INTO `wp_usermeta` VALUES (3117, 291, 'pmpro_blastname', 'Hickey') ; 
INSERT INTO `wp_usermeta` VALUES (3118, 291, 'first_name', 'Bethany') ; 
INSERT INTO `wp_usermeta` VALUES (3119, 291, 'last_name', 'Hickey') ; 
INSERT INTO `wp_usermeta` VALUES (3120, 291, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3121, 291, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (3122, 291, 'pmpro_baddress1', '10200 W. Ridgewood Dr. Apt 207') ; 
INSERT INTO `wp_usermeta` VALUES (3123, 291, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (3124, 291, 'pmpro_bcity', 'Parma Heights') ; 
INSERT INTO `wp_usermeta` VALUES (3125, 291, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3126, 291, 'pmpro_bzipcode', '44130') ; 
INSERT INTO `wp_usermeta` VALUES (3127, 292, 'pmpro_bfirstname', 'Bethany') ; 
INSERT INTO `wp_usermeta` VALUES (3128, 292, 'pmpro_blastname', 'Baran') ; 
INSERT INTO `wp_usermeta` VALUES (3129, 292, 'first_name', 'Bethany') ; 
INSERT INTO `wp_usermeta` VALUES (3130, 292, 'last_name', 'Baran') ; 
INSERT INTO `wp_usermeta` VALUES (3131, 292, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3132, 292, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (3133, 292, 'pmpro_baddress1', '2207 Rockbridge Rd') ; 
INSERT INTO `wp_usermeta` VALUES (3134, 292, 'pmpro_bcity', 'Virginia Beach') ; 
INSERT INTO `wp_usermeta` VALUES (3135, 292, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3136, 292, 'pmpro_bzipcode', '23455') ; 
INSERT INTO `wp_usermeta` VALUES (3137, 293, 'pmpro_bfirstname', 'Bethany') ; 
INSERT INTO `wp_usermeta` VALUES (3138, 293, 'pmpro_blastname', 'Baldwin') ; 
INSERT INTO `wp_usermeta` VALUES (3139, 293, 'first_name', 'Bethany') ; 
INSERT INTO `wp_usermeta` VALUES (3140, 293, 'last_name', 'Baldwin') ; 
INSERT INTO `wp_usermeta` VALUES (3141, 293, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (3142, 293, 'pmpro_bstate', 'CT') ; 
INSERT INTO `wp_usermeta` VALUES (3143, 293, 'pmpro_baddress1', '202 Smith St.') ; 
INSERT INTO `wp_usermeta` VALUES (3144, 293, 'pmpro_bcity', 'Derby') ; 
INSERT INTO `wp_usermeta` VALUES (3145, 293, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3146, 293, 'pmpro_bzipcode', '06418-1243') ; 
INSERT INTO `wp_usermeta` VALUES (3147, 294, 'pmpro_bfirstname', 'Bethany') ; 
INSERT INTO `wp_usermeta` VALUES (3148, 294, 'pmpro_blastname', 'Gates') ; 
INSERT INTO `wp_usermeta` VALUES (3149, 294, 'first_name', 'Bethany') ; 
INSERT INTO `wp_usermeta` VALUES (3150, 294, 'last_name', 'Gates') ; 
INSERT INTO `wp_usermeta` VALUES (3151, 294, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (3152, 294, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (3153, 294, 'pmpro_baddress1', '5352 S. Allen Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (3154, 294, 'pmpro_bcity', 'Battlefield') ; 
INSERT INTO `wp_usermeta` VALUES (3155, 294, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3156, 294, 'pmpro_bzipcode', '65619') ; 
INSERT INTO `wp_usermeta` VALUES (3157, 295, 'pmpro_bfirstname', 'Bethany') ; 
INSERT INTO `wp_usermeta` VALUES (3158, 295, 'pmpro_blastname', 'Wlaz') ; 
INSERT INTO `wp_usermeta` VALUES (3159, 295, 'first_name', 'Bethany') ; 
INSERT INTO `wp_usermeta` VALUES (3160, 295, 'last_name', 'Wlaz                                      ') ; 
INSERT INTO `wp_usermeta` VALUES (3161, 295, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (3162, 295, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (3163, 295, 'pmpro_baddress1', '654 Wheat Mill Ct. W.') ; 
INSERT INTO `wp_usermeta` VALUES (3164, 295, 'pmpro_bcity', 'Millersville') ; 
INSERT INTO `wp_usermeta` VALUES (3165, 295, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3166, 295, 'pmpro_bzipcode', '21108-1531') ; 
INSERT INTO `wp_usermeta` VALUES (3167, 296, 'pmpro_bfirstname', 'Bethany') ; 
INSERT INTO `wp_usermeta` VALUES (3168, 296, 'pmpro_blastname', 'Wall') ; 
INSERT INTO `wp_usermeta` VALUES (3169, 296, 'first_name', 'Bethany') ; 
INSERT INTO `wp_usermeta` VALUES (3170, 296, 'last_name', 'Wall') ; 
INSERT INTO `wp_usermeta` VALUES (3171, 296, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (3172, 296, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (3173, 296, 'pmpro_baddress1', '5018 Mayspring') ; 
INSERT INTO `wp_usermeta` VALUES (3174, 296, 'pmpro_bcity', 'San Antonio') ; 
INSERT INTO `wp_usermeta` VALUES (3175, 296, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3176, 296, 'pmpro_bzipcode', '78217') ; 
INSERT INTO `wp_usermeta` VALUES (3177, 297, 'pmpro_bfirstname', 'Bethany J.') ; 
INSERT INTO `wp_usermeta` VALUES (3178, 297, 'pmpro_blastname', 'Bingham') ; 
INSERT INTO `wp_usermeta` VALUES (3179, 297, 'first_name', 'Bethany J.') ; 
INSERT INTO `wp_usermeta` VALUES (3180, 297, 'last_name', 'Bingham') ; 
INSERT INTO `wp_usermeta` VALUES (3181, 297, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (3182, 297, 'pmpro_bstate', 'UT') ; 
INSERT INTO `wp_usermeta` VALUES (3183, 297, 'pmpro_baddress1', '6039 S. Loder Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (3184, 297, 'pmpro_bcity', 'Salt Lake City') ; 
INSERT INTO `wp_usermeta` VALUES (3185, 297, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3186, 297, 'pmpro_bzipcode', '84118') ; 
INSERT INTO `wp_usermeta` VALUES (3187, 298, 'pmpro_bfirstname', 'Bethany L.') ; 
INSERT INTO `wp_usermeta` VALUES (3188, 298, 'pmpro_blastname', 'Ricci') ; 
INSERT INTO `wp_usermeta` VALUES (3189, 298, 'first_name', 'Bethany L.') ; 
INSERT INTO `wp_usermeta` VALUES (3190, 298, 'last_name', 'Ricci') ; 
INSERT INTO `wp_usermeta` VALUES (3191, 298, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3192, 298, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (3193, 298, 'pmpro_baddress1', '468 Bull Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (3194, 298, 'pmpro_bcity', 'Utica') ; 
INSERT INTO `wp_usermeta` VALUES (3195, 298, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3196, 298, 'pmpro_bzipcode', '13502') ; 
INSERT INTO `wp_usermeta` VALUES (3197, 299, 'pmpro_bfirstname', 'Betheny') ; 
INSERT INTO `wp_usermeta` VALUES (3198, 299, 'pmpro_blastname', 'Washburn') ; 
INSERT INTO `wp_usermeta` VALUES (3199, 299, 'first_name', 'Betheny') ; 
INSERT INTO `wp_usermeta` VALUES (3200, 299, 'last_name', 'Washburn') ; 
INSERT INTO `wp_usermeta` VALUES (3201, 299, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3202, 299, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (3203, 299, 'pmpro_baddress1', '350 Laurel Ridge Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (3204, 299, 'pmpro_bcity', 'Lexington') ; 
INSERT INTO `wp_usermeta` VALUES (3205, 299, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3206, 299, 'pmpro_bzipcode', '27295') ; 
INSERT INTO `wp_usermeta` VALUES (3207, 300, 'pmpro_bfirstname', 'Betsie') ; 
INSERT INTO `wp_usermeta` VALUES (3208, 300, 'pmpro_blastname', 'Meister') ; 
INSERT INTO `wp_usermeta` VALUES (3209, 300, 'first_name', 'Betsie') ; 
INSERT INTO `wp_usermeta` VALUES (3210, 300, 'last_name', 'Meister') ; 
INSERT INTO `wp_usermeta` VALUES (3211, 300, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3212, 300, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (3213, 300, 'pmpro_baddress1', '1918 Bowers St.') ; 
INSERT INTO `wp_usermeta` VALUES (3214, 300, 'pmpro_bcity', 'Birmingham') ; 
INSERT INTO `wp_usermeta` VALUES (3215, 300, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3216, 300, 'pmpro_bzipcode', '48009') ; 
INSERT INTO `wp_usermeta` VALUES (3217, 301, 'pmpro_bfirstname', 'Betty') ; 
INSERT INTO `wp_usermeta` VALUES (3218, 301, 'pmpro_blastname', 'Webb') ; 
INSERT INTO `wp_usermeta` VALUES (3219, 301, 'first_name', 'Betty') ; 
INSERT INTO `wp_usermeta` VALUES (3220, 301, 'last_name', 'Webb') ; 
INSERT INTO `wp_usermeta` VALUES (3221, 301, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3222, 301, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (3223, 301, 'pmpro_baddress1', '7822 E. Sheridan St.') ; 
INSERT INTO `wp_usermeta` VALUES (3224, 301, 'pmpro_bcity', 'Scottsdale') ; 
INSERT INTO `wp_usermeta` VALUES (3225, 301, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3226, 301, 'pmpro_bzipcode', '85257') ; 
INSERT INTO `wp_usermeta` VALUES (3227, 302, 'pmpro_bfirstname', 'Bianca') ; 
INSERT INTO `wp_usermeta` VALUES (3228, 302, 'pmpro_blastname', 'Johnson') ; 
INSERT INTO `wp_usermeta` VALUES (3229, 302, 'first_name', 'Bianca') ; 
INSERT INTO `wp_usermeta` VALUES (3230, 302, 'last_name', 'Johnson') ; 
INSERT INTO `wp_usermeta` VALUES (3231, 302, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (3232, 302, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (3233, 302, 'pmpro_baddress1', '3016 Roblin Blvd.') ; 
INSERT INTO `wp_usermeta` VALUES (3234, 302, 'pmpro_bcity', 'Winnipeg') ; 
INSERT INTO `wp_usermeta` VALUES (3235, 302, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3236, 302, 'pmpro_bzipcode', 'R3R 0B9') ; 
INSERT INTO `wp_usermeta` VALUES (3237, 303, 'pmpro_bfirstname', 'Bill') ; 
INSERT INTO `wp_usermeta` VALUES (3238, 303, 'pmpro_blastname', 'Steele') ; 
INSERT INTO `wp_usermeta` VALUES (3239, 303, 'first_name', 'Bill') ; 
INSERT INTO `wp_usermeta` VALUES (3240, 303, 'last_name', 'Steele') ; 
INSERT INTO `wp_usermeta` VALUES (3241, 303, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (3242, 303, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (3243, 303, 'pmpro_baddress1', '9004 Monroe Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (3244, 303, 'pmpro_bcity', 'Brookfield') ; 
INSERT INTO `wp_usermeta` VALUES (3245, 303, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3246, 303, 'pmpro_bzipcode', '60513') ; 
INSERT INTO `wp_usermeta` VALUES (3247, 304, 'pmpro_bfirstname', 'Bill') ; 
INSERT INTO `wp_usermeta` VALUES (3248, 304, 'pmpro_blastname', 'Garrison') ; 
INSERT INTO `wp_usermeta` VALUES (3249, 304, 'first_name', 'Bill') ; 
INSERT INTO `wp_usermeta` VALUES (3250, 304, 'last_name', 'Garrison') ; 
INSERT INTO `wp_usermeta` VALUES (3251, 304, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3252, 304, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (3253, 304, 'pmpro_baddress1', '3704 Whittle Springs Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (3254, 304, 'pmpro_bcity', 'Knoxville') ; 
INSERT INTO `wp_usermeta` VALUES (3255, 304, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3256, 304, 'pmpro_bzipcode', '37917') ; 
INSERT INTO `wp_usermeta` VALUES (3257, 305, 'pmpro_bfirstname', 'Billie') ; 
INSERT INTO `wp_usermeta` VALUES (3258, 305, 'pmpro_blastname', 'Lambert') ; 
INSERT INTO `wp_usermeta` VALUES (3259, 305, 'first_name', 'Billie') ; 
INSERT INTO `wp_usermeta` VALUES (3260, 305, 'last_name', 'Lambert') ; 
INSERT INTO `wp_usermeta` VALUES (3261, 305, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3262, 305, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (3263, 305, 'pmpro_baddress1', '317 Brynn Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (3264, 305, 'pmpro_bcity', 'Panama City Beach') ; 
INSERT INTO `wp_usermeta` VALUES (3265, 305, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3266, 305, 'pmpro_bzipcode', '32408') ; 
INSERT INTO `wp_usermeta` VALUES (3267, 306, 'pmpro_bfirstname', 'Bob') ; 
INSERT INTO `wp_usermeta` VALUES (3268, 306, 'pmpro_blastname', 'Merz') ; 
INSERT INTO `wp_usermeta` VALUES (3269, 306, 'first_name', 'Bob') ; 
INSERT INTO `wp_usermeta` VALUES (3270, 306, 'last_name', 'Merz') ; 
INSERT INTO `wp_usermeta` VALUES (3271, 306, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3272, 306, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (3273, 306, 'pmpro_baddress1', '5715 Tholozan') ; 
INSERT INTO `wp_usermeta` VALUES (3274, 306, 'pmpro_bcity', 'St. Louis') ; 
INSERT INTO `wp_usermeta` VALUES (3275, 306, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3276, 306, 'pmpro_bzipcode', '63109') ; 
INSERT INTO `wp_usermeta` VALUES (3277, 307, 'pmpro_bfirstname', 'Bob') ; 
INSERT INTO `wp_usermeta` VALUES (3278, 307, 'pmpro_blastname', 'Cisneros') ; 
INSERT INTO `wp_usermeta` VALUES (3279, 307, 'first_name', 'Bob') ; 
INSERT INTO `wp_usermeta` VALUES (3280, 307, 'last_name', 'Cisneros') ; 
INSERT INTO `wp_usermeta` VALUES (3281, 307, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3282, 307, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (3283, 307, 'pmpro_baddress1', '3552 Arnold Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (3284, 307, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (3285, 307, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3286, 307, 'pmpro_bzipcode', '92104') ; 
INSERT INTO `wp_usermeta` VALUES (3287, 308, 'pmpro_bfirstname', 'Bobbi') ; 
INSERT INTO `wp_usermeta` VALUES (3288, 308, 'pmpro_blastname', 'Gordon') ; 
INSERT INTO `wp_usermeta` VALUES (3289, 308, 'first_name', 'Bobbi') ; 
INSERT INTO `wp_usermeta` VALUES (3290, 308, 'last_name', 'Gordon') ; 
INSERT INTO `wp_usermeta` VALUES (3291, 308, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3292, 308, 'pmpro_bstate', 'UT') ; 
INSERT INTO `wp_usermeta` VALUES (3293, 308, 'pmpro_baddress1', '350 S. Elizabeth St.') ; 
INSERT INTO `wp_usermeta` VALUES (3294, 308, 'pmpro_baddress2', 'Apt 7') ; 
INSERT INTO `wp_usermeta` VALUES (3295, 308, 'pmpro_bcity', 'Salt Lake City') ; 
INSERT INTO `wp_usermeta` VALUES (3296, 308, 'pmpro_bzipcode', '84102') ; 
INSERT INTO `wp_usermeta` VALUES (3297, 309, 'pmpro_bfirstname', 'Bobbi') ; 
INSERT INTO `wp_usermeta` VALUES (3298, 309, 'pmpro_blastname', 'Crouch') ; 
INSERT INTO `wp_usermeta` VALUES (3299, 309, 'first_name', 'Bobbi') ; 
INSERT INTO `wp_usermeta` VALUES (3300, 309, 'last_name', 'Crouch') ; 
INSERT INTO `wp_usermeta` VALUES (3301, 309, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3302, 309, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (3303, 309, 'pmpro_baddress1', '1803 Pueblo Pass') ; 
INSERT INTO `wp_usermeta` VALUES (3304, 309, 'pmpro_bcity', 'Evansville') ; 
INSERT INTO `wp_usermeta` VALUES (3305, 309, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3306, 309, 'pmpro_bzipcode', '47715') ; 
INSERT INTO `wp_usermeta` VALUES (3307, 310, 'pmpro_bfirstname', 'Bonnie') ; 
INSERT INTO `wp_usermeta` VALUES (3308, 310, 'pmpro_blastname', 'Jacobs') ; 
INSERT INTO `wp_usermeta` VALUES (3309, 310, 'first_name', 'Bonnie') ; 
INSERT INTO `wp_usermeta` VALUES (3310, 310, 'last_name', 'Jacobs') ; 
INSERT INTO `wp_usermeta` VALUES (3311, 310, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (3312, 310, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (3313, 310, 'pmpro_baddress1', '6248 N. Washtenaw Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (3314, 310, 'pmpro_bcity', 'Chicago') ; 
INSERT INTO `wp_usermeta` VALUES (3315, 310, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3316, 310, 'pmpro_bzipcode', '60659-2629') ; 
INSERT INTO `wp_usermeta` VALUES (3317, 311, 'pmpro_bfirstname', 'Bonnie L.') ; 
INSERT INTO `wp_usermeta` VALUES (3318, 311, 'pmpro_blastname', 'Breitbeil') ; 
INSERT INTO `wp_usermeta` VALUES (3319, 311, 'first_name', 'Bonnie L.') ; 
INSERT INTO `wp_usermeta` VALUES (3320, 311, 'last_name', 'Breitbeil') ; 
INSERT INTO `wp_usermeta` VALUES (3321, 311, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3322, 311, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (3323, 311, 'pmpro_baddress1', '1946 Gunn Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (3324, 311, 'pmpro_bcity', 'Winter Park') ; 
INSERT INTO `wp_usermeta` VALUES (3325, 311, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3326, 311, 'pmpro_bzipcode', '32792-5019') ; 
INSERT INTO `wp_usermeta` VALUES (3327, 312, 'pmpro_bfirstname', 'Brad A. ') ; 
INSERT INTO `wp_usermeta` VALUES (3328, 312, 'pmpro_blastname', 'Kennett') ; 
INSERT INTO `wp_usermeta` VALUES (3329, 312, 'first_name', 'Brad A. ') ; 
INSERT INTO `wp_usermeta` VALUES (3330, 312, 'last_name', 'Kennett') ; 
INSERT INTO `wp_usermeta` VALUES (3331, 312, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3332, 312, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (3333, 312, 'pmpro_baddress1', '26 Lariat Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (3334, 312, 'pmpro_bcity', 'Springfield') ; 
INSERT INTO `wp_usermeta` VALUES (3335, 312, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3336, 312, 'pmpro_bzipcode', '62702') ; 
INSERT INTO `wp_usermeta` VALUES (3337, 313, 'pmpro_bfirstname', 'Brandi') ; 
INSERT INTO `wp_usermeta` VALUES (3338, 313, 'pmpro_blastname', 'Keim') ; 
INSERT INTO `wp_usermeta` VALUES (3339, 313, 'first_name', 'Brandi') ; 
INSERT INTO `wp_usermeta` VALUES (3340, 313, 'last_name', 'Keim') ; 
INSERT INTO `wp_usermeta` VALUES (3341, 313, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3342, 313, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (3343, 313, 'pmpro_baddress1', '2516 N. 142nd St.') ; 
INSERT INTO `wp_usermeta` VALUES (3344, 313, 'pmpro_bcity', 'Omaha') ; 
INSERT INTO `wp_usermeta` VALUES (3345, 313, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3346, 313, 'pmpro_bzipcode', '68164') ; 
INSERT INTO `wp_usermeta` VALUES (3347, 314, 'pmpro_bfirstname', 'Brandi') ; 
INSERT INTO `wp_usermeta` VALUES (3348, 314, 'pmpro_blastname', 'Owens') ; 
INSERT INTO `wp_usermeta` VALUES (3349, 314, 'first_name', 'Brandi') ; 
INSERT INTO `wp_usermeta` VALUES (3350, 314, 'last_name', 'Owens') ; 
INSERT INTO `wp_usermeta` VALUES (3351, 314, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3352, 314, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (3353, 314, 'pmpro_baddress1', '447 Clarendon Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (3354, 314, 'pmpro_bcity', 'Hagerstown') ; 
INSERT INTO `wp_usermeta` VALUES (3355, 314, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3356, 314, 'pmpro_bzipcode', '21740') ; 
INSERT INTO `wp_usermeta` VALUES (3357, 315, 'pmpro_bfirstname', 'Brandi') ; 
INSERT INTO `wp_usermeta` VALUES (3358, 315, 'pmpro_blastname', 'Baitchman') ; 
INSERT INTO `wp_usermeta` VALUES (3359, 315, 'first_name', 'Brandi') ; 
INSERT INTO `wp_usermeta` VALUES (3360, 315, 'last_name', 'Baitchman') ; 
INSERT INTO `wp_usermeta` VALUES (3361, 315, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3362, 315, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (3363, 315, 'pmpro_baddress1', '195 Prospect St.') ; 
INSERT INTO `wp_usermeta` VALUES (3364, 315, 'pmpro_bcity', 'Easton') ; 
INSERT INTO `wp_usermeta` VALUES (3365, 315, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3366, 315, 'pmpro_bzipcode', '2375') ; 
INSERT INTO `wp_usermeta` VALUES (3367, 316, 'pmpro_bfirstname', 'Brandy') ; 
INSERT INTO `wp_usermeta` VALUES (3368, 316, 'pmpro_blastname', 'Souders') ; 
INSERT INTO `wp_usermeta` VALUES (3369, 316, 'first_name', 'Brandy') ; 
INSERT INTO `wp_usermeta` VALUES (3370, 316, 'last_name', 'Souders') ; 
INSERT INTO `wp_usermeta` VALUES (3371, 316, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (3372, 316, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (3373, 316, 'pmpro_baddress1', '6121 Metrowest Blvd Unit 104') ; 
INSERT INTO `wp_usermeta` VALUES (3374, 316, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (3375, 316, 'pmpro_bcity', 'Orlando') ; 
INSERT INTO `wp_usermeta` VALUES (3376, 316, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3377, 316, 'pmpro_bzipcode', '32835-2962') ; 
INSERT INTO `wp_usermeta` VALUES (3378, 317, 'pmpro_bfirstname', 'Bree A.') ; 
INSERT INTO `wp_usermeta` VALUES (3379, 317, 'pmpro_blastname', 'Boothe') ; 
INSERT INTO `wp_usermeta` VALUES (3380, 317, 'first_name', 'Bree A.') ; 
INSERT INTO `wp_usermeta` VALUES (3381, 317, 'last_name', 'Boothe') ; 
INSERT INTO `wp_usermeta` VALUES (3382, 317, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3383, 317, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (3384, 317, 'pmpro_baddress1', '1615 Lincoln Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (3385, 317, 'pmpro_bcity', 'Vancouver') ; 
INSERT INTO `wp_usermeta` VALUES (3386, 317, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3387, 317, 'pmpro_bzipcode', '98660') ; 
INSERT INTO `wp_usermeta` VALUES (3388, 318, 'pmpro_bfirstname', 'Brenda') ; 
INSERT INTO `wp_usermeta` VALUES (3389, 318, 'pmpro_blastname', 'Fisk') ; 
INSERT INTO `wp_usermeta` VALUES (3390, 318, 'first_name', 'Brenda') ; 
INSERT INTO `wp_usermeta` VALUES (3391, 318, 'last_name', 'Fisk') ; 
INSERT INTO `wp_usermeta` VALUES (3392, 318, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3393, 318, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (3394, 318, 'pmpro_baddress1', '110 Highland Avenue') ; 
INSERT INTO `wp_usermeta` VALUES (3395, 318, 'pmpro_bcity', 'Watertown') ; 
INSERT INTO `wp_usermeta` VALUES (3396, 318, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3397, 318, 'pmpro_bzipcode', '13601') ; 
INSERT INTO `wp_usermeta` VALUES (3398, 319, 'pmpro_bfirstname', 'Brenda') ; 
INSERT INTO `wp_usermeta` VALUES (3399, 319, 'pmpro_blastname', 'Nelson') ; 
INSERT INTO `wp_usermeta` VALUES (3400, 319, 'first_name', 'Brenda') ; 
INSERT INTO `wp_usermeta` VALUES (3401, 319, 'last_name', 'Nelson') ; 
INSERT INTO `wp_usermeta` VALUES (3402, 319, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (3403, 319, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (3404, 319, 'pmpro_baddress1', '1431 Plymouth Rock Way') ; 
INSERT INTO `wp_usermeta` VALUES (3405, 319, 'pmpro_bcity', 'Clovis') ; 
INSERT INTO `wp_usermeta` VALUES (3406, 319, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3407, 319, 'pmpro_bzipcode', '93612') ; 
INSERT INTO `wp_usermeta` VALUES (3408, 320, 'pmpro_bfirstname', 'Brendan') ; 
INSERT INTO `wp_usermeta` VALUES (3409, 320, 'pmpro_blastname', 'Linnell: Toronto Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (3410, 320, 'first_name', 'Brendan') ; 
INSERT INTO `wp_usermeta` VALUES (3411, 320, 'last_name', 'Linnell') ; 
INSERT INTO `wp_usermeta` VALUES (3412, 320, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (3413, 320, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (3414, 320, 'pmpro_baddress1', '361A Old Finch Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (3415, 320, 'pmpro_bcity', 'Scarborough') ; 
INSERT INTO `wp_usermeta` VALUES (3416, 320, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (3417, 320, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3418, 320, 'pmpro_bzipcode', 'M1B 5K7') ; 
INSERT INTO `wp_usermeta` VALUES (3419, 321, 'pmpro_bfirstname', 'Brent') ; 
INSERT INTO `wp_usermeta` VALUES (3420, 321, 'pmpro_blastname', 'Huffman') ; 
INSERT INTO `wp_usermeta` VALUES (3421, 321, 'first_name', 'Brent') ; 
INSERT INTO `wp_usermeta` VALUES (3422, 321, 'last_name', 'Huffman') ; 
INSERT INTO `wp_usermeta` VALUES (3423, 321, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (3424, 321, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (3425, 321, 'pmpro_baddress1', '117 Stokely Crescent') ; 
INSERT INTO `wp_usermeta` VALUES (3426, 321, 'pmpro_bcity', 'Whitby') ; 
INSERT INTO `wp_usermeta` VALUES (3427, 321, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3428, 321, 'pmpro_bzipcode', 'L1N 9S9') ; 
INSERT INTO `wp_usermeta` VALUES (3429, 322, 'pmpro_bfirstname', 'Brenton') ; 
INSERT INTO `wp_usermeta` VALUES (3430, 322, 'pmpro_blastname', 'Maille') ; 
INSERT INTO `wp_usermeta` VALUES (3431, 322, 'first_name', 'Brenton') ; 
INSERT INTO `wp_usermeta` VALUES (3432, 322, 'last_name', 'Maille') ; 
INSERT INTO `wp_usermeta` VALUES (3433, 322, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (3434, 322, 'pmpro_bstate', 'OK') ; 
INSERT INTO `wp_usermeta` VALUES (3435, 322, 'pmpro_baddress1', '5021 S. Toledo Ave.  Apt 6D') ; 
INSERT INTO `wp_usermeta` VALUES (3436, 322, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (3437, 322, 'pmpro_bcity', 'Tulsa') ; 
INSERT INTO `wp_usermeta` VALUES (3438, 322, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3439, 322, 'pmpro_bzipcode', '74135') ; 
INSERT INTO `wp_usermeta` VALUES (3440, 323, 'pmpro_bfirstname', 'Bria') ; 
INSERT INTO `wp_usermeta` VALUES (3441, 323, 'pmpro_blastname', 'Rydzewski') ; 
INSERT INTO `wp_usermeta` VALUES (3442, 323, 'first_name', 'Bria') ; 
INSERT INTO `wp_usermeta` VALUES (3443, 323, 'last_name', 'Rydzewski') ; 
INSERT INTO `wp_usermeta` VALUES (3444, 323, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3445, 323, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (3446, 323, 'pmpro_baddress1', '1165 Forest Oaks Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (3447, 323, 'pmpro_bcity', 'Asheboro') ; 
INSERT INTO `wp_usermeta` VALUES (3448, 323, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3449, 323, 'pmpro_bzipcode', '27205') ; 
INSERT INTO `wp_usermeta` VALUES (3450, 324, 'pmpro_bfirstname', 'Brian') ; 
INSERT INTO `wp_usermeta` VALUES (3451, 324, 'pmpro_blastname', 'Brophy') ; 
INSERT INTO `wp_usermeta` VALUES (3452, 324, 'first_name', 'Brian') ; 
INSERT INTO `wp_usermeta` VALUES (3453, 324, 'last_name', 'Brophy') ; 
INSERT INTO `wp_usermeta` VALUES (3454, 324, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (3455, 324, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (3456, 324, 'pmpro_baddress1', '336 Sugar Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (3457, 324, 'pmpro_bcity', 'Bolton') ; 
INSERT INTO `wp_usermeta` VALUES (3458, 324, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (3459, 324, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3460, 324, 'pmpro_bzipcode', '1740') ; 
INSERT INTO `wp_usermeta` VALUES (3461, 325, 'pmpro_bfirstname', 'Brian') ; 
INSERT INTO `wp_usermeta` VALUES (3462, 325, 'pmpro_blastname', 'Eisele') ; 
INSERT INTO `wp_usermeta` VALUES (3463, 325, 'first_name', 'Brian') ; 
INSERT INTO `wp_usermeta` VALUES (3464, 325, 'last_name', 'Eisele') ; 
INSERT INTO `wp_usermeta` VALUES (3465, 325, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (3466, 325, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (3467, 325, 'pmpro_baddress1', 'P.O. Box 26451') ; 
INSERT INTO `wp_usermeta` VALUES (3468, 325, 'pmpro_bcity', 'Jacksonville') ; 
INSERT INTO `wp_usermeta` VALUES (3469, 325, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3470, 325, 'pmpro_bzipcode', '32226') ; 
INSERT INTO `wp_usermeta` VALUES (3471, 326, 'pmpro_bfirstname', 'Brian') ; 
INSERT INTO `wp_usermeta` VALUES (3472, 326, 'pmpro_blastname', 'Underwood') ; 
INSERT INTO `wp_usermeta` VALUES (3473, 326, 'first_name', 'Brian') ; 
INSERT INTO `wp_usermeta` VALUES (3474, 326, 'last_name', 'Underwood') ; 
INSERT INTO `wp_usermeta` VALUES (3475, 326, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3476, 326, 'pmpro_bstate', 'HI') ; 
INSERT INTO `wp_usermeta` VALUES (3477, 326, 'pmpro_baddress1', '1255 Nuuanu Ave. Apt 1309') ; 
INSERT INTO `wp_usermeta` VALUES (3478, 326, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (3479, 326, 'pmpro_bcity', 'Honolulu') ; 
INSERT INTO `wp_usermeta` VALUES (3480, 326, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3481, 326, 'pmpro_bzipcode', '96817') ; 
INSERT INTO `wp_usermeta` VALUES (3482, 327, 'pmpro_bfirstname', 'Brian') ; 
INSERT INTO `wp_usermeta` VALUES (3483, 327, 'pmpro_blastname', 'Sheets') ; 
INSERT INTO `wp_usermeta` VALUES (3484, 327, 'first_name', 'Brian') ; 
INSERT INTO `wp_usermeta` VALUES (3485, 327, 'last_name', 'Sheets') ; 
INSERT INTO `wp_usermeta` VALUES (3486, 327, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3487, 327, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (3488, 327, 'pmpro_baddress1', '641 Lawrence Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (3489, 327, 'pmpro_bcity', 'Brockport') ; 
INSERT INTO `wp_usermeta` VALUES (3490, 327, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3491, 327, 'pmpro_bzipcode', '14420') ; 
INSERT INTO `wp_usermeta` VALUES (10825787, 2204, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (10825786, 2204, 'nickname', 'aazkuser9928') ; 
INSERT INTO `wp_usermeta` VALUES (10825785, 2204, '_yoast_wpseo_profile_updated', '1402331289') ; 
INSERT INTO `wp_usermeta` VALUES (10825784, 2204, 'wpseo_metakey', '') ; 
INSERT INTO `wp_usermeta` VALUES (10825783, 2204, 'wpseo_metadesc', '') ; 
INSERT INTO `wp_usermeta` VALUES (10825782, 2204, 'wpseo_title', '') ; 
INSERT INTO `wp_usermeta` VALUES (10825781, 2204, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (10825780, 2204, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (3502, 329, 'pmpro_bfirstname', 'Brian') ; 
INSERT INTO `wp_usermeta` VALUES (3503, 329, 'pmpro_blastname', 'Czarnik') ; 
INSERT INTO `wp_usermeta` VALUES (3504, 329, 'first_name', 'Brian') ; 
INSERT INTO `wp_usermeta` VALUES (3505, 329, 'last_name', 'Czarnik') ; 
INSERT INTO `wp_usermeta` VALUES (3506, 329, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (3507, 329, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (3508, 329, 'pmpro_baddress1', '8915 Burlington Ave.  Unit 101') ; 
INSERT INTO `wp_usermeta` VALUES (3509, 329, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (3510, 329, 'pmpro_bcity', 'Brookfield') ; 
INSERT INTO `wp_usermeta` VALUES (3511, 329, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3512, 329, 'pmpro_bzipcode', '60513') ; 
INSERT INTO `wp_usermeta` VALUES (3513, 330, 'pmpro_bfirstname', 'Brian') ; 
INSERT INTO `wp_usermeta` VALUES (3514, 330, 'pmpro_blastname', 'Stucky') ; 
INSERT INTO `wp_usermeta` VALUES (3515, 330, 'first_name', 'Brian') ; 
INSERT INTO `wp_usermeta` VALUES (3516, 330, 'last_name', 'Stucky') ; 
INSERT INTO `wp_usermeta` VALUES (3517, 330, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3518, 330, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (3519, 330, 'pmpro_baddress1', '3207 Rambling Creek Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (3520, 330, 'pmpro_bcity', 'Kingwood') ; 
INSERT INTO `wp_usermeta` VALUES (3521, 330, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3522, 330, 'pmpro_bzipcode', '77345') ; 
INSERT INTO `wp_usermeta` VALUES (3523, 331, 'pmpro_bfirstname', 'Brian') ; 
INSERT INTO `wp_usermeta` VALUES (3524, 331, 'pmpro_blastname', 'Chesnutt ') ; 
INSERT INTO `wp_usermeta` VALUES (3525, 331, 'first_name', 'Brian') ; 
INSERT INTO `wp_usermeta` VALUES (3526, 331, 'last_name', 'Chesnutt ') ; 
INSERT INTO `wp_usermeta` VALUES (3527, 331, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3528, 331, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (3529, 331, 'pmpro_baddress1', '5049 Midway Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (3530, 331, 'pmpro_bcity', 'Hastings') ; 
INSERT INTO `wp_usermeta` VALUES (3531, 331, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3532, 331, 'pmpro_bzipcode', '49058') ; 
INSERT INTO `wp_usermeta` VALUES (3533, 332, 'pmpro_bfirstname', 'Brian') ; 
INSERT INTO `wp_usermeta` VALUES (3534, 332, 'pmpro_blastname', 'Williams') ; 
INSERT INTO `wp_usermeta` VALUES (3535, 332, 'first_name', 'Brian') ; 
INSERT INTO `wp_usermeta` VALUES (3536, 332, 'last_name', 'Williams') ; 
INSERT INTO `wp_usermeta` VALUES (3537, 332, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3538, 332, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (3539, 332, 'pmpro_baddress1', '1703 Canoe Creek Falls Drive') ; 
INSERT INTO `wp_usermeta` VALUES (3540, 332, 'pmpro_bcity', 'Orlando') ; 
INSERT INTO `wp_usermeta` VALUES (3541, 332, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3542, 332, 'pmpro_bzipcode', '32824') ; 
INSERT INTO `wp_usermeta` VALUES (3543, 333, 'pmpro_bfirstname', 'Bridget') ; 
INSERT INTO `wp_usermeta` VALUES (3544, 333, 'pmpro_blastname', 'Cronin') ; 
INSERT INTO `wp_usermeta` VALUES (3545, 333, 'first_name', 'Bridget') ; 
INSERT INTO `wp_usermeta` VALUES (3546, 333, 'last_name', 'Cronin') ; 
INSERT INTO `wp_usermeta` VALUES (3547, 333, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3548, 333, 'pmpro_bstate', 'CT') ; 
INSERT INTO `wp_usermeta` VALUES (3549, 333, 'pmpro_baddress1', '122 Dickinson Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (3550, 333, 'pmpro_bcity', 'Marlborough') ; 
INSERT INTO `wp_usermeta` VALUES (3551, 333, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3552, 333, 'pmpro_bzipcode', '6447') ; 
INSERT INTO `wp_usermeta` VALUES (3553, 334, 'pmpro_bfirstname', 'Bridget') ; 
INSERT INTO `wp_usermeta` VALUES (3554, 334, 'pmpro_blastname', 'Collins-Lyman') ; 
INSERT INTO `wp_usermeta` VALUES (3555, 334, 'first_name', 'Bridget') ; 
INSERT INTO `wp_usermeta` VALUES (3556, 334, 'last_name', 'Collins-Lyman') ; 
INSERT INTO `wp_usermeta` VALUES (3557, 334, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3558, 334, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (3559, 334, 'pmpro_baddress1', '1780 BaronneSt. ') ; 
INSERT INTO `wp_usermeta` VALUES (3560, 334, 'pmpro_baddress2', 'Apt 264') ; 
INSERT INTO `wp_usermeta` VALUES (3561, 334, 'pmpro_bcity', 'New Orleans') ; 
INSERT INTO `wp_usermeta` VALUES (3562, 334, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3563, 334, 'pmpro_bzipcode', '70113') ; 
INSERT INTO `wp_usermeta` VALUES (3564, 335, 'pmpro_bfirstname', 'Bridget') ; 
INSERT INTO `wp_usermeta` VALUES (3565, 335, 'pmpro_blastname', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (3566, 335, 'first_name', 'Bridget') ; 
INSERT INTO `wp_usermeta` VALUES (3567, 335, 'last_name', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (3568, 335, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (3569, 335, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (3570, 335, 'pmpro_baddress1', '1641 Hickory Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (3571, 335, 'pmpro_bcity', 'Eagan') ; 
INSERT INTO `wp_usermeta` VALUES (3572, 335, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3573, 335, 'pmpro_bzipcode', '55122') ; 
INSERT INTO `wp_usermeta` VALUES (3574, 336, 'pmpro_bfirstname', 'Bridget') ; 
INSERT INTO `wp_usermeta` VALUES (3575, 336, 'pmpro_blastname', 'Caldwell') ; 
INSERT INTO `wp_usermeta` VALUES (3576, 336, 'first_name', 'Bridget') ; 
INSERT INTO `wp_usermeta` VALUES (3577, 336, 'last_name', 'Caldwell') ; 
INSERT INTO `wp_usermeta` VALUES (3578, 336, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3579, 336, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (3580, 336, 'pmpro_baddress1', '1722 Edgewood Avenue') ; 
INSERT INTO `wp_usermeta` VALUES (3581, 336, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (3582, 336, 'pmpro_bcity', 'Nashville') ; 
INSERT INTO `wp_usermeta` VALUES (3583, 336, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3584, 336, 'pmpro_bzipcode', '37207') ; 
INSERT INTO `wp_usermeta` VALUES (3585, 337, 'pmpro_bfirstname', 'Bridgette') ; 
INSERT INTO `wp_usermeta` VALUES (3586, 337, 'pmpro_blastname', 'Adams') ; 
INSERT INTO `wp_usermeta` VALUES (3587, 337, 'first_name', 'Bridgette') ; 
INSERT INTO `wp_usermeta` VALUES (3588, 337, 'last_name', 'Adams') ; 
INSERT INTO `wp_usermeta` VALUES (3589, 337, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3590, 337, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (3591, 337, 'pmpro_baddress1', '3428 Cove View Blvd. ') ; 
INSERT INTO `wp_usermeta` VALUES (3592, 337, 'pmpro_baddress2', 'Apr 921') ; 
INSERT INTO `wp_usermeta` VALUES (3593, 337, 'pmpro_bcity', 'Galveston') ; 
INSERT INTO `wp_usermeta` VALUES (3594, 337, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3595, 337, 'pmpro_bzipcode', '77554') ; 
INSERT INTO `wp_usermeta` VALUES (3596, 338, 'pmpro_bfirstname', 'Brigitte') ; 
INSERT INTO `wp_usermeta` VALUES (3597, 338, 'pmpro_blastname', 'Thompson') ; 
INSERT INTO `wp_usermeta` VALUES (3598, 338, 'first_name', 'Brigitte') ; 
INSERT INTO `wp_usermeta` VALUES (3599, 338, 'last_name', 'Thompson') ; 
INSERT INTO `wp_usermeta` VALUES (3600, 338, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3601, 338, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (3602, 338, 'pmpro_baddress1', '1993 Sagebrush Cir') ; 
INSERT INTO `wp_usermeta` VALUES (3603, 338, 'pmpro_bcity', 'Naples') ; 
INSERT INTO `wp_usermeta` VALUES (3604, 338, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3605, 338, 'pmpro_bzipcode', '34120-4567') ; 
INSERT INTO `wp_usermeta` VALUES (3606, 339, 'pmpro_bfirstname', 'Brint ') ; 
INSERT INTO `wp_usermeta` VALUES (3607, 339, 'pmpro_blastname', 'Spencer') ; 
INSERT INTO `wp_usermeta` VALUES (3608, 339, 'first_name', 'Brint') ; 
INSERT INTO `wp_usermeta` VALUES (3609, 339, 'last_name', 'Spencer') ; 
INSERT INTO `wp_usermeta` VALUES (3610, 339, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3611, 339, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (3612, 339, 'pmpro_baddress1', '551 Bloomfield Ave.  Apt C11') ; 
INSERT INTO `wp_usermeta` VALUES (3613, 339, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (3614, 339, 'pmpro_bcity', 'Caldwell') ; 
INSERT INTO `wp_usermeta` VALUES (3615, 339, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3616, 339, 'pmpro_bzipcode', '7006') ; 
INSERT INTO `wp_usermeta` VALUES (3617, 340, 'pmpro_bfirstname', 'Britanny') ; 
INSERT INTO `wp_usermeta` VALUES (3618, 340, 'pmpro_blastname', 'Burkhalter') ; 
INSERT INTO `wp_usermeta` VALUES (3619, 340, 'first_name', 'Britanny') ; 
INSERT INTO `wp_usermeta` VALUES (3620, 340, 'last_name', 'Burkhalter') ; 
INSERT INTO `wp_usermeta` VALUES (3621, 340, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (3622, 340, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (3623, 340, 'pmpro_baddress1', '951 43rd Ave Apt 86') ; 
INSERT INTO `wp_usermeta` VALUES (3624, 340, 'pmpro_bcity', 'Sacramento') ; 
INSERT INTO `wp_usermeta` VALUES (3625, 340, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3626, 340, 'pmpro_bzipcode', '95831-1324') ; 
INSERT INTO `wp_usermeta` VALUES (3627, 341, 'pmpro_bfirstname', 'Brittany') ; 
INSERT INTO `wp_usermeta` VALUES (3628, 341, 'pmpro_blastname', 'Semeniuk') ; 
INSERT INTO `wp_usermeta` VALUES (3629, 341, 'first_name', 'Brittany') ; 
INSERT INTO `wp_usermeta` VALUES (3630, 341, 'last_name', 'Semeniuk') ; 
INSERT INTO `wp_usermeta` VALUES (3631, 341, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (3632, 341, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (3633, 341, 'pmpro_baddress1', '19 Alanmore Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (3634, 341, 'pmpro_bcity', 'Winnipeg') ; 
INSERT INTO `wp_usermeta` VALUES (3635, 341, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3636, 341, 'pmpro_bzipcode', 'R3T 5X2') ; 
INSERT INTO `wp_usermeta` VALUES (3637, 342, 'pmpro_bfirstname', 'Brittany') ; 
INSERT INTO `wp_usermeta` VALUES (3638, 342, 'pmpro_blastname', 'Furr') ; 
INSERT INTO `wp_usermeta` VALUES (3639, 342, 'first_name', 'Brittany') ; 
INSERT INTO `wp_usermeta` VALUES (3640, 342, 'last_name', 'Furr') ; 
INSERT INTO `wp_usermeta` VALUES (3641, 342, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (3642, 342, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (3643, 342, 'pmpro_baddress1', '3360 Whisper Sands Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (3644, 342, 'pmpro_bcity', 'Rosamond') ; 
INSERT INTO `wp_usermeta` VALUES (3645, 342, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3646, 342, 'pmpro_bzipcode', '93560') ; 
INSERT INTO `wp_usermeta` VALUES (3647, 343, 'pmpro_bfirstname', 'Brittany') ; 
INSERT INTO `wp_usermeta` VALUES (3648, 343, 'pmpro_blastname', 'Buenvenida') ; 
INSERT INTO `wp_usermeta` VALUES (3649, 343, 'first_name', 'Brittany') ; 
INSERT INTO `wp_usermeta` VALUES (3650, 343, 'last_name', 'Buenvenida') ; 
INSERT INTO `wp_usermeta` VALUES (3651, 343, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3652, 343, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (3653, 343, 'pmpro_baddress1', '2302 Tennent Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (3654, 343, 'pmpro_bcity', 'Pinole') ; 
INSERT INTO `wp_usermeta` VALUES (3655, 343, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3656, 343, 'pmpro_bzipcode', '94564') ; 
INSERT INTO `wp_usermeta` VALUES (3657, 344, 'pmpro_bfirstname', 'Brittany') ; 
INSERT INTO `wp_usermeta` VALUES (3658, 344, 'pmpro_blastname', 'Murphy') ; 
INSERT INTO `wp_usermeta` VALUES (3659, 344, 'first_name', 'Brittany') ; 
INSERT INTO `wp_usermeta` VALUES (3660, 344, 'last_name', 'Murphy') ; 
INSERT INTO `wp_usermeta` VALUES (3661, 344, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (3662, 344, 'pmpro_bstate', 'CT') ; 
INSERT INTO `wp_usermeta` VALUES (3663, 344, 'pmpro_baddress1', '153 Sheephill Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (3664, 344, 'pmpro_bcity', 'Riverside') ; 
INSERT INTO `wp_usermeta` VALUES (3665, 344, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3666, 344, 'pmpro_bzipcode', '06878') ; 
INSERT INTO `wp_usermeta` VALUES (3667, 345, 'pmpro_bfirstname', 'Brittany') ; 
INSERT INTO `wp_usermeta` VALUES (3668, 345, 'pmpro_blastname', 'Knowles') ; 
INSERT INTO `wp_usermeta` VALUES (3669, 345, 'first_name', 'Brittany') ; 
INSERT INTO `wp_usermeta` VALUES (3670, 345, 'last_name', 'Knowles') ; 
INSERT INTO `wp_usermeta` VALUES (3671, 345, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3672, 345, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (3673, 345, 'pmpro_baddress1', '183 Oxbow Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (3674, 345, 'pmpro_bcity', 'Wayland') ; 
INSERT INTO `wp_usermeta` VALUES (3675, 345, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3676, 345, 'pmpro_bzipcode', '01778-1010') ; 
INSERT INTO `wp_usermeta` VALUES (3677, 346, 'pmpro_bfirstname', 'Brittany') ; 
INSERT INTO `wp_usermeta` VALUES (3678, 346, 'pmpro_blastname', 'Lawrence') ; 
INSERT INTO `wp_usermeta` VALUES (3679, 346, 'first_name', 'Brittany') ; 
INSERT INTO `wp_usermeta` VALUES (3680, 346, 'last_name', 'Lawrence') ; 
INSERT INTO `wp_usermeta` VALUES (3681, 346, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3682, 346, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (3683, 346, 'pmpro_baddress1', '3181 Boardwalk St.') ; 
INSERT INTO `wp_usermeta` VALUES (3684, 346, 'pmpro_bcity', 'Pleasanton') ; 
INSERT INTO `wp_usermeta` VALUES (3685, 346, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3686, 346, 'pmpro_bzipcode', '94588') ; 
INSERT INTO `wp_usermeta` VALUES (3687, 347, 'pmpro_bfirstname', 'Brittney') ; 
INSERT INTO `wp_usermeta` VALUES (3688, 347, 'pmpro_blastname', 'Dyess') ; 
INSERT INTO `wp_usermeta` VALUES (3689, 347, 'first_name', 'Brittney') ; 
INSERT INTO `wp_usermeta` VALUES (3690, 347, 'last_name', 'Dyess') ; 
INSERT INTO `wp_usermeta` VALUES (3691, 347, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3692, 347, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (3693, 347, 'pmpro_baddress1', '314 S. Audubon Blvd.') ; 
INSERT INTO `wp_usermeta` VALUES (3694, 347, 'pmpro_bcity', 'Lafayette') ; 
INSERT INTO `wp_usermeta` VALUES (3695, 347, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3696, 347, 'pmpro_bzipcode', '70503') ; 
INSERT INTO `wp_usermeta` VALUES (3697, 348, 'pmpro_bfirstname', 'Brooke') ; 
INSERT INTO `wp_usermeta` VALUES (3698, 348, 'pmpro_blastname', 'Haynes') ; 
INSERT INTO `wp_usermeta` VALUES (3699, 348, 'first_name', 'Brooke') ; 
INSERT INTO `wp_usermeta` VALUES (3700, 348, 'last_name', 'Haynes') ; 
INSERT INTO `wp_usermeta` VALUES (3701, 348, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3702, 348, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (3703, 348, 'pmpro_baddress1', '3864 Stiles Place') ; 
INSERT INTO `wp_usermeta` VALUES (3704, 348, 'pmpro_bcity', 'Stockton') ; 
INSERT INTO `wp_usermeta` VALUES (3705, 348, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3706, 348, 'pmpro_bzipcode', '95204') ; 
INSERT INTO `wp_usermeta` VALUES (3707, 349, 'pmpro_bfirstname', 'Brooke') ; 
INSERT INTO `wp_usermeta` VALUES (3708, 349, 'pmpro_blastname', 'Vincent') ; 
INSERT INTO `wp_usermeta` VALUES (3709, 349, 'first_name', 'Brooke') ; 
INSERT INTO `wp_usermeta` VALUES (3710, 349, 'last_name', 'Vincent') ; 
INSERT INTO `wp_usermeta` VALUES (3711, 349, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3712, 349, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (3713, 349, 'pmpro_baddress1', '2601 S. Braeswood Apt 101') ; 
INSERT INTO `wp_usermeta` VALUES (3714, 349, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (3715, 349, 'pmpro_bcity', 'Houston') ; 
INSERT INTO `wp_usermeta` VALUES (3716, 349, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3717, 349, 'pmpro_bzipcode', '77025') ; 
INSERT INTO `wp_usermeta` VALUES (3718, 350, 'pmpro_bfirstname', 'Brooke') ; 
INSERT INTO `wp_usermeta` VALUES (3719, 350, 'pmpro_blastname', 'McWherter') ; 
INSERT INTO `wp_usermeta` VALUES (3720, 350, 'first_name', 'Brooke') ; 
INSERT INTO `wp_usermeta` VALUES (3721, 350, 'last_name', 'McWherter') ; 
INSERT INTO `wp_usermeta` VALUES (3722, 350, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3723, 350, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (3724, 350, 'pmpro_baddress1', '2314 School Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (3725, 350, 'pmpro_bcity', 'Pevely') ; 
INSERT INTO `wp_usermeta` VALUES (3726, 350, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3727, 350, 'pmpro_bzipcode', '63070') ; 
INSERT INTO `wp_usermeta` VALUES (3728, 351, 'pmpro_bfirstname', 'Brooke') ; 
INSERT INTO `wp_usermeta` VALUES (3729, 351, 'pmpro_blastname', 'Rose') ; 
INSERT INTO `wp_usermeta` VALUES (3730, 351, 'first_name', 'Brooke') ; 
INSERT INTO `wp_usermeta` VALUES (3731, 351, 'last_name', 'Rose') ; 
INSERT INTO `wp_usermeta` VALUES (3732, 351, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (3733, 351, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (3734, 351, 'pmpro_baddress1', '2015 Sunrise Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (3735, 351, 'pmpro_bcity', 'Arbor Vitae') ; 
INSERT INTO `wp_usermeta` VALUES (3736, 351, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3737, 351, 'pmpro_bzipcode', '54568') ; 
INSERT INTO `wp_usermeta` VALUES (3738, 352, 'pmpro_bfirstname', 'Brooke') ; 
INSERT INTO `wp_usermeta` VALUES (3739, 352, 'pmpro_blastname', 'Stowell') ; 
INSERT INTO `wp_usermeta` VALUES (3740, 352, 'first_name', 'Brooke') ; 
INSERT INTO `wp_usermeta` VALUES (3741, 352, 'last_name', 'Stowell') ; 
INSERT INTO `wp_usermeta` VALUES (3742, 352, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3743, 352, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (3744, 352, 'pmpro_baddress1', '1103 Sayler Dr') ; 
INSERT INTO `wp_usermeta` VALUES (3745, 352, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (3746, 352, 'pmpro_bcity', 'Saginaw') ; 
INSERT INTO `wp_usermeta` VALUES (3747, 352, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3748, 352, 'pmpro_bzipcode', '48603-1560') ; 
INSERT INTO `wp_usermeta` VALUES (3749, 353, 'pmpro_bfirstname', 'Bruce') ; 
INSERT INTO `wp_usermeta` VALUES (3750, 353, 'pmpro_blastname', 'Lane: Blue Feather Technologies') ; 
INSERT INTO `wp_usermeta` VALUES (3751, 353, 'first_name', 'Bruce') ; 
INSERT INTO `wp_usermeta` VALUES (3752, 353, 'last_name', 'Lane') ; 
INSERT INTO `wp_usermeta` VALUES (3753, 353, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (3754, 353, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (3755, 353, 'pmpro_baddress1', '12641 SE 277th Pl.') ; 
INSERT INTO `wp_usermeta` VALUES (3756, 353, 'pmpro_bcity', 'Kent') ; 
INSERT INTO `wp_usermeta` VALUES (3757, 353, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (3758, 353, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3759, 353, 'pmpro_bzipcode', '98030-8803') ; 
INSERT INTO `wp_usermeta` VALUES (3760, 354, 'pmpro_bfirstname', 'Bruce') ; 
INSERT INTO `wp_usermeta` VALUES (3761, 354, 'pmpro_blastname', 'Hager') ; 
INSERT INTO `wp_usermeta` VALUES (3762, 354, 'first_name', 'Bruce') ; 
INSERT INTO `wp_usermeta` VALUES (3763, 354, 'last_name', 'Hager') ; 
INSERT INTO `wp_usermeta` VALUES (3764, 354, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3765, 354, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (3766, 354, 'pmpro_baddress1', '760 Hill Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (3767, 354, 'pmpro_bcity', 'Boxborough') ; 
INSERT INTO `wp_usermeta` VALUES (3768, 354, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3769, 354, 'pmpro_bzipcode', '1719') ; 
INSERT INTO `wp_usermeta` VALUES (3770, 355, 'pmpro_bfirstname', 'Bruce') ; 
INSERT INTO `wp_usermeta` VALUES (3771, 355, 'pmpro_blastname', 'Sankey') ; 
INSERT INTO `wp_usermeta` VALUES (3772, 355, 'first_name', 'Bruce') ; 
INSERT INTO `wp_usermeta` VALUES (3773, 355, 'last_name', 'Sankey') ; 
INSERT INTO `wp_usermeta` VALUES (3774, 355, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3775, 355, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (3776, 355, 'pmpro_baddress1', '842 E. Jamestown Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (3777, 355, 'pmpro_bcity', 'Jamestown') ; 
INSERT INTO `wp_usermeta` VALUES (3778, 355, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3779, 355, 'pmpro_bzipcode', '16134') ; 
INSERT INTO `wp_usermeta` VALUES (3780, 356, 'pmpro_bfirstname', 'Bruce') ; 
INSERT INTO `wp_usermeta` VALUES (3781, 356, 'pmpro_blastname', 'Campbell') ; 
INSERT INTO `wp_usermeta` VALUES (3782, 356, 'first_name', 'Bruce') ; 
INSERT INTO `wp_usermeta` VALUES (3783, 356, 'last_name', 'Campbell') ; 
INSERT INTO `wp_usermeta` VALUES (3784, 356, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (3785, 356, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (3786, 356, 'pmpro_baddress1', '625 E. Cypress') ; 
INSERT INTO `wp_usermeta` VALUES (3787, 356, 'pmpro_bcity', 'Reedley') ; 
INSERT INTO `wp_usermeta` VALUES (3788, 356, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3789, 356, 'pmpro_bzipcode', '93654') ; 
INSERT INTO `wp_usermeta` VALUES (3790, 357, 'pmpro_bfirstname', 'Bruce') ; 
INSERT INTO `wp_usermeta` VALUES (3791, 357, 'pmpro_blastname', 'Eneboe') ; 
INSERT INTO `wp_usermeta` VALUES (3792, 357, 'first_name', 'Bruce') ; 
INSERT INTO `wp_usermeta` VALUES (3793, 357, 'last_name', 'Eneboe') ; 
INSERT INTO `wp_usermeta` VALUES (3794, 357, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3795, 357, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (3796, 357, 'pmpro_baddress1', '5019 E. 2nd St.') ; 
INSERT INTO `wp_usermeta` VALUES (3797, 357, 'pmpro_bcity', 'Tucson') ; 
INSERT INTO `wp_usermeta` VALUES (3798, 357, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3799, 357, 'pmpro_bzipcode', '85711') ; 
INSERT INTO `wp_usermeta` VALUES (3800, 358, 'pmpro_bfirstname', 'Bryan') ; 
INSERT INTO `wp_usermeta` VALUES (3801, 358, 'pmpro_blastname', 'Sincavage') ; 
INSERT INTO `wp_usermeta` VALUES (3802, 358, 'first_name', 'Bryan') ; 
INSERT INTO `wp_usermeta` VALUES (3803, 358, 'last_name', 'Sincavage') ; 
INSERT INTO `wp_usermeta` VALUES (3804, 358, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (3805, 358, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (3806, 358, 'pmpro_baddress1', '9 E. Pacific Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (3807, 358, 'pmpro_bcity', 'Cape May Court House') ; 
INSERT INTO `wp_usermeta` VALUES (3808, 358, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3809, 358, 'pmpro_bzipcode', '08210') ; 
INSERT INTO `wp_usermeta` VALUES (3810, 359, 'pmpro_bfirstname', 'Bryan') ; 
INSERT INTO `wp_usermeta` VALUES (3811, 359, 'pmpro_blastname', 'Kwiatkowski') ; 
INSERT INTO `wp_usermeta` VALUES (3812, 359, 'first_name', 'Bryan') ; 
INSERT INTO `wp_usermeta` VALUES (3813, 359, 'last_name', 'Kwiatkowski') ; 
INSERT INTO `wp_usermeta` VALUES (3814, 359, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3815, 359, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (3816, 359, 'pmpro_baddress1', '1979 S. 86th St.') ; 
INSERT INTO `wp_usermeta` VALUES (3817, 359, 'pmpro_bcity', 'W. Allis') ; 
INSERT INTO `wp_usermeta` VALUES (3818, 359, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3819, 359, 'pmpro_bzipcode', '53227-1711') ; 
INSERT INTO `wp_usermeta` VALUES (3820, 360, 'pmpro_bfirstname', 'Bunny') ; 
INSERT INTO `wp_usermeta` VALUES (3821, 360, 'pmpro_blastname', 'Watson') ; 
INSERT INTO `wp_usermeta` VALUES (3822, 360, 'first_name', 'Bunny') ; 
INSERT INTO `wp_usermeta` VALUES (3823, 360, 'last_name', 'Watson') ; 
INSERT INTO `wp_usermeta` VALUES (3824, 360, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3825, 360, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (3826, 360, 'pmpro_baddress1', '20 Moody St.') ; 
INSERT INTO `wp_usermeta` VALUES (3827, 360, 'pmpro_bcity', 'Byfield') ; 
INSERT INTO `wp_usermeta` VALUES (3828, 360, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3829, 360, 'pmpro_bzipcode', '1922') ; 
INSERT INTO `wp_usermeta` VALUES (3830, 361, 'pmpro_bfirstname', 'C. J.') ; 
INSERT INTO `wp_usermeta` VALUES (3831, 361, 'pmpro_blastname', 'Swisher') ; 
INSERT INTO `wp_usermeta` VALUES (3832, 361, 'first_name', 'C. J.') ; 
INSERT INTO `wp_usermeta` VALUES (3833, 361, 'last_name', 'Swisher') ; 
INSERT INTO `wp_usermeta` VALUES (3834, 361, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (3835, 361, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (3836, 361, 'pmpro_baddress1', '2510 N. Springfield') ; 
INSERT INTO `wp_usermeta` VALUES (3837, 361, 'pmpro_bcity', 'Chicago') ; 
INSERT INTO `wp_usermeta` VALUES (3838, 361, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3839, 361, 'pmpro_bzipcode', '60647-1029') ; 
INSERT INTO `wp_usermeta` VALUES (3840, 362, 'pmpro_bfirstname', 'C. LeShea') ; 
INSERT INTO `wp_usermeta` VALUES (3841, 362, 'pmpro_blastname', 'Upchurch') ; 
INSERT INTO `wp_usermeta` VALUES (3842, 362, 'first_name', 'C. LeShea') ; 
INSERT INTO `wp_usermeta` VALUES (3843, 362, 'last_name', 'Upchurch') ; 
INSERT INTO `wp_usermeta` VALUES (3844, 362, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3845, 362, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (3846, 362, 'pmpro_baddress1', '1934 Sunrise Dr') ; 
INSERT INTO `wp_usermeta` VALUES (3847, 362, 'pmpro_bcity', 'Jacksonville') ; 
INSERT INTO `wp_usermeta` VALUES (3848, 362, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3849, 362, 'pmpro_bzipcode', '32246') ; 
INSERT INTO `wp_usermeta` VALUES (3850, 363, 'pmpro_bfirstname', 'Cailyn') ; 
INSERT INTO `wp_usermeta` VALUES (3851, 363, 'pmpro_blastname', 'Settelmeyer') ; 
INSERT INTO `wp_usermeta` VALUES (3852, 363, 'first_name', 'Cailyn') ; 
INSERT INTO `wp_usermeta` VALUES (3853, 363, 'last_name', 'Settelmeyer') ; 
INSERT INTO `wp_usermeta` VALUES (3854, 363, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3855, 363, 'pmpro_bstate', 'IA') ; 
INSERT INTO `wp_usermeta` VALUES (3856, 363, 'pmpro_baddress1', '1050 Meadow Ln.  Apt 5') ; 
INSERT INTO `wp_usermeta` VALUES (3857, 363, 'pmpro_bcity', 'Des Moines') ; 
INSERT INTO `wp_usermeta` VALUES (3858, 363, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3859, 363, 'pmpro_bzipcode', '50315') ; 
INSERT INTO `wp_usermeta` VALUES (3860, 364, 'pmpro_bfirstname', 'Caitlin') ; 
INSERT INTO `wp_usermeta` VALUES (3861, 364, 'pmpro_blastname', 'Vavasour-Williams') ; 
INSERT INTO `wp_usermeta` VALUES (3862, 364, 'first_name', 'Caitlin') ; 
INSERT INTO `wp_usermeta` VALUES (3863, 364, 'last_name', 'Vavasour-Williams') ; 
INSERT INTO `wp_usermeta` VALUES (3864, 364, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (3865, 364, 'pmpro_bstate', 'AB') ; 
INSERT INTO `wp_usermeta` VALUES (3866, 364, 'pmpro_baddress1', '10 Simcoe Terrace SW') ; 
INSERT INTO `wp_usermeta` VALUES (3867, 364, 'pmpro_bcity', 'Calgary') ; 
INSERT INTO `wp_usermeta` VALUES (3868, 364, 'uxf_organization', ' ') ; 
INSERT INTO `wp_usermeta` VALUES (3869, 364, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3870, 364, 'pmpro_bzipcode', 'T3H 4S6') ; 
INSERT INTO `wp_usermeta` VALUES (3871, 365, 'pmpro_bfirstname', 'Caitlin') ; 
INSERT INTO `wp_usermeta` VALUES (3872, 365, 'pmpro_blastname', 'Gordon-Hall') ; 
INSERT INTO `wp_usermeta` VALUES (3873, 365, 'first_name', 'Caitlin') ; 
INSERT INTO `wp_usermeta` VALUES (3874, 365, 'last_name', 'Gordon-Hall') ; 
INSERT INTO `wp_usermeta` VALUES (3875, 365, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (3876, 365, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (3877, 365, 'pmpro_baddress1', '140 Braemar Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (3878, 365, 'pmpro_bcity', 'Winnipeg') ; 
INSERT INTO `wp_usermeta` VALUES (3879, 365, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3880, 365, 'pmpro_bzipcode', 'R2H 2K7') ; 
INSERT INTO `wp_usermeta` VALUES (3881, 366, 'pmpro_bfirstname', 'Caitlin') ; 
INSERT INTO `wp_usermeta` VALUES (3882, 366, 'pmpro_blastname', 'Bry') ; 
INSERT INTO `wp_usermeta` VALUES (3883, 366, 'first_name', 'Caitlin') ; 
INSERT INTO `wp_usermeta` VALUES (3884, 366, 'last_name', 'Bry') ; 
INSERT INTO `wp_usermeta` VALUES (3885, 366, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3886, 366, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (3887, 366, 'pmpro_baddress1', '7703 38th Ave. NE') ; 
INSERT INTO `wp_usermeta` VALUES (3888, 366, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (3889, 366, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3890, 366, 'pmpro_bzipcode', '98115') ; 
INSERT INTO `wp_usermeta` VALUES (3891, 367, 'pmpro_bfirstname', 'Caitlin') ; 
INSERT INTO `wp_usermeta` VALUES (3892, 367, 'pmpro_blastname', 'Capistron') ; 
INSERT INTO `wp_usermeta` VALUES (3893, 367, 'first_name', 'Caitlin') ; 
INSERT INTO `wp_usermeta` VALUES (3894, 367, 'last_name', 'Capistron') ; 
INSERT INTO `wp_usermeta` VALUES (3895, 367, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3896, 367, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (3897, 367, 'pmpro_baddress1', '107 N. 81st St.') ; 
INSERT INTO `wp_usermeta` VALUES (3898, 367, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (3899, 367, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3900, 367, 'pmpro_bzipcode', '98103') ; 
INSERT INTO `wp_usermeta` VALUES (3901, 368, 'pmpro_bfirstname', 'Caitlin') ; 
INSERT INTO `wp_usermeta` VALUES (3902, 368, 'pmpro_blastname', 'Flanagan') ; 
INSERT INTO `wp_usermeta` VALUES (3903, 368, 'first_name', 'Caitlin') ; 
INSERT INTO `wp_usermeta` VALUES (3904, 368, 'last_name', 'Flanagan') ; 
INSERT INTO `wp_usermeta` VALUES (3905, 368, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3906, 368, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (3907, 368, 'pmpro_baddress1', 'P.O. Box 249') ; 
INSERT INTO `wp_usermeta` VALUES (3908, 368, 'pmpro_bcity', 'Myakka City') ; 
INSERT INTO `wp_usermeta` VALUES (3909, 368, 'uxf_organization', 'Lemur Conservation Found.') ; 
INSERT INTO `wp_usermeta` VALUES (3910, 368, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3911, 368, 'pmpro_bzipcode', '34251') ; 
INSERT INTO `wp_usermeta` VALUES (3912, 369, 'pmpro_bfirstname', 'Caitlin') ; 
INSERT INTO `wp_usermeta` VALUES (3913, 369, 'pmpro_blastname', 'Dorris') ; 
INSERT INTO `wp_usermeta` VALUES (3914, 369, 'first_name', 'Caitlin') ; 
INSERT INTO `wp_usermeta` VALUES (3915, 369, 'last_name', 'Dorris') ; 
INSERT INTO `wp_usermeta` VALUES (3916, 369, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3917, 369, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (3918, 369, 'pmpro_baddress1', '7108A Jamieson Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (3919, 369, 'pmpro_bcity', 'St. Louis') ; 
INSERT INTO `wp_usermeta` VALUES (3920, 369, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3921, 369, 'pmpro_bzipcode', '63109') ; 
INSERT INTO `wp_usermeta` VALUES (3922, 370, 'pmpro_bfirstname', 'Caitlin') ; 
INSERT INTO `wp_usermeta` VALUES (3923, 370, 'pmpro_blastname', 'Robinson') ; 
INSERT INTO `wp_usermeta` VALUES (3924, 370, 'first_name', 'Caitlin') ; 
INSERT INTO `wp_usermeta` VALUES (3925, 370, 'last_name', 'Robinson') ; 
INSERT INTO `wp_usermeta` VALUES (3926, 370, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (3927, 370, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (3928, 370, 'pmpro_baddress1', '1185 Mountain Creek Road  Apt 1115') ; 
INSERT INTO `wp_usermeta` VALUES (3929, 370, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (3930, 370, 'pmpro_bcity', 'Chattanooga') ; 
INSERT INTO `wp_usermeta` VALUES (3931, 370, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3932, 370, 'pmpro_bzipcode', '37405-1655') ; 
INSERT INTO `wp_usermeta` VALUES (3933, 371, 'pmpro_bfirstname', 'Caitlin ') ; 
INSERT INTO `wp_usermeta` VALUES (3934, 371, 'pmpro_blastname', 'Masterson') ; 
INSERT INTO `wp_usermeta` VALUES (3935, 371, 'first_name', 'Caitlin ') ; 
INSERT INTO `wp_usermeta` VALUES (3936, 371, 'last_name', 'Masterson') ; 
INSERT INTO `wp_usermeta` VALUES (3937, 371, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3938, 371, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (3939, 371, 'pmpro_baddress1', '2038 Arborwood Pl.') ; 
INSERT INTO `wp_usermeta` VALUES (3940, 371, 'pmpro_bcity', 'Escondido') ; 
INSERT INTO `wp_usermeta` VALUES (3941, 371, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3942, 371, 'pmpro_bzipcode', '92029') ; 
INSERT INTO `wp_usermeta` VALUES (3943, 372, 'pmpro_bfirstname', 'Caitlin Lee') ; 
INSERT INTO `wp_usermeta` VALUES (3944, 372, 'pmpro_blastname', 'Samuel') ; 
INSERT INTO `wp_usermeta` VALUES (3945, 372, 'first_name', 'Caitlin Lee') ; 
INSERT INTO `wp_usermeta` VALUES (3946, 372, 'last_name', 'Samuel') ; 
INSERT INTO `wp_usermeta` VALUES (3947, 372, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3948, 372, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (3949, 372, 'pmpro_baddress1', '67-05 Burns St.') ; 
INSERT INTO `wp_usermeta` VALUES (3950, 372, 'pmpro_bcity', 'Forest Hills') ; 
INSERT INTO `wp_usermeta` VALUES (3951, 372, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3952, 372, 'pmpro_bzipcode', '11375') ; 
INSERT INTO `wp_usermeta` VALUES (3953, 373, 'pmpro_bfirstname', 'Caitlinn') ; 
INSERT INTO `wp_usermeta` VALUES (3954, 373, 'pmpro_blastname', 'O\\\'Brien') ; 
INSERT INTO `wp_usermeta` VALUES (3955, 373, 'first_name', 'Caitlinn') ; 
INSERT INTO `wp_usermeta` VALUES (3956, 373, 'last_name', 'O\\\'Brien') ; 
INSERT INTO `wp_usermeta` VALUES (3957, 373, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3958, 373, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (3959, 373, 'pmpro_baddress1', '16401 Spring Creek Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (3960, 373, 'pmpro_bcity', 'Plainfield') ; 
INSERT INTO `wp_usermeta` VALUES (3961, 373, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3962, 373, 'pmpro_bzipcode', '60586') ; 
INSERT INTO `wp_usermeta` VALUES (3963, 374, 'pmpro_bfirstname', 'Caitlyn') ; 
INSERT INTO `wp_usermeta` VALUES (3964, 374, 'pmpro_blastname', 'Bruce') ; 
INSERT INTO `wp_usermeta` VALUES (3965, 374, 'first_name', 'Caitlyn') ; 
INSERT INTO `wp_usermeta` VALUES (3966, 374, 'last_name', 'Bruce') ; 
INSERT INTO `wp_usermeta` VALUES (3967, 374, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3968, 374, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (3969, 374, 'pmpro_baddress1', '508 Cayuga Creek Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (3970, 374, 'pmpro_bcity', 'Alden') ; 
INSERT INTO `wp_usermeta` VALUES (3971, 374, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3972, 374, 'pmpro_bzipcode', '14004') ; 
INSERT INTO `wp_usermeta` VALUES (3973, 375, 'pmpro_bfirstname', 'Cale') ; 
INSERT INTO `wp_usermeta` VALUES (3974, 375, 'pmpro_blastname', 'Nordmeyer') ; 
INSERT INTO `wp_usermeta` VALUES (3975, 375, 'first_name', 'Cale') ; 
INSERT INTO `wp_usermeta` VALUES (3976, 375, 'last_name', 'Nordmeyer') ; 
INSERT INTO `wp_usermeta` VALUES (3977, 375, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3978, 375, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (3979, 375, 'pmpro_baddress1', '7425 123rd St. W.') ; 
INSERT INTO `wp_usermeta` VALUES (3980, 375, 'pmpro_baddress2', 'Apt 102') ; 
INSERT INTO `wp_usermeta` VALUES (3981, 375, 'pmpro_bcity', 'Apple Valley') ; 
INSERT INTO `wp_usermeta` VALUES (3982, 375, 'uxf_count', '') ; 
INSERT INTO `wp_usermeta` VALUES (3983, 375, 'pmpro_bzipcode', '55124') ; 
INSERT INTO `wp_usermeta` VALUES (3984, 376, 'pmpro_bfirstname', 'Caleb') ; 
INSERT INTO `wp_usermeta` VALUES (3985, 376, 'pmpro_blastname', 'Dennis') ; 
INSERT INTO `wp_usermeta` VALUES (3986, 376, 'first_name', 'Caleb') ; 
INSERT INTO `wp_usermeta` VALUES (3987, 376, 'last_name', 'Dennis') ; 
INSERT INTO `wp_usermeta` VALUES (3988, 376, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3989, 376, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (3990, 376, 'pmpro_baddress1', '701 Marlboro St.') ; 
INSERT INTO `wp_usermeta` VALUES (3991, 376, 'pmpro_bcity', 'High Point') ; 
INSERT INTO `wp_usermeta` VALUES (3992, 376, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (3993, 376, 'pmpro_bzipcode', '27260') ; 
INSERT INTO `wp_usermeta` VALUES (3994, 377, 'pmpro_bfirstname', 'Caleb') ; 
INSERT INTO `wp_usermeta` VALUES (3995, 377, 'pmpro_blastname', 'Rogovin') ; 
INSERT INTO `wp_usermeta` VALUES (3996, 377, 'first_name', 'Caleb') ; 
INSERT INTO `wp_usermeta` VALUES (3997, 377, 'last_name', 'Rogovin') ; 
INSERT INTO `wp_usermeta` VALUES (3998, 377, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (3999, 377, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (4000, 377, 'pmpro_baddress1', '2200 Arch St.  Apt 1108') ; 
INSERT INTO `wp_usermeta` VALUES (4001, 377, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (4002, 377, 'pmpro_bcity', 'Philadelphia') ; 
INSERT INTO `wp_usermeta` VALUES (4003, 377, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4004, 377, 'pmpro_bzipcode', '19103') ; 
INSERT INTO `wp_usermeta` VALUES (4005, 378, 'pmpro_bfirstname', 'Caleb J.') ; 
INSERT INTO `wp_usermeta` VALUES (4006, 378, 'pmpro_blastname', 'Oliver') ; 
INSERT INTO `wp_usermeta` VALUES (4007, 378, 'first_name', 'Caleb J.') ; 
INSERT INTO `wp_usermeta` VALUES (4008, 378, 'last_name', 'Oliver') ; 
INSERT INTO `wp_usermeta` VALUES (4009, 378, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4010, 378, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (4011, 378, 'pmpro_baddress1', '755 South Park Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (4012, 378, 'pmpro_bcity', 'Salisbury') ; 
INSERT INTO `wp_usermeta` VALUES (4013, 378, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4014, 378, 'pmpro_bzipcode', '21801') ; 
INSERT INTO `wp_usermeta` VALUES (4015, 379, 'pmpro_bfirstname', 'julian Center for Science') ; 
INSERT INTO `wp_usermeta` VALUES (4016, 379, 'pmpro_blastname', '') ; 
INSERT INTO `wp_usermeta` VALUES (4017, 379, 'first_name', 'Julian Center for Science') ; 
INSERT INTO `wp_usermeta` VALUES (4018, 379, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (4019, 379, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4020, 379, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (4021, 379, 'pmpro_baddress1', 'P.O. Box 1389') ; 
INSERT INTO `wp_usermeta` VALUES (4022, 379, 'pmpro_bcity', 'Julian') ; 
INSERT INTO `wp_usermeta` VALUES (4023, 379, 'uxf_organization', 'California Wolf Center') ; 
INSERT INTO `wp_usermeta` VALUES (4024, 379, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4025, 379, 'pmpro_bzipcode', '92036') ; 
INSERT INTO `wp_usermeta` VALUES (4026, 379, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (4027, 380, 'pmpro_bfirstname', 'Callan') ; 
INSERT INTO `wp_usermeta` VALUES (4028, 380, 'pmpro_blastname', 'Hahn - CWPZoo') ; 
INSERT INTO `wp_usermeta` VALUES (4029, 380, 'first_name', 'Callan') ; 
INSERT INTO `wp_usermeta` VALUES (4030, 380, 'last_name', 'Hahn') ; 
INSERT INTO `wp_usermeta` VALUES (4031, 380, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4032, 380, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (4033, 380, 'pmpro_baddress1', '13019 Catoctin Furnace Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (4034, 380, 'pmpro_bcity', 'Thurmont') ; 
INSERT INTO `wp_usermeta` VALUES (4035, 380, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (4036, 380, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4037, 380, 'pmpro_bzipcode', '21788') ; 
INSERT INTO `wp_usermeta` VALUES (4038, 381, 'pmpro_bfirstname', 'Callie') ; 
INSERT INTO `wp_usermeta` VALUES (4039, 381, 'pmpro_blastname', 'Jordheim') ; 
INSERT INTO `wp_usermeta` VALUES (4040, 381, 'first_name', 'Callie') ; 
INSERT INTO `wp_usermeta` VALUES (4041, 381, 'last_name', 'Jordheim') ; 
INSERT INTO `wp_usermeta` VALUES (4042, 381, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4043, 381, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (4044, 381, 'pmpro_baddress1', '158 Calhoun St.') ; 
INSERT INTO `wp_usermeta` VALUES (4045, 381, 'pmpro_bcity', 'Vallejo') ; 
INSERT INTO `wp_usermeta` VALUES (4046, 381, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4047, 381, 'pmpro_bzipcode', '94590') ; 
INSERT INTO `wp_usermeta` VALUES (4048, 382, 'pmpro_bfirstname', 'Callin') ; 
INSERT INTO `wp_usermeta` VALUES (4049, 382, 'pmpro_blastname', 'Mulvaney') ; 
INSERT INTO `wp_usermeta` VALUES (4050, 382, 'first_name', 'Callin') ; 
INSERT INTO `wp_usermeta` VALUES (4051, 382, 'last_name', 'Mulvaney') ; 
INSERT INTO `wp_usermeta` VALUES (4052, 382, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4053, 382, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (4054, 382, 'pmpro_baddress1', '1501 Old Black Horse Pike  Apt S-7') ; 
INSERT INTO `wp_usermeta` VALUES (4055, 382, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (4056, 382, 'pmpro_bcity', 'Blackwood') ; 
INSERT INTO `wp_usermeta` VALUES (4057, 382, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4058, 382, 'pmpro_bzipcode', '08012') ; 
INSERT INTO `wp_usermeta` VALUES (4059, 383, 'pmpro_bfirstname', 'Calvin') ; 
INSERT INTO `wp_usermeta` VALUES (4060, 383, 'pmpro_blastname', 'Feil') ; 
INSERT INTO `wp_usermeta` VALUES (4061, 383, 'first_name', 'Calvin') ; 
INSERT INTO `wp_usermeta` VALUES (4062, 383, 'last_name', 'Feil') ; 
INSERT INTO `wp_usermeta` VALUES (4063, 383, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4064, 383, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (4065, 383, 'pmpro_baddress1', '336 Sugar Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (4066, 383, 'pmpro_bcity', 'Bolton') ; 
INSERT INTO `wp_usermeta` VALUES (4067, 383, 'uxf_organization', 'Animal Adventures') ; 
INSERT INTO `wp_usermeta` VALUES (4068, 383, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4069, 383, 'pmpro_bzipcode', '1740') ; 
INSERT INTO `wp_usermeta` VALUES (4070, 384, 'pmpro_bfirstname', 'Cameron') ; 
INSERT INTO `wp_usermeta` VALUES (4071, 384, 'pmpro_blastname', 'Kulik') ; 
INSERT INTO `wp_usermeta` VALUES (4072, 384, 'first_name', 'Cameron') ; 
INSERT INTO `wp_usermeta` VALUES (4073, 384, 'last_name', 'Kulik') ; 
INSERT INTO `wp_usermeta` VALUES (4074, 384, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4075, 384, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (4076, 384, 'pmpro_baddress1', '4416 E. Rocky Slope Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (4077, 384, 'pmpro_bcity', 'Phoenix') ; 
INSERT INTO `wp_usermeta` VALUES (4078, 384, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4079, 384, 'pmpro_bzipcode', '85044-6070') ; 
INSERT INTO `wp_usermeta` VALUES (4080, 385, 'pmpro_bfirstname', 'Cami') ; 
INSERT INTO `wp_usermeta` VALUES (4081, 385, 'pmpro_blastname', 'Gonzales') ; 
INSERT INTO `wp_usermeta` VALUES (4082, 385, 'first_name', 'Cami') ; 
INSERT INTO `wp_usermeta` VALUES (4083, 385, 'last_name', 'Gonzales') ; 
INSERT INTO `wp_usermeta` VALUES (4084, 385, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4085, 385, 'pmpro_bstate', 'NM') ; 
INSERT INTO `wp_usermeta` VALUES (4086, 385, 'pmpro_baddress1', '1376 E. Ninth St.') ; 
INSERT INTO `wp_usermeta` VALUES (4087, 385, 'pmpro_bcity', 'Alamogordo') ; 
INSERT INTO `wp_usermeta` VALUES (4088, 385, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (4089, 385, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4090, 385, 'pmpro_bzipcode', '88310') ; 
INSERT INTO `wp_usermeta` VALUES (4091, 386, 'pmpro_bfirstname', 'Camille') ; 
INSERT INTO `wp_usermeta` VALUES (4092, 386, 'pmpro_blastname', 'Dorian') ; 
INSERT INTO `wp_usermeta` VALUES (4093, 386, 'first_name', 'Camille') ; 
INSERT INTO `wp_usermeta` VALUES (4094, 386, 'last_name', 'Dorian') ; 
INSERT INTO `wp_usermeta` VALUES (4095, 386, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4096, 386, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (4097, 386, 'pmpro_baddress1', '5989 Castleton Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (4098, 386, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (4099, 386, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4100, 386, 'pmpro_bzipcode', '92117') ; 
INSERT INTO `wp_usermeta` VALUES (4101, 387, 'pmpro_bfirstname', 'Camille G.') ; 
INSERT INTO `wp_usermeta` VALUES (4102, 387, 'pmpro_blastname', 'Gadwood') ; 
INSERT INTO `wp_usermeta` VALUES (4103, 387, 'first_name', 'Camille G.') ; 
INSERT INTO `wp_usermeta` VALUES (4104, 387, 'last_name', 'Gadwood') ; 
INSERT INTO `wp_usermeta` VALUES (4105, 387, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4106, 387, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (4107, 387, 'pmpro_baddress1', 'P.O. Box 6893') ; 
INSERT INTO `wp_usermeta` VALUES (4108, 387, 'pmpro_bcity', 'Burbank') ; 
INSERT INTO `wp_usermeta` VALUES (4109, 387, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4110, 387, 'pmpro_bzipcode', '91510-6893') ; 
INSERT INTO `wp_usermeta` VALUES (4111, 388, 'pmpro_bfirstname', 'Candice') ; 
INSERT INTO `wp_usermeta` VALUES (4112, 388, 'pmpro_blastname', 'Dymek') ; 
INSERT INTO `wp_usermeta` VALUES (4113, 388, 'first_name', 'Candice') ; 
INSERT INTO `wp_usermeta` VALUES (4114, 388, 'last_name', 'Dymek') ; 
INSERT INTO `wp_usermeta` VALUES (4115, 388, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4116, 388, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (4117, 388, 'pmpro_baddress1', '439 S. 183rd St. W.') ; 
INSERT INTO `wp_usermeta` VALUES (4118, 388, 'pmpro_bcity', 'Goddard') ; 
INSERT INTO `wp_usermeta` VALUES (4119, 388, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4120, 388, 'pmpro_bzipcode', '67052-9533') ; 
INSERT INTO `wp_usermeta` VALUES (4121, 389, 'pmpro_bfirstname', 'Cara') ; 
INSERT INTO `wp_usermeta` VALUES (4122, 389, 'pmpro_blastname', 'Vitale') ; 
INSERT INTO `wp_usermeta` VALUES (4123, 389, 'first_name', 'Cara') ; 
INSERT INTO `wp_usermeta` VALUES (4124, 389, 'last_name', 'Vitale') ; 
INSERT INTO `wp_usermeta` VALUES (4125, 389, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4126, 389, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (4127, 389, 'pmpro_baddress1', '1712 Village Crossing Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (4128, 389, 'pmpro_bcity', 'Chapel Hill') ; 
INSERT INTO `wp_usermeta` VALUES (4129, 389, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4130, 389, 'pmpro_bzipcode', '27517') ; 
INSERT INTO `wp_usermeta` VALUES (4131, 390, 'pmpro_bfirstname', 'Carin') ; 
INSERT INTO `wp_usermeta` VALUES (4132, 390, 'pmpro_blastname', 'Dobbs') ; 
INSERT INTO `wp_usermeta` VALUES (4133, 390, 'first_name', 'Carin') ; 
INSERT INTO `wp_usermeta` VALUES (4134, 390, 'last_name', 'Dobbs') ; 
INSERT INTO `wp_usermeta` VALUES (4135, 390, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4136, 390, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (4137, 390, 'pmpro_baddress1', '2070 Zoo Lane') ; 
INSERT INTO `wp_usermeta` VALUES (4138, 390, 'pmpro_bcity', 'Abilene') ; 
INSERT INTO `wp_usermeta` VALUES (4139, 390, 'uxf_organization', 'Abilene Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (4140, 390, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4141, 390, 'pmpro_bzipcode', '79602') ; 
INSERT INTO `wp_usermeta` VALUES (4142, 391, 'pmpro_bfirstname', 'Carisssa') ; 
INSERT INTO `wp_usermeta` VALUES (4143, 391, 'pmpro_blastname', 'Arellanes') ; 
INSERT INTO `wp_usermeta` VALUES (4144, 391, 'first_name', 'Carisssa') ; 
INSERT INTO `wp_usermeta` VALUES (4145, 391, 'last_name', 'Arellanes') ; 
INSERT INTO `wp_usermeta` VALUES (4146, 391, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4147, 391, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (4148, 391, 'pmpro_baddress1', '2000 Ascot Pkwy. ') ; 
INSERT INTO `wp_usermeta` VALUES (4149, 391, 'pmpro_baddress2', 'Apt 3618') ; 
INSERT INTO `wp_usermeta` VALUES (4150, 391, 'pmpro_bcity', 'Vallejo') ; 
INSERT INTO `wp_usermeta` VALUES (4151, 391, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4152, 391, 'pmpro_bzipcode', '94591') ; 
INSERT INTO `wp_usermeta` VALUES (4153, 392, 'pmpro_bfirstname', 'Carl S.') ; 
INSERT INTO `wp_usermeta` VALUES (4154, 392, 'pmpro_blastname', 'Gyarmaty') ; 
INSERT INTO `wp_usermeta` VALUES (4155, 392, 'first_name', 'Carl S.') ; 
INSERT INTO `wp_usermeta` VALUES (4156, 392, 'last_name', 'Gyarmaty') ; 
INSERT INTO `wp_usermeta` VALUES (4157, 392, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4158, 392, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (4159, 392, 'pmpro_baddress1', '3775 Winkler Ave. Ext. ') ; 
INSERT INTO `wp_usermeta` VALUES (4160, 392, 'pmpro_baddress2', 'Apt 353') ; 
INSERT INTO `wp_usermeta` VALUES (4161, 392, 'pmpro_bcity', 'Ft. Myers') ; 
INSERT INTO `wp_usermeta` VALUES (4162, 392, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4163, 392, 'pmpro_bzipcode', '33916-7739') ; 
INSERT INTO `wp_usermeta` VALUES (4164, 393, 'pmpro_bfirstname', 'Carla') ; 
INSERT INTO `wp_usermeta` VALUES (4165, 393, 'pmpro_blastname', 'Ellis') ; 
INSERT INTO `wp_usermeta` VALUES (4166, 393, 'first_name', 'Carla') ; 
INSERT INTO `wp_usermeta` VALUES (4167, 393, 'last_name', 'Ellis') ; 
INSERT INTO `wp_usermeta` VALUES (4168, 393, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (4169, 393, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (4170, 393, 'pmpro_baddress1', '18 Ascot Bay') ; 
INSERT INTO `wp_usermeta` VALUES (4171, 393, 'pmpro_bcity', 'Winnipeg') ; 
INSERT INTO `wp_usermeta` VALUES (4172, 393, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4173, 393, 'pmpro_bzipcode', 'R3R 0X4') ; 
INSERT INTO `wp_usermeta` VALUES (4174, 394, 'pmpro_bfirstname', 'Carla ') ; 
INSERT INTO `wp_usermeta` VALUES (4175, 394, 'pmpro_blastname', 'Owens: Librarian') ; 
INSERT INTO `wp_usermeta` VALUES (4176, 394, 'first_name', 'Carla') ; 
INSERT INTO `wp_usermeta` VALUES (4177, 394, 'last_name', 'Owens: Librarian') ; 
INSERT INTO `wp_usermeta` VALUES (4178, 394, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4179, 394, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (4180, 394, 'pmpro_baddress1', '3300 S. Golf Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (4181, 394, 'pmpro_bcity', 'Brookfield') ; 
INSERT INTO `wp_usermeta` VALUES (4182, 394, 'uxf_organization', 'Brookfield Zoo Library') ; 
INSERT INTO `wp_usermeta` VALUES (4183, 394, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4184, 394, 'pmpro_bzipcode', '60513-1060') ; 
INSERT INTO `wp_usermeta` VALUES (4185, 395, 'pmpro_bfirstname', 'Carlos') ; 
INSERT INTO `wp_usermeta` VALUES (4186, 395, 'pmpro_blastname', 'Torrez') ; 
INSERT INTO `wp_usermeta` VALUES (4187, 395, 'first_name', 'Carlos') ; 
INSERT INTO `wp_usermeta` VALUES (4188, 395, 'last_name', 'Torrez') ; 
INSERT INTO `wp_usermeta` VALUES (4189, 395, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (4190, 395, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (4191, 395, 'pmpro_baddress1', '3018 Ashland Lane South') ; 
INSERT INTO `wp_usermeta` VALUES (4192, 395, 'pmpro_bcity', 'Kissimmee') ; 
INSERT INTO `wp_usermeta` VALUES (4193, 395, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4194, 395, 'pmpro_bzipcode', '34741') ; 
INSERT INTO `wp_usermeta` VALUES (4195, 396, 'pmpro_bfirstname', 'Carly') ; 
INSERT INTO `wp_usermeta` VALUES (4196, 396, 'pmpro_blastname', 'Barron') ; 
INSERT INTO `wp_usermeta` VALUES (4197, 396, 'first_name', 'Carly') ; 
INSERT INTO `wp_usermeta` VALUES (4198, 396, 'last_name', 'Barron') ; 
INSERT INTO `wp_usermeta` VALUES (4199, 396, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (4200, 396, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (4201, 396, 'pmpro_baddress1', '100 E Centre St. Apt D') ; 
INSERT INTO `wp_usermeta` VALUES (4202, 396, 'pmpro_bcity', 'Baltimore') ; 
INSERT INTO `wp_usermeta` VALUES (4203, 396, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4204, 396, 'pmpro_bzipcode', '21202') ; 
INSERT INTO `wp_usermeta` VALUES (4205, 397, 'pmpro_bfirstname', 'Carly') ; 
INSERT INTO `wp_usermeta` VALUES (4206, 397, 'pmpro_blastname', 'Foster') ; 
INSERT INTO `wp_usermeta` VALUES (4207, 397, 'first_name', 'Carly') ; 
INSERT INTO `wp_usermeta` VALUES (4208, 397, 'last_name', 'Foster') ; 
INSERT INTO `wp_usermeta` VALUES (4209, 397, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4210, 397, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (4211, 397, 'pmpro_baddress1', '9 Ashley Circle') ; 
INSERT INTO `wp_usermeta` VALUES (4212, 397, 'pmpro_bcity', 'Weymouth') ; 
INSERT INTO `wp_usermeta` VALUES (4213, 397, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4214, 397, 'pmpro_bzipcode', '2190') ; 
INSERT INTO `wp_usermeta` VALUES (4215, 398, 'pmpro_bfirstname', 'Carol') ; 
INSERT INTO `wp_usermeta` VALUES (4216, 398, 'pmpro_blastname', 'McCallum') ; 
INSERT INTO `wp_usermeta` VALUES (4217, 398, 'first_name', 'Carol') ; 
INSERT INTO `wp_usermeta` VALUES (4218, 398, 'last_name', 'McCallum') ; 
INSERT INTO `wp_usermeta` VALUES (4219, 398, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4220, 398, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (4221, 398, 'pmpro_baddress1', '5 Norwich Drive') ; 
INSERT INTO `wp_usermeta` VALUES (4222, 398, 'pmpro_bcity', 'Toms River') ; 
INSERT INTO `wp_usermeta` VALUES (4223, 398, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4224, 398, 'pmpro_bzipcode', '08757') ; 
INSERT INTO `wp_usermeta` VALUES (4225, 399, 'pmpro_bfirstname', 'Carol') ; 
INSERT INTO `wp_usermeta` VALUES (4226, 399, 'pmpro_blastname', 'Fiertz') ; 
INSERT INTO `wp_usermeta` VALUES (4227, 399, 'first_name', 'Carol') ; 
INSERT INTO `wp_usermeta` VALUES (4228, 399, 'last_name', 'Fiertz') ; 
INSERT INTO `wp_usermeta` VALUES (4229, 399, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4230, 399, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (4231, 399, 'pmpro_baddress1', '5807 Ridgefield Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (4232, 399, 'pmpro_bcity', 'Bethesda') ; 
INSERT INTO `wp_usermeta` VALUES (4233, 399, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4234, 399, 'pmpro_bzipcode', '20816') ; 
INSERT INTO `wp_usermeta` VALUES (4235, 400, 'pmpro_bfirstname', 'Carol') ; 
INSERT INTO `wp_usermeta` VALUES (4236, 400, 'pmpro_blastname', 'Eager') ; 
INSERT INTO `wp_usermeta` VALUES (4237, 400, 'first_name', 'Carol') ; 
INSERT INTO `wp_usermeta` VALUES (4238, 400, 'last_name', 'Eager') ; 
INSERT INTO `wp_usermeta` VALUES (4239, 400, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4240, 400, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (4241, 400, 'pmpro_baddress1', 'P.O. Box 153') ; 
INSERT INTO `wp_usermeta` VALUES (4242, 400, 'pmpro_bcity', 'Murdock') ; 
INSERT INTO `wp_usermeta` VALUES (4243, 400, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4244, 400, 'pmpro_bzipcode', '68407') ; 
INSERT INTO `wp_usermeta` VALUES (4245, 401, 'pmpro_bfirstname', 'Carol') ; 
INSERT INTO `wp_usermeta` VALUES (4246, 401, 'pmpro_blastname', 'Henger') ; 
INSERT INTO `wp_usermeta` VALUES (4247, 401, 'first_name', 'Carol') ; 
INSERT INTO `wp_usermeta` VALUES (4248, 401, 'last_name', 'Henger') ; 
INSERT INTO `wp_usermeta` VALUES (4249, 401, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4250, 401, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (4251, 401, 'pmpro_baddress1', '45-14 43rd St.  Apt 2B') ; 
INSERT INTO `wp_usermeta` VALUES (4252, 401, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (4253, 401, 'pmpro_bcity', 'Sunnyside') ; 
INSERT INTO `wp_usermeta` VALUES (4254, 401, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4255, 401, 'pmpro_bzipcode', '11104') ; 
INSERT INTO `wp_usermeta` VALUES (4256, 402, 'pmpro_bfirstname', 'Carol') ; 
INSERT INTO `wp_usermeta` VALUES (4257, 402, 'pmpro_blastname', 'Kolinger') ; 
INSERT INTO `wp_usermeta` VALUES (4258, 402, 'first_name', 'Carol') ; 
INSERT INTO `wp_usermeta` VALUES (4259, 402, 'last_name', 'Kolinger') ; 
INSERT INTO `wp_usermeta` VALUES (4260, 402, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (4261, 402, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (4262, 402, 'pmpro_baddress1', '1805 215th St.  Apt 15-S') ; 
INSERT INTO `wp_usermeta` VALUES (4263, 402, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (4264, 402, 'pmpro_bcity', 'Bayside') ; 
INSERT INTO `wp_usermeta` VALUES (4265, 402, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4266, 402, 'pmpro_bzipcode', '11360-2123') ; 
INSERT INTO `wp_usermeta` VALUES (4267, 403, 'pmpro_bfirstname', 'Carol') ; 
INSERT INTO `wp_usermeta` VALUES (4268, 403, 'pmpro_blastname', 'Bresnay') ; 
INSERT INTO `wp_usermeta` VALUES (4269, 403, 'first_name', 'Carol') ; 
INSERT INTO `wp_usermeta` VALUES (4270, 403, 'last_name', 'Bresnay') ; 
INSERT INTO `wp_usermeta` VALUES (4271, 403, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4272, 403, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (4273, 403, 'pmpro_baddress1', '15049 Auburn') ; 
INSERT INTO `wp_usermeta` VALUES (4274, 403, 'pmpro_bcity', 'Detroit') ; 
INSERT INTO `wp_usermeta` VALUES (4275, 403, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4276, 403, 'pmpro_bzipcode', '48223') ; 
INSERT INTO `wp_usermeta` VALUES (4277, 404, 'pmpro_bfirstname', 'Carol ') ; 
INSERT INTO `wp_usermeta` VALUES (4278, 404, 'pmpro_blastname', 'Cauthen ') ; 
INSERT INTO `wp_usermeta` VALUES (4279, 404, 'first_name', 'Carol') ; 
INSERT INTO `wp_usermeta` VALUES (4280, 404, 'last_name', 'Cauthen') ; 
INSERT INTO `wp_usermeta` VALUES (4281, 404, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4282, 404, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (4283, 404, 'pmpro_baddress1', '2487 Euclid Crescent East') ; 
INSERT INTO `wp_usermeta` VALUES (4284, 404, 'pmpro_bcity', 'Upland') ; 
INSERT INTO `wp_usermeta` VALUES (4285, 404, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4286, 404, 'pmpro_bzipcode', '91784') ; 
INSERT INTO `wp_usermeta` VALUES (4287, 405, 'pmpro_bfirstname', 'Carol A. ') ; 
INSERT INTO `wp_usermeta` VALUES (4288, 405, 'pmpro_blastname', 'Thorsen Hood') ; 
INSERT INTO `wp_usermeta` VALUES (4289, 405, 'first_name', 'Carol A.') ; 
INSERT INTO `wp_usermeta` VALUES (4290, 405, 'last_name', 'Thorsen Hood') ; 
INSERT INTO `wp_usermeta` VALUES (4291, 405, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4292, 405, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (4293, 405, 'pmpro_baddress1', '1010 Bella Vista Blvd.  Apt 108') ; 
INSERT INTO `wp_usermeta` VALUES (4294, 405, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (4295, 405, 'pmpro_bcity', 'St. Augustine') ; 
INSERT INTO `wp_usermeta` VALUES (4296, 405, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4297, 405, 'pmpro_bzipcode', '32084') ; 
INSERT INTO `wp_usermeta` VALUES (4298, 406, 'pmpro_bfirstname', 'Carolina') ; 
INSERT INTO `wp_usermeta` VALUES (4299, 406, 'pmpro_blastname', 'Segarra') ; 
INSERT INTO `wp_usermeta` VALUES (4300, 406, 'first_name', 'Carolina') ; 
INSERT INTO `wp_usermeta` VALUES (4301, 406, 'last_name', 'Segarra') ; 
INSERT INTO `wp_usermeta` VALUES (4302, 406, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (4303, 406, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (4304, 406, 'pmpro_baddress1', '2855 NW 169th Terrace') ; 
INSERT INTO `wp_usermeta` VALUES (4305, 406, 'pmpro_bcity', 'Miami Gardens') ; 
INSERT INTO `wp_usermeta` VALUES (4306, 406, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4307, 406, 'pmpro_bzipcode', '33056') ; 
INSERT INTO `wp_usermeta` VALUES (4308, 407, 'pmpro_bfirstname', 'Caroline') ; 
INSERT INTO `wp_usermeta` VALUES (4309, 407, 'pmpro_blastname', 'Seneca') ; 
INSERT INTO `wp_usermeta` VALUES (4310, 407, 'first_name', 'Caroline') ; 
INSERT INTO `wp_usermeta` VALUES (4311, 407, 'last_name', 'Seneca') ; 
INSERT INTO `wp_usermeta` VALUES (4312, 407, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4313, 407, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (4314, 407, 'pmpro_baddress1', '1714 Pagent St.') ; 
INSERT INTO `wp_usermeta` VALUES (4315, 407, 'pmpro_bcity', 'New Iberia') ; 
INSERT INTO `wp_usermeta` VALUES (4316, 407, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4317, 407, 'pmpro_bzipcode', '70563') ; 
INSERT INTO `wp_usermeta` VALUES (4318, 408, 'pmpro_bfirstname', 'Caroline') ; 
INSERT INTO `wp_usermeta` VALUES (4319, 408, 'pmpro_blastname', 'Delcambre') ; 
INSERT INTO `wp_usermeta` VALUES (4320, 408, 'first_name', 'Caroline') ; 
INSERT INTO `wp_usermeta` VALUES (4321, 408, 'last_name', 'Delcambre') ; 
INSERT INTO `wp_usermeta` VALUES (4322, 408, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4323, 408, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (4324, 408, 'pmpro_baddress1', '1223 Carolyn Drive') ; 
INSERT INTO `wp_usermeta` VALUES (4325, 408, 'pmpro_bcity', 'Abbeville') ; 
INSERT INTO `wp_usermeta` VALUES (4326, 408, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4327, 408, 'pmpro_bzipcode', '70510') ; 
INSERT INTO `wp_usermeta` VALUES (4328, 409, 'pmpro_bfirstname', 'Carolyn') ; 
INSERT INTO `wp_usermeta` VALUES (4329, 409, 'pmpro_blastname', 'Hinshaw') ; 
INSERT INTO `wp_usermeta` VALUES (4330, 409, 'first_name', 'Carolyn') ; 
INSERT INTO `wp_usermeta` VALUES (4331, 409, 'last_name', 'Hinshaw') ; 
INSERT INTO `wp_usermeta` VALUES (4332, 409, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4333, 409, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (4334, 409, 'pmpro_baddress1', 'P.O. Box 882') ; 
INSERT INTO `wp_usermeta` VALUES (4335, 409, 'pmpro_bcity', 'Mebane') ; 
INSERT INTO `wp_usermeta` VALUES (4336, 409, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (4337, 409, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4338, 409, 'pmpro_bzipcode', '27302') ; 
INSERT INTO `wp_usermeta` VALUES (4339, 410, 'pmpro_bfirstname', 'Carolyn') ; 
INSERT INTO `wp_usermeta` VALUES (4340, 410, 'pmpro_blastname', 'Mueller') ; 
INSERT INTO `wp_usermeta` VALUES (4341, 410, 'first_name', 'Carolyn') ; 
INSERT INTO `wp_usermeta` VALUES (4342, 410, 'last_name', 'Mueller') ; 
INSERT INTO `wp_usermeta` VALUES (4343, 410, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4344, 410, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (4345, 410, 'pmpro_baddress1', '6324 Southwood Ave.  Apt 1W') ; 
INSERT INTO `wp_usermeta` VALUES (4346, 410, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (4347, 410, 'pmpro_bcity', 'St. Louis') ; 
INSERT INTO `wp_usermeta` VALUES (4348, 410, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4349, 410, 'pmpro_bzipcode', '63105') ; 
INSERT INTO `wp_usermeta` VALUES (4350, 411, 'pmpro_bfirstname', 'Carolyn K.') ; 
INSERT INTO `wp_usermeta` VALUES (4351, 411, 'pmpro_blastname', 'Leonard') ; 
INSERT INTO `wp_usermeta` VALUES (4352, 411, 'first_name', 'Carolyn K.') ; 
INSERT INTO `wp_usermeta` VALUES (4353, 411, 'last_name', 'Leonard') ; 
INSERT INTO `wp_usermeta` VALUES (4354, 411, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4355, 411, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (4356, 411, 'pmpro_baddress1', '6830 SW Windemere Loop') ; 
INSERT INTO `wp_usermeta` VALUES (4357, 411, 'pmpro_bcity', 'Portland') ; 
INSERT INTO `wp_usermeta` VALUES (4358, 411, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4359, 411, 'pmpro_bzipcode', '97225-6161') ; 
INSERT INTO `wp_usermeta` VALUES (4360, 412, 'pmpro_bfirstname', 'Carrie') ; 
INSERT INTO `wp_usermeta` VALUES (4361, 412, 'pmpro_blastname', 'Henika') ; 
INSERT INTO `wp_usermeta` VALUES (4362, 412, 'first_name', 'Carrie') ; 
INSERT INTO `wp_usermeta` VALUES (4363, 412, 'last_name', 'Henika') ; 
INSERT INTO `wp_usermeta` VALUES (4364, 412, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (4365, 412, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (4366, 412, 'pmpro_baddress1', '3105 Bellas Artes Circle') ; 
INSERT INTO `wp_usermeta` VALUES (4367, 412, 'pmpro_bcity', 'San Ramon') ; 
INSERT INTO `wp_usermeta` VALUES (4368, 412, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4369, 412, 'pmpro_bzipcode', '94582') ; 
INSERT INTO `wp_usermeta` VALUES (4370, 413, 'pmpro_bfirstname', 'Carrie') ; 
INSERT INTO `wp_usermeta` VALUES (4371, 413, 'pmpro_blastname', 'Day') ; 
INSERT INTO `wp_usermeta` VALUES (4372, 413, 'first_name', 'Carrie') ; 
INSERT INTO `wp_usermeta` VALUES (4373, 413, 'last_name', 'Day') ; 
INSERT INTO `wp_usermeta` VALUES (4374, 413, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4375, 413, 'pmpro_bstate', 'AR') ; 
INSERT INTO `wp_usermeta` VALUES (4376, 413, 'pmpro_baddress1', '7101 Neal Creek Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (4377, 413, 'pmpro_bcity', 'Little Rock') ; 
INSERT INTO `wp_usermeta` VALUES (4378, 413, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4379, 413, 'pmpro_bzipcode', '72223') ; 
INSERT INTO `wp_usermeta` VALUES (4380, 414, 'pmpro_bfirstname', 'Carrie') ; 
INSERT INTO `wp_usermeta` VALUES (4381, 414, 'pmpro_blastname', 'McMorris') ; 
INSERT INTO `wp_usermeta` VALUES (4382, 414, 'first_name', 'Carrie') ; 
INSERT INTO `wp_usermeta` VALUES (4383, 414, 'last_name', 'McMorris') ; 
INSERT INTO `wp_usermeta` VALUES (4384, 414, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4385, 414, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (4386, 414, 'pmpro_baddress1', '1831 Mount Moran Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (4387, 414, 'pmpro_bcity', 'Stockton') ; 
INSERT INTO `wp_usermeta` VALUES (4388, 414, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4389, 414, 'pmpro_bzipcode', '95210') ; 
INSERT INTO `wp_usermeta` VALUES (4390, 415, 'pmpro_bfirstname', 'Carrie') ; 
INSERT INTO `wp_usermeta` VALUES (4391, 415, 'pmpro_blastname', 'Felsher') ; 
INSERT INTO `wp_usermeta` VALUES (4392, 415, 'first_name', 'Carrie') ; 
INSERT INTO `wp_usermeta` VALUES (4393, 415, 'last_name', 'Felsher') ; 
INSERT INTO `wp_usermeta` VALUES (4394, 415, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4395, 415, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (4396, 415, 'pmpro_baddress1', '4929 Lisette Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (4397, 415, 'pmpro_bcity', 'St. Louis') ; 
INSERT INTO `wp_usermeta` VALUES (4398, 415, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4399, 415, 'pmpro_bzipcode', '63109-3776') ; 
INSERT INTO `wp_usermeta` VALUES (4400, 416, 'pmpro_bfirstname', 'Carson') ; 
INSERT INTO `wp_usermeta` VALUES (4401, 416, 'pmpro_blastname', 'Jones') ; 
INSERT INTO `wp_usermeta` VALUES (4402, 416, 'first_name', 'Carson') ; 
INSERT INTO `wp_usermeta` VALUES (4403, 416, 'last_name', 'Jones') ; 
INSERT INTO `wp_usermeta` VALUES (4404, 416, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4405, 416, 'pmpro_bstate', 'AL') ; 
INSERT INTO `wp_usermeta` VALUES (4406, 416, 'pmpro_baddress1', '3424 Westbury Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (4407, 416, 'pmpro_bcity', 'Birmingham') ; 
INSERT INTO `wp_usermeta` VALUES (4408, 416, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4409, 416, 'pmpro_bzipcode', '35223') ; 
INSERT INTO `wp_usermeta` VALUES (4410, 417, 'pmpro_bfirstname', 'Carey') ; 
INSERT INTO `wp_usermeta` VALUES (4411, 417, 'pmpro_blastname', 'Goedel') ; 
INSERT INTO `wp_usermeta` VALUES (4412, 417, 'first_name', 'Cary') ; 
INSERT INTO `wp_usermeta` VALUES (4413, 417, 'last_name', 'Goedel') ; 
INSERT INTO `wp_usermeta` VALUES (4414, 417, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4415, 417, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (4416, 417, 'pmpro_baddress1', '13401 Morgan Ave. S  Unit 111') ; 
INSERT INTO `wp_usermeta` VALUES (4417, 417, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (4418, 417, 'pmpro_bcity', 'Burnsville') ; 
INSERT INTO `wp_usermeta` VALUES (4419, 417, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4420, 417, 'pmpro_bzipcode', '55337') ; 
INSERT INTO `wp_usermeta` VALUES (4421, 418, 'pmpro_bfirstname', 'Casey') ; 
INSERT INTO `wp_usermeta` VALUES (4422, 418, 'pmpro_blastname', 'Plummer') ; 
INSERT INTO `wp_usermeta` VALUES (4423, 418, 'first_name', 'Casey') ; 
INSERT INTO `wp_usermeta` VALUES (4424, 418, 'last_name', 'Plummer') ; 
INSERT INTO `wp_usermeta` VALUES (4425, 418, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4426, 418, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (4427, 418, 'pmpro_baddress1', '301 Azalea Tr.') ; 
INSERT INTO `wp_usermeta` VALUES (4428, 418, 'pmpro_bcity', 'Whitehouse') ; 
INSERT INTO `wp_usermeta` VALUES (4429, 418, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4430, 418, 'pmpro_bzipcode', '75791') ; 
INSERT INTO `wp_usermeta` VALUES (4431, 419, 'pmpro_bfirstname', 'Cassandra') ; 
INSERT INTO `wp_usermeta` VALUES (4432, 419, 'pmpro_blastname', 'Stanton') ; 
INSERT INTO `wp_usermeta` VALUES (4433, 419, 'first_name', 'Cassandra') ; 
INSERT INTO `wp_usermeta` VALUES (4434, 419, 'last_name', 'Stanton') ; 
INSERT INTO `wp_usermeta` VALUES (4435, 419, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (4436, 419, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (4437, 419, 'pmpro_baddress1', '1310 Drayton Ave') ; 
INSERT INTO `wp_usermeta` VALUES (4438, 419, 'pmpro_bcity', 'St. Louis') ; 
INSERT INTO `wp_usermeta` VALUES (4439, 419, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4440, 419, 'pmpro_bzipcode', '63119') ; 
INSERT INTO `wp_usermeta` VALUES (4441, 420, 'pmpro_bfirstname', 'Cassandra') ; 
INSERT INTO `wp_usermeta` VALUES (4442, 420, 'pmpro_blastname', 'Landon') ; 
INSERT INTO `wp_usermeta` VALUES (4443, 420, 'first_name', 'Cassandra') ; 
INSERT INTO `wp_usermeta` VALUES (4444, 420, 'last_name', 'Landon') ; 
INSERT INTO `wp_usermeta` VALUES (4445, 420, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4446, 420, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (4447, 420, 'pmpro_baddress1', '5421 Skalak Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (4448, 420, 'pmpro_bcity', 'Williamsburg') ; 
INSERT INTO `wp_usermeta` VALUES (4449, 420, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4450, 420, 'pmpro_bzipcode', '23188') ; 
INSERT INTO `wp_usermeta` VALUES (4451, 421, 'pmpro_bfirstname', 'Cassandra') ; 
INSERT INTO `wp_usermeta` VALUES (4452, 421, 'pmpro_blastname', 'Mock') ; 
INSERT INTO `wp_usermeta` VALUES (4453, 421, 'first_name', 'Cassandra') ; 
INSERT INTO `wp_usermeta` VALUES (4454, 421, 'last_name', 'Mock') ; 
INSERT INTO `wp_usermeta` VALUES (4455, 421, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4456, 421, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (4457, 421, 'pmpro_baddress1', '1708 NE 4th Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (4458, 421, 'pmpro_bcity', 'Cape Coral') ; 
INSERT INTO `wp_usermeta` VALUES (4459, 421, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4460, 421, 'pmpro_bzipcode', '33909') ; 
INSERT INTO `wp_usermeta` VALUES (4461, 422, 'pmpro_bfirstname', 'Cassandra') ; 
INSERT INTO `wp_usermeta` VALUES (4462, 422, 'pmpro_blastname', 'Holets') ; 
INSERT INTO `wp_usermeta` VALUES (4463, 422, 'first_name', 'Cassandra') ; 
INSERT INTO `wp_usermeta` VALUES (4464, 422, 'last_name', 'Holets') ; 
INSERT INTO `wp_usermeta` VALUES (4465, 422, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4466, 422, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (4467, 422, 'pmpro_baddress1', '516 W. Main St.') ; 
INSERT INTO `wp_usermeta` VALUES (4468, 422, 'pmpro_bcity', 'Monongahela') ; 
INSERT INTO `wp_usermeta` VALUES (4469, 422, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4470, 422, 'pmpro_bzipcode', '15063') ; 
INSERT INTO `wp_usermeta` VALUES (4471, 423, 'pmpro_bfirstname', 'Cassidy') ; 
INSERT INTO `wp_usermeta` VALUES (4472, 423, 'pmpro_blastname', 'Johnson') ; 
INSERT INTO `wp_usermeta` VALUES (4473, 423, 'first_name', 'Cassidy') ; 
INSERT INTO `wp_usermeta` VALUES (4474, 423, 'last_name', 'Johnson') ; 
INSERT INTO `wp_usermeta` VALUES (4475, 423, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4476, 423, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (4477, 423, 'pmpro_baddress1', '9710 Bevlyn') ; 
INSERT INTO `wp_usermeta` VALUES (4478, 423, 'pmpro_bcity', 'Houston') ; 
INSERT INTO `wp_usermeta` VALUES (4479, 423, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4480, 423, 'pmpro_bzipcode', '77025') ; 
INSERT INTO `wp_usermeta` VALUES (4481, 424, 'pmpro_bfirstname', 'Cassidy') ; 
INSERT INTO `wp_usermeta` VALUES (4482, 424, 'pmpro_blastname', 'Jagger') ; 
INSERT INTO `wp_usermeta` VALUES (4483, 424, 'first_name', 'Cassidy') ; 
INSERT INTO `wp_usermeta` VALUES (4484, 424, 'last_name', 'Jagger') ; 
INSERT INTO `wp_usermeta` VALUES (4485, 424, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4486, 424, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (4487, 424, 'pmpro_baddress1', 'P.O. Box 1258') ; 
INSERT INTO `wp_usermeta` VALUES (4488, 424, 'pmpro_bcity', 'Pilot Point') ; 
INSERT INTO `wp_usermeta` VALUES (4489, 424, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4490, 424, 'pmpro_bzipcode', '76258') ; 
INSERT INTO `wp_usermeta` VALUES (4491, 425, 'pmpro_bfirstname', 'Cassie') ; 
INSERT INTO `wp_usermeta` VALUES (4492, 425, 'pmpro_blastname', 'Klein') ; 
INSERT INTO `wp_usermeta` VALUES (4493, 425, 'first_name', 'Cassie') ; 
INSERT INTO `wp_usermeta` VALUES (4494, 425, 'last_name', 'Klein') ; 
INSERT INTO `wp_usermeta` VALUES (4495, 425, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (4496, 425, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (4497, 425, 'pmpro_baddress1', '3732 Victoria Drive') ; 
INSERT INTO `wp_usermeta` VALUES (4498, 425, 'pmpro_bcity', 'W. Palm Beach') ; 
INSERT INTO `wp_usermeta` VALUES (4499, 425, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4500, 425, 'pmpro_bzipcode', '33406') ; 
INSERT INTO `wp_usermeta` VALUES (4501, 426, 'pmpro_bfirstname', 'Catherine') ; 
INSERT INTO `wp_usermeta` VALUES (4502, 426, 'pmpro_blastname', 'Brodeur') ; 
INSERT INTO `wp_usermeta` VALUES (4503, 426, 'first_name', 'Catherine') ; 
INSERT INTO `wp_usermeta` VALUES (4504, 426, 'last_name', 'Brodeur') ; 
INSERT INTO `wp_usermeta` VALUES (4505, 426, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (4506, 426, 'pmpro_bstate', 'Quebec') ; 
INSERT INTO `wp_usermeta` VALUES (4507, 426, 'pmpro_baddress1', '98 Principale') ; 
INSERT INTO `wp_usermeta` VALUES (4508, 426, 'pmpro_bcity', 'St-Basile-Le-Grand') ; 
INSERT INTO `wp_usermeta` VALUES (4509, 426, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4510, 426, 'pmpro_bzipcode', 'J3N 1A3') ; 
INSERT INTO `wp_usermeta` VALUES (4511, 427, 'pmpro_bfirstname', 'Catherine') ; 
INSERT INTO `wp_usermeta` VALUES (4512, 427, 'pmpro_blastname', 'Connell') ; 
INSERT INTO `wp_usermeta` VALUES (4513, 427, 'first_name', 'Catherine') ; 
INSERT INTO `wp_usermeta` VALUES (4514, 427, 'last_name', 'Connell') ; 
INSERT INTO `wp_usermeta` VALUES (4515, 427, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4516, 427, 'pmpro_bstate', 'SC') ; 
INSERT INTO `wp_usermeta` VALUES (4517, 427, 'pmpro_baddress1', '18 Boardwalk Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (4518, 427, 'pmpro_bcity', 'Lexington') ; 
INSERT INTO `wp_usermeta` VALUES (4519, 427, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4520, 427, 'pmpro_bzipcode', '29072') ; 
INSERT INTO `wp_usermeta` VALUES (4521, 428, 'pmpro_bfirstname', 'Catherine') ; 
INSERT INTO `wp_usermeta` VALUES (4522, 428, 'pmpro_blastname', 'Wiemers') ; 
INSERT INTO `wp_usermeta` VALUES (4523, 428, 'first_name', 'Catherine') ; 
INSERT INTO `wp_usermeta` VALUES (4524, 428, 'last_name', 'Wiemers') ; 
INSERT INTO `wp_usermeta` VALUES (4525, 428, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4526, 428, 'pmpro_bstate', 'NV') ; 
INSERT INTO `wp_usermeta` VALUES (4527, 428, 'pmpro_baddress1', '5660 N. Torrey Pines Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (4528, 428, 'pmpro_bcity', 'Las Vegas') ; 
INSERT INTO `wp_usermeta` VALUES (4529, 428, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4530, 428, 'pmpro_bzipcode', '89130') ; 
INSERT INTO `wp_usermeta` VALUES (4531, 429, 'pmpro_bfirstname', 'Catherine') ; 
INSERT INTO `wp_usermeta` VALUES (4532, 429, 'pmpro_blastname', 'Carroll') ; 
INSERT INTO `wp_usermeta` VALUES (4533, 429, 'first_name', 'Catherine') ; 
INSERT INTO `wp_usermeta` VALUES (4534, 429, 'last_name', 'Carroll') ; 
INSERT INTO `wp_usermeta` VALUES (4535, 429, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4536, 429, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (4537, 429, 'pmpro_baddress1', '193 Treadwell Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (4538, 429, 'pmpro_bcity', 'Tonawanda') ; 
INSERT INTO `wp_usermeta` VALUES (4539, 429, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4540, 429, 'pmpro_bzipcode', '14150') ; 
INSERT INTO `wp_usermeta` VALUES (10829844, 700, 'pmpro_views', 'a:4:{s:4:"last";s:13:"June 30, 2014";s:5:"month";i:7;s:7:"alltime";i:7;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (10829843, 700, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"June 30, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (10830170, 2581, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (4551, 431, 'pmpro_bfirstname', 'Catherine ') ; 
INSERT INTO `wp_usermeta` VALUES (4552, 431, 'pmpro_blastname', 'Whitfield') ; 
INSERT INTO `wp_usermeta` VALUES (4553, 431, 'first_name', 'Catherine') ; 
INSERT INTO `wp_usermeta` VALUES (4554, 431, 'last_name', 'Whitfield') ; 
INSERT INTO `wp_usermeta` VALUES (4555, 431, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (4556, 431, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (4557, 431, 'pmpro_baddress1', '444 Grassie Blvd.') ; 
INSERT INTO `wp_usermeta` VALUES (4558, 431, 'pmpro_bcity', 'Winnipeg') ; 
INSERT INTO `wp_usermeta` VALUES (4559, 431, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4560, 431, 'pmpro_bzipcode', 'R3W 1S5') ; 
INSERT INTO `wp_usermeta` VALUES (4561, 432, 'pmpro_bfirstname', 'Cathleen') ; 
INSERT INTO `wp_usermeta` VALUES (4562, 432, 'pmpro_blastname', 'Wise') ; 
INSERT INTO `wp_usermeta` VALUES (4563, 432, 'first_name', 'Cathleen') ; 
INSERT INTO `wp_usermeta` VALUES (4564, 432, 'last_name', 'Wise') ; 
INSERT INTO `wp_usermeta` VALUES (4565, 432, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (4566, 432, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (4567, 432, 'pmpro_baddress1', '2929 Kenilworth Lane') ; 
INSERT INTO `wp_usermeta` VALUES (4568, 432, 'pmpro_bcity', 'Knoxville') ; 
INSERT INTO `wp_usermeta` VALUES (4569, 432, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4570, 432, 'pmpro_bzipcode', '37917-3420') ; 
INSERT INTO `wp_usermeta` VALUES (4571, 433, 'pmpro_bfirstname', 'Cathy') ; 
INSERT INTO `wp_usermeta` VALUES (4572, 433, 'pmpro_blastname', 'Schlegel') ; 
INSERT INTO `wp_usermeta` VALUES (4573, 433, 'first_name', 'Cathy') ; 
INSERT INTO `wp_usermeta` VALUES (4574, 433, 'last_name', 'Schlegel') ; 
INSERT INTO `wp_usermeta` VALUES (4575, 433, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4576, 433, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (4577, 433, 'pmpro_baddress1', '5145 Oakland Ave. S.') ; 
INSERT INTO `wp_usermeta` VALUES (4578, 433, 'pmpro_bcity', 'Minneapolis') ; 
INSERT INTO `wp_usermeta` VALUES (4579, 433, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4580, 433, 'pmpro_bzipcode', '55417') ; 
INSERT INTO `wp_usermeta` VALUES (4581, 434, 'pmpro_bfirstname', 'Cathy') ; 
INSERT INTO `wp_usermeta` VALUES (4582, 434, 'pmpro_blastname', 'Schlott') ; 
INSERT INTO `wp_usermeta` VALUES (4583, 434, 'first_name', 'Cathy') ; 
INSERT INTO `wp_usermeta` VALUES (4584, 434, 'last_name', 'Schlott') ; 
INSERT INTO `wp_usermeta` VALUES (4585, 434, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4586, 434, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (4587, 434, 'pmpro_baddress1', '155 Orchard Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (4588, 434, 'pmpro_bcity', 'Pittsburgh') ; 
INSERT INTO `wp_usermeta` VALUES (4589, 434, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4590, 434, 'pmpro_bzipcode', '15236-1439') ; 
INSERT INTO `wp_usermeta` VALUES (4591, 435, 'pmpro_bfirstname', 'Cathy') ; 
INSERT INTO `wp_usermeta` VALUES (4592, 435, 'pmpro_blastname', 'Breen') ; 
INSERT INTO `wp_usermeta` VALUES (4593, 435, 'first_name', 'Cathy') ; 
INSERT INTO `wp_usermeta` VALUES (4594, 435, 'last_name', 'Breen') ; 
INSERT INTO `wp_usermeta` VALUES (4595, 435, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (4596, 435, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (4597, 435, 'pmpro_baddress1', '15747 38th Ave. NE') ; 
INSERT INTO `wp_usermeta` VALUES (4598, 435, 'pmpro_bcity', 'Lake Forest Park') ; 
INSERT INTO `wp_usermeta` VALUES (4599, 435, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4600, 435, 'pmpro_bzipcode', '98155') ; 
INSERT INTO `wp_usermeta` VALUES (4601, 436, 'pmpro_bfirstname', 'Catina') ; 
INSERT INTO `wp_usermeta` VALUES (4602, 436, 'pmpro_blastname', 'Wright') ; 
INSERT INTO `wp_usermeta` VALUES (4603, 436, 'first_name', 'Catina') ; 
INSERT INTO `wp_usermeta` VALUES (4604, 436, 'last_name', 'Wright') ; 
INSERT INTO `wp_usermeta` VALUES (4605, 436, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4606, 436, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (4607, 436, 'pmpro_baddress1', '1121 Brooktree Lane') ; 
INSERT INTO `wp_usermeta` VALUES (4608, 436, 'pmpro_bcity', 'Webster') ; 
INSERT INTO `wp_usermeta` VALUES (4609, 436, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4610, 436, 'pmpro_bzipcode', '14580') ; 
INSERT INTO `wp_usermeta` VALUES (4611, 437, 'pmpro_bfirstname', 'Catrena') ; 
INSERT INTO `wp_usermeta` VALUES (4612, 437, 'pmpro_blastname', 'Voci') ; 
INSERT INTO `wp_usermeta` VALUES (4613, 437, 'first_name', 'Catrena') ; 
INSERT INTO `wp_usermeta` VALUES (4614, 437, 'last_name', 'Voci') ; 
INSERT INTO `wp_usermeta` VALUES (4615, 437, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4616, 437, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (4617, 437, 'pmpro_baddress1', '4993 Wilkin Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (4618, 437, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (4619, 437, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4620, 437, 'pmpro_bzipcode', '80911') ; 
INSERT INTO `wp_usermeta` VALUES (4621, 438, 'pmpro_bfirstname', 'Cayla') ; 
INSERT INTO `wp_usermeta` VALUES (4622, 438, 'pmpro_blastname', 'Tetzlaff') ; 
INSERT INTO `wp_usermeta` VALUES (4623, 438, 'first_name', 'Cayla') ; 
INSERT INTO `wp_usermeta` VALUES (4624, 438, 'last_name', 'Tetzlaff') ; 
INSERT INTO `wp_usermeta` VALUES (4625, 438, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4626, 438, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (4627, 438, 'pmpro_baddress1', '12 Haverford Street  #3') ; 
INSERT INTO `wp_usermeta` VALUES (4628, 438, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (4629, 438, 'pmpro_bcity', 'Jamaica Plain') ; 
INSERT INTO `wp_usermeta` VALUES (4630, 438, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4631, 438, 'pmpro_bzipcode', '02130') ; 
INSERT INTO `wp_usermeta` VALUES (4632, 439, 'pmpro_bfirstname', 'Celeste') ; 
INSERT INTO `wp_usermeta` VALUES (4633, 439, 'pmpro_blastname', 'Nelson') ; 
INSERT INTO `wp_usermeta` VALUES (4634, 439, 'first_name', 'Celeste') ; 
INSERT INTO `wp_usermeta` VALUES (4635, 439, 'last_name', 'Nelson') ; 
INSERT INTO `wp_usermeta` VALUES (4636, 439, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4637, 439, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (4638, 439, 'pmpro_baddress1', '715 W. 2nd St. Apt 2A') ; 
INSERT INTO `wp_usermeta` VALUES (4639, 439, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (4640, 439, 'pmpro_bcity', 'Duluth') ; 
INSERT INTO `wp_usermeta` VALUES (4641, 439, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4642, 439, 'pmpro_bzipcode', '55806') ; 
INSERT INTO `wp_usermeta` VALUES (4643, 440, 'pmpro_bfirstname', 'Celeste') ; 
INSERT INTO `wp_usermeta` VALUES (4644, 440, 'pmpro_blastname', 'Cambareri') ; 
INSERT INTO `wp_usermeta` VALUES (4645, 440, 'first_name', 'Celeste') ; 
INSERT INTO `wp_usermeta` VALUES (4646, 440, 'last_name', 'Cambareri') ; 
INSERT INTO `wp_usermeta` VALUES (4647, 440, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (4648, 440, 'pmpro_bstate', 'UT') ; 
INSERT INTO `wp_usermeta` VALUES (4649, 440, 'pmpro_baddress1', '2636 S Dearborn St') ; 
INSERT INTO `wp_usermeta` VALUES (4650, 440, 'pmpro_bcity', 'Salt Lake City') ; 
INSERT INTO `wp_usermeta` VALUES (4651, 440, 'uxf_count', 'NO') ; 
INSERT INTO `wp_usermeta` VALUES (4652, 440, 'pmpro_bzipcode', '84106-3514') ; 
INSERT INTO `wp_usermeta` VALUES (4653, 441, 'pmpro_bfirstname', 'Celeste') ; 
INSERT INTO `wp_usermeta` VALUES (4654, 441, 'pmpro_blastname', 'Harris') ; 
INSERT INTO `wp_usermeta` VALUES (4655, 441, 'first_name', 'Celeste') ; 
INSERT INTO `wp_usermeta` VALUES (4656, 441, 'last_name', 'Harris') ; 
INSERT INTO `wp_usermeta` VALUES (4657, 441, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4658, 441, 'pmpro_bstate', 'AL') ; 
INSERT INTO `wp_usermeta` VALUES (4659, 441, 'pmpro_baddress1', '4010 Will Bend Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (4660, 441, 'pmpro_bcity', 'Gardendale') ; 
INSERT INTO `wp_usermeta` VALUES (4661, 441, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4662, 441, 'pmpro_bzipcode', '35071') ; 
INSERT INTO `wp_usermeta` VALUES (4663, 442, 'pmpro_bfirstname', 'Celi') ; 
INSERT INTO `wp_usermeta` VALUES (4664, 442, 'pmpro_blastname', 'Jeske') ; 
INSERT INTO `wp_usermeta` VALUES (4665, 442, 'first_name', 'Celi') ; 
INSERT INTO `wp_usermeta` VALUES (4666, 442, 'last_name', 'Jeske') ; 
INSERT INTO `wp_usermeta` VALUES (4667, 442, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4668, 442, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (4669, 442, 'pmpro_baddress1', '527 W. Bender Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (4670, 442, 'pmpro_bcity', 'Glendale') ; 
INSERT INTO `wp_usermeta` VALUES (4671, 442, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4672, 442, 'pmpro_bzipcode', '53217-4106') ; 
INSERT INTO `wp_usermeta` VALUES (4673, 443, 'pmpro_bfirstname', 'Celia') ; 
INSERT INTO `wp_usermeta` VALUES (4674, 443, 'pmpro_blastname', 'Falzone') ; 
INSERT INTO `wp_usermeta` VALUES (4675, 443, 'first_name', 'Celia') ; 
INSERT INTO `wp_usermeta` VALUES (4676, 443, 'last_name', 'Falzone') ; 
INSERT INTO `wp_usermeta` VALUES (4677, 443, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4678, 443, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (4679, 443, 'pmpro_baddress1', '507 Forest Creek') ; 
INSERT INTO `wp_usermeta` VALUES (4680, 443, 'pmpro_bcity', 'Lufkin') ; 
INSERT INTO `wp_usermeta` VALUES (4681, 443, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4682, 443, 'pmpro_bzipcode', '75901') ; 
INSERT INTO `wp_usermeta` VALUES (4683, 444, 'pmpro_bfirstname', 'Cerrise') ; 
INSERT INTO `wp_usermeta` VALUES (4684, 444, 'pmpro_blastname', 'Weiblen') ; 
INSERT INTO `wp_usermeta` VALUES (4685, 444, 'first_name', 'Cerrise') ; 
INSERT INTO `wp_usermeta` VALUES (4686, 444, 'last_name', 'Weiblen') ; 
INSERT INTO `wp_usermeta` VALUES (4687, 444, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4688, 444, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (4689, 444, 'pmpro_baddress1', '626 Evergreen Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (4690, 444, 'pmpro_bcity', 'Black Hawk') ; 
INSERT INTO `wp_usermeta` VALUES (4691, 444, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4692, 444, 'pmpro_bzipcode', '80422') ; 
INSERT INTO `wp_usermeta` VALUES (4693, 445, 'pmpro_bfirstname', 'Chad') ; 
INSERT INTO `wp_usermeta` VALUES (4694, 445, 'pmpro_blastname', 'Davis') ; 
INSERT INTO `wp_usermeta` VALUES (4695, 445, 'first_name', 'Chad') ; 
INSERT INTO `wp_usermeta` VALUES (4696, 445, 'last_name', 'Davis') ; 
INSERT INTO `wp_usermeta` VALUES (4697, 445, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4698, 445, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (4699, 445, 'pmpro_baddress1', 'PO Box 411093') ; 
INSERT INTO `wp_usermeta` VALUES (4700, 445, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (4701, 445, 'pmpro_bcity', 'Melbourne') ; 
INSERT INTO `wp_usermeta` VALUES (4702, 445, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4703, 445, 'pmpro_bzipcode', '32941-1093') ; 
INSERT INTO `wp_usermeta` VALUES (4704, 446, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (4705, 446, 'pmpro_blastname', 'Culbertson') ; 
INSERT INTO `wp_usermeta` VALUES (4706, 446, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (4707, 446, 'last_name', 'Culbertson') ; 
INSERT INTO `wp_usermeta` VALUES (4708, 446, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4709, 446, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (4710, 446, 'pmpro_baddress1', '5422 Pageford Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (4711, 446, 'pmpro_bcity', 'Durham') ; 
INSERT INTO `wp_usermeta` VALUES (4712, 446, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4713, 446, 'pmpro_bzipcode', '27703') ; 
INSERT INTO `wp_usermeta` VALUES (4714, 447, 'pmpro_bfirstname', 'Chandelle') ; 
INSERT INTO `wp_usermeta` VALUES (4715, 447, 'pmpro_blastname', 'Cotter') ; 
INSERT INTO `wp_usermeta` VALUES (4716, 447, 'first_name', 'Chandelle') ; 
INSERT INTO `wp_usermeta` VALUES (4717, 447, 'last_name', 'Cotter') ; 
INSERT INTO `wp_usermeta` VALUES (4718, 447, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4719, 447, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (4720, 447, 'pmpro_baddress1', '801 Finch Way') ; 
INSERT INTO `wp_usermeta` VALUES (4721, 447, 'pmpro_bcity', 'Fairfield') ; 
INSERT INTO `wp_usermeta` VALUES (4722, 447, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4723, 447, 'pmpro_bzipcode', '94533') ; 
INSERT INTO `wp_usermeta` VALUES (4724, 448, 'pmpro_bfirstname', 'Chantal') ; 
INSERT INTO `wp_usermeta` VALUES (4725, 448, 'pmpro_blastname', 'Routhier') ; 
INSERT INTO `wp_usermeta` VALUES (4726, 448, 'first_name', 'Chantal') ; 
INSERT INTO `wp_usermeta` VALUES (4727, 448, 'last_name', 'Routhier') ; 
INSERT INTO `wp_usermeta` VALUES (4728, 448, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (4729, 448, 'pmpro_bstate', 'Quebec') ; 
INSERT INTO `wp_usermeta` VALUES (4730, 448, 'pmpro_baddress1', '4777 Pierre-De Coubertin') ; 
INSERT INTO `wp_usermeta` VALUES (4731, 448, 'pmpro_bcity', 'Montreal') ; 
INSERT INTO `wp_usermeta` VALUES (4732, 448, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4733, 448, 'pmpro_bzipcode', 'H1V 1B3') ; 
INSERT INTO `wp_usermeta` VALUES (4734, 449, 'pmpro_bfirstname', 'Chantelle') ; 
INSERT INTO `wp_usermeta` VALUES (4735, 449, 'pmpro_blastname', 'Edwards') ; 
INSERT INTO `wp_usermeta` VALUES (4736, 449, 'first_name', 'Chantelle') ; 
INSERT INTO `wp_usermeta` VALUES (4737, 449, 'last_name', 'Edwards') ; 
INSERT INTO `wp_usermeta` VALUES (4738, 449, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (4739, 449, 'pmpro_bstate', 'SK') ; 
INSERT INTO `wp_usermeta` VALUES (4740, 449, 'pmpro_baddress1', '46 Gray Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (4741, 449, 'pmpro_bcity', 'Saskatoon') ; 
INSERT INTO `wp_usermeta` VALUES (4742, 449, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4743, 449, 'pmpro_bzipcode', 'S7N 3Y8') ; 
INSERT INTO `wp_usermeta` VALUES (4744, 450, 'pmpro_bfirstname', 'Charlene') ; 
INSERT INTO `wp_usermeta` VALUES (4745, 450, 'pmpro_blastname', 'Berkvens') ; 
INSERT INTO `wp_usermeta` VALUES (4746, 450, 'first_name', 'Charlene') ; 
INSERT INTO `wp_usermeta` VALUES (4747, 450, 'last_name', 'Berkvens') ; 
INSERT INTO `wp_usermeta` VALUES (4748, 450, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (4749, 450, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (4750, 450, 'pmpro_baddress1', 'Box 290') ; 
INSERT INTO `wp_usermeta` VALUES (4751, 450, 'pmpro_bcity', 'Balmoral') ; 
INSERT INTO `wp_usermeta` VALUES (4752, 450, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4753, 450, 'pmpro_bzipcode', 'R0C 0H0') ; 
INSERT INTO `wp_usermeta` VALUES (4754, 451, 'pmpro_bfirstname', 'Charles') ; 
INSERT INTO `wp_usermeta` VALUES (4755, 451, 'pmpro_blastname', 'Guthrie: Toronto Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (4756, 451, 'first_name', 'Charles') ; 
INSERT INTO `wp_usermeta` VALUES (4757, 451, 'last_name', 'Guthrie') ; 
INSERT INTO `wp_usermeta` VALUES (4758, 451, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (4759, 451, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (4760, 451, 'pmpro_baddress1', '361A Old Finch Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (4761, 451, 'pmpro_bcity', 'Scarborough') ; 
INSERT INTO `wp_usermeta` VALUES (4762, 451, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (4763, 451, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4764, 451, 'pmpro_bzipcode', 'M1B 5K7') ; 
INSERT INTO `wp_usermeta` VALUES (4765, 452, 'pmpro_bfirstname', 'Charles') ; 
INSERT INTO `wp_usermeta` VALUES (4766, 452, 'pmpro_blastname', 'Hardin') ; 
INSERT INTO `wp_usermeta` VALUES (4767, 452, 'first_name', 'Charles') ; 
INSERT INTO `wp_usermeta` VALUES (4768, 452, 'last_name', 'Hardin') ; 
INSERT INTO `wp_usermeta` VALUES (4769, 452, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (4770, 452, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (4771, 452, 'pmpro_baddress1', '1990 State Route 318') ; 
INSERT INTO `wp_usermeta` VALUES (4772, 452, 'pmpro_bcity', 'Seneca Falls') ; 
INSERT INTO `wp_usermeta` VALUES (4773, 452, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4774, 452, 'pmpro_bzipcode', '13148') ; 
INSERT INTO `wp_usermeta` VALUES (4775, 453, 'pmpro_bfirstname', 'Charles') ; 
INSERT INTO `wp_usermeta` VALUES (4776, 453, 'pmpro_blastname', 'Jacobsma') ; 
INSERT INTO `wp_usermeta` VALUES (4777, 453, 'first_name', 'Charles') ; 
INSERT INTO `wp_usermeta` VALUES (4778, 453, 'last_name', 'Jacobsma') ; 
INSERT INTO `wp_usermeta` VALUES (4779, 453, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (4780, 453, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (4781, 453, 'pmpro_baddress1', '16024 Wausau Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (4782, 453, 'pmpro_bcity', 'S. Holland') ; 
INSERT INTO `wp_usermeta` VALUES (4783, 453, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4784, 453, 'pmpro_bzipcode', '60473') ; 
INSERT INTO `wp_usermeta` VALUES (4785, 454, 'pmpro_bfirstname', 'Charles') ; 
INSERT INTO `wp_usermeta` VALUES (4786, 454, 'pmpro_blastname', 'Moxley') ; 
INSERT INTO `wp_usermeta` VALUES (4787, 454, 'first_name', 'Charles') ; 
INSERT INTO `wp_usermeta` VALUES (4788, 454, 'last_name', 'Moxley') ; 
INSERT INTO `wp_usermeta` VALUES (4789, 454, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (4790, 454, 'pmpro_bstate', 'NM') ; 
INSERT INTO `wp_usermeta` VALUES (4791, 454, 'pmpro_baddress1', '11005 Briarwood Terr. NE') ; 
INSERT INTO `wp_usermeta` VALUES (4792, 454, 'pmpro_bcity', 'Albuquerque') ; 
INSERT INTO `wp_usermeta` VALUES (4793, 454, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4794, 454, 'pmpro_bzipcode', '87111') ; 
INSERT INTO `wp_usermeta` VALUES (4795, 455, 'pmpro_bfirstname', 'Charles') ; 
INSERT INTO `wp_usermeta` VALUES (4796, 455, 'pmpro_blastname', 'King') ; 
INSERT INTO `wp_usermeta` VALUES (4797, 455, 'first_name', 'Charles') ; 
INSERT INTO `wp_usermeta` VALUES (4798, 455, 'last_name', 'King') ; 
INSERT INTO `wp_usermeta` VALUES (4799, 455, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4800, 455, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (4801, 455, 'pmpro_baddress1', '3724 S. Home Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (4802, 455, 'pmpro_bcity', 'Berwyn') ; 
INSERT INTO `wp_usermeta` VALUES (4803, 455, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4804, 455, 'pmpro_bzipcode', '60402') ; 
INSERT INTO `wp_usermeta` VALUES (4805, 456, 'pmpro_bfirstname', 'Charlesetta') ; 
INSERT INTO `wp_usermeta` VALUES (4806, 456, 'pmpro_blastname', 'Webster') ; 
INSERT INTO `wp_usermeta` VALUES (4807, 456, 'first_name', 'Charlesetta') ; 
INSERT INTO `wp_usermeta` VALUES (4808, 456, 'last_name', 'Webster') ; 
INSERT INTO `wp_usermeta` VALUES (4809, 456, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4810, 456, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (4811, 456, 'pmpro_baddress1', 'P.O. Box 25015') ; 
INSERT INTO `wp_usermeta` VALUES (4812, 456, 'pmpro_bcity', 'Decatur') ; 
INSERT INTO `wp_usermeta` VALUES (4813, 456, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4814, 456, 'pmpro_bzipcode', '62525') ; 
INSERT INTO `wp_usermeta` VALUES (4815, 457, 'pmpro_bfirstname', 'Charlie') ; 
INSERT INTO `wp_usermeta` VALUES (4816, 457, 'pmpro_blastname', 'Ramsey') ; 
INSERT INTO `wp_usermeta` VALUES (4817, 457, 'first_name', 'Charlie') ; 
INSERT INTO `wp_usermeta` VALUES (4818, 457, 'last_name', 'Ramsey') ; 
INSERT INTO `wp_usermeta` VALUES (4819, 457, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4820, 457, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (4821, 457, 'pmpro_baddress1', '2957 Phillips Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (4822, 457, 'pmpro_bcity', 'Berkley') ; 
INSERT INTO `wp_usermeta` VALUES (4823, 457, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4824, 457, 'pmpro_bzipcode', '48072') ; 
INSERT INTO `wp_usermeta` VALUES (4825, 458, 'pmpro_bfirstname', 'Charlie') ; 
INSERT INTO `wp_usermeta` VALUES (4826, 458, 'pmpro_blastname', 'Hyde') ; 
INSERT INTO `wp_usermeta` VALUES (4827, 458, 'first_name', 'Charlie') ; 
INSERT INTO `wp_usermeta` VALUES (4828, 458, 'last_name', 'Hyde') ; 
INSERT INTO `wp_usermeta` VALUES (4829, 458, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4830, 458, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (4831, 458, 'pmpro_baddress1', '450 Morse St. Apt 28') ; 
INSERT INTO `wp_usermeta` VALUES (4832, 458, 'pmpro_bcity', 'Oceanside') ; 
INSERT INTO `wp_usermeta` VALUES (4833, 458, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4834, 458, 'pmpro_bzipcode', '92054-5339') ; 
INSERT INTO `wp_usermeta` VALUES (4835, 459, 'pmpro_bfirstname', 'Charlotte') ; 
INSERT INTO `wp_usermeta` VALUES (4836, 459, 'pmpro_blastname', 'Phillips') ; 
INSERT INTO `wp_usermeta` VALUES (4837, 459, 'first_name', 'Charlotte') ; 
INSERT INTO `wp_usermeta` VALUES (4838, 459, 'last_name', 'Phillips') ; 
INSERT INTO `wp_usermeta` VALUES (4839, 459, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4840, 459, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (4841, 459, 'pmpro_baddress1', '340 Third St. SW') ; 
INSERT INTO `wp_usermeta` VALUES (4842, 459, 'pmpro_bcity', 'Naples') ; 
INSERT INTO `wp_usermeta` VALUES (4843, 459, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4844, 459, 'pmpro_bzipcode', '34112') ; 
INSERT INTO `wp_usermeta` VALUES (4845, 460, 'pmpro_bfirstname', 'Charlotte') ; 
INSERT INTO `wp_usermeta` VALUES (4846, 460, 'pmpro_blastname', 'Powell') ; 
INSERT INTO `wp_usermeta` VALUES (4847, 460, 'first_name', 'Charlotte') ; 
INSERT INTO `wp_usermeta` VALUES (4848, 460, 'last_name', 'Powell') ; 
INSERT INTO `wp_usermeta` VALUES (4849, 460, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4850, 460, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (4851, 460, 'pmpro_baddress1', '11614 Stevens Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (4852, 460, 'pmpro_bcity', 'Philadelphia') ; 
INSERT INTO `wp_usermeta` VALUES (4853, 460, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4854, 460, 'pmpro_bzipcode', '19116') ; 
INSERT INTO `wp_usermeta` VALUES (4855, 461, 'pmpro_bfirstname', 'Chase') ; 
INSERT INTO `wp_usermeta` VALUES (4856, 461, 'pmpro_blastname', 'LaDue') ; 
INSERT INTO `wp_usermeta` VALUES (4857, 461, 'first_name', 'Chase') ; 
INSERT INTO `wp_usermeta` VALUES (4858, 461, 'last_name', 'LaDue') ; 
INSERT INTO `wp_usermeta` VALUES (4859, 461, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4860, 461, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (4861, 461, 'pmpro_baddress1', '2701 Hundred Knights Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (4862, 461, 'pmpro_bcity', 'Lewisville') ; 
INSERT INTO `wp_usermeta` VALUES (4863, 461, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4864, 461, 'pmpro_bzipcode', '75056') ; 
INSERT INTO `wp_usermeta` VALUES (4865, 462, 'pmpro_bfirstname', 'Chelsea') ; 
INSERT INTO `wp_usermeta` VALUES (4866, 462, 'pmpro_blastname', 'Grubb') ; 
INSERT INTO `wp_usermeta` VALUES (4867, 462, 'first_name', 'Chelsa') ; 
INSERT INTO `wp_usermeta` VALUES (4868, 462, 'last_name', 'Grubb') ; 
INSERT INTO `wp_usermeta` VALUES (4869, 462, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (4870, 462, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (4871, 462, 'pmpro_baddress1', '8309 16th St.') ; 
INSERT INTO `wp_usermeta` VALUES (4872, 462, 'pmpro_bcity', 'Silver Spring') ; 
INSERT INTO `wp_usermeta` VALUES (4873, 462, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4874, 462, 'pmpro_bzipcode', '20910') ; 
INSERT INTO `wp_usermeta` VALUES (4875, 463, 'pmpro_bfirstname', 'Chelsea') ; 
INSERT INTO `wp_usermeta` VALUES (4876, 463, 'pmpro_blastname', 'Weaver') ; 
INSERT INTO `wp_usermeta` VALUES (4877, 463, 'first_name', 'Chelsea') ; 
INSERT INTO `wp_usermeta` VALUES (4878, 463, 'last_name', 'Weaver') ; 
INSERT INTO `wp_usermeta` VALUES (4879, 463, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (4880, 463, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (4881, 463, 'pmpro_baddress1', '556 Trinity Marsh') ; 
INSERT INTO `wp_usermeta` VALUES (4882, 463, 'pmpro_bcity', 'Columbus') ; 
INSERT INTO `wp_usermeta` VALUES (4883, 463, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4884, 463, 'pmpro_bzipcode', '43228') ; 
INSERT INTO `wp_usermeta` VALUES (4885, 464, 'pmpro_bfirstname', 'Chelsea') ; 
INSERT INTO `wp_usermeta` VALUES (4886, 464, 'pmpro_blastname', 'Green') ; 
INSERT INTO `wp_usermeta` VALUES (4887, 464, 'first_name', 'Chelsea') ; 
INSERT INTO `wp_usermeta` VALUES (4888, 464, 'last_name', 'Green') ; 
INSERT INTO `wp_usermeta` VALUES (4889, 464, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4890, 464, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (4891, 464, 'pmpro_baddress1', '5840 E. 36th St.') ; 
INSERT INTO `wp_usermeta` VALUES (4892, 464, 'pmpro_bcity', 'Tucson') ; 
INSERT INTO `wp_usermeta` VALUES (4893, 464, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4894, 464, 'pmpro_bzipcode', '85711') ; 
INSERT INTO `wp_usermeta` VALUES (4895, 465, 'pmpro_bfirstname', 'Chelsea') ; 
INSERT INTO `wp_usermeta` VALUES (4896, 465, 'pmpro_blastname', 'Brooks') ; 
INSERT INTO `wp_usermeta` VALUES (4897, 465, 'first_name', 'Chelsea') ; 
INSERT INTO `wp_usermeta` VALUES (4898, 465, 'last_name', 'Brooks') ; 
INSERT INTO `wp_usermeta` VALUES (4899, 465, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4900, 465, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (4901, 465, 'pmpro_baddress1', '4463 Rehobeth Ch. Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (4902, 465, 'pmpro_bcity', 'Greensboro') ; 
INSERT INTO `wp_usermeta` VALUES (4903, 465, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4904, 465, 'pmpro_bzipcode', '27406') ; 
INSERT INTO `wp_usermeta` VALUES (4905, 466, 'pmpro_bfirstname', 'Chelsea') ; 
INSERT INTO `wp_usermeta` VALUES (4906, 466, 'pmpro_blastname', 'Reyes') ; 
INSERT INTO `wp_usermeta` VALUES (4907, 466, 'first_name', 'Chelsea') ; 
INSERT INTO `wp_usermeta` VALUES (4908, 466, 'last_name', 'Reyes') ; 
INSERT INTO `wp_usermeta` VALUES (4909, 466, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4910, 466, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (4911, 466, 'pmpro_baddress1', '3222 69th St.  Apt 923') ; 
INSERT INTO `wp_usermeta` VALUES (4912, 466, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (4913, 466, 'pmpro_bcity', 'Galveston') ; 
INSERT INTO `wp_usermeta` VALUES (4914, 466, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4915, 466, 'pmpro_bzipcode', '77551') ; 
INSERT INTO `wp_usermeta` VALUES (4916, 467, 'pmpro_bfirstname', 'Cheryl') ; 
INSERT INTO `wp_usermeta` VALUES (4917, 467, 'pmpro_blastname', 'Hays') ; 
INSERT INTO `wp_usermeta` VALUES (4918, 467, 'first_name', 'Cheryl') ; 
INSERT INTO `wp_usermeta` VALUES (4919, 467, 'last_name', 'Hays') ; 
INSERT INTO `wp_usermeta` VALUES (4920, 467, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4921, 467, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (4922, 467, 'pmpro_baddress1', '1354 Paullus') ; 
INSERT INTO `wp_usermeta` VALUES (4923, 467, 'pmpro_bcity', 'Memphis') ; 
INSERT INTO `wp_usermeta` VALUES (4924, 467, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4925, 467, 'pmpro_bzipcode', '38127') ; 
INSERT INTO `wp_usermeta` VALUES (4926, 468, 'pmpro_bfirstname', 'Cheryl') ; 
INSERT INTO `wp_usermeta` VALUES (4927, 468, 'pmpro_blastname', 'Thome') ; 
INSERT INTO `wp_usermeta` VALUES (4928, 468, 'first_name', 'Cheryl') ; 
INSERT INTO `wp_usermeta` VALUES (4929, 468, 'last_name', 'Thome') ; 
INSERT INTO `wp_usermeta` VALUES (4930, 468, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4931, 468, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (4932, 468, 'pmpro_baddress1', '1364 Grovania Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (4933, 468, 'pmpro_bcity', 'Abington') ; 
INSERT INTO `wp_usermeta` VALUES (4934, 468, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4935, 468, 'pmpro_bzipcode', '19001') ; 
INSERT INTO `wp_usermeta` VALUES (4936, 469, 'pmpro_bfirstname', 'Cheryl') ; 
INSERT INTO `wp_usermeta` VALUES (4937, 469, 'pmpro_blastname', 'Tuller: Executive Director') ; 
INSERT INTO `wp_usermeta` VALUES (4938, 469, 'first_name', 'Cheryl') ; 
INSERT INTO `wp_usermeta` VALUES (4939, 469, 'last_name', 'Tuller: Executive Director') ; 
INSERT INTO `wp_usermeta` VALUES (4940, 469, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4941, 469, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (4942, 469, 'pmpro_baddress1', '31369 SW Heater Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (4943, 469, 'pmpro_bcity', 'Sherwood') ; 
INSERT INTO `wp_usermeta` VALUES (4944, 469, 'uxf_organization', 'Wildcat Haven') ; 
INSERT INTO `wp_usermeta` VALUES (4945, 469, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4946, 469, 'pmpro_bzipcode', '97140') ; 
INSERT INTO `wp_usermeta` VALUES (4947, 469, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (4948, 470, 'pmpro_bfirstname', 'Chrintine M. ') ; 
INSERT INTO `wp_usermeta` VALUES (4949, 470, 'pmpro_blastname', 'Higgins') ; 
INSERT INTO `wp_usermeta` VALUES (4950, 470, 'first_name', 'Chrintine M.') ; 
INSERT INTO `wp_usermeta` VALUES (4951, 470, 'last_name', 'Higgins') ; 
INSERT INTO `wp_usermeta` VALUES (4952, 470, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4953, 470, 'pmpro_bstate', 'DC') ; 
INSERT INTO `wp_usermeta` VALUES (4954, 470, 'pmpro_baddress1', '801 Pennsylvania Ave. NW - Apt 1013') ; 
INSERT INTO `wp_usermeta` VALUES (4955, 470, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (4956, 470, 'pmpro_bcity', 'Washington') ; 
INSERT INTO `wp_usermeta` VALUES (4957, 470, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4958, 470, 'pmpro_bzipcode', '20004') ; 
INSERT INTO `wp_usermeta` VALUES (4959, 471, 'pmpro_bfirstname', 'Chris') ; 
INSERT INTO `wp_usermeta` VALUES (4960, 471, 'pmpro_blastname', 'Dulong') ; 
INSERT INTO `wp_usermeta` VALUES (4961, 471, 'first_name', 'Chris') ; 
INSERT INTO `wp_usermeta` VALUES (4962, 471, 'last_name', 'Dulong') ; 
INSERT INTO `wp_usermeta` VALUES (4963, 471, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (4964, 471, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (4965, 471, 'pmpro_baddress1', '#1 Ianson Drive') ; 
INSERT INTO `wp_usermeta` VALUES (4966, 471, 'pmpro_bcity', 'Greenbank') ; 
INSERT INTO `wp_usermeta` VALUES (4967, 471, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4968, 471, 'pmpro_bzipcode', 'L0C 1B0') ; 
INSERT INTO `wp_usermeta` VALUES (4969, 472, 'pmpro_bfirstname', 'Chris') ; 
INSERT INTO `wp_usermeta` VALUES (4970, 472, 'pmpro_blastname', 'Koontz') ; 
INSERT INTO `wp_usermeta` VALUES (4971, 472, 'first_name', 'Chris') ; 
INSERT INTO `wp_usermeta` VALUES (4972, 472, 'last_name', 'Koontz') ; 
INSERT INTO `wp_usermeta` VALUES (4973, 472, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (4974, 472, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (4975, 472, 'pmpro_baddress1', '107 Eldorado Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (4976, 472, 'pmpro_bcity', 'Racine') ; 
INSERT INTO `wp_usermeta` VALUES (4977, 472, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4978, 472, 'pmpro_bzipcode', '53402') ; 
INSERT INTO `wp_usermeta` VALUES (4979, 473, 'pmpro_bfirstname', 'Chris') ; 
INSERT INTO `wp_usermeta` VALUES (4980, 473, 'pmpro_blastname', 'Graham') ; 
INSERT INTO `wp_usermeta` VALUES (4981, 473, 'first_name', 'Chris') ; 
INSERT INTO `wp_usermeta` VALUES (4982, 473, 'last_name', 'Graham') ; 
INSERT INTO `wp_usermeta` VALUES (4983, 473, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (4984, 473, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (4985, 473, 'pmpro_baddress1', '1803 Woolie Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (4986, 473, 'pmpro_bcity', 'Lincolnton') ; 
INSERT INTO `wp_usermeta` VALUES (4987, 473, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4988, 473, 'pmpro_bzipcode', '28092') ; 
INSERT INTO `wp_usermeta` VALUES (4989, 474, 'pmpro_bfirstname', 'Chris') ; 
INSERT INTO `wp_usermeta` VALUES (4990, 474, 'pmpro_blastname', 'Pfefferkorn') ; 
INSERT INTO `wp_usermeta` VALUES (4991, 474, 'first_name', 'Oregon Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (4992, 474, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (4993, 474, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (4994, 474, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (4995, 474, 'pmpro_baddress1', '4001 SW Canyon Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (4996, 474, 'pmpro_bcity', 'Portland') ; 
INSERT INTO `wp_usermeta` VALUES (4997, 474, 'uxf_organization', 'Oregon Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (4998, 474, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (4999, 474, 'pmpro_bzipcode', '97221') ; 
INSERT INTO `wp_usermeta` VALUES (5000, 474, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (5001, 475, 'pmpro_bfirstname', 'Chris') ; 
INSERT INTO `wp_usermeta` VALUES (5002, 475, 'pmpro_blastname', 'Hoag') ; 
INSERT INTO `wp_usermeta` VALUES (5003, 475, 'first_name', 'Chris') ; 
INSERT INTO `wp_usermeta` VALUES (5004, 475, 'last_name', 'Hoag') ; 
INSERT INTO `wp_usermeta` VALUES (5005, 475, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (5006, 475, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (5007, 475, 'pmpro_baddress1', '5155 N. Channing') ; 
INSERT INTO `wp_usermeta` VALUES (5008, 475, 'pmpro_bcity', 'Fresno') ; 
INSERT INTO `wp_usermeta` VALUES (5009, 475, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5010, 475, 'pmpro_bzipcode', '93711') ; 
INSERT INTO `wp_usermeta` VALUES (5011, 476, 'pmpro_bfirstname', 'Chris') ; 
INSERT INTO `wp_usermeta` VALUES (5012, 476, 'pmpro_blastname', 'Kluener') ; 
INSERT INTO `wp_usermeta` VALUES (5013, 476, 'first_name', 'Chris') ; 
INSERT INTO `wp_usermeta` VALUES (5014, 476, 'last_name', 'Kluener') ; 
INSERT INTO `wp_usermeta` VALUES (5015, 476, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5016, 476, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (5017, 476, 'pmpro_baddress1', '1900 W. Nickerson St.  Ste. 116 #35') ; 
INSERT INTO `wp_usermeta` VALUES (5018, 476, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (5019, 476, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (5020, 476, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5021, 476, 'pmpro_bzipcode', '98119') ; 
INSERT INTO `wp_usermeta` VALUES (5022, 477, 'pmpro_bfirstname', 'Chris J.') ; 
INSERT INTO `wp_usermeta` VALUES (5023, 477, 'pmpro_blastname', 'Hartley: VP/Marketing') ; 
INSERT INTO `wp_usermeta` VALUES (5024, 477, 'first_name', 'Chris J.') ; 
INSERT INTO `wp_usermeta` VALUES (5025, 477, 'last_name', 'Hartley: VP/Marketing') ; 
INSERT INTO `wp_usermeta` VALUES (5026, 477, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5027, 477, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (5028, 477, 'pmpro_baddress1', '5650  University Pkwy.  #400') ; 
INSERT INTO `wp_usermeta` VALUES (5029, 477, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (5030, 477, 'pmpro_bcity', 'Winston-Salem') ; 
INSERT INTO `wp_usermeta` VALUES (5031, 477, 'uxf_organization', 'Blue Rhino Corporation') ; 
INSERT INTO `wp_usermeta` VALUES (5032, 477, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5033, 477, 'pmpro_bzipcode', '27105-1312') ; 
INSERT INTO `wp_usermeta` VALUES (5034, 477, 'uxf_specialtags', 'CM') ; 
INSERT INTO `wp_usermeta` VALUES (5035, 478, 'pmpro_bfirstname', 'Christie') ; 
INSERT INTO `wp_usermeta` VALUES (5036, 478, 'pmpro_blastname', 'Eddie') ; 
INSERT INTO `wp_usermeta` VALUES (5037, 478, 'first_name', 'Christie') ; 
INSERT INTO `wp_usermeta` VALUES (5038, 478, 'last_name', 'Eddie') ; 
INSERT INTO `wp_usermeta` VALUES (5039, 478, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5040, 478, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (5041, 478, 'pmpro_baddress1', '127 Oakmont Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (5042, 478, 'pmpro_bcity', 'Papillion') ; 
INSERT INTO `wp_usermeta` VALUES (5043, 478, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5044, 478, 'pmpro_bzipcode', '68133-3394') ; 
INSERT INTO `wp_usermeta` VALUES (5045, 479, 'pmpro_bfirstname', 'Christin') ; 
INSERT INTO `wp_usermeta` VALUES (5046, 479, 'pmpro_blastname', 'Groth') ; 
INSERT INTO `wp_usermeta` VALUES (5047, 479, 'first_name', 'Christin') ; 
INSERT INTO `wp_usermeta` VALUES (5048, 479, 'last_name', 'Groth') ; 
INSERT INTO `wp_usermeta` VALUES (5049, 479, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5050, 479, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (5051, 479, 'pmpro_baddress1', '5401 Maple Road') ; 
INSERT INTO `wp_usermeta` VALUES (5052, 479, 'pmpro_bcity', 'West Bend') ; 
INSERT INTO `wp_usermeta` VALUES (5053, 479, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5054, 479, 'pmpro_bzipcode', '53095') ; 
INSERT INTO `wp_usermeta` VALUES (5055, 480, 'pmpro_bfirstname', 'Christina') ; 
INSERT INTO `wp_usermeta` VALUES (5056, 480, 'pmpro_blastname', 'Rojas') ; 
INSERT INTO `wp_usermeta` VALUES (5057, 480, 'first_name', 'Christina') ; 
INSERT INTO `wp_usermeta` VALUES (5058, 480, 'last_name', 'Rojas') ; 
INSERT INTO `wp_usermeta` VALUES (5059, 480, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5060, 480, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (5061, 480, 'pmpro_baddress1', '5657 Amesbury Dr.  Apt 602') ; 
INSERT INTO `wp_usermeta` VALUES (5062, 480, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (5063, 480, 'pmpro_bcity', 'Dallas') ; 
INSERT INTO `wp_usermeta` VALUES (5064, 480, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5065, 480, 'pmpro_bzipcode', '75206') ; 
INSERT INTO `wp_usermeta` VALUES (5066, 481, 'pmpro_bfirstname', 'Christina') ; 
INSERT INTO `wp_usermeta` VALUES (5067, 481, 'pmpro_blastname', 'Eastwood') ; 
INSERT INTO `wp_usermeta` VALUES (5068, 481, 'first_name', 'Christina') ; 
INSERT INTO `wp_usermeta` VALUES (5069, 481, 'last_name', 'Eastwood') ; 
INSERT INTO `wp_usermeta` VALUES (5070, 481, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (5071, 481, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (5072, 481, 'pmpro_baddress1', '529 Mustang Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (5073, 481, 'pmpro_bcity', 'Saginaw') ; 
INSERT INTO `wp_usermeta` VALUES (5074, 481, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5075, 481, 'pmpro_bzipcode', '76179') ; 
INSERT INTO `wp_usermeta` VALUES (5076, 482, 'pmpro_bfirstname', 'Christina') ; 
INSERT INTO `wp_usermeta` VALUES (5077, 482, 'pmpro_blastname', 'Lavallee') ; 
INSERT INTO `wp_usermeta` VALUES (5078, 482, 'first_name', 'Christina') ; 
INSERT INTO `wp_usermeta` VALUES (5079, 482, 'last_name', 'Lavallee') ; 
INSERT INTO `wp_usermeta` VALUES (5080, 482, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5081, 482, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (5082, 482, 'pmpro_baddress1', '2096 E. Lilac Lane') ; 
INSERT INTO `wp_usermeta` VALUES (5083, 482, 'pmpro_bcity', 'Decatur') ; 
INSERT INTO `wp_usermeta` VALUES (5084, 482, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5085, 482, 'pmpro_bzipcode', '30032') ; 
INSERT INTO `wp_usermeta` VALUES (5086, 483, 'pmpro_bfirstname', 'Christina') ; 
INSERT INTO `wp_usermeta` VALUES (5087, 483, 'pmpro_blastname', 'Layton') ; 
INSERT INTO `wp_usermeta` VALUES (5088, 483, 'first_name', 'Christina') ; 
INSERT INTO `wp_usermeta` VALUES (5089, 483, 'last_name', 'Layton') ; 
INSERT INTO `wp_usermeta` VALUES (5090, 483, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (5091, 483, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (5092, 483, 'pmpro_baddress1', '2112 Columbus Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (5093, 483, 'pmpro_bcity', 'Brandon') ; 
INSERT INTO `wp_usermeta` VALUES (5094, 483, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5095, 483, 'pmpro_bzipcode', '33510') ; 
INSERT INTO `wp_usermeta` VALUES (5096, 484, 'pmpro_bfirstname', 'Christina') ; 
INSERT INTO `wp_usermeta` VALUES (5097, 484, 'pmpro_blastname', 'O\'Donnell') ; 
INSERT INTO `wp_usermeta` VALUES (5098, 484, 'first_name', 'Christina') ; 
INSERT INTO `wp_usermeta` VALUES (5099, 484, 'last_name', 'O\\\'Donnell') ; 
INSERT INTO `wp_usermeta` VALUES (5100, 484, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (5101, 484, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (5102, 484, 'pmpro_baddress1', '600 N. Manoa Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (5103, 484, 'pmpro_bcity', 'Havertown') ; 
INSERT INTO `wp_usermeta` VALUES (5104, 484, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5105, 484, 'pmpro_bzipcode', '19083') ; 
INSERT INTO `wp_usermeta` VALUES (5106, 485, 'pmpro_bfirstname', 'Christina') ; 
INSERT INTO `wp_usermeta` VALUES (5107, 485, 'pmpro_blastname', 'Tucci') ; 
INSERT INTO `wp_usermeta` VALUES (5108, 485, 'first_name', 'Christina') ; 
INSERT INTO `wp_usermeta` VALUES (5109, 485, 'last_name', 'Tucci') ; 
INSERT INTO `wp_usermeta` VALUES (5110, 485, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (5111, 485, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (5112, 485, 'pmpro_baddress1', '6449 Carson Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (5113, 485, 'pmpro_bcity', 'E. Syracuse') ; 
INSERT INTO `wp_usermeta` VALUES (5114, 485, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5115, 485, 'pmpro_bzipcode', '13057') ; 
INSERT INTO `wp_usermeta` VALUES (5116, 486, 'pmpro_bfirstname', 'Christina') ; 
INSERT INTO `wp_usermeta` VALUES (5117, 486, 'pmpro_blastname', 'Williams') ; 
INSERT INTO `wp_usermeta` VALUES (5118, 486, 'first_name', 'Christina') ; 
INSERT INTO `wp_usermeta` VALUES (5119, 486, 'last_name', 'Williams') ; 
INSERT INTO `wp_usermeta` VALUES (5120, 486, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (5121, 486, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (5122, 486, 'pmpro_baddress1', '19 Jasmine Creek Lane') ; 
INSERT INTO `wp_usermeta` VALUES (5123, 486, 'pmpro_bcity', 'Laguna Hills') ; 
INSERT INTO `wp_usermeta` VALUES (5124, 486, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5125, 486, 'pmpro_bzipcode', '92653') ; 
INSERT INTO `wp_usermeta` VALUES (5126, 487, 'pmpro_bfirstname', 'Christina') ; 
INSERT INTO `wp_usermeta` VALUES (5127, 487, 'pmpro_blastname', 'Castiglione') ; 
INSERT INTO `wp_usermeta` VALUES (5128, 487, 'first_name', 'Christina') ; 
INSERT INTO `wp_usermeta` VALUES (5129, 487, 'last_name', 'Castiglione') ; 
INSERT INTO `wp_usermeta` VALUES (5130, 487, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (5131, 487, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (5132, 487, 'pmpro_baddress1', '2311 Pimmit Dr.  Apt 413') ; 
INSERT INTO `wp_usermeta` VALUES (5133, 487, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (5134, 487, 'pmpro_bcity', 'Falls Church') ; 
INSERT INTO `wp_usermeta` VALUES (5135, 487, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5136, 487, 'pmpro_bzipcode', '22043') ; 
INSERT INTO `wp_usermeta` VALUES (5137, 488, 'pmpro_bfirstname', 'Christina') ; 
INSERT INTO `wp_usermeta` VALUES (5138, 488, 'pmpro_blastname', 'Kaullen') ; 
INSERT INTO `wp_usermeta` VALUES (5139, 488, 'first_name', 'Christina') ; 
INSERT INTO `wp_usermeta` VALUES (5140, 488, 'last_name', 'Kaullen') ; 
INSERT INTO `wp_usermeta` VALUES (5141, 488, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5142, 488, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (5143, 488, 'pmpro_baddress1', '6217 Winona Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (5144, 488, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (5145, 488, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5146, 488, 'pmpro_bzipcode', '92120') ; 
INSERT INTO `wp_usermeta` VALUES (5147, 489, 'pmpro_bfirstname', 'Christina') ; 
INSERT INTO `wp_usermeta` VALUES (5148, 489, 'pmpro_blastname', 'Kontos') ; 
INSERT INTO `wp_usermeta` VALUES (5149, 489, 'first_name', 'Christina') ; 
INSERT INTO `wp_usermeta` VALUES (5150, 489, 'last_name', 'Kontos') ; 
INSERT INTO `wp_usermeta` VALUES (5151, 489, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5152, 489, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (5153, 489, 'pmpro_baddress1', '21618 Marigot Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (5154, 489, 'pmpro_bcity', 'Boca Raton') ; 
INSERT INTO `wp_usermeta` VALUES (5155, 489, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5156, 489, 'pmpro_bzipcode', '33428') ; 
INSERT INTO `wp_usermeta` VALUES (5157, 490, 'pmpro_bfirstname', 'Christina') ; 
INSERT INTO `wp_usermeta` VALUES (5158, 490, 'pmpro_blastname', 'Sheehan') ; 
INSERT INTO `wp_usermeta` VALUES (5159, 490, 'first_name', 'Christina') ; 
INSERT INTO `wp_usermeta` VALUES (5160, 490, 'last_name', 'Sheehan') ; 
INSERT INTO `wp_usermeta` VALUES (5161, 490, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5162, 490, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (5163, 490, 'pmpro_baddress1', '16 Lanesboro St.') ; 
INSERT INTO `wp_usermeta` VALUES (5164, 490, 'pmpro_bcity', 'Binghamton') ; 
INSERT INTO `wp_usermeta` VALUES (5165, 490, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5166, 490, 'pmpro_bzipcode', '13903') ; 
INSERT INTO `wp_usermeta` VALUES (5167, 491, 'pmpro_bfirstname', 'Christina') ; 
INSERT INTO `wp_usermeta` VALUES (5168, 491, 'pmpro_blastname', 'Alconcel') ; 
INSERT INTO `wp_usermeta` VALUES (5169, 491, 'first_name', 'Christina') ; 
INSERT INTO `wp_usermeta` VALUES (5170, 491, 'last_name', 'Alconcel') ; 
INSERT INTO `wp_usermeta` VALUES (5171, 491, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5172, 491, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (5173, 491, 'pmpro_baddress1', '2155 Bergren Rd') ; 
INSERT INTO `wp_usermeta` VALUES (5174, 491, 'pmpro_bcity', 'Gulf Breeze') ; 
INSERT INTO `wp_usermeta` VALUES (5175, 491, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5176, 491, 'pmpro_bzipcode', '32563-9708') ; 
INSERT INTO `wp_usermeta` VALUES (5177, 492, 'pmpro_bfirstname', 'Christina') ; 
INSERT INTO `wp_usermeta` VALUES (5178, 492, 'pmpro_blastname', 'Burges') ; 
INSERT INTO `wp_usermeta` VALUES (5179, 492, 'first_name', 'Christina') ; 
INSERT INTO `wp_usermeta` VALUES (5180, 492, 'last_name', 'Burges') ; 
INSERT INTO `wp_usermeta` VALUES (5181, 492, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5182, 492, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (5183, 492, 'pmpro_baddress1', '1306 Fiorella St.') ; 
INSERT INTO `wp_usermeta` VALUES (5184, 492, 'pmpro_bcity', 'Castroville') ; 
INSERT INTO `wp_usermeta` VALUES (5185, 492, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5186, 492, 'pmpro_bzipcode', '78009-4574') ; 
INSERT INTO `wp_usermeta` VALUES (5187, 493, 'pmpro_bfirstname', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5188, 493, 'pmpro_blastname', 'Gagnon') ; 
INSERT INTO `wp_usermeta` VALUES (5189, 493, 'first_name', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5190, 493, 'last_name', 'Gagnon') ; 
INSERT INTO `wp_usermeta` VALUES (5191, 493, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (5192, 493, 'pmpro_bstate', 'QC') ; 
INSERT INTO `wp_usermeta` VALUES (5193, 493, 'pmpro_baddress1', 'C.P. 90 - 2230 Blvd. du Jardin') ; 
INSERT INTO `wp_usermeta` VALUES (5194, 493, 'pmpro_bcity', 'Saint Felicien') ; 
INSERT INTO `wp_usermeta` VALUES (5195, 493, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (5196, 493, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5197, 493, 'pmpro_bzipcode', 'G8K 2P8') ; 
INSERT INTO `wp_usermeta` VALUES (5198, 494, 'pmpro_bfirstname', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5199, 494, 'pmpro_blastname', 'Cascioli-Gotwols') ; 
INSERT INTO `wp_usermeta` VALUES (5200, 494, 'first_name', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5201, 494, 'last_name', 'Cascioli-Gotwols') ; 
INSERT INTO `wp_usermeta` VALUES (5202, 494, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5203, 494, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (5204, 494, 'pmpro_baddress1', '614 N. Route 9') ; 
INSERT INTO `wp_usermeta` VALUES (5205, 494, 'pmpro_bcity', 'Cape May Court House') ; 
INSERT INTO `wp_usermeta` VALUES (5206, 494, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5207, 494, 'pmpro_bzipcode', '8210') ; 
INSERT INTO `wp_usermeta` VALUES (5208, 495, 'pmpro_bfirstname', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5209, 495, 'pmpro_blastname', 'Allen') ; 
INSERT INTO `wp_usermeta` VALUES (5210, 495, 'first_name', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5211, 495, 'last_name', 'Allen') ; 
INSERT INTO `wp_usermeta` VALUES (5212, 495, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5213, 495, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (5214, 495, 'pmpro_baddress1', '1095 59th St.') ; 
INSERT INTO `wp_usermeta` VALUES (5215, 495, 'pmpro_baddress2', 'Apt 4') ; 
INSERT INTO `wp_usermeta` VALUES (5216, 495, 'pmpro_bcity', 'Oakland') ; 
INSERT INTO `wp_usermeta` VALUES (5217, 495, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5218, 495, 'pmpro_bzipcode', '94608') ; 
INSERT INTO `wp_usermeta` VALUES (5219, 496, 'pmpro_bfirstname', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5220, 496, 'pmpro_blastname', 'Collins') ; 
INSERT INTO `wp_usermeta` VALUES (5221, 496, 'first_name', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5222, 496, 'last_name', 'Collins') ; 
INSERT INTO `wp_usermeta` VALUES (5223, 496, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5224, 496, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (5225, 496, 'pmpro_baddress1', '4036 Harriet Ave. S.') ; 
INSERT INTO `wp_usermeta` VALUES (5226, 496, 'pmpro_bcity', 'Minneapolis') ; 
INSERT INTO `wp_usermeta` VALUES (5227, 496, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5228, 496, 'pmpro_bzipcode', '55409') ; 
INSERT INTO `wp_usermeta` VALUES (5229, 497, 'pmpro_bfirstname', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5230, 497, 'pmpro_blastname', 'Talleda') ; 
INSERT INTO `wp_usermeta` VALUES (5231, 497, 'first_name', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5232, 497, 'last_name', 'Talleda') ; 
INSERT INTO `wp_usermeta` VALUES (5233, 497, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5234, 497, 'pmpro_bstate', 'SC') ; 
INSERT INTO `wp_usermeta` VALUES (5235, 497, 'pmpro_baddress1', '109 Hester Woods Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (5236, 497, 'pmpro_bcity', 'Columbia') ; 
INSERT INTO `wp_usermeta` VALUES (5237, 497, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5238, 497, 'pmpro_bzipcode', '29223') ; 
INSERT INTO `wp_usermeta` VALUES (5239, 498, 'pmpro_bfirstname', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5240, 498, 'pmpro_blastname', 'MacDonald') ; 
INSERT INTO `wp_usermeta` VALUES (5241, 498, 'first_name', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5242, 498, 'last_name', 'MacDonald') ; 
INSERT INTO `wp_usermeta` VALUES (5243, 498, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5244, 498, 'pmpro_bstate', 'RI') ; 
INSERT INTO `wp_usermeta` VALUES (5245, 498, 'pmpro_baddress1', '49 Swan St.') ; 
INSERT INTO `wp_usermeta` VALUES (5246, 498, 'pmpro_bcity', 'N. Providence') ; 
INSERT INTO `wp_usermeta` VALUES (5247, 498, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5248, 498, 'pmpro_bzipcode', '02911-2220') ; 
INSERT INTO `wp_usermeta` VALUES (5249, 499, 'pmpro_bfirstname', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5250, 499, 'pmpro_blastname', 'Hoskinson') ; 
INSERT INTO `wp_usermeta` VALUES (5251, 499, 'first_name', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5252, 499, 'last_name', 'Hoskinson') ; 
INSERT INTO `wp_usermeta` VALUES (5253, 499, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (5254, 499, 'pmpro_bstate', 'AL') ; 
INSERT INTO `wp_usermeta` VALUES (5255, 499, 'pmpro_baddress1', '4232 Sicard Hollow Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (5256, 499, 'pmpro_bcity', 'Birmingham') ; 
INSERT INTO `wp_usermeta` VALUES (5257, 499, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5258, 499, 'pmpro_bzipcode', '35242') ; 
INSERT INTO `wp_usermeta` VALUES (5259, 500, 'pmpro_bfirstname', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5260, 500, 'pmpro_blastname', 'Daywalt') ; 
INSERT INTO `wp_usermeta` VALUES (5261, 500, 'first_name', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5262, 500, 'last_name', 'Daywalt') ; 
INSERT INTO `wp_usermeta` VALUES (5263, 500, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (5264, 500, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (5265, 500, 'pmpro_baddress1', '11776 Bakers Lane') ; 
INSERT INTO `wp_usermeta` VALUES (5266, 500, 'pmpro_bcity', 'King George') ; 
INSERT INTO `wp_usermeta` VALUES (5267, 500, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5268, 500, 'pmpro_bzipcode', '22485') ; 
INSERT INTO `wp_usermeta` VALUES (5269, 501, 'pmpro_bfirstname', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5270, 501, 'pmpro_blastname', 'Rogers') ; 
INSERT INTO `wp_usermeta` VALUES (5271, 501, 'first_name', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5272, 501, 'last_name', 'Rogers') ; 
INSERT INTO `wp_usermeta` VALUES (5273, 501, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (5274, 501, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (5275, 501, 'pmpro_baddress1', '13314 Heron Cove Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (5276, 501, 'pmpro_bcity', 'Orlando') ; 
INSERT INTO `wp_usermeta` VALUES (5277, 501, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5278, 501, 'pmpro_bzipcode', '32837') ; 
INSERT INTO `wp_usermeta` VALUES (5279, 502, 'pmpro_bfirstname', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5280, 502, 'pmpro_blastname', 'Blankenship') ; 
INSERT INTO `wp_usermeta` VALUES (5281, 502, 'first_name', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5282, 502, 'last_name', 'Blankenship') ; 
INSERT INTO `wp_usermeta` VALUES (5283, 502, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (5284, 502, 'pmpro_bstate', 'SC') ; 
INSERT INTO `wp_usermeta` VALUES (5285, 502, 'pmpro_baddress1', '118 Majestic Oak Way') ; 
INSERT INTO `wp_usermeta` VALUES (5286, 502, 'pmpro_bcity', 'Cottageville') ; 
INSERT INTO `wp_usermeta` VALUES (5287, 502, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5288, 502, 'pmpro_bzipcode', '29435') ; 
INSERT INTO `wp_usermeta` VALUES (5289, 503, 'pmpro_bfirstname', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5290, 503, 'pmpro_blastname', 'Fenwick') ; 
INSERT INTO `wp_usermeta` VALUES (5291, 503, 'first_name', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5292, 503, 'last_name', 'Fenwick') ; 
INSERT INTO `wp_usermeta` VALUES (5293, 503, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (5294, 503, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (5295, 503, 'pmpro_baddress1', '12825 8th Ave. S') ; 
INSERT INTO `wp_usermeta` VALUES (5296, 503, 'pmpro_bcity', 'Burien') ; 
INSERT INTO `wp_usermeta` VALUES (5297, 503, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5298, 503, 'pmpro_bzipcode', '98168-2713') ; 
INSERT INTO `wp_usermeta` VALUES (5299, 504, 'pmpro_bfirstname', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5300, 504, 'pmpro_blastname', 'Kilby') ; 
INSERT INTO `wp_usermeta` VALUES (5301, 504, 'first_name', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5302, 504, 'last_name', 'Kilby') ; 
INSERT INTO `wp_usermeta` VALUES (5303, 504, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5304, 504, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (5305, 504, 'pmpro_baddress1', '1087 US Highway 211 W.') ; 
INSERT INTO `wp_usermeta` VALUES (5306, 504, 'pmpro_bcity', 'Luray') ; 
INSERT INTO `wp_usermeta` VALUES (5307, 504, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5308, 504, 'pmpro_bzipcode', '22835') ; 
INSERT INTO `wp_usermeta` VALUES (5309, 505, 'pmpro_bfirstname', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5310, 505, 'pmpro_blastname', 'Porter') ; 
INSERT INTO `wp_usermeta` VALUES (5311, 505, 'first_name', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5312, 505, 'last_name', 'Porter') ; 
INSERT INTO `wp_usermeta` VALUES (5313, 505, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5314, 505, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (5315, 505, 'pmpro_baddress1', 'P.O Box 1581') ; 
INSERT INTO `wp_usermeta` VALUES (5316, 505, 'pmpro_bcity', 'Bonita Springs') ; 
INSERT INTO `wp_usermeta` VALUES (5317, 505, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5318, 505, 'pmpro_bzipcode', '34133') ; 
INSERT INTO `wp_usermeta` VALUES (5319, 506, 'pmpro_bfirstname', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5320, 506, 'pmpro_blastname', 'McKnight') ; 
INSERT INTO `wp_usermeta` VALUES (5321, 506, 'first_name', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5322, 506, 'last_name', 'McKnight') ; 
INSERT INTO `wp_usermeta` VALUES (5323, 506, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5324, 506, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (5325, 506, 'pmpro_baddress1', '7804 Upper 171st St. W.') ; 
INSERT INTO `wp_usermeta` VALUES (5326, 506, 'pmpro_bcity', 'Lakeville') ; 
INSERT INTO `wp_usermeta` VALUES (5327, 506, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5328, 506, 'pmpro_bzipcode', '55044') ; 
INSERT INTO `wp_usermeta` VALUES (5329, 507, 'pmpro_bfirstname', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5330, 507, 'pmpro_blastname', 'Sumner') ; 
INSERT INTO `wp_usermeta` VALUES (5331, 507, 'first_name', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5332, 507, 'last_name', 'Sumner') ; 
INSERT INTO `wp_usermeta` VALUES (5333, 507, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5334, 507, 'pmpro_bstate', 'AR') ; 
INSERT INTO `wp_usermeta` VALUES (5335, 507, 'pmpro_baddress1', '708 N. Pierce St.') ; 
INSERT INTO `wp_usermeta` VALUES (5336, 507, 'pmpro_bcity', 'Little Rock') ; 
INSERT INTO `wp_usermeta` VALUES (5337, 507, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5338, 507, 'pmpro_bzipcode', '72205') ; 
INSERT INTO `wp_usermeta` VALUES (5339, 508, 'pmpro_bfirstname', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5340, 508, 'pmpro_blastname', 'Woodard') ; 
INSERT INTO `wp_usermeta` VALUES (5341, 508, 'first_name', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5342, 508, 'last_name', 'Woodard') ; 
INSERT INTO `wp_usermeta` VALUES (5343, 508, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5344, 508, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (5345, 508, 'pmpro_baddress1', '1595 Bayview Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (5346, 508, 'pmpro_bcity', 'Ft. Wayne') ; 
INSERT INTO `wp_usermeta` VALUES (5347, 508, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5348, 508, 'pmpro_bzipcode', '46815') ; 
INSERT INTO `wp_usermeta` VALUES (5349, 509, 'pmpro_bfirstname', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5350, 509, 'pmpro_blastname', 'Bartos') ; 
INSERT INTO `wp_usermeta` VALUES (5351, 509, 'first_name', 'Christine') ; 
INSERT INTO `wp_usermeta` VALUES (5352, 509, 'last_name', 'Bartos') ; 
INSERT INTO `wp_usermeta` VALUES (5353, 509, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5354, 509, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (5355, 509, 'pmpro_baddress1', '155 Oak Ave') ; 
INSERT INTO `wp_usermeta` VALUES (5356, 509, 'pmpro_bcity', 'Taunton') ; 
INSERT INTO `wp_usermeta` VALUES (5357, 509, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5358, 509, 'pmpro_bzipcode', '02780-4032') ; 
INSERT INTO `wp_usermeta` VALUES (5359, 510, 'pmpro_bfirstname', 'Christine L.') ; 
INSERT INTO `wp_usermeta` VALUES (5360, 510, 'pmpro_blastname', 'Buckmaster') ; 
INSERT INTO `wp_usermeta` VALUES (5361, 510, 'first_name', 'Christine L.') ; 
INSERT INTO `wp_usermeta` VALUES (5362, 510, 'last_name', 'Buckmaster') ; 
INSERT INTO `wp_usermeta` VALUES (5363, 510, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5364, 510, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (5365, 510, 'pmpro_baddress1', '128 Santa Maria Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (5366, 510, 'pmpro_bcity', 'Portola Valley') ; 
INSERT INTO `wp_usermeta` VALUES (5367, 510, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5368, 510, 'pmpro_bzipcode', '94028') ; 
INSERT INTO `wp_usermeta` VALUES (5369, 511, 'pmpro_bfirstname', 'Christine M.') ; 
INSERT INTO `wp_usermeta` VALUES (5370, 511, 'pmpro_blastname', 'Urban') ; 
INSERT INTO `wp_usermeta` VALUES (5371, 511, 'first_name', 'Christine M.') ; 
INSERT INTO `wp_usermeta` VALUES (5372, 511, 'last_name', 'Urban') ; 
INSERT INTO `wp_usermeta` VALUES (5373, 511, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5374, 511, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (5375, 511, 'pmpro_baddress1', '603 Hartford Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (5376, 511, 'pmpro_bcity', 'Cinnaminson') ; 
INSERT INTO `wp_usermeta` VALUES (5377, 511, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5378, 511, 'pmpro_bzipcode', '8077') ; 
INSERT INTO `wp_usermeta` VALUES (5379, 512, 'pmpro_bfirstname', 'Christopher') ; 
INSERT INTO `wp_usermeta` VALUES (5380, 512, 'pmpro_blastname', 'Gertiser') ; 
INSERT INTO `wp_usermeta` VALUES (5381, 512, 'first_name', 'Christoher') ; 
INSERT INTO `wp_usermeta` VALUES (5382, 512, 'last_name', 'Gertiser') ; 
INSERT INTO `wp_usermeta` VALUES (5383, 512, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (5384, 512, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (5385, 512, 'pmpro_baddress1', '3922 Schiller Ave. Lower') ; 
INSERT INTO `wp_usermeta` VALUES (5386, 512, 'pmpro_bcity', 'Cleveland') ; 
INSERT INTO `wp_usermeta` VALUES (5387, 512, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5388, 512, 'pmpro_bzipcode', '44109') ; 
INSERT INTO `wp_usermeta` VALUES (5389, 513, 'pmpro_bfirstname', 'Christoph') ; 
INSERT INTO `wp_usermeta` VALUES (5390, 513, 'pmpro_blastname', 'Noetzli') ; 
INSERT INTO `wp_usermeta` VALUES (5391, 513, 'first_name', 'Christoph') ; 
INSERT INTO `wp_usermeta` VALUES (5392, 513, 'last_name', 'Noetzli') ; 
INSERT INTO `wp_usermeta` VALUES (5393, 513, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5394, 513, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (5395, 513, 'pmpro_baddress1', '4116 Beard Ave. S') ; 
INSERT INTO `wp_usermeta` VALUES (5396, 513, 'pmpro_bcity', 'Minneapolis') ; 
INSERT INTO `wp_usermeta` VALUES (5397, 513, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5398, 513, 'pmpro_bzipcode', '55410') ; 
INSERT INTO `wp_usermeta` VALUES (5399, 514, 'pmpro_bfirstname', 'Christopher') ; 
INSERT INTO `wp_usermeta` VALUES (5400, 514, 'pmpro_blastname', 'Kanesta') ; 
INSERT INTO `wp_usermeta` VALUES (5401, 514, 'first_name', 'Christopher') ; 
INSERT INTO `wp_usermeta` VALUES (5402, 514, 'last_name', 'Kanesta') ; 
INSERT INTO `wp_usermeta` VALUES (5403, 514, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5404, 514, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (5405, 514, 'pmpro_baddress1', '6517 N Cornelia Ave') ; 
INSERT INTO `wp_usermeta` VALUES (5406, 514, 'pmpro_bcity', 'Fresno') ; 
INSERT INTO `wp_usermeta` VALUES (5407, 514, 'pmpro_bzipcode', '93722-3619') ; 
INSERT INTO `wp_usermeta` VALUES (5408, 515, 'pmpro_bfirstname', 'Christopher') ; 
INSERT INTO `wp_usermeta` VALUES (5409, 515, 'pmpro_blastname', 'Sandberg') ; 
INSERT INTO `wp_usermeta` VALUES (5410, 515, 'first_name', 'Christopher') ; 
INSERT INTO `wp_usermeta` VALUES (5411, 515, 'last_name', 'Sandberg') ; 
INSERT INTO `wp_usermeta` VALUES (5412, 515, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5413, 515, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (5414, 515, 'pmpro_baddress1', '15682 W. Sprucewood Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (5415, 515, 'pmpro_bcity', 'Libertyville') ; 
INSERT INTO `wp_usermeta` VALUES (5416, 515, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5417, 515, 'pmpro_bzipcode', '60048') ; 
INSERT INTO `wp_usermeta` VALUES (5418, 516, 'pmpro_bfirstname', 'Christopher') ; 
INSERT INTO `wp_usermeta` VALUES (5419, 516, 'pmpro_blastname', 'Shupp') ; 
INSERT INTO `wp_usermeta` VALUES (5420, 516, 'first_name', 'Christopher') ; 
INSERT INTO `wp_usermeta` VALUES (5421, 516, 'last_name', 'Shupp') ; 
INSERT INTO `wp_usermeta` VALUES (5422, 516, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (5423, 516, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (5424, 516, 'pmpro_baddress1', '1355 Old Mill Ford Trl.') ; 
INSERT INTO `wp_usermeta` VALUES (5425, 516, 'pmpro_bcity', 'Asheboro') ; 
INSERT INTO `wp_usermeta` VALUES (5426, 516, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5427, 516, 'pmpro_bzipcode', '27205') ; 
INSERT INTO `wp_usermeta` VALUES (5428, 517, 'pmpro_bfirstname', 'Christopher ') ; 
INSERT INTO `wp_usermeta` VALUES (5429, 517, 'pmpro_blastname', 'Mooney') ; 
INSERT INTO `wp_usermeta` VALUES (5430, 517, 'first_name', 'Christopher') ; 
INSERT INTO `wp_usermeta` VALUES (5431, 517, 'last_name', 'Mooney') ; 
INSERT INTO `wp_usermeta` VALUES (5432, 517, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5433, 517, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (5434, 517, 'pmpro_baddress1', '4580 Ohio St. Apt 11') ; 
INSERT INTO `wp_usermeta` VALUES (5435, 517, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (5436, 517, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (5437, 517, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5438, 517, 'pmpro_bzipcode', '92116-5310') ; 
INSERT INTO `wp_usermeta` VALUES (5439, 518, 'pmpro_bfirstname', 'Christopher W.') ; 
INSERT INTO `wp_usermeta` VALUES (5440, 518, 'pmpro_blastname', 'Kuhar: Director') ; 
INSERT INTO `wp_usermeta` VALUES (5441, 518, 'first_name', 'Cleveland Metroparks Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (5442, 518, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (5443, 518, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5444, 518, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (5445, 518, 'pmpro_baddress1', '3900 Wildlife Way') ; 
INSERT INTO `wp_usermeta` VALUES (5446, 518, 'pmpro_bcity', 'Cleveland') ; 
INSERT INTO `wp_usermeta` VALUES (5447, 518, 'uxf_organization', 'Cleveland Metroparks Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (5448, 518, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5449, 518, 'pmpro_bzipcode', '44109') ; 
INSERT INTO `wp_usermeta` VALUES (5450, 518, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (5451, 519, 'pmpro_bfirstname', 'Christy') ; 
INSERT INTO `wp_usermeta` VALUES (5452, 519, 'pmpro_blastname', 'Mazrimas-Ott') ; 
INSERT INTO `wp_usermeta` VALUES (5453, 519, 'first_name', 'Christy') ; 
INSERT INTO `wp_usermeta` VALUES (5454, 519, 'last_name', 'Mazrimas-Ott') ; 
INSERT INTO `wp_usermeta` VALUES (5455, 519, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5456, 519, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (5457, 519, 'pmpro_baddress1', '3518 Randolph St.') ; 
INSERT INTO `wp_usermeta` VALUES (5458, 519, 'pmpro_bcity', 'Lansing') ; 
INSERT INTO `wp_usermeta` VALUES (5459, 519, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5460, 519, 'pmpro_bzipcode', '60438') ; 
INSERT INTO `wp_usermeta` VALUES (5461, 520, 'pmpro_bfirstname', 'Christy') ; 
INSERT INTO `wp_usermeta` VALUES (5462, 520, 'pmpro_blastname', 'Poelker') ; 
INSERT INTO `wp_usermeta` VALUES (5463, 520, 'first_name', 'Christy') ; 
INSERT INTO `wp_usermeta` VALUES (5464, 520, 'last_name', 'Poelker') ; 
INSERT INTO `wp_usermeta` VALUES (5465, 520, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (5466, 520, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (5467, 520, 'pmpro_baddress1', '6443 Hoffman Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (5468, 520, 'pmpro_bcity', 'St. Louis') ; 
INSERT INTO `wp_usermeta` VALUES (5469, 520, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5470, 520, 'pmpro_bzipcode', '63139') ; 
INSERT INTO `wp_usermeta` VALUES (5471, 521, 'pmpro_bfirstname', 'Christy') ; 
INSERT INTO `wp_usermeta` VALUES (5472, 521, 'pmpro_blastname', 'Azzarello-Dole') ; 
INSERT INTO `wp_usermeta` VALUES (5473, 521, 'first_name', 'Christy') ; 
INSERT INTO `wp_usermeta` VALUES (5474, 521, 'last_name', 'Azzarello-Dole') ; 
INSERT INTO `wp_usermeta` VALUES (5475, 521, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (5476, 521, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (5477, 521, 'pmpro_baddress1', '2720 Midland Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (5478, 521, 'pmpro_bcity', 'Naperville') ; 
INSERT INTO `wp_usermeta` VALUES (5479, 521, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5480, 521, 'pmpro_bzipcode', '60564') ; 
INSERT INTO `wp_usermeta` VALUES (5481, 522, 'pmpro_bfirstname', 'Christy A.') ; 
INSERT INTO `wp_usermeta` VALUES (5482, 522, 'pmpro_blastname', 'Webster') ; 
INSERT INTO `wp_usermeta` VALUES (5483, 522, 'first_name', 'Christy A.') ; 
INSERT INTO `wp_usermeta` VALUES (5484, 522, 'last_name', 'Webster') ; 
INSERT INTO `wp_usermeta` VALUES (5485, 522, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (5486, 522, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (5487, 522, 'pmpro_baddress1', '9703 134th St. Ct. NW') ; 
INSERT INTO `wp_usermeta` VALUES (5488, 522, 'pmpro_bcity', 'Gig Harbor') ; 
INSERT INTO `wp_usermeta` VALUES (5489, 522, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5490, 522, 'pmpro_bzipcode', '98329') ; 
INSERT INTO `wp_usermeta` VALUES (5491, 523, 'pmpro_bfirstname', 'Christy V.') ; 
INSERT INTO `wp_usermeta` VALUES (5492, 523, 'pmpro_blastname', 'Conk') ; 
INSERT INTO `wp_usermeta` VALUES (5493, 523, 'first_name', 'Christy V.') ; 
INSERT INTO `wp_usermeta` VALUES (5494, 523, 'last_name', 'Conk') ; 
INSERT INTO `wp_usermeta` VALUES (5495, 523, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5496, 523, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (5497, 523, 'pmpro_baddress1', '2255 Majestic Eagle Circle') ; 
INSERT INTO `wp_usermeta` VALUES (5498, 523, 'pmpro_bcity', 'Clermont') ; 
INSERT INTO `wp_usermeta` VALUES (5499, 523, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5500, 523, 'pmpro_bzipcode', '34711') ; 
INSERT INTO `wp_usermeta` VALUES (5501, 524, 'pmpro_bfirstname', 'Chuck') ; 
INSERT INTO `wp_usermeta` VALUES (5502, 524, 'pmpro_blastname', 'Wikenhauser: Director') ; 
INSERT INTO `wp_usermeta` VALUES (5503, 524, 'first_name', 'Milwaukee County Zoological Garden') ; 
INSERT INTO `wp_usermeta` VALUES (5504, 524, 'last_name', 'Wikenhauser: Director') ; 
INSERT INTO `wp_usermeta` VALUES (5505, 524, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (5506, 524, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (5507, 524, 'pmpro_baddress1', '10001 W. Bluemound Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (5508, 524, 'pmpro_bcity', 'Milwaukee') ; 
INSERT INTO `wp_usermeta` VALUES (5509, 524, 'uxf_organization', 'Milwaukee County Zoolgical Garden') ; 
INSERT INTO `wp_usermeta` VALUES (5510, 524, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5511, 524, 'pmpro_bzipcode', '53226') ; 
INSERT INTO `wp_usermeta` VALUES (5512, 524, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (5513, 525, 'pmpro_bfirstname', 'Chuck') ; 
INSERT INTO `wp_usermeta` VALUES (5514, 525, 'pmpro_blastname', 'McGaugh') ; 
INSERT INTO `wp_usermeta` VALUES (5515, 525, 'first_name', 'Chuck') ; 
INSERT INTO `wp_usermeta` VALUES (5516, 525, 'last_name', 'McGaugh') ; 
INSERT INTO `wp_usermeta` VALUES (5517, 525, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (5518, 525, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (5519, 525, 'pmpro_baddress1', '1295 Pontiac Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (5520, 525, 'pmpro_bcity', 'Clovis') ; 
INSERT INTO `wp_usermeta` VALUES (5521, 525, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5522, 525, 'pmpro_bzipcode', '93612') ; 
INSERT INTO `wp_usermeta` VALUES (5523, 526, 'pmpro_bfirstname', 'Chuck') ; 
INSERT INTO `wp_usermeta` VALUES (5524, 526, 'pmpro_blastname', 'Brady: Memphis Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (5525, 526, 'first_name', 'Chuck') ; 
INSERT INTO `wp_usermeta` VALUES (5526, 526, 'last_name', 'Brady') ; 
INSERT INTO `wp_usermeta` VALUES (5527, 526, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5528, 526, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (5529, 526, 'pmpro_baddress1', '2000 Prentiss Pl.') ; 
INSERT INTO `wp_usermeta` VALUES (5530, 526, 'pmpro_bcity', 'Memphis') ; 
INSERT INTO `wp_usermeta` VALUES (5531, 526, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (5532, 526, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5533, 526, 'pmpro_bzipcode', '38112') ; 
INSERT INTO `wp_usermeta` VALUES (5534, 527, 'pmpro_bfirstname', 'Chuck ') ; 
INSERT INTO `wp_usermeta` VALUES (5535, 527, 'pmpro_blastname', 'Brinkman IV') ; 
INSERT INTO `wp_usermeta` VALUES (5536, 527, 'first_name', 'Chuck ') ; 
INSERT INTO `wp_usermeta` VALUES (5537, 527, 'last_name', 'Brinkman IV') ; 
INSERT INTO `wp_usermeta` VALUES (5538, 527, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5539, 527, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (5540, 527, 'pmpro_baddress1', '15476 Borges Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (5541, 527, 'pmpro_bcity', 'Moorpark') ; 
INSERT INTO `wp_usermeta` VALUES (5542, 527, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5543, 527, 'pmpro_bzipcode', '93021-3228') ; 
INSERT INTO `wp_usermeta` VALUES (5544, 528, 'pmpro_bfirstname', 'Cierra') ; 
INSERT INTO `wp_usermeta` VALUES (5545, 528, 'pmpro_blastname', 'Allen') ; 
INSERT INTO `wp_usermeta` VALUES (5546, 528, 'first_name', 'Cierra') ; 
INSERT INTO `wp_usermeta` VALUES (5547, 528, 'last_name', 'Allen') ; 
INSERT INTO `wp_usermeta` VALUES (5548, 528, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5549, 528, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (5550, 528, 'pmpro_baddress1', '306 Woodhollow Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (5551, 528, 'pmpro_bcity', 'Marlton') ; 
INSERT INTO `wp_usermeta` VALUES (5552, 528, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5553, 528, 'pmpro_bzipcode', '8053') ; 
INSERT INTO `wp_usermeta` VALUES (5554, 529, 'pmpro_bfirstname', 'Cindy') ; 
INSERT INTO `wp_usermeta` VALUES (5555, 529, 'pmpro_blastname', 'Cupps') ; 
INSERT INTO `wp_usermeta` VALUES (5556, 529, 'first_name', 'Cindy') ; 
INSERT INTO `wp_usermeta` VALUES (5557, 529, 'last_name', 'Cupps') ; 
INSERT INTO `wp_usermeta` VALUES (5558, 529, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (5559, 529, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (5560, 529, 'pmpro_baddress1', '6056 River Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (5561, 529, 'pmpro_bcity', 'Radnor') ; 
INSERT INTO `wp_usermeta` VALUES (5562, 529, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5563, 529, 'pmpro_bzipcode', '43066-9755') ; 
INSERT INTO `wp_usermeta` VALUES (5564, 530, 'pmpro_bfirstname', 'Cindy') ; 
INSERT INTO `wp_usermeta` VALUES (5565, 530, 'pmpro_blastname', 'Claus') ; 
INSERT INTO `wp_usermeta` VALUES (5566, 530, 'first_name', 'Jenkinson\'s Aquarium') ; 
INSERT INTO `wp_usermeta` VALUES (5567, 530, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (5568, 530, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5569, 530, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (5570, 530, 'pmpro_baddress1', '300 Ocean Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (5571, 530, 'pmpro_bcity', 'Point Pleasant') ; 
INSERT INTO `wp_usermeta` VALUES (5572, 530, 'uxf_organization', 'Jenkinson\'s Aquarium') ; 
INSERT INTO `wp_usermeta` VALUES (5573, 530, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5574, 530, 'pmpro_bzipcode', '08742-3621') ; 
INSERT INTO `wp_usermeta` VALUES (5575, 530, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (5576, 531, 'pmpro_bfirstname', 'Cindy') ; 
INSERT INTO `wp_usermeta` VALUES (5577, 531, 'pmpro_blastname', 'McCaleb') ; 
INSERT INTO `wp_usermeta` VALUES (5578, 531, 'first_name', 'Cindy') ; 
INSERT INTO `wp_usermeta` VALUES (5579, 531, 'last_name', 'McCaleb') ; 
INSERT INTO `wp_usermeta` VALUES (5580, 531, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5581, 531, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (5582, 531, 'pmpro_baddress1', '2005 Sierra Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (5583, 531, 'pmpro_bcity', 'Lewisville') ; 
INSERT INTO `wp_usermeta` VALUES (5584, 531, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5585, 531, 'pmpro_bzipcode', '75077') ; 
INSERT INTO `wp_usermeta` VALUES (5586, 532, 'pmpro_bfirstname', 'Cindy') ; 
INSERT INTO `wp_usermeta` VALUES (5587, 532, 'pmpro_blastname', 'Claus') ; 
INSERT INTO `wp_usermeta` VALUES (5588, 532, 'first_name', 'Cindy') ; 
INSERT INTO `wp_usermeta` VALUES (5589, 532, 'last_name', 'Claus') ; 
INSERT INTO `wp_usermeta` VALUES (5590, 532, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5591, 532, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (5592, 532, 'pmpro_baddress1', '63 Norwood Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (5593, 532, 'pmpro_bcity', 'Toms River') ; 
INSERT INTO `wp_usermeta` VALUES (5594, 532, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5595, 532, 'pmpro_bzipcode', '8755') ; 
INSERT INTO `wp_usermeta` VALUES (5596, 533, 'pmpro_bfirstname', 'Cindy') ; 
INSERT INTO `wp_usermeta` VALUES (5597, 533, 'pmpro_blastname', 'Hall') ; 
INSERT INTO `wp_usermeta` VALUES (5598, 533, 'first_name', 'Cindy') ; 
INSERT INTO `wp_usermeta` VALUES (5599, 533, 'last_name', 'Hall') ; 
INSERT INTO `wp_usermeta` VALUES (5600, 533, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5601, 533, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (5602, 533, 'pmpro_baddress1', '3400 25th Ave. SW') ; 
INSERT INTO `wp_usermeta` VALUES (5603, 533, 'pmpro_bcity', 'Naples') ; 
INSERT INTO `wp_usermeta` VALUES (5604, 533, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5605, 533, 'pmpro_bzipcode', '34117-7122') ; 
INSERT INTO `wp_usermeta` VALUES (5606, 534, 'pmpro_bfirstname', 'Cindy B.') ; 
INSERT INTO `wp_usermeta` VALUES (5607, 534, 'pmpro_blastname', 'Maur') ; 
INSERT INTO `wp_usermeta` VALUES (5608, 534, 'first_name', 'Cindy B.') ; 
INSERT INTO `wp_usermeta` VALUES (5609, 534, 'last_name', 'Maur') ; 
INSERT INTO `wp_usermeta` VALUES (5610, 534, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (5611, 534, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (5612, 534, 'pmpro_baddress1', '47-38 44th St. Apt 2F') ; 
INSERT INTO `wp_usermeta` VALUES (5613, 534, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (5614, 534, 'pmpro_bcity', 'Woodside') ; 
INSERT INTO `wp_usermeta` VALUES (5615, 534, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5616, 534, 'pmpro_bzipcode', '11377') ; 
INSERT INTO `wp_usermeta` VALUES (5617, 535, 'pmpro_bfirstname', 'Cindy L.') ; 
INSERT INTO `wp_usermeta` VALUES (5618, 535, 'pmpro_blastname', 'Wheatley') ; 
INSERT INTO `wp_usermeta` VALUES (5619, 535, 'first_name', 'Cindy L.') ; 
INSERT INTO `wp_usermeta` VALUES (5620, 535, 'last_name', 'Wheatley') ; 
INSERT INTO `wp_usermeta` VALUES (5621, 535, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5622, 535, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (5623, 535, 'pmpro_baddress1', '2140 Dunwich St.') ; 
INSERT INTO `wp_usermeta` VALUES (5624, 535, 'pmpro_bcity', 'Springfield') ; 
INSERT INTO `wp_usermeta` VALUES (5625, 535, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5626, 535, 'pmpro_bzipcode', '62702-3137') ; 
INSERT INTO `wp_usermeta` VALUES (5627, 536, 'pmpro_bfirstname', 'Cindy L.') ; 
INSERT INTO `wp_usermeta` VALUES (5628, 536, 'pmpro_blastname', 'Swanson') ; 
INSERT INTO `wp_usermeta` VALUES (5629, 536, 'first_name', 'Cindy L.') ; 
INSERT INTO `wp_usermeta` VALUES (5630, 536, 'last_name', 'Swanson') ; 
INSERT INTO `wp_usermeta` VALUES (5631, 536, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5632, 536, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (5633, 536, 'pmpro_baddress1', '3904 Washburn Ave. S.') ; 
INSERT INTO `wp_usermeta` VALUES (5634, 536, 'pmpro_bcity', 'Minneapolis') ; 
INSERT INTO `wp_usermeta` VALUES (5635, 536, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5636, 536, 'pmpro_bzipcode', '55410') ; 
INSERT INTO `wp_usermeta` VALUES (5637, 537, 'pmpro_bfirstname', 'Claire') ; 
INSERT INTO `wp_usermeta` VALUES (5638, 537, 'pmpro_blastname', 'Clarke') ; 
INSERT INTO `wp_usermeta` VALUES (5639, 537, 'first_name', 'Claire') ; 
INSERT INTO `wp_usermeta` VALUES (5640, 537, 'last_name', 'Clarke') ; 
INSERT INTO `wp_usermeta` VALUES (5641, 537, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5642, 537, 'pmpro_bstate', 'AE') ; 
INSERT INTO `wp_usermeta` VALUES (5643, 537, 'pmpro_baddress1', 'PSC 37 #5008') ; 
INSERT INTO `wp_usermeta` VALUES (5644, 537, 'pmpro_bcity', 'APO') ; 
INSERT INTO `wp_usermeta` VALUES (5645, 537, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5646, 537, 'pmpro_bzipcode', '9459') ; 
INSERT INTO `wp_usermeta` VALUES (5647, 538, 'pmpro_bfirstname', 'Claire') ; 
INSERT INTO `wp_usermeta` VALUES (5648, 538, 'pmpro_blastname', 'Richard') ; 
INSERT INTO `wp_usermeta` VALUES (5649, 538, 'first_name', 'Claire') ; 
INSERT INTO `wp_usermeta` VALUES (5650, 538, 'last_name', 'Richard') ; 
INSERT INTO `wp_usermeta` VALUES (5651, 538, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5652, 538, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (5653, 538, 'pmpro_baddress1', '1056 Barras Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (5654, 538, 'pmpro_bcity', 'St. Martinville') ; 
INSERT INTO `wp_usermeta` VALUES (5655, 538, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5656, 538, 'pmpro_bzipcode', '70582') ; 
INSERT INTO `wp_usermeta` VALUES (5657, 539, 'pmpro_bfirstname', 'Claire') ; 
INSERT INTO `wp_usermeta` VALUES (5658, 539, 'pmpro_blastname', 'Fukumoto') ; 
INSERT INTO `wp_usermeta` VALUES (5659, 539, 'first_name', 'Claire') ; 
INSERT INTO `wp_usermeta` VALUES (5660, 539, 'last_name', 'Fukumoto') ; 
INSERT INTO `wp_usermeta` VALUES (5661, 539, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (5662, 539, 'pmpro_bstate', 'HI') ; 
INSERT INTO `wp_usermeta` VALUES (5663, 539, 'pmpro_baddress1', '725 Luakaha St.') ; 
INSERT INTO `wp_usermeta` VALUES (5664, 539, 'pmpro_bcity', 'Honolulu') ; 
INSERT INTO `wp_usermeta` VALUES (5665, 539, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5666, 539, 'pmpro_bzipcode', '96816') ; 
INSERT INTO `wp_usermeta` VALUES (5667, 540, 'pmpro_bfirstname', 'Claire') ; 
INSERT INTO `wp_usermeta` VALUES (5668, 540, 'pmpro_blastname', 'Verdier') ; 
INSERT INTO `wp_usermeta` VALUES (5669, 540, 'first_name', 'Claire') ; 
INSERT INTO `wp_usermeta` VALUES (5670, 540, 'last_name', 'Verdier') ; 
INSERT INTO `wp_usermeta` VALUES (5671, 540, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5672, 540, 'pmpro_bstate', 'CT') ; 
INSERT INTO `wp_usermeta` VALUES (5673, 540, 'pmpro_baddress1', '32 Scotland Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (5674, 540, 'pmpro_bcity', 'Norwich') ; 
INSERT INTO `wp_usermeta` VALUES (5675, 540, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5676, 540, 'pmpro_bzipcode', '06360-2421') ; 
INSERT INTO `wp_usermeta` VALUES (5677, 541, 'pmpro_bfirstname', 'Claudette M.') ; 
INSERT INTO `wp_usermeta` VALUES (5678, 541, 'pmpro_blastname', 'Sandoval-Green') ; 
INSERT INTO `wp_usermeta` VALUES (5679, 541, 'first_name', 'Claudette M.') ; 
INSERT INTO `wp_usermeta` VALUES (5680, 541, 'last_name', 'Sandoval-Green') ; 
INSERT INTO `wp_usermeta` VALUES (5681, 541, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5682, 541, 'pmpro_bstate', 'IA') ; 
INSERT INTO `wp_usermeta` VALUES (5683, 541, 'pmpro_baddress1', '103 S. Russell Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (5684, 541, 'pmpro_bcity', 'Ames') ; 
INSERT INTO `wp_usermeta` VALUES (5685, 541, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5686, 541, 'pmpro_bzipcode', '50010-5969') ; 
INSERT INTO `wp_usermeta` VALUES (5687, 542, 'pmpro_bfirstname', 'Dana') ; 
INSERT INTO `wp_usermeta` VALUES (5688, 542, 'pmpro_blastname', 'Rhodes') ; 
INSERT INTO `wp_usermeta` VALUES (5689, 542, 'first_name', 'Columbian Park Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (5690, 542, 'last_name', 'Rhodes') ; 
INSERT INTO `wp_usermeta` VALUES (5691, 542, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (5692, 542, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (5693, 542, 'pmpro_baddress1', '20 N. 6th St.') ; 
INSERT INTO `wp_usermeta` VALUES (5694, 542, 'pmpro_bcity', 'Lafayette') ; 
INSERT INTO `wp_usermeta` VALUES (5695, 542, 'uxf_organization', 'Columbian Park Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (5696, 542, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5697, 542, 'pmpro_bzipcode', '47901') ; 
INSERT INTO `wp_usermeta` VALUES (5698, 542, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (5699, 543, 'pmpro_bfirstname', 'Cliff') ; 
INSERT INTO `wp_usermeta` VALUES (5700, 543, 'pmpro_blastname', 'McCune') ; 
INSERT INTO `wp_usermeta` VALUES (5701, 543, 'first_name', 'Cliff') ; 
INSERT INTO `wp_usermeta` VALUES (5702, 543, 'last_name', 'McCune') ; 
INSERT INTO `wp_usermeta` VALUES (5703, 543, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5704, 543, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (5705, 543, 'pmpro_baddress1', '465 Carybell Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (5706, 543, 'pmpro_bcity', 'Alpharetta') ; 
INSERT INTO `wp_usermeta` VALUES (5707, 543, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5708, 543, 'pmpro_bzipcode', '30004-6302') ; 
INSERT INTO `wp_usermeta` VALUES (5709, 544, 'pmpro_bfirstname', 'Clinton') ; 
INSERT INTO `wp_usermeta` VALUES (5710, 544, 'pmpro_blastname', 'Doak') ; 
INSERT INTO `wp_usermeta` VALUES (5711, 544, 'first_name', 'Clinton') ; 
INSERT INTO `wp_usermeta` VALUES (5712, 544, 'last_name', 'Doak') ; 
INSERT INTO `wp_usermeta` VALUES (5713, 544, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5714, 544, 'pmpro_bstate', 'AR') ; 
INSERT INTO `wp_usermeta` VALUES (5715, 544, 'pmpro_baddress1', '13500 Chenal Pkwy.  Apt 1515') ; 
INSERT INTO `wp_usermeta` VALUES (5716, 544, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (5717, 544, 'pmpro_bcity', 'Little Rock') ; 
INSERT INTO `wp_usermeta` VALUES (5718, 544, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5719, 544, 'pmpro_bzipcode', '72211') ; 
INSERT INTO `wp_usermeta` VALUES (5720, 545, 'pmpro_bfirstname', 'Colette') ; 
INSERT INTO `wp_usermeta` VALUES (5721, 545, 'pmpro_blastname', 'Monique Roberson') ; 
INSERT INTO `wp_usermeta` VALUES (5722, 545, 'first_name', 'Colette') ; 
INSERT INTO `wp_usermeta` VALUES (5723, 545, 'last_name', 'Monique Roberson') ; 
INSERT INTO `wp_usermeta` VALUES (5724, 545, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5725, 545, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (5726, 545, 'pmpro_baddress1', '19356 Pierson') ; 
INSERT INTO `wp_usermeta` VALUES (5727, 545, 'pmpro_bcity', 'Detroit') ; 
INSERT INTO `wp_usermeta` VALUES (5728, 545, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5729, 545, 'pmpro_bzipcode', '48219') ; 
INSERT INTO `wp_usermeta` VALUES (5730, 546, 'pmpro_bfirstname', 'Colin') ; 
INSERT INTO `wp_usermeta` VALUES (5731, 546, 'pmpro_blastname', 'Tallman') ; 
INSERT INTO `wp_usermeta` VALUES (5732, 546, 'first_name', 'Colin') ; 
INSERT INTO `wp_usermeta` VALUES (5733, 546, 'last_name', 'Tallman') ; 
INSERT INTO `wp_usermeta` VALUES (5734, 546, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5735, 546, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (5736, 546, 'pmpro_baddress1', '2152 E. Dauphin St.  Apt 1C') ; 
INSERT INTO `wp_usermeta` VALUES (5737, 546, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (5738, 546, 'pmpro_bcity', 'Philadelphia') ; 
INSERT INTO `wp_usermeta` VALUES (5739, 546, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5740, 546, 'pmpro_bzipcode', '19125') ; 
INSERT INTO `wp_usermeta` VALUES (5741, 547, 'pmpro_bfirstname', 'Collette') ; 
INSERT INTO `wp_usermeta` VALUES (5742, 547, 'pmpro_blastname', 'Konkel') ; 
INSERT INTO `wp_usermeta` VALUES (5743, 547, 'first_name', 'Collette') ; 
INSERT INTO `wp_usermeta` VALUES (5744, 547, 'last_name', 'Konkel') ; 
INSERT INTO `wp_usermeta` VALUES (5745, 547, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5746, 547, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (5747, 547, 'pmpro_baddress1', '4155 S. 99th St.') ; 
INSERT INTO `wp_usermeta` VALUES (5748, 547, 'pmpro_bcity', 'Greenfield') ; 
INSERT INTO `wp_usermeta` VALUES (5749, 547, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5750, 547, 'pmpro_bzipcode', '53228') ; 
INSERT INTO `wp_usermeta` VALUES (5751, 548, 'pmpro_bfirstname', 'Connie ') ; 
INSERT INTO `wp_usermeta` VALUES (5752, 548, 'pmpro_blastname', 'Buzzell: Toronto Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (5753, 548, 'first_name', 'Connie') ; 
INSERT INTO `wp_usermeta` VALUES (5754, 548, 'last_name', 'Buzzell') ; 
INSERT INTO `wp_usermeta` VALUES (5755, 548, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (5756, 548, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (5757, 548, 'pmpro_baddress1', '361A Old Finch Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (5758, 548, 'pmpro_bcity', 'Scarborough') ; 
INSERT INTO `wp_usermeta` VALUES (5759, 548, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (5760, 548, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5761, 548, 'pmpro_bzipcode', 'M1B 5K7') ; 
INSERT INTO `wp_usermeta` VALUES (5762, 549, 'pmpro_bfirstname', 'Conrad A.') ; 
INSERT INTO `wp_usermeta` VALUES (5763, 549, 'pmpro_blastname', 'Grayson') ; 
INSERT INTO `wp_usermeta` VALUES (5764, 549, 'first_name', 'Conrad A.') ; 
INSERT INTO `wp_usermeta` VALUES (5765, 549, 'last_name', 'Grayson') ; 
INSERT INTO `wp_usermeta` VALUES (5766, 549, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5767, 549, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (5768, 549, 'pmpro_baddress1', '3823 Calvo Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (5769, 549, 'pmpro_bcity', 'Spring Valley') ; 
INSERT INTO `wp_usermeta` VALUES (5770, 549, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5771, 549, 'pmpro_bzipcode', '91977') ; 
INSERT INTO `wp_usermeta` VALUES (5772, 550, 'pmpro_bfirstname', 'Ohio State University Library') ; 
INSERT INTO `wp_usermeta` VALUES (5773, 550, 'pmpro_blastname', '') ; 
INSERT INTO `wp_usermeta` VALUES (5774, 550, 'first_name', 'Ohio State University Library') ; 
INSERT INTO `wp_usermeta` VALUES (5775, 550, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (5776, 550, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5777, 550, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (5778, 550, 'pmpro_baddress1', '1858 Neil Ave. Mall') ; 
INSERT INTO `wp_usermeta` VALUES (5779, 550, 'pmpro_bcity', 'Columbus') ; 
INSERT INTO `wp_usermeta` VALUES (5780, 550, 'uxf_organization', 'Continuation - Acq. Div. 44765563') ; 
INSERT INTO `wp_usermeta` VALUES (5781, 550, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5782, 550, 'pmpro_bzipcode', '43210-1286') ; 
INSERT INTO `wp_usermeta` VALUES (5783, 550, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (5784, 551, 'pmpro_bfirstname', 'Corey') ; 
INSERT INTO `wp_usermeta` VALUES (5785, 551, 'pmpro_blastname', 'Castleberry') ; 
INSERT INTO `wp_usermeta` VALUES (5786, 551, 'first_name', 'Corey') ; 
INSERT INTO `wp_usermeta` VALUES (5787, 551, 'last_name', 'Castleberry') ; 
INSERT INTO `wp_usermeta` VALUES (5788, 551, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5789, 551, 'pmpro_bstate', 'AR') ; 
INSERT INTO `wp_usermeta` VALUES (5790, 551, 'pmpro_baddress1', '123 S. Maple St.') ; 
INSERT INTO `wp_usermeta` VALUES (5791, 551, 'pmpro_bcity', 'Little Rock') ; 
INSERT INTO `wp_usermeta` VALUES (5792, 551, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5793, 551, 'pmpro_bzipcode', '72205') ; 
INSERT INTO `wp_usermeta` VALUES (5794, 552, 'pmpro_bfirstname', 'Corey S.') ; 
INSERT INTO `wp_usermeta` VALUES (5795, 552, 'pmpro_blastname', 'Vann') ; 
INSERT INTO `wp_usermeta` VALUES (5796, 552, 'first_name', 'Corey S.') ; 
INSERT INTO `wp_usermeta` VALUES (5797, 552, 'last_name', 'Vann') ; 
INSERT INTO `wp_usermeta` VALUES (5798, 552, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5799, 552, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (5800, 552, 'pmpro_baddress1', '1804 Harpers Ferry Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (5801, 552, 'pmpro_bcity', 'Knoxville') ; 
INSERT INTO `wp_usermeta` VALUES (5802, 552, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5803, 552, 'pmpro_bzipcode', '21758') ; 
INSERT INTO `wp_usermeta` VALUES (5804, 553, 'pmpro_bfirstname', 'Corissa') ; 
INSERT INTO `wp_usermeta` VALUES (5805, 553, 'pmpro_blastname', 'Mangus') ; 
INSERT INTO `wp_usermeta` VALUES (5806, 553, 'first_name', 'Corissa') ; 
INSERT INTO `wp_usermeta` VALUES (5807, 553, 'last_name', 'Bartel') ; 
INSERT INTO `wp_usermeta` VALUES (5808, 553, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5809, 553, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (5810, 553, 'pmpro_baddress1', '2222 Gregg Rd. Apt 1') ; 
INSERT INTO `wp_usermeta` VALUES (5811, 553, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (5812, 553, 'pmpro_bcity', 'Bellevue') ; 
INSERT INTO `wp_usermeta` VALUES (5813, 553, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5814, 553, 'pmpro_bzipcode', '68123-7711') ; 
INSERT INTO `wp_usermeta` VALUES (5815, 554, 'pmpro_bfirstname', 'Corri') ; 
INSERT INTO `wp_usermeta` VALUES (5816, 554, 'pmpro_blastname', 'Osborne') ; 
INSERT INTO `wp_usermeta` VALUES (5817, 554, 'first_name', 'Corri') ; 
INSERT INTO `wp_usermeta` VALUES (5818, 554, 'last_name', 'Osborne') ; 
INSERT INTO `wp_usermeta` VALUES (5819, 554, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5820, 554, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (5821, 554, 'pmpro_baddress1', '750 Bair Island Rd. ') ; 
INSERT INTO `wp_usermeta` VALUES (5822, 554, 'pmpro_baddress2', 'Apt 203') ; 
INSERT INTO `wp_usermeta` VALUES (5823, 554, 'pmpro_bcity', 'Redwood City') ; 
INSERT INTO `wp_usermeta` VALUES (5824, 554, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5825, 554, 'pmpro_bzipcode', '94063') ; 
INSERT INTO `wp_usermeta` VALUES (5826, 555, 'pmpro_bfirstname', 'Corinne') ; 
INSERT INTO `wp_usermeta` VALUES (5827, 555, 'pmpro_blastname', 'Roberts: Director of Administration') ; 
INSERT INTO `wp_usermeta` VALUES (5828, 555, 'first_name', 'Corrine') ; 
INSERT INTO `wp_usermeta` VALUES (5829, 555, 'last_name', 'Roberts') ; 
INSERT INTO `wp_usermeta` VALUES (5830, 555, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5831, 555, 'pmpro_bstate', 'ID') ; 
INSERT INTO `wp_usermeta` VALUES (5832, 555, 'pmpro_baddress1', '355 Julia Davis Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (5833, 555, 'pmpro_bcity', 'Boise') ; 
INSERT INTO `wp_usermeta` VALUES (5834, 555, 'uxf_organization', 'Zoo Boise') ; 
INSERT INTO `wp_usermeta` VALUES (5835, 555, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5836, 555, 'pmpro_bzipcode', '83702') ; 
INSERT INTO `wp_usermeta` VALUES (5837, 555, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (5838, 556, 'pmpro_bfirstname', 'Cory') ; 
INSERT INTO `wp_usermeta` VALUES (5839, 556, 'pmpro_blastname', 'Wilcox') ; 
INSERT INTO `wp_usermeta` VALUES (5840, 556, 'first_name', 'Cory') ; 
INSERT INTO `wp_usermeta` VALUES (5841, 556, 'last_name', 'Wilcox') ; 
INSERT INTO `wp_usermeta` VALUES (5842, 556, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5843, 556, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (5844, 556, 'pmpro_baddress1', '503 E. Park Blvd.') ; 
INSERT INTO `wp_usermeta` VALUES (5845, 556, 'pmpro_bcity', 'Villa Park') ; 
INSERT INTO `wp_usermeta` VALUES (5846, 556, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5847, 556, 'pmpro_bzipcode', '60181') ; 
INSERT INTO `wp_usermeta` VALUES (5848, 557, 'pmpro_bfirstname', 'Courtney') ; 
INSERT INTO `wp_usermeta` VALUES (5849, 557, 'pmpro_blastname', 'Granger') ; 
INSERT INTO `wp_usermeta` VALUES (5850, 557, 'first_name', 'Courtney') ; 
INSERT INTO `wp_usermeta` VALUES (5851, 557, 'last_name', 'Granger') ; 
INSERT INTO `wp_usermeta` VALUES (5852, 557, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (5853, 557, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (5854, 557, 'pmpro_baddress1', '836 Ingersoll St.') ; 
INSERT INTO `wp_usermeta` VALUES (5855, 557, 'pmpro_bcity', 'Winnipeg') ; 
INSERT INTO `wp_usermeta` VALUES (5856, 557, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5857, 557, 'pmpro_bzipcode', 'R3G 0X4') ; 
INSERT INTO `wp_usermeta` VALUES (5858, 558, 'pmpro_bfirstname', 'Courtney') ; 
INSERT INTO `wp_usermeta` VALUES (5859, 558, 'pmpro_blastname', 'Dover') ; 
INSERT INTO `wp_usermeta` VALUES (5860, 558, 'first_name', 'Courtney') ; 
INSERT INTO `wp_usermeta` VALUES (5861, 558, 'last_name', 'Dover') ; 
INSERT INTO `wp_usermeta` VALUES (5862, 558, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5863, 558, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (5864, 558, 'pmpro_baddress1', '1025 N. Bird Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (5865, 558, 'pmpro_bcity', 'Springfield') ; 
INSERT INTO `wp_usermeta` VALUES (5866, 558, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5867, 558, 'pmpro_bzipcode', '45503') ; 
INSERT INTO `wp_usermeta` VALUES (5868, 559, 'pmpro_bfirstname', 'Courtney') ; 
INSERT INTO `wp_usermeta` VALUES (5869, 559, 'pmpro_blastname', 'Roberts') ; 
INSERT INTO `wp_usermeta` VALUES (5870, 559, 'first_name', 'Courtney') ; 
INSERT INTO `wp_usermeta` VALUES (5871, 559, 'last_name', 'Roberts') ; 
INSERT INTO `wp_usermeta` VALUES (5872, 559, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5873, 559, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (5874, 559, 'pmpro_baddress1', '204 Mineral Springs Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (5875, 559, 'pmpro_bcity', 'Keller') ; 
INSERT INTO `wp_usermeta` VALUES (5876, 559, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5877, 559, 'pmpro_bzipcode', '76248') ; 
INSERT INTO `wp_usermeta` VALUES (5878, 560, 'pmpro_bfirstname', 'Courtney') ; 
INSERT INTO `wp_usermeta` VALUES (5879, 560, 'pmpro_blastname', 'Platz') ; 
INSERT INTO `wp_usermeta` VALUES (5880, 560, 'first_name', 'Courtney') ; 
INSERT INTO `wp_usermeta` VALUES (5881, 560, 'last_name', 'Platz') ; 
INSERT INTO `wp_usermeta` VALUES (5882, 560, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5883, 560, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (5884, 560, 'pmpro_baddress1', '3410 NW 91st St. Apt 111') ; 
INSERT INTO `wp_usermeta` VALUES (5885, 560, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (5886, 560, 'pmpro_bcity', 'Gainesville') ; 
INSERT INTO `wp_usermeta` VALUES (5887, 560, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5888, 560, 'pmpro_bzipcode', '32606') ; 
INSERT INTO `wp_usermeta` VALUES (5889, 561, 'pmpro_bfirstname', 'Courtney') ; 
INSERT INTO `wp_usermeta` VALUES (5890, 561, 'pmpro_blastname', 'Dunn') ; 
INSERT INTO `wp_usermeta` VALUES (5891, 561, 'first_name', 'Courtney') ; 
INSERT INTO `wp_usermeta` VALUES (5892, 561, 'last_name', 'Dunn') ; 
INSERT INTO `wp_usermeta` VALUES (5893, 561, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (5894, 561, 'pmpro_bstate', 'AR') ; 
INSERT INTO `wp_usermeta` VALUES (5895, 561, 'pmpro_baddress1', '1725 Clifton St.') ; 
INSERT INTO `wp_usermeta` VALUES (5896, 561, 'pmpro_bcity', 'Conway') ; 
INSERT INTO `wp_usermeta` VALUES (5897, 561, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5898, 561, 'pmpro_bzipcode', '72035') ; 
INSERT INTO `wp_usermeta` VALUES (5899, 562, 'pmpro_bfirstname', 'Courtney') ; 
INSERT INTO `wp_usermeta` VALUES (5900, 562, 'pmpro_blastname', 'Janney') ; 
INSERT INTO `wp_usermeta` VALUES (5901, 562, 'first_name', 'Courtney') ; 
INSERT INTO `wp_usermeta` VALUES (5902, 562, 'last_name', 'Janney') ; 
INSERT INTO `wp_usermeta` VALUES (5903, 562, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5904, 562, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (5905, 562, 'pmpro_baddress1', '1044 Jeff Ryan Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (5906, 562, 'pmpro_bcity', 'Herndon') ; 
INSERT INTO `wp_usermeta` VALUES (5907, 562, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5908, 562, 'pmpro_bzipcode', '20170') ; 
INSERT INTO `wp_usermeta` VALUES (5909, 563, 'pmpro_bfirstname', 'Courtney') ; 
INSERT INTO `wp_usermeta` VALUES (5910, 563, 'pmpro_blastname', 'Redmond') ; 
INSERT INTO `wp_usermeta` VALUES (5911, 563, 'first_name', 'Courtney') ; 
INSERT INTO `wp_usermeta` VALUES (5912, 563, 'last_name', 'Redmond') ; 
INSERT INTO `wp_usermeta` VALUES (5913, 563, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5914, 563, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (5915, 563, 'pmpro_baddress1', '83 Wellington Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (5916, 563, 'pmpro_bcity', 'Albany') ; 
INSERT INTO `wp_usermeta` VALUES (5917, 563, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5918, 563, 'pmpro_bzipcode', '12203') ; 
INSERT INTO `wp_usermeta` VALUES (5919, 564, 'pmpro_bfirstname', 'Courtney') ; 
INSERT INTO `wp_usermeta` VALUES (5920, 564, 'pmpro_blastname', 'Hamm') ; 
INSERT INTO `wp_usermeta` VALUES (5921, 564, 'first_name', 'Courtney') ; 
INSERT INTO `wp_usermeta` VALUES (5922, 564, 'last_name', 'Hamm') ; 
INSERT INTO `wp_usermeta` VALUES (5923, 564, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5924, 564, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (5925, 564, 'pmpro_baddress1', '1 Fox Run Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (5926, 564, 'pmpro_bcity', 'Upton') ; 
INSERT INTO `wp_usermeta` VALUES (5927, 564, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5928, 564, 'pmpro_bzipcode', '1568') ; 
INSERT INTO `wp_usermeta` VALUES (5929, 565, 'pmpro_bfirstname', 'Courtney') ; 
INSERT INTO `wp_usermeta` VALUES (5930, 565, 'pmpro_blastname', 'Nesom') ; 
INSERT INTO `wp_usermeta` VALUES (5931, 565, 'first_name', 'Courtney') ; 
INSERT INTO `wp_usermeta` VALUES (5932, 565, 'last_name', 'Nesom') ; 
INSERT INTO `wp_usermeta` VALUES (5933, 565, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (5934, 565, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (5935, 565, 'pmpro_baddress1', '12234 Henri Matisse Ave') ; 
INSERT INTO `wp_usermeta` VALUES (5936, 565, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (5937, 565, 'pmpro_bcity', 'El Paso') ; 
INSERT INTO `wp_usermeta` VALUES (5938, 565, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5939, 565, 'pmpro_bzipcode', '79936') ; 
INSERT INTO `wp_usermeta` VALUES (5940, 566, 'pmpro_bfirstname', 'Courtney') ; 
INSERT INTO `wp_usermeta` VALUES (5941, 566, 'pmpro_blastname', 'Daigle') ; 
INSERT INTO `wp_usermeta` VALUES (5942, 566, 'first_name', 'Courtney') ; 
INSERT INTO `wp_usermeta` VALUES (5943, 566, 'last_name', 'Daigle') ; 
INSERT INTO `wp_usermeta` VALUES (5944, 566, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5945, 566, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (5946, 566, 'pmpro_baddress1', '304 N. Clemens') ; 
INSERT INTO `wp_usermeta` VALUES (5947, 566, 'pmpro_bcity', 'Lansing') ; 
INSERT INTO `wp_usermeta` VALUES (5948, 566, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5949, 566, 'pmpro_bzipcode', '48912-3127') ; 
INSERT INTO `wp_usermeta` VALUES (5950, 567, 'pmpro_bfirstname', 'Craig') ; 
INSERT INTO `wp_usermeta` VALUES (5951, 567, 'pmpro_blastname', 'Stephani') ; 
INSERT INTO `wp_usermeta` VALUES (5952, 567, 'first_name', 'Craig') ; 
INSERT INTO `wp_usermeta` VALUES (5953, 567, 'last_name', 'Stephani') ; 
INSERT INTO `wp_usermeta` VALUES (5954, 567, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (5955, 567, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (5956, 567, 'pmpro_baddress1', '56 Harbison Ave. W') ; 
INSERT INTO `wp_usermeta` VALUES (5957, 567, 'pmpro_bcity', 'Winnipeg') ; 
INSERT INTO `wp_usermeta` VALUES (5958, 567, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5959, 567, 'pmpro_bzipcode', 'R2L 0A1') ; 
INSERT INTO `wp_usermeta` VALUES (5960, 568, 'pmpro_bfirstname', 'ANIMAL DEPARTMENT') ; 
INSERT INTO `wp_usermeta` VALUES (5961, 568, 'pmpro_blastname', 'MARYLAND ZOO') ; 
INSERT INTO `wp_usermeta` VALUES (5962, 568, 'first_name', 'Cristina') ; 
INSERT INTO `wp_usermeta` VALUES (5963, 568, 'last_name', 'Lauri') ; 
INSERT INTO `wp_usermeta` VALUES (5964, 568, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5965, 568, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (5966, 568, 'pmpro_baddress1', '1876 Mansion House Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (5967, 568, 'pmpro_bcity', 'Baltimore') ; 
INSERT INTO `wp_usermeta` VALUES (5968, 568, 'uxf_organization', 'The Maryland Zoo in Baltimore') ; 
INSERT INTO `wp_usermeta` VALUES (5969, 568, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5970, 568, 'pmpro_bzipcode', '21217') ; 
INSERT INTO `wp_usermeta` VALUES (5971, 568, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (5972, 569, 'pmpro_bfirstname', 'Cruzanne') ; 
INSERT INTO `wp_usermeta` VALUES (5973, 569, 'pmpro_blastname', 'Lewis') ; 
INSERT INTO `wp_usermeta` VALUES (5974, 569, 'first_name', 'Cruzanne') ; 
INSERT INTO `wp_usermeta` VALUES (5975, 569, 'last_name', 'Lewis') ; 
INSERT INTO `wp_usermeta` VALUES (5976, 569, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5977, 569, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (5978, 569, 'pmpro_baddress1', '161 Depot St.') ; 
INSERT INTO `wp_usermeta` VALUES (5979, 569, 'pmpro_bcity', 'Antioch') ; 
INSERT INTO `wp_usermeta` VALUES (5980, 569, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (5981, 569, 'pmpro_bzipcode', '60002') ; 
INSERT INTO `wp_usermeta` VALUES (5982, 570, 'pmpro_bfirstname', 'Crystal') ; 
INSERT INTO `wp_usermeta` VALUES (5983, 570, 'pmpro_blastname', 'Dimiceli') ; 
INSERT INTO `wp_usermeta` VALUES (5984, 570, 'first_name', 'Crystal') ; 
INSERT INTO `wp_usermeta` VALUES (5985, 570, 'last_name', 'Dimiceli') ; 
INSERT INTO `wp_usermeta` VALUES (5986, 570, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5987, 570, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (5988, 570, 'pmpro_baddress1', '6 Ossman Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (5989, 570, 'pmpro_bcity', 'Pomona') ; 
INSERT INTO `wp_usermeta` VALUES (5990, 570, 'pmpro_bzipcode', '10970') ; 
INSERT INTO `wp_usermeta` VALUES (5991, 571, 'pmpro_bfirstname', 'Crystal') ; 
INSERT INTO `wp_usermeta` VALUES (5992, 571, 'pmpro_blastname', 'Arkenberg') ; 
INSERT INTO `wp_usermeta` VALUES (5993, 571, 'first_name', 'Crystal') ; 
INSERT INTO `wp_usermeta` VALUES (5994, 571, 'last_name', 'Arkenberg') ; 
INSERT INTO `wp_usermeta` VALUES (5995, 571, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (5996, 571, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (5997, 571, 'pmpro_baddress1', '12007 N. Lamar Blvd. ') ; 
INSERT INTO `wp_usermeta` VALUES (5998, 571, 'pmpro_baddress2', 'Apt 1127') ; 
INSERT INTO `wp_usermeta` VALUES (5999, 571, 'pmpro_bcity', 'Austin') ; 
INSERT INTO `wp_usermeta` VALUES (6000, 571, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6001, 571, 'pmpro_bzipcode', '78753') ; 
INSERT INTO `wp_usermeta` VALUES (6002, 572, 'pmpro_bfirstname', 'Crystal') ; 
INSERT INTO `wp_usermeta` VALUES (6003, 572, 'pmpro_blastname', 'Duval') ; 
INSERT INTO `wp_usermeta` VALUES (6004, 572, 'first_name', 'Crystal') ; 
INSERT INTO `wp_usermeta` VALUES (6005, 572, 'last_name', 'Duval') ; 
INSERT INTO `wp_usermeta` VALUES (6006, 572, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6007, 572, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (6008, 572, 'pmpro_baddress1', '805 Chennault Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (6009, 572, 'pmpro_bcity', 'Whiteman AFB') ; 
INSERT INTO `wp_usermeta` VALUES (6010, 572, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6011, 572, 'pmpro_bzipcode', '65305') ; 
INSERT INTO `wp_usermeta` VALUES (6012, 573, 'pmpro_bfirstname', 'Crystal') ; 
INSERT INTO `wp_usermeta` VALUES (6013, 573, 'pmpro_blastname', 'Holcombe') ; 
INSERT INTO `wp_usermeta` VALUES (6014, 573, 'first_name', 'Crystal') ; 
INSERT INTO `wp_usermeta` VALUES (6015, 573, 'last_name', 'Holcombe') ; 
INSERT INTO `wp_usermeta` VALUES (6016, 573, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (6017, 573, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (6018, 573, 'pmpro_baddress1', '11288 W. Harvester Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (6019, 573, 'pmpro_bcity', 'Marana') ; 
INSERT INTO `wp_usermeta` VALUES (6020, 573, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6021, 573, 'pmpro_bzipcode', '85653') ; 
INSERT INTO `wp_usermeta` VALUES (6022, 574, 'pmpro_bfirstname', 'Crystal') ; 
INSERT INTO `wp_usermeta` VALUES (6023, 574, 'pmpro_blastname', 'Butler') ; 
INSERT INTO `wp_usermeta` VALUES (6024, 574, 'first_name', 'Crystal') ; 
INSERT INTO `wp_usermeta` VALUES (6025, 574, 'last_name', 'Butler') ; 
INSERT INTO `wp_usermeta` VALUES (6026, 574, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6027, 574, 'pmpro_bstate', 'OK') ; 
INSERT INTO `wp_usermeta` VALUES (6028, 574, 'pmpro_baddress1', '4709 NW 46th Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (6029, 574, 'pmpro_bcity', 'Warr Acres') ; 
INSERT INTO `wp_usermeta` VALUES (6030, 574, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6031, 574, 'pmpro_bzipcode', '73122') ; 
INSERT INTO `wp_usermeta` VALUES (6032, 575, 'pmpro_bfirstname', 'Crystal') ; 
INSERT INTO `wp_usermeta` VALUES (6033, 575, 'pmpro_blastname', 'Salisbury') ; 
INSERT INTO `wp_usermeta` VALUES (6034, 575, 'first_name', 'Crystal') ; 
INSERT INTO `wp_usermeta` VALUES (6035, 575, 'last_name', 'Salisbury') ; 
INSERT INTO `wp_usermeta` VALUES (6036, 575, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6037, 575, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (6038, 575, 'pmpro_baddress1', '7300 W. Line Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (6039, 575, 'pmpro_bcity', 'Collinsville') ; 
INSERT INTO `wp_usermeta` VALUES (6040, 575, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6041, 575, 'pmpro_bzipcode', '76233') ; 
INSERT INTO `wp_usermeta` VALUES (6042, 576, 'pmpro_bfirstname', 'Crystal') ; 
INSERT INTO `wp_usermeta` VALUES (6043, 576, 'pmpro_blastname', 'Matthews') ; 
INSERT INTO `wp_usermeta` VALUES (6044, 576, 'first_name', 'Crystal') ; 
INSERT INTO `wp_usermeta` VALUES (6045, 576, 'last_name', 'Matthews') ; 
INSERT INTO `wp_usermeta` VALUES (6046, 576, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6047, 576, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (6048, 576, 'pmpro_baddress1', '2457 Entrada Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (6049, 576, 'pmpro_bcity', 'Virginia Beach') ; 
INSERT INTO `wp_usermeta` VALUES (6050, 576, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6051, 576, 'pmpro_bzipcode', '23456') ; 
INSERT INTO `wp_usermeta` VALUES (6052, 577, 'pmpro_bfirstname', 'Crystal A.') ; 
INSERT INTO `wp_usermeta` VALUES (6053, 577, 'pmpro_blastname', 'Scoman') ; 
INSERT INTO `wp_usermeta` VALUES (6054, 577, 'first_name', 'Crystal A.') ; 
INSERT INTO `wp_usermeta` VALUES (6055, 577, 'last_name', 'Scoman') ; 
INSERT INTO `wp_usermeta` VALUES (6056, 577, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6057, 577, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (6058, 577, 'pmpro_baddress1', '2307 Elliott St.') ; 
INSERT INTO `wp_usermeta` VALUES (6059, 577, 'pmpro_bcity', 'Alexandria') ; 
INSERT INTO `wp_usermeta` VALUES (6060, 577, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6061, 577, 'pmpro_bzipcode', '71301') ; 
INSERT INTO `wp_usermeta` VALUES (6062, 578, 'pmpro_bfirstname', 'Curby F.') ; 
INSERT INTO `wp_usermeta` VALUES (6063, 578, 'pmpro_blastname', 'Simerson') ; 
INSERT INTO `wp_usermeta` VALUES (6064, 578, 'first_name', 'Curby F.') ; 
INSERT INTO `wp_usermeta` VALUES (6065, 578, 'last_name', 'Simerson') ; 
INSERT INTO `wp_usermeta` VALUES (6066, 578, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6067, 578, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (6068, 578, 'pmpro_baddress1', '5700 Baltimore Dr.   Apt 165') ; 
INSERT INTO `wp_usermeta` VALUES (6069, 578, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (6070, 578, 'pmpro_bcity', 'LaMesa') ; 
INSERT INTO `wp_usermeta` VALUES (6071, 578, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6072, 578, 'pmpro_bzipcode', '91942') ; 
INSERT INTO `wp_usermeta` VALUES (6073, 579, 'pmpro_bfirstname', 'Cyndi') ; 
INSERT INTO `wp_usermeta` VALUES (6074, 579, 'pmpro_blastname', 'Johnson') ; 
INSERT INTO `wp_usermeta` VALUES (6075, 579, 'first_name', 'Cyndi') ; 
INSERT INTO `wp_usermeta` VALUES (6076, 579, 'last_name', 'Johnson') ; 
INSERT INTO `wp_usermeta` VALUES (6077, 579, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6078, 579, 'pmpro_bstate', 'AL') ; 
INSERT INTO `wp_usermeta` VALUES (6079, 579, 'pmpro_baddress1', '5451 E. Perdido Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (6080, 579, 'pmpro_bcity', 'Orange Beach') ; 
INSERT INTO `wp_usermeta` VALUES (6081, 579, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6082, 579, 'pmpro_bzipcode', '36561') ; 
INSERT INTO `wp_usermeta` VALUES (6083, 580, 'pmpro_bfirstname', 'Cynthia') ; 
INSERT INTO `wp_usermeta` VALUES (6084, 580, 'pmpro_blastname', 'Kreider') ; 
INSERT INTO `wp_usermeta` VALUES (6085, 580, 'first_name', 'Cynthia Kreider') ; 
INSERT INTO `wp_usermeta` VALUES (6086, 580, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (6087, 580, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6088, 580, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (6089, 580, 'pmpro_baddress1', 'P.O. Box 3268') ; 
INSERT INTO `wp_usermeta` VALUES (6090, 580, 'pmpro_bcity', 'Erie') ; 
INSERT INTO `wp_usermeta` VALUES (6091, 580, 'uxf_organization', 'Erie Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (6092, 580, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6093, 580, 'pmpro_bzipcode', '16508') ; 
INSERT INTO `wp_usermeta` VALUES (6094, 580, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (6095, 581, 'pmpro_bfirstname', 'Cynthia') ; 
INSERT INTO `wp_usermeta` VALUES (6096, 581, 'pmpro_blastname', 'Colling') ; 
INSERT INTO `wp_usermeta` VALUES (6097, 581, 'first_name', 'Cynthia') ; 
INSERT INTO `wp_usermeta` VALUES (6098, 581, 'last_name', 'Colling') ; 
INSERT INTO `wp_usermeta` VALUES (6099, 581, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6100, 581, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (6101, 581, 'pmpro_baddress1', '3211 Benjamin ') ; 
INSERT INTO `wp_usermeta` VALUES (6102, 581, 'pmpro_baddress2', 'Unit 13') ; 
INSERT INTO `wp_usermeta` VALUES (6103, 581, 'pmpro_bcity', 'Royal Oak') ; 
INSERT INTO `wp_usermeta` VALUES (6104, 581, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6105, 581, 'pmpro_bzipcode', '48073-3084') ; 
INSERT INTO `wp_usermeta` VALUES (6106, 582, 'pmpro_bfirstname', 'Cynthia ') ; 
INSERT INTO `wp_usermeta` VALUES (6107, 582, 'pmpro_blastname', 'Wagner') ; 
INSERT INTO `wp_usermeta` VALUES (6108, 582, 'first_name', 'Cynthia ') ; 
INSERT INTO `wp_usermeta` VALUES (6109, 582, 'last_name', 'Wagner') ; 
INSERT INTO `wp_usermeta` VALUES (6110, 582, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6111, 582, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (6112, 582, 'pmpro_baddress1', '3008 Timber Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (6113, 582, 'pmpro_bcity', 'Lansing') ; 
INSERT INTO `wp_usermeta` VALUES (6114, 582, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6115, 582, 'pmpro_bzipcode', '48917') ; 
INSERT INTO `wp_usermeta` VALUES (6116, 583, 'pmpro_bfirstname', 'Cynthia A.') ; 
INSERT INTO `wp_usermeta` VALUES (6117, 583, 'pmpro_blastname', 'Ratliff') ; 
INSERT INTO `wp_usermeta` VALUES (6118, 583, 'first_name', 'Cynthia A.') ; 
INSERT INTO `wp_usermeta` VALUES (6119, 583, 'last_name', 'Ratliff') ; 
INSERT INTO `wp_usermeta` VALUES (6120, 583, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6121, 583, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (6122, 583, 'pmpro_baddress1', '5236 Eden Roc Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (6123, 583, 'pmpro_bcity', 'Marrero') ; 
INSERT INTO `wp_usermeta` VALUES (6124, 583, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6125, 583, 'pmpro_bzipcode', '70072-4937') ; 
INSERT INTO `wp_usermeta` VALUES (6126, 584, 'pmpro_bfirstname', 'D. Philip') ; 
INSERT INTO `wp_usermeta` VALUES (6127, 584, 'pmpro_blastname', 'King') ; 
INSERT INTO `wp_usermeta` VALUES (6128, 584, 'first_name', 'D. Philip') ; 
INSERT INTO `wp_usermeta` VALUES (6129, 584, 'last_name', 'King') ; 
INSERT INTO `wp_usermeta` VALUES (6130, 584, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (6131, 584, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (6132, 584, 'pmpro_baddress1', '291 Nightingale Road') ; 
INSERT INTO `wp_usermeta` VALUES (6133, 584, 'pmpro_bcity', 'Winnipeg') ; 
INSERT INTO `wp_usermeta` VALUES (6134, 584, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6135, 584, 'pmpro_bzipcode', 'R3J 3G6') ; 
INSERT INTO `wp_usermeta` VALUES (6136, 585, 'pmpro_bfirstname', 'Dacota') ; 
INSERT INTO `wp_usermeta` VALUES (6137, 585, 'pmpro_blastname', 'Owens') ; 
INSERT INTO `wp_usermeta` VALUES (6138, 585, 'first_name', 'Dacota') ; 
INSERT INTO `wp_usermeta` VALUES (6139, 585, 'last_name', 'Owens') ; 
INSERT INTO `wp_usermeta` VALUES (6140, 585, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6141, 585, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (6142, 585, 'pmpro_baddress1', '5700 Horseshoe Neck Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (6143, 585, 'pmpro_bcity', 'Lexington') ; 
INSERT INTO `wp_usermeta` VALUES (6144, 585, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6145, 585, 'pmpro_bzipcode', '27295') ; 
INSERT INTO `wp_usermeta` VALUES (6146, 586, 'pmpro_bfirstname', 'Dale') ; 
INSERT INTO `wp_usermeta` VALUES (6147, 586, 'pmpro_blastname', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (6148, 586, 'first_name', 'Dale') ; 
INSERT INTO `wp_usermeta` VALUES (6149, 586, 'last_name', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (6150, 586, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (6151, 586, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (6152, 586, 'pmpro_baddress1', '12610 Barbizon Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (6153, 586, 'pmpro_bcity', 'Houston') ; 
INSERT INTO `wp_usermeta` VALUES (6154, 586, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6155, 586, 'pmpro_bzipcode', '77089') ; 
INSERT INTO `wp_usermeta` VALUES (6156, 587, 'pmpro_bfirstname', 'Dan') ; 
INSERT INTO `wp_usermeta` VALUES (6157, 587, 'pmpro_blastname', 'Gavin') ; 
INSERT INTO `wp_usermeta` VALUES (6158, 587, 'first_name', 'Dan') ; 
INSERT INTO `wp_usermeta` VALUES (6159, 587, 'last_name', 'Gavin') ; 
INSERT INTO `wp_usermeta` VALUES (6160, 587, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6161, 587, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (6162, 587, 'pmpro_baddress1', '336 Sugar Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (6163, 587, 'pmpro_bcity', 'Bolton') ; 
INSERT INTO `wp_usermeta` VALUES (6164, 587, 'uxf_organization', 'Animal Adventures') ; 
INSERT INTO `wp_usermeta` VALUES (6165, 587, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6166, 587, 'pmpro_bzipcode', '1740') ; 
INSERT INTO `wp_usermeta` VALUES (6167, 588, 'pmpro_bfirstname', 'Dan') ; 
INSERT INTO `wp_usermeta` VALUES (6168, 588, 'pmpro_blastname', 'Powell') ; 
INSERT INTO `wp_usermeta` VALUES (6169, 588, 'first_name', 'Dan') ; 
INSERT INTO `wp_usermeta` VALUES (6170, 588, 'last_name', 'Powell') ; 
INSERT INTO `wp_usermeta` VALUES (6171, 588, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6172, 588, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (6173, 588, 'pmpro_baddress1', '4628 S. York Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (6174, 588, 'pmpro_bcity', 'South Bend') ; 
INSERT INTO `wp_usermeta` VALUES (6175, 588, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6176, 588, 'pmpro_bzipcode', '46614') ; 
INSERT INTO `wp_usermeta` VALUES (6177, 589, 'pmpro_bfirstname', 'Dan') ; 
INSERT INTO `wp_usermeta` VALUES (6178, 589, 'pmpro_blastname', 'Madigan') ; 
INSERT INTO `wp_usermeta` VALUES (6179, 589, 'first_name', 'Dan') ; 
INSERT INTO `wp_usermeta` VALUES (6180, 589, 'last_name', 'Madigan') ; 
INSERT INTO `wp_usermeta` VALUES (6181, 589, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (6182, 589, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (6183, 589, 'pmpro_baddress1', '1473 Audubon Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (6184, 589, 'pmpro_bcity', 'Brownsburg') ; 
INSERT INTO `wp_usermeta` VALUES (6185, 589, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6186, 589, 'pmpro_bzipcode', '46112-8320') ; 
INSERT INTO `wp_usermeta` VALUES (6187, 590, 'pmpro_bfirstname', 'Dan') ; 
INSERT INTO `wp_usermeta` VALUES (6188, 590, 'pmpro_blastname', 'McGovern') ; 
INSERT INTO `wp_usermeta` VALUES (6189, 590, 'first_name', 'Dan') ; 
INSERT INTO `wp_usermeta` VALUES (6190, 590, 'last_name', 'McGovern') ; 
INSERT INTO `wp_usermeta` VALUES (6191, 590, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6192, 590, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (6193, 590, 'pmpro_baddress1', '7522 Glencoe Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (6194, 590, 'pmpro_bcity', 'Brooklyn') ; 
INSERT INTO `wp_usermeta` VALUES (6195, 590, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6196, 590, 'pmpro_bzipcode', '44144') ; 
INSERT INTO `wp_usermeta` VALUES (6197, 591, 'pmpro_bfirstname', 'Dan') ; 
INSERT INTO `wp_usermeta` VALUES (6198, 591, 'pmpro_blastname', 'Maloney') ; 
INSERT INTO `wp_usermeta` VALUES (6199, 591, 'first_name', 'Dan') ; 
INSERT INTO `wp_usermeta` VALUES (6200, 591, 'last_name', 'Maloney') ; 
INSERT INTO `wp_usermeta` VALUES (6201, 591, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6202, 591, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (6203, 591, 'pmpro_baddress1', '370 Zoo Pkwy.') ; 
INSERT INTO `wp_usermeta` VALUES (6204, 591, 'pmpro_bcity', 'Jacksonville') ; 
INSERT INTO `wp_usermeta` VALUES (6205, 591, 'uxf_organization', 'Jacksonville Zoo & Gardens') ; 
INSERT INTO `wp_usermeta` VALUES (6206, 591, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6207, 591, 'pmpro_bzipcode', '32218') ; 
INSERT INTO `wp_usermeta` VALUES (6208, 591, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (6209, 592, 'pmpro_bfirstname', 'Dana') ; 
INSERT INTO `wp_usermeta` VALUES (6210, 592, 'pmpro_blastname', 'Lintner') ; 
INSERT INTO `wp_usermeta` VALUES (6211, 592, 'first_name', 'Dana') ; 
INSERT INTO `wp_usermeta` VALUES (6212, 592, 'last_name', 'Lintner') ; 
INSERT INTO `wp_usermeta` VALUES (6213, 592, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (6214, 592, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (6215, 592, 'pmpro_baddress1', '5688 Kilbury Lane') ; 
INSERT INTO `wp_usermeta` VALUES (6216, 592, 'pmpro_bcity', 'Hilliard') ; 
INSERT INTO `wp_usermeta` VALUES (6217, 592, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6218, 592, 'pmpro_bzipcode', '43026') ; 
INSERT INTO `wp_usermeta` VALUES (6219, 593, 'pmpro_bfirstname', 'Dana') ; 
INSERT INTO `wp_usermeta` VALUES (6220, 593, 'pmpro_blastname', 'Kennedy') ; 
INSERT INTO `wp_usermeta` VALUES (6221, 593, 'first_name', 'Dana') ; 
INSERT INTO `wp_usermeta` VALUES (6222, 593, 'last_name', 'Kennedy') ; 
INSERT INTO `wp_usermeta` VALUES (6223, 593, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6224, 593, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (6225, 593, 'pmpro_baddress1', '1802 Burgess St.') ; 
INSERT INTO `wp_usermeta` VALUES (6226, 593, 'pmpro_bcity', 'Asheboro') ; 
INSERT INTO `wp_usermeta` VALUES (6227, 593, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6228, 593, 'pmpro_bzipcode', '27203') ; 
INSERT INTO `wp_usermeta` VALUES (6229, 594, 'pmpro_bfirstname', 'Dana') ; 
INSERT INTO `wp_usermeta` VALUES (6230, 594, 'pmpro_blastname', 'Prior') ; 
INSERT INTO `wp_usermeta` VALUES (6231, 594, 'first_name', 'Dana') ; 
INSERT INTO `wp_usermeta` VALUES (6232, 594, 'last_name', 'Prior') ; 
INSERT INTO `wp_usermeta` VALUES (6233, 594, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6234, 594, 'pmpro_bstate', 'KY') ; 
INSERT INTO `wp_usermeta` VALUES (6235, 594, 'pmpro_baddress1', '1404 Top Hill Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (6236, 594, 'pmpro_bcity', 'Fairdale') ; 
INSERT INTO `wp_usermeta` VALUES (6237, 594, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6238, 594, 'pmpro_bzipcode', '40118') ; 
INSERT INTO `wp_usermeta` VALUES (6239, 595, 'pmpro_bfirstname', 'Dana M. ') ; 
INSERT INTO `wp_usermeta` VALUES (6240, 595, 'pmpro_blastname', 'Urbanski') ; 
INSERT INTO `wp_usermeta` VALUES (6241, 595, 'first_name', 'Dana M. ') ; 
INSERT INTO `wp_usermeta` VALUES (6242, 595, 'last_name', 'Urbanski') ; 
INSERT INTO `wp_usermeta` VALUES (6243, 595, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6244, 595, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (6245, 595, 'pmpro_baddress1', '2708 Old Cedar Falls Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (6246, 595, 'pmpro_bcity', 'Asheboro') ; 
INSERT INTO `wp_usermeta` VALUES (6247, 595, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6248, 595, 'pmpro_bzipcode', '27203') ; 
INSERT INTO `wp_usermeta` VALUES (6249, 596, 'pmpro_bfirstname', 'Dane') ; 
INSERT INTO `wp_usermeta` VALUES (6250, 596, 'pmpro_blastname', 'Jorgensen') ; 
INSERT INTO `wp_usermeta` VALUES (6251, 596, 'first_name', 'Dane') ; 
INSERT INTO `wp_usermeta` VALUES (6252, 596, 'last_name', 'Jorgensen') ; 
INSERT INTO `wp_usermeta` VALUES (6253, 596, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6254, 596, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (6255, 596, 'pmpro_baddress1', '3801 W. Napolean Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (6256, 596, 'pmpro_baddress2', 'Apt A206') ; 
INSERT INTO `wp_usermeta` VALUES (6257, 596, 'pmpro_bcity', 'Metairie') ; 
INSERT INTO `wp_usermeta` VALUES (6258, 596, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6259, 596, 'pmpro_bzipcode', '70001') ; 
INSERT INTO `wp_usermeta` VALUES (6260, 597, 'pmpro_bfirstname', 'Danelle') ; 
INSERT INTO `wp_usermeta` VALUES (6261, 597, 'pmpro_blastname', 'Teetzen') ; 
INSERT INTO `wp_usermeta` VALUES (6262, 597, 'first_name', 'Danelle') ; 
INSERT INTO `wp_usermeta` VALUES (6263, 597, 'last_name', 'Teetzen') ; 
INSERT INTO `wp_usermeta` VALUES (6264, 597, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (6265, 597, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (6266, 597, 'pmpro_baddress1', '1632 N. Woodland') ; 
INSERT INTO `wp_usermeta` VALUES (6267, 597, 'pmpro_bcity', 'Wichita') ; 
INSERT INTO `wp_usermeta` VALUES (6268, 597, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6269, 597, 'pmpro_bzipcode', '67203') ; 
INSERT INTO `wp_usermeta` VALUES (6270, 598, 'pmpro_bfirstname', 'Daniel') ; 
INSERT INTO `wp_usermeta` VALUES (6271, 598, 'pmpro_blastname', 'Brands: Wildlife Safari') ; 
INSERT INTO `wp_usermeta` VALUES (6272, 598, 'first_name', 'Daniel') ; 
INSERT INTO `wp_usermeta` VALUES (6273, 598, 'last_name', 'Brands') ; 
INSERT INTO `wp_usermeta` VALUES (6274, 598, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6275, 598, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (6276, 598, 'pmpro_baddress1', 'P.O. Box 1600') ; 
INSERT INTO `wp_usermeta` VALUES (6277, 598, 'pmpro_bcity', 'Winston') ; 
INSERT INTO `wp_usermeta` VALUES (6278, 598, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (6279, 598, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6280, 598, 'pmpro_bzipcode', '97496') ; 
INSERT INTO `wp_usermeta` VALUES (6281, 599, 'pmpro_bfirstname', 'Daniel') ; 
INSERT INTO `wp_usermeta` VALUES (6282, 599, 'pmpro_blastname', 'Essary') ; 
INSERT INTO `wp_usermeta` VALUES (6283, 599, 'first_name', 'Daniel') ; 
INSERT INTO `wp_usermeta` VALUES (6284, 599, 'last_name', 'Essary') ; 
INSERT INTO `wp_usermeta` VALUES (6285, 599, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6286, 599, 'pmpro_bstate', 'NV') ; 
INSERT INTO `wp_usermeta` VALUES (6287, 599, 'pmpro_baddress1', '6644 Churnet Valley Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (6288, 599, 'pmpro_bcity', 'Las Vegas') ; 
INSERT INTO `wp_usermeta` VALUES (6289, 599, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6290, 599, 'pmpro_bzipcode', '89139') ; 
INSERT INTO `wp_usermeta` VALUES (6291, 600, 'pmpro_bfirstname', 'Daniel') ; 
INSERT INTO `wp_usermeta` VALUES (6292, 600, 'pmpro_blastname', 'Gomez') ; 
INSERT INTO `wp_usermeta` VALUES (6293, 600, 'first_name', 'Daniel') ; 
INSERT INTO `wp_usermeta` VALUES (6294, 600, 'last_name', 'Gomez') ; 
INSERT INTO `wp_usermeta` VALUES (6295, 600, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6296, 600, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (6297, 600, 'pmpro_baddress1', '10 Kammerlin Ave.  Box 172') ; 
INSERT INTO `wp_usermeta` VALUES (6298, 600, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (6299, 600, 'pmpro_bcity', 'Garnerville') ; 
INSERT INTO `wp_usermeta` VALUES (6300, 600, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6301, 600, 'pmpro_bzipcode', '10923') ; 
INSERT INTO `wp_usermeta` VALUES (6302, 601, 'pmpro_bfirstname', 'Daniel') ; 
INSERT INTO `wp_usermeta` VALUES (6303, 601, 'pmpro_blastname', 'Dembiec') ; 
INSERT INTO `wp_usermeta` VALUES (6304, 601, 'first_name', 'Daniel') ; 
INSERT INTO `wp_usermeta` VALUES (6305, 601, 'last_name', 'Dembiec') ; 
INSERT INTO `wp_usermeta` VALUES (6306, 601, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (6307, 601, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (6308, 601, 'pmpro_baddress1', '3156 Ash Grove Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (6309, 601, 'pmpro_bcity', 'Jacksonville') ; 
INSERT INTO `wp_usermeta` VALUES (6310, 601, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6311, 601, 'pmpro_bzipcode', '32226') ; 
INSERT INTO `wp_usermeta` VALUES (6312, 602, 'pmpro_bfirstname', 'Daniel') ; 
INSERT INTO `wp_usermeta` VALUES (6313, 602, 'pmpro_blastname', 'Hatch') ; 
INSERT INTO `wp_usermeta` VALUES (6314, 602, 'first_name', 'Daniel') ; 
INSERT INTO `wp_usermeta` VALUES (6315, 602, 'last_name', 'Hatch') ; 
INSERT INTO `wp_usermeta` VALUES (6316, 602, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (6317, 602, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (6318, 602, 'pmpro_baddress1', '234 Hazard St.') ; 
INSERT INTO `wp_usermeta` VALUES (6319, 602, 'pmpro_bcity', 'Solvay') ; 
INSERT INTO `wp_usermeta` VALUES (6320, 602, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6321, 602, 'pmpro_bzipcode', '13209') ; 
INSERT INTO `wp_usermeta` VALUES (6322, 603, 'pmpro_bfirstname', 'Daniel') ; 
INSERT INTO `wp_usermeta` VALUES (6323, 603, 'pmpro_blastname', 'Blasko') ; 
INSERT INTO `wp_usermeta` VALUES (6324, 603, 'first_name', 'Daniel') ; 
INSERT INTO `wp_usermeta` VALUES (6325, 603, 'last_name', 'Blasko') ; 
INSERT INTO `wp_usermeta` VALUES (6326, 603, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6327, 603, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (6328, 603, 'pmpro_baddress1', '15412 Front Beach Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (6329, 603, 'pmpro_bcity', 'Panama City Beach') ; 
INSERT INTO `wp_usermeta` VALUES (6330, 603, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6331, 603, 'pmpro_bzipcode', '32413') ; 
INSERT INTO `wp_usermeta` VALUES (6332, 604, 'pmpro_bfirstname', 'Daniel') ; 
INSERT INTO `wp_usermeta` VALUES (6333, 604, 'pmpro_blastname', 'Silver') ; 
INSERT INTO `wp_usermeta` VALUES (6334, 604, 'first_name', 'Daniel') ; 
INSERT INTO `wp_usermeta` VALUES (6335, 604, 'last_name', 'Silver') ; 
INSERT INTO `wp_usermeta` VALUES (6336, 604, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6337, 604, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (6338, 604, 'pmpro_baddress1', '1901 Main Street Box 602') ; 
INSERT INTO `wp_usermeta` VALUES (6339, 604, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (6340, 604, 'pmpro_bcity', 'Buffalo') ; 
INSERT INTO `wp_usermeta` VALUES (6341, 604, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (6342, 604, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6343, 604, 'pmpro_bzipcode', '14208') ; 
INSERT INTO `wp_usermeta` VALUES (6344, 605, 'pmpro_bfirstname', 'Danielle') ; 
INSERT INTO `wp_usermeta` VALUES (6345, 605, 'pmpro_blastname', 'Balaguer') ; 
INSERT INTO `wp_usermeta` VALUES (6346, 605, 'first_name', 'Danielle') ; 
INSERT INTO `wp_usermeta` VALUES (6347, 605, 'last_name', 'Balaguer') ; 
INSERT INTO `wp_usermeta` VALUES (6348, 605, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (6349, 605, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (6350, 605, 'pmpro_baddress1', 'PO Box 128') ; 
INSERT INTO `wp_usermeta` VALUES (6351, 605, 'pmpro_bcity', 'Sassamansville') ; 
INSERT INTO `wp_usermeta` VALUES (6352, 605, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6353, 605, 'pmpro_bzipcode', '19472') ; 
INSERT INTO `wp_usermeta` VALUES (6354, 606, 'pmpro_bfirstname', 'Danielle') ; 
INSERT INTO `wp_usermeta` VALUES (6355, 606, 'pmpro_blastname', 'Leger') ; 
INSERT INTO `wp_usermeta` VALUES (6356, 606, 'first_name', 'Danielle') ; 
INSERT INTO `wp_usermeta` VALUES (6357, 606, 'last_name', 'Leger') ; 
INSERT INTO `wp_usermeta` VALUES (6358, 606, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6359, 606, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (6360, 606, 'pmpro_baddress1', '336 Sugar Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (6361, 606, 'pmpro_bcity', 'Bolton') ; 
INSERT INTO `wp_usermeta` VALUES (6362, 606, 'uxf_organization', 'Animal Adventures') ; 
INSERT INTO `wp_usermeta` VALUES (6363, 606, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6364, 606, 'pmpro_bzipcode', '1740') ; 
INSERT INTO `wp_usermeta` VALUES (6365, 607, 'pmpro_bfirstname', 'Danielle') ; 
INSERT INTO `wp_usermeta` VALUES (6366, 607, 'pmpro_blastname', 'Swopes') ; 
INSERT INTO `wp_usermeta` VALUES (6367, 607, 'first_name', 'Danielle') ; 
INSERT INTO `wp_usermeta` VALUES (6368, 607, 'last_name', 'Swopes') ; 
INSERT INTO `wp_usermeta` VALUES (6369, 607, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6370, 607, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (6371, 607, 'pmpro_baddress1', '3652 Harbor Bay Dr. Apt E') ; 
INSERT INTO `wp_usermeta` VALUES (6372, 607, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (6373, 607, 'pmpro_bcity', 'Loveland') ; 
INSERT INTO `wp_usermeta` VALUES (6374, 607, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6375, 607, 'pmpro_bzipcode', '45140') ; 
INSERT INTO `wp_usermeta` VALUES (6376, 608, 'pmpro_bfirstname', 'Danielle') ; 
INSERT INTO `wp_usermeta` VALUES (6377, 608, 'pmpro_blastname', 'Hessel') ; 
INSERT INTO `wp_usermeta` VALUES (6378, 608, 'first_name', 'Danielle') ; 
INSERT INTO `wp_usermeta` VALUES (6379, 608, 'last_name', 'Hessel') ; 
INSERT INTO `wp_usermeta` VALUES (6380, 608, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6381, 608, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (6382, 608, 'pmpro_baddress1', '40 Farrington Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (6383, 608, 'pmpro_bcity', 'Croton On Hudson') ; 
INSERT INTO `wp_usermeta` VALUES (6384, 608, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6385, 608, 'pmpro_bzipcode', '10520') ; 
INSERT INTO `wp_usermeta` VALUES (6386, 609, 'pmpro_bfirstname', 'Danielle') ; 
INSERT INTO `wp_usermeta` VALUES (6387, 609, 'pmpro_blastname', 'Williams') ; 
INSERT INTO `wp_usermeta` VALUES (6388, 609, 'first_name', 'Danielle') ; 
INSERT INTO `wp_usermeta` VALUES (6389, 609, 'last_name', 'Williams') ; 
INSERT INTO `wp_usermeta` VALUES (6390, 609, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6391, 609, 'pmpro_bstate', 'AL') ; 
INSERT INTO `wp_usermeta` VALUES (6392, 609, 'pmpro_baddress1', '2313 Locke Lane') ; 
INSERT INTO `wp_usermeta` VALUES (6393, 609, 'pmpro_bcity', 'Hoover') ; 
INSERT INTO `wp_usermeta` VALUES (6394, 609, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6395, 609, 'pmpro_bzipcode', '35226') ; 
INSERT INTO `wp_usermeta` VALUES (6396, 610, 'pmpro_bfirstname', 'Danielle') ; 
INSERT INTO `wp_usermeta` VALUES (6397, 610, 'pmpro_blastname', 'Faucett') ; 
INSERT INTO `wp_usermeta` VALUES (6398, 610, 'first_name', 'Danielle') ; 
INSERT INTO `wp_usermeta` VALUES (6399, 610, 'last_name', 'Faucett') ; 
INSERT INTO `wp_usermeta` VALUES (6400, 610, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (6401, 610, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (6402, 610, 'pmpro_baddress1', '308 Montana Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (6403, 610, 'pmpro_bcity', 'South Milwaukee') ; 
INSERT INTO `wp_usermeta` VALUES (6404, 610, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6405, 610, 'pmpro_bzipcode', '53172') ; 
INSERT INTO `wp_usermeta` VALUES (6406, 611, 'pmpro_bfirstname', 'Danielle') ; 
INSERT INTO `wp_usermeta` VALUES (6407, 611, 'pmpro_blastname', 'Malabre') ; 
INSERT INTO `wp_usermeta` VALUES (6408, 611, 'first_name', 'Danielle') ; 
INSERT INTO `wp_usermeta` VALUES (6409, 611, 'last_name', 'Malabre') ; 
INSERT INTO `wp_usermeta` VALUES (6410, 611, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6411, 611, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (6412, 611, 'pmpro_baddress1', '2591 Bundy Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (6413, 611, 'pmpro_bcity', 'Clovis') ; 
INSERT INTO `wp_usermeta` VALUES (6414, 611, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6415, 611, 'pmpro_bzipcode', '93611') ; 
INSERT INTO `wp_usermeta` VALUES (6416, 612, 'pmpro_bfirstname', 'Danielle') ; 
INSERT INTO `wp_usermeta` VALUES (6417, 612, 'pmpro_blastname', 'Marcantel') ; 
INSERT INTO `wp_usermeta` VALUES (6418, 612, 'first_name', 'Danielle') ; 
INSERT INTO `wp_usermeta` VALUES (6419, 612, 'last_name', 'Marcantel') ; 
INSERT INTO `wp_usermeta` VALUES (6420, 612, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6421, 612, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (6422, 612, 'pmpro_baddress1', '2965 Friendship Ledford Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (6423, 612, 'pmpro_bcity', 'Winston-Salem') ; 
INSERT INTO `wp_usermeta` VALUES (6424, 612, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6425, 612, 'pmpro_bzipcode', '27107') ; 
INSERT INTO `wp_usermeta` VALUES (6426, 613, 'pmpro_bfirstname', 'Danielle') ; 
INSERT INTO `wp_usermeta` VALUES (6427, 613, 'pmpro_blastname', 'Norsworthy') ; 
INSERT INTO `wp_usermeta` VALUES (6428, 613, 'first_name', 'Danielle') ; 
INSERT INTO `wp_usermeta` VALUES (6429, 613, 'last_name', 'Norsworthy') ; 
INSERT INTO `wp_usermeta` VALUES (6430, 613, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6431, 613, 'pmpro_bstate', 'ME') ; 
INSERT INTO `wp_usermeta` VALUES (6432, 613, 'pmpro_baddress1', '85 Allenwood Park Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (6433, 613, 'pmpro_bcity', 'Augusta') ; 
INSERT INTO `wp_usermeta` VALUES (6434, 613, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6435, 613, 'pmpro_bzipcode', '4330') ; 
INSERT INTO `wp_usermeta` VALUES (6436, 614, 'pmpro_bfirstname', 'Danielle') ; 
INSERT INTO `wp_usermeta` VALUES (6437, 614, 'pmpro_blastname', 'Valeriano') ; 
INSERT INTO `wp_usermeta` VALUES (6438, 614, 'first_name', 'Danielle') ; 
INSERT INTO `wp_usermeta` VALUES (6439, 614, 'last_name', 'Valeriano') ; 
INSERT INTO `wp_usermeta` VALUES (6440, 614, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6441, 614, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (6442, 614, 'pmpro_baddress1', '14431 Ventura Blvd.  Apt 339') ; 
INSERT INTO `wp_usermeta` VALUES (6443, 614, 'pmpro_baddress2', 'Apt 339') ; 
INSERT INTO `wp_usermeta` VALUES (6444, 614, 'pmpro_bcity', 'Sherman Oaks') ; 
INSERT INTO `wp_usermeta` VALUES (6445, 614, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6446, 614, 'pmpro_bzipcode', '91423') ; 
INSERT INTO `wp_usermeta` VALUES (6447, 615, 'pmpro_bfirstname', 'Danielle') ; 
INSERT INTO `wp_usermeta` VALUES (6448, 615, 'pmpro_blastname', 'Fogel') ; 
INSERT INTO `wp_usermeta` VALUES (6449, 615, 'first_name', 'Danielle') ; 
INSERT INTO `wp_usermeta` VALUES (6450, 615, 'last_name', 'Fogel') ; 
INSERT INTO `wp_usermeta` VALUES (6451, 615, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6452, 615, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (6453, 615, 'pmpro_baddress1', '8012 W. 4th St.') ; 
INSERT INTO `wp_usermeta` VALUES (6454, 615, 'pmpro_bcity', 'Los Angeles') ; 
INSERT INTO `wp_usermeta` VALUES (6455, 615, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6456, 615, 'pmpro_bzipcode', '90048') ; 
INSERT INTO `wp_usermeta` VALUES (6457, 616, 'pmpro_bfirstname', 'Danielle R.') ; 
INSERT INTO `wp_usermeta` VALUES (6458, 616, 'pmpro_blastname', 'Decker') ; 
INSERT INTO `wp_usermeta` VALUES (6459, 616, 'first_name', 'Danielle R.') ; 
INSERT INTO `wp_usermeta` VALUES (6460, 616, 'last_name', 'Decker') ; 
INSERT INTO `wp_usermeta` VALUES (6461, 616, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6462, 616, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (6463, 616, 'pmpro_baddress1', '2662 W. Wilson Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (6464, 616, 'pmpro_bcity', 'Wichita') ; 
INSERT INTO `wp_usermeta` VALUES (6465, 616, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6466, 616, 'pmpro_bzipcode', '67204') ; 
INSERT INTO `wp_usermeta` VALUES (6467, 617, 'pmpro_bfirstname', 'Danila') ; 
INSERT INTO `wp_usermeta` VALUES (6468, 617, 'pmpro_blastname', 'Cremona') ; 
INSERT INTO `wp_usermeta` VALUES (6469, 617, 'first_name', 'Danila') ; 
INSERT INTO `wp_usermeta` VALUES (6470, 617, 'last_name', 'Cremona') ; 
INSERT INTO `wp_usermeta` VALUES (6471, 617, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6472, 617, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (6473, 617, 'pmpro_baddress1', '12433 Moorpark St. ') ; 
INSERT INTO `wp_usermeta` VALUES (6474, 617, 'pmpro_baddress2', 'Apt 212') ; 
INSERT INTO `wp_usermeta` VALUES (6475, 617, 'pmpro_bcity', 'Studio City') ; 
INSERT INTO `wp_usermeta` VALUES (6476, 617, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6477, 617, 'pmpro_bzipcode', '91604') ; 
INSERT INTO `wp_usermeta` VALUES (6478, 618, 'pmpro_bfirstname', 'Danni') ; 
INSERT INTO `wp_usermeta` VALUES (6479, 618, 'pmpro_blastname', 'Logue') ; 
INSERT INTO `wp_usermeta` VALUES (6480, 618, 'first_name', 'Danni') ; 
INSERT INTO `wp_usermeta` VALUES (6481, 618, 'last_name', 'Logue') ; 
INSERT INTO `wp_usermeta` VALUES (6482, 618, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (6483, 618, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (6484, 618, 'pmpro_baddress1', '95 Canis Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (6485, 618, 'pmpro_bcity', 'Brick') ; 
INSERT INTO `wp_usermeta` VALUES (6486, 618, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6487, 618, 'pmpro_bzipcode', '08724') ; 
INSERT INTO `wp_usermeta` VALUES (6488, 619, 'pmpro_bfirstname', 'Dardenelle') ; 
INSERT INTO `wp_usermeta` VALUES (6489, 619, 'pmpro_blastname', 'Long') ; 
INSERT INTO `wp_usermeta` VALUES (6490, 619, 'first_name', 'Dardenelle') ; 
INSERT INTO `wp_usermeta` VALUES (6491, 619, 'last_name', 'Long') ; 
INSERT INTO `wp_usermeta` VALUES (6492, 619, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (6493, 619, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (6494, 619, 'pmpro_baddress1', '301 N. Holtzclaw Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (6495, 619, 'pmpro_bcity', 'Chattanooga') ; 
INSERT INTO `wp_usermeta` VALUES (6496, 619, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (6497, 619, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6498, 619, 'pmpro_bzipcode', '37404') ; 
INSERT INTO `wp_usermeta` VALUES (6499, 620, 'pmpro_bfirstname', 'Dardenelle') ; 
INSERT INTO `wp_usermeta` VALUES (6500, 620, 'pmpro_blastname', 'Long: Director') ; 
INSERT INTO `wp_usermeta` VALUES (6501, 620, 'first_name', 'Dardenelle') ; 
INSERT INTO `wp_usermeta` VALUES (6502, 620, 'last_name', 'Long') ; 
INSERT INTO `wp_usermeta` VALUES (6503, 620, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6504, 620, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (6505, 620, 'pmpro_baddress1', '301 N. Holtzclaw Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (6506, 620, 'pmpro_bcity', 'Chattanooga') ; 
INSERT INTO `wp_usermeta` VALUES (6507, 620, 'uxf_organization', 'Chattanooga Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (6508, 620, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6509, 620, 'pmpro_bzipcode', '37404') ; 
INSERT INTO `wp_usermeta` VALUES (6510, 620, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (6511, 621, 'pmpro_bfirstname', 'Daria') ; 
INSERT INTO `wp_usermeta` VALUES (6512, 621, 'pmpro_blastname', 'Veccia') ; 
INSERT INTO `wp_usermeta` VALUES (6513, 621, 'first_name', 'Daria') ; 
INSERT INTO `wp_usermeta` VALUES (6514, 621, 'last_name', 'Veccia') ; 
INSERT INTO `wp_usermeta` VALUES (6515, 621, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (6516, 621, 'pmpro_bstate', 'CT') ; 
INSERT INTO `wp_usermeta` VALUES (6517, 621, 'pmpro_baddress1', '84 Fawn Ridge Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (6518, 621, 'pmpro_bcity', 'Norwalk') ; 
INSERT INTO `wp_usermeta` VALUES (6519, 621, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6520, 621, 'pmpro_bzipcode', '06851') ; 
INSERT INTO `wp_usermeta` VALUES (6521, 622, 'pmpro_bfirstname', 'Darryl') ; 
INSERT INTO `wp_usermeta` VALUES (6522, 622, 'pmpro_blastname', 'Minguito') ; 
INSERT INTO `wp_usermeta` VALUES (6523, 622, 'first_name', 'Darryl') ; 
INSERT INTO `wp_usermeta` VALUES (6524, 622, 'last_name', 'Minguito') ; 
INSERT INTO `wp_usermeta` VALUES (6525, 622, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6526, 622, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (6527, 622, 'pmpro_baddress1', '145 Beech St.') ; 
INSERT INTO `wp_usermeta` VALUES (6528, 622, 'pmpro_bcity', 'Kearny') ; 
INSERT INTO `wp_usermeta` VALUES (6529, 622, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6530, 622, 'pmpro_bzipcode', '7032') ; 
INSERT INTO `wp_usermeta` VALUES (6531, 623, 'pmpro_bfirstname', 'Daryl') ; 
INSERT INTO `wp_usermeta` VALUES (6532, 623, 'pmpro_blastname', 'McGill') ; 
INSERT INTO `wp_usermeta` VALUES (6533, 623, 'first_name', 'Daryl') ; 
INSERT INTO `wp_usermeta` VALUES (6534, 623, 'last_name', 'McGill') ; 
INSERT INTO `wp_usermeta` VALUES (6535, 623, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6536, 623, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (6537, 623, 'pmpro_baddress1', '200 Deckbar Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (6538, 623, 'pmpro_baddress2', 'Apt 320') ; 
INSERT INTO `wp_usermeta` VALUES (6539, 623, 'pmpro_bcity', 'Jefferson') ; 
INSERT INTO `wp_usermeta` VALUES (6540, 623, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6541, 623, 'pmpro_bzipcode', '70121') ; 
INSERT INTO `wp_usermeta` VALUES (6542, 624, 'pmpro_bfirstname', 'Daryl') ; 
INSERT INTO `wp_usermeta` VALUES (6543, 624, 'pmpro_blastname', 'Richardson: Director') ; 
INSERT INTO `wp_usermeta` VALUES (6544, 624, 'first_name', 'Dallas World Aquarium') ; 
INSERT INTO `wp_usermeta` VALUES (6545, 624, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (6546, 624, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6547, 624, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (6548, 624, 'pmpro_baddress1', '1801 N. Griffin St.') ; 
INSERT INTO `wp_usermeta` VALUES (6549, 624, 'pmpro_bcity', 'Dallas') ; 
INSERT INTO `wp_usermeta` VALUES (6550, 624, 'uxf_organization', 'Dallas World Aquarium') ; 
INSERT INTO `wp_usermeta` VALUES (6551, 624, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6552, 624, 'pmpro_bzipcode', '75202') ; 
INSERT INTO `wp_usermeta` VALUES (6553, 624, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (6554, 625, 'pmpro_bfirstname', 'Dave') ; 
INSERT INTO `wp_usermeta` VALUES (6555, 625, 'pmpro_blastname', 'Hoekstra: Owner and Operator') ; 
INSERT INTO `wp_usermeta` VALUES (6556, 625, 'first_name', 'Boulder Ridge Wild Animal Park') ; 
INSERT INTO `wp_usermeta` VALUES (6557, 625, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (6558, 625, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6559, 625, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (6560, 625, 'pmpro_baddress1', '8313 Pratt Lake') ; 
INSERT INTO `wp_usermeta` VALUES (6561, 625, 'pmpro_bcity', 'Alto') ; 
INSERT INTO `wp_usermeta` VALUES (6562, 625, 'uxf_organization', 'Boulder Ridge Wild Animal Park') ; 
INSERT INTO `wp_usermeta` VALUES (6563, 625, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6564, 625, 'pmpro_bzipcode', '49302') ; 
INSERT INTO `wp_usermeta` VALUES (6565, 625, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (6566, 626, 'pmpro_bfirstname', 'Dave') ; 
INSERT INTO `wp_usermeta` VALUES (6567, 626, 'pmpro_blastname', 'Burgess') ; 
INSERT INTO `wp_usermeta` VALUES (6568, 626, 'first_name', 'Dave') ; 
INSERT INTO `wp_usermeta` VALUES (6569, 626, 'last_name', 'Burgess') ; 
INSERT INTO `wp_usermeta` VALUES (6570, 626, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6571, 626, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (6572, 626, 'pmpro_baddress1', '1000 Ray Moses Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (6573, 626, 'pmpro_bcity', 'Aurora') ; 
INSERT INTO `wp_usermeta` VALUES (6574, 626, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6575, 626, 'pmpro_bzipcode', '60505') ; 
INSERT INTO `wp_usermeta` VALUES (6576, 627, 'pmpro_bfirstname', 'Dave') ; 
INSERT INTO `wp_usermeta` VALUES (6577, 627, 'pmpro_blastname', 'Sacco') ; 
INSERT INTO `wp_usermeta` VALUES (6578, 627, 'first_name', 'Dave') ; 
INSERT INTO `wp_usermeta` VALUES (6579, 627, 'last_name', 'Sacco') ; 
INSERT INTO `wp_usermeta` VALUES (6580, 627, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6581, 627, 'pmpro_bstate', 'CT') ; 
INSERT INTO `wp_usermeta` VALUES (6582, 627, 'pmpro_baddress1', '2750 Hebron Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (6583, 627, 'pmpro_bcity', 'Glastonbury') ; 
INSERT INTO `wp_usermeta` VALUES (6584, 627, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6585, 627, 'pmpro_bzipcode', '6033') ; 
INSERT INTO `wp_usermeta` VALUES (6586, 628, 'pmpro_bfirstname', 'Dave') ; 
INSERT INTO `wp_usermeta` VALUES (6587, 628, 'pmpro_blastname', 'Fuentes') ; 
INSERT INTO `wp_usermeta` VALUES (6588, 628, 'first_name', 'Dave') ; 
INSERT INTO `wp_usermeta` VALUES (6589, 628, 'last_name', 'Fuentes') ; 
INSERT INTO `wp_usermeta` VALUES (6590, 628, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6591, 628, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (6592, 628, 'pmpro_baddress1', '18320 Robin Ln.  Unit A1') ; 
INSERT INTO `wp_usermeta` VALUES (6593, 628, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (6594, 628, 'pmpro_bcity', 'Homewood') ; 
INSERT INTO `wp_usermeta` VALUES (6595, 628, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6596, 628, 'pmpro_bzipcode', '60430') ; 
INSERT INTO `wp_usermeta` VALUES (6597, 629, 'pmpro_bfirstname', 'David') ; 
INSERT INTO `wp_usermeta` VALUES (6598, 629, 'pmpro_blastname', 'Partington: Toronto Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (6599, 629, 'first_name', 'David') ; 
INSERT INTO `wp_usermeta` VALUES (6600, 629, 'last_name', 'Partington') ; 
INSERT INTO `wp_usermeta` VALUES (6601, 629, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (6602, 629, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (6603, 629, 'pmpro_baddress1', '361A Old Finch Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (6604, 629, 'pmpro_bcity', 'Scarborough') ; 
INSERT INTO `wp_usermeta` VALUES (6605, 629, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (6606, 629, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6607, 629, 'pmpro_bzipcode', 'M1B 5K7') ; 
INSERT INTO `wp_usermeta` VALUES (6608, 630, 'pmpro_bfirstname', 'David') ; 
INSERT INTO `wp_usermeta` VALUES (6609, 630, 'pmpro_blastname', 'Illig') ; 
INSERT INTO `wp_usermeta` VALUES (6610, 630, 'first_name', 'David') ; 
INSERT INTO `wp_usermeta` VALUES (6611, 630, 'last_name', 'Illig') ; 
INSERT INTO `wp_usermeta` VALUES (6612, 630, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (6613, 630, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (6614, 630, 'pmpro_baddress1', '8420 N. Farm Rd. 117') ; 
INSERT INTO `wp_usermeta` VALUES (6615, 630, 'pmpro_bcity', 'Willard') ; 
INSERT INTO `wp_usermeta` VALUES (6616, 630, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6617, 630, 'pmpro_bzipcode', '65781') ; 
INSERT INTO `wp_usermeta` VALUES (6618, 631, 'pmpro_bfirstname', 'David') ; 
INSERT INTO `wp_usermeta` VALUES (6619, 631, 'pmpro_blastname', 'Albaugh') ; 
INSERT INTO `wp_usermeta` VALUES (6620, 631, 'first_name', 'David') ; 
INSERT INTO `wp_usermeta` VALUES (6621, 631, 'last_name', 'Albaugh') ; 
INSERT INTO `wp_usermeta` VALUES (6622, 631, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6623, 631, 'pmpro_bstate', 'RI') ; 
INSERT INTO `wp_usermeta` VALUES (6624, 631, 'pmpro_baddress1', '9 Columbia Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (6625, 631, 'pmpro_bcity', 'Jamestown') ; 
INSERT INTO `wp_usermeta` VALUES (6626, 631, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6627, 631, 'pmpro_bzipcode', '2835') ; 
INSERT INTO `wp_usermeta` VALUES (6628, 632, 'pmpro_bfirstname', 'David') ; 
INSERT INTO `wp_usermeta` VALUES (6629, 632, 'pmpro_blastname', 'Backus') ; 
INSERT INTO `wp_usermeta` VALUES (6630, 632, 'first_name', 'David') ; 
INSERT INTO `wp_usermeta` VALUES (6631, 632, 'last_name', 'Backus') ; 
INSERT INTO `wp_usermeta` VALUES (6632, 632, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6633, 632, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (6634, 632, 'pmpro_baddress1', '4961 Haverhill Commons Cir Apt 12') ; 
INSERT INTO `wp_usermeta` VALUES (6635, 632, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (6636, 632, 'pmpro_bcity', 'W. Palm Beach') ; 
INSERT INTO `wp_usermeta` VALUES (6637, 632, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6638, 632, 'pmpro_bzipcode', '33417') ; 
INSERT INTO `wp_usermeta` VALUES (6639, 633, 'pmpro_bfirstname', 'David') ; 
INSERT INTO `wp_usermeta` VALUES (6640, 633, 'pmpro_blastname', 'Kleven') ; 
INSERT INTO `wp_usermeta` VALUES (6641, 633, 'first_name', 'David') ; 
INSERT INTO `wp_usermeta` VALUES (6642, 633, 'last_name', 'Kleven') ; 
INSERT INTO `wp_usermeta` VALUES (6643, 633, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (6644, 633, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (6645, 633, 'pmpro_baddress1', '7151 Cedar Lake Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (6646, 633, 'pmpro_bcity', 'Aubrey') ; 
INSERT INTO `wp_usermeta` VALUES (6647, 633, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (6648, 633, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6649, 633, 'pmpro_bzipcode', '76227') ; 
INSERT INTO `wp_usermeta` VALUES (6650, 634, 'pmpro_bfirstname', 'David') ; 
INSERT INTO `wp_usermeta` VALUES (6651, 634, 'pmpro_blastname', 'Orban') ; 
INSERT INTO `wp_usermeta` VALUES (6652, 634, 'first_name', 'David') ; 
INSERT INTO `wp_usermeta` VALUES (6653, 634, 'last_name', 'Orban') ; 
INSERT INTO `wp_usermeta` VALUES (6654, 634, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6655, 634, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (6656, 634, 'pmpro_baddress1', '48569 Adams Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (6657, 634, 'pmpro_bcity', 'Macomb') ; 
INSERT INTO `wp_usermeta` VALUES (6658, 634, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6659, 634, 'pmpro_bzipcode', '48044') ; 
INSERT INTO `wp_usermeta` VALUES (6660, 635, 'pmpro_bfirstname', 'David') ; 
INSERT INTO `wp_usermeta` VALUES (6661, 635, 'pmpro_blastname', 'Sansing') ; 
INSERT INTO `wp_usermeta` VALUES (6662, 635, 'first_name', 'David') ; 
INSERT INTO `wp_usermeta` VALUES (6663, 635, 'last_name', 'Sansing') ; 
INSERT INTO `wp_usermeta` VALUES (6664, 635, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (6665, 635, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (6666, 635, 'pmpro_baddress1', '5827 Bryan Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (6667, 635, 'pmpro_bcity', 'Oregon') ; 
INSERT INTO `wp_usermeta` VALUES (6668, 635, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6669, 635, 'pmpro_bzipcode', '43616') ; 
INSERT INTO `wp_usermeta` VALUES (6670, 636, 'pmpro_bfirstname', 'David') ; 
INSERT INTO `wp_usermeta` VALUES (6671, 636, 'pmpro_blastname', 'Ely') ; 
INSERT INTO `wp_usermeta` VALUES (6672, 636, 'first_name', 'David') ; 
INSERT INTO `wp_usermeta` VALUES (6673, 636, 'last_name', 'Ely') ; 
INSERT INTO `wp_usermeta` VALUES (6674, 636, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (6675, 636, 'pmpro_bstate', 'ND') ; 
INSERT INTO `wp_usermeta` VALUES (6676, 636, 'pmpro_baddress1', '1818 E. Bowen Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (6677, 636, 'pmpro_bcity', 'Bismarck') ; 
INSERT INTO `wp_usermeta` VALUES (6678, 636, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6679, 636, 'pmpro_bzipcode', '58504') ; 
INSERT INTO `wp_usermeta` VALUES (6680, 637, 'pmpro_bfirstname', 'David') ; 
INSERT INTO `wp_usermeta` VALUES (6681, 637, 'pmpro_blastname', 'Johnson') ; 
INSERT INTO `wp_usermeta` VALUES (6682, 637, 'first_name', 'David') ; 
INSERT INTO `wp_usermeta` VALUES (6683, 637, 'last_name', 'Johnson') ; 
INSERT INTO `wp_usermeta` VALUES (6684, 637, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6685, 637, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (6686, 637, 'pmpro_baddress1', '5405 S. Dover St.') ; 
INSERT INTO `wp_usermeta` VALUES (6687, 637, 'pmpro_baddress2', 'Unit 204') ; 
INSERT INTO `wp_usermeta` VALUES (6688, 637, 'pmpro_bcity', 'Littleton') ; 
INSERT INTO `wp_usermeta` VALUES (6689, 637, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6690, 637, 'pmpro_bzipcode', '80123') ; 
INSERT INTO `wp_usermeta` VALUES (6691, 638, 'pmpro_bfirstname', 'David') ; 
INSERT INTO `wp_usermeta` VALUES (6692, 638, 'pmpro_blastname', 'Brothers') ; 
INSERT INTO `wp_usermeta` VALUES (6693, 638, 'first_name', 'David') ; 
INSERT INTO `wp_usermeta` VALUES (6694, 638, 'last_name', 'Brothers') ; 
INSERT INTO `wp_usermeta` VALUES (6695, 638, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6696, 638, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (6697, 638, 'pmpro_baddress1', '6713 Parker St. Apt B') ; 
INSERT INTO `wp_usermeta` VALUES (6698, 638, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (6699, 638, 'pmpro_bcity', 'Douglasville') ; 
INSERT INTO `wp_usermeta` VALUES (6700, 638, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6701, 638, 'pmpro_bzipcode', '30134') ; 
INSERT INTO `wp_usermeta` VALUES (6702, 639, 'pmpro_bfirstname', 'David') ; 
INSERT INTO `wp_usermeta` VALUES (6703, 639, 'pmpro_blastname', 'Grazian') ; 
INSERT INTO `wp_usermeta` VALUES (6704, 639, 'first_name', 'David') ; 
INSERT INTO `wp_usermeta` VALUES (6705, 639, 'last_name', 'Grazian') ; 
INSERT INTO `wp_usermeta` VALUES (6706, 639, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6707, 639, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (6708, 639, 'pmpro_baddress1', '3718 Locust Walk') ; 
INSERT INTO `wp_usermeta` VALUES (6709, 639, 'pmpro_bcity', 'Philadelphia') ; 
INSERT INTO `wp_usermeta` VALUES (6710, 639, 'uxf_organization', 'Univ. of Pennsylvania') ; 
INSERT INTO `wp_usermeta` VALUES (6711, 639, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6712, 639, 'pmpro_bzipcode', '19104') ; 
INSERT INTO `wp_usermeta` VALUES (6713, 640, 'pmpro_bfirstname', 'David') ; 
INSERT INTO `wp_usermeta` VALUES (6714, 640, 'pmpro_blastname', 'Grubaugh') ; 
INSERT INTO `wp_usermeta` VALUES (6715, 640, 'first_name', 'David') ; 
INSERT INTO `wp_usermeta` VALUES (6716, 640, 'last_name', 'Grubaugh') ; 
INSERT INTO `wp_usermeta` VALUES (6717, 640, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (6718, 640, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (6719, 640, 'pmpro_baddress1', '9281 Carthay Circle') ; 
INSERT INTO `wp_usermeta` VALUES (6720, 640, 'pmpro_bcity', 'Spring Valley') ; 
INSERT INTO `wp_usermeta` VALUES (6721, 640, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6722, 640, 'pmpro_bzipcode', '91977') ; 
INSERT INTO `wp_usermeta` VALUES (6723, 641, 'pmpro_bfirstname', 'David') ; 
INSERT INTO `wp_usermeta` VALUES (6724, 641, 'pmpro_blastname', 'Mulnix') ; 
INSERT INTO `wp_usermeta` VALUES (6725, 641, 'first_name', 'David') ; 
INSERT INTO `wp_usermeta` VALUES (6726, 641, 'last_name', 'Mulnix') ; 
INSERT INTO `wp_usermeta` VALUES (6727, 641, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (6728, 641, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (6729, 641, 'pmpro_baddress1', '5620 Deerfield St.') ; 
INSERT INTO `wp_usermeta` VALUES (6730, 641, 'pmpro_bcity', 'Portage') ; 
INSERT INTO `wp_usermeta` VALUES (6731, 641, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6732, 641, 'pmpro_bzipcode', '49024') ; 
INSERT INTO `wp_usermeta` VALUES (6733, 642, 'pmpro_bfirstname', 'David ') ; 
INSERT INTO `wp_usermeta` VALUES (6734, 642, 'pmpro_blastname', 'Rodrigue: Executive Director - Ecomuseum') ; 
INSERT INTO `wp_usermeta` VALUES (6735, 642, 'first_name', 'David') ; 
INSERT INTO `wp_usermeta` VALUES (6736, 642, 'last_name', 'Rodrigue: Executive Director') ; 
INSERT INTO `wp_usermeta` VALUES (6737, 642, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (6738, 642, 'pmpro_bstate', 'QC') ; 
INSERT INTO `wp_usermeta` VALUES (6739, 642, 'pmpro_baddress1', '21125 chemin Sainte-Marie') ; 
INSERT INTO `wp_usermeta` VALUES (6740, 642, 'pmpro_bcity', 'Sainte-Anne-de-Bellevue') ; 
INSERT INTO `wp_usermeta` VALUES (6741, 642, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (6742, 642, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6743, 642, 'pmpro_bzipcode', 'H9X 3Y7') ; 
INSERT INTO `wp_usermeta` VALUES (6744, 643, 'pmpro_bfirstname', 'David ') ; 
INSERT INTO `wp_usermeta` VALUES (6745, 643, 'pmpro_blastname', 'Jones PhD. Director') ; 
INSERT INTO `wp_usermeta` VALUES (6746, 643, 'first_name', 'North Carolina Zoological Park') ; 
INSERT INTO `wp_usermeta` VALUES (6747, 643, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (6748, 643, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6749, 643, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (6750, 643, 'pmpro_baddress1', '4401 Zoo Parkway') ; 
INSERT INTO `wp_usermeta` VALUES (6751, 643, 'pmpro_bcity', 'Asheboro') ; 
INSERT INTO `wp_usermeta` VALUES (6752, 643, 'uxf_organization', 'North Carolina Zoological Park') ; 
INSERT INTO `wp_usermeta` VALUES (6753, 643, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6754, 643, 'pmpro_bzipcode', '27205') ; 
INSERT INTO `wp_usermeta` VALUES (6755, 643, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (6756, 644, 'pmpro_bfirstname', 'David ') ; 
INSERT INTO `wp_usermeta` VALUES (6757, 644, 'pmpro_blastname', 'Kessler') ; 
INSERT INTO `wp_usermeta` VALUES (6758, 644, 'first_name', 'David ') ; 
INSERT INTO `wp_usermeta` VALUES (6759, 644, 'last_name', 'Kessler') ; 
INSERT INTO `wp_usermeta` VALUES (6760, 644, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6761, 644, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (6762, 644, 'pmpro_baddress1', '114 Claybrook Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (6763, 644, 'pmpro_bcity', 'Silver Spring') ; 
INSERT INTO `wp_usermeta` VALUES (6764, 644, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6765, 644, 'pmpro_bzipcode', '20902') ; 
INSERT INTO `wp_usermeta` VALUES (6766, 645, 'pmpro_bfirstname', 'David C.') ; 
INSERT INTO `wp_usermeta` VALUES (6767, 645, 'pmpro_blastname', 'Messmann') ; 
INSERT INTO `wp_usermeta` VALUES (6768, 645, 'first_name', 'David C.') ; 
INSERT INTO `wp_usermeta` VALUES (6769, 645, 'last_name', 'Messmann') ; 
INSERT INTO `wp_usermeta` VALUES (6770, 645, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (6771, 645, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (6772, 645, 'pmpro_baddress1', '2121 EdgeHill Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (6773, 645, 'pmpro_bcity', 'Ft. Wayne') ; 
INSERT INTO `wp_usermeta` VALUES (6774, 645, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6775, 645, 'pmpro_bzipcode', '46805') ; 
INSERT INTO `wp_usermeta` VALUES (6776, 646, 'pmpro_bfirstname', 'David J.') ; 
INSERT INTO `wp_usermeta` VALUES (6777, 646, 'pmpro_blastname', 'Scholes') ; 
INSERT INTO `wp_usermeta` VALUES (6778, 646, 'first_name', 'David J.') ; 
INSERT INTO `wp_usermeta` VALUES (6779, 646, 'last_name', 'Scholes') ; 
INSERT INTO `wp_usermeta` VALUES (6780, 646, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6781, 646, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (6782, 646, 'pmpro_baddress1', '845 Staghorn Ln. ') ; 
INSERT INTO `wp_usermeta` VALUES (6783, 646, 'pmpro_baddress2', 'Apt 301') ; 
INSERT INTO `wp_usermeta` VALUES (6784, 646, 'pmpro_bcity', 'N. Aurora') ; 
INSERT INTO `wp_usermeta` VALUES (6785, 646, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6786, 646, 'pmpro_bzipcode', '60542') ; 
INSERT INTO `wp_usermeta` VALUES (6787, 647, 'pmpro_bfirstname', 'David K.') ; 
INSERT INTO `wp_usermeta` VALUES (6788, 647, 'pmpro_blastname', 'Luce') ; 
INSERT INTO `wp_usermeta` VALUES (6789, 647, 'first_name', 'David K.') ; 
INSERT INTO `wp_usermeta` VALUES (6790, 647, 'last_name', 'Luce') ; 
INSERT INTO `wp_usermeta` VALUES (6791, 647, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6792, 647, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (6793, 647, 'pmpro_baddress1', '625 S. Fig St.  Apt 14') ; 
INSERT INTO `wp_usermeta` VALUES (6794, 647, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (6795, 647, 'pmpro_bcity', 'Escondido') ; 
INSERT INTO `wp_usermeta` VALUES (6796, 647, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6797, 647, 'pmpro_bzipcode', '92025') ; 
INSERT INTO `wp_usermeta` VALUES (6798, 648, 'pmpro_bfirstname', 'David M.') ; 
INSERT INTO `wp_usermeta` VALUES (6799, 648, 'pmpro_blastname', 'Bright') ; 
INSERT INTO `wp_usermeta` VALUES (6800, 648, 'first_name', 'David M.') ; 
INSERT INTO `wp_usermeta` VALUES (6801, 648, 'last_name', 'Bright') ; 
INSERT INTO `wp_usermeta` VALUES (6802, 648, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6803, 648, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (6804, 648, 'pmpro_baddress1', '3425 Hwy. 11E') ; 
INSERT INTO `wp_usermeta` VALUES (6805, 648, 'pmpro_bcity', 'Limestone') ; 
INSERT INTO `wp_usermeta` VALUES (6806, 648, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6807, 648, 'pmpro_bzipcode', '37681') ; 
INSERT INTO `wp_usermeta` VALUES (6808, 649, 'pmpro_bfirstname', 'Dawn') ; 
INSERT INTO `wp_usermeta` VALUES (6809, 649, 'pmpro_blastname', 'Garr') ; 
INSERT INTO `wp_usermeta` VALUES (6810, 649, 'first_name', 'Dawn') ; 
INSERT INTO `wp_usermeta` VALUES (6811, 649, 'last_name', 'Garr') ; 
INSERT INTO `wp_usermeta` VALUES (6812, 649, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6813, 649, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (6814, 649, 'pmpro_baddress1', '12555 Lakeview Drive') ; 
INSERT INTO `wp_usermeta` VALUES (6815, 649, 'pmpro_bcity', 'Orland Park') ; 
INSERT INTO `wp_usermeta` VALUES (6816, 649, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6817, 649, 'pmpro_bzipcode', '60467') ; 
INSERT INTO `wp_usermeta` VALUES (6818, 650, 'pmpro_bfirstname', 'Dawn') ; 
INSERT INTO `wp_usermeta` VALUES (6819, 650, 'pmpro_blastname', 'Sohr') ; 
INSERT INTO `wp_usermeta` VALUES (6820, 650, 'first_name', 'Dawn') ; 
INSERT INTO `wp_usermeta` VALUES (6821, 650, 'last_name', 'Sohr') ; 
INSERT INTO `wp_usermeta` VALUES (6822, 650, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6823, 650, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (6824, 650, 'pmpro_baddress1', '2542 Imgrund Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (6825, 650, 'pmpro_bcity', 'North Aurora') ; 
INSERT INTO `wp_usermeta` VALUES (6826, 650, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6827, 650, 'pmpro_bzipcode', '60542') ; 
INSERT INTO `wp_usermeta` VALUES (6828, 651, 'pmpro_bfirstname', 'Dawn') ; 
INSERT INTO `wp_usermeta` VALUES (6829, 651, 'pmpro_blastname', 'Manley') ; 
INSERT INTO `wp_usermeta` VALUES (6830, 651, 'first_name', 'Dawn') ; 
INSERT INTO `wp_usermeta` VALUES (6831, 651, 'last_name', 'Manley') ; 
INSERT INTO `wp_usermeta` VALUES (6832, 651, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6833, 651, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (6834, 651, 'pmpro_baddress1', '1931 First Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (6835, 651, 'pmpro_bcity', 'Walnut Creek') ; 
INSERT INTO `wp_usermeta` VALUES (6836, 651, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (6837, 651, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6838, 651, 'pmpro_bzipcode', '94597') ; 
INSERT INTO `wp_usermeta` VALUES (6839, 652, 'pmpro_bfirstname', 'Dawn') ; 
INSERT INTO `wp_usermeta` VALUES (6840, 652, 'pmpro_blastname', 'Kruger') ; 
INSERT INTO `wp_usermeta` VALUES (6841, 652, 'first_name', 'Dawn') ; 
INSERT INTO `wp_usermeta` VALUES (6842, 652, 'last_name', 'Kruger') ; 
INSERT INTO `wp_usermeta` VALUES (6843, 652, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (6844, 652, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (6845, 652, 'pmpro_baddress1', '10942 W Wildwood Ln. Apt D310') ; 
INSERT INTO `wp_usermeta` VALUES (6846, 652, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (6847, 652, 'pmpro_bcity', 'W. Allis') ; 
INSERT INTO `wp_usermeta` VALUES (6848, 652, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6849, 652, 'pmpro_bzipcode', '53227') ; 
INSERT INTO `wp_usermeta` VALUES (6850, 653, 'pmpro_bfirstname', 'Dawn') ; 
INSERT INTO `wp_usermeta` VALUES (6851, 653, 'pmpro_blastname', 'Muncie') ; 
INSERT INTO `wp_usermeta` VALUES (6852, 653, 'first_name', 'Dawn') ; 
INSERT INTO `wp_usermeta` VALUES (6853, 653, 'last_name', 'Muncie') ; 
INSERT INTO `wp_usermeta` VALUES (6854, 653, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (6855, 653, 'pmpro_bstate', 'KY') ; 
INSERT INTO `wp_usermeta` VALUES (6856, 653, 'pmpro_baddress1', '3012 Wedgewood Way') ; 
INSERT INTO `wp_usermeta` VALUES (6857, 653, 'pmpro_bcity', 'Louisville') ; 
INSERT INTO `wp_usermeta` VALUES (6858, 653, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6859, 653, 'pmpro_bzipcode', '40220') ; 
INSERT INTO `wp_usermeta` VALUES (6860, 654, 'pmpro_bfirstname', 'Dawn') ; 
INSERT INTO `wp_usermeta` VALUES (6861, 654, 'pmpro_blastname', 'Falls') ; 
INSERT INTO `wp_usermeta` VALUES (6862, 654, 'first_name', 'Dawn') ; 
INSERT INTO `wp_usermeta` VALUES (6863, 654, 'last_name', 'Falls') ; 
INSERT INTO `wp_usermeta` VALUES (6864, 654, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (6865, 654, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (6866, 654, 'pmpro_baddress1', '17213 E. 41st St. S.') ; 
INSERT INTO `wp_usermeta` VALUES (6867, 654, 'pmpro_bcity', 'Independence') ; 
INSERT INTO `wp_usermeta` VALUES (6868, 654, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6869, 654, 'pmpro_bzipcode', '64055') ; 
INSERT INTO `wp_usermeta` VALUES (6870, 655, 'pmpro_bfirstname', 'Dawn') ; 
INSERT INTO `wp_usermeta` VALUES (6871, 655, 'pmpro_blastname', 'Costanzo') ; 
INSERT INTO `wp_usermeta` VALUES (6872, 655, 'first_name', 'Dawn') ; 
INSERT INTO `wp_usermeta` VALUES (6873, 655, 'last_name', 'Costanzo') ; 
INSERT INTO `wp_usermeta` VALUES (6874, 655, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6875, 655, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (6876, 655, 'pmpro_baddress1', 'P.O. Box 9158') ; 
INSERT INTO `wp_usermeta` VALUES (6877, 655, 'pmpro_bcity', 'Tampa') ; 
INSERT INTO `wp_usermeta` VALUES (6878, 655, 'uxf_organization', 'Busch Gardens') ; 
INSERT INTO `wp_usermeta` VALUES (6879, 655, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6880, 655, 'pmpro_bzipcode', '33674') ; 
INSERT INTO `wp_usermeta` VALUES (6881, 656, 'pmpro_bfirstname', 'Dawn') ; 
INSERT INTO `wp_usermeta` VALUES (6882, 656, 'pmpro_blastname', 'Drake') ; 
INSERT INTO `wp_usermeta` VALUES (6883, 656, 'first_name', 'Dawn') ; 
INSERT INTO `wp_usermeta` VALUES (6884, 656, 'last_name', 'Drake') ; 
INSERT INTO `wp_usermeta` VALUES (6885, 656, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6886, 656, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (6887, 656, 'pmpro_baddress1', '90 New Braintree Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (6888, 656, 'pmpro_bcity', 'Oakham') ; 
INSERT INTO `wp_usermeta` VALUES (6889, 656, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6890, 656, 'pmpro_bzipcode', '01068-9796') ; 
INSERT INTO `wp_usermeta` VALUES (6891, 657, 'pmpro_bfirstname', 'Dawn') ; 
INSERT INTO `wp_usermeta` VALUES (6892, 657, 'pmpro_blastname', 'Fleuchaus') ; 
INSERT INTO `wp_usermeta` VALUES (6893, 657, 'first_name', 'Dawn') ; 
INSERT INTO `wp_usermeta` VALUES (6894, 657, 'last_name', 'Fleuchaus') ; 
INSERT INTO `wp_usermeta` VALUES (6895, 657, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (6896, 657, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (6897, 657, 'pmpro_baddress1', '11831 W. Elmwood Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (6898, 657, 'pmpro_bcity', 'Franklin') ; 
INSERT INTO `wp_usermeta` VALUES (6899, 657, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6900, 657, 'pmpro_bzipcode', '53132') ; 
INSERT INTO `wp_usermeta` VALUES (6901, 658, 'pmpro_bfirstname', 'Dawn') ; 
INSERT INTO `wp_usermeta` VALUES (6902, 658, 'pmpro_blastname', 'Forsythe ') ; 
INSERT INTO `wp_usermeta` VALUES (6903, 658, 'first_name', 'Dawn') ; 
INSERT INTO `wp_usermeta` VALUES (6904, 658, 'last_name', 'Forsythe ') ; 
INSERT INTO `wp_usermeta` VALUES (6905, 658, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6906, 658, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (6907, 658, 'pmpro_baddress1', '12608 Holdridge Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (6908, 658, 'pmpro_bcity', 'Silver Spring') ; 
INSERT INTO `wp_usermeta` VALUES (6909, 658, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6910, 658, 'pmpro_bzipcode', '20906') ; 
INSERT INTO `wp_usermeta` VALUES (6911, 659, 'pmpro_bfirstname', 'Dawn') ; 
INSERT INTO `wp_usermeta` VALUES (6912, 659, 'pmpro_blastname', 'Stone') ; 
INSERT INTO `wp_usermeta` VALUES (6913, 659, 'first_name', 'Dawn') ; 
INSERT INTO `wp_usermeta` VALUES (6914, 659, 'last_name', 'Stone') ; 
INSERT INTO `wp_usermeta` VALUES (6915, 659, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6916, 659, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (6917, 659, 'pmpro_baddress1', '3168 W. 138th St.') ; 
INSERT INTO `wp_usermeta` VALUES (6918, 659, 'pmpro_bcity', 'Cleveland') ; 
INSERT INTO `wp_usermeta` VALUES (6919, 659, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6920, 659, 'pmpro_bzipcode', '44111') ; 
INSERT INTO `wp_usermeta` VALUES (6921, 660, 'pmpro_bfirstname', 'Dawn ') ; 
INSERT INTO `wp_usermeta` VALUES (6922, 660, 'pmpro_blastname', 'Davis') ; 
INSERT INTO `wp_usermeta` VALUES (6923, 660, 'first_name', 'Dawn') ; 
INSERT INTO `wp_usermeta` VALUES (6924, 660, 'last_name', 'Davis') ; 
INSERT INTO `wp_usermeta` VALUES (6925, 660, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6926, 660, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (6927, 660, 'pmpro_baddress1', '687 W. 204th St. Apt 1E') ; 
INSERT INTO `wp_usermeta` VALUES (6928, 660, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (6929, 660, 'pmpro_bcity', 'New York') ; 
INSERT INTO `wp_usermeta` VALUES (6930, 660, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6931, 660, 'pmpro_bzipcode', '10034') ; 
INSERT INTO `wp_usermeta` VALUES (6932, 661, 'pmpro_bfirstname', 'Dawn D.') ; 
INSERT INTO `wp_usermeta` VALUES (6933, 661, 'pmpro_blastname', 'Neptune') ; 
INSERT INTO `wp_usermeta` VALUES (6934, 661, 'first_name', 'Dawn') ; 
INSERT INTO `wp_usermeta` VALUES (6935, 661, 'last_name', 'Neptune') ; 
INSERT INTO `wp_usermeta` VALUES (6936, 661, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6937, 661, 'pmpro_bstate', 'UT') ; 
INSERT INTO `wp_usermeta` VALUES (6938, 661, 'pmpro_baddress1', '827 E. Sherman Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (6939, 661, 'pmpro_bcity', 'Salt Lake City') ; 
INSERT INTO `wp_usermeta` VALUES (6940, 661, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6941, 661, 'pmpro_bzipcode', '84105-2236') ; 
INSERT INTO `wp_usermeta` VALUES (6942, 662, 'pmpro_bfirstname', 'Dawn E. ') ; 
INSERT INTO `wp_usermeta` VALUES (6943, 662, 'pmpro_blastname', 'Boyer') ; 
INSERT INTO `wp_usermeta` VALUES (6944, 662, 'first_name', 'Dawn E. ') ; 
INSERT INTO `wp_usermeta` VALUES (6945, 662, 'last_name', 'Boyer') ; 
INSERT INTO `wp_usermeta` VALUES (6946, 662, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6947, 662, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (6948, 662, 'pmpro_baddress1', '7321 Pennsylvania Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (6949, 662, 'pmpro_bcity', 'St. Louis') ; 
INSERT INTO `wp_usermeta` VALUES (6950, 662, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6951, 662, 'pmpro_bzipcode', '63111') ; 
INSERT INTO `wp_usermeta` VALUES (6952, 663, 'pmpro_bfirstname', 'Dean') ; 
INSERT INTO `wp_usermeta` VALUES (6953, 663, 'pmpro_blastname', 'Harrison') ; 
INSERT INTO `wp_usermeta` VALUES (6954, 663, 'first_name', 'Dean Harrision') ; 
INSERT INTO `wp_usermeta` VALUES (6955, 663, 'last_name', 'Out of Africa Wildlife Park') ; 
INSERT INTO `wp_usermeta` VALUES (6956, 663, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6957, 663, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (6958, 663, 'pmpro_baddress1', '4020 N. Cherry Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (6959, 663, 'pmpro_bcity', 'Camp Verde') ; 
INSERT INTO `wp_usermeta` VALUES (6960, 663, 'uxf_organization', 'Out of Africa Wildlife Park') ; 
INSERT INTO `wp_usermeta` VALUES (6961, 663, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6962, 663, 'pmpro_bzipcode', '86322') ; 
INSERT INTO `wp_usermeta` VALUES (6963, 663, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (6964, 664, 'pmpro_bfirstname', 'Dean') ; 
INSERT INTO `wp_usermeta` VALUES (6965, 664, 'pmpro_blastname', 'Bowman') ; 
INSERT INTO `wp_usermeta` VALUES (6966, 664, 'first_name', 'Dean') ; 
INSERT INTO `wp_usermeta` VALUES (6967, 664, 'last_name', 'Bowman') ; 
INSERT INTO `wp_usermeta` VALUES (6968, 664, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (6969, 664, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (6970, 664, 'pmpro_baddress1', '324 Rue Rabelais  Apt 603') ; 
INSERT INTO `wp_usermeta` VALUES (6971, 664, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (6972, 664, 'pmpro_bcity', 'S. Bend') ; 
INSERT INTO `wp_usermeta` VALUES (6973, 664, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6974, 664, 'pmpro_bzipcode', '46615') ; 
INSERT INTO `wp_usermeta` VALUES (6975, 665, 'pmpro_bfirstname', 'Deana') ; 
INSERT INTO `wp_usermeta` VALUES (6976, 665, 'pmpro_blastname', 'Walz') ; 
INSERT INTO `wp_usermeta` VALUES (6977, 665, 'first_name', 'Deana') ; 
INSERT INTO `wp_usermeta` VALUES (6978, 665, 'last_name', 'Walz') ; 
INSERT INTO `wp_usermeta` VALUES (6979, 665, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (6980, 665, 'pmpro_bstate', 'UT') ; 
INSERT INTO `wp_usermeta` VALUES (6981, 665, 'pmpro_baddress1', '10954 Sunup Way') ; 
INSERT INTO `wp_usermeta` VALUES (6982, 665, 'pmpro_bcity', 'S. Jordan') ; 
INSERT INTO `wp_usermeta` VALUES (6983, 665, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6984, 665, 'pmpro_bzipcode', '84095-7744') ; 
INSERT INTO `wp_usermeta` VALUES (6985, 666, 'pmpro_bfirstname', 'Deanna') ; 
INSERT INTO `wp_usermeta` VALUES (6986, 666, 'pmpro_blastname', 'Snell') ; 
INSERT INTO `wp_usermeta` VALUES (6987, 666, 'first_name', 'Deanna') ; 
INSERT INTO `wp_usermeta` VALUES (6988, 666, 'last_name', 'Snell') ; 
INSERT INTO `wp_usermeta` VALUES (6989, 666, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (6990, 666, 'pmpro_bstate', 'AB') ; 
INSERT INTO `wp_usermeta` VALUES (6991, 666, 'pmpro_baddress1', '1300 Zoo Rd. NE') ; 
INSERT INTO `wp_usermeta` VALUES (6992, 666, 'pmpro_bcity', 'Calgary') ; 
INSERT INTO `wp_usermeta` VALUES (6993, 666, 'uxf_organization', 'Calgary Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (6994, 666, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (6995, 666, 'pmpro_bzipcode', 'T2E 7V6') ; 
INSERT INTO `wp_usermeta` VALUES (6996, 666, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (6997, 667, 'pmpro_bfirstname', 'Deanna') ; 
INSERT INTO `wp_usermeta` VALUES (6998, 667, 'pmpro_blastname', 'Rocca RVT') ; 
INSERT INTO `wp_usermeta` VALUES (6999, 667, 'first_name', 'Deanna') ; 
INSERT INTO `wp_usermeta` VALUES (7000, 667, 'last_name', 'Rocca RVT') ; 
INSERT INTO `wp_usermeta` VALUES (7001, 667, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7002, 667, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (7003, 667, 'pmpro_baddress1', 'P.O. Box 3788') ; 
INSERT INTO `wp_usermeta` VALUES (7004, 667, 'pmpro_bcity', 'Granada Hills') ; 
INSERT INTO `wp_usermeta` VALUES (7005, 667, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7006, 667, 'pmpro_bzipcode', '91394-0788') ; 
INSERT INTO `wp_usermeta` VALUES (7007, 668, 'pmpro_bfirstname', 'Deanna') ; 
INSERT INTO `wp_usermeta` VALUES (7008, 668, 'pmpro_blastname', 'Edwards') ; 
INSERT INTO `wp_usermeta` VALUES (7009, 668, 'first_name', 'Deanna') ; 
INSERT INTO `wp_usermeta` VALUES (7010, 668, 'last_name', 'Edwards') ; 
INSERT INTO `wp_usermeta` VALUES (7011, 668, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7012, 668, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (7013, 668, 'pmpro_baddress1', '29521 State Route 507') ; 
INSERT INTO `wp_usermeta` VALUES (7014, 668, 'pmpro_bcity', 'Roy') ; 
INSERT INTO `wp_usermeta` VALUES (7015, 668, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7016, 668, 'pmpro_bzipcode', '98580') ; 
INSERT INTO `wp_usermeta` VALUES (7017, 669, 'pmpro_bfirstname', 'Deanna') ; 
INSERT INTO `wp_usermeta` VALUES (7018, 669, 'pmpro_blastname', 'Lance') ; 
INSERT INTO `wp_usermeta` VALUES (7019, 669, 'first_name', 'Deanna') ; 
INSERT INTO `wp_usermeta` VALUES (7020, 669, 'last_name', 'Lance') ; 
INSERT INTO `wp_usermeta` VALUES (7021, 669, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7022, 669, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (7023, 669, 'pmpro_baddress1', '1812 Poplar Ave. Apt 15') ; 
INSERT INTO `wp_usermeta` VALUES (7024, 669, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (7025, 669, 'pmpro_bcity', 'Memphis') ; 
INSERT INTO `wp_usermeta` VALUES (7026, 669, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7027, 669, 'pmpro_bzipcode', '38104') ; 
INSERT INTO `wp_usermeta` VALUES (7028, 670, 'pmpro_bfirstname', 'Deb') ; 
INSERT INTO `wp_usermeta` VALUES (7029, 670, 'pmpro_blastname', 'Grupenhoff') ; 
INSERT INTO `wp_usermeta` VALUES (7030, 670, 'first_name', 'Deb') ; 
INSERT INTO `wp_usermeta` VALUES (7031, 670, 'last_name', 'Grupenhoff') ; 
INSERT INTO `wp_usermeta` VALUES (7032, 670, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (7033, 670, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (7034, 670, 'pmpro_baddress1', '967 Park Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (7035, 670, 'pmpro_bcity', 'Herndon') ; 
INSERT INTO `wp_usermeta` VALUES (7036, 670, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7037, 670, 'pmpro_bzipcode', '20170') ; 
INSERT INTO `wp_usermeta` VALUES (7038, 671, 'pmpro_bfirstname', 'Debbie') ; 
INSERT INTO `wp_usermeta` VALUES (7039, 671, 'pmpro_blastname', 'Marlow') ; 
INSERT INTO `wp_usermeta` VALUES (7040, 671, 'first_name', 'Debbie') ; 
INSERT INTO `wp_usermeta` VALUES (7041, 671, 'last_name', 'Marlow') ; 
INSERT INTO `wp_usermeta` VALUES (7042, 671, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7043, 671, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (7044, 671, 'pmpro_baddress1', '8273 Vista Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (7045, 671, 'pmpro_bcity', 'La Mesa') ; 
INSERT INTO `wp_usermeta` VALUES (7046, 671, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7047, 671, 'pmpro_bzipcode', '91941') ; 
INSERT INTO `wp_usermeta` VALUES (7048, 672, 'pmpro_bfirstname', 'Debbie') ; 
INSERT INTO `wp_usermeta` VALUES (7049, 672, 'pmpro_blastname', 'Richardson: Curator') ; 
INSERT INTO `wp_usermeta` VALUES (7050, 672, 'first_name', 'Debbie') ; 
INSERT INTO `wp_usermeta` VALUES (7051, 672, 'last_name', 'Richardson: Curator') ; 
INSERT INTO `wp_usermeta` VALUES (7052, 672, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7053, 672, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (7054, 672, 'pmpro_baddress1', 'P.O. Box 6957') ; 
INSERT INTO `wp_usermeta` VALUES (7055, 672, 'pmpro_bcity', 'Big Bear Lake') ; 
INSERT INTO `wp_usermeta` VALUES (7056, 672, 'uxf_organization', 'Big Bear Alpine Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (7057, 672, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7058, 672, 'pmpro_bzipcode', '92315') ; 
INSERT INTO `wp_usermeta` VALUES (7059, 673, 'pmpro_bfirstname', 'Deborah') ; 
INSERT INTO `wp_usermeta` VALUES (7060, 673, 'pmpro_blastname', 'Tobin') ; 
INSERT INTO `wp_usermeta` VALUES (7061, 673, 'first_name', 'Debbie') ; 
INSERT INTO `wp_usermeta` VALUES (7062, 673, 'last_name', 'Tobin') ; 
INSERT INTO `wp_usermeta` VALUES (7063, 673, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (7064, 673, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (7065, 673, 'pmpro_baddress1', '138 Wainwright Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (7066, 673, 'pmpro_bcity', 'Syracuse') ; 
INSERT INTO `wp_usermeta` VALUES (7067, 673, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7068, 673, 'pmpro_bzipcode', '13208') ; 
INSERT INTO `wp_usermeta` VALUES (7069, 674, 'pmpro_bfirstname', 'Debbie') ; 
INSERT INTO `wp_usermeta` VALUES (7070, 674, 'pmpro_blastname', 'Towey') ; 
INSERT INTO `wp_usermeta` VALUES (7071, 674, 'first_name', 'Debbie') ; 
INSERT INTO `wp_usermeta` VALUES (7072, 674, 'last_name', 'Towey') ; 
INSERT INTO `wp_usermeta` VALUES (7073, 674, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7074, 674, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (7075, 674, 'pmpro_baddress1', '50 Wyndham Close') ; 
INSERT INTO `wp_usermeta` VALUES (7076, 674, 'pmpro_bcity', 'White Plains') ; 
INSERT INTO `wp_usermeta` VALUES (7077, 674, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7078, 674, 'pmpro_bzipcode', '10605') ; 
INSERT INTO `wp_usermeta` VALUES (7079, 675, 'pmpro_bfirstname', 'Debbie') ; 
INSERT INTO `wp_usermeta` VALUES (7080, 675, 'pmpro_blastname', 'Crosthwait') ; 
INSERT INTO `wp_usermeta` VALUES (7081, 675, 'first_name', 'Debbie') ; 
INSERT INTO `wp_usermeta` VALUES (7082, 675, 'last_name', 'Crosthwait') ; 
INSERT INTO `wp_usermeta` VALUES (7083, 675, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7084, 675, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (7085, 675, 'pmpro_baddress1', '211 Eagle Lane') ; 
INSERT INTO `wp_usermeta` VALUES (7086, 675, 'pmpro_bcity', 'Palmdale') ; 
INSERT INTO `wp_usermeta` VALUES (7087, 675, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7088, 675, 'pmpro_bzipcode', '93551') ; 
INSERT INTO `wp_usermeta` VALUES (7089, 676, 'pmpro_bfirstname', 'Debi') ; 
INSERT INTO `wp_usermeta` VALUES (7090, 676, 'pmpro_blastname', 'Talbott') ; 
INSERT INTO `wp_usermeta` VALUES (7091, 676, 'first_name', 'Debi') ; 
INSERT INTO `wp_usermeta` VALUES (7092, 676, 'last_name', 'Talbott') ; 
INSERT INTO `wp_usermeta` VALUES (7093, 676, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7094, 676, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (7095, 676, 'pmpro_baddress1', '10109 52nd Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (7096, 676, 'pmpro_bcity', 'College Park') ; 
INSERT INTO `wp_usermeta` VALUES (7097, 676, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7098, 676, 'pmpro_bzipcode', '20740') ; 
INSERT INTO `wp_usermeta` VALUES (7099, 677, 'pmpro_bfirstname', 'Deborah') ; 
INSERT INTO `wp_usermeta` VALUES (7100, 677, 'pmpro_blastname', 'Levy ') ; 
INSERT INTO `wp_usermeta` VALUES (7101, 677, 'first_name', 'Deborah') ; 
INSERT INTO `wp_usermeta` VALUES (7102, 677, 'last_name', 'Levy') ; 
INSERT INTO `wp_usermeta` VALUES (7103, 677, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7104, 677, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (7105, 677, 'pmpro_baddress1', '9851 Deer Valley Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (7106, 677, 'pmpro_bcity', 'Brentwood') ; 
INSERT INTO `wp_usermeta` VALUES (7107, 677, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7108, 677, 'pmpro_bzipcode', '94513') ; 
INSERT INTO `wp_usermeta` VALUES (7109, 678, 'pmpro_bfirstname', 'Deborah') ; 
INSERT INTO `wp_usermeta` VALUES (7110, 678, 'pmpro_blastname', 'McClelland') ; 
INSERT INTO `wp_usermeta` VALUES (7111, 678, 'first_name', 'Deborah') ; 
INSERT INTO `wp_usermeta` VALUES (7112, 678, 'last_name', 'McClelland') ; 
INSERT INTO `wp_usermeta` VALUES (7113, 678, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7114, 678, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (7115, 678, 'pmpro_baddress1', 'P.O. Box 1032') ; 
INSERT INTO `wp_usermeta` VALUES (7116, 678, 'pmpro_bcity', 'Emmitsburg') ; 
INSERT INTO `wp_usermeta` VALUES (7117, 678, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7118, 678, 'pmpro_bzipcode', '21727') ; 
INSERT INTO `wp_usermeta` VALUES (7119, 679, 'pmpro_bfirstname', 'Deborah') ; 
INSERT INTO `wp_usermeta` VALUES (7120, 679, 'pmpro_blastname', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (7121, 679, 'first_name', 'Deborah') ; 
INSERT INTO `wp_usermeta` VALUES (7122, 679, 'last_name', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (7123, 679, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7124, 679, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (7125, 679, 'pmpro_baddress1', '4681 Wollaster Ct. Apt A') ; 
INSERT INTO `wp_usermeta` VALUES (7126, 679, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (7127, 679, 'pmpro_bcity', 'Columbus') ; 
INSERT INTO `wp_usermeta` VALUES (7128, 679, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7129, 679, 'pmpro_bzipcode', '43220') ; 
INSERT INTO `wp_usermeta` VALUES (7130, 680, 'pmpro_bfirstname', 'Deborah') ; 
INSERT INTO `wp_usermeta` VALUES (7131, 680, 'pmpro_blastname', 'Jensen: President & CEO') ; 
INSERT INTO `wp_usermeta` VALUES (7132, 680, 'first_name', 'Woodland Park Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (7133, 680, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (7134, 680, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7135, 680, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (7136, 680, 'pmpro_baddress1', '601 N. 59th St.') ; 
INSERT INTO `wp_usermeta` VALUES (7137, 680, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (7138, 680, 'uxf_organization', 'Woodland Park Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (7139, 680, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7140, 680, 'pmpro_bzipcode', '98103') ; 
INSERT INTO `wp_usermeta` VALUES (7141, 680, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (7142, 681, 'pmpro_bfirstname', 'Deborah') ; 
INSERT INTO `wp_usermeta` VALUES (7143, 681, 'pmpro_blastname', 'Hancock') ; 
INSERT INTO `wp_usermeta` VALUES (7144, 681, 'first_name', 'Deborah') ; 
INSERT INTO `wp_usermeta` VALUES (7145, 681, 'last_name', 'Hancock') ; 
INSERT INTO `wp_usermeta` VALUES (7146, 681, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7147, 681, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (7148, 681, 'pmpro_baddress1', '44 Algonquin Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (7149, 681, 'pmpro_bcity', 'Hampton') ; 
INSERT INTO `wp_usermeta` VALUES (7150, 681, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7151, 681, 'pmpro_bzipcode', '23661') ; 
INSERT INTO `wp_usermeta` VALUES (7152, 682, 'pmpro_bfirstname', 'Deborah') ; 
INSERT INTO `wp_usermeta` VALUES (7153, 682, 'pmpro_blastname', 'Eastman') ; 
INSERT INTO `wp_usermeta` VALUES (7154, 682, 'first_name', 'Deborah') ; 
INSERT INTO `wp_usermeta` VALUES (7155, 682, 'last_name', 'Eastman') ; 
INSERT INTO `wp_usermeta` VALUES (7156, 682, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7157, 682, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (7158, 682, 'pmpro_baddress1', '7658 W. Bloomfield Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (7159, 682, 'pmpro_bcity', 'Peoria') ; 
INSERT INTO `wp_usermeta` VALUES (7160, 682, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7161, 682, 'pmpro_bzipcode', '85381') ; 
INSERT INTO `wp_usermeta` VALUES (7162, 683, 'pmpro_bfirstname', 'Deborah A.') ; 
INSERT INTO `wp_usermeta` VALUES (7163, 683, 'pmpro_blastname', 'Roth') ; 
INSERT INTO `wp_usermeta` VALUES (7164, 683, 'first_name', 'Deborah A.') ; 
INSERT INTO `wp_usermeta` VALUES (7165, 683, 'last_name', 'Roth') ; 
INSERT INTO `wp_usermeta` VALUES (7166, 683, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7167, 683, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (7168, 683, 'pmpro_baddress1', '902 Kirkpatrick St.- Upper') ; 
INSERT INTO `wp_usermeta` VALUES (7169, 683, 'pmpro_bcity', 'Syracuse') ; 
INSERT INTO `wp_usermeta` VALUES (7170, 683, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7171, 683, 'pmpro_bzipcode', '13208') ; 
INSERT INTO `wp_usermeta` VALUES (7172, 684, 'pmpro_bfirstname', 'Deborah A.') ; 
INSERT INTO `wp_usermeta` VALUES (7173, 684, 'pmpro_blastname', 'Thompson') ; 
INSERT INTO `wp_usermeta` VALUES (7174, 684, 'first_name', 'Deborah A.') ; 
INSERT INTO `wp_usermeta` VALUES (7175, 684, 'last_name', 'Thompson') ; 
INSERT INTO `wp_usermeta` VALUES (7176, 684, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7177, 684, 'pmpro_bstate', 'AR') ; 
INSERT INTO `wp_usermeta` VALUES (7178, 684, 'pmpro_baddress1', '7400 Evergreen Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (7179, 684, 'pmpro_bcity', 'Little Rock') ; 
INSERT INTO `wp_usermeta` VALUES (7180, 684, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7181, 684, 'pmpro_bzipcode', '72207-6003') ; 
INSERT INTO `wp_usermeta` VALUES (7182, 685, 'pmpro_bfirstname', 'Debra') ; 
INSERT INTO `wp_usermeta` VALUES (7183, 685, 'pmpro_blastname', 'Round') ; 
INSERT INTO `wp_usermeta` VALUES (7184, 685, 'first_name', 'Debra') ; 
INSERT INTO `wp_usermeta` VALUES (7185, 685, 'last_name', 'Round') ; 
INSERT INTO `wp_usermeta` VALUES (7186, 685, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (7187, 685, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (7188, 685, 'pmpro_baddress1', '4039 Gateway Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (7189, 685, 'pmpro_bcity', 'Englewood') ; 
INSERT INTO `wp_usermeta` VALUES (7190, 685, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7191, 685, 'pmpro_bzipcode', '45322') ; 
INSERT INTO `wp_usermeta` VALUES (7192, 686, 'pmpro_bfirstname', 'Debra') ; 
INSERT INTO `wp_usermeta` VALUES (7193, 686, 'pmpro_blastname', 'Dadomo') ; 
INSERT INTO `wp_usermeta` VALUES (7194, 686, 'first_name', 'Debra') ; 
INSERT INTO `wp_usermeta` VALUES (7195, 686, 'last_name', 'Dadomo') ; 
INSERT INTO `wp_usermeta` VALUES (7196, 686, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7197, 686, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (7198, 686, 'pmpro_baddress1', '7930 Wyngate St.') ; 
INSERT INTO `wp_usermeta` VALUES (7199, 686, 'pmpro_bcity', 'Sunland') ; 
INSERT INTO `wp_usermeta` VALUES (7200, 686, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7201, 686, 'pmpro_bzipcode', '91040') ; 
INSERT INTO `wp_usermeta` VALUES (7202, 687, 'pmpro_bfirstname', 'Debra') ; 
INSERT INTO `wp_usermeta` VALUES (7203, 687, 'pmpro_blastname', 'Fenton') ; 
INSERT INTO `wp_usermeta` VALUES (7204, 687, 'first_name', 'Debra') ; 
INSERT INTO `wp_usermeta` VALUES (7205, 687, 'last_name', 'Fenton') ; 
INSERT INTO `wp_usermeta` VALUES (7206, 687, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7207, 687, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (7208, 687, 'pmpro_baddress1', '661 Red Cliff Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (7209, 687, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (7210, 687, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7211, 687, 'pmpro_bzipcode', '80906') ; 
INSERT INTO `wp_usermeta` VALUES (7212, 688, 'pmpro_bfirstname', 'Debra') ; 
INSERT INTO `wp_usermeta` VALUES (7213, 688, 'pmpro_blastname', 'Harding') ; 
INSERT INTO `wp_usermeta` VALUES (7214, 688, 'first_name', 'Debra') ; 
INSERT INTO `wp_usermeta` VALUES (7215, 688, 'last_name', 'Harding') ; 
INSERT INTO `wp_usermeta` VALUES (7216, 688, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7217, 688, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (7218, 688, 'pmpro_baddress1', '1515 Cherry Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (7219, 688, 'pmpro_bcity', 'Rydal') ; 
INSERT INTO `wp_usermeta` VALUES (7220, 688, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7221, 688, 'pmpro_bzipcode', '19046') ; 
INSERT INTO `wp_usermeta` VALUES (7222, 689, 'pmpro_bfirstname', 'Debra') ; 
INSERT INTO `wp_usermeta` VALUES (7223, 689, 'pmpro_blastname', 'Harris') ; 
INSERT INTO `wp_usermeta` VALUES (7224, 689, 'first_name', 'Debra') ; 
INSERT INTO `wp_usermeta` VALUES (7225, 689, 'last_name', 'Harris') ; 
INSERT INTO `wp_usermeta` VALUES (7226, 689, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7227, 689, 'pmpro_bstate', 'MT') ; 
INSERT INTO `wp_usermeta` VALUES (7228, 689, 'pmpro_baddress1', 'P.O. Box 81403') ; 
INSERT INTO `wp_usermeta` VALUES (7229, 689, 'pmpro_bcity', 'Billings') ; 
INSERT INTO `wp_usermeta` VALUES (7230, 689, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7231, 689, 'pmpro_bzipcode', '59108') ; 
INSERT INTO `wp_usermeta` VALUES (7232, 690, 'pmpro_bfirstname', 'Debra') ; 
INSERT INTO `wp_usermeta` VALUES (7233, 690, 'pmpro_blastname', 'Groleau') ; 
INSERT INTO `wp_usermeta` VALUES (7234, 690, 'first_name', 'Debra') ; 
INSERT INTO `wp_usermeta` VALUES (7235, 690, 'last_name', 'Groleau') ; 
INSERT INTO `wp_usermeta` VALUES (7236, 690, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (7237, 690, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (7238, 690, 'pmpro_baddress1', '17524 Vandenberg Ln.  Apt 06') ; 
INSERT INTO `wp_usermeta` VALUES (7239, 690, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (7240, 690, 'pmpro_bcity', 'Tustin') ; 
INSERT INTO `wp_usermeta` VALUES (7241, 690, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7242, 690, 'pmpro_bzipcode', '92780') ; 
INSERT INTO `wp_usermeta` VALUES (7243, 691, 'pmpro_bfirstname', 'Debra') ; 
INSERT INTO `wp_usermeta` VALUES (7244, 691, 'pmpro_blastname', 'Dial') ; 
INSERT INTO `wp_usermeta` VALUES (7245, 691, 'first_name', 'Debra') ; 
INSERT INTO `wp_usermeta` VALUES (7246, 691, 'last_name', 'Dial') ; 
INSERT INTO `wp_usermeta` VALUES (7247, 691, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7248, 691, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (7249, 691, 'pmpro_baddress1', '1914 Westchester Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (7250, 691, 'pmpro_bcity', 'Catonsville') ; 
INSERT INTO `wp_usermeta` VALUES (7251, 691, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7252, 691, 'pmpro_bzipcode', '21228') ; 
INSERT INTO `wp_usermeta` VALUES (7253, 692, 'pmpro_bfirstname', 'Dee') ; 
INSERT INTO `wp_usermeta` VALUES (7254, 692, 'pmpro_blastname', 'Nelson') ; 
INSERT INTO `wp_usermeta` VALUES (7255, 692, 'first_name', 'Dee') ; 
INSERT INTO `wp_usermeta` VALUES (7256, 692, 'last_name', 'Nelson') ; 
INSERT INTO `wp_usermeta` VALUES (7257, 692, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7258, 692, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (7259, 692, 'pmpro_baddress1', '7245 Orizaba') ; 
INSERT INTO `wp_usermeta` VALUES (7260, 692, 'pmpro_bcity', 'El Paso') ; 
INSERT INTO `wp_usermeta` VALUES (7261, 692, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7262, 692, 'pmpro_bzipcode', '79912-2230') ; 
INSERT INTO `wp_usermeta` VALUES (7263, 693, 'pmpro_bfirstname', 'DeeAnn') ; 
INSERT INTO `wp_usermeta` VALUES (7264, 693, 'pmpro_blastname', 'Wilfong') ; 
INSERT INTO `wp_usermeta` VALUES (7265, 693, 'first_name', 'DeeAnn') ; 
INSERT INTO `wp_usermeta` VALUES (7266, 693, 'last_name', 'Wilfong') ; 
INSERT INTO `wp_usermeta` VALUES (7267, 693, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7268, 693, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (7269, 693, 'pmpro_baddress1', '4250 Cheyenne Mountain Zoo Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (7270, 693, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (7271, 693, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7272, 693, 'pmpro_bzipcode', '80906') ; 
INSERT INTO `wp_usermeta` VALUES (7273, 694, 'pmpro_bfirstname', 'Delaina') ; 
INSERT INTO `wp_usermeta` VALUES (7274, 694, 'pmpro_blastname', 'Clemetson') ; 
INSERT INTO `wp_usermeta` VALUES (7275, 694, 'first_name', 'Delaina') ; 
INSERT INTO `wp_usermeta` VALUES (7276, 694, 'last_name', 'Clemetson') ; 
INSERT INTO `wp_usermeta` VALUES (7277, 694, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7278, 694, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (7279, 694, 'pmpro_baddress1', 'E6232 County Road V') ; 
INSERT INTO `wp_usermeta` VALUES (7280, 694, 'pmpro_bcity', 'Ridgeland') ; 
INSERT INTO `wp_usermeta` VALUES (7281, 694, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7282, 694, 'pmpro_bzipcode', '54763') ; 
INSERT INTO `wp_usermeta` VALUES (7283, 695, 'pmpro_bfirstname', 'DeLaura') ; 
INSERT INTO `wp_usermeta` VALUES (7284, 695, 'pmpro_blastname', 'DeMarco-Logue') ; 
INSERT INTO `wp_usermeta` VALUES (7285, 695, 'first_name', 'DeLaura') ; 
INSERT INTO `wp_usermeta` VALUES (7286, 695, 'last_name', 'DeMarco-Logue') ; 
INSERT INTO `wp_usermeta` VALUES (7287, 695, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (7288, 695, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (7289, 695, 'pmpro_baddress1', '15635 N. 29th Way') ; 
INSERT INTO `wp_usermeta` VALUES (7290, 695, 'pmpro_bcity', 'Phoenix') ; 
INSERT INTO `wp_usermeta` VALUES (7291, 695, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7292, 695, 'pmpro_bzipcode', '85032') ; 
INSERT INTO `wp_usermeta` VALUES (7293, 696, 'pmpro_bfirstname', 'Delfino') ; 
INSERT INTO `wp_usermeta` VALUES (7294, 696, 'pmpro_blastname', 'Flood Guillermo') ; 
INSERT INTO `wp_usermeta` VALUES (7295, 696, 'first_name', 'Delfino') ; 
INSERT INTO `wp_usermeta` VALUES (7296, 696, 'last_name', 'Flood Guillermo') ; 
INSERT INTO `wp_usermeta` VALUES (7297, 696, 'pmpro_bcountry', 'Argentina') ; 
INSERT INTO `wp_usermeta` VALUES (7298, 696, 'pmpro_bstate', 'BA') ; 
INSERT INTO `wp_usermeta` VALUES (7299, 696, 'pmpro_baddress1', 'Ruta 25 Km 0-700 ') ; 
INSERT INTO `wp_usermeta` VALUES (7300, 696, 'pmpro_bcity', 'Escobar') ; 
INSERT INTO `wp_usermeta` VALUES (7301, 696, 'uxf_organization', 'Temaiken') ; 
INSERT INTO `wp_usermeta` VALUES (7302, 696, 'pmpro_bzipcode', 'CP:1625') ; 
INSERT INTO `wp_usermeta` VALUES (7303, 696, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (7304, 696, 'uxf_akf', 'PRINT') ; 
INSERT INTO `wp_usermeta` VALUES (7305, 697, 'pmpro_bfirstname', 'Delia') ; 
INSERT INTO `wp_usermeta` VALUES (7306, 697, 'pmpro_blastname', 'Plate') ; 
INSERT INTO `wp_usermeta` VALUES (7307, 697, 'first_name', 'Delia') ; 
INSERT INTO `wp_usermeta` VALUES (7308, 697, 'last_name', 'Plate') ; 
INSERT INTO `wp_usermeta` VALUES (7309, 697, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7310, 697, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (7311, 697, 'pmpro_baddress1', '360 Belfair Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (7312, 697, 'pmpro_bcity', 'Galloway') ; 
INSERT INTO `wp_usermeta` VALUES (7313, 697, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7314, 697, 'pmpro_bzipcode', '43119') ; 
INSERT INTO `wp_usermeta` VALUES (7315, 698, 'pmpro_bfirstname', 'Deltra') ; 
INSERT INTO `wp_usermeta` VALUES (7316, 698, 'pmpro_blastname', 'Willis') ; 
INSERT INTO `wp_usermeta` VALUES (7317, 698, 'first_name', 'Deltra') ; 
INSERT INTO `wp_usermeta` VALUES (7318, 698, 'last_name', 'Willis') ; 
INSERT INTO `wp_usermeta` VALUES (7319, 698, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7320, 698, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (7321, 698, 'pmpro_baddress1', '24602 County Route 159') ; 
INSERT INTO `wp_usermeta` VALUES (7322, 698, 'pmpro_bcity', 'Watertown') ; 
INSERT INTO `wp_usermeta` VALUES (7323, 698, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7324, 698, 'pmpro_bzipcode', '13601') ; 
INSERT INTO `wp_usermeta` VALUES (7325, 699, 'pmpro_bfirstname', 'Dena') ; 
INSERT INTO `wp_usermeta` VALUES (7326, 699, 'pmpro_blastname', 'Honeycutt') ; 
INSERT INTO `wp_usermeta` VALUES (7327, 699, 'first_name', 'Dena') ; 
INSERT INTO `wp_usermeta` VALUES (7328, 699, 'last_name', 'Honeycutt') ; 
INSERT INTO `wp_usermeta` VALUES (7329, 699, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7330, 699, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (7331, 699, 'pmpro_baddress1', '1150 Allston') ; 
INSERT INTO `wp_usermeta` VALUES (7332, 699, 'pmpro_bcity', 'Houston') ; 
INSERT INTO `wp_usermeta` VALUES (7333, 699, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7334, 699, 'pmpro_bzipcode', '77008') ; 
INSERT INTO `wp_usermeta` VALUES (7335, 700, 'pmpro_bfirstname', 'Deneen') ; 
INSERT INTO `wp_usermeta` VALUES (7336, 700, 'pmpro_blastname', 'Beatty') ; 
INSERT INTO `wp_usermeta` VALUES (7337, 700, 'first_name', 'Deneen') ; 
INSERT INTO `wp_usermeta` VALUES (7338, 700, 'last_name', 'Beatty') ; 
INSERT INTO `wp_usermeta` VALUES (7339, 700, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (7340, 700, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (7341, 700, 'pmpro_baddress1', '7900 Spruce St.') ; 
INSERT INTO `wp_usermeta` VALUES (7342, 700, 'pmpro_bcity', 'Pittsburgh') ; 
INSERT INTO `wp_usermeta` VALUES (7343, 700, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7344, 700, 'pmpro_bzipcode', '15237') ; 
INSERT INTO `wp_usermeta` VALUES (7345, 701, 'pmpro_bfirstname', 'Denis') ; 
INSERT INTO `wp_usermeta` VALUES (7346, 701, 'pmpro_blastname', 'Pate: CEO - Director') ; 
INSERT INTO `wp_usermeta` VALUES (7347, 701, 'first_name', 'Omaha\'s Henry Doorly Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (7348, 701, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (7349, 701, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7350, 701, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (7351, 701, 'pmpro_baddress1', '3701 S. 10th St.') ; 
INSERT INTO `wp_usermeta` VALUES (7352, 701, 'pmpro_bcity', 'Omaha') ; 
INSERT INTO `wp_usermeta` VALUES (7353, 701, 'uxf_organization', 'Omaha\'s Henry Doorly Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (7354, 701, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7355, 701, 'pmpro_bzipcode', '68107') ; 
INSERT INTO `wp_usermeta` VALUES (7356, 701, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (7357, 702, 'pmpro_bfirstname', 'Denise') ; 
INSERT INTO `wp_usermeta` VALUES (7358, 702, 'pmpro_blastname', 'Wagner') ; 
INSERT INTO `wp_usermeta` VALUES (7359, 702, 'first_name', 'Denise') ; 
INSERT INTO `wp_usermeta` VALUES (7360, 702, 'last_name', 'Wagner') ; 
INSERT INTO `wp_usermeta` VALUES (7361, 702, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7362, 702, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (7363, 702, 'pmpro_baddress1', '1640 N. Queensbury') ; 
INSERT INTO `wp_usermeta` VALUES (7364, 702, 'pmpro_bcity', 'Mesa') ; 
INSERT INTO `wp_usermeta` VALUES (7365, 702, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7366, 702, 'pmpro_bzipcode', '85201') ; 
INSERT INTO `wp_usermeta` VALUES (7367, 703, 'pmpro_bfirstname', 'Denise') ; 
INSERT INTO `wp_usermeta` VALUES (7368, 703, 'pmpro_blastname', 'McClean') ; 
INSERT INTO `wp_usermeta` VALUES (7369, 703, 'first_name', 'Prospect Park Wildlife Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (7370, 703, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (7371, 703, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7372, 703, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (7373, 703, 'pmpro_baddress1', '450 Flatbush Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (7374, 703, 'pmpro_bcity', 'Brooklyn') ; 
INSERT INTO `wp_usermeta` VALUES (7375, 703, 'uxf_organization', 'Prospect Park Wildlife Center') ; 
INSERT INTO `wp_usermeta` VALUES (7376, 703, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7377, 703, 'pmpro_bzipcode', '11225') ; 
INSERT INTO `wp_usermeta` VALUES (7378, 703, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (7379, 704, 'pmpro_bfirstname', 'Dennis') ; 
INSERT INTO `wp_usermeta` VALUES (7380, 704, 'pmpro_blastname', 'Charlton') ; 
INSERT INTO `wp_usermeta` VALUES (7381, 704, 'first_name', 'Dennis') ; 
INSERT INTO `wp_usermeta` VALUES (7382, 704, 'last_name', 'Charlton') ; 
INSERT INTO `wp_usermeta` VALUES (7383, 704, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (7384, 704, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (7385, 704, 'pmpro_baddress1', '3114 Whispering Pines Dr. Apt 42') ; 
INSERT INTO `wp_usermeta` VALUES (7386, 704, 'pmpro_bcity', 'Silver Spring') ; 
INSERT INTO `wp_usermeta` VALUES (7387, 704, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7388, 704, 'pmpro_bzipcode', '20906') ; 
INSERT INTO `wp_usermeta` VALUES (7389, 705, 'pmpro_bfirstname', 'Dennis') ; 
INSERT INTO `wp_usermeta` VALUES (7390, 705, 'pmpro_blastname', 'Sweeney') ; 
INSERT INTO `wp_usermeta` VALUES (7391, 705, 'first_name', 'Dennis') ; 
INSERT INTO `wp_usermeta` VALUES (7392, 705, 'last_name', 'Sweeney') ; 
INSERT INTO `wp_usermeta` VALUES (7393, 705, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7394, 705, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (7395, 705, 'pmpro_baddress1', '5811 Ambler') ; 
INSERT INTO `wp_usermeta` VALUES (7396, 705, 'pmpro_bcity', 'Holt') ; 
INSERT INTO `wp_usermeta` VALUES (7397, 705, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7398, 705, 'pmpro_bzipcode', '48842') ; 
INSERT INTO `wp_usermeta` VALUES (7399, 706, 'pmpro_bfirstname', 'Dennis J. ') ; 
INSERT INTO `wp_usermeta` VALUES (7400, 706, 'pmpro_blastname', 'Revello') ; 
INSERT INTO `wp_usermeta` VALUES (7401, 706, 'first_name', 'Dennis J. ') ; 
INSERT INTO `wp_usermeta` VALUES (7402, 706, 'last_name', 'Revello') ; 
INSERT INTO `wp_usermeta` VALUES (7403, 706, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7404, 706, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (7405, 706, 'pmpro_baddress1', '18990 E. Chaffee Pl.') ; 
INSERT INTO `wp_usermeta` VALUES (7406, 706, 'pmpro_bcity', 'Denver') ; 
INSERT INTO `wp_usermeta` VALUES (7407, 706, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7408, 706, 'pmpro_bzipcode', '80249-6605') ; 
INSERT INTO `wp_usermeta` VALUES (7409, 707, 'pmpro_bfirstname', 'Derek') ; 
INSERT INTO `wp_usermeta` VALUES (7410, 707, 'pmpro_blastname', 'Pelc') ; 
INSERT INTO `wp_usermeta` VALUES (7411, 707, 'first_name', 'Derek') ; 
INSERT INTO `wp_usermeta` VALUES (7412, 707, 'last_name', 'Pelc') ; 
INSERT INTO `wp_usermeta` VALUES (7413, 707, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7414, 707, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (7415, 707, 'pmpro_baddress1', '1024 N. 5th Street') ; 
INSERT INTO `wp_usermeta` VALUES (7416, 707, 'pmpro_bcity', 'Niles') ; 
INSERT INTO `wp_usermeta` VALUES (7417, 707, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7418, 707, 'pmpro_bzipcode', '49120') ; 
INSERT INTO `wp_usermeta` VALUES (7419, 708, 'pmpro_bfirstname', 'Derrill') ; 
INSERT INTO `wp_usermeta` VALUES (7420, 708, 'pmpro_blastname', 'Rothermich') ; 
INSERT INTO `wp_usermeta` VALUES (7421, 708, 'first_name', 'Derrill') ; 
INSERT INTO `wp_usermeta` VALUES (7422, 708, 'last_name', 'Rothermich') ; 
INSERT INTO `wp_usermeta` VALUES (7423, 708, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7424, 708, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (7425, 708, 'pmpro_baddress1', '5810 Sun Court') ; 
INSERT INTO `wp_usermeta` VALUES (7426, 708, 'pmpro_bcity', 'El Paso') ; 
INSERT INTO `wp_usermeta` VALUES (7427, 708, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7428, 708, 'pmpro_bzipcode', '79924') ; 
INSERT INTO `wp_usermeta` VALUES (7429, 709, 'pmpro_bfirstname', 'Deserrai') ; 
INSERT INTO `wp_usermeta` VALUES (7430, 709, 'pmpro_blastname', 'Buunk') ; 
INSERT INTO `wp_usermeta` VALUES (7431, 709, 'first_name', 'Deserrai') ; 
INSERT INTO `wp_usermeta` VALUES (7432, 709, 'last_name', 'Buunk') ; 
INSERT INTO `wp_usermeta` VALUES (7433, 709, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (7434, 709, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (7435, 709, 'pmpro_baddress1', '13 Dowers Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (7436, 709, 'pmpro_bcity', 'Ajax') ; 
INSERT INTO `wp_usermeta` VALUES (7437, 709, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7438, 709, 'pmpro_bzipcode', 'L1T 3B3') ; 
INSERT INTO `wp_usermeta` VALUES (7439, 710, 'pmpro_bfirstname', 'Desiree') ; 
INSERT INTO `wp_usermeta` VALUES (7440, 710, 'pmpro_blastname', 'Hager') ; 
INSERT INTO `wp_usermeta` VALUES (7441, 710, 'first_name', 'Desiree') ; 
INSERT INTO `wp_usermeta` VALUES (7442, 710, 'last_name', 'Hager') ; 
INSERT INTO `wp_usermeta` VALUES (7443, 710, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7444, 710, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (7445, 710, 'pmpro_baddress1', '5906 Capitol Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (7446, 710, 'pmpro_bcity', 'Gulf Breeze') ; 
INSERT INTO `wp_usermeta` VALUES (7447, 710, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7448, 710, 'pmpro_bzipcode', '32563-9606') ; 
INSERT INTO `wp_usermeta` VALUES (7449, 711, 'pmpro_bfirstname', 'Devin') ; 
INSERT INTO `wp_usermeta` VALUES (7450, 711, 'pmpro_blastname', 'Ellis') ; 
INSERT INTO `wp_usermeta` VALUES (7451, 711, 'first_name', 'Devin') ; 
INSERT INTO `wp_usermeta` VALUES (7452, 711, 'last_name', 'Ellis') ; 
INSERT INTO `wp_usermeta` VALUES (7453, 711, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7454, 711, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (7455, 711, 'pmpro_bcity', 'Gainesville') ; 
INSERT INTO `wp_usermeta` VALUES (7456, 711, 'pmpro_bzipcode', '32609') ; 
INSERT INTO `wp_usermeta` VALUES (7457, 712, 'pmpro_bfirstname', 'Devon') ; 
INSERT INTO `wp_usermeta` VALUES (7458, 712, 'pmpro_blastname', 'Sabo') ; 
INSERT INTO `wp_usermeta` VALUES (7459, 712, 'first_name', 'Devon') ; 
INSERT INTO `wp_usermeta` VALUES (7460, 712, 'last_name', 'Sabo') ; 
INSERT INTO `wp_usermeta` VALUES (7461, 712, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7462, 712, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (7463, 712, 'pmpro_baddress1', '154 Charleston Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (7464, 712, 'pmpro_bcity', 'Columbus') ; 
INSERT INTO `wp_usermeta` VALUES (7465, 712, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7466, 712, 'pmpro_bzipcode', '43214') ; 
INSERT INTO `wp_usermeta` VALUES (7467, 713, 'pmpro_bfirstname', 'Diana') ; 
INSERT INTO `wp_usermeta` VALUES (7468, 713, 'pmpro_blastname', 'Tomasiewicz') ; 
INSERT INTO `wp_usermeta` VALUES (7469, 713, 'first_name', 'Diana') ; 
INSERT INTO `wp_usermeta` VALUES (7470, 713, 'last_name', 'Tomasiewicz') ; 
INSERT INTO `wp_usermeta` VALUES (7471, 713, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7472, 713, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (7473, 713, 'pmpro_baddress1', '210 Hilltop Lane') ; 
INSERT INTO `wp_usermeta` VALUES (7474, 713, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (7475, 713, 'pmpro_bcity', 'Sleepy Hollow') ; 
INSERT INTO `wp_usermeta` VALUES (7476, 713, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7477, 713, 'pmpro_bzipcode', '60118') ; 
INSERT INTO `wp_usermeta` VALUES (7478, 714, 'pmpro_bfirstname', 'Diana') ; 
INSERT INTO `wp_usermeta` VALUES (7479, 714, 'pmpro_blastname', 'Vogel') ; 
INSERT INTO `wp_usermeta` VALUES (7480, 714, 'first_name', 'Diana') ; 
INSERT INTO `wp_usermeta` VALUES (7481, 714, 'last_name', 'Vogel') ; 
INSERT INTO `wp_usermeta` VALUES (7482, 714, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7483, 714, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (7484, 714, 'pmpro_baddress1', '160 Vienna Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (7485, 714, 'pmpro_bcity', 'Howell') ; 
INSERT INTO `wp_usermeta` VALUES (7486, 714, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7487, 714, 'pmpro_bzipcode', '7731') ; 
INSERT INTO `wp_usermeta` VALUES (7488, 715, 'pmpro_bfirstname', 'Diana') ; 
INSERT INTO `wp_usermeta` VALUES (7489, 715, 'pmpro_blastname', 'Major') ; 
INSERT INTO `wp_usermeta` VALUES (7490, 715, 'first_name', 'Diana') ; 
INSERT INTO `wp_usermeta` VALUES (7491, 715, 'last_name', 'Major') ; 
INSERT INTO `wp_usermeta` VALUES (7492, 715, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (7493, 715, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (7494, 715, 'pmpro_baddress1', '3605 Earnscliff Place Apt 44') ; 
INSERT INTO `wp_usermeta` VALUES (7495, 715, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (7496, 715, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (7497, 715, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7498, 715, 'pmpro_bzipcode', '92111') ; 
INSERT INTO `wp_usermeta` VALUES (7499, 716, 'pmpro_bfirstname', 'Diana') ; 
INSERT INTO `wp_usermeta` VALUES (7500, 716, 'pmpro_blastname', 'Villafuerte') ; 
INSERT INTO `wp_usermeta` VALUES (7501, 716, 'first_name', 'Diana') ; 
INSERT INTO `wp_usermeta` VALUES (7502, 716, 'last_name', 'Villafuerte') ; 
INSERT INTO `wp_usermeta` VALUES (7503, 716, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (7504, 716, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (7505, 716, 'pmpro_baddress1', '3423 N. Natchez Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (7506, 716, 'pmpro_bcity', 'Chicago') ; 
INSERT INTO `wp_usermeta` VALUES (7507, 716, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7508, 716, 'pmpro_bzipcode', '60634') ; 
INSERT INTO `wp_usermeta` VALUES (7509, 717, 'pmpro_bfirstname', 'Diana') ; 
INSERT INTO `wp_usermeta` VALUES (7510, 717, 'pmpro_blastname', 'Lamer') ; 
INSERT INTO `wp_usermeta` VALUES (7511, 717, 'first_name', 'Diana') ; 
INSERT INTO `wp_usermeta` VALUES (7512, 717, 'last_name', 'Lamer') ; 
INSERT INTO `wp_usermeta` VALUES (7513, 717, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7514, 717, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (7515, 717, 'pmpro_baddress1', '384 Tall Tree Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (7516, 717, 'pmpro_bcity', 'Pittsburgh') ; 
INSERT INTO `wp_usermeta` VALUES (7517, 717, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7518, 717, 'pmpro_bzipcode', '15235') ; 
INSERT INTO `wp_usermeta` VALUES (7519, 718, 'pmpro_bfirstname', 'Diana') ; 
INSERT INTO `wp_usermeta` VALUES (7520, 718, 'pmpro_blastname', 'Fowler') ; 
INSERT INTO `wp_usermeta` VALUES (7521, 718, 'first_name', 'Diana') ; 
INSERT INTO `wp_usermeta` VALUES (7522, 718, 'last_name', 'Fowler') ; 
INSERT INTO `wp_usermeta` VALUES (7523, 718, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (7524, 718, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (7525, 718, 'pmpro_baddress1', '3518 15th Ave. Ct. NW') ; 
INSERT INTO `wp_usermeta` VALUES (7526, 718, 'pmpro_bcity', 'Gig Harbor') ; 
INSERT INTO `wp_usermeta` VALUES (7527, 718, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7528, 718, 'pmpro_bzipcode', '98335') ; 
INSERT INTO `wp_usermeta` VALUES (7529, 719, 'pmpro_bfirstname', 'Diana') ; 
INSERT INTO `wp_usermeta` VALUES (7530, 719, 'pmpro_blastname', 'Crocker') ; 
INSERT INTO `wp_usermeta` VALUES (7531, 719, 'first_name', 'Diana') ; 
INSERT INTO `wp_usermeta` VALUES (7532, 719, 'last_name', 'Crocker') ; 
INSERT INTO `wp_usermeta` VALUES (7533, 719, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7534, 719, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (7535, 719, 'pmpro_baddress1', '321 CR 701') ; 
INSERT INTO `wp_usermeta` VALUES (7536, 719, 'pmpro_bcity', 'Nacogdoches') ; 
INSERT INTO `wp_usermeta` VALUES (7537, 719, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7538, 719, 'pmpro_bzipcode', '75964') ; 
INSERT INTO `wp_usermeta` VALUES (7539, 720, 'pmpro_bfirstname', 'Diane') ; 
INSERT INTO `wp_usermeta` VALUES (7540, 720, 'pmpro_blastname', 'Brabec') ; 
INSERT INTO `wp_usermeta` VALUES (7541, 720, 'first_name', 'Diane') ; 
INSERT INTO `wp_usermeta` VALUES (7542, 720, 'last_name', 'Brabec') ; 
INSERT INTO `wp_usermeta` VALUES (7543, 720, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (7544, 720, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (7545, 720, 'pmpro_baddress1', 'P.O. Box 6741') ; 
INSERT INTO `wp_usermeta` VALUES (7546, 720, 'pmpro_bcity', 'La Quinta') ; 
INSERT INTO `wp_usermeta` VALUES (7547, 720, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7548, 720, 'pmpro_bzipcode', '92248') ; 
INSERT INTO `wp_usermeta` VALUES (7549, 721, 'pmpro_bfirstname', 'Diane') ; 
INSERT INTO `wp_usermeta` VALUES (7550, 721, 'pmpro_blastname', 'Barnes') ; 
INSERT INTO `wp_usermeta` VALUES (7551, 721, 'first_name', 'Diane') ; 
INSERT INTO `wp_usermeta` VALUES (7552, 721, 'last_name', 'Barnes') ; 
INSERT INTO `wp_usermeta` VALUES (7553, 721, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (7554, 721, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (7555, 721, 'pmpro_baddress1', '7460 Kitty Hawk Road Lot #168') ; 
INSERT INTO `wp_usermeta` VALUES (7556, 721, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (7557, 721, 'pmpro_bcity', 'Converse') ; 
INSERT INTO `wp_usermeta` VALUES (7558, 721, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7559, 721, 'pmpro_bzipcode', '78109') ; 
INSERT INTO `wp_usermeta` VALUES (7560, 722, 'pmpro_bfirstname', 'Diane') ; 
INSERT INTO `wp_usermeta` VALUES (7561, 722, 'pmpro_blastname', 'Lavsa') ; 
INSERT INTO `wp_usermeta` VALUES (7562, 722, 'first_name', 'Diane') ; 
INSERT INTO `wp_usermeta` VALUES (7563, 722, 'last_name', 'Lavsa') ; 
INSERT INTO `wp_usermeta` VALUES (7564, 722, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (7565, 722, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (7566, 722, 'pmpro_baddress1', '104 E. Littlewood St.') ; 
INSERT INTO `wp_usermeta` VALUES (7567, 722, 'pmpro_bcity', 'Pittsburgh') ; 
INSERT INTO `wp_usermeta` VALUES (7568, 722, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7569, 722, 'pmpro_bzipcode', '15223') ; 
INSERT INTO `wp_usermeta` VALUES (7570, 723, 'pmpro_bfirstname', 'Diane') ; 
INSERT INTO `wp_usermeta` VALUES (7571, 723, 'pmpro_blastname', 'Defeo') ; 
INSERT INTO `wp_usermeta` VALUES (7572, 723, 'first_name', 'Diane') ; 
INSERT INTO `wp_usermeta` VALUES (7573, 723, 'last_name', 'Defeo') ; 
INSERT INTO `wp_usermeta` VALUES (7574, 723, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (7575, 723, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (7576, 723, 'pmpro_baddress1', '913 Clover Hill Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (7577, 723, 'pmpro_bcity', 'Wynnewood') ; 
INSERT INTO `wp_usermeta` VALUES (7578, 723, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7579, 723, 'pmpro_bzipcode', '19096') ; 
INSERT INTO `wp_usermeta` VALUES (7580, 724, 'pmpro_bfirstname', 'Diane') ; 
INSERT INTO `wp_usermeta` VALUES (7581, 724, 'pmpro_blastname', 'Olsen') ; 
INSERT INTO `wp_usermeta` VALUES (7582, 724, 'first_name', 'Diane') ; 
INSERT INTO `wp_usermeta` VALUES (7583, 724, 'last_name', 'Olsen') ; 
INSERT INTO `wp_usermeta` VALUES (7584, 724, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7585, 724, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (7586, 724, 'pmpro_baddress1', '3220 Dominique Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (7587, 724, 'pmpro_bcity', 'Galveston') ; 
INSERT INTO `wp_usermeta` VALUES (7588, 724, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7589, 724, 'pmpro_bzipcode', '77551') ; 
INSERT INTO `wp_usermeta` VALUES (7590, 725, 'pmpro_bfirstname', 'Diane') ; 
INSERT INTO `wp_usermeta` VALUES (7591, 725, 'pmpro_blastname', 'Powell') ; 
INSERT INTO `wp_usermeta` VALUES (7592, 725, 'first_name', 'Diane') ; 
INSERT INTO `wp_usermeta` VALUES (7593, 725, 'last_name', 'Powell') ; 
INSERT INTO `wp_usermeta` VALUES (7594, 725, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7595, 725, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (7596, 725, 'pmpro_baddress1', '513 Ideal Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (7597, 725, 'pmpro_bcity', 'Asheboro') ; 
INSERT INTO `wp_usermeta` VALUES (7598, 725, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7599, 725, 'pmpro_bzipcode', '27203') ; 
INSERT INTO `wp_usermeta` VALUES (7600, 726, 'pmpro_bfirstname', 'Diane') ; 
INSERT INTO `wp_usermeta` VALUES (7601, 726, 'pmpro_blastname', 'Tetreault - ZNE') ; 
INSERT INTO `wp_usermeta` VALUES (7602, 726, 'first_name', 'Diane') ; 
INSERT INTO `wp_usermeta` VALUES (7603, 726, 'last_name', 'Tetreault') ; 
INSERT INTO `wp_usermeta` VALUES (7604, 726, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7605, 726, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (7606, 726, 'pmpro_baddress1', '1 Franklin Park Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (7607, 726, 'pmpro_bcity', 'Boston') ; 
INSERT INTO `wp_usermeta` VALUES (7608, 726, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (7609, 726, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7610, 726, 'pmpro_bzipcode', '02121') ; 
INSERT INTO `wp_usermeta` VALUES (7611, 727, 'pmpro_bfirstname', 'Diane E.') ; 
INSERT INTO `wp_usermeta` VALUES (7612, 727, 'pmpro_blastname', 'Gould') ; 
INSERT INTO `wp_usermeta` VALUES (7613, 727, 'first_name', 'Diane E.') ; 
INSERT INTO `wp_usermeta` VALUES (7614, 727, 'last_name', 'Gould') ; 
INSERT INTO `wp_usermeta` VALUES (7615, 727, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7616, 727, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (7617, 727, 'pmpro_baddress1', '17960 NW Deerfield Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (7618, 727, 'pmpro_bcity', 'Portland') ; 
INSERT INTO `wp_usermeta` VALUES (7619, 727, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7620, 727, 'pmpro_bzipcode', '97229-1765') ; 
INSERT INTO `wp_usermeta` VALUES (7621, 728, 'pmpro_bfirstname', 'Dianne') ; 
INSERT INTO `wp_usermeta` VALUES (7622, 728, 'pmpro_blastname', 'Morrison') ; 
INSERT INTO `wp_usermeta` VALUES (7623, 728, 'first_name', 'Dianne') ; 
INSERT INTO `wp_usermeta` VALUES (7624, 728, 'last_name', 'Morrison') ; 
INSERT INTO `wp_usermeta` VALUES (7625, 728, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (7626, 728, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (7627, 728, 'pmpro_baddress1', '45 Dearham Wood') ; 
INSERT INTO `wp_usermeta` VALUES (7628, 728, 'pmpro_bcity', 'Scarborough') ; 
INSERT INTO `wp_usermeta` VALUES (7629, 728, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7630, 728, 'pmpro_bzipcode', 'M1E 1S2') ; 
INSERT INTO `wp_usermeta` VALUES (7631, 729, 'pmpro_bfirstname', 'Dianne') ; 
INSERT INTO `wp_usermeta` VALUES (7632, 729, 'pmpro_blastname', 'Cameron') ; 
INSERT INTO `wp_usermeta` VALUES (7633, 729, 'first_name', 'Dianne') ; 
INSERT INTO `wp_usermeta` VALUES (7634, 729, 'last_name', 'Cameron') ; 
INSERT INTO `wp_usermeta` VALUES (7635, 729, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7636, 729, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (7637, 729, 'pmpro_baddress1', '3084 Laurel St.') ; 
INSERT INTO `wp_usermeta` VALUES (7638, 729, 'pmpro_bcity', 'Napa') ; 
INSERT INTO `wp_usermeta` VALUES (7639, 729, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7640, 729, 'pmpro_bzipcode', '94558') ; 
INSERT INTO `wp_usermeta` VALUES (7641, 730, 'pmpro_bfirstname', 'Dianne') ; 
INSERT INTO `wp_usermeta` VALUES (7642, 730, 'pmpro_blastname', 'Conner') ; 
INSERT INTO `wp_usermeta` VALUES (7643, 730, 'first_name', 'Dianne') ; 
INSERT INTO `wp_usermeta` VALUES (7644, 730, 'last_name', 'Conner') ; 
INSERT INTO `wp_usermeta` VALUES (7645, 730, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7646, 730, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (7647, 730, 'pmpro_baddress1', '76 Washington Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (7648, 730, 'pmpro_bcity', 'Clifton') ; 
INSERT INTO `wp_usermeta` VALUES (7649, 730, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7650, 730, 'pmpro_bzipcode', '7011') ; 
INSERT INTO `wp_usermeta` VALUES (7651, 731, 'pmpro_bfirstname', 'Diego') ; 
INSERT INTO `wp_usermeta` VALUES (7652, 731, 'pmpro_blastname', 'Vaiasuso') ; 
INSERT INTO `wp_usermeta` VALUES (7653, 731, 'first_name', 'Diego') ; 
INSERT INTO `wp_usermeta` VALUES (7654, 731, 'last_name', 'Vaiasuso') ; 
INSERT INTO `wp_usermeta` VALUES (7655, 731, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7656, 731, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (7657, 731, 'pmpro_baddress1', '2104 Greenwick Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (7658, 731, 'pmpro_bcity', 'El Cajon') ; 
INSERT INTO `wp_usermeta` VALUES (7659, 731, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7660, 731, 'pmpro_bzipcode', '92019') ; 
INSERT INTO `wp_usermeta` VALUES (7661, 732, 'pmpro_bfirstname', 'Dolores L.') ; 
INSERT INTO `wp_usermeta` VALUES (7662, 732, 'pmpro_blastname', 'Pohl') ; 
INSERT INTO `wp_usermeta` VALUES (7663, 732, 'first_name', 'Dolores L.') ; 
INSERT INTO `wp_usermeta` VALUES (7664, 732, 'last_name', 'Pohl') ; 
INSERT INTO `wp_usermeta` VALUES (7665, 732, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (7666, 732, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (7667, 732, 'pmpro_baddress1', '1657 S. Woodbury') ; 
INSERT INTO `wp_usermeta` VALUES (7668, 732, 'pmpro_bcity', 'Springfield') ; 
INSERT INTO `wp_usermeta` VALUES (7669, 732, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7670, 732, 'pmpro_bzipcode', '65809') ; 
INSERT INTO `wp_usermeta` VALUES (7671, 733, 'pmpro_bfirstname', 'Dominic') ; 
INSERT INTO `wp_usermeta` VALUES (7672, 733, 'pmpro_blastname', 'Dongilli') ; 
INSERT INTO `wp_usermeta` VALUES (7673, 733, 'first_name', 'Dominic') ; 
INSERT INTO `wp_usermeta` VALUES (7674, 733, 'last_name', 'Dongilli') ; 
INSERT INTO `wp_usermeta` VALUES (7675, 733, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7676, 733, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (7677, 733, 'pmpro_baddress1', '4323 Browning St.') ; 
INSERT INTO `wp_usermeta` VALUES (7678, 733, 'pmpro_bcity', 'Lincoln') ; 
INSERT INTO `wp_usermeta` VALUES (7679, 733, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7680, 733, 'pmpro_bzipcode', '68516') ; 
INSERT INTO `wp_usermeta` VALUES (7681, 734, 'pmpro_bfirstname', 'Dominique L.') ; 
INSERT INTO `wp_usermeta` VALUES (7682, 734, 'pmpro_blastname', 'Keller') ; 
INSERT INTO `wp_usermeta` VALUES (7683, 734, 'first_name', 'Dominique L.') ; 
INSERT INTO `wp_usermeta` VALUES (7684, 734, 'last_name', 'Keller') ; 
INSERT INTO `wp_usermeta` VALUES (7685, 734, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7686, 734, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (7687, 734, 'pmpro_baddress1', '556 Taylor Lane') ; 
INSERT INTO `wp_usermeta` VALUES (7688, 734, 'pmpro_bcity', 'Stoughton') ; 
INSERT INTO `wp_usermeta` VALUES (7689, 734, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7690, 734, 'pmpro_bzipcode', '53589-4130') ; 
INSERT INTO `wp_usermeta` VALUES (7691, 735, 'pmpro_bfirstname', 'Don') ; 
INSERT INTO `wp_usermeta` VALUES (7692, 735, 'pmpro_blastname', 'Moore') ; 
INSERT INTO `wp_usermeta` VALUES (7693, 735, 'first_name', 'Smithsonian National Zoological Park') ; 
INSERT INTO `wp_usermeta` VALUES (7694, 735, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (7695, 735, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7696, 735, 'pmpro_bstate', 'DC') ; 
INSERT INTO `wp_usermeta` VALUES (7697, 735, 'pmpro_baddress1', 'MRC 5503- 3001 Connecticut NW') ; 
INSERT INTO `wp_usermeta` VALUES (7698, 735, 'pmpro_bcity', 'Washington') ; 
INSERT INTO `wp_usermeta` VALUES (7699, 735, 'uxf_organization', 'Smithsonian National Zoological Park') ; 
INSERT INTO `wp_usermeta` VALUES (7700, 735, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7701, 735, 'pmpro_bzipcode', '20008') ; 
INSERT INTO `wp_usermeta` VALUES (7702, 735, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (7703, 736, 'pmpro_bfirstname', 'Donald') ; 
INSERT INTO `wp_usermeta` VALUES (7704, 736, 'pmpro_blastname', 'Zeigler') ; 
INSERT INTO `wp_usermeta` VALUES (7705, 736, 'first_name', 'Orange County Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (7706, 736, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (7707, 736, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7708, 736, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (7709, 736, 'pmpro_baddress1', '1 Irvine Park Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (7710, 736, 'pmpro_bcity', 'Orange') ; 
INSERT INTO `wp_usermeta` VALUES (7711, 736, 'uxf_organization', 'Orange County Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (7712, 736, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7713, 736, 'pmpro_bzipcode', '92862') ; 
INSERT INTO `wp_usermeta` VALUES (7714, 736, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (7715, 737, 'pmpro_bfirstname', 'Donald') ; 
INSERT INTO `wp_usermeta` VALUES (7716, 737, 'pmpro_blastname', 'Nelson') ; 
INSERT INTO `wp_usermeta` VALUES (7717, 737, 'first_name', 'Donald') ; 
INSERT INTO `wp_usermeta` VALUES (7718, 737, 'last_name', 'Nelson') ; 
INSERT INTO `wp_usermeta` VALUES (7719, 737, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7720, 737, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (7721, 737, 'pmpro_baddress1', '8393 N. Sierra Vista Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (7722, 737, 'pmpro_bcity', 'Fresno') ; 
INSERT INTO `wp_usermeta` VALUES (7723, 737, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7724, 737, 'pmpro_bzipcode', '93720') ; 
INSERT INTO `wp_usermeta` VALUES (7725, 738, 'pmpro_bfirstname', 'Donna') ; 
INSERT INTO `wp_usermeta` VALUES (7726, 738, 'pmpro_blastname', 'Barrett') ; 
INSERT INTO `wp_usermeta` VALUES (7727, 738, 'first_name', 'Donna') ; 
INSERT INTO `wp_usermeta` VALUES (7728, 738, 'last_name', 'Barrett') ; 
INSERT INTO `wp_usermeta` VALUES (7729, 738, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7730, 738, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (7731, 738, 'pmpro_baddress1', '250 Manor Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (7732, 738, 'pmpro_bcity', 'Buffalo Grove') ; 
INSERT INTO `wp_usermeta` VALUES (7733, 738, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7734, 738, 'pmpro_bzipcode', '60089') ; 
INSERT INTO `wp_usermeta` VALUES (7735, 739, 'pmpro_bfirstname', 'Donna') ; 
INSERT INTO `wp_usermeta` VALUES (7736, 739, 'pmpro_blastname', 'McGinnis') ; 
INSERT INTO `wp_usermeta` VALUES (7737, 739, 'first_name', 'Donna') ; 
INSERT INTO `wp_usermeta` VALUES (7738, 739, 'last_name', 'McGinnis') ; 
INSERT INTO `wp_usermeta` VALUES (7739, 739, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7740, 739, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (7741, 739, 'pmpro_baddress1', '12707 Lake Pines Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (7742, 739, 'pmpro_bcity', 'Tyler') ; 
INSERT INTO `wp_usermeta` VALUES (7743, 739, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7744, 739, 'pmpro_bzipcode', '75707') ; 
INSERT INTO `wp_usermeta` VALUES (7745, 740, 'pmpro_bfirstname', 'Donna') ; 
INSERT INTO `wp_usermeta` VALUES (7746, 740, 'pmpro_blastname', 'Sherwood') ; 
INSERT INTO `wp_usermeta` VALUES (7747, 740, 'first_name', 'Donna') ; 
INSERT INTO `wp_usermeta` VALUES (7748, 740, 'last_name', 'Sherwood') ; 
INSERT INTO `wp_usermeta` VALUES (7749, 740, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7750, 740, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (7751, 740, 'pmpro_baddress1', 'P.O. Box 362') ; 
INSERT INTO `wp_usermeta` VALUES (7752, 740, 'pmpro_bcity', 'Point Arena') ; 
INSERT INTO `wp_usermeta` VALUES (7753, 740, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7754, 740, 'pmpro_bzipcode', '95468') ; 
INSERT INTO `wp_usermeta` VALUES (7755, 741, 'pmpro_bfirstname', 'Donna') ; 
INSERT INTO `wp_usermeta` VALUES (7756, 741, 'pmpro_blastname', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (7757, 741, 'first_name', 'Donna') ; 
INSERT INTO `wp_usermeta` VALUES (7758, 741, 'last_name', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (7759, 741, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (7760, 741, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (7761, 741, 'pmpro_baddress1', '630 West St.') ; 
INSERT INTO `wp_usermeta` VALUES (7762, 741, 'pmpro_bcity', 'Ft. Morgan') ; 
INSERT INTO `wp_usermeta` VALUES (7763, 741, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7764, 741, 'pmpro_bzipcode', '80701') ; 
INSERT INTO `wp_usermeta` VALUES (7765, 742, 'pmpro_bfirstname', 'Donna M. ') ; 
INSERT INTO `wp_usermeta` VALUES (7766, 742, 'pmpro_blastname', 'Graham') ; 
INSERT INTO `wp_usermeta` VALUES (7767, 742, 'first_name', 'Donna M. ') ; 
INSERT INTO `wp_usermeta` VALUES (7768, 742, 'last_name', 'Graham') ; 
INSERT INTO `wp_usermeta` VALUES (7769, 742, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7770, 742, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (7771, 742, 'pmpro_baddress1', '1918 E. Siebenthaler Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (7772, 742, 'pmpro_bcity', 'Dayton') ; 
INSERT INTO `wp_usermeta` VALUES (7773, 742, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7774, 742, 'pmpro_bzipcode', '45414') ; 
INSERT INTO `wp_usermeta` VALUES (7775, 743, 'pmpro_bfirstname', 'Donna M. ') ; 
INSERT INTO `wp_usermeta` VALUES (7776, 743, 'pmpro_blastname', 'Swan') ; 
INSERT INTO `wp_usermeta` VALUES (7777, 743, 'first_name', 'Donna M.') ; 
INSERT INTO `wp_usermeta` VALUES (7778, 743, 'last_name', 'Swan') ; 
INSERT INTO `wp_usermeta` VALUES (7779, 743, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7780, 743, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (7781, 743, 'pmpro_baddress1', '2000 Ridge Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (7782, 743, 'pmpro_bcity', 'Hinckley') ; 
INSERT INTO `wp_usermeta` VALUES (7783, 743, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7784, 743, 'pmpro_bzipcode', '44233') ; 
INSERT INTO `wp_usermeta` VALUES (7785, 744, 'pmpro_bfirstname', 'Dorothy') ; 
INSERT INTO `wp_usermeta` VALUES (7786, 744, 'pmpro_blastname', 'Fulle') ; 
INSERT INTO `wp_usermeta` VALUES (7787, 744, 'first_name', 'Dorothy') ; 
INSERT INTO `wp_usermeta` VALUES (7788, 744, 'last_name', 'Fulle') ; 
INSERT INTO `wp_usermeta` VALUES (7789, 744, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (7790, 744, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (7791, 744, 'pmpro_baddress1', '7034 Black Ridge Dr') ; 
INSERT INTO `wp_usermeta` VALUES (7792, 744, 'pmpro_bcity', 'El Paso') ; 
INSERT INTO `wp_usermeta` VALUES (7793, 744, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7794, 744, 'pmpro_bzipcode', '79912') ; 
INSERT INTO `wp_usermeta` VALUES (7795, 745, 'pmpro_bfirstname', 'Dorothy') ; 
INSERT INTO `wp_usermeta` VALUES (7796, 745, 'pmpro_blastname', 'Hudson') ; 
INSERT INTO `wp_usermeta` VALUES (7797, 745, 'first_name', 'Dorothy') ; 
INSERT INTO `wp_usermeta` VALUES (7798, 745, 'last_name', 'Hudson') ; 
INSERT INTO `wp_usermeta` VALUES (7799, 745, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7800, 745, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (7801, 745, 'pmpro_baddress1', '4810 Five Views Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (7802, 745, 'pmpro_bcity', 'Tacoma') ; 
INSERT INTO `wp_usermeta` VALUES (7803, 745, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7804, 745, 'pmpro_bzipcode', '98407') ; 
INSERT INTO `wp_usermeta` VALUES (7805, 746, 'pmpro_bfirstname', 'Dorothy') ; 
INSERT INTO `wp_usermeta` VALUES (7806, 746, 'pmpro_blastname', 'Fortune') ; 
INSERT INTO `wp_usermeta` VALUES (7807, 746, 'first_name', 'Dorothy') ; 
INSERT INTO `wp_usermeta` VALUES (7808, 746, 'last_name', 'Fortune') ; 
INSERT INTO `wp_usermeta` VALUES (7809, 746, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7810, 746, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (7811, 746, 'pmpro_baddress1', '1388 W. Northridge') ; 
INSERT INTO `wp_usermeta` VALUES (7812, 746, 'pmpro_bcity', 'Fresno') ; 
INSERT INTO `wp_usermeta` VALUES (7813, 746, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7814, 746, 'pmpro_bzipcode', '93711') ; 
INSERT INTO `wp_usermeta` VALUES (7815, 747, 'pmpro_bfirstname', 'Dotty') ; 
INSERT INTO `wp_usermeta` VALUES (7816, 747, 'pmpro_blastname', 'Dortha Doyle') ; 
INSERT INTO `wp_usermeta` VALUES (7817, 747, 'first_name', 'Dotty') ; 
INSERT INTO `wp_usermeta` VALUES (7818, 747, 'last_name', 'Dortha Doyle') ; 
INSERT INTO `wp_usermeta` VALUES (7819, 747, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (7820, 747, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (7821, 747, 'pmpro_baddress1', '4966 N. Sunset Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (7822, 747, 'pmpro_bcity', 'Fresno') ; 
INSERT INTO `wp_usermeta` VALUES (7823, 747, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7824, 747, 'pmpro_bzipcode', '93704') ; 
INSERT INTO `wp_usermeta` VALUES (7825, 748, 'pmpro_bfirstname', 'Doug') ; 
INSERT INTO `wp_usermeta` VALUES (7826, 748, 'pmpro_blastname', 'Holmes') ; 
INSERT INTO `wp_usermeta` VALUES (7827, 748, 'first_name', 'Doug') ; 
INSERT INTO `wp_usermeta` VALUES (7828, 748, 'last_name', 'Holmes') ; 
INSERT INTO `wp_usermeta` VALUES (7829, 748, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7830, 748, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (7831, 748, 'pmpro_baddress1', '910 E. Norwood Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (7832, 748, 'pmpro_bcity', 'Peoria') ; 
INSERT INTO `wp_usermeta` VALUES (7833, 748, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7834, 748, 'pmpro_bzipcode', '61603-1306') ; 
INSERT INTO `wp_usermeta` VALUES (7835, 749, 'pmpro_bfirstname', 'Doug') ; 
INSERT INTO `wp_usermeta` VALUES (7836, 749, 'pmpro_blastname', 'Chapman') ; 
INSERT INTO `wp_usermeta` VALUES (7837, 749, 'first_name', 'Doug') ; 
INSERT INTO `wp_usermeta` VALUES (7838, 749, 'last_name', 'Chapman') ; 
INSERT INTO `wp_usermeta` VALUES (7839, 749, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7840, 749, 'pmpro_bstate', 'CT') ; 
INSERT INTO `wp_usermeta` VALUES (7841, 749, 'pmpro_baddress1', '81 Derry Hill Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (7842, 749, 'pmpro_bcity', 'Uncasville') ; 
INSERT INTO `wp_usermeta` VALUES (7843, 749, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7844, 749, 'pmpro_bzipcode', '6382') ; 
INSERT INTO `wp_usermeta` VALUES (7845, 750, 'pmpro_bfirstname', 'Doug') ; 
INSERT INTO `wp_usermeta` VALUES (7846, 750, 'pmpro_blastname', 'Warmolts: Director') ; 
INSERT INTO `wp_usermeta` VALUES (7847, 750, 'first_name', 'Doug') ; 
INSERT INTO `wp_usermeta` VALUES (7848, 750, 'last_name', 'Warmolts') ; 
INSERT INTO `wp_usermeta` VALUES (7849, 750, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7850, 750, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (7851, 750, 'pmpro_baddress1', 'P.O. Box 400') ; 
INSERT INTO `wp_usermeta` VALUES (7852, 750, 'pmpro_bcity', 'Powell') ; 
INSERT INTO `wp_usermeta` VALUES (7853, 750, 'uxf_organization', 'Columbus Zoo and Aquarium') ; 
INSERT INTO `wp_usermeta` VALUES (7854, 750, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7855, 750, 'pmpro_bzipcode', '43065') ; 
INSERT INTO `wp_usermeta` VALUES (7856, 750, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (7857, 751, 'pmpro_bfirstname', 'Dr. G. Alex') ; 
INSERT INTO `wp_usermeta` VALUES (7858, 751, 'pmpro_blastname', 'Ruebel: Director') ; 
INSERT INTO `wp_usermeta` VALUES (7859, 751, 'first_name', 'Dr. G. Alex') ; 
INSERT INTO `wp_usermeta` VALUES (7860, 751, 'last_name', 'Ruebel: Director') ; 
INSERT INTO `wp_usermeta` VALUES (7861, 751, 'pmpro_bcountry', 'CH') ; 
INSERT INTO `wp_usermeta` VALUES (7862, 751, 'pmpro_baddress1', 'Zurichbergstr. 221') ; 
INSERT INTO `wp_usermeta` VALUES (7863, 751, 'pmpro_bcity', 'Zurich') ; 
INSERT INTO `wp_usermeta` VALUES (7864, 751, 'uxf_organization', 'Zoologischer Garten') ; 
INSERT INTO `wp_usermeta` VALUES (7865, 751, 'pmpro_bzipcode', 'CH-8044') ; 
INSERT INTO `wp_usermeta` VALUES (7866, 751, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (7867, 751, 'uxf_akf', 'ELECTRONIC') ; 
INSERT INTO `wp_usermeta` VALUES (7868, 752, 'pmpro_bfirstname', 'Dr. Ginger') ; 
INSERT INTO `wp_usermeta` VALUES (7869, 752, 'pmpro_blastname', 'Harbin') ; 
INSERT INTO `wp_usermeta` VALUES (7870, 752, 'first_name', 'Dr. Ginger') ; 
INSERT INTO `wp_usermeta` VALUES (7871, 752, 'last_name', 'Harbin') ; 
INSERT INTO `wp_usermeta` VALUES (7872, 752, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7873, 752, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (7874, 752, 'pmpro_baddress1', '111 Woodhaven Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (7875, 752, 'pmpro_bcity', 'Jonesboro') ; 
INSERT INTO `wp_usermeta` VALUES (7876, 752, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7877, 752, 'pmpro_bzipcode', '30236') ; 
INSERT INTO `wp_usermeta` VALUES (7878, 753, 'pmpro_bfirstname', 'Mr. Klaus') ; 
INSERT INTO `wp_usermeta` VALUES (7879, 753, 'pmpro_blastname', 'Brunsing') ; 
INSERT INTO `wp_usermeta` VALUES (7880, 753, 'first_name', 'Klaus') ; 
INSERT INTO `wp_usermeta` VALUES (7881, 753, 'last_name', 'Brunsing') ; 
INSERT INTO `wp_usermeta` VALUES (7882, 753, 'pmpro_bcountry', 'GERMANY') ; 
INSERT INTO `wp_usermeta` VALUES (7883, 753, 'pmpro_baddress1', 'Adenauerallee 3') ; 
INSERT INTO `wp_usermeta` VALUES (7884, 753, 'pmpro_bcity', 'Hannover') ; 
INSERT INTO `wp_usermeta` VALUES (7885, 753, 'uxf_organization', 'Zoo Hannover GMBH') ; 
INSERT INTO `wp_usermeta` VALUES (7886, 753, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7887, 753, 'pmpro_bzipcode', '30175') ; 
INSERT INTO `wp_usermeta` VALUES (7888, 753, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (7889, 753, 'uxf_akf', 'PRINT') ; 
INSERT INTO `wp_usermeta` VALUES (7890, 754, 'pmpro_bfirstname', 'Dr. James A.') ; 
INSERT INTO `wp_usermeta` VALUES (7891, 754, 'pmpro_blastname', 'Fey') ; 
INSERT INTO `wp_usermeta` VALUES (7892, 754, 'first_name', 'Dr. James A.') ; 
INSERT INTO `wp_usermeta` VALUES (7893, 754, 'last_name', 'Fey') ; 
INSERT INTO `wp_usermeta` VALUES (7894, 754, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7895, 754, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (7896, 754, 'pmpro_baddress1', '6965 Central Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (7897, 754, 'pmpro_bcity', 'Lemon Grove') ; 
INSERT INTO `wp_usermeta` VALUES (7898, 754, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7899, 754, 'pmpro_bzipcode', '91945') ; 
INSERT INTO `wp_usermeta` VALUES (7900, 755, 'pmpro_bfirstname', 'Mark') ; 
INSERT INTO `wp_usermeta` VALUES (7901, 755, 'pmpro_blastname', 'Irwin') ; 
INSERT INTO `wp_usermeta` VALUES (7902, 755, 'first_name', 'Dr. Mark') ; 
INSERT INTO `wp_usermeta` VALUES (7903, 755, 'last_name', 'Irwin') ; 
INSERT INTO `wp_usermeta` VALUES (7904, 755, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (7905, 755, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (7906, 755, 'pmpro_baddress1', '24677 State Route 12') ; 
INSERT INTO `wp_usermeta` VALUES (7907, 755, 'pmpro_bcity', 'Watertown') ; 
INSERT INTO `wp_usermeta` VALUES (7908, 755, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7909, 755, 'pmpro_bzipcode', '13601') ; 
INSERT INTO `wp_usermeta` VALUES (7910, 756, 'pmpro_bfirstname', 'Dr. Patrick R.') ; 
INSERT INTO `wp_usermeta` VALUES (7911, 756, 'pmpro_blastname', 'Thomas ') ; 
INSERT INTO `wp_usermeta` VALUES (7912, 756, 'first_name', 'Dr. Patrick R.') ; 
INSERT INTO `wp_usermeta` VALUES (7913, 756, 'last_name', 'Thomas ') ; 
INSERT INTO `wp_usermeta` VALUES (7914, 756, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7915, 756, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (7916, 756, 'pmpro_baddress1', '1189 Ridge Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (7917, 756, 'pmpro_bcity', 'Mountainside') ; 
INSERT INTO `wp_usermeta` VALUES (7918, 756, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7919, 756, 'pmpro_bzipcode', '7092') ; 
INSERT INTO `wp_usermeta` VALUES (7920, 757, 'pmpro_bfirstname', 'Subramaniam ') ; 
INSERT INTO `wp_usermeta` VALUES (7921, 757, 'pmpro_blastname', 'Vellayan') ; 
INSERT INTO `wp_usermeta` VALUES (7922, 757, 'first_name', 'Dr. S.') ; 
INSERT INTO `wp_usermeta` VALUES (7923, 757, 'last_name', 'Vellayan') ; 
INSERT INTO `wp_usermeta` VALUES (7924, 757, 'pmpro_bcountry', 'MALAYSIA') ; 
INSERT INTO `wp_usermeta` VALUES (7925, 757, 'pmpro_baddress1', '10 Jalan L2, Phase 6A, ') ; 
INSERT INTO `wp_usermeta` VALUES (7926, 757, 'pmpro_bcity', 'KUALA LUMPUR') ; 
INSERT INTO `wp_usermeta` VALUES (7927, 757, 'uxf_organization', '10 Jalan L2 Phase 6A') ; 
INSERT INTO `wp_usermeta` VALUES (7928, 757, 'pmpro_bzipcode', '53100') ; 
INSERT INTO `wp_usermeta` VALUES (7929, 757, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (7930, 757, 'uxf_akf', 'PRINT') ; 
INSERT INTO `wp_usermeta` VALUES (7931, 758, 'pmpro_bfirstname', 'Dr. Stuart D. ') ; 
INSERT INTO `wp_usermeta` VALUES (7932, 758, 'pmpro_blastname', 'Strahl: President & CEO') ; 
INSERT INTO `wp_usermeta` VALUES (7933, 758, 'first_name', 'Chicago Zoological Society') ; 
INSERT INTO `wp_usermeta` VALUES (7934, 758, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (7935, 758, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7936, 758, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (7937, 758, 'pmpro_baddress1', '3300 Golf Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (7938, 758, 'pmpro_bcity', 'Brookfield') ; 
INSERT INTO `wp_usermeta` VALUES (7939, 758, 'uxf_organization', 'Chicago Zoological Society') ; 
INSERT INTO `wp_usermeta` VALUES (7940, 758, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7941, 758, 'pmpro_bzipcode', '60513') ; 
INSERT INTO `wp_usermeta` VALUES (7942, 758, 'uxf_specialtags', 'IM ') ; 
INSERT INTO `wp_usermeta` VALUES (7943, 759, 'pmpro_bfirstname', 'Dr. Todd R. ') ; 
INSERT INTO `wp_usermeta` VALUES (7944, 759, 'pmpro_blastname', 'Bowsher') ; 
INSERT INTO `wp_usermeta` VALUES (7945, 759, 'first_name', 'Dr. Todd R. ') ; 
INSERT INTO `wp_usermeta` VALUES (7946, 759, 'last_name', 'Bowsher') ; 
INSERT INTO `wp_usermeta` VALUES (7947, 759, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7948, 759, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (7949, 759, 'pmpro_baddress1', '1022 Malloy Bridge Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (7950, 759, 'pmpro_bcity', 'Ferris') ; 
INSERT INTO `wp_usermeta` VALUES (7951, 759, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7952, 759, 'pmpro_bzipcode', '75125') ; 
INSERT INTO `wp_usermeta` VALUES (7953, 760, 'pmpro_bfirstname', 'Dr. Vera Jean ') ; 
INSERT INTO `wp_usermeta` VALUES (7954, 760, 'pmpro_blastname', 'Fitzgerald') ; 
INSERT INTO `wp_usermeta` VALUES (7955, 760, 'first_name', 'Dr. Vera Jean ') ; 
INSERT INTO `wp_usermeta` VALUES (7956, 760, 'last_name', 'Fitzgerald') ; 
INSERT INTO `wp_usermeta` VALUES (7957, 760, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7958, 760, 'pmpro_bstate', 'IA') ; 
INSERT INTO `wp_usermeta` VALUES (7959, 760, 'pmpro_baddress1', '1375 Fir Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (7960, 760, 'pmpro_bcity', 'Wellman') ; 
INSERT INTO `wp_usermeta` VALUES (7961, 760, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7962, 760, 'pmpro_bzipcode', '52356-9791') ; 
INSERT INTO `wp_usermeta` VALUES (7963, 761, 'pmpro_bfirstname', 'Drew') ; 
INSERT INTO `wp_usermeta` VALUES (7964, 761, 'pmpro_blastname', 'Sumner') ; 
INSERT INTO `wp_usermeta` VALUES (7965, 761, 'first_name', 'Drew') ; 
INSERT INTO `wp_usermeta` VALUES (7966, 761, 'last_name', 'Sumner') ; 
INSERT INTO `wp_usermeta` VALUES (7967, 761, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7968, 761, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (7969, 761, 'pmpro_baddress1', '9708 Kenmore Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (7970, 761, 'pmpro_bcity', 'Kensington') ; 
INSERT INTO `wp_usermeta` VALUES (7971, 761, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7972, 761, 'pmpro_bzipcode', '20895') ; 
INSERT INTO `wp_usermeta` VALUES (7973, 762, 'pmpro_bfirstname', 'Drew') ; 
INSERT INTO `wp_usermeta` VALUES (7974, 762, 'pmpro_blastname', 'Barowicz') ; 
INSERT INTO `wp_usermeta` VALUES (7975, 762, 'first_name', 'Drew') ; 
INSERT INTO `wp_usermeta` VALUES (7976, 762, 'last_name', 'Barowicz') ; 
INSERT INTO `wp_usermeta` VALUES (7977, 762, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (7978, 762, 'pmpro_bstate', 'KY') ; 
INSERT INTO `wp_usermeta` VALUES (7979, 762, 'pmpro_baddress1', '425 S. Hubbards Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (7980, 762, 'pmpro_baddress2', 'Apt 184') ; 
INSERT INTO `wp_usermeta` VALUES (7981, 762, 'pmpro_bcity', 'Louisville') ; 
INSERT INTO `wp_usermeta` VALUES (7982, 762, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7983, 762, 'pmpro_bzipcode', '40207') ; 
INSERT INTO `wp_usermeta` VALUES (7984, 763, 'pmpro_bfirstname', 'Drew') ; 
INSERT INTO `wp_usermeta` VALUES (7985, 763, 'pmpro_blastname', 'Dinehart') ; 
INSERT INTO `wp_usermeta` VALUES (7986, 763, 'first_name', 'Drew') ; 
INSERT INTO `wp_usermeta` VALUES (7987, 763, 'last_name', 'Dinehart') ; 
INSERT INTO `wp_usermeta` VALUES (7988, 763, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (7989, 763, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (7990, 763, 'pmpro_baddress1', '430B Nancy Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (7991, 763, 'pmpro_baddress2', 'Apt 90') ; 
INSERT INTO `wp_usermeta` VALUES (7992, 763, 'pmpro_bcity', 'Pulaski') ; 
INSERT INTO `wp_usermeta` VALUES (7993, 763, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7994, 763, 'pmpro_bzipcode', '54162') ; 
INSERT INTO `wp_usermeta` VALUES (7995, 764, 'pmpro_bfirstname', 'Duane') ; 
INSERT INTO `wp_usermeta` VALUES (7996, 764, 'pmpro_blastname', 'Long') ; 
INSERT INTO `wp_usermeta` VALUES (7997, 764, 'first_name', 'Duane') ; 
INSERT INTO `wp_usermeta` VALUES (7998, 764, 'last_name', 'Long') ; 
INSERT INTO `wp_usermeta` VALUES (7999, 764, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8000, 764, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (8001, 764, 'pmpro_baddress1', '129 Mendon St.  Apt B') ; 
INSERT INTO `wp_usermeta` VALUES (8002, 764, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (8003, 764, 'pmpro_bcity', 'Uxbridge') ; 
INSERT INTO `wp_usermeta` VALUES (8004, 764, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8005, 764, 'pmpro_bzipcode', '01569-1517') ; 
INSERT INTO `wp_usermeta` VALUES (8006, 765, 'pmpro_bfirstname', 'Duncan J.') ; 
INSERT INTO `wp_usermeta` VALUES (8007, 765, 'pmpro_blastname', 'Bourne') ; 
INSERT INTO `wp_usermeta` VALUES (8008, 765, 'first_name', 'Duncan J.') ; 
INSERT INTO `wp_usermeta` VALUES (8009, 765, 'last_name', 'Bourne') ; 
INSERT INTO `wp_usermeta` VALUES (8010, 765, 'pmpro_bcountry', 'AU') ; 
INSERT INTO `wp_usermeta` VALUES (8011, 765, 'pmpro_bstate', 'NSW') ; 
INSERT INTO `wp_usermeta` VALUES (8012, 765, 'pmpro_baddress1', '104 Quarry St,') ; 
INSERT INTO `wp_usermeta` VALUES (8013, 765, 'pmpro_bcity', 'Ultimo') ; 
INSERT INTO `wp_usermeta` VALUES (8014, 765, 'pmpro_bzipcode', '2007') ; 
INSERT INTO `wp_usermeta` VALUES (8015, 765, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (8016, 765, 'uxf_akf', 'ELECTRONIC') ; 
INSERT INTO `wp_usermeta` VALUES (8017, 766, 'pmpro_bfirstname', 'Dwight P.') ; 
INSERT INTO `wp_usermeta` VALUES (8018, 766, 'pmpro_blastname', 'Knapik') ; 
INSERT INTO `wp_usermeta` VALUES (8019, 766, 'first_name', 'Dwight P.') ; 
INSERT INTO `wp_usermeta` VALUES (8020, 766, 'last_name', 'Knapik') ; 
INSERT INTO `wp_usermeta` VALUES (8021, 766, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (8022, 766, 'pmpro_bstate', 'AB') ; 
INSERT INTO `wp_usermeta` VALUES (8023, 766, 'pmpro_baddress1', '#2-7900 Silver Springs Rd. NW') ; 
INSERT INTO `wp_usermeta` VALUES (8024, 766, 'pmpro_bcity', 'Calgary') ; 
INSERT INTO `wp_usermeta` VALUES (8025, 766, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8026, 766, 'pmpro_bzipcode', 'T3B 4J5') ; 
INSERT INTO `wp_usermeta` VALUES (8027, 767, 'pmpro_bfirstname', 'E. Sue ') ; 
INSERT INTO `wp_usermeta` VALUES (8028, 767, 'pmpro_blastname', 'Andersen') ; 
INSERT INTO `wp_usermeta` VALUES (8029, 767, 'first_name', 'E. Sue ') ; 
INSERT INTO `wp_usermeta` VALUES (8030, 767, 'last_name', 'Andersen') ; 
INSERT INTO `wp_usermeta` VALUES (8031, 767, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8032, 767, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (8033, 767, 'pmpro_baddress1', '926 224th Court NE') ; 
INSERT INTO `wp_usermeta` VALUES (8034, 767, 'pmpro_bcity', 'Sammamish') ; 
INSERT INTO `wp_usermeta` VALUES (8035, 767, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8036, 767, 'pmpro_bzipcode', '98074') ; 
INSERT INTO `wp_usermeta` VALUES (8037, 768, 'pmpro_bfirstname', 'E. Suzanne') ; 
INSERT INTO `wp_usermeta` VALUES (8038, 768, 'pmpro_blastname', 'Jurek') ; 
INSERT INTO `wp_usermeta` VALUES (8039, 768, 'first_name', 'E. Suzanne') ; 
INSERT INTO `wp_usermeta` VALUES (8040, 768, 'last_name', 'Jurek') ; 
INSERT INTO `wp_usermeta` VALUES (8041, 768, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8042, 768, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (8043, 768, 'pmpro_baddress1', '3414 Pebble Beach') ; 
INSERT INTO `wp_usermeta` VALUES (8044, 768, 'pmpro_bcity', 'Pearland') ; 
INSERT INTO `wp_usermeta` VALUES (8045, 768, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8046, 768, 'pmpro_bzipcode', '77584') ; 
INSERT INTO `wp_usermeta` VALUES (8047, 769, 'pmpro_bfirstname', 'Executive ') ; 
INSERT INTO `wp_usermeta` VALUES (8048, 769, 'pmpro_blastname', 'Office') ; 
INSERT INTO `wp_usermeta` VALUES (8049, 769, 'first_name', 'EAZA') ; 
INSERT INTO `wp_usermeta` VALUES (8050, 769, 'last_name', 'Executive Office') ; 
INSERT INTO `wp_usermeta` VALUES (8051, 769, 'pmpro_bcountry', 'NETHERLANDS') ; 
INSERT INTO `wp_usermeta` VALUES (8052, 769, 'pmpro_baddress1', 'P.O. Box 20164') ; 
INSERT INTO `wp_usermeta` VALUES (8053, 769, 'pmpro_bcity', 'Amsterdam') ; 
INSERT INTO `wp_usermeta` VALUES (8054, 769, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8055, 769, 'pmpro_bzipcode', '1000 HD') ; 
INSERT INTO `wp_usermeta` VALUES (8056, 769, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (8057, 770, 'pmpro_bfirstname', 'Ed') ; 
INSERT INTO `wp_usermeta` VALUES (8058, 770, 'pmpro_blastname', 'Laquidara') ; 
INSERT INTO `wp_usermeta` VALUES (8059, 770, 'first_name', 'Ed') ; 
INSERT INTO `wp_usermeta` VALUES (8060, 770, 'last_name', 'Laquidara') ; 
INSERT INTO `wp_usermeta` VALUES (8061, 770, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8062, 770, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (8063, 770, 'pmpro_baddress1', '336 Sugar Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (8064, 770, 'pmpro_bcity', 'Bolton') ; 
INSERT INTO `wp_usermeta` VALUES (8065, 770, 'uxf_organization', 'Animal Adventures') ; 
INSERT INTO `wp_usermeta` VALUES (8066, 770, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8067, 770, 'pmpro_bzipcode', '1740') ; 
INSERT INTO `wp_usermeta` VALUES (8068, 771, 'pmpro_bfirstname', 'Ed') ; 
INSERT INTO `wp_usermeta` VALUES (8069, 771, 'pmpro_blastname', 'Runyon') ; 
INSERT INTO `wp_usermeta` VALUES (8070, 771, 'first_name', 'Ed') ; 
INSERT INTO `wp_usermeta` VALUES (8071, 771, 'last_name', 'Runyon') ; 
INSERT INTO `wp_usermeta` VALUES (8072, 771, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8073, 771, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (8074, 771, 'pmpro_baddress1', '70 Springers Mill Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (8075, 771, 'pmpro_bcity', 'Cape May Court House') ; 
INSERT INTO `wp_usermeta` VALUES (8076, 771, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8077, 771, 'pmpro_bzipcode', '8210') ; 
INSERT INTO `wp_usermeta` VALUES (8078, 772, 'pmpro_bfirstname', 'Editor') ; 
INSERT INTO `wp_usermeta` VALUES (8079, 772, 'pmpro_blastname', '') ; 
INSERT INTO `wp_usermeta` VALUES (8080, 772, 'first_name', 'Editor') ; 
INSERT INTO `wp_usermeta` VALUES (8081, 772, 'last_name', 'International Zoo News') ; 
INSERT INTO `wp_usermeta` VALUES (8082, 772, 'pmpro_bcountry', 'UK') ; 
INSERT INTO `wp_usermeta` VALUES (8083, 772, 'pmpro_baddress1', 'Bishops Walk - 6 Winchester House') ; 
INSERT INTO `wp_usermeta` VALUES (8084, 772, 'pmpro_bcity', 'Aylesbury') ; 
INSERT INTO `wp_usermeta` VALUES (8085, 772, 'uxf_organization', 'International Zoo News') ; 
INSERT INTO `wp_usermeta` VALUES (8086, 772, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8087, 772, 'pmpro_bzipcode', 'HP21 7LD') ; 
INSERT INTO `wp_usermeta` VALUES (8088, 772, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (8089, 772, 'uxf_akf', 'PRINT') ; 
INSERT INTO `wp_usermeta` VALUES (8090, 773, 'pmpro_bfirstname', 'Editorial Department') ; 
INSERT INTO `wp_usermeta` VALUES (8091, 773, 'pmpro_blastname', 'EIS Ipswich') ; 
INSERT INTO `wp_usermeta` VALUES (8092, 773, 'first_name', 'EditorialDepartment') ; 
INSERT INTO `wp_usermeta` VALUES (8093, 773, 'last_name', 'EIS Ipswich') ; 
INSERT INTO `wp_usermeta` VALUES (8094, 773, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8095, 773, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (8096, 773, 'pmpro_baddress1', '2 Washington St.') ; 
INSERT INTO `wp_usermeta` VALUES (8097, 773, 'pmpro_bcity', 'Ipswich') ; 
INSERT INTO `wp_usermeta` VALUES (8098, 773, 'uxf_organization', 'EBSCO Publishing Ipswich') ; 
INSERT INTO `wp_usermeta` VALUES (8099, 773, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8100, 773, 'pmpro_bzipcode', '01938-2106') ; 
INSERT INTO `wp_usermeta` VALUES (8101, 773, 'uxf_specialtags', 'CM') ; 
INSERT INTO `wp_usermeta` VALUES (8102, 774, 'pmpro_bfirstname', 'Friends University') ; 
INSERT INTO `wp_usermeta` VALUES (8103, 774, 'pmpro_blastname', 'Stanley Library') ; 
INSERT INTO `wp_usermeta` VALUES (8104, 774, 'first_name', 'Friends University') ; 
INSERT INTO `wp_usermeta` VALUES (8105, 774, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (8106, 774, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8107, 774, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (8108, 774, 'pmpro_baddress1', '2100 University') ; 
INSERT INTO `wp_usermeta` VALUES (8109, 774, 'pmpro_bcity', 'Wichita') ; 
INSERT INTO `wp_usermeta` VALUES (8110, 774, 'uxf_organization', 'Edmund Stanley Library') ; 
INSERT INTO `wp_usermeta` VALUES (8111, 774, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8112, 774, 'pmpro_bzipcode', '67213-3397') ; 
INSERT INTO `wp_usermeta` VALUES (8113, 775, 'pmpro_bfirstname', 'Edward') ; 
INSERT INTO `wp_usermeta` VALUES (8114, 775, 'pmpro_blastname', 'Frederick') ; 
INSERT INTO `wp_usermeta` VALUES (8115, 775, 'first_name', 'Edward') ; 
INSERT INTO `wp_usermeta` VALUES (8116, 775, 'last_name', 'Frederick') ; 
INSERT INTO `wp_usermeta` VALUES (8117, 775, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8118, 775, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (8119, 775, 'pmpro_baddress1', '450 Clermont Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (8120, 775, 'pmpro_bcity', 'Ft. Wayne') ; 
INSERT INTO `wp_usermeta` VALUES (8121, 775, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8122, 775, 'pmpro_bzipcode', '46807') ; 
INSERT INTO `wp_usermeta` VALUES (8123, 776, 'pmpro_bfirstname', 'Edwin') ; 
INSERT INTO `wp_usermeta` VALUES (8124, 776, 'pmpro_blastname', 'Gomez') ; 
INSERT INTO `wp_usermeta` VALUES (8125, 776, 'first_name', 'Edwin') ; 
INSERT INTO `wp_usermeta` VALUES (8126, 776, 'last_name', 'Gomez') ; 
INSERT INTO `wp_usermeta` VALUES (8127, 776, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8128, 776, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (8129, 776, 'pmpro_baddress1', '3205 NW 83rd St. ') ; 
INSERT INTO `wp_usermeta` VALUES (8130, 776, 'pmpro_baddress2', 'Apt 2213B') ; 
INSERT INTO `wp_usermeta` VALUES (8131, 776, 'pmpro_bcity', 'Gainesville') ; 
INSERT INTO `wp_usermeta` VALUES (8132, 776, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8133, 776, 'pmpro_bzipcode', '32606') ; 
INSERT INTO `wp_usermeta` VALUES (8134, 777, 'pmpro_bfirstname', 'Eileen') ; 
INSERT INTO `wp_usermeta` VALUES (8135, 777, 'pmpro_blastname', 'Duffy Roberts') ; 
INSERT INTO `wp_usermeta` VALUES (8136, 777, 'first_name', 'Eileen') ; 
INSERT INTO `wp_usermeta` VALUES (8137, 777, 'last_name', 'Duffy Roberts') ; 
INSERT INTO `wp_usermeta` VALUES (8138, 777, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (8139, 777, 'pmpro_bstate', 'DE') ; 
INSERT INTO `wp_usermeta` VALUES (8140, 777, 'pmpro_baddress1', '403 Burnside Blvd.') ; 
INSERT INTO `wp_usermeta` VALUES (8141, 777, 'pmpro_bcity', 'Wilmington') ; 
INSERT INTO `wp_usermeta` VALUES (8142, 777, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8143, 777, 'pmpro_bzipcode', '19804') ; 
INSERT INTO `wp_usermeta` VALUES (8144, 778, 'pmpro_bfirstname', 'Eileen') ; 
INSERT INTO `wp_usermeta` VALUES (8145, 778, 'pmpro_blastname', 'Walters') ; 
INSERT INTO `wp_usermeta` VALUES (8146, 778, 'first_name', 'Eileen') ; 
INSERT INTO `wp_usermeta` VALUES (8147, 778, 'last_name', 'Walters') ; 
INSERT INTO `wp_usermeta` VALUES (8148, 778, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8149, 778, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (8150, 778, 'pmpro_baddress1', '3020 Hoffman Mill Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (8151, 778, 'pmpro_bcity', 'Hampstead') ; 
INSERT INTO `wp_usermeta` VALUES (8152, 778, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8153, 778, 'pmpro_bzipcode', '21074') ; 
INSERT INTO `wp_usermeta` VALUES (8154, 779, 'pmpro_bfirstname', 'Eileen ') ; 
INSERT INTO `wp_usermeta` VALUES (8155, 779, 'pmpro_blastname', 'Neff') ; 
INSERT INTO `wp_usermeta` VALUES (8156, 779, 'first_name', 'Eileen ') ; 
INSERT INTO `wp_usermeta` VALUES (8157, 779, 'last_name', 'Neff') ; 
INSERT INTO `wp_usermeta` VALUES (8158, 779, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8159, 779, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (8160, 779, 'pmpro_baddress1', '3453 Cromwell Place') ; 
INSERT INTO `wp_usermeta` VALUES (8161, 779, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (8162, 779, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8163, 779, 'pmpro_bzipcode', '92116') ; 
INSERT INTO `wp_usermeta` VALUES (8164, 780, 'pmpro_bfirstname', 'Eileen M. ') ; 
INSERT INTO `wp_usermeta` VALUES (8165, 780, 'pmpro_blastname', 'Zielinski') ; 
INSERT INTO `wp_usermeta` VALUES (8166, 780, 'first_name', 'Eileen M.') ; 
INSERT INTO `wp_usermeta` VALUES (8167, 780, 'last_name', 'Zielinski') ; 
INSERT INTO `wp_usermeta` VALUES (8168, 780, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8169, 780, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (8170, 780, 'pmpro_baddress1', '38876 Tandika Trail N.') ; 
INSERT INTO `wp_usermeta` VALUES (8171, 780, 'pmpro_bcity', 'Palm Desert') ; 
INSERT INTO `wp_usermeta` VALUES (8172, 780, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8173, 780, 'pmpro_bzipcode', '92211-7088') ; 
INSERT INTO `wp_usermeta` VALUES (8174, 781, 'pmpro_bfirstname', 'Elaine') ; 
INSERT INTO `wp_usermeta` VALUES (8175, 781, 'pmpro_blastname', 'McPherson Andrews') ; 
INSERT INTO `wp_usermeta` VALUES (8176, 781, 'first_name', 'Elaine') ; 
INSERT INTO `wp_usermeta` VALUES (8177, 781, 'last_name', 'McPherson Andrews') ; 
INSERT INTO `wp_usermeta` VALUES (8178, 781, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8179, 781, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (8180, 781, 'pmpro_baddress1', '13837 56th Pl. N.') ; 
INSERT INTO `wp_usermeta` VALUES (8181, 781, 'pmpro_bcity', 'Royal Palm Beach') ; 
INSERT INTO `wp_usermeta` VALUES (8182, 781, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8183, 781, 'pmpro_bzipcode', '33411') ; 
INSERT INTO `wp_usermeta` VALUES (8184, 782, 'pmpro_bfirstname', 'Elaine') ; 
INSERT INTO `wp_usermeta` VALUES (8185, 782, 'pmpro_blastname', 'Ross') ; 
INSERT INTO `wp_usermeta` VALUES (8186, 782, 'first_name', 'Elaine') ; 
INSERT INTO `wp_usermeta` VALUES (8187, 782, 'last_name', 'Ross') ; 
INSERT INTO `wp_usermeta` VALUES (8188, 782, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8189, 782, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (8190, 782, 'pmpro_baddress1', '7320 Royalview Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (8191, 782, 'pmpro_bcity', 'Parma') ; 
INSERT INTO `wp_usermeta` VALUES (8192, 782, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8193, 782, 'pmpro_bzipcode', '44129') ; 
INSERT INTO `wp_usermeta` VALUES (8194, 783, 'pmpro_bfirstname', 'Elaine') ; 
INSERT INTO `wp_usermeta` VALUES (8195, 783, 'pmpro_blastname', 'Kirchner') ; 
INSERT INTO `wp_usermeta` VALUES (8196, 783, 'first_name', 'Elaine') ; 
INSERT INTO `wp_usermeta` VALUES (8197, 783, 'last_name', 'Kirchner') ; 
INSERT INTO `wp_usermeta` VALUES (8198, 783, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8199, 783, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (8200, 783, 'pmpro_baddress1', '1002 Cottage') ; 
INSERT INTO `wp_usermeta` VALUES (8201, 783, 'pmpro_bcity', 'Ft. Wayne') ; 
INSERT INTO `wp_usermeta` VALUES (8202, 783, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8203, 783, 'pmpro_bzipcode', '46807') ; 
INSERT INTO `wp_usermeta` VALUES (8204, 784, 'pmpro_bfirstname', 'Elana') ; 
INSERT INTO `wp_usermeta` VALUES (8205, 784, 'pmpro_blastname', 'Kopel') ; 
INSERT INTO `wp_usermeta` VALUES (8206, 784, 'first_name', 'Elana') ; 
INSERT INTO `wp_usermeta` VALUES (8207, 784, 'last_name', 'Kopel') ; 
INSERT INTO `wp_usermeta` VALUES (8208, 784, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (8209, 784, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (8210, 784, 'pmpro_baddress1', '445 Monument Rd  #209') ; 
INSERT INTO `wp_usermeta` VALUES (8211, 784, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (8212, 784, 'pmpro_bcity', 'Jacksonville') ; 
INSERT INTO `wp_usermeta` VALUES (8213, 784, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8214, 784, 'pmpro_bzipcode', '32225') ; 
INSERT INTO `wp_usermeta` VALUES (8215, 785, 'pmpro_bfirstname', 'Eleanor') ; 
INSERT INTO `wp_usermeta` VALUES (8216, 785, 'pmpro_blastname', 'Knox') ; 
INSERT INTO `wp_usermeta` VALUES (8217, 785, 'first_name', 'Eleanor') ; 
INSERT INTO `wp_usermeta` VALUES (8218, 785, 'last_name', 'Knox') ; 
INSERT INTO `wp_usermeta` VALUES (8219, 785, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8220, 785, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (8221, 785, 'pmpro_baddress1', 'P.O. Box 738') ; 
INSERT INTO `wp_usermeta` VALUES (8222, 785, 'pmpro_bcity', 'Palmer Lake') ; 
INSERT INTO `wp_usermeta` VALUES (8223, 785, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8224, 785, 'pmpro_bzipcode', '80133') ; 
INSERT INTO `wp_usermeta` VALUES (8225, 786, 'pmpro_bfirstname', 'Elena') ; 
INSERT INTO `wp_usermeta` VALUES (8226, 786, 'pmpro_blastname', 'Almas') ; 
INSERT INTO `wp_usermeta` VALUES (8227, 786, 'first_name', 'Elena') ; 
INSERT INTO `wp_usermeta` VALUES (8228, 786, 'last_name', 'Almas') ; 
INSERT INTO `wp_usermeta` VALUES (8229, 786, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8230, 786, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (8231, 786, 'pmpro_baddress1', '423 Paula Dr. S Apt 201') ; 
INSERT INTO `wp_usermeta` VALUES (8232, 786, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (8233, 786, 'pmpro_bcity', 'Dunedin') ; 
INSERT INTO `wp_usermeta` VALUES (8234, 786, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8235, 786, 'pmpro_bzipcode', '34698-2058') ; 
INSERT INTO `wp_usermeta` VALUES (8236, 787, 'pmpro_bfirstname', 'Elena') ; 
INSERT INTO `wp_usermeta` VALUES (8237, 787, 'pmpro_blastname', 'Douglas') ; 
INSERT INTO `wp_usermeta` VALUES (8238, 787, 'first_name', 'Elena') ; 
INSERT INTO `wp_usermeta` VALUES (8239, 787, 'last_name', 'Douglas') ; 
INSERT INTO `wp_usermeta` VALUES (8240, 787, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8241, 787, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (8242, 787, 'pmpro_baddress1', 'P.O. Box 36') ; 
INSERT INTO `wp_usermeta` VALUES (8243, 787, 'pmpro_bcity', 'Adams Center') ; 
INSERT INTO `wp_usermeta` VALUES (8244, 787, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8245, 787, 'pmpro_bzipcode', '13606') ; 
INSERT INTO `wp_usermeta` VALUES (8256, 789, 'pmpro_bfirstname', 'Elisa') ; 
INSERT INTO `wp_usermeta` VALUES (8257, 789, 'pmpro_blastname', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (8258, 789, 'first_name', 'Elisa') ; 
INSERT INTO `wp_usermeta` VALUES (8259, 789, 'last_name', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (8260, 789, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8261, 789, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (8262, 789, 'pmpro_baddress1', '2852 Williams St.') ; 
INSERT INTO `wp_usermeta` VALUES (8263, 789, 'pmpro_bcity', 'Eureka') ; 
INSERT INTO `wp_usermeta` VALUES (8264, 789, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8265, 789, 'pmpro_bzipcode', '95501') ; 
INSERT INTO `wp_usermeta` VALUES (8266, 790, 'pmpro_bfirstname', 'Elise') ; 
INSERT INTO `wp_usermeta` VALUES (8267, 790, 'pmpro_blastname', 'Ward') ; 
INSERT INTO `wp_usermeta` VALUES (8268, 790, 'first_name', 'Elise') ; 
INSERT INTO `wp_usermeta` VALUES (8269, 790, 'last_name', 'Ward') ; 
INSERT INTO `wp_usermeta` VALUES (8270, 790, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8271, 790, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (8272, 790, 'pmpro_baddress1', '12830 E. Capehorn Drive') ; 
INSERT INTO `wp_usermeta` VALUES (8273, 790, 'pmpro_bcity', 'Tucson') ; 
INSERT INTO `wp_usermeta` VALUES (8274, 790, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8275, 790, 'pmpro_bzipcode', '85749') ; 
INSERT INTO `wp_usermeta` VALUES (8276, 791, 'pmpro_bfirstname', 'Elise') ; 
INSERT INTO `wp_usermeta` VALUES (8277, 791, 'pmpro_blastname', 'Bernardoni') ; 
INSERT INTO `wp_usermeta` VALUES (8278, 791, 'first_name', 'Elise') ; 
INSERT INTO `wp_usermeta` VALUES (8279, 791, 'last_name', 'Bernardoni') ; 
INSERT INTO `wp_usermeta` VALUES (8280, 791, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (8281, 791, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (8282, 791, 'pmpro_baddress1', '59 N. Bedford St. Apt 1') ; 
INSERT INTO `wp_usermeta` VALUES (8283, 791, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (8284, 791, 'pmpro_bcity', 'Arlington') ; 
INSERT INTO `wp_usermeta` VALUES (8285, 791, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8286, 791, 'pmpro_bzipcode', '22201') ; 
INSERT INTO `wp_usermeta` VALUES (8298, 793, 'pmpro_bfirstname', 'Elise') ; 
INSERT INTO `wp_usermeta` VALUES (8299, 793, 'pmpro_blastname', 'Newman') ; 
INSERT INTO `wp_usermeta` VALUES (8300, 793, 'first_name', 'Elise') ; 
INSERT INTO `wp_usermeta` VALUES (8301, 793, 'last_name', 'Newman') ; 
INSERT INTO `wp_usermeta` VALUES (8302, 793, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8303, 793, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (8304, 793, 'pmpro_baddress1', '34 Jane Lacey Dr.  Apt T') ; 
INSERT INTO `wp_usermeta` VALUES (8305, 793, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (8306, 793, 'pmpro_bcity', 'Endicott') ; 
INSERT INTO `wp_usermeta` VALUES (8307, 793, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8308, 793, 'pmpro_bzipcode', '13760') ; 
INSERT INTO `wp_usermeta` VALUES (8309, 794, 'pmpro_bfirstname', 'Elise') ; 
INSERT INTO `wp_usermeta` VALUES (8310, 794, 'pmpro_blastname', 'Raney') ; 
INSERT INTO `wp_usermeta` VALUES (8311, 794, 'first_name', 'Elise') ; 
INSERT INTO `wp_usermeta` VALUES (8312, 794, 'last_name', 'Raney') ; 
INSERT INTO `wp_usermeta` VALUES (8313, 794, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8314, 794, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (8315, 794, 'pmpro_baddress1', '2027 Lake Hills Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (8316, 794, 'pmpro_bcity', 'Kingwood') ; 
INSERT INTO `wp_usermeta` VALUES (8317, 794, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8318, 794, 'pmpro_bzipcode', '77339') ; 
INSERT INTO `wp_usermeta` VALUES (8319, 795, 'pmpro_bfirstname', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8320, 795, 'pmpro_blastname', 'Shotwell') ; 
INSERT INTO `wp_usermeta` VALUES (8321, 795, 'first_name', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8322, 795, 'last_name', 'Shotwell') ; 
INSERT INTO `wp_usermeta` VALUES (8323, 795, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8324, 795, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (8325, 795, 'pmpro_baddress1', '6140 S. Jackson Road') ; 
INSERT INTO `wp_usermeta` VALUES (8326, 795, 'pmpro_bcity', 'Jackson') ; 
INSERT INTO `wp_usermeta` VALUES (8327, 795, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8328, 795, 'pmpro_bzipcode', '49201') ; 
INSERT INTO `wp_usermeta` VALUES (8329, 796, 'pmpro_bfirstname', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8330, 796, 'pmpro_blastname', 'Carey') ; 
INSERT INTO `wp_usermeta` VALUES (8331, 796, 'first_name', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8332, 796, 'last_name', 'Carey') ; 
INSERT INTO `wp_usermeta` VALUES (8333, 796, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8334, 796, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (8335, 796, 'pmpro_baddress1', '4524 Cross St.') ; 
INSERT INTO `wp_usermeta` VALUES (8336, 796, 'pmpro_bcity', 'Downers Grove') ; 
INSERT INTO `wp_usermeta` VALUES (8337, 796, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8338, 796, 'pmpro_bzipcode', '60515') ; 
INSERT INTO `wp_usermeta` VALUES (8339, 797, 'pmpro_bfirstname', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8340, 797, 'pmpro_blastname', 'Emerick') ; 
INSERT INTO `wp_usermeta` VALUES (8341, 797, 'first_name', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8342, 797, 'last_name', 'Emerick') ; 
INSERT INTO `wp_usermeta` VALUES (8343, 797, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8344, 797, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (8345, 797, 'pmpro_baddress1', '4802 West 150 North') ; 
INSERT INTO `wp_usermeta` VALUES (8346, 797, 'pmpro_bcity', 'La Porte') ; 
INSERT INTO `wp_usermeta` VALUES (8347, 797, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8348, 797, 'pmpro_bzipcode', '46350-9729') ; 
INSERT INTO `wp_usermeta` VALUES (8349, 798, 'pmpro_bfirstname', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8350, 798, 'pmpro_blastname', 'Arnold') ; 
INSERT INTO `wp_usermeta` VALUES (8351, 798, 'first_name', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8352, 798, 'last_name', 'Arnold') ; 
INSERT INTO `wp_usermeta` VALUES (8353, 798, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8354, 798, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (8355, 798, 'pmpro_baddress1', '118 Starburst Trail') ; 
INSERT INTO `wp_usermeta` VALUES (8356, 798, 'pmpro_bcity', 'Seguin') ; 
INSERT INTO `wp_usermeta` VALUES (8357, 798, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8358, 798, 'pmpro_bzipcode', '78155') ; 
INSERT INTO `wp_usermeta` VALUES (8359, 799, 'pmpro_bfirstname', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8360, 799, 'pmpro_blastname', 'Thibodeaux') ; 
INSERT INTO `wp_usermeta` VALUES (8361, 799, 'first_name', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8362, 799, 'last_name', 'Thibodeaux') ; 
INSERT INTO `wp_usermeta` VALUES (8363, 799, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8364, 799, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (8365, 799, 'pmpro_baddress1', 'P.O. Box 545') ; 
INSERT INTO `wp_usermeta` VALUES (8366, 799, 'pmpro_bcity', 'Washington') ; 
INSERT INTO `wp_usermeta` VALUES (8367, 799, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8368, 799, 'pmpro_bzipcode', '70589') ; 
INSERT INTO `wp_usermeta` VALUES (8369, 800, 'pmpro_bfirstname', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8370, 800, 'pmpro_blastname', 'Cary Mungall') ; 
INSERT INTO `wp_usermeta` VALUES (8371, 800, 'first_name', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8372, 800, 'last_name', 'Cary Mungall') ; 
INSERT INTO `wp_usermeta` VALUES (8373, 800, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8374, 800, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (8375, 800, 'pmpro_baddress1', '646 Shin Oak Way') ; 
INSERT INTO `wp_usermeta` VALUES (8376, 800, 'pmpro_bcity', 'Kerrville') ; 
INSERT INTO `wp_usermeta` VALUES (8377, 800, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8378, 800, 'pmpro_bzipcode', '78028') ; 
INSERT INTO `wp_usermeta` VALUES (8379, 801, 'pmpro_bfirstname', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8380, 801, 'pmpro_blastname', 'Ocon') ; 
INSERT INTO `wp_usermeta` VALUES (8381, 801, 'first_name', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8382, 801, 'last_name', 'Ocon') ; 
INSERT INTO `wp_usermeta` VALUES (8383, 801, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (8384, 801, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (8385, 801, 'pmpro_baddress1', '1514 Envee Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (8386, 801, 'pmpro_bcity', 'Bolingbrook') ; 
INSERT INTO `wp_usermeta` VALUES (8387, 801, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8388, 801, 'pmpro_bzipcode', '60490') ; 
INSERT INTO `wp_usermeta` VALUES (8389, 802, 'pmpro_bfirstname', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8390, 802, 'pmpro_blastname', 'Thibodeaux') ; 
INSERT INTO `wp_usermeta` VALUES (8391, 802, 'first_name', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8392, 802, 'last_name', 'Thibodeaux') ; 
INSERT INTO `wp_usermeta` VALUES (8393, 802, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (8394, 802, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (8395, 802, 'pmpro_baddress1', '6051 W. Breezeway Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (8396, 802, 'pmpro_bcity', 'N. Ridgeville') ; 
INSERT INTO `wp_usermeta` VALUES (8397, 802, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8398, 802, 'pmpro_bzipcode', '44039') ; 
INSERT INTO `wp_usermeta` VALUES (8399, 803, 'pmpro_bfirstname', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8400, 803, 'pmpro_blastname', 'Hoopes') ; 
INSERT INTO `wp_usermeta` VALUES (8401, 803, 'first_name', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8402, 803, 'last_name', 'Hoopes') ; 
INSERT INTO `wp_usermeta` VALUES (8403, 803, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (8404, 803, 'pmpro_bstate', 'DC') ; 
INSERT INTO `wp_usermeta` VALUES (8405, 803, 'pmpro_baddress1', '530 N St. SW  Apt 810') ; 
INSERT INTO `wp_usermeta` VALUES (8406, 803, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (8407, 803, 'pmpro_bcity', 'Washington') ; 
INSERT INTO `wp_usermeta` VALUES (8408, 803, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8409, 803, 'pmpro_bzipcode', '20024') ; 
INSERT INTO `wp_usermeta` VALUES (8410, 804, 'pmpro_bfirstname', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8411, 804, 'pmpro_blastname', 'Maplesden') ; 
INSERT INTO `wp_usermeta` VALUES (8412, 804, 'first_name', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8413, 804, 'last_name', 'Maplesden') ; 
INSERT INTO `wp_usermeta` VALUES (8414, 804, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8415, 804, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (8416, 804, 'pmpro_baddress1', '110 Avellino Circle') ; 
INSERT INTO `wp_usermeta` VALUES (8417, 804, 'pmpro_bcity', 'Palm Desert') ; 
INSERT INTO `wp_usermeta` VALUES (8418, 804, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8419, 804, 'pmpro_bzipcode', '92211') ; 
INSERT INTO `wp_usermeta` VALUES (8420, 805, 'pmpro_bfirstname', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8421, 805, 'pmpro_blastname', 'Mills') ; 
INSERT INTO `wp_usermeta` VALUES (8422, 805, 'first_name', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8423, 805, 'last_name', 'Mills') ; 
INSERT INTO `wp_usermeta` VALUES (8424, 805, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (8425, 805, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (8426, 805, 'pmpro_baddress1', '485 Bronx River Rd.  Apt C-50') ; 
INSERT INTO `wp_usermeta` VALUES (8427, 805, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (8428, 805, 'pmpro_bcity', 'Yonkers') ; 
INSERT INTO `wp_usermeta` VALUES (8429, 805, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8430, 805, 'pmpro_bzipcode', '10704') ; 
INSERT INTO `wp_usermeta` VALUES (8431, 806, 'pmpro_bfirstname', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8432, 806, 'pmpro_blastname', 'Torstveit') ; 
INSERT INTO `wp_usermeta` VALUES (8433, 806, 'first_name', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8434, 806, 'last_name', 'Torstveit') ; 
INSERT INTO `wp_usermeta` VALUES (8435, 806, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8436, 806, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (8437, 806, 'pmpro_baddress1', '3505 N. 80th St.') ; 
INSERT INTO `wp_usermeta` VALUES (8438, 806, 'pmpro_bcity', 'Milwaukee') ; 
INSERT INTO `wp_usermeta` VALUES (8439, 806, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8440, 806, 'pmpro_bzipcode', '53222-2917') ; 
INSERT INTO `wp_usermeta` VALUES (8441, 807, 'pmpro_bfirstname', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8442, 807, 'pmpro_blastname', 'Huber') ; 
INSERT INTO `wp_usermeta` VALUES (8443, 807, 'first_name', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8444, 807, 'last_name', 'Huber') ; 
INSERT INTO `wp_usermeta` VALUES (8445, 807, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8446, 807, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (8447, 807, 'pmpro_baddress1', '4541 S. Mill Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (8448, 807, 'pmpro_bcity', 'Tempe') ; 
INSERT INTO `wp_usermeta` VALUES (8449, 807, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8450, 807, 'pmpro_bzipcode', '85282') ; 
INSERT INTO `wp_usermeta` VALUES (8451, 808, 'pmpro_bfirstname', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8452, 808, 'pmpro_blastname', 'Johnson') ; 
INSERT INTO `wp_usermeta` VALUES (8453, 808, 'first_name', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8454, 808, 'last_name', 'Johnson') ; 
INSERT INTO `wp_usermeta` VALUES (8455, 808, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8456, 808, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (8457, 808, 'pmpro_baddress1', '3032 Coco Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (8458, 808, 'pmpro_bcity', 'Naples') ; 
INSERT INTO `wp_usermeta` VALUES (8459, 808, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8460, 808, 'pmpro_bzipcode', '34112') ; 
INSERT INTO `wp_usermeta` VALUES (8461, 809, 'pmpro_bfirstname', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8462, 809, 'pmpro_blastname', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (8463, 809, 'first_name', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8464, 809, 'last_name', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (8465, 809, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8466, 809, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (8467, 809, 'pmpro_baddress1', '3 Argos Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (8468, 809, 'pmpro_bcity', 'St. Peters') ; 
INSERT INTO `wp_usermeta` VALUES (8469, 809, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8470, 809, 'pmpro_bzipcode', '63376') ; 
INSERT INTO `wp_usermeta` VALUES (8471, 810, 'pmpro_bfirstname', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8472, 810, 'pmpro_blastname', 'Menche') ; 
INSERT INTO `wp_usermeta` VALUES (8473, 810, 'first_name', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8474, 810, 'last_name', 'Menche') ; 
INSERT INTO `wp_usermeta` VALUES (8475, 810, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8476, 810, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (8477, 810, 'pmpro_baddress1', '4030 NE 74th Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (8478, 810, 'pmpro_bcity', 'Portland') ; 
INSERT INTO `wp_usermeta` VALUES (8479, 810, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8480, 810, 'pmpro_bzipcode', '97213') ; 
INSERT INTO `wp_usermeta` VALUES (8481, 811, 'pmpro_bfirstname', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8482, 811, 'pmpro_blastname', 'Johnson') ; 
INSERT INTO `wp_usermeta` VALUES (8483, 811, 'first_name', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8484, 811, 'last_name', 'Johnson') ; 
INSERT INTO `wp_usermeta` VALUES (8485, 811, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (8486, 811, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (8487, 811, 'pmpro_baddress1', '4515A Ohio St') ; 
INSERT INTO `wp_usermeta` VALUES (8488, 811, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (8489, 811, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8490, 811, 'pmpro_bzipcode', '92116') ; 
INSERT INTO `wp_usermeta` VALUES (8491, 812, 'pmpro_bfirstname', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8492, 812, 'pmpro_blastname', 'Toth') ; 
INSERT INTO `wp_usermeta` VALUES (8493, 812, 'first_name', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8494, 812, 'last_name', 'Toth') ; 
INSERT INTO `wp_usermeta` VALUES (8495, 812, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (8496, 812, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (8497, 812, 'pmpro_baddress1', 'Boonshoft Museum of Discovery - 2600 DeWeese Pkwy.') ; 
INSERT INTO `wp_usermeta` VALUES (8498, 812, 'pmpro_bcity', 'Dayton') ; 
INSERT INTO `wp_usermeta` VALUES (8499, 812, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (8500, 812, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8501, 812, 'pmpro_bzipcode', '45414') ; 
INSERT INTO `wp_usermeta` VALUES (8502, 813, 'pmpro_bfirstname', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8503, 813, 'pmpro_blastname', 'Beem') ; 
INSERT INTO `wp_usermeta` VALUES (8504, 813, 'first_name', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8505, 813, 'last_name', 'Beem') ; 
INSERT INTO `wp_usermeta` VALUES (8506, 813, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8507, 813, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (8508, 813, 'pmpro_baddress1', '10465 N. Karen Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (8509, 813, 'pmpro_bcity', 'Oak View') ; 
INSERT INTO `wp_usermeta` VALUES (8510, 813, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8511, 813, 'pmpro_bzipcode', '93022') ; 
INSERT INTO `wp_usermeta` VALUES (8512, 814, 'pmpro_bfirstname', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8513, 814, 'pmpro_blastname', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (8514, 814, 'first_name', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8515, 814, 'last_name', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (8516, 814, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (8517, 814, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (8518, 814, 'pmpro_baddress1', '1033 Ontario St.  Apt 3ES') ; 
INSERT INTO `wp_usermeta` VALUES (8519, 814, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (8520, 814, 'pmpro_bcity', 'Oak Park') ; 
INSERT INTO `wp_usermeta` VALUES (8521, 814, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8522, 814, 'pmpro_bzipcode', '60302') ; 
INSERT INTO `wp_usermeta` VALUES (8523, 815, 'pmpro_bfirstname', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8524, 815, 'pmpro_blastname', 'Pridgen') ; 
INSERT INTO `wp_usermeta` VALUES (8525, 815, 'first_name', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8526, 815, 'last_name', 'Pridgen') ; 
INSERT INTO `wp_usermeta` VALUES (8527, 815, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8528, 815, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (8529, 815, 'pmpro_baddress1', '10133 Oakley Pointe Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (8530, 815, 'pmpro_bcity', 'Henrico') ; 
INSERT INTO `wp_usermeta` VALUES (8531, 815, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8532, 815, 'pmpro_bzipcode', '23233') ; 
INSERT INTO `wp_usermeta` VALUES (8533, 816, 'pmpro_bfirstname', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8534, 816, 'pmpro_blastname', 'Wakeman') ; 
INSERT INTO `wp_usermeta` VALUES (8535, 816, 'first_name', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (8536, 816, 'last_name', 'Wakeman') ; 
INSERT INTO `wp_usermeta` VALUES (8537, 816, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8538, 816, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (8539, 816, 'pmpro_baddress1', '4214 Telegraph Ave.  Apt 2') ; 
INSERT INTO `wp_usermeta` VALUES (8540, 816, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (8541, 816, 'pmpro_bcity', 'Oakland') ; 
INSERT INTO `wp_usermeta` VALUES (8542, 816, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8543, 816, 'pmpro_bzipcode', '94609') ; 
INSERT INTO `wp_usermeta` VALUES (8544, 817, 'pmpro_bfirstname', 'Elizabeth C.') ; 
INSERT INTO `wp_usermeta` VALUES (8545, 817, 'pmpro_blastname', 'Pope') ; 
INSERT INTO `wp_usermeta` VALUES (8546, 817, 'first_name', 'Elizabeth C.') ; 
INSERT INTO `wp_usermeta` VALUES (8547, 817, 'last_name', 'Pope') ; 
INSERT INTO `wp_usermeta` VALUES (8548, 817, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (8549, 817, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (8550, 817, 'pmpro_baddress1', '817 Aster Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (8551, 817, 'pmpro_bcity', 'Baton Rouge') ; 
INSERT INTO `wp_usermeta` VALUES (8552, 817, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8553, 817, 'pmpro_bzipcode', '70802') ; 
INSERT INTO `wp_usermeta` VALUES (8554, 818, 'pmpro_bfirstname', 'Elizabeth D.') ; 
INSERT INTO `wp_usermeta` VALUES (8555, 818, 'pmpro_blastname', 'Tennill') ; 
INSERT INTO `wp_usermeta` VALUES (8556, 818, 'first_name', 'Elizabeth D.') ; 
INSERT INTO `wp_usermeta` VALUES (8557, 818, 'last_name', 'Tennill') ; 
INSERT INTO `wp_usermeta` VALUES (8558, 818, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8559, 818, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (8560, 818, 'pmpro_baddress1', '13005 Ferry Cove Lane') ; 
INSERT INTO `wp_usermeta` VALUES (8561, 818, 'pmpro_bcity', 'Pearland') ; 
INSERT INTO `wp_usermeta` VALUES (8562, 818, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8563, 818, 'pmpro_bzipcode', '77584') ; 
INSERT INTO `wp_usermeta` VALUES (8564, 819, 'pmpro_bfirstname', 'Ellen') ; 
INSERT INTO `wp_usermeta` VALUES (8565, 819, 'pmpro_blastname', 'Gallagher') ; 
INSERT INTO `wp_usermeta` VALUES (8566, 819, 'first_name', 'Ellen') ; 
INSERT INTO `wp_usermeta` VALUES (8567, 819, 'last_name', 'Vossekuil') ; 
INSERT INTO `wp_usermeta` VALUES (8568, 819, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (8569, 819, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (8570, 819, 'pmpro_baddress1', '247 Straight Ave SW #2') ; 
INSERT INTO `wp_usermeta` VALUES (8571, 819, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (8572, 819, 'pmpro_bcity', 'Grand Rapids') ; 
INSERT INTO `wp_usermeta` VALUES (8573, 819, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8574, 819, 'pmpro_bzipcode', '49504-6375') ; 
INSERT INTO `wp_usermeta` VALUES (8575, 820, 'pmpro_bfirstname', 'Ellen') ; 
INSERT INTO `wp_usermeta` VALUES (8576, 820, 'pmpro_blastname', 'Siciliano') ; 
INSERT INTO `wp_usermeta` VALUES (8577, 820, 'first_name', 'Ellen') ; 
INSERT INTO `wp_usermeta` VALUES (8578, 820, 'last_name', 'Siciliano') ; 
INSERT INTO `wp_usermeta` VALUES (8579, 820, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (8580, 820, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (8581, 820, 'pmpro_baddress1', '460 W. Wilshire Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (8582, 820, 'pmpro_bcity', 'Hoffman Estates') ; 
INSERT INTO `wp_usermeta` VALUES (8583, 820, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8584, 820, 'pmpro_bzipcode', '60067-4766') ; 
INSERT INTO `wp_usermeta` VALUES (8585, 821, 'pmpro_bfirstname', 'Ellen Susan') ; 
INSERT INTO `wp_usermeta` VALUES (8586, 821, 'pmpro_blastname', 'Wieczorek') ; 
INSERT INTO `wp_usermeta` VALUES (8587, 821, 'first_name', 'Ellen Susan') ; 
INSERT INTO `wp_usermeta` VALUES (8588, 821, 'last_name', 'Wieczorek') ; 
INSERT INTO `wp_usermeta` VALUES (8589, 821, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8590, 821, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (8591, 821, 'pmpro_baddress1', '2450 Gold Rush Drive') ; 
INSERT INTO `wp_usermeta` VALUES (8592, 821, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (8593, 821, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8594, 821, 'pmpro_bzipcode', '80906') ; 
INSERT INTO `wp_usermeta` VALUES (8595, 822, 'pmpro_bfirstname', 'Else') ; 
INSERT INTO `wp_usermeta` VALUES (8596, 822, 'pmpro_blastname', 'Poulsen') ; 
INSERT INTO `wp_usermeta` VALUES (8597, 822, 'first_name', 'Else') ; 
INSERT INTO `wp_usermeta` VALUES (8598, 822, 'last_name', 'Poulsen') ; 
INSERT INTO `wp_usermeta` VALUES (8599, 822, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (8600, 822, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (8601, 822, 'pmpro_baddress1', '2- 126 Main Street West') ; 
INSERT INTO `wp_usermeta` VALUES (8602, 822, 'pmpro_bcity', 'Grimsby') ; 
INSERT INTO `wp_usermeta` VALUES (8603, 822, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8604, 822, 'pmpro_bzipcode', 'L3M 1R8') ; 
INSERT INTO `wp_usermeta` VALUES (8605, 823, 'pmpro_bfirstname', 'Emily') ; 
INSERT INTO `wp_usermeta` VALUES (8606, 823, 'pmpro_blastname', 'Wilkinson') ; 
INSERT INTO `wp_usermeta` VALUES (8607, 823, 'first_name', 'Emily') ; 
INSERT INTO `wp_usermeta` VALUES (8608, 823, 'last_name', 'Wilkinson') ; 
INSERT INTO `wp_usermeta` VALUES (8609, 823, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8610, 823, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (8611, 823, 'pmpro_baddress1', '4511 Canvasback Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (8612, 823, 'pmpro_bcity', 'Sachse') ; 
INSERT INTO `wp_usermeta` VALUES (8613, 823, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8614, 823, 'pmpro_bzipcode', '75048') ; 
INSERT INTO `wp_usermeta` VALUES (8615, 824, 'pmpro_bfirstname', 'Emily') ; 
INSERT INTO `wp_usermeta` VALUES (8616, 824, 'pmpro_blastname', 'Jensen') ; 
INSERT INTO `wp_usermeta` VALUES (8617, 824, 'first_name', 'Emily') ; 
INSERT INTO `wp_usermeta` VALUES (8618, 824, 'last_name', 'Jensen') ; 
INSERT INTO `wp_usermeta` VALUES (8619, 824, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8620, 824, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (8621, 824, 'pmpro_baddress1', '510 E. 70th Ter.') ; 
INSERT INTO `wp_usermeta` VALUES (8622, 824, 'pmpro_bcity', 'Kansas City') ; 
INSERT INTO `wp_usermeta` VALUES (8623, 824, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8624, 824, 'pmpro_bzipcode', '64131-1339') ; 
INSERT INTO `wp_usermeta` VALUES (8625, 825, 'pmpro_bfirstname', 'Emily') ; 
INSERT INTO `wp_usermeta` VALUES (8626, 825, 'pmpro_blastname', 'McCormack') ; 
INSERT INTO `wp_usermeta` VALUES (8627, 825, 'first_name', 'Turpentine Wildlife Creek Rescue') ; 
INSERT INTO `wp_usermeta` VALUES (8628, 825, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (8629, 825, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8630, 825, 'pmpro_bstate', 'AR') ; 
INSERT INTO `wp_usermeta` VALUES (8631, 825, 'pmpro_baddress1', '239 Turpentine Creek Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (8632, 825, 'pmpro_bcity', 'Eureka Springs') ; 
INSERT INTO `wp_usermeta` VALUES (8633, 825, 'uxf_organization', 'Turpentine Creek Wildlife Refuge') ; 
INSERT INTO `wp_usermeta` VALUES (8634, 825, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8635, 825, 'pmpro_bzipcode', '72632') ; 
INSERT INTO `wp_usermeta` VALUES (8636, 825, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (8637, 826, 'pmpro_bfirstname', 'Emily') ; 
INSERT INTO `wp_usermeta` VALUES (8638, 826, 'pmpro_blastname', 'Reineberg') ; 
INSERT INTO `wp_usermeta` VALUES (8639, 826, 'first_name', 'Emily') ; 
INSERT INTO `wp_usermeta` VALUES (8640, 826, 'last_name', 'Reineberg') ; 
INSERT INTO `wp_usermeta` VALUES (8641, 826, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8642, 826, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (8643, 826, 'pmpro_baddress1', '245 Verdan Dr. N.') ; 
INSERT INTO `wp_usermeta` VALUES (8644, 826, 'pmpro_bcity', 'York') ; 
INSERT INTO `wp_usermeta` VALUES (8645, 826, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8646, 826, 'pmpro_bzipcode', '17403') ; 
INSERT INTO `wp_usermeta` VALUES (8647, 827, 'pmpro_bfirstname', 'Emily') ; 
INSERT INTO `wp_usermeta` VALUES (8648, 827, 'pmpro_blastname', 'Hallford') ; 
INSERT INTO `wp_usermeta` VALUES (8649, 827, 'first_name', 'Emily') ; 
INSERT INTO `wp_usermeta` VALUES (8650, 827, 'last_name', 'Hallford') ; 
INSERT INTO `wp_usermeta` VALUES (8651, 827, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (8652, 827, 'pmpro_bstate', 'OK') ; 
INSERT INTO `wp_usermeta` VALUES (8653, 827, 'pmpro_baddress1', '12406 E. 33rd St.') ; 
INSERT INTO `wp_usermeta` VALUES (8654, 827, 'pmpro_bcity', 'Tulsa') ; 
INSERT INTO `wp_usermeta` VALUES (8655, 827, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8656, 827, 'pmpro_bzipcode', '74146') ; 
INSERT INTO `wp_usermeta` VALUES (8657, 828, 'pmpro_bfirstname', 'Emily') ; 
INSERT INTO `wp_usermeta` VALUES (8658, 828, 'pmpro_blastname', 'Cannell') ; 
INSERT INTO `wp_usermeta` VALUES (8659, 828, 'first_name', 'Emily') ; 
INSERT INTO `wp_usermeta` VALUES (8660, 828, 'last_name', 'Cannell') ; 
INSERT INTO `wp_usermeta` VALUES (8661, 828, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (8662, 828, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (8663, 828, 'pmpro_baddress1', '424 Old Creek Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (8664, 828, 'pmpro_bcity', 'Saline') ; 
INSERT INTO `wp_usermeta` VALUES (8665, 828, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8666, 828, 'pmpro_bzipcode', '48176') ; 
INSERT INTO `wp_usermeta` VALUES (8667, 829, 'pmpro_bfirstname', 'Emily') ; 
INSERT INTO `wp_usermeta` VALUES (8668, 829, 'pmpro_blastname', 'Lutz') ; 
INSERT INTO `wp_usermeta` VALUES (8669, 829, 'first_name', 'Emily') ; 
INSERT INTO `wp_usermeta` VALUES (8670, 829, 'last_name', 'Lutz') ; 
INSERT INTO `wp_usermeta` VALUES (8671, 829, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8672, 829, 'pmpro_bstate', 'ID') ; 
INSERT INTO `wp_usermeta` VALUES (8673, 829, 'pmpro_baddress1', 'P.O. Box 50220') ; 
INSERT INTO `wp_usermeta` VALUES (8674, 829, 'pmpro_bcity', 'Idaho Falls') ; 
INSERT INTO `wp_usermeta` VALUES (8675, 829, 'uxf_organization', 'Tautphaus Park Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (8676, 829, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8677, 829, 'pmpro_bzipcode', '83405') ; 
INSERT INTO `wp_usermeta` VALUES (8678, 830, 'pmpro_bfirstname', 'Emily') ; 
INSERT INTO `wp_usermeta` VALUES (8679, 830, 'pmpro_blastname', 'Egan') ; 
INSERT INTO `wp_usermeta` VALUES (8680, 830, 'first_name', 'Emily') ; 
INSERT INTO `wp_usermeta` VALUES (8681, 830, 'last_name', 'Egan') ; 
INSERT INTO `wp_usermeta` VALUES (8682, 830, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8683, 830, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (8684, 830, 'pmpro_baddress1', '204 S. Occident St.') ; 
INSERT INTO `wp_usermeta` VALUES (8685, 830, 'pmpro_bcity', 'Tampa') ; 
INSERT INTO `wp_usermeta` VALUES (8686, 830, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8687, 830, 'pmpro_bzipcode', '33609-2527') ; 
INSERT INTO `wp_usermeta` VALUES (8688, 831, 'pmpro_bfirstname', 'Emily') ; 
INSERT INTO `wp_usermeta` VALUES (8689, 831, 'pmpro_blastname', 'Merola') ; 
INSERT INTO `wp_usermeta` VALUES (8690, 831, 'first_name', 'Emily') ; 
INSERT INTO `wp_usermeta` VALUES (8691, 831, 'last_name', 'Merola') ; 
INSERT INTO `wp_usermeta` VALUES (8692, 831, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (8693, 831, 'pmpro_bstate', 'UT') ; 
INSERT INTO `wp_usermeta` VALUES (8694, 831, 'pmpro_baddress1', '817 S. 500 E.  Apt 1') ; 
INSERT INTO `wp_usermeta` VALUES (8695, 831, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (8696, 831, 'pmpro_bcity', 'Salt Lake City') ; 
INSERT INTO `wp_usermeta` VALUES (8697, 831, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8698, 831, 'pmpro_bzipcode', '84102') ; 
INSERT INTO `wp_usermeta` VALUES (8699, 832, 'pmpro_bfirstname', 'Emily') ; 
INSERT INTO `wp_usermeta` VALUES (8700, 832, 'pmpro_blastname', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (8701, 832, 'first_name', 'Emily') ; 
INSERT INTO `wp_usermeta` VALUES (8702, 832, 'last_name', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (8703, 832, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8704, 832, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (8705, 832, 'pmpro_baddress1', '614 Atlantic Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (8706, 832, 'pmpro_bcity', 'York') ; 
INSERT INTO `wp_usermeta` VALUES (8707, 832, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8708, 832, 'pmpro_bzipcode', '17404') ; 
INSERT INTO `wp_usermeta` VALUES (8709, 833, 'pmpro_bfirstname', 'Emily') ; 
INSERT INTO `wp_usermeta` VALUES (8710, 833, 'pmpro_blastname', 'Bowling') ; 
INSERT INTO `wp_usermeta` VALUES (8711, 833, 'first_name', 'Emily') ; 
INSERT INTO `wp_usermeta` VALUES (8712, 833, 'last_name', 'Bowling') ; 
INSERT INTO `wp_usermeta` VALUES (8713, 833, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8714, 833, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (8715, 833, 'pmpro_baddress1', '5874 Wooded Estates Ln') ; 
INSERT INTO `wp_usermeta` VALUES (8716, 833, 'pmpro_bcity', 'Edwardsville') ; 
INSERT INTO `wp_usermeta` VALUES (8717, 833, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8718, 833, 'pmpro_bzipcode', '62025') ; 
INSERT INTO `wp_usermeta` VALUES (8719, 834, 'pmpro_bfirstname', 'Emily') ; 
INSERT INTO `wp_usermeta` VALUES (8720, 834, 'pmpro_blastname', 'Mikus') ; 
INSERT INTO `wp_usermeta` VALUES (8721, 834, 'first_name', 'Emily') ; 
INSERT INTO `wp_usermeta` VALUES (8722, 834, 'last_name', 'Mikus') ; 
INSERT INTO `wp_usermeta` VALUES (8723, 834, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8724, 834, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (8725, 834, 'pmpro_baddress1', 'P.O. Box 8892') ; 
INSERT INTO `wp_usermeta` VALUES (8726, 834, 'pmpro_bcity', 'Coral Springs') ; 
INSERT INTO `wp_usermeta` VALUES (8727, 834, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8728, 834, 'pmpro_bzipcode', '33075') ; 
INSERT INTO `wp_usermeta` VALUES (8729, 835, 'pmpro_bfirstname', 'Emily') ; 
INSERT INTO `wp_usermeta` VALUES (8730, 835, 'pmpro_blastname', 'Johnson') ; 
INSERT INTO `wp_usermeta` VALUES (8731, 835, 'first_name', 'Emily') ; 
INSERT INTO `wp_usermeta` VALUES (8732, 835, 'last_name', 'Johnson') ; 
INSERT INTO `wp_usermeta` VALUES (8733, 835, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8734, 835, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (8735, 835, 'pmpro_baddress1', '920 Chickasaw Avenue') ; 
INSERT INTO `wp_usermeta` VALUES (8736, 835, 'pmpro_bcity', 'Nashville') ; 
INSERT INTO `wp_usermeta` VALUES (8737, 835, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8738, 835, 'pmpro_bzipcode', '37207') ; 
INSERT INTO `wp_usermeta` VALUES (8739, 836, 'pmpro_bfirstname', 'Emma') ; 
INSERT INTO `wp_usermeta` VALUES (8740, 836, 'pmpro_blastname', 'Milnes') ; 
INSERT INTO `wp_usermeta` VALUES (8741, 836, 'first_name', 'Zoological Society of London') ; 
INSERT INTO `wp_usermeta` VALUES (8742, 836, 'last_name', 'Milnes') ; 
INSERT INTO `wp_usermeta` VALUES (8743, 836, 'pmpro_bcountry', 'GREAT BRITAIN') ; 
INSERT INTO `wp_usermeta` VALUES (8744, 836, 'pmpro_baddress1', 'Zoological Society of London, Library') ; 
INSERT INTO `wp_usermeta` VALUES (8745, 836, 'pmpro_bcity', 'London') ; 
INSERT INTO `wp_usermeta` VALUES (8746, 836, 'uxf_organization', 'Zoological Society of London') ; 
INSERT INTO `wp_usermeta` VALUES (8747, 836, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8748, 836, 'pmpro_bzipcode', 'NW1 4RY') ; 
INSERT INTO `wp_usermeta` VALUES (8749, 836, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (8750, 836, 'uxf_akf', 'PRINT') ; 
INSERT INTO `wp_usermeta` VALUES (8751, 837, 'pmpro_bfirstname', 'Emma') ; 
INSERT INTO `wp_usermeta` VALUES (8752, 837, 'pmpro_blastname', 'Clements') ; 
INSERT INTO `wp_usermeta` VALUES (8753, 837, 'first_name', 'Emma') ; 
INSERT INTO `wp_usermeta` VALUES (8754, 837, 'last_name', 'Clements') ; 
INSERT INTO `wp_usermeta` VALUES (8755, 837, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8756, 837, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (8757, 837, 'pmpro_baddress1', 'P.O. box 118 ') ; 
INSERT INTO `wp_usermeta` VALUES (8758, 837, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (8759, 837, 'pmpro_bcity', 'Cherry Valley') ; 
INSERT INTO `wp_usermeta` VALUES (8760, 837, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8761, 837, 'pmpro_bzipcode', '13320') ; 
INSERT INTO `wp_usermeta` VALUES (8762, 838, 'pmpro_bfirstname', 'Emma') ; 
INSERT INTO `wp_usermeta` VALUES (8763, 838, 'pmpro_blastname', 'Ansel') ; 
INSERT INTO `wp_usermeta` VALUES (8764, 838, 'first_name', 'Emma') ; 
INSERT INTO `wp_usermeta` VALUES (8765, 838, 'last_name', 'Ansel') ; 
INSERT INTO `wp_usermeta` VALUES (8766, 838, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8767, 838, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (8768, 838, 'pmpro_baddress1', '2040 20th St.  Apt 9') ; 
INSERT INTO `wp_usermeta` VALUES (8769, 838, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (8770, 838, 'pmpro_bcity', 'Sacramento') ; 
INSERT INTO `wp_usermeta` VALUES (8771, 838, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8772, 838, 'pmpro_bzipcode', '95822') ; 
INSERT INTO `wp_usermeta` VALUES (8773, 839, 'pmpro_bfirstname', 'Emma') ; 
INSERT INTO `wp_usermeta` VALUES (8774, 839, 'pmpro_blastname', 'Chatfield') ; 
INSERT INTO `wp_usermeta` VALUES (8775, 839, 'first_name', 'Emma') ; 
INSERT INTO `wp_usermeta` VALUES (8776, 839, 'last_name', 'Chatfield') ; 
INSERT INTO `wp_usermeta` VALUES (8777, 839, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8778, 839, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (8779, 839, 'pmpro_baddress1', '3225 Lower Ridge Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (8780, 839, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (8781, 839, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8782, 839, 'pmpro_bzipcode', '92130') ; 
INSERT INTO `wp_usermeta` VALUES (8783, 840, 'pmpro_bfirstname', 'Emma') ; 
INSERT INTO `wp_usermeta` VALUES (8784, 840, 'pmpro_blastname', 'Hanslowe') ; 
INSERT INTO `wp_usermeta` VALUES (8785, 840, 'first_name', 'Emma') ; 
INSERT INTO `wp_usermeta` VALUES (8786, 840, 'last_name', 'Hanslowe') ; 
INSERT INTO `wp_usermeta` VALUES (8787, 840, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8788, 840, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (8789, 840, 'pmpro_baddress1', '105 E. Central Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (8790, 840, 'pmpro_bcity', 'Wharton') ; 
INSERT INTO `wp_usermeta` VALUES (8791, 840, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8792, 840, 'pmpro_bzipcode', '7885') ; 
INSERT INTO `wp_usermeta` VALUES (8793, 841, 'pmpro_bfirstname', 'Eric') ; 
INSERT INTO `wp_usermeta` VALUES (8794, 841, 'pmpro_blastname', 'Cole') ; 
INSERT INTO `wp_usermeta` VALUES (8795, 841, 'first_name', 'Eric') ; 
INSERT INTO `wp_usermeta` VALUES (8796, 841, 'last_name', 'Cole') ; 
INSERT INTO `wp_usermeta` VALUES (8797, 841, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (8798, 841, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (8799, 841, 'pmpro_baddress1', '94 Rice Drive') ; 
INSERT INTO `wp_usermeta` VALUES (8800, 841, 'pmpro_bcity', 'Whitby') ; 
INSERT INTO `wp_usermeta` VALUES (8801, 841, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8802, 841, 'pmpro_bzipcode', 'L1N 7Y2') ; 
INSERT INTO `wp_usermeta` VALUES (8803, 842, 'pmpro_bfirstname', 'Eric') ; 
INSERT INTO `wp_usermeta` VALUES (8804, 842, 'pmpro_blastname', 'Gienke') ; 
INSERT INTO `wp_usermeta` VALUES (8805, 842, 'first_name', 'Eric') ; 
INSERT INTO `wp_usermeta` VALUES (8806, 842, 'last_name', 'Gienke') ; 
INSERT INTO `wp_usermeta` VALUES (8807, 842, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (8808, 842, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (8809, 842, 'pmpro_baddress1', '11632 Cedar Walk Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (8810, 842, 'pmpro_bcity', 'St. Louis') ; 
INSERT INTO `wp_usermeta` VALUES (8811, 842, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8812, 842, 'pmpro_bzipcode', '63146') ; 
INSERT INTO `wp_usermeta` VALUES (8813, 843, 'pmpro_bfirstname', 'Eric') ; 
INSERT INTO `wp_usermeta` VALUES (8814, 843, 'pmpro_blastname', 'Kellar') ; 
INSERT INTO `wp_usermeta` VALUES (8815, 843, 'first_name', 'Eric') ; 
INSERT INTO `wp_usermeta` VALUES (8816, 843, 'last_name', 'Kellar') ; 
INSERT INTO `wp_usermeta` VALUES (8817, 843, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8818, 843, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (8819, 843, 'pmpro_baddress1', '4303 Stanton Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (8820, 843, 'pmpro_bcity', 'Pittsburgh') ; 
INSERT INTO `wp_usermeta` VALUES (8821, 843, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8822, 843, 'pmpro_bzipcode', '15201') ; 
INSERT INTO `wp_usermeta` VALUES (8823, 844, 'pmpro_bfirstname', 'Eric') ; 
INSERT INTO `wp_usermeta` VALUES (8824, 844, 'pmpro_blastname', 'Hovland') ; 
INSERT INTO `wp_usermeta` VALUES (8825, 844, 'first_name', 'The Florida Aquarium Inc.') ; 
INSERT INTO `wp_usermeta` VALUES (8826, 844, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (8827, 844, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8828, 844, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (8829, 844, 'pmpro_baddress1', '701 Channelside Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (8830, 844, 'pmpro_bcity', 'Tampa') ; 
INSERT INTO `wp_usermeta` VALUES (8831, 844, 'uxf_organization', 'The Florida Aquarium') ; 
INSERT INTO `wp_usermeta` VALUES (8832, 844, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8833, 844, 'pmpro_bzipcode', '33602') ; 
INSERT INTO `wp_usermeta` VALUES (8834, 844, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (8835, 845, 'pmpro_bfirstname', 'Eric') ; 
INSERT INTO `wp_usermeta` VALUES (8836, 845, 'pmpro_blastname', 'Carlson') ; 
INSERT INTO `wp_usermeta` VALUES (8837, 845, 'first_name', 'Eric') ; 
INSERT INTO `wp_usermeta` VALUES (8838, 845, 'last_name', 'Carlson') ; 
INSERT INTO `wp_usermeta` VALUES (8839, 845, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8840, 845, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (8841, 845, 'pmpro_baddress1', '2593 Redding Rd NE') ; 
INSERT INTO `wp_usermeta` VALUES (8842, 845, 'pmpro_bcity', 'Atlanta') ; 
INSERT INTO `wp_usermeta` VALUES (8843, 845, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8844, 845, 'pmpro_bzipcode', '30319-2903') ; 
INSERT INTO `wp_usermeta` VALUES (8845, 846, 'pmpro_bfirstname', 'Erica') ; 
INSERT INTO `wp_usermeta` VALUES (8846, 846, 'pmpro_blastname', 'Royer') ; 
INSERT INTO `wp_usermeta` VALUES (8847, 846, 'first_name', 'Erica') ; 
INSERT INTO `wp_usermeta` VALUES (8848, 846, 'last_name', 'Royer') ; 
INSERT INTO `wp_usermeta` VALUES (8849, 846, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8850, 846, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (8851, 846, 'pmpro_baddress1', '2227 Old Washington Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (8852, 846, 'pmpro_bcity', 'Westminister') ; 
INSERT INTO `wp_usermeta` VALUES (8853, 846, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8854, 846, 'pmpro_bzipcode', '21157') ; 
INSERT INTO `wp_usermeta` VALUES (8855, 847, 'pmpro_bfirstname', 'Erica') ; 
INSERT INTO `wp_usermeta` VALUES (8856, 847, 'pmpro_blastname', 'Royer') ; 
INSERT INTO `wp_usermeta` VALUES (8857, 847, 'first_name', 'Erica') ; 
INSERT INTO `wp_usermeta` VALUES (8858, 847, 'last_name', 'Royer') ; 
INSERT INTO `wp_usermeta` VALUES (8859, 847, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8860, 847, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (8861, 847, 'pmpro_baddress1', '2227 Old Washington Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (8862, 847, 'pmpro_bcity', 'Westminister') ; 
INSERT INTO `wp_usermeta` VALUES (8863, 847, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8864, 847, 'pmpro_bzipcode', '21157') ; 
INSERT INTO `wp_usermeta` VALUES (8865, 848, 'pmpro_bfirstname', 'Erica') ; 
INSERT INTO `wp_usermeta` VALUES (8866, 848, 'pmpro_blastname', 'Baker') ; 
INSERT INTO `wp_usermeta` VALUES (8867, 848, 'first_name', 'Erica') ; 
INSERT INTO `wp_usermeta` VALUES (8868, 848, 'last_name', 'Baker') ; 
INSERT INTO `wp_usermeta` VALUES (8869, 848, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8870, 848, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (8871, 848, 'pmpro_baddress1', '37834 27th Pl. S') ; 
INSERT INTO `wp_usermeta` VALUES (8872, 848, 'pmpro_bcity', 'Federal Way') ; 
INSERT INTO `wp_usermeta` VALUES (8873, 848, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8874, 848, 'pmpro_bzipcode', '98003') ; 
INSERT INTO `wp_usermeta` VALUES (8875, 849, 'pmpro_bfirstname', 'Erica') ; 
INSERT INTO `wp_usermeta` VALUES (8876, 849, 'pmpro_blastname', 'Fenske') ; 
INSERT INTO `wp_usermeta` VALUES (8877, 849, 'first_name', 'Erica') ; 
INSERT INTO `wp_usermeta` VALUES (8878, 849, 'last_name', 'Fenske') ; 
INSERT INTO `wp_usermeta` VALUES (8879, 849, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8880, 849, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (8881, 849, 'pmpro_baddress1', '8615 N. Dean Circle') ; 
INSERT INTO `wp_usermeta` VALUES (8882, 849, 'pmpro_bcity', 'River Hills') ; 
INSERT INTO `wp_usermeta` VALUES (8883, 849, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8884, 849, 'pmpro_bzipcode', '53217') ; 
INSERT INTO `wp_usermeta` VALUES (8885, 850, 'pmpro_bfirstname', 'Erica') ; 
INSERT INTO `wp_usermeta` VALUES (8886, 850, 'pmpro_blastname', 'Tilbury') ; 
INSERT INTO `wp_usermeta` VALUES (8887, 850, 'first_name', 'Erica') ; 
INSERT INTO `wp_usermeta` VALUES (8888, 850, 'last_name', 'Tilbury') ; 
INSERT INTO `wp_usermeta` VALUES (8889, 850, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8890, 850, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (8891, 850, 'pmpro_baddress1', '3710 W. San Jose Ave. Apt 212') ; 
INSERT INTO `wp_usermeta` VALUES (8892, 850, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (8893, 850, 'pmpro_bcity', 'Fresno') ; 
INSERT INTO `wp_usermeta` VALUES (8894, 850, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8895, 850, 'pmpro_bzipcode', '93711') ; 
INSERT INTO `wp_usermeta` VALUES (8896, 851, 'pmpro_bfirstname', 'Erica') ; 
INSERT INTO `wp_usermeta` VALUES (8897, 851, 'pmpro_blastname', 'Mueller') ; 
INSERT INTO `wp_usermeta` VALUES (8898, 851, 'first_name', 'Erica') ; 
INSERT INTO `wp_usermeta` VALUES (8899, 851, 'last_name', 'Mueller') ; 
INSERT INTO `wp_usermeta` VALUES (8900, 851, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (8901, 851, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (8902, 851, 'pmpro_baddress1', '7 Kenneth Court') ; 
INSERT INTO `wp_usermeta` VALUES (8903, 851, 'pmpro_bcity', 'Lincoln Park') ; 
INSERT INTO `wp_usermeta` VALUES (8904, 851, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8905, 851, 'pmpro_bzipcode', '07035') ; 
INSERT INTO `wp_usermeta` VALUES (8906, 852, 'pmpro_bfirstname', 'Erica ') ; 
INSERT INTO `wp_usermeta` VALUES (8907, 852, 'pmpro_blastname', 'Sipich') ; 
INSERT INTO `wp_usermeta` VALUES (8908, 852, 'first_name', 'Erica') ; 
INSERT INTO `wp_usermeta` VALUES (8909, 852, 'last_name', 'Sipich') ; 
INSERT INTO `wp_usermeta` VALUES (8910, 852, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8911, 852, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (8912, 852, 'pmpro_baddress1', '2805 Double Eagle Ln. Apt P') ; 
INSERT INTO `wp_usermeta` VALUES (8913, 852, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (8914, 852, 'pmpro_bcity', 'Valpariso') ; 
INSERT INTO `wp_usermeta` VALUES (8915, 852, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8916, 852, 'pmpro_bzipcode', '46383') ; 
INSERT INTO `wp_usermeta` VALUES (8917, 853, 'pmpro_bfirstname', 'Erica A.') ; 
INSERT INTO `wp_usermeta` VALUES (8918, 853, 'pmpro_blastname', 'Calcagno') ; 
INSERT INTO `wp_usermeta` VALUES (8919, 853, 'first_name', 'Erica A.') ; 
INSERT INTO `wp_usermeta` VALUES (8920, 853, 'last_name', 'Calcagno') ; 
INSERT INTO `wp_usermeta` VALUES (8921, 853, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (8922, 853, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (8923, 853, 'pmpro_baddress1', '250 W. Jackson  Apt 66') ; 
INSERT INTO `wp_usermeta` VALUES (8924, 853, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (8925, 853, 'pmpro_bcity', 'Hayward') ; 
INSERT INTO `wp_usermeta` VALUES (8926, 853, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8927, 853, 'pmpro_bzipcode', '94544') ; 
INSERT INTO `wp_usermeta` VALUES (8928, 854, 'pmpro_bfirstname', 'Erick') ; 
INSERT INTO `wp_usermeta` VALUES (8929, 854, 'pmpro_blastname', 'Lamun') ; 
INSERT INTO `wp_usermeta` VALUES (8930, 854, 'first_name', 'Erick') ; 
INSERT INTO `wp_usermeta` VALUES (8931, 854, 'last_name', 'Lamun') ; 
INSERT INTO `wp_usermeta` VALUES (8932, 854, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (8933, 854, 'pmpro_bstate', 'ND') ; 
INSERT INTO `wp_usermeta` VALUES (8934, 854, 'pmpro_baddress1', '4255 23rd Ave. S') ; 
INSERT INTO `wp_usermeta` VALUES (8935, 854, 'pmpro_bcity', 'Fargo') ; 
INSERT INTO `wp_usermeta` VALUES (8936, 854, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8937, 854, 'pmpro_bzipcode', '58104') ; 
INSERT INTO `wp_usermeta` VALUES (8938, 855, 'pmpro_bfirstname', 'Erik') ; 
INSERT INTO `wp_usermeta` VALUES (8939, 855, 'pmpro_blastname', 'Beckman') ; 
INSERT INTO `wp_usermeta` VALUES (8940, 855, 'first_name', 'Erik') ; 
INSERT INTO `wp_usermeta` VALUES (8941, 855, 'last_name', 'Beckman') ; 
INSERT INTO `wp_usermeta` VALUES (8942, 855, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (8943, 855, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (8944, 855, 'pmpro_baddress1', '11623 Castilian Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (8945, 855, 'pmpro_bcity', 'Dublin') ; 
INSERT INTO `wp_usermeta` VALUES (8946, 855, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8947, 855, 'pmpro_bzipcode', '94568') ; 
INSERT INTO `wp_usermeta` VALUES (8948, 856, 'pmpro_bfirstname', 'Erik') ; 
INSERT INTO `wp_usermeta` VALUES (8949, 856, 'pmpro_blastname', 'Storjohann') ; 
INSERT INTO `wp_usermeta` VALUES (8950, 856, 'first_name', 'Erik') ; 
INSERT INTO `wp_usermeta` VALUES (8951, 856, 'last_name', 'Storjohann') ; 
INSERT INTO `wp_usermeta` VALUES (8952, 856, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8953, 856, 'pmpro_bstate', 'OK') ; 
INSERT INTO `wp_usermeta` VALUES (8954, 856, 'pmpro_baddress1', '11028 N 145th East Avenue') ; 
INSERT INTO `wp_usermeta` VALUES (8955, 856, 'pmpro_bcity', 'Owasso') ; 
INSERT INTO `wp_usermeta` VALUES (8956, 856, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8957, 856, 'pmpro_bzipcode', '74055-5928') ; 
INSERT INTO `wp_usermeta` VALUES (8958, 857, 'pmpro_bfirstname', 'Erika') ; 
INSERT INTO `wp_usermeta` VALUES (8959, 857, 'pmpro_blastname', 'Bauer') ; 
INSERT INTO `wp_usermeta` VALUES (8960, 857, 'first_name', 'Erika') ; 
INSERT INTO `wp_usermeta` VALUES (8961, 857, 'last_name', 'Bauer') ; 
INSERT INTO `wp_usermeta` VALUES (8962, 857, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (8963, 857, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (8964, 857, 'pmpro_baddress1', '3526 Martha Custis Drive') ; 
INSERT INTO `wp_usermeta` VALUES (8965, 857, 'pmpro_bcity', 'Alexandria') ; 
INSERT INTO `wp_usermeta` VALUES (8966, 857, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8967, 857, 'pmpro_bzipcode', '22302') ; 
INSERT INTO `wp_usermeta` VALUES (8968, 858, 'pmpro_bfirstname', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (8969, 858, 'pmpro_blastname', 'Fenstermaker') ; 
INSERT INTO `wp_usermeta` VALUES (8970, 858, 'first_name', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (8971, 858, 'last_name', 'Fenstermaker') ; 
INSERT INTO `wp_usermeta` VALUES (8972, 858, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (8973, 858, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (8974, 858, 'pmpro_baddress1', '101 Lockeport Circle') ; 
INSERT INTO `wp_usermeta` VALUES (8975, 858, 'pmpro_bcity', 'Lafayette') ; 
INSERT INTO `wp_usermeta` VALUES (8976, 858, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8977, 858, 'pmpro_bzipcode', '70508') ; 
INSERT INTO `wp_usermeta` VALUES (8978, 859, 'pmpro_bfirstname', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (8979, 859, 'pmpro_blastname', 'Dardeno') ; 
INSERT INTO `wp_usermeta` VALUES (8980, 859, 'first_name', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (8981, 859, 'last_name', 'Dardeno') ; 
INSERT INTO `wp_usermeta` VALUES (8982, 859, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8983, 859, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (8984, 859, 'pmpro_baddress1', '8138 Schell Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (8985, 859, 'pmpro_bcity', 'Evans Mills') ; 
INSERT INTO `wp_usermeta` VALUES (8986, 859, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8987, 859, 'pmpro_bzipcode', '13637') ; 
INSERT INTO `wp_usermeta` VALUES (8988, 860, 'pmpro_bfirstname', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (8989, 860, 'pmpro_blastname', 'Stromberg') ; 
INSERT INTO `wp_usermeta` VALUES (8990, 860, 'first_name', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (8991, 860, 'last_name', 'Stromberg') ; 
INSERT INTO `wp_usermeta` VALUES (8992, 860, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (8993, 860, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (8994, 860, 'pmpro_baddress1', '9235 Redbridge Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (8995, 860, 'pmpro_bcity', 'Laurel') ; 
INSERT INTO `wp_usermeta` VALUES (8996, 860, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (8997, 860, 'pmpro_bzipcode', '20723-1769') ; 
INSERT INTO `wp_usermeta` VALUES (8998, 861, 'pmpro_bfirstname', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (8999, 861, 'pmpro_blastname', 'Kipp') ; 
INSERT INTO `wp_usermeta` VALUES (9000, 861, 'first_name', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (9001, 861, 'last_name', 'Kipp') ; 
INSERT INTO `wp_usermeta` VALUES (9002, 861, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9003, 861, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (9004, 861, 'pmpro_baddress1', '6914 Idaho Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (9005, 861, 'pmpro_bcity', 'St. Louis') ; 
INSERT INTO `wp_usermeta` VALUES (9006, 861, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9007, 861, 'pmpro_bzipcode', '63111') ; 
INSERT INTO `wp_usermeta` VALUES (9008, 862, 'pmpro_bfirstname', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (9009, 862, 'pmpro_blastname', 'Hennessy') ; 
INSERT INTO `wp_usermeta` VALUES (9010, 862, 'first_name', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (9011, 862, 'last_name', 'Hennessy') ; 
INSERT INTO `wp_usermeta` VALUES (9012, 862, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (9013, 862, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (9014, 862, 'pmpro_baddress1', '3210 Oak Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (9015, 862, 'pmpro_bcity', 'Brookfield') ; 
INSERT INTO `wp_usermeta` VALUES (9016, 862, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9017, 862, 'pmpro_bzipcode', '60513') ; 
INSERT INTO `wp_usermeta` VALUES (9018, 863, 'pmpro_bfirstname', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (9019, 863, 'pmpro_blastname', 'Lien') ; 
INSERT INTO `wp_usermeta` VALUES (9020, 863, 'first_name', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (9021, 863, 'last_name', 'Lien') ; 
INSERT INTO `wp_usermeta` VALUES (9022, 863, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9023, 863, 'pmpro_bstate', 'AR') ; 
INSERT INTO `wp_usermeta` VALUES (9024, 863, 'pmpro_baddress1', '6405 Shady Brook Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (9025, 863, 'pmpro_bcity', 'Little Rock') ; 
INSERT INTO `wp_usermeta` VALUES (9026, 863, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9027, 863, 'pmpro_bzipcode', '72204-8629') ; 
INSERT INTO `wp_usermeta` VALUES (9028, 864, 'pmpro_bfirstname', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (9029, 864, 'pmpro_blastname', 'Sattler') ; 
INSERT INTO `wp_usermeta` VALUES (9030, 864, 'first_name', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (9031, 864, 'last_name', 'Sattler') ; 
INSERT INTO `wp_usermeta` VALUES (9032, 864, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (9033, 864, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (9034, 864, 'pmpro_baddress1', '2111 Willow Shore Dr. #101') ; 
INSERT INTO `wp_usermeta` VALUES (9035, 864, 'pmpro_bcity', 'Kentwood') ; 
INSERT INTO `wp_usermeta` VALUES (9036, 864, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9037, 864, 'pmpro_bzipcode', '49508') ; 
INSERT INTO `wp_usermeta` VALUES (9038, 865, 'pmpro_bfirstname', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (9039, 865, 'pmpro_blastname', 'Bussom') ; 
INSERT INTO `wp_usermeta` VALUES (9040, 865, 'first_name', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (9041, 865, 'last_name', 'Bussom') ; 
INSERT INTO `wp_usermeta` VALUES (9042, 865, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9043, 865, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (9044, 865, 'pmpro_baddress1', '322 Panama Circle') ; 
INSERT INTO `wp_usermeta` VALUES (9045, 865, 'pmpro_bcity', 'Winter Springs') ; 
INSERT INTO `wp_usermeta` VALUES (9046, 865, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9047, 865, 'pmpro_bzipcode', '32708') ; 
INSERT INTO `wp_usermeta` VALUES (9048, 866, 'pmpro_bfirstname', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (9049, 866, 'pmpro_blastname', 'Mowatt') ; 
INSERT INTO `wp_usermeta` VALUES (9050, 866, 'first_name', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (9051, 866, 'last_name', 'Mowatt') ; 
INSERT INTO `wp_usermeta` VALUES (9052, 866, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (9053, 866, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (9054, 866, 'pmpro_baddress1', '824 Clarence Ave - Apt 1st Floor') ; 
INSERT INTO `wp_usermeta` VALUES (9055, 866, 'pmpro_bcity', 'Bronx') ; 
INSERT INTO `wp_usermeta` VALUES (9056, 866, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9057, 866, 'pmpro_bzipcode', '10465') ; 
INSERT INTO `wp_usermeta` VALUES (9058, 867, 'pmpro_bfirstname', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (9059, 867, 'pmpro_blastname', 'Tully') ; 
INSERT INTO `wp_usermeta` VALUES (9060, 867, 'first_name', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (9061, 867, 'last_name', 'Tully') ; 
INSERT INTO `wp_usermeta` VALUES (9062, 867, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9063, 867, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (9064, 867, 'pmpro_baddress1', '4332 Schirmer St.') ; 
INSERT INTO `wp_usermeta` VALUES (9065, 867, 'pmpro_bcity', 'St. Louis') ; 
INSERT INTO `wp_usermeta` VALUES (9066, 867, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9067, 867, 'pmpro_bzipcode', '63116-2142') ; 
INSERT INTO `wp_usermeta` VALUES (9068, 868, 'pmpro_bfirstname', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (9069, 868, 'pmpro_blastname', 'Black') ; 
INSERT INTO `wp_usermeta` VALUES (9070, 868, 'first_name', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (9071, 868, 'last_name', 'Black') ; 
INSERT INTO `wp_usermeta` VALUES (9072, 868, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (9073, 868, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (9074, 868, 'pmpro_baddress1', '2420 S. Northern Blvd.') ; 
INSERT INTO `wp_usermeta` VALUES (9075, 868, 'pmpro_bcity', 'Independence') ; 
INSERT INTO `wp_usermeta` VALUES (9076, 868, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9077, 868, 'pmpro_bzipcode', '64052') ; 
INSERT INTO `wp_usermeta` VALUES (9078, 869, 'pmpro_bfirstname', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (9079, 869, 'pmpro_blastname', 'Dauenhauer-Decota') ; 
INSERT INTO `wp_usermeta` VALUES (9080, 869, 'first_name', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (9081, 869, 'last_name', 'Dauenhauer-Decota') ; 
INSERT INTO `wp_usermeta` VALUES (9082, 869, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9083, 869, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (9084, 869, 'pmpro_baddress1', '17453 Hearthwood Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (9085, 869, 'pmpro_bcity', 'Greenwell Springs') ; 
INSERT INTO `wp_usermeta` VALUES (9086, 869, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9087, 869, 'pmpro_bzipcode', '70739') ; 
INSERT INTO `wp_usermeta` VALUES (9088, 870, 'pmpro_bfirstname', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (9089, 870, 'pmpro_blastname', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (9090, 870, 'first_name', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (9091, 870, 'last_name', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (9092, 870, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (9093, 870, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (9094, 870, 'pmpro_baddress1', '3448 34th Ave. W #A') ; 
INSERT INTO `wp_usermeta` VALUES (9095, 870, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (9096, 870, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9097, 870, 'pmpro_bzipcode', '98199-1608') ; 
INSERT INTO `wp_usermeta` VALUES (9098, 871, 'pmpro_bfirstname', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (9099, 871, 'pmpro_blastname', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (9100, 871, 'first_name', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (9101, 871, 'last_name', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (9102, 871, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9103, 871, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (9104, 871, 'pmpro_baddress1', '5270 Chapel Rd. Ext.') ; 
INSERT INTO `wp_usermeta` VALUES (9105, 871, 'pmpro_bcity', 'Madison') ; 
INSERT INTO `wp_usermeta` VALUES (9106, 871, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9107, 871, 'pmpro_bzipcode', '44057') ; 
INSERT INTO `wp_usermeta` VALUES (9108, 872, 'pmpro_bfirstname', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (9109, 872, 'pmpro_blastname', 'Teravskis') ; 
INSERT INTO `wp_usermeta` VALUES (9110, 872, 'first_name', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (9111, 872, 'last_name', 'Teravskis') ; 
INSERT INTO `wp_usermeta` VALUES (9112, 872, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9113, 872, 'pmpro_bstate', 'ND') ; 
INSERT INTO `wp_usermeta` VALUES (9114, 872, 'pmpro_baddress1', '1501 48th St. S.   Apt 305') ; 
INSERT INTO `wp_usermeta` VALUES (9115, 872, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (9116, 872, 'pmpro_bcity', 'Fargo') ; 
INSERT INTO `wp_usermeta` VALUES (9117, 872, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9118, 872, 'pmpro_bzipcode', '58103-3259') ; 
INSERT INTO `wp_usermeta` VALUES (9119, 873, 'pmpro_bfirstname', 'Erin ') ; 
INSERT INTO `wp_usermeta` VALUES (9120, 873, 'pmpro_blastname', 'McGee') ; 
INSERT INTO `wp_usermeta` VALUES (9121, 873, 'first_name', 'Erin ') ; 
INSERT INTO `wp_usermeta` VALUES (9122, 873, 'last_name', 'McGee') ; 
INSERT INTO `wp_usermeta` VALUES (9123, 873, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9124, 873, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (9125, 873, 'pmpro_baddress1', '1414 Cornelia St.') ; 
INSERT INTO `wp_usermeta` VALUES (9126, 873, 'pmpro_bcity', 'Knoxville') ; 
INSERT INTO `wp_usermeta` VALUES (9127, 873, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9128, 873, 'pmpro_bzipcode', '37917') ; 
INSERT INTO `wp_usermeta` VALUES (9129, 874, 'pmpro_bfirstname', 'Erin C. ') ; 
INSERT INTO `wp_usermeta` VALUES (9130, 874, 'pmpro_blastname', 'Day') ; 
INSERT INTO `wp_usermeta` VALUES (9131, 874, 'first_name', 'Erin C.') ; 
INSERT INTO `wp_usermeta` VALUES (9132, 874, 'last_name', 'Day') ; 
INSERT INTO `wp_usermeta` VALUES (9133, 874, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9134, 874, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (9135, 874, 'pmpro_baddress1', '755 Grant Terrace SE') ; 
INSERT INTO `wp_usermeta` VALUES (9136, 874, 'pmpro_bcity', 'Atlanta') ; 
INSERT INTO `wp_usermeta` VALUES (9137, 874, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9138, 874, 'pmpro_bzipcode', '30315') ; 
INSERT INTO `wp_usermeta` VALUES (9139, 875, 'pmpro_bfirstname', 'Erin S.') ; 
INSERT INTO `wp_usermeta` VALUES (9140, 875, 'pmpro_blastname', 'Jones') ; 
INSERT INTO `wp_usermeta` VALUES (9141, 875, 'first_name', 'Erin S.') ; 
INSERT INTO `wp_usermeta` VALUES (9142, 875, 'last_name', 'Jones') ; 
INSERT INTO `wp_usermeta` VALUES (9143, 875, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (9144, 875, 'pmpro_bstate', 'UT') ; 
INSERT INTO `wp_usermeta` VALUES (9145, 875, 'pmpro_baddress1', '2636 S Dearborn St') ; 
INSERT INTO `wp_usermeta` VALUES (9146, 875, 'pmpro_bcity', 'Salt Lake City') ; 
INSERT INTO `wp_usermeta` VALUES (9147, 875, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9148, 875, 'pmpro_bzipcode', '84106-3514') ; 
INSERT INTO `wp_usermeta` VALUES (9149, 876, 'pmpro_bfirstname', 'Eunice') ; 
INSERT INTO `wp_usermeta` VALUES (9150, 876, 'pmpro_blastname', 'Hui') ; 
INSERT INTO `wp_usermeta` VALUES (9151, 876, 'first_name', 'Eunice') ; 
INSERT INTO `wp_usermeta` VALUES (9152, 876, 'last_name', 'Hui') ; 
INSERT INTO `wp_usermeta` VALUES (9153, 876, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9154, 876, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (9155, 876, 'pmpro_baddress1', '551 Knollwood Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (9156, 876, 'pmpro_bcity', 'Danville') ; 
INSERT INTO `wp_usermeta` VALUES (9157, 876, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9158, 876, 'pmpro_bzipcode', '94506') ; 
INSERT INTO `wp_usermeta` VALUES (9159, 877, 'pmpro_bfirstname', 'Evan') ; 
INSERT INTO `wp_usermeta` VALUES (9160, 877, 'pmpro_blastname', 'Hale') ; 
INSERT INTO `wp_usermeta` VALUES (9161, 877, 'first_name', 'Evan') ; 
INSERT INTO `wp_usermeta` VALUES (9162, 877, 'last_name', 'Hale') ; 
INSERT INTO `wp_usermeta` VALUES (9163, 877, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9164, 877, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (9165, 877, 'pmpro_baddress1', '18625 117th Ave. Ct. E.') ; 
INSERT INTO `wp_usermeta` VALUES (9166, 877, 'pmpro_bcity', 'Puyallup') ; 
INSERT INTO `wp_usermeta` VALUES (9167, 877, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9168, 877, 'pmpro_bzipcode', '98374') ; 
INSERT INTO `wp_usermeta` VALUES (9169, 878, 'pmpro_bfirstname', 'Evan') ; 
INSERT INTO `wp_usermeta` VALUES (9170, 878, 'pmpro_blastname', 'Ogden') ; 
INSERT INTO `wp_usermeta` VALUES (9171, 878, 'first_name', 'Evan') ; 
INSERT INTO `wp_usermeta` VALUES (9172, 878, 'last_name', 'Ogden') ; 
INSERT INTO `wp_usermeta` VALUES (9173, 878, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9174, 878, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (9175, 878, 'pmpro_baddress1', '54 Country Lane') ; 
INSERT INTO `wp_usermeta` VALUES (9176, 878, 'pmpro_bcity', 'Halifax') ; 
INSERT INTO `wp_usermeta` VALUES (9177, 878, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9178, 878, 'pmpro_bzipcode', '17032') ; 
INSERT INTO `wp_usermeta` VALUES (9179, 879, 'pmpro_bfirstname', 'Eve') ; 
INSERT INTO `wp_usermeta` VALUES (9180, 879, 'pmpro_blastname', 'Lippold') ; 
INSERT INTO `wp_usermeta` VALUES (9181, 879, 'first_name', 'Eve') ; 
INSERT INTO `wp_usermeta` VALUES (9182, 879, 'last_name', 'Lippold') ; 
INSERT INTO `wp_usermeta` VALUES (9183, 879, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9184, 879, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (9185, 879, 'pmpro_baddress1', 'P.O. Box 12082- 135 Center St.') ; 
INSERT INTO `wp_usermeta` VALUES (9186, 879, 'pmpro_bcity', 'Dighton') ; 
INSERT INTO `wp_usermeta` VALUES (9187, 879, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (9188, 879, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9189, 879, 'pmpro_bzipcode', '2715') ; 
INSERT INTO `wp_usermeta` VALUES (9190, 880, 'pmpro_bfirstname', 'Evelyn K.') ; 
INSERT INTO `wp_usermeta` VALUES (9191, 880, 'pmpro_blastname', 'Boren') ; 
INSERT INTO `wp_usermeta` VALUES (9192, 880, 'first_name', 'Evelyn K.') ; 
INSERT INTO `wp_usermeta` VALUES (9193, 880, 'last_name', 'Boren') ; 
INSERT INTO `wp_usermeta` VALUES (9194, 880, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (9195, 880, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (9196, 880, 'pmpro_baddress1', '5119 N. 81st St.') ; 
INSERT INTO `wp_usermeta` VALUES (9197, 880, 'pmpro_bcity', 'Scottsdale') ; 
INSERT INTO `wp_usermeta` VALUES (9198, 880, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9199, 880, 'pmpro_bzipcode', '85250') ; 
INSERT INTO `wp_usermeta` VALUES (9200, 881, 'pmpro_bfirstname', 'Eward M. ') ; 
INSERT INTO `wp_usermeta` VALUES (9201, 881, 'pmpro_blastname', 'Allen') ; 
INSERT INTO `wp_usermeta` VALUES (9202, 881, 'first_name', 'Monterey Bay Aquarium') ; 
INSERT INTO `wp_usermeta` VALUES (9203, 881, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (9204, 881, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9205, 881, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (9206, 881, 'pmpro_baddress1', '886 Cannery Row') ; 
INSERT INTO `wp_usermeta` VALUES (9207, 881, 'pmpro_bcity', 'Monterey') ; 
INSERT INTO `wp_usermeta` VALUES (9208, 881, 'uxf_organization', 'Monterey Bay Aquarium') ; 
INSERT INTO `wp_usermeta` VALUES (9209, 881, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9210, 881, 'pmpro_bzipcode', '93940') ; 
INSERT INTO `wp_usermeta` VALUES (9211, 881, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (9212, 882, 'pmpro_bfirstname', 'Felicia') ; 
INSERT INTO `wp_usermeta` VALUES (9213, 882, 'pmpro_blastname', 'Hill') ; 
INSERT INTO `wp_usermeta` VALUES (9214, 882, 'first_name', 'Felicia') ; 
INSERT INTO `wp_usermeta` VALUES (9215, 882, 'last_name', 'Hill') ; 
INSERT INTO `wp_usermeta` VALUES (9216, 882, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9217, 882, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (9218, 882, 'pmpro_baddress1', '1550 Foxlake Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (9219, 882, 'pmpro_bcity', 'Houston') ; 
INSERT INTO `wp_usermeta` VALUES (9220, 882, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9221, 882, 'pmpro_bzipcode', '77084') ; 
INSERT INTO `wp_usermeta` VALUES (9222, 883, 'pmpro_bfirstname', 'Florence') ; 
INSERT INTO `wp_usermeta` VALUES (9223, 883, 'pmpro_blastname', 'Klecha') ; 
INSERT INTO `wp_usermeta` VALUES (9224, 883, 'first_name', 'Florence') ; 
INSERT INTO `wp_usermeta` VALUES (9225, 883, 'last_name', 'Klecha') ; 
INSERT INTO `wp_usermeta` VALUES (9226, 883, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9227, 883, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (9228, 883, 'pmpro_baddress1', '128 Quincy St.') ; 
INSERT INTO `wp_usermeta` VALUES (9229, 883, 'pmpro_bcity', 'Passaic') ; 
INSERT INTO `wp_usermeta` VALUES (9230, 883, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9231, 883, 'pmpro_bzipcode', '07055-5212') ; 
INSERT INTO `wp_usermeta` VALUES (9232, 884, 'pmpro_bfirstname', 'Forrest') ; 
INSERT INTO `wp_usermeta` VALUES (9233, 884, 'pmpro_blastname', 'France') ; 
INSERT INTO `wp_usermeta` VALUES (9234, 884, 'first_name', 'Forrest') ; 
INSERT INTO `wp_usermeta` VALUES (9235, 884, 'last_name', 'France') ; 
INSERT INTO `wp_usermeta` VALUES (9236, 884, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9237, 884, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (9238, 884, 'pmpro_baddress1', '5604 Burnham Woods Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (9239, 884, 'pmpro_bcity', 'Ft. Wayne') ; 
INSERT INTO `wp_usermeta` VALUES (9240, 884, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9241, 884, 'pmpro_bzipcode', '46804') ; 
INSERT INTO `wp_usermeta` VALUES (9242, 885, 'pmpro_bfirstname', 'Fran') ; 
INSERT INTO `wp_usermeta` VALUES (9243, 885, 'pmpro_blastname', 'Donnelly') ; 
INSERT INTO `wp_usermeta` VALUES (9244, 885, 'first_name', 'Fran') ; 
INSERT INTO `wp_usermeta` VALUES (9245, 885, 'last_name', 'Donnelly') ; 
INSERT INTO `wp_usermeta` VALUES (9246, 885, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (9247, 885, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (9248, 885, 'pmpro_baddress1', '229 Melbourne Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (9249, 885, 'pmpro_bcity', 'Winnipeg') ; 
INSERT INTO `wp_usermeta` VALUES (9250, 885, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9251, 885, 'pmpro_bzipcode', 'R2K 1A7') ; 
INSERT INTO `wp_usermeta` VALUES (9252, 886, 'pmpro_bfirstname', 'Fran') ; 
INSERT INTO `wp_usermeta` VALUES (9253, 886, 'pmpro_blastname', 'Essex') ; 
INSERT INTO `wp_usermeta` VALUES (9254, 886, 'first_name', 'Fran') ; 
INSERT INTO `wp_usermeta` VALUES (9255, 886, 'last_name', 'Essex') ; 
INSERT INTO `wp_usermeta` VALUES (9256, 886, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9257, 886, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (9258, 886, 'pmpro_baddress1', '5207 Tobacco Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (9259, 886, 'pmpro_bcity', 'Hutchinson') ; 
INSERT INTO `wp_usermeta` VALUES (9260, 886, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9261, 886, 'pmpro_bzipcode', '67502') ; 
INSERT INTO `wp_usermeta` VALUES (9262, 887, 'pmpro_bfirstname', 'Fran') ; 
INSERT INTO `wp_usermeta` VALUES (9263, 887, 'pmpro_blastname', 'Mandeville') ; 
INSERT INTO `wp_usermeta` VALUES (9264, 887, 'first_name', 'Fran') ; 
INSERT INTO `wp_usermeta` VALUES (9265, 887, 'last_name', 'Mandeville') ; 
INSERT INTO `wp_usermeta` VALUES (9266, 887, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9267, 887, 'pmpro_bstate', 'NH') ; 
INSERT INTO `wp_usermeta` VALUES (9268, 887, 'pmpro_baddress1', '38 Ross Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (9269, 887, 'pmpro_bcity', 'Durham') ; 
INSERT INTO `wp_usermeta` VALUES (9270, 887, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9271, 887, 'pmpro_bzipcode', '3824') ; 
INSERT INTO `wp_usermeta` VALUES (9272, 888, 'pmpro_bfirstname', 'Frances') ; 
INSERT INTO `wp_usermeta` VALUES (9273, 888, 'pmpro_blastname', 'Turlinski') ; 
INSERT INTO `wp_usermeta` VALUES (9274, 888, 'first_name', 'Frances') ; 
INSERT INTO `wp_usermeta` VALUES (9275, 888, 'last_name', 'Turlinski') ; 
INSERT INTO `wp_usermeta` VALUES (9276, 888, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9277, 888, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (9278, 888, 'pmpro_baddress1', '470 Woodruff Trail') ; 
INSERT INTO `wp_usermeta` VALUES (9279, 888, 'pmpro_bcity', 'Mullica Hill') ; 
INSERT INTO `wp_usermeta` VALUES (9280, 888, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9281, 888, 'pmpro_bzipcode', '8062') ; 
INSERT INTO `wp_usermeta` VALUES (9282, 889, 'pmpro_bfirstname', 'Frances') ; 
INSERT INTO `wp_usermeta` VALUES (9283, 889, 'pmpro_blastname', 'Borgers') ; 
INSERT INTO `wp_usermeta` VALUES (9284, 889, 'first_name', 'Frances') ; 
INSERT INTO `wp_usermeta` VALUES (9285, 889, 'last_name', 'Borgers') ; 
INSERT INTO `wp_usermeta` VALUES (9286, 889, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9287, 889, 'pmpro_bstate', 'DE') ; 
INSERT INTO `wp_usermeta` VALUES (9288, 889, 'pmpro_baddress1', 'Brandywine Zoo - 1001 N. Park Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (9289, 889, 'pmpro_bcity', 'Wilmington') ; 
INSERT INTO `wp_usermeta` VALUES (9290, 889, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (9291, 889, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9292, 889, 'pmpro_bzipcode', '19802') ; 
INSERT INTO `wp_usermeta` VALUES (9293, 890, 'pmpro_bfirstname', 'Frank') ; 
INSERT INTO `wp_usermeta` VALUES (9294, 890, 'pmpro_blastname', 'Leonard') ; 
INSERT INTO `wp_usermeta` VALUES (9295, 890, 'first_name', 'Frank') ; 
INSERT INTO `wp_usermeta` VALUES (9296, 890, 'last_name', 'Leonard') ; 
INSERT INTO `wp_usermeta` VALUES (9297, 890, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9298, 890, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (9299, 890, 'pmpro_baddress1', '2221 Old Farmer Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (9300, 890, 'pmpro_bcity', 'Asheboro') ; 
INSERT INTO `wp_usermeta` VALUES (9301, 890, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9302, 890, 'pmpro_bzipcode', '27205') ; 
INSERT INTO `wp_usermeta` VALUES (9303, 891, 'pmpro_bfirstname', 'Fred') ; 
INSERT INTO `wp_usermeta` VALUES (9304, 891, 'pmpro_blastname', 'Swengel') ; 
INSERT INTO `wp_usermeta` VALUES (9305, 891, 'first_name', 'Fred') ; 
INSERT INTO `wp_usermeta` VALUES (9306, 891, 'last_name', 'Swengel') ; 
INSERT INTO `wp_usermeta` VALUES (9307, 891, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9308, 891, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (9309, 891, 'pmpro_baddress1', '425 S. Warwick St.') ; 
INSERT INTO `wp_usermeta` VALUES (9310, 891, 'pmpro_bcity', 'St. Paul') ; 
INSERT INTO `wp_usermeta` VALUES (9311, 891, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9312, 891, 'pmpro_bzipcode', '55105') ; 
INSERT INTO `wp_usermeta` VALUES (9313, 892, 'pmpro_bfirstname', 'Fred') ; 
INSERT INTO `wp_usermeta` VALUES (9314, 892, 'pmpro_blastname', 'Kromm') ; 
INSERT INTO `wp_usermeta` VALUES (9315, 892, 'first_name', 'Fred') ; 
INSERT INTO `wp_usermeta` VALUES (9316, 892, 'last_name', 'Kromm') ; 
INSERT INTO `wp_usermeta` VALUES (9317, 892, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9318, 892, 'pmpro_bstate', 'UT') ; 
INSERT INTO `wp_usermeta` VALUES (9319, 892, 'pmpro_baddress1', '1601 Snow Queen Pl Apt 298') ; 
INSERT INTO `wp_usermeta` VALUES (9320, 892, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (9321, 892, 'pmpro_bcity', 'Salt Lake City') ; 
INSERT INTO `wp_usermeta` VALUES (9322, 892, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9323, 892, 'pmpro_bzipcode', '84104-4071') ; 
INSERT INTO `wp_usermeta` VALUES (9324, 893, 'pmpro_bfirstname', 'Gabe') ; 
INSERT INTO `wp_usermeta` VALUES (9325, 893, 'pmpro_blastname', 'Bunch') ; 
INSERT INTO `wp_usermeta` VALUES (9326, 893, 'first_name', 'Gabe') ; 
INSERT INTO `wp_usermeta` VALUES (9327, 893, 'last_name', 'Bunch') ; 
INSERT INTO `wp_usermeta` VALUES (9328, 893, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9329, 893, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (9330, 893, 'pmpro_baddress1', '3513 Hopkins Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (9331, 893, 'pmpro_bcity', 'Krum') ; 
INSERT INTO `wp_usermeta` VALUES (9332, 893, 'uxf_organization', 'Animal Source Texas Inc.') ; 
INSERT INTO `wp_usermeta` VALUES (9333, 893, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9334, 893, 'pmpro_bzipcode', '76249') ; 
INSERT INTO `wp_usermeta` VALUES (9335, 893, 'uxf_specialtags', 'CM') ; 
INSERT INTO `wp_usermeta` VALUES (9336, 894, 'pmpro_bfirstname', 'Gabriela') ; 
INSERT INTO `wp_usermeta` VALUES (9337, 894, 'pmpro_blastname', 'Munoz') ; 
INSERT INTO `wp_usermeta` VALUES (9338, 894, 'first_name', 'Gabriela') ; 
INSERT INTO `wp_usermeta` VALUES (9339, 894, 'last_name', 'Munoz') ; 
INSERT INTO `wp_usermeta` VALUES (9340, 894, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9341, 894, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (9342, 894, 'pmpro_baddress1', '1410 E. 97th St.') ; 
INSERT INTO `wp_usermeta` VALUES (9343, 894, 'pmpro_baddress2', 'Apt A') ; 
INSERT INTO `wp_usermeta` VALUES (9344, 894, 'pmpro_bcity', 'Kansas City') ; 
INSERT INTO `wp_usermeta` VALUES (9345, 894, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9346, 894, 'pmpro_bzipcode', '64131') ; 
INSERT INTO `wp_usermeta` VALUES (9347, 895, 'pmpro_bfirstname', 'Gabrielle') ; 
INSERT INTO `wp_usermeta` VALUES (9348, 895, 'pmpro_blastname', 'DiMaggio') ; 
INSERT INTO `wp_usermeta` VALUES (9349, 895, 'first_name', 'Gabrielle') ; 
INSERT INTO `wp_usermeta` VALUES (9350, 895, 'last_name', 'DiMaggio') ; 
INSERT INTO `wp_usermeta` VALUES (9351, 895, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9352, 895, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (9353, 895, 'pmpro_baddress1', '643 Heritage Lane') ; 
INSERT INTO `wp_usermeta` VALUES (9354, 895, 'pmpro_bcity', 'Rochester Hills') ; 
INSERT INTO `wp_usermeta` VALUES (9355, 895, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9356, 895, 'pmpro_bzipcode', '48309') ; 
INSERT INTO `wp_usermeta` VALUES (9357, 896, 'pmpro_bfirstname', 'Gabrielle') ; 
INSERT INTO `wp_usermeta` VALUES (9358, 896, 'pmpro_blastname', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (9359, 896, 'first_name', 'Gabrielle') ; 
INSERT INTO `wp_usermeta` VALUES (9360, 896, 'last_name', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (9361, 896, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9362, 896, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (9363, 896, 'pmpro_baddress1', '144 N. Arsenal Ave.  Apt 2') ; 
INSERT INTO `wp_usermeta` VALUES (9364, 896, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (9365, 896, 'pmpro_bcity', 'Indianapolis') ; 
INSERT INTO `wp_usermeta` VALUES (9366, 896, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9367, 896, 'pmpro_bzipcode', '46201-3886') ; 
INSERT INTO `wp_usermeta` VALUES (9368, 897, 'pmpro_bfirstname', 'Gail') ; 
INSERT INTO `wp_usermeta` VALUES (9369, 897, 'pmpro_blastname', 'Mercer') ; 
INSERT INTO `wp_usermeta` VALUES (9370, 897, 'first_name', 'Gail') ; 
INSERT INTO `wp_usermeta` VALUES (9371, 897, 'last_name', 'Mercer') ; 
INSERT INTO `wp_usermeta` VALUES (9372, 897, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9373, 897, 'pmpro_bstate', 'ME') ; 
INSERT INTO `wp_usermeta` VALUES (9374, 897, 'pmpro_baddress1', 'P.O. Box 304') ; 
INSERT INTO `wp_usermeta` VALUES (9375, 897, 'pmpro_bcity', 'York Beach') ; 
INSERT INTO `wp_usermeta` VALUES (9376, 897, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9377, 897, 'pmpro_bzipcode', '03910-0304') ; 
INSERT INTO `wp_usermeta` VALUES (9378, 898, 'pmpro_bfirstname', 'Gail') ; 
INSERT INTO `wp_usermeta` VALUES (9379, 898, 'pmpro_blastname', 'Schneider') ; 
INSERT INTO `wp_usermeta` VALUES (9380, 898, 'first_name', 'Gail') ; 
INSERT INTO `wp_usermeta` VALUES (9381, 898, 'last_name', 'Schneider') ; 
INSERT INTO `wp_usermeta` VALUES (9382, 898, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9383, 898, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (9384, 898, 'pmpro_baddress1', '3321 Craggy Bluff Pl.') ; 
INSERT INTO `wp_usermeta` VALUES (9385, 898, 'pmpro_bcity', 'Cocoa') ; 
INSERT INTO `wp_usermeta` VALUES (9386, 898, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9387, 898, 'pmpro_bzipcode', '32926') ; 
INSERT INTO `wp_usermeta` VALUES (9388, 899, 'pmpro_bfirstname', 'Gail') ; 
INSERT INTO `wp_usermeta` VALUES (9389, 899, 'pmpro_blastname', 'Karr') ; 
INSERT INTO `wp_usermeta` VALUES (9390, 899, 'first_name', 'Gail') ; 
INSERT INTO `wp_usermeta` VALUES (9391, 899, 'last_name', 'Karr') ; 
INSERT INTO `wp_usermeta` VALUES (9392, 899, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9393, 899, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (9394, 899, 'pmpro_baddress1', '1871 Jefferson') ; 
INSERT INTO `wp_usermeta` VALUES (9395, 899, 'pmpro_bcity', 'Memphis') ; 
INSERT INTO `wp_usermeta` VALUES (9396, 899, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9397, 899, 'pmpro_bzipcode', '38104') ; 
INSERT INTO `wp_usermeta` VALUES (9398, 900, 'pmpro_bfirstname', 'Gail') ; 
INSERT INTO `wp_usermeta` VALUES (9399, 900, 'pmpro_blastname', 'DeGeer') ; 
INSERT INTO `wp_usermeta` VALUES (9400, 900, 'first_name', 'Gail') ; 
INSERT INTO `wp_usermeta` VALUES (9401, 900, 'last_name', 'DeGeer') ; 
INSERT INTO `wp_usermeta` VALUES (9402, 900, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9403, 900, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (9404, 900, 'pmpro_baddress1', '8605 W. 147th Terr.') ; 
INSERT INTO `wp_usermeta` VALUES (9405, 900, 'pmpro_bcity', 'Overland Park') ; 
INSERT INTO `wp_usermeta` VALUES (9406, 900, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9407, 900, 'pmpro_bzipcode', '66223') ; 
INSERT INTO `wp_usermeta` VALUES (9408, 901, 'pmpro_bfirstname', 'Gail') ; 
INSERT INTO `wp_usermeta` VALUES (9409, 901, 'pmpro_blastname', 'Huckins') ; 
INSERT INTO `wp_usermeta` VALUES (9410, 901, 'first_name', 'Gail') ; 
INSERT INTO `wp_usermeta` VALUES (9411, 901, 'last_name', 'Huckins') ; 
INSERT INTO `wp_usermeta` VALUES (9412, 901, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9413, 901, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (9414, 901, 'pmpro_baddress1', '600 Warren Rd Apt 1-3C') ; 
INSERT INTO `wp_usermeta` VALUES (9415, 901, 'pmpro_bcity', 'Ithica') ; 
INSERT INTO `wp_usermeta` VALUES (9416, 901, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9417, 901, 'pmpro_bzipcode', '14850-1802') ; 
INSERT INTO `wp_usermeta` VALUES (9418, 902, 'pmpro_bfirstname', 'Gail') ; 
INSERT INTO `wp_usermeta` VALUES (9419, 902, 'pmpro_blastname', 'Klonowski') ; 
INSERT INTO `wp_usermeta` VALUES (9420, 902, 'first_name', 'Gail') ; 
INSERT INTO `wp_usermeta` VALUES (9421, 902, 'last_name', 'Klonowski') ; 
INSERT INTO `wp_usermeta` VALUES (9422, 902, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9423, 902, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (9424, 902, 'pmpro_baddress1', '8729 Willow Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (9425, 902, 'pmpro_bcity', 'Hickory Hills') ; 
INSERT INTO `wp_usermeta` VALUES (9426, 902, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9427, 902, 'pmpro_bzipcode', '60457') ; 
INSERT INTO `wp_usermeta` VALUES (9428, 903, 'pmpro_bfirstname', 'Garth') ; 
INSERT INTO `wp_usermeta` VALUES (9429, 903, 'pmpro_blastname', 'Graham') ; 
INSERT INTO `wp_usermeta` VALUES (9430, 903, 'first_name', 'Garth') ; 
INSERT INTO `wp_usermeta` VALUES (9431, 903, 'last_name', 'Graham') ; 
INSERT INTO `wp_usermeta` VALUES (9432, 903, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (9433, 903, 'pmpro_bstate', 'SK') ; 
INSERT INTO `wp_usermeta` VALUES (9434, 903, 'pmpro_baddress1', '1903 Forestry Farm Park Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (9435, 903, 'pmpro_bcity', 'Saskatoon') ; 
INSERT INTO `wp_usermeta` VALUES (9436, 903, 'uxf_organization', 'Saskatoon Forestry Farm Park & Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (9437, 903, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9438, 903, 'pmpro_bzipcode', 'S7S 1G9') ; 
INSERT INTO `wp_usermeta` VALUES (9439, 904, 'pmpro_bfirstname', 'Gary') ; 
INSERT INTO `wp_usermeta` VALUES (9440, 904, 'pmpro_blastname', 'Hartlage') ; 
INSERT INTO `wp_usermeta` VALUES (9441, 904, 'first_name', 'Gary') ; 
INSERT INTO `wp_usermeta` VALUES (9442, 904, 'last_name', 'Hartlage') ; 
INSERT INTO `wp_usermeta` VALUES (9443, 904, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9444, 904, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (9445, 904, 'pmpro_baddress1', '153 Belmont Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (9446, 904, 'pmpro_bcity', 'Madison') ; 
INSERT INTO `wp_usermeta` VALUES (9447, 904, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9448, 904, 'pmpro_bzipcode', '53714') ; 
INSERT INTO `wp_usermeta` VALUES (9449, 905, 'pmpro_bfirstname', 'Gary') ; 
INSERT INTO `wp_usermeta` VALUES (9450, 905, 'pmpro_blastname', 'Gray') ; 
INSERT INTO `wp_usermeta` VALUES (9451, 905, 'first_name', 'Gary') ; 
INSERT INTO `wp_usermeta` VALUES (9452, 905, 'last_name', 'Gray') ; 
INSERT INTO `wp_usermeta` VALUES (9453, 905, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9454, 905, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (9455, 905, 'pmpro_baddress1', '6851 Scotch Lake Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (9456, 905, 'pmpro_bcity', 'W. Bloomfield') ; 
INSERT INTO `wp_usermeta` VALUES (9457, 905, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9458, 905, 'pmpro_bzipcode', '48324') ; 
INSERT INTO `wp_usermeta` VALUES (9459, 906, 'pmpro_bfirstname', 'Gary') ; 
INSERT INTO `wp_usermeta` VALUES (9460, 906, 'pmpro_blastname', 'Muir') ; 
INSERT INTO `wp_usermeta` VALUES (9461, 906, 'first_name', 'Gary') ; 
INSERT INTO `wp_usermeta` VALUES (9462, 906, 'last_name', 'Muir') ; 
INSERT INTO `wp_usermeta` VALUES (9463, 906, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9464, 906, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (9465, 906, 'pmpro_baddress1', '3846 Five Friars Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (9466, 906, 'pmpro_bcity', 'Salisbury') ; 
INSERT INTO `wp_usermeta` VALUES (9467, 906, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9468, 906, 'pmpro_bzipcode', '21804-2526') ; 
INSERT INTO `wp_usermeta` VALUES (9469, 907, 'pmpro_bfirstname', 'Gary') ; 
INSERT INTO `wp_usermeta` VALUES (9470, 907, 'pmpro_blastname', 'Morris') ; 
INSERT INTO `wp_usermeta` VALUES (9471, 907, 'first_name', 'Gary') ; 
INSERT INTO `wp_usermeta` VALUES (9472, 907, 'last_name', 'Morris') ; 
INSERT INTO `wp_usermeta` VALUES (9473, 907, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9474, 907, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (9475, 907, 'pmpro_baddress1', '9308 Fox Glen Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (9476, 907, 'pmpro_bcity', 'St. Louis') ; 
INSERT INTO `wp_usermeta` VALUES (9477, 907, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9478, 907, 'pmpro_bzipcode', '63126') ; 
INSERT INTO `wp_usermeta` VALUES (9479, 908, 'pmpro_bfirstname', 'Gary A. ') ; 
INSERT INTO `wp_usermeta` VALUES (9480, 908, 'pmpro_blastname', 'Evans') ; 
INSERT INTO `wp_usermeta` VALUES (9481, 908, 'first_name', 'Gary A.') ; 
INSERT INTO `wp_usermeta` VALUES (9482, 908, 'last_name', 'Evans') ; 
INSERT INTO `wp_usermeta` VALUES (9483, 908, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9484, 908, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (9485, 908, 'pmpro_baddress1', '1071 Wells Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (9486, 908, 'pmpro_bcity', 'Jacksonville') ; 
INSERT INTO `wp_usermeta` VALUES (9487, 908, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (9488, 908, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9489, 908, 'pmpro_bzipcode', '28540-5823') ; 
INSERT INTO `wp_usermeta` VALUES (9490, 909, 'pmpro_bfirstname', 'Gary K.') ; 
INSERT INTO `wp_usermeta` VALUES (9491, 909, 'pmpro_blastname', 'Clarke') ; 
INSERT INTO `wp_usermeta` VALUES (9492, 909, 'first_name', 'Gary K.') ; 
INSERT INTO `wp_usermeta` VALUES (9493, 909, 'last_name', 'Clarke') ; 
INSERT INTO `wp_usermeta` VALUES (9494, 909, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9495, 909, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (9496, 909, 'pmpro_baddress1', 'P.O. Box 4863') ; 
INSERT INTO `wp_usermeta` VALUES (9497, 909, 'pmpro_bcity', 'Topeka') ; 
INSERT INTO `wp_usermeta` VALUES (9498, 909, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9499, 909, 'pmpro_bzipcode', '66604') ; 
INSERT INTO `wp_usermeta` VALUES (9500, 910, 'pmpro_bfirstname', 'Gary R. ') ; 
INSERT INTO `wp_usermeta` VALUES (9501, 910, 'pmpro_blastname', 'Pavlik') ; 
INSERT INTO `wp_usermeta` VALUES (9502, 910, 'first_name', 'Gary R. ') ; 
INSERT INTO `wp_usermeta` VALUES (9503, 910, 'last_name', 'Pavlik') ; 
INSERT INTO `wp_usermeta` VALUES (9504, 910, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9505, 910, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (9506, 910, 'pmpro_baddress1', '6504 Lawndale Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (9507, 910, 'pmpro_bcity', 'Ft. Worth') ; 
INSERT INTO `wp_usermeta` VALUES (9508, 910, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9509, 910, 'pmpro_bzipcode', '76134') ; 
INSERT INTO `wp_usermeta` VALUES (9510, 911, 'pmpro_bfirstname', 'Gayle') ; 
INSERT INTO `wp_usermeta` VALUES (9511, 911, 'pmpro_blastname', 'Kearns') ; 
INSERT INTO `wp_usermeta` VALUES (9512, 911, 'first_name', 'Gayle') ; 
INSERT INTO `wp_usermeta` VALUES (9513, 911, 'last_name', 'Kearns') ; 
INSERT INTO `wp_usermeta` VALUES (9514, 911, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9515, 911, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (9516, 911, 'pmpro_baddress1', '24810 E. 199th St.') ; 
INSERT INTO `wp_usermeta` VALUES (9517, 911, 'pmpro_bcity', 'Pleasant Hill') ; 
INSERT INTO `wp_usermeta` VALUES (9518, 911, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9519, 911, 'pmpro_bzipcode', '64080') ; 
INSERT INTO `wp_usermeta` VALUES (9520, 912, 'pmpro_bfirstname', 'Gendolyn') ; 
INSERT INTO `wp_usermeta` VALUES (9521, 912, 'pmpro_blastname', 'Walls') ; 
INSERT INTO `wp_usermeta` VALUES (9522, 912, 'first_name', 'Gendolyn') ; 
INSERT INTO `wp_usermeta` VALUES (9523, 912, 'last_name', 'Walls') ; 
INSERT INTO `wp_usermeta` VALUES (9524, 912, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9525, 912, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (9526, 912, 'pmpro_baddress1', '4950 E. Van Buren St. ') ; 
INSERT INTO `wp_usermeta` VALUES (9527, 912, 'pmpro_baddress2', 'Apt 275') ; 
INSERT INTO `wp_usermeta` VALUES (9528, 912, 'pmpro_bcity', 'Phoenix') ; 
INSERT INTO `wp_usermeta` VALUES (9529, 912, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9530, 912, 'pmpro_bzipcode', '85005') ; 
INSERT INTO `wp_usermeta` VALUES (9531, 913, 'pmpro_bfirstname', 'Gene ') ; 
INSERT INTO `wp_usermeta` VALUES (9532, 913, 'pmpro_blastname', 'Peacock') ; 
INSERT INTO `wp_usermeta` VALUES (9533, 913, 'first_name', 'Brandywine Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (9534, 913, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (9535, 913, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9536, 913, 'pmpro_bstate', 'DE') ; 
INSERT INTO `wp_usermeta` VALUES (9537, 913, 'pmpro_baddress1', '1001 N. Park Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (9538, 913, 'pmpro_bcity', 'Wilmington') ; 
INSERT INTO `wp_usermeta` VALUES (9539, 913, 'uxf_organization', 'Brandywine Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (9540, 913, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9541, 913, 'pmpro_bzipcode', '19802') ; 
INSERT INTO `wp_usermeta` VALUES (9542, 913, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (9543, 914, 'pmpro_bfirstname', 'Gene A.') ; 
INSERT INTO `wp_usermeta` VALUES (9544, 914, 'pmpro_blastname', 'Moen') ; 
INSERT INTO `wp_usermeta` VALUES (9545, 914, 'first_name', 'Gene A.') ; 
INSERT INTO `wp_usermeta` VALUES (9546, 914, 'last_name', 'Moen') ; 
INSERT INTO `wp_usermeta` VALUES (9547, 914, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9548, 914, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (9549, 914, 'pmpro_baddress1', '2228 W. Morse Ave.  Apt 2W') ; 
INSERT INTO `wp_usermeta` VALUES (9550, 914, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (9551, 914, 'pmpro_bcity', 'Chicago') ; 
INSERT INTO `wp_usermeta` VALUES (9552, 914, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9553, 914, 'pmpro_bzipcode', '60645') ; 
INSERT INTO `wp_usermeta` VALUES (9554, 915, 'pmpro_bfirstname', 'Genelle') ; 
INSERT INTO `wp_usermeta` VALUES (9555, 915, 'pmpro_blastname', 'Chapman') ; 
INSERT INTO `wp_usermeta` VALUES (9556, 915, 'first_name', 'Genelle') ; 
INSERT INTO `wp_usermeta` VALUES (9557, 915, 'last_name', 'Chapman') ; 
INSERT INTO `wp_usermeta` VALUES (9558, 915, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9559, 915, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (9560, 915, 'pmpro_baddress1', '34649 Bahama Common') ; 
INSERT INTO `wp_usermeta` VALUES (9561, 915, 'pmpro_bcity', 'Fremont') ; 
INSERT INTO `wp_usermeta` VALUES (9562, 915, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9563, 915, 'pmpro_bzipcode', '94555') ; 
INSERT INTO `wp_usermeta` VALUES (9564, 916, 'pmpro_bfirstname', 'Genna') ; 
INSERT INTO `wp_usermeta` VALUES (9565, 916, 'pmpro_blastname', 'Kain') ; 
INSERT INTO `wp_usermeta` VALUES (9566, 916, 'first_name', 'Genna') ; 
INSERT INTO `wp_usermeta` VALUES (9567, 916, 'last_name', 'Kain') ; 
INSERT INTO `wp_usermeta` VALUES (9568, 916, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9569, 916, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (9570, 916, 'pmpro_baddress1', '1000 Ray Moses Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (9571, 916, 'pmpro_bcity', 'Aurora') ; 
INSERT INTO `wp_usermeta` VALUES (9572, 916, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9573, 916, 'pmpro_bzipcode', '60505') ; 
INSERT INTO `wp_usermeta` VALUES (9574, 917, 'pmpro_bfirstname', 'Genny') ; 
INSERT INTO `wp_usermeta` VALUES (9575, 917, 'pmpro_blastname', 'Greene: Registrar') ; 
INSERT INTO `wp_usermeta` VALUES (9576, 917, 'first_name', 'Oakland Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (9577, 917, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (9578, 917, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9579, 917, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (9580, 917, 'pmpro_baddress1', 'PO Box 5238') ; 
INSERT INTO `wp_usermeta` VALUES (9581, 917, 'pmpro_bcity', 'Oakland') ; 
INSERT INTO `wp_usermeta` VALUES (9582, 917, 'uxf_organization', 'Oakland Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (9583, 917, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9584, 917, 'pmpro_bzipcode', '94605') ; 
INSERT INTO `wp_usermeta` VALUES (9585, 917, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (9586, 918, 'pmpro_bfirstname', 'Geoffrey') ; 
INSERT INTO `wp_usermeta` VALUES (9587, 918, 'pmpro_blastname', 'Kidd') ; 
INSERT INTO `wp_usermeta` VALUES (9588, 918, 'first_name', 'Geoffrey') ; 
INSERT INTO `wp_usermeta` VALUES (9589, 918, 'last_name', 'Kidd') ; 
INSERT INTO `wp_usermeta` VALUES (9590, 918, 'pmpro_bcountry', 'AUSTRALIA') ; 
INSERT INTO `wp_usermeta` VALUES (9591, 918, 'pmpro_bstate', 'NSW') ; 
INSERT INTO `wp_usermeta` VALUES (9592, 918, 'pmpro_baddress1', '10 Caleyi Way') ; 
INSERT INTO `wp_usermeta` VALUES (9593, 918, 'pmpro_bcity', 'Belrose') ; 
INSERT INTO `wp_usermeta` VALUES (9594, 918, 'pmpro_bzipcode', '2085') ; 
INSERT INTO `wp_usermeta` VALUES (9595, 918, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (9596, 918, 'uxf_akf', 'ELECTRONIC') ; 
INSERT INTO `wp_usermeta` VALUES (9597, 919, 'pmpro_bfirstname', 'Geoffrey') ; 
INSERT INTO `wp_usermeta` VALUES (9598, 919, 'pmpro_blastname', 'Schrock') ; 
INSERT INTO `wp_usermeta` VALUES (9599, 919, 'first_name', 'Geoffrey') ; 
INSERT INTO `wp_usermeta` VALUES (9600, 919, 'last_name', 'Schrock') ; 
INSERT INTO `wp_usermeta` VALUES (9601, 919, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9602, 919, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (9603, 919, 'pmpro_baddress1', '39653 River Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (9604, 919, 'pmpro_bcity', 'Dade City') ; 
INSERT INTO `wp_usermeta` VALUES (9605, 919, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9606, 919, 'pmpro_bzipcode', '33525') ; 
INSERT INTO `wp_usermeta` VALUES (9607, 920, 'pmpro_bfirstname', 'Geoffrey') ; 
INSERT INTO `wp_usermeta` VALUES (9608, 920, 'pmpro_blastname', 'Hall') ; 
INSERT INTO `wp_usermeta` VALUES (9609, 920, 'first_name', 'Geoffrey') ; 
INSERT INTO `wp_usermeta` VALUES (9610, 920, 'last_name', 'Hall') ; 
INSERT INTO `wp_usermeta` VALUES (9611, 920, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9612, 920, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (9613, 920, 'pmpro_baddress1', '6803 Rockhill Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (9614, 920, 'pmpro_bcity', 'Kansas City') ; 
INSERT INTO `wp_usermeta` VALUES (9615, 920, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9616, 920, 'pmpro_bzipcode', '64131') ; 
INSERT INTO `wp_usermeta` VALUES (9617, 921, 'pmpro_bfirstname', 'Geogreanne') ; 
INSERT INTO `wp_usermeta` VALUES (9618, 921, 'pmpro_blastname', 'Irvine') ; 
INSERT INTO `wp_usermeta` VALUES (9619, 921, 'first_name', 'Geogreanne') ; 
INSERT INTO `wp_usermeta` VALUES (9620, 921, 'last_name', 'Irvine') ; 
INSERT INTO `wp_usermeta` VALUES (9621, 921, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9622, 921, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (9623, 921, 'pmpro_baddress1', '13446 Sawtooth Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (9624, 921, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (9625, 921, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9626, 921, 'pmpro_bzipcode', '92129') ; 
INSERT INTO `wp_usermeta` VALUES (9627, 922, 'pmpro_bfirstname', 'George') ; 
INSERT INTO `wp_usermeta` VALUES (9628, 922, 'pmpro_blastname', 'Nosis') ; 
INSERT INTO `wp_usermeta` VALUES (9629, 922, 'first_name', 'George') ; 
INSERT INTO `wp_usermeta` VALUES (9630, 922, 'last_name', 'Nosis') ; 
INSERT INTO `wp_usermeta` VALUES (9631, 922, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9632, 922, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (9633, 922, 'pmpro_baddress1', '1305 E. State St.') ; 
INSERT INTO `wp_usermeta` VALUES (9634, 922, 'pmpro_bcity', 'Ithaca') ; 
INSERT INTO `wp_usermeta` VALUES (9635, 922, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9636, 922, 'pmpro_bzipcode', '14850-6205') ; 
INSERT INTO `wp_usermeta` VALUES (9637, 923, 'pmpro_bfirstname', 'George') ; 
INSERT INTO `wp_usermeta` VALUES (9638, 923, 'pmpro_blastname', 'Norcross') ; 
INSERT INTO `wp_usermeta` VALUES (9639, 923, 'first_name', 'George') ; 
INSERT INTO `wp_usermeta` VALUES (9640, 923, 'last_name', 'Norcross') ; 
INSERT INTO `wp_usermeta` VALUES (9641, 923, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9642, 923, 'pmpro_bstate', 'HI') ; 
INSERT INTO `wp_usermeta` VALUES (9643, 923, 'pmpro_baddress1', '36A Mamalahoa Place') ; 
INSERT INTO `wp_usermeta` VALUES (9644, 923, 'pmpro_bcity', 'Honolulu') ; 
INSERT INTO `wp_usermeta` VALUES (9645, 923, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9646, 923, 'pmpro_bzipcode', '96817') ; 
INSERT INTO `wp_usermeta` VALUES (9647, 924, 'pmpro_bfirstname', 'Geraldine') ; 
INSERT INTO `wp_usermeta` VALUES (9648, 924, 'pmpro_blastname', 'Grant') ; 
INSERT INTO `wp_usermeta` VALUES (9649, 924, 'first_name', 'Geraldine') ; 
INSERT INTO `wp_usermeta` VALUES (9650, 924, 'last_name', 'Grant') ; 
INSERT INTO `wp_usermeta` VALUES (9651, 924, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9652, 924, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (9653, 924, 'pmpro_baddress1', '1321 Normandy Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (9654, 924, 'pmpro_bcity', 'Sacramento') ; 
INSERT INTO `wp_usermeta` VALUES (9655, 924, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9656, 924, 'pmpro_bzipcode', '95822') ; 
INSERT INTO `wp_usermeta` VALUES (9657, 925, 'pmpro_bfirstname', 'Gerard H.') ; 
INSERT INTO `wp_usermeta` VALUES (9658, 925, 'pmpro_blastname', 'Meijer') ; 
INSERT INTO `wp_usermeta` VALUES (9659, 925, 'first_name', 'Gerard H.') ; 
INSERT INTO `wp_usermeta` VALUES (9660, 925, 'last_name', 'Meijer') ; 
INSERT INTO `wp_usermeta` VALUES (9661, 925, 'pmpro_bcountry', 'NETHERLANDS') ; 
INSERT INTO `wp_usermeta` VALUES (9662, 925, 'pmpro_baddress1', 'Tuinlaan 10') ; 
INSERT INTO `wp_usermeta` VALUES (9663, 925, 'pmpro_bcity', 'Rhenen') ; 
INSERT INTO `wp_usermeta` VALUES (9664, 925, 'pmpro_bzipcode', '3911BC') ; 
INSERT INTO `wp_usermeta` VALUES (9665, 925, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (9666, 925, 'uxf_akf', 'ELECTRONIC') ; 
INSERT INTO `wp_usermeta` VALUES (9667, 926, 'pmpro_bfirstname', 'Gerry') ; 
INSERT INTO `wp_usermeta` VALUES (9668, 926, 'pmpro_blastname', 'Krippner') ; 
INSERT INTO `wp_usermeta` VALUES (9669, 926, 'first_name', 'Gerry') ; 
INSERT INTO `wp_usermeta` VALUES (9670, 926, 'last_name', 'Krippner') ; 
INSERT INTO `wp_usermeta` VALUES (9671, 926, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9672, 926, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (9673, 926, 'pmpro_baddress1', '5985 Little Cloquet Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (9674, 926, 'pmpro_bcity', 'Cromwell') ; 
INSERT INTO `wp_usermeta` VALUES (9675, 926, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9676, 926, 'pmpro_bzipcode', '55726') ; 
INSERT INTO `wp_usermeta` VALUES (9677, 927, 'pmpro_bfirstname', 'Gil') ; 
INSERT INTO `wp_usermeta` VALUES (9678, 927, 'pmpro_blastname', 'Myers') ; 
INSERT INTO `wp_usermeta` VALUES (9679, 927, 'first_name', 'Gil') ; 
INSERT INTO `wp_usermeta` VALUES (9680, 927, 'last_name', 'Myers') ; 
INSERT INTO `wp_usermeta` VALUES (9681, 927, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (9682, 927, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (9683, 927, 'pmpro_baddress1', '2512 Linwood Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (9684, 927, 'pmpro_bcity', 'Baltimore') ; 
INSERT INTO `wp_usermeta` VALUES (9685, 927, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9686, 927, 'pmpro_bzipcode', '21234') ; 
INSERT INTO `wp_usermeta` VALUES (9687, 928, 'pmpro_bfirstname', 'Ginny') ; 
INSERT INTO `wp_usermeta` VALUES (9688, 928, 'pmpro_blastname', 'Kilgore') ; 
INSERT INTO `wp_usermeta` VALUES (9689, 928, 'first_name', 'Ginny') ; 
INSERT INTO `wp_usermeta` VALUES (9690, 928, 'last_name', 'Kilgore') ; 
INSERT INTO `wp_usermeta` VALUES (9691, 928, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9692, 928, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (9693, 928, 'pmpro_baddress1', '6988 N. Wendell St.') ; 
INSERT INTO `wp_usermeta` VALUES (9694, 928, 'pmpro_bcity', 'Park City') ; 
INSERT INTO `wp_usermeta` VALUES (9695, 928, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9696, 928, 'pmpro_bzipcode', '67219') ; 
INSERT INTO `wp_usermeta` VALUES (9697, 929, 'pmpro_bfirstname', 'Gisela Ann') ; 
INSERT INTO `wp_usermeta` VALUES (9698, 929, 'pmpro_blastname', 'Wiggins') ; 
INSERT INTO `wp_usermeta` VALUES (9699, 929, 'first_name', 'Gisela Ann') ; 
INSERT INTO `wp_usermeta` VALUES (9700, 929, 'last_name', 'Wiggins') ; 
INSERT INTO `wp_usermeta` VALUES (9701, 929, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9702, 929, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (9703, 929, 'pmpro_baddress1', '1245 Bonita St.') ; 
INSERT INTO `wp_usermeta` VALUES (9704, 929, 'pmpro_bcity', 'Asheboro') ; 
INSERT INTO `wp_usermeta` VALUES (9705, 929, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9706, 929, 'pmpro_bzipcode', '27205') ; 
INSERT INTO `wp_usermeta` VALUES (9707, 930, 'pmpro_bfirstname', 'Glenn') ; 
INSERT INTO `wp_usermeta` VALUES (9708, 930, 'pmpro_blastname', 'Dobrogosz: President/CEO') ; 
INSERT INTO `wp_usermeta` VALUES (9709, 930, 'first_name', 'Greensboro Science Center') ; 
INSERT INTO `wp_usermeta` VALUES (9710, 930, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (9711, 930, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9712, 930, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (9713, 930, 'pmpro_baddress1', '4301 Lawndale Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (9714, 930, 'pmpro_bcity', 'Greensboro') ; 
INSERT INTO `wp_usermeta` VALUES (9715, 930, 'uxf_organization', 'Greensboro Science Center') ; 
INSERT INTO `wp_usermeta` VALUES (9716, 930, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9717, 930, 'pmpro_bzipcode', '27455') ; 
INSERT INTO `wp_usermeta` VALUES (9718, 930, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (9719, 931, 'pmpro_bfirstname', 'Glenn T.') ; 
INSERT INTO `wp_usermeta` VALUES (9720, 931, 'pmpro_blastname', 'Granat') ; 
INSERT INTO `wp_usermeta` VALUES (9721, 931, 'first_name', 'Glenn T.') ; 
INSERT INTO `wp_usermeta` VALUES (9722, 931, 'last_name', 'Granat') ; 
INSERT INTO `wp_usermeta` VALUES (9723, 931, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9724, 931, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (9725, 931, 'pmpro_baddress1', '16460 New Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (9726, 931, 'pmpro_bcity', 'Lemont') ; 
INSERT INTO `wp_usermeta` VALUES (9727, 931, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9728, 931, 'pmpro_bzipcode', '60439') ; 
INSERT INTO `wp_usermeta` VALUES (9729, 932, 'pmpro_bfirstname', 'Gloria K. ') ; 
INSERT INTO `wp_usermeta` VALUES (9730, 932, 'pmpro_blastname', 'Kahn') ; 
INSERT INTO `wp_usermeta` VALUES (9731, 932, 'first_name', 'Gloria K. ') ; 
INSERT INTO `wp_usermeta` VALUES (9732, 932, 'last_name', 'Kahn') ; 
INSERT INTO `wp_usermeta` VALUES (9733, 932, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9734, 932, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (9735, 932, 'pmpro_baddress1', '1124 Belleza St.') ; 
INSERT INTO `wp_usermeta` VALUES (9736, 932, 'pmpro_bcity', 'Camarillo') ; 
INSERT INTO `wp_usermeta` VALUES (9737, 932, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9738, 932, 'pmpro_bzipcode', '93012-8166') ; 
INSERT INTO `wp_usermeta` VALUES (9739, 933, 'pmpro_bfirstname', 'Gordon') ; 
INSERT INTO `wp_usermeta` VALUES (9740, 933, 'pmpro_blastname', 'Henley: Director') ; 
INSERT INTO `wp_usermeta` VALUES (9741, 933, 'first_name', 'Ellen Trout Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (9742, 933, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (9743, 933, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9744, 933, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (9745, 933, 'pmpro_baddress1', '402 Zoo Circle') ; 
INSERT INTO `wp_usermeta` VALUES (9746, 933, 'pmpro_bcity', 'Lufkin') ; 
INSERT INTO `wp_usermeta` VALUES (9747, 933, 'uxf_organization', 'Ellen Trout Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (9748, 933, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9749, 933, 'pmpro_bzipcode', '75904') ; 
INSERT INTO `wp_usermeta` VALUES (9750, 933, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (9751, 934, 'pmpro_bfirstname', 'Grace') ; 
INSERT INTO `wp_usermeta` VALUES (9752, 934, 'pmpro_blastname', 'Veres') ; 
INSERT INTO `wp_usermeta` VALUES (9753, 934, 'first_name', 'Grace') ; 
INSERT INTO `wp_usermeta` VALUES (9754, 934, 'last_name', 'Veres') ; 
INSERT INTO `wp_usermeta` VALUES (9755, 934, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9756, 934, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (9757, 934, 'pmpro_baddress1', '64-66 Allston St') ; 
INSERT INTO `wp_usermeta` VALUES (9758, 934, 'pmpro_baddress2', 'Apt 1') ; 
INSERT INTO `wp_usermeta` VALUES (9759, 934, 'pmpro_bcity', 'Cambridge') ; 
INSERT INTO `wp_usermeta` VALUES (9760, 934, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9761, 934, 'pmpro_bzipcode', '02139') ; 
INSERT INTO `wp_usermeta` VALUES (9762, 935, 'pmpro_bfirstname', 'Grace') ; 
INSERT INTO `wp_usermeta` VALUES (9763, 935, 'pmpro_blastname', 'Enlow') ; 
INSERT INTO `wp_usermeta` VALUES (9764, 935, 'first_name', 'Grace') ; 
INSERT INTO `wp_usermeta` VALUES (9765, 935, 'last_name', 'Enlow') ; 
INSERT INTO `wp_usermeta` VALUES (9766, 935, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9767, 935, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (9768, 935, 'pmpro_baddress1', '619 Dell St.') ; 
INSERT INTO `wp_usermeta` VALUES (9769, 935, 'pmpro_bcity', 'Solana Beach') ; 
INSERT INTO `wp_usermeta` VALUES (9770, 935, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9771, 935, 'pmpro_bzipcode', '92075') ; 
INSERT INTO `wp_usermeta` VALUES (9772, 936, 'pmpro_bfirstname', 'Grace') ; 
INSERT INTO `wp_usermeta` VALUES (9773, 936, 'pmpro_blastname', 'Mitchell') ; 
INSERT INTO `wp_usermeta` VALUES (9774, 936, 'first_name', 'Grace') ; 
INSERT INTO `wp_usermeta` VALUES (9775, 936, 'last_name', 'Mitchell') ; 
INSERT INTO `wp_usermeta` VALUES (9776, 936, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9777, 936, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (9778, 936, 'pmpro_baddress1', '10411 268th Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (9779, 936, 'pmpro_bcity', 'Trevor') ; 
INSERT INTO `wp_usermeta` VALUES (9780, 936, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9781, 936, 'pmpro_bzipcode', '53179') ; 
INSERT INTO `wp_usermeta` VALUES (9782, 937, 'pmpro_bfirstname', 'Grace M.') ; 
INSERT INTO `wp_usermeta` VALUES (9783, 937, 'pmpro_blastname', 'Porreca') ; 
INSERT INTO `wp_usermeta` VALUES (9784, 937, 'first_name', 'Grace M.') ; 
INSERT INTO `wp_usermeta` VALUES (9785, 937, 'last_name', 'Porreca') ; 
INSERT INTO `wp_usermeta` VALUES (9786, 937, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (9787, 937, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (9788, 937, 'pmpro_baddress1', '4346 W. Point Loma Blvd. Apt E') ; 
INSERT INTO `wp_usermeta` VALUES (9789, 937, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (9790, 937, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (9791, 937, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9792, 937, 'pmpro_bzipcode', '92107') ; 
INSERT INTO `wp_usermeta` VALUES (9793, 938, 'pmpro_bfirstname', 'Grant R. ') ; 
INSERT INTO `wp_usermeta` VALUES (9794, 938, 'pmpro_blastname', 'Gregory') ; 
INSERT INTO `wp_usermeta` VALUES (9795, 938, 'first_name', 'Grant R. ') ; 
INSERT INTO `wp_usermeta` VALUES (9796, 938, 'last_name', 'Gregory') ; 
INSERT INTO `wp_usermeta` VALUES (9797, 938, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9798, 938, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (9799, 938, 'pmpro_baddress1', '7789 Terrapin Cove Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (9800, 938, 'pmpro_bcity', 'Gloucester Point') ; 
INSERT INTO `wp_usermeta` VALUES (9801, 938, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9802, 938, 'pmpro_bzipcode', '23062-2016') ; 
INSERT INTO `wp_usermeta` VALUES (9803, 939, 'pmpro_bfirstname', 'Gregory') ; 
INSERT INTO `wp_usermeta` VALUES (9804, 939, 'pmpro_blastname', 'West') ; 
INSERT INTO `wp_usermeta` VALUES (9805, 939, 'first_name', 'Gregory') ; 
INSERT INTO `wp_usermeta` VALUES (9806, 939, 'last_name', 'West') ; 
INSERT INTO `wp_usermeta` VALUES (9807, 939, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9808, 939, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (9809, 939, 'pmpro_baddress1', '275 S. Hill Blvd.') ; 
INSERT INTO `wp_usermeta` VALUES (9810, 939, 'pmpro_bcity', 'San Francisco') ; 
INSERT INTO `wp_usermeta` VALUES (9811, 939, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9812, 939, 'pmpro_bzipcode', '94112') ; 
INSERT INTO `wp_usermeta` VALUES (9813, 940, 'pmpro_bfirstname', 'Gretchen') ; 
INSERT INTO `wp_usermeta` VALUES (9814, 940, 'pmpro_blastname', 'Wetzel') ; 
INSERT INTO `wp_usermeta` VALUES (9815, 940, 'first_name', 'Gretchen') ; 
INSERT INTO `wp_usermeta` VALUES (9816, 940, 'last_name', 'Wetzel') ; 
INSERT INTO `wp_usermeta` VALUES (9817, 940, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9818, 940, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (9819, 940, 'pmpro_baddress1', '10828 36th Ave. SW') ; 
INSERT INTO `wp_usermeta` VALUES (9820, 940, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (9821, 940, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9822, 940, 'pmpro_bzipcode', '98146') ; 
INSERT INTO `wp_usermeta` VALUES (9823, 941, 'pmpro_bfirstname', 'Gretchen') ; 
INSERT INTO `wp_usermeta` VALUES (9824, 941, 'pmpro_blastname', 'Ziegler') ; 
INSERT INTO `wp_usermeta` VALUES (9825, 941, 'first_name', 'Gretchen') ; 
INSERT INTO `wp_usermeta` VALUES (9826, 941, 'last_name', 'Ziegler') ; 
INSERT INTO `wp_usermeta` VALUES (9827, 941, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9828, 941, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (9829, 941, 'pmpro_baddress1', '3824 G St.') ; 
INSERT INTO `wp_usermeta` VALUES (9830, 941, 'pmpro_bcity', 'Eureka') ; 
INSERT INTO `wp_usermeta` VALUES (9831, 941, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9832, 941, 'pmpro_bzipcode', '95503') ; 
INSERT INTO `wp_usermeta` VALUES (9833, 942, 'pmpro_bfirstname', 'Guy') ; 
INSERT INTO `wp_usermeta` VALUES (9834, 942, 'pmpro_blastname', 'Lichty') ; 
INSERT INTO `wp_usermeta` VALUES (9835, 942, 'first_name', 'Guy') ; 
INSERT INTO `wp_usermeta` VALUES (9836, 942, 'last_name', 'Lichty') ; 
INSERT INTO `wp_usermeta` VALUES (9837, 942, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (9838, 942, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (9839, 942, 'pmpro_baddress1', '4401 Zoo Pkwy.') ; 
INSERT INTO `wp_usermeta` VALUES (9840, 942, 'pmpro_bcity', 'Asheboro') ; 
INSERT INTO `wp_usermeta` VALUES (9841, 942, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (9842, 942, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9843, 942, 'pmpro_bzipcode', '27205') ; 
INSERT INTO `wp_usermeta` VALUES (9844, 943, 'pmpro_bfirstname', 'Gwen') ; 
INSERT INTO `wp_usermeta` VALUES (9845, 943, 'pmpro_blastname', 'Harris') ; 
INSERT INTO `wp_usermeta` VALUES (9846, 943, 'first_name', 'Gwen') ; 
INSERT INTO `wp_usermeta` VALUES (9847, 943, 'last_name', 'Harris') ; 
INSERT INTO `wp_usermeta` VALUES (9848, 943, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (9849, 943, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (9850, 943, 'pmpro_baddress1', '10948 SE Stacy Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (9851, 943, 'pmpro_bcity', 'Happy Valley') ; 
INSERT INTO `wp_usermeta` VALUES (9852, 943, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9853, 943, 'pmpro_bzipcode', '97086') ; 
INSERT INTO `wp_usermeta` VALUES (9854, 944, 'pmpro_bfirstname', 'Gwendolyn') ; 
INSERT INTO `wp_usermeta` VALUES (9855, 944, 'pmpro_blastname', 'Schwanke') ; 
INSERT INTO `wp_usermeta` VALUES (9856, 944, 'first_name', 'Gwendolyn') ; 
INSERT INTO `wp_usermeta` VALUES (9857, 944, 'last_name', 'Schwanke') ; 
INSERT INTO `wp_usermeta` VALUES (9858, 944, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (9859, 944, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (9860, 944, 'pmpro_baddress1', '2006 11th St.') ; 
INSERT INTO `wp_usermeta` VALUES (9861, 944, 'pmpro_bcity', 'Gering') ; 
INSERT INTO `wp_usermeta` VALUES (9862, 944, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9863, 944, 'pmpro_bzipcode', '69341') ; 
INSERT INTO `wp_usermeta` VALUES (9864, 945, 'pmpro_bfirstname', 'Gwendolyn') ; 
INSERT INTO `wp_usermeta` VALUES (9865, 945, 'pmpro_blastname', 'Cooper') ; 
INSERT INTO `wp_usermeta` VALUES (9866, 945, 'first_name', 'Gwendolyn') ; 
INSERT INTO `wp_usermeta` VALUES (9867, 945, 'last_name', 'Cooper') ; 
INSERT INTO `wp_usermeta` VALUES (9868, 945, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9869, 945, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (9870, 945, 'pmpro_baddress1', '3619 Laurel View Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (9871, 945, 'pmpro_bcity', 'Laurel') ; 
INSERT INTO `wp_usermeta` VALUES (9872, 945, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9873, 945, 'pmpro_bzipcode', '20724-2049') ; 
INSERT INTO `wp_usermeta` VALUES (9874, 946, 'pmpro_bfirstname', 'Niagara Co. Comm. College') ; 
INSERT INTO `wp_usermeta` VALUES (9875, 946, 'pmpro_blastname', '') ; 
INSERT INTO `wp_usermeta` VALUES (9876, 946, 'first_name', 'Niagara Co. Comm. College') ; 
INSERT INTO `wp_usermeta` VALUES (9877, 946, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (9878, 946, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9879, 946, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (9880, 946, 'pmpro_baddress1', '3111 Saunders- Settlement Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (9881, 946, 'pmpro_bcity', 'Sanborn') ; 
INSERT INTO `wp_usermeta` VALUES (9882, 946, 'uxf_organization', 'H.G. Lewis Library') ; 
INSERT INTO `wp_usermeta` VALUES (9883, 946, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9884, 946, 'pmpro_bzipcode', '14132-9487') ; 
INSERT INTO `wp_usermeta` VALUES (9885, 947, 'pmpro_bfirstname', 'H. George') ; 
INSERT INTO `wp_usermeta` VALUES (9886, 947, 'pmpro_blastname', 'Lewandowski') ; 
INSERT INTO `wp_usermeta` VALUES (9887, 947, 'first_name', 'H. George') ; 
INSERT INTO `wp_usermeta` VALUES (9888, 947, 'last_name', 'Lewandowski') ; 
INSERT INTO `wp_usermeta` VALUES (9889, 947, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9890, 947, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (9891, 947, 'pmpro_baddress1', '7039 W. 34th St.') ; 
INSERT INTO `wp_usermeta` VALUES (9892, 947, 'pmpro_bcity', 'Berwyn') ; 
INSERT INTO `wp_usermeta` VALUES (9893, 947, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9894, 947, 'pmpro_bzipcode', '60402') ; 
INSERT INTO `wp_usermeta` VALUES (9895, 948, 'pmpro_bfirstname', 'Hali') ; 
INSERT INTO `wp_usermeta` VALUES (9896, 948, 'pmpro_blastname', 'O\'Connor') ; 
INSERT INTO `wp_usermeta` VALUES (9897, 948, 'first_name', 'Hali') ; 
INSERT INTO `wp_usermeta` VALUES (9898, 948, 'last_name', 'O\\\'Connor') ; 
INSERT INTO `wp_usermeta` VALUES (9899, 948, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (9900, 948, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (9901, 948, 'pmpro_baddress1', '2175 Berry St.') ; 
INSERT INTO `wp_usermeta` VALUES (9902, 948, 'pmpro_bcity', 'Lemon Grove') ; 
INSERT INTO `wp_usermeta` VALUES (9903, 948, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9904, 948, 'pmpro_bzipcode', '91945') ; 
INSERT INTO `wp_usermeta` VALUES (9905, 949, 'pmpro_bfirstname', 'Halina W.') ; 
INSERT INTO `wp_usermeta` VALUES (9906, 949, 'pmpro_blastname', 'Walsh') ; 
INSERT INTO `wp_usermeta` VALUES (9907, 949, 'first_name', 'Halina W.') ; 
INSERT INTO `wp_usermeta` VALUES (9908, 949, 'last_name', 'Walsh') ; 
INSERT INTO `wp_usermeta` VALUES (9909, 949, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9910, 949, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (9911, 949, 'pmpro_baddress1', '260 Lane 110 Big Otter Lake') ; 
INSERT INTO `wp_usermeta` VALUES (9912, 949, 'pmpro_bcity', 'Fremont') ; 
INSERT INTO `wp_usermeta` VALUES (9913, 949, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9914, 949, 'pmpro_bzipcode', '46737') ; 
INSERT INTO `wp_usermeta` VALUES (9915, 950, 'pmpro_bfirstname', 'Hannah') ; 
INSERT INTO `wp_usermeta` VALUES (9916, 950, 'pmpro_blastname', 'Fullmer') ; 
INSERT INTO `wp_usermeta` VALUES (9917, 950, 'first_name', 'Hannah') ; 
INSERT INTO `wp_usermeta` VALUES (9918, 950, 'last_name', 'Fullmer') ; 
INSERT INTO `wp_usermeta` VALUES (9919, 950, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9920, 950, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (9921, 950, 'pmpro_baddress1', '120 N Penn St Apt B1') ; 
INSERT INTO `wp_usermeta` VALUES (9922, 950, 'pmpro_bcity', 'Spring City') ; 
INSERT INTO `wp_usermeta` VALUES (9923, 950, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9924, 950, 'pmpro_bzipcode', '19475-1752') ; 
INSERT INTO `wp_usermeta` VALUES (9925, 951, 'pmpro_bfirstname', 'Hannah') ; 
INSERT INTO `wp_usermeta` VALUES (9926, 951, 'pmpro_blastname', 'Salvatore') ; 
INSERT INTO `wp_usermeta` VALUES (9927, 951, 'first_name', 'Hannah') ; 
INSERT INTO `wp_usermeta` VALUES (9928, 951, 'last_name', 'Salvatore') ; 
INSERT INTO `wp_usermeta` VALUES (9929, 951, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (9930, 951, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (9931, 951, 'pmpro_baddress1', '714 Texter Mountain Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (9932, 951, 'pmpro_bcity', 'Robesonia') ; 
INSERT INTO `wp_usermeta` VALUES (9933, 951, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9934, 951, 'pmpro_bzipcode', '19551') ; 
INSERT INTO `wp_usermeta` VALUES (9935, 952, 'pmpro_bfirstname', 'Hannah B.') ; 
INSERT INTO `wp_usermeta` VALUES (9936, 952, 'pmpro_blastname', 'Schroeder') ; 
INSERT INTO `wp_usermeta` VALUES (9937, 952, 'first_name', 'Hannah B.') ; 
INSERT INTO `wp_usermeta` VALUES (9938, 952, 'last_name', 'Schroeder') ; 
INSERT INTO `wp_usermeta` VALUES (9939, 952, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9940, 952, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (9941, 952, 'pmpro_baddress1', '10635 Old Indian Trail Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (9942, 952, 'pmpro_bcity', 'Glenarm') ; 
INSERT INTO `wp_usermeta` VALUES (9943, 952, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9944, 952, 'pmpro_bzipcode', '62536') ; 
INSERT INTO `wp_usermeta` VALUES (9945, 953, 'pmpro_bfirstname', 'Hans') ; 
INSERT INTO `wp_usermeta` VALUES (9946, 953, 'pmpro_blastname', 'Jorgensen') ; 
INSERT INTO `wp_usermeta` VALUES (9947, 953, 'first_name', 'Hans') ; 
INSERT INTO `wp_usermeta` VALUES (9948, 953, 'last_name', 'Jorgensen') ; 
INSERT INTO `wp_usermeta` VALUES (9949, 953, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (9950, 953, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (9951, 953, 'pmpro_baddress1', '1150 Hennepin Ave. Apt 1103') ; 
INSERT INTO `wp_usermeta` VALUES (9952, 953, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (9953, 953, 'pmpro_bcity', 'Minneapolis') ; 
INSERT INTO `wp_usermeta` VALUES (9954, 953, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9955, 953, 'pmpro_bzipcode', '55403') ; 
INSERT INTO `wp_usermeta` VALUES (9956, 954, 'pmpro_bfirstname', 'Harmony') ; 
INSERT INTO `wp_usermeta` VALUES (9957, 954, 'pmpro_blastname', 'Frazier') ; 
INSERT INTO `wp_usermeta` VALUES (9958, 954, 'first_name', 'Harmony') ; 
INSERT INTO `wp_usermeta` VALUES (9959, 954, 'last_name', 'Frazier') ; 
INSERT INTO `wp_usermeta` VALUES (9960, 954, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9961, 954, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (9962, 954, 'pmpro_baddress1', '601 N. 59th St.') ; 
INSERT INTO `wp_usermeta` VALUES (9963, 954, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (9964, 954, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (9965, 954, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9966, 954, 'pmpro_bzipcode', '98103') ; 
INSERT INTO `wp_usermeta` VALUES (9967, 955, 'pmpro_bfirstname', 'Harold') ; 
INSERT INTO `wp_usermeta` VALUES (9968, 955, 'pmpro_blastname', 'Hofauer: Toronto Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (9969, 955, 'first_name', 'Harold') ; 
INSERT INTO `wp_usermeta` VALUES (9970, 955, 'last_name', 'Hofauer') ; 
INSERT INTO `wp_usermeta` VALUES (9971, 955, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (9972, 955, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (9973, 955, 'pmpro_baddress1', '361 A Old Finch Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (9974, 955, 'pmpro_bcity', 'Scarborough') ; 
INSERT INTO `wp_usermeta` VALUES (9975, 955, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (9976, 955, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9977, 955, 'pmpro_bzipcode', 'M1B 5K7') ; 
INSERT INTO `wp_usermeta` VALUES (9978, 956, 'pmpro_bfirstname', 'Harold') ; 
INSERT INTO `wp_usermeta` VALUES (9979, 956, 'pmpro_blastname', 'Kramer') ; 
INSERT INTO `wp_usermeta` VALUES (9980, 956, 'first_name', 'Lion Country Safari Inc.') ; 
INSERT INTO `wp_usermeta` VALUES (9981, 956, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (9982, 956, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9983, 956, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (9984, 956, 'pmpro_baddress1', '2003 Lion Country Safari Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (9985, 956, 'pmpro_bcity', 'Loxahatchee') ; 
INSERT INTO `wp_usermeta` VALUES (9986, 956, 'uxf_organization', 'Lion Country Safari Inc.') ; 
INSERT INTO `wp_usermeta` VALUES (9987, 956, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (9988, 956, 'pmpro_bzipcode', '33470-3977') ; 
INSERT INTO `wp_usermeta` VALUES (9989, 956, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (9990, 957, 'pmpro_bfirstname', 'Harwood W.') ; 
INSERT INTO `wp_usermeta` VALUES (9991, 957, 'pmpro_blastname', 'Ingraham- Jr.') ; 
INSERT INTO `wp_usermeta` VALUES (9992, 957, 'first_name', 'Harwood W.') ; 
INSERT INTO `wp_usermeta` VALUES (9993, 957, 'last_name', 'Ingraham- Jr.') ; 
INSERT INTO `wp_usermeta` VALUES (9994, 957, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (9995, 957, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (9996, 957, 'pmpro_baddress1', '8 Worcester St. ') ; 
INSERT INTO `wp_usermeta` VALUES (9997, 957, 'pmpro_baddress2', 'Apt 2') ; 
INSERT INTO `wp_usermeta` VALUES (9998, 957, 'pmpro_bcity', 'W. Boylston') ; 
INSERT INTO `wp_usermeta` VALUES (9999, 957, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10000, 957, 'pmpro_bzipcode', '1583') ; 
INSERT INTO `wp_usermeta` VALUES (10001, 958, 'pmpro_bfirstname', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10002, 958, 'pmpro_blastname', 'Kalka') ; 
INSERT INTO `wp_usermeta` VALUES (10003, 958, 'first_name', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10004, 958, 'last_name', 'Kalka') ; 
INSERT INTO `wp_usermeta` VALUES (10005, 958, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (10006, 958, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (10007, 958, 'pmpro_baddress1', '71 Pontiac Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (10008, 958, 'pmpro_bcity', 'Oshawa') ; 
INSERT INTO `wp_usermeta` VALUES (10009, 958, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10010, 958, 'pmpro_bzipcode', 'L1G 3M1') ; 
INSERT INTO `wp_usermeta` VALUES (10011, 959, 'pmpro_bfirstname', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10012, 959, 'pmpro_blastname', 'Betz') ; 
INSERT INTO `wp_usermeta` VALUES (10013, 959, 'first_name', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10014, 959, 'last_name', 'Betz') ; 
INSERT INTO `wp_usermeta` VALUES (10015, 959, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10016, 959, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (10017, 959, 'pmpro_baddress1', '1000 Robley Dr. ') ; 
INSERT INTO `wp_usermeta` VALUES (10018, 959, 'pmpro_baddress2', 'Apt 932') ; 
INSERT INTO `wp_usermeta` VALUES (10019, 959, 'pmpro_bcity', 'Lafayette') ; 
INSERT INTO `wp_usermeta` VALUES (10020, 959, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10021, 959, 'pmpro_bzipcode', '70503') ; 
INSERT INTO `wp_usermeta` VALUES (10022, 960, 'pmpro_bfirstname', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10023, 960, 'pmpro_blastname', 'Dunn') ; 
INSERT INTO `wp_usermeta` VALUES (10024, 960, 'first_name', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10025, 960, 'last_name', 'Dunn') ; 
INSERT INTO `wp_usermeta` VALUES (10026, 960, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10027, 960, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (10028, 960, 'pmpro_baddress1', '1043 NE 42nd Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (10029, 960, 'pmpro_bcity', 'Homestead') ; 
INSERT INTO `wp_usermeta` VALUES (10030, 960, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10031, 960, 'pmpro_bzipcode', '33033') ; 
INSERT INTO `wp_usermeta` VALUES (10032, 961, 'pmpro_bfirstname', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10033, 961, 'pmpro_blastname', 'Ostenberg') ; 
INSERT INTO `wp_usermeta` VALUES (10034, 961, 'first_name', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10035, 961, 'last_name', 'Ostenberg') ; 
INSERT INTO `wp_usermeta` VALUES (10036, 961, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10037, 961, 'pmpro_bstate', 'OK') ; 
INSERT INTO `wp_usermeta` VALUES (10038, 961, 'pmpro_baddress1', '10628 E. 4th St.') ; 
INSERT INTO `wp_usermeta` VALUES (10039, 961, 'pmpro_bcity', 'Tulsa') ; 
INSERT INTO `wp_usermeta` VALUES (10040, 961, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10041, 961, 'pmpro_bzipcode', '74128') ; 
INSERT INTO `wp_usermeta` VALUES (10042, 962, 'pmpro_bfirstname', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10043, 962, 'pmpro_blastname', 'Strawn') ; 
INSERT INTO `wp_usermeta` VALUES (10044, 962, 'first_name', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10045, 962, 'last_name', 'Strawn') ; 
INSERT INTO `wp_usermeta` VALUES (10046, 962, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10047, 962, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (10048, 962, 'pmpro_baddress1', '3610 Martha Circle') ; 
INSERT INTO `wp_usermeta` VALUES (10049, 962, 'pmpro_bcity', 'Litchfield') ; 
INSERT INTO `wp_usermeta` VALUES (10050, 962, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10051, 962, 'pmpro_bzipcode', '44253-9565') ; 
INSERT INTO `wp_usermeta` VALUES (10052, 963, 'pmpro_bfirstname', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10053, 963, 'pmpro_blastname', 'Tassler') ; 
INSERT INTO `wp_usermeta` VALUES (10054, 963, 'first_name', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10055, 963, 'last_name', 'Tassler') ; 
INSERT INTO `wp_usermeta` VALUES (10056, 963, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10057, 963, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (10058, 963, 'pmpro_baddress1', '35 Andover Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (10059, 963, 'pmpro_bcity', 'Hartsdale') ; 
INSERT INTO `wp_usermeta` VALUES (10060, 963, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10061, 963, 'pmpro_bzipcode', '10530') ; 
INSERT INTO `wp_usermeta` VALUES (10062, 964, 'pmpro_bfirstname', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10063, 964, 'pmpro_blastname', 'Gibson') ; 
INSERT INTO `wp_usermeta` VALUES (10064, 964, 'first_name', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10065, 964, 'last_name', 'Gibson') ; 
INSERT INTO `wp_usermeta` VALUES (10066, 964, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (10067, 964, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (10068, 964, 'pmpro_baddress1', '114 S. Waverly Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (10069, 964, 'pmpro_bcity', 'Dallas') ; 
INSERT INTO `wp_usermeta` VALUES (10070, 964, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10071, 964, 'pmpro_bzipcode', '75208') ; 
INSERT INTO `wp_usermeta` VALUES (10072, 965, 'pmpro_bfirstname', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10073, 965, 'pmpro_blastname', 'Biszak') ; 
INSERT INTO `wp_usermeta` VALUES (10074, 965, 'first_name', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10075, 965, 'last_name', 'Biszak') ; 
INSERT INTO `wp_usermeta` VALUES (10076, 965, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (10077, 965, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (10078, 965, 'pmpro_baddress1', '1213 D St.') ; 
INSERT INTO `wp_usermeta` VALUES (10079, 965, 'pmpro_bcity', 'Omaha') ; 
INSERT INTO `wp_usermeta` VALUES (10080, 965, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10081, 965, 'pmpro_bzipcode', '68107-2229') ; 
INSERT INTO `wp_usermeta` VALUES (10082, 966, 'pmpro_bfirstname', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10083, 966, 'pmpro_blastname', 'Shaw') ; 
INSERT INTO `wp_usermeta` VALUES (10084, 966, 'first_name', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10085, 966, 'last_name', 'Shaw') ; 
INSERT INTO `wp_usermeta` VALUES (10086, 966, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (10087, 966, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (10088, 966, 'pmpro_baddress1', '303 E. Arch St.') ; 
INSERT INTO `wp_usermeta` VALUES (10089, 966, 'pmpro_bcity', 'Jerseyville') ; 
INSERT INTO `wp_usermeta` VALUES (10090, 966, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10091, 966, 'pmpro_bzipcode', '62052') ; 
INSERT INTO `wp_usermeta` VALUES (10092, 967, 'pmpro_bfirstname', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10093, 967, 'pmpro_blastname', 'Key') ; 
INSERT INTO `wp_usermeta` VALUES (10094, 967, 'first_name', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10095, 967, 'last_name', 'Key') ; 
INSERT INTO `wp_usermeta` VALUES (10096, 967, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10097, 967, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (10098, 967, 'pmpro_baddress1', '313 Arcadia Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (10099, 967, 'pmpro_bcity', 'Lexington') ; 
INSERT INTO `wp_usermeta` VALUES (10100, 967, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10101, 967, 'pmpro_bzipcode', '27295') ; 
INSERT INTO `wp_usermeta` VALUES (10102, 968, 'pmpro_bfirstname', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10103, 968, 'pmpro_blastname', 'Fuchs') ; 
INSERT INTO `wp_usermeta` VALUES (10104, 968, 'first_name', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10105, 968, 'last_name', 'Fuchs') ; 
INSERT INTO `wp_usermeta` VALUES (10106, 968, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (10107, 968, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (10108, 968, 'pmpro_baddress1', '1895 N. Snyder Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (10109, 968, 'pmpro_bcity', 'Dayton') ; 
INSERT INTO `wp_usermeta` VALUES (10110, 968, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10111, 968, 'pmpro_bzipcode', '45417') ; 
INSERT INTO `wp_usermeta` VALUES (10112, 969, 'pmpro_bfirstname', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10113, 969, 'pmpro_blastname', 'Hunt') ; 
INSERT INTO `wp_usermeta` VALUES (10114, 969, 'first_name', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10115, 969, 'last_name', 'Hunt') ; 
INSERT INTO `wp_usermeta` VALUES (10116, 969, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10117, 969, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (10118, 969, 'pmpro_baddress1', '444 Cobblestone Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (10119, 969, 'pmpro_bcity', 'Delaware') ; 
INSERT INTO `wp_usermeta` VALUES (10120, 969, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10121, 969, 'pmpro_bzipcode', '43015') ; 
INSERT INTO `wp_usermeta` VALUES (10122, 970, 'pmpro_bfirstname', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10123, 970, 'pmpro_blastname', 'Samper') ; 
INSERT INTO `wp_usermeta` VALUES (10124, 970, 'first_name', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10125, 970, 'last_name', 'Leeson') ; 
INSERT INTO `wp_usermeta` VALUES (10126, 970, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10127, 970, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (10128, 970, 'pmpro_baddress1', '2422 Redfish Drive') ; 
INSERT INTO `wp_usermeta` VALUES (10129, 970, 'pmpro_bcity', 'Texas City') ; 
INSERT INTO `wp_usermeta` VALUES (10130, 970, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10131, 970, 'pmpro_bzipcode', '77591') ; 
INSERT INTO `wp_usermeta` VALUES (10132, 971, 'pmpro_bfirstname', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10133, 971, 'pmpro_blastname', 'Purdeu') ; 
INSERT INTO `wp_usermeta` VALUES (10134, 971, 'first_name', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10135, 971, 'last_name', 'Purdeu') ; 
INSERT INTO `wp_usermeta` VALUES (10136, 971, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (10137, 971, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (10138, 971, 'pmpro_baddress1', '1975 W. Forest Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (10139, 971, 'pmpro_bcity', 'Decatur') ; 
INSERT INTO `wp_usermeta` VALUES (10140, 971, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10141, 971, 'pmpro_bzipcode', '62522-2650') ; 
INSERT INTO `wp_usermeta` VALUES (10142, 972, 'pmpro_bfirstname', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10143, 972, 'pmpro_blastname', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (10144, 972, 'first_name', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10145, 972, 'last_name', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (10146, 972, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10147, 972, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (10148, 972, 'pmpro_baddress1', '1930 Euclid Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (10149, 972, 'pmpro_bcity', 'Pueblo') ; 
INSERT INTO `wp_usermeta` VALUES (10150, 972, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10151, 972, 'pmpro_bzipcode', '81004-2714') ; 
INSERT INTO `wp_usermeta` VALUES (10152, 973, 'pmpro_bfirstname', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10153, 973, 'pmpro_blastname', 'Vrzal') ; 
INSERT INTO `wp_usermeta` VALUES (10154, 973, 'first_name', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10155, 973, 'last_name', 'Vrzal') ; 
INSERT INTO `wp_usermeta` VALUES (10156, 973, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10157, 973, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (10158, 973, 'pmpro_baddress1', '1210 Willowhaven Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (10159, 973, 'pmpro_bcity', 'San Jose') ; 
INSERT INTO `wp_usermeta` VALUES (10160, 973, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10161, 973, 'pmpro_bzipcode', '95126') ; 
INSERT INTO `wp_usermeta` VALUES (10162, 974, 'pmpro_bfirstname', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10163, 974, 'pmpro_blastname', 'Paddock') ; 
INSERT INTO `wp_usermeta` VALUES (10164, 974, 'first_name', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10165, 974, 'last_name', 'Paddock') ; 
INSERT INTO `wp_usermeta` VALUES (10166, 974, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10167, 974, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (10168, 974, 'pmpro_baddress1', '3019 Kittery Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (10169, 974, 'pmpro_bcity', 'San Ramon') ; 
INSERT INTO `wp_usermeta` VALUES (10170, 974, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10171, 974, 'pmpro_bzipcode', '94583') ; 
INSERT INTO `wp_usermeta` VALUES (10172, 975, 'pmpro_bfirstname', 'Heather ') ; 
INSERT INTO `wp_usermeta` VALUES (10173, 975, 'pmpro_blastname', 'Lowe') ; 
INSERT INTO `wp_usermeta` VALUES (10174, 975, 'first_name', 'Heather') ; 
INSERT INTO `wp_usermeta` VALUES (10175, 975, 'last_name', 'Lowe') ; 
INSERT INTO `wp_usermeta` VALUES (10176, 975, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10177, 975, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (10178, 975, 'pmpro_baddress1', '1989 Colonial Pkwy.') ; 
INSERT INTO `wp_usermeta` VALUES (10179, 975, 'pmpro_bcity', 'Fort Worth') ; 
INSERT INTO `wp_usermeta` VALUES (10180, 975, 'uxf_organization', 'Turtle Survival Alliance') ; 
INSERT INTO `wp_usermeta` VALUES (10181, 975, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10182, 975, 'pmpro_bzipcode', '76110') ; 
INSERT INTO `wp_usermeta` VALUES (10183, 976, 'pmpro_bfirstname', 'Heather ') ; 
INSERT INTO `wp_usermeta` VALUES (10184, 976, 'pmpro_blastname', 'Dorney') ; 
INSERT INTO `wp_usermeta` VALUES (10185, 976, 'first_name', 'Heather ') ; 
INSERT INTO `wp_usermeta` VALUES (10186, 976, 'last_name', 'Dorney') ; 
INSERT INTO `wp_usermeta` VALUES (10187, 976, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10188, 976, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (10189, 976, 'pmpro_baddress1', '336 Sugar Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (10190, 976, 'pmpro_bcity', 'Bolton') ; 
INSERT INTO `wp_usermeta` VALUES (10191, 976, 'uxf_organization', 'Animal Adventures') ; 
INSERT INTO `wp_usermeta` VALUES (10192, 976, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10193, 976, 'pmpro_bzipcode', '1740') ; 
INSERT INTO `wp_usermeta` VALUES (10194, 977, 'pmpro_bfirstname', 'Heather B.') ; 
INSERT INTO `wp_usermeta` VALUES (10195, 977, 'pmpro_blastname', 'Roberts') ; 
INSERT INTO `wp_usermeta` VALUES (10196, 977, 'first_name', 'Heather B.') ; 
INSERT INTO `wp_usermeta` VALUES (10197, 977, 'last_name', 'Roberts') ; 
INSERT INTO `wp_usermeta` VALUES (10198, 977, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10199, 977, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (10200, 977, 'pmpro_baddress1', '2179 Jernigan Dr. SE') ; 
INSERT INTO `wp_usermeta` VALUES (10201, 977, 'pmpro_bcity', 'Atlanta') ; 
INSERT INTO `wp_usermeta` VALUES (10202, 977, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10203, 977, 'pmpro_bzipcode', '30315') ; 
INSERT INTO `wp_usermeta` VALUES (10204, 978, 'pmpro_bfirstname', 'Heather J.') ; 
INSERT INTO `wp_usermeta` VALUES (10205, 978, 'pmpro_blastname', 'Vetter') ; 
INSERT INTO `wp_usermeta` VALUES (10206, 978, 'first_name', 'Heather J.') ; 
INSERT INTO `wp_usermeta` VALUES (10207, 978, 'last_name', 'Vetter') ; 
INSERT INTO `wp_usermeta` VALUES (10208, 978, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10209, 978, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (10210, 978, 'pmpro_baddress1', '3120 W. Grovers Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (10211, 978, 'pmpro_bcity', 'Phoenix') ; 
INSERT INTO `wp_usermeta` VALUES (10212, 978, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10213, 978, 'pmpro_bzipcode', '85053') ; 
INSERT INTO `wp_usermeta` VALUES (10214, 979, 'pmpro_bfirstname', 'Heather N.') ; 
INSERT INTO `wp_usermeta` VALUES (10215, 979, 'pmpro_blastname', 'Carpenter') ; 
INSERT INTO `wp_usermeta` VALUES (10216, 979, 'first_name', 'Heather N.') ; 
INSERT INTO `wp_usermeta` VALUES (10217, 979, 'last_name', 'Carpenter') ; 
INSERT INTO `wp_usermeta` VALUES (10218, 979, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10219, 979, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (10220, 979, 'pmpro_baddress1', '6525 Dublin Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (10221, 979, 'pmpro_bcity', 'Delaware') ; 
INSERT INTO `wp_usermeta` VALUES (10222, 979, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10223, 979, 'pmpro_bzipcode', '43015') ; 
INSERT INTO `wp_usermeta` VALUES (10224, 980, 'pmpro_bfirstname', 'Heidi') ; 
INSERT INTO `wp_usermeta` VALUES (10225, 980, 'pmpro_blastname', 'Manicki Claffey: Toronto Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (10226, 980, 'first_name', 'Heidi') ; 
INSERT INTO `wp_usermeta` VALUES (10227, 980, 'last_name', 'Manicki Claffey') ; 
INSERT INTO `wp_usermeta` VALUES (10228, 980, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (10229, 980, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (10230, 980, 'pmpro_baddress1', '361A Old Finch Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (10231, 980, 'pmpro_bcity', 'Scarborough') ; 
INSERT INTO `wp_usermeta` VALUES (10232, 980, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (10233, 980, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10234, 980, 'pmpro_bzipcode', 'M1B 5K7') ; 
INSERT INTO `wp_usermeta` VALUES (10235, 981, 'pmpro_bfirstname', 'Heidi') ; 
INSERT INTO `wp_usermeta` VALUES (10236, 981, 'pmpro_blastname', 'Ollek: Toronto Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (10237, 981, 'first_name', 'Heidi') ; 
INSERT INTO `wp_usermeta` VALUES (10238, 981, 'last_name', 'Ollek') ; 
INSERT INTO `wp_usermeta` VALUES (10239, 981, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (10240, 981, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (10241, 981, 'pmpro_baddress1', '361A Old Finch Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (10242, 981, 'pmpro_bcity', 'Scarborough') ; 
INSERT INTO `wp_usermeta` VALUES (10243, 981, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (10244, 981, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10245, 981, 'pmpro_bzipcode', 'M1B 5K7') ; 
INSERT INTO `wp_usermeta` VALUES (10246, 982, 'pmpro_bfirstname', 'Heidi') ; 
INSERT INTO `wp_usermeta` VALUES (10247, 982, 'pmpro_blastname', 'Eaton') ; 
INSERT INTO `wp_usermeta` VALUES (10248, 982, 'first_name', 'Heidi') ; 
INSERT INTO `wp_usermeta` VALUES (10249, 982, 'last_name', 'Eaton') ; 
INSERT INTO `wp_usermeta` VALUES (10250, 982, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (10251, 982, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (10252, 982, 'pmpro_baddress1', '34 Murray Heights Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (10253, 982, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (10254, 982, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10255, 982, 'pmpro_bzipcode', '80916') ; 
INSERT INTO `wp_usermeta` VALUES (10256, 983, 'pmpro_bfirstname', 'Heidi') ; 
INSERT INTO `wp_usermeta` VALUES (10257, 983, 'pmpro_blastname', 'Perez') ; 
INSERT INTO `wp_usermeta` VALUES (10258, 983, 'first_name', 'Heidi') ; 
INSERT INTO `wp_usermeta` VALUES (10259, 983, 'last_name', 'Perez') ; 
INSERT INTO `wp_usermeta` VALUES (10260, 983, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10261, 983, 'pmpro_bstate', 'ME') ; 
INSERT INTO `wp_usermeta` VALUES (10262, 983, 'pmpro_baddress1', '201 Cleve Tripp Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (10263, 983, 'pmpro_bcity', 'Poland') ; 
INSERT INTO `wp_usermeta` VALUES (10264, 983, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10265, 983, 'pmpro_bzipcode', '4274') ; 
INSERT INTO `wp_usermeta` VALUES (10266, 984, 'pmpro_bfirstname', 'Heidi') ; 
INSERT INTO `wp_usermeta` VALUES (10267, 984, 'pmpro_blastname', 'Hauch') ; 
INSERT INTO `wp_usermeta` VALUES (10268, 984, 'first_name', 'Heidi') ; 
INSERT INTO `wp_usermeta` VALUES (10269, 984, 'last_name', 'Hauch') ; 
INSERT INTO `wp_usermeta` VALUES (10270, 984, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10271, 984, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (10272, 984, 'pmpro_baddress1', '2585 Wild Pines Ln.  Apt 825') ; 
INSERT INTO `wp_usermeta` VALUES (10273, 984, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (10274, 984, 'pmpro_bcity', 'Naples') ; 
INSERT INTO `wp_usermeta` VALUES (10275, 984, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10276, 984, 'pmpro_bzipcode', '34112') ; 
INSERT INTO `wp_usermeta` VALUES (10277, 985, 'pmpro_bfirstname', 'Heidi') ; 
INSERT INTO `wp_usermeta` VALUES (10278, 985, 'pmpro_blastname', 'Pankratz') ; 
INSERT INTO `wp_usermeta` VALUES (10279, 985, 'first_name', 'Heidi') ; 
INSERT INTO `wp_usermeta` VALUES (10280, 985, 'last_name', 'Pankratz') ; 
INSERT INTO `wp_usermeta` VALUES (10281, 985, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10282, 985, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (10283, 985, 'pmpro_baddress1', '3104 Lytton St.') ; 
INSERT INTO `wp_usermeta` VALUES (10284, 985, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (10285, 985, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10286, 985, 'pmpro_bzipcode', '92110') ; 
INSERT INTO `wp_usermeta` VALUES (10287, 986, 'pmpro_bfirstname', 'Heidi') ; 
INSERT INTO `wp_usermeta` VALUES (10288, 986, 'pmpro_blastname', 'Hellmuth') ; 
INSERT INTO `wp_usermeta` VALUES (10289, 986, 'first_name', 'Heidi') ; 
INSERT INTO `wp_usermeta` VALUES (10290, 986, 'last_name', 'Hellmuth') ; 
INSERT INTO `wp_usermeta` VALUES (10291, 986, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10292, 986, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (10293, 986, 'pmpro_baddress1', '11610 Trek Dr. E.') ; 
INSERT INTO `wp_usermeta` VALUES (10294, 986, 'pmpro_bcity', 'Eatonville') ; 
INSERT INTO `wp_usermeta` VALUES (10295, 986, 'uxf_organization', 'ABMA - Northwest Trek Wildlife Park') ; 
INSERT INTO `wp_usermeta` VALUES (10296, 986, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10297, 986, 'pmpro_bzipcode', '98328') ; 
INSERT INTO `wp_usermeta` VALUES (10298, 987, 'pmpro_bfirstname', 'Heidi M.') ; 
INSERT INTO `wp_usermeta` VALUES (10299, 987, 'pmpro_blastname', 'Beifus') ; 
INSERT INTO `wp_usermeta` VALUES (10300, 987, 'first_name', 'Heidi M.') ; 
INSERT INTO `wp_usermeta` VALUES (10301, 987, 'last_name', 'Beifus') ; 
INSERT INTO `wp_usermeta` VALUES (10302, 987, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10303, 987, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (10304, 987, 'pmpro_baddress1', '121 Long Acre Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (10305, 987, 'pmpro_bcity', 'Rochester') ; 
INSERT INTO `wp_usermeta` VALUES (10306, 987, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10307, 987, 'pmpro_bzipcode', '14621') ; 
INSERT INTO `wp_usermeta` VALUES (10308, 988, 'pmpro_bfirstname', 'Helen') ; 
INSERT INTO `wp_usermeta` VALUES (10309, 988, 'pmpro_blastname', 'Boostrom') ; 
INSERT INTO `wp_usermeta` VALUES (10310, 988, 'first_name', 'Helen') ; 
INSERT INTO `wp_usermeta` VALUES (10311, 988, 'last_name', 'Boostrom') ; 
INSERT INTO `wp_usermeta` VALUES (10312, 988, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10313, 988, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (10314, 988, 'pmpro_baddress1', '5401 Chimney Rock Rd.  Apt 978') ; 
INSERT INTO `wp_usermeta` VALUES (10315, 988, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (10316, 988, 'pmpro_bcity', 'Houston') ; 
INSERT INTO `wp_usermeta` VALUES (10317, 988, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10318, 988, 'pmpro_bzipcode', '77081') ; 
INSERT INTO `wp_usermeta` VALUES (10319, 989, 'pmpro_bfirstname', 'Hilary') ; 
INSERT INTO `wp_usermeta` VALUES (10320, 989, 'pmpro_blastname', 'Merkwan') ; 
INSERT INTO `wp_usermeta` VALUES (10321, 989, 'first_name', 'Hilary') ; 
INSERT INTO `wp_usermeta` VALUES (10322, 989, 'last_name', 'Merkwan') ; 
INSERT INTO `wp_usermeta` VALUES (10323, 989, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (10324, 989, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (10325, 989, 'pmpro_baddress1', '706 Sherman Dr') ; 
INSERT INTO `wp_usermeta` VALUES (10326, 989, 'pmpro_bcity', 'Bellevue') ; 
INSERT INTO `wp_usermeta` VALUES (10327, 989, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10328, 989, 'pmpro_bzipcode', '68005') ; 
INSERT INTO `wp_usermeta` VALUES (10329, 990, 'pmpro_bfirstname', 'Hilda') ; 
INSERT INTO `wp_usermeta` VALUES (10330, 990, 'pmpro_blastname', 'Angeles') ; 
INSERT INTO `wp_usermeta` VALUES (10331, 990, 'first_name', 'Hilda') ; 
INSERT INTO `wp_usermeta` VALUES (10332, 990, 'last_name', 'Angeles') ; 
INSERT INTO `wp_usermeta` VALUES (10333, 990, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10334, 990, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (10335, 990, 'pmpro_baddress1', '3425 Hwy. 11E') ; 
INSERT INTO `wp_usermeta` VALUES (10336, 990, 'pmpro_bcity', 'Limestone') ; 
INSERT INTO `wp_usermeta` VALUES (10337, 990, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10338, 990, 'pmpro_bzipcode', '37681') ; 
INSERT INTO `wp_usermeta` VALUES (10339, 991, 'pmpro_bfirstname', 'Hiroko') ; 
INSERT INTO `wp_usermeta` VALUES (10340, 991, 'pmpro_blastname', 'Yoshida Ph.D.') ; 
INSERT INTO `wp_usermeta` VALUES (10341, 991, 'first_name', 'Hiroko') ; 
INSERT INTO `wp_usermeta` VALUES (10342, 991, 'last_name', 'Yoshida Ph.D.') ; 
INSERT INTO `wp_usermeta` VALUES (10343, 991, 'pmpro_bcountry', 'JAPAN') ; 
INSERT INTO `wp_usermeta` VALUES (10344, 991, 'pmpro_baddress1', '1288 Magome- Iwatsuki-ku') ; 
INSERT INTO `wp_usermeta` VALUES (10345, 991, 'pmpro_bcity', 'Saitama city') ; 
INSERT INTO `wp_usermeta` VALUES (10346, 991, 'uxf_organization', 'Univ. of Human Arts & Science') ; 
INSERT INTO `wp_usermeta` VALUES (10347, 991, 'pmpro_bzipcode', '339-8539') ; 
INSERT INTO `wp_usermeta` VALUES (10348, 991, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (10349, 991, 'uxf_akf', 'ELECTRONIC') ; 
INSERT INTO `wp_usermeta` VALUES (10350, 992, 'pmpro_bfirstname', 'Hollie') ; 
INSERT INTO `wp_usermeta` VALUES (10351, 992, 'pmpro_blastname', 'Ross') ; 
INSERT INTO `wp_usermeta` VALUES (10352, 992, 'first_name', 'Hollie') ; 
INSERT INTO `wp_usermeta` VALUES (10353, 992, 'last_name', 'Ross') ; 
INSERT INTO `wp_usermeta` VALUES (10354, 992, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (10355, 992, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (10356, 992, 'pmpro_baddress1', '184 Bain Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (10357, 992, 'pmpro_bcity', 'Toronto') ; 
INSERT INTO `wp_usermeta` VALUES (10358, 992, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10359, 992, 'pmpro_bzipcode', 'M4K 1G1') ; 
INSERT INTO `wp_usermeta` VALUES (10360, 993, 'pmpro_bfirstname', 'Holly') ; 
INSERT INTO `wp_usermeta` VALUES (10361, 993, 'pmpro_blastname', 'Border') ; 
INSERT INTO `wp_usermeta` VALUES (10362, 993, 'first_name', 'Holly') ; 
INSERT INTO `wp_usermeta` VALUES (10363, 993, 'last_name', 'Border') ; 
INSERT INTO `wp_usermeta` VALUES (10364, 993, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10365, 993, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (10366, 993, 'pmpro_baddress1', '5785 Jackson Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (10367, 993, 'pmpro_bcity', 'La Mesa') ; 
INSERT INTO `wp_usermeta` VALUES (10368, 993, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10369, 993, 'pmpro_bzipcode', '91942-2349') ; 
INSERT INTO `wp_usermeta` VALUES (10370, 994, 'pmpro_bfirstname', 'Holly') ; 
INSERT INTO `wp_usermeta` VALUES (10371, 994, 'pmpro_blastname', 'Payne') ; 
INSERT INTO `wp_usermeta` VALUES (10372, 994, 'first_name', 'Holly') ; 
INSERT INTO `wp_usermeta` VALUES (10373, 994, 'last_name', 'Payne') ; 
INSERT INTO `wp_usermeta` VALUES (10374, 994, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10375, 994, 'pmpro_bstate', 'NM') ; 
INSERT INTO `wp_usermeta` VALUES (10376, 994, 'pmpro_baddress1', '910 Alamosa St.') ; 
INSERT INTO `wp_usermeta` VALUES (10377, 994, 'pmpro_bcity', 'Carlsbad') ; 
INSERT INTO `wp_usermeta` VALUES (10378, 994, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10379, 994, 'pmpro_bzipcode', '88220-3114') ; 
INSERT INTO `wp_usermeta` VALUES (10380, 995, 'pmpro_bfirstname', 'Holly') ; 
INSERT INTO `wp_usermeta` VALUES (10381, 995, 'pmpro_blastname', 'Koppelberger') ; 
INSERT INTO `wp_usermeta` VALUES (10382, 995, 'first_name', 'Holly') ; 
INSERT INTO `wp_usermeta` VALUES (10383, 995, 'last_name', 'Koppelberger') ; 
INSERT INTO `wp_usermeta` VALUES (10384, 995, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10385, 995, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (10386, 995, 'pmpro_baddress1', '218 N. Huntington St.') ; 
INSERT INTO `wp_usermeta` VALUES (10387, 995, 'pmpro_bcity', 'Medina') ; 
INSERT INTO `wp_usermeta` VALUES (10388, 995, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10389, 995, 'pmpro_bzipcode', '44256') ; 
INSERT INTO `wp_usermeta` VALUES (10390, 996, 'pmpro_bfirstname', 'Hope') ; 
INSERT INTO `wp_usermeta` VALUES (10391, 996, 'pmpro_blastname', 'Bennett') ; 
INSERT INTO `wp_usermeta` VALUES (10392, 996, 'first_name', 'Wildlife Wonders-Zoo To You') ; 
INSERT INTO `wp_usermeta` VALUES (10393, 996, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (10394, 996, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10395, 996, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (10396, 996, 'pmpro_baddress1', 'P.O. Box 2237') ; 
INSERT INTO `wp_usermeta` VALUES (10397, 996, 'pmpro_bcity', 'Cleveland') ; 
INSERT INTO `wp_usermeta` VALUES (10398, 996, 'uxf_organization', 'Wildlife Wonders - Zoo To You') ; 
INSERT INTO `wp_usermeta` VALUES (10399, 996, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10400, 996, 'pmpro_bzipcode', '30528') ; 
INSERT INTO `wp_usermeta` VALUES (10401, 996, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (10402, 997, 'pmpro_bfirstname', 'Huyen') ; 
INSERT INTO `wp_usermeta` VALUES (10403, 997, 'pmpro_blastname', 'Duong') ; 
INSERT INTO `wp_usermeta` VALUES (10404, 997, 'first_name', 'Huyen') ; 
INSERT INTO `wp_usermeta` VALUES (10405, 997, 'last_name', 'Duong') ; 
INSERT INTO `wp_usermeta` VALUES (10406, 997, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10407, 997, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (10408, 997, 'pmpro_baddress1', '4109 Via Marina Apt 206') ; 
INSERT INTO `wp_usermeta` VALUES (10409, 997, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (10410, 997, 'pmpro_bcity', 'Marina del Rey') ; 
INSERT INTO `wp_usermeta` VALUES (10411, 997, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10412, 997, 'pmpro_bzipcode', '90292-4402') ; 
INSERT INTO `wp_usermeta` VALUES (10413, 998, 'pmpro_bfirstname', 'Ian') ; 
INSERT INTO `wp_usermeta` VALUES (10414, 998, 'pmpro_blastname', 'Shelley') ; 
INSERT INTO `wp_usermeta` VALUES (10415, 998, 'first_name', 'Ian') ; 
INSERT INTO `wp_usermeta` VALUES (10416, 998, 'last_name', 'Shelley') ; 
INSERT INTO `wp_usermeta` VALUES (10417, 998, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10418, 998, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (10419, 998, 'pmpro_baddress1', '702 College Lane  Apt 8') ; 
INSERT INTO `wp_usermeta` VALUES (10420, 998, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (10421, 998, 'pmpro_bcity', 'Salisbury') ; 
INSERT INTO `wp_usermeta` VALUES (10422, 998, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10423, 998, 'pmpro_bzipcode', '21804') ; 
INSERT INTO `wp_usermeta` VALUES (10424, 999, 'pmpro_bfirstname', 'Ida') ; 
INSERT INTO `wp_usermeta` VALUES (10425, 999, 'pmpro_blastname', 'Lewis') ; 
INSERT INTO `wp_usermeta` VALUES (10426, 999, 'first_name', 'Ida') ; 
INSERT INTO `wp_usermeta` VALUES (10427, 999, 'last_name', 'Lewis') ; 
INSERT INTO `wp_usermeta` VALUES (10428, 999, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (10429, 999, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (10430, 999, 'pmpro_baddress1', '232 Willow Ridge Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (10431, 999, 'pmpro_bcity', 'Ft. Worth') ; 
INSERT INTO `wp_usermeta` VALUES (10432, 999, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10433, 999, 'pmpro_bzipcode', '76103') ; 
INSERT INTO `wp_usermeta` VALUES (10434, 1000, 'pmpro_bfirstname', 'Ingrid') ; 
INSERT INTO `wp_usermeta` VALUES (10435, 1000, 'pmpro_blastname', 'Ingrid Hartney') ; 
INSERT INTO `wp_usermeta` VALUES (10436, 1000, 'first_name', 'Ingrid') ; 
INSERT INTO `wp_usermeta` VALUES (10437, 1000, 'last_name', 'Ingrid Hartney') ; 
INSERT INTO `wp_usermeta` VALUES (10438, 1000, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10439, 1000, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (10440, 1000, 'pmpro_baddress1', '963 Foothill Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (10441, 1000, 'pmpro_bcity', 'Daly City') ; 
INSERT INTO `wp_usermeta` VALUES (10442, 1000, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10443, 1000, 'pmpro_bzipcode', '94015-3502') ; 
INSERT INTO `wp_usermeta` VALUES (10444, 1001, 'pmpro_bfirstname', 'Ingrid') ; 
INSERT INTO `wp_usermeta` VALUES (10445, 1001, 'pmpro_blastname', 'Russell-White') ; 
INSERT INTO `wp_usermeta` VALUES (10446, 1001, 'first_name', 'Ingrid') ; 
INSERT INTO `wp_usermeta` VALUES (10447, 1001, 'last_name', 'Russell-White') ; 
INSERT INTO `wp_usermeta` VALUES (10448, 1001, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10449, 1001, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (10450, 1001, 'pmpro_baddress1', '1211 Park Ave.  Apt C') ; 
INSERT INTO `wp_usermeta` VALUES (10451, 1001, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (10452, 1001, 'pmpro_bcity', 'Alameda') ; 
INSERT INTO `wp_usermeta` VALUES (10453, 1001, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10454, 1001, 'pmpro_bzipcode', '94501') ; 
INSERT INTO `wp_usermeta` VALUES (10455, 1002, 'pmpro_bfirstname', 'Irene') ; 
INSERT INTO `wp_usermeta` VALUES (10456, 1002, 'pmpro_blastname', 'Egan') ; 
INSERT INTO `wp_usermeta` VALUES (10457, 1002, 'first_name', 'Irene') ; 
INSERT INTO `wp_usermeta` VALUES (10458, 1002, 'last_name', 'Egan') ; 
INSERT INTO `wp_usermeta` VALUES (10459, 1002, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10460, 1002, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (10461, 1002, 'pmpro_baddress1', '25 Grand Ave.  Apt 4D') ; 
INSERT INTO `wp_usermeta` VALUES (10462, 1002, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (10463, 1002, 'pmpro_bcity', 'Hackensack') ; 
INSERT INTO `wp_usermeta` VALUES (10464, 1002, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10465, 1002, 'pmpro_bzipcode', '7601') ; 
INSERT INTO `wp_usermeta` VALUES (10466, 1003, 'pmpro_bfirstname', 'Irene') ; 
INSERT INTO `wp_usermeta` VALUES (10467, 1003, 'pmpro_blastname', 'Mazur') ; 
INSERT INTO `wp_usermeta` VALUES (10468, 1003, 'first_name', 'Irene') ; 
INSERT INTO `wp_usermeta` VALUES (10469, 1003, 'last_name', 'Mazur') ; 
INSERT INTO `wp_usermeta` VALUES (10470, 1003, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10471, 1003, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (10472, 1003, 'pmpro_baddress1', '32824 Holden Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (10473, 1003, 'pmpro_bcity', 'Warren') ; 
INSERT INTO `wp_usermeta` VALUES (10474, 1003, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10475, 1003, 'pmpro_bzipcode', '48092') ; 
INSERT INTO `wp_usermeta` VALUES (10476, 1004, 'pmpro_bfirstname', 'Irma') ; 
INSERT INTO `wp_usermeta` VALUES (10477, 1004, 'pmpro_blastname', 'MacLeod') ; 
INSERT INTO `wp_usermeta` VALUES (10478, 1004, 'first_name', 'Irma') ; 
INSERT INTO `wp_usermeta` VALUES (10479, 1004, 'last_name', 'MacLeod') ; 
INSERT INTO `wp_usermeta` VALUES (10480, 1004, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10481, 1004, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (10482, 1004, 'pmpro_baddress1', '1123 N. Jackson St.') ; 
INSERT INTO `wp_usermeta` VALUES (10483, 1004, 'pmpro_bcity', 'Glendale') ; 
INSERT INTO `wp_usermeta` VALUES (10484, 1004, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10485, 1004, 'pmpro_bzipcode', '91207') ; 
INSERT INTO `wp_usermeta` VALUES (10486, 1005, 'pmpro_bfirstname', 'Ivan') ; 
INSERT INTO `wp_usermeta` VALUES (10487, 1005, 'pmpro_blastname', 'Lopez') ; 
INSERT INTO `wp_usermeta` VALUES (10488, 1005, 'first_name', 'Ivan') ; 
INSERT INTO `wp_usermeta` VALUES (10489, 1005, 'last_name', 'Lopez') ; 
INSERT INTO `wp_usermeta` VALUES (10490, 1005, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10491, 1005, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (10492, 1005, 'pmpro_baddress1', '1349 E. Vartikian Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (10493, 1005, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (10494, 1005, 'pmpro_bcity', 'Fresno') ; 
INSERT INTO `wp_usermeta` VALUES (10495, 1005, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10496, 1005, 'pmpro_bzipcode', '93710-5637') ; 
INSERT INTO `wp_usermeta` VALUES (10497, 1006, 'pmpro_bfirstname', 'Ivy') ; 
INSERT INTO `wp_usermeta` VALUES (10498, 1006, 'pmpro_blastname', 'Brower') ; 
INSERT INTO `wp_usermeta` VALUES (10499, 1006, 'first_name', 'Ivy') ; 
INSERT INTO `wp_usermeta` VALUES (10500, 1006, 'last_name', 'Brower') ; 
INSERT INTO `wp_usermeta` VALUES (10501, 1006, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10502, 1006, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (10503, 1006, 'pmpro_baddress1', '26225 SW 152nd Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (10504, 1006, 'pmpro_bcity', 'Homestead') ; 
INSERT INTO `wp_usermeta` VALUES (10505, 1006, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10506, 1006, 'pmpro_bzipcode', '33032') ; 
INSERT INTO `wp_usermeta` VALUES (10507, 1007, 'pmpro_bfirstname', 'J. Ken') ; 
INSERT INTO `wp_usermeta` VALUES (10508, 1007, 'pmpro_blastname', 'Willingham') ; 
INSERT INTO `wp_usermeta` VALUES (10509, 1007, 'first_name', 'J. Ken') ; 
INSERT INTO `wp_usermeta` VALUES (10510, 1007, 'last_name', 'Willingham') ; 
INSERT INTO `wp_usermeta` VALUES (10511, 1007, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10512, 1007, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (10513, 1007, 'pmpro_baddress1', '980 Parkhill Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (10514, 1007, 'pmpro_bcity', 'Santa Margarita') ; 
INSERT INTO `wp_usermeta` VALUES (10515, 1007, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10516, 1007, 'pmpro_bzipcode', '93453') ; 
INSERT INTO `wp_usermeta` VALUES (10517, 1008, 'pmpro_bfirstname', 'J. Norman') ; 
INSERT INTO `wp_usermeta` VALUES (10518, 1008, 'pmpro_blastname', 'Naylor') ; 
INSERT INTO `wp_usermeta` VALUES (10519, 1008, 'first_name', 'J. Norman') ; 
INSERT INTO `wp_usermeta` VALUES (10520, 1008, 'last_name', 'Naylor') ; 
INSERT INTO `wp_usermeta` VALUES (10521, 1008, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10522, 1008, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (10523, 1008, 'pmpro_baddress1', '11432 Saga Lane') ; 
INSERT INTO `wp_usermeta` VALUES (10524, 1008, 'pmpro_bcity', 'Knoxville') ; 
INSERT INTO `wp_usermeta` VALUES (10525, 1008, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10526, 1008, 'pmpro_bzipcode', '37931') ; 
INSERT INTO `wp_usermeta` VALUES (10527, 1009, 'pmpro_bfirstname', 'John') ; 
INSERT INTO `wp_usermeta` VALUES (10528, 1009, 'pmpro_blastname', 'Schwolow') ; 
INSERT INTO `wp_usermeta` VALUES (10529, 1009, 'first_name', 'J.E.') ; 
INSERT INTO `wp_usermeta` VALUES (10530, 1009, 'last_name', 'Schwolow') ; 
INSERT INTO `wp_usermeta` VALUES (10531, 1009, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (10532, 1009, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (10533, 1009, 'pmpro_baddress1', '15W756 Lexington St.') ; 
INSERT INTO `wp_usermeta` VALUES (10534, 1009, 'pmpro_bcity', 'Elmhurst') ; 
INSERT INTO `wp_usermeta` VALUES (10535, 1009, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10536, 1009, 'pmpro_bzipcode', '60126') ; 
INSERT INTO `wp_usermeta` VALUES (10537, 1010, 'pmpro_bfirstname', 'Jack') ; 
INSERT INTO `wp_usermeta` VALUES (10538, 1010, 'pmpro_blastname', 'Hamer') ; 
INSERT INTO `wp_usermeta` VALUES (10539, 1010, 'first_name', 'Jack') ; 
INSERT INTO `wp_usermeta` VALUES (10540, 1010, 'last_name', 'Hamer') ; 
INSERT INTO `wp_usermeta` VALUES (10541, 1010, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10542, 1010, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (10543, 1010, 'pmpro_baddress1', '575 Rocks Farm Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (10544, 1010, 'pmpro_bcity', 'Charlottesville') ; 
INSERT INTO `wp_usermeta` VALUES (10545, 1010, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10546, 1010, 'pmpro_bzipcode', '22903') ; 
INSERT INTO `wp_usermeta` VALUES (10547, 1011, 'pmpro_bfirstname', 'Jack') ; 
INSERT INTO `wp_usermeta` VALUES (10548, 1011, 'pmpro_blastname', 'Armstrong') ; 
INSERT INTO `wp_usermeta` VALUES (10549, 1011, 'first_name', 'Jack') ; 
INSERT INTO `wp_usermeta` VALUES (10550, 1011, 'last_name', 'Armstrong') ; 
INSERT INTO `wp_usermeta` VALUES (10551, 1011, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10552, 1011, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (10553, 1011, 'pmpro_baddress1', '838 Store Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (10554, 1011, 'pmpro_bcity', 'Harleysville') ; 
INSERT INTO `wp_usermeta` VALUES (10555, 1011, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10556, 1011, 'pmpro_bzipcode', '19438-2831') ; 
INSERT INTO `wp_usermeta` VALUES (10557, 1012, 'pmpro_bfirstname', 'Jackie') ; 
INSERT INTO `wp_usermeta` VALUES (10558, 1012, 'pmpro_blastname', 'Craig') ; 
INSERT INTO `wp_usermeta` VALUES (10559, 1012, 'first_name', 'Jackie') ; 
INSERT INTO `wp_usermeta` VALUES (10560, 1012, 'last_name', 'Craig') ; 
INSERT INTO `wp_usermeta` VALUES (10561, 1012, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (10562, 1012, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (10563, 1012, 'pmpro_baddress1', '48 Quaker Village Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (10564, 1012, 'pmpro_bcity', 'Uxbridge') ; 
INSERT INTO `wp_usermeta` VALUES (10565, 1012, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10566, 1012, 'pmpro_bzipcode', 'L9P 1A2') ; 
INSERT INTO `wp_usermeta` VALUES (10567, 1013, 'pmpro_bfirstname', 'Jackie') ; 
INSERT INTO `wp_usermeta` VALUES (10568, 1013, 'pmpro_blastname', 'Enberg') ; 
INSERT INTO `wp_usermeta` VALUES (10569, 1013, 'first_name', 'Jackie') ; 
INSERT INTO `wp_usermeta` VALUES (10570, 1013, 'last_name', 'Enberg') ; 
INSERT INTO `wp_usermeta` VALUES (10571, 1013, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (10572, 1013, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (10573, 1013, 'pmpro_baddress1', '167 Collegiate St.') ; 
INSERT INTO `wp_usermeta` VALUES (10574, 1013, 'pmpro_bcity', 'Winnipeg') ; 
INSERT INTO `wp_usermeta` VALUES (10575, 1013, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10576, 1013, 'pmpro_bzipcode', 'R3J 1T9') ; 
INSERT INTO `wp_usermeta` VALUES (10577, 1014, 'pmpro_bfirstname', 'Jackie') ; 
INSERT INTO `wp_usermeta` VALUES (10578, 1014, 'pmpro_blastname', 'Navarro: Executive Director') ; 
INSERT INTO `wp_usermeta` VALUES (10579, 1014, 'first_name', 'Wild Wonders Inc.') ; 
INSERT INTO `wp_usermeta` VALUES (10580, 1014, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (10581, 1014, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10582, 1014, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (10583, 1014, 'pmpro_baddress1', '5712 Via Montellano') ; 
INSERT INTO `wp_usermeta` VALUES (10584, 1014, 'pmpro_bcity', 'Bonsall') ; 
INSERT INTO `wp_usermeta` VALUES (10585, 1014, 'uxf_organization', 'Wild Wonders Inc.') ; 
INSERT INTO `wp_usermeta` VALUES (10586, 1014, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10587, 1014, 'pmpro_bzipcode', '92003') ; 
INSERT INTO `wp_usermeta` VALUES (10588, 1015, 'pmpro_bfirstname', 'Jackie') ; 
INSERT INTO `wp_usermeta` VALUES (10589, 1015, 'pmpro_blastname', 'Spicer') ; 
INSERT INTO `wp_usermeta` VALUES (10590, 1015, 'first_name', 'Jackie') ; 
INSERT INTO `wp_usermeta` VALUES (10591, 1015, 'last_name', 'Spicer') ; 
INSERT INTO `wp_usermeta` VALUES (10592, 1015, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (10593, 1015, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (10594, 1015, 'pmpro_baddress1', '7972 Savage Guilford Road') ; 
INSERT INTO `wp_usermeta` VALUES (10595, 1015, 'pmpro_bcity', 'Jessup') ; 
INSERT INTO `wp_usermeta` VALUES (10596, 1015, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10597, 1015, 'pmpro_bzipcode', '20794') ; 
INSERT INTO `wp_usermeta` VALUES (10598, 1016, 'pmpro_bfirstname', 'Jackson C.') ; 
INSERT INTO `wp_usermeta` VALUES (10599, 1016, 'pmpro_blastname', 'Thompson') ; 
INSERT INTO `wp_usermeta` VALUES (10600, 1016, 'first_name', 'Jackson C.') ; 
INSERT INTO `wp_usermeta` VALUES (10601, 1016, 'last_name', 'Thompson') ; 
INSERT INTO `wp_usermeta` VALUES (10602, 1016, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10603, 1016, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (10604, 1016, 'pmpro_baddress1', '884 S. Jester Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (10605, 1016, 'pmpro_bcity', 'Springfield') ; 
INSERT INTO `wp_usermeta` VALUES (10606, 1016, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10607, 1016, 'pmpro_bzipcode', '65802') ; 
INSERT INTO `wp_usermeta` VALUES (10608, 1017, 'pmpro_bfirstname', 'Jaclyn') ; 
INSERT INTO `wp_usermeta` VALUES (10609, 1017, 'pmpro_blastname', 'Althauser') ; 
INSERT INTO `wp_usermeta` VALUES (10610, 1017, 'first_name', 'Jaclyn') ; 
INSERT INTO `wp_usermeta` VALUES (10611, 1017, 'last_name', 'Althauser') ; 
INSERT INTO `wp_usermeta` VALUES (10612, 1017, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10613, 1017, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (10614, 1017, 'pmpro_baddress1', '2303 Brookens Circle') ; 
INSERT INTO `wp_usermeta` VALUES (10615, 1017, 'pmpro_bcity', 'Urbana') ; 
INSERT INTO `wp_usermeta` VALUES (10616, 1017, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10617, 1017, 'pmpro_bzipcode', '61801-6681') ; 
INSERT INTO `wp_usermeta` VALUES (10618, 1018, 'pmpro_bfirstname', 'Jaclyn') ; 
INSERT INTO `wp_usermeta` VALUES (10619, 1018, 'pmpro_blastname', 'Edwards') ; 
INSERT INTO `wp_usermeta` VALUES (10620, 1018, 'first_name', 'Jaclyn') ; 
INSERT INTO `wp_usermeta` VALUES (10621, 1018, 'last_name', 'Edwards') ; 
INSERT INTO `wp_usermeta` VALUES (10622, 1018, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10623, 1018, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (10624, 1018, 'pmpro_baddress1', '172 W. Niles Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (10625, 1018, 'pmpro_bcity', 'Fresno') ; 
INSERT INTO `wp_usermeta` VALUES (10626, 1018, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10627, 1018, 'pmpro_bzipcode', '93711-6619') ; 
INSERT INTO `wp_usermeta` VALUES (10628, 1019, 'pmpro_bfirstname', 'Jaclynn') ; 
INSERT INTO `wp_usermeta` VALUES (10629, 1019, 'pmpro_blastname', 'Jacquier') ; 
INSERT INTO `wp_usermeta` VALUES (10630, 1019, 'first_name', 'Jaclynn') ; 
INSERT INTO `wp_usermeta` VALUES (10631, 1019, 'last_name', 'Jacquier') ; 
INSERT INTO `wp_usermeta` VALUES (10632, 1019, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10633, 1019, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (10634, 1019, 'pmpro_baddress1', '21415 Bentgrass Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (10635, 1019, 'pmpro_bcity', 'Katy') ; 
INSERT INTO `wp_usermeta` VALUES (10636, 1019, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10637, 1019, 'pmpro_bzipcode', '77450') ; 
INSERT INTO `wp_usermeta` VALUES (10638, 1020, 'pmpro_bfirstname', 'Jaclynn') ; 
INSERT INTO `wp_usermeta` VALUES (10639, 1020, 'pmpro_blastname', 'Jacquier') ; 
INSERT INTO `wp_usermeta` VALUES (10640, 1020, 'first_name', 'Jaclynn') ; 
INSERT INTO `wp_usermeta` VALUES (10641, 1020, 'last_name', 'Jacquier') ; 
INSERT INTO `wp_usermeta` VALUES (10642, 1020, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10643, 1020, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (10644, 1020, 'pmpro_baddress1', '21415 Bentgrass Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (10645, 1020, 'pmpro_bcity', 'Katy') ; 
INSERT INTO `wp_usermeta` VALUES (10646, 1020, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10647, 1020, 'pmpro_bzipcode', '77450') ; 
INSERT INTO `wp_usermeta` VALUES (10648, 1021, 'pmpro_bfirstname', 'Jacob') ; 
INSERT INTO `wp_usermeta` VALUES (10649, 1021, 'pmpro_blastname', 'Lange') ; 
INSERT INTO `wp_usermeta` VALUES (10650, 1021, 'first_name', 'Jacob') ; 
INSERT INTO `wp_usermeta` VALUES (10651, 1021, 'last_name', 'Lange') ; 
INSERT INTO `wp_usermeta` VALUES (10652, 1021, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10653, 1021, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (10654, 1021, 'pmpro_baddress1', '22 Russell St.') ; 
INSERT INTO `wp_usermeta` VALUES (10655, 1021, 'pmpro_bcity', 'Lockport') ; 
INSERT INTO `wp_usermeta` VALUES (10656, 1021, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10657, 1021, 'pmpro_bzipcode', '14094') ; 
INSERT INTO `wp_usermeta` VALUES (10658, 1022, 'pmpro_bfirstname', 'Jacob') ; 
INSERT INTO `wp_usermeta` VALUES (10659, 1022, 'pmpro_blastname', 'Schachter') ; 
INSERT INTO `wp_usermeta` VALUES (10660, 1022, 'first_name', 'Jacob') ; 
INSERT INTO `wp_usermeta` VALUES (10661, 1022, 'last_name', 'Schachter') ; 
INSERT INTO `wp_usermeta` VALUES (10662, 1022, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10663, 1022, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (10664, 1022, 'pmpro_baddress1', '3474 Washington Street') ; 
INSERT INTO `wp_usermeta` VALUES (10665, 1022, 'pmpro_bcity', 'Jamaica Plain') ; 
INSERT INTO `wp_usermeta` VALUES (10666, 1022, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10667, 1022, 'pmpro_bzipcode', '2130') ; 
INSERT INTO `wp_usermeta` VALUES (10668, 1023, 'pmpro_bfirstname', 'Steenbock Memorial Library') ; 
INSERT INTO `wp_usermeta` VALUES (10669, 1023, 'pmpro_blastname', 'University of Wisconsin-Madison') ; 
INSERT INTO `wp_usermeta` VALUES (10670, 1023, 'first_name', 'Steenbock Memorial Library') ; 
INSERT INTO `wp_usermeta` VALUES (10671, 1023, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (10672, 1023, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10673, 1023, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (10674, 1023, 'pmpro_baddress1', '550 Babcock Drive') ; 
INSERT INTO `wp_usermeta` VALUES (10675, 1023, 'pmpro_bcity', 'Madison') ; 
INSERT INTO `wp_usermeta` VALUES (10676, 1023, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (10677, 1023, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10678, 1023, 'pmpro_bzipcode', '53706-1293') ; 
INSERT INTO `wp_usermeta` VALUES (10679, 1024, 'pmpro_bfirstname', 'Jacque') ; 
INSERT INTO `wp_usermeta` VALUES (10680, 1024, 'pmpro_blastname', 'Williamson') ; 
INSERT INTO `wp_usermeta` VALUES (10681, 1024, 'first_name', 'Jacque') ; 
INSERT INTO `wp_usermeta` VALUES (10682, 1024, 'last_name', 'Williamson') ; 
INSERT INTO `wp_usermeta` VALUES (10683, 1024, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (10684, 1024, 'pmpro_bstate', 'DE') ; 
INSERT INTO `wp_usermeta` VALUES (10685, 1024, 'pmpro_baddress1', '3708 Evelyn Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (10686, 1024, 'pmpro_bcity', 'Wilmington') ; 
INSERT INTO `wp_usermeta` VALUES (10687, 1024, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10688, 1024, 'pmpro_bzipcode', '19808') ; 
INSERT INTO `wp_usermeta` VALUES (10689, 1025, 'pmpro_bfirstname', 'Jacque') ; 
INSERT INTO `wp_usermeta` VALUES (10690, 1025, 'pmpro_blastname', 'Blessington') ; 
INSERT INTO `wp_usermeta` VALUES (10691, 1025, 'first_name', 'Jacque') ; 
INSERT INTO `wp_usermeta` VALUES (10692, 1025, 'last_name', 'Blessington') ; 
INSERT INTO `wp_usermeta` VALUES (10693, 1025, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (10694, 1025, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (10695, 1025, 'pmpro_baddress1', '1506 E. 81st St.') ; 
INSERT INTO `wp_usermeta` VALUES (10696, 1025, 'pmpro_bcity', 'Kansas City') ; 
INSERT INTO `wp_usermeta` VALUES (10697, 1025, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10698, 1025, 'pmpro_bzipcode', '64131-2336') ; 
INSERT INTO `wp_usermeta` VALUES (10699, 1026, 'pmpro_bfirstname', 'Jacqueline') ; 
INSERT INTO `wp_usermeta` VALUES (10700, 1026, 'pmpro_blastname', 'Gregory') ; 
INSERT INTO `wp_usermeta` VALUES (10701, 1026, 'first_name', 'Jacqueline') ; 
INSERT INTO `wp_usermeta` VALUES (10702, 1026, 'last_name', 'Gregory') ; 
INSERT INTO `wp_usermeta` VALUES (10703, 1026, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10704, 1026, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (10705, 1026, 'pmpro_baddress1', '1206 Capital Ave - Apt 3') ; 
INSERT INTO `wp_usermeta` VALUES (10706, 1026, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (10707, 1026, 'pmpro_bcity', 'Utica') ; 
INSERT INTO `wp_usermeta` VALUES (10708, 1026, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10709, 1026, 'pmpro_bzipcode', '13501') ; 
INSERT INTO `wp_usermeta` VALUES (10710, 1027, 'pmpro_bfirstname', 'Jacqueline') ; 
INSERT INTO `wp_usermeta` VALUES (10711, 1027, 'pmpro_blastname', 'Bezanson') ; 
INSERT INTO `wp_usermeta` VALUES (10712, 1027, 'first_name', 'Jacqueline') ; 
INSERT INTO `wp_usermeta` VALUES (10713, 1027, 'last_name', 'Bezanson') ; 
INSERT INTO `wp_usermeta` VALUES (10714, 1027, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10715, 1027, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (10716, 1027, 'pmpro_baddress1', '6427 E. David Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (10717, 1027, 'pmpro_bcity', 'Tucson') ; 
INSERT INTO `wp_usermeta` VALUES (10718, 1027, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10719, 1027, 'pmpro_bzipcode', '85730') ; 
INSERT INTO `wp_usermeta` VALUES (10720, 1028, 'pmpro_bfirstname', 'Jacqueline') ; 
INSERT INTO `wp_usermeta` VALUES (10721, 1028, 'pmpro_blastname', 'Menish') ; 
INSERT INTO `wp_usermeta` VALUES (10722, 1028, 'first_name', 'Jacqueline') ; 
INSERT INTO `wp_usermeta` VALUES (10723, 1028, 'last_name', 'Menish') ; 
INSERT INTO `wp_usermeta` VALUES (10724, 1028, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10725, 1028, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (10726, 1028, 'pmpro_baddress1', '351 Gillette Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (10727, 1028, 'pmpro_bcity', 'Nashville') ; 
INSERT INTO `wp_usermeta` VALUES (10728, 1028, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10729, 1028, 'pmpro_bzipcode', '37211') ; 
INSERT INTO `wp_usermeta` VALUES (10730, 1029, 'pmpro_bfirstname', 'Jacqueline') ; 
INSERT INTO `wp_usermeta` VALUES (10731, 1029, 'pmpro_blastname', 'Mendizabal') ; 
INSERT INTO `wp_usermeta` VALUES (10732, 1029, 'first_name', 'Jacqueline') ; 
INSERT INTO `wp_usermeta` VALUES (10733, 1029, 'last_name', 'Mendizabal') ; 
INSERT INTO `wp_usermeta` VALUES (10734, 1029, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10735, 1029, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (10736, 1029, 'pmpro_baddress1', '2225 Edsel Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (10737, 1029, 'pmpro_bcity', 'Milpitas') ; 
INSERT INTO `wp_usermeta` VALUES (10738, 1029, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10739, 1029, 'pmpro_bzipcode', '95035') ; 
INSERT INTO `wp_usermeta` VALUES (10740, 1030, 'pmpro_bfirstname', 'Jacquie') ; 
INSERT INTO `wp_usermeta` VALUES (10741, 1030, 'pmpro_blastname', 'Coleman') ; 
INSERT INTO `wp_usermeta` VALUES (10742, 1030, 'first_name', 'Jacquie') ; 
INSERT INTO `wp_usermeta` VALUES (10743, 1030, 'last_name', 'Coleman') ; 
INSERT INTO `wp_usermeta` VALUES (10744, 1030, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (10745, 1030, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (10746, 1030, 'pmpro_baddress1', '168 Portland Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (10747, 1030, 'pmpro_bcity', 'Winnipeg') ; 
INSERT INTO `wp_usermeta` VALUES (10748, 1030, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10749, 1030, 'pmpro_bzipcode', 'R2M 1J8') ; 
INSERT INTO `wp_usermeta` VALUES (10750, 1031, 'pmpro_bfirstname', 'Jade') ; 
INSERT INTO `wp_usermeta` VALUES (10751, 1031, 'pmpro_blastname', 'Salamone') ; 
INSERT INTO `wp_usermeta` VALUES (10752, 1031, 'first_name', 'Jade') ; 
INSERT INTO `wp_usermeta` VALUES (10753, 1031, 'last_name', 'Woodling') ; 
INSERT INTO `wp_usermeta` VALUES (10754, 1031, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (10755, 1031, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (10756, 1031, 'pmpro_baddress1', '1201 NW 25th Terrace') ; 
INSERT INTO `wp_usermeta` VALUES (10757, 1031, 'pmpro_bcity', 'Gainesville') ; 
INSERT INTO `wp_usermeta` VALUES (10758, 1031, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10759, 1031, 'pmpro_bzipcode', '32605') ; 
INSERT INTO `wp_usermeta` VALUES (10760, 1032, 'pmpro_bfirstname', 'Jaimee') ; 
INSERT INTO `wp_usermeta` VALUES (10761, 1032, 'pmpro_blastname', 'Squires') ; 
INSERT INTO `wp_usermeta` VALUES (10762, 1032, 'first_name', 'Jaimee') ; 
INSERT INTO `wp_usermeta` VALUES (10763, 1032, 'last_name', 'Squires') ; 
INSERT INTO `wp_usermeta` VALUES (10764, 1032, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10765, 1032, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (10766, 1032, 'pmpro_baddress1', '1217 N. Bangor Ave.  Apt A') ; 
INSERT INTO `wp_usermeta` VALUES (10767, 1032, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (10768, 1032, 'pmpro_bcity', 'Lubbock') ; 
INSERT INTO `wp_usermeta` VALUES (10769, 1032, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10770, 1032, 'pmpro_bzipcode', '79416') ; 
INSERT INTO `wp_usermeta` VALUES (10771, 1033, 'pmpro_bfirstname', 'Jake') ; 
INSERT INTO `wp_usermeta` VALUES (10772, 1033, 'pmpro_blastname', 'Jachim') ; 
INSERT INTO `wp_usermeta` VALUES (10773, 1033, 'first_name', 'Jake') ; 
INSERT INTO `wp_usermeta` VALUES (10774, 1033, 'last_name', 'Jachim') ; 
INSERT INTO `wp_usermeta` VALUES (10775, 1033, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10776, 1033, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (10777, 1033, 'pmpro_baddress1', '2013 Carlton Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (10778, 1033, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (10779, 1033, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10780, 1033, 'pmpro_bzipcode', '80909') ; 
INSERT INTO `wp_usermeta` VALUES (10781, 1034, 'pmpro_bfirstname', 'James') ; 
INSERT INTO `wp_usermeta` VALUES (10782, 1034, 'pmpro_blastname', 'Vargas') ; 
INSERT INTO `wp_usermeta` VALUES (10783, 1034, 'first_name', 'James') ; 
INSERT INTO `wp_usermeta` VALUES (10784, 1034, 'last_name', 'Vargas') ; 
INSERT INTO `wp_usermeta` VALUES (10785, 1034, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10786, 1034, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (10787, 1034, 'pmpro_baddress1', '8246 Manderly Pl.') ; 
INSERT INTO `wp_usermeta` VALUES (10788, 1034, 'pmpro_bcity', 'Converse') ; 
INSERT INTO `wp_usermeta` VALUES (10789, 1034, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10790, 1034, 'pmpro_bzipcode', '78109') ; 
INSERT INTO `wp_usermeta` VALUES (10791, 1035, 'pmpro_bfirstname', 'James') ; 
INSERT INTO `wp_usermeta` VALUES (10792, 1035, 'pmpro_blastname', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (10793, 1035, 'first_name', 'James') ; 
INSERT INTO `wp_usermeta` VALUES (10794, 1035, 'last_name', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (10795, 1035, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10796, 1035, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (10797, 1035, 'pmpro_baddress1', '628 Spruce Lane') ; 
INSERT INTO `wp_usermeta` VALUES (10798, 1035, 'pmpro_bcity', 'Villanova') ; 
INSERT INTO `wp_usermeta` VALUES (10799, 1035, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10800, 1035, 'pmpro_bzipcode', '19085') ; 
INSERT INTO `wp_usermeta` VALUES (10801, 1036, 'pmpro_bfirstname', 'James') ; 
INSERT INTO `wp_usermeta` VALUES (10802, 1036, 'pmpro_blastname', 'Jarvis') ; 
INSERT INTO `wp_usermeta` VALUES (10803, 1036, 'first_name', 'James') ; 
INSERT INTO `wp_usermeta` VALUES (10804, 1036, 'last_name', 'Jarvis') ; 
INSERT INTO `wp_usermeta` VALUES (10805, 1036, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10806, 1036, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (10807, 1036, 'pmpro_baddress1', '5680 Minaret Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (10808, 1036, 'pmpro_bcity', 'Orlando') ; 
INSERT INTO `wp_usermeta` VALUES (10809, 1036, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10810, 1036, 'pmpro_bzipcode', '32821') ; 
INSERT INTO `wp_usermeta` VALUES (10811, 1037, 'pmpro_bfirstname', 'James') ; 
INSERT INTO `wp_usermeta` VALUES (10812, 1037, 'pmpro_blastname', 'Lotz') ; 
INSERT INTO `wp_usermeta` VALUES (10813, 1037, 'first_name', 'James') ; 
INSERT INTO `wp_usermeta` VALUES (10814, 1037, 'last_name', 'Lotz') ; 
INSERT INTO `wp_usermeta` VALUES (10815, 1037, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10816, 1037, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (10817, 1037, 'pmpro_baddress1', '3811 #2 Kecoughtan Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (10818, 1037, 'pmpro_bcity', 'Hampton') ; 
INSERT INTO `wp_usermeta` VALUES (10819, 1037, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10820, 1037, 'pmpro_bzipcode', '23669') ; 
INSERT INTO `wp_usermeta` VALUES (10821, 1038, 'pmpro_bfirstname', 'James') ; 
INSERT INTO `wp_usermeta` VALUES (10822, 1038, 'pmpro_blastname', 'Cunliffe') ; 
INSERT INTO `wp_usermeta` VALUES (10823, 1038, 'first_name', 'James') ; 
INSERT INTO `wp_usermeta` VALUES (10824, 1038, 'last_name', 'Cunliffe') ; 
INSERT INTO `wp_usermeta` VALUES (10825, 1038, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (10826, 1038, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (10827, 1038, 'pmpro_baddress1', '2203 12th Court N. Unit 33') ; 
INSERT INTO `wp_usermeta` VALUES (10828, 1038, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (10829, 1038, 'pmpro_bcity', 'Arlington') ; 
INSERT INTO `wp_usermeta` VALUES (10830, 1038, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10831, 1038, 'pmpro_bzipcode', '22201') ; 
INSERT INTO `wp_usermeta` VALUES (10832, 1039, 'pmpro_bfirstname', 'James') ; 
INSERT INTO `wp_usermeta` VALUES (10833, 1039, 'pmpro_blastname', 'Ritt') ; 
INSERT INTO `wp_usermeta` VALUES (10834, 1039, 'first_name', 'James') ; 
INSERT INTO `wp_usermeta` VALUES (10835, 1039, 'last_name', 'Ritt') ; 
INSERT INTO `wp_usermeta` VALUES (10836, 1039, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (10837, 1039, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (10838, 1039, 'pmpro_baddress1', '1824 Cree Lane') ; 
INSERT INTO `wp_usermeta` VALUES (10839, 1039, 'pmpro_bcity', 'Mt. Prospect') ; 
INSERT INTO `wp_usermeta` VALUES (10840, 1039, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10841, 1039, 'pmpro_bzipcode', '60056') ; 
INSERT INTO `wp_usermeta` VALUES (10842, 1040, 'pmpro_bfirstname', 'James') ; 
INSERT INTO `wp_usermeta` VALUES (10843, 1040, 'pmpro_blastname', 'Locke') ; 
INSERT INTO `wp_usermeta` VALUES (10844, 1040, 'first_name', 'James') ; 
INSERT INTO `wp_usermeta` VALUES (10845, 1040, 'last_name', 'Locke') ; 
INSERT INTO `wp_usermeta` VALUES (10846, 1040, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10847, 1040, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (10848, 1040, 'pmpro_baddress1', '16443 Nelson Park Dr. Apt 103') ; 
INSERT INTO `wp_usermeta` VALUES (10849, 1040, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (10850, 1040, 'pmpro_bcity', 'Clermont') ; 
INSERT INTO `wp_usermeta` VALUES (10851, 1040, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10852, 1040, 'pmpro_bzipcode', '34714-5859') ; 
INSERT INTO `wp_usermeta` VALUES (10853, 1041, 'pmpro_bfirstname', 'James J.') ; 
INSERT INTO `wp_usermeta` VALUES (10854, 1041, 'pmpro_blastname', 'Godsmark') ; 
INSERT INTO `wp_usermeta` VALUES (10855, 1041, 'first_name', 'James J.') ; 
INSERT INTO `wp_usermeta` VALUES (10856, 1041, 'last_name', 'Godsmark') ; 
INSERT INTO `wp_usermeta` VALUES (10857, 1041, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (10858, 1041, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (10859, 1041, 'pmpro_baddress1', '2 Westmount Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (10860, 1041, 'pmpro_bcity', 'Guelph') ; 
INSERT INTO `wp_usermeta` VALUES (10861, 1041, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10862, 1041, 'pmpro_bzipcode', 'N1H 5H2') ; 
INSERT INTO `wp_usermeta` VALUES (10863, 1042, 'pmpro_bfirstname', 'James J. ') ; 
INSERT INTO `wp_usermeta` VALUES (10864, 1042, 'pmpro_blastname', 'Perry') ; 
INSERT INTO `wp_usermeta` VALUES (10865, 1042, 'first_name', 'James J. ') ; 
INSERT INTO `wp_usermeta` VALUES (10866, 1042, 'last_name', 'Perry') ; 
INSERT INTO `wp_usermeta` VALUES (10867, 1042, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10868, 1042, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (10869, 1042, 'pmpro_baddress1', '370 Goodhue') ; 
INSERT INTO `wp_usermeta` VALUES (10870, 1042, 'pmpro_bcity', 'San Antonio') ; 
INSERT INTO `wp_usermeta` VALUES (10871, 1042, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10872, 1042, 'pmpro_bzipcode', '78218') ; 
INSERT INTO `wp_usermeta` VALUES (10873, 1043, 'pmpro_bfirstname', 'James L. ') ; 
INSERT INTO `wp_usermeta` VALUES (10874, 1043, 'pmpro_blastname', 'Quirk') ; 
INSERT INTO `wp_usermeta` VALUES (10875, 1043, 'first_name', 'James L. ') ; 
INSERT INTO `wp_usermeta` VALUES (10876, 1043, 'last_name', 'Quirk') ; 
INSERT INTO `wp_usermeta` VALUES (10877, 1043, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10878, 1043, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (10879, 1043, 'pmpro_baddress1', '356 20th St.') ; 
INSERT INTO `wp_usermeta` VALUES (10880, 1043, 'pmpro_bcity', 'Avalon') ; 
INSERT INTO `wp_usermeta` VALUES (10881, 1043, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10882, 1043, 'pmpro_bzipcode', '8202') ; 
INSERT INTO `wp_usermeta` VALUES (10883, 1044, 'pmpro_bfirstname', 'James R.') ; 
INSERT INTO `wp_usermeta` VALUES (10884, 1044, 'pmpro_blastname', 'Williams Esq.  ') ; 
INSERT INTO `wp_usermeta` VALUES (10885, 1044, 'first_name', 'James R.') ; 
INSERT INTO `wp_usermeta` VALUES (10886, 1044, 'last_name', 'Williams Esq.  ') ; 
INSERT INTO `wp_usermeta` VALUES (10887, 1044, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10888, 1044, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (10889, 1044, 'pmpro_baddress1', '16 Split Rock Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (10890, 1044, 'pmpro_bcity', 'Pound Ridge') ; 
INSERT INTO `wp_usermeta` VALUES (10891, 1044, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10892, 1044, 'pmpro_bzipcode', '10576') ; 
INSERT INTO `wp_usermeta` VALUES (10893, 1045, 'pmpro_bfirstname', 'Jami') ; 
INSERT INTO `wp_usermeta` VALUES (10894, 1045, 'pmpro_blastname', 'Pawlowski') ; 
INSERT INTO `wp_usermeta` VALUES (10895, 1045, 'first_name', 'Jami') ; 
INSERT INTO `wp_usermeta` VALUES (10896, 1045, 'last_name', 'Pawlowski') ; 
INSERT INTO `wp_usermeta` VALUES (10897, 1045, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10898, 1045, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (10899, 1045, 'pmpro_baddress1', '2240 Bear Valley Parkway - Apt 75') ; 
INSERT INTO `wp_usermeta` VALUES (10900, 1045, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (10901, 1045, 'pmpro_bcity', 'Escondido') ; 
INSERT INTO `wp_usermeta` VALUES (10902, 1045, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10903, 1045, 'pmpro_bzipcode', '92027-3825') ; 
INSERT INTO `wp_usermeta` VALUES (10904, 1046, 'pmpro_bfirstname', 'Jamie') ; 
INSERT INTO `wp_usermeta` VALUES (10905, 1046, 'pmpro_blastname', 'Keyes') ; 
INSERT INTO `wp_usermeta` VALUES (10906, 1046, 'first_name', 'Jamie') ; 
INSERT INTO `wp_usermeta` VALUES (10907, 1046, 'last_name', 'Keyes') ; 
INSERT INTO `wp_usermeta` VALUES (10908, 1046, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (10909, 1046, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (10910, 1046, 'pmpro_baddress1', '210 Havelock Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (10911, 1046, 'pmpro_bcity', 'Winnipeg') ; 
INSERT INTO `wp_usermeta` VALUES (10912, 1046, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10913, 1046, 'pmpro_bzipcode', 'R2M 1H9') ; 
INSERT INTO `wp_usermeta` VALUES (10914, 1047, 'pmpro_bfirstname', 'Jamie') ; 
INSERT INTO `wp_usermeta` VALUES (10915, 1047, 'pmpro_blastname', 'Appleton') ; 
INSERT INTO `wp_usermeta` VALUES (10916, 1047, 'first_name', 'Jamie') ; 
INSERT INTO `wp_usermeta` VALUES (10917, 1047, 'last_name', 'Appleton') ; 
INSERT INTO `wp_usermeta` VALUES (10918, 1047, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10919, 1047, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (10920, 1047, 'pmpro_baddress1', '13861 Raceway Drive') ; 
INSERT INTO `wp_usermeta` VALUES (10921, 1047, 'pmpro_baddress2', 'Apt 133') ; 
INSERT INTO `wp_usermeta` VALUES (10922, 1047, 'pmpro_bcity', 'Northlake') ; 
INSERT INTO `wp_usermeta` VALUES (10923, 1047, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10924, 1047, 'pmpro_bzipcode', '76262-3510') ; 
INSERT INTO `wp_usermeta` VALUES (10925, 1048, 'pmpro_bfirstname', 'Jamie') ; 
INSERT INTO `wp_usermeta` VALUES (10926, 1048, 'pmpro_blastname', 'McTyre') ; 
INSERT INTO `wp_usermeta` VALUES (10927, 1048, 'first_name', 'Jamie') ; 
INSERT INTO `wp_usermeta` VALUES (10928, 1048, 'last_name', 'McTyre') ; 
INSERT INTO `wp_usermeta` VALUES (10929, 1048, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (10930, 1048, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (10931, 1048, 'pmpro_baddress1', '2534 Hearth Stone Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (10932, 1048, 'pmpro_bcity', 'Cordova') ; 
INSERT INTO `wp_usermeta` VALUES (10933, 1048, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10934, 1048, 'pmpro_bzipcode', '38016') ; 
INSERT INTO `wp_usermeta` VALUES (10935, 1049, 'pmpro_bfirstname', 'Jamie') ; 
INSERT INTO `wp_usermeta` VALUES (10936, 1049, 'pmpro_blastname', 'Petrie') ; 
INSERT INTO `wp_usermeta` VALUES (10937, 1049, 'first_name', 'Jamie') ; 
INSERT INTO `wp_usermeta` VALUES (10938, 1049, 'last_name', 'Petrie') ; 
INSERT INTO `wp_usermeta` VALUES (10939, 1049, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (10940, 1049, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (10941, 1049, 'pmpro_baddress1', '3125 SW Randolph Ave. Apt 107') ; 
INSERT INTO `wp_usermeta` VALUES (10942, 1049, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (10943, 1049, 'pmpro_bcity', 'Topeka') ; 
INSERT INTO `wp_usermeta` VALUES (10944, 1049, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10945, 1049, 'pmpro_bzipcode', '66611') ; 
INSERT INTO `wp_usermeta` VALUES (10946, 1050, 'pmpro_bfirstname', 'Jamie') ; 
INSERT INTO `wp_usermeta` VALUES (10947, 1050, 'pmpro_blastname', 'Gray') ; 
INSERT INTO `wp_usermeta` VALUES (10948, 1050, 'first_name', 'Jamie') ; 
INSERT INTO `wp_usermeta` VALUES (10949, 1050, 'last_name', 'Gray') ; 
INSERT INTO `wp_usermeta` VALUES (10950, 1050, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10951, 1050, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (10952, 1050, 'pmpro_baddress1', '113 Old Walnut Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (10953, 1050, 'pmpro_bcity', 'Lexington') ; 
INSERT INTO `wp_usermeta` VALUES (10954, 1050, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10955, 1050, 'pmpro_bzipcode', '27295') ; 
INSERT INTO `wp_usermeta` VALUES (10956, 1051, 'pmpro_bfirstname', 'Jamie') ; 
INSERT INTO `wp_usermeta` VALUES (10957, 1051, 'pmpro_blastname', 'Palmer') ; 
INSERT INTO `wp_usermeta` VALUES (10958, 1051, 'first_name', 'Jamie') ; 
INSERT INTO `wp_usermeta` VALUES (10959, 1051, 'last_name', 'Palmer') ; 
INSERT INTO `wp_usermeta` VALUES (10960, 1051, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (10961, 1051, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (10962, 1051, 'pmpro_baddress1', 'One Government Dr. ICM') ; 
INSERT INTO `wp_usermeta` VALUES (10963, 1051, 'pmpro_bcity', 'St. Louis') ; 
INSERT INTO `wp_usermeta` VALUES (10964, 1051, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (10965, 1051, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10966, 1051, 'pmpro_bzipcode', '63110') ; 
INSERT INTO `wp_usermeta` VALUES (10967, 1052, 'pmpro_bfirstname', 'Jamie') ; 
INSERT INTO `wp_usermeta` VALUES (10968, 1052, 'pmpro_blastname', 'Sehrer') ; 
INSERT INTO `wp_usermeta` VALUES (10969, 1052, 'first_name', 'Jamie') ; 
INSERT INTO `wp_usermeta` VALUES (10970, 1052, 'last_name', 'Sehrer') ; 
INSERT INTO `wp_usermeta` VALUES (10971, 1052, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10972, 1052, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (10973, 1052, 'pmpro_baddress1', '1009 Georgia Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (10974, 1052, 'pmpro_bcity', 'Pittsburgh') ; 
INSERT INTO `wp_usermeta` VALUES (10975, 1052, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10976, 1052, 'pmpro_bzipcode', '15209') ; 
INSERT INTO `wp_usermeta` VALUES (10977, 1053, 'pmpro_bfirstname', 'Jamie C.') ; 
INSERT INTO `wp_usermeta` VALUES (10978, 1053, 'pmpro_blastname', 'Maurer') ; 
INSERT INTO `wp_usermeta` VALUES (10979, 1053, 'first_name', 'Jamie C.') ; 
INSERT INTO `wp_usermeta` VALUES (10980, 1053, 'last_name', 'Maurer') ; 
INSERT INTO `wp_usermeta` VALUES (10981, 1053, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10982, 1053, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (10983, 1053, 'pmpro_baddress1', '14302 N. 129th Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (10984, 1053, 'pmpro_bcity', 'El Mirage') ; 
INSERT INTO `wp_usermeta` VALUES (10985, 1053, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10986, 1053, 'pmpro_bzipcode', '85335') ; 
INSERT INTO `wp_usermeta` VALUES (10987, 1054, 'pmpro_bfirstname', 'Jan') ; 
INSERT INTO `wp_usermeta` VALUES (10988, 1054, 'pmpro_blastname', 'Nelson') ; 
INSERT INTO `wp_usermeta` VALUES (10989, 1054, 'first_name', 'Jan') ; 
INSERT INTO `wp_usermeta` VALUES (10990, 1054, 'last_name', 'Nelson') ; 
INSERT INTO `wp_usermeta` VALUES (10991, 1054, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (10992, 1054, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (10993, 1054, 'pmpro_baddress1', '1409 N. Doris Circle') ; 
INSERT INTO `wp_usermeta` VALUES (10994, 1054, 'pmpro_bcity', 'Wichita') ; 
INSERT INTO `wp_usermeta` VALUES (10995, 1054, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (10996, 1054, 'pmpro_bzipcode', '67212') ; 
INSERT INTO `wp_usermeta` VALUES (10997, 1055, 'pmpro_bfirstname', 'Jan') ; 
INSERT INTO `wp_usermeta` VALUES (10998, 1055, 'pmpro_blastname', 'Mothershed') ; 
INSERT INTO `wp_usermeta` VALUES (10999, 1055, 'first_name', 'Jan') ; 
INSERT INTO `wp_usermeta` VALUES (11000, 1055, 'last_name', 'Mothershed') ; 
INSERT INTO `wp_usermeta` VALUES (11001, 1055, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11002, 1055, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (11003, 1055, 'pmpro_baddress1', '305 SW 143rd Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (11004, 1055, 'pmpro_bcity', 'Beaverton') ; 
INSERT INTO `wp_usermeta` VALUES (11005, 1055, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11006, 1055, 'pmpro_bzipcode', '97006') ; 
INSERT INTO `wp_usermeta` VALUES (11007, 1056, 'pmpro_bfirstname', 'Jan') ; 
INSERT INTO `wp_usermeta` VALUES (11008, 1056, 'pmpro_blastname', 'Brigham') ; 
INSERT INTO `wp_usermeta` VALUES (11009, 1056, 'first_name', 'Jan') ; 
INSERT INTO `wp_usermeta` VALUES (11010, 1056, 'last_name', 'Brigham') ; 
INSERT INTO `wp_usermeta` VALUES (11011, 1056, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11012, 1056, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (11013, 1056, 'pmpro_baddress1', '2107 Devonshire Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (11014, 1056, 'pmpro_bcity', 'Lansing') ; 
INSERT INTO `wp_usermeta` VALUES (11015, 1056, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11016, 1056, 'pmpro_bzipcode', '48910') ; 
INSERT INTO `wp_usermeta` VALUES (11017, 1057, 'pmpro_bfirstname', 'Jan') ; 
INSERT INTO `wp_usermeta` VALUES (11018, 1057, 'pmpro_blastname', 'Demarbiex') ; 
INSERT INTO `wp_usermeta` VALUES (11019, 1057, 'first_name', 'Jan') ; 
INSERT INTO `wp_usermeta` VALUES (11020, 1057, 'last_name', 'Demarbiex') ; 
INSERT INTO `wp_usermeta` VALUES (11021, 1057, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11022, 1057, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (11023, 1057, 'pmpro_baddress1', '45-876 Toro Peak Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (11024, 1057, 'pmpro_bcity', 'Palm Desert') ; 
INSERT INTO `wp_usermeta` VALUES (11025, 1057, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11026, 1057, 'pmpro_bzipcode', '92260') ; 
INSERT INTO `wp_usermeta` VALUES (11027, 1058, 'pmpro_bfirstname', 'Jan') ; 
INSERT INTO `wp_usermeta` VALUES (11028, 1058, 'pmpro_blastname', 'Albert') ; 
INSERT INTO `wp_usermeta` VALUES (11029, 1058, 'first_name', 'Jan') ; 
INSERT INTO `wp_usermeta` VALUES (11030, 1058, 'last_name', 'Albert') ; 
INSERT INTO `wp_usermeta` VALUES (11031, 1058, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11032, 1058, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (11033, 1058, 'pmpro_baddress1', 'P.O. Box 35358') ; 
INSERT INTO `wp_usermeta` VALUES (11034, 1058, 'pmpro_bcity', 'Houston') ; 
INSERT INTO `wp_usermeta` VALUES (11035, 1058, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11036, 1058, 'pmpro_bzipcode', '77035') ; 
INSERT INTO `wp_usermeta` VALUES (11037, 1059, 'pmpro_bfirstname', 'Jane') ; 
INSERT INTO `wp_usermeta` VALUES (11038, 1059, 'pmpro_blastname', 'Rubin') ; 
INSERT INTO `wp_usermeta` VALUES (11039, 1059, 'first_name', 'Jane') ; 
INSERT INTO `wp_usermeta` VALUES (11040, 1059, 'last_name', 'Rubin') ; 
INSERT INTO `wp_usermeta` VALUES (11041, 1059, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11042, 1059, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (11043, 1059, 'pmpro_baddress1', '14911 Le Juene Lane') ; 
INSERT INTO `wp_usermeta` VALUES (11044, 1059, 'pmpro_bcity', 'Tampa') ; 
INSERT INTO `wp_usermeta` VALUES (11045, 1059, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11046, 1059, 'pmpro_bzipcode', '33613') ; 
INSERT INTO `wp_usermeta` VALUES (11047, 1060, 'pmpro_bfirstname', 'Jane Anne') ; 
INSERT INTO `wp_usermeta` VALUES (11048, 1060, 'pmpro_blastname', 'Franklin') ; 
INSERT INTO `wp_usermeta` VALUES (11049, 1060, 'first_name', 'Jane Anne') ; 
INSERT INTO `wp_usermeta` VALUES (11050, 1060, 'last_name', 'Franklin') ; 
INSERT INTO `wp_usermeta` VALUES (11051, 1060, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11052, 1060, 'pmpro_bstate', 'KY') ; 
INSERT INTO `wp_usermeta` VALUES (11053, 1060, 'pmpro_baddress1', '9113 Kingdom Way') ; 
INSERT INTO `wp_usermeta` VALUES (11054, 1060, 'pmpro_bcity', 'Louisville') ; 
INSERT INTO `wp_usermeta` VALUES (11055, 1060, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11056, 1060, 'pmpro_bzipcode', '40291') ; 
INSERT INTO `wp_usermeta` VALUES (11057, 1061, 'pmpro_bfirstname', 'Jane Patricia') ; 
INSERT INTO `wp_usermeta` VALUES (11058, 1061, 'pmpro_blastname', 'Carney') ; 
INSERT INTO `wp_usermeta` VALUES (11059, 1061, 'first_name', 'Jane Patricia') ; 
INSERT INTO `wp_usermeta` VALUES (11060, 1061, 'last_name', 'Carney') ; 
INSERT INTO `wp_usermeta` VALUES (11061, 1061, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11062, 1061, 'pmpro_bstate', 'HI') ; 
INSERT INTO `wp_usermeta` VALUES (11063, 1061, 'pmpro_baddress1', 'P.O. Box 203') ; 
INSERT INTO `wp_usermeta` VALUES (11064, 1061, 'pmpro_bcity', 'Pahoa') ; 
INSERT INTO `wp_usermeta` VALUES (11065, 1061, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11066, 1061, 'pmpro_bzipcode', '96778') ; 
INSERT INTO `wp_usermeta` VALUES (11067, 1062, 'pmpro_bfirstname', 'Janee') ; 
INSERT INTO `wp_usermeta` VALUES (11068, 1062, 'pmpro_blastname', 'Zakoren') ; 
INSERT INTO `wp_usermeta` VALUES (11069, 1062, 'first_name', 'Janee') ; 
INSERT INTO `wp_usermeta` VALUES (11070, 1062, 'last_name', 'Zakoren') ; 
INSERT INTO `wp_usermeta` VALUES (11071, 1062, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (11072, 1062, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (11073, 1062, 'pmpro_baddress1', '3220 Pine St.  Unit B') ; 
INSERT INTO `wp_usermeta` VALUES (11074, 1062, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (11075, 1062, 'pmpro_bcity', 'Eureka') ; 
INSERT INTO `wp_usermeta` VALUES (11076, 1062, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11077, 1062, 'pmpro_bzipcode', '95503') ; 
INSERT INTO `wp_usermeta` VALUES (11078, 1063, 'pmpro_bfirstname', 'Janeen') ; 
INSERT INTO `wp_usermeta` VALUES (11079, 1063, 'pmpro_blastname', 'Moore') ; 
INSERT INTO `wp_usermeta` VALUES (11080, 1063, 'first_name', 'Janeen') ; 
INSERT INTO `wp_usermeta` VALUES (11081, 1063, 'last_name', 'Moore') ; 
INSERT INTO `wp_usermeta` VALUES (11082, 1063, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11083, 1063, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (11084, 1063, 'pmpro_baddress1', 'PO Box 393 ') ; 
INSERT INTO `wp_usermeta` VALUES (11085, 1063, 'pmpro_bcity', 'South Dennis') ; 
INSERT INTO `wp_usermeta` VALUES (11086, 1063, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11087, 1063, 'pmpro_bzipcode', '08245') ; 
INSERT INTO `wp_usermeta` VALUES (11088, 1064, 'pmpro_bfirstname', 'Janel') ; 
INSERT INTO `wp_usermeta` VALUES (11089, 1064, 'pmpro_blastname', 'Jankowski') ; 
INSERT INTO `wp_usermeta` VALUES (11090, 1064, 'first_name', 'Janel') ; 
INSERT INTO `wp_usermeta` VALUES (11091, 1064, 'last_name', 'Jankowski') ; 
INSERT INTO `wp_usermeta` VALUES (11092, 1064, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11093, 1064, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (11094, 1064, 'pmpro_baddress1', '13526 Valbuena Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (11095, 1064, 'pmpro_bcity', 'Jacksonville') ; 
INSERT INTO `wp_usermeta` VALUES (11096, 1064, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11097, 1064, 'pmpro_bzipcode', '32224') ; 
INSERT INTO `wp_usermeta` VALUES (11098, 1065, 'pmpro_bfirstname', 'Janell M. ') ; 
INSERT INTO `wp_usermeta` VALUES (11099, 1065, 'pmpro_blastname', 'Roesener') ; 
INSERT INTO `wp_usermeta` VALUES (11100, 1065, 'first_name', 'Janell M. ') ; 
INSERT INTO `wp_usermeta` VALUES (11101, 1065, 'last_name', 'Roesener') ; 
INSERT INTO `wp_usermeta` VALUES (11102, 1065, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11103, 1065, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (11104, 1065, 'pmpro_baddress1', '735 Edelweiss Lane') ; 
INSERT INTO `wp_usermeta` VALUES (11105, 1065, 'pmpro_bcity', 'Olivenhain') ; 
INSERT INTO `wp_usermeta` VALUES (11106, 1065, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11107, 1065, 'pmpro_bzipcode', '92024') ; 
INSERT INTO `wp_usermeta` VALUES (11108, 1066, 'pmpro_bfirstname', 'Janelle') ; 
INSERT INTO `wp_usermeta` VALUES (11109, 1066, 'pmpro_blastname', 'Murphy') ; 
INSERT INTO `wp_usermeta` VALUES (11110, 1066, 'first_name', 'Janelle') ; 
INSERT INTO `wp_usermeta` VALUES (11111, 1066, 'last_name', 'Murphy') ; 
INSERT INTO `wp_usermeta` VALUES (11112, 1066, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11113, 1066, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (11114, 1066, 'pmpro_baddress1', '7400 Jones Dr.  Apt 2023') ; 
INSERT INTO `wp_usermeta` VALUES (11115, 1066, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (11116, 1066, 'pmpro_bcity', 'Galveston') ; 
INSERT INTO `wp_usermeta` VALUES (11117, 1066, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11118, 1066, 'pmpro_bzipcode', '77551') ; 
INSERT INTO `wp_usermeta` VALUES (11119, 1067, 'pmpro_bfirstname', 'Janet') ; 
INSERT INTO `wp_usermeta` VALUES (11120, 1067, 'pmpro_blastname', 'Havel') ; 
INSERT INTO `wp_usermeta` VALUES (11121, 1067, 'first_name', 'Janet') ; 
INSERT INTO `wp_usermeta` VALUES (11122, 1067, 'last_name', 'Havel') ; 
INSERT INTO `wp_usermeta` VALUES (11123, 1067, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11124, 1067, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (11125, 1067, 'pmpro_baddress1', '2895 Broad Ave. ') ; 
INSERT INTO `wp_usermeta` VALUES (11126, 1067, 'pmpro_baddress2', 'Apt 4') ; 
INSERT INTO `wp_usermeta` VALUES (11127, 1067, 'pmpro_bcity', 'Memphis') ; 
INSERT INTO `wp_usermeta` VALUES (11128, 1067, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11129, 1067, 'pmpro_bzipcode', '38112') ; 
INSERT INTO `wp_usermeta` VALUES (11130, 1068, 'pmpro_bfirstname', 'Janet') ; 
INSERT INTO `wp_usermeta` VALUES (11131, 1068, 'pmpro_blastname', 'Hutson') ; 
INSERT INTO `wp_usermeta` VALUES (11132, 1068, 'first_name', 'Janet') ; 
INSERT INTO `wp_usermeta` VALUES (11133, 1068, 'last_name', 'Hutson') ; 
INSERT INTO `wp_usermeta` VALUES (11134, 1068, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11135, 1068, 'pmpro_bstate', 'KY') ; 
INSERT INTO `wp_usermeta` VALUES (11136, 1068, 'pmpro_baddress1', '3228 Laurel Oak Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (11137, 1068, 'pmpro_bcity', 'Edgewood') ; 
INSERT INTO `wp_usermeta` VALUES (11138, 1068, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11139, 1068, 'pmpro_bzipcode', '41017') ; 
INSERT INTO `wp_usermeta` VALUES (11140, 1069, 'pmpro_bfirstname', 'Janet') ; 
INSERT INTO `wp_usermeta` VALUES (11141, 1069, 'pmpro_blastname', 'Rosenthal') ; 
INSERT INTO `wp_usermeta` VALUES (11142, 1069, 'first_name', 'Janet') ; 
INSERT INTO `wp_usermeta` VALUES (11143, 1069, 'last_name', 'Rosenthal') ; 
INSERT INTO `wp_usermeta` VALUES (11144, 1069, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (11145, 1069, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (11146, 1069, 'pmpro_baddress1', '2971 Woodland Ridge Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (11147, 1069, 'pmpro_bcity', 'W. Bloomfield') ; 
INSERT INTO `wp_usermeta` VALUES (11148, 1069, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11149, 1069, 'pmpro_bzipcode', '48323') ; 
INSERT INTO `wp_usermeta` VALUES (11150, 1070, 'pmpro_bfirstname', 'Janet') ; 
INSERT INTO `wp_usermeta` VALUES (11151, 1070, 'pmpro_blastname', 'Agostini') ; 
INSERT INTO `wp_usermeta` VALUES (11152, 1070, 'first_name', 'Janet') ; 
INSERT INTO `wp_usermeta` VALUES (11153, 1070, 'last_name', 'Agostini') ; 
INSERT INTO `wp_usermeta` VALUES (11154, 1070, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11155, 1070, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (11156, 1070, 'pmpro_baddress1', 'One Conservation Pl.') ; 
INSERT INTO `wp_usermeta` VALUES (11157, 1070, 'pmpro_bcity', 'Syracuse') ; 
INSERT INTO `wp_usermeta` VALUES (11158, 1070, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (11159, 1070, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11160, 1070, 'pmpro_bzipcode', '13204') ; 
INSERT INTO `wp_usermeta` VALUES (11161, 1071, 'pmpro_bfirstname', 'Janet') ; 
INSERT INTO `wp_usermeta` VALUES (11162, 1071, 'pmpro_blastname', 'McCoy') ; 
INSERT INTO `wp_usermeta` VALUES (11163, 1071, 'first_name', 'Janet') ; 
INSERT INTO `wp_usermeta` VALUES (11164, 1071, 'last_name', 'McCoy') ; 
INSERT INTO `wp_usermeta` VALUES (11165, 1071, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11166, 1071, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (11167, 1071, 'pmpro_baddress1', '846 NW 170th Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (11168, 1071, 'pmpro_bcity', 'Beaverton') ; 
INSERT INTO `wp_usermeta` VALUES (11169, 1071, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11170, 1071, 'pmpro_bzipcode', '97006') ; 
INSERT INTO `wp_usermeta` VALUES (11171, 1072, 'pmpro_bfirstname', 'Janey') ; 
INSERT INTO `wp_usermeta` VALUES (11172, 1072, 'pmpro_blastname', 'Kramlik: Brandywine Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (11173, 1072, 'first_name', 'Janey') ; 
INSERT INTO `wp_usermeta` VALUES (11174, 1072, 'last_name', 'Kramlik') ; 
INSERT INTO `wp_usermeta` VALUES (11175, 1072, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11176, 1072, 'pmpro_bstate', 'DE') ; 
INSERT INTO `wp_usermeta` VALUES (11177, 1072, 'pmpro_baddress1', '1001 N. Park Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (11178, 1072, 'pmpro_bcity', 'Wilmington') ; 
INSERT INTO `wp_usermeta` VALUES (11179, 1072, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (11180, 1072, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11181, 1072, 'pmpro_bzipcode', '19802') ; 
INSERT INTO `wp_usermeta` VALUES (11182, 1073, 'pmpro_bfirstname', 'Janice') ; 
INSERT INTO `wp_usermeta` VALUES (11183, 1073, 'pmpro_blastname', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (11184, 1073, 'first_name', 'Janice') ; 
INSERT INTO `wp_usermeta` VALUES (11185, 1073, 'last_name', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (11186, 1073, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (11187, 1073, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (11188, 1073, 'pmpro_baddress1', '279 Ash St.') ; 
INSERT INTO `wp_usermeta` VALUES (11189, 1073, 'pmpro_bcity', 'Winnipeg') ; 
INSERT INTO `wp_usermeta` VALUES (11190, 1073, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11191, 1073, 'pmpro_bzipcode', 'R3N 0P8') ; 
INSERT INTO `wp_usermeta` VALUES (11192, 1074, 'pmpro_bfirstname', 'Janice') ; 
INSERT INTO `wp_usermeta` VALUES (11193, 1074, 'pmpro_blastname', 'Coakley') ; 
INSERT INTO `wp_usermeta` VALUES (11194, 1074, 'first_name', 'Janice') ; 
INSERT INTO `wp_usermeta` VALUES (11195, 1074, 'last_name', 'Coakley') ; 
INSERT INTO `wp_usermeta` VALUES (11196, 1074, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11197, 1074, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (11198, 1074, 'pmpro_baddress1', '853 Mt. Shepherd Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (11199, 1074, 'pmpro_bcity', 'Asheboro') ; 
INSERT INTO `wp_usermeta` VALUES (11200, 1074, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11201, 1074, 'pmpro_bzipcode', '27205-2843') ; 
INSERT INTO `wp_usermeta` VALUES (11202, 1075, 'pmpro_bfirstname', 'Janice') ; 
INSERT INTO `wp_usermeta` VALUES (11203, 1075, 'pmpro_blastname', 'Griggs') ; 
INSERT INTO `wp_usermeta` VALUES (11204, 1075, 'first_name', 'Janice') ; 
INSERT INTO `wp_usermeta` VALUES (11205, 1075, 'last_name', 'Griggs') ; 
INSERT INTO `wp_usermeta` VALUES (11206, 1075, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11207, 1075, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (11208, 1075, 'pmpro_baddress1', '3485 NE 5th St. ') ; 
INSERT INTO `wp_usermeta` VALUES (11209, 1075, 'pmpro_baddress2', 'Apt 106') ; 
INSERT INTO `wp_usermeta` VALUES (11210, 1075, 'pmpro_bcity', 'Homestead') ; 
INSERT INTO `wp_usermeta` VALUES (11211, 1075, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11212, 1075, 'pmpro_bzipcode', '33033') ; 
INSERT INTO `wp_usermeta` VALUES (11213, 1076, 'pmpro_bfirstname', 'Janice') ; 
INSERT INTO `wp_usermeta` VALUES (11214, 1076, 'pmpro_blastname', 'McNernie') ; 
INSERT INTO `wp_usermeta` VALUES (11215, 1076, 'first_name', 'Janice') ; 
INSERT INTO `wp_usermeta` VALUES (11216, 1076, 'last_name', 'McNernie') ; 
INSERT INTO `wp_usermeta` VALUES (11217, 1076, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (11218, 1076, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (11219, 1076, 'pmpro_baddress1', '1219 W. Greenleaf Ave. #3') ; 
INSERT INTO `wp_usermeta` VALUES (11220, 1076, 'pmpro_bcity', 'Chicago') ; 
INSERT INTO `wp_usermeta` VALUES (11221, 1076, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11222, 1076, 'pmpro_bzipcode', '60626') ; 
INSERT INTO `wp_usermeta` VALUES (11223, 1077, 'pmpro_bfirstname', 'Janice') ; 
INSERT INTO `wp_usermeta` VALUES (11224, 1077, 'pmpro_blastname', 'McGaugh') ; 
INSERT INTO `wp_usermeta` VALUES (11225, 1077, 'first_name', 'Janice') ; 
INSERT INTO `wp_usermeta` VALUES (11226, 1077, 'last_name', 'McGaugh') ; 
INSERT INTO `wp_usermeta` VALUES (11227, 1077, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (11228, 1077, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (11229, 1077, 'pmpro_baddress1', '1295 Pontiac Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (11230, 1077, 'pmpro_bcity', 'Clovis') ; 
INSERT INTO `wp_usermeta` VALUES (11231, 1077, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11232, 1077, 'pmpro_bzipcode', '93612') ; 
INSERT INTO `wp_usermeta` VALUES (11233, 1078, 'pmpro_bfirstname', 'Janice L.') ; 
INSERT INTO `wp_usermeta` VALUES (11234, 1078, 'pmpro_blastname', 'Sansone') ; 
INSERT INTO `wp_usermeta` VALUES (11235, 1078, 'first_name', 'Janice L.') ; 
INSERT INTO `wp_usermeta` VALUES (11236, 1078, 'last_name', 'Sansone') ; 
INSERT INTO `wp_usermeta` VALUES (11237, 1078, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11238, 1078, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (11239, 1078, 'pmpro_baddress1', '12190 Parkwood Place') ; 
INSERT INTO `wp_usermeta` VALUES (11240, 1078, 'pmpro_bcity', 'Maryland Heights') ; 
INSERT INTO `wp_usermeta` VALUES (11241, 1078, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11242, 1078, 'pmpro_bzipcode', '63043') ; 
INSERT INTO `wp_usermeta` VALUES (11243, 1079, 'pmpro_bfirstname', 'Janine') ; 
INSERT INTO `wp_usermeta` VALUES (11244, 1079, 'pmpro_blastname', 'Tokarczyk') ; 
INSERT INTO `wp_usermeta` VALUES (11245, 1079, 'first_name', 'Janine') ; 
INSERT INTO `wp_usermeta` VALUES (11246, 1079, 'last_name', 'Tokarczyk') ; 
INSERT INTO `wp_usermeta` VALUES (11247, 1079, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11248, 1079, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (11249, 1079, 'pmpro_baddress1', 'P.O. Box 882') ; 
INSERT INTO `wp_usermeta` VALUES (11250, 1079, 'pmpro_bcity', 'Mebane') ; 
INSERT INTO `wp_usermeta` VALUES (11251, 1079, 'uxf_organization', 'Conservators\\\' Center') ; 
INSERT INTO `wp_usermeta` VALUES (11252, 1079, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11253, 1079, 'pmpro_bzipcode', '27302') ; 
INSERT INTO `wp_usermeta` VALUES (11254, 1080, 'pmpro_bfirstname', 'Janine') ; 
INSERT INTO `wp_usermeta` VALUES (11255, 1080, 'pmpro_blastname', 'Steele') ; 
INSERT INTO `wp_usermeta` VALUES (11256, 1080, 'first_name', 'Janine') ; 
INSERT INTO `wp_usermeta` VALUES (11257, 1080, 'last_name', 'Steele') ; 
INSERT INTO `wp_usermeta` VALUES (11258, 1080, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11259, 1080, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (11260, 1080, 'pmpro_baddress1', '6971 Westmoreland Way') ; 
INSERT INTO `wp_usermeta` VALUES (11261, 1080, 'pmpro_bcity', 'Sacramento') ; 
INSERT INTO `wp_usermeta` VALUES (11262, 1080, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11263, 1080, 'pmpro_bzipcode', '95831') ; 
INSERT INTO `wp_usermeta` VALUES (11264, 1081, 'pmpro_bfirstname', 'Janis') ; 
INSERT INTO `wp_usermeta` VALUES (11265, 1081, 'pmpro_blastname', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (11266, 1081, 'first_name', 'Janis') ; 
INSERT INTO `wp_usermeta` VALUES (11267, 1081, 'last_name', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (11268, 1081, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (11269, 1081, 'pmpro_bstate', 'Ont.') ; 
INSERT INTO `wp_usermeta` VALUES (11270, 1081, 'pmpro_baddress1', '316-1000 Esplanade N.') ; 
INSERT INTO `wp_usermeta` VALUES (11271, 1081, 'pmpro_bcity', 'Pickering') ; 
INSERT INTO `wp_usermeta` VALUES (11272, 1081, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11273, 1081, 'pmpro_bzipcode', 'L1V 6V4') ; 
INSERT INTO `wp_usermeta` VALUES (11274, 1082, 'pmpro_bfirstname', 'Janis') ; 
INSERT INTO `wp_usermeta` VALUES (11275, 1082, 'pmpro_blastname', 'Gerrits') ; 
INSERT INTO `wp_usermeta` VALUES (11276, 1082, 'first_name', 'Janis') ; 
INSERT INTO `wp_usermeta` VALUES (11277, 1082, 'last_name', 'Gerrits') ; 
INSERT INTO `wp_usermeta` VALUES (11278, 1082, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11279, 1082, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (11280, 1082, 'pmpro_baddress1', '14908 Wannas Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (11281, 1082, 'pmpro_bcity', 'Accokeek') ; 
INSERT INTO `wp_usermeta` VALUES (11282, 1082, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11283, 1082, 'pmpro_bzipcode', '20607') ; 
INSERT INTO `wp_usermeta` VALUES (11284, 1083, 'pmpro_bfirstname', 'Jann') ; 
INSERT INTO `wp_usermeta` VALUES (11285, 1083, 'pmpro_blastname', 'Cobler') ; 
INSERT INTO `wp_usermeta` VALUES (11286, 1083, 'first_name', 'Jann') ; 
INSERT INTO `wp_usermeta` VALUES (11287, 1083, 'last_name', 'Cobler') ; 
INSERT INTO `wp_usermeta` VALUES (11288, 1083, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11289, 1083, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (11290, 1083, 'pmpro_baddress1', '12953 Trail Hollow Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (11291, 1083, 'pmpro_bcity', 'Houston') ; 
INSERT INTO `wp_usermeta` VALUES (11292, 1083, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11293, 1083, 'pmpro_bzipcode', '77079') ; 
INSERT INTO `wp_usermeta` VALUES (11294, 1084, 'pmpro_bfirstname', 'Janna') ; 
INSERT INTO `wp_usermeta` VALUES (11295, 1084, 'pmpro_blastname', 'Dewey') ; 
INSERT INTO `wp_usermeta` VALUES (11296, 1084, 'first_name', 'Janna') ; 
INSERT INTO `wp_usermeta` VALUES (11297, 1084, 'last_name', 'Dewey') ; 
INSERT INTO `wp_usermeta` VALUES (11298, 1084, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11299, 1084, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (11300, 1084, 'pmpro_baddress1', '128120 Dovewood Ct.  Apt 307') ; 
INSERT INTO `wp_usermeta` VALUES (11301, 1084, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (11302, 1084, 'pmpro_bcity', 'Bonita Springs') ; 
INSERT INTO `wp_usermeta` VALUES (11303, 1084, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11304, 1084, 'pmpro_bzipcode', '34135') ; 
INSERT INTO `wp_usermeta` VALUES (11305, 1085, 'pmpro_bfirstname', 'Jared') ; 
INSERT INTO `wp_usermeta` VALUES (11306, 1085, 'pmpro_blastname', 'Leger') ; 
INSERT INTO `wp_usermeta` VALUES (11307, 1085, 'first_name', 'Jared') ; 
INSERT INTO `wp_usermeta` VALUES (11308, 1085, 'last_name', 'Leger') ; 
INSERT INTO `wp_usermeta` VALUES (11309, 1085, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11310, 1085, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (11311, 1085, 'pmpro_baddress1', '336 Sugar Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (11312, 1085, 'pmpro_bcity', 'Bolton') ; 
INSERT INTO `wp_usermeta` VALUES (11313, 1085, 'uxf_organization', 'Animal Adventures') ; 
INSERT INTO `wp_usermeta` VALUES (11314, 1085, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11315, 1085, 'pmpro_bzipcode', '1740') ; 
INSERT INTO `wp_usermeta` VALUES (11316, 1086, 'pmpro_bfirstname', 'Jason') ; 
INSERT INTO `wp_usermeta` VALUES (11317, 1086, 'pmpro_blastname', 'Pootoolal') ; 
INSERT INTO `wp_usermeta` VALUES (11318, 1086, 'first_name', 'Jason') ; 
INSERT INTO `wp_usermeta` VALUES (11319, 1086, 'last_name', 'Pootoolal') ; 
INSERT INTO `wp_usermeta` VALUES (11320, 1086, 'pmpro_bcountry', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (11321, 1086, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (11322, 1086, 'pmpro_baddress1', '1 Sugarbush Pl.') ; 
INSERT INTO `wp_usermeta` VALUES (11323, 1086, 'pmpro_bcity', 'Guelph') ; 
INSERT INTO `wp_usermeta` VALUES (11324, 1086, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11325, 1086, 'pmpro_bzipcode', 'N1H 7Z3') ; 
INSERT INTO `wp_usermeta` VALUES (11326, 1087, 'pmpro_bfirstname', 'Jason') ; 
INSERT INTO `wp_usermeta` VALUES (11327, 1087, 'pmpro_blastname', 'Montgomery') ; 
INSERT INTO `wp_usermeta` VALUES (11328, 1087, 'first_name', 'Jason') ; 
INSERT INTO `wp_usermeta` VALUES (11329, 1087, 'last_name', 'Montgomery') ; 
INSERT INTO `wp_usermeta` VALUES (11330, 1087, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (11331, 1087, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (11332, 1087, 'pmpro_baddress1', '54149 Sunshine Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (11333, 1087, 'pmpro_bcity', 'Callahan') ; 
INSERT INTO `wp_usermeta` VALUES (11334, 1087, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11335, 1087, 'pmpro_bzipcode', '32011') ; 
INSERT INTO `wp_usermeta` VALUES (11336, 1088, 'pmpro_bfirstname', 'Jason') ; 
INSERT INTO `wp_usermeta` VALUES (11337, 1088, 'pmpro_blastname', 'Doll') ; 
INSERT INTO `wp_usermeta` VALUES (11338, 1088, 'first_name', 'Jason') ; 
INSERT INTO `wp_usermeta` VALUES (11339, 1088, 'last_name', 'Doll') ; 
INSERT INTO `wp_usermeta` VALUES (11340, 1088, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11341, 1088, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (11342, 1088, 'pmpro_baddress1', '150 Belle Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (11343, 1088, 'pmpro_bcity', 'Boalsburg') ; 
INSERT INTO `wp_usermeta` VALUES (11344, 1088, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11345, 1088, 'pmpro_bzipcode', '16827') ; 
INSERT INTO `wp_usermeta` VALUES (11346, 1089, 'pmpro_bfirstname', 'Jason') ; 
INSERT INTO `wp_usermeta` VALUES (11347, 1089, 'pmpro_blastname', 'Van Hest') ; 
INSERT INTO `wp_usermeta` VALUES (11348, 1089, 'first_name', 'Jason') ; 
INSERT INTO `wp_usermeta` VALUES (11349, 1089, 'last_name', 'Van Hest') ; 
INSERT INTO `wp_usermeta` VALUES (11350, 1089, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11351, 1089, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (11352, 1089, 'pmpro_baddress1', '15500 San Pasqual Valley Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (11353, 1089, 'pmpro_bcity', 'Escondido') ; 
INSERT INTO `wp_usermeta` VALUES (11354, 1089, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (11355, 1089, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11356, 1089, 'pmpro_bzipcode', '92027-7017') ; 
INSERT INTO `wp_usermeta` VALUES (11357, 1090, 'pmpro_bfirstname', 'Jay') ; 
INSERT INTO `wp_usermeta` VALUES (11358, 1090, 'pmpro_blastname', 'Petersen') ; 
INSERT INTO `wp_usermeta` VALUES (11359, 1090, 'first_name', 'Jay') ; 
INSERT INTO `wp_usermeta` VALUES (11360, 1090, 'last_name', 'Petersen') ; 
INSERT INTO `wp_usermeta` VALUES (11361, 1090, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11362, 1090, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (11363, 1090, 'pmpro_baddress1', '1008 Hayes Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (11364, 1090, 'pmpro_bcity', 'Oak Park') ; 
INSERT INTO `wp_usermeta` VALUES (11365, 1090, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11366, 1090, 'pmpro_bzipcode', '60302') ; 
INSERT INTO `wp_usermeta` VALUES (11367, 1091, 'pmpro_bfirstname', 'Jay') ; 
INSERT INTO `wp_usermeta` VALUES (11368, 1091, 'pmpro_blastname', 'Pratte') ; 
INSERT INTO `wp_usermeta` VALUES (11369, 1091, 'first_name', 'Jay') ; 
INSERT INTO `wp_usermeta` VALUES (11370, 1091, 'last_name', 'Pratte') ; 
INSERT INTO `wp_usermeta` VALUES (11371, 1091, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (11372, 1091, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (11373, 1091, 'pmpro_baddress1', '3701 S. 10th St.') ; 
INSERT INTO `wp_usermeta` VALUES (11374, 1091, 'pmpro_bcity', 'Omaha') ; 
INSERT INTO `wp_usermeta` VALUES (11375, 1091, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (11376, 1091, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11377, 1091, 'pmpro_bzipcode', '68107') ; 
INSERT INTO `wp_usermeta` VALUES (11378, 1091, 'uxf_specialtags', 'MAIL') ; 
INSERT INTO `wp_usermeta` VALUES (11379, 1092, 'pmpro_bfirstname', 'Jean') ; 
INSERT INTO `wp_usermeta` VALUES (11380, 1092, 'pmpro_blastname', 'Ragland') ; 
INSERT INTO `wp_usermeta` VALUES (11381, 1092, 'first_name', 'Jean') ; 
INSERT INTO `wp_usermeta` VALUES (11382, 1092, 'last_name', 'Ragland') ; 
INSERT INTO `wp_usermeta` VALUES (11383, 1092, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11384, 1092, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (11385, 1092, 'pmpro_baddress1', '616 Camas Ave. NE') ; 
INSERT INTO `wp_usermeta` VALUES (11386, 1092, 'pmpro_bcity', 'Renton') ; 
INSERT INTO `wp_usermeta` VALUES (11387, 1092, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11388, 1092, 'pmpro_bzipcode', '98056-3650') ; 
INSERT INTO `wp_usermeta` VALUES (11389, 1093, 'pmpro_bfirstname', 'Jean') ; 
INSERT INTO `wp_usermeta` VALUES (11390, 1093, 'pmpro_blastname', 'Mulroney') ; 
INSERT INTO `wp_usermeta` VALUES (11391, 1093, 'first_name', 'Jean') ; 
INSERT INTO `wp_usermeta` VALUES (11392, 1093, 'last_name', 'Mulroney') ; 
INSERT INTO `wp_usermeta` VALUES (11393, 1093, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11394, 1093, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (11395, 1093, 'pmpro_baddress1', '124 Wilson Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (11396, 1093, 'pmpro_bcity', 'Maple Shade') ; 
INSERT INTO `wp_usermeta` VALUES (11397, 1093, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11398, 1093, 'pmpro_bzipcode', '8052') ; 
INSERT INTO `wp_usermeta` VALUES (11399, 1094, 'pmpro_bfirstname', 'Jeanne') ; 
INSERT INTO `wp_usermeta` VALUES (11400, 1094, 'pmpro_blastname', 'Hale') ; 
INSERT INTO `wp_usermeta` VALUES (11401, 1094, 'first_name', 'Jeanne') ; 
INSERT INTO `wp_usermeta` VALUES (11402, 1094, 'last_name', 'Hale') ; 
INSERT INTO `wp_usermeta` VALUES (11403, 1094, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11404, 1094, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (11405, 1094, 'pmpro_baddress1', '223 Crestmoor Circle') ; 
INSERT INTO `wp_usermeta` VALUES (11406, 1094, 'pmpro_bcity', 'Pacifica') ; 
INSERT INTO `wp_usermeta` VALUES (11407, 1094, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11408, 1094, 'pmpro_bzipcode', '94044') ; 
INSERT INTO `wp_usermeta` VALUES (11409, 1095, 'pmpro_bfirstname', 'Jeanne') ; 
INSERT INTO `wp_usermeta` VALUES (11410, 1095, 'pmpro_blastname', 'Burek') ; 
INSERT INTO `wp_usermeta` VALUES (11411, 1095, 'first_name', 'Jeanne') ; 
INSERT INTO `wp_usermeta` VALUES (11412, 1095, 'last_name', 'Burek') ; 
INSERT INTO `wp_usermeta` VALUES (11413, 1095, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11414, 1095, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (11415, 1095, 'pmpro_baddress1', '1428 Mellon St.') ; 
INSERT INTO `wp_usermeta` VALUES (11416, 1095, 'pmpro_bcity', 'Pittsburgh') ; 
INSERT INTO `wp_usermeta` VALUES (11417, 1095, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11418, 1095, 'pmpro_bzipcode', '15206') ; 
INSERT INTO `wp_usermeta` VALUES (11419, 1096, 'pmpro_bfirstname', 'Jeanne M.') ; 
INSERT INTO `wp_usermeta` VALUES (11420, 1096, 'pmpro_blastname', 'Yuckienuz') ; 
INSERT INTO `wp_usermeta` VALUES (11421, 1096, 'first_name', 'Jeanne M.') ; 
INSERT INTO `wp_usermeta` VALUES (11422, 1096, 'last_name', 'Yuckienuz') ; 
INSERT INTO `wp_usermeta` VALUES (11423, 1096, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11424, 1096, 'pmpro_bstate', 'CT') ; 
INSERT INTO `wp_usermeta` VALUES (11425, 1096, 'pmpro_baddress1', '50 Belmont Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (11426, 1096, 'pmpro_bcity', 'Shelton') ; 
INSERT INTO `wp_usermeta` VALUES (11427, 1096, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11428, 1096, 'pmpro_bzipcode', '6484') ; 
INSERT INTO `wp_usermeta` VALUES (10828665, 1160, 'pmpro_ExpirationMonth', '02') ; 
INSERT INTO `wp_usermeta` VALUES (10828664, 1160, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-6205') ; 
INSERT INTO `wp_usermeta` VALUES (10828663, 1160, 'pmpro_CardType', 'Mastercard') ; 
INSERT INTO `wp_usermeta` VALUES (10828662, 1160, 'pmpro_bemail', 'jenorrison@yahoo.com') ; 
INSERT INTO `wp_usermeta` VALUES (10828661, 1160, 'pmpro_bphone', '714-675-4494') ; 
INSERT INTO `wp_usermeta` VALUES (10828660, 1160, 'profile_update', '1403666598') ; 
INSERT INTO `wp_usermeta` VALUES (11439, 1098, 'pmpro_bfirstname', 'Jeff') ; 
INSERT INTO `wp_usermeta` VALUES (11440, 1098, 'pmpro_blastname', 'Young: Toronto Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (11441, 1098, 'first_name', 'Jeff') ; 
INSERT INTO `wp_usermeta` VALUES (11442, 1098, 'last_name', 'Young') ; 
INSERT INTO `wp_usermeta` VALUES (11443, 1098, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (11444, 1098, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (11445, 1098, 'pmpro_baddress1', '361A Old Finch Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (11446, 1098, 'pmpro_bcity', 'Scarborough') ; 
INSERT INTO `wp_usermeta` VALUES (11447, 1098, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (11448, 1098, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11449, 1098, 'pmpro_bzipcode', 'M1B 5K7') ; 
INSERT INTO `wp_usermeta` VALUES (11450, 1099, 'pmpro_bfirstname', 'Jeff') ; 
INSERT INTO `wp_usermeta` VALUES (11451, 1099, 'pmpro_blastname', 'Polcen') ; 
INSERT INTO `wp_usermeta` VALUES (11452, 1099, 'first_name', 'Jeff') ; 
INSERT INTO `wp_usermeta` VALUES (11453, 1099, 'last_name', 'Polcen') ; 
INSERT INTO `wp_usermeta` VALUES (11454, 1099, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11455, 1099, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (11456, 1099, 'pmpro_baddress1', '10 Firebush Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (11457, 1099, 'pmpro_bcity', 'Northfield') ; 
INSERT INTO `wp_usermeta` VALUES (11458, 1099, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11459, 1099, 'pmpro_bzipcode', '44067') ; 
INSERT INTO `wp_usermeta` VALUES (11460, 1100, 'pmpro_bfirstname', 'Jeff') ; 
INSERT INTO `wp_usermeta` VALUES (11461, 1100, 'pmpro_blastname', 'Hewitt') ; 
INSERT INTO `wp_usermeta` VALUES (11462, 1100, 'first_name', 'Jeff') ; 
INSERT INTO `wp_usermeta` VALUES (11463, 1100, 'last_name', 'Hewitt') ; 
INSERT INTO `wp_usermeta` VALUES (11464, 1100, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11465, 1100, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (11466, 1100, 'pmpro_baddress1', '4182 Stepping Stone Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (11467, 1100, 'pmpro_bcity', 'Liverpool') ; 
INSERT INTO `wp_usermeta` VALUES (11468, 1100, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11469, 1100, 'pmpro_bzipcode', '13090-1824') ; 
INSERT INTO `wp_usermeta` VALUES (11470, 1101, 'pmpro_bfirstname', 'Jeff') ; 
INSERT INTO `wp_usermeta` VALUES (11471, 1101, 'pmpro_blastname', 'Andrews') ; 
INSERT INTO `wp_usermeta` VALUES (11472, 1101, 'first_name', 'Busch Gardens-Tampa') ; 
INSERT INTO `wp_usermeta` VALUES (11473, 1101, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (11474, 1101, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11475, 1101, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (11476, 1101, 'pmpro_baddress1', '3605 E. Bougainvillea Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (11477, 1101, 'pmpro_bcity', 'Tampa') ; 
INSERT INTO `wp_usermeta` VALUES (11478, 1101, 'uxf_organization', 'Busch Gardens-Tampa') ; 
INSERT INTO `wp_usermeta` VALUES (11479, 1101, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11480, 1101, 'pmpro_bzipcode', '33612') ; 
INSERT INTO `wp_usermeta` VALUES (11481, 1101, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (11482, 1102, 'pmpro_bfirstname', 'Jeff') ; 
INSERT INTO `wp_usermeta` VALUES (11483, 1102, 'pmpro_blastname', 'Bullock: Zoo Administrator') ; 
INSERT INTO `wp_usermeta` VALUES (11484, 1102, 'first_name', 'Jeff') ; 
INSERT INTO `wp_usermeta` VALUES (11485, 1102, 'last_name', 'Bullock') ; 
INSERT INTO `wp_usermeta` VALUES (11486, 1102, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11487, 1102, 'pmpro_bstate', 'SC') ; 
INSERT INTO `wp_usermeta` VALUES (11488, 1102, 'pmpro_baddress1', '150 Cleveland Park Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (11489, 1102, 'pmpro_bcity', 'Greenville') ; 
INSERT INTO `wp_usermeta` VALUES (11490, 1102, 'uxf_organization', 'Greenville Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (11491, 1102, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11492, 1102, 'pmpro_bzipcode', '29601') ; 
INSERT INTO `wp_usermeta` VALUES (11493, 1102, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (11494, 1103, 'pmpro_bfirstname', 'Jeff') ; 
INSERT INTO `wp_usermeta` VALUES (11495, 1103, 'pmpro_blastname', 'Burkdoll') ; 
INSERT INTO `wp_usermeta` VALUES (11496, 1103, 'first_name', 'Jeff') ; 
INSERT INTO `wp_usermeta` VALUES (11497, 1103, 'last_name', 'Burkdoll') ; 
INSERT INTO `wp_usermeta` VALUES (11498, 1103, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11499, 1103, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (11500, 1103, 'pmpro_baddress1', 'P.O. Box 928') ; 
INSERT INTO `wp_usermeta` VALUES (11501, 1103, 'pmpro_bcity', 'Emporia') ; 
INSERT INTO `wp_usermeta` VALUES (11502, 1103, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (11503, 1103, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11504, 1103, 'pmpro_bzipcode', '66801') ; 
INSERT INTO `wp_usermeta` VALUES (11505, 1104, 'pmpro_bfirstname', 'Jeff') ; 
INSERT INTO `wp_usermeta` VALUES (11506, 1104, 'pmpro_blastname', 'Wells ') ; 
INSERT INTO `wp_usermeta` VALUES (11507, 1104, 'first_name', 'Jeff') ; 
INSERT INTO `wp_usermeta` VALUES (11508, 1104, 'last_name', 'Wells ') ; 
INSERT INTO `wp_usermeta` VALUES (11509, 1104, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11510, 1104, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (11511, 1104, 'pmpro_baddress1', '900 8th St. NW') ; 
INSERT INTO `wp_usermeta` VALUES (11512, 1104, 'pmpro_bcity', 'Winter Haven') ; 
INSERT INTO `wp_usermeta` VALUES (11513, 1104, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11514, 1104, 'pmpro_bzipcode', '33881') ; 
INSERT INTO `wp_usermeta` VALUES (11515, 1105, 'pmpro_bfirstname', 'Jeff') ; 
INSERT INTO `wp_usermeta` VALUES (11516, 1105, 'pmpro_blastname', 'Gray') ; 
INSERT INTO `wp_usermeta` VALUES (11517, 1105, 'first_name', 'Jeff') ; 
INSERT INTO `wp_usermeta` VALUES (11518, 1105, 'last_name', 'Gray') ; 
INSERT INTO `wp_usermeta` VALUES (11519, 1105, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11520, 1105, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (11521, 1105, 'pmpro_baddress1', '2210 Oakcrest Drive') ; 
INSERT INTO `wp_usermeta` VALUES (11522, 1105, 'pmpro_bcity', 'Hartwell') ; 
INSERT INTO `wp_usermeta` VALUES (11523, 1105, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11524, 1105, 'pmpro_bzipcode', '30643') ; 
INSERT INTO `wp_usermeta` VALUES (11525, 1106, 'pmpro_bfirstname', 'Jeffrey') ; 
INSERT INTO `wp_usermeta` VALUES (11526, 1106, 'pmpro_blastname', 'Taylor') ; 
INSERT INTO `wp_usermeta` VALUES (11527, 1106, 'first_name', 'Jeffrey') ; 
INSERT INTO `wp_usermeta` VALUES (11528, 1106, 'last_name', 'Taylor') ; 
INSERT INTO `wp_usermeta` VALUES (11529, 1106, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11530, 1106, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (11531, 1106, 'pmpro_baddress1', '49 Cleveland St.') ; 
INSERT INTO `wp_usermeta` VALUES (11532, 1106, 'pmpro_bcity', 'Dedham') ; 
INSERT INTO `wp_usermeta` VALUES (11533, 1106, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11534, 1106, 'pmpro_bzipcode', '02026') ; 
INSERT INTO `wp_usermeta` VALUES (11535, 1107, 'pmpro_bfirstname', 'Jeffrey') ; 
INSERT INTO `wp_usermeta` VALUES (11536, 1107, 'pmpro_blastname', 'Johnson') ; 
INSERT INTO `wp_usermeta` VALUES (11537, 1107, 'first_name', 'Jeffrey') ; 
INSERT INTO `wp_usermeta` VALUES (11538, 1107, 'last_name', 'Johnson') ; 
INSERT INTO `wp_usermeta` VALUES (11539, 1107, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11540, 1107, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (11541, 1107, 'pmpro_baddress1', '3728 Rio Vista Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (11542, 1107, 'pmpro_bcity', 'Racine') ; 
INSERT INTO `wp_usermeta` VALUES (11543, 1107, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11544, 1107, 'pmpro_bzipcode', '53404') ; 
INSERT INTO `wp_usermeta` VALUES (11545, 1108, 'pmpro_bfirstname', 'Jeffrey') ; 
INSERT INTO `wp_usermeta` VALUES (11546, 1108, 'pmpro_blastname', 'Coulter') ; 
INSERT INTO `wp_usermeta` VALUES (11547, 1108, 'first_name', 'Jeffrey') ; 
INSERT INTO `wp_usermeta` VALUES (11548, 1108, 'last_name', 'Coulter') ; 
INSERT INTO `wp_usermeta` VALUES (11549, 1108, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11550, 1108, 'pmpro_bstate', 'DC') ; 
INSERT INTO `wp_usermeta` VALUES (11551, 1108, 'pmpro_baddress1', '3000 Connecticut Ave. NW   #130') ; 
INSERT INTO `wp_usermeta` VALUES (11552, 1108, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (11553, 1108, 'pmpro_bcity', 'Washington') ; 
INSERT INTO `wp_usermeta` VALUES (11554, 1108, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11555, 1108, 'pmpro_bzipcode', '20008') ; 
INSERT INTO `wp_usermeta` VALUES (11556, 1109, 'pmpro_bfirstname', 'Jeffrey') ; 
INSERT INTO `wp_usermeta` VALUES (11557, 1109, 'pmpro_blastname', 'Zajac') ; 
INSERT INTO `wp_usermeta` VALUES (11558, 1109, 'first_name', 'Jeffrey') ; 
INSERT INTO `wp_usermeta` VALUES (11559, 1109, 'last_name', 'Zajac') ; 
INSERT INTO `wp_usermeta` VALUES (11560, 1109, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (11561, 1109, 'pmpro_bstate', 'Fl') ; 
INSERT INTO `wp_usermeta` VALUES (11562, 1109, 'pmpro_baddress1', '10501 Demilo Pl.  Apt 206') ; 
INSERT INTO `wp_usermeta` VALUES (11563, 1109, 'pmpro_bcity', 'Orlando') ; 
INSERT INTO `wp_usermeta` VALUES (11564, 1109, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11565, 1109, 'pmpro_bzipcode', '32836') ; 
INSERT INTO `wp_usermeta` VALUES (11566, 1110, 'pmpro_bfirstname', 'Jeffrey') ; 
INSERT INTO `wp_usermeta` VALUES (11567, 1110, 'pmpro_blastname', 'Souther') ; 
INSERT INTO `wp_usermeta` VALUES (11568, 1110, 'first_name', 'Jeffrey') ; 
INSERT INTO `wp_usermeta` VALUES (11569, 1110, 'last_name', 'Souther') ; 
INSERT INTO `wp_usermeta` VALUES (11570, 1110, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11571, 1110, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (11572, 1110, 'pmpro_baddress1', '2280 N. Fayetteville St.  Apt 113') ; 
INSERT INTO `wp_usermeta` VALUES (11573, 1110, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (11574, 1110, 'pmpro_bcity', 'Asheboro') ; 
INSERT INTO `wp_usermeta` VALUES (11575, 1110, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11576, 1110, 'pmpro_bzipcode', '27203') ; 
INSERT INTO `wp_usermeta` VALUES (11577, 1111, 'pmpro_bfirstname', 'Jeffrey J.') ; 
INSERT INTO `wp_usermeta` VALUES (11578, 1111, 'pmpro_blastname', 'Bocek') ; 
INSERT INTO `wp_usermeta` VALUES (11579, 1111, 'first_name', 'Jeffrey J.') ; 
INSERT INTO `wp_usermeta` VALUES (11580, 1111, 'last_name', 'Bocek') ; 
INSERT INTO `wp_usermeta` VALUES (11581, 1111, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (11582, 1111, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (11583, 1111, 'pmpro_baddress1', '1838 Howth Ave') ; 
INSERT INTO `wp_usermeta` VALUES (11584, 1111, 'pmpro_bcity', 'Houston') ; 
INSERT INTO `wp_usermeta` VALUES (11585, 1111, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11586, 1111, 'pmpro_bzipcode', '77051') ; 
INSERT INTO `wp_usermeta` VALUES (11587, 1112, 'pmpro_bfirstname', 'Jeffrey P.') ; 
INSERT INTO `wp_usermeta` VALUES (11588, 1112, 'pmpro_blastname', 'Bonner: President') ; 
INSERT INTO `wp_usermeta` VALUES (11589, 1112, 'first_name', 'St. Louis Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (11590, 1112, 'last_name', 'Bonner: President') ; 
INSERT INTO `wp_usermeta` VALUES (11591, 1112, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (11592, 1112, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (11593, 1112, 'pmpro_baddress1', 'One Government Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (11594, 1112, 'pmpro_bcity', 'St. Louis') ; 
INSERT INTO `wp_usermeta` VALUES (11595, 1112, 'uxf_organization', 'Saint Louis Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (11596, 1112, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11597, 1112, 'pmpro_bzipcode', '63110') ; 
INSERT INTO `wp_usermeta` VALUES (11598, 1112, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (11599, 1113, 'pmpro_bfirstname', 'Jen') ; 
INSERT INTO `wp_usermeta` VALUES (11600, 1113, 'pmpro_blastname', 'Stevens') ; 
INSERT INTO `wp_usermeta` VALUES (11601, 1113, 'first_name', 'Jen') ; 
INSERT INTO `wp_usermeta` VALUES (11602, 1113, 'last_name', 'Stevens') ; 
INSERT INTO `wp_usermeta` VALUES (11603, 1113, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11604, 1113, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (11605, 1113, 'pmpro_baddress1', '3361 Pine Hollow Pl.') ; 
INSERT INTO `wp_usermeta` VALUES (11606, 1113, 'pmpro_bcity', 'Perry') ; 
INSERT INTO `wp_usermeta` VALUES (11607, 1113, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11608, 1113, 'pmpro_bzipcode', '44081') ; 
INSERT INTO `wp_usermeta` VALUES (11609, 1114, 'pmpro_bfirstname', 'Jen') ; 
INSERT INTO `wp_usermeta` VALUES (11610, 1114, 'pmpro_blastname', 'Pfaff') ; 
INSERT INTO `wp_usermeta` VALUES (11611, 1114, 'first_name', 'Jen') ; 
INSERT INTO `wp_usermeta` VALUES (11612, 1114, 'last_name', 'Pfaff') ; 
INSERT INTO `wp_usermeta` VALUES (11613, 1114, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11614, 1114, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (11615, 1114, 'pmpro_baddress1', '8910 33rd St. W.') ; 
INSERT INTO `wp_usermeta` VALUES (11616, 1114, 'pmpro_bcity', 'Rock Island') ; 
INSERT INTO `wp_usermeta` VALUES (11617, 1114, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11618, 1114, 'pmpro_bzipcode', '61201') ; 
INSERT INTO `wp_usermeta` VALUES (11619, 1115, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11620, 1115, 'pmpro_blastname', 'Haverty') ; 
INSERT INTO `wp_usermeta` VALUES (11621, 1115, 'first_name', 'Jen') ; 
INSERT INTO `wp_usermeta` VALUES (11622, 1115, 'last_name', 'Haverty') ; 
INSERT INTO `wp_usermeta` VALUES (11623, 1115, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (11624, 1115, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (11625, 1115, 'pmpro_baddress1', '1117 Lincoln Highlands Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (11626, 1115, 'pmpro_bcity', 'Coraopolis') ; 
INSERT INTO `wp_usermeta` VALUES (11627, 1115, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11628, 1115, 'pmpro_bzipcode', '15108') ; 
INSERT INTO `wp_usermeta` VALUES (11629, 1116, 'pmpro_bfirstname', 'Jen') ; 
INSERT INTO `wp_usermeta` VALUES (11630, 1116, 'pmpro_blastname', 'Drinen') ; 
INSERT INTO `wp_usermeta` VALUES (11631, 1116, 'first_name', 'Jen') ; 
INSERT INTO `wp_usermeta` VALUES (11632, 1116, 'last_name', 'Drinen') ; 
INSERT INTO `wp_usermeta` VALUES (11633, 1116, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11634, 1116, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (11635, 1116, 'pmpro_baddress1', '13342 Cranford Circle') ; 
INSERT INTO `wp_usermeta` VALUES (11636, 1116, 'pmpro_bcity', 'Rosemount') ; 
INSERT INTO `wp_usermeta` VALUES (11637, 1116, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11638, 1116, 'pmpro_bzipcode', '55068') ; 
INSERT INTO `wp_usermeta` VALUES (11639, 1117, 'pmpro_bfirstname', 'Jenna') ; 
INSERT INTO `wp_usermeta` VALUES (11640, 1117, 'pmpro_blastname', 'Harrison') ; 
INSERT INTO `wp_usermeta` VALUES (11641, 1117, 'first_name', 'Jenna') ; 
INSERT INTO `wp_usermeta` VALUES (11642, 1117, 'last_name', 'Harrison') ; 
INSERT INTO `wp_usermeta` VALUES (11643, 1117, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (11644, 1117, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (11645, 1117, 'pmpro_baddress1', '426 Washington ') ; 
INSERT INTO `wp_usermeta` VALUES (11646, 1117, 'pmpro_bcity', 'Winnipeg') ; 
INSERT INTO `wp_usermeta` VALUES (11647, 1117, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11648, 1117, 'pmpro_bzipcode', 'R2K 4J2') ; 
INSERT INTO `wp_usermeta` VALUES (11649, 1118, 'pmpro_bfirstname', 'Jenna') ; 
INSERT INTO `wp_usermeta` VALUES (11650, 1118, 'pmpro_blastname', 'Duarte') ; 
INSERT INTO `wp_usermeta` VALUES (11651, 1118, 'first_name', 'Jenna') ; 
INSERT INTO `wp_usermeta` VALUES (11652, 1118, 'last_name', 'Duarte') ; 
INSERT INTO `wp_usermeta` VALUES (11653, 1118, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11654, 1118, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (11655, 1118, 'pmpro_baddress1', '531 W. Citracado Pkwy.') ; 
INSERT INTO `wp_usermeta` VALUES (11656, 1118, 'pmpro_bcity', 'Escondido') ; 
INSERT INTO `wp_usermeta` VALUES (11657, 1118, 'uxf_count', '') ; 
INSERT INTO `wp_usermeta` VALUES (11658, 1118, 'pmpro_bzipcode', '92025') ; 
INSERT INTO `wp_usermeta` VALUES (11659, 1119, 'pmpro_bfirstname', 'Jenna') ; 
INSERT INTO `wp_usermeta` VALUES (11660, 1119, 'pmpro_blastname', 'Cole') ; 
INSERT INTO `wp_usermeta` VALUES (11661, 1119, 'first_name', 'Jenna') ; 
INSERT INTO `wp_usermeta` VALUES (11662, 1119, 'last_name', 'Cole') ; 
INSERT INTO `wp_usermeta` VALUES (11663, 1119, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (11664, 1119, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (11665, 1119, 'pmpro_baddress1', '23100 SW 154th Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (11666, 1119, 'pmpro_bcity', 'Miami') ; 
INSERT INTO `wp_usermeta` VALUES (11667, 1119, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11668, 1119, 'pmpro_bzipcode', '33170') ; 
INSERT INTO `wp_usermeta` VALUES (11669, 1120, 'pmpro_bfirstname', 'Jenna') ; 
INSERT INTO `wp_usermeta` VALUES (11670, 1120, 'pmpro_blastname', 'Kocourek') ; 
INSERT INTO `wp_usermeta` VALUES (11671, 1120, 'first_name', 'Jenna') ; 
INSERT INTO `wp_usermeta` VALUES (11672, 1120, 'last_name', 'Kocourek') ; 
INSERT INTO `wp_usermeta` VALUES (11673, 1120, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (11674, 1120, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (11675, 1120, 'pmpro_baddress1', '1818 N. 81st St.') ; 
INSERT INTO `wp_usermeta` VALUES (11676, 1120, 'pmpro_bcity', 'Omaha') ; 
INSERT INTO `wp_usermeta` VALUES (11677, 1120, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11678, 1120, 'pmpro_bzipcode', '68114') ; 
INSERT INTO `wp_usermeta` VALUES (11679, 1121, 'pmpro_bfirstname', 'Jenna') ; 
INSERT INTO `wp_usermeta` VALUES (11680, 1121, 'pmpro_blastname', 'McMichael') ; 
INSERT INTO `wp_usermeta` VALUES (11681, 1121, 'first_name', 'Jenna') ; 
INSERT INTO `wp_usermeta` VALUES (11682, 1121, 'last_name', 'McMichael') ; 
INSERT INTO `wp_usermeta` VALUES (11683, 1121, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (11684, 1121, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (11685, 1121, 'pmpro_baddress1', '205 SW 75th St. Apt 9N') ; 
INSERT INTO `wp_usermeta` VALUES (11686, 1121, 'pmpro_bcity', 'Gainesville') ; 
INSERT INTO `wp_usermeta` VALUES (11687, 1121, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11688, 1121, 'pmpro_bzipcode', '32607') ; 
INSERT INTO `wp_usermeta` VALUES (11689, 1122, 'pmpro_bfirstname', 'Jenna') ; 
INSERT INTO `wp_usermeta` VALUES (11690, 1122, 'pmpro_blastname', 'Schmidt') ; 
INSERT INTO `wp_usermeta` VALUES (11691, 1122, 'first_name', 'Jenna') ; 
INSERT INTO `wp_usermeta` VALUES (11692, 1122, 'last_name', 'Schmidt') ; 
INSERT INTO `wp_usermeta` VALUES (11693, 1122, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (11694, 1122, 'pmpro_bstate', 'OK') ; 
INSERT INTO `wp_usermeta` VALUES (11695, 1122, 'pmpro_baddress1', '434 S 70th E Ave') ; 
INSERT INTO `wp_usermeta` VALUES (11696, 1122, 'pmpro_bcity', 'Tulsa') ; 
INSERT INTO `wp_usermeta` VALUES (11697, 1122, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11698, 1122, 'pmpro_bzipcode', '74112') ; 
INSERT INTO `wp_usermeta` VALUES (11699, 1123, 'pmpro_bfirstname', 'Jenna L. ') ; 
INSERT INTO `wp_usermeta` VALUES (11700, 1123, 'pmpro_blastname', 'Cowles') ; 
INSERT INTO `wp_usermeta` VALUES (11701, 1123, 'first_name', 'Jenna L. ') ; 
INSERT INTO `wp_usermeta` VALUES (11702, 1123, 'last_name', 'Cowles') ; 
INSERT INTO `wp_usermeta` VALUES (11703, 1123, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11704, 1123, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (11705, 1123, 'pmpro_baddress1', '5731 Meehl Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (11706, 1123, 'pmpro_bcity', 'North East') ; 
INSERT INTO `wp_usermeta` VALUES (11707, 1123, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11708, 1123, 'pmpro_bzipcode', '16428-4944') ; 
INSERT INTO `wp_usermeta` VALUES (11709, 1124, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11710, 1124, 'pmpro_blastname', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (11711, 1124, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11712, 1124, 'last_name', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (11713, 1124, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (11714, 1124, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (11715, 1124, 'pmpro_baddress1', '716 Victory Dr') ; 
INSERT INTO `wp_usermeta` VALUES (11716, 1124, 'pmpro_bcity', 'Pickering') ; 
INSERT INTO `wp_usermeta` VALUES (11717, 1124, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11718, 1124, 'pmpro_bzipcode', 'L1W 2S2') ; 
INSERT INTO `wp_usermeta` VALUES (11719, 1125, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11720, 1125, 'pmpro_blastname', 'Fair') ; 
INSERT INTO `wp_usermeta` VALUES (11721, 1125, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11722, 1125, 'last_name', 'Fair') ; 
INSERT INTO `wp_usermeta` VALUES (11723, 1125, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11724, 1125, 'pmpro_bstate', 'SC') ; 
INSERT INTO `wp_usermeta` VALUES (11725, 1125, 'pmpro_baddress1', '150 Howell Circle #107') ; 
INSERT INTO `wp_usermeta` VALUES (11726, 1125, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (11727, 1125, 'pmpro_bcity', 'Greenville') ; 
INSERT INTO `wp_usermeta` VALUES (11728, 1125, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11729, 1125, 'pmpro_bzipcode', '29615') ; 
INSERT INTO `wp_usermeta` VALUES (11730, 1126, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11731, 1126, 'pmpro_blastname', 'Blackburn') ; 
INSERT INTO `wp_usermeta` VALUES (11732, 1126, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11733, 1126, 'last_name', 'Cullen') ; 
INSERT INTO `wp_usermeta` VALUES (11734, 1126, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11735, 1126, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (11736, 1126, 'pmpro_baddress1', '615 W. Jefferson St.') ; 
INSERT INTO `wp_usermeta` VALUES (11737, 1126, 'pmpro_bcity', 'Ofallon') ; 
INSERT INTO `wp_usermeta` VALUES (11738, 1126, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11739, 1126, 'pmpro_bzipcode', '62269') ; 
INSERT INTO `wp_usermeta` VALUES (11740, 1127, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11741, 1127, 'pmpro_blastname', 'Dyar') ; 
INSERT INTO `wp_usermeta` VALUES (11742, 1127, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11743, 1127, 'last_name', 'Dyar') ; 
INSERT INTO `wp_usermeta` VALUES (11744, 1127, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11745, 1127, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (11746, 1127, 'pmpro_baddress1', '8378 County Road G') ; 
INSERT INTO `wp_usermeta` VALUES (11747, 1127, 'pmpro_bcity', 'Argonne') ; 
INSERT INTO `wp_usermeta` VALUES (11748, 1127, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11749, 1127, 'pmpro_bzipcode', '54511-9182') ; 
INSERT INTO `wp_usermeta` VALUES (11750, 1128, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11751, 1128, 'pmpro_blastname', 'Gates') ; 
INSERT INTO `wp_usermeta` VALUES (11752, 1128, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11753, 1128, 'last_name', 'Gates') ; 
INSERT INTO `wp_usermeta` VALUES (11754, 1128, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11755, 1128, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (11756, 1128, 'pmpro_baddress1', '102 Range Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (11757, 1128, 'pmpro_bcity', 'Lafayette') ; 
INSERT INTO `wp_usermeta` VALUES (11758, 1128, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11759, 1128, 'pmpro_bzipcode', '70508') ; 
INSERT INTO `wp_usermeta` VALUES (11760, 1129, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11761, 1129, 'pmpro_blastname', 'Helfer') ; 
INSERT INTO `wp_usermeta` VALUES (11762, 1129, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11763, 1129, 'last_name', 'Helfer') ; 
INSERT INTO `wp_usermeta` VALUES (11764, 1129, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11765, 1129, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (11766, 1129, 'pmpro_baddress1', '2320 N. 76th Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (11767, 1129, 'pmpro_bcity', 'Elmwood Park') ; 
INSERT INTO `wp_usermeta` VALUES (11768, 1129, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11769, 1129, 'pmpro_bzipcode', '60707') ; 
INSERT INTO `wp_usermeta` VALUES (11770, 1130, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11771, 1130, 'pmpro_blastname', 'Proscia') ; 
INSERT INTO `wp_usermeta` VALUES (11772, 1130, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11773, 1130, 'last_name', 'Proscia') ; 
INSERT INTO `wp_usermeta` VALUES (11774, 1130, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (11775, 1130, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (11776, 1130, 'pmpro_baddress1', '18 Timberwood lane') ; 
INSERT INTO `wp_usermeta` VALUES (11777, 1130, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (11778, 1130, 'pmpro_bcity', 'Oak Ridge') ; 
INSERT INTO `wp_usermeta` VALUES (11779, 1130, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11780, 1130, 'pmpro_bzipcode', '07438') ; 
INSERT INTO `wp_usermeta` VALUES (11781, 1131, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11782, 1131, 'pmpro_blastname', 'Duncan') ; 
INSERT INTO `wp_usermeta` VALUES (11783, 1131, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11784, 1131, 'last_name', 'Duncan') ; 
INSERT INTO `wp_usermeta` VALUES (11785, 1131, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11786, 1131, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (11787, 1131, 'pmpro_baddress1', '1923 Pueblo Pass') ; 
INSERT INTO `wp_usermeta` VALUES (11788, 1131, 'pmpro_bcity', 'Evansville') ; 
INSERT INTO `wp_usermeta` VALUES (11789, 1131, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11790, 1131, 'pmpro_bzipcode', '47715') ; 
INSERT INTO `wp_usermeta` VALUES (11791, 1132, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11792, 1132, 'pmpro_blastname', 'Caton ') ; 
INSERT INTO `wp_usermeta` VALUES (11793, 1132, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11794, 1132, 'last_name', 'Caton ') ; 
INSERT INTO `wp_usermeta` VALUES (11795, 1132, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11796, 1132, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (11797, 1132, 'pmpro_baddress1', '238 Shepherd\\\'s Mill Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (11798, 1132, 'pmpro_bcity', 'Berryville') ; 
INSERT INTO `wp_usermeta` VALUES (11799, 1132, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11800, 1132, 'pmpro_bzipcode', '22611') ; 
INSERT INTO `wp_usermeta` VALUES (11801, 1133, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11802, 1133, 'pmpro_blastname', 'Craven') ; 
INSERT INTO `wp_usermeta` VALUES (11803, 1133, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11804, 1133, 'last_name', 'Craven') ; 
INSERT INTO `wp_usermeta` VALUES (11805, 1133, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11806, 1133, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (11807, 1133, 'pmpro_baddress1', '1247 Alwil Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (11808, 1133, 'pmpro_bcity', 'Cincinnati') ; 
INSERT INTO `wp_usermeta` VALUES (11809, 1133, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11810, 1133, 'pmpro_bzipcode', '45215') ; 
INSERT INTO `wp_usermeta` VALUES (11811, 1134, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11812, 1134, 'pmpro_blastname', 'MacNaughton') ; 
INSERT INTO `wp_usermeta` VALUES (11813, 1134, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11814, 1134, 'last_name', 'MacNaughton') ; 
INSERT INTO `wp_usermeta` VALUES (11815, 1134, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11816, 1134, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (11817, 1134, 'pmpro_baddress1', '1109 Briarwood Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (11818, 1134, 'pmpro_bcity', 'Brandon') ; 
INSERT INTO `wp_usermeta` VALUES (11819, 1134, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11820, 1134, 'pmpro_bzipcode', '33511-5523') ; 
INSERT INTO `wp_usermeta` VALUES (11821, 1135, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11822, 1135, 'pmpro_blastname', 'Nickolyn') ; 
INSERT INTO `wp_usermeta` VALUES (11823, 1135, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11824, 1135, 'last_name', 'Nickolyn') ; 
INSERT INTO `wp_usermeta` VALUES (11825, 1135, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (11826, 1135, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (11827, 1135, 'pmpro_baddress1', '1300 Miami Drive') ; 
INSERT INTO `wp_usermeta` VALUES (11828, 1135, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (11829, 1135, 'pmpro_bcity', 'Austin') ; 
INSERT INTO `wp_usermeta` VALUES (11830, 1135, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11831, 1135, 'pmpro_bzipcode', '78733') ; 
INSERT INTO `wp_usermeta` VALUES (11832, 1136, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11833, 1136, 'pmpro_blastname', 'Rawlings') ; 
INSERT INTO `wp_usermeta` VALUES (11834, 1136, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11835, 1136, 'last_name', 'Rawlings') ; 
INSERT INTO `wp_usermeta` VALUES (11836, 1136, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11837, 1136, 'pmpro_bstate', 'SC') ; 
INSERT INTO `wp_usermeta` VALUES (11838, 1136, 'pmpro_baddress1', '319 Chapelwhite Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (11839, 1136, 'pmpro_bcity', 'Irmo') ; 
INSERT INTO `wp_usermeta` VALUES (11840, 1136, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11841, 1136, 'pmpro_bzipcode', '29063') ; 
INSERT INTO `wp_usermeta` VALUES (11842, 1137, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11843, 1137, 'pmpro_blastname', 'Nixon') ; 
INSERT INTO `wp_usermeta` VALUES (11844, 1137, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11845, 1137, 'last_name', 'Nixon') ; 
INSERT INTO `wp_usermeta` VALUES (11846, 1137, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (11847, 1137, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (11848, 1137, 'pmpro_baddress1', '1885 S. Quebec Way Apt. E26') ; 
INSERT INTO `wp_usermeta` VALUES (11849, 1137, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (11850, 1137, 'pmpro_bcity', 'Denver') ; 
INSERT INTO `wp_usermeta` VALUES (11851, 1137, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11852, 1137, 'pmpro_bzipcode', '80231') ; 
INSERT INTO `wp_usermeta` VALUES (11853, 1138, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11854, 1138, 'pmpro_blastname', 'Yordy') ; 
INSERT INTO `wp_usermeta` VALUES (11855, 1138, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11856, 1138, 'last_name', 'Yordy') ; 
INSERT INTO `wp_usermeta` VALUES (11857, 1138, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (11858, 1138, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (11859, 1138, 'pmpro_baddress1', '213 Warrensburg Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (11860, 1138, 'pmpro_bcity', 'Belleville') ; 
INSERT INTO `wp_usermeta` VALUES (11861, 1138, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11862, 1138, 'pmpro_bzipcode', '62223') ; 
INSERT INTO `wp_usermeta` VALUES (11863, 1139, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11864, 1139, 'pmpro_blastname', 'Carter') ; 
INSERT INTO `wp_usermeta` VALUES (11865, 1139, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11866, 1139, 'last_name', 'Carter') ; 
INSERT INTO `wp_usermeta` VALUES (11867, 1139, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11868, 1139, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (11869, 1139, 'pmpro_baddress1', '6402 Highway 1') ; 
INSERT INTO `wp_usermeta` VALUES (11870, 1139, 'pmpro_bcity', 'Shreveport') ; 
INSERT INTO `wp_usermeta` VALUES (11871, 1139, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11872, 1139, 'pmpro_bzipcode', '71107') ; 
INSERT INTO `wp_usermeta` VALUES (11873, 1140, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11874, 1140, 'pmpro_blastname', 'Collier') ; 
INSERT INTO `wp_usermeta` VALUES (11875, 1140, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11876, 1140, 'last_name', 'Collier') ; 
INSERT INTO `wp_usermeta` VALUES (11877, 1140, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11878, 1140, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (11879, 1140, 'pmpro_baddress1', '174 State St.') ; 
INSERT INTO `wp_usermeta` VALUES (11880, 1140, 'pmpro_bcity', 'New Bedford') ; 
INSERT INTO `wp_usermeta` VALUES (11881, 1140, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11882, 1140, 'pmpro_bzipcode', '2740') ; 
INSERT INTO `wp_usermeta` VALUES (11883, 1141, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11884, 1141, 'pmpro_blastname', 'Elam') ; 
INSERT INTO `wp_usermeta` VALUES (11885, 1141, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11886, 1141, 'last_name', 'Elam') ; 
INSERT INTO `wp_usermeta` VALUES (11887, 1141, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (11888, 1141, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (11889, 1141, 'pmpro_baddress1', '763 Old Donaldson Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (11890, 1141, 'pmpro_bcity', 'Severn') ; 
INSERT INTO `wp_usermeta` VALUES (11891, 1141, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11892, 1141, 'pmpro_bzipcode', '21144') ; 
INSERT INTO `wp_usermeta` VALUES (11893, 1142, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11894, 1142, 'pmpro_blastname', 'Gale') ; 
INSERT INTO `wp_usermeta` VALUES (11895, 1142, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11896, 1142, 'last_name', 'Gale') ; 
INSERT INTO `wp_usermeta` VALUES (11897, 1142, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (11898, 1142, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (11899, 1142, 'pmpro_baddress1', '828 N. El Camino Real  Unit 12') ; 
INSERT INTO `wp_usermeta` VALUES (11900, 1142, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (11901, 1142, 'pmpro_bcity', 'San Mateo') ; 
INSERT INTO `wp_usermeta` VALUES (11902, 1142, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11903, 1142, 'pmpro_bzipcode', '94401-3753') ; 
INSERT INTO `wp_usermeta` VALUES (11904, 1143, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11905, 1143, 'pmpro_blastname', 'Gonsman') ; 
INSERT INTO `wp_usermeta` VALUES (11906, 1143, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11907, 1143, 'last_name', 'Gonsman') ; 
INSERT INTO `wp_usermeta` VALUES (11908, 1143, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11909, 1143, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (11910, 1143, 'pmpro_baddress1', '622 N. Wilson Ave. ') ; 
INSERT INTO `wp_usermeta` VALUES (11911, 1143, 'pmpro_baddress2', 'Apt 3') ; 
INSERT INTO `wp_usermeta` VALUES (11912, 1143, 'pmpro_bcity', 'Pasadena') ; 
INSERT INTO `wp_usermeta` VALUES (11913, 1143, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11914, 1143, 'pmpro_bzipcode', '91106') ; 
INSERT INTO `wp_usermeta` VALUES (11915, 1144, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11916, 1144, 'pmpro_blastname', 'Neese') ; 
INSERT INTO `wp_usermeta` VALUES (11917, 1144, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11918, 1144, 'last_name', 'Neese') ; 
INSERT INTO `wp_usermeta` VALUES (11919, 1144, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11920, 1144, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (11921, 1144, 'pmpro_baddress1', '929 N. California Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (11922, 1144, 'pmpro_bcity', 'Beaumont') ; 
INSERT INTO `wp_usermeta` VALUES (11923, 1144, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11924, 1144, 'pmpro_bzipcode', '92223') ; 
INSERT INTO `wp_usermeta` VALUES (11925, 1145, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11926, 1145, 'pmpro_blastname', 'Orr') ; 
INSERT INTO `wp_usermeta` VALUES (11927, 1145, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11928, 1145, 'last_name', 'Orr') ; 
INSERT INTO `wp_usermeta` VALUES (11929, 1145, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11930, 1145, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (11931, 1145, 'pmpro_baddress1', '1717 Market St.  Apt 113') ; 
INSERT INTO `wp_usermeta` VALUES (11932, 1145, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (11933, 1145, 'pmpro_bcity', 'Tacoma') ; 
INSERT INTO `wp_usermeta` VALUES (11934, 1145, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11935, 1145, 'pmpro_bzipcode', '98402') ; 
INSERT INTO `wp_usermeta` VALUES (11936, 1146, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11937, 1146, 'pmpro_blastname', 'Osburn') ; 
INSERT INTO `wp_usermeta` VALUES (11938, 1146, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11939, 1146, 'last_name', 'Osburn') ; 
INSERT INTO `wp_usermeta` VALUES (11940, 1146, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (11941, 1146, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (11942, 1146, 'pmpro_baddress1', '261 Green Vista Lane') ; 
INSERT INTO `wp_usermeta` VALUES (11943, 1146, 'pmpro_bcity', 'Roseburg') ; 
INSERT INTO `wp_usermeta` VALUES (11944, 1146, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11945, 1146, 'pmpro_bzipcode', '97471-9854') ; 
INSERT INTO `wp_usermeta` VALUES (11946, 1147, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11947, 1147, 'pmpro_blastname', 'Penning') ; 
INSERT INTO `wp_usermeta` VALUES (11948, 1147, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11949, 1147, 'last_name', 'Penning') ; 
INSERT INTO `wp_usermeta` VALUES (11950, 1147, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11951, 1147, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (11952, 1147, 'pmpro_baddress1', '2120 N. Fort Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (11953, 1147, 'pmpro_bcity', 'Springfield') ; 
INSERT INTO `wp_usermeta` VALUES (11954, 1147, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11955, 1147, 'pmpro_bzipcode', '65803') ; 
INSERT INTO `wp_usermeta` VALUES (11956, 1148, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11957, 1148, 'pmpro_blastname', 'Thomas') ; 
INSERT INTO `wp_usermeta` VALUES (11958, 1148, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11959, 1148, 'last_name', 'Thomas') ; 
INSERT INTO `wp_usermeta` VALUES (11960, 1148, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11961, 1148, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (11962, 1148, 'pmpro_baddress1', '22170 Derby') ; 
INSERT INTO `wp_usermeta` VALUES (11963, 1148, 'pmpro_bcity', 'Woodhaven') ; 
INSERT INTO `wp_usermeta` VALUES (11964, 1148, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11965, 1148, 'pmpro_bzipcode', '48183') ; 
INSERT INTO `wp_usermeta` VALUES (11966, 1149, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11967, 1149, 'pmpro_blastname', 'Andrew') ; 
INSERT INTO `wp_usermeta` VALUES (11968, 1149, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11969, 1149, 'last_name', 'Andrew') ; 
INSERT INTO `wp_usermeta` VALUES (11970, 1149, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11971, 1149, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (11972, 1149, 'pmpro_baddress1', '262 Georgias Lane') ; 
INSERT INTO `wp_usermeta` VALUES (11973, 1149, 'pmpro_bcity', 'Dallas') ; 
INSERT INTO `wp_usermeta` VALUES (11974, 1149, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11975, 1149, 'pmpro_bzipcode', '30157') ; 
INSERT INTO `wp_usermeta` VALUES (11976, 1150, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11977, 1150, 'pmpro_blastname', 'Conrad') ; 
INSERT INTO `wp_usermeta` VALUES (11978, 1150, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11979, 1150, 'last_name', 'Conrad') ; 
INSERT INTO `wp_usermeta` VALUES (11980, 1150, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (11981, 1150, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (11982, 1150, 'pmpro_baddress1', '26 N. McLean Blvd.  Apt 4') ; 
INSERT INTO `wp_usermeta` VALUES (11983, 1150, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (11984, 1150, 'pmpro_bcity', 'Memphis') ; 
INSERT INTO `wp_usermeta` VALUES (11985, 1150, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11986, 1150, 'pmpro_bzipcode', '38104') ; 
INSERT INTO `wp_usermeta` VALUES (11987, 1151, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11988, 1151, 'pmpro_blastname', 'Elgart') ; 
INSERT INTO `wp_usermeta` VALUES (11989, 1151, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11990, 1151, 'last_name', 'Elgart') ; 
INSERT INTO `wp_usermeta` VALUES (11991, 1151, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (11992, 1151, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (11993, 1151, 'pmpro_baddress1', '1186 Edie Ave') ; 
INSERT INTO `wp_usermeta` VALUES (11994, 1151, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (11995, 1151, 'pmpro_bcity', 'Atlanta') ; 
INSERT INTO `wp_usermeta` VALUES (11996, 1151, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (11997, 1151, 'pmpro_bzipcode', '30312') ; 
INSERT INTO `wp_usermeta` VALUES (11998, 1152, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (11999, 1152, 'pmpro_blastname', 'Norman') ; 
INSERT INTO `wp_usermeta` VALUES (12000, 1152, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12001, 1152, 'last_name', 'Norman') ; 
INSERT INTO `wp_usermeta` VALUES (12002, 1152, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12003, 1152, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (12004, 1152, 'pmpro_baddress1', '333 Fort Crook Rd S - Apt 204') ; 
INSERT INTO `wp_usermeta` VALUES (12005, 1152, 'pmpro_bcity', 'Bellevue') ; 
INSERT INTO `wp_usermeta` VALUES (12006, 1152, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12007, 1152, 'pmpro_bzipcode', '68005-2266') ; 
INSERT INTO `wp_usermeta` VALUES (12008, 1153, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12009, 1153, 'pmpro_blastname', 'Harberer') ; 
INSERT INTO `wp_usermeta` VALUES (12010, 1153, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12011, 1153, 'last_name', 'Harberer') ; 
INSERT INTO `wp_usermeta` VALUES (12012, 1153, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12013, 1153, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (12014, 1153, 'pmpro_baddress1', '2435 Old Stone Court - Apt 2') ; 
INSERT INTO `wp_usermeta` VALUES (12015, 1153, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (12016, 1153, 'pmpro_bcity', 'Toledo') ; 
INSERT INTO `wp_usermeta` VALUES (12017, 1153, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12018, 1153, 'pmpro_bzipcode', '43614-2141') ; 
INSERT INTO `wp_usermeta` VALUES (12019, 1154, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12020, 1154, 'pmpro_blastname', 'Nelson') ; 
INSERT INTO `wp_usermeta` VALUES (12021, 1154, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12022, 1154, 'last_name', 'Nelson') ; 
INSERT INTO `wp_usermeta` VALUES (12023, 1154, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (12024, 1154, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (12025, 1154, 'pmpro_baddress1', '17540 Willow Pond Drive') ; 
INSERT INTO `wp_usermeta` VALUES (12026, 1154, 'pmpro_bcity', 'Lutz') ; 
INSERT INTO `wp_usermeta` VALUES (12027, 1154, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12028, 1154, 'pmpro_bzipcode', '33549') ; 
INSERT INTO `wp_usermeta` VALUES (12029, 1155, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12030, 1155, 'pmpro_blastname', 'Trevis') ; 
INSERT INTO `wp_usermeta` VALUES (12031, 1155, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12032, 1155, 'last_name', 'Trevis') ; 
INSERT INTO `wp_usermeta` VALUES (12033, 1155, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12034, 1155, 'pmpro_bstate', 'MS') ; 
INSERT INTO `wp_usermeta` VALUES (12035, 1155, 'pmpro_baddress1', '200 Foxgate Ave. #9C') ; 
INSERT INTO `wp_usermeta` VALUES (12036, 1155, 'pmpro_bcity', 'Hattiesburg') ; 
INSERT INTO `wp_usermeta` VALUES (12037, 1155, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12038, 1155, 'pmpro_bzipcode', '39402') ; 
INSERT INTO `wp_usermeta` VALUES (12039, 1156, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12040, 1156, 'pmpro_blastname', 'Vincent') ; 
INSERT INTO `wp_usermeta` VALUES (12041, 1156, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12042, 1156, 'last_name', 'Vincent') ; 
INSERT INTO `wp_usermeta` VALUES (12043, 1156, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (12044, 1156, 'pmpro_bstate', 'RI') ; 
INSERT INTO `wp_usermeta` VALUES (12045, 1156, 'pmpro_baddress1', '149 Woodbine St.  #2L') ; 
INSERT INTO `wp_usermeta` VALUES (12046, 1156, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (12047, 1156, 'pmpro_bcity', 'Cranston') ; 
INSERT INTO `wp_usermeta` VALUES (12048, 1156, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12049, 1156, 'pmpro_bzipcode', '02910') ; 
INSERT INTO `wp_usermeta` VALUES (12050, 1157, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12051, 1157, 'pmpro_blastname', 'Alessi') ; 
INSERT INTO `wp_usermeta` VALUES (12052, 1157, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12053, 1157, 'last_name', 'Alessi') ; 
INSERT INTO `wp_usermeta` VALUES (12054, 1157, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12055, 1157, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (12056, 1157, 'pmpro_baddress1', '2380 Abbeywood Dr. Apt A') ; 
INSERT INTO `wp_usermeta` VALUES (12057, 1157, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (12058, 1157, 'pmpro_bcity', 'Lisle') ; 
INSERT INTO `wp_usermeta` VALUES (12059, 1157, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12060, 1157, 'pmpro_bzipcode', '60532-3381') ; 
INSERT INTO `wp_usermeta` VALUES (12061, 1158, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12062, 1158, 'pmpro_blastname', 'Boyce') ; 
INSERT INTO `wp_usermeta` VALUES (12063, 1158, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12064, 1158, 'last_name', 'Boyce') ; 
INSERT INTO `wp_usermeta` VALUES (12065, 1158, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12066, 1158, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (12067, 1158, 'pmpro_baddress1', '4806 Winthrop Avenue') ; 
INSERT INTO `wp_usermeta` VALUES (12068, 1158, 'pmpro_bcity', 'Indianapolis') ; 
INSERT INTO `wp_usermeta` VALUES (12069, 1158, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12070, 1158, 'pmpro_bzipcode', '46205-2012') ; 
INSERT INTO `wp_usermeta` VALUES (12071, 1159, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12072, 1159, 'pmpro_blastname', 'Hamilton') ; 
INSERT INTO `wp_usermeta` VALUES (12073, 1159, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12074, 1159, 'last_name', 'Hamilton') ; 
INSERT INTO `wp_usermeta` VALUES (12075, 1159, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12076, 1159, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (12077, 1159, 'pmpro_baddress1', '50 N. Plaza Blvd.  Apt 441') ; 
INSERT INTO `wp_usermeta` VALUES (12078, 1159, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (12079, 1159, 'pmpro_bcity', 'Rochester Hills') ; 
INSERT INTO `wp_usermeta` VALUES (12080, 1159, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12081, 1159, 'pmpro_bzipcode', '48307') ; 
INSERT INTO `wp_usermeta` VALUES (12082, 1160, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12083, 1160, 'pmpro_blastname', 'Orrison') ; 
INSERT INTO `wp_usermeta` VALUES (12084, 1160, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12085, 1160, 'last_name', 'Orrison') ; 
INSERT INTO `wp_usermeta` VALUES (12086, 1160, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (12087, 1160, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (12088, 1160, 'pmpro_baddress1', '278 N. Wilshire Ave.  Apt B37') ; 
INSERT INTO `wp_usermeta` VALUES (12089, 1160, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (12090, 1160, 'pmpro_bcity', 'Anaheim') ; 
INSERT INTO `wp_usermeta` VALUES (12091, 1160, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12092, 1160, 'pmpro_bzipcode', '92801-5861') ; 
INSERT INTO `wp_usermeta` VALUES (12093, 1161, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12094, 1161, 'pmpro_blastname', 'Walker') ; 
INSERT INTO `wp_usermeta` VALUES (12095, 1161, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12096, 1161, 'last_name', 'Walker') ; 
INSERT INTO `wp_usermeta` VALUES (12097, 1161, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12098, 1161, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (12099, 1161, 'pmpro_baddress1', '21571 Pedroso') ; 
INSERT INTO `wp_usermeta` VALUES (12100, 1161, 'pmpro_bcity', 'Mission Viejo') ; 
INSERT INTO `wp_usermeta` VALUES (12101, 1161, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12102, 1161, 'pmpro_bzipcode', '92691') ; 
INSERT INTO `wp_usermeta` VALUES (12103, 1162, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12104, 1162, 'pmpro_blastname', 'Y\'Deen') ; 
INSERT INTO `wp_usermeta` VALUES (12105, 1162, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12106, 1162, 'last_name', 'Y\\\'Deen') ; 
INSERT INTO `wp_usermeta` VALUES (12107, 1162, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (12108, 1162, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (12109, 1162, 'pmpro_baddress1', '15802 Tern St.') ; 
INSERT INTO `wp_usermeta` VALUES (12110, 1162, 'pmpro_bcity', 'Chino Hills') ; 
INSERT INTO `wp_usermeta` VALUES (12111, 1162, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12112, 1162, 'pmpro_bzipcode', '91709') ; 
INSERT INTO `wp_usermeta` VALUES (12113, 1163, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12114, 1163, 'pmpro_blastname', 'Ho') ; 
INSERT INTO `wp_usermeta` VALUES (12115, 1163, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12116, 1163, 'last_name', 'Hopkirk') ; 
INSERT INTO `wp_usermeta` VALUES (12117, 1163, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (12118, 1163, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (12119, 1163, 'pmpro_baddress1', '1200 E Hillsdale Blvd. Apt 40A') ; 
INSERT INTO `wp_usermeta` VALUES (12120, 1163, 'pmpro_bcity', 'Foster City') ; 
INSERT INTO `wp_usermeta` VALUES (12121, 1163, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12122, 1163, 'pmpro_bzipcode', '64404') ; 
INSERT INTO `wp_usermeta` VALUES (12123, 1164, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12124, 1164, 'pmpro_blastname', 'Kirkpatrick') ; 
INSERT INTO `wp_usermeta` VALUES (12125, 1164, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12126, 1164, 'last_name', 'Kirkpatrick') ; 
INSERT INTO `wp_usermeta` VALUES (12127, 1164, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12128, 1164, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (12129, 1164, 'pmpro_baddress1', '12605 Buttermilk Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (12130, 1164, 'pmpro_bcity', 'Knoxville') ; 
INSERT INTO `wp_usermeta` VALUES (12131, 1164, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12132, 1164, 'pmpro_bzipcode', '37932-2232') ; 
INSERT INTO `wp_usermeta` VALUES (12133, 1165, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12134, 1165, 'pmpro_blastname', 'Mattive') ; 
INSERT INTO `wp_usermeta` VALUES (12135, 1165, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12136, 1165, 'last_name', 'Mattive') ; 
INSERT INTO `wp_usermeta` VALUES (12137, 1165, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12138, 1165, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (12139, 1165, 'pmpro_baddress1', 'P.O. Box 186') ; 
INSERT INTO `wp_usermeta` VALUES (12140, 1165, 'pmpro_bcity', 'Penns Creek') ; 
INSERT INTO `wp_usermeta` VALUES (12141, 1165, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (12142, 1165, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12143, 1165, 'pmpro_bzipcode', '17862') ; 
INSERT INTO `wp_usermeta` VALUES (12144, 1166, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12145, 1166, 'pmpro_blastname', 'Maresso') ; 
INSERT INTO `wp_usermeta` VALUES (12146, 1166, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12147, 1166, 'last_name', 'Maresso') ; 
INSERT INTO `wp_usermeta` VALUES (12148, 1166, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12149, 1166, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (12150, 1166, 'pmpro_baddress1', '434 N. Waiola Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (12151, 1166, 'pmpro_bcity', 'La Grange Park') ; 
INSERT INTO `wp_usermeta` VALUES (12152, 1166, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12153, 1166, 'pmpro_bzipcode', '60526') ; 
INSERT INTO `wp_usermeta` VALUES (12154, 1167, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12155, 1167, 'pmpro_blastname', 'Schahl') ; 
INSERT INTO `wp_usermeta` VALUES (12156, 1167, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12157, 1167, 'last_name', 'Schahl') ; 
INSERT INTO `wp_usermeta` VALUES (12158, 1167, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12159, 1167, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (12160, 1167, 'pmpro_baddress1', '1120 48th St.') ; 
INSERT INTO `wp_usermeta` VALUES (12161, 1167, 'pmpro_bcity', 'Moline') ; 
INSERT INTO `wp_usermeta` VALUES (12162, 1167, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12163, 1167, 'pmpro_bzipcode', '61265') ; 
INSERT INTO `wp_usermeta` VALUES (12164, 1168, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12165, 1168, 'pmpro_blastname', 'Bell') ; 
INSERT INTO `wp_usermeta` VALUES (12166, 1168, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12167, 1168, 'last_name', 'Bell') ; 
INSERT INTO `wp_usermeta` VALUES (12168, 1168, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12169, 1168, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (12170, 1168, 'pmpro_baddress1', '5225 Koster Hill Place') ; 
INSERT INTO `wp_usermeta` VALUES (12171, 1168, 'pmpro_bcity', 'Cary') ; 
INSERT INTO `wp_usermeta` VALUES (12172, 1168, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12173, 1168, 'pmpro_bzipcode', '27518-9270') ; 
INSERT INTO `wp_usermeta` VALUES (12174, 1169, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12175, 1169, 'pmpro_blastname', 'Elston') ; 
INSERT INTO `wp_usermeta` VALUES (12176, 1169, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12177, 1169, 'last_name', 'Elston') ; 
INSERT INTO `wp_usermeta` VALUES (12178, 1169, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12179, 1169, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (12180, 1169, 'pmpro_baddress1', '1989 Colonial Pkwy') ; 
INSERT INTO `wp_usermeta` VALUES (12181, 1169, 'pmpro_bcity', 'Fort Worth') ; 
INSERT INTO `wp_usermeta` VALUES (12182, 1169, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (12183, 1169, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12184, 1169, 'pmpro_bzipcode', '76110') ; 
INSERT INTO `wp_usermeta` VALUES (12185, 1170, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12186, 1170, 'pmpro_blastname', 'Hennessy: RWPZ') ; 
INSERT INTO `wp_usermeta` VALUES (12187, 1170, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12188, 1170, 'last_name', 'Hennessy') ; 
INSERT INTO `wp_usermeta` VALUES (12189, 1170, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12190, 1170, 'pmpro_bstate', 'RI') ; 
INSERT INTO `wp_usermeta` VALUES (12191, 1170, 'pmpro_baddress1', '1000 Elmwood Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (12192, 1170, 'pmpro_bcity', 'Providence') ; 
INSERT INTO `wp_usermeta` VALUES (12193, 1170, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (12194, 1170, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12195, 1170, 'pmpro_bzipcode', '2907') ; 
INSERT INTO `wp_usermeta` VALUES (12196, 1171, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12197, 1171, 'pmpro_blastname', 'Mixsell') ; 
INSERT INTO `wp_usermeta` VALUES (12198, 1171, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12199, 1171, 'last_name', 'Mixsell') ; 
INSERT INTO `wp_usermeta` VALUES (12200, 1171, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12201, 1171, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (12202, 1171, 'pmpro_baddress1', '5216 Mt. Alifan Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (12203, 1171, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (12204, 1171, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12205, 1171, 'pmpro_bzipcode', '92111') ; 
INSERT INTO `wp_usermeta` VALUES (12206, 1172, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12207, 1172, 'pmpro_blastname', 'Palumbo') ; 
INSERT INTO `wp_usermeta` VALUES (12208, 1172, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12209, 1172, 'last_name', 'Palumbo') ; 
INSERT INTO `wp_usermeta` VALUES (12210, 1172, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12211, 1172, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (12212, 1172, 'pmpro_baddress1', '6208 N. Fairfield Ave.  Apt1') ; 
INSERT INTO `wp_usermeta` VALUES (12213, 1172, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (12214, 1172, 'pmpro_bcity', 'Chicago') ; 
INSERT INTO `wp_usermeta` VALUES (12215, 1172, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12216, 1172, 'pmpro_bzipcode', '60659') ; 
INSERT INTO `wp_usermeta` VALUES (12217, 1173, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12218, 1173, 'pmpro_blastname', 'Phelps') ; 
INSERT INTO `wp_usermeta` VALUES (12219, 1173, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12220, 1173, 'last_name', 'Phelps') ; 
INSERT INTO `wp_usermeta` VALUES (12221, 1173, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12222, 1173, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (12223, 1173, 'pmpro_baddress1', '404 English Ivy Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (12224, 1173, 'pmpro_bcity', 'Nashville') ; 
INSERT INTO `wp_usermeta` VALUES (12225, 1173, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12226, 1173, 'pmpro_bzipcode', '37211-7138') ; 
INSERT INTO `wp_usermeta` VALUES (12227, 1174, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12228, 1174, 'pmpro_blastname', 'Tuttle') ; 
INSERT INTO `wp_usermeta` VALUES (12229, 1174, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12230, 1174, 'last_name', 'Tuttle') ; 
INSERT INTO `wp_usermeta` VALUES (12231, 1174, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12232, 1174, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (12233, 1174, 'pmpro_baddress1', 'P.O. Box 2255') ; 
INSERT INTO `wp_usermeta` VALUES (12234, 1174, 'pmpro_bcity', 'Palm Harbor') ; 
INSERT INTO `wp_usermeta` VALUES (12235, 1174, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12236, 1174, 'pmpro_bzipcode', '34682') ; 
INSERT INTO `wp_usermeta` VALUES (12237, 1175, 'pmpro_bfirstname', 'Jennifer ') ; 
INSERT INTO `wp_usermeta` VALUES (12238, 1175, 'pmpro_blastname', 'Snell Rullman') ; 
INSERT INTO `wp_usermeta` VALUES (12239, 1175, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (12240, 1175, 'last_name', 'Snell Rullman') ; 
INSERT INTO `wp_usermeta` VALUES (12241, 1175, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12242, 1175, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (12243, 1175, 'pmpro_baddress1', '4649 Sunnyside Ave. N. ') ; 
INSERT INTO `wp_usermeta` VALUES (12244, 1175, 'pmpro_baddress2', 'Ste. 325') ; 
INSERT INTO `wp_usermeta` VALUES (12245, 1175, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (12246, 1175, 'uxf_organization', 'Snow Leopard Trust') ; 
INSERT INTO `wp_usermeta` VALUES (12247, 1175, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12248, 1175, 'pmpro_bzipcode', '98103') ; 
INSERT INTO `wp_usermeta` VALUES (12249, 1176, 'pmpro_bfirstname', 'Jennifer A.') ; 
INSERT INTO `wp_usermeta` VALUES (12250, 1176, 'pmpro_blastname', 'Berg') ; 
INSERT INTO `wp_usermeta` VALUES (12251, 1176, 'first_name', 'Jennifer A.') ; 
INSERT INTO `wp_usermeta` VALUES (12252, 1176, 'last_name', 'Berg') ; 
INSERT INTO `wp_usermeta` VALUES (12253, 1176, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (12254, 1176, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (12255, 1176, 'pmpro_baddress1', '73 Swainton Goshen Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (12256, 1176, 'pmpro_bcity', 'Cape May Court House') ; 
INSERT INTO `wp_usermeta` VALUES (12257, 1176, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12258, 1176, 'pmpro_bzipcode', '08210') ; 
INSERT INTO `wp_usermeta` VALUES (12259, 1177, 'pmpro_bfirstname', 'Jennifer A. ') ; 
INSERT INTO `wp_usermeta` VALUES (12260, 1177, 'pmpro_blastname', 'Verstraete') ; 
INSERT INTO `wp_usermeta` VALUES (12261, 1177, 'first_name', 'Jennifer A.') ; 
INSERT INTO `wp_usermeta` VALUES (12262, 1177, 'last_name', 'Verstraete') ; 
INSERT INTO `wp_usermeta` VALUES (12263, 1177, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12264, 1177, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (12265, 1177, 'pmpro_baddress1', '41 Catherine Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (12266, 1177, 'pmpro_bcity', 'Ringwood') ; 
INSERT INTO `wp_usermeta` VALUES (12267, 1177, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12268, 1177, 'pmpro_bzipcode', '7456') ; 
INSERT INTO `wp_usermeta` VALUES (12269, 1178, 'pmpro_bfirstname', 'Jennifer B. ') ; 
INSERT INTO `wp_usermeta` VALUES (12270, 1178, 'pmpro_blastname', 'Davis') ; 
INSERT INTO `wp_usermeta` VALUES (12271, 1178, 'first_name', 'Jennifer B. ') ; 
INSERT INTO `wp_usermeta` VALUES (12272, 1178, 'last_name', 'Davis') ; 
INSERT INTO `wp_usermeta` VALUES (12273, 1178, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12274, 1178, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (12275, 1178, 'pmpro_baddress1', '583 Blenheim Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (12276, 1178, 'pmpro_bcity', 'Columbus') ; 
INSERT INTO `wp_usermeta` VALUES (12277, 1178, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12278, 1178, 'pmpro_bzipcode', '43214') ; 
INSERT INTO `wp_usermeta` VALUES (12279, 1179, 'pmpro_bfirstname', 'Jennifer C.') ; 
INSERT INTO `wp_usermeta` VALUES (12280, 1179, 'pmpro_blastname', 'Chapman') ; 
INSERT INTO `wp_usermeta` VALUES (12281, 1179, 'first_name', 'Jennifer C.') ; 
INSERT INTO `wp_usermeta` VALUES (12282, 1179, 'last_name', 'Chapman') ; 
INSERT INTO `wp_usermeta` VALUES (12283, 1179, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (12284, 1179, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (12285, 1179, 'pmpro_baddress1', '4646 Voltaire Street') ; 
INSERT INTO `wp_usermeta` VALUES (12286, 1179, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (12287, 1179, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12288, 1179, 'pmpro_bzipcode', '92107') ; 
INSERT INTO `wp_usermeta` VALUES (12289, 1180, 'pmpro_bfirstname', 'Jennifer Danille ') ; 
INSERT INTO `wp_usermeta` VALUES (12290, 1180, 'pmpro_blastname', 'Green') ; 
INSERT INTO `wp_usermeta` VALUES (12291, 1180, 'first_name', 'Jennifer Danille') ; 
INSERT INTO `wp_usermeta` VALUES (12292, 1180, 'last_name', 'Green') ; 
INSERT INTO `wp_usermeta` VALUES (12293, 1180, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12294, 1180, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (12295, 1180, 'pmpro_baddress1', '8323 FM 1201 - Apt 5') ; 
INSERT INTO `wp_usermeta` VALUES (12296, 1180, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (12297, 1180, 'pmpro_bcity', 'Gainesville') ; 
INSERT INTO `wp_usermeta` VALUES (12298, 1180, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12299, 1180, 'pmpro_bzipcode', '76240') ; 
INSERT INTO `wp_usermeta` VALUES (12300, 1181, 'pmpro_bfirstname', 'Jen') ; 
INSERT INTO `wp_usermeta` VALUES (12301, 1181, 'pmpro_blastname', 'Wilson') ; 
INSERT INTO `wp_usermeta` VALUES (12302, 1181, 'first_name', 'Jennifer K.') ; 
INSERT INTO `wp_usermeta` VALUES (12303, 1181, 'last_name', 'Wilson') ; 
INSERT INTO `wp_usermeta` VALUES (12304, 1181, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (12305, 1181, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (12306, 1181, 'pmpro_baddress1', '42195 Church Point Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (12307, 1181, 'pmpro_bcity', 'Gonzales') ; 
INSERT INTO `wp_usermeta` VALUES (12308, 1181, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12309, 1181, 'pmpro_bzipcode', '70737-7704') ; 
INSERT INTO `wp_usermeta` VALUES (12310, 1182, 'pmpro_bfirstname', 'Jenny') ; 
INSERT INTO `wp_usermeta` VALUES (12311, 1182, 'pmpro_blastname', 'Fortune') ; 
INSERT INTO `wp_usermeta` VALUES (12312, 1182, 'first_name', 'Jenny') ; 
INSERT INTO `wp_usermeta` VALUES (12313, 1182, 'last_name', 'Fortune') ; 
INSERT INTO `wp_usermeta` VALUES (12314, 1182, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12315, 1182, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (12316, 1182, 'pmpro_baddress1', '16038 Regent Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (12317, 1182, 'pmpro_bcity', 'Greenwell Springs') ; 
INSERT INTO `wp_usermeta` VALUES (12318, 1182, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12319, 1182, 'pmpro_bzipcode', '70739') ; 
INSERT INTO `wp_usermeta` VALUES (12320, 1183, 'pmpro_bfirstname', 'Jenny') ; 
INSERT INTO `wp_usermeta` VALUES (12321, 1183, 'pmpro_blastname', 'Kvapil') ; 
INSERT INTO `wp_usermeta` VALUES (12322, 1183, 'first_name', 'Jenny') ; 
INSERT INTO `wp_usermeta` VALUES (12323, 1183, 'last_name', 'Kvapil') ; 
INSERT INTO `wp_usermeta` VALUES (12324, 1183, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12325, 1183, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (12326, 1183, 'pmpro_baddress1', '729 Grant Ter. SE') ; 
INSERT INTO `wp_usermeta` VALUES (12327, 1183, 'pmpro_bcity', 'Atlanta') ; 
INSERT INTO `wp_usermeta` VALUES (12328, 1183, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12329, 1183, 'pmpro_bzipcode', '30315') ; 
INSERT INTO `wp_usermeta` VALUES (12330, 1184, 'pmpro_bfirstname', 'Jenyva') ; 
INSERT INTO `wp_usermeta` VALUES (12331, 1184, 'pmpro_blastname', 'Turner') ; 
INSERT INTO `wp_usermeta` VALUES (12332, 1184, 'first_name', 'Jenyva') ; 
INSERT INTO `wp_usermeta` VALUES (12333, 1184, 'last_name', 'Turner') ; 
INSERT INTO `wp_usermeta` VALUES (12334, 1184, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12335, 1184, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (12336, 1184, 'pmpro_baddress1', '313 N. Main St.') ; 
INSERT INTO `wp_usermeta` VALUES (12337, 1184, 'pmpro_bcity', 'Fountain') ; 
INSERT INTO `wp_usermeta` VALUES (12338, 1184, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12339, 1184, 'pmpro_bzipcode', '80817') ; 
INSERT INTO `wp_usermeta` VALUES (12340, 1185, 'pmpro_bfirstname', 'Jeremiah') ; 
INSERT INTO `wp_usermeta` VALUES (12341, 1185, 'pmpro_blastname', 'Cummins') ; 
INSERT INTO `wp_usermeta` VALUES (12342, 1185, 'first_name', 'Jeremiah') ; 
INSERT INTO `wp_usermeta` VALUES (12343, 1185, 'last_name', 'Cummins') ; 
INSERT INTO `wp_usermeta` VALUES (12344, 1185, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12345, 1185, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (12346, 1185, 'pmpro_baddress1', '3501 E. 29th Avenue') ; 
INSERT INTO `wp_usermeta` VALUES (12347, 1185, 'pmpro_bcity', 'Denver') ; 
INSERT INTO `wp_usermeta` VALUES (12348, 1185, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12349, 1185, 'pmpro_bzipcode', '80205') ; 
INSERT INTO `wp_usermeta` VALUES (12350, 1186, 'pmpro_bfirstname', 'Jeremy') ; 
INSERT INTO `wp_usermeta` VALUES (12351, 1186, 'pmpro_blastname', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (12352, 1186, 'first_name', 'Jeremy') ; 
INSERT INTO `wp_usermeta` VALUES (12353, 1186, 'last_name', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (12354, 1186, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12355, 1186, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (12356, 1186, 'pmpro_baddress1', '9512 Cote Brilliante Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (12357, 1186, 'pmpro_bcity', 'Overland') ; 
INSERT INTO `wp_usermeta` VALUES (12358, 1186, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12359, 1186, 'pmpro_bzipcode', '63114') ; 
INSERT INTO `wp_usermeta` VALUES (12360, 1187, 'pmpro_bfirstname', 'Jeremy') ; 
INSERT INTO `wp_usermeta` VALUES (12361, 1187, 'pmpro_blastname', 'Goodman  DVM') ; 
INSERT INTO `wp_usermeta` VALUES (12362, 1187, 'first_name', 'Turtle Back Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (12363, 1187, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (12364, 1187, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12365, 1187, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (12366, 1187, 'pmpro_baddress1', '560 Northfield Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (12367, 1187, 'pmpro_bcity', 'West Orange') ; 
INSERT INTO `wp_usermeta` VALUES (12368, 1187, 'uxf_organization', 'Turtle Back Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (12369, 1187, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12370, 1187, 'pmpro_bzipcode', '7052') ; 
INSERT INTO `wp_usermeta` VALUES (12371, 1187, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (12372, 1188, 'pmpro_bfirstname', 'Jeremy') ; 
INSERT INTO `wp_usermeta` VALUES (12373, 1188, 'pmpro_blastname', 'Konwiser') ; 
INSERT INTO `wp_usermeta` VALUES (12374, 1188, 'first_name', 'Jeremy') ; 
INSERT INTO `wp_usermeta` VALUES (12375, 1188, 'last_name', 'Konwiser') ; 
INSERT INTO `wp_usermeta` VALUES (12376, 1188, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12377, 1188, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (12378, 1188, 'pmpro_baddress1', '898 Cotton Bay Dr. E') ; 
INSERT INTO `wp_usermeta` VALUES (12379, 1188, 'pmpro_baddress2', 'Apt 2216') ; 
INSERT INTO `wp_usermeta` VALUES (12380, 1188, 'pmpro_bcity', 'W. Palm Beach') ; 
INSERT INTO `wp_usermeta` VALUES (12381, 1188, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12382, 1188, 'pmpro_bzipcode', '33406') ; 
INSERT INTO `wp_usermeta` VALUES (12383, 1189, 'pmpro_bfirstname', 'Jeremy') ; 
INSERT INTO `wp_usermeta` VALUES (12384, 1189, 'pmpro_blastname', 'Hodges') ; 
INSERT INTO `wp_usermeta` VALUES (12385, 1189, 'first_name', 'Jeremy') ; 
INSERT INTO `wp_usermeta` VALUES (12386, 1189, 'last_name', 'Hodges') ; 
INSERT INTO `wp_usermeta` VALUES (12387, 1189, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12388, 1189, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (12389, 1189, 'pmpro_baddress1', '6545 Norman Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (12390, 1189, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (12391, 1189, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12392, 1189, 'pmpro_bzipcode', '92120') ; 
INSERT INTO `wp_usermeta` VALUES (12393, 1190, 'pmpro_bfirstname', 'Jerri Lynn') ; 
INSERT INTO `wp_usermeta` VALUES (12394, 1190, 'pmpro_blastname', 'Curran') ; 
INSERT INTO `wp_usermeta` VALUES (12395, 1190, 'first_name', 'Jerri Lynn') ; 
INSERT INTO `wp_usermeta` VALUES (12396, 1190, 'last_name', 'Curran') ; 
INSERT INTO `wp_usermeta` VALUES (12397, 1190, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12398, 1190, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (12399, 1190, 'pmpro_baddress1', '534 Warren Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (12400, 1190, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (12401, 1190, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12402, 1190, 'pmpro_bzipcode', '80905-2344') ; 
INSERT INTO `wp_usermeta` VALUES (12403, 1191, 'pmpro_bfirstname', 'Jerry L. ') ; 
INSERT INTO `wp_usermeta` VALUES (12404, 1191, 'pmpro_blastname', 'Tuttle') ; 
INSERT INTO `wp_usermeta` VALUES (12405, 1191, 'first_name', 'Jerry L. ') ; 
INSERT INTO `wp_usermeta` VALUES (12406, 1191, 'last_name', 'Tuttle') ; 
INSERT INTO `wp_usermeta` VALUES (12407, 1191, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12408, 1191, 'pmpro_bstate', 'NM') ; 
INSERT INTO `wp_usermeta` VALUES (12409, 1191, 'pmpro_baddress1', '1501 Indian School Rd. NE  Apt H102') ; 
INSERT INTO `wp_usermeta` VALUES (12410, 1191, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (12411, 1191, 'pmpro_bcity', 'Albuquerque') ; 
INSERT INTO `wp_usermeta` VALUES (12412, 1191, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12413, 1191, 'pmpro_bzipcode', '87102') ; 
INSERT INTO `wp_usermeta` VALUES (12414, 1192, 'pmpro_bfirstname', 'Jesse') ; 
INSERT INTO `wp_usermeta` VALUES (12415, 1192, 'pmpro_blastname', 'Kindzierski') ; 
INSERT INTO `wp_usermeta` VALUES (12416, 1192, 'first_name', 'Jesse') ; 
INSERT INTO `wp_usermeta` VALUES (12417, 1192, 'last_name', 'Kindzierski') ; 
INSERT INTO `wp_usermeta` VALUES (12418, 1192, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (12419, 1192, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (12420, 1192, 'pmpro_baddress1', '#2 - 464 Carpathia Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (12421, 1192, 'pmpro_bcity', 'Winnipeg') ; 
INSERT INTO `wp_usermeta` VALUES (12422, 1192, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12423, 1192, 'pmpro_bzipcode', 'R3N 1Y5') ; 
INSERT INTO `wp_usermeta` VALUES (12424, 1193, 'pmpro_bfirstname', 'Jesse') ; 
INSERT INTO `wp_usermeta` VALUES (12425, 1193, 'pmpro_blastname', 'Gilbert') ; 
INSERT INTO `wp_usermeta` VALUES (12426, 1193, 'first_name', 'Jesse') ; 
INSERT INTO `wp_usermeta` VALUES (12427, 1193, 'last_name', 'Gilbert') ; 
INSERT INTO `wp_usermeta` VALUES (12428, 1193, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12429, 1193, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (12430, 1193, 'pmpro_baddress1', '2710 N. Shoreline Blvd.') ; 
INSERT INTO `wp_usermeta` VALUES (12431, 1193, 'pmpro_bcity', 'Corpus Christi') ; 
INSERT INTO `wp_usermeta` VALUES (12432, 1193, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12433, 1193, 'pmpro_bzipcode', '78402') ; 
INSERT INTO `wp_usermeta` VALUES (12434, 1194, 'pmpro_bfirstname', 'Jessi') ; 
INSERT INTO `wp_usermeta` VALUES (12435, 1194, 'pmpro_blastname', 'Knudsen Castaneda') ; 
INSERT INTO `wp_usermeta` VALUES (12436, 1194, 'first_name', 'Jessi') ; 
INSERT INTO `wp_usermeta` VALUES (12437, 1194, 'last_name', 'Knudsen Castaneda') ; 
INSERT INTO `wp_usermeta` VALUES (12438, 1194, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12439, 1194, 'pmpro_bstate', 'MT') ; 
INSERT INTO `wp_usermeta` VALUES (12440, 1194, 'pmpro_baddress1', '2355 Swanson Meadows Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (12441, 1194, 'pmpro_bcity', 'Potomac') ; 
INSERT INTO `wp_usermeta` VALUES (12442, 1194, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12443, 1194, 'pmpro_bzipcode', '59823') ; 
INSERT INTO `wp_usermeta` VALUES (12444, 1195, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12445, 1195, 'pmpro_blastname', 'Honeywell') ; 
INSERT INTO `wp_usermeta` VALUES (12446, 1195, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12447, 1195, 'last_name', 'Honeywell') ; 
INSERT INTO `wp_usermeta` VALUES (12448, 1195, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12449, 1195, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (12450, 1195, 'pmpro_baddress1', '317 Ledden Ter.') ; 
INSERT INTO `wp_usermeta` VALUES (12451, 1195, 'pmpro_bcity', 'S. Plainfield') ; 
INSERT INTO `wp_usermeta` VALUES (12452, 1195, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12453, 1195, 'pmpro_bzipcode', '7080') ; 
INSERT INTO `wp_usermeta` VALUES (12454, 1196, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12455, 1196, 'pmpro_blastname', 'Watters') ; 
INSERT INTO `wp_usermeta` VALUES (12456, 1196, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12457, 1196, 'last_name', 'Watters') ; 
INSERT INTO `wp_usermeta` VALUES (12458, 1196, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12459, 1196, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (12460, 1196, 'pmpro_baddress1', '1667 Bedford Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (12461, 1196, 'pmpro_bcity', 'Clovis') ; 
INSERT INTO `wp_usermeta` VALUES (12462, 1196, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12463, 1196, 'pmpro_bzipcode', '93611') ; 
INSERT INTO `wp_usermeta` VALUES (12464, 1197, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12465, 1197, 'pmpro_blastname', 'Gomez-Padilla') ; 
INSERT INTO `wp_usermeta` VALUES (12466, 1197, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12467, 1197, 'last_name', 'Gomez-Padilla') ; 
INSERT INTO `wp_usermeta` VALUES (12468, 1197, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12469, 1197, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (12470, 1197, 'pmpro_baddress1', '1825 11th St. #B') ; 
INSERT INTO `wp_usermeta` VALUES (12471, 1197, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (12472, 1197, 'pmpro_bcity', 'Arcata') ; 
INSERT INTO `wp_usermeta` VALUES (12473, 1197, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12474, 1197, 'pmpro_bzipcode', '95521') ; 
INSERT INTO `wp_usermeta` VALUES (12475, 1198, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12476, 1198, 'pmpro_blastname', 'Kinzer') ; 
INSERT INTO `wp_usermeta` VALUES (12477, 1198, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12478, 1198, 'last_name', 'Kinzer') ; 
INSERT INTO `wp_usermeta` VALUES (12479, 1198, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12480, 1198, 'pmpro_bstate', 'SC') ; 
INSERT INTO `wp_usermeta` VALUES (12481, 1198, 'pmpro_baddress1', '1417 Brookview Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (12482, 1198, 'pmpro_bcity', 'Columbia') ; 
INSERT INTO `wp_usermeta` VALUES (12483, 1198, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12484, 1198, 'pmpro_bzipcode', '29212') ; 
INSERT INTO `wp_usermeta` VALUES (12485, 1199, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12486, 1199, 'pmpro_blastname', 'Creasy') ; 
INSERT INTO `wp_usermeta` VALUES (12487, 1199, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12488, 1199, 'last_name', 'Creasy') ; 
INSERT INTO `wp_usermeta` VALUES (12489, 1199, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12490, 1199, 'pmpro_bstate', 'AR') ; 
INSERT INTO `wp_usermeta` VALUES (12491, 1199, 'pmpro_baddress1', '1301 Florida Ave') ; 
INSERT INTO `wp_usermeta` VALUES (12492, 1199, 'pmpro_bcity', 'Little Rock') ; 
INSERT INTO `wp_usermeta` VALUES (12493, 1199, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12494, 1199, 'pmpro_bzipcode', '72207') ; 
INSERT INTO `wp_usermeta` VALUES (12495, 1200, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12496, 1200, 'pmpro_blastname', 'Embrey') ; 
INSERT INTO `wp_usermeta` VALUES (12497, 1200, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12498, 1200, 'last_name', 'Embrey') ; 
INSERT INTO `wp_usermeta` VALUES (12499, 1200, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12500, 1200, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (12501, 1200, 'pmpro_baddress1', '1413 Cedar St. SE') ; 
INSERT INTO `wp_usermeta` VALUES (12502, 1200, 'pmpro_bcity', 'Roanoke') ; 
INSERT INTO `wp_usermeta` VALUES (12503, 1200, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12504, 1200, 'pmpro_bzipcode', '24013') ; 
INSERT INTO `wp_usermeta` VALUES (12505, 1201, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12506, 1201, 'pmpro_blastname', 'Shold') ; 
INSERT INTO `wp_usermeta` VALUES (12507, 1201, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12508, 1201, 'last_name', 'Shold') ; 
INSERT INTO `wp_usermeta` VALUES (12509, 1201, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12510, 1201, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (12511, 1201, 'pmpro_baddress1', 'P.O. Box 133') ; 
INSERT INTO `wp_usermeta` VALUES (12512, 1201, 'pmpro_bcity', 'Floodwood') ; 
INSERT INTO `wp_usermeta` VALUES (12513, 1201, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12514, 1201, 'pmpro_bzipcode', '55736') ; 
INSERT INTO `wp_usermeta` VALUES (12515, 1202, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12516, 1202, 'pmpro_blastname', 'McCauley') ; 
INSERT INTO `wp_usermeta` VALUES (12517, 1202, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12518, 1202, 'last_name', 'McCauley') ; 
INSERT INTO `wp_usermeta` VALUES (12519, 1202, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12520, 1202, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (12521, 1202, 'pmpro_baddress1', '717 Adams St.') ; 
INSERT INTO `wp_usermeta` VALUES (12522, 1202, 'pmpro_bcity', 'Newburgh') ; 
INSERT INTO `wp_usermeta` VALUES (12523, 1202, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12524, 1202, 'pmpro_bzipcode', '47630') ; 
INSERT INTO `wp_usermeta` VALUES (12525, 1203, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12526, 1203, 'pmpro_blastname', 'Grote') ; 
INSERT INTO `wp_usermeta` VALUES (12527, 1203, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12528, 1203, 'last_name', 'Grote') ; 
INSERT INTO `wp_usermeta` VALUES (12529, 1203, 'pmpro_bcountry', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (12530, 1203, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (12531, 1203, 'pmpro_baddress1', '18605 Horse Creek St.') ; 
INSERT INTO `wp_usermeta` VALUES (12532, 1203, 'pmpro_bcity', 'Parker') ; 
INSERT INTO `wp_usermeta` VALUES (12533, 1203, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12534, 1203, 'pmpro_bzipcode', '80134') ; 
INSERT INTO `wp_usermeta` VALUES (12535, 1204, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12536, 1204, 'pmpro_blastname', 'Hurley') ; 
INSERT INTO `wp_usermeta` VALUES (12537, 1204, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12538, 1204, 'last_name', 'Hurley') ; 
INSERT INTO `wp_usermeta` VALUES (12539, 1204, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (12540, 1204, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (12541, 1204, 'pmpro_baddress1', '10600 Bannan Street') ; 
INSERT INTO `wp_usermeta` VALUES (12542, 1204, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (12543, 1204, 'pmpro_bcity', 'Orlando') ; 
INSERT INTO `wp_usermeta` VALUES (12544, 1204, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12545, 1204, 'pmpro_bzipcode', '32832') ; 
INSERT INTO `wp_usermeta` VALUES (12546, 1205, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12547, 1205, 'pmpro_blastname', 'Kordell') ; 
INSERT INTO `wp_usermeta` VALUES (12548, 1205, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12549, 1205, 'last_name', 'Kordell') ; 
INSERT INTO `wp_usermeta` VALUES (12550, 1205, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (12551, 1205, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (12552, 1205, 'pmpro_baddress1', '1500 Remount Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (12553, 1205, 'pmpro_bcity', 'Front Royal') ; 
INSERT INTO `wp_usermeta` VALUES (12554, 1205, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12555, 1205, 'pmpro_bzipcode', '22630') ; 
INSERT INTO `wp_usermeta` VALUES (12556, 1206, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12557, 1206, 'pmpro_blastname', 'Linek') ; 
INSERT INTO `wp_usermeta` VALUES (12558, 1206, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12559, 1206, 'last_name', 'Linek') ; 
INSERT INTO `wp_usermeta` VALUES (12560, 1206, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12561, 1206, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (12562, 1206, 'pmpro_baddress1', '889 Helenhurst Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (12563, 1206, 'pmpro_bcity', 'Westerville') ; 
INSERT INTO `wp_usermeta` VALUES (12564, 1206, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12565, 1206, 'pmpro_bzipcode', '43081-1908') ; 
INSERT INTO `wp_usermeta` VALUES (12566, 1207, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12567, 1207, 'pmpro_blastname', 'Meehan') ; 
INSERT INTO `wp_usermeta` VALUES (12568, 1207, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12569, 1207, 'last_name', 'Meehan') ; 
INSERT INTO `wp_usermeta` VALUES (12570, 1207, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (12571, 1207, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (12572, 1207, 'pmpro_baddress1', '940 S. Logan St.') ; 
INSERT INTO `wp_usermeta` VALUES (12573, 1207, 'pmpro_bcity', 'Denver') ; 
INSERT INTO `wp_usermeta` VALUES (12574, 1207, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12575, 1207, 'pmpro_bzipcode', '80209') ; 
INSERT INTO `wp_usermeta` VALUES (12576, 1208, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12577, 1208, 'pmpro_blastname', 'Murphy') ; 
INSERT INTO `wp_usermeta` VALUES (12578, 1208, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12579, 1208, 'last_name', 'Murphy') ; 
INSERT INTO `wp_usermeta` VALUES (12580, 1208, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (12581, 1208, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (12582, 1208, 'pmpro_baddress1', '504 Jackson St.') ; 
INSERT INTO `wp_usermeta` VALUES (12583, 1208, 'pmpro_bcity', 'Stoughton') ; 
INSERT INTO `wp_usermeta` VALUES (12584, 1208, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12585, 1208, 'pmpro_bzipcode', '53589') ; 
INSERT INTO `wp_usermeta` VALUES (12586, 1209, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12587, 1209, 'pmpro_blastname', 'Scallan Fidler') ; 
INSERT INTO `wp_usermeta` VALUES (12588, 1209, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12589, 1209, 'last_name', 'Scallan Fidler') ; 
INSERT INTO `wp_usermeta` VALUES (12590, 1209, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12591, 1209, 'pmpro_bstate', 'OK') ; 
INSERT INTO `wp_usermeta` VALUES (12592, 1209, 'pmpro_baddress1', '4062 E. 25th St.') ; 
INSERT INTO `wp_usermeta` VALUES (12593, 1209, 'pmpro_bcity', 'Tulsa') ; 
INSERT INTO `wp_usermeta` VALUES (12594, 1209, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12595, 1209, 'pmpro_bzipcode', '74114') ; 
INSERT INTO `wp_usermeta` VALUES (12596, 1210, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12597, 1210, 'pmpro_blastname', 'Whitham') ; 
INSERT INTO `wp_usermeta` VALUES (12598, 1210, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12599, 1210, 'last_name', 'Whitham') ; 
INSERT INTO `wp_usermeta` VALUES (12600, 1210, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12601, 1210, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (12602, 1210, 'pmpro_baddress1', '5624 Belmont Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (12603, 1210, 'pmpro_bcity', 'Downers Grove') ; 
INSERT INTO `wp_usermeta` VALUES (12604, 1210, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12605, 1210, 'pmpro_bzipcode', '60516') ; 
INSERT INTO `wp_usermeta` VALUES (12606, 1211, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12607, 1211, 'pmpro_blastname', 'Winchell') ; 
INSERT INTO `wp_usermeta` VALUES (12608, 1211, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12609, 1211, 'last_name', 'Winchell') ; 
INSERT INTO `wp_usermeta` VALUES (12610, 1211, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12611, 1211, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (12612, 1211, 'pmpro_baddress1', '7507 Hankee Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (12613, 1211, 'pmpro_bcity', 'Garrettsville') ; 
INSERT INTO `wp_usermeta` VALUES (12614, 1211, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12615, 1211, 'pmpro_bzipcode', '44231') ; 
INSERT INTO `wp_usermeta` VALUES (12616, 1212, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12617, 1212, 'pmpro_blastname', 'Bella') ; 
INSERT INTO `wp_usermeta` VALUES (12618, 1212, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12619, 1212, 'last_name', 'Bella') ; 
INSERT INTO `wp_usermeta` VALUES (12620, 1212, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (12621, 1212, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (12622, 1212, 'pmpro_baddress1', '2013 Quail Run') ; 
INSERT INTO `wp_usermeta` VALUES (12623, 1212, 'pmpro_bcity', 'Santa Rosa') ; 
INSERT INTO `wp_usermeta` VALUES (12624, 1212, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12625, 1212, 'pmpro_bzipcode', '95403-8962') ; 
INSERT INTO `wp_usermeta` VALUES (12626, 1213, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12627, 1213, 'pmpro_blastname', 'Mays') ; 
INSERT INTO `wp_usermeta` VALUES (12628, 1213, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12629, 1213, 'last_name', 'Mays') ; 
INSERT INTO `wp_usermeta` VALUES (12630, 1213, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12631, 1213, 'pmpro_bstate', 'SC') ; 
INSERT INTO `wp_usermeta` VALUES (12632, 1213, 'pmpro_baddress1', '14 Suffolk Downs Way') ; 
INSERT INTO `wp_usermeta` VALUES (12633, 1213, 'pmpro_bcity', 'Greenville') ; 
INSERT INTO `wp_usermeta` VALUES (12634, 1213, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12635, 1213, 'pmpro_bzipcode', '29615') ; 
INSERT INTO `wp_usermeta` VALUES (12636, 1214, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12637, 1214, 'pmpro_blastname', 'Oszvart') ; 
INSERT INTO `wp_usermeta` VALUES (12638, 1214, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12639, 1214, 'last_name', 'Oszvart') ; 
INSERT INTO `wp_usermeta` VALUES (12640, 1214, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (12641, 1214, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (12642, 1214, 'pmpro_baddress1', '65 Robbinsville - Edinburg Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (12643, 1214, 'pmpro_bcity', 'Robbinsville') ; 
INSERT INTO `wp_usermeta` VALUES (12644, 1214, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12645, 1214, 'pmpro_bzipcode', '08691') ; 
INSERT INTO `wp_usermeta` VALUES (12646, 1215, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12647, 1215, 'pmpro_blastname', 'Real') ; 
INSERT INTO `wp_usermeta` VALUES (12648, 1215, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12649, 1215, 'last_name', 'Real') ; 
INSERT INTO `wp_usermeta` VALUES (12650, 1215, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (12651, 1215, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (12652, 1215, 'pmpro_baddress1', '3938 Woodruff Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (12653, 1215, 'pmpro_bcity', 'Oakland') ; 
INSERT INTO `wp_usermeta` VALUES (12654, 1215, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12655, 1215, 'pmpro_bzipcode', '94602') ; 
INSERT INTO `wp_usermeta` VALUES (12656, 1216, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12657, 1216, 'pmpro_blastname', 'Sutherland') ; 
INSERT INTO `wp_usermeta` VALUES (12658, 1216, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12659, 1216, 'last_name', 'Sutherland') ; 
INSERT INTO `wp_usermeta` VALUES (12660, 1216, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12661, 1216, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (12662, 1216, 'pmpro_baddress1', '26838 226th Pl. SE') ; 
INSERT INTO `wp_usermeta` VALUES (12663, 1216, 'pmpro_bcity', 'Maple Valley') ; 
INSERT INTO `wp_usermeta` VALUES (12664, 1216, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12665, 1216, 'pmpro_bzipcode', '98038') ; 
INSERT INTO `wp_usermeta` VALUES (12666, 1217, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12667, 1217, 'pmpro_blastname', 'Thompson') ; 
INSERT INTO `wp_usermeta` VALUES (12668, 1217, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12669, 1217, 'last_name', 'Thompson') ; 
INSERT INTO `wp_usermeta` VALUES (12670, 1217, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12671, 1217, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (12672, 1217, 'pmpro_baddress1', '1339 E. Dayton St.') ; 
INSERT INTO `wp_usermeta` VALUES (12673, 1217, 'pmpro_bcity', 'Madison') ; 
INSERT INTO `wp_usermeta` VALUES (12674, 1217, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12675, 1217, 'pmpro_bzipcode', '53703') ; 
INSERT INTO `wp_usermeta` VALUES (12676, 1218, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12677, 1218, 'pmpro_blastname', 'Conley') ; 
INSERT INTO `wp_usermeta` VALUES (12678, 1218, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12679, 1218, 'last_name', 'Conley') ; 
INSERT INTO `wp_usermeta` VALUES (12680, 1218, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (12681, 1218, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (12682, 1218, 'pmpro_baddress1', '4550 S. Nicholson Ave.  Apt 14') ; 
INSERT INTO `wp_usermeta` VALUES (12683, 1218, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (12684, 1218, 'pmpro_bcity', 'Cudahy') ; 
INSERT INTO `wp_usermeta` VALUES (12685, 1218, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12686, 1218, 'pmpro_bzipcode', '53110') ; 
INSERT INTO `wp_usermeta` VALUES (12687, 1219, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12688, 1219, 'pmpro_blastname', 'Downs') ; 
INSERT INTO `wp_usermeta` VALUES (12689, 1219, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12690, 1219, 'last_name', 'Downs') ; 
INSERT INTO `wp_usermeta` VALUES (12691, 1219, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12692, 1219, 'pmpro_bstate', 'MS') ; 
INSERT INTO `wp_usermeta` VALUES (12693, 1219, 'pmpro_baddress1', '181 Knight Circle') ; 
INSERT INTO `wp_usermeta` VALUES (12694, 1219, 'pmpro_bcity', 'Soso') ; 
INSERT INTO `wp_usermeta` VALUES (12695, 1219, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12696, 1219, 'pmpro_bzipcode', '39480') ; 
INSERT INTO `wp_usermeta` VALUES (12697, 1220, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12698, 1220, 'pmpro_blastname', 'Griswold') ; 
INSERT INTO `wp_usermeta` VALUES (12699, 1220, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12700, 1220, 'last_name', 'Griswold') ; 
INSERT INTO `wp_usermeta` VALUES (12701, 1220, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (12702, 1220, 'pmpro_bstate', 'AL') ; 
INSERT INTO `wp_usermeta` VALUES (12703, 1220, 'pmpro_baddress1', '1324 Willow Creek Place') ; 
INSERT INTO `wp_usermeta` VALUES (12704, 1220, 'pmpro_bcity', 'Alabaster') ; 
INSERT INTO `wp_usermeta` VALUES (12705, 1220, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12706, 1220, 'pmpro_bzipcode', '35007') ; 
INSERT INTO `wp_usermeta` VALUES (12707, 1221, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12708, 1221, 'pmpro_blastname', 'Sheftel') ; 
INSERT INTO `wp_usermeta` VALUES (12709, 1221, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12710, 1221, 'last_name', 'Sheftel') ; 
INSERT INTO `wp_usermeta` VALUES (12711, 1221, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (12712, 1221, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (12713, 1221, 'pmpro_baddress1', '4617 Santa Monica Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (12714, 1221, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (12715, 1221, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12716, 1221, 'pmpro_bzipcode', '92107') ; 
INSERT INTO `wp_usermeta` VALUES (12717, 1222, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12718, 1222, 'pmpro_blastname', 'Burchard') ; 
INSERT INTO `wp_usermeta` VALUES (12719, 1222, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12720, 1222, 'last_name', 'Burchard') ; 
INSERT INTO `wp_usermeta` VALUES (12721, 1222, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12722, 1222, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (12723, 1222, 'pmpro_baddress1', '6103 Thistle Trace') ; 
INSERT INTO `wp_usermeta` VALUES (12724, 1222, 'pmpro_bcity', 'Greensboro') ; 
INSERT INTO `wp_usermeta` VALUES (12725, 1222, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12726, 1222, 'pmpro_bzipcode', '27410') ; 
INSERT INTO `wp_usermeta` VALUES (12727, 1223, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12728, 1223, 'pmpro_blastname', 'Ehrgott') ; 
INSERT INTO `wp_usermeta` VALUES (12729, 1223, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12730, 1223, 'last_name', 'Ehrgott') ; 
INSERT INTO `wp_usermeta` VALUES (12731, 1223, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (12732, 1223, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (12733, 1223, 'pmpro_baddress1', 'P.O. Box 412') ; 
INSERT INTO `wp_usermeta` VALUES (12734, 1223, 'pmpro_bcity', 'Georgetown') ; 
INSERT INTO `wp_usermeta` VALUES (12735, 1223, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12736, 1223, 'pmpro_bzipcode', '80444-0412') ; 
INSERT INTO `wp_usermeta` VALUES (12737, 1224, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12738, 1224, 'pmpro_blastname', 'Penrose') ; 
INSERT INTO `wp_usermeta` VALUES (12739, 1224, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12740, 1224, 'last_name', 'Penrose') ; 
INSERT INTO `wp_usermeta` VALUES (12741, 1224, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (12742, 1224, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (12743, 1224, 'pmpro_baddress1', '627 Wendel Ave') ; 
INSERT INTO `wp_usermeta` VALUES (12744, 1224, 'pmpro_bcity', 'Lithia') ; 
INSERT INTO `wp_usermeta` VALUES (12745, 1224, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12746, 1224, 'pmpro_bzipcode', '33547') ; 
INSERT INTO `wp_usermeta` VALUES (12747, 1225, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12748, 1225, 'pmpro_blastname', 'Porterfield') ; 
INSERT INTO `wp_usermeta` VALUES (12749, 1225, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12750, 1225, 'last_name', 'Porterfield') ; 
INSERT INTO `wp_usermeta` VALUES (12751, 1225, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12752, 1225, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (12753, 1225, 'pmpro_baddress1', '2048 Celeste Ave ') ; 
INSERT INTO `wp_usermeta` VALUES (12754, 1225, 'pmpro_bcity', 'Walnut Creek ') ; 
INSERT INTO `wp_usermeta` VALUES (12755, 1225, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12756, 1225, 'pmpro_bzipcode', '94596') ; 
INSERT INTO `wp_usermeta` VALUES (12757, 1226, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12758, 1226, 'pmpro_blastname', 'Rautio') ; 
INSERT INTO `wp_usermeta` VALUES (12759, 1226, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12760, 1226, 'last_name', 'Rautio') ; 
INSERT INTO `wp_usermeta` VALUES (12761, 1226, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (12762, 1226, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (12763, 1226, 'pmpro_baddress1', '12452 Hammock Pointe Cir') ; 
INSERT INTO `wp_usermeta` VALUES (12764, 1226, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (12765, 1226, 'pmpro_bcity', 'Clermont') ; 
INSERT INTO `wp_usermeta` VALUES (12766, 1226, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12767, 1226, 'pmpro_bzipcode', '34711') ; 
INSERT INTO `wp_usermeta` VALUES (12768, 1227, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12769, 1227, 'pmpro_blastname', 'Orlick-Steagall') ; 
INSERT INTO `wp_usermeta` VALUES (12770, 1227, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12771, 1227, 'last_name', 'Orlick-Steagall') ; 
INSERT INTO `wp_usermeta` VALUES (12772, 1227, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12773, 1227, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (12774, 1227, 'pmpro_baddress1', 'P.O. Box 51042') ; 
INSERT INTO `wp_usermeta` VALUES (12775, 1227, 'pmpro_bcity', 'Parks') ; 
INSERT INTO `wp_usermeta` VALUES (12776, 1227, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12777, 1227, 'pmpro_bzipcode', '86018') ; 
INSERT INTO `wp_usermeta` VALUES (12778, 1228, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12779, 1228, 'pmpro_blastname', 'Scrivener ') ; 
INSERT INTO `wp_usermeta` VALUES (12780, 1228, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12781, 1228, 'last_name', 'Scrivener ') ; 
INSERT INTO `wp_usermeta` VALUES (12782, 1228, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12783, 1228, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (12784, 1228, 'pmpro_baddress1', '3509 NW 3rd St.') ; 
INSERT INTO `wp_usermeta` VALUES (12785, 1228, 'pmpro_bcity', 'Gainesville') ; 
INSERT INTO `wp_usermeta` VALUES (12786, 1228, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12787, 1228, 'pmpro_bzipcode', '32609') ; 
INSERT INTO `wp_usermeta` VALUES (12788, 1229, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12789, 1229, 'pmpro_blastname', 'Campbell') ; 
INSERT INTO `wp_usermeta` VALUES (12790, 1229, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12791, 1229, 'last_name', 'Campbell') ; 
INSERT INTO `wp_usermeta` VALUES (12792, 1229, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12793, 1229, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (12794, 1229, 'pmpro_baddress1', '27 Mayhill Rd. N.') ; 
INSERT INTO `wp_usermeta` VALUES (12795, 1229, 'pmpro_bcity', 'Maplewood') ; 
INSERT INTO `wp_usermeta` VALUES (12796, 1229, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12797, 1229, 'pmpro_bzipcode', '55119') ; 
INSERT INTO `wp_usermeta` VALUES (12798, 1230, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12799, 1230, 'pmpro_blastname', 'Munson') ; 
INSERT INTO `wp_usermeta` VALUES (12800, 1230, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12801, 1230, 'last_name', 'Munson') ; 
INSERT INTO `wp_usermeta` VALUES (12802, 1230, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12803, 1230, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (12804, 1230, 'pmpro_baddress1', '3830 N. 83rd St.') ; 
INSERT INTO `wp_usermeta` VALUES (12805, 1230, 'pmpro_bcity', 'Milwaukee') ; 
INSERT INTO `wp_usermeta` VALUES (12806, 1230, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12807, 1230, 'pmpro_bzipcode', '53222') ; 
INSERT INTO `wp_usermeta` VALUES (12808, 1231, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12809, 1231, 'pmpro_blastname', 'Schrauger') ; 
INSERT INTO `wp_usermeta` VALUES (12810, 1231, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12811, 1231, 'last_name', 'Schrauger') ; 
INSERT INTO `wp_usermeta` VALUES (12812, 1231, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12813, 1231, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (12814, 1231, 'pmpro_baddress1', '4014 Promenade Square Dr. Apt 4513') ; 
INSERT INTO `wp_usermeta` VALUES (12815, 1231, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (12816, 1231, 'pmpro_bcity', 'Orlando') ; 
INSERT INTO `wp_usermeta` VALUES (12817, 1231, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12818, 1231, 'pmpro_bzipcode', '32837') ; 
INSERT INTO `wp_usermeta` VALUES (12819, 1232, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12820, 1232, 'pmpro_blastname', 'Horenstein') ; 
INSERT INTO `wp_usermeta` VALUES (12821, 1232, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (12822, 1232, 'last_name', 'Horenstein') ; 
INSERT INTO `wp_usermeta` VALUES (12823, 1232, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12824, 1232, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (12825, 1232, 'pmpro_baddress1', '295 Tappan Street - Apt 2') ; 
INSERT INTO `wp_usermeta` VALUES (12826, 1232, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (12827, 1232, 'pmpro_bcity', 'Brookline') ; 
INSERT INTO `wp_usermeta` VALUES (12828, 1232, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12829, 1232, 'pmpro_bzipcode', '2445') ; 
INSERT INTO `wp_usermeta` VALUES (12830, 1233, 'pmpro_bfirstname', 'Jessie') ; 
INSERT INTO `wp_usermeta` VALUES (12831, 1233, 'pmpro_blastname', 'Lowry') ; 
INSERT INTO `wp_usermeta` VALUES (12832, 1233, 'first_name', 'Jessie') ; 
INSERT INTO `wp_usermeta` VALUES (12833, 1233, 'last_name', 'Lowry') ; 
INSERT INTO `wp_usermeta` VALUES (12834, 1233, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12835, 1233, 'pmpro_bstate', 'IA') ; 
INSERT INTO `wp_usermeta` VALUES (12836, 1233, 'pmpro_baddress1', '1102 Emma Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (12837, 1233, 'pmpro_bcity', 'Des Moines') ; 
INSERT INTO `wp_usermeta` VALUES (12838, 1233, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12839, 1233, 'pmpro_bzipcode', '50315') ; 
INSERT INTO `wp_usermeta` VALUES (12840, 1234, 'pmpro_bfirstname', 'Jil') ; 
INSERT INTO `wp_usermeta` VALUES (12841, 1234, 'pmpro_blastname', 'Walden') ; 
INSERT INTO `wp_usermeta` VALUES (12842, 1234, 'first_name', 'Jil') ; 
INSERT INTO `wp_usermeta` VALUES (12843, 1234, 'last_name', 'Walden') ; 
INSERT INTO `wp_usermeta` VALUES (12844, 1234, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12845, 1234, 'pmpro_bstate', 'OK') ; 
INSERT INTO `wp_usermeta` VALUES (12846, 1234, 'pmpro_baddress1', '4837 S. 67th E. Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (12847, 1234, 'pmpro_bcity', 'Tulsa') ; 
INSERT INTO `wp_usermeta` VALUES (12848, 1234, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12849, 1234, 'pmpro_bzipcode', '74145') ; 
INSERT INTO `wp_usermeta` VALUES (12850, 1235, 'pmpro_bfirstname', 'Jilian') ; 
INSERT INTO `wp_usermeta` VALUES (12851, 1235, 'pmpro_blastname', 'Fazio') ; 
INSERT INTO `wp_usermeta` VALUES (12852, 1235, 'first_name', 'Jilian') ; 
INSERT INTO `wp_usermeta` VALUES (12853, 1235, 'last_name', 'Fazio') ; 
INSERT INTO `wp_usermeta` VALUES (12854, 1235, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12855, 1235, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (12856, 1235, 'pmpro_baddress1', '14447 Glen Crest Circle') ; 
INSERT INTO `wp_usermeta` VALUES (12857, 1235, 'pmpro_bcity', 'Centreville') ; 
INSERT INTO `wp_usermeta` VALUES (12858, 1235, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12859, 1235, 'pmpro_bzipcode', '20120') ; 
INSERT INTO `wp_usermeta` VALUES (12860, 1236, 'pmpro_bfirstname', 'Jill') ; 
INSERT INTO `wp_usermeta` VALUES (12861, 1236, 'pmpro_blastname', 'Eshenbaugh') ; 
INSERT INTO `wp_usermeta` VALUES (12862, 1236, 'first_name', 'Jill') ; 
INSERT INTO `wp_usermeta` VALUES (12863, 1236, 'last_name', 'Eshenbaugh') ; 
INSERT INTO `wp_usermeta` VALUES (12864, 1236, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12865, 1236, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (12866, 1236, 'pmpro_baddress1', '4304 68th Ave. Ct. W') ; 
INSERT INTO `wp_usermeta` VALUES (12867, 1236, 'pmpro_bcity', 'University Place') ; 
INSERT INTO `wp_usermeta` VALUES (12868, 1236, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12869, 1236, 'pmpro_bzipcode', '98466') ; 
INSERT INTO `wp_usermeta` VALUES (12870, 1237, 'pmpro_bfirstname', 'Jill') ; 
INSERT INTO `wp_usermeta` VALUES (12871, 1237, 'pmpro_blastname', 'Kamienski') ; 
INSERT INTO `wp_usermeta` VALUES (12872, 1237, 'first_name', 'Jill') ; 
INSERT INTO `wp_usermeta` VALUES (12873, 1237, 'last_name', 'Kamienski') ; 
INSERT INTO `wp_usermeta` VALUES (12874, 1237, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12875, 1237, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (12876, 1237, 'pmpro_baddress1', '1835 Presidential Heights Apt 828') ; 
INSERT INTO `wp_usermeta` VALUES (12877, 1237, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (12878, 1237, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (12879, 1237, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12880, 1237, 'pmpro_bzipcode', '80905') ; 
INSERT INTO `wp_usermeta` VALUES (12881, 1238, 'pmpro_bfirstname', 'Jill') ; 
INSERT INTO `wp_usermeta` VALUES (12882, 1238, 'pmpro_blastname', 'Dignan') ; 
INSERT INTO `wp_usermeta` VALUES (12883, 1238, 'first_name', 'Jill') ; 
INSERT INTO `wp_usermeta` VALUES (12884, 1238, 'last_name', 'Dignan') ; 
INSERT INTO `wp_usermeta` VALUES (12885, 1238, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (12886, 1238, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (12887, 1238, 'pmpro_baddress1', '752 Huntley Terrace') ; 
INSERT INTO `wp_usermeta` VALUES (12888, 1238, 'pmpro_bcity', 'Crete') ; 
INSERT INTO `wp_usermeta` VALUES (12889, 1238, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12890, 1238, 'pmpro_bzipcode', '60417') ; 
INSERT INTO `wp_usermeta` VALUES (12891, 1239, 'pmpro_bfirstname', 'Jill') ; 
INSERT INTO `wp_usermeta` VALUES (12892, 1239, 'pmpro_blastname', 'Simpson') ; 
INSERT INTO `wp_usermeta` VALUES (12893, 1239, 'first_name', 'Jill') ; 
INSERT INTO `wp_usermeta` VALUES (12894, 1239, 'last_name', 'Simpson') ; 
INSERT INTO `wp_usermeta` VALUES (12895, 1239, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (12896, 1239, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (12897, 1239, 'pmpro_baddress1', '1111 Huntsford Terrace') ; 
INSERT INTO `wp_usermeta` VALUES (12898, 1239, 'pmpro_bcity', 'Thomasville') ; 
INSERT INTO `wp_usermeta` VALUES (12899, 1239, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12900, 1239, 'pmpro_bzipcode', '27360') ; 
INSERT INTO `wp_usermeta` VALUES (12901, 1240, 'pmpro_bfirstname', 'Jill') ; 
INSERT INTO `wp_usermeta` VALUES (12902, 1240, 'pmpro_blastname', 'Cunningham') ; 
INSERT INTO `wp_usermeta` VALUES (12903, 1240, 'first_name', 'Jill') ; 
INSERT INTO `wp_usermeta` VALUES (12904, 1240, 'last_name', 'Cunningham') ; 
INSERT INTO `wp_usermeta` VALUES (12905, 1240, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (12906, 1240, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (12907, 1240, 'pmpro_baddress1', '48 Broadmoor Plaza  Apt 9') ; 
INSERT INTO `wp_usermeta` VALUES (12908, 1240, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (12909, 1240, 'pmpro_bcity', 'Santa Barbara') ; 
INSERT INTO `wp_usermeta` VALUES (12910, 1240, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12911, 1240, 'pmpro_bzipcode', '93105') ; 
INSERT INTO `wp_usermeta` VALUES (12912, 1241, 'pmpro_bfirstname', 'Jill') ; 
INSERT INTO `wp_usermeta` VALUES (12913, 1241, 'pmpro_blastname', 'Werner') ; 
INSERT INTO `wp_usermeta` VALUES (12914, 1241, 'first_name', 'Jill') ; 
INSERT INTO `wp_usermeta` VALUES (12915, 1241, 'last_name', 'Werner') ; 
INSERT INTO `wp_usermeta` VALUES (12916, 1241, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (12917, 1241, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (12918, 1241, 'pmpro_baddress1', '10211 Bianca Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (12919, 1241, 'pmpro_bcity', 'Northridge') ; 
INSERT INTO `wp_usermeta` VALUES (12920, 1241, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12921, 1241, 'pmpro_bzipcode', '91325') ; 
INSERT INTO `wp_usermeta` VALUES (12922, 1242, 'pmpro_bfirstname', 'Jill') ; 
INSERT INTO `wp_usermeta` VALUES (12923, 1242, 'pmpro_blastname', 'Cox') ; 
INSERT INTO `wp_usermeta` VALUES (12924, 1242, 'first_name', 'Jill') ; 
INSERT INTO `wp_usermeta` VALUES (12925, 1242, 'last_name', 'Cox') ; 
INSERT INTO `wp_usermeta` VALUES (12926, 1242, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (12927, 1242, 'pmpro_bstate', 'UT') ; 
INSERT INTO `wp_usermeta` VALUES (12928, 1242, 'pmpro_baddress1', '3710 Angelico Ct. Apt B') ; 
INSERT INTO `wp_usermeta` VALUES (12929, 1242, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (12930, 1242, 'pmpro_bcity', 'West Valley City') ; 
INSERT INTO `wp_usermeta` VALUES (12931, 1242, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12932, 1242, 'pmpro_bzipcode', '84119') ; 
INSERT INTO `wp_usermeta` VALUES (12933, 1243, 'pmpro_bfirstname', 'Jill') ; 
INSERT INTO `wp_usermeta` VALUES (12934, 1243, 'pmpro_blastname', 'Brown') ; 
INSERT INTO `wp_usermeta` VALUES (12935, 1243, 'first_name', 'Jill') ; 
INSERT INTO `wp_usermeta` VALUES (12936, 1243, 'last_name', 'Brown') ; 
INSERT INTO `wp_usermeta` VALUES (12937, 1243, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (12938, 1243, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (12939, 1243, 'pmpro_baddress1', '820 Torredge Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (12940, 1243, 'pmpro_bcity', 'Durham') ; 
INSERT INTO `wp_usermeta` VALUES (12941, 1243, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12942, 1243, 'pmpro_bzipcode', '27712') ; 
INSERT INTO `wp_usermeta` VALUES (12943, 1244, 'pmpro_bfirstname', 'Jill') ; 
INSERT INTO `wp_usermeta` VALUES (12944, 1244, 'pmpro_blastname', 'Gordon') ; 
INSERT INTO `wp_usermeta` VALUES (12945, 1244, 'first_name', 'Jill') ; 
INSERT INTO `wp_usermeta` VALUES (12946, 1244, 'last_name', 'Gordon') ; 
INSERT INTO `wp_usermeta` VALUES (12947, 1244, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (12948, 1244, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (12949, 1244, 'pmpro_baddress1', 'St. Louis Zoo - One Government Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (12950, 1244, 'pmpro_bcity', 'St. Louis') ; 
INSERT INTO `wp_usermeta` VALUES (12951, 1244, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (12952, 1244, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12953, 1244, 'pmpro_bzipcode', '63110') ; 
INSERT INTO `wp_usermeta` VALUES (12954, 1245, 'pmpro_bfirstname', 'Jill') ; 
INSERT INTO `wp_usermeta` VALUES (12955, 1245, 'pmpro_blastname', 'Ohlsen') ; 
INSERT INTO `wp_usermeta` VALUES (12956, 1245, 'first_name', 'Jill') ; 
INSERT INTO `wp_usermeta` VALUES (12957, 1245, 'last_name', 'Ohlsen') ; 
INSERT INTO `wp_usermeta` VALUES (12958, 1245, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12959, 1245, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (12960, 1245, 'pmpro_baddress1', '4231 Clover Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (12961, 1245, 'pmpro_bcity', 'Evansville') ; 
INSERT INTO `wp_usermeta` VALUES (12962, 1245, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12963, 1245, 'pmpro_bzipcode', '47711') ; 
INSERT INTO `wp_usermeta` VALUES (12964, 1246, 'pmpro_bfirstname', 'Jill M. ') ; 
INSERT INTO `wp_usermeta` VALUES (12965, 1246, 'pmpro_blastname', 'Fredericks') ; 
INSERT INTO `wp_usermeta` VALUES (12966, 1246, 'first_name', 'Jill M. ') ; 
INSERT INTO `wp_usermeta` VALUES (12967, 1246, 'last_name', 'Fredericks') ; 
INSERT INTO `wp_usermeta` VALUES (12968, 1246, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12969, 1246, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (12970, 1246, 'pmpro_baddress1', '16303 Rambling Vine Dr. W.') ; 
INSERT INTO `wp_usermeta` VALUES (12971, 1246, 'pmpro_bcity', 'Tampa') ; 
INSERT INTO `wp_usermeta` VALUES (12972, 1246, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12973, 1246, 'pmpro_bzipcode', '33624') ; 
INSERT INTO `wp_usermeta` VALUES (12974, 1247, 'pmpro_bfirstname', 'Jillian') ; 
INSERT INTO `wp_usermeta` VALUES (12975, 1247, 'pmpro_blastname', 'Huwe') ; 
INSERT INTO `wp_usermeta` VALUES (12976, 1247, 'first_name', 'Jillian') ; 
INSERT INTO `wp_usermeta` VALUES (12977, 1247, 'last_name', 'Huwe') ; 
INSERT INTO `wp_usermeta` VALUES (12978, 1247, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12979, 1247, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (12980, 1247, 'pmpro_baddress1', '216 E. 79th Terrace') ; 
INSERT INTO `wp_usermeta` VALUES (12981, 1247, 'pmpro_bcity', 'Kansas City') ; 
INSERT INTO `wp_usermeta` VALUES (12982, 1247, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12983, 1247, 'pmpro_bzipcode', '64114-2560') ; 
INSERT INTO `wp_usermeta` VALUES (12984, 1248, 'pmpro_bfirstname', 'Jim') ; 
INSERT INTO `wp_usermeta` VALUES (12985, 1248, 'pmpro_blastname', 'Wamsley') ; 
INSERT INTO `wp_usermeta` VALUES (12986, 1248, 'first_name', 'Jim') ; 
INSERT INTO `wp_usermeta` VALUES (12987, 1248, 'last_name', 'Wamsley') ; 
INSERT INTO `wp_usermeta` VALUES (12988, 1248, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12989, 1248, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (12990, 1248, 'pmpro_baddress1', '8 Canyon Alder') ; 
INSERT INTO `wp_usermeta` VALUES (12991, 1248, 'pmpro_bcity', 'Littleton') ; 
INSERT INTO `wp_usermeta` VALUES (12992, 1248, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (12993, 1248, 'pmpro_bzipcode', '80127') ; 
INSERT INTO `wp_usermeta` VALUES (12994, 1249, 'pmpro_bfirstname', 'Jim') ; 
INSERT INTO `wp_usermeta` VALUES (12995, 1249, 'pmpro_blastname', 'Fouts') ; 
INSERT INTO `wp_usermeta` VALUES (12996, 1249, 'first_name', 'Tanganyika Wildlife Park') ; 
INSERT INTO `wp_usermeta` VALUES (12997, 1249, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (12998, 1249, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (12999, 1249, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (13000, 1249, 'pmpro_baddress1', '1037 S. 183rd St. W.') ; 
INSERT INTO `wp_usermeta` VALUES (13001, 1249, 'pmpro_bcity', 'Goddard') ; 
INSERT INTO `wp_usermeta` VALUES (13002, 1249, 'uxf_organization', 'Tanganyika Wildlife Park') ; 
INSERT INTO `wp_usermeta` VALUES (13003, 1249, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13004, 1249, 'pmpro_bzipcode', '67052') ; 
INSERT INTO `wp_usermeta` VALUES (13005, 1250, 'pmpro_bfirstname', 'Jim') ; 
INSERT INTO `wp_usermeta` VALUES (13006, 1250, 'pmpro_blastname', 'Funsch') ; 
INSERT INTO `wp_usermeta` VALUES (13007, 1250, 'first_name', 'Jim') ; 
INSERT INTO `wp_usermeta` VALUES (13008, 1250, 'last_name', 'Funsch') ; 
INSERT INTO `wp_usermeta` VALUES (13009, 1250, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13010, 1250, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (13011, 1250, 'pmpro_baddress1', '110 Sidener Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (13012, 1250, 'pmpro_bcity', 'Springfield') ; 
INSERT INTO `wp_usermeta` VALUES (13013, 1250, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13014, 1250, 'pmpro_bzipcode', '62707-6431') ; 
INSERT INTO `wp_usermeta` VALUES (13015, 1251, 'pmpro_bfirstname', 'Jim') ; 
INSERT INTO `wp_usermeta` VALUES (13016, 1251, 'pmpro_blastname', 'Haigwood') ; 
INSERT INTO `wp_usermeta` VALUES (13017, 1251, 'first_name', 'Jim') ; 
INSERT INTO `wp_usermeta` VALUES (13018, 1251, 'last_name', 'Haigwood') ; 
INSERT INTO `wp_usermeta` VALUES (13019, 1251, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (13020, 1251, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (13021, 1251, 'pmpro_baddress1', '3528 McNally Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (13022, 1251, 'pmpro_bcity', 'Altadena') ; 
INSERT INTO `wp_usermeta` VALUES (13023, 1251, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13024, 1251, 'pmpro_bzipcode', '91001') ; 
INSERT INTO `wp_usermeta` VALUES (13025, 1252, 'pmpro_bfirstname', 'Jim') ; 
INSERT INTO `wp_usermeta` VALUES (13026, 1252, 'pmpro_blastname', 'Vlna: Director') ; 
INSERT INTO `wp_usermeta` VALUES (13027, 1252, 'first_name', 'Jim') ; 
INSERT INTO `wp_usermeta` VALUES (13028, 1252, 'last_name', 'Vlna') ; 
INSERT INTO `wp_usermeta` VALUES (13029, 1252, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13030, 1252, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (13031, 1252, 'pmpro_baddress1', 'P.O. Box 6040') ; 
INSERT INTO `wp_usermeta` VALUES (13032, 1252, 'pmpro_bcity', 'Knoxville') ; 
INSERT INTO `wp_usermeta` VALUES (13033, 1252, 'uxf_organization', 'Knoxville Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (13034, 1252, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13035, 1252, 'pmpro_bzipcode', '37914') ; 
INSERT INTO `wp_usermeta` VALUES (13036, 1252, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (13037, 1253, 'pmpro_bfirstname', 'Jim') ; 
INSERT INTO `wp_usermeta` VALUES (13038, 1253, 'pmpro_blastname', 'Schnormeirer: General Curator') ; 
INSERT INTO `wp_usermeta` VALUES (13039, 1253, 'first_name', 'Jim') ; 
INSERT INTO `wp_usermeta` VALUES (13040, 1253, 'last_name', 'Schnormeier') ; 
INSERT INTO `wp_usermeta` VALUES (13041, 1253, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13042, 1253, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (13043, 1253, 'pmpro_baddress1', '1100 S. Randolph Way') ; 
INSERT INTO `wp_usermeta` VALUES (13044, 1253, 'pmpro_bcity', 'Tucson') ; 
INSERT INTO `wp_usermeta` VALUES (13045, 1253, 'uxf_organization', 'Reid Park Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (13046, 1253, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13047, 1253, 'pmpro_bzipcode', '85716') ; 
INSERT INTO `wp_usermeta` VALUES (13048, 1253, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (13049, 1254, 'pmpro_bfirstname', 'Jim') ; 
INSERT INTO `wp_usermeta` VALUES (13050, 1254, 'pmpro_blastname', 'Fouts') ; 
INSERT INTO `wp_usermeta` VALUES (13051, 1254, 'first_name', 'Jim') ; 
INSERT INTO `wp_usermeta` VALUES (13052, 1254, 'last_name', 'Fouts') ; 
INSERT INTO `wp_usermeta` VALUES (13053, 1254, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13054, 1254, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (13055, 1254, 'pmpro_baddress1', '1037 S. 183rd W.') ; 
INSERT INTO `wp_usermeta` VALUES (13056, 1254, 'pmpro_bcity', 'Goddard') ; 
INSERT INTO `wp_usermeta` VALUES (13057, 1254, 'uxf_organization', 'Zoological Association of America') ; 
INSERT INTO `wp_usermeta` VALUES (13058, 1254, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13059, 1254, 'pmpro_bzipcode', '67052') ; 
INSERT INTO `wp_usermeta` VALUES (13060, 1255, 'pmpro_bfirstname', 'Jim ') ; 
INSERT INTO `wp_usermeta` VALUES (13061, 1255, 'pmpro_blastname', 'Maddy: President and CEO') ; 
INSERT INTO `wp_usermeta` VALUES (13062, 1255, 'first_name', 'Jim') ; 
INSERT INTO `wp_usermeta` VALUES (13063, 1255, 'last_name', 'Maddy: President and CEO') ; 
INSERT INTO `wp_usermeta` VALUES (13064, 1255, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13065, 1255, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (13066, 1255, 'pmpro_baddress1', '8403 Colesville Rd. ') ; 
INSERT INTO `wp_usermeta` VALUES (13067, 1255, 'pmpro_bcity', 'Silver Spring') ; 
INSERT INTO `wp_usermeta` VALUES (13068, 1255, 'uxf_organization', 'American Zoo and Aquarium Association') ; 
INSERT INTO `wp_usermeta` VALUES (13069, 1255, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13070, 1255, 'pmpro_bzipcode', '20910-3368') ; 
INSERT INTO `wp_usermeta` VALUES (13071, 1256, 'pmpro_bfirstname', 'Jo') ; 
INSERT INTO `wp_usermeta` VALUES (13072, 1256, 'pmpro_blastname', 'Roach') ; 
INSERT INTO `wp_usermeta` VALUES (13073, 1256, 'first_name', 'Jo') ; 
INSERT INTO `wp_usermeta` VALUES (13074, 1256, 'last_name', 'Roach') ; 
INSERT INTO `wp_usermeta` VALUES (13075, 1256, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (13076, 1256, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (13077, 1256, 'pmpro_baddress1', '15704 Interlake Ave. N.') ; 
INSERT INTO `wp_usermeta` VALUES (13078, 1256, 'pmpro_bcity', 'Shoreline') ; 
INSERT INTO `wp_usermeta` VALUES (13079, 1256, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13080, 1256, 'pmpro_bzipcode', '98133') ; 
INSERT INTO `wp_usermeta` VALUES (13081, 1257, 'pmpro_bfirstname', 'Jo Marie') ; 
INSERT INTO `wp_usermeta` VALUES (13082, 1257, 'pmpro_blastname', 'Sullivan') ; 
INSERT INTO `wp_usermeta` VALUES (13083, 1257, 'first_name', 'Jo Marie') ; 
INSERT INTO `wp_usermeta` VALUES (13084, 1257, 'last_name', 'Sullivan') ; 
INSERT INTO `wp_usermeta` VALUES (13085, 1257, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13086, 1257, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (13087, 1257, 'pmpro_baddress1', 'P.O. Box 4582') ; 
INSERT INTO `wp_usermeta` VALUES (13088, 1257, 'pmpro_bcity', 'Evansville') ; 
INSERT INTO `wp_usermeta` VALUES (13089, 1257, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13090, 1257, 'pmpro_bzipcode', '47724') ; 
INSERT INTO `wp_usermeta` VALUES (13091, 1258, 'pmpro_bfirstname', 'Joan') ; 
INSERT INTO `wp_usermeta` VALUES (13092, 1258, 'pmpro_blastname', 'Richardson') ; 
INSERT INTO `wp_usermeta` VALUES (13093, 1258, 'first_name', 'Joan') ; 
INSERT INTO `wp_usermeta` VALUES (13094, 1258, 'last_name', 'Richardson') ; 
INSERT INTO `wp_usermeta` VALUES (13095, 1258, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13096, 1258, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (13097, 1258, 'pmpro_baddress1', '62 Riggs Place') ; 
INSERT INTO `wp_usermeta` VALUES (13098, 1258, 'pmpro_bcity', 'S. Orange') ; 
INSERT INTO `wp_usermeta` VALUES (13099, 1258, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13100, 1258, 'pmpro_bzipcode', '7079') ; 
INSERT INTO `wp_usermeta` VALUES (13101, 1259, 'pmpro_bfirstname', 'Joan') ; 
INSERT INTO `wp_usermeta` VALUES (13102, 1259, 'pmpro_blastname', 'Diebold') ; 
INSERT INTO `wp_usermeta` VALUES (13103, 1259, 'first_name', 'Joan') ; 
INSERT INTO `wp_usermeta` VALUES (13104, 1259, 'last_name', 'Diebold') ; 
INSERT INTO `wp_usermeta` VALUES (13105, 1259, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13106, 1259, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (13107, 1259, 'pmpro_baddress1', '43 Merrymount Rd.  Apt 13') ; 
INSERT INTO `wp_usermeta` VALUES (13108, 1259, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (13109, 1259, 'pmpro_bcity', 'Quincy') ; 
INSERT INTO `wp_usermeta` VALUES (13110, 1259, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13111, 1259, 'pmpro_bzipcode', '2169') ; 
INSERT INTO `wp_usermeta` VALUES (13112, 1260, 'pmpro_bfirstname', 'Joan') ; 
INSERT INTO `wp_usermeta` VALUES (13113, 1260, 'pmpro_blastname', 'Rog') ; 
INSERT INTO `wp_usermeta` VALUES (13114, 1260, 'first_name', 'Joan') ; 
INSERT INTO `wp_usermeta` VALUES (13115, 1260, 'last_name', 'Rog') ; 
INSERT INTO `wp_usermeta` VALUES (13116, 1260, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13117, 1260, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (13118, 1260, 'pmpro_baddress1', '2951 Plum Creek Pkwy.') ; 
INSERT INTO `wp_usermeta` VALUES (13119, 1260, 'pmpro_bcity', 'Medina') ; 
INSERT INTO `wp_usermeta` VALUES (13120, 1260, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13121, 1260, 'pmpro_bzipcode', '44256') ; 
INSERT INTO `wp_usermeta` VALUES (13122, 1261, 'pmpro_bfirstname', 'Joanna') ; 
INSERT INTO `wp_usermeta` VALUES (13123, 1261, 'pmpro_blastname', 'Miles') ; 
INSERT INTO `wp_usermeta` VALUES (13124, 1261, 'first_name', 'Joanna') ; 
INSERT INTO `wp_usermeta` VALUES (13125, 1261, 'last_name', 'Miles') ; 
INSERT INTO `wp_usermeta` VALUES (13126, 1261, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13127, 1261, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (13128, 1261, 'pmpro_baddress1', '12520 SW Douglas St.') ; 
INSERT INTO `wp_usermeta` VALUES (13129, 1261, 'pmpro_bcity', 'Portland') ; 
INSERT INTO `wp_usermeta` VALUES (13130, 1261, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13131, 1261, 'pmpro_bzipcode', '97225') ; 
INSERT INTO `wp_usermeta` VALUES (13132, 1262, 'pmpro_bfirstname', 'Joanna') ; 
INSERT INTO `wp_usermeta` VALUES (13133, 1262, 'pmpro_blastname', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (13134, 1262, 'first_name', 'Joanna') ; 
INSERT INTO `wp_usermeta` VALUES (13135, 1262, 'last_name', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (13136, 1262, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (13137, 1262, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (13138, 1262, 'pmpro_baddress1', '2320 N. Buchanan St.') ; 
INSERT INTO `wp_usermeta` VALUES (13139, 1262, 'pmpro_bcity', 'Arlington') ; 
INSERT INTO `wp_usermeta` VALUES (13140, 1262, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13141, 1262, 'pmpro_bzipcode', '22207') ; 
INSERT INTO `wp_usermeta` VALUES (13142, 1263, 'pmpro_bfirstname', 'Joanna') ; 
INSERT INTO `wp_usermeta` VALUES (13143, 1263, 'pmpro_blastname', 'Eval') ; 
INSERT INTO `wp_usermeta` VALUES (13144, 1263, 'first_name', 'Joanna') ; 
INSERT INTO `wp_usermeta` VALUES (13145, 1263, 'last_name', 'Eval') ; 
INSERT INTO `wp_usermeta` VALUES (13146, 1263, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13147, 1263, 'pmpro_bstate', 'MS') ; 
INSERT INTO `wp_usermeta` VALUES (13148, 1263, 'pmpro_baddress1', '3109 Snapper Road') ; 
INSERT INTO `wp_usermeta` VALUES (13149, 1263, 'pmpro_bcity', 'Gautier') ; 
INSERT INTO `wp_usermeta` VALUES (13150, 1263, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13151, 1263, 'pmpro_bzipcode', '39553') ; 
INSERT INTO `wp_usermeta` VALUES (13152, 1264, 'pmpro_bfirstname', 'Joanna') ; 
INSERT INTO `wp_usermeta` VALUES (13153, 1264, 'pmpro_blastname', 'Hildebrand') ; 
INSERT INTO `wp_usermeta` VALUES (13154, 1264, 'first_name', 'Joanna') ; 
INSERT INTO `wp_usermeta` VALUES (13155, 1264, 'last_name', 'Hildebrand') ; 
INSERT INTO `wp_usermeta` VALUES (13156, 1264, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13157, 1264, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (13158, 1264, 'pmpro_baddress1', '204 W. Broadway') ; 
INSERT INTO `wp_usermeta` VALUES (13159, 1264, 'pmpro_bcity', 'Red Lion') ; 
INSERT INTO `wp_usermeta` VALUES (13160, 1264, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13161, 1264, 'pmpro_bzipcode', '17356') ; 
INSERT INTO `wp_usermeta` VALUES (13162, 1265, 'pmpro_bfirstname', 'Joanna') ; 
INSERT INTO `wp_usermeta` VALUES (13163, 1265, 'pmpro_blastname', 'Bojarski') ; 
INSERT INTO `wp_usermeta` VALUES (13164, 1265, 'first_name', 'Joanna') ; 
INSERT INTO `wp_usermeta` VALUES (13165, 1265, 'last_name', 'Bojarski') ; 
INSERT INTO `wp_usermeta` VALUES (13166, 1265, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (13167, 1265, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (13168, 1265, 'pmpro_baddress1', '7014 24th Ave. NE') ; 
INSERT INTO `wp_usermeta` VALUES (13169, 1265, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (13170, 1265, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (13171, 1265, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13172, 1265, 'pmpro_bzipcode', '98115-5808') ; 
INSERT INTO `wp_usermeta` VALUES (13173, 1266, 'pmpro_bfirstname', 'Joanne') ; 
INSERT INTO `wp_usermeta` VALUES (13174, 1266, 'pmpro_blastname', 'Higgins') ; 
INSERT INTO `wp_usermeta` VALUES (13175, 1266, 'first_name', 'Joanne') ; 
INSERT INTO `wp_usermeta` VALUES (13176, 1266, 'last_name', 'Higgins') ; 
INSERT INTO `wp_usermeta` VALUES (13177, 1266, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13178, 1266, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (13179, 1266, 'pmpro_baddress1', '6100 Ralston Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (13180, 1266, 'pmpro_bcity', 'Parma') ; 
INSERT INTO `wp_usermeta` VALUES (13181, 1266, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13182, 1266, 'pmpro_bzipcode', '44129') ; 
INSERT INTO `wp_usermeta` VALUES (13183, 1267, 'pmpro_bfirstname', 'Joanne') ; 
INSERT INTO `wp_usermeta` VALUES (13184, 1267, 'pmpro_blastname', 'Luyster') ; 
INSERT INTO `wp_usermeta` VALUES (13185, 1267, 'first_name', 'Joanne') ; 
INSERT INTO `wp_usermeta` VALUES (13186, 1267, 'last_name', 'Luyster') ; 
INSERT INTO `wp_usermeta` VALUES (13187, 1267, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (13188, 1267, 'pmpro_bstate', 'KY') ; 
INSERT INTO `wp_usermeta` VALUES (13189, 1267, 'pmpro_baddress1', '3515 Allison Way') ; 
INSERT INTO `wp_usermeta` VALUES (13190, 1267, 'pmpro_bcity', 'Louisville') ; 
INSERT INTO `wp_usermeta` VALUES (13191, 1267, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13192, 1267, 'pmpro_bzipcode', '40220') ; 
INSERT INTO `wp_usermeta` VALUES (13193, 1268, 'pmpro_bfirstname', 'Joanne ') ; 
INSERT INTO `wp_usermeta` VALUES (13194, 1268, 'pmpro_blastname', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (13195, 1268, 'first_name', 'Como Park Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (13196, 1268, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (13197, 1268, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13198, 1268, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (13199, 1268, 'pmpro_baddress1', '1225 Estabrook Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (13200, 1268, 'pmpro_bcity', 'St. Paul') ; 
INSERT INTO `wp_usermeta` VALUES (13201, 1268, 'uxf_organization', 'Como Park Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (13202, 1268, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13203, 1268, 'pmpro_bzipcode', '55103') ; 
INSERT INTO `wp_usermeta` VALUES (13204, 1268, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (13205, 1269, 'pmpro_bfirstname', 'Joanne .') ; 
INSERT INTO `wp_usermeta` VALUES (13206, 1269, 'pmpro_blastname', 'Randinitis') ; 
INSERT INTO `wp_usermeta` VALUES (13207, 1269, 'first_name', 'Joanne .') ; 
INSERT INTO `wp_usermeta` VALUES (13208, 1269, 'last_name', 'Randinitis') ; 
INSERT INTO `wp_usermeta` VALUES (13209, 1269, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13210, 1269, 'pmpro_bstate', 'UT') ; 
INSERT INTO `wp_usermeta` VALUES (13211, 1269, 'pmpro_baddress1', '754 Ramona Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (13212, 1269, 'pmpro_bcity', 'Salt Lake City') ; 
INSERT INTO `wp_usermeta` VALUES (13213, 1269, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13214, 1269, 'pmpro_bzipcode', '84105-3144') ; 
INSERT INTO `wp_usermeta` VALUES (13215, 1270, 'pmpro_bfirstname', 'Jodi') ; 
INSERT INTO `wp_usermeta` VALUES (13216, 1270, 'pmpro_blastname', 'Carrigan') ; 
INSERT INTO `wp_usermeta` VALUES (13217, 1270, 'first_name', 'Jodi') ; 
INSERT INTO `wp_usermeta` VALUES (13218, 1270, 'last_name', 'Carrigan') ; 
INSERT INTO `wp_usermeta` VALUES (13219, 1270, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13220, 1270, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (13221, 1270, 'pmpro_baddress1', '5732 Amerson Lane') ; 
INSERT INTO `wp_usermeta` VALUES (13222, 1270, 'pmpro_bcity', 'Ellenwood') ; 
INSERT INTO `wp_usermeta` VALUES (13223, 1270, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13224, 1270, 'pmpro_bzipcode', '30294-3825') ; 
INSERT INTO `wp_usermeta` VALUES (13225, 1271, 'pmpro_bfirstname', 'Jodie') ; 
INSERT INTO `wp_usermeta` VALUES (13226, 1271, 'pmpro_blastname', 'Pacy Satterfield') ; 
INSERT INTO `wp_usermeta` VALUES (13227, 1271, 'first_name', 'Jodie') ; 
INSERT INTO `wp_usermeta` VALUES (13228, 1271, 'last_name', 'Pacy Satterfield') ; 
INSERT INTO `wp_usermeta` VALUES (13229, 1271, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13230, 1271, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (13231, 1271, 'pmpro_baddress1', 'P.O. Box 124') ; 
INSERT INTO `wp_usermeta` VALUES (13232, 1271, 'pmpro_bcity', 'Bluffton') ; 
INSERT INTO `wp_usermeta` VALUES (13233, 1271, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13234, 1271, 'pmpro_bzipcode', '78607-0124') ; 
INSERT INTO `wp_usermeta` VALUES (13235, 1272, 'pmpro_bfirstname', 'Jody') ; 
INSERT INTO `wp_usermeta` VALUES (13236, 1272, 'pmpro_blastname', 'Hodges') ; 
INSERT INTO `wp_usermeta` VALUES (13237, 1272, 'first_name', 'Jody') ; 
INSERT INTO `wp_usermeta` VALUES (13238, 1272, 'last_name', 'Hodges') ; 
INSERT INTO `wp_usermeta` VALUES (13239, 1272, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13240, 1272, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (13241, 1272, 'pmpro_baddress1', '2118 N. Magnolia St.') ; 
INSERT INTO `wp_usermeta` VALUES (13242, 1272, 'pmpro_bcity', 'Denver') ; 
INSERT INTO `wp_usermeta` VALUES (13243, 1272, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13244, 1272, 'pmpro_bzipcode', '80207') ; 
INSERT INTO `wp_usermeta` VALUES (13245, 1273, 'pmpro_bfirstname', 'Jody') ; 
INSERT INTO `wp_usermeta` VALUES (13246, 1273, 'pmpro_blastname', 'Wilson') ; 
INSERT INTO `wp_usermeta` VALUES (13247, 1273, 'first_name', 'Jody') ; 
INSERT INTO `wp_usermeta` VALUES (13248, 1273, 'last_name', 'Wilson') ; 
INSERT INTO `wp_usermeta` VALUES (13249, 1273, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13250, 1273, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (13251, 1273, 'pmpro_baddress1', '6131 Eastview Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (13252, 1273, 'pmpro_bcity', 'N. Ridgeville') ; 
INSERT INTO `wp_usermeta` VALUES (13253, 1273, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13254, 1273, 'pmpro_bzipcode', '44039') ; 
INSERT INTO `wp_usermeta` VALUES (13255, 1274, 'pmpro_bfirstname', 'Joe') ; 
INSERT INTO `wp_usermeta` VALUES (13256, 1274, 'pmpro_blastname', 'Barr: Owner') ; 
INSERT INTO `wp_usermeta` VALUES (13257, 1274, 'first_name', 'Joe') ; 
INSERT INTO `wp_usermeta` VALUES (13258, 1274, 'last_name', 'Barr: Owner') ; 
INSERT INTO `wp_usermeta` VALUES (13259, 1274, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13260, 1274, 'pmpro_bstate', 'NM') ; 
INSERT INTO `wp_usermeta` VALUES (13261, 1274, 'pmpro_baddress1', '2401A Phoenix Ave. NE') ; 
INSERT INTO `wp_usermeta` VALUES (13262, 1274, 'pmpro_bcity', 'Albuquerque') ; 
INSERT INTO `wp_usermeta` VALUES (13263, 1274, 'uxf_organization', 'Desert Plastics- LLC') ; 
INSERT INTO `wp_usermeta` VALUES (13264, 1274, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13265, 1274, 'pmpro_bzipcode', '87107') ; 
INSERT INTO `wp_usermeta` VALUES (13266, 1274, 'uxf_specialtags', 'CM') ; 
INSERT INTO `wp_usermeta` VALUES (13267, 1275, 'pmpro_bfirstname', 'Joe') ; 
INSERT INTO `wp_usermeta` VALUES (13268, 1275, 'pmpro_blastname', 'Probert') ; 
INSERT INTO `wp_usermeta` VALUES (13269, 1275, 'first_name', 'Joe') ; 
INSERT INTO `wp_usermeta` VALUES (13270, 1275, 'last_name', 'Probert') ; 
INSERT INTO `wp_usermeta` VALUES (13271, 1275, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13272, 1275, 'pmpro_bstate', 'ID') ; 
INSERT INTO `wp_usermeta` VALUES (13273, 1275, 'pmpro_baddress1', 'P.O. Box 50220') ; 
INSERT INTO `wp_usermeta` VALUES (13274, 1275, 'pmpro_bcity', 'Idaho Falls') ; 
INSERT INTO `wp_usermeta` VALUES (13275, 1275, 'uxf_organization', 'Tautphaus Park Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (13276, 1275, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13277, 1275, 'pmpro_bzipcode', '83405') ; 
INSERT INTO `wp_usermeta` VALUES (13278, 1276, 'pmpro_bfirstname', 'Joe') ; 
INSERT INTO `wp_usermeta` VALUES (13279, 1276, 'pmpro_blastname', 'Montisano: CEO') ; 
INSERT INTO `wp_usermeta` VALUES (13280, 1276, 'first_name', 'Joe') ; 
INSERT INTO `wp_usermeta` VALUES (13281, 1276, 'last_name', 'Montisano') ; 
INSERT INTO `wp_usermeta` VALUES (13282, 1276, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13283, 1276, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (13284, 1276, 'pmpro_baddress1', 'P.O. Box 470309') ; 
INSERT INTO `wp_usermeta` VALUES (13285, 1276, 'pmpro_bcity', 'Lake Monroe') ; 
INSERT INTO `wp_usermeta` VALUES (13286, 1276, 'uxf_organization', 'Central Florida Zoo and Botanical Gardens') ; 
INSERT INTO `wp_usermeta` VALUES (13287, 1276, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13288, 1276, 'pmpro_bzipcode', '32747') ; 
INSERT INTO `wp_usermeta` VALUES (13289, 1276, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (13290, 1277, 'pmpro_bfirstname', 'Joe ') ; 
INSERT INTO `wp_usermeta` VALUES (13291, 1277, 'pmpro_blastname', 'Taft- Founder/Director') ; 
INSERT INTO `wp_usermeta` VALUES (13292, 1277, 'first_name', 'Exotic Feline Rescue Center') ; 
INSERT INTO `wp_usermeta` VALUES (13293, 1277, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (13294, 1277, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13295, 1277, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (13296, 1277, 'pmpro_baddress1', '2221 E. Ashboro Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (13297, 1277, 'pmpro_bcity', 'Center Point') ; 
INSERT INTO `wp_usermeta` VALUES (13298, 1277, 'uxf_organization', 'Exotic Feline Rescue Center') ; 
INSERT INTO `wp_usermeta` VALUES (13299, 1277, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13300, 1277, 'pmpro_bzipcode', '47840') ; 
INSERT INTO `wp_usermeta` VALUES (13301, 1277, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (13302, 1278, 'pmpro_bfirstname', 'Joe Anna') ; 
INSERT INTO `wp_usermeta` VALUES (13303, 1278, 'pmpro_blastname', 'Hood') ; 
INSERT INTO `wp_usermeta` VALUES (13304, 1278, 'first_name', 'Joe Anna') ; 
INSERT INTO `wp_usermeta` VALUES (13305, 1278, 'last_name', 'Hood') ; 
INSERT INTO `wp_usermeta` VALUES (13306, 1278, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (13307, 1278, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (13308, 1278, 'pmpro_baddress1', '901 SW Cambridge Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (13309, 1278, 'pmpro_bcity', 'Topeka') ; 
INSERT INTO `wp_usermeta` VALUES (13310, 1278, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13311, 1278, 'pmpro_bzipcode', '66606-2017') ; 
INSERT INTO `wp_usermeta` VALUES (13312, 1279, 'pmpro_bfirstname', 'Johanna') ; 
INSERT INTO `wp_usermeta` VALUES (13313, 1279, 'pmpro_blastname', 'Taylor') ; 
INSERT INTO `wp_usermeta` VALUES (13314, 1279, 'first_name', 'Johanna') ; 
INSERT INTO `wp_usermeta` VALUES (13315, 1279, 'last_name', 'Taylor') ; 
INSERT INTO `wp_usermeta` VALUES (13316, 1279, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13317, 1279, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (13318, 1279, 'pmpro_baddress1', '931 Miller Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (13319, 1279, 'pmpro_bcity', 'Clairton') ; 
INSERT INTO `wp_usermeta` VALUES (13320, 1279, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13321, 1279, 'pmpro_bzipcode', '15025') ; 
INSERT INTO `wp_usermeta` VALUES (13322, 1280, 'pmpro_bfirstname', 'John') ; 
INSERT INTO `wp_usermeta` VALUES (13323, 1280, 'pmpro_blastname', 'Toothill') ; 
INSERT INTO `wp_usermeta` VALUES (13324, 1280, 'first_name', 'John') ; 
INSERT INTO `wp_usermeta` VALUES (13325, 1280, 'last_name', 'Toothill') ; 
INSERT INTO `wp_usermeta` VALUES (13326, 1280, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (13327, 1280, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (13328, 1280, 'pmpro_baddress1', '279 Ash St.') ; 
INSERT INTO `wp_usermeta` VALUES (13329, 1280, 'pmpro_bcity', 'Winnipeg') ; 
INSERT INTO `wp_usermeta` VALUES (13330, 1280, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13331, 1280, 'pmpro_bzipcode', 'R3N 0P8') ; 
INSERT INTO `wp_usermeta` VALUES (13332, 1281, 'pmpro_bfirstname', 'John') ; 
INSERT INTO `wp_usermeta` VALUES (13333, 1281, 'pmpro_blastname', 'Armstrong: Toronto Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (13334, 1281, 'first_name', 'John') ; 
INSERT INTO `wp_usermeta` VALUES (13335, 1281, 'last_name', 'Armstrong') ; 
INSERT INTO `wp_usermeta` VALUES (13336, 1281, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (13337, 1281, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (13338, 1281, 'pmpro_baddress1', '361 A Old Finch Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (13339, 1281, 'pmpro_bcity', 'Scarborough') ; 
INSERT INTO `wp_usermeta` VALUES (13340, 1281, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (13341, 1281, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13342, 1281, 'pmpro_bzipcode', 'M1B 5K7') ; 
INSERT INTO `wp_usermeta` VALUES (13343, 1282, 'pmpro_bfirstname', 'John') ; 
INSERT INTO `wp_usermeta` VALUES (13344, 1282, 'pmpro_blastname', 'Arruda: Toronto Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (13345, 1282, 'first_name', 'John') ; 
INSERT INTO `wp_usermeta` VALUES (13346, 1282, 'last_name', 'Arruda') ; 
INSERT INTO `wp_usermeta` VALUES (13347, 1282, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (13348, 1282, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (13349, 1282, 'pmpro_baddress1', '361 A Old Finch Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (13350, 1282, 'pmpro_bcity', 'Scarborough') ; 
INSERT INTO `wp_usermeta` VALUES (13351, 1282, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (13352, 1282, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13353, 1282, 'pmpro_bzipcode', 'M1B 5K7') ; 
INSERT INTO `wp_usermeta` VALUES (13354, 1283, 'pmpro_bfirstname', 'John') ; 
INSERT INTO `wp_usermeta` VALUES (13355, 1283, 'pmpro_blastname', 'Lukas') ; 
INSERT INTO `wp_usermeta` VALUES (13356, 1283, 'first_name', 'John') ; 
INSERT INTO `wp_usermeta` VALUES (13357, 1283, 'last_name', 'Lukas') ; 
INSERT INTO `wp_usermeta` VALUES (13358, 1283, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13359, 1283, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (13360, 1283, 'pmpro_baddress1', '581705 White Oak Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (13361, 1283, 'pmpro_bcity', 'Yulee') ; 
INSERT INTO `wp_usermeta` VALUES (13362, 1283, 'uxf_organization', 'IRF Program Office') ; 
INSERT INTO `wp_usermeta` VALUES (13363, 1283, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13364, 1283, 'pmpro_bzipcode', '32097') ; 
INSERT INTO `wp_usermeta` VALUES (13365, 1284, 'pmpro_bfirstname', 'John') ; 
INSERT INTO `wp_usermeta` VALUES (13366, 1284, 'pmpro_blastname', 'Allen') ; 
INSERT INTO `wp_usermeta` VALUES (13367, 1284, 'first_name', 'John Reid') ; 
INSERT INTO `wp_usermeta` VALUES (13368, 1284, 'last_name', 'Allen') ; 
INSERT INTO `wp_usermeta` VALUES (13369, 1284, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13370, 1284, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (13371, 1284, 'pmpro_baddress1', '507 S. Glenn St.  Apt 207') ; 
INSERT INTO `wp_usermeta` VALUES (13372, 1284, 'pmpro_bcity', 'Wichita') ; 
INSERT INTO `wp_usermeta` VALUES (13373, 1284, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13374, 1284, 'pmpro_bzipcode', '67213') ; 
INSERT INTO `wp_usermeta` VALUES (13375, 1285, 'pmpro_bfirstname', 'John') ; 
INSERT INTO `wp_usermeta` VALUES (13376, 1285, 'pmpro_blastname', 'Fitchett') ; 
INSERT INTO `wp_usermeta` VALUES (13377, 1285, 'first_name', 'John') ; 
INSERT INTO `wp_usermeta` VALUES (13378, 1285, 'last_name', 'Fitchett') ; 
INSERT INTO `wp_usermeta` VALUES (13379, 1285, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13380, 1285, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (13381, 1285, 'pmpro_baddress1', '1815 Frenchmen St.') ; 
INSERT INTO `wp_usermeta` VALUES (13382, 1285, 'pmpro_bcity', 'New Orleans') ; 
INSERT INTO `wp_usermeta` VALUES (13383, 1285, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13384, 1285, 'pmpro_bzipcode', '70116') ; 
INSERT INTO `wp_usermeta` VALUES (13385, 1286, 'pmpro_bfirstname', 'John') ; 
INSERT INTO `wp_usermeta` VALUES (13386, 1286, 'pmpro_blastname', 'Scott') ; 
INSERT INTO `wp_usermeta` VALUES (13387, 1286, 'first_name', 'John') ; 
INSERT INTO `wp_usermeta` VALUES (13388, 1286, 'last_name', 'Scott') ; 
INSERT INTO `wp_usermeta` VALUES (13389, 1286, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13390, 1286, 'pmpro_bstate', 'CT') ; 
INSERT INTO `wp_usermeta` VALUES (13391, 1286, 'pmpro_baddress1', '115 Garwood Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (13392, 1286, 'pmpro_bcity', 'Trumbull') ; 
INSERT INTO `wp_usermeta` VALUES (13393, 1286, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13394, 1286, 'pmpro_bzipcode', '6611') ; 
INSERT INTO `wp_usermeta` VALUES (13395, 1287, 'pmpro_bfirstname', 'John') ; 
INSERT INTO `wp_usermeta` VALUES (13396, 1287, 'pmpro_blastname', 'Adamski') ; 
INSERT INTO `wp_usermeta` VALUES (13397, 1287, 'first_name', 'John') ; 
INSERT INTO `wp_usermeta` VALUES (13398, 1287, 'last_name', 'Adamski') ; 
INSERT INTO `wp_usermeta` VALUES (13399, 1287, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13400, 1287, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (13401, 1287, 'pmpro_baddress1', '111 Furlong Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (13402, 1287, 'pmpro_bcity', 'Rochester') ; 
INSERT INTO `wp_usermeta` VALUES (13403, 1287, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13404, 1287, 'pmpro_bzipcode', '14623-1312') ; 
INSERT INTO `wp_usermeta` VALUES (13405, 1288, 'pmpro_bfirstname', 'John') ; 
INSERT INTO `wp_usermeta` VALUES (13406, 1288, 'pmpro_blastname', 'Reiter') ; 
INSERT INTO `wp_usermeta` VALUES (13407, 1288, 'first_name', 'John') ; 
INSERT INTO `wp_usermeta` VALUES (13408, 1288, 'last_name', 'Reiter') ; 
INSERT INTO `wp_usermeta` VALUES (13409, 1288, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13410, 1288, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (13411, 1288, 'pmpro_baddress1', '11512 Fairview Lane') ; 
INSERT INTO `wp_usermeta` VALUES (13412, 1288, 'pmpro_bcity', 'Puxico') ; 
INSERT INTO `wp_usermeta` VALUES (13413, 1288, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13414, 1288, 'pmpro_bzipcode', '63960') ; 
INSERT INTO `wp_usermeta` VALUES (13415, 1289, 'pmpro_bfirstname', 'John') ; 
INSERT INTO `wp_usermeta` VALUES (13416, 1289, 'pmpro_blastname', 'Jinks') ; 
INSERT INTO `wp_usermeta` VALUES (13417, 1289, 'first_name', 'John') ; 
INSERT INTO `wp_usermeta` VALUES (13418, 1289, 'last_name', 'Jinks') ; 
INSERT INTO `wp_usermeta` VALUES (13419, 1289, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13420, 1289, 'pmpro_bstate', 'OK') ; 
INSERT INTO `wp_usermeta` VALUES (13421, 1289, 'pmpro_baddress1', '5301 Earbob Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (13422, 1289, 'pmpro_bcity', 'Locust Grove') ; 
INSERT INTO `wp_usermeta` VALUES (13423, 1289, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13424, 1289, 'pmpro_bzipcode', '74352') ; 
INSERT INTO `wp_usermeta` VALUES (13425, 1290, 'pmpro_bfirstname', 'John') ; 
INSERT INTO `wp_usermeta` VALUES (13426, 1290, 'pmpro_blastname', 'Register') ; 
INSERT INTO `wp_usermeta` VALUES (13427, 1290, 'first_name', 'John') ; 
INSERT INTO `wp_usermeta` VALUES (13428, 1290, 'last_name', 'Register') ; 
INSERT INTO `wp_usermeta` VALUES (13429, 1290, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13430, 1290, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (13431, 1290, 'pmpro_baddress1', '7100 Almeda Rd. Apt 908') ; 
INSERT INTO `wp_usermeta` VALUES (13432, 1290, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (13433, 1290, 'pmpro_bcity', 'Houston') ; 
INSERT INTO `wp_usermeta` VALUES (13434, 1290, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13435, 1290, 'pmpro_bzipcode', '77054') ; 
INSERT INTO `wp_usermeta` VALUES (13436, 1291, 'pmpro_bfirstname', 'John') ; 
INSERT INTO `wp_usermeta` VALUES (13437, 1291, 'pmpro_blastname', 'Beachey') ; 
INSERT INTO `wp_usermeta` VALUES (13438, 1291, 'first_name', 'John') ; 
INSERT INTO `wp_usermeta` VALUES (13439, 1291, 'last_name', 'Beachey') ; 
INSERT INTO `wp_usermeta` VALUES (13440, 1291, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (13441, 1291, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (13442, 1291, 'pmpro_baddress1', '8751 North kansas ave apt 302') ; 
INSERT INTO `wp_usermeta` VALUES (13443, 1291, 'pmpro_bcity', 'Kansas City') ; 
INSERT INTO `wp_usermeta` VALUES (13444, 1291, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13445, 1291, 'pmpro_bzipcode', '64156') ; 
INSERT INTO `wp_usermeta` VALUES (13446, 1292, 'pmpro_bfirstname', 'John') ; 
INSERT INTO `wp_usermeta` VALUES (13447, 1292, 'pmpro_blastname', 'Linehan: President/CEO') ; 
INSERT INTO `wp_usermeta` VALUES (13448, 1292, 'first_name', 'Zoo New England') ; 
INSERT INTO `wp_usermeta` VALUES (13449, 1292, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (13450, 1292, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13451, 1292, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (13452, 1292, 'pmpro_baddress1', 'One Franklin Park Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (13453, 1292, 'pmpro_bcity', 'Boston') ; 
INSERT INTO `wp_usermeta` VALUES (13454, 1292, 'uxf_organization', 'Zoo New England') ; 
INSERT INTO `wp_usermeta` VALUES (13455, 1292, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13456, 1292, 'pmpro_bzipcode', '2121') ; 
INSERT INTO `wp_usermeta` VALUES (13457, 1292, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (13458, 1293, 'pmpro_bfirstname', 'John D.') ; 
INSERT INTO `wp_usermeta` VALUES (13459, 1293, 'pmpro_blastname', 'Mossler') ; 
INSERT INTO `wp_usermeta` VALUES (13460, 1293, 'first_name', 'John D.') ; 
INSERT INTO `wp_usermeta` VALUES (13461, 1293, 'last_name', 'Mossler') ; 
INSERT INTO `wp_usermeta` VALUES (13462, 1293, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (13463, 1293, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (13464, 1293, 'pmpro_baddress1', '2344 Ednor St. NW') ; 
INSERT INTO `wp_usermeta` VALUES (13465, 1293, 'pmpro_bcity', 'Port Charlotte') ; 
INSERT INTO `wp_usermeta` VALUES (13466, 1293, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13467, 1293, 'pmpro_bzipcode', '33952') ; 
INSERT INTO `wp_usermeta` VALUES (13468, 1294, 'pmpro_bfirstname', 'John H. ') ; 
INSERT INTO `wp_usermeta` VALUES (13469, 1294, 'pmpro_blastname', 'White') ; 
INSERT INTO `wp_usermeta` VALUES (13470, 1294, 'first_name', 'John H.') ; 
INSERT INTO `wp_usermeta` VALUES (13471, 1294, 'last_name', 'White') ; 
INSERT INTO `wp_usermeta` VALUES (13472, 1294, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13473, 1294, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (13474, 1294, 'pmpro_baddress1', '1675 Riverside Dr.  Apt 9') ; 
INSERT INTO `wp_usermeta` VALUES (13475, 1294, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (13476, 1294, 'pmpro_bcity', 'Rochester Hills') ; 
INSERT INTO `wp_usermeta` VALUES (13477, 1294, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13478, 1294, 'pmpro_bzipcode', '48309') ; 
INSERT INTO `wp_usermeta` VALUES (13479, 1295, 'pmpro_bfirstname', 'John I. ') ; 
INSERT INTO `wp_usermeta` VALUES (13480, 1295, 'pmpro_blastname', 'Hendricks III') ; 
INSERT INTO `wp_usermeta` VALUES (13481, 1295, 'first_name', 'John I. ') ; 
INSERT INTO `wp_usermeta` VALUES (13482, 1295, 'last_name', 'Hendricks III') ; 
INSERT INTO `wp_usermeta` VALUES (13483, 1295, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13484, 1295, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (13485, 1295, 'pmpro_baddress1', '12331 SW 188th Terr.') ; 
INSERT INTO `wp_usermeta` VALUES (13486, 1295, 'pmpro_bcity', 'Miami') ; 
INSERT INTO `wp_usermeta` VALUES (13487, 1295, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13488, 1295, 'pmpro_bzipcode', '33177') ; 
INSERT INTO `wp_usermeta` VALUES (13489, 1296, 'pmpro_bfirstname', 'John J. ') ; 
INSERT INTO `wp_usermeta` VALUES (13490, 1296, 'pmpro_blastname', 'Kiseda') ; 
INSERT INTO `wp_usermeta` VALUES (13491, 1296, 'first_name', 'John J.') ; 
INSERT INTO `wp_usermeta` VALUES (13492, 1296, 'last_name', 'Kiseda') ; 
INSERT INTO `wp_usermeta` VALUES (13493, 1296, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13494, 1296, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (13495, 1296, 'pmpro_baddress1', '404 Kenyon Joyce Ln.  Apt X') ; 
INSERT INTO `wp_usermeta` VALUES (13496, 1296, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (13497, 1296, 'pmpro_bcity', 'El Paso') ; 
INSERT INTO `wp_usermeta` VALUES (13498, 1296, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13499, 1296, 'pmpro_bzipcode', '79902-1333') ; 
INSERT INTO `wp_usermeta` VALUES (13500, 1297, 'pmpro_bfirstname', 'John M. ') ; 
INSERT INTO `wp_usermeta` VALUES (13501, 1297, 'pmpro_blastname', 'Grigore') ; 
INSERT INTO `wp_usermeta` VALUES (13502, 1297, 'first_name', 'John M. ') ; 
INSERT INTO `wp_usermeta` VALUES (13503, 1297, 'last_name', 'Grigore') ; 
INSERT INTO `wp_usermeta` VALUES (13504, 1297, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13505, 1297, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (13506, 1297, 'pmpro_baddress1', '9525 Wolfinger Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (13507, 1297, 'pmpro_bcity', 'Holland') ; 
INSERT INTO `wp_usermeta` VALUES (13508, 1297, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13509, 1297, 'pmpro_bzipcode', '43528') ; 
INSERT INTO `wp_usermeta` VALUES (13510, 1298, 'pmpro_bfirstname', 'John R. ') ; 
INSERT INTO `wp_usermeta` VALUES (13511, 1298, 'pmpro_blastname', 'Turner') ; 
INSERT INTO `wp_usermeta` VALUES (13512, 1298, 'first_name', 'John R. ') ; 
INSERT INTO `wp_usermeta` VALUES (13513, 1298, 'last_name', 'Turner') ; 
INSERT INTO `wp_usermeta` VALUES (13514, 1298, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13515, 1298, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (13516, 1298, 'pmpro_baddress1', '7001 Grandview') ; 
INSERT INTO `wp_usermeta` VALUES (13517, 1298, 'pmpro_bcity', 'Arvada') ; 
INSERT INTO `wp_usermeta` VALUES (13518, 1298, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13519, 1298, 'pmpro_bzipcode', '80002') ; 
INSERT INTO `wp_usermeta` VALUES (13520, 1299, 'pmpro_bfirstname', 'John V. ') ; 
INSERT INTO `wp_usermeta` VALUES (13521, 1299, 'pmpro_blastname', 'Matuszek') ; 
INSERT INTO `wp_usermeta` VALUES (13522, 1299, 'first_name', 'John V.') ; 
INSERT INTO `wp_usermeta` VALUES (13523, 1299, 'last_name', 'Matuszek') ; 
INSERT INTO `wp_usermeta` VALUES (13524, 1299, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13525, 1299, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (13526, 1299, 'pmpro_baddress1', '3417 S. Vernon Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (13527, 1299, 'pmpro_bcity', 'Brookfield') ; 
INSERT INTO `wp_usermeta` VALUES (13528, 1299, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13529, 1299, 'pmpro_bzipcode', '60513') ; 
INSERT INTO `wp_usermeta` VALUES (13530, 1300, 'pmpro_bfirstname', 'John W. ') ; 
INSERT INTO `wp_usermeta` VALUES (13531, 1300, 'pmpro_blastname', 'Krogmeier') ; 
INSERT INTO `wp_usermeta` VALUES (13532, 1300, 'first_name', 'John W.') ; 
INSERT INTO `wp_usermeta` VALUES (13533, 1300, 'last_name', 'Krogmeier') ; 
INSERT INTO `wp_usermeta` VALUES (13534, 1300, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13535, 1300, 'pmpro_bstate', 'IA') ; 
INSERT INTO `wp_usermeta` VALUES (13536, 1300, 'pmpro_baddress1', '4480 Wakonda Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (13537, 1300, 'pmpro_bcity', 'Norwalk') ; 
INSERT INTO `wp_usermeta` VALUES (13538, 1300, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13539, 1300, 'pmpro_bzipcode', '50211') ; 
INSERT INTO `wp_usermeta` VALUES (13540, 1301, 'pmpro_bfirstname', 'Johnny D. ') ; 
INSERT INTO `wp_usermeta` VALUES (13541, 1301, 'pmpro_blastname', 'Crain') ; 
INSERT INTO `wp_usermeta` VALUES (13542, 1301, 'first_name', 'Johnny D.') ; 
INSERT INTO `wp_usermeta` VALUES (13543, 1301, 'last_name', 'Crain') ; 
INSERT INTO `wp_usermeta` VALUES (13544, 1301, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13545, 1301, 'pmpro_bstate', 'NM') ; 
INSERT INTO `wp_usermeta` VALUES (13546, 1301, 'pmpro_baddress1', '1376 E. Ninth St.') ; 
INSERT INTO `wp_usermeta` VALUES (13547, 1301, 'pmpro_bcity', 'Alamogordo') ; 
INSERT INTO `wp_usermeta` VALUES (13548, 1301, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (13549, 1301, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13550, 1301, 'pmpro_bzipcode', '88310') ; 
INSERT INTO `wp_usermeta` VALUES (13551, 1302, 'pmpro_bfirstname', 'Jonathan') ; 
INSERT INTO `wp_usermeta` VALUES (13552, 1302, 'pmpro_blastname', 'Miot: Director') ; 
INSERT INTO `wp_usermeta` VALUES (13553, 1302, 'first_name', 'Santa Fe College Teaching Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (13554, 1302, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (13555, 1302, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13556, 1302, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (13557, 1302, 'pmpro_baddress1', '3000 N.W. 83rd St.') ; 
INSERT INTO `wp_usermeta` VALUES (13558, 1302, 'pmpro_bcity', 'Gainesville') ; 
INSERT INTO `wp_usermeta` VALUES (13559, 1302, 'uxf_organization', 'Santa Fe College Teaching Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (13560, 1302, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13561, 1302, 'pmpro_bzipcode', '32606') ; 
INSERT INTO `wp_usermeta` VALUES (13562, 1302, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (13563, 1303, 'pmpro_bfirstname', 'Jonathan') ; 
INSERT INTO `wp_usermeta` VALUES (13564, 1303, 'pmpro_blastname', 'Ismail') ; 
INSERT INTO `wp_usermeta` VALUES (13565, 1303, 'first_name', 'Jonathan') ; 
INSERT INTO `wp_usermeta` VALUES (13566, 1303, 'last_name', 'Ismail') ; 
INSERT INTO `wp_usermeta` VALUES (13567, 1303, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13568, 1303, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (13569, 1303, 'pmpro_baddress1', '1217 S. 21st St. #2') ; 
INSERT INTO `wp_usermeta` VALUES (13570, 1303, 'pmpro_bcity', 'Lincoln') ; 
INSERT INTO `wp_usermeta` VALUES (13571, 1303, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13572, 1303, 'pmpro_bzipcode', '68502') ; 
INSERT INTO `wp_usermeta` VALUES (13573, 1304, 'pmpro_bfirstname', 'Jonathan') ; 
INSERT INTO `wp_usermeta` VALUES (13574, 1304, 'pmpro_blastname', 'Mikosz') ; 
INSERT INTO `wp_usermeta` VALUES (13575, 1304, 'first_name', 'Jonathan') ; 
INSERT INTO `wp_usermeta` VALUES (13576, 1304, 'last_name', 'Mikosz') ; 
INSERT INTO `wp_usermeta` VALUES (13577, 1304, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13578, 1304, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (13579, 1304, 'pmpro_baddress1', '7520 Corbett Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (13580, 1304, 'pmpro_bcity', 'Canton') ; 
INSERT INTO `wp_usermeta` VALUES (13581, 1304, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13582, 1304, 'pmpro_bzipcode', '48187') ; 
INSERT INTO `wp_usermeta` VALUES (13583, 1305, 'pmpro_bfirstname', 'Jonathan') ; 
INSERT INTO `wp_usermeta` VALUES (13584, 1305, 'pmpro_blastname', 'Lorenzo') ; 
INSERT INTO `wp_usermeta` VALUES (13585, 1305, 'first_name', 'Jonathan') ; 
INSERT INTO `wp_usermeta` VALUES (13586, 1305, 'last_name', 'Lorenzo') ; 
INSERT INTO `wp_usermeta` VALUES (13587, 1305, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (13588, 1305, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (13589, 1305, 'pmpro_baddress1', '6250 Moccasin Pass Ct') ; 
INSERT INTO `wp_usermeta` VALUES (13590, 1305, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (13591, 1305, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (13592, 1305, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13593, 1305, 'pmpro_bzipcode', '80919-4442') ; 
INSERT INTO `wp_usermeta` VALUES (13594, 1306, 'pmpro_bfirstname', 'Jonathan') ; 
INSERT INTO `wp_usermeta` VALUES (13595, 1306, 'pmpro_blastname', 'Hodge') ; 
INSERT INTO `wp_usermeta` VALUES (13596, 1306, 'first_name', 'Jonathan') ; 
INSERT INTO `wp_usermeta` VALUES (13597, 1306, 'last_name', 'Hodge') ; 
INSERT INTO `wp_usermeta` VALUES (13598, 1306, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13599, 1306, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (13600, 1306, 'pmpro_baddress1', '341 Woodmont St.') ; 
INSERT INTO `wp_usermeta` VALUES (13601, 1306, 'pmpro_bcity', 'Gretna') ; 
INSERT INTO `wp_usermeta` VALUES (13602, 1306, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13603, 1306, 'pmpro_bzipcode', '70056') ; 
INSERT INTO `wp_usermeta` VALUES (13604, 1307, 'pmpro_bfirstname', 'Jonathan') ; 
INSERT INTO `wp_usermeta` VALUES (13605, 1307, 'pmpro_blastname', 'Miot') ; 
INSERT INTO `wp_usermeta` VALUES (13606, 1307, 'first_name', 'Jonathan') ; 
INSERT INTO `wp_usermeta` VALUES (13607, 1307, 'last_name', 'Miot') ; 
INSERT INTO `wp_usermeta` VALUES (13608, 1307, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13609, 1307, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (13610, 1307, 'pmpro_baddress1', '8406 SW 51st Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (13611, 1307, 'pmpro_bcity', 'Gainesville') ; 
INSERT INTO `wp_usermeta` VALUES (13612, 1307, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13613, 1307, 'pmpro_bzipcode', '32608') ; 
INSERT INTO `wp_usermeta` VALUES (13614, 1308, 'pmpro_bfirstname', 'Jonita') ; 
INSERT INTO `wp_usermeta` VALUES (13615, 1308, 'pmpro_blastname', 'Lyle') ; 
INSERT INTO `wp_usermeta` VALUES (13616, 1308, 'first_name', 'Jonita') ; 
INSERT INTO `wp_usermeta` VALUES (13617, 1308, 'last_name', 'Lyle') ; 
INSERT INTO `wp_usermeta` VALUES (13618, 1308, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13619, 1308, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (13620, 1308, 'pmpro_baddress1', '1703 Ambleside Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (13621, 1308, 'pmpro_bcity', 'Greensboro') ; 
INSERT INTO `wp_usermeta` VALUES (13622, 1308, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13623, 1308, 'pmpro_bzipcode', '27407') ; 
INSERT INTO `wp_usermeta` VALUES (13624, 1309, 'pmpro_bfirstname', 'Jonna') ; 
INSERT INTO `wp_usermeta` VALUES (13625, 1309, 'pmpro_blastname', 'Bove') ; 
INSERT INTO `wp_usermeta` VALUES (13626, 1309, 'first_name', 'Jonna') ; 
INSERT INTO `wp_usermeta` VALUES (13627, 1309, 'last_name', 'Bove') ; 
INSERT INTO `wp_usermeta` VALUES (13628, 1309, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13629, 1309, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (13630, 1309, 'pmpro_baddress1', '325 Holly Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (13631, 1309, 'pmpro_bcity', 'W. Chester') ; 
INSERT INTO `wp_usermeta` VALUES (13632, 1309, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13633, 1309, 'pmpro_bzipcode', '19380') ; 
INSERT INTO `wp_usermeta` VALUES (13634, 1310, 'pmpro_bfirstname', 'Jordan') ; 
INSERT INTO `wp_usermeta` VALUES (13635, 1310, 'pmpro_blastname', 'Maupin') ; 
INSERT INTO `wp_usermeta` VALUES (13636, 1310, 'first_name', 'Jordan') ; 
INSERT INTO `wp_usermeta` VALUES (13637, 1310, 'last_name', 'Maupin') ; 
INSERT INTO `wp_usermeta` VALUES (13638, 1310, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13639, 1310, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (13640, 1310, 'pmpro_baddress1', '2155 CR 2008') ; 
INSERT INTO `wp_usermeta` VALUES (13641, 1310, 'pmpro_bcity', 'Glen Rose') ; 
INSERT INTO `wp_usermeta` VALUES (13642, 1310, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13643, 1310, 'pmpro_bzipcode', '76043') ; 
INSERT INTO `wp_usermeta` VALUES (13644, 1311, 'pmpro_bfirstname', 'Joseph') ; 
INSERT INTO `wp_usermeta` VALUES (13645, 1311, 'pmpro_blastname', 'Mahoney') ; 
INSERT INTO `wp_usermeta` VALUES (13646, 1311, 'first_name', 'Joseph') ; 
INSERT INTO `wp_usermeta` VALUES (13647, 1311, 'last_name', 'Mahoney') ; 
INSERT INTO `wp_usermeta` VALUES (13648, 1311, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13649, 1311, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (13650, 1311, 'pmpro_baddress1', '2058 Maple Ave. ') ; 
INSERT INTO `wp_usermeta` VALUES (13651, 1311, 'pmpro_baddress2', 'Apt X2-8') ; 
INSERT INTO `wp_usermeta` VALUES (13652, 1311, 'pmpro_bcity', 'Hatfield') ; 
INSERT INTO `wp_usermeta` VALUES (13653, 1311, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13654, 1311, 'pmpro_bzipcode', '19440') ; 
INSERT INTO `wp_usermeta` VALUES (13655, 1312, 'pmpro_bfirstname', 'Joseph') ; 
INSERT INTO `wp_usermeta` VALUES (13656, 1312, 'pmpro_blastname', 'Nappi') ; 
INSERT INTO `wp_usermeta` VALUES (13657, 1312, 'first_name', 'Joseph') ; 
INSERT INTO `wp_usermeta` VALUES (13658, 1312, 'last_name', 'Nappi') ; 
INSERT INTO `wp_usermeta` VALUES (13659, 1312, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13660, 1312, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (13661, 1312, 'pmpro_baddress1', '2929 Bridge St.') ; 
INSERT INTO `wp_usermeta` VALUES (13662, 1312, 'pmpro_bcity', 'Furlong') ; 
INSERT INTO `wp_usermeta` VALUES (13663, 1312, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13664, 1312, 'pmpro_bzipcode', '18925') ; 
INSERT INTO `wp_usermeta` VALUES (13665, 1313, 'pmpro_bfirstname', 'Joseph') ; 
INSERT INTO `wp_usermeta` VALUES (13666, 1313, 'pmpro_blastname', 'Ropelewski') ; 
INSERT INTO `wp_usermeta` VALUES (13667, 1313, 'first_name', 'Joseph') ; 
INSERT INTO `wp_usermeta` VALUES (13668, 1313, 'last_name', 'Ropelewski') ; 
INSERT INTO `wp_usermeta` VALUES (13669, 1313, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13670, 1313, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (13671, 1313, 'pmpro_baddress1', '7806 Bertha Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (13672, 1313, 'pmpro_bcity', 'Parma') ; 
INSERT INTO `wp_usermeta` VALUES (13673, 1313, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13674, 1313, 'pmpro_bzipcode', '44129') ; 
INSERT INTO `wp_usermeta` VALUES (13675, 1314, 'pmpro_bfirstname', 'Joseph') ; 
INSERT INTO `wp_usermeta` VALUES (13676, 1314, 'pmpro_blastname', 'Castiglioni') ; 
INSERT INTO `wp_usermeta` VALUES (13677, 1314, 'first_name', 'Joseph') ; 
INSERT INTO `wp_usermeta` VALUES (13678, 1314, 'last_name', 'Castiglioni') ; 
INSERT INTO `wp_usermeta` VALUES (13679, 1314, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13680, 1314, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (13681, 1314, 'pmpro_baddress1', '7 Oakview Lake Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (13682, 1314, 'pmpro_bcity', 'Lake Ariel') ; 
INSERT INTO `wp_usermeta` VALUES (13683, 1314, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13684, 1314, 'pmpro_bzipcode', '18436') ; 
INSERT INTO `wp_usermeta` VALUES (13685, 1315, 'pmpro_bfirstname', 'Joseph') ; 
INSERT INTO `wp_usermeta` VALUES (13686, 1315, 'pmpro_blastname', 'Ford') ; 
INSERT INTO `wp_usermeta` VALUES (13687, 1315, 'first_name', 'Joseph') ; 
INSERT INTO `wp_usermeta` VALUES (13688, 1315, 'last_name', 'Ford') ; 
INSERT INTO `wp_usermeta` VALUES (13689, 1315, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13690, 1315, 'pmpro_bstate', 'NH') ; 
INSERT INTO `wp_usermeta` VALUES (13691, 1315, 'pmpro_baddress1', '65 Brook Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (13692, 1315, 'pmpro_bcity', 'Lancaster') ; 
INSERT INTO `wp_usermeta` VALUES (13693, 1315, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13694, 1315, 'pmpro_bzipcode', '3584') ; 
INSERT INTO `wp_usermeta` VALUES (13695, 1316, 'pmpro_bfirstname', 'Joseph') ; 
INSERT INTO `wp_usermeta` VALUES (13696, 1316, 'pmpro_blastname', 'Parsons') ; 
INSERT INTO `wp_usermeta` VALUES (13697, 1316, 'first_name', 'Joseph') ; 
INSERT INTO `wp_usermeta` VALUES (13698, 1316, 'last_name', 'Parsons') ; 
INSERT INTO `wp_usermeta` VALUES (13699, 1316, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13700, 1316, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (13701, 1316, 'pmpro_baddress1', '200 W. Oak Crest Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (13702, 1316, 'pmpro_bcity', 'Northfield') ; 
INSERT INTO `wp_usermeta` VALUES (13703, 1316, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13704, 1316, 'pmpro_bzipcode', '8225') ; 
INSERT INTO `wp_usermeta` VALUES (13705, 1317, 'pmpro_bfirstname', 'Joseph D.') ; 
INSERT INTO `wp_usermeta` VALUES (13706, 1317, 'pmpro_blastname', 'Brown') ; 
INSERT INTO `wp_usermeta` VALUES (13707, 1317, 'first_name', 'Joseph D.') ; 
INSERT INTO `wp_usermeta` VALUES (13708, 1317, 'last_name', 'Brown') ; 
INSERT INTO `wp_usermeta` VALUES (13709, 1317, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13710, 1317, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (13711, 1317, 'pmpro_baddress1', '1453 Comstock Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (13712, 1317, 'pmpro_bcity', 'Syracuse') ; 
INSERT INTO `wp_usermeta` VALUES (13713, 1317, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13714, 1317, 'pmpro_bzipcode', '13210') ; 
INSERT INTO `wp_usermeta` VALUES (13715, 1318, 'pmpro_bfirstname', 'Joseph T. ') ; 
INSERT INTO `wp_usermeta` VALUES (13716, 1318, 'pmpro_blastname', 'Svoke') ; 
INSERT INTO `wp_usermeta` VALUES (13717, 1318, 'first_name', 'Joseph T.') ; 
INSERT INTO `wp_usermeta` VALUES (13718, 1318, 'last_name', 'Svoke') ; 
INSERT INTO `wp_usermeta` VALUES (13719, 1318, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13720, 1318, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (13721, 1318, 'pmpro_baddress1', '1981 Brannen Rd. SE') ; 
INSERT INTO `wp_usermeta` VALUES (13722, 1318, 'pmpro_bcity', 'Atlanta') ; 
INSERT INTO `wp_usermeta` VALUES (13723, 1318, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13724, 1318, 'pmpro_bzipcode', '30316') ; 
INSERT INTO `wp_usermeta` VALUES (13725, 1319, 'pmpro_bfirstname', 'Josh') ; 
INSERT INTO `wp_usermeta` VALUES (13726, 1319, 'pmpro_blastname', 'Meyerchick') ; 
INSERT INTO `wp_usermeta` VALUES (13727, 1319, 'first_name', 'Josh') ; 
INSERT INTO `wp_usermeta` VALUES (13728, 1319, 'last_name', 'Meyerchick') ; 
INSERT INTO `wp_usermeta` VALUES (13729, 1319, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13730, 1319, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (13731, 1319, 'pmpro_baddress1', '3124 Gables Dr. NE') ; 
INSERT INTO `wp_usermeta` VALUES (13732, 1319, 'pmpro_bcity', 'Atlanta') ; 
INSERT INTO `wp_usermeta` VALUES (13733, 1319, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13734, 1319, 'pmpro_bzipcode', '30319') ; 
INSERT INTO `wp_usermeta` VALUES (13735, 1320, 'pmpro_bfirstname', 'Josh') ; 
INSERT INTO `wp_usermeta` VALUES (13736, 1320, 'pmpro_blastname', 'Wilmoth') ; 
INSERT INTO `wp_usermeta` VALUES (13737, 1320, 'first_name', 'Josh') ; 
INSERT INTO `wp_usermeta` VALUES (13738, 1320, 'last_name', 'Wilmoth') ; 
INSERT INTO `wp_usermeta` VALUES (13739, 1320, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13740, 1320, 'pmpro_bstate', 'AR') ; 
INSERT INTO `wp_usermeta` VALUES (13741, 1320, 'pmpro_baddress1', 'P.O. Box 264') ; 
INSERT INTO `wp_usermeta` VALUES (13742, 1320, 'pmpro_bcity', 'Gentry') ; 
INSERT INTO `wp_usermeta` VALUES (13743, 1320, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13744, 1320, 'pmpro_bzipcode', '72734') ; 
INSERT INTO `wp_usermeta` VALUES (13745, 1321, 'pmpro_bfirstname', 'Joshua') ; 
INSERT INTO `wp_usermeta` VALUES (13746, 1321, 'pmpro_blastname', 'Narjes') ; 
INSERT INTO `wp_usermeta` VALUES (13747, 1321, 'first_name', 'Joshua') ; 
INSERT INTO `wp_usermeta` VALUES (13748, 1321, 'last_name', 'Narjes') ; 
INSERT INTO `wp_usermeta` VALUES (13749, 1321, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (13750, 1321, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (13751, 1321, 'pmpro_baddress1', '8 Royal Rouge Trail') ; 
INSERT INTO `wp_usermeta` VALUES (13752, 1321, 'pmpro_bcity', 'Scarborough') ; 
INSERT INTO `wp_usermeta` VALUES (13753, 1321, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13754, 1321, 'pmpro_bzipcode', 'M1B 4T4') ; 
INSERT INTO `wp_usermeta` VALUES (13755, 1322, 'pmpro_bfirstname', 'Jourdon') ; 
INSERT INTO `wp_usermeta` VALUES (13756, 1322, 'pmpro_blastname', 'Springston') ; 
INSERT INTO `wp_usermeta` VALUES (13757, 1322, 'first_name', 'Jourdon') ; 
INSERT INTO `wp_usermeta` VALUES (13758, 1322, 'last_name', 'Springston') ; 
INSERT INTO `wp_usermeta` VALUES (13759, 1322, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13760, 1322, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (13761, 1322, 'pmpro_baddress1', '3710 E. Pond Apple Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (13762, 1322, 'pmpro_bcity', 'Springfield') ; 
INSERT INTO `wp_usermeta` VALUES (13763, 1322, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13764, 1322, 'pmpro_bzipcode', '65809-4147') ; 
INSERT INTO `wp_usermeta` VALUES (13765, 1323, 'pmpro_bfirstname', 'Joy') ; 
INSERT INTO `wp_usermeta` VALUES (13766, 1323, 'pmpro_blastname', 'Cooper') ; 
INSERT INTO `wp_usermeta` VALUES (13767, 1323, 'first_name', 'Joy') ; 
INSERT INTO `wp_usermeta` VALUES (13768, 1323, 'last_name', 'Cooper') ; 
INSERT INTO `wp_usermeta` VALUES (13769, 1323, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13770, 1323, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (13771, 1323, 'pmpro_baddress1', '2013 Carlton Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (13772, 1323, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (13773, 1323, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13774, 1323, 'pmpro_bzipcode', '80909') ; 
INSERT INTO `wp_usermeta` VALUES (13775, 1324, 'pmpro_bfirstname', 'Joy') ; 
INSERT INTO `wp_usermeta` VALUES (13776, 1324, 'pmpro_blastname', 'Kotheimer') ; 
INSERT INTO `wp_usermeta` VALUES (13777, 1324, 'first_name', 'Joy') ; 
INSERT INTO `wp_usermeta` VALUES (13778, 1324, 'last_name', 'Kotheimer') ; 
INSERT INTO `wp_usermeta` VALUES (13779, 1324, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (13780, 1324, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (13781, 1324, 'pmpro_baddress1', '5975 Portside Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (13782, 1324, 'pmpro_bcity', 'Hilliard') ; 
INSERT INTO `wp_usermeta` VALUES (13783, 1324, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13784, 1324, 'pmpro_bzipcode', '43026') ; 
INSERT INTO `wp_usermeta` VALUES (13785, 1325, 'pmpro_bfirstname', 'Joy') ; 
INSERT INTO `wp_usermeta` VALUES (13786, 1325, 'pmpro_blastname', 'Ronstadt') ; 
INSERT INTO `wp_usermeta` VALUES (13787, 1325, 'first_name', 'Joy') ; 
INSERT INTO `wp_usermeta` VALUES (13788, 1325, 'last_name', 'Ronstadt') ; 
INSERT INTO `wp_usermeta` VALUES (13789, 1325, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13790, 1325, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (13791, 1325, 'pmpro_baddress1', '15010 Reedley St. ') ; 
INSERT INTO `wp_usermeta` VALUES (13792, 1325, 'pmpro_baddress2', 'Unit C') ; 
INSERT INTO `wp_usermeta` VALUES (13793, 1325, 'pmpro_bcity', 'Moorpark') ; 
INSERT INTO `wp_usermeta` VALUES (13794, 1325, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13795, 1325, 'pmpro_bzipcode', '93021') ; 
INSERT INTO `wp_usermeta` VALUES (13796, 1326, 'pmpro_bfirstname', 'Joyce') ; 
INSERT INTO `wp_usermeta` VALUES (13797, 1326, 'pmpro_blastname', 'Aston') ; 
INSERT INTO `wp_usermeta` VALUES (13798, 1326, 'first_name', 'Joyce') ; 
INSERT INTO `wp_usermeta` VALUES (13799, 1326, 'last_name', 'Aston') ; 
INSERT INTO `wp_usermeta` VALUES (13800, 1326, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (13801, 1326, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (13802, 1326, 'pmpro_baddress1', '2820 West Brentford Court') ; 
INSERT INTO `wp_usermeta` VALUES (13803, 1326, 'pmpro_bcity', 'Fresno') ; 
INSERT INTO `wp_usermeta` VALUES (13804, 1326, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13805, 1326, 'pmpro_bzipcode', '93711') ; 
INSERT INTO `wp_usermeta` VALUES (13806, 1327, 'pmpro_bfirstname', 'Joyce B.') ; 
INSERT INTO `wp_usermeta` VALUES (13807, 1327, 'pmpro_blastname', 'Kaplan') ; 
INSERT INTO `wp_usermeta` VALUES (13808, 1327, 'first_name', 'Joyce B.') ; 
INSERT INTO `wp_usermeta` VALUES (13809, 1327, 'last_name', 'Kaplan') ; 
INSERT INTO `wp_usermeta` VALUES (13810, 1327, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13811, 1327, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (13812, 1327, 'pmpro_baddress1', '6785 SE 68th Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (13813, 1327, 'pmpro_bcity', 'Hillsboro') ; 
INSERT INTO `wp_usermeta` VALUES (13814, 1327, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13815, 1327, 'pmpro_bzipcode', '97123') ; 
INSERT INTO `wp_usermeta` VALUES (13816, 1328, 'pmpro_bfirstname', 'Joyce M.') ; 
INSERT INTO `wp_usermeta` VALUES (13817, 1328, 'pmpro_blastname', 'Olisar') ; 
INSERT INTO `wp_usermeta` VALUES (13818, 1328, 'first_name', 'Joyce M.') ; 
INSERT INTO `wp_usermeta` VALUES (13819, 1328, 'last_name', 'Olisar') ; 
INSERT INTO `wp_usermeta` VALUES (13820, 1328, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13821, 1328, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (13822, 1328, 'pmpro_baddress1', '3914 Elm Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (13823, 1328, 'pmpro_bcity', 'Brookfield') ; 
INSERT INTO `wp_usermeta` VALUES (13824, 1328, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13825, 1328, 'pmpro_bzipcode', '60513') ; 
INSERT INTO `wp_usermeta` VALUES (13826, 1329, 'pmpro_bfirstname', 'Judie') ; 
INSERT INTO `wp_usermeta` VALUES (13827, 1329, 'pmpro_blastname', 'Steenberg') ; 
INSERT INTO `wp_usermeta` VALUES (13828, 1329, 'first_name', 'Judie') ; 
INSERT INTO `wp_usermeta` VALUES (13829, 1329, 'last_name', 'Steenberg') ; 
INSERT INTO `wp_usermeta` VALUES (13830, 1329, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13831, 1329, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (13832, 1329, 'pmpro_baddress1', '1854 Barclay St.') ; 
INSERT INTO `wp_usermeta` VALUES (13833, 1329, 'pmpro_bcity', 'Maplewood') ; 
INSERT INTO `wp_usermeta` VALUES (13834, 1329, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13835, 1329, 'pmpro_bzipcode', '55109-4401') ; 
INSERT INTO `wp_usermeta` VALUES (13836, 1330, 'pmpro_bfirstname', 'Judith') ; 
INSERT INTO `wp_usermeta` VALUES (13837, 1330, 'pmpro_blastname', 'Bryja') ; 
INSERT INTO `wp_usermeta` VALUES (13838, 1330, 'first_name', 'Judith') ; 
INSERT INTO `wp_usermeta` VALUES (13839, 1330, 'last_name', 'Bryja') ; 
INSERT INTO `wp_usermeta` VALUES (13840, 1330, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (13841, 1330, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (13842, 1330, 'pmpro_baddress1', '40410 Freemont Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (13843, 1330, 'pmpro_bcity', 'Magnolia') ; 
INSERT INTO `wp_usermeta` VALUES (13844, 1330, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13845, 1330, 'pmpro_bzipcode', '77354-4428') ; 
INSERT INTO `wp_usermeta` VALUES (13846, 1331, 'pmpro_bfirstname', 'Judith') ; 
INSERT INTO `wp_usermeta` VALUES (13847, 1331, 'pmpro_blastname', 'Hansen') ; 
INSERT INTO `wp_usermeta` VALUES (13848, 1331, 'first_name', 'Judith') ; 
INSERT INTO `wp_usermeta` VALUES (13849, 1331, 'last_name', 'Hansen') ; 
INSERT INTO `wp_usermeta` VALUES (13850, 1331, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (13851, 1331, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (13852, 1331, 'pmpro_baddress1', '2718 200 Ave. E.') ; 
INSERT INTO `wp_usermeta` VALUES (13853, 1331, 'pmpro_bcity', 'Lake Tapps') ; 
INSERT INTO `wp_usermeta` VALUES (13854, 1331, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13855, 1331, 'pmpro_bzipcode', '98391') ; 
INSERT INTO `wp_usermeta` VALUES (13856, 1332, 'pmpro_bfirstname', 'Judith') ; 
INSERT INTO `wp_usermeta` VALUES (13857, 1332, 'pmpro_blastname', 'McDaniel') ; 
INSERT INTO `wp_usermeta` VALUES (13858, 1332, 'first_name', 'Judith') ; 
INSERT INTO `wp_usermeta` VALUES (13859, 1332, 'last_name', 'McDaniel') ; 
INSERT INTO `wp_usermeta` VALUES (13860, 1332, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13861, 1332, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (13862, 1332, 'pmpro_baddress1', '11835 Joan Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (13863, 1332, 'pmpro_bcity', 'Pittsburgh') ; 
INSERT INTO `wp_usermeta` VALUES (13864, 1332, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13865, 1332, 'pmpro_bzipcode', '15235') ; 
INSERT INTO `wp_usermeta` VALUES (13866, 1333, 'pmpro_bfirstname', 'Judith') ; 
INSERT INTO `wp_usermeta` VALUES (13867, 1333, 'pmpro_blastname', 'White') ; 
INSERT INTO `wp_usermeta` VALUES (13868, 1333, 'first_name', 'Judith') ; 
INSERT INTO `wp_usermeta` VALUES (13869, 1333, 'last_name', 'White') ; 
INSERT INTO `wp_usermeta` VALUES (13870, 1333, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13871, 1333, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (13872, 1333, 'pmpro_baddress1', '124 Stirrup Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (13873, 1333, 'pmpro_bcity', 'Burr Ridge') ; 
INSERT INTO `wp_usermeta` VALUES (13874, 1333, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13875, 1333, 'pmpro_bzipcode', '60527') ; 
INSERT INTO `wp_usermeta` VALUES (13876, 1334, 'pmpro_bfirstname', 'Judith') ; 
INSERT INTO `wp_usermeta` VALUES (13877, 1334, 'pmpro_blastname', 'McAuliffe') ; 
INSERT INTO `wp_usermeta` VALUES (13878, 1334, 'first_name', 'Judith') ; 
INSERT INTO `wp_usermeta` VALUES (13879, 1334, 'last_name', 'McAuliffe') ; 
INSERT INTO `wp_usermeta` VALUES (13880, 1334, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13881, 1334, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (13882, 1334, 'pmpro_baddress1', '1717 Norfolk St.  Apt 6') ; 
INSERT INTO `wp_usermeta` VALUES (13883, 1334, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (13884, 1334, 'pmpro_bcity', 'Houston') ; 
INSERT INTO `wp_usermeta` VALUES (13885, 1334, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13886, 1334, 'pmpro_bzipcode', '77098-4445') ; 
INSERT INTO `wp_usermeta` VALUES (13887, 1335, 'pmpro_bfirstname', 'Judith M.') ; 
INSERT INTO `wp_usermeta` VALUES (13888, 1335, 'pmpro_blastname', 'Evans') ; 
INSERT INTO `wp_usermeta` VALUES (13889, 1335, 'first_name', 'Judith M.') ; 
INSERT INTO `wp_usermeta` VALUES (13890, 1335, 'last_name', 'Evans') ; 
INSERT INTO `wp_usermeta` VALUES (13891, 1335, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13892, 1335, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (13893, 1335, 'pmpro_baddress1', '3309 E. Grove Circle') ; 
INSERT INTO `wp_usermeta` VALUES (13894, 1335, 'pmpro_bcity', 'Mesa') ; 
INSERT INTO `wp_usermeta` VALUES (13895, 1335, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13896, 1335, 'pmpro_bzipcode', '85204') ; 
INSERT INTO `wp_usermeta` VALUES (13897, 1336, 'pmpro_bfirstname', 'Judy') ; 
INSERT INTO `wp_usermeta` VALUES (13898, 1336, 'pmpro_blastname', 'Tucker') ; 
INSERT INTO `wp_usermeta` VALUES (13899, 1336, 'first_name', 'Judy') ; 
INSERT INTO `wp_usermeta` VALUES (13900, 1336, 'last_name', 'Tucker') ; 
INSERT INTO `wp_usermeta` VALUES (13901, 1336, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13902, 1336, 'pmpro_bstate', 'KY') ; 
INSERT INTO `wp_usermeta` VALUES (13903, 1336, 'pmpro_baddress1', '3461 Grasmere Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (13904, 1336, 'pmpro_bcity', 'Lexington') ; 
INSERT INTO `wp_usermeta` VALUES (13905, 1336, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13906, 1336, 'pmpro_bzipcode', '40503-4158') ; 
INSERT INTO `wp_usermeta` VALUES (13907, 1337, 'pmpro_bfirstname', 'Judy') ; 
INSERT INTO `wp_usermeta` VALUES (13908, 1337, 'pmpro_blastname', 'Beverine') ; 
INSERT INTO `wp_usermeta` VALUES (13909, 1337, 'first_name', 'Judy') ; 
INSERT INTO `wp_usermeta` VALUES (13910, 1337, 'last_name', 'Beverine') ; 
INSERT INTO `wp_usermeta` VALUES (13911, 1337, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13912, 1337, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (13913, 1337, 'pmpro_baddress1', '102 Clarewood Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (13914, 1337, 'pmpro_bcity', 'Baldwinsville') ; 
INSERT INTO `wp_usermeta` VALUES (13915, 1337, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13916, 1337, 'pmpro_bzipcode', '13027') ; 
INSERT INTO `wp_usermeta` VALUES (13917, 1338, 'pmpro_bfirstname', 'Judy') ; 
INSERT INTO `wp_usermeta` VALUES (13918, 1338, 'pmpro_blastname', 'Dawson') ; 
INSERT INTO `wp_usermeta` VALUES (13919, 1338, 'first_name', 'Judy') ; 
INSERT INTO `wp_usermeta` VALUES (13920, 1338, 'last_name', 'Dawson') ; 
INSERT INTO `wp_usermeta` VALUES (13921, 1338, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13922, 1338, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (13923, 1338, 'pmpro_baddress1', '1924 Vicente St.') ; 
INSERT INTO `wp_usermeta` VALUES (13924, 1338, 'pmpro_bcity', 'San Francisco') ; 
INSERT INTO `wp_usermeta` VALUES (13925, 1338, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13926, 1338, 'pmpro_bzipcode', '94116') ; 
INSERT INTO `wp_usermeta` VALUES (13927, 1339, 'pmpro_bfirstname', 'Judy') ; 
INSERT INTO `wp_usermeta` VALUES (13928, 1339, 'pmpro_blastname', 'Domaszek: Director') ; 
INSERT INTO `wp_usermeta` VALUES (13929, 1339, 'first_name', 'Wildwood Wildlife Park') ; 
INSERT INTO `wp_usermeta` VALUES (13930, 1339, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (13931, 1339, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13932, 1339, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (13933, 1339, 'pmpro_baddress1', '10094 Hwy 70 West') ; 
INSERT INTO `wp_usermeta` VALUES (13934, 1339, 'pmpro_bcity', 'Minocqua') ; 
INSERT INTO `wp_usermeta` VALUES (13935, 1339, 'uxf_organization', 'Wildwood Wildlife Park') ; 
INSERT INTO `wp_usermeta` VALUES (13936, 1339, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13937, 1339, 'pmpro_bzipcode', '54548') ; 
INSERT INTO `wp_usermeta` VALUES (13938, 1339, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (13939, 1340, 'pmpro_bfirstname', 'Judy') ; 
INSERT INTO `wp_usermeta` VALUES (13940, 1340, 'pmpro_blastname', 'Willard') ; 
INSERT INTO `wp_usermeta` VALUES (13941, 1340, 'first_name', 'Judy') ; 
INSERT INTO `wp_usermeta` VALUES (13942, 1340, 'last_name', 'Willard') ; 
INSERT INTO `wp_usermeta` VALUES (13943, 1340, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13944, 1340, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (13945, 1340, 'pmpro_baddress1', '4326 Stonehenge Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (13946, 1340, 'pmpro_bcity', 'Troy') ; 
INSERT INTO `wp_usermeta` VALUES (13947, 1340, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13948, 1340, 'pmpro_bzipcode', '48098') ; 
INSERT INTO `wp_usermeta` VALUES (13949, 1341, 'pmpro_bfirstname', 'Judy') ; 
INSERT INTO `wp_usermeta` VALUES (13950, 1341, 'pmpro_blastname', 'Bauer') ; 
INSERT INTO `wp_usermeta` VALUES (13951, 1341, 'first_name', 'Judy') ; 
INSERT INTO `wp_usermeta` VALUES (13952, 1341, 'last_name', 'Bauer') ; 
INSERT INTO `wp_usermeta` VALUES (13953, 1341, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13954, 1341, 'pmpro_bstate', 'NV') ; 
INSERT INTO `wp_usermeta` VALUES (13955, 1341, 'pmpro_baddress1', '1307 Winter Solstice Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (13956, 1341, 'pmpro_bcity', 'Henderson') ; 
INSERT INTO `wp_usermeta` VALUES (13957, 1341, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13958, 1341, 'pmpro_bzipcode', '89014') ; 
INSERT INTO `wp_usermeta` VALUES (13959, 1342, 'pmpro_bfirstname', 'Judy') ; 
INSERT INTO `wp_usermeta` VALUES (13960, 1342, 'pmpro_blastname', 'Mello') ; 
INSERT INTO `wp_usermeta` VALUES (13961, 1342, 'first_name', 'B. Bryan Preserve') ; 
INSERT INTO `wp_usermeta` VALUES (13962, 1342, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (13963, 1342, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13964, 1342, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (13965, 1342, 'pmpro_baddress1', '130 Riverside Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (13966, 1342, 'pmpro_bcity', 'Point Arena') ; 
INSERT INTO `wp_usermeta` VALUES (13967, 1342, 'uxf_organization', 'B. Bryan Preserve') ; 
INSERT INTO `wp_usermeta` VALUES (13968, 1342, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13969, 1342, 'pmpro_bzipcode', '95468') ; 
INSERT INTO `wp_usermeta` VALUES (13970, 1342, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (13971, 1343, 'pmpro_bfirstname', 'Judy Lee') ; 
INSERT INTO `wp_usermeta` VALUES (13972, 1343, 'pmpro_blastname', 'Stephens') ; 
INSERT INTO `wp_usermeta` VALUES (13973, 1343, 'first_name', 'Judy Lee') ; 
INSERT INTO `wp_usermeta` VALUES (13974, 1343, 'last_name', 'Stephens') ; 
INSERT INTO `wp_usermeta` VALUES (13975, 1343, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13976, 1343, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (13977, 1343, 'pmpro_baddress1', '28426 W. Eight Mile Rd.  Apt C2') ; 
INSERT INTO `wp_usermeta` VALUES (13978, 1343, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (13979, 1343, 'pmpro_bcity', 'Farmington Hills') ; 
INSERT INTO `wp_usermeta` VALUES (13980, 1343, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13981, 1343, 'pmpro_bzipcode', '48336-5948') ; 
INSERT INTO `wp_usermeta` VALUES (13982, 1344, 'pmpro_bfirstname', 'Judy Sue') ; 
INSERT INTO `wp_usermeta` VALUES (13983, 1344, 'pmpro_blastname', 'Hickey') ; 
INSERT INTO `wp_usermeta` VALUES (13984, 1344, 'first_name', 'Judy Sue') ; 
INSERT INTO `wp_usermeta` VALUES (13985, 1344, 'last_name', 'Hickey') ; 
INSERT INTO `wp_usermeta` VALUES (13986, 1344, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13987, 1344, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (13988, 1344, 'pmpro_baddress1', '5840 William St.') ; 
INSERT INTO `wp_usermeta` VALUES (13989, 1344, 'pmpro_bcity', 'Omaha') ; 
INSERT INTO `wp_usermeta` VALUES (13990, 1344, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (13991, 1344, 'pmpro_bzipcode', '68106') ; 
INSERT INTO `wp_usermeta` VALUES (13992, 1345, 'pmpro_bfirstname', 'Julia') ; 
INSERT INTO `wp_usermeta` VALUES (13993, 1345, 'pmpro_blastname', 'Bragovich') ; 
INSERT INTO `wp_usermeta` VALUES (13994, 1345, 'first_name', 'Julia') ; 
INSERT INTO `wp_usermeta` VALUES (13995, 1345, 'last_name', 'Bragovich') ; 
INSERT INTO `wp_usermeta` VALUES (13996, 1345, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (13997, 1345, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (13998, 1345, 'pmpro_baddress1', '30 Knights Bridge Road') ; 
INSERT INTO `wp_usermeta` VALUES (13999, 1345, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (14000, 1345, 'pmpro_bcity', 'Naples') ; 
INSERT INTO `wp_usermeta` VALUES (14001, 1345, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14002, 1345, 'pmpro_bzipcode', '34112') ; 
INSERT INTO `wp_usermeta` VALUES (14003, 1346, 'pmpro_bfirstname', 'Julianne') ; 
INSERT INTO `wp_usermeta` VALUES (14004, 1346, 'pmpro_blastname', 'Reese') ; 
INSERT INTO `wp_usermeta` VALUES (14005, 1346, 'first_name', 'Julianne') ; 
INSERT INTO `wp_usermeta` VALUES (14006, 1346, 'last_name', 'Reese') ; 
INSERT INTO `wp_usermeta` VALUES (14007, 1346, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14008, 1346, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (14009, 1346, 'pmpro_baddress1', '2705 Montrose Ave.  #6') ; 
INSERT INTO `wp_usermeta` VALUES (14010, 1346, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (14011, 1346, 'pmpro_bcity', 'Montrose') ; 
INSERT INTO `wp_usermeta` VALUES (14012, 1346, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14013, 1346, 'pmpro_bzipcode', '91020') ; 
INSERT INTO `wp_usermeta` VALUES (14014, 1347, 'pmpro_bfirstname', 'Julie') ; 
INSERT INTO `wp_usermeta` VALUES (14015, 1347, 'pmpro_blastname', 'Brand: Toronto Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (14016, 1347, 'first_name', 'Julie') ; 
INSERT INTO `wp_usermeta` VALUES (14017, 1347, 'last_name', 'Brand') ; 
INSERT INTO `wp_usermeta` VALUES (14018, 1347, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (14019, 1347, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (14020, 1347, 'pmpro_baddress1', '361 A Old Finch Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (14021, 1347, 'pmpro_bcity', 'Scarborough') ; 
INSERT INTO `wp_usermeta` VALUES (14022, 1347, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (14023, 1347, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14024, 1347, 'pmpro_bzipcode', 'MlB 5K7') ; 
INSERT INTO `wp_usermeta` VALUES (14025, 1348, 'pmpro_bfirstname', 'Julie') ; 
INSERT INTO `wp_usermeta` VALUES (14026, 1348, 'pmpro_blastname', 'Henry') ; 
INSERT INTO `wp_usermeta` VALUES (14027, 1348, 'first_name', 'Julie') ; 
INSERT INTO `wp_usermeta` VALUES (14028, 1348, 'last_name', 'Henry') ; 
INSERT INTO `wp_usermeta` VALUES (14029, 1348, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14030, 1348, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (14031, 1348, 'pmpro_baddress1', '10936 Cleveland Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (14032, 1348, 'pmpro_bcity', 'Kansas City') ; 
INSERT INTO `wp_usermeta` VALUES (14033, 1348, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14034, 1348, 'pmpro_bzipcode', '64137') ; 
INSERT INTO `wp_usermeta` VALUES (14035, 1349, 'pmpro_bfirstname', 'Julie') ; 
INSERT INTO `wp_usermeta` VALUES (14036, 1349, 'pmpro_blastname', 'Driebergen') ; 
INSERT INTO `wp_usermeta` VALUES (14037, 1349, 'first_name', 'Julie') ; 
INSERT INTO `wp_usermeta` VALUES (14038, 1349, 'last_name', 'Driebergen') ; 
INSERT INTO `wp_usermeta` VALUES (14039, 1349, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14040, 1349, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (14041, 1349, 'pmpro_baddress1', '17556 S. 70th Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (14042, 1349, 'pmpro_bcity', 'Tinley Park') ; 
INSERT INTO `wp_usermeta` VALUES (14043, 1349, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14044, 1349, 'pmpro_bzipcode', '60477') ; 
INSERT INTO `wp_usermeta` VALUES (14045, 1350, 'pmpro_bfirstname', 'Julie') ; 
INSERT INTO `wp_usermeta` VALUES (14046, 1350, 'pmpro_blastname', 'Schmidt') ; 
INSERT INTO `wp_usermeta` VALUES (14047, 1350, 'first_name', 'Julie') ; 
INSERT INTO `wp_usermeta` VALUES (14048, 1350, 'last_name', 'Schmidt') ; 
INSERT INTO `wp_usermeta` VALUES (14049, 1350, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14050, 1350, 'pmpro_bstate', 'SC') ; 
INSERT INTO `wp_usermeta` VALUES (14051, 1350, 'pmpro_baddress1', '1013 Crestmont Way') ; 
INSERT INTO `wp_usermeta` VALUES (14052, 1350, 'pmpro_bcity', 'Greenville') ; 
INSERT INTO `wp_usermeta` VALUES (14053, 1350, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14054, 1350, 'pmpro_bzipcode', '29615') ; 
INSERT INTO `wp_usermeta` VALUES (14055, 1351, 'pmpro_bfirstname', 'Julie') ; 
INSERT INTO `wp_usermeta` VALUES (14056, 1351, 'pmpro_blastname', 'Good') ; 
INSERT INTO `wp_usermeta` VALUES (14057, 1351, 'first_name', 'Julie') ; 
INSERT INTO `wp_usermeta` VALUES (14058, 1351, 'last_name', 'Good') ; 
INSERT INTO `wp_usermeta` VALUES (14059, 1351, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14060, 1351, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (14061, 1351, 'pmpro_baddress1', '6131 Myrtle Hill Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (14062, 1351, 'pmpro_bcity', 'Valley City') ; 
INSERT INTO `wp_usermeta` VALUES (14063, 1351, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14064, 1351, 'pmpro_bzipcode', '44280-9794') ; 
INSERT INTO `wp_usermeta` VALUES (14065, 1352, 'pmpro_bfirstname', 'Julie') ; 
INSERT INTO `wp_usermeta` VALUES (14066, 1352, 'pmpro_blastname', 'Krajewski') ; 
INSERT INTO `wp_usermeta` VALUES (14067, 1352, 'first_name', 'Julie') ; 
INSERT INTO `wp_usermeta` VALUES (14068, 1352, 'last_name', 'Krajewski') ; 
INSERT INTO `wp_usermeta` VALUES (14069, 1352, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (14070, 1352, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (14071, 1352, 'pmpro_baddress1', '3406 Cowley Way - Apt 2') ; 
INSERT INTO `wp_usermeta` VALUES (14072, 1352, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (14073, 1352, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (14074, 1352, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14075, 1352, 'pmpro_bzipcode', '92117') ; 
INSERT INTO `wp_usermeta` VALUES (14076, 1353, 'pmpro_bfirstname', 'Julie') ; 
INSERT INTO `wp_usermeta` VALUES (14077, 1353, 'pmpro_blastname', 'McCabe') ; 
INSERT INTO `wp_usermeta` VALUES (14078, 1353, 'first_name', 'Julie') ; 
INSERT INTO `wp_usermeta` VALUES (14079, 1353, 'last_name', 'McCabe') ; 
INSERT INTO `wp_usermeta` VALUES (14080, 1353, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14081, 1353, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (14082, 1353, 'pmpro_baddress1', '22100 Erwin St. ') ; 
INSERT INTO `wp_usermeta` VALUES (14083, 1353, 'pmpro_baddress2', 'Apt 306') ; 
INSERT INTO `wp_usermeta` VALUES (14084, 1353, 'pmpro_bcity', 'Woodland Hills') ; 
INSERT INTO `wp_usermeta` VALUES (14085, 1353, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14086, 1353, 'pmpro_bzipcode', '91367') ; 
INSERT INTO `wp_usermeta` VALUES (14087, 1354, 'pmpro_bfirstname', 'Julie') ; 
INSERT INTO `wp_usermeta` VALUES (14088, 1354, 'pmpro_blastname', 'Felton') ; 
INSERT INTO `wp_usermeta` VALUES (14089, 1354, 'first_name', 'Julie') ; 
INSERT INTO `wp_usermeta` VALUES (14090, 1354, 'last_name', 'Felton') ; 
INSERT INTO `wp_usermeta` VALUES (14091, 1354, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (14092, 1354, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (14093, 1354, 'pmpro_baddress1', '2417 Ravenwood Ave. NW') ; 
INSERT INTO `wp_usermeta` VALUES (14094, 1354, 'pmpro_bcity', 'Roanoke') ; 
INSERT INTO `wp_usermeta` VALUES (14095, 1354, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14096, 1354, 'pmpro_bzipcode', '24012') ; 
INSERT INTO `wp_usermeta` VALUES (14097, 1355, 'pmpro_bfirstname', 'Julie') ; 
INSERT INTO `wp_usermeta` VALUES (14098, 1355, 'pmpro_blastname', 'McGilvray') ; 
INSERT INTO `wp_usermeta` VALUES (14099, 1355, 'first_name', 'Julie') ; 
INSERT INTO `wp_usermeta` VALUES (14100, 1355, 'last_name', 'McGilvray') ; 
INSERT INTO `wp_usermeta` VALUES (14101, 1355, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (14102, 1355, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (14103, 1355, 'pmpro_baddress1', '1172 Grand Teton Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (14104, 1355, 'pmpro_bcity', 'Pacifica') ; 
INSERT INTO `wp_usermeta` VALUES (14105, 1355, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14106, 1355, 'pmpro_bzipcode', '94044') ; 
INSERT INTO `wp_usermeta` VALUES (14107, 1356, 'pmpro_bfirstname', 'Julie') ; 
INSERT INTO `wp_usermeta` VALUES (14108, 1356, 'pmpro_blastname', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (14109, 1356, 'first_name', 'Julie') ; 
INSERT INTO `wp_usermeta` VALUES (14110, 1356, 'last_name', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (14111, 1356, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (14112, 1356, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (14113, 1356, 'pmpro_baddress1', '4863 Sable Pine Circle Apt H') ; 
INSERT INTO `wp_usermeta` VALUES (14114, 1356, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (14115, 1356, 'pmpro_bcity', 'W. Palm Beach') ; 
INSERT INTO `wp_usermeta` VALUES (14116, 1356, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14117, 1356, 'pmpro_bzipcode', '33417') ; 
INSERT INTO `wp_usermeta` VALUES (14118, 1357, 'pmpro_bfirstname', 'Julie') ; 
INSERT INTO `wp_usermeta` VALUES (14119, 1357, 'pmpro_blastname', 'Miner') ; 
INSERT INTO `wp_usermeta` VALUES (14120, 1357, 'first_name', 'Julie') ; 
INSERT INTO `wp_usermeta` VALUES (14121, 1357, 'last_name', 'Miner') ; 
INSERT INTO `wp_usermeta` VALUES (14122, 1357, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14123, 1357, 'pmpro_bstate', 'ME') ; 
INSERT INTO `wp_usermeta` VALUES (14124, 1357, 'pmpro_baddress1', '918 Pond Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (14125, 1357, 'pmpro_bcity', 'Mt. Vernon') ; 
INSERT INTO `wp_usermeta` VALUES (14126, 1357, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14127, 1357, 'pmpro_bzipcode', '4352') ; 
INSERT INTO `wp_usermeta` VALUES (14128, 1358, 'pmpro_bfirstname', 'Julie') ; 
INSERT INTO `wp_usermeta` VALUES (14129, 1358, 'pmpro_blastname', 'Rosenthal') ; 
INSERT INTO `wp_usermeta` VALUES (14130, 1358, 'first_name', 'Julie') ; 
INSERT INTO `wp_usermeta` VALUES (14131, 1358, 'last_name', 'Rosenthal') ; 
INSERT INTO `wp_usermeta` VALUES (14132, 1358, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (14133, 1358, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (14134, 1358, 'pmpro_baddress1', '9241 Elk Grove Florin Rd.  Apt 124') ; 
INSERT INTO `wp_usermeta` VALUES (14135, 1358, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (14136, 1358, 'pmpro_bcity', 'Elk Grove') ; 
INSERT INTO `wp_usermeta` VALUES (14137, 1358, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14138, 1358, 'pmpro_bzipcode', '95624') ; 
INSERT INTO `wp_usermeta` VALUES (14139, 1359, 'pmpro_bfirstname', 'Julie') ; 
INSERT INTO `wp_usermeta` VALUES (14140, 1359, 'pmpro_blastname', 'Hartell-DeNardo') ; 
INSERT INTO `wp_usermeta` VALUES (14141, 1359, 'first_name', 'Julie') ; 
INSERT INTO `wp_usermeta` VALUES (14142, 1359, 'last_name', 'Hartell-DeNardo') ; 
INSERT INTO `wp_usermeta` VALUES (14143, 1359, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (14144, 1359, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (14145, 1359, 'pmpro_baddress1', '9611 Engel Lane') ; 
INSERT INTO `wp_usermeta` VALUES (14146, 1359, 'pmpro_bcity', 'Olivette') ; 
INSERT INTO `wp_usermeta` VALUES (14147, 1359, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14148, 1359, 'pmpro_bzipcode', '63132') ; 
INSERT INTO `wp_usermeta` VALUES (14149, 1359, 'uxf_specialtags', 'MAIL') ; 
INSERT INTO `wp_usermeta` VALUES (14150, 1360, 'pmpro_bfirstname', 'Julie') ; 
INSERT INTO `wp_usermeta` VALUES (14151, 1360, 'pmpro_blastname', 'Fritz') ; 
INSERT INTO `wp_usermeta` VALUES (14152, 1360, 'first_name', 'Julie') ; 
INSERT INTO `wp_usermeta` VALUES (14153, 1360, 'last_name', 'Fritz') ; 
INSERT INTO `wp_usermeta` VALUES (14154, 1360, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14155, 1360, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (14156, 1360, 'pmpro_baddress1', '6804 E. Orme St.') ; 
INSERT INTO `wp_usermeta` VALUES (14157, 1360, 'pmpro_bcity', 'Wichita') ; 
INSERT INTO `wp_usermeta` VALUES (14158, 1360, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14159, 1360, 'pmpro_bzipcode', '67207') ; 
INSERT INTO `wp_usermeta` VALUES (14160, 1361, 'pmpro_bfirstname', 'Julie Ann') ; 
INSERT INTO `wp_usermeta` VALUES (14161, 1361, 'pmpro_blastname', 'Platt') ; 
INSERT INTO `wp_usermeta` VALUES (14162, 1361, 'first_name', 'Julie Ann') ; 
INSERT INTO `wp_usermeta` VALUES (14163, 1361, 'last_name', 'Platt') ; 
INSERT INTO `wp_usermeta` VALUES (14164, 1361, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (14165, 1361, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (14166, 1361, 'pmpro_baddress1', '1133 S. Wabash Ave. Apt 806') ; 
INSERT INTO `wp_usermeta` VALUES (14167, 1361, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (14168, 1361, 'pmpro_bcity', 'Chicago') ; 
INSERT INTO `wp_usermeta` VALUES (14169, 1361, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14170, 1361, 'pmpro_bzipcode', '60605') ; 
INSERT INTO `wp_usermeta` VALUES (14171, 1362, 'pmpro_bfirstname', 'Juliet') ; 
INSERT INTO `wp_usermeta` VALUES (14172, 1362, 'pmpro_blastname', 'Elkins') ; 
INSERT INTO `wp_usermeta` VALUES (14173, 1362, 'first_name', 'Juliet') ; 
INSERT INTO `wp_usermeta` VALUES (14174, 1362, 'last_name', 'Elkins') ; 
INSERT INTO `wp_usermeta` VALUES (14175, 1362, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (14176, 1362, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (14177, 1362, 'pmpro_baddress1', '27A Debs Place') ; 
INSERT INTO `wp_usermeta` VALUES (14178, 1362, 'pmpro_bcity', 'Bronx') ; 
INSERT INTO `wp_usermeta` VALUES (14179, 1362, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14180, 1362, 'pmpro_bzipcode', '10475') ; 
INSERT INTO `wp_usermeta` VALUES (14181, 1363, 'pmpro_bfirstname', 'June') ; 
INSERT INTO `wp_usermeta` VALUES (14182, 1363, 'pmpro_blastname', 'Brickwedde') ; 
INSERT INTO `wp_usermeta` VALUES (14183, 1363, 'first_name', 'June') ; 
INSERT INTO `wp_usermeta` VALUES (14184, 1363, 'last_name', 'Brickwedde') ; 
INSERT INTO `wp_usermeta` VALUES (14185, 1363, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14186, 1363, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (14187, 1363, 'pmpro_baddress1', '211 Bradford Pkwy.') ; 
INSERT INTO `wp_usermeta` VALUES (14188, 1363, 'pmpro_bcity', 'Syracuse') ; 
INSERT INTO `wp_usermeta` VALUES (14189, 1363, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14190, 1363, 'pmpro_bzipcode', '13224') ; 
INSERT INTO `wp_usermeta` VALUES (14191, 1364, 'pmpro_bfirstname', 'Justin') ; 
INSERT INTO `wp_usermeta` VALUES (14192, 1364, 'pmpro_blastname', 'Brackett') ; 
INSERT INTO `wp_usermeta` VALUES (14193, 1364, 'first_name', 'Justin') ; 
INSERT INTO `wp_usermeta` VALUES (14194, 1364, 'last_name', 'Brackett') ; 
INSERT INTO `wp_usermeta` VALUES (14195, 1364, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14196, 1364, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (14197, 1364, 'pmpro_baddress1', '7689 Andasol St.') ; 
INSERT INTO `wp_usermeta` VALUES (14198, 1364, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (14199, 1364, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14200, 1364, 'pmpro_bzipcode', '92126') ; 
INSERT INTO `wp_usermeta` VALUES (14201, 1365, 'pmpro_bfirstname', 'Justin') ; 
INSERT INTO `wp_usermeta` VALUES (14202, 1365, 'pmpro_blastname', 'Klauss') ; 
INSERT INTO `wp_usermeta` VALUES (14203, 1365, 'first_name', 'Justin') ; 
INSERT INTO `wp_usermeta` VALUES (14204, 1365, 'last_name', 'Klauss') ; 
INSERT INTO `wp_usermeta` VALUES (14205, 1365, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14206, 1365, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (14207, 1365, 'pmpro_baddress1', '932 N. Ricardo Circle') ; 
INSERT INTO `wp_usermeta` VALUES (14208, 1365, 'pmpro_bcity', 'Mesa') ; 
INSERT INTO `wp_usermeta` VALUES (14209, 1365, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14210, 1365, 'pmpro_bzipcode', '85205') ; 
INSERT INTO `wp_usermeta` VALUES (14211, 1366, 'pmpro_bfirstname', 'Justin') ; 
INSERT INTO `wp_usermeta` VALUES (14212, 1366, 'pmpro_blastname', 'Bellizzi') ; 
INSERT INTO `wp_usermeta` VALUES (14213, 1366, 'first_name', 'Justin') ; 
INSERT INTO `wp_usermeta` VALUES (14214, 1366, 'last_name', 'Bellizzi') ; 
INSERT INTO `wp_usermeta` VALUES (14215, 1366, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (14216, 1366, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (14217, 1366, 'pmpro_baddress1', '3278 S. Treasure Cove Place') ; 
INSERT INTO `wp_usermeta` VALUES (14218, 1366, 'pmpro_bcity', 'Tucson') ; 
INSERT INTO `wp_usermeta` VALUES (14219, 1366, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14220, 1366, 'pmpro_bzipcode', '85713') ; 
INSERT INTO `wp_usermeta` VALUES (14221, 1367, 'pmpro_bfirstname', 'Justin') ; 
INSERT INTO `wp_usermeta` VALUES (14222, 1367, 'pmpro_blastname', 'Zolman') ; 
INSERT INTO `wp_usermeta` VALUES (14223, 1367, 'first_name', 'Justin') ; 
INSERT INTO `wp_usermeta` VALUES (14224, 1367, 'last_name', 'Zolman') ; 
INSERT INTO `wp_usermeta` VALUES (14225, 1367, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14226, 1367, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (14227, 1367, 'pmpro_baddress1', '879 Wallace Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (14228, 1367, 'pmpro_bcity', 'Delaware') ; 
INSERT INTO `wp_usermeta` VALUES (14229, 1367, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14230, 1367, 'pmpro_bzipcode', '43015') ; 
INSERT INTO `wp_usermeta` VALUES (14231, 1368, 'pmpro_bfirstname', 'Kaiti') ; 
INSERT INTO `wp_usermeta` VALUES (14232, 1368, 'pmpro_blastname', 'Rebello') ; 
INSERT INTO `wp_usermeta` VALUES (14233, 1368, 'first_name', 'Kaiti') ; 
INSERT INTO `wp_usermeta` VALUES (14234, 1368, 'last_name', 'Rebello') ; 
INSERT INTO `wp_usermeta` VALUES (14235, 1368, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (14236, 1368, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (14237, 1368, 'pmpro_baddress1', '7709 Enfield Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (14238, 1368, 'pmpro_baddress2', 'Apt 204') ; 
INSERT INTO `wp_usermeta` VALUES (14239, 1368, 'pmpro_bcity', 'Norfolk') ; 
INSERT INTO `wp_usermeta` VALUES (14240, 1368, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14241, 1368, 'pmpro_bzipcode', '23505') ; 
INSERT INTO `wp_usermeta` VALUES (14242, 1369, 'pmpro_bfirstname', 'Kaitlyn') ; 
INSERT INTO `wp_usermeta` VALUES (14243, 1369, 'pmpro_blastname', 'Gabriel') ; 
INSERT INTO `wp_usermeta` VALUES (14244, 1369, 'first_name', 'Kaitlyn') ; 
INSERT INTO `wp_usermeta` VALUES (14245, 1369, 'last_name', 'Gabriel') ; 
INSERT INTO `wp_usermeta` VALUES (14246, 1369, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14247, 1369, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (14248, 1369, 'pmpro_baddress1', '3100 Yorkshire') ; 
INSERT INTO `wp_usermeta` VALUES (14249, 1369, 'pmpro_bcity', 'Cleveland Heights') ; 
INSERT INTO `wp_usermeta` VALUES (14250, 1369, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14251, 1369, 'pmpro_bzipcode', '44118') ; 
INSERT INTO `wp_usermeta` VALUES (14252, 1370, 'pmpro_bfirstname', 'Kaitlyn') ; 
INSERT INTO `wp_usermeta` VALUES (14253, 1370, 'pmpro_blastname', 'Spross') ; 
INSERT INTO `wp_usermeta` VALUES (14254, 1370, 'first_name', 'Kaitlyn') ; 
INSERT INTO `wp_usermeta` VALUES (14255, 1370, 'last_name', 'Spross') ; 
INSERT INTO `wp_usermeta` VALUES (14256, 1370, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14257, 1370, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (14258, 1370, 'pmpro_baddress1', '1342 Rutland  Apt 201') ; 
INSERT INTO `wp_usermeta` VALUES (14259, 1370, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (14260, 1370, 'pmpro_bcity', 'Houston') ; 
INSERT INTO `wp_usermeta` VALUES (14261, 1370, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14262, 1370, 'pmpro_bzipcode', '77008') ; 
INSERT INTO `wp_usermeta` VALUES (14263, 1371, 'pmpro_bfirstname', 'Kaitlyn') ; 
INSERT INTO `wp_usermeta` VALUES (14264, 1371, 'pmpro_blastname', 'Whisman') ; 
INSERT INTO `wp_usermeta` VALUES (14265, 1371, 'first_name', 'Kaitlyn') ; 
INSERT INTO `wp_usermeta` VALUES (14266, 1371, 'last_name', 'Whisman') ; 
INSERT INTO `wp_usermeta` VALUES (14267, 1371, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14268, 1371, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (14269, 1371, 'pmpro_baddress1', '6400 SW 20th Ave.  Apt 61') ; 
INSERT INTO `wp_usermeta` VALUES (14270, 1371, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (14271, 1371, 'pmpro_bcity', 'Gainesville') ; 
INSERT INTO `wp_usermeta` VALUES (14272, 1371, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14273, 1371, 'pmpro_bzipcode', '32607') ; 
INSERT INTO `wp_usermeta` VALUES (14274, 1372, 'pmpro_bfirstname', 'Kaitrin') ; 
INSERT INTO `wp_usermeta` VALUES (14275, 1372, 'pmpro_blastname', 'O\\\'Rourke') ; 
INSERT INTO `wp_usermeta` VALUES (14276, 1372, 'first_name', 'Kaitrin') ; 
INSERT INTO `wp_usermeta` VALUES (14277, 1372, 'last_name', 'O\\\'Rourke') ; 
INSERT INTO `wp_usermeta` VALUES (14278, 1372, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14279, 1372, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (14280, 1372, 'pmpro_baddress1', '336 Sugar Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (14281, 1372, 'pmpro_bcity', 'Bolton') ; 
INSERT INTO `wp_usermeta` VALUES (14282, 1372, 'uxf_organization', 'Animal Adventures') ; 
INSERT INTO `wp_usermeta` VALUES (14283, 1372, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14284, 1372, 'pmpro_bzipcode', '1740') ; 
INSERT INTO `wp_usermeta` VALUES (14285, 1373, 'pmpro_bfirstname', 'Kalley') ; 
INSERT INTO `wp_usermeta` VALUES (14286, 1373, 'pmpro_blastname', 'Nicely') ; 
INSERT INTO `wp_usermeta` VALUES (14287, 1373, 'first_name', 'Kalley') ; 
INSERT INTO `wp_usermeta` VALUES (14288, 1373, 'last_name', 'Nicely') ; 
INSERT INTO `wp_usermeta` VALUES (14289, 1373, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14290, 1373, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (14291, 1373, 'pmpro_baddress1', '214 Sunnyside Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (14292, 1373, 'pmpro_bcity', 'Toledo') ; 
INSERT INTO `wp_usermeta` VALUES (14293, 1373, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14294, 1373, 'pmpro_bzipcode', '43612') ; 
INSERT INTO `wp_usermeta` VALUES (14295, 1374, 'pmpro_bfirstname', 'Kara') ; 
INSERT INTO `wp_usermeta` VALUES (14296, 1374, 'pmpro_blastname', 'Delanty') ; 
INSERT INTO `wp_usermeta` VALUES (14297, 1374, 'first_name', 'Kara') ; 
INSERT INTO `wp_usermeta` VALUES (14298, 1374, 'last_name', 'Delanty') ; 
INSERT INTO `wp_usermeta` VALUES (14299, 1374, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14300, 1374, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (14301, 1374, 'pmpro_baddress1', '2620 N. 68th St.') ; 
INSERT INTO `wp_usermeta` VALUES (14302, 1374, 'pmpro_bcity', 'Wauwatosa') ; 
INSERT INTO `wp_usermeta` VALUES (14303, 1374, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14304, 1374, 'pmpro_bzipcode', '53213') ; 
INSERT INTO `wp_usermeta` VALUES (14305, 1375, 'pmpro_bfirstname', 'Kara') ; 
INSERT INTO `wp_usermeta` VALUES (14306, 1375, 'pmpro_blastname', 'Gilbert') ; 
INSERT INTO `wp_usermeta` VALUES (14307, 1375, 'first_name', 'Kara') ; 
INSERT INTO `wp_usermeta` VALUES (14308, 1375, 'last_name', 'Gilbert') ; 
INSERT INTO `wp_usermeta` VALUES (14309, 1375, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (14310, 1375, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (14311, 1375, 'pmpro_baddress1', '3086 S Hanson Rd') ; 
INSERT INTO `wp_usermeta` VALUES (14312, 1375, 'pmpro_bcity', 'South Range') ; 
INSERT INTO `wp_usermeta` VALUES (14313, 1375, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14314, 1375, 'pmpro_bzipcode', '54874-8941') ; 
INSERT INTO `wp_usermeta` VALUES (14315, 1376, 'pmpro_bfirstname', 'Kara') ; 
INSERT INTO `wp_usermeta` VALUES (14316, 1376, 'pmpro_blastname', 'Pierce') ; 
INSERT INTO `wp_usermeta` VALUES (14317, 1376, 'first_name', 'Kara') ; 
INSERT INTO `wp_usermeta` VALUES (14318, 1376, 'last_name', 'Anderson') ; 
INSERT INTO `wp_usermeta` VALUES (14319, 1376, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14320, 1376, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (14321, 1376, 'pmpro_baddress1', '1001 S. Bonham') ; 
INSERT INTO `wp_usermeta` VALUES (14322, 1376, 'pmpro_bcity', 'Amarillo') ; 
INSERT INTO `wp_usermeta` VALUES (14323, 1376, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14324, 1376, 'pmpro_bzipcode', '79102') ; 
INSERT INTO `wp_usermeta` VALUES (14325, 1377, 'pmpro_bfirstname', 'Kara A.') ; 
INSERT INTO `wp_usermeta` VALUES (14326, 1377, 'pmpro_blastname', 'Walsh') ; 
INSERT INTO `wp_usermeta` VALUES (14327, 1377, 'first_name', 'Kara A.') ; 
INSERT INTO `wp_usermeta` VALUES (14328, 1377, 'last_name', 'Walsh') ; 
INSERT INTO `wp_usermeta` VALUES (14329, 1377, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (14330, 1377, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (14331, 1377, 'pmpro_baddress1', '8435 Weirick Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (14332, 1377, 'pmpro_bcity', 'Corona') ; 
INSERT INTO `wp_usermeta` VALUES (14333, 1377, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14334, 1377, 'pmpro_bzipcode', '92883') ; 
INSERT INTO `wp_usermeta` VALUES (14335, 1378, 'pmpro_bfirstname', 'Kara L. ') ; 
INSERT INTO `wp_usermeta` VALUES (14336, 1378, 'pmpro_blastname', 'Schilling') ; 
INSERT INTO `wp_usermeta` VALUES (14337, 1378, 'first_name', 'Kara L. ') ; 
INSERT INTO `wp_usermeta` VALUES (14338, 1378, 'last_name', 'Schilling') ; 
INSERT INTO `wp_usermeta` VALUES (14339, 1378, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14340, 1378, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (14341, 1378, 'pmpro_baddress1', '18951 E. Superstition Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (14342, 1378, 'pmpro_bcity', 'Queen Creek') ; 
INSERT INTO `wp_usermeta` VALUES (14343, 1378, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14344, 1378, 'pmpro_bzipcode', '85142') ; 
INSERT INTO `wp_usermeta` VALUES (14345, 1379, 'pmpro_bfirstname', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14346, 1379, 'pmpro_blastname', 'Hamilton') ; 
INSERT INTO `wp_usermeta` VALUES (14347, 1379, 'first_name', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14348, 1379, 'last_name', 'Hamilton') ; 
INSERT INTO `wp_usermeta` VALUES (14349, 1379, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (14350, 1379, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (14351, 1379, 'pmpro_baddress1', '246 Andrew St.') ; 
INSERT INTO `wp_usermeta` VALUES (14352, 1379, 'pmpro_bcity', 'Newcastle') ; 
INSERT INTO `wp_usermeta` VALUES (14353, 1379, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14354, 1379, 'pmpro_bzipcode', 'L1B 1K2') ; 
INSERT INTO `wp_usermeta` VALUES (14355, 1380, 'pmpro_bfirstname', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14356, 1380, 'pmpro_blastname', 'Caster') ; 
INSERT INTO `wp_usermeta` VALUES (14357, 1380, 'first_name', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14358, 1380, 'last_name', 'Caster') ; 
INSERT INTO `wp_usermeta` VALUES (14359, 1380, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14360, 1380, 'pmpro_bstate', 'AR') ; 
INSERT INTO `wp_usermeta` VALUES (14361, 1380, 'pmpro_baddress1', '16 Grant Oaks Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (14362, 1380, 'pmpro_bcity', 'N. Little Rock') ; 
INSERT INTO `wp_usermeta` VALUES (14363, 1380, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14364, 1380, 'pmpro_bzipcode', '72120') ; 
INSERT INTO `wp_usermeta` VALUES (14365, 1381, 'pmpro_bfirstname', 'Craig') ; 
INSERT INTO `wp_usermeta` VALUES (14366, 1381, 'pmpro_blastname', 'Wagner') ; 
INSERT INTO `wp_usermeta` VALUES (14367, 1381, 'first_name', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14368, 1381, 'last_name', 'Harris') ; 
INSERT INTO `wp_usermeta` VALUES (14369, 1381, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14370, 1381, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (14371, 1381, 'pmpro_baddress1', 'P.O. Box 1062') ; 
INSERT INTO `wp_usermeta` VALUES (14372, 1381, 'pmpro_bcity', 'Cave Junction') ; 
INSERT INTO `wp_usermeta` VALUES (14373, 1381, 'uxf_organization', 'Great Cats World Park') ; 
INSERT INTO `wp_usermeta` VALUES (14374, 1381, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14375, 1381, 'pmpro_bzipcode', '97523') ; 
INSERT INTO `wp_usermeta` VALUES (14376, 1382, 'pmpro_bfirstname', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14377, 1382, 'pmpro_blastname', 'Tabor') ; 
INSERT INTO `wp_usermeta` VALUES (14378, 1382, 'first_name', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14379, 1382, 'last_name', 'Tabor') ; 
INSERT INTO `wp_usermeta` VALUES (14380, 1382, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (14381, 1382, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (14382, 1382, 'pmpro_baddress1', '1485 St. Charles Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (14383, 1382, 'pmpro_bcity', 'Lakewood') ; 
INSERT INTO `wp_usermeta` VALUES (14384, 1382, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14385, 1382, 'pmpro_bzipcode', '44107') ; 
INSERT INTO `wp_usermeta` VALUES (14386, 1383, 'pmpro_bfirstname', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14387, 1383, 'pmpro_blastname', 'Abbott') ; 
INSERT INTO `wp_usermeta` VALUES (14388, 1383, 'first_name', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14389, 1383, 'last_name', 'Abbott') ; 
INSERT INTO `wp_usermeta` VALUES (14390, 1383, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14391, 1383, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (14392, 1383, 'pmpro_baddress1', '15025 Rumson Place') ; 
INSERT INTO `wp_usermeta` VALUES (14393, 1383, 'pmpro_bcity', 'Manassas') ; 
INSERT INTO `wp_usermeta` VALUES (14394, 1383, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14395, 1383, 'pmpro_bzipcode', '20111') ; 
INSERT INTO `wp_usermeta` VALUES (14396, 1384, 'pmpro_bfirstname', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14397, 1384, 'pmpro_blastname', 'Carlson') ; 
INSERT INTO `wp_usermeta` VALUES (14398, 1384, 'first_name', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14399, 1384, 'last_name', 'Carlson') ; 
INSERT INTO `wp_usermeta` VALUES (14400, 1384, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14401, 1384, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (14402, 1384, 'pmpro_baddress1', '2250 W. Martin St. ') ; 
INSERT INTO `wp_usermeta` VALUES (14403, 1384, 'pmpro_bcity', 'Kissimmee') ; 
INSERT INTO `wp_usermeta` VALUES (14404, 1384, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14405, 1384, 'pmpro_bzipcode', '34741-2544') ; 
INSERT INTO `wp_usermeta` VALUES (14406, 1385, 'pmpro_bfirstname', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14407, 1385, 'pmpro_blastname', 'Kolstad') ; 
INSERT INTO `wp_usermeta` VALUES (14408, 1385, 'first_name', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14409, 1385, 'last_name', 'Kolstad') ; 
INSERT INTO `wp_usermeta` VALUES (14410, 1385, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14411, 1385, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (14412, 1385, 'pmpro_baddress1', '161 18th St. #5C') ; 
INSERT INTO `wp_usermeta` VALUES (14413, 1385, 'pmpro_bcity', 'Union City') ; 
INSERT INTO `wp_usermeta` VALUES (14414, 1385, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14415, 1385, 'pmpro_bzipcode', '7087') ; 
INSERT INTO `wp_usermeta` VALUES (14416, 1386, 'pmpro_bfirstname', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14417, 1386, 'pmpro_blastname', 'Stewart') ; 
INSERT INTO `wp_usermeta` VALUES (14418, 1386, 'first_name', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14419, 1386, 'last_name', 'Stewart') ; 
INSERT INTO `wp_usermeta` VALUES (14420, 1386, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14421, 1386, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (14422, 1386, 'pmpro_baddress1', '314 29th Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (14423, 1386, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (14424, 1386, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14425, 1386, 'pmpro_bzipcode', '98122') ; 
INSERT INTO `wp_usermeta` VALUES (14426, 1387, 'pmpro_bfirstname', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14427, 1387, 'pmpro_blastname', 'Warda') ; 
INSERT INTO `wp_usermeta` VALUES (14428, 1387, 'first_name', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14429, 1387, 'last_name', 'Warda') ; 
INSERT INTO `wp_usermeta` VALUES (14430, 1387, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (14431, 1387, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (14432, 1387, 'pmpro_baddress1', '2256 Meadow Glade Ln. Apt 6') ; 
INSERT INTO `wp_usermeta` VALUES (14433, 1387, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (14434, 1387, 'pmpro_bcity', 'Memphis') ; 
INSERT INTO `wp_usermeta` VALUES (14435, 1387, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14436, 1387, 'pmpro_bzipcode', '38134') ; 
INSERT INTO `wp_usermeta` VALUES (14437, 1388, 'pmpro_bfirstname', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14438, 1388, 'pmpro_blastname', 'Holcroft') ; 
INSERT INTO `wp_usermeta` VALUES (14439, 1388, 'first_name', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14440, 1388, 'last_name', 'Holcroft') ; 
INSERT INTO `wp_usermeta` VALUES (14441, 1388, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (14442, 1388, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (14443, 1388, 'pmpro_baddress1', '3206 Chimney Rose Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (14444, 1388, 'pmpro_bcity', 'Houston') ; 
INSERT INTO `wp_usermeta` VALUES (14445, 1388, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14446, 1388, 'pmpro_bzipcode', '77047') ; 
INSERT INTO `wp_usermeta` VALUES (14447, 1389, 'pmpro_bfirstname', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14448, 1389, 'pmpro_blastname', 'Boortz') ; 
INSERT INTO `wp_usermeta` VALUES (14449, 1389, 'first_name', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14450, 1389, 'last_name', 'Boortz') ; 
INSERT INTO `wp_usermeta` VALUES (14451, 1389, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14452, 1389, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (14453, 1389, 'pmpro_baddress1', '36889 Serpa Canyon Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (14454, 1389, 'pmpro_bcity', 'Coarsegold') ; 
INSERT INTO `wp_usermeta` VALUES (14455, 1389, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14456, 1389, 'pmpro_bzipcode', '93614') ; 
INSERT INTO `wp_usermeta` VALUES (14457, 1390, 'pmpro_bfirstname', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14458, 1390, 'pmpro_blastname', 'Wylie') ; 
INSERT INTO `wp_usermeta` VALUES (14459, 1390, 'first_name', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14460, 1390, 'last_name', 'Wylie') ; 
INSERT INTO `wp_usermeta` VALUES (14461, 1390, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14462, 1390, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (14463, 1390, 'pmpro_baddress1', '7344 E. Cross Ridge Place') ; 
INSERT INTO `wp_usermeta` VALUES (14464, 1390, 'pmpro_bcity', 'Tucson') ; 
INSERT INTO `wp_usermeta` VALUES (14465, 1390, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14466, 1390, 'pmpro_bzipcode', '85710') ; 
INSERT INTO `wp_usermeta` VALUES (14467, 1391, 'pmpro_bfirstname', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14468, 1391, 'pmpro_blastname', 'Hart') ; 
INSERT INTO `wp_usermeta` VALUES (14469, 1391, 'first_name', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14470, 1391, 'last_name', 'Hart') ; 
INSERT INTO `wp_usermeta` VALUES (14471, 1391, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14472, 1391, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (14473, 1391, 'pmpro_baddress1', '8104 Forestview Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (14474, 1391, 'pmpro_bcity', 'Orland Park') ; 
INSERT INTO `wp_usermeta` VALUES (14475, 1391, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14476, 1391, 'pmpro_bzipcode', '60462') ; 
INSERT INTO `wp_usermeta` VALUES (14477, 1392, 'pmpro_bfirstname', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14478, 1392, 'pmpro_blastname', 'Khan') ; 
INSERT INTO `wp_usermeta` VALUES (14479, 1392, 'first_name', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14480, 1392, 'last_name', 'Khan') ; 
INSERT INTO `wp_usermeta` VALUES (14481, 1392, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14482, 1392, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (14483, 1392, 'pmpro_baddress1', '227 Silver Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (14484, 1392, 'pmpro_bcity', 'San Francisco') ; 
INSERT INTO `wp_usermeta` VALUES (14485, 1392, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14486, 1392, 'pmpro_bzipcode', '94112') ; 
INSERT INTO `wp_usermeta` VALUES (14487, 1393, 'pmpro_bfirstname', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14488, 1393, 'pmpro_blastname', 'King') ; 
INSERT INTO `wp_usermeta` VALUES (14489, 1393, 'first_name', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14490, 1393, 'last_name', 'King') ; 
INSERT INTO `wp_usermeta` VALUES (14491, 1393, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14492, 1393, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (14493, 1393, 'pmpro_baddress1', '3724 S. Home Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (14494, 1393, 'pmpro_bcity', 'Berwyn') ; 
INSERT INTO `wp_usermeta` VALUES (14495, 1393, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14496, 1393, 'pmpro_bzipcode', '60402') ; 
INSERT INTO `wp_usermeta` VALUES (14497, 1394, 'pmpro_bfirstname', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14498, 1394, 'pmpro_blastname', 'Marzynski') ; 
INSERT INTO `wp_usermeta` VALUES (14499, 1394, 'first_name', 'Karen') ; 
INSERT INTO `wp_usermeta` VALUES (14500, 1394, 'last_name', 'Marzynski') ; 
INSERT INTO `wp_usermeta` VALUES (14501, 1394, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14502, 1394, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (14503, 1394, 'pmpro_baddress1', '409 Breakspear Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (14504, 1394, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (14505, 1394, 'pmpro_bcity', 'Syracuse') ; 
INSERT INTO `wp_usermeta` VALUES (14506, 1394, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14507, 1394, 'pmpro_bzipcode', '13219-2316') ; 
INSERT INTO `wp_usermeta` VALUES (14508, 1395, 'pmpro_bfirstname', 'Kari') ; 
INSERT INTO `wp_usermeta` VALUES (14509, 1395, 'pmpro_blastname', 'McKeehan') ; 
INSERT INTO `wp_usermeta` VALUES (14510, 1395, 'first_name', 'Kari') ; 
INSERT INTO `wp_usermeta` VALUES (14511, 1395, 'last_name', 'McKeehan') ; 
INSERT INTO `wp_usermeta` VALUES (14512, 1395, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14513, 1395, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (14514, 1395, 'pmpro_baddress1', '12502 Seattle Slew Dr.  Apt 1602') ; 
INSERT INTO `wp_usermeta` VALUES (14515, 1395, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (14516, 1395, 'pmpro_bcity', 'Houston') ; 
INSERT INTO `wp_usermeta` VALUES (14517, 1395, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14518, 1395, 'pmpro_bzipcode', '77065-4589') ; 
INSERT INTO `wp_usermeta` VALUES (14519, 1396, 'pmpro_bfirstname', 'Kari') ; 
INSERT INTO `wp_usermeta` VALUES (14520, 1396, 'pmpro_blastname', 'Hart') ; 
INSERT INTO `wp_usermeta` VALUES (14521, 1396, 'first_name', 'Kari') ; 
INSERT INTO `wp_usermeta` VALUES (14522, 1396, 'last_name', 'Hart') ; 
INSERT INTO `wp_usermeta` VALUES (14523, 1396, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14524, 1396, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (14525, 1396, 'pmpro_baddress1', '537 Henry Clay Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (14526, 1396, 'pmpro_bcity', 'New Orleans') ; 
INSERT INTO `wp_usermeta` VALUES (14527, 1396, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14528, 1396, 'pmpro_bzipcode', '70118') ; 
INSERT INTO `wp_usermeta` VALUES (14529, 1397, 'pmpro_bfirstname', 'Karl') ; 
INSERT INTO `wp_usermeta` VALUES (14530, 1397, 'pmpro_blastname', 'Fournier') ; 
INSERT INTO `wp_usermeta` VALUES (14531, 1397, 'first_name', 'Karl') ; 
INSERT INTO `wp_usermeta` VALUES (14532, 1397, 'last_name', 'Fournier') ; 
INSERT INTO `wp_usermeta` VALUES (14533, 1397, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (14534, 1397, 'pmpro_bstate', 'QC') ; 
INSERT INTO `wp_usermeta` VALUES (14535, 1397, 'pmpro_baddress1', '525- St-Hubert Street') ; 
INSERT INTO `wp_usermeta` VALUES (14536, 1397, 'pmpro_bcity', 'Granby') ; 
INSERT INTO `wp_usermeta` VALUES (14537, 1397, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14538, 1397, 'pmpro_bzipcode', 'J2G 5P3') ; 
INSERT INTO `wp_usermeta` VALUES (14539, 1398, 'pmpro_bfirstname', 'Karla') ; 
INSERT INTO `wp_usermeta` VALUES (14540, 1398, 'pmpro_blastname', 'Anderson') ; 
INSERT INTO `wp_usermeta` VALUES (14541, 1398, 'first_name', 'Karla') ; 
INSERT INTO `wp_usermeta` VALUES (14542, 1398, 'last_name', 'Anderson') ; 
INSERT INTO `wp_usermeta` VALUES (14543, 1398, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (14544, 1398, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (14545, 1398, 'pmpro_baddress1', '8860 Argenta Trl.') ; 
INSERT INTO `wp_usermeta` VALUES (14546, 1398, 'pmpro_bcity', 'Inner Grove Hts.') ; 
INSERT INTO `wp_usermeta` VALUES (14547, 1398, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14548, 1398, 'pmpro_bzipcode', '55077-3306') ; 
INSERT INTO `wp_usermeta` VALUES (14549, 1399, 'pmpro_bfirstname', 'Karli') ; 
INSERT INTO `wp_usermeta` VALUES (14550, 1399, 'pmpro_blastname', 'Sinclair') ; 
INSERT INTO `wp_usermeta` VALUES (14551, 1399, 'first_name', 'Karli') ; 
INSERT INTO `wp_usermeta` VALUES (14552, 1399, 'last_name', 'Sinclair') ; 
INSERT INTO `wp_usermeta` VALUES (14553, 1399, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14554, 1399, 'pmpro_bstate', 'SC') ; 
INSERT INTO `wp_usermeta` VALUES (14555, 1399, 'pmpro_baddress1', '211 Catawba Circle') ; 
INSERT INTO `wp_usermeta` VALUES (14556, 1399, 'pmpro_bcity', 'Columbia') ; 
INSERT INTO `wp_usermeta` VALUES (14557, 1399, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14558, 1399, 'pmpro_bzipcode', '29201') ; 
INSERT INTO `wp_usermeta` VALUES (14559, 1400, 'pmpro_bfirstname', 'Karyn') ; 
INSERT INTO `wp_usermeta` VALUES (14560, 1400, 'pmpro_blastname', 'Tunwell') ; 
INSERT INTO `wp_usermeta` VALUES (14561, 1400, 'first_name', 'Karyn') ; 
INSERT INTO `wp_usermeta` VALUES (14562, 1400, 'last_name', 'Tunwell') ; 
INSERT INTO `wp_usermeta` VALUES (14563, 1400, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (14564, 1400, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (14565, 1400, 'pmpro_baddress1', '1529 Fieldlight Blvd.') ; 
INSERT INTO `wp_usermeta` VALUES (14566, 1400, 'pmpro_bcity', 'Pickering') ; 
INSERT INTO `wp_usermeta` VALUES (14567, 1400, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14568, 1400, 'pmpro_bzipcode', 'L1V 3R5') ; 
INSERT INTO `wp_usermeta` VALUES (14569, 1401, 'pmpro_bfirstname', 'Karyn') ; 
INSERT INTO `wp_usermeta` VALUES (14570, 1401, 'pmpro_blastname', 'Bauman') ; 
INSERT INTO `wp_usermeta` VALUES (14571, 1401, 'first_name', 'Karyn') ; 
INSERT INTO `wp_usermeta` VALUES (14572, 1401, 'last_name', 'Bauman') ; 
INSERT INTO `wp_usermeta` VALUES (14573, 1401, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14574, 1401, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (14575, 1401, 'pmpro_baddress1', '1243 Civic Center Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (14576, 1401, 'pmpro_bcity', 'Santa Clara') ; 
INSERT INTO `wp_usermeta` VALUES (14577, 1401, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14578, 1401, 'pmpro_bzipcode', '95050') ; 
INSERT INTO `wp_usermeta` VALUES (14579, 1402, 'pmpro_bfirstname', 'Kasia') ; 
INSERT INTO `wp_usermeta` VALUES (14580, 1402, 'pmpro_blastname', 'Murphy') ; 
INSERT INTO `wp_usermeta` VALUES (14581, 1402, 'first_name', 'Kasia') ; 
INSERT INTO `wp_usermeta` VALUES (14582, 1402, 'last_name', 'Murphy') ; 
INSERT INTO `wp_usermeta` VALUES (14583, 1402, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (14584, 1402, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (14585, 1402, 'pmpro_baddress1', '336 McBride Crescent') ; 
INSERT INTO `wp_usermeta` VALUES (14586, 1402, 'pmpro_bcity', 'Newmarket') ; 
INSERT INTO `wp_usermeta` VALUES (14587, 1402, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14588, 1402, 'pmpro_bzipcode', 'L3X 2W3') ; 
INSERT INTO `wp_usermeta` VALUES (14589, 1403, 'pmpro_bfirstname', 'Kate') ; 
INSERT INTO `wp_usermeta` VALUES (14590, 1403, 'pmpro_blastname', 'Ho') ; 
INSERT INTO `wp_usermeta` VALUES (14591, 1403, 'first_name', 'Kate') ; 
INSERT INTO `wp_usermeta` VALUES (14592, 1403, 'last_name', 'Ho') ; 
INSERT INTO `wp_usermeta` VALUES (14593, 1403, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14594, 1403, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (14595, 1403, 'pmpro_baddress1', '1707 Green St. Apt F') ; 
INSERT INTO `wp_usermeta` VALUES (14596, 1403, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (14597, 1403, 'pmpro_bcity', 'Philadelphia') ; 
INSERT INTO `wp_usermeta` VALUES (14598, 1403, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14599, 1403, 'pmpro_bzipcode', '19130') ; 
INSERT INTO `wp_usermeta` VALUES (14600, 1404, 'pmpro_bfirstname', 'Kate') ; 
INSERT INTO `wp_usermeta` VALUES (14601, 1404, 'pmpro_blastname', 'Gore') ; 
INSERT INTO `wp_usermeta` VALUES (14602, 1404, 'first_name', 'Kate') ; 
INSERT INTO `wp_usermeta` VALUES (14603, 1404, 'last_name', 'Gore') ; 
INSERT INTO `wp_usermeta` VALUES (14604, 1404, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (14605, 1404, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (14606, 1404, 'pmpro_baddress1', '7988 Oak Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (14607, 1404, 'pmpro_bcity', 'Citrus Heights') ; 
INSERT INTO `wp_usermeta` VALUES (14608, 1404, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14609, 1404, 'pmpro_bzipcode', '95610') ; 
INSERT INTO `wp_usermeta` VALUES (14610, 1405, 'pmpro_bfirstname', 'Kate') ; 
INSERT INTO `wp_usermeta` VALUES (14611, 1405, 'pmpro_blastname', 'Sproul') ; 
INSERT INTO `wp_usermeta` VALUES (14612, 1405, 'first_name', 'Kate') ; 
INSERT INTO `wp_usermeta` VALUES (14613, 1405, 'last_name', 'Sproul') ; 
INSERT INTO `wp_usermeta` VALUES (14614, 1405, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14615, 1405, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (14616, 1405, 'pmpro_baddress1', '2300 Nashboro Blvd.') ; 
INSERT INTO `wp_usermeta` VALUES (14617, 1405, 'pmpro_bcity', 'Nashville') ; 
INSERT INTO `wp_usermeta` VALUES (14618, 1405, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14619, 1405, 'pmpro_bzipcode', '37217') ; 
INSERT INTO `wp_usermeta` VALUES (14620, 1406, 'pmpro_bfirstname', 'Kate') ; 
INSERT INTO `wp_usermeta` VALUES (14621, 1406, 'pmpro_blastname', 'Marino') ; 
INSERT INTO `wp_usermeta` VALUES (14622, 1406, 'first_name', 'Kate') ; 
INSERT INTO `wp_usermeta` VALUES (14623, 1406, 'last_name', 'Marino') ; 
INSERT INTO `wp_usermeta` VALUES (14624, 1406, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (14625, 1406, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (14626, 1406, 'pmpro_baddress1', '9133 E. Alabama Pl.') ; 
INSERT INTO `wp_usermeta` VALUES (14627, 1406, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (14628, 1406, 'pmpro_bcity', 'Denver') ; 
INSERT INTO `wp_usermeta` VALUES (14629, 1406, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14630, 1406, 'pmpro_bzipcode', '80247-2342') ; 
INSERT INTO `wp_usermeta` VALUES (14631, 1407, 'pmpro_bfirstname', 'Kate') ; 
INSERT INTO `wp_usermeta` VALUES (14632, 1407, 'pmpro_blastname', 'Warner') ; 
INSERT INTO `wp_usermeta` VALUES (14633, 1407, 'first_name', 'Kate') ; 
INSERT INTO `wp_usermeta` VALUES (14634, 1407, 'last_name', 'Warner') ; 
INSERT INTO `wp_usermeta` VALUES (14635, 1407, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14636, 1407, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (14637, 1407, 'pmpro_baddress1', '191 Chestnut St.  Apt 302') ; 
INSERT INTO `wp_usermeta` VALUES (14638, 1407, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (14639, 1407, 'pmpro_bcity', 'Chattanooga') ; 
INSERT INTO `wp_usermeta` VALUES (14640, 1407, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14641, 1407, 'pmpro_bzipcode', '37402') ; 
INSERT INTO `wp_usermeta` VALUES (14642, 1408, 'pmpro_bfirstname', 'Kate') ; 
INSERT INTO `wp_usermeta` VALUES (14643, 1408, 'pmpro_blastname', 'Dexter') ; 
INSERT INTO `wp_usermeta` VALUES (14644, 1408, 'first_name', 'Kate') ; 
INSERT INTO `wp_usermeta` VALUES (14645, 1408, 'last_name', 'Dexter') ; 
INSERT INTO `wp_usermeta` VALUES (14646, 1408, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14647, 1408, 'pmpro_bstate', 'AK') ; 
INSERT INTO `wp_usermeta` VALUES (14648, 1408, 'pmpro_baddress1', '4455 University Dr.  BoxS18') ; 
INSERT INTO `wp_usermeta` VALUES (14649, 1408, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (14650, 1408, 'pmpro_bcity', 'Anchorage') ; 
INSERT INTO `wp_usermeta` VALUES (14651, 1408, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (14652, 1408, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14653, 1408, 'pmpro_bzipcode', '99508') ; 
INSERT INTO `wp_usermeta` VALUES (14654, 1409, 'pmpro_bfirstname', 'Katelyn') ; 
INSERT INTO `wp_usermeta` VALUES (14655, 1409, 'pmpro_blastname', 'Carlson') ; 
INSERT INTO `wp_usermeta` VALUES (14656, 1409, 'first_name', 'Katelyn') ; 
INSERT INTO `wp_usermeta` VALUES (14657, 1409, 'last_name', 'Carlson') ; 
INSERT INTO `wp_usermeta` VALUES (14658, 1409, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (14659, 1409, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (14660, 1409, 'pmpro_baddress1', '5417 W. Haymeadow Pl. Apt 1A') ; 
INSERT INTO `wp_usermeta` VALUES (14661, 1409, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (14662, 1409, 'pmpro_bcity', 'Peoria') ; 
INSERT INTO `wp_usermeta` VALUES (14663, 1409, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14664, 1409, 'pmpro_bzipcode', '61615-3169') ; 
INSERT INTO `wp_usermeta` VALUES (14665, 1410, 'pmpro_bfirstname', 'Katelyn') ; 
INSERT INTO `wp_usermeta` VALUES (14666, 1410, 'pmpro_blastname', 'Lusnia') ; 
INSERT INTO `wp_usermeta` VALUES (14667, 1410, 'first_name', 'Katelyn') ; 
INSERT INTO `wp_usermeta` VALUES (14668, 1410, 'last_name', 'Lusnia') ; 
INSERT INTO `wp_usermeta` VALUES (14669, 1410, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14670, 1410, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (14671, 1410, 'pmpro_baddress1', '11417 Willow Stowe Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (14672, 1410, 'pmpro_bcity', 'Windermere') ; 
INSERT INTO `wp_usermeta` VALUES (14673, 1410, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14674, 1410, 'pmpro_bzipcode', '34786') ; 
INSERT INTO `wp_usermeta` VALUES (14675, 1411, 'pmpro_bfirstname', 'Katelyn') ; 
INSERT INTO `wp_usermeta` VALUES (14676, 1411, 'pmpro_blastname', 'Lucas') ; 
INSERT INTO `wp_usermeta` VALUES (14677, 1411, 'first_name', 'Katelyn') ; 
INSERT INTO `wp_usermeta` VALUES (14678, 1411, 'last_name', 'Lucas') ; 
INSERT INTO `wp_usermeta` VALUES (14679, 1411, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14680, 1411, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (14681, 1411, 'pmpro_baddress1', '5019 Church Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (14682, 1411, 'pmpro_bcity', 'Coplay') ; 
INSERT INTO `wp_usermeta` VALUES (14683, 1411, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14684, 1411, 'pmpro_bzipcode', '18037') ; 
INSERT INTO `wp_usermeta` VALUES (14685, 1412, 'pmpro_bfirstname', 'Katelyn') ; 
INSERT INTO `wp_usermeta` VALUES (14686, 1412, 'pmpro_blastname', 'Deaton') ; 
INSERT INTO `wp_usermeta` VALUES (14687, 1412, 'first_name', 'Katelyn') ; 
INSERT INTO `wp_usermeta` VALUES (14688, 1412, 'last_name', 'Deaton') ; 
INSERT INTO `wp_usermeta` VALUES (14689, 1412, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (14690, 1412, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (14691, 1412, 'pmpro_baddress1', '2 Clyde St.') ; 
INSERT INTO `wp_usermeta` VALUES (14692, 1412, 'pmpro_bcity', 'Somerville') ; 
INSERT INTO `wp_usermeta` VALUES (14693, 1412, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14694, 1412, 'pmpro_bzipcode', '02145') ; 
INSERT INTO `wp_usermeta` VALUES (14695, 1413, 'pmpro_bfirstname', 'Katelyn') ; 
INSERT INTO `wp_usermeta` VALUES (14696, 1413, 'pmpro_blastname', 'Belnome') ; 
INSERT INTO `wp_usermeta` VALUES (14697, 1413, 'first_name', 'Katelyn') ; 
INSERT INTO `wp_usermeta` VALUES (14698, 1413, 'last_name', 'Belnome') ; 
INSERT INTO `wp_usermeta` VALUES (14699, 1413, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14700, 1413, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (14701, 1413, 'pmpro_baddress1', '38 Lyons Lane') ; 
INSERT INTO `wp_usermeta` VALUES (14702, 1413, 'pmpro_bcity', 'Coatesville') ; 
INSERT INTO `wp_usermeta` VALUES (14703, 1413, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14704, 1413, 'pmpro_bzipcode', '19320') ; 
INSERT INTO `wp_usermeta` VALUES (14705, 1414, 'pmpro_bfirstname', 'Katelynn') ; 
INSERT INTO `wp_usermeta` VALUES (14706, 1414, 'pmpro_blastname', 'Kallsen') ; 
INSERT INTO `wp_usermeta` VALUES (14707, 1414, 'first_name', 'Katelynn') ; 
INSERT INTO `wp_usermeta` VALUES (14708, 1414, 'last_name', 'Kallsen') ; 
INSERT INTO `wp_usermeta` VALUES (14709, 1414, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (14710, 1414, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (14711, 1414, 'pmpro_baddress1', '1009 Leavenworth Street -  Apt 304') ; 
INSERT INTO `wp_usermeta` VALUES (14712, 1414, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (14713, 1414, 'pmpro_bcity', 'Omaha') ; 
INSERT INTO `wp_usermeta` VALUES (14714, 1414, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14715, 1414, 'pmpro_bzipcode', '68102') ; 
INSERT INTO `wp_usermeta` VALUES (14716, 1415, 'pmpro_bfirstname', 'Katherine') ; 
INSERT INTO `wp_usermeta` VALUES (14717, 1415, 'pmpro_blastname', 'DeLorenzo') ; 
INSERT INTO `wp_usermeta` VALUES (14718, 1415, 'first_name', 'Katherine') ; 
INSERT INTO `wp_usermeta` VALUES (14719, 1415, 'last_name', 'DeLorenzo') ; 
INSERT INTO `wp_usermeta` VALUES (14720, 1415, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14721, 1415, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (14722, 1415, 'pmpro_baddress1', '6517 N. Cornelia Ave') ; 
INSERT INTO `wp_usermeta` VALUES (14723, 1415, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (14724, 1415, 'pmpro_bcity', 'Fresno') ; 
INSERT INTO `wp_usermeta` VALUES (14725, 1415, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14726, 1415, 'pmpro_bzipcode', '93722') ; 
INSERT INTO `wp_usermeta` VALUES (14727, 1416, 'pmpro_bfirstname', 'Katherine') ; 
INSERT INTO `wp_usermeta` VALUES (14728, 1416, 'pmpro_blastname', 'Robertson') ; 
INSERT INTO `wp_usermeta` VALUES (14729, 1416, 'first_name', 'Katherine') ; 
INSERT INTO `wp_usermeta` VALUES (14730, 1416, 'last_name', 'Robertson') ; 
INSERT INTO `wp_usermeta` VALUES (14731, 1416, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14732, 1416, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (14733, 1416, 'pmpro_baddress1', '1008 SE Sherrett St.') ; 
INSERT INTO `wp_usermeta` VALUES (14734, 1416, 'pmpro_bcity', 'Portland') ; 
INSERT INTO `wp_usermeta` VALUES (14735, 1416, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14736, 1416, 'pmpro_bzipcode', '97202') ; 
INSERT INTO `wp_usermeta` VALUES (14737, 1417, 'pmpro_bfirstname', 'Katherine') ; 
INSERT INTO `wp_usermeta` VALUES (14738, 1417, 'pmpro_blastname', 'Charles') ; 
INSERT INTO `wp_usermeta` VALUES (14739, 1417, 'first_name', 'Katherine') ; 
INSERT INTO `wp_usermeta` VALUES (14740, 1417, 'last_name', 'Charles') ; 
INSERT INTO `wp_usermeta` VALUES (14741, 1417, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14742, 1417, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (14743, 1417, 'pmpro_baddress1', '1437 Peters Creek Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (14744, 1417, 'pmpro_bcity', 'Roanoke') ; 
INSERT INTO `wp_usermeta` VALUES (14745, 1417, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14746, 1417, 'pmpro_bzipcode', '24017') ; 
INSERT INTO `wp_usermeta` VALUES (14747, 1418, 'pmpro_bfirstname', 'Katherine') ; 
INSERT INTO `wp_usermeta` VALUES (14748, 1418, 'pmpro_blastname', 'Heffernan') ; 
INSERT INTO `wp_usermeta` VALUES (14749, 1418, 'first_name', 'Katherine') ; 
INSERT INTO `wp_usermeta` VALUES (14750, 1418, 'last_name', 'Heffernan') ; 
INSERT INTO `wp_usermeta` VALUES (14751, 1418, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14752, 1418, 'pmpro_bstate', 'SD') ; 
INSERT INTO `wp_usermeta` VALUES (14753, 1418, 'pmpro_baddress1', '4301 W. Valhalla Blvd. #24') ; 
INSERT INTO `wp_usermeta` VALUES (14754, 1418, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (14755, 1418, 'pmpro_bcity', 'Sioux Falls') ; 
INSERT INTO `wp_usermeta` VALUES (14756, 1418, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14757, 1418, 'pmpro_bzipcode', '57106') ; 
INSERT INTO `wp_usermeta` VALUES (14758, 1419, 'pmpro_bfirstname', 'Katherine') ; 
INSERT INTO `wp_usermeta` VALUES (14759, 1419, 'pmpro_blastname', 'Kurec') ; 
INSERT INTO `wp_usermeta` VALUES (14760, 1419, 'first_name', 'Katherine') ; 
INSERT INTO `wp_usermeta` VALUES (14761, 1419, 'last_name', 'Kurec') ; 
INSERT INTO `wp_usermeta` VALUES (14762, 1419, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (14763, 1419, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (14764, 1419, 'pmpro_baddress1', '15423 Plantation Oaks Dr.  Apt 7') ; 
INSERT INTO `wp_usermeta` VALUES (14765, 1419, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (14766, 1419, 'pmpro_bcity', 'Tampa') ; 
INSERT INTO `wp_usermeta` VALUES (14767, 1419, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14768, 1419, 'pmpro_bzipcode', '33647-2122') ; 
INSERT INTO `wp_usermeta` VALUES (14769, 1420, 'pmpro_bfirstname', 'Katherine') ; 
INSERT INTO `wp_usermeta` VALUES (14770, 1420, 'pmpro_blastname', 'Vecchi') ; 
INSERT INTO `wp_usermeta` VALUES (14771, 1420, 'first_name', 'Katherine') ; 
INSERT INTO `wp_usermeta` VALUES (14772, 1420, 'last_name', 'Vecchi') ; 
INSERT INTO `wp_usermeta` VALUES (14773, 1420, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14774, 1420, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (14775, 1420, 'pmpro_baddress1', '9237 Fort Sumter Lane') ; 
INSERT INTO `wp_usermeta` VALUES (14776, 1420, 'pmpro_bcity', 'St. Louis') ; 
INSERT INTO `wp_usermeta` VALUES (14777, 1420, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14778, 1420, 'pmpro_bzipcode', '63126') ; 
INSERT INTO `wp_usermeta` VALUES (14779, 1421, 'pmpro_bfirstname', 'Katherine') ; 
INSERT INTO `wp_usermeta` VALUES (14780, 1421, 'pmpro_blastname', 'Manning') ; 
INSERT INTO `wp_usermeta` VALUES (14781, 1421, 'first_name', 'Katherine') ; 
INSERT INTO `wp_usermeta` VALUES (14782, 1421, 'last_name', 'Manning') ; 
INSERT INTO `wp_usermeta` VALUES (14783, 1421, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14784, 1421, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (14785, 1421, 'pmpro_baddress1', '8629 Kumquat Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (14786, 1421, 'pmpro_bcity', 'Seminole') ; 
INSERT INTO `wp_usermeta` VALUES (14787, 1421, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14788, 1421, 'pmpro_bzipcode', '33777') ; 
INSERT INTO `wp_usermeta` VALUES (14789, 1422, 'pmpro_bfirstname', 'Katherine') ; 
INSERT INTO `wp_usermeta` VALUES (14790, 1422, 'pmpro_blastname', 'Anest') ; 
INSERT INTO `wp_usermeta` VALUES (14791, 1422, 'first_name', 'Katherine') ; 
INSERT INTO `wp_usermeta` VALUES (14792, 1422, 'last_name', 'Anest') ; 
INSERT INTO `wp_usermeta` VALUES (14793, 1422, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14794, 1422, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (14795, 1422, 'pmpro_baddress1', '817 Golf Island Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (14796, 1422, 'pmpro_bcity', 'Apollo Beach') ; 
INSERT INTO `wp_usermeta` VALUES (14797, 1422, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14798, 1422, 'pmpro_bzipcode', '33572') ; 
INSERT INTO `wp_usermeta` VALUES (14799, 1423, 'pmpro_bfirstname', 'Katherine') ; 
INSERT INTO `wp_usermeta` VALUES (14800, 1423, 'pmpro_blastname', 'Roca') ; 
INSERT INTO `wp_usermeta` VALUES (14801, 1423, 'first_name', 'Katherine') ; 
INSERT INTO `wp_usermeta` VALUES (14802, 1423, 'last_name', 'Roca') ; 
INSERT INTO `wp_usermeta` VALUES (14803, 1423, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14804, 1423, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (14805, 1423, 'pmpro_baddress1', '1627 Northlake Springs Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (14806, 1423, 'pmpro_bcity', 'Decatur') ; 
INSERT INTO `wp_usermeta` VALUES (14807, 1423, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14808, 1423, 'pmpro_bzipcode', '30033-1620') ; 
INSERT INTO `wp_usermeta` VALUES (14809, 1424, 'pmpro_bfirstname', 'Katherine') ; 
INSERT INTO `wp_usermeta` VALUES (14810, 1424, 'pmpro_blastname', 'Richter') ; 
INSERT INTO `wp_usermeta` VALUES (14811, 1424, 'first_name', 'Katherine') ; 
INSERT INTO `wp_usermeta` VALUES (14812, 1424, 'last_name', 'Richter') ; 
INSERT INTO `wp_usermeta` VALUES (14813, 1424, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14814, 1424, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (14815, 1424, 'pmpro_baddress1', '2070 Zoo Lane') ; 
INSERT INTO `wp_usermeta` VALUES (14816, 1424, 'pmpro_bcity', 'Abilene') ; 
INSERT INTO `wp_usermeta` VALUES (14817, 1424, 'uxf_organization', 'Abilene Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (14818, 1424, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14819, 1424, 'pmpro_bzipcode', '79602') ; 
INSERT INTO `wp_usermeta` VALUES (14820, 1425, 'pmpro_bfirstname', 'Katherine') ; 
INSERT INTO `wp_usermeta` VALUES (14821, 1425, 'pmpro_blastname', 'Buchanan') ; 
INSERT INTO `wp_usermeta` VALUES (14822, 1425, 'first_name', 'Katherine') ; 
INSERT INTO `wp_usermeta` VALUES (14823, 1425, 'last_name', 'Buchanan') ; 
INSERT INTO `wp_usermeta` VALUES (14824, 1425, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14825, 1425, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (14826, 1425, 'pmpro_baddress1', '252 Harbel Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (14827, 1425, 'pmpro_bcity', 'St. Clairsville') ; 
INSERT INTO `wp_usermeta` VALUES (14828, 1425, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14829, 1425, 'pmpro_bzipcode', '43950') ; 
INSERT INTO `wp_usermeta` VALUES (14830, 1426, 'pmpro_bfirstname', 'Katherine') ; 
INSERT INTO `wp_usermeta` VALUES (14831, 1426, 'pmpro_blastname', 'Eggleston') ; 
INSERT INTO `wp_usermeta` VALUES (14832, 1426, 'first_name', 'Katherine') ; 
INSERT INTO `wp_usermeta` VALUES (14833, 1426, 'last_name', 'Eggleston') ; 
INSERT INTO `wp_usermeta` VALUES (14834, 1426, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14835, 1426, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (14836, 1426, 'pmpro_baddress1', '8225 Hilton Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (14837, 1426, 'pmpro_bcity', 'Gaithersburg') ; 
INSERT INTO `wp_usermeta` VALUES (14838, 1426, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14839, 1426, 'pmpro_bzipcode', '20882') ; 
INSERT INTO `wp_usermeta` VALUES (14840, 1427, 'pmpro_bfirstname', 'Kathie') ; 
INSERT INTO `wp_usermeta` VALUES (14841, 1427, 'pmpro_blastname', 'Rice') ; 
INSERT INTO `wp_usermeta` VALUES (14842, 1427, 'first_name', 'Kathie') ; 
INSERT INTO `wp_usermeta` VALUES (14843, 1427, 'last_name', 'Rice') ; 
INSERT INTO `wp_usermeta` VALUES (14844, 1427, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14845, 1427, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (14846, 1427, 'pmpro_baddress1', '9105 S. Roberts Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (14847, 1427, 'pmpro_bcity', 'Hickory Hills') ; 
INSERT INTO `wp_usermeta` VALUES (14848, 1427, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14849, 1427, 'pmpro_bzipcode', '60457') ; 
INSERT INTO `wp_usermeta` VALUES (14850, 1428, 'pmpro_bfirstname', 'Kathleen') ; 
INSERT INTO `wp_usermeta` VALUES (14851, 1428, 'pmpro_blastname', 'Milk') ; 
INSERT INTO `wp_usermeta` VALUES (14852, 1428, 'first_name', 'Kathleen') ; 
INSERT INTO `wp_usermeta` VALUES (14853, 1428, 'last_name', 'Milk') ; 
INSERT INTO `wp_usermeta` VALUES (14854, 1428, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14855, 1428, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (14856, 1428, 'pmpro_baddress1', '810 Merriman Rd') ; 
INSERT INTO `wp_usermeta` VALUES (14857, 1428, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (14858, 1428, 'pmpro_bcity', 'Akron') ; 
INSERT INTO `wp_usermeta` VALUES (14859, 1428, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14860, 1428, 'pmpro_bzipcode', '44303') ; 
INSERT INTO `wp_usermeta` VALUES (14861, 1429, 'pmpro_bfirstname', 'Kathleen') ; 
INSERT INTO `wp_usermeta` VALUES (14862, 1429, 'pmpro_blastname', 'Juliano') ; 
INSERT INTO `wp_usermeta` VALUES (14863, 1429, 'first_name', 'Kathleen') ; 
INSERT INTO `wp_usermeta` VALUES (14864, 1429, 'last_name', 'Juliano') ; 
INSERT INTO `wp_usermeta` VALUES (14865, 1429, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (14866, 1429, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (14867, 1429, 'pmpro_baddress1', '3333 Gross St.') ; 
INSERT INTO `wp_usermeta` VALUES (14868, 1429, 'pmpro_bcity', 'Eureka') ; 
INSERT INTO `wp_usermeta` VALUES (14869, 1429, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14870, 1429, 'pmpro_bzipcode', '95503') ; 
INSERT INTO `wp_usermeta` VALUES (14871, 1430, 'pmpro_bfirstname', 'Kathleen') ; 
INSERT INTO `wp_usermeta` VALUES (14872, 1430, 'pmpro_blastname', 'Echevarria') ; 
INSERT INTO `wp_usermeta` VALUES (14873, 1430, 'first_name', 'Kathleen') ; 
INSERT INTO `wp_usermeta` VALUES (14874, 1430, 'last_name', 'Echevarria') ; 
INSERT INTO `wp_usermeta` VALUES (14875, 1430, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (14876, 1430, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (14877, 1430, 'pmpro_baddress1', '14001 McKay Park Circle') ; 
INSERT INTO `wp_usermeta` VALUES (14878, 1430, 'pmpro_bcity', 'Broomfield') ; 
INSERT INTO `wp_usermeta` VALUES (14879, 1430, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14880, 1430, 'pmpro_bzipcode', '80023') ; 
INSERT INTO `wp_usermeta` VALUES (14881, 1431, 'pmpro_bfirstname', 'Kathleen') ; 
INSERT INTO `wp_usermeta` VALUES (14882, 1431, 'pmpro_blastname', 'McNamee') ; 
INSERT INTO `wp_usermeta` VALUES (14883, 1431, 'first_name', 'Kathleen') ; 
INSERT INTO `wp_usermeta` VALUES (14884, 1431, 'last_name', 'McNamee') ; 
INSERT INTO `wp_usermeta` VALUES (14885, 1431, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14886, 1431, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (14887, 1431, 'pmpro_baddress1', '6957 Manti St.') ; 
INSERT INTO `wp_usermeta` VALUES (14888, 1431, 'pmpro_bcity', 'Philadelphia') ; 
INSERT INTO `wp_usermeta` VALUES (14889, 1431, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14890, 1431, 'pmpro_bzipcode', '19128') ; 
INSERT INTO `wp_usermeta` VALUES (14891, 1432, 'pmpro_bfirstname', 'Kathleen') ; 
INSERT INTO `wp_usermeta` VALUES (14892, 1432, 'pmpro_blastname', 'Lamke') ; 
INSERT INTO `wp_usermeta` VALUES (14893, 1432, 'first_name', 'Kathleen') ; 
INSERT INTO `wp_usermeta` VALUES (14894, 1432, 'last_name', 'Lamke') ; 
INSERT INTO `wp_usermeta` VALUES (14895, 1432, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14896, 1432, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (14897, 1432, 'pmpro_baddress1', '14 Canvasback Pt.') ; 
INSERT INTO `wp_usermeta` VALUES (14898, 1432, 'pmpro_bcity', 'Greensboro') ; 
INSERT INTO `wp_usermeta` VALUES (14899, 1432, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14900, 1432, 'pmpro_bzipcode', '27455-1327') ; 
INSERT INTO `wp_usermeta` VALUES (14901, 1433, 'pmpro_bfirstname', 'Kathleen') ; 
INSERT INTO `wp_usermeta` VALUES (14902, 1433, 'pmpro_blastname', 'Ferris') ; 
INSERT INTO `wp_usermeta` VALUES (14903, 1433, 'first_name', 'Kathleen') ; 
INSERT INTO `wp_usermeta` VALUES (14904, 1433, 'last_name', 'Ferris') ; 
INSERT INTO `wp_usermeta` VALUES (14905, 1433, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (14906, 1433, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (14907, 1433, 'pmpro_baddress1', '1110 Moraine Way Apt 107') ; 
INSERT INTO `wp_usermeta` VALUES (14908, 1433, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (14909, 1433, 'pmpro_bcity', 'Green Bay') ; 
INSERT INTO `wp_usermeta` VALUES (14910, 1433, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14911, 1433, 'pmpro_bzipcode', '54303-4462') ; 
INSERT INTO `wp_usermeta` VALUES (14912, 1434, 'pmpro_bfirstname', 'Kathleen') ; 
INSERT INTO `wp_usermeta` VALUES (14913, 1434, 'pmpro_blastname', 'Hiebert') ; 
INSERT INTO `wp_usermeta` VALUES (14914, 1434, 'first_name', 'Kathleen') ; 
INSERT INTO `wp_usermeta` VALUES (14915, 1434, 'last_name', 'Hiebert') ; 
INSERT INTO `wp_usermeta` VALUES (14916, 1434, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (14917, 1434, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (14918, 1434, 'pmpro_baddress1', '2409 Eagle Chase Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (14919, 1434, 'pmpro_bcity', 'Palm Harbor') ; 
INSERT INTO `wp_usermeta` VALUES (14920, 1434, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14921, 1434, 'pmpro_bzipcode', '34683') ; 
INSERT INTO `wp_usermeta` VALUES (14922, 1435, 'pmpro_bfirstname', 'Kathleen') ; 
INSERT INTO `wp_usermeta` VALUES (14923, 1435, 'pmpro_blastname', 'Timko') ; 
INSERT INTO `wp_usermeta` VALUES (14924, 1435, 'first_name', 'Kathleen') ; 
INSERT INTO `wp_usermeta` VALUES (14925, 1435, 'last_name', 'Timko') ; 
INSERT INTO `wp_usermeta` VALUES (14926, 1435, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14927, 1435, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (14928, 1435, 'pmpro_baddress1', '18943 Twinberry Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (14929, 1435, 'pmpro_bcity', 'Tampa') ; 
INSERT INTO `wp_usermeta` VALUES (14930, 1435, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14931, 1435, 'pmpro_bzipcode', '33647-3419') ; 
INSERT INTO `wp_usermeta` VALUES (14932, 1436, 'pmpro_bfirstname', 'Kathleen') ; 
INSERT INTO `wp_usermeta` VALUES (14933, 1436, 'pmpro_blastname', 'Schaeflein') ; 
INSERT INTO `wp_usermeta` VALUES (14934, 1436, 'first_name', 'Kathleen') ; 
INSERT INTO `wp_usermeta` VALUES (14935, 1436, 'last_name', 'Schaeflein') ; 
INSERT INTO `wp_usermeta` VALUES (14936, 1436, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14937, 1436, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (14938, 1436, 'pmpro_baddress1', '125 Park Pl.') ; 
INSERT INTO `wp_usermeta` VALUES (14939, 1436, 'pmpro_bcity', 'Riverside') ; 
INSERT INTO `wp_usermeta` VALUES (14940, 1436, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14941, 1436, 'pmpro_bzipcode', '60546') ; 
INSERT INTO `wp_usermeta` VALUES (14942, 1437, 'pmpro_bfirstname', 'Kathleen M. ') ; 
INSERT INTO `wp_usermeta` VALUES (14943, 1437, 'pmpro_blastname', 'Thomas') ; 
INSERT INTO `wp_usermeta` VALUES (14944, 1437, 'first_name', 'Kathleen M. ') ; 
INSERT INTO `wp_usermeta` VALUES (14945, 1437, 'last_name', 'Thomas') ; 
INSERT INTO `wp_usermeta` VALUES (14946, 1437, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14947, 1437, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (14948, 1437, 'pmpro_baddress1', '6727 Hurds Corner Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (14949, 1437, 'pmpro_bcity', 'Silverwood') ; 
INSERT INTO `wp_usermeta` VALUES (14950, 1437, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14951, 1437, 'pmpro_bzipcode', '48760') ; 
INSERT INTO `wp_usermeta` VALUES (14952, 1438, 'pmpro_bfirstname', 'Kathryn') ; 
INSERT INTO `wp_usermeta` VALUES (14953, 1438, 'pmpro_blastname', 'Barszczowski') ; 
INSERT INTO `wp_usermeta` VALUES (14954, 1438, 'first_name', 'Kathryn') ; 
INSERT INTO `wp_usermeta` VALUES (14955, 1438, 'last_name', 'Barszczowski') ; 
INSERT INTO `wp_usermeta` VALUES (14956, 1438, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (14957, 1438, 'pmpro_bstate', 'AR') ; 
INSERT INTO `wp_usermeta` VALUES (14958, 1438, 'pmpro_baddress1', '1301 Florida Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (14959, 1438, 'pmpro_bcity', 'Little Rock') ; 
INSERT INTO `wp_usermeta` VALUES (14960, 1438, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14961, 1438, 'pmpro_bzipcode', '72207') ; 
INSERT INTO `wp_usermeta` VALUES (14962, 1439, 'pmpro_bfirstname', 'Angela') ; 
INSERT INTO `wp_usermeta` VALUES (14963, 1439, 'pmpro_blastname', 'Binney, Animal Programs Administration') ; 
INSERT INTO `wp_usermeta` VALUES (14964, 1439, 'first_name', 'Disney\'s Animal Kingdom') ; 
INSERT INTO `wp_usermeta` VALUES (14965, 1439, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (14966, 1439, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14967, 1439, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (14968, 1439, 'pmpro_baddress1', '1200 N. Savannah Circle E.') ; 
INSERT INTO `wp_usermeta` VALUES (14969, 1439, 'pmpro_bcity', 'Lake Buena Vista') ; 
INSERT INTO `wp_usermeta` VALUES (14970, 1439, 'uxf_organization', 'Disney\'s Animal Kingdom') ; 
INSERT INTO `wp_usermeta` VALUES (14971, 1439, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14972, 1439, 'pmpro_bzipcode', '32830-1000') ; 
INSERT INTO `wp_usermeta` VALUES (14973, 1439, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (14974, 1440, 'pmpro_bfirstname', 'Kathryn') ; 
INSERT INTO `wp_usermeta` VALUES (14975, 1440, 'pmpro_blastname', 'Hobbs') ; 
INSERT INTO `wp_usermeta` VALUES (14976, 1440, 'first_name', 'Kathryn') ; 
INSERT INTO `wp_usermeta` VALUES (14977, 1440, 'last_name', 'Hobbs') ; 
INSERT INTO `wp_usermeta` VALUES (14978, 1440, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14979, 1440, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (14980, 1440, 'pmpro_baddress1', '1337 Essex Way') ; 
INSERT INTO `wp_usermeta` VALUES (14981, 1440, 'pmpro_bcity', 'San Jose') ; 
INSERT INTO `wp_usermeta` VALUES (14982, 1440, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14983, 1440, 'pmpro_bzipcode', '95117') ; 
INSERT INTO `wp_usermeta` VALUES (14984, 1441, 'pmpro_bfirstname', 'Kathryn') ; 
INSERT INTO `wp_usermeta` VALUES (14985, 1441, 'pmpro_blastname', 'Gilmore') ; 
INSERT INTO `wp_usermeta` VALUES (14986, 1441, 'first_name', 'Kathryn') ; 
INSERT INTO `wp_usermeta` VALUES (14987, 1441, 'last_name', 'Gilmore') ; 
INSERT INTO `wp_usermeta` VALUES (14988, 1441, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14989, 1441, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (14990, 1441, 'pmpro_baddress1', '605 Avocado Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (14991, 1441, 'pmpro_bcity', 'Pasadena') ; 
INSERT INTO `wp_usermeta` VALUES (14992, 1441, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (14993, 1441, 'pmpro_bzipcode', '91107') ; 
INSERT INTO `wp_usermeta` VALUES (14994, 1442, 'pmpro_bfirstname', 'Kathryn') ; 
INSERT INTO `wp_usermeta` VALUES (14995, 1442, 'pmpro_blastname', 'Harding') ; 
INSERT INTO `wp_usermeta` VALUES (14996, 1442, 'first_name', 'Kathryn') ; 
INSERT INTO `wp_usermeta` VALUES (14997, 1442, 'last_name', 'Harding') ; 
INSERT INTO `wp_usermeta` VALUES (14998, 1442, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (14999, 1442, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (15000, 1442, 'pmpro_baddress1', '2120 Phillips Rd.  Apt 36') ; 
INSERT INTO `wp_usermeta` VALUES (15001, 1442, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (15002, 1442, 'pmpro_bcity', 'New Bedford') ; 
INSERT INTO `wp_usermeta` VALUES (15003, 1442, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15004, 1442, 'pmpro_bzipcode', '2745') ; 
INSERT INTO `wp_usermeta` VALUES (15005, 1443, 'pmpro_bfirstname', 'Kathryn') ; 
INSERT INTO `wp_usermeta` VALUES (15006, 1443, 'pmpro_blastname', 'Bilyk') ; 
INSERT INTO `wp_usermeta` VALUES (15007, 1443, 'first_name', 'Kathryn') ; 
INSERT INTO `wp_usermeta` VALUES (15008, 1443, 'last_name', 'Bilyk') ; 
INSERT INTO `wp_usermeta` VALUES (15009, 1443, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15010, 1443, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (15011, 1443, 'pmpro_baddress1', '240 Ganoungtown Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (15012, 1443, 'pmpro_bcity', 'Port Crane') ; 
INSERT INTO `wp_usermeta` VALUES (15013, 1443, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15014, 1443, 'pmpro_bzipcode', '13833') ; 
INSERT INTO `wp_usermeta` VALUES (15015, 1444, 'pmpro_bfirstname', 'Kathryn L. ') ; 
INSERT INTO `wp_usermeta` VALUES (15016, 1444, 'pmpro_blastname', 'Schema') ; 
INSERT INTO `wp_usermeta` VALUES (15017, 1444, 'first_name', 'Kathryn L.') ; 
INSERT INTO `wp_usermeta` VALUES (15018, 1444, 'last_name', 'Schema') ; 
INSERT INTO `wp_usermeta` VALUES (15019, 1444, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15020, 1444, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (15021, 1444, 'pmpro_baddress1', '1419 S. 31st St.') ; 
INSERT INTO `wp_usermeta` VALUES (15022, 1444, 'pmpro_bcity', 'Manitowoc') ; 
INSERT INTO `wp_usermeta` VALUES (15023, 1444, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15024, 1444, 'pmpro_bzipcode', '54220-5405') ; 
INSERT INTO `wp_usermeta` VALUES (15025, 1445, 'pmpro_bfirstname', 'Kathryn N.') ; 
INSERT INTO `wp_usermeta` VALUES (15026, 1445, 'pmpro_blastname', 'Strain') ; 
INSERT INTO `wp_usermeta` VALUES (15027, 1445, 'first_name', 'Kathryn N.') ; 
INSERT INTO `wp_usermeta` VALUES (15028, 1445, 'last_name', 'Strain') ; 
INSERT INTO `wp_usermeta` VALUES (15029, 1445, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (15030, 1445, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (15031, 1445, 'pmpro_baddress1', '290 N Willett St #N') ; 
INSERT INTO `wp_usermeta` VALUES (15032, 1445, 'pmpro_bcity', 'Memphis') ; 
INSERT INTO `wp_usermeta` VALUES (15033, 1445, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15034, 1445, 'pmpro_bzipcode', '38112-5118') ; 
INSERT INTO `wp_usermeta` VALUES (15035, 1446, 'pmpro_bfirstname', 'Kathy') ; 
INSERT INTO `wp_usermeta` VALUES (15036, 1446, 'pmpro_blastname', 'Prucnal') ; 
INSERT INTO `wp_usermeta` VALUES (15037, 1446, 'first_name', 'Kathy') ; 
INSERT INTO `wp_usermeta` VALUES (15038, 1446, 'last_name', 'Prucnal') ; 
INSERT INTO `wp_usermeta` VALUES (15039, 1446, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15040, 1446, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (15041, 1446, 'pmpro_baddress1', '4650 Doncaster Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (15042, 1446, 'pmpro_bcity', 'Indian Head') ; 
INSERT INTO `wp_usermeta` VALUES (15043, 1446, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15044, 1446, 'pmpro_bzipcode', '20640') ; 
INSERT INTO `wp_usermeta` VALUES (15045, 1447, 'pmpro_bfirstname', 'Kathy') ; 
INSERT INTO `wp_usermeta` VALUES (15046, 1447, 'pmpro_blastname', 'Brader') ; 
INSERT INTO `wp_usermeta` VALUES (15047, 1447, 'first_name', 'Kathy') ; 
INSERT INTO `wp_usermeta` VALUES (15048, 1447, 'last_name', 'Brader') ; 
INSERT INTO `wp_usermeta` VALUES (15049, 1447, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15050, 1447, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (15051, 1447, 'pmpro_baddress1', '14364 Gringsby Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (15052, 1447, 'pmpro_bcity', 'Centreville') ; 
INSERT INTO `wp_usermeta` VALUES (15053, 1447, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15054, 1447, 'pmpro_bzipcode', '20120-3211') ; 
INSERT INTO `wp_usermeta` VALUES (15055, 1448, 'pmpro_bfirstname', 'Kathy') ; 
INSERT INTO `wp_usermeta` VALUES (15056, 1448, 'pmpro_blastname', 'Vaughn') ; 
INSERT INTO `wp_usermeta` VALUES (15057, 1448, 'first_name', 'Kathy') ; 
INSERT INTO `wp_usermeta` VALUES (15058, 1448, 'last_name', 'Vaughn') ; 
INSERT INTO `wp_usermeta` VALUES (15059, 1448, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15060, 1448, 'pmpro_bstate', 'AL') ; 
INSERT INTO `wp_usermeta` VALUES (15061, 1448, 'pmpro_baddress1', '2630 Cahaba Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (15062, 1448, 'pmpro_bcity', 'Birmingham') ; 
INSERT INTO `wp_usermeta` VALUES (15063, 1448, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15064, 1448, 'pmpro_bzipcode', '35223') ; 
INSERT INTO `wp_usermeta` VALUES (15065, 1449, 'pmpro_bfirstname', 'Kathy') ; 
INSERT INTO `wp_usermeta` VALUES (15066, 1449, 'pmpro_blastname', 'Edwards') ; 
INSERT INTO `wp_usermeta` VALUES (15067, 1449, 'first_name', 'Kathy') ; 
INSERT INTO `wp_usermeta` VALUES (15068, 1449, 'last_name', 'Edwards') ; 
INSERT INTO `wp_usermeta` VALUES (15069, 1449, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (15070, 1449, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (15071, 1449, 'pmpro_baddress1', '537 28th Street') ; 
INSERT INTO `wp_usermeta` VALUES (15072, 1449, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (15073, 1449, 'pmpro_bcity', 'San Francisco') ; 
INSERT INTO `wp_usermeta` VALUES (15074, 1449, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15075, 1449, 'pmpro_bzipcode', '94131-2219') ; 
INSERT INTO `wp_usermeta` VALUES (15076, 1450, 'pmpro_bfirstname', 'Kathy') ; 
INSERT INTO `wp_usermeta` VALUES (15077, 1450, 'pmpro_blastname', 'Long') ; 
INSERT INTO `wp_usermeta` VALUES (15078, 1450, 'first_name', 'Kathy') ; 
INSERT INTO `wp_usermeta` VALUES (15079, 1450, 'last_name', 'Long') ; 
INSERT INTO `wp_usermeta` VALUES (15080, 1450, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15081, 1450, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (15082, 1450, 'pmpro_baddress1', '1002 Summit Ln.  Apt 2C') ; 
INSERT INTO `wp_usermeta` VALUES (15083, 1450, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (15084, 1450, 'pmpro_bcity', 'Newport News') ; 
INSERT INTO `wp_usermeta` VALUES (15085, 1450, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15086, 1450, 'pmpro_bzipcode', '23601') ; 
INSERT INTO `wp_usermeta` VALUES (15087, 1451, 'pmpro_bfirstname', 'Kathy') ; 
INSERT INTO `wp_usermeta` VALUES (15088, 1451, 'pmpro_blastname', 'Bradt') ; 
INSERT INTO `wp_usermeta` VALUES (15089, 1451, 'first_name', 'Kathy') ; 
INSERT INTO `wp_usermeta` VALUES (15090, 1451, 'last_name', 'Bradt') ; 
INSERT INTO `wp_usermeta` VALUES (15091, 1451, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15092, 1451, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (15093, 1451, 'pmpro_baddress1', '87 Emerson Ave. W') ; 
INSERT INTO `wp_usermeta` VALUES (15094, 1451, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (15095, 1451, 'pmpro_bcity', 'St. Paul') ; 
INSERT INTO `wp_usermeta` VALUES (15096, 1451, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15097, 1451, 'pmpro_bzipcode', '55118-3104') ; 
INSERT INTO `wp_usermeta` VALUES (15098, 1452, 'pmpro_bfirstname', 'Kathy') ; 
INSERT INTO `wp_usermeta` VALUES (15099, 1452, 'pmpro_blastname', 'Kelly - La Casa de Rosa') ; 
INSERT INTO `wp_usermeta` VALUES (15100, 1452, 'first_name', 'Kathy') ; 
INSERT INTO `wp_usermeta` VALUES (15101, 1452, 'last_name', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15102, 1452, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15103, 1452, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (15104, 1452, 'pmpro_baddress1', '8433 Woodward St. ') ; 
INSERT INTO `wp_usermeta` VALUES (15105, 1452, 'pmpro_bcity', 'Savage') ; 
INSERT INTO `wp_usermeta` VALUES (15106, 1452, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (15107, 1452, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15108, 1452, 'pmpro_bzipcode', '20763') ; 
INSERT INTO `wp_usermeta` VALUES (15109, 1453, 'pmpro_bfirstname', 'Katie') ; 
INSERT INTO `wp_usermeta` VALUES (15110, 1453, 'pmpro_blastname', 'Reinwand') ; 
INSERT INTO `wp_usermeta` VALUES (15111, 1453, 'first_name', 'Katie') ; 
INSERT INTO `wp_usermeta` VALUES (15112, 1453, 'last_name', 'Reinwand') ; 
INSERT INTO `wp_usermeta` VALUES (15113, 1453, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15114, 1453, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (15115, 1453, 'pmpro_baddress1', '1101 Cornell Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (15116, 1453, 'pmpro_bcity', 'Davis') ; 
INSERT INTO `wp_usermeta` VALUES (15117, 1453, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15118, 1453, 'pmpro_bzipcode', '95616') ; 
INSERT INTO `wp_usermeta` VALUES (15119, 1454, 'pmpro_bfirstname', 'Katie') ; 
INSERT INTO `wp_usermeta` VALUES (15120, 1454, 'pmpro_blastname', 'Davis') ; 
INSERT INTO `wp_usermeta` VALUES (15121, 1454, 'first_name', 'Katie') ; 
INSERT INTO `wp_usermeta` VALUES (15122, 1454, 'last_name', 'Davis') ; 
INSERT INTO `wp_usermeta` VALUES (15123, 1454, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15124, 1454, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (15125, 1454, 'pmpro_baddress1', '6408 Legacy Oaks Pl.') ; 
INSERT INTO `wp_usermeta` VALUES (15126, 1454, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (15127, 1454, 'pmpro_bcity', 'Asheville') ; 
INSERT INTO `wp_usermeta` VALUES (15128, 1454, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15129, 1454, 'pmpro_bzipcode', '28803-4606') ; 
INSERT INTO `wp_usermeta` VALUES (15130, 1455, 'pmpro_bfirstname', 'Katie') ; 
INSERT INTO `wp_usermeta` VALUES (15131, 1455, 'pmpro_blastname', 'Bagley-Vyas') ; 
INSERT INTO `wp_usermeta` VALUES (15132, 1455, 'first_name', 'Katie') ; 
INSERT INTO `wp_usermeta` VALUES (15133, 1455, 'last_name', 'Bagley-Vyas') ; 
INSERT INTO `wp_usermeta` VALUES (15134, 1455, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15135, 1455, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (15136, 1455, 'pmpro_baddress1', '1447 Alverado Way') ; 
INSERT INTO `wp_usermeta` VALUES (15137, 1455, 'pmpro_bcity', 'Decatur') ; 
INSERT INTO `wp_usermeta` VALUES (15138, 1455, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15139, 1455, 'pmpro_bzipcode', '30032') ; 
INSERT INTO `wp_usermeta` VALUES (15140, 1456, 'pmpro_bfirstname', 'Katie') ; 
INSERT INTO `wp_usermeta` VALUES (15141, 1456, 'pmpro_blastname', 'Barry') ; 
INSERT INTO `wp_usermeta` VALUES (15142, 1456, 'first_name', 'Katie') ; 
INSERT INTO `wp_usermeta` VALUES (15143, 1456, 'last_name', 'Barry') ; 
INSERT INTO `wp_usermeta` VALUES (15144, 1456, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15145, 1456, 'pmpro_bstate', 'MS') ; 
INSERT INTO `wp_usermeta` VALUES (15146, 1456, 'pmpro_baddress1', '13 Acorn Place') ; 
INSERT INTO `wp_usermeta` VALUES (15147, 1456, 'pmpro_bcity', 'Hattiesburg') ; 
INSERT INTO `wp_usermeta` VALUES (15148, 1456, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15149, 1456, 'pmpro_bzipcode', '39402') ; 
INSERT INTO `wp_usermeta` VALUES (15150, 1457, 'pmpro_bfirstname', 'Katie') ; 
INSERT INTO `wp_usermeta` VALUES (15151, 1457, 'pmpro_blastname', 'Ongtingco') ; 
INSERT INTO `wp_usermeta` VALUES (15152, 1457, 'first_name', 'Katie') ; 
INSERT INTO `wp_usermeta` VALUES (15153, 1457, 'last_name', 'Ongtingco') ; 
INSERT INTO `wp_usermeta` VALUES (15154, 1457, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15155, 1457, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (15156, 1457, 'pmpro_baddress1', '3113 Reeves St.') ; 
INSERT INTO `wp_usermeta` VALUES (15157, 1457, 'pmpro_bcity', 'Smyrna') ; 
INSERT INTO `wp_usermeta` VALUES (15158, 1457, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15159, 1457, 'pmpro_bzipcode', '30080') ; 
INSERT INTO `wp_usermeta` VALUES (15160, 1458, 'pmpro_bfirstname', 'Katie') ; 
INSERT INTO `wp_usermeta` VALUES (15161, 1458, 'pmpro_blastname', 'Ahl') ; 
INSERT INTO `wp_usermeta` VALUES (15162, 1458, 'first_name', 'Katie') ; 
INSERT INTO `wp_usermeta` VALUES (15163, 1458, 'last_name', 'Ahl') ; 
INSERT INTO `wp_usermeta` VALUES (15164, 1458, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15165, 1458, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (15166, 1458, 'pmpro_baddress1', '9523 NE 180th St.  Apt A103') ; 
INSERT INTO `wp_usermeta` VALUES (15167, 1458, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (15168, 1458, 'pmpro_bcity', 'Bothell') ; 
INSERT INTO `wp_usermeta` VALUES (15169, 1458, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15170, 1458, 'pmpro_bzipcode', '98011') ; 
INSERT INTO `wp_usermeta` VALUES (15171, 1459, 'pmpro_bfirstname', 'Katie') ; 
INSERT INTO `wp_usermeta` VALUES (15172, 1459, 'pmpro_blastname', 'Leatherman') ; 
INSERT INTO `wp_usermeta` VALUES (15173, 1459, 'first_name', 'Katie') ; 
INSERT INTO `wp_usermeta` VALUES (15174, 1459, 'last_name', 'Leatherman') ; 
INSERT INTO `wp_usermeta` VALUES (15175, 1459, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (15176, 1459, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (15177, 1459, 'pmpro_baddress1', '4528 Haylock Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (15178, 1459, 'pmpro_bcity', 'Orlando') ; 
INSERT INTO `wp_usermeta` VALUES (15179, 1459, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15180, 1459, 'pmpro_bzipcode', '32807') ; 
INSERT INTO `wp_usermeta` VALUES (15181, 1460, 'pmpro_bfirstname', 'Katie') ; 
INSERT INTO `wp_usermeta` VALUES (15182, 1460, 'pmpro_blastname', 'Pilgram-Kloppe') ; 
INSERT INTO `wp_usermeta` VALUES (15183, 1460, 'first_name', 'Katie') ; 
INSERT INTO `wp_usermeta` VALUES (15184, 1460, 'last_name', 'Pilgram') ; 
INSERT INTO `wp_usermeta` VALUES (15185, 1460, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (15186, 1460, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (15187, 1460, 'pmpro_baddress1', '7519 Wise Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (15188, 1460, 'pmpro_bcity', 'St. Louis') ; 
INSERT INTO `wp_usermeta` VALUES (15189, 1460, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15190, 1460, 'pmpro_bzipcode', '63117') ; 
INSERT INTO `wp_usermeta` VALUES (15191, 1461, 'pmpro_bfirstname', 'Katrina') ; 
INSERT INTO `wp_usermeta` VALUES (15192, 1461, 'pmpro_blastname', 'McCauley') ; 
INSERT INTO `wp_usermeta` VALUES (15193, 1461, 'first_name', 'Katrina') ; 
INSERT INTO `wp_usermeta` VALUES (15194, 1461, 'last_name', 'McCauley') ; 
INSERT INTO `wp_usermeta` VALUES (15195, 1461, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15196, 1461, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (15197, 1461, 'pmpro_baddress1', '260 Firestone Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (15198, 1461, 'pmpro_bcity', 'Delaware') ; 
INSERT INTO `wp_usermeta` VALUES (15199, 1461, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15200, 1461, 'pmpro_bzipcode', '43015-4253') ; 
INSERT INTO `wp_usermeta` VALUES (15201, 1462, 'pmpro_bfirstname', 'Katrina') ; 
INSERT INTO `wp_usermeta` VALUES (15202, 1462, 'pmpro_blastname', 'Mehling') ; 
INSERT INTO `wp_usermeta` VALUES (15203, 1462, 'first_name', 'Katrina') ; 
INSERT INTO `wp_usermeta` VALUES (15204, 1462, 'last_name', 'Mehling') ; 
INSERT INTO `wp_usermeta` VALUES (15205, 1462, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (15206, 1462, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (15207, 1462, 'pmpro_baddress1', '172 W. Niles Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (15208, 1462, 'pmpro_bcity', 'Fresno') ; 
INSERT INTO `wp_usermeta` VALUES (15209, 1462, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15210, 1462, 'pmpro_bzipcode', '93711-6010') ; 
INSERT INTO `wp_usermeta` VALUES (15211, 1463, 'pmpro_bfirstname', 'Kattie') ; 
INSERT INTO `wp_usermeta` VALUES (15212, 1463, 'pmpro_blastname', 'Stong') ; 
INSERT INTO `wp_usermeta` VALUES (15213, 1463, 'first_name', 'Kattie') ; 
INSERT INTO `wp_usermeta` VALUES (15214, 1463, 'last_name', 'Stong') ; 
INSERT INTO `wp_usermeta` VALUES (15215, 1463, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15216, 1463, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (15217, 1463, 'pmpro_baddress1', '2800 Keller Dr.  Apt 70') ; 
INSERT INTO `wp_usermeta` VALUES (15218, 1463, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (15219, 1463, 'pmpro_bcity', 'Tustin') ; 
INSERT INTO `wp_usermeta` VALUES (15220, 1463, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15221, 1463, 'pmpro_bzipcode', '92782') ; 
INSERT INTO `wp_usermeta` VALUES (15222, 1464, 'pmpro_bfirstname', 'Katy') ; 
INSERT INTO `wp_usermeta` VALUES (15223, 1464, 'pmpro_blastname', 'Harringer') ; 
INSERT INTO `wp_usermeta` VALUES (15224, 1464, 'first_name', 'Katy') ; 
INSERT INTO `wp_usermeta` VALUES (15225, 1464, 'last_name', 'Harringer') ; 
INSERT INTO `wp_usermeta` VALUES (15226, 1464, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15227, 1464, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (15228, 1464, 'pmpro_baddress1', '2600 Hitchcock Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (15229, 1464, 'pmpro_bcity', 'Durham') ; 
INSERT INTO `wp_usermeta` VALUES (15230, 1464, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15231, 1464, 'pmpro_bzipcode', '27705') ; 
INSERT INTO `wp_usermeta` VALUES (15232, 1465, 'pmpro_bfirstname', 'Katy') ; 
INSERT INTO `wp_usermeta` VALUES (15233, 1465, 'pmpro_blastname', 'Watson') ; 
INSERT INTO `wp_usermeta` VALUES (15234, 1465, 'first_name', 'Katy') ; 
INSERT INTO `wp_usermeta` VALUES (15235, 1465, 'last_name', 'Watson') ; 
INSERT INTO `wp_usermeta` VALUES (15236, 1465, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (15237, 1465, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (15238, 1465, 'pmpro_baddress1', '3310 Carl Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (15239, 1465, 'pmpro_bcity', 'Franklin') ; 
INSERT INTO `wp_usermeta` VALUES (15240, 1465, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15241, 1465, 'pmpro_bzipcode', '37064') ; 
INSERT INTO `wp_usermeta` VALUES (15242, 1466, 'pmpro_bfirstname', 'Kay') ; 
INSERT INTO `wp_usermeta` VALUES (15243, 1466, 'pmpro_blastname', 'Bard Gray') ; 
INSERT INTO `wp_usermeta` VALUES (15244, 1466, 'first_name', 'Kay') ; 
INSERT INTO `wp_usermeta` VALUES (15245, 1466, 'last_name', 'Bard Gray') ; 
INSERT INTO `wp_usermeta` VALUES (15246, 1466, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15247, 1466, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (15248, 1466, 'pmpro_baddress1', '5678 N. Placita Paisaje') ; 
INSERT INTO `wp_usermeta` VALUES (15249, 1466, 'pmpro_bcity', 'Tucson') ; 
INSERT INTO `wp_usermeta` VALUES (15250, 1466, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15251, 1466, 'pmpro_bzipcode', '85750') ; 
INSERT INTO `wp_usermeta` VALUES (15252, 1467, 'pmpro_bfirstname', 'Kaya') ; 
INSERT INTO `wp_usermeta` VALUES (15253, 1467, 'pmpro_blastname', 'Forstall') ; 
INSERT INTO `wp_usermeta` VALUES (15254, 1467, 'first_name', 'Kaya') ; 
INSERT INTO `wp_usermeta` VALUES (15255, 1467, 'last_name', 'Forstall') ; 
INSERT INTO `wp_usermeta` VALUES (15256, 1467, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15257, 1467, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (15258, 1467, 'pmpro_baddress1', '800 Cherokee Ave') ; 
INSERT INTO `wp_usermeta` VALUES (15259, 1467, 'pmpro_bcity', 'Atlanta') ; 
INSERT INTO `wp_usermeta` VALUES (15260, 1467, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15261, 1467, 'pmpro_bzipcode', '30315') ; 
INSERT INTO `wp_usermeta` VALUES (15262, 1468, 'pmpro_bfirstname', 'Kayla') ; 
INSERT INTO `wp_usermeta` VALUES (15263, 1468, 'pmpro_blastname', 'Anderson') ; 
INSERT INTO `wp_usermeta` VALUES (15264, 1468, 'first_name', 'Kayla') ; 
INSERT INTO `wp_usermeta` VALUES (15265, 1468, 'last_name', 'Anderson') ; 
INSERT INTO `wp_usermeta` VALUES (15266, 1468, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (15267, 1468, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (15268, 1468, 'pmpro_baddress1', '3940 Glendale St.') ; 
INSERT INTO `wp_usermeta` VALUES (15269, 1468, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (15270, 1468, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15271, 1468, 'pmpro_bzipcode', '80906') ; 
INSERT INTO `wp_usermeta` VALUES (15272, 1469, 'pmpro_bfirstname', 'Kayla') ; 
INSERT INTO `wp_usermeta` VALUES (15273, 1469, 'pmpro_blastname', 'Myers') ; 
INSERT INTO `wp_usermeta` VALUES (15274, 1469, 'first_name', 'Kayla') ; 
INSERT INTO `wp_usermeta` VALUES (15275, 1469, 'last_name', 'Myers') ; 
INSERT INTO `wp_usermeta` VALUES (15276, 1469, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15277, 1469, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (15278, 1469, 'pmpro_baddress1', '6294 N. Tamera Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (15279, 1469, 'pmpro_bcity', 'Fresno') ; 
INSERT INTO `wp_usermeta` VALUES (15280, 1469, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15281, 1469, 'pmpro_bzipcode', '93711') ; 
INSERT INTO `wp_usermeta` VALUES (15282, 1470, 'pmpro_bfirstname', 'Kaylyn') ; 
INSERT INTO `wp_usermeta` VALUES (15283, 1470, 'pmpro_blastname', 'Borucki') ; 
INSERT INTO `wp_usermeta` VALUES (15284, 1470, 'first_name', 'Kaylyn') ; 
INSERT INTO `wp_usermeta` VALUES (15285, 1470, 'last_name', 'Borucki') ; 
INSERT INTO `wp_usermeta` VALUES (15286, 1470, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15287, 1470, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (15288, 1470, 'pmpro_baddress1', '9650 Billwood Hwy.') ; 
INSERT INTO `wp_usermeta` VALUES (15289, 1470, 'pmpro_bcity', 'Dimondale') ; 
INSERT INTO `wp_usermeta` VALUES (15290, 1470, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15291, 1470, 'pmpro_bzipcode', '48821-9446') ; 
INSERT INTO `wp_usermeta` VALUES (15292, 1471, 'pmpro_bfirstname', 'Kaysa') ; 
INSERT INTO `wp_usermeta` VALUES (15293, 1471, 'pmpro_blastname', 'Bryson') ; 
INSERT INTO `wp_usermeta` VALUES (15294, 1471, 'first_name', 'Kaysa') ; 
INSERT INTO `wp_usermeta` VALUES (15295, 1471, 'last_name', 'Bryson') ; 
INSERT INTO `wp_usermeta` VALUES (15296, 1471, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15297, 1471, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (15298, 1471, 'pmpro_baddress1', '4698 W. Hammond') ; 
INSERT INTO `wp_usermeta` VALUES (15299, 1471, 'pmpro_bcity', 'Fresno') ; 
INSERT INTO `wp_usermeta` VALUES (15300, 1471, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15301, 1471, 'pmpro_bzipcode', '93722') ; 
INSERT INTO `wp_usermeta` VALUES (15302, 1472, 'pmpro_bfirstname', 'Kecia') ; 
INSERT INTO `wp_usermeta` VALUES (15303, 1472, 'pmpro_blastname', 'Beltz') ; 
INSERT INTO `wp_usermeta` VALUES (15304, 1472, 'first_name', 'Kecia') ; 
INSERT INTO `wp_usermeta` VALUES (15305, 1472, 'last_name', 'Beltz') ; 
INSERT INTO `wp_usermeta` VALUES (15306, 1472, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15307, 1472, 'pmpro_bstate', 'AE') ; 
INSERT INTO `wp_usermeta` VALUES (15308, 1472, 'pmpro_baddress1', 'CMR 415 - Box 3769') ; 
INSERT INTO `wp_usermeta` VALUES (15309, 1472, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (15310, 1472, 'pmpro_bcity', 'APO') ; 
INSERT INTO `wp_usermeta` VALUES (15311, 1472, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15312, 1472, 'pmpro_bzipcode', '09114') ; 
INSERT INTO `wp_usermeta` VALUES (15313, 1473, 'pmpro_bfirstname', 'Keeley') ; 
INSERT INTO `wp_usermeta` VALUES (15314, 1473, 'pmpro_blastname', 'Watson') ; 
INSERT INTO `wp_usermeta` VALUES (15315, 1473, 'first_name', 'Keeley') ; 
INSERT INTO `wp_usermeta` VALUES (15316, 1473, 'last_name', 'Watson') ; 
INSERT INTO `wp_usermeta` VALUES (15317, 1473, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (15318, 1473, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (15319, 1473, 'pmpro_baddress1', '2053 Milan Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (15320, 1473, 'pmpro_bcity', 'S. Pasadena') ; 
INSERT INTO `wp_usermeta` VALUES (15321, 1473, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15322, 1473, 'pmpro_bzipcode', '91030') ; 
INSERT INTO `wp_usermeta` VALUES (15323, 1474, 'pmpro_bfirstname', 'Keenan') ; 
INSERT INTO `wp_usermeta` VALUES (15324, 1474, 'pmpro_blastname', 'McCormick') ; 
INSERT INTO `wp_usermeta` VALUES (15325, 1474, 'first_name', 'Keenan') ; 
INSERT INTO `wp_usermeta` VALUES (15326, 1474, 'last_name', 'McCormick') ; 
INSERT INTO `wp_usermeta` VALUES (15327, 1474, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15328, 1474, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (15329, 1474, 'pmpro_baddress1', '808 Channing St') ; 
INSERT INTO `wp_usermeta` VALUES (15330, 1474, 'pmpro_bcity', 'Ferndale') ; 
INSERT INTO `wp_usermeta` VALUES (15331, 1474, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15332, 1474, 'pmpro_bzipcode', '48009') ; 
INSERT INTO `wp_usermeta` VALUES (15333, 1475, 'pmpro_bfirstname', 'Kegan') ; 
INSERT INTO `wp_usermeta` VALUES (15334, 1475, 'pmpro_blastname', 'Storms') ; 
INSERT INTO `wp_usermeta` VALUES (15335, 1475, 'first_name', 'Kegan') ; 
INSERT INTO `wp_usermeta` VALUES (15336, 1475, 'last_name', 'Storms') ; 
INSERT INTO `wp_usermeta` VALUES (15337, 1475, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15338, 1475, 'pmpro_bstate', 'tx') ; 
INSERT INTO `wp_usermeta` VALUES (15339, 1475, 'pmpro_baddress1', '2600 Nonesuch Rd  Apt 39C') ; 
INSERT INTO `wp_usermeta` VALUES (15340, 1475, 'pmpro_bcity', 'abilene') ; 
INSERT INTO `wp_usermeta` VALUES (15341, 1475, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15342, 1475, 'pmpro_bzipcode', '79606') ; 
INSERT INTO `wp_usermeta` VALUES (15343, 1476, 'pmpro_bfirstname', 'Keiko') ; 
INSERT INTO `wp_usermeta` VALUES (15344, 1476, 'pmpro_blastname', 'Sampson') ; 
INSERT INTO `wp_usermeta` VALUES (15345, 1476, 'first_name', 'Keiko') ; 
INSERT INTO `wp_usermeta` VALUES (15346, 1476, 'last_name', 'Sampson') ; 
INSERT INTO `wp_usermeta` VALUES (15347, 1476, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15348, 1476, 'pmpro_bstate', 'IA') ; 
INSERT INTO `wp_usermeta` VALUES (15349, 1476, 'pmpro_baddress1', '1516 Southlawn Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (15350, 1476, 'pmpro_bcity', 'Des Moines') ; 
INSERT INTO `wp_usermeta` VALUES (15351, 1476, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15352, 1476, 'pmpro_bzipcode', '50315') ; 
INSERT INTO `wp_usermeta` VALUES (15353, 1477, 'pmpro_bfirstname', 'Kellee') ; 
INSERT INTO `wp_usermeta` VALUES (15354, 1477, 'pmpro_blastname', 'Wolowitz') ; 
INSERT INTO `wp_usermeta` VALUES (15355, 1477, 'first_name', 'Kellee') ; 
INSERT INTO `wp_usermeta` VALUES (15356, 1477, 'last_name', 'Wolowitz') ; 
INSERT INTO `wp_usermeta` VALUES (15357, 1477, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15358, 1477, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (15359, 1477, 'pmpro_baddress1', '208 Pond View Hts.') ; 
INSERT INTO `wp_usermeta` VALUES (15360, 1477, 'pmpro_bcity', 'Rochester') ; 
INSERT INTO `wp_usermeta` VALUES (15361, 1477, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15362, 1477, 'pmpro_bzipcode', '14612') ; 
INSERT INTO `wp_usermeta` VALUES (15363, 1478, 'pmpro_bfirstname', 'Kelli') ; 
INSERT INTO `wp_usermeta` VALUES (15364, 1478, 'pmpro_blastname', 'Lorence') ; 
INSERT INTO `wp_usermeta` VALUES (15365, 1478, 'first_name', 'Kelli') ; 
INSERT INTO `wp_usermeta` VALUES (15366, 1478, 'last_name', 'Lorence') ; 
INSERT INTO `wp_usermeta` VALUES (15367, 1478, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15368, 1478, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (15369, 1478, 'pmpro_baddress1', '6309 Crescent Lake Way') ; 
INSERT INTO `wp_usermeta` VALUES (15370, 1478, 'pmpro_bcity', 'Lake Worth') ; 
INSERT INTO `wp_usermeta` VALUES (15371, 1478, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15372, 1478, 'pmpro_bzipcode', '33463-7922') ; 
INSERT INTO `wp_usermeta` VALUES (15373, 1479, 'pmpro_bfirstname', 'Kelliee') ; 
INSERT INTO `wp_usermeta` VALUES (15374, 1479, 'pmpro_blastname', 'Caron') ; 
INSERT INTO `wp_usermeta` VALUES (15375, 1479, 'first_name', 'Kelliee') ; 
INSERT INTO `wp_usermeta` VALUES (15376, 1479, 'last_name', 'Caron') ; 
INSERT INTO `wp_usermeta` VALUES (15377, 1479, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15378, 1479, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (15379, 1479, 'pmpro_baddress1', '74320 Larson Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (15380, 1479, 'pmpro_bcity', 'Rainier') ; 
INSERT INTO `wp_usermeta` VALUES (15381, 1479, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (15382, 1479, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15383, 1479, 'pmpro_bzipcode', '97048') ; 
INSERT INTO `wp_usermeta` VALUES (15384, 1480, 'pmpro_bfirstname', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15385, 1480, 'pmpro_blastname', 'Griffin') ; 
INSERT INTO `wp_usermeta` VALUES (15386, 1480, 'first_name', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15387, 1480, 'last_name', 'Griffin') ; 
INSERT INTO `wp_usermeta` VALUES (15388, 1480, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15389, 1480, 'pmpro_bstate', 'RI') ; 
INSERT INTO `wp_usermeta` VALUES (15390, 1480, 'pmpro_baddress1', '40 Harlem St.') ; 
INSERT INTO `wp_usermeta` VALUES (15391, 1480, 'pmpro_bcity', 'Rumford') ; 
INSERT INTO `wp_usermeta` VALUES (15392, 1480, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15393, 1480, 'pmpro_bzipcode', '2916') ; 
INSERT INTO `wp_usermeta` VALUES (15394, 1481, 'pmpro_bfirstname', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15395, 1481, 'pmpro_blastname', 'Griffin') ; 
INSERT INTO `wp_usermeta` VALUES (15396, 1481, 'first_name', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15397, 1481, 'last_name', 'Griffin') ; 
INSERT INTO `wp_usermeta` VALUES (15398, 1481, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15399, 1481, 'pmpro_bstate', 'RI') ; 
INSERT INTO `wp_usermeta` VALUES (15400, 1481, 'pmpro_baddress1', '40 Harlem St.') ; 
INSERT INTO `wp_usermeta` VALUES (15401, 1481, 'pmpro_bcity', 'Rumford') ; 
INSERT INTO `wp_usermeta` VALUES (15402, 1481, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15403, 1481, 'pmpro_bzipcode', '2916') ; 
INSERT INTO `wp_usermeta` VALUES (15404, 1482, 'pmpro_bfirstname', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15405, 1482, 'pmpro_blastname', 'McMurry') ; 
INSERT INTO `wp_usermeta` VALUES (15406, 1482, 'first_name', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15407, 1482, 'last_name', 'McMurry') ; 
INSERT INTO `wp_usermeta` VALUES (15408, 1482, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15409, 1482, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (15410, 1482, 'pmpro_baddress1', '870 Calhoun St.') ; 
INSERT INTO `wp_usermeta` VALUES (15411, 1482, 'pmpro_bcity', 'Hayward') ; 
INSERT INTO `wp_usermeta` VALUES (15412, 1482, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15413, 1482, 'pmpro_bzipcode', '94544') ; 
INSERT INTO `wp_usermeta` VALUES (15414, 1483, 'pmpro_bfirstname', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15415, 1483, 'pmpro_blastname', 'Tetzlaff ') ; 
INSERT INTO `wp_usermeta` VALUES (15416, 1483, 'first_name', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15417, 1483, 'last_name', 'Tetzlaff ') ; 
INSERT INTO `wp_usermeta` VALUES (15418, 1483, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15419, 1483, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (15420, 1483, 'pmpro_baddress1', '1590 Goodlette Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (15421, 1483, 'pmpro_bcity', 'Naples') ; 
INSERT INTO `wp_usermeta` VALUES (15422, 1483, 'uxf_organization', 'Naples Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (15423, 1483, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15424, 1483, 'pmpro_bzipcode', '34102') ; 
INSERT INTO `wp_usermeta` VALUES (15425, 1484, 'pmpro_bfirstname', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15426, 1484, 'pmpro_blastname', 'Bass') ; 
INSERT INTO `wp_usermeta` VALUES (15427, 1484, 'first_name', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15428, 1484, 'last_name', 'Bass') ; 
INSERT INTO `wp_usermeta` VALUES (15429, 1484, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15430, 1484, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (15431, 1484, 'pmpro_baddress1', '3733 1/2 Villa Terrace') ; 
INSERT INTO `wp_usermeta` VALUES (15432, 1484, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (15433, 1484, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15434, 1484, 'pmpro_bzipcode', '92104') ; 
INSERT INTO `wp_usermeta` VALUES (15435, 1485, 'pmpro_bfirstname', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15436, 1485, 'pmpro_blastname', 'Bennett') ; 
INSERT INTO `wp_usermeta` VALUES (15437, 1485, 'first_name', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15438, 1485, 'last_name', 'Bennett') ; 
INSERT INTO `wp_usermeta` VALUES (15439, 1485, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (15440, 1485, 'pmpro_bstate', 'KY') ; 
INSERT INTO `wp_usermeta` VALUES (15441, 1485, 'pmpro_baddress1', '3237 Salt River Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (15442, 1485, 'pmpro_bcity', 'Rineyville') ; 
INSERT INTO `wp_usermeta` VALUES (15443, 1485, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15444, 1485, 'pmpro_bzipcode', '40162') ; 
INSERT INTO `wp_usermeta` VALUES (15445, 1486, 'pmpro_bfirstname', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15446, 1486, 'pmpro_blastname', 'Lawrence') ; 
INSERT INTO `wp_usermeta` VALUES (15447, 1486, 'first_name', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15448, 1486, 'last_name', 'Lawrence') ; 
INSERT INTO `wp_usermeta` VALUES (15449, 1486, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15450, 1486, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (15451, 1486, 'pmpro_baddress1', '10864 Cornish Road') ; 
INSERT INTO `wp_usermeta` VALUES (15452, 1486, 'pmpro_bcity', 'Niantic') ; 
INSERT INTO `wp_usermeta` VALUES (15453, 1486, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15454, 1486, 'pmpro_bzipcode', '62551-8013') ; 
INSERT INTO `wp_usermeta` VALUES (15455, 1487, 'pmpro_bfirstname', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15456, 1487, 'pmpro_blastname', 'Nation') ; 
INSERT INTO `wp_usermeta` VALUES (15457, 1487, 'first_name', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15458, 1487, 'last_name', 'Holmgren') ; 
INSERT INTO `wp_usermeta` VALUES (15459, 1487, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (15460, 1487, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (15461, 1487, 'pmpro_baddress1', '6385 Daybreak Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (15462, 1487, 'pmpro_bcity', 'Bartlett') ; 
INSERT INTO `wp_usermeta` VALUES (15463, 1487, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15464, 1487, 'pmpro_bzipcode', '38135-9110') ; 
INSERT INTO `wp_usermeta` VALUES (15465, 1488, 'pmpro_bfirstname', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15466, 1488, 'pmpro_blastname', 'Carman') ; 
INSERT INTO `wp_usermeta` VALUES (15467, 1488, 'first_name', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15468, 1488, 'last_name', 'Carman') ; 
INSERT INTO `wp_usermeta` VALUES (15469, 1488, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15470, 1488, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (15471, 1488, 'pmpro_baddress1', '3025 48th St.') ; 
INSERT INTO `wp_usermeta` VALUES (15472, 1488, 'pmpro_bcity', 'Astoria') ; 
INSERT INTO `wp_usermeta` VALUES (15473, 1488, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15474, 1488, 'pmpro_bzipcode', '11103') ; 
INSERT INTO `wp_usermeta` VALUES (15475, 1489, 'pmpro_bfirstname', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15476, 1489, 'pmpro_blastname', 'Cook') ; 
INSERT INTO `wp_usermeta` VALUES (15477, 1489, 'first_name', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15478, 1489, 'last_name', 'Cook') ; 
INSERT INTO `wp_usermeta` VALUES (15479, 1489, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15480, 1489, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (15481, 1489, 'pmpro_baddress1', '3971 Cummings') ; 
INSERT INTO `wp_usermeta` VALUES (15482, 1489, 'pmpro_bcity', 'Berkley') ; 
INSERT INTO `wp_usermeta` VALUES (15483, 1489, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15484, 1489, 'pmpro_bzipcode', '48072') ; 
INSERT INTO `wp_usermeta` VALUES (15485, 1490, 'pmpro_bfirstname', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15486, 1490, 'pmpro_blastname', 'Jackson') ; 
INSERT INTO `wp_usermeta` VALUES (15487, 1490, 'first_name', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15488, 1490, 'last_name', 'Jackson') ; 
INSERT INTO `wp_usermeta` VALUES (15489, 1490, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15490, 1490, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (15491, 1490, 'pmpro_baddress1', '366 Deer Path Lane') ; 
INSERT INTO `wp_usermeta` VALUES (15492, 1490, 'pmpro_bcity', 'Lexington') ; 
INSERT INTO `wp_usermeta` VALUES (15493, 1490, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15494, 1490, 'pmpro_bzipcode', '27295') ; 
INSERT INTO `wp_usermeta` VALUES (15495, 1491, 'pmpro_bfirstname', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15496, 1491, 'pmpro_blastname', 'Pennell') ; 
INSERT INTO `wp_usermeta` VALUES (15497, 1491, 'first_name', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15498, 1491, 'last_name', 'Pennell') ; 
INSERT INTO `wp_usermeta` VALUES (15499, 1491, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15500, 1491, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (15501, 1491, 'pmpro_baddress1', '114 Maplewood Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (15502, 1491, 'pmpro_bcity', 'Greensburg') ; 
INSERT INTO `wp_usermeta` VALUES (15503, 1491, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15504, 1491, 'pmpro_bzipcode', '15601') ; 
INSERT INTO `wp_usermeta` VALUES (15505, 1492, 'pmpro_bfirstname', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15506, 1492, 'pmpro_blastname', 'Vineyard') ; 
INSERT INTO `wp_usermeta` VALUES (15507, 1492, 'first_name', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15508, 1492, 'last_name', 'Vineyard') ; 
INSERT INTO `wp_usermeta` VALUES (15509, 1492, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (15510, 1492, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (15511, 1492, 'pmpro_baddress1', '139 Spring Valley Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (15512, 1492, 'pmpro_bcity', 'Westerville') ; 
INSERT INTO `wp_usermeta` VALUES (15513, 1492, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15514, 1492, 'pmpro_bzipcode', '43081') ; 
INSERT INTO `wp_usermeta` VALUES (15515, 1493, 'pmpro_bfirstname', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15516, 1493, 'pmpro_blastname', 'Ralph') ; 
INSERT INTO `wp_usermeta` VALUES (15517, 1493, 'first_name', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15518, 1493, 'last_name', 'Ralph') ; 
INSERT INTO `wp_usermeta` VALUES (15519, 1493, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (15520, 1493, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (15521, 1493, 'pmpro_baddress1', '11321 Cloudcrest Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (15522, 1493, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (15523, 1493, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15524, 1493, 'pmpro_bzipcode', '92127') ; 
INSERT INTO `wp_usermeta` VALUES (15525, 1494, 'pmpro_bfirstname', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15526, 1494, 'pmpro_blastname', 'Salamone') ; 
INSERT INTO `wp_usermeta` VALUES (15527, 1494, 'first_name', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15528, 1494, 'last_name', 'Salamone') ; 
INSERT INTO `wp_usermeta` VALUES (15529, 1494, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15530, 1494, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (15531, 1494, 'pmpro_baddress1', '2266 Gill Village Way Apt. 1114') ; 
INSERT INTO `wp_usermeta` VALUES (15532, 1494, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (15533, 1494, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (15534, 1494, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15535, 1494, 'pmpro_bzipcode', '92108-5580') ; 
INSERT INTO `wp_usermeta` VALUES (15536, 1495, 'pmpro_bfirstname', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15537, 1495, 'pmpro_blastname', 'Krantz') ; 
INSERT INTO `wp_usermeta` VALUES (15538, 1495, 'first_name', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15539, 1495, 'last_name', 'Krantz') ; 
INSERT INTO `wp_usermeta` VALUES (15540, 1495, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15541, 1495, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (15542, 1495, 'pmpro_baddress1', '404 Gerald Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (15543, 1495, 'pmpro_bcity', 'Lafayette') ; 
INSERT INTO `wp_usermeta` VALUES (15544, 1495, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15545, 1495, 'pmpro_bzipcode', '70503') ; 
INSERT INTO `wp_usermeta` VALUES (15546, 1496, 'pmpro_bfirstname', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15547, 1496, 'pmpro_blastname', 'Wilson') ; 
INSERT INTO `wp_usermeta` VALUES (15548, 1496, 'first_name', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15549, 1496, 'last_name', 'Wilson') ; 
INSERT INTO `wp_usermeta` VALUES (15550, 1496, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15551, 1496, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (15552, 1496, 'pmpro_baddress1', '7128 N. Evangeline St.') ; 
INSERT INTO `wp_usermeta` VALUES (15553, 1496, 'pmpro_bcity', 'Dearborn Heights') ; 
INSERT INTO `wp_usermeta` VALUES (15554, 1496, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15555, 1496, 'pmpro_bzipcode', '48127-2090 ') ; 
INSERT INTO `wp_usermeta` VALUES (15556, 1497, 'pmpro_bfirstname', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15557, 1497, 'pmpro_blastname', 'Cowley') ; 
INSERT INTO `wp_usermeta` VALUES (15558, 1497, 'first_name', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15559, 1497, 'last_name', 'Cowley') ; 
INSERT INTO `wp_usermeta` VALUES (15560, 1497, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15561, 1497, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (15562, 1497, 'pmpro_baddress1', '6508 Kodiak Dr. SE') ; 
INSERT INTO `wp_usermeta` VALUES (15563, 1497, 'pmpro_bcity', 'Alto') ; 
INSERT INTO `wp_usermeta` VALUES (15564, 1497, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15565, 1497, 'pmpro_bzipcode', '49302') ; 
INSERT INTO `wp_usermeta` VALUES (15566, 1498, 'pmpro_bfirstname', 'Kelly J. ') ; 
INSERT INTO `wp_usermeta` VALUES (15567, 1498, 'pmpro_blastname', 'Murphy') ; 
INSERT INTO `wp_usermeta` VALUES (15568, 1498, 'first_name', 'Kelly J. ') ; 
INSERT INTO `wp_usermeta` VALUES (15569, 1498, 'last_name', 'Murphy') ; 
INSERT INTO `wp_usermeta` VALUES (15570, 1498, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15571, 1498, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (15572, 1498, 'pmpro_baddress1', '2671 Lionel St.') ; 
INSERT INTO `wp_usermeta` VALUES (15573, 1498, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (15574, 1498, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15575, 1498, 'pmpro_bzipcode', '92123') ; 
INSERT INTO `wp_usermeta` VALUES (15576, 1499, 'pmpro_bfirstname', 'Kellyjean') ; 
INSERT INTO `wp_usermeta` VALUES (15577, 1499, 'pmpro_blastname', 'Boghossian') ; 
INSERT INTO `wp_usermeta` VALUES (15578, 1499, 'first_name', 'Kellyjean') ; 
INSERT INTO `wp_usermeta` VALUES (15579, 1499, 'last_name', 'Boghossian') ; 
INSERT INTO `wp_usermeta` VALUES (15580, 1499, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15581, 1499, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (15582, 1499, 'pmpro_baddress1', '32 Colburn Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (15583, 1499, 'pmpro_bcity', 'East Brunswick') ; 
INSERT INTO `wp_usermeta` VALUES (15584, 1499, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15585, 1499, 'pmpro_bzipcode', '8816') ; 
INSERT INTO `wp_usermeta` VALUES (15586, 1500, 'pmpro_bfirstname', 'Kelsey') ; 
INSERT INTO `wp_usermeta` VALUES (15587, 1500, 'pmpro_blastname', 'Lovner') ; 
INSERT INTO `wp_usermeta` VALUES (15588, 1500, 'first_name', 'Kelsey') ; 
INSERT INTO `wp_usermeta` VALUES (15589, 1500, 'last_name', 'Lovner') ; 
INSERT INTO `wp_usermeta` VALUES (15590, 1500, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15591, 1500, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (15592, 1500, 'pmpro_baddress1', '301 E. 45th St. Apt 5B') ; 
INSERT INTO `wp_usermeta` VALUES (15593, 1500, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (15594, 1500, 'pmpro_bcity', 'New York') ; 
INSERT INTO `wp_usermeta` VALUES (15595, 1500, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15596, 1500, 'pmpro_bzipcode', '10017') ; 
INSERT INTO `wp_usermeta` VALUES (15597, 1501, 'pmpro_bfirstname', 'Kelsey') ; 
INSERT INTO `wp_usermeta` VALUES (15598, 1501, 'pmpro_blastname', 'Kuhn') ; 
INSERT INTO `wp_usermeta` VALUES (15599, 1501, 'first_name', 'Kelsey') ; 
INSERT INTO `wp_usermeta` VALUES (15600, 1501, 'last_name', 'Kuhn') ; 
INSERT INTO `wp_usermeta` VALUES (15601, 1501, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15602, 1501, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (15603, 1501, 'pmpro_baddress1', '3518 Pennsylvania Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (15604, 1501, 'pmpro_bcity', 'Eureka') ; 
INSERT INTO `wp_usermeta` VALUES (15605, 1501, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15606, 1501, 'pmpro_bzipcode', '95501') ; 
INSERT INTO `wp_usermeta` VALUES (15607, 1502, 'pmpro_bfirstname', 'Kelsey') ; 
INSERT INTO `wp_usermeta` VALUES (15608, 1502, 'pmpro_blastname', 'McFarland') ; 
INSERT INTO `wp_usermeta` VALUES (15609, 1502, 'first_name', 'Kelsey') ; 
INSERT INTO `wp_usermeta` VALUES (15610, 1502, 'last_name', 'McFarland') ; 
INSERT INTO `wp_usermeta` VALUES (15611, 1502, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15612, 1502, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (15613, 1502, 'pmpro_baddress1', '2710 N. Shoreline Blvd.') ; 
INSERT INTO `wp_usermeta` VALUES (15614, 1502, 'pmpro_bcity', 'Corpus Christi') ; 
INSERT INTO `wp_usermeta` VALUES (15615, 1502, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15616, 1502, 'pmpro_bzipcode', '78402') ; 
INSERT INTO `wp_usermeta` VALUES (15617, 1503, 'pmpro_bfirstname', 'Ken') ; 
INSERT INTO `wp_usermeta` VALUES (15618, 1503, 'pmpro_blastname', 'Howell') ; 
INSERT INTO `wp_usermeta` VALUES (15619, 1503, 'first_name', 'Ken Howell') ; 
INSERT INTO `wp_usermeta` VALUES (15620, 1503, 'last_name', 'National Aquarium - Bio Programs') ; 
INSERT INTO `wp_usermeta` VALUES (15621, 1503, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (15622, 1503, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (15623, 1503, 'pmpro_baddress1', '501 E. Pratt St.') ; 
INSERT INTO `wp_usermeta` VALUES (15624, 1503, 'pmpro_bcity', 'Baltimore') ; 
INSERT INTO `wp_usermeta` VALUES (15625, 1503, 'uxf_organization', 'National Aquarium') ; 
INSERT INTO `wp_usermeta` VALUES (15626, 1503, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15627, 1503, 'pmpro_bzipcode', '21202') ; 
INSERT INTO `wp_usermeta` VALUES (15628, 1503, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (15629, 1504, 'pmpro_bfirstname', 'Kena') ; 
INSERT INTO `wp_usermeta` VALUES (15630, 1504, 'pmpro_blastname', 'Campbell') ; 
INSERT INTO `wp_usermeta` VALUES (15631, 1504, 'first_name', 'Kena') ; 
INSERT INTO `wp_usermeta` VALUES (15632, 1504, 'last_name', 'Campbell') ; 
INSERT INTO `wp_usermeta` VALUES (15633, 1504, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (15634, 1504, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (15635, 1504, 'pmpro_baddress1', '2915 Mockingbird Lane') ; 
INSERT INTO `wp_usermeta` VALUES (15636, 1504, 'pmpro_bcity', 'Evansville') ; 
INSERT INTO `wp_usermeta` VALUES (15637, 1504, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15638, 1504, 'pmpro_bzipcode', '47710') ; 
INSERT INTO `wp_usermeta` VALUES (15639, 1505, 'pmpro_bfirstname', 'Kendle') ; 
INSERT INTO `wp_usermeta` VALUES (15640, 1505, 'pmpro_blastname', 'Enter') ; 
INSERT INTO `wp_usermeta` VALUES (15641, 1505, 'first_name', 'Kendle J.') ; 
INSERT INTO `wp_usermeta` VALUES (15642, 1505, 'last_name', 'Enter') ; 
INSERT INTO `wp_usermeta` VALUES (15643, 1505, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (15644, 1505, 'pmpro_bstate', 'SC') ; 
INSERT INTO `wp_usermeta` VALUES (15645, 1505, 'pmpro_baddress1', '100 Aquarium Wharf') ; 
INSERT INTO `wp_usermeta` VALUES (15646, 1505, 'pmpro_bcity', 'Charleston') ; 
INSERT INTO `wp_usermeta` VALUES (15647, 1505, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15648, 1505, 'pmpro_bzipcode', '29401') ; 
INSERT INTO `wp_usermeta` VALUES (15649, 1506, 'pmpro_bfirstname', 'Kenton') ; 
INSERT INTO `wp_usermeta` VALUES (15650, 1506, 'pmpro_blastname', 'Kerns') ; 
INSERT INTO `wp_usermeta` VALUES (15651, 1506, 'first_name', 'Kenton') ; 
INSERT INTO `wp_usermeta` VALUES (15652, 1506, 'last_name', 'Kerns') ; 
INSERT INTO `wp_usermeta` VALUES (15653, 1506, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (15654, 1506, 'pmpro_bstate', 'DC') ; 
INSERT INTO `wp_usermeta` VALUES (15655, 1506, 'pmpro_baddress1', '1650 Harvard St. NW  Apt 523') ; 
INSERT INTO `wp_usermeta` VALUES (15656, 1506, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (15657, 1506, 'pmpro_bcity', 'Washington') ; 
INSERT INTO `wp_usermeta` VALUES (15658, 1506, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15659, 1506, 'pmpro_bzipcode', '20009') ; 
INSERT INTO `wp_usermeta` VALUES (15660, 1507, 'pmpro_bfirstname', 'Jefferson Community College') ; 
INSERT INTO `wp_usermeta` VALUES (15661, 1507, 'pmpro_blastname', '') ; 
INSERT INTO `wp_usermeta` VALUES (15662, 1507, 'first_name', 'Jefferson Community College') ; 
INSERT INTO `wp_usermeta` VALUES (15663, 1507, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (15664, 1507, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15665, 1507, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (15666, 1507, 'pmpro_baddress1', '1220 Coffeen St.') ; 
INSERT INTO `wp_usermeta` VALUES (15667, 1507, 'pmpro_bcity', 'Watertown') ; 
INSERT INTO `wp_usermeta` VALUES (15668, 1507, 'uxf_organization', 'Kenyon Wells Library') ; 
INSERT INTO `wp_usermeta` VALUES (15669, 1507, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15670, 1507, 'pmpro_bzipcode', '13601') ; 
INSERT INTO `wp_usermeta` VALUES (15671, 1508, 'pmpro_bfirstname', 'Kerbi') ; 
INSERT INTO `wp_usermeta` VALUES (15672, 1508, 'pmpro_blastname', 'Gagne') ; 
INSERT INTO `wp_usermeta` VALUES (15673, 1508, 'first_name', 'Kerbi') ; 
INSERT INTO `wp_usermeta` VALUES (15674, 1508, 'last_name', 'Gagne') ; 
INSERT INTO `wp_usermeta` VALUES (15675, 1508, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15676, 1508, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (15677, 1508, 'pmpro_baddress1', '1261 Michael Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (15678, 1508, 'pmpro_bcity', 'Lewisville') ; 
INSERT INTO `wp_usermeta` VALUES (15679, 1508, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15680, 1508, 'pmpro_bzipcode', '75077') ; 
INSERT INTO `wp_usermeta` VALUES (15681, 1509, 'pmpro_bfirstname', 'Kerri') ; 
INSERT INTO `wp_usermeta` VALUES (15682, 1509, 'pmpro_blastname', 'D\\\'Ancicco') ; 
INSERT INTO `wp_usermeta` VALUES (15683, 1509, 'first_name', 'Kerri') ; 
INSERT INTO `wp_usermeta` VALUES (15684, 1509, 'last_name', 'D\\\'Ancicco') ; 
INSERT INTO `wp_usermeta` VALUES (15685, 1509, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15686, 1509, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (15687, 1509, 'pmpro_baddress1', '427 Garberia Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (15688, 1509, 'pmpro_bcity', 'Davenport') ; 
INSERT INTO `wp_usermeta` VALUES (15689, 1509, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15690, 1509, 'pmpro_bzipcode', '33837') ; 
INSERT INTO `wp_usermeta` VALUES (15691, 1510, 'pmpro_bfirstname', 'Kerry') ; 
INSERT INTO `wp_usermeta` VALUES (15692, 1510, 'pmpro_blastname', 'Foth') ; 
INSERT INTO `wp_usermeta` VALUES (15693, 1510, 'first_name', 'Kerry') ; 
INSERT INTO `wp_usermeta` VALUES (15694, 1510, 'last_name', 'Foth') ; 
INSERT INTO `wp_usermeta` VALUES (15695, 1510, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15696, 1510, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (15697, 1510, 'pmpro_baddress1', '1350 Burton Valley Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (15698, 1510, 'pmpro_bcity', 'Nashville') ; 
INSERT INTO `wp_usermeta` VALUES (15699, 1510, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15700, 1510, 'pmpro_bzipcode', '37215') ; 
INSERT INTO `wp_usermeta` VALUES (15701, 1511, 'pmpro_bfirstname', 'Kerry') ; 
INSERT INTO `wp_usermeta` VALUES (15702, 1511, 'pmpro_blastname', 'Dobson') ; 
INSERT INTO `wp_usermeta` VALUES (15703, 1511, 'first_name', 'Kerry') ; 
INSERT INTO `wp_usermeta` VALUES (15704, 1511, 'last_name', 'Dobson') ; 
INSERT INTO `wp_usermeta` VALUES (15705, 1511, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (15706, 1511, 'pmpro_bstate', 'CT') ; 
INSERT INTO `wp_usermeta` VALUES (15707, 1511, 'pmpro_baddress1', '8 Leighton Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (15708, 1511, 'pmpro_bcity', 'Trumbull') ; 
INSERT INTO `wp_usermeta` VALUES (15709, 1511, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15710, 1511, 'pmpro_bzipcode', '06611') ; 
INSERT INTO `wp_usermeta` VALUES (15711, 1512, 'pmpro_bfirstname', 'Kesei') ; 
INSERT INTO `wp_usermeta` VALUES (15712, 1512, 'pmpro_blastname', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15713, 1512, 'first_name', 'Kesei') ; 
INSERT INTO `wp_usermeta` VALUES (15714, 1512, 'last_name', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (15715, 1512, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15716, 1512, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (15717, 1512, 'pmpro_baddress1', '38031 Nan Wesley Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (15718, 1512, 'pmpro_bcity', 'Denham Springs') ; 
INSERT INTO `wp_usermeta` VALUES (15719, 1512, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15720, 1512, 'pmpro_bzipcode', '70706-0425') ; 
INSERT INTO `wp_usermeta` VALUES (15721, 1513, 'pmpro_bfirstname', 'Kesha') ; 
INSERT INTO `wp_usermeta` VALUES (15722, 1513, 'pmpro_blastname', 'Phares') ; 
INSERT INTO `wp_usermeta` VALUES (15723, 1513, 'first_name', 'Kesha') ; 
INSERT INTO `wp_usermeta` VALUES (15724, 1513, 'last_name', 'Phares') ; 
INSERT INTO `wp_usermeta` VALUES (15725, 1513, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (15726, 1513, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (15727, 1513, 'pmpro_baddress1', '3549 York St.') ; 
INSERT INTO `wp_usermeta` VALUES (15728, 1513, 'pmpro_bcity', 'Homestead') ; 
INSERT INTO `wp_usermeta` VALUES (15729, 1513, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15730, 1513, 'pmpro_bzipcode', '15120') ; 
INSERT INTO `wp_usermeta` VALUES (15731, 1514, 'pmpro_bfirstname', 'Kevin') ; 
INSERT INTO `wp_usermeta` VALUES (15732, 1514, 'pmpro_blastname', 'Ivester') ; 
INSERT INTO `wp_usermeta` VALUES (15733, 1514, 'first_name', 'Kevin') ; 
INSERT INTO `wp_usermeta` VALUES (15734, 1514, 'last_name', 'Ivester') ; 
INSERT INTO `wp_usermeta` VALUES (15735, 1514, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15736, 1514, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (15737, 1514, 'pmpro_baddress1', '100 N. Tamie Cir.') ; 
INSERT INTO `wp_usermeta` VALUES (15738, 1514, 'pmpro_bcity', 'Kathleen') ; 
INSERT INTO `wp_usermeta` VALUES (15739, 1514, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15740, 1514, 'pmpro_bzipcode', '31047-9733 ') ; 
INSERT INTO `wp_usermeta` VALUES (15741, 1515, 'pmpro_bfirstname', 'Kevin') ; 
INSERT INTO `wp_usermeta` VALUES (15742, 1515, 'pmpro_blastname', 'Glaeser') ; 
INSERT INTO `wp_usermeta` VALUES (15743, 1515, 'first_name', 'Kevin') ; 
INSERT INTO `wp_usermeta` VALUES (15744, 1515, 'last_name', 'Glaeser') ; 
INSERT INTO `wp_usermeta` VALUES (15745, 1515, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15746, 1515, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (15747, 1515, 'pmpro_baddress1', '2655 S. 35th St.') ; 
INSERT INTO `wp_usermeta` VALUES (15748, 1515, 'pmpro_bcity', 'Manitowoc') ; 
INSERT INTO `wp_usermeta` VALUES (15749, 1515, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15750, 1515, 'pmpro_bzipcode', '54220') ; 
INSERT INTO `wp_usermeta` VALUES (15751, 1516, 'pmpro_bfirstname', 'Kevin') ; 
INSERT INTO `wp_usermeta` VALUES (15752, 1516, 'pmpro_blastname', 'Hils') ; 
INSERT INTO `wp_usermeta` VALUES (15753, 1516, 'first_name', 'Kevin') ; 
INSERT INTO `wp_usermeta` VALUES (15754, 1516, 'last_name', 'Hils') ; 
INSERT INTO `wp_usermeta` VALUES (15755, 1516, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15756, 1516, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (15757, 1516, 'pmpro_baddress1', '2203 W. Doublegate Dr. ') ; 
INSERT INTO `wp_usermeta` VALUES (15758, 1516, 'pmpro_bcity', 'Albany') ; 
INSERT INTO `wp_usermeta` VALUES (15759, 1516, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15760, 1516, 'pmpro_bzipcode', '31121') ; 
INSERT INTO `wp_usermeta` VALUES (15761, 1517, 'pmpro_bfirstname', 'Kevin') ; 
INSERT INTO `wp_usermeta` VALUES (15762, 1517, 'pmpro_blastname', 'Mitchell') ; 
INSERT INTO `wp_usermeta` VALUES (15763, 1517, 'first_name', 'Kevin') ; 
INSERT INTO `wp_usermeta` VALUES (15764, 1517, 'last_name', 'Mitchell') ; 
INSERT INTO `wp_usermeta` VALUES (15765, 1517, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15766, 1517, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (15767, 1517, 'pmpro_baddress1', '28 W. Conti Pkwy.  Apt 1N') ; 
INSERT INTO `wp_usermeta` VALUES (15768, 1517, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (15769, 1517, 'pmpro_bcity', 'Elmwood Park') ; 
INSERT INTO `wp_usermeta` VALUES (15770, 1517, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15771, 1517, 'pmpro_bzipcode', '60707') ; 
INSERT INTO `wp_usermeta` VALUES (15772, 1518, 'pmpro_bfirstname', 'Kevin') ; 
INSERT INTO `wp_usermeta` VALUES (15773, 1518, 'pmpro_blastname', 'Scotti') ; 
INSERT INTO `wp_usermeta` VALUES (15774, 1518, 'first_name', 'Kevin') ; 
INSERT INTO `wp_usermeta` VALUES (15775, 1518, 'last_name', 'Scotti') ; 
INSERT INTO `wp_usermeta` VALUES (15776, 1518, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15777, 1518, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (15778, 1518, 'pmpro_baddress1', '3136 Warren Road') ; 
INSERT INTO `wp_usermeta` VALUES (15779, 1518, 'pmpro_bcity', 'Cleveland') ; 
INSERT INTO `wp_usermeta` VALUES (15780, 1518, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15781, 1518, 'pmpro_bzipcode', '44111') ; 
INSERT INTO `wp_usermeta` VALUES (15782, 1519, 'pmpro_bfirstname', 'Kevin R.') ; 
INSERT INTO `wp_usermeta` VALUES (15783, 1519, 'pmpro_blastname', 'Shelton') ; 
INSERT INTO `wp_usermeta` VALUES (15784, 1519, 'first_name', 'Kevin R.') ; 
INSERT INTO `wp_usermeta` VALUES (15785, 1519, 'last_name', 'Shelton') ; 
INSERT INTO `wp_usermeta` VALUES (15786, 1519, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (15787, 1519, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (15788, 1519, 'pmpro_baddress1', '2505 Krueger Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (15789, 1519, 'pmpro_bcity', 'Tampa') ; 
INSERT INTO `wp_usermeta` VALUES (15790, 1519, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15791, 1519, 'pmpro_bzipcode', '33618-3201') ; 
INSERT INTO `wp_usermeta` VALUES (15792, 1520, 'pmpro_bfirstname', 'Kevin S. ') ; 
INSERT INTO `wp_usermeta` VALUES (15793, 1520, 'pmpro_blastname', 'Wilson') ; 
INSERT INTO `wp_usermeta` VALUES (15794, 1520, 'first_name', 'Kevin S. ') ; 
INSERT INTO `wp_usermeta` VALUES (15795, 1520, 'last_name', 'Wilson') ; 
INSERT INTO `wp_usermeta` VALUES (15796, 1520, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15797, 1520, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (15798, 1520, 'pmpro_baddress1', 'P.O. Box 185') ; 
INSERT INTO `wp_usermeta` VALUES (15799, 1520, 'pmpro_bcity', 'Tuckahoe') ; 
INSERT INTO `wp_usermeta` VALUES (15800, 1520, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15801, 1520, 'pmpro_bzipcode', '08250-0185') ; 
INSERT INTO `wp_usermeta` VALUES (15802, 1521, 'pmpro_bfirstname', 'Kim') ; 
INSERT INTO `wp_usermeta` VALUES (15803, 1521, 'pmpro_blastname', 'Meehan') ; 
INSERT INTO `wp_usermeta` VALUES (15804, 1521, 'first_name', 'Kim') ; 
INSERT INTO `wp_usermeta` VALUES (15805, 1521, 'last_name', 'Meehan') ; 
INSERT INTO `wp_usermeta` VALUES (15806, 1521, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (15807, 1521, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (15808, 1521, 'pmpro_baddress1', '714-10 Dean Park Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (15809, 1521, 'pmpro_bcity', 'Toronto') ; 
INSERT INTO `wp_usermeta` VALUES (15810, 1521, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15811, 1521, 'pmpro_bzipcode', 'M1B 3G8') ; 
INSERT INTO `wp_usermeta` VALUES (15812, 1522, 'pmpro_bfirstname', 'Kim') ; 
INSERT INTO `wp_usermeta` VALUES (15813, 1522, 'pmpro_blastname', 'Blaquera') ; 
INSERT INTO `wp_usermeta` VALUES (15814, 1522, 'first_name', 'Kim') ; 
INSERT INTO `wp_usermeta` VALUES (15815, 1522, 'last_name', 'Blaquera') ; 
INSERT INTO `wp_usermeta` VALUES (15816, 1522, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (15817, 1522, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (15818, 1522, 'pmpro_baddress1', '20230 Summit View Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (15819, 1522, 'pmpro_bcity', 'Canyon Country') ; 
INSERT INTO `wp_usermeta` VALUES (15820, 1522, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15821, 1522, 'pmpro_bzipcode', '91351') ; 
INSERT INTO `wp_usermeta` VALUES (15822, 1523, 'pmpro_bfirstname', 'Kim') ; 
INSERT INTO `wp_usermeta` VALUES (15823, 1523, 'pmpro_blastname', 'Caldwell') ; 
INSERT INTO `wp_usermeta` VALUES (15824, 1523, 'first_name', 'Kim') ; 
INSERT INTO `wp_usermeta` VALUES (15825, 1523, 'last_name', 'Caldwell') ; 
INSERT INTO `wp_usermeta` VALUES (15826, 1523, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15827, 1523, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (15828, 1523, 'pmpro_baddress1', '20110 Third Pl.') ; 
INSERT INTO `wp_usermeta` VALUES (15829, 1523, 'pmpro_bcity', 'Escondido') ; 
INSERT INTO `wp_usermeta` VALUES (15830, 1523, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15831, 1523, 'pmpro_bzipcode', '92029') ; 
INSERT INTO `wp_usermeta` VALUES (10826143, 621, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (10826526, 2579, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (10826527, 2579, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"June 13, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (10826061, 2589, '_yoast_wpseo_profile_updated', '1402411066') ; 
INSERT INTO `wp_usermeta` VALUES (10826060, 2589, 'wpseo_metakey', '') ; 
INSERT INTO `wp_usermeta` VALUES (10826059, 2589, 'wpseo_metadesc', '') ; 
INSERT INTO `wp_usermeta` VALUES (10826058, 2589, 'wpseo_title', '') ; 
INSERT INTO `wp_usermeta` VALUES (15842, 1525, 'pmpro_bfirstname', 'Kim') ; 
INSERT INTO `wp_usermeta` VALUES (15843, 1525, 'pmpro_blastname', 'Callis') ; 
INSERT INTO `wp_usermeta` VALUES (15844, 1525, 'first_name', 'Kim') ; 
INSERT INTO `wp_usermeta` VALUES (15845, 1525, 'last_name', 'Callis') ; 
INSERT INTO `wp_usermeta` VALUES (15846, 1525, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (15847, 1525, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (15848, 1525, 'pmpro_baddress1', '1059 Whittier Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (15849, 1525, 'pmpro_bcity', 'Akron') ; 
INSERT INTO `wp_usermeta` VALUES (15850, 1525, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15851, 1525, 'pmpro_bzipcode', '44320') ; 
INSERT INTO `wp_usermeta` VALUES (15852, 1526, 'pmpro_bfirstname', 'Kim') ; 
INSERT INTO `wp_usermeta` VALUES (15853, 1526, 'pmpro_blastname', 'Voyle Ph.D.') ; 
INSERT INTO `wp_usermeta` VALUES (15854, 1526, 'first_name', 'Kim') ; 
INSERT INTO `wp_usermeta` VALUES (15855, 1526, 'last_name', 'Voyle Ph.D.') ; 
INSERT INTO `wp_usermeta` VALUES (15856, 1526, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (15857, 1526, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (15858, 1526, 'pmpro_baddress1', '24965 NW Pederson Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (15859, 1526, 'pmpro_bcity', 'Hillsboro') ; 
INSERT INTO `wp_usermeta` VALUES (15860, 1526, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15861, 1526, 'pmpro_bzipcode', '97124') ; 
INSERT INTO `wp_usermeta` VALUES (15862, 1527, 'pmpro_bfirstname', 'Kim') ; 
INSERT INTO `wp_usermeta` VALUES (15863, 1527, 'pmpro_blastname', 'Downey') ; 
INSERT INTO `wp_usermeta` VALUES (15864, 1527, 'first_name', 'Kim') ; 
INSERT INTO `wp_usermeta` VALUES (15865, 1527, 'last_name', 'Downey') ; 
INSERT INTO `wp_usermeta` VALUES (15866, 1527, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15867, 1527, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (15868, 1527, 'pmpro_baddress1', '6627 Devonshire Ave.  Apt 2E') ; 
INSERT INTO `wp_usermeta` VALUES (15869, 1527, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (15870, 1527, 'pmpro_bcity', 'St. Louis') ; 
INSERT INTO `wp_usermeta` VALUES (15871, 1527, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15872, 1527, 'pmpro_bzipcode', '63109') ; 
INSERT INTO `wp_usermeta` VALUES (15873, 1528, 'pmpro_bfirstname', 'Kim') ; 
INSERT INTO `wp_usermeta` VALUES (15874, 1528, 'pmpro_blastname', 'Montgomery') ; 
INSERT INTO `wp_usermeta` VALUES (15875, 1528, 'first_name', 'Kim') ; 
INSERT INTO `wp_usermeta` VALUES (15876, 1528, 'last_name', 'Montgomery') ; 
INSERT INTO `wp_usermeta` VALUES (15877, 1528, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15878, 1528, 'pmpro_bstate', 'MT') ; 
INSERT INTO `wp_usermeta` VALUES (15879, 1528, 'pmpro_baddress1', '3926 Victory Circle - Apt 73') ; 
INSERT INTO `wp_usermeta` VALUES (15880, 1528, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (15881, 1528, 'pmpro_bcity', 'Billings') ; 
INSERT INTO `wp_usermeta` VALUES (15882, 1528, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15883, 1528, 'pmpro_bzipcode', '59102') ; 
INSERT INTO `wp_usermeta` VALUES (15884, 1529, 'pmpro_bfirstname', 'Kim') ; 
INSERT INTO `wp_usermeta` VALUES (15885, 1529, 'pmpro_blastname', 'Dangelo-Kezer') ; 
INSERT INTO `wp_usermeta` VALUES (15886, 1529, 'first_name', 'Kim') ; 
INSERT INTO `wp_usermeta` VALUES (15887, 1529, 'last_name', 'Dangelo-Kezer') ; 
INSERT INTO `wp_usermeta` VALUES (15888, 1529, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (15889, 1529, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (15890, 1529, 'pmpro_baddress1', '86 High St.') ; 
INSERT INTO `wp_usermeta` VALUES (15891, 1529, 'pmpro_bcity', 'Amesbury') ; 
INSERT INTO `wp_usermeta` VALUES (15892, 1529, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15893, 1529, 'pmpro_bzipcode', '01913-1415') ; 
INSERT INTO `wp_usermeta` VALUES (15894, 1529, 'uxf_specialtags', 'MAIL') ; 
INSERT INTO `wp_usermeta` VALUES (15895, 1530, 'pmpro_bfirstname', 'Kim') ; 
INSERT INTO `wp_usermeta` VALUES (15896, 1530, 'pmpro_blastname', 'Morrell') ; 
INSERT INTO `wp_usermeta` VALUES (15897, 1530, 'first_name', 'Kim') ; 
INSERT INTO `wp_usermeta` VALUES (15898, 1530, 'last_name', 'Morrell') ; 
INSERT INTO `wp_usermeta` VALUES (15899, 1530, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15900, 1530, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (15901, 1530, 'pmpro_baddress1', '2070 Mesa Dr. SE') ; 
INSERT INTO `wp_usermeta` VALUES (15902, 1530, 'pmpro_bcity', 'Atlanta') ; 
INSERT INTO `wp_usermeta` VALUES (15903, 1530, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15904, 1530, 'pmpro_bzipcode', '30316') ; 
INSERT INTO `wp_usermeta` VALUES (15905, 1531, 'pmpro_bfirstname', 'Kim A. ') ; 
INSERT INTO `wp_usermeta` VALUES (15906, 1531, 'pmpro_blastname', 'Pike') ; 
INSERT INTO `wp_usermeta` VALUES (15907, 1531, 'first_name', 'Kim A. ') ; 
INSERT INTO `wp_usermeta` VALUES (15908, 1531, 'last_name', 'Pike') ; 
INSERT INTO `wp_usermeta` VALUES (15909, 1531, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15910, 1531, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (15911, 1531, 'pmpro_baddress1', '2434 E. 110th Place') ; 
INSERT INTO `wp_usermeta` VALUES (15912, 1531, 'pmpro_bcity', 'Northglenn') ; 
INSERT INTO `wp_usermeta` VALUES (15913, 1531, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15914, 1531, 'pmpro_bzipcode', '80233') ; 
INSERT INTO `wp_usermeta` VALUES (15915, 1532, 'pmpro_bfirstname', 'Kimberlee') ; 
INSERT INTO `wp_usermeta` VALUES (15916, 1532, 'pmpro_blastname', 'Clark') ; 
INSERT INTO `wp_usermeta` VALUES (15917, 1532, 'first_name', 'Kimberlee') ; 
INSERT INTO `wp_usermeta` VALUES (15918, 1532, 'last_name', 'Clark') ; 
INSERT INTO `wp_usermeta` VALUES (15919, 1532, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15920, 1532, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (15921, 1532, 'pmpro_baddress1', '15016 269th Ave. SE') ; 
INSERT INTO `wp_usermeta` VALUES (15922, 1532, 'pmpro_bcity', 'Issaquah') ; 
INSERT INTO `wp_usermeta` VALUES (15923, 1532, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15924, 1532, 'pmpro_bzipcode', '98027') ; 
INSERT INTO `wp_usermeta` VALUES (15925, 1533, 'pmpro_bfirstname', 'Kimberley') ; 
INSERT INTO `wp_usermeta` VALUES (15926, 1533, 'pmpro_blastname', 'Tovee') ; 
INSERT INTO `wp_usermeta` VALUES (15927, 1533, 'first_name', 'Kimberley') ; 
INSERT INTO `wp_usermeta` VALUES (15928, 1533, 'last_name', 'Tovee') ; 
INSERT INTO `wp_usermeta` VALUES (15929, 1533, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (15930, 1533, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (15931, 1533, 'pmpro_baddress1', '1035 Tilbury St.') ; 
INSERT INTO `wp_usermeta` VALUES (15932, 1533, 'pmpro_bcity', 'Oshawa') ; 
INSERT INTO `wp_usermeta` VALUES (15933, 1533, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15934, 1533, 'pmpro_bzipcode', 'L1H 8W3') ; 
INSERT INTO `wp_usermeta` VALUES (15935, 1534, 'pmpro_bfirstname', 'Kimberley') ; 
INSERT INTO `wp_usermeta` VALUES (15936, 1534, 'pmpro_blastname', 'Janke') ; 
INSERT INTO `wp_usermeta` VALUES (15937, 1534, 'first_name', 'Kimberley') ; 
INSERT INTO `wp_usermeta` VALUES (15938, 1534, 'last_name', 'Janke') ; 
INSERT INTO `wp_usermeta` VALUES (15939, 1534, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (15940, 1534, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (15941, 1534, 'pmpro_baddress1', '4172 Moraga Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (15942, 1534, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (15943, 1534, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15944, 1534, 'pmpro_bzipcode', '92117') ; 
INSERT INTO `wp_usermeta` VALUES (15945, 1535, 'pmpro_bfirstname', 'Kimberley') ; 
INSERT INTO `wp_usermeta` VALUES (15946, 1535, 'pmpro_blastname', 'Hoch') ; 
INSERT INTO `wp_usermeta` VALUES (15947, 1535, 'first_name', 'Kimberley') ; 
INSERT INTO `wp_usermeta` VALUES (15948, 1535, 'last_name', 'Hoch') ; 
INSERT INTO `wp_usermeta` VALUES (15949, 1535, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15950, 1535, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (15951, 1535, 'pmpro_baddress1', '7814 Holmes Run Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (15952, 1535, 'pmpro_bcity', 'Falls Church') ; 
INSERT INTO `wp_usermeta` VALUES (15953, 1535, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15954, 1535, 'pmpro_bzipcode', '22042') ; 
INSERT INTO `wp_usermeta` VALUES (15955, 1536, 'pmpro_bfirstname', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (15956, 1536, 'pmpro_blastname', 'Susukida: Safari West') ; 
INSERT INTO `wp_usermeta` VALUES (15957, 1536, 'first_name', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (15958, 1536, 'last_name', 'Susukida') ; 
INSERT INTO `wp_usermeta` VALUES (15959, 1536, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (15960, 1536, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (15961, 1536, 'pmpro_baddress1', '3115 Porter Creek Road') ; 
INSERT INTO `wp_usermeta` VALUES (15962, 1536, 'pmpro_bcity', 'Santa Rosa') ; 
INSERT INTO `wp_usermeta` VALUES (15963, 1536, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15964, 1536, 'pmpro_bzipcode', '95404') ; 
INSERT INTO `wp_usermeta` VALUES (15965, 1537, 'pmpro_bfirstname', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (15966, 1537, 'pmpro_blastname', 'Behnen') ; 
INSERT INTO `wp_usermeta` VALUES (15967, 1537, 'first_name', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (15968, 1537, 'last_name', 'Behnen') ; 
INSERT INTO `wp_usermeta` VALUES (15969, 1537, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15970, 1537, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (15971, 1537, 'pmpro_baddress1', 'PO Box 272') ; 
INSERT INTO `wp_usermeta` VALUES (15972, 1537, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (15973, 1537, 'pmpro_bcity', 'Marathon') ; 
INSERT INTO `wp_usermeta` VALUES (15974, 1537, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15975, 1537, 'pmpro_bzipcode', '79842') ; 
INSERT INTO `wp_usermeta` VALUES (15976, 1538, 'pmpro_bfirstname', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (15977, 1538, 'pmpro_blastname', 'Shields') ; 
INSERT INTO `wp_usermeta` VALUES (15978, 1538, 'first_name', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (15979, 1538, 'last_name', 'Shields') ; 
INSERT INTO `wp_usermeta` VALUES (15980, 1538, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15981, 1538, 'pmpro_bstate', 'MT') ; 
INSERT INTO `wp_usermeta` VALUES (15982, 1538, 'pmpro_baddress1', 'P.O. Box 2155') ; 
INSERT INTO `wp_usermeta` VALUES (15983, 1538, 'pmpro_bcity', 'W. Yellowstone') ; 
INSERT INTO `wp_usermeta` VALUES (15984, 1538, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15985, 1538, 'pmpro_bzipcode', '59758') ; 
INSERT INTO `wp_usermeta` VALUES (15986, 1539, 'pmpro_bfirstname', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (15987, 1539, 'pmpro_blastname', 'Hentz') ; 
INSERT INTO `wp_usermeta` VALUES (15988, 1539, 'first_name', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (15989, 1539, 'last_name', 'Hentz') ; 
INSERT INTO `wp_usermeta` VALUES (15990, 1539, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (15991, 1539, 'pmpro_bstate', 'CT') ; 
INSERT INTO `wp_usermeta` VALUES (15992, 1539, 'pmpro_baddress1', '119 Shawmut Avenue') ; 
INSERT INTO `wp_usermeta` VALUES (15993, 1539, 'pmpro_bcity', 'N. Haven') ; 
INSERT INTO `wp_usermeta` VALUES (15994, 1539, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (15995, 1539, 'pmpro_bzipcode', '6473') ; 
INSERT INTO `wp_usermeta` VALUES (15996, 1540, 'pmpro_bfirstname', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (15997, 1540, 'pmpro_blastname', 'McMunn') ; 
INSERT INTO `wp_usermeta` VALUES (15998, 1540, 'first_name', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (15999, 1540, 'last_name', 'McMunn') ; 
INSERT INTO `wp_usermeta` VALUES (16000, 1540, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (16001, 1540, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (16002, 1540, 'pmpro_baddress1', 'P.O. Box 53') ; 
INSERT INTO `wp_usermeta` VALUES (16003, 1540, 'pmpro_bcity', 'Dayton') ; 
INSERT INTO `wp_usermeta` VALUES (16004, 1540, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16005, 1540, 'pmpro_bzipcode', '47941') ; 
INSERT INTO `wp_usermeta` VALUES (16006, 1541, 'pmpro_bfirstname', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (16007, 1541, 'pmpro_blastname', 'Garcia') ; 
INSERT INTO `wp_usermeta` VALUES (16008, 1541, 'first_name', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (16009, 1541, 'last_name', 'Garcia') ; 
INSERT INTO `wp_usermeta` VALUES (16010, 1541, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16011, 1541, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (16012, 1541, 'pmpro_baddress1', '18528 E. Laxford Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (16013, 1541, 'pmpro_bcity', 'Covina') ; 
INSERT INTO `wp_usermeta` VALUES (16014, 1541, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16015, 1541, 'pmpro_bzipcode', '91722') ; 
INSERT INTO `wp_usermeta` VALUES (16016, 1542, 'pmpro_bfirstname', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (16017, 1542, 'pmpro_blastname', 'Thomson') ; 
INSERT INTO `wp_usermeta` VALUES (16018, 1542, 'first_name', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (16019, 1542, 'last_name', 'Thomson') ; 
INSERT INTO `wp_usermeta` VALUES (16020, 1542, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16021, 1542, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (16022, 1542, 'pmpro_baddress1', '11382 SW 236th St.') ; 
INSERT INTO `wp_usermeta` VALUES (16023, 1542, 'pmpro_bcity', 'Homestead') ; 
INSERT INTO `wp_usermeta` VALUES (16024, 1542, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16025, 1542, 'pmpro_bzipcode', '33032') ; 
INSERT INTO `wp_usermeta` VALUES (16026, 1543, 'pmpro_bfirstname', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (16027, 1543, 'pmpro_blastname', 'Van Wormer') ; 
INSERT INTO `wp_usermeta` VALUES (16028, 1543, 'first_name', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (16029, 1543, 'last_name', 'Van Wormer') ; 
INSERT INTO `wp_usermeta` VALUES (16030, 1543, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16031, 1543, 'pmpro_bstate', 'CT') ; 
INSERT INTO `wp_usermeta` VALUES (16032, 1543, 'pmpro_baddress1', '11 Serene Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (16033, 1543, 'pmpro_bcity', 'Shelton') ; 
INSERT INTO `wp_usermeta` VALUES (16034, 1543, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16035, 1543, 'pmpro_bzipcode', '06484-5202') ; 
INSERT INTO `wp_usermeta` VALUES (16036, 1544, 'pmpro_bfirstname', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (16037, 1544, 'pmpro_blastname', 'Boyd') ; 
INSERT INTO `wp_usermeta` VALUES (16038, 1544, 'first_name', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (16039, 1544, 'last_name', 'Boyd') ; 
INSERT INTO `wp_usermeta` VALUES (16040, 1544, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16041, 1544, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (16042, 1544, 'pmpro_baddress1', '2070 Zoo Lane') ; 
INSERT INTO `wp_usermeta` VALUES (16043, 1544, 'pmpro_bcity', 'Abilene') ; 
INSERT INTO `wp_usermeta` VALUES (16044, 1544, 'uxf_organization', 'Abilene Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (16045, 1544, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16046, 1544, 'pmpro_bzipcode', '79602') ; 
INSERT INTO `wp_usermeta` VALUES (16047, 1545, 'pmpro_bfirstname', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (16048, 1545, 'pmpro_blastname', 'Cook') ; 
INSERT INTO `wp_usermeta` VALUES (16049, 1545, 'first_name', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (16050, 1545, 'last_name', 'Cook') ; 
INSERT INTO `wp_usermeta` VALUES (16051, 1545, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16052, 1545, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (16053, 1545, 'pmpro_baddress1', '7 Aurora Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (16054, 1545, 'pmpro_bcity', 'Durham') ; 
INSERT INTO `wp_usermeta` VALUES (16055, 1545, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16056, 1545, 'pmpro_bzipcode', '27713') ; 
INSERT INTO `wp_usermeta` VALUES (16057, 1546, 'pmpro_bfirstname', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (16058, 1546, 'pmpro_blastname', 'Cooper') ; 
INSERT INTO `wp_usermeta` VALUES (16059, 1546, 'first_name', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (16060, 1546, 'last_name', 'Cooper') ; 
INSERT INTO `wp_usermeta` VALUES (16061, 1546, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16062, 1546, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (16063, 1546, 'pmpro_baddress1', '118 E. Adams Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (16064, 1546, 'pmpro_bcity', 'Pueblo') ; 
INSERT INTO `wp_usermeta` VALUES (16065, 1546, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16066, 1546, 'pmpro_bzipcode', '81004') ; 
INSERT INTO `wp_usermeta` VALUES (16067, 1547, 'pmpro_bfirstname', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (16068, 1547, 'pmpro_blastname', 'Heyne') ; 
INSERT INTO `wp_usermeta` VALUES (16069, 1547, 'first_name', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (16070, 1547, 'last_name', 'Heyne') ; 
INSERT INTO `wp_usermeta` VALUES (16071, 1547, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16072, 1547, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (16073, 1547, 'pmpro_baddress1', '12814 Prestwick Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (16074, 1547, 'pmpro_bcity', 'Ft. Washington') ; 
INSERT INTO `wp_usermeta` VALUES (16075, 1547, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16076, 1547, 'pmpro_bzipcode', '20744') ; 
INSERT INTO `wp_usermeta` VALUES (16077, 1548, 'pmpro_bfirstname', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (16078, 1548, 'pmpro_blastname', 'Wanders') ; 
INSERT INTO `wp_usermeta` VALUES (16079, 1548, 'first_name', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (16080, 1548, 'last_name', 'Wanders') ; 
INSERT INTO `wp_usermeta` VALUES (16081, 1548, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16082, 1548, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (16083, 1548, 'pmpro_baddress1', '504 McClellan Ave.  Apt 9') ; 
INSERT INTO `wp_usermeta` VALUES (16084, 1548, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (16085, 1548, 'pmpro_bcity', 'Monterey') ; 
INSERT INTO `wp_usermeta` VALUES (16086, 1548, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16087, 1548, 'pmpro_bzipcode', '93940') ; 
INSERT INTO `wp_usermeta` VALUES (16088, 1549, 'pmpro_bfirstname', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (16089, 1549, 'pmpro_blastname', 'Warren') ; 
INSERT INTO `wp_usermeta` VALUES (16090, 1549, 'first_name', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (16091, 1549, 'last_name', 'Warren') ; 
INSERT INTO `wp_usermeta` VALUES (16092, 1549, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16093, 1549, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (16094, 1549, 'pmpro_baddress1', '543 Gardiner Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (16095, 1549, 'pmpro_bcity', 'Richmond') ; 
INSERT INTO `wp_usermeta` VALUES (16096, 1549, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16097, 1549, 'pmpro_bzipcode', '02892-1070') ; 
INSERT INTO `wp_usermeta` VALUES (16098, 1550, 'pmpro_bfirstname', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (16099, 1550, 'pmpro_blastname', 'Schmidt') ; 
INSERT INTO `wp_usermeta` VALUES (16100, 1550, 'first_name', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (16101, 1550, 'last_name', 'Schmidt') ; 
INSERT INTO `wp_usermeta` VALUES (16102, 1550, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16103, 1550, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (16104, 1550, 'pmpro_baddress1', '1225 Laurel Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (16105, 1550, 'pmpro_bcity', 'Warminster') ; 
INSERT INTO `wp_usermeta` VALUES (16106, 1550, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16107, 1550, 'pmpro_bzipcode', '18974') ; 
INSERT INTO `wp_usermeta` VALUES (16108, 1551, 'pmpro_bfirstname', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (16109, 1551, 'pmpro_blastname', 'Sweigard') ; 
INSERT INTO `wp_usermeta` VALUES (16110, 1551, 'first_name', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (16111, 1551, 'last_name', 'Sweigard') ; 
INSERT INTO `wp_usermeta` VALUES (16112, 1551, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (16113, 1551, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (16114, 1551, 'pmpro_baddress1', '7306 Kitchens Drive') ; 
INSERT INTO `wp_usermeta` VALUES (16115, 1551, 'pmpro_bcity', 'Marriottsville') ; 
INSERT INTO `wp_usermeta` VALUES (16116, 1551, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16117, 1551, 'pmpro_bzipcode', '21104') ; 
INSERT INTO `wp_usermeta` VALUES (16118, 1552, 'pmpro_bfirstname', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (16119, 1552, 'pmpro_blastname', 'Simpkins') ; 
INSERT INTO `wp_usermeta` VALUES (16120, 1552, 'first_name', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (16121, 1552, 'last_name', 'Simpkins') ; 
INSERT INTO `wp_usermeta` VALUES (16122, 1552, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16123, 1552, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (16124, 1552, 'pmpro_baddress1', '11 Linda Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (16125, 1552, 'pmpro_bcity', 'Cape May') ; 
INSERT INTO `wp_usermeta` VALUES (16126, 1552, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16127, 1552, 'pmpro_bzipcode', '8204') ; 
INSERT INTO `wp_usermeta` VALUES (16128, 1553, 'pmpro_bfirstname', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (16129, 1553, 'pmpro_blastname', 'Allen') ; 
INSERT INTO `wp_usermeta` VALUES (16130, 1553, 'first_name', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (16131, 1553, 'last_name', 'Allen') ; 
INSERT INTO `wp_usermeta` VALUES (16132, 1553, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16133, 1553, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (16134, 1553, 'pmpro_baddress1', '1106 Chapel Hill Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (16135, 1553, 'pmpro_bcity', 'Burlington') ; 
INSERT INTO `wp_usermeta` VALUES (16136, 1553, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16137, 1553, 'pmpro_bzipcode', '27215') ; 
INSERT INTO `wp_usermeta` VALUES (16138, 1554, 'pmpro_bfirstname', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (16139, 1554, 'pmpro_blastname', 'Sopchak') ; 
INSERT INTO `wp_usermeta` VALUES (16140, 1554, 'first_name', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (16141, 1554, 'last_name', 'Sopchak') ; 
INSERT INTO `wp_usermeta` VALUES (16142, 1554, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16143, 1554, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (16144, 1554, 'pmpro_baddress1', '2160 Westchester Dr. Apt 8') ; 
INSERT INTO `wp_usermeta` VALUES (16145, 1554, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (16146, 1554, 'pmpro_bcity', 'Memphis') ; 
INSERT INTO `wp_usermeta` VALUES (16147, 1554, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16148, 1554, 'pmpro_bzipcode', '38134') ; 
INSERT INTO `wp_usermeta` VALUES (16149, 1555, 'pmpro_bfirstname', 'Kimberly A.') ; 
INSERT INTO `wp_usermeta` VALUES (16150, 1555, 'pmpro_blastname', 'Harp') ; 
INSERT INTO `wp_usermeta` VALUES (16151, 1555, 'first_name', 'Kimberly A.') ; 
INSERT INTO `wp_usermeta` VALUES (16152, 1555, 'last_name', 'Harp') ; 
INSERT INTO `wp_usermeta` VALUES (16153, 1555, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (16154, 1555, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (16155, 1555, 'pmpro_baddress1', '2086 Winnetka Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (16156, 1555, 'pmpro_bcity', 'Orlando') ; 
INSERT INTO `wp_usermeta` VALUES (16157, 1555, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16158, 1555, 'pmpro_bzipcode', '32818') ; 
INSERT INTO `wp_usermeta` VALUES (16159, 1556, 'pmpro_bfirstname', 'Kira') ; 
INSERT INTO `wp_usermeta` VALUES (16160, 1556, 'pmpro_blastname', 'Goettsch') ; 
INSERT INTO `wp_usermeta` VALUES (16161, 1556, 'first_name', 'Kira') ; 
INSERT INTO `wp_usermeta` VALUES (16162, 1556, 'last_name', 'Goettsch') ; 
INSERT INTO `wp_usermeta` VALUES (16163, 1556, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16164, 1556, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (16165, 1556, 'pmpro_baddress1', '6441 W. McDowell Rd.  Apt 2116') ; 
INSERT INTO `wp_usermeta` VALUES (16166, 1556, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (16167, 1556, 'pmpro_bcity', 'Phoenix') ; 
INSERT INTO `wp_usermeta` VALUES (16168, 1556, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16169, 1556, 'pmpro_bzipcode', '85035') ; 
INSERT INTO `wp_usermeta` VALUES (16170, 1557, 'pmpro_bfirstname', 'Kirsten') ; 
INSERT INTO `wp_usermeta` VALUES (16171, 1557, 'pmpro_blastname', 'Strobridge') ; 
INSERT INTO `wp_usermeta` VALUES (16172, 1557, 'first_name', 'Kirsten') ; 
INSERT INTO `wp_usermeta` VALUES (16173, 1557, 'last_name', 'Strobridge') ; 
INSERT INTO `wp_usermeta` VALUES (16174, 1557, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16175, 1557, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (16176, 1557, 'pmpro_baddress1', '925 Baltic St.') ; 
INSERT INTO `wp_usermeta` VALUES (16177, 1557, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (16178, 1557, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16179, 1557, 'pmpro_bzipcode', '80903') ; 
INSERT INTO `wp_usermeta` VALUES (16180, 1558, 'pmpro_bfirstname', 'Kirsten') ; 
INSERT INTO `wp_usermeta` VALUES (16181, 1558, 'pmpro_blastname', 'Wahlquist') ; 
INSERT INTO `wp_usermeta` VALUES (16182, 1558, 'first_name', 'Kirsten') ; 
INSERT INTO `wp_usermeta` VALUES (16183, 1558, 'last_name', 'Wahlquist') ; 
INSERT INTO `wp_usermeta` VALUES (16184, 1558, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16185, 1558, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (16186, 1558, 'pmpro_baddress1', '4548 168th Ave. SE') ; 
INSERT INTO `wp_usermeta` VALUES (16187, 1558, 'pmpro_bcity', 'Issaquah') ; 
INSERT INTO `wp_usermeta` VALUES (16188, 1558, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16189, 1558, 'pmpro_bzipcode', '98027-9025') ; 
INSERT INTO `wp_usermeta` VALUES (16190, 1559, 'pmpro_bfirstname', 'Kirsten') ; 
INSERT INTO `wp_usermeta` VALUES (16191, 1559, 'pmpro_blastname', 'Everett') ; 
INSERT INTO `wp_usermeta` VALUES (16192, 1559, 'first_name', 'Kirsten') ; 
INSERT INTO `wp_usermeta` VALUES (16193, 1559, 'last_name', 'Everett') ; 
INSERT INTO `wp_usermeta` VALUES (16194, 1559, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16195, 1559, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (16196, 1559, 'pmpro_baddress1', '20 Mayhew St.') ; 
INSERT INTO `wp_usermeta` VALUES (16197, 1559, 'pmpro_bcity', 'Hopkinton') ; 
INSERT INTO `wp_usermeta` VALUES (16198, 1559, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16199, 1559, 'pmpro_bzipcode', '1748') ; 
INSERT INTO `wp_usermeta` VALUES (16200, 1560, 'pmpro_bfirstname', 'Kristen') ; 
INSERT INTO `wp_usermeta` VALUES (16201, 1560, 'pmpro_blastname', 'Clark') ; 
INSERT INTO `wp_usermeta` VALUES (16202, 1560, 'first_name', 'Kirstin') ; 
INSERT INTO `wp_usermeta` VALUES (16203, 1560, 'last_name', 'Clapham') ; 
INSERT INTO `wp_usermeta` VALUES (16204, 1560, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16205, 1560, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (16206, 1560, 'pmpro_baddress1', '2450 Smoky Road') ; 
INSERT INTO `wp_usermeta` VALUES (16207, 1560, 'pmpro_bcity', 'Huntingtown') ; 
INSERT INTO `wp_usermeta` VALUES (16208, 1560, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16209, 1560, 'pmpro_bzipcode', '20639') ; 
INSERT INTO `wp_usermeta` VALUES (16210, 1561, 'pmpro_bfirstname', 'Kisha') ; 
INSERT INTO `wp_usermeta` VALUES (16211, 1561, 'pmpro_blastname', 'Bishop') ; 
INSERT INTO `wp_usermeta` VALUES (16212, 1561, 'first_name', 'Kisha') ; 
INSERT INTO `wp_usermeta` VALUES (16213, 1561, 'last_name', 'Bishop') ; 
INSERT INTO `wp_usermeta` VALUES (16214, 1561, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16215, 1561, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (16216, 1561, 'pmpro_baddress1', '4140 Autumn Heights Dr.  Unit E') ; 
INSERT INTO `wp_usermeta` VALUES (16217, 1561, 'pmpro_baddress2', 'Unit E') ; 
INSERT INTO `wp_usermeta` VALUES (16218, 1561, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (16219, 1561, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16220, 1561, 'pmpro_bzipcode', '80906') ; 
INSERT INTO `wp_usermeta` VALUES (16221, 1562, 'pmpro_bfirstname', 'Klishaya') ; 
INSERT INTO `wp_usermeta` VALUES (16222, 1562, 'pmpro_blastname', 'Workman') ; 
INSERT INTO `wp_usermeta` VALUES (16223, 1562, 'first_name', 'Klishaya') ; 
INSERT INTO `wp_usermeta` VALUES (16224, 1562, 'last_name', 'Workman') ; 
INSERT INTO `wp_usermeta` VALUES (16225, 1562, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (16226, 1562, 'pmpro_bstate', 'SC') ; 
INSERT INTO `wp_usermeta` VALUES (16227, 1562, 'pmpro_baddress1', '551 Riverhill Circle - Apt 531') ; 
INSERT INTO `wp_usermeta` VALUES (16228, 1562, 'pmpro_bcity', 'Columbia') ; 
INSERT INTO `wp_usermeta` VALUES (16229, 1562, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16230, 1562, 'pmpro_bzipcode', '29210') ; 
INSERT INTO `wp_usermeta` VALUES (16231, 1563, 'pmpro_bfirstname', 'Knox') ; 
INSERT INTO `wp_usermeta` VALUES (16232, 1563, 'pmpro_blastname', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (16233, 1563, 'first_name', 'Knox') ; 
INSERT INTO `wp_usermeta` VALUES (16234, 1563, 'last_name', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (16235, 1563, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16236, 1563, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (16237, 1563, 'pmpro_baddress1', '1176 Dearing Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (16238, 1563, 'pmpro_bcity', 'Memphis') ; 
INSERT INTO `wp_usermeta` VALUES (16239, 1563, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16240, 1563, 'pmpro_bzipcode', '38117-6148') ; 
INSERT INTO `wp_usermeta` VALUES (16241, 1564, 'pmpro_bfirstname', 'Kontessa') ; 
INSERT INTO `wp_usermeta` VALUES (16242, 1564, 'pmpro_blastname', 'St. Clair') ; 
INSERT INTO `wp_usermeta` VALUES (16243, 1564, 'first_name', 'Kontessa') ; 
INSERT INTO `wp_usermeta` VALUES (16244, 1564, 'last_name', 'St. Clair') ; 
INSERT INTO `wp_usermeta` VALUES (16245, 1564, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16246, 1564, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (16247, 1564, 'pmpro_baddress1', '1100 Stoutamire Drive') ; 
INSERT INTO `wp_usermeta` VALUES (16248, 1564, 'pmpro_bcity', 'Salem') ; 
INSERT INTO `wp_usermeta` VALUES (16249, 1564, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16250, 1564, 'pmpro_bzipcode', '24153') ; 
INSERT INTO `wp_usermeta` VALUES (16251, 1565, 'pmpro_bfirstname', 'Delaware Valley College') ; 
INSERT INTO `wp_usermeta` VALUES (16252, 1565, 'pmpro_blastname', '') ; 
INSERT INTO `wp_usermeta` VALUES (16253, 1565, 'first_name', 'Delaware Valley College') ; 
INSERT INTO `wp_usermeta` VALUES (16254, 1565, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (16255, 1565, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16256, 1565, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (16257, 1565, 'pmpro_baddress1', '700 E. Butler Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (16258, 1565, 'pmpro_bcity', 'Doylestown') ; 
INSERT INTO `wp_usermeta` VALUES (16259, 1565, 'uxf_organization', 'Krauskopf Library') ; 
INSERT INTO `wp_usermeta` VALUES (16260, 1565, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16261, 1565, 'pmpro_bzipcode', '18901') ; 
INSERT INTO `wp_usermeta` VALUES (16262, 1566, 'pmpro_bfirstname', 'Kresimir') ; 
INSERT INTO `wp_usermeta` VALUES (16263, 1566, 'pmpro_blastname', 'Golenja') ; 
INSERT INTO `wp_usermeta` VALUES (16264, 1566, 'first_name', 'Kresimir') ; 
INSERT INTO `wp_usermeta` VALUES (16265, 1566, 'last_name', 'Golenja') ; 
INSERT INTO `wp_usermeta` VALUES (16266, 1566, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16267, 1566, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (16268, 1566, 'pmpro_baddress1', '8875 SW 147th Ave.  Apt 1130') ; 
INSERT INTO `wp_usermeta` VALUES (16269, 1566, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (16270, 1566, 'pmpro_bcity', 'Miami') ; 
INSERT INTO `wp_usermeta` VALUES (16271, 1566, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16272, 1566, 'pmpro_bzipcode', '33196-1401') ; 
INSERT INTO `wp_usermeta` VALUES (16273, 1567, 'pmpro_bfirstname', 'Kris') ; 
INSERT INTO `wp_usermeta` VALUES (16274, 1567, 'pmpro_blastname', 'Willis') ; 
INSERT INTO `wp_usermeta` VALUES (16275, 1567, 'first_name', 'Kris') ; 
INSERT INTO `wp_usermeta` VALUES (16276, 1567, 'last_name', 'Willis') ; 
INSERT INTO `wp_usermeta` VALUES (16277, 1567, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (16278, 1567, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (16279, 1567, 'pmpro_baddress1', '726 E. Orange Grove Ave. Apt E') ; 
INSERT INTO `wp_usermeta` VALUES (16280, 1567, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (16281, 1567, 'pmpro_bcity', 'Burbank') ; 
INSERT INTO `wp_usermeta` VALUES (16282, 1567, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16283, 1567, 'pmpro_bzipcode', '91501-2129') ; 
INSERT INTO `wp_usermeta` VALUES (16284, 1568, 'pmpro_bfirstname', 'Krissi') ; 
INSERT INTO `wp_usermeta` VALUES (16285, 1568, 'pmpro_blastname', 'Newman:  Director') ; 
INSERT INTO `wp_usermeta` VALUES (16286, 1568, 'first_name', 'Rescue Ranch') ; 
INSERT INTO `wp_usermeta` VALUES (16287, 1568, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (16288, 1568, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16289, 1568, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (16290, 1568, 'pmpro_baddress1', 'PO Box 5998') ; 
INSERT INTO `wp_usermeta` VALUES (16291, 1568, 'pmpro_bcity', 'Statesville') ; 
INSERT INTO `wp_usermeta` VALUES (16292, 1568, 'uxf_organization', 'Rescue Ranch') ; 
INSERT INTO `wp_usermeta` VALUES (16293, 1568, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16294, 1568, 'pmpro_bzipcode', '28687') ; 
INSERT INTO `wp_usermeta` VALUES (16295, 1568, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (16296, 1569, 'pmpro_bfirstname', 'Krissy M. ') ; 
INSERT INTO `wp_usermeta` VALUES (16297, 1569, 'pmpro_blastname', 'Hamilton') ; 
INSERT INTO `wp_usermeta` VALUES (16298, 1569, 'first_name', 'Krissy M. ') ; 
INSERT INTO `wp_usermeta` VALUES (16299, 1569, 'last_name', 'Hamilton') ; 
INSERT INTO `wp_usermeta` VALUES (16300, 1569, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16301, 1569, 'pmpro_bstate', 'MS') ; 
INSERT INTO `wp_usermeta` VALUES (16302, 1569, 'pmpro_baddress1', '1091 Howell Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (16303, 1569, 'pmpro_bcity', 'Purvis') ; 
INSERT INTO `wp_usermeta` VALUES (16304, 1569, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16305, 1569, 'pmpro_bzipcode', '39475-5827') ; 
INSERT INTO `wp_usermeta` VALUES (16306, 1570, 'pmpro_bfirstname', 'Krista') ; 
INSERT INTO `wp_usermeta` VALUES (16307, 1570, 'pmpro_blastname', 'Bryant') ; 
INSERT INTO `wp_usermeta` VALUES (16308, 1570, 'first_name', 'Krista') ; 
INSERT INTO `wp_usermeta` VALUES (16309, 1570, 'last_name', 'Bryant') ; 
INSERT INTO `wp_usermeta` VALUES (16310, 1570, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16311, 1570, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (16312, 1570, 'pmpro_baddress1', '3535 Round Rock Circle') ; 
INSERT INTO `wp_usermeta` VALUES (16313, 1570, 'pmpro_bcity', 'Lafayette') ; 
INSERT INTO `wp_usermeta` VALUES (16314, 1570, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16315, 1570, 'pmpro_bzipcode', '47909-6240') ; 
INSERT INTO `wp_usermeta` VALUES (16316, 1571, 'pmpro_bfirstname', 'Krista') ; 
INSERT INTO `wp_usermeta` VALUES (16317, 1571, 'pmpro_blastname', 'Rader') ; 
INSERT INTO `wp_usermeta` VALUES (16318, 1571, 'first_name', 'Krista') ; 
INSERT INTO `wp_usermeta` VALUES (16319, 1571, 'last_name', 'Rader') ; 
INSERT INTO `wp_usermeta` VALUES (16320, 1571, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16321, 1571, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (16322, 1571, 'pmpro_baddress1', '2070 Zoo Lane') ; 
INSERT INTO `wp_usermeta` VALUES (16323, 1571, 'pmpro_bcity', 'Abilene') ; 
INSERT INTO `wp_usermeta` VALUES (16324, 1571, 'uxf_organization', 'Abilene Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (16325, 1571, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16326, 1571, 'pmpro_bzipcode', '79602') ; 
INSERT INTO `wp_usermeta` VALUES (16327, 1572, 'pmpro_bfirstname', 'Krista') ; 
INSERT INTO `wp_usermeta` VALUES (16328, 1572, 'pmpro_blastname', 'Leuthe') ; 
INSERT INTO `wp_usermeta` VALUES (16329, 1572, 'first_name', 'Krista') ; 
INSERT INTO `wp_usermeta` VALUES (16330, 1572, 'last_name', 'Leuthe') ; 
INSERT INTO `wp_usermeta` VALUES (16331, 1572, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16332, 1572, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (16333, 1572, 'pmpro_baddress1', '7534 11st. N') ; 
INSERT INTO `wp_usermeta` VALUES (16334, 1572, 'pmpro_bcity', 'St. Paul') ; 
INSERT INTO `wp_usermeta` VALUES (16335, 1572, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16336, 1572, 'pmpro_bzipcode', '55128-5839') ; 
INSERT INTO `wp_usermeta` VALUES (16337, 1573, 'pmpro_bfirstname', 'Krista') ; 
INSERT INTO `wp_usermeta` VALUES (16338, 1573, 'pmpro_blastname', 'Adelhardt: Registrar WPZ') ; 
INSERT INTO `wp_usermeta` VALUES (16339, 1573, 'first_name', 'Krista') ; 
INSERT INTO `wp_usermeta` VALUES (16340, 1573, 'last_name', 'Adelhardt: Registrar') ; 
INSERT INTO `wp_usermeta` VALUES (16341, 1573, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16342, 1573, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (16343, 1573, 'pmpro_baddress1', '601 N. 59th St.') ; 
INSERT INTO `wp_usermeta` VALUES (16344, 1573, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (16345, 1573, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (16346, 1573, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16347, 1573, 'pmpro_bzipcode', '98103') ; 
INSERT INTO `wp_usermeta` VALUES (16348, 1574, 'pmpro_bfirstname', 'Kristen') ; 
INSERT INTO `wp_usermeta` VALUES (16349, 1574, 'pmpro_blastname', 'Watkins') ; 
INSERT INTO `wp_usermeta` VALUES (16350, 1574, 'first_name', 'Kristen') ; 
INSERT INTO `wp_usermeta` VALUES (16351, 1574, 'last_name', 'Watkins') ; 
INSERT INTO `wp_usermeta` VALUES (16352, 1575, 'pmpro_bfirstname', 'Kristen') ; 
INSERT INTO `wp_usermeta` VALUES (16353, 1575, 'pmpro_blastname', 'Reinisch') ; 
INSERT INTO `wp_usermeta` VALUES (16354, 1575, 'first_name', 'Kristen') ; 
INSERT INTO `wp_usermeta` VALUES (16355, 1575, 'last_name', 'Reinisch') ; 
INSERT INTO `wp_usermeta` VALUES (16356, 1575, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (16357, 1575, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (16358, 1575, 'pmpro_baddress1', '171 Collegiate St.') ; 
INSERT INTO `wp_usermeta` VALUES (16359, 1575, 'pmpro_bcity', 'Winnipeg') ; 
INSERT INTO `wp_usermeta` VALUES (16360, 1575, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16361, 1575, 'pmpro_bzipcode', 'R3J 1T9') ; 
INSERT INTO `wp_usermeta` VALUES (16362, 1576, 'pmpro_bfirstname', 'Kristen') ; 
INSERT INTO `wp_usermeta` VALUES (16363, 1576, 'pmpro_blastname', 'Wolfe ') ; 
INSERT INTO `wp_usermeta` VALUES (16364, 1576, 'first_name', 'Kristen') ; 
INSERT INTO `wp_usermeta` VALUES (16365, 1576, 'last_name', 'Wolfe ') ; 
INSERT INTO `wp_usermeta` VALUES (16366, 1576, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16367, 1576, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (16368, 1576, 'pmpro_baddress1', '8134 Gandy Way') ; 
INSERT INTO `wp_usermeta` VALUES (16369, 1576, 'pmpro_bcity', 'Orlando') ; 
INSERT INTO `wp_usermeta` VALUES (16370, 1576, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16371, 1576, 'pmpro_bzipcode', '32810-2855') ; 
INSERT INTO `wp_usermeta` VALUES (16372, 1577, 'pmpro_bfirstname', 'Kristen') ; 
INSERT INTO `wp_usermeta` VALUES (16373, 1577, 'pmpro_blastname', 'Koly') ; 
INSERT INTO `wp_usermeta` VALUES (16374, 1577, 'first_name', 'Kristen') ; 
INSERT INTO `wp_usermeta` VALUES (16375, 1577, 'last_name', 'Blanks') ; 
INSERT INTO `wp_usermeta` VALUES (16376, 1577, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16377, 1577, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (16378, 1577, 'pmpro_baddress1', '5920 Walnut St. Unit 302') ; 
INSERT INTO `wp_usermeta` VALUES (16379, 1577, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (16380, 1577, 'pmpro_bcity', 'Pittsburgh') ; 
INSERT INTO `wp_usermeta` VALUES (16381, 1577, 'uxf_count', 'NO-AKF Return') ; 
INSERT INTO `wp_usermeta` VALUES (16382, 1577, 'pmpro_bzipcode', '15232') ; 
INSERT INTO `wp_usermeta` VALUES (16383, 1578, 'pmpro_bfirstname', 'Kristen') ; 
INSERT INTO `wp_usermeta` VALUES (16384, 1578, 'pmpro_blastname', 'Haley') ; 
INSERT INTO `wp_usermeta` VALUES (16385, 1578, 'first_name', 'Kristen') ; 
INSERT INTO `wp_usermeta` VALUES (16386, 1578, 'last_name', 'Haley') ; 
INSERT INTO `wp_usermeta` VALUES (16387, 1578, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16388, 1578, 'pmpro_bstate', 'AE') ; 
INSERT INTO `wp_usermeta` VALUES (16389, 1578, 'pmpro_baddress1', 'TF Black Gold (BAF)') ; 
INSERT INTO `wp_usermeta` VALUES (16390, 1578, 'pmpro_bcity', 'APO') ; 
INSERT INTO `wp_usermeta` VALUES (16391, 1578, 'uxf_organization', '49th JMCB') ; 
INSERT INTO `wp_usermeta` VALUES (16392, 1578, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16393, 1578, 'pmpro_bzipcode', '9354') ; 
INSERT INTO `wp_usermeta` VALUES (16394, 1579, 'pmpro_bfirstname', 'Kristen') ; 
INSERT INTO `wp_usermeta` VALUES (16395, 1579, 'pmpro_blastname', 'Wieners') ; 
INSERT INTO `wp_usermeta` VALUES (16396, 1579, 'first_name', 'Kristen') ; 
INSERT INTO `wp_usermeta` VALUES (16397, 1579, 'last_name', 'Wieners') ; 
INSERT INTO `wp_usermeta` VALUES (16398, 1579, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16399, 1579, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (16400, 1579, 'pmpro_baddress1', '1300 Saratoga Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (16401, 1579, 'pmpro_bcity', 'Ventura') ; 
INSERT INTO `wp_usermeta` VALUES (16402, 1579, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16403, 1579, 'pmpro_bzipcode', '93003') ; 
INSERT INTO `wp_usermeta` VALUES (16404, 1580, 'pmpro_bfirstname', 'Kristen') ; 
INSERT INTO `wp_usermeta` VALUES (16405, 1580, 'pmpro_blastname', 'Elliott') ; 
INSERT INTO `wp_usermeta` VALUES (16406, 1580, 'first_name', 'Kristen') ; 
INSERT INTO `wp_usermeta` VALUES (16407, 1580, 'last_name', 'Elliott') ; 
INSERT INTO `wp_usermeta` VALUES (16408, 1580, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16409, 1580, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (16410, 1580, 'pmpro_baddress1', '3135 Coolidge Hwy. ') ; 
INSERT INTO `wp_usermeta` VALUES (16411, 1580, 'pmpro_baddress2', 'Apt 4') ; 
INSERT INTO `wp_usermeta` VALUES (16412, 1580, 'pmpro_bcity', 'Royal Oak') ; 
INSERT INTO `wp_usermeta` VALUES (16413, 1580, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16414, 1580, 'pmpro_bzipcode', '48073') ; 
INSERT INTO `wp_usermeta` VALUES (16415, 1581, 'pmpro_bfirstname', 'Kristen') ; 
INSERT INTO `wp_usermeta` VALUES (16416, 1581, 'pmpro_blastname', 'Noble') ; 
INSERT INTO `wp_usermeta` VALUES (16417, 1581, 'first_name', 'Kristen') ; 
INSERT INTO `wp_usermeta` VALUES (16418, 1581, 'last_name', 'Noble') ; 
INSERT INTO `wp_usermeta` VALUES (16419, 1581, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16420, 1581, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (16421, 1581, 'pmpro_baddress1', '1825 Landing Dr.  Apt A') ; 
INSERT INTO `wp_usermeta` VALUES (16422, 1581, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (16423, 1581, 'pmpro_bcity', 'Sanford') ; 
INSERT INTO `wp_usermeta` VALUES (16424, 1581, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16425, 1581, 'pmpro_bzipcode', '32771') ; 
INSERT INTO `wp_usermeta` VALUES (16426, 1582, 'pmpro_bfirstname', 'Kristen') ; 
INSERT INTO `wp_usermeta` VALUES (16427, 1582, 'pmpro_blastname', 'Farley-Rambo') ; 
INSERT INTO `wp_usermeta` VALUES (16428, 1582, 'first_name', 'Kristen') ; 
INSERT INTO `wp_usermeta` VALUES (16429, 1582, 'last_name', 'Farley-Rambo') ; 
INSERT INTO `wp_usermeta` VALUES (16430, 1582, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16431, 1582, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (16432, 1582, 'pmpro_baddress1', '37 Brantley Way') ; 
INSERT INTO `wp_usermeta` VALUES (16433, 1582, 'pmpro_bcity', 'Sicklerville') ; 
INSERT INTO `wp_usermeta` VALUES (16434, 1582, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16435, 1582, 'pmpro_bzipcode', '8081') ; 
INSERT INTO `wp_usermeta` VALUES (16436, 1583, 'pmpro_bfirstname', 'Kristen') ; 
INSERT INTO `wp_usermeta` VALUES (16437, 1583, 'pmpro_blastname', 'Scheidly') ; 
INSERT INTO `wp_usermeta` VALUES (16438, 1583, 'first_name', 'Kristen') ; 
INSERT INTO `wp_usermeta` VALUES (16439, 1583, 'last_name', 'Scheidly') ; 
INSERT INTO `wp_usermeta` VALUES (16440, 1583, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16441, 1583, 'pmpro_bstate', 'HI') ; 
INSERT INTO `wp_usermeta` VALUES (16442, 1583, 'pmpro_baddress1', '7007 Hawaii Kai Dr.  Apt E14') ; 
INSERT INTO `wp_usermeta` VALUES (16443, 1583, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (16444, 1583, 'pmpro_bcity', 'Honolulu') ; 
INSERT INTO `wp_usermeta` VALUES (16445, 1583, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16446, 1583, 'pmpro_bzipcode', '96825') ; 
INSERT INTO `wp_usermeta` VALUES (16447, 1584, 'pmpro_bfirstname', 'Kristie') ; 
INSERT INTO `wp_usermeta` VALUES (16448, 1584, 'pmpro_blastname', 'Rueger') ; 
INSERT INTO `wp_usermeta` VALUES (16449, 1584, 'first_name', 'Kristie') ; 
INSERT INTO `wp_usermeta` VALUES (16450, 1584, 'last_name', 'Rueger') ; 
INSERT INTO `wp_usermeta` VALUES (16451, 1584, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16452, 1584, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (16453, 1584, 'pmpro_baddress1', '5905 Whitethorne Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (16454, 1584, 'pmpro_bcity', 'Evansville') ; 
INSERT INTO `wp_usermeta` VALUES (16455, 1584, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16456, 1584, 'pmpro_bzipcode', '47710') ; 
INSERT INTO `wp_usermeta` VALUES (16457, 1585, 'pmpro_bfirstname', 'Kristin') ; 
INSERT INTO `wp_usermeta` VALUES (16458, 1585, 'pmpro_blastname', 'Demoranville') ; 
INSERT INTO `wp_usermeta` VALUES (16459, 1585, 'first_name', 'Kristin') ; 
INSERT INTO `wp_usermeta` VALUES (16460, 1585, 'last_name', 'Demoranville') ; 
INSERT INTO `wp_usermeta` VALUES (16461, 1585, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16462, 1585, 'pmpro_bstate', 'KY') ; 
INSERT INTO `wp_usermeta` VALUES (16463, 1585, 'pmpro_baddress1', '3456 Lexington Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (16464, 1585, 'pmpro_bcity', 'Danville') ; 
INSERT INTO `wp_usermeta` VALUES (16465, 1585, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16466, 1585, 'pmpro_bzipcode', '40422') ; 
INSERT INTO `wp_usermeta` VALUES (16467, 1586, 'pmpro_bfirstname', 'Kristin') ; 
INSERT INTO `wp_usermeta` VALUES (16468, 1586, 'pmpro_blastname', 'Bingham') ; 
INSERT INTO `wp_usermeta` VALUES (16469, 1586, 'first_name', 'Kristin') ; 
INSERT INTO `wp_usermeta` VALUES (16470, 1586, 'last_name', 'Bingham') ; 
INSERT INTO `wp_usermeta` VALUES (16471, 1586, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16472, 1586, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (16473, 1586, 'pmpro_baddress1', '1017 Loughery Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (16474, 1586, 'pmpro_bcity', 'Indianapolis') ; 
INSERT INTO `wp_usermeta` VALUES (16475, 1586, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16476, 1586, 'pmpro_bzipcode', '46228') ; 
INSERT INTO `wp_usermeta` VALUES (16477, 1587, 'pmpro_bfirstname', 'Kristin') ; 
INSERT INTO `wp_usermeta` VALUES (16478, 1587, 'pmpro_blastname', 'Small') ; 
INSERT INTO `wp_usermeta` VALUES (16479, 1587, 'first_name', 'Kristin') ; 
INSERT INTO `wp_usermeta` VALUES (16480, 1587, 'last_name', 'Small') ; 
INSERT INTO `wp_usermeta` VALUES (16481, 1587, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16482, 1587, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (16483, 1587, 'pmpro_baddress1', '4633 Osborn Mill Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (16484, 1587, 'pmpro_bcity', 'Seagrove') ; 
INSERT INTO `wp_usermeta` VALUES (16485, 1587, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16486, 1587, 'pmpro_bzipcode', '27341') ; 
INSERT INTO `wp_usermeta` VALUES (16487, 1588, 'pmpro_bfirstname', 'Kristin') ; 
INSERT INTO `wp_usermeta` VALUES (16488, 1588, 'pmpro_blastname', 'Dvorak') ; 
INSERT INTO `wp_usermeta` VALUES (16489, 1588, 'first_name', 'Kristin') ; 
INSERT INTO `wp_usermeta` VALUES (16490, 1588, 'last_name', 'Dvorak') ; 
INSERT INTO `wp_usermeta` VALUES (16491, 1588, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (16492, 1588, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (16493, 1588, 'pmpro_baddress1', '4726 N. Racine - Apt 1N') ; 
INSERT INTO `wp_usermeta` VALUES (16494, 1588, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (16495, 1588, 'pmpro_bcity', 'Chicago') ; 
INSERT INTO `wp_usermeta` VALUES (16496, 1588, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16497, 1588, 'pmpro_bzipcode', '60640-4916') ; 
INSERT INTO `wp_usermeta` VALUES (16498, 1589, 'pmpro_bfirstname', 'Kristin') ; 
INSERT INTO `wp_usermeta` VALUES (16499, 1589, 'pmpro_blastname', 'Schaffer') ; 
INSERT INTO `wp_usermeta` VALUES (16500, 1589, 'first_name', 'Kristin') ; 
INSERT INTO `wp_usermeta` VALUES (16501, 1589, 'last_name', 'Schaffer') ; 
INSERT INTO `wp_usermeta` VALUES (16502, 1589, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (16503, 1589, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (16504, 1589, 'pmpro_baddress1', '1601 Independence Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (16505, 1589, 'pmpro_bcity', 'Jefferson City') ; 
INSERT INTO `wp_usermeta` VALUES (16506, 1589, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16507, 1589, 'pmpro_bzipcode', '65109') ; 
INSERT INTO `wp_usermeta` VALUES (16508, 1590, 'pmpro_bfirstname', 'Kristin') ; 
INSERT INTO `wp_usermeta` VALUES (16509, 1590, 'pmpro_blastname', 'Cibotti') ; 
INSERT INTO `wp_usermeta` VALUES (16510, 1590, 'first_name', 'Kristin') ; 
INSERT INTO `wp_usermeta` VALUES (16511, 1590, 'last_name', 'Cibotti') ; 
INSERT INTO `wp_usermeta` VALUES (16512, 1590, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16513, 1590, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (16514, 1590, 'pmpro_baddress1', '15 Bailey Court') ; 
INSERT INTO `wp_usermeta` VALUES (16515, 1590, 'pmpro_bcity', 'Canton') ; 
INSERT INTO `wp_usermeta` VALUES (16516, 1590, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16517, 1590, 'pmpro_bzipcode', '2021') ; 
INSERT INTO `wp_usermeta` VALUES (16518, 1591, 'pmpro_bfirstname', 'Kristina') ; 
INSERT INTO `wp_usermeta` VALUES (16519, 1591, 'pmpro_blastname', 'Stump') ; 
INSERT INTO `wp_usermeta` VALUES (16520, 1591, 'first_name', 'Kristina') ; 
INSERT INTO `wp_usermeta` VALUES (16521, 1591, 'last_name', 'Stump') ; 
INSERT INTO `wp_usermeta` VALUES (16522, 1591, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (16523, 1591, 'pmpro_bstate', 'IA') ; 
INSERT INTO `wp_usermeta` VALUES (16524, 1591, 'pmpro_baddress1', '2720 W. 37th St.') ; 
INSERT INTO `wp_usermeta` VALUES (16525, 1591, 'pmpro_bcity', 'Davenport') ; 
INSERT INTO `wp_usermeta` VALUES (16526, 1591, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16527, 1591, 'pmpro_bzipcode', '52806') ; 
INSERT INTO `wp_usermeta` VALUES (16528, 1592, 'pmpro_bfirstname', 'Kristina A. ') ; 
INSERT INTO `wp_usermeta` VALUES (16529, 1592, 'pmpro_blastname', 'Krickbaum') ; 
INSERT INTO `wp_usermeta` VALUES (16530, 1592, 'first_name', 'Kristina A.') ; 
INSERT INTO `wp_usermeta` VALUES (16531, 1592, 'last_name', 'Krickbaum') ; 
INSERT INTO `wp_usermeta` VALUES (16532, 1592, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16533, 1592, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (16534, 1592, 'pmpro_baddress1', '1367 Kingsgate Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (16535, 1592, 'pmpro_bcity', 'Stone Mountain') ; 
INSERT INTO `wp_usermeta` VALUES (16536, 1592, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16537, 1592, 'pmpro_bzipcode', '30083') ; 
INSERT INTO `wp_usermeta` VALUES (16538, 1593, 'pmpro_bfirstname', 'Kristy') ; 
INSERT INTO `wp_usermeta` VALUES (16539, 1593, 'pmpro_blastname', 'Eaker') ; 
INSERT INTO `wp_usermeta` VALUES (16540, 1593, 'first_name', 'Kristy') ; 
INSERT INTO `wp_usermeta` VALUES (16541, 1593, 'last_name', 'Eaker') ; 
INSERT INTO `wp_usermeta` VALUES (16542, 1593, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16543, 1593, 'pmpro_bstate', 'CT') ; 
INSERT INTO `wp_usermeta` VALUES (16544, 1593, 'pmpro_baddress1', '1 Whippoorwill Hill Rd. ') ; 
INSERT INTO `wp_usermeta` VALUES (16545, 1593, 'pmpro_baddress2', 'Apt 1') ; 
INSERT INTO `wp_usermeta` VALUES (16546, 1593, 'pmpro_bcity', 'Newtown') ; 
INSERT INTO `wp_usermeta` VALUES (16547, 1593, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16548, 1593, 'pmpro_bzipcode', '6470') ; 
INSERT INTO `wp_usermeta` VALUES (16549, 1594, 'pmpro_bfirstname', 'Kristy') ; 
INSERT INTO `wp_usermeta` VALUES (16550, 1594, 'pmpro_blastname', 'Rando') ; 
INSERT INTO `wp_usermeta` VALUES (16551, 1594, 'first_name', 'Kristy') ; 
INSERT INTO `wp_usermeta` VALUES (16552, 1594, 'last_name', 'Rando') ; 
INSERT INTO `wp_usermeta` VALUES (16553, 1594, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (16554, 1594, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (16555, 1594, 'pmpro_baddress1', '523 S. 8th Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (16556, 1594, 'pmpro_bcity', 'Galloway') ; 
INSERT INTO `wp_usermeta` VALUES (16557, 1594, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16558, 1594, 'pmpro_bzipcode', '08205') ; 
INSERT INTO `wp_usermeta` VALUES (16559, 1595, 'pmpro_bfirstname', 'Kristyn') ; 
INSERT INTO `wp_usermeta` VALUES (16560, 1595, 'pmpro_blastname', 'Hayden-Ortega') ; 
INSERT INTO `wp_usermeta` VALUES (16561, 1595, 'first_name', 'Kristyn') ; 
INSERT INTO `wp_usermeta` VALUES (16562, 1595, 'last_name', 'Hayden-Ortega') ; 
INSERT INTO `wp_usermeta` VALUES (16563, 1595, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (16564, 1595, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (16565, 1595, 'pmpro_baddress1', '1627 NE 46th St.') ; 
INSERT INTO `wp_usermeta` VALUES (16566, 1595, 'pmpro_bcity', 'Topeka') ; 
INSERT INTO `wp_usermeta` VALUES (16567, 1595, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16568, 1595, 'pmpro_bzipcode', '66617') ; 
INSERT INTO `wp_usermeta` VALUES (16569, 1596, 'pmpro_bfirstname', 'Krystie') ; 
INSERT INTO `wp_usermeta` VALUES (16570, 1596, 'pmpro_blastname', 'Goldsworth') ; 
INSERT INTO `wp_usermeta` VALUES (16571, 1596, 'first_name', 'Krystie') ; 
INSERT INTO `wp_usermeta` VALUES (16572, 1596, 'last_name', 'Goldsworth') ; 
INSERT INTO `wp_usermeta` VALUES (16573, 1596, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16574, 1596, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (16575, 1596, 'pmpro_baddress1', '1900 Swan Lane') ; 
INSERT INTO `wp_usermeta` VALUES (16576, 1596, 'pmpro_bcity', 'Woodford') ; 
INSERT INTO `wp_usermeta` VALUES (16577, 1596, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16578, 1596, 'pmpro_bzipcode', '22580') ; 
INSERT INTO `wp_usermeta` VALUES (16579, 1597, 'pmpro_bfirstname', 'Krystle') ; 
INSERT INTO `wp_usermeta` VALUES (16580, 1597, 'pmpro_blastname', 'Remington') ; 
INSERT INTO `wp_usermeta` VALUES (16581, 1597, 'first_name', 'Krystle') ; 
INSERT INTO `wp_usermeta` VALUES (16582, 1597, 'last_name', 'Remington') ; 
INSERT INTO `wp_usermeta` VALUES (16583, 1597, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16584, 1597, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (16585, 1597, 'pmpro_baddress1', 'P.O. Box 117') ; 
INSERT INTO `wp_usermeta` VALUES (16586, 1597, 'pmpro_bcity', 'Ellisburg') ; 
INSERT INTO `wp_usermeta` VALUES (16587, 1597, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16588, 1597, 'pmpro_bzipcode', '13636') ; 
INSERT INTO `wp_usermeta` VALUES (16589, 1598, 'pmpro_bfirstname', 'Kyla') ; 
INSERT INTO `wp_usermeta` VALUES (16590, 1598, 'pmpro_blastname', 'Holligan') ; 
INSERT INTO `wp_usermeta` VALUES (16591, 1598, 'first_name', 'Kyla') ; 
INSERT INTO `wp_usermeta` VALUES (16592, 1598, 'last_name', 'Holligan') ; 
INSERT INTO `wp_usermeta` VALUES (16593, 1598, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (16594, 1598, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (16595, 1598, 'pmpro_baddress1', '4914 Song Sparrow St. NE') ; 
INSERT INTO `wp_usermeta` VALUES (16596, 1598, 'pmpro_bcity', 'Salem') ; 
INSERT INTO `wp_usermeta` VALUES (16597, 1598, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16598, 1598, 'pmpro_bzipcode', '97301') ; 
INSERT INTO `wp_usermeta` VALUES (16599, 1599, 'pmpro_bfirstname', 'Kyle') ; 
INSERT INTO `wp_usermeta` VALUES (16600, 1599, 'pmpro_blastname', 'Bernard') ; 
INSERT INTO `wp_usermeta` VALUES (16601, 1599, 'first_name', 'Kyle') ; 
INSERT INTO `wp_usermeta` VALUES (16602, 1599, 'last_name', 'Bernard') ; 
INSERT INTO `wp_usermeta` VALUES (16603, 1599, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16604, 1599, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (16605, 1599, 'pmpro_baddress1', '10530 Stokes Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (16606, 1599, 'pmpro_bcity', 'Cupertino') ; 
INSERT INTO `wp_usermeta` VALUES (16607, 1599, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16608, 1599, 'pmpro_bzipcode', '95014') ; 
INSERT INTO `wp_usermeta` VALUES (16609, 1600, 'pmpro_bfirstname', 'Kyle') ; 
INSERT INTO `wp_usermeta` VALUES (16610, 1600, 'pmpro_blastname', 'Koehler') ; 
INSERT INTO `wp_usermeta` VALUES (16611, 1600, 'first_name', 'Kyle') ; 
INSERT INTO `wp_usermeta` VALUES (16612, 1600, 'last_name', 'Koehler') ; 
INSERT INTO `wp_usermeta` VALUES (16613, 1600, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (16614, 1600, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (16615, 1600, 'pmpro_baddress1', '3103 Ellington Circle') ; 
INSERT INTO `wp_usermeta` VALUES (16616, 1600, 'pmpro_bcity', 'Nashville') ; 
INSERT INTO `wp_usermeta` VALUES (16617, 1600, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16618, 1600, 'pmpro_bzipcode', '37211') ; 
INSERT INTO `wp_usermeta` VALUES (16619, 1601, 'pmpro_bfirstname', 'Kyle') ; 
INSERT INTO `wp_usermeta` VALUES (16620, 1601, 'pmpro_blastname', 'Fitzpatrick') ; 
INSERT INTO `wp_usermeta` VALUES (16621, 1601, 'first_name', 'Kyle') ; 
INSERT INTO `wp_usermeta` VALUES (16622, 1601, 'last_name', 'Fitzpatrick') ; 
INSERT INTO `wp_usermeta` VALUES (16623, 1601, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16624, 1601, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (16625, 1601, 'pmpro_baddress1', '250 River St.  Apt A10') ; 
INSERT INTO `wp_usermeta` VALUES (16626, 1601, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (16627, 1601, 'pmpro_bcity', 'Kent') ; 
INSERT INTO `wp_usermeta` VALUES (16628, 1601, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16629, 1601, 'pmpro_bzipcode', '44240') ; 
INSERT INTO `wp_usermeta` VALUES (16630, 1602, 'pmpro_bfirstname', 'L\'Oreal') ; 
INSERT INTO `wp_usermeta` VALUES (16631, 1602, 'pmpro_blastname', 'Dunn') ; 
INSERT INTO `wp_usermeta` VALUES (16632, 1602, 'first_name', 'L') ; 
INSERT INTO `wp_usermeta` VALUES (16633, 1602, 'last_name', 'Dunn') ; 
INSERT INTO `wp_usermeta` VALUES (16634, 1602, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (16635, 1602, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (16636, 1602, 'pmpro_baddress1', '9547 Rincon Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (16637, 1602, 'pmpro_bcity', 'Pacoima') ; 
INSERT INTO `wp_usermeta` VALUES (16638, 1602, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16639, 1602, 'pmpro_bzipcode', '91331-4254') ; 
INSERT INTO `wp_usermeta` VALUES (16640, 1603, 'pmpro_bfirstname', 'Lacey') ; 
INSERT INTO `wp_usermeta` VALUES (16641, 1603, 'pmpro_blastname', 'Byrnes') ; 
INSERT INTO `wp_usermeta` VALUES (16642, 1603, 'first_name', 'Lacey') ; 
INSERT INTO `wp_usermeta` VALUES (16643, 1603, 'last_name', 'Byrnes') ; 
INSERT INTO `wp_usermeta` VALUES (16644, 1603, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16645, 1603, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (16646, 1603, 'pmpro_baddress1', '2030 Cypress Ave. Apt 3') ; 
INSERT INTO `wp_usermeta` VALUES (16647, 1603, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (16648, 1603, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (16649, 1603, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16650, 1603, 'pmpro_bzipcode', '92104-8205') ; 
INSERT INTO `wp_usermeta` VALUES (16651, 1604, 'pmpro_bfirstname', 'Lacy') ; 
INSERT INTO `wp_usermeta` VALUES (16652, 1604, 'pmpro_blastname', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (16653, 1604, 'first_name', 'Lacy') ; 
INSERT INTO `wp_usermeta` VALUES (16654, 1604, 'last_name', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (16655, 1604, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16656, 1604, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (16657, 1604, 'pmpro_baddress1', '60 Caroline St.') ; 
INSERT INTO `wp_usermeta` VALUES (16658, 1604, 'pmpro_bcity', 'Woodbridge') ; 
INSERT INTO `wp_usermeta` VALUES (16659, 1604, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16660, 1604, 'pmpro_bzipcode', '7095') ; 
INSERT INTO `wp_usermeta` VALUES (16661, 1605, 'pmpro_bfirstname', 'Lakayla') ; 
INSERT INTO `wp_usermeta` VALUES (16662, 1605, 'pmpro_blastname', 'Taylor') ; 
INSERT INTO `wp_usermeta` VALUES (16663, 1605, 'first_name', 'Lakayla') ; 
INSERT INTO `wp_usermeta` VALUES (16664, 1605, 'last_name', 'Taylor') ; 
INSERT INTO `wp_usermeta` VALUES (16665, 1605, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16666, 1605, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (16667, 1605, 'pmpro_baddress1', '406 Westover Terr.') ; 
INSERT INTO `wp_usermeta` VALUES (16668, 1605, 'pmpro_bcity', 'Greensboro') ; 
INSERT INTO `wp_usermeta` VALUES (16669, 1605, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16670, 1605, 'pmpro_bzipcode', '27403') ; 
INSERT INTO `wp_usermeta` VALUES (16671, 1606, 'pmpro_bfirstname', 'Lanae') ; 
INSERT INTO `wp_usermeta` VALUES (16672, 1606, 'pmpro_blastname', 'Rench') ; 
INSERT INTO `wp_usermeta` VALUES (16673, 1606, 'first_name', 'Lanae') ; 
INSERT INTO `wp_usermeta` VALUES (16674, 1606, 'last_name', 'Rench') ; 
INSERT INTO `wp_usermeta` VALUES (16675, 1606, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16676, 1606, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (16677, 1606, 'pmpro_baddress1', '1003 Prospect') ; 
INSERT INTO `wp_usermeta` VALUES (16678, 1606, 'pmpro_bcity', 'Ellsworth') ; 
INSERT INTO `wp_usermeta` VALUES (16679, 1606, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16680, 1606, 'pmpro_bzipcode', '67439') ; 
INSERT INTO `wp_usermeta` VALUES (16681, 1607, 'pmpro_bfirstname', 'Lane') ; 
INSERT INTO `wp_usermeta` VALUES (16682, 1607, 'pmpro_blastname', 'Entrekin') ; 
INSERT INTO `wp_usermeta` VALUES (16683, 1607, 'first_name', 'Lane') ; 
INSERT INTO `wp_usermeta` VALUES (16684, 1607, 'last_name', 'Entrekin') ; 
INSERT INTO `wp_usermeta` VALUES (16685, 1607, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (16686, 1607, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (16687, 1607, 'pmpro_baddress1', '14267 Woods Valley Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (16688, 1607, 'pmpro_bcity', 'Valley Center') ; 
INSERT INTO `wp_usermeta` VALUES (16689, 1607, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16690, 1607, 'pmpro_bzipcode', '92082') ; 
INSERT INTO `wp_usermeta` VALUES (16691, 1608, 'pmpro_bfirstname', 'Larry') ; 
INSERT INTO `wp_usermeta` VALUES (16692, 1608, 'pmpro_blastname', 'Sammarco') ; 
INSERT INTO `wp_usermeta` VALUES (16693, 1608, 'first_name', 'Larry') ; 
INSERT INTO `wp_usermeta` VALUES (16694, 1608, 'last_name', 'Sammarco') ; 
INSERT INTO `wp_usermeta` VALUES (16695, 1608, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (16696, 1608, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (16697, 1608, 'pmpro_baddress1', '32479 Strigel Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (16698, 1608, 'pmpro_bcity', 'Temecula') ; 
INSERT INTO `wp_usermeta` VALUES (16699, 1608, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16700, 1608, 'pmpro_bzipcode', '92592-1143') ; 
INSERT INTO `wp_usermeta` VALUES (16701, 1609, 'pmpro_bfirstname', 'Larry') ; 
INSERT INTO `wp_usermeta` VALUES (16702, 1609, 'pmpro_blastname', 'Clement') ; 
INSERT INTO `wp_usermeta` VALUES (16703, 1609, 'first_name', 'Larry') ; 
INSERT INTO `wp_usermeta` VALUES (16704, 1609, 'last_name', 'Clement') ; 
INSERT INTO `wp_usermeta` VALUES (16705, 1609, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (16706, 1609, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (16707, 1609, 'pmpro_baddress1', '1656 Brae Moor Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (16708, 1609, 'pmpro_bcity', 'Dunedin') ; 
INSERT INTO `wp_usermeta` VALUES (16709, 1609, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16710, 1609, 'pmpro_bzipcode', '34698') ; 
INSERT INTO `wp_usermeta` VALUES (16711, 1610, 'pmpro_bfirstname', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16712, 1610, 'pmpro_blastname', 'Laudenslager') ; 
INSERT INTO `wp_usermeta` VALUES (16713, 1610, 'first_name', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16714, 1610, 'last_name', 'Laudenslager') ; 
INSERT INTO `wp_usermeta` VALUES (16715, 1610, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (16716, 1610, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (16717, 1610, 'pmpro_baddress1', '192 Michele Way') ; 
INSERT INTO `wp_usermeta` VALUES (16718, 1610, 'pmpro_bcity', 'Harleysville') ; 
INSERT INTO `wp_usermeta` VALUES (16719, 1610, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16720, 1610, 'pmpro_bzipcode', '19438') ; 
INSERT INTO `wp_usermeta` VALUES (16721, 1611, 'pmpro_bfirstname', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16722, 1611, 'pmpro_blastname', 'Torgerson') ; 
INSERT INTO `wp_usermeta` VALUES (16723, 1611, 'first_name', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16724, 1611, 'last_name', 'Torgerson') ; 
INSERT INTO `wp_usermeta` VALUES (16725, 1611, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16726, 1611, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (16727, 1611, 'pmpro_baddress1', '11318 Fairway Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (16728, 1611, 'pmpro_bcity', 'Reston') ; 
INSERT INTO `wp_usermeta` VALUES (16729, 1611, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16730, 1611, 'pmpro_bzipcode', '20190') ; 
INSERT INTO `wp_usermeta` VALUES (16731, 1612, 'pmpro_bfirstname', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16732, 1612, 'pmpro_blastname', 'Shepler') ; 
INSERT INTO `wp_usermeta` VALUES (16733, 1612, 'first_name', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16734, 1612, 'last_name', 'Shepler') ; 
INSERT INTO `wp_usermeta` VALUES (16735, 1612, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16736, 1612, 'pmpro_bstate', 'NM') ; 
INSERT INTO `wp_usermeta` VALUES (16737, 1612, 'pmpro_baddress1', '596 S. Roosevelt Rd. AC') ; 
INSERT INTO `wp_usermeta` VALUES (16738, 1612, 'pmpro_bcity', 'Portales') ; 
INSERT INTO `wp_usermeta` VALUES (16739, 1612, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16740, 1612, 'pmpro_bzipcode', '88130') ; 
INSERT INTO `wp_usermeta` VALUES (16741, 1613, 'pmpro_bfirstname', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16742, 1613, 'pmpro_blastname', 'Smyth') ; 
INSERT INTO `wp_usermeta` VALUES (16743, 1613, 'first_name', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16744, 1613, 'last_name', 'Smyth') ; 
INSERT INTO `wp_usermeta` VALUES (16745, 1613, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16746, 1613, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (16747, 1613, 'pmpro_baddress1', '111 New Bedford Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (16748, 1613, 'pmpro_bcity', 'Oak Ridge') ; 
INSERT INTO `wp_usermeta` VALUES (16749, 1613, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16750, 1613, 'pmpro_bzipcode', '37830') ; 
INSERT INTO `wp_usermeta` VALUES (16751, 1614, 'pmpro_bfirstname', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16752, 1614, 'pmpro_blastname', 'Bay') ; 
INSERT INTO `wp_usermeta` VALUES (16753, 1614, 'first_name', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16754, 1614, 'last_name', 'Bay') ; 
INSERT INTO `wp_usermeta` VALUES (16755, 1614, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16756, 1614, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (16757, 1614, 'pmpro_baddress1', '20300 Mallet Hill Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (16758, 1614, 'pmpro_bcity', 'Germantown') ; 
INSERT INTO `wp_usermeta` VALUES (16759, 1614, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16760, 1614, 'pmpro_bzipcode', '20876') ; 
INSERT INTO `wp_usermeta` VALUES (16761, 1615, 'pmpro_bfirstname', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16762, 1615, 'pmpro_blastname', 'Laverick') ; 
INSERT INTO `wp_usermeta` VALUES (16763, 1615, 'first_name', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16764, 1615, 'last_name', 'Laverick') ; 
INSERT INTO `wp_usermeta` VALUES (16765, 1615, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (16766, 1615, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (16767, 1615, 'pmpro_baddress1', '2109 Columbus Ave.  Apt B') ; 
INSERT INTO `wp_usermeta` VALUES (16768, 1615, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (16769, 1615, 'pmpro_bcity', 'Waco') ; 
INSERT INTO `wp_usermeta` VALUES (16770, 1615, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16771, 1615, 'pmpro_bzipcode', '76701') ; 
INSERT INTO `wp_usermeta` VALUES (16772, 1616, 'pmpro_bfirstname', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16773, 1616, 'pmpro_blastname', 'Trechsel') ; 
INSERT INTO `wp_usermeta` VALUES (16774, 1616, 'first_name', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16775, 1616, 'last_name', 'Trechsel') ; 
INSERT INTO `wp_usermeta` VALUES (16776, 1616, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (16777, 1616, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (16778, 1616, 'pmpro_baddress1', '7455 S. Lake Sarah Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (16779, 1616, 'pmpro_bcity', 'Rockford') ; 
INSERT INTO `wp_usermeta` VALUES (16780, 1616, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16781, 1616, 'pmpro_bzipcode', '55373') ; 
INSERT INTO `wp_usermeta` VALUES (16782, 1617, 'pmpro_bfirstname', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16783, 1617, 'pmpro_blastname', 'Bowen') ; 
INSERT INTO `wp_usermeta` VALUES (16784, 1617, 'first_name', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16785, 1617, 'last_name', 'Bowen') ; 
INSERT INTO `wp_usermeta` VALUES (16786, 1617, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16787, 1617, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (16788, 1617, 'pmpro_baddress1', '43434 32nd Street W.') ; 
INSERT INTO `wp_usermeta` VALUES (16789, 1617, 'pmpro_baddress2', 'Apt 104') ; 
INSERT INTO `wp_usermeta` VALUES (16790, 1617, 'pmpro_bcity', 'Lancaster') ; 
INSERT INTO `wp_usermeta` VALUES (16791, 1617, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16792, 1617, 'pmpro_bzipcode', '93536') ; 
INSERT INTO `wp_usermeta` VALUES (16793, 1618, 'pmpro_bfirstname', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16794, 1618, 'pmpro_blastname', 'Isaacs') ; 
INSERT INTO `wp_usermeta` VALUES (16795, 1618, 'first_name', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16796, 1618, 'last_name', 'Isaacs') ; 
INSERT INTO `wp_usermeta` VALUES (16797, 1618, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (16798, 1618, 'pmpro_bstate', 'RI') ; 
INSERT INTO `wp_usermeta` VALUES (16799, 1618, 'pmpro_baddress1', '31 Geneva St.') ; 
INSERT INTO `wp_usermeta` VALUES (16800, 1618, 'pmpro_bcity', 'Pawtucket') ; 
INSERT INTO `wp_usermeta` VALUES (16801, 1618, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16802, 1618, 'pmpro_bzipcode', '02860-5916') ; 
INSERT INTO `wp_usermeta` VALUES (16803, 1619, 'pmpro_bfirstname', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16804, 1619, 'pmpro_blastname', 'Kerwin') ; 
INSERT INTO `wp_usermeta` VALUES (16805, 1619, 'first_name', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16806, 1619, 'last_name', 'Kerwin') ; 
INSERT INTO `wp_usermeta` VALUES (16807, 1619, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16808, 1619, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (16809, 1619, 'pmpro_baddress1', '1512 Crestone Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (16810, 1619, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (16811, 1619, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16812, 1619, 'pmpro_bzipcode', '80905') ; 
INSERT INTO `wp_usermeta` VALUES (16813, 1620, 'pmpro_bfirstname', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16814, 1620, 'pmpro_blastname', 'Schroeder') ; 
INSERT INTO `wp_usermeta` VALUES (16815, 1620, 'first_name', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16816, 1620, 'last_name', 'Schroeder') ; 
INSERT INTO `wp_usermeta` VALUES (16817, 1620, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16818, 1620, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (16819, 1620, 'pmpro_baddress1', '4774 W. Morrow Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (16820, 1620, 'pmpro_bcity', 'Glendale') ; 
INSERT INTO `wp_usermeta` VALUES (16821, 1620, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16822, 1620, 'pmpro_bzipcode', '85308') ; 
INSERT INTO `wp_usermeta` VALUES (16823, 1621, 'pmpro_bfirstname', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16824, 1621, 'pmpro_blastname', 'Weiner') ; 
INSERT INTO `wp_usermeta` VALUES (16825, 1621, 'first_name', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16826, 1621, 'last_name', 'Weiner') ; 
INSERT INTO `wp_usermeta` VALUES (16827, 1621, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16828, 1621, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (16829, 1621, 'pmpro_baddress1', '7508 SW Barnes Rd.  Unit B') ; 
INSERT INTO `wp_usermeta` VALUES (16830, 1621, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (16831, 1621, 'pmpro_bcity', 'Portland') ; 
INSERT INTO `wp_usermeta` VALUES (16832, 1621, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16833, 1621, 'pmpro_bzipcode', '97225') ; 
INSERT INTO `wp_usermeta` VALUES (16834, 1622, 'pmpro_bfirstname', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16835, 1622, 'pmpro_blastname', 'Bassett') ; 
INSERT INTO `wp_usermeta` VALUES (16836, 1622, 'first_name', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16837, 1622, 'last_name', 'Bassett') ; 
INSERT INTO `wp_usermeta` VALUES (16838, 1622, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (16839, 1622, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (16840, 1622, 'pmpro_baddress1', 'The Portico Group - 1710 NW 62nd St.') ; 
INSERT INTO `wp_usermeta` VALUES (16841, 1622, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (16842, 1622, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16843, 1622, 'pmpro_bzipcode', '98107') ; 
INSERT INTO `wp_usermeta` VALUES (16844, 1623, 'pmpro_bfirstname', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16845, 1623, 'pmpro_blastname', 'Dickinson') ; 
INSERT INTO `wp_usermeta` VALUES (16846, 1623, 'first_name', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16847, 1623, 'last_name', 'Dickinson') ; 
INSERT INTO `wp_usermeta` VALUES (16848, 1623, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16849, 1623, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (16850, 1623, 'pmpro_baddress1', '3016 Cliffside Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (16851, 1623, 'pmpro_bcity', 'Christiana') ; 
INSERT INTO `wp_usermeta` VALUES (16852, 1623, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16853, 1623, 'pmpro_bzipcode', '37037') ; 
INSERT INTO `wp_usermeta` VALUES (16854, 1624, 'pmpro_bfirstname', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16855, 1624, 'pmpro_blastname', 'Bechtler') ; 
INSERT INTO `wp_usermeta` VALUES (16856, 1624, 'first_name', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16857, 1624, 'last_name', 'Erbelding') ; 
INSERT INTO `wp_usermeta` VALUES (16858, 1624, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (16859, 1624, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (16860, 1624, 'pmpro_baddress1', '37 Gordon Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (16861, 1624, 'pmpro_bcity', 'Fords') ; 
INSERT INTO `wp_usermeta` VALUES (16862, 1624, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16863, 1624, 'pmpro_bzipcode', '08863') ; 
INSERT INTO `wp_usermeta` VALUES (16864, 1625, 'pmpro_bfirstname', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16865, 1625, 'pmpro_blastname', 'Hackett') ; 
INSERT INTO `wp_usermeta` VALUES (16866, 1625, 'first_name', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16867, 1625, 'last_name', 'Hackett') ; 
INSERT INTO `wp_usermeta` VALUES (16868, 1625, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (16869, 1625, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (16870, 1625, 'pmpro_baddress1', '4128 E. Pleasant Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (16871, 1625, 'pmpro_bcity', 'Phoenix') ; 
INSERT INTO `wp_usermeta` VALUES (16872, 1625, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16873, 1625, 'pmpro_bzipcode', '85042') ; 
INSERT INTO `wp_usermeta` VALUES (16874, 1626, 'pmpro_bfirstname', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16875, 1626, 'pmpro_blastname', 'McGlothlin') ; 
INSERT INTO `wp_usermeta` VALUES (16876, 1626, 'first_name', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16877, 1626, 'last_name', 'McGlothlin') ; 
INSERT INTO `wp_usermeta` VALUES (16878, 1626, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (16879, 1626, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (16880, 1626, 'pmpro_baddress1', '570 Mawyer Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (16881, 1626, 'pmpro_bcity', 'Worthington') ; 
INSERT INTO `wp_usermeta` VALUES (16882, 1626, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16883, 1626, 'pmpro_bzipcode', '43085') ; 
INSERT INTO `wp_usermeta` VALUES (16884, 1627, 'pmpro_bfirstname', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16885, 1627, 'pmpro_blastname', 'Price') ; 
INSERT INTO `wp_usermeta` VALUES (16886, 1627, 'first_name', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16887, 1627, 'last_name', 'Price') ; 
INSERT INTO `wp_usermeta` VALUES (16888, 1627, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16889, 1627, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (16890, 1627, 'pmpro_baddress1', '2529 Montclair St.') ; 
INSERT INTO `wp_usermeta` VALUES (16891, 1627, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (16892, 1627, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16893, 1627, 'pmpro_bzipcode', '92104-5348') ; 
INSERT INTO `wp_usermeta` VALUES (16894, 1628, 'pmpro_bfirstname', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16895, 1628, 'pmpro_blastname', 'Marx') ; 
INSERT INTO `wp_usermeta` VALUES (16896, 1628, 'first_name', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16897, 1628, 'last_name', 'Marx') ; 
INSERT INTO `wp_usermeta` VALUES (16898, 1628, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16899, 1628, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (16900, 1628, 'pmpro_baddress1', '12363 Via Cabezon') ; 
INSERT INTO `wp_usermeta` VALUES (16901, 1628, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (16902, 1628, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16903, 1628, 'pmpro_bzipcode', '92129') ; 
INSERT INTO `wp_usermeta` VALUES (16904, 1629, 'pmpro_bfirstname', 'L.') ; 
INSERT INTO `wp_usermeta` VALUES (16905, 1629, 'pmpro_blastname', 'Charles') ; 
INSERT INTO `wp_usermeta` VALUES (16906, 1629, 'first_name', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16907, 1629, 'last_name', 'Charles') ; 
INSERT INTO `wp_usermeta` VALUES (16908, 1629, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (16909, 1629, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (16910, 1629, 'pmpro_baddress1', '502 E. 79th St.  Apt 5A') ; 
INSERT INTO `wp_usermeta` VALUES (16911, 1629, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (16912, 1629, 'pmpro_bcity', 'New York') ; 
INSERT INTO `wp_usermeta` VALUES (16913, 1629, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16914, 1629, 'pmpro_bzipcode', '10075') ; 
INSERT INTO `wp_usermeta` VALUES (16915, 1630, 'pmpro_bfirstname', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16916, 1630, 'pmpro_blastname', 'Shipp') ; 
INSERT INTO `wp_usermeta` VALUES (16917, 1630, 'first_name', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16918, 1630, 'last_name', 'Shipp') ; 
INSERT INTO `wp_usermeta` VALUES (16919, 1630, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16920, 1630, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (16921, 1630, 'pmpro_baddress1', '565 Highland Ave.  Apt 3') ; 
INSERT INTO `wp_usermeta` VALUES (16922, 1630, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (16923, 1630, 'pmpro_bcity', 'Rochester') ; 
INSERT INTO `wp_usermeta` VALUES (16924, 1630, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16925, 1630, 'pmpro_bzipcode', '14620') ; 
INSERT INTO `wp_usermeta` VALUES (16926, 1631, 'pmpro_bfirstname', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16927, 1631, 'pmpro_blastname', 'Martin: Brandywine Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (16928, 1631, 'first_name', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16929, 1631, 'last_name', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (16930, 1631, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16931, 1631, 'pmpro_bstate', 'DE') ; 
INSERT INTO `wp_usermeta` VALUES (16932, 1631, 'pmpro_baddress1', '1001 N. Park Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (16933, 1631, 'pmpro_bcity', 'Wilmington') ; 
INSERT INTO `wp_usermeta` VALUES (16934, 1631, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (16935, 1631, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16936, 1631, 'pmpro_bzipcode', '19802') ; 
INSERT INTO `wp_usermeta` VALUES (16937, 1632, 'pmpro_bfirstname', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16938, 1632, 'pmpro_blastname', 'McRae') ; 
INSERT INTO `wp_usermeta` VALUES (16939, 1632, 'first_name', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (16940, 1632, 'last_name', 'McRae') ; 
INSERT INTO `wp_usermeta` VALUES (16941, 1632, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16942, 1632, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (16943, 1632, 'pmpro_baddress1', '1900 Benjamin Franklin Pkwy.') ; 
INSERT INTO `wp_usermeta` VALUES (16944, 1632, 'pmpro_bcity', 'Philadelphia') ; 
INSERT INTO `wp_usermeta` VALUES (16945, 1632, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16946, 1632, 'pmpro_bzipcode', '19103') ; 
INSERT INTO `wp_usermeta` VALUES (16947, 1633, 'pmpro_bfirstname', 'Lauran') ; 
INSERT INTO `wp_usermeta` VALUES (16948, 1633, 'pmpro_blastname', 'Hunter') ; 
INSERT INTO `wp_usermeta` VALUES (16949, 1633, 'first_name', 'Lauran') ; 
INSERT INTO `wp_usermeta` VALUES (16950, 1633, 'last_name', 'Hunter') ; 
INSERT INTO `wp_usermeta` VALUES (16951, 1633, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16952, 1633, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (16953, 1633, 'pmpro_baddress1', '3875 N Mississippi Ave #3') ; 
INSERT INTO `wp_usermeta` VALUES (16954, 1633, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (16955, 1633, 'pmpro_bcity', 'Portland') ; 
INSERT INTO `wp_usermeta` VALUES (16956, 1633, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16957, 1633, 'pmpro_bzipcode', '97227-1160') ; 
INSERT INTO `wp_usermeta` VALUES (16958, 1634, 'pmpro_bfirstname', 'Laurel B.') ; 
INSERT INTO `wp_usermeta` VALUES (16959, 1634, 'pmpro_blastname', 'Thornton') ; 
INSERT INTO `wp_usermeta` VALUES (16960, 1634, 'first_name', 'Laurel B.') ; 
INSERT INTO `wp_usermeta` VALUES (16961, 1634, 'last_name', 'Thornton') ; 
INSERT INTO `wp_usermeta` VALUES (16962, 1634, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16963, 1634, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (16964, 1634, 'pmpro_baddress1', '121 White Pines Circle') ; 
INSERT INTO `wp_usermeta` VALUES (16965, 1634, 'pmpro_bcity', 'Decatur') ; 
INSERT INTO `wp_usermeta` VALUES (16966, 1634, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16967, 1634, 'pmpro_bzipcode', '62521') ; 
INSERT INTO `wp_usermeta` VALUES (16968, 1635, 'pmpro_bfirstname', 'Lauren') ; 
INSERT INTO `wp_usermeta` VALUES (16969, 1635, 'pmpro_blastname', 'Meads') ; 
INSERT INTO `wp_usermeta` VALUES (16970, 1635, 'first_name', 'Lauren') ; 
INSERT INTO `wp_usermeta` VALUES (16971, 1635, 'last_name', 'Meads') ; 
INSERT INTO `wp_usermeta` VALUES (16972, 1635, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (16973, 1635, 'pmpro_bstate', 'BC') ; 
INSERT INTO `wp_usermeta` VALUES (16974, 1635, 'pmpro_baddress1', 'Box 1266') ; 
INSERT INTO `wp_usermeta` VALUES (16975, 1635, 'pmpro_bcity', 'Oliver') ; 
INSERT INTO `wp_usermeta` VALUES (16976, 1635, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16977, 1635, 'pmpro_bzipcode', 'V0H 1T0') ; 
INSERT INTO `wp_usermeta` VALUES (16978, 1636, 'pmpro_bfirstname', 'Lauren') ; 
INSERT INTO `wp_usermeta` VALUES (16979, 1636, 'pmpro_blastname', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (16980, 1636, 'first_name', 'Lauren') ; 
INSERT INTO `wp_usermeta` VALUES (16981, 1636, 'last_name', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (16982, 1636, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16983, 1636, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (16984, 1636, 'pmpro_baddress1', 'P.O. Box 2564') ; 
INSERT INTO `wp_usermeta` VALUES (16985, 1636, 'pmpro_bcity', 'Antioch') ; 
INSERT INTO `wp_usermeta` VALUES (16986, 1636, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16987, 1636, 'pmpro_bzipcode', '94531') ; 
INSERT INTO `wp_usermeta` VALUES (16988, 1637, 'pmpro_bfirstname', 'Lauren') ; 
INSERT INTO `wp_usermeta` VALUES (16989, 1637, 'pmpro_blastname', 'Humphries') ; 
INSERT INTO `wp_usermeta` VALUES (16990, 1637, 'first_name', 'Lauren') ; 
INSERT INTO `wp_usermeta` VALUES (16991, 1637, 'last_name', 'Humphries') ; 
INSERT INTO `wp_usermeta` VALUES (16992, 1637, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (16993, 1637, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (16994, 1637, 'pmpro_baddress1', '400 Shearwater Dr. Apt N') ; 
INSERT INTO `wp_usermeta` VALUES (16995, 1637, 'pmpro_baddress2', 'Apt N') ; 
INSERT INTO `wp_usermeta` VALUES (16996, 1637, 'pmpro_bcity', 'Durham') ; 
INSERT INTO `wp_usermeta` VALUES (16997, 1637, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (16998, 1637, 'pmpro_bzipcode', '27713') ; 
INSERT INTO `wp_usermeta` VALUES (16999, 1638, 'pmpro_bfirstname', 'Lauren') ; 
INSERT INTO `wp_usermeta` VALUES (17000, 1638, 'pmpro_blastname', 'Finnerty') ; 
INSERT INTO `wp_usermeta` VALUES (17001, 1638, 'first_name', 'Lauren') ; 
INSERT INTO `wp_usermeta` VALUES (17002, 1638, 'last_name', 'Finnerty') ; 
INSERT INTO `wp_usermeta` VALUES (17003, 1638, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17004, 1638, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (17005, 1638, 'pmpro_baddress1', '207 Calypso Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (17006, 1638, 'pmpro_bcity', 'Lafayette') ; 
INSERT INTO `wp_usermeta` VALUES (17007, 1638, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17008, 1638, 'pmpro_bzipcode', '70508') ; 
INSERT INTO `wp_usermeta` VALUES (7633379, 2673, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (7633378, 2673, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (7633377, 2673, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (7633376, 2673, 'nickname', 'aazkuser11942') ; 
INSERT INTO `wp_usermeta` VALUES (7633375, 2673, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (7633374, 2673, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (7633372, 1640, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (7633371, 1640, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (17020, 1640, 'pmpro_bfirstname', 'Lauren') ; 
INSERT INTO `wp_usermeta` VALUES (17021, 1640, 'pmpro_blastname', 'Furch') ; 
INSERT INTO `wp_usermeta` VALUES (17022, 1640, 'first_name', 'Lauren') ; 
INSERT INTO `wp_usermeta` VALUES (17023, 1640, 'last_name', 'Furch') ; 
INSERT INTO `wp_usermeta` VALUES (17024, 1640, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17025, 1640, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (17026, 1640, 'pmpro_baddress1', '2801 Calloway Rd. #916') ; 
INSERT INTO `wp_usermeta` VALUES (17027, 1640, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (17028, 1640, 'pmpro_bcity', 'Tyler') ; 
INSERT INTO `wp_usermeta` VALUES (17029, 1640, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17030, 1640, 'pmpro_bzipcode', '75707') ; 
INSERT INTO `wp_usermeta` VALUES (17031, 1641, 'pmpro_bfirstname', 'Lauren') ; 
INSERT INTO `wp_usermeta` VALUES (17032, 1641, 'pmpro_blastname', 'Lowenberger') ; 
INSERT INTO `wp_usermeta` VALUES (17033, 1641, 'first_name', 'Lauren') ; 
INSERT INTO `wp_usermeta` VALUES (17034, 1641, 'last_name', 'Lowenberger') ; 
INSERT INTO `wp_usermeta` VALUES (17035, 1641, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17036, 1641, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (17037, 1641, 'pmpro_baddress1', '1417 Locust St.') ; 
INSERT INTO `wp_usermeta` VALUES (17038, 1641, 'pmpro_bcity', 'Norristown') ; 
INSERT INTO `wp_usermeta` VALUES (17039, 1641, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17040, 1641, 'pmpro_bzipcode', '19401') ; 
INSERT INTO `wp_usermeta` VALUES (17041, 1642, 'pmpro_bfirstname', 'Lauren') ; 
INSERT INTO `wp_usermeta` VALUES (17042, 1642, 'pmpro_blastname', 'Augustine') ; 
INSERT INTO `wp_usermeta` VALUES (17043, 1642, 'first_name', 'Lauren') ; 
INSERT INTO `wp_usermeta` VALUES (17044, 1642, 'last_name', 'Augustine') ; 
INSERT INTO `wp_usermeta` VALUES (17045, 1642, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (17046, 1642, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (17047, 1642, 'pmpro_baddress1', '7570 Wood Mist Lane') ; 
INSERT INTO `wp_usermeta` VALUES (17048, 1642, 'pmpro_bcity', 'Falls Church') ; 
INSERT INTO `wp_usermeta` VALUES (17049, 1642, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17050, 1642, 'pmpro_bzipcode', '22043') ; 
INSERT INTO `wp_usermeta` VALUES (17051, 1643, 'pmpro_bfirstname', 'Lauren') ; 
INSERT INTO `wp_usermeta` VALUES (17052, 1643, 'pmpro_blastname', 'Perry') ; 
INSERT INTO `wp_usermeta` VALUES (17053, 1643, 'first_name', 'Lauren') ; 
INSERT INTO `wp_usermeta` VALUES (17054, 1643, 'last_name', 'Perry') ; 
INSERT INTO `wp_usermeta` VALUES (17055, 1643, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17056, 1643, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (17057, 1643, 'pmpro_baddress1', '805 W. Sola St. Rear Unit') ; 
INSERT INTO `wp_usermeta` VALUES (17058, 1643, 'pmpro_bcity', 'Santa Barbara') ; 
INSERT INTO `wp_usermeta` VALUES (17059, 1643, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17060, 1643, 'pmpro_bzipcode', '93101') ; 
INSERT INTO `wp_usermeta` VALUES (17061, 1644, 'pmpro_bfirstname', 'Lauren') ; 
INSERT INTO `wp_usermeta` VALUES (17062, 1644, 'pmpro_blastname', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (17063, 1644, 'first_name', 'Lauren') ; 
INSERT INTO `wp_usermeta` VALUES (17064, 1644, 'last_name', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (17065, 1644, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17066, 1644, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (17067, 1644, 'pmpro_baddress1', '621 Citrus Wood Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (17068, 1644, 'pmpro_bcity', 'Valrico') ; 
INSERT INTO `wp_usermeta` VALUES (17069, 1644, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17070, 1644, 'pmpro_bzipcode', '33594') ; 
INSERT INTO `wp_usermeta` VALUES (17071, 1645, 'pmpro_bfirstname', 'Lauren') ; 
INSERT INTO `wp_usermeta` VALUES (17072, 1645, 'pmpro_blastname', 'Kruse') ; 
INSERT INTO `wp_usermeta` VALUES (17073, 1645, 'first_name', 'Lauren') ; 
INSERT INTO `wp_usermeta` VALUES (17074, 1645, 'last_name', 'Kruse') ; 
INSERT INTO `wp_usermeta` VALUES (17075, 1645, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (17076, 1645, 'pmpro_bstate', 'CT') ; 
INSERT INTO `wp_usermeta` VALUES (17077, 1645, 'pmpro_baddress1', '444 Bedford St.  Apt 2-J') ; 
INSERT INTO `wp_usermeta` VALUES (17078, 1645, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (17079, 1645, 'pmpro_bcity', 'Stamford') ; 
INSERT INTO `wp_usermeta` VALUES (17080, 1645, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17081, 1645, 'pmpro_bzipcode', '06901') ; 
INSERT INTO `wp_usermeta` VALUES (17082, 1646, 'pmpro_bfirstname', 'Lauren') ; 
INSERT INTO `wp_usermeta` VALUES (17083, 1646, 'pmpro_blastname', 'Brecklin') ; 
INSERT INTO `wp_usermeta` VALUES (17084, 1646, 'first_name', 'Lauren') ; 
INSERT INTO `wp_usermeta` VALUES (17085, 1646, 'last_name', 'Brecklin') ; 
INSERT INTO `wp_usermeta` VALUES (17086, 1646, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17087, 1646, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (17088, 1646, 'pmpro_baddress1', '3326 N. Avalon Place') ; 
INSERT INTO `wp_usermeta` VALUES (17089, 1646, 'pmpro_bcity', 'Peoria') ; 
INSERT INTO `wp_usermeta` VALUES (17090, 1646, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17091, 1646, 'pmpro_bzipcode', '61604') ; 
INSERT INTO `wp_usermeta` VALUES (17092, 1647, 'pmpro_bfirstname', 'Lauren') ; 
INSERT INTO `wp_usermeta` VALUES (17093, 1647, 'pmpro_blastname', 'Hinson') ; 
INSERT INTO `wp_usermeta` VALUES (17094, 1647, 'first_name', 'Lauren') ; 
INSERT INTO `wp_usermeta` VALUES (17095, 1647, 'last_name', 'Hinson') ; 
INSERT INTO `wp_usermeta` VALUES (17096, 1647, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17097, 1647, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (17098, 1647, 'pmpro_baddress1', '2880 N. Wickham Rd. Apt 1708') ; 
INSERT INTO `wp_usermeta` VALUES (17099, 1647, 'pmpro_bcity', 'Melbourne') ; 
INSERT INTO `wp_usermeta` VALUES (17100, 1647, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17101, 1647, 'pmpro_bzipcode', '32935-2360') ; 
INSERT INTO `wp_usermeta` VALUES (17102, 1648, 'pmpro_bfirstname', 'Lauren E. ') ; 
INSERT INTO `wp_usermeta` VALUES (17103, 1648, 'pmpro_blastname', 'Milliner') ; 
INSERT INTO `wp_usermeta` VALUES (17104, 1648, 'first_name', 'Lauren E.') ; 
INSERT INTO `wp_usermeta` VALUES (17105, 1648, 'last_name', 'Milliner') ; 
INSERT INTO `wp_usermeta` VALUES (17106, 1648, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17107, 1648, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (17108, 1648, 'pmpro_baddress1', '11327 Hayman Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (17109, 1648, 'pmpro_bcity', 'Princess Anne') ; 
INSERT INTO `wp_usermeta` VALUES (17110, 1648, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17111, 1648, 'pmpro_bzipcode', '21853') ; 
INSERT INTO `wp_usermeta` VALUES (17112, 1649, 'pmpro_bfirstname', 'Laurie') ; 
INSERT INTO `wp_usermeta` VALUES (17113, 1649, 'pmpro_blastname', 'Bingaman Lackey') ; 
INSERT INTO `wp_usermeta` VALUES (17114, 1649, 'first_name', 'Laurie') ; 
INSERT INTO `wp_usermeta` VALUES (17115, 1649, 'last_name', 'Bingaman Lackey') ; 
INSERT INTO `wp_usermeta` VALUES (17116, 1649, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17117, 1649, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (17118, 1649, 'pmpro_baddress1', '1230 Oakland St.') ; 
INSERT INTO `wp_usermeta` VALUES (17119, 1649, 'pmpro_bcity', 'Hendersonville') ; 
INSERT INTO `wp_usermeta` VALUES (17120, 1649, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17121, 1649, 'pmpro_bzipcode', '28792') ; 
INSERT INTO `wp_usermeta` VALUES (17122, 1650, 'pmpro_bfirstname', 'Laurie') ; 
INSERT INTO `wp_usermeta` VALUES (17123, 1650, 'pmpro_blastname', 'Thompson') ; 
INSERT INTO `wp_usermeta` VALUES (17124, 1650, 'first_name', 'Laurie') ; 
INSERT INTO `wp_usermeta` VALUES (17125, 1650, 'last_name', 'Thompson') ; 
INSERT INTO `wp_usermeta` VALUES (17126, 1650, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (17127, 1650, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (17128, 1650, 'pmpro_baddress1', '3463 Shady Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (17129, 1650, 'pmpro_bcity', 'Edgewater') ; 
INSERT INTO `wp_usermeta` VALUES (17130, 1650, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17131, 1650, 'pmpro_bzipcode', '21037') ; 
INSERT INTO `wp_usermeta` VALUES (17132, 1651, 'pmpro_bfirstname', 'Laurie') ; 
INSERT INTO `wp_usermeta` VALUES (17133, 1651, 'pmpro_blastname', 'Ahlander') ; 
INSERT INTO `wp_usermeta` VALUES (17134, 1651, 'first_name', 'Laurie') ; 
INSERT INTO `wp_usermeta` VALUES (17135, 1651, 'last_name', 'Ahlander') ; 
INSERT INTO `wp_usermeta` VALUES (17136, 1651, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17137, 1651, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (17138, 1651, 'pmpro_baddress1', '345 Highland St.') ; 
INSERT INTO `wp_usermeta` VALUES (17139, 1651, 'pmpro_bcity', 'Pasadena') ; 
INSERT INTO `wp_usermeta` VALUES (17140, 1651, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17141, 1651, 'pmpro_bzipcode', '91104') ; 
INSERT INTO `wp_usermeta` VALUES (17142, 1652, 'pmpro_bfirstname', 'Laurie') ; 
INSERT INTO `wp_usermeta` VALUES (17143, 1652, 'pmpro_blastname', 'McGivern') ; 
INSERT INTO `wp_usermeta` VALUES (17144, 1652, 'first_name', 'Laurie') ; 
INSERT INTO `wp_usermeta` VALUES (17145, 1652, 'last_name', 'McGivern') ; 
INSERT INTO `wp_usermeta` VALUES (17146, 1652, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (17147, 1652, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (17148, 1652, 'pmpro_baddress1', 'P.O. Box 30395') ; 
INSERT INTO `wp_usermeta` VALUES (17149, 1652, 'pmpro_bcity', 'Bellingham') ; 
INSERT INTO `wp_usermeta` VALUES (17150, 1652, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17151, 1652, 'pmpro_bzipcode', '98228-2395') ; 
INSERT INTO `wp_usermeta` VALUES (17152, 1653, 'pmpro_bfirstname', 'Laurie') ; 
INSERT INTO `wp_usermeta` VALUES (17153, 1653, 'pmpro_blastname', 'White') ; 
INSERT INTO `wp_usermeta` VALUES (17154, 1653, 'first_name', 'Laurie') ; 
INSERT INTO `wp_usermeta` VALUES (17155, 1653, 'last_name', 'White') ; 
INSERT INTO `wp_usermeta` VALUES (17156, 1653, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17157, 1653, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (17158, 1653, 'pmpro_baddress1', '8216 Yorkshire Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (17159, 1653, 'pmpro_bcity', 'Mentor') ; 
INSERT INTO `wp_usermeta` VALUES (17160, 1653, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17161, 1653, 'pmpro_bzipcode', '44060') ; 
INSERT INTO `wp_usermeta` VALUES (17162, 1654, 'pmpro_bfirstname', 'Lawrence') ; 
INSERT INTO `wp_usermeta` VALUES (17163, 1654, 'pmpro_blastname', 'Ingersoll') ; 
INSERT INTO `wp_usermeta` VALUES (17164, 1654, 'first_name', 'Lawrence') ; 
INSERT INTO `wp_usermeta` VALUES (17165, 1654, 'last_name', 'Ingersoll') ; 
INSERT INTO `wp_usermeta` VALUES (17166, 1654, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17167, 1654, 'pmpro_bstate', 'DE') ; 
INSERT INTO `wp_usermeta` VALUES (17168, 1654, 'pmpro_baddress1', '425 Garland Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (17169, 1654, 'pmpro_bcity', 'Wilmington') ; 
INSERT INTO `wp_usermeta` VALUES (17170, 1654, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17171, 1654, 'pmpro_bzipcode', '19803') ; 
INSERT INTO `wp_usermeta` VALUES (17172, 1655, 'pmpro_bfirstname', 'Lawrie') ; 
INSERT INTO `wp_usermeta` VALUES (17173, 1655, 'pmpro_blastname', 'Arends') ; 
INSERT INTO `wp_usermeta` VALUES (17174, 1655, 'first_name', 'Lawrie') ; 
INSERT INTO `wp_usermeta` VALUES (17175, 1655, 'last_name', 'Arends') ; 
INSERT INTO `wp_usermeta` VALUES (17176, 1655, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (17177, 1655, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (17178, 1655, 'pmpro_baddress1', '931 Saint Paul St') ; 
INSERT INTO `wp_usermeta` VALUES (17179, 1655, 'pmpro_bcity', 'BALTIMORE') ; 
INSERT INTO `wp_usermeta` VALUES (17180, 1655, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17181, 1655, 'pmpro_bzipcode', '21202') ; 
INSERT INTO `wp_usermeta` VALUES (17182, 1656, 'pmpro_bfirstname', 'Lea') ; 
INSERT INTO `wp_usermeta` VALUES (17183, 1656, 'pmpro_blastname', 'Jaunakais') ; 
INSERT INTO `wp_usermeta` VALUES (17184, 1656, 'first_name', 'Tiger World Inc.') ; 
INSERT INTO `wp_usermeta` VALUES (17185, 1656, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (17186, 1656, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17187, 1656, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (17188, 1656, 'pmpro_baddress1', '4405 Cook Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (17189, 1656, 'pmpro_bcity', 'Rockwell') ; 
INSERT INTO `wp_usermeta` VALUES (17190, 1656, 'uxf_organization', 'Tiger World Inc.') ; 
INSERT INTO `wp_usermeta` VALUES (17191, 1656, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17192, 1656, 'pmpro_bzipcode', '28138') ; 
INSERT INTO `wp_usermeta` VALUES (17193, 1656, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (17194, 1657, 'pmpro_bfirstname', 'Leah') ; 
INSERT INTO `wp_usermeta` VALUES (17195, 1657, 'pmpro_blastname', 'Grijalva') ; 
INSERT INTO `wp_usermeta` VALUES (17196, 1657, 'first_name', 'Leah') ; 
INSERT INTO `wp_usermeta` VALUES (17197, 1657, 'last_name', 'Grijalva') ; 
INSERT INTO `wp_usermeta` VALUES (17198, 1657, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17199, 1657, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (17200, 1657, 'pmpro_baddress1', '4584 North Ave.  Apt 1') ; 
INSERT INTO `wp_usermeta` VALUES (17201, 1657, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (17202, 1657, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (17203, 1657, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17204, 1657, 'pmpro_bzipcode', '92116') ; 
INSERT INTO `wp_usermeta` VALUES (17205, 1658, 'pmpro_bfirstname', 'Leah') ; 
INSERT INTO `wp_usermeta` VALUES (17206, 1658, 'pmpro_blastname', 'Daigle') ; 
INSERT INTO `wp_usermeta` VALUES (17207, 1658, 'first_name', 'Leah') ; 
INSERT INTO `wp_usermeta` VALUES (17208, 1658, 'last_name', 'Daigle') ; 
INSERT INTO `wp_usermeta` VALUES (17209, 1658, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17210, 1658, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (17211, 1658, 'pmpro_baddress1', '6616 C University Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (17212, 1658, 'pmpro_bcity', 'Carencro') ; 
INSERT INTO `wp_usermeta` VALUES (17213, 1658, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17214, 1658, 'pmpro_bzipcode', '70520') ; 
INSERT INTO `wp_usermeta` VALUES (17215, 1659, 'pmpro_bfirstname', 'Leah') ; 
INSERT INTO `wp_usermeta` VALUES (17216, 1659, 'pmpro_blastname', 'Rosenthal') ; 
INSERT INTO `wp_usermeta` VALUES (17217, 1659, 'first_name', 'Leah') ; 
INSERT INTO `wp_usermeta` VALUES (17218, 1659, 'last_name', 'Rosenthal') ; 
INSERT INTO `wp_usermeta` VALUES (17219, 1659, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (17220, 1659, 'pmpro_bstate', 'ME') ; 
INSERT INTO `wp_usermeta` VALUES (17221, 1659, 'pmpro_baddress1', '5007 Spring St SB8') ; 
INSERT INTO `wp_usermeta` VALUES (17222, 1659, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (17223, 1659, 'pmpro_bcity', 'Carrabassett Valley') ; 
INSERT INTO `wp_usermeta` VALUES (17224, 1659, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17225, 1659, 'pmpro_bzipcode', '04947') ; 
INSERT INTO `wp_usermeta` VALUES (17226, 1660, 'pmpro_bfirstname', 'Leah') ; 
INSERT INTO `wp_usermeta` VALUES (17227, 1660, 'pmpro_blastname', 'Valerio') ; 
INSERT INTO `wp_usermeta` VALUES (17228, 1660, 'first_name', 'Leah') ; 
INSERT INTO `wp_usermeta` VALUES (17229, 1660, 'last_name', 'Valerio') ; 
INSERT INTO `wp_usermeta` VALUES (17230, 1660, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17231, 1660, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (17232, 1660, 'pmpro_baddress1', '45 Museum Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (17233, 1660, 'pmpro_bcity', 'Tupper Lake') ; 
INSERT INTO `wp_usermeta` VALUES (17234, 1660, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17235, 1660, 'pmpro_bzipcode', '12986') ; 
INSERT INTO `wp_usermeta` VALUES (17236, 1661, 'pmpro_bfirstname', 'Clara') ; 
INSERT INTO `wp_usermeta` VALUES (17237, 1661, 'pmpro_blastname', 'Lemyre') ; 
INSERT INTO `wp_usermeta` VALUES (17238, 1661, 'first_name', 'Clara') ; 
INSERT INTO `wp_usermeta` VALUES (17239, 1661, 'last_name', 'Lemyre') ; 
INSERT INTO `wp_usermeta` VALUES (17240, 1661, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (17241, 1661, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (17242, 1661, 'pmpro_baddress1', '3615 Wilderness Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (17243, 1661, 'pmpro_bcity', 'Knoxville') ; 
INSERT INTO `wp_usermeta` VALUES (17244, 1661, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17245, 1661, 'pmpro_bzipcode', '37917') ; 
INSERT INTO `wp_usermeta` VALUES (17246, 1662, 'pmpro_bfirstname', 'Leah') ; 
INSERT INTO `wp_usermeta` VALUES (17247, 1662, 'pmpro_blastname', 'Newman: Brandywine Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (17248, 1662, 'first_name', 'Leah') ; 
INSERT INTO `wp_usermeta` VALUES (17249, 1662, 'last_name', 'Newman') ; 
INSERT INTO `wp_usermeta` VALUES (17250, 1662, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17251, 1662, 'pmpro_bstate', 'DE') ; 
INSERT INTO `wp_usermeta` VALUES (17252, 1662, 'pmpro_baddress1', '1001 N. Park Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (17253, 1662, 'pmpro_bcity', 'Wilmington') ; 
INSERT INTO `wp_usermeta` VALUES (17254, 1662, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (17255, 1662, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17256, 1662, 'pmpro_bzipcode', '19802') ; 
INSERT INTO `wp_usermeta` VALUES (17257, 1663, 'pmpro_bfirstname', 'Leanette') ; 
INSERT INTO `wp_usermeta` VALUES (17258, 1663, 'pmpro_blastname', 'Brown') ; 
INSERT INTO `wp_usermeta` VALUES (17259, 1663, 'first_name', 'Leanette') ; 
INSERT INTO `wp_usermeta` VALUES (17260, 1663, 'last_name', 'Brown') ; 
INSERT INTO `wp_usermeta` VALUES (17261, 1663, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17262, 1663, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (17263, 1663, 'pmpro_baddress1', '13203 Mark Twain') ; 
INSERT INTO `wp_usermeta` VALUES (17264, 1663, 'pmpro_bcity', 'Detroit') ; 
INSERT INTO `wp_usermeta` VALUES (17265, 1663, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17266, 1663, 'pmpro_bzipcode', '48227') ; 
INSERT INTO `wp_usermeta` VALUES (17267, 1664, 'pmpro_bfirstname', 'LeAnn') ; 
INSERT INTO `wp_usermeta` VALUES (17268, 1664, 'pmpro_blastname', 'Stavig') ; 
INSERT INTO `wp_usermeta` VALUES (17269, 1664, 'first_name', 'LeAnn') ; 
INSERT INTO `wp_usermeta` VALUES (17270, 1664, 'last_name', 'Stavig') ; 
INSERT INTO `wp_usermeta` VALUES (17271, 1664, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17272, 1664, 'pmpro_bstate', 'SD') ; 
INSERT INTO `wp_usermeta` VALUES (17273, 1664, 'pmpro_baddress1', 'P.O. Box 484') ; 
INSERT INTO `wp_usermeta` VALUES (17274, 1664, 'pmpro_bcity', 'Watertown') ; 
INSERT INTO `wp_usermeta` VALUES (17275, 1664, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17276, 1664, 'pmpro_bzipcode', '57201') ; 
INSERT INTO `wp_usermeta` VALUES (17277, 1665, 'pmpro_bfirstname', 'Leanne') ; 
INSERT INTO `wp_usermeta` VALUES (17278, 1665, 'pmpro_blastname', 'Blinco') ; 
INSERT INTO `wp_usermeta` VALUES (17279, 1665, 'first_name', 'Leanne') ; 
INSERT INTO `wp_usermeta` VALUES (17280, 1665, 'last_name', 'Blinco') ; 
INSERT INTO `wp_usermeta` VALUES (17281, 1665, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (17282, 1665, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (17283, 1665, 'pmpro_baddress1', '629 Cherry Laurel St.') ; 
INSERT INTO `wp_usermeta` VALUES (17284, 1665, 'pmpro_bcity', 'Minneola') ; 
INSERT INTO `wp_usermeta` VALUES (17285, 1665, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17286, 1665, 'pmpro_bzipcode', '34715') ; 
INSERT INTO `wp_usermeta` VALUES (17287, 1666, 'pmpro_bfirstname', 'Lee Richardson Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (17288, 1666, 'pmpro_blastname', '') ; 
INSERT INTO `wp_usermeta` VALUES (17289, 1666, 'first_name', 'Lee Richardson Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (17290, 1666, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (17291, 1666, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17292, 1666, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (17293, 1666, 'pmpro_baddress1', '312 Finnup Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (17294, 1666, 'pmpro_bcity', 'Garden City') ; 
INSERT INTO `wp_usermeta` VALUES (17295, 1666, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17296, 1666, 'pmpro_bzipcode', '67846') ; 
INSERT INTO `wp_usermeta` VALUES (17297, 1667, 'pmpro_bfirstname', 'Lee') ; 
INSERT INTO `wp_usermeta` VALUES (17298, 1667, 'pmpro_blastname', 'Marks') ; 
INSERT INTO `wp_usermeta` VALUES (17299, 1667, 'first_name', 'Lee') ; 
INSERT INTO `wp_usermeta` VALUES (17300, 1667, 'last_name', 'Marks') ; 
INSERT INTO `wp_usermeta` VALUES (17301, 1667, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17302, 1667, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (17303, 1667, 'pmpro_baddress1', '7255 Cedarcroft Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (17304, 1667, 'pmpro_bcity', 'W. Bloomfield') ; 
INSERT INTO `wp_usermeta` VALUES (17305, 1667, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17306, 1667, 'pmpro_bzipcode', '48322-4236') ; 
INSERT INTO `wp_usermeta` VALUES (17307, 1668, 'pmpro_bfirstname', 'Lee') ; 
INSERT INTO `wp_usermeta` VALUES (17308, 1668, 'pmpro_blastname', 'Hart') ; 
INSERT INTO `wp_usermeta` VALUES (17309, 1668, 'first_name', 'Lee') ; 
INSERT INTO `wp_usermeta` VALUES (17310, 1668, 'last_name', 'Hart') ; 
INSERT INTO `wp_usermeta` VALUES (17311, 1668, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (17312, 1668, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (17313, 1668, 'pmpro_baddress1', '2352 E. Harrison St.') ; 
INSERT INTO `wp_usermeta` VALUES (17314, 1668, 'pmpro_bcity', 'Springfield') ; 
INSERT INTO `wp_usermeta` VALUES (17315, 1668, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17316, 1668, 'pmpro_bzipcode', '65802-2869') ; 
INSERT INTO `wp_usermeta` VALUES (17317, 1669, 'pmpro_bfirstname', 'Lee J. ') ; 
INSERT INTO `wp_usermeta` VALUES (17318, 1669, 'pmpro_blastname', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (17319, 1669, 'first_name', 'Lee J. ') ; 
INSERT INTO `wp_usermeta` VALUES (17320, 1669, 'last_name', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (17321, 1669, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17322, 1669, 'pmpro_bstate', 'DC') ; 
INSERT INTO `wp_usermeta` VALUES (17323, 1669, 'pmpro_baddress1', '2715 Ontario Rd. NW') ; 
INSERT INTO `wp_usermeta` VALUES (17324, 1669, 'pmpro_bcity', 'Washington') ; 
INSERT INTO `wp_usermeta` VALUES (17325, 1669, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17326, 1669, 'pmpro_bzipcode', '20009-2107') ; 
INSERT INTO `wp_usermeta` VALUES (17327, 1670, 'pmpro_bfirstname', 'Leesa') ; 
INSERT INTO `wp_usermeta` VALUES (17328, 1670, 'pmpro_blastname', 'Whittlef') ; 
INSERT INTO `wp_usermeta` VALUES (17329, 1670, 'first_name', 'Leesa') ; 
INSERT INTO `wp_usermeta` VALUES (17330, 1670, 'last_name', 'Whittlef') ; 
INSERT INTO `wp_usermeta` VALUES (17331, 1670, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17332, 1670, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (17333, 1670, 'pmpro_baddress1', '2275 Josh Ct. ') ; 
INSERT INTO `wp_usermeta` VALUES (17334, 1670, 'pmpro_baddress2', 'Apt 423') ; 
INSERT INTO `wp_usermeta` VALUES (17335, 1670, 'pmpro_bcity', 'W. Melbourne') ; 
INSERT INTO `wp_usermeta` VALUES (17336, 1670, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17337, 1670, 'pmpro_bzipcode', '32904') ; 
INSERT INTO `wp_usermeta` VALUES (17338, 1671, 'pmpro_bfirstname', 'Leigh') ; 
INSERT INTO `wp_usermeta` VALUES (17339, 1671, 'pmpro_blastname', 'Pitsko') ; 
INSERT INTO `wp_usermeta` VALUES (17340, 1671, 'first_name', 'Leigh') ; 
INSERT INTO `wp_usermeta` VALUES (17341, 1671, 'last_name', 'Pitsko') ; 
INSERT INTO `wp_usermeta` VALUES (17342, 1671, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17343, 1671, 'pmpro_bstate', 'DC') ; 
INSERT INTO `wp_usermeta` VALUES (17344, 1671, 'pmpro_baddress1', '1905 Kalorama Rd. NW Apt 3') ; 
INSERT INTO `wp_usermeta` VALUES (17345, 1671, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (17346, 1671, 'pmpro_bcity', 'Washington') ; 
INSERT INTO `wp_usermeta` VALUES (17347, 1671, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17348, 1671, 'pmpro_bzipcode', '20009') ; 
INSERT INTO `wp_usermeta` VALUES (17349, 1672, 'pmpro_bfirstname', 'Leigh') ; 
INSERT INTO `wp_usermeta` VALUES (17350, 1672, 'pmpro_blastname', 'Clodfelter') ; 
INSERT INTO `wp_usermeta` VALUES (17351, 1672, 'first_name', 'Leigh') ; 
INSERT INTO `wp_usermeta` VALUES (17352, 1672, 'last_name', 'Clodfelter') ; 
INSERT INTO `wp_usermeta` VALUES (17353, 1672, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17354, 1672, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (17355, 1672, 'pmpro_baddress1', '3923 Fountain Village Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (17356, 1672, 'pmpro_bcity', 'High Point') ; 
INSERT INTO `wp_usermeta` VALUES (17357, 1672, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17358, 1672, 'pmpro_bzipcode', '27265') ; 
INSERT INTO `wp_usermeta` VALUES (17359, 1673, 'pmpro_bfirstname', 'Leigh') ; 
INSERT INTO `wp_usermeta` VALUES (17360, 1673, 'pmpro_blastname', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (17361, 1673, 'first_name', 'Leigh') ; 
INSERT INTO `wp_usermeta` VALUES (17362, 1673, 'last_name', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (17363, 1673, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17364, 1673, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (17365, 1673, 'pmpro_baddress1', '1961 Cheyenne Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (17366, 1673, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (17367, 1673, 'pmpro_bcity', 'Evansville') ; 
INSERT INTO `wp_usermeta` VALUES (17368, 1673, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17369, 1673, 'pmpro_bzipcode', '47715-7044') ; 
INSERT INTO `wp_usermeta` VALUES (17370, 1674, 'pmpro_bfirstname', 'Leigh Ann') ; 
INSERT INTO `wp_usermeta` VALUES (17371, 1674, 'pmpro_blastname', 'Fletcher') ; 
INSERT INTO `wp_usermeta` VALUES (17372, 1674, 'first_name', 'Leigh Ann') ; 
INSERT INTO `wp_usermeta` VALUES (17373, 1674, 'last_name', 'Fletcher') ; 
INSERT INTO `wp_usermeta` VALUES (17374, 1674, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17375, 1674, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (17376, 1674, 'pmpro_baddress1', '12739 Hoback St.') ; 
INSERT INTO `wp_usermeta` VALUES (17377, 1674, 'pmpro_bcity', 'Norwalk') ; 
INSERT INTO `wp_usermeta` VALUES (17378, 1674, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17379, 1674, 'pmpro_bzipcode', '90650') ; 
INSERT INTO `wp_usermeta` VALUES (17380, 1675, 'pmpro_bfirstname', 'Leilani') ; 
INSERT INTO `wp_usermeta` VALUES (17381, 1675, 'pmpro_blastname', 'Salazar') ; 
INSERT INTO `wp_usermeta` VALUES (17382, 1675, 'first_name', 'Leilani') ; 
INSERT INTO `wp_usermeta` VALUES (17383, 1675, 'last_name', 'Salazar') ; 
INSERT INTO `wp_usermeta` VALUES (17384, 1675, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17385, 1675, 'pmpro_bstate', 'HI') ; 
INSERT INTO `wp_usermeta` VALUES (17386, 1675, 'pmpro_baddress1', '2008 Lime Street') ; 
INSERT INTO `wp_usermeta` VALUES (17387, 1675, 'pmpro_bcity', 'Honolulu') ; 
INSERT INTO `wp_usermeta` VALUES (17388, 1675, 'uxf_count', 'NO-AKF Return') ; 
INSERT INTO `wp_usermeta` VALUES (17389, 1675, 'pmpro_bzipcode', '96826') ; 
INSERT INTO `wp_usermeta` VALUES (17390, 1676, 'pmpro_bfirstname', 'Leilani') ; 
INSERT INTO `wp_usermeta` VALUES (17391, 1676, 'pmpro_blastname', 'O\\\'Brien') ; 
INSERT INTO `wp_usermeta` VALUES (17392, 1676, 'first_name', 'Leilani') ; 
INSERT INTO `wp_usermeta` VALUES (17393, 1676, 'last_name', 'O\\\'Brien') ; 
INSERT INTO `wp_usermeta` VALUES (17394, 1676, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17395, 1676, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (17396, 1676, 'pmpro_baddress1', '9420 N. 87th St.') ; 
INSERT INTO `wp_usermeta` VALUES (17397, 1676, 'pmpro_bcity', 'Scottsdale') ; 
INSERT INTO `wp_usermeta` VALUES (17398, 1676, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17399, 1676, 'pmpro_bzipcode', '85258') ; 
INSERT INTO `wp_usermeta` VALUES (17400, 1677, 'pmpro_bfirstname', 'Leonard') ; 
INSERT INTO `wp_usermeta` VALUES (17401, 1677, 'pmpro_blastname', 'Park') ; 
INSERT INTO `wp_usermeta` VALUES (17402, 1677, 'first_name', 'Frank Buck Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (17403, 1677, 'last_name', 'Park') ; 
INSERT INTO `wp_usermeta` VALUES (17404, 1677, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (17405, 1677, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (17406, 1677, 'pmpro_baddress1', '200 S. Rusk') ; 
INSERT INTO `wp_usermeta` VALUES (17407, 1677, 'pmpro_bcity', 'Gainesville') ; 
INSERT INTO `wp_usermeta` VALUES (17408, 1677, 'uxf_organization', 'Frank Buck Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (17409, 1677, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17410, 1677, 'pmpro_bzipcode', '76240') ; 
INSERT INTO `wp_usermeta` VALUES (17411, 1677, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (17412, 1678, 'pmpro_bfirstname', 'Lesa') ; 
INSERT INTO `wp_usermeta` VALUES (17413, 1678, 'pmpro_blastname', 'Scheifele') ; 
INSERT INTO `wp_usermeta` VALUES (17414, 1678, 'first_name', 'Lesa') ; 
INSERT INTO `wp_usermeta` VALUES (17415, 1678, 'last_name', 'Scheifele') ; 
INSERT INTO `wp_usermeta` VALUES (17416, 1678, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17417, 1678, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (17418, 1678, 'pmpro_baddress1', '3104 Ninnichuck Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (17419, 1678, 'pmpro_bcity', 'Bethel') ; 
INSERT INTO `wp_usermeta` VALUES (17420, 1678, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17421, 1678, 'pmpro_bzipcode', '45106-9305') ; 
INSERT INTO `wp_usermeta` VALUES (17422, 1679, 'pmpro_bfirstname', 'Marla') ; 
INSERT INTO `wp_usermeta` VALUES (17423, 1679, 'pmpro_blastname', 'ODonnell') ; 
INSERT INTO `wp_usermeta` VALUES (17424, 1679, 'first_name', 'Chimps Inc.') ; 
INSERT INTO `wp_usermeta` VALUES (17425, 1679, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (17426, 1679, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (17427, 1679, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (17428, 1679, 'pmpro_baddress1', 'P.O. Box 6973') ; 
INSERT INTO `wp_usermeta` VALUES (17429, 1679, 'pmpro_bcity', 'Bend') ; 
INSERT INTO `wp_usermeta` VALUES (17430, 1679, 'uxf_organization', 'Chimps Inc.') ; 
INSERT INTO `wp_usermeta` VALUES (17431, 1679, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17432, 1679, 'pmpro_bzipcode', '97701') ; 
INSERT INTO `wp_usermeta` VALUES (17433, 1679, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (17434, 1680, 'pmpro_bfirstname', 'Lesley') ; 
INSERT INTO `wp_usermeta` VALUES (17435, 1680, 'pmpro_blastname', 'Martinez') ; 
INSERT INTO `wp_usermeta` VALUES (17436, 1680, 'first_name', 'Lesley') ; 
INSERT INTO `wp_usermeta` VALUES (17437, 1680, 'last_name', 'Martinez') ; 
INSERT INTO `wp_usermeta` VALUES (17438, 1680, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17439, 1680, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (17440, 1680, 'pmpro_baddress1', '4358 Winona Ave') ; 
INSERT INTO `wp_usermeta` VALUES (17441, 1680, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (17442, 1680, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (17443, 1680, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17444, 1680, 'pmpro_bzipcode', '92115-5051') ; 
INSERT INTO `wp_usermeta` VALUES (17445, 1681, 'pmpro_bfirstname', 'Lesli') ; 
INSERT INTO `wp_usermeta` VALUES (17446, 1681, 'pmpro_blastname', 'Creedon') ; 
INSERT INTO `wp_usermeta` VALUES (17447, 1681, 'first_name', 'Lesli') ; 
INSERT INTO `wp_usermeta` VALUES (17448, 1681, 'last_name', 'Creedon') ; 
INSERT INTO `wp_usermeta` VALUES (17449, 1681, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17450, 1681, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (17451, 1681, 'pmpro_baddress1', '2901 Russell Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (17452, 1681, 'pmpro_bcity', 'Alexandria') ; 
INSERT INTO `wp_usermeta` VALUES (17453, 1681, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17454, 1681, 'pmpro_bzipcode', '22301') ; 
INSERT INTO `wp_usermeta` VALUES (17455, 1682, 'pmpro_bfirstname', 'Leslie') ; 
INSERT INTO `wp_usermeta` VALUES (17456, 1682, 'pmpro_blastname', 'Wiener') ; 
INSERT INTO `wp_usermeta` VALUES (17457, 1682, 'first_name', 'Leslie') ; 
INSERT INTO `wp_usermeta` VALUES (17458, 1682, 'last_name', 'Wiener') ; 
INSERT INTO `wp_usermeta` VALUES (17459, 1682, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17460, 1682, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (17461, 1682, 'pmpro_baddress1', '25 Kenlan Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (17462, 1682, 'pmpro_bcity', 'Swannanoa') ; 
INSERT INTO `wp_usermeta` VALUES (17463, 1682, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17464, 1682, 'pmpro_bzipcode', '28778') ; 
INSERT INTO `wp_usermeta` VALUES (17465, 1683, 'pmpro_bfirstname', 'Leslie') ; 
INSERT INTO `wp_usermeta` VALUES (17466, 1683, 'pmpro_blastname', 'Rao') ; 
INSERT INTO `wp_usermeta` VALUES (17467, 1683, 'first_name', 'Leslie') ; 
INSERT INTO `wp_usermeta` VALUES (17468, 1683, 'last_name', 'Rao') ; 
INSERT INTO `wp_usermeta` VALUES (17469, 1683, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (17470, 1683, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (17471, 1683, 'pmpro_baddress1', '4083 N. Peach Ave.  #212') ; 
INSERT INTO `wp_usermeta` VALUES (17472, 1683, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (17473, 1683, 'pmpro_bcity', 'Fresno') ; 
INSERT INTO `wp_usermeta` VALUES (17474, 1683, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17475, 1683, 'pmpro_bzipcode', '93727') ; 
INSERT INTO `wp_usermeta` VALUES (17476, 1684, 'pmpro_bfirstname', 'Leslie') ; 
INSERT INTO `wp_usermeta` VALUES (17477, 1684, 'pmpro_blastname', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (17478, 1684, 'first_name', 'Leslie') ; 
INSERT INTO `wp_usermeta` VALUES (17479, 1684, 'last_name', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (17480, 1684, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (17481, 1684, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (17482, 1684, 'pmpro_baddress1', '11920 McCord Rd') ; 
INSERT INTO `wp_usermeta` VALUES (17483, 1684, 'pmpro_bcity', 'Huntersville') ; 
INSERT INTO `wp_usermeta` VALUES (17484, 1684, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17485, 1684, 'pmpro_bzipcode', '28078') ; 
INSERT INTO `wp_usermeta` VALUES (17486, 1685, 'pmpro_bfirstname', 'Leslie') ; 
INSERT INTO `wp_usermeta` VALUES (17487, 1685, 'pmpro_blastname', 'Ackerman') ; 
INSERT INTO `wp_usermeta` VALUES (17488, 1685, 'first_name', 'Leslie') ; 
INSERT INTO `wp_usermeta` VALUES (17489, 1685, 'last_name', 'Ackerman') ; 
INSERT INTO `wp_usermeta` VALUES (17490, 1685, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (17491, 1685, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (17492, 1685, 'pmpro_baddress1', '110 Hill Top Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (17493, 1685, 'pmpro_bcity', 'Los Gatos') ; 
INSERT INTO `wp_usermeta` VALUES (17494, 1685, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17495, 1685, 'pmpro_bzipcode', '95032') ; 
INSERT INTO `wp_usermeta` VALUES (17496, 1686, 'pmpro_bfirstname', 'Leslie') ; 
INSERT INTO `wp_usermeta` VALUES (17497, 1686, 'pmpro_blastname', 'MacDougall') ; 
INSERT INTO `wp_usermeta` VALUES (17498, 1686, 'first_name', 'Leslie') ; 
INSERT INTO `wp_usermeta` VALUES (17499, 1686, 'last_name', 'MacDougall') ; 
INSERT INTO `wp_usermeta` VALUES (17500, 1686, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (17501, 1686, 'pmpro_bstate', 'RI') ; 
INSERT INTO `wp_usermeta` VALUES (17502, 1686, 'pmpro_baddress1', '1119 Main St.  ') ; 
INSERT INTO `wp_usermeta` VALUES (17503, 1686, 'pmpro_baddress2', 'P.O. Box 814') ; 
INSERT INTO `wp_usermeta` VALUES (17504, 1686, 'pmpro_bcity', 'Hope Valley') ; 
INSERT INTO `wp_usermeta` VALUES (17505, 1686, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17506, 1686, 'pmpro_bzipcode', '02832') ; 
INSERT INTO `wp_usermeta` VALUES (7840062, 473894, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (7790039, 473894, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (7790038, 473894, 'pmpro_baddress1', ' 1660 East Shore Drive ') ; 
INSERT INTO `wp_usermeta` VALUES (7790037, 473894, 'pmpro_blastname', 'Bankson: Bay Beach Wildlife Sanctuary') ; 
INSERT INTO `wp_usermeta` VALUES (7790036, 473894, 'pmpro_bfirstname', 'Lori') ; 
INSERT INTO `wp_usermeta` VALUES (7790035, 473894, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"May 13, 2014";s:5:"month";i:3;s:7:"alltime";i:4;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (17518, 1688, 'pmpro_bfirstname', 'Lety') ; 
INSERT INTO `wp_usermeta` VALUES (17519, 1688, 'pmpro_blastname', 'Ochoa ') ; 
INSERT INTO `wp_usermeta` VALUES (17520, 1688, 'first_name', 'Lety') ; 
INSERT INTO `wp_usermeta` VALUES (17521, 1688, 'last_name', 'Ochoa ') ; 
INSERT INTO `wp_usermeta` VALUES (17522, 1688, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17523, 1688, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (17524, 1688, 'pmpro_baddress1', '2220 Avenida La Quinta St.') ; 
INSERT INTO `wp_usermeta` VALUES (17525, 1688, 'pmpro_baddress2', 'Apt 601') ; 
INSERT INTO `wp_usermeta` VALUES (17526, 1688, 'pmpro_bcity', 'Houston') ; 
INSERT INTO `wp_usermeta` VALUES (17527, 1688, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17528, 1688, 'pmpro_bzipcode', '77077') ; 
INSERT INTO `wp_usermeta` VALUES (17529, 1689, 'pmpro_bfirstname', 'Lew') ; 
INSERT INTO `wp_usermeta` VALUES (17530, 1689, 'pmpro_blastname', 'Stevens: Curator') ; 
INSERT INTO `wp_usermeta` VALUES (17531, 1689, 'first_name', 'Lew') ; 
INSERT INTO `wp_usermeta` VALUES (17532, 1689, 'last_name', 'Stevens') ; 
INSERT INTO `wp_usermeta` VALUES (17533, 1689, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17534, 1689, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (17535, 1689, 'pmpro_baddress1', '1 Science Park') ; 
INSERT INTO `wp_usermeta` VALUES (17536, 1689, 'pmpro_bcity', 'Boston') ; 
INSERT INTO `wp_usermeta` VALUES (17537, 1689, 'uxf_organization', 'Museum of Science') ; 
INSERT INTO `wp_usermeta` VALUES (17538, 1689, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17539, 1689, 'pmpro_bzipcode', '2114') ; 
INSERT INTO `wp_usermeta` VALUES (17540, 1689, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (17541, 1690, 'pmpro_bfirstname', 'Liam') ; 
INSERT INTO `wp_usermeta` VALUES (17542, 1690, 'pmpro_blastname', 'Conroy') ; 
INSERT INTO `wp_usermeta` VALUES (17543, 1690, 'first_name', 'Liam') ; 
INSERT INTO `wp_usermeta` VALUES (17544, 1690, 'last_name', 'Conroy') ; 
INSERT INTO `wp_usermeta` VALUES (17545, 1690, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17546, 1690, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (17547, 1690, 'pmpro_baddress1', '4134 SW 6th Ave.  Apt 110') ; 
INSERT INTO `wp_usermeta` VALUES (17548, 1690, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (17549, 1690, 'pmpro_bcity', 'Topeka') ; 
INSERT INTO `wp_usermeta` VALUES (17550, 1690, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17551, 1690, 'pmpro_bzipcode', '66606') ; 
INSERT INTO `wp_usermeta` VALUES (17552, 1691, 'pmpro_bfirstname', 'Libby') ; 
INSERT INTO `wp_usermeta` VALUES (17553, 1691, 'pmpro_blastname', 'Eyre') ; 
INSERT INTO `wp_usermeta` VALUES (17554, 1691, 'first_name', 'Libby') ; 
INSERT INTO `wp_usermeta` VALUES (17555, 1691, 'last_name', 'Eyre') ; 
INSERT INTO `wp_usermeta` VALUES (17556, 1691, 'pmpro_bcountry', 'AUSTRALIA') ; 
INSERT INTO `wp_usermeta` VALUES (17557, 1691, 'pmpro_bstate', 'NSW') ; 
INSERT INTO `wp_usermeta` VALUES (17558, 1691, 'pmpro_baddress1', '6/1A Prince Edward St.') ; 
INSERT INTO `wp_usermeta` VALUES (17559, 1691, 'pmpro_bcity', 'Malabar') ; 
INSERT INTO `wp_usermeta` VALUES (17560, 1691, 'pmpro_bzipcode', '2036') ; 
INSERT INTO `wp_usermeta` VALUES (17561, 1691, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (17562, 1691, 'uxf_akf', 'ELECTRONIC') ; 
INSERT INTO `wp_usermeta` VALUES (17563, 1692, 'pmpro_bfirstname', 'Libby') ; 
INSERT INTO `wp_usermeta` VALUES (17564, 1692, 'pmpro_blastname', 'Hayes') ; 
INSERT INTO `wp_usermeta` VALUES (17565, 1692, 'first_name', 'Libby') ; 
INSERT INTO `wp_usermeta` VALUES (17566, 1692, 'last_name', 'Hayes') ; 
INSERT INTO `wp_usermeta` VALUES (17567, 1692, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (17568, 1692, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (17569, 1692, 'pmpro_baddress1', '1125 Americana Lane') ; 
INSERT INTO `wp_usermeta` VALUES (17570, 1692, 'pmpro_baddress2', 'Apt 7301') ; 
INSERT INTO `wp_usermeta` VALUES (17571, 1692, 'pmpro_bcity', 'Mesquite') ; 
INSERT INTO `wp_usermeta` VALUES (17572, 1692, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17573, 1692, 'pmpro_bzipcode', '75150') ; 
INSERT INTO `wp_usermeta` VALUES (17574, 1693, 'pmpro_bfirstname', 'Libby') ; 
INSERT INTO `wp_usermeta` VALUES (17575, 1693, 'pmpro_blastname', 'Osnes-Erie') ; 
INSERT INTO `wp_usermeta` VALUES (17576, 1693, 'first_name', 'Libby') ; 
INSERT INTO `wp_usermeta` VALUES (17577, 1693, 'last_name', 'Osnes-Erie') ; 
INSERT INTO `wp_usermeta` VALUES (17578, 1693, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17579, 1693, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (17580, 1693, 'pmpro_baddress1', '2120 87th Ave SE') ; 
INSERT INTO `wp_usermeta` VALUES (17581, 1693, 'pmpro_bcity', 'Lake Stevens') ; 
INSERT INTO `wp_usermeta` VALUES (17582, 1693, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17583, 1693, 'pmpro_bzipcode', '98258') ; 
INSERT INTO `wp_usermeta` VALUES (17584, 1694, 'pmpro_bfirstname', 'Liberty') ; 
INSERT INTO `wp_usermeta` VALUES (17585, 1694, 'pmpro_blastname', 'Gibson') ; 
INSERT INTO `wp_usermeta` VALUES (17586, 1694, 'first_name', 'Liberty') ; 
INSERT INTO `wp_usermeta` VALUES (17587, 1694, 'last_name', 'Gibson') ; 
INSERT INTO `wp_usermeta` VALUES (17588, 1694, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17589, 1694, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (17590, 1694, 'pmpro_baddress1', '3325 Airport-Pulling Rd.  Apt A4') ; 
INSERT INTO `wp_usermeta` VALUES (17591, 1694, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (17592, 1694, 'pmpro_bcity', 'Naples') ; 
INSERT INTO `wp_usermeta` VALUES (17593, 1694, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17594, 1694, 'pmpro_bzipcode', '34105') ; 
INSERT INTO `wp_usermeta` VALUES (17595, 1695, 'pmpro_bfirstname', 'Librarian') ; 
INSERT INTO `wp_usermeta` VALUES (17596, 1695, 'first_name', 'Librarian') ; 
INSERT INTO `wp_usermeta` VALUES (17597, 1695, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17598, 1695, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (17599, 1695, 'pmpro_baddress1', '2300 Southern Blvd.') ; 
INSERT INTO `wp_usermeta` VALUES (17600, 1695, 'pmpro_bcity', 'Bronx') ; 
INSERT INTO `wp_usermeta` VALUES (17601, 1695, 'uxf_organization', 'Wildlife Conservation Society') ; 
INSERT INTO `wp_usermeta` VALUES (17602, 1695, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17603, 1695, 'pmpro_bzipcode', '10460-1068') ; 
INSERT INTO `wp_usermeta` VALUES (17604, 1696, 'pmpro_bfirstname', 'Vera ') ; 
INSERT INTO `wp_usermeta` VALUES (17605, 1696, 'first_name', 'Antwerp Zoo Library') ; 
INSERT INTO `wp_usermeta` VALUES (17606, 1696, 'pmpro_bcountry', 'BELGIUM') ; 
INSERT INTO `wp_usermeta` VALUES (17607, 1696, 'pmpro_baddress1', 'Kon. Astridplein 26') ; 
INSERT INTO `wp_usermeta` VALUES (17608, 1696, 'pmpro_bcity', 'Antwerpen') ; 
INSERT INTO `wp_usermeta` VALUES (17609, 1696, 'uxf_organization', 'Antwerp Zoo Library') ; 
INSERT INTO `wp_usermeta` VALUES (17610, 1696, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17611, 1696, 'pmpro_bzipcode', 'B-2018') ; 
INSERT INTO `wp_usermeta` VALUES (17612, 1696, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (17613, 1696, 'uxf_akf', 'PRINT') ; 
INSERT INTO `wp_usermeta` VALUES (17614, 1697, 'pmpro_bfirstname', 'Librarian') ; 
INSERT INTO `wp_usermeta` VALUES (17615, 1697, 'first_name', 'Library') ; 
INSERT INTO `wp_usermeta` VALUES (17616, 1697, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17617, 1697, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (17618, 1697, 'pmpro_baddress1', '1200 S. Lake Shore Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (17619, 1697, 'pmpro_bcity', 'Chicago') ; 
INSERT INTO `wp_usermeta` VALUES (17620, 1697, 'uxf_organization', 'John G. Shedd Aquarium') ; 
INSERT INTO `wp_usermeta` VALUES (17621, 1697, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17622, 1697, 'pmpro_bzipcode', '60605-2402') ; 
INSERT INTO `wp_usermeta` VALUES (17623, 1698, 'pmpro_bfirstname', 'San Diego Zoo Global') ; 
INSERT INTO `wp_usermeta` VALUES (17624, 1698, 'first_name', 'San Diego Zoo Global') ; 
INSERT INTO `wp_usermeta` VALUES (17625, 1698, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17626, 1698, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (17627, 1698, 'pmpro_baddress1', '15600 San Pasqual Valley Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (17628, 1698, 'pmpro_bcity', 'Escondido') ; 
INSERT INTO `wp_usermeta` VALUES (17629, 1698, 'uxf_organization', 'San Diego Zoo Global Library') ; 
INSERT INTO `wp_usermeta` VALUES (17630, 1698, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17631, 1698, 'pmpro_bzipcode', '92027-7000') ; 
INSERT INTO `wp_usermeta` VALUES (17632, 1699, 'pmpro_bfirstname', 'Milwaukee County Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (17633, 1699, 'first_name', 'Library') ; 
INSERT INTO `wp_usermeta` VALUES (17634, 1699, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17635, 1699, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (17636, 1699, 'pmpro_baddress1', '10001 W. Bluemound Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (17637, 1699, 'pmpro_bcity', 'Milwaukee') ; 
INSERT INTO `wp_usermeta` VALUES (17638, 1699, 'uxf_organization', 'Milwaukee County Zoo Library') ; 
INSERT INTO `wp_usermeta` VALUES (17639, 1699, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17640, 1699, 'pmpro_bzipcode', '53226-4346') ; 
INSERT INTO `wp_usermeta` VALUES (17641, 1699, 'uxf_akf', 'PRINT') ; 
INSERT INTO `wp_usermeta` VALUES (17642, 1700, 'pmpro_bfirstname', 'Lila C') ; 
INSERT INTO `wp_usermeta` VALUES (17643, 1700, 'pmpro_blastname', 'Stevens') ; 
INSERT INTO `wp_usermeta` VALUES (17644, 1700, 'first_name', 'Lila C') ; 
INSERT INTO `wp_usermeta` VALUES (17645, 1700, 'last_name', 'Stevens') ; 
INSERT INTO `wp_usermeta` VALUES (17646, 1700, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17647, 1700, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (17648, 1700, 'pmpro_baddress1', '1268 Shoreview Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (17649, 1700, 'pmpro_bcity', 'Two Harbors') ; 
INSERT INTO `wp_usermeta` VALUES (17650, 1700, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17651, 1700, 'pmpro_bzipcode', '55616') ; 
INSERT INTO `wp_usermeta` VALUES (17652, 1701, 'pmpro_bfirstname', 'Lin') ; 
INSERT INTO `wp_usermeta` VALUES (17653, 1701, 'pmpro_blastname', 'Bell') ; 
INSERT INTO `wp_usermeta` VALUES (17654, 1701, 'first_name', 'Lin') ; 
INSERT INTO `wp_usermeta` VALUES (17655, 1701, 'last_name', 'Bell') ; 
INSERT INTO `wp_usermeta` VALUES (17656, 1701, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17657, 1701, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (17658, 1701, 'pmpro_baddress1', '910 Sherwood Forest Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (17659, 1701, 'pmpro_bcity', 'Saugus') ; 
INSERT INTO `wp_usermeta` VALUES (17660, 1701, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17661, 1701, 'pmpro_bzipcode', '01906-1973') ; 
INSERT INTO `wp_usermeta` VALUES (17662, 1702, 'pmpro_bfirstname', 'Linda') ; 
INSERT INTO `wp_usermeta` VALUES (17663, 1702, 'pmpro_blastname', 'Buie') ; 
INSERT INTO `wp_usermeta` VALUES (17664, 1702, 'first_name', 'Linda') ; 
INSERT INTO `wp_usermeta` VALUES (17665, 1702, 'last_name', 'Buie') ; 
INSERT INTO `wp_usermeta` VALUES (17666, 1702, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17667, 1702, 'pmpro_bstate', 'ID') ; 
INSERT INTO `wp_usermeta` VALUES (17668, 1702, 'pmpro_baddress1', 'P.O. Box 50220') ; 
INSERT INTO `wp_usermeta` VALUES (17669, 1702, 'pmpro_bcity', 'Idaho Falls') ; 
INSERT INTO `wp_usermeta` VALUES (17670, 1702, 'uxf_organization', 'Tautphaus Park Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (17671, 1702, 'pmpro_bzipcode', '83405') ; 
INSERT INTO `wp_usermeta` VALUES (17672, 1703, 'pmpro_bfirstname', 'Linda') ; 
INSERT INTO `wp_usermeta` VALUES (17673, 1703, 'pmpro_blastname', 'Castaneda') ; 
INSERT INTO `wp_usermeta` VALUES (17674, 1703, 'first_name', 'Linda') ; 
INSERT INTO `wp_usermeta` VALUES (17675, 1703, 'last_name', 'Castaneda') ; 
INSERT INTO `wp_usermeta` VALUES (17676, 1703, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17677, 1703, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (17678, 1703, 'pmpro_baddress1', '2525 Cypress Way') ; 
INSERT INTO `wp_usermeta` VALUES (17679, 1703, 'pmpro_bcity', 'Cincinnati') ; 
INSERT INTO `wp_usermeta` VALUES (17680, 1703, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17681, 1703, 'pmpro_bzipcode', '45212-1852') ; 
INSERT INTO `wp_usermeta` VALUES (17682, 1704, 'pmpro_bfirstname', 'Linda') ; 
INSERT INTO `wp_usermeta` VALUES (17683, 1704, 'pmpro_blastname', 'Reifschneider') ; 
INSERT INTO `wp_usermeta` VALUES (17684, 1704, 'first_name', 'Linda') ; 
INSERT INTO `wp_usermeta` VALUES (17685, 1704, 'last_name', 'Reifschneider') ; 
INSERT INTO `wp_usermeta` VALUES (17686, 1704, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17687, 1704, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (17688, 1704, 'pmpro_baddress1', '4764 Brookton Way') ; 
INSERT INTO `wp_usermeta` VALUES (17689, 1704, 'pmpro_bcity', 'St. Louis') ; 
INSERT INTO `wp_usermeta` VALUES (17690, 1704, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17691, 1704, 'pmpro_bzipcode', '63128') ; 
INSERT INTO `wp_usermeta` VALUES (17692, 1705, 'pmpro_bfirstname', 'Linda') ; 
INSERT INTO `wp_usermeta` VALUES (17693, 1705, 'pmpro_blastname', 'Henry') ; 
INSERT INTO `wp_usermeta` VALUES (17694, 1705, 'first_name', 'Linda') ; 
INSERT INTO `wp_usermeta` VALUES (17695, 1705, 'last_name', 'Henry') ; 
INSERT INTO `wp_usermeta` VALUES (17696, 1705, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (17697, 1705, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (17698, 1705, 'pmpro_baddress1', '13426 Appaloosa Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (17699, 1705, 'pmpro_bcity', 'Lakeside') ; 
INSERT INTO `wp_usermeta` VALUES (17700, 1705, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17701, 1705, 'pmpro_bzipcode', '92040') ; 
INSERT INTO `wp_usermeta` VALUES (17702, 1706, 'pmpro_bfirstname', 'Linda') ; 
INSERT INTO `wp_usermeta` VALUES (17703, 1706, 'pmpro_blastname', 'Tomas') ; 
INSERT INTO `wp_usermeta` VALUES (17704, 1706, 'first_name', 'Linda') ; 
INSERT INTO `wp_usermeta` VALUES (17705, 1706, 'last_name', 'Tomas') ; 
INSERT INTO `wp_usermeta` VALUES (17706, 1706, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17707, 1706, 'pmpro_bstate', 'CT') ; 
INSERT INTO `wp_usermeta` VALUES (17708, 1706, 'pmpro_baddress1', '2 Woodcrest Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (17709, 1706, 'pmpro_bcity', 'Trumbull') ; 
INSERT INTO `wp_usermeta` VALUES (17710, 1706, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17711, 1706, 'pmpro_bzipcode', '6611') ; 
INSERT INTO `wp_usermeta` VALUES (17712, 1707, 'pmpro_bfirstname', 'Linda') ; 
INSERT INTO `wp_usermeta` VALUES (17713, 1707, 'pmpro_blastname', 'Beverly') ; 
INSERT INTO `wp_usermeta` VALUES (17714, 1707, 'first_name', 'Linda') ; 
INSERT INTO `wp_usermeta` VALUES (17715, 1707, 'last_name', 'Beverly') ; 
INSERT INTO `wp_usermeta` VALUES (17716, 1707, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17717, 1707, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (17718, 1707, 'pmpro_baddress1', '53 Ridgeway Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (17719, 1707, 'pmpro_bcity', 'Brownsburg') ; 
INSERT INTO `wp_usermeta` VALUES (17720, 1707, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17721, 1707, 'pmpro_bzipcode', '46112') ; 
INSERT INTO `wp_usermeta` VALUES (17722, 1708, 'pmpro_bfirstname', 'Linda') ; 
INSERT INTO `wp_usermeta` VALUES (17723, 1708, 'pmpro_blastname', 'Kunze') ; 
INSERT INTO `wp_usermeta` VALUES (17724, 1708, 'first_name', 'Linda') ; 
INSERT INTO `wp_usermeta` VALUES (17725, 1708, 'last_name', 'Kunze') ; 
INSERT INTO `wp_usermeta` VALUES (17726, 1708, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17727, 1708, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (17728, 1708, 'pmpro_baddress1', 'P.O. Box 4785') ; 
INSERT INTO `wp_usermeta` VALUES (17729, 1708, 'pmpro_bcity', 'Tyler') ; 
INSERT INTO `wp_usermeta` VALUES (17730, 1708, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (17731, 1708, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17732, 1708, 'pmpro_bzipcode', '75712') ; 
INSERT INTO `wp_usermeta` VALUES (17733, 1709, 'pmpro_bfirstname', 'Linda C.') ; 
INSERT INTO `wp_usermeta` VALUES (17734, 1709, 'pmpro_blastname', 'Brown') ; 
INSERT INTO `wp_usermeta` VALUES (17735, 1709, 'first_name', 'Linda C.') ; 
INSERT INTO `wp_usermeta` VALUES (17736, 1709, 'last_name', 'Brown') ; 
INSERT INTO `wp_usermeta` VALUES (17737, 1709, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (17738, 1709, 'pmpro_bstate', 'KY') ; 
INSERT INTO `wp_usermeta` VALUES (17739, 1709, 'pmpro_baddress1', '9811 Watterson Trl.') ; 
INSERT INTO `wp_usermeta` VALUES (17740, 1709, 'pmpro_bcity', 'Louisville') ; 
INSERT INTO `wp_usermeta` VALUES (17741, 1709, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17742, 1709, 'pmpro_bzipcode', '40299-3403') ; 
INSERT INTO `wp_usermeta` VALUES (17743, 1710, 'pmpro_bfirstname', 'Linda D. ') ; 
INSERT INTO `wp_usermeta` VALUES (17744, 1710, 'pmpro_blastname', 'King') ; 
INSERT INTO `wp_usermeta` VALUES (17745, 1710, 'first_name', 'Linda D. ') ; 
INSERT INTO `wp_usermeta` VALUES (17746, 1710, 'last_name', 'King') ; 
INSERT INTO `wp_usermeta` VALUES (17747, 1710, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17748, 1710, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (17749, 1710, 'pmpro_baddress1', '2987 Kobe Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (17750, 1710, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (17751, 1710, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17752, 1710, 'pmpro_bzipcode', '92123') ; 
INSERT INTO `wp_usermeta` VALUES (17753, 1711, 'pmpro_bfirstname', 'Linda E. ') ; 
INSERT INTO `wp_usermeta` VALUES (17754, 1711, 'pmpro_blastname', 'Price') ; 
INSERT INTO `wp_usermeta` VALUES (17755, 1711, 'first_name', 'Linda E. ') ; 
INSERT INTO `wp_usermeta` VALUES (17756, 1711, 'last_name', 'Price') ; 
INSERT INTO `wp_usermeta` VALUES (17757, 1711, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17758, 1711, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (17759, 1711, 'pmpro_baddress1', '6841 Coventry Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (17760, 1711, 'pmpro_bcity', 'Citrus Hgts') ; 
INSERT INTO `wp_usermeta` VALUES (17761, 1711, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17762, 1711, 'pmpro_bzipcode', '95621') ; 
INSERT INTO `wp_usermeta` VALUES (17763, 1712, 'pmpro_bfirstname', 'Linda I.') ; 
INSERT INTO `wp_usermeta` VALUES (17764, 1712, 'pmpro_blastname', 'Cover') ; 
INSERT INTO `wp_usermeta` VALUES (17765, 1712, 'first_name', 'Linda I.') ; 
INSERT INTO `wp_usermeta` VALUES (17766, 1712, 'last_name', 'Cover') ; 
INSERT INTO `wp_usermeta` VALUES (17767, 1712, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (17768, 1712, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (17769, 1712, 'pmpro_baddress1', '894 W. Belmont Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (17770, 1712, 'pmpro_bcity', 'Fresno') ; 
INSERT INTO `wp_usermeta` VALUES (17771, 1712, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (17772, 1712, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17773, 1712, 'pmpro_bzipcode', '93728') ; 
INSERT INTO `wp_usermeta` VALUES (17774, 1713, 'pmpro_bfirstname', 'Linda J. ') ; 
INSERT INTO `wp_usermeta` VALUES (17775, 1713, 'pmpro_blastname', 'Beard') ; 
INSERT INTO `wp_usermeta` VALUES (17776, 1713, 'first_name', 'Linda J. ') ; 
INSERT INTO `wp_usermeta` VALUES (17777, 1713, 'last_name', 'Beard') ; 
INSERT INTO `wp_usermeta` VALUES (17778, 1713, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17779, 1713, 'pmpro_bstate', 'ID') ; 
INSERT INTO `wp_usermeta` VALUES (17780, 1713, 'pmpro_baddress1', 'P.O. Box 50220') ; 
INSERT INTO `wp_usermeta` VALUES (17781, 1713, 'pmpro_bcity', 'Idaho Falls') ; 
INSERT INTO `wp_usermeta` VALUES (17782, 1713, 'uxf_organization', 'Tautphaus Park Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (17783, 1713, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17784, 1713, 'pmpro_bzipcode', '83405') ; 
INSERT INTO `wp_usermeta` VALUES (17785, 1714, 'pmpro_bfirstname', 'Linda M') ; 
INSERT INTO `wp_usermeta` VALUES (17786, 1714, 'pmpro_blastname', 'King') ; 
INSERT INTO `wp_usermeta` VALUES (17787, 1714, 'first_name', 'Linda M') ; 
INSERT INTO `wp_usermeta` VALUES (17788, 1714, 'last_name', 'King') ; 
INSERT INTO `wp_usermeta` VALUES (17789, 1714, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (17790, 1714, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (17791, 1714, 'pmpro_baddress1', '1434 Moran Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (17792, 1714, 'pmpro_bcity', 'Dallas') ; 
INSERT INTO `wp_usermeta` VALUES (17793, 1714, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17794, 1714, 'pmpro_bzipcode', '75218') ; 
INSERT INTO `wp_usermeta` VALUES (17795, 1715, 'pmpro_bfirstname', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (17796, 1715, 'pmpro_blastname', 'Paats') ; 
INSERT INTO `wp_usermeta` VALUES (17797, 1715, 'first_name', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (17798, 1715, 'last_name', 'Paats') ; 
INSERT INTO `wp_usermeta` VALUES (17799, 1715, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (17800, 1715, 'pmpro_bstate', 'Ont.') ; 
INSERT INTO `wp_usermeta` VALUES (17801, 1715, 'pmpro_baddress1', '4591 Paynes Cres.') ; 
INSERT INTO `wp_usermeta` VALUES (17802, 1715, 'pmpro_bcity', 'Newtonville') ; 
INSERT INTO `wp_usermeta` VALUES (17803, 1715, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17804, 1715, 'pmpro_bzipcode', 'L0A 2J0') ; 
INSERT INTO `wp_usermeta` VALUES (17805, 1716, 'pmpro_bfirstname', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (17806, 1716, 'pmpro_blastname', 'Adams') ; 
INSERT INTO `wp_usermeta` VALUES (17807, 1716, 'first_name', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (17808, 1716, 'last_name', 'Adams') ; 
INSERT INTO `wp_usermeta` VALUES (17809, 1716, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17810, 1716, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (17811, 1716, 'pmpro_baddress1', '313 Dirksen Dr. Ste B12') ; 
INSERT INTO `wp_usermeta` VALUES (17812, 1716, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (17813, 1716, 'pmpro_bcity', 'DeBary') ; 
INSERT INTO `wp_usermeta` VALUES (17814, 1716, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17815, 1716, 'pmpro_bzipcode', '32713') ; 
INSERT INTO `wp_usermeta` VALUES (17816, 1717, 'pmpro_bfirstname', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (17817, 1717, 'pmpro_blastname', 'Rasmovich') ; 
INSERT INTO `wp_usermeta` VALUES (17818, 1717, 'first_name', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (17819, 1717, 'last_name', 'Rasmovich') ; 
INSERT INTO `wp_usermeta` VALUES (17820, 1717, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17821, 1717, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (17822, 1717, 'pmpro_baddress1', '58 Demarest Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (17823, 1717, 'pmpro_bcity', 'Oakland') ; 
INSERT INTO `wp_usermeta` VALUES (17824, 1717, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17825, 1717, 'pmpro_bzipcode', '7436') ; 
INSERT INTO `wp_usermeta` VALUES (17826, 1718, 'pmpro_bfirstname', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (17827, 1718, 'pmpro_blastname', 'Bullock') ; 
INSERT INTO `wp_usermeta` VALUES (17828, 1718, 'first_name', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (17829, 1718, 'last_name', 'Bullock') ; 
INSERT INTO `wp_usermeta` VALUES (17830, 1718, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17831, 1718, 'pmpro_bstate', 'MS') ; 
INSERT INTO `wp_usermeta` VALUES (17832, 1718, 'pmpro_baddress1', '321 CR 458') ; 
INSERT INTO `wp_usermeta` VALUES (17833, 1718, 'pmpro_bcity', 'Ripley') ; 
INSERT INTO `wp_usermeta` VALUES (17834, 1718, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17835, 1718, 'pmpro_bzipcode', '38663') ; 
INSERT INTO `wp_usermeta` VALUES (17836, 1719, 'pmpro_bfirstname', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (17837, 1719, 'pmpro_blastname', 'Cosmi') ; 
INSERT INTO `wp_usermeta` VALUES (17838, 1719, 'first_name', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (17839, 1719, 'last_name', 'Cosmi') ; 
INSERT INTO `wp_usermeta` VALUES (17840, 1719, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (17841, 1719, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (17842, 1719, 'pmpro_baddress1', '26381 Whitman St. #5') ; 
INSERT INTO `wp_usermeta` VALUES (17843, 1719, 'pmpro_bcity', 'Hayward') ; 
INSERT INTO `wp_usermeta` VALUES (17844, 1719, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17845, 1719, 'pmpro_bzipcode', '94544') ; 
INSERT INTO `wp_usermeta` VALUES (17846, 1720, 'pmpro_bfirstname', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (17847, 1720, 'pmpro_blastname', 'Renner') ; 
INSERT INTO `wp_usermeta` VALUES (17848, 1720, 'first_name', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (17849, 1720, 'last_name', 'Renner') ; 
INSERT INTO `wp_usermeta` VALUES (17850, 1720, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (17851, 1720, 'pmpro_bstate', 'UT') ; 
INSERT INTO `wp_usermeta` VALUES (17852, 1720, 'pmpro_baddress1', '770 E. Browning Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (17853, 1720, 'pmpro_bcity', 'Salt Lake City') ; 
INSERT INTO `wp_usermeta` VALUES (17854, 1720, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17855, 1720, 'pmpro_bzipcode', '84105') ; 
INSERT INTO `wp_usermeta` VALUES (17856, 1721, 'pmpro_bfirstname', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (17857, 1721, 'pmpro_blastname', 'Ireland') ; 
INSERT INTO `wp_usermeta` VALUES (17858, 1721, 'first_name', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (17859, 1721, 'last_name', 'Ireland') ; 
INSERT INTO `wp_usermeta` VALUES (17860, 1721, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17861, 1721, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (17862, 1721, 'pmpro_baddress1', '16095 Patriot Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (17863, 1721, 'pmpro_bcity', 'Macomb') ; 
INSERT INTO `wp_usermeta` VALUES (17864, 1721, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17865, 1721, 'pmpro_bzipcode', '48044') ; 
INSERT INTO `wp_usermeta` VALUES (17866, 1722, 'pmpro_bfirstname', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (17867, 1722, 'pmpro_blastname', 'Gilbert') ; 
INSERT INTO `wp_usermeta` VALUES (17868, 1722, 'first_name', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (17869, 1722, 'last_name', 'Gilbert') ; 
INSERT INTO `wp_usermeta` VALUES (17870, 1722, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17871, 1722, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (17872, 1722, 'pmpro_baddress1', '406 Corona Del Mar #3') ; 
INSERT INTO `wp_usermeta` VALUES (17873, 1722, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (17874, 1722, 'pmpro_bcity', 'Santa Barbara') ; 
INSERT INTO `wp_usermeta` VALUES (17875, 1722, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17876, 1722, 'pmpro_bzipcode', '93103') ; 
INSERT INTO `wp_usermeta` VALUES (17877, 1723, 'pmpro_bfirstname', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (17878, 1723, 'pmpro_blastname', 'Rosenberg') ; 
INSERT INTO `wp_usermeta` VALUES (17879, 1723, 'first_name', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (17880, 1723, 'last_name', 'Koch') ; 
INSERT INTO `wp_usermeta` VALUES (17881, 1723, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17882, 1723, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (17883, 1723, 'pmpro_baddress1', '975 Jonquill Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (17884, 1723, 'pmpro_bcity', 'Ventura') ; 
INSERT INTO `wp_usermeta` VALUES (17885, 1723, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17886, 1723, 'pmpro_bzipcode', '93004') ; 
INSERT INTO `wp_usermeta` VALUES (17887, 1724, 'pmpro_bfirstname', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (17888, 1724, 'pmpro_blastname', 'Jacks') ; 
INSERT INTO `wp_usermeta` VALUES (17889, 1724, 'first_name', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (17890, 1724, 'last_name', 'Jacks') ; 
INSERT INTO `wp_usermeta` VALUES (17891, 1724, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (17892, 1724, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (17893, 1724, 'pmpro_baddress1', '5985 Western Run Dr. Apt D') ; 
INSERT INTO `wp_usermeta` VALUES (17894, 1724, 'pmpro_bcity', 'Baltimore') ; 
INSERT INTO `wp_usermeta` VALUES (17895, 1724, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17896, 1724, 'pmpro_bzipcode', '21209') ; 
INSERT INTO `wp_usermeta` VALUES (17897, 1725, 'pmpro_bfirstname', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (17898, 1725, 'pmpro_blastname', 'Halford') ; 
INSERT INTO `wp_usermeta` VALUES (17899, 1725, 'first_name', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (17900, 1725, 'last_name', 'Halford') ; 
INSERT INTO `wp_usermeta` VALUES (17901, 1725, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17902, 1725, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (17903, 1725, 'pmpro_baddress1', '331 Mathilda Dr. - Apt 2') ; 
INSERT INTO `wp_usermeta` VALUES (17904, 1725, 'pmpro_bcity', 'Goleta') ; 
INSERT INTO `wp_usermeta` VALUES (17905, 1725, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17906, 1725, 'pmpro_bzipcode', '93117-2535') ; 
INSERT INTO `wp_usermeta` VALUES (17907, 1726, 'pmpro_bfirstname', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (17908, 1726, 'pmpro_blastname', 'Tucker') ; 
INSERT INTO `wp_usermeta` VALUES (17909, 1726, 'first_name', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (17910, 1726, 'last_name', 'Tucker') ; 
INSERT INTO `wp_usermeta` VALUES (17911, 1726, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17912, 1726, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (17913, 1726, 'pmpro_baddress1', '124 N. 16th St.') ; 
INSERT INTO `wp_usermeta` VALUES (17914, 1726, 'pmpro_bcity', 'Bloomfield') ; 
INSERT INTO `wp_usermeta` VALUES (17915, 1726, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17916, 1726, 'pmpro_bzipcode', '7003') ; 
INSERT INTO `wp_usermeta` VALUES (17917, 1727, 'pmpro_bfirstname', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (17918, 1727, 'pmpro_blastname', 'Jaquier') ; 
INSERT INTO `wp_usermeta` VALUES (17919, 1727, 'first_name', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (17920, 1727, 'last_name', 'Jaquier') ; 
INSERT INTO `wp_usermeta` VALUES (17921, 1727, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17922, 1727, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (17923, 1727, 'pmpro_baddress1', '11108 E. 78th Terrace') ; 
INSERT INTO `wp_usermeta` VALUES (17924, 1727, 'pmpro_bcity', 'Raytown') ; 
INSERT INTO `wp_usermeta` VALUES (17925, 1727, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17926, 1727, 'pmpro_bzipcode', '64138') ; 
INSERT INTO `wp_usermeta` VALUES (17927, 1728, 'pmpro_bfirstname', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (17928, 1728, 'pmpro_blastname', 'North') ; 
INSERT INTO `wp_usermeta` VALUES (17929, 1728, 'first_name', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (17930, 1728, 'last_name', 'North') ; 
INSERT INTO `wp_usermeta` VALUES (17931, 1728, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17932, 1728, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (17933, 1728, 'pmpro_baddress1', '5052 N. 152nd Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (17934, 1728, 'pmpro_bcity', 'Omaha') ; 
INSERT INTO `wp_usermeta` VALUES (17935, 1728, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17936, 1728, 'pmpro_bzipcode', '68116') ; 
INSERT INTO `wp_usermeta` VALUES (17937, 1729, 'pmpro_bfirstname', 'Lindsey') ; 
INSERT INTO `wp_usermeta` VALUES (17938, 1729, 'pmpro_blastname', 'Kocincki') ; 
INSERT INTO `wp_usermeta` VALUES (17939, 1729, 'first_name', 'Lindsey') ; 
INSERT INTO `wp_usermeta` VALUES (17940, 1729, 'last_name', 'Kocincki') ; 
INSERT INTO `wp_usermeta` VALUES (17941, 1729, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17942, 1729, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (17943, 1729, 'pmpro_baddress1', '1875 Stevely Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (17944, 1729, 'pmpro_bcity', 'Long Beach') ; 
INSERT INTO `wp_usermeta` VALUES (17945, 1729, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17946, 1729, 'pmpro_bzipcode', '90815') ; 
INSERT INTO `wp_usermeta` VALUES (17947, 1730, 'pmpro_bfirstname', 'Lindsey') ; 
INSERT INTO `wp_usermeta` VALUES (17948, 1730, 'pmpro_blastname', 'Shafer') ; 
INSERT INTO `wp_usermeta` VALUES (17949, 1730, 'first_name', 'Lindsey') ; 
INSERT INTO `wp_usermeta` VALUES (17950, 1730, 'last_name', 'Shafer') ; 
INSERT INTO `wp_usermeta` VALUES (17951, 1730, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17952, 1730, 'pmpro_bstate', 'AL') ; 
INSERT INTO `wp_usermeta` VALUES (17953, 1730, 'pmpro_baddress1', '1744 Summit Place') ; 
INSERT INTO `wp_usermeta` VALUES (17954, 1730, 'pmpro_bcity', 'Birmingham') ; 
INSERT INTO `wp_usermeta` VALUES (17955, 1730, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17956, 1730, 'pmpro_bzipcode', '35243') ; 
INSERT INTO `wp_usermeta` VALUES (17957, 1731, 'pmpro_bfirstname', 'Lindsey') ; 
INSERT INTO `wp_usermeta` VALUES (17958, 1731, 'pmpro_blastname', 'Moyer') ; 
INSERT INTO `wp_usermeta` VALUES (17959, 1731, 'first_name', 'Lindsey') ; 
INSERT INTO `wp_usermeta` VALUES (17960, 1731, 'last_name', 'Moyer') ; 
INSERT INTO `wp_usermeta` VALUES (17961, 1731, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17962, 1731, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (17963, 1731, 'pmpro_baddress1', '2415 Mount Zion Road') ; 
INSERT INTO `wp_usermeta` VALUES (17964, 1731, 'pmpro_bcity', 'Fredricksberg') ; 
INSERT INTO `wp_usermeta` VALUES (17965, 1731, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17966, 1731, 'pmpro_bzipcode', '17026-9324') ; 
INSERT INTO `wp_usermeta` VALUES (17967, 1732, 'pmpro_bfirstname', 'Lindsey') ; 
INSERT INTO `wp_usermeta` VALUES (17968, 1732, 'pmpro_blastname', 'King') ; 
INSERT INTO `wp_usermeta` VALUES (17969, 1732, 'first_name', 'Lindsey') ; 
INSERT INTO `wp_usermeta` VALUES (17970, 1732, 'last_name', 'King') ; 
INSERT INTO `wp_usermeta` VALUES (17971, 1732, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (17972, 1732, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (17973, 1732, 'pmpro_baddress1', '4540 Florida St.   Apt 6') ; 
INSERT INTO `wp_usermeta` VALUES (17974, 1732, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (17975, 1732, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (17976, 1732, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17977, 1732, 'pmpro_bzipcode', '92116') ; 
INSERT INTO `wp_usermeta` VALUES (17978, 1733, 'pmpro_bfirstname', 'Lindsey') ; 
INSERT INTO `wp_usermeta` VALUES (17979, 1733, 'pmpro_blastname', 'Schick') ; 
INSERT INTO `wp_usermeta` VALUES (17980, 1733, 'first_name', 'Lindsey') ; 
INSERT INTO `wp_usermeta` VALUES (17981, 1733, 'last_name', 'Schick') ; 
INSERT INTO `wp_usermeta` VALUES (17982, 1733, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17983, 1733, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (17984, 1733, 'pmpro_baddress1', '20 Vine Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (17985, 1733, 'pmpro_bcity', 'Rocky Point') ; 
INSERT INTO `wp_usermeta` VALUES (17986, 1733, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17987, 1733, 'pmpro_bzipcode', '11778') ; 
INSERT INTO `wp_usermeta` VALUES (17988, 1734, 'pmpro_bfirstname', 'Linelle') ; 
INSERT INTO `wp_usermeta` VALUES (17989, 1734, 'pmpro_blastname', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (17990, 1734, 'first_name', 'Linelle') ; 
INSERT INTO `wp_usermeta` VALUES (17991, 1734, 'last_name', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (17992, 1734, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (17993, 1734, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (17994, 1734, 'pmpro_baddress1', '2114 Eisenhower Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (17995, 1734, 'pmpro_bcity', 'Toms River') ; 
INSERT INTO `wp_usermeta` VALUES (17996, 1734, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (17997, 1734, 'pmpro_bzipcode', '08753-5973') ; 
INSERT INTO `wp_usermeta` VALUES (17998, 1735, 'pmpro_bfirstname', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (17999, 1735, 'pmpro_blastname', 'Tate: Executive Director') ; 
INSERT INTO `wp_usermeta` VALUES (18000, 1735, 'first_name', 'Red River Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (18001, 1735, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (18002, 1735, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18003, 1735, 'pmpro_bstate', 'ND') ; 
INSERT INTO `wp_usermeta` VALUES (18004, 1735, 'pmpro_baddress1', '4255 23rd Ave. S') ; 
INSERT INTO `wp_usermeta` VALUES (18005, 1735, 'pmpro_bcity', 'Fargo') ; 
INSERT INTO `wp_usermeta` VALUES (18006, 1735, 'uxf_organization', 'Red River Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (18007, 1735, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18008, 1735, 'pmpro_bzipcode', '58104') ; 
INSERT INTO `wp_usermeta` VALUES (18009, 1735, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (18010, 1736, 'pmpro_bfirstname', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18011, 1736, 'pmpro_blastname', 'Chicarella') ; 
INSERT INTO `wp_usermeta` VALUES (18012, 1736, 'first_name', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18013, 1736, 'last_name', 'Chicarella') ; 
INSERT INTO `wp_usermeta` VALUES (18014, 1736, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (18015, 1736, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (18016, 1736, 'pmpro_baddress1', '1315 Linden Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (18017, 1736, 'pmpro_bcity', 'Baltimore') ; 
INSERT INTO `wp_usermeta` VALUES (18018, 1736, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18019, 1736, 'pmpro_bzipcode', '21227') ; 
INSERT INTO `wp_usermeta` VALUES (18020, 1737, 'pmpro_bfirstname', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18021, 1737, 'pmpro_blastname', 'Fitzgerald') ; 
INSERT INTO `wp_usermeta` VALUES (18022, 1737, 'first_name', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18023, 1737, 'last_name', 'Fitzgerald') ; 
INSERT INTO `wp_usermeta` VALUES (18024, 1737, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (18025, 1737, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (18026, 1737, 'pmpro_baddress1', '4109 Dawn Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (18027, 1737, 'pmpro_bcity', 'Benbrook') ; 
INSERT INTO `wp_usermeta` VALUES (18028, 1737, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18029, 1737, 'pmpro_bzipcode', '76116-7505') ; 
INSERT INTO `wp_usermeta` VALUES (18030, 1738, 'pmpro_bfirstname', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18031, 1738, 'pmpro_blastname', 'Lidgus') ; 
INSERT INTO `wp_usermeta` VALUES (18032, 1738, 'first_name', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18033, 1738, 'last_name', 'Lidgus') ; 
INSERT INTO `wp_usermeta` VALUES (18034, 1738, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18035, 1738, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (18036, 1738, 'pmpro_baddress1', '3749 Blow St.') ; 
INSERT INTO `wp_usermeta` VALUES (18037, 1738, 'pmpro_bcity', 'St. Louis') ; 
INSERT INTO `wp_usermeta` VALUES (18038, 1738, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18039, 1738, 'pmpro_bzipcode', '63116') ; 
INSERT INTO `wp_usermeta` VALUES (18040, 1739, 'pmpro_bfirstname', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18041, 1739, 'pmpro_blastname', 'Ratner') ; 
INSERT INTO `wp_usermeta` VALUES (18042, 1739, 'first_name', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18043, 1739, 'last_name', 'Ratner') ; 
INSERT INTO `wp_usermeta` VALUES (18044, 1739, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18045, 1739, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (18046, 1739, 'pmpro_baddress1', '5600 Bentley Ct. ') ; 
INSERT INTO `wp_usermeta` VALUES (18047, 1739, 'pmpro_baddress2', 'Apt 101') ; 
INSERT INTO `wp_usermeta` VALUES (18048, 1739, 'pmpro_bcity', 'Virginia Beach') ; 
INSERT INTO `wp_usermeta` VALUES (18049, 1739, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18050, 1739, 'pmpro_bzipcode', '23462') ; 
INSERT INTO `wp_usermeta` VALUES (18051, 1740, 'pmpro_bfirstname', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18052, 1740, 'pmpro_blastname', 'Van Slett') ; 
INSERT INTO `wp_usermeta` VALUES (18053, 1740, 'first_name', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18054, 1740, 'last_name', 'Van Slett') ; 
INSERT INTO `wp_usermeta` VALUES (18055, 1740, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (18056, 1740, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (18057, 1740, 'pmpro_baddress1', '4411 Mc Kinney Ave - Apt 25') ; 
INSERT INTO `wp_usermeta` VALUES (18058, 1740, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (18059, 1740, 'pmpro_bcity', 'Dallas') ; 
INSERT INTO `wp_usermeta` VALUES (18060, 1740, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18061, 1740, 'pmpro_bzipcode', '75205') ; 
INSERT INTO `wp_usermeta` VALUES (18062, 1741, 'pmpro_bfirstname', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18063, 1741, 'pmpro_blastname', 'Walker') ; 
INSERT INTO `wp_usermeta` VALUES (18064, 1741, 'first_name', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18065, 1741, 'last_name', 'Walker') ; 
INSERT INTO `wp_usermeta` VALUES (18066, 1741, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (18067, 1741, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (18068, 1741, 'pmpro_baddress1', '136 New Holland Village') ; 
INSERT INTO `wp_usermeta` VALUES (18069, 1741, 'pmpro_bcity', 'Nanuet') ; 
INSERT INTO `wp_usermeta` VALUES (18070, 1741, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18071, 1741, 'pmpro_bzipcode', '10954') ; 
INSERT INTO `wp_usermeta` VALUES (18072, 1742, 'pmpro_bfirstname', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18073, 1742, 'pmpro_blastname', 'Ashburn') ; 
INSERT INTO `wp_usermeta` VALUES (18074, 1742, 'first_name', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18075, 1742, 'last_name', 'Ashburn') ; 
INSERT INTO `wp_usermeta` VALUES (18076, 1742, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18077, 1742, 'pmpro_bstate', 'IA') ; 
INSERT INTO `wp_usermeta` VALUES (18078, 1742, 'pmpro_baddress1', '21201 Kirkwood St.') ; 
INSERT INTO `wp_usermeta` VALUES (18079, 1742, 'pmpro_bcity', 'Milo') ; 
INSERT INTO `wp_usermeta` VALUES (18080, 1742, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18081, 1742, 'pmpro_bzipcode', '50166-4702') ; 
INSERT INTO `wp_usermeta` VALUES (18082, 1743, 'pmpro_bfirstname', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18083, 1743, 'pmpro_blastname', 'Land') ; 
INSERT INTO `wp_usermeta` VALUES (18084, 1743, 'first_name', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18085, 1743, 'last_name', 'Land') ; 
INSERT INTO `wp_usermeta` VALUES (18086, 1743, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18087, 1743, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (18088, 1743, 'pmpro_baddress1', '3210 278th Ave. NE') ; 
INSERT INTO `wp_usermeta` VALUES (18089, 1743, 'pmpro_bcity', 'Redmond') ; 
INSERT INTO `wp_usermeta` VALUES (18090, 1743, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18091, 1743, 'pmpro_bzipcode', '98053-3104') ; 
INSERT INTO `wp_usermeta` VALUES (18092, 1744, 'pmpro_bfirstname', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18093, 1744, 'pmpro_blastname', 'Prado') ; 
INSERT INTO `wp_usermeta` VALUES (18094, 1744, 'first_name', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18095, 1744, 'last_name', 'Bergemann') ; 
INSERT INTO `wp_usermeta` VALUES (18096, 1744, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18097, 1744, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (18098, 1744, 'pmpro_baddress1', '9131 S. Aspen Dr.  Unit 5') ; 
INSERT INTO `wp_usermeta` VALUES (18099, 1744, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (18100, 1744, 'pmpro_bcity', 'Oak Creek') ; 
INSERT INTO `wp_usermeta` VALUES (18101, 1744, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18102, 1744, 'pmpro_bzipcode', '53154') ; 
INSERT INTO `wp_usermeta` VALUES (18103, 1745, 'pmpro_bfirstname', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18104, 1745, 'pmpro_blastname', 'Henderson') ; 
INSERT INTO `wp_usermeta` VALUES (18105, 1745, 'first_name', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18106, 1745, 'last_name', 'Henderson') ; 
INSERT INTO `wp_usermeta` VALUES (18107, 1745, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18108, 1745, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (18109, 1745, 'pmpro_baddress1', '6477 NE Hickory Grove Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (18110, 1745, 'pmpro_bcity', 'Pinetta') ; 
INSERT INTO `wp_usermeta` VALUES (18111, 1745, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18112, 1745, 'pmpro_bzipcode', '32350') ; 
INSERT INTO `wp_usermeta` VALUES (18113, 1746, 'pmpro_bfirstname', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18114, 1746, 'pmpro_blastname', 'Murphy') ; 
INSERT INTO `wp_usermeta` VALUES (18115, 1746, 'first_name', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18116, 1746, 'last_name', 'Murphy') ; 
INSERT INTO `wp_usermeta` VALUES (18117, 1746, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (18118, 1746, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (18119, 1746, 'pmpro_baddress1', '23725 115th Ave. N') ; 
INSERT INTO `wp_usermeta` VALUES (18120, 1746, 'pmpro_bcity', 'Port Byron') ; 
INSERT INTO `wp_usermeta` VALUES (18121, 1746, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18122, 1746, 'pmpro_bzipcode', '61275') ; 
INSERT INTO `wp_usermeta` VALUES (18123, 1747, 'pmpro_bfirstname', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18124, 1747, 'pmpro_blastname', 'Cariello') ; 
INSERT INTO `wp_usermeta` VALUES (18125, 1747, 'first_name', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18126, 1747, 'last_name', 'Cariello') ; 
INSERT INTO `wp_usermeta` VALUES (18127, 1747, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18128, 1747, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (18129, 1747, 'pmpro_baddress1', '3214 NW 20th St.') ; 
INSERT INTO `wp_usermeta` VALUES (18130, 1747, 'pmpro_bcity', 'Gainesville') ; 
INSERT INTO `wp_usermeta` VALUES (18131, 1747, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18132, 1747, 'pmpro_bzipcode', '32605') ; 
INSERT INTO `wp_usermeta` VALUES (18133, 1748, 'pmpro_bfirstname', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18134, 1748, 'pmpro_blastname', 'Laskoski') ; 
INSERT INTO `wp_usermeta` VALUES (18135, 1748, 'first_name', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18136, 1748, 'last_name', 'Laskoski') ; 
INSERT INTO `wp_usermeta` VALUES (18137, 1748, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (18138, 1748, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (18139, 1748, 'pmpro_baddress1', '120 Hansford Lasyone Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (18140, 1748, 'pmpro_bcity', 'Pineville') ; 
INSERT INTO `wp_usermeta` VALUES (18141, 1748, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18142, 1748, 'pmpro_bzipcode', '71360-9601') ; 
INSERT INTO `wp_usermeta` VALUES (18143, 1749, 'pmpro_bfirstname', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18144, 1749, 'pmpro_blastname', 'Guglielmi') ; 
INSERT INTO `wp_usermeta` VALUES (18145, 1749, 'first_name', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18146, 1749, 'last_name', 'Guglielmi') ; 
INSERT INTO `wp_usermeta` VALUES (18147, 1749, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18148, 1749, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (18149, 1749, 'pmpro_baddress1', '72008 W. Steven Pl.') ; 
INSERT INTO `wp_usermeta` VALUES (18150, 1749, 'pmpro_bcity', 'Franklin') ; 
INSERT INTO `wp_usermeta` VALUES (18151, 1749, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18152, 1749, 'pmpro_bzipcode', '53132') ; 
INSERT INTO `wp_usermeta` VALUES (18153, 1750, 'pmpro_bfirstname', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18154, 1750, 'pmpro_blastname', 'Metko Schaefer') ; 
INSERT INTO `wp_usermeta` VALUES (18155, 1750, 'first_name', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (18156, 1750, 'last_name', 'Metko Schaefer') ; 
INSERT INTO `wp_usermeta` VALUES (18157, 1750, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18158, 1750, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (18159, 1750, 'pmpro_baddress1', '4960 N. Mason Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (18160, 1750, 'pmpro_bcity', 'Chicago') ; 
INSERT INTO `wp_usermeta` VALUES (18161, 1750, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18162, 1750, 'pmpro_bzipcode', '60630') ; 
INSERT INTO `wp_usermeta` VALUES (18163, 1751, 'pmpro_bfirstname', 'Lisa A. ') ; 
INSERT INTO `wp_usermeta` VALUES (18164, 1751, 'pmpro_blastname', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (18165, 1751, 'first_name', 'Lisa A. ') ; 
INSERT INTO `wp_usermeta` VALUES (18166, 1751, 'last_name', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (18167, 1751, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18168, 1751, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (18169, 1751, 'pmpro_baddress1', '9165 San Juan Pl.') ; 
INSERT INTO `wp_usermeta` VALUES (18170, 1751, 'pmpro_bcity', 'La Mesa') ; 
INSERT INTO `wp_usermeta` VALUES (18171, 1751, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18172, 1751, 'pmpro_bzipcode', '91941') ; 
INSERT INTO `wp_usermeta` VALUES (18173, 1752, 'pmpro_bfirstname', 'Lisa K.') ; 
INSERT INTO `wp_usermeta` VALUES (18174, 1752, 'pmpro_blastname', 'Webb') ; 
INSERT INTO `wp_usermeta` VALUES (18175, 1752, 'first_name', 'Lisa K.') ; 
INSERT INTO `wp_usermeta` VALUES (18176, 1752, 'last_name', 'Webb') ; 
INSERT INTO `wp_usermeta` VALUES (18177, 1752, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18178, 1752, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (18179, 1752, 'pmpro_baddress1', '112 Leesburg Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (18180, 1752, 'pmpro_bcity', 'Telford') ; 
INSERT INTO `wp_usermeta` VALUES (18181, 1752, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18182, 1752, 'pmpro_bzipcode', '37690') ; 
INSERT INTO `wp_usermeta` VALUES (18183, 1753, 'pmpro_bfirstname', 'Lisa M.') ; 
INSERT INTO `wp_usermeta` VALUES (18184, 1753, 'pmpro_blastname', 'Rekitt') ; 
INSERT INTO `wp_usermeta` VALUES (18185, 1753, 'first_name', 'Lisa M.') ; 
INSERT INTO `wp_usermeta` VALUES (18186, 1753, 'last_name', 'Rekitt') ; 
INSERT INTO `wp_usermeta` VALUES (18187, 1753, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18188, 1753, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (18189, 1753, 'pmpro_baddress1', '621 Burkhart Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (18190, 1753, 'pmpro_bcity', 'Erie') ; 
INSERT INTO `wp_usermeta` VALUES (18191, 1753, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18192, 1753, 'pmpro_bzipcode', '16511') ; 
INSERT INTO `wp_usermeta` VALUES (18193, 1754, 'pmpro_bfirstname', 'Lissa') ; 
INSERT INTO `wp_usermeta` VALUES (18194, 1754, 'pmpro_blastname', 'Browning') ; 
INSERT INTO `wp_usermeta` VALUES (18195, 1754, 'first_name', 'Lissa') ; 
INSERT INTO `wp_usermeta` VALUES (18196, 1754, 'last_name', 'Browning') ; 
INSERT INTO `wp_usermeta` VALUES (18197, 1754, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (18198, 1754, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (18199, 1754, 'pmpro_baddress1', '3161 Woodford Rd.  Apt N') ; 
INSERT INTO `wp_usermeta` VALUES (18200, 1754, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (18201, 1754, 'pmpro_bcity', 'Cincinnati') ; 
INSERT INTO `wp_usermeta` VALUES (18202, 1754, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18203, 1754, 'pmpro_bzipcode', '45213') ; 
INSERT INTO `wp_usermeta` VALUES (18204, 1755, 'pmpro_bfirstname', 'Liz') ; 
INSERT INTO `wp_usermeta` VALUES (18205, 1755, 'pmpro_blastname', 'Romer') ; 
INSERT INTO `wp_usermeta` VALUES (18206, 1755, 'first_name', 'Liz') ; 
INSERT INTO `wp_usermeta` VALUES (18207, 1755, 'last_name', 'Romer') ; 
INSERT INTO `wp_usermeta` VALUES (18208, 1755, 'pmpro_bcountry', 'AUSTRALIA') ; 
INSERT INTO `wp_usermeta` VALUES (18209, 1755, 'pmpro_bstate', 'VIC') ; 
INSERT INTO `wp_usermeta` VALUES (18210, 1755, 'pmpro_baddress1', 'P. O. Box 248') ; 
INSERT INTO `wp_usermeta` VALUES (18211, 1755, 'pmpro_bcity', 'Healsville') ; 
INSERT INTO `wp_usermeta` VALUES (18212, 1755, 'uxf_organization', ' A S Z K') ; 
INSERT INTO `wp_usermeta` VALUES (18213, 1755, 'uxf_count', 'NO') ; 
INSERT INTO `wp_usermeta` VALUES (18214, 1755, 'pmpro_bzipcode', '3777') ; 
INSERT INTO `wp_usermeta` VALUES (18215, 1755, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (18216, 1756, 'pmpro_bfirstname', 'Liz') ; 
INSERT INTO `wp_usermeta` VALUES (18217, 1756, 'pmpro_blastname', 'Evans') ; 
INSERT INTO `wp_usermeta` VALUES (18218, 1756, 'first_name', 'Liz') ; 
INSERT INTO `wp_usermeta` VALUES (18219, 1756, 'last_name', 'Evans') ; 
INSERT INTO `wp_usermeta` VALUES (18220, 1756, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (18221, 1756, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (18222, 1756, 'pmpro_baddress1', 'National Aquarium - 501 E. Pratt St.') ; 
INSERT INTO `wp_usermeta` VALUES (18223, 1756, 'pmpro_bcity', 'Baltimore') ; 
INSERT INTO `wp_usermeta` VALUES (18224, 1756, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (18225, 1756, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18226, 1756, 'pmpro_bzipcode', '21202') ; 
INSERT INTO `wp_usermeta` VALUES (18227, 1757, 'pmpro_bfirstname', 'Lloyd') ; 
INSERT INTO `wp_usermeta` VALUES (18228, 1757, 'pmpro_blastname', 'Woodward') ; 
INSERT INTO `wp_usermeta` VALUES (18229, 1757, 'first_name', 'Lloyd') ; 
INSERT INTO `wp_usermeta` VALUES (18230, 1757, 'last_name', 'Woodward: General Manager') ; 
INSERT INTO `wp_usermeta` VALUES (18231, 1757, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18232, 1757, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (18233, 1757, 'pmpro_baddress1', 'P.O. Box 550') ; 
INSERT INTO `wp_usermeta` VALUES (18234, 1757, 'pmpro_bcity', 'North Platte') ; 
INSERT INTO `wp_usermeta` VALUES (18235, 1757, 'uxf_organization', 'Nebraska Brand') ; 
INSERT INTO `wp_usermeta` VALUES (18236, 1757, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18237, 1757, 'pmpro_bzipcode', '69103') ; 
INSERT INTO `wp_usermeta` VALUES (18238, 1757, 'uxf_specialtags', 'CM') ; 
INSERT INTO `wp_usermeta` VALUES (18239, 1758, 'pmpro_bfirstname', 'LoAnna J.') ; 
INSERT INTO `wp_usermeta` VALUES (18240, 1758, 'pmpro_blastname', 'Woods') ; 
INSERT INTO `wp_usermeta` VALUES (18241, 1758, 'first_name', 'LoAnna J.') ; 
INSERT INTO `wp_usermeta` VALUES (18242, 1758, 'last_name', 'Woods') ; 
INSERT INTO `wp_usermeta` VALUES (18243, 1758, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18244, 1758, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (18245, 1758, 'pmpro_baddress1', '3503 Dyestone Gap Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (18246, 1758, 'pmpro_bcity', 'Knoxville') ; 
INSERT INTO `wp_usermeta` VALUES (18247, 1758, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18248, 1758, 'pmpro_bzipcode', '37931') ; 
INSERT INTO `wp_usermeta` VALUES (18249, 1759, 'pmpro_bfirstname', 'Lois') ; 
INSERT INTO `wp_usermeta` VALUES (18250, 1759, 'pmpro_blastname', 'Rommelmann') ; 
INSERT INTO `wp_usermeta` VALUES (18251, 1759, 'first_name', 'Lois') ; 
INSERT INTO `wp_usermeta` VALUES (18252, 1759, 'last_name', 'Rommelmann') ; 
INSERT INTO `wp_usermeta` VALUES (18253, 1759, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18254, 1759, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (18255, 1759, 'pmpro_baddress1', '63 Stone Island Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (18256, 1759, 'pmpro_bcity', 'Penfield') ; 
INSERT INTO `wp_usermeta` VALUES (18257, 1759, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18258, 1759, 'pmpro_bzipcode', '14526') ; 
INSERT INTO `wp_usermeta` VALUES (18259, 1760, 'pmpro_bfirstname', 'Lois') ; 
INSERT INTO `wp_usermeta` VALUES (18260, 1760, 'pmpro_blastname', 'Johannes ') ; 
INSERT INTO `wp_usermeta` VALUES (18261, 1760, 'first_name', 'Lois') ; 
INSERT INTO `wp_usermeta` VALUES (18262, 1760, 'last_name', 'Johannes ') ; 
INSERT INTO `wp_usermeta` VALUES (18263, 1760, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18264, 1760, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (18265, 1760, 'pmpro_baddress1', '219 Rollins Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (18266, 1760, 'pmpro_bcity', 'Davenport') ; 
INSERT INTO `wp_usermeta` VALUES (18267, 1760, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18268, 1760, 'pmpro_bzipcode', '33837-8232') ; 
INSERT INTO `wp_usermeta` VALUES (18269, 1761, 'pmpro_bfirstname', 'Lois G.') ; 
INSERT INTO `wp_usermeta` VALUES (18270, 1761, 'pmpro_blastname', 'Carwile') ; 
INSERT INTO `wp_usermeta` VALUES (18271, 1761, 'first_name', 'Lois G.') ; 
INSERT INTO `wp_usermeta` VALUES (18272, 1761, 'last_name', 'Carwile') ; 
INSERT INTO `wp_usermeta` VALUES (18273, 1761, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18274, 1761, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (18275, 1761, 'pmpro_baddress1', '2346 Ridgeview Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (18276, 1761, 'pmpro_bcity', 'Los Angeles') ; 
INSERT INTO `wp_usermeta` VALUES (18277, 1761, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18278, 1761, 'pmpro_bzipcode', '90041') ; 
INSERT INTO `wp_usermeta` VALUES (18279, 1762, 'pmpro_bfirstname', 'Lonnie') ; 
INSERT INTO `wp_usermeta` VALUES (18280, 1762, 'pmpro_blastname', 'Snow') ; 
INSERT INTO `wp_usermeta` VALUES (18281, 1762, 'first_name', 'Lonnie') ; 
INSERT INTO `wp_usermeta` VALUES (18282, 1762, 'last_name', 'Snow') ; 
INSERT INTO `wp_usermeta` VALUES (18283, 1762, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18284, 1762, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (18285, 1762, 'pmpro_baddress1', '366 Antietam Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (18286, 1762, 'pmpro_bcity', 'Hagerstown') ; 
INSERT INTO `wp_usermeta` VALUES (18287, 1762, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18288, 1762, 'pmpro_bzipcode', '21742') ; 
INSERT INTO `wp_usermeta` VALUES (18289, 1763, 'pmpro_bfirstname', 'Lora') ; 
INSERT INTO `wp_usermeta` VALUES (18290, 1763, 'pmpro_blastname', 'Murphy') ; 
INSERT INTO `wp_usermeta` VALUES (18291, 1763, 'first_name', 'Lora') ; 
INSERT INTO `wp_usermeta` VALUES (18292, 1763, 'last_name', 'Murphy') ; 
INSERT INTO `wp_usermeta` VALUES (18293, 1763, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18294, 1763, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (18295, 1763, 'pmpro_baddress1', '668 Franklin Ave. Apt 2') ; 
INSERT INTO `wp_usermeta` VALUES (18296, 1763, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (18297, 1763, 'pmpro_bcity', 'Brooklyn') ; 
INSERT INTO `wp_usermeta` VALUES (18298, 1763, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18299, 1763, 'pmpro_bzipcode', '11238') ; 
INSERT INTO `wp_usermeta` VALUES (18300, 1764, 'pmpro_bfirstname', 'Lora') ; 
INSERT INTO `wp_usermeta` VALUES (18301, 1764, 'pmpro_blastname', 'Bolton') ; 
INSERT INTO `wp_usermeta` VALUES (18302, 1764, 'first_name', 'Lora') ; 
INSERT INTO `wp_usermeta` VALUES (18303, 1764, 'last_name', 'Bolton') ; 
INSERT INTO `wp_usermeta` VALUES (18304, 1764, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18305, 1764, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (18306, 1764, 'pmpro_baddress1', '416 N. 2nd Street') ; 
INSERT INTO `wp_usermeta` VALUES (18307, 1764, 'pmpro_bcity', 'Boonville') ; 
INSERT INTO `wp_usermeta` VALUES (18308, 1764, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18309, 1764, 'pmpro_bzipcode', '47601') ; 
INSERT INTO `wp_usermeta` VALUES (18310, 1765, 'pmpro_bfirstname', 'Loren') ; 
INSERT INTO `wp_usermeta` VALUES (18311, 1765, 'pmpro_blastname', 'Berry') ; 
INSERT INTO `wp_usermeta` VALUES (18312, 1765, 'first_name', 'Loren') ; 
INSERT INTO `wp_usermeta` VALUES (18313, 1765, 'last_name', 'Berry') ; 
INSERT INTO `wp_usermeta` VALUES (18314, 1765, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (18315, 1765, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (18316, 1765, 'pmpro_baddress1', '5704 S. Everett Way') ; 
INSERT INTO `wp_usermeta` VALUES (18317, 1765, 'pmpro_bcity', 'Littleton') ; 
INSERT INTO `wp_usermeta` VALUES (18318, 1765, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18319, 1765, 'pmpro_bzipcode', '80123') ; 
INSERT INTO `wp_usermeta` VALUES (18320, 1766, 'pmpro_bfirstname', 'Loretta') ; 
INSERT INTO `wp_usermeta` VALUES (18321, 1766, 'pmpro_blastname', 'Manning') ; 
INSERT INTO `wp_usermeta` VALUES (18322, 1766, 'first_name', 'Loretta') ; 
INSERT INTO `wp_usermeta` VALUES (18323, 1766, 'last_name', 'Manning') ; 
INSERT INTO `wp_usermeta` VALUES (18324, 1766, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18325, 1766, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (18326, 1766, 'pmpro_baddress1', '3208 W. Virginia St.') ; 
INSERT INTO `wp_usermeta` VALUES (18327, 1766, 'pmpro_bcity', 'Evansville') ; 
INSERT INTO `wp_usermeta` VALUES (18328, 1766, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18329, 1766, 'pmpro_bzipcode', '47712-7835') ; 
INSERT INTO `wp_usermeta` VALUES (18330, 1767, 'pmpro_bfirstname', 'Lori') ; 
INSERT INTO `wp_usermeta` VALUES (18331, 1767, 'pmpro_blastname', 'Scholl') ; 
INSERT INTO `wp_usermeta` VALUES (18332, 1767, 'first_name', 'Lori') ; 
INSERT INTO `wp_usermeta` VALUES (18333, 1767, 'last_name', 'Scholl') ; 
INSERT INTO `wp_usermeta` VALUES (18334, 1767, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18335, 1767, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (18336, 1767, 'pmpro_baddress1', '455 Bramblewood Ln. ') ; 
INSERT INTO `wp_usermeta` VALUES (18337, 1767, 'pmpro_baddress2', 'Apt 5') ; 
INSERT INTO `wp_usermeta` VALUES (18338, 1767, 'pmpro_bcity', 'Knoxville') ; 
INSERT INTO `wp_usermeta` VALUES (18339, 1767, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18340, 1767, 'pmpro_bzipcode', '37922') ; 
INSERT INTO `wp_usermeta` VALUES (18341, 1768, 'pmpro_bfirstname', 'Lori') ; 
INSERT INTO `wp_usermeta` VALUES (18342, 1768, 'pmpro_blastname', 'Clarke') ; 
INSERT INTO `wp_usermeta` VALUES (18343, 1768, 'first_name', 'Lori') ; 
INSERT INTO `wp_usermeta` VALUES (18344, 1768, 'last_name', 'Clarke') ; 
INSERT INTO `wp_usermeta` VALUES (18345, 1768, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (18346, 1768, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (18347, 1768, 'pmpro_baddress1', '100 Dogwood Street North') ; 
INSERT INTO `wp_usermeta` VALUES (18348, 1768, 'pmpro_bcity', 'Oceanside') ; 
INSERT INTO `wp_usermeta` VALUES (18349, 1768, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18350, 1768, 'pmpro_bzipcode', '92058') ; 
INSERT INTO `wp_usermeta` VALUES (18351, 1769, 'pmpro_bfirstname', 'Lori') ; 
INSERT INTO `wp_usermeta` VALUES (18352, 1769, 'pmpro_blastname', 'Pepka') ; 
INSERT INTO `wp_usermeta` VALUES (18353, 1769, 'first_name', 'Lori') ; 
INSERT INTO `wp_usermeta` VALUES (18354, 1769, 'last_name', 'Pepka') ; 
INSERT INTO `wp_usermeta` VALUES (18355, 1769, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18356, 1769, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (18357, 1769, 'pmpro_baddress1', '17 Sheryl Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (18358, 1769, 'pmpro_bcity', 'Pittsburgh') ; 
INSERT INTO `wp_usermeta` VALUES (18359, 1769, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18360, 1769, 'pmpro_bzipcode', '15205') ; 
INSERT INTO `wp_usermeta` VALUES (18361, 1770, 'pmpro_bfirstname', 'Lori') ; 
INSERT INTO `wp_usermeta` VALUES (18362, 1770, 'pmpro_blastname', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (18363, 1770, 'first_name', 'Lori') ; 
INSERT INTO `wp_usermeta` VALUES (18364, 1770, 'last_name', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (18365, 1770, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18366, 1770, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (18367, 1770, 'pmpro_baddress1', '124 Allen Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (18368, 1770, 'pmpro_bcity', 'Glen Burnie') ; 
INSERT INTO `wp_usermeta` VALUES (18369, 1770, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18370, 1770, 'pmpro_bzipcode', '21061-1613') ; 
INSERT INTO `wp_usermeta` VALUES (18371, 1771, 'pmpro_bfirstname', 'Lorraine') ; 
INSERT INTO `wp_usermeta` VALUES (18372, 1771, 'pmpro_blastname', 'Perkins: Zoo Atlanta ') ; 
INSERT INTO `wp_usermeta` VALUES (18373, 1771, 'first_name', 'Lorraine') ; 
INSERT INTO `wp_usermeta` VALUES (18374, 1771, 'last_name', 'Perkins') ; 
INSERT INTO `wp_usermeta` VALUES (18375, 1771, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18376, 1771, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (18377, 1771, 'pmpro_baddress1', '800 Cherokee Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (18378, 1771, 'pmpro_bcity', 'Atlanta') ; 
INSERT INTO `wp_usermeta` VALUES (18379, 1771, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (18380, 1771, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18381, 1771, 'pmpro_bzipcode', '30315') ; 
INSERT INTO `wp_usermeta` VALUES (18382, 1772, 'pmpro_bfirstname', 'Louis') ; 
INSERT INTO `wp_usermeta` VALUES (18383, 1772, 'pmpro_blastname', 'Keeley') ; 
INSERT INTO `wp_usermeta` VALUES (18384, 1772, 'first_name', 'Louis') ; 
INSERT INTO `wp_usermeta` VALUES (18385, 1772, 'last_name', 'Keeley') ; 
INSERT INTO `wp_usermeta` VALUES (18386, 1772, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (18387, 1772, 'pmpro_bstate', 'IA') ; 
INSERT INTO `wp_usermeta` VALUES (18388, 1772, 'pmpro_baddress1', '1090 25th St.  Apt 1') ; 
INSERT INTO `wp_usermeta` VALUES (18389, 1772, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (18390, 1772, 'pmpro_bcity', 'Des Moines') ; 
INSERT INTO `wp_usermeta` VALUES (18391, 1772, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18392, 1772, 'pmpro_bzipcode', '50311') ; 
INSERT INTO `wp_usermeta` VALUES (18393, 1773, 'pmpro_bfirstname', 'Louise') ; 
INSERT INTO `wp_usermeta` VALUES (18394, 1773, 'pmpro_blastname', 'Weeks') ; 
INSERT INTO `wp_usermeta` VALUES (18395, 1773, 'first_name', 'Louise') ; 
INSERT INTO `wp_usermeta` VALUES (18396, 1773, 'last_name', 'Weeks') ; 
INSERT INTO `wp_usermeta` VALUES (18397, 1773, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18398, 1773, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (18399, 1773, 'pmpro_baddress1', '452 Warbler Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (18400, 1773, 'pmpro_bcity', 'Desoto') ; 
INSERT INTO `wp_usermeta` VALUES (18401, 1773, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18402, 1773, 'pmpro_bzipcode', '75115-7129') ; 
INSERT INTO `wp_usermeta` VALUES (18403, 1774, 'pmpro_bfirstname', 'Lovesong') ; 
INSERT INTO `wp_usermeta` VALUES (18404, 1774, 'pmpro_blastname', 'Cahill') ; 
INSERT INTO `wp_usermeta` VALUES (18405, 1774, 'first_name', 'Lovesong') ; 
INSERT INTO `wp_usermeta` VALUES (18406, 1774, 'last_name', 'Cahill') ; 
INSERT INTO `wp_usermeta` VALUES (18407, 1774, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18408, 1774, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (18409, 1774, 'pmpro_baddress1', '832 Erie St.  Apt 21') ; 
INSERT INTO `wp_usermeta` VALUES (18410, 1774, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (18411, 1774, 'pmpro_bcity', 'Oakland') ; 
INSERT INTO `wp_usermeta` VALUES (18412, 1774, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18413, 1774, 'pmpro_bzipcode', '94610-2204') ; 
INSERT INTO `wp_usermeta` VALUES (18414, 1775, 'pmpro_bfirstname', 'Lucas ') ; 
INSERT INTO `wp_usermeta` VALUES (18415, 1775, 'pmpro_blastname', 'Meers: Development') ; 
INSERT INTO `wp_usermeta` VALUES (18416, 1775, 'first_name', 'Lucas') ; 
INSERT INTO `wp_usermeta` VALUES (18417, 1775, 'last_name', 'Meers: Development') ; 
INSERT INTO `wp_usermeta` VALUES (18418, 1775, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18419, 1775, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (18420, 1775, 'pmpro_baddress1', '317 Oak Street') ; 
INSERT INTO `wp_usermeta` VALUES (18421, 1775, 'pmpro_bcity', 'Neptune Beach') ; 
INSERT INTO `wp_usermeta` VALUES (18422, 1775, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (18423, 1775, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18424, 1775, 'pmpro_bzipcode', '32266') ; 
INSERT INTO `wp_usermeta` VALUES (18425, 1776, 'pmpro_bfirstname', 'Lucinda') ; 
INSERT INTO `wp_usermeta` VALUES (18426, 1776, 'pmpro_blastname', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (18427, 1776, 'first_name', 'Lucinda') ; 
INSERT INTO `wp_usermeta` VALUES (18428, 1776, 'last_name', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (18429, 1776, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18430, 1776, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (18431, 1776, 'pmpro_baddress1', 'P.O. Box 164') ; 
INSERT INTO `wp_usermeta` VALUES (18432, 1776, 'pmpro_bcity', 'Cutten') ; 
INSERT INTO `wp_usermeta` VALUES (18433, 1776, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18434, 1776, 'pmpro_bzipcode', '95534') ; 
INSERT INTO `wp_usermeta` VALUES (18435, 1777, 'pmpro_bfirstname', 'Lucy') ; 
INSERT INTO `wp_usermeta` VALUES (18436, 1777, 'pmpro_blastname', 'Stevenot') ; 
INSERT INTO `wp_usermeta` VALUES (18437, 1777, 'first_name', 'Lucy') ; 
INSERT INTO `wp_usermeta` VALUES (18438, 1777, 'last_name', 'Stevenot') ; 
INSERT INTO `wp_usermeta` VALUES (18439, 1777, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18440, 1777, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (18441, 1777, 'pmpro_baddress1', 'P.O. Box 4957') ; 
INSERT INTO `wp_usermeta` VALUES (18442, 1777, 'pmpro_bcity', 'Petaluma') ; 
INSERT INTO `wp_usermeta` VALUES (18443, 1777, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18444, 1777, 'pmpro_bzipcode', '94955') ; 
INSERT INTO `wp_usermeta` VALUES (18445, 1778, 'pmpro_bfirstname', 'Lucy F.') ; 
INSERT INTO `wp_usermeta` VALUES (18446, 1778, 'pmpro_blastname', 'Segerson') ; 
INSERT INTO `wp_usermeta` VALUES (18447, 1778, 'first_name', 'Lucy F.') ; 
INSERT INTO `wp_usermeta` VALUES (18448, 1778, 'last_name', 'Segerson') ; 
INSERT INTO `wp_usermeta` VALUES (18449, 1778, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18450, 1778, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (18451, 1778, 'pmpro_baddress1', '6518 Dusty Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (18452, 1778, 'pmpro_bcity', 'Liberty') ; 
INSERT INTO `wp_usermeta` VALUES (18453, 1778, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18454, 1778, 'pmpro_bzipcode', '27298') ; 
INSERT INTO `wp_usermeta` VALUES (18455, 1779, 'pmpro_bfirstname', 'Luis') ; 
INSERT INTO `wp_usermeta` VALUES (18456, 1779, 'pmpro_blastname', 'Soto Rendon') ; 
INSERT INTO `wp_usermeta` VALUES (18457, 1779, 'first_name', 'Luis') ; 
INSERT INTO `wp_usermeta` VALUES (18458, 1779, 'last_name', 'Soto Rendon') ; 
INSERT INTO `wp_usermeta` VALUES (18459, 1779, 'pmpro_bcountry', 'MX') ; 
INSERT INTO `wp_usermeta` VALUES (18460, 1779, 'pmpro_baddress1', 'Paseo de los Tejocotes #1551, Fracc. Tabachines') ; 
INSERT INTO `wp_usermeta` VALUES (18461, 1779, 'pmpro_bcity', 'Zapopan') ; 
INSERT INTO `wp_usermeta` VALUES (18462, 1779, 'uxf_organization', 'Guadalajara Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (18463, 1779, 'pmpro_bzipcode', '45188') ; 
INSERT INTO `wp_usermeta` VALUES (18464, 1779, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (18465, 1779, 'uxf_akf', 'ELECTRONIC') ; 
INSERT INTO `wp_usermeta` VALUES (18466, 1780, 'pmpro_bfirstname', 'Luke') ; 
INSERT INTO `wp_usermeta` VALUES (18467, 1780, 'pmpro_blastname', 'Wyrwich') ; 
INSERT INTO `wp_usermeta` VALUES (18468, 1780, 'first_name', 'Luke') ; 
INSERT INTO `wp_usermeta` VALUES (18469, 1780, 'last_name', 'Wyrwich') ; 
INSERT INTO `wp_usermeta` VALUES (18470, 1780, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18471, 1780, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (18472, 1780, 'pmpro_baddress1', '800 Cherokee Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (18473, 1780, 'pmpro_bcity', 'Atlanta') ; 
INSERT INTO `wp_usermeta` VALUES (18474, 1780, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18475, 1780, 'pmpro_bzipcode', '30317') ; 
INSERT INTO `wp_usermeta` VALUES (18476, 1781, 'pmpro_bfirstname', 'Lydia') ; 
INSERT INTO `wp_usermeta` VALUES (18477, 1781, 'pmpro_blastname', 'Attard: Toronto Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (18478, 1781, 'first_name', 'Lydia') ; 
INSERT INTO `wp_usermeta` VALUES (18479, 1781, 'last_name', 'Attard') ; 
INSERT INTO `wp_usermeta` VALUES (18480, 1781, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (18481, 1781, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (18482, 1781, 'pmpro_baddress1', '361 A Old Finch Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (18483, 1781, 'pmpro_bcity', 'Scarborough') ; 
INSERT INTO `wp_usermeta` VALUES (18484, 1781, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (18485, 1781, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18486, 1781, 'pmpro_bzipcode', 'M1B 5K7') ; 
INSERT INTO `wp_usermeta` VALUES (18487, 1782, 'pmpro_bfirstname', 'Lynda') ; 
INSERT INTO `wp_usermeta` VALUES (18488, 1782, 'pmpro_blastname', 'Sugasa: Executive Director') ; 
INSERT INTO `wp_usermeta` VALUES (18489, 1782, 'first_name', 'Lynda') ; 
INSERT INTO `wp_usermeta` VALUES (18490, 1782, 'last_name', 'Sugusa') ; 
INSERT INTO `wp_usermeta` VALUES (18491, 1782, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18492, 1782, 'pmpro_bstate', 'NV') ; 
INSERT INTO `wp_usermeta` VALUES (18493, 1782, 'pmpro_baddress1', 'P.O. Box 184') ; 
INSERT INTO `wp_usermeta` VALUES (18494, 1782, 'pmpro_bcity', 'Imlay') ; 
INSERT INTO `wp_usermeta` VALUES (18495, 1782, 'uxf_organization', 'Safe Haven Rescue Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (18496, 1782, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18497, 1782, 'pmpro_bzipcode', '89418') ; 
INSERT INTO `wp_usermeta` VALUES (18498, 1782, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (18499, 1783, 'pmpro_bfirstname', 'Lynn') ; 
INSERT INTO `wp_usermeta` VALUES (18500, 1783, 'pmpro_blastname', 'Kester') ; 
INSERT INTO `wp_usermeta` VALUES (18501, 1783, 'first_name', 'Lynn') ; 
INSERT INTO `wp_usermeta` VALUES (18502, 1783, 'last_name', 'Kester') ; 
INSERT INTO `wp_usermeta` VALUES (18503, 1783, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18504, 1783, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (18505, 1783, 'pmpro_baddress1', '11057 Darby Blvd. W.') ; 
INSERT INTO `wp_usermeta` VALUES (18506, 1783, 'pmpro_bcity', 'Plain City') ; 
INSERT INTO `wp_usermeta` VALUES (18507, 1783, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18508, 1783, 'pmpro_bzipcode', '43064-9643') ; 
INSERT INTO `wp_usermeta` VALUES (18509, 1784, 'pmpro_bfirstname', 'Lynn') ; 
INSERT INTO `wp_usermeta` VALUES (18510, 1784, 'pmpro_blastname', 'Yakubinis') ; 
INSERT INTO `wp_usermeta` VALUES (18511, 1784, 'first_name', 'Lynn') ; 
INSERT INTO `wp_usermeta` VALUES (18512, 1784, 'last_name', 'Yakubinis') ; 
INSERT INTO `wp_usermeta` VALUES (18513, 1784, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18514, 1784, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (18515, 1784, 'pmpro_baddress1', '2550 Akers Mill Rd. Apt K13') ; 
INSERT INTO `wp_usermeta` VALUES (18516, 1784, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (18517, 1784, 'pmpro_bcity', 'Atlanta') ; 
INSERT INTO `wp_usermeta` VALUES (18518, 1784, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18519, 1784, 'pmpro_bzipcode', '30339') ; 
INSERT INTO `wp_usermeta` VALUES (18520, 1785, 'pmpro_bfirstname', 'Lynn') ; 
INSERT INTO `wp_usermeta` VALUES (18521, 1785, 'pmpro_blastname', 'Drewke') ; 
INSERT INTO `wp_usermeta` VALUES (18522, 1785, 'first_name', 'Lynn') ; 
INSERT INTO `wp_usermeta` VALUES (18523, 1785, 'last_name', 'Drewke') ; 
INSERT INTO `wp_usermeta` VALUES (18524, 1785, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18525, 1785, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (18526, 1785, 'pmpro_baddress1', '1000 Ray Moses Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (18527, 1785, 'pmpro_bcity', 'Aurora') ; 
INSERT INTO `wp_usermeta` VALUES (18528, 1785, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18529, 1785, 'pmpro_bzipcode', '60505') ; 
INSERT INTO `wp_usermeta` VALUES (18530, 1786, 'pmpro_bfirstname', 'Lynn') ; 
INSERT INTO `wp_usermeta` VALUES (18531, 1786, 'pmpro_blastname', 'Kramer: Dallas Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (18532, 1786, 'first_name', 'Lynn') ; 
INSERT INTO `wp_usermeta` VALUES (18533, 1786, 'last_name', 'Kramer') ; 
INSERT INTO `wp_usermeta` VALUES (18534, 1786, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (18535, 1786, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (18536, 1786, 'pmpro_baddress1', '') ; 
INSERT INTO `wp_usermeta` VALUES (18537, 1786, 'pmpro_bcity', 'Dallas') ; 
INSERT INTO `wp_usermeta` VALUES (18538, 1786, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18539, 1786, 'pmpro_bzipcode', '75203') ; 
INSERT INTO `wp_usermeta` VALUES (18540, 1787, 'pmpro_bfirstname', 'Lynn') ; 
INSERT INTO `wp_usermeta` VALUES (18541, 1787, 'pmpro_blastname', 'Tupa') ; 
INSERT INTO `wp_usermeta` VALUES (18542, 1787, 'first_name', 'Lynn') ; 
INSERT INTO `wp_usermeta` VALUES (18543, 1787, 'last_name', 'Tupa') ; 
INSERT INTO `wp_usermeta` VALUES (18544, 1787, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18545, 1787, 'pmpro_bstate', 'NM') ; 
INSERT INTO `wp_usermeta` VALUES (18546, 1787, 'pmpro_baddress1', '2109 Paul Rd. SW') ; 
INSERT INTO `wp_usermeta` VALUES (18547, 1787, 'pmpro_bcity', 'Albuquerque') ; 
INSERT INTO `wp_usermeta` VALUES (18548, 1787, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18549, 1787, 'pmpro_bzipcode', '87105') ; 
INSERT INTO `wp_usermeta` VALUES (18550, 1788, 'pmpro_bfirstname', 'Lynn') ; 
INSERT INTO `wp_usermeta` VALUES (18551, 1788, 'pmpro_blastname', 'Yarmy') ; 
INSERT INTO `wp_usermeta` VALUES (18552, 1788, 'first_name', 'Lynn') ; 
INSERT INTO `wp_usermeta` VALUES (18553, 1788, 'last_name', 'Yarmy') ; 
INSERT INTO `wp_usermeta` VALUES (18554, 1788, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18555, 1788, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (18556, 1788, 'pmpro_baddress1', '128 N. Baldwin St. Apt 3') ; 
INSERT INTO `wp_usermeta` VALUES (18557, 1788, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (18558, 1788, 'pmpro_bcity', 'Johnson City') ; 
INSERT INTO `wp_usermeta` VALUES (18559, 1788, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18560, 1788, 'pmpro_bzipcode', '13790') ; 
INSERT INTO `wp_usermeta` VALUES (18561, 1789, 'pmpro_bfirstname', 'Lyssa') ; 
INSERT INTO `wp_usermeta` VALUES (18562, 1789, 'pmpro_blastname', 'Holmes') ; 
INSERT INTO `wp_usermeta` VALUES (18563, 1789, 'first_name', 'Lyssa') ; 
INSERT INTO `wp_usermeta` VALUES (18564, 1789, 'last_name', 'Holmes') ; 
INSERT INTO `wp_usermeta` VALUES (18565, 1789, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18566, 1789, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (18567, 1789, 'pmpro_baddress1', '19191 Lawrence Canyon') ; 
INSERT INTO `wp_usermeta` VALUES (18568, 1789, 'pmpro_bcity', 'Silverado') ; 
INSERT INTO `wp_usermeta` VALUES (18569, 1789, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18570, 1789, 'pmpro_bzipcode', '92676') ; 
INSERT INTO `wp_usermeta` VALUES (18571, 1790, 'pmpro_bfirstname', 'M. David') ; 
INSERT INTO `wp_usermeta` VALUES (18572, 1790, 'pmpro_blastname', 'Quavillon: Zoological Manager') ; 
INSERT INTO `wp_usermeta` VALUES (18573, 1790, 'first_name', 'M. David') ; 
INSERT INTO `wp_usermeta` VALUES (18574, 1790, 'last_name', 'Quavillon') ; 
INSERT INTO `wp_usermeta` VALUES (18575, 1790, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18576, 1790, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (18577, 1790, 'pmpro_baddress1', '8225 N. Wickham Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (18578, 1790, 'pmpro_bcity', 'Melbourne') ; 
INSERT INTO `wp_usermeta` VALUES (18579, 1790, 'uxf_organization', 'Brevard Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (18580, 1790, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18581, 1790, 'pmpro_bzipcode', '32940') ; 
INSERT INTO `wp_usermeta` VALUES (18582, 1790, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (18583, 1791, 'pmpro_bfirstname', 'Mackinze') ; 
INSERT INTO `wp_usermeta` VALUES (18584, 1791, 'pmpro_blastname', 'Adams') ; 
INSERT INTO `wp_usermeta` VALUES (18585, 1791, 'first_name', 'Mackinze') ; 
INSERT INTO `wp_usermeta` VALUES (18586, 1791, 'last_name', 'Adams') ; 
INSERT INTO `wp_usermeta` VALUES (18587, 1791, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18588, 1791, 'pmpro_bstate', 'SD') ; 
INSERT INTO `wp_usermeta` VALUES (18589, 1791, 'pmpro_baddress1', '918 S. Newcomb Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (18590, 1791, 'pmpro_bcity', 'Sioux Falls') ; 
INSERT INTO `wp_usermeta` VALUES (18591, 1791, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18592, 1791, 'pmpro_bzipcode', '57106') ; 
INSERT INTO `wp_usermeta` VALUES (18593, 1792, 'pmpro_bfirstname', 'Madeleine') ; 
INSERT INTO `wp_usermeta` VALUES (18594, 1792, 'pmpro_blastname', 'Leutenegger') ; 
INSERT INTO `wp_usermeta` VALUES (18595, 1792, 'first_name', 'Madeleine') ; 
INSERT INTO `wp_usermeta` VALUES (18596, 1792, 'last_name', 'Leutenegger') ; 
INSERT INTO `wp_usermeta` VALUES (18597, 1792, 'pmpro_bcountry', 'SWITZERLAND') ; 
INSERT INTO `wp_usermeta` VALUES (18598, 1792, 'pmpro_baddress1', 'Bibliothek- Postfach') ; 
INSERT INTO `wp_usermeta` VALUES (18599, 1792, 'pmpro_bcity', 'Basel') ; 
INSERT INTO `wp_usermeta` VALUES (18600, 1792, 'uxf_organization', 'Zoologischer Garten Basel') ; 
INSERT INTO `wp_usermeta` VALUES (18601, 1792, 'pmpro_bzipcode', 'CH-4011') ; 
INSERT INTO `wp_usermeta` VALUES (18602, 1792, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (18603, 1792, 'uxf_akf', 'ELECTRONIC') ; 
INSERT INTO `wp_usermeta` VALUES (18604, 1793, 'pmpro_bfirstname', 'Madge') ; 
INSERT INTO `wp_usermeta` VALUES (18605, 1793, 'pmpro_blastname', 'Van Buskirk  ') ; 
INSERT INTO `wp_usermeta` VALUES (18606, 1793, 'first_name', 'Madge') ; 
INSERT INTO `wp_usermeta` VALUES (18607, 1793, 'last_name', 'Van Buskirk  ') ; 
INSERT INTO `wp_usermeta` VALUES (18608, 1793, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18609, 1793, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (18610, 1793, 'pmpro_baddress1', '811 Southmeadow Cir.  Apt 203') ; 
INSERT INTO `wp_usermeta` VALUES (18611, 1793, 'pmpro_baddress2', 'Apt 203') ; 
INSERT INTO `wp_usermeta` VALUES (18612, 1793, 'pmpro_bcity', 'Cincinnati') ; 
INSERT INTO `wp_usermeta` VALUES (18613, 1793, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18614, 1793, 'pmpro_bzipcode', '45231') ; 
INSERT INTO `wp_usermeta` VALUES (18615, 1794, 'pmpro_bfirstname', 'Madison') ; 
INSERT INTO `wp_usermeta` VALUES (18616, 1794, 'pmpro_blastname', 'MacElrevey') ; 
INSERT INTO `wp_usermeta` VALUES (18617, 1794, 'first_name', 'Madison') ; 
INSERT INTO `wp_usermeta` VALUES (18618, 1794, 'last_name', 'MacElrevey') ; 
INSERT INTO `wp_usermeta` VALUES (18619, 1794, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18620, 1794, 'pmpro_bstate', 'DE') ; 
INSERT INTO `wp_usermeta` VALUES (18621, 1794, 'pmpro_baddress1', '16389 Snook Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (18622, 1794, 'pmpro_bcity', 'Lewes') ; 
INSERT INTO `wp_usermeta` VALUES (18623, 1794, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18624, 1794, 'pmpro_bzipcode', '19958') ; 
INSERT INTO `wp_usermeta` VALUES (18625, 1795, 'pmpro_bfirstname', 'Magen') ; 
INSERT INTO `wp_usermeta` VALUES (18626, 1795, 'pmpro_blastname', 'Sier') ; 
INSERT INTO `wp_usermeta` VALUES (18627, 1795, 'first_name', 'Magen') ; 
INSERT INTO `wp_usermeta` VALUES (18628, 1795, 'last_name', 'Sier') ; 
INSERT INTO `wp_usermeta` VALUES (18629, 1795, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18630, 1795, 'pmpro_bstate', 'SC') ; 
INSERT INTO `wp_usermeta` VALUES (18631, 1795, 'pmpro_baddress1', '112 Beth Hope Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (18632, 1795, 'pmpro_bcity', 'Columbia') ; 
INSERT INTO `wp_usermeta` VALUES (18633, 1795, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18634, 1795, 'pmpro_bzipcode', '29210') ; 
INSERT INTO `wp_usermeta` VALUES (18635, 1796, 'pmpro_bfirstname', 'Maggie') ; 
INSERT INTO `wp_usermeta` VALUES (18636, 1796, 'pmpro_blastname', 'Shroads') ; 
INSERT INTO `wp_usermeta` VALUES (18637, 1796, 'first_name', 'Maggie') ; 
INSERT INTO `wp_usermeta` VALUES (18638, 1796, 'last_name', 'Shroads') ; 
INSERT INTO `wp_usermeta` VALUES (18639, 1796, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18640, 1796, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (18641, 1796, 'pmpro_baddress1', '201 Miller St.') ; 
INSERT INTO `wp_usermeta` VALUES (18642, 1796, 'pmpro_bcity', 'Richland') ; 
INSERT INTO `wp_usermeta` VALUES (18643, 1796, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18644, 1796, 'pmpro_bzipcode', '65556') ; 
INSERT INTO `wp_usermeta` VALUES (18645, 1797, 'pmpro_bfirstname', 'Maggie') ; 
INSERT INTO `wp_usermeta` VALUES (18646, 1797, 'pmpro_blastname', 'Mann') ; 
INSERT INTO `wp_usermeta` VALUES (18647, 1797, 'first_name', 'Maggie') ; 
INSERT INTO `wp_usermeta` VALUES (18648, 1797, 'last_name', 'Mann') ; 
INSERT INTO `wp_usermeta` VALUES (18649, 1797, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18650, 1797, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (18651, 1797, 'pmpro_baddress1', '1736 N Woodland St') ; 
INSERT INTO `wp_usermeta` VALUES (18652, 1797, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (18653, 1797, 'pmpro_bcity', 'Wichita') ; 
INSERT INTO `wp_usermeta` VALUES (18654, 1797, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18655, 1797, 'pmpro_bzipcode', '67203-2740') ; 
INSERT INTO `wp_usermeta` VALUES (18656, 1798, 'pmpro_bfirstname', 'Maggie') ; 
INSERT INTO `wp_usermeta` VALUES (18657, 1798, 'pmpro_blastname', 'West') ; 
INSERT INTO `wp_usermeta` VALUES (18658, 1798, 'first_name', 'Maggie') ; 
INSERT INTO `wp_usermeta` VALUES (18659, 1798, 'last_name', 'West') ; 
INSERT INTO `wp_usermeta` VALUES (18660, 1798, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18661, 1798, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (18662, 1798, 'pmpro_baddress1', '7808 Ewing Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (18663, 1798, 'pmpro_bcity', 'Fort Worth') ; 
INSERT INTO `wp_usermeta` VALUES (18664, 1798, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18665, 1798, 'pmpro_bzipcode', '76116-1458') ; 
INSERT INTO `wp_usermeta` VALUES (18666, 1799, 'pmpro_bfirstname', 'Maggie') ; 
INSERT INTO `wp_usermeta` VALUES (18667, 1799, 'pmpro_blastname', 'Quinn') ; 
INSERT INTO `wp_usermeta` VALUES (18668, 1799, 'first_name', 'Maggie') ; 
INSERT INTO `wp_usermeta` VALUES (18669, 1799, 'last_name', 'Quinn') ; 
INSERT INTO `wp_usermeta` VALUES (18670, 1799, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18671, 1799, 'pmpro_bstate', 'AR') ; 
INSERT INTO `wp_usermeta` VALUES (18672, 1799, 'pmpro_baddress1', '5405 Walnut Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (18673, 1799, 'pmpro_bcity', 'N. Little Rock') ; 
INSERT INTO `wp_usermeta` VALUES (18674, 1799, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18675, 1799, 'pmpro_bzipcode', '72116') ; 
INSERT INTO `wp_usermeta` VALUES (18676, 1800, 'pmpro_bfirstname', 'Maggie') ; 
INSERT INTO `wp_usermeta` VALUES (18677, 1800, 'pmpro_blastname', 'McCort') ; 
INSERT INTO `wp_usermeta` VALUES (18678, 1800, 'first_name', 'Maggie') ; 
INSERT INTO `wp_usermeta` VALUES (18679, 1800, 'last_name', 'McCort') ; 
INSERT INTO `wp_usermeta` VALUES (18680, 1800, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18681, 1800, 'pmpro_bstate', 'SC') ; 
INSERT INTO `wp_usermeta` VALUES (18682, 1800, 'pmpro_baddress1', '111 Cokesdale Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (18683, 1800, 'pmpro_bcity', 'Columbia') ; 
INSERT INTO `wp_usermeta` VALUES (18684, 1800, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18685, 1800, 'pmpro_bzipcode', '29212') ; 
INSERT INTO `wp_usermeta` VALUES (18686, 1801, 'pmpro_bfirstname', 'Maicie') ; 
INSERT INTO `wp_usermeta` VALUES (18687, 1801, 'pmpro_blastname', 'Sykes') ; 
INSERT INTO `wp_usermeta` VALUES (18688, 1801, 'first_name', 'Maicie') ; 
INSERT INTO `wp_usermeta` VALUES (18689, 1801, 'last_name', 'Sykes') ; 
INSERT INTO `wp_usermeta` VALUES (18690, 1801, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (18691, 1801, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (18692, 1801, 'pmpro_baddress1', '2325 West 7th St.  Apt 2') ; 
INSERT INTO `wp_usermeta` VALUES (18693, 1801, 'pmpro_bcity', 'Duluth') ; 
INSERT INTO `wp_usermeta` VALUES (18694, 1801, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18695, 1801, 'pmpro_bzipcode', '55806') ; 
INSERT INTO `wp_usermeta` VALUES (18696, 1802, 'pmpro_bfirstname', 'Maike') ; 
INSERT INTO `wp_usermeta` VALUES (18697, 1802, 'pmpro_blastname', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (18698, 1802, 'first_name', 'Maike') ; 
INSERT INTO `wp_usermeta` VALUES (18699, 1802, 'last_name', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (18700, 1802, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18701, 1802, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (18702, 1802, 'pmpro_baddress1', '15730 Carob Circle') ; 
INSERT INTO `wp_usermeta` VALUES (18703, 1802, 'pmpro_bcity', 'Parker') ; 
INSERT INTO `wp_usermeta` VALUES (18704, 1802, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18705, 1802, 'pmpro_bzipcode', '80134') ; 
INSERT INTO `wp_usermeta` VALUES (18706, 1803, 'pmpro_bfirstname', 'Malia') ; 
INSERT INTO `wp_usermeta` VALUES (18707, 1803, 'pmpro_blastname', 'Somerville') ; 
INSERT INTO `wp_usermeta` VALUES (18708, 1803, 'first_name', 'Malia') ; 
INSERT INTO `wp_usermeta` VALUES (18709, 1803, 'last_name', 'Somerville') ; 
INSERT INTO `wp_usermeta` VALUES (18710, 1803, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (18711, 1803, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (18712, 1803, 'pmpro_baddress1', '300 Parkside Ave') ; 
INSERT INTO `wp_usermeta` VALUES (18713, 1803, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (18714, 1803, 'pmpro_bcity', 'Buffalo') ; 
INSERT INTO `wp_usermeta` VALUES (18715, 1803, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18716, 1803, 'pmpro_bzipcode', '14214') ; 
INSERT INTO `wp_usermeta` VALUES (18717, 1804, 'pmpro_bfirstname', 'Mallory') ; 
INSERT INTO `wp_usermeta` VALUES (18718, 1804, 'pmpro_blastname', 'Seibold') ; 
INSERT INTO `wp_usermeta` VALUES (18719, 1804, 'first_name', 'Mallory') ; 
INSERT INTO `wp_usermeta` VALUES (18720, 1804, 'last_name', 'Seibold') ; 
INSERT INTO `wp_usermeta` VALUES (18721, 1804, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18722, 1804, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (18723, 1804, 'pmpro_baddress1', '6803 Pine Bark Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (18724, 1804, 'pmpro_bcity', 'Columbus') ; 
INSERT INTO `wp_usermeta` VALUES (18725, 1804, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18726, 1804, 'pmpro_bzipcode', '43235') ; 
INSERT INTO `wp_usermeta` VALUES (18727, 1805, 'pmpro_bfirstname', 'Mallory') ; 
INSERT INTO `wp_usermeta` VALUES (18728, 1805, 'pmpro_blastname', 'Carmean') ; 
INSERT INTO `wp_usermeta` VALUES (18729, 1805, 'first_name', 'Mallory') ; 
INSERT INTO `wp_usermeta` VALUES (18730, 1805, 'last_name', 'Carmean') ; 
INSERT INTO `wp_usermeta` VALUES (18731, 1805, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18732, 1805, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (18733, 1805, 'pmpro_baddress1', '7308 Hampshire Dr.  Apt 423') ; 
INSERT INTO `wp_usermeta` VALUES (18734, 1805, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (18735, 1805, 'pmpro_bcity', 'St. Louis') ; 
INSERT INTO `wp_usermeta` VALUES (18736, 1805, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18737, 1805, 'pmpro_bzipcode', '63109-3908') ; 
INSERT INTO `wp_usermeta` VALUES (18738, 1806, 'pmpro_bfirstname', 'Malory') ; 
INSERT INTO `wp_usermeta` VALUES (18739, 1806, 'pmpro_blastname', 'Knoblock') ; 
INSERT INTO `wp_usermeta` VALUES (18740, 1806, 'first_name', 'Malory') ; 
INSERT INTO `wp_usermeta` VALUES (18741, 1806, 'last_name', 'Knoblock') ; 
INSERT INTO `wp_usermeta` VALUES (18742, 1806, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18743, 1806, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (18744, 1806, 'pmpro_baddress1', '1908 Frontera St.') ; 
INSERT INTO `wp_usermeta` VALUES (18745, 1806, 'pmpro_bcity', 'Navarre') ; 
INSERT INTO `wp_usermeta` VALUES (18746, 1806, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18747, 1806, 'pmpro_bzipcode', '32566') ; 
INSERT INTO `wp_usermeta` VALUES (18748, 1807, 'pmpro_bfirstname', 'Mandy') ; 
INSERT INTO `wp_usermeta` VALUES (18749, 1807, 'pmpro_blastname', 'Dancer') ; 
INSERT INTO `wp_usermeta` VALUES (18750, 1807, 'first_name', 'Mandy') ; 
INSERT INTO `wp_usermeta` VALUES (18751, 1807, 'last_name', 'Dancer') ; 
INSERT INTO `wp_usermeta` VALUES (18752, 1807, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18753, 1807, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (18754, 1807, 'pmpro_baddress1', '4204 Glenmoor Dr.  #4204') ; 
INSERT INTO `wp_usermeta` VALUES (18755, 1807, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (18756, 1807, 'pmpro_bcity', 'West Palm Beach') ; 
INSERT INTO `wp_usermeta` VALUES (18757, 1807, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18758, 1807, 'pmpro_bzipcode', '33409-2823') ; 
INSERT INTO `wp_usermeta` VALUES (18759, 1808, 'pmpro_bfirstname', 'Mandy') ; 
INSERT INTO `wp_usermeta` VALUES (18760, 1808, 'pmpro_blastname', 'Burke') ; 
INSERT INTO `wp_usermeta` VALUES (18761, 1808, 'first_name', 'Mandy') ; 
INSERT INTO `wp_usermeta` VALUES (18762, 1808, 'last_name', 'Burke') ; 
INSERT INTO `wp_usermeta` VALUES (18763, 1808, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18764, 1808, 'pmpro_bstate', 'AL') ; 
INSERT INTO `wp_usermeta` VALUES (18765, 1808, 'pmpro_baddress1', '469 Bentmoor Way') ; 
INSERT INTO `wp_usermeta` VALUES (18766, 1808, 'pmpro_bcity', 'Helena') ; 
INSERT INTO `wp_usermeta` VALUES (18767, 1808, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18768, 1808, 'pmpro_bzipcode', '35080') ; 
INSERT INTO `wp_usermeta` VALUES (18769, 1809, 'pmpro_bfirstname', 'Mara') ; 
INSERT INTO `wp_usermeta` VALUES (18770, 1809, 'pmpro_blastname', 'Jameson') ; 
INSERT INTO `wp_usermeta` VALUES (18771, 1809, 'first_name', 'Mara') ; 
INSERT INTO `wp_usermeta` VALUES (18772, 1809, 'last_name', 'Jameson') ; 
INSERT INTO `wp_usermeta` VALUES (18773, 1809, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (18774, 1809, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (18775, 1809, 'pmpro_baddress1', '4365 Olivette Mine Pl.') ; 
INSERT INTO `wp_usermeta` VALUES (18776, 1809, 'pmpro_bcity', 'Tucson') ; 
INSERT INTO `wp_usermeta` VALUES (18777, 1809, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18778, 1809, 'pmpro_bzipcode', '85745') ; 
INSERT INTO `wp_usermeta` VALUES (18779, 1810, 'pmpro_bfirstname', 'Marc') ; 
INSERT INTO `wp_usermeta` VALUES (18780, 1810, 'pmpro_blastname', 'Brandson') ; 
INSERT INTO `wp_usermeta` VALUES (18781, 1810, 'first_name', 'Marc') ; 
INSERT INTO `wp_usermeta` VALUES (18782, 1810, 'last_name', 'Brandson') ; 
INSERT INTO `wp_usermeta` VALUES (18783, 1810, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (18784, 1810, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (18785, 1810, 'pmpro_baddress1', '4-366 Balfour Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (18786, 1810, 'pmpro_bcity', 'Winnipeg') ; 
INSERT INTO `wp_usermeta` VALUES (18787, 1810, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18788, 1810, 'pmpro_bzipcode', 'R3L 1N8') ; 
INSERT INTO `wp_usermeta` VALUES (18789, 1811, 'pmpro_bfirstname', 'Marc') ; 
INSERT INTO `wp_usermeta` VALUES (18790, 1811, 'pmpro_blastname', 'Veseskis') ; 
INSERT INTO `wp_usermeta` VALUES (18791, 1811, 'first_name', 'Marc') ; 
INSERT INTO `wp_usermeta` VALUES (18792, 1811, 'last_name', 'Veseskis') ; 
INSERT INTO `wp_usermeta` VALUES (18793, 1811, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18794, 1811, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (18795, 1811, 'pmpro_baddress1', '104 Saratoga Place') ; 
INSERT INTO `wp_usermeta` VALUES (18796, 1811, 'pmpro_bcity', 'Lynn Haven') ; 
INSERT INTO `wp_usermeta` VALUES (18797, 1811, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18798, 1811, 'pmpro_bzipcode', '32444') ; 
INSERT INTO `wp_usermeta` VALUES (18799, 1812, 'pmpro_bfirstname', 'Marci') ; 
INSERT INTO `wp_usermeta` VALUES (18800, 1812, 'pmpro_blastname', 'Kurtz') ; 
INSERT INTO `wp_usermeta` VALUES (18801, 1812, 'first_name', 'Marci') ; 
INSERT INTO `wp_usermeta` VALUES (18802, 1812, 'last_name', 'Kurtz') ; 
INSERT INTO `wp_usermeta` VALUES (18803, 1812, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18804, 1812, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (18805, 1812, 'pmpro_baddress1', '9209 Jamaica Beach') ; 
INSERT INTO `wp_usermeta` VALUES (18806, 1812, 'pmpro_bcity', 'Galveston') ; 
INSERT INTO `wp_usermeta` VALUES (18807, 1812, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18808, 1812, 'pmpro_bzipcode', '77554') ; 
INSERT INTO `wp_usermeta` VALUES (18809, 1813, 'pmpro_bfirstname', 'Marcia') ; 
INSERT INTO `wp_usermeta` VALUES (18810, 1813, 'pmpro_blastname', 'Riedmiller: Mammal Curator') ; 
INSERT INTO `wp_usermeta` VALUES (18811, 1813, 'first_name', 'Birmingham Zoo Inc.') ; 
INSERT INTO `wp_usermeta` VALUES (18812, 1813, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (18813, 1813, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18814, 1813, 'pmpro_bstate', 'AL') ; 
INSERT INTO `wp_usermeta` VALUES (18815, 1813, 'pmpro_baddress1', '2630 Cahaba Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (18816, 1813, 'pmpro_bcity', 'Birmingham') ; 
INSERT INTO `wp_usermeta` VALUES (18817, 1813, 'uxf_organization', 'Birmingham Zoo Inc.') ; 
INSERT INTO `wp_usermeta` VALUES (18818, 1813, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18819, 1813, 'pmpro_bzipcode', '35223') ; 
INSERT INTO `wp_usermeta` VALUES (18820, 1813, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (18821, 1814, 'pmpro_bfirstname', 'Marcia') ; 
INSERT INTO `wp_usermeta` VALUES (18822, 1814, 'pmpro_blastname', 'Riedmiller') ; 
INSERT INTO `wp_usermeta` VALUES (18823, 1814, 'first_name', 'Marcia') ; 
INSERT INTO `wp_usermeta` VALUES (18824, 1814, 'last_name', 'Riedmiller') ; 
INSERT INTO `wp_usermeta` VALUES (18825, 1814, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18826, 1814, 'pmpro_bstate', 'AL') ; 
INSERT INTO `wp_usermeta` VALUES (18827, 1814, 'pmpro_baddress1', '1622 5th Ave. South') ; 
INSERT INTO `wp_usermeta` VALUES (18828, 1814, 'pmpro_bcity', 'Irondale') ; 
INSERT INTO `wp_usermeta` VALUES (18829, 1814, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18830, 1814, 'pmpro_bzipcode', '35210') ; 
INSERT INTO `wp_usermeta` VALUES (18831, 1815, 'pmpro_bfirstname', 'Marcia D.') ; 
INSERT INTO `wp_usermeta` VALUES (18832, 1815, 'pmpro_blastname', 'Campbell') ; 
INSERT INTO `wp_usermeta` VALUES (18833, 1815, 'first_name', 'Marcia D.') ; 
INSERT INTO `wp_usermeta` VALUES (18834, 1815, 'last_name', 'Campbell') ; 
INSERT INTO `wp_usermeta` VALUES (18835, 1815, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (18836, 1815, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (18837, 1815, 'pmpro_baddress1', '6118 S. Monitor') ; 
INSERT INTO `wp_usermeta` VALUES (18838, 1815, 'pmpro_bcity', 'Chicago') ; 
INSERT INTO `wp_usermeta` VALUES (18839, 1815, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18840, 1815, 'pmpro_bzipcode', '60638-4414') ; 
INSERT INTO `wp_usermeta` VALUES (18841, 1816, 'pmpro_bfirstname', 'Marcie R. ') ; 
INSERT INTO `wp_usermeta` VALUES (18842, 1816, 'pmpro_blastname', 'McCaffray') ; 
INSERT INTO `wp_usermeta` VALUES (18843, 1816, 'first_name', 'Marcie R. ') ; 
INSERT INTO `wp_usermeta` VALUES (18844, 1816, 'last_name', 'McCaffray') ; 
INSERT INTO `wp_usermeta` VALUES (18845, 1816, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18846, 1816, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (18847, 1816, 'pmpro_baddress1', '19525 SE 54th St.') ; 
INSERT INTO `wp_usermeta` VALUES (18848, 1816, 'pmpro_bcity', 'Issaquah') ; 
INSERT INTO `wp_usermeta` VALUES (18849, 1816, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18850, 1816, 'pmpro_bzipcode', '98027') ; 
INSERT INTO `wp_usermeta` VALUES (18851, 1817, 'pmpro_bfirstname', 'Marcy') ; 
INSERT INTO `wp_usermeta` VALUES (18852, 1817, 'pmpro_blastname', 'Thompson') ; 
INSERT INTO `wp_usermeta` VALUES (18853, 1817, 'first_name', 'Marcy') ; 
INSERT INTO `wp_usermeta` VALUES (18854, 1817, 'last_name', 'Thompson') ; 
INSERT INTO `wp_usermeta` VALUES (18855, 1817, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (18856, 1817, 'pmpro_bstate', 'ND') ; 
INSERT INTO `wp_usermeta` VALUES (18857, 1817, 'pmpro_baddress1', '4255 23rd Ave. S.') ; 
INSERT INTO `wp_usermeta` VALUES (18858, 1817, 'pmpro_bcity', 'Fargo') ; 
INSERT INTO `wp_usermeta` VALUES (18859, 1817, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18860, 1817, 'pmpro_bzipcode', '58104') ; 
INSERT INTO `wp_usermeta` VALUES (18861, 1818, 'pmpro_bfirstname', 'Marcy D') ; 
INSERT INTO `wp_usermeta` VALUES (18862, 1818, 'pmpro_blastname', 'Krause') ; 
INSERT INTO `wp_usermeta` VALUES (18863, 1818, 'first_name', 'Marcy D') ; 
INSERT INTO `wp_usermeta` VALUES (18864, 1818, 'last_name', 'Krause') ; 
INSERT INTO `wp_usermeta` VALUES (18865, 1818, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18866, 1818, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (18867, 1818, 'pmpro_baddress1', '121 E. 11th') ; 
INSERT INTO `wp_usermeta` VALUES (18868, 1818, 'pmpro_bcity', 'Hutchinson') ; 
INSERT INTO `wp_usermeta` VALUES (18869, 1818, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18870, 1818, 'pmpro_bzipcode', '67501') ; 
INSERT INTO `wp_usermeta` VALUES (18871, 1819, 'pmpro_bfirstname', 'Margaret') ; 
INSERT INTO `wp_usermeta` VALUES (18872, 1819, 'pmpro_blastname', 'Farr') ; 
INSERT INTO `wp_usermeta` VALUES (18873, 1819, 'first_name', 'Margaret') ; 
INSERT INTO `wp_usermeta` VALUES (18874, 1819, 'last_name', 'Farr') ; 
INSERT INTO `wp_usermeta` VALUES (18875, 1819, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18876, 1819, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (18877, 1819, 'pmpro_baddress1', '1050 Ogden St. #3A') ; 
INSERT INTO `wp_usermeta` VALUES (18878, 1819, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (18879, 1819, 'pmpro_bcity', 'Denver') ; 
INSERT INTO `wp_usermeta` VALUES (18880, 1819, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18881, 1819, 'pmpro_bzipcode', '80218-2873') ; 
INSERT INTO `wp_usermeta` VALUES (18882, 1820, 'pmpro_bfirstname', 'Margaret') ; 
INSERT INTO `wp_usermeta` VALUES (18883, 1820, 'pmpro_blastname', 'Jones') ; 
INSERT INTO `wp_usermeta` VALUES (18884, 1820, 'first_name', 'Margaret') ; 
INSERT INTO `wp_usermeta` VALUES (18885, 1820, 'last_name', 'Jones') ; 
INSERT INTO `wp_usermeta` VALUES (18886, 1820, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18887, 1820, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (18888, 1820, 'pmpro_baddress1', '9028 Roach ') ; 
INSERT INTO `wp_usermeta` VALUES (18889, 1820, 'pmpro_bcity', 'Brookfield') ; 
INSERT INTO `wp_usermeta` VALUES (18890, 1820, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18891, 1820, 'pmpro_bzipcode', '60513') ; 
INSERT INTO `wp_usermeta` VALUES (18892, 1821, 'pmpro_bfirstname', 'Margaret') ; 
INSERT INTO `wp_usermeta` VALUES (18893, 1821, 'pmpro_blastname', 'Trunack') ; 
INSERT INTO `wp_usermeta` VALUES (18894, 1821, 'first_name', 'Margaret') ; 
INSERT INTO `wp_usermeta` VALUES (18895, 1821, 'last_name', 'Trunack') ; 
INSERT INTO `wp_usermeta` VALUES (18896, 1821, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18897, 1821, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (18898, 1821, 'pmpro_baddress1', '3425 Hwy.') ; 
INSERT INTO `wp_usermeta` VALUES (18899, 1821, 'pmpro_baddress2', 'Apt 11E') ; 
INSERT INTO `wp_usermeta` VALUES (18900, 1821, 'pmpro_bcity', 'Limestone') ; 
INSERT INTO `wp_usermeta` VALUES (18901, 1821, 'uxf_organization', 'Bright\\\'s Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (18902, 1821, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18903, 1821, 'pmpro_bzipcode', '37681') ; 
INSERT INTO `wp_usermeta` VALUES (18904, 1822, 'pmpro_bfirstname', 'Margaret') ; 
INSERT INTO `wp_usermeta` VALUES (18905, 1822, 'pmpro_blastname', 'Rousser - Oakland Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (18906, 1822, 'first_name', 'Margaret') ; 
INSERT INTO `wp_usermeta` VALUES (18907, 1822, 'last_name', 'Rousser') ; 
INSERT INTO `wp_usermeta` VALUES (18908, 1822, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (18909, 1822, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (18910, 1822, 'pmpro_baddress1', '9777 Golf LInks Rd') ; 
INSERT INTO `wp_usermeta` VALUES (18911, 1822, 'pmpro_bcity', 'Oakland') ; 
INSERT INTO `wp_usermeta` VALUES (18912, 1822, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18913, 1822, 'pmpro_bzipcode', '94605') ; 
INSERT INTO `wp_usermeta` VALUES (18914, 1823, 'pmpro_bfirstname', 'Margaret') ; 
INSERT INTO `wp_usermeta` VALUES (18915, 1823, 'pmpro_blastname', 'McCoy') ; 
INSERT INTO `wp_usermeta` VALUES (18916, 1823, 'first_name', 'Margaret') ; 
INSERT INTO `wp_usermeta` VALUES (18917, 1823, 'last_name', 'McCoy') ; 
INSERT INTO `wp_usermeta` VALUES (18918, 1823, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18919, 1823, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (18920, 1823, 'pmpro_baddress1', '6285 Reber Place') ; 
INSERT INTO `wp_usermeta` VALUES (18921, 1823, 'pmpro_bcity', 'St. Louis') ; 
INSERT INTO `wp_usermeta` VALUES (18922, 1823, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18923, 1823, 'pmpro_bzipcode', '63139') ; 
INSERT INTO `wp_usermeta` VALUES (18924, 1824, 'pmpro_bfirstname', 'Margaret') ; 
INSERT INTO `wp_usermeta` VALUES (18925, 1824, 'pmpro_blastname', 'Reynolds') ; 
INSERT INTO `wp_usermeta` VALUES (18926, 1824, 'first_name', 'Margaret') ; 
INSERT INTO `wp_usermeta` VALUES (18927, 1824, 'last_name', 'Reynolds') ; 
INSERT INTO `wp_usermeta` VALUES (18928, 1824, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18929, 1824, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (18930, 1824, 'pmpro_baddress1', '515 First St. Apt 213') ; 
INSERT INTO `wp_usermeta` VALUES (18931, 1824, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (18932, 1824, 'pmpro_bcity', 'Galveston') ; 
INSERT INTO `wp_usermeta` VALUES (18933, 1824, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18934, 1824, 'pmpro_bzipcode', '77550') ; 
INSERT INTO `wp_usermeta` VALUES (18935, 1825, 'pmpro_bfirstname', 'Margaret T. ') ; 
INSERT INTO `wp_usermeta` VALUES (18936, 1825, 'pmpro_blastname', 'Dwyer') ; 
INSERT INTO `wp_usermeta` VALUES (18937, 1825, 'first_name', 'Margaret T.') ; 
INSERT INTO `wp_usermeta` VALUES (18938, 1825, 'last_name', 'Dwyer') ; 
INSERT INTO `wp_usermeta` VALUES (18939, 1825, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18940, 1825, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (18941, 1825, 'pmpro_baddress1', '412 W. Manchester Rd') ; 
INSERT INTO `wp_usermeta` VALUES (18942, 1825, 'pmpro_bcity', 'Syracuse') ; 
INSERT INTO `wp_usermeta` VALUES (18943, 1825, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18944, 1825, 'pmpro_bzipcode', '13219-2418') ; 
INSERT INTO `wp_usermeta` VALUES (18945, 1826, 'pmpro_bfirstname', 'Maria') ; 
INSERT INTO `wp_usermeta` VALUES (18946, 1826, 'pmpro_blastname', 'Clapp') ; 
INSERT INTO `wp_usermeta` VALUES (18947, 1826, 'first_name', 'Maria') ; 
INSERT INTO `wp_usermeta` VALUES (18948, 1826, 'last_name', 'Clapp') ; 
INSERT INTO `wp_usermeta` VALUES (18949, 1826, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18950, 1826, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (18951, 1826, 'pmpro_baddress1', '5655 Avon Lake Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (18952, 1826, 'pmpro_bcity', 'Spencer') ; 
INSERT INTO `wp_usermeta` VALUES (18953, 1826, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18954, 1826, 'pmpro_bzipcode', '44275') ; 
INSERT INTO `wp_usermeta` VALUES (18955, 1827, 'pmpro_bfirstname', 'Maria') ; 
INSERT INTO `wp_usermeta` VALUES (18956, 1827, 'pmpro_blastname', 'DeSisto') ; 
INSERT INTO `wp_usermeta` VALUES (18957, 1827, 'first_name', 'Maria') ; 
INSERT INTO `wp_usermeta` VALUES (18958, 1827, 'last_name', 'DeSisto') ; 
INSERT INTO `wp_usermeta` VALUES (18959, 1827, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18960, 1827, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (18961, 1827, 'pmpro_baddress1', '21 State Highway 235') ; 
INSERT INTO `wp_usermeta` VALUES (18962, 1827, 'pmpro_bcity', 'Harpursville') ; 
INSERT INTO `wp_usermeta` VALUES (18963, 1827, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18964, 1827, 'pmpro_bzipcode', '13787') ; 
INSERT INTO `wp_usermeta` VALUES (18965, 1828, 'pmpro_bfirstname', 'Maria') ; 
INSERT INTO `wp_usermeta` VALUES (18966, 1828, 'pmpro_blastname', 'Kane') ; 
INSERT INTO `wp_usermeta` VALUES (18967, 1828, 'first_name', 'Maria') ; 
INSERT INTO `wp_usermeta` VALUES (18968, 1828, 'last_name', 'Kane') ; 
INSERT INTO `wp_usermeta` VALUES (18969, 1828, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18970, 1828, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (18971, 1828, 'pmpro_baddress1', '78 Erie St.') ; 
INSERT INTO `wp_usermeta` VALUES (18972, 1828, 'pmpro_bcity', 'Oswego') ; 
INSERT INTO `wp_usermeta` VALUES (18973, 1828, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18974, 1828, 'pmpro_bzipcode', '13126') ; 
INSERT INTO `wp_usermeta` VALUES (18975, 1829, 'pmpro_bfirstname', 'Maria') ; 
INSERT INTO `wp_usermeta` VALUES (18976, 1829, 'pmpro_blastname', 'McCann') ; 
INSERT INTO `wp_usermeta` VALUES (18977, 1829, 'first_name', 'Maria') ; 
INSERT INTO `wp_usermeta` VALUES (18978, 1829, 'last_name', 'McCann') ; 
INSERT INTO `wp_usermeta` VALUES (18979, 1829, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18980, 1829, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (18981, 1829, 'pmpro_baddress1', '1464 Blackwing Way') ; 
INSERT INTO `wp_usermeta` VALUES (18982, 1829, 'pmpro_bcity', 'Gilroy') ; 
INSERT INTO `wp_usermeta` VALUES (18983, 1829, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18984, 1829, 'pmpro_bzipcode', '95020') ; 
INSERT INTO `wp_usermeta` VALUES (18985, 1830, 'pmpro_bfirstname', 'Maria') ; 
INSERT INTO `wp_usermeta` VALUES (18986, 1830, 'pmpro_blastname', 'Reedstrom') ; 
INSERT INTO `wp_usermeta` VALUES (18987, 1830, 'first_name', 'Maria') ; 
INSERT INTO `wp_usermeta` VALUES (18988, 1830, 'last_name', 'Reedstrom') ; 
INSERT INTO `wp_usermeta` VALUES (18989, 1830, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (18990, 1830, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (18991, 1830, 'pmpro_baddress1', '5160 127th St. W.') ; 
INSERT INTO `wp_usermeta` VALUES (18992, 1830, 'pmpro_bcity', 'Apple Valley') ; 
INSERT INTO `wp_usermeta` VALUES (18993, 1830, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (18994, 1830, 'pmpro_bzipcode', '55124-6213') ; 
INSERT INTO `wp_usermeta` VALUES (18995, 1831, 'pmpro_bfirstname', 'Marie') ; 
INSERT INTO `wp_usermeta` VALUES (18996, 1831, 'pmpro_blastname', 'Moreno') ; 
INSERT INTO `wp_usermeta` VALUES (18997, 1831, 'first_name', 'Marie') ; 
INSERT INTO `wp_usermeta` VALUES (18998, 1831, 'last_name', 'Moreno') ; 
INSERT INTO `wp_usermeta` VALUES (18999, 1831, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19000, 1831, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (19001, 1831, 'pmpro_baddress1', '3115 Porter Creek Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (19002, 1831, 'pmpro_bcity', 'Santa Rosa') ; 
INSERT INTO `wp_usermeta` VALUES (19003, 1831, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (19004, 1831, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19005, 1831, 'pmpro_bzipcode', '95404') ; 
INSERT INTO `wp_usermeta` VALUES (19006, 1832, 'pmpro_bfirstname', 'Marie') ; 
INSERT INTO `wp_usermeta` VALUES (19007, 1832, 'pmpro_blastname', 'Martinez') ; 
INSERT INTO `wp_usermeta` VALUES (19008, 1832, 'first_name', 'Marie') ; 
INSERT INTO `wp_usermeta` VALUES (19009, 1832, 'last_name', 'Martinez') ; 
INSERT INTO `wp_usermeta` VALUES (19010, 1832, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (19011, 1832, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (19012, 1832, 'pmpro_baddress1', '3115 Porter Creek Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (19013, 1832, 'pmpro_bcity', 'Santa Rosa') ; 
INSERT INTO `wp_usermeta` VALUES (19014, 1832, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19015, 1832, 'pmpro_bzipcode', '95404') ; 
INSERT INTO `wp_usermeta` VALUES (19016, 1833, 'pmpro_bfirstname', 'Marie') ; 
INSERT INTO `wp_usermeta` VALUES (19017, 1833, 'pmpro_blastname', 'Vester') ; 
INSERT INTO `wp_usermeta` VALUES (19018, 1833, 'first_name', 'Marie') ; 
INSERT INTO `wp_usermeta` VALUES (19019, 1833, 'last_name', 'Vester') ; 
INSERT INTO `wp_usermeta` VALUES (19020, 1833, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (19021, 1833, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (19022, 1833, 'pmpro_baddress1', '4411 Los Feliz Blvd.  Apt 1203') ; 
INSERT INTO `wp_usermeta` VALUES (19023, 1833, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (19024, 1833, 'pmpro_bcity', 'Los Angeles') ; 
INSERT INTO `wp_usermeta` VALUES (19025, 1833, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19026, 1833, 'pmpro_bzipcode', '90027') ; 
INSERT INTO `wp_usermeta` VALUES (19027, 1834, 'pmpro_bfirstname', 'Marie') ; 
INSERT INTO `wp_usermeta` VALUES (19028, 1834, 'pmpro_blastname', 'Balano') ; 
INSERT INTO `wp_usermeta` VALUES (19029, 1834, 'first_name', 'Marie') ; 
INSERT INTO `wp_usermeta` VALUES (19030, 1834, 'last_name', 'Balano') ; 
INSERT INTO `wp_usermeta` VALUES (19031, 1834, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19032, 1834, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (19033, 1834, 'pmpro_baddress1', '2023 NE Waterfield Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (19034, 1834, 'pmpro_bcity', 'Blue Springs') ; 
INSERT INTO `wp_usermeta` VALUES (19035, 1834, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19036, 1834, 'pmpro_bzipcode', '64014') ; 
INSERT INTO `wp_usermeta` VALUES (19037, 1835, 'pmpro_bfirstname', 'Marie') ; 
INSERT INTO `wp_usermeta` VALUES (19038, 1835, 'pmpro_blastname', 'Bello') ; 
INSERT INTO `wp_usermeta` VALUES (19039, 1835, 'first_name', 'Marie') ; 
INSERT INTO `wp_usermeta` VALUES (19040, 1835, 'last_name', 'Bello') ; 
INSERT INTO `wp_usermeta` VALUES (19041, 1835, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19042, 1835, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (19043, 1835, 'pmpro_baddress1', '2146 NE 9th Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (19044, 1835, 'pmpro_bcity', 'Portland') ; 
INSERT INTO `wp_usermeta` VALUES (19045, 1835, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19046, 1835, 'pmpro_bzipcode', '97212') ; 
INSERT INTO `wp_usermeta` VALUES (19047, 1836, 'pmpro_bfirstname', 'Marie') ; 
INSERT INTO `wp_usermeta` VALUES (19048, 1836, 'pmpro_blastname', 'Perez') ; 
INSERT INTO `wp_usermeta` VALUES (19049, 1836, 'first_name', 'Marie') ; 
INSERT INTO `wp_usermeta` VALUES (19050, 1836, 'last_name', 'Perez') ; 
INSERT INTO `wp_usermeta` VALUES (19051, 1836, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19052, 1836, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (19053, 1836, 'pmpro_baddress1', '1834 Clinton Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (19054, 1836, 'pmpro_bcity', 'Berwyn') ; 
INSERT INTO `wp_usermeta` VALUES (19055, 1836, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19056, 1836, 'pmpro_bzipcode', '60402-1609') ; 
INSERT INTO `wp_usermeta` VALUES (19057, 1837, 'pmpro_bfirstname', 'Marie') ; 
INSERT INTO `wp_usermeta` VALUES (19058, 1837, 'pmpro_blastname', 'Greene: Little Rock Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (19059, 1837, 'first_name', 'Marie') ; 
INSERT INTO `wp_usermeta` VALUES (19060, 1837, 'last_name', 'Greene') ; 
INSERT INTO `wp_usermeta` VALUES (19061, 1837, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (19062, 1837, 'pmpro_bstate', 'AR') ; 
INSERT INTO `wp_usermeta` VALUES (19063, 1837, 'pmpro_baddress1', '1 Zoo Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (19064, 1837, 'pmpro_bcity', 'Little Rock') ; 
INSERT INTO `wp_usermeta` VALUES (19065, 1837, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (19066, 1837, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19067, 1837, 'pmpro_bzipcode', '72205') ; 
INSERT INTO `wp_usermeta` VALUES (19068, 1838, 'pmpro_bfirstname', 'Marie') ; 
INSERT INTO `wp_usermeta` VALUES (19069, 1838, 'pmpro_blastname', 'Moses') ; 
INSERT INTO `wp_usermeta` VALUES (19070, 1838, 'first_name', 'Marie') ; 
INSERT INTO `wp_usermeta` VALUES (19071, 1838, 'last_name', 'Moses') ; 
INSERT INTO `wp_usermeta` VALUES (19072, 1838, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19073, 1838, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (19074, 1838, 'pmpro_baddress1', '100 W. 10th Apt B') ; 
INSERT INTO `wp_usermeta` VALUES (19075, 1838, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (19076, 1838, 'pmpro_bcity', 'Hutchinson') ; 
INSERT INTO `wp_usermeta` VALUES (19077, 1838, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19078, 1838, 'pmpro_bzipcode', '67501') ; 
INSERT INTO `wp_usermeta` VALUES (19079, 1839, 'pmpro_bfirstname', 'Mari-Joan') ; 
INSERT INTO `wp_usermeta` VALUES (19080, 1839, 'pmpro_blastname', 'McGovern') ; 
INSERT INTO `wp_usermeta` VALUES (19081, 1839, 'first_name', 'Mari-Joan') ; 
INSERT INTO `wp_usermeta` VALUES (19082, 1839, 'last_name', 'McGovern') ; 
INSERT INTO `wp_usermeta` VALUES (19083, 1839, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19084, 1839, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (19085, 1839, 'pmpro_baddress1', '7522 Glencoe Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (19086, 1839, 'pmpro_bcity', 'Brooklyn') ; 
INSERT INTO `wp_usermeta` VALUES (19087, 1839, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19088, 1839, 'pmpro_bzipcode', '44144') ; 
INSERT INTO `wp_usermeta` VALUES (19089, 1840, 'pmpro_bfirstname', 'Marilynn') ; 
INSERT INTO `wp_usermeta` VALUES (19090, 1840, 'pmpro_blastname', 'Crowley') ; 
INSERT INTO `wp_usermeta` VALUES (19091, 1840, 'first_name', 'Marilynn') ; 
INSERT INTO `wp_usermeta` VALUES (19092, 1840, 'last_name', 'Crowley') ; 
INSERT INTO `wp_usermeta` VALUES (19093, 1840, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19094, 1840, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (19095, 1840, 'pmpro_baddress1', '14323 Garfield') ; 
INSERT INTO `wp_usermeta` VALUES (19096, 1840, 'pmpro_bcity', 'Redford') ; 
INSERT INTO `wp_usermeta` VALUES (19097, 1840, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19098, 1840, 'pmpro_bzipcode', '48239') ; 
INSERT INTO `wp_usermeta` VALUES (19099, 1841, 'pmpro_bfirstname', 'Mario') ; 
INSERT INTO `wp_usermeta` VALUES (19100, 1841, 'pmpro_blastname', 'Lawrence') ; 
INSERT INTO `wp_usermeta` VALUES (19101, 1841, 'first_name', 'Mario') ; 
INSERT INTO `wp_usermeta` VALUES (19102, 1841, 'last_name', 'Lawrence') ; 
INSERT INTO `wp_usermeta` VALUES (19103, 1841, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19104, 1841, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (19105, 1841, 'pmpro_baddress1', '1 Spangler Court') ; 
INSERT INTO `wp_usermeta` VALUES (19106, 1841, 'pmpro_bcity', 'Thurmont') ; 
INSERT INTO `wp_usermeta` VALUES (19107, 1841, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19108, 1841, 'pmpro_bzipcode', '21788') ; 
INSERT INTO `wp_usermeta` VALUES (19109, 1842, 'pmpro_bfirstname', 'Marisa') ; 
INSERT INTO `wp_usermeta` VALUES (19110, 1842, 'pmpro_blastname', 'Elizalde') ; 
INSERT INTO `wp_usermeta` VALUES (19111, 1842, 'first_name', 'Marisa') ; 
INSERT INTO `wp_usermeta` VALUES (19112, 1842, 'last_name', 'Elizalde') ; 
INSERT INTO `wp_usermeta` VALUES (19113, 1842, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (19114, 1842, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (19115, 1842, 'pmpro_baddress1', '813 Lacy Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (19116, 1842, 'pmpro_bcity', 'Streamwood') ; 
INSERT INTO `wp_usermeta` VALUES (19117, 1842, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19118, 1842, 'pmpro_bzipcode', '60107') ; 
INSERT INTO `wp_usermeta` VALUES (19119, 1843, 'pmpro_bfirstname', 'Marisa') ; 
INSERT INTO `wp_usermeta` VALUES (19120, 1843, 'pmpro_blastname', 'Scrilatti') ; 
INSERT INTO `wp_usermeta` VALUES (19121, 1843, 'first_name', 'Marisa') ; 
INSERT INTO `wp_usermeta` VALUES (19122, 1843, 'last_name', 'Scrilatti') ; 
INSERT INTO `wp_usermeta` VALUES (19123, 1843, 'pmpro_bstate', 'Quebec City') ; 
INSERT INTO `wp_usermeta` VALUES (19124, 1843, 'pmpro_baddress1', '166 Lanthier') ; 
INSERT INTO `wp_usermeta` VALUES (19125, 1843, 'pmpro_bcity', 'Ste-Anne-de-Bellevue') ; 
INSERT INTO `wp_usermeta` VALUES (19126, 1843, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19127, 1843, 'pmpro_bzipcode', 'H9X 4A3') ; 
INSERT INTO `wp_usermeta` VALUES (19128, 1844, 'pmpro_bfirstname', 'Marissa') ; 
INSERT INTO `wp_usermeta` VALUES (19129, 1844, 'pmpro_blastname', 'Krouse') ; 
INSERT INTO `wp_usermeta` VALUES (19130, 1844, 'first_name', 'Marissa') ; 
INSERT INTO `wp_usermeta` VALUES (19131, 1844, 'last_name', 'Krouse') ; 
INSERT INTO `wp_usermeta` VALUES (19132, 1844, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19133, 1844, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (19134, 1844, 'pmpro_baddress1', '43 Juleann Lane') ; 
INSERT INTO `wp_usermeta` VALUES (19135, 1844, 'pmpro_bcity', 'Pittsboro') ; 
INSERT INTO `wp_usermeta` VALUES (19136, 1844, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19137, 1844, 'pmpro_bzipcode', '27312-9482') ; 
INSERT INTO `wp_usermeta` VALUES (19138, 1845, 'pmpro_bfirstname', 'Marjorie') ; 
INSERT INTO `wp_usermeta` VALUES (19139, 1845, 'pmpro_blastname', 'Ulyan') ; 
INSERT INTO `wp_usermeta` VALUES (19140, 1845, 'first_name', 'Marjorie') ; 
INSERT INTO `wp_usermeta` VALUES (19141, 1845, 'last_name', 'Ulyan') ; 
INSERT INTO `wp_usermeta` VALUES (19142, 1845, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19143, 1845, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (19144, 1845, 'pmpro_baddress1', '316 Woodmere Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (19145, 1845, 'pmpro_bcity', 'Willowick') ; 
INSERT INTO `wp_usermeta` VALUES (19146, 1845, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19147, 1845, 'pmpro_bzipcode', '44095') ; 
INSERT INTO `wp_usermeta` VALUES (19148, 1846, 'pmpro_bfirstname', 'Mark') ; 
INSERT INTO `wp_usermeta` VALUES (19149, 1846, 'pmpro_blastname', 'Stepanuik') ; 
INSERT INTO `wp_usermeta` VALUES (19150, 1846, 'first_name', 'Mark') ; 
INSERT INTO `wp_usermeta` VALUES (19151, 1846, 'last_name', 'Stepanuik') ; 
INSERT INTO `wp_usermeta` VALUES (19152, 1846, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (19153, 1846, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (19154, 1846, 'pmpro_baddress1', '261 Wexford St.') ; 
INSERT INTO `wp_usermeta` VALUES (19155, 1846, 'pmpro_bcity', 'Winnipeg') ; 
INSERT INTO `wp_usermeta` VALUES (19156, 1846, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19157, 1846, 'pmpro_bzipcode', 'R3R 0R9') ; 
INSERT INTO `wp_usermeta` VALUES (19158, 1847, 'pmpro_bfirstname', 'Mark') ; 
INSERT INTO `wp_usermeta` VALUES (19159, 1847, 'pmpro_blastname', 'de Denus') ; 
INSERT INTO `wp_usermeta` VALUES (19160, 1847, 'first_name', 'Mark') ; 
INSERT INTO `wp_usermeta` VALUES (19161, 1847, 'last_name', 'de Denus') ; 
INSERT INTO `wp_usermeta` VALUES (19162, 1847, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (19163, 1847, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (19164, 1847, 'pmpro_baddress1', '3 - 300 River Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (19165, 1847, 'pmpro_bcity', 'Winnipeg') ; 
INSERT INTO `wp_usermeta` VALUES (19166, 1847, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19167, 1847, 'pmpro_bzipcode', 'R3L 0B9') ; 
INSERT INTO `wp_usermeta` VALUES (19168, 1848, 'pmpro_bfirstname', 'Mark') ; 
INSERT INTO `wp_usermeta` VALUES (19169, 1848, 'pmpro_blastname', 'Shaw- General Curator') ; 
INSERT INTO `wp_usermeta` VALUES (19170, 1848, 'first_name', 'Little Rock Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (19171, 1848, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (19172, 1848, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19173, 1848, 'pmpro_bstate', 'AR') ; 
INSERT INTO `wp_usermeta` VALUES (19174, 1848, 'pmpro_baddress1', '#1 Zoo Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (19175, 1848, 'pmpro_bcity', 'Little Rock') ; 
INSERT INTO `wp_usermeta` VALUES (19176, 1848, 'uxf_organization', 'Little Rock Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (19177, 1848, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19178, 1848, 'pmpro_bzipcode', '72205') ; 
INSERT INTO `wp_usermeta` VALUES (19179, 1848, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (19180, 1849, 'pmpro_bfirstname', 'Mark') ; 
INSERT INTO `wp_usermeta` VALUES (19181, 1849, 'pmpro_blastname', 'Hofling') ; 
INSERT INTO `wp_usermeta` VALUES (19182, 1849, 'first_name', 'Mark') ; 
INSERT INTO `wp_usermeta` VALUES (19183, 1849, 'last_name', 'Hofling') ; 
INSERT INTO `wp_usermeta` VALUES (19184, 1849, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19185, 1849, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (19186, 1849, 'pmpro_baddress1', '57 Highland Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (19187, 1849, 'pmpro_bcity', 'Tarrytown') ; 
INSERT INTO `wp_usermeta` VALUES (19188, 1849, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19189, 1849, 'pmpro_bzipcode', '10591-4204') ; 
INSERT INTO `wp_usermeta` VALUES (19190, 1850, 'pmpro_bfirstname', 'Mark') ; 
INSERT INTO `wp_usermeta` VALUES (19191, 1850, 'pmpro_blastname', 'Heully') ; 
INSERT INTO `wp_usermeta` VALUES (19192, 1850, 'first_name', 'Mark') ; 
INSERT INTO `wp_usermeta` VALUES (19193, 1850, 'last_name', 'Heully') ; 
INSERT INTO `wp_usermeta` VALUES (19194, 1850, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19195, 1850, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (19196, 1850, 'pmpro_baddress1', '95 Kunkle St.') ; 
INSERT INTO `wp_usermeta` VALUES (19197, 1850, 'pmpro_bcity', 'Oak View') ; 
INSERT INTO `wp_usermeta` VALUES (19198, 1850, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19199, 1850, 'pmpro_bzipcode', '93022') ; 
INSERT INTO `wp_usermeta` VALUES (19200, 1851, 'pmpro_bfirstname', 'Mark') ; 
INSERT INTO `wp_usermeta` VALUES (19201, 1851, 'pmpro_blastname', 'Hewitt') ; 
INSERT INTO `wp_usermeta` VALUES (19202, 1851, 'first_name', 'Mark') ; 
INSERT INTO `wp_usermeta` VALUES (19203, 1851, 'last_name', 'Hewitt') ; 
INSERT INTO `wp_usermeta` VALUES (19204, 1851, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (19205, 1851, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (19206, 1851, 'pmpro_baddress1', '23626 N. 42nd Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (19207, 1851, 'pmpro_bcity', 'Glendale') ; 
INSERT INTO `wp_usermeta` VALUES (19208, 1851, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19209, 1851, 'pmpro_bzipcode', '85310') ; 
INSERT INTO `wp_usermeta` VALUES (19210, 1852, 'pmpro_bfirstname', 'Mark') ; 
INSERT INTO `wp_usermeta` VALUES (19211, 1852, 'pmpro_blastname', 'Sargent') ; 
INSERT INTO `wp_usermeta` VALUES (19212, 1852, 'first_name', 'Mark') ; 
INSERT INTO `wp_usermeta` VALUES (19213, 1852, 'last_name', 'Sargent') ; 
INSERT INTO `wp_usermeta` VALUES (19214, 1852, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19215, 1852, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (19216, 1852, 'pmpro_baddress1', '8422 Donnybrook Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (19217, 1852, 'pmpro_bcity', 'Chevy Chase') ; 
INSERT INTO `wp_usermeta` VALUES (19218, 1852, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19219, 1852, 'pmpro_bzipcode', '20815') ; 
INSERT INTO `wp_usermeta` VALUES (19220, 1853, 'pmpro_bfirstname', 'Mark') ; 
INSERT INTO `wp_usermeta` VALUES (19221, 1853, 'pmpro_blastname', 'Fuchs') ; 
INSERT INTO `wp_usermeta` VALUES (19222, 1853, 'first_name', 'Mark') ; 
INSERT INTO `wp_usermeta` VALUES (19223, 1853, 'last_name', 'Fuchs') ; 
INSERT INTO `wp_usermeta` VALUES (19224, 1853, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (19225, 1853, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (19226, 1853, 'pmpro_baddress1', '1895 N. Snyder Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (19227, 1853, 'pmpro_bcity', 'Dayton') ; 
INSERT INTO `wp_usermeta` VALUES (19228, 1853, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19229, 1853, 'pmpro_bzipcode', '45417') ; 
INSERT INTO `wp_usermeta` VALUES (19230, 1854, 'pmpro_bfirstname', 'Mark') ; 
INSERT INTO `wp_usermeta` VALUES (19231, 1854, 'pmpro_blastname', 'Levin') ; 
INSERT INTO `wp_usermeta` VALUES (19232, 1854, 'first_name', 'Mark') ; 
INSERT INTO `wp_usermeta` VALUES (19233, 1854, 'last_name', 'Levin') ; 
INSERT INTO `wp_usermeta` VALUES (19234, 1854, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19235, 1854, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (19236, 1854, 'pmpro_baddress1', '3038 Arrowhead Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (19237, 1854, 'pmpro_bcity', 'Plymouth Meeting') ; 
INSERT INTO `wp_usermeta` VALUES (19238, 1854, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19239, 1854, 'pmpro_bzipcode', '19462') ; 
INSERT INTO `wp_usermeta` VALUES (19240, 1855, 'pmpro_bfirstname', 'Mark') ; 
INSERT INTO `wp_usermeta` VALUES (19241, 1855, 'pmpro_blastname', 'McCarthy: Director') ; 
INSERT INTO `wp_usermeta` VALUES (19242, 1855, 'first_name', 'McCarthy\'s Wildlife Sanctuary Inc.') ; 
INSERT INTO `wp_usermeta` VALUES (19243, 1855, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (19244, 1855, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19245, 1855, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (19246, 1855, 'pmpro_baddress1', '12943 61st St. N.') ; 
INSERT INTO `wp_usermeta` VALUES (19247, 1855, 'pmpro_bcity', 'W. Palm Beach') ; 
INSERT INTO `wp_usermeta` VALUES (19248, 1855, 'uxf_organization', 'McCarthy\'s Wildlife Sanctuary') ; 
INSERT INTO `wp_usermeta` VALUES (19249, 1855, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19250, 1855, 'pmpro_bzipcode', '33412') ; 
INSERT INTO `wp_usermeta` VALUES (19251, 1855, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (19252, 1856, 'pmpro_bfirstname', 'Mark') ; 
INSERT INTO `wp_usermeta` VALUES (19253, 1856, 'pmpro_blastname', 'Stevens') ; 
INSERT INTO `wp_usermeta` VALUES (19254, 1856, 'first_name', 'Mark') ; 
INSERT INTO `wp_usermeta` VALUES (19255, 1856, 'last_name', 'Stevens') ; 
INSERT INTO `wp_usermeta` VALUES (19256, 1856, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19257, 1856, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (19258, 1856, 'pmpro_baddress1', 'P.O. Box 1287') ; 
INSERT INTO `wp_usermeta` VALUES (19259, 1856, 'pmpro_bcity', 'Lexington') ; 
INSERT INTO `wp_usermeta` VALUES (19260, 1856, 'uxf_organization', 'c/o DCCC') ; 
INSERT INTO `wp_usermeta` VALUES (19261, 1856, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19262, 1856, 'pmpro_bzipcode', '27293') ; 
INSERT INTO `wp_usermeta` VALUES (19263, 1857, 'pmpro_bfirstname', 'Mark') ; 
INSERT INTO `wp_usermeta` VALUES (19264, 1857, 'pmpro_blastname', 'Petrunio') ; 
INSERT INTO `wp_usermeta` VALUES (19265, 1857, 'first_name', 'Mark') ; 
INSERT INTO `wp_usermeta` VALUES (19266, 1857, 'last_name', 'Petrunio') ; 
INSERT INTO `wp_usermeta` VALUES (19267, 1857, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19268, 1857, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (19269, 1857, 'pmpro_baddress1', '4924 Creek Rock Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (19270, 1857, 'pmpro_bcity', 'Knoxville') ; 
INSERT INTO `wp_usermeta` VALUES (19271, 1857, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19272, 1857, 'pmpro_bzipcode', '37918') ; 
INSERT INTO `wp_usermeta` VALUES (19273, 1858, 'pmpro_bfirstname', 'Mark') ; 
INSERT INTO `wp_usermeta` VALUES (19274, 1858, 'pmpro_blastname', 'Beauchamp: Principal') ; 
INSERT INTO `wp_usermeta` VALUES (19275, 1858, 'first_name', 'Mark') ; 
INSERT INTO `wp_usermeta` VALUES (19276, 1858, 'last_name', 'Beauchamp: Principal') ; 
INSERT INTO `wp_usermeta` VALUES (19277, 1858, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19278, 1858, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (19279, 1858, 'pmpro_baddress1', '833 Chestnut St.  Ste 1000') ; 
INSERT INTO `wp_usermeta` VALUES (19280, 1858, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (19281, 1858, 'pmpro_bcity', 'Philadelphia') ; 
INSERT INTO `wp_usermeta` VALUES (19282, 1858, 'uxf_organization', 'CLR Design') ; 
INSERT INTO `wp_usermeta` VALUES (19283, 1858, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19284, 1858, 'pmpro_bzipcode', '19107') ; 
INSERT INTO `wp_usermeta` VALUES (19285, 1858, 'uxf_specialtags', 'CM') ; 
INSERT INTO `wp_usermeta` VALUES (19286, 1859, 'pmpro_bfirstname', 'Mark A. ') ; 
INSERT INTO `wp_usermeta` VALUES (19287, 1859, 'pmpro_blastname', 'Freeland') ; 
INSERT INTO `wp_usermeta` VALUES (19288, 1859, 'first_name', 'Mark A. ') ; 
INSERT INTO `wp_usermeta` VALUES (19289, 1859, 'last_name', 'Freeland') ; 
INSERT INTO `wp_usermeta` VALUES (19290, 1859, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19291, 1859, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (19292, 1859, 'pmpro_baddress1', '8146 Mission Vista Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (19293, 1859, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (19294, 1859, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19295, 1859, 'pmpro_bzipcode', '92120') ; 
INSERT INTO `wp_usermeta` VALUES (19296, 1860, 'pmpro_bfirstname', 'Mark A. ') ; 
INSERT INTO `wp_usermeta` VALUES (19297, 1860, 'pmpro_blastname', 'Echevarria') ; 
INSERT INTO `wp_usermeta` VALUES (19298, 1860, 'first_name', 'Mark A.') ; 
INSERT INTO `wp_usermeta` VALUES (19299, 1860, 'last_name', 'Echevarria') ; 
INSERT INTO `wp_usermeta` VALUES (19300, 1860, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19301, 1860, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (19302, 1860, 'pmpro_baddress1', '530 E 46th Ave') ; 
INSERT INTO `wp_usermeta` VALUES (19303, 1860, 'pmpro_bcity', 'Eugene') ; 
INSERT INTO `wp_usermeta` VALUES (19304, 1860, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19305, 1860, 'pmpro_bzipcode', '97405-3900') ; 
INSERT INTO `wp_usermeta` VALUES (19306, 1861, 'pmpro_bfirstname', 'Mark D.') ; 
INSERT INTO `wp_usermeta` VALUES (19307, 1861, 'pmpro_blastname', 'McDonough') ; 
INSERT INTO `wp_usermeta` VALUES (19308, 1861, 'first_name', 'Mark D.') ; 
INSERT INTO `wp_usermeta` VALUES (19309, 1861, 'last_name', 'McDonough') ; 
INSERT INTO `wp_usermeta` VALUES (19310, 1861, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (19311, 1861, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (19312, 1861, 'pmpro_baddress1', '319 Kertis Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (19313, 1861, 'pmpro_bcity', 'New Kensington') ; 
INSERT INTO `wp_usermeta` VALUES (19314, 1861, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19315, 1861, 'pmpro_bzipcode', '15068') ; 
INSERT INTO `wp_usermeta` VALUES (19316, 1862, 'pmpro_bfirstname', 'Marlee') ; 
INSERT INTO `wp_usermeta` VALUES (19317, 1862, 'pmpro_blastname', 'Breese ') ; 
INSERT INTO `wp_usermeta` VALUES (19318, 1862, 'first_name', 'Marlee') ; 
INSERT INTO `wp_usermeta` VALUES (19319, 1862, 'last_name', 'Breese ') ; 
INSERT INTO `wp_usermeta` VALUES (19320, 1862, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19321, 1862, 'pmpro_bstate', 'HI') ; 
INSERT INTO `wp_usermeta` VALUES (19322, 1862, 'pmpro_baddress1', 'P.O. Box 108') ; 
INSERT INTO `wp_usermeta` VALUES (19323, 1862, 'pmpro_bcity', 'Wimanalo') ; 
INSERT INTO `wp_usermeta` VALUES (19324, 1862, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19325, 1862, 'pmpro_bzipcode', '96795') ; 
INSERT INTO `wp_usermeta` VALUES (19326, 1863, 'pmpro_bfirstname', 'Martha') ; 
INSERT INTO `wp_usermeta` VALUES (19327, 1863, 'pmpro_blastname', 'Frank') ; 
INSERT INTO `wp_usermeta` VALUES (19328, 1863, 'first_name', 'Martha') ; 
INSERT INTO `wp_usermeta` VALUES (19329, 1863, 'last_name', 'Frank') ; 
INSERT INTO `wp_usermeta` VALUES (19330, 1863, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (19331, 1863, 'pmpro_bstate', 'NB') ; 
INSERT INTO `wp_usermeta` VALUES (19332, 1863, 'pmpro_baddress1', '52 Mecklenburg St.') ; 
INSERT INTO `wp_usermeta` VALUES (19333, 1863, 'pmpro_bcity', 'Saint John') ; 
INSERT INTO `wp_usermeta` VALUES (19334, 1863, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19335, 1863, 'pmpro_bzipcode', 'E2L 1R1') ; 
INSERT INTO `wp_usermeta` VALUES (19336, 1864, 'pmpro_bfirstname', 'Martha') ; 
INSERT INTO `wp_usermeta` VALUES (19337, 1864, 'pmpro_blastname', 'Pierce') ; 
INSERT INTO `wp_usermeta` VALUES (19338, 1864, 'first_name', 'Martha') ; 
INSERT INTO `wp_usermeta` VALUES (19339, 1864, 'last_name', 'Pierce') ; 
INSERT INTO `wp_usermeta` VALUES (19340, 1864, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19341, 1864, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (19342, 1864, 'pmpro_baddress1', '312 Michelle Drive') ; 
INSERT INTO `wp_usermeta` VALUES (19343, 1864, 'pmpro_bcity', 'Chattanooga') ; 
INSERT INTO `wp_usermeta` VALUES (19344, 1864, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19345, 1864, 'pmpro_bzipcode', '37412') ; 
INSERT INTO `wp_usermeta` VALUES (19346, 1865, 'pmpro_bfirstname', 'Martyna') ; 
INSERT INTO `wp_usermeta` VALUES (19347, 1865, 'pmpro_blastname', 'Zmijewska') ; 
INSERT INTO `wp_usermeta` VALUES (19348, 1865, 'first_name', 'Martyna') ; 
INSERT INTO `wp_usermeta` VALUES (19349, 1865, 'last_name', 'Zmijewska') ; 
INSERT INTO `wp_usermeta` VALUES (19350, 1865, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19351, 1865, 'pmpro_bstate', 'CT') ; 
INSERT INTO `wp_usermeta` VALUES (19352, 1865, 'pmpro_baddress1', '33 Nob Hill Cir. Unit A') ; 
INSERT INTO `wp_usermeta` VALUES (19353, 1865, 'pmpro_bcity', 'Bridgeport') ; 
INSERT INTO `wp_usermeta` VALUES (19354, 1865, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19355, 1865, 'pmpro_bzipcode', '06610-1830') ; 
INSERT INTO `wp_usermeta` VALUES (19356, 1866, 'pmpro_bfirstname', 'Marvin') ; 
INSERT INTO `wp_usermeta` VALUES (19357, 1866, 'pmpro_blastname', 'Wiser') ; 
INSERT INTO `wp_usermeta` VALUES (19358, 1866, 'first_name', 'Marvin') ; 
INSERT INTO `wp_usermeta` VALUES (19359, 1866, 'last_name', 'Wiser') ; 
INSERT INTO `wp_usermeta` VALUES (19360, 1866, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19361, 1866, 'pmpro_bstate', 'NM') ; 
INSERT INTO `wp_usermeta` VALUES (19362, 1866, 'pmpro_baddress1', '1376 E. 9th St.') ; 
INSERT INTO `wp_usermeta` VALUES (19363, 1866, 'pmpro_bcity', 'Alamogordo') ; 
INSERT INTO `wp_usermeta` VALUES (19364, 1866, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (19365, 1866, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19366, 1866, 'pmpro_bzipcode', '88310') ; 
INSERT INTO `wp_usermeta` VALUES (19367, 1867, 'pmpro_bfirstname', 'Mary ') ; 
INSERT INTO `wp_usermeta` VALUES (19368, 1867, 'pmpro_blastname', 'Wykstra') ; 
INSERT INTO `wp_usermeta` VALUES (19369, 1867, 'first_name', 'Mary') ; 
INSERT INTO `wp_usermeta` VALUES (19370, 1867, 'last_name', 'Wykstra') ; 
INSERT INTO `wp_usermeta` VALUES (19371, 1867, 'pmpro_bcountry', 'AFRICA') ; 
INSERT INTO `wp_usermeta` VALUES (19372, 1867, 'pmpro_baddress1', 'P.O. Box 1611 Sarit Center') ; 
INSERT INTO `wp_usermeta` VALUES (19373, 1867, 'pmpro_bcity', 'Nairobi') ; 
INSERT INTO `wp_usermeta` VALUES (19374, 1867, 'uxf_organization', 'Action for Cheetahs in Kenya') ; 
INSERT INTO `wp_usermeta` VALUES (19375, 1867, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19376, 1867, 'pmpro_bzipcode', '606') ; 
INSERT INTO `wp_usermeta` VALUES (19377, 1867, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (19378, 1868, 'pmpro_bfirstname', 'Mary') ; 
INSERT INTO `wp_usermeta` VALUES (19379, 1868, 'pmpro_blastname', 'Bird: Toronto Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (19380, 1868, 'first_name', 'Mary') ; 
INSERT INTO `wp_usermeta` VALUES (19381, 1868, 'last_name', 'Bird') ; 
INSERT INTO `wp_usermeta` VALUES (19382, 1868, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (19383, 1868, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (19384, 1868, 'pmpro_baddress1', '361A Old Finch Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (19385, 1868, 'pmpro_bcity', 'Scarborough') ; 
INSERT INTO `wp_usermeta` VALUES (19386, 1868, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (19387, 1868, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19388, 1868, 'pmpro_bzipcode', 'M1B 5K7') ; 
INSERT INTO `wp_usermeta` VALUES (19389, 1869, 'pmpro_bfirstname', 'Mary') ; 
INSERT INTO `wp_usermeta` VALUES (19390, 1869, 'pmpro_blastname', 'Barnes') ; 
INSERT INTO `wp_usermeta` VALUES (19391, 1869, 'first_name', 'Mary') ; 
INSERT INTO `wp_usermeta` VALUES (19392, 1869, 'last_name', 'Ellis') ; 
INSERT INTO `wp_usermeta` VALUES (19393, 1869, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (19394, 1869, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (19395, 1869, 'pmpro_baddress1', '939 South 44th Street') ; 
INSERT INTO `wp_usermeta` VALUES (19396, 1869, 'pmpro_bcity', 'Decatur') ; 
INSERT INTO `wp_usermeta` VALUES (19397, 1869, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19398, 1869, 'pmpro_bzipcode', '62521') ; 
INSERT INTO `wp_usermeta` VALUES (19399, 1870, 'pmpro_bfirstname', 'Mary') ; 
INSERT INTO `wp_usermeta` VALUES (19400, 1870, 'pmpro_blastname', 'Pounder') ; 
INSERT INTO `wp_usermeta` VALUES (19401, 1870, 'first_name', 'Mary') ; 
INSERT INTO `wp_usermeta` VALUES (19402, 1870, 'last_name', 'Pounder') ; 
INSERT INTO `wp_usermeta` VALUES (19403, 1870, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19404, 1870, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (19405, 1870, 'pmpro_baddress1', '76 Albert Park Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (19406, 1870, 'pmpro_bcity', 'San Rafael') ; 
INSERT INTO `wp_usermeta` VALUES (19407, 1870, 'uxf_organization', 'WildCare') ; 
INSERT INTO `wp_usermeta` VALUES (19408, 1870, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19409, 1870, 'pmpro_bzipcode', '94901') ; 
INSERT INTO `wp_usermeta` VALUES (19410, 1871, 'pmpro_bfirstname', 'Mary') ; 
INSERT INTO `wp_usermeta` VALUES (19411, 1871, 'pmpro_blastname', 'Ballou') ; 
INSERT INTO `wp_usermeta` VALUES (19412, 1871, 'first_name', 'Mary') ; 
INSERT INTO `wp_usermeta` VALUES (19413, 1871, 'last_name', 'Ballou') ; 
INSERT INTO `wp_usermeta` VALUES (19414, 1871, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19415, 1871, 'pmpro_bstate', 'SC') ; 
INSERT INTO `wp_usermeta` VALUES (19416, 1871, 'pmpro_baddress1', '3364 Overcreek Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (19417, 1871, 'pmpro_bcity', 'Columbia') ; 
INSERT INTO `wp_usermeta` VALUES (19418, 1871, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19419, 1871, 'pmpro_bzipcode', '29206') ; 
INSERT INTO `wp_usermeta` VALUES (19420, 1872, 'pmpro_bfirstname', 'Mary') ; 
INSERT INTO `wp_usermeta` VALUES (19421, 1872, 'pmpro_blastname', 'Fields') ; 
INSERT INTO `wp_usermeta` VALUES (19422, 1872, 'first_name', 'Mary') ; 
INSERT INTO `wp_usermeta` VALUES (19423, 1872, 'last_name', 'Fields') ; 
INSERT INTO `wp_usermeta` VALUES (19424, 1872, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19425, 1872, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (19426, 1872, 'pmpro_baddress1', '2902 Whispering Winds Dr. Apt 708') ; 
INSERT INTO `wp_usermeta` VALUES (19427, 1872, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (19428, 1872, 'pmpro_bcity', 'Pearland') ; 
INSERT INTO `wp_usermeta` VALUES (19429, 1872, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19430, 1872, 'pmpro_bzipcode', '77581') ; 
INSERT INTO `wp_usermeta` VALUES (19431, 1873, 'pmpro_bfirstname', 'Mary') ; 
INSERT INTO `wp_usermeta` VALUES (19432, 1873, 'pmpro_blastname', 'Gremler') ; 
INSERT INTO `wp_usermeta` VALUES (19433, 1873, 'first_name', 'Mary') ; 
INSERT INTO `wp_usermeta` VALUES (19434, 1873, 'last_name', 'Gremler') ; 
INSERT INTO `wp_usermeta` VALUES (19435, 1873, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19436, 1873, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (19437, 1873, 'pmpro_baddress1', '2742 Pearsall Ave. PH') ; 
INSERT INTO `wp_usermeta` VALUES (19438, 1873, 'pmpro_bcity', 'Bronx') ; 
INSERT INTO `wp_usermeta` VALUES (19439, 1873, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19440, 1873, 'pmpro_bzipcode', '10469') ; 
INSERT INTO `wp_usermeta` VALUES (19441, 1874, 'pmpro_bfirstname', 'Mary') ; 
INSERT INTO `wp_usermeta` VALUES (19442, 1874, 'pmpro_blastname', 'Pederson') ; 
INSERT INTO `wp_usermeta` VALUES (19443, 1874, 'first_name', 'Mary') ; 
INSERT INTO `wp_usermeta` VALUES (19444, 1874, 'last_name', 'Pederson') ; 
INSERT INTO `wp_usermeta` VALUES (19445, 1874, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (19446, 1874, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (19447, 1874, 'pmpro_baddress1', '4312 18th Ave S') ; 
INSERT INTO `wp_usermeta` VALUES (19448, 1874, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (19449, 1874, 'pmpro_bcity', 'Minneapolis') ; 
INSERT INTO `wp_usermeta` VALUES (19450, 1874, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19451, 1874, 'pmpro_bzipcode', '55407-3344') ; 
INSERT INTO `wp_usermeta` VALUES (19452, 1875, 'pmpro_bfirstname', 'Mary') ; 
INSERT INTO `wp_usermeta` VALUES (19453, 1875, 'pmpro_blastname', 'Babcock') ; 
INSERT INTO `wp_usermeta` VALUES (19454, 1875, 'first_name', 'Mary') ; 
INSERT INTO `wp_usermeta` VALUES (19455, 1875, 'last_name', 'Babcock') ; 
INSERT INTO `wp_usermeta` VALUES (19456, 1875, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19457, 1875, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (19458, 1875, 'pmpro_baddress1', '13268 Ferris Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (19459, 1875, 'pmpro_bcity', 'Apple Valley') ; 
INSERT INTO `wp_usermeta` VALUES (19460, 1875, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19461, 1875, 'pmpro_bzipcode', '55124') ; 
INSERT INTO `wp_usermeta` VALUES (19462, 1876, 'pmpro_bfirstname', 'Mary') ; 
INSERT INTO `wp_usermeta` VALUES (19463, 1876, 'pmpro_blastname', 'Haberstich') ; 
INSERT INTO `wp_usermeta` VALUES (19464, 1876, 'first_name', 'Mary') ; 
INSERT INTO `wp_usermeta` VALUES (19465, 1876, 'last_name', 'Haberstich') ; 
INSERT INTO `wp_usermeta` VALUES (19466, 1876, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (19467, 1876, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (19468, 1876, 'pmpro_baddress1', '1521 SW Wayne Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (19469, 1876, 'pmpro_bcity', 'Topeka') ; 
INSERT INTO `wp_usermeta` VALUES (19470, 1876, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19471, 1876, 'pmpro_bzipcode', '66604') ; 
INSERT INTO `wp_usermeta` VALUES (19472, 1877, 'pmpro_bfirstname', 'Mary') ; 
INSERT INTO `wp_usermeta` VALUES (19473, 1877, 'pmpro_blastname', 'Yoder') ; 
INSERT INTO `wp_usermeta` VALUES (19474, 1877, 'first_name', 'Mary') ; 
INSERT INTO `wp_usermeta` VALUES (19475, 1877, 'last_name', 'Yoder') ; 
INSERT INTO `wp_usermeta` VALUES (19476, 1877, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (19477, 1877, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (19478, 1877, 'pmpro_baddress1', '5761 Darrow Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (19479, 1877, 'pmpro_bcity', 'Seven Hills') ; 
INSERT INTO `wp_usermeta` VALUES (19480, 1877, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19481, 1877, 'pmpro_bzipcode', '44131') ; 
INSERT INTO `wp_usermeta` VALUES (19482, 1878, 'pmpro_bfirstname', 'Mary') ; 
INSERT INTO `wp_usermeta` VALUES (19483, 1878, 'pmpro_blastname', 'Lawrence') ; 
INSERT INTO `wp_usermeta` VALUES (19484, 1878, 'first_name', 'Mary') ; 
INSERT INTO `wp_usermeta` VALUES (19485, 1878, 'last_name', 'Lawrence') ; 
INSERT INTO `wp_usermeta` VALUES (19486, 1878, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (19487, 1878, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (19488, 1878, 'pmpro_baddress1', '7215 NE 156th St.') ; 
INSERT INTO `wp_usermeta` VALUES (19489, 1878, 'pmpro_bcity', 'Kenmore') ; 
INSERT INTO `wp_usermeta` VALUES (19490, 1878, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19491, 1878, 'pmpro_bzipcode', '98028') ; 
INSERT INTO `wp_usermeta` VALUES (19492, 1879, 'pmpro_bfirstname', 'Mary') ; 
INSERT INTO `wp_usermeta` VALUES (19493, 1879, 'pmpro_blastname', 'Nodulman') ; 
INSERT INTO `wp_usermeta` VALUES (19494, 1879, 'first_name', 'Mary') ; 
INSERT INTO `wp_usermeta` VALUES (19495, 1879, 'last_name', 'Nodulman') ; 
INSERT INTO `wp_usermeta` VALUES (19496, 1879, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (19497, 1879, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (19498, 1879, 'pmpro_baddress1', '4723 Central Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (19499, 1879, 'pmpro_bcity', 'Western Springs') ; 
INSERT INTO `wp_usermeta` VALUES (19500, 1879, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19501, 1879, 'pmpro_bzipcode', '60558') ; 
INSERT INTO `wp_usermeta` VALUES (19502, 1880, 'pmpro_bfirstname', 'Mary') ; 
INSERT INTO `wp_usermeta` VALUES (19503, 1880, 'pmpro_blastname', 'Peebles: Brandywine Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (19504, 1880, 'first_name', 'Mary') ; 
INSERT INTO `wp_usermeta` VALUES (19505, 1880, 'last_name', 'Peebles') ; 
INSERT INTO `wp_usermeta` VALUES (19506, 1880, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19507, 1880, 'pmpro_bstate', 'DE') ; 
INSERT INTO `wp_usermeta` VALUES (19508, 1880, 'pmpro_baddress1', '1001 N. Park Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (19509, 1880, 'pmpro_bcity', 'Wilmington') ; 
INSERT INTO `wp_usermeta` VALUES (19510, 1880, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (19511, 1880, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19512, 1880, 'pmpro_bzipcode', '19802') ; 
INSERT INTO `wp_usermeta` VALUES (19513, 1881, 'pmpro_bfirstname', 'Mary A.') ; 
INSERT INTO `wp_usermeta` VALUES (19514, 1881, 'pmpro_blastname', 'Shinall') ; 
INSERT INTO `wp_usermeta` VALUES (19515, 1881, 'first_name', 'Mary A. ') ; 
INSERT INTO `wp_usermeta` VALUES (19516, 1881, 'last_name', 'Shinall') ; 
INSERT INTO `wp_usermeta` VALUES (19517, 1881, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (19518, 1881, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (19519, 1881, 'pmpro_baddress1', '397 Valleybrook Dr. NE') ; 
INSERT INTO `wp_usermeta` VALUES (19520, 1881, 'pmpro_bcity', 'Atlanta') ; 
INSERT INTO `wp_usermeta` VALUES (19521, 1881, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19522, 1881, 'pmpro_bzipcode', '30342') ; 
INSERT INTO `wp_usermeta` VALUES (19523, 1882, 'pmpro_bfirstname', 'Mary Ann') ; 
INSERT INTO `wp_usermeta` VALUES (19524, 1882, 'pmpro_blastname', 'Cisneros') ; 
INSERT INTO `wp_usermeta` VALUES (19525, 1882, 'first_name', 'Mary Ann') ; 
INSERT INTO `wp_usermeta` VALUES (19526, 1882, 'last_name', 'Cisneros') ; 
INSERT INTO `wp_usermeta` VALUES (19527, 1882, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19528, 1882, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (19529, 1882, 'pmpro_baddress1', '16449 Nelson Park Dr. - Apt 202') ; 
INSERT INTO `wp_usermeta` VALUES (19530, 1882, 'pmpro_bcity', 'Clermont') ; 
INSERT INTO `wp_usermeta` VALUES (19531, 1882, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19532, 1882, 'pmpro_bzipcode', '34714-5863') ; 
INSERT INTO `wp_usermeta` VALUES (19533, 1882, 'uxf_specialtags', 'MAIL') ; 
INSERT INTO `wp_usermeta` VALUES (19534, 1883, 'pmpro_bfirstname', 'Mary Anne') ; 
INSERT INTO `wp_usermeta` VALUES (19535, 1883, 'pmpro_blastname', 'Huber') ; 
INSERT INTO `wp_usermeta` VALUES (19536, 1883, 'first_name', 'Mary Anne') ; 
INSERT INTO `wp_usermeta` VALUES (19537, 1883, 'last_name', 'Huber') ; 
INSERT INTO `wp_usermeta` VALUES (19538, 1883, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19539, 1883, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (19540, 1883, 'pmpro_baddress1', '8639 Lazelle Commons Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (19541, 1883, 'pmpro_bcity', 'Lewis Center') ; 
INSERT INTO `wp_usermeta` VALUES (19542, 1883, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19543, 1883, 'pmpro_bzipcode', '43035-8836') ; 
INSERT INTO `wp_usermeta` VALUES (19544, 1884, 'pmpro_bfirstname', 'Mary Anne') ; 
INSERT INTO `wp_usermeta` VALUES (19545, 1884, 'pmpro_blastname', 'Lefevre') ; 
INSERT INTO `wp_usermeta` VALUES (19546, 1884, 'first_name', 'Mary Anne') ; 
INSERT INTO `wp_usermeta` VALUES (19547, 1884, 'last_name', 'Lefevre') ; 
INSERT INTO `wp_usermeta` VALUES (19548, 1884, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19549, 1884, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (19550, 1884, 'pmpro_baddress1', '6544 N. 7th Ave.  Unit 9') ; 
INSERT INTO `wp_usermeta` VALUES (19551, 1884, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (19552, 1884, 'pmpro_bcity', 'Phoenix') ; 
INSERT INTO `wp_usermeta` VALUES (19553, 1884, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19554, 1884, 'pmpro_bzipcode', '85013') ; 
INSERT INTO `wp_usermeta` VALUES (19555, 1885, 'pmpro_bfirstname', 'Mary D. ') ; 
INSERT INTO `wp_usermeta` VALUES (19556, 1885, 'pmpro_blastname', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (19557, 1885, 'first_name', 'Mary D. ') ; 
INSERT INTO `wp_usermeta` VALUES (19558, 1885, 'last_name', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (19559, 1885, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19560, 1885, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (19561, 1885, 'pmpro_baddress1', '217 Slate Run Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (19562, 1885, 'pmpro_bcity', 'Powell') ; 
INSERT INTO `wp_usermeta` VALUES (19563, 1885, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19564, 1885, 'pmpro_bzipcode', '43065') ; 
INSERT INTO `wp_usermeta` VALUES (19565, 1886, 'pmpro_bfirstname', 'Mary K.') ; 
INSERT INTO `wp_usermeta` VALUES (19566, 1886, 'pmpro_blastname', 'Long') ; 
INSERT INTO `wp_usermeta` VALUES (19567, 1886, 'first_name', 'Mary K.') ; 
INSERT INTO `wp_usermeta` VALUES (19568, 1886, 'last_name', 'Long') ; 
INSERT INTO `wp_usermeta` VALUES (19569, 1886, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19570, 1886, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (19571, 1886, 'pmpro_baddress1', '619 Dundee Circle') ; 
INSERT INTO `wp_usermeta` VALUES (19572, 1886, 'pmpro_bcity', 'Melbourne') ; 
INSERT INTO `wp_usermeta` VALUES (19573, 1886, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19574, 1886, 'pmpro_bzipcode', '32904') ; 
INSERT INTO `wp_usermeta` VALUES (19575, 1887, 'pmpro_bfirstname', 'Mary K.') ; 
INSERT INTO `wp_usermeta` VALUES (19576, 1887, 'pmpro_blastname', 'Humbryd') ; 
INSERT INTO `wp_usermeta` VALUES (19577, 1887, 'first_name', 'Mary K.') ; 
INSERT INTO `wp_usermeta` VALUES (19578, 1887, 'last_name', 'Humbryd') ; 
INSERT INTO `wp_usermeta` VALUES (19579, 1887, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19580, 1887, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (19581, 1887, 'pmpro_baddress1', '2252 Lancaster Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (19582, 1887, 'pmpro_bcity', 'Bloomfield Hills Twp') ; 
INSERT INTO `wp_usermeta` VALUES (19583, 1887, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19584, 1887, 'pmpro_bzipcode', '48302') ; 
INSERT INTO `wp_usermeta` VALUES (19585, 1888, 'pmpro_bfirstname', 'Mary Kate') ; 
INSERT INTO `wp_usermeta` VALUES (19586, 1888, 'pmpro_blastname', 'Gallivan') ; 
INSERT INTO `wp_usermeta` VALUES (19587, 1888, 'first_name', 'Mary Kate') ; 
INSERT INTO `wp_usermeta` VALUES (19588, 1888, 'last_name', 'Gallivan') ; 
INSERT INTO `wp_usermeta` VALUES (19589, 1888, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19590, 1888, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (19591, 1888, 'pmpro_baddress1', '4168 Santa Rosa Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (19592, 1888, 'pmpro_bcity', 'Moorpark') ; 
INSERT INTO `wp_usermeta` VALUES (19593, 1888, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19594, 1888, 'pmpro_bzipcode', '93021') ; 
INSERT INTO `wp_usermeta` VALUES (19595, 1889, 'pmpro_bfirstname', 'Mary L.') ; 
INSERT INTO `wp_usermeta` VALUES (19596, 1889, 'pmpro_blastname', 'Streng') ; 
INSERT INTO `wp_usermeta` VALUES (19597, 1889, 'first_name', 'Mary L.') ; 
INSERT INTO `wp_usermeta` VALUES (19598, 1889, 'last_name', 'Streng') ; 
INSERT INTO `wp_usermeta` VALUES (19599, 1889, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19600, 1889, 'pmpro_bstate', 'NM') ; 
INSERT INTO `wp_usermeta` VALUES (19601, 1889, 'pmpro_baddress1', '707 Hickory St.') ; 
INSERT INTO `wp_usermeta` VALUES (19602, 1889, 'pmpro_bcity', 'Carlsbad') ; 
INSERT INTO `wp_usermeta` VALUES (19603, 1889, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19604, 1889, 'pmpro_bzipcode', '88220-4523') ; 
INSERT INTO `wp_usermeta` VALUES (19605, 1890, 'pmpro_bfirstname', 'Mary M. ') ; 
INSERT INTO `wp_usermeta` VALUES (19606, 1890, 'pmpro_blastname', 'Lutes') ; 
INSERT INTO `wp_usermeta` VALUES (19607, 1890, 'first_name', 'Mary M.') ; 
INSERT INTO `wp_usermeta` VALUES (19608, 1890, 'last_name', 'Lutes') ; 
INSERT INTO `wp_usermeta` VALUES (19609, 1890, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19610, 1890, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (19611, 1890, 'pmpro_baddress1', '9 Douglas Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (19612, 1890, 'pmpro_bcity', 'Springfield') ; 
INSERT INTO `wp_usermeta` VALUES (19613, 1890, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19614, 1890, 'pmpro_bzipcode', '62704') ; 
INSERT INTO `wp_usermeta` VALUES (19615, 1891, 'pmpro_bfirstname', 'Masa') ; 
INSERT INTO `wp_usermeta` VALUES (19616, 1891, 'pmpro_blastname', 'Ljustina') ; 
INSERT INTO `wp_usermeta` VALUES (19617, 1891, 'first_name', 'Masa') ; 
INSERT INTO `wp_usermeta` VALUES (19618, 1891, 'last_name', 'Ljustina') ; 
INSERT INTO `wp_usermeta` VALUES (19619, 1891, 'pmpro_bcountry', 'CROATIA') ; 
INSERT INTO `wp_usermeta` VALUES (19620, 1891, 'pmpro_baddress1', 'Zagreb') ; 
INSERT INTO `wp_usermeta` VALUES (19621, 1891, 'pmpro_bcity', 'EUROPA ') ; 
INSERT INTO `wp_usermeta` VALUES (19622, 1891, 'uxf_organization', 'Maksimirski Perivoj BB') ; 
INSERT INTO `wp_usermeta` VALUES (19623, 1891, 'pmpro_bzipcode', '10000') ; 
INSERT INTO `wp_usermeta` VALUES (19624, 1891, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (19625, 1891, 'uxf_akf', 'ELECTRONIC') ; 
INSERT INTO `wp_usermeta` VALUES (19626, 1892, 'pmpro_bfirstname', 'Matt') ; 
INSERT INTO `wp_usermeta` VALUES (19627, 1892, 'pmpro_blastname', 'Berridge: Toronto Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (19628, 1892, 'first_name', 'Matt') ; 
INSERT INTO `wp_usermeta` VALUES (19629, 1892, 'last_name', 'Berridge') ; 
INSERT INTO `wp_usermeta` VALUES (19630, 1892, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (19631, 1892, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (19632, 1892, 'pmpro_baddress1', '361A Old Finch Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (19633, 1892, 'pmpro_bcity', 'Scarborough') ; 
INSERT INTO `wp_usermeta` VALUES (19634, 1892, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (19635, 1892, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19636, 1892, 'pmpro_bzipcode', 'M1B 5K7') ; 
INSERT INTO `wp_usermeta` VALUES (19637, 1893, 'pmpro_bfirstname', 'Matt') ; 
INSERT INTO `wp_usermeta` VALUES (19638, 1893, 'pmpro_blastname', 'Hearst') ; 
INSERT INTO `wp_usermeta` VALUES (19639, 1893, 'first_name', 'Matt') ; 
INSERT INTO `wp_usermeta` VALUES (19640, 1893, 'last_name', 'Hearst') ; 
INSERT INTO `wp_usermeta` VALUES (19641, 1893, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19642, 1893, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (19643, 1893, 'pmpro_baddress1', '17020 N. Newport Hwy.') ; 
INSERT INTO `wp_usermeta` VALUES (19644, 1893, 'pmpro_bcity', 'Mead') ; 
INSERT INTO `wp_usermeta` VALUES (19645, 1893, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (19646, 1893, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19647, 1893, 'pmpro_bzipcode', '99021') ; 
INSERT INTO `wp_usermeta` VALUES (19648, 1894, 'pmpro_bfirstname', 'Matt') ; 
INSERT INTO `wp_usermeta` VALUES (19649, 1894, 'pmpro_blastname', 'Porter') ; 
INSERT INTO `wp_usermeta` VALUES (19650, 1894, 'first_name', 'Matt') ; 
INSERT INTO `wp_usermeta` VALUES (19651, 1894, 'last_name', 'Porter') ; 
INSERT INTO `wp_usermeta` VALUES (19652, 1894, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19653, 1894, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (19654, 1894, 'pmpro_baddress1', '21820 Waldron') ; 
INSERT INTO `wp_usermeta` VALUES (19655, 1894, 'pmpro_bcity', 'Farmington Hills') ; 
INSERT INTO `wp_usermeta` VALUES (19656, 1894, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19657, 1894, 'pmpro_bzipcode', '48336') ; 
INSERT INTO `wp_usermeta` VALUES (19658, 1895, 'pmpro_bfirstname', 'Matt') ; 
INSERT INTO `wp_usermeta` VALUES (19659, 1895, 'pmpro_blastname', 'Price') ; 
INSERT INTO `wp_usermeta` VALUES (19660, 1895, 'first_name', 'Matt') ; 
INSERT INTO `wp_usermeta` VALUES (19661, 1895, 'last_name', 'Price') ; 
INSERT INTO `wp_usermeta` VALUES (19662, 1895, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19663, 1895, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (19664, 1895, 'pmpro_baddress1', '4432 B Illinois St.') ; 
INSERT INTO `wp_usermeta` VALUES (19665, 1895, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (19666, 1895, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19667, 1895, 'pmpro_bzipcode', '92116') ; 
INSERT INTO `wp_usermeta` VALUES (19668, 1896, 'pmpro_bfirstname', 'Matt') ; 
INSERT INTO `wp_usermeta` VALUES (19669, 1896, 'pmpro_blastname', 'Halterman') ; 
INSERT INTO `wp_usermeta` VALUES (19670, 1896, 'first_name', 'Matt') ; 
INSERT INTO `wp_usermeta` VALUES (19671, 1896, 'last_name', 'Halterman') ; 
INSERT INTO `wp_usermeta` VALUES (19672, 1896, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19673, 1896, 'pmpro_bstate', 'DE') ; 
INSERT INTO `wp_usermeta` VALUES (19674, 1896, 'pmpro_baddress1', 'Brandywine Zoo - 1001 N. Park Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (19675, 1896, 'pmpro_bcity', 'Wilmington') ; 
INSERT INTO `wp_usermeta` VALUES (19676, 1896, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (19677, 1896, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19678, 1896, 'pmpro_bzipcode', '19802') ; 
INSERT INTO `wp_usermeta` VALUES (19679, 1897, 'pmpro_bfirstname', 'Matthew') ; 
INSERT INTO `wp_usermeta` VALUES (19680, 1897, 'pmpro_blastname', 'Mayer') ; 
INSERT INTO `wp_usermeta` VALUES (19681, 1897, 'first_name', 'Matthew') ; 
INSERT INTO `wp_usermeta` VALUES (19682, 1897, 'last_name', 'Mayer') ; 
INSERT INTO `wp_usermeta` VALUES (19683, 1897, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19684, 1897, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (19685, 1897, 'pmpro_baddress1', '3300 Golf Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (19686, 1897, 'pmpro_bcity', 'Brookfield') ; 
INSERT INTO `wp_usermeta` VALUES (19687, 1897, 'uxf_organization', 'Brookfield Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (19688, 1897, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19689, 1897, 'pmpro_bzipcode', '60513') ; 
INSERT INTO `wp_usermeta` VALUES (19690, 1898, 'pmpro_bfirstname', 'Matthew') ; 
INSERT INTO `wp_usermeta` VALUES (19691, 1898, 'pmpro_blastname', 'Smogor') ; 
INSERT INTO `wp_usermeta` VALUES (19692, 1898, 'first_name', 'Matthew') ; 
INSERT INTO `wp_usermeta` VALUES (19693, 1898, 'last_name', 'Smogor') ; 
INSERT INTO `wp_usermeta` VALUES (19694, 1898, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19695, 1898, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (19696, 1898, 'pmpro_baddress1', '8150 N Plantation Pl') ; 
INSERT INTO `wp_usermeta` VALUES (19697, 1898, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (19698, 1898, 'pmpro_bcity', 'Tucson') ; 
INSERT INTO `wp_usermeta` VALUES (19699, 1898, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19700, 1898, 'pmpro_bzipcode', '85741-4038') ; 
INSERT INTO `wp_usermeta` VALUES (19701, 1899, 'pmpro_bfirstname', 'Matthew') ; 
INSERT INTO `wp_usermeta` VALUES (19702, 1899, 'pmpro_blastname', 'Ardaiolo') ; 
INSERT INTO `wp_usermeta` VALUES (19703, 1899, 'first_name', 'Matthew') ; 
INSERT INTO `wp_usermeta` VALUES (19704, 1899, 'last_name', 'Ardaiolo') ; 
INSERT INTO `wp_usermeta` VALUES (19705, 1899, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (19706, 1899, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (19707, 1899, 'pmpro_baddress1', '7622 Windbridge Dr. Apt 21') ; 
INSERT INTO `wp_usermeta` VALUES (19708, 1899, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (19709, 1899, 'pmpro_bcity', 'Sacramento') ; 
INSERT INTO `wp_usermeta` VALUES (19710, 1899, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19711, 1899, 'pmpro_bzipcode', '95831') ; 
INSERT INTO `wp_usermeta` VALUES (19712, 1900, 'pmpro_bfirstname', 'Matthew') ; 
INSERT INTO `wp_usermeta` VALUES (19713, 1900, 'pmpro_blastname', 'Rich') ; 
INSERT INTO `wp_usermeta` VALUES (19714, 1900, 'first_name', 'Matthew') ; 
INSERT INTO `wp_usermeta` VALUES (19715, 1900, 'last_name', 'Rich') ; 
INSERT INTO `wp_usermeta` VALUES (19716, 1900, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (19717, 1900, 'pmpro_bstate', 'ID') ; 
INSERT INTO `wp_usermeta` VALUES (19718, 1900, 'pmpro_baddress1', '980 Bluebird Lane') ; 
INSERT INTO `wp_usermeta` VALUES (19719, 1900, 'pmpro_bcity', 'Idaho Falls') ; 
INSERT INTO `wp_usermeta` VALUES (19720, 1900, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19721, 1900, 'pmpro_bzipcode', '83402') ; 
INSERT INTO `wp_usermeta` VALUES (19722, 1901, 'pmpro_bfirstname', 'Matthew') ; 
INSERT INTO `wp_usermeta` VALUES (19723, 1901, 'pmpro_blastname', 'Marsicano') ; 
INSERT INTO `wp_usermeta` VALUES (19724, 1901, 'first_name', 'Matthew') ; 
INSERT INTO `wp_usermeta` VALUES (19725, 1901, 'last_name', 'Marsicano') ; 
INSERT INTO `wp_usermeta` VALUES (19726, 1901, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (19727, 1901, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (19728, 1901, 'pmpro_baddress1', '19510 Lenaire Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (19729, 1901, 'pmpro_bcity', 'Cutler Bay') ; 
INSERT INTO `wp_usermeta` VALUES (19730, 1901, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19731, 1901, 'pmpro_bzipcode', '33157') ; 
INSERT INTO `wp_usermeta` VALUES (19732, 1902, 'pmpro_bfirstname', 'Matthew') ; 
INSERT INTO `wp_usermeta` VALUES (19733, 1902, 'pmpro_blastname', 'Neff') ; 
INSERT INTO `wp_usermeta` VALUES (19734, 1902, 'first_name', 'Matthew') ; 
INSERT INTO `wp_usermeta` VALUES (19735, 1902, 'last_name', 'Neff') ; 
INSERT INTO `wp_usermeta` VALUES (19736, 1902, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19737, 1902, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (19738, 1902, 'pmpro_baddress1', '6313 Seventh St.') ; 
INSERT INTO `wp_usermeta` VALUES (19739, 1902, 'pmpro_bcity', 'Alexandria') ; 
INSERT INTO `wp_usermeta` VALUES (19740, 1902, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19741, 1902, 'pmpro_bzipcode', '22312') ; 
INSERT INTO `wp_usermeta` VALUES (19742, 1903, 'pmpro_bfirstname', 'Matthew') ; 
INSERT INTO `wp_usermeta` VALUES (19743, 1903, 'pmpro_blastname', 'Stierhof') ; 
INSERT INTO `wp_usermeta` VALUES (19744, 1903, 'first_name', 'Matthew') ; 
INSERT INTO `wp_usermeta` VALUES (19745, 1903, 'last_name', 'Stierhof') ; 
INSERT INTO `wp_usermeta` VALUES (19746, 1903, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19747, 1903, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (19748, 1903, 'pmpro_baddress1', '42 Aldie St.') ; 
INSERT INTO `wp_usermeta` VALUES (19749, 1903, 'pmpro_bcity', 'Allston') ; 
INSERT INTO `wp_usermeta` VALUES (19750, 1903, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19751, 1903, 'pmpro_bzipcode', '2134') ; 
INSERT INTO `wp_usermeta` VALUES (19752, 1904, 'pmpro_bfirstname', 'Matthew') ; 
INSERT INTO `wp_usermeta` VALUES (19753, 1904, 'pmpro_blastname', 'Lamoreaux') ; 
INSERT INTO `wp_usermeta` VALUES (19754, 1904, 'first_name', 'Matthew') ; 
INSERT INTO `wp_usermeta` VALUES (19755, 1904, 'last_name', 'Lamoreaux') ; 
INSERT INTO `wp_usermeta` VALUES (19756, 1904, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19757, 1904, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (19758, 1904, 'pmpro_baddress1', '3201 Golden Oaks Circle') ; 
INSERT INTO `wp_usermeta` VALUES (19759, 1904, 'pmpro_bcity', 'Granbury') ; 
INSERT INTO `wp_usermeta` VALUES (19760, 1904, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19761, 1904, 'pmpro_bzipcode', '76049-2982') ; 
INSERT INTO `wp_usermeta` VALUES (19762, 1905, 'pmpro_bfirstname', 'Matthew') ; 
INSERT INTO `wp_usermeta` VALUES (19763, 1905, 'pmpro_blastname', 'Goeben') ; 
INSERT INTO `wp_usermeta` VALUES (19764, 1905, 'first_name', 'Matthew') ; 
INSERT INTO `wp_usermeta` VALUES (19765, 1905, 'last_name', 'Goeben') ; 
INSERT INTO `wp_usermeta` VALUES (19766, 1905, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (19767, 1905, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (19768, 1905, 'pmpro_baddress1', '26909 Morton Grove Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (19769, 1905, 'pmpro_bcity', 'Bonita Springs') ; 
INSERT INTO `wp_usermeta` VALUES (19770, 1905, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19771, 1905, 'pmpro_bzipcode', '34135') ; 
INSERT INTO `wp_usermeta` VALUES (19772, 1906, 'pmpro_bfirstname', 'Matthew') ; 
INSERT INTO `wp_usermeta` VALUES (19773, 1906, 'pmpro_blastname', 'Lenyo') ; 
INSERT INTO `wp_usermeta` VALUES (19774, 1906, 'first_name', 'Matthew') ; 
INSERT INTO `wp_usermeta` VALUES (19775, 1906, 'last_name', 'Lenyo') ; 
INSERT INTO `wp_usermeta` VALUES (19776, 1906, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19777, 1906, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (19778, 1906, 'pmpro_baddress1', '1312 Spruce Street') ; 
INSERT INTO `wp_usermeta` VALUES (19779, 1906, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (19780, 1906, 'pmpro_bcity', 'Denver') ; 
INSERT INTO `wp_usermeta` VALUES (19781, 1906, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19782, 1906, 'pmpro_bzipcode', '80220') ; 
INSERT INTO `wp_usermeta` VALUES (19783, 1907, 'pmpro_bfirstname', 'Matthew') ; 
INSERT INTO `wp_usermeta` VALUES (19784, 1907, 'pmpro_blastname', 'Akel ') ; 
INSERT INTO `wp_usermeta` VALUES (19785, 1907, 'first_name', 'Matthew') ; 
INSERT INTO `wp_usermeta` VALUES (19786, 1907, 'last_name', 'Akel ') ; 
INSERT INTO `wp_usermeta` VALUES (19787, 1907, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19788, 1907, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (19789, 1907, 'pmpro_baddress1', '11030 Glencreek Circle') ; 
INSERT INTO `wp_usermeta` VALUES (19790, 1907, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (19791, 1907, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19792, 1907, 'pmpro_bzipcode', '92131') ; 
INSERT INTO `wp_usermeta` VALUES (19793, 1908, 'pmpro_bfirstname', 'Matthew') ; 
INSERT INTO `wp_usermeta` VALUES (19794, 1908, 'pmpro_blastname', 'Curran') ; 
INSERT INTO `wp_usermeta` VALUES (19795, 1908, 'first_name', 'Matthew') ; 
INSERT INTO `wp_usermeta` VALUES (19796, 1908, 'last_name', 'Curran') ; 
INSERT INTO `wp_usermeta` VALUES (19797, 1908, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19798, 1908, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (19799, 1908, 'pmpro_baddress1', '8207 Garland Ave. Apt 2') ; 
INSERT INTO `wp_usermeta` VALUES (19800, 1908, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (19801, 1908, 'pmpro_bcity', 'Takoma Park') ; 
INSERT INTO `wp_usermeta` VALUES (19802, 1908, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19803, 1908, 'pmpro_bzipcode', '20912-3802') ; 
INSERT INTO `wp_usermeta` VALUES (19804, 1909, 'pmpro_bfirstname', 'Matthew') ; 
INSERT INTO `wp_usermeta` VALUES (19805, 1909, 'pmpro_blastname', 'Ivey') ; 
INSERT INTO `wp_usermeta` VALUES (19806, 1909, 'first_name', 'Matthew') ; 
INSERT INTO `wp_usermeta` VALUES (19807, 1909, 'last_name', 'Ivey') ; 
INSERT INTO `wp_usermeta` VALUES (19808, 1909, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19809, 1909, 'pmpro_bstate', 'MS') ; 
INSERT INTO `wp_usermeta` VALUES (19810, 1909, 'pmpro_baddress1', 'P.O. Box 3976') ; 
INSERT INTO `wp_usermeta` VALUES (19811, 1909, 'pmpro_bcity', 'Mississippi State') ; 
INSERT INTO `wp_usermeta` VALUES (19812, 1909, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19813, 1909, 'pmpro_bzipcode', '39762') ; 
INSERT INTO `wp_usermeta` VALUES (19814, 1910, 'pmpro_bfirstname', 'Matthew W.') ; 
INSERT INTO `wp_usermeta` VALUES (19815, 1910, 'pmpro_blastname', 'Sine') ; 
INSERT INTO `wp_usermeta` VALUES (19816, 1910, 'first_name', 'Matthew W. ') ; 
INSERT INTO `wp_usermeta` VALUES (19817, 1910, 'last_name', 'Sine') ; 
INSERT INTO `wp_usermeta` VALUES (19818, 1910, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (19819, 1910, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (19820, 1910, 'pmpro_baddress1', '10861 White Dogwood Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (19821, 1910, 'pmpro_bcity', 'Providence Forge') ; 
INSERT INTO `wp_usermeta` VALUES (19822, 1910, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19823, 1910, 'pmpro_bzipcode', '23140-4536') ; 
INSERT INTO `wp_usermeta` VALUES (19824, 1911, 'pmpro_bfirstname', 'Maura') ; 
INSERT INTO `wp_usermeta` VALUES (19825, 1911, 'pmpro_blastname', 'Condon') ; 
INSERT INTO `wp_usermeta` VALUES (19826, 1911, 'first_name', 'Maura') ; 
INSERT INTO `wp_usermeta` VALUES (19827, 1911, 'last_name', 'Condon') ; 
INSERT INTO `wp_usermeta` VALUES (19828, 1911, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19829, 1911, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (19830, 1911, 'pmpro_baddress1', '4024 Franklin Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (19831, 1911, 'pmpro_bcity', 'Western Springs') ; 
INSERT INTO `wp_usermeta` VALUES (19832, 1911, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19833, 1911, 'pmpro_bzipcode', '60558') ; 
INSERT INTO `wp_usermeta` VALUES (19834, 1912, 'pmpro_bfirstname', 'Maura') ; 
INSERT INTO `wp_usermeta` VALUES (19835, 1912, 'pmpro_blastname', 'Williams') ; 
INSERT INTO `wp_usermeta` VALUES (19836, 1912, 'first_name', 'Maura') ; 
INSERT INTO `wp_usermeta` VALUES (19837, 1912, 'last_name', 'Williams') ; 
INSERT INTO `wp_usermeta` VALUES (19838, 1912, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19839, 1912, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (19840, 1912, 'pmpro_baddress1', '1753 Crafton Blvd Apt 2') ; 
INSERT INTO `wp_usermeta` VALUES (19841, 1912, 'pmpro_bcity', 'Pittsburgh') ; 
INSERT INTO `wp_usermeta` VALUES (19842, 1912, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19843, 1912, 'pmpro_bzipcode', '15205-3132') ; 
INSERT INTO `wp_usermeta` VALUES (19844, 1913, 'pmpro_bfirstname', 'Maureen') ; 
INSERT INTO `wp_usermeta` VALUES (19845, 1913, 'pmpro_blastname', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (19846, 1913, 'first_name', 'Maureen') ; 
INSERT INTO `wp_usermeta` VALUES (19847, 1913, 'last_name', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (19848, 1913, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19849, 1913, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (19850, 1913, 'pmpro_baddress1', '3535 Smith Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (19851, 1913, 'pmpro_bcity', 'Lambertville') ; 
INSERT INTO `wp_usermeta` VALUES (19852, 1913, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19853, 1913, 'pmpro_bzipcode', '48144') ; 
INSERT INTO `wp_usermeta` VALUES (19854, 1914, 'pmpro_bfirstname', 'Maureen') ; 
INSERT INTO `wp_usermeta` VALUES (19855, 1914, 'pmpro_blastname', 'Chambers') ; 
INSERT INTO `wp_usermeta` VALUES (19856, 1914, 'first_name', 'Maureen') ; 
INSERT INTO `wp_usermeta` VALUES (19857, 1914, 'last_name', 'Chambers') ; 
INSERT INTO `wp_usermeta` VALUES (19858, 1914, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (19859, 1914, 'pmpro_bstate', 'KY') ; 
INSERT INTO `wp_usermeta` VALUES (19860, 1914, 'pmpro_baddress1', '1511 Donard Park Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (19861, 1914, 'pmpro_bcity', 'Louisville') ; 
INSERT INTO `wp_usermeta` VALUES (19862, 1914, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19863, 1914, 'pmpro_bzipcode', '40218') ; 
INSERT INTO `wp_usermeta` VALUES (19864, 1915, 'pmpro_bfirstname', 'Maureen') ; 
INSERT INTO `wp_usermeta` VALUES (19865, 1915, 'pmpro_blastname', 'O\\\'Keefe') ; 
INSERT INTO `wp_usermeta` VALUES (19866, 1915, 'first_name', 'Maureen') ; 
INSERT INTO `wp_usermeta` VALUES (19867, 1915, 'last_name', 'O\\\'Keefe') ; 
INSERT INTO `wp_usermeta` VALUES (19868, 1915, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19869, 1915, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (19870, 1915, 'pmpro_baddress1', '5217 64th Ave. NW') ; 
INSERT INTO `wp_usermeta` VALUES (19871, 1915, 'pmpro_bcity', 'Gig Harbor') ; 
INSERT INTO `wp_usermeta` VALUES (19872, 1915, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19873, 1915, 'pmpro_bzipcode', '98335-6642') ; 
INSERT INTO `wp_usermeta` VALUES (19874, 1916, 'pmpro_bfirstname', 'Maureen D. ') ; 
INSERT INTO `wp_usermeta` VALUES (19875, 1916, 'pmpro_blastname', 'Stockhausen') ; 
INSERT INTO `wp_usermeta` VALUES (19876, 1916, 'first_name', 'Maureen D.') ; 
INSERT INTO `wp_usermeta` VALUES (19877, 1916, 'last_name', 'Stockhausen') ; 
INSERT INTO `wp_usermeta` VALUES (19878, 1916, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19879, 1916, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (19880, 1916, 'pmpro_baddress1', '16832 Ennerdale Ave') ; 
INSERT INTO `wp_usermeta` VALUES (19881, 1916, 'pmpro_bcity', 'Lockport') ; 
INSERT INTO `wp_usermeta` VALUES (19882, 1916, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19883, 1916, 'pmpro_bzipcode', '60441-4899') ; 
INSERT INTO `wp_usermeta` VALUES (19884, 1917, 'pmpro_bfirstname', 'Maureen L. ') ; 
INSERT INTO `wp_usermeta` VALUES (19885, 1917, 'pmpro_blastname', 'Conlon') ; 
INSERT INTO `wp_usermeta` VALUES (19886, 1917, 'first_name', 'Maureen L. ') ; 
INSERT INTO `wp_usermeta` VALUES (19887, 1917, 'last_name', 'Conlon') ; 
INSERT INTO `wp_usermeta` VALUES (19888, 1917, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19889, 1917, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (19890, 1917, 'pmpro_baddress1', '29 Tower St.') ; 
INSERT INTO `wp_usermeta` VALUES (19891, 1917, 'pmpro_bcity', 'Hudson') ; 
INSERT INTO `wp_usermeta` VALUES (19892, 1917, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19893, 1917, 'pmpro_bzipcode', '1749') ; 
INSERT INTO `wp_usermeta` VALUES (19894, 1918, 'pmpro_bfirstname', 'Maureen O. ') ; 
INSERT INTO `wp_usermeta` VALUES (19895, 1918, 'pmpro_blastname', 'Duryee') ; 
INSERT INTO `wp_usermeta` VALUES (19896, 1918, 'first_name', 'Maureen O. ') ; 
INSERT INTO `wp_usermeta` VALUES (19897, 1918, 'last_name', 'Duryee') ; 
INSERT INTO `wp_usermeta` VALUES (19898, 1918, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19899, 1918, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (19900, 1918, 'pmpro_baddress1', '8447 Sunrise Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (19901, 1918, 'pmpro_bcity', 'La Mesa') ; 
INSERT INTO `wp_usermeta` VALUES (19902, 1918, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19903, 1918, 'pmpro_bzipcode', '91941') ; 
INSERT INTO `wp_usermeta` VALUES (19904, 1919, 'pmpro_bfirstname', 'Meagan') ; 
INSERT INTO `wp_usermeta` VALUES (19905, 1919, 'pmpro_blastname', 'Jones') ; 
INSERT INTO `wp_usermeta` VALUES (19906, 1919, 'first_name', 'Meagan') ; 
INSERT INTO `wp_usermeta` VALUES (19907, 1919, 'last_name', 'Jones') ; 
INSERT INTO `wp_usermeta` VALUES (19908, 1919, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19909, 1919, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (19910, 1919, 'pmpro_baddress1', '939 Banks Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (19911, 1919, 'pmpro_bcity', 'Knoxville') ; 
INSERT INTO `wp_usermeta` VALUES (19912, 1919, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19913, 1919, 'pmpro_bzipcode', '37917') ; 
INSERT INTO `wp_usermeta` VALUES (19914, 1920, 'pmpro_bfirstname', 'Meaghan') ; 
INSERT INTO `wp_usermeta` VALUES (19915, 1920, 'pmpro_blastname', 'McCarthy') ; 
INSERT INTO `wp_usermeta` VALUES (19916, 1920, 'first_name', 'Meaghan') ; 
INSERT INTO `wp_usermeta` VALUES (19917, 1920, 'last_name', 'McCarthy') ; 
INSERT INTO `wp_usermeta` VALUES (19918, 1920, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (19919, 1920, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (19920, 1920, 'pmpro_baddress1', '14626 Gateway Pt Circle  Apt 14105') ; 
INSERT INTO `wp_usermeta` VALUES (19921, 1920, 'pmpro_bcity', 'Orlando') ; 
INSERT INTO `wp_usermeta` VALUES (19922, 1920, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (19923, 1920, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19924, 1920, 'pmpro_bzipcode', '32821') ; 
INSERT INTO `wp_usermeta` VALUES (19925, 1921, 'pmpro_bfirstname', 'Megan') ; 
INSERT INTO `wp_usermeta` VALUES (19926, 1921, 'pmpro_blastname', 'Desai') ; 
INSERT INTO `wp_usermeta` VALUES (19927, 1921, 'first_name', 'Megan') ; 
INSERT INTO `wp_usermeta` VALUES (19928, 1921, 'last_name', 'Desai') ; 
INSERT INTO `wp_usermeta` VALUES (19929, 1921, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (19930, 1921, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (19931, 1921, 'pmpro_baddress1', '4-1810 Corydon Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (19932, 1921, 'pmpro_bcity', 'Winnipeg') ; 
INSERT INTO `wp_usermeta` VALUES (19933, 1921, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19934, 1921, 'pmpro_bzipcode', 'R3N 0C5') ; 
INSERT INTO `wp_usermeta` VALUES (19935, 1922, 'pmpro_bfirstname', 'Megan') ; 
INSERT INTO `wp_usermeta` VALUES (19936, 1922, 'pmpro_blastname', 'Wichman') ; 
INSERT INTO `wp_usermeta` VALUES (19937, 1922, 'first_name', 'Megan') ; 
INSERT INTO `wp_usermeta` VALUES (19938, 1922, 'last_name', 'Wichman') ; 
INSERT INTO `wp_usermeta` VALUES (19939, 1922, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19940, 1922, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (19941, 1922, 'pmpro_baddress1', '10104 SW 89th St.') ; 
INSERT INTO `wp_usermeta` VALUES (19942, 1922, 'pmpro_bcity', 'Gainesville') ; 
INSERT INTO `wp_usermeta` VALUES (19943, 1922, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19944, 1922, 'pmpro_bzipcode', '32608') ; 
INSERT INTO `wp_usermeta` VALUES (19945, 1923, 'pmpro_bfirstname', 'Megan') ; 
INSERT INTO `wp_usermeta` VALUES (19946, 1923, 'pmpro_blastname', 'McGrath') ; 
INSERT INTO `wp_usermeta` VALUES (19947, 1923, 'first_name', 'Megan') ; 
INSERT INTO `wp_usermeta` VALUES (19948, 1923, 'last_name', 'McGrath') ; 
INSERT INTO `wp_usermeta` VALUES (19949, 1923, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19950, 1923, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (19951, 1923, 'pmpro_baddress1', 'P.O. Box 882') ; 
INSERT INTO `wp_usermeta` VALUES (19952, 1923, 'pmpro_bcity', 'Mebane') ; 
INSERT INTO `wp_usermeta` VALUES (19953, 1923, 'uxf_organization', 'Conservators\\\' Center') ; 
INSERT INTO `wp_usermeta` VALUES (19954, 1923, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19955, 1923, 'pmpro_bzipcode', '27302') ; 
INSERT INTO `wp_usermeta` VALUES (19956, 1924, 'pmpro_bfirstname', 'Megan') ; 
INSERT INTO `wp_usermeta` VALUES (19957, 1924, 'pmpro_blastname', 'Stobb') ; 
INSERT INTO `wp_usermeta` VALUES (19958, 1924, 'first_name', 'Megan') ; 
INSERT INTO `wp_usermeta` VALUES (19959, 1924, 'last_name', 'Stobb') ; 
INSERT INTO `wp_usermeta` VALUES (19960, 1924, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19961, 1924, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (19962, 1924, 'pmpro_baddress1', '3751 Quail Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (19963, 1924, 'pmpro_bcity', 'Merced') ; 
INSERT INTO `wp_usermeta` VALUES (19964, 1924, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19965, 1924, 'pmpro_bzipcode', '95340') ; 
INSERT INTO `wp_usermeta` VALUES (19966, 1925, 'pmpro_bfirstname', 'Megan') ; 
INSERT INTO `wp_usermeta` VALUES (19967, 1925, 'pmpro_blastname', 'Brown: Safari West') ; 
INSERT INTO `wp_usermeta` VALUES (19968, 1925, 'first_name', 'Megan') ; 
INSERT INTO `wp_usermeta` VALUES (19969, 1925, 'last_name', 'Brown') ; 
INSERT INTO `wp_usermeta` VALUES (19970, 1925, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (19971, 1925, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (19972, 1925, 'pmpro_baddress1', '3115 Porter Creek Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (19973, 1925, 'pmpro_bcity', 'Santa Rosa') ; 
INSERT INTO `wp_usermeta` VALUES (19974, 1925, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (19975, 1925, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19976, 1925, 'pmpro_bzipcode', '95404') ; 
INSERT INTO `wp_usermeta` VALUES (19977, 1926, 'pmpro_bfirstname', 'Megan') ; 
INSERT INTO `wp_usermeta` VALUES (19978, 1926, 'pmpro_blastname', 'Hankins') ; 
INSERT INTO `wp_usermeta` VALUES (19979, 1926, 'first_name', 'Megan') ; 
INSERT INTO `wp_usermeta` VALUES (19980, 1926, 'last_name', 'Hankins') ; 
INSERT INTO `wp_usermeta` VALUES (19981, 1926, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (19982, 1926, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (19983, 1926, 'pmpro_baddress1', '18 Mounds Rd. Apt 7') ; 
INSERT INTO `wp_usermeta` VALUES (19984, 1926, 'pmpro_bcity', 'San Mateo') ; 
INSERT INTO `wp_usermeta` VALUES (19985, 1926, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19986, 1926, 'pmpro_bzipcode', '94402') ; 
INSERT INTO `wp_usermeta` VALUES (19987, 1927, 'pmpro_bfirstname', 'Megan') ; 
INSERT INTO `wp_usermeta` VALUES (19988, 1927, 'pmpro_blastname', 'O\'Donnell') ; 
INSERT INTO `wp_usermeta` VALUES (19989, 1927, 'first_name', 'Megan') ; 
INSERT INTO `wp_usermeta` VALUES (19990, 1927, 'last_name', 'O\\\'Donnell') ; 
INSERT INTO `wp_usermeta` VALUES (19991, 1927, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (19992, 1927, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (19993, 1927, 'pmpro_baddress1', '4740 Silverwood St.') ; 
INSERT INTO `wp_usermeta` VALUES (19994, 1927, 'pmpro_bcity', 'Philadelphia') ; 
INSERT INTO `wp_usermeta` VALUES (19995, 1927, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (19996, 1927, 'pmpro_bzipcode', '19128') ; 
INSERT INTO `wp_usermeta` VALUES (19997, 1928, 'pmpro_bfirstname', 'Megan') ; 
INSERT INTO `wp_usermeta` VALUES (19998, 1928, 'pmpro_blastname', 'Wright') ; 
INSERT INTO `wp_usermeta` VALUES (19999, 1928, 'first_name', 'Megan') ; 
INSERT INTO `wp_usermeta` VALUES (20000, 1928, 'last_name', 'Wright') ; 
INSERT INTO `wp_usermeta` VALUES (20001, 1928, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (20002, 1928, 'pmpro_bstate', 'IA') ; 
INSERT INTO `wp_usermeta` VALUES (20003, 1928, 'pmpro_baddress1', '4007 13th St.') ; 
INSERT INTO `wp_usermeta` VALUES (20004, 1928, 'pmpro_bcity', 'Des Moines') ; 
INSERT INTO `wp_usermeta` VALUES (20005, 1928, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20006, 1928, 'pmpro_bzipcode', '50313-3122') ; 
INSERT INTO `wp_usermeta` VALUES (20007, 1929, 'pmpro_bfirstname', 'Megan') ; 
INSERT INTO `wp_usermeta` VALUES (20008, 1929, 'pmpro_blastname', 'Madura') ; 
INSERT INTO `wp_usermeta` VALUES (20009, 1929, 'first_name', 'Megan') ; 
INSERT INTO `wp_usermeta` VALUES (20010, 1929, 'last_name', 'Madura') ; 
INSERT INTO `wp_usermeta` VALUES (20011, 1929, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20012, 1929, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (20013, 1929, 'pmpro_baddress1', '5272 Wesley Chapel Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (20014, 1929, 'pmpro_bcity', 'New Berlin') ; 
INSERT INTO `wp_usermeta` VALUES (20015, 1929, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20016, 1929, 'pmpro_bzipcode', '62670-6761') ; 
INSERT INTO `wp_usermeta` VALUES (20017, 1930, 'pmpro_bfirstname', 'Megan') ; 
INSERT INTO `wp_usermeta` VALUES (20018, 1930, 'pmpro_blastname', 'Sanderson') ; 
INSERT INTO `wp_usermeta` VALUES (20019, 1930, 'first_name', 'Megan') ; 
INSERT INTO `wp_usermeta` VALUES (20020, 1930, 'last_name', 'Sanderson') ; 
INSERT INTO `wp_usermeta` VALUES (20021, 1930, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20022, 1930, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (20023, 1930, 'pmpro_baddress1', '2013 Huron Pkwy. ') ; 
INSERT INTO `wp_usermeta` VALUES (20024, 1930, 'pmpro_baddress2', '#8') ; 
INSERT INTO `wp_usermeta` VALUES (20025, 1930, 'pmpro_bcity', 'Ann Arbor') ; 
INSERT INTO `wp_usermeta` VALUES (20026, 1930, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20027, 1930, 'pmpro_bzipcode', '48104') ; 
INSERT INTO `wp_usermeta` VALUES (20028, 1931, 'pmpro_bfirstname', 'Megan') ; 
INSERT INTO `wp_usermeta` VALUES (20029, 1931, 'pmpro_blastname', 'VanGundy') ; 
INSERT INTO `wp_usermeta` VALUES (20030, 1931, 'first_name', 'Megan') ; 
INSERT INTO `wp_usermeta` VALUES (20031, 1931, 'last_name', 'VanGundy') ; 
INSERT INTO `wp_usermeta` VALUES (20032, 1931, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20033, 1931, 'pmpro_bstate', 'IA') ; 
INSERT INTO `wp_usermeta` VALUES (20034, 1931, 'pmpro_baddress1', '35754 Nome Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (20035, 1931, 'pmpro_bcity', 'De Soto') ; 
INSERT INTO `wp_usermeta` VALUES (20036, 1931, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20037, 1931, 'pmpro_bzipcode', '50069') ; 
INSERT INTO `wp_usermeta` VALUES (20038, 1932, 'pmpro_bfirstname', 'Megan') ; 
INSERT INTO `wp_usermeta` VALUES (20039, 1932, 'pmpro_blastname', 'Dudek') ; 
INSERT INTO `wp_usermeta` VALUES (20040, 1932, 'first_name', 'Megan') ; 
INSERT INTO `wp_usermeta` VALUES (20041, 1932, 'last_name', 'Dudek') ; 
INSERT INTO `wp_usermeta` VALUES (20042, 1932, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20043, 1932, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (20044, 1932, 'pmpro_baddress1', '22416 Merritton Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (20045, 1932, 'pmpro_bcity', 'Frankfort') ; 
INSERT INTO `wp_usermeta` VALUES (20046, 1932, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20047, 1932, 'pmpro_bzipcode', '60423') ; 
INSERT INTO `wp_usermeta` VALUES (20048, 1933, 'pmpro_bfirstname', 'Megan') ; 
INSERT INTO `wp_usermeta` VALUES (20049, 1933, 'pmpro_blastname', 'Pushie') ; 
INSERT INTO `wp_usermeta` VALUES (20050, 1933, 'first_name', 'Megan') ; 
INSERT INTO `wp_usermeta` VALUES (20051, 1933, 'last_name', 'Pushie') ; 
INSERT INTO `wp_usermeta` VALUES (20052, 1933, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20053, 1933, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (20054, 1933, 'pmpro_baddress1', '215 Admiral Avenue') ; 
INSERT INTO `wp_usermeta` VALUES (20055, 1933, 'pmpro_bcity', 'Portage') ; 
INSERT INTO `wp_usermeta` VALUES (20056, 1933, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20057, 1933, 'pmpro_bzipcode', '49002') ; 
INSERT INTO `wp_usermeta` VALUES (20058, 1934, 'pmpro_bfirstname', 'Meghaan') ; 
INSERT INTO `wp_usermeta` VALUES (20059, 1934, 'pmpro_blastname', 'Carter: Brandywine Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (20060, 1934, 'first_name', 'Meghaan') ; 
INSERT INTO `wp_usermeta` VALUES (20061, 1934, 'last_name', 'Carter') ; 
INSERT INTO `wp_usermeta` VALUES (20062, 1934, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20063, 1934, 'pmpro_bstate', 'DE') ; 
INSERT INTO `wp_usermeta` VALUES (20064, 1934, 'pmpro_baddress1', '1001 N. Park Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (20065, 1934, 'pmpro_bcity', 'Wilmington') ; 
INSERT INTO `wp_usermeta` VALUES (20066, 1934, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (20067, 1934, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20068, 1934, 'pmpro_bzipcode', '19802') ; 
INSERT INTO `wp_usermeta` VALUES (20069, 1935, 'pmpro_bfirstname', 'Meghan') ; 
INSERT INTO `wp_usermeta` VALUES (20070, 1935, 'pmpro_blastname', 'Nemes') ; 
INSERT INTO `wp_usermeta` VALUES (20071, 1935, 'first_name', 'Meghan') ; 
INSERT INTO `wp_usermeta` VALUES (20072, 1935, 'last_name', 'Nemes') ; 
INSERT INTO `wp_usermeta` VALUES (20073, 1935, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20074, 1935, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (20075, 1935, 'pmpro_baddress1', '481 Nahatan St.') ; 
INSERT INTO `wp_usermeta` VALUES (20076, 1935, 'pmpro_bcity', 'Norwood') ; 
INSERT INTO `wp_usermeta` VALUES (20077, 1935, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20078, 1935, 'pmpro_bzipcode', '2062') ; 
INSERT INTO `wp_usermeta` VALUES (20079, 1936, 'pmpro_bfirstname', 'Meghan') ; 
INSERT INTO `wp_usermeta` VALUES (20080, 1936, 'pmpro_blastname', 'Bohn') ; 
INSERT INTO `wp_usermeta` VALUES (20081, 1936, 'first_name', 'Meghan') ; 
INSERT INTO `wp_usermeta` VALUES (20082, 1936, 'last_name', 'Bohn') ; 
INSERT INTO `wp_usermeta` VALUES (20083, 1936, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (20084, 1936, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (20085, 1936, 'pmpro_baddress1', '6500 N. University St.') ; 
INSERT INTO `wp_usermeta` VALUES (20086, 1936, 'pmpro_baddress2', '#204') ; 
INSERT INTO `wp_usermeta` VALUES (20087, 1936, 'pmpro_bcity', 'Peoria') ; 
INSERT INTO `wp_usermeta` VALUES (20088, 1936, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20089, 1936, 'pmpro_bzipcode', '61614') ; 
INSERT INTO `wp_usermeta` VALUES (20090, 1937, 'pmpro_bfirstname', 'Melaina') ; 
INSERT INTO `wp_usermeta` VALUES (20091, 1937, 'pmpro_blastname', 'Wallace') ; 
INSERT INTO `wp_usermeta` VALUES (20092, 1937, 'first_name', 'Melaina') ; 
INSERT INTO `wp_usermeta` VALUES (20093, 1937, 'last_name', 'Wallace') ; 
INSERT INTO `wp_usermeta` VALUES (20094, 1937, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (20095, 1937, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (20096, 1937, 'pmpro_baddress1', '5923 Loma Vista Dr W') ; 
INSERT INTO `wp_usermeta` VALUES (20097, 1937, 'pmpro_bcity', 'Davenport') ; 
INSERT INTO `wp_usermeta` VALUES (20098, 1937, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20099, 1937, 'pmpro_bzipcode', '33896') ; 
INSERT INTO `wp_usermeta` VALUES (20100, 1938, 'pmpro_bfirstname', 'Melanie') ; 
INSERT INTO `wp_usermeta` VALUES (20101, 1938, 'pmpro_blastname', 'Kirsch') ; 
INSERT INTO `wp_usermeta` VALUES (20102, 1938, 'first_name', 'Melanie') ; 
INSERT INTO `wp_usermeta` VALUES (20103, 1938, 'last_name', 'Kirsch') ; 
INSERT INTO `wp_usermeta` VALUES (20104, 1938, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20105, 1938, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (20106, 1938, 'pmpro_baddress1', '27797 Silver St. Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (20107, 1938, 'pmpro_bcity', 'Theresa') ; 
INSERT INTO `wp_usermeta` VALUES (20108, 1938, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20109, 1938, 'pmpro_bzipcode', '13691') ; 
INSERT INTO `wp_usermeta` VALUES (20110, 1939, 'pmpro_bfirstname', 'Melanie') ; 
INSERT INTO `wp_usermeta` VALUES (20111, 1939, 'pmpro_blastname', 'Currie') ; 
INSERT INTO `wp_usermeta` VALUES (20112, 1939, 'first_name', 'Melanie') ; 
INSERT INTO `wp_usermeta` VALUES (20113, 1939, 'last_name', 'Currie') ; 
INSERT INTO `wp_usermeta` VALUES (20114, 1939, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20115, 1939, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (20116, 1939, 'pmpro_baddress1', '1315 Lynn Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (20117, 1939, 'pmpro_bcity', 'Durham') ; 
INSERT INTO `wp_usermeta` VALUES (20118, 1939, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20119, 1939, 'pmpro_bzipcode', '27703') ; 
INSERT INTO `wp_usermeta` VALUES (20120, 1940, 'pmpro_bfirstname', 'Melanie') ; 
INSERT INTO `wp_usermeta` VALUES (20121, 1940, 'pmpro_blastname', 'Simmons') ; 
INSERT INTO `wp_usermeta` VALUES (20122, 1940, 'first_name', 'Melanie') ; 
INSERT INTO `wp_usermeta` VALUES (20123, 1940, 'last_name', 'Simmons') ; 
INSERT INTO `wp_usermeta` VALUES (20124, 1940, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20125, 1940, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (20126, 1940, 'pmpro_baddress1', '2808 Swan Creek Road') ; 
INSERT INTO `wp_usermeta` VALUES (20127, 1940, 'pmpro_bcity', 'Centerville') ; 
INSERT INTO `wp_usermeta` VALUES (20128, 1940, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20129, 1940, 'pmpro_bzipcode', '37033') ; 
INSERT INTO `wp_usermeta` VALUES (20130, 1941, 'pmpro_bfirstname', 'Melanie') ; 
INSERT INTO `wp_usermeta` VALUES (20131, 1941, 'pmpro_blastname', 'Weber') ; 
INSERT INTO `wp_usermeta` VALUES (20132, 1941, 'first_name', 'Melanie') ; 
INSERT INTO `wp_usermeta` VALUES (20133, 1941, 'last_name', 'Weber') ; 
INSERT INTO `wp_usermeta` VALUES (20134, 1941, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (20135, 1941, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (20136, 1941, 'pmpro_baddress1', '66-20 Wetherole St. Apt LA') ; 
INSERT INTO `wp_usermeta` VALUES (20137, 1941, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (20138, 1941, 'pmpro_bcity', 'Rego Park') ; 
INSERT INTO `wp_usermeta` VALUES (20139, 1941, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20140, 1941, 'pmpro_bzipcode', '11374') ; 
INSERT INTO `wp_usermeta` VALUES (20141, 1942, 'pmpro_bfirstname', 'Melanie') ; 
INSERT INTO `wp_usermeta` VALUES (20142, 1942, 'pmpro_blastname', 'Melendez') ; 
INSERT INTO `wp_usermeta` VALUES (20143, 1942, 'first_name', 'Melanie') ; 
INSERT INTO `wp_usermeta` VALUES (20144, 1942, 'last_name', 'Melendez') ; 
INSERT INTO `wp_usermeta` VALUES (20145, 1942, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20146, 1942, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (20147, 1942, 'pmpro_baddress1', '2763 Harway Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (20148, 1942, 'pmpro_bcity', 'Brooklyn') ; 
INSERT INTO `wp_usermeta` VALUES (20149, 1942, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20150, 1942, 'pmpro_bzipcode', '11214') ; 
INSERT INTO `wp_usermeta` VALUES (20151, 1943, 'pmpro_bfirstname', 'Melanie') ; 
INSERT INTO `wp_usermeta` VALUES (20152, 1943, 'pmpro_blastname', 'Young') ; 
INSERT INTO `wp_usermeta` VALUES (20153, 1943, 'first_name', 'Melanie') ; 
INSERT INTO `wp_usermeta` VALUES (20154, 1943, 'last_name', 'Young') ; 
INSERT INTO `wp_usermeta` VALUES (20155, 1943, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20156, 1943, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (20157, 1943, 'pmpro_baddress1', '12169 Alexandra Dr') ; 
INSERT INTO `wp_usermeta` VALUES (20158, 1943, 'pmpro_bcity', 'Jacksonville') ; 
INSERT INTO `wp_usermeta` VALUES (20159, 1943, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20160, 1943, 'pmpro_bzipcode', '32218-8884') ; 
INSERT INTO `wp_usermeta` VALUES (20161, 1944, 'pmpro_bfirstname', 'Melanie') ; 
INSERT INTO `wp_usermeta` VALUES (20162, 1944, 'pmpro_blastname', 'Stephens') ; 
INSERT INTO `wp_usermeta` VALUES (20163, 1944, 'first_name', 'Melanie') ; 
INSERT INTO `wp_usermeta` VALUES (20164, 1944, 'last_name', 'Stephens') ; 
INSERT INTO `wp_usermeta` VALUES (20165, 1944, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20166, 1944, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (20167, 1944, 'pmpro_baddress1', '300 Champions Dr.  Apt 210') ; 
INSERT INTO `wp_usermeta` VALUES (20168, 1944, 'pmpro_bcity', 'Lufkin') ; 
INSERT INTO `wp_usermeta` VALUES (20169, 1944, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20170, 1944, 'pmpro_bzipcode', '75901') ; 
INSERT INTO `wp_usermeta` VALUES (20171, 1945, 'pmpro_bfirstname', 'Melany') ; 
INSERT INTO `wp_usermeta` VALUES (20172, 1945, 'pmpro_blastname', 'Marotta') ; 
INSERT INTO `wp_usermeta` VALUES (20173, 1945, 'first_name', 'Melany') ; 
INSERT INTO `wp_usermeta` VALUES (20174, 1945, 'last_name', 'Marotta') ; 
INSERT INTO `wp_usermeta` VALUES (20175, 1945, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20176, 1945, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (20177, 1945, 'pmpro_baddress1', '6960 Mehwald Ln') ; 
INSERT INTO `wp_usermeta` VALUES (20178, 1945, 'pmpro_bcity', 'Somerset') ; 
INSERT INTO `wp_usermeta` VALUES (20179, 1945, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20180, 1945, 'pmpro_bzipcode', '95684-9306') ; 
INSERT INTO `wp_usermeta` VALUES (20181, 1946, 'pmpro_bfirstname', 'Melba') ; 
INSERT INTO `wp_usermeta` VALUES (20182, 1946, 'pmpro_blastname', 'Brown') ; 
INSERT INTO `wp_usermeta` VALUES (20183, 1946, 'first_name', 'Melba') ; 
INSERT INTO `wp_usermeta` VALUES (20184, 1946, 'last_name', 'Brown') ; 
INSERT INTO `wp_usermeta` VALUES (20185, 1946, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20186, 1946, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (20187, 1946, 'pmpro_baddress1', '8340 Imperial Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (20188, 1946, 'pmpro_bcity', 'Laurel') ; 
INSERT INTO `wp_usermeta` VALUES (20189, 1946, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20190, 1946, 'pmpro_bzipcode', '20708') ; 
INSERT INTO `wp_usermeta` VALUES (20191, 1947, 'pmpro_bfirstname', 'Melinda') ; 
INSERT INTO `wp_usermeta` VALUES (20192, 1947, 'pmpro_blastname', 'Robinett') ; 
INSERT INTO `wp_usermeta` VALUES (20193, 1947, 'first_name', 'Melinda') ; 
INSERT INTO `wp_usermeta` VALUES (20194, 1947, 'last_name', 'Robinett') ; 
INSERT INTO `wp_usermeta` VALUES (20195, 1947, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (20196, 1947, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (20197, 1947, 'pmpro_baddress1', '1705 Pondview Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (20198, 1947, 'pmpro_bcity', 'Hastings') ; 
INSERT INTO `wp_usermeta` VALUES (20199, 1947, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20200, 1947, 'pmpro_bzipcode', '49058') ; 
INSERT INTO `wp_usermeta` VALUES (20201, 1948, 'pmpro_bfirstname', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20202, 1948, 'pmpro_blastname', 'Terwilliger') ; 
INSERT INTO `wp_usermeta` VALUES (20203, 1948, 'first_name', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20204, 1948, 'last_name', 'Terwilliger') ; 
INSERT INTO `wp_usermeta` VALUES (20205, 1948, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20206, 1948, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (20207, 1948, 'pmpro_baddress1', '3227 E. Scarborough Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (20208, 1948, 'pmpro_bcity', 'Cleveland Heights') ; 
INSERT INTO `wp_usermeta` VALUES (20209, 1948, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20210, 1948, 'pmpro_bzipcode', '44118') ; 
INSERT INTO `wp_usermeta` VALUES (20211, 1949, 'pmpro_bfirstname', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20212, 1949, 'pmpro_blastname', 'Thueme') ; 
INSERT INTO `wp_usermeta` VALUES (20213, 1949, 'first_name', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20214, 1949, 'last_name', 'Thueme') ; 
INSERT INTO `wp_usermeta` VALUES (20215, 1949, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20216, 1949, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (20217, 1949, 'pmpro_baddress1', '545 Gardner Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (20218, 1949, 'pmpro_bcity', 'Clawson') ; 
INSERT INTO `wp_usermeta` VALUES (20219, 1949, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20220, 1949, 'pmpro_bzipcode', '48017') ; 
INSERT INTO `wp_usermeta` VALUES (20221, 1950, 'pmpro_bfirstname', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20222, 1950, 'pmpro_blastname', 'Ciccariello') ; 
INSERT INTO `wp_usermeta` VALUES (20223, 1950, 'first_name', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20224, 1950, 'last_name', 'Ciccariello') ; 
INSERT INTO `wp_usermeta` VALUES (20225, 1950, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20226, 1950, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (20227, 1950, 'pmpro_baddress1', 'ES BA Drive') ; 
INSERT INTO `wp_usermeta` VALUES (20228, 1950, 'pmpro_bcity', 'N. Attleboro') ; 
INSERT INTO `wp_usermeta` VALUES (20229, 1950, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20230, 1950, 'pmpro_bzipcode', '2760') ; 
INSERT INTO `wp_usermeta` VALUES (20231, 1951, 'pmpro_bfirstname', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20232, 1951, 'pmpro_blastname', 'McCartney') ; 
INSERT INTO `wp_usermeta` VALUES (20233, 1951, 'first_name', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20234, 1951, 'last_name', 'McCartney') ; 
INSERT INTO `wp_usermeta` VALUES (20235, 1951, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20236, 1951, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (20237, 1951, 'pmpro_baddress1', '654 Cullivan Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (20238, 1951, 'pmpro_bcity', 'Sacramento') ; 
INSERT INTO `wp_usermeta` VALUES (20239, 1951, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20240, 1951, 'pmpro_bzipcode', '95831') ; 
INSERT INTO `wp_usermeta` VALUES (20241, 1952, 'pmpro_bfirstname', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20242, 1952, 'pmpro_blastname', 'Moeser') ; 
INSERT INTO `wp_usermeta` VALUES (20243, 1952, 'first_name', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20244, 1952, 'last_name', 'Moeser') ; 
INSERT INTO `wp_usermeta` VALUES (20245, 1952, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20246, 1952, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (20247, 1952, 'pmpro_baddress1', '8426 S. 77th Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (20248, 1952, 'pmpro_bcity', 'Bridgeview') ; 
INSERT INTO `wp_usermeta` VALUES (20249, 1952, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20250, 1952, 'pmpro_bzipcode', '60455') ; 
INSERT INTO `wp_usermeta` VALUES (20251, 1953, 'pmpro_bfirstname', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20252, 1953, 'pmpro_blastname', 'Passman') ; 
INSERT INTO `wp_usermeta` VALUES (20253, 1953, 'first_name', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20254, 1953, 'last_name', 'Passman') ; 
INSERT INTO `wp_usermeta` VALUES (20255, 1953, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20256, 1953, 'pmpro_bstate', 'AL') ; 
INSERT INTO `wp_usermeta` VALUES (20257, 1953, 'pmpro_baddress1', '6870 Foley Beach Express') ; 
INSERT INTO `wp_usermeta` VALUES (20258, 1953, 'pmpro_baddress2', 'J1016') ; 
INSERT INTO `wp_usermeta` VALUES (20259, 1953, 'pmpro_bcity', 'Orange Beach') ; 
INSERT INTO `wp_usermeta` VALUES (20260, 1953, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20261, 1953, 'pmpro_bzipcode', '36561') ; 
INSERT INTO `wp_usermeta` VALUES (20262, 1954, 'pmpro_bfirstname', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20263, 1954, 'pmpro_blastname', 'Reynolds') ; 
INSERT INTO `wp_usermeta` VALUES (20264, 1954, 'first_name', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20265, 1954, 'last_name', 'Reynolds') ; 
INSERT INTO `wp_usermeta` VALUES (20266, 1954, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (20267, 1954, 'pmpro_bstate', 'SC') ; 
INSERT INTO `wp_usermeta` VALUES (20268, 1954, 'pmpro_baddress1', '136 Delft Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (20269, 1954, 'pmpro_bcity', 'Columbia') ; 
INSERT INTO `wp_usermeta` VALUES (20270, 1954, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20271, 1954, 'pmpro_bzipcode', '29210') ; 
INSERT INTO `wp_usermeta` VALUES (20272, 1955, 'pmpro_bfirstname', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20273, 1955, 'pmpro_blastname', 'Sooter') ; 
INSERT INTO `wp_usermeta` VALUES (20274, 1955, 'first_name', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20275, 1955, 'last_name', 'Sooter') ; 
INSERT INTO `wp_usermeta` VALUES (20276, 1955, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (20277, 1955, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (20278, 1955, 'pmpro_baddress1', '5725 Parkview Hills Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (20279, 1955, 'pmpro_bcity', 'Forth Worth') ; 
INSERT INTO `wp_usermeta` VALUES (20280, 1955, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20281, 1955, 'pmpro_bzipcode', '76179') ; 
INSERT INTO `wp_usermeta` VALUES (20282, 1956, 'pmpro_bfirstname', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20283, 1956, 'pmpro_blastname', 'Young') ; 
INSERT INTO `wp_usermeta` VALUES (20284, 1956, 'first_name', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20285, 1956, 'last_name', 'Young') ; 
INSERT INTO `wp_usermeta` VALUES (20286, 1956, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (20287, 1956, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (20288, 1956, 'pmpro_baddress1', '623 Rebecca Way Apt 2') ; 
INSERT INTO `wp_usermeta` VALUES (20289, 1956, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (20290, 1956, 'pmpro_bcity', 'San Jose') ; 
INSERT INTO `wp_usermeta` VALUES (20291, 1956, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20292, 1956, 'pmpro_bzipcode', '95117-1934') ; 
INSERT INTO `wp_usermeta` VALUES (20293, 1957, 'pmpro_bfirstname', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20294, 1957, 'pmpro_blastname', 'Covey') ; 
INSERT INTO `wp_usermeta` VALUES (20295, 1957, 'first_name', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20296, 1957, 'last_name', 'Covey') ; 
INSERT INTO `wp_usermeta` VALUES (20297, 1957, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (20298, 1957, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (20299, 1957, 'pmpro_baddress1', '1206 Holly Springs Circle') ; 
INSERT INTO `wp_usermeta` VALUES (20300, 1957, 'pmpro_bcity', 'Orlando') ; 
INSERT INTO `wp_usermeta` VALUES (20301, 1957, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20302, 1957, 'pmpro_bzipcode', '32825') ; 
INSERT INTO `wp_usermeta` VALUES (20303, 1958, 'pmpro_bfirstname', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20304, 1958, 'pmpro_blastname', 'Howard-Looney') ; 
INSERT INTO `wp_usermeta` VALUES (20305, 1958, 'first_name', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20306, 1958, 'last_name', 'Howard-Looney') ; 
INSERT INTO `wp_usermeta` VALUES (20307, 1958, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20308, 1958, 'pmpro_bstate', 'OK') ; 
INSERT INTO `wp_usermeta` VALUES (20309, 1958, 'pmpro_baddress1', '10000 N. 107th E. Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (20310, 1958, 'pmpro_bcity', 'Owasso') ; 
INSERT INTO `wp_usermeta` VALUES (20311, 1958, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20312, 1958, 'pmpro_bzipcode', '74055') ; 
INSERT INTO `wp_usermeta` VALUES (20313, 1959, 'pmpro_bfirstname', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20314, 1959, 'pmpro_blastname', 'Hayes') ; 
INSERT INTO `wp_usermeta` VALUES (20315, 1959, 'first_name', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20316, 1959, 'last_name', 'Hayes') ; 
INSERT INTO `wp_usermeta` VALUES (20317, 1959, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20318, 1959, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (20319, 1959, 'pmpro_baddress1', '7601 Crimson Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (20320, 1959, 'pmpro_bcity', 'Savage') ; 
INSERT INTO `wp_usermeta` VALUES (20321, 1959, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20322, 1959, 'pmpro_bzipcode', '55378') ; 
INSERT INTO `wp_usermeta` VALUES (20323, 1960, 'pmpro_bfirstname', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20324, 1960, 'pmpro_blastname', 'Monahan') ; 
INSERT INTO `wp_usermeta` VALUES (20325, 1960, 'first_name', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20326, 1960, 'last_name', 'Monahan') ; 
INSERT INTO `wp_usermeta` VALUES (20327, 1960, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20328, 1960, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (20329, 1960, 'pmpro_baddress1', '7308 Circle Oak Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (20330, 1960, 'pmpro_bcity', 'Bulverde') ; 
INSERT INTO `wp_usermeta` VALUES (20331, 1960, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20332, 1960, 'pmpro_bzipcode', '78163-2435') ; 
INSERT INTO `wp_usermeta` VALUES (20333, 1961, 'pmpro_bfirstname', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20334, 1961, 'pmpro_blastname', 'Durham') ; 
INSERT INTO `wp_usermeta` VALUES (20335, 1961, 'first_name', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20336, 1961, 'last_name', 'Durham') ; 
INSERT INTO `wp_usermeta` VALUES (20337, 1961, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (20338, 1961, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (20339, 1961, 'pmpro_baddress1', '1105 Lexington St Unit 1-10') ; 
INSERT INTO `wp_usermeta` VALUES (20340, 1961, 'pmpro_bcity', 'Waltham') ; 
INSERT INTO `wp_usermeta` VALUES (20341, 1961, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20342, 1961, 'pmpro_bzipcode', '02452') ; 
INSERT INTO `wp_usermeta` VALUES (20343, 1962, 'pmpro_bfirstname', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20344, 1962, 'pmpro_blastname', 'Donley') ; 
INSERT INTO `wp_usermeta` VALUES (20345, 1962, 'first_name', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20346, 1962, 'last_name', 'Donley') ; 
INSERT INTO `wp_usermeta` VALUES (20347, 1962, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (20348, 1962, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (20349, 1962, 'pmpro_baddress1', '906 Amelia Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (20350, 1962, 'pmpro_bcity', 'Glen Burnie') ; 
INSERT INTO `wp_usermeta` VALUES (20351, 1962, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20352, 1962, 'pmpro_bzipcode', '21060') ; 
INSERT INTO `wp_usermeta` VALUES (20353, 1963, 'pmpro_bfirstname', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20354, 1963, 'pmpro_blastname', 'Koop') ; 
INSERT INTO `wp_usermeta` VALUES (20355, 1963, 'first_name', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20356, 1963, 'last_name', 'Koop') ; 
INSERT INTO `wp_usermeta` VALUES (20357, 1963, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (20358, 1963, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (20359, 1963, 'pmpro_baddress1', '14500 Las Palmas Dr.  #8') ; 
INSERT INTO `wp_usermeta` VALUES (20360, 1963, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (20361, 1963, 'pmpro_bcity', 'Bakersfield') ; 
INSERT INTO `wp_usermeta` VALUES (20362, 1963, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20363, 1963, 'pmpro_bzipcode', '93306') ; 
INSERT INTO `wp_usermeta` VALUES (20364, 1964, 'pmpro_bfirstname', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20365, 1964, 'pmpro_blastname', 'Lincoln') ; 
INSERT INTO `wp_usermeta` VALUES (20366, 1964, 'first_name', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20367, 1964, 'last_name', 'Lincoln') ; 
INSERT INTO `wp_usermeta` VALUES (20368, 1964, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (20369, 1964, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (20370, 1964, 'pmpro_baddress1', '2325 Kirkland Ridge Dr') ; 
INSERT INTO `wp_usermeta` VALUES (20371, 1964, 'pmpro_bcity', 'Holt') ; 
INSERT INTO `wp_usermeta` VALUES (20372, 1964, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20373, 1964, 'pmpro_bzipcode', '48842') ; 
INSERT INTO `wp_usermeta` VALUES (20374, 1965, 'pmpro_bfirstname', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20375, 1965, 'pmpro_blastname', 'Newkoop') ; 
INSERT INTO `wp_usermeta` VALUES (20376, 1965, 'first_name', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20377, 1965, 'last_name', 'Newkoop') ; 
INSERT INTO `wp_usermeta` VALUES (20378, 1965, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20379, 1965, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (20380, 1965, 'pmpro_baddress1', '5223 Jade Pasture Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (20381, 1965, 'pmpro_bcity', 'Knoxville') ; 
INSERT INTO `wp_usermeta` VALUES (20382, 1965, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20383, 1965, 'pmpro_bzipcode', '37918') ; 
INSERT INTO `wp_usermeta` VALUES (20384, 1966, 'pmpro_bfirstname', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20385, 1966, 'pmpro_blastname', 'Knutson') ; 
INSERT INTO `wp_usermeta` VALUES (20386, 1966, 'first_name', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20387, 1966, 'last_name', 'Knutson') ; 
INSERT INTO `wp_usermeta` VALUES (20388, 1966, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20389, 1966, 'pmpro_bstate', 'UT') ; 
INSERT INTO `wp_usermeta` VALUES (20390, 1966, 'pmpro_baddress1', '261 Country Club Dr') ; 
INSERT INTO `wp_usermeta` VALUES (20391, 1966, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (20392, 1966, 'pmpro_bcity', 'Stansburry Park') ; 
INSERT INTO `wp_usermeta` VALUES (20393, 1966, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20394, 1966, 'pmpro_bzipcode', '84074') ; 
INSERT INTO `wp_usermeta` VALUES (20395, 1967, 'pmpro_bfirstname', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20396, 1967, 'pmpro_blastname', 'Proffitt') ; 
INSERT INTO `wp_usermeta` VALUES (20397, 1967, 'first_name', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (20398, 1967, 'last_name', 'Proffitt') ; 
INSERT INTO `wp_usermeta` VALUES (20399, 1967, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20400, 1967, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (20401, 1967, 'pmpro_baddress1', '3510 Poinciana Rd') ; 
INSERT INTO `wp_usermeta` VALUES (20402, 1967, 'pmpro_bcity', 'Middletown') ; 
INSERT INTO `wp_usermeta` VALUES (20403, 1967, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20404, 1967, 'pmpro_bzipcode', '45042') ; 
INSERT INTO `wp_usermeta` VALUES (20405, 1968, 'pmpro_bfirstname', 'Melisssa') ; 
INSERT INTO `wp_usermeta` VALUES (20406, 1968, 'pmpro_blastname', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (20407, 1968, 'first_name', 'Melisssa') ; 
INSERT INTO `wp_usermeta` VALUES (20408, 1968, 'last_name', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (20409, 1968, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20410, 1968, 'pmpro_bstate', 'AR') ; 
INSERT INTO `wp_usermeta` VALUES (20411, 1968, 'pmpro_baddress1', '16 Grant Oaks St.') ; 
INSERT INTO `wp_usermeta` VALUES (20412, 1968, 'pmpro_bcity', 'Sherwood') ; 
INSERT INTO `wp_usermeta` VALUES (20413, 1968, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20414, 1968, 'pmpro_bzipcode', '72120') ; 
INSERT INTO `wp_usermeta` VALUES (20415, 1969, 'pmpro_bfirstname', 'Melodi') ; 
INSERT INTO `wp_usermeta` VALUES (20416, 1969, 'pmpro_blastname', 'Tayles') ; 
INSERT INTO `wp_usermeta` VALUES (20417, 1969, 'first_name', 'Melodi') ; 
INSERT INTO `wp_usermeta` VALUES (20418, 1969, 'last_name', 'Tayles') ; 
INSERT INTO `wp_usermeta` VALUES (20419, 1969, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20420, 1969, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (20421, 1969, 'pmpro_baddress1', '24016 Tobaro Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (20422, 1969, 'pmpro_bcity', 'Murrieta') ; 
INSERT INTO `wp_usermeta` VALUES (20423, 1969, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20424, 1969, 'pmpro_bzipcode', '92562') ; 
INSERT INTO `wp_usermeta` VALUES (20425, 1970, 'pmpro_bfirstname', 'Melora') ; 
INSERT INTO `wp_usermeta` VALUES (20426, 1970, 'pmpro_blastname', 'Norman') ; 
INSERT INTO `wp_usermeta` VALUES (20427, 1970, 'first_name', 'Melora') ; 
INSERT INTO `wp_usermeta` VALUES (20428, 1970, 'last_name', 'Norman') ; 
INSERT INTO `wp_usermeta` VALUES (20429, 1970, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20430, 1970, 'pmpro_bstate', 'ME') ; 
INSERT INTO `wp_usermeta` VALUES (20431, 1970, 'pmpro_baddress1', '90 Quaker Hill Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (20432, 1970, 'pmpro_bcity', 'Unity') ; 
INSERT INTO `wp_usermeta` VALUES (20433, 1970, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20434, 1970, 'pmpro_bzipcode', '4988') ; 
INSERT INTO `wp_usermeta` VALUES (20435, 1971, 'pmpro_bfirstname', 'Menita') ; 
INSERT INTO `wp_usermeta` VALUES (20436, 1971, 'pmpro_blastname', 'Prasad') ; 
INSERT INTO `wp_usermeta` VALUES (20437, 1971, 'first_name', 'Menita') ; 
INSERT INTO `wp_usermeta` VALUES (20438, 1971, 'last_name', 'Prasad') ; 
INSERT INTO `wp_usermeta` VALUES (20439, 1971, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (20440, 1971, 'pmpro_bstate', 'BC') ; 
INSERT INTO `wp_usermeta` VALUES (20441, 1971, 'pmpro_baddress1', '5048 264th St.') ; 
INSERT INTO `wp_usermeta` VALUES (20442, 1971, 'pmpro_bcity', 'Aldergrove') ; 
INSERT INTO `wp_usermeta` VALUES (20443, 1971, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (20444, 1971, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20445, 1971, 'pmpro_bzipcode', 'V4W 1N7') ; 
INSERT INTO `wp_usermeta` VALUES (20446, 1972, 'pmpro_bfirstname', 'Meredith') ; 
INSERT INTO `wp_usermeta` VALUES (20447, 1972, 'pmpro_blastname', 'Edelman') ; 
INSERT INTO `wp_usermeta` VALUES (20448, 1972, 'first_name', 'Meredith') ; 
INSERT INTO `wp_usermeta` VALUES (20449, 1972, 'last_name', 'Edelman') ; 
INSERT INTO `wp_usermeta` VALUES (20450, 1972, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20451, 1972, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (20452, 1972, 'pmpro_baddress1', '600 Spring Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (20453, 1972, 'pmpro_baddress2', 'Apt F82') ; 
INSERT INTO `wp_usermeta` VALUES (20454, 1972, 'pmpro_bcity', 'Moorpark') ; 
INSERT INTO `wp_usermeta` VALUES (20455, 1972, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20456, 1972, 'pmpro_bzipcode', '93021') ; 
INSERT INTO `wp_usermeta` VALUES (20457, 1973, 'pmpro_bfirstname', 'Meryt') ; 
INSERT INTO `wp_usermeta` VALUES (20458, 1973, 'pmpro_blastname', 'Schumacher') ; 
INSERT INTO `wp_usermeta` VALUES (20459, 1973, 'first_name', 'Meryt') ; 
INSERT INTO `wp_usermeta` VALUES (20460, 1973, 'last_name', 'Schumacher') ; 
INSERT INTO `wp_usermeta` VALUES (20461, 1973, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (20462, 1973, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (20463, 1973, 'pmpro_baddress1', '2241 S. Truckee St.') ; 
INSERT INTO `wp_usermeta` VALUES (20464, 1973, 'pmpro_bcity', 'Aurora') ; 
INSERT INTO `wp_usermeta` VALUES (20465, 1973, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20466, 1973, 'pmpro_bzipcode', '80013') ; 
INSERT INTO `wp_usermeta` VALUES (20467, 1974, 'pmpro_bfirstname', 'Meta') ; 
INSERT INTO `wp_usermeta` VALUES (20468, 1974, 'pmpro_blastname', 'Schmitz') ; 
INSERT INTO `wp_usermeta` VALUES (20469, 1974, 'first_name', 'Meta') ; 
INSERT INTO `wp_usermeta` VALUES (20470, 1974, 'last_name', 'Schmitz') ; 
INSERT INTO `wp_usermeta` VALUES (20471, 1974, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20472, 1974, 'pmpro_bstate', 'ID') ; 
INSERT INTO `wp_usermeta` VALUES (20473, 1974, 'pmpro_baddress1', 'P.O. Box 50220') ; 
INSERT INTO `wp_usermeta` VALUES (20474, 1974, 'pmpro_bcity', 'Idaho Falls') ; 
INSERT INTO `wp_usermeta` VALUES (20475, 1974, 'uxf_organization', 'Tautphaus Park Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (20476, 1974, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20477, 1974, 'pmpro_bzipcode', '83405') ; 
INSERT INTO `wp_usermeta` VALUES (20478, 1975, 'pmpro_bfirstname', 'Micala') ; 
INSERT INTO `wp_usermeta` VALUES (20479, 1975, 'pmpro_blastname', 'Teetzen') ; 
INSERT INTO `wp_usermeta` VALUES (20480, 1975, 'first_name', 'Micala') ; 
INSERT INTO `wp_usermeta` VALUES (20481, 1975, 'last_name', 'Teetzen') ; 
INSERT INTO `wp_usermeta` VALUES (20482, 1975, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (20483, 1975, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (20484, 1975, 'pmpro_baddress1', '1632 N. Woodland') ; 
INSERT INTO `wp_usermeta` VALUES (20485, 1975, 'pmpro_bcity', 'Wichita') ; 
INSERT INTO `wp_usermeta` VALUES (20486, 1975, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20487, 1975, 'pmpro_bzipcode', '67203') ; 
INSERT INTO `wp_usermeta` VALUES (20488, 1976, 'pmpro_bfirstname', 'Michael') ; 
INSERT INTO `wp_usermeta` VALUES (20489, 1976, 'pmpro_blastname', 'Manning') ; 
INSERT INTO `wp_usermeta` VALUES (20490, 1976, 'first_name', 'Michael') ; 
INSERT INTO `wp_usermeta` VALUES (20491, 1976, 'last_name', 'Manning') ; 
INSERT INTO `wp_usermeta` VALUES (20492, 1976, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20493, 1976, 'pmpro_bstate', 'MT') ; 
INSERT INTO `wp_usermeta` VALUES (20494, 1976, 'pmpro_baddress1', 'P.O. Box 2088') ; 
INSERT INTO `wp_usermeta` VALUES (20495, 1976, 'pmpro_bcity', 'West Yellowstone') ; 
INSERT INTO `wp_usermeta` VALUES (20496, 1976, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20497, 1976, 'pmpro_bzipcode', '59758') ; 
INSERT INTO `wp_usermeta` VALUES (20498, 1977, 'pmpro_bfirstname', 'Michael') ; 
INSERT INTO `wp_usermeta` VALUES (20499, 1977, 'pmpro_blastname', 'Smart') ; 
INSERT INTO `wp_usermeta` VALUES (20500, 1977, 'first_name', 'Michael') ; 
INSERT INTO `wp_usermeta` VALUES (20501, 1977, 'last_name', 'Smart') ; 
INSERT INTO `wp_usermeta` VALUES (20502, 1977, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20503, 1977, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (20504, 1977, 'pmpro_baddress1', '3930 Charro Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (20505, 1977, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (20506, 1977, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20507, 1977, 'pmpro_bzipcode', '80911') ; 
INSERT INTO `wp_usermeta` VALUES (20508, 1978, 'pmpro_bfirstname', 'Michael') ; 
INSERT INTO `wp_usermeta` VALUES (20509, 1978, 'pmpro_blastname', 'McDonough') ; 
INSERT INTO `wp_usermeta` VALUES (20510, 1978, 'first_name', 'Michael') ; 
INSERT INTO `wp_usermeta` VALUES (20511, 1978, 'last_name', 'McDonough') ; 
INSERT INTO `wp_usermeta` VALUES (20512, 1978, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20513, 1978, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (20514, 1978, 'pmpro_baddress1', '632 Crieve Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (20515, 1978, 'pmpro_bcity', 'Nashville') ; 
INSERT INTO `wp_usermeta` VALUES (20516, 1978, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20517, 1978, 'pmpro_bzipcode', '37220') ; 
INSERT INTO `wp_usermeta` VALUES (20518, 1979, 'pmpro_bfirstname', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (20519, 1979, 'pmpro_blastname', 'Godlewski') ; 
INSERT INTO `wp_usermeta` VALUES (20520, 1979, 'first_name', 'Michael') ; 
INSERT INTO `wp_usermeta` VALUES (20521, 1979, 'last_name', 'Godlewski') ; 
INSERT INTO `wp_usermeta` VALUES (20522, 1979, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20523, 1979, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (20524, 1979, 'pmpro_baddress1', '3757 N. Piedra Circle') ; 
INSERT INTO `wp_usermeta` VALUES (20525, 1979, 'pmpro_bcity', 'Mesa') ; 
INSERT INTO `wp_usermeta` VALUES (20526, 1979, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20527, 1979, 'pmpro_bzipcode', '85207') ; 
INSERT INTO `wp_usermeta` VALUES (20528, 1980, 'pmpro_bfirstname', 'Michael') ; 
INSERT INTO `wp_usermeta` VALUES (20529, 1980, 'pmpro_blastname', 'Janis') ; 
INSERT INTO `wp_usermeta` VALUES (20530, 1980, 'first_name', 'Michael') ; 
INSERT INTO `wp_usermeta` VALUES (20531, 1980, 'last_name', 'Janis') ; 
INSERT INTO `wp_usermeta` VALUES (20532, 1980, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20533, 1980, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (20534, 1980, 'pmpro_baddress1', '3809 Grandview Ave. NW') ; 
INSERT INTO `wp_usermeta` VALUES (20535, 1980, 'pmpro_bcity', 'Roanoke') ; 
INSERT INTO `wp_usermeta` VALUES (20536, 1980, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20537, 1980, 'pmpro_bzipcode', '24012') ; 
INSERT INTO `wp_usermeta` VALUES (20538, 1981, 'pmpro_bfirstname', 'Michael') ; 
INSERT INTO `wp_usermeta` VALUES (20539, 1981, 'pmpro_blastname', 'Puppan') ; 
INSERT INTO `wp_usermeta` VALUES (20540, 1981, 'first_name', 'Michael') ; 
INSERT INTO `wp_usermeta` VALUES (20541, 1981, 'last_name', 'Puppan') ; 
INSERT INTO `wp_usermeta` VALUES (20542, 1981, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20543, 1981, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (20544, 1981, 'pmpro_baddress1', '2817 Long Meadow Lane') ; 
INSERT INTO `wp_usermeta` VALUES (20545, 1981, 'pmpro_bcity', 'Rochester Hills') ; 
INSERT INTO `wp_usermeta` VALUES (20546, 1981, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20547, 1981, 'pmpro_bzipcode', '48307') ; 
INSERT INTO `wp_usermeta` VALUES (20548, 1982, 'pmpro_bfirstname', 'Michael') ; 
INSERT INTO `wp_usermeta` VALUES (20549, 1982, 'pmpro_blastname', 'Seaward') ; 
INSERT INTO `wp_usermeta` VALUES (20550, 1982, 'first_name', 'Michael') ; 
INSERT INTO `wp_usermeta` VALUES (20551, 1982, 'last_name', 'Seaward') ; 
INSERT INTO `wp_usermeta` VALUES (20552, 1982, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20553, 1982, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (20554, 1982, 'pmpro_baddress1', '165 Tower Circle Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (20555, 1982, 'pmpro_bcity', 'Winston-Salem') ; 
INSERT INTO `wp_usermeta` VALUES (20556, 1982, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20557, 1982, 'pmpro_bzipcode', '27107') ; 
INSERT INTO `wp_usermeta` VALUES (20558, 1983, 'pmpro_bfirstname', 'Michael') ; 
INSERT INTO `wp_usermeta` VALUES (20559, 1983, 'pmpro_blastname', 'Weaver') ; 
INSERT INTO `wp_usermeta` VALUES (20560, 1983, 'first_name', 'Michael') ; 
INSERT INTO `wp_usermeta` VALUES (20561, 1983, 'last_name', 'Weaver') ; 
INSERT INTO `wp_usermeta` VALUES (20562, 1983, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20563, 1983, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (20564, 1983, 'pmpro_baddress1', '25 Sycamore St.') ; 
INSERT INTO `wp_usermeta` VALUES (20565, 1983, 'pmpro_bcity', 'New Bedford') ; 
INSERT INTO `wp_usermeta` VALUES (20566, 1983, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20567, 1983, 'pmpro_bzipcode', '2740') ; 
INSERT INTO `wp_usermeta` VALUES (20568, 1984, 'pmpro_bfirstname', 'Michael') ; 
INSERT INTO `wp_usermeta` VALUES (20569, 1984, 'pmpro_blastname', 'Kiere') ; 
INSERT INTO `wp_usermeta` VALUES (20570, 1984, 'first_name', 'Michael') ; 
INSERT INTO `wp_usermeta` VALUES (20571, 1984, 'last_name', 'Kiere') ; 
INSERT INTO `wp_usermeta` VALUES (20572, 1984, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20573, 1984, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (20574, 1984, 'pmpro_baddress1', '1121 Lindhurst') ; 
INSERT INTO `wp_usermeta` VALUES (20575, 1984, 'pmpro_bcity', 'Irving') ; 
INSERT INTO `wp_usermeta` VALUES (20576, 1984, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20577, 1984, 'pmpro_bzipcode', '75061') ; 
INSERT INTO `wp_usermeta` VALUES (20578, 1985, 'pmpro_bfirstname', 'Michael') ; 
INSERT INTO `wp_usermeta` VALUES (20579, 1985, 'pmpro_blastname', 'Lima') ; 
INSERT INTO `wp_usermeta` VALUES (20580, 1985, 'first_name', 'Michael') ; 
INSERT INTO `wp_usermeta` VALUES (20581, 1985, 'last_name', 'Lima') ; 
INSERT INTO `wp_usermeta` VALUES (20582, 1985, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20583, 1985, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (20584, 1985, 'pmpro_baddress1', '7820 Reese Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (20585, 1985, 'pmpro_bcity', 'Clarkston') ; 
INSERT INTO `wp_usermeta` VALUES (20586, 1985, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20587, 1985, 'pmpro_bzipcode', '48348') ; 
INSERT INTO `wp_usermeta` VALUES (20588, 1986, 'pmpro_bfirstname', 'Michael') ; 
INSERT INTO `wp_usermeta` VALUES (20589, 1986, 'pmpro_blastname', 'Quavillon') ; 
INSERT INTO `wp_usermeta` VALUES (20590, 1986, 'first_name', 'Michael') ; 
INSERT INTO `wp_usermeta` VALUES (20591, 1986, 'last_name', 'Quavillon') ; 
INSERT INTO `wp_usermeta` VALUES (20592, 1986, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20593, 1986, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (20594, 1986, 'pmpro_baddress1', '3227 Edgewood Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (20595, 1986, 'pmpro_bcity', 'Palm Bay') ; 
INSERT INTO `wp_usermeta` VALUES (20596, 1986, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20597, 1986, 'pmpro_bzipcode', '32905') ; 
INSERT INTO `wp_usermeta` VALUES (20598, 1987, 'pmpro_bfirstname', 'Michael A.') ; 
INSERT INTO `wp_usermeta` VALUES (20599, 1987, 'pmpro_blastname', 'Zedekar') ; 
INSERT INTO `wp_usermeta` VALUES (20600, 1987, 'first_name', 'Michael A.') ; 
INSERT INTO `wp_usermeta` VALUES (20601, 1987, 'last_name', 'Zedekar') ; 
INSERT INTO `wp_usermeta` VALUES (20602, 1987, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20603, 1987, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (20604, 1987, 'pmpro_baddress1', '25487 Yearsley Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (20605, 1987, 'pmpro_bcity', 'Marysville') ; 
INSERT INTO `wp_usermeta` VALUES (20606, 1987, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20607, 1987, 'pmpro_bzipcode', '43040') ; 
INSERT INTO `wp_usermeta` VALUES (20608, 1988, 'pmpro_bfirstname', 'Michael D. ') ; 
INSERT INTO `wp_usermeta` VALUES (20609, 1988, 'pmpro_blastname', 'Brown ') ; 
INSERT INTO `wp_usermeta` VALUES (20610, 1988, 'first_name', 'Michael D.') ; 
INSERT INTO `wp_usermeta` VALUES (20611, 1988, 'last_name', 'Brown') ; 
INSERT INTO `wp_usermeta` VALUES (20612, 1988, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20613, 1988, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (20614, 1988, 'pmpro_baddress1', '400 Dias Creek Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (20615, 1988, 'pmpro_bcity', 'Cape May Court House') ; 
INSERT INTO `wp_usermeta` VALUES (20616, 1988, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20617, 1988, 'pmpro_bzipcode', '8210') ; 
INSERT INTO `wp_usermeta` VALUES (20618, 1989, 'pmpro_bfirstname', 'Michael G.') ; 
INSERT INTO `wp_usermeta` VALUES (20619, 1989, 'pmpro_blastname', 'Illig: Oregon Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (20620, 1989, 'first_name', 'Michael G.') ; 
INSERT INTO `wp_usermeta` VALUES (20621, 1989, 'last_name', 'Illig') ; 
INSERT INTO `wp_usermeta` VALUES (20622, 1989, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20623, 1989, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (20624, 1989, 'pmpro_baddress1', '4001 SW Canyon Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (20625, 1989, 'pmpro_bcity', 'Portland ') ; 
INSERT INTO `wp_usermeta` VALUES (20626, 1989, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (20627, 1989, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20628, 1989, 'pmpro_bzipcode', '97221') ; 
INSERT INTO `wp_usermeta` VALUES (20629, 1990, 'pmpro_bfirstname', 'Michael J.') ; 
INSERT INTO `wp_usermeta` VALUES (20630, 1990, 'pmpro_blastname', 'Murray') ; 
INSERT INTO `wp_usermeta` VALUES (20631, 1990, 'first_name', 'Michael J.') ; 
INSERT INTO `wp_usermeta` VALUES (20632, 1990, 'last_name', 'Murray') ; 
INSERT INTO `wp_usermeta` VALUES (20633, 1990, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20634, 1990, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (20635, 1990, 'pmpro_baddress1', '14299 Polo Club Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (20636, 1990, 'pmpro_bcity', 'Cleveland') ; 
INSERT INTO `wp_usermeta` VALUES (20637, 1990, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20638, 1990, 'pmpro_bzipcode', '44136') ; 
INSERT INTO `wp_usermeta` VALUES (20639, 1991, 'pmpro_bfirstname', 'Michael J.') ; 
INSERT INTO `wp_usermeta` VALUES (20640, 1991, 'pmpro_blastname', 'Stover') ; 
INSERT INTO `wp_usermeta` VALUES (20641, 1991, 'first_name', 'Michael J.') ; 
INSERT INTO `wp_usermeta` VALUES (20642, 1991, 'last_name', 'Stover') ; 
INSERT INTO `wp_usermeta` VALUES (20643, 1991, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20644, 1991, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (20645, 1991, 'pmpro_baddress1', '2704 Route 9') ; 
INSERT INTO `wp_usermeta` VALUES (20646, 1991, 'pmpro_bcity', 'Ocean View') ; 
INSERT INTO `wp_usermeta` VALUES (20647, 1991, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20648, 1991, 'pmpro_bzipcode', '8230') ; 
INSERT INTO `wp_usermeta` VALUES (20649, 1992, 'pmpro_bfirstname', 'Michael W.') ; 
INSERT INTO `wp_usermeta` VALUES (20650, 1992, 'pmpro_blastname', 'Skidmore') ; 
INSERT INTO `wp_usermeta` VALUES (20651, 1992, 'first_name', 'Michael W.') ; 
INSERT INTO `wp_usermeta` VALUES (20652, 1992, 'last_name', 'Skidmore') ; 
INSERT INTO `wp_usermeta` VALUES (20653, 1992, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20654, 1992, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (20655, 1992, 'pmpro_baddress1', '6101 N. Sheridan Rd.  Apt 1B') ; 
INSERT INTO `wp_usermeta` VALUES (20656, 1992, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (20657, 1992, 'pmpro_bcity', 'Chicago') ; 
INSERT INTO `wp_usermeta` VALUES (20658, 1992, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20659, 1992, 'pmpro_bzipcode', '60660-2872') ; 
INSERT INTO `wp_usermeta` VALUES (20660, 1993, 'pmpro_bfirstname', 'Michaelyn') ; 
INSERT INTO `wp_usermeta` VALUES (20661, 1993, 'pmpro_blastname', 'Reeves') ; 
INSERT INTO `wp_usermeta` VALUES (20662, 1993, 'first_name', 'Michaelyn') ; 
INSERT INTO `wp_usermeta` VALUES (20663, 1993, 'last_name', 'Reeves') ; 
INSERT INTO `wp_usermeta` VALUES (20664, 1993, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20665, 1993, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (20666, 1993, 'pmpro_baddress1', 'P.O. Box 514') ; 
INSERT INTO `wp_usermeta` VALUES (20667, 1993, 'pmpro_bcity', 'Rosamond') ; 
INSERT INTO `wp_usermeta` VALUES (20668, 1993, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20669, 1993, 'pmpro_bzipcode', '93560-0514') ; 
INSERT INTO `wp_usermeta` VALUES (20670, 1994, 'pmpro_bfirstname', 'Michele') ; 
INSERT INTO `wp_usermeta` VALUES (20671, 1994, 'pmpro_blastname', 'Delperuto') ; 
INSERT INTO `wp_usermeta` VALUES (20672, 1994, 'first_name', 'Michele') ; 
INSERT INTO `wp_usermeta` VALUES (20673, 1994, 'last_name', 'Delperuto') ; 
INSERT INTO `wp_usermeta` VALUES (20674, 1994, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20675, 1994, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (20676, 1994, 'pmpro_baddress1', '316 Essex St.') ; 
INSERT INTO `wp_usermeta` VALUES (20677, 1994, 'pmpro_bcity', 'Syracuse') ; 
INSERT INTO `wp_usermeta` VALUES (20678, 1994, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20679, 1994, 'pmpro_bzipcode', '13204') ; 
INSERT INTO `wp_usermeta` VALUES (20680, 1995, 'pmpro_bfirstname', 'Michele') ; 
INSERT INTO `wp_usermeta` VALUES (20681, 1995, 'pmpro_blastname', 'Dzama') ; 
INSERT INTO `wp_usermeta` VALUES (20682, 1995, 'first_name', 'Michele') ; 
INSERT INTO `wp_usermeta` VALUES (20683, 1995, 'last_name', 'Dzama') ; 
INSERT INTO `wp_usermeta` VALUES (20684, 1995, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (20685, 1995, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (20686, 1995, 'pmpro_baddress1', '2110 Sherwood Forest Blvd. Apt 24') ; 
INSERT INTO `wp_usermeta` VALUES (20687, 1995, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (20688, 1995, 'pmpro_bcity', 'W. Palm Beach') ; 
INSERT INTO `wp_usermeta` VALUES (20689, 1995, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20690, 1995, 'pmpro_bzipcode', '33415') ; 
INSERT INTO `wp_usermeta` VALUES (20691, 1996, 'pmpro_bfirstname', 'Michele') ; 
INSERT INTO `wp_usermeta` VALUES (20692, 1996, 'pmpro_blastname', 'Dave') ; 
INSERT INTO `wp_usermeta` VALUES (20693, 1996, 'first_name', 'Michele') ; 
INSERT INTO `wp_usermeta` VALUES (20694, 1996, 'last_name', 'Dave') ; 
INSERT INTO `wp_usermeta` VALUES (20695, 1996, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20696, 1996, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (20697, 1996, 'pmpro_baddress1', '672 B Cassanova St.  Apt A') ; 
INSERT INTO `wp_usermeta` VALUES (20698, 1996, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (20699, 1996, 'pmpro_bcity', 'Atlanta') ; 
INSERT INTO `wp_usermeta` VALUES (20700, 1996, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20701, 1996, 'pmpro_bzipcode', '30315') ; 
INSERT INTO `wp_usermeta` VALUES (20702, 1997, 'pmpro_bfirstname', 'Michele') ; 
INSERT INTO `wp_usermeta` VALUES (20703, 1997, 'pmpro_blastname', 'Ozuna') ; 
INSERT INTO `wp_usermeta` VALUES (20704, 1997, 'first_name', 'Michele') ; 
INSERT INTO `wp_usermeta` VALUES (20705, 1997, 'last_name', 'Ozuna') ; 
INSERT INTO `wp_usermeta` VALUES (20706, 1997, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20707, 1997, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (20708, 1997, 'pmpro_baddress1', 'Houston Zoo - 1513 Cambridge St.') ; 
INSERT INTO `wp_usermeta` VALUES (20709, 1997, 'pmpro_bcity', 'Houston') ; 
INSERT INTO `wp_usermeta` VALUES (20710, 1997, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (20711, 1997, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20712, 1997, 'pmpro_bzipcode', '77030') ; 
INSERT INTO `wp_usermeta` VALUES (20713, 1998, 'pmpro_bfirstname', 'Michele') ; 
INSERT INTO `wp_usermeta` VALUES (20714, 1998, 'pmpro_blastname', 'Rudovsky') ; 
INSERT INTO `wp_usermeta` VALUES (20715, 1998, 'first_name', 'Michele') ; 
INSERT INTO `wp_usermeta` VALUES (20716, 1998, 'last_name', 'Rudovsky') ; 
INSERT INTO `wp_usermeta` VALUES (20717, 1998, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20718, 1998, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (20719, 1998, 'pmpro_baddress1', '259 Monterey Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (20720, 1998, 'pmpro_bcity', 'Pacifica') ; 
INSERT INTO `wp_usermeta` VALUES (20721, 1998, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20722, 1998, 'pmpro_bzipcode', '94044') ; 
INSERT INTO `wp_usermeta` VALUES (20723, 1999, 'pmpro_bfirstname', 'Michele') ; 
INSERT INTO `wp_usermeta` VALUES (20724, 1999, 'pmpro_blastname', 'Stancer') ; 
INSERT INTO `wp_usermeta` VALUES (20725, 1999, 'first_name', 'Michele') ; 
INSERT INTO `wp_usermeta` VALUES (20726, 1999, 'last_name', 'Stancer') ; 
INSERT INTO `wp_usermeta` VALUES (20727, 1999, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (20728, 1999, 'pmpro_bstate', 'Utah') ; 
INSERT INTO `wp_usermeta` VALUES (20729, 1999, 'pmpro_baddress1', '2041 e 1300 s') ; 
INSERT INTO `wp_usermeta` VALUES (20730, 1999, 'pmpro_bcity', 'Salt Lake City') ; 
INSERT INTO `wp_usermeta` VALUES (20731, 1999, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20732, 1999, 'pmpro_bzipcode', '84108') ; 
INSERT INTO `wp_usermeta` VALUES (20733, 2000, 'pmpro_bfirstname', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20734, 2000, 'pmpro_blastname', 'Rogers: Toronto Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (20735, 2000, 'first_name', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20736, 2000, 'last_name', 'Rogers') ; 
INSERT INTO `wp_usermeta` VALUES (20737, 2000, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (20738, 2000, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (20739, 2000, 'pmpro_baddress1', '361A Old Finch Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (20740, 2000, 'pmpro_bcity', 'Scarborough') ; 
INSERT INTO `wp_usermeta` VALUES (20741, 2000, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (20742, 2000, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20743, 2000, 'pmpro_bzipcode', 'M1B 5K7') ; 
INSERT INTO `wp_usermeta` VALUES (20744, 2001, 'pmpro_bfirstname', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20745, 2001, 'pmpro_blastname', 'Leighty') ; 
INSERT INTO `wp_usermeta` VALUES (20746, 2001, 'first_name', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20747, 2001, 'last_name', 'Leighty') ; 
INSERT INTO `wp_usermeta` VALUES (20748, 2001, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (20749, 2001, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (20750, 2001, 'pmpro_baddress1', '7626 Deerpath Trail') ; 
INSERT INTO `wp_usermeta` VALUES (20751, 2001, 'pmpro_bcity', 'Hudson') ; 
INSERT INTO `wp_usermeta` VALUES (20752, 2001, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20753, 2001, 'pmpro_bzipcode', '44236') ; 
INSERT INTO `wp_usermeta` VALUES (20754, 2002, 'pmpro_bfirstname', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20755, 2002, 'pmpro_blastname', 'Medina') ; 
INSERT INTO `wp_usermeta` VALUES (20756, 2002, 'first_name', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20757, 2002, 'last_name', 'Medina') ; 
INSERT INTO `wp_usermeta` VALUES (20758, 2002, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (20759, 2002, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (20760, 2002, 'pmpro_baddress1', '833 Revere Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (20761, 2002, 'pmpro_bcity', 'Bronx') ; 
INSERT INTO `wp_usermeta` VALUES (20762, 2002, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20763, 2002, 'pmpro_bzipcode', '10465') ; 
INSERT INTO `wp_usermeta` VALUES (20764, 2003, 'pmpro_bfirstname', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20765, 2003, 'pmpro_blastname', 'Peck') ; 
INSERT INTO `wp_usermeta` VALUES (20766, 2003, 'first_name', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20767, 2003, 'last_name', 'Peck') ; 
INSERT INTO `wp_usermeta` VALUES (20768, 2003, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (20769, 2003, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (20770, 2003, 'pmpro_baddress1', '27060 Oakwood Circle - Apt 208') ; 
INSERT INTO `wp_usermeta` VALUES (20771, 2003, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (20772, 2003, 'pmpro_bcity', 'Olmsted Twp.') ; 
INSERT INTO `wp_usermeta` VALUES (20773, 2003, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20774, 2003, 'pmpro_bzipcode', '44138') ; 
INSERT INTO `wp_usermeta` VALUES (20775, 2004, 'pmpro_bfirstname', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20776, 2004, 'pmpro_blastname', 'Orlowske') ; 
INSERT INTO `wp_usermeta` VALUES (20777, 2004, 'first_name', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20778, 2004, 'last_name', 'Orlowske') ; 
INSERT INTO `wp_usermeta` VALUES (20779, 2004, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20780, 2004, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (20781, 2004, 'pmpro_baddress1', '720 Rosemont Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (20782, 2004, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (20783, 2004, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20784, 2004, 'pmpro_bzipcode', '80911') ; 
INSERT INTO `wp_usermeta` VALUES (20785, 2005, 'pmpro_bfirstname', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20786, 2005, 'pmpro_blastname', 'Joubert') ; 
INSERT INTO `wp_usermeta` VALUES (20787, 2005, 'first_name', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20788, 2005, 'last_name', 'Joubert') ; 
INSERT INTO `wp_usermeta` VALUES (20789, 2005, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20790, 2005, 'pmpro_bstate', 'IA') ; 
INSERT INTO `wp_usermeta` VALUES (20791, 2005, 'pmpro_baddress1', '104 S. Congress St.') ; 
INSERT INTO `wp_usermeta` VALUES (20792, 2005, 'pmpro_bcity', 'Rock Rapids') ; 
INSERT INTO `wp_usermeta` VALUES (20793, 2005, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20794, 2005, 'pmpro_bzipcode', '51246') ; 
INSERT INTO `wp_usermeta` VALUES (20805, 2007, 'pmpro_bfirstname', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20806, 2007, 'pmpro_blastname', 'Gregory') ; 
INSERT INTO `wp_usermeta` VALUES (20807, 2007, 'first_name', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20808, 2007, 'last_name', 'Gregory') ; 
INSERT INTO `wp_usermeta` VALUES (20809, 2007, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20810, 2007, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (20811, 2007, 'pmpro_baddress1', '15388 Ruggles St.') ; 
INSERT INTO `wp_usermeta` VALUES (20812, 2007, 'pmpro_bcity', 'San Leandro') ; 
INSERT INTO `wp_usermeta` VALUES (20813, 2007, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20814, 2007, 'pmpro_bzipcode', '94579') ; 
INSERT INTO `wp_usermeta` VALUES (20815, 2008, 'pmpro_bfirstname', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20816, 2008, 'pmpro_blastname', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (20817, 2008, 'first_name', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20818, 2008, 'last_name', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (20819, 2008, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20820, 2008, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (20821, 2008, 'pmpro_baddress1', '3050 FM 1799') ; 
INSERT INTO `wp_usermeta` VALUES (20822, 2008, 'pmpro_bcity', 'Mineola') ; 
INSERT INTO `wp_usermeta` VALUES (20823, 2008, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20824, 2008, 'pmpro_bzipcode', '75773') ; 
INSERT INTO `wp_usermeta` VALUES (20825, 2009, 'pmpro_bfirstname', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20826, 2009, 'pmpro_blastname', 'Heard') ; 
INSERT INTO `wp_usermeta` VALUES (20827, 2009, 'first_name', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20828, 2009, 'last_name', 'Heard') ; 
INSERT INTO `wp_usermeta` VALUES (20829, 2009, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20830, 2009, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (20831, 2009, 'pmpro_baddress1', '1203 Janet Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (20832, 2009, 'pmpro_bcity', 'Mahomet') ; 
INSERT INTO `wp_usermeta` VALUES (20833, 2009, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20834, 2009, 'pmpro_bzipcode', '61853') ; 
INSERT INTO `wp_usermeta` VALUES (20835, 2010, 'pmpro_bfirstname', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20836, 2010, 'pmpro_blastname', 'Wise') ; 
INSERT INTO `wp_usermeta` VALUES (20837, 2010, 'first_name', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20838, 2010, 'last_name', 'Wise') ; 
INSERT INTO `wp_usermeta` VALUES (20839, 2010, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20840, 2010, 'pmpro_bstate', 'KY') ; 
INSERT INTO `wp_usermeta` VALUES (20841, 2010, 'pmpro_baddress1', '6016 Gellhaus Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (20842, 2010, 'pmpro_bcity', 'Louisville') ; 
INSERT INTO `wp_usermeta` VALUES (20843, 2010, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20844, 2010, 'pmpro_bzipcode', '40299') ; 
INSERT INTO `wp_usermeta` VALUES (20845, 2011, 'pmpro_bfirstname', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20846, 2011, 'pmpro_blastname', 'Galen Cabrera M.D.') ; 
INSERT INTO `wp_usermeta` VALUES (20847, 2011, 'first_name', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20848, 2011, 'last_name', 'Galen Cabrera M.D.') ; 
INSERT INTO `wp_usermeta` VALUES (20849, 2011, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (20850, 2011, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (20851, 2011, 'pmpro_baddress1', '5344 Ellington Ct') ; 
INSERT INTO `wp_usermeta` VALUES (20852, 2011, 'pmpro_bcity', 'Newburgh') ; 
INSERT INTO `wp_usermeta` VALUES (20853, 2011, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20854, 2011, 'pmpro_bzipcode', '47630') ; 
INSERT INTO `wp_usermeta` VALUES (20855, 2012, 'pmpro_bfirstname', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20856, 2012, 'pmpro_blastname', 'Nicholas') ; 
INSERT INTO `wp_usermeta` VALUES (20857, 2012, 'first_name', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20858, 2012, 'last_name', 'Nicholas') ; 
INSERT INTO `wp_usermeta` VALUES (20859, 2012, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20860, 2012, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (20861, 2012, 'pmpro_baddress1', '17435 W. Rock Wren Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (20862, 2012, 'pmpro_bcity', 'Goodyear') ; 
INSERT INTO `wp_usermeta` VALUES (20863, 2012, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20864, 2012, 'pmpro_bzipcode', '85338') ; 
INSERT INTO `wp_usermeta` VALUES (20865, 2013, 'pmpro_bfirstname', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20866, 2013, 'pmpro_blastname', 'Pratt') ; 
INSERT INTO `wp_usermeta` VALUES (20867, 2013, 'first_name', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20868, 2013, 'last_name', 'Pratt') ; 
INSERT INTO `wp_usermeta` VALUES (20869, 2013, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20870, 2013, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (20871, 2013, 'pmpro_baddress1', '1197 E. Rowland Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (20872, 2013, 'pmpro_bcity', 'Madison Hts.') ; 
INSERT INTO `wp_usermeta` VALUES (20873, 2013, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20874, 2013, 'pmpro_bzipcode', '48071') ; 
INSERT INTO `wp_usermeta` VALUES (20875, 2014, 'pmpro_bfirstname', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20876, 2014, 'pmpro_blastname', 'Rabon') ; 
INSERT INTO `wp_usermeta` VALUES (20877, 2014, 'first_name', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20878, 2014, 'last_name', 'Rabon') ; 
INSERT INTO `wp_usermeta` VALUES (20879, 2014, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (20880, 2014, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (20881, 2014, 'pmpro_baddress1', '9224 W. Allerton Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (20882, 2014, 'pmpro_bcity', 'Greenfield') ; 
INSERT INTO `wp_usermeta` VALUES (20883, 2014, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20884, 2014, 'pmpro_bzipcode', '53228') ; 
INSERT INTO `wp_usermeta` VALUES (20885, 2015, 'pmpro_bfirstname', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20886, 2015, 'pmpro_blastname', 'Orenick') ; 
INSERT INTO `wp_usermeta` VALUES (20887, 2015, 'first_name', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20888, 2015, 'last_name', 'Orenick') ; 
INSERT INTO `wp_usermeta` VALUES (20889, 2015, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (20890, 2015, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (20891, 2015, 'pmpro_baddress1', '6191 Chestnut Hills Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (20892, 2015, 'pmpro_bcity', 'Parma') ; 
INSERT INTO `wp_usermeta` VALUES (20893, 2015, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20894, 2015, 'pmpro_bzipcode', '44129') ; 
INSERT INTO `wp_usermeta` VALUES (20895, 2016, 'pmpro_bfirstname', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20896, 2016, 'pmpro_blastname', 'Reagen') ; 
INSERT INTO `wp_usermeta` VALUES (20897, 2016, 'first_name', 'Michelle') ; 
INSERT INTO `wp_usermeta` VALUES (20898, 2016, 'last_name', 'Reagen') ; 
INSERT INTO `wp_usermeta` VALUES (20899, 2016, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (20900, 2016, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (20901, 2016, 'pmpro_baddress1', '521 N. 21st St - 3rd Floor') ; 
INSERT INTO `wp_usermeta` VALUES (20902, 2016, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (20903, 2016, 'pmpro_bcity', 'Allentown') ; 
INSERT INTO `wp_usermeta` VALUES (20904, 2016, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20905, 2016, 'pmpro_bzipcode', '18104') ; 
INSERT INTO `wp_usermeta` VALUES (20906, 2017, 'pmpro_bfirstname', 'Michelle Lee') ; 
INSERT INTO `wp_usermeta` VALUES (20907, 2017, 'pmpro_blastname', 'Boyd') ; 
INSERT INTO `wp_usermeta` VALUES (20908, 2017, 'first_name', 'Michelle Lee') ; 
INSERT INTO `wp_usermeta` VALUES (20909, 2017, 'last_name', 'Boyd') ; 
INSERT INTO `wp_usermeta` VALUES (20910, 2017, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20911, 2017, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (20912, 2017, 'pmpro_baddress1', '10412 Sweepstakes Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (20913, 2017, 'pmpro_bcity', 'Damascus') ; 
INSERT INTO `wp_usermeta` VALUES (20914, 2017, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20915, 2017, 'pmpro_bzipcode', '20872') ; 
INSERT INTO `wp_usermeta` VALUES (20916, 2018, 'pmpro_bfirstname', 'Mickael') ; 
INSERT INTO `wp_usermeta` VALUES (20917, 2018, 'pmpro_blastname', 'Michault') ; 
INSERT INTO `wp_usermeta` VALUES (20918, 2018, 'first_name', 'Mickael') ; 
INSERT INTO `wp_usermeta` VALUES (20919, 2018, 'last_name', 'Michault') ; 
INSERT INTO `wp_usermeta` VALUES (20920, 2018, 'pmpro_bcountry', 'FRANCE') ; 
INSERT INTO `wp_usermeta` VALUES (20921, 2018, 'pmpro_baddress1', '3- rue du Calvaire') ; 
INSERT INTO `wp_usermeta` VALUES (20922, 2018, 'pmpro_bcity', 'Peaule') ; 
INSERT INTO `wp_usermeta` VALUES (20923, 2018, 'pmpro_bzipcode', '56130') ; 
INSERT INTO `wp_usermeta` VALUES (20924, 2018, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (20925, 2018, 'uxf_akf', 'ELECTRONIC') ; 
INSERT INTO `wp_usermeta` VALUES (20926, 2019, 'pmpro_bfirstname', 'Mickey') ; 
INSERT INTO `wp_usermeta` VALUES (20927, 2019, 'pmpro_blastname', 'Ollson: Director') ; 
INSERT INTO `wp_usermeta` VALUES (20928, 2019, 'first_name', 'Mickey') ; 
INSERT INTO `wp_usermeta` VALUES (20929, 2019, 'last_name', 'Ollson') ; 
INSERT INTO `wp_usermeta` VALUES (20930, 2019, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20931, 2019, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (20932, 2019, 'pmpro_baddress1', '16335 W Northern Ave') ; 
INSERT INTO `wp_usermeta` VALUES (20933, 2019, 'pmpro_bcity', 'Litchfield Park') ; 
INSERT INTO `wp_usermeta` VALUES (20934, 2019, 'uxf_organization', 'Wildlife World Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (20935, 2019, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20936, 2019, 'pmpro_bzipcode', '85340') ; 
INSERT INTO `wp_usermeta` VALUES (20937, 2019, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (20938, 2020, 'pmpro_bfirstname', 'Mike ') ; 
INSERT INTO `wp_usermeta` VALUES (20939, 2020, 'pmpro_blastname', 'Watson') ; 
INSERT INTO `wp_usermeta` VALUES (20940, 2020, 'first_name', 'Mike') ; 
INSERT INTO `wp_usermeta` VALUES (20941, 2020, 'last_name', 'Watson: Chief Conservation Officer') ; 
INSERT INTO `wp_usermeta` VALUES (20942, 2020, 'pmpro_bcountry', 'KENYA') ; 
INSERT INTO `wp_usermeta` VALUES (20943, 2020, 'pmpro_baddress1', 'Private Bag') ; 
INSERT INTO `wp_usermeta` VALUES (20944, 2020, 'pmpro_bcity', 'Isiolo') ; 
INSERT INTO `wp_usermeta` VALUES (20945, 2020, 'uxf_organization', 'Lewa Wildlife Conservancy') ; 
INSERT INTO `wp_usermeta` VALUES (20946, 2020, 'uxf_count', 'NO') ; 
INSERT INTO `wp_usermeta` VALUES (20947, 2020, 'pmpro_bzipcode', '60300') ; 
INSERT INTO `wp_usermeta` VALUES (20948, 2020, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (20949, 2021, 'pmpro_bfirstname', 'Mike') ; 
INSERT INTO `wp_usermeta` VALUES (20950, 2021, 'pmpro_blastname', 'Stoskopf') ; 
INSERT INTO `wp_usermeta` VALUES (20951, 2021, 'first_name', 'Mike') ; 
INSERT INTO `wp_usermeta` VALUES (20952, 2021, 'last_name', 'Stoskopf') ; 
INSERT INTO `wp_usermeta` VALUES (20953, 2021, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20954, 2021, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (20955, 2021, 'pmpro_baddress1', '3512 Olive Chapel Rd. Ext.') ; 
INSERT INTO `wp_usermeta` VALUES (20956, 2021, 'pmpro_bcity', 'Apex') ; 
INSERT INTO `wp_usermeta` VALUES (20957, 2021, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20958, 2021, 'pmpro_bzipcode', '27502') ; 
INSERT INTO `wp_usermeta` VALUES (20959, 2022, 'pmpro_bfirstname', 'Mike') ; 
INSERT INTO `wp_usermeta` VALUES (20960, 2022, 'pmpro_blastname', 'Crocker: Zoo Superintendent') ; 
INSERT INTO `wp_usermeta` VALUES (20961, 2022, 'first_name', 'Dickerson Park Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (20962, 2022, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (20963, 2022, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20964, 2022, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (20965, 2022, 'pmpro_baddress1', '3043 North Fort') ; 
INSERT INTO `wp_usermeta` VALUES (20966, 2022, 'pmpro_bcity', 'Springfield') ; 
INSERT INTO `wp_usermeta` VALUES (20967, 2022, 'uxf_organization', 'Dickerson Park Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (20968, 2022, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20969, 2022, 'pmpro_bzipcode', '65803') ; 
INSERT INTO `wp_usermeta` VALUES (20970, 2022, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (20971, 2023, 'pmpro_bfirstname', 'Mike') ; 
INSERT INTO `wp_usermeta` VALUES (20972, 2023, 'pmpro_blastname', 'Reynolds') ; 
INSERT INTO `wp_usermeta` VALUES (20973, 2023, 'first_name', 'Mike') ; 
INSERT INTO `wp_usermeta` VALUES (20974, 2023, 'last_name', 'Reynolds') ; 
INSERT INTO `wp_usermeta` VALUES (20975, 2023, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20976, 2023, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (20977, 2023, 'pmpro_baddress1', '7918 110th Ave. SE Apt 908') ; 
INSERT INTO `wp_usermeta` VALUES (20978, 2023, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (20979, 2023, 'pmpro_bcity', 'Newcastle') ; 
INSERT INTO `wp_usermeta` VALUES (20980, 2023, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20981, 2023, 'pmpro_bzipcode', '98056') ; 
INSERT INTO `wp_usermeta` VALUES (20982, 2024, 'pmpro_bfirstname', 'Mike') ; 
INSERT INTO `wp_usermeta` VALUES (20983, 2024, 'pmpro_blastname', 'Connolly') ; 
INSERT INTO `wp_usermeta` VALUES (20984, 2024, 'first_name', 'Mike') ; 
INSERT INTO `wp_usermeta` VALUES (20985, 2024, 'last_name', 'Connolly') ; 
INSERT INTO `wp_usermeta` VALUES (20986, 2024, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20987, 2024, 'pmpro_bstate', 'OK') ; 
INSERT INTO `wp_usermeta` VALUES (20988, 2024, 'pmpro_baddress1', '6421 E. 36th St. N.') ; 
INSERT INTO `wp_usermeta` VALUES (20989, 2024, 'pmpro_bcity', 'Tulsa') ; 
INSERT INTO `wp_usermeta` VALUES (20990, 2024, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (20991, 2024, 'pmpro_bzipcode', '74115') ; 
INSERT INTO `wp_usermeta` VALUES (20992, 2025, 'pmpro_bfirstname', 'Mike') ; 
INSERT INTO `wp_usermeta` VALUES (20993, 2025, 'pmpro_blastname', 'Payne') ; 
INSERT INTO `wp_usermeta` VALUES (20994, 2025, 'first_name', 'Mike') ; 
INSERT INTO `wp_usermeta` VALUES (20995, 2025, 'last_name', 'Payne') ; 
INSERT INTO `wp_usermeta` VALUES (20996, 2025, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (20997, 2025, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (20998, 2025, 'pmpro_baddress1', '1113 Holgate Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (20999, 2025, 'pmpro_bcity', 'Maumee') ; 
INSERT INTO `wp_usermeta` VALUES (21000, 2025, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21001, 2025, 'pmpro_bzipcode', '43537') ; 
INSERT INTO `wp_usermeta` VALUES (21002, 2026, 'pmpro_bfirstname', 'Mike') ; 
INSERT INTO `wp_usermeta` VALUES (21003, 2026, 'pmpro_blastname', 'Tetalman') ; 
INSERT INTO `wp_usermeta` VALUES (21004, 2026, 'first_name', 'Mike') ; 
INSERT INTO `wp_usermeta` VALUES (21005, 2026, 'last_name', 'Tetalman') ; 
INSERT INTO `wp_usermeta` VALUES (21006, 2026, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (21007, 2026, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (21008, 2026, 'pmpro_baddress1', '5501 Glenridge Dr. NE  Apt 101') ; 
INSERT INTO `wp_usermeta` VALUES (21009, 2026, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (21010, 2026, 'pmpro_bcity', 'Atlanta') ; 
INSERT INTO `wp_usermeta` VALUES (21011, 2026, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21012, 2026, 'pmpro_bzipcode', '30342') ; 
INSERT INTO `wp_usermeta` VALUES (21013, 2027, 'pmpro_bfirstname', 'Mike') ; 
INSERT INTO `wp_usermeta` VALUES (21014, 2027, 'pmpro_blastname', 'Grue') ; 
INSERT INTO `wp_usermeta` VALUES (21015, 2027, 'first_name', 'Mike') ; 
INSERT INTO `wp_usermeta` VALUES (21016, 2027, 'last_name', 'Grue') ; 
INSERT INTO `wp_usermeta` VALUES (21017, 2027, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (21018, 2027, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (21019, 2027, 'pmpro_baddress1', '3954 Bancroft St.  Apt 14') ; 
INSERT INTO `wp_usermeta` VALUES (21020, 2027, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (21021, 2027, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (21022, 2027, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21023, 2027, 'pmpro_bzipcode', '92104') ; 
INSERT INTO `wp_usermeta` VALUES (21024, 2028, 'pmpro_bfirstname', 'Mike') ; 
INSERT INTO `wp_usermeta` VALUES (21025, 2028, 'pmpro_blastname', 'Glenn') ; 
INSERT INTO `wp_usermeta` VALUES (21026, 2028, 'first_name', 'Mike') ; 
INSERT INTO `wp_usermeta` VALUES (21027, 2028, 'last_name', 'Glenn') ; 
INSERT INTO `wp_usermeta` VALUES (21028, 2028, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21029, 2028, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (21030, 2028, 'pmpro_baddress1', '1663 Burton St.') ; 
INSERT INTO `wp_usermeta` VALUES (21031, 2028, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (21032, 2028, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21033, 2028, 'pmpro_bzipcode', '92111-7526') ; 
INSERT INTO `wp_usermeta` VALUES (21034, 2029, 'pmpro_bfirstname', 'Mike') ; 
INSERT INTO `wp_usermeta` VALUES (21035, 2029, 'pmpro_blastname', 'Burke') ; 
INSERT INTO `wp_usermeta` VALUES (21036, 2029, 'first_name', 'Mike') ; 
INSERT INTO `wp_usermeta` VALUES (21037, 2029, 'last_name', 'Burke') ; 
INSERT INTO `wp_usermeta` VALUES (21038, 2029, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21039, 2029, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (21040, 2029, 'pmpro_baddress1', '15500 San Pasqual Valley Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (21041, 2029, 'pmpro_bcity', 'Escondido') ; 
INSERT INTO `wp_usermeta` VALUES (21042, 2029, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (21043, 2029, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21044, 2029, 'pmpro_bzipcode', '92027') ; 
INSERT INTO `wp_usermeta` VALUES (21045, 2030, 'pmpro_bfirstname', 'Mike') ; 
INSERT INTO `wp_usermeta` VALUES (21046, 2030, 'pmpro_blastname', 'Marowske') ; 
INSERT INTO `wp_usermeta` VALUES (21047, 2030, 'first_name', 'Mike') ; 
INSERT INTO `wp_usermeta` VALUES (21048, 2030, 'last_name', 'Marowske') ; 
INSERT INTO `wp_usermeta` VALUES (21049, 2030, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21050, 2030, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (21051, 2030, 'pmpro_baddress1', '11031 Olive') ; 
INSERT INTO `wp_usermeta` VALUES (21052, 2030, 'pmpro_bcity', 'Warren') ; 
INSERT INTO `wp_usermeta` VALUES (21053, 2030, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21054, 2030, 'pmpro_bzipcode', '48093') ; 
INSERT INTO `wp_usermeta` VALUES (21055, 2031, 'pmpro_bfirstname', 'Mildred') ; 
INSERT INTO `wp_usermeta` VALUES (21056, 2031, 'pmpro_blastname', 'March') ; 
INSERT INTO `wp_usermeta` VALUES (21057, 2031, 'first_name', 'Mildred') ; 
INSERT INTO `wp_usermeta` VALUES (21058, 2031, 'last_name', 'March') ; 
INSERT INTO `wp_usermeta` VALUES (21059, 2031, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21060, 2031, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (21061, 2031, 'pmpro_baddress1', '661 Plantation Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (21062, 2031, 'pmpro_bcity', 'Saginaw') ; 
INSERT INTO `wp_usermeta` VALUES (21063, 2031, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21064, 2031, 'pmpro_bzipcode', '48638') ; 
INSERT INTO `wp_usermeta` VALUES (21065, 2032, 'pmpro_bfirstname', 'Millie') ; 
INSERT INTO `wp_usermeta` VALUES (21066, 2032, 'pmpro_blastname', 'Sondermann') ; 
INSERT INTO `wp_usermeta` VALUES (21067, 2032, 'first_name', 'Millie') ; 
INSERT INTO `wp_usermeta` VALUES (21068, 2032, 'last_name', 'Sondermann') ; 
INSERT INTO `wp_usermeta` VALUES (21069, 2032, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21070, 2032, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (21071, 2032, 'pmpro_baddress1', '13260 Pondrosa Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (21072, 2032, 'pmpro_bcity', 'Los Angeles') ; 
INSERT INTO `wp_usermeta` VALUES (21073, 2032, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21074, 2032, 'pmpro_bzipcode', '90049') ; 
INSERT INTO `wp_usermeta` VALUES (21075, 2033, 'pmpro_bfirstname', 'Milo') ; 
INSERT INTO `wp_usermeta` VALUES (21076, 2033, 'pmpro_blastname', 'Anderson') ; 
INSERT INTO `wp_usermeta` VALUES (21077, 2033, 'first_name', 'Milo') ; 
INSERT INTO `wp_usermeta` VALUES (21078, 2033, 'last_name', 'Anderson') ; 
INSERT INTO `wp_usermeta` VALUES (21079, 2033, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21080, 2033, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (21081, 2033, 'pmpro_baddress1', '1006 East 3rd Street, Apt #10') ; 
INSERT INTO `wp_usermeta` VALUES (21082, 2033, 'pmpro_bcity', 'Duluth') ; 
INSERT INTO `wp_usermeta` VALUES (21083, 2033, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21084, 2033, 'pmpro_bzipcode', '55805') ; 
INSERT INTO `wp_usermeta` VALUES (21085, 2034, 'pmpro_bfirstname', 'Mindi') ; 
INSERT INTO `wp_usermeta` VALUES (21086, 2034, 'pmpro_blastname', 'Scott') ; 
INSERT INTO `wp_usermeta` VALUES (21087, 2034, 'first_name', 'Mindi') ; 
INSERT INTO `wp_usermeta` VALUES (21088, 2034, 'last_name', 'Scott') ; 
INSERT INTO `wp_usermeta` VALUES (21089, 2034, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21090, 2034, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (21091, 2034, 'pmpro_baddress1', '5111 Merry Oak Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (21092, 2034, 'pmpro_bcity', 'Columbus') ; 
INSERT INTO `wp_usermeta` VALUES (21093, 2034, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21094, 2034, 'pmpro_bzipcode', '43230') ; 
INSERT INTO `wp_usermeta` VALUES (21095, 2035, 'pmpro_bfirstname', 'Mindy') ; 
INSERT INTO `wp_usermeta` VALUES (21096, 2035, 'pmpro_blastname', 'Babitz') ; 
INSERT INTO `wp_usermeta` VALUES (21097, 2035, 'first_name', 'Mindy') ; 
INSERT INTO `wp_usermeta` VALUES (21098, 2035, 'last_name', 'Babitz') ; 
INSERT INTO `wp_usermeta` VALUES (21099, 2035, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (21100, 2035, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (21101, 2035, 'pmpro_baddress1', '2602 Fleming St.') ; 
INSERT INTO `wp_usermeta` VALUES (21102, 2035, 'pmpro_bcity', 'Alexandria') ; 
INSERT INTO `wp_usermeta` VALUES (21103, 2035, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21104, 2035, 'pmpro_bzipcode', '22306') ; 
INSERT INTO `wp_usermeta` VALUES (21105, 2036, 'pmpro_bfirstname', 'Miranda') ; 
INSERT INTO `wp_usermeta` VALUES (21106, 2036, 'pmpro_blastname', 'Mauck') ; 
INSERT INTO `wp_usermeta` VALUES (21107, 2036, 'first_name', 'Miranda') ; 
INSERT INTO `wp_usermeta` VALUES (21108, 2036, 'last_name', 'Mauck') ; 
INSERT INTO `wp_usermeta` VALUES (21109, 2036, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21110, 2036, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (21111, 2036, 'pmpro_baddress1', '27033 150th Pl. SE') ; 
INSERT INTO `wp_usermeta` VALUES (21112, 2036, 'pmpro_bcity', 'Kent') ; 
INSERT INTO `wp_usermeta` VALUES (21113, 2036, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21114, 2036, 'pmpro_bzipcode', '98042') ; 
INSERT INTO `wp_usermeta` VALUES (21115, 2037, 'pmpro_bfirstname', 'Mollie') ; 
INSERT INTO `wp_usermeta` VALUES (21116, 2037, 'pmpro_blastname', 'Trusedell') ; 
INSERT INTO `wp_usermeta` VALUES (21117, 2037, 'first_name', 'Mollie') ; 
INSERT INTO `wp_usermeta` VALUES (21118, 2037, 'last_name', 'Trusedell') ; 
INSERT INTO `wp_usermeta` VALUES (21119, 2037, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21120, 2037, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (21121, 2037, 'pmpro_baddress1', '5684 Bixbywoods Ct.  Apt B') ; 
INSERT INTO `wp_usermeta` VALUES (21122, 2037, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (21123, 2037, 'pmpro_bcity', 'Columbus') ; 
INSERT INTO `wp_usermeta` VALUES (21124, 2037, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21125, 2037, 'pmpro_bzipcode', '43232') ; 
INSERT INTO `wp_usermeta` VALUES (21126, 2038, 'pmpro_bfirstname', 'Mollie') ; 
INSERT INTO `wp_usermeta` VALUES (21127, 2038, 'pmpro_blastname', 'Coym') ; 
INSERT INTO `wp_usermeta` VALUES (21128, 2038, 'first_name', 'Mollie') ; 
INSERT INTO `wp_usermeta` VALUES (21129, 2038, 'last_name', 'Coym') ; 
INSERT INTO `wp_usermeta` VALUES (21130, 2038, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21131, 2038, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (21132, 2038, 'pmpro_baddress1', '1843 Creek Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (21133, 2038, 'pmpro_bcity', 'Houston') ; 
INSERT INTO `wp_usermeta` VALUES (21134, 2038, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21135, 2038, 'pmpro_bzipcode', '77080') ; 
INSERT INTO `wp_usermeta` VALUES (21136, 2039, 'pmpro_bfirstname', 'Molly') ; 
INSERT INTO `wp_usermeta` VALUES (21137, 2039, 'pmpro_blastname', 'Shea') ; 
INSERT INTO `wp_usermeta` VALUES (21138, 2039, 'first_name', 'Molly') ; 
INSERT INTO `wp_usermeta` VALUES (21139, 2039, 'last_name', 'Shea') ; 
INSERT INTO `wp_usermeta` VALUES (21140, 2039, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21141, 2039, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (21142, 2039, 'pmpro_baddress1', 'W161N9530 Blackfoot Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (21143, 2039, 'pmpro_bcity', 'Menomonee Falls') ; 
INSERT INTO `wp_usermeta` VALUES (21144, 2039, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21145, 2039, 'pmpro_bzipcode', '53051') ; 
INSERT INTO `wp_usermeta` VALUES (21146, 2040, 'pmpro_bfirstname', 'Molly') ; 
INSERT INTO `wp_usermeta` VALUES (21147, 2040, 'pmpro_blastname', 'Kainuma') ; 
INSERT INTO `wp_usermeta` VALUES (21148, 2040, 'first_name', 'Molly') ; 
INSERT INTO `wp_usermeta` VALUES (21149, 2040, 'last_name', 'Kainuma') ; 
INSERT INTO `wp_usermeta` VALUES (21150, 2040, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21151, 2040, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (21152, 2040, 'pmpro_baddress1', '2590 Kearney St.') ; 
INSERT INTO `wp_usermeta` VALUES (21153, 2040, 'pmpro_bcity', 'Denver') ; 
INSERT INTO `wp_usermeta` VALUES (21154, 2040, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21155, 2040, 'pmpro_bzipcode', '80207') ; 
INSERT INTO `wp_usermeta` VALUES (21156, 2041, 'pmpro_bfirstname', 'Molly') ; 
INSERT INTO `wp_usermeta` VALUES (21157, 2041, 'pmpro_blastname', 'Good') ; 
INSERT INTO `wp_usermeta` VALUES (21158, 2041, 'first_name', 'Molly') ; 
INSERT INTO `wp_usermeta` VALUES (21159, 2041, 'last_name', 'Good') ; 
INSERT INTO `wp_usermeta` VALUES (21160, 2041, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21161, 2041, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (21162, 2041, 'pmpro_baddress1', '157 Casa Linda Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (21163, 2041, 'pmpro_bcity', 'Aptos') ; 
INSERT INTO `wp_usermeta` VALUES (21164, 2041, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21165, 2041, 'pmpro_bzipcode', '95003') ; 
INSERT INTO `wp_usermeta` VALUES (21166, 2042, 'pmpro_bfirstname', 'Molly') ; 
INSERT INTO `wp_usermeta` VALUES (21167, 2042, 'pmpro_blastname', 'Jorges') ; 
INSERT INTO `wp_usermeta` VALUES (21168, 2042, 'first_name', 'Molly') ; 
INSERT INTO `wp_usermeta` VALUES (21169, 2042, 'last_name', 'Jorges') ; 
INSERT INTO `wp_usermeta` VALUES (21170, 2042, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21171, 2042, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (21172, 2042, 'pmpro_baddress1', '727 38th Lane') ; 
INSERT INTO `wp_usermeta` VALUES (21173, 2042, 'pmpro_bcity', 'Anoka') ; 
INSERT INTO `wp_usermeta` VALUES (21174, 2042, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21175, 2042, 'pmpro_bzipcode', '55303') ; 
INSERT INTO `wp_usermeta` VALUES (21176, 2043, 'pmpro_bfirstname', 'Mollye') ; 
INSERT INTO `wp_usermeta` VALUES (21177, 2043, 'pmpro_blastname', 'Nardi') ; 
INSERT INTO `wp_usermeta` VALUES (21178, 2043, 'first_name', 'Mollye') ; 
INSERT INTO `wp_usermeta` VALUES (21179, 2043, 'last_name', 'Nardi') ; 
INSERT INTO `wp_usermeta` VALUES (21180, 2043, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21181, 2043, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (21182, 2043, 'pmpro_baddress1', '897 Milam Cir.') ; 
INSERT INTO `wp_usermeta` VALUES (21183, 2043, 'pmpro_bcity', 'Clarkston') ; 
INSERT INTO `wp_usermeta` VALUES (21184, 2043, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21185, 2043, 'pmpro_bzipcode', '30021') ; 
INSERT INTO `wp_usermeta` VALUES (21186, 2044, 'pmpro_bfirstname', 'Mona') ; 
INSERT INTO `wp_usermeta` VALUES (21187, 2044, 'pmpro_blastname', 'Keith') ; 
INSERT INTO `wp_usermeta` VALUES (21188, 2044, 'first_name', 'Mona') ; 
INSERT INTO `wp_usermeta` VALUES (21189, 2044, 'last_name', 'Keith') ; 
INSERT INTO `wp_usermeta` VALUES (21190, 2044, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (21191, 2044, 'pmpro_bstate', 'AB') ; 
INSERT INTO `wp_usermeta` VALUES (21192, 2044, 'pmpro_baddress1', 'Apt.#403, 2-14th St NW') ; 
INSERT INTO `wp_usermeta` VALUES (21193, 2044, 'pmpro_bcity', 'Calgary') ; 
INSERT INTO `wp_usermeta` VALUES (21194, 2044, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (21195, 2044, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21196, 2044, 'pmpro_bzipcode', 'T2N 1Z4') ; 
INSERT INTO `wp_usermeta` VALUES (21197, 2045, 'pmpro_bfirstname', 'Monica') ; 
INSERT INTO `wp_usermeta` VALUES (21198, 2045, 'pmpro_blastname', 'Chaplin') ; 
INSERT INTO `wp_usermeta` VALUES (21199, 2045, 'first_name', 'Monica') ; 
INSERT INTO `wp_usermeta` VALUES (21200, 2045, 'last_name', 'Chaplin') ; 
INSERT INTO `wp_usermeta` VALUES (21201, 2045, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21202, 2045, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (21203, 2045, 'pmpro_baddress1', '11425 Alameda Sandra Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (21204, 2045, 'pmpro_bcity', 'Clermont') ; 
INSERT INTO `wp_usermeta` VALUES (21205, 2045, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21206, 2045, 'pmpro_bzipcode', '34711') ; 
INSERT INTO `wp_usermeta` VALUES (21207, 2046, 'pmpro_bfirstname', 'Monica') ; 
INSERT INTO `wp_usermeta` VALUES (21208, 2046, 'pmpro_blastname', 'Halpin') ; 
INSERT INTO `wp_usermeta` VALUES (21209, 2046, 'first_name', 'Monica') ; 
INSERT INTO `wp_usermeta` VALUES (21210, 2046, 'last_name', 'Halpin') ; 
INSERT INTO `wp_usermeta` VALUES (21211, 2046, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21212, 2046, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (21213, 2046, 'pmpro_baddress1', '107 Ardsley Run') ; 
INSERT INTO `wp_usermeta` VALUES (21214, 2046, 'pmpro_bcity', 'Canton') ; 
INSERT INTO `wp_usermeta` VALUES (21215, 2046, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21216, 2046, 'pmpro_bzipcode', '30115') ; 
INSERT INTO `wp_usermeta` VALUES (21217, 2047, 'pmpro_bfirstname', 'Monika') ; 
INSERT INTO `wp_usermeta` VALUES (21218, 2047, 'pmpro_blastname', 'Rohrer') ; 
INSERT INTO `wp_usermeta` VALUES (21219, 2047, 'first_name', 'Monika') ; 
INSERT INTO `wp_usermeta` VALUES (21220, 2047, 'last_name', 'Rohrer') ; 
INSERT INTO `wp_usermeta` VALUES (21221, 2047, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21222, 2047, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (21223, 2047, 'pmpro_baddress1', '886 Cannery Row') ; 
INSERT INTO `wp_usermeta` VALUES (21224, 2047, 'pmpro_bcity', 'Monterey') ; 
INSERT INTO `wp_usermeta` VALUES (21225, 2047, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21226, 2047, 'pmpro_bzipcode', '93940') ; 
INSERT INTO `wp_usermeta` VALUES (21227, 2048, 'pmpro_bfirstname', 'Morgan') ; 
INSERT INTO `wp_usermeta` VALUES (21228, 2048, 'pmpro_blastname', 'Sharman') ; 
INSERT INTO `wp_usermeta` VALUES (21229, 2048, 'first_name', 'Morgan') ; 
INSERT INTO `wp_usermeta` VALUES (21230, 2048, 'last_name', 'Sharman') ; 
INSERT INTO `wp_usermeta` VALUES (21231, 2048, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21232, 2048, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (21233, 2048, 'pmpro_baddress1', '11723 Village View Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (21234, 2048, 'pmpro_bcity', 'Moorpark') ; 
INSERT INTO `wp_usermeta` VALUES (21235, 2048, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21236, 2048, 'pmpro_bzipcode', '93021') ; 
INSERT INTO `wp_usermeta` VALUES (21237, 2049, 'pmpro_bfirstname', 'Morgan') ; 
INSERT INTO `wp_usermeta` VALUES (21238, 2049, 'pmpro_blastname', 'Lashley') ; 
INSERT INTO `wp_usermeta` VALUES (21239, 2049, 'first_name', 'Morgan') ; 
INSERT INTO `wp_usermeta` VALUES (21240, 2049, 'last_name', 'Lashley') ; 
INSERT INTO `wp_usermeta` VALUES (21241, 2049, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (21242, 2049, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (21243, 2049, 'pmpro_baddress1', '1553 Deer Tree Lane') ; 
INSERT INTO `wp_usermeta` VALUES (21244, 2049, 'pmpro_bcity', 'Brandon') ; 
INSERT INTO `wp_usermeta` VALUES (21245, 2049, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21246, 2049, 'pmpro_bzipcode', '33510') ; 
INSERT INTO `wp_usermeta` VALUES (21247, 2050, 'pmpro_bfirstname', 'Mylisa') ; 
INSERT INTO `wp_usermeta` VALUES (21248, 2050, 'pmpro_blastname', 'Whipple') ; 
INSERT INTO `wp_usermeta` VALUES (21249, 2050, 'first_name', 'Mylisa') ; 
INSERT INTO `wp_usermeta` VALUES (21250, 2050, 'last_name', 'Whipple') ; 
INSERT INTO `wp_usermeta` VALUES (21251, 2050, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21252, 2050, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (21253, 2050, 'pmpro_baddress1', '8017 Brittin Place') ; 
INSERT INTO `wp_usermeta` VALUES (21254, 2050, 'pmpro_bcity', 'Affton') ; 
INSERT INTO `wp_usermeta` VALUES (21255, 2050, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21256, 2050, 'pmpro_bzipcode', '63123') ; 
INSERT INTO `wp_usermeta` VALUES (21257, 2051, 'pmpro_bfirstname', 'Nancee') ; 
INSERT INTO `wp_usermeta` VALUES (21258, 2051, 'pmpro_blastname', 'Hutchinson') ; 
INSERT INTO `wp_usermeta` VALUES (21259, 2051, 'first_name', 'Nancee') ; 
INSERT INTO `wp_usermeta` VALUES (21260, 2051, 'last_name', 'Hutchinson') ; 
INSERT INTO `wp_usermeta` VALUES (21261, 2051, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (21262, 2051, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (21263, 2051, 'pmpro_baddress1', '535 Grapevine Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (21264, 2051, 'pmpro_bcity', 'Ft. Wayne') ; 
INSERT INTO `wp_usermeta` VALUES (21265, 2051, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21266, 2051, 'pmpro_bzipcode', '46825') ; 
INSERT INTO `wp_usermeta` VALUES (21267, 2052, 'pmpro_bfirstname', 'Nancy') ; 
INSERT INTO `wp_usermeta` VALUES (21268, 2052, 'pmpro_blastname', 'Brown') ; 
INSERT INTO `wp_usermeta` VALUES (21269, 2052, 'first_name', 'Nancy') ; 
INSERT INTO `wp_usermeta` VALUES (21270, 2052, 'last_name', 'Brown') ; 
INSERT INTO `wp_usermeta` VALUES (21271, 2052, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21272, 2052, 'pmpro_bstate', 'SC') ; 
INSERT INTO `wp_usermeta` VALUES (21273, 2052, 'pmpro_baddress1', '101 Potters Way') ; 
INSERT INTO `wp_usermeta` VALUES (21274, 2052, 'pmpro_bcity', 'Lexington') ; 
INSERT INTO `wp_usermeta` VALUES (21275, 2052, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21276, 2052, 'pmpro_bzipcode', '29073') ; 
INSERT INTO `wp_usermeta` VALUES (21277, 2053, 'pmpro_bfirstname', 'Nancy') ; 
INSERT INTO `wp_usermeta` VALUES (21278, 2053, 'pmpro_blastname', 'Vandermey') ; 
INSERT INTO `wp_usermeta` VALUES (21279, 2053, 'first_name', 'Nancy') ; 
INSERT INTO `wp_usermeta` VALUES (21280, 2053, 'last_name', 'Vandermey') ; 
INSERT INTO `wp_usermeta` VALUES (21281, 2053, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21282, 2053, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (21283, 2053, 'pmpro_baddress1', '7217 Tranquil Pl.') ; 
INSERT INTO `wp_usermeta` VALUES (21284, 2053, 'pmpro_bcity', 'Tujunga') ; 
INSERT INTO `wp_usermeta` VALUES (21285, 2053, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21286, 2053, 'pmpro_bzipcode', '91042-3029') ; 
INSERT INTO `wp_usermeta` VALUES (21287, 2054, 'pmpro_bfirstname', 'Nancy') ; 
INSERT INTO `wp_usermeta` VALUES (21288, 2054, 'pmpro_blastname', 'Bunn') ; 
INSERT INTO `wp_usermeta` VALUES (21289, 2054, 'first_name', 'Nancy') ; 
INSERT INTO `wp_usermeta` VALUES (21290, 2054, 'last_name', 'Bunn') ; 
INSERT INTO `wp_usermeta` VALUES (21291, 2054, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21292, 2054, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (21293, 2054, 'pmpro_baddress1', '11138 Aqua Vista Ave.  Apt 1') ; 
INSERT INTO `wp_usermeta` VALUES (21294, 2054, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (21295, 2054, 'pmpro_bcity', 'Studio City') ; 
INSERT INTO `wp_usermeta` VALUES (21296, 2054, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21297, 2054, 'pmpro_bzipcode', '91602') ; 
INSERT INTO `wp_usermeta` VALUES (21298, 2055, 'pmpro_bfirstname', 'Nancy') ; 
INSERT INTO `wp_usermeta` VALUES (21299, 2055, 'pmpro_blastname', 'Schluter') ; 
INSERT INTO `wp_usermeta` VALUES (21300, 2055, 'first_name', 'Nancy') ; 
INSERT INTO `wp_usermeta` VALUES (21301, 2055, 'last_name', 'Schluter') ; 
INSERT INTO `wp_usermeta` VALUES (21302, 2055, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21303, 2055, 'pmpro_bstate', 'DE') ; 
INSERT INTO `wp_usermeta` VALUES (21304, 2055, 'pmpro_baddress1', '811 Greenwood Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (21305, 2055, 'pmpro_bcity', 'Wilmington') ; 
INSERT INTO `wp_usermeta` VALUES (21306, 2055, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21307, 2055, 'pmpro_bzipcode', '19807') ; 
INSERT INTO `wp_usermeta` VALUES (21308, 2056, 'pmpro_bfirstname', 'Nancy') ; 
INSERT INTO `wp_usermeta` VALUES (21309, 2056, 'pmpro_blastname', 'Tetreault: Brandywine Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (21310, 2056, 'first_name', 'Nancy') ; 
INSERT INTO `wp_usermeta` VALUES (21311, 2056, 'last_name', 'Tetreault') ; 
INSERT INTO `wp_usermeta` VALUES (21312, 2056, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21313, 2056, 'pmpro_bstate', 'DE') ; 
INSERT INTO `wp_usermeta` VALUES (21314, 2056, 'pmpro_baddress1', '1001 N. Park Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (21315, 2056, 'pmpro_bcity', 'Wilmington') ; 
INSERT INTO `wp_usermeta` VALUES (21316, 2056, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (21317, 2056, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21318, 2056, 'pmpro_bzipcode', '19802') ; 
INSERT INTO `wp_usermeta` VALUES (21319, 2057, 'pmpro_bfirstname', 'Nancy ') ; 
INSERT INTO `wp_usermeta` VALUES (21320, 2057, 'pmpro_blastname', 'Whelan') ; 
INSERT INTO `wp_usermeta` VALUES (21321, 2057, 'first_name', 'Nancy') ; 
INSERT INTO `wp_usermeta` VALUES (21322, 2057, 'last_name', 'Whelan') ; 
INSERT INTO `wp_usermeta` VALUES (21323, 2057, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21324, 2057, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (21325, 2057, 'pmpro_baddress1', '42 Sharmar Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (21326, 2057, 'pmpro_bcity', 'Alamo') ; 
INSERT INTO `wp_usermeta` VALUES (21327, 2057, 'uxf_organization', 'Red Panda Network') ; 
INSERT INTO `wp_usermeta` VALUES (21328, 2057, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21329, 2057, 'pmpro_bzipcode', '94507') ; 
INSERT INTO `wp_usermeta` VALUES (21330, 2058, 'pmpro_bfirstname', 'Nancy L.') ; 
INSERT INTO `wp_usermeta` VALUES (21331, 2058, 'pmpro_blastname', 'Reinert') ; 
INSERT INTO `wp_usermeta` VALUES (21332, 2058, 'first_name', 'Nancy L.') ; 
INSERT INTO `wp_usermeta` VALUES (21333, 2058, 'last_name', 'Reinert') ; 
INSERT INTO `wp_usermeta` VALUES (21334, 2058, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21335, 2058, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (21336, 2058, 'pmpro_baddress1', '15741 Tower View Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (21337, 2058, 'pmpro_bcity', 'Clermont') ; 
INSERT INTO `wp_usermeta` VALUES (21338, 2058, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21339, 2058, 'pmpro_bzipcode', '34711') ; 
INSERT INTO `wp_usermeta` VALUES (21340, 2059, 'pmpro_bfirstname', 'Nancy W. ') ; 
INSERT INTO `wp_usermeta` VALUES (21341, 2059, 'pmpro_blastname', 'Greytok') ; 
INSERT INTO `wp_usermeta` VALUES (21342, 2059, 'first_name', 'Nancy W. ') ; 
INSERT INTO `wp_usermeta` VALUES (21343, 2059, 'last_name', 'Greytok') ; 
INSERT INTO `wp_usermeta` VALUES (21344, 2059, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21345, 2059, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (21346, 2059, 'pmpro_baddress1', '339 Strathmore Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (21347, 2059, 'pmpro_bcity', 'Bryn Mawr') ; 
INSERT INTO `wp_usermeta` VALUES (21348, 2059, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21349, 2059, 'pmpro_bzipcode', '19010') ; 
INSERT INTO `wp_usermeta` VALUES (21350, 2060, 'pmpro_bfirstname', 'Natalie') ; 
INSERT INTO `wp_usermeta` VALUES (21351, 2060, 'pmpro_blastname', 'Lindholm') ; 
INSERT INTO `wp_usermeta` VALUES (21352, 2060, 'first_name', 'Natalie') ; 
INSERT INTO `wp_usermeta` VALUES (21353, 2060, 'last_name', 'Lindholm') ; 
INSERT INTO `wp_usermeta` VALUES (21354, 2060, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21355, 2060, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (21356, 2060, 'pmpro_baddress1', '2700 FM 802 - Apt 1317') ; 
INSERT INTO `wp_usermeta` VALUES (21357, 2060, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (21358, 2060, 'pmpro_bcity', 'Brownsville') ; 
INSERT INTO `wp_usermeta` VALUES (21359, 2060, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21360, 2060, 'pmpro_bzipcode', '78526') ; 
INSERT INTO `wp_usermeta` VALUES (21361, 2061, 'pmpro_bfirstname', 'Natasha Marie') ; 
INSERT INTO `wp_usermeta` VALUES (21362, 2061, 'pmpro_blastname', 'Tworoski') ; 
INSERT INTO `wp_usermeta` VALUES (21363, 2061, 'first_name', 'Natasha Marie') ; 
INSERT INTO `wp_usermeta` VALUES (21364, 2061, 'last_name', 'Tworoski') ; 
INSERT INTO `wp_usermeta` VALUES (21365, 2061, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (21366, 2061, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (21367, 2061, 'pmpro_baddress1', '3016 Sweetwater Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (21368, 2061, 'pmpro_bcity', 'San Leandro') ; 
INSERT INTO `wp_usermeta` VALUES (21369, 2061, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21370, 2061, 'pmpro_bzipcode', '94578') ; 
INSERT INTO `wp_usermeta` VALUES (21371, 2062, 'pmpro_bfirstname', 'Nathan') ; 
INSERT INTO `wp_usermeta` VALUES (21372, 2062, 'pmpro_blastname', 'Bickley') ; 
INSERT INTO `wp_usermeta` VALUES (21373, 2062, 'first_name', 'Nathan') ; 
INSERT INTO `wp_usermeta` VALUES (21374, 2062, 'last_name', 'Bickley') ; 
INSERT INTO `wp_usermeta` VALUES (21375, 2062, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21376, 2062, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (21377, 2062, 'pmpro_baddress1', '7400 Eganhill Drive') ; 
INSERT INTO `wp_usermeta` VALUES (21378, 2062, 'pmpro_bcity', 'Austin') ; 
INSERT INTO `wp_usermeta` VALUES (21379, 2062, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21380, 2062, 'pmpro_bzipcode', '78745') ; 
INSERT INTO `wp_usermeta` VALUES (21381, 2063, 'pmpro_bfirstname', 'Nathan') ; 
INSERT INTO `wp_usermeta` VALUES (21382, 2063, 'pmpro_blastname', 'Haislip') ; 
INSERT INTO `wp_usermeta` VALUES (21383, 2063, 'first_name', 'Nathan') ; 
INSERT INTO `wp_usermeta` VALUES (21384, 2063, 'last_name', 'Haislip') ; 
INSERT INTO `wp_usermeta` VALUES (21385, 2063, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21386, 2063, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (21387, 2063, 'pmpro_baddress1', '229 Weber River Trail') ; 
INSERT INTO `wp_usermeta` VALUES (21388, 2063, 'pmpro_bcity', 'Ft. Worth') ; 
INSERT INTO `wp_usermeta` VALUES (21389, 2063, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21390, 2063, 'pmpro_bzipcode', '76140') ; 
INSERT INTO `wp_usermeta` VALUES (21401, 2065, 'pmpro_bfirstname', 'Neil') ; 
INSERT INTO `wp_usermeta` VALUES (21402, 2065, 'pmpro_blastname', 'Anderson: Director') ; 
INSERT INTO `wp_usermeta` VALUES (21403, 2065, 'first_name', 'Neil') ; 
INSERT INTO `wp_usermeta` VALUES (21404, 2065, 'last_name', 'Anderson: Director') ; 
INSERT INTO `wp_usermeta` VALUES (21405, 2065, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21406, 2065, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (21407, 2065, 'pmpro_baddress1', '4418 Reforestation Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (21408, 2065, 'pmpro_bcity', 'Green Bay') ; 
INSERT INTO `wp_usermeta` VALUES (21409, 2065, 'uxf_organization', 'Northeastern Wisconsin Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (21410, 2065, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21411, 2065, 'pmpro_bzipcode', '54313') ; 
INSERT INTO `wp_usermeta` VALUES (21412, 2066, 'pmpro_bfirstname', 'Nicholaas') ; 
INSERT INTO `wp_usermeta` VALUES (21413, 2066, 'pmpro_blastname', 'Webb') ; 
INSERT INTO `wp_usermeta` VALUES (21414, 2066, 'first_name', 'Nicholaas') ; 
INSERT INTO `wp_usermeta` VALUES (21415, 2066, 'last_name', 'Webb') ; 
INSERT INTO `wp_usermeta` VALUES (21416, 2066, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21417, 2066, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (21418, 2066, 'pmpro_baddress1', '2144 30th Street  #9') ; 
INSERT INTO `wp_usermeta` VALUES (21419, 2066, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (21420, 2066, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (21421, 2066, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21422, 2066, 'pmpro_bzipcode', '92104') ; 
INSERT INTO `wp_usermeta` VALUES (21423, 2067, 'pmpro_bfirstname', 'Nicholas') ; 
INSERT INTO `wp_usermeta` VALUES (21424, 2067, 'pmpro_blastname', 'Whisler') ; 
INSERT INTO `wp_usermeta` VALUES (21425, 2067, 'first_name', 'Nicholas') ; 
INSERT INTO `wp_usermeta` VALUES (21426, 2067, 'last_name', 'Whisler') ; 
INSERT INTO `wp_usermeta` VALUES (21427, 2067, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21428, 2067, 'pmpro_bstate', 'SD') ; 
INSERT INTO `wp_usermeta` VALUES (21429, 2067, 'pmpro_baddress1', '4701 S. Fireside Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (21430, 2067, 'pmpro_bcity', 'Sioux Falls') ; 
INSERT INTO `wp_usermeta` VALUES (21431, 2067, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21432, 2067, 'pmpro_bzipcode', '57103') ; 
INSERT INTO `wp_usermeta` VALUES (21433, 2068, 'pmpro_bfirstname', 'Nichole') ; 
INSERT INTO `wp_usermeta` VALUES (21434, 2068, 'pmpro_blastname', 'Bouwens') ; 
INSERT INTO `wp_usermeta` VALUES (21435, 2068, 'first_name', 'Nichole') ; 
INSERT INTO `wp_usermeta` VALUES (21436, 2068, 'last_name', 'Bouwens') ; 
INSERT INTO `wp_usermeta` VALUES (21437, 2068, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21438, 2068, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (21439, 2068, 'pmpro_baddress1', '5187 Proctor Lndg. NW') ; 
INSERT INTO `wp_usermeta` VALUES (21440, 2068, 'pmpro_bcity', 'Acworth') ; 
INSERT INTO `wp_usermeta` VALUES (21441, 2068, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21442, 2068, 'pmpro_bzipcode', '30101-3824') ; 
INSERT INTO `wp_usermeta` VALUES (21443, 2069, 'pmpro_bfirstname', 'Nichole') ; 
INSERT INTO `wp_usermeta` VALUES (21444, 2069, 'pmpro_blastname', 'Majeran') ; 
INSERT INTO `wp_usermeta` VALUES (21445, 2069, 'first_name', 'Nichole') ; 
INSERT INTO `wp_usermeta` VALUES (21446, 2069, 'last_name', 'Majeran') ; 
INSERT INTO `wp_usermeta` VALUES (21447, 2069, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (21448, 2069, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (21449, 2069, 'pmpro_baddress1', '1415 Penn Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (21450, 2069, 'pmpro_bcity', 'Wilkinsburg') ; 
INSERT INTO `wp_usermeta` VALUES (21451, 2069, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21452, 2069, 'pmpro_bzipcode', '15221') ; 
INSERT INTO `wp_usermeta` VALUES (21453, 2070, 'pmpro_bfirstname', 'Nichole') ; 
INSERT INTO `wp_usermeta` VALUES (21454, 2070, 'pmpro_blastname', 'Winters') ; 
INSERT INTO `wp_usermeta` VALUES (21455, 2070, 'first_name', 'Nichole') ; 
INSERT INTO `wp_usermeta` VALUES (21456, 2070, 'last_name', 'Winters') ; 
INSERT INTO `wp_usermeta` VALUES (21457, 2070, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21458, 2070, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (21459, 2070, 'pmpro_baddress1', '893 Calle Compo') ; 
INSERT INTO `wp_usermeta` VALUES (21460, 2070, 'pmpro_bcity', 'Thousand Oaks') ; 
INSERT INTO `wp_usermeta` VALUES (21461, 2070, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21462, 2070, 'pmpro_bzipcode', '91360') ; 
INSERT INTO `wp_usermeta` VALUES (21463, 2071, 'pmpro_bfirstname', 'Nick') ; 
INSERT INTO `wp_usermeta` VALUES (21464, 2071, 'pmpro_blastname', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (21465, 2071, 'first_name', 'Nick') ; 
INSERT INTO `wp_usermeta` VALUES (21466, 2071, 'last_name', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (21467, 2071, 'pmpro_bcountry', 'GREAT BRITAIN') ; 
INSERT INTO `wp_usermeta` VALUES (21468, 2071, 'pmpro_bcity', 'Dunstable') ; 
INSERT INTO `wp_usermeta` VALUES (21469, 2071, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (21470, 2071, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21471, 2071, 'pmpro_bzipcode', 'LU6 2LF') ; 
INSERT INTO `wp_usermeta` VALUES (21472, 2071, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (21473, 2072, 'pmpro_bfirstname', 'Nick') ; 
INSERT INTO `wp_usermeta` VALUES (21474, 2072, 'pmpro_blastname', 'Fantozzi') ; 
INSERT INTO `wp_usermeta` VALUES (21475, 2072, 'first_name', 'Nick') ; 
INSERT INTO `wp_usermeta` VALUES (21476, 2072, 'last_name', 'Fantozzi') ; 
INSERT INTO `wp_usermeta` VALUES (21477, 2072, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (21478, 2072, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (21479, 2072, 'pmpro_baddress1', '102 E. Brookside Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (21480, 2072, 'pmpro_bcity', 'Akron') ; 
INSERT INTO `wp_usermeta` VALUES (21481, 2072, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21482, 2072, 'pmpro_bzipcode', '44301') ; 
INSERT INTO `wp_usermeta` VALUES (21483, 2073, 'pmpro_bfirstname', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21484, 2073, 'pmpro_blastname', 'Presley') ; 
INSERT INTO `wp_usermeta` VALUES (21485, 2073, 'first_name', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21486, 2073, 'last_name', 'Presley') ; 
INSERT INTO `wp_usermeta` VALUES (21487, 2073, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (21488, 2073, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (21489, 2073, 'pmpro_baddress1', '117 Harrongate Place') ; 
INSERT INTO `wp_usermeta` VALUES (21490, 2073, 'pmpro_bcity', 'Whitby') ; 
INSERT INTO `wp_usermeta` VALUES (21491, 2073, 'pmpro_bzipcode', 'L1R 3E5') ; 
INSERT INTO `wp_usermeta` VALUES (21492, 2074, 'pmpro_bfirstname', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21493, 2074, 'pmpro_blastname', 'Harmon') ; 
INSERT INTO `wp_usermeta` VALUES (21494, 2074, 'first_name', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21495, 2074, 'last_name', 'Harmon') ; 
INSERT INTO `wp_usermeta` VALUES (21496, 2074, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21497, 2074, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (21498, 2074, 'pmpro_baddress1', '5135 Rowantree Pl.') ; 
INSERT INTO `wp_usermeta` VALUES (21499, 2074, 'pmpro_bcity', 'S. Bend') ; 
INSERT INTO `wp_usermeta` VALUES (21500, 2074, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21501, 2074, 'pmpro_bzipcode', '46619') ; 
INSERT INTO `wp_usermeta` VALUES (21502, 2075, 'pmpro_bfirstname', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21503, 2075, 'pmpro_blastname', 'Becker') ; 
INSERT INTO `wp_usermeta` VALUES (21504, 2075, 'first_name', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21505, 2075, 'last_name', 'Becker') ; 
INSERT INTO `wp_usermeta` VALUES (21506, 2075, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21507, 2075, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (21508, 2075, 'pmpro_baddress1', '7505 Hoover Ave.  Apt 1E') ; 
INSERT INTO `wp_usermeta` VALUES (21509, 2075, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (21510, 2075, 'pmpro_bcity', 'St. Louis') ; 
INSERT INTO `wp_usermeta` VALUES (21511, 2075, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21512, 2075, 'pmpro_bzipcode', '63117') ; 
INSERT INTO `wp_usermeta` VALUES (21513, 2076, 'pmpro_bfirstname', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21514, 2076, 'pmpro_blastname', 'Piepers') ; 
INSERT INTO `wp_usermeta` VALUES (21515, 2076, 'first_name', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21516, 2076, 'last_name', 'Piepers') ; 
INSERT INTO `wp_usermeta` VALUES (21517, 2076, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21518, 2076, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (21519, 2076, 'pmpro_baddress1', '2312 Cove Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (21520, 2076, 'pmpro_bcity', 'Los Angeles') ; 
INSERT INTO `wp_usermeta` VALUES (21521, 2076, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21522, 2076, 'pmpro_bzipcode', '90039') ; 
INSERT INTO `wp_usermeta` VALUES (21523, 2077, 'pmpro_bfirstname', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21524, 2077, 'pmpro_blastname', 'Cavicchia') ; 
INSERT INTO `wp_usermeta` VALUES (21525, 2077, 'first_name', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21526, 2077, 'last_name', 'Cavicchia') ; 
INSERT INTO `wp_usermeta` VALUES (21527, 2077, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21528, 2077, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (21529, 2077, 'pmpro_baddress1', '4001 SW 73rd Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (21530, 2077, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (21531, 2077, 'pmpro_bcity', 'Davie') ; 
INSERT INTO `wp_usermeta` VALUES (21532, 2077, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21533, 2077, 'pmpro_bzipcode', '33314') ; 
INSERT INTO `wp_usermeta` VALUES (21534, 2078, 'pmpro_bfirstname', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21535, 2078, 'pmpro_blastname', 'Moyer') ; 
INSERT INTO `wp_usermeta` VALUES (21536, 2078, 'first_name', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21537, 2078, 'last_name', 'Moyer') ; 
INSERT INTO `wp_usermeta` VALUES (21538, 2078, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21539, 2078, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (21540, 2078, 'pmpro_baddress1', '1049 Fairlawn Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (21541, 2078, 'pmpro_bcity', 'Rockledge') ; 
INSERT INTO `wp_usermeta` VALUES (21542, 2078, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21543, 2078, 'pmpro_bzipcode', '32955') ; 
INSERT INTO `wp_usermeta` VALUES (21544, 2079, 'pmpro_bfirstname', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21545, 2079, 'pmpro_blastname', 'DeLeone') ; 
INSERT INTO `wp_usermeta` VALUES (21546, 2079, 'first_name', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21547, 2079, 'last_name', 'DeLeone') ; 
INSERT INTO `wp_usermeta` VALUES (21548, 2079, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21549, 2079, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (21550, 2079, 'pmpro_baddress1', '1777 Saint Croix Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (21551, 2079, 'pmpro_bcity', 'Clearwater') ; 
INSERT INTO `wp_usermeta` VALUES (21552, 2079, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21553, 2079, 'pmpro_bzipcode', '33759') ; 
INSERT INTO `wp_usermeta` VALUES (21554, 2080, 'pmpro_bfirstname', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21555, 2080, 'pmpro_blastname', 'Monkiewicz') ; 
INSERT INTO `wp_usermeta` VALUES (21556, 2080, 'first_name', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21557, 2080, 'last_name', 'Monkiewicz') ; 
INSERT INTO `wp_usermeta` VALUES (21558, 2080, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21559, 2080, 'pmpro_bstate', 'ME') ; 
INSERT INTO `wp_usermeta` VALUES (21560, 2080, 'pmpro_baddress1', '618 Emerys Bridge Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (21561, 2080, 'pmpro_bcity', 'S. Berwick') ; 
INSERT INTO `wp_usermeta` VALUES (21562, 2080, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21563, 2080, 'pmpro_bzipcode', '3908') ; 
INSERT INTO `wp_usermeta` VALUES (21564, 2081, 'pmpro_bfirstname', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21565, 2081, 'pmpro_blastname', 'Bouchard') ; 
INSERT INTO `wp_usermeta` VALUES (21566, 2081, 'first_name', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21567, 2081, 'last_name', 'Bouchard') ; 
INSERT INTO `wp_usermeta` VALUES (21568, 2081, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21569, 2081, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (21570, 2081, 'pmpro_baddress1', '771 Lindbergh Dr. ') ; 
INSERT INTO `wp_usermeta` VALUES (21571, 2081, 'pmpro_baddress2', 'Apt 5101') ; 
INSERT INTO `wp_usermeta` VALUES (21572, 2081, 'pmpro_bcity', 'Atlanta') ; 
INSERT INTO `wp_usermeta` VALUES (21573, 2081, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21574, 2081, 'pmpro_bzipcode', '30324') ; 
INSERT INTO `wp_usermeta` VALUES (21575, 2082, 'pmpro_bfirstname', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21576, 2082, 'pmpro_blastname', 'Boyd') ; 
INSERT INTO `wp_usermeta` VALUES (21577, 2082, 'first_name', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21578, 2082, 'last_name', 'Boyd') ; 
INSERT INTO `wp_usermeta` VALUES (21579, 2082, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21580, 2082, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (21581, 2082, 'pmpro_baddress1', '12525 Sunglow Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (21582, 2082, 'pmpro_bcity', 'El Cajon') ; 
INSERT INTO `wp_usermeta` VALUES (21583, 2082, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21584, 2082, 'pmpro_bzipcode', '92021-1622') ; 
INSERT INTO `wp_usermeta` VALUES (21585, 2083, 'pmpro_bfirstname', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21586, 2083, 'pmpro_blastname', 'MacCorkle') ; 
INSERT INTO `wp_usermeta` VALUES (21587, 2083, 'first_name', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21588, 2083, 'last_name', 'MacCorkle') ; 
INSERT INTO `wp_usermeta` VALUES (21589, 2083, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21590, 2083, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (21591, 2083, 'pmpro_baddress1', '2208 Margraf Circle') ; 
INSERT INTO `wp_usermeta` VALUES (21592, 2083, 'pmpro_bcity', 'Woodbridge') ; 
INSERT INTO `wp_usermeta` VALUES (21593, 2083, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21594, 2083, 'pmpro_bzipcode', '22191') ; 
INSERT INTO `wp_usermeta` VALUES (21595, 2084, 'pmpro_bfirstname', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21596, 2084, 'pmpro_blastname', 'Ketcham') ; 
INSERT INTO `wp_usermeta` VALUES (21597, 2084, 'first_name', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21598, 2084, 'last_name', 'Ketcham') ; 
INSERT INTO `wp_usermeta` VALUES (21599, 2084, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21600, 2084, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (21601, 2084, 'pmpro_baddress1', '240 Riverwalk Dr.  Apt 1110') ; 
INSERT INTO `wp_usermeta` VALUES (21602, 2084, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (21603, 2084, 'pmpro_bcity', 'Sevierville') ; 
INSERT INTO `wp_usermeta` VALUES (21604, 2084, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21605, 2084, 'pmpro_bzipcode', '37862') ; 
INSERT INTO `wp_usermeta` VALUES (21606, 2085, 'pmpro_bfirstname', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21607, 2085, 'pmpro_blastname', 'Petrosky') ; 
INSERT INTO `wp_usermeta` VALUES (21608, 2085, 'first_name', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21609, 2085, 'last_name', 'Petrosky') ; 
INSERT INTO `wp_usermeta` VALUES (21610, 2085, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (21611, 2085, 'pmpro_bstate', 'DC') ; 
INSERT INTO `wp_usermeta` VALUES (21612, 2085, 'pmpro_baddress1', '1160 First St., NE  Apt 1019') ; 
INSERT INTO `wp_usermeta` VALUES (21613, 2085, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (21614, 2085, 'pmpro_bcity', 'Washington') ; 
INSERT INTO `wp_usermeta` VALUES (21615, 2085, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21616, 2085, 'pmpro_bzipcode', '20002') ; 
INSERT INTO `wp_usermeta` VALUES (21617, 2086, 'pmpro_bfirstname', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21618, 2086, 'pmpro_blastname', 'Dearstine') ; 
INSERT INTO `wp_usermeta` VALUES (21619, 2086, 'first_name', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21620, 2086, 'last_name', 'Dearstine') ; 
INSERT INTO `wp_usermeta` VALUES (21621, 2086, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21622, 2086, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (21623, 2086, 'pmpro_baddress1', '2370 NW Military Hwy.   Apt 204') ; 
INSERT INTO `wp_usermeta` VALUES (21624, 2086, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (21625, 2086, 'pmpro_bcity', 'San Antonio') ; 
INSERT INTO `wp_usermeta` VALUES (21626, 2086, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21627, 2086, 'pmpro_bzipcode', '78231') ; 
INSERT INTO `wp_usermeta` VALUES (21628, 2087, 'pmpro_bfirstname', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21629, 2087, 'pmpro_blastname', 'Simons') ; 
INSERT INTO `wp_usermeta` VALUES (21630, 2087, 'first_name', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21631, 2087, 'last_name', 'Simons') ; 
INSERT INTO `wp_usermeta` VALUES (21632, 2087, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21633, 2087, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (21634, 2087, 'pmpro_baddress1', '2855 St. Denis Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (21635, 2087, 'pmpro_bcity', 'San Ramon') ; 
INSERT INTO `wp_usermeta` VALUES (21636, 2087, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21637, 2087, 'pmpro_bzipcode', '94583') ; 
INSERT INTO `wp_usermeta` VALUES (21638, 2088, 'pmpro_bfirstname', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21639, 2088, 'pmpro_blastname', 'Pepo') ; 
INSERT INTO `wp_usermeta` VALUES (21640, 2088, 'first_name', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (21641, 2088, 'last_name', 'Pepo') ; 
INSERT INTO `wp_usermeta` VALUES (21642, 2088, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21643, 2088, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (21644, 2088, 'pmpro_baddress1', '1916 Fox Creek Court') ; 
INSERT INTO `wp_usermeta` VALUES (21645, 2088, 'pmpro_bcity', 'High Point') ; 
INSERT INTO `wp_usermeta` VALUES (21646, 2088, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21647, 2088, 'pmpro_bzipcode', '27265') ; 
INSERT INTO `wp_usermeta` VALUES (21648, 2089, 'pmpro_bfirstname', 'Nicole M.') ; 
INSERT INTO `wp_usermeta` VALUES (21649, 2089, 'pmpro_blastname', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (21650, 2089, 'first_name', 'Nicole M.') ; 
INSERT INTO `wp_usermeta` VALUES (21651, 2089, 'last_name', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (21652, 2089, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21653, 2089, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (21654, 2089, 'pmpro_baddress1', '4 Paine Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (21655, 2089, 'pmpro_bcity', 'Randolph') ; 
INSERT INTO `wp_usermeta` VALUES (21656, 2089, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21657, 2089, 'pmpro_bzipcode', '02368') ; 
INSERT INTO `wp_usermeta` VALUES (21658, 2090, 'pmpro_bfirstname', 'Nicolette') ; 
INSERT INTO `wp_usermeta` VALUES (21659, 2090, 'pmpro_blastname', 'Aquilino') ; 
INSERT INTO `wp_usermeta` VALUES (21660, 2090, 'first_name', 'Nicolette') ; 
INSERT INTO `wp_usermeta` VALUES (21661, 2090, 'last_name', 'Aquilino') ; 
INSERT INTO `wp_usermeta` VALUES (21662, 2090, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21663, 2090, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (21664, 2090, 'pmpro_baddress1', '67 Beaver Dam Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (21665, 2090, 'pmpro_bcity', 'Cape May Ct. House') ; 
INSERT INTO `wp_usermeta` VALUES (21666, 2090, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21667, 2090, 'pmpro_bzipcode', '8210') ; 
INSERT INTO `wp_usermeta` VALUES (21668, 2091, 'pmpro_bfirstname', 'Nicolle') ; 
INSERT INTO `wp_usermeta` VALUES (21669, 2091, 'pmpro_blastname', 'MacVey') ; 
INSERT INTO `wp_usermeta` VALUES (21670, 2091, 'first_name', 'Nicolle') ; 
INSERT INTO `wp_usermeta` VALUES (21671, 2091, 'last_name', 'MacVey') ; 
INSERT INTO `wp_usermeta` VALUES (21672, 2091, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21673, 2091, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (21674, 2091, 'pmpro_baddress1', '318 S. Birchlane Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (21675, 2091, 'pmpro_bcity', 'Carbondale') ; 
INSERT INTO `wp_usermeta` VALUES (21676, 2091, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21677, 2091, 'pmpro_bzipcode', '62901') ; 
INSERT INTO `wp_usermeta` VALUES (21678, 2092, 'pmpro_bfirstname', 'Nikki') ; 
INSERT INTO `wp_usermeta` VALUES (21679, 2092, 'pmpro_blastname', 'Finch') ; 
INSERT INTO `wp_usermeta` VALUES (21680, 2092, 'first_name', 'Nikki') ; 
INSERT INTO `wp_usermeta` VALUES (21681, 2092, 'last_name', 'Finch') ; 
INSERT INTO `wp_usermeta` VALUES (21682, 2092, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21683, 2092, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (21684, 2092, 'pmpro_baddress1', '1751 Bayview Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (21685, 2092, 'pmpro_bcity', 'Ft. Wayne') ; 
INSERT INTO `wp_usermeta` VALUES (21686, 2092, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21687, 2092, 'pmpro_bzipcode', '46815') ; 
INSERT INTO `wp_usermeta` VALUES (21688, 2093, 'pmpro_bfirstname', 'Nikki') ; 
INSERT INTO `wp_usermeta` VALUES (21689, 2093, 'pmpro_blastname', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (21690, 2093, 'first_name', 'Nikki') ; 
INSERT INTO `wp_usermeta` VALUES (21691, 2093, 'last_name', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (21692, 2093, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21693, 2093, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (21694, 2093, 'pmpro_baddress1', '3115 Porter Creek Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (21695, 2093, 'pmpro_bcity', 'Santa Rosa') ; 
INSERT INTO `wp_usermeta` VALUES (21696, 2093, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (21697, 2093, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21698, 2093, 'pmpro_bzipcode', '95404') ; 
INSERT INTO `wp_usermeta` VALUES (21699, 2094, 'pmpro_bfirstname', 'Nikki') ; 
INSERT INTO `wp_usermeta` VALUES (21700, 2094, 'pmpro_blastname', 'Panos') ; 
INSERT INTO `wp_usermeta` VALUES (21701, 2094, 'first_name', 'Nikki') ; 
INSERT INTO `wp_usermeta` VALUES (21702, 2094, 'last_name', 'Panos') ; 
INSERT INTO `wp_usermeta` VALUES (21703, 2094, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21704, 2094, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (21705, 2094, 'pmpro_baddress1', '1215 Dade St.') ; 
INSERT INTO `wp_usermeta` VALUES (21706, 2094, 'pmpro_bcity', 'Charlotte') ; 
INSERT INTO `wp_usermeta` VALUES (21707, 2094, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21708, 2094, 'pmpro_bzipcode', '28205') ; 
INSERT INTO `wp_usermeta` VALUES (21709, 2095, 'pmpro_bfirstname', 'Nikki') ; 
INSERT INTO `wp_usermeta` VALUES (21710, 2095, 'pmpro_blastname', 'Emanuel') ; 
INSERT INTO `wp_usermeta` VALUES (21711, 2095, 'first_name', 'Nikki') ; 
INSERT INTO `wp_usermeta` VALUES (21712, 2095, 'last_name', 'Emanuel') ; 
INSERT INTO `wp_usermeta` VALUES (21713, 2095, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21714, 2095, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (21715, 2095, 'pmpro_baddress1', '1811 W. Arroyo Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (21716, 2095, 'pmpro_bcity', 'Pueblo') ; 
INSERT INTO `wp_usermeta` VALUES (21717, 2095, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21718, 2095, 'pmpro_bzipcode', '81004') ; 
INSERT INTO `wp_usermeta` VALUES (21719, 2096, 'pmpro_bfirstname', 'Nikole') ; 
INSERT INTO `wp_usermeta` VALUES (21720, 2096, 'pmpro_blastname', 'Kirkpatrick') ; 
INSERT INTO `wp_usermeta` VALUES (21721, 2096, 'first_name', 'Nikole') ; 
INSERT INTO `wp_usermeta` VALUES (21722, 2096, 'last_name', 'Kirkpatrick') ; 
INSERT INTO `wp_usermeta` VALUES (21723, 2096, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21724, 2096, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (21725, 2096, 'pmpro_baddress1', '1832 Lakewood Village Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (21726, 2096, 'pmpro_bcity', 'Antioch') ; 
INSERT INTO `wp_usermeta` VALUES (21727, 2096, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21728, 2096, 'pmpro_bzipcode', '37013-1529') ; 
INSERT INTO `wp_usermeta` VALUES (21729, 2097, 'pmpro_bfirstname', 'Nina') ; 
INSERT INTO `wp_usermeta` VALUES (21730, 2097, 'pmpro_blastname', 'Evans') ; 
INSERT INTO `wp_usermeta` VALUES (21731, 2097, 'first_name', 'Nina') ; 
INSERT INTO `wp_usermeta` VALUES (21732, 2097, 'last_name', 'Evans') ; 
INSERT INTO `wp_usermeta` VALUES (21733, 2097, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21734, 2097, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (21735, 2097, 'pmpro_baddress1', '5906 Lowell Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (21736, 2097, 'pmpro_bcity', 'Indianapolis') ; 
INSERT INTO `wp_usermeta` VALUES (21737, 2097, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21738, 2097, 'pmpro_bzipcode', '46219') ; 
INSERT INTO `wp_usermeta` VALUES (21739, 2098, 'pmpro_bfirstname', 'Nirmal') ; 
INSERT INTO `wp_usermeta` VALUES (21740, 2098, 'pmpro_blastname', 'Biptah') ; 
INSERT INTO `wp_usermeta` VALUES (21741, 2098, 'first_name', 'Nirmal') ; 
INSERT INTO `wp_usermeta` VALUES (21742, 2098, 'last_name', 'Biptah') ; 
INSERT INTO `wp_usermeta` VALUES (21743, 2098, 'pmpro_bcountry', 'WEST INDIES') ; 
INSERT INTO `wp_usermeta` VALUES (21744, 2098, 'pmpro_baddress1', 'Port of Spain') ; 
INSERT INTO `wp_usermeta` VALUES (21745, 2098, 'pmpro_bcity', 'Trinidad') ; 
INSERT INTO `wp_usermeta` VALUES (21746, 2098, 'uxf_organization', 'Emperor Valley Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (21747, 2098, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21748, 2098, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (21749, 2098, 'uxf_akf', 'PRINT') ; 
INSERT INTO `wp_usermeta` VALUES (21750, 2099, 'pmpro_bfirstname', 'Nolan') ; 
INSERT INTO `wp_usermeta` VALUES (21751, 2099, 'pmpro_blastname', 'Schlichter') ; 
INSERT INTO `wp_usermeta` VALUES (21752, 2099, 'first_name', 'Nolan') ; 
INSERT INTO `wp_usermeta` VALUES (21753, 2099, 'last_name', 'Schlichter') ; 
INSERT INTO `wp_usermeta` VALUES (21754, 2099, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21755, 2099, 'pmpro_bstate', 'SD') ; 
INSERT INTO `wp_usermeta` VALUES (21756, 2099, 'pmpro_baddress1', '1309 E. 67th St. N.') ; 
INSERT INTO `wp_usermeta` VALUES (21757, 2099, 'pmpro_bcity', 'Sioux Falls') ; 
INSERT INTO `wp_usermeta` VALUES (21758, 2099, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21759, 2099, 'pmpro_bzipcode', '57104') ; 
INSERT INTO `wp_usermeta` VALUES (21760, 2100, 'pmpro_bfirstname', 'Norah') ; 
INSERT INTO `wp_usermeta` VALUES (21761, 2100, 'pmpro_blastname', 'Farnham') ; 
INSERT INTO `wp_usermeta` VALUES (21762, 2100, 'first_name', 'Norah') ; 
INSERT INTO `wp_usermeta` VALUES (21763, 2100, 'last_name', 'Farnham') ; 
INSERT INTO `wp_usermeta` VALUES (21764, 2100, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21765, 2100, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (21766, 2100, 'pmpro_baddress1', '601 N. 59th St.') ; 
INSERT INTO `wp_usermeta` VALUES (21767, 2100, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (21768, 2100, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (21769, 2100, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21770, 2100, 'pmpro_bzipcode', '98103') ; 
INSERT INTO `wp_usermeta` VALUES (21771, 2101, 'pmpro_bfirstname', 'Norm ') ; 
INSERT INTO `wp_usermeta` VALUES (21772, 2101, 'pmpro_blastname', 'Gershenz') ; 
INSERT INTO `wp_usermeta` VALUES (21773, 2101, 'first_name', 'Norm') ; 
INSERT INTO `wp_usermeta` VALUES (21774, 2101, 'last_name', 'Gershenz') ; 
INSERT INTO `wp_usermeta` VALUES (21775, 2101, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21776, 2101, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (21777, 2101, 'pmpro_baddress1', '699 Mississippi St.  Ste 106') ; 
INSERT INTO `wp_usermeta` VALUES (21778, 2101, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (21779, 2101, 'pmpro_bcity', 'San Francisco') ; 
INSERT INTO `wp_usermeta` VALUES (21780, 2101, 'uxf_organization', 'SaveNature.Org') ; 
INSERT INTO `wp_usermeta` VALUES (21781, 2101, 'pmpro_bzipcode', '94107') ; 
INSERT INTO `wp_usermeta` VALUES (21782, 2102, 'pmpro_bfirstname', 'Norman') ; 
INSERT INTO `wp_usermeta` VALUES (21783, 2102, 'pmpro_blastname', 'Gershenz: Save Nature.org') ; 
INSERT INTO `wp_usermeta` VALUES (21784, 2102, 'first_name', 'Norman') ; 
INSERT INTO `wp_usermeta` VALUES (21785, 2102, 'last_name', 'Gershenz') ; 
INSERT INTO `wp_usermeta` VALUES (21786, 2102, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21787, 2102, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (21788, 2102, 'pmpro_baddress1', '699 Mississippi St.  Ste 106') ; 
INSERT INTO `wp_usermeta` VALUES (21789, 2102, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (21790, 2102, 'pmpro_bcity', 'San Francisco') ; 
INSERT INTO `wp_usermeta` VALUES (21791, 2102, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (21792, 2102, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21793, 2102, 'pmpro_bzipcode', '94107') ; 
INSERT INTO `wp_usermeta` VALUES (21794, 2103, 'pmpro_bfirstname', 'Oliver') ; 
INSERT INTO `wp_usermeta` VALUES (21795, 2103, 'pmpro_blastname', 'Claffey') ; 
INSERT INTO `wp_usermeta` VALUES (21796, 2103, 'first_name', 'Oliver') ; 
INSERT INTO `wp_usermeta` VALUES (21797, 2103, 'last_name', 'Claffey') ; 
INSERT INTO `wp_usermeta` VALUES (21798, 2103, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (21799, 2103, 'pmpro_bstate', 'Ont.') ; 
INSERT INTO `wp_usermeta` VALUES (21800, 2103, 'pmpro_baddress1', '85 Red River Crescent') ; 
INSERT INTO `wp_usermeta` VALUES (21801, 2103, 'pmpro_bcity', 'Newmarket') ; 
INSERT INTO `wp_usermeta` VALUES (21802, 2103, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (21803, 2103, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21804, 2103, 'pmpro_bzipcode', 'L3X 2R5') ; 
INSERT INTO `wp_usermeta` VALUES (21805, 2104, 'pmpro_bfirstname', 'Olivia') ; 
INSERT INTO `wp_usermeta` VALUES (21806, 2104, 'pmpro_blastname', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (21807, 2104, 'first_name', 'Olivia') ; 
INSERT INTO `wp_usermeta` VALUES (21808, 2104, 'last_name', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (21809, 2104, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21810, 2104, 'pmpro_bstate', 'IA') ; 
INSERT INTO `wp_usermeta` VALUES (21811, 2104, 'pmpro_baddress1', '3214 Merle Hay Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (21812, 2104, 'pmpro_bcity', 'Des Moines') ; 
INSERT INTO `wp_usermeta` VALUES (21813, 2104, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21814, 2104, 'pmpro_bzipcode', '50310') ; 
INSERT INTO `wp_usermeta` VALUES (21815, 2105, 'pmpro_bfirstname', 'Pablo') ; 
INSERT INTO `wp_usermeta` VALUES (21816, 2105, 'pmpro_blastname', 'Javier Llaver: Highlander I - S.R.L.') ; 
INSERT INTO `wp_usermeta` VALUES (21817, 2105, 'first_name', 'Pablo') ; 
INSERT INTO `wp_usermeta` VALUES (21818, 2105, 'last_name', 'Javier Llaver') ; 
INSERT INTO `wp_usermeta` VALUES (21819, 2105, 'pmpro_bcountry', 'ARGENTINA') ; 
INSERT INTO `wp_usermeta` VALUES (21820, 2105, 'pmpro_baddress1', 'Lavalle 357 - Piso 12 Dto. 124') ; 
INSERT INTO `wp_usermeta` VALUES (21821, 2105, 'pmpro_bcity', 'Buenos Aires') ; 
INSERT INTO `wp_usermeta` VALUES (21822, 2105, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21823, 2105, 'pmpro_bzipcode', 'C1047AAG') ; 
INSERT INTO `wp_usermeta` VALUES (21824, 2105, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (21825, 2105, 'uxf_akf', 'PRINT') ; 
INSERT INTO `wp_usermeta` VALUES (21826, 2106, 'pmpro_bfirstname', 'Paige') ; 
INSERT INTO `wp_usermeta` VALUES (21827, 2106, 'pmpro_blastname', 'Morabito') ; 
INSERT INTO `wp_usermeta` VALUES (21828, 2106, 'first_name', 'Paige') ; 
INSERT INTO `wp_usermeta` VALUES (21829, 2106, 'last_name', 'Morabito') ; 
INSERT INTO `wp_usermeta` VALUES (21830, 2106, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21831, 2106, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (21832, 2106, 'pmpro_baddress1', '1843 Creek View Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (21833, 2106, 'pmpro_bcity', 'New Cumberland') ; 
INSERT INTO `wp_usermeta` VALUES (21834, 2106, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21835, 2106, 'pmpro_bzipcode', '17070') ; 
INSERT INTO `wp_usermeta` VALUES (21836, 2107, 'pmpro_bfirstname', 'Paige') ; 
INSERT INTO `wp_usermeta` VALUES (21837, 2107, 'pmpro_blastname', 'Linkins') ; 
INSERT INTO `wp_usermeta` VALUES (21838, 2107, 'first_name', 'Paige') ; 
INSERT INTO `wp_usermeta` VALUES (21839, 2107, 'last_name', 'Linkins') ; 
INSERT INTO `wp_usermeta` VALUES (21840, 2107, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (21841, 2107, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (21842, 2107, 'pmpro_baddress1', '11673 N. Shore Dr. #12') ; 
INSERT INTO `wp_usermeta` VALUES (21843, 2107, 'pmpro_bcity', 'Reston') ; 
INSERT INTO `wp_usermeta` VALUES (21844, 2107, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21845, 2107, 'pmpro_bzipcode', '20190') ; 
INSERT INTO `wp_usermeta` VALUES (21846, 2108, 'pmpro_bfirstname', 'Paige') ; 
INSERT INTO `wp_usermeta` VALUES (21847, 2108, 'pmpro_blastname', 'Stuart') ; 
INSERT INTO `wp_usermeta` VALUES (21848, 2108, 'first_name', 'Paige') ; 
INSERT INTO `wp_usermeta` VALUES (21849, 2108, 'last_name', 'Stuart') ; 
INSERT INTO `wp_usermeta` VALUES (21850, 2108, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (21851, 2108, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (21852, 2108, 'pmpro_baddress1', '14511 Garfield Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (21853, 2108, 'pmpro_bcity', 'Lakewood') ; 
INSERT INTO `wp_usermeta` VALUES (21854, 2108, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21855, 2108, 'pmpro_bzipcode', '44107') ; 
INSERT INTO `wp_usermeta` VALUES (21856, 2109, 'pmpro_bfirstname', 'Paige') ; 
INSERT INTO `wp_usermeta` VALUES (21857, 2109, 'pmpro_blastname', 'Wiggins') ; 
INSERT INTO `wp_usermeta` VALUES (21858, 2109, 'first_name', 'Paige') ; 
INSERT INTO `wp_usermeta` VALUES (21859, 2109, 'last_name', 'Wiggins') ; 
INSERT INTO `wp_usermeta` VALUES (21860, 2109, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21861, 2109, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (21862, 2109, 'pmpro_baddress1', '16044 S. Harrells Ferry Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (21863, 2109, 'pmpro_bcity', 'Baton Rouge') ; 
INSERT INTO `wp_usermeta` VALUES (21864, 2109, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21865, 2109, 'pmpro_bzipcode', '70816') ; 
INSERT INTO `wp_usermeta` VALUES (21866, 2110, 'pmpro_bfirstname', 'Pamela') ; 
INSERT INTO `wp_usermeta` VALUES (21867, 2110, 'pmpro_blastname', 'Jones') ; 
INSERT INTO `wp_usermeta` VALUES (21868, 2110, 'first_name', 'Pamela') ; 
INSERT INTO `wp_usermeta` VALUES (21869, 2110, 'last_name', 'Jones') ; 
INSERT INTO `wp_usermeta` VALUES (21870, 2110, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (21871, 2110, 'pmpro_bstate', 'RI') ; 
INSERT INTO `wp_usermeta` VALUES (21872, 2110, 'pmpro_baddress1', '165 Ocean Ave  Apt 2') ; 
INSERT INTO `wp_usermeta` VALUES (21873, 2110, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (21874, 2110, 'pmpro_bcity', 'Providence') ; 
INSERT INTO `wp_usermeta` VALUES (21875, 2110, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21876, 2110, 'pmpro_bzipcode', '02905') ; 
INSERT INTO `wp_usermeta` VALUES (21877, 2111, 'pmpro_bfirstname', 'Pamela Y. ') ; 
INSERT INTO `wp_usermeta` VALUES (21878, 2111, 'pmpro_blastname', 'Trueblood') ; 
INSERT INTO `wp_usermeta` VALUES (21879, 2111, 'first_name', 'Pamela Y.') ; 
INSERT INTO `wp_usermeta` VALUES (21880, 2111, 'last_name', 'Trueblood') ; 
INSERT INTO `wp_usermeta` VALUES (21881, 2111, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21882, 2111, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (21883, 2111, 'pmpro_baddress1', '900 NE 88th St.') ; 
INSERT INTO `wp_usermeta` VALUES (21884, 2111, 'pmpro_bcity', 'Kansas City') ; 
INSERT INTO `wp_usermeta` VALUES (21885, 2111, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21886, 2111, 'pmpro_bzipcode', '64155-2619') ; 
INSERT INTO `wp_usermeta` VALUES (21887, 2112, 'pmpro_bfirstname', 'Pat') ; 
INSERT INTO `wp_usermeta` VALUES (21888, 2112, 'pmpro_blastname', 'Meekins') ; 
INSERT INTO `wp_usermeta` VALUES (21889, 2112, 'first_name', 'Pat') ; 
INSERT INTO `wp_usermeta` VALUES (21890, 2112, 'last_name', 'Meekins') ; 
INSERT INTO `wp_usermeta` VALUES (21891, 2112, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (21892, 2112, 'pmpro_bstate', 'UT') ; 
INSERT INTO `wp_usermeta` VALUES (21893, 2112, 'pmpro_baddress1', '485 E. 8800 S.') ; 
INSERT INTO `wp_usermeta` VALUES (21894, 2112, 'pmpro_bcity', 'Sandy') ; 
INSERT INTO `wp_usermeta` VALUES (21895, 2112, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21896, 2112, 'pmpro_bzipcode', '84070') ; 
INSERT INTO `wp_usermeta` VALUES (21897, 2113, 'pmpro_bfirstname', 'Pat') ; 
INSERT INTO `wp_usermeta` VALUES (21898, 2113, 'pmpro_blastname', 'Sass') ; 
INSERT INTO `wp_usermeta` VALUES (21899, 2113, 'first_name', 'Pat') ; 
INSERT INTO `wp_usermeta` VALUES (21900, 2113, 'last_name', 'Sass') ; 
INSERT INTO `wp_usermeta` VALUES (21901, 2113, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21902, 2113, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (21903, 2113, 'pmpro_baddress1', '10 Clay St.') ; 
INSERT INTO `wp_usermeta` VALUES (21904, 2113, 'pmpro_bcity', 'Neillsville') ; 
INSERT INTO `wp_usermeta` VALUES (21905, 2113, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21906, 2113, 'pmpro_bzipcode', '54456-2145') ; 
INSERT INTO `wp_usermeta` VALUES (21907, 2114, 'pmpro_bfirstname', 'Patricia') ; 
INSERT INTO `wp_usermeta` VALUES (21908, 2114, 'pmpro_blastname', 'Anderson') ; 
INSERT INTO `wp_usermeta` VALUES (21909, 2114, 'first_name', 'Patricia') ; 
INSERT INTO `wp_usermeta` VALUES (21910, 2114, 'last_name', 'Anderson') ; 
INSERT INTO `wp_usermeta` VALUES (21911, 2114, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21912, 2114, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (21913, 2114, 'pmpro_baddress1', '2020 Vinton St.') ; 
INSERT INTO `wp_usermeta` VALUES (21914, 2114, 'pmpro_bcity', 'Omaha') ; 
INSERT INTO `wp_usermeta` VALUES (21915, 2114, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21916, 2114, 'pmpro_bzipcode', '68108') ; 
INSERT INTO `wp_usermeta` VALUES (10827204, 1503, 'profile_update', '1403094424') ; 
INSERT INTO `wp_usermeta` VALUES (10827203, 1503, 'pmpro_views', 'a:4:{s:4:"last";s:12:"July 3, 2014";s:5:"month";i:4;s:7:"alltime";i:27;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (10827202, 1503, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"July 3, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (10827201, 1503, '_wpsc_visitor_id', '671793') ; 
INSERT INTO `wp_usermeta` VALUES (21929, 2116, 'pmpro_bfirstname', 'Pattie') ; 
INSERT INTO `wp_usermeta` VALUES (21930, 2116, 'pmpro_blastname', 'Beaven') ; 
INSERT INTO `wp_usermeta` VALUES (21931, 2116, 'first_name', 'Patricia') ; 
INSERT INTO `wp_usermeta` VALUES (21932, 2116, 'last_name', 'Beaven') ; 
INSERT INTO `wp_usermeta` VALUES (21933, 2116, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21934, 2116, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (21935, 2116, 'pmpro_baddress1', '19708 15th Ave. NE.   #14') ; 
INSERT INTO `wp_usermeta` VALUES (21936, 2116, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (21937, 2116, 'pmpro_bcity', 'Shoreline') ; 
INSERT INTO `wp_usermeta` VALUES (21938, 2116, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21939, 2116, 'pmpro_bzipcode', '98155') ; 
INSERT INTO `wp_usermeta` VALUES (21940, 2117, 'pmpro_bfirstname', 'Patricia') ; 
INSERT INTO `wp_usermeta` VALUES (21941, 2117, 'pmpro_blastname', 'Ohta') ; 
INSERT INTO `wp_usermeta` VALUES (21942, 2117, 'first_name', 'Patricia') ; 
INSERT INTO `wp_usermeta` VALUES (21943, 2117, 'last_name', 'Ohta') ; 
INSERT INTO `wp_usermeta` VALUES (21944, 2117, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (21945, 2117, 'pmpro_bstate', 'CT') ; 
INSERT INTO `wp_usermeta` VALUES (21946, 2117, 'pmpro_baddress1', 'P.O. Box 638') ; 
INSERT INTO `wp_usermeta` VALUES (21947, 2117, 'pmpro_bcity', 'Georgetown') ; 
INSERT INTO `wp_usermeta` VALUES (21948, 2117, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (21949, 2117, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21950, 2117, 'pmpro_bzipcode', '06829-0638') ; 
INSERT INTO `wp_usermeta` VALUES (21951, 2118, 'pmpro_bfirstname', 'Patricia') ; 
INSERT INTO `wp_usermeta` VALUES (21952, 2118, 'pmpro_blastname', 'Steel') ; 
INSERT INTO `wp_usermeta` VALUES (21953, 2118, 'first_name', 'Patricia') ; 
INSERT INTO `wp_usermeta` VALUES (21954, 2118, 'last_name', 'Steel') ; 
INSERT INTO `wp_usermeta` VALUES (21955, 2118, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21956, 2118, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (21957, 2118, 'pmpro_baddress1', '4214 Lenox Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (21958, 2118, 'pmpro_bcity', 'Lincoln') ; 
INSERT INTO `wp_usermeta` VALUES (21959, 2118, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21960, 2118, 'pmpro_bzipcode', '68510-1730') ; 
INSERT INTO `wp_usermeta` VALUES (21961, 2119, 'pmpro_bfirstname', 'Patricia C') ; 
INSERT INTO `wp_usermeta` VALUES (21962, 2119, 'pmpro_blastname', 'Pearthree') ; 
INSERT INTO `wp_usermeta` VALUES (21963, 2119, 'first_name', 'Patricia C') ; 
INSERT INTO `wp_usermeta` VALUES (21964, 2119, 'last_name', 'Pearthree') ; 
INSERT INTO `wp_usermeta` VALUES (21965, 2119, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21966, 2119, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (21967, 2119, 'pmpro_baddress1', '318 Montibello Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (21968, 2119, 'pmpro_bcity', 'Cary') ; 
INSERT INTO `wp_usermeta` VALUES (21969, 2119, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21970, 2119, 'pmpro_bzipcode', '27513-2479') ; 
INSERT INTO `wp_usermeta` VALUES (21971, 2120, 'pmpro_bfirstname', 'Patricia L.') ; 
INSERT INTO `wp_usermeta` VALUES (21972, 2120, 'pmpro_blastname', 'Young') ; 
INSERT INTO `wp_usermeta` VALUES (21973, 2120, 'first_name', 'Patricia L.') ; 
INSERT INTO `wp_usermeta` VALUES (21974, 2120, 'last_name', 'Young') ; 
INSERT INTO `wp_usermeta` VALUES (21975, 2120, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (21976, 2120, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (21977, 2120, 'pmpro_baddress1', '6329 Chesham Dr. NE') ; 
INSERT INTO `wp_usermeta` VALUES (21978, 2120, 'pmpro_bcity', 'N. Canton') ; 
INSERT INTO `wp_usermeta` VALUES (21979, 2120, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (21980, 2120, 'pmpro_bzipcode', '44721-3504') ; 
INSERT INTO `wp_usermeta` VALUES (21981, 2121, 'pmpro_bfirstname', 'Patrick') ; 
INSERT INTO `wp_usermeta` VALUES (21982, 2121, 'pmpro_blastname', 'Immens') ; 
INSERT INTO `wp_usermeta` VALUES (21983, 2121, 'first_name', 'Patrick') ; 
INSERT INTO `wp_usermeta` VALUES (21984, 2121, 'last_name', 'Immens') ; 
INSERT INTO `wp_usermeta` VALUES (21985, 2121, 'pmpro_bcountry', 'BE') ; 
INSERT INTO `wp_usermeta` VALUES (21986, 2121, 'pmpro_baddress1', 'Schanslaan 33') ; 
INSERT INTO `wp_usermeta` VALUES (21987, 2121, 'pmpro_bcity', 'Borsbeek') ; 
INSERT INTO `wp_usermeta` VALUES (21988, 2121, 'pmpro_bzipcode', '2150') ; 
INSERT INTO `wp_usermeta` VALUES (21989, 2121, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (21990, 2121, 'uxf_akf', 'ELECTRONIC') ; 
INSERT INTO `wp_usermeta` VALUES (21991, 2122, 'pmpro_bfirstname', 'Patrick') ; 
INSERT INTO `wp_usermeta` VALUES (21992, 2122, 'pmpro_blastname', 'Schlemmer') ; 
INSERT INTO `wp_usermeta` VALUES (21993, 2122, 'first_name', 'Patrick') ; 
INSERT INTO `wp_usermeta` VALUES (21994, 2122, 'last_name', 'Schlemmer') ; 
INSERT INTO `wp_usermeta` VALUES (21995, 2122, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (21996, 2122, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (21997, 2122, 'pmpro_baddress1', '2001 46th Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (21998, 2122, 'pmpro_bcity', 'San Francisco') ; 
INSERT INTO `wp_usermeta` VALUES (21999, 2122, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22000, 2122, 'pmpro_bzipcode', '94116') ; 
INSERT INTO `wp_usermeta` VALUES (22001, 2123, 'pmpro_bfirstname', 'Patti') ; 
INSERT INTO `wp_usermeta` VALUES (22002, 2123, 'pmpro_blastname', 'Frazier') ; 
INSERT INTO `wp_usermeta` VALUES (22003, 2123, 'first_name', 'Patti') ; 
INSERT INTO `wp_usermeta` VALUES (22004, 2123, 'last_name', 'Frazier') ; 
INSERT INTO `wp_usermeta` VALUES (22005, 2123, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22006, 2123, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (22007, 2123, 'pmpro_baddress1', '1404 Helmer Rd') ; 
INSERT INTO `wp_usermeta` VALUES (22008, 2123, 'pmpro_bcity', 'Fayetteville') ; 
INSERT INTO `wp_usermeta` VALUES (22009, 2123, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22010, 2123, 'pmpro_bzipcode', '30214-5306') ; 
INSERT INTO `wp_usermeta` VALUES (22011, 2124, 'pmpro_bfirstname', 'Patty') ; 
INSERT INTO `wp_usermeta` VALUES (22012, 2124, 'pmpro_blastname', 'Anderson') ; 
INSERT INTO `wp_usermeta` VALUES (22013, 2124, 'first_name', 'Patty') ; 
INSERT INTO `wp_usermeta` VALUES (22014, 2124, 'last_name', 'Anderson') ; 
INSERT INTO `wp_usermeta` VALUES (22015, 2124, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22016, 2124, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (22017, 2124, 'pmpro_baddress1', '6528 Eaton St.') ; 
INSERT INTO `wp_usermeta` VALUES (22018, 2124, 'pmpro_bcity', 'Arvada') ; 
INSERT INTO `wp_usermeta` VALUES (22019, 2124, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22020, 2124, 'pmpro_bzipcode', '80003') ; 
INSERT INTO `wp_usermeta` VALUES (22021, 2125, 'pmpro_bfirstname', 'Patty') ; 
INSERT INTO `wp_usermeta` VALUES (22022, 2125, 'pmpro_blastname', 'Dyar') ; 
INSERT INTO `wp_usermeta` VALUES (22023, 2125, 'first_name', 'Patty') ; 
INSERT INTO `wp_usermeta` VALUES (22024, 2125, 'last_name', 'Dyar') ; 
INSERT INTO `wp_usermeta` VALUES (22025, 2125, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22026, 2125, 'pmpro_bstate', 'IA') ; 
INSERT INTO `wp_usermeta` VALUES (22027, 2125, 'pmpro_baddress1', '2714 NW 5th St.') ; 
INSERT INTO `wp_usermeta` VALUES (22028, 2125, 'pmpro_bcity', 'Ankeny') ; 
INSERT INTO `wp_usermeta` VALUES (22029, 2125, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22030, 2125, 'pmpro_bzipcode', '50023') ; 
INSERT INTO `wp_usermeta` VALUES (22031, 2126, 'pmpro_bfirstname', 'Paul') ; 
INSERT INTO `wp_usermeta` VALUES (22032, 2126, 'pmpro_blastname', 'Ng:  Enrichment Manager - Ocean Park Corp.') ; 
INSERT INTO `wp_usermeta` VALUES (22033, 2126, 'first_name', 'Paul') ; 
INSERT INTO `wp_usermeta` VALUES (22034, 2126, 'last_name', 'Ng: Enrichment Manager') ; 
INSERT INTO `wp_usermeta` VALUES (22035, 2126, 'pmpro_bcountry', 'HONG KONG') ; 
INSERT INTO `wp_usermeta` VALUES (22036, 2126, 'pmpro_baddress1', 'Wong Chuk Hang') ; 
INSERT INTO `wp_usermeta` VALUES (22037, 2126, 'pmpro_bcity', 'Aberdeen') ; 
INSERT INTO `wp_usermeta` VALUES (22038, 2126, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (22039, 2126, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (22040, 2126, 'uxf_akf', 'ELECTRONIC') ; 
INSERT INTO `wp_usermeta` VALUES (22041, 2127, 'pmpro_bfirstname', 'Paul') ; 
INSERT INTO `wp_usermeta` VALUES (22042, 2127, 'pmpro_blastname', 'Povey') ; 
INSERT INTO `wp_usermeta` VALUES (22043, 2127, 'first_name', 'Paul') ; 
INSERT INTO `wp_usermeta` VALUES (22044, 2127, 'last_name', 'Povey') ; 
INSERT INTO `wp_usermeta` VALUES (22045, 2127, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22046, 2127, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (22047, 2127, 'pmpro_baddress1', '622 34th Ave. NW') ; 
INSERT INTO `wp_usermeta` VALUES (22048, 2127, 'pmpro_bcity', 'Gig Harbor') ; 
INSERT INTO `wp_usermeta` VALUES (22049, 2127, 'pmpro_bzipcode', '98335-7888') ; 
INSERT INTO `wp_usermeta` VALUES (22050, 2128, 'pmpro_bfirstname', 'Paul') ; 
INSERT INTO `wp_usermeta` VALUES (22051, 2128, 'pmpro_blastname', 'Anderson') ; 
INSERT INTO `wp_usermeta` VALUES (22052, 2128, 'first_name', 'Paul') ; 
INSERT INTO `wp_usermeta` VALUES (22053, 2128, 'last_name', 'Anderson') ; 
INSERT INTO `wp_usermeta` VALUES (22054, 2128, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22055, 2128, 'pmpro_bstate', 'SC') ; 
INSERT INTO `wp_usermeta` VALUES (22056, 2128, 'pmpro_baddress1', '39 Russellwood Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (22057, 2128, 'pmpro_bcity', 'Aiken') ; 
INSERT INTO `wp_usermeta` VALUES (22058, 2128, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22059, 2128, 'pmpro_bzipcode', '29803') ; 
INSERT INTO `wp_usermeta` VALUES (22060, 2129, 'pmpro_bfirstname', 'Paul') ; 
INSERT INTO `wp_usermeta` VALUES (22061, 2129, 'pmpro_blastname', 'Trujillo') ; 
INSERT INTO `wp_usermeta` VALUES (22062, 2129, 'first_name', 'Paul') ; 
INSERT INTO `wp_usermeta` VALUES (22063, 2129, 'last_name', 'Trujillo') ; 
INSERT INTO `wp_usermeta` VALUES (22064, 2129, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22065, 2129, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (22066, 2129, 'pmpro_baddress1', '3211 Christian cunnigham') ; 
INSERT INTO `wp_usermeta` VALUES (22067, 2129, 'pmpro_bcity', 'El Paso') ; 
INSERT INTO `wp_usermeta` VALUES (22068, 2129, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22069, 2129, 'pmpro_bzipcode', '79938') ; 
INSERT INTO `wp_usermeta` VALUES (22070, 2130, 'pmpro_bfirstname', 'Paul') ; 
INSERT INTO `wp_usermeta` VALUES (22071, 2130, 'pmpro_blastname', 'Caster') ; 
INSERT INTO `wp_usermeta` VALUES (22072, 2130, 'first_name', 'Paul') ; 
INSERT INTO `wp_usermeta` VALUES (22073, 2130, 'last_name', 'Caster') ; 
INSERT INTO `wp_usermeta` VALUES (22074, 2130, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22075, 2130, 'pmpro_bstate', 'AR') ; 
INSERT INTO `wp_usermeta` VALUES (22076, 2130, 'pmpro_baddress1', '16 Grant Oaks Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (22077, 2130, 'pmpro_bcity', 'N. Little Rock') ; 
INSERT INTO `wp_usermeta` VALUES (22078, 2130, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22079, 2130, 'pmpro_bzipcode', '72120') ; 
INSERT INTO `wp_usermeta` VALUES (10827068, 220, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (10827067, 220, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (10827066, 220, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (10827065, 220, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (10827064, 220, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (10827063, 220, 'nickname', 'aazkuser956') ; 
INSERT INTO `wp_usermeta` VALUES (10827062, 220, '_yoast_wpseo_profile_updated', '1403021853') ; 
INSERT INTO `wp_usermeta` VALUES (10827061, 220, 'wpseo_metakey', '') ; 
INSERT INTO `wp_usermeta` VALUES (22091, 2132, 'pmpro_bfirstname', 'Paul') ; 
INSERT INTO `wp_usermeta` VALUES (22092, 2132, 'pmpro_blastname', 'Brandenburger') ; 
INSERT INTO `wp_usermeta` VALUES (22093, 2132, 'first_name', 'Paul') ; 
INSERT INTO `wp_usermeta` VALUES (22094, 2132, 'last_name', 'Brandenburger') ; 
INSERT INTO `wp_usermeta` VALUES (22095, 2132, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (22096, 2132, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (22097, 2132, 'pmpro_baddress1', '116 N. Symington Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (22098, 2132, 'pmpro_bcity', 'Catonsville') ; 
INSERT INTO `wp_usermeta` VALUES (22099, 2132, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22100, 2132, 'pmpro_bzipcode', '21228') ; 
INSERT INTO `wp_usermeta` VALUES (22101, 2133, 'pmpro_bfirstname', 'Paul') ; 
INSERT INTO `wp_usermeta` VALUES (22102, 2133, 'pmpro_blastname', 'Breese') ; 
INSERT INTO `wp_usermeta` VALUES (22103, 2133, 'first_name', 'Paul') ; 
INSERT INTO `wp_usermeta` VALUES (22104, 2133, 'last_name', 'Breese') ; 
INSERT INTO `wp_usermeta` VALUES (22105, 2133, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22106, 2133, 'pmpro_bstate', 'HI') ; 
INSERT INTO `wp_usermeta` VALUES (22107, 2133, 'pmpro_baddress1', 'P.O. Box 1049') ; 
INSERT INTO `wp_usermeta` VALUES (22108, 2133, 'pmpro_bcity', 'Kapaau ') ; 
INSERT INTO `wp_usermeta` VALUES (22109, 2133, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22110, 2133, 'pmpro_bzipcode', '96755') ; 
INSERT INTO `wp_usermeta` VALUES (22111, 2134, 'pmpro_bfirstname', 'Paul') ; 
INSERT INTO `wp_usermeta` VALUES (22112, 2134, 'pmpro_blastname', 'Kalka') ; 
INSERT INTO `wp_usermeta` VALUES (22113, 2134, 'first_name', 'Paul') ; 
INSERT INTO `wp_usermeta` VALUES (22114, 2134, 'last_name', 'Kalka') ; 
INSERT INTO `wp_usermeta` VALUES (22115, 2134, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (22116, 2134, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (22117, 2134, 'pmpro_baddress1', '357 W. Elm St. Fl. 1') ; 
INSERT INTO `wp_usermeta` VALUES (22118, 2134, 'pmpro_bcity', 'Conshohocken') ; 
INSERT INTO `wp_usermeta` VALUES (22119, 2134, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22120, 2134, 'pmpro_bzipcode', '19428') ; 
INSERT INTO `wp_usermeta` VALUES (22121, 2135, 'pmpro_bfirstname', 'Paul') ; 
INSERT INTO `wp_usermeta` VALUES (22122, 2135, 'pmpro_blastname', 'Gibbons') ; 
INSERT INTO `wp_usermeta` VALUES (22123, 2135, 'first_name', 'Paul') ; 
INSERT INTO `wp_usermeta` VALUES (22124, 2135, 'last_name', 'Gibbons') ; 
INSERT INTO `wp_usermeta` VALUES (22125, 2135, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (22126, 2135, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (22127, 2135, 'pmpro_baddress1', '1696 McNell Rd') ; 
INSERT INTO `wp_usermeta` VALUES (22128, 2135, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (22129, 2135, 'pmpro_bcity', 'Ojai') ; 
INSERT INTO `wp_usermeta` VALUES (22130, 2135, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (22131, 2135, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22132, 2135, 'pmpro_bzipcode', '93023') ; 
INSERT INTO `wp_usermeta` VALUES (22133, 2136, 'pmpro_bfirstname', 'Paul') ; 
INSERT INTO `wp_usermeta` VALUES (22134, 2136, 'pmpro_blastname', 'Vidal') ; 
INSERT INTO `wp_usermeta` VALUES (22135, 2136, 'first_name', 'Paul') ; 
INSERT INTO `wp_usermeta` VALUES (22136, 2136, 'last_name', 'Vidal') ; 
INSERT INTO `wp_usermeta` VALUES (22137, 2136, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (22138, 2136, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (22139, 2136, 'pmpro_baddress1', '1254 Canyon View Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (22140, 2136, 'pmpro_bcity', 'Sagamore Hills') ; 
INSERT INTO `wp_usermeta` VALUES (22141, 2136, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22142, 2136, 'pmpro_bzipcode', '44067') ; 
INSERT INTO `wp_usermeta` VALUES (22143, 2137, 'pmpro_bfirstname', 'Paul ') ; 
INSERT INTO `wp_usermeta` VALUES (22144, 2137, 'pmpro_blastname', 'Chambers') ; 
INSERT INTO `wp_usermeta` VALUES (22145, 2137, 'first_name', 'Paul') ; 
INSERT INTO `wp_usermeta` VALUES (22146, 2137, 'last_name', 'Chambers') ; 
INSERT INTO `wp_usermeta` VALUES (22147, 2137, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22148, 2137, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (22149, 2137, 'pmpro_baddress1', 'PO Box 799') ; 
INSERT INTO `wp_usermeta` VALUES (22150, 2137, 'pmpro_bcity', 'Tonopah') ; 
INSERT INTO `wp_usermeta` VALUES (22151, 2137, 'uxf_organization', 'Australian Outback Tours') ; 
INSERT INTO `wp_usermeta` VALUES (22152, 2137, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22153, 2137, 'pmpro_bzipcode', '85354') ; 
INSERT INTO `wp_usermeta` VALUES (22154, 2137, 'uxf_specialtags', 'CM') ; 
INSERT INTO `wp_usermeta` VALUES (22155, 2138, 'pmpro_bfirstname', 'Paul E. ') ; 
INSERT INTO `wp_usermeta` VALUES (22156, 2138, 'pmpro_blastname', 'Spencer') ; 
INSERT INTO `wp_usermeta` VALUES (22157, 2138, 'first_name', 'Paul E. ') ; 
INSERT INTO `wp_usermeta` VALUES (22158, 2138, 'last_name', 'Spencer') ; 
INSERT INTO `wp_usermeta` VALUES (22159, 2138, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22160, 2138, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (22161, 2138, 'pmpro_baddress1', '18108 Harland Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (22162, 2138, 'pmpro_bcity', 'Cleveland') ; 
INSERT INTO `wp_usermeta` VALUES (22163, 2138, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22164, 2138, 'pmpro_bzipcode', '44119-2036') ; 
INSERT INTO `wp_usermeta` VALUES (22165, 2139, 'pmpro_bfirstname', 'Paul W. ') ; 
INSERT INTO `wp_usermeta` VALUES (22166, 2139, 'pmpro_blastname', 'Cypher') ; 
INSERT INTO `wp_usermeta` VALUES (22167, 2139, 'first_name', 'Paul W. ') ; 
INSERT INTO `wp_usermeta` VALUES (22168, 2139, 'last_name', 'Cypher') ; 
INSERT INTO `wp_usermeta` VALUES (22169, 2139, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22170, 2139, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (22171, 2139, 'pmpro_baddress1', '23 Devonwood Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (22172, 2139, 'pmpro_bcity', 'Pittsford') ; 
INSERT INTO `wp_usermeta` VALUES (22173, 2139, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22174, 2139, 'pmpro_bzipcode', '14534') ; 
INSERT INTO `wp_usermeta` VALUES (22175, 2140, 'pmpro_bfirstname', 'Paula') ; 
INSERT INTO `wp_usermeta` VALUES (22176, 2140, 'pmpro_blastname', 'Kerr') ; 
INSERT INTO `wp_usermeta` VALUES (22177, 2140, 'first_name', 'Paula') ; 
INSERT INTO `wp_usermeta` VALUES (22178, 2140, 'last_name', 'Kerr') ; 
INSERT INTO `wp_usermeta` VALUES (22179, 2140, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (22180, 2140, 'pmpro_bstate', 'AB') ; 
INSERT INTO `wp_usermeta` VALUES (22181, 2140, 'pmpro_baddress1', '478 Rocky Ridge Cove NW') ; 
INSERT INTO `wp_usermeta` VALUES (22182, 2140, 'pmpro_bcity', 'Calgary') ; 
INSERT INTO `wp_usermeta` VALUES (22183, 2140, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22184, 2140, 'pmpro_bzipcode', 'T3G 4J6') ; 
INSERT INTO `wp_usermeta` VALUES (22185, 2141, 'pmpro_bfirstname', 'Paula') ; 
INSERT INTO `wp_usermeta` VALUES (22186, 2141, 'pmpro_blastname', 'Blair') ; 
INSERT INTO `wp_usermeta` VALUES (22187, 2141, 'first_name', 'Paula') ; 
INSERT INTO `wp_usermeta` VALUES (22188, 2141, 'last_name', 'Blair') ; 
INSERT INTO `wp_usermeta` VALUES (22189, 2141, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (22190, 2141, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (22191, 2141, 'pmpro_baddress1', '1223 Leeds Terrace') ; 
INSERT INTO `wp_usermeta` VALUES (22192, 2141, 'pmpro_bcity', 'Halethorpe') ; 
INSERT INTO `wp_usermeta` VALUES (22193, 2141, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22194, 2141, 'pmpro_bzipcode', '21227') ; 
INSERT INTO `wp_usermeta` VALUES (22195, 2142, 'pmpro_bfirstname', 'Paula') ; 
INSERT INTO `wp_usermeta` VALUES (22196, 2142, 'pmpro_blastname', 'Longshore') ; 
INSERT INTO `wp_usermeta` VALUES (22197, 2142, 'first_name', 'Paula') ; 
INSERT INTO `wp_usermeta` VALUES (22198, 2142, 'last_name', 'Longshore') ; 
INSERT INTO `wp_usermeta` VALUES (22199, 2142, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (22200, 2142, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (22201, 2142, 'pmpro_baddress1', '1834 Esther Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (22202, 2142, 'pmpro_bcity', 'Akron') ; 
INSERT INTO `wp_usermeta` VALUES (22203, 2142, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22204, 2142, 'pmpro_bzipcode', '44312') ; 
INSERT INTO `wp_usermeta` VALUES (22205, 2143, 'pmpro_bfirstname', 'Paula') ; 
INSERT INTO `wp_usermeta` VALUES (22206, 2143, 'pmpro_blastname', 'Kolvig') ; 
INSERT INTO `wp_usermeta` VALUES (22207, 2143, 'first_name', 'Paula') ; 
INSERT INTO `wp_usermeta` VALUES (22208, 2143, 'last_name', 'Kolvig') ; 
INSERT INTO `wp_usermeta` VALUES (22209, 2143, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22210, 2143, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (22211, 2143, 'pmpro_baddress1', '19 N. Skimmer St.') ; 
INSERT INTO `wp_usermeta` VALUES (22212, 2143, 'pmpro_bcity', 'La Marque') ; 
INSERT INTO `wp_usermeta` VALUES (22213, 2143, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22214, 2143, 'pmpro_bzipcode', '77568-6541') ; 
INSERT INTO `wp_usermeta` VALUES (22215, 2144, 'pmpro_bfirstname', 'Peggy') ; 
INSERT INTO `wp_usermeta` VALUES (22216, 2144, 'pmpro_blastname', 'Farr') ; 
INSERT INTO `wp_usermeta` VALUES (22217, 2144, 'first_name', 'Peggy') ; 
INSERT INTO `wp_usermeta` VALUES (22218, 2144, 'last_name', 'Farr') ; 
INSERT INTO `wp_usermeta` VALUES (22219, 2144, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22220, 2144, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (22221, 2144, 'pmpro_baddress1', '609B N. 50th St.') ; 
INSERT INTO `wp_usermeta` VALUES (22222, 2144, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (22223, 2144, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22224, 2144, 'pmpro_bzipcode', '98103') ; 
INSERT INTO `wp_usermeta` VALUES (22225, 2145, 'pmpro_bfirstname', 'Peggy') ; 
INSERT INTO `wp_usermeta` VALUES (22226, 2145, 'pmpro_blastname', 'Hoppe') ; 
INSERT INTO `wp_usermeta` VALUES (22227, 2145, 'first_name', 'Peggy') ; 
INSERT INTO `wp_usermeta` VALUES (22228, 2145, 'last_name', 'Hoppe') ; 
INSERT INTO `wp_usermeta` VALUES (22229, 2145, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (22230, 2145, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (22231, 2145, 'pmpro_baddress1', '3812 Berview Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (22232, 2145, 'pmpro_bcity', 'St. Louis') ; 
INSERT INTO `wp_usermeta` VALUES (22233, 2145, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22234, 2145, 'pmpro_bzipcode', '63125') ; 
INSERT INTO `wp_usermeta` VALUES (22235, 2146, 'pmpro_bfirstname', 'Penelope') ; 
INSERT INTO `wp_usermeta` VALUES (22236, 2146, 'pmpro_blastname', 'Wilson') ; 
INSERT INTO `wp_usermeta` VALUES (22237, 2146, 'first_name', 'Penelope') ; 
INSERT INTO `wp_usermeta` VALUES (22238, 2146, 'last_name', 'Wilson') ; 
INSERT INTO `wp_usermeta` VALUES (22239, 2146, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22240, 2146, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (22241, 2146, 'pmpro_baddress1', '227 Trinity Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (22242, 2146, 'pmpro_bcity', 'Kensington') ; 
INSERT INTO `wp_usermeta` VALUES (22243, 2146, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22244, 2146, 'pmpro_bzipcode', '94708-1138') ; 
INSERT INTO `wp_usermeta` VALUES (22245, 2147, 'pmpro_bfirstname', 'Penny L.') ; 
INSERT INTO `wp_usermeta` VALUES (22246, 2147, 'pmpro_blastname', 'Jolly') ; 
INSERT INTO `wp_usermeta` VALUES (22247, 2147, 'first_name', 'Penny L.') ; 
INSERT INTO `wp_usermeta` VALUES (22248, 2147, 'last_name', 'Jolly') ; 
INSERT INTO `wp_usermeta` VALUES (22249, 2147, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (22250, 2147, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (22251, 2147, 'pmpro_baddress1', '11754 Sir Winston Way') ; 
INSERT INTO `wp_usermeta` VALUES (22252, 2147, 'pmpro_bcity', 'Orlando') ; 
INSERT INTO `wp_usermeta` VALUES (22253, 2147, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22254, 2147, 'pmpro_bzipcode', '32824') ; 
INSERT INTO `wp_usermeta` VALUES (22255, 2148, 'pmpro_bfirstname', 'Peter') ; 
INSERT INTO `wp_usermeta` VALUES (22256, 2148, 'pmpro_blastname', 'Dickinson') ; 
INSERT INTO `wp_usermeta` VALUES (22257, 2148, 'first_name', 'Peter') ; 
INSERT INTO `wp_usermeta` VALUES (22258, 2148, 'last_name', 'Dickinson') ; 
INSERT INTO `wp_usermeta` VALUES (22259, 2148, 'pmpro_bcountry', 'UK') ; 
INSERT INTO `wp_usermeta` VALUES (22260, 2148, 'pmpro_baddress1', '78 Northgate St. Ste 201') ; 
INSERT INTO `wp_usermeta` VALUES (22261, 2148, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (22262, 2148, 'pmpro_bcity', 'Chester') ; 
INSERT INTO `wp_usermeta` VALUES (22263, 2148, 'uxf_organization', 'Gateway House') ; 
INSERT INTO `wp_usermeta` VALUES (22264, 2148, 'pmpro_bzipcode', 'CH1 2HR') ; 
INSERT INTO `wp_usermeta` VALUES (22265, 2148, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (22266, 2148, 'uxf_akf', 'ELECTRONIC') ; 
INSERT INTO `wp_usermeta` VALUES (22267, 2149, 'pmpro_bfirstname', 'Peter') ; 
INSERT INTO `wp_usermeta` VALUES (22268, 2149, 'pmpro_blastname', 'Cyr') ; 
INSERT INTO `wp_usermeta` VALUES (22269, 2149, 'first_name', 'Peter') ; 
INSERT INTO `wp_usermeta` VALUES (22270, 2149, 'last_name', 'Cyr') ; 
INSERT INTO `wp_usermeta` VALUES (22271, 2149, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22272, 2149, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (22273, 2149, 'pmpro_baddress1', '108 N. 8th Avenue') ; 
INSERT INTO `wp_usermeta` VALUES (22274, 2149, 'pmpro_bcity', 'Rio Grande') ; 
INSERT INTO `wp_usermeta` VALUES (22275, 2149, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22276, 2149, 'pmpro_bzipcode', '8242') ; 
INSERT INTO `wp_usermeta` VALUES (22277, 2150, 'pmpro_bfirstname', 'Peter') ; 
INSERT INTO `wp_usermeta` VALUES (22278, 2150, 'pmpro_blastname', 'Laline: General Curator') ; 
INSERT INTO `wp_usermeta` VALUES (22279, 2150, 'first_name', 'Staten Island Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (22280, 2150, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (22281, 2150, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22282, 2150, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (22283, 2150, 'pmpro_baddress1', '614 Broadway') ; 
INSERT INTO `wp_usermeta` VALUES (22284, 2150, 'pmpro_bcity', 'Staten Island') ; 
INSERT INTO `wp_usermeta` VALUES (22285, 2150, 'uxf_organization', 'Staten Island Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (22286, 2150, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22287, 2150, 'pmpro_bzipcode', '10310') ; 
INSERT INTO `wp_usermeta` VALUES (22288, 2150, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (22289, 2151, 'pmpro_bfirstname', 'Peter') ; 
INSERT INTO `wp_usermeta` VALUES (22290, 2151, 'pmpro_blastname', 'McLane') ; 
INSERT INTO `wp_usermeta` VALUES (22291, 2151, 'first_name', 'Peter') ; 
INSERT INTO `wp_usermeta` VALUES (22292, 2151, 'last_name', 'McLane') ; 
INSERT INTO `wp_usermeta` VALUES (22293, 2151, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22294, 2151, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (22295, 2151, 'pmpro_baddress1', '18213 NE 159th St.') ; 
INSERT INTO `wp_usermeta` VALUES (22296, 2151, 'pmpro_bcity', 'Woodinville') ; 
INSERT INTO `wp_usermeta` VALUES (22297, 2151, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22298, 2151, 'pmpro_bzipcode', '98072') ; 
INSERT INTO `wp_usermeta` VALUES (22299, 2152, 'pmpro_bfirstname', 'Peter') ; 
INSERT INTO `wp_usermeta` VALUES (22300, 2152, 'pmpro_blastname', 'Clay') ; 
INSERT INTO `wp_usermeta` VALUES (22301, 2152, 'first_name', 'Peter') ; 
INSERT INTO `wp_usermeta` VALUES (22302, 2152, 'last_name', 'Clay') ; 
INSERT INTO `wp_usermeta` VALUES (22303, 2152, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22304, 2152, 'pmpro_bstate', 'IA') ; 
INSERT INTO `wp_usermeta` VALUES (22305, 2152, 'pmpro_baddress1', '3205 E. Pine Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (22306, 2152, 'pmpro_bcity', 'Des Moines') ; 
INSERT INTO `wp_usermeta` VALUES (22307, 2152, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22308, 2152, 'pmpro_bzipcode', '50320') ; 
INSERT INTO `wp_usermeta` VALUES (22309, 2153, 'pmpro_bfirstname', 'Peter') ; 
INSERT INTO `wp_usermeta` VALUES (22310, 2153, 'pmpro_blastname', 'Brusky') ; 
INSERT INTO `wp_usermeta` VALUES (22311, 2153, 'first_name', 'Peter') ; 
INSERT INTO `wp_usermeta` VALUES (22312, 2153, 'last_name', 'Brusky') ; 
INSERT INTO `wp_usermeta` VALUES (22313, 2153, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22314, 2153, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (22315, 2153, 'pmpro_baddress1', '129 E. Kinzie St.') ; 
INSERT INTO `wp_usermeta` VALUES (22316, 2153, 'pmpro_bcity', 'Riverton') ; 
INSERT INTO `wp_usermeta` VALUES (22317, 2153, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22318, 2153, 'pmpro_bzipcode', '62561') ; 
INSERT INTO `wp_usermeta` VALUES (22319, 2154, 'pmpro_bfirstname', 'Peter A.') ; 
INSERT INTO `wp_usermeta` VALUES (22320, 2154, 'pmpro_blastname', 'Schmelzer') ; 
INSERT INTO `wp_usermeta` VALUES (22321, 2154, 'first_name', 'Peter A.') ; 
INSERT INTO `wp_usermeta` VALUES (22322, 2154, 'last_name', 'Schmelzer') ; 
INSERT INTO `wp_usermeta` VALUES (22323, 2154, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22324, 2154, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (22325, 2154, 'pmpro_baddress1', '41 Roth Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (22326, 2154, 'pmpro_bcity', 'Mertztown') ; 
INSERT INTO `wp_usermeta` VALUES (22327, 2154, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22328, 2154, 'pmpro_bzipcode', '19539-8844') ; 
INSERT INTO `wp_usermeta` VALUES (22329, 2155, 'pmpro_bfirstname', 'Peter A. ') ; 
INSERT INTO `wp_usermeta` VALUES (22330, 2155, 'pmpro_blastname', 'Rittler') ; 
INSERT INTO `wp_usermeta` VALUES (22331, 2155, 'first_name', 'Peter A. ') ; 
INSERT INTO `wp_usermeta` VALUES (22332, 2155, 'last_name', 'Rittler') ; 
INSERT INTO `wp_usermeta` VALUES (22333, 2155, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22334, 2155, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (22335, 2155, 'pmpro_baddress1', '5454 194th Ave. SE') ; 
INSERT INTO `wp_usermeta` VALUES (22336, 2155, 'pmpro_bcity', 'Issaquah') ; 
INSERT INTO `wp_usermeta` VALUES (22337, 2155, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22338, 2155, 'pmpro_bzipcode', '98027') ; 
INSERT INTO `wp_usermeta` VALUES (22339, 2156, 'pmpro_bfirstname', 'Peter W. ') ; 
INSERT INTO `wp_usermeta` VALUES (22340, 2156, 'pmpro_blastname', 'Kriz') ; 
INSERT INTO `wp_usermeta` VALUES (22341, 2156, 'first_name', 'Peter W. ') ; 
INSERT INTO `wp_usermeta` VALUES (22342, 2156, 'last_name', 'Kriz') ; 
INSERT INTO `wp_usermeta` VALUES (22343, 2156, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22344, 2156, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (22345, 2156, 'pmpro_baddress1', '2527 Doris Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (22346, 2156, 'pmpro_bcity', 'Union') ; 
INSERT INTO `wp_usermeta` VALUES (22347, 2156, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22348, 2156, 'pmpro_bzipcode', '07083-3917') ; 
INSERT INTO `wp_usermeta` VALUES (22349, 2157, 'pmpro_bfirstname', 'Phil') ; 
INSERT INTO `wp_usermeta` VALUES (22350, 2157, 'pmpro_blastname', 'Frost: Director') ; 
INSERT INTO `wp_usermeta` VALUES (22351, 2157, 'first_name', 'Phil') ; 
INSERT INTO `wp_usermeta` VALUES (22352, 2157, 'last_name', 'Frost') ; 
INSERT INTO `wp_usermeta` VALUES (22353, 2157, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22354, 2157, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (22355, 2157, 'pmpro_baddress1', 'P.O. Box 60') ; 
INSERT INTO `wp_usermeta` VALUES (22356, 2157, 'pmpro_bcity', 'Baker') ; 
INSERT INTO `wp_usermeta` VALUES (22357, 2157, 'uxf_organization', 'BREC\'s Baton Rouge Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (22358, 2157, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22359, 2157, 'pmpro_bzipcode', '70704') ; 
INSERT INTO `wp_usermeta` VALUES (22360, 2157, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (22361, 2158, 'pmpro_bfirstname', 'Philip') ; 
INSERT INTO `wp_usermeta` VALUES (22362, 2158, 'pmpro_blastname', 'Fensterer') ; 
INSERT INTO `wp_usermeta` VALUES (22363, 2158, 'first_name', 'Philip') ; 
INSERT INTO `wp_usermeta` VALUES (22364, 2158, 'last_name', 'Fensterer') ; 
INSERT INTO `wp_usermeta` VALUES (22365, 2158, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (22366, 2158, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (22367, 2158, 'pmpro_baddress1', '8347 N. Hendricks St.') ; 
INSERT INTO `wp_usermeta` VALUES (22368, 2158, 'pmpro_bcity', 'Portland') ; 
INSERT INTO `wp_usermeta` VALUES (22369, 2158, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22370, 2158, 'pmpro_bzipcode', '97203') ; 
INSERT INTO `wp_usermeta` VALUES (22371, 2159, 'pmpro_bfirstname', 'Phillip M. ') ; 
INSERT INTO `wp_usermeta` VALUES (22372, 2159, 'pmpro_blastname', 'Sigler') ; 
INSERT INTO `wp_usermeta` VALUES (22373, 2159, 'first_name', 'Phillip M.') ; 
INSERT INTO `wp_usermeta` VALUES (22374, 2159, 'last_name', 'Sigler') ; 
INSERT INTO `wp_usermeta` VALUES (22375, 2159, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22376, 2159, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (22377, 2159, 'pmpro_baddress1', '318 Trade Wind Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (22378, 2159, 'pmpro_bcity', 'Minneola') ; 
INSERT INTO `wp_usermeta` VALUES (22379, 2159, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22380, 2159, 'pmpro_bzipcode', '34715') ; 
INSERT INTO `wp_usermeta` VALUES (22381, 2160, 'pmpro_bfirstname', 'Pilar') ; 
INSERT INTO `wp_usermeta` VALUES (22382, 2160, 'pmpro_blastname', 'Hicks') ; 
INSERT INTO `wp_usermeta` VALUES (22383, 2160, 'first_name', 'Pilar') ; 
INSERT INTO `wp_usermeta` VALUES (22384, 2160, 'last_name', 'Hicks') ; 
INSERT INTO `wp_usermeta` VALUES (22385, 2160, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22386, 2160, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (22387, 2160, 'pmpro_baddress1', '125 Foggy Creek Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (22388, 2160, 'pmpro_bcity', 'Davenport') ; 
INSERT INTO `wp_usermeta` VALUES (22389, 2160, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22390, 2160, 'pmpro_bzipcode', '33837-4704') ; 
INSERT INTO `wp_usermeta` VALUES (22391, 2161, 'pmpro_bfirstname', 'Quincy') ; 
INSERT INTO `wp_usermeta` VALUES (22392, 2161, 'pmpro_blastname', 'Sweeney') ; 
INSERT INTO `wp_usermeta` VALUES (22393, 2161, 'first_name', 'Quincy') ; 
INSERT INTO `wp_usermeta` VALUES (22394, 2161, 'last_name', 'Sweeney') ; 
INSERT INTO `wp_usermeta` VALUES (22395, 2161, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22396, 2161, 'pmpro_bstate', 'NM') ; 
INSERT INTO `wp_usermeta` VALUES (22397, 2161, 'pmpro_baddress1', '22 Piute Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (22398, 2161, 'pmpro_bcity', 'Santa Fe') ; 
INSERT INTO `wp_usermeta` VALUES (22399, 2161, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22400, 2161, 'pmpro_bzipcode', '87505') ; 
INSERT INTO `wp_usermeta` VALUES (22401, 2162, 'pmpro_bfirstname', 'Rachael') ; 
INSERT INTO `wp_usermeta` VALUES (22402, 2162, 'pmpro_blastname', 'Walton') ; 
INSERT INTO `wp_usermeta` VALUES (22403, 2162, 'first_name', 'Rachael') ; 
INSERT INTO `wp_usermeta` VALUES (22404, 2162, 'last_name', 'Walton') ; 
INSERT INTO `wp_usermeta` VALUES (22405, 2162, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (22406, 2162, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (22407, 2162, 'pmpro_baddress1', '2569 Kings View Circle') ; 
INSERT INTO `wp_usermeta` VALUES (22408, 2162, 'pmpro_bcity', 'Spring Valley') ; 
INSERT INTO `wp_usermeta` VALUES (22409, 2162, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22410, 2162, 'pmpro_bzipcode', '91977') ; 
INSERT INTO `wp_usermeta` VALUES (22411, 2163, 'pmpro_bfirstname', 'Rachael') ; 
INSERT INTO `wp_usermeta` VALUES (22412, 2163, 'pmpro_blastname', 'Pipitone') ; 
INSERT INTO `wp_usermeta` VALUES (22413, 2163, 'first_name', 'Rachael') ; 
INSERT INTO `wp_usermeta` VALUES (22414, 2163, 'last_name', 'Pipitone') ; 
INSERT INTO `wp_usermeta` VALUES (22415, 2163, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22416, 2163, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (22417, 2163, 'pmpro_baddress1', '101 Baisden Rd. #1') ; 
INSERT INTO `wp_usermeta` VALUES (22418, 2163, 'pmpro_bcity', 'Jacksonville') ; 
INSERT INTO `wp_usermeta` VALUES (22419, 2163, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22420, 2163, 'pmpro_bzipcode', '32218') ; 
INSERT INTO `wp_usermeta` VALUES (22421, 2164, 'pmpro_bfirstname', 'Rachael') ; 
INSERT INTO `wp_usermeta` VALUES (22422, 2164, 'pmpro_blastname', 'Rufino') ; 
INSERT INTO `wp_usermeta` VALUES (22423, 2164, 'first_name', 'Rachael') ; 
INSERT INTO `wp_usermeta` VALUES (22424, 2164, 'last_name', 'Tom') ; 
INSERT INTO `wp_usermeta` VALUES (22425, 2164, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (22426, 2164, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (22427, 2164, 'pmpro_baddress1', '1235 Wildwood Ave #330') ; 
INSERT INTO `wp_usermeta` VALUES (22428, 2164, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (22429, 2164, 'pmpro_bcity', 'Sunnyvale') ; 
INSERT INTO `wp_usermeta` VALUES (22430, 2164, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22431, 2164, 'pmpro_bzipcode', '94089') ; 
INSERT INTO `wp_usermeta` VALUES (22432, 2165, 'pmpro_bfirstname', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (22433, 2165, 'pmpro_blastname', 'Sassone') ; 
INSERT INTO `wp_usermeta` VALUES (22434, 2165, 'first_name', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (22435, 2165, 'last_name', 'Sassone') ; 
INSERT INTO `wp_usermeta` VALUES (22436, 2165, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22437, 2165, 'pmpro_bstate', 'MS') ; 
INSERT INTO `wp_usermeta` VALUES (22438, 2165, 'pmpro_baddress1', 'P.O. Box 801') ; 
INSERT INTO `wp_usermeta` VALUES (22439, 2165, 'pmpro_bcity', 'MSU') ; 
INSERT INTO `wp_usermeta` VALUES (22440, 2165, 'uxf_organization', 'Mississippi State University') ; 
INSERT INTO `wp_usermeta` VALUES (22441, 2165, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22442, 2165, 'pmpro_bzipcode', '39762') ; 
INSERT INTO `wp_usermeta` VALUES (22443, 2166, 'pmpro_bfirstname', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (22444, 2166, 'pmpro_blastname', 'Godambe') ; 
INSERT INTO `wp_usermeta` VALUES (22445, 2166, 'first_name', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (22446, 2166, 'last_name', 'Godambe') ; 
INSERT INTO `wp_usermeta` VALUES (22447, 2166, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22448, 2166, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (22449, 2166, 'pmpro_baddress1', '11839 Blair Meadow Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (22450, 2166, 'pmpro_bcity', 'Stafford') ; 
INSERT INTO `wp_usermeta` VALUES (22451, 2166, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22452, 2166, 'pmpro_bzipcode', '77477') ; 
INSERT INTO `wp_usermeta` VALUES (22453, 2167, 'pmpro_bfirstname', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (22454, 2167, 'pmpro_blastname', 'Jakosalem') ; 
INSERT INTO `wp_usermeta` VALUES (22455, 2167, 'first_name', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (22456, 2167, 'last_name', 'Jakosalem') ; 
INSERT INTO `wp_usermeta` VALUES (22457, 2167, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (22458, 2167, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (22459, 2167, 'pmpro_baddress1', '69 Montebello Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (22460, 2167, 'pmpro_baddress2', '#1') ; 
INSERT INTO `wp_usermeta` VALUES (22461, 2167, 'pmpro_bcity', 'Jamaica Plain') ; 
INSERT INTO `wp_usermeta` VALUES (22462, 2167, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22463, 2167, 'pmpro_bzipcode', '02130') ; 
INSERT INTO `wp_usermeta` VALUES (22464, 2168, 'pmpro_bfirstname', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (22465, 2168, 'pmpro_blastname', 'Malstaff') ; 
INSERT INTO `wp_usermeta` VALUES (22466, 2168, 'first_name', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (22467, 2168, 'last_name', 'Malstaff') ; 
INSERT INTO `wp_usermeta` VALUES (22468, 2168, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22469, 2168, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (22470, 2168, 'pmpro_baddress1', '3702 Kirby Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (22471, 2168, 'pmpro_bcity', 'San Antonio') ; 
INSERT INTO `wp_usermeta` VALUES (22472, 2168, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22473, 2168, 'pmpro_bzipcode', '78219') ; 
INSERT INTO `wp_usermeta` VALUES (22474, 2169, 'pmpro_bfirstname', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (22475, 2169, 'pmpro_blastname', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (22476, 2169, 'first_name', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (22477, 2169, 'last_name', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (22478, 2169, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (22479, 2169, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (22480, 2169, 'pmpro_baddress1', '2225 23rd St. Apt 405') ; 
INSERT INTO `wp_usermeta` VALUES (22481, 2169, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (22482, 2169, 'pmpro_bcity', 'San Francisco') ; 
INSERT INTO `wp_usermeta` VALUES (22483, 2169, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22484, 2169, 'pmpro_bzipcode', '94107') ; 
INSERT INTO `wp_usermeta` VALUES (22485, 2170, 'pmpro_bfirstname', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (22486, 2170, 'pmpro_blastname', 'Vass') ; 
INSERT INTO `wp_usermeta` VALUES (22487, 2170, 'first_name', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (22488, 2170, 'last_name', 'Vass') ; 
INSERT INTO `wp_usermeta` VALUES (22489, 2170, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (22490, 2170, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (22491, 2170, 'pmpro_baddress1', '2312 3rd Ave.  Apt 204') ; 
INSERT INTO `wp_usermeta` VALUES (22492, 2170, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (22493, 2170, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (22494, 2170, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22495, 2170, 'pmpro_bzipcode', '98121') ; 
INSERT INTO `wp_usermeta` VALUES (22496, 2171, 'pmpro_bfirstname', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (22497, 2171, 'pmpro_blastname', 'Godkin') ; 
INSERT INTO `wp_usermeta` VALUES (22498, 2171, 'first_name', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (22499, 2171, 'last_name', 'Godkin') ; 
INSERT INTO `wp_usermeta` VALUES (22500, 2171, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22501, 2171, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (22502, 2171, 'pmpro_baddress1', '1202 Sutters Mill Ln. ') ; 
INSERT INTO `wp_usermeta` VALUES (22503, 2171, 'pmpro_baddress2', 'Apt 1202') ; 
INSERT INTO `wp_usermeta` VALUES (22504, 2171, 'pmpro_bcity', 'Knoxville') ; 
INSERT INTO `wp_usermeta` VALUES (22505, 2171, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22506, 2171, 'pmpro_bzipcode', '37909') ; 
INSERT INTO `wp_usermeta` VALUES (22507, 2172, 'pmpro_bfirstname', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (22508, 2172, 'pmpro_blastname', 'Winkler') ; 
INSERT INTO `wp_usermeta` VALUES (22509, 2172, 'first_name', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (22510, 2172, 'last_name', 'Winkler') ; 
INSERT INTO `wp_usermeta` VALUES (22511, 2172, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (22512, 2172, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (22513, 2172, 'pmpro_baddress1', '120 N La Cumbre Rd. Apt 46') ; 
INSERT INTO `wp_usermeta` VALUES (22514, 2172, 'pmpro_bcity', 'Santa Barbara') ; 
INSERT INTO `wp_usermeta` VALUES (22515, 2172, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22516, 2172, 'pmpro_bzipcode', '93110') ; 
INSERT INTO `wp_usermeta` VALUES (22517, 2173, 'pmpro_bfirstname', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (22518, 2173, 'pmpro_blastname', 'Killeen') ; 
INSERT INTO `wp_usermeta` VALUES (22519, 2173, 'first_name', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (22520, 2173, 'last_name', 'Killeen') ; 
INSERT INTO `wp_usermeta` VALUES (22521, 2173, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22522, 2173, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (22523, 2173, 'pmpro_baddress1', '803 Country Field Drive') ; 
INSERT INTO `wp_usermeta` VALUES (22524, 2173, 'pmpro_bcity', 'Lake St. Louis') ; 
INSERT INTO `wp_usermeta` VALUES (22525, 2173, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22526, 2173, 'pmpro_bzipcode', '63367-5844') ; 
INSERT INTO `wp_usermeta` VALUES (22527, 2174, 'pmpro_bfirstname', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (22528, 2174, 'pmpro_blastname', 'Metz') ; 
INSERT INTO `wp_usermeta` VALUES (22529, 2174, 'first_name', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (22530, 2174, 'last_name', 'Metz') ; 
INSERT INTO `wp_usermeta` VALUES (22531, 2174, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22532, 2174, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (22533, 2174, 'pmpro_baddress1', '517 13th St.') ; 
INSERT INTO `wp_usermeta` VALUES (22534, 2174, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (22535, 2174, 'pmpro_bcity', 'Virginia Bch') ; 
INSERT INTO `wp_usermeta` VALUES (22536, 2174, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22537, 2174, 'pmpro_bzipcode', '23451-4312') ; 
INSERT INTO `wp_usermeta` VALUES (22538, 2175, 'pmpro_bfirstname', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (22539, 2175, 'pmpro_blastname', 'Landerman') ; 
INSERT INTO `wp_usermeta` VALUES (22540, 2175, 'first_name', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (22541, 2175, 'last_name', 'Landerman') ; 
INSERT INTO `wp_usermeta` VALUES (22542, 2175, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22543, 2175, 'pmpro_bstate', 'AK') ; 
INSERT INTO `wp_usermeta` VALUES (22544, 2175, 'pmpro_baddress1', '6953 Campos Ave. Unit B') ; 
INSERT INTO `wp_usermeta` VALUES (22545, 2175, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (22546, 2175, 'pmpro_bcity', 'Jber') ; 
INSERT INTO `wp_usermeta` VALUES (22547, 2175, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22548, 2175, 'pmpro_bzipcode', '99506') ; 
INSERT INTO `wp_usermeta` VALUES (22549, 2176, 'pmpro_bfirstname', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (22550, 2176, 'pmpro_blastname', 'McKee') ; 
INSERT INTO `wp_usermeta` VALUES (22551, 2176, 'first_name', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (22552, 2176, 'last_name', 'McKee') ; 
INSERT INTO `wp_usermeta` VALUES (22553, 2176, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22554, 2176, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (22555, 2176, 'pmpro_baddress1', '2320 W. Iowa St.') ; 
INSERT INTO `wp_usermeta` VALUES (22556, 2176, 'pmpro_bcity', 'Evansville') ; 
INSERT INTO `wp_usermeta` VALUES (22557, 2176, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22558, 2176, 'pmpro_bzipcode', '47712') ; 
INSERT INTO `wp_usermeta` VALUES (22559, 2177, 'pmpro_bfirstname', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (22560, 2177, 'pmpro_blastname', 'Meili') ; 
INSERT INTO `wp_usermeta` VALUES (22561, 2177, 'first_name', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (22562, 2177, 'last_name', 'Meili') ; 
INSERT INTO `wp_usermeta` VALUES (22563, 2177, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22564, 2177, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (22565, 2177, 'pmpro_baddress1', '523 1/2 S. 72nd Ave. W.') ; 
INSERT INTO `wp_usermeta` VALUES (22566, 2177, 'pmpro_bcity', 'Duluth') ; 
INSERT INTO `wp_usermeta` VALUES (22567, 2177, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22568, 2177, 'pmpro_bzipcode', '55807') ; 
INSERT INTO `wp_usermeta` VALUES (22569, 2178, 'pmpro_bfirstname', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (22570, 2178, 'pmpro_blastname', 'Meyers') ; 
INSERT INTO `wp_usermeta` VALUES (22571, 2178, 'first_name', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (22572, 2178, 'last_name', 'Meyers') ; 
INSERT INTO `wp_usermeta` VALUES (22573, 2178, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22574, 2178, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (22575, 2178, 'pmpro_baddress1', '1651 Coyote Point Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (22576, 2178, 'pmpro_bcity', 'San Mateo') ; 
INSERT INTO `wp_usermeta` VALUES (22577, 2178, 'uxf_organization', 'CuriOdyssey at Coyote Point') ; 
INSERT INTO `wp_usermeta` VALUES (22578, 2178, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22579, 2178, 'pmpro_bzipcode', '94401') ; 
INSERT INTO `wp_usermeta` VALUES (22580, 2178, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (22581, 2179, 'pmpro_bfirstname', 'Rachel B. ') ; 
INSERT INTO `wp_usermeta` VALUES (22582, 2179, 'pmpro_blastname', 'Juhnke') ; 
INSERT INTO `wp_usermeta` VALUES (22583, 2179, 'first_name', 'Rachel B.') ; 
INSERT INTO `wp_usermeta` VALUES (22584, 2179, 'last_name', 'Juhnke') ; 
INSERT INTO `wp_usermeta` VALUES (22585, 2179, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22586, 2179, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (22587, 2179, 'pmpro_baddress1', '9328 Golondrina Dr') ; 
INSERT INTO `wp_usermeta` VALUES (22588, 2179, 'pmpro_bcity', 'La Mesa') ; 
INSERT INTO `wp_usermeta` VALUES (22589, 2179, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22590, 2179, 'pmpro_bzipcode', '91941-5654') ; 
INSERT INTO `wp_usermeta` VALUES (22591, 2180, 'pmpro_bfirstname', 'Racquel') ; 
INSERT INTO `wp_usermeta` VALUES (22592, 2180, 'pmpro_blastname', 'Ardisana') ; 
INSERT INTO `wp_usermeta` VALUES (22593, 2180, 'first_name', 'Racquel') ; 
INSERT INTO `wp_usermeta` VALUES (22594, 2180, 'last_name', 'Ardisana') ; 
INSERT INTO `wp_usermeta` VALUES (22595, 2180, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22596, 2180, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (22597, 2180, 'pmpro_baddress1', '329 Nuttall Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (22598, 2180, 'pmpro_bcity', 'Riverside') ; 
INSERT INTO `wp_usermeta` VALUES (22599, 2180, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22600, 2180, 'pmpro_bzipcode', '60546') ; 
INSERT INTO `wp_usermeta` VALUES (22601, 2181, 'pmpro_bfirstname', 'Randy') ; 
INSERT INTO `wp_usermeta` VALUES (22602, 2181, 'pmpro_blastname', 'Johnson') ; 
INSERT INTO `wp_usermeta` VALUES (22603, 2181, 'first_name', 'Randy') ; 
INSERT INTO `wp_usermeta` VALUES (22604, 2181, 'last_name', 'Johnson') ; 
INSERT INTO `wp_usermeta` VALUES (22605, 2181, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22606, 2181, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (22607, 2181, 'pmpro_baddress1', '1000 Ray Moses Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (22608, 2181, 'pmpro_bcity', 'Aurora') ; 
INSERT INTO `wp_usermeta` VALUES (22609, 2181, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22610, 2181, 'pmpro_bzipcode', '60505') ; 
INSERT INTO `wp_usermeta` VALUES (22611, 2182, 'pmpro_bfirstname', 'Randy C. ') ; 
INSERT INTO `wp_usermeta` VALUES (22612, 2182, 'pmpro_blastname', 'Barker') ; 
INSERT INTO `wp_usermeta` VALUES (22613, 2182, 'first_name', 'Randy C. ') ; 
INSERT INTO `wp_usermeta` VALUES (22614, 2182, 'last_name', 'Barker') ; 
INSERT INTO `wp_usermeta` VALUES (22615, 2182, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22616, 2182, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (22617, 2182, 'pmpro_baddress1', '4840 Abo Lane') ; 
INSERT INTO `wp_usermeta` VALUES (22618, 2182, 'pmpro_bcity', 'Monument') ; 
INSERT INTO `wp_usermeta` VALUES (22619, 2182, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22620, 2182, 'pmpro_bzipcode', '80132') ; 
INSERT INTO `wp_usermeta` VALUES (22621, 2183, 'pmpro_bfirstname', 'Raven') ; 
INSERT INTO `wp_usermeta` VALUES (22622, 2183, 'pmpro_blastname', 'Hickson') ; 
INSERT INTO `wp_usermeta` VALUES (22623, 2183, 'first_name', 'Raven') ; 
INSERT INTO `wp_usermeta` VALUES (22624, 2183, 'last_name', 'Hickson') ; 
INSERT INTO `wp_usermeta` VALUES (22625, 2183, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22626, 2183, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (22627, 2183, 'pmpro_baddress1', '4417 W. 48th St.') ; 
INSERT INTO `wp_usermeta` VALUES (22628, 2183, 'pmpro_bcity', 'Cleveland') ; 
INSERT INTO `wp_usermeta` VALUES (22629, 2183, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22630, 2183, 'pmpro_bzipcode', '44144') ; 
INSERT INTO `wp_usermeta` VALUES (22631, 2184, 'pmpro_bfirstname', 'Raven') ; 
INSERT INTO `wp_usermeta` VALUES (22632, 2184, 'pmpro_blastname', 'Alford') ; 
INSERT INTO `wp_usermeta` VALUES (22633, 2184, 'first_name', 'Raven') ; 
INSERT INTO `wp_usermeta` VALUES (22634, 2184, 'last_name', 'Alford') ; 
INSERT INTO `wp_usermeta` VALUES (22635, 2184, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (22636, 2184, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (22637, 2184, 'pmpro_baddress1', '2721 Euclid Ave. #4') ; 
INSERT INTO `wp_usermeta` VALUES (22638, 2184, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (22639, 2184, 'pmpro_bcity', 'Cincinnati') ; 
INSERT INTO `wp_usermeta` VALUES (22640, 2184, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22641, 2184, 'pmpro_bzipcode', '45219') ; 
INSERT INTO `wp_usermeta` VALUES (22642, 2185, 'pmpro_bfirstname', 'Ray') ; 
INSERT INTO `wp_usermeta` VALUES (22643, 2185, 'pmpro_blastname', 'Pawley') ; 
INSERT INTO `wp_usermeta` VALUES (22644, 2185, 'first_name', 'Ray') ; 
INSERT INTO `wp_usermeta` VALUES (22645, 2185, 'last_name', 'Pawley') ; 
INSERT INTO `wp_usermeta` VALUES (22646, 2185, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22647, 2185, 'pmpro_bstate', 'NM') ; 
INSERT INTO `wp_usermeta` VALUES (22648, 2185, 'pmpro_baddress1', 'P.O. Box 12') ; 
INSERT INTO `wp_usermeta` VALUES (22649, 2185, 'pmpro_bcity', 'Hondo') ; 
INSERT INTO `wp_usermeta` VALUES (22650, 2185, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22651, 2185, 'pmpro_bzipcode', '88336') ; 
INSERT INTO `wp_usermeta` VALUES (22652, 2186, 'pmpro_bfirstname', 'Ray') ; 
INSERT INTO `wp_usermeta` VALUES (22653, 2186, 'pmpro_blastname', 'Wack  D.V.M.') ; 
INSERT INTO `wp_usermeta` VALUES (22654, 2186, 'first_name', 'Ray') ; 
INSERT INTO `wp_usermeta` VALUES (22655, 2186, 'last_name', 'Wack D.V.M.') ; 
INSERT INTO `wp_usermeta` VALUES (22656, 2186, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (22657, 2186, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (22658, 2186, 'pmpro_baddress1', '2913 Willow Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (22659, 2186, 'pmpro_bcity', 'Fairfield') ; 
INSERT INTO `wp_usermeta` VALUES (22660, 2186, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22661, 2186, 'pmpro_bzipcode', '94533') ; 
INSERT INTO `wp_usermeta` VALUES (22662, 2187, 'pmpro_bfirstname', 'Reagan') ; 
INSERT INTO `wp_usermeta` VALUES (22663, 2187, 'pmpro_blastname', 'Quarg') ; 
INSERT INTO `wp_usermeta` VALUES (22664, 2187, 'first_name', 'Reagan') ; 
INSERT INTO `wp_usermeta` VALUES (22665, 2187, 'last_name', 'Quarg') ; 
INSERT INTO `wp_usermeta` VALUES (22666, 2187, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (22667, 2187, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (22668, 2187, 'pmpro_baddress1', '19 Truman Drive') ; 
INSERT INTO `wp_usermeta` VALUES (22669, 2187, 'pmpro_bcity', 'Brick') ; 
INSERT INTO `wp_usermeta` VALUES (22670, 2187, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22671, 2187, 'pmpro_bzipcode', '08724') ; 
INSERT INTO `wp_usermeta` VALUES (22672, 2188, 'pmpro_bfirstname', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22673, 2188, 'pmpro_blastname', 'Clark') ; 
INSERT INTO `wp_usermeta` VALUES (22674, 2188, 'first_name', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22675, 2188, 'last_name', 'Clark') ; 
INSERT INTO `wp_usermeta` VALUES (22676, 2188, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (22677, 2188, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (22678, 2188, 'pmpro_baddress1', 'P.O. Box 74') ; 
INSERT INTO `wp_usermeta` VALUES (22679, 2188, 'pmpro_bcity', 'Nestleton Station') ; 
INSERT INTO `wp_usermeta` VALUES (22680, 2188, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22681, 2188, 'pmpro_bzipcode', 'L0B 1L0') ; 
INSERT INTO `wp_usermeta` VALUES (22682, 2189, 'pmpro_bfirstname', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22683, 2189, 'pmpro_blastname', 'Dalton') ; 
INSERT INTO `wp_usermeta` VALUES (22684, 2189, 'first_name', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22685, 2189, 'last_name', 'Dalton') ; 
INSERT INTO `wp_usermeta` VALUES (22686, 2189, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (22687, 2189, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (22688, 2189, 'pmpro_baddress1', '42 Epsom Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (22689, 2189, 'pmpro_bcity', 'Toronto') ; 
INSERT INTO `wp_usermeta` VALUES (22690, 2189, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22691, 2189, 'pmpro_bzipcode', 'M4C 2A7') ; 
INSERT INTO `wp_usermeta` VALUES (22692, 2190, 'pmpro_bfirstname', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22693, 2190, 'pmpro_blastname', 'Duchild') ; 
INSERT INTO `wp_usermeta` VALUES (22694, 2190, 'first_name', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22695, 2190, 'last_name', 'Duchild') ; 
INSERT INTO `wp_usermeta` VALUES (22696, 2190, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22697, 2190, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (22698, 2190, 'pmpro_baddress1', '15327 Foliage Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (22699, 2190, 'pmpro_bcity', 'Apple Valley') ; 
INSERT INTO `wp_usermeta` VALUES (22700, 2190, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22701, 2190, 'pmpro_bzipcode', '55124') ; 
INSERT INTO `wp_usermeta` VALUES (22702, 2191, 'pmpro_bfirstname', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22703, 2191, 'pmpro_blastname', 'Sturges') ; 
INSERT INTO `wp_usermeta` VALUES (22704, 2191, 'first_name', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22705, 2191, 'last_name', 'Sturges') ; 
INSERT INTO `wp_usermeta` VALUES (22706, 2191, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (22707, 2191, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (22708, 2191, 'pmpro_baddress1', '1365 Pontiac St.') ; 
INSERT INTO `wp_usermeta` VALUES (22709, 2191, 'pmpro_bcity', 'Denver') ; 
INSERT INTO `wp_usermeta` VALUES (22710, 2191, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22711, 2191, 'pmpro_bzipcode', '80220') ; 
INSERT INTO `wp_usermeta` VALUES (22712, 2192, 'pmpro_bfirstname', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22713, 2192, 'pmpro_blastname', 'Esterline') ; 
INSERT INTO `wp_usermeta` VALUES (22714, 2192, 'first_name', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22715, 2192, 'last_name', 'Esterline') ; 
INSERT INTO `wp_usermeta` VALUES (22716, 2192, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22717, 2192, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (22718, 2192, 'pmpro_baddress1', '7467 County Road 4A') ; 
INSERT INTO `wp_usermeta` VALUES (22719, 2192, 'pmpro_bcity', 'Hamilton') ; 
INSERT INTO `wp_usermeta` VALUES (22720, 2192, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22721, 2192, 'pmpro_bzipcode', '46741') ; 
INSERT INTO `wp_usermeta` VALUES (22722, 2193, 'pmpro_bfirstname', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22723, 2193, 'pmpro_blastname', 'Tritt') ; 
INSERT INTO `wp_usermeta` VALUES (22724, 2193, 'first_name', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22725, 2193, 'last_name', 'Tritt') ; 
INSERT INTO `wp_usermeta` VALUES (22726, 2193, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22727, 2193, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (22728, 2193, 'pmpro_baddress1', '3409 Edge Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (22729, 2193, 'pmpro_bcity', 'Thorndale') ; 
INSERT INTO `wp_usermeta` VALUES (22730, 2193, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22731, 2193, 'pmpro_bzipcode', '19372') ; 
INSERT INTO `wp_usermeta` VALUES (22732, 2194, 'pmpro_bfirstname', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22733, 2194, 'pmpro_blastname', 'Boomer-Schlegel') ; 
INSERT INTO `wp_usermeta` VALUES (22734, 2194, 'first_name', 'Zoological Society of San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (22735, 2194, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (22736, 2194, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22737, 2194, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (22738, 2194, 'pmpro_baddress1', 'P.O. Box 120551') ; 
INSERT INTO `wp_usermeta` VALUES (22739, 2194, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (22740, 2194, 'uxf_organization', 'Zoological Society of San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (22741, 2194, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22742, 2194, 'pmpro_bzipcode', '92112') ; 
INSERT INTO `wp_usermeta` VALUES (22743, 2194, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (22744, 2195, 'pmpro_bfirstname', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22745, 2195, 'pmpro_blastname', 'McElroy') ; 
INSERT INTO `wp_usermeta` VALUES (22746, 2195, 'first_name', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22747, 2195, 'last_name', 'McElroy') ; 
INSERT INTO `wp_usermeta` VALUES (22748, 2195, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22749, 2195, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (22750, 2195, 'pmpro_baddress1', '3323 Iowa St. Lot 538') ; 
INSERT INTO `wp_usermeta` VALUES (22751, 2195, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (22752, 2195, 'pmpro_bcity', 'Lawrence') ; 
INSERT INTO `wp_usermeta` VALUES (22753, 2195, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22754, 2195, 'pmpro_bzipcode', '66046') ; 
INSERT INTO `wp_usermeta` VALUES (22755, 2196, 'pmpro_bfirstname', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22756, 2196, 'pmpro_blastname', 'Phillips') ; 
INSERT INTO `wp_usermeta` VALUES (22757, 2196, 'first_name', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22758, 2196, 'last_name', 'Phillips') ; 
INSERT INTO `wp_usermeta` VALUES (22759, 2196, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (22760, 2196, 'pmpro_bstate', 'RI') ; 
INSERT INTO `wp_usermeta` VALUES (22761, 2196, 'pmpro_baddress1', '825 Pontiac Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (22762, 2196, 'pmpro_baddress2', '#20-304') ; 
INSERT INTO `wp_usermeta` VALUES (22763, 2196, 'pmpro_bcity', 'Cranston') ; 
INSERT INTO `wp_usermeta` VALUES (22764, 2196, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22765, 2196, 'pmpro_bzipcode', '02910') ; 
INSERT INTO `wp_usermeta` VALUES (22766, 2197, 'pmpro_bfirstname', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22767, 2197, 'pmpro_blastname', 'Richendollar') ; 
INSERT INTO `wp_usermeta` VALUES (22768, 2197, 'first_name', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22769, 2197, 'last_name', 'Richendollar') ; 
INSERT INTO `wp_usermeta` VALUES (22770, 2197, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (22771, 2197, 'pmpro_bstate', 'SC') ; 
INSERT INTO `wp_usermeta` VALUES (22772, 2197, 'pmpro_baddress1', '92 Riverview Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (22773, 2197, 'pmpro_bcity', 'Columbia') ; 
INSERT INTO `wp_usermeta` VALUES (22774, 2197, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22775, 2197, 'pmpro_bzipcode', '29201') ; 
INSERT INTO `wp_usermeta` VALUES (22776, 2198, 'pmpro_bfirstname', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22777, 2198, 'pmpro_blastname', 'Sigafoos') ; 
INSERT INTO `wp_usermeta` VALUES (22778, 2198, 'first_name', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22779, 2198, 'last_name', 'Sigafoos') ; 
INSERT INTO `wp_usermeta` VALUES (22780, 2198, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (22781, 2198, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (22782, 2198, 'pmpro_baddress1', '1001 Amity Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (22783, 2198, 'pmpro_bcity', 'Asheboro') ; 
INSERT INTO `wp_usermeta` VALUES (22784, 2198, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22785, 2198, 'pmpro_bzipcode', '27203') ; 
INSERT INTO `wp_usermeta` VALUES (22786, 2199, 'pmpro_bfirstname', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22787, 2199, 'pmpro_blastname', 'Kreh') ; 
INSERT INTO `wp_usermeta` VALUES (22788, 2199, 'first_name', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22789, 2199, 'last_name', 'Kreh') ; 
INSERT INTO `wp_usermeta` VALUES (22790, 2199, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22791, 2199, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (22792, 2199, 'pmpro_baddress1', '1908 Long Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (22793, 2199, 'pmpro_bcity', 'Decatur') ; 
INSERT INTO `wp_usermeta` VALUES (22794, 2199, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22795, 2199, 'pmpro_bzipcode', '30032') ; 
INSERT INTO `wp_usermeta` VALUES (22796, 2200, 'pmpro_bfirstname', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22797, 2200, 'pmpro_blastname', 'Smithson') ; 
INSERT INTO `wp_usermeta` VALUES (22798, 2200, 'first_name', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22799, 2200, 'last_name', 'Smithson') ; 
INSERT INTO `wp_usermeta` VALUES (22800, 2200, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22801, 2200, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (22802, 2200, 'pmpro_baddress1', '5573 Seminary Rd. ') ; 
INSERT INTO `wp_usermeta` VALUES (22803, 2200, 'pmpro_baddress2', '#107') ; 
INSERT INTO `wp_usermeta` VALUES (22804, 2200, 'pmpro_bcity', 'Falls Church') ; 
INSERT INTO `wp_usermeta` VALUES (22805, 2200, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22806, 2200, 'pmpro_bzipcode', '22041-3549') ; 
INSERT INTO `wp_usermeta` VALUES (22807, 2201, 'pmpro_bfirstname', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22808, 2201, 'pmpro_blastname', 'Zwicker') ; 
INSERT INTO `wp_usermeta` VALUES (22809, 2201, 'first_name', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22810, 2201, 'last_name', 'Zwicker') ; 
INSERT INTO `wp_usermeta` VALUES (22811, 2201, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22812, 2201, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (22813, 2201, 'pmpro_baddress1', '225 N. Franklin St.') ; 
INSERT INTO `wp_usermeta` VALUES (22814, 2201, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (22815, 2201, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22816, 2201, 'pmpro_bzipcode', '80903') ; 
INSERT INTO `wp_usermeta` VALUES (22817, 2202, 'pmpro_bfirstname', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22818, 2202, 'pmpro_blastname', 'Malinsky') ; 
INSERT INTO `wp_usermeta` VALUES (22819, 2202, 'first_name', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22820, 2202, 'last_name', 'Malinsky') ; 
INSERT INTO `wp_usermeta` VALUES (22821, 2202, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (22822, 2202, 'pmpro_bstate', 'DC') ; 
INSERT INTO `wp_usermeta` VALUES (22823, 2202, 'pmpro_baddress1', '3510 16th St.- NW  Apt 302') ; 
INSERT INTO `wp_usermeta` VALUES (22824, 2202, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (22825, 2202, 'pmpro_bcity', 'Washington') ; 
INSERT INTO `wp_usermeta` VALUES (22826, 2202, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22827, 2202, 'pmpro_bzipcode', '20010') ; 
INSERT INTO `wp_usermeta` VALUES (22828, 2203, 'pmpro_bfirstname', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22829, 2203, 'pmpro_blastname', 'Lohse') ; 
INSERT INTO `wp_usermeta` VALUES (22830, 2203, 'first_name', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22831, 2203, 'last_name', 'Lohse') ; 
INSERT INTO `wp_usermeta` VALUES (22832, 2203, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (22833, 2203, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (22834, 2203, 'pmpro_baddress1', '334 S. Kenyon Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (22835, 2203, 'pmpro_bcity', 'Tucson') ; 
INSERT INTO `wp_usermeta` VALUES (22836, 2203, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22837, 2203, 'pmpro_bzipcode', '85710-1027') ; 
INSERT INTO `wp_usermeta` VALUES (22838, 2204, 'pmpro_bfirstname', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22839, 2204, 'pmpro_blastname', 'Parker') ; 
INSERT INTO `wp_usermeta` VALUES (22840, 2204, 'first_name', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22841, 2204, 'last_name', 'Parker') ; 
INSERT INTO `wp_usermeta` VALUES (22842, 2204, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (22843, 2204, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (22844, 2204, 'pmpro_baddress1', '2017 Laney Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (22845, 2204, 'pmpro_bcity', 'Sanger') ; 
INSERT INTO `wp_usermeta` VALUES (22846, 2204, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22847, 2204, 'pmpro_bzipcode', '76266') ; 
INSERT INTO `wp_usermeta` VALUES (22848, 2205, 'pmpro_bfirstname', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22849, 2205, 'pmpro_blastname', 'Grier') ; 
INSERT INTO `wp_usermeta` VALUES (22850, 2205, 'first_name', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22851, 2205, 'last_name', 'Grier') ; 
INSERT INTO `wp_usermeta` VALUES (22852, 2205, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22853, 2205, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (22854, 2205, 'pmpro_baddress1', '6300 Stevenson Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (22855, 2205, 'pmpro_bcity', 'Alexandria') ; 
INSERT INTO `wp_usermeta` VALUES (22856, 2205, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22857, 2205, 'pmpro_bzipcode', '22304') ; 
INSERT INTO `wp_usermeta` VALUES (22858, 2206, 'pmpro_bfirstname', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22859, 2206, 'pmpro_blastname', 'Capogreco') ; 
INSERT INTO `wp_usermeta` VALUES (22860, 2206, 'first_name', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22861, 2206, 'last_name', 'Capogreco') ; 
INSERT INTO `wp_usermeta` VALUES (22862, 2206, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22863, 2206, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (22864, 2206, 'pmpro_baddress1', '1712 Caleb Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (22865, 2206, 'pmpro_bcity', 'Syracuse') ; 
INSERT INTO `wp_usermeta` VALUES (22866, 2206, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22867, 2206, 'pmpro_bzipcode', '13206') ; 
INSERT INTO `wp_usermeta` VALUES (22868, 2207, 'pmpro_bfirstname', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22869, 2207, 'pmpro_blastname', 'Smudzinski') ; 
INSERT INTO `wp_usermeta` VALUES (22870, 2207, 'first_name', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (22871, 2207, 'last_name', 'Smudzinski') ; 
INSERT INTO `wp_usermeta` VALUES (22872, 2207, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22873, 2207, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (22874, 2207, 'pmpro_baddress1', '4311 11th Ave. E.') ; 
INSERT INTO `wp_usermeta` VALUES (22875, 2207, 'pmpro_bcity', 'Bradenton') ; 
INSERT INTO `wp_usermeta` VALUES (22876, 2207, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22877, 2207, 'pmpro_bzipcode', '34208') ; 
INSERT INTO `wp_usermeta` VALUES (22878, 2208, 'pmpro_bfirstname', 'Regan') ; 
INSERT INTO `wp_usermeta` VALUES (22879, 2208, 'pmpro_blastname', 'Garden') ; 
INSERT INTO `wp_usermeta` VALUES (22880, 2208, 'first_name', 'Regan') ; 
INSERT INTO `wp_usermeta` VALUES (22881, 2208, 'last_name', 'Garden') ; 
INSERT INTO `wp_usermeta` VALUES (22882, 2208, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22883, 2208, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (22884, 2208, 'pmpro_baddress1', '501 Londonderry Lane') ; 
INSERT INTO `wp_usermeta` VALUES (22885, 2208, 'pmpro_bcity', 'Denton') ; 
INSERT INTO `wp_usermeta` VALUES (22886, 2208, 'uxf_count', 'NO-AKF Return') ; 
INSERT INTO `wp_usermeta` VALUES (22887, 2208, 'pmpro_bzipcode', '76205') ; 
INSERT INTO `wp_usermeta` VALUES (22888, 2209, 'pmpro_bfirstname', 'Regina') ; 
INSERT INTO `wp_usermeta` VALUES (22889, 2209, 'pmpro_blastname', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (22890, 2209, 'first_name', 'Regina') ; 
INSERT INTO `wp_usermeta` VALUES (22891, 2209, 'last_name', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (22892, 2209, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (22893, 2209, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (22894, 2209, 'pmpro_baddress1', '11500 Meridian Ave. S.') ; 
INSERT INTO `wp_usermeta` VALUES (22895, 2209, 'pmpro_baddress2', 'Lot 16') ; 
INSERT INTO `wp_usermeta` VALUES (22896, 2209, 'pmpro_bcity', 'Everett') ; 
INSERT INTO `wp_usermeta` VALUES (22897, 2209, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22898, 2209, 'pmpro_bzipcode', '98208') ; 
INSERT INTO `wp_usermeta` VALUES (22899, 2210, 'pmpro_bfirstname', 'Regina') ; 
INSERT INTO `wp_usermeta` VALUES (22900, 2210, 'pmpro_blastname', 'Wiesepape') ; 
INSERT INTO `wp_usermeta` VALUES (22901, 2210, 'first_name', 'Regina') ; 
INSERT INTO `wp_usermeta` VALUES (22902, 2210, 'last_name', 'Wiesepape') ; 
INSERT INTO `wp_usermeta` VALUES (22903, 2210, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22904, 2210, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (22905, 2210, 'pmpro_baddress1', '1046 Brookhollow Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (22906, 2210, 'pmpro_bcity', 'Baton Rouge') ; 
INSERT INTO `wp_usermeta` VALUES (22907, 2210, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22908, 2210, 'pmpro_bzipcode', '70810') ; 
INSERT INTO `wp_usermeta` VALUES (22909, 2211, 'pmpro_bfirstname', 'Regina') ; 
INSERT INTO `wp_usermeta` VALUES (22910, 2211, 'pmpro_blastname', 'Guidry') ; 
INSERT INTO `wp_usermeta` VALUES (22911, 2211, 'first_name', 'Regina') ; 
INSERT INTO `wp_usermeta` VALUES (22912, 2211, 'last_name', 'Guidry') ; 
INSERT INTO `wp_usermeta` VALUES (22913, 2211, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22914, 2211, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (22915, 2211, 'pmpro_baddress1', '1046 Brookhollow Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (22916, 2211, 'pmpro_bcity', 'Baton Rouge') ; 
INSERT INTO `wp_usermeta` VALUES (22917, 2211, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22918, 2211, 'pmpro_bzipcode', '70810') ; 
INSERT INTO `wp_usermeta` VALUES (22919, 2212, 'pmpro_bfirstname', 'Rena') ; 
INSERT INTO `wp_usermeta` VALUES (22920, 2212, 'pmpro_blastname', 'Schilsky') ; 
INSERT INTO `wp_usermeta` VALUES (22921, 2212, 'first_name', 'Rena') ; 
INSERT INTO `wp_usermeta` VALUES (22922, 2212, 'last_name', 'Schilsky') ; 
INSERT INTO `wp_usermeta` VALUES (22923, 2212, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22924, 2212, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (22925, 2212, 'pmpro_baddress1', '339 E. 58th St.  Apt 4F') ; 
INSERT INTO `wp_usermeta` VALUES (22926, 2212, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (22927, 2212, 'pmpro_bcity', 'New York') ; 
INSERT INTO `wp_usermeta` VALUES (22928, 2212, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22929, 2212, 'pmpro_bzipcode', '10022-2267') ; 
INSERT INTO `wp_usermeta` VALUES (22930, 2213, 'pmpro_bfirstname', 'Rene') ; 
INSERT INTO `wp_usermeta` VALUES (22931, 2213, 'pmpro_blastname', 'Lanctot ') ; 
INSERT INTO `wp_usermeta` VALUES (22932, 2213, 'first_name', 'Rene') ; 
INSERT INTO `wp_usermeta` VALUES (22933, 2213, 'last_name', 'Lanctot') ; 
INSERT INTO `wp_usermeta` VALUES (22934, 2213, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (22935, 2213, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (22936, 2213, 'pmpro_baddress1', '788 Beresford Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (22937, 2213, 'pmpro_bcity', 'Winnipeg') ; 
INSERT INTO `wp_usermeta` VALUES (22938, 2213, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22939, 2213, 'pmpro_bzipcode', 'R3L 1K1') ; 
INSERT INTO `wp_usermeta` VALUES (22940, 2214, 'pmpro_bfirstname', 'Rene') ; 
INSERT INTO `wp_usermeta` VALUES (22941, 2214, 'pmpro_blastname', 'Serafino') ; 
INSERT INTO `wp_usermeta` VALUES (22942, 2214, 'first_name', 'Rene') ; 
INSERT INTO `wp_usermeta` VALUES (22943, 2214, 'last_name', 'Serafino') ; 
INSERT INTO `wp_usermeta` VALUES (22944, 2214, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22945, 2214, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (22946, 2214, 'pmpro_baddress1', '3332 Louisiana Ave. Pkwy.') ; 
INSERT INTO `wp_usermeta` VALUES (22947, 2214, 'pmpro_bcity', 'New Orleans') ; 
INSERT INTO `wp_usermeta` VALUES (22948, 2214, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22949, 2214, 'pmpro_bzipcode', '70125') ; 
INSERT INTO `wp_usermeta` VALUES (22950, 2215, 'pmpro_bfirstname', 'Renee') ; 
INSERT INTO `wp_usermeta` VALUES (22951, 2215, 'pmpro_blastname', 'Carr') ; 
INSERT INTO `wp_usermeta` VALUES (22952, 2215, 'first_name', 'Renee') ; 
INSERT INTO `wp_usermeta` VALUES (22953, 2215, 'last_name', 'Carr') ; 
INSERT INTO `wp_usermeta` VALUES (22954, 2215, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22955, 2215, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (22956, 2215, 'pmpro_baddress1', '2058 Maple Ave.   X2-8') ; 
INSERT INTO `wp_usermeta` VALUES (22957, 2215, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (22958, 2215, 'pmpro_bcity', 'Hatfield') ; 
INSERT INTO `wp_usermeta` VALUES (22959, 2215, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22960, 2215, 'pmpro_bzipcode', '19440') ; 
INSERT INTO `wp_usermeta` VALUES (22961, 2216, 'pmpro_bfirstname', 'Renee') ; 
INSERT INTO `wp_usermeta` VALUES (22962, 2216, 'pmpro_blastname', 'Larison') ; 
INSERT INTO `wp_usermeta` VALUES (22963, 2216, 'first_name', 'Renee') ; 
INSERT INTO `wp_usermeta` VALUES (22964, 2216, 'last_name', 'Larison') ; 
INSERT INTO `wp_usermeta` VALUES (22965, 2216, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22966, 2216, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (22967, 2216, 'pmpro_baddress1', '5984 NW Sickle Ter.') ; 
INSERT INTO `wp_usermeta` VALUES (22968, 2216, 'pmpro_bcity', 'Portland') ; 
INSERT INTO `wp_usermeta` VALUES (22969, 2216, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22970, 2216, 'pmpro_bzipcode', '97229') ; 
INSERT INTO `wp_usermeta` VALUES (22971, 2217, 'pmpro_bfirstname', 'Rhonda') ; 
INSERT INTO `wp_usermeta` VALUES (22972, 2217, 'pmpro_blastname', 'Vottino') ; 
INSERT INTO `wp_usermeta` VALUES (22973, 2217, 'first_name', 'Amarillo Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (22974, 2217, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (22975, 2217, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22976, 2217, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (22977, 2217, 'pmpro_baddress1', 'PO Box 1971') ; 
INSERT INTO `wp_usermeta` VALUES (22978, 2217, 'pmpro_bcity', 'Amarillo') ; 
INSERT INTO `wp_usermeta` VALUES (22979, 2217, 'uxf_organization', 'Amarillo Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (22980, 2217, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22981, 2217, 'pmpro_bzipcode', '79105') ; 
INSERT INTO `wp_usermeta` VALUES (22982, 2218, 'pmpro_bfirstname', 'Rhonda') ; 
INSERT INTO `wp_usermeta` VALUES (22983, 2218, 'pmpro_blastname', 'Votino') ; 
INSERT INTO `wp_usermeta` VALUES (22984, 2218, 'first_name', 'Rhonda') ; 
INSERT INTO `wp_usermeta` VALUES (22985, 2218, 'last_name', 'Votino') ; 
INSERT INTO `wp_usermeta` VALUES (22986, 2218, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22987, 2218, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (22988, 2218, 'pmpro_baddress1', '2406 Juniper Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (22989, 2218, 'pmpro_bcity', 'Amarillo') ; 
INSERT INTO `wp_usermeta` VALUES (22990, 2218, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (22991, 2218, 'pmpro_bzipcode', '79109-1916') ; 
INSERT INTO `wp_usermeta` VALUES (22992, 2219, 'pmpro_bfirstname', 'Rhonda') ; 
INSERT INTO `wp_usermeta` VALUES (22993, 2219, 'pmpro_blastname', 'Napier') ; 
INSERT INTO `wp_usermeta` VALUES (22994, 2219, 'first_name', 'Rhonda') ; 
INSERT INTO `wp_usermeta` VALUES (22995, 2219, 'last_name', 'Napier') ; 
INSERT INTO `wp_usermeta` VALUES (22996, 2219, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (22997, 2219, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (22998, 2219, 'pmpro_baddress1', '320 Western Hills Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (22999, 2219, 'pmpro_bcity', 'Boyce') ; 
INSERT INTO `wp_usermeta` VALUES (23000, 2219, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23001, 2219, 'pmpro_bzipcode', '71409-8621') ; 
INSERT INTO `wp_usermeta` VALUES (23002, 2220, 'pmpro_bfirstname', 'Rich') ; 
INSERT INTO `wp_usermeta` VALUES (23003, 2220, 'pmpro_blastname', 'Block: Chief Executive Officer') ; 
INSERT INTO `wp_usermeta` VALUES (23004, 2220, 'first_name', 'Santa Barbara Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (23005, 2220, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (23006, 2220, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23007, 2220, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (23008, 2220, 'pmpro_baddress1', '500 Ninos Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (23009, 2220, 'pmpro_bcity', 'Santa Barbara') ; 
INSERT INTO `wp_usermeta` VALUES (23010, 2220, 'uxf_organization', 'Santa Barbara Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (23011, 2220, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23012, 2220, 'pmpro_bzipcode', '93103') ; 
INSERT INTO `wp_usermeta` VALUES (23013, 2220, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (23014, 2221, 'pmpro_bfirstname', 'Richard') ; 
INSERT INTO `wp_usermeta` VALUES (23015, 2221, 'pmpro_blastname', 'Dickens') ; 
INSERT INTO `wp_usermeta` VALUES (23016, 2221, 'first_name', 'Richard') ; 
INSERT INTO `wp_usermeta` VALUES (23017, 2221, 'last_name', 'Dickens') ; 
INSERT INTO `wp_usermeta` VALUES (23018, 2221, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (23019, 2221, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (23020, 2221, 'pmpro_baddress1', '437 Lyndale Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (23021, 2221, 'pmpro_bcity', 'Winnipeg') ; 
INSERT INTO `wp_usermeta` VALUES (23022, 2221, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23023, 2221, 'pmpro_bzipcode', 'R2H 1M8') ; 
INSERT INTO `wp_usermeta` VALUES (23024, 2222, 'pmpro_bfirstname', 'Richard') ; 
INSERT INTO `wp_usermeta` VALUES (23025, 2222, 'pmpro_blastname', 'Gilbreth: Director') ; 
INSERT INTO `wp_usermeta` VALUES (23026, 2222, 'first_name', 'International Exotic Animal Sanctuary') ; 
INSERT INTO `wp_usermeta` VALUES (23027, 2222, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (23028, 2222, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23029, 2222, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (23030, 2222, 'pmpro_baddress1', 'P.O. Box 637') ; 
INSERT INTO `wp_usermeta` VALUES (23031, 2222, 'pmpro_bcity', 'Boyd') ; 
INSERT INTO `wp_usermeta` VALUES (23032, 2222, 'uxf_organization', 'International Exotic Animal Sanctuary') ; 
INSERT INTO `wp_usermeta` VALUES (23033, 2222, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23034, 2222, 'pmpro_bzipcode', '76023') ; 
INSERT INTO `wp_usermeta` VALUES (23035, 2222, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (23036, 2223, 'pmpro_bfirstname', 'Richard') ; 
INSERT INTO `wp_usermeta` VALUES (23037, 2223, 'pmpro_blastname', 'Kotarsky') ; 
INSERT INTO `wp_usermeta` VALUES (23038, 2223, 'first_name', 'Richard') ; 
INSERT INTO `wp_usermeta` VALUES (23039, 2223, 'last_name', 'Kotarsky') ; 
INSERT INTO `wp_usermeta` VALUES (23040, 2223, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23041, 2223, 'pmpro_bstate', 'OK') ; 
INSERT INTO `wp_usermeta` VALUES (23042, 2223, 'pmpro_baddress1', '2415 S. Irvington Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (23043, 2223, 'pmpro_bcity', 'Tulsa') ; 
INSERT INTO `wp_usermeta` VALUES (23044, 2223, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23045, 2223, 'pmpro_bzipcode', '74114') ; 
INSERT INTO `wp_usermeta` VALUES (23046, 2223, 'uxf_specialtags', 'MAIL') ; 
INSERT INTO `wp_usermeta` VALUES (23047, 2224, 'pmpro_bfirstname', 'Richard') ; 
INSERT INTO `wp_usermeta` VALUES (23048, 2224, 'pmpro_blastname', 'Schwartz: Director') ; 
INSERT INTO `wp_usermeta` VALUES (23049, 2224, 'first_name', 'Richard') ; 
INSERT INTO `wp_usermeta` VALUES (23050, 2224, 'last_name', 'Schwartz: Director') ; 
INSERT INTO `wp_usermeta` VALUES (23051, 2224, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23052, 2224, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (23053, 2224, 'pmpro_baddress1', '3777 Nolensville Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (23054, 2224, 'pmpro_bcity', 'Nashville') ; 
INSERT INTO `wp_usermeta` VALUES (23055, 2224, 'uxf_organization', 'Nashville Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (23056, 2224, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23057, 2224, 'pmpro_bzipcode', '37211') ; 
INSERT INTO `wp_usermeta` VALUES (23058, 2225, 'pmpro_bfirstname', 'Richard') ; 
INSERT INTO `wp_usermeta` VALUES (23059, 2225, 'pmpro_blastname', 'Nogal') ; 
INSERT INTO `wp_usermeta` VALUES (23060, 2225, 'first_name', 'Richard') ; 
INSERT INTO `wp_usermeta` VALUES (23061, 2225, 'last_name', 'Nogal') ; 
INSERT INTO `wp_usermeta` VALUES (23062, 2225, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23063, 2225, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (23064, 2225, 'pmpro_baddress1', '145 Prairie View Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (23065, 2225, 'pmpro_bcity', 'Palos Park') ; 
INSERT INTO `wp_usermeta` VALUES (23066, 2225, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23067, 2225, 'pmpro_bzipcode', '60464') ; 
INSERT INTO `wp_usermeta` VALUES (23068, 2226, 'pmpro_bfirstname', 'Richard') ; 
INSERT INTO `wp_usermeta` VALUES (23069, 2226, 'pmpro_blastname', 'Hahn: Director') ; 
INSERT INTO `wp_usermeta` VALUES (23070, 2226, 'first_name', 'Richard') ; 
INSERT INTO `wp_usermeta` VALUES (23071, 2226, 'last_name', 'Hahn') ; 
INSERT INTO `wp_usermeta` VALUES (23072, 2226, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23073, 2226, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (23074, 2226, 'pmpro_baddress1', '13019 Catoctin Furnace Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (23075, 2226, 'pmpro_bcity', 'Thurmont') ; 
INSERT INTO `wp_usermeta` VALUES (23076, 2226, 'uxf_organization', 'Catoctin Wildlife Preserve & Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (23077, 2226, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23078, 2226, 'pmpro_bzipcode', '21788') ; 
INSERT INTO `wp_usermeta` VALUES (23079, 2226, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (23080, 2227, 'pmpro_bfirstname', 'Richard') ; 
INSERT INTO `wp_usermeta` VALUES (23081, 2227, 'pmpro_blastname', 'Kik IV') ; 
INSERT INTO `wp_usermeta` VALUES (23082, 2227, 'first_name', 'Richard') ; 
INSERT INTO `wp_usermeta` VALUES (23083, 2227, 'last_name', 'Kik IV') ; 
INSERT INTO `wp_usermeta` VALUES (23084, 2227, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23085, 2227, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (23086, 2227, 'pmpro_baddress1', '5841 Fourth St.') ; 
INSERT INTO `wp_usermeta` VALUES (23087, 2227, 'pmpro_bcity', 'Detroit') ; 
INSERT INTO `wp_usermeta` VALUES (23088, 2227, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23089, 2227, 'pmpro_bzipcode', '48202') ; 
INSERT INTO `wp_usermeta` VALUES (23090, 2228, 'pmpro_bfirstname', 'Richard') ; 
INSERT INTO `wp_usermeta` VALUES (23091, 2228, 'pmpro_blastname', 'Rosevear: Curator') ; 
INSERT INTO `wp_usermeta` VALUES (23092, 2228, 'first_name', 'Richard') ; 
INSERT INTO `wp_usermeta` VALUES (23093, 2228, 'last_name', 'Rosevear') ; 
INSERT INTO `wp_usermeta` VALUES (23094, 2228, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23095, 2228, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (23096, 2228, 'pmpro_baddress1', 'P.O. Box 519') ; 
INSERT INTO `wp_usermeta` VALUES (23097, 2228, 'pmpro_bcity', 'Schnecksville') ; 
INSERT INTO `wp_usermeta` VALUES (23098, 2228, 'uxf_organization', 'Lehigh Valley Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (23099, 2228, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23100, 2228, 'pmpro_bzipcode', '18078') ; 
INSERT INTO `wp_usermeta` VALUES (23101, 2228, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (23102, 2229, 'pmpro_bfirstname', 'Richard A.') ; 
INSERT INTO `wp_usermeta` VALUES (23103, 2229, 'pmpro_blastname', 'Hahn - CWPZoo') ; 
INSERT INTO `wp_usermeta` VALUES (23104, 2229, 'first_name', 'Richard A.') ; 
INSERT INTO `wp_usermeta` VALUES (23105, 2229, 'last_name', 'Hahn') ; 
INSERT INTO `wp_usermeta` VALUES (23106, 2229, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23107, 2229, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (23108, 2229, 'pmpro_baddress1', '13019 Catoctin Furnace Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (23109, 2229, 'pmpro_bcity', 'Thurmont ') ; 
INSERT INTO `wp_usermeta` VALUES (23110, 2229, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (23111, 2229, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23112, 2229, 'pmpro_bzipcode', '21788') ; 
INSERT INTO `wp_usermeta` VALUES (23113, 2230, 'pmpro_bfirstname', 'Richard C.') ; 
INSERT INTO `wp_usermeta` VALUES (23114, 2230, 'pmpro_blastname', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (23115, 2230, 'first_name', 'Richard C.') ; 
INSERT INTO `wp_usermeta` VALUES (23116, 2230, 'last_name', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (23117, 2230, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23118, 2230, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (23119, 2230, 'pmpro_baddress1', '6316 Washington Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (23120, 2230, 'pmpro_bcity', 'University City') ; 
INSERT INTO `wp_usermeta` VALUES (23121, 2230, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23122, 2230, 'pmpro_bzipcode', '63130') ; 
INSERT INTO `wp_usermeta` VALUES (23123, 2231, 'pmpro_bfirstname', 'Richard L. ') ; 
INSERT INTO `wp_usermeta` VALUES (23124, 2231, 'pmpro_blastname', 'Evers') ; 
INSERT INTO `wp_usermeta` VALUES (23125, 2231, 'first_name', 'Richard L. ') ; 
INSERT INTO `wp_usermeta` VALUES (23126, 2231, 'last_name', 'Evers') ; 
INSERT INTO `wp_usermeta` VALUES (23127, 2231, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23128, 2231, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (23129, 2231, 'pmpro_baddress1', '146 Valencia St.') ; 
INSERT INTO `wp_usermeta` VALUES (23130, 2231, 'pmpro_bcity', 'Royal Palm Beach') ; 
INSERT INTO `wp_usermeta` VALUES (23131, 2231, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23132, 2231, 'pmpro_bzipcode', '33411-1114') ; 
INSERT INTO `wp_usermeta` VALUES (23133, 2232, 'pmpro_bfirstname', 'Rick') ; 
INSERT INTO `wp_usermeta` VALUES (23134, 2232, 'pmpro_blastname', 'Barongi: Director') ; 
INSERT INTO `wp_usermeta` VALUES (23135, 2232, 'first_name', 'Houston Zoo Inc.') ; 
INSERT INTO `wp_usermeta` VALUES (23136, 2232, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (23137, 2232, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23138, 2232, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (23139, 2232, 'pmpro_baddress1', '1513 Cambridge St.') ; 
INSERT INTO `wp_usermeta` VALUES (23140, 2232, 'pmpro_bcity', 'Houston') ; 
INSERT INTO `wp_usermeta` VALUES (23141, 2232, 'uxf_organization', 'Houston Zoo Inc.') ; 
INSERT INTO `wp_usermeta` VALUES (23142, 2232, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23143, 2232, 'pmpro_bzipcode', '77030') ; 
INSERT INTO `wp_usermeta` VALUES (23144, 2232, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (23145, 2233, 'pmpro_bfirstname', 'Rick') ; 
INSERT INTO `wp_usermeta` VALUES (23146, 2233, 'pmpro_blastname', 'Schwartz') ; 
INSERT INTO `wp_usermeta` VALUES (23147, 2233, 'first_name', 'Rick') ; 
INSERT INTO `wp_usermeta` VALUES (23148, 2233, 'last_name', 'Schwartz') ; 
INSERT INTO `wp_usermeta` VALUES (23149, 2233, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (23150, 2233, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (23151, 2233, 'pmpro_baddress1', 'P.O. Box 120551') ; 
INSERT INTO `wp_usermeta` VALUES (23152, 2233, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (23153, 2233, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (23154, 2233, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23155, 2233, 'pmpro_bzipcode', '92112') ; 
INSERT INTO `wp_usermeta` VALUES (23156, 2234, 'pmpro_bfirstname', 'Ricky') ; 
INSERT INTO `wp_usermeta` VALUES (23157, 2234, 'pmpro_blastname', 'Garrett') ; 
INSERT INTO `wp_usermeta` VALUES (23158, 2234, 'first_name', 'Ricky') ; 
INSERT INTO `wp_usermeta` VALUES (23159, 2234, 'last_name', 'Garrett') ; 
INSERT INTO `wp_usermeta` VALUES (23160, 2234, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23161, 2234, 'pmpro_bstate', 'MS') ; 
INSERT INTO `wp_usermeta` VALUES (23162, 2234, 'pmpro_baddress1', '411 Oak Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (23163, 2234, 'pmpro_bcity', 'Como') ; 
INSERT INTO `wp_usermeta` VALUES (23164, 2234, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23165, 2234, 'pmpro_bzipcode', '38619') ; 
INSERT INTO `wp_usermeta` VALUES (23166, 2235, 'pmpro_bfirstname', 'Rita') ; 
INSERT INTO `wp_usermeta` VALUES (23167, 2235, 'pmpro_blastname', 'Huang') ; 
INSERT INTO `wp_usermeta` VALUES (23168, 2235, 'first_name', 'Rita') ; 
INSERT INTO `wp_usermeta` VALUES (23169, 2235, 'last_name', 'Huang') ; 
INSERT INTO `wp_usermeta` VALUES (23170, 2235, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (23171, 2235, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (23172, 2235, 'pmpro_baddress1', '5506 Round Rock Road') ; 
INSERT INTO `wp_usermeta` VALUES (23173, 2235, 'pmpro_bcity', 'Garland') ; 
INSERT INTO `wp_usermeta` VALUES (23174, 2235, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23175, 2235, 'pmpro_bzipcode', '75044') ; 
INSERT INTO `wp_usermeta` VALUES (23176, 2236, 'pmpro_bfirstname', 'Robbie') ; 
INSERT INTO `wp_usermeta` VALUES (23177, 2236, 'pmpro_blastname', 'Clark') ; 
INSERT INTO `wp_usermeta` VALUES (23178, 2236, 'first_name', 'Robbie') ; 
INSERT INTO `wp_usermeta` VALUES (23179, 2236, 'last_name', 'Clark') ; 
INSERT INTO `wp_usermeta` VALUES (23180, 2236, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (23181, 2236, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (23182, 2236, 'pmpro_baddress1', '2728 Villas Way') ; 
INSERT INTO `wp_usermeta` VALUES (23183, 2236, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (23184, 2236, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23185, 2236, 'pmpro_bzipcode', '92108-6730') ; 
INSERT INTO `wp_usermeta` VALUES (23186, 2237, 'pmpro_bfirstname', 'Rob') ; 
INSERT INTO `wp_usermeta` VALUES (23187, 2237, 'pmpro_blastname', 'Moyes') ; 
INSERT INTO `wp_usermeta` VALUES (23188, 2237, 'first_name', 'Robert') ; 
INSERT INTO `wp_usermeta` VALUES (23189, 2237, 'last_name', 'Moyes') ; 
INSERT INTO `wp_usermeta` VALUES (23190, 2237, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (23191, 2237, 'pmpro_bstate', 'Ont') ; 
INSERT INTO `wp_usermeta` VALUES (23192, 2237, 'pmpro_baddress1', '104-82 Ridout Street South - Buzzer/Entry Code 009') ; 
INSERT INTO `wp_usermeta` VALUES (23193, 2237, 'pmpro_bcity', 'London') ; 
INSERT INTO `wp_usermeta` VALUES (23194, 2237, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23195, 2237, 'pmpro_bzipcode', 'N6C 5H6') ; 
INSERT INTO `wp_usermeta` VALUES (23196, 2238, 'pmpro_bfirstname', 'Robert') ; 
INSERT INTO `wp_usermeta` VALUES (23197, 2238, 'pmpro_blastname', 'Brett') ; 
INSERT INTO `wp_usermeta` VALUES (23198, 2238, 'first_name', 'Robert') ; 
INSERT INTO `wp_usermeta` VALUES (23199, 2238, 'last_name', 'Brett') ; 
INSERT INTO `wp_usermeta` VALUES (23200, 2238, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (23201, 2238, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (23202, 2238, 'pmpro_baddress1', '9014 Thompson Nursery Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (23203, 2238, 'pmpro_bcity', 'Winter Haven') ; 
INSERT INTO `wp_usermeta` VALUES (23204, 2238, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23205, 2238, 'pmpro_bzipcode', '33884') ; 
INSERT INTO `wp_usermeta` VALUES (23206, 2239, 'pmpro_bfirstname', 'Robert') ; 
INSERT INTO `wp_usermeta` VALUES (23207, 2239, 'pmpro_blastname', 'Sorey') ; 
INSERT INTO `wp_usermeta` VALUES (23208, 2239, 'first_name', 'Robert') ; 
INSERT INTO `wp_usermeta` VALUES (23209, 2239, 'last_name', 'Sorey') ; 
INSERT INTO `wp_usermeta` VALUES (23210, 2239, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (23211, 2239, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (23212, 2239, 'pmpro_baddress1', '8609 Mayfair Place') ; 
INSERT INTO `wp_usermeta` VALUES (23213, 2239, 'pmpro_bcity', 'Silver Spring') ; 
INSERT INTO `wp_usermeta` VALUES (23214, 2239, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23215, 2239, 'pmpro_bzipcode', '20910') ; 
INSERT INTO `wp_usermeta` VALUES (23216, 2240, 'pmpro_bfirstname', 'Robert') ; 
INSERT INTO `wp_usermeta` VALUES (23217, 2240, 'pmpro_blastname', 'Blakely') ; 
INSERT INTO `wp_usermeta` VALUES (23218, 2240, 'first_name', 'Robert') ; 
INSERT INTO `wp_usermeta` VALUES (23219, 2240, 'last_name', 'Blakely') ; 
INSERT INTO `wp_usermeta` VALUES (23220, 2240, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23221, 2240, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (23222, 2240, 'pmpro_baddress1', '80 Wellington Rd. S.') ; 
INSERT INTO `wp_usermeta` VALUES (23223, 2240, 'pmpro_bcity', 'W. Hempstead') ; 
INSERT INTO `wp_usermeta` VALUES (23224, 2240, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23225, 2240, 'pmpro_bzipcode', '11552') ; 
INSERT INTO `wp_usermeta` VALUES (23226, 2241, 'pmpro_bfirstname', 'Robert') ; 
INSERT INTO `wp_usermeta` VALUES (23227, 2241, 'pmpro_blastname', 'Berghaier') ; 
INSERT INTO `wp_usermeta` VALUES (23228, 2241, 'first_name', 'Robert') ; 
INSERT INTO `wp_usermeta` VALUES (23229, 2241, 'last_name', 'Berghaier') ; 
INSERT INTO `wp_usermeta` VALUES (23230, 2241, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (23231, 2241, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (23232, 2241, 'pmpro_baddress1', '809 Keely Pl.') ; 
INSERT INTO `wp_usermeta` VALUES (23233, 2241, 'pmpro_bcity', 'Philadelphia') ; 
INSERT INTO `wp_usermeta` VALUES (23234, 2241, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23235, 2241, 'pmpro_bzipcode', '19128-2326') ; 
INSERT INTO `wp_usermeta` VALUES (23236, 2242, 'pmpro_bfirstname', 'Robert') ; 
INSERT INTO `wp_usermeta` VALUES (23237, 2242, 'pmpro_blastname', 'Mendyk') ; 
INSERT INTO `wp_usermeta` VALUES (23238, 2242, 'first_name', 'Robert') ; 
INSERT INTO `wp_usermeta` VALUES (23239, 2242, 'last_name', 'Mendyk') ; 
INSERT INTO `wp_usermeta` VALUES (23240, 2242, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (23241, 2242, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (23242, 2242, 'pmpro_baddress1', '68 12th St.') ; 
INSERT INTO `wp_usermeta` VALUES (23243, 2242, 'pmpro_bcity', 'Carle Place') ; 
INSERT INTO `wp_usermeta` VALUES (23244, 2242, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23245, 2242, 'pmpro_bzipcode', '11514') ; 
INSERT INTO `wp_usermeta` VALUES (23246, 2243, 'pmpro_bfirstname', 'Robert') ; 
INSERT INTO `wp_usermeta` VALUES (23247, 2243, 'pmpro_blastname', 'Burris') ; 
INSERT INTO `wp_usermeta` VALUES (23248, 2243, 'first_name', 'Robert') ; 
INSERT INTO `wp_usermeta` VALUES (23249, 2243, 'last_name', 'Burris') ; 
INSERT INTO `wp_usermeta` VALUES (23250, 2243, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23251, 2243, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (23252, 2243, 'pmpro_baddress1', '3766 Buffalo Ford Rd.  #35') ; 
INSERT INTO `wp_usermeta` VALUES (23253, 2243, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (23254, 2243, 'pmpro_bcity', 'Asheboro') ; 
INSERT INTO `wp_usermeta` VALUES (23255, 2243, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23256, 2243, 'pmpro_bzipcode', '27205') ; 
INSERT INTO `wp_usermeta` VALUES (23257, 2244, 'pmpro_bfirstname', 'Robert') ; 
INSERT INTO `wp_usermeta` VALUES (23258, 2244, 'pmpro_blastname', 'Gumash') ; 
INSERT INTO `wp_usermeta` VALUES (23259, 2244, 'first_name', 'Robert') ; 
INSERT INTO `wp_usermeta` VALUES (23260, 2244, 'last_name', 'Gumash') ; 
INSERT INTO `wp_usermeta` VALUES (23261, 2244, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23262, 2244, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (23263, 2244, 'pmpro_baddress1', '9044 Woodview Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (23264, 2244, 'pmpro_bcity', 'Pittsburgh') ; 
INSERT INTO `wp_usermeta` VALUES (23265, 2244, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23266, 2244, 'pmpro_bzipcode', '15237') ; 
INSERT INTO `wp_usermeta` VALUES (23267, 2245, 'pmpro_bfirstname', 'Robert G.') ; 
INSERT INTO `wp_usermeta` VALUES (23268, 2245, 'pmpro_blastname', 'Aitchison') ; 
INSERT INTO `wp_usermeta` VALUES (23269, 2245, 'first_name', 'Robert G.') ; 
INSERT INTO `wp_usermeta` VALUES (23270, 2245, 'last_name', 'Aitchison') ; 
INSERT INTO `wp_usermeta` VALUES (23271, 2245, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23272, 2245, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (23273, 2245, 'pmpro_baddress1', '1165 Elmwood Place') ; 
INSERT INTO `wp_usermeta` VALUES (23274, 2245, 'pmpro_bcity', 'Deerfield') ; 
INSERT INTO `wp_usermeta` VALUES (23275, 2245, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23276, 2245, 'pmpro_bzipcode', '60015-1209') ; 
INSERT INTO `wp_usermeta` VALUES (23277, 2246, 'pmpro_bfirstname', 'Robin') ; 
INSERT INTO `wp_usermeta` VALUES (23278, 2246, 'pmpro_blastname', 'English') ; 
INSERT INTO `wp_usermeta` VALUES (23279, 2246, 'first_name', 'Robin') ; 
INSERT INTO `wp_usermeta` VALUES (23280, 2246, 'last_name', 'English') ; 
INSERT INTO `wp_usermeta` VALUES (23281, 2246, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (23282, 2246, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (23283, 2246, 'pmpro_baddress1', '79 Furman Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (23284, 2246, 'pmpro_bcity', 'Fairport') ; 
INSERT INTO `wp_usermeta` VALUES (23285, 2246, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23286, 2246, 'pmpro_bzipcode', '14450') ; 
INSERT INTO `wp_usermeta` VALUES (23287, 2247, 'pmpro_bfirstname', 'Robin') ; 
INSERT INTO `wp_usermeta` VALUES (23288, 2247, 'pmpro_blastname', 'Zill') ; 
INSERT INTO `wp_usermeta` VALUES (23289, 2247, 'first_name', 'Robin') ; 
INSERT INTO `wp_usermeta` VALUES (23290, 2247, 'last_name', 'Zill') ; 
INSERT INTO `wp_usermeta` VALUES (23291, 2247, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23292, 2247, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (23293, 2247, 'pmpro_baddress1', '3403 E. Main Apt 503') ; 
INSERT INTO `wp_usermeta` VALUES (23294, 2247, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (23295, 2247, 'pmpro_bcity', 'Mesa') ; 
INSERT INTO `wp_usermeta` VALUES (23296, 2247, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23297, 2247, 'pmpro_bzipcode', '85213') ; 
INSERT INTO `wp_usermeta` VALUES (23298, 2248, 'pmpro_bfirstname', 'Robin') ; 
INSERT INTO `wp_usermeta` VALUES (23299, 2248, 'pmpro_blastname', 'Abrams') ; 
INSERT INTO `wp_usermeta` VALUES (23300, 2248, 'first_name', 'Robin') ; 
INSERT INTO `wp_usermeta` VALUES (23301, 2248, 'last_name', 'Abrams') ; 
INSERT INTO `wp_usermeta` VALUES (23302, 2248, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (23303, 2248, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (23304, 2248, 'pmpro_baddress1', '1509 W Briarwood Ave') ; 
INSERT INTO `wp_usermeta` VALUES (23305, 2248, 'pmpro_bcity', 'Littleton') ; 
INSERT INTO `wp_usermeta` VALUES (23306, 2248, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23307, 2248, 'pmpro_bzipcode', '80120') ; 
INSERT INTO `wp_usermeta` VALUES (23308, 2249, 'pmpro_bfirstname', 'Robin') ; 
INSERT INTO `wp_usermeta` VALUES (23309, 2249, 'pmpro_blastname', 'Johnson') ; 
INSERT INTO `wp_usermeta` VALUES (23310, 2249, 'first_name', 'Robin') ; 
INSERT INTO `wp_usermeta` VALUES (23311, 2249, 'last_name', 'Johnson') ; 
INSERT INTO `wp_usermeta` VALUES (23312, 2249, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23313, 2249, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (23314, 2249, 'pmpro_baddress1', '4942 Holt Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (23315, 2249, 'pmpro_bcity', 'Holt') ; 
INSERT INTO `wp_usermeta` VALUES (23316, 2249, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23317, 2249, 'pmpro_bzipcode', '48842') ; 
INSERT INTO `wp_usermeta` VALUES (23318, 2250, 'pmpro_bfirstname', 'Robin') ; 
INSERT INTO `wp_usermeta` VALUES (23319, 2250, 'pmpro_blastname', 'Ronnebaum') ; 
INSERT INTO `wp_usermeta` VALUES (23320, 2250, 'first_name', 'Robin') ; 
INSERT INTO `wp_usermeta` VALUES (23321, 2250, 'last_name', 'Ronnebaum') ; 
INSERT INTO `wp_usermeta` VALUES (23322, 2250, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23323, 2250, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (23324, 2250, 'pmpro_baddress1', '1319 S. 52nd Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (23325, 2250, 'pmpro_bcity', 'Omaha') ; 
INSERT INTO `wp_usermeta` VALUES (23326, 2250, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23327, 2250, 'pmpro_bzipcode', '68106') ; 
INSERT INTO `wp_usermeta` VALUES (23328, 2251, 'pmpro_bfirstname', 'Robin') ; 
INSERT INTO `wp_usermeta` VALUES (23329, 2251, 'pmpro_blastname', 'Sutker') ; 
INSERT INTO `wp_usermeta` VALUES (23330, 2251, 'first_name', 'Robin') ; 
INSERT INTO `wp_usermeta` VALUES (23331, 2251, 'last_name', 'Sutker') ; 
INSERT INTO `wp_usermeta` VALUES (23332, 2251, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (23333, 2251, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (23334, 2251, 'pmpro_baddress1', '15 Center Drive') ; 
INSERT INTO `wp_usermeta` VALUES (23335, 2251, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (23336, 2251, 'pmpro_bcity', 'Syosset') ; 
INSERT INTO `wp_usermeta` VALUES (23337, 2251, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23338, 2251, 'pmpro_bzipcode', '11791') ; 
INSERT INTO `wp_usermeta` VALUES (23339, 2252, 'pmpro_bfirstname', 'Robin F.') ; 
INSERT INTO `wp_usermeta` VALUES (23340, 2252, 'pmpro_blastname', 'Chambers') ; 
INSERT INTO `wp_usermeta` VALUES (23341, 2252, 'first_name', 'Robin F. ') ; 
INSERT INTO `wp_usermeta` VALUES (23342, 2252, 'last_name', 'Chambers') ; 
INSERT INTO `wp_usermeta` VALUES (23343, 2252, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (23344, 2252, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (23345, 2252, 'pmpro_baddress1', '909 Jancey St.') ; 
INSERT INTO `wp_usermeta` VALUES (23346, 2252, 'pmpro_bcity', 'Pittsburgh') ; 
INSERT INTO `wp_usermeta` VALUES (23347, 2252, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23348, 2252, 'pmpro_bzipcode', '15206') ; 
INSERT INTO `wp_usermeta` VALUES (23349, 2253, 'pmpro_bfirstname', 'Roby') ; 
INSERT INTO `wp_usermeta` VALUES (23350, 2253, 'pmpro_blastname', 'Elsner') ; 
INSERT INTO `wp_usermeta` VALUES (23351, 2253, 'first_name', 'Roby') ; 
INSERT INTO `wp_usermeta` VALUES (23352, 2253, 'last_name', 'Elsner') ; 
INSERT INTO `wp_usermeta` VALUES (23353, 2253, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23354, 2253, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (23355, 2253, 'pmpro_baddress1', '1414 Cornelia St.') ; 
INSERT INTO `wp_usermeta` VALUES (23356, 2253, 'pmpro_bcity', 'Knoxville') ; 
INSERT INTO `wp_usermeta` VALUES (23357, 2253, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23358, 2253, 'pmpro_bzipcode', '37917') ; 
INSERT INTO `wp_usermeta` VALUES (23359, 2254, 'pmpro_bfirstname', 'Robyn') ; 
INSERT INTO `wp_usermeta` VALUES (23360, 2254, 'pmpro_blastname', 'Barfoot') ; 
INSERT INTO `wp_usermeta` VALUES (23361, 2254, 'first_name', 'Robyn') ; 
INSERT INTO `wp_usermeta` VALUES (23362, 2254, 'last_name', 'Barfoot') ; 
INSERT INTO `wp_usermeta` VALUES (23363, 2254, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23364, 2254, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (23365, 2254, 'pmpro_baddress1', '2700 NW Pine Cone Dr. Apt 104') ; 
INSERT INTO `wp_usermeta` VALUES (23366, 2254, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (23367, 2254, 'pmpro_bcity', 'Issaquah') ; 
INSERT INTO `wp_usermeta` VALUES (23368, 2254, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23369, 2254, 'pmpro_bzipcode', '98027') ; 
INSERT INTO `wp_usermeta` VALUES (23370, 2255, 'pmpro_bfirstname', 'Robyn') ; 
INSERT INTO `wp_usermeta` VALUES (23371, 2255, 'pmpro_blastname', 'Scanlon') ; 
INSERT INTO `wp_usermeta` VALUES (23372, 2255, 'first_name', 'Robyn') ; 
INSERT INTO `wp_usermeta` VALUES (23373, 2255, 'last_name', 'Scanlon') ; 
INSERT INTO `wp_usermeta` VALUES (23374, 2255, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (23375, 2255, 'pmpro_bstate', 'IA') ; 
INSERT INTO `wp_usermeta` VALUES (23376, 2255, 'pmpro_baddress1', '507 Race St.') ; 
INSERT INTO `wp_usermeta` VALUES (23377, 2255, 'pmpro_bcity', 'Cambridge') ; 
INSERT INTO `wp_usermeta` VALUES (23378, 2255, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23379, 2255, 'pmpro_bzipcode', '50046') ; 
INSERT INTO `wp_usermeta` VALUES (23380, 2256, 'pmpro_bfirstname', 'Robyn W. ') ; 
INSERT INTO `wp_usermeta` VALUES (23381, 2256, 'pmpro_blastname', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (23382, 2256, 'first_name', 'Robyn W. ') ; 
INSERT INTO `wp_usermeta` VALUES (23383, 2256, 'last_name', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (23384, 2256, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23385, 2256, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (23386, 2256, 'pmpro_baddress1', '1337 Chagrin River Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (23387, 2256, 'pmpro_bcity', 'Gates Mills') ; 
INSERT INTO `wp_usermeta` VALUES (23388, 2256, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23389, 2256, 'pmpro_bzipcode', '44040') ; 
INSERT INTO `wp_usermeta` VALUES (23390, 2257, 'pmpro_bfirstname', 'Rodney A. ') ; 
INSERT INTO `wp_usermeta` VALUES (23391, 2257, 'pmpro_blastname', 'Owlett') ; 
INSERT INTO `wp_usermeta` VALUES (23392, 2257, 'first_name', 'Rodney A. ') ; 
INSERT INTO `wp_usermeta` VALUES (23393, 2257, 'last_name', 'Owlett') ; 
INSERT INTO `wp_usermeta` VALUES (23394, 2257, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23395, 2257, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (23396, 2257, 'pmpro_baddress1', '3019 Olive St.') ; 
INSERT INTO `wp_usermeta` VALUES (23397, 2257, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (23398, 2257, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23399, 2257, 'pmpro_bzipcode', '92104') ; 
INSERT INTO `wp_usermeta` VALUES (23400, 2258, 'pmpro_bfirstname', 'Roger') ; 
INSERT INTO `wp_usermeta` VALUES (23401, 2258, 'pmpro_blastname', 'Alink: Director') ; 
INSERT INTO `wp_usermeta` VALUES (23402, 2258, 'first_name', 'Roger') ; 
INSERT INTO `wp_usermeta` VALUES (23403, 2258, 'last_name', 'Alink: Director') ; 
INSERT INTO `wp_usermeta` VALUES (23404, 2258, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23405, 2258, 'pmpro_bstate', 'NM') ; 
INSERT INTO `wp_usermeta` VALUES (23406, 2258, 'pmpro_baddress1', 'P.O. Box 1359') ; 
INSERT INTO `wp_usermeta` VALUES (23407, 2258, 'pmpro_bcity', 'Edgewood') ; 
INSERT INTO `wp_usermeta` VALUES (23408, 2258, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (23409, 2258, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23410, 2258, 'pmpro_bzipcode', '87015') ; 
INSERT INTO `wp_usermeta` VALUES (23411, 2259, 'pmpro_bfirstname', 'Roger') ; 
INSERT INTO `wp_usermeta` VALUES (23412, 2259, 'pmpro_blastname', 'Harrod') ; 
INSERT INTO `wp_usermeta` VALUES (23413, 2259, 'first_name', 'Roger') ; 
INSERT INTO `wp_usermeta` VALUES (23414, 2259, 'last_name', 'Harrod') ; 
INSERT INTO `wp_usermeta` VALUES (23415, 2259, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23416, 2259, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (23417, 2259, 'pmpro_baddress1', '206 Onondaga Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (23418, 2259, 'pmpro_bcity', 'Syracuse') ; 
INSERT INTO `wp_usermeta` VALUES (23419, 2259, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23420, 2259, 'pmpro_bzipcode', '13207-1440') ; 
INSERT INTO `wp_usermeta` VALUES (23421, 2260, 'pmpro_bfirstname', 'Roger') ; 
INSERT INTO `wp_usermeta` VALUES (23422, 2260, 'pmpro_blastname', 'Sweeney') ; 
INSERT INTO `wp_usermeta` VALUES (23423, 2260, 'first_name', 'Virginia Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (23424, 2260, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (23425, 2260, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23426, 2260, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (23427, 2260, 'pmpro_baddress1', '3500 Granby St.') ; 
INSERT INTO `wp_usermeta` VALUES (23428, 2260, 'pmpro_bcity', 'Norfolk') ; 
INSERT INTO `wp_usermeta` VALUES (23429, 2260, 'uxf_organization', 'Virginia Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (23430, 2260, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23431, 2260, 'pmpro_bzipcode', '23504') ; 
INSERT INTO `wp_usermeta` VALUES (23432, 2260, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (23433, 2261, 'pmpro_bfirstname', 'Ron') ; 
INSERT INTO `wp_usermeta` VALUES (23434, 2261, 'pmpro_blastname', 'Hans') ; 
INSERT INTO `wp_usermeta` VALUES (23435, 2261, 'first_name', 'Ron') ; 
INSERT INTO `wp_usermeta` VALUES (23436, 2261, 'last_name', 'Hans') ; 
INSERT INTO `wp_usermeta` VALUES (23437, 2261, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23438, 2261, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (23439, 2261, 'pmpro_baddress1', '48417 Princess Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (23440, 2261, 'pmpro_bcity', 'Lexington Park') ; 
INSERT INTO `wp_usermeta` VALUES (23441, 2261, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23442, 2261, 'pmpro_bzipcode', '20653') ; 
INSERT INTO `wp_usermeta` VALUES (23443, 2262, 'pmpro_bfirstname', 'Lara') ; 
INSERT INTO `wp_usermeta` VALUES (23444, 2262, 'pmpro_blastname', 'Marcinkowski') ; 
INSERT INTO `wp_usermeta` VALUES (23445, 2262, 'first_name', 'Detroit Zoological Society') ; 
INSERT INTO `wp_usermeta` VALUES (23446, 2262, 'last_name', 'Marcinkowski') ; 
INSERT INTO `wp_usermeta` VALUES (23447, 2262, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (23448, 2262, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (23449, 2262, 'pmpro_baddress1', '8450 W. 10 Mile Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (23450, 2262, 'pmpro_bcity', 'Royal Oak') ; 
INSERT INTO `wp_usermeta` VALUES (23451, 2262, 'uxf_organization', 'Detroit Zoological Society') ; 
INSERT INTO `wp_usermeta` VALUES (23452, 2262, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23453, 2262, 'pmpro_bzipcode', '48067-3001') ; 
INSERT INTO `wp_usermeta` VALUES (23454, 2262, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (23455, 2263, 'pmpro_bfirstname', 'Ron') ; 
INSERT INTO `wp_usermeta` VALUES (23456, 2263, 'pmpro_blastname', 'Manseau') ; 
INSERT INTO `wp_usermeta` VALUES (23457, 2263, 'first_name', 'Ron') ; 
INSERT INTO `wp_usermeta` VALUES (23458, 2263, 'last_name', 'Manseau') ; 
INSERT INTO `wp_usermeta` VALUES (23459, 2263, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23460, 2263, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (23461, 2263, 'pmpro_baddress1', '320 Alter Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (23462, 2263, 'pmpro_bcity', 'Detroit') ; 
INSERT INTO `wp_usermeta` VALUES (23463, 2263, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23464, 2263, 'pmpro_bzipcode', '48215') ; 
INSERT INTO `wp_usermeta` VALUES (23465, 2264, 'pmpro_bfirstname', 'Ron') ; 
INSERT INTO `wp_usermeta` VALUES (23466, 2264, 'pmpro_blastname', 'Evans') ; 
INSERT INTO `wp_usermeta` VALUES (23467, 2264, 'first_name', 'Ron') ; 
INSERT INTO `wp_usermeta` VALUES (23468, 2264, 'last_name', 'Evans') ; 
INSERT INTO `wp_usermeta` VALUES (23469, 2264, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23470, 2264, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (23471, 2264, 'pmpro_baddress1', '7249 Rita Lane') ; 
INSERT INTO `wp_usermeta` VALUES (23472, 2264, 'pmpro_bcity', 'Cincinnati') ; 
INSERT INTO `wp_usermeta` VALUES (23473, 2264, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23474, 2264, 'pmpro_bzipcode', '45243') ; 
INSERT INTO `wp_usermeta` VALUES (23475, 2265, 'pmpro_bfirstname', 'Rory') ; 
INSERT INTO `wp_usermeta` VALUES (23476, 2265, 'pmpro_blastname', 'Dwyer') ; 
INSERT INTO `wp_usermeta` VALUES (23477, 2265, 'first_name', 'Rory') ; 
INSERT INTO `wp_usermeta` VALUES (23478, 2265, 'last_name', 'Dwyer') ; 
INSERT INTO `wp_usermeta` VALUES (23479, 2265, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23480, 2265, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (23481, 2265, 'pmpro_baddress1', '140 Parsons Street') ; 
INSERT INTO `wp_usermeta` VALUES (23482, 2265, 'pmpro_bcity', 'Brighton') ; 
INSERT INTO `wp_usermeta` VALUES (23483, 2265, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23484, 2265, 'pmpro_bzipcode', '2135') ; 
INSERT INTO `wp_usermeta` VALUES (23485, 2266, 'pmpro_bfirstname', 'Rose') ; 
INSERT INTO `wp_usermeta` VALUES (23486, 2266, 'pmpro_blastname', 'Roulette') ; 
INSERT INTO `wp_usermeta` VALUES (23487, 2266, 'first_name', 'Rose') ; 
INSERT INTO `wp_usermeta` VALUES (23488, 2266, 'last_name', 'Roulette') ; 
INSERT INTO `wp_usermeta` VALUES (23489, 2266, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23490, 2266, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (23491, 2266, 'pmpro_baddress1', '4619 Deer Creek Ct. Apt 6') ; 
INSERT INTO `wp_usermeta` VALUES (23492, 2266, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (23493, 2266, 'pmpro_bcity', 'Austintown') ; 
INSERT INTO `wp_usermeta` VALUES (23494, 2266, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23495, 2266, 'pmpro_bzipcode', '44515') ; 
INSERT INTO `wp_usermeta` VALUES (23496, 2267, 'pmpro_bfirstname', 'Rosemary') ; 
INSERT INTO `wp_usermeta` VALUES (23497, 2267, 'pmpro_blastname', 'Love') ; 
INSERT INTO `wp_usermeta` VALUES (23498, 2267, 'first_name', 'Rosemary') ; 
INSERT INTO `wp_usermeta` VALUES (23499, 2267, 'last_name', 'Love') ; 
INSERT INTO `wp_usermeta` VALUES (23500, 2267, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23501, 2267, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (23502, 2267, 'pmpro_baddress1', '1318 Michigan Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (23503, 2267, 'pmpro_bcity', 'Dallas') ; 
INSERT INTO `wp_usermeta` VALUES (23504, 2267, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23505, 2267, 'pmpro_bzipcode', '75216') ; 
INSERT INTO `wp_usermeta` VALUES (23506, 2268, 'pmpro_bfirstname', 'Roslyn') ; 
INSERT INTO `wp_usermeta` VALUES (23507, 2268, 'pmpro_blastname', 'Sealy') ; 
INSERT INTO `wp_usermeta` VALUES (23508, 2268, 'first_name', 'Roslyn') ; 
INSERT INTO `wp_usermeta` VALUES (23509, 2268, 'last_name', 'Sealy') ; 
INSERT INTO `wp_usermeta` VALUES (23510, 2268, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23511, 2268, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (23512, 2268, 'pmpro_baddress1', '14352 B Roslyn Pl. N') ; 
INSERT INTO `wp_usermeta` VALUES (23513, 2268, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (23514, 2268, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23515, 2268, 'pmpro_bzipcode', '98133') ; 
INSERT INTO `wp_usermeta` VALUES (23516, 2269, 'pmpro_bfirstname', 'Ross') ; 
INSERT INTO `wp_usermeta` VALUES (23517, 2269, 'pmpro_blastname', 'Anthold') ; 
INSERT INTO `wp_usermeta` VALUES (23518, 2269, 'first_name', 'Ross') ; 
INSERT INTO `wp_usermeta` VALUES (23519, 2269, 'last_name', 'Anthold') ; 
INSERT INTO `wp_usermeta` VALUES (23520, 2269, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (23521, 2269, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (23522, 2269, 'pmpro_baddress1', '1008 W. Sycamore St.') ; 
INSERT INTO `wp_usermeta` VALUES (23523, 2269, 'pmpro_bcity', 'Anaheim') ; 
INSERT INTO `wp_usermeta` VALUES (23524, 2269, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23525, 2269, 'pmpro_bzipcode', '92805') ; 
INSERT INTO `wp_usermeta` VALUES (23526, 2270, 'pmpro_bfirstname', 'Roxane') ; 
INSERT INTO `wp_usermeta` VALUES (23527, 2270, 'pmpro_blastname', 'Renaud-Lozich') ; 
INSERT INTO `wp_usermeta` VALUES (23528, 2270, 'first_name', 'Roxane') ; 
INSERT INTO `wp_usermeta` VALUES (23529, 2270, 'last_name', 'Renaud-Lozich') ; 
INSERT INTO `wp_usermeta` VALUES (23530, 2270, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23531, 2270, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (23532, 2270, 'pmpro_baddress1', '7270 W. 174th Pl.') ; 
INSERT INTO `wp_usermeta` VALUES (23533, 2270, 'pmpro_bcity', 'Tinley Park') ; 
INSERT INTO `wp_usermeta` VALUES (23534, 2270, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23535, 2270, 'pmpro_bzipcode', '60477') ; 
INSERT INTO `wp_usermeta` VALUES (23536, 2271, 'pmpro_bfirstname', 'Roxanna') ; 
INSERT INTO `wp_usermeta` VALUES (23537, 2271, 'pmpro_blastname', 'Breitigan') ; 
INSERT INTO `wp_usermeta` VALUES (23538, 2271, 'first_name', 'Roxanna') ; 
INSERT INTO `wp_usermeta` VALUES (23539, 2271, 'last_name', 'Breitigan') ; 
INSERT INTO `wp_usermeta` VALUES (23540, 2271, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23541, 2271, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (23542, 2271, 'pmpro_baddress1', '1055 Greenbrier Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (23543, 2271, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (23544, 2271, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23545, 2271, 'pmpro_bzipcode', '80916-3930') ; 
INSERT INTO `wp_usermeta` VALUES (23546, 2272, 'pmpro_bfirstname', 'Roz') ; 
INSERT INTO `wp_usermeta` VALUES (23547, 2272, 'pmpro_blastname', 'Gorzeman') ; 
INSERT INTO `wp_usermeta` VALUES (23548, 2272, 'first_name', 'Roz') ; 
INSERT INTO `wp_usermeta` VALUES (23549, 2272, 'last_name', 'Gorzeman') ; 
INSERT INTO `wp_usermeta` VALUES (23550, 2272, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23551, 2272, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (23552, 2272, 'pmpro_baddress1', '5515 McGinnis Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (23553, 2272, 'pmpro_bcity', 'Corryton') ; 
INSERT INTO `wp_usermeta` VALUES (23554, 2272, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23555, 2272, 'pmpro_bzipcode', '37721') ; 
INSERT INTO `wp_usermeta` VALUES (23556, 2273, 'pmpro_bfirstname', 'Russ') ; 
INSERT INTO `wp_usermeta` VALUES (23557, 2273, 'pmpro_blastname', 'Roach') ; 
INSERT INTO `wp_usermeta` VALUES (23558, 2273, 'first_name', 'Russ') ; 
INSERT INTO `wp_usermeta` VALUES (23559, 2273, 'last_name', 'Roach') ; 
INSERT INTO `wp_usermeta` VALUES (23560, 2273, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23561, 2273, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (23562, 2273, 'pmpro_baddress1', '15704 Interlake Ave. N.') ; 
INSERT INTO `wp_usermeta` VALUES (23563, 2273, 'pmpro_bcity', 'Shoreline') ; 
INSERT INTO `wp_usermeta` VALUES (23564, 2273, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23565, 2273, 'pmpro_bzipcode', '98133') ; 
INSERT INTO `wp_usermeta` VALUES (23566, 2274, 'pmpro_bfirstname', 'Russell') ; 
INSERT INTO `wp_usermeta` VALUES (23567, 2274, 'pmpro_blastname', 'Pharr') ; 
INSERT INTO `wp_usermeta` VALUES (23568, 2274, 'first_name', 'Russell') ; 
INSERT INTO `wp_usermeta` VALUES (23569, 2274, 'last_name', 'Pharr') ; 
INSERT INTO `wp_usermeta` VALUES (23570, 2274, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23571, 2274, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (23572, 2274, 'pmpro_baddress1', '1520 N. Beckley Ave.  #424') ; 
INSERT INTO `wp_usermeta` VALUES (23573, 2274, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (23574, 2274, 'pmpro_bcity', 'Dallas') ; 
INSERT INTO `wp_usermeta` VALUES (23575, 2274, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23576, 2274, 'pmpro_bzipcode', '75203') ; 
INSERT INTO `wp_usermeta` VALUES (23577, 2275, 'pmpro_bfirstname', 'Russell K.') ; 
INSERT INTO `wp_usermeta` VALUES (23578, 2275, 'pmpro_blastname', 'Young') ; 
INSERT INTO `wp_usermeta` VALUES (23579, 2275, 'first_name', 'Russell K.') ; 
INSERT INTO `wp_usermeta` VALUES (23580, 2275, 'last_name', 'Young') ; 
INSERT INTO `wp_usermeta` VALUES (23581, 2275, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (23582, 2275, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (23583, 2275, 'pmpro_baddress1', '1111 Ash St. #410') ; 
INSERT INTO `wp_usermeta` VALUES (23584, 2275, 'pmpro_bcity', 'Denver') ; 
INSERT INTO `wp_usermeta` VALUES (23585, 2275, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23586, 2275, 'pmpro_bzipcode', '80220-3756') ; 
INSERT INTO `wp_usermeta` VALUES (23587, 2276, 'pmpro_bfirstname', 'Ruth') ; 
INSERT INTO `wp_usermeta` VALUES (23588, 2276, 'pmpro_blastname', 'Barroso') ; 
INSERT INTO `wp_usermeta` VALUES (23589, 2276, 'first_name', 'Ruth') ; 
INSERT INTO `wp_usermeta` VALUES (23590, 2276, 'last_name', 'Barroso') ; 
INSERT INTO `wp_usermeta` VALUES (23591, 2276, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23592, 2276, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (23593, 2276, 'pmpro_baddress1', '508 Sovereign Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (23594, 2276, 'pmpro_bcity', 'Tampa') ; 
INSERT INTO `wp_usermeta` VALUES (23595, 2276, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23596, 2276, 'pmpro_bzipcode', '33613') ; 
INSERT INTO `wp_usermeta` VALUES (23597, 2277, 'pmpro_bfirstname', 'Ruth') ; 
INSERT INTO `wp_usermeta` VALUES (23598, 2277, 'pmpro_blastname', 'Valentine') ; 
INSERT INTO `wp_usermeta` VALUES (23599, 2277, 'first_name', 'Ruth') ; 
INSERT INTO `wp_usermeta` VALUES (23600, 2277, 'last_name', 'Valentine') ; 
INSERT INTO `wp_usermeta` VALUES (23601, 2277, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23602, 2277, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (23603, 2277, 'pmpro_baddress1', '214 Coreys Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (23604, 2277, 'pmpro_bcity', 'Tupper Lake') ; 
INSERT INTO `wp_usermeta` VALUES (23605, 2277, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23606, 2277, 'pmpro_bzipcode', '12986') ; 
INSERT INTO `wp_usermeta` VALUES (23607, 2278, 'pmpro_bfirstname', 'Ruth') ; 
INSERT INTO `wp_usermeta` VALUES (23608, 2278, 'pmpro_blastname', 'Yakushiji') ; 
INSERT INTO `wp_usermeta` VALUES (23609, 2278, 'first_name', 'Ruth') ; 
INSERT INTO `wp_usermeta` VALUES (23610, 2278, 'last_name', 'Yakushiji') ; 
INSERT INTO `wp_usermeta` VALUES (23611, 2278, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23612, 2278, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (23613, 2278, 'pmpro_baddress1', '3622 Monterey Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (23614, 2278, 'pmpro_bcity', 'Los Angeles') ; 
INSERT INTO `wp_usermeta` VALUES (23615, 2278, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23616, 2278, 'pmpro_bzipcode', '90032') ; 
INSERT INTO `wp_usermeta` VALUES (23617, 2279, 'pmpro_bfirstname', 'Ryan') ; 
INSERT INTO `wp_usermeta` VALUES (23618, 2279, 'pmpro_blastname', 'Hegarty') ; 
INSERT INTO `wp_usermeta` VALUES (23619, 2279, 'first_name', 'Ryan') ; 
INSERT INTO `wp_usermeta` VALUES (23620, 2279, 'last_name', 'Hegarty') ; 
INSERT INTO `wp_usermeta` VALUES (23621, 2279, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (23622, 2279, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (23623, 2279, 'pmpro_baddress1', '50 George St.') ; 
INSERT INTO `wp_usermeta` VALUES (23624, 2279, 'pmpro_bcity', 'Markham') ; 
INSERT INTO `wp_usermeta` VALUES (23625, 2279, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23626, 2279, 'pmpro_bzipcode', 'L3P 2R7') ; 
INSERT INTO `wp_usermeta` VALUES (23627, 2280, 'pmpro_bfirstname', 'Ryan') ; 
INSERT INTO `wp_usermeta` VALUES (23628, 2280, 'pmpro_blastname', 'Clifton') ; 
INSERT INTO `wp_usermeta` VALUES (23629, 2280, 'first_name', 'Ryan') ; 
INSERT INTO `wp_usermeta` VALUES (23630, 2280, 'last_name', 'Clifton') ; 
INSERT INTO `wp_usermeta` VALUES (23631, 2280, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23632, 2280, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (23633, 2280, 'pmpro_baddress1', '33359 1st Lane S. ') ; 
INSERT INTO `wp_usermeta` VALUES (23634, 2280, 'pmpro_baddress2', 'Unit B') ; 
INSERT INTO `wp_usermeta` VALUES (23635, 2280, 'pmpro_bcity', 'Federal Way') ; 
INSERT INTO `wp_usermeta` VALUES (23636, 2280, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23637, 2280, 'pmpro_bzipcode', '98003') ; 
INSERT INTO `wp_usermeta` VALUES (23638, 2281, 'pmpro_bfirstname', 'Ryan') ; 
INSERT INTO `wp_usermeta` VALUES (23639, 2281, 'pmpro_blastname', 'Whisney') ; 
INSERT INTO `wp_usermeta` VALUES (23640, 2281, 'first_name', 'Ryan') ; 
INSERT INTO `wp_usermeta` VALUES (23641, 2281, 'last_name', 'Whisney') ; 
INSERT INTO `wp_usermeta` VALUES (23642, 2281, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (23643, 2281, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (23644, 2281, 'pmpro_baddress1', '2903 N. 48th St.') ; 
INSERT INTO `wp_usermeta` VALUES (23645, 2281, 'pmpro_bcity', 'Omaha') ; 
INSERT INTO `wp_usermeta` VALUES (23646, 2281, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23647, 2281, 'pmpro_bzipcode', '68104') ; 
INSERT INTO `wp_usermeta` VALUES (23648, 2282, 'pmpro_bfirstname', 'Ryuji') ; 
INSERT INTO `wp_usermeta` VALUES (23649, 2282, 'pmpro_blastname', 'Nakazato') ; 
INSERT INTO `wp_usermeta` VALUES (23650, 2282, 'first_name', 'Ryuji') ; 
INSERT INTO `wp_usermeta` VALUES (23651, 2282, 'last_name', 'Nakazato') ; 
INSERT INTO `wp_usermeta` VALUES (23652, 2282, 'pmpro_bcountry', 'JAPAN') ; 
INSERT INTO `wp_usermeta` VALUES (23653, 2282, 'pmpro_baddress1', '44-7 Wakamiya 2-chome') ; 
INSERT INTO `wp_usermeta` VALUES (23654, 2282, 'pmpro_bcity', 'Tokyo') ; 
INSERT INTO `wp_usermeta` VALUES (23655, 2282, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (23656, 2282, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23657, 2282, 'pmpro_bzipcode', '165-0033') ; 
INSERT INTO `wp_usermeta` VALUES (23658, 2282, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (23659, 2282, 'uxf_akf', 'PRINT') ; 
INSERT INTO `wp_usermeta` VALUES (23660, 2283, 'pmpro_bfirstname', 'S') ; 
INSERT INTO `wp_usermeta` VALUES (23661, 2283, 'pmpro_blastname', 'Shivanna: Manager') ; 
INSERT INTO `wp_usermeta` VALUES (23662, 2283, 'first_name', 'S') ; 
INSERT INTO `wp_usermeta` VALUES (23663, 2283, 'last_name', 'Shivanna: Manager') ; 
INSERT INTO `wp_usermeta` VALUES (23664, 2283, 'pmpro_bcountry', 'INDIA') ; 
INSERT INTO `wp_usermeta` VALUES (23665, 2283, 'pmpro_bcity', 'Mysore-Karataka') ; 
INSERT INTO `wp_usermeta` VALUES (23666, 2283, 'uxf_organization', 'Mysore Zoo-Indiranagar') ; 
INSERT INTO `wp_usermeta` VALUES (23667, 2283, 'pmpro_bzipcode', '570 010') ; 
INSERT INTO `wp_usermeta` VALUES (23668, 2283, 'uxf_akf', 'ELECTRONIC') ; 
INSERT INTO `wp_usermeta` VALUES (23669, 2284, 'pmpro_bfirstname', 'S. A. ') ; 
INSERT INTO `wp_usermeta` VALUES (23670, 2284, 'pmpro_blastname', 'Hendrickson') ; 
INSERT INTO `wp_usermeta` VALUES (23671, 2284, 'first_name', 'S. A. ') ; 
INSERT INTO `wp_usermeta` VALUES (23672, 2284, 'last_name', 'Hendrickson') ; 
INSERT INTO `wp_usermeta` VALUES (23673, 2284, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23674, 2284, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (23675, 2284, 'pmpro_baddress1', '3 Hawthorne PL') ; 
INSERT INTO `wp_usermeta` VALUES (23676, 2284, 'pmpro_bcity', 'Basking Ridge') ; 
INSERT INTO `wp_usermeta` VALUES (23677, 2284, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23678, 2284, 'pmpro_bzipcode', '07920-3125') ; 
INSERT INTO `wp_usermeta` VALUES (23679, 2285, 'pmpro_bfirstname', 'Sally') ; 
INSERT INTO `wp_usermeta` VALUES (23680, 2285, 'pmpro_blastname', 'Walker') ; 
INSERT INTO `wp_usermeta` VALUES (23681, 2285, 'first_name', 'Sally') ; 
INSERT INTO `wp_usermeta` VALUES (23682, 2285, 'last_name', 'Walker') ; 
INSERT INTO `wp_usermeta` VALUES (23683, 2285, 'pmpro_bcountry', 'INDIA') ; 
INSERT INTO `wp_usermeta` VALUES (23684, 2285, 'pmpro_baddress1', 'Pioneer House- Peelamedu') ; 
INSERT INTO `wp_usermeta` VALUES (23685, 2285, 'pmpro_bcity', 'Combatore Tamil Nadu ') ; 
INSERT INTO `wp_usermeta` VALUES (23686, 2285, 'uxf_organization', 'Zoo Outreach Organization') ; 
INSERT INTO `wp_usermeta` VALUES (23687, 2285, 'uxf_count', 'NO') ; 
INSERT INTO `wp_usermeta` VALUES (23688, 2285, 'pmpro_bzipcode', '641 004') ; 
INSERT INTO `wp_usermeta` VALUES (23689, 2285, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (23690, 2286, 'pmpro_bfirstname', 'Sally') ; 
INSERT INTO `wp_usermeta` VALUES (23691, 2286, 'pmpro_blastname', 'Duffield') ; 
INSERT INTO `wp_usermeta` VALUES (23692, 2286, 'first_name', 'Sally') ; 
INSERT INTO `wp_usermeta` VALUES (23693, 2286, 'last_name', 'Duffield') ; 
INSERT INTO `wp_usermeta` VALUES (23694, 2286, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (23695, 2286, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (23696, 2286, 'pmpro_baddress1', '13167 60th St. S.') ; 
INSERT INTO `wp_usermeta` VALUES (23697, 2286, 'pmpro_bcity', 'Wellington') ; 
INSERT INTO `wp_usermeta` VALUES (23698, 2286, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23699, 2286, 'pmpro_bzipcode', '33449') ; 
INSERT INTO `wp_usermeta` VALUES (23700, 2287, 'pmpro_bfirstname', 'Sally') ; 
INSERT INTO `wp_usermeta` VALUES (23701, 2287, 'pmpro_blastname', 'Majewski') ; 
INSERT INTO `wp_usermeta` VALUES (23702, 2287, 'first_name', 'Sally') ; 
INSERT INTO `wp_usermeta` VALUES (23703, 2287, 'last_name', 'Majewski') ; 
INSERT INTO `wp_usermeta` VALUES (23704, 2287, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23705, 2287, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (23706, 2287, 'pmpro_baddress1', '536 North Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (23707, 2287, 'pmpro_bcity', 'Verona') ; 
INSERT INTO `wp_usermeta` VALUES (23708, 2287, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23709, 2287, 'pmpro_bzipcode', '15147') ; 
INSERT INTO `wp_usermeta` VALUES (23710, 2288, 'pmpro_bfirstname', 'Sally') ; 
INSERT INTO `wp_usermeta` VALUES (23711, 2288, 'pmpro_blastname', 'Becker') ; 
INSERT INTO `wp_usermeta` VALUES (23712, 2288, 'first_name', 'Sally') ; 
INSERT INTO `wp_usermeta` VALUES (23713, 2288, 'last_name', 'Becker') ; 
INSERT INTO `wp_usermeta` VALUES (23714, 2288, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23715, 2288, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (23716, 2288, 'pmpro_baddress1', '2706 W. Ashlan - Space 85') ; 
INSERT INTO `wp_usermeta` VALUES (23717, 2288, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (23718, 2288, 'pmpro_bcity', 'Fresno') ; 
INSERT INTO `wp_usermeta` VALUES (23719, 2288, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23720, 2288, 'pmpro_bzipcode', '93705') ; 
INSERT INTO `wp_usermeta` VALUES (23721, 2289, 'pmpro_bfirstname', 'Sam') ; 
INSERT INTO `wp_usermeta` VALUES (23722, 2289, 'pmpro_blastname', 'Peterson') ; 
INSERT INTO `wp_usermeta` VALUES (23723, 2289, 'first_name', 'Sam') ; 
INSERT INTO `wp_usermeta` VALUES (23724, 2289, 'last_name', 'Peterson') ; 
INSERT INTO `wp_usermeta` VALUES (23725, 2289, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23726, 2289, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (23727, 2289, 'pmpro_baddress1', '3903 N. St. Mary\\\'s St.') ; 
INSERT INTO `wp_usermeta` VALUES (23728, 2289, 'pmpro_bcity', 'San Antonio') ; 
INSERT INTO `wp_usermeta` VALUES (23729, 2289, 'uxf_organization', 'San Antonio Zoo Library') ; 
INSERT INTO `wp_usermeta` VALUES (23730, 2289, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23731, 2289, 'pmpro_bzipcode', '78212') ; 
INSERT INTO `wp_usermeta` VALUES (23732, 2290, 'pmpro_bfirstname', 'Samantha') ; 
INSERT INTO `wp_usermeta` VALUES (23733, 2290, 'pmpro_blastname', 'Kujawa') ; 
INSERT INTO `wp_usermeta` VALUES (23734, 2290, 'first_name', 'Samantha') ; 
INSERT INTO `wp_usermeta` VALUES (23735, 2290, 'last_name', 'Kujawa') ; 
INSERT INTO `wp_usermeta` VALUES (23736, 2290, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23737, 2290, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (23738, 2290, 'pmpro_baddress1', '2315 Parkes Kinner Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (23739, 2290, 'pmpro_bcity', 'Pleasant Plains') ; 
INSERT INTO `wp_usermeta` VALUES (23740, 2290, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23741, 2290, 'pmpro_bzipcode', '62677') ; 
INSERT INTO `wp_usermeta` VALUES (23742, 2291, 'pmpro_bfirstname', 'Samantha') ; 
INSERT INTO `wp_usermeta` VALUES (23743, 2291, 'pmpro_blastname', 'Kaeser') ; 
INSERT INTO `wp_usermeta` VALUES (23744, 2291, 'first_name', 'Samantha') ; 
INSERT INTO `wp_usermeta` VALUES (23745, 2291, 'last_name', 'Kaeser') ; 
INSERT INTO `wp_usermeta` VALUES (23746, 2291, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (23747, 2291, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (23748, 2291, 'pmpro_baddress1', '4473 Country Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (23749, 2291, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (23750, 2291, 'pmpro_bcity', 'Melbourne') ; 
INSERT INTO `wp_usermeta` VALUES (23751, 2291, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23752, 2291, 'pmpro_bzipcode', '32934-8468') ; 
INSERT INTO `wp_usermeta` VALUES (23753, 2292, 'pmpro_bfirstname', 'Samantha') ; 
INSERT INTO `wp_usermeta` VALUES (23754, 2292, 'pmpro_blastname', 'Cadman') ; 
INSERT INTO `wp_usermeta` VALUES (23755, 2292, 'first_name', 'Samantha') ; 
INSERT INTO `wp_usermeta` VALUES (23756, 2292, 'last_name', 'Cadman') ; 
INSERT INTO `wp_usermeta` VALUES (23757, 2292, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (23758, 2292, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (23759, 2292, 'pmpro_baddress1', '6023 Eileen Avenue') ; 
INSERT INTO `wp_usermeta` VALUES (23760, 2292, 'pmpro_bcity', 'Los Angeles') ; 
INSERT INTO `wp_usermeta` VALUES (23761, 2292, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23762, 2292, 'pmpro_bzipcode', '90043-3627') ; 
INSERT INTO `wp_usermeta` VALUES (23763, 2293, 'pmpro_bfirstname', 'Samantha') ; 
INSERT INTO `wp_usermeta` VALUES (23764, 2293, 'pmpro_blastname', 'Sassone') ; 
INSERT INTO `wp_usermeta` VALUES (23765, 2293, 'first_name', 'Samantha') ; 
INSERT INTO `wp_usermeta` VALUES (23766, 2293, 'last_name', 'Sassone') ; 
INSERT INTO `wp_usermeta` VALUES (23767, 2293, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23768, 2293, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (23769, 2293, 'pmpro_baddress1', '1137 US Hwy. 19S - Lot 12A') ; 
INSERT INTO `wp_usermeta` VALUES (23770, 2293, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (23771, 2293, 'pmpro_bcity', 'Leesburg') ; 
INSERT INTO `wp_usermeta` VALUES (23772, 2293, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23773, 2293, 'pmpro_bzipcode', '31763') ; 
INSERT INTO `wp_usermeta` VALUES (23774, 2294, 'pmpro_bfirstname', 'Samantha') ; 
INSERT INTO `wp_usermeta` VALUES (23775, 2294, 'pmpro_blastname', 'Dickens') ; 
INSERT INTO `wp_usermeta` VALUES (23776, 2294, 'first_name', 'Samantha') ; 
INSERT INTO `wp_usermeta` VALUES (23777, 2294, 'last_name', 'Dickens') ; 
INSERT INTO `wp_usermeta` VALUES (23778, 2294, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23779, 2294, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (23780, 2294, 'pmpro_baddress1', '1750 Panther Creek Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (23781, 2294, 'pmpro_bcity', 'Asheboro') ; 
INSERT INTO `wp_usermeta` VALUES (23782, 2294, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23783, 2294, 'pmpro_bzipcode', '27205') ; 
INSERT INTO `wp_usermeta` VALUES (23784, 2295, 'pmpro_bfirstname', 'Samantha') ; 
INSERT INTO `wp_usermeta` VALUES (23785, 2295, 'pmpro_blastname', 'Pawlowski') ; 
INSERT INTO `wp_usermeta` VALUES (23786, 2295, 'first_name', 'Samantha') ; 
INSERT INTO `wp_usermeta` VALUES (23787, 2295, 'last_name', 'Pawlowski') ; 
INSERT INTO `wp_usermeta` VALUES (23788, 2295, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (23789, 2295, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (23790, 2295, 'pmpro_baddress1', '4190 Marwood') ; 
INSERT INTO `wp_usermeta` VALUES (23791, 2295, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (23792, 2295, 'pmpro_bcity', 'Howell') ; 
INSERT INTO `wp_usermeta` VALUES (23793, 2295, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23794, 2295, 'pmpro_bzipcode', '48855') ; 
INSERT INTO `wp_usermeta` VALUES (23795, 2296, 'pmpro_bfirstname', 'Samantha') ; 
INSERT INTO `wp_usermeta` VALUES (23796, 2296, 'pmpro_blastname', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (23797, 2296, 'first_name', 'Samantha') ; 
INSERT INTO `wp_usermeta` VALUES (23798, 2296, 'last_name', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (23799, 2296, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23800, 2296, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (23801, 2296, 'pmpro_baddress1', '11625 Community Center Dr.  Unit 332') ; 
INSERT INTO `wp_usermeta` VALUES (23802, 2296, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (23803, 2296, 'pmpro_bcity', 'Northglenn') ; 
INSERT INTO `wp_usermeta` VALUES (23804, 2296, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23805, 2296, 'pmpro_bzipcode', '80233') ; 
INSERT INTO `wp_usermeta` VALUES (23806, 2297, 'pmpro_bfirstname', 'Samantha') ; 
INSERT INTO `wp_usermeta` VALUES (23807, 2297, 'pmpro_blastname', 'Lopez') ; 
INSERT INTO `wp_usermeta` VALUES (23808, 2297, 'first_name', 'Samantha') ; 
INSERT INTO `wp_usermeta` VALUES (23809, 2297, 'last_name', 'Lopez') ; 
INSERT INTO `wp_usermeta` VALUES (23810, 2297, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23811, 2297, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (23812, 2297, 'pmpro_baddress1', '211 Miller St.') ; 
INSERT INTO `wp_usermeta` VALUES (23813, 2297, 'pmpro_bcity', 'Lexington') ; 
INSERT INTO `wp_usermeta` VALUES (23814, 2297, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23815, 2297, 'pmpro_bzipcode', '24450') ; 
INSERT INTO `wp_usermeta` VALUES (23816, 2298, 'pmpro_bfirstname', 'Samantha') ; 
INSERT INTO `wp_usermeta` VALUES (23817, 2298, 'pmpro_blastname', 'Wegman') ; 
INSERT INTO `wp_usermeta` VALUES (23818, 2298, 'first_name', 'Samantha') ; 
INSERT INTO `wp_usermeta` VALUES (23819, 2298, 'last_name', 'Wegman') ; 
INSERT INTO `wp_usermeta` VALUES (23820, 2298, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23821, 2298, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (23822, 2298, 'pmpro_baddress1', '262 Oley Line Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (23823, 2298, 'pmpro_bcity', 'Douglassville') ; 
INSERT INTO `wp_usermeta` VALUES (23824, 2298, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23825, 2298, 'pmpro_bzipcode', '19518') ; 
INSERT INTO `wp_usermeta` VALUES (23826, 2299, 'pmpro_bfirstname', 'Sandi') ; 
INSERT INTO `wp_usermeta` VALUES (23827, 2299, 'pmpro_blastname', 'Lehman  Executive Assistant') ; 
INSERT INTO `wp_usermeta` VALUES (23828, 2299, 'first_name', 'Arizona-Sonora Desert Museum') ; 
INSERT INTO `wp_usermeta` VALUES (23829, 2299, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (23830, 2299, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23831, 2299, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (23832, 2299, 'pmpro_baddress1', '2021 N. Kinney Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (23833, 2299, 'pmpro_bcity', 'Tucson') ; 
INSERT INTO `wp_usermeta` VALUES (23834, 2299, 'uxf_organization', 'Arizona-Sonora Desert Museum') ; 
INSERT INTO `wp_usermeta` VALUES (23835, 2299, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23836, 2299, 'pmpro_bzipcode', '85743') ; 
INSERT INTO `wp_usermeta` VALUES (23837, 2299, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (23838, 2300, 'pmpro_bfirstname', 'Sandra') ; 
INSERT INTO `wp_usermeta` VALUES (23839, 2300, 'pmpro_blastname', 'Elliott') ; 
INSERT INTO `wp_usermeta` VALUES (23840, 2300, 'first_name', 'Sandra') ; 
INSERT INTO `wp_usermeta` VALUES (23841, 2300, 'last_name', 'Elliott') ; 
INSERT INTO `wp_usermeta` VALUES (23842, 2300, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23843, 2300, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (23844, 2300, 'pmpro_baddress1', '33 Jefferson Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (23845, 2300, 'pmpro_bcity', 'Wakefield') ; 
INSERT INTO `wp_usermeta` VALUES (23846, 2300, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23847, 2300, 'pmpro_bzipcode', '01880-3317') ; 
INSERT INTO `wp_usermeta` VALUES (23848, 2301, 'pmpro_bfirstname', 'Sandra') ; 
INSERT INTO `wp_usermeta` VALUES (23849, 2301, 'pmpro_blastname', 'Erickson') ; 
INSERT INTO `wp_usermeta` VALUES (23850, 2301, 'first_name', 'Sandra') ; 
INSERT INTO `wp_usermeta` VALUES (23851, 2301, 'last_name', 'Erickson') ; 
INSERT INTO `wp_usermeta` VALUES (23852, 2301, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (23853, 2301, 'pmpro_bstate', 'OK') ; 
INSERT INTO `wp_usermeta` VALUES (23854, 2301, 'pmpro_baddress1', '12831 Stratford Dr.  Apt 32') ; 
INSERT INTO `wp_usermeta` VALUES (23855, 2301, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (23856, 2301, 'pmpro_bcity', 'Oklahoma City') ; 
INSERT INTO `wp_usermeta` VALUES (23857, 2301, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23858, 2301, 'pmpro_bzipcode', '73120') ; 
INSERT INTO `wp_usermeta` VALUES (23859, 2302, 'pmpro_bfirstname', 'Sandra') ; 
INSERT INTO `wp_usermeta` VALUES (23860, 2302, 'pmpro_blastname', 'Armstrong') ; 
INSERT INTO `wp_usermeta` VALUES (23861, 2302, 'first_name', 'Sandra') ; 
INSERT INTO `wp_usermeta` VALUES (23862, 2302, 'last_name', 'Armstrong') ; 
INSERT INTO `wp_usermeta` VALUES (23863, 2302, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (23864, 2302, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (23865, 2302, 'pmpro_baddress1', '4511 SE Howe St.') ; 
INSERT INTO `wp_usermeta` VALUES (23866, 2302, 'pmpro_bcity', 'Milwaukie') ; 
INSERT INTO `wp_usermeta` VALUES (23867, 2302, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23868, 2302, 'pmpro_bzipcode', '97222') ; 
INSERT INTO `wp_usermeta` VALUES (23869, 2303, 'pmpro_bfirstname', 'Sandra') ; 
INSERT INTO `wp_usermeta` VALUES (23870, 2303, 'pmpro_blastname', 'Abbott-Stout') ; 
INSERT INTO `wp_usermeta` VALUES (23871, 2303, 'first_name', 'Sandra') ; 
INSERT INTO `wp_usermeta` VALUES (23872, 2303, 'last_name', 'Abbott-Stout') ; 
INSERT INTO `wp_usermeta` VALUES (23873, 2303, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23874, 2303, 'pmpro_bstate', 'ME') ; 
INSERT INTO `wp_usermeta` VALUES (23875, 2303, 'pmpro_baddress1', '90 Quaker Hill') ; 
INSERT INTO `wp_usermeta` VALUES (23876, 2303, 'pmpro_bcity', 'Unity') ; 
INSERT INTO `wp_usermeta` VALUES (23877, 2303, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23878, 2303, 'pmpro_bzipcode', '4988') ; 
INSERT INTO `wp_usermeta` VALUES (23879, 2304, 'pmpro_bfirstname', 'Sandy') ; 
INSERT INTO `wp_usermeta` VALUES (23880, 2304, 'pmpro_blastname', 'Buckner') ; 
INSERT INTO `wp_usermeta` VALUES (23881, 2304, 'first_name', 'Sandy') ; 
INSERT INTO `wp_usermeta` VALUES (23882, 2304, 'last_name', 'Buckner') ; 
INSERT INTO `wp_usermeta` VALUES (23883, 2304, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23884, 2304, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (23885, 2304, 'pmpro_baddress1', '2161 Manor Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (23886, 2304, 'pmpro_bcity', 'Uniontown') ; 
INSERT INTO `wp_usermeta` VALUES (23887, 2304, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23888, 2304, 'pmpro_bzipcode', '44685') ; 
INSERT INTO `wp_usermeta` VALUES (23889, 2305, 'pmpro_bfirstname', 'Sandy') ; 
INSERT INTO `wp_usermeta` VALUES (23890, 2305, 'pmpro_blastname', 'Masek') ; 
INSERT INTO `wp_usermeta` VALUES (23891, 2305, 'first_name', 'Sandy') ; 
INSERT INTO `wp_usermeta` VALUES (23892, 2305, 'last_name', 'Masek') ; 
INSERT INTO `wp_usermeta` VALUES (23893, 2305, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23894, 2305, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (23895, 2305, 'pmpro_baddress1', '3718 60th St. W.') ; 
INSERT INTO `wp_usermeta` VALUES (23896, 2305, 'pmpro_bcity', 'Rosamond') ; 
INSERT INTO `wp_usermeta` VALUES (23897, 2305, 'uxf_organization', 'Exotic Feline Breeding Comp.') ; 
INSERT INTO `wp_usermeta` VALUES (23898, 2305, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23899, 2305, 'pmpro_bzipcode', '93560') ; 
INSERT INTO `wp_usermeta` VALUES (23900, 2306, 'pmpro_bfirstname', 'Sandy') ; 
INSERT INTO `wp_usermeta` VALUES (23901, 2306, 'pmpro_blastname', 'Kappeler') ; 
INSERT INTO `wp_usermeta` VALUES (23902, 2306, 'first_name', 'Sandy') ; 
INSERT INTO `wp_usermeta` VALUES (23903, 2306, 'last_name', 'Kappeler') ; 
INSERT INTO `wp_usermeta` VALUES (23904, 2306, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (23905, 2306, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (23906, 2306, 'pmpro_baddress1', 'P.O. Box 220') ; 
INSERT INTO `wp_usermeta` VALUES (23907, 2306, 'pmpro_bcity', 'Medinah') ; 
INSERT INTO `wp_usermeta` VALUES (23908, 2306, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23909, 2306, 'pmpro_bzipcode', '60157') ; 
INSERT INTO `wp_usermeta` VALUES (23910, 2307, 'pmpro_bfirstname', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (23911, 2307, 'pmpro_blastname', 'Hallager') ; 
INSERT INTO `wp_usermeta` VALUES (23912, 2307, 'first_name', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (23913, 2307, 'last_name', 'Hallager') ; 
INSERT INTO `wp_usermeta` VALUES (23914, 2307, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23915, 2307, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (23916, 2307, 'pmpro_baddress1', '1921 Autumn Ridge Circle') ; 
INSERT INTO `wp_usermeta` VALUES (23917, 2307, 'pmpro_bcity', 'Silver Spring') ; 
INSERT INTO `wp_usermeta` VALUES (23918, 2307, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23919, 2307, 'pmpro_bzipcode', '20906') ; 
INSERT INTO `wp_usermeta` VALUES (23920, 2308, 'pmpro_bfirstname', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (23921, 2308, 'pmpro_blastname', 'Floyd') ; 
INSERT INTO `wp_usermeta` VALUES (23922, 2308, 'first_name', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (23923, 2308, 'last_name', 'Floyd') ; 
INSERT INTO `wp_usermeta` VALUES (23924, 2308, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23925, 2308, 'pmpro_bstate', 'SC') ; 
INSERT INTO `wp_usermeta` VALUES (23926, 2308, 'pmpro_baddress1', '1635 Boyer Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (23927, 2308, 'pmpro_bcity', 'Columbia') ; 
INSERT INTO `wp_usermeta` VALUES (23928, 2308, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23929, 2308, 'pmpro_bzipcode', '29204-7732') ; 
INSERT INTO `wp_usermeta` VALUES (23930, 2309, 'pmpro_bfirstname', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (23931, 2309, 'pmpro_blastname', 'Mattison') ; 
INSERT INTO `wp_usermeta` VALUES (23932, 2309, 'first_name', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (23933, 2309, 'last_name', 'Mattison') ; 
INSERT INTO `wp_usermeta` VALUES (23934, 2309, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23935, 2309, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (23936, 2309, 'pmpro_baddress1', '21053 231st Ave. SE') ; 
INSERT INTO `wp_usermeta` VALUES (23937, 2309, 'pmpro_bcity', 'Maple Valley') ; 
INSERT INTO `wp_usermeta` VALUES (23938, 2309, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23939, 2309, 'pmpro_bzipcode', '98038-8978') ; 
INSERT INTO `wp_usermeta` VALUES (23940, 2310, 'pmpro_bfirstname', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (23941, 2310, 'pmpro_blastname', 'Baby') ; 
INSERT INTO `wp_usermeta` VALUES (23942, 2310, 'first_name', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (23943, 2310, 'last_name', 'Baby') ; 
INSERT INTO `wp_usermeta` VALUES (23944, 2310, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23945, 2310, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (23946, 2310, 'pmpro_baddress1', '152 Magnolia Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (23947, 2310, 'pmpro_bcity', 'Battle Creek') ; 
INSERT INTO `wp_usermeta` VALUES (23948, 2310, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23949, 2310, 'pmpro_bzipcode', '49017') ; 
INSERT INTO `wp_usermeta` VALUES (23950, 2311, 'pmpro_bfirstname', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (23951, 2311, 'pmpro_blastname', 'Koplish') ; 
INSERT INTO `wp_usermeta` VALUES (23952, 2311, 'first_name', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (23953, 2311, 'last_name', 'Koplish') ; 
INSERT INTO `wp_usermeta` VALUES (23954, 2311, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23955, 2311, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (23956, 2311, 'pmpro_baddress1', '114 W. Wabash St.') ; 
INSERT INTO `wp_usermeta` VALUES (23957, 2311, 'pmpro_bcity', 'Allentown') ; 
INSERT INTO `wp_usermeta` VALUES (23958, 2311, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23959, 2311, 'pmpro_bzipcode', '18103-5021') ; 
INSERT INTO `wp_usermeta` VALUES (23960, 2312, 'pmpro_bfirstname', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (23961, 2312, 'pmpro_blastname', 'Ziegenfuss') ; 
INSERT INTO `wp_usermeta` VALUES (23962, 2312, 'first_name', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (23963, 2312, 'last_name', 'Ziegenfuss') ; 
INSERT INTO `wp_usermeta` VALUES (23964, 2312, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23965, 2312, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (23966, 2312, 'pmpro_baddress1', '2003 Lion Country Safari Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (23967, 2312, 'pmpro_bcity', 'Loxahatchee') ; 
INSERT INTO `wp_usermeta` VALUES (23968, 2312, 'uxf_organization', 'Lion Country Safari') ; 
INSERT INTO `wp_usermeta` VALUES (23969, 2312, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23970, 2312, 'pmpro_bzipcode', '33470') ; 
INSERT INTO `wp_usermeta` VALUES (23971, 2313, 'pmpro_bfirstname', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (23972, 2313, 'pmpro_blastname', 'Baer') ; 
INSERT INTO `wp_usermeta` VALUES (23973, 2313, 'first_name', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (23974, 2313, 'last_name', 'Baer') ; 
INSERT INTO `wp_usermeta` VALUES (23975, 2313, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23976, 2313, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (23977, 2313, 'pmpro_baddress1', '3522 Durham Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (23978, 2313, 'pmpro_bcity', 'Royal Oak') ; 
INSERT INTO `wp_usermeta` VALUES (23979, 2313, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23980, 2313, 'pmpro_bzipcode', '48073') ; 
INSERT INTO `wp_usermeta` VALUES (23981, 2314, 'pmpro_bfirstname', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (23982, 2314, 'pmpro_blastname', 'Lucci') ; 
INSERT INTO `wp_usermeta` VALUES (23983, 2314, 'first_name', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (23984, 2314, 'last_name', 'Lucci') ; 
INSERT INTO `wp_usermeta` VALUES (23985, 2314, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (23986, 2314, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (23987, 2314, 'pmpro_baddress1', '2410 Collins Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (23988, 2314, 'pmpro_bcity', 'Worthington') ; 
INSERT INTO `wp_usermeta` VALUES (23989, 2314, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (23990, 2314, 'pmpro_bzipcode', '43085') ; 
INSERT INTO `wp_usermeta` VALUES (23991, 2315, 'pmpro_bfirstname', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (23992, 2315, 'pmpro_blastname', 'Travis') ; 
INSERT INTO `wp_usermeta` VALUES (23993, 2315, 'first_name', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (23994, 2315, 'last_name', 'Travis') ; 
INSERT INTO `wp_usermeta` VALUES (23995, 2315, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (23996, 2315, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (23997, 2315, 'pmpro_baddress1', '1448 Waterway Cove Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (23998, 2315, 'pmpro_bcity', 'Wellington') ; 
INSERT INTO `wp_usermeta` VALUES (23999, 2315, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24000, 2315, 'pmpro_bzipcode', '33414') ; 
INSERT INTO `wp_usermeta` VALUES (24001, 2316, 'pmpro_bfirstname', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (24002, 2316, 'pmpro_blastname', 'Curtis') ; 
INSERT INTO `wp_usermeta` VALUES (24003, 2316, 'first_name', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (24004, 2316, 'last_name', 'Curtis') ; 
INSERT INTO `wp_usermeta` VALUES (24005, 2316, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24006, 2316, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (24007, 2316, 'pmpro_baddress1', '2299 Chippewa Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (24008, 2316, 'pmpro_bcity', 'Orrville') ; 
INSERT INTO `wp_usermeta` VALUES (24009, 2316, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24010, 2316, 'pmpro_bzipcode', '44667') ; 
INSERT INTO `wp_usermeta` VALUES (24011, 2317, 'pmpro_bfirstname', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (24012, 2317, 'pmpro_blastname', 'Greene') ; 
INSERT INTO `wp_usermeta` VALUES (24013, 2317, 'first_name', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (24014, 2317, 'last_name', 'Greene') ; 
INSERT INTO `wp_usermeta` VALUES (24015, 2317, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24016, 2317, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (24017, 2317, 'pmpro_baddress1', '3975 School Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (24018, 2317, 'pmpro_bcity', 'Temperance') ; 
INSERT INTO `wp_usermeta` VALUES (24019, 2317, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24020, 2317, 'pmpro_bzipcode', '48182') ; 
INSERT INTO `wp_usermeta` VALUES (24021, 2318, 'pmpro_bfirstname', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (24022, 2318, 'pmpro_blastname', 'Wunder') ; 
INSERT INTO `wp_usermeta` VALUES (24023, 2318, 'first_name', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (24024, 2318, 'last_name', 'Wunder') ; 
INSERT INTO `wp_usermeta` VALUES (24025, 2318, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24026, 2318, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (24027, 2318, 'pmpro_baddress1', '3605 E Bougainvillea Ave') ; 
INSERT INTO `wp_usermeta` VALUES (24028, 2318, 'pmpro_bcity', 'Tampa') ; 
INSERT INTO `wp_usermeta` VALUES (24029, 2318, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (24030, 2318, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24031, 2318, 'pmpro_bzipcode', '33612') ; 
INSERT INTO `wp_usermeta` VALUES (24032, 2319, 'pmpro_bfirstname', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (24033, 2319, 'pmpro_blastname', 'Fee') ; 
INSERT INTO `wp_usermeta` VALUES (24034, 2319, 'first_name', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (24035, 2319, 'last_name', 'Fee') ; 
INSERT INTO `wp_usermeta` VALUES (24036, 2319, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24037, 2319, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (24038, 2319, 'pmpro_baddress1', '8007 Nelson St.') ; 
INSERT INTO `wp_usermeta` VALUES (24039, 2319, 'pmpro_bcity', 'New Orleans') ; 
INSERT INTO `wp_usermeta` VALUES (24040, 2319, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24041, 2319, 'pmpro_bzipcode', '70125') ; 
INSERT INTO `wp_usermeta` VALUES (24042, 2320, 'pmpro_bfirstname', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (24043, 2320, 'pmpro_blastname', 'Monson') ; 
INSERT INTO `wp_usermeta` VALUES (24044, 2320, 'first_name', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (24045, 2320, 'last_name', 'Monson') ; 
INSERT INTO `wp_usermeta` VALUES (24046, 2320, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24047, 2320, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (24048, 2320, 'pmpro_baddress1', '2568 Butterfly Trail') ; 
INSERT INTO `wp_usermeta` VALUES (24049, 2320, 'pmpro_bcity', 'Randleman') ; 
INSERT INTO `wp_usermeta` VALUES (24050, 2320, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24051, 2320, 'pmpro_bzipcode', '27317-8304') ; 
INSERT INTO `wp_usermeta` VALUES (24052, 2321, 'pmpro_bfirstname', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (24053, 2321, 'pmpro_blastname', 'Worthley') ; 
INSERT INTO `wp_usermeta` VALUES (24054, 2321, 'first_name', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (24055, 2321, 'last_name', 'Worthley') ; 
INSERT INTO `wp_usermeta` VALUES (24056, 2321, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24057, 2321, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (24058, 2321, 'pmpro_baddress1', '7445 Meadowbrook Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (24059, 2321, 'pmpro_bcity', 'Baldwinsville') ; 
INSERT INTO `wp_usermeta` VALUES (24060, 2321, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24061, 2321, 'pmpro_bzipcode', '13027') ; 
INSERT INTO `wp_usermeta` VALUES (24062, 2322, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24063, 2322, 'pmpro_blastname', 'Stata') ; 
INSERT INTO `wp_usermeta` VALUES (24064, 2322, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24065, 2322, 'last_name', 'Stata') ; 
INSERT INTO `wp_usermeta` VALUES (24066, 2322, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (24067, 2322, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (24068, 2322, 'pmpro_baddress1', '30 MacIntyre Lane') ; 
INSERT INTO `wp_usermeta` VALUES (24069, 2322, 'pmpro_bcity', 'Ajax') ; 
INSERT INTO `wp_usermeta` VALUES (24070, 2322, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24071, 2322, 'pmpro_bzipcode', 'L1T 3X7') ; 
INSERT INTO `wp_usermeta` VALUES (24072, 2323, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24073, 2323, 'pmpro_blastname', 'Ekstrom') ; 
INSERT INTO `wp_usermeta` VALUES (24074, 2323, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24075, 2323, 'last_name', 'Levosky') ; 
INSERT INTO `wp_usermeta` VALUES (24076, 2323, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24077, 2323, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (24078, 2323, 'pmpro_baddress1', '11420 E. Segura Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (24079, 2323, 'pmpro_bcity', 'Mesa') ; 
INSERT INTO `wp_usermeta` VALUES (24080, 2323, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24081, 2323, 'pmpro_bzipcode', '85212') ; 
INSERT INTO `wp_usermeta` VALUES (24082, 2324, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24083, 2324, 'pmpro_blastname', 'Romberger') ; 
INSERT INTO `wp_usermeta` VALUES (24084, 2324, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24085, 2324, 'last_name', 'Romberger') ; 
INSERT INTO `wp_usermeta` VALUES (24086, 2324, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24087, 2324, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (24088, 2324, 'pmpro_baddress1', '817 N. Farris') ; 
INSERT INTO `wp_usermeta` VALUES (24089, 2324, 'pmpro_bcity', 'Fresno') ; 
INSERT INTO `wp_usermeta` VALUES (24090, 2324, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24091, 2324, 'pmpro_bzipcode', '93728') ; 
INSERT INTO `wp_usermeta` VALUES (24092, 2325, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24093, 2325, 'pmpro_blastname', 'Stewart ') ; 
INSERT INTO `wp_usermeta` VALUES (24094, 2325, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24095, 2325, 'last_name', 'Stewart ') ; 
INSERT INTO `wp_usermeta` VALUES (24096, 2325, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24097, 2325, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (24098, 2325, 'pmpro_baddress1', '152 Elizabeth\\\'s Way ') ; 
INSERT INTO `wp_usermeta` VALUES (24099, 2325, 'pmpro_bcity', 'Potterville') ; 
INSERT INTO `wp_usermeta` VALUES (24100, 2325, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24101, 2325, 'pmpro_bzipcode', '48876') ; 
INSERT INTO `wp_usermeta` VALUES (24102, 2326, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24103, 2326, 'pmpro_blastname', 'Tharp') ; 
INSERT INTO `wp_usermeta` VALUES (24104, 2326, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24105, 2326, 'last_name', 'Tharp') ; 
INSERT INTO `wp_usermeta` VALUES (24106, 2326, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24107, 2326, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (24108, 2326, 'pmpro_baddress1', '5471 Genesta Walk') ; 
INSERT INTO `wp_usermeta` VALUES (24109, 2326, 'pmpro_bcity', 'St. Louis') ; 
INSERT INTO `wp_usermeta` VALUES (24110, 2326, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24111, 2326, 'pmpro_bzipcode', '63123-2832') ; 
INSERT INTO `wp_usermeta` VALUES (24112, 2327, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24113, 2327, 'pmpro_blastname', 'Woodruff') ; 
INSERT INTO `wp_usermeta` VALUES (24114, 2327, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24115, 2327, 'last_name', 'Woodruff') ; 
INSERT INTO `wp_usermeta` VALUES (24116, 2327, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24117, 2327, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (24118, 2327, 'pmpro_baddress1', '30 Garden Path') ; 
INSERT INTO `wp_usermeta` VALUES (24119, 2327, 'pmpro_bcity', 'Wayland') ; 
INSERT INTO `wp_usermeta` VALUES (24120, 2327, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24121, 2327, 'pmpro_bzipcode', '01778') ; 
INSERT INTO `wp_usermeta` VALUES (24122, 2328, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24123, 2328, 'pmpro_blastname', 'Hansen') ; 
INSERT INTO `wp_usermeta` VALUES (24124, 2328, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24125, 2328, 'last_name', 'Hansen') ; 
INSERT INTO `wp_usermeta` VALUES (24126, 2328, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24127, 2328, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (24128, 2328, 'pmpro_baddress1', '105 Brookland Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (24129, 2328, 'pmpro_bcity', 'Syracuse') ; 
INSERT INTO `wp_usermeta` VALUES (24130, 2328, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24131, 2328, 'pmpro_bzipcode', '13208') ; 
INSERT INTO `wp_usermeta` VALUES (24132, 2329, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24133, 2329, 'pmpro_blastname', 'Jurgens') ; 
INSERT INTO `wp_usermeta` VALUES (24134, 2329, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24135, 2329, 'last_name', 'Jurgens') ; 
INSERT INTO `wp_usermeta` VALUES (24136, 2329, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24137, 2329, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (24138, 2329, 'pmpro_baddress1', '5100 Grandview Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (24139, 2329, 'pmpro_bcity', 'Lincoln') ; 
INSERT INTO `wp_usermeta` VALUES (24140, 2329, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24141, 2329, 'pmpro_bzipcode', '68521') ; 
INSERT INTO `wp_usermeta` VALUES (24142, 2330, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24143, 2330, 'pmpro_blastname', 'Colman') ; 
INSERT INTO `wp_usermeta` VALUES (24144, 2330, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24145, 2330, 'last_name', 'Colman') ; 
INSERT INTO `wp_usermeta` VALUES (24146, 2330, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24147, 2330, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (24148, 2330, 'pmpro_baddress1', '241 Cloudcroft Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (24149, 2330, 'pmpro_bcity', 'Wylie') ; 
INSERT INTO `wp_usermeta` VALUES (24150, 2330, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24151, 2330, 'pmpro_bzipcode', '75098-4861') ; 
INSERT INTO `wp_usermeta` VALUES (24152, 2331, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24153, 2331, 'pmpro_blastname', 'Parker') ; 
INSERT INTO `wp_usermeta` VALUES (24154, 2331, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24155, 2331, 'last_name', 'Parker') ; 
INSERT INTO `wp_usermeta` VALUES (24156, 2331, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24157, 2331, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (24158, 2331, 'pmpro_baddress1', '81 Murray Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (24159, 2331, 'pmpro_bcity', 'Greenwood Lake') ; 
INSERT INTO `wp_usermeta` VALUES (24160, 2331, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24161, 2331, 'pmpro_bzipcode', '10925') ; 
INSERT INTO `wp_usermeta` VALUES (24162, 2332, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24163, 2332, 'pmpro_blastname', 'Garritson') ; 
INSERT INTO `wp_usermeta` VALUES (24164, 2332, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24165, 2332, 'last_name', 'Garritson') ; 
INSERT INTO `wp_usermeta` VALUES (24166, 2332, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24167, 2332, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (24168, 2332, 'pmpro_baddress1', '5470 Blackberry Trail E.  Apt 218') ; 
INSERT INTO `wp_usermeta` VALUES (24169, 2332, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (24170, 2332, 'pmpro_bcity', 'Inver Grove Heights') ; 
INSERT INTO `wp_usermeta` VALUES (24171, 2332, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24172, 2332, 'pmpro_bzipcode', '55076') ; 
INSERT INTO `wp_usermeta` VALUES (24173, 2333, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24174, 2333, 'pmpro_blastname', 'Ksiazek') ; 
INSERT INTO `wp_usermeta` VALUES (24175, 2333, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24176, 2333, 'last_name', 'Ksiazek') ; 
INSERT INTO `wp_usermeta` VALUES (24177, 2333, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24178, 2333, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (24179, 2333, 'pmpro_baddress1', '2802 N. Carroll Ave. #2204') ; 
INSERT INTO `wp_usermeta` VALUES (24180, 2333, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (24181, 2333, 'pmpro_bcity', 'Dallas') ; 
INSERT INTO `wp_usermeta` VALUES (24182, 2333, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24183, 2333, 'pmpro_bzipcode', '75204') ; 
INSERT INTO `wp_usermeta` VALUES (24184, 2334, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24185, 2334, 'pmpro_blastname', 'Sarkhosh') ; 
INSERT INTO `wp_usermeta` VALUES (24186, 2334, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24187, 2334, 'last_name', 'Sarkhosh') ; 
INSERT INTO `wp_usermeta` VALUES (24188, 2334, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24189, 2334, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (24190, 2334, 'pmpro_baddress1', '2321 Mockingbird Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (24191, 2334, 'pmpro_bcity', 'Flower Mound') ; 
INSERT INTO `wp_usermeta` VALUES (24192, 2334, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24193, 2334, 'pmpro_bzipcode', '75022') ; 
INSERT INTO `wp_usermeta` VALUES (24194, 2335, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24195, 2335, 'pmpro_blastname', 'Darhower') ; 
INSERT INTO `wp_usermeta` VALUES (24196, 2335, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24197, 2335, 'last_name', 'Darhower') ; 
INSERT INTO `wp_usermeta` VALUES (24198, 2335, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24199, 2335, 'pmpro_bstate', 'ME') ; 
INSERT INTO `wp_usermeta` VALUES (24200, 2335, 'pmpro_baddress1', '111 Bradley St.  Apt 3') ; 
INSERT INTO `wp_usermeta` VALUES (24201, 2335, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (24202, 2335, 'pmpro_bcity', 'Saco') ; 
INSERT INTO `wp_usermeta` VALUES (24203, 2335, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24204, 2335, 'pmpro_bzipcode', '04072-3151') ; 
INSERT INTO `wp_usermeta` VALUES (24205, 2336, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24206, 2336, 'pmpro_blastname', 'Drechsler') ; 
INSERT INTO `wp_usermeta` VALUES (24207, 2336, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24208, 2336, 'last_name', 'Drechsler') ; 
INSERT INTO `wp_usermeta` VALUES (24209, 2336, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24210, 2336, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (24211, 2336, 'pmpro_baddress1', '4285 Brentwood St') ; 
INSERT INTO `wp_usermeta` VALUES (24212, 2336, 'pmpro_bcity', 'Wheat Ridge') ; 
INSERT INTO `wp_usermeta` VALUES (24213, 2336, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24214, 2336, 'pmpro_bzipcode', '80033') ; 
INSERT INTO `wp_usermeta` VALUES (24215, 2337, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24216, 2337, 'pmpro_blastname', 'Kruse Doherty') ; 
INSERT INTO `wp_usermeta` VALUES (24217, 2337, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24218, 2337, 'last_name', 'Kruse Doherty') ; 
INSERT INTO `wp_usermeta` VALUES (24219, 2337, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24220, 2337, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (24221, 2337, 'pmpro_baddress1', '2682 Buckner Ave.  Unit H') ; 
INSERT INTO `wp_usermeta` VALUES (24222, 2337, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (24223, 2337, 'pmpro_bcity', 'Fort Meade') ; 
INSERT INTO `wp_usermeta` VALUES (24224, 2337, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24225, 2337, 'pmpro_bzipcode', '20755') ; 
INSERT INTO `wp_usermeta` VALUES (24226, 2338, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24227, 2338, 'pmpro_blastname', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (24228, 2338, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24229, 2338, 'last_name', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (24230, 2338, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24231, 2338, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (24232, 2338, 'pmpro_baddress1', '700 Arch St.') ; 
INSERT INTO `wp_usermeta` VALUES (24233, 2338, 'pmpro_bcity', 'Pittsburgh') ; 
INSERT INTO `wp_usermeta` VALUES (24234, 2338, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24235, 2338, 'pmpro_bzipcode', '15212') ; 
INSERT INTO `wp_usermeta` VALUES (24236, 2339, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24237, 2339, 'pmpro_blastname', 'Sullivan') ; 
INSERT INTO `wp_usermeta` VALUES (24238, 2339, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24239, 2339, 'last_name', 'Sullivan') ; 
INSERT INTO `wp_usermeta` VALUES (24240, 2339, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24241, 2339, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (24242, 2339, 'pmpro_baddress1', '7611 Maple Ave. ') ; 
INSERT INTO `wp_usermeta` VALUES (24243, 2339, 'pmpro_baddress2', 'Apt 709') ; 
INSERT INTO `wp_usermeta` VALUES (24244, 2339, 'pmpro_bcity', 'Takoma Park') ; 
INSERT INTO `wp_usermeta` VALUES (24245, 2339, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24246, 2339, 'pmpro_bzipcode', '20912') ; 
INSERT INTO `wp_usermeta` VALUES (24247, 2340, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24248, 2340, 'pmpro_blastname', 'Demeo') ; 
INSERT INTO `wp_usermeta` VALUES (24249, 2340, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24250, 2340, 'last_name', 'Demeo') ; 
INSERT INTO `wp_usermeta` VALUES (24251, 2340, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24252, 2340, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (24253, 2340, 'pmpro_baddress1', '4423 Stanford St.') ; 
INSERT INTO `wp_usermeta` VALUES (24254, 2340, 'pmpro_bcity', 'Chevy Chase') ; 
INSERT INTO `wp_usermeta` VALUES (24255, 2340, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24256, 2340, 'pmpro_bzipcode', '20815') ; 
INSERT INTO `wp_usermeta` VALUES (24257, 2341, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24258, 2341, 'pmpro_blastname', 'Fleurent') ; 
INSERT INTO `wp_usermeta` VALUES (24259, 2341, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24260, 2341, 'last_name', 'Fleurent') ; 
INSERT INTO `wp_usermeta` VALUES (24261, 2341, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24262, 2341, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (24263, 2341, 'pmpro_baddress1', '427 Valley Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (24264, 2341, 'pmpro_bcity', 'New Bedford') ; 
INSERT INTO `wp_usermeta` VALUES (24265, 2341, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24266, 2341, 'pmpro_bzipcode', '2745') ; 
INSERT INTO `wp_usermeta` VALUES (24267, 2342, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24268, 2342, 'pmpro_blastname', 'Sprentall') ; 
INSERT INTO `wp_usermeta` VALUES (24269, 2342, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24270, 2342, 'last_name', 'Sprentall') ; 
INSERT INTO `wp_usermeta` VALUES (24271, 2342, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24272, 2342, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (24273, 2342, 'pmpro_baddress1', '4511 S. Adobe Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (24274, 2342, 'pmpro_bcity', 'Chandler') ; 
INSERT INTO `wp_usermeta` VALUES (24275, 2342, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24276, 2342, 'pmpro_bzipcode', '85249') ; 
INSERT INTO `wp_usermeta` VALUES (24277, 2343, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24278, 2343, 'pmpro_blastname', 'Valverde') ; 
INSERT INTO `wp_usermeta` VALUES (24279, 2343, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24280, 2343, 'last_name', 'Valverde') ; 
INSERT INTO `wp_usermeta` VALUES (24281, 2343, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24282, 2343, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (24283, 2343, 'pmpro_baddress1', '340 E. Vassar') ; 
INSERT INTO `wp_usermeta` VALUES (24284, 2343, 'pmpro_bcity', 'Fresno') ; 
INSERT INTO `wp_usermeta` VALUES (24285, 2343, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24286, 2343, 'pmpro_bzipcode', '93704') ; 
INSERT INTO `wp_usermeta` VALUES (24287, 2344, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24288, 2344, 'pmpro_blastname', 'Cunningham') ; 
INSERT INTO `wp_usermeta` VALUES (24289, 2344, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24290, 2344, 'last_name', 'Cunningham') ; 
INSERT INTO `wp_usermeta` VALUES (24291, 2344, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24292, 2344, 'pmpro_bstate', 'ME') ; 
INSERT INTO `wp_usermeta` VALUES (24293, 2344, 'pmpro_baddress1', '5 Alto St.') ; 
INSERT INTO `wp_usermeta` VALUES (24294, 2344, 'pmpro_bcity', 'Belfast') ; 
INSERT INTO `wp_usermeta` VALUES (24295, 2344, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24296, 2344, 'pmpro_bzipcode', '4915') ; 
INSERT INTO `wp_usermeta` VALUES (24297, 2345, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24298, 2345, 'pmpro_blastname', 'Kucharski') ; 
INSERT INTO `wp_usermeta` VALUES (24299, 2345, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24300, 2345, 'last_name', 'Kucharski') ; 
INSERT INTO `wp_usermeta` VALUES (24301, 2345, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24302, 2345, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (24303, 2345, 'pmpro_baddress1', '1943 Redwood Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (24304, 2345, 'pmpro_bcity', 'Arnold') ; 
INSERT INTO `wp_usermeta` VALUES (24305, 2345, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24306, 2345, 'pmpro_bzipcode', '63010') ; 
INSERT INTO `wp_usermeta` VALUES (24307, 2346, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24308, 2346, 'pmpro_blastname', 'McCoy') ; 
INSERT INTO `wp_usermeta` VALUES (24309, 2346, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24310, 2346, 'last_name', 'McCoy') ; 
INSERT INTO `wp_usermeta` VALUES (24311, 2346, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24312, 2346, 'pmpro_bstate', 'RI') ; 
INSERT INTO `wp_usermeta` VALUES (24313, 2346, 'pmpro_baddress1', '381 Potter Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (24314, 2346, 'pmpro_bcity', 'N. Kingstown') ; 
INSERT INTO `wp_usermeta` VALUES (24315, 2346, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24316, 2346, 'pmpro_bzipcode', '2852') ; 
INSERT INTO `wp_usermeta` VALUES (24317, 2347, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24318, 2347, 'pmpro_blastname', 'Bierly') ; 
INSERT INTO `wp_usermeta` VALUES (24319, 2347, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24320, 2347, 'last_name', 'Bierly') ; 
INSERT INTO `wp_usermeta` VALUES (24321, 2347, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24322, 2347, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (24323, 2347, 'pmpro_baddress1', '734 Mulberry Court') ; 
INSERT INTO `wp_usermeta` VALUES (24324, 2347, 'pmpro_bcity', 'Bensalem') ; 
INSERT INTO `wp_usermeta` VALUES (24325, 2347, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24326, 2347, 'pmpro_bzipcode', '19020') ; 
INSERT INTO `wp_usermeta` VALUES (24327, 2348, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24328, 2348, 'pmpro_blastname', 'Chartier') ; 
INSERT INTO `wp_usermeta` VALUES (24329, 2348, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24330, 2348, 'last_name', 'Chartier') ; 
INSERT INTO `wp_usermeta` VALUES (24331, 2348, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24332, 2348, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (24333, 2348, 'pmpro_baddress1', '804 Brookdale Dr. SW') ; 
INSERT INTO `wp_usermeta` VALUES (24334, 2348, 'pmpro_bcity', 'Atlanta') ; 
INSERT INTO `wp_usermeta` VALUES (24335, 2348, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24336, 2348, 'pmpro_bzipcode', '30315') ; 
INSERT INTO `wp_usermeta` VALUES (24337, 2349, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24338, 2349, 'pmpro_blastname', 'Love') ; 
INSERT INTO `wp_usermeta` VALUES (24339, 2349, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24340, 2349, 'last_name', 'Love') ; 
INSERT INTO `wp_usermeta` VALUES (24341, 2349, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24342, 2349, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (24343, 2349, 'pmpro_baddress1', '110 Lincoln Ave.  Apt 3F') ; 
INSERT INTO `wp_usermeta` VALUES (24344, 2349, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (24345, 2349, 'pmpro_bcity', 'Riverside') ; 
INSERT INTO `wp_usermeta` VALUES (24346, 2349, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24347, 2349, 'pmpro_bzipcode', '60546') ; 
INSERT INTO `wp_usermeta` VALUES (24348, 2350, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24349, 2350, 'pmpro_blastname', 'Verhey') ; 
INSERT INTO `wp_usermeta` VALUES (24350, 2350, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24351, 2350, 'last_name', 'Verhey') ; 
INSERT INTO `wp_usermeta` VALUES (24352, 2350, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24353, 2350, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (24354, 2350, 'pmpro_baddress1', '5860 Okemos Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (24355, 2350, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (24356, 2350, 'pmpro_bcity', 'Haslett') ; 
INSERT INTO `wp_usermeta` VALUES (24357, 2350, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24358, 2350, 'pmpro_bzipcode', '48840') ; 
INSERT INTO `wp_usermeta` VALUES (24359, 2351, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24360, 2351, 'pmpro_blastname', 'Jenkins') ; 
INSERT INTO `wp_usermeta` VALUES (24361, 2351, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24362, 2351, 'last_name', 'Jenkins') ; 
INSERT INTO `wp_usermeta` VALUES (24363, 2351, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24364, 2351, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (24365, 2351, 'pmpro_baddress1', '5110 S 37th St. Apt 111') ; 
INSERT INTO `wp_usermeta` VALUES (24366, 2351, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (24367, 2351, 'pmpro_bcity', 'Omaha') ; 
INSERT INTO `wp_usermeta` VALUES (24368, 2351, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24369, 2351, 'pmpro_bzipcode', '68107') ; 
INSERT INTO `wp_usermeta` VALUES (24370, 2352, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24371, 2352, 'pmpro_blastname', 'Villarreal') ; 
INSERT INTO `wp_usermeta` VALUES (24372, 2352, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24373, 2352, 'last_name', 'Villarreal') ; 
INSERT INTO `wp_usermeta` VALUES (24374, 2352, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24375, 2352, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (24376, 2352, 'pmpro_baddress1', '2413 Sunflower Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (24377, 2352, 'pmpro_bcity', 'Flower Mound') ; 
INSERT INTO `wp_usermeta` VALUES (24378, 2352, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24379, 2352, 'pmpro_bzipcode', '75028') ; 
INSERT INTO `wp_usermeta` VALUES (24380, 2353, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24381, 2353, 'pmpro_blastname', 'Wahr') ; 
INSERT INTO `wp_usermeta` VALUES (24382, 2353, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24383, 2353, 'last_name', 'Wahr') ; 
INSERT INTO `wp_usermeta` VALUES (24384, 2353, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24385, 2353, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (24386, 2353, 'pmpro_baddress1', '1418 E. Mount Hope Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (24387, 2353, 'pmpro_bcity', 'Lansing') ; 
INSERT INTO `wp_usermeta` VALUES (24388, 2353, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24389, 2353, 'pmpro_bzipcode', '48910-1831') ; 
INSERT INTO `wp_usermeta` VALUES (24390, 2354, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24391, 2354, 'pmpro_blastname', 'Brookes') ; 
INSERT INTO `wp_usermeta` VALUES (24392, 2354, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24393, 2354, 'last_name', 'Brookes') ; 
INSERT INTO `wp_usermeta` VALUES (24394, 2354, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24395, 2354, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (24396, 2354, 'pmpro_baddress1', '438 El Sueno Rd') ; 
INSERT INTO `wp_usermeta` VALUES (24397, 2354, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (24398, 2354, 'pmpro_bcity', 'Santa Barbara') ; 
INSERT INTO `wp_usermeta` VALUES (24399, 2354, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24400, 2354, 'pmpro_bzipcode', '93110-1025') ; 
INSERT INTO `wp_usermeta` VALUES (24401, 2355, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24402, 2355, 'pmpro_blastname', 'Smolinski') ; 
INSERT INTO `wp_usermeta` VALUES (24403, 2355, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24404, 2355, 'last_name', 'Smolinski') ; 
INSERT INTO `wp_usermeta` VALUES (24405, 2355, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24406, 2355, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (24407, 2355, 'pmpro_baddress1', '1015 Frederick St.') ; 
INSERT INTO `wp_usermeta` VALUES (24408, 2355, 'pmpro_bcity', 'Omaha') ; 
INSERT INTO `wp_usermeta` VALUES (24409, 2355, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24410, 2355, 'pmpro_bzipcode', '68108-1626') ; 
INSERT INTO `wp_usermeta` VALUES (24411, 2356, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24412, 2356, 'pmpro_blastname', 'Kirkman') ; 
INSERT INTO `wp_usermeta` VALUES (24413, 2356, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24414, 2356, 'last_name', 'Kirkman') ; 
INSERT INTO `wp_usermeta` VALUES (24415, 2356, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24416, 2356, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (24417, 2356, 'pmpro_baddress1', '2828 Redcrest Ln.  Apt 104') ; 
INSERT INTO `wp_usermeta` VALUES (24418, 2356, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (24419, 2356, 'pmpro_bcity', 'Akron') ; 
INSERT INTO `wp_usermeta` VALUES (24420, 2356, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24421, 2356, 'pmpro_bzipcode', '44319') ; 
INSERT INTO `wp_usermeta` VALUES (24422, 2357, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24423, 2357, 'pmpro_blastname', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (24424, 2357, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (24425, 2357, 'last_name', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (24426, 2357, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24427, 2357, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (24428, 2357, 'pmpro_baddress1', '75 Gashes Creek Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (24429, 2357, 'pmpro_bcity', 'Asheville') ; 
INSERT INTO `wp_usermeta` VALUES (24430, 2357, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24431, 2357, 'pmpro_bzipcode', '28805') ; 
INSERT INTO `wp_usermeta` VALUES (24432, 2358, 'pmpro_bfirstname', 'Sarena') ; 
INSERT INTO `wp_usermeta` VALUES (24433, 2358, 'pmpro_blastname', 'Gill') ; 
INSERT INTO `wp_usermeta` VALUES (24434, 2358, 'first_name', 'Sarena') ; 
INSERT INTO `wp_usermeta` VALUES (24435, 2358, 'last_name', 'Gill') ; 
INSERT INTO `wp_usermeta` VALUES (24436, 2358, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24437, 2358, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (24438, 2358, 'pmpro_baddress1', '2140 E. Broadmor Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (24439, 2358, 'pmpro_bcity', 'Tempe') ; 
INSERT INTO `wp_usermeta` VALUES (24440, 2358, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24441, 2358, 'pmpro_bzipcode', '85282') ; 
INSERT INTO `wp_usermeta` VALUES (24442, 2359, 'pmpro_bfirstname', 'Sasha') ; 
INSERT INTO `wp_usermeta` VALUES (24443, 2359, 'pmpro_blastname', 'Puskar') ; 
INSERT INTO `wp_usermeta` VALUES (24444, 2359, 'first_name', 'Sasha') ; 
INSERT INTO `wp_usermeta` VALUES (24445, 2359, 'last_name', 'Puskar') ; 
INSERT INTO `wp_usermeta` VALUES (24446, 2359, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24447, 2359, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (24448, 2359, 'pmpro_baddress1', '18305 SE Newport Way  #L-301') ; 
INSERT INTO `wp_usermeta` VALUES (24449, 2359, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (24450, 2359, 'pmpro_bcity', 'Issaquah') ; 
INSERT INTO `wp_usermeta` VALUES (24451, 2359, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (24452, 2359, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24453, 2359, 'pmpro_bzipcode', '98027') ; 
INSERT INTO `wp_usermeta` VALUES (24454, 2360, 'pmpro_bfirstname', 'Sasha') ; 
INSERT INTO `wp_usermeta` VALUES (24455, 2360, 'pmpro_blastname', 'Ripley') ; 
INSERT INTO `wp_usermeta` VALUES (24456, 2360, 'first_name', 'Sasha') ; 
INSERT INTO `wp_usermeta` VALUES (24457, 2360, 'last_name', 'Ripley') ; 
INSERT INTO `wp_usermeta` VALUES (24458, 2360, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24459, 2360, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (24460, 2360, 'pmpro_baddress1', 'P.O. Box 125') ; 
INSERT INTO `wp_usermeta` VALUES (24461, 2360, 'pmpro_bcity', 'Packwaukee') ; 
INSERT INTO `wp_usermeta` VALUES (24462, 2360, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24463, 2360, 'pmpro_bzipcode', '53953') ; 
INSERT INTO `wp_usermeta` VALUES (24464, 2361, 'pmpro_bfirstname', 'Scott') ; 
INSERT INTO `wp_usermeta` VALUES (24465, 2361, 'pmpro_blastname', 'Shoemaker: Zoo Director') ; 
INSERT INTO `wp_usermeta` VALUES (24466, 2361, 'first_name', 'Sunset Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (24467, 2361, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (24468, 2361, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24469, 2361, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (24470, 2361, 'pmpro_baddress1', '2333 Oak Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (24471, 2361, 'pmpro_bcity', 'Manhattan') ; 
INSERT INTO `wp_usermeta` VALUES (24472, 2361, 'uxf_organization', 'Sunset Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (24473, 2361, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24474, 2361, 'pmpro_bzipcode', '66502') ; 
INSERT INTO `wp_usermeta` VALUES (24475, 2361, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (24476, 2362, 'pmpro_bfirstname', 'Scott') ; 
INSERT INTO `wp_usermeta` VALUES (24477, 2362, 'pmpro_blastname', 'Shelley') ; 
INSERT INTO `wp_usermeta` VALUES (24478, 2362, 'first_name', 'Scott') ; 
INSERT INTO `wp_usermeta` VALUES (24479, 2362, 'last_name', 'Shelley') ; 
INSERT INTO `wp_usermeta` VALUES (24480, 2362, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24481, 2362, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (24482, 2362, 'pmpro_baddress1', '8611 Lucas Pike') ; 
INSERT INTO `wp_usermeta` VALUES (24483, 2362, 'pmpro_bcity', 'Plain City') ; 
INSERT INTO `wp_usermeta` VALUES (24484, 2362, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24485, 2362, 'pmpro_bzipcode', '43064') ; 
INSERT INTO `wp_usermeta` VALUES (24486, 2363, 'pmpro_bfirstname', 'Scott') ; 
INSERT INTO `wp_usermeta` VALUES (24487, 2363, 'pmpro_blastname', 'Gregory: Director') ; 
INSERT INTO `wp_usermeta` VALUES (24488, 2363, 'first_name', 'Great Bend Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (24489, 2363, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (24490, 2363, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24491, 2363, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (24492, 2363, 'pmpro_baddress1', '2123 Main St.') ; 
INSERT INTO `wp_usermeta` VALUES (24493, 2363, 'pmpro_baddress2', 'Box 215') ; 
INSERT INTO `wp_usermeta` VALUES (24494, 2363, 'pmpro_bcity', 'Great Bend') ; 
INSERT INTO `wp_usermeta` VALUES (24495, 2363, 'uxf_organization', 'Great Bend Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (24496, 2363, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24497, 2363, 'pmpro_bzipcode', '67530') ; 
INSERT INTO `wp_usermeta` VALUES (24498, 2363, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (24499, 2364, 'pmpro_bfirstname', 'Scott') ; 
INSERT INTO `wp_usermeta` VALUES (24500, 2364, 'pmpro_blastname', 'McIntosh') ; 
INSERT INTO `wp_usermeta` VALUES (24501, 2364, 'first_name', 'Scott') ; 
INSERT INTO `wp_usermeta` VALUES (24502, 2364, 'last_name', 'McIntosh') ; 
INSERT INTO `wp_usermeta` VALUES (24503, 2364, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24504, 2364, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (24505, 2364, 'pmpro_baddress1', '418 Reinhardt Blvd.') ; 
INSERT INTO `wp_usermeta` VALUES (24506, 2364, 'pmpro_bcity', 'Georgetown') ; 
INSERT INTO `wp_usermeta` VALUES (24507, 2364, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24508, 2364, 'pmpro_bzipcode', '78626') ; 
INSERT INTO `wp_usermeta` VALUES (24509, 2365, 'pmpro_bfirstname', 'Scott') ; 
INSERT INTO `wp_usermeta` VALUES (24510, 2365, 'pmpro_blastname', 'Kayser') ; 
INSERT INTO `wp_usermeta` VALUES (24511, 2365, 'first_name', 'Scott') ; 
INSERT INTO `wp_usermeta` VALUES (24512, 2365, 'last_name', 'Kayser') ; 
INSERT INTO `wp_usermeta` VALUES (24513, 2365, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24514, 2365, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (24515, 2365, 'pmpro_baddress1', '8321 Double Ditch Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (24516, 2365, 'pmpro_bcity', 'Lynden') ; 
INSERT INTO `wp_usermeta` VALUES (24517, 2365, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24518, 2365, 'pmpro_bzipcode', '98264') ; 
INSERT INTO `wp_usermeta` VALUES (24519, 2366, 'pmpro_bfirstname', 'Scott') ; 
INSERT INTO `wp_usermeta` VALUES (24520, 2366, 'pmpro_blastname', 'Carmen') ; 
INSERT INTO `wp_usermeta` VALUES (24521, 2366, 'first_name', 'Scott') ; 
INSERT INTO `wp_usermeta` VALUES (24522, 2366, 'last_name', 'Carmen') ; 
INSERT INTO `wp_usermeta` VALUES (24523, 2366, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24524, 2366, 'pmpro_bstate', 'OK') ; 
INSERT INTO `wp_usermeta` VALUES (24525, 2366, 'pmpro_baddress1', '7018 E. 33rd St.') ; 
INSERT INTO `wp_usermeta` VALUES (24526, 2366, 'pmpro_bcity', 'Tulsa') ; 
INSERT INTO `wp_usermeta` VALUES (24527, 2366, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24528, 2366, 'pmpro_bzipcode', '74145') ; 
INSERT INTO `wp_usermeta` VALUES (24529, 2367, 'pmpro_bfirstname', 'Scott M.') ; 
INSERT INTO `wp_usermeta` VALUES (24530, 2367, 'pmpro_blastname', 'Wright') ; 
INSERT INTO `wp_usermeta` VALUES (24531, 2367, 'first_name', 'Scott M.') ; 
INSERT INTO `wp_usermeta` VALUES (24532, 2367, 'last_name', 'Wright') ; 
INSERT INTO `wp_usermeta` VALUES (24533, 2367, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24534, 2367, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (24535, 2367, 'pmpro_baddress1', '3986 Sleepy Hollow Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (24536, 2367, 'pmpro_bcity', 'Brunswick Hills') ; 
INSERT INTO `wp_usermeta` VALUES (24537, 2367, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24538, 2367, 'pmpro_bzipcode', '44212') ; 
INSERT INTO `wp_usermeta` VALUES (24539, 2368, 'pmpro_bfirstname', 'Sean') ; 
INSERT INTO `wp_usermeta` VALUES (24540, 2368, 'pmpro_blastname', 'Ellis') ; 
INSERT INTO `wp_usermeta` VALUES (24541, 2368, 'first_name', 'Sean') ; 
INSERT INTO `wp_usermeta` VALUES (24542, 2368, 'last_name', 'Ellis') ; 
INSERT INTO `wp_usermeta` VALUES (24543, 2368, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (24544, 2368, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (24545, 2368, 'pmpro_baddress1', '18 Ascot Bay') ; 
INSERT INTO `wp_usermeta` VALUES (24546, 2368, 'pmpro_bcity', 'Winnipeg') ; 
INSERT INTO `wp_usermeta` VALUES (24547, 2368, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24548, 2368, 'pmpro_bzipcode', 'R3R 0X4') ; 
INSERT INTO `wp_usermeta` VALUES (24549, 2369, 'pmpro_bfirstname', 'Sean') ; 
INSERT INTO `wp_usermeta` VALUES (24550, 2369, 'pmpro_blastname', 'Ployd') ; 
INSERT INTO `wp_usermeta` VALUES (24551, 2369, 'first_name', 'Sean') ; 
INSERT INTO `wp_usermeta` VALUES (24552, 2369, 'last_name', 'Ployd') ; 
INSERT INTO `wp_usermeta` VALUES (24553, 2369, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24554, 2369, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (24555, 2369, 'pmpro_baddress1', '3510 Steffisburg Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (24556, 2369, 'pmpro_bcity', 'Nashville') ; 
INSERT INTO `wp_usermeta` VALUES (24557, 2369, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24558, 2369, 'pmpro_bzipcode', '37211') ; 
INSERT INTO `wp_usermeta` VALUES (24559, 2370, 'pmpro_bfirstname', 'Sean') ; 
INSERT INTO `wp_usermeta` VALUES (24560, 2370, 'pmpro_blastname', 'Jorgensen') ; 
INSERT INTO `wp_usermeta` VALUES (24561, 2370, 'first_name', 'Sean') ; 
INSERT INTO `wp_usermeta` VALUES (24562, 2370, 'last_name', 'Jorgensen') ; 
INSERT INTO `wp_usermeta` VALUES (24563, 2370, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24564, 2370, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (24565, 2370, 'pmpro_baddress1', '17027 Via Margarita') ; 
INSERT INTO `wp_usermeta` VALUES (24566, 2370, 'pmpro_bcity', 'San Lorenzo') ; 
INSERT INTO `wp_usermeta` VALUES (24567, 2370, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24568, 2370, 'pmpro_bzipcode', '94580') ; 
INSERT INTO `wp_usermeta` VALUES (24569, 2371, 'pmpro_bfirstname', 'Sean') ; 
INSERT INTO `wp_usermeta` VALUES (24570, 2371, 'pmpro_blastname', 'Mallee') ; 
INSERT INTO `wp_usermeta` VALUES (24571, 2371, 'first_name', 'Sean') ; 
INSERT INTO `wp_usermeta` VALUES (24572, 2371, 'last_name', 'Mallee') ; 
INSERT INTO `wp_usermeta` VALUES (24573, 2371, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24574, 2371, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (24575, 2371, 'pmpro_baddress1', '4031 NW 5th Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (24576, 2371, 'pmpro_bcity', 'Boca Raton') ; 
INSERT INTO `wp_usermeta` VALUES (24577, 2371, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24578, 2371, 'pmpro_bzipcode', '33431') ; 
INSERT INTO `wp_usermeta` VALUES (24579, 2372, 'pmpro_bfirstname', 'Sean') ; 
INSERT INTO `wp_usermeta` VALUES (24580, 2372, 'pmpro_blastname', 'Ramsdell') ; 
INSERT INTO `wp_usermeta` VALUES (24581, 2372, 'first_name', 'Sean') ; 
INSERT INTO `wp_usermeta` VALUES (24582, 2372, 'last_name', 'Ramsdell') ; 
INSERT INTO `wp_usermeta` VALUES (24583, 2372, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24584, 2372, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (24585, 2372, 'pmpro_baddress1', '13012 Arbor Isle Dr.  Unit 306') ; 
INSERT INTO `wp_usermeta` VALUES (24586, 2372, 'pmpro_baddress2', 'Unit 306') ; 
INSERT INTO `wp_usermeta` VALUES (24587, 2372, 'pmpro_bcity', 'Temple Terrace') ; 
INSERT INTO `wp_usermeta` VALUES (24588, 2372, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24589, 2372, 'pmpro_bzipcode', '33637') ; 
INSERT INTO `wp_usermeta` VALUES (24590, 2373, 'pmpro_bfirstname', 'Sean') ; 
INSERT INTO `wp_usermeta` VALUES (24591, 2373, 'pmpro_blastname', 'Walcott') ; 
INSERT INTO `wp_usermeta` VALUES (24592, 2373, 'first_name', 'Sean') ; 
INSERT INTO `wp_usermeta` VALUES (24593, 2373, 'last_name', 'Walcott') ; 
INSERT INTO `wp_usermeta` VALUES (24594, 2373, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24595, 2373, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (24596, 2373, 'pmpro_baddress1', '342 10th St.') ; 
INSERT INTO `wp_usermeta` VALUES (24597, 2373, 'pmpro_bcity', 'Del Mar') ; 
INSERT INTO `wp_usermeta` VALUES (24598, 2373, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24599, 2373, 'pmpro_bzipcode', '92014') ; 
INSERT INTO `wp_usermeta` VALUES (24600, 2374, 'pmpro_bfirstname', 'Sebastian') ; 
INSERT INTO `wp_usermeta` VALUES (24601, 2374, 'pmpro_blastname', 'Schaad') ; 
INSERT INTO `wp_usermeta` VALUES (24602, 2374, 'first_name', 'Sebastian') ; 
INSERT INTO `wp_usermeta` VALUES (24603, 2374, 'last_name', 'Schaad') ; 
INSERT INTO `wp_usermeta` VALUES (24604, 2374, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24605, 2374, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (24606, 2374, 'pmpro_baddress1', '3600 Jeanetta St. Apt 2403') ; 
INSERT INTO `wp_usermeta` VALUES (24607, 2374, 'pmpro_bcity', 'Houston') ; 
INSERT INTO `wp_usermeta` VALUES (24608, 2374, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24609, 2374, 'pmpro_bzipcode', '77063-5555') ; 
INSERT INTO `wp_usermeta` VALUES (24610, 2375, 'pmpro_bfirstname', 'Sebastian') ; 
INSERT INTO `wp_usermeta` VALUES (24611, 2375, 'pmpro_blastname', 'Carcano') ; 
INSERT INTO `wp_usermeta` VALUES (24612, 2375, 'first_name', 'Sebastian') ; 
INSERT INTO `wp_usermeta` VALUES (24613, 2375, 'last_name', 'Carcano') ; 
INSERT INTO `wp_usermeta` VALUES (24614, 2375, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24615, 2375, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (24616, 2375, 'pmpro_baddress1', '2155 Judge Fran Jamieson Way #4204') ; 
INSERT INTO `wp_usermeta` VALUES (24617, 2375, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (24618, 2375, 'pmpro_bcity', 'Viera') ; 
INSERT INTO `wp_usermeta` VALUES (24619, 2375, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24620, 2375, 'pmpro_bzipcode', '32940') ; 
INSERT INTO `wp_usermeta` VALUES (24621, 2376, 'pmpro_bfirstname', 'Serenity') ; 
INSERT INTO `wp_usermeta` VALUES (24622, 2376, 'pmpro_blastname', 'Hyland') ; 
INSERT INTO `wp_usermeta` VALUES (24623, 2376, 'first_name', 'Serenity') ; 
INSERT INTO `wp_usermeta` VALUES (24624, 2376, 'last_name', 'Hyland') ; 
INSERT INTO `wp_usermeta` VALUES (24625, 2376, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24626, 2376, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (24627, 2376, 'pmpro_baddress1', '5966 Spring Cluster') ; 
INSERT INTO `wp_usermeta` VALUES (24628, 2376, 'pmpro_bcity', 'San Antonio') ; 
INSERT INTO `wp_usermeta` VALUES (24629, 2376, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24630, 2376, 'pmpro_bzipcode', '78247') ; 
INSERT INTO `wp_usermeta` VALUES (24631, 2377, 'pmpro_bfirstname', 'University of California - Davis') ; 
INSERT INTO `wp_usermeta` VALUES (24632, 2377, 'pmpro_blastname', '') ; 
INSERT INTO `wp_usermeta` VALUES (24633, 2377, 'first_name', 'Serial ') ; 
INSERT INTO `wp_usermeta` VALUES (24634, 2377, 'last_name', 'Records Section ') ; 
INSERT INTO `wp_usermeta` VALUES (24635, 2377, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24636, 2377, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (24637, 2377, 'pmpro_baddress1', '100 NW Quad') ; 
INSERT INTO `wp_usermeta` VALUES (24638, 2377, 'pmpro_bcity', 'Davis') ; 
INSERT INTO `wp_usermeta` VALUES (24639, 2377, 'uxf_organization', 'Shields Library - Serial Records Acq.') ; 
INSERT INTO `wp_usermeta` VALUES (24640, 2377, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24641, 2377, 'pmpro_bzipcode', '95616-5292') ; 
INSERT INTO `wp_usermeta` VALUES (24642, 2378, 'pmpro_bfirstname', 'Seth') ; 
INSERT INTO `wp_usermeta` VALUES (24643, 2378, 'pmpro_blastname', 'Hochberg') ; 
INSERT INTO `wp_usermeta` VALUES (24644, 2378, 'first_name', 'Seth') ; 
INSERT INTO `wp_usermeta` VALUES (24645, 2378, 'last_name', 'Hochberg') ; 
INSERT INTO `wp_usermeta` VALUES (24646, 2378, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24647, 2378, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (24648, 2378, 'pmpro_baddress1', '9090 NW 11th Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (24649, 2378, 'pmpro_bcity', 'Plantation') ; 
INSERT INTO `wp_usermeta` VALUES (24650, 2378, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24651, 2378, 'pmpro_bzipcode', '33322') ; 
INSERT INTO `wp_usermeta` VALUES (24652, 2379, 'pmpro_bfirstname', 'Shaina') ; 
INSERT INTO `wp_usermeta` VALUES (24653, 2379, 'pmpro_blastname', 'Roskovich') ; 
INSERT INTO `wp_usermeta` VALUES (24654, 2379, 'first_name', 'Shaina') ; 
INSERT INTO `wp_usermeta` VALUES (24655, 2379, 'last_name', 'Roskovich') ; 
INSERT INTO `wp_usermeta` VALUES (24656, 2379, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24657, 2379, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (24658, 2379, 'pmpro_baddress1', '5301 Oakleaf Dr.  #15') ; 
INSERT INTO `wp_usermeta` VALUES (24659, 2379, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (24660, 2379, 'pmpro_bcity', 'Kansas City') ; 
INSERT INTO `wp_usermeta` VALUES (24661, 2379, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24662, 2379, 'pmpro_bzipcode', '64129') ; 
INSERT INTO `wp_usermeta` VALUES (24663, 2380, 'pmpro_bfirstname', 'Shana') ; 
INSERT INTO `wp_usermeta` VALUES (24664, 2380, 'pmpro_blastname', 'Jensen') ; 
INSERT INTO `wp_usermeta` VALUES (24665, 2380, 'first_name', 'Shana') ; 
INSERT INTO `wp_usermeta` VALUES (24666, 2380, 'last_name', 'Jensen') ; 
INSERT INTO `wp_usermeta` VALUES (24667, 2380, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24668, 2380, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (24669, 2380, 'pmpro_baddress1', '157 W. Broadmoor Blvd. #4') ; 
INSERT INTO `wp_usermeta` VALUES (24670, 2380, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (24671, 2380, 'pmpro_bcity', 'San Leandro') ; 
INSERT INTO `wp_usermeta` VALUES (24672, 2380, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24673, 2380, 'pmpro_bzipcode', '94577') ; 
INSERT INTO `wp_usermeta` VALUES (24674, 2381, 'pmpro_bfirstname', 'Shana') ; 
INSERT INTO `wp_usermeta` VALUES (24675, 2381, 'pmpro_blastname', 'Osmer') ; 
INSERT INTO `wp_usermeta` VALUES (24676, 2381, 'first_name', 'Shana') ; 
INSERT INTO `wp_usermeta` VALUES (24677, 2381, 'last_name', 'Osmer') ; 
INSERT INTO `wp_usermeta` VALUES (24678, 2381, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24679, 2381, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (24680, 2381, 'pmpro_baddress1', '818 SW 345th St.') ; 
INSERT INTO `wp_usermeta` VALUES (24681, 2381, 'pmpro_bcity', 'Federal Way') ; 
INSERT INTO `wp_usermeta` VALUES (24682, 2381, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24683, 2381, 'pmpro_bzipcode', '98023') ; 
INSERT INTO `wp_usermeta` VALUES (24684, 2382, 'pmpro_bfirstname', 'Shane') ; 
INSERT INTO `wp_usermeta` VALUES (24685, 2382, 'pmpro_blastname', 'Bagnall') ; 
INSERT INTO `wp_usermeta` VALUES (24686, 2382, 'first_name', 'Shane') ; 
INSERT INTO `wp_usermeta` VALUES (24687, 2382, 'last_name', 'Bagnall') ; 
INSERT INTO `wp_usermeta` VALUES (24688, 2382, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24689, 2382, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (24690, 2382, 'pmpro_baddress1', '3650 Sacramento Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (24691, 2382, 'pmpro_bcity', 'San Luis Obispo') ; 
INSERT INTO `wp_usermeta` VALUES (24692, 2382, 'uxf_organization', 'Zoo Med Laboratories Inc.') ; 
INSERT INTO `wp_usermeta` VALUES (24693, 2382, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24694, 2382, 'pmpro_bzipcode', '93401') ; 
INSERT INTO `wp_usermeta` VALUES (24695, 2382, 'uxf_specialtags', 'CM') ; 
INSERT INTO `wp_usermeta` VALUES (24696, 2383, 'pmpro_bfirstname', 'Shane') ; 
INSERT INTO `wp_usermeta` VALUES (24697, 2383, 'pmpro_blastname', 'Good') ; 
INSERT INTO `wp_usermeta` VALUES (24698, 2383, 'first_name', 'Shane') ; 
INSERT INTO `wp_usermeta` VALUES (24699, 2383, 'last_name', 'Good') ; 
INSERT INTO `wp_usermeta` VALUES (24700, 2383, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24701, 2383, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (24702, 2383, 'pmpro_baddress1', '6131 Myrtle Hill Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (24703, 2383, 'pmpro_bcity', 'Valley City') ; 
INSERT INTO `wp_usermeta` VALUES (24704, 2383, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24705, 2383, 'pmpro_bzipcode', '44280') ; 
INSERT INTO `wp_usermeta` VALUES (24706, 2383, 'uxf_specialtags', 'MAIL') ; 
INSERT INTO `wp_usermeta` VALUES (24707, 2384, 'pmpro_bfirstname', 'Shanna') ; 
INSERT INTO `wp_usermeta` VALUES (24708, 2384, 'pmpro_blastname', 'Simpson') ; 
INSERT INTO `wp_usermeta` VALUES (24709, 2384, 'first_name', 'Shanna') ; 
INSERT INTO `wp_usermeta` VALUES (24710, 2384, 'last_name', 'Simpson') ; 
INSERT INTO `wp_usermeta` VALUES (24711, 2384, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24712, 2384, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (24713, 2384, 'pmpro_baddress1', '1722 SW Valley View Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (24714, 2384, 'pmpro_bcity', 'Topeka') ; 
INSERT INTO `wp_usermeta` VALUES (24715, 2384, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24716, 2384, 'pmpro_bzipcode', '66615') ; 
INSERT INTO `wp_usermeta` VALUES (24717, 2385, 'pmpro_bfirstname', 'Shanna') ; 
INSERT INTO `wp_usermeta` VALUES (24718, 2385, 'pmpro_blastname', 'Voak') ; 
INSERT INTO `wp_usermeta` VALUES (24719, 2385, 'first_name', 'Shanna') ; 
INSERT INTO `wp_usermeta` VALUES (24720, 2385, 'last_name', 'Voak') ; 
INSERT INTO `wp_usermeta` VALUES (24721, 2385, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24722, 2385, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (24723, 2385, 'pmpro_baddress1', '752 Maiden Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (24724, 2385, 'pmpro_bcity', 'Penn Yan') ; 
INSERT INTO `wp_usermeta` VALUES (24725, 2385, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24726, 2385, 'pmpro_bzipcode', '14527') ; 
INSERT INTO `wp_usermeta` VALUES (24727, 2386, 'pmpro_bfirstname', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (24728, 2386, 'pmpro_blastname', 'Fletcher') ; 
INSERT INTO `wp_usermeta` VALUES (24729, 2386, 'first_name', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (24730, 2386, 'last_name', 'Fletcher') ; 
INSERT INTO `wp_usermeta` VALUES (24731, 2386, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24732, 2386, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (24733, 2386, 'pmpro_baddress1', 'P.O. Box 882') ; 
INSERT INTO `wp_usermeta` VALUES (24734, 2386, 'pmpro_bcity', 'Mebane') ; 
INSERT INTO `wp_usermeta` VALUES (24735, 2386, 'uxf_organization', 'Conservators\\\' Center') ; 
INSERT INTO `wp_usermeta` VALUES (24736, 2386, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24737, 2386, 'pmpro_bzipcode', '27302') ; 
INSERT INTO `wp_usermeta` VALUES (24738, 2387, 'pmpro_bfirstname', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (24739, 2387, 'pmpro_blastname', 'Nelson') ; 
INSERT INTO `wp_usermeta` VALUES (24740, 2387, 'first_name', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (24741, 2387, 'last_name', 'Nelson') ; 
INSERT INTO `wp_usermeta` VALUES (24742, 2387, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24743, 2387, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (24744, 2387, 'pmpro_baddress1', '4233 Shadow Lane') ; 
INSERT INTO `wp_usermeta` VALUES (24745, 2387, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (24746, 2387, 'pmpro_bcity', 'Niceville') ; 
INSERT INTO `wp_usermeta` VALUES (24747, 2387, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24748, 2387, 'pmpro_bzipcode', '32578-4510') ; 
INSERT INTO `wp_usermeta` VALUES (24749, 2388, 'pmpro_bfirstname', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (24750, 2388, 'pmpro_blastname', 'Christianson') ; 
INSERT INTO `wp_usermeta` VALUES (24751, 2388, 'first_name', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (24752, 2388, 'last_name', 'Christianson') ; 
INSERT INTO `wp_usermeta` VALUES (24753, 2388, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24754, 2388, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (24755, 2388, 'pmpro_baddress1', '4001 SW Canyon Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (24756, 2388, 'pmpro_bcity', 'Portland') ; 
INSERT INTO `wp_usermeta` VALUES (24757, 2388, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (24758, 2388, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24759, 2388, 'pmpro_bzipcode', '97221') ; 
INSERT INTO `wp_usermeta` VALUES (24760, 2389, 'pmpro_bfirstname', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (24761, 2389, 'pmpro_blastname', 'Finn') ; 
INSERT INTO `wp_usermeta` VALUES (24762, 2389, 'first_name', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (24763, 2389, 'last_name', 'Finn') ; 
INSERT INTO `wp_usermeta` VALUES (24764, 2389, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24765, 2389, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (24766, 2389, 'pmpro_baddress1', '37 Elm St.') ; 
INSERT INTO `wp_usermeta` VALUES (24767, 2389, 'pmpro_bcity', 'Blackstone') ; 
INSERT INTO `wp_usermeta` VALUES (24768, 2389, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24769, 2389, 'pmpro_bzipcode', '01504') ; 
INSERT INTO `wp_usermeta` VALUES (24770, 2390, 'pmpro_bfirstname', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (24771, 2390, 'pmpro_blastname', 'Irmscher') ; 
INSERT INTO `wp_usermeta` VALUES (24772, 2390, 'first_name', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (24773, 2390, 'last_name', 'Irmscher') ; 
INSERT INTO `wp_usermeta` VALUES (24774, 2390, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24775, 2390, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (24776, 2390, 'pmpro_baddress1', '3600 Eastbrooke Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (24777, 2390, 'pmpro_bcity', 'Evansville') ; 
INSERT INTO `wp_usermeta` VALUES (24778, 2390, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24779, 2390, 'pmpro_bzipcode', '47711') ; 
INSERT INTO `wp_usermeta` VALUES (24780, 2391, 'pmpro_bfirstname', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (24781, 2391, 'pmpro_blastname', 'Jensen') ; 
INSERT INTO `wp_usermeta` VALUES (24782, 2391, 'first_name', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (24783, 2391, 'last_name', 'Jensen') ; 
INSERT INTO `wp_usermeta` VALUES (24784, 2391, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24785, 2391, 'pmpro_bstate', 'AK') ; 
INSERT INTO `wp_usermeta` VALUES (24786, 2391, 'pmpro_baddress1', '23429 Glacier View Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (24787, 2391, 'pmpro_bcity', 'Eagle River') ; 
INSERT INTO `wp_usermeta` VALUES (24788, 2391, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24789, 2391, 'pmpro_bzipcode', '99577') ; 
INSERT INTO `wp_usermeta` VALUES (24790, 2392, 'pmpro_bfirstname', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (24791, 2392, 'pmpro_blastname', 'Petrosky') ; 
INSERT INTO `wp_usermeta` VALUES (24792, 2392, 'first_name', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (24793, 2392, 'last_name', 'Petrosky') ; 
INSERT INTO `wp_usermeta` VALUES (24794, 2392, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24795, 2392, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (24796, 2392, 'pmpro_baddress1', '5001 Cape Henry Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (24797, 2392, 'pmpro_bcity', 'Norfolk') ; 
INSERT INTO `wp_usermeta` VALUES (24798, 2392, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24799, 2392, 'pmpro_bzipcode', '23513') ; 
INSERT INTO `wp_usermeta` VALUES (24800, 2393, 'pmpro_bfirstname', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (24801, 2393, 'pmpro_blastname', 'Scanlan') ; 
INSERT INTO `wp_usermeta` VALUES (24802, 2393, 'first_name', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (24803, 2393, 'last_name', 'Scanlan') ; 
INSERT INTO `wp_usermeta` VALUES (24804, 2393, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24805, 2393, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (24806, 2393, 'pmpro_baddress1', 'N272 Springfield Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (24807, 2393, 'pmpro_bcity', 'Appleton') ; 
INSERT INTO `wp_usermeta` VALUES (24808, 2393, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24809, 2393, 'pmpro_bzipcode', '54915') ; 
INSERT INTO `wp_usermeta` VALUES (24810, 2394, 'pmpro_bfirstname', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (24811, 2394, 'pmpro_blastname', 'Osterholm') ; 
INSERT INTO `wp_usermeta` VALUES (24812, 2394, 'first_name', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (24813, 2394, 'last_name', 'Osterholm') ; 
INSERT INTO `wp_usermeta` VALUES (24814, 2394, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24815, 2394, 'pmpro_bstate', 'IA') ; 
INSERT INTO `wp_usermeta` VALUES (24816, 2394, 'pmpro_baddress1', '1143 Rittenhouse St.') ; 
INSERT INTO `wp_usermeta` VALUES (24817, 2394, 'pmpro_bcity', 'Des Moines') ; 
INSERT INTO `wp_usermeta` VALUES (24818, 2394, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24819, 2394, 'pmpro_bzipcode', '50315') ; 
INSERT INTO `wp_usermeta` VALUES (24820, 2395, 'pmpro_bfirstname', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (24821, 2395, 'pmpro_blastname', 'Santangelo') ; 
INSERT INTO `wp_usermeta` VALUES (24822, 2395, 'first_name', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (24823, 2395, 'last_name', 'Santangelo') ; 
INSERT INTO `wp_usermeta` VALUES (24824, 2395, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24825, 2395, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (24826, 2395, 'pmpro_baddress1', '1554 Glenn Brooke Woods Circle') ; 
INSERT INTO `wp_usermeta` VALUES (24827, 2395, 'pmpro_bcity', 'Ballwin') ; 
INSERT INTO `wp_usermeta` VALUES (24828, 2395, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24829, 2395, 'pmpro_bzipcode', '63021') ; 
INSERT INTO `wp_usermeta` VALUES (24830, 2396, 'pmpro_bfirstname', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (24831, 2396, 'pmpro_blastname', 'White') ; 
INSERT INTO `wp_usermeta` VALUES (24832, 2396, 'first_name', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (24833, 2396, 'last_name', 'White') ; 
INSERT INTO `wp_usermeta` VALUES (24834, 2396, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24835, 2396, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (24836, 2396, 'pmpro_baddress1', '3183 Winstead Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (24837, 2396, 'pmpro_bcity', 'Brunswick') ; 
INSERT INTO `wp_usermeta` VALUES (24838, 2396, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24839, 2396, 'pmpro_bzipcode', '44212') ; 
INSERT INTO `wp_usermeta` VALUES (24840, 2397, 'pmpro_bfirstname', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (24841, 2397, 'pmpro_blastname', 'LaMonica') ; 
INSERT INTO `wp_usermeta` VALUES (24842, 2397, 'first_name', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (24843, 2397, 'last_name', 'LaMonica') ; 
INSERT INTO `wp_usermeta` VALUES (24844, 2397, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24845, 2397, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (24846, 2397, 'pmpro_baddress1', '10778 SW Heron Circle') ; 
INSERT INTO `wp_usermeta` VALUES (24847, 2397, 'pmpro_bcity', 'Beaverton') ; 
INSERT INTO `wp_usermeta` VALUES (24848, 2397, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24849, 2397, 'pmpro_bzipcode', '97007') ; 
INSERT INTO `wp_usermeta` VALUES (24850, 2398, 'pmpro_bfirstname', 'Sharah') ; 
INSERT INTO `wp_usermeta` VALUES (24851, 2398, 'pmpro_blastname', 'Burton') ; 
INSERT INTO `wp_usermeta` VALUES (24852, 2398, 'first_name', 'Sharah') ; 
INSERT INTO `wp_usermeta` VALUES (24853, 2398, 'last_name', 'Burton') ; 
INSERT INTO `wp_usermeta` VALUES (24854, 2398, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24855, 2398, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (24856, 2398, 'pmpro_baddress1', '335 South Wood Street') ; 
INSERT INTO `wp_usermeta` VALUES (24857, 2398, 'pmpro_bcity', 'Middletown') ; 
INSERT INTO `wp_usermeta` VALUES (24858, 2398, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24859, 2398, 'pmpro_bzipcode', '17057') ; 
INSERT INTO `wp_usermeta` VALUES (24860, 2399, 'pmpro_bfirstname', 'Sharon') ; 
INSERT INTO `wp_usermeta` VALUES (24861, 2399, 'pmpro_blastname', 'Meola') ; 
INSERT INTO `wp_usermeta` VALUES (24862, 2399, 'first_name', 'Sharon') ; 
INSERT INTO `wp_usermeta` VALUES (24863, 2399, 'last_name', 'Meola') ; 
INSERT INTO `wp_usermeta` VALUES (24864, 2399, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24865, 2399, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (24866, 2399, 'pmpro_baddress1', '1606 Page Blvd') ; 
INSERT INTO `wp_usermeta` VALUES (24867, 2399, 'pmpro_bcity', 'Melbourne') ; 
INSERT INTO `wp_usermeta` VALUES (24868, 2399, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24869, 2399, 'pmpro_bzipcode', '32935-4450') ; 
INSERT INTO `wp_usermeta` VALUES (24870, 2400, 'pmpro_bfirstname', 'Sharon') ; 
INSERT INTO `wp_usermeta` VALUES (24871, 2400, 'pmpro_blastname', 'Teasley') ; 
INSERT INTO `wp_usermeta` VALUES (24872, 2400, 'first_name', 'Sharon') ; 
INSERT INTO `wp_usermeta` VALUES (24873, 2400, 'last_name', 'Teasley') ; 
INSERT INTO `wp_usermeta` VALUES (24874, 2400, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24875, 2400, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (24876, 2400, 'pmpro_baddress1', '800 Cherokee Ave. SE') ; 
INSERT INTO `wp_usermeta` VALUES (24877, 2400, 'pmpro_bcity', 'Atlanta') ; 
INSERT INTO `wp_usermeta` VALUES (24878, 2400, 'uxf_organization', 'Zoo Atlanta') ; 
INSERT INTO `wp_usermeta` VALUES (24879, 2400, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24880, 2400, 'pmpro_bzipcode', '30315') ; 
INSERT INTO `wp_usermeta` VALUES (24881, 2401, 'pmpro_bfirstname', 'Sharon') ; 
INSERT INTO `wp_usermeta` VALUES (24882, 2401, 'pmpro_blastname', 'Chadwick') ; 
INSERT INTO `wp_usermeta` VALUES (24883, 2401, 'first_name', 'Sharon') ; 
INSERT INTO `wp_usermeta` VALUES (24884, 2401, 'last_name', 'Chadwick') ; 
INSERT INTO `wp_usermeta` VALUES (24885, 2401, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24886, 2401, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (24887, 2401, 'pmpro_baddress1', '1561 Horrell St.') ; 
INSERT INTO `wp_usermeta` VALUES (24888, 2401, 'pmpro_bcity', 'McKinleyville') ; 
INSERT INTO `wp_usermeta` VALUES (24889, 2401, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24890, 2401, 'pmpro_bzipcode', '95519') ; 
INSERT INTO `wp_usermeta` VALUES (24891, 2402, 'pmpro_bfirstname', 'Sharon') ; 
INSERT INTO `wp_usermeta` VALUES (24892, 2402, 'pmpro_blastname', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (24893, 2402, 'first_name', 'Sharon') ; 
INSERT INTO `wp_usermeta` VALUES (24894, 2402, 'last_name', 'Smith: Brandywine Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (24895, 2402, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24896, 2402, 'pmpro_bstate', 'DE') ; 
INSERT INTO `wp_usermeta` VALUES (24897, 2402, 'pmpro_baddress1', '1001 N. Park Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (24898, 2402, 'pmpro_bcity', 'Wilmington') ; 
INSERT INTO `wp_usermeta` VALUES (24899, 2402, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (24900, 2402, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24901, 2402, 'pmpro_bzipcode', '19802') ; 
INSERT INTO `wp_usermeta` VALUES (24902, 2403, 'pmpro_bfirstname', 'Sharron') ; 
INSERT INTO `wp_usermeta` VALUES (24903, 2403, 'pmpro_blastname', 'Timmings') ; 
INSERT INTO `wp_usermeta` VALUES (24904, 2403, 'first_name', 'Sharron') ; 
INSERT INTO `wp_usermeta` VALUES (24905, 2403, 'last_name', 'Timmings') ; 
INSERT INTO `wp_usermeta` VALUES (24906, 2403, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24907, 2403, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (24908, 2403, 'pmpro_baddress1', '1525 W. Sample') ; 
INSERT INTO `wp_usermeta` VALUES (24909, 2403, 'pmpro_bcity', 'Fresno') ; 
INSERT INTO `wp_usermeta` VALUES (24910, 2403, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24911, 2403, 'pmpro_bzipcode', '93711') ; 
INSERT INTO `wp_usermeta` VALUES (24912, 2404, 'pmpro_bfirstname', 'Shaun') ; 
INSERT INTO `wp_usermeta` VALUES (24913, 2404, 'pmpro_blastname', 'Stauffer') ; 
INSERT INTO `wp_usermeta` VALUES (24914, 2404, 'first_name', 'Shaun') ; 
INSERT INTO `wp_usermeta` VALUES (24915, 2404, 'last_name', 'Stauffer') ; 
INSERT INTO `wp_usermeta` VALUES (24916, 2404, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (24917, 2404, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (24918, 2404, 'pmpro_baddress1', '8226 Redwood Circle') ; 
INSERT INTO `wp_usermeta` VALUES (24919, 2404, 'pmpro_bcity', 'Norfolk') ; 
INSERT INTO `wp_usermeta` VALUES (24920, 2404, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24921, 2404, 'pmpro_bzipcode', '23518') ; 
INSERT INTO `wp_usermeta` VALUES (24922, 2405, 'pmpro_bfirstname', 'Shauna') ; 
INSERT INTO `wp_usermeta` VALUES (24923, 2405, 'pmpro_blastname', 'Dankberg') ; 
INSERT INTO `wp_usermeta` VALUES (24924, 2405, 'first_name', 'Shauna') ; 
INSERT INTO `wp_usermeta` VALUES (24925, 2405, 'last_name', 'Dankberg') ; 
INSERT INTO `wp_usermeta` VALUES (24926, 2405, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24927, 2405, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (24928, 2405, 'pmpro_baddress1', '755 Grant Terr. SE') ; 
INSERT INTO `wp_usermeta` VALUES (24929, 2405, 'pmpro_bcity', 'Atlanta') ; 
INSERT INTO `wp_usermeta` VALUES (24930, 2405, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24931, 2405, 'pmpro_bzipcode', '30315') ; 
INSERT INTO `wp_usermeta` VALUES (24932, 2406, 'pmpro_bfirstname', 'Shawn') ; 
INSERT INTO `wp_usermeta` VALUES (24933, 2406, 'pmpro_blastname', 'McDonald') ; 
INSERT INTO `wp_usermeta` VALUES (24934, 2406, 'first_name', 'Shawn') ; 
INSERT INTO `wp_usermeta` VALUES (24935, 2406, 'last_name', 'McDonald') ; 
INSERT INTO `wp_usermeta` VALUES (24936, 2406, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24937, 2406, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (24938, 2406, 'pmpro_baddress1', '9802 Overhill') ; 
INSERT INTO `wp_usermeta` VALUES (24939, 2406, 'pmpro_bcity', 'Santa Ana') ; 
INSERT INTO `wp_usermeta` VALUES (24940, 2406, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24941, 2406, 'pmpro_bzipcode', '92705') ; 
INSERT INTO `wp_usermeta` VALUES (24942, 2407, 'pmpro_bfirstname', 'Shawna') ; 
INSERT INTO `wp_usermeta` VALUES (24943, 2407, 'pmpro_blastname', 'Skinner') ; 
INSERT INTO `wp_usermeta` VALUES (24944, 2407, 'first_name', 'Shawna') ; 
INSERT INTO `wp_usermeta` VALUES (24945, 2407, 'last_name', 'Skinner') ; 
INSERT INTO `wp_usermeta` VALUES (24946, 2407, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24947, 2407, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (24948, 2407, 'pmpro_baddress1', '9771 Sunrise Blvd.  Unit #4') ; 
INSERT INTO `wp_usermeta` VALUES (24949, 2407, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (24950, 2407, 'pmpro_bcity', 'N. Royalton') ; 
INSERT INTO `wp_usermeta` VALUES (24951, 2407, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24952, 2407, 'pmpro_bzipcode', '44133') ; 
INSERT INTO `wp_usermeta` VALUES (24953, 2408, 'pmpro_bfirstname', 'Shea') ; 
INSERT INTO `wp_usermeta` VALUES (24954, 2408, 'pmpro_blastname', 'Gibson') ; 
INSERT INTO `wp_usermeta` VALUES (24955, 2408, 'first_name', 'Shea') ; 
INSERT INTO `wp_usermeta` VALUES (24956, 2408, 'last_name', 'Gibson') ; 
INSERT INTO `wp_usermeta` VALUES (24957, 2408, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24958, 2408, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (24959, 2408, 'pmpro_baddress1', '1400 Weaverly') ; 
INSERT INTO `wp_usermeta` VALUES (24960, 2408, 'pmpro_bcity', 'Petaluma') ; 
INSERT INTO `wp_usermeta` VALUES (24961, 2408, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24962, 2408, 'pmpro_bzipcode', '94954') ; 
INSERT INTO `wp_usermeta` VALUES (24963, 2409, 'pmpro_bfirstname', 'Sheila') ; 
INSERT INTO `wp_usermeta` VALUES (24964, 2409, 'pmpro_blastname', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (24965, 2409, 'first_name', 'Sheila') ; 
INSERT INTO `wp_usermeta` VALUES (24966, 2409, 'last_name', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (24967, 2409, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (24968, 2409, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (24969, 2409, 'pmpro_baddress1', '752 Autumnwood Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (24970, 2409, 'pmpro_bcity', 'Winnipeg') ; 
INSERT INTO `wp_usermeta` VALUES (24971, 2409, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (24972, 2409, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24973, 2409, 'pmpro_bzipcode', 'R2J 1B7') ; 
INSERT INTO `wp_usermeta` VALUES (24974, 2410, 'pmpro_bfirstname', 'Sheila') ; 
INSERT INTO `wp_usermeta` VALUES (24975, 2410, 'pmpro_blastname', 'Price') ; 
INSERT INTO `wp_usermeta` VALUES (24976, 2410, 'first_name', 'Sheila') ; 
INSERT INTO `wp_usermeta` VALUES (24977, 2410, 'last_name', 'Price') ; 
INSERT INTO `wp_usermeta` VALUES (24978, 2410, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24979, 2410, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (24980, 2410, 'pmpro_baddress1', '1741 W. 32nd St.') ; 
INSERT INTO `wp_usermeta` VALUES (24981, 2410, 'pmpro_bcity', 'Marion') ; 
INSERT INTO `wp_usermeta` VALUES (24982, 2410, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24983, 2410, 'pmpro_bzipcode', '46953') ; 
INSERT INTO `wp_usermeta` VALUES (24984, 2411, 'pmpro_bfirstname', 'Sheila') ; 
INSERT INTO `wp_usermeta` VALUES (24985, 2411, 'pmpro_blastname', 'Rygwelski') ; 
INSERT INTO `wp_usermeta` VALUES (24986, 2411, 'first_name', 'Sheila') ; 
INSERT INTO `wp_usermeta` VALUES (24987, 2411, 'last_name', 'Rygwelski') ; 
INSERT INTO `wp_usermeta` VALUES (24988, 2411, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24989, 2411, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (24990, 2411, 'pmpro_baddress1', '1535 Leewood Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (24991, 2411, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (24992, 2411, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (24993, 2411, 'pmpro_bzipcode', '80906') ; 
INSERT INTO `wp_usermeta` VALUES (24994, 2412, 'pmpro_bfirstname', 'Sheila') ; 
INSERT INTO `wp_usermeta` VALUES (24995, 2412, 'pmpro_blastname', 'Campbell: Librarian') ; 
INSERT INTO `wp_usermeta` VALUES (24996, 2412, 'first_name', 'Sheila') ; 
INSERT INTO `wp_usermeta` VALUES (24997, 2412, 'last_name', 'Campbell: Librarian') ; 
INSERT INTO `wp_usermeta` VALUES (24998, 2412, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (24999, 2412, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (25000, 2412, 'pmpro_baddress1', '9990 Riverside Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (25001, 2412, 'pmpro_bcity', 'Powell') ; 
INSERT INTO `wp_usermeta` VALUES (25002, 2412, 'uxf_organization', 'Columbus Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (25003, 2412, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25004, 2412, 'pmpro_bzipcode', '43065-0400') ; 
INSERT INTO `wp_usermeta` VALUES (25005, 2413, 'pmpro_bfirstname', 'Karin') ; 
INSERT INTO `wp_usermeta` VALUES (25006, 2413, 'pmpro_blastname', 'Stratton: Monterey Bay Aquarium') ; 
INSERT INTO `wp_usermeta` VALUES (25007, 2413, 'first_name', 'Karin') ; 
INSERT INTO `wp_usermeta` VALUES (25008, 2413, 'last_name', 'Stratton') ; 
INSERT INTO `wp_usermeta` VALUES (25009, 2413, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25010, 2413, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (25011, 2413, 'pmpro_baddress1', '886 Cannery Row') ; 
INSERT INTO `wp_usermeta` VALUES (25012, 2413, 'pmpro_bcity', 'Monterey') ; 
INSERT INTO `wp_usermeta` VALUES (25013, 2413, 'uxf_organization', 'Seafood Watch') ; 
INSERT INTO `wp_usermeta` VALUES (25014, 2413, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25015, 2413, 'pmpro_bzipcode', '93940') ; 
INSERT INTO `wp_usermeta` VALUES (25016, 2414, 'pmpro_bfirstname', 'Shelby') ; 
INSERT INTO `wp_usermeta` VALUES (25017, 2414, 'pmpro_blastname', 'Bush') ; 
INSERT INTO `wp_usermeta` VALUES (25018, 2414, 'first_name', 'Shelby') ; 
INSERT INTO `wp_usermeta` VALUES (25019, 2414, 'last_name', 'Bush') ; 
INSERT INTO `wp_usermeta` VALUES (25020, 2414, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25021, 2414, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (25022, 2414, 'pmpro_baddress1', '103 Barbara St.') ; 
INSERT INTO `wp_usermeta` VALUES (25023, 2414, 'pmpro_bcity', 'Tallahassee') ; 
INSERT INTO `wp_usermeta` VALUES (25024, 2414, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25025, 2414, 'pmpro_bzipcode', '32304') ; 
INSERT INTO `wp_usermeta` VALUES (25026, 2415, 'pmpro_bfirstname', 'Shelby K. ') ; 
INSERT INTO `wp_usermeta` VALUES (25027, 2415, 'pmpro_blastname', 'Carlos') ; 
INSERT INTO `wp_usermeta` VALUES (25028, 2415, 'first_name', 'Shelby K. ') ; 
INSERT INTO `wp_usermeta` VALUES (25029, 2415, 'last_name', 'Carlos') ; 
INSERT INTO `wp_usermeta` VALUES (25030, 2415, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25031, 2415, 'pmpro_bstate', 'HI') ; 
INSERT INTO `wp_usermeta` VALUES (25032, 2415, 'pmpro_baddress1', '151 Kapahulu Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (25033, 2415, 'pmpro_bcity', 'Honolulu') ; 
INSERT INTO `wp_usermeta` VALUES (25034, 2415, 'uxf_organization', 'Honolulu Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (25035, 2415, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25036, 2415, 'pmpro_bzipcode', '96815') ; 
INSERT INTO `wp_usermeta` VALUES (25037, 2416, 'pmpro_bfirstname', 'Shelley') ; 
INSERT INTO `wp_usermeta` VALUES (25038, 2416, 'pmpro_blastname', 'Turner') ; 
INSERT INTO `wp_usermeta` VALUES (25039, 2416, 'first_name', 'Shelley') ; 
INSERT INTO `wp_usermeta` VALUES (25040, 2416, 'last_name', 'Turner') ; 
INSERT INTO `wp_usermeta` VALUES (25041, 2416, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (25042, 2416, 'pmpro_bstate', 'Ont.') ; 
INSERT INTO `wp_usermeta` VALUES (25043, 2416, 'pmpro_baddress1', '8471 Small Ln. RR #2') ; 
INSERT INTO `wp_usermeta` VALUES (25044, 2416, 'pmpro_bcity', 'Loretto') ; 
INSERT INTO `wp_usermeta` VALUES (25045, 2416, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25046, 2416, 'pmpro_bzipcode', 'L0G 1L0') ; 
INSERT INTO `wp_usermeta` VALUES (25047, 2417, 'pmpro_bfirstname', 'Shelley') ; 
INSERT INTO `wp_usermeta` VALUES (25048, 2417, 'pmpro_blastname', 'Raynor') ; 
INSERT INTO `wp_usermeta` VALUES (25049, 2417, 'first_name', 'Shelley') ; 
INSERT INTO `wp_usermeta` VALUES (25050, 2417, 'last_name', 'Raynor') ; 
INSERT INTO `wp_usermeta` VALUES (25051, 2417, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25052, 2417, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (25053, 2417, 'pmpro_baddress1', '856 Clifton Rd. E.') ; 
INSERT INTO `wp_usermeta` VALUES (25054, 2417, 'pmpro_bcity', 'Atlanta') ; 
INSERT INTO `wp_usermeta` VALUES (25055, 2417, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25056, 2417, 'pmpro_bzipcode', '30316') ; 
INSERT INTO `wp_usermeta` VALUES (25057, 2418, 'pmpro_bfirstname', 'Shelley') ; 
INSERT INTO `wp_usermeta` VALUES (25058, 2418, 'pmpro_blastname', 'Avila-Martins') ; 
INSERT INTO `wp_usermeta` VALUES (25059, 2418, 'first_name', 'Shelley') ; 
INSERT INTO `wp_usermeta` VALUES (25060, 2418, 'last_name', 'Avila-Martins') ; 
INSERT INTO `wp_usermeta` VALUES (25061, 2418, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25062, 2418, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (25063, 2418, 'pmpro_baddress1', '396 Reed Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (25064, 2418, 'pmpro_bcity', 'N. Dartmouth') ; 
INSERT INTO `wp_usermeta` VALUES (25065, 2418, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25066, 2418, 'pmpro_bzipcode', '2747') ; 
INSERT INTO `wp_usermeta` VALUES (25067, 2419, 'pmpro_bfirstname', 'Shelly') ; 
INSERT INTO `wp_usermeta` VALUES (25068, 2419, 'pmpro_blastname', 'Roach - Columbus Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (25069, 2419, 'first_name', 'Shelly') ; 
INSERT INTO `wp_usermeta` VALUES (25070, 2419, 'last_name', 'Roach') ; 
INSERT INTO `wp_usermeta` VALUES (25071, 2419, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25072, 2419, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (25073, 2419, 'pmpro_baddress1', 'P.O. Box 400') ; 
INSERT INTO `wp_usermeta` VALUES (25074, 2419, 'pmpro_bcity', 'Powell') ; 
INSERT INTO `wp_usermeta` VALUES (25075, 2419, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (25076, 2419, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25077, 2419, 'pmpro_bzipcode', '43065-0400') ; 
INSERT INTO `wp_usermeta` VALUES (25078, 2420, 'pmpro_bfirstname', 'Sheri') ; 
INSERT INTO `wp_usermeta` VALUES (25079, 2420, 'pmpro_blastname', 'Guay') ; 
INSERT INTO `wp_usermeta` VALUES (25080, 2420, 'first_name', 'Sheri') ; 
INSERT INTO `wp_usermeta` VALUES (25081, 2420, 'last_name', 'Guay') ; 
INSERT INTO `wp_usermeta` VALUES (25082, 2420, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25083, 2420, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (25084, 2420, 'pmpro_baddress1', '722 S. 120th St.') ; 
INSERT INTO `wp_usermeta` VALUES (25085, 2420, 'pmpro_bcity', 'W. Allis') ; 
INSERT INTO `wp_usermeta` VALUES (25086, 2420, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25087, 2420, 'pmpro_bzipcode', '53214') ; 
INSERT INTO `wp_usermeta` VALUES (25088, 2421, 'pmpro_bfirstname', 'Sheri') ; 
INSERT INTO `wp_usermeta` VALUES (25089, 2421, 'pmpro_blastname', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (25090, 2421, 'first_name', 'Sheri') ; 
INSERT INTO `wp_usermeta` VALUES (25091, 2421, 'last_name', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (25092, 2421, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25093, 2421, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (25094, 2421, 'pmpro_baddress1', '4577 Gooding Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (25095, 2421, 'pmpro_bcity', 'Marion') ; 
INSERT INTO `wp_usermeta` VALUES (25096, 2421, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25097, 2421, 'pmpro_bzipcode', '43302') ; 
INSERT INTO `wp_usermeta` VALUES (25098, 2422, 'pmpro_bfirstname', 'Sherri') ; 
INSERT INTO `wp_usermeta` VALUES (25099, 2422, 'pmpro_blastname', 'Falls') ; 
INSERT INTO `wp_usermeta` VALUES (25100, 2422, 'first_name', 'Sherri') ; 
INSERT INTO `wp_usermeta` VALUES (25101, 2422, 'last_name', 'Falls') ; 
INSERT INTO `wp_usermeta` VALUES (25102, 2422, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (25103, 2422, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (25104, 2422, 'pmpro_baddress1', '15436 Atascosa Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (25105, 2422, 'pmpro_bcity', 'Rio Hondo') ; 
INSERT INTO `wp_usermeta` VALUES (25106, 2422, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25107, 2422, 'pmpro_bzipcode', '78583-3482') ; 
INSERT INTO `wp_usermeta` VALUES (25108, 2423, 'pmpro_bfirstname', 'Sherri') ; 
INSERT INTO `wp_usermeta` VALUES (25109, 2423, 'pmpro_blastname', 'Reneau') ; 
INSERT INTO `wp_usermeta` VALUES (25110, 2423, 'first_name', 'Sherri') ; 
INSERT INTO `wp_usermeta` VALUES (25111, 2423, 'last_name', 'Reneau') ; 
INSERT INTO `wp_usermeta` VALUES (25112, 2423, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25113, 2423, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (25114, 2423, 'pmpro_baddress1', '6145 Quail Ave. - Trailer 522') ; 
INSERT INTO `wp_usermeta` VALUES (25115, 2423, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (25116, 2423, 'pmpro_bcity', 'El Paso') ; 
INSERT INTO `wp_usermeta` VALUES (25117, 2423, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25118, 2423, 'pmpro_bzipcode', '79924') ; 
INSERT INTO `wp_usermeta` VALUES (25119, 2424, 'pmpro_bfirstname', 'Sherry') ; 
INSERT INTO `wp_usermeta` VALUES (25120, 2424, 'pmpro_blastname', 'Lankston') ; 
INSERT INTO `wp_usermeta` VALUES (25121, 2424, 'first_name', 'Sherry') ; 
INSERT INTO `wp_usermeta` VALUES (25122, 2424, 'last_name', 'Lankston') ; 
INSERT INTO `wp_usermeta` VALUES (25123, 2424, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25124, 2424, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (25125, 2424, 'pmpro_baddress1', '2451 B St. Unit 2') ; 
INSERT INTO `wp_usermeta` VALUES (25126, 2424, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (25127, 2424, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (25128, 2424, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25129, 2424, 'pmpro_bzipcode', '92102') ; 
INSERT INTO `wp_usermeta` VALUES (25130, 2425, 'pmpro_bfirstname', 'Sherry') ; 
INSERT INTO `wp_usermeta` VALUES (25131, 2425, 'pmpro_blastname', 'Tregembo') ; 
INSERT INTO `wp_usermeta` VALUES (25132, 2425, 'first_name', 'Sherry') ; 
INSERT INTO `wp_usermeta` VALUES (25133, 2425, 'last_name', 'Tregembo') ; 
INSERT INTO `wp_usermeta` VALUES (25134, 2425, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25135, 2425, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (25136, 2425, 'pmpro_baddress1', '5813 Carolina Beach Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (25137, 2425, 'pmpro_bcity', 'Wilmington') ; 
INSERT INTO `wp_usermeta` VALUES (25138, 2425, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25139, 2425, 'pmpro_bzipcode', '28412') ; 
INSERT INTO `wp_usermeta` VALUES (25140, 2426, 'pmpro_bfirstname', 'Sherry') ; 
INSERT INTO `wp_usermeta` VALUES (25141, 2426, 'pmpro_blastname', 'Barlet') ; 
INSERT INTO `wp_usermeta` VALUES (25142, 2426, 'first_name', 'Sherry') ; 
INSERT INTO `wp_usermeta` VALUES (25143, 2426, 'last_name', 'Barlet') ; 
INSERT INTO `wp_usermeta` VALUES (25144, 2426, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25145, 2426, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (25146, 2426, 'pmpro_baddress1', '615 Spring Garden Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (25147, 2426, 'pmpro_bcity', 'Salisbury') ; 
INSERT INTO `wp_usermeta` VALUES (25148, 2426, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25149, 2426, 'pmpro_bzipcode', '21804') ; 
INSERT INTO `wp_usermeta` VALUES (25150, 2427, 'pmpro_bfirstname', 'Sherry') ; 
INSERT INTO `wp_usermeta` VALUES (25151, 2427, 'pmpro_blastname', 'Currens') ; 
INSERT INTO `wp_usermeta` VALUES (25152, 2427, 'first_name', 'Sherry') ; 
INSERT INTO `wp_usermeta` VALUES (25153, 2427, 'last_name', 'Currens') ; 
INSERT INTO `wp_usermeta` VALUES (25154, 2427, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25155, 2427, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (25156, 2427, 'pmpro_baddress1', '4007 Brush Lane') ; 
INSERT INTO `wp_usermeta` VALUES (25157, 2427, 'pmpro_bcity', 'Naples') ; 
INSERT INTO `wp_usermeta` VALUES (25158, 2427, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25159, 2427, 'pmpro_bzipcode', '34112') ; 
INSERT INTO `wp_usermeta` VALUES (25160, 2428, 'pmpro_bfirstname', 'Sheryl') ; 
INSERT INTO `wp_usermeta` VALUES (25161, 2428, 'pmpro_blastname', 'Mills') ; 
INSERT INTO `wp_usermeta` VALUES (25162, 2428, 'first_name', 'Sheryl') ; 
INSERT INTO `wp_usermeta` VALUES (25163, 2428, 'last_name', 'Mills') ; 
INSERT INTO `wp_usermeta` VALUES (25164, 2428, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (25165, 2428, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (25166, 2428, 'pmpro_baddress1', '4613 Mimosa Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (25167, 2428, 'pmpro_bcity', 'Bellaire') ; 
INSERT INTO `wp_usermeta` VALUES (25168, 2428, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25169, 2428, 'pmpro_bzipcode', '77401') ; 
INSERT INTO `wp_usermeta` VALUES (25170, 2429, 'pmpro_bfirstname', 'Shirley') ; 
INSERT INTO `wp_usermeta` VALUES (25171, 2429, 'pmpro_blastname', 'Richardson') ; 
INSERT INTO `wp_usermeta` VALUES (25172, 2429, 'first_name', 'Shirley') ; 
INSERT INTO `wp_usermeta` VALUES (25173, 2429, 'last_name', 'Richardson') ; 
INSERT INTO `wp_usermeta` VALUES (25174, 2429, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25175, 2429, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (25176, 2429, 'pmpro_baddress1', '11530 Honeyglen Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (25177, 2429, 'pmpro_bcity', 'Pacoima') ; 
INSERT INTO `wp_usermeta` VALUES (25178, 2429, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25179, 2429, 'pmpro_bzipcode', '91331') ; 
INSERT INTO `wp_usermeta` VALUES (25180, 2430, 'pmpro_bfirstname', 'Shiu') ; 
INSERT INTO `wp_usermeta` VALUES (25181, 2430, 'pmpro_blastname', 'Chen Lo') ; 
INSERT INTO `wp_usermeta` VALUES (25182, 2430, 'first_name', 'Shiu') ; 
INSERT INTO `wp_usermeta` VALUES (25183, 2430, 'last_name', 'Chen Lo') ; 
INSERT INTO `wp_usermeta` VALUES (25184, 2430, 'pmpro_bcountry', 'TAIWAN') ; 
INSERT INTO `wp_usermeta` VALUES (25185, 2430, 'pmpro_baddress1', 'P.O. Box 13-125') ; 
INSERT INTO `wp_usermeta` VALUES (25186, 2430, 'pmpro_bcity', 'Taipei') ; 
INSERT INTO `wp_usermeta` VALUES (25187, 2430, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25188, 2430, 'pmpro_bzipcode', '10699') ; 
INSERT INTO `wp_usermeta` VALUES (25189, 2430, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (25190, 2430, 'uxf_akf', 'PRINT') ; 
INSERT INTO `wp_usermeta` VALUES (25191, 2431, 'pmpro_bfirstname', 'Sierra') ; 
INSERT INTO `wp_usermeta` VALUES (25192, 2431, 'pmpro_blastname', 'Hill') ; 
INSERT INTO `wp_usermeta` VALUES (25193, 2431, 'first_name', 'Sierra') ; 
INSERT INTO `wp_usermeta` VALUES (25194, 2431, 'last_name', 'Hill') ; 
INSERT INTO `wp_usermeta` VALUES (25195, 2431, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25196, 2431, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (25197, 2431, 'pmpro_baddress1', '7065 Woodenshoe Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (25198, 2431, 'pmpro_bcity', 'Neenah') ; 
INSERT INTO `wp_usermeta` VALUES (25199, 2431, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25200, 2431, 'pmpro_bzipcode', '54956') ; 
INSERT INTO `wp_usermeta` VALUES (25201, 2432, 'pmpro_bfirstname', 'Sierra') ; 
INSERT INTO `wp_usermeta` VALUES (25202, 2432, 'pmpro_blastname', 'Neill') ; 
INSERT INTO `wp_usermeta` VALUES (25203, 2432, 'first_name', 'Sierra') ; 
INSERT INTO `wp_usermeta` VALUES (25204, 2432, 'last_name', 'Neill') ; 
INSERT INTO `wp_usermeta` VALUES (25205, 2432, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25206, 2432, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (25207, 2432, 'pmpro_baddress1', '229 SW 105th Ter.') ; 
INSERT INTO `wp_usermeta` VALUES (25208, 2432, 'pmpro_bcity', 'Portland') ; 
INSERT INTO `wp_usermeta` VALUES (25209, 2432, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25210, 2432, 'pmpro_bzipcode', '97225-6983') ; 
INSERT INTO `wp_usermeta` VALUES (25211, 2433, 'pmpro_bfirstname', 'Siobhan') ; 
INSERT INTO `wp_usermeta` VALUES (25212, 2433, 'pmpro_blastname', 'McCann') ; 
INSERT INTO `wp_usermeta` VALUES (25213, 2433, 'first_name', 'Siobhan') ; 
INSERT INTO `wp_usermeta` VALUES (25214, 2433, 'last_name', 'McCann') ; 
INSERT INTO `wp_usermeta` VALUES (25215, 2433, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25216, 2433, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (25217, 2433, 'pmpro_baddress1', '367 Thacher Street') ; 
INSERT INTO `wp_usermeta` VALUES (25218, 2433, 'pmpro_bcity', 'Attleboro') ; 
INSERT INTO `wp_usermeta` VALUES (25219, 2433, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25220, 2433, 'pmpro_bzipcode', '02703-3555') ; 
INSERT INTO `wp_usermeta` VALUES (25221, 2434, 'pmpro_bfirstname', 'Sonia') ; 
INSERT INTO `wp_usermeta` VALUES (25222, 2434, 'pmpro_blastname', 'Hojka') ; 
INSERT INTO `wp_usermeta` VALUES (25223, 2434, 'first_name', 'Sonia') ; 
INSERT INTO `wp_usermeta` VALUES (25224, 2434, 'last_name', 'Hojka') ; 
INSERT INTO `wp_usermeta` VALUES (25225, 2434, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (25226, 2434, 'pmpro_bstate', 'Ont.') ; 
INSERT INTO `wp_usermeta` VALUES (25227, 2434, 'pmpro_baddress1', '80-1775 Valley Farm Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (25228, 2434, 'pmpro_bcity', 'Pickering') ; 
INSERT INTO `wp_usermeta` VALUES (25229, 2434, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25230, 2434, 'pmpro_bzipcode', 'L1V 7J9') ; 
INSERT INTO `wp_usermeta` VALUES (25231, 2435, 'pmpro_bfirstname', 'Sprina') ; 
INSERT INTO `wp_usermeta` VALUES (25232, 2435, 'pmpro_blastname', 'Liu') ; 
INSERT INTO `wp_usermeta` VALUES (25233, 2435, 'first_name', 'Sprina') ; 
INSERT INTO `wp_usermeta` VALUES (25234, 2435, 'last_name', 'Liu') ; 
INSERT INTO `wp_usermeta` VALUES (25235, 2435, 'pmpro_bcountry', 'Australia') ; 
INSERT INTO `wp_usermeta` VALUES (25236, 2435, 'pmpro_bstate', 'NSW') ; 
INSERT INTO `wp_usermeta` VALUES (25237, 2435, 'pmpro_baddress1', 'Aus Fauna Precinct - Birds') ; 
INSERT INTO `wp_usermeta` VALUES (25238, 2435, 'pmpro_bcity', 'Mosman') ; 
INSERT INTO `wp_usermeta` VALUES (25239, 2435, 'uxf_count', 'NO') ; 
INSERT INTO `wp_usermeta` VALUES (25240, 2435, 'pmpro_bzipcode', '2088') ; 
INSERT INTO `wp_usermeta` VALUES (25241, 2436, 'pmpro_bfirstname', 'Stacey') ; 
INSERT INTO `wp_usermeta` VALUES (25242, 2436, 'pmpro_blastname', 'Freeman') ; 
INSERT INTO `wp_usermeta` VALUES (25243, 2436, 'first_name', 'Stacey') ; 
INSERT INTO `wp_usermeta` VALUES (25244, 2436, 'last_name', 'Freeman') ; 
INSERT INTO `wp_usermeta` VALUES (25245, 2436, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (25246, 2436, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (25247, 2436, 'pmpro_baddress1', '7 Indian Road Crescent') ; 
INSERT INTO `wp_usermeta` VALUES (25248, 2436, 'pmpro_bcity', 'Toronto') ; 
INSERT INTO `wp_usermeta` VALUES (25249, 2436, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25250, 2436, 'pmpro_bzipcode', 'M6P 2E9') ; 
INSERT INTO `wp_usermeta` VALUES (25251, 2437, 'pmpro_bfirstname', 'Stacey') ; 
INSERT INTO `wp_usermeta` VALUES (25252, 2437, 'pmpro_blastname', 'Luhring') ; 
INSERT INTO `wp_usermeta` VALUES (25253, 2437, 'first_name', 'Stacey') ; 
INSERT INTO `wp_usermeta` VALUES (25254, 2437, 'last_name', 'Luhring') ; 
INSERT INTO `wp_usermeta` VALUES (25255, 2437, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25256, 2437, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (25257, 2437, 'pmpro_baddress1', '1133 N. James St.') ; 
INSERT INTO `wp_usermeta` VALUES (25258, 2437, 'pmpro_bcity', 'Tacoma') ; 
INSERT INTO `wp_usermeta` VALUES (25259, 2437, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25260, 2437, 'pmpro_bzipcode', '98406-1423') ; 
INSERT INTO `wp_usermeta` VALUES (25261, 2438, 'pmpro_bfirstname', 'Stacey') ; 
INSERT INTO `wp_usermeta` VALUES (25262, 2438, 'pmpro_blastname', 'Hardekopf') ; 
INSERT INTO `wp_usermeta` VALUES (25263, 2438, 'first_name', 'Stacey') ; 
INSERT INTO `wp_usermeta` VALUES (25264, 2438, 'last_name', 'Hardekopf') ; 
INSERT INTO `wp_usermeta` VALUES (25265, 2438, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25266, 2438, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (25267, 2438, 'pmpro_baddress1', '4766 N. Canterbury Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (25268, 2438, 'pmpro_bcity', 'Park City') ; 
INSERT INTO `wp_usermeta` VALUES (25269, 2438, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25270, 2438, 'pmpro_bzipcode', '67219-5526') ; 
INSERT INTO `wp_usermeta` VALUES (25271, 2439, 'pmpro_bfirstname', 'Stacey') ; 
INSERT INTO `wp_usermeta` VALUES (25272, 2439, 'pmpro_blastname', 'Cilenti') ; 
INSERT INTO `wp_usermeta` VALUES (25273, 2439, 'first_name', 'Stacey') ; 
INSERT INTO `wp_usermeta` VALUES (25274, 2439, 'last_name', 'Cilenti') ; 
INSERT INTO `wp_usermeta` VALUES (25275, 2439, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25276, 2439, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (25277, 2439, 'pmpro_baddress1', '9138 Sahara Woods') ; 
INSERT INTO `wp_usermeta` VALUES (25278, 2439, 'pmpro_bcity', 'Universal City') ; 
INSERT INTO `wp_usermeta` VALUES (25279, 2439, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25280, 2439, 'pmpro_bzipcode', '78148') ; 
INSERT INTO `wp_usermeta` VALUES (25281, 2440, 'pmpro_bfirstname', 'Stacey') ; 
INSERT INTO `wp_usermeta` VALUES (25282, 2440, 'pmpro_blastname', 'Tabellario') ; 
INSERT INTO `wp_usermeta` VALUES (25283, 2440, 'first_name', 'Stacey') ; 
INSERT INTO `wp_usermeta` VALUES (25284, 2440, 'last_name', 'Tabellario') ; 
INSERT INTO `wp_usermeta` VALUES (25285, 2440, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (25286, 2440, 'pmpro_bstate', 'DC') ; 
INSERT INTO `wp_usermeta` VALUES (25287, 2440, 'pmpro_baddress1', '1750 Harvard St. NW  Unit 7C') ; 
INSERT INTO `wp_usermeta` VALUES (25288, 2440, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (25289, 2440, 'pmpro_bcity', 'Washington') ; 
INSERT INTO `wp_usermeta` VALUES (25290, 2440, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25291, 2440, 'pmpro_bzipcode', '20009') ; 
INSERT INTO `wp_usermeta` VALUES (25292, 2441, 'pmpro_bfirstname', 'Stacey') ; 
INSERT INTO `wp_usermeta` VALUES (25293, 2441, 'pmpro_blastname', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (25294, 2441, 'first_name', 'Stacey') ; 
INSERT INTO `wp_usermeta` VALUES (25295, 2441, 'last_name', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (25296, 2441, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25297, 2441, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (25298, 2441, 'pmpro_baddress1', '916 N. 104th St. Apt 101') ; 
INSERT INTO `wp_usermeta` VALUES (25299, 2441, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (25300, 2441, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (25301, 2441, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25302, 2441, 'pmpro_bzipcode', '98133-9259') ; 
INSERT INTO `wp_usermeta` VALUES (25303, 2442, 'pmpro_bfirstname', 'Stacie') ; 
INSERT INTO `wp_usermeta` VALUES (25304, 2442, 'pmpro_blastname', 'Bennett') ; 
INSERT INTO `wp_usermeta` VALUES (25305, 2442, 'first_name', 'Stacie') ; 
INSERT INTO `wp_usermeta` VALUES (25306, 2442, 'last_name', 'Bennett') ; 
INSERT INTO `wp_usermeta` VALUES (25307, 2442, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25308, 2442, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (25309, 2442, 'pmpro_baddress1', '23480 US Route 11') ; 
INSERT INTO `wp_usermeta` VALUES (25310, 2442, 'pmpro_bcity', 'Calcium') ; 
INSERT INTO `wp_usermeta` VALUES (25311, 2442, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25312, 2442, 'pmpro_bzipcode', '13616') ; 
INSERT INTO `wp_usermeta` VALUES (25313, 2443, 'pmpro_bfirstname', 'Stacie') ; 
INSERT INTO `wp_usermeta` VALUES (25314, 2443, 'pmpro_blastname', 'Beckett') ; 
INSERT INTO `wp_usermeta` VALUES (25315, 2443, 'first_name', 'Stacie') ; 
INSERT INTO `wp_usermeta` VALUES (25316, 2443, 'last_name', 'Beckett') ; 
INSERT INTO `wp_usermeta` VALUES (25317, 2443, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25318, 2443, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (25319, 2443, 'pmpro_baddress1', '931 Pinhurst Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (25320, 2443, 'pmpro_bcity', 'Atlanta') ; 
INSERT INTO `wp_usermeta` VALUES (25321, 2443, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25322, 2443, 'pmpro_bzipcode', '30339') ; 
INSERT INTO `wp_usermeta` VALUES (25323, 2444, 'pmpro_bfirstname', 'Stacie') ; 
INSERT INTO `wp_usermeta` VALUES (25324, 2444, 'pmpro_blastname', 'Marchionne') ; 
INSERT INTO `wp_usermeta` VALUES (25325, 2444, 'first_name', 'Stacie') ; 
INSERT INTO `wp_usermeta` VALUES (25326, 2444, 'last_name', 'Marchionne') ; 
INSERT INTO `wp_usermeta` VALUES (25327, 2444, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (25328, 2444, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (25329, 2444, 'pmpro_baddress1', '11519 Keeley Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (25330, 2444, 'pmpro_bcity', 'Orlando') ; 
INSERT INTO `wp_usermeta` VALUES (25331, 2444, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25332, 2444, 'pmpro_bzipcode', '32837') ; 
INSERT INTO `wp_usermeta` VALUES (25333, 2445, 'pmpro_bfirstname', 'Stacie') ; 
INSERT INTO `wp_usermeta` VALUES (25334, 2445, 'pmpro_blastname', 'Bockheim') ; 
INSERT INTO `wp_usermeta` VALUES (25335, 2445, 'first_name', 'Stacie') ; 
INSERT INTO `wp_usermeta` VALUES (25336, 2445, 'last_name', 'Bockheim') ; 
INSERT INTO `wp_usermeta` VALUES (25337, 2445, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (25338, 2445, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (25339, 2445, 'pmpro_baddress1', '1954 S. 92nd St.') ; 
INSERT INTO `wp_usermeta` VALUES (25340, 2445, 'pmpro_bcity', 'West Allis') ; 
INSERT INTO `wp_usermeta` VALUES (25341, 2445, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25342, 2445, 'pmpro_bzipcode', '53227') ; 
INSERT INTO `wp_usermeta` VALUES (25343, 2446, 'pmpro_bfirstname', 'Stacy A. ') ; 
INSERT INTO `wp_usermeta` VALUES (25344, 2446, 'pmpro_blastname', 'Kasmier') ; 
INSERT INTO `wp_usermeta` VALUES (25345, 2446, 'first_name', 'Stacy A. ') ; 
INSERT INTO `wp_usermeta` VALUES (25346, 2446, 'last_name', 'Kasmier') ; 
INSERT INTO `wp_usermeta` VALUES (25347, 2446, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25348, 2446, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (25349, 2446, 'pmpro_baddress1', '208 E. 6th St.') ; 
INSERT INTO `wp_usermeta` VALUES (25350, 2446, 'pmpro_bcity', 'Auburn') ; 
INSERT INTO `wp_usermeta` VALUES (25351, 2446, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25352, 2446, 'pmpro_bzipcode', '46706') ; 
INSERT INTO `wp_usermeta` VALUES (25353, 2447, 'pmpro_bfirstname', 'Stacy H.') ; 
INSERT INTO `wp_usermeta` VALUES (25354, 2447, 'pmpro_blastname', 'Donnelly') ; 
INSERT INTO `wp_usermeta` VALUES (25355, 2447, 'first_name', 'Stacy H.') ; 
INSERT INTO `wp_usermeta` VALUES (25356, 2447, 'last_name', 'Donnelly') ; 
INSERT INTO `wp_usermeta` VALUES (25357, 2447, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25358, 2447, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (25359, 2447, 'pmpro_baddress1', '805 Witzel Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (25360, 2447, 'pmpro_bcity', 'Oshkosh') ; 
INSERT INTO `wp_usermeta` VALUES (25361, 2447, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (25362, 2447, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25363, 2447, 'pmpro_bzipcode', '54902') ; 
INSERT INTO `wp_usermeta` VALUES (25364, 2448, 'pmpro_bfirstname', 'Stacy Jae') ; 
INSERT INTO `wp_usermeta` VALUES (25365, 2448, 'pmpro_blastname', 'Hitt') ; 
INSERT INTO `wp_usermeta` VALUES (25366, 2448, 'first_name', 'Stacy Jae') ; 
INSERT INTO `wp_usermeta` VALUES (25367, 2448, 'last_name', 'Hitt') ; 
INSERT INTO `wp_usermeta` VALUES (25368, 2448, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (25369, 2448, 'pmpro_bstate', 'SC') ; 
INSERT INTO `wp_usermeta` VALUES (25370, 2448, 'pmpro_baddress1', '1613 Decree Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (25371, 2448, 'pmpro_bcity', 'West Columbia') ; 
INSERT INTO `wp_usermeta` VALUES (25372, 2448, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25373, 2448, 'pmpro_bzipcode', '29169') ; 
INSERT INTO `wp_usermeta` VALUES (25374, 2449, 'pmpro_bfirstname', 'Stefani') ; 
INSERT INTO `wp_usermeta` VALUES (25375, 2449, 'pmpro_blastname', 'Seiber') ; 
INSERT INTO `wp_usermeta` VALUES (25376, 2449, 'first_name', 'Stefani') ; 
INSERT INTO `wp_usermeta` VALUES (25377, 2449, 'last_name', 'Seiber') ; 
INSERT INTO `wp_usermeta` VALUES (25378, 2449, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25379, 2449, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (25380, 2449, 'pmpro_baddress1', '8821 52nd Street Ct. W.') ; 
INSERT INTO `wp_usermeta` VALUES (25381, 2449, 'pmpro_bcity', 'University Place') ; 
INSERT INTO `wp_usermeta` VALUES (25382, 2449, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25383, 2449, 'pmpro_bzipcode', '98467') ; 
INSERT INTO `wp_usermeta` VALUES (25384, 2450, 'pmpro_bfirstname', 'Stefanie') ; 
INSERT INTO `wp_usermeta` VALUES (25385, 2450, 'pmpro_blastname', 'MacEwan') ; 
INSERT INTO `wp_usermeta` VALUES (25386, 2450, 'first_name', 'Stefanie') ; 
INSERT INTO `wp_usermeta` VALUES (25387, 2450, 'last_name', 'MacEwan') ; 
INSERT INTO `wp_usermeta` VALUES (25388, 2450, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (25389, 2450, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (25390, 2450, 'pmpro_baddress1', '52 Peters Pike') ; 
INSERT INTO `wp_usermeta` VALUES (25391, 2450, 'pmpro_bcity', 'Orono') ; 
INSERT INTO `wp_usermeta` VALUES (25392, 2450, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25393, 2450, 'pmpro_bzipcode', 'L0B 1M0') ; 
INSERT INTO `wp_usermeta` VALUES (25394, 2451, 'pmpro_bfirstname', 'Stefanie') ; 
INSERT INTO `wp_usermeta` VALUES (25395, 2451, 'pmpro_blastname', 'Poduska') ; 
INSERT INTO `wp_usermeta` VALUES (25396, 2451, 'first_name', 'Stefanie') ; 
INSERT INTO `wp_usermeta` VALUES (25397, 2451, 'last_name', 'Poduska') ; 
INSERT INTO `wp_usermeta` VALUES (25398, 2451, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25399, 2451, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (25400, 2451, 'pmpro_baddress1', '8882 Summerset Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (25401, 2451, 'pmpro_bcity', 'Olmsted Falls') ; 
INSERT INTO `wp_usermeta` VALUES (25402, 2451, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25403, 2451, 'pmpro_bzipcode', '44138') ; 
INSERT INTO `wp_usermeta` VALUES (25404, 2452, 'pmpro_bfirstname', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25405, 2452, 'pmpro_blastname', 'Eller') ; 
INSERT INTO `wp_usermeta` VALUES (25406, 2452, 'first_name', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25407, 2452, 'last_name', 'Eller') ; 
INSERT INTO `wp_usermeta` VALUES (25408, 2452, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (25409, 2452, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (25410, 2452, 'pmpro_baddress1', '3400 W. Girard Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (25411, 2452, 'pmpro_bcity', 'Philadelphia') ; 
INSERT INTO `wp_usermeta` VALUES (25412, 2452, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (25413, 2452, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25414, 2452, 'pmpro_bzipcode', '19104') ; 
INSERT INTO `wp_usermeta` VALUES (25415, 2453, 'pmpro_bfirstname', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25416, 2453, 'pmpro_blastname', 'Arne') ; 
INSERT INTO `wp_usermeta` VALUES (25417, 2453, 'first_name', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25418, 2453, 'last_name', 'Arne') ; 
INSERT INTO `wp_usermeta` VALUES (25419, 2453, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25420, 2453, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (25421, 2453, 'pmpro_baddress1', 'PO Box 99252') ; 
INSERT INTO `wp_usermeta` VALUES (25422, 2453, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (25423, 2453, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25424, 2453, 'pmpro_bzipcode', '92169-1252') ; 
INSERT INTO `wp_usermeta` VALUES (25425, 2454, 'pmpro_bfirstname', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25426, 2454, 'pmpro_blastname', 'Hample') ; 
INSERT INTO `wp_usermeta` VALUES (25427, 2454, 'first_name', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25428, 2454, 'last_name', 'Hample') ; 
INSERT INTO `wp_usermeta` VALUES (25429, 2454, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25430, 2454, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (25431, 2454, 'pmpro_baddress1', '45 Museum Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (25432, 2454, 'pmpro_bcity', 'Tupper Lake') ; 
INSERT INTO `wp_usermeta` VALUES (25433, 2454, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (25434, 2454, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25435, 2454, 'pmpro_bzipcode', '12986') ; 
INSERT INTO `wp_usermeta` VALUES (25436, 2455, 'pmpro_bfirstname', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25437, 2455, 'pmpro_blastname', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (25438, 2455, 'first_name', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25439, 2455, 'last_name', 'Miller') ; 
INSERT INTO `wp_usermeta` VALUES (25440, 2455, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25441, 2455, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (25442, 2455, 'pmpro_baddress1', '6000 17th Avenue SW  #6') ; 
INSERT INTO `wp_usermeta` VALUES (25443, 2455, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (25444, 2455, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (25445, 2455, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25446, 2455, 'pmpro_bzipcode', '98106') ; 
INSERT INTO `wp_usermeta` VALUES (25447, 2456, 'pmpro_bfirstname', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25448, 2456, 'pmpro_blastname', 'Nys') ; 
INSERT INTO `wp_usermeta` VALUES (25449, 2456, 'first_name', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25450, 2456, 'last_name', 'Nys') ; 
INSERT INTO `wp_usermeta` VALUES (25451, 2456, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25452, 2456, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (25453, 2456, 'pmpro_baddress1', '11057 Evanston Ave N.') ; 
INSERT INTO `wp_usermeta` VALUES (25454, 2456, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (25455, 2456, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25456, 2456, 'pmpro_bzipcode', '98133') ; 
INSERT INTO `wp_usermeta` VALUES (25468, 2458, 'pmpro_bfirstname', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25469, 2458, 'pmpro_blastname', 'Miner') ; 
INSERT INTO `wp_usermeta` VALUES (25470, 2458, 'first_name', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25471, 2458, 'last_name', 'Miner') ; 
INSERT INTO `wp_usermeta` VALUES (25472, 2458, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (25473, 2458, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (25474, 2458, 'pmpro_baddress1', '760 Shadybrook Dr. Apt G') ; 
INSERT INTO `wp_usermeta` VALUES (25475, 2458, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (25476, 2458, 'pmpro_bcity', 'Akron') ; 
INSERT INTO `wp_usermeta` VALUES (25477, 2458, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25478, 2458, 'pmpro_bzipcode', '44312') ; 
INSERT INTO `wp_usermeta` VALUES (25479, 2459, 'pmpro_bfirstname', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25480, 2459, 'pmpro_blastname', 'Richmond') ; 
INSERT INTO `wp_usermeta` VALUES (25481, 2459, 'first_name', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25482, 2459, 'last_name', 'Richmond') ; 
INSERT INTO `wp_usermeta` VALUES (25483, 2459, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (25484, 2459, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (25485, 2459, 'pmpro_baddress1', '6515 Mardel Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (25486, 2459, 'pmpro_bcity', 'St. Louis') ; 
INSERT INTO `wp_usermeta` VALUES (25487, 2459, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25488, 2459, 'pmpro_bzipcode', '63109') ; 
INSERT INTO `wp_usermeta` VALUES (25489, 2460, 'pmpro_bfirstname', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25490, 2460, 'pmpro_blastname', 'Turner') ; 
INSERT INTO `wp_usermeta` VALUES (25491, 2460, 'first_name', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25492, 2460, 'last_name', 'Turner') ; 
INSERT INTO `wp_usermeta` VALUES (25493, 2460, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (25494, 2460, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (25495, 2460, 'pmpro_baddress1', '301 Avondale St.  Apt 26') ; 
INSERT INTO `wp_usermeta` VALUES (25496, 2460, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (25497, 2460, 'pmpro_bcity', 'Houston') ; 
INSERT INTO `wp_usermeta` VALUES (25498, 2460, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25499, 2460, 'pmpro_bzipcode', '77006') ; 
INSERT INTO `wp_usermeta` VALUES (25500, 2461, 'pmpro_bfirstname', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25501, 2461, 'pmpro_blastname', 'Durette') ; 
INSERT INTO `wp_usermeta` VALUES (25502, 2461, 'first_name', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25503, 2461, 'last_name', 'Durette') ; 
INSERT INTO `wp_usermeta` VALUES (25504, 2461, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25505, 2461, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (25506, 2461, 'pmpro_baddress1', '302 Tinkham St.') ; 
INSERT INTO `wp_usermeta` VALUES (25507, 2461, 'pmpro_bcity', 'New Bedford') ; 
INSERT INTO `wp_usermeta` VALUES (25508, 2461, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25509, 2461, 'pmpro_bzipcode', '2746') ; 
INSERT INTO `wp_usermeta` VALUES (25510, 2462, 'pmpro_bfirstname', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25511, 2462, 'pmpro_blastname', 'Jochum-Natt') ; 
INSERT INTO `wp_usermeta` VALUES (25512, 2462, 'first_name', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25513, 2462, 'last_name', 'Jochum-Natt') ; 
INSERT INTO `wp_usermeta` VALUES (25514, 2462, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25515, 2462, 'pmpro_bstate', 'UT') ; 
INSERT INTO `wp_usermeta` VALUES (25516, 2462, 'pmpro_baddress1', '1950 E. Meadow Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (25517, 2462, 'pmpro_bcity', 'Cottonwood Heights') ; 
INSERT INTO `wp_usermeta` VALUES (25518, 2462, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25519, 2462, 'pmpro_bzipcode', '84121-2961') ; 
INSERT INTO `wp_usermeta` VALUES (25520, 2463, 'pmpro_bfirstname', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25521, 2463, 'pmpro_blastname', 'Reed') ; 
INSERT INTO `wp_usermeta` VALUES (25522, 2463, 'first_name', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25523, 2463, 'last_name', 'Reed') ; 
INSERT INTO `wp_usermeta` VALUES (25524, 2463, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (25525, 2463, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (25526, 2463, 'pmpro_baddress1', '5173 Independence Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (25527, 2463, 'pmpro_bcity', 'Pleasanton') ; 
INSERT INTO `wp_usermeta` VALUES (25528, 2463, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25529, 2463, 'pmpro_bzipcode', '94566') ; 
INSERT INTO `wp_usermeta` VALUES (25530, 2464, 'pmpro_bfirstname', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25531, 2464, 'pmpro_blastname', 'Sanchez') ; 
INSERT INTO `wp_usermeta` VALUES (25532, 2464, 'first_name', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25533, 2464, 'last_name', 'Sanchez') ; 
INSERT INTO `wp_usermeta` VALUES (25534, 2464, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (25535, 2464, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (25536, 2464, 'pmpro_baddress1', '1619 W. Grant St.') ; 
INSERT INTO `wp_usermeta` VALUES (25537, 2464, 'pmpro_bcity', 'Phoenix') ; 
INSERT INTO `wp_usermeta` VALUES (25538, 2464, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25539, 2464, 'pmpro_bzipcode', '85007') ; 
INSERT INTO `wp_usermeta` VALUES (25540, 2465, 'pmpro_bfirstname', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25541, 2465, 'pmpro_blastname', 'Bousseau') ; 
INSERT INTO `wp_usermeta` VALUES (25542, 2465, 'first_name', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25543, 2465, 'last_name', 'Bousseau') ; 
INSERT INTO `wp_usermeta` VALUES (25544, 2465, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (25545, 2465, 'pmpro_bstate', 'NV') ; 
INSERT INTO `wp_usermeta` VALUES (25546, 2465, 'pmpro_baddress1', '1126 Majestic Canyon St.') ; 
INSERT INTO `wp_usermeta` VALUES (25547, 2465, 'pmpro_bcity', 'Henderson') ; 
INSERT INTO `wp_usermeta` VALUES (25548, 2465, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25549, 2465, 'pmpro_bzipcode', '89052') ; 
INSERT INTO `wp_usermeta` VALUES (25550, 2466, 'pmpro_bfirstname', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25551, 2466, 'pmpro_blastname', 'Figerle') ; 
INSERT INTO `wp_usermeta` VALUES (25552, 2466, 'first_name', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25553, 2466, 'last_name', 'Figerle') ; 
INSERT INTO `wp_usermeta` VALUES (25554, 2466, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25555, 2466, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (25556, 2466, 'pmpro_baddress1', '4280 Shattalon Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (25557, 2466, 'pmpro_bcity', 'Winston-Salem') ; 
INSERT INTO `wp_usermeta` VALUES (25558, 2466, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25559, 2466, 'pmpro_bzipcode', '27106') ; 
INSERT INTO `wp_usermeta` VALUES (25560, 2467, 'pmpro_bfirstname', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25561, 2467, 'pmpro_blastname', 'Radzik') ; 
INSERT INTO `wp_usermeta` VALUES (25562, 2467, 'first_name', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25563, 2467, 'last_name', 'Radzik') ; 
INSERT INTO `wp_usermeta` VALUES (25564, 2467, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25565, 2467, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (25566, 2467, 'pmpro_baddress1', '74 Park Ave.  Unit 1') ; 
INSERT INTO `wp_usermeta` VALUES (25567, 2467, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (25568, 2467, 'pmpro_bcity', 'Binghamton') ; 
INSERT INTO `wp_usermeta` VALUES (25569, 2467, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25570, 2467, 'pmpro_bzipcode', '13903') ; 
INSERT INTO `wp_usermeta` VALUES (25571, 2468, 'pmpro_bfirstname', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25572, 2468, 'pmpro_blastname', 'Watkins') ; 
INSERT INTO `wp_usermeta` VALUES (25573, 2468, 'first_name', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25574, 2468, 'last_name', 'Watkins') ; 
INSERT INTO `wp_usermeta` VALUES (25575, 2468, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (25576, 2468, 'pmpro_bstate', 'MS') ; 
INSERT INTO `wp_usermeta` VALUES (25577, 2468, 'pmpro_baddress1', '3808 N. State St. #C') ; 
INSERT INTO `wp_usermeta` VALUES (25578, 2468, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (25579, 2468, 'pmpro_bcity', 'Jackson') ; 
INSERT INTO `wp_usermeta` VALUES (25580, 2468, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25581, 2468, 'pmpro_bzipcode', '39216') ; 
INSERT INTO `wp_usermeta` VALUES (25582, 2469, 'pmpro_bfirstname', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25583, 2469, 'pmpro_blastname', 'Edling') ; 
INSERT INTO `wp_usermeta` VALUES (25584, 2469, 'first_name', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25585, 2469, 'last_name', 'Edling') ; 
INSERT INTO `wp_usermeta` VALUES (25586, 2469, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (25587, 2469, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (25588, 2469, 'pmpro_baddress1', '1247 School lane') ; 
INSERT INTO `wp_usermeta` VALUES (25589, 2469, 'pmpro_bcity', 'Nashville') ; 
INSERT INTO `wp_usermeta` VALUES (25590, 2469, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25591, 2469, 'pmpro_bzipcode', '37217') ; 
INSERT INTO `wp_usermeta` VALUES (25592, 2470, 'pmpro_bfirstname', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25593, 2470, 'pmpro_blastname', 'Kershaw') ; 
INSERT INTO `wp_usermeta` VALUES (25594, 2470, 'first_name', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25595, 2470, 'last_name', 'Kershaw') ; 
INSERT INTO `wp_usermeta` VALUES (25596, 2470, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25597, 2470, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (25598, 2470, 'pmpro_baddress1', '3398 Howlett Hill Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (25599, 2470, 'pmpro_bcity', 'Camillus') ; 
INSERT INTO `wp_usermeta` VALUES (25600, 2470, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25601, 2470, 'pmpro_bzipcode', '13031-8711') ; 
INSERT INTO `wp_usermeta` VALUES (25602, 2471, 'pmpro_bfirstname', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25603, 2471, 'pmpro_blastname', 'Mantilla') ; 
INSERT INTO `wp_usermeta` VALUES (25604, 2471, 'first_name', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25605, 2471, 'last_name', 'Mantilla') ; 
INSERT INTO `wp_usermeta` VALUES (25606, 2471, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (25607, 2471, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (25608, 2471, 'pmpro_baddress1', '1 Hermann Park Ct.  Apt 257') ; 
INSERT INTO `wp_usermeta` VALUES (25609, 2471, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (25610, 2471, 'pmpro_bcity', 'Houston') ; 
INSERT INTO `wp_usermeta` VALUES (25611, 2471, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25612, 2471, 'pmpro_bzipcode', '77021') ; 
INSERT INTO `wp_usermeta` VALUES (25613, 2472, 'pmpro_bfirstname', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25614, 2472, 'pmpro_blastname', 'Stadnik') ; 
INSERT INTO `wp_usermeta` VALUES (25615, 2472, 'first_name', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25616, 2472, 'last_name', 'Stadnik') ; 
INSERT INTO `wp_usermeta` VALUES (25617, 2472, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25618, 2472, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (25619, 2472, 'pmpro_baddress1', '8828 Root Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (25620, 2472, 'pmpro_bcity', 'N. Ridgeville') ; 
INSERT INTO `wp_usermeta` VALUES (25621, 2472, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25622, 2472, 'pmpro_bzipcode', '44039') ; 
INSERT INTO `wp_usermeta` VALUES (25623, 2473, 'pmpro_bfirstname', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25624, 2473, 'pmpro_blastname', 'Evola') ; 
INSERT INTO `wp_usermeta` VALUES (25625, 2473, 'first_name', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25626, 2473, 'last_name', 'Evola') ; 
INSERT INTO `wp_usermeta` VALUES (25627, 2473, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25628, 2473, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (25629, 2473, 'pmpro_baddress1', '3014 Harrell Dr Apt 314') ; 
INSERT INTO `wp_usermeta` VALUES (25630, 2473, 'pmpro_bcity', 'Grand Prairie') ; 
INSERT INTO `wp_usermeta` VALUES (25631, 2473, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25632, 2473, 'pmpro_bzipcode', '75052') ; 
INSERT INTO `wp_usermeta` VALUES (25633, 2474, 'pmpro_bfirstname', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (25634, 2474, 'pmpro_blastname', 'Eller: Animal Records & Lib. Services Mgr.') ; 
INSERT INTO `wp_usermeta` VALUES (25635, 2474, 'first_name', 'Philadelphia Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (25636, 2474, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (2804709, 2474, 'nickname', 'aazkuser11087') ; 
INSERT INTO `wp_usermeta` VALUES (25637, 2474, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25638, 2474, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (25639, 2474, 'pmpro_baddress1', '3400 W. Girard Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (25640, 2474, 'pmpro_bcity', 'Philadelphia') ; 
INSERT INTO `wp_usermeta` VALUES (25641, 2474, 'uxf_organization', 'Philadelphia Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (25642, 2474, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25643, 2474, 'pmpro_bzipcode', '19104') ; 
INSERT INTO `wp_usermeta` VALUES (25644, 2474, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (25645, 2475, 'pmpro_bfirstname', 'Stephanie C. ') ; 
INSERT INTO `wp_usermeta` VALUES (25646, 2475, 'pmpro_blastname', 'Earhart') ; 
INSERT INTO `wp_usermeta` VALUES (25647, 2475, 'first_name', 'Stephanie C.') ; 
INSERT INTO `wp_usermeta` VALUES (25648, 2475, 'last_name', 'Earhart') ; 
INSERT INTO `wp_usermeta` VALUES (25649, 2475, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25650, 2475, 'pmpro_bstate', 'GA') ; 
INSERT INTO `wp_usermeta` VALUES (25651, 2475, 'pmpro_baddress1', '3980 Honeysuckle Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (25652, 2475, 'pmpro_bcity', 'Smyrna') ; 
INSERT INTO `wp_usermeta` VALUES (25653, 2475, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25654, 2475, 'pmpro_bzipcode', '30082') ; 
INSERT INTO `wp_usermeta` VALUES (25655, 2476, 'pmpro_bfirstname', 'Stephanie J. ') ; 
INSERT INTO `wp_usermeta` VALUES (25656, 2476, 'pmpro_blastname', 'Gossett') ; 
INSERT INTO `wp_usermeta` VALUES (25657, 2476, 'first_name', 'Stephanie J.') ; 
INSERT INTO `wp_usermeta` VALUES (25658, 2476, 'last_name', 'Gossett') ; 
INSERT INTO `wp_usermeta` VALUES (25659, 2476, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25660, 2476, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (25661, 2476, 'pmpro_baddress1', '360 Ridge Ave. ') ; 
INSERT INTO `wp_usermeta` VALUES (25662, 2476, 'pmpro_baddress2', 'Unit 7-2') ; 
INSERT INTO `wp_usermeta` VALUES (25663, 2476, 'pmpro_bcity', 'Evanston') ; 
INSERT INTO `wp_usermeta` VALUES (25664, 2476, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25665, 2476, 'pmpro_bzipcode', '60202') ; 
INSERT INTO `wp_usermeta` VALUES (25666, 2477, 'pmpro_bfirstname', 'Stephanie M. ') ; 
INSERT INTO `wp_usermeta` VALUES (25667, 2477, 'pmpro_blastname', 'Comptois') ; 
INSERT INTO `wp_usermeta` VALUES (25668, 2477, 'first_name', 'Stephanie M. ') ; 
INSERT INTO `wp_usermeta` VALUES (25669, 2477, 'last_name', 'Comptois') ; 
INSERT INTO `wp_usermeta` VALUES (25670, 2477, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25671, 2477, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (25672, 2477, 'pmpro_baddress1', '4127 Elmhurst Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (25673, 2477, 'pmpro_bcity', 'Royal Oak') ; 
INSERT INTO `wp_usermeta` VALUES (25674, 2477, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25675, 2477, 'pmpro_bzipcode', '48073') ; 
INSERT INTO `wp_usermeta` VALUES (25676, 2478, 'pmpro_bfirstname', 'Stephen') ; 
INSERT INTO `wp_usermeta` VALUES (25677, 2478, 'pmpro_blastname', 'Dombroskie') ; 
INSERT INTO `wp_usermeta` VALUES (25678, 2478, 'first_name', 'Stephen') ; 
INSERT INTO `wp_usermeta` VALUES (25679, 2478, 'last_name', 'Dombroskie') ; 
INSERT INTO `wp_usermeta` VALUES (25680, 2478, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25681, 2478, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (25682, 2478, 'pmpro_baddress1', '5821 Western Run') ; 
INSERT INTO `wp_usermeta` VALUES (25683, 2478, 'pmpro_bcity', 'Baltimore') ; 
INSERT INTO `wp_usermeta` VALUES (25684, 2478, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25685, 2478, 'pmpro_bzipcode', '21209') ; 
INSERT INTO `wp_usermeta` VALUES (25686, 2479, 'pmpro_bfirstname', 'Stephen') ; 
INSERT INTO `wp_usermeta` VALUES (25687, 2479, 'pmpro_blastname', 'Ganley') ; 
INSERT INTO `wp_usermeta` VALUES (25688, 2479, 'first_name', 'Stephen') ; 
INSERT INTO `wp_usermeta` VALUES (25689, 2479, 'last_name', 'Ganley') ; 
INSERT INTO `wp_usermeta` VALUES (25690, 2479, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (25691, 2479, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (25692, 2479, 'pmpro_baddress1', '1950 Ford St.') ; 
INSERT INTO `wp_usermeta` VALUES (25693, 2479, 'pmpro_bcity', 'Brooklyn') ; 
INSERT INTO `wp_usermeta` VALUES (25694, 2479, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25695, 2479, 'pmpro_bzipcode', '11229') ; 
INSERT INTO `wp_usermeta` VALUES (25696, 2480, 'pmpro_bfirstname', 'Stephen') ; 
INSERT INTO `wp_usermeta` VALUES (25697, 2480, 'pmpro_blastname', 'Taylor') ; 
INSERT INTO `wp_usermeta` VALUES (25698, 2480, 'first_name', 'Stephen') ; 
INSERT INTO `wp_usermeta` VALUES (25699, 2480, 'last_name', 'Taylor') ; 
INSERT INTO `wp_usermeta` VALUES (25700, 2480, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25701, 2480, 'pmpro_bstate', 'MS') ; 
INSERT INTO `wp_usermeta` VALUES (25702, 2480, 'pmpro_baddress1', '4 Calvin Headley Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (25703, 2480, 'pmpro_bcity', 'Hattiesburg') ; 
INSERT INTO `wp_usermeta` VALUES (25704, 2480, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25705, 2480, 'pmpro_bzipcode', '39401') ; 
INSERT INTO `wp_usermeta` VALUES (25706, 2481, 'pmpro_bfirstname', 'Stephen P. ') ; 
INSERT INTO `wp_usermeta` VALUES (25707, 2481, 'pmpro_blastname', 'Wollard c/o Edinburgh Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (25708, 2481, 'first_name', 'Stephen P.') ; 
INSERT INTO `wp_usermeta` VALUES (25709, 2481, 'last_name', 'Wollard: Editor RATEL') ; 
INSERT INTO `wp_usermeta` VALUES (25710, 2481, 'pmpro_bcountry', 'UK') ; 
INSERT INTO `wp_usermeta` VALUES (25711, 2481, 'pmpro_baddress1', '134 Corstophine Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (25712, 2481, 'pmpro_bcity', 'Edinburgh ') ; 
INSERT INTO `wp_usermeta` VALUES (25713, 2481, 'uxf_organization', 'RATEL') ; 
INSERT INTO `wp_usermeta` VALUES (25714, 2481, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25715, 2481, 'pmpro_bzipcode', 'EH12 6TS') ; 
INSERT INTO `wp_usermeta` VALUES (25716, 2481, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (25717, 2481, 'uxf_akf', 'PRINT') ; 
INSERT INTO `wp_usermeta` VALUES (25718, 2482, 'pmpro_bfirstname', 'Steve') ; 
INSERT INTO `wp_usermeta` VALUES (25719, 2482, 'pmpro_blastname', 'Tirotta') ; 
INSERT INTO `wp_usermeta` VALUES (25720, 2482, 'first_name', 'Steve') ; 
INSERT INTO `wp_usermeta` VALUES (25721, 2482, 'last_name', 'Tirotta') ; 
INSERT INTO `wp_usermeta` VALUES (25722, 2482, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (25723, 2482, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (25724, 2482, 'pmpro_baddress1', '3339 Panorama Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (25725, 2482, 'pmpro_bcity', 'Morro Bay') ; 
INSERT INTO `wp_usermeta` VALUES (25726, 2482, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25727, 2482, 'pmpro_bzipcode', '93442') ; 
INSERT INTO `wp_usermeta` VALUES (25728, 2483, 'pmpro_bfirstname', 'Steve') ; 
INSERT INTO `wp_usermeta` VALUES (25729, 2483, 'pmpro_blastname', 'Contento') ; 
INSERT INTO `wp_usermeta` VALUES (25730, 2483, 'first_name', 'Steve') ; 
INSERT INTO `wp_usermeta` VALUES (25731, 2483, 'last_name', 'Contento') ; 
INSERT INTO `wp_usermeta` VALUES (25732, 2483, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25733, 2483, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (25734, 2483, 'pmpro_baddress1', '17 Rainbow Ridge Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (25735, 2483, 'pmpro_bcity', 'Windsor') ; 
INSERT INTO `wp_usermeta` VALUES (25736, 2483, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25737, 2483, 'pmpro_bzipcode', '13865') ; 
INSERT INTO `wp_usermeta` VALUES (25738, 2484, 'pmpro_bfirstname', 'Steve') ; 
INSERT INTO `wp_usermeta` VALUES (25739, 2484, 'pmpro_blastname', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (25740, 2484, 'first_name', 'Steve') ; 
INSERT INTO `wp_usermeta` VALUES (25741, 2484, 'last_name', 'Martin') ; 
INSERT INTO `wp_usermeta` VALUES (25742, 2484, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25743, 2484, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (25744, 2484, 'pmpro_baddress1', '9014 Thompson Nursery Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (25745, 2484, 'pmpro_bcity', 'Winter Haven') ; 
INSERT INTO `wp_usermeta` VALUES (25746, 2484, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25747, 2484, 'pmpro_bzipcode', '33884') ; 
INSERT INTO `wp_usermeta` VALUES (25748, 2485, 'pmpro_bfirstname', 'Steve') ; 
INSERT INTO `wp_usermeta` VALUES (25749, 2485, 'pmpro_blastname', 'Metzler') ; 
INSERT INTO `wp_usermeta` VALUES (25750, 2485, 'first_name', 'Steve') ; 
INSERT INTO `wp_usermeta` VALUES (25751, 2485, 'last_name', 'Metzler') ; 
INSERT INTO `wp_usermeta` VALUES (25752, 2485, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25753, 2485, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (25754, 2485, 'pmpro_baddress1', '521 Hollingshead Loop') ; 
INSERT INTO `wp_usermeta` VALUES (25755, 2485, 'pmpro_bcity', 'Davenport') ; 
INSERT INTO `wp_usermeta` VALUES (25756, 2485, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25757, 2485, 'pmpro_bzipcode', '33837-7834') ; 
INSERT INTO `wp_usermeta` VALUES (25758, 2486, 'pmpro_bfirstname', 'Steve') ; 
INSERT INTO `wp_usermeta` VALUES (25759, 2486, 'pmpro_blastname', 'Pulera') ; 
INSERT INTO `wp_usermeta` VALUES (25760, 2486, 'first_name', 'Steve') ; 
INSERT INTO `wp_usermeta` VALUES (25761, 2486, 'last_name', 'Pulera') ; 
INSERT INTO `wp_usermeta` VALUES (25762, 2486, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25763, 2486, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (25764, 2486, 'pmpro_baddress1', '826 280th St.') ; 
INSERT INTO `wp_usermeta` VALUES (25765, 2486, 'pmpro_bcity', 'Woodville') ; 
INSERT INTO `wp_usermeta` VALUES (25766, 2486, 'uxf_organization', 'Fantasy Corral') ; 
INSERT INTO `wp_usermeta` VALUES (25767, 2486, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25768, 2486, 'pmpro_bzipcode', '54028') ; 
INSERT INTO `wp_usermeta` VALUES (25769, 2487, 'pmpro_bfirstname', 'Steve') ; 
INSERT INTO `wp_usermeta` VALUES (25770, 2487, 'pmpro_blastname', 'Cremer') ; 
INSERT INTO `wp_usermeta` VALUES (25771, 2487, 'first_name', 'Steve') ; 
INSERT INTO `wp_usermeta` VALUES (25772, 2487, 'last_name', 'Cremer') ; 
INSERT INTO `wp_usermeta` VALUES (25773, 2487, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25774, 2487, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (25775, 2487, 'pmpro_baddress1', '4204 Chilberg Ave. SW') ; 
INSERT INTO `wp_usermeta` VALUES (25776, 2487, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (25777, 2487, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25778, 2487, 'pmpro_bzipcode', '98116') ; 
INSERT INTO `wp_usermeta` VALUES (25779, 2488, 'pmpro_bfirstname', 'Steve') ; 
INSERT INTO `wp_usermeta` VALUES (25780, 2488, 'pmpro_blastname', 'Kobel: Brandywine Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (25781, 2488, 'first_name', 'Steve') ; 
INSERT INTO `wp_usermeta` VALUES (25782, 2488, 'last_name', 'Kobel') ; 
INSERT INTO `wp_usermeta` VALUES (25783, 2488, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25784, 2488, 'pmpro_bstate', 'DE') ; 
INSERT INTO `wp_usermeta` VALUES (25785, 2488, 'pmpro_baddress1', '1001 N. Park Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (25786, 2488, 'pmpro_bcity', 'Wilmington') ; 
INSERT INTO `wp_usermeta` VALUES (25787, 2488, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (25788, 2488, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25789, 2488, 'pmpro_bzipcode', '19802') ; 
INSERT INTO `wp_usermeta` VALUES (25790, 2489, 'pmpro_bfirstname', 'Steven') ; 
INSERT INTO `wp_usermeta` VALUES (25791, 2489, 'pmpro_blastname', 'Ruscko') ; 
INSERT INTO `wp_usermeta` VALUES (25792, 2489, 'first_name', 'Steven') ; 
INSERT INTO `wp_usermeta` VALUES (25793, 2489, 'last_name', 'Ruscko') ; 
INSERT INTO `wp_usermeta` VALUES (25794, 2489, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25795, 2489, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (25796, 2489, 'pmpro_baddress1', '950 E. Sommers Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (25797, 2489, 'pmpro_bcity', 'Oak Creek') ; 
INSERT INTO `wp_usermeta` VALUES (25798, 2489, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25799, 2489, 'pmpro_bzipcode', '53154') ; 
INSERT INTO `wp_usermeta` VALUES (25800, 2490, 'pmpro_bfirstname', 'Steven') ; 
INSERT INTO `wp_usermeta` VALUES (25801, 2490, 'pmpro_blastname', 'Gottfried') ; 
INSERT INTO `wp_usermeta` VALUES (25802, 2490, 'first_name', 'Steven') ; 
INSERT INTO `wp_usermeta` VALUES (25803, 2490, 'last_name', 'Gottfried') ; 
INSERT INTO `wp_usermeta` VALUES (25804, 2490, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25805, 2490, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (25806, 2490, 'pmpro_baddress1', '222 Coville Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (25807, 2490, 'pmpro_bcity', 'Browns Mills') ; 
INSERT INTO `wp_usermeta` VALUES (25808, 2490, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25809, 2490, 'pmpro_bzipcode', '8015') ; 
INSERT INTO `wp_usermeta` VALUES (25810, 2491, 'pmpro_bfirstname', 'Steven') ; 
INSERT INTO `wp_usermeta` VALUES (25811, 2491, 'pmpro_blastname', 'Flath') ; 
INSERT INTO `wp_usermeta` VALUES (25812, 2491, 'first_name', 'Steven') ; 
INSERT INTO `wp_usermeta` VALUES (25813, 2491, 'last_name', 'Flath') ; 
INSERT INTO `wp_usermeta` VALUES (25814, 2491, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (25815, 2491, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (25816, 2491, 'pmpro_baddress1', '3072 Wild Run Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (25817, 2491, 'pmpro_bcity', 'Pennsburg') ; 
INSERT INTO `wp_usermeta` VALUES (25818, 2491, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25819, 2491, 'pmpro_bzipcode', '18073') ; 
INSERT INTO `wp_usermeta` VALUES (25820, 2492, 'pmpro_bfirstname', 'Steveina') ; 
INSERT INTO `wp_usermeta` VALUES (25821, 2492, 'pmpro_blastname', 'Glenn') ; 
INSERT INTO `wp_usermeta` VALUES (25822, 2492, 'first_name', 'Steveina') ; 
INSERT INTO `wp_usermeta` VALUES (25823, 2492, 'last_name', 'Glenn') ; 
INSERT INTO `wp_usermeta` VALUES (25824, 2492, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25825, 2492, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (25826, 2492, 'pmpro_baddress1', '1950 Seclusion Point - Apt E') ; 
INSERT INTO `wp_usermeta` VALUES (25827, 2492, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (25828, 2492, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (25829, 2492, 'uxf_count', 'NO-AKF Return') ; 
INSERT INTO `wp_usermeta` VALUES (25830, 2492, 'pmpro_bzipcode', '80918') ; 
INSERT INTO `wp_usermeta` VALUES (25839, 2494, 'pmpro_bfirstname', 'Sue') ; 
INSERT INTO `wp_usermeta` VALUES (25840, 2494, 'pmpro_blastname', 'Averill') ; 
INSERT INTO `wp_usermeta` VALUES (25841, 2494, 'first_name', 'Sue') ; 
INSERT INTO `wp_usermeta` VALUES (25842, 2494, 'last_name', 'Averill') ; 
INSERT INTO `wp_usermeta` VALUES (25843, 2494, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25844, 2494, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (25845, 2494, 'pmpro_baddress1', '3184 Juniper St.') ; 
INSERT INTO `wp_usermeta` VALUES (25846, 2494, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (25847, 2494, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25848, 2494, 'pmpro_bzipcode', '92104') ; 
INSERT INTO `wp_usermeta` VALUES (25849, 2495, 'pmpro_bfirstname', 'Sue') ; 
INSERT INTO `wp_usermeta` VALUES (25850, 2495, 'pmpro_blastname', 'Bathauer') ; 
INSERT INTO `wp_usermeta` VALUES (25851, 2495, 'first_name', 'Sue') ; 
INSERT INTO `wp_usermeta` VALUES (25852, 2495, 'last_name', 'Bathauer') ; 
INSERT INTO `wp_usermeta` VALUES (25853, 2495, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (25854, 2495, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (25855, 2495, 'pmpro_baddress1', '25442 Powell Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (25856, 2495, 'pmpro_bcity', 'Brooksville') ; 
INSERT INTO `wp_usermeta` VALUES (25857, 2495, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25858, 2495, 'pmpro_bzipcode', '34602-8164') ; 
INSERT INTO `wp_usermeta` VALUES (25859, 2496, 'pmpro_bfirstname', 'Sue') ; 
INSERT INTO `wp_usermeta` VALUES (25860, 2496, 'pmpro_blastname', 'Lebanik') ; 
INSERT INTO `wp_usermeta` VALUES (25861, 2496, 'first_name', 'Sue') ; 
INSERT INTO `wp_usermeta` VALUES (25862, 2496, 'last_name', 'Lebanik') ; 
INSERT INTO `wp_usermeta` VALUES (25863, 2496, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25864, 2496, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (25865, 2496, 'pmpro_baddress1', '885 Kennebec St.') ; 
INSERT INTO `wp_usermeta` VALUES (25866, 2496, 'pmpro_bcity', 'Pittsburgh') ; 
INSERT INTO `wp_usermeta` VALUES (25867, 2496, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25868, 2496, 'pmpro_bzipcode', '15217') ; 
INSERT INTO `wp_usermeta` VALUES (25869, 2497, 'pmpro_bfirstname', 'Summer') ; 
INSERT INTO `wp_usermeta` VALUES (25870, 2497, 'pmpro_blastname', 'Copeland') ; 
INSERT INTO `wp_usermeta` VALUES (25871, 2497, 'first_name', 'Summer') ; 
INSERT INTO `wp_usermeta` VALUES (25872, 2497, 'last_name', 'Copeland') ; 
INSERT INTO `wp_usermeta` VALUES (25873, 2497, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25874, 2497, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (25875, 2497, 'pmpro_baddress1', '1929 Mammoth Way') ; 
INSERT INTO `wp_usermeta` VALUES (25876, 2497, 'pmpro_bcity', 'Sacramento') ; 
INSERT INTO `wp_usermeta` VALUES (25877, 2497, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25878, 2497, 'pmpro_bzipcode', '95834') ; 
INSERT INTO `wp_usermeta` VALUES (25879, 2498, 'pmpro_bfirstname', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (25880, 2498, 'pmpro_blastname', 'Eberth') ; 
INSERT INTO `wp_usermeta` VALUES (25881, 2498, 'first_name', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (25882, 2498, 'last_name', 'Eberth') ; 
INSERT INTO `wp_usermeta` VALUES (25883, 2498, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (25884, 2498, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (25885, 2498, 'pmpro_baddress1', '641 Cowan Circle') ; 
INSERT INTO `wp_usermeta` VALUES (25886, 2498, 'pmpro_bcity', 'Pickering') ; 
INSERT INTO `wp_usermeta` VALUES (25887, 2498, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25888, 2498, 'pmpro_bzipcode', 'L1W 3K6') ; 
INSERT INTO `wp_usermeta` VALUES (25889, 2499, 'pmpro_bfirstname', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (25890, 2499, 'pmpro_blastname', 'Pearson') ; 
INSERT INTO `wp_usermeta` VALUES (25891, 2499, 'first_name', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (25892, 2499, 'last_name', 'Pearson') ; 
INSERT INTO `wp_usermeta` VALUES (25893, 2499, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25894, 2499, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (25895, 2499, 'pmpro_baddress1', '2521 Olive Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (25896, 2499, 'pmpro_bcity', 'La Crescenta') ; 
INSERT INTO `wp_usermeta` VALUES (25897, 2499, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25898, 2499, 'pmpro_bzipcode', '91214') ; 
INSERT INTO `wp_usermeta` VALUES (25899, 2500, 'pmpro_bfirstname', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (25900, 2500, 'pmpro_blastname', 'Russell') ; 
INSERT INTO `wp_usermeta` VALUES (25901, 2500, 'first_name', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (25902, 2500, 'last_name', 'Russell') ; 
INSERT INTO `wp_usermeta` VALUES (25903, 2500, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25904, 2500, 'pmpro_bstate', 'AL') ; 
INSERT INTO `wp_usermeta` VALUES (25905, 2500, 'pmpro_baddress1', '1300 Beacon Pkwy. E. ') ; 
INSERT INTO `wp_usermeta` VALUES (25906, 2500, 'pmpro_baddress2', 'Apt 206') ; 
INSERT INTO `wp_usermeta` VALUES (25907, 2500, 'pmpro_bcity', 'Birmingham') ; 
INSERT INTO `wp_usermeta` VALUES (25908, 2500, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25909, 2500, 'pmpro_bzipcode', '35209') ; 
INSERT INTO `wp_usermeta` VALUES (25910, 2501, 'pmpro_bfirstname', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (25911, 2501, 'pmpro_blastname', 'Steffens: Executive Director') ; 
INSERT INTO `wp_usermeta` VALUES (25912, 2501, 'first_name', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (25913, 2501, 'last_name', 'Steffens: Executive Director') ; 
INSERT INTO `wp_usermeta` VALUES (25914, 2501, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25915, 2501, 'pmpro_bstate', 'AL') ; 
INSERT INTO `wp_usermeta` VALUES (25916, 2501, 'pmpro_baddress1', '708 Co. Rd. 345') ; 
INSERT INTO `wp_usermeta` VALUES (25917, 2501, 'pmpro_bcity', 'Attalla') ; 
INSERT INTO `wp_usermeta` VALUES (25918, 2501, 'uxf_organization', 'Tigers for Tomorrow Exotic Animal Preserve') ; 
INSERT INTO `wp_usermeta` VALUES (25919, 2501, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25920, 2501, 'pmpro_bzipcode', '35954') ; 
INSERT INTO `wp_usermeta` VALUES (25921, 2501, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (25922, 2502, 'pmpro_bfirstname', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (25923, 2502, 'pmpro_blastname', 'Burchardt') ; 
INSERT INTO `wp_usermeta` VALUES (25924, 2502, 'first_name', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (25925, 2502, 'last_name', 'Burchardt') ; 
INSERT INTO `wp_usermeta` VALUES (25926, 2502, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25927, 2502, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (25928, 2502, 'pmpro_baddress1', '7016 Linden Ave. N.') ; 
INSERT INTO `wp_usermeta` VALUES (25929, 2502, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (25930, 2502, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25931, 2502, 'pmpro_bzipcode', '98103') ; 
INSERT INTO `wp_usermeta` VALUES (25932, 2503, 'pmpro_bfirstname', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (25933, 2503, 'pmpro_blastname', 'Rifai') ; 
INSERT INTO `wp_usermeta` VALUES (25934, 2503, 'first_name', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (25935, 2503, 'last_name', 'Rifai') ; 
INSERT INTO `wp_usermeta` VALUES (25936, 2503, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25937, 2503, 'pmpro_bstate', 'RI') ; 
INSERT INTO `wp_usermeta` VALUES (25938, 2503, 'pmpro_baddress1', '21 Sunrise Terrace') ; 
INSERT INTO `wp_usermeta` VALUES (25939, 2503, 'pmpro_bcity', 'Glocester') ; 
INSERT INTO `wp_usermeta` VALUES (25940, 2503, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25941, 2503, 'pmpro_bzipcode', '2814') ; 
INSERT INTO `wp_usermeta` VALUES (25942, 2504, 'pmpro_bfirstname', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (25943, 2504, 'pmpro_blastname', 'Moy-LaVeau') ; 
INSERT INTO `wp_usermeta` VALUES (25944, 2504, 'first_name', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (25945, 2504, 'last_name', 'Moy-LaVeau') ; 
INSERT INTO `wp_usermeta` VALUES (25946, 2504, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25947, 2504, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (25948, 2504, 'pmpro_baddress1', '3900 N. Lake Shore Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (25949, 2504, 'pmpro_baddress2', 'Apt 2E') ; 
INSERT INTO `wp_usermeta` VALUES (25950, 2504, 'pmpro_bcity', 'Chicago') ; 
INSERT INTO `wp_usermeta` VALUES (25951, 2504, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25952, 2504, 'pmpro_bzipcode', '60613-3457') ; 
INSERT INTO `wp_usermeta` VALUES (25953, 2505, 'pmpro_bfirstname', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (25954, 2505, 'pmpro_blastname', 'Sewell') ; 
INSERT INTO `wp_usermeta` VALUES (25955, 2505, 'first_name', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (25956, 2505, 'last_name', 'Sewell') ; 
INSERT INTO `wp_usermeta` VALUES (25957, 2505, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25958, 2505, 'pmpro_bstate', 'MT') ; 
INSERT INTO `wp_usermeta` VALUES (25959, 2505, 'pmpro_baddress1', '314 S. 7th St.') ; 
INSERT INTO `wp_usermeta` VALUES (25960, 2505, 'pmpro_bcity', 'Livingston') ; 
INSERT INTO `wp_usermeta` VALUES (25961, 2505, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25962, 2505, 'pmpro_bzipcode', '59047') ; 
INSERT INTO `wp_usermeta` VALUES (25963, 2506, 'pmpro_bfirstname', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (25964, 2506, 'pmpro_blastname', 'Bertrand') ; 
INSERT INTO `wp_usermeta` VALUES (25965, 2506, 'first_name', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (25966, 2506, 'last_name', 'Bertrand') ; 
INSERT INTO `wp_usermeta` VALUES (25967, 2506, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25968, 2506, 'pmpro_bstate', 'AR') ; 
INSERT INTO `wp_usermeta` VALUES (25969, 2506, 'pmpro_baddress1', '8011 Brandon St.') ; 
INSERT INTO `wp_usermeta` VALUES (25970, 2506, 'pmpro_bcity', 'Little Rock') ; 
INSERT INTO `wp_usermeta` VALUES (25971, 2506, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25972, 2506, 'pmpro_bzipcode', '72204') ; 
INSERT INTO `wp_usermeta` VALUES (25973, 2507, 'pmpro_bfirstname', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (25974, 2507, 'pmpro_blastname', 'Faso') ; 
INSERT INTO `wp_usermeta` VALUES (25975, 2507, 'first_name', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (25976, 2507, 'last_name', 'Faso') ; 
INSERT INTO `wp_usermeta` VALUES (25977, 2507, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (25978, 2507, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (25979, 2507, 'pmpro_baddress1', '5 Naomi Lane') ; 
INSERT INTO `wp_usermeta` VALUES (25980, 2507, 'pmpro_bcity', 'Cazenovia') ; 
INSERT INTO `wp_usermeta` VALUES (25981, 2507, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25982, 2507, 'pmpro_bzipcode', '13035') ; 
INSERT INTO `wp_usermeta` VALUES (25983, 2508, 'pmpro_bfirstname', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (25984, 2508, 'pmpro_blastname', 'Greathouse') ; 
INSERT INTO `wp_usermeta` VALUES (25985, 2508, 'first_name', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (25986, 2508, 'last_name', 'Greathouse') ; 
INSERT INTO `wp_usermeta` VALUES (25987, 2508, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (25988, 2508, 'pmpro_bstate', 'WV') ; 
INSERT INTO `wp_usermeta` VALUES (25989, 2508, 'pmpro_baddress1', '465 Lodge Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (25990, 2508, 'pmpro_bcity', 'Wheeling') ; 
INSERT INTO `wp_usermeta` VALUES (25991, 2508, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (25992, 2508, 'pmpro_bzipcode', '26003') ; 
INSERT INTO `wp_usermeta` VALUES (25993, 2509, 'pmpro_bfirstname', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (25994, 2509, 'pmpro_blastname', 'Rea') ; 
INSERT INTO `wp_usermeta` VALUES (25995, 2509, 'first_name', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (25996, 2509, 'last_name', 'Rea') ; 
INSERT INTO `wp_usermeta` VALUES (25997, 2509, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (25998, 2509, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (25999, 2509, 'pmpro_baddress1', '90 Sheridan Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (26000, 2509, 'pmpro_bcity', 'Bergen') ; 
INSERT INTO `wp_usermeta` VALUES (26001, 2509, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26002, 2509, 'pmpro_bzipcode', '14416-9307') ; 
INSERT INTO `wp_usermeta` VALUES (26003, 2510, 'pmpro_bfirstname', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (26004, 2510, 'pmpro_blastname', 'Arbuthnot') ; 
INSERT INTO `wp_usermeta` VALUES (26005, 2510, 'first_name', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (26006, 2510, 'last_name', 'Arbuthnot') ; 
INSERT INTO `wp_usermeta` VALUES (26007, 2510, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26008, 2510, 'pmpro_bstate', 'HI') ; 
INSERT INTO `wp_usermeta` VALUES (26009, 2510, 'pmpro_baddress1', '47-339 Ahaolelo Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (26010, 2510, 'pmpro_bcity', 'Kaneohe') ; 
INSERT INTO `wp_usermeta` VALUES (26011, 2510, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26012, 2510, 'pmpro_bzipcode', '96744') ; 
INSERT INTO `wp_usermeta` VALUES (26013, 2511, 'pmpro_bfirstname', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (26014, 2511, 'pmpro_blastname', 'Petrunio') ; 
INSERT INTO `wp_usermeta` VALUES (26015, 2511, 'first_name', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (26016, 2511, 'last_name', 'Petrunio') ; 
INSERT INTO `wp_usermeta` VALUES (26017, 2511, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26018, 2511, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (26019, 2511, 'pmpro_baddress1', '4924 Creek Rock Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (26020, 2511, 'pmpro_bcity', 'Knoxville') ; 
INSERT INTO `wp_usermeta` VALUES (26021, 2511, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26022, 2511, 'pmpro_bzipcode', '37918') ; 
INSERT INTO `wp_usermeta` VALUES (26023, 2512, 'pmpro_bfirstname', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (26024, 2512, 'pmpro_blastname', 'Chan') ; 
INSERT INTO `wp_usermeta` VALUES (26025, 2512, 'first_name', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (26026, 2512, 'last_name', 'Chan') ; 
INSERT INTO `wp_usermeta` VALUES (26027, 2512, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26028, 2512, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (26029, 2512, 'pmpro_baddress1', '3448 SW Mission Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (26030, 2512, 'pmpro_bcity', 'Topeka') ; 
INSERT INTO `wp_usermeta` VALUES (26031, 2512, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26032, 2512, 'pmpro_bzipcode', '66614') ; 
INSERT INTO `wp_usermeta` VALUES (26033, 2513, 'pmpro_bfirstname', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (26034, 2513, 'pmpro_blastname', 'Shepard') ; 
INSERT INTO `wp_usermeta` VALUES (26035, 2513, 'first_name', 'Susan') ; 
INSERT INTO `wp_usermeta` VALUES (26036, 2513, 'last_name', 'Shepard') ; 
INSERT INTO `wp_usermeta` VALUES (26037, 2513, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26038, 2513, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (26039, 2513, 'pmpro_baddress1', '2509 Nicholas Drive') ; 
INSERT INTO `wp_usermeta` VALUES (26040, 2513, 'pmpro_bcity', 'Pearland') ; 
INSERT INTO `wp_usermeta` VALUES (26041, 2513, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26042, 2513, 'pmpro_bzipcode', '77581') ; 
INSERT INTO `wp_usermeta` VALUES (26043, 2514, 'pmpro_bfirstname', 'Susan ') ; 
INSERT INTO `wp_usermeta` VALUES (26044, 2514, 'pmpro_blastname', 'Wahlgren: Director') ; 
INSERT INTO `wp_usermeta` VALUES (26045, 2514, 'first_name', 'Cosley Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (26046, 2514, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (26047, 2514, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26048, 2514, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (26049, 2514, 'pmpro_baddress1', '1356 N. Gary Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (26050, 2514, 'pmpro_bcity', 'Wheaton') ; 
INSERT INTO `wp_usermeta` VALUES (26051, 2514, 'uxf_organization', 'Cosley Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (26052, 2514, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26053, 2514, 'pmpro_bzipcode', '60187') ; 
INSERT INTO `wp_usermeta` VALUES (26054, 2514, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (26055, 2515, 'pmpro_bfirstname', 'Susan A.') ; 
INSERT INTO `wp_usermeta` VALUES (26056, 2515, 'pmpro_blastname', 'Gurley') ; 
INSERT INTO `wp_usermeta` VALUES (26057, 2515, 'first_name', 'Susan A.') ; 
INSERT INTO `wp_usermeta` VALUES (26058, 2515, 'last_name', 'Gurley') ; 
INSERT INTO `wp_usermeta` VALUES (26059, 2515, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (26060, 2515, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (26061, 2515, 'pmpro_baddress1', '655 John Muir Dr. Apt 608') ; 
INSERT INTO `wp_usermeta` VALUES (26062, 2515, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (26063, 2515, 'pmpro_bcity', 'San Francisco') ; 
INSERT INTO `wp_usermeta` VALUES (26064, 2515, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26065, 2515, 'pmpro_bzipcode', '94132') ; 
INSERT INTO `wp_usermeta` VALUES (26066, 2516, 'pmpro_bfirstname', 'Susannah') ; 
INSERT INTO `wp_usermeta` VALUES (26067, 2516, 'pmpro_blastname', 'Turner') ; 
INSERT INTO `wp_usermeta` VALUES (26068, 2516, 'first_name', 'Susannah') ; 
INSERT INTO `wp_usermeta` VALUES (26069, 2516, 'last_name', 'Turner') ; 
INSERT INTO `wp_usermeta` VALUES (26070, 2516, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (26071, 2516, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (26072, 2516, 'pmpro_baddress1', '509 W. Forrest Lawn Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (26073, 2516, 'pmpro_bcity', 'Peoria') ; 
INSERT INTO `wp_usermeta` VALUES (26074, 2516, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26075, 2516, 'pmpro_bzipcode', '61615') ; 
INSERT INTO `wp_usermeta` VALUES (26076, 2517, 'pmpro_bfirstname', 'John') ; 
INSERT INTO `wp_usermeta` VALUES (26077, 2517, 'pmpro_blastname', 'Wyatt') ; 
INSERT INTO `wp_usermeta` VALUES (26078, 2517, 'first_name', 'John') ; 
INSERT INTO `wp_usermeta` VALUES (26079, 2517, 'last_name', 'Wyatt') ; 
INSERT INTO `wp_usermeta` VALUES (26080, 2517, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26081, 2517, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (26082, 2517, 'pmpro_baddress1', '3303 Summer Breeze Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (26083, 2517, 'pmpro_bcity', 'Indianapolis') ; 
INSERT INTO `wp_usermeta` VALUES (26084, 2517, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26085, 2517, 'pmpro_bzipcode', '46239-8571') ; 
INSERT INTO `wp_usermeta` VALUES (26086, 2518, 'pmpro_bfirstname', 'Susie') ; 
INSERT INTO `wp_usermeta` VALUES (26087, 2518, 'pmpro_blastname', 'Kaplar') ; 
INSERT INTO `wp_usermeta` VALUES (26088, 2518, 'first_name', 'Susie') ; 
INSERT INTO `wp_usermeta` VALUES (26089, 2518, 'last_name', 'Kaplar') ; 
INSERT INTO `wp_usermeta` VALUES (26090, 2518, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (26091, 2518, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (26092, 2518, 'pmpro_baddress1', 'P.O. Box 205') ; 
INSERT INTO `wp_usermeta` VALUES (26093, 2518, 'pmpro_bcity', 'Blaine') ; 
INSERT INTO `wp_usermeta` VALUES (26094, 2518, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26095, 2518, 'pmpro_bzipcode', '37709') ; 
INSERT INTO `wp_usermeta` VALUES (26096, 2519, 'pmpro_bfirstname', 'Suzanne') ; 
INSERT INTO `wp_usermeta` VALUES (26097, 2519, 'pmpro_blastname', 'Akerman') ; 
INSERT INTO `wp_usermeta` VALUES (26098, 2519, 'first_name', 'Suzanne') ; 
INSERT INTO `wp_usermeta` VALUES (26099, 2519, 'last_name', 'Akerman') ; 
INSERT INTO `wp_usermeta` VALUES (26100, 2519, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (26101, 2519, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (26102, 2519, 'pmpro_baddress1', '30219 54th Ave. S.') ; 
INSERT INTO `wp_usermeta` VALUES (26103, 2519, 'pmpro_bcity', 'Auburn') ; 
INSERT INTO `wp_usermeta` VALUES (26104, 2519, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26105, 2519, 'pmpro_bzipcode', '98001') ; 
INSERT INTO `wp_usermeta` VALUES (26106, 2520, 'pmpro_bfirstname', 'Suzie') ; 
INSERT INTO `wp_usermeta` VALUES (26107, 2520, 'pmpro_blastname', 'Buzzo') ; 
INSERT INTO `wp_usermeta` VALUES (26108, 2520, 'first_name', 'Suzie') ; 
INSERT INTO `wp_usermeta` VALUES (26109, 2520, 'last_name', 'Buzzo') ; 
INSERT INTO `wp_usermeta` VALUES (26110, 2520, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26111, 2520, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (26112, 2520, 'pmpro_baddress1', '1210 Southern St.') ; 
INSERT INTO `wp_usermeta` VALUES (26113, 2520, 'pmpro_bcity', 'Tallahassee') ; 
INSERT INTO `wp_usermeta` VALUES (26114, 2520, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26115, 2520, 'pmpro_bzipcode', '32305') ; 
INSERT INTO `wp_usermeta` VALUES (26116, 2521, 'pmpro_bfirstname', 'Sydney') ; 
INSERT INTO `wp_usermeta` VALUES (26117, 2521, 'pmpro_blastname', 'Fitzpatrick') ; 
INSERT INTO `wp_usermeta` VALUES (26118, 2521, 'first_name', 'Sydney') ; 
INSERT INTO `wp_usermeta` VALUES (26119, 2521, 'last_name', 'Fitzpatrick') ; 
INSERT INTO `wp_usermeta` VALUES (26120, 2521, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (26121, 2521, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (26122, 2521, 'pmpro_baddress1', '2400 South Loop West') ; 
INSERT INTO `wp_usermeta` VALUES (26123, 2521, 'pmpro_bcity', 'Houston') ; 
INSERT INTO `wp_usermeta` VALUES (26124, 2521, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26125, 2521, 'pmpro_bzipcode', '77054') ; 
INSERT INTO `wp_usermeta` VALUES (26126, 2522, 'pmpro_bfirstname', 'Taisha') ; 
INSERT INTO `wp_usermeta` VALUES (26127, 2522, 'pmpro_blastname', 'McFall') ; 
INSERT INTO `wp_usermeta` VALUES (26128, 2522, 'first_name', 'Taisha') ; 
INSERT INTO `wp_usermeta` VALUES (26129, 2522, 'last_name', 'McFall') ; 
INSERT INTO `wp_usermeta` VALUES (26130, 2522, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26131, 2522, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (26132, 2522, 'pmpro_baddress1', '1117 Carlyon Ave. SE') ; 
INSERT INTO `wp_usermeta` VALUES (26133, 2522, 'pmpro_bcity', 'Tumwater') ; 
INSERT INTO `wp_usermeta` VALUES (26134, 2522, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26135, 2522, 'pmpro_bzipcode', '98501') ; 
INSERT INTO `wp_usermeta` VALUES (26136, 2523, 'pmpro_bfirstname', 'Talli') ; 
INSERT INTO `wp_usermeta` VALUES (26137, 2523, 'pmpro_blastname', 'Ruksas') ; 
INSERT INTO `wp_usermeta` VALUES (26138, 2523, 'first_name', 'Talli') ; 
INSERT INTO `wp_usermeta` VALUES (26139, 2523, 'last_name', 'Ruksas') ; 
INSERT INTO `wp_usermeta` VALUES (26140, 2523, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (26141, 2523, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (26142, 2523, 'pmpro_baddress1', '7722 S. Butte Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (26143, 2523, 'pmpro_bcity', 'Tempe') ; 
INSERT INTO `wp_usermeta` VALUES (26144, 2523, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26145, 2523, 'pmpro_bzipcode', '85284') ; 
INSERT INTO `wp_usermeta` VALUES (26146, 2524, 'pmpro_bfirstname', 'Tallie') ; 
INSERT INTO `wp_usermeta` VALUES (26147, 2524, 'pmpro_blastname', 'Wiles') ; 
INSERT INTO `wp_usermeta` VALUES (26148, 2524, 'first_name', 'Tallie') ; 
INSERT INTO `wp_usermeta` VALUES (26149, 2524, 'last_name', 'Wiles') ; 
INSERT INTO `wp_usermeta` VALUES (26150, 2524, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26151, 2524, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (26152, 2524, 'pmpro_baddress1', '2171 Glencourse Ln') ; 
INSERT INTO `wp_usermeta` VALUES (26153, 2524, 'pmpro_bcity', 'Reston') ; 
INSERT INTO `wp_usermeta` VALUES (26154, 2524, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26155, 2524, 'pmpro_bzipcode', '20191') ; 
INSERT INTO `wp_usermeta` VALUES (26156, 2525, 'pmpro_bfirstname', 'Tamara') ; 
INSERT INTO `wp_usermeta` VALUES (26157, 2525, 'pmpro_blastname', 'Jochem') ; 
INSERT INTO `wp_usermeta` VALUES (26158, 2525, 'first_name', 'Tamara') ; 
INSERT INTO `wp_usermeta` VALUES (26159, 2525, 'last_name', 'Jochem') ; 
INSERT INTO `wp_usermeta` VALUES (26160, 2525, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26161, 2525, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (26162, 2525, 'pmpro_baddress1', '3026 Irwindell Blvd.') ; 
INSERT INTO `wp_usermeta` VALUES (26163, 2525, 'pmpro_bcity', 'Dallas') ; 
INSERT INTO `wp_usermeta` VALUES (26164, 2525, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26165, 2525, 'pmpro_bzipcode', '75211') ; 
INSERT INTO `wp_usermeta` VALUES (26166, 2526, 'pmpro_bfirstname', 'Tamara') ; 
INSERT INTO `wp_usermeta` VALUES (26167, 2526, 'pmpro_blastname', 'Myhal') ; 
INSERT INTO `wp_usermeta` VALUES (26168, 2526, 'first_name', 'Tamara') ; 
INSERT INTO `wp_usermeta` VALUES (26169, 2526, 'last_name', 'Myhal') ; 
INSERT INTO `wp_usermeta` VALUES (26170, 2526, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (26171, 2526, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (26172, 2526, 'pmpro_baddress1', '122 Rutgers Street - 1st Floor') ; 
INSERT INTO `wp_usermeta` VALUES (26173, 2526, 'pmpro_bcity', 'Maplewood') ; 
INSERT INTO `wp_usermeta` VALUES (26174, 2526, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26175, 2526, 'pmpro_bzipcode', '07040') ; 
INSERT INTO `wp_usermeta` VALUES (26176, 2527, 'pmpro_bfirstname', 'Tamara') ; 
INSERT INTO `wp_usermeta` VALUES (26177, 2527, 'pmpro_blastname', 'Colt') ; 
INSERT INTO `wp_usermeta` VALUES (26178, 2527, 'first_name', 'Tamara') ; 
INSERT INTO `wp_usermeta` VALUES (26179, 2527, 'last_name', 'Colt') ; 
INSERT INTO `wp_usermeta` VALUES (26180, 2527, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26181, 2527, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (26182, 2527, 'pmpro_baddress1', '2111 N. Campbell Road') ; 
INSERT INTO `wp_usermeta` VALUES (26183, 2527, 'pmpro_bcity', 'Royal Oak') ; 
INSERT INTO `wp_usermeta` VALUES (26184, 2527, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26185, 2527, 'pmpro_bzipcode', '48073') ; 
INSERT INTO `wp_usermeta` VALUES (26186, 2528, 'pmpro_bfirstname', 'Tami') ; 
INSERT INTO `wp_usermeta` VALUES (26187, 2528, 'pmpro_blastname', 'Brightrall') ; 
INSERT INTO `wp_usermeta` VALUES (26188, 2528, 'first_name', 'Tami') ; 
INSERT INTO `wp_usermeta` VALUES (26189, 2528, 'last_name', 'Brightrall') ; 
INSERT INTO `wp_usermeta` VALUES (26190, 2528, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26191, 2528, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (26192, 2528, 'pmpro_baddress1', '8524 Washington Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (26193, 2528, 'pmpro_bcity', 'Brookfield') ; 
INSERT INTO `wp_usermeta` VALUES (26194, 2528, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26195, 2528, 'pmpro_bzipcode', '60513') ; 
INSERT INTO `wp_usermeta` VALUES (26196, 2529, 'pmpro_bfirstname', 'Tammy') ; 
INSERT INTO `wp_usermeta` VALUES (26197, 2529, 'pmpro_blastname', 'Moroz') ; 
INSERT INTO `wp_usermeta` VALUES (26198, 2529, 'first_name', 'Tammy') ; 
INSERT INTO `wp_usermeta` VALUES (26199, 2529, 'last_name', 'Moroz') ; 
INSERT INTO `wp_usermeta` VALUES (26200, 2529, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (26201, 2529, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (26202, 2529, 'pmpro_baddress1', '33 Mc Adam Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (26203, 2529, 'pmpro_bcity', 'Winnipeg') ; 
INSERT INTO `wp_usermeta` VALUES (26204, 2529, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26205, 2529, 'pmpro_bzipcode', 'R2W 0A2') ; 
INSERT INTO `wp_usermeta` VALUES (26206, 2530, 'pmpro_bfirstname', 'Tammy') ; 
INSERT INTO `wp_usermeta` VALUES (26207, 2530, 'pmpro_blastname', 'Sundquist') ; 
INSERT INTO `wp_usermeta` VALUES (26208, 2530, 'first_name', 'Tammy') ; 
INSERT INTO `wp_usermeta` VALUES (26209, 2530, 'last_name', 'Sundquist') ; 
INSERT INTO `wp_usermeta` VALUES (26210, 2530, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (26211, 2530, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (26212, 2530, 'pmpro_baddress1', '3307 N. 48th St.') ; 
INSERT INTO `wp_usermeta` VALUES (26213, 2530, 'pmpro_bcity', 'Lincoln') ; 
INSERT INTO `wp_usermeta` VALUES (26214, 2530, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26215, 2530, 'pmpro_bzipcode', '68504') ; 
INSERT INTO `wp_usermeta` VALUES (26216, 2531, 'pmpro_bfirstname', 'Tammy') ; 
INSERT INTO `wp_usermeta` VALUES (26217, 2531, 'pmpro_blastname', 'Janik') ; 
INSERT INTO `wp_usermeta` VALUES (26218, 2531, 'first_name', 'Tammy') ; 
INSERT INTO `wp_usermeta` VALUES (26219, 2531, 'last_name', 'Janik') ; 
INSERT INTO `wp_usermeta` VALUES (26220, 2531, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26221, 2531, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (26222, 2531, 'pmpro_baddress1', '950 Camden Lane') ; 
INSERT INTO `wp_usermeta` VALUES (26223, 2531, 'pmpro_bcity', 'Aurora') ; 
INSERT INTO `wp_usermeta` VALUES (26224, 2531, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26225, 2531, 'pmpro_bzipcode', '60504') ; 
INSERT INTO `wp_usermeta` VALUES (26226, 2532, 'pmpro_bfirstname', 'Tania') ; 
INSERT INTO `wp_usermeta` VALUES (26227, 2532, 'pmpro_blastname', 'Prebble') ; 
INSERT INTO `wp_usermeta` VALUES (26228, 2532, 'first_name', 'Tania') ; 
INSERT INTO `wp_usermeta` VALUES (26229, 2532, 'last_name', 'Prebble') ; 
INSERT INTO `wp_usermeta` VALUES (26230, 2532, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (26231, 2532, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (26232, 2532, 'pmpro_baddress1', '133 Rainbow Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (26233, 2532, 'pmpro_bcity', 'Oxnard') ; 
INSERT INTO `wp_usermeta` VALUES (26234, 2532, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26235, 2532, 'pmpro_bzipcode', '93033-6921') ; 
INSERT INTO `wp_usermeta` VALUES (26236, 2533, 'pmpro_bfirstname', 'Tanith') ; 
INSERT INTO `wp_usermeta` VALUES (26237, 2533, 'pmpro_blastname', 'Fiedler') ; 
INSERT INTO `wp_usermeta` VALUES (26238, 2533, 'first_name', 'Tanith') ; 
INSERT INTO `wp_usermeta` VALUES (26239, 2533, 'last_name', 'Fiedler') ; 
INSERT INTO `wp_usermeta` VALUES (26240, 2533, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26241, 2533, 'pmpro_bstate', 'NM') ; 
INSERT INTO `wp_usermeta` VALUES (26242, 2533, 'pmpro_baddress1', '3301-R Coors Blvd. NW # 196') ; 
INSERT INTO `wp_usermeta` VALUES (26243, 2533, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (26244, 2533, 'pmpro_bcity', 'Albuquerque') ; 
INSERT INTO `wp_usermeta` VALUES (26245, 2533, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26246, 2533, 'pmpro_bzipcode', '87120') ; 
INSERT INTO `wp_usermeta` VALUES (26247, 2534, 'pmpro_bfirstname', 'Tanja') ; 
INSERT INTO `wp_usermeta` VALUES (26248, 2534, 'pmpro_blastname', 'Majca') ; 
INSERT INTO `wp_usermeta` VALUES (26249, 2534, 'first_name', 'Tanja') ; 
INSERT INTO `wp_usermeta` VALUES (26250, 2534, 'last_name', 'Majca') ; 
INSERT INTO `wp_usermeta` VALUES (26251, 2534, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (26252, 2534, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (26253, 2534, 'pmpro_baddress1', '6103 Wigmore Ln. Unit I') ; 
INSERT INTO `wp_usermeta` VALUES (26254, 2534, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (26255, 2534, 'pmpro_bcity', 'Alexandria') ; 
INSERT INTO `wp_usermeta` VALUES (26256, 2534, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26257, 2534, 'pmpro_bzipcode', '22315') ; 
INSERT INTO `wp_usermeta` VALUES (26258, 2535, 'pmpro_bfirstname', 'Tanya') ; 
INSERT INTO `wp_usermeta` VALUES (26259, 2535, 'pmpro_blastname', 'Paul') ; 
INSERT INTO `wp_usermeta` VALUES (26260, 2535, 'first_name', 'Tanya') ; 
INSERT INTO `wp_usermeta` VALUES (26261, 2535, 'last_name', 'Paul') ; 
INSERT INTO `wp_usermeta` VALUES (26262, 2535, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26263, 2535, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (26264, 2535, 'pmpro_baddress1', '7400 SW Barnes Rd. ') ; 
INSERT INTO `wp_usermeta` VALUES (26265, 2535, 'pmpro_baddress2', 'Apt 1193') ; 
INSERT INTO `wp_usermeta` VALUES (26266, 2535, 'pmpro_bcity', 'Portland') ; 
INSERT INTO `wp_usermeta` VALUES (26267, 2535, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26268, 2535, 'pmpro_bzipcode', '97225') ; 
INSERT INTO `wp_usermeta` VALUES (26269, 2536, 'pmpro_bfirstname', 'Tanya') ; 
INSERT INTO `wp_usermeta` VALUES (26270, 2536, 'pmpro_blastname', 'Gever') ; 
INSERT INTO `wp_usermeta` VALUES (26271, 2536, 'first_name', 'Tanya') ; 
INSERT INTO `wp_usermeta` VALUES (26272, 2536, 'last_name', 'Gever') ; 
INSERT INTO `wp_usermeta` VALUES (26273, 2536, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26274, 2536, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (26275, 2536, 'pmpro_baddress1', '6481 Reflection Drive  Unit 106') ; 
INSERT INTO `wp_usermeta` VALUES (26276, 2536, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (26277, 2536, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (26278, 2536, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26279, 2536, 'pmpro_bzipcode', '92124') ; 
INSERT INTO `wp_usermeta` VALUES (26280, 2537, 'pmpro_bfirstname', 'Tanya') ; 
INSERT INTO `wp_usermeta` VALUES (26281, 2537, 'pmpro_blastname', 'White') ; 
INSERT INTO `wp_usermeta` VALUES (26282, 2537, 'first_name', 'Tanya') ; 
INSERT INTO `wp_usermeta` VALUES (26283, 2537, 'last_name', 'White') ; 
INSERT INTO `wp_usermeta` VALUES (26284, 2537, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26285, 2537, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (26286, 2537, 'pmpro_baddress1', '3608 Croydon Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (26287, 2537, 'pmpro_bcity', 'Baltimore') ; 
INSERT INTO `wp_usermeta` VALUES (26288, 2537, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26289, 2537, 'pmpro_bzipcode', '21207') ; 
INSERT INTO `wp_usermeta` VALUES (26290, 2538, 'pmpro_bfirstname', 'Tanya') ; 
INSERT INTO `wp_usermeta` VALUES (26291, 2538, 'pmpro_blastname', 'Barton-Garcia') ; 
INSERT INTO `wp_usermeta` VALUES (26292, 2538, 'first_name', 'Tanya') ; 
INSERT INTO `wp_usermeta` VALUES (26293, 2538, 'last_name', 'Barton-Garcia') ; 
INSERT INTO `wp_usermeta` VALUES (26294, 2538, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (26295, 2538, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (26296, 2538, 'pmpro_baddress1', '3220 Santiago Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (26297, 2538, 'pmpro_bcity', 'Mesquite') ; 
INSERT INTO `wp_usermeta` VALUES (26298, 2538, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26299, 2538, 'pmpro_bzipcode', '75150') ; 
INSERT INTO `wp_usermeta` VALUES (26300, 2539, 'pmpro_bfirstname', 'Tara') ; 
INSERT INTO `wp_usermeta` VALUES (26301, 2539, 'pmpro_blastname', 'Glowala') ; 
INSERT INTO `wp_usermeta` VALUES (26302, 2539, 'first_name', 'Tara') ; 
INSERT INTO `wp_usermeta` VALUES (26303, 2539, 'last_name', 'Glowala') ; 
INSERT INTO `wp_usermeta` VALUES (26304, 2539, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (26305, 2539, 'pmpro_bstate', 'Ont.') ; 
INSERT INTO `wp_usermeta` VALUES (26306, 2539, 'pmpro_baddress1', '79 Bastedo Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (26307, 2539, 'pmpro_bcity', 'Toronto') ; 
INSERT INTO `wp_usermeta` VALUES (26308, 2539, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26309, 2539, 'pmpro_bzipcode', 'M4C 3M8') ; 
INSERT INTO `wp_usermeta` VALUES (26310, 2540, 'pmpro_bfirstname', 'Tara') ; 
INSERT INTO `wp_usermeta` VALUES (26311, 2540, 'pmpro_blastname', 'Geiger') ; 
INSERT INTO `wp_usermeta` VALUES (26312, 2540, 'first_name', 'Tara') ; 
INSERT INTO `wp_usermeta` VALUES (26313, 2540, 'last_name', 'Geiger') ; 
INSERT INTO `wp_usermeta` VALUES (26314, 2540, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (26315, 2540, 'pmpro_bstate', 'BC') ; 
INSERT INTO `wp_usermeta` VALUES (26316, 2540, 'pmpro_baddress1', '9077 Dallas Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (26317, 2540, 'pmpro_bcity', 'Kamloops') ; 
INSERT INTO `wp_usermeta` VALUES (26318, 2540, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26319, 2540, 'pmpro_bzipcode', 'V2C 6V1') ; 
INSERT INTO `wp_usermeta` VALUES (26320, 2541, 'pmpro_bfirstname', 'Tara') ; 
INSERT INTO `wp_usermeta` VALUES (26321, 2541, 'pmpro_blastname', 'Gifford') ; 
INSERT INTO `wp_usermeta` VALUES (26322, 2541, 'first_name', 'Tara') ; 
INSERT INTO `wp_usermeta` VALUES (26323, 2541, 'last_name', 'Gifford') ; 
INSERT INTO `wp_usermeta` VALUES (26324, 2541, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26325, 2541, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (26326, 2541, 'pmpro_baddress1', '44477 Stewart Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (26327, 2541, 'pmpro_bcity', 'Sullivan') ; 
INSERT INTO `wp_usermeta` VALUES (26328, 2541, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26329, 2541, 'pmpro_bzipcode', '44880') ; 
INSERT INTO `wp_usermeta` VALUES (26330, 2542, 'pmpro_bfirstname', 'Tara') ; 
INSERT INTO `wp_usermeta` VALUES (26331, 2542, 'pmpro_blastname', 'Sinclair') ; 
INSERT INTO `wp_usermeta` VALUES (26332, 2542, 'first_name', 'Tara') ; 
INSERT INTO `wp_usermeta` VALUES (26333, 2542, 'last_name', 'Sinclair') ; 
INSERT INTO `wp_usermeta` VALUES (26334, 2542, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26335, 2542, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (26336, 2542, 'pmpro_baddress1', '4430 Wood Thrush Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (26337, 2542, 'pmpro_bcity', 'Parma') ; 
INSERT INTO `wp_usermeta` VALUES (26338, 2542, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26339, 2542, 'pmpro_bzipcode', '44134') ; 
INSERT INTO `wp_usermeta` VALUES (26340, 2543, 'pmpro_bfirstname', 'Tarah') ; 
INSERT INTO `wp_usermeta` VALUES (26341, 2543, 'pmpro_blastname', 'Jacobs') ; 
INSERT INTO `wp_usermeta` VALUES (26342, 2543, 'first_name', 'Tarah') ; 
INSERT INTO `wp_usermeta` VALUES (26343, 2543, 'last_name', 'Jacobs') ; 
INSERT INTO `wp_usermeta` VALUES (26344, 2543, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26345, 2543, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (26346, 2543, 'pmpro_baddress1', '7908 NW 31st Ave #B') ; 
INSERT INTO `wp_usermeta` VALUES (26347, 2543, 'pmpro_bcity', 'Gainesville') ; 
INSERT INTO `wp_usermeta` VALUES (26348, 2543, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26349, 2543, 'pmpro_bzipcode', '32606-6204') ; 
INSERT INTO `wp_usermeta` VALUES (26350, 2544, 'pmpro_bfirstname', 'Taylor') ; 
INSERT INTO `wp_usermeta` VALUES (26351, 2544, 'pmpro_blastname', 'Keddie') ; 
INSERT INTO `wp_usermeta` VALUES (26352, 2544, 'first_name', 'Taylor') ; 
INSERT INTO `wp_usermeta` VALUES (26353, 2544, 'last_name', 'Keddie') ; 
INSERT INTO `wp_usermeta` VALUES (26354, 2544, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26355, 2544, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (26356, 2544, 'pmpro_baddress1', '401 Winton St.  Apt 2') ; 
INSERT INTO `wp_usermeta` VALUES (26357, 2544, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (26358, 2544, 'pmpro_bcity', 'Syracuse') ; 
INSERT INTO `wp_usermeta` VALUES (26359, 2544, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26360, 2544, 'pmpro_bzipcode', '13203') ; 
INSERT INTO `wp_usermeta` VALUES (26361, 2545, 'pmpro_bfirstname', 'Taylor') ; 
INSERT INTO `wp_usermeta` VALUES (26362, 2545, 'pmpro_blastname', 'Hann') ; 
INSERT INTO `wp_usermeta` VALUES (26363, 2545, 'first_name', 'Taylor') ; 
INSERT INTO `wp_usermeta` VALUES (26364, 2545, 'last_name', 'Hann') ; 
INSERT INTO `wp_usermeta` VALUES (26365, 2545, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (26366, 2545, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (26367, 2545, 'pmpro_baddress1', '6426 Slack Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (26368, 2545, 'pmpro_bcity', 'Reynoldsburg') ; 
INSERT INTO `wp_usermeta` VALUES (26369, 2545, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26370, 2545, 'pmpro_bzipcode', '43068') ; 
INSERT INTO `wp_usermeta` VALUES (26371, 2546, 'pmpro_bfirstname', 'Taylor') ; 
INSERT INTO `wp_usermeta` VALUES (26372, 2546, 'pmpro_blastname', 'Pashong-Walck') ; 
INSERT INTO `wp_usermeta` VALUES (26373, 2546, 'first_name', 'Taylor') ; 
INSERT INTO `wp_usermeta` VALUES (26374, 2546, 'last_name', 'Pashong-Walck') ; 
INSERT INTO `wp_usermeta` VALUES (26375, 2546, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26376, 2546, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (26377, 2546, 'pmpro_baddress1', '1604 Rutherford Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (26378, 2546, 'pmpro_bcity', 'Pittsburgh') ; 
INSERT INTO `wp_usermeta` VALUES (26379, 2546, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26380, 2546, 'pmpro_bzipcode', '15216') ; 
INSERT INTO `wp_usermeta` VALUES (26381, 2547, 'pmpro_bfirstname', 'Taylor') ; 
INSERT INTO `wp_usermeta` VALUES (26382, 2547, 'pmpro_blastname', 'Kess') ; 
INSERT INTO `wp_usermeta` VALUES (26383, 2547, 'first_name', 'Taylor') ; 
INSERT INTO `wp_usermeta` VALUES (26384, 2547, 'last_name', 'Kess') ; 
INSERT INTO `wp_usermeta` VALUES (26385, 2547, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26386, 2547, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (26387, 2547, 'pmpro_baddress1', '1720 Meadowlark Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (26388, 2547, 'pmpro_bcity', 'Englewood') ; 
INSERT INTO `wp_usermeta` VALUES (26389, 2547, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26390, 2547, 'pmpro_bzipcode', '34224') ; 
INSERT INTO `wp_usermeta` VALUES (26391, 2548, 'pmpro_bfirstname', 'Ted') ; 
INSERT INTO `wp_usermeta` VALUES (26392, 2548, 'pmpro_blastname', 'Fox: Director') ; 
INSERT INTO `wp_usermeta` VALUES (26393, 2548, 'first_name', 'Rosamond Gifford Zoo at Burnet Park') ; 
INSERT INTO `wp_usermeta` VALUES (26394, 2548, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (26395, 2548, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26396, 2548, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (26397, 2548, 'pmpro_baddress1', 'One Conservation Place') ; 
INSERT INTO `wp_usermeta` VALUES (26398, 2548, 'pmpro_bcity', 'Syracuse') ; 
INSERT INTO `wp_usermeta` VALUES (26399, 2548, 'uxf_organization', 'Rosamond Gifford Zoo at Burnet Park') ; 
INSERT INTO `wp_usermeta` VALUES (26400, 2548, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26401, 2548, 'pmpro_bzipcode', '13204') ; 
INSERT INTO `wp_usermeta` VALUES (26402, 2548, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (26403, 2549, 'pmpro_bfirstname', 'Tenley') ; 
INSERT INTO `wp_usermeta` VALUES (26404, 2549, 'pmpro_blastname', 'Davis') ; 
INSERT INTO `wp_usermeta` VALUES (26405, 2549, 'first_name', 'Tenley') ; 
INSERT INTO `wp_usermeta` VALUES (26406, 2549, 'last_name', 'Davis') ; 
INSERT INTO `wp_usermeta` VALUES (26407, 2549, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26408, 2549, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (26409, 2549, 'pmpro_baddress1', '2900 S. Mansion Dr. Apt 208') ; 
INSERT INTO `wp_usermeta` VALUES (26410, 2549, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (26411, 2549, 'pmpro_bcity', 'Independence') ; 
INSERT INTO `wp_usermeta` VALUES (26412, 2549, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26413, 2549, 'pmpro_bzipcode', '64055') ; 
INSERT INTO `wp_usermeta` VALUES (26414, 2550, 'pmpro_bfirstname', 'Terrell V.') ; 
INSERT INTO `wp_usermeta` VALUES (26415, 2550, 'pmpro_blastname', 'Norris') ; 
INSERT INTO `wp_usermeta` VALUES (26416, 2550, 'first_name', 'Terrell V.') ; 
INSERT INTO `wp_usermeta` VALUES (26417, 2550, 'last_name', 'Norris') ; 
INSERT INTO `wp_usermeta` VALUES (26418, 2550, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (26419, 2550, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (26420, 2550, 'pmpro_baddress1', '4878 Sherwood Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (26421, 2550, 'pmpro_bcity', 'Syracuse') ; 
INSERT INTO `wp_usermeta` VALUES (26422, 2550, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26423, 2550, 'pmpro_bzipcode', '13215') ; 
INSERT INTO `wp_usermeta` VALUES (26424, 2551, 'pmpro_bfirstname', 'Terri') ; 
INSERT INTO `wp_usermeta` VALUES (26425, 2551, 'pmpro_blastname', 'Werner: Director of Operations') ; 
INSERT INTO `wp_usermeta` VALUES (26426, 2551, 'first_name', 'Tiger Creek Wildlife Refuge') ; 
INSERT INTO `wp_usermeta` VALUES (26427, 2551, 'last_name', 'Werner: Director of Operations') ; 
INSERT INTO `wp_usermeta` VALUES (26428, 2551, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (26429, 2551, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (26430, 2551, 'pmpro_baddress1', '17552 FM 14') ; 
INSERT INTO `wp_usermeta` VALUES (26431, 2551, 'pmpro_bcity', 'Tyler') ; 
INSERT INTO `wp_usermeta` VALUES (26432, 2551, 'uxf_organization', 'Tiger Creek Wildlife Refuge') ; 
INSERT INTO `wp_usermeta` VALUES (26433, 2551, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26434, 2551, 'pmpro_bzipcode', '75706') ; 
INSERT INTO `wp_usermeta` VALUES (26435, 2551, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (26436, 2552, 'pmpro_bfirstname', 'Terrie') ; 
INSERT INTO `wp_usermeta` VALUES (26437, 2552, 'pmpro_blastname', 'Correll') ; 
INSERT INTO `wp_usermeta` VALUES (26438, 2552, 'first_name', 'Terrie') ; 
INSERT INTO `wp_usermeta` VALUES (26439, 2552, 'last_name', 'Correll') ; 
INSERT INTO `wp_usermeta` VALUES (26440, 2552, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26441, 2552, 'pmpro_bstate', 'OK') ; 
INSERT INTO `wp_usermeta` VALUES (26442, 2552, 'pmpro_baddress1', '10310 N. Sheridan Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (26443, 2552, 'pmpro_bcity', 'Sperry') ; 
INSERT INTO `wp_usermeta` VALUES (26444, 2552, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26445, 2552, 'pmpro_bzipcode', '74073') ; 
INSERT INTO `wp_usermeta` VALUES (26446, 2553, 'pmpro_bfirstname', 'Thaddeus') ; 
INSERT INTO `wp_usermeta` VALUES (26447, 2553, 'pmpro_blastname', 'Kulczycki') ; 
INSERT INTO `wp_usermeta` VALUES (26448, 2553, 'first_name', 'Thaddeus') ; 
INSERT INTO `wp_usermeta` VALUES (26449, 2553, 'last_name', 'Kulczycki') ; 
INSERT INTO `wp_usermeta` VALUES (26450, 2553, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26451, 2553, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (26452, 2553, 'pmpro_baddress1', '11200 E. 78th Terrace') ; 
INSERT INTO `wp_usermeta` VALUES (26453, 2553, 'pmpro_bcity', 'Raytown') ; 
INSERT INTO `wp_usermeta` VALUES (26454, 2553, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26455, 2553, 'pmpro_bzipcode', '64138') ; 
INSERT INTO `wp_usermeta` VALUES (10828658, 1160, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"June 25, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (10828667, 2163, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (10828668, 2163, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (10828653, 2353, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (10828647, 2353, 'profile_update', '1403654934') ; 
INSERT INTO `wp_usermeta` VALUES (26466, 2555, 'pmpro_bfirstname', 'Thea F. ') ; 
INSERT INTO `wp_usermeta` VALUES (26467, 2555, 'pmpro_blastname', 'Fritzinger Brown') ; 
INSERT INTO `wp_usermeta` VALUES (26468, 2555, 'first_name', 'Thea F. ') ; 
INSERT INTO `wp_usermeta` VALUES (26469, 2555, 'last_name', 'Fritzinger Brown') ; 
INSERT INTO `wp_usermeta` VALUES (26470, 2555, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26471, 2555, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (26472, 2555, 'pmpro_baddress1', '1218 Prairie Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (26473, 2555, 'pmpro_bcity', 'Bloomington') ; 
INSERT INTO `wp_usermeta` VALUES (26474, 2555, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26475, 2555, 'pmpro_bzipcode', '47408') ; 
INSERT INTO `wp_usermeta` VALUES (26476, 2556, 'pmpro_bfirstname', 'Theresa') ; 
INSERT INTO `wp_usermeta` VALUES (26477, 2556, 'pmpro_blastname', 'Rounds') ; 
INSERT INTO `wp_usermeta` VALUES (26478, 2556, 'first_name', 'Theresa') ; 
INSERT INTO `wp_usermeta` VALUES (26479, 2556, 'last_name', 'Rounds') ; 
INSERT INTO `wp_usermeta` VALUES (26480, 2556, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26481, 2556, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (26482, 2556, 'pmpro_baddress1', '6410 SE Reedway St.') ; 
INSERT INTO `wp_usermeta` VALUES (26483, 2556, 'pmpro_bcity', 'Portland') ; 
INSERT INTO `wp_usermeta` VALUES (26484, 2556, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26485, 2556, 'pmpro_bzipcode', '97206') ; 
INSERT INTO `wp_usermeta` VALUES (26486, 2557, 'pmpro_bfirstname', 'Theresa') ; 
INSERT INTO `wp_usermeta` VALUES (26487, 2557, 'pmpro_blastname', 'Ramold') ; 
INSERT INTO `wp_usermeta` VALUES (26488, 2557, 'first_name', 'Theresa') ; 
INSERT INTO `wp_usermeta` VALUES (26489, 2557, 'last_name', 'Ramold') ; 
INSERT INTO `wp_usermeta` VALUES (26490, 2557, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26491, 2557, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (26492, 2557, 'pmpro_baddress1', 'P.O. Box 380371') ; 
INSERT INTO `wp_usermeta` VALUES (26493, 2557, 'pmpro_bcity', 'Duncanville') ; 
INSERT INTO `wp_usermeta` VALUES (26494, 2557, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26495, 2557, 'pmpro_bzipcode', '75138') ; 
INSERT INTO `wp_usermeta` VALUES (26496, 2558, 'pmpro_bfirstname', 'Theresa') ; 
INSERT INTO `wp_usermeta` VALUES (26497, 2558, 'pmpro_blastname', 'Hall') ; 
INSERT INTO `wp_usermeta` VALUES (26498, 2558, 'first_name', 'Theresa') ; 
INSERT INTO `wp_usermeta` VALUES (26499, 2558, 'last_name', 'Hall') ; 
INSERT INTO `wp_usermeta` VALUES (26500, 2558, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26501, 2558, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (26502, 2558, 'pmpro_baddress1', '8409 Hemlig St. Apt 301') ; 
INSERT INTO `wp_usermeta` VALUES (26503, 2558, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (26504, 2558, 'pmpro_bcity', 'Kissimmee') ; 
INSERT INTO `wp_usermeta` VALUES (26505, 2558, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26506, 2558, 'pmpro_bzipcode', '34747-3073') ; 
INSERT INTO `wp_usermeta` VALUES (26507, 2559, 'pmpro_bfirstname', 'Theresa') ; 
INSERT INTO `wp_usermeta` VALUES (26508, 2559, 'pmpro_blastname', 'Larson') ; 
INSERT INTO `wp_usermeta` VALUES (26509, 2559, 'first_name', 'Theresa') ; 
INSERT INTO `wp_usermeta` VALUES (26510, 2559, 'last_name', 'Larson') ; 
INSERT INTO `wp_usermeta` VALUES (26511, 2559, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (26512, 2559, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (26513, 2559, 'pmpro_baddress1', '3536 W. Waco Dr.  Apt C') ; 
INSERT INTO `wp_usermeta` VALUES (26514, 2559, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (26515, 2559, 'pmpro_bcity', 'Waco') ; 
INSERT INTO `wp_usermeta` VALUES (26516, 2559, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26517, 2559, 'pmpro_bzipcode', '76710') ; 
INSERT INTO `wp_usermeta` VALUES (26518, 2560, 'pmpro_bfirstname', 'Theresa') ; 
INSERT INTO `wp_usermeta` VALUES (26519, 2560, 'pmpro_blastname', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (26520, 2560, 'first_name', 'Theresa') ; 
INSERT INTO `wp_usermeta` VALUES (26521, 2560, 'last_name', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (26522, 2560, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26523, 2560, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (26524, 2560, 'pmpro_baddress1', '22530 87th Ave. SE') ; 
INSERT INTO `wp_usermeta` VALUES (26525, 2560, 'pmpro_bcity', 'Woodinville') ; 
INSERT INTO `wp_usermeta` VALUES (26526, 2560, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26527, 2560, 'pmpro_bzipcode', '98077') ; 
INSERT INTO `wp_usermeta` VALUES (26528, 2561, 'pmpro_bfirstname', 'Thomas') ; 
INSERT INTO `wp_usermeta` VALUES (26529, 2561, 'pmpro_blastname', 'Colville') ; 
INSERT INTO `wp_usermeta` VALUES (26530, 2561, 'first_name', 'Thomas') ; 
INSERT INTO `wp_usermeta` VALUES (26531, 2561, 'last_name', 'Colville') ; 
INSERT INTO `wp_usermeta` VALUES (26532, 2561, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26533, 2561, 'pmpro_bstate', 'ND') ; 
INSERT INTO `wp_usermeta` VALUES (26534, 2561, 'pmpro_baddress1', '1136 14th St. N.') ; 
INSERT INTO `wp_usermeta` VALUES (26535, 2561, 'pmpro_bcity', 'Fargo') ; 
INSERT INTO `wp_usermeta` VALUES (26536, 2561, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26537, 2561, 'pmpro_bzipcode', '58102') ; 
INSERT INTO `wp_usermeta` VALUES (26538, 2562, 'pmpro_bfirstname', 'Tom') ; 
INSERT INTO `wp_usermeta` VALUES (26539, 2562, 'pmpro_blastname', 'Aversa: Unity College') ; 
INSERT INTO `wp_usermeta` VALUES (26540, 2562, 'first_name', 'Thomas') ; 
INSERT INTO `wp_usermeta` VALUES (26541, 2562, 'last_name', 'Aversa') ; 
INSERT INTO `wp_usermeta` VALUES (26542, 2562, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (26543, 2562, 'pmpro_bstate', 'ME') ; 
INSERT INTO `wp_usermeta` VALUES (26544, 2562, 'pmpro_baddress1', '115 Fisher Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (26545, 2562, 'pmpro_bcity', 'Unity') ; 
INSERT INTO `wp_usermeta` VALUES (26546, 2562, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26547, 2562, 'pmpro_bzipcode', '04988-4035') ; 
INSERT INTO `wp_usermeta` VALUES (26548, 2563, 'pmpro_bfirstname', 'Thomas') ; 
INSERT INTO `wp_usermeta` VALUES (26549, 2563, 'pmpro_blastname', 'Ness') ; 
INSERT INTO `wp_usermeta` VALUES (26550, 2563, 'first_name', 'Thomas') ; 
INSERT INTO `wp_usermeta` VALUES (26551, 2563, 'last_name', 'Ness') ; 
INSERT INTO `wp_usermeta` VALUES (26552, 2563, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26553, 2563, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (26554, 2563, 'pmpro_baddress1', '2011 Vienna Lane') ; 
INSERT INTO `wp_usermeta` VALUES (26555, 2563, 'pmpro_bcity', 'Eagan') ; 
INSERT INTO `wp_usermeta` VALUES (26556, 2563, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26557, 2563, 'pmpro_bzipcode', '55122') ; 
INSERT INTO `wp_usermeta` VALUES (26558, 2564, 'pmpro_bfirstname', 'Thomas') ; 
INSERT INTO `wp_usermeta` VALUES (26559, 2564, 'pmpro_blastname', 'Joyce') ; 
INSERT INTO `wp_usermeta` VALUES (26560, 2564, 'first_name', 'Thomas') ; 
INSERT INTO `wp_usermeta` VALUES (26561, 2564, 'last_name', 'Joyce') ; 
INSERT INTO `wp_usermeta` VALUES (26562, 2564, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26563, 2564, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (26564, 2564, 'pmpro_baddress1', '2201 S. Parkridge St.') ; 
INSERT INTO `wp_usermeta` VALUES (26565, 2564, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (26566, 2564, 'pmpro_bcity', 'Wichita') ; 
INSERT INTO `wp_usermeta` VALUES (26567, 2564, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26568, 2564, 'pmpro_bzipcode', '67209-4268') ; 
INSERT INTO `wp_usermeta` VALUES (26569, 2565, 'pmpro_bfirstname', 'Thomas C.') ; 
INSERT INTO `wp_usermeta` VALUES (26570, 2565, 'pmpro_blastname', 'Roy') ; 
INSERT INTO `wp_usermeta` VALUES (26571, 2565, 'first_name', 'Thomas C.') ; 
INSERT INTO `wp_usermeta` VALUES (26572, 2565, 'last_name', 'Roy') ; 
INSERT INTO `wp_usermeta` VALUES (26573, 2565, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (26574, 2565, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (26575, 2565, 'pmpro_baddress1', '5000 Town Center  Ste. 2903') ; 
INSERT INTO `wp_usermeta` VALUES (26576, 2565, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (26577, 2565, 'pmpro_bcity', 'Southfield') ; 
INSERT INTO `wp_usermeta` VALUES (26578, 2565, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26579, 2565, 'pmpro_bzipcode', '48075-1118') ; 
INSERT INTO `wp_usermeta` VALUES (26580, 2566, 'pmpro_bfirstname', 'Thomas F. ') ; 
INSERT INTO `wp_usermeta` VALUES (26581, 2566, 'pmpro_blastname', 'Nawn') ; 
INSERT INTO `wp_usermeta` VALUES (26582, 2566, 'first_name', 'Thomas F. ') ; 
INSERT INTO `wp_usermeta` VALUES (26583, 2566, 'last_name', 'Nawn') ; 
INSERT INTO `wp_usermeta` VALUES (26584, 2566, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26585, 2566, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (26586, 2566, 'pmpro_baddress1', '55 Third Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (26587, 2566, 'pmpro_bcity', 'Oswego') ; 
INSERT INTO `wp_usermeta` VALUES (26588, 2566, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26589, 2566, 'pmpro_bzipcode', '13126-1801') ; 
INSERT INTO `wp_usermeta` VALUES (26590, 2567, 'pmpro_bfirstname', 'Thomas S. ') ; 
INSERT INTO `wp_usermeta` VALUES (26591, 2567, 'pmpro_blastname', 'Brown') ; 
INSERT INTO `wp_usermeta` VALUES (26592, 2567, 'first_name', 'Thomas S.') ; 
INSERT INTO `wp_usermeta` VALUES (26593, 2567, 'last_name', 'Brown') ; 
INSERT INTO `wp_usermeta` VALUES (26594, 2567, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26595, 2567, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (26596, 2567, 'pmpro_baddress1', '19460 Stansbury St.') ; 
INSERT INTO `wp_usermeta` VALUES (26597, 2567, 'pmpro_bcity', 'Detroit') ; 
INSERT INTO `wp_usermeta` VALUES (26598, 2567, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26599, 2567, 'pmpro_bzipcode', '48235') ; 
INSERT INTO `wp_usermeta` VALUES (26600, 2568, 'pmpro_bfirstname', 'Tiffany') ; 
INSERT INTO `wp_usermeta` VALUES (26601, 2568, 'pmpro_blastname', 'Mill') ; 
INSERT INTO `wp_usermeta` VALUES (26602, 2568, 'first_name', 'Tiffany') ; 
INSERT INTO `wp_usermeta` VALUES (26603, 2568, 'last_name', 'Mill') ; 
INSERT INTO `wp_usermeta` VALUES (26604, 2568, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26605, 2568, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (26606, 2568, 'pmpro_baddress1', '5682 Cole Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (26607, 2568, 'pmpro_bcity', 'Orchard Park') ; 
INSERT INTO `wp_usermeta` VALUES (26608, 2568, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26609, 2568, 'pmpro_bzipcode', '14127') ; 
INSERT INTO `wp_usermeta` VALUES (26610, 2569, 'pmpro_bfirstname', 'Tiffany') ; 
INSERT INTO `wp_usermeta` VALUES (26611, 2569, 'pmpro_blastname', 'DeMell') ; 
INSERT INTO `wp_usermeta` VALUES (26612, 2569, 'first_name', 'Tiffany') ; 
INSERT INTO `wp_usermeta` VALUES (26613, 2569, 'last_name', 'DeMell') ; 
INSERT INTO `wp_usermeta` VALUES (26614, 2569, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26615, 2569, 'pmpro_bstate', 'ME') ; 
INSERT INTO `wp_usermeta` VALUES (26616, 2569, 'pmpro_baddress1', '42 Murdock Drive - UC Box 181') ; 
INSERT INTO `wp_usermeta` VALUES (26617, 2569, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (26618, 2569, 'pmpro_bcity', 'Unity') ; 
INSERT INTO `wp_usermeta` VALUES (26619, 2569, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26620, 2569, 'pmpro_bzipcode', '04988') ; 
INSERT INTO `wp_usermeta` VALUES (26621, 2570, 'pmpro_bfirstname', 'Tiffany') ; 
INSERT INTO `wp_usermeta` VALUES (26622, 2570, 'pmpro_blastname', 'Chapman') ; 
INSERT INTO `wp_usermeta` VALUES (26623, 2570, 'first_name', 'Tiffany') ; 
INSERT INTO `wp_usermeta` VALUES (26624, 2570, 'last_name', 'Chapman') ; 
INSERT INTO `wp_usermeta` VALUES (26625, 2570, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (26626, 2570, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (26627, 2570, 'pmpro_baddress1', '2309 Whispering Maple Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (26628, 2570, 'pmpro_bcity', 'Orlando') ; 
INSERT INTO `wp_usermeta` VALUES (26629, 2570, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26630, 2570, 'pmpro_bzipcode', '32837') ; 
INSERT INTO `wp_usermeta` VALUES (26631, 2571, 'pmpro_bfirstname', 'Tiffany') ; 
INSERT INTO `wp_usermeta` VALUES (26632, 2571, 'pmpro_blastname', 'Pulera') ; 
INSERT INTO `wp_usermeta` VALUES (26633, 2571, 'first_name', 'Tiffany') ; 
INSERT INTO `wp_usermeta` VALUES (26634, 2571, 'last_name', 'Pierce') ; 
INSERT INTO `wp_usermeta` VALUES (26635, 2571, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (26636, 2571, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (26637, 2571, 'pmpro_baddress1', '1122 County Road D') ; 
INSERT INTO `wp_usermeta` VALUES (26638, 2571, 'pmpro_bcity', 'Glenwood City') ; 
INSERT INTO `wp_usermeta` VALUES (26639, 2571, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26640, 2571, 'pmpro_bzipcode', '54013') ; 
INSERT INTO `wp_usermeta` VALUES (26641, 2572, 'pmpro_bfirstname', 'Tiffany') ; 
INSERT INTO `wp_usermeta` VALUES (26642, 2572, 'pmpro_blastname', 'Wynn') ; 
INSERT INTO `wp_usermeta` VALUES (26643, 2572, 'first_name', 'Tiffany') ; 
INSERT INTO `wp_usermeta` VALUES (26644, 2572, 'last_name', 'Wynn') ; 
INSERT INTO `wp_usermeta` VALUES (26645, 2572, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26646, 2572, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (26647, 2572, 'pmpro_baddress1', '8676 Walutes Circle') ; 
INSERT INTO `wp_usermeta` VALUES (26648, 2572, 'pmpro_bcity', 'Alexandria') ; 
INSERT INTO `wp_usermeta` VALUES (26649, 2572, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26650, 2572, 'pmpro_bzipcode', '22309') ; 
INSERT INTO `wp_usermeta` VALUES (26651, 2573, 'pmpro_bfirstname', 'Tim') ; 
INSERT INTO `wp_usermeta` VALUES (26652, 2573, 'pmpro_blastname', 'McCaskie: Toronto Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (26653, 2573, 'first_name', 'Tim') ; 
INSERT INTO `wp_usermeta` VALUES (26654, 2573, 'last_name', 'McCaskie') ; 
INSERT INTO `wp_usermeta` VALUES (26655, 2573, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (26656, 2573, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (26657, 2573, 'pmpro_baddress1', '361A Old Finch Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (26658, 2573, 'pmpro_bcity', 'Scarborough') ; 
INSERT INTO `wp_usermeta` VALUES (26659, 2573, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (26660, 2573, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26661, 2573, 'pmpro_bzipcode', 'M1B 5K7') ; 
INSERT INTO `wp_usermeta` VALUES (26662, 2574, 'pmpro_bfirstname', 'Tim') ; 
INSERT INTO `wp_usermeta` VALUES (26663, 2574, 'pmpro_blastname', 'Tykolis') ; 
INSERT INTO `wp_usermeta` VALUES (26664, 2574, 'first_name', 'Tim') ; 
INSERT INTO `wp_usermeta` VALUES (26665, 2574, 'last_name', 'Tykolis') ; 
INSERT INTO `wp_usermeta` VALUES (26666, 2574, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (26667, 2574, 'pmpro_bstate', 'Ont.') ; 
INSERT INTO `wp_usermeta` VALUES (26668, 2574, 'pmpro_baddress1', '2821 Stevensville Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (26669, 2574, 'pmpro_bcity', 'Stevensville') ; 
INSERT INTO `wp_usermeta` VALUES (26670, 2574, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26671, 2574, 'pmpro_bzipcode', 'L0S 1S0') ; 
INSERT INTO `wp_usermeta` VALUES (26672, 2575, 'pmpro_bfirstname', 'Tim') ; 
INSERT INTO `wp_usermeta` VALUES (26673, 2575, 'pmpro_blastname', 'Moeser') ; 
INSERT INTO `wp_usermeta` VALUES (26674, 2575, 'first_name', 'Tim') ; 
INSERT INTO `wp_usermeta` VALUES (26675, 2575, 'last_name', 'Moeser') ; 
INSERT INTO `wp_usermeta` VALUES (26676, 2575, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26677, 2575, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (26678, 2575, 'pmpro_baddress1', '8426 S. 77th Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (26679, 2575, 'pmpro_bcity', 'Bridgeview') ; 
INSERT INTO `wp_usermeta` VALUES (26680, 2575, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26681, 2575, 'pmpro_bzipcode', '60455') ; 
INSERT INTO `wp_usermeta` VALUES (26682, 2576, 'pmpro_bfirstname', 'Tim') ; 
INSERT INTO `wp_usermeta` VALUES (26683, 2576, 'pmpro_blastname', 'Lawrence') ; 
INSERT INTO `wp_usermeta` VALUES (26684, 2576, 'first_name', 'Tim') ; 
INSERT INTO `wp_usermeta` VALUES (26685, 2576, 'last_name', 'Lawrence') ; 
INSERT INTO `wp_usermeta` VALUES (26686, 2576, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26687, 2576, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (26688, 2576, 'pmpro_baddress1', '7215 NE 156th St.') ; 
INSERT INTO `wp_usermeta` VALUES (26689, 2576, 'pmpro_bcity', 'Kenmore') ; 
INSERT INTO `wp_usermeta` VALUES (26690, 2576, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26691, 2576, 'pmpro_bzipcode', '98028') ; 
INSERT INTO `wp_usermeta` VALUES (26692, 2577, 'pmpro_bfirstname', 'Timothy') ; 
INSERT INTO `wp_usermeta` VALUES (26693, 2577, 'pmpro_blastname', 'Burkey') ; 
INSERT INTO `wp_usermeta` VALUES (26694, 2577, 'first_name', 'Timothy') ; 
INSERT INTO `wp_usermeta` VALUES (26695, 2577, 'last_name', 'Burkey') ; 
INSERT INTO `wp_usermeta` VALUES (26696, 2577, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26697, 2577, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (26698, 2577, 'pmpro_baddress1', '6966 W. Grand River Avenue') ; 
INSERT INTO `wp_usermeta` VALUES (26699, 2577, 'pmpro_bcity', 'Lansing') ; 
INSERT INTO `wp_usermeta` VALUES (26700, 2577, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26701, 2577, 'pmpro_bzipcode', '48906') ; 
INSERT INTO `wp_usermeta` VALUES (26702, 2578, 'pmpro_bfirstname', 'Timothy') ; 
INSERT INTO `wp_usermeta` VALUES (26703, 2578, 'pmpro_blastname', 'Psaledakis') ; 
INSERT INTO `wp_usermeta` VALUES (26704, 2578, 'first_name', 'Timothy') ; 
INSERT INTO `wp_usermeta` VALUES (26705, 2578, 'last_name', 'Psaledakis') ; 
INSERT INTO `wp_usermeta` VALUES (26706, 2578, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26707, 2578, 'pmpro_bstate', 'NH') ; 
INSERT INTO `wp_usermeta` VALUES (26708, 2578, 'pmpro_baddress1', '9 Maple St.') ; 
INSERT INTO `wp_usermeta` VALUES (26709, 2578, 'pmpro_bcity', 'N. Conway') ; 
INSERT INTO `wp_usermeta` VALUES (26710, 2578, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26711, 2578, 'pmpro_bzipcode', '3860') ; 
INSERT INTO `wp_usermeta` VALUES (26712, 2579, 'pmpro_bfirstname', 'Tina') ; 
INSERT INTO `wp_usermeta` VALUES (26713, 2579, 'pmpro_blastname', 'Vega') ; 
INSERT INTO `wp_usermeta` VALUES (26714, 2579, 'first_name', 'Tina') ; 
INSERT INTO `wp_usermeta` VALUES (26715, 2579, 'last_name', 'Vega') ; 
INSERT INTO `wp_usermeta` VALUES (26716, 2579, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26717, 2579, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (26718, 2579, 'pmpro_baddress1', '15628 Ridgeway Avenue') ; 
INSERT INTO `wp_usermeta` VALUES (26719, 2579, 'pmpro_bcity', 'Markham') ; 
INSERT INTO `wp_usermeta` VALUES (26720, 2579, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26721, 2579, 'pmpro_bzipcode', '60428') ; 
INSERT INTO `wp_usermeta` VALUES (26722, 2580, 'pmpro_bfirstname', 'Tina') ; 
INSERT INTO `wp_usermeta` VALUES (26723, 2580, 'pmpro_blastname', 'Carpenter') ; 
INSERT INTO `wp_usermeta` VALUES (26724, 2580, 'first_name', 'Tina') ; 
INSERT INTO `wp_usermeta` VALUES (26725, 2580, 'last_name', 'Carpenter') ; 
INSERT INTO `wp_usermeta` VALUES (26726, 2580, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26727, 2580, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (26728, 2580, 'pmpro_baddress1', '1710 Timber Creek Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (26729, 2580, 'pmpro_bcity', 'Missouri City') ; 
INSERT INTO `wp_usermeta` VALUES (26730, 2580, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26731, 2580, 'pmpro_bzipcode', '77459') ; 
INSERT INTO `wp_usermeta` VALUES (26732, 2581, 'pmpro_bfirstname', 'Tina') ; 
INSERT INTO `wp_usermeta` VALUES (26733, 2581, 'pmpro_blastname', 'Hutchison') ; 
INSERT INTO `wp_usermeta` VALUES (26734, 2581, 'first_name', 'Tina') ; 
INSERT INTO `wp_usermeta` VALUES (26735, 2581, 'last_name', 'Hutchison') ; 
INSERT INTO `wp_usermeta` VALUES (26736, 2581, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (26737, 2581, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (26738, 2581, 'pmpro_baddress1', '21 Concord Creek Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (26739, 2581, 'pmpro_bcity', 'Glen Mills') ; 
INSERT INTO `wp_usermeta` VALUES (26740, 2581, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26741, 2581, 'pmpro_bzipcode', '19342') ; 
INSERT INTO `wp_usermeta` VALUES (26742, 2582, 'pmpro_bfirstname', 'T\'Noya') ; 
INSERT INTO `wp_usermeta` VALUES (26743, 2582, 'pmpro_blastname', 'Gonzales') ; 
INSERT INTO `wp_usermeta` VALUES (26744, 2582, 'first_name', 'T\\\'Noya') ; 
INSERT INTO `wp_usermeta` VALUES (26745, 2582, 'last_name', 'Gonzales') ; 
INSERT INTO `wp_usermeta` VALUES (26746, 2582, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (26747, 2582, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (26748, 2582, 'pmpro_baddress1', '392 Henry St.') ; 
INSERT INTO `wp_usermeta` VALUES (26749, 2582, 'pmpro_bcity', 'Alvin') ; 
INSERT INTO `wp_usermeta` VALUES (26750, 2582, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26751, 2582, 'pmpro_bzipcode', '77511') ; 
INSERT INTO `wp_usermeta` VALUES (26752, 2583, 'pmpro_bfirstname', 'Toby') ; 
INSERT INTO `wp_usermeta` VALUES (26753, 2583, 'pmpro_blastname', 'Driscoll') ; 
INSERT INTO `wp_usermeta` VALUES (26754, 2583, 'first_name', 'Toby') ; 
INSERT INTO `wp_usermeta` VALUES (26755, 2583, 'last_name', 'Driscoll') ; 
INSERT INTO `wp_usermeta` VALUES (26756, 2583, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26757, 2583, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (26758, 2583, 'pmpro_baddress1', '610 Harvard Ave. #403') ; 
INSERT INTO `wp_usermeta` VALUES (26759, 2583, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (26760, 2583, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (26761, 2583, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26762, 2583, 'pmpro_bzipcode', '98102') ; 
INSERT INTO `wp_usermeta` VALUES (26763, 2584, 'pmpro_bfirstname', 'Tom') ; 
INSERT INTO `wp_usermeta` VALUES (26764, 2584, 'pmpro_blastname', 'Richter') ; 
INSERT INTO `wp_usermeta` VALUES (26765, 2584, 'first_name', 'Tom') ; 
INSERT INTO `wp_usermeta` VALUES (26766, 2584, 'last_name', 'Richter') ; 
INSERT INTO `wp_usermeta` VALUES (26767, 2584, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26768, 2584, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (26769, 2584, 'pmpro_baddress1', '4388 Mason St.') ; 
INSERT INTO `wp_usermeta` VALUES (26770, 2584, 'pmpro_bcity', 'Omaha') ; 
INSERT INTO `wp_usermeta` VALUES (26771, 2584, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26772, 2584, 'pmpro_bzipcode', '68105-1730') ; 
INSERT INTO `wp_usermeta` VALUES (26773, 2585, 'pmpro_bfirstname', 'Tom') ; 
INSERT INTO `wp_usermeta` VALUES (26774, 2585, 'pmpro_blastname', 'Dillenbeck') ; 
INSERT INTO `wp_usermeta` VALUES (26775, 2585, 'first_name', 'Tom') ; 
INSERT INTO `wp_usermeta` VALUES (26776, 2585, 'last_name', 'Dillenbeck') ; 
INSERT INTO `wp_usermeta` VALUES (26777, 2585, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (26778, 2585, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (26779, 2585, 'pmpro_baddress1', '240 Westridge Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (26780, 2585, 'pmpro_bcity', 'Davenport') ; 
INSERT INTO `wp_usermeta` VALUES (26781, 2585, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26782, 2585, 'pmpro_bzipcode', '33837') ; 
INSERT INTO `wp_usermeta` VALUES (26783, 2586, 'pmpro_bfirstname', 'Tom') ; 
INSERT INTO `wp_usermeta` VALUES (26784, 2586, 'pmpro_blastname', 'Mintun') ; 
INSERT INTO `wp_usermeta` VALUES (26785, 2586, 'first_name', 'Tom') ; 
INSERT INTO `wp_usermeta` VALUES (26786, 2586, 'last_name', 'Mintun') ; 
INSERT INTO `wp_usermeta` VALUES (26787, 2586, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26788, 2586, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (26789, 2586, 'pmpro_baddress1', 'P.O. Box 953') ; 
INSERT INTO `wp_usermeta` VALUES (26790, 2586, 'pmpro_bcity', 'Nipomo') ; 
INSERT INTO `wp_usermeta` VALUES (26791, 2586, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26792, 2586, 'pmpro_bzipcode', '93444') ; 
INSERT INTO `wp_usermeta` VALUES (26793, 2587, 'pmpro_bfirstname', 'Tom') ; 
INSERT INTO `wp_usermeta` VALUES (26794, 2587, 'pmpro_blastname', 'Hathaway') ; 
INSERT INTO `wp_usermeta` VALUES (26795, 2587, 'first_name', 'Tom') ; 
INSERT INTO `wp_usermeta` VALUES (26796, 2587, 'last_name', 'Hathaway') ; 
INSERT INTO `wp_usermeta` VALUES (26797, 2587, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26798, 2587, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (26799, 2587, 'pmpro_baddress1', '3333 Emerson') ; 
INSERT INTO `wp_usermeta` VALUES (26800, 2587, 'pmpro_bcity', 'Evanston') ; 
INSERT INTO `wp_usermeta` VALUES (26801, 2587, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26802, 2587, 'pmpro_bzipcode', '60203') ; 
INSERT INTO `wp_usermeta` VALUES (26803, 2588, 'pmpro_bfirstname', 'Tommie') ; 
INSERT INTO `wp_usermeta` VALUES (26804, 2588, 'pmpro_blastname', 'Huffman') ; 
INSERT INTO `wp_usermeta` VALUES (26805, 2588, 'first_name', 'Tommie') ; 
INSERT INTO `wp_usermeta` VALUES (26806, 2588, 'last_name', 'Huffman') ; 
INSERT INTO `wp_usermeta` VALUES (26807, 2588, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26808, 2588, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (26809, 2588, 'pmpro_baddress1', '2501 Louis Henna Blvd Apt 312') ; 
INSERT INTO `wp_usermeta` VALUES (26810, 2588, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (26811, 2588, 'pmpro_bcity', 'Round Rock') ; 
INSERT INTO `wp_usermeta` VALUES (26812, 2588, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26813, 2588, 'pmpro_bzipcode', '78664-5749') ; 
INSERT INTO `wp_usermeta` VALUES (26814, 2589, 'pmpro_bfirstname', 'Toni') ; 
INSERT INTO `wp_usermeta` VALUES (26815, 2589, 'pmpro_blastname', 'Rife') ; 
INSERT INTO `wp_usermeta` VALUES (26816, 2589, 'first_name', 'Toni') ; 
INSERT INTO `wp_usermeta` VALUES (26817, 2589, 'last_name', 'Rife') ; 
INSERT INTO `wp_usermeta` VALUES (26818, 2589, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26819, 2589, 'pmpro_bstate', 'OK') ; 
INSERT INTO `wp_usermeta` VALUES (26820, 2589, 'pmpro_baddress1', '7701 NW 26th St.') ; 
INSERT INTO `wp_usermeta` VALUES (26821, 2589, 'pmpro_bcity', 'Bethany') ; 
INSERT INTO `wp_usermeta` VALUES (26822, 2589, 'pmpro_bzipcode', '73008') ; 
INSERT INTO `wp_usermeta` VALUES (26823, 2590, 'pmpro_bfirstname', 'Toni') ; 
INSERT INTO `wp_usermeta` VALUES (26824, 2590, 'pmpro_blastname', 'Piccolotti') ; 
INSERT INTO `wp_usermeta` VALUES (26825, 2590, 'first_name', 'Toni') ; 
INSERT INTO `wp_usermeta` VALUES (26826, 2590, 'last_name', 'Piccolotti') ; 
INSERT INTO `wp_usermeta` VALUES (26827, 2590, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26828, 2590, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (26829, 2590, 'pmpro_baddress1', '6022 Horseshoe Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (26830, 2590, 'pmpro_bcity', 'Jacksonville') ; 
INSERT INTO `wp_usermeta` VALUES (26831, 2590, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26832, 2590, 'pmpro_bzipcode', '32254') ; 
INSERT INTO `wp_usermeta` VALUES (26833, 2591, 'pmpro_bfirstname', 'Toni') ; 
INSERT INTO `wp_usermeta` VALUES (26834, 2591, 'pmpro_blastname', 'Godwin Sells') ; 
INSERT INTO `wp_usermeta` VALUES (26835, 2591, 'first_name', 'Toni') ; 
INSERT INTO `wp_usermeta` VALUES (26836, 2591, 'last_name', 'Godwin Sells') ; 
INSERT INTO `wp_usermeta` VALUES (26837, 2591, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26838, 2591, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (26839, 2591, 'pmpro_baddress1', '601 N. 59th St.') ; 
INSERT INTO `wp_usermeta` VALUES (26840, 2591, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (26841, 2591, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (26842, 2591, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26843, 2591, 'pmpro_bzipcode', '98127') ; 
INSERT INTO `wp_usermeta` VALUES (26844, 2592, 'pmpro_bfirstname', 'Tony') ; 
INSERT INTO `wp_usermeta` VALUES (26845, 2592, 'pmpro_blastname', 'Bright') ; 
INSERT INTO `wp_usermeta` VALUES (26846, 2592, 'first_name', 'Tony') ; 
INSERT INTO `wp_usermeta` VALUES (26847, 2592, 'last_name', 'Bright') ; 
INSERT INTO `wp_usermeta` VALUES (26848, 2592, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26849, 2592, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (26850, 2592, 'pmpro_baddress1', '3425 Hwy. 11E') ; 
INSERT INTO `wp_usermeta` VALUES (26851, 2592, 'pmpro_bcity', 'Limestone') ; 
INSERT INTO `wp_usermeta` VALUES (26852, 2592, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26853, 2592, 'pmpro_bzipcode', '37681') ; 
INSERT INTO `wp_usermeta` VALUES (26854, 2593, 'pmpro_bfirstname', 'Topeka') ; 
INSERT INTO `wp_usermeta` VALUES (26855, 2593, 'pmpro_blastname', 'Zoo Library') ; 
INSERT INTO `wp_usermeta` VALUES (26856, 2593, 'first_name', 'Topeka') ; 
INSERT INTO `wp_usermeta` VALUES (26857, 2593, 'last_name', 'Zoo Library') ; 
INSERT INTO `wp_usermeta` VALUES (26858, 2593, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26859, 2593, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (26860, 2593, 'pmpro_baddress1', '635 Gage Blvd.') ; 
INSERT INTO `wp_usermeta` VALUES (26861, 2593, 'pmpro_bcity', 'Topeka') ; 
INSERT INTO `wp_usermeta` VALUES (26862, 2593, 'uxf_organization', 'Topeka Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (26863, 2593, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26864, 2593, 'pmpro_bzipcode', '66606') ; 
INSERT INTO `wp_usermeta` VALUES (26865, 2594, 'pmpro_bfirstname', 'Victoria') ; 
INSERT INTO `wp_usermeta` VALUES (26866, 2594, 'pmpro_blastname', 'Bonner') ; 
INSERT INTO `wp_usermeta` VALUES (26867, 2594, 'first_name', 'Tori') ; 
INSERT INTO `wp_usermeta` VALUES (26868, 2594, 'last_name', 'Bonner') ; 
INSERT INTO `wp_usermeta` VALUES (26869, 2594, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26870, 2594, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (26871, 2594, 'pmpro_baddress1', '8 Buck Run Road') ; 
INSERT INTO `wp_usermeta` VALUES (26872, 2594, 'pmpro_bcity', 'Thornton') ; 
INSERT INTO `wp_usermeta` VALUES (26873, 2594, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (26874, 2594, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26875, 2594, 'pmpro_bzipcode', '19373') ; 
INSERT INTO `wp_usermeta` VALUES (26876, 2595, 'pmpro_bfirstname', 'Torree') ; 
INSERT INTO `wp_usermeta` VALUES (26877, 2595, 'pmpro_blastname', 'Prosser') ; 
INSERT INTO `wp_usermeta` VALUES (26878, 2595, 'first_name', 'Torree') ; 
INSERT INTO `wp_usermeta` VALUES (26879, 2595, 'last_name', 'Prosser') ; 
INSERT INTO `wp_usermeta` VALUES (26880, 2595, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26881, 2595, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (26882, 2595, 'pmpro_baddress1', '4204 County Road 35') ; 
INSERT INTO `wp_usermeta` VALUES (26883, 2595, 'pmpro_bcity', 'Auburn') ; 
INSERT INTO `wp_usermeta` VALUES (26884, 2595, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26885, 2595, 'pmpro_bzipcode', '46706') ; 
INSERT INTO `wp_usermeta` VALUES (26886, 2596, 'pmpro_bfirstname', 'Tracey') ; 
INSERT INTO `wp_usermeta` VALUES (26887, 2596, 'pmpro_blastname', 'Dowllar') ; 
INSERT INTO `wp_usermeta` VALUES (26888, 2596, 'first_name', 'Tracey') ; 
INSERT INTO `wp_usermeta` VALUES (26889, 2596, 'last_name', 'Dowllar') ; 
INSERT INTO `wp_usermeta` VALUES (26890, 2596, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26891, 2596, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (26892, 2596, 'pmpro_baddress1', '503 Burberry Ln.') ; 
INSERT INTO `wp_usermeta` VALUES (26893, 2596, 'pmpro_bcity', 'Rochester') ; 
INSERT INTO `wp_usermeta` VALUES (26894, 2596, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26895, 2596, 'pmpro_bzipcode', '62563-9490') ; 
INSERT INTO `wp_usermeta` VALUES (26896, 2597, 'pmpro_bfirstname', 'Traci') ; 
INSERT INTO `wp_usermeta` VALUES (26897, 2597, 'pmpro_blastname', 'Nolan') ; 
INSERT INTO `wp_usermeta` VALUES (26898, 2597, 'first_name', 'Traci') ; 
INSERT INTO `wp_usermeta` VALUES (26899, 2597, 'last_name', 'Nolan') ; 
INSERT INTO `wp_usermeta` VALUES (26900, 2597, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26901, 2597, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (26902, 2597, 'pmpro_baddress1', '2436 Sommers Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (26903, 2597, 'pmpro_bcity', 'Madison') ; 
INSERT INTO `wp_usermeta` VALUES (26904, 2597, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26905, 2597, 'pmpro_bzipcode', '53704') ; 
INSERT INTO `wp_usermeta` VALUES (26906, 2598, 'pmpro_bfirstname', 'Traci') ; 
INSERT INTO `wp_usermeta` VALUES (26907, 2598, 'pmpro_blastname', 'Backus') ; 
INSERT INTO `wp_usermeta` VALUES (26908, 2598, 'first_name', 'Traci') ; 
INSERT INTO `wp_usermeta` VALUES (26909, 2598, 'last_name', 'Backus') ; 
INSERT INTO `wp_usermeta` VALUES (26910, 2598, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26911, 2598, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (26912, 2598, 'pmpro_baddress1', '4961 Haverhill Commons Cir. Apt 12') ; 
INSERT INTO `wp_usermeta` VALUES (26913, 2598, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (26914, 2598, 'pmpro_bcity', 'W. Palm Beach') ; 
INSERT INTO `wp_usermeta` VALUES (26915, 2598, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26916, 2598, 'pmpro_bzipcode', '33417') ; 
INSERT INTO `wp_usermeta` VALUES (26917, 2599, 'pmpro_bfirstname', 'Tracy') ; 
INSERT INTO `wp_usermeta` VALUES (26918, 2599, 'pmpro_blastname', 'Parks') ; 
INSERT INTO `wp_usermeta` VALUES (26919, 2599, 'first_name', 'Tracy') ; 
INSERT INTO `wp_usermeta` VALUES (26920, 2599, 'last_name', 'Parks') ; 
INSERT INTO `wp_usermeta` VALUES (26921, 2599, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (26922, 2599, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (26923, 2599, 'pmpro_baddress1', '281 King Edward St.') ; 
INSERT INTO `wp_usermeta` VALUES (26924, 2599, 'pmpro_bcity', 'Winnipeg') ; 
INSERT INTO `wp_usermeta` VALUES (26925, 2599, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26926, 2599, 'pmpro_bzipcode', 'R3J 1L4') ; 
INSERT INTO `wp_usermeta` VALUES (26927, 2600, 'pmpro_bfirstname', 'Tracy') ; 
INSERT INTO `wp_usermeta` VALUES (26928, 2600, 'pmpro_blastname', 'Fenn') ; 
INSERT INTO `wp_usermeta` VALUES (26929, 2600, 'first_name', 'Tracy') ; 
INSERT INTO `wp_usermeta` VALUES (26930, 2600, 'last_name', 'Fenn') ; 
INSERT INTO `wp_usermeta` VALUES (26931, 2600, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26932, 2600, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (26933, 2600, 'pmpro_baddress1', '8025 Concord Blvd.') ; 
INSERT INTO `wp_usermeta` VALUES (26934, 2600, 'pmpro_bcity', 'Jacksonville') ; 
INSERT INTO `wp_usermeta` VALUES (26935, 2600, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26936, 2600, 'pmpro_bzipcode', '32218') ; 
INSERT INTO `wp_usermeta` VALUES (26937, 2601, 'pmpro_bfirstname', 'Tracy') ; 
INSERT INTO `wp_usermeta` VALUES (26938, 2601, 'pmpro_blastname', 'Ling') ; 
INSERT INTO `wp_usermeta` VALUES (26939, 2601, 'first_name', 'Tracy') ; 
INSERT INTO `wp_usermeta` VALUES (26940, 2601, 'last_name', 'Ling') ; 
INSERT INTO `wp_usermeta` VALUES (26941, 2601, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26942, 2601, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (26943, 2601, 'pmpro_baddress1', '1319 5th Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (26944, 2601, 'pmpro_baddress2', 'Apt 3') ; 
INSERT INTO `wp_usermeta` VALUES (26945, 2601, 'pmpro_bcity', 'San Francisco') ; 
INSERT INTO `wp_usermeta` VALUES (26946, 2601, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26947, 2601, 'pmpro_bzipcode', '94122') ; 
INSERT INTO `wp_usermeta` VALUES (26948, 2602, 'pmpro_bfirstname', 'Tracy') ; 
INSERT INTO `wp_usermeta` VALUES (26949, 2602, 'pmpro_blastname', 'Divis') ; 
INSERT INTO `wp_usermeta` VALUES (26950, 2602, 'first_name', 'Tracy') ; 
INSERT INTO `wp_usermeta` VALUES (26951, 2602, 'last_name', 'Divis') ; 
INSERT INTO `wp_usermeta` VALUES (26952, 2602, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (26953, 2602, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (26954, 2602, 'pmpro_baddress1', '6401 E. 113th St.') ; 
INSERT INTO `wp_usermeta` VALUES (26955, 2602, 'pmpro_bcity', 'Kansas City') ; 
INSERT INTO `wp_usermeta` VALUES (26956, 2602, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26957, 2602, 'pmpro_bzipcode', '64134-3102') ; 
INSERT INTO `wp_usermeta` VALUES (26958, 2603, 'pmpro_bfirstname', 'Tracy') ; 
INSERT INTO `wp_usermeta` VALUES (26959, 2603, 'pmpro_blastname', 'Rein') ; 
INSERT INTO `wp_usermeta` VALUES (26960, 2603, 'first_name', 'Tracy') ; 
INSERT INTO `wp_usermeta` VALUES (26961, 2603, 'last_name', 'Rein') ; 
INSERT INTO `wp_usermeta` VALUES (26962, 2603, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (26963, 2603, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (26964, 2603, 'pmpro_baddress1', '3057 Meramar Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (26965, 2603, 'pmpro_bcity', 'St. Louis') ; 
INSERT INTO `wp_usermeta` VALUES (26966, 2603, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26967, 2603, 'pmpro_bzipcode', '63129') ; 
INSERT INTO `wp_usermeta` VALUES (26968, 2604, 'pmpro_bfirstname', 'Tracy') ; 
INSERT INTO `wp_usermeta` VALUES (26969, 2604, 'pmpro_blastname', 'Boerner') ; 
INSERT INTO `wp_usermeta` VALUES (26970, 2604, 'first_name', 'Tracy') ; 
INSERT INTO `wp_usermeta` VALUES (26971, 2604, 'last_name', 'Boerner') ; 
INSERT INTO `wp_usermeta` VALUES (26972, 2604, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26973, 2604, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (26974, 2604, 'pmpro_baddress1', '834 S. Lehigh Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (26975, 2604, 'pmpro_bcity', 'Tucson') ; 
INSERT INTO `wp_usermeta` VALUES (26976, 2604, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26977, 2604, 'pmpro_bzipcode', '85710-4741') ; 
INSERT INTO `wp_usermeta` VALUES (26978, 2605, 'pmpro_bfirstname', 'Tracy') ; 
INSERT INTO `wp_usermeta` VALUES (26979, 2605, 'pmpro_blastname', 'Campbell') ; 
INSERT INTO `wp_usermeta` VALUES (26980, 2605, 'first_name', 'Tracy') ; 
INSERT INTO `wp_usermeta` VALUES (26981, 2605, 'last_name', 'Campbell') ; 
INSERT INTO `wp_usermeta` VALUES (26982, 2605, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (26983, 2605, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (26984, 2605, 'pmpro_baddress1', '1502 W. Warren Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (26985, 2605, 'pmpro_bcity', 'Ozark') ; 
INSERT INTO `wp_usermeta` VALUES (26986, 2605, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26987, 2605, 'pmpro_bzipcode', '65721-8812') ; 
INSERT INTO `wp_usermeta` VALUES (26988, 2606, 'pmpro_bfirstname', 'Tracy') ; 
INSERT INTO `wp_usermeta` VALUES (26989, 2606, 'pmpro_blastname', 'Mohr') ; 
INSERT INTO `wp_usermeta` VALUES (26990, 2606, 'first_name', 'Tracy') ; 
INSERT INTO `wp_usermeta` VALUES (26991, 2606, 'last_name', 'Mohr') ; 
INSERT INTO `wp_usermeta` VALUES (26992, 2606, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (26993, 2606, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (26994, 2606, 'pmpro_baddress1', '6633 Vega Drive') ; 
INSERT INTO `wp_usermeta` VALUES (26995, 2606, 'pmpro_bcity', 'Ft. Worth') ; 
INSERT INTO `wp_usermeta` VALUES (26996, 2606, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (26997, 2606, 'pmpro_bzipcode', '76133-5625') ; 
INSERT INTO `wp_usermeta` VALUES (26998, 2607, 'pmpro_bfirstname', 'Tracy A.') ; 
INSERT INTO `wp_usermeta` VALUES (26999, 2607, 'pmpro_blastname', 'Unger') ; 
INSERT INTO `wp_usermeta` VALUES (27000, 2607, 'first_name', 'Tracy A.') ; 
INSERT INTO `wp_usermeta` VALUES (27001, 2607, 'last_name', 'Unger') ; 
INSERT INTO `wp_usermeta` VALUES (27002, 2607, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27003, 2607, 'pmpro_bstate', 'KY') ; 
INSERT INTO `wp_usermeta` VALUES (27004, 2607, 'pmpro_baddress1', '3502 Viewpointe Dr.    Apt 1') ; 
INSERT INTO `wp_usermeta` VALUES (27005, 2607, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (27006, 2607, 'pmpro_bcity', 'Louisville') ; 
INSERT INTO `wp_usermeta` VALUES (27007, 2607, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27008, 2607, 'pmpro_bzipcode', '40299') ; 
INSERT INTO `wp_usermeta` VALUES (27009, 2608, 'pmpro_bfirstname', 'Tran') ; 
INSERT INTO `wp_usermeta` VALUES (27010, 2608, 'pmpro_blastname', 'Asprodites') ; 
INSERT INTO `wp_usermeta` VALUES (27011, 2608, 'first_name', 'Tran') ; 
INSERT INTO `wp_usermeta` VALUES (27012, 2608, 'last_name', 'Asprodites') ; 
INSERT INTO `wp_usermeta` VALUES (27013, 2608, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27014, 2608, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (27015, 2608, 'pmpro_baddress1', 'P.O. Box 4327') ; 
INSERT INTO `wp_usermeta` VALUES (27016, 2608, 'pmpro_bcity', 'New Orleans') ; 
INSERT INTO `wp_usermeta` VALUES (27017, 2608, 'uxf_organization', 'Association of Zoo Horticulture') ; 
INSERT INTO `wp_usermeta` VALUES (27018, 2608, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27019, 2608, 'pmpro_bzipcode', '70178') ; 
INSERT INTO `wp_usermeta` VALUES (27020, 2609, 'pmpro_bfirstname', 'Travis') ; 
INSERT INTO `wp_usermeta` VALUES (27021, 2609, 'pmpro_blastname', 'Wickersham') ; 
INSERT INTO `wp_usermeta` VALUES (27022, 2609, 'first_name', 'Travis') ; 
INSERT INTO `wp_usermeta` VALUES (27023, 2609, 'last_name', 'Wickersham') ; 
INSERT INTO `wp_usermeta` VALUES (27024, 2609, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27025, 2609, 'pmpro_bstate', 'IA') ; 
INSERT INTO `wp_usermeta` VALUES (27026, 2609, 'pmpro_baddress1', '1600 W. Clinton Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (27027, 2609, 'pmpro_bcity', 'Indianola') ; 
INSERT INTO `wp_usermeta` VALUES (27028, 2609, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27029, 2609, 'pmpro_bzipcode', '50125') ; 
INSERT INTO `wp_usermeta` VALUES (27030, 2610, 'pmpro_bfirstname', 'Trent') ; 
INSERT INTO `wp_usermeta` VALUES (27031, 2610, 'pmpro_blastname', 'Meier') ; 
INSERT INTO `wp_usermeta` VALUES (27032, 2610, 'first_name', 'Trent') ; 
INSERT INTO `wp_usermeta` VALUES (27033, 2610, 'last_name', 'Meier') ; 
INSERT INTO `wp_usermeta` VALUES (27034, 2610, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27035, 2610, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (27036, 2610, 'pmpro_baddress1', 'N63 W14638 Ash Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (27037, 2610, 'pmpro_bcity', 'Menomonee Falls') ; 
INSERT INTO `wp_usermeta` VALUES (27038, 2610, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27039, 2610, 'pmpro_bzipcode', '53051') ; 
INSERT INTO `wp_usermeta` VALUES (27040, 2611, 'pmpro_bfirstname', 'Trevor') ; 
INSERT INTO `wp_usermeta` VALUES (27041, 2611, 'pmpro_blastname', 'Mitchell') ; 
INSERT INTO `wp_usermeta` VALUES (27042, 2611, 'first_name', 'Trevor') ; 
INSERT INTO `wp_usermeta` VALUES (27043, 2611, 'last_name', 'Mitchell') ; 
INSERT INTO `wp_usermeta` VALUES (27044, 2611, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27045, 2611, 'pmpro_bstate', 'TN') ; 
INSERT INTO `wp_usermeta` VALUES (27046, 2611, 'pmpro_baddress1', '3425 Hwy. 11E') ; 
INSERT INTO `wp_usermeta` VALUES (27047, 2611, 'pmpro_bcity', 'Limestone') ; 
INSERT INTO `wp_usermeta` VALUES (27048, 2611, 'uxf_organization', 'Brights Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (27049, 2611, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27050, 2611, 'pmpro_bzipcode', '37681') ; 
INSERT INTO `wp_usermeta` VALUES (27051, 2612, 'pmpro_bfirstname', 'Trisha') ; 
INSERT INTO `wp_usermeta` VALUES (27052, 2612, 'pmpro_blastname', 'Cheever') ; 
INSERT INTO `wp_usermeta` VALUES (27053, 2612, 'first_name', 'Trisha') ; 
INSERT INTO `wp_usermeta` VALUES (27054, 2612, 'last_name', 'Cheever') ; 
INSERT INTO `wp_usermeta` VALUES (27055, 2612, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27056, 2612, 'pmpro_bstate', 'NH') ; 
INSERT INTO `wp_usermeta` VALUES (27057, 2612, 'pmpro_baddress1', '115 Swain Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (27058, 2612, 'pmpro_bcity', 'Barrington') ; 
INSERT INTO `wp_usermeta` VALUES (27059, 2612, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27060, 2612, 'pmpro_bzipcode', '3825') ; 
INSERT INTO `wp_usermeta` VALUES (27061, 2613, 'pmpro_bfirstname', 'Trisha') ; 
INSERT INTO `wp_usermeta` VALUES (27062, 2613, 'pmpro_blastname', 'Haddad') ; 
INSERT INTO `wp_usermeta` VALUES (27063, 2613, 'first_name', 'Trisha') ; 
INSERT INTO `wp_usermeta` VALUES (27064, 2613, 'last_name', 'Haddad') ; 
INSERT INTO `wp_usermeta` VALUES (27065, 2613, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27066, 2613, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (27067, 2613, 'pmpro_baddress1', '219 Sunshine Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (27068, 2613, 'pmpro_bcity', 'Pacifica') ; 
INSERT INTO `wp_usermeta` VALUES (27069, 2613, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27070, 2613, 'pmpro_bzipcode', '94044') ; 
INSERT INTO `wp_usermeta` VALUES (10835192, 659633, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (10835191, 659633, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (10835190, 659633, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (10835189, 659633, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (10835188, 659633, 'nickname', 'candisia23') ; 
INSERT INTO `wp_usermeta` VALUES (10835187, 659633, 'last_name', 'Malcolm') ; 
INSERT INTO `wp_usermeta` VALUES (10835186, 659633, 'first_name', 'Candis') ; 
INSERT INTO `wp_usermeta` VALUES (10835185, 184, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (27081, 2615, 'pmpro_bfirstname', 'Troy') ; 
INSERT INTO `wp_usermeta` VALUES (27082, 2615, 'pmpro_blastname', 'Wilson') ; 
INSERT INTO `wp_usermeta` VALUES (27083, 2615, 'first_name', 'Troy') ; 
INSERT INTO `wp_usermeta` VALUES (27084, 2615, 'last_name', 'Wilson') ; 
INSERT INTO `wp_usermeta` VALUES (27085, 2615, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27086, 2615, 'pmpro_bstate', 'OK') ; 
INSERT INTO `wp_usermeta` VALUES (27087, 2615, 'pmpro_baddress1', '994 E. 61st St. Apt 30') ; 
INSERT INTO `wp_usermeta` VALUES (27088, 2615, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (27089, 2615, 'pmpro_bcity', 'Tulsa') ; 
INSERT INTO `wp_usermeta` VALUES (27090, 2615, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27091, 2615, 'pmpro_bzipcode', '74136') ; 
INSERT INTO `wp_usermeta` VALUES (27092, 2616, 'pmpro_bfirstname', 'Troy and ') ; 
INSERT INTO `wp_usermeta` VALUES (27093, 2616, 'pmpro_blastname', 'Gwen Scott: Owners') ; 
INSERT INTO `wp_usermeta` VALUES (27094, 2616, 'first_name', 'TGR Exotics- LLC') ; 
INSERT INTO `wp_usermeta` VALUES (27095, 2616, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (27096, 2616, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27097, 2616, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (27098, 2616, 'pmpro_baddress1', '5315 Tatum Lane') ; 
INSERT INTO `wp_usermeta` VALUES (27099, 2616, 'pmpro_bcity', 'Spring') ; 
INSERT INTO `wp_usermeta` VALUES (27100, 2616, 'uxf_organization', 'TGR Exotics- LLC') ; 
INSERT INTO `wp_usermeta` VALUES (27101, 2616, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27102, 2616, 'pmpro_bzipcode', '77389') ; 
INSERT INTO `wp_usermeta` VALUES (27103, 2616, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (27104, 2617, 'pmpro_bfirstname', 'Trudi') ; 
INSERT INTO `wp_usermeta` VALUES (27105, 2617, 'pmpro_blastname', 'Donovan') ; 
INSERT INTO `wp_usermeta` VALUES (27106, 2617, 'first_name', 'Trudi') ; 
INSERT INTO `wp_usermeta` VALUES (27107, 2617, 'last_name', 'Donovan') ; 
INSERT INTO `wp_usermeta` VALUES (27108, 2617, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27109, 2617, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (27110, 2617, 'pmpro_baddress1', '51584 Weymouth Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (27111, 2617, 'pmpro_bcity', 'S. Bend') ; 
INSERT INTO `wp_usermeta` VALUES (27112, 2617, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27113, 2617, 'pmpro_bzipcode', '46628') ; 
INSERT INTO `wp_usermeta` VALUES (27114, 2618, 'pmpro_bfirstname', 'Trudie') ; 
INSERT INTO `wp_usermeta` VALUES (27115, 2618, 'pmpro_blastname', 'Hinkle') ; 
INSERT INTO `wp_usermeta` VALUES (27116, 2618, 'first_name', 'Trudie') ; 
INSERT INTO `wp_usermeta` VALUES (27117, 2618, 'last_name', 'Hinkle') ; 
INSERT INTO `wp_usermeta` VALUES (27118, 2618, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27119, 2618, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (27120, 2618, 'pmpro_baddress1', '2335 Caminito Agrado') ; 
INSERT INTO `wp_usermeta` VALUES (27121, 2618, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (27122, 2618, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27123, 2618, 'pmpro_bzipcode', '92107') ; 
INSERT INTO `wp_usermeta` VALUES (27124, 2619, 'pmpro_bfirstname', 'Twylah') ; 
INSERT INTO `wp_usermeta` VALUES (27125, 2619, 'pmpro_blastname', 'Hall') ; 
INSERT INTO `wp_usermeta` VALUES (27126, 2619, 'first_name', 'Twylah') ; 
INSERT INTO `wp_usermeta` VALUES (27127, 2619, 'last_name', 'Hall') ; 
INSERT INTO `wp_usermeta` VALUES (27128, 2619, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (27129, 2619, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (27130, 2619, 'pmpro_baddress1', 'P.O. Box 223') ; 
INSERT INTO `wp_usermeta` VALUES (27131, 2619, 'pmpro_bcity', 'Monterey') ; 
INSERT INTO `wp_usermeta` VALUES (27132, 2619, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27133, 2619, 'pmpro_bzipcode', '93942') ; 
INSERT INTO `wp_usermeta` VALUES (27134, 2620, 'pmpro_bfirstname', 'Tyler') ; 
INSERT INTO `wp_usermeta` VALUES (27135, 2620, 'pmpro_blastname', 'Thomas') ; 
INSERT INTO `wp_usermeta` VALUES (27136, 2620, 'first_name', 'Tyler') ; 
INSERT INTO `wp_usermeta` VALUES (27137, 2620, 'last_name', 'Thomas') ; 
INSERT INTO `wp_usermeta` VALUES (27138, 2620, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27139, 2620, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (27140, 2620, 'pmpro_baddress1', 'PO Box 666') ; 
INSERT INTO `wp_usermeta` VALUES (27141, 2620, 'pmpro_bcity', 'Alexandria Bay') ; 
INSERT INTO `wp_usermeta` VALUES (27142, 2620, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27143, 2620, 'pmpro_bzipcode', '13607') ; 
INSERT INTO `wp_usermeta` VALUES (27144, 2621, 'pmpro_bfirstname', 'Tyler') ; 
INSERT INTO `wp_usermeta` VALUES (27145, 2621, 'pmpro_blastname', 'McCullough') ; 
INSERT INTO `wp_usermeta` VALUES (27146, 2621, 'first_name', 'Tyler') ; 
INSERT INTO `wp_usermeta` VALUES (27147, 2621, 'last_name', 'McCullough') ; 
INSERT INTO `wp_usermeta` VALUES (27148, 2621, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (27149, 2621, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (27150, 2621, 'pmpro_baddress1', '876 Chaffin Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (27151, 2621, 'pmpro_bcity', 'Akron') ; 
INSERT INTO `wp_usermeta` VALUES (27152, 2621, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27153, 2621, 'pmpro_bzipcode', '44306') ; 
INSERT INTO `wp_usermeta` VALUES (27154, 2622, 'pmpro_bfirstname', 'Tyrene R. ') ; 
INSERT INTO `wp_usermeta` VALUES (27155, 2622, 'pmpro_blastname', 'Fayard') ; 
INSERT INTO `wp_usermeta` VALUES (27156, 2622, 'first_name', 'Tyrene R.') ; 
INSERT INTO `wp_usermeta` VALUES (27157, 2622, 'last_name', 'Fayard') ; 
INSERT INTO `wp_usermeta` VALUES (27158, 2622, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27159, 2622, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (27160, 2622, 'pmpro_baddress1', '315 Aris Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (27161, 2622, 'pmpro_bcity', 'Metarie') ; 
INSERT INTO `wp_usermeta` VALUES (27162, 2622, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27163, 2622, 'pmpro_bzipcode', '70005-3426') ; 
INSERT INTO `wp_usermeta` VALUES (27164, 2623, 'pmpro_bfirstname', 'Tyrone') ; 
INSERT INTO `wp_usermeta` VALUES (27165, 2623, 'pmpro_blastname', 'Nickens') ; 
INSERT INTO `wp_usermeta` VALUES (27166, 2623, 'first_name', 'Tyrone') ; 
INSERT INTO `wp_usermeta` VALUES (27167, 2623, 'last_name', 'Nickens') ; 
INSERT INTO `wp_usermeta` VALUES (27168, 2623, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27169, 2623, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (27170, 2623, 'pmpro_baddress1', '2015 Bruckner Blvd.  Apt 4D') ; 
INSERT INTO `wp_usermeta` VALUES (27171, 2623, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (27172, 2623, 'pmpro_bcity', 'Bronx') ; 
INSERT INTO `wp_usermeta` VALUES (27173, 2623, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27174, 2623, 'pmpro_bzipcode', '10472') ; 
INSERT INTO `wp_usermeta` VALUES (27175, 2624, 'pmpro_bfirstname', 'Valentina') ; 
INSERT INTO `wp_usermeta` VALUES (27176, 2624, 'pmpro_blastname', 'Renzetti') ; 
INSERT INTO `wp_usermeta` VALUES (27177, 2624, 'first_name', 'Valentina') ; 
INSERT INTO `wp_usermeta` VALUES (27178, 2624, 'last_name', 'Renzetti') ; 
INSERT INTO `wp_usermeta` VALUES (27179, 2624, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27180, 2624, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (27181, 2624, 'pmpro_baddress1', '1160 N. Catalina Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (27182, 2624, 'pmpro_bcity', 'Pasadena') ; 
INSERT INTO `wp_usermeta` VALUES (27183, 2624, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27184, 2624, 'pmpro_bzipcode', '91104') ; 
INSERT INTO `wp_usermeta` VALUES (27185, 2625, 'pmpro_bfirstname', 'Valerie') ; 
INSERT INTO `wp_usermeta` VALUES (27186, 2625, 'pmpro_blastname', 'Norquay') ; 
INSERT INTO `wp_usermeta` VALUES (27187, 2625, 'first_name', 'Valerie') ; 
INSERT INTO `wp_usermeta` VALUES (27188, 2625, 'last_name', 'Norquay') ; 
INSERT INTO `wp_usermeta` VALUES (27189, 2625, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (27190, 2625, 'pmpro_bstate', 'MB') ; 
INSERT INTO `wp_usermeta` VALUES (27191, 2625, 'pmpro_baddress1', '59 Carriage Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (27192, 2625, 'pmpro_bcity', 'Winnipeg') ; 
INSERT INTO `wp_usermeta` VALUES (27193, 2625, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27194, 2625, 'pmpro_bzipcode', 'R2Y 0L7') ; 
INSERT INTO `wp_usermeta` VALUES (27195, 2626, 'pmpro_bfirstname', 'Valerie') ; 
INSERT INTO `wp_usermeta` VALUES (27196, 2626, 'pmpro_blastname', 'Beardsley') ; 
INSERT INTO `wp_usermeta` VALUES (27197, 2626, 'first_name', 'Valerie') ; 
INSERT INTO `wp_usermeta` VALUES (27198, 2626, 'last_name', 'Beardsley') ; 
INSERT INTO `wp_usermeta` VALUES (27199, 2626, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27200, 2626, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (27201, 2626, 'pmpro_baddress1', '4203 Sweetgum Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (27202, 2626, 'pmpro_bcity', 'Denton') ; 
INSERT INTO `wp_usermeta` VALUES (27203, 2626, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27204, 2626, 'pmpro_bzipcode', '76208') ; 
INSERT INTO `wp_usermeta` VALUES (27205, 2627, 'pmpro_bfirstname', 'Valerie') ; 
INSERT INTO `wp_usermeta` VALUES (27206, 2627, 'pmpro_blastname', 'Holt') ; 
INSERT INTO `wp_usermeta` VALUES (27207, 2627, 'first_name', 'Valerie') ; 
INSERT INTO `wp_usermeta` VALUES (27208, 2627, 'last_name', 'Holt') ; 
INSERT INTO `wp_usermeta` VALUES (27209, 2627, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (27210, 2627, 'pmpro_bstate', 'NV') ; 
INSERT INTO `wp_usermeta` VALUES (27211, 2627, 'pmpro_baddress1', 'P.O. Box 727') ; 
INSERT INTO `wp_usermeta` VALUES (27212, 2627, 'pmpro_bcity', 'Moapa') ; 
INSERT INTO `wp_usermeta` VALUES (27213, 2627, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (27214, 2627, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27215, 2627, 'pmpro_bzipcode', '89025') ; 
INSERT INTO `wp_usermeta` VALUES (27216, 2628, 'pmpro_bfirstname', 'Valerie') ; 
INSERT INTO `wp_usermeta` VALUES (27217, 2628, 'pmpro_blastname', 'Betts') ; 
INSERT INTO `wp_usermeta` VALUES (27218, 2628, 'first_name', 'Valerie') ; 
INSERT INTO `wp_usermeta` VALUES (27219, 2628, 'last_name', 'Betts') ; 
INSERT INTO `wp_usermeta` VALUES (27220, 2628, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27221, 2628, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (27222, 2628, 'pmpro_baddress1', '11905 Thurloe Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (27223, 2628, 'pmpro_bcity', 'Timonium') ; 
INSERT INTO `wp_usermeta` VALUES (27224, 2628, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27225, 2628, 'pmpro_bzipcode', '21093') ; 
INSERT INTO `wp_usermeta` VALUES (27226, 2629, 'pmpro_bfirstname', 'Valerie') ; 
INSERT INTO `wp_usermeta` VALUES (27227, 2629, 'pmpro_blastname', 'Riegel') ; 
INSERT INTO `wp_usermeta` VALUES (27228, 2629, 'first_name', 'Happy Hollow Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (27229, 2629, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (27230, 2629, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27231, 2629, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (27232, 2629, 'pmpro_baddress1', '1300 Senter Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (27233, 2629, 'pmpro_bcity', 'San Jose') ; 
INSERT INTO `wp_usermeta` VALUES (27234, 2629, 'uxf_organization', 'Happy Hollow Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (27235, 2629, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27236, 2629, 'pmpro_bzipcode', '95112') ; 
INSERT INTO `wp_usermeta` VALUES (27237, 2629, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (27238, 2630, 'pmpro_bfirstname', 'Valerie') ; 
INSERT INTO `wp_usermeta` VALUES (27239, 2630, 'pmpro_blastname', 'Salonga') ; 
INSERT INTO `wp_usermeta` VALUES (27240, 2630, 'first_name', 'Valerie') ; 
INSERT INTO `wp_usermeta` VALUES (27241, 2630, 'last_name', 'Salonga') ; 
INSERT INTO `wp_usermeta` VALUES (27242, 2630, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (27243, 2630, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (27244, 2630, 'pmpro_baddress1', '51025 Avenida Martinez  Apt 26') ; 
INSERT INTO `wp_usermeta` VALUES (27245, 2630, 'pmpro_bcity', 'La Quinta') ; 
INSERT INTO `wp_usermeta` VALUES (27246, 2630, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27247, 2630, 'pmpro_bzipcode', '92253') ; 
INSERT INTO `wp_usermeta` VALUES (27248, 2631, 'pmpro_bfirstname', 'Valyn') ; 
INSERT INTO `wp_usermeta` VALUES (27249, 2631, 'pmpro_blastname', 'Dall') ; 
INSERT INTO `wp_usermeta` VALUES (27250, 2631, 'first_name', 'Valyn') ; 
INSERT INTO `wp_usermeta` VALUES (27251, 2631, 'last_name', 'Dall') ; 
INSERT INTO `wp_usermeta` VALUES (27252, 2631, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27253, 2631, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (27254, 2631, 'pmpro_baddress1', '1750 W. 35th St. Fl. 2') ; 
INSERT INTO `wp_usermeta` VALUES (27255, 2631, 'pmpro_bcity', 'Chicago') ; 
INSERT INTO `wp_usermeta` VALUES (27256, 2631, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27257, 2631, 'pmpro_bzipcode', '60609') ; 
INSERT INTO `wp_usermeta` VALUES (27258, 2632, 'pmpro_bfirstname', 'Vanesssa') ; 
INSERT INTO `wp_usermeta` VALUES (27259, 2632, 'pmpro_blastname', 'Skinner') ; 
INSERT INTO `wp_usermeta` VALUES (27260, 2632, 'first_name', 'Vanesssa') ; 
INSERT INTO `wp_usermeta` VALUES (27261, 2632, 'last_name', 'Skinner') ; 
INSERT INTO `wp_usermeta` VALUES (27262, 2632, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27263, 2632, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (27264, 2632, 'pmpro_baddress1', '664 Northgap Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (27265, 2632, 'pmpro_bcity', 'New Braunfels') ; 
INSERT INTO `wp_usermeta` VALUES (27266, 2632, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27267, 2632, 'pmpro_bzipcode', '78130') ; 
INSERT INTO `wp_usermeta` VALUES (27268, 2633, 'pmpro_bfirstname', 'Vannis') ; 
INSERT INTO `wp_usermeta` VALUES (27269, 2633, 'pmpro_blastname', 'Korich') ; 
INSERT INTO `wp_usermeta` VALUES (27270, 2633, 'first_name', 'Vannis') ; 
INSERT INTO `wp_usermeta` VALUES (27271, 2633, 'last_name', 'Korich') ; 
INSERT INTO `wp_usermeta` VALUES (27272, 2633, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27273, 2633, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (27274, 2633, 'pmpro_baddress1', '509 S. 165th St.') ; 
INSERT INTO `wp_usermeta` VALUES (27275, 2633, 'pmpro_bcity', 'Seattle') ; 
INSERT INTO `wp_usermeta` VALUES (27276, 2633, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27277, 2633, 'pmpro_bzipcode', '98148-1530') ; 
INSERT INTO `wp_usermeta` VALUES (27278, 2634, 'pmpro_bfirstname', 'Verla') ; 
INSERT INTO `wp_usermeta` VALUES (27279, 2634, 'pmpro_blastname', 'Atkins') ; 
INSERT INTO `wp_usermeta` VALUES (27280, 2634, 'first_name', 'Verla') ; 
INSERT INTO `wp_usermeta` VALUES (27281, 2634, 'last_name', 'Atkins') ; 
INSERT INTO `wp_usermeta` VALUES (27282, 2634, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27283, 2634, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (27284, 2634, 'pmpro_baddress1', '11063 Fowler Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (27285, 2634, 'pmpro_bcity', 'Atascosa') ; 
INSERT INTO `wp_usermeta` VALUES (27286, 2634, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27287, 2634, 'pmpro_bzipcode', '78002-5716') ; 
INSERT INTO `wp_usermeta` VALUES (27288, 2635, 'pmpro_bfirstname', 'Vernon') ; 
INSERT INTO `wp_usermeta` VALUES (27289, 2635, 'pmpro_blastname', 'Presley') ; 
INSERT INTO `wp_usermeta` VALUES (27290, 2635, 'first_name', 'Vernon') ; 
INSERT INTO `wp_usermeta` VALUES (27291, 2635, 'last_name', 'Presley') ; 
INSERT INTO `wp_usermeta` VALUES (27292, 2635, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27293, 2635, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (27294, 2635, 'pmpro_baddress1', '1160 E. Perrin Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (27295, 2635, 'pmpro_bcity', 'Fresno') ; 
INSERT INTO `wp_usermeta` VALUES (27296, 2635, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27297, 2635, 'pmpro_bzipcode', '93720') ; 
INSERT INTO `wp_usermeta` VALUES (27298, 2636, 'pmpro_bfirstname', 'Vernon N. ') ; 
INSERT INTO `wp_usermeta` VALUES (27299, 2636, 'pmpro_blastname', 'Kisling- Jr.') ; 
INSERT INTO `wp_usermeta` VALUES (27300, 2636, 'first_name', 'Vernon N. ') ; 
INSERT INTO `wp_usermeta` VALUES (27301, 2636, 'last_name', 'Kisling- Jr.') ; 
INSERT INTO `wp_usermeta` VALUES (27302, 2636, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27303, 2636, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (27304, 2636, 'pmpro_baddress1', 'P.O. Box 1511') ; 
INSERT INTO `wp_usermeta` VALUES (27305, 2636, 'pmpro_bcity', 'High Springs') ; 
INSERT INTO `wp_usermeta` VALUES (27306, 2636, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27307, 2636, 'pmpro_bzipcode', '32655-1511') ; 
INSERT INTO `wp_usermeta` VALUES (27308, 2637, 'pmpro_bfirstname', 'Veronica') ; 
INSERT INTO `wp_usermeta` VALUES (27309, 2637, 'pmpro_blastname', 'Butler') ; 
INSERT INTO `wp_usermeta` VALUES (27310, 2637, 'first_name', 'Veronica') ; 
INSERT INTO `wp_usermeta` VALUES (27311, 2637, 'last_name', 'Butler') ; 
INSERT INTO `wp_usermeta` VALUES (27312, 2637, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27313, 2637, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (27314, 2637, 'pmpro_baddress1', '1250 E. Bethany Home Rd. Apt 3') ; 
INSERT INTO `wp_usermeta` VALUES (27315, 2637, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (27316, 2637, 'pmpro_bcity', 'Phoenix') ; 
INSERT INTO `wp_usermeta` VALUES (27317, 2637, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27318, 2637, 'pmpro_bzipcode', '85014') ; 
INSERT INTO `wp_usermeta` VALUES (27319, 2638, 'pmpro_bfirstname', 'Veronica') ; 
INSERT INTO `wp_usermeta` VALUES (27320, 2638, 'pmpro_blastname', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (27321, 2638, 'first_name', 'Veronica') ; 
INSERT INTO `wp_usermeta` VALUES (27322, 2638, 'last_name', 'Smith') ; 
INSERT INTO `wp_usermeta` VALUES (27323, 2638, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27324, 2638, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (27325, 2638, 'pmpro_baddress1', '264 9th Street  #2D') ; 
INSERT INTO `wp_usermeta` VALUES (27326, 2638, 'pmpro_bcity', 'Jersey City') ; 
INSERT INTO `wp_usermeta` VALUES (27327, 2638, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27328, 2638, 'pmpro_bzipcode', '07302') ; 
INSERT INTO `wp_usermeta` VALUES (27329, 2639, 'pmpro_bfirstname', 'Veronica') ; 
INSERT INTO `wp_usermeta` VALUES (27330, 2639, 'pmpro_blastname', 'Tarnowski') ; 
INSERT INTO `wp_usermeta` VALUES (27331, 2639, 'first_name', 'Veronica') ; 
INSERT INTO `wp_usermeta` VALUES (27332, 2639, 'last_name', 'Tarnowski') ; 
INSERT INTO `wp_usermeta` VALUES (27333, 2639, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (27334, 2639, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (27335, 2639, 'pmpro_baddress1', '1313 NW 55th St.') ; 
INSERT INTO `wp_usermeta` VALUES (27336, 2639, 'pmpro_bcity', 'Blue Springs') ; 
INSERT INTO `wp_usermeta` VALUES (27337, 2639, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27338, 2639, 'pmpro_bzipcode', '64015') ; 
INSERT INTO `wp_usermeta` VALUES (27339, 2640, 'pmpro_bfirstname', 'Vic') ; 
INSERT INTO `wp_usermeta` VALUES (27340, 2640, 'pmpro_blastname', 'Hariton') ; 
INSERT INTO `wp_usermeta` VALUES (27341, 2640, 'first_name', 'Vic') ; 
INSERT INTO `wp_usermeta` VALUES (27342, 2640, 'last_name', 'Hariton') ; 
INSERT INTO `wp_usermeta` VALUES (27343, 2640, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27344, 2640, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (27345, 2640, 'pmpro_baddress1', '6811 Bayridge Terr') ; 
INSERT INTO `wp_usermeta` VALUES (27346, 2640, 'pmpro_bcity', 'Austin') ; 
INSERT INTO `wp_usermeta` VALUES (27347, 2640, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27348, 2640, 'pmpro_bzipcode', '78759') ; 
INSERT INTO `wp_usermeta` VALUES (27349, 2641, 'pmpro_bfirstname', 'Vicki') ; 
INSERT INTO `wp_usermeta` VALUES (27350, 2641, 'pmpro_blastname', 'Windham') ; 
INSERT INTO `wp_usermeta` VALUES (27351, 2641, 'first_name', 'Vicki') ; 
INSERT INTO `wp_usermeta` VALUES (27352, 2641, 'last_name', 'Windham') ; 
INSERT INTO `wp_usermeta` VALUES (27353, 2641, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (27354, 2641, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (27355, 2641, 'pmpro_baddress1', '411 Panther Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (27356, 2641, 'pmpro_bcity', 'Winchester') ; 
INSERT INTO `wp_usermeta` VALUES (27357, 2641, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27358, 2641, 'pmpro_bzipcode', '22602-3526') ; 
INSERT INTO `wp_usermeta` VALUES (27359, 2642, 'pmpro_bfirstname', 'Vicki') ; 
INSERT INTO `wp_usermeta` VALUES (27360, 2642, 'pmpro_blastname', 'Rouse') ; 
INSERT INTO `wp_usermeta` VALUES (27361, 2642, 'first_name', 'Vicki') ; 
INSERT INTO `wp_usermeta` VALUES (27362, 2642, 'last_name', 'Rouse') ; 
INSERT INTO `wp_usermeta` VALUES (27363, 2642, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27364, 2642, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (27365, 2642, 'pmpro_baddress1', '4281 Hampton Ridge Blvd.') ; 
INSERT INTO `wp_usermeta` VALUES (27366, 2642, 'pmpro_bcity', 'Howell') ; 
INSERT INTO `wp_usermeta` VALUES (27367, 2642, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27368, 2642, 'pmpro_bzipcode', '48843') ; 
INSERT INTO `wp_usermeta` VALUES (27369, 2643, 'pmpro_bfirstname', 'Vicki') ; 
INSERT INTO `wp_usermeta` VALUES (27370, 2643, 'pmpro_blastname', 'Rathsack') ; 
INSERT INTO `wp_usermeta` VALUES (27371, 2643, 'first_name', 'Vicki') ; 
INSERT INTO `wp_usermeta` VALUES (27372, 2643, 'last_name', 'Rathsack') ; 
INSERT INTO `wp_usermeta` VALUES (27373, 2643, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27374, 2643, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (27375, 2643, 'pmpro_baddress1', '1410 S. 21st St.') ; 
INSERT INTO `wp_usermeta` VALUES (27376, 2643, 'pmpro_bcity', 'Manitowoc') ; 
INSERT INTO `wp_usermeta` VALUES (27377, 2643, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27378, 2643, 'pmpro_bzipcode', '54220') ; 
INSERT INTO `wp_usermeta` VALUES (27379, 2644, 'pmpro_bfirstname', 'Vickie') ; 
INSERT INTO `wp_usermeta` VALUES (27380, 2644, 'pmpro_blastname', 'Musselman') ; 
INSERT INTO `wp_usermeta` VALUES (27381, 2644, 'first_name', 'Vickie') ; 
INSERT INTO `wp_usermeta` VALUES (27382, 2644, 'last_name', 'Musselman') ; 
INSERT INTO `wp_usermeta` VALUES (27383, 2644, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27384, 2644, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (27385, 2644, 'pmpro_baddress1', '625 N. Hedville Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (27386, 2644, 'pmpro_bcity', 'Salina') ; 
INSERT INTO `wp_usermeta` VALUES (27387, 2644, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27388, 2644, 'pmpro_bzipcode', '67401') ; 
INSERT INTO `wp_usermeta` VALUES (27389, 2645, 'pmpro_bfirstname', 'Vickie') ; 
INSERT INTO `wp_usermeta` VALUES (27390, 2645, 'pmpro_blastname', 'Zavosky') ; 
INSERT INTO `wp_usermeta` VALUES (27391, 2645, 'first_name', 'Vickie') ; 
INSERT INTO `wp_usermeta` VALUES (27392, 2645, 'last_name', 'Zavosky') ; 
INSERT INTO `wp_usermeta` VALUES (27393, 2645, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (27394, 2645, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (27395, 2645, 'pmpro_baddress1', '3605 Bougainvillea Avenue.') ; 
INSERT INTO `wp_usermeta` VALUES (27396, 2645, 'pmpro_bcity', 'Tampa') ; 
INSERT INTO `wp_usermeta` VALUES (27397, 2645, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27398, 2645, 'pmpro_bzipcode', '33612') ; 
INSERT INTO `wp_usermeta` VALUES (27399, 2646, 'pmpro_bfirstname', 'Vicky') ; 
INSERT INTO `wp_usermeta` VALUES (27400, 2646, 'pmpro_blastname', 'Hoag') ; 
INSERT INTO `wp_usermeta` VALUES (27401, 2646, 'first_name', 'Vicky') ; 
INSERT INTO `wp_usermeta` VALUES (27402, 2646, 'last_name', 'Hoag') ; 
INSERT INTO `wp_usermeta` VALUES (27403, 2646, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (27404, 2646, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (27405, 2646, 'pmpro_baddress1', '5155 N. Channing') ; 
INSERT INTO `wp_usermeta` VALUES (27406, 2646, 'pmpro_bcity', 'Fresno') ; 
INSERT INTO `wp_usermeta` VALUES (27407, 2646, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27408, 2646, 'pmpro_bzipcode', '93711') ; 
INSERT INTO `wp_usermeta` VALUES (27409, 2647, 'pmpro_bfirstname', 'Vicky') ; 
INSERT INTO `wp_usermeta` VALUES (27410, 2647, 'pmpro_blastname', 'Keahey: President') ; 
INSERT INTO `wp_usermeta` VALUES (27411, 2647, 'first_name', 'In-Sync Exotics') ; 
INSERT INTO `wp_usermeta` VALUES (27412, 2647, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (27413, 2647, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27414, 2647, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (27415, 2647, 'pmpro_baddress1', 'P.O. Box 968') ; 
INSERT INTO `wp_usermeta` VALUES (27416, 2647, 'pmpro_bcity', 'Wylie') ; 
INSERT INTO `wp_usermeta` VALUES (27417, 2647, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (27418, 2647, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27419, 2647, 'pmpro_bzipcode', '75198') ; 
INSERT INTO `wp_usermeta` VALUES (27420, 2647, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (27421, 2648, 'pmpro_bfirstname', 'Victor') ; 
INSERT INTO `wp_usermeta` VALUES (27422, 2648, 'pmpro_blastname', 'Alm') ; 
INSERT INTO `wp_usermeta` VALUES (27423, 2648, 'first_name', 'Victor') ; 
INSERT INTO `wp_usermeta` VALUES (27424, 2648, 'last_name', 'Alm') ; 
INSERT INTO `wp_usermeta` VALUES (27425, 2648, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27426, 2648, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (27427, 2648, 'pmpro_baddress1', '1598 Schenone Ct.  Apt D') ; 
INSERT INTO `wp_usermeta` VALUES (27428, 2648, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (27429, 2648, 'pmpro_bcity', 'Concord') ; 
INSERT INTO `wp_usermeta` VALUES (27430, 2648, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27431, 2648, 'pmpro_bzipcode', '94521') ; 
INSERT INTO `wp_usermeta` VALUES (27432, 2649, 'pmpro_bfirstname', 'Victoria') ; 
INSERT INTO `wp_usermeta` VALUES (27433, 2649, 'pmpro_blastname', 'Hardstaff') ; 
INSERT INTO `wp_usermeta` VALUES (27434, 2649, 'first_name', 'Victoria') ; 
INSERT INTO `wp_usermeta` VALUES (27435, 2649, 'last_name', 'Hardstaff') ; 
INSERT INTO `wp_usermeta` VALUES (27436, 2649, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (27437, 2649, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (27438, 2649, 'pmpro_baddress1', '3830 Bathhurst St. Ste. 608') ; 
INSERT INTO `wp_usermeta` VALUES (27439, 2649, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (27440, 2649, 'pmpro_bcity', 'North York') ; 
INSERT INTO `wp_usermeta` VALUES (27441, 2649, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27442, 2649, 'pmpro_bzipcode', 'M3H 6C5') ; 
INSERT INTO `wp_usermeta` VALUES (27443, 2650, 'pmpro_bfirstname', 'Victoria') ; 
INSERT INTO `wp_usermeta` VALUES (27444, 2650, 'pmpro_blastname', 'Salmons') ; 
INSERT INTO `wp_usermeta` VALUES (27445, 2650, 'first_name', 'Victoria') ; 
INSERT INTO `wp_usermeta` VALUES (27446, 2650, 'last_name', 'Salmons') ; 
INSERT INTO `wp_usermeta` VALUES (27447, 2650, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27448, 2650, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (27449, 2650, 'pmpro_baddress1', '8507 Maple Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (27450, 2650, 'pmpro_bcity', 'Raytown') ; 
INSERT INTO `wp_usermeta` VALUES (27451, 2650, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27452, 2650, 'pmpro_bzipcode', '64139') ; 
INSERT INTO `wp_usermeta` VALUES (27453, 2651, 'pmpro_bfirstname', 'Victoria') ; 
INSERT INTO `wp_usermeta` VALUES (27454, 2651, 'pmpro_blastname', 'Lake') ; 
INSERT INTO `wp_usermeta` VALUES (27455, 2651, 'first_name', 'Victoria') ; 
INSERT INTO `wp_usermeta` VALUES (27456, 2651, 'last_name', 'Lake') ; 
INSERT INTO `wp_usermeta` VALUES (27457, 2651, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27458, 2651, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (27459, 2651, 'pmpro_baddress1', '7797 Pleasant View Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (27460, 2651, 'pmpro_bcity', 'Middletown') ; 
INSERT INTO `wp_usermeta` VALUES (27461, 2651, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27462, 2651, 'pmpro_bzipcode', '22645-9517') ; 
INSERT INTO `wp_usermeta` VALUES (27463, 2652, 'pmpro_bfirstname', 'Virgil') ; 
INSERT INTO `wp_usermeta` VALUES (27464, 2652, 'pmpro_blastname', 'Baird') ; 
INSERT INTO `wp_usermeta` VALUES (27465, 2652, 'first_name', 'Virgil') ; 
INSERT INTO `wp_usermeta` VALUES (27466, 2652, 'last_name', 'Baird') ; 
INSERT INTO `wp_usermeta` VALUES (27467, 2652, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27468, 2652, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (27469, 2652, 'pmpro_baddress1', '8504 S. River Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (27470, 2652, 'pmpro_bcity', 'Waterville') ; 
INSERT INTO `wp_usermeta` VALUES (27471, 2652, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27472, 2652, 'pmpro_bzipcode', '43566-9717') ; 
INSERT INTO `wp_usermeta` VALUES (27473, 2653, 'pmpro_bfirstname', 'Virginia') ; 
INSERT INTO `wp_usermeta` VALUES (27474, 2653, 'pmpro_blastname', 'Valentine') ; 
INSERT INTO `wp_usermeta` VALUES (27475, 2653, 'first_name', 'Virginia') ; 
INSERT INTO `wp_usermeta` VALUES (27476, 2653, 'last_name', 'Valentine') ; 
INSERT INTO `wp_usermeta` VALUES (27477, 2653, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27478, 2653, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (27479, 2653, 'pmpro_baddress1', '6065 Cotton Ct.') ; 
INSERT INTO `wp_usermeta` VALUES (27480, 2653, 'pmpro_bcity', 'San Jose') ; 
INSERT INTO `wp_usermeta` VALUES (27481, 2653, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27482, 2653, 'pmpro_bzipcode', '95123') ; 
INSERT INTO `wp_usermeta` VALUES (27483, 2654, 'pmpro_bfirstname', 'Virginia') ; 
INSERT INTO `wp_usermeta` VALUES (27484, 2654, 'pmpro_blastname', 'Grimley') ; 
INSERT INTO `wp_usermeta` VALUES (27485, 2654, 'first_name', 'Virginia') ; 
INSERT INTO `wp_usermeta` VALUES (27486, 2654, 'last_name', 'Grimley') ; 
INSERT INTO `wp_usermeta` VALUES (27487, 2654, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27488, 2654, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (27489, 2654, 'pmpro_baddress1', '4001 SW Canyon Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (27490, 2654, 'pmpro_bcity', 'Portland') ; 
INSERT INTO `wp_usermeta` VALUES (27491, 2654, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (27492, 2654, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27493, 2654, 'pmpro_bzipcode', '97221') ; 
INSERT INTO `wp_usermeta` VALUES (27494, 2655, 'pmpro_bfirstname', 'Virginia') ; 
INSERT INTO `wp_usermeta` VALUES (27495, 2655, 'pmpro_blastname', 'Sutherland') ; 
INSERT INTO `wp_usermeta` VALUES (27496, 2655, 'first_name', 'Virginia') ; 
INSERT INTO `wp_usermeta` VALUES (27497, 2655, 'last_name', 'Sutherland') ; 
INSERT INTO `wp_usermeta` VALUES (27498, 2655, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27499, 2655, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (27500, 2655, 'pmpro_baddress1', '797 S. Glenhurst Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (27501, 2655, 'pmpro_bcity', 'Birmingham') ; 
INSERT INTO `wp_usermeta` VALUES (27502, 2655, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27503, 2655, 'pmpro_bzipcode', '48009') ; 
INSERT INTO `wp_usermeta` VALUES (27504, 2656, 'pmpro_bfirstname', 'Wanda') ; 
INSERT INTO `wp_usermeta` VALUES (27505, 2656, 'pmpro_blastname', 'Remissong') ; 
INSERT INTO `wp_usermeta` VALUES (27506, 2656, 'first_name', 'Wanda') ; 
INSERT INTO `wp_usermeta` VALUES (27507, 2656, 'last_name', 'Remissong') ; 
INSERT INTO `wp_usermeta` VALUES (27508, 2656, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (27509, 2656, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (27510, 2656, 'pmpro_baddress1', '10623 Yorktowne Place') ; 
INSERT INTO `wp_usermeta` VALUES (27511, 2656, 'pmpro_bcity', 'Ft. Wayne') ; 
INSERT INTO `wp_usermeta` VALUES (27512, 2656, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27513, 2656, 'pmpro_bzipcode', '46804') ; 
INSERT INTO `wp_usermeta` VALUES (27514, 2657, 'pmpro_bfirstname', 'Warren W.') ; 
INSERT INTO `wp_usermeta` VALUES (27515, 2657, 'pmpro_blastname', 'Pryor') ; 
INSERT INTO `wp_usermeta` VALUES (27516, 2657, 'first_name', 'Warren W.') ; 
INSERT INTO `wp_usermeta` VALUES (27517, 2657, 'last_name', 'Pryor') ; 
INSERT INTO `wp_usermeta` VALUES (27518, 2657, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (27519, 2657, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (27520, 2657, 'pmpro_baddress1', '2701 Spring St.') ; 
INSERT INTO `wp_usermeta` VALUES (27521, 2657, 'pmpro_bcity', 'Fort Wayne') ; 
INSERT INTO `wp_usermeta` VALUES (27522, 2657, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (27523, 2657, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27524, 2657, 'pmpro_bzipcode', '46808') ; 
INSERT INTO `wp_usermeta` VALUES (27525, 2658, 'pmpro_bfirstname', 'Wendi') ; 
INSERT INTO `wp_usermeta` VALUES (27526, 2658, 'pmpro_blastname', 'Mello') ; 
INSERT INTO `wp_usermeta` VALUES (27527, 2658, 'first_name', 'Wendi') ; 
INSERT INTO `wp_usermeta` VALUES (27528, 2658, 'last_name', 'Mello') ; 
INSERT INTO `wp_usermeta` VALUES (27529, 2658, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (27530, 2658, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (27531, 2658, 'pmpro_baddress1', '935 N. Alder St.') ; 
INSERT INTO `wp_usermeta` VALUES (27532, 2658, 'pmpro_bcity', 'Tacoma') ; 
INSERT INTO `wp_usermeta` VALUES (27533, 2658, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27534, 2658, 'pmpro_bzipcode', '98406') ; 
INSERT INTO `wp_usermeta` VALUES (27535, 2659, 'pmpro_bfirstname', 'Wendy') ; 
INSERT INTO `wp_usermeta` VALUES (27536, 2659, 'pmpro_blastname', 'Anderson') ; 
INSERT INTO `wp_usermeta` VALUES (27537, 2659, 'first_name', 'Wendy') ; 
INSERT INTO `wp_usermeta` VALUES (27538, 2659, 'last_name', 'Anderson') ; 
INSERT INTO `wp_usermeta` VALUES (27539, 2659, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (27540, 2659, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (27541, 2659, 'pmpro_baddress1', '70 Alpine Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (27542, 2659, 'pmpro_bcity', 'Goleta') ; 
INSERT INTO `wp_usermeta` VALUES (27543, 2659, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27544, 2659, 'pmpro_bzipcode', '93117') ; 
INSERT INTO `wp_usermeta` VALUES (27545, 2660, 'pmpro_bfirstname', 'Wendy') ; 
INSERT INTO `wp_usermeta` VALUES (27546, 2660, 'pmpro_blastname', 'Novini') ; 
INSERT INTO `wp_usermeta` VALUES (27547, 2660, 'first_name', 'Wendy') ; 
INSERT INTO `wp_usermeta` VALUES (27548, 2660, 'last_name', 'Novini') ; 
INSERT INTO `wp_usermeta` VALUES (27549, 2660, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27550, 2660, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (27551, 2660, 'pmpro_baddress1', '2425 20th St. SE') ; 
INSERT INTO `wp_usermeta` VALUES (27552, 2660, 'pmpro_bcity', 'Puyallup') ; 
INSERT INTO `wp_usermeta` VALUES (27553, 2660, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27554, 2660, 'pmpro_bzipcode', '98374') ; 
INSERT INTO `wp_usermeta` VALUES (27555, 2661, 'pmpro_bfirstname', 'Wendy') ; 
INSERT INTO `wp_usermeta` VALUES (27556, 2661, 'pmpro_blastname', 'Hirniak') ; 
INSERT INTO `wp_usermeta` VALUES (27557, 2661, 'first_name', 'Wendy') ; 
INSERT INTO `wp_usermeta` VALUES (27558, 2661, 'last_name', 'Hirniak') ; 
INSERT INTO `wp_usermeta` VALUES (27559, 2661, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (27560, 2661, 'pmpro_bstate', 'NE') ; 
INSERT INTO `wp_usermeta` VALUES (27561, 2661, 'pmpro_baddress1', '10411 Grand Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (27562, 2661, 'pmpro_bcity', 'Omaha') ; 
INSERT INTO `wp_usermeta` VALUES (27563, 2661, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27564, 2661, 'pmpro_bzipcode', '68134') ; 
INSERT INTO `wp_usermeta` VALUES (27565, 2662, 'pmpro_bfirstname', 'Wendy') ; 
INSERT INTO `wp_usermeta` VALUES (27566, 2662, 'pmpro_blastname', 'Lenhart') ; 
INSERT INTO `wp_usermeta` VALUES (27567, 2662, 'first_name', 'Wendy') ; 
INSERT INTO `wp_usermeta` VALUES (27568, 2662, 'last_name', 'Lenhart') ; 
INSERT INTO `wp_usermeta` VALUES (27569, 2662, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (27570, 2662, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (27571, 2662, 'pmpro_baddress1', '1430 S. 20th Street') ; 
INSERT INTO `wp_usermeta` VALUES (27572, 2662, 'pmpro_bcity', 'Philadelphia') ; 
INSERT INTO `wp_usermeta` VALUES (27573, 2662, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27574, 2662, 'pmpro_bzipcode', '19146') ; 
INSERT INTO `wp_usermeta` VALUES (27575, 2663, 'pmpro_bfirstname', 'Wendy') ; 
INSERT INTO `wp_usermeta` VALUES (27576, 2663, 'pmpro_blastname', 'Shaffstall') ; 
INSERT INTO `wp_usermeta` VALUES (27577, 2663, 'first_name', 'Wendy') ; 
INSERT INTO `wp_usermeta` VALUES (27578, 2663, 'last_name', 'Shaffstall') ; 
INSERT INTO `wp_usermeta` VALUES (27579, 2663, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27580, 2663, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (27581, 2663, 'pmpro_baddress1', '7925 Christine Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (27582, 2663, 'pmpro_bcity', 'Cincinnati') ; 
INSERT INTO `wp_usermeta` VALUES (27583, 2663, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27584, 2663, 'pmpro_bzipcode', '45241') ; 
INSERT INTO `wp_usermeta` VALUES (27585, 2664, 'pmpro_bfirstname', 'Wendy') ; 
INSERT INTO `wp_usermeta` VALUES (27586, 2664, 'pmpro_blastname', 'Sotos') ; 
INSERT INTO `wp_usermeta` VALUES (27587, 2664, 'first_name', 'Wendy') ; 
INSERT INTO `wp_usermeta` VALUES (27588, 2664, 'last_name', 'Sotos') ; 
INSERT INTO `wp_usermeta` VALUES (27589, 2664, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27590, 2664, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (27591, 2664, 'pmpro_baddress1', '12340 E. River Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (27592, 2664, 'pmpro_bcity', 'Columbia Station') ; 
INSERT INTO `wp_usermeta` VALUES (27593, 2664, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27594, 2664, 'pmpro_bzipcode', '44028') ; 
INSERT INTO `wp_usermeta` VALUES (27595, 2665, 'pmpro_bfirstname', 'Wendy K. ') ; 
INSERT INTO `wp_usermeta` VALUES (27596, 2665, 'pmpro_blastname', 'Klessig') ; 
INSERT INTO `wp_usermeta` VALUES (27597, 2665, 'first_name', 'Wendy K. ') ; 
INSERT INTO `wp_usermeta` VALUES (27598, 2665, 'last_name', 'Klessig') ; 
INSERT INTO `wp_usermeta` VALUES (27599, 2665, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27600, 2665, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (27601, 2665, 'pmpro_baddress1', '18869 Terrace Valley Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (27602, 2665, 'pmpro_bcity', 'Bloomington') ; 
INSERT INTO `wp_usermeta` VALUES (27603, 2665, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27604, 2665, 'pmpro_bzipcode', '61704-5821') ; 
INSERT INTO `wp_usermeta` VALUES (27605, 2666, 'pmpro_bfirstname', 'Whitney') ; 
INSERT INTO `wp_usermeta` VALUES (27606, 2666, 'pmpro_blastname', 'Weibel') ; 
INSERT INTO `wp_usermeta` VALUES (27607, 2666, 'first_name', 'Whitney') ; 
INSERT INTO `wp_usermeta` VALUES (27608, 2666, 'last_name', 'Crittenden') ; 
INSERT INTO `wp_usermeta` VALUES (27609, 2666, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27610, 2666, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (27611, 2666, 'pmpro_baddress1', '6201 N 51st St') ; 
INSERT INTO `wp_usermeta` VALUES (27612, 2666, 'pmpro_bcity', 'Tacoma') ; 
INSERT INTO `wp_usermeta` VALUES (27613, 2666, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27614, 2666, 'pmpro_bzipcode', '98407') ; 
INSERT INTO `wp_usermeta` VALUES (27615, 2667, 'pmpro_bfirstname', 'Whitney') ; 
INSERT INTO `wp_usermeta` VALUES (27616, 2667, 'pmpro_blastname', 'Garrison') ; 
INSERT INTO `wp_usermeta` VALUES (27617, 2667, 'first_name', 'Whitney') ; 
INSERT INTO `wp_usermeta` VALUES (27618, 2667, 'last_name', 'Garrison') ; 
INSERT INTO `wp_usermeta` VALUES (27619, 2667, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27620, 2667, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (27621, 2667, 'pmpro_baddress1', '807 Cape Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (27622, 2667, 'pmpro_bcity', 'Cape May') ; 
INSERT INTO `wp_usermeta` VALUES (27623, 2667, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27624, 2667, 'pmpro_bzipcode', '8204') ; 
INSERT INTO `wp_usermeta` VALUES (27625, 2668, 'pmpro_bfirstname', 'Will ') ; 
INSERT INTO `wp_usermeta` VALUES (27626, 2668, 'pmpro_blastname', 'Bookwalter') ; 
INSERT INTO `wp_usermeta` VALUES (27627, 2668, 'first_name', 'Will ') ; 
INSERT INTO `wp_usermeta` VALUES (27628, 2668, 'last_name', 'Bookwalter') ; 
INSERT INTO `wp_usermeta` VALUES (27629, 2668, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27630, 2668, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (27631, 2668, 'pmpro_baddress1', '572 Squaw Run Rd. E.') ; 
INSERT INTO `wp_usermeta` VALUES (27632, 2668, 'pmpro_bcity', 'Pittsburgh') ; 
INSERT INTO `wp_usermeta` VALUES (27633, 2668, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27634, 2668, 'pmpro_bzipcode', '15238') ; 
INSERT INTO `wp_usermeta` VALUES (27635, 2669, 'pmpro_bfirstname', 'William') ; 
INSERT INTO `wp_usermeta` VALUES (27636, 2669, 'pmpro_blastname', 'Powers') ; 
INSERT INTO `wp_usermeta` VALUES (27637, 2669, 'first_name', 'William') ; 
INSERT INTO `wp_usermeta` VALUES (27638, 2669, 'last_name', 'Powers') ; 
INSERT INTO `wp_usermeta` VALUES (27639, 2669, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27640, 2669, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (27641, 2669, 'pmpro_baddress1', '45188 Monroe St.') ; 
INSERT INTO `wp_usermeta` VALUES (27642, 2669, 'pmpro_bcity', 'Indio') ; 
INSERT INTO `wp_usermeta` VALUES (27643, 2669, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27644, 2669, 'pmpro_bzipcode', '92201-3962') ; 
INSERT INTO `wp_usermeta` VALUES (27645, 2670, 'pmpro_bfirstname', 'William') ; 
INSERT INTO `wp_usermeta` VALUES (27646, 2670, 'pmpro_blastname', 'Pendleton') ; 
INSERT INTO `wp_usermeta` VALUES (27647, 2670, 'first_name', 'William') ; 
INSERT INTO `wp_usermeta` VALUES (27648, 2670, 'last_name', 'Pendleton') ; 
INSERT INTO `wp_usermeta` VALUES (27649, 2670, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (27650, 2670, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (27651, 2670, 'pmpro_baddress1', '752 S. Valentine') ; 
INSERT INTO `wp_usermeta` VALUES (27652, 2670, 'pmpro_bcity', 'Fresno') ; 
INSERT INTO `wp_usermeta` VALUES (27653, 2670, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27654, 2670, 'pmpro_bzipcode', '93706') ; 
INSERT INTO `wp_usermeta` VALUES (27655, 2671, 'pmpro_bfirstname', 'William') ; 
INSERT INTO `wp_usermeta` VALUES (27656, 2671, 'pmpro_blastname', 'Robles') ; 
INSERT INTO `wp_usermeta` VALUES (27657, 2671, 'first_name', 'William') ; 
INSERT INTO `wp_usermeta` VALUES (27658, 2671, 'last_name', 'Robles') ; 
INSERT INTO `wp_usermeta` VALUES (27659, 2671, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27660, 2671, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (27661, 2671, 'pmpro_baddress1', '3605 Earnscliff Place - Apt 44') ; 
INSERT INTO `wp_usermeta` VALUES (27662, 2671, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (27663, 2671, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (27664, 2671, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27665, 2671, 'pmpro_bzipcode', '92111-4155') ; 
INSERT INTO `wp_usermeta` VALUES (27666, 2672, 'pmpro_bfirstname', 'William') ; 
INSERT INTO `wp_usermeta` VALUES (27667, 2672, 'pmpro_blastname', 'Rives VMD') ; 
INSERT INTO `wp_usermeta` VALUES (27668, 2672, 'first_name', 'William') ; 
INSERT INTO `wp_usermeta` VALUES (27669, 2672, 'last_name', 'Rives VMD') ; 
INSERT INTO `wp_usermeta` VALUES (27670, 2672, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27671, 2672, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (27672, 2672, 'pmpro_baddress1', '1 Six Flags Blvd.') ; 
INSERT INTO `wp_usermeta` VALUES (27673, 2672, 'pmpro_bcity', 'Jackson') ; 
INSERT INTO `wp_usermeta` VALUES (27674, 2672, 'uxf_organization', 'Six Flags Great Adventure') ; 
INSERT INTO `wp_usermeta` VALUES (27675, 2672, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27676, 2672, 'pmpro_bzipcode', '8527') ; 
INSERT INTO `wp_usermeta` VALUES (27677, 2673, 'pmpro_bfirstname', 'William H. ') ; 
INSERT INTO `wp_usermeta` VALUES (27678, 2673, 'pmpro_blastname', 'Disher') ; 
INSERT INTO `wp_usermeta` VALUES (27679, 2673, 'first_name', 'William H.') ; 
INSERT INTO `wp_usermeta` VALUES (27680, 2673, 'last_name', 'Disher') ; 
INSERT INTO `wp_usermeta` VALUES (27681, 2673, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27682, 2673, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (27683, 2673, 'pmpro_baddress1', '2727 De Anza Rd.  Apt M6') ; 
INSERT INTO `wp_usermeta` VALUES (27684, 2673, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (27685, 2673, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (27686, 2673, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27687, 2673, 'pmpro_bzipcode', '92109') ; 
INSERT INTO `wp_usermeta` VALUES (27688, 2674, 'pmpro_bfirstname', 'William K.') ; 
INSERT INTO `wp_usermeta` VALUES (27689, 2674, 'pmpro_blastname', 'Baker Jr.') ; 
INSERT INTO `wp_usermeta` VALUES (27690, 2674, 'first_name', 'William K.') ; 
INSERT INTO `wp_usermeta` VALUES (27691, 2674, 'last_name', 'Baker Jr.') ; 
INSERT INTO `wp_usermeta` VALUES (27692, 2674, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27693, 2674, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (27694, 2674, 'pmpro_baddress1', '7 Safari Lane') ; 
INSERT INTO `wp_usermeta` VALUES (27695, 2674, 'pmpro_bcity', 'Natural Bridge') ; 
INSERT INTO `wp_usermeta` VALUES (27696, 2674, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27697, 2674, 'pmpro_bzipcode', '24578') ; 
INSERT INTO `wp_usermeta` VALUES (27698, 2675, 'pmpro_bfirstname', 'William K. ') ; 
INSERT INTO `wp_usermeta` VALUES (27699, 2675, 'pmpro_blastname', 'Baker Jr. Director') ; 
INSERT INTO `wp_usermeta` VALUES (27700, 2675, 'first_name', 'Virginia Safari Park') ; 
INSERT INTO `wp_usermeta` VALUES (27701, 2675, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (27702, 2675, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27703, 2675, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (27704, 2675, 'pmpro_baddress1', 'P.O. Box 147') ; 
INSERT INTO `wp_usermeta` VALUES (27705, 2675, 'pmpro_bcity', 'Natural Bridge') ; 
INSERT INTO `wp_usermeta` VALUES (27706, 2675, 'uxf_organization', 'Virginia Safari Park') ; 
INSERT INTO `wp_usermeta` VALUES (27707, 2675, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27708, 2675, 'pmpro_bzipcode', '24578') ; 
INSERT INTO `wp_usermeta` VALUES (27709, 2676, 'pmpro_bfirstname', 'Wren') ; 
INSERT INTO `wp_usermeta` VALUES (27710, 2676, 'pmpro_blastname', 'Schroeder') ; 
INSERT INTO `wp_usermeta` VALUES (27711, 2676, 'first_name', 'Wren') ; 
INSERT INTO `wp_usermeta` VALUES (27712, 2676, 'last_name', 'Schroeder') ; 
INSERT INTO `wp_usermeta` VALUES (27713, 2676, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27714, 2676, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (27715, 2676, 'pmpro_baddress1', '17806 Alpine Brook Ln') ; 
INSERT INTO `wp_usermeta` VALUES (27716, 2676, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (27717, 2676, 'pmpro_bcity', 'Humble') ; 
INSERT INTO `wp_usermeta` VALUES (27718, 2676, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27719, 2676, 'pmpro_bzipcode', '77346-1862') ; 
INSERT INTO `wp_usermeta` VALUES (27720, 2677, 'pmpro_bfirstname', 'Wrylie') ; 
INSERT INTO `wp_usermeta` VALUES (27721, 2677, 'pmpro_blastname', 'Guffey') ; 
INSERT INTO `wp_usermeta` VALUES (27722, 2677, 'first_name', 'Wrylie') ; 
INSERT INTO `wp_usermeta` VALUES (27723, 2677, 'last_name', 'Guffey') ; 
INSERT INTO `wp_usermeta` VALUES (27724, 2677, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27725, 2677, 'pmpro_bstate', 'KS') ; 
INSERT INTO `wp_usermeta` VALUES (27726, 2677, 'pmpro_baddress1', '535 NW 35th St.') ; 
INSERT INTO `wp_usermeta` VALUES (27727, 2677, 'pmpro_bcity', 'Topeka') ; 
INSERT INTO `wp_usermeta` VALUES (27728, 2677, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27729, 2677, 'pmpro_bzipcode', '66617') ; 
INSERT INTO `wp_usermeta` VALUES (27730, 2678, 'pmpro_bfirstname', 'Yaira') ; 
INSERT INTO `wp_usermeta` VALUES (27731, 2678, 'pmpro_blastname', 'Aponte-Osborne') ; 
INSERT INTO `wp_usermeta` VALUES (27732, 2678, 'first_name', 'Yaira') ; 
INSERT INTO `wp_usermeta` VALUES (27733, 2678, 'last_name', 'Aponte-Osborne') ; 
INSERT INTO `wp_usermeta` VALUES (27734, 2678, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27735, 2678, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (27736, 2678, 'pmpro_baddress1', '13776 Quartz Crystal Drive') ; 
INSERT INTO `wp_usermeta` VALUES (27737, 2678, 'pmpro_bcity', 'Jacksonville') ; 
INSERT INTO `wp_usermeta` VALUES (27738, 2678, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27739, 2678, 'pmpro_bzipcode', '32225') ; 
INSERT INTO `wp_usermeta` VALUES (27740, 2679, 'pmpro_bfirstname', 'Yeleny') ; 
INSERT INTO `wp_usermeta` VALUES (27741, 2679, 'pmpro_blastname', 'Torres') ; 
INSERT INTO `wp_usermeta` VALUES (27742, 2679, 'first_name', 'Yeleny') ; 
INSERT INTO `wp_usermeta` VALUES (27743, 2679, 'last_name', 'Torres') ; 
INSERT INTO `wp_usermeta` VALUES (27744, 2679, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (27745, 2679, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (27746, 2679, 'pmpro_baddress1', '8908 Innsdale Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (27747, 2679, 'pmpro_bcity', 'Spring Valley') ; 
INSERT INTO `wp_usermeta` VALUES (27748, 2679, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27749, 2679, 'pmpro_bzipcode', '91977') ; 
INSERT INTO `wp_usermeta` VALUES (27750, 2680, 'pmpro_bfirstname', 'Yvette') ; 
INSERT INTO `wp_usermeta` VALUES (27751, 2680, 'pmpro_blastname', 'Cook') ; 
INSERT INTO `wp_usermeta` VALUES (27752, 2680, 'first_name', 'Yvette') ; 
INSERT INTO `wp_usermeta` VALUES (27753, 2680, 'last_name', 'Cook') ; 
INSERT INTO `wp_usermeta` VALUES (27754, 2680, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (27755, 2680, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (27756, 2680, 'pmpro_baddress1', '411 Maplewood Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (27757, 2680, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (27758, 2680, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27759, 2680, 'pmpro_bzipcode', '80907') ; 
INSERT INTO `wp_usermeta` VALUES (27760, 2681, 'pmpro_bfirstname', 'Yvette M. ') ; 
INSERT INTO `wp_usermeta` VALUES (27761, 2681, 'pmpro_blastname', 'Kemp') ; 
INSERT INTO `wp_usermeta` VALUES (27762, 2681, 'first_name', 'Yvette M. ') ; 
INSERT INTO `wp_usermeta` VALUES (27763, 2681, 'last_name', 'Kemp') ; 
INSERT INTO `wp_usermeta` VALUES (27764, 2681, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27765, 2681, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (27766, 2681, 'pmpro_baddress1', '3532 Herbert St.') ; 
INSERT INTO `wp_usermeta` VALUES (27767, 2681, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (27768, 2681, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27769, 2681, 'pmpro_bzipcode', '92103') ; 
INSERT INTO `wp_usermeta` VALUES (27770, 2682, 'pmpro_bfirstname', 'Zach') ; 
INSERT INTO `wp_usermeta` VALUES (27771, 2682, 'pmpro_blastname', 'Gring') ; 
INSERT INTO `wp_usermeta` VALUES (27772, 2682, 'first_name', 'Zach') ; 
INSERT INTO `wp_usermeta` VALUES (27773, 2682, 'last_name', 'Gring') ; 
INSERT INTO `wp_usermeta` VALUES (27774, 2682, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (27775, 2682, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (27776, 2682, 'pmpro_baddress1', '7506 Southwind Drive') ; 
INSERT INTO `wp_usermeta` VALUES (27777, 2682, 'pmpro_bcity', 'Chesterfield') ; 
INSERT INTO `wp_usermeta` VALUES (27778, 2682, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27779, 2682, 'pmpro_bzipcode', '23832') ; 
INSERT INTO `wp_usermeta` VALUES (27780, 2683, 'pmpro_bfirstname', 'Zach ') ; 
INSERT INTO `wp_usermeta` VALUES (27781, 2683, 'pmpro_blastname', 'Shoemaker') ; 
INSERT INTO `wp_usermeta` VALUES (27782, 2683, 'first_name', 'Zach') ; 
INSERT INTO `wp_usermeta` VALUES (27783, 2683, 'last_name', 'Shoemaker') ; 
INSERT INTO `wp_usermeta` VALUES (27784, 2683, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27785, 2683, 'pmpro_bstate', 'AK') ; 
INSERT INTO `wp_usermeta` VALUES (27786, 2683, 'pmpro_baddress1', '171 Ocean Park Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (27787, 2683, 'pmpro_bcity', 'Anchorage') ; 
INSERT INTO `wp_usermeta` VALUES (27788, 2683, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27789, 2683, 'pmpro_bzipcode', '99515') ; 
INSERT INTO `wp_usermeta` VALUES (27790, 2684, 'pmpro_bfirstname', 'Zachary') ; 
INSERT INTO `wp_usermeta` VALUES (27791, 2684, 'pmpro_blastname', 'Moran') ; 
INSERT INTO `wp_usermeta` VALUES (27792, 2684, 'first_name', 'Zachary') ; 
INSERT INTO `wp_usermeta` VALUES (27793, 2684, 'last_name', 'Moran') ; 
INSERT INTO `wp_usermeta` VALUES (27794, 2684, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27795, 2684, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (27796, 2684, 'pmpro_baddress1', '500 Cheyenne Blvd.  Apt 2') ; 
INSERT INTO `wp_usermeta` VALUES (27797, 2684, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (27798, 2684, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (27799, 2684, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27800, 2684, 'pmpro_bzipcode', '80905') ; 
INSERT INTO `wp_usermeta` VALUES (27801, 2685, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27802, 2685, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (27803, 2685, 'pmpro_baddress1', '2070 Zoo Lane') ; 
INSERT INTO `wp_usermeta` VALUES (27804, 2685, 'pmpro_bcity', 'Abilene') ; 
INSERT INTO `wp_usermeta` VALUES (27805, 2685, 'uxf_organization', 'Abilene Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (27806, 2685, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27807, 2685, 'pmpro_bzipcode', '79602') ; 
INSERT INTO `wp_usermeta` VALUES (27808, 2685, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (27809, 2686, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27810, 2686, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (27811, 2686, 'pmpro_baddress1', '1733 Woodside Rd.  Ste 330') ; 
INSERT INTO `wp_usermeta` VALUES (27812, 2686, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (27813, 2686, 'pmpro_bcity', 'Redwood City') ; 
INSERT INTO `wp_usermeta` VALUES (27814, 2686, 'uxf_organization', 'Gorilla Foundation ') ; 
INSERT INTO `wp_usermeta` VALUES (27815, 2686, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27816, 2686, 'pmpro_bzipcode', '94061') ; 
INSERT INTO `wp_usermeta` VALUES (27817, 2686, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (27818, 2687, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27819, 2687, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (27820, 2687, 'pmpro_baddress1', 'P.O. Box 5238') ; 
INSERT INTO `wp_usermeta` VALUES (27821, 2687, 'pmpro_bcity', 'Oakland') ; 
INSERT INTO `wp_usermeta` VALUES (27822, 2687, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (27823, 2687, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27824, 2687, 'pmpro_bzipcode', '94605') ; 
INSERT INTO `wp_usermeta` VALUES (27825, 2688, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27826, 2688, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (27827, 2688, 'pmpro_baddress1', 'P.O. Box 2') ; 
INSERT INTO `wp_usermeta` VALUES (27828, 2688, 'pmpro_bcity', 'Albion') ; 
INSERT INTO `wp_usermeta` VALUES (27829, 2688, 'uxf_organization', 'Black Pine Animal Sanctuary') ; 
INSERT INTO `wp_usermeta` VALUES (27830, 2688, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27831, 2688, 'pmpro_bzipcode', '46701') ; 
INSERT INTO `wp_usermeta` VALUES (27832, 2689, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27833, 2689, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (27834, 2689, 'pmpro_baddress1', '7075 Campus Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (27835, 2689, 'pmpro_bcity', 'Moorpark') ; 
INSERT INTO `wp_usermeta` VALUES (27836, 2689, 'uxf_organization', 'Moorpark College Library') ; 
INSERT INTO `wp_usermeta` VALUES (27837, 2689, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27838, 2689, 'pmpro_bzipcode', '93021-1695') ; 
INSERT INTO `wp_usermeta` VALUES (27839, 2690, 'pmpro_blastname', 'Anderson: Pikes Peak Community College') ; 
INSERT INTO `wp_usermeta` VALUES (27840, 2690, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (27841, 2690, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27842, 2690, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (27843, 2690, 'pmpro_baddress1', '5675 S. Academy Blvd.') ; 
INSERT INTO `wp_usermeta` VALUES (27844, 2690, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (27845, 2690, 'uxf_organization', 'Zoo Keeping Tech. Program') ; 
INSERT INTO `wp_usermeta` VALUES (27846, 2690, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27847, 2690, 'pmpro_bzipcode', '80906') ; 
INSERT INTO `wp_usermeta` VALUES (27848, 2690, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (27849, 2691, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27850, 2691, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (27851, 2691, 'pmpro_baddress1', '3411 Sheridan Blvd.') ; 
INSERT INTO `wp_usermeta` VALUES (27852, 2691, 'pmpro_bcity', 'Ft. Wayne') ; 
INSERT INTO `wp_usermeta` VALUES (27853, 2691, 'uxf_organization', 'Ft. Wayne Children\'s Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (27854, 2691, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27855, 2691, 'pmpro_bzipcode', '46808') ; 
INSERT INTO `wp_usermeta` VALUES (27856, 2691, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (27857, 2692, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27858, 2692, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (27859, 2692, 'pmpro_baddress1', '2222 St. Paul St.') ; 
INSERT INTO `wp_usermeta` VALUES (27860, 2692, 'pmpro_bcity', 'Rochester') ; 
INSERT INTO `wp_usermeta` VALUES (27861, 2692, 'uxf_organization', 'Seneca Park Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (27862, 2692, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27863, 2692, 'pmpro_bzipcode', '14621') ; 
INSERT INTO `wp_usermeta` VALUES (27864, 2692, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (27865, 2693, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27866, 2693, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (27867, 2693, 'pmpro_baddress1', '1101 W. Sligh Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (27868, 2693, 'pmpro_bcity', 'Tampa') ; 
INSERT INTO `wp_usermeta` VALUES (27869, 2693, 'uxf_organization', 'Tampa\'s Lowry Park Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (27870, 2693, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27871, 2693, 'pmpro_bzipcode', '33604') ; 
INSERT INTO `wp_usermeta` VALUES (27872, 2693, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (27873, 2694, 'pmpro_blastname', '') ; 
INSERT INTO `wp_usermeta` VALUES (27874, 2694, 'last_name', 'J. Otto Lottes Health Services Library') ; 
INSERT INTO `wp_usermeta` VALUES (27875, 2694, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27876, 2694, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (27877, 2694, 'pmpro_baddress1', 'One Hospital Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (27878, 2694, 'pmpro_bcity', 'Columbia') ; 
INSERT INTO `wp_usermeta` VALUES (27879, 2694, 'uxf_organization', 'J. Otto Lottes Health Services Library') ; 
INSERT INTO `wp_usermeta` VALUES (27880, 2694, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27881, 2694, 'pmpro_bzipcode', '65212-0001') ; 
INSERT INTO `wp_usermeta` VALUES (27882, 2694, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (27883, 2695, 'pmpro_blastname', '') ; 
INSERT INTO `wp_usermeta` VALUES (27884, 2695, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (27885, 2695, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27886, 2695, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (27887, 2695, 'pmpro_baddress1', '366 W. Circle Drive') ; 
INSERT INTO `wp_usermeta` VALUES (27888, 2695, 'pmpro_bcity', 'E. Lansing') ; 
INSERT INTO `wp_usermeta` VALUES (27889, 2695, 'uxf_organization', 'Library Serials Acquisitions') ; 
INSERT INTO `wp_usermeta` VALUES (27890, 2695, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27891, 2695, 'pmpro_bzipcode', '48824-1048') ; 
INSERT INTO `wp_usermeta` VALUES (27892, 2695, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (27893, 2696, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27894, 2696, 'pmpro_bstate', 'KY') ; 
INSERT INTO `wp_usermeta` VALUES (27895, 2696, 'pmpro_baddress1', '200 L and E Railroad') ; 
INSERT INTO `wp_usermeta` VALUES (27896, 2696, 'pmpro_bcity', 'Slade') ; 
INSERT INTO `wp_usermeta` VALUES (27897, 2696, 'uxf_organization', 'Kentucky Reptile Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (27898, 2696, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27899, 2696, 'pmpro_bzipcode', '40376') ; 
INSERT INTO `wp_usermeta` VALUES (27900, 2696, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (29329, 2744, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29328, 2744, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29327, 2744, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29326, 2744, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29325, 2744, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29324, 2744, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29323, 2744, 'nickname', 'HAGEN') ; 
INSERT INTO `wp_usermeta` VALUES (29322, 2744, 'last_name', 'Hagen') ; 
INSERT INTO `wp_usermeta` VALUES (27909, 2698, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27910, 2698, 'pmpro_bstate', 'LA') ; 
INSERT INTO `wp_usermeta` VALUES (27911, 2698, 'pmpro_baddress1', '116 Lakeview Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (27912, 2698, 'pmpro_bcity', 'Broussard') ; 
INSERT INTO `wp_usermeta` VALUES (27913, 2698, 'uxf_organization', 'Zoo of Acadiana') ; 
INSERT INTO `wp_usermeta` VALUES (27914, 2698, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27915, 2698, 'pmpro_bzipcode', '70518') ; 
INSERT INTO `wp_usermeta` VALUES (27916, 2698, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (27917, 2699, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27918, 2699, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (27919, 2699, 'pmpro_baddress1', '216 Forest Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (27920, 2699, 'pmpro_bcity', 'Paramus') ; 
INSERT INTO `wp_usermeta` VALUES (27921, 2699, 'uxf_organization', 'Bergen County Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (27922, 2699, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27923, 2699, 'pmpro_bzipcode', '7652') ; 
INSERT INTO `wp_usermeta` VALUES (27924, 2699, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (27925, 2700, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27926, 2700, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (27927, 2700, 'pmpro_baddress1', '4001 E. Paisano') ; 
INSERT INTO `wp_usermeta` VALUES (27928, 2700, 'pmpro_bcity', 'El Paso') ; 
INSERT INTO `wp_usermeta` VALUES (27929, 2700, 'uxf_organization', 'El Paso Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (27930, 2700, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27931, 2700, 'pmpro_bzipcode', '79905') ; 
INSERT INTO `wp_usermeta` VALUES (27932, 2700, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (27933, 2701, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27934, 2701, 'pmpro_bstate', 'SD') ; 
INSERT INTO `wp_usermeta` VALUES (27935, 2701, 'pmpro_baddress1', '1183 Woodridge Dr') ; 
INSERT INTO `wp_usermeta` VALUES (27936, 2701, 'pmpro_bcity', 'Rapid City') ; 
INSERT INTO `wp_usermeta` VALUES (27937, 2701, 'uxf_organization', 'Bearizona Wildlife Park') ; 
INSERT INTO `wp_usermeta` VALUES (27938, 2701, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27939, 2701, 'pmpro_bzipcode', '57701') ; 
INSERT INTO `wp_usermeta` VALUES (27940, 2701, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (27941, 2702, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (27942, 2702, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (27943, 2702, 'pmpro_baddress1', '720 S. Randall Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (27944, 2702, 'pmpro_bcity', 'Madison') ; 
INSERT INTO `wp_usermeta` VALUES (27945, 2702, 'uxf_organization', 'Henry Vilas Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (27946, 2702, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27947, 2702, 'pmpro_bzipcode', '53715') ; 
INSERT INTO `wp_usermeta` VALUES (27948, 2702, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (27949, 2703, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27950, 2703, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (27951, 2703, 'pmpro_baddress1', 'P.O. Box 314') ; 
INSERT INTO `wp_usermeta` VALUES (27952, 2703, 'pmpro_bcity', 'Sandstone') ; 
INSERT INTO `wp_usermeta` VALUES (27953, 2703, 'uxf_organization', 'The Wildcat Sanctuary') ; 
INSERT INTO `wp_usermeta` VALUES (27954, 2703, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27955, 2703, 'pmpro_bzipcode', '55072') ; 
INSERT INTO `wp_usermeta` VALUES (27956, 2703, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (27957, 2704, 'pmpro_blastname', '') ; 
INSERT INTO `wp_usermeta` VALUES (27958, 2704, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (27959, 2704, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27960, 2704, 'pmpro_bstate', 'DC') ; 
INSERT INTO `wp_usermeta` VALUES (27961, 2704, 'pmpro_baddress1', 'NHB 25 MRC 154 - P.O. Box 37012') ; 
INSERT INTO `wp_usermeta` VALUES (27962, 2704, 'pmpro_bcity', 'Washington') ; 
INSERT INTO `wp_usermeta` VALUES (27963, 2704, 'uxf_organization', 'Smithsonian Institution Library') ; 
INSERT INTO `wp_usermeta` VALUES (27964, 2704, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27965, 2704, 'pmpro_bzipcode', '20013') ; 
INSERT INTO `wp_usermeta` VALUES (10827429, 2374, 'wpseo_metakey', '') ; 
INSERT INTO `wp_usermeta` VALUES (10827428, 2374, 'wpseo_metadesc', '') ; 
INSERT INTO `wp_usermeta` VALUES (10827427, 2374, 'wpseo_title', '') ; 
INSERT INTO `wp_usermeta` VALUES (10827426, 2374, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (10827425, 2374, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (10827424, 2374, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (10827325, 659560, 'pmpro_bfirstname', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (27974, 2706, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27975, 2706, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (27976, 2706, 'pmpro_baddress1', '2300 Steele St.') ; 
INSERT INTO `wp_usermeta` VALUES (27977, 2706, 'pmpro_bcity', 'Denver') ; 
INSERT INTO `wp_usermeta` VALUES (27978, 2706, 'uxf_organization', 'Denver Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (27979, 2706, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27980, 2706, 'pmpro_bzipcode', '80205') ; 
INSERT INTO `wp_usermeta` VALUES (27981, 2706, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (27982, 2707, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27983, 2707, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (27984, 2707, 'pmpro_baddress1', 'PO Box 15001') ; 
INSERT INTO `wp_usermeta` VALUES (27985, 2707, 'pmpro_bcity', 'Hamilton') ; 
INSERT INTO `wp_usermeta` VALUES (27986, 2707, 'uxf_organization', 'Grubco Incorporated') ; 
INSERT INTO `wp_usermeta` VALUES (27987, 2707, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27988, 2707, 'pmpro_bzipcode', '45015') ; 
INSERT INTO `wp_usermeta` VALUES (27989, 2707, 'uxf_specialtags', 'CM') ; 
INSERT INTO `wp_usermeta` VALUES (27990, 2708, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27991, 2708, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (27992, 2708, 'pmpro_baddress1', '5400 N. Pearl St.') ; 
INSERT INTO `wp_usermeta` VALUES (27993, 2708, 'pmpro_bcity', 'Tacoma') ; 
INSERT INTO `wp_usermeta` VALUES (27994, 2708, 'uxf_organization', 'Point Defiance Zoo & Aquarium') ; 
INSERT INTO `wp_usermeta` VALUES (27995, 2708, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (27996, 2708, 'pmpro_bzipcode', '98407') ; 
INSERT INTO `wp_usermeta` VALUES (27997, 2708, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (27998, 2709, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (27999, 2709, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (28000, 2709, 'pmpro_baddress1', '21 South 12th St.  -  9th Floor') ; 
INSERT INTO `wp_usermeta` VALUES (28001, 2709, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (28002, 2709, 'pmpro_bcity', 'Philadelphia') ; 
INSERT INTO `wp_usermeta` VALUES (28003, 2709, 'uxf_organization', 'Premier Tours') ; 
INSERT INTO `wp_usermeta` VALUES (28004, 2709, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (28005, 2709, 'pmpro_bzipcode', '19107-3609') ; 
INSERT INTO `wp_usermeta` VALUES (28006, 2709, 'uxf_specialtags', 'CM') ; 
INSERT INTO `wp_usermeta` VALUES (28007, 2710, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (28008, 2710, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (28009, 2710, 'pmpro_baddress1', '71 S. Country Club Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (28010, 2710, 'pmpro_bcity', 'Decatur') ; 
INSERT INTO `wp_usermeta` VALUES (28011, 2710, 'uxf_organization', 'Scovill Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (28012, 2710, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (28013, 2710, 'pmpro_bzipcode', '62521-4470') ; 
INSERT INTO `wp_usermeta` VALUES (28014, 2710, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (28015, 2711, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (28016, 2711, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (28017, 2711, 'pmpro_baddress1', '5811 Carolina Beach Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (28018, 2711, 'pmpro_bcity', 'Wilmington') ; 
INSERT INTO `wp_usermeta` VALUES (28019, 2711, 'uxf_organization', 'Tregembo Animal Park') ; 
INSERT INTO `wp_usermeta` VALUES (28020, 2711, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (28021, 2711, 'pmpro_bzipcode', '28412') ; 
INSERT INTO `wp_usermeta` VALUES (28022, 2711, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (28023, 2712, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (28024, 2712, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (28025, 2712, 'pmpro_baddress1', '400 River Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (28026, 2712, 'pmpro_bcity', 'Salinas') ; 
INSERT INTO `wp_usermeta` VALUES (28027, 2712, 'uxf_organization', 'Monterey Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (28028, 2712, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (28029, 2712, 'pmpro_bzipcode', '93908') ; 
INSERT INTO `wp_usermeta` VALUES (28030, 2712, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (28031, 2713, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (28032, 2713, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (28033, 2713, 'pmpro_baddress1', '1228 Hunter Mill Road') ; 
INSERT INTO `wp_usermeta` VALUES (28034, 2713, 'pmpro_bcity', 'Vienna') ; 
INSERT INTO `wp_usermeta` VALUES (28035, 2713, 'uxf_organization', 'Reston Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (28036, 2713, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (28037, 2713, 'pmpro_bzipcode', '22812') ; 
INSERT INTO `wp_usermeta` VALUES (28038, 2713, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (28039, 2714, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (28040, 2714, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (28041, 2714, 'pmpro_baddress1', 'P.O. Box 118') ; 
INSERT INTO `wp_usermeta` VALUES (28042, 2714, 'pmpro_bcity', 'Inglefield') ; 
INSERT INTO `wp_usermeta` VALUES (28043, 2714, 'uxf_organization', 'Rodent Pro') ; 
INSERT INTO `wp_usermeta` VALUES (28044, 2714, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (28045, 2714, 'pmpro_bzipcode', '47618') ; 
INSERT INTO `wp_usermeta` VALUES (28046, 2714, 'uxf_specialtags', 'CM') ; 
INSERT INTO `wp_usermeta` VALUES (28047, 2715, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (28048, 2715, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (28049, 2715, 'pmpro_baddress1', '4711 Hope Valley Road - Ste.4F-332') ; 
INSERT INTO `wp_usermeta` VALUES (28050, 2715, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (28051, 2715, 'pmpro_bcity', 'Durham') ; 
INSERT INTO `wp_usermeta` VALUES (28052, 2715, 'uxf_organization', 'Animal Behavior Institute Inc.') ; 
INSERT INTO `wp_usermeta` VALUES (28053, 2715, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (28054, 2715, 'pmpro_bzipcode', '27707') ; 
INSERT INTO `wp_usermeta` VALUES (28055, 2715, 'uxf_specialtags', 'CM') ; 
INSERT INTO `wp_usermeta` VALUES (28056, 2716, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (28057, 2716, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (28058, 2716, 'pmpro_baddress1', '5701 Gulf Breeze Pkwy.') ; 
INSERT INTO `wp_usermeta` VALUES (28059, 2716, 'pmpro_bcity', 'Gulf Breeze') ; 
INSERT INTO `wp_usermeta` VALUES (28060, 2716, 'uxf_organization', 'Gulf Breeze Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (28061, 2716, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (28062, 2716, 'pmpro_bzipcode', '32563') ; 
INSERT INTO `wp_usermeta` VALUES (28063, 2716, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (28064, 2717, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (28065, 2717, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (28066, 2717, 'pmpro_baddress1', '2320 N. Prospect Rd') ; 
INSERT INTO `wp_usermeta` VALUES (28067, 2717, 'pmpro_bcity', 'Peoria') ; 
INSERT INTO `wp_usermeta` VALUES (28068, 2717, 'uxf_organization', 'Peoria Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (28069, 2717, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (28070, 2717, 'pmpro_bzipcode', '61603') ; 
INSERT INTO `wp_usermeta` VALUES (28071, 2717, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (28072, 2718, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (28073, 2718, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (28074, 2718, 'pmpro_baddress1', '1690 Brandywine Ave. Ste. A') ; 
INSERT INTO `wp_usermeta` VALUES (28075, 2718, 'pmpro_bcity', 'Chula Vista') ; 
INSERT INTO `wp_usermeta` VALUES (28076, 2718, 'uxf_organization', 'Lyon Technologies, Inc.') ; 
INSERT INTO `wp_usermeta` VALUES (28077, 2718, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (28078, 2718, 'pmpro_bzipcode', '91911') ; 
INSERT INTO `wp_usermeta` VALUES (28079, 2718, 'uxf_specialtags', 'CM') ; 
INSERT INTO `wp_usermeta` VALUES (28080, 2719, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (28081, 2719, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (28082, 2719, 'pmpro_baddress1', '1590 Goodlette Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (28083, 2719, 'pmpro_bcity', 'Naples') ; 
INSERT INTO `wp_usermeta` VALUES (28084, 2719, 'uxf_organization', 'Naples Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (28085, 2719, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (28086, 2719, 'pmpro_bzipcode', '34102') ; 
INSERT INTO `wp_usermeta` VALUES (28087, 2719, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (28088, 2720, 'pmpro_blastname', 'Hinkle Library') ; 
INSERT INTO `wp_usermeta` VALUES (28089, 2720, 'last_name', 'Hinkle Library') ; 
INSERT INTO `wp_usermeta` VALUES (28090, 2720, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (28091, 2720, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (28092, 2720, 'pmpro_baddress1', '10 Upper College Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (28093, 2720, 'pmpro_bcity', 'Alfred') ; 
INSERT INTO `wp_usermeta` VALUES (28094, 2720, 'uxf_organization', 'Alfred State College') ; 
INSERT INTO `wp_usermeta` VALUES (28095, 2720, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (28096, 2720, 'pmpro_bzipcode', '14802') ; 
INSERT INTO `wp_usermeta` VALUES (28097, 2721, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (28098, 2721, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (28099, 2721, 'pmpro_baddress1', '2001 N. Clark St.') ; 
INSERT INTO `wp_usermeta` VALUES (28100, 2721, 'pmpro_bcity', 'Chicago') ; 
INSERT INTO `wp_usermeta` VALUES (28101, 2721, 'uxf_organization', 'Lincoln Park Zoological Society') ; 
INSERT INTO `wp_usermeta` VALUES (28102, 2721, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (28103, 2721, 'pmpro_bzipcode', '60614') ; 
INSERT INTO `wp_usermeta` VALUES (28104, 2721, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (28105, 2722, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (28106, 2722, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (28107, 2722, 'pmpro_baddress1', '5644 W. 74th St.') ; 
INSERT INTO `wp_usermeta` VALUES (28108, 2722, 'pmpro_bcity', 'Indianapolis') ; 
INSERT INTO `wp_usermeta` VALUES (28109, 2722, 'uxf_organization', 'The Tony Stewart Foundation') ; 
INSERT INTO `wp_usermeta` VALUES (28110, 2722, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (28111, 2722, 'pmpro_bzipcode', '46278') ; 
INSERT INTO `wp_usermeta` VALUES (28112, 2723, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (28113, 2723, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (28114, 2723, 'pmpro_baddress1', 'P.O. Box 16637') ; 
INSERT INTO `wp_usermeta` VALUES (28115, 2723, 'pmpro_bcity', 'Beverly Hills') ; 
INSERT INTO `wp_usermeta` VALUES (28116, 2723, 'uxf_organization', 'William Holden Wildlife Foundation') ; 
INSERT INTO `wp_usermeta` VALUES (28117, 2723, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (28118, 2723, 'pmpro_bzipcode', '90209-2637') ; 
INSERT INTO `wp_usermeta` VALUES (28119, 2724, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (28120, 2724, 'pmpro_bstate', 'MT') ; 
INSERT INTO `wp_usermeta` VALUES (28121, 2724, 'pmpro_baddress1', 'P.O. Box 3008') ; 
INSERT INTO `wp_usermeta` VALUES (28122, 2724, 'pmpro_bcity', 'Bozeman') ; 
INSERT INTO `wp_usermeta` VALUES (28123, 2724, 'uxf_organization', 'Polar Bear International') ; 
INSERT INTO `wp_usermeta` VALUES (28124, 2724, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (28125, 2724, 'pmpro_bzipcode', '59772') ; 
INSERT INTO `wp_usermeta` VALUES (28126, 549, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28127, 1283, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28128, 1007, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28129, 909, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28130, 2021, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28131, 1751, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28132, 2589, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28133, 2127, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28134, 2502, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28135, 2005, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28136, 2652, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28137, 1978, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28138, 2665, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28139, 1970, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28140, 1925, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28141, 1831, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28142, 2689, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28143, 1776, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28144, 2690, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28145, 1682, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28146, 1611, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28147, 1804, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28148, 1593, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28149, 1584, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28150, 1473, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28151, 1429, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28152, 2253, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28153, 2039, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28154, 2065, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28155, 2415, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28156, 2407, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28157, 2362, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28158, 2331, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28159, 2330, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28160, 2309, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28161, 2308, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28162, 2291, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28163, 2280, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28164, 2522, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28165, 2249, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28166, 2248, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28167, 2191, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28168, 2166, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28169, 2535, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28170, 2093, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28171, 2077, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28172, 1420, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28173, 31, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28174, 337, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28175, 363, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28176, 381, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28177, 391, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28178, 429, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28179, 431, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28180, 447, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28181, 541, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28182, 326, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28183, 323, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28184, 282, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28185, 53, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28186, 118, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28187, 129, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28188, 130, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28189, 187, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28190, 197, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28191, 204, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28192, 228, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28193, 547, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28194, 6, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28195, 598, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28196, 1199, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28197, 1200, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28198, 1201, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28199, 1258, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28200, 1365, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28201, 1401, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28202, 1410, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28203, 1417, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28204, 1131, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28205, 1074, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28206, 1055, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28207, 622, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28208, 661, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28209, 729, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28210, 734, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28211, 797, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28212, 859, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28213, 978, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28214, 1042, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28215, 1419, 'pmpro_expiration_notice_30', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28216, 909, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28217, 1283, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28218, 1007, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28219, 549, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28220, 2021, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28221, 1751, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28222, 2589, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28223, 2127, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28224, 1420, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28225, 1429, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28226, 1401, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28227, 1473, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28228, 1584, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28229, 1593, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28230, 1611, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28231, 1682, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28232, 1776, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28233, 1419, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28234, 1417, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28235, 978, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28236, 1042, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28237, 1055, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28238, 1074, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28239, 1131, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28240, 1831, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28241, 1199, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28242, 1200, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28243, 1201, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28244, 1258, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28245, 1365, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28246, 1410, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28247, 1804, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28248, 1925, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28249, 2309, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28250, 2330, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28251, 2331, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28252, 2362, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28253, 2407, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28254, 2415, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28255, 2502, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28256, 2522, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28257, 2535, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28258, 2652, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28259, 2665, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28260, 2689, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28261, 2308, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28262, 2291, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28263, 2280, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28264, 1970, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28265, 1978, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28266, 2005, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28267, 2039, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28268, 2065, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28269, 2077, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28270, 2093, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28271, 2166, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28272, 2191, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28273, 2248, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28274, 2249, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28275, 2253, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28276, 2690, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28277, 197, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28278, 323, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28279, 118, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28280, 429, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28281, 431, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28282, 447, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28283, 228, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28284, 129, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28285, 661, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28286, 622, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28287, 598, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28288, 130, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28289, 282, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28290, 204, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28291, 541, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28292, 187, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28293, 734, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28294, 53, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28295, 729, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28296, 6, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28297, 547, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28298, 859, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28299, 363, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28300, 391, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28301, 797, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28302, 337, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28303, 326, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28304, 381, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28305, 31, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28307, 242, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28308, 296, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28309, 2238, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28310, 2160, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28311, 2235, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28312, 2130, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28313, 2162, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28314, 2106, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28315, 2080, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28316, 2183, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28317, 367, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28318, 308, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28319, 2194, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28320, 2079, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28321, 244, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28322, 2458, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28323, 182, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28324, 51, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28325, 2593, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28326, 2600, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28327, 2601, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28328, 2637, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28329, 2669, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28330, 16, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28331, 2694, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28332, 2695, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28333, 2696, 'pmpro_expiration_notice_60', '2014-05-09 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (29321, 2744, 'first_name', 'Mark') ; 
INSERT INTO `wp_usermeta` VALUES (28335, 76, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28336, 2520, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28337, 2504, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28338, 2333, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28339, 2334, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28340, 18, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28341, 2376, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28342, 2387, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28343, 2414, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28344, 125, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28345, 2459, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28346, 2476, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28347, 2477, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28348, 2494, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28349, 2698, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28350, 2023, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28351, 946, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28352, 1249, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28353, 1269, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28354, 1271, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28355, 338, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28356, 1286, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28357, 1299, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28358, 1338, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28359, 710, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28360, 1368, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28361, 1375, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28362, 1382, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28363, 685, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28364, 623, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28365, 1247, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28366, 1202, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28367, 903, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28368, 996, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28369, 875, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28370, 1034, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28371, 1047, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28372, 848, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28373, 826, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28374, 1099, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28375, 799, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28376, 1135, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28377, 779, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28378, 776, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28379, 738, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28380, 1421, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28381, 1444, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28382, 1698, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28383, 1814, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28384, 1818, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28385, 1136, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28386, 1882, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28387, 426, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28388, 1935, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28389, 1955, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28390, 1956, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28391, 399, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28392, 396, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28393, 1979, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28394, 2008, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28395, 1697, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28396, 449, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28397, 1461, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28398, 1471, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28399, 1483, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28400, 1501, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28401, 1505, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28402, 1507, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28403, 1578, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28404, 534, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28405, 498, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28406, 461, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28407, 1612, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28408, 1613, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28409, 1654, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28410, 2022, 'pmpro_expiration_notice_60', '2013-11-18 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (28411, 2492, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28412, 2492, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28413, 2492, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (28414, 2492, 'nickname', 'aazkuser11146') ; 
INSERT INTO `wp_usermeta` VALUES (28415, 2492, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28416, 2492, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28417, 2492, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28418, 2492, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28419, 2492, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28420, 2492, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28421, 2492, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (28422, 2492, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28423, 2, 'dismissed_wp_pointers', 'wp330_toolbar,wp350_media,wp360_revisions') ; 
INSERT INTO `wp_usermeta` VALUES (28424, 14, 'pmpro_baddress1', '') ; 
INSERT INTO `wp_usermeta` VALUES (28425, 14, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (28426, 14, 'pmpro_bcity', '') ; 
INSERT INTO `wp_usermeta` VALUES (28427, 14, 'pmpro_bstate', '') ; 
INSERT INTO `wp_usermeta` VALUES (28428, 14, 'pmpro_bzipcode', '') ; 
INSERT INTO `wp_usermeta` VALUES (28429, 14, 'pmpro_bcountry', '') ; 
INSERT INTO `wp_usermeta` VALUES (28430, 14, 'uxf_count', '') ; 
INSERT INTO `wp_usermeta` VALUES (28431, 14, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28432, 14, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28433, 14, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (28434, 14, 'nickname', 'aazkuser49') ; 
INSERT INTO `wp_usermeta` VALUES (28435, 14, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28436, 14, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28437, 14, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28438, 14, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28439, 14, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28440, 14, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28441, 14, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (28442, 14, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32232, 903, 'pmpro_bphone', '306-222-4827') ; 
INSERT INTO `wp_usermeta` VALUES (29241, 1843, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32245, 477, 'nickname', 'aazkuser2123') ; 
INSERT INTO `wp_usermeta` VALUES (32246, 477, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32233, 903, 'pmpro_bemail', 'garth.graham@saskatoon.ca') ; 
INSERT INTO `wp_usermeta` VALUES (32234, 903, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (32235, 903, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-2014') ; 
INSERT INTO `wp_usermeta` VALUES (32236, 903, 'pmpro_ExpirationMonth', '10') ; 
INSERT INTO `wp_usermeta` VALUES (32237, 903, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (32238, 2780, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (32239, 2780, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (32240, 2780, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (32241, 2770, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (32242, 2770, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (32243, 2770, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (32254, 2700, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 17, 2013";s:5:"month";i:5;s:7:"alltime";i:5;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (32244, 477, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28467, 1418, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28468, 1418, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28469, 1418, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (28470, 1418, 'nickname', 'aazkuser6295') ; 
INSERT INTO `wp_usermeta` VALUES (28471, 1418, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28472, 1418, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28473, 1418, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28474, 1418, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28475, 1418, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28476, 1418, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28477, 1418, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (28478, 1418, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28479, 2085, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28480, 2085, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28481, 2085, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (28482, 2085, 'nickname', 'aazkuser9389') ; 
INSERT INTO `wp_usermeta` VALUES (28483, 2085, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28484, 2085, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28485, 2085, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28486, 2085, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28487, 2085, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28488, 2085, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28489, 2085, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (28490, 2085, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28491, 996, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (28492, 996, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28493, 996, 'nickname', 'aazkuser4393') ; 
INSERT INTO `wp_usermeta` VALUES (28494, 996, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28495, 996, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28496, 996, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28497, 996, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28498, 996, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28499, 996, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28500, 996, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (28501, 996, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28502, 598, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (28503, 598, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28504, 598, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28505, 598, 'nickname', 'aazkuser2646') ; 
INSERT INTO `wp_usermeta` VALUES (28506, 598, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28507, 598, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28508, 598, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28509, 598, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28510, 598, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28511, 598, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28512, 598, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (28513, 598, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28514, 799, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (28515, 799, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28516, 799, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28517, 799, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (28518, 931, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (28519, 931, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28520, 931, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28521, 931, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (28522, 931, 'nickname', 'aazkuser4111') ; 
INSERT INTO `wp_usermeta` VALUES (28523, 931, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28524, 931, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28525, 931, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28526, 931, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28527, 931, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28528, 931, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28529, 931, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (28530, 931, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28531, 1987, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (28532, 1987, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28533, 1987, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28534, 1987, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (28535, 1232, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28536, 1232, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28537, 1232, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (28538, 1232, 'nickname', 'aazkuser5481') ; 
INSERT INTO `wp_usermeta` VALUES (28539, 1232, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28540, 1232, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28541, 1232, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28542, 1232, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28543, 1232, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28544, 1232, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28545, 1232, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (28546, 1232, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28547, 1022, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (28548, 1022, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28549, 1022, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28550, 1022, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (28551, 1022, 'nickname', 'aazkuser4528') ; 
INSERT INTO `wp_usermeta` VALUES (28552, 1022, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28553, 1022, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28554, 1022, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28555, 1022, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28556, 1022, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28557, 1022, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28558, 1022, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (28559, 1022, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28560, 114, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (28561, 114, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28562, 114, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28563, 114, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (28564, 114, 'nickname', 'aazkuser506') ; 
INSERT INTO `wp_usermeta` VALUES (28565, 114, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28566, 114, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28567, 114, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28568, 114, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28569, 114, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28570, 114, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28571, 114, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (28572, 114, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28573, 509, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (28574, 509, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28575, 509, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28576, 509, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (28577, 509, 'nickname', 'aazkuser2255') ; 
INSERT INTO `wp_usermeta` VALUES (28578, 509, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28579, 509, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28580, 509, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28581, 509, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28582, 509, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28583, 509, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28584, 509, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (28585, 509, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28586, 1590, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (28587, 1590, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28588, 1590, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28589, 1590, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (28590, 1590, 'nickname', 'aazkuser7091') ; 
INSERT INTO `wp_usermeta` VALUES (28591, 1590, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28592, 1590, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28593, 1590, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28594, 1590, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28595, 1590, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28596, 1590, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28597, 1590, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (28598, 1590, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28599, 2265, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (28600, 2265, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28601, 2265, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28602, 2265, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (28603, 2265, 'nickname', 'aazkuser10206') ; 
INSERT INTO `wp_usermeta` VALUES (28604, 2265, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28605, 2265, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28606, 2265, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28607, 2265, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28608, 2265, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28609, 2265, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28610, 2265, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (28611, 2265, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28612, 438, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28613, 438, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28614, 438, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (28615, 438, 'nickname', 'aazkuser1955') ; 
INSERT INTO `wp_usermeta` VALUES (28616, 438, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28617, 438, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28618, 438, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28619, 438, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28620, 438, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28621, 438, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28622, 438, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (28623, 438, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28624, 2266, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28625, 2266, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28626, 2266, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (28627, 2266, 'nickname', 'aazkuser10207') ; 
INSERT INTO `wp_usermeta` VALUES (28628, 2266, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28629, 2266, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28630, 2266, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28631, 2266, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28632, 2266, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28633, 2266, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28634, 2266, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (28635, 2266, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28636, 713, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28637, 713, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28638, 713, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (28639, 713, 'nickname', 'aazkuser3172') ; 
INSERT INTO `wp_usermeta` VALUES (28640, 713, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28641, 713, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28642, 713, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28643, 713, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28644, 713, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28645, 713, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28646, 713, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (28647, 713, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28648, 2077, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28649, 2077, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28650, 2077, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (28651, 2077, 'nickname', 'aazkuser9349') ; 
INSERT INTO `wp_usermeta` VALUES (28652, 2077, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28653, 2077, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28654, 2077, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28655, 2077, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28656, 2077, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28657, 2077, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28658, 2077, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (28659, 2077, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28660, 2726, 'first_name', 'Kristy') ; 
INSERT INTO `wp_usermeta` VALUES (28661, 2726, 'last_name', 'Becka') ; 
INSERT INTO `wp_usermeta` VALUES (28662, 2726, 'nickname', 'KBecka') ; 
INSERT INTO `wp_usermeta` VALUES (28663, 2726, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28664, 2726, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28665, 2726, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28666, 2726, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28667, 2726, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28668, 2726, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28669, 2726, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (28670, 2726, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28671, 2726, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (28672, 2726, 'pmpro_bfirstname', 'Kristy') ; 
INSERT INTO `wp_usermeta` VALUES (28673, 2726, 'pmpro_blastname', 'Becka') ; 
INSERT INTO `wp_usermeta` VALUES (28674, 2726, 'pmpro_baddress1', '9587 Diagonal Road') ; 
INSERT INTO `wp_usermeta` VALUES (28675, 2726, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (28676, 2726, 'pmpro_bcity', 'Mantua') ; 
INSERT INTO `wp_usermeta` VALUES (28677, 2726, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (28678, 2726, 'pmpro_bzipcode', '44255') ; 
INSERT INTO `wp_usermeta` VALUES (28679, 2726, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (28680, 2726, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (28681, 2726, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28682, 2726, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28683, 2726, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (28684, 2727, 'first_name', 'Christina') ; 
INSERT INTO `wp_usermeta` VALUES (28685, 2727, 'last_name', 'Herron') ; 
INSERT INTO `wp_usermeta` VALUES (28686, 2727, 'nickname', 'CHerron') ; 
INSERT INTO `wp_usermeta` VALUES (28687, 2727, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28688, 2727, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28689, 2727, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28690, 2727, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28691, 2727, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28692, 2727, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28693, 2727, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (28694, 2727, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28695, 2727, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (28696, 2727, 'pmpro_bfirstname', 'Christina') ; 
INSERT INTO `wp_usermeta` VALUES (28697, 2727, 'pmpro_blastname', 'Herron') ; 
INSERT INTO `wp_usermeta` VALUES (28698, 2727, 'pmpro_baddress1', '66 Ocean View Ave. Apt 53') ; 
INSERT INTO `wp_usermeta` VALUES (28699, 2727, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (28700, 2727, 'pmpro_bcity', 'Santa Barbara') ; 
INSERT INTO `wp_usermeta` VALUES (28701, 2727, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (28702, 2727, 'pmpro_bzipcode', '93103') ; 
INSERT INTO `wp_usermeta` VALUES (28703, 2727, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (28704, 2727, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (28705, 2727, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28706, 2727, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28707, 2727, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (28708, 2728, 'first_name', 'Corinne') ; 
INSERT INTO `wp_usermeta` VALUES (28709, 2728, 'last_name', 'Del Grande') ; 
INSERT INTO `wp_usermeta` VALUES (28710, 2728, 'nickname', 'Cdelgrande') ; 
INSERT INTO `wp_usermeta` VALUES (28711, 2728, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28712, 2728, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28713, 2728, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28714, 2728, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28715, 2728, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28716, 2728, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28717, 2728, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (28718, 2728, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28719, 2728, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (28720, 2728, 'pmpro_bfirstname', 'Corrine') ; 
INSERT INTO `wp_usermeta` VALUES (28721, 2728, 'pmpro_blastname', 'Del Grande') ; 
INSERT INTO `wp_usermeta` VALUES (28722, 2728, 'pmpro_baddress1', '50 Harbourton Woodsville') ; 
INSERT INTO `wp_usermeta` VALUES (28723, 2728, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (28724, 2728, 'pmpro_bcity', 'Pennington') ; 
INSERT INTO `wp_usermeta` VALUES (28725, 2728, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (28726, 2728, 'pmpro_bzipcode', '08534') ; 
INSERT INTO `wp_usermeta` VALUES (28727, 2728, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (28728, 2728, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (28729, 2728, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28730, 2728, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28731, 2728, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (10826139, 287527, '_wpsc_visitor_id', '664949') ; 
INSERT INTO `wp_usermeta` VALUES (10826138, 621, 'pmpro_ExpirationYear', '2014') ; 
INSERT INTO `wp_usermeta` VALUES (10826137, 621, 'pmpro_ExpirationMonth', '12') ; 
INSERT INTO `wp_usermeta` VALUES (10826136, 621, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-7024') ; 
INSERT INTO `wp_usermeta` VALUES (10826135, 621, 'pmpro_CardType', 'Mastercard') ; 
INSERT INTO `wp_usermeta` VALUES (10826134, 621, 'pmpro_bemail', 'dveccia@deloitte.com') ; 
INSERT INTO `wp_usermeta` VALUES (10826145, 621, 'wpseo_title', '') ; 
INSERT INTO `wp_usermeta` VALUES (10826132, 621, 'profile_update', '1402422616') ; 
INSERT INTO `wp_usermeta` VALUES (10826133, 621, 'pmpro_bphone', '203-846-1819') ; 
INSERT INTO `wp_usermeta` VALUES (10826131, 621, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (10826130, 621, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (10826129, 621, 'pmpro_views', 'a:4:{s:4:"last";s:13:"June 10, 2014";s:5:"month";i:27;s:7:"alltime";i:27;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (10826062, 1574, 'wpseo_title', '') ; 
INSERT INTO `wp_usermeta` VALUES (28768, 2731, 'first_name', 'Cory') ; 
INSERT INTO `wp_usermeta` VALUES (28769, 2731, 'last_name', 'Thompson') ; 
INSERT INTO `wp_usermeta` VALUES (28770, 2731, 'nickname', 'Cthompson') ; 
INSERT INTO `wp_usermeta` VALUES (28771, 2731, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28772, 2731, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28773, 2731, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28774, 2731, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28775, 2731, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28776, 2731, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28777, 2731, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (28778, 2731, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28779, 2731, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (28780, 2, 'wp_user-settings', 'editor=tinymce&libraryContent=browse&hidetb=1&advImgDetails=show') ; 
INSERT INTO `wp_usermeta` VALUES (28781, 2, 'wp_user-settings-time', '1408467918') ; 
INSERT INTO `wp_usermeta` VALUES (28782, 2731, 'pmpro_bfirstname', 'Cory') ; 
INSERT INTO `wp_usermeta` VALUES (28783, 2731, 'pmpro_blastname', 'Thompson') ; 
INSERT INTO `wp_usermeta` VALUES (28784, 2731, 'pmpro_baddress1', '9 Garrison Drive') ; 
INSERT INTO `wp_usermeta` VALUES (28785, 2731, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (28786, 2731, 'pmpro_bcity', 'Plainville') ; 
INSERT INTO `wp_usermeta` VALUES (28787, 2731, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (28788, 2731, 'pmpro_bzipcode', '02762') ; 
INSERT INTO `wp_usermeta` VALUES (28789, 2731, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (28790, 2731, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (28791, 2731, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28792, 2731, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28793, 2731, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (28794, 799, 'nickname', 'aazkuser3545') ; 
INSERT INTO `wp_usermeta` VALUES (28795, 799, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28796, 799, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28797, 799, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28798, 799, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28799, 799, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28800, 799, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28801, 799, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (28802, 799, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28803, 1987, 'nickname', 'aazkuser8930') ; 
INSERT INTO `wp_usermeta` VALUES (28804, 1987, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28805, 1987, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28806, 1987, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28807, 1987, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28808, 1987, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28809, 1987, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28810, 1987, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (28811, 1987, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28812, 1925, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (28813, 1925, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28814, 1925, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28815, 1925, 'nickname', 'aazkuser8634') ; 
INSERT INTO `wp_usermeta` VALUES (28816, 1925, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28817, 1925, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28818, 1925, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28819, 1925, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28820, 1925, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28821, 1925, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28822, 1925, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (28823, 1925, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28824, 2093, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (28825, 2093, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28826, 2093, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28827, 2093, 'nickname', 'aazkuser9424') ; 
INSERT INTO `wp_usermeta` VALUES (28828, 2093, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28829, 2093, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28830, 2093, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28831, 2093, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28832, 2093, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28833, 2093, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28834, 2093, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (28835, 2093, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28836, 1831, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (28837, 1831, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28838, 1831, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28839, 1831, 'nickname', 'aazkuser8225') ; 
INSERT INTO `wp_usermeta` VALUES (28840, 1831, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28841, 1831, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28842, 1831, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28843, 1831, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28844, 1831, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28845, 1831, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28846, 1831, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (28847, 1831, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28848, 255, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28849, 255, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28850, 255, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (28851, 255, 'nickname', 'aazkuser1106') ; 
INSERT INTO `wp_usermeta` VALUES (28852, 255, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28853, 255, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28854, 255, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28855, 255, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28856, 255, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28857, 255, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28858, 255, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (28859, 255, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28860, 1403, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28861, 1403, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28862, 1403, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (28863, 1403, 'nickname', 'aazkuser6240') ; 
INSERT INTO `wp_usermeta` VALUES (28864, 1403, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28865, 1403, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28866, 1403, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28867, 1403, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28868, 1403, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28869, 1403, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28870, 1403, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (28871, 1403, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28872, 2732, 'first_name', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (28873, 2732, 'last_name', 'Gallivan') ; 
INSERT INTO `wp_usermeta` VALUES (28874, 2732, 'nickname', 'Sgallivan') ; 
INSERT INTO `wp_usermeta` VALUES (28875, 2732, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28876, 2732, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28877, 2732, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28878, 2732, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28879, 2732, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28880, 2732, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28881, 2732, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (28882, 2732, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28883, 2732, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (28884, 2732, 'pmpro_bfirstname', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (28885, 2732, 'pmpro_blastname', 'Gallivan: Wildlife Safari') ; 
INSERT INTO `wp_usermeta` VALUES (28886, 2732, 'pmpro_baddress1', 'PO Box 1600') ; 
INSERT INTO `wp_usermeta` VALUES (28887, 2732, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (28888, 2732, 'pmpro_bcity', 'Winston') ; 
INSERT INTO `wp_usermeta` VALUES (28889, 2732, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (28890, 2732, 'pmpro_bzipcode', '97496') ; 
INSERT INTO `wp_usermeta` VALUES (28891, 2732, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (28892, 2732, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (28893, 2732, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28894, 2732, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28895, 2732, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (28896, 2733, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (28897, 2733, 'last_name', 'Roy') ; 
INSERT INTO `wp_usermeta` VALUES (28898, 2733, 'nickname', 'Sroy') ; 
INSERT INTO `wp_usermeta` VALUES (28899, 2733, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28900, 2733, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28901, 2733, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28902, 2733, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28903, 2733, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28904, 2733, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28905, 2733, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (28906, 2733, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28907, 2733, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (28908, 2733, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (28909, 2733, 'pmpro_blastname', 'Roy: Wildlife Safari') ; 
INSERT INTO `wp_usermeta` VALUES (28910, 2733, 'pmpro_baddress1', 'PO Box 1600') ; 
INSERT INTO `wp_usermeta` VALUES (28911, 2733, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (28912, 2733, 'pmpro_bcity', 'Winston') ; 
INSERT INTO `wp_usermeta` VALUES (28913, 2733, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (28914, 2733, 'pmpro_bzipcode', '97496') ; 
INSERT INTO `wp_usermeta` VALUES (28915, 2733, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (28916, 2733, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (28917, 2733, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28918, 2733, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28919, 2733, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (28920, 2734, 'first_name', 'Kevin') ; 
INSERT INTO `wp_usermeta` VALUES (28921, 2734, 'last_name', 'Ragan') ; 
INSERT INTO `wp_usermeta` VALUES (28922, 2734, 'nickname', 'Kragan') ; 
INSERT INTO `wp_usermeta` VALUES (28923, 2734, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28924, 2734, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28925, 2734, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28926, 2734, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28927, 2734, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28928, 2734, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28929, 2734, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (28930, 2734, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28931, 2734, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (28932, 2734, 'pmpro_bfirstname', 'Kevin') ; 
INSERT INTO `wp_usermeta` VALUES (28933, 2734, 'pmpro_blastname', 'Ragan: Wildlife Safari') ; 
INSERT INTO `wp_usermeta` VALUES (28934, 2734, 'pmpro_baddress1', 'PO Box 1600') ; 
INSERT INTO `wp_usermeta` VALUES (28935, 2734, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (28936, 2734, 'pmpro_bcity', 'Winston') ; 
INSERT INTO `wp_usermeta` VALUES (28937, 2734, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (28938, 2734, 'pmpro_bzipcode', '97496') ; 
INSERT INTO `wp_usermeta` VALUES (28939, 2734, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (28940, 2734, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (28941, 2734, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28942, 2734, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28943, 2734, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (28944, 2735, 'first_name', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (28945, 2735, 'last_name', 'Goswell') ; 
INSERT INTO `wp_usermeta` VALUES (28946, 2735, 'nickname', 'Agoswell') ; 
INSERT INTO `wp_usermeta` VALUES (28947, 2735, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28948, 2735, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28949, 2735, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28950, 2735, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28951, 2735, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28952, 2735, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28953, 2735, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (28954, 2735, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28955, 2735, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (28956, 2735, 'pmpro_bfirstname', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (28957, 2735, 'pmpro_blastname', 'Goswell') ; 
INSERT INTO `wp_usermeta` VALUES (28958, 2735, 'pmpro_baddress1', '11 Jason Drive') ; 
INSERT INTO `wp_usermeta` VALUES (28959, 2735, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (28960, 2735, 'pmpro_bcity', 'Whitby') ; 
INSERT INTO `wp_usermeta` VALUES (28961, 2735, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (28962, 2735, 'pmpro_bzipcode', 'L1R 1M2') ; 
INSERT INTO `wp_usermeta` VALUES (28963, 2735, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (28964, 2735, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (28965, 2735, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28966, 2735, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28967, 2735, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (28968, 458, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (28969, 458, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28970, 458, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28971, 458, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (28972, 458, 'nickname', 'aazkuser2056') ; 
INSERT INTO `wp_usermeta` VALUES (28973, 458, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (28974, 458, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28975, 458, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (28976, 458, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (28977, 458, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28978, 458, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (28979, 458, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (28980, 458, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (28981, 2, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28982, 2, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (28983, 1, 'uxf_count', 'no') ; 
INSERT INTO `wp_usermeta` VALUES (28984, 1, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (28985, 1, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29020, 2436, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29021, 2436, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29022, 2436, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29023, 2436, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29024, 2436, 'nickname', 'aazkuser10925') ; 
INSERT INTO `wp_usermeta` VALUES (29025, 2436, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29026, 2436, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29027, 2436, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29028, 2436, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29029, 2436, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29030, 2436, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29031, 2436, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29032, 2436, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29033, 1848, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29034, 1848, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29035, 1848, 'nickname', 'aazkuser8279') ; 
INSERT INTO `wp_usermeta` VALUES (29036, 1848, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29037, 1848, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29038, 1848, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29039, 1848, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29040, 1848, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29041, 1848, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29042, 1848, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29043, 1848, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29044, 2502, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29045, 2502, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29046, 2502, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29047, 2502, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29048, 2502, 'nickname', 'aazkuser11191') ; 
INSERT INTO `wp_usermeta` VALUES (29049, 2502, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29050, 2502, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29051, 2502, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29052, 2502, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29053, 2502, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29054, 2502, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29055, 2502, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29056, 2502, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29057, 228, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29058, 228, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29059, 228, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29060, 228, 'nickname', 'aazkuser986') ; 
INSERT INTO `wp_usermeta` VALUES (29061, 228, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29062, 228, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29063, 228, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29064, 228, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29065, 228, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29066, 228, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29067, 228, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29068, 228, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29069, 2699, 'pmpro_bfirstname', 'Mari') ; 
INSERT INTO `wp_usermeta` VALUES (29070, 2699, 'pmpro_blastname', 'Vella') ; 
INSERT INTO `wp_usermeta` VALUES (29071, 2699, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29072, 2699, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29073, 2699, 'first_name', 'Bergen County Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (29074, 2699, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (29075, 2699, 'nickname', 'aazkuser12061') ; 
INSERT INTO `wp_usermeta` VALUES (29076, 2699, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29077, 2699, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29078, 2699, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29079, 2699, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29080, 2699, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29081, 2699, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29082, 2699, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29083, 2699, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29084, 2737, 'first_name', 'Marianne') ; 
INSERT INTO `wp_usermeta` VALUES (29085, 2737, 'last_name', 'Vella') ; 
INSERT INTO `wp_usermeta` VALUES (29086, 2737, 'nickname', 'Mvella') ; 
INSERT INTO `wp_usermeta` VALUES (29087, 2737, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29088, 2737, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29089, 2737, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29090, 2737, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29091, 2737, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29092, 2737, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29093, 2737, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29094, 2737, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29095, 2737, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (29096, 2737, 'pmpro_bfirstname', 'Marianne') ; 
INSERT INTO `wp_usermeta` VALUES (29097, 2737, 'pmpro_blastname', 'Vella') ; 
INSERT INTO `wp_usermeta` VALUES (29098, 2737, 'pmpro_baddress1', '10 Lindenwood Court') ; 
INSERT INTO `wp_usermeta` VALUES (29099, 2737, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29100, 2737, 'pmpro_bcity', 'Washington Township') ; 
INSERT INTO `wp_usermeta` VALUES (29101, 2737, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (29102, 2737, 'pmpro_bzipcode', '07676') ; 
INSERT INTO `wp_usermeta` VALUES (29103, 2737, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (29104, 2737, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (29105, 2737, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29106, 2737, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29107, 2737, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29108, 2738, 'first_name', 'Christyne') ; 
INSERT INTO `wp_usermeta` VALUES (29109, 2738, 'last_name', 'Fitzgerald') ; 
INSERT INTO `wp_usermeta` VALUES (29110, 2738, 'nickname', 'Cfitzgerald') ; 
INSERT INTO `wp_usermeta` VALUES (29111, 2738, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29112, 2738, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29113, 2738, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29114, 2738, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29115, 2738, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29116, 2738, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29117, 2738, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29118, 2738, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29119, 2738, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (29120, 2738, 'pmpro_bfirstname', 'Christyne') ; 
INSERT INTO `wp_usermeta` VALUES (29121, 2738, 'pmpro_blastname', 'Fitzgerald') ; 
INSERT INTO `wp_usermeta` VALUES (29122, 2738, 'pmpro_baddress1', '2460 Livingston Road SW') ; 
INSERT INTO `wp_usermeta` VALUES (29123, 2738, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29124, 2738, 'pmpro_bcity', 'Roanoke') ; 
INSERT INTO `wp_usermeta` VALUES (29125, 2738, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (29126, 2738, 'pmpro_bzipcode', '24015') ; 
INSERT INTO `wp_usermeta` VALUES (29127, 2738, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (29128, 2738, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (29129, 2738, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29130, 2738, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29131, 2738, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29132, 2739, 'first_name', 'Bonnie') ; 
INSERT INTO `wp_usermeta` VALUES (29133, 2739, 'last_name', 'Gahan') ; 
INSERT INTO `wp_usermeta` VALUES (29134, 2739, 'nickname', 'Bgahan') ; 
INSERT INTO `wp_usermeta` VALUES (29135, 2739, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29136, 2739, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29137, 2739, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29138, 2739, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29139, 2739, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29140, 2739, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29141, 2739, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29142, 2739, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29143, 2739, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (29144, 2739, 'pmpro_bfirstname', 'Bonnie') ; 
INSERT INTO `wp_usermeta` VALUES (29145, 2739, 'pmpro_blastname', 'Gahan') ; 
INSERT INTO `wp_usermeta` VALUES (29146, 2739, 'pmpro_baddress1', '175 Ridge Road Apt K2') ; 
INSERT INTO `wp_usermeta` VALUES (29147, 2739, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29148, 2739, 'pmpro_bcity', 'Cedar Grove') ; 
INSERT INTO `wp_usermeta` VALUES (29149, 2739, 'pmpro_bstate', 'NJ') ; 
INSERT INTO `wp_usermeta` VALUES (29150, 2739, 'pmpro_bzipcode', '07009') ; 
INSERT INTO `wp_usermeta` VALUES (29151, 2739, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (29152, 2739, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (29153, 2739, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29154, 2739, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29155, 2739, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29156, 2740, 'first_name', 'Edwin') ; 
INSERT INTO `wp_usermeta` VALUES (29157, 2740, 'last_name', 'Gwin') ; 
INSERT INTO `wp_usermeta` VALUES (29158, 2740, 'nickname', 'Egwin') ; 
INSERT INTO `wp_usermeta` VALUES (29159, 2740, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29160, 2740, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29161, 2740, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29162, 2740, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29163, 2740, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29164, 2740, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29165, 2740, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29166, 2740, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29167, 2740, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (29168, 2740, 'pmpro_bfirstname', 'Edwin') ; 
INSERT INTO `wp_usermeta` VALUES (29169, 2740, 'pmpro_blastname', 'Gwin') ; 
INSERT INTO `wp_usermeta` VALUES (29170, 2740, 'pmpro_baddress1', '2527 E. Melbourne') ; 
INSERT INTO `wp_usermeta` VALUES (29171, 2740, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29172, 2740, 'pmpro_bcity', 'Springfield') ; 
INSERT INTO `wp_usermeta` VALUES (29173, 2740, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (29174, 2740, 'pmpro_bzipcode', '65804') ; 
INSERT INTO `wp_usermeta` VALUES (29175, 2740, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (29176, 2740, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (29177, 2740, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29178, 2740, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29179, 2740, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29180, 2741, 'first_name', 'Pamela') ; 
INSERT INTO `wp_usermeta` VALUES (29181, 2741, 'last_name', 'Gwin') ; 
INSERT INTO `wp_usermeta` VALUES (29182, 2741, 'nickname', 'Pgwin') ; 
INSERT INTO `wp_usermeta` VALUES (29183, 2741, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29184, 2741, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29185, 2741, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29186, 2741, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29187, 2741, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29188, 2741, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29189, 2741, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29190, 2741, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29191, 2741, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (29192, 2741, 'pmpro_bfirstname', 'Pamela') ; 
INSERT INTO `wp_usermeta` VALUES (29193, 2741, 'pmpro_blastname', 'Gwin') ; 
INSERT INTO `wp_usermeta` VALUES (29194, 2741, 'pmpro_baddress1', '2527 E. Melbourne') ; 
INSERT INTO `wp_usermeta` VALUES (29195, 2741, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29196, 2741, 'pmpro_bcity', 'Springfield') ; 
INSERT INTO `wp_usermeta` VALUES (29197, 2741, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (29198, 2741, 'pmpro_bzipcode', '65804') ; 
INSERT INTO `wp_usermeta` VALUES (29199, 2741, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (29200, 2741, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (29201, 2741, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29202, 2741, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29203, 2741, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29204, 264, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29205, 264, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29206, 264, 'nickname', 'aazkuser1143') ; 
INSERT INTO `wp_usermeta` VALUES (29207, 264, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29208, 264, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29209, 264, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29210, 264, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29211, 264, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29212, 264, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29213, 264, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29214, 264, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29215, 2, 'closedpostboxes_wpsc-product', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29216, 2, 'metaboxhidden_wpsc-product', 'a:1:{i:0;s:7:"slugdiv";}') ; 
INSERT INTO `wp_usermeta` VALUES (29217, 2742, 'first_name', 'Louisville Zoological Garden') ; 
INSERT INTO `wp_usermeta` VALUES (29218, 2742, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (29219, 2742, 'nickname', 'Louisvill') ; 
INSERT INTO `wp_usermeta` VALUES (29220, 2742, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29221, 2742, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29222, 2742, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29223, 2742, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29224, 2742, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29225, 2742, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29226, 2742, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29227, 2742, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29228, 2742, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (29229, 2742, 'pmpro_bfirstname', 'John') ; 
INSERT INTO `wp_usermeta` VALUES (29230, 2742, 'pmpro_blastname', 'Walczak: Director') ; 
INSERT INTO `wp_usermeta` VALUES (29231, 2742, 'pmpro_baddress1', 'PO Box 37250') ; 
INSERT INTO `wp_usermeta` VALUES (29232, 2742, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29233, 2742, 'pmpro_bcity', 'Louisville') ; 
INSERT INTO `wp_usermeta` VALUES (29234, 2742, 'pmpro_bstate', 'KY') ; 
INSERT INTO `wp_usermeta` VALUES (29235, 2742, 'pmpro_bzipcode', '40233-7250') ; 
INSERT INTO `wp_usermeta` VALUES (29236, 2742, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (29237, 2742, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (29238, 2742, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29239, 2742, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29240, 2742, 'uxf_organization', 'Louisville Zoological Garden') ; 
INSERT INTO `wp_usermeta` VALUES (29242, 1843, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (29243, 1843, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29244, 1843, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29245, 1843, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29246, 1898, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29247, 1898, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29248, 1898, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29249, 1898, 'nickname', 'aazkuser8498') ; 
INSERT INTO `wp_usermeta` VALUES (29250, 1898, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29251, 1898, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29252, 1898, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29253, 1898, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29254, 1898, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29255, 1898, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29256, 1898, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29257, 1898, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29258, 2743, 'first_name', 'Russ') ; 
INSERT INTO `wp_usermeta` VALUES (29259, 2743, 'last_name', 'Evans') ; 
INSERT INTO `wp_usermeta` VALUES (29260, 2743, 'nickname', 'REvans') ; 
INSERT INTO `wp_usermeta` VALUES (29261, 2743, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29262, 2743, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29263, 2743, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29264, 2743, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29265, 2743, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29266, 2743, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29267, 2743, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29268, 2743, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29269, 2743, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (29270, 2743, 'pmpro_bfirstname', 'Russ') ; 
INSERT INTO `wp_usermeta` VALUES (29271, 2743, 'pmpro_blastname', 'Evans') ; 
INSERT INTO `wp_usermeta` VALUES (29272, 2743, 'pmpro_baddress1', '123 Acacia Circle Unit 605') ; 
INSERT INTO `wp_usermeta` VALUES (29273, 2743, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29274, 2743, 'pmpro_bcity', 'Indian Head Park') ; 
INSERT INTO `wp_usermeta` VALUES (29275, 2743, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (29276, 2743, 'pmpro_bzipcode', '60525') ; 
INSERT INTO `wp_usermeta` VALUES (29277, 2743, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (29278, 2743, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (29279, 2743, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29280, 2743, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29281, 2743, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29282, 362, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29283, 362, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29284, 362, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29285, 362, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29286, 362, 'nickname', 'aazkuser1600') ; 
INSERT INTO `wp_usermeta` VALUES (29287, 362, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29288, 362, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29289, 362, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29290, 362, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29291, 362, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29292, 362, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29293, 362, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29294, 362, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29295, 703, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29296, 703, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29297, 703, 'nickname', 'aazkuser3118') ; 
INSERT INTO `wp_usermeta` VALUES (29298, 703, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29299, 703, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29300, 703, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29301, 703, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29302, 703, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29303, 703, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29304, 703, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29305, 703, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29306, 2700, 'pmpro_bfirstname', 'John ') ; 
INSERT INTO `wp_usermeta` VALUES (29307, 2700, 'pmpro_blastname', 'Kiseda') ; 
INSERT INTO `wp_usermeta` VALUES (29308, 2700, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29309, 2700, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29310, 2700, 'first_name', 'El Paso Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (29311, 2700, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (29312, 2700, 'nickname', 'aazkuser12069') ; 
INSERT INTO `wp_usermeta` VALUES (29313, 2700, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29314, 2700, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29315, 2700, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29316, 2700, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29317, 2700, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29318, 2700, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29319, 2700, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29320, 2700, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29330, 2744, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29331, 2744, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29332, 2744, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (29333, 2744, 'pmpro_bfirstname', 'Mark ') ; 
INSERT INTO `wp_usermeta` VALUES (29334, 2744, 'pmpro_blastname', 'Hagen') ; 
INSERT INTO `wp_usermeta` VALUES (29335, 2744, 'pmpro_baddress1', '20.500 Trans Canada Hwy') ; 
INSERT INTO `wp_usermeta` VALUES (29336, 2744, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29337, 2744, 'pmpro_bcity', 'Baie D\'Urfe') ; 
INSERT INTO `wp_usermeta` VALUES (29338, 2744, 'pmpro_bstate', 'QUE') ; 
INSERT INTO `wp_usermeta` VALUES (29339, 2744, 'pmpro_bzipcode', 'H9X 02A') ; 
INSERT INTO `wp_usermeta` VALUES (29340, 2744, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (29341, 2744, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (29342, 2744, 'uxf_specialtags', 'CM') ; 
INSERT INTO `wp_usermeta` VALUES (29343, 2744, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29344, 2744, 'uxf_organization', 'Hagen Avicultural Research Institute') ; 
INSERT INTO `wp_usermeta` VALUES (29345, 2745, 'first_name', 'Fresno\'s Chaffee Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (29346, 2745, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (29347, 2745, 'nickname', 'FRESNO') ; 
INSERT INTO `wp_usermeta` VALUES (29348, 2745, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29349, 2745, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29350, 2745, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29351, 2745, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29352, 2745, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29353, 2745, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29354, 2745, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29355, 2745, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29356, 2745, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (29357, 2745, 'pmpro_bfirstname', 'Scott') ; 
INSERT INTO `wp_usermeta` VALUES (29358, 2745, 'pmpro_blastname', 'Barton') ; 
INSERT INTO `wp_usermeta` VALUES (29359, 2745, 'pmpro_baddress1', '894 W. Belmont') ; 
INSERT INTO `wp_usermeta` VALUES (29360, 2745, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29361, 2745, 'pmpro_bcity', 'Fresno') ; 
INSERT INTO `wp_usermeta` VALUES (29362, 2745, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (29363, 2745, 'pmpro_bzipcode', '93728-2891') ; 
INSERT INTO `wp_usermeta` VALUES (29364, 2745, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (29365, 2745, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (29366, 2745, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (29367, 2745, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29368, 2745, 'uxf_organization', 'Fresno\'s Chaffee Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (29369, 1263, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29370, 1263, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29371, 1263, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29372, 1263, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29373, 1263, 'nickname', 'aazkuser5625') ; 
INSERT INTO `wp_usermeta` VALUES (29374, 1263, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29375, 1263, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29376, 1263, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29377, 1263, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29378, 1263, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29379, 1263, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29380, 1263, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29381, 1263, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29382, 307, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (29383, 307, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"August 15, 2014";s:5:"month";i:3;s:7:"alltime";i:23;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (199852, 1311, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199853, 1311, '_wpsc_shipping_region', '29') ; 
INSERT INTO `wp_usermeta` VALUES (199854, 1311, '_wpsc_billing_region', '29') ; 
INSERT INTO `wp_usermeta` VALUES (199855, 1311, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"29";s:15:"selected_region";s:2:"29";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"fe7b7f12b0ead5f4bd978e03890799b2414f860c";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (30985, 8, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (30986, 8, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"December 6, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (29385, 307, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"August 15, 2014";s:5:"month";i:3;s:7:"alltime";i:17;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (29386, 307, 'pmpro_views', 'a:4:{s:4:"last";s:15:"August 15, 2014";s:5:"month";i:12;s:7:"alltime";i:169;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (29387, 2746, 'first_name', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (29388, 2746, 'last_name', 'Siffring') ; 
INSERT INTO `wp_usermeta` VALUES (29389, 2746, 'nickname', 'Lsiffring') ; 
INSERT INTO `wp_usermeta` VALUES (29390, 2746, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29391, 2746, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29392, 2746, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29393, 2746, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29394, 2746, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29395, 2746, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29396, 2746, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29397, 2746, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29398, 2746, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (29399, 2746, 'pmpro_bfirstname', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (29400, 2746, 'pmpro_blastname', 'Siffring: Abilene Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (29401, 2746, 'pmpro_baddress1', '2070 Zoo Lane') ; 
INSERT INTO `wp_usermeta` VALUES (29402, 2746, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29403, 2746, 'pmpro_bcity', 'Abilene') ; 
INSERT INTO `wp_usermeta` VALUES (29404, 2746, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (29405, 2746, 'pmpro_bzipcode', '79602') ; 
INSERT INTO `wp_usermeta` VALUES (29406, 2746, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (29407, 2746, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (29408, 2746, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29409, 2746, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29410, 2746, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29411, 1617, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29412, 1617, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29413, 1617, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29414, 1617, 'nickname', 'aazkuser7229') ; 
INSERT INTO `wp_usermeta` VALUES (29415, 1617, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29416, 1617, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29417, 1617, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29418, 1617, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29419, 1617, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29420, 1617, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29421, 1617, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29422, 1617, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29423, 1656, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29424, 1656, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29425, 1656, 'nickname', 'aazkuser7401') ; 
INSERT INTO `wp_usermeta` VALUES (29426, 1656, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29427, 1656, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29428, 1656, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29429, 1656, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29430, 1656, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29431, 1656, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29432, 1656, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29433, 1656, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29458, 883, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29459, 883, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29460, 883, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29461, 883, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29462, 883, 'nickname', 'aazkuser3885') ; 
INSERT INTO `wp_usermeta` VALUES (29463, 883, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29464, 883, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29465, 883, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29466, 883, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29467, 883, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29468, 883, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29469, 883, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29470, 883, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29471, 77, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29472, 77, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29473, 77, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29474, 77, 'nickname', 'aazkuser329') ; 
INSERT INTO `wp_usermeta` VALUES (29475, 77, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29476, 77, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29477, 77, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29478, 77, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29479, 77, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29480, 77, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29481, 77, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29482, 77, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29483, 1284, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29484, 1284, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29485, 1284, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29486, 1284, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29487, 1284, 'nickname', 'aazkuser5727') ; 
INSERT INTO `wp_usermeta` VALUES (29488, 1284, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29489, 1284, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29490, 1284, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29491, 1284, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29492, 1284, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29493, 1284, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29494, 1284, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29495, 1284, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29496, 2748, 'first_name', 'Fossil Rim Wildlife Center') ; 
INSERT INTO `wp_usermeta` VALUES (29497, 2748, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (29498, 2748, 'nickname', 'FOSSILRIM') ; 
INSERT INTO `wp_usermeta` VALUES (29499, 2748, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29500, 2748, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29501, 2748, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29502, 2748, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29503, 2748, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29504, 2748, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29505, 2748, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29506, 2748, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29507, 2748, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (29508, 2748, 'pmpro_bfirstname', 'Dr. Pat') ; 
INSERT INTO `wp_usermeta` VALUES (29509, 2748, 'pmpro_blastname', 'Condy: Executive Director') ; 
INSERT INTO `wp_usermeta` VALUES (29510, 2748, 'pmpro_baddress1', '2155 CR 2008') ; 
INSERT INTO `wp_usermeta` VALUES (29511, 2748, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29512, 2748, 'pmpro_bcity', 'Glen Rose') ; 
INSERT INTO `wp_usermeta` VALUES (29513, 2748, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (29514, 2748, 'pmpro_bzipcode', '76043') ; 
INSERT INTO `wp_usermeta` VALUES (29515, 2748, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (29516, 2748, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (29517, 2748, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (29518, 2748, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29519, 2748, 'uxf_organization', 'Fossil Rim Wildlife Center') ; 
INSERT INTO `wp_usermeta` VALUES (29520, 1302, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29521, 1302, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29522, 1302, 'nickname', 'aazkuser5790') ; 
INSERT INTO `wp_usermeta` VALUES (29523, 1302, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29524, 1302, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29525, 1302, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29526, 1302, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29527, 1302, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29528, 1302, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29529, 1302, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29530, 1302, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29531, 1446, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29532, 1446, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29533, 1446, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29534, 1446, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29535, 1446, 'nickname', 'aazkuser6428') ; 
INSERT INTO `wp_usermeta` VALUES (29536, 1446, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29537, 1446, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29538, 1446, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29539, 1446, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29540, 1446, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29541, 1446, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29542, 1446, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29543, 1446, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29544, 1776, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29545, 1776, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29546, 1776, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29547, 1776, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29548, 1776, 'nickname', 'aazkuser7989') ; 
INSERT INTO `wp_usermeta` VALUES (29549, 1776, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29550, 1776, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29551, 1776, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29552, 1776, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29553, 1776, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29554, 1776, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29555, 1776, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29556, 1776, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29557, 118, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29558, 118, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29559, 118, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29560, 118, 'nickname', 'aazkuser528') ; 
INSERT INTO `wp_usermeta` VALUES (29561, 118, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29562, 118, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29563, 118, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29564, 118, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29565, 118, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29566, 118, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29567, 118, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29568, 118, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29569, 1299, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29570, 1299, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29571, 1299, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29572, 1299, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29573, 1299, 'nickname', 'aazkuser5782') ; 
INSERT INTO `wp_usermeta` VALUES (29574, 1299, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29575, 1299, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29576, 1299, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29577, 1299, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29578, 1299, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29579, 1299, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29580, 1299, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29581, 1299, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29582, 2383, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29583, 2383, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29584, 2383, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29585, 2383, 'nickname', 'aazkuser10702') ; 
INSERT INTO `wp_usermeta` VALUES (29586, 2383, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29587, 2383, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29588, 2383, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29589, 2383, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29590, 2383, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29591, 2383, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29592, 2383, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29593, 2383, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29594, 1804, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29595, 1804, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29596, 1804, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29597, 1804, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29598, 1804, 'nickname', 'aazkuser8098') ; 
INSERT INTO `wp_usermeta` VALUES (29599, 1804, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29600, 1804, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29601, 1804, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29602, 1804, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29603, 1804, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29604, 1804, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29605, 1804, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29606, 1804, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29607, 960, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29608, 960, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29609, 960, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29610, 960, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29611, 960, 'nickname', 'aazkuser4241') ; 
INSERT INTO `wp_usermeta` VALUES (29612, 960, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29613, 960, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29614, 960, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29615, 960, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29616, 960, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29617, 960, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29618, 960, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29619, 960, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29620, 2045, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29621, 2045, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29622, 2045, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29623, 2045, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29624, 2045, 'nickname', 'aazkuser9201') ; 
INSERT INTO `wp_usermeta` VALUES (29625, 2045, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29626, 2045, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29627, 2045, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29628, 2045, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29629, 2045, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29630, 2045, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29631, 2045, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29632, 2045, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29633, 1935, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29634, 1935, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29635, 1935, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29636, 1935, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29637, 1935, 'nickname', 'aazkuser8697') ; 
INSERT INTO `wp_usermeta` VALUES (29638, 1935, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29639, 1935, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29640, 1935, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29641, 1935, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29642, 1935, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29643, 1935, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29644, 1935, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29645, 1935, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29646, 2652, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29647, 2652, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29648, 2652, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29649, 2652, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29650, 2652, 'nickname', 'aazkuser11849') ; 
INSERT INTO `wp_usermeta` VALUES (29651, 2652, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29652, 2652, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29653, 2652, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29654, 2652, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29655, 2652, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29656, 2652, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29657, 2652, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29658, 2652, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29659, 2637, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29660, 2637, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29661, 2637, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29662, 2637, 'nickname', 'aazkuser11780') ; 
INSERT INTO `wp_usermeta` VALUES (29663, 2637, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29664, 2637, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29665, 2637, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29666, 2637, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29667, 2637, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29668, 2637, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29669, 2637, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29670, 2637, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29671, 1577, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29672, 1577, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29673, 1577, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29674, 1577, 'nickname', 'aazkuser7044') ; 
INSERT INTO `wp_usermeta` VALUES (29675, 1577, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29676, 1577, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29677, 1577, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29678, 1577, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29679, 1577, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29680, 1577, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29681, 1577, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29682, 1577, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29683, 2749, 'first_name', 'Joanna') ; 
INSERT INTO `wp_usermeta` VALUES (29684, 2749, 'last_name', 'Husby') ; 
INSERT INTO `wp_usermeta` VALUES (29685, 2749, 'nickname', 'Jhusby') ; 
INSERT INTO `wp_usermeta` VALUES (29686, 2749, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29687, 2749, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29688, 2749, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29689, 2749, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29690, 2749, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29691, 2749, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29692, 2749, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29693, 2749, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29694, 2749, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (29695, 2749, 'pmpro_bfirstname', 'Joanna ') ; 
INSERT INTO `wp_usermeta` VALUES (29696, 2749, 'pmpro_blastname', 'Husby') ; 
INSERT INTO `wp_usermeta` VALUES (29697, 2749, 'pmpro_baddress1', '4665 Fox Rd') ; 
INSERT INTO `wp_usermeta` VALUES (29698, 2749, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29699, 2749, 'pmpro_bcity', 'Cascade') ; 
INSERT INTO `wp_usermeta` VALUES (29700, 2749, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (29701, 2749, 'pmpro_bzipcode', '80809-1811') ; 
INSERT INTO `wp_usermeta` VALUES (29702, 2749, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (29703, 2749, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (29704, 2749, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29705, 2749, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29706, 2749, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29707, 363, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29708, 363, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29709, 363, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29710, 363, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29711, 363, 'nickname', 'aazkuser1602') ; 
INSERT INTO `wp_usermeta` VALUES (29712, 363, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29713, 363, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29714, 363, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29715, 363, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29716, 363, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29717, 363, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29718, 363, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29719, 363, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29720, 1613, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29721, 1613, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29722, 1613, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29723, 1613, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29724, 1613, 'nickname', 'aazkuser7214') ; 
INSERT INTO `wp_usermeta` VALUES (29725, 1613, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29726, 1613, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29727, 1613, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29728, 1613, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29729, 1613, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29730, 1613, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29731, 1613, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29732, 1613, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29733, 1410, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29734, 1410, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29735, 1410, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29736, 1410, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29737, 1410, 'nickname', 'aazkuser6265') ; 
INSERT INTO `wp_usermeta` VALUES (29738, 1410, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29739, 1410, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29740, 1410, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29741, 1410, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29742, 1410, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29743, 1410, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29744, 1410, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29745, 1410, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29746, 2407, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29747, 2407, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29748, 2407, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29749, 2407, 'nickname', 'aazkuser10806') ; 
INSERT INTO `wp_usermeta` VALUES (29750, 2407, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29751, 2407, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29752, 2407, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29753, 2407, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29754, 2407, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29755, 2407, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29756, 2407, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29757, 2407, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29758, 461, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29759, 461, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29760, 461, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29761, 461, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29762, 461, 'nickname', 'aazkuser2066') ; 
INSERT INTO `wp_usermeta` VALUES (29763, 461, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29764, 461, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29765, 461, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29766, 461, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29767, 461, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29768, 461, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29769, 461, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29770, 461, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29771, 2750, 'first_name', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (29772, 2750, 'last_name', 'Davison') ; 
INSERT INTO `wp_usermeta` VALUES (29773, 2750, 'nickname', 'Rdavison') ; 
INSERT INTO `wp_usermeta` VALUES (29774, 2750, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29775, 2750, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29776, 2750, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29777, 2750, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29778, 2750, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29779, 2750, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29780, 2750, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29781, 2750, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29782, 2750, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (29783, 2750, 'pmpro_bfirstname', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (29784, 2750, 'pmpro_blastname', 'Davison') ; 
INSERT INTO `wp_usermeta` VALUES (29785, 2750, 'pmpro_baddress1', '8 Dillingham Way') ; 
INSERT INTO `wp_usermeta` VALUES (29786, 2750, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29787, 2750, 'pmpro_bcity', 'Plymouth') ; 
INSERT INTO `wp_usermeta` VALUES (29788, 2750, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (29789, 2750, 'pmpro_bzipcode', '02360') ; 
INSERT INTO `wp_usermeta` VALUES (29790, 2750, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (29791, 2750, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (29792, 2750, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29793, 2750, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29794, 2750, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29795, 2751, 'first_name', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (29796, 2751, 'last_name', 'Giuffre') ; 
INSERT INTO `wp_usermeta` VALUES (29797, 2751, 'nickname', 'MGiuffre') ; 
INSERT INTO `wp_usermeta` VALUES (29798, 2751, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29799, 2751, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29800, 2751, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29801, 2751, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29802, 2751, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29803, 2751, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29804, 2751, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29805, 2751, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29806, 2751, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (29807, 2751, 'pmpro_bfirstname', 'Melissa') ; 
INSERT INTO `wp_usermeta` VALUES (29808, 2751, 'pmpro_blastname', 'Giuffre') ; 
INSERT INTO `wp_usermeta` VALUES (29809, 2751, 'pmpro_baddress1', 'W188 S6713 Gold Drive') ; 
INSERT INTO `wp_usermeta` VALUES (29810, 2751, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29811, 2751, 'pmpro_bcity', 'Muskego') ; 
INSERT INTO `wp_usermeta` VALUES (29812, 2751, 'pmpro_bstate', 'WI') ; 
INSERT INTO `wp_usermeta` VALUES (29813, 2751, 'pmpro_bzipcode', '53150') ; 
INSERT INTO `wp_usermeta` VALUES (29814, 2751, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (29815, 2751, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (29816, 2751, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29817, 2751, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29818, 2751, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29956, 2754, 'first_name', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (29819, 2752, 'first_name', 'Mandy') ; 
INSERT INTO `wp_usermeta` VALUES (29820, 2752, 'last_name', 'Petrie') ; 
INSERT INTO `wp_usermeta` VALUES (29821, 2752, 'nickname', 'MPetrie') ; 
INSERT INTO `wp_usermeta` VALUES (29822, 2752, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29823, 2752, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29824, 2752, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29825, 2752, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29826, 2752, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29827, 2752, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29828, 2752, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29829, 2752, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29830, 2752, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (29831, 2752, 'pmpro_bfirstname', 'Mandy') ; 
INSERT INTO `wp_usermeta` VALUES (29832, 2752, 'pmpro_blastname', 'Petrie') ; 
INSERT INTO `wp_usermeta` VALUES (29833, 2752, 'pmpro_baddress1', '12523 SE Cora Street') ; 
INSERT INTO `wp_usermeta` VALUES (29834, 2752, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29835, 2752, 'pmpro_bcity', 'Portland') ; 
INSERT INTO `wp_usermeta` VALUES (29836, 2752, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (29837, 2752, 'pmpro_bzipcode', '97236') ; 
INSERT INTO `wp_usermeta` VALUES (29838, 2752, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (29839, 2752, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (29840, 2752, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29841, 2752, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29842, 2752, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29843, 2753, 'first_name', 'Mitchell') ; 
INSERT INTO `wp_usermeta` VALUES (29844, 2753, 'last_name', 'Tratnik') ; 
INSERT INTO `wp_usermeta` VALUES (29845, 2753, 'nickname', 'Mtratnik') ; 
INSERT INTO `wp_usermeta` VALUES (29846, 2753, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29847, 2753, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29848, 2753, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29849, 2753, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29850, 2753, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29851, 2753, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29852, 2753, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29853, 2753, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29854, 2753, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (29855, 2753, 'pmpro_bfirstname', 'Mitchell') ; 
INSERT INTO `wp_usermeta` VALUES (29856, 2753, 'pmpro_blastname', 'Tratnik') ; 
INSERT INTO `wp_usermeta` VALUES (29857, 2753, 'pmpro_baddress1', '475 Cragg Road') ; 
INSERT INTO `wp_usermeta` VALUES (29858, 2753, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29859, 2753, 'pmpro_bcity', 'Uxbridge') ; 
INSERT INTO `wp_usermeta` VALUES (29860, 2753, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (29861, 2753, 'pmpro_bzipcode', 'L9P 1R3') ; 
INSERT INTO `wp_usermeta` VALUES (29862, 2753, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (29863, 2753, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (29864, 2753, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29865, 2753, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29866, 2753, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29867, 1202, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29868, 1202, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29869, 1202, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29870, 1202, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29871, 1202, 'nickname', 'aazkuser5353') ; 
INSERT INTO `wp_usermeta` VALUES (29872, 1202, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29873, 1202, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29874, 1202, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29875, 1202, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29876, 1202, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29877, 1202, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29878, 1202, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29879, 1202, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29880, 1415, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29881, 1415, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29882, 1415, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29883, 1415, 'nickname', 'aazkuser6283') ; 
INSERT INTO `wp_usermeta` VALUES (29884, 1415, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29885, 1415, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29886, 1415, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29887, 1415, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29888, 1415, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29889, 1415, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29890, 1415, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29891, 1415, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29892, 431, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29893, 431, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29894, 431, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29895, 431, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29896, 431, 'nickname', 'aazkuser1914') ; 
INSERT INTO `wp_usermeta` VALUES (29897, 431, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29898, 431, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29899, 431, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29900, 431, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29901, 431, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29902, 431, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29903, 431, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29904, 431, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29905, 1882, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29906, 1882, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29907, 1882, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29908, 1882, 'nickname', 'aazkuser8425') ; 
INSERT INTO `wp_usermeta` VALUES (29909, 1882, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29910, 1882, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29911, 1882, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29912, 1882, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29913, 1882, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29914, 1882, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29915, 1882, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29916, 1882, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29917, 1682, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29918, 1682, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29919, 1682, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29920, 1682, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29921, 1682, 'nickname', 'aazkuser7523') ; 
INSERT INTO `wp_usermeta` VALUES (29922, 1682, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29923, 1682, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29924, 1682, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29925, 1682, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29926, 1682, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29927, 1682, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29928, 1682, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (29929, 1682, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29930, 2695, 'pmpro_bfirstname', 'Michigan State University') ; 
INSERT INTO `wp_usermeta` VALUES (29931, 2695, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29932, 2695, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29933, 2695, 'first_name', 'Michigan State University') ; 
INSERT INTO `wp_usermeta` VALUES (29934, 2695, 'nickname', 'aazkuser12038') ; 
INSERT INTO `wp_usermeta` VALUES (29935, 2695, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29936, 2695, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29937, 2695, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29938, 2695, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29939, 2695, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29940, 2695, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29941, 2695, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29942, 2695, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29943, 2694, 'pmpro_bfirstname', 'University of MO-Columbia') ; 
INSERT INTO `wp_usermeta` VALUES (29944, 2694, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29945, 2694, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29946, 2694, 'first_name', 'University of MO-Columbia') ; 
INSERT INTO `wp_usermeta` VALUES (29947, 2694, 'nickname', 'aazkuser12030') ; 
INSERT INTO `wp_usermeta` VALUES (29948, 2694, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29949, 2694, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29950, 2694, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29951, 2694, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29952, 2694, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29953, 2694, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29954, 2694, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29955, 2694, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29957, 2754, 'last_name', 'Shattuck') ; 
INSERT INTO `wp_usermeta` VALUES (29958, 2754, 'nickname', 'EShattuck') ; 
INSERT INTO `wp_usermeta` VALUES (29959, 2754, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29960, 2754, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29961, 2754, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29962, 2754, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29963, 2754, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29964, 2754, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29965, 2754, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29966, 2754, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29967, 2754, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (29968, 2754, 'pmpro_bfirstname', 'Erin') ; 
INSERT INTO `wp_usermeta` VALUES (29969, 2754, 'pmpro_blastname', 'Shattuck') ; 
INSERT INTO `wp_usermeta` VALUES (29970, 2754, 'pmpro_baddress1', '1150 Gunderson') ; 
INSERT INTO `wp_usermeta` VALUES (29971, 2754, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29972, 2754, 'pmpro_bcity', 'Oak Park') ; 
INSERT INTO `wp_usermeta` VALUES (29973, 2754, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (29974, 2754, 'pmpro_bzipcode', '60304') ; 
INSERT INTO `wp_usermeta` VALUES (29975, 2754, 'pmpro_bcountry', 'United States') ; 
INSERT INTO `wp_usermeta` VALUES (29976, 2754, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (29977, 2754, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (29978, 2754, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (29979, 2754, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (29980, 2755, 'first_name', 'Cheryl') ; 
INSERT INTO `wp_usermeta` VALUES (29981, 2755, 'last_name', 'D\'Amato') ; 
INSERT INTO `wp_usermeta` VALUES (29982, 2755, 'nickname', 'Damato') ; 
INSERT INTO `wp_usermeta` VALUES (29983, 2755, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (29984, 2755, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29985, 2755, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (29986, 2755, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (29987, 2755, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29988, 2755, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (29989, 2755, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (29990, 2755, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (29991, 2755, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (29992, 2755, 'pmpro_bfirstname', 'Cheryl') ; 
INSERT INTO `wp_usermeta` VALUES (29993, 2755, 'pmpro_blastname', 'D\'Amato') ; 
INSERT INTO `wp_usermeta` VALUES (29994, 2755, 'pmpro_baddress1', '3850 W. 124th St.  Apt 1E') ; 
INSERT INTO `wp_usermeta` VALUES (29995, 2755, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (29996, 2755, 'pmpro_bcity', 'Alsip') ; 
INSERT INTO `wp_usermeta` VALUES (29997, 2755, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (29998, 2755, 'pmpro_bzipcode', '60803') ; 
INSERT INTO `wp_usermeta` VALUES (29999, 2755, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (30000, 2755, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (30001, 2755, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30002, 2755, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30003, 2755, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (30017, 1698, 'pmpro_blastname', '') ; 
INSERT INTO `wp_usermeta` VALUES (30018, 1698, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30019, 1698, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30020, 1698, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30021, 1698, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (30022, 1698, 'nickname', 'aazkuser7603') ; 
INSERT INTO `wp_usermeta` VALUES (30023, 1698, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30024, 1698, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30025, 1698, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30026, 1698, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30027, 1698, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30028, 1698, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30029, 1698, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (30030, 1698, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30031, 774, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30032, 774, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30033, 774, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30034, 774, 'nickname', 'aazkuser3443') ; 
INSERT INTO `wp_usermeta` VALUES (30035, 774, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30036, 774, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30037, 774, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30038, 774, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30039, 774, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30040, 774, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30041, 774, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (30042, 774, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30043, 1695, 'pmpro_blastname', '') ; 
INSERT INTO `wp_usermeta` VALUES (30044, 1695, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30045, 1695, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30046, 1695, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30047, 1695, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (30048, 1695, 'nickname', 'aazkuser7588') ; 
INSERT INTO `wp_usermeta` VALUES (30049, 1695, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30050, 1695, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30051, 1695, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30052, 1695, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30053, 1695, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30054, 1695, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30055, 1695, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (30056, 1695, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30057, 946, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30058, 946, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30059, 946, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30060, 946, 'nickname', 'aazkuser4173') ; 
INSERT INTO `wp_usermeta` VALUES (30061, 946, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30062, 946, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30063, 946, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30064, 946, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30065, 946, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30066, 946, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30067, 946, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (30068, 946, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30069, 1507, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30070, 1507, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30071, 1507, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30072, 1507, 'nickname', 'aazkuser6720') ; 
INSERT INTO `wp_usermeta` VALUES (30073, 1507, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30074, 1507, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30075, 1507, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30076, 1507, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30077, 1507, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30078, 1507, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30079, 1507, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (30080, 1507, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30081, 1471, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30082, 1979, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30083, 2008, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30084, 2022, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30085, 2023, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30087, 2079, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30088, 2080, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30089, 2106, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30090, 2130, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30091, 1956, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30092, 1955, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30093, 1483, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30094, 1501, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30095, 1505, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30096, 1578, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30097, 1612, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30098, 1654, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30099, 1697, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30100, 1814, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30101, 1818, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30102, 2160, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30103, 2162, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30104, 2183, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30105, 2477, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30106, 2494, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30107, 2504, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30108, 2520, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30109, 2593, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30110, 2600, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30111, 2601, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30112, 2669, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30113, 2696, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30114, 2476, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30115, 2459, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30116, 2194, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30117, 2235, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30118, 2238, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30119, 2333, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30120, 2334, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30121, 2376, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30122, 2387, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30123, 2414, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30124, 2458, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30125, 2698, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30126, 16, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30127, 396, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30128, 399, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30129, 426, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30130, 449, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30131, 498, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30132, 534, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30133, 623, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30134, 685, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30135, 710, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30136, 367, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30137, 338, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30138, 18, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30139, 51, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30140, 76, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30141, 125, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30142, 182, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30143, 242, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30144, 244, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30145, 296, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30146, 308, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30147, 738, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30148, 776, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30149, 779, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30150, 1269, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30151, 1271, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30152, 1286, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30153, 1338, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30154, 1368, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30155, 1375, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30156, 1382, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30157, 1421, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30158, 1444, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30159, 1249, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30160, 1247, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30161, 826, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30162, 848, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30163, 875, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30164, 903, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30165, 1034, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30166, 1047, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30167, 1099, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30168, 1135, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30169, 1136, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30170, 1461, 'pmpro_expiration_notice_30', '2013-12-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30171, 1797, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30172, 2627, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30173, 1952, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30174, 1795, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30175, 1953, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30176, 1781, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30177, 1773, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30178, 1767, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30179, 1954, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30180, 2622, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30181, 2617, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30182, 1950, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30183, 1798, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30184, 1946, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30185, 1844, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30186, 2682, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30187, 1842, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30188, 1839, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30189, 2687, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30190, 2659, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30191, 1870, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30192, 1923, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30193, 2634, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30194, 1897, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30195, 1917, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30196, 2074, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30197, 1869, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30198, 2631, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30199, 1951, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30200, 2612, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30201, 1988, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30202, 2190, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30203, 2234, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30204, 2453, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30205, 2430, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30206, 2246, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30207, 2416, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30208, 2284, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30209, 2290, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30210, 360, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30211, 2324, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30212, 2325, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30213, 2386, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30214, 2326, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30215, 2378, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30216, 2327, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30217, 2367, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30218, 2182, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30219, 2165, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30220, 2144, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30221, 1989, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30222, 1990, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30223, 1993, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30224, 2001, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30225, 2002, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30226, 2256, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30227, 2003, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30228, 2584, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30229, 2541, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30230, 2515, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30231, 2051, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30232, 2052, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30233, 2501, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30234, 2500, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30235, 2092, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30236, 2478, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30237, 2358, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30238, 937, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30239, 605, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30240, 596, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30241, 587, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30242, 580, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30243, 550, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30244, 529, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30245, 519, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30246, 495, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30247, 436, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30248, 433, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30249, 606, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30250, 630, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30251, 643, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30252, 884, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30253, 858, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30254, 857, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30255, 770, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30256, 761, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30257, 748, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30258, 735, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30259, 727, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30260, 694, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30261, 677, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30262, 432, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30263, 409, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30264, 404, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30265, 171, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30266, 166, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30267, 120, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30268, 116, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30269, 95, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30270, 92, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30271, 87, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30272, 86, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30273, 67, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30274, 65, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30275, 227, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30276, 246, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30277, 279, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30278, 383, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30279, 375, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30280, 366, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30281, 353, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30282, 340, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30283, 325, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30284, 324, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30285, 317, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30286, 313, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30287, 280, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30288, 61, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30289, 943, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30290, 1692, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30291, 1446, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30292, 1445, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30293, 1127, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30294, 1416, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30295, 1409, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30296, 1381, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30297, 1380, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30298, 1372, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30299, 1369, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30300, 1364, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30301, 1453, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30302, 1464, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30303, 1512, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30304, 1679, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30305, 1670, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30306, 1665, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30307, 1655, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30308, 1636, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30309, 1610, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30310, 1608, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30311, 1536, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30312, 1532, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30313, 1522, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30314, 1336, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30315, 1324, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30316, 1323, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30317, 1086, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30318, 1085, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30319, 1079, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30320, 1067, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30321, 1064, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30322, 1045, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30323, 1033, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30324, 1014, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30325, 993, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30326, 976, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30327, 1090, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30328, 1118, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30329, 1126, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30330, 1312, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30331, 1311, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30332, 1274, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30333, 1257, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30334, 1234, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30335, 1196, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30336, 1195, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30337, 1130, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30338, 1129, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30339, 1128, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30340, 959, 'pmpro_expiration_notice_60', '2013-12-02 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (30341, 2756, 'first_name', 'Kerry') ; 
INSERT INTO `wp_usermeta` VALUES (30342, 2756, 'last_name', 'King') ; 
INSERT INTO `wp_usermeta` VALUES (30343, 2756, 'nickname', 'Kking') ; 
INSERT INTO `wp_usermeta` VALUES (30344, 2756, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30345, 2756, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30346, 2756, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30347, 2756, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30348, 2756, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30349, 2756, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30350, 2756, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (30351, 2756, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30352, 2756, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (30353, 2756, 'pmpro_bfirstname', 'Kerry') ; 
INSERT INTO `wp_usermeta` VALUES (30354, 2756, 'pmpro_blastname', 'King') ; 
INSERT INTO `wp_usermeta` VALUES (30355, 2756, 'pmpro_baddress1', '1 Court Drive') ; 
INSERT INTO `wp_usermeta` VALUES (30356, 2756, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30357, 2756, 'pmpro_bcity', 'Joppa') ; 
INSERT INTO `wp_usermeta` VALUES (30358, 2756, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (30359, 2756, 'pmpro_bzipcode', '21085') ; 
INSERT INTO `wp_usermeta` VALUES (30360, 2756, 'pmpro_bcountry', 'United States') ; 
INSERT INTO `wp_usermeta` VALUES (30361, 2756, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (30362, 2756, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30363, 2756, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30364, 2756, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (30365, 65, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30366, 65, 'pmpro_bstate', '') ; 
INSERT INTO `wp_usermeta` VALUES (30367, 65, 'pmpro_bzipcode', '') ; 
INSERT INTO `wp_usermeta` VALUES (30368, 65, 'uxf_count', 'NO') ; 
INSERT INTO `wp_usermeta` VALUES (30369, 65, 'nickname', 'aazkuser272') ; 
INSERT INTO `wp_usermeta` VALUES (30370, 65, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30371, 65, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30372, 65, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30373, 65, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30374, 65, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30375, 65, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30376, 65, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (30377, 65, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (199856, 604, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199857, 604, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199858, 604, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199859, 604, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199860, 604, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"b68c1674a466a7a221c1b8d45a60792ba19afc5d";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (30381, 1311, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"December 4, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (30382, 1311, 'pmpro_views', 'a:4:{s:4:"last";s:16:"December 4, 2013";s:5:"month";i:29;s:7:"alltime";i:29;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (30383, 604, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (30384, 604, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"July 31, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (199861, 1754, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199862, 1754, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199863, 1754, '_wpsc_shipping_region', '29') ; 
INSERT INTO `wp_usermeta` VALUES (199864, 1754, '_wpsc_billing_region', '29') ; 
INSERT INTO `wp_usermeta` VALUES (199865, 1754, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMjkiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIyOSI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImUzMDc1NDdhNjg0NzFiZWZmYjI5MjhjMGJjOGNhYTc3ODlhZjA2YmQiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (30386, 604, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"July 31, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (30387, 604, 'pmpro_views', 'a:4:{s:4:"last";s:13:"July 31, 2014";s:5:"month";i:4;s:7:"alltime";i:38;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (30388, 1754, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (30389, 1754, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"June 6, 2014";s:5:"month";i:2;s:7:"alltime";i:4;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (199866, 661, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199867, 661, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199868, 661, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199869, 661, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199870, 661, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjJlN2FjMDRkMGQ4NjM1ODA1NjVmM2U1ZWIyM2MzNjYwN2QyM2Y3NWUiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (30391, 1754, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"June 6, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (30392, 1754, 'pmpro_views', 'a:4:{s:4:"last";s:12:"June 6, 2014";s:5:"month";i:7;s:7:"alltime";i:26;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (199843, 2, '_wpsc_selected_gateway', 'wpsc_merchant_paypal_standard') ; 
INSERT INTO `wp_usermeta` VALUES (199844, 2, '_wpsc_checkout_session_id', '7751387385114') ; 
INSERT INTO `wp_usermeta` VALUES (199845, 2, '_wpsc_gateway_error_messages', 'a:1:{s:11:"card_number";s:0:"";}') ; 
INSERT INTO `wp_usermeta` VALUES (30945, 415, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (30946, 415, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"December 6, 2013";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (30393, 661, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (30394, 661, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"July 30, 2014";s:5:"month";i:1;s:7:"alltime";i:17;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (199871, 12, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199872, 12, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199873, 12, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199874, 12, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199875, 12, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImZkMWE5ZjE1ODUxMjYzODNlMTM0ODQ1YzRmYzZjNDgwZWQ0NDFjOGIiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (30396, 661, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"August 12, 2014";s:5:"month";i:2;s:7:"alltime";i:18;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (30397, 661, 'pmpro_views', 'a:4:{s:4:"last";s:15:"August 12, 2014";s:5:"month";i:6;s:7:"alltime";i:118;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (30398, 12, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (30399, 12, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"July 20, 2014";s:5:"month";i:2;s:7:"alltime";i:6;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (199876, 1289, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199877, 1289, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199878, 1289, '_wpsc_shipping_region', '29') ; 
INSERT INTO `wp_usermeta` VALUES (199879, 1289, '_wpsc_billing_region', '29') ; 
INSERT INTO `wp_usermeta` VALUES (199880, 1289, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMjkiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIyOSI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImJkZWNkNmEzYzEzZDZlY2Y0YmUyZWM1OTY5OGY1ZDE1ODAyZTkzZTQiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (30401, 12, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"July 19, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (30402, 12, 'pmpro_views', 'a:4:{s:4:"last";s:13:"July 20, 2014";s:5:"month";i:19;s:7:"alltime";i:63;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (30403, 1289, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (30404, 1289, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"March 2, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (199881, 1025, '_wpsc_cart', 's:1051:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:0:"";s:16:"selected_country";s:0:"";s:15:"delivery_region";s:0:"";s:15:"selected_region";s:0:"";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"d9ffc9e06fc3adb5dab88a63ce44734d01533db7";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (30406, 1289, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"March 2, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (30407, 1289, 'pmpro_views', 'a:4:{s:4:"last";s:13:"March 2, 2014";s:5:"month";i:5;s:7:"alltime";i:13;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (30408, 819, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30409, 819, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30410, 819, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (30411, 819, 'nickname', 'aazkuser3614') ; 
INSERT INTO `wp_usermeta` VALUES (30412, 819, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30413, 819, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30414, 819, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30415, 819, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30416, 819, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30417, 819, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30418, 819, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (30419, 819, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30420, 1537, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30421, 1537, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30422, 1537, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (30423, 1537, 'nickname', 'aazkuser6863') ; 
INSERT INTO `wp_usermeta` VALUES (30424, 1537, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30425, 1537, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30426, 1537, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30427, 1537, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30428, 1537, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30429, 1537, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30430, 1537, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (30431, 1537, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30432, 2590, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (30433, 1118, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30434, 1118, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30435, 1118, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30436, 1118, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (30437, 1118, 'nickname', 'aazkuser4974') ; 
INSERT INTO `wp_usermeta` VALUES (30438, 1118, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30439, 1118, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30440, 1118, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30441, 1118, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30442, 1118, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30443, 1118, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30444, 1118, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (30445, 1118, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (199847, 307, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199848, 307, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199849, 307, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199850, 307, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjU3OTJhNzgwNjQyOGE0NjdjNTYzZDk4M2QzNDExNjQ0ZTM0ZTY2MGEiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjM6e2k6MDtPOjE0OiJ3cHNjX2NhcnRfaXRlbSI6MzU6e3M6NDoiY2FydCI7cjoxO3M6MTA6InByb2R1Y3RfaWQiO2k6NTkzMztzOjE2OiJ2YXJpYXRpb25fdmFsdWVzIjthOjE6e2k6MTIyO2k6MTI0O31zOjE4OiJwcm9kdWN0X3ZhcmlhdGlvbnMiO1I6MjU7czoxNDoidmFyaWF0aW9uX2RhdGEiO047czo4OiJxdWFudGl0eSI7aToxO3M6MTQ6InByb3ZpZGVkX3ByaWNlIjtOO3M6MTI6InByb2R1Y3RfbmFtZSI7czoyNToiQUFaSyBMb2dvIEJhbmRhbmEgKEJsYWNrKSI7czoxMzoiY2F0ZWdvcnlfbGlzdCI7YToxOntpOjA7czoxMToibWVyY2hhbmRpc2UiO31zOjE2OiJjYXRlZ29yeV9pZF9saXN0IjthOjE6e2k6MDtpOjcxO31zOjEwOiJ1bml0X3ByaWNlIjtkOjY7czoxMToidG90YWxfcHJpY2UiO2Q6NjtzOjEzOiJ0YXhhYmxlX3ByaWNlIjtpOjA7czozOiJ0YXgiO2k6MDtzOjY6IndlaWdodCI7ZDowO3M6ODoic2hpcHBpbmciO2k6MDtzOjM6InNrdSI7czowOiIiO3M6MTE6InByb2R1Y3RfdXJsIjtzOjU2OiJodHRwczovL3d3dy5hYXprLm9yZy9zaG9wL21lcmNoYW5kaXNlL2FhemstbG9nby1iYW5kYW5hLyI7czo4OiJpbWFnZV9pZCI7TjtzOjE1OiJ0aHVtYm5haWxfaW1hZ2UiO086NzoiV1BfUG9zdCI6MjU6e3M6MjoiSUQiO2k6NTkzMjtzOjExOiJwb3N0X2F1dGhvciI7czoxOiIyIjtzOjk6InBvc3RfZGF0ZSI7czoxOToiMjAxNC0wNS0wNiAxNTozNDowMyI7czoxMzoicG9zdF9kYXRlX2dtdCI7czoxOToiMjAxNC0wNS0wNiAyMDozNDowMyI7czoxMjoicG9zdF9jb250ZW50IjtzOjA6IiI7czoxMDoicG9zdF90aXRsZSI7czo3OiJCYW5kYW5hIjtzOjEyOiJwb3N0X2V4Y2VycHQiO3M6MDoiIjtzOjExOiJwb3N0X3N0YXR1cyI7czo3OiJpbmhlcml0IjtzOjE0OiJjb21tZW50X3N0YXR1cyI7czo2OiJjbG9zZWQiO3M6MTE6InBpbmdfc3RhdHVzIjtzOjY6ImNsb3NlZCI7czoxMzoicG9zdF9wYXNzd29yZCI7czowOiIiO3M6OToicG9zdF9uYW1lIjtzOjc6ImJhbmRhbmEiO3M6NzoidG9fcGluZyI7czowOiIiO3M6NjoicGluZ2VkIjtzOjA6IiI7czoxMzoicG9zdF9tb2RpZmllZCI7czoxOToiMjAxNC0wNS0wNiAxNTozNDowMyI7czoxNzoicG9zdF9tb2RpZmllZF9nbXQiO3M6MTk6IjIwMTQtMDUtMDYgMjA6MzQ6MDMiO3M6MjE6InBvc3RfY29udGVudF9maWx0ZXJlZCI7czowOiIiO3M6MTE6InBvc3RfcGFyZW50IjtpOjU5MzE7czo0OiJndWlkIjtzOjUxOiJodHRwczovL3d3dy5hYXprLm9yZy93cC1jb250ZW50L3VwbG9hZHMvQmFuZGFuYS5qcGciO3M6MTA6Im1lbnVfb3JkZXIiO2k6MDtzOjk6InBvc3RfdHlwZSI7czoxMDoiYXR0YWNobWVudCI7czoxNDoicG9zdF9taW1lX3R5cGUiO3M6MTA6ImltYWdlL2pwZWciO3M6MTM6ImNvbW1lbnRfY291bnQiO3M6MToiMCI7czo2OiJmaWx0ZXIiO3M6MzoicmF3IjtzOjEzOiJwb3N0X2NhdGVnb3J5IjtzOjE6IjAiO31zOjE1OiJjdXN0b21fdGF4X3JhdGUiO047czo0OiJtZXRhIjthOjE6e2k6MDthOjU6e3M6MTE6Im5vX3NoaXBwaW5nIjtzOjE6IjAiO3M6Njoid2VpZ2h0IjtkOjA7czoxMToid2VpZ2h0X3VuaXQiO3M6NToicG91bmQiO3M6MTA6ImRpbWVuc2lvbnMiO2E6Njp7czo2OiJoZWlnaHQiO3M6NDoiMC4wMCI7czoxMToiaGVpZ2h0X3VuaXQiO3M6MjoiaW4iO3M6NToid2lkdGgiO3M6NDoiMC4wMCI7czoxMDoid2lkdGhfdW5pdCI7czoyOiJpbiI7czo2OiJsZW5ndGgiO3M6NDoiMC4wMCI7czoxMToibGVuZ3RoX3VuaXQiO3M6MjoiaW4iO31zOjg6InNoaXBwaW5nIjthOjI6e3M6NToibG9jYWwiO3M6NDoiMC4wMCI7czoxMzoiaW50ZXJuYXRpb25hbCI7czo0OiIwLjAwIjt9fX1zOjI1OiIAd3BzY19jYXJ0X2l0ZW0AaXRlbV9tZXRhIjthOjA6e31zOjExOiJpc19kb25hdGlvbiI7czowOiIiO3M6OToiYXBwbHlfdGF4IjtiOjE7czoxNjoicHJpY2VhbmRzdG9ja19pZCI7aTowO3M6MTQ6ImN1c3RvbV9tZXNzYWdlIjtOO3M6MTE6ImN1c3RvbV9maWxlIjtOO3M6MTQ6InRpbWVfcmVxdWVzdGVkIjtOO3M6MTU6ImlzX2N1c3RvbWlzYWJsZSI7YjowO3M6NToic3RvY2siO3M6MDoiIjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtpOjE7czoxNzoiaGFzX2xpbWl0ZWRfc3RvY2siO2I6MDtzOjc6ImZpbGVfaWQiO047czoxNToiaXNfZG93bmxvYWRhYmxlIjtiOjA7fWk6MTtPOjE0OiJ3cHNjX2NhcnRfaXRlbSI6MzU6e3M6NDoiY2FydCI7cjoxO3M6MTA6InByb2R1Y3RfaWQiO2k6NTkzNTtzOjE2OiJ2YXJpYXRpb25fdmFsdWVzIjthOjE6e2k6MTIyO2k6MTI1O31zOjE4OiJwcm9kdWN0X3ZhcmlhdGlvbnMiO1I6MTAyO3M6MTQ6InZhcmlhdGlvbl9kYXRhIjtOO3M6ODoicXVhbnRpdHkiO2k6MTtzOjE0OiJwcm92aWRlZF9wcmljZSI7TjtzOjEyOiJwcm9kdWN0X25hbWUiO3M6MTc6IkFBWksgTG9nbyBCYW5kYW5hIjtzOjEzOiJjYXRlZ29yeV9saXN0IjthOjE6e2k6MDtzOjExOiJtZXJjaGFuZGlzZSI7fXM6MTY6ImNhdGVnb3J5X2lkX2xpc3QiO2E6MTp7aTowO2k6NzE7fXM6MTA6InVuaXRfcHJpY2UiO2Q6NjtzOjExOiJ0b3RhbF9wcmljZSI7ZDo2O3M6MTM6InRheGFibGVfcHJpY2UiO2k6MDtzOjM6InRheCI7aTowO3M6Njoid2VpZ2h0IjtkOjA7czo4OiJzaGlwcGluZyI7aTowO3M6Mzoic2t1IjtzOjA6IiI7czoxMToicHJvZHVjdF91cmwiO3M6NTY6Imh0dHBzOi8vd3d3LmFhemsub3JnL3Nob3AvbWVyY2hhbmRpc2UvYWF6ay1sb2dvLWJhbmRhbmEvIjtzOjg6ImltYWdlX2lkIjtOO3M6MTU6InRodW1ibmFpbF9pbWFnZSI7Tzo3OiJXUF9Qb3N0IjoyNTp7czoyOiJJRCI7aTo1OTMyO3M6MTE6InBvc3RfYXV0aG9yIjtzOjE6IjIiO3M6OToicG9zdF9kYXRlIjtzOjE5OiIyMDE0LTA1LTA2IDE1OjM0OjAzIjtzOjEzOiJwb3N0X2RhdGVfZ210IjtzOjE5OiIyMDE0LTA1LTA2IDIwOjM0OjAzIjtzOjEyOiJwb3N0X2NvbnRlbnQiO3M6MDoiIjtzOjEwOiJwb3N0X3RpdGxlIjtzOjc6IkJhbmRhbmEiO3M6MTI6InBvc3RfZXhjZXJwdCI7czowOiIiO3M6MTE6InBvc3Rfc3RhdHVzIjtzOjc6ImluaGVyaXQiO3M6MTQ6ImNvbW1lbnRfc3RhdHVzIjtzOjY6ImNsb3NlZCI7czoxMToicGluZ19zdGF0dXMiO3M6NjoiY2xvc2VkIjtzOjEzOiJwb3N0X3Bhc3N3b3JkIjtzOjA6IiI7czo5OiJwb3N0X25hbWUiO3M6NzoiYmFuZGFuYSI7czo3OiJ0b19waW5nIjtzOjA6IiI7czo2OiJwaW5nZWQiO3M6MDoiIjtzOjEzOiJwb3N0X21vZGlmaWVkIjtzOjE5OiIyMDE0LTA1LTA2IDE1OjM0OjAzIjtzOjE3OiJwb3N0X21vZGlmaWVkX2dtdCI7czoxOToiMjAxNC0wNS0wNiAyMDozNDowMyI7czoyMToicG9zdF9jb250ZW50X2ZpbHRlcmVkIjtzOjA6IiI7czoxMToicG9zdF9wYXJlbnQiO2k6NTkzMTtzOjQ6Imd1aWQiO3M6NTE6Imh0dHBzOi8vd3d3LmFhemsub3JnL3dwLWNvbnRlbnQvdXBsb2Fkcy9CYW5kYW5hLmpwZyI7czoxMDoibWVudV9vcmRlciI7aTowO3M6OToicG9zdF90eXBlIjtzOjEwOiJhdHRhY2htZW50IjtzOjE0OiJwb3N0X21pbWVfdHlwZSI7czoxMDoiaW1hZ2UvanBlZyI7czoxMzoiY29tbWVudF9jb3VudCI7czoxOiIwIjtzOjY6ImZpbHRlciI7czozOiJyYXciO3M6MTM6InBvc3RfY2F0ZWdvcnkiO3M6MToiMCI7fXM6MTU6ImN1c3RvbV90YXhfcmF0ZSI7TjtzOjQ6Im1ldGEiO2E6MTp7aTowO2E6NTp7czoxMToibm9fc2hpcHBpbmciO3M6MToiMCI7czo2OiJ3ZWlnaHQiO2Q6MDtzOjExOiJ3ZWlnaHRfdW5pdCI7czo1OiJwb3VuZCI7czoxMDoiZGltZW5zaW9ucyI7YTo2OntzOjY6ImhlaWdodCI7czo0OiIwLjAwIjtzOjExOiJoZWlnaHRfdW5pdCI7czoyOiJpbiI7czo1OiJ3aWR0aCI7czo0OiIwLjAwIjtzOjEwOiJ3aWR0aF91bml0IjtzOjI6ImluIjtzOjY6Imxlbmd0aCI7czo0OiIwLjAwIjtzOjExOiJsZW5ndGhfdW5pdCI7czoyOiJpbiI7fXM6ODoic2hpcHBpbmciO2E6Mjp7czo1OiJsb2NhbCI7czo0OiIwLjAwIjtzOjEzOiJpbnRlcm5hdGlvbmFsIjtzOjQ6IjAuMDAiO319fXM6MjU6IgB3cHNjX2NhcnRfaXRlbQBpdGVtX21ldGEiO2E6MDp7fXM6MTE6ImlzX2RvbmF0aW9uIjtzOjA6IiI7czo5OiJhcHBseV90YXgiO2I6MTtzOjE2OiJwcmljZWFuZHN0b2NrX2lkIjtpOjA7czoxNDoiY3VzdG9tX21lc3NhZ2UiO047czoxMToiY3VzdG9tX2ZpbGUiO047czoxNDoidGltZV9yZXF1ZXN0ZWQiO047czoxNToiaXNfY3VzdG9taXNhYmxlIjtiOjA7czo1OiJzdG9jayI7czowOiIiO3M6MTM6InVzZXNfc2hpcHBpbmciO2k6MTtzOjE3OiJoYXNfbGltaXRlZF9zdG9jayI7YjowO3M6NzoiZmlsZV9pZCI7TjtzOjE1OiJpc19kb3dubG9hZGFibGUiO2I6MDt9aToyO086MTQ6Indwc2NfY2FydF9pdGVtIjozNTp7czo0OiJjYXJ0IjtyOjE7czoxMDoicHJvZHVjdF9pZCI7aTo1OTM0O3M6MTY6InZhcmlhdGlvbl92YWx1ZXMiO2E6MTp7aToxMjI7aToxMjM7fXM6MTg6InByb2R1Y3RfdmFyaWF0aW9ucyI7UjoxNzk7czoxNDoidmFyaWF0aW9uX2RhdGEiO047czo4OiJxdWFudGl0eSI7aToxO3M6MTQ6InByb3ZpZGVkX3ByaWNlIjtOO3M6MTI6InByb2R1Y3RfbmFtZSI7czoxNzoiQUFaSyBMb2dvIEJhbmRhbmEiO3M6MTM6ImNhdGVnb3J5X2xpc3QiO2E6MTp7aTowO3M6MTE6Im1lcmNoYW5kaXNlIjt9czoxNjoiY2F0ZWdvcnlfaWRfbGlzdCI7YToxOntpOjA7aTo3MTt9czoxMDoidW5pdF9wcmljZSI7ZDo2O3M6MTE6InRvdGFsX3ByaWNlIjtkOjY7czoxMzoidGF4YWJsZV9wcmljZSI7aTowO3M6MzoidGF4IjtpOjA7czo2OiJ3ZWlnaHQiO2Q6MDtzOjg6InNoaXBwaW5nIjtpOjA7czozOiJza3UiO3M6MDoiIjtzOjExOiJwcm9kdWN0X3VybCI7czo1NjoiaHR0cHM6Ly93d3cuYWF6ay5vcmcvc2hvcC9tZXJjaGFuZGlzZS9hYXprLWxvZ28tYmFuZGFuYS8iO3M6ODoiaW1hZ2VfaWQiO047czoxNToidGh1bWJuYWlsX2ltYWdlIjtPOjc6IldQX1Bvc3QiOjI1OntzOjI6IklEIjtpOjU5MzI7czoxMToicG9zdF9hdXRob3IiO3M6MToiMiI7czo5OiJwb3N0X2RhdGUiO3M6MTk6IjIwMTQtMDUtMDYgMTU6MzQ6MDMiO3M6MTM6InBvc3RfZGF0ZV9nbXQiO3M6MTk6IjIwMTQtMDUtMDYgMjA6MzQ6MDMiO3M6MTI6InBvc3RfY29udGVudCI7czowOiIiO3M6MTA6InBvc3RfdGl0bGUiO3M6NzoiQmFuZGFuYSI7czoxMjoicG9zdF9leGNlcnB0IjtzOjA6IiI7czoxMToicG9zdF9zdGF0dXMiO3M6NzoiaW5oZXJpdCI7czoxNDoiY29tbWVudF9zdGF0dXMiO3M6NjoiY2xvc2VkIjtzOjExOiJwaW5nX3N0YXR1cyI7czo2OiJjbG9zZWQiO3M6MTM6InBvc3RfcGFzc3dvcmQiO3M6MDoiIjtzOjk6InBvc3RfbmFtZSI7czo3OiJiYW5kYW5hIjtzOjc6InRvX3BpbmciO3M6MDoiIjtzOjY6InBpbmdlZCI7czowOiIiO3M6MTM6InBvc3RfbW9kaWZpZWQiO3M6MTk6IjIwMTQtMDUtMDYgMTU6MzQ6MDMiO3M6MTc6InBvc3RfbW9kaWZpZWRfZ210IjtzOjE5OiIyMDE0LTA1LTA2IDIwOjM0OjAzIjtzOjIxOiJwb3N0X2NvbnRlbnRfZmlsdGVyZWQiO3M6MDoiIjtzOjExOiJwb3N0X3BhcmVudCI7aTo1OTMxO3M6NDoiZ3VpZCI7czo1MToiaHR0cHM6Ly93d3cuYWF6ay5vcmcvd3AtY29udGVudC91cGxvYWRzL0JhbmRhbmEuanBnIjtzOjEwOiJtZW51X29yZGVyIjtpOjA7czo5OiJwb3N0X3R5cGUiO3M6MTA6ImF0dGFjaG1lbnQiO3M6MTQ6InBvc3RfbWltZV90eXBlIjtzOjEwOiJpbWFnZS9qcGVnIjtzOjEzOiJjb21tZW50X2NvdW50IjtzOjE6IjAiO3M6NjoiZmlsdGVyIjtzOjM6InJhdyI7czoxMzoicG9zdF9jYXRlZ29yeSI7czoxOiIwIjt9czoxNToiY3VzdG9tX3RheF9yYXRlIjtOO3M6NDoibWV0YSI7YToxOntpOjA7YTo1OntzOjExOiJub19zaGlwcGluZyI7czoxOiIwIjtzOjY6IndlaWdodCI7ZDowO3M6MTE6IndlaWdodF91bml0IjtzOjU6InBvdW5kIjtzOjEwOiJkaW1lbnNpb25zIjthOjY6e3M6NjoiaGVpZ2h0IjtzOjQ6IjAuMDAiO3M6MTE6ImhlaWdodF91bml0IjtzOjI6ImluIjtzOjU6IndpZHRoIjtzOjQ6IjAuMDAiO3M6MTA6IndpZHRoX3VuaXQiO3M6MjoiaW4iO3M6NjoibGVuZ3RoIjtzOjQ6IjAuMDAiO3M6MTE6Imxlbmd0aF91bml0IjtzOjI6ImluIjt9czo4OiJzaGlwcGluZyI7YToyOntzOjU6ImxvY2FsIjtzOjQ6IjAuMDAiO3M6MTM6ImludGVybmF0aW9uYWwiO3M6NDoiMC4wMCI7fX19czoyNToiAHdwc2NfY2FydF9pdGVtAGl0ZW1fbWV0YSI7YTowOnt9czoxMToiaXNfZG9uYXRpb24iO3M6MDoiIjtzOjk6ImFwcGx5X3RheCI7YjoxO3M6MTY6InByaWNlYW5kc3RvY2tfaWQiO2k6MDtzOjE0OiJjdXN0b21fbWVzc2FnZSI7TjtzOjExOiJjdXN0b21fZmlsZSI7TjtzOjE0OiJ0aW1lX3JlcXVlc3RlZCI7TjtzOjE1OiJpc19jdXN0b21pc2FibGUiO2I6MDtzOjU6InN0b2NrIjtzOjA6IiI7czoxMzoidXNlc19zaGlwcGluZyI7aToxO3M6MTc6Imhhc19saW1pdGVkX3N0b2NrIjtiOjA7czo3OiJmaWxlX2lkIjtOO3M6MTU6ImlzX2Rvd25sb2FkYWJsZSI7YjowO319czo5OiJjYXJ0X2l0ZW0iO047czoxNToiY2FydF9pdGVtX2NvdW50IjtpOjM7czoxNzoiY3VycmVudF9jYXJ0X2l0ZW0iO2k6LTE7czoxMToiaW5fdGhlX2xvb3AiO2I6MDtzOjE2OiJzaGlwcGluZ19tZXRob2RzIjtzOjA6IiI7czoxNToic2hpcHBpbmdfbWV0aG9kIjtOO3M6MjE6InNoaXBwaW5nX21ldGhvZF9jb3VudCI7aToxO3M6MjM6ImN1cnJlbnRfc2hpcHBpbmdfbWV0aG9kIjtpOi0xO3M6MTg6ImluX3RoZV9tZXRob2RfbG9vcCI7YjowO3M6MTU6InNoaXBwaW5nX3F1b3RlcyI7YTowOnt9czoxNDoic2hpcHBpbmdfcXVvdGUiO047czoyMDoic2hpcHBpbmdfcXVvdGVfY291bnQiO2k6MDtzOjIyOiJjdXJyZW50X3NoaXBwaW5nX3F1b3RlIjtpOi0xO3M6MTc6ImluX3RoZV9xdW90ZV9sb29wIjtiOjA7czoxMjoiY291cG9uc19uYW1lIjtzOjA6IiI7czoxNDoiY291cG9uc19hbW91bnQiO2k6MDtzOjE1OiJzaGlwcGluZ19vcHRpb24iO047fQ==') ; 
INSERT INTO `wp_usermeta` VALUES (31071, 2295, 'pmpro_views', 'a:4:{s:4:"last";s:12:"May 27, 2014";s:5:"month";i:8;s:7:"alltime";i:50;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (199883, 1150, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImQyOTJlYzYwODUzNGFjNWFlMjJhZDUyODUyYWEzOTJlYzI2ZDA5MDMiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (30948, 415, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"December 6, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (30949, 415, 'pmpro_views', 'a:4:{s:4:"last";s:16:"December 6, 2013";s:5:"month";i:18;s:7:"alltime";i:18;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (30950, 561, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (30951, 561, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"March 3, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (30446, 2476, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30447, 2476, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30448, 2476, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (30449, 2476, 'nickname', 'aazkuser11095') ; 
INSERT INTO `wp_usermeta` VALUES (30450, 2476, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30451, 2476, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30452, 2476, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30453, 2476, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30454, 2476, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30455, 2476, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30456, 2476, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (30457, 2476, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30458, 1795, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30459, 1795, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30460, 1795, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30461, 1795, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (30462, 1795, 'nickname', 'aazkuser8052') ; 
INSERT INTO `wp_usermeta` VALUES (30463, 1795, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30464, 1795, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30465, 1795, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30466, 1795, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30467, 1795, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30468, 1795, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30469, 1795, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (30470, 1795, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31501, 2777, 'pmpro_blastname', 'Berens') ; 
INSERT INTO `wp_usermeta` VALUES (31500, 2777, 'pmpro_bfirstname', 'Judy') ; 
INSERT INTO `wp_usermeta` VALUES (31499, 2776, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31498, 2776, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (31497, 2776, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (31495, 2776, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (31496, 2776, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (31548, 2788, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (31476, 2779, 'pmpro_bfirstname', 'Richard') ; 
INSERT INTO `wp_usermeta` VALUES (31477, 2779, 'pmpro_blastname', 'Gordon') ; 
INSERT INTO `wp_usermeta` VALUES (31478, 2779, 'pmpro_baddress1', '1830 South Newport St') ; 
INSERT INTO `wp_usermeta` VALUES (31479, 2779, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31480, 2779, 'pmpro_bcity', 'Denver') ; 
INSERT INTO `wp_usermeta` VALUES (31481, 2779, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (31482, 2779, 'pmpro_bzipcode', '80224') ; 
INSERT INTO `wp_usermeta` VALUES (31483, 2779, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (31484, 2779, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (31485, 2779, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (31486, 2779, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (31487, 2779, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31488, 2776, 'pmpro_bfirstname', 'Tarah') ; 
INSERT INTO `wp_usermeta` VALUES (31489, 2776, 'pmpro_blastname', 'Carpenter') ; 
INSERT INTO `wp_usermeta` VALUES (31490, 2776, 'pmpro_baddress1', '112 Chatfield Circle') ; 
INSERT INTO `wp_usermeta` VALUES (31491, 2776, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31492, 2776, 'pmpro_bcity', 'Goose Creek') ; 
INSERT INTO `wp_usermeta` VALUES (31493, 2776, 'pmpro_bstate', 'SC') ; 
INSERT INTO `wp_usermeta` VALUES (31494, 2776, 'pmpro_bzipcode', '29445') ; 
INSERT INTO `wp_usermeta` VALUES (31546, 2788, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31547, 2788, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31544, 2788, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31545, 2788, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30940, 1025, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (30941, 1025, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"August 17, 2014";s:5:"month";i:5;s:7:"alltime";i:7;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (199882, 415, '_wpsc_cart', 's:1051:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:0:"";s:16:"selected_country";s:0:"";s:15:"delivery_region";s:0:"";s:15:"selected_region";s:0:"";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"73349c8295238ef5bf6cc065febbc079b206f5bb";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (30943, 1025, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"August 17, 2014";s:5:"month";i:3;s:7:"alltime";i:5;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (30944, 1025, 'pmpro_views', 'a:4:{s:4:"last";s:15:"August 17, 2014";s:5:"month";i:27;s:7:"alltime";i:78;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (30486, 2758, 'first_name', 'Chelsea') ; 
INSERT INTO `wp_usermeta` VALUES (30487, 2758, 'last_name', 'Riley') ; 
INSERT INTO `wp_usermeta` VALUES (30488, 2758, 'nickname', 'CRiley') ; 
INSERT INTO `wp_usermeta` VALUES (30489, 2758, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30490, 2758, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30491, 2758, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30492, 2758, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30493, 2758, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30494, 2758, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30495, 2758, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (30496, 2758, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30497, 2758, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (30498, 1150, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (30499, 1150, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"April 20, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (30500, 2758, 'pmpro_bfirstname', 'Chelsea') ; 
INSERT INTO `wp_usermeta` VALUES (30501, 2758, 'pmpro_blastname', 'Riley') ; 
INSERT INTO `wp_usermeta` VALUES (30502, 2758, 'pmpro_baddress1', '150 Southfield Avenue #1115') ; 
INSERT INTO `wp_usermeta` VALUES (30503, 2758, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30504, 2758, 'pmpro_bcity', 'Stamford') ; 
INSERT INTO `wp_usermeta` VALUES (30505, 2758, 'pmpro_bstate', 'CT') ; 
INSERT INTO `wp_usermeta` VALUES (30506, 2758, 'pmpro_bzipcode', '06902') ; 
INSERT INTO `wp_usermeta` VALUES (30507, 2758, 'pmpro_bcountry', 'United States') ; 
INSERT INTO `wp_usermeta` VALUES (30508, 2758, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (30509, 2758, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30510, 2758, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30511, 2758, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (199884, 2763, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjM1YThmYTZhZWIwMTc0MzQxNzdkOTZkMDkwM2UxMTQ5ZWUxMmViZWIiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (30513, 1150, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"April 20, 2014";s:5:"month";i:1;s:7:"alltime";i:6;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (30514, 1150, 'pmpro_views', 'a:4:{s:4:"last";s:14:"April 20, 2014";s:5:"month";i:8;s:7:"alltime";i:63;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (30527, 2759, 'pmpro_bfirstname', 'Maraiah') ; 
INSERT INTO `wp_usermeta` VALUES (30515, 2759, 'first_name', 'Maraiah') ; 
INSERT INTO `wp_usermeta` VALUES (30516, 2759, 'last_name', 'Russell') ; 
INSERT INTO `wp_usermeta` VALUES (30517, 2759, 'nickname', 'MRussell') ; 
INSERT INTO `wp_usermeta` VALUES (30518, 2759, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30519, 2759, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30520, 2759, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30521, 2759, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30522, 2759, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30523, 2759, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30524, 2759, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (30525, 2759, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30526, 2759, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (30528, 2759, 'pmpro_blastname', 'Russell') ; 
INSERT INTO `wp_usermeta` VALUES (30529, 2759, 'pmpro_baddress1', '205 Elmer Ave.') ; 
INSERT INTO `wp_usermeta` VALUES (30530, 2759, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30531, 2759, 'pmpro_bcity', 'Fort Wayne') ; 
INSERT INTO `wp_usermeta` VALUES (30532, 2759, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (30533, 2759, 'pmpro_bzipcode', '46808') ; 
INSERT INTO `wp_usermeta` VALUES (30534, 2759, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (30535, 2759, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (30536, 2759, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30537, 2759, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30538, 2759, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (30539, 2760, 'first_name', 'Erica') ; 
INSERT INTO `wp_usermeta` VALUES (30540, 2760, 'last_name', 'EPytlovany') ; 
INSERT INTO `wp_usermeta` VALUES (30541, 2760, 'nickname', 'EPytlovany') ; 
INSERT INTO `wp_usermeta` VALUES (30542, 2760, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30543, 2760, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30544, 2760, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30545, 2760, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30546, 2760, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30547, 2760, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30548, 2760, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (30549, 2760, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30550, 2760, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (30551, 2760, 'pmpro_bfirstname', 'Erica') ; 
INSERT INTO `wp_usermeta` VALUES (30552, 2760, 'pmpro_blastname', 'Pytlovany') ; 
INSERT INTO `wp_usermeta` VALUES (30553, 2760, 'pmpro_baddress1', '1717 S. George Mason Drive') ; 
INSERT INTO `wp_usermeta` VALUES (30554, 2760, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30555, 2760, 'pmpro_bcity', 'Arlington') ; 
INSERT INTO `wp_usermeta` VALUES (30556, 2760, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (30557, 2760, 'pmpro_bzipcode', '22204') ; 
INSERT INTO `wp_usermeta` VALUES (30558, 2760, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (30559, 2760, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (30560, 2760, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30561, 2760, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30562, 2760, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (30563, 317, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30564, 317, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30565, 317, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30566, 317, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (30567, 317, 'nickname', 'aazkuser1379') ; 
INSERT INTO `wp_usermeta` VALUES (30568, 317, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30569, 317, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30570, 317, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30571, 317, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30572, 317, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30573, 317, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30574, 317, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (30575, 317, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30576, 1312, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30577, 1312, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30578, 1312, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30579, 1312, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (30580, 1312, 'nickname', 'aazkuser5844') ; 
INSERT INTO `wp_usermeta` VALUES (30581, 1312, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30582, 1312, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30583, 1312, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30584, 1312, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30585, 1312, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30586, 1312, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30587, 1312, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (30588, 1312, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30589, 1989, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30590, 1989, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30591, 1989, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30592, 1989, 'nickname', 'aazkuser8939') ; 
INSERT INTO `wp_usermeta` VALUES (30593, 1989, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30594, 1989, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30595, 1989, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30596, 1989, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30597, 1989, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30598, 1989, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30599, 1989, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (30600, 1989, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30601, 2761, 'first_name', 'Shelleen') ; 
INSERT INTO `wp_usermeta` VALUES (30602, 2761, 'last_name', 'Mathews') ; 
INSERT INTO `wp_usermeta` VALUES (30603, 2761, 'nickname', 'SMathews') ; 
INSERT INTO `wp_usermeta` VALUES (30604, 2761, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30605, 2761, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30606, 2761, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30607, 2761, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30608, 2761, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30609, 2761, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30610, 2761, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (30611, 2761, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30612, 2761, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (30613, 2761, 'pmpro_bfirstname', 'Shelleen') ; 
INSERT INTO `wp_usermeta` VALUES (30614, 2761, 'pmpro_blastname', 'Mathews') ; 
INSERT INTO `wp_usermeta` VALUES (30615, 2761, 'pmpro_baddress1', '3111 E. Harstine Island Road N') ; 
INSERT INTO `wp_usermeta` VALUES (30616, 2761, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30617, 2761, 'pmpro_bcity', 'Shelton') ; 
INSERT INTO `wp_usermeta` VALUES (30618, 2761, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (30619, 2761, 'pmpro_bzipcode', '98584-9465') ; 
INSERT INTO `wp_usermeta` VALUES (30620, 2761, 'pmpro_bcountry', 'United States') ; 
INSERT INTO `wp_usermeta` VALUES (30621, 2761, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (30622, 2761, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30623, 2761, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30624, 2761, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (30625, 2762, 'first_name', 'Claire') ; 
INSERT INTO `wp_usermeta` VALUES (30626, 2762, 'last_name', 'Roy') ; 
INSERT INTO `wp_usermeta` VALUES (30627, 2762, 'nickname', 'CRoy') ; 
INSERT INTO `wp_usermeta` VALUES (30628, 2762, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30629, 2762, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30630, 2762, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30631, 2762, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30632, 2762, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30633, 2762, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30634, 2762, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (30635, 2762, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30636, 2762, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (30637, 2762, 'pmpro_bfirstname', 'Claire ') ; 
INSERT INTO `wp_usermeta` VALUES (30638, 2762, 'pmpro_blastname', 'Roy') ; 
INSERT INTO `wp_usermeta` VALUES (30639, 2762, 'pmpro_baddress1', '1621 Royce Avenue') ; 
INSERT INTO `wp_usermeta` VALUES (30640, 2762, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30641, 2762, 'pmpro_bcity', 'Kalamazoo') ; 
INSERT INTO `wp_usermeta` VALUES (30642, 2762, 'pmpro_bstate', 'MI') ; 
INSERT INTO `wp_usermeta` VALUES (30643, 2762, 'pmpro_bzipcode', '49001') ; 
INSERT INTO `wp_usermeta` VALUES (30644, 2762, 'pmpro_bcountry', 'United States') ; 
INSERT INTO `wp_usermeta` VALUES (30645, 2762, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (30646, 2762, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30647, 2762, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30648, 2762, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (30649, 2763, 'first_name', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (30650, 2763, 'last_name', 'Sullivan') ; 
INSERT INTO `wp_usermeta` VALUES (30651, 2763, 'nickname', 'rmksullivan') ; 
INSERT INTO `wp_usermeta` VALUES (30652, 2763, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30653, 2763, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30654, 2763, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30655, 2763, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30656, 2763, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30657, 2763, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30658, 2763, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (30659, 2763, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30660, 2763, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"March 22, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (199885, 105, '_wpsc_cart', 's:1051:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:0:"";s:16:"selected_country";s:0:"";s:15:"delivery_region";s:0:"";s:15:"selected_region";s:0:"";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"9df77c014d5af3f67b5050ca446ff7433d0dcdf0";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (30662, 2763, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"March 22, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (30663, 2763, 'pmpro_views', 'a:4:{s:4:"last";s:14:"March 22, 2014";s:5:"month";i:8;s:7:"alltime";i:29;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (30664, 2763, 'pmpro_bfirstname', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (30665, 2763, 'pmpro_blastname', 'Sullivan') ; 
INSERT INTO `wp_usermeta` VALUES (30666, 2763, 'pmpro_baddress1', '224 Dean St') ; 
INSERT INTO `wp_usermeta` VALUES (30667, 2763, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30668, 2763, 'pmpro_bcity', 'Lafayette') ; 
INSERT INTO `wp_usermeta` VALUES (30669, 2763, 'pmpro_bstate', 'Louisiana') ; 
INSERT INTO `wp_usermeta` VALUES (30670, 2763, 'pmpro_bzipcode', '70506') ; 
INSERT INTO `wp_usermeta` VALUES (30671, 2763, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (30672, 2763, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (30673, 2763, 'profile_update', '1386279113') ; 
INSERT INTO `wp_usermeta` VALUES (30674, 2764, 'first_name', 'Stoney') ; 
INSERT INTO `wp_usermeta` VALUES (30675, 2764, 'last_name', 'Mcdonald') ; 
INSERT INTO `wp_usermeta` VALUES (30676, 2764, 'nickname', 'SMcdonald') ; 
INSERT INTO `wp_usermeta` VALUES (30677, 2764, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30678, 2764, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30679, 2764, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30680, 2764, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30681, 2764, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30682, 2764, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30683, 2764, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (30684, 2764, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30685, 2764, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (30686, 2764, 'pmpro_bfirstname', 'Stoney') ; 
INSERT INTO `wp_usermeta` VALUES (30687, 2764, 'pmpro_blastname', 'Mcdonald') ; 
INSERT INTO `wp_usermeta` VALUES (30688, 2764, 'pmpro_baddress1', '4210 Linda Street') ; 
INSERT INTO `wp_usermeta` VALUES (30689, 2764, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30690, 2764, 'pmpro_bcity', 'Bacliff') ; 
INSERT INTO `wp_usermeta` VALUES (30691, 2764, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (30692, 2764, 'pmpro_bzipcode', '77518') ; 
INSERT INTO `wp_usermeta` VALUES (30693, 2764, 'pmpro_bcountry', 'United States') ; 
INSERT INTO `wp_usermeta` VALUES (30694, 2764, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (30695, 2764, 'uxf_specialtags', 'CM') ; 
INSERT INTO `wp_usermeta` VALUES (30696, 2764, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30697, 2764, 'uxf_organization', 'Animal Equipment by Stoney LLC') ; 
INSERT INTO `wp_usermeta` VALUES (30698, 105, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (30699, 105, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"December 5, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (199886, 1841, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199887, 1841, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199888, 1841, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199889, 1841, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199890, 1841, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImFlNDZmYjZjZmI5ZmRjOTA5YTljYzU2ZGQ1MzI4NWE2ZDEyNDEwOTUiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (30701, 105, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"December 5, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (30702, 105, 'pmpro_views', 'a:4:{s:4:"last";s:16:"December 5, 2013";s:5:"month";i:7;s:7:"alltime";i:7;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (30703, 2765, 'first_name', 'Michlyn') ; 
INSERT INTO `wp_usermeta` VALUES (30704, 2765, 'last_name', 'Hines') ; 
INSERT INTO `wp_usermeta` VALUES (30705, 2765, 'nickname', 'MOORPARK') ; 
INSERT INTO `wp_usermeta` VALUES (30706, 2765, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30707, 2765, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30708, 2765, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30709, 2765, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30710, 2765, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30711, 2765, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30712, 2765, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (30713, 2765, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30714, 2765, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (30715, 2765, 'pmpro_bfirstname', 'Michlyn') ; 
INSERT INTO `wp_usermeta` VALUES (30716, 2765, 'pmpro_blastname', 'Hines') ; 
INSERT INTO `wp_usermeta` VALUES (30717, 2765, 'pmpro_baddress1', '7075 Campus Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (30718, 2765, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30719, 2765, 'pmpro_bcity', 'Moorpark') ; 
INSERT INTO `wp_usermeta` VALUES (30720, 2765, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (30721, 2765, 'pmpro_bzipcode', '93021-1695') ; 
INSERT INTO `wp_usermeta` VALUES (30722, 2765, 'pmpro_bcountry', 'United States') ; 
INSERT INTO `wp_usermeta` VALUES (30723, 2765, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (30724, 2765, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30725, 2765, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30726, 2765, 'uxf_organization', 'Moorpark College Library') ; 
INSERT INTO `wp_usermeta` VALUES (30727, 6, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30728, 6, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30729, 6, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30730, 6, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (30731, 6, 'nickname', 'aazkuser9') ; 
INSERT INTO `wp_usermeta` VALUES (30732, 6, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30733, 6, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30734, 6, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30735, 6, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30736, 6, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30737, 6, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30738, 6, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (30739, 6, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30740, 547, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30741, 547, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30742, 547, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30743, 547, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (30744, 547, 'nickname', 'aazkuser2406') ; 
INSERT INTO `wp_usermeta` VALUES (30745, 547, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30746, 547, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30747, 547, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30748, 547, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30749, 547, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30750, 547, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30751, 547, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (30752, 547, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30753, 182, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30754, 182, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30755, 182, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30756, 182, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (30757, 182, 'nickname', 'aazkuser778') ; 
INSERT INTO `wp_usermeta` VALUES (30758, 182, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30759, 182, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30760, 182, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30761, 182, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30762, 182, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30763, 182, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30764, 182, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (30765, 182, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30766, 1444, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30767, 1444, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30768, 1444, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30769, 1444, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (30770, 1444, 'nickname', 'aazkuser6417') ; 
INSERT INTO `wp_usermeta` VALUES (30771, 1444, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30772, 1444, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30773, 1444, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30774, 1444, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30775, 1444, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30776, 1444, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30777, 1444, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (30778, 1444, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30779, 436, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30780, 436, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30781, 436, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30782, 436, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (30783, 436, 'nickname', 'aazkuser1940') ; 
INSERT INTO `wp_usermeta` VALUES (30784, 436, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30785, 436, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30786, 436, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30787, 436, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30788, 436, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30789, 436, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30790, 436, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (30791, 436, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30792, 1501, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30793, 1501, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30794, 1501, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30795, 1501, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (30796, 1501, 'nickname', 'aazkuser6688') ; 
INSERT INTO `wp_usermeta` VALUES (30797, 1501, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30798, 1501, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30799, 1501, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30800, 1501, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30801, 1501, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30802, 1501, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30803, 1501, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (30804, 1501, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30805, 1090, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30806, 1090, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30807, 1090, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30808, 1090, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (30809, 1090, 'nickname', 'aazkuser4847') ; 
INSERT INTO `wp_usermeta` VALUES (30810, 1090, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30811, 1090, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30812, 1090, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30813, 1090, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30814, 1090, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30815, 1090, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30816, 1090, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (30817, 1090, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30818, 2766, 'first_name', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (30819, 2766, 'last_name', 'Hannah') ; 
INSERT INTO `wp_usermeta` VALUES (30820, 2766, 'nickname', 'Rhannah') ; 
INSERT INTO `wp_usermeta` VALUES (30821, 2766, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30822, 2766, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30823, 2766, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30824, 2766, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30825, 2766, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30826, 2766, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30827, 2766, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (30828, 2766, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30829, 2766, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (30830, 2766, 'pmpro_bfirstname', 'Rebecca') ; 
INSERT INTO `wp_usermeta` VALUES (30831, 2766, 'pmpro_blastname', 'Hannah') ; 
INSERT INTO `wp_usermeta` VALUES (30832, 2766, 'pmpro_baddress1', '803 Rockledge Dr.  Apt 2') ; 
INSERT INTO `wp_usermeta` VALUES (30833, 2766, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30834, 2766, 'pmpro_bcity', 'Rockledge') ; 
INSERT INTO `wp_usermeta` VALUES (30835, 2766, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (30836, 2766, 'pmpro_bzipcode', '32955') ; 
INSERT INTO `wp_usermeta` VALUES (30837, 2766, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (30838, 2766, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (30839, 2766, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30840, 2766, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30841, 2766, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (30842, 2767, 'first_name', 'Kyla') ; 
INSERT INTO `wp_usermeta` VALUES (30843, 2767, 'last_name', 'Curnette') ; 
INSERT INTO `wp_usermeta` VALUES (30844, 2767, 'nickname', 'KCurnette') ; 
INSERT INTO `wp_usermeta` VALUES (30845, 2767, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30846, 2767, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30847, 2767, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30848, 2767, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30849, 2767, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30850, 2767, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30851, 2767, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (30852, 2767, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30853, 2767, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (30854, 2767, 'pmpro_bfirstname', 'Kyla') ; 
INSERT INTO `wp_usermeta` VALUES (30855, 2767, 'pmpro_blastname', 'Curnette') ; 
INSERT INTO `wp_usermeta` VALUES (30856, 2767, 'pmpro_baddress1', '1140 E. Bruce') ; 
INSERT INTO `wp_usermeta` VALUES (30857, 2767, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30858, 2767, 'pmpro_bcity', 'Gilbert') ; 
INSERT INTO `wp_usermeta` VALUES (30859, 2767, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (30860, 2767, 'pmpro_bzipcode', '95234') ; 
INSERT INTO `wp_usermeta` VALUES (30861, 2767, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (30862, 2767, 'uxf_count', 'NO - AKF Return') ; 
INSERT INTO `wp_usermeta` VALUES (30863, 2767, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30864, 2767, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30865, 2767, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (30866, 1841, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (30867, 1841, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"June 13, 2014";s:5:"month";i:1;s:7:"alltime";i:7;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (30869, 1841, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"June 13, 2014";s:5:"month";i:1;s:7:"alltime";i:6;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (30870, 1841, 'pmpro_views', 'a:4:{s:4:"last";s:13:"June 13, 2014";s:5:"month";i:33;s:7:"alltime";i:110;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (30871, 2763, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (30872, 2763, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30873, 2763, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30874, 2768, 'first_name', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (30875, 2768, 'last_name', 'Termini') ; 
INSERT INTO `wp_usermeta` VALUES (30876, 2768, 'nickname', 'LTermini') ; 
INSERT INTO `wp_usermeta` VALUES (30877, 2768, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30878, 2768, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30879, 2768, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30880, 2768, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30881, 2768, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30882, 2768, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30883, 2768, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (30884, 2768, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30885, 2768, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (30886, 2768, 'pmpro_bfirstname', 'Lisa') ; 
INSERT INTO `wp_usermeta` VALUES (30887, 2768, 'pmpro_blastname', 'Termini') ; 
INSERT INTO `wp_usermeta` VALUES (30888, 2768, 'pmpro_baddress1', '121 Batson Drive') ; 
INSERT INTO `wp_usermeta` VALUES (30889, 2768, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30890, 2768, 'pmpro_bcity', 'Aurora') ; 
INSERT INTO `wp_usermeta` VALUES (30891, 2768, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (30892, 2768, 'pmpro_bzipcode', 'L4G 3S6') ; 
INSERT INTO `wp_usermeta` VALUES (30893, 2768, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (30894, 2768, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (30895, 2768, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30896, 2768, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30897, 2768, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (30898, 2590, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30899, 2590, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30900, 2590, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30901, 2590, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (30902, 2590, 'nickname', 'aazkuser11582') ; 
INSERT INTO `wp_usermeta` VALUES (30903, 2590, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30904, 2590, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30905, 2590, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30906, 2590, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30907, 2590, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30908, 2590, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30909, 2590, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (30910, 2590, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30911, 2769, 'first_name', 'Tizrah') ; 
INSERT INTO `wp_usermeta` VALUES (30912, 2769, 'last_name', 'Nichols') ; 
INSERT INTO `wp_usermeta` VALUES (30913, 2769, 'nickname', 'TNichols') ; 
INSERT INTO `wp_usermeta` VALUES (30914, 2769, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30915, 2769, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30916, 2769, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30917, 2769, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30918, 2769, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30919, 2769, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30920, 2769, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (30921, 2769, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30922, 2769, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (30923, 2769, 'pmpro_bfirstname', 'Tizrah') ; 
INSERT INTO `wp_usermeta` VALUES (30924, 2769, 'pmpro_blastname', 'Nichols') ; 
INSERT INTO `wp_usermeta` VALUES (30925, 2769, 'pmpro_baddress1', '15026 Wade Road') ; 
INSERT INTO `wp_usermeta` VALUES (30926, 2769, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30927, 2769, 'pmpro_bcity', 'Jacksonville') ; 
INSERT INTO `wp_usermeta` VALUES (30928, 2769, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (30929, 2769, 'pmpro_bzipcode', '32218') ; 
INSERT INTO `wp_usermeta` VALUES (30930, 2769, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (30931, 2769, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (30932, 2769, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (30933, 2769, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (30934, 2769, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (199897, 303, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6Ijg3ZTcwNjEwMmI1MWFmNWJlNGVlYzZkMTJlYzI1MTAzZDhhYzAxMjAiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (30953, 561, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"March 3, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (30954, 561, 'pmpro_views', 'a:4:{s:4:"last";s:13:"March 3, 2014";s:5:"month";i:7;s:7:"alltime";i:34;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (30955, 303, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (30956, 303, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"July 21, 2014";s:5:"month";i:2;s:7:"alltime";i:9;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (199898, 2770, '_wpsc_cart', 's:1051:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:0:"";s:16:"selected_country";s:0:"";s:15:"delivery_region";s:0:"";s:15:"selected_region";s:0:"";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"03c7f9c9f3c8e929d87dfb515a0aa1c2c89ab674";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (30958, 303, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"July 21, 2014";s:5:"month";i:2;s:7:"alltime";i:8;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (30959, 303, 'pmpro_views', 'a:4:{s:4:"last";s:13:"July 21, 2014";s:5:"month";i:10;s:7:"alltime";i:63;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (30960, 2770, 'first_name', 'Angela') ; 
INSERT INTO `wp_usermeta` VALUES (30961, 2770, 'last_name', 'Maxwell') ; 
INSERT INTO `wp_usermeta` VALUES (30962, 2770, 'nickname', 'LadyMaxwell') ; 
INSERT INTO `wp_usermeta` VALUES (30963, 2770, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (30964, 2770, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30965, 2770, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (30966, 2770, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (30967, 2770, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30968, 2770, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (30969, 2770, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (30970, 2770, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (30971, 2770, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"December 6, 2013";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (199899, 8, '_wpsc_cart', 's:1051:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:0:"";s:16:"selected_country";s:0:"";s:15:"delivery_region";s:0:"";s:15:"selected_region";s:0:"";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"786d7e6abe4474ab2ae920c3e38c2ac064569a07";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (30973, 2770, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"December 6, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (30974, 2770, 'pmpro_views', 'a:4:{s:4:"last";s:16:"December 6, 2013";s:5:"month";i:20;s:7:"alltime";i:20;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (30975, 2770, 'pmpro_bfirstname', 'Angela') ; 
INSERT INTO `wp_usermeta` VALUES (30976, 2770, 'pmpro_blastname', 'Maxwell') ; 
INSERT INTO `wp_usermeta` VALUES (30977, 2770, 'pmpro_baddress1', '258 James River Drive') ; 
INSERT INTO `wp_usermeta` VALUES (30978, 2770, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (30979, 2770, 'pmpro_bcity', 'Newport News') ; 
INSERT INTO `wp_usermeta` VALUES (30980, 2770, 'pmpro_bstate', 'VA') ; 
INSERT INTO `wp_usermeta` VALUES (30981, 2770, 'pmpro_bzipcode', '23601') ; 
INSERT INTO `wp_usermeta` VALUES (30982, 2770, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (30983, 2770, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (30984, 2770, 'profile_update', '1386297722') ; 
INSERT INTO `wp_usermeta` VALUES (199900, 2569, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImFhNzM1NDQ0ZmRhNmVlZWJmYmJmNmE5YzU0OGNmY2FhZDhjZWVkNmYiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (30988, 8, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"December 6, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (30989, 8, 'pmpro_views', 'a:4:{s:4:"last";s:16:"December 6, 2013";s:5:"month";i:11;s:7:"alltime";i:11;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (30990, 2569, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (30991, 2569, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"February 26, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (199901, 29, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199902, 29, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199903, 29, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199904, 29, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199905, 29, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjU2MjJlYmU2Y2YwMGY3ZGQwYThhODVkMjgzMzVjMjUzMWNlZWJlMGMiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (30993, 2569, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"February 26, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (30994, 2569, 'pmpro_views', 'a:4:{s:4:"last";s:17:"February 26, 2014";s:5:"month";i:5;s:7:"alltime";i:38;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (30995, 29, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (30996, 29, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"January 30, 2014";s:5:"month";i:4;s:7:"alltime";i:5;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (30998, 29, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"January 11, 2014";s:5:"month";i:3;s:7:"alltime";i:4;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (30999, 29, 'pmpro_views', 'a:4:{s:4:"last";s:16:"January 30, 2014";s:5:"month";i:32;s:7:"alltime";i:42;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (31000, 930, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31001, 930, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (31002, 930, 'nickname', 'aazkuser4104') ; 
INSERT INTO `wp_usermeta` VALUES (31003, 930, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31004, 930, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31005, 930, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31006, 930, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31007, 930, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31008, 930, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31009, 930, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31010, 930, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31011, 6, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31012, 6, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"April 25, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (199907, 930, '_wpsc_cart', 's:1051:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:0:"";s:16:"selected_country";s:0:"";s:15:"delivery_region";s:0:"";s:15:"selected_region";s:0:"";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"8f766e16969528ff1895bda5b10294af98efbe47";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (31014, 6, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"April 25, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (31015, 6, 'pmpro_views', 'a:4:{s:4:"last";s:14:"April 25, 2014";s:5:"month";i:5;s:7:"alltime";i:26;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (31016, 930, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"December 6, 2013";s:5:"month";i:4;s:7:"alltime";i:4;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (199908, 2571, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImJmN2Y3OTA2YWM5NjJiNjQ3Yzg3OTZkODJjNmNlMGRmYWJmMDlmZDAiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (31027, 2571, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31028, 2571, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"March 31, 2014";s:5:"month";i:2;s:7:"alltime";i:3;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (199909, 313, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImZmM2ZiZGMzYjZkMzBkOWE1NDFmZTM5ZjExMGQ1MTRhN2I0YmI1NjgiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (31030, 2571, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"March 31, 2014";s:5:"month";i:2;s:7:"alltime";i:3;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (31031, 2571, 'pmpro_views', 'a:4:{s:4:"last";s:14:"March 31, 2014";s:5:"month";i:10;s:7:"alltime";i:17;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (31032, 313, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31018, 930, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"December 6, 2013";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (31019, 930, 'pmpro_views', 'a:4:{s:4:"last";s:16:"December 6, 2013";s:5:"month";i:19;s:7:"alltime";i:19;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (31020, 2571, 'nickname', 'aazkuser11509') ; 
INSERT INTO `wp_usermeta` VALUES (31021, 2571, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31022, 2571, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31023, 2571, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31024, 2571, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31025, 2571, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31026, 2571, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31033, 313, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"March 10, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (199910, 2295, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199911, 2295, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199912, 2295, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199913, 2295, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199914, 2295, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjMwNTQwMzY4ODk0ZjIwNTVlNDVlNjE1Yzk4N2NkODg2YzdlMmEzM2IiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (31035, 313, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"March 10, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (31036, 313, 'pmpro_views', 'a:4:{s:4:"last";s:14:"March 10, 2014";s:5:"month";i:8;s:7:"alltime";i:43;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (31067, 2295, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31068, 2295, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"May 27, 2014";s:5:"month";i:1;s:7:"alltime";i:7;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (31070, 2295, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"May 27, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (199916, 771, '_wpsc_cart', 's:1051:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:0:"";s:16:"selected_country";s:0:"";s:15:"delivery_region";s:0:"";s:15:"selected_region";s:0:"";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"3fa834a461d8d681d7daf1f3eb27665bea0da52b";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (31062, 771, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31063, 771, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"December 6, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (199917, 1156, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjZmMDFmYmQwYWZiMGQ1ZjIwNjM4MTZjMDQwODNiN2JkZDJmMTJhMmMiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (31065, 771, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"December 6, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (31066, 771, 'pmpro_views', 'a:4:{s:4:"last";s:16:"December 6, 2013";s:5:"month";i:12;s:7:"alltime";i:12;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (31075, 1156, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31076, 1156, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"July 10, 2014";s:5:"month";i:1;s:7:"alltime";i:7;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (199918, 2772, '_wpsc_cart', 's:1051:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:0:"";s:16:"selected_country";s:0:"";s:15:"delivery_region";s:0:"";s:15:"selected_region";s:0:"";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"865b5d9bba9a83d20b94ad498aa159b03de4e0ad";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (31078, 1156, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"July 10, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (31079, 1156, 'pmpro_views', 'a:4:{s:4:"last";s:13:"July 16, 2014";s:5:"month";i:7;s:7:"alltime";i:63;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (31080, 2772, 'first_name', 'Linda') ; 
INSERT INTO `wp_usermeta` VALUES (31081, 2772, 'last_name', 'Kozlowski') ; 
INSERT INTO `wp_usermeta` VALUES (31082, 2772, 'nickname', 'shakoz') ; 
INSERT INTO `wp_usermeta` VALUES (31083, 2772, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31084, 2772, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31085, 2772, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31086, 2772, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31087, 2772, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31088, 2772, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31089, 2772, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31090, 2772, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31091, 2772, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"December 6, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (199919, 533, '_wpsc_cart', 's:1051:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:0:"";s:16:"selected_country";s:0:"";s:15:"delivery_region";s:0:"";s:15:"selected_region";s:0:"";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"b7b57bad11da110425e3e7892d3bc0a2006a1aba";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (31093, 2772, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 20, 2013";s:5:"month";i:3;s:7:"alltime";i:3;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (31094, 2772, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 20, 2013";s:5:"month";i:19;s:7:"alltime";i:19;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (31095, 533, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31096, 533, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"December 6, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (31098, 533, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"December 6, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (31099, 533, 'pmpro_views', 'a:4:{s:4:"last";s:16:"December 6, 2013";s:5:"month";i:11;s:7:"alltime";i:11;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (31100, 2254, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (199921, 897, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199922, 897, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199923, 897, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199924, 897, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199925, 897, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjIyMmI5ZDM4M2I3YWY3Mjk0MzEwYjg3MGI0MWJmMDhjYjEwYWIzNzIiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (31106, 897, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31107, 897, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"April 13, 2014";s:5:"month";i:1;s:7:"alltime";i:8;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (31109, 897, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"April 13, 2014";s:5:"month";i:1;s:7:"alltime";i:9;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (31110, 897, 'pmpro_views', 'a:4:{s:4:"last";s:14:"April 13, 2014";s:5:"month";i:5;s:7:"alltime";i:120;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (199926, 287, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjJkYTY3ZTdlZDFlNGVmYzBjNGQ2YTAxNWY1MTQwOTMzNDA3YTMwNTgiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (31111, 287, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31112, 287, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"July 21, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (199927, 99, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjQ1MDkzMzYwYWRhNTdhMzY5N2RlYzg3ZTU0ODg2Y2MwOTYxY2RkYTkiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (31114, 287, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"July 21, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (31115, 287, 'pmpro_views', 'a:4:{s:4:"last";s:13:"July 21, 2014";s:5:"month";i:5;s:7:"alltime";i:58;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (31116, 99, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31117, 99, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"January 28, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (199928, 2458, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199929, 2458, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199930, 2458, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199931, 2458, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199932, 2458, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImE4OWNhZDU4YzEyMTIxZTY1MzRjMTExYWU2ZGU1OWNmNzM2MGZhZWIiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (31119, 99, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"January 28, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (31120, 99, 'pmpro_views', 'a:4:{s:4:"last";s:16:"January 28, 2014";s:5:"month";i:15;s:7:"alltime";i:43;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (31121, 2458, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31122, 2458, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"June 4, 2014";s:5:"month";i:1;s:7:"alltime";i:7;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (199934, 2773, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199935, 2773, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199936, 2773, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199937, 2773, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjMzOTU4N2FjMGU3Y2EyNGI3ODU2MmRiNWU4MWU4ODA0YTI3NWM5YTUiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (31124, 2458, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"June 4, 2014";s:5:"month";i:1;s:7:"alltime";i:6;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (31125, 2458, 'pmpro_views', 'a:4:{s:4:"last";s:12:"June 4, 2014";s:5:"month";i:5;s:7:"alltime";i:54;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (31126, 2773, 'first_name', 'Crista') ; 
INSERT INTO `wp_usermeta` VALUES (31127, 2773, 'last_name', 'Melchiorre') ; 
INSERT INTO `wp_usermeta` VALUES (31128, 2773, 'nickname', 'cristamel4387') ; 
INSERT INTO `wp_usermeta` VALUES (31129, 2773, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31130, 2773, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31131, 2773, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31132, 2773, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31133, 2773, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31134, 2773, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31135, 2773, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31136, 2773, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31137, 2773, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"July 7, 2014";s:5:"month";i:1;s:7:"alltime";i:10;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (31139, 2773, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"July 7, 2014";s:5:"month";i:1;s:7:"alltime";i:10;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (31140, 2773, 'pmpro_views', 'a:4:{s:4:"last";s:12:"July 7, 2014";s:5:"month";i:4;s:7:"alltime";i:54;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (31141, 2773, 'pmpro_bfirstname', 'Crista') ; 
INSERT INTO `wp_usermeta` VALUES (31142, 2773, 'pmpro_blastname', 'Melchiorre') ; 
INSERT INTO `wp_usermeta` VALUES (31143, 2773, 'pmpro_baddress1', '720 South Glover Street') ; 
INSERT INTO `wp_usermeta` VALUES (31144, 2773, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31145, 2773, 'pmpro_bcity', 'Baltimore') ; 
INSERT INTO `wp_usermeta` VALUES (31146, 2773, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (31147, 2773, 'pmpro_bzipcode', '21224') ; 
INSERT INTO `wp_usermeta` VALUES (31148, 2773, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (31149, 2773, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31150, 2773, 'profile_update', '1386434194') ; 
INSERT INTO `wp_usermeta` VALUES (31151, 2772, 'pmpro_bfirstname', 'Linda') ; 
INSERT INTO `wp_usermeta` VALUES (31152, 2772, 'pmpro_blastname', 'Kozlowski') ; 
INSERT INTO `wp_usermeta` VALUES (31153, 2772, 'pmpro_baddress1', '1424 Alhambra Avenue') ; 
INSERT INTO `wp_usermeta` VALUES (31154, 2772, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31155, 2772, 'pmpro_bcity', 'Martinez') ; 
INSERT INTO `wp_usermeta` VALUES (31156, 2772, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (31157, 2772, 'pmpro_bzipcode', '94553') ; 
INSERT INTO `wp_usermeta` VALUES (31158, 2772, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (31159, 2772, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (31160, 2772, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (31161, 2772, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (31162, 2772, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31163, 2774, 'first_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (31164, 2774, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (31165, 2774, 'nickname', 'AmandaP') ; 
INSERT INTO `wp_usermeta` VALUES (31166, 2774, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31167, 2774, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31168, 2774, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31169, 2774, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31170, 2774, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31171, 2774, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31172, 2774, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31173, 2774, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31174, 2774, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"December 7, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (199939, 2775, '_wpsc_cart', 's:1051:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:0:"";s:16:"selected_country";s:0:"";s:15:"delivery_region";s:0:"";s:15:"selected_region";s:0:"";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"fc0cddf4bebee54bb64511889ebc7e0bea3b7aa7";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (31176, 2774, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"December 7, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (31177, 2774, 'pmpro_views', 'a:4:{s:4:"last";s:16:"December 7, 2013";s:5:"month";i:7;s:7:"alltime";i:7;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (31178, 2774, 'pmpro_bfirstname', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (31179, 2774, 'pmpro_blastname', 'Polsgrove') ; 
INSERT INTO `wp_usermeta` VALUES (31180, 2774, 'pmpro_baddress1', '3636 Fedora Ave') ; 
INSERT INTO `wp_usermeta` VALUES (31181, 2774, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31182, 2774, 'pmpro_bcity', 'Fresno') ; 
INSERT INTO `wp_usermeta` VALUES (31183, 2774, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (31184, 2774, 'pmpro_bzipcode', '93726') ; 
INSERT INTO `wp_usermeta` VALUES (31185, 2774, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (31186, 2774, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31187, 2774, 'profile_update', '1386453202') ; 
INSERT INTO `wp_usermeta` VALUES (31188, 2775, 'first_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (31189, 2775, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (31190, 2775, 'nickname', 'Lbrevard') ; 
INSERT INTO `wp_usermeta` VALUES (31191, 2775, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31192, 2775, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31193, 2775, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31194, 2775, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31195, 2775, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31196, 2775, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31197, 2775, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31198, 2775, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31199, 2775, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"December 8, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (199940, 2752, '_wpsc_cart', 's:1051:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:0:"";s:16:"selected_country";s:0:"";s:15:"delivery_region";s:0:"";s:15:"selected_region";s:0:"";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"d64c7beb97d1f34eb1869d40c915f8b1f89feaf7";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (31201, 2775, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"December 8, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (31202, 2775, 'pmpro_views', 'a:4:{s:4:"last";s:16:"December 8, 2013";s:5:"month";i:8;s:7:"alltime";i:8;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (31203, 2752, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31204, 2752, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"December 8, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (199941, 2459, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjZmNzliYmE5NjFhOGQ0ZmZlZDE0NDUzZDI1NmI2ZDM5ZjA5YjA5N2UiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (31206, 2752, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"December 8, 2013";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (31207, 2752, 'pmpro_views', 'a:4:{s:4:"last";s:16:"December 8, 2013";s:5:"month";i:13;s:7:"alltime";i:13;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (31208, 2752, 'profile_update', '1386462427') ; 
INSERT INTO `wp_usermeta` VALUES (31209, 2459, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31210, 2459, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"January 15, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (199942, 2776, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjRjODQzMjMyNzY2ODJlNzEzZmUyYjk4MDhmODc2MzBkMmExMGJmMGEiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (31212, 2459, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"January 15, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (31213, 2459, 'pmpro_views', 'a:4:{s:4:"last";s:16:"January 15, 2014";s:5:"month";i:22;s:7:"alltime";i:33;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (31214, 2776, 'first_name', 'Tarah') ; 
INSERT INTO `wp_usermeta` VALUES (31215, 2776, 'last_name', 'Carpenter') ; 
INSERT INTO `wp_usermeta` VALUES (31216, 2776, 'nickname', 'anmlkpr') ; 
INSERT INTO `wp_usermeta` VALUES (31217, 2776, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31218, 2776, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31219, 2776, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31220, 2776, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31221, 2776, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31222, 2776, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31223, 2776, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31224, 2776, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31225, 2776, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"June 14, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (199943, 2777, '_wpsc_cart', 's:1051:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:0:"";s:16:"selected_country";s:0:"";s:15:"delivery_region";s:0:"";s:15:"selected_region";s:0:"";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"2b13de5a3898494b7ac15e1414004d574a45a5ee";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (31227, 2776, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"June 14, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (31228, 2776, 'pmpro_views', 'a:4:{s:4:"last";s:13:"June 14, 2014";s:5:"month";i:4;s:7:"alltime";i:53;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (31229, 2777, 'first_name', 'Panther Ridge Conservation Center') ; 
INSERT INTO `wp_usermeta` VALUES (31230, 2777, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (31231, 2777, 'nickname', 'Panther Ridge Conservation Center') ; 
INSERT INTO `wp_usermeta` VALUES (31232, 2777, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31233, 2777, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31234, 2777, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31235, 2777, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31236, 2777, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31237, 2777, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31238, 2777, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31239, 2777, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31240, 2777, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"July 14, 2014";s:5:"month";i:3;s:7:"alltime";i:5;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (199944, 1348, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjE2YjM5ZGFkN2Y2MzkyYzc1OTIyYTQ5ZGVmMThiMjVlNmZmMGI3YjAiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (31242, 2777, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"July 14, 2014";s:5:"month";i:2;s:7:"alltime";i:4;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (31243, 2777, 'pmpro_views', 'a:4:{s:4:"last";s:13:"July 14, 2014";s:5:"month";i:18;s:7:"alltime";i:36;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (31244, 1348, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31245, 1348, 'pmpro_logins', 'a:4:{s:4:"last";s:11:"May 8, 2014";s:5:"month";i:2;s:7:"alltime";i:3;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (199945, 929, '_wpsc_cart', 's:1051:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:0:"";s:16:"selected_country";s:0:"";s:15:"delivery_region";s:0:"";s:15:"selected_region";s:0:"";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"dab6dd2ce3acce5aa04485be1e7b1929d4c7009c";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (31247, 1348, 'pmpro_visits', 'a:4:{s:4:"last";s:11:"May 8, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (31248, 1348, 'pmpro_views', 'a:4:{s:4:"last";s:11:"May 8, 2014";s:5:"month";i:23;s:7:"alltime";i:42;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (31249, 2538, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31250, 929, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31251, 929, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"July 17, 2014";s:5:"month";i:2;s:7:"alltime";i:3;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (199946, 2778, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjU0MzU1NDgyZWFmNmNhNjU0OWZhYzYyODhhZjJlMjNhYjNkYzkxZWUiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (31253, 929, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"July 17, 2014";s:5:"month";i:2;s:7:"alltime";i:3;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (31254, 929, 'pmpro_views', 'a:4:{s:4:"last";s:13:"July 17, 2014";s:5:"month";i:14;s:7:"alltime";i:19;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (31255, 2778, 'first_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (31256, 2778, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (31257, 2778, 'nickname', 'CheyenneH2010') ; 
INSERT INTO `wp_usermeta` VALUES (31258, 2778, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31259, 2778, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31260, 2778, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31261, 2778, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31262, 2778, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31263, 2778, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31264, 2778, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31265, 2778, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31266, 2778, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"March 30, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (31267, 2779, 'first_name', 'Richard') ; 
INSERT INTO `wp_usermeta` VALUES (31268, 2779, 'last_name', 'Gordon') ; 
INSERT INTO `wp_usermeta` VALUES (31269, 2779, 'nickname', 'Richard Gordon') ; 
INSERT INTO `wp_usermeta` VALUES (31270, 2779, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31271, 2779, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31272, 2779, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31273, 2779, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31274, 2779, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31275, 2779, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31276, 2779, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31277, 2779, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31278, 2779, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 24, 2013";s:5:"month";i:5;s:7:"alltime";i:5;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (199947, 2779, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199948, 2779, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199949, 2779, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199950, 2779, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199951, 2779, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"b989bb3275d481f1841fa3f7cc88c16e960450ad";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (31280, 2778, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"March 30, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (31281, 2778, 'pmpro_views', 'a:4:{s:4:"last";s:14:"March 30, 2014";s:5:"month";i:6;s:7:"alltime";i:65;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (199953, 2780, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199954, 2780, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199955, 2780, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199956, 2780, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"e0c89fdfd4ee108ed19da522daa454988555d751";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (31283, 2779, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 24, 2013";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (31284, 2779, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 24, 2013";s:5:"month";i:18;s:7:"alltime";i:18;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (31285, 2778, 'pmpro_bfirstname', 'Cheyenne') ; 
INSERT INTO `wp_usermeta` VALUES (31286, 2778, 'pmpro_blastname', 'Hefley') ; 
INSERT INTO `wp_usermeta` VALUES (31287, 2778, 'pmpro_baddress1', '32479 Ave. 11 1/4') ; 
INSERT INTO `wp_usermeta` VALUES (31288, 2778, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31289, 2778, 'pmpro_bcity', 'Madera') ; 
INSERT INTO `wp_usermeta` VALUES (31290, 2778, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (31291, 2778, 'pmpro_bzipcode', '93636') ; 
INSERT INTO `wp_usermeta` VALUES (31292, 2778, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (31293, 2778, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31294, 2778, 'profile_update', '1386543825') ; 
INSERT INTO `wp_usermeta` VALUES (10831633, 2778, 'wpseo_title', '') ; 
INSERT INTO `wp_usermeta` VALUES (31295, 2780, 'first_name', 'Cody') ; 
INSERT INTO `wp_usermeta` VALUES (31296, 2780, 'last_name', 'Schultz') ; 
INSERT INTO `wp_usermeta` VALUES (31297, 2780, 'nickname', 'cdschultz') ; 
INSERT INTO `wp_usermeta` VALUES (31298, 2780, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31299, 2780, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31300, 2780, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31301, 2780, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31302, 2780, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31303, 2780, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31304, 2780, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31305, 2780, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31306, 2780, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 30, 2013";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (31308, 2780, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 30, 2013";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (31309, 2780, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 30, 2013";s:5:"month";i:48;s:7:"alltime";i:48;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (31310, 2780, 'pmpro_bfirstname', 'Cody') ; 
INSERT INTO `wp_usermeta` VALUES (31311, 2780, 'pmpro_blastname', 'Schultz') ; 
INSERT INTO `wp_usermeta` VALUES (31312, 2780, 'pmpro_baddress1', '12225 Woodglen Circle') ; 
INSERT INTO `wp_usermeta` VALUES (31313, 2780, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31314, 2780, 'pmpro_bcity', 'Clermont') ; 
INSERT INTO `wp_usermeta` VALUES (31315, 2780, 'pmpro_bstate', 'Florida') ; 
INSERT INTO `wp_usermeta` VALUES (31316, 2780, 'pmpro_bzipcode', '34711') ; 
INSERT INTO `wp_usermeta` VALUES (31317, 2780, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (31318, 2780, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31319, 2780, 'profile_update', '1386545278') ; 
INSERT INTO `wp_usermeta` VALUES (31320, 2191, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31321, 2191, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"January 7, 2014";s:5:"month";i:3;s:7:"alltime";i:6;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (199957, 2781, '_wpsc_cart', 's:1051:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:0:"";s:16:"selected_country";s:0:"";s:15:"delivery_region";s:0:"";s:15:"selected_region";s:0:"";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"37a4bc5a4c03c1e9b31d6d67eecf5309fd5ad27a";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (31323, 2191, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"January 7, 2014";s:5:"month";i:2;s:7:"alltime";i:3;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (31324, 2191, 'pmpro_views', 'a:4:{s:4:"last";s:15:"January 7, 2014";s:5:"month";i:13;s:7:"alltime";i:37;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (31325, 2781, 'first_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (31326, 2781, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (31327, 2781, 'nickname', 'budread') ; 
INSERT INTO `wp_usermeta` VALUES (31328, 2781, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31329, 2781, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31330, 2781, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31331, 2781, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31332, 2781, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31333, 2781, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31334, 2781, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31335, 2781, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31336, 2781, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"December 8, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (199958, 519, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImY2ZDFkNGMyZGFhM2UxYmE2YTFhMDk0NjFlNjc5ZTljOTYwNDA5NDQiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (31338, 2781, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"December 9, 2013";s:5:"month";i:3;s:7:"alltime";i:3;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (31339, 2781, 'pmpro_views', 'a:4:{s:4:"last";s:16:"December 9, 2013";s:5:"month";i:25;s:7:"alltime";i:25;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (31340, 519, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31341, 519, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"August 19, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (199959, 2630, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199960, 2630, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199961, 2630, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199962, 2630, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199963, 2630, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjY0NWQyN2M0MTdhMTAyNWM4OGYyOTRmZWQ4NzVlZTU3MGYzMTQ4MTIiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (31343, 519, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"August 19, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (31344, 519, 'pmpro_views', 'a:4:{s:4:"last";s:15:"August 19, 2014";s:5:"month";i:2;s:7:"alltime";i:67;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (31345, 2630, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31346, 2630, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"August 7, 2014";s:5:"month";i:2;s:7:"alltime";i:7;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (31348, 2630, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"August 7, 2014";s:5:"month";i:2;s:7:"alltime";i:7;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (31349, 2630, 'pmpro_views', 'a:4:{s:4:"last";s:14:"August 7, 2014";s:5:"month";i:4;s:7:"alltime";i:38;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (31350, 1779, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31351, 2661, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31352, 2661, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"May 15, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (199965, 97, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImY1NDM4ZThjMmVmNDZhMjEzYTRjNWNkYjBjNGJiNWUxNTAzYzU1ZjAiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (31354, 2661, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"May 15, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (31355, 2661, 'pmpro_views', 'a:4:{s:4:"last";s:12:"May 15, 2014";s:5:"month";i:12;s:7:"alltime";i:30;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (31356, 97, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31357, 97, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"July 2, 2014";s:5:"month";i:1;s:7:"alltime";i:6;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (199966, 2538, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjBjODMyZDliMTU2M2I5Y2RhNDA3OTE3YTdlOTBmYzVlZTg2ZmU5NjMiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (31359, 97, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"July 2, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (31360, 97, 'pmpro_views', 'a:4:{s:4:"last";s:12:"July 2, 2014";s:5:"month";i:2;s:7:"alltime";i:47;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (31361, 2538, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"August 13, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (199967, 2782, '_wpsc_cart', 's:1051:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:0:"";s:16:"selected_country";s:0:"";s:15:"delivery_region";s:0:"";s:15:"selected_region";s:0:"";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"67c987c3dc100edce4749189d94e8898d613ce46";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (31363, 2538, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"August 13, 2014";s:5:"month";i:2;s:7:"alltime";i:6;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (31364, 2538, 'pmpro_views', 'a:4:{s:4:"last";s:15:"August 13, 2014";s:5:"month";i:12;s:7:"alltime";i:46;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (31365, 231, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31366, 2782, 'first_name', 'Megan') ; 
INSERT INTO `wp_usermeta` VALUES (31367, 2782, 'last_name', 'Myers') ; 
INSERT INTO `wp_usermeta` VALUES (31368, 2782, 'nickname', 'meglynnmeyer') ; 
INSERT INTO `wp_usermeta` VALUES (31369, 2782, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31370, 2782, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31371, 2782, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31372, 2782, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31373, 2782, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31374, 2782, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31375, 2782, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31376, 2782, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31377, 2782, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"December 9, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (199968, 1263, '_wpsc_cart', 's:1051:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:0:"";s:16:"selected_country";s:0:"";s:15:"delivery_region";s:0:"";s:15:"selected_region";s:0:"";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"70e8e31adbc0facecdf67e5821c73aa29621bac2";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (31379, 2782, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 11, 2013";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (31380, 2782, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 11, 2013";s:5:"month";i:3;s:7:"alltime";i:3;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (31381, 2783, 'first_name', 'Debbi') ; 
INSERT INTO `wp_usermeta` VALUES (31382, 2783, 'last_name', 'Sullivan') ; 
INSERT INTO `wp_usermeta` VALUES (31383, 2783, 'nickname', 'DSullivan') ; 
INSERT INTO `wp_usermeta` VALUES (31384, 2783, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31385, 2783, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31386, 2783, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31387, 2783, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31388, 2783, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31389, 2783, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31390, 2783, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31391, 2783, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31392, 2783, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (31393, 2783, 'pmpro_bfirstname', 'Debbi') ; 
INSERT INTO `wp_usermeta` VALUES (31394, 2783, 'pmpro_blastname', 'Sullivan') ; 
INSERT INTO `wp_usermeta` VALUES (31395, 2783, 'pmpro_baddress1', '56925 Yucca Trail #585') ; 
INSERT INTO `wp_usermeta` VALUES (31396, 2783, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31397, 2783, 'pmpro_bcity', 'Yucca Valley') ; 
INSERT INTO `wp_usermeta` VALUES (31398, 2783, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (31399, 2783, 'pmpro_bzipcode', '92284') ; 
INSERT INTO `wp_usermeta` VALUES (31400, 2783, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (31401, 2783, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (31402, 2783, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (31403, 2783, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (31404, 2783, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31405, 1263, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31406, 1263, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"December 9, 2013";s:5:"month";i:7;s:7:"alltime";i:7;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (199969, 2402, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199970, 2402, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199971, 2402, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199972, 2402, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199973, 2402, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"34bb644b92f7bb5e5184ef74a7f4a83540650901";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (31408, 1263, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"December 9, 2013";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (31409, 1263, 'pmpro_views', 'a:4:{s:4:"last";s:16:"December 9, 2013";s:5:"month";i:50;s:7:"alltime";i:50;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (32205, 1680, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32247, 477, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32202, 1680, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32203, 1680, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32204, 1680, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (36366, 180, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31798, 2781, 'pmpro_bfirstname', 'Amber') ; 
INSERT INTO `wp_usermeta` VALUES (31799, 2781, 'pmpro_blastname', 'Antee') ; 
INSERT INTO `wp_usermeta` VALUES (31800, 2781, 'pmpro_baddress1', '3527 E Uintah Street') ; 
INSERT INTO `wp_usermeta` VALUES (31801, 2781, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31802, 2781, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (31803, 2781, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (31804, 2781, 'pmpro_bzipcode', '80909') ; 
INSERT INTO `wp_usermeta` VALUES (31524, 1177, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31525, 1177, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (31526, 1177, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (31527, 1177, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31528, 1177, 'nickname', 'aazkuser5245') ; 
INSERT INTO `wp_usermeta` VALUES (31529, 1177, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31530, 1177, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31531, 1177, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31532, 1177, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31533, 1177, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31534, 1177, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31535, 1177, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (31536, 1177, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31537, 2788, 'first_name', 'Natural History Museum of Los Angeles County') ; 
INSERT INTO `wp_usermeta` VALUES (31538, 2788, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (31539, 2788, 'nickname', 'Natural History Museum of Los Angeles County') ; 
INSERT INTO `wp_usermeta` VALUES (31540, 2788, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31541, 2788, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31542, 2788, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31543, 2788, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31460, 2778, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (31459, 2778, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (31458, 2778, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (31425, 2774, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (31426, 2774, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (31427, 2774, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (31428, 2773, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (31429, 2773, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (31430, 2773, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (31431, 398, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31432, 398, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (31433, 398, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (31434, 398, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31435, 398, 'nickname', 'aazkuser1756') ; 
INSERT INTO `wp_usermeta` VALUES (31436, 398, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31437, 398, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31438, 398, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31439, 398, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31440, 398, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31441, 398, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31442, 398, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (31443, 398, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31502, 2777, 'pmpro_baddress1', '14755 Palm Beach Point Blvd') ; 
INSERT INTO `wp_usermeta` VALUES (31503, 2777, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31504, 2777, 'pmpro_bcity', 'Wellington') ; 
INSERT INTO `wp_usermeta` VALUES (31505, 2777, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (31506, 2777, 'pmpro_bzipcode', '33414') ; 
INSERT INTO `wp_usermeta` VALUES (31507, 2777, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (31508, 2777, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (31509, 2777, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (31510, 2777, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (31511, 2777, 'uxf_organization', 'Panther Ridge Conservation Center') ; 
INSERT INTO `wp_usermeta` VALUES (31549, 2788, 'pmpro_bfirstname', 'Leslie') ; 
INSERT INTO `wp_usermeta` VALUES (31550, 2788, 'pmpro_blastname', 'Gordon') ; 
INSERT INTO `wp_usermeta` VALUES (31551, 2788, 'pmpro_baddress1', '900 Exposition Blvd.') ; 
INSERT INTO `wp_usermeta` VALUES (31552, 2788, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31553, 2788, 'pmpro_bcity', 'Los Angeles') ; 
INSERT INTO `wp_usermeta` VALUES (31554, 2788, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (31555, 2788, 'pmpro_bzipcode', '90007') ; 
INSERT INTO `wp_usermeta` VALUES (31556, 2788, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (31557, 2788, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (31558, 2788, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (31559, 2788, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (31560, 2788, 'uxf_organization', 'Natural History Museum of Los Angeles County') ; 
INSERT INTO `wp_usermeta` VALUES (31561, 2789, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (31562, 2789, 'last_name', 'Furtado') ; 
INSERT INTO `wp_usermeta` VALUES (31563, 2789, 'nickname', 'SarahFurtado') ; 
INSERT INTO `wp_usermeta` VALUES (31564, 2789, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31565, 2789, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31566, 2789, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31567, 2789, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31568, 2789, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31569, 2789, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31570, 2789, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31571, 2789, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31572, 2789, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (31573, 2789, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (31574, 2789, 'pmpro_blastname', 'Furtado') ; 
INSERT INTO `wp_usermeta` VALUES (31575, 2789, 'pmpro_baddress1', '40 Medford St.') ; 
INSERT INTO `wp_usermeta` VALUES (31576, 2789, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31577, 2789, 'pmpro_bcity', 'Bristol') ; 
INSERT INTO `wp_usermeta` VALUES (31578, 2789, 'pmpro_bstate', 'CT') ; 
INSERT INTO `wp_usermeta` VALUES (31579, 2789, 'pmpro_bzipcode', '06010') ; 
INSERT INTO `wp_usermeta` VALUES (31580, 2789, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (31581, 2789, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (31582, 2789, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (31583, 2789, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (31584, 2789, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31585, 326, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (31586, 326, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (31587, 326, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31588, 326, 'nickname', 'aazkuser1428') ; 
INSERT INTO `wp_usermeta` VALUES (31589, 326, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31590, 326, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31591, 326, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31592, 326, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31593, 326, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31594, 326, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31595, 326, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31596, 326, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31597, 2541, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31598, 2541, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (31599, 2541, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (31600, 2541, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31601, 2541, 'nickname', 'aazkuser11375') ; 
INSERT INTO `wp_usermeta` VALUES (31602, 2541, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31603, 2541, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31604, 2541, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31605, 2541, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31606, 2541, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31607, 2541, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31608, 2541, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31609, 2541, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31610, 87, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31611, 87, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (31612, 87, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (31613, 87, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31614, 87, 'nickname', 'aazkuser374') ; 
INSERT INTO `wp_usermeta` VALUES (31615, 87, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31616, 87, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31617, 87, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31618, 87, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31619, 87, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31620, 87, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31621, 87, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31622, 87, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31623, 2564, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (31624, 2564, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (31625, 2564, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31626, 2564, 'nickname', 'aazkuser11478') ; 
INSERT INTO `wp_usermeta` VALUES (31627, 2564, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31628, 2564, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31629, 2564, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31630, 2564, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31631, 2564, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31632, 2564, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31633, 2564, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31634, 2564, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31635, 1064, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31636, 1064, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (31637, 1064, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (31638, 1064, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31639, 1064, 'nickname', 'aazkuser4724') ; 
INSERT INTO `wp_usermeta` VALUES (31640, 1064, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31641, 1064, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31642, 1064, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31643, 1064, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31644, 1064, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31645, 1064, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31646, 1064, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31647, 1064, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31648, 2790, 'first_name', 'Pamela') ; 
INSERT INTO `wp_usermeta` VALUES (31649, 2790, 'last_name', 'Roby') ; 
INSERT INTO `wp_usermeta` VALUES (31650, 2790, 'nickname', 'PamelaRoby') ; 
INSERT INTO `wp_usermeta` VALUES (31651, 2790, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31652, 2790, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31653, 2790, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31654, 2790, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31655, 2790, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31656, 2790, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31657, 2790, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31658, 2790, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31659, 2790, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (31660, 2790, 'pmpro_bfirstname', 'Pamela') ; 
INSERT INTO `wp_usermeta` VALUES (31661, 2790, 'pmpro_blastname', 'Robie') ; 
INSERT INTO `wp_usermeta` VALUES (31662, 2790, 'pmpro_baddress1', '4050 Dellwood Ave') ; 
INSERT INTO `wp_usermeta` VALUES (31663, 2790, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31664, 2790, 'pmpro_bcity', 'Jacksonville') ; 
INSERT INTO `wp_usermeta` VALUES (31665, 2790, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (31666, 2790, 'pmpro_bzipcode', '32205') ; 
INSERT INTO `wp_usermeta` VALUES (31667, 2790, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (31668, 2790, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (31669, 2790, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (31670, 2790, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (31671, 2790, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31672, 2791, 'first_name', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (31673, 2791, 'last_name', 'Monell') ; 
INSERT INTO `wp_usermeta` VALUES (31674, 2791, 'nickname', 'NicoleMonell') ; 
INSERT INTO `wp_usermeta` VALUES (31675, 2791, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31676, 2791, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31677, 2791, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31678, 2791, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31679, 2791, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31680, 2791, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31681, 2791, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31682, 2791, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31683, 2791, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (31684, 2791, 'pmpro_bfirstname', 'Nicole') ; 
INSERT INTO `wp_usermeta` VALUES (31685, 2791, 'pmpro_blastname', 'Monell') ; 
INSERT INTO `wp_usermeta` VALUES (31686, 2791, 'pmpro_baddress1', '455 Naugatuck Dr') ; 
INSERT INTO `wp_usermeta` VALUES (31687, 2791, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31688, 2791, 'pmpro_bcity', 'Jacksonville') ; 
INSERT INTO `wp_usermeta` VALUES (31689, 2791, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (31690, 2791, 'pmpro_bzipcode', '32225-3386') ; 
INSERT INTO `wp_usermeta` VALUES (31691, 2791, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (31692, 2791, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (31693, 2791, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (31694, 2791, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (31695, 2791, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31824, 2795, 'pmpro_baddress1', '1901 Kenwood Court') ; 
INSERT INTO `wp_usermeta` VALUES (31823, 2795, 'pmpro_blastname', 'Hunt') ; 
INSERT INTO `wp_usermeta` VALUES (31822, 2795, 'pmpro_bfirstname', 'Carol') ; 
INSERT INTO `wp_usermeta` VALUES (31821, 2795, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 10, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (31820, 2795, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31819, 2795, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31818, 2795, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31816, 2795, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31817, 2795, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31805, 2781, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (31806, 2781, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (31807, 2781, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (31808, 2781, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (31809, 2781, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31810, 2795, 'first_name', 'CAROL') ; 
INSERT INTO `wp_usermeta` VALUES (31811, 2795, 'last_name', 'HUNT') ; 
INSERT INTO `wp_usermeta` VALUES (31812, 2795, 'nickname', 'CH') ; 
INSERT INTO `wp_usermeta` VALUES (31813, 2795, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31814, 2795, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31815, 2795, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32218, 2402, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (32219, 2402, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 11, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (31713, 937, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31714, 937, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"June 10, 2014";s:5:"month";i:1;s:7:"alltime";i:15;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (199980, 1061, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199981, 1061, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199982, 1061, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199983, 1061, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjNkZTM2MjdiNzA4OGFmMzNiYzhmMDhkMTVlMjU0MDQwNjJjYjQyNzUiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (31716, 937, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"June 10, 2014";s:5:"month";i:1;s:7:"alltime";i:13;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (31717, 937, 'pmpro_views', 'a:4:{s:4:"last";s:13:"June 10, 2014";s:5:"month";i:4;s:7:"alltime";i:80;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (31718, 600, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31719, 1061, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31720, 1061, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"May 11, 2014";s:5:"month";i:1;s:7:"alltime";i:17;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (31722, 1061, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"May 11, 2014";s:5:"month";i:1;s:7:"alltime";i:12;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (31723, 1061, 'pmpro_views', 'a:4:{s:4:"last";s:12:"May 11, 2014";s:5:"month";i:6;s:7:"alltime";i:145;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (31724, 2387, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (31725, 2387, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"January 7, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (199985, 2796, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImY3ODI1NGZmODkzYjQyN2M0YzQxNjE3NTAyNzk3NDExMjQ1M2NhMTciO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (31727, 2387, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"January 14, 2014";s:5:"month";i:3;s:7:"alltime";i:4;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (31728, 2387, 'pmpro_views', 'a:4:{s:4:"last";s:16:"January 14, 2014";s:5:"month";i:7;s:7:"alltime";i:29;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (31729, 2387, 'pmpro_bphone', '850-598-6312') ; 
INSERT INTO `wp_usermeta` VALUES (31730, 2387, 'pmpro_bemail', 'faith5651@yahoo.com') ; 
INSERT INTO `wp_usermeta` VALUES (31731, 2387, 'pmpro_CardType', 'Mastercard') ; 
INSERT INTO `wp_usermeta` VALUES (31732, 2387, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-5670') ; 
INSERT INTO `wp_usermeta` VALUES (31733, 2387, 'pmpro_ExpirationMonth', '05') ; 
INSERT INTO `wp_usermeta` VALUES (31734, 2387, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (31825, 2795, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31826, 2795, 'pmpro_bcity', 'Birmingham') ; 
INSERT INTO `wp_usermeta` VALUES (31827, 2795, 'pmpro_bstate', 'Mi') ; 
INSERT INTO `wp_usermeta` VALUES (31828, 2795, 'pmpro_bzipcode', '48009') ; 
INSERT INTO `wp_usermeta` VALUES (31829, 2795, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (31830, 2795, 'pmpro_bphone', '2486425049') ; 
INSERT INTO `wp_usermeta` VALUES (31831, 2795, 'pmpro_bemail', 'chunt19@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (31832, 2795, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (32201, 1680, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31836, 570, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31837, 570, 'uxf_count', '') ; 
INSERT INTO `wp_usermeta` VALUES (31838, 570, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (31839, 570, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (31840, 570, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31841, 570, 'nickname', 'aazkuser2535') ; 
INSERT INTO `wp_usermeta` VALUES (31842, 570, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31843, 570, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31844, 570, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31845, 570, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31846, 570, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31847, 570, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31848, 570, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (31849, 570, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31850, 514, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31851, 514, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (31852, 514, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (31853, 514, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (31854, 514, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31855, 514, 'nickname', 'aazkuser2273') ; 
INSERT INTO `wp_usermeta` VALUES (31856, 514, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31857, 514, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31858, 514, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31859, 514, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31860, 514, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31861, 514, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31862, 514, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31863, 514, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31864, 918, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31865, 918, 'uxf_count', 'NO') ; 
INSERT INTO `wp_usermeta` VALUES (31866, 918, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31867, 918, 'nickname', 'aazkuser4061') ; 
INSERT INTO `wp_usermeta` VALUES (31868, 918, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31869, 918, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31870, 918, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31871, 918, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31872, 918, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31873, 918, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31874, 918, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31875, 918, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31876, 2126, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31877, 2126, 'pmpro_bstate', '') ; 
INSERT INTO `wp_usermeta` VALUES (31878, 2126, 'pmpro_bzipcode', '') ; 
INSERT INTO `wp_usermeta` VALUES (31879, 2126, 'uxf_count', 'NO') ; 
INSERT INTO `wp_usermeta` VALUES (31880, 2126, 'nickname', 'aazkuser9576') ; 
INSERT INTO `wp_usermeta` VALUES (31881, 2126, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31882, 2126, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31883, 2126, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31884, 2126, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31885, 2126, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31886, 2126, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31887, 2126, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31888, 2126, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31889, 1792, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31890, 1792, 'pmpro_bstate', '') ; 
INSERT INTO `wp_usermeta` VALUES (31891, 1792, 'uxf_count', 'NO') ; 
INSERT INTO `wp_usermeta` VALUES (31892, 1792, 'nickname', 'aazkuser8044') ; 
INSERT INTO `wp_usermeta` VALUES (31893, 1792, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31894, 1792, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31895, 1792, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31896, 1792, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31897, 1792, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31898, 1792, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31899, 1792, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (31900, 1792, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31901, 2018, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31902, 2018, 'pmpro_bstate', '') ; 
INSERT INTO `wp_usermeta` VALUES (31903, 2018, 'uxf_count', 'NO') ; 
INSERT INTO `wp_usermeta` VALUES (31904, 2018, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31905, 2018, 'nickname', 'aazkuser9074') ; 
INSERT INTO `wp_usermeta` VALUES (31906, 2018, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31907, 2018, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31908, 2018, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31909, 2018, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31910, 2018, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31911, 2018, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31912, 2018, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31913, 2018, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31914, 1574, 'pmpro_baddress1', '') ; 
INSERT INTO `wp_usermeta` VALUES (31915, 1574, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31916, 1574, 'pmpro_bcity', '') ; 
INSERT INTO `wp_usermeta` VALUES (31917, 1574, 'pmpro_bstate', '') ; 
INSERT INTO `wp_usermeta` VALUES (31918, 1574, 'pmpro_bzipcode', '') ; 
INSERT INTO `wp_usermeta` VALUES (31919, 1574, 'pmpro_bcountry', '') ; 
INSERT INTO `wp_usermeta` VALUES (31920, 1574, 'uxf_count', 'NO') ; 
INSERT INTO `wp_usermeta` VALUES (31921, 1574, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (31922, 1574, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (31923, 1574, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31924, 1574, 'nickname', 'aazkuser7040') ; 
INSERT INTO `wp_usermeta` VALUES (31925, 1574, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31926, 1574, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31927, 1574, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31928, 1574, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31929, 1574, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31930, 1574, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31931, 1574, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31932, 1574, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31933, 278, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31934, 278, 'pmpro_bstate', 'South Australia') ; 
INSERT INTO `wp_usermeta` VALUES (31935, 278, 'uxf_count', 'NO') ; 
INSERT INTO `wp_usermeta` VALUES (31936, 278, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31937, 278, 'nickname', 'aazkuser1210') ; 
INSERT INTO `wp_usermeta` VALUES (31938, 278, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31939, 278, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31940, 278, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31941, 278, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31942, 278, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31943, 278, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31944, 278, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31945, 278, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31946, 925, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31947, 925, 'pmpro_bstate', '') ; 
INSERT INTO `wp_usermeta` VALUES (31948, 925, 'uxf_count', 'NO') ; 
INSERT INTO `wp_usermeta` VALUES (31949, 925, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31950, 925, 'nickname', 'aazkuser4090') ; 
INSERT INTO `wp_usermeta` VALUES (31951, 925, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31952, 925, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31953, 925, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31954, 925, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31955, 925, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31956, 925, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31957, 925, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31958, 925, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31959, 696, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31960, 696, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (31961, 696, 'nickname', 'aazkuser3084') ; 
INSERT INTO `wp_usermeta` VALUES (31962, 696, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31963, 696, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31964, 696, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31965, 696, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31966, 696, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31967, 696, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31968, 696, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (31969, 696, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31970, 765, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31971, 765, 'uxf_count', 'NO') ; 
INSERT INTO `wp_usermeta` VALUES (31972, 765, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31973, 765, 'nickname', 'aazkuser3409') ; 
INSERT INTO `wp_usermeta` VALUES (31974, 765, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31975, 765, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31976, 765, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31977, 765, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31978, 765, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31979, 765, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31980, 765, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31981, 765, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31982, 2121, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (31983, 2121, 'pmpro_bstate', 'Antwerpen') ; 
INSERT INTO `wp_usermeta` VALUES (31984, 2121, 'uxf_count', 'NO') ; 
INSERT INTO `wp_usermeta` VALUES (31985, 2121, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (31986, 2121, 'nickname', 'aazkuser9550') ; 
INSERT INTO `wp_usermeta` VALUES (31987, 2121, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (31988, 2121, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31989, 2121, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (31990, 2121, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (31991, 2121, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31992, 2121, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (31993, 2121, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (31994, 2121, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (31995, 991, 'pmpro_baddress2', 'University of Human Arts and Sciences') ; 
INSERT INTO `wp_usermeta` VALUES (31996, 991, 'pmpro_bstate', 'Saitama') ; 
INSERT INTO `wp_usermeta` VALUES (31997, 991, 'uxf_count', 'NO') ; 
INSERT INTO `wp_usermeta` VALUES (31998, 991, 'nickname', 'aazkuser4364') ; 
INSERT INTO `wp_usermeta` VALUES (31999, 991, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32000, 991, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32001, 991, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32002, 991, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32003, 991, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32004, 991, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32005, 991, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32006, 991, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32007, 1779, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32008, 1779, 'pmpro_bstate', 'Jalisco') ; 
INSERT INTO `wp_usermeta` VALUES (32009, 1779, 'uxf_count', 'NO') ; 
INSERT INTO `wp_usermeta` VALUES (32010, 1779, 'nickname', 'aazkuser8004') ; 
INSERT INTO `wp_usermeta` VALUES (32011, 1779, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32012, 1779, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32013, 1779, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32014, 1779, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32015, 1779, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32016, 1779, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32017, 1779, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32018, 1779, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32019, 1891, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32020, 1891, 'pmpro_bstate', '') ; 
INSERT INTO `wp_usermeta` VALUES (32021, 1891, 'uxf_count', 'NO') ; 
INSERT INTO `wp_usermeta` VALUES (32022, 1891, 'nickname', 'aazkuser8468') ; 
INSERT INTO `wp_usermeta` VALUES (32023, 1891, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32024, 1891, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32025, 1891, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32026, 1891, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32027, 1891, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32028, 1891, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32029, 1891, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32030, 1891, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32031, 1691, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32032, 1691, 'uxf_count', 'NO') ; 
INSERT INTO `wp_usermeta` VALUES (32033, 1691, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (32034, 1691, 'nickname', 'aazkuser7566') ; 
INSERT INTO `wp_usermeta` VALUES (32035, 1691, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32036, 1691, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32037, 1691, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32038, 1691, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32039, 1691, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32040, 1691, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32041, 1691, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32042, 1691, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32043, 751, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32044, 751, 'pmpro_bstate', 'Zurich') ; 
INSERT INTO `wp_usermeta` VALUES (32045, 751, 'uxf_count', 'NO') ; 
INSERT INTO `wp_usermeta` VALUES (32046, 751, 'nickname', 'aazkuser3354') ; 
INSERT INTO `wp_usermeta` VALUES (32047, 751, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32048, 751, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32049, 751, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32050, 751, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32051, 751, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32052, 751, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32053, 751, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32054, 751, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32055, 757, 'pmpro_baddress2', 'Taman Melawati') ; 
INSERT INTO `wp_usermeta` VALUES (32056, 757, 'pmpro_bstate', '') ; 
INSERT INTO `wp_usermeta` VALUES (32057, 757, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (32058, 36, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32059, 36, 'pmpro_bstate', 'Novara') ; 
INSERT INTO `wp_usermeta` VALUES (32060, 36, 'uxf_count', 'NO') ; 
INSERT INTO `wp_usermeta` VALUES (32061, 36, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (32062, 36, 'nickname', 'aazkuser139') ; 
INSERT INTO `wp_usermeta` VALUES (32063, 36, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32064, 36, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32065, 36, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32066, 36, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32067, 36, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32068, 36, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32069, 36, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32070, 36, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32071, 757, 'nickname', 'aazkuser3383') ; 
INSERT INTO `wp_usermeta` VALUES (32072, 757, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32073, 757, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32074, 757, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32075, 757, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32076, 757, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32077, 757, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32078, 757, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32079, 757, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32080, 2775, 'pmpro_bfirstname', 'Lynn') ; 
INSERT INTO `wp_usermeta` VALUES (32081, 2775, 'pmpro_blastname', 'Brevard') ; 
INSERT INTO `wp_usermeta` VALUES (32082, 2775, 'pmpro_baddress1', '2233 S. Madison Street') ; 
INSERT INTO `wp_usermeta` VALUES (32083, 2775, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32084, 2775, 'pmpro_bcity', 'Denver') ; 
INSERT INTO `wp_usermeta` VALUES (32085, 2775, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (32086, 2775, 'pmpro_bzipcode', '80210') ; 
INSERT INTO `wp_usermeta` VALUES (32087, 2775, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (32088, 2775, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (32089, 2775, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (32090, 2775, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (32091, 2775, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (32092, 2796, 'first_name', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (32093, 2796, 'last_name', 'Morarity') ; 
INSERT INTO `wp_usermeta` VALUES (32094, 2796, 'nickname', 'ShannonM') ; 
INSERT INTO `wp_usermeta` VALUES (32095, 2796, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32096, 2796, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32097, 2796, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32098, 2796, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32099, 2796, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32100, 2796, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32101, 2796, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32102, 2796, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32103, 2796, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"February 27, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (32104, 2796, 'pmpro_bfirstname', 'Shannon') ; 
INSERT INTO `wp_usermeta` VALUES (32105, 2796, 'pmpro_blastname', 'Morarity') ; 
INSERT INTO `wp_usermeta` VALUES (32106, 2796, 'pmpro_baddress1', '325 Markley Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (32107, 2796, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32108, 2796, 'pmpro_bcity', 'London') ; 
INSERT INTO `wp_usermeta` VALUES (32109, 2796, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (32110, 2796, 'pmpro_bzipcode', '43140') ; 
INSERT INTO `wp_usermeta` VALUES (32111, 2796, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (32112, 2796, 'pmpro_bphone', '614.638.4896') ; 
INSERT INTO `wp_usermeta` VALUES (32113, 2796, 'pmpro_bemail', 'shannon.morarity@columbuszoo.org') ; 
INSERT INTO `wp_usermeta` VALUES (32114, 2796, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (199986, 294, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199987, 294, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199988, 294, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199989, 294, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199990, 294, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImNmYWE3Njk3ZmQ3MmU4M2YyZGE1MjZiOGIxMzcxMGY5MDcwNDYwNzkiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (32116, 2796, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"February 27, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (32117, 2796, 'pmpro_views', 'a:4:{s:4:"last";s:17:"February 27, 2014";s:5:"month";i:14;s:7:"alltime";i:21;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (32118, 294, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (32119, 294, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"January 23, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (32121, 294, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"January 23, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (32122, 294, 'pmpro_views', 'a:4:{s:4:"last";s:16:"January 23, 2014";s:5:"month";i:11;s:7:"alltime";i:33;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (32123, 2797, 'first_name', 'Victoria') ; 
INSERT INTO `wp_usermeta` VALUES (32124, 2797, 'last_name', 'Chamberlain') ; 
INSERT INTO `wp_usermeta` VALUES (32125, 2797, 'nickname', 'vchamberlain') ; 
INSERT INTO `wp_usermeta` VALUES (32126, 2797, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32127, 2797, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32128, 2797, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32129, 2797, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32130, 2797, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32131, 2797, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32132, 2797, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32133, 2797, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32134, 2797, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"February 5, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (32135, 2797, 'pmpro_bfirstname', 'Victoria') ; 
INSERT INTO `wp_usermeta` VALUES (32136, 2797, 'pmpro_blastname', 'Chamberlain') ; 
INSERT INTO `wp_usermeta` VALUES (32137, 2797, 'pmpro_baddress1', '441 Kearney Ave') ; 
INSERT INTO `wp_usermeta` VALUES (32138, 2797, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32139, 2797, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (32140, 2797, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (32141, 2797, 'pmpro_bzipcode', '80906') ; 
INSERT INTO `wp_usermeta` VALUES (32142, 2797, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (32143, 2797, 'pmpro_bphone', '617-913-4753') ; 
INSERT INTO `wp_usermeta` VALUES (32144, 2797, 'pmpro_bemail', 'vgchamberlain@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (32145, 2797, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (32146, 1086, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (32147, 1086, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"January 20, 2014";s:5:"month";i:2;s:7:"alltime";i:3;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (199992, 41, '_wpsc_cart', 's:1051:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:0:"";s:16:"selected_country";s:0:"";s:15:"delivery_region";s:0:"";s:15:"selected_region";s:0:"";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"981287ed1813f6604cf1134343171294872f7a03";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (32149, 1086, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"January 20, 2014";s:5:"month";i:2;s:7:"alltime";i:3;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (32150, 1086, 'pmpro_views', 'a:4:{s:4:"last";s:16:"January 20, 2014";s:5:"month";i:19;s:7:"alltime";i:29;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (32151, 2798, 'first_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (32152, 2798, 'last_name', 'Dolphin Research Center') ; 
INSERT INTO `wp_usermeta` VALUES (32153, 2798, 'nickname', 'Dolphin Research Center') ; 
INSERT INTO `wp_usermeta` VALUES (32154, 2798, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32155, 2798, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32156, 2798, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32157, 2798, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32158, 2798, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32159, 2798, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32160, 2798, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32161, 2798, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32162, 2798, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (32163, 41, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (32164, 41, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 10, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (199993, 2797, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjcxMTg5MTlhMTI4ZDY3MTZlZDNmYzNiN2VjZGFmMjcxZWU2ZjY2OGMiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (32166, 41, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 10, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (32167, 41, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 10, 2013";s:5:"month";i:8;s:7:"alltime";i:8;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (32168, 2798, 'pmpro_bfirstname', '') ; 
INSERT INTO `wp_usermeta` VALUES (32169, 2798, 'pmpro_blastname', 'Dolphin Research Center') ; 
INSERT INTO `wp_usermeta` VALUES (32170, 2798, 'pmpro_baddress1', '58901 Overseas Highway') ; 
INSERT INTO `wp_usermeta` VALUES (32171, 2798, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32172, 2798, 'pmpro_bcity', 'Grassy Key') ; 
INSERT INTO `wp_usermeta` VALUES (32173, 2798, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (32174, 2798, 'pmpro_bzipcode', '33050') ; 
INSERT INTO `wp_usermeta` VALUES (32175, 2798, 'pmpro_bcountry', 'United States') ; 
INSERT INTO `wp_usermeta` VALUES (32176, 2798, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (32177, 2798, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (32178, 2798, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (32179, 2798, 'uxf_organization', 'Dolphin Research Center, Inc.') ; 
INSERT INTO `wp_usermeta` VALUES (32180, 2687, 'pmpro_bfirstname', 'Oakland Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (32181, 2687, 'pmpro_blastname', 'Docent Zoo Council') ; 
INSERT INTO `wp_usermeta` VALUES (32182, 2687, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32183, 2687, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (32184, 2687, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (32185, 2687, 'first_name', 'Oakland Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (32186, 2687, 'last_name', 'Docent Zoo Council') ; 
INSERT INTO `wp_usermeta` VALUES (32187, 2687, 'nickname', 'aazkuser12000') ; 
INSERT INTO `wp_usermeta` VALUES (32188, 2687, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32189, 2687, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32190, 2687, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32191, 2687, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32192, 2687, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32193, 2687, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32194, 2687, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32195, 2687, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (199994, 903, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199995, 903, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (199996, 903, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199997, 903, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (199998, 903, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"2a7c7db06d00136b506068e2ba4119f4e0e8722f";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (32197, 2797, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"February 7, 2014";s:5:"month";i:50;s:7:"alltime";i:54;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (32198, 2797, 'pmpro_views', 'a:4:{s:4:"last";s:16:"February 7, 2014";s:5:"month";i:75;s:7:"alltime";i:79;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (32200, 1680, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32199, 1680, 'nickname', 'aazkuser7513') ; 
INSERT INTO `wp_usermeta` VALUES (32206, 2782, 'pmpro_bfirstname', 'Megan') ; 
INSERT INTO `wp_usermeta` VALUES (32207, 2782, 'pmpro_blastname', 'Myers') ; 
INSERT INTO `wp_usermeta` VALUES (32208, 2782, 'pmpro_baddress1', '889 Pearl View Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (32209, 2782, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32210, 2782, 'pmpro_bcity', 'Sauk Rapids') ; 
INSERT INTO `wp_usermeta` VALUES (32211, 2782, 'pmpro_bstate', 'MN') ; 
INSERT INTO `wp_usermeta` VALUES (32212, 2782, 'pmpro_bzipcode', '56379-2361') ; 
INSERT INTO `wp_usermeta` VALUES (32213, 2782, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (32214, 2782, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (32215, 2782, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (32216, 2782, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (32217, 2782, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (199842, 2, '_wpsc_checkout_details', 'a:7:{i:9;s:0:"";i:10;s:2:"Ed";i:11;s:6:"Hansen";i:12;s:21:"8476 E. Speedway Blvd";i:13;s:9:"Suite 204";i:14;a:2:{i:0;s:2:"US";i:1;s:2:"16";}i:16;s:10:"85710-1728";}') ; 
INSERT INTO `wp_usermeta` VALUES (32225, 2, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (32226, 903, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (32227, 903, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 11, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (199999, 2700, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200000, 2700, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200001, 2700, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200002, 2700, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200003, 2700, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"7532f42945652aac1ecab653288ce575fe538401";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (32229, 903, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 12, 2013";s:5:"month";i:4;s:7:"alltime";i:4;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (32230, 903, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 12, 2013";s:5:"month";i:33;s:7:"alltime";i:33;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (32248, 477, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32249, 477, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32250, 477, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32251, 477, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32252, 477, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32253, 477, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (200005, 1169, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200006, 1169, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200007, 1169, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200008, 1169, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImEwYzI4OTAyODdlOWQ3NTc2YzU4YzAxZGViZmMzZDRlODExYTY2NzEiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (32256, 2700, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 17, 2013";s:5:"month";i:3;s:7:"alltime";i:3;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (32257, 2700, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 17, 2013";s:5:"month";i:39;s:7:"alltime";i:39;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (200004, 1169, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (32258, 2290, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32259, 2290, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (32260, 2290, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (32261, 2290, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (32262, 2290, 'nickname', 'aazkuser10296') ; 
INSERT INTO `wp_usermeta` VALUES (32263, 2290, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32264, 2290, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32265, 2290, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32266, 2290, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32267, 2290, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32268, 2290, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32269, 2290, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (32270, 2290, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32271, 1142, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (32272, 1142, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (32273, 1142, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (32274, 1142, 'nickname', 'aazkuser5077') ; 
INSERT INTO `wp_usermeta` VALUES (32275, 1142, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32276, 1142, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32277, 1142, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32278, 1142, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32279, 1142, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32280, 1142, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32281, 1142, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32282, 1142, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32283, 1345, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (32284, 1345, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (32285, 1345, 'uxf_organization', 'naples zoo') ; 
INSERT INTO `wp_usermeta` VALUES (32286, 1345, 'nickname', 'aazkuser5997') ; 
INSERT INTO `wp_usermeta` VALUES (32287, 1345, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32288, 1345, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32289, 1345, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32290, 1345, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32291, 1345, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32292, 1345, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32293, 1345, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (32294, 1345, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32295, 2326, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32296, 2326, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (32297, 2326, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (32298, 2326, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (32299, 2326, 'nickname', 'aazkuser10453') ; 
INSERT INTO `wp_usermeta` VALUES (32300, 2326, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32301, 2326, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32302, 2326, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32303, 2326, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32304, 2326, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32305, 2326, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32306, 2326, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32307, 2326, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32308, 1169, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (32309, 1169, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"July 30, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (200009, 714, '_wpsc_cart', 's:1051:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:0:"";s:16:"selected_country";s:0:"";s:15:"delivery_region";s:0:"";s:15:"selected_region";s:0:"";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"62145e31611bd1f66e8da970413928b87c5895b4";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (32311, 1169, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"July 30, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (32312, 1169, 'pmpro_views', 'a:4:{s:4:"last";s:13:"July 30, 2014";s:5:"month";i:3;s:7:"alltime";i:19;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (32313, 1755, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32314, 1755, 'uxf_akf', 'ELECTRONIC') ; 
INSERT INTO `wp_usermeta` VALUES (32315, 1755, 'nickname', 'aazkuser7882') ; 
INSERT INTO `wp_usermeta` VALUES (32316, 1755, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32317, 1755, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32318, 1755, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32319, 1755, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32320, 1755, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32321, 1755, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32322, 1755, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (32323, 1755, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32324, 2071, 'pmpro_baddress1', 'ZSL Whipsnade Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (32325, 2071, 'pmpro_baddress2', 'Whipsnade') ; 
INSERT INTO `wp_usermeta` VALUES (32326, 2071, 'pmpro_bstate', 'Bedfordshire') ; 
INSERT INTO `wp_usermeta` VALUES (32327, 2071, 'uxf_akf', 'PRINT') ; 
INSERT INTO `wp_usermeta` VALUES (32328, 2071, 'nickname', 'aazkuser9309') ; 
INSERT INTO `wp_usermeta` VALUES (32329, 2071, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32330, 2071, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32331, 2071, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32332, 2071, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32333, 2071, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32334, 2071, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32335, 2071, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32336, 2071, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32337, 250, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32338, 250, 'pmpro_bcity', '') ; 
INSERT INTO `wp_usermeta` VALUES (32339, 250, 'nickname', 'aazkuser1082') ; 
INSERT INTO `wp_usermeta` VALUES (32340, 250, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32341, 250, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32342, 250, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32343, 250, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32344, 250, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32345, 250, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32346, 250, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32347, 250, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32348, 2282, 'pmpro_baddress2', 'Nakano-ku') ; 
INSERT INTO `wp_usermeta` VALUES (32349, 2282, 'pmpro_bstate', '') ; 
INSERT INTO `wp_usermeta` VALUES (32350, 2282, 'nickname', 'aazkuser10262') ; 
INSERT INTO `wp_usermeta` VALUES (32351, 2282, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32352, 2282, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32353, 2282, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32354, 2282, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32355, 2282, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32356, 2282, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32357, 2282, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32358, 2282, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32359, 2105, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32360, 2105, 'pmpro_bstate', '') ; 
INSERT INTO `wp_usermeta` VALUES (32361, 2105, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (32362, 2105, 'nickname', 'aazkuser9474') ; 
INSERT INTO `wp_usermeta` VALUES (32363, 2105, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32364, 2105, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32365, 2105, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32366, 2105, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32367, 2105, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32368, 2105, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32369, 2105, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32370, 2105, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32371, 2283, 'pmpro_baddress1', '') ; 
INSERT INTO `wp_usermeta` VALUES (32372, 2283, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32373, 2283, 'pmpro_bstate', '') ; 
INSERT INTO `wp_usermeta` VALUES (32374, 2283, 'uxf_count', 'NO') ; 
INSERT INTO `wp_usermeta` VALUES (32375, 2283, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (32376, 2283, 'nickname', 'aazkuser10263') ; 
INSERT INTO `wp_usermeta` VALUES (32377, 2283, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32378, 2283, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32379, 2283, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32380, 2283, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32381, 2283, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32382, 2283, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32383, 2283, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (32384, 2283, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32385, 2481, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32386, 2481, 'pmpro_bstate', '') ; 
INSERT INTO `wp_usermeta` VALUES (32387, 2481, 'nickname', 'aazkuser11110') ; 
INSERT INTO `wp_usermeta` VALUES (32388, 2481, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32389, 2481, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32390, 2481, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32391, 2481, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32392, 2481, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32393, 2481, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32394, 2481, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (32395, 2481, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32396, 2148, 'pmpro_bstate', '') ; 
INSERT INTO `wp_usermeta` VALUES (32397, 2148, 'uxf_count', 'NO') ; 
INSERT INTO `wp_usermeta` VALUES (32398, 2148, 'nickname', 'aazkuser9664') ; 
INSERT INTO `wp_usermeta` VALUES (32399, 2148, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32400, 2148, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32401, 2148, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32402, 2148, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32403, 2148, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32404, 2148, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32405, 2148, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (32406, 2148, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32407, 2285, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32408, 2285, 'pmpro_bstate', '') ; 
INSERT INTO `wp_usermeta` VALUES (32409, 2285, 'uxf_akf', 'ELECTRONIC') ; 
INSERT INTO `wp_usermeta` VALUES (32410, 2285, 'nickname', 'aazkuser10267') ; 
INSERT INTO `wp_usermeta` VALUES (32411, 2285, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32412, 2285, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32413, 2285, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32414, 2285, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32415, 2285, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32416, 2285, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32417, 2285, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32418, 2285, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32419, 769, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32420, 769, 'pmpro_bstate', '') ; 
INSERT INTO `wp_usermeta` VALUES (32421, 769, 'uxf_akf', 'PRINT') ; 
INSERT INTO `wp_usermeta` VALUES (32422, 769, 'uxf_organization', 'EAZA') ; 
INSERT INTO `wp_usermeta` VALUES (32423, 769, 'nickname', 'aazkuser3419') ; 
INSERT INTO `wp_usermeta` VALUES (32424, 769, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32425, 769, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32426, 769, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32427, 769, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32428, 769, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32429, 769, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32430, 769, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32431, 769, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32432, 2098, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32433, 2098, 'pmpro_bstate', '') ; 
INSERT INTO `wp_usermeta` VALUES (32434, 2098, 'pmpro_bzipcode', '') ; 
INSERT INTO `wp_usermeta` VALUES (32435, 2098, 'nickname', 'aazkuser9448') ; 
INSERT INTO `wp_usermeta` VALUES (32436, 2098, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32437, 2098, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32438, 2098, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32439, 2098, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32440, 2098, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32441, 2098, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32442, 2098, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32443, 2098, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32444, 2020, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32445, 2020, 'pmpro_bstate', '') ; 
INSERT INTO `wp_usermeta` VALUES (32446, 2020, 'uxf_akf', 'ELECTRONIC') ; 
INSERT INTO `wp_usermeta` VALUES (32447, 2020, 'nickname', 'aazkuser9083') ; 
INSERT INTO `wp_usermeta` VALUES (32448, 2020, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32449, 2020, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32450, 2020, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32451, 2020, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32452, 2020, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32453, 2020, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32454, 2020, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32455, 2020, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32456, 33, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32457, 33, 'pmpro_bstate', 'Abu Daubi') ; 
INSERT INTO `wp_usermeta` VALUES (32458, 33, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (32459, 33, 'nickname', 'aazkuser123') ; 
INSERT INTO `wp_usermeta` VALUES (32460, 33, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32461, 33, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32462, 33, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32463, 33, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32464, 33, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32465, 33, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32466, 33, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32467, 33, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32468, 714, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (32469, 714, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 12, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (200010, 2419, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200011, 2419, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200012, 2419, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200013, 2419, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200014, 2419, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjM4MGJkOWRjNDM0YzhhZGU0OWE1ZjI3ZDI1ODI0MDg1MDBiN2E5MDQiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (32471, 714, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 12, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (32472, 714, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 12, 2013";s:5:"month";i:23;s:7:"alltime";i:23;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (32473, 2419, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (32474, 2419, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"July 11, 2014";s:5:"month";i:1;s:7:"alltime";i:12;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (200015, 231, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200016, 231, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200017, 231, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200018, 231, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200019, 231, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM2OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjFiZjM0NmI4NWNiOTE0NGUzODgzZTgwMWQ4MmRhMTBjMTE1MjA2YWYiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO2E6MDp7fXM6MTU6InNoaXBwaW5nX21ldGhvZCI7TjtzOjIxOiJzaGlwcGluZ19tZXRob2RfY291bnQiO2k6MDtzOjIzOiJjdXJyZW50X3NoaXBwaW5nX21ldGhvZCI7aTotMTtzOjE4OiJpbl90aGVfbWV0aG9kX2xvb3AiO2I6MDtzOjE1OiJzaGlwcGluZ19xdW90ZXMiO2E6MDp7fXM6MTQ6InNoaXBwaW5nX3F1b3RlIjtOO3M6MjA6InNoaXBwaW5nX3F1b3RlX2NvdW50IjtpOjA7czoyMjoiY3VycmVudF9zaGlwcGluZ19xdW90ZSI7aTotMTtzOjE3OiJpbl90aGVfcXVvdGVfbG9vcCI7YjowO3M6MTI6ImNvdXBvbnNfbmFtZSI7czowOiIiO3M6MTQ6ImNvdXBvbnNfYW1vdW50IjtpOjA7fQ==') ; 
INSERT INTO `wp_usermeta` VALUES (32476, 2419, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"June 30, 2014";s:5:"month";i:3;s:7:"alltime";i:11;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (32477, 2419, 'pmpro_views', 'a:4:{s:4:"last";s:13:"July 11, 2014";s:5:"month";i:1;s:7:"alltime";i:60;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (32478, 231, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 31, 2013";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (200021, 2800, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200022, 2800, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200023, 2800, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200024, 2800, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"b9b99020fae3e73780f715df8ff6946c2941082d";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (32480, 231, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"January 7, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (32481, 231, 'pmpro_views', 'a:4:{s:4:"last";s:15:"January 7, 2014";s:5:"month";i:1;s:7:"alltime";i:56;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (32482, 1696, 'pmpro_blastname', 'Cuypers') ; 
INSERT INTO `wp_usermeta` VALUES (32483, 1696, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32484, 1696, 'pmpro_bstate', '') ; 
INSERT INTO `wp_usermeta` VALUES (32485, 1696, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (32486, 1696, 'nickname', 'aazkuser7591') ; 
INSERT INTO `wp_usermeta` VALUES (32487, 1696, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32488, 1696, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32489, 1696, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32490, 1696, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32491, 1696, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32492, 1696, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32493, 1696, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32494, 1696, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32495, 753, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32496, 753, 'pmpro_bstate', '') ; 
INSERT INTO `wp_usermeta` VALUES (32497, 753, 'nickname', 'aazkuser3367') ; 
INSERT INTO `wp_usermeta` VALUES (32498, 753, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32499, 753, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32500, 753, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32501, 753, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32502, 753, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32503, 753, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32504, 753, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32505, 753, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32506, 772, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32507, 772, 'pmpro_bstate', '') ; 
INSERT INTO `wp_usermeta` VALUES (32508, 772, 'nickname', 'aazkuser3434') ; 
INSERT INTO `wp_usermeta` VALUES (32509, 772, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32510, 772, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32511, 772, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32512, 772, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32513, 772, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32514, 772, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32515, 772, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (32516, 772, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32517, 896, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (32574, 2800, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (32556, 2800, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32557, 2800, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32558, 2800, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32559, 2800, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32560, 2800, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"January 2, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (32561, 2800, 'pmpro_bfirstname', 'Ed') ; 
INSERT INTO `wp_usermeta` VALUES (32562, 2800, 'pmpro_blastname', 'Hansen') ; 
INSERT INTO `wp_usermeta` VALUES (32563, 2800, 'pmpro_baddress1', '8476 E. Speedway Blvd - Ste 204') ; 
INSERT INTO `wp_usermeta` VALUES (32564, 2800, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32565, 2800, 'pmpro_bcity', 'Tucson') ; 
INSERT INTO `wp_usermeta` VALUES (32566, 2800, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (32567, 2800, 'pmpro_bzipcode', '85710-1728') ; 
INSERT INTO `wp_usermeta` VALUES (32568, 2800, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (32569, 2800, 'pmpro_bphone', '520-298-9688') ; 
INSERT INTO `wp_usermeta` VALUES (32570, 2800, 'pmpro_bemail', 'zked@cox.net') ; 
INSERT INTO `wp_usermeta` VALUES (32571, 2800, 'pmpro_CardType', 'Mastercard') ; 
INSERT INTO `wp_usermeta` VALUES (32572, 2800, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-8391') ; 
INSERT INTO `wp_usermeta` VALUES (32573, 2800, 'pmpro_ExpirationMonth', '05') ; 
INSERT INTO `wp_usermeta` VALUES (32554, 2800, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32555, 2800, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32551, 2800, 'nickname', 'Editor2') ; 
INSERT INTO `wp_usermeta` VALUES (32552, 2800, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32553, 2800, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (199846, 307, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (32550, 2800, 'last_name', 'Hansen') ; 
INSERT INTO `wp_usermeta` VALUES (32549, 2800, 'first_name', 'Ed') ; 
INSERT INTO `wp_usermeta` VALUES (200025, 497, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200026, 497, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200027, 497, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200028, 497, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (32576, 2800, 'pmpro_views', 'a:4:{s:4:"last";s:15:"January 2, 2014";s:5:"month";i:3;s:7:"alltime";i:5;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (32577, 2800, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (32578, 2800, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (32579, 2800, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (32580, 2800, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (32581, 497, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (32582, 497, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"August 10, 2014";s:5:"month";i:2;s:7:"alltime";i:4;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (200030, 2801, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200031, 2801, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200032, 2801, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200033, 2801, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200034, 2801, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"56d34bd41feff19b716b8c9796cf55e955a15576";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (32584, 497, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"August 10, 2014";s:5:"month";i:2;s:7:"alltime";i:4;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (32585, 497, 'pmpro_views', 'a:4:{s:4:"last";s:15:"August 10, 2014";s:5:"month";i:21;s:7:"alltime";i:45;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (32586, 2801, 'first_name', 'rhonda') ; 
INSERT INTO `wp_usermeta` VALUES (32587, 2801, 'last_name', 'taylor') ; 
INSERT INTO `wp_usermeta` VALUES (32588, 2801, 'nickname', 'treelady54') ; 
INSERT INTO `wp_usermeta` VALUES (32589, 2801, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32590, 2801, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32591, 2801, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32592, 2801, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32593, 2801, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32594, 2801, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32595, 2801, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32596, 2801, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32597, 2801, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 13, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (32598, 2801, 'pmpro_bfirstname', 'rhonda') ; 
INSERT INTO `wp_usermeta` VALUES (32599, 2801, 'pmpro_blastname', 'taylor') ; 
INSERT INTO `wp_usermeta` VALUES (32600, 2801, 'pmpro_baddress1', '5635 obrien lane') ; 
INSERT INTO `wp_usermeta` VALUES (32601, 2801, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32602, 2801, 'pmpro_bcity', 'jacksonville') ; 
INSERT INTO `wp_usermeta` VALUES (32603, 2801, 'pmpro_bstate', 'fl') ; 
INSERT INTO `wp_usermeta` VALUES (32604, 2801, 'pmpro_bzipcode', '33254') ; 
INSERT INTO `wp_usermeta` VALUES (32605, 2801, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (32606, 2801, 'pmpro_bphone', '9047862586') ; 
INSERT INTO `wp_usermeta` VALUES (32607, 2801, 'pmpro_bemail', 'rhondabrewcrew@aol.com') ; 
INSERT INTO `wp_usermeta` VALUES (32608, 2801, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (32609, 2801, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-2040') ; 
INSERT INTO `wp_usermeta` VALUES (32610, 2801, 'pmpro_ExpirationMonth', '12') ; 
INSERT INTO `wp_usermeta` VALUES (32611, 2801, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (200035, 124, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200036, 124, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200037, 124, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200038, 124, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200039, 124, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImE1OTNjZTQ1ZWJjN2Y5ZGY2ODMxZmIyZjQ5ZGZhN2M5NmM0YmQ5MjkiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (32613, 2801, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 13, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (32614, 2801, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 13, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (32615, 124, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (32616, 124, 'pmpro_logins', 'a:4:{s:4:"last";s:11:"May 5, 2014";s:5:"month";i:1;s:7:"alltime";i:17;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (200040, 1796, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200041, 1796, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200042, 1796, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200043, 1796, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200044, 1796, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"f60513498977c0d607cae6269352ca63944d211c";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (32618, 124, 'pmpro_visits', 'a:4:{s:4:"last";s:11:"May 5, 2014";s:5:"month";i:1;s:7:"alltime";i:15;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (32619, 124, 'pmpro_views', 'a:4:{s:4:"last";s:11:"May 5, 2014";s:5:"month";i:7;s:7:"alltime";i:85;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (32620, 2132, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (32621, 2801, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (32622, 2801, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (32623, 2801, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (32624, 2801, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (32625, 1796, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (32626, 1796, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 14, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (200045, 2802, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200046, 2802, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200047, 2802, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200048, 2802, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200049, 2802, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImViM2Q3MjdjYjBmZGYwNzcxNWJjOWU5Yjk2MWU1MDdjNjM2NWI3ZjMiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (32628, 1796, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 14, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (32629, 1796, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 14, 2013";s:5:"month";i:13;s:7:"alltime";i:13;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (32630, 2802, 'first_name', 'Taylor') ; 
INSERT INTO `wp_usermeta` VALUES (32631, 2802, 'last_name', 'Guastella') ; 
INSERT INTO `wp_usermeta` VALUES (32632, 2802, 'nickname', 'tguastella') ; 
INSERT INTO `wp_usermeta` VALUES (32633, 2802, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32634, 2802, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32635, 2802, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32636, 2802, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32637, 2802, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32638, 2802, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32639, 2802, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32640, 2802, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32641, 2802, 'pmpro_logins', 'a:4:{s:4:"last";s:11:"May 2, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (32642, 2802, 'pmpro_bfirstname', 'Taylor') ; 
INSERT INTO `wp_usermeta` VALUES (32643, 2802, 'pmpro_blastname', 'Guastella') ; 
INSERT INTO `wp_usermeta` VALUES (32644, 2802, 'pmpro_baddress1', '1709 Brighton Rd') ; 
INSERT INTO `wp_usermeta` VALUES (32645, 2802, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32646, 2802, 'pmpro_bcity', 'Pittsburgh') ; 
INSERT INTO `wp_usermeta` VALUES (32647, 2802, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (32648, 2802, 'pmpro_bzipcode', '15212') ; 
INSERT INTO `wp_usermeta` VALUES (32649, 2802, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (32650, 2802, 'pmpro_bphone', '5703506921') ; 
INSERT INTO `wp_usermeta` VALUES (32651, 2802, 'pmpro_bemail', 'taylor.guastella@aviary.org') ; 
INSERT INTO `wp_usermeta` VALUES (32652, 2802, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (32653, 2802, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-7171') ; 
INSERT INTO `wp_usermeta` VALUES (32654, 2802, 'pmpro_ExpirationMonth', '08') ; 
INSERT INTO `wp_usermeta` VALUES (32655, 2802, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (200050, 2357, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200051, 2357, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200052, 2357, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200053, 2357, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200054, 2357, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjdlYmM4MzdkMzBlYjFkMGVlODczZGNkN2ZhY2I4ZWJiMjZhOWQyMTAiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (32657, 2802, 'pmpro_visits', 'a:4:{s:4:"last";s:11:"May 2, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (32658, 2802, 'pmpro_views', 'a:4:{s:4:"last";s:11:"May 2, 2014";s:5:"month";i:4;s:7:"alltime";i:25;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (32659, 2357, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (32660, 2357, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"April 15, 2014";s:5:"month";i:2;s:7:"alltime";i:7;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (200055, 445, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200056, 445, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200057, 445, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200058, 445, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200059, 445, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjhmODc5ODMwYWExZTE3NDM5MGE1OTU5ODRlYTlmYmFjZDJjNjE4OWIiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (32662, 2357, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"April 15, 2014";s:5:"month";i:2;s:7:"alltime";i:8;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (32663, 2357, 'pmpro_views', 'a:4:{s:4:"last";s:14:"April 15, 2014";s:5:"month";i:4;s:7:"alltime";i:45;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (32664, 445, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (32665, 445, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"February 13, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (200060, 1237, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200061, 1237, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200062, 1237, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200063, 1237, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200064, 1237, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM2OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImE2ZWZiMTZkYmI4N2Q4NGFiNzc0MDI5NGY2ZGQyNDdjNTVjNWI0ZmYiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO2E6MDp7fXM6MTU6InNoaXBwaW5nX21ldGhvZCI7TjtzOjIxOiJzaGlwcGluZ19tZXRob2RfY291bnQiO2k6MDtzOjIzOiJjdXJyZW50X3NoaXBwaW5nX21ldGhvZCI7aTotMTtzOjE4OiJpbl90aGVfbWV0aG9kX2xvb3AiO2I6MDtzOjE1OiJzaGlwcGluZ19xdW90ZXMiO2E6MDp7fXM6MTQ6InNoaXBwaW5nX3F1b3RlIjtOO3M6MjA6InNoaXBwaW5nX3F1b3RlX2NvdW50IjtpOjA7czoyMjoiY3VycmVudF9zaGlwcGluZ19xdW90ZSI7aTotMTtzOjE3OiJpbl90aGVfcXVvdGVfbG9vcCI7YjowO3M6MTI6ImNvdXBvbnNfbmFtZSI7czowOiIiO3M6MTQ6ImNvdXBvbnNfYW1vdW50IjtpOjA7fQ==') ; 
INSERT INTO `wp_usermeta` VALUES (32667, 445, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"February 13, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (32668, 445, 'pmpro_views', 'a:4:{s:4:"last";s:17:"February 13, 2014";s:5:"month";i:50;s:7:"alltime";i:70;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (32669, 2147, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (32670, 1406, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (199851, 1311, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (32671, 1237, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (32672, 1237, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"July 18, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (200065, 2803, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200066, 2803, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200067, 2803, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200068, 2803, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200069, 2803, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"39fb9f9ddf64f056b9a16fd1fa040df16d48b6a6";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (32674, 1237, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"July 18, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (32675, 1237, 'pmpro_views', 'a:4:{s:4:"last";s:13:"July 18, 2014";s:5:"month";i:2;s:7:"alltime";i:20;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (32676, 2803, 'first_name', 'Lynde') ; 
INSERT INTO `wp_usermeta` VALUES (32677, 2803, 'last_name', 'Nunn') ; 
INSERT INTO `wp_usermeta` VALUES (32678, 2803, 'nickname', 'lnunn417') ; 
INSERT INTO `wp_usermeta` VALUES (32679, 2803, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32680, 2803, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32681, 2803, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32682, 2803, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32683, 2803, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32684, 2803, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32685, 2803, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32686, 2803, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32687, 2803, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 15, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (32688, 2803, 'pmpro_bfirstname', 'Lynde') ; 
INSERT INTO `wp_usermeta` VALUES (32689, 2803, 'pmpro_blastname', 'Nunn') ; 
INSERT INTO `wp_usermeta` VALUES (32690, 2803, 'pmpro_baddress1', '2905 Downing Street Apt 3') ; 
INSERT INTO `wp_usermeta` VALUES (32691, 2803, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32692, 2803, 'pmpro_bcity', 'Jacksonville') ; 
INSERT INTO `wp_usermeta` VALUES (32693, 2803, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (32694, 2803, 'pmpro_bzipcode', '32205') ; 
INSERT INTO `wp_usermeta` VALUES (32695, 2803, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (32696, 2803, 'pmpro_bphone', '9787903030') ; 
INSERT INTO `wp_usermeta` VALUES (32697, 2803, 'pmpro_bemail', 'lnunn417@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (32698, 2803, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (32699, 2803, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-2040') ; 
INSERT INTO `wp_usermeta` VALUES (32700, 2803, 'pmpro_ExpirationMonth', '12') ; 
INSERT INTO `wp_usermeta` VALUES (32701, 2803, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (200070, 2804, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200071, 2804, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200072, 2804, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200073, 2804, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200074, 2804, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"a8549934805a83c756d4f048f8a63cdab4406bee";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (32703, 2803, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 15, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (32704, 2803, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 15, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (32705, 2804, 'first_name', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (32706, 2804, 'last_name', 'Curtis') ; 
INSERT INTO `wp_usermeta` VALUES (32707, 2804, 'nickname', 'JCurtis717') ; 
INSERT INTO `wp_usermeta` VALUES (32708, 2804, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32709, 2804, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32710, 2804, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32711, 2804, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32712, 2804, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32713, 2804, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32714, 2804, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32715, 2804, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32716, 2804, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 15, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (32717, 2804, 'pmpro_bfirstname', 'Jessica') ; 
INSERT INTO `wp_usermeta` VALUES (32718, 2804, 'pmpro_blastname', 'Curtis') ; 
INSERT INTO `wp_usermeta` VALUES (32719, 2804, 'pmpro_baddress1', '4759 College Street') ; 
INSERT INTO `wp_usermeta` VALUES (32720, 2804, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32721, 2804, 'pmpro_bcity', 'Jacksonville') ; 
INSERT INTO `wp_usermeta` VALUES (32722, 2804, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (32723, 2804, 'pmpro_bzipcode', '32205') ; 
INSERT INTO `wp_usermeta` VALUES (32724, 2804, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (32725, 2804, 'pmpro_bphone', '860-335-2227') ; 
INSERT INTO `wp_usermeta` VALUES (32726, 2804, 'pmpro_bemail', 'Jessica_Curtis@me.com') ; 
INSERT INTO `wp_usermeta` VALUES (32727, 2804, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (32728, 2804, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-2040') ; 
INSERT INTO `wp_usermeta` VALUES (32729, 2804, 'pmpro_ExpirationMonth', '12') ; 
INSERT INTO `wp_usermeta` VALUES (32730, 2804, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (200075, 106, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200076, 106, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200077, 106, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200078, 106, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200079, 106, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImRiMTY1ZTVlMjJiMGUwYzRkZGUxNDc4YzkwZWM2ZGM1OGVkNzc2YjciO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (32732, 2804, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 15, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (32733, 2804, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 15, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (32734, 106, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (32735, 106, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"April 19, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (200080, 702, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200081, 702, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200082, 702, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200083, 702, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200084, 702, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjM1MDIwZWE4NzdjODE0YTEzZTA1ZDJiOWU0MTYxNjc1YzcxZDRlYmEiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (32737, 106, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"April 30, 2014";s:5:"month";i:2;s:7:"alltime";i:6;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (32738, 106, 'pmpro_views', 'a:4:{s:4:"last";s:14:"April 30, 2014";s:5:"month";i:20;s:7:"alltime";i:49;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (32739, 1539, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (32740, 702, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (32741, 702, 'pmpro_logins', 'a:4:{s:4:"last";s:11:"May 5, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (200085, 501, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200086, 501, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200087, 501, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200088, 501, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200089, 501, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjdkY2U0MGZkZDc5ODNjNjRjOTNiOWQyNWJmOWM4N2FhNjM2NWMwMWUiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (32743, 702, 'pmpro_visits', 'a:4:{s:4:"last";s:11:"May 5, 2014";s:5:"month";i:1;s:7:"alltime";i:6;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (32744, 702, 'pmpro_views', 'a:4:{s:4:"last";s:11:"May 5, 2014";s:5:"month";i:3;s:7:"alltime";i:21;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (32745, 2805, 'first_name', 'Jaclyn') ; 
INSERT INTO `wp_usermeta` VALUES (32746, 2805, 'last_name', 'Delawyer') ; 
INSERT INTO `wp_usermeta` VALUES (32747, 2805, 'nickname', 'Jdelawyer') ; 
INSERT INTO `wp_usermeta` VALUES (32748, 2805, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32749, 2805, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32750, 2805, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32751, 2805, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32752, 2805, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32753, 2805, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32754, 2805, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32755, 2805, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32756, 2805, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (32757, 2805, 'pmpro_bfirstname', 'Jaclyn') ; 
INSERT INTO `wp_usermeta` VALUES (32758, 2805, 'pmpro_blastname', 'DeLawyer') ; 
INSERT INTO `wp_usermeta` VALUES (32759, 2805, 'pmpro_baddress1', '4722 W Crittenden Ln') ; 
INSERT INTO `wp_usermeta` VALUES (32760, 2805, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32761, 2805, 'pmpro_bcity', 'Phoenix') ; 
INSERT INTO `wp_usermeta` VALUES (32762, 2805, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (32763, 2805, 'pmpro_bzipcode', '85031-3144') ; 
INSERT INTO `wp_usermeta` VALUES (32764, 2805, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (32765, 2805, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (32766, 2805, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (32767, 2805, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (32768, 2805, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (32769, 2806, 'first_name', 'Darcee') ; 
INSERT INTO `wp_usermeta` VALUES (32770, 2806, 'last_name', 'Beckner') ; 
INSERT INTO `wp_usermeta` VALUES (32771, 2806, 'nickname', 'DBeckner') ; 
INSERT INTO `wp_usermeta` VALUES (32772, 2806, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32773, 2806, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32774, 2806, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32775, 2806, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32776, 2806, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32777, 2806, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32778, 2806, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32779, 2806, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32780, 2806, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (32781, 2806, 'pmpro_bfirstname', 'Darcee') ; 
INSERT INTO `wp_usermeta` VALUES (32782, 2806, 'pmpro_blastname', 'Beckner') ; 
INSERT INTO `wp_usermeta` VALUES (32783, 2806, 'pmpro_baddress1', '2404 Lullwater Road') ; 
INSERT INTO `wp_usermeta` VALUES (32784, 2806, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32785, 2806, 'pmpro_bcity', 'Birmingham') ; 
INSERT INTO `wp_usermeta` VALUES (32786, 2806, 'pmpro_bstate', 'AL') ; 
INSERT INTO `wp_usermeta` VALUES (32787, 2806, 'pmpro_bzipcode', '35242') ; 
INSERT INTO `wp_usermeta` VALUES (32788, 2806, 'pmpro_bcountry', 'United States') ; 
INSERT INTO `wp_usermeta` VALUES (32789, 2806, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (32790, 2806, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (32791, 2806, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (32792, 2806, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (32793, 2807, 'first_name', 'Jean') ; 
INSERT INTO `wp_usermeta` VALUES (32794, 2807, 'last_name', 'Chaffee') ; 
INSERT INTO `wp_usermeta` VALUES (32795, 2807, 'nickname', 'Jchaffee') ; 
INSERT INTO `wp_usermeta` VALUES (32796, 2807, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32797, 2807, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32798, 2807, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32799, 2807, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32800, 2807, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32801, 2807, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32802, 2807, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32803, 2807, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32804, 2807, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (32805, 2807, 'pmpro_bfirstname', 'Jean') ; 
INSERT INTO `wp_usermeta` VALUES (32806, 2807, 'pmpro_blastname', 'Chaffee') ; 
INSERT INTO `wp_usermeta` VALUES (32807, 2807, 'pmpro_baddress1', '5647 N. Prospect') ; 
INSERT INTO `wp_usermeta` VALUES (32808, 2807, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32809, 2807, 'pmpro_bcity', 'Fresno') ; 
INSERT INTO `wp_usermeta` VALUES (32810, 2807, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (32811, 2807, 'pmpro_bzipcode', '93711') ; 
INSERT INTO `wp_usermeta` VALUES (32812, 2807, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (32813, 2807, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (32814, 2807, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (32815, 2807, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (32816, 2807, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (32817, 1978, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32818, 1978, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (32819, 1978, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (32820, 1978, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (32821, 1978, 'nickname', 'aazkuser8881') ; 
INSERT INTO `wp_usermeta` VALUES (32822, 1978, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32823, 1978, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32824, 1978, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32825, 1978, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32826, 1978, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32827, 1978, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32828, 1978, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32829, 1978, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32830, 2023, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (32831, 2023, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (32832, 2023, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (32833, 2023, 'nickname', 'aazkuser9101') ; 
INSERT INTO `wp_usermeta` VALUES (32834, 2023, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32835, 2023, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32836, 2023, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32837, 2023, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32838, 2023, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32839, 2023, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32840, 2023, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (32841, 2023, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32842, 501, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (32843, 501, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"May 18, 2014";s:5:"month";i:1;s:7:"alltime";i:6;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (200090, 2808, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200091, 2808, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200092, 2808, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200093, 2808, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200094, 2808, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"ce87f0369a23785321daa67c78526bfe9989a1e1";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (32845, 501, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"May 18, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (32846, 501, 'pmpro_views', 'a:4:{s:4:"last";s:12:"May 18, 2014";s:5:"month";i:3;s:7:"alltime";i:44;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (32847, 2808, 'first_name', 'Amie') ; 
INSERT INTO `wp_usermeta` VALUES (32848, 2808, 'last_name', 'Bialo') ; 
INSERT INTO `wp_usermeta` VALUES (32849, 2808, 'nickname', 'paprika11') ; 
INSERT INTO `wp_usermeta` VALUES (32850, 2808, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32851, 2808, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32852, 2808, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32853, 2808, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32854, 2808, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32855, 2808, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32856, 2808, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32857, 2808, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32858, 2808, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 16, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (32859, 2808, 'pmpro_bfirstname', 'Amie') ; 
INSERT INTO `wp_usermeta` VALUES (32860, 2808, 'pmpro_blastname', 'Bialo') ; 
INSERT INTO `wp_usermeta` VALUES (32861, 2808, 'pmpro_baddress1', '8203 Langdon Lane') ; 
INSERT INTO `wp_usermeta` VALUES (32862, 2808, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32863, 2808, 'pmpro_bcity', 'Houston') ; 
INSERT INTO `wp_usermeta` VALUES (32864, 2808, 'pmpro_bstate', 'TX') ; 
INSERT INTO `wp_usermeta` VALUES (32865, 2808, 'pmpro_bzipcode', '77036') ; 
INSERT INTO `wp_usermeta` VALUES (32866, 2808, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (32867, 2808, 'pmpro_bphone', '7169091783') ; 
INSERT INTO `wp_usermeta` VALUES (32868, 2808, 'pmpro_bemail', 'zoovolunteeramie@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (32869, 2808, 'pmpro_CardType', 'Discover') ; 
INSERT INTO `wp_usermeta` VALUES (32870, 2808, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-4503') ; 
INSERT INTO `wp_usermeta` VALUES (32871, 2808, 'pmpro_ExpirationMonth', '05') ; 
INSERT INTO `wp_usermeta` VALUES (32872, 2808, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (200095, 2810, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200096, 2810, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200097, 2810, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200098, 2810, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200099, 2810, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"1b1fdb63c0c354e3506ffa0c4d4173b31393d82a";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (32874, 2808, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 16, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (32875, 2808, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 16, 2013";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (32876, 2804, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (32877, 2804, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (32878, 2804, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (32879, 2804, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (32880, 2803, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (32881, 2803, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (32882, 2803, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (32883, 2803, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (32884, 2802, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (32885, 2802, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (32886, 2802, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (32887, 2802, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (32888, 242, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (32889, 242, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (32890, 242, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (32891, 242, 'nickname', 'aazkuser1037') ; 
INSERT INTO `wp_usermeta` VALUES (32892, 242, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32893, 242, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32894, 242, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32895, 242, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32896, 242, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32897, 242, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32898, 242, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (32899, 242, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32900, 2690, 'pmpro_bfirstname', 'Tracy') ; 
INSERT INTO `wp_usermeta` VALUES (32901, 2690, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32902, 2690, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (32903, 2690, 'first_name', 'Pikes Peak Community College') ; 
INSERT INTO `wp_usermeta` VALUES (32904, 2690, 'nickname', 'aazkuser12011') ; 
INSERT INTO `wp_usermeta` VALUES (32905, 2690, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32906, 2690, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32907, 2690, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32908, 2690, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32909, 2690, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32910, 2690, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32911, 2690, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32912, 2690, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32913, 60, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (32914, 60, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (32915, 60, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (32916, 60, 'nickname', 'aazkuser254') ; 
INSERT INTO `wp_usermeta` VALUES (32917, 60, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32918, 60, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32919, 60, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32920, 60, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32921, 60, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32922, 60, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32923, 60, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32924, 60, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32925, 797, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32926, 797, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (32927, 797, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (32928, 797, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (32929, 797, 'nickname', 'aazkuser3535') ; 
INSERT INTO `wp_usermeta` VALUES (32930, 797, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32931, 797, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32932, 797, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32933, 797, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32934, 797, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32935, 797, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32936, 797, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32937, 797, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32938, 1234, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32939, 1234, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (32940, 1234, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (32941, 1234, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (32942, 1234, 'nickname', 'aazkuser5495') ; 
INSERT INTO `wp_usermeta` VALUES (32943, 1234, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32944, 1234, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32945, 1234, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32946, 1234, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32947, 1234, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32948, 1234, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32949, 1234, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (32950, 1234, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32951, 2809, 'first_name', 'Camden') ; 
INSERT INTO `wp_usermeta` VALUES (32952, 2809, 'last_name', 'Bruner') ; 
INSERT INTO `wp_usermeta` VALUES (32953, 2809, 'nickname', 'Cbruner') ; 
INSERT INTO `wp_usermeta` VALUES (32954, 2809, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32955, 2809, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32956, 2809, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32957, 2809, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32958, 2809, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32959, 2809, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32960, 2809, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32961, 2809, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32962, 2809, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (32963, 2809, 'pmpro_bfirstname', 'Camden') ; 
INSERT INTO `wp_usermeta` VALUES (32964, 2809, 'pmpro_blastname', 'Bruner') ; 
INSERT INTO `wp_usermeta` VALUES (32965, 2809, 'pmpro_baddress1', '1678 Terrace Way') ; 
INSERT INTO `wp_usermeta` VALUES (32966, 2809, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32967, 2809, 'pmpro_bcity', 'Eureka') ; 
INSERT INTO `wp_usermeta` VALUES (32968, 2809, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (32969, 2809, 'pmpro_bzipcode', '95501') ; 
INSERT INTO `wp_usermeta` VALUES (32970, 2809, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (32971, 2809, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (32972, 2809, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (32973, 2809, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (32974, 2809, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (32975, 2022, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (32976, 2022, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (32977, 2022, 'nickname', 'aazkuser9093') ; 
INSERT INTO `wp_usermeta` VALUES (32978, 2022, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32979, 2022, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32980, 2022, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32981, 2022, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32982, 2022, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32983, 2022, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32984, 2022, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32985, 2022, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (199984, 2387, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImNiMDQ4ZmQ5OGI3NTc2ODU0N2MzNjdkZjk2N2Q4YTIzYzQyMTViMzkiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (32986, 2810, 'first_name', 'JoAnn') ; 
INSERT INTO `wp_usermeta` VALUES (32987, 2810, 'last_name', 'Youmans') ; 
INSERT INTO `wp_usermeta` VALUES (32988, 2810, 'nickname', 'Rjyoumans') ; 
INSERT INTO `wp_usermeta` VALUES (32989, 2810, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (32990, 2810, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32991, 2810, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (32992, 2810, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (32993, 2810, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32994, 2810, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (32995, 2810, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (32996, 2810, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (32997, 2810, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 16, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (32998, 2810, 'pmpro_bfirstname', 'JoAnn') ; 
INSERT INTO `wp_usermeta` VALUES (32999, 2810, 'pmpro_blastname', 'Youmans') ; 
INSERT INTO `wp_usermeta` VALUES (33000, 2810, 'pmpro_baddress1', '1949 Wages Way') ; 
INSERT INTO `wp_usermeta` VALUES (33001, 2810, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33002, 2810, 'pmpro_bcity', 'Jacksonville') ; 
INSERT INTO `wp_usermeta` VALUES (33003, 2810, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (33004, 2810, 'pmpro_bzipcode', '32218') ; 
INSERT INTO `wp_usermeta` VALUES (33005, 2810, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (33006, 2810, 'pmpro_bphone', '904-803-2835') ; 
INSERT INTO `wp_usermeta` VALUES (33007, 2810, 'pmpro_bemail', 'rjyoumans@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (33008, 2810, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (33009, 2810, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-2040') ; 
INSERT INTO `wp_usermeta` VALUES (33010, 2810, 'pmpro_ExpirationMonth', '12') ; 
INSERT INTO `wp_usermeta` VALUES (33011, 2810, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (200100, 1940, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200101, 1940, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200102, 1940, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200103, 1940, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200104, 1940, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM2OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjNjYzg2MzVjMzQyMzFmNmFiYzA4MGVkY2FmMGZiMjllNzAxYmI3OGYiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO2E6MDp7fXM6MTU6InNoaXBwaW5nX21ldGhvZCI7TjtzOjIxOiJzaGlwcGluZ19tZXRob2RfY291bnQiO2k6MDtzOjIzOiJjdXJyZW50X3NoaXBwaW5nX21ldGhvZCI7aTotMTtzOjE4OiJpbl90aGVfbWV0aG9kX2xvb3AiO2I6MDtzOjE1OiJzaGlwcGluZ19xdW90ZXMiO2E6MDp7fXM6MTQ6InNoaXBwaW5nX3F1b3RlIjtOO3M6MjA6InNoaXBwaW5nX3F1b3RlX2NvdW50IjtpOjA7czoyMjoiY3VycmVudF9zaGlwcGluZ19xdW90ZSI7aTotMTtzOjE3OiJpbl90aGVfcXVvdGVfbG9vcCI7YjowO3M6MTI6ImNvdXBvbnNfbmFtZSI7czowOiIiO3M6MTQ6ImNvdXBvbnNfYW1vdW50IjtpOjA7fQ==') ; 
INSERT INTO `wp_usermeta` VALUES (33013, 2810, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 16, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33014, 2810, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 16, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33015, 2810, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (33016, 2810, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (33017, 2810, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (33018, 2810, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33019, 2808, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (33020, 2808, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (33021, 2808, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (33022, 2808, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33023, 1061, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33024, 1061, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (33025, 1061, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (33026, 1061, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33027, 1061, 'nickname', 'aazkuser4708') ; 
INSERT INTO `wp_usermeta` VALUES (33028, 1061, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (33029, 1061, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33030, 1061, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (33031, 1061, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (33032, 1061, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33033, 1061, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33034, 1061, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (33035, 1061, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33037, 1061, 'profile_update', '1387301208') ; 
INSERT INTO `wp_usermeta` VALUES (33038, 1940, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33039, 1940, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"January 13, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (200105, 2766, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200106, 2766, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200107, 2766, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200108, 2766, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200109, 2766, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImEzM2Y2Y2RkZWExMDc5ODk2Y2QyNDFhMjlmYzQzYmRjYTE3ZGM1YTMiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33041, 1940, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"January 13, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (33042, 1940, 'pmpro_views', 'a:4:{s:4:"last";s:16:"January 13, 2014";s:5:"month";i:18;s:7:"alltime";i:39;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (33043, 1940, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33044, 1940, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33045, 1940, 'profile_update', '1387229095') ; 
INSERT INTO `wp_usermeta` VALUES (33046, 2766, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33047, 2766, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"April 29, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (200110, 2811, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200111, 2811, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200112, 2811, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200113, 2811, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200114, 2811, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImRiYzUyNzIyODY3M2U0ZGEyMDUyYjkyZjkyMWI3ZjdlOTg4OWUwMTIiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33049, 2766, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"April 29, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (33050, 2766, 'pmpro_views', 'a:4:{s:4:"last";s:14:"April 29, 2014";s:5:"month";i:2;s:7:"alltime";i:21;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (33051, 2766, 'profile_update', '1387246567') ; 
INSERT INTO `wp_usermeta` VALUES (33052, 2811, 'first_name', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (33053, 2811, 'last_name', 'Carubia AmEnde') ; 
INSERT INTO `wp_usermeta` VALUES (33054, 2811, 'nickname', 'lcarubia') ; 
INSERT INTO `wp_usermeta` VALUES (33055, 2811, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (33056, 2811, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33057, 2811, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (33058, 2811, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (33059, 2811, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33060, 2811, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33061, 2811, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (33062, 2811, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33063, 2811, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"March 4, 2014";s:5:"month";i:4;s:7:"alltime";i:5;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (33064, 2811, 'pmpro_bfirstname', 'Lindsay') ; 
INSERT INTO `wp_usermeta` VALUES (33065, 2811, 'pmpro_blastname', 'Carubia AmEnde') ; 
INSERT INTO `wp_usermeta` VALUES (33066, 2811, 'pmpro_baddress1', '160 White Drive') ; 
INSERT INTO `wp_usermeta` VALUES (33067, 2811, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33068, 2811, 'pmpro_bcity', 'Hamden') ; 
INSERT INTO `wp_usermeta` VALUES (33069, 2811, 'pmpro_bstate', 'CT') ; 
INSERT INTO `wp_usermeta` VALUES (33070, 2811, 'pmpro_bzipcode', '06514') ; 
INSERT INTO `wp_usermeta` VALUES (33071, 2811, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (33072, 2811, 'pmpro_bphone', '8609440589') ; 
INSERT INTO `wp_usermeta` VALUES (33073, 2811, 'pmpro_bemail', 'lacarubia@yahoo.com') ; 
INSERT INTO `wp_usermeta` VALUES (33074, 2811, 'pmpro_CardType', 'Mastercard') ; 
INSERT INTO `wp_usermeta` VALUES (33075, 2811, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-9571') ; 
INSERT INTO `wp_usermeta` VALUES (33076, 2811, 'pmpro_ExpirationMonth', '12') ; 
INSERT INTO `wp_usermeta` VALUES (33077, 2811, 'pmpro_ExpirationYear', '2014') ; 
INSERT INTO `wp_usermeta` VALUES (200115, 458, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200116, 458, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200117, 458, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200118, 458, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200119, 458, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"e8d726177181ab53128a66d32d8f190256c6c2d1";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (33079, 2811, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"March 4, 2014";s:5:"month";i:3;s:7:"alltime";i:4;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (33080, 2811, 'pmpro_views', 'a:4:{s:4:"last";s:13:"March 4, 2014";s:5:"month";i:37;s:7:"alltime";i:40;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (33081, 2700, 'profile_update', '1387296071') ; 
INSERT INTO `wp_usermeta` VALUES (33082, 458, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33083, 458, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"July 17, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (200120, 2444, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200121, 2444, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200122, 2444, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200123, 2444, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200124, 2444, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImYzZTMzZDkzNTJhODYyY2MwZTFkOTU1MDQ3OTUwM2M3MTUzYmJlMjYiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33085, 458, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"July 17, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (33086, 458, 'pmpro_views', 'a:4:{s:4:"last";s:13:"July 17, 2014";s:5:"month";i:4;s:7:"alltime";i:11;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (10834803, 458, 'wpseo_title', '') ; 
INSERT INTO `wp_usermeta` VALUES (33087, 458, 'profile_update', '1405555941') ; 
INSERT INTO `wp_usermeta` VALUES (33088, 2811, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (33089, 2811, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (33090, 2811, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (33091, 2811, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (36502, 499, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (199938, 2774, '_wpsc_cart', 's:1051:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:0:"";s:16:"selected_country";s:0:"";s:15:"delivery_region";s:0:"";s:15:"selected_region";s:0:"";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"974efa48b15aedad502a58b0561e2473c32b31bb";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (33092, 2444, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33093, 2444, 'pmpro_logins', 'a:4:{s:4:"last";s:11:"May 1, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (200125, 64, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200126, 64, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200127, 64, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200128, 64, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200129, 64, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjljYmU3OGQ0NDkzZmRjYjBkNjEzYzRkZjQ4NTFhNDBhMWM4OWFhMTYiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33095, 2444, 'pmpro_visits', 'a:4:{s:4:"last";s:11:"May 1, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (33096, 2444, 'pmpro_views', 'a:4:{s:4:"last";s:11:"May 1, 2014";s:5:"month";i:9;s:7:"alltime";i:26;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (33097, 2444, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33098, 2444, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33099, 2444, 'profile_update', '1387322298') ; 
INSERT INTO `wp_usermeta` VALUES (33100, 64, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33101, 64, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"June 28, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (200130, 2812, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200131, 2812, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200132, 2812, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200133, 2812, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200134, 2812, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjU5OGE4NGViNDRhNzFiOWFlZGIwMWZhMTg2NThlNjk1MTc4ODg0YTIiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33103, 64, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"June 28, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (33104, 64, 'pmpro_views', 'a:4:{s:4:"last";s:13:"June 28, 2014";s:5:"month";i:4;s:7:"alltime";i:23;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (33105, 2812, 'first_name', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (33106, 2812, 'last_name', 'Pitzer') ; 
INSERT INTO `wp_usermeta` VALUES (33107, 2812, 'nickname', 'rjpitzer1') ; 
INSERT INTO `wp_usermeta` VALUES (33108, 2812, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (33109, 2812, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33110, 2812, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (33111, 2812, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (33112, 2812, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33113, 2812, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33114, 2812, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (33115, 2812, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33116, 2812, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"May 14, 2014";s:5:"month";i:1;s:7:"alltime";i:6;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (33117, 2812, 'pmpro_bfirstname', 'Rachel') ; 
INSERT INTO `wp_usermeta` VALUES (33118, 2812, 'pmpro_blastname', 'Pitzer') ; 
INSERT INTO `wp_usermeta` VALUES (33119, 2812, 'pmpro_baddress1', 'Ten Allegheny Center #703') ; 
INSERT INTO `wp_usermeta` VALUES (33120, 2812, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33121, 2812, 'pmpro_bcity', 'Pittsburgh') ; 
INSERT INTO `wp_usermeta` VALUES (33122, 2812, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (33123, 2812, 'pmpro_bzipcode', '15212') ; 
INSERT INTO `wp_usermeta` VALUES (33124, 2812, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (33125, 2812, 'pmpro_bphone', '724-971-9915') ; 
INSERT INTO `wp_usermeta` VALUES (33126, 2812, 'pmpro_bemail', 'rjpitzer1@malone.edu') ; 
INSERT INTO `wp_usermeta` VALUES (33127, 2812, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (33128, 2812, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-2019') ; 
INSERT INTO `wp_usermeta` VALUES (33129, 2812, 'pmpro_ExpirationMonth', '06') ; 
INSERT INTO `wp_usermeta` VALUES (33130, 2812, 'pmpro_ExpirationYear', '2014') ; 
INSERT INTO `wp_usermeta` VALUES (200135, 547, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200136, 547, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200137, 547, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200138, 547, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200139, 547, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"e899801749322e8d0c76f0cc87a124d99ebf5628";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (33132, 2812, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"May 14, 2014";s:5:"month";i:1;s:7:"alltime";i:9;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (33133, 2812, 'pmpro_views', 'a:4:{s:4:"last";s:12:"May 14, 2014";s:5:"month";i:5;s:7:"alltime";i:34;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (33134, 2812, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33135, 2812, 'profile_update', '1400089598') ; 
INSERT INTO `wp_usermeta` VALUES (33136, 547, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33137, 547, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 18, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (200140, 2337, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200141, 2337, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200142, 2337, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200143, 2337, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200144, 2337, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjNmM2MxY2IyYzA5YTBkZDU1OTUxYWJkZTFjYTdmZGJlYTY4ZjdhYjEiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33139, 547, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 18, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33140, 547, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 18, 2013";s:5:"month";i:7;s:7:"alltime";i:7;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33141, 547, 'profile_update', '1387326090') ; 
INSERT INTO `wp_usermeta` VALUES (33142, 2337, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33143, 2337, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"June 30, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (33145, 2337, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"June 30, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (33146, 2337, 'pmpro_views', 'a:4:{s:4:"last";s:13:"June 30, 2014";s:5:"month";i:14;s:7:"alltime";i:68;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (33147, 2337, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33148, 2337, 'profile_update', '1392511629') ; 
INSERT INTO `wp_usermeta` VALUES (33149, 2812, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (33150, 2812, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (33151, 2812, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (33152, 702, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33153, 702, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33154, 702, 'profile_update', '1387382941') ; 
INSERT INTO `wp_usermeta` VALUES (33237, 2788, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"March 21, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (200145, 2813, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200146, 2813, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200147, 2813, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200148, 2813, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200149, 2813, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"fdbd7b1186e3d11658f0d8e8727d89c8d5cab3d4";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (33239, 2788, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"March 21, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (33240, 2788, 'pmpro_views', 'a:4:{s:4:"last";s:14:"March 21, 2014";s:5:"month";i:6;s:7:"alltime";i:44;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (33155, 2813, 'first_name', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (33156, 2813, 'last_name', 'Fell') ; 
INSERT INTO `wp_usermeta` VALUES (33157, 2813, 'nickname', 'ashleyfell') ; 
INSERT INTO `wp_usermeta` VALUES (33158, 2813, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (33159, 2813, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33160, 2813, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (33161, 2813, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (33162, 2813, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33163, 2813, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33164, 2813, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (33165, 2813, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33166, 2813, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"August 13, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (33167, 2813, 'pmpro_bfirstname', 'Ashley') ; 
INSERT INTO `wp_usermeta` VALUES (33168, 2813, 'pmpro_blastname', 'Fell') ; 
INSERT INTO `wp_usermeta` VALUES (33169, 2813, 'pmpro_baddress1', '887 Willingdon Cres.') ; 
INSERT INTO `wp_usermeta` VALUES (33170, 2813, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33171, 2813, 'pmpro_bcity', 'Milton') ; 
INSERT INTO `wp_usermeta` VALUES (33172, 2813, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (33173, 2813, 'pmpro_bzipcode', 'L9T0Z7') ; 
INSERT INTO `wp_usermeta` VALUES (33174, 2813, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (33175, 2813, 'pmpro_bphone', '905-693-1724') ; 
INSERT INTO `wp_usermeta` VALUES (33176, 2813, 'pmpro_bemail', 'ashleyfell@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (33177, 2813, 'pmpro_CardType', 'Mastercard') ; 
INSERT INTO `wp_usermeta` VALUES (33178, 2813, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-9925') ; 
INSERT INTO `wp_usermeta` VALUES (33179, 2813, 'pmpro_ExpirationMonth', '04') ; 
INSERT INTO `wp_usermeta` VALUES (33180, 2813, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (200150, 964, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200151, 964, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200152, 964, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200153, 964, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200154, 964, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"402a15dfa3603929a55067e66439b1bdedcf64ab";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (33182, 2813, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"August 13, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (33183, 2813, 'pmpro_views', 'a:4:{s:4:"last";s:15:"August 13, 2014";s:5:"month";i:4;s:7:"alltime";i:5;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (33184, 964, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33185, 964, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"July 5, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (200155, 2814, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200156, 2814, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200157, 2814, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200158, 2814, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200159, 2814, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjU0ZGEyNDVlN2M2M2ZiYTI0ZmZkNWQzZTE4N2JkOTcyY2E5ZDIyOTAiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33187, 964, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"July 13, 2014";s:5:"month";i:4;s:7:"alltime";i:5;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (33188, 964, 'pmpro_views', 'a:4:{s:4:"last";s:13:"July 13, 2014";s:5:"month";i:25;s:7:"alltime";i:47;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (33189, 964, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33190, 964, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33191, 964, 'profile_update', '1387389178') ; 
INSERT INTO `wp_usermeta` VALUES (33192, 2814, 'first_name', 'Angelique') ; 
INSERT INTO `wp_usermeta` VALUES (33193, 2814, 'last_name', 'Freire') ; 
INSERT INTO `wp_usermeta` VALUES (33194, 2814, 'nickname', 'afreire01') ; 
INSERT INTO `wp_usermeta` VALUES (33195, 2814, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (33196, 2814, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33197, 2814, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (33198, 2814, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (33199, 2814, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33200, 2814, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33201, 2814, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (33202, 2814, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33203, 2814, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"February 12, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (33204, 2814, 'pmpro_bfirstname', 'Angelique') ; 
INSERT INTO `wp_usermeta` VALUES (33205, 2814, 'pmpro_blastname', 'Freire') ; 
INSERT INTO `wp_usermeta` VALUES (33206, 2814, 'pmpro_baddress1', '3121 E. Corto Pl #9') ; 
INSERT INTO `wp_usermeta` VALUES (33207, 2814, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33208, 2814, 'pmpro_bcity', 'Long Beach') ; 
INSERT INTO `wp_usermeta` VALUES (33209, 2814, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (33210, 2814, 'pmpro_bzipcode', '90803') ; 
INSERT INTO `wp_usermeta` VALUES (33211, 2814, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (33212, 2814, 'pmpro_bphone', '323-600-7076') ; 
INSERT INTO `wp_usermeta` VALUES (33213, 2814, 'pmpro_bemail', 'angeliquefreire@yahoo.com') ; 
INSERT INTO `wp_usermeta` VALUES (33214, 2814, 'pmpro_CardType', 'Mastercard') ; 
INSERT INTO `wp_usermeta` VALUES (33215, 2814, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-5159') ; 
INSERT INTO `wp_usermeta` VALUES (33216, 2814, 'pmpro_ExpirationMonth', '07') ; 
INSERT INTO `wp_usermeta` VALUES (33217, 2814, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (200160, 270, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200161, 270, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200162, 270, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200163, 270, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200164, 270, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjkwYTM1OTllZDBmNzg5ZTE3NDk1ZWU1NmVhMDgyOTAwMmYwMWI4NzgiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33219, 2814, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"February 12, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (33220, 2814, 'pmpro_views', 'a:4:{s:4:"last";s:17:"February 12, 2014";s:5:"month";i:5;s:7:"alltime";i:7;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (33221, 2814, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (33222, 2814, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (33223, 2814, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (33224, 2814, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33225, 2813, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (33226, 2813, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (33227, 2813, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (33228, 2813, 'uxf_organization', 'Toronto Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (33229, 270, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33230, 270, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"May 13, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (200165, 2815, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200166, 2815, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200167, 2815, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200168, 2815, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200169, 2815, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"a612b316f366f4a3e026a80cbd391d8bde7f1a8e";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (33232, 270, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"May 13, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (33233, 270, 'pmpro_views', 'a:4:{s:4:"last";s:12:"May 13, 2014";s:5:"month";i:4;s:7:"alltime";i:25;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (33234, 270, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33235, 270, 'profile_update', '1399993254') ; 
INSERT INTO `wp_usermeta` VALUES (33236, 2788, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33241, 2788, 'profile_update', '1387407854') ; 
INSERT INTO `wp_usermeta` VALUES (33242, 1449, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (33243, 1449, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (33244, 1449, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33245, 1449, 'nickname', 'aazkuser6446') ; 
INSERT INTO `wp_usermeta` VALUES (33246, 1449, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (33247, 1449, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33248, 1449, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (33249, 1449, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (33250, 1449, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33251, 1449, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33252, 1449, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (33253, 1449, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33254, 2815, 'first_name', 'Pamela') ; 
INSERT INTO `wp_usermeta` VALUES (33255, 2815, 'last_name', 'Weber') ; 
INSERT INTO `wp_usermeta` VALUES (33256, 2815, 'nickname', 'rdltng') ; 
INSERT INTO `wp_usermeta` VALUES (33257, 2815, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (33258, 2815, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33259, 2815, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (33260, 2815, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (33261, 2815, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33262, 2815, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33263, 2815, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (33264, 2815, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33265, 2815, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 19, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33266, 2815, 'pmpro_bfirstname', 'Pamela') ; 
INSERT INTO `wp_usermeta` VALUES (33267, 2815, 'pmpro_blastname', 'Weber') ; 
INSERT INTO `wp_usermeta` VALUES (33268, 2815, 'pmpro_baddress1', '421 Ocean Blvd') ; 
INSERT INTO `wp_usermeta` VALUES (33269, 2815, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33270, 2815, 'pmpro_bcity', 'Coronado') ; 
INSERT INTO `wp_usermeta` VALUES (33271, 2815, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (33272, 2815, 'pmpro_bzipcode', '92118') ; 
INSERT INTO `wp_usermeta` VALUES (33273, 2815, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (33274, 2815, 'pmpro_bphone', '7608057957') ; 
INSERT INTO `wp_usermeta` VALUES (33275, 2815, 'pmpro_bemail', 'rdltng@yahoo.com') ; 
INSERT INTO `wp_usermeta` VALUES (33276, 2815, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (33277, 2815, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-0180') ; 
INSERT INTO `wp_usermeta` VALUES (33278, 2815, 'pmpro_ExpirationMonth', '02') ; 
INSERT INTO `wp_usermeta` VALUES (33279, 2815, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (33280, 2815, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200170, 1135, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200171, 1135, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200172, 1135, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200173, 1135, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200174, 1135, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"134ed6b4ffac7f96aeb100ed1dff184d92b33d10";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (33282, 2815, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 19, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33283, 2815, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 19, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33284, 1135, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33285, 1135, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"June 26, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (200175, 77, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200176, 77, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200177, 77, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200178, 77, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200179, 77, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImIyYTU0Nzg0YjcxMWIxNGZmMWE4NjdkODE5ZjU0NjcwOWQ5MDhhYjgiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33287, 1135, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"June 26, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (33288, 1135, 'pmpro_views', 'a:4:{s:4:"last";s:13:"June 26, 2014";s:5:"month";i:4;s:7:"alltime";i:14;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (33289, 1135, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33290, 1135, 'profile_update', '1403751556') ; 
INSERT INTO `wp_usermeta` VALUES (33291, 1135, 'pmpro_bphone', '5124700226') ; 
INSERT INTO `wp_usermeta` VALUES (33292, 1135, 'pmpro_bemail', 'jnickolyn22@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (33293, 1135, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (33294, 1135, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-7153') ; 
INSERT INTO `wp_usermeta` VALUES (33295, 1135, 'pmpro_ExpirationMonth', '06') ; 
INSERT INTO `wp_usermeta` VALUES (33296, 1135, 'pmpro_ExpirationYear', '2014') ; 
INSERT INTO `wp_usermeta` VALUES (33297, 77, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33298, 77, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"February 14, 2014";s:5:"month";i:3;s:7:"alltime";i:5;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (200180, 65, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200181, 65, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200182, 65, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200183, 65, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200184, 65, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImM2ZjA2ZjJiMjY1ZTg2OTk3MTg3NGM0YTZjODgyYTAzZmYwNzRiMTEiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33300, 77, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"February 14, 2014";s:5:"month";i:2;s:7:"alltime";i:4;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (33301, 77, 'pmpro_views', 'a:4:{s:4:"last";s:17:"February 14, 2014";s:5:"month";i:32;s:7:"alltime";i:49;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (10836851, 207913, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (33302, 77, 'profile_update', '1392391587') ; 
INSERT INTO `wp_usermeta` VALUES (33303, 432, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33304, 65, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33305, 65, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"April 28, 2014";s:5:"month";i:1;s:7:"alltime";i:6;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (200185, 600, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200186, 600, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200187, 600, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200188, 600, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200189, 600, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjgzMGM4M2JmNDAxY2RmYTdiZTZkYzZhNDk2ZTM0ZTc0NDM5ODhlMWIiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33307, 65, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"April 28, 2014";s:5:"month";i:1;s:7:"alltime";i:6;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (33308, 65, 'pmpro_views', 'a:4:{s:4:"last";s:14:"April 28, 2014";s:5:"month";i:3;s:7:"alltime";i:40;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (33309, 65, 'profile_update', '1387460964') ; 
INSERT INTO `wp_usermeta` VALUES (33310, 2295, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33311, 2295, 'profile_update', '1387466826') ; 
INSERT INTO `wp_usermeta` VALUES (33312, 600, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"January 26, 2014";s:5:"month";i:4;s:7:"alltime";i:7;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (200190, 395, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200191, 395, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200192, 395, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200193, 395, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200194, 395, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjRmMmE1YTI5YjM3NDA0NDRmZGMxZDAzY2I2MDM0ZTBhYzYzNDdjZTgiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33314, 600, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"January 26, 2014";s:5:"month";i:3;s:7:"alltime";i:6;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (33315, 600, 'pmpro_views', 'a:4:{s:4:"last";s:16:"January 26, 2014";s:5:"month";i:39;s:7:"alltime";i:60;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (33316, 600, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33317, 600, 'profile_update', '1387469880') ; 
INSERT INTO `wp_usermeta` VALUES (8062861, 600, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (33318, 2675, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33319, 395, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33320, 395, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"May 22, 2014";s:5:"month";i:2;s:7:"alltime";i:12;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (200195, 1511, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200196, 1511, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200197, 1511, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200198, 1511, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200199, 1511, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6Ijc5YTdjY2Q0ZmRhNDE1OTZjN2ViZDU4MzJhOGQ2MTQyYzQzN2U1MWQiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33322, 395, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"May 22, 2014";s:5:"month";i:2;s:7:"alltime";i:15;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (33323, 395, 'pmpro_views', 'a:4:{s:4:"last";s:12:"May 22, 2014";s:5:"month";i:20;s:7:"alltime";i:104;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (33324, 395, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33325, 395, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33326, 395, 'profile_update', '1387489355') ; 
INSERT INTO `wp_usermeta` VALUES (33327, 2194, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33328, 2194, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (33329, 2194, 'nickname', 'aazkuser9878') ; 
INSERT INTO `wp_usermeta` VALUES (33330, 2194, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (33331, 2194, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33332, 2194, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (33333, 2194, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (33334, 2194, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33335, 2194, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33336, 2194, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (33337, 2194, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33338, 1511, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33339, 1511, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"August 14, 2014";s:5:"month";i:2;s:7:"alltime";i:8;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (200200, 2001, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200201, 2001, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200202, 2001, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200203, 2001, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200204, 2001, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"a99ae26b951a09e16f1d746f1a8e93006e029ffe";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (33341, 1511, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"August 14, 2014";s:5:"month";i:1;s:7:"alltime";i:6;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (33342, 1511, 'pmpro_views', 'a:4:{s:4:"last";s:15:"August 14, 2014";s:5:"month";i:22;s:7:"alltime";i:85;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (33343, 1511, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33344, 1511, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33345, 1511, 'profile_update', '1387481894') ; 
INSERT INTO `wp_usermeta` VALUES (33346, 2001, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33347, 2001, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 19, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (200205, 2816, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200206, 2816, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200207, 2816, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200208, 2816, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200209, 2816, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"0751ef5e8a9e081ece98c19665205cc4b4749214";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (33349, 2001, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 19, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33350, 2001, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 19, 2013";s:5:"month";i:10;s:7:"alltime";i:10;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33351, 2001, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33352, 2001, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33353, 2001, 'profile_update', '1387483193') ; 
INSERT INTO `wp_usermeta` VALUES (33354, 2001, 'pmpro_bphone', '2162554298') ; 
INSERT INTO `wp_usermeta` VALUES (33355, 2001, 'pmpro_bemail', 'michelleleighty@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (33356, 2001, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (33357, 2001, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-5266') ; 
INSERT INTO `wp_usermeta` VALUES (33358, 2001, 'pmpro_ExpirationMonth', '08') ; 
INSERT INTO `wp_usermeta` VALUES (33359, 2001, 'pmpro_ExpirationYear', '2014') ; 
INSERT INTO `wp_usermeta` VALUES (33360, 2816, 'first_name', 'Laurie') ; 
INSERT INTO `wp_usermeta` VALUES (33361, 2816, 'last_name', 'Machen') ; 
INSERT INTO `wp_usermeta` VALUES (33362, 2816, 'nickname', 'lmachen') ; 
INSERT INTO `wp_usermeta` VALUES (33363, 2816, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (33364, 2816, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33365, 2816, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (33366, 2816, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (33367, 2816, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33368, 2816, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33369, 2816, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (33370, 2816, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33371, 2816, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 19, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33372, 2816, 'pmpro_bfirstname', 'Laurie') ; 
INSERT INTO `wp_usermeta` VALUES (33373, 2816, 'pmpro_blastname', 'Machen') ; 
INSERT INTO `wp_usermeta` VALUES (33374, 2816, 'pmpro_baddress1', '740 Pine Valley Dr.') ; 
INSERT INTO `wp_usermeta` VALUES (33375, 2816, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33376, 2816, 'pmpro_bcity', 'Pittsburgh') ; 
INSERT INTO `wp_usermeta` VALUES (33377, 2816, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (33378, 2816, 'pmpro_bzipcode', '15239') ; 
INSERT INTO `wp_usermeta` VALUES (33379, 2816, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (33380, 2816, 'pmpro_bphone', '7243274579') ; 
INSERT INTO `wp_usermeta` VALUES (33381, 2816, 'pmpro_bemail', 'lmachen@wpahs.org') ; 
INSERT INTO `wp_usermeta` VALUES (33382, 2816, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (33383, 2816, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-1951') ; 
INSERT INTO `wp_usermeta` VALUES (33384, 2816, 'pmpro_ExpirationMonth', '05') ; 
INSERT INTO `wp_usermeta` VALUES (33385, 2816, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (33386, 2816, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200210, 1199, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200211, 1199, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200212, 1199, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200213, 1199, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200214, 1199, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"553b6cf65b42615c7f415e4c20e2bb8a886d605a";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (33388, 2816, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 19, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33389, 2816, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 19, 2013";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33390, 1199, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33391, 1199, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 28, 2013";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (200215, 2817, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200216, 2817, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200217, 2817, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200218, 2817, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200219, 2817, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"9c8625e817dfa7b2a2921740eb3c1a85b4b821cc";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (33393, 1199, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 28, 2013";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33394, 1199, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 28, 2013";s:5:"month";i:29;s:7:"alltime";i:29;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33395, 1199, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33396, 1199, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33397, 1199, 'profile_update', '1387494480') ; 
INSERT INTO `wp_usermeta` VALUES (33398, 2817, 'first_name', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (33399, 2817, 'last_name', 'Pettibone') ; 
INSERT INTO `wp_usermeta` VALUES (33400, 2817, 'nickname', 'elway4ever') ; 
INSERT INTO `wp_usermeta` VALUES (33401, 2817, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (33402, 2817, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33403, 2817, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (33404, 2817, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (33405, 2817, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33406, 2817, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33407, 2817, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (33408, 2817, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33409, 2817, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 19, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33410, 2817, 'pmpro_bfirstname', 'Kelly') ; 
INSERT INTO `wp_usermeta` VALUES (33411, 2817, 'pmpro_blastname', 'Pettibone') ; 
INSERT INTO `wp_usermeta` VALUES (33412, 2817, 'pmpro_baddress1', '4717 174th ST E') ; 
INSERT INTO `wp_usermeta` VALUES (33413, 2817, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33414, 2817, 'pmpro_bcity', 'Tacoma') ; 
INSERT INTO `wp_usermeta` VALUES (33415, 2817, 'pmpro_bstate', 'wa') ; 
INSERT INTO `wp_usermeta` VALUES (33416, 2817, 'pmpro_bzipcode', '98446') ; 
INSERT INTO `wp_usermeta` VALUES (33417, 2817, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (33418, 2817, 'pmpro_bphone', '2535798624') ; 
INSERT INTO `wp_usermeta` VALUES (33419, 2817, 'pmpro_bemail', 'elway4ever24@hotmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (33420, 2817, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (33421, 2817, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-8660') ; 
INSERT INTO `wp_usermeta` VALUES (33422, 2817, 'pmpro_ExpirationMonth', '10') ; 
INSERT INTO `wp_usermeta` VALUES (33423, 2817, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (33424, 2817, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200220, 1956, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200221, 1956, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200222, 1956, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200223, 1956, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200224, 1956, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjU4MjFjNWQwMzEyNGRmMDcwYjAxMjVlYzUwZmMxZDBhZmEyMjlhNTciO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33426, 2817, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 19, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33427, 2817, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 19, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33428, 1956, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33429, 1956, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"February 8, 2014";s:5:"month";i:4;s:7:"alltime";i:6;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (200225, 2266, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200226, 2266, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200227, 2266, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200228, 2266, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200229, 2266, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"16ebdac14a9388785b5dbb9d52f429bea9698d1c";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (33431, 1956, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"February 8, 2014";s:5:"month";i:3;s:7:"alltime";i:5;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (33432, 1956, 'pmpro_views', 'a:4:{s:4:"last";s:16:"February 8, 2014";s:5:"month";i:83;s:7:"alltime";i:109;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (33433, 1956, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33434, 1956, 'profile_update', '1387496169') ; 
INSERT INTO `wp_usermeta` VALUES (33435, 1956, 'pmpro_bphone', '408-465-6257') ; 
INSERT INTO `wp_usermeta` VALUES (33436, 1956, 'pmpro_bemail', 'tigereyes1624@yahoo.com') ; 
INSERT INTO `wp_usermeta` VALUES (33437, 1956, 'pmpro_CardType', 'Mastercard') ; 
INSERT INTO `wp_usermeta` VALUES (33438, 1956, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-5300') ; 
INSERT INTO `wp_usermeta` VALUES (33439, 1956, 'pmpro_ExpirationMonth', '01') ; 
INSERT INTO `wp_usermeta` VALUES (33440, 1956, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (33441, 2266, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33442, 2266, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 19, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (200230, 2818, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200231, 2818, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200232, 2818, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200233, 2818, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200234, 2818, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"589860240fcdda887a59cf052a89700133340a8d";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (33444, 2266, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 19, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33445, 2266, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 19, 2013";s:5:"month";i:6;s:7:"alltime";i:6;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (6468702, 351, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"March 31, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (33446, 2266, 'profile_update', '1387496602') ; 
INSERT INTO `wp_usermeta` VALUES (33447, 2818, 'first_name', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (33448, 2818, 'last_name', 'Fawks') ; 
INSERT INTO `wp_usermeta` VALUES (33449, 2818, 'nickname', 'lbfawks1') ; 
INSERT INTO `wp_usermeta` VALUES (33450, 2818, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (33451, 2818, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33452, 2818, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (33453, 2818, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (33454, 2818, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33455, 2818, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33456, 2818, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (33457, 2818, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33458, 2818, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 20, 2013";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33459, 2818, 'pmpro_bfirstname', 'Laura') ; 
INSERT INTO `wp_usermeta` VALUES (33460, 2818, 'pmpro_blastname', 'Fawks') ; 
INSERT INTO `wp_usermeta` VALUES (33461, 2818, 'pmpro_baddress1', '1926 Clearview Terr') ; 
INSERT INTO `wp_usermeta` VALUES (33462, 2818, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33463, 2818, 'pmpro_bcity', 'Waynesboro') ; 
INSERT INTO `wp_usermeta` VALUES (33464, 2818, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (33465, 2818, 'pmpro_bzipcode', '17268') ; 
INSERT INTO `wp_usermeta` VALUES (33466, 2818, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (33467, 2818, 'pmpro_bphone', '717-762-1615') ; 
INSERT INTO `wp_usermeta` VALUES (33468, 2818, 'pmpro_bemail', 'lbfawks1@malone.edu') ; 
INSERT INTO `wp_usermeta` VALUES (33469, 2818, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (33470, 2818, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-1436') ; 
INSERT INTO `wp_usermeta` VALUES (33471, 2818, 'pmpro_ExpirationMonth', '02') ; 
INSERT INTO `wp_usermeta` VALUES (33472, 2818, 'pmpro_ExpirationYear', '2014') ; 
INSERT INTO `wp_usermeta` VALUES (33473, 2818, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (33475, 2818, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 20, 2013";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33476, 2818, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 20, 2013";s:5:"month";i:10;s:7:"alltime";i:10;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33477, 2818, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33478, 2818, 'profile_update', '1387505749') ; 
INSERT INTO `wp_usermeta` VALUES (33479, 1072, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33480, 1072, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"January 5, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (200235, 695, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200236, 695, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200237, 695, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200238, 695, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200239, 695, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjVmNzMxMDBlZjQzMDIzMmEyM2RiNzhjYzI4YWU4MmI0ZDQ3MGVkNWUiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33482, 1072, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"January 5, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (33483, 1072, 'pmpro_views', 'a:4:{s:4:"last";s:15:"January 5, 2014";s:5:"month";i:7;s:7:"alltime";i:20;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (33484, 1072, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33485, 1072, 'profile_update', '1387506224') ; 
INSERT INTO `wp_usermeta` VALUES (33486, 2238, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33487, 695, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33488, 695, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"March 27, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (200240, 555, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200241, 555, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200242, 555, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200243, 555, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200244, 555, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImQ1NGJkNTIxOGQ1MWRhMjcwOTY4YjMwY2IyNzJmNjYxOGZjMTM3YmIiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33490, 695, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"March 27, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (33491, 695, 'pmpro_views', 'a:4:{s:4:"last";s:14:"March 27, 2014";s:5:"month";i:9;s:7:"alltime";i:26;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (33492, 695, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33493, 695, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33494, 695, 'profile_update', '1390967683') ; 
INSERT INTO `wp_usermeta` VALUES (33495, 555, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33496, 555, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (33497, 555, 'nickname', 'aazkuser2455') ; 
INSERT INTO `wp_usermeta` VALUES (33498, 555, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (33499, 555, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33500, 555, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (33501, 555, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (33502, 555, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33503, 555, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33504, 555, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (33505, 555, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33506, 555, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33507, 555, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"July 14, 2014";s:5:"month";i:1;s:7:"alltime";i:8;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (200245, 2820, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200246, 2820, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200247, 2820, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200248, 2820, '_wpsc_billing_region', '19') ; 
INSERT INTO `wp_usermeta` VALUES (200249, 2820, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxOSI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImY4YTQ3ODliYmMyYzgyZWJkZjQxMzY2Y2M1ZTYxNGJjYTllMmVkYmUiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33509, 555, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"July 14, 2014";s:5:"month";i:2;s:7:"alltime";i:9;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (33510, 555, 'pmpro_views', 'a:4:{s:4:"last";s:13:"July 14, 2014";s:5:"month";i:22;s:7:"alltime";i:52;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (33511, 555, 'profile_update', '1405364813') ; 
INSERT INTO `wp_usermeta` VALUES (33512, 2819, 'first_name', 'America\'s Teaching Zoo at Moorpark College') ; 
INSERT INTO `wp_usermeta` VALUES (33513, 2819, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (33514, 2819, 'nickname', 'ZooMoorpark') ; 
INSERT INTO `wp_usermeta` VALUES (33515, 2819, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (33516, 2819, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33517, 2819, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (33518, 2819, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (33519, 2819, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33520, 2819, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33521, 2819, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (33522, 2819, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33523, 2819, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (33524, 2819, 'pmpro_bfirstname', 'Michlyn') ; 
INSERT INTO `wp_usermeta` VALUES (33525, 2819, 'pmpro_blastname', 'Hines') ; 
INSERT INTO `wp_usermeta` VALUES (33526, 2819, 'pmpro_baddress1', '7075 Campus Rd.') ; 
INSERT INTO `wp_usermeta` VALUES (33527, 2819, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33528, 2819, 'pmpro_bcity', 'Moorpark') ; 
INSERT INTO `wp_usermeta` VALUES (33529, 2819, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (33530, 2819, 'pmpro_bzipcode', '93021-1695') ; 
INSERT INTO `wp_usermeta` VALUES (33531, 2819, 'pmpro_bcountry', 'United States') ; 
INSERT INTO `wp_usermeta` VALUES (33532, 2819, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (33533, 2819, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (33534, 2819, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (33535, 2819, 'uxf_organization', 'America\'s Teaching Zoo at Moorpark College') ; 
INSERT INTO `wp_usermeta` VALUES (33536, 404, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33537, 404, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (33538, 404, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (33539, 404, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33540, 404, 'nickname', 'aazkuser1785') ; 
INSERT INTO `wp_usermeta` VALUES (33541, 404, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (33542, 404, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33543, 404, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (33544, 404, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (33545, 404, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33546, 404, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33547, 404, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (33548, 404, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33549, 2820, 'first_name', 'Brittany') ; 
INSERT INTO `wp_usermeta` VALUES (33550, 2820, 'last_name', 'Shade') ; 
INSERT INTO `wp_usermeta` VALUES (33551, 2820, 'nickname', 'BShade') ; 
INSERT INTO `wp_usermeta` VALUES (33552, 2820, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (33553, 2820, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33554, 2820, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (33555, 2820, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (33556, 2820, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33557, 2820, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33558, 2820, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (33559, 2820, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33560, 2820, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"April 11, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (33561, 2820, 'pmpro_bfirstname', 'Brittany') ; 
INSERT INTO `wp_usermeta` VALUES (33562, 2820, 'pmpro_blastname', 'Shade') ; 
INSERT INTO `wp_usermeta` VALUES (33563, 2820, 'pmpro_baddress1', 'P.O.Box 61') ; 
INSERT INTO `wp_usermeta` VALUES (33564, 2820, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33565, 2820, 'pmpro_bcity', 'Louisville') ; 
INSERT INTO `wp_usermeta` VALUES (33566, 2820, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (33567, 2820, 'pmpro_bzipcode', '80027') ; 
INSERT INTO `wp_usermeta` VALUES (33568, 2820, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (33569, 2820, 'pmpro_bphone', '3035068747') ; 
INSERT INTO `wp_usermeta` VALUES (33570, 2820, 'pmpro_bemail', 'bouldershade@yahoo.com') ; 
INSERT INTO `wp_usermeta` VALUES (33571, 2820, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (33572, 2820, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-8550') ; 
INSERT INTO `wp_usermeta` VALUES (33573, 2820, 'pmpro_ExpirationMonth', '01') ; 
INSERT INTO `wp_usermeta` VALUES (33574, 2820, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (33575, 2820, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (33577, 2820, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"April 25, 2014";s:5:"month";i:121;s:7:"alltime";i:145;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (33578, 2820, 'pmpro_views', 'a:4:{s:4:"last";s:14:"April 25, 2014";s:5:"month";i:140;s:7:"alltime";i:212;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (200254, 2783, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200255, 2783, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200256, 2783, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200257, 2783, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200258, 2783, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"2797409fd89800b73a43e70b6d0bf851c98ee706";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (199896, 561, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjQwYTVlMjIwOTQzMTYzY2Y3OTcxODRlODA4NmQ1ZWVjMzUxZmJmZWQiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33579, 2783, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33580, 2783, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 20, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (200259, 2821, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200260, 2821, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200261, 2821, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200262, 2821, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200263, 2821, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"3f818b56a0072392d9e693d5b1a4303e1084c12a";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (33582, 2783, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 20, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33583, 2783, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 20, 2013";s:5:"month";i:4;s:7:"alltime";i:4;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (10836602, 2783, 'wpseo_title', '') ; 
INSERT INTO `wp_usermeta` VALUES (33584, 2783, 'profile_update', '1387577541') ; 
INSERT INTO `wp_usermeta` VALUES (33585, 2821, 'first_name', 'Veronica') ; 
INSERT INTO `wp_usermeta` VALUES (33586, 2821, 'last_name', 'Anthis') ; 
INSERT INTO `wp_usermeta` VALUES (33587, 2821, 'nickname', 'loverboy') ; 
INSERT INTO `wp_usermeta` VALUES (33588, 2821, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (33589, 2821, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33590, 2821, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (33591, 2821, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (33592, 2821, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33593, 2821, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33594, 2821, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (33595, 2821, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33596, 2821, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 21, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33597, 2821, 'pmpro_bfirstname', 'Veronica') ; 
INSERT INTO `wp_usermeta` VALUES (33598, 2821, 'pmpro_blastname', 'Anthis') ; 
INSERT INTO `wp_usermeta` VALUES (33599, 2821, 'pmpro_baddress1', '10650 SW 121st. Ave.  Apt.45') ; 
INSERT INTO `wp_usermeta` VALUES (33600, 2821, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33601, 2821, 'pmpro_bcity', 'Tigard') ; 
INSERT INTO `wp_usermeta` VALUES (33602, 2821, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (33603, 2821, 'pmpro_bzipcode', '97223') ; 
INSERT INTO `wp_usermeta` VALUES (33604, 2821, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (33605, 2821, 'pmpro_bphone', '503-278-9949') ; 
INSERT INTO `wp_usermeta` VALUES (33606, 2821, 'pmpro_bemail', 'veronicaa208@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (33607, 2821, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (33608, 2821, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-6954') ; 
INSERT INTO `wp_usermeta` VALUES (33609, 2821, 'pmpro_ExpirationMonth', '10') ; 
INSERT INTO `wp_usermeta` VALUES (33610, 2821, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (33611, 2821, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200264, 2109, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200265, 2109, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200266, 2109, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200267, 2109, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200268, 2109, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"bf087229ef7c71f6b1b9d01ae5efebd02bd75e98";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (33613, 2821, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 21, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33614, 2821, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 21, 2013";s:5:"month";i:31;s:7:"alltime";i:31;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33615, 2660, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33616, 2109, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33617, 2109, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 21, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (200269, 2822, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200270, 2822, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200271, 2822, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200272, 2822, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200273, 2822, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImY3MDQ1NmVhNTEzMzY4MmY4NzIxY2ZiZTU3ZDNjZmNjY2ZhMGFlMDMiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33619, 2109, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 21, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33620, 2109, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 21, 2013";s:5:"month";i:10;s:7:"alltime";i:10;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33621, 2109, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33622, 2109, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33623, 2109, 'profile_update', '1387628509') ; 
INSERT INTO `wp_usermeta` VALUES (33624, 2822, 'first_name', 'Elena') ; 
INSERT INTO `wp_usermeta` VALUES (33625, 2822, 'last_name', 'Less') ; 
INSERT INTO `wp_usermeta` VALUES (33626, 2822, 'nickname', 'eah30') ; 
INSERT INTO `wp_usermeta` VALUES (33627, 2822, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (33628, 2822, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33629, 2822, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (33630, 2822, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (33631, 2822, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33632, 2822, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33633, 2822, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (33634, 2822, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33635, 2822, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"March 14, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (33636, 2822, 'pmpro_bfirstname', 'Elena') ; 
INSERT INTO `wp_usermeta` VALUES (33637, 2822, 'pmpro_blastname', 'Less') ; 
INSERT INTO `wp_usermeta` VALUES (33638, 2822, 'pmpro_baddress1', '4001 Fulton Parkway') ; 
INSERT INTO `wp_usermeta` VALUES (33639, 2822, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33640, 2822, 'pmpro_bcity', 'Cleveland') ; 
INSERT INTO `wp_usermeta` VALUES (33641, 2822, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (33642, 2822, 'pmpro_bzipcode', '44144') ; 
INSERT INTO `wp_usermeta` VALUES (33643, 2822, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (33644, 2822, 'pmpro_bphone', '216-635-3313') ; 
INSERT INTO `wp_usermeta` VALUES (33645, 2822, 'pmpro_bemail', 'eah@clevelandmetroparks.com') ; 
INSERT INTO `wp_usermeta` VALUES (33646, 2822, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (33647, 2822, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-3529') ; 
INSERT INTO `wp_usermeta` VALUES (33648, 2822, 'pmpro_ExpirationMonth', '10') ; 
INSERT INTO `wp_usermeta` VALUES (33649, 2822, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (33650, 2822, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200274, 2823, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200275, 2823, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200276, 2823, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200277, 2823, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200278, 2823, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjU0ZjUyMTQxYmI4OGUxYzk1YWEzMDYwODFkYjZkZmU0ZDQ2MDExZGQiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33652, 2822, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"March 14, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (33653, 2822, 'pmpro_views', 'a:4:{s:4:"last";s:14:"March 14, 2014";s:5:"month";i:10;s:7:"alltime";i:11;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (33654, 2823, 'first_name', 'Lori') ; 
INSERT INTO `wp_usermeta` VALUES (33655, 2823, 'last_name', 'Speis') ; 
INSERT INTO `wp_usermeta` VALUES (33656, 2823, 'nickname', 'scott0461') ; 
INSERT INTO `wp_usermeta` VALUES (33657, 2823, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (33658, 2823, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33659, 2823, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (33660, 2823, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (33661, 2823, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33662, 2823, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33663, 2823, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (33664, 2823, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33665, 2823, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"March 15, 2014";s:5:"month";i:2;s:7:"alltime";i:8;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (33666, 2823, 'pmpro_bfirstname', 'Lori') ; 
INSERT INTO `wp_usermeta` VALUES (33667, 2823, 'pmpro_blastname', 'Speis') ; 
INSERT INTO `wp_usermeta` VALUES (33668, 2823, 'pmpro_baddress1', '5212 Caminito Cachorro') ; 
INSERT INTO `wp_usermeta` VALUES (33669, 2823, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33670, 2823, 'pmpro_bcity', 'San Diego') ; 
INSERT INTO `wp_usermeta` VALUES (33671, 2823, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (33672, 2823, 'pmpro_bzipcode', '92105') ; 
INSERT INTO `wp_usermeta` VALUES (33673, 2823, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (33674, 2823, 'pmpro_bphone', '619-501-6397') ; 
INSERT INTO `wp_usermeta` VALUES (33675, 2823, 'pmpro_bemail', 'scott0461@hotmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (33676, 2823, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (33677, 2823, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-4948') ; 
INSERT INTO `wp_usermeta` VALUES (33678, 2823, 'pmpro_ExpirationMonth', '05') ; 
INSERT INTO `wp_usermeta` VALUES (33679, 2823, 'pmpro_ExpirationYear', '2014') ; 
INSERT INTO `wp_usermeta` VALUES (33680, 2823, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (33682, 2823, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"March 15, 2014";s:5:"month";i:1;s:7:"alltime";i:6;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (33683, 2823, 'pmpro_views', 'a:4:{s:4:"last";s:14:"March 15, 2014";s:5:"month";i:19;s:7:"alltime";i:50;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (33684, 2824, 'first_name', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (33685, 2824, 'last_name', 'Bjerklie') ; 
INSERT INTO `wp_usermeta` VALUES (33686, 2824, 'nickname', 'sbjerklie') ; 
INSERT INTO `wp_usermeta` VALUES (33687, 2824, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (33688, 2824, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33689, 2824, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (33690, 2824, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (33691, 2824, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33692, 2824, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33693, 2824, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (33694, 2824, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33695, 2824, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"July 3, 2014";s:5:"month";i:1;s:7:"alltime";i:8;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (33696, 2824, 'pmpro_bfirstname', 'Sara') ; 
INSERT INTO `wp_usermeta` VALUES (33697, 2824, 'pmpro_blastname', 'Bjerklie') ; 
INSERT INTO `wp_usermeta` VALUES (33698, 2824, 'pmpro_baddress1', '719 Prairie Street') ; 
INSERT INTO `wp_usermeta` VALUES (33699, 2824, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33700, 2824, 'pmpro_bcity', 'St. Charles') ; 
INSERT INTO `wp_usermeta` VALUES (33701, 2824, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (33702, 2824, 'pmpro_bzipcode', '60174') ; 
INSERT INTO `wp_usermeta` VALUES (33703, 2824, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (33704, 2824, 'pmpro_bphone', '630-508-3508') ; 
INSERT INTO `wp_usermeta` VALUES (33705, 2824, 'pmpro_bemail', 'treehuggersb@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (33706, 2824, 'pmpro_CardType', 'Mastercard') ; 
INSERT INTO `wp_usermeta` VALUES (33707, 2824, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-3092') ; 
INSERT INTO `wp_usermeta` VALUES (33708, 2824, 'pmpro_ExpirationMonth', '12') ; 
INSERT INTO `wp_usermeta` VALUES (33709, 2824, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (33710, 2824, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200279, 2825, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200280, 2825, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200281, 2825, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200282, 2825, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200283, 2825, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImQ0NmU3NjI2MjRkZjdjNzc0NjYwOGQzODVlODBjYjQyODY1YjdlODciO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33712, 2824, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"July 3, 2014";s:5:"month";i:1;s:7:"alltime";i:8;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (33713, 2824, 'pmpro_views', 'a:4:{s:4:"last";s:12:"July 3, 2014";s:5:"month";i:7;s:7:"alltime";i:51;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (33714, 2825, 'first_name', 'Catherine') ; 
INSERT INTO `wp_usermeta` VALUES (33715, 2825, 'last_name', 'Clauson') ; 
INSERT INTO `wp_usermeta` VALUES (33716, 2825, 'nickname', 'catclauson') ; 
INSERT INTO `wp_usermeta` VALUES (33717, 2825, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (33718, 2825, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33719, 2825, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (33720, 2825, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (33721, 2825, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33722, 2825, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33723, 2825, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (33724, 2825, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33725, 2825, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"June 30, 2014";s:5:"month";i:4;s:7:"alltime";i:9;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (33726, 2825, 'pmpro_bfirstname', 'Catherine') ; 
INSERT INTO `wp_usermeta` VALUES (33727, 2825, 'pmpro_blastname', 'Clauson') ; 
INSERT INTO `wp_usermeta` VALUES (33728, 2825, 'pmpro_baddress1', '2058 Maple Ave.  Apt AB1-9') ; 
INSERT INTO `wp_usermeta` VALUES (33729, 2825, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33730, 2825, 'pmpro_bcity', 'Hatfield') ; 
INSERT INTO `wp_usermeta` VALUES (33731, 2825, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (33732, 2825, 'pmpro_bzipcode', '19440') ; 
INSERT INTO `wp_usermeta` VALUES (33733, 2825, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (33734, 2825, 'pmpro_bphone', '856-503-8020') ; 
INSERT INTO `wp_usermeta` VALUES (33735, 2825, 'pmpro_bemail', 'catclauson03@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (33736, 2825, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (33737, 2825, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-9955') ; 
INSERT INTO `wp_usermeta` VALUES (33738, 2825, 'pmpro_ExpirationMonth', '06') ; 
INSERT INTO `wp_usermeta` VALUES (33739, 2825, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (33740, 2825, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200284, 1359, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200285, 1359, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200286, 1359, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200287, 1359, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200288, 1359, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6Ijk3N2JiZTU0NGEwYzg4Y2RjMjZjZDQwYWRmYjUyYjFiMTVhNDYzZmMiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33742, 2825, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"June 30, 2014";s:5:"month";i:2;s:7:"alltime";i:7;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (33743, 2825, 'pmpro_views', 'a:4:{s:4:"last";s:13:"June 30, 2014";s:5:"month";i:22;s:7:"alltime";i:60;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (33744, 2825, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33745, 2825, 'profile_update', '1387668301') ; 
INSERT INTO `wp_usermeta` VALUES (33746, 1359, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33747, 1359, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"August 2, 2014";s:5:"month";i:1;s:7:"alltime";i:14;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (200289, 2826, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200290, 2826, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200291, 2826, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200292, 2826, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200293, 2826, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjYzNDM0OWJhNjUzNjI4MTNhNTMwNWE5N2NjY2YxMzgyNWJkYjlmNTgiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33749, 1359, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"August 6, 2014";s:5:"month";i:2;s:7:"alltime";i:31;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (33750, 1359, 'pmpro_views', 'a:4:{s:4:"last";s:14:"August 6, 2014";s:5:"month";i:8;s:7:"alltime";i:99;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (33751, 1359, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33752, 1359, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33753, 1359, 'profile_update', '1387674815') ; 
INSERT INTO `wp_usermeta` VALUES (33754, 2823, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33755, 2823, 'profile_update', '1387682209') ; 
INSERT INTO `wp_usermeta` VALUES (33756, 2826, 'first_name', 'Abigail') ; 
INSERT INTO `wp_usermeta` VALUES (33757, 2826, 'last_name', 'Grobani') ; 
INSERT INTO `wp_usermeta` VALUES (33758, 2826, 'nickname', 'Abbyg8493') ; 
INSERT INTO `wp_usermeta` VALUES (33759, 2826, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (33760, 2826, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33761, 2826, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (33762, 2826, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (33763, 2826, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33764, 2826, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33765, 2826, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (33766, 2826, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33767, 2826, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"August 8, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (33768, 2826, 'pmpro_bfirstname', 'Abigail') ; 
INSERT INTO `wp_usermeta` VALUES (33769, 2826, 'pmpro_blastname', 'Grobani') ; 
INSERT INTO `wp_usermeta` VALUES (33770, 2826, 'pmpro_baddress1', '2724 Moores Valley Drive') ; 
INSERT INTO `wp_usermeta` VALUES (33771, 2826, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33772, 2826, 'pmpro_bcity', 'Baltimore') ; 
INSERT INTO `wp_usermeta` VALUES (33773, 2826, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (33774, 2826, 'pmpro_bzipcode', '21209') ; 
INSERT INTO `wp_usermeta` VALUES (33775, 2826, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (33776, 2826, 'pmpro_bphone', '443-955-0310') ; 
INSERT INTO `wp_usermeta` VALUES (33777, 2826, 'pmpro_bemail', 'Agrobani11@unity.edu') ; 
INSERT INTO `wp_usermeta` VALUES (33778, 2826, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (33779, 2826, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-3847') ; 
INSERT INTO `wp_usermeta` VALUES (33780, 2826, 'pmpro_ExpirationMonth', '06') ; 
INSERT INTO `wp_usermeta` VALUES (33781, 2826, 'pmpro_ExpirationYear', '2017') ; 
INSERT INTO `wp_usermeta` VALUES (33782, 2826, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200294, 2827, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200295, 2827, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200296, 2827, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200297, 2827, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200298, 2827, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjU0ZjIwNzk2MjI3MjliMjA1ZWM3YjQyYjEyNzhmNDAxYTA1MzIxMzkiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33784, 2826, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"August 8, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (33785, 2826, 'pmpro_views', 'a:4:{s:4:"last";s:14:"August 8, 2014";s:5:"month";i:11;s:7:"alltime";i:32;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (33786, 2826, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33787, 2826, 'profile_update', '1387684470') ; 
INSERT INTO `wp_usermeta` VALUES (33788, 2827, 'first_name', 'Jeff') ; 
INSERT INTO `wp_usermeta` VALUES (33789, 2827, 'last_name', 'Dolan') ; 
INSERT INTO `wp_usermeta` VALUES (33790, 2827, 'nickname', 'jard1') ; 
INSERT INTO `wp_usermeta` VALUES (33791, 2827, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (33792, 2827, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33793, 2827, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (33794, 2827, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (33795, 2827, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33796, 2827, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33797, 2827, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (33798, 2827, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33799, 2827, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"June 27, 2014";s:5:"month";i:2;s:7:"alltime";i:8;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (33800, 2827, 'pmpro_bfirstname', 'Jeff') ; 
INSERT INTO `wp_usermeta` VALUES (33801, 2827, 'pmpro_blastname', 'Dolan') ; 
INSERT INTO `wp_usermeta` VALUES (33802, 2827, 'pmpro_baddress1', '431 Delaware Ave') ; 
INSERT INTO `wp_usermeta` VALUES (33803, 2827, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33804, 2827, 'pmpro_bcity', 'Saint Cloud') ; 
INSERT INTO `wp_usermeta` VALUES (33805, 2827, 'pmpro_bstate', 'Fl') ; 
INSERT INTO `wp_usermeta` VALUES (33806, 2827, 'pmpro_bzipcode', '34769') ; 
INSERT INTO `wp_usermeta` VALUES (33807, 2827, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (33808, 2827, 'pmpro_bphone', '4074600347') ; 
INSERT INTO `wp_usermeta` VALUES (33809, 2827, 'pmpro_bemail', 'jdolan@cfl.rr.com') ; 
INSERT INTO `wp_usermeta` VALUES (33810, 2827, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (33811, 2827, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-9243') ; 
INSERT INTO `wp_usermeta` VALUES (33812, 2827, 'pmpro_ExpirationMonth', '05') ; 
INSERT INTO `wp_usermeta` VALUES (33813, 2827, 'pmpro_ExpirationYear', '2017') ; 
INSERT INTO `wp_usermeta` VALUES (33814, 2827, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200299, 1957, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200300, 1957, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200301, 1957, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200302, 1957, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200303, 1957, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"e6867bf7f6fe9c978c7c6ab1c4b340315ecd4c24";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (33816, 2827, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"June 27, 2014";s:5:"month";i:3;s:7:"alltime";i:9;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (33817, 2827, 'pmpro_views', 'a:4:{s:4:"last";s:13:"June 27, 2014";s:5:"month";i:24;s:7:"alltime";i:61;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (33818, 1957, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33819, 1957, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 22, 2013";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (200304, 2828, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200305, 2828, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200306, 2828, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200307, 2828, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200308, 2828, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"62980d24dc7100d4fc982c7d90f7fcbe2c2d1d18";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (33821, 1957, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 22, 2013";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33822, 1957, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 22, 2013";s:5:"month";i:16;s:7:"alltime";i:16;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33823, 1957, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33824, 1957, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33825, 1957, 'profile_update', '1387726735') ; 
INSERT INTO `wp_usermeta` VALUES (33826, 1957, 'pmpro_bphone', '402-490-9487') ; 
INSERT INTO `wp_usermeta` VALUES (33827, 1957, 'pmpro_bemail', 'melissa.a.covey@disney.com') ; 
INSERT INTO `wp_usermeta` VALUES (33828, 1957, 'pmpro_CardType', 'Discover') ; 
INSERT INTO `wp_usermeta` VALUES (33829, 1957, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-7030') ; 
INSERT INTO `wp_usermeta` VALUES (33830, 1957, 'pmpro_ExpirationMonth', '05') ; 
INSERT INTO `wp_usermeta` VALUES (33831, 1957, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (33832, 2828, 'first_name', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (33833, 2828, 'last_name', 'Schoenberg') ; 
INSERT INTO `wp_usermeta` VALUES (33834, 2828, 'nickname', 'schoenbergs') ; 
INSERT INTO `wp_usermeta` VALUES (33835, 2828, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (33836, 2828, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33837, 2828, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (33838, 2828, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (33839, 2828, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33840, 2828, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33841, 2828, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (33842, 2828, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33843, 2828, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 22, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33844, 2828, 'pmpro_bfirstname', 'Sarah') ; 
INSERT INTO `wp_usermeta` VALUES (33845, 2828, 'pmpro_blastname', 'Schoenberg') ; 
INSERT INTO `wp_usermeta` VALUES (33846, 2828, 'pmpro_baddress1', '8025 Concord Blvd W') ; 
INSERT INTO `wp_usermeta` VALUES (33847, 2828, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33848, 2828, 'pmpro_bcity', 'Jacksonville') ; 
INSERT INTO `wp_usermeta` VALUES (33849, 2828, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (33850, 2828, 'pmpro_bzipcode', '32208') ; 
INSERT INTO `wp_usermeta` VALUES (33851, 2828, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (33852, 2828, 'pmpro_bphone', '701-721-8853') ; 
INSERT INTO `wp_usermeta` VALUES (33853, 2828, 'pmpro_bemail', 'sarahhrpz@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (33854, 2828, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (33855, 2828, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-2040') ; 
INSERT INTO `wp_usermeta` VALUES (33856, 2828, 'pmpro_ExpirationMonth', '12') ; 
INSERT INTO `wp_usermeta` VALUES (33857, 2828, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (33858, 2828, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200309, 18, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200310, 18, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200311, 18, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200312, 18, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200313, 18, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"1180adfb506f81fc1a72b215074ac70d3e6d372f";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (33860, 2828, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 22, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33861, 2828, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 22, 2013";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (199991, 1086, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjBhZGYwYTg4YjIxYWUyZjc0OWZmM2E2YWI4Y2UyYzBiOGI3MDZmOGYiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33862, 294, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33863, 294, 'uxf_organization', 'Ozarks AAZK') ; 
INSERT INTO `wp_usermeta` VALUES (33864, 294, 'profile_update', '1390495576') ; 
INSERT INTO `wp_usermeta` VALUES (33865, 601, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33866, 18, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33867, 18, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 22, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (200314, 2659, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200315, 2659, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200316, 2659, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200317, 2659, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200318, 2659, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"d7106e39d2a4c1c702d20b84e0da919c7868726a";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (33869, 18, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 22, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33870, 18, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 22, 2013";s:5:"month";i:11;s:7:"alltime";i:11;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33871, 18, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33872, 18, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33873, 18, 'profile_update', '1387753785') ; 
INSERT INTO `wp_usermeta` VALUES (33874, 18, 'pmpro_bphone', '9524068123') ; 
INSERT INTO `wp_usermeta` VALUES (33875, 18, 'pmpro_bemail', 'akeniger2@care2.com') ; 
INSERT INTO `wp_usermeta` VALUES (33876, 18, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (33877, 18, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-4079') ; 
INSERT INTO `wp_usermeta` VALUES (33878, 18, 'pmpro_ExpirationMonth', '07') ; 
INSERT INTO `wp_usermeta` VALUES (33879, 18, 'pmpro_ExpirationYear', '2014') ; 
INSERT INTO `wp_usermeta` VALUES (33880, 2779, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33881, 2659, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33882, 2659, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 23, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (200319, 1209, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200320, 1209, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200321, 1209, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200322, 1209, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200323, 1209, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImY1YTlkOWFkZDljN2Y5ZjhiNDA5MDkwNDBhMDE1NmIzMjVjMjkzYTUiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33884, 2659, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 23, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33885, 2659, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 23, 2013";s:5:"month";i:7;s:7:"alltime";i:7;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33886, 2659, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33887, 2659, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33888, 2659, 'profile_update', '1387776263') ; 
INSERT INTO `wp_usermeta` VALUES (33889, 2659, 'pmpro_bphone', '8057220455') ; 
INSERT INTO `wp_usermeta` VALUES (33890, 2659, 'pmpro_bemail', 'wendyjo67@yahoo.com') ; 
INSERT INTO `wp_usermeta` VALUES (33891, 2659, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (33892, 2659, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-6102') ; 
INSERT INTO `wp_usermeta` VALUES (33893, 2659, 'pmpro_ExpirationMonth', '02') ; 
INSERT INTO `wp_usermeta` VALUES (33894, 2659, 'pmpro_ExpirationYear', '2014') ; 
INSERT INTO `wp_usermeta` VALUES (33895, 1209, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33896, 1209, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"April 7, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (200324, 1979, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200325, 1979, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200326, 1979, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200327, 1979, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200328, 1979, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"bd68c526a53517bdaa0fb11b7d25753f2034c18b";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (33898, 1209, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"April 7, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (33899, 1209, 'pmpro_views', 'a:4:{s:4:"last";s:13:"April 7, 2014";s:5:"month";i:2;s:7:"alltime";i:27;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (33900, 1209, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33901, 1209, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33902, 1209, 'profile_update', '1395018485') ; 
INSERT INTO `wp_usermeta` VALUES (33903, 1979, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33904, 1979, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 23, 2013";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (200329, 290, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200330, 290, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200331, 290, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200332, 290, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200333, 290, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjVhYTgzMjU5ZDZkYjcyMjMxNjNkNzI4MTE2NjcxODRiNGIwM2I0NzAiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33906, 1979, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 23, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33907, 1979, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 23, 2013";s:5:"month";i:20;s:7:"alltime";i:20;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (33908, 1979, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33909, 1979, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33910, 1979, 'profile_update', '1387806354') ; 
INSERT INTO `wp_usermeta` VALUES (33911, 1731, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33912, 1731, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (33913, 1731, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (33914, 1731, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33915, 1731, 'nickname', 'aazkuser7765') ; 
INSERT INTO `wp_usermeta` VALUES (33916, 1731, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (33917, 1731, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33918, 1731, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (33919, 1731, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (33920, 1731, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33921, 1731, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33922, 1731, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (33923, 1731, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33924, 1045, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (33925, 1045, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (33926, 1045, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33927, 1045, 'nickname', 'aazkuser4633') ; 
INSERT INTO `wp_usermeta` VALUES (33928, 1045, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (33929, 1045, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33930, 1045, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (33931, 1045, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (33932, 1045, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33933, 1045, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33934, 1045, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (33935, 1045, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33936, 290, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (33937, 290, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"April 7, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (200334, 2237, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200335, 2237, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200336, 2237, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200337, 2237, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200338, 2237, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImE3ZWIyNGMyNzhlZTc5ZTY4MzZhZTg5NTQ5OTI1YmViNjk1ZmIzZDEiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33939, 290, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"April 7, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (33940, 290, 'pmpro_views', 'a:4:{s:4:"last";s:13:"April 7, 2014";s:5:"month";i:7;s:7:"alltime";i:33;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (33941, 290, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33942, 290, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33943, 290, 'profile_update', '1387814486') ; 
INSERT INTO `wp_usermeta` VALUES (33944, 2237, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33945, 2237, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (33946, 2237, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (33947, 2237, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (33948, 2237, 'nickname', 'aazkuser10072') ; 
INSERT INTO `wp_usermeta` VALUES (33949, 2237, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (33950, 2237, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33951, 2237, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (33952, 2237, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (33953, 2237, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33954, 2237, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33955, 2237, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (33956, 2237, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33957, 2237, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"July 9, 2014";s:5:"month";i:1;s:7:"alltime";i:9;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (200339, 2829, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200340, 2829, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200341, 2829, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200342, 2829, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200343, 2829, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjhjZjM3MGFhMTM5NTRhMDEyZjA1OGNhODg1MGZkMTFkYmFjNzRjMmYiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (33959, 2237, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"July 9, 2014";s:5:"month";i:1;s:7:"alltime";i:7;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (33960, 2237, 'pmpro_views', 'a:4:{s:4:"last";s:12:"July 9, 2014";s:5:"month";i:2;s:7:"alltime";i:36;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (10831383, 571447, 'wpseo_title', '') ; 
INSERT INTO `wp_usermeta` VALUES (33961, 2237, 'profile_update', '1387815039') ; 
INSERT INTO `wp_usermeta` VALUES (33962, 2829, 'first_name', 'Pat') ; 
INSERT INTO `wp_usermeta` VALUES (33963, 2829, 'last_name', 'Owen') ; 
INSERT INTO `wp_usermeta` VALUES (33964, 2829, 'nickname', 'turk2287') ; 
INSERT INTO `wp_usermeta` VALUES (33965, 2829, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (33966, 2829, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33967, 2829, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (33968, 2829, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (33969, 2829, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33970, 2829, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33971, 2829, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (33972, 2829, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (33973, 2829, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"August 14, 2014";s:5:"month";i:1;s:7:"alltime";i:7;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (33974, 2829, 'pmpro_bfirstname', 'Pat') ; 
INSERT INTO `wp_usermeta` VALUES (33975, 2829, 'pmpro_blastname', 'Owen') ; 
INSERT INTO `wp_usermeta` VALUES (33976, 2829, 'pmpro_baddress1', '5061 NE 178th ST') ; 
INSERT INTO `wp_usermeta` VALUES (33977, 2829, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (33978, 2829, 'pmpro_bcity', 'Lake Forest Park') ; 
INSERT INTO `wp_usermeta` VALUES (33979, 2829, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (33980, 2829, 'pmpro_bzipcode', '98155') ; 
INSERT INTO `wp_usermeta` VALUES (33981, 2829, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (33982, 2829, 'pmpro_bphone', '206-409-5283') ; 
INSERT INTO `wp_usermeta` VALUES (33983, 2829, 'pmpro_bemail', 'fikiwa@yahoo.com') ; 
INSERT INTO `wp_usermeta` VALUES (33984, 2829, 'pmpro_CardType', 'Mastercard') ; 
INSERT INTO `wp_usermeta` VALUES (33985, 2829, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-2430') ; 
INSERT INTO `wp_usermeta` VALUES (33986, 2829, 'pmpro_ExpirationMonth', '02') ; 
INSERT INTO `wp_usermeta` VALUES (33987, 2829, 'pmpro_ExpirationYear', '2014') ; 
INSERT INTO `wp_usermeta` VALUES (33988, 2829, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200344, 2830, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200345, 2830, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200346, 2830, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200347, 2830, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200348, 2830, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"b230088f22c4113a8d31680be02c00048f7e507c";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (33990, 2829, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"August 14, 2014";s:5:"month";i:1;s:7:"alltime";i:8;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (33991, 2829, 'pmpro_views', 'a:4:{s:4:"last";s:15:"August 14, 2014";s:5:"month";i:2;s:7:"alltime";i:26;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (33992, 2830, 'first_name', 'Andy') ; 
INSERT INTO `wp_usermeta` VALUES (33993, 2830, 'last_name', 'Cockburn') ; 
INSERT INTO `wp_usermeta` VALUES (33994, 2830, 'nickname', 'acockburn') ; 
INSERT INTO `wp_usermeta` VALUES (33995, 2830, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (33996, 2830, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (33997, 2830, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (33998, 2830, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (33999, 2830, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34000, 2830, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34001, 2830, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (34002, 2830, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34003, 2830, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"August 15, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (34004, 2830, 'pmpro_bfirstname', 'Andy') ; 
INSERT INTO `wp_usermeta` VALUES (34005, 2830, 'pmpro_blastname', 'Cockburn') ; 
INSERT INTO `wp_usermeta` VALUES (34006, 2830, 'pmpro_baddress1', '123 Hamilton St.') ; 
INSERT INTO `wp_usermeta` VALUES (34007, 2830, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34008, 2830, 'pmpro_bcity', 'Toronto') ; 
INSERT INTO `wp_usermeta` VALUES (34009, 2830, 'pmpro_bstate', 'ON') ; 
INSERT INTO `wp_usermeta` VALUES (34010, 2830, 'pmpro_bzipcode', 'M4M2C7') ; 
INSERT INTO `wp_usermeta` VALUES (34011, 2830, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (34012, 2830, 'pmpro_bphone', '647-231-9553') ; 
INSERT INTO `wp_usermeta` VALUES (34013, 2830, 'pmpro_bemail', 'cockburnandy@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (34014, 2830, 'pmpro_CardType', 'Mastercard') ; 
INSERT INTO `wp_usermeta` VALUES (34015, 2830, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-9391') ; 
INSERT INTO `wp_usermeta` VALUES (34016, 2830, 'pmpro_ExpirationMonth', '12') ; 
INSERT INTO `wp_usermeta` VALUES (34017, 2830, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (34018, 2830, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200349, 404, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200350, 404, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200351, 404, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200352, 404, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200353, 404, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"e6dc6f7343b4c207f4134099687f76800b126780";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (34020, 2830, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"August 15, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (34021, 2830, 'pmpro_views', 'a:4:{s:4:"last";s:15:"August 15, 2014";s:5:"month";i:12;s:7:"alltime";i:17;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (34022, 404, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34023, 404, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 23, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (200354, 1768, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200355, 1768, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200356, 1768, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200357, 1768, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200358, 1768, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"346729d90641a75d25c370ce4c5e9176f23dc3be";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (34025, 404, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 23, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (34026, 404, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 23, 2013";s:5:"month";i:5;s:7:"alltime";i:5;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (10832014, 404, 'wpseo_title', '') ; 
INSERT INTO `wp_usermeta` VALUES (34027, 404, 'profile_update', '1387819701') ; 
INSERT INTO `wp_usermeta` VALUES (34028, 1768, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34029, 1768, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"August 11, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (200359, 284, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200360, 284, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200361, 284, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200362, 284, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200363, 284, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"65b1d8d1cbe02c4bc76910255ef3dfc7dd6b01b9";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (34031, 1768, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"August 19, 2014";s:5:"month";i:10;s:7:"alltime";i:20;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (34032, 1768, 'pmpro_views', 'a:4:{s:4:"last";s:15:"August 19, 2014";s:5:"month";i:25;s:7:"alltime";i:50;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (34033, 1768, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34034, 1768, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34035, 1768, 'profile_update', '1407773784') ; 
INSERT INTO `wp_usermeta` VALUES (34036, 2830, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (34037, 2830, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (34038, 2830, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34039, 2829, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (34040, 2829, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (34041, 2829, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34042, 284, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34043, 284, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"June 9, 2014";s:5:"month";i:2;s:7:"alltime";i:4;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (200364, 1186, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200365, 1186, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200366, 1186, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200367, 1186, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200368, 1186, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjZiNTU0N2FlNmZlNzE5MzUxNDQxNTNkNzYwNzUzYTEzYTI1ZjAwYTQiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34045, 284, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"June 9, 2014";s:5:"month";i:2;s:7:"alltime";i:4;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (34046, 284, 'pmpro_views', 'a:4:{s:4:"last";s:12:"June 9, 2014";s:5:"month";i:17;s:7:"alltime";i:29;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (34047, 284, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34048, 284, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34049, 284, 'profile_update', '1387841714') ; 
INSERT INTO `wp_usermeta` VALUES (8531861, 284, 'nickname', 'aazkuser1238') ; 
INSERT INTO `wp_usermeta` VALUES (34050, 1186, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34051, 1186, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"February 12, 2014";s:5:"month";i:2;s:7:"alltime";i:3;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (200369, 2831, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200370, 2831, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200371, 2831, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200372, 2831, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200373, 2831, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImQ4NmZjMjRlZWQyMjdkYWY3OWZhYWU5YTdlNmJlMDEzYTc1YmQyYjMiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34053, 1186, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"February 12, 2014";s:5:"month";i:2;s:7:"alltime";i:3;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (34054, 1186, 'pmpro_views', 'a:4:{s:4:"last";s:17:"February 12, 2014";s:5:"month";i:2;s:7:"alltime";i:15;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (34055, 1186, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34056, 1186, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34057, 1186, 'profile_update', '1387846331') ; 
INSERT INTO `wp_usermeta` VALUES (10831674, 1186, 'wpseo_title', '') ; 
INSERT INTO `wp_usermeta` VALUES (199952, 2780, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (34058, 2831, 'first_name', 'Regan') ; 
INSERT INTO `wp_usermeta` VALUES (34059, 2831, 'last_name', 'Slonecker') ; 
INSERT INTO `wp_usermeta` VALUES (34060, 2831, 'nickname', 'rslonecker') ; 
INSERT INTO `wp_usermeta` VALUES (34061, 2831, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (34062, 2831, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34063, 2831, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (34064, 2831, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (34065, 2831, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34066, 2831, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34067, 2831, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (34068, 2831, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34069, 2831, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"January 16, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (34070, 2831, 'pmpro_bfirstname', 'Regan') ; 
INSERT INTO `wp_usermeta` VALUES (34071, 2831, 'pmpro_blastname', 'Slonecker') ; 
INSERT INTO `wp_usermeta` VALUES (34072, 2831, 'pmpro_baddress1', '210 W Maywood AVE') ; 
INSERT INTO `wp_usermeta` VALUES (34073, 2831, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34074, 2831, 'pmpro_bcity', 'Peoria') ; 
INSERT INTO `wp_usermeta` VALUES (34075, 2831, 'pmpro_bstate', 'IL') ; 
INSERT INTO `wp_usermeta` VALUES (34076, 2831, 'pmpro_bzipcode', '61604') ; 
INSERT INTO `wp_usermeta` VALUES (34077, 2831, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (34078, 2831, 'pmpro_bphone', '75-341-2959') ; 
INSERT INTO `wp_usermeta` VALUES (34079, 2831, 'pmpro_bemail', 'rslonecker@peoriaparks.org') ; 
INSERT INTO `wp_usermeta` VALUES (34080, 2831, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (34081, 2831, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-2507') ; 
INSERT INTO `wp_usermeta` VALUES (34082, 2831, 'pmpro_ExpirationMonth', '10') ; 
INSERT INTO `wp_usermeta` VALUES (34083, 2831, 'pmpro_ExpirationYear', '2014') ; 
INSERT INTO `wp_usermeta` VALUES (34084, 2831, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200374, 1368, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200375, 1368, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200376, 1368, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200377, 1368, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200378, 1368, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"9ef4fb6295e5fa3fde0ab03c2ea145d88766c931";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (34086, 2831, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"January 16, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (34087, 2831, 'pmpro_views', 'a:4:{s:4:"last";s:16:"January 16, 2014";s:5:"month";i:7;s:7:"alltime";i:9;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (34088, 1368, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34089, 1368, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 24, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (200379, 2832, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200380, 2832, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200381, 2832, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200382, 2832, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200383, 2832, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjRlOWRmNjg2NmJjN2QyNjUwNGZjN2RlYjMyNzdkNDA0N2VjZjk1NmUiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34091, 1368, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 24, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (34092, 1368, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 24, 2013";s:5:"month";i:13;s:7:"alltime";i:13;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (34093, 1368, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34094, 1368, 'profile_update', '1387847867') ; 
INSERT INTO `wp_usermeta` VALUES (34095, 1368, 'pmpro_bphone', '7746413065') ; 
INSERT INTO `wp_usermeta` VALUES (34096, 1368, 'pmpro_bemail', 'giraffekeeper@live.com') ; 
INSERT INTO `wp_usermeta` VALUES (34097, 1368, 'pmpro_CardType', 'Mastercard') ; 
INSERT INTO `wp_usermeta` VALUES (34098, 1368, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-7988') ; 
INSERT INTO `wp_usermeta` VALUES (34099, 1368, 'pmpro_ExpirationMonth', '06') ; 
INSERT INTO `wp_usermeta` VALUES (34100, 1368, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (34101, 2832, 'first_name', 'Abigail') ; 
INSERT INTO `wp_usermeta` VALUES (34102, 2832, 'last_name', 'Riley') ; 
INSERT INTO `wp_usermeta` VALUES (34103, 2832, 'nickname', 'abr32') ; 
INSERT INTO `wp_usermeta` VALUES (34104, 2832, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (34105, 2832, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34106, 2832, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (34107, 2832, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (34108, 2832, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34109, 2832, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34110, 2832, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (34111, 2832, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34112, 2832, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"January 31, 2014";s:5:"month";i:4;s:7:"alltime";i:7;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (34113, 2832, 'pmpro_bfirstname', 'Abigail') ; 
INSERT INTO `wp_usermeta` VALUES (34114, 2832, 'pmpro_blastname', 'Riley') ; 
INSERT INTO `wp_usermeta` VALUES (34115, 2832, 'pmpro_baddress1', '493 Dean Drive') ; 
INSERT INTO `wp_usermeta` VALUES (34116, 2832, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34117, 2832, 'pmpro_bcity', 'Kennett Square') ; 
INSERT INTO `wp_usermeta` VALUES (34118, 2832, 'pmpro_bstate', 'PA') ; 
INSERT INTO `wp_usermeta` VALUES (34119, 2832, 'pmpro_bzipcode', '19348') ; 
INSERT INTO `wp_usermeta` VALUES (34120, 2832, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (34121, 2832, 'pmpro_bphone', '484-467-9759') ; 
INSERT INTO `wp_usermeta` VALUES (34122, 2832, 'pmpro_bemail', 'abr32@pitt.edu') ; 
INSERT INTO `wp_usermeta` VALUES (34123, 2832, 'pmpro_CardType', 'Mastercard') ; 
INSERT INTO `wp_usermeta` VALUES (34124, 2832, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-3805') ; 
INSERT INTO `wp_usermeta` VALUES (34125, 2832, 'pmpro_ExpirationMonth', '03') ; 
INSERT INTO `wp_usermeta` VALUES (34126, 2832, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (34127, 2832, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200384, 2439, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200385, 2439, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200386, 2439, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200387, 2439, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200388, 2439, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImRmZmY3Y2FmMzliYjI0YWZmZGMyOTUzMThkMmRmMTY2MzMzMDRhODEiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34129, 2832, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"February 12, 2014";s:5:"month";i:1;s:7:"alltime";i:11;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (34130, 2832, 'pmpro_views', 'a:4:{s:4:"last";s:17:"February 12, 2014";s:5:"month";i:3;s:7:"alltime";i:101;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (34131, 2439, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34132, 2439, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"July 15, 2014";s:5:"month";i:2;s:7:"alltime";i:5;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (200389, 2035, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200390, 2035, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200391, 2035, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200392, 2035, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200393, 2035, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6Ijk1MmYzOWNhOTc5MWIxYjQxZmQ3NmU3MmM3NjY3ZWZhMjU1ZTNmNmQiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34134, 2439, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"July 15, 2014";s:5:"month";i:2;s:7:"alltime";i:8;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (34135, 2439, 'pmpro_views', 'a:4:{s:4:"last";s:13:"July 15, 2014";s:5:"month";i:10;s:7:"alltime";i:70;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (34136, 2439, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34137, 2439, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34138, 2439, 'profile_update', '1387869578') ; 
INSERT INTO `wp_usermeta` VALUES (34139, 2035, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34140, 2035, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"May 18, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (200394, 2789, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200395, 2789, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200396, 2789, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200397, 2789, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200398, 2789, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"f4595c82626993dd00afafc02a54fd1837a79a85";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (34142, 2035, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"May 18, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (34143, 2035, 'pmpro_views', 'a:4:{s:4:"last";s:12:"May 18, 2014";s:5:"month";i:12;s:7:"alltime";i:21;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (34144, 2035, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34145, 2035, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34146, 2035, 'profile_update', '1387902171') ; 
INSERT INTO `wp_usermeta` VALUES (34147, 2779, 'profile_update', '1387902488') ; 
INSERT INTO `wp_usermeta` VALUES (34148, 2789, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34149, 2789, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"June 28, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (200399, 2728, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200400, 2728, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200401, 2728, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200402, 2728, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200403, 2728, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjNkOWU5OTIxMDJhZGE0MmYyZjNiOWQ4ZmJjM2Q0NDMxMDA4NWUxNDIiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34151, 2789, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"June 28, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (34152, 2789, 'pmpro_views', 'a:4:{s:4:"last";s:13:"June 28, 2014";s:5:"month";i:18;s:7:"alltime";i:26;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (34153, 2789, 'profile_update', '1403986308') ; 
INSERT INTO `wp_usermeta` VALUES (34154, 2728, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34155, 2728, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"August 17, 2014";s:5:"month";i:2;s:7:"alltime";i:4;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (200404, 2833, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200405, 2833, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200406, 2833, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200407, 2833, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200408, 2833, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjIyMzg1NTk4MzA1MDIxN2U0OWI1ZDczZDZlZTQyMzhjNzQ5MGQxOWIiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34157, 2728, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"August 17, 2014";s:5:"month";i:2;s:7:"alltime";i:9;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (34158, 2728, 'pmpro_views', 'a:4:{s:4:"last";s:15:"August 17, 2014";s:5:"month";i:15;s:7:"alltime";i:34;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (34159, 2833, 'first_name', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (34160, 2833, 'last_name', 'Bates') ; 
INSERT INTO `wp_usermeta` VALUES (34161, 2833, 'nickname', 'SadinaSaphrite') ; 
INSERT INTO `wp_usermeta` VALUES (34162, 2833, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (34163, 2833, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34164, 2833, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (34165, 2833, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (34166, 2833, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34167, 2833, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34168, 2833, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (34169, 2833, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34170, 2833, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"March 6, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (34171, 2833, 'pmpro_bfirstname', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (34172, 2833, 'pmpro_blastname', 'Bates') ; 
INSERT INTO `wp_usermeta` VALUES (34173, 2833, 'pmpro_baddress1', '8790 Sunridge Drive') ; 
INSERT INTO `wp_usermeta` VALUES (34174, 2833, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34175, 2833, 'pmpro_bcity', 'Sandy') ; 
INSERT INTO `wp_usermeta` VALUES (34176, 2833, 'pmpro_bstate', 'UT') ; 
INSERT INTO `wp_usermeta` VALUES (34177, 2833, 'pmpro_bzipcode', '84093') ; 
INSERT INTO `wp_usermeta` VALUES (34178, 2833, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (34179, 2833, 'pmpro_bphone', '801-541-7102') ; 
INSERT INTO `wp_usermeta` VALUES (34180, 2833, 'pmpro_bemail', 'Elizannebates@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (34181, 2833, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (34182, 2833, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-4729') ; 
INSERT INTO `wp_usermeta` VALUES (34183, 2833, 'pmpro_ExpirationMonth', '01') ; 
INSERT INTO `wp_usermeta` VALUES (34184, 2833, 'pmpro_ExpirationYear', '2017') ; 
INSERT INTO `wp_usermeta` VALUES (34185, 2833, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200409, 2834, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200410, 2834, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200411, 2834, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200412, 2834, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200413, 2834, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"cfe85ec3945afffe624b53cfd858491dca063010";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (34187, 2833, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"March 6, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (34188, 2833, 'pmpro_views', 'a:4:{s:4:"last";s:13:"March 6, 2014";s:5:"month";i:6;s:7:"alltime";i:7;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (34189, 2834, 'first_name', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (34190, 2834, 'last_name', 'Botke') ; 
INSERT INTO `wp_usermeta` VALUES (34191, 2834, 'nickname', 'amybotke') ; 
INSERT INTO `wp_usermeta` VALUES (34192, 2834, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (34193, 2834, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34194, 2834, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (34195, 2834, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (34196, 2834, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34197, 2834, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34198, 2834, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (34199, 2834, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34200, 2834, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 24, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (34201, 2834, 'pmpro_bfirstname', 'Amy') ; 
INSERT INTO `wp_usermeta` VALUES (34202, 2834, 'pmpro_blastname', 'Botke') ; 
INSERT INTO `wp_usermeta` VALUES (34203, 2834, 'pmpro_baddress1', '2235 E. Pratt St.') ; 
INSERT INTO `wp_usermeta` VALUES (34204, 2834, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34205, 2834, 'pmpro_bcity', 'Baltimore') ; 
INSERT INTO `wp_usermeta` VALUES (34206, 2834, 'pmpro_bstate', 'MD') ; 
INSERT INTO `wp_usermeta` VALUES (34207, 2834, 'pmpro_bzipcode', '21231') ; 
INSERT INTO `wp_usermeta` VALUES (34208, 2834, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (34209, 2834, 'pmpro_bphone', '5702360558') ; 
INSERT INTO `wp_usermeta` VALUES (34210, 2834, 'pmpro_bemail', 'amy.botke@marylandzoo.org') ; 
INSERT INTO `wp_usermeta` VALUES (34211, 2834, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (34212, 2834, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-5234') ; 
INSERT INTO `wp_usermeta` VALUES (34213, 2834, 'pmpro_ExpirationMonth', '05') ; 
INSERT INTO `wp_usermeta` VALUES (34214, 2834, 'pmpro_ExpirationYear', '2014') ; 
INSERT INTO `wp_usermeta` VALUES (34215, 2834, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200414, 2751, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200415, 2751, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200416, 2751, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200417, 2751, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200418, 2751, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjgwODFkZTQ3MmM1NjBlM2U4OGRhMzQyMDYwNTFhZmE2NDFkNGU2MjYiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34217, 2834, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 24, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (34218, 2834, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 24, 2013";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (34219, 2751, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34220, 2751, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"July 2, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (200419, 2835, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200420, 2835, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200421, 2835, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200422, 2835, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200423, 2835, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjhmOTBhOWQzZDQyNzVlZTA1NGI2YzJiYjZlY2JiZThhYzRmYmE0NWUiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34222, 2751, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"July 2, 2014";s:5:"month";i:1;s:7:"alltime";i:15;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (34223, 2751, 'pmpro_views', 'a:4:{s:4:"last";s:12:"July 2, 2014";s:5:"month";i:2;s:7:"alltime";i:161;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (34224, 2751, 'profile_update', '1387921903') ; 
INSERT INTO `wp_usermeta` VALUES (34225, 2835, 'first_name', 'Debra') ; 
INSERT INTO `wp_usermeta` VALUES (34226, 2835, 'last_name', 'Benson') ; 
INSERT INTO `wp_usermeta` VALUES (34227, 2835, 'nickname', 'dgbenson') ; 
INSERT INTO `wp_usermeta` VALUES (34228, 2835, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (34229, 2835, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34230, 2835, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (34231, 2835, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (34232, 2835, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34233, 2835, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34234, 2835, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (34235, 2835, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34236, 2835, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"March 15, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (34237, 2835, 'pmpro_bfirstname', 'Debra') ; 
INSERT INTO `wp_usermeta` VALUES (34238, 2835, 'pmpro_blastname', 'Benson') ; 
INSERT INTO `wp_usermeta` VALUES (34239, 2835, 'pmpro_baddress1', '11753 N Monterra Vista Dr') ; 
INSERT INTO `wp_usermeta` VALUES (34240, 2835, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34241, 2835, 'pmpro_bcity', 'Tucson') ; 
INSERT INTO `wp_usermeta` VALUES (34242, 2835, 'pmpro_bstate', 'AZ') ; 
INSERT INTO `wp_usermeta` VALUES (34243, 2835, 'pmpro_bzipcode', '85737') ; 
INSERT INTO `wp_usermeta` VALUES (34244, 2835, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (34245, 2835, 'pmpro_bphone', '520793459') ; 
INSERT INTO `wp_usermeta` VALUES (34246, 2835, 'pmpro_bemail', 'dg_benson@msn.com') ; 
INSERT INTO `wp_usermeta` VALUES (34247, 2835, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (34248, 2835, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-5121') ; 
INSERT INTO `wp_usermeta` VALUES (34249, 2835, 'pmpro_ExpirationMonth', '01') ; 
INSERT INTO `wp_usermeta` VALUES (34250, 2835, 'pmpro_ExpirationYear', '2014') ; 
INSERT INTO `wp_usermeta` VALUES (34251, 2835, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200424, 2836, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200425, 2836, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200426, 2836, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200427, 2836, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200428, 2836, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjM4MmQzNzFkMzg0ZTQ2ZTM5MTI4OGYyMmNlMmEzMWNmYmY2N2U4ODgiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34253, 2835, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"March 15, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (34254, 2835, 'pmpro_views', 'a:4:{s:4:"last";s:14:"March 15, 2014";s:5:"month";i:2;s:7:"alltime";i:17;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (34255, 2836, 'first_name', 'Mollee') ; 
INSERT INTO `wp_usermeta` VALUES (34256, 2836, 'last_name', 'Sullivan') ; 
INSERT INTO `wp_usermeta` VALUES (34257, 2836, 'nickname', 'Mollee_Sullivan') ; 
INSERT INTO `wp_usermeta` VALUES (34258, 2836, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (34259, 2836, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34260, 2836, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (34261, 2836, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (34262, 2836, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34263, 2836, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34264, 2836, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (34265, 2836, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34266, 2836, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"March 21, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (34267, 2836, 'pmpro_bfirstname', 'Mollee') ; 
INSERT INTO `wp_usermeta` VALUES (34268, 2836, 'pmpro_blastname', 'Sullivan') ; 
INSERT INTO `wp_usermeta` VALUES (34269, 2836, 'pmpro_baddress1', '10368 Settle Rd') ; 
INSERT INTO `wp_usermeta` VALUES (34270, 2836, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34271, 2836, 'pmpro_bcity', 'Santee') ; 
INSERT INTO `wp_usermeta` VALUES (34272, 2836, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (34273, 2836, 'pmpro_bzipcode', '92071') ; 
INSERT INTO `wp_usermeta` VALUES (34274, 2836, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (34275, 2836, 'pmpro_bphone', '619-249-1741') ; 
INSERT INTO `wp_usermeta` VALUES (34276, 2836, 'pmpro_bemail', 'molleesullivan1989@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (34277, 2836, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (34278, 2836, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-7619') ; 
INSERT INTO `wp_usermeta` VALUES (34279, 2836, 'pmpro_ExpirationMonth', '02') ; 
INSERT INTO `wp_usermeta` VALUES (34280, 2836, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (34281, 2836, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200429, 449, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200430, 449, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200431, 449, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200432, 449, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200433, 449, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"a49834ee009a0381089392ad0ac5f8491dd52a03";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (34283, 2836, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"March 21, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (34284, 2836, 'pmpro_views', 'a:4:{s:4:"last";s:14:"March 21, 2014";s:5:"month";i:4;s:7:"alltime";i:22;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (34285, 449, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34286, 449, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 26, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (200434, 2002, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200435, 2002, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200436, 2002, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200437, 2002, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200438, 2002, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImNmZjQzMTBkZTNhZDI5NzdjZDc2YWNjYjMzZTZkODBjYjM3YzIzZDkiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34288, 449, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 26, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (34289, 449, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 26, 2013";s:5:"month";i:9;s:7:"alltime";i:9;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (34290, 449, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34291, 449, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34292, 449, 'profile_update', '1388017067') ; 
INSERT INTO `wp_usermeta` VALUES (34293, 449, 'pmpro_bphone', '1 (306) 262-0979') ; 
INSERT INTO `wp_usermeta` VALUES (34294, 449, 'pmpro_bemail', 'chantelle.edwards@usask.ca') ; 
INSERT INTO `wp_usermeta` VALUES (34295, 449, 'pmpro_CardType', 'Mastercard') ; 
INSERT INTO `wp_usermeta` VALUES (34296, 449, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-3964') ; 
INSERT INTO `wp_usermeta` VALUES (34297, 449, 'pmpro_ExpirationMonth', '01') ; 
INSERT INTO `wp_usermeta` VALUES (34298, 449, 'pmpro_ExpirationYear', '2017') ; 
INSERT INTO `wp_usermeta` VALUES (34299, 2002, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34300, 2002, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"May 16, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (200439, 2837, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200440, 2837, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200441, 2837, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200442, 2837, '_wpsc_billing_region', '50') ; 
INSERT INTO `wp_usermeta` VALUES (200443, 2837, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiI1MCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjRkZjY0NzEyYzYxNTY3NTJlZGM1MDc5MGFmNzZkZmRiZTczNWRjNjAiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34302, 2002, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"May 16, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (34303, 2002, 'pmpro_views', 'a:4:{s:4:"last";s:12:"May 16, 2014";s:5:"month";i:2;s:7:"alltime";i:23;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (34304, 2002, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34305, 2002, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34306, 2002, 'profile_update', '1388029124') ; 
INSERT INTO `wp_usermeta` VALUES (34307, 2002, 'pmpro_bphone', '9174681249') ; 
INSERT INTO `wp_usermeta` VALUES (34308, 2002, 'pmpro_bemail', 'industrialgrrrl@yahoo.com') ; 
INSERT INTO `wp_usermeta` VALUES (34309, 2002, 'pmpro_CardType', 'Mastercard') ; 
INSERT INTO `wp_usermeta` VALUES (34310, 2002, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-3760') ; 
INSERT INTO `wp_usermeta` VALUES (34311, 2002, 'pmpro_ExpirationMonth', '04') ; 
INSERT INTO `wp_usermeta` VALUES (34312, 2002, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (34313, 63, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34314, 2836, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34315, 2836, 'profile_update', '1388041772') ; 
INSERT INTO `wp_usermeta` VALUES (34316, 2837, 'first_name', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (34317, 2837, 'last_name', 'Chavez') ; 
INSERT INTO `wp_usermeta` VALUES (34318, 2837, 'nickname', 'kimberlyachavez') ; 
INSERT INTO `wp_usermeta` VALUES (34319, 2837, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (34320, 2837, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34321, 2837, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (34322, 2837, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (34323, 2837, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34324, 2837, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34325, 2837, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (34326, 2837, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34327, 2837, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"February 27, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (34328, 2837, 'pmpro_bfirstname', 'Kimberly') ; 
INSERT INTO `wp_usermeta` VALUES (34329, 2837, 'pmpro_blastname', 'Chavez') ; 
INSERT INTO `wp_usermeta` VALUES (34330, 2837, 'pmpro_baddress1', 'P.O. Box 980') ; 
INSERT INTO `wp_usermeta` VALUES (34331, 2837, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34332, 2837, 'pmpro_bcity', 'Jefferson') ; 
INSERT INTO `wp_usermeta` VALUES (34333, 2837, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (34334, 2837, 'pmpro_bzipcode', '97352') ; 
INSERT INTO `wp_usermeta` VALUES (34335, 2837, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (34336, 2837, 'pmpro_bphone', '5037794751') ; 
INSERT INTO `wp_usermeta` VALUES (34337, 2837, 'pmpro_bemail', 'kimberlyachavez@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (34338, 2837, 'pmpro_CardType', 'Discover') ; 
INSERT INTO `wp_usermeta` VALUES (34339, 2837, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-5060') ; 
INSERT INTO `wp_usermeta` VALUES (34340, 2837, 'pmpro_ExpirationMonth', '06') ; 
INSERT INTO `wp_usermeta` VALUES (34341, 2837, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (34342, 2837, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (34344, 2837, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"February 27, 2014";s:5:"month";i:1;s:7:"alltime";i:6;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (34345, 2837, 'pmpro_views', 'a:4:{s:4:"last";s:17:"February 27, 2014";s:5:"month";i:7;s:7:"alltime";i:61;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (34346, 2837, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34347, 2837, 'profile_update', '1388045790') ; 
INSERT INTO `wp_usermeta` VALUES (34348, 449, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (34349, 449, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (34350, 449, 'nickname', 'aazkuser2002') ; 
INSERT INTO `wp_usermeta` VALUES (34351, 449, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (34352, 449, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34353, 449, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (34354, 449, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (34355, 449, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34356, 449, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34357, 449, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (34358, 449, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34359, 2836, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (34360, 2836, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (34361, 2833, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (34362, 2833, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (34363, 2833, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34364, 2108, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34365, 2108, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"August 11, 2014";s:5:"month";i:1;s:7:"alltime";i:8;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (200453, 2660, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200454, 2660, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200455, 2660, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200456, 2660, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200457, 2660, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"92c514bb201cd0f74fc78869fbcdcda9a8138c45";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (34367, 2108, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"August 11, 2014";s:5:"month";i:1;s:7:"alltime";i:8;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (34368, 2108, 'pmpro_views', 'a:4:{s:4:"last";s:15:"August 11, 2014";s:5:"month";i:2;s:7:"alltime";i:59;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (34369, 2108, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34370, 2108, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34371, 2108, 'profile_update', '1388075340') ; 
INSERT INTO `wp_usermeta` VALUES (34372, 2660, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34373, 2660, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (34374, 2660, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (34375, 2660, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34376, 2660, 'nickname', 'aazkuser11876') ; 
INSERT INTO `wp_usermeta` VALUES (34377, 2660, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (34378, 2660, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34379, 2660, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (34380, 2660, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (34381, 2660, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34382, 2660, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34383, 2660, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (34384, 2660, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34385, 2660, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 26, 2013";s:5:"month";i:4;s:7:"alltime";i:4;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (200458, 719, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200459, 719, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200460, 719, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200461, 719, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200462, 719, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjQwOGM4MDRiMWM2OWQ4YTViZmUzY2RlMzYwZGY2MGI3Y2MyOTU2YzMiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34387, 2660, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 26, 2013";s:5:"month";i:12;s:7:"alltime";i:12;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (34388, 2660, 'profile_update', '1388078505') ; 
INSERT INTO `wp_usermeta` VALUES (34389, 2660, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 26, 2013";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (34390, 1464, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34391, 719, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34392, 719, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"April 9, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (200463, 1464, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200464, 1464, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200465, 1464, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200466, 1464, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200467, 1464, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM2OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImYxYjVmNTZkNjM2YzY1OGJkZmIzNmY5YWQwZWFjYmZhYjJiMGJhMjEiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO2E6MDp7fXM6MTU6InNoaXBwaW5nX21ldGhvZCI7TjtzOjIxOiJzaGlwcGluZ19tZXRob2RfY291bnQiO2k6MDtzOjIzOiJjdXJyZW50X3NoaXBwaW5nX21ldGhvZCI7aTotMTtzOjE4OiJpbl90aGVfbWV0aG9kX2xvb3AiO2I6MDtzOjE1OiJzaGlwcGluZ19xdW90ZXMiO2E6MDp7fXM6MTQ6InNoaXBwaW5nX3F1b3RlIjtOO3M6MjA6InNoaXBwaW5nX3F1b3RlX2NvdW50IjtpOjA7czoyMjoiY3VycmVudF9zaGlwcGluZ19xdW90ZSI7aTotMTtzOjE3OiJpbl90aGVfcXVvdGVfbG9vcCI7YjowO3M6MTI6ImNvdXBvbnNfbmFtZSI7czowOiIiO3M6MTQ6ImNvdXBvbnNfYW1vdW50IjtpOjA7fQ==') ; 
INSERT INTO `wp_usermeta` VALUES (34394, 719, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"April 15, 2014";s:5:"month";i:4;s:7:"alltime";i:5;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (34395, 719, 'pmpro_views', 'a:4:{s:4:"last";s:14:"April 15, 2014";s:5:"month";i:18;s:7:"alltime";i:23;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (34396, 719, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34397, 719, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34398, 719, 'profile_update', '1397060696') ; 
INSERT INTO `wp_usermeta` VALUES (34399, 2033, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34400, 1464, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34401, 1464, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (34402, 1464, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (34403, 1464, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34404, 1464, 'nickname', 'aazkuser6520') ; 
INSERT INTO `wp_usermeta` VALUES (34405, 1464, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (34406, 1464, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34407, 1464, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (34408, 1464, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (34409, 1464, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34410, 1464, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34411, 1464, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (34412, 1464, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34413, 1464, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"January 10, 2014";s:5:"month";i:3;s:7:"alltime";i:4;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (200468, 2838, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200469, 2838, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200470, 2838, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200471, 2838, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200472, 2838, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImYwOWUwMTk4YTIwNTRkYTQwY2FkMGEyYzg4MGFmNTBiYTAwODhkM2QiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34415, 1464, 'pmpro_views', 'a:4:{s:4:"last";s:16:"January 10, 2014";s:5:"month";i:20;s:7:"alltime";i:22;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (34416, 2838, 'first_name', 'Alyssa') ; 
INSERT INTO `wp_usermeta` VALUES (34417, 2838, 'last_name', 'Rice') ; 
INSERT INTO `wp_usermeta` VALUES (34418, 2838, 'nickname', 'A.Rice') ; 
INSERT INTO `wp_usermeta` VALUES (34419, 2838, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (34420, 2838, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34421, 2838, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (34422, 2838, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (34423, 2838, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34424, 2838, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34425, 2838, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (34426, 2838, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34427, 2838, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"January 18, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (34428, 2838, 'pmpro_bfirstname', 'Alyssa') ; 
INSERT INTO `wp_usermeta` VALUES (34429, 2838, 'pmpro_blastname', 'Rice') ; 
INSERT INTO `wp_usermeta` VALUES (34430, 2838, 'pmpro_baddress1', '1769 N 1880 W') ; 
INSERT INTO `wp_usermeta` VALUES (34431, 2838, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34432, 2838, 'pmpro_bcity', 'Provo') ; 
INSERT INTO `wp_usermeta` VALUES (34433, 2838, 'pmpro_bstate', 'Utah') ; 
INSERT INTO `wp_usermeta` VALUES (34434, 2838, 'pmpro_bzipcode', '84604') ; 
INSERT INTO `wp_usermeta` VALUES (34435, 2838, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (34436, 2838, 'pmpro_bphone', '801-228-7437') ; 
INSERT INTO `wp_usermeta` VALUES (34437, 2838, 'pmpro_bemail', 'rice.anr@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (34438, 2838, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (34439, 2838, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-3147') ; 
INSERT INTO `wp_usermeta` VALUES (34440, 2838, 'pmpro_ExpirationMonth', '04') ; 
INSERT INTO `wp_usermeta` VALUES (34441, 2838, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (34442, 2838, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (7786738, 2424, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (7786739, 2424, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34444, 2838, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"January 18, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (34445, 2838, 'pmpro_views', 'a:4:{s:4:"last";s:16:"January 18, 2014";s:5:"month";i:3;s:7:"alltime";i:16;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (34446, 834, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34447, 2132, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"May 25, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (7786740, 2424, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (7786741, 2424, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34449, 2132, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"May 25, 2014";s:5:"month";i:1;s:7:"alltime";i:11;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (34450, 2132, 'pmpro_views', 'a:4:{s:4:"last";s:12:"May 25, 2014";s:5:"month";i:4;s:7:"alltime";i:69;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (34451, 2132, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34452, 2132, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34453, 2132, 'profile_update', '1388100446') ; 
INSERT INTO `wp_usermeta` VALUES (200478, 704, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200479, 704, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200480, 704, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200481, 704, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200482, 704, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjRlOGVkNGNjZmZmM2JlNmVhNjRjNDdjODcyMWE0OWRhNThlYzEyYTUiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34460, 704, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34461, 704, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"July 24, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (200483, 1226, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200484, 1226, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200485, 1226, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200486, 1226, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200487, 1226, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjU0M2U2MTRkZmNiMzc1YTQ2ZmRhN2E0NGVkYmNiMWRmODZiZTYzZTEiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34463, 704, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"July 24, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (34464, 704, 'pmpro_views', 'a:4:{s:4:"last";s:13:"July 24, 2014";s:5:"month";i:6;s:7:"alltime";i:60;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (34465, 704, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34466, 704, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34467, 704, 'profile_update', '1406239723') ; 
INSERT INTO `wp_usermeta` VALUES (34468, 1226, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34469, 1226, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"June 7, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (200488, 2839, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200489, 2839, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200490, 2839, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200491, 2839, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200492, 2839, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"2d1f4e50ab88af7b6f76680ddc1e540ce3620c30";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (34471, 1226, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"June 7, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (34472, 1226, 'pmpro_views', 'a:4:{s:4:"last";s:12:"June 7, 2014";s:5:"month";i:5;s:7:"alltime";i:30;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (34473, 1226, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34474, 1226, 'profile_update', '1388156582') ; 
INSERT INTO `wp_usermeta` VALUES (34475, 2839, 'first_name', 'Mirella') ; 
INSERT INTO `wp_usermeta` VALUES (34476, 2839, 'last_name', 'Hetland') ; 
INSERT INTO `wp_usermeta` VALUES (34477, 2839, 'nickname', 'MHetland') ; 
INSERT INTO `wp_usermeta` VALUES (34478, 2839, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (34479, 2839, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34480, 2839, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (34481, 2839, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (34482, 2839, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34483, 2839, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34484, 2839, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (34485, 2839, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34486, 2839, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 27, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (34487, 2839, 'pmpro_bfirstname', 'Mirella') ; 
INSERT INTO `wp_usermeta` VALUES (34488, 2839, 'pmpro_blastname', 'Hetland') ; 
INSERT INTO `wp_usermeta` VALUES (34489, 2839, 'pmpro_baddress1', '1314 E. Ionia St.') ; 
INSERT INTO `wp_usermeta` VALUES (34490, 2839, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34491, 2839, 'pmpro_bcity', 'Meridian') ; 
INSERT INTO `wp_usermeta` VALUES (34492, 2839, 'pmpro_bstate', 'Idaho') ; 
INSERT INTO `wp_usermeta` VALUES (34493, 2839, 'pmpro_bzipcode', '83642') ; 
INSERT INTO `wp_usermeta` VALUES (34494, 2839, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (34495, 2839, 'pmpro_bphone', '2088547277') ; 
INSERT INTO `wp_usermeta` VALUES (34496, 2839, 'pmpro_bemail', 'hetlandfamily@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (34497, 2839, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (34498, 2839, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-4711') ; 
INSERT INTO `wp_usermeta` VALUES (34499, 2839, 'pmpro_ExpirationMonth', '08') ; 
INSERT INTO `wp_usermeta` VALUES (34500, 2839, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (34501, 2839, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200493, 2840, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200494, 2840, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200495, 2840, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200496, 2840, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200497, 2840, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjBiN2NjZDJjNzI0YTFjMzYzYjVlN2MyNmZhYmI5N2FkZjk4M2VjYTIiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34503, 2839, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 27, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (34504, 2839, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 27, 2013";s:5:"month";i:7;s:7:"alltime";i:7;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (34505, 2840, 'first_name', 'Lupa Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (34506, 2840, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (34507, 2840, 'nickname', 'Waclaw') ; 
INSERT INTO `wp_usermeta` VALUES (34508, 2840, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (34509, 2840, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34510, 2840, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (34511, 2840, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (34512, 2840, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34513, 2840, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34514, 2840, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (34515, 2840, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34516, 2840, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"January 24, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (34517, 2840, 'pmpro_bfirstname', 'Waclaw') ; 
INSERT INTO `wp_usermeta` VALUES (34518, 2840, 'pmpro_blastname', 'Lupa') ; 
INSERT INTO `wp_usermeta` VALUES (34519, 2840, 'pmpro_baddress1', '545 West Street') ; 
INSERT INTO `wp_usermeta` VALUES (34520, 2840, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34521, 2840, 'pmpro_bcity', 'Ludlow') ; 
INSERT INTO `wp_usermeta` VALUES (34522, 2840, 'pmpro_bstate', 'MA') ; 
INSERT INTO `wp_usermeta` VALUES (34523, 2840, 'pmpro_bzipcode', '01056') ; 
INSERT INTO `wp_usermeta` VALUES (34524, 2840, 'pmpro_bcountry', 'USA') ; 
INSERT INTO `wp_usermeta` VALUES (34525, 2840, 'pmpro_bphone', '4135899883') ; 
INSERT INTO `wp_usermeta` VALUES (34526, 2840, 'pmpro_bemail', 'Wally@lupazoo.org') ; 
INSERT INTO `wp_usermeta` VALUES (34527, 2840, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (34528, 2840, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-7708') ; 
INSERT INTO `wp_usermeta` VALUES (34529, 2840, 'pmpro_ExpirationMonth', '12') ; 
INSERT INTO `wp_usermeta` VALUES (34530, 2840, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (34531, 2840, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200498, 1813, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200499, 1813, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200500, 1813, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200501, 1813, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200502, 1813, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjYyZjcyYjhkNmJlZDAyOTc3YzM1NzhkMWE4YzgxYTFlMjFjNDhkODIiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34533, 2840, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"January 24, 2014";s:5:"month";i:2;s:7:"alltime";i:3;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (34534, 2840, 'pmpro_views', 'a:4:{s:4:"last";s:16:"January 24, 2014";s:5:"month";i:13;s:7:"alltime";i:14;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (34535, 2840, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (34536, 2840, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (34537, 2840, 'uxf_organization', 'Lupa Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (34538, 1813, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34539, 1813, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"June 2, 2014";s:5:"month";i:1;s:7:"alltime";i:11;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (200503, 2841, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200504, 2841, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200505, 2841, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200506, 2841, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200507, 2841, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjIxZGNjYzIyNGY3NGRkZmNhMjI5MmE4ZTNhNDhkNDEyMDVkNDcyMDgiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34541, 1813, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"June 2, 2014";s:5:"month";i:1;s:7:"alltime";i:10;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (34542, 1813, 'pmpro_views', 'a:4:{s:4:"last";s:12:"June 2, 2014";s:5:"month";i:2;s:7:"alltime";i:74;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (34543, 1813, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34544, 1813, 'profile_update', '1388169021') ; 
INSERT INTO `wp_usermeta` VALUES (34545, 2841, 'first_name', 'Amber') ; 
INSERT INTO `wp_usermeta` VALUES (34546, 2841, 'last_name', 'Simpson') ; 
INSERT INTO `wp_usermeta` VALUES (34547, 2841, 'nickname', 'asimp12') ; 
INSERT INTO `wp_usermeta` VALUES (34548, 2841, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (34549, 2841, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34550, 2841, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (34551, 2841, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (34552, 2841, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34553, 2841, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34554, 2841, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (34555, 2841, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34556, 2841, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"May 23, 2014";s:5:"month";i:2;s:7:"alltime";i:3;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (34557, 2841, 'pmpro_bfirstname', 'Amber') ; 
INSERT INTO `wp_usermeta` VALUES (34558, 2841, 'pmpro_blastname', 'Simpson') ; 
INSERT INTO `wp_usermeta` VALUES (34559, 2841, 'pmpro_baddress1', '12147 Road 216') ; 
INSERT INTO `wp_usermeta` VALUES (34560, 2841, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34561, 2841, 'pmpro_bcity', 'Cecil') ; 
INSERT INTO `wp_usermeta` VALUES (34562, 2841, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (34563, 2841, 'pmpro_bzipcode', '45821') ; 
INSERT INTO `wp_usermeta` VALUES (34564, 2841, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (34565, 2841, 'pmpro_bphone', '4197691290') ; 
INSERT INTO `wp_usermeta` VALUES (34566, 2841, 'pmpro_bemail', 'asimp_osu@hotmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (34567, 2841, 'pmpro_CardType', 'Mastercard') ; 
INSERT INTO `wp_usermeta` VALUES (34568, 2841, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-7946') ; 
INSERT INTO `wp_usermeta` VALUES (34569, 2841, 'pmpro_ExpirationMonth', '02') ; 
INSERT INTO `wp_usermeta` VALUES (34570, 2841, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (34571, 2841, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200508, 2842, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200509, 2842, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200510, 2842, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200511, 2842, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200512, 2842, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImRjNjQ2MjdhMmM4M2U4YTQ5Y2NlMjZmN2Y5MWIyODkxMmIwNTIzZTciO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34573, 2841, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"May 23, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (34574, 2841, 'pmpro_views', 'a:4:{s:4:"last";s:12:"May 23, 2014";s:5:"month";i:17;s:7:"alltime";i:20;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (34575, 2842, 'first_name', 'Mallory') ; 
INSERT INTO `wp_usermeta` VALUES (34576, 2842, 'last_name', 'Abel') ; 
INSERT INTO `wp_usermeta` VALUES (34577, 2842, 'nickname', 'abelm') ; 
INSERT INTO `wp_usermeta` VALUES (34578, 2842, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (34579, 2842, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34580, 2842, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (34581, 2842, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (34582, 2842, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34583, 2842, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34584, 2842, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (34585, 2842, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34586, 2842, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"May 19, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (34587, 2842, 'pmpro_bfirstname', 'Mallory') ; 
INSERT INTO `wp_usermeta` VALUES (34588, 2842, 'pmpro_blastname', 'Abel') ; 
INSERT INTO `wp_usermeta` VALUES (34589, 2842, 'pmpro_baddress1', '105 Greeley Circle') ; 
INSERT INTO `wp_usermeta` VALUES (34590, 2842, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34591, 2842, 'pmpro_bcity', 'Liverpool') ; 
INSERT INTO `wp_usermeta` VALUES (34592, 2842, 'pmpro_bstate', 'NY') ; 
INSERT INTO `wp_usermeta` VALUES (34593, 2842, 'pmpro_bzipcode', '13090') ; 
INSERT INTO `wp_usermeta` VALUES (34594, 2842, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (34595, 2842, 'pmpro_bphone', '3157515061') ; 
INSERT INTO `wp_usermeta` VALUES (34596, 2842, 'pmpro_bemail', 'abelm@canisius.edu') ; 
INSERT INTO `wp_usermeta` VALUES (34597, 2842, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (34598, 2842, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-5201') ; 
INSERT INTO `wp_usermeta` VALUES (34599, 2842, 'pmpro_ExpirationMonth', '09') ; 
INSERT INTO `wp_usermeta` VALUES (34600, 2842, 'pmpro_ExpirationYear', '2014') ; 
INSERT INTO `wp_usermeta` VALUES (34601, 2842, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200513, 2843, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200514, 2843, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200515, 2843, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200516, 2843, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200517, 2843, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"880efd8a35f0dcea2371ec07535be8689c80b6fd";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (34603, 2842, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"May 19, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (34604, 2842, 'pmpro_views', 'a:4:{s:4:"last";s:12:"May 19, 2014";s:5:"month";i:1;s:7:"alltime";i:18;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (34605, 2843, 'first_name', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (34606, 2843, 'last_name', 'Godwin') ; 
INSERT INTO `wp_usermeta` VALUES (34607, 2843, 'nickname', 'jenniferg@calgaryzoo.com') ; 
INSERT INTO `wp_usermeta` VALUES (34608, 2843, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (34609, 2843, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34610, 2843, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (34611, 2843, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (34612, 2843, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34613, 2843, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34614, 2843, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (34615, 2843, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34616, 2843, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 28, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (34617, 2843, 'pmpro_bfirstname', 'Jennifer') ; 
INSERT INTO `wp_usermeta` VALUES (34618, 2843, 'pmpro_blastname', 'Godwin') ; 
INSERT INTO `wp_usermeta` VALUES (34619, 2843, 'pmpro_baddress1', '140 Braxton Pl SW') ; 
INSERT INTO `wp_usermeta` VALUES (34620, 2843, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34621, 2843, 'pmpro_bcity', 'Calgary') ; 
INSERT INTO `wp_usermeta` VALUES (34622, 2843, 'pmpro_bstate', 'AB') ; 
INSERT INTO `wp_usermeta` VALUES (34623, 2843, 'pmpro_bzipcode', 'T2W 1C8') ; 
INSERT INTO `wp_usermeta` VALUES (34624, 2843, 'pmpro_bcountry', 'CANADA') ; 
INSERT INTO `wp_usermeta` VALUES (34625, 2843, 'pmpro_bphone', '4038361089') ; 
INSERT INTO `wp_usermeta` VALUES (34626, 2843, 'pmpro_bemail', 'jenniferg@calgaryzoo.com') ; 
INSERT INTO `wp_usermeta` VALUES (34627, 2843, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (34628, 2843, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-9390') ; 
INSERT INTO `wp_usermeta` VALUES (34629, 2843, 'pmpro_ExpirationMonth', '11') ; 
INSERT INTO `wp_usermeta` VALUES (34630, 2843, 'pmpro_ExpirationYear', '2017') ; 
INSERT INTO `wp_usermeta` VALUES (34631, 2843, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200518, 1534, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200519, 1534, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200520, 1534, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200521, 1534, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200522, 1534, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6Ijg2NTk2ZTY4NzdiMTljMzhkNGM2MTAzMWZiZTFjYjhiNjYxMDEyNDUiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34633, 2843, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 28, 2013";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (34634, 2843, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 28, 2013";s:5:"month";i:13;s:7:"alltime";i:13;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (34635, 417, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34636, 1534, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34637, 1534, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"June 25, 2014";s:5:"month";i:1;s:7:"alltime";i:7;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (200523, 2223, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200524, 2223, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200525, 2223, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200526, 2223, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200527, 2223, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjYzZjdkN2I2OTE4YmRmZGRlNzAwMWM2YzZkZmYxZTQzMWM4MDU5ZGQiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34639, 1534, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"June 25, 2014";s:5:"month";i:1;s:7:"alltime";i:7;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (34640, 1534, 'pmpro_views', 'a:4:{s:4:"last";s:13:"June 25, 2014";s:5:"month";i:2;s:7:"alltime";i:28;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (34641, 1534, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34642, 1534, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34643, 1534, 'profile_update', '1388207739') ; 
INSERT INTO `wp_usermeta` VALUES (200448, 2108, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200449, 2108, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200450, 2108, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200451, 2108, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200452, 2108, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjMxM2ZiZTk2YzU0YTQ3YTZlZmY5ZDlhM2E3OTE0ZmM1NzFlNTI5ZWEiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34644, 1199, 'pmpro_bphone', '(501) 442-0027') ; 
INSERT INTO `wp_usermeta` VALUES (34645, 1199, 'pmpro_bemail', 'jlcreasy12@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (34646, 1199, 'pmpro_CardType', 'Mastercard') ; 
INSERT INTO `wp_usermeta` VALUES (34647, 1199, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-5262') ; 
INSERT INTO `wp_usermeta` VALUES (34648, 1199, 'pmpro_ExpirationMonth', '06') ; 
INSERT INTO `wp_usermeta` VALUES (34649, 1199, 'pmpro_ExpirationYear', '2014') ; 
INSERT INTO `wp_usermeta` VALUES (34650, 2223, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34651, 2223, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"April 10, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (200528, 1969, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200529, 1969, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200530, 1969, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200531, 1969, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200532, 1969, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"9a48f2a82522fc50c981e361b62acf9036f32c43";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (34653, 2223, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"April 10, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (34654, 2223, 'pmpro_views', 'a:4:{s:4:"last";s:14:"April 10, 2014";s:5:"month";i:6;s:7:"alltime";i:28;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (34655, 2223, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34656, 2223, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34657, 2223, 'profile_update', '1388251896') ; 
INSERT INTO `wp_usermeta` VALUES (34658, 1969, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34659, 1969, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 28, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (200533, 363, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200534, 363, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200535, 363, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200536, 363, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200537, 363, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImZhZjM4MmVmYTIyMTcwMzA1ZDc4ODM0MzMyMmE4N2Y5OTVjZjNiOGIiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34661, 1969, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 28, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (34662, 1969, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 28, 2013";s:5:"month";i:4;s:7:"alltime";i:4;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (34663, 1969, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34664, 1969, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34665, 1969, 'profile_update', '1388260705') ; 
INSERT INTO `wp_usermeta` VALUES (34666, 363, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34667, 363, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"January 27, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (200538, 2116, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200539, 2116, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200540, 2116, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200541, 2116, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200542, 2116, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"fa0dedc3224f2894c9032b8c42eddb898ad9bef8";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (34669, 363, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"January 27, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (34670, 363, 'pmpro_views', 'a:4:{s:4:"last";s:16:"January 27, 2014";s:5:"month";i:5;s:7:"alltime";i:12;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (34671, 363, 'profile_update', '1388261091') ; 
INSERT INTO `wp_usermeta` VALUES (34672, 2116, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34673, 2116, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 28, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (200543, 173, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200544, 173, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200545, 173, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200546, 173, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200547, 173, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjVjMGVmNTBiZWNmODgxNjI1NDNjMmViMDI2MmI4NmYwYWMwMGM3NmYiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34675, 2116, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 28, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (34676, 2116, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 28, 2013";s:5:"month";i:9;s:7:"alltime";i:9;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (34677, 2116, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34678, 2116, 'profile_update', '1388270941') ; 
INSERT INTO `wp_usermeta` VALUES (34679, 741, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34680, 173, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34681, 173, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"February 28, 2014";s:5:"month";i:3;s:7:"alltime";i:5;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (200548, 1024, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200549, 1024, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200550, 1024, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200551, 1024, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200552, 1024, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjU0YTYzMmJhOTQyODU4NjIzM2JiMGQ4YWY1NDQ1Y2FhNmJiYjZjYzQiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34683, 173, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"February 28, 2014";s:5:"month";i:3;s:7:"alltime";i:4;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (34684, 173, 'pmpro_views', 'a:4:{s:4:"last";s:17:"February 28, 2014";s:5:"month";i:25;s:7:"alltime";i:43;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (34685, 173, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34686, 173, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34687, 173, 'profile_update', '1388297398') ; 
INSERT INTO `wp_usermeta` VALUES (34688, 1024, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34689, 1024, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"April 15, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (200553, 1506, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200554, 1506, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200555, 1506, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200556, 1506, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200557, 1506, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImJlMjg2OGU2M2Y3ZGNhY2Q1OTc4ZDhmZjcwNDg5MTJiYWQ3OTViYjQiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34691, 1024, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"April 15, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (34692, 1024, 'pmpro_views', 'a:4:{s:4:"last";s:14:"April 15, 2014";s:5:"month";i:9;s:7:"alltime";i:26;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (34693, 1024, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34694, 1024, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34695, 1024, 'profile_update', '1397522203') ; 
INSERT INTO `wp_usermeta` VALUES (34696, 1506, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34697, 1506, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"March 28, 2014";s:5:"month";i:3;s:7:"alltime";i:5;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (200558, 741, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200559, 741, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200560, 741, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200561, 741, '_wpsc_billing_region', '19') ; 
INSERT INTO `wp_usermeta` VALUES (200562, 741, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM4OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxOSI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO2k6MDtzOjk6InVuaXF1ZV9pZCI7czo0MDoiYmQ4ODVhYjQ1YzA4MTIxZjVkNDE1ODY2MTdhNDgyMjU5ZGZlZmI2YyI7czo2OiJlcnJvcnMiO2E6MDp7fXM6OToidG90YWxfdGF4IjtpOjA7czoxMzoiYmFzZV9zaGlwcGluZyI7TjtzOjE5OiJ0b3RhbF9pdGVtX3NoaXBwaW5nIjtOO3M6MTQ6InRvdGFsX3NoaXBwaW5nIjtOO3M6ODoic3VidG90YWwiO2Q6NTtzOjExOiJ0b3RhbF9wcmljZSI7ZDo1O3M6MTM6InVzZXNfc2hpcHBpbmciO047czoxMzoiaXNfaW5jb21wbGV0ZSI7YjoxO3M6MTA6ImNhcnRfaXRlbXMiO2E6MTp7aTowO086MTQ6Indwc2NfY2FydF9pdGVtIjozNzp7czo0OiJjYXJ0IjtyOjE7czoxMDoicHJvZHVjdF9pZCI7aTo1NTUxO3M6MTY6InZhcmlhdGlvbl92YWx1ZXMiO2E6MTp7aTo5OTtpOjExNDt9czoxODoicHJvZHVjdF92YXJpYXRpb25zIjtSOjI1O3M6MTQ6InZhcmlhdGlvbl9kYXRhIjtOO3M6ODoicXVhbnRpdHkiO2k6MTtzOjE0OiJwcm92aWRlZF9wcmljZSI7TjtzOjEyOiJwcm9kdWN0X25hbWUiO3M6NTQ6IkJpb2xvZ2ljYWwgVmFsdWVzIGZvciBTZWxlY3RlZCBNYW1tYWxzIChVbml0ZWQgU3RhdGVzKSI7czoxMzoiY2F0ZWdvcnlfbGlzdCI7YToxOntpOjA7czoxMjoicHVibGljYXRpb25zIjt9czoxNjoiY2F0ZWdvcnlfaWRfbGlzdCI7YToxOntpOjA7aTo3Mzt9czoxMDoidW5pdF9wcmljZSI7ZDo1O3M6MTE6InRvdGFsX3ByaWNlIjtkOjU7czoxMzoidGF4YWJsZV9wcmljZSI7aTowO3M6MzoidGF4IjtpOjA7czo2OiJ3ZWlnaHQiO2Q6MDtzOjg6InNoaXBwaW5nIjtpOjA7czozOiJza3UiO3M6MDoiIjtzOjExOiJwcm9kdWN0X3VybCI7czo3ODoiaHR0cHM6Ly93d3cuYWF6ay5vcmcvc2hvcC9wdWJsaWNhdGlvbnMvYmlvbG9naWNhbC12YWx1ZXMtZm9yLXNlbGVjdGVkLW1hbW1hbHMvIjtzOjg6ImltYWdlX2lkIjtOO3M6MTU6InRodW1ibmFpbF9pbWFnZSI7TjtzOjE1OiJjdXN0b21fdGF4X3JhdGUiO047czo0OiJtZXRhIjthOjE6e2k6MDthOjIxOntzOjI1OiJ3cGVjX3RheGVzX3RheGFibGVfYW1vdW50IjtzOjA6IiI7czoxODoid3BlY190YXhlc190YXhhYmxlIjtzOjI6Im9uIjtzOjEzOiJleHRlcm5hbF9saW5rIjtzOjA6IiI7czoxODoiZXh0ZXJuYWxfbGlua190ZXh0IjtzOjA6IiI7czoyMDoiZXh0ZXJuYWxfbGlua190YXJnZXQiO3M6MDoiIjtzOjE0OiJtZXJjaGFudF9ub3RlcyI7czowOiIiO3M6ODoiZW5ncmF2ZWQiO2k6MDtzOjIzOiJjYW5faGF2ZV91cGxvYWRlZF9pbWFnZSI7aTowO3M6MTU6ImVuYWJsZV9jb21tZW50cyI7czowOiIiO3M6MjE6Im5vdGlmeV93aGVuX25vbmVfbGVmdCI7aTowO3M6MjQ6InVucHVibGlzaF93aGVuX25vbmVfbGVmdCI7aTowO3M6MTE6Im5vX3NoaXBwaW5nIjtzOjE6IjAiO3M6MTY6InF1YW50aXR5X2xpbWl0ZWQiO2k6MDtzOjc6InNwZWNpYWwiO2k6MDtzOjE3OiJkaXNwbGF5X3dlaWdodF9hcyI7czowOiIiO3M6MTY6InRhYmxlX3JhdGVfcHJpY2UiO2E6Mjp7czoxMToidGFibGVfcHJpY2UiO2E6MDp7fXM6ODoicXVhbnRpdHkiO2E6MDp7fX1zOjE3OiJnb29nbGVfcHJvaGliaXRlZCI7aTowO3M6Njoid2VpZ2h0IjtkOjA7czoxMToid2VpZ2h0X3VuaXQiO3M6NToicG91bmQiO3M6MTA6ImRpbWVuc2lvbnMiO2E6Njp7czo2OiJoZWlnaHQiO2Q6MDtzOjExOiJoZWlnaHRfdW5pdCI7czoyOiJpbiI7czo1OiJ3aWR0aCI7ZDowO3M6MTA6IndpZHRoX3VuaXQiO3M6MjoiaW4iO3M6NjoibGVuZ3RoIjtkOjA7czoxMToibGVuZ3RoX3VuaXQiO3M6MjoiaW4iO31zOjg6InNoaXBwaW5nIjthOjI6e3M6NToibG9jYWwiO3M6NDoiMC4wMCI7czoxMzoiaW50ZXJuYXRpb25hbCI7czo0OiIwLjAwIjt9fX1zOjI1OiIAd3BzY19jYXJ0X2l0ZW0AaXRlbV9tZXRhIjthOjA6e31zOjExOiJpc19kb25hdGlvbiI7czoxOiIwIjtzOjk6ImFwcGx5X3RheCI7YjoxO3M6MTY6InByaWNlYW5kc3RvY2tfaWQiO2k6MDtzOjE0OiJjdXN0b21fbWVzc2FnZSI7TjtzOjExOiJjdXN0b21fZmlsZSI7TjtzOjc6ImNvbW1lbnQiO047czoxNDoidGltZV9yZXF1ZXN0ZWQiO047czo5OiJmaWxlX2RhdGEiO047czoxNToiaXNfY3VzdG9taXNhYmxlIjtiOjA7czo1OiJzdG9jayI7czowOiIiO3M6MTM6InVzZXNfc2hpcHBpbmciO2k6MTtzOjE3OiJoYXNfbGltaXRlZF9zdG9jayI7YjowO3M6NzoiZmlsZV9pZCI7TjtzOjE1OiJpc19kb3dubG9hZGFibGUiO2I6MDt9fXM6OToiY2FydF9pdGVtIjtyOjIyO3M6MTU6ImNhcnRfaXRlbV9jb3VudCI7aToxO3M6MTc6ImN1cnJlbnRfY2FydF9pdGVtIjtpOi0xO3M6MTE6ImluX3RoZV9sb29wIjtiOjA7czoxNjoic2hpcHBpbmdfbWV0aG9kcyI7czowOiIiO3M6MTU6InNoaXBwaW5nX21ldGhvZCI7TjtzOjIxOiJzaGlwcGluZ19tZXRob2RfY291bnQiO2k6MTtzOjIzOiJjdXJyZW50X3NoaXBwaW5nX21ldGhvZCI7aTotMTtzOjE4OiJpbl90aGVfbWV0aG9kX2xvb3AiO2I6MDtzOjE1OiJzaGlwcGluZ19xdW90ZXMiO2E6MDp7fXM6MTQ6InNoaXBwaW5nX3F1b3RlIjtOO3M6MjA6InNoaXBwaW5nX3F1b3RlX2NvdW50IjtpOjA7czoyMjoiY3VycmVudF9zaGlwcGluZ19xdW90ZSI7aTotMTtzOjE3OiJpbl90aGVfcXVvdGVfbG9vcCI7YjowO3M6MTI6ImNvdXBvbnNfbmFtZSI7czowOiIiO3M6MTQ6ImNvdXBvbnNfYW1vdW50IjtpOjA7czoxNToic2hpcHBpbmdfb3B0aW9uIjtOO3M6NjoibG9nX2lkIjtpOjczNDt9') ; 
INSERT INTO `wp_usermeta` VALUES (34699, 1506, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"March 28, 2014";s:5:"month";i:5;s:7:"alltime";i:7;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (34700, 1506, 'pmpro_views', 'a:4:{s:4:"last";s:14:"March 28, 2014";s:5:"month";i:26;s:7:"alltime";i:57;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (34701, 1506, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34702, 1506, 'profile_update', '1388335464') ; 
INSERT INTO `wp_usermeta` VALUES (34703, 741, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"August 2, 2014";s:5:"month";i:1;s:7:"alltime";i:7;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (200563, 2844, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200564, 2844, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200565, 2844, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200566, 2844, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200567, 2844, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"a137b69d5436fe9e8616d8a52881186cd06f7756";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (34705, 741, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"August 2, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (34706, 741, 'pmpro_views', 'a:4:{s:4:"last";s:14:"August 2, 2014";s:5:"month";i:2;s:7:"alltime";i:29;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (34707, 741, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34708, 741, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34709, 741, 'profile_update', '1388337002') ; 
INSERT INTO `wp_usermeta` VALUES (199964, 2661, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjkwN2M3OTZhMjBlOWQ1NTA2MGExZWM0NThlMDJlOWI4MjM5MTZkZjkiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34710, 2630, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34711, 2630, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34712, 2630, 'profile_update', '1388337283') ; 
INSERT INTO `wp_usermeta` VALUES (34713, 2844, 'first_name', 'Samantha') ; 
INSERT INTO `wp_usermeta` VALUES (34714, 2844, 'last_name', 'Clark') ; 
INSERT INTO `wp_usermeta` VALUES (34715, 2844, 'nickname', 'sclark08') ; 
INSERT INTO `wp_usermeta` VALUES (34716, 2844, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (34717, 2844, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34718, 2844, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (34719, 2844, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (34720, 2844, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34721, 2844, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (34722, 2844, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (34723, 2844, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (34724, 2844, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 29, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (34725, 2844, 'pmpro_bfirstname', 'Samantha') ; 
INSERT INTO `wp_usermeta` VALUES (34726, 2844, 'pmpro_blastname', 'Clark') ; 
INSERT INTO `wp_usermeta` VALUES (34727, 2844, 'pmpro_baddress1', '10483 Longwood Drive') ; 
INSERT INTO `wp_usermeta` VALUES (34728, 2844, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34729, 2844, 'pmpro_bcity', 'Seminole') ; 
INSERT INTO `wp_usermeta` VALUES (34730, 2844, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (34731, 2844, 'pmpro_bzipcode', '33777') ; 
INSERT INTO `wp_usermeta` VALUES (34732, 2844, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (34733, 2844, 'pmpro_bphone', '(914) 393-9068') ; 
INSERT INTO `wp_usermeta` VALUES (34734, 2844, 'pmpro_bemail', 'samanthaclark08@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (34735, 2844, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (34736, 2844, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-8836') ; 
INSERT INTO `wp_usermeta` VALUES (34737, 2844, 'pmpro_ExpirationMonth', '08') ; 
INSERT INTO `wp_usermeta` VALUES (34738, 2844, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (34739, 2844, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200568, 72, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200569, 72, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200570, 72, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200571, 72, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200572, 72, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjI0NTU0ZTkxMzE1OTA2OTQ5NzRhOTdiNzM4MjA4ODVlM2RmZjNlMDUiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (34741, 2844, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 29, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (34742, 2844, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 29, 2013";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (34743, 332, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34744, 2383, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34745, 12, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (34746, 12, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34747, 12, 'profile_update', '1388359129') ; 
INSERT INTO `wp_usermeta` VALUES (34748, 72, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (34749, 72, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"April 30, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (200573, 396, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200574, 396, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200575, 396, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200576, 396, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200577, 396, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"b6c0ea61a606d8c8104940c32c8834615877a1e5";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (34751, 72, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"April 30, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (34752, 72, 'pmpro_views', 'a:4:{s:4:"last";s:14:"April 30, 2014";s:5:"month";i:5;s:7:"alltime";i:16;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (34753, 72, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (34754, 72, 'profile_update', '1388360643') ; 
INSERT INTO `wp_usermeta` VALUES (34755, 1873, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34756, 2188, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34757, 1874, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34758, 2603, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34759, 2310, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34760, 2611, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34761, 1888, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34762, 2602, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34763, 2187, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34764, 2582, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34765, 1926, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34766, 2170, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34767, 2585, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34768, 2598, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34769, 2181, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34770, 2312, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34771, 2311, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34772, 1900, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34773, 2580, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34774, 1899, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34775, 2621, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34776, 2304, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34777, 2675, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34778, 2259, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34779, 2257, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34780, 2677, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34781, 2239, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34782, 2699, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34783, 1768, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34784, 14, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34785, 1766, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34786, 1752, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34787, 1741, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34788, 1740, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34789, 1739, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34790, 2260, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34791, 2233, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34792, 2196, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34793, 1860, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34794, 1833, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34795, 2197, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34796, 2198, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34797, 2300, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34798, 2633, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34799, 2641, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34800, 1832, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34801, 2650, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34802, 2656, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34803, 2658, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34804, 1801, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34805, 1738, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34806, 1927, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34807, 2209, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34808, 2400, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34809, 2063, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34810, 2107, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34811, 2338, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34812, 2040, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34813, 2024, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34814, 2010, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34815, 2009, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34816, 2114, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34817, 2421, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34818, 2122, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34819, 2435, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34820, 2071, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34821, 2339, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34822, 2091, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34823, 2089, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34824, 2094, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34825, 2081, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34826, 7, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34827, 2363, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34828, 2388, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34829, 2389, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34830, 2390, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34831, 2391, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34832, 2392, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34833, 2393, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34834, 2337, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34835, 2443, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34836, 2145, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34837, 2516, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34838, 2167, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34839, 2521, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34840, 2539, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34841, 2168, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34842, 2551, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34843, 2169, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34844, 1941, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34845, 2570, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34846, 1940, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34847, 1936, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34848, 1958, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34849, 1974, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34850, 2444, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34851, 1995, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34852, 2460, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34853, 2141, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34854, 2142, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34855, 2479, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34856, 2482, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34857, 2490, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34858, 2495, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34859, 2336, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34860, 1980, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34861, 2335, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34862, 1928, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34863, 522, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34864, 617, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34865, 618, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34866, 626, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34867, 627, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34868, 631, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34869, 632, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34870, 633, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34871, 634, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34872, 635, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34873, 645, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34874, 609, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34875, 608, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34876, 524, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34877, 532, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34878, 538, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34879, 542, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34880, 554, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34881, 561, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34882, 562, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34883, 563, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34884, 571, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34885, 592, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34886, 652, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34887, 653, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34888, 660, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34889, 802, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34890, 819, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34891, 827, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34892, 849, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34893, 854, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34894, 855, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34895, 861, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34896, 877, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34897, 878, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34898, 880, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34899, 801, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34900, 800, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34901, 695, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34902, 704, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34903, 720, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34904, 739, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34905, 741, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34906, 744, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34907, 754, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34908, 757, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34909, 762, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34910, 763, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34911, 891, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34912, 26, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34913, 149, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34914, 152, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34915, 158, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34916, 170, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34917, 174, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34918, 183, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34919, 188, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34920, 199, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34921, 203, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34922, 216, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34923, 135, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34924, 134, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34925, 36, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34926, 37, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34928, 73, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34929, 77, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34930, 101, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34931, 102, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34932, 121, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34933, 132, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34934, 133, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34935, 245, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34936, 254, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34937, 284, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34938, 397, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34939, 412, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34940, 423, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34941, 440, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34942, 448, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34943, 452, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34944, 463, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34945, 481, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34946, 482, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34947, 483, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34948, 392, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34949, 386, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34950, 285, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34951, 293, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34952, 294, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34953, 295, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34954, 303, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34955, 316, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34956, 327, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34957, 350, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34958, 358, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34959, 368, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34960, 499, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34961, 1352, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34962, 1430, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34963, 1438, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34964, 1439, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34965, 1440, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34966, 1447, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34967, 1448, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34968, 1467, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34969, 1484, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34970, 1485, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34971, 1486, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34972, 1412, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34973, 1397, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34974, 1353, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34975, 1362, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34976, 1366, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34977, 1367, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34978, 1377, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34979, 1383, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34980, 1384, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34981, 1385, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34982, 1386, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34983, 1387, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34984, 1515, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34985, 1534, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34986, 1540, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34987, 1674, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34988, 1677, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34989, 1688, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34990, 1702, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34991, 1713, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34992, 1719, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34993, 1720, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34994, 1729, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34995, 1730, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34996, 1736, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34997, 1667, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34998, 1643, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (34999, 1557, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35000, 1562, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35001, 1579, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35002, 1598, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35003, 1599, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35004, 1607, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35005, 1614, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35006, 1615, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35007, 1616, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35008, 1642, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35009, 1737, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35010, 894, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35011, 965, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35012, 989, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35013, 992, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35014, 998, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35015, 1006, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35016, 1026, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35017, 1031, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35018, 1035, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35019, 1043, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35020, 1056, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35021, 964, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35022, 953, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35023, 895, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35024, 904, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35025, 912, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35026, 917, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35027, 920, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35028, 924, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35029, 940, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35030, 944, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35031, 948, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35032, 949, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35033, 1057, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35034, 1060, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35035, 1075, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35036, 1206, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35037, 1207, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35038, 1208, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35039, 1209, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35040, 1210, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35041, 1211, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35042, 1238, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35043, 1239, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35044, 1278, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35045, 1303, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35046, 1205, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35047, 1204, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35048, 1080, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35049, 1087, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35050, 1096, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35051, 1107, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35052, 1111, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35053, 1119, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35054, 1137, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35055, 1138, 'pmpro_expiration_notice_60', '2014-02-28 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35056, 1188, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35057, 1203, 'pmpro_expiration_notice_60', '2013-12-30 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35058, 1325, 'pmpro_expiration_notice_60', '2014-04-29 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35059, 396, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35060, 396, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 30, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (200578, 2845, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200579, 2845, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200580, 2845, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200581, 2845, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200582, 2845, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjdlMTFkNGJhZDZiNmNhOGYzZjk2YjQ2ZjQwMzAzY2IzYmJhZjQyNzEiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (35062, 396, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 30, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (35063, 396, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 30, 2013";s:5:"month";i:11;s:7:"alltime";i:11;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (35064, 396, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35065, 396, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35066, 396, 'profile_update', '1388368715') ; 
INSERT INTO `wp_usermeta` VALUES (35067, 2845, 'first_name', 'Rachael') ; 
INSERT INTO `wp_usermeta` VALUES (35068, 2845, 'last_name', 'Campbell') ; 
INSERT INTO `wp_usermeta` VALUES (35069, 2845, 'nickname', 'rachmcampbell') ; 
INSERT INTO `wp_usermeta` VALUES (35070, 2845, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (35071, 2845, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35072, 2845, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (35073, 2845, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (35074, 2845, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35075, 2845, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35076, 2845, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (35077, 2845, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35078, 2845, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"January 29, 2014";s:5:"month";i:2;s:7:"alltime";i:3;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (35079, 2845, 'pmpro_bfirstname', 'Rachael') ; 
INSERT INTO `wp_usermeta` VALUES (35080, 2845, 'pmpro_blastname', 'Campbell') ; 
INSERT INTO `wp_usermeta` VALUES (35081, 2845, 'pmpro_baddress1', '5702 Kyla Dr') ; 
INSERT INTO `wp_usermeta` VALUES (35082, 2845, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35083, 2845, 'pmpro_bcity', 'Greensboro') ; 
INSERT INTO `wp_usermeta` VALUES (35084, 2845, 'pmpro_bstate', 'NC') ; 
INSERT INTO `wp_usermeta` VALUES (35085, 2845, 'pmpro_bzipcode', '27455') ; 
INSERT INTO `wp_usermeta` VALUES (35086, 2845, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (35087, 2845, 'pmpro_bphone', '8153029690') ; 
INSERT INTO `wp_usermeta` VALUES (35088, 2845, 'pmpro_bemail', 'rachmcampbell@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (35089, 2845, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (35090, 2845, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-5101') ; 
INSERT INTO `wp_usermeta` VALUES (35091, 2845, 'pmpro_ExpirationMonth', '10') ; 
INSERT INTO `wp_usermeta` VALUES (35092, 2845, 'pmpro_ExpirationYear', '2014') ; 
INSERT INTO `wp_usermeta` VALUES (35093, 2845, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200583, 108, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200584, 108, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200585, 108, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200586, 108, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200587, 108, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImNmMWNmM2FhMGMzNjQwYTY3NDEyMTcxOTQ5Nzk1NzM4MDNlMmU3NzEiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (35095, 2845, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 30, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (35096, 2845, 'pmpro_views', 'a:4:{s:4:"last";s:16:"January 29, 2014";s:5:"month";i:13;s:7:"alltime";i:15;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (35097, 396, 'pmpro_bphone', '4109609307') ; 
INSERT INTO `wp_usermeta` VALUES (35098, 396, 'pmpro_bemail', 'carlyvbarron@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (35099, 396, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (35100, 396, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-6436') ; 
INSERT INTO `wp_usermeta` VALUES (35101, 396, 'pmpro_ExpirationMonth', '02') ; 
INSERT INTO `wp_usermeta` VALUES (35102, 396, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (35103, 108, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35104, 108, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"February 27, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (200588, 763, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200589, 763, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200590, 763, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200591, 763, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200592, 763, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImFjOGU4MjZkMzdiYzUzOWRhZDEyOGUyMDlmYWM2YTQ2YzM0MjhlZDUiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (35106, 108, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"March 12, 2014";s:5:"month";i:5;s:7:"alltime";i:9;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (35107, 108, 'pmpro_views', 'a:4:{s:4:"last";s:14:"March 12, 2014";s:5:"month";i:35;s:7:"alltime";i:85;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (35108, 108, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35109, 108, 'profile_update', '1394490276') ; 
INSERT INTO `wp_usermeta` VALUES (35110, 763, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35111, 763, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"June 25, 2014";s:5:"month";i:1;s:7:"alltime";i:10;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (200593, 2383, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200594, 2383, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200595, 2383, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200596, 2383, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200597, 2383, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjFlZjU1YjYxZjQ2NWUyMDE2OWRlMmRhYWM1YjBlZTMxYTQ1Y2U4ODAiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (35113, 763, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"June 25, 2014";s:5:"month";i:1;s:7:"alltime";i:10;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (35114, 763, 'pmpro_views', 'a:4:{s:4:"last";s:13:"June 25, 2014";s:5:"month";i:10;s:7:"alltime";i:61;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (35115, 763, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35116, 763, 'profile_update', '1388409225') ; 
INSERT INTO `wp_usermeta` VALUES (35117, 2383, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"May 12, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (200598, 1014, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200599, 1014, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200600, 1014, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200601, 1014, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200602, 1014, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"5b97fa503294a69df465a4181f588ee58f9fe01c";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (35119, 2383, 'pmpro_views', 'a:4:{s:4:"last";s:12:"May 12, 2014";s:5:"month";i:3;s:7:"alltime";i:13;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (35120, 2383, 'profile_update', '1388418685') ; 
INSERT INTO `wp_usermeta` VALUES (35121, 124, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35122, 124, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (35123, 124, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (35124, 124, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35125, 124, 'nickname', 'aazkuser548') ; 
INSERT INTO `wp_usermeta` VALUES (35126, 124, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (35127, 124, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35128, 124, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (35129, 124, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (35130, 124, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35131, 124, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35132, 124, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (35133, 124, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35134, 937, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35135, 937, 'profile_update', '1388424673') ; 
INSERT INTO `wp_usermeta` VALUES (35136, 937, 'pmpro_bphone', '619-548-1232') ; 
INSERT INTO `wp_usermeta` VALUES (35137, 937, 'pmpro_bemail', 'graceporreca@yahoo.com') ; 
INSERT INTO `wp_usermeta` VALUES (35138, 937, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (35139, 937, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-8345') ; 
INSERT INTO `wp_usermeta` VALUES (35140, 937, 'pmpro_ExpirationMonth', '08') ; 
INSERT INTO `wp_usermeta` VALUES (35141, 937, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (35142, 2832, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (35143, 2832, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (35144, 2832, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35145, 2832, 'profile_update', '1388425069') ; 
INSERT INTO `wp_usermeta` VALUES (35146, 1014, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35147, 1014, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (35148, 1014, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (35149, 1014, 'nickname', 'aazkuser4490') ; 
INSERT INTO `wp_usermeta` VALUES (35150, 1014, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (35151, 1014, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35152, 1014, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (35153, 1014, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (35154, 1014, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35155, 1014, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35156, 1014, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (35157, 1014, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35158, 1014, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"August 15, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (200603, 819, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200604, 819, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200605, 819, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200606, 819, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200607, 819, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImYxYmUxMWViMTY4YjFlYzY2MzdjYjdmY2VhZDE1ZWU5ZTYyNThkNjEiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (35160, 1014, 'pmpro_views', 'a:4:{s:4:"last";s:15:"August 15, 2014";s:5:"month";i:4;s:7:"alltime";i:20;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (35161, 1014, 'profile_update', '1388425376') ; 
INSERT INTO `wp_usermeta` VALUES (35162, 856, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35163, 856, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (35164, 856, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (35165, 856, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35166, 856, 'nickname', 'aazkuser3756') ; 
INSERT INTO `wp_usermeta` VALUES (35167, 856, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (35168, 856, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35169, 856, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (35170, 856, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (35171, 856, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35172, 856, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35173, 856, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (35174, 856, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35175, 1199, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (35176, 1199, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (35177, 1199, 'nickname', 'aazkuser5337') ; 
INSERT INTO `wp_usermeta` VALUES (35178, 1199, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (35179, 1199, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35180, 1199, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (35181, 1199, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (35182, 1199, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35183, 1199, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35184, 1199, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (35185, 1199, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35186, 2843, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (35187, 2843, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (35188, 2843, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35189, 2386, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35190, 2386, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (35191, 2386, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (35192, 2386, 'nickname', 'aazkuser10720') ; 
INSERT INTO `wp_usermeta` VALUES (35193, 2386, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (35194, 2386, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35195, 2386, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (35196, 2386, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (35197, 2386, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35198, 2386, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35199, 2386, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (35200, 2386, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35201, 409, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35202, 409, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (35203, 409, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (35204, 409, 'nickname', 'aazkuser1807') ; 
INSERT INTO `wp_usermeta` VALUES (35205, 409, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (35206, 409, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35207, 409, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (35208, 409, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (35209, 409, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35210, 409, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35211, 409, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (35212, 409, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35213, 1697, 'pmpro_blastname', '') ; 
INSERT INTO `wp_usermeta` VALUES (35214, 1697, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35215, 1697, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (35216, 1697, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (35217, 1697, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (35218, 1697, 'nickname', 'aazkuser7599') ; 
INSERT INTO `wp_usermeta` VALUES (35219, 1697, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (35220, 1697, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35221, 1697, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (35222, 1697, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (35223, 1697, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35224, 1697, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35225, 1697, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (35226, 1697, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35227, 2367, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35228, 2367, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (35229, 2367, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (35230, 2367, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35231, 2367, 'nickname', 'aazkuser10631') ; 
INSERT INTO `wp_usermeta` VALUES (35232, 2367, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (35233, 2367, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35234, 2367, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (35235, 2367, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (35236, 2367, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35237, 2367, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35238, 2367, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (35239, 2367, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35240, 1380, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35241, 1380, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (35242, 1380, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (35243, 1380, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35244, 1380, 'nickname', 'aazkuser6146') ; 
INSERT INTO `wp_usermeta` VALUES (35245, 1380, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (35246, 1380, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35247, 1380, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (35248, 1380, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (35249, 1380, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35250, 1380, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35251, 1380, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (35252, 1380, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35253, 1993, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35254, 1993, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (35255, 1993, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (35256, 1993, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35257, 1993, 'nickname', 'aazkuser8953') ; 
INSERT INTO `wp_usermeta` VALUES (35258, 1993, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (35259, 1993, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35260, 1993, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (35261, 1993, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (35262, 1993, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35263, 1993, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35264, 1993, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (35265, 1993, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35266, 1336, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35267, 1336, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (35268, 1336, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (35269, 1336, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35270, 1336, 'nickname', 'aazkuser5955') ; 
INSERT INTO `wp_usermeta` VALUES (35271, 1336, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (35272, 1336, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35273, 1336, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (35274, 1336, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (35275, 1336, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35276, 1336, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35277, 1336, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (35278, 1336, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35279, 1768, 'pmpro_bphone', '717-756-7915') ; 
INSERT INTO `wp_usermeta` VALUES (35280, 1768, 'pmpro_bemail', 'kuiec2@yahoo.com') ; 
INSERT INTO `wp_usermeta` VALUES (35281, 1768, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (35282, 1768, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-5685') ; 
INSERT INTO `wp_usermeta` VALUES (35283, 1768, 'pmpro_ExpirationMonth', '10') ; 
INSERT INTO `wp_usermeta` VALUES (35284, 1768, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (35285, 550, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35286, 550, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (35287, 550, 'nickname', 'aazkuser2421') ; 
INSERT INTO `wp_usermeta` VALUES (35288, 550, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (35289, 550, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35290, 550, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (35291, 550, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (35292, 550, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35293, 550, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35294, 550, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (35295, 550, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35296, 819, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35297, 819, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"July 21, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (200608, 2248, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200609, 2248, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200610, 2248, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200611, 2248, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200612, 2248, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"05029f1616da9bee6a012617f4d5643e796889c4";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (35299, 819, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"July 21, 2014";s:5:"month";i:1;s:7:"alltime";i:7;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (35300, 819, 'pmpro_views', 'a:4:{s:4:"last";s:13:"July 21, 2014";s:5:"month";i:9;s:7:"alltime";i:51;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (35301, 819, 'profile_update', '1388437840') ; 
INSERT INTO `wp_usermeta` VALUES (35302, 661, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35303, 661, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35304, 661, 'profile_update', '1388437965') ; 
INSERT INTO `wp_usermeta` VALUES (35305, 2248, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35306, 2248, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 30, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (200613, 605, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200614, 605, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200615, 605, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200616, 605, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200617, 605, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"fe65f57bb7f9396adfbb285bf5053c15ed6e7634";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (35308, 2248, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 30, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (35309, 2248, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 30, 2013";s:5:"month";i:7;s:7:"alltime";i:7;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (35310, 2248, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35311, 2248, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35312, 2248, 'profile_update', '1388439012') ; 
INSERT INTO `wp_usermeta` VALUES (35313, 2248, 'pmpro_bphone', '3039081206') ; 
INSERT INTO `wp_usermeta` VALUES (35314, 2248, 'pmpro_bemail', 'robin.abrams@colorado.edu') ; 
INSERT INTO `wp_usermeta` VALUES (35315, 2248, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (35316, 2248, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-4506') ; 
INSERT INTO `wp_usermeta` VALUES (35317, 2248, 'pmpro_ExpirationMonth', '09') ; 
INSERT INTO `wp_usermeta` VALUES (35318, 2248, 'pmpro_ExpirationYear', '2014') ; 
INSERT INTO `wp_usermeta` VALUES (35319, 605, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35320, 605, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 30, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (200618, 2435, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200619, 2435, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200620, 2435, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200621, 2435, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200622, 2435, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjdjMmExOWM2N2Q2NTgzNzgyYmRiOGYwN2I3MmM2ODc2ZjMyNjkzZGMiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (35322, 605, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 30, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (35323, 605, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 30, 2013";s:5:"month";i:16;s:7:"alltime";i:16;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (35324, 605, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35325, 605, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35326, 605, 'profile_update', '1388441518') ; 
INSERT INTO `wp_usermeta` VALUES (35327, 605, 'pmpro_bphone', '2153547282') ; 
INSERT INTO `wp_usermeta` VALUES (35328, 605, 'pmpro_bemail', 'danielle.balaguer@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (35329, 605, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (35330, 605, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-0634') ; 
INSERT INTO `wp_usermeta` VALUES (35331, 605, 'pmpro_ExpirationMonth', '04') ; 
INSERT INTO `wp_usermeta` VALUES (35332, 605, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (35333, 2494, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35334, 2494, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (35335, 2494, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (35336, 2494, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35337, 2494, 'nickname', 'aazkuser11154') ; 
INSERT INTO `wp_usermeta` VALUES (35338, 2494, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (35339, 2494, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35340, 2494, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (35341, 2494, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (35342, 2494, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35343, 2494, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35344, 2494, 'wp_capabilities', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (35345, 2494, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35346, 2435, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35347, 2435, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"April 27, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (200623, 1409, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200624, 1409, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200625, 1409, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200626, 1409, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200627, 1409, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6Ijc2MTVlZjdkNGUwNTIwMTdmNDU1ODlmNjVjMTdkMjFmMGM4MWMzNzEiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (35349, 2435, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"April 27, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (35350, 2435, 'pmpro_views', 'a:4:{s:4:"last";s:14:"April 27, 2014";s:5:"month";i:4;s:7:"alltime";i:40;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (35351, 2435, 'pmpro_baddress2', 'Bradleys Head Road') ; 
INSERT INTO `wp_usermeta` VALUES (35354, 2435, 'pmpro_bphone', '61468688751') ; 
INSERT INTO `wp_usermeta` VALUES (35352, 2435, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35353, 2435, 'profile_update', '1398574287') ; 
INSERT INTO `wp_usermeta` VALUES (35355, 2435, 'pmpro_bemail', 'sliu@zoo.nsw.gov.au') ; 
INSERT INTO `wp_usermeta` VALUES (35356, 2435, 'pmpro_CardType', 'Discover') ; 
INSERT INTO `wp_usermeta` VALUES (35357, 2435, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-9170') ; 
INSERT INTO `wp_usermeta` VALUES (35358, 2435, 'pmpro_ExpirationMonth', '02') ; 
INSERT INTO `wp_usermeta` VALUES (35359, 2435, 'pmpro_ExpirationYear', '2017') ; 
INSERT INTO `wp_usermeta` VALUES (35360, 1409, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35361, 1409, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"March 12, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (200628, 2846, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200629, 2846, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200630, 2846, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200631, 2846, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200632, 2846, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImVmODU3OWRlMjdlYmEyNGRlYTcyNWI0ZGI4MTg2MzU2Zjc0MjJkM2UiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (35363, 1409, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"March 12, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (35364, 1409, 'pmpro_views', 'a:4:{s:4:"last";s:14:"March 12, 2014";s:5:"month";i:4;s:7:"alltime";i:20;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (35365, 1409, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35366, 1409, 'profile_update', '1388455984') ; 
INSERT INTO `wp_usermeta` VALUES (35367, 2846, 'first_name', 'Allison') ; 
INSERT INTO `wp_usermeta` VALUES (35368, 2846, 'last_name', 'Trout') ; 
INSERT INTO `wp_usermeta` VALUES (35369, 2846, 'nickname', 'allison.trout') ; 
INSERT INTO `wp_usermeta` VALUES (35370, 2846, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (35371, 2846, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35372, 2846, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (35373, 2846, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (35374, 2846, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35375, 2846, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35376, 2846, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (35377, 2846, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35378, 2846, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"January 21, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (35379, 2846, 'pmpro_bfirstname', 'Allison') ; 
INSERT INTO `wp_usermeta` VALUES (35380, 2846, 'pmpro_blastname', 'Trout') ; 
INSERT INTO `wp_usermeta` VALUES (35381, 2846, 'pmpro_baddress1', '12398 SW Center St. Apt 141') ; 
INSERT INTO `wp_usermeta` VALUES (35382, 2846, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35383, 2846, 'pmpro_bcity', 'Beaverton') ; 
INSERT INTO `wp_usermeta` VALUES (35384, 2846, 'pmpro_bstate', 'OR') ; 
INSERT INTO `wp_usermeta` VALUES (35385, 2846, 'pmpro_bzipcode', '97005') ; 
INSERT INTO `wp_usermeta` VALUES (35386, 2846, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (35387, 2846, 'pmpro_bphone', '3605400385') ; 
INSERT INTO `wp_usermeta` VALUES (35388, 2846, 'pmpro_bemail', 'allison.trout@pcc.edu') ; 
INSERT INTO `wp_usermeta` VALUES (35389, 2846, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (35390, 2846, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-7091') ; 
INSERT INTO `wp_usermeta` VALUES (35391, 2846, 'pmpro_ExpirationMonth', '08') ; 
INSERT INTO `wp_usermeta` VALUES (35392, 2846, 'pmpro_ExpirationYear', '2014') ; 
INSERT INTO `wp_usermeta` VALUES (35393, 2846, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200633, 875, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200634, 875, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200635, 875, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200636, 875, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200637, 875, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"6e75dd9776ce74d39aa2811a53cb1fb4640032fa";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (35395, 2846, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"January 21, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (35396, 2846, 'pmpro_views', 'a:4:{s:4:"last";s:16:"January 21, 2014";s:5:"month";i:4;s:7:"alltime";i:6;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (35397, 875, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35398, 875, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"August 2, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (200638, 188, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200639, 188, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200640, 188, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200641, 188, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200642, 188, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImRkOWE2YmIxZWM5ZDMwZjJkNWYyY2FmN2E4YzU3NjNiODEwZGY2NDQiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (35400, 875, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 31, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (35401, 875, 'pmpro_views', 'a:4:{s:4:"last";s:14:"August 2, 2014";s:5:"month";i:1;s:7:"alltime";i:10;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (35402, 875, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35403, 875, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35404, 875, 'profile_update', '1388469140') ; 
INSERT INTO `wp_usermeta` VALUES (35405, 188, 'nickname', 'aazkuser804') ; 
INSERT INTO `wp_usermeta` VALUES (35406, 188, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (35407, 188, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35408, 188, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (35409, 188, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (35410, 188, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35411, 188, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35412, 875, 'pmpro_bphone', '8014409665') ; 
INSERT INTO `wp_usermeta` VALUES (35413, 875, 'pmpro_bemail', 'zkpr127@yahoo.com') ; 
INSERT INTO `wp_usermeta` VALUES (35414, 875, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (35415, 875, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-4201') ; 
INSERT INTO `wp_usermeta` VALUES (35416, 875, 'pmpro_ExpirationMonth', '03') ; 
INSERT INTO `wp_usermeta` VALUES (35417, 875, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (35418, 188, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35419, 188, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"April 30, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (200643, 1937, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200644, 1937, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200645, 1937, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200646, 1937, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200647, 1937, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjIwZmY5OWNlN2ZiY2I2Y2JkMGJiOGNjNjU0ZTQ0ZGQ5ZWMxOWVlZWYiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (35421, 188, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"April 30, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (35422, 188, 'pmpro_views', 'a:4:{s:4:"last";s:14:"April 30, 2014";s:5:"month";i:6;s:7:"alltime";i:14;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (35423, 188, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35424, 188, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35425, 188, 'profile_update', '1388469660') ; 
INSERT INTO `wp_usermeta` VALUES (35426, 188, 'pmpro_bphone', '5032878782') ; 
INSERT INTO `wp_usermeta` VALUES (35427, 188, 'pmpro_bemail', 'zoomysteries@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (35428, 188, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (35429, 188, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-7459') ; 
INSERT INTO `wp_usermeta` VALUES (35430, 188, 'pmpro_ExpirationMonth', '12') ; 
INSERT INTO `wp_usermeta` VALUES (35431, 188, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (35432, 1937, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35433, 1937, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"July 14, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (200648, 802, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200649, 802, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200650, 802, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200651, 802, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200652, 802, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"a1b1520b85f7fb8311f1e8c78d20667ae6407517";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (35435, 1937, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"July 14, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (35436, 1937, 'pmpro_views', 'a:4:{s:4:"last";s:13:"July 14, 2014";s:5:"month";i:2;s:7:"alltime";i:22;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (35437, 1937, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35438, 1937, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35439, 1937, 'profile_update', '1402582865') ; 
INSERT INTO `wp_usermeta` VALUES (35440, 802, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35441, 802, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 31, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (200653, 607, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200654, 607, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200655, 607, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200656, 607, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200657, 607, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"bd86745bad29e98459fe08b4308f143e7b390275";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (35443, 802, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 31, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (35444, 802, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 31, 2013";s:5:"month";i:11;s:7:"alltime";i:11;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (35445, 802, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35446, 802, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35447, 802, 'profile_update', '1388498003') ; 
INSERT INTO `wp_usermeta` VALUES (35448, 607, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35449, 607, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"December 31, 2013";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (200658, 47, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200659, 47, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200660, 47, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200661, 47, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200662, 47, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImYyYmFhZDcwMmRhMWY0MmZmYzRmMmVlYzE1MGJjMjUwZmE0ZWYxZDYiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (35451, 607, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"December 31, 2013";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (35452, 607, 'pmpro_views', 'a:4:{s:4:"last";s:17:"December 31, 2013";s:5:"month";i:15;s:7:"alltime";i:15;s:9:"thismonth";s:2:"12";}') ; 
INSERT INTO `wp_usermeta` VALUES (35453, 607, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35454, 607, 'profile_update', '1388498333') ; 
INSERT INTO `wp_usermeta` VALUES (35455, 802, 'pmpro_bphone', '2169066512') ; 
INSERT INTO `wp_usermeta` VALUES (35456, 802, 'pmpro_bemail', 'elizabeth.thibodeaux@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (35457, 802, 'pmpro_CardType', 'Mastercard') ; 
INSERT INTO `wp_usermeta` VALUES (35458, 802, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-5949') ; 
INSERT INTO `wp_usermeta` VALUES (35459, 802, 'pmpro_ExpirationMonth', '02') ; 
INSERT INTO `wp_usermeta` VALUES (35460, 802, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (35461, 47, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35462, 47, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"March 4, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (200663, 1608, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200664, 1608, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200665, 1608, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200666, 1608, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200667, 1608, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjE1OTljMThhYzI2Mzc4MDU5MWYwOTVjZjZmNzUwM2RiMDJiNjgyZjEiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (35464, 47, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"March 4, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (35465, 47, 'pmpro_views', 'a:4:{s:4:"last";s:13:"March 4, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (35466, 47, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35467, 47, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35468, 47, 'profile_update', '1388513067') ; 
INSERT INTO `wp_usermeta` VALUES (199933, 2773, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (35469, 2458, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35470, 2458, 'profile_update', '1401914170') ; 
INSERT INTO `wp_usermeta` VALUES (35471, 2847, 'first_name', 'Santa Ana Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (35472, 2847, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (35473, 2847, 'nickname', 'SANTA ANA') ; 
INSERT INTO `wp_usermeta` VALUES (35474, 2847, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (35475, 2847, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35476, 2847, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (35477, 2847, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (35478, 2847, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35479, 2847, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35480, 2847, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (35481, 2847, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35482, 2847, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (35483, 2847, 'pmpro_bfirstname', 'Kent ') ; 
INSERT INTO `wp_usermeta` VALUES (35484, 2847, 'pmpro_blastname', 'Yamaguchi') ; 
INSERT INTO `wp_usermeta` VALUES (35485, 2847, 'pmpro_baddress1', '1801 E. Chestnut Avenue') ; 
INSERT INTO `wp_usermeta` VALUES (35486, 2847, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35487, 2847, 'pmpro_bcity', 'Santa Ana') ; 
INSERT INTO `wp_usermeta` VALUES (35488, 2847, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (35489, 2847, 'pmpro_bzipcode', '92701-5001') ; 
INSERT INTO `wp_usermeta` VALUES (35490, 2847, 'pmpro_bcountry', 'United States') ; 
INSERT INTO `wp_usermeta` VALUES (35491, 2847, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (35492, 2847, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (35493, 2847, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (35494, 2847, 'uxf_organization', 'Santa Ana Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (35495, 2848, 'first_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (35496, 2848, 'last_name', '') ; 
INSERT INTO `wp_usermeta` VALUES (35497, 2848, 'nickname', 'SAN FRAN') ; 
INSERT INTO `wp_usermeta` VALUES (35498, 2848, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (35499, 2848, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35500, 2848, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (35501, 2848, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (35502, 2848, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35503, 2848, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35504, 2848, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (35505, 2848, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35506, 2848, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks') ; 
INSERT INTO `wp_usermeta` VALUES (35507, 2848, 'pmpro_bfirstname', 'Tanya ') ; 
INSERT INTO `wp_usermeta` VALUES (35508, 2848, 'pmpro_blastname', 'Peterson') ; 
INSERT INTO `wp_usermeta` VALUES (35509, 2848, 'pmpro_baddress1', '1 Zoo Road') ; 
INSERT INTO `wp_usermeta` VALUES (35510, 2848, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35511, 2848, 'pmpro_bcity', 'San Francisco') ; 
INSERT INTO `wp_usermeta` VALUES (35512, 2848, 'pmpro_bstate', 'CA') ; 
INSERT INTO `wp_usermeta` VALUES (35513, 2848, 'pmpro_bzipcode', '94132-1098') ; 
INSERT INTO `wp_usermeta` VALUES (35514, 2848, 'pmpro_bcountry', 'United States') ; 
INSERT INTO `wp_usermeta` VALUES (35515, 2848, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (35516, 2848, 'uxf_specialtags', 'IM') ; 
INSERT INTO `wp_usermeta` VALUES (35517, 2848, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (35518, 2848, 'uxf_organization', 'San Francisco Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (200020, 2800, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (35519, 231, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35520, 231, 'profile_update', '1388523960') ; 
INSERT INTO `wp_usermeta` VALUES (35521, 1241, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35522, 1446, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35523, 1798, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35524, 1839, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35525, 1842, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35526, 1844, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35527, 1869, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35528, 1870, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35529, 1897, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35530, 1917, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35531, 1923, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35532, 1946, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35533, 1950, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35534, 1951, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35535, 1952, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35536, 1953, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35537, 1954, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35538, 1797, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35539, 1781, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35540, 1773, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35541, 1453, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35542, 1464, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35543, 1512, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35544, 1522, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35545, 1532, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35546, 1536, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35547, 1608, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35548, 1610, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35549, 1636, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35550, 1655, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35551, 1665, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35552, 1670, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35553, 1679, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35554, 1692, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35555, 1767, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35556, 1988, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35557, 1990, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35558, 2003, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35559, 2386, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35560, 2416, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35561, 2430, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35562, 2453, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35563, 2478, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35564, 2500, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35565, 2501, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35566, 2515, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35567, 2584, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35568, 2612, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35569, 2617, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35570, 2622, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35571, 2627, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35572, 2631, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35573, 2634, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35574, 2378, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35575, 2358, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35576, 2327, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35577, 2051, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35578, 2052, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35579, 2074, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35580, 2092, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35581, 2144, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35582, 2165, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35583, 2182, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35584, 2190, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35585, 2234, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35586, 2246, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35587, 2256, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35588, 2284, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35589, 2324, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35590, 2325, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35591, 2326, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35592, 2682, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35593, 61, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35594, 375, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35595, 383, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35596, 432, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35597, 433, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35598, 495, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35599, 529, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35600, 580, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35601, 587, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35602, 596, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35603, 606, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35604, 630, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35605, 643, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35606, 677, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35607, 694, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35608, 727, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35609, 366, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35610, 360, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35611, 353, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35612, 67, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35613, 86, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35614, 92, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35615, 95, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35616, 116, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35617, 120, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35618, 166, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35619, 171, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35620, 227, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35621, 246, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35622, 279, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35623, 280, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35624, 324, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35625, 325, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35626, 340, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35627, 735, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35628, 748, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35629, 761, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35630, 1129, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35631, 1130, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35632, 1195, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35633, 1196, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35634, 1257, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35635, 1274, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35636, 1311, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35637, 1323, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35638, 1324, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35639, 1364, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35640, 1369, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35641, 1372, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35642, 1381, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35643, 1409, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35644, 1416, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35645, 1128, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35646, 1127, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35647, 1126, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35648, 770, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35649, 857, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35650, 858, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35651, 884, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35652, 943, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35653, 959, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35654, 976, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35655, 993, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35656, 1033, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35657, 1045, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35658, 1067, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35659, 1079, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35660, 1085, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35661, 1086, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35662, 1118, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35663, 1445, 'pmpro_expiration_notice_30', '2014-01-01 00:00:00') ; 
INSERT INTO `wp_usermeta` VALUES (35664, 1608, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35665, 1608, 'pmpro_logins', 'a:4:{s:4:"last";s:11:"May 4, 2014";s:5:"month";i:2;s:7:"alltime";i:3;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (200668, 2235, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200669, 2235, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200670, 2235, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200671, 2235, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200672, 2235, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"00ecd3be59725a47f63e2eea157b47055f151814";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (35667, 1608, 'pmpro_visits', 'a:4:{s:4:"last";s:11:"May 4, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (35668, 1608, 'pmpro_views', 'a:4:{s:4:"last";s:11:"May 4, 2014";s:5:"month";i:7;s:7:"alltime";i:15;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (35669, 1608, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35670, 1608, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35671, 1608, 'profile_update', '1388538198') ; 
INSERT INTO `wp_usermeta` VALUES (35672, 1608, 'pmpro_bphone', '951-302-1567') ; 
INSERT INTO `wp_usermeta` VALUES (35673, 1608, 'pmpro_bemail', 'startlap1@msn.com') ; 
INSERT INTO `wp_usermeta` VALUES (35674, 1608, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (35675, 1608, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-9224') ; 
INSERT INTO `wp_usermeta` VALUES (35676, 1608, 'pmpro_ExpirationMonth', '10') ; 
INSERT INTO `wp_usermeta` VALUES (35677, 1608, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (35678, 2235, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35679, 2235, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"January 1, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (200673, 1071, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200674, 1071, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200675, 1071, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200676, 1071, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200677, 1071, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImU4YmUwZTJjZWZmNWU0OGI2ODM1Y2NhZjIxNzE5NzhiZDU2ZmYwZmEiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (35681, 2235, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"January 1, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (35682, 2235, 'pmpro_views', 'a:4:{s:4:"last";s:15:"January 1, 2014";s:5:"month";i:19;s:7:"alltime";i:19;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (35683, 2235, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35684, 2235, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35685, 2235, 'profile_update', '1388539141') ; 
INSERT INTO `wp_usermeta` VALUES (35686, 2235, 'pmpro_bphone', '4693631193') ; 
INSERT INTO `wp_usermeta` VALUES (35687, 2235, 'pmpro_bemail', 'ritashuang08@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (35688, 2235, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (35689, 2235, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-6746') ; 
INSERT INTO `wp_usermeta` VALUES (35690, 2235, 'pmpro_ExpirationMonth', '03') ; 
INSERT INTO `wp_usermeta` VALUES (35691, 2235, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (35692, 1071, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35693, 2169, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35694, 1071, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"July 31, 2014";s:5:"month";i:5;s:7:"alltime";i:15;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (200678, 2169, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200679, 2169, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200680, 2169, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200681, 2169, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200682, 2169, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"c1feb9efdbd9e8ab762eb1b450d148766db785e7";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (35696, 1071, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"July 31, 2014";s:5:"month";i:5;s:7:"alltime";i:12;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (35697, 1071, 'pmpro_views', 'a:4:{s:4:"last";s:13:"July 31, 2014";s:5:"month";i:23;s:7:"alltime";i:64;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (35698, 2169, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"January 1, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (200683, 2849, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200684, 2849, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200685, 2849, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200686, 2849, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200687, 2849, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"b863e6a705528c6fcd8f17a6b25a84379997e12b";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (35700, 2169, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"January 1, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (35701, 2169, 'pmpro_views', 'a:4:{s:4:"last";s:15:"January 1, 2014";s:5:"month";i:26;s:7:"alltime";i:26;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (35702, 2169, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35703, 2169, 'profile_update', '1388540156') ; 
INSERT INTO `wp_usermeta` VALUES (35704, 1071, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35705, 1071, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35706, 1071, 'profile_update', '1388540151') ; 
INSERT INTO `wp_usermeta` VALUES (35707, 2169, 'pmpro_bphone', '415-225-4678') ; 
INSERT INTO `wp_usermeta` VALUES (35708, 2169, 'pmpro_bemail', 'rachsara@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (35709, 2169, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (35710, 2169, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-2569') ; 
INSERT INTO `wp_usermeta` VALUES (35711, 2169, 'pmpro_ExpirationMonth', '09') ; 
INSERT INTO `wp_usermeta` VALUES (35712, 2169, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (35713, 2849, 'first_name', 'Linda') ; 
INSERT INTO `wp_usermeta` VALUES (35714, 2849, 'last_name', 'Uyeda') ; 
INSERT INTO `wp_usermeta` VALUES (35715, 2849, 'nickname', 'ltuyeda') ; 
INSERT INTO `wp_usermeta` VALUES (35716, 2849, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (35717, 2849, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35718, 2849, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (35719, 2849, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (35720, 2849, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35721, 2849, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35722, 2849, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (35723, 2849, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35724, 2849, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"January 1, 2014";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (35725, 2849, 'pmpro_bfirstname', 'Linda') ; 
INSERT INTO `wp_usermeta` VALUES (35726, 2849, 'pmpro_blastname', 'Uyeda') ; 
INSERT INTO `wp_usermeta` VALUES (35727, 2849, 'pmpro_baddress1', '20924 81st Place West') ; 
INSERT INTO `wp_usermeta` VALUES (35728, 2849, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35729, 2849, 'pmpro_bcity', 'Edmonds') ; 
INSERT INTO `wp_usermeta` VALUES (35730, 2849, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (35731, 2849, 'pmpro_bzipcode', '98026') ; 
INSERT INTO `wp_usermeta` VALUES (35732, 2849, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (35733, 2849, 'pmpro_bphone', '425 273 3625') ; 
INSERT INTO `wp_usermeta` VALUES (35734, 2849, 'pmpro_bemail', 'ltuyeda@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (35735, 2849, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (35736, 2849, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-9307') ; 
INSERT INTO `wp_usermeta` VALUES (35737, 2849, 'pmpro_ExpirationMonth', '02') ; 
INSERT INTO `wp_usermeta` VALUES (35738, 2849, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (35739, 2849, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200688, 2850, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200689, 2850, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200690, 2850, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200691, 2850, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200692, 2850, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"cb5a1406fd51774dfa9dd69d25224da6bb4a5394";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (35741, 2849, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"January 1, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (35742, 2849, 'pmpro_views', 'a:4:{s:4:"last";s:15:"January 1, 2014";s:5:"month";i:7;s:7:"alltime";i:7;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (199906, 6, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImMzMmJiMzU4YmQ5MzA1ZmMyNTM2MjU1MDJjMTNhMmY4OWIxNDc3ZGUiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (35743, 29, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35744, 29, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35745, 29, 'profile_update', '1388551541') ; 
INSERT INTO `wp_usermeta` VALUES (35746, 2850, 'first_name', 'Catherine') ; 
INSERT INTO `wp_usermeta` VALUES (35747, 2850, 'last_name', 'Grover') ; 
INSERT INTO `wp_usermeta` VALUES (35748, 2850, 'nickname', 'clgrover70') ; 
INSERT INTO `wp_usermeta` VALUES (35749, 2850, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (35750, 2850, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35751, 2850, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (35752, 2850, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (35753, 2850, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35754, 2850, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35755, 2850, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (35756, 2850, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35757, 2850, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"January 1, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (35758, 2850, 'pmpro_bfirstname', 'Catherine') ; 
INSERT INTO `wp_usermeta` VALUES (35759, 2850, 'pmpro_blastname', 'Grover') ; 
INSERT INTO `wp_usermeta` VALUES (35760, 2850, 'pmpro_baddress1', '7245 Madison Village Court') ; 
INSERT INTO `wp_usermeta` VALUES (35761, 2850, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35762, 2850, 'pmpro_bcity', 'Indianapolis') ; 
INSERT INTO `wp_usermeta` VALUES (35763, 2850, 'pmpro_bstate', 'IN') ; 
INSERT INTO `wp_usermeta` VALUES (35764, 2850, 'pmpro_bzipcode', '46227') ; 
INSERT INTO `wp_usermeta` VALUES (35765, 2850, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (35766, 2850, 'pmpro_bphone', '3178530614') ; 
INSERT INTO `wp_usermeta` VALUES (35767, 2850, 'pmpro_bemail', 'clgrover70@yahoo.com') ; 
INSERT INTO `wp_usermeta` VALUES (35768, 2850, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (35769, 2850, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-4577') ; 
INSERT INTO `wp_usermeta` VALUES (35770, 2850, 'pmpro_ExpirationMonth', '11') ; 
INSERT INTO `wp_usermeta` VALUES (35771, 2850, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (35772, 2850, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200693, 2851, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200694, 2851, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200695, 2851, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200696, 2851, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200697, 2851, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"ba20e7c7746d39f36136b7f3fee335ac5baae17a";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (35774, 2850, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"January 1, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (35775, 2850, 'pmpro_views', 'a:4:{s:4:"last";s:15:"January 1, 2014";s:5:"month";i:7;s:7:"alltime";i:7;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (35776, 2458, 'pmpro_bphone', '(607) 316-1481') ; 
INSERT INTO `wp_usermeta` VALUES (35777, 2458, 'pmpro_bemail', 'sminer19@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (35778, 2458, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (35779, 2458, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-3288') ; 
INSERT INTO `wp_usermeta` VALUES (35780, 2458, 'pmpro_ExpirationMonth', '11') ; 
INSERT INTO `wp_usermeta` VALUES (35781, 2458, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (10831982, 2458, 'wpseo_title', '') ; 
INSERT INTO `wp_usermeta` VALUES (35782, 2851, 'first_name', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (35783, 2851, 'last_name', 'Herrelko') ; 
INSERT INTO `wp_usermeta` VALUES (35784, 2851, 'nickname', 'ESHerrelko') ; 
INSERT INTO `wp_usermeta` VALUES (35785, 2851, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (35786, 2851, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35787, 2851, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (35788, 2851, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (35789, 2851, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35790, 2851, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35791, 2851, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (35792, 2851, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35793, 2851, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"January 1, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (35794, 2851, 'pmpro_bfirstname', 'Elizabeth') ; 
INSERT INTO `wp_usermeta` VALUES (35795, 2851, 'pmpro_blastname', 'Herrelko') ; 
INSERT INTO `wp_usermeta` VALUES (35796, 2851, 'pmpro_baddress1', '3100 Connecticut Ave NW Apt 101') ; 
INSERT INTO `wp_usermeta` VALUES (35797, 2851, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35798, 2851, 'pmpro_bcity', 'Washington') ; 
INSERT INTO `wp_usermeta` VALUES (35799, 2851, 'pmpro_bstate', 'DC') ; 
INSERT INTO `wp_usermeta` VALUES (35800, 2851, 'pmpro_bzipcode', '20008') ; 
INSERT INTO `wp_usermeta` VALUES (35801, 2851, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (35802, 2851, 'pmpro_bphone', '2022039028') ; 
INSERT INTO `wp_usermeta` VALUES (35803, 2851, 'pmpro_bemail', 'bherrelko@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (35804, 2851, 'pmpro_CardType', 'Mastercard') ; 
INSERT INTO `wp_usermeta` VALUES (35805, 2851, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-9631') ; 
INSERT INTO `wp_usermeta` VALUES (35806, 2851, 'pmpro_ExpirationMonth', '07') ; 
INSERT INTO `wp_usermeta` VALUES (35807, 2851, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (35808, 2851, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200698, 1121, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200699, 1121, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200700, 1121, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200701, 1121, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200702, 1121, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"af7c16927271c3a7eaab06308da4934bbc2e45a2";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (35810, 2851, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"January 1, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (35811, 2851, 'pmpro_views', 'a:4:{s:4:"last";s:15:"January 1, 2014";s:5:"month";i:6;s:7:"alltime";i:6;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (35812, 2851, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35813, 2851, 'profile_update', '1388593647') ; 
INSERT INTO `wp_usermeta` VALUES (35814, 1121, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35815, 1121, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"July 15, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (35817, 1121, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"July 15, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (35818, 1121, 'pmpro_views', 'a:4:{s:4:"last";s:13:"July 15, 2014";s:5:"month";i:16;s:7:"alltime";i:26;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (35819, 1121, 'pmpro_baddress2', 'Apt 9N') ; 
INSERT INTO `wp_usermeta` VALUES (35820, 1121, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35821, 1121, 'profile_update', '1405393323') ; 
INSERT INTO `wp_usermeta` VALUES (7793908, 1121, 'nickname', 'aazkuser4984') ; 
INSERT INTO `wp_usermeta` VALUES (35822, 501, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35823, 501, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35824, 501, 'profile_update', '1388606552') ; 
INSERT INTO `wp_usermeta` VALUES (35825, 919, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35826, 1415, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35827, 2251, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35828, 2251, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"July 6, 2014";s:5:"month";i:1;s:7:"alltime";i:10;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (200703, 2187, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200704, 2187, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200705, 2187, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200706, 2187, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200707, 2187, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjBlZWIyNWM2YTNmNjVkOGFlODVkZWMyYjhmYWI5ZTk5NTdkNzc1YTQiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (35830, 2251, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"July 6, 2014";s:5:"month";i:1;s:7:"alltime";i:10;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (35831, 2251, 'pmpro_views', 'a:4:{s:4:"last";s:12:"July 6, 2014";s:5:"month";i:3;s:7:"alltime";i:125;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (35832, 2251, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35833, 2251, 'profile_update', '1401321359') ; 
INSERT INTO `wp_usermeta` VALUES (35834, 2251, 'pmpro_bphone', '5166584607') ; 
INSERT INTO `wp_usermeta` VALUES (35835, 2251, 'pmpro_bemail', 'rsutker@wcs.org') ; 
INSERT INTO `wp_usermeta` VALUES (35836, 2251, 'pmpro_CardType', 'Mastercard') ; 
INSERT INTO `wp_usermeta` VALUES (35837, 2251, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-9869') ; 
INSERT INTO `wp_usermeta` VALUES (35838, 2251, 'pmpro_ExpirationMonth', '08') ; 
INSERT INTO `wp_usermeta` VALUES (35839, 2251, 'pmpro_ExpirationYear', '2014') ; 
INSERT INTO `wp_usermeta` VALUES (35840, 2187, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35841, 2187, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"June 1, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (200708, 540, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200709, 540, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200710, 540, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200711, 540, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200712, 540, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"1e4c25467f172805599d2f183c8f26836d9d0f63";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (35843, 2187, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"June 1, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (35844, 2187, 'pmpro_views', 'a:4:{s:4:"last";s:12:"June 1, 2014";s:5:"month";i:12;s:7:"alltime";i:25;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (35845, 2187, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35846, 2187, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35847, 2187, 'profile_update', '1401587408') ; 
INSERT INTO `wp_usermeta` VALUES (35848, 2187, 'pmpro_bphone', '9083099635') ; 
INSERT INTO `wp_usermeta` VALUES (35849, 2187, 'pmpro_bemail', 'reaquarg@yahoo.com') ; 
INSERT INTO `wp_usermeta` VALUES (35850, 2187, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (35851, 2187, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-2315') ; 
INSERT INTO `wp_usermeta` VALUES (35852, 2187, 'pmpro_ExpirationMonth', '11') ; 
INSERT INTO `wp_usermeta` VALUES (35853, 2187, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (35854, 652, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35855, 540, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35856, 540, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"January 2, 2014";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (200713, 1540, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200714, 1540, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200715, 1540, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200716, 1540, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200717, 1540, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"3e4d53eb2526812e121d37b7621ba00931f0cee7";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (35858, 540, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"January 2, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (35859, 540, 'pmpro_views', 'a:4:{s:4:"last";s:15:"January 2, 2014";s:5:"month";i:11;s:7:"alltime";i:11;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (35860, 540, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35861, 540, 'uxf_organization', 'Roger Williams Park Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (35862, 540, 'profile_update', '1388621119') ; 
INSERT INTO `wp_usermeta` VALUES (35863, 1841, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35864, 1841, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35865, 1841, 'profile_update', '1388628283') ; 
INSERT INTO `wp_usermeta` VALUES (35866, 1540, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35867, 1540, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"January 2, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (200718, 1852, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200719, 1852, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200720, 1852, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200721, 1852, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200722, 1852, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImVjNWFjOTFmZjNiMjRhYjhiZGE1ZmNkNThlNTVmMDkzMDRmYzg5MmQiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (35869, 1540, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"January 2, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (35870, 1540, 'pmpro_views', 'a:4:{s:4:"last";s:15:"January 2, 2014";s:5:"month";i:16;s:7:"alltime";i:16;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (35871, 1540, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35872, 1540, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35873, 1540, 'profile_update', '1388629193') ; 
INSERT INTO `wp_usermeta` VALUES (35874, 1540, 'pmpro_bphone', '765-532-6889') ; 
INSERT INTO `wp_usermeta` VALUES (35875, 1540, 'pmpro_bemail', 'kmcmunn@comcast.net') ; 
INSERT INTO `wp_usermeta` VALUES (35876, 1540, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (35877, 1540, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-0006') ; 
INSERT INTO `wp_usermeta` VALUES (35878, 1540, 'pmpro_ExpirationMonth', '04') ; 
INSERT INTO `wp_usermeta` VALUES (35879, 1540, 'pmpro_ExpirationYear', '2017') ; 
INSERT INTO `wp_usermeta` VALUES (35880, 1852, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35881, 1852, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"February 21, 2014";s:5:"month";i:2;s:7:"alltime";i:4;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (35883, 1852, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"February 17, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (35884, 1852, 'pmpro_views', 'a:4:{s:4:"last";s:17:"February 21, 2014";s:5:"month";i:16;s:7:"alltime";i:31;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (35885, 1852, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35886, 1852, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35887, 1852, 'profile_update', '1388645073') ; 
INSERT INTO `wp_usermeta` VALUES (35888, 2852, 'first_name', 'Kristen') ; 
INSERT INTO `wp_usermeta` VALUES (35889, 2852, 'last_name', 'Turner') ; 
INSERT INTO `wp_usermeta` VALUES (35890, 2852, 'nickname', 'kturner2005') ; 
INSERT INTO `wp_usermeta` VALUES (35891, 2852, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (35892, 2852, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35893, 2852, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (35894, 2852, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (35895, 2852, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35896, 2852, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35897, 2852, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (35898, 2852, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35899, 2852, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"January 2, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (35900, 2852, 'pmpro_bfirstname', 'Kristen') ; 
INSERT INTO `wp_usermeta` VALUES (35901, 2852, 'pmpro_blastname', 'Turner') ; 
INSERT INTO `wp_usermeta` VALUES (35902, 2852, 'pmpro_baddress1', '1420 Wisteria Ave') ; 
INSERT INTO `wp_usermeta` VALUES (35903, 2852, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35904, 2852, 'pmpro_bcity', 'Pensacola') ; 
INSERT INTO `wp_usermeta` VALUES (35905, 2852, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (35906, 2852, 'pmpro_bzipcode', '32507-2253') ; 
INSERT INTO `wp_usermeta` VALUES (35907, 2852, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (35908, 2852, 'pmpro_bphone', '4252489262') ; 
INSERT INTO `wp_usermeta` VALUES (35909, 2852, 'pmpro_bemail', 'kturner2005@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (35910, 2852, 'pmpro_CardType', 'Mastercard') ; 
INSERT INTO `wp_usermeta` VALUES (35911, 2852, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-8052') ; 
INSERT INTO `wp_usermeta` VALUES (35912, 2852, 'pmpro_ExpirationMonth', '02') ; 
INSERT INTO `wp_usermeta` VALUES (35913, 2852, 'pmpro_ExpirationYear', '2017') ; 
INSERT INTO `wp_usermeta` VALUES (35914, 2852, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200723, 575, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200724, 575, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200725, 575, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200726, 575, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200727, 575, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"ebc23984ade98ce11b2cd4c66d4c5f800168829c";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (35916, 2852, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"January 2, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (35917, 2852, 'pmpro_views', 'a:4:{s:4:"last";s:15:"January 4, 2014";s:5:"month";i:12;s:7:"alltime";i:12;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (35918, 575, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35919, 575, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"January 2, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (200728, 2181, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200729, 2181, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200730, 2181, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200731, 2181, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200732, 2181, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjcwYTZiZTA5MzE3NTA4NTNlZGYzNzM2MzkxNTFhMGY2NzAzMDZjMWEiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (35921, 575, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"January 2, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (35922, 575, 'pmpro_views', 'a:4:{s:4:"last";s:15:"January 2, 2014";s:5:"month";i:10;s:7:"alltime";i:10;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (35923, 575, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35924, 575, 'uxf_organization', 'Frank Buck Zoo') ; 
INSERT INTO `wp_usermeta` VALUES (35925, 575, 'profile_update', '1388673052') ; 
INSERT INTO `wp_usermeta` VALUES (35926, 2181, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35927, 2181, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"March 14, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (200733, 2853, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200734, 2853, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200735, 2853, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200736, 2853, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200737, 2853, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"be1dc6caa8622cf421e933c38760dc63d91531ed";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (35929, 2181, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"March 14, 2014";s:5:"month";i:1;s:7:"alltime";i:4;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (35930, 2181, 'pmpro_views', 'a:4:{s:4:"last";s:14:"March 14, 2014";s:5:"month";i:7;s:7:"alltime";i:23;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (35931, 2181, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35932, 2181, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35933, 2181, 'profile_update', '1388678588') ; 
INSERT INTO `wp_usermeta` VALUES (35934, 2853, 'first_name', 'Francesca') ; 
INSERT INTO `wp_usermeta` VALUES (35935, 2853, 'last_name', 'Bandoli') ; 
INSERT INTO `wp_usermeta` VALUES (35936, 2853, 'nickname', 'francyb') ; 
INSERT INTO `wp_usermeta` VALUES (35937, 2853, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (35938, 2853, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35939, 2853, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (35940, 2853, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (35941, 2853, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35942, 2853, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35943, 2853, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (35944, 2853, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35945, 2853, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"August 12, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (35946, 2853, 'pmpro_bfirstname', 'Francesca') ; 
INSERT INTO `wp_usermeta` VALUES (35947, 2853, 'pmpro_blastname', 'Bandoli') ; 
INSERT INTO `wp_usermeta` VALUES (35948, 2853, 'pmpro_baddress1', 'Via 4 Novembre 115') ; 
INSERT INTO `wp_usermeta` VALUES (35949, 2853, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35950, 2853, 'pmpro_bcity', 'Montale') ; 
INSERT INTO `wp_usermeta` VALUES (35951, 2853, 'pmpro_bstate', 'Pistoia') ; 
INSERT INTO `wp_usermeta` VALUES (35952, 2853, 'pmpro_bzipcode', '51100') ; 
INSERT INTO `wp_usermeta` VALUES (35953, 2853, 'pmpro_bcountry', 'ITALY') ; 
INSERT INTO `wp_usermeta` VALUES (35954, 2853, 'pmpro_bphone', '3891111128') ; 
INSERT INTO `wp_usermeta` VALUES (35955, 2853, 'pmpro_bemail', 'francyb81@virgilio.it') ; 
INSERT INTO `wp_usermeta` VALUES (35956, 2853, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (35957, 2853, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-4016') ; 
INSERT INTO `wp_usermeta` VALUES (35958, 2853, 'pmpro_ExpirationMonth', '04') ; 
INSERT INTO `wp_usermeta` VALUES (35959, 2853, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (35960, 2853, 'uxf_count', 'NO') ; 
INSERT INTO `wp_usermeta` VALUES (200738, 503, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200739, 503, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200740, 503, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200741, 503, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200742, 503, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjE1ZTk0MmIzOGQxODVjNjA2OWQzODgyM2EyMzFiZWM4MmQ4ODgxMzIiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (35962, 2853, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"August 12, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (35963, 2853, 'pmpro_views', 'a:4:{s:4:"last";s:15:"August 12, 2014";s:5:"month";i:5;s:7:"alltime";i:13;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (35964, 2853, 'uxf_organization', 'Società Zoologica di Pistoia srl - Zoological Gardens of Pistoia') ; 
INSERT INTO `wp_usermeta` VALUES (35965, 2853, 'profile_update', '1388679262') ; 
INSERT INTO `wp_usermeta` VALUES (35966, 2800, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"January 2, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (35967, 2800, 'profile_update', '1388679735') ; 
INSERT INTO `wp_usermeta` VALUES (35968, 503, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (35969, 503, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (35970, 503, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (35971, 503, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (35972, 503, 'nickname', 'aazkuser2238') ; 
INSERT INTO `wp_usermeta` VALUES (35973, 503, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (35974, 503, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35975, 503, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (35976, 503, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (35977, 503, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35978, 503, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35979, 503, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (35980, 503, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (35981, 503, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"June 2, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (200743, 713, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200744, 713, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200745, 713, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200746, 713, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200747, 713, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"033708b5c74f8191122ec8673d36da15a6be16aa";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (35983, 503, 'pmpro_views', 'a:4:{s:4:"last";s:12:"June 2, 2014";s:5:"month";i:8;s:7:"alltime";i:42;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (35984, 503, 'profile_update', '1401728862') ; 
INSERT INTO `wp_usermeta` VALUES (35985, 124, 'profile_update', '1394822786') ; 
INSERT INTO `wp_usermeta` VALUES (35986, 713, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (35987, 713, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"January 2, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (200748, 2854, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200749, 2854, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200750, 2854, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200751, 2854, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200752, 2854, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"e8cb0eccacfc1817dd93f4e6fe8433880f1f0b7f";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (35989, 713, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"January 2, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (35990, 713, 'pmpro_views', 'a:4:{s:4:"last";s:15:"January 2, 2014";s:5:"month";i:7;s:7:"alltime";i:7;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (10832042, 713, 'wpseo_title', '') ; 
INSERT INTO `wp_usermeta` VALUES (35991, 713, 'profile_update', '1388680344') ; 
INSERT INTO `wp_usermeta` VALUES (35992, 2853, 'uxf_specialtags', 'INT') ; 
INSERT INTO `wp_usermeta` VALUES (35993, 2853, 'uxf_akf', 'ELECTRONIC') ; 
INSERT INTO `wp_usermeta` VALUES (35994, 2854, 'first_name', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (35995, 2854, 'last_name', 'Worthington') ; 
INSERT INTO `wp_usermeta` VALUES (35996, 2854, 'nickname', 'amworthington1@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (35997, 2854, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (35998, 2854, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (35999, 2854, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (36000, 2854, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (36001, 2854, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (36002, 2854, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (36003, 2854, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (36004, 2854, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (36005, 2854, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"January 2, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (36006, 2854, 'pmpro_bfirstname', 'Amanda') ; 
INSERT INTO `wp_usermeta` VALUES (36007, 2854, 'pmpro_blastname', 'Worthington') ; 
INSERT INTO `wp_usermeta` VALUES (36008, 2854, 'pmpro_baddress1', '8380 Langshire way') ; 
INSERT INTO `wp_usermeta` VALUES (36009, 2854, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (36010, 2854, 'pmpro_bcity', 'Fort Myers') ; 
INSERT INTO `wp_usermeta` VALUES (36011, 2854, 'pmpro_bstate', 'FL') ; 
INSERT INTO `wp_usermeta` VALUES (36012, 2854, 'pmpro_bzipcode', '33912') ; 
INSERT INTO `wp_usermeta` VALUES (36013, 2854, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (36014, 2854, 'pmpro_bphone', '651-470-8877') ; 
INSERT INTO `wp_usermeta` VALUES (36015, 2854, 'pmpro_bemail', 'amworthington1@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (36016, 2854, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (36017, 2854, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-3015') ; 
INSERT INTO `wp_usermeta` VALUES (36018, 2854, 'pmpro_ExpirationMonth', '01') ; 
INSERT INTO `wp_usermeta` VALUES (36019, 2854, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (36020, 2854, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200753, 2855, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200754, 2855, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200755, 2855, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200756, 2855, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200757, 2855, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"1cc7b92528d1c38aa6a5356a5ab6f6c654ba8058";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (36022, 2854, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"January 2, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (36023, 2854, 'pmpro_views', 'a:4:{s:4:"last";s:15:"January 2, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (36024, 2855, 'first_name', 'Bridget') ; 
INSERT INTO `wp_usermeta` VALUES (36025, 2855, 'last_name', 'Weidner') ; 
INSERT INTO `wp_usermeta` VALUES (36026, 2855, 'nickname', 'mikiwi') ; 
INSERT INTO `wp_usermeta` VALUES (36027, 2855, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (36028, 2855, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (36029, 2855, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (36030, 2855, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (36031, 2855, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (36032, 2855, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (36033, 2855, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (36034, 2855, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (36035, 2855, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"January 2, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (36036, 2855, 'pmpro_bfirstname', 'Bridget') ; 
INSERT INTO `wp_usermeta` VALUES (36037, 2855, 'pmpro_blastname', 'Weidner') ; 
INSERT INTO `wp_usermeta` VALUES (36038, 2855, 'pmpro_baddress1', '1904 D Shades Cliff Terrace') ; 
INSERT INTO `wp_usermeta` VALUES (36039, 2855, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (36040, 2855, 'pmpro_bcity', 'Birmingham') ; 
INSERT INTO `wp_usermeta` VALUES (36041, 2855, 'pmpro_bstate', 'Alabama') ; 
INSERT INTO `wp_usermeta` VALUES (36042, 2855, 'pmpro_bzipcode', '35216') ; 
INSERT INTO `wp_usermeta` VALUES (36043, 2855, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (36044, 2855, 'pmpro_bphone', '(616)481-7343') ; 
INSERT INTO `wp_usermeta` VALUES (36045, 2855, 'pmpro_bemail', 'bsmigiel@birminghamzoo.com') ; 
INSERT INTO `wp_usermeta` VALUES (36046, 2855, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (36047, 2855, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-6186') ; 
INSERT INTO `wp_usermeta` VALUES (36048, 2855, 'pmpro_ExpirationMonth', '03') ; 
INSERT INTO `wp_usermeta` VALUES (36049, 2855, 'pmpro_ExpirationYear', '2014') ; 
INSERT INTO `wp_usermeta` VALUES (36050, 2855, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200758, 2024, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200759, 2024, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200760, 2024, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200761, 2024, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200762, 2024, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImY3MGM5ZDk1YzYzZGE0OGMwMTcyY2RjODI0ZjVhYWZkMzhjY2EzZDUiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (36052, 2855, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"January 2, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (36053, 2855, 'pmpro_views', 'a:4:{s:4:"last";s:15:"January 2, 2014";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (36054, 2024, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (36055, 2024, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"March 26, 2014";s:5:"month";i:3;s:7:"alltime";i:4;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (200763, 2856, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200764, 2856, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200765, 2856, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200766, 2856, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200767, 2856, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"86b0a5ff25beb63176e6333f11b092b9a213e368";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (36057, 2024, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"March 2, 2014";s:5:"month";i:2;s:7:"alltime";i:3;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (36058, 2024, 'pmpro_views', 'a:4:{s:4:"last";s:14:"March 26, 2014";s:5:"month";i:31;s:7:"alltime";i:42;s:9:"thismonth";s:1:"3";}') ; 
INSERT INTO `wp_usermeta` VALUES (36059, 2024, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (36060, 2024, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (36061, 2024, 'profile_update', '1388686999') ; 
INSERT INTO `wp_usermeta` VALUES (36062, 2856, 'first_name', 'Lauren') ; 
INSERT INTO `wp_usermeta` VALUES (36063, 2856, 'last_name', 'Stanton') ; 
INSERT INTO `wp_usermeta` VALUES (36064, 2856, 'nickname', 'LaurenAStanton') ; 
INSERT INTO `wp_usermeta` VALUES (36065, 2856, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (36066, 2856, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (36067, 2856, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (36068, 2856, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (36069, 2856, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (36070, 2856, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (36071, 2856, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (36072, 2856, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (36073, 2856, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"January 2, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (36074, 2856, 'pmpro_bfirstname', 'Lauren') ; 
INSERT INTO `wp_usermeta` VALUES (36075, 2856, 'pmpro_blastname', 'Stanton') ; 
INSERT INTO `wp_usermeta` VALUES (36076, 2856, 'pmpro_baddress1', '18684 Queen Elizabeth Drive') ; 
INSERT INTO `wp_usermeta` VALUES (36077, 2856, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (36078, 2856, 'pmpro_bcity', 'Brookeville') ; 
INSERT INTO `wp_usermeta` VALUES (36079, 2856, 'pmpro_bstate', 'Maryland') ; 
INSERT INTO `wp_usermeta` VALUES (36080, 2856, 'pmpro_bzipcode', '20833') ; 
INSERT INTO `wp_usermeta` VALUES (36081, 2856, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (36082, 2856, 'pmpro_bphone', '3015704240') ; 
INSERT INTO `wp_usermeta` VALUES (36083, 2856, 'pmpro_bemail', 'lastanton1@aol.com') ; 
INSERT INTO `wp_usermeta` VALUES (36084, 2856, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (36085, 2856, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-1351') ; 
INSERT INTO `wp_usermeta` VALUES (36086, 2856, 'pmpro_ExpirationMonth', '04') ; 
INSERT INTO `wp_usermeta` VALUES (36087, 2856, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (36088, 2856, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (36090, 2856, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"January 4, 2014";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (36091, 2856, 'pmpro_views', 'a:4:{s:4:"last";s:15:"January 4, 2014";s:5:"month";i:3;s:7:"alltime";i:3;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (36092, 2753, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (36093, 2753, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"January 2, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (200768, 297, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200769, 297, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200770, 297, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200771, 297, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200772, 297, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjkwMGUzNTMzNmRlNWI0MjUxMGY4NDY3YmU2MjhkOGQ3ODNlOTVmOTAiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (36095, 2753, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"January 6, 2014";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (36096, 2753, 'pmpro_views', 'a:4:{s:4:"last";s:15:"January 6, 2014";s:5:"month";i:18;s:7:"alltime";i:18;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (10837006, 2753, 'wpseo_title', '') ; 
INSERT INTO `wp_usermeta` VALUES (36097, 2753, 'profile_update', '1388692439') ; 
INSERT INTO `wp_usermeta` VALUES (36098, 297, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (36099, 297, 'uxf_specialtags', '') ; 
INSERT INTO `wp_usermeta` VALUES (36100, 297, 'uxf_akf', '') ; 
INSERT INTO `wp_usermeta` VALUES (36101, 297, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (36102, 297, 'nickname', 'aazkuser1295') ; 
INSERT INTO `wp_usermeta` VALUES (36103, 297, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (36104, 297, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (36105, 297, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (36106, 297, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (36107, 297, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (36108, 297, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (36109, 297, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (36110, 297, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (36111, 297, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"August 10, 2014";s:5:"month";i:1;s:7:"alltime";i:13;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (200773, 483, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200774, 483, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200775, 483, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200776, 483, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200777, 483, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6Ijk0OWY0NGRkOGUwNmU3MjM3ZWIyZDZjZDRhYTk4YTgxNzA5YTU4MzEiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (36113, 297, 'pmpro_views', 'a:4:{s:4:"last";s:15:"August 10, 2014";s:5:"month";i:19;s:7:"alltime";i:82;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (36114, 297, 'profile_update', '1388694092') ; 
INSERT INTO `wp_usermeta` VALUES (36115, 483, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (36116, 483, 'pmpro_logins', 'a:4:{s:4:"last";s:11:"May 3, 2014";s:5:"month";i:1;s:7:"alltime";i:10;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (200778, 1899, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200779, 1899, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200780, 1899, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200781, 1899, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200782, 1899, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjVlMmQwMzc5N2JlZDg0NzY5MmZhYjIwODFhYTA1ZDBkYTE3NmQwYTgiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (36118, 483, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"April 25, 2014";s:5:"month";i:1;s:7:"alltime";i:6;s:9:"thismonth";s:1:"4";}') ; 
INSERT INTO `wp_usermeta` VALUES (36119, 483, 'pmpro_views', 'a:4:{s:4:"last";s:11:"May 3, 2014";s:5:"month";i:4;s:7:"alltime";i:47;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (36120, 483, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (36121, 483, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (36122, 483, 'profile_update', '1388694408') ; 
INSERT INTO `wp_usermeta` VALUES (36123, 297, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (36124, 297, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"August 10, 2014";s:5:"month";i:1;s:7:"alltime";i:12;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (36125, 1899, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (36126, 1899, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"June 4, 2014";s:5:"month";i:1;s:7:"alltime";i:7;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (36128, 1899, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"June 4, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (36129, 1899, 'pmpro_views', 'a:4:{s:4:"last";s:12:"June 4, 2014";s:5:"month";i:5;s:7:"alltime";i:49;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (36130, 1899, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (36131, 1899, 'profile_update', '1391652758') ; 
INSERT INTO `wp_usermeta` VALUES (36132, 2857, 'first_name', 'Lindsey') ; 
INSERT INTO `wp_usermeta` VALUES (36133, 2857, 'last_name', 'Gray') ; 
INSERT INTO `wp_usermeta` VALUES (36134, 2857, 'nickname', 'monkeydoodlelin') ; 
INSERT INTO `wp_usermeta` VALUES (36135, 2857, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (36136, 2857, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (36137, 2857, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (36138, 2857, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (36139, 2857, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (36140, 2857, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (36141, 2857, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (36142, 2857, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (36143, 2857, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"June 6, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (36144, 2857, 'pmpro_bfirstname', 'Lindsey') ; 
INSERT INTO `wp_usermeta` VALUES (36145, 2857, 'pmpro_blastname', 'Gray') ; 
INSERT INTO `wp_usermeta` VALUES (36146, 2857, 'pmpro_baddress1', '10658 Charrette Drive') ; 
INSERT INTO `wp_usermeta` VALUES (36147, 2857, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (36148, 2857, 'pmpro_bcity', 'Affton') ; 
INSERT INTO `wp_usermeta` VALUES (36149, 2857, 'pmpro_bstate', 'MO') ; 
INSERT INTO `wp_usermeta` VALUES (36150, 2857, 'pmpro_bzipcode', '63123') ; 
INSERT INTO `wp_usermeta` VALUES (36151, 2857, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (36152, 2857, 'pmpro_bphone', '3147070548') ; 
INSERT INTO `wp_usermeta` VALUES (36153, 2857, 'pmpro_bemail', 'lindseygray85@yahoo.com') ; 
INSERT INTO `wp_usermeta` VALUES (36154, 2857, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (36155, 2857, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-2863') ; 
INSERT INTO `wp_usermeta` VALUES (36156, 2857, 'pmpro_ExpirationMonth', '04') ; 
INSERT INTO `wp_usermeta` VALUES (36157, 2857, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (36158, 2857, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200783, 2858, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200784, 2858, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200785, 2858, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200786, 2858, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200787, 2858, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImM2MWU2NmJiNzEwOTQ3ZTUwOWJhMGYyYjZiN2Y2NzJiZTY2MzIwNmUiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (36160, 2857, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"June 6, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (36161, 2857, 'pmpro_views', 'a:4:{s:4:"last";s:12:"June 6, 2014";s:5:"month";i:8;s:7:"alltime";i:25;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (10825415, 2857, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (36162, 2858, 'first_name', 'Tamlyn') ; 
INSERT INTO `wp_usermeta` VALUES (36163, 2858, 'last_name', 'Sapp') ; 
INSERT INTO `wp_usermeta` VALUES (36164, 2858, 'nickname', 'trsapp') ; 
INSERT INTO `wp_usermeta` VALUES (36165, 2858, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (36166, 2858, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (36167, 2858, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (36168, 2858, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (36169, 2858, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (36170, 2858, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (36171, 2858, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (36172, 2858, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (36173, 2858, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"February 18, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (36174, 2858, 'pmpro_bfirstname', 'Tamlyn') ; 
INSERT INTO `wp_usermeta` VALUES (36175, 2858, 'pmpro_blastname', 'Sapp') ; 
INSERT INTO `wp_usermeta` VALUES (36176, 2858, 'pmpro_baddress1', '13923 Ash Way') ; 
INSERT INTO `wp_usermeta` VALUES (36177, 2858, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (36178, 2858, 'pmpro_bcity', 'Lynnwood') ; 
INSERT INTO `wp_usermeta` VALUES (36179, 2858, 'pmpro_bstate', 'WA') ; 
INSERT INTO `wp_usermeta` VALUES (36180, 2858, 'pmpro_bzipcode', '98087') ; 
INSERT INTO `wp_usermeta` VALUES (36181, 2858, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (36182, 2858, 'pmpro_bphone', '425-218-5831') ; 
INSERT INTO `wp_usermeta` VALUES (36183, 2858, 'pmpro_bemail', 'trsapp@mac.com') ; 
INSERT INTO `wp_usermeta` VALUES (36184, 2858, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (36185, 2858, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-9932') ; 
INSERT INTO `wp_usermeta` VALUES (36186, 2858, 'pmpro_ExpirationMonth', '10') ; 
INSERT INTO `wp_usermeta` VALUES (36187, 2858, 'pmpro_ExpirationYear', '2014') ; 
INSERT INTO `wp_usermeta` VALUES (36188, 2858, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200788, 858, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200789, 858, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200790, 858, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200791, 858, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200792, 858, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"56c3d9c46bcb4c2a0fd8bdd1127a730b7d8f5d5a";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (36190, 2858, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"February 18, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (36191, 2858, 'pmpro_views', 'a:4:{s:4:"last";s:17:"February 18, 2014";s:5:"month";i:4;s:7:"alltime";i:10;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (36192, 858, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (36193, 858, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"January 2, 2014";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (200793, 1526, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200794, 1526, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200795, 1526, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200796, 1526, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200797, 1526, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjA0MmNhMjVlOTE4ZWZhYjY4NGY4MmE5MDk4MzRkNDJmYjg5N2U0YWYiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (36195, 858, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"January 2, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (36196, 858, 'pmpro_views', 'a:4:{s:4:"last";s:15:"January 2, 2014";s:5:"month";i:15;s:7:"alltime";i:15;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (36197, 858, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (36198, 858, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (36199, 858, 'profile_update', '1388698352') ; 
INSERT INTO `wp_usermeta` VALUES (36200, 858, 'pmpro_bphone', '337-298-0112') ; 
INSERT INTO `wp_usermeta` VALUES (36201, 858, 'pmpro_bemail', 'ecfenstermaker@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (36202, 858, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (36203, 858, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-0626') ; 
INSERT INTO `wp_usermeta` VALUES (36204, 858, 'pmpro_ExpirationMonth', '05') ; 
INSERT INTO `wp_usermeta` VALUES (36205, 858, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (36206, 1526, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (36207, 1526, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"June 29, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (200798, 2482, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200799, 2482, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200800, 2482, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200801, 2482, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200802, 2482, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjIwYmQxMmUxYmYwNjFiMWJmY2UzNjk5MGRlNjQyMzgzOGFkOTdlM2MiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (36209, 1526, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"July 11, 2014";s:5:"month";i:1;s:7:"alltime";i:8;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (36210, 1526, 'pmpro_views', 'a:4:{s:4:"last";s:13:"July 13, 2014";s:5:"month";i:11;s:7:"alltime";i:47;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (36211, 1526, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (36212, 1526, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (36213, 1526, 'profile_update', '1388699422') ; 
INSERT INTO `wp_usermeta` VALUES (36214, 2482, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (36215, 2482, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"May 30, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (200803, 1619, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200804, 1619, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200805, 1619, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200806, 1619, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200807, 1619, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"8524289573b724307adb9bd7cf07f231f8ec2b97";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (36217, 2482, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"May 30, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (36218, 2482, 'pmpro_views', 'a:4:{s:4:"last";s:12:"May 30, 2014";s:5:"month";i:11;s:7:"alltime";i:33;s:9:"thismonth";s:1:"5";}') ; 
INSERT INTO `wp_usermeta` VALUES (36219, 2482, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (36220, 2482, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (36221, 2482, 'profile_update', '1388700435') ; 
INSERT INTO `wp_usermeta` VALUES (36222, 2482, 'pmpro_bphone', '805-704-8756') ; 
INSERT INTO `wp_usermeta` VALUES (36223, 2482, 'pmpro_bemail', 'zukprsteve@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (36224, 2482, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (36225, 2482, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-2944') ; 
INSERT INTO `wp_usermeta` VALUES (36226, 2482, 'pmpro_ExpirationMonth', '05') ; 
INSERT INTO `wp_usermeta` VALUES (36227, 2482, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (36228, 503, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"June 2, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (36229, 1619, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (36230, 1619, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"January 3, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (200808, 2044, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200809, 2044, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200810, 2044, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200811, 2044, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200812, 2044, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"7e0792405ecd606aff8cfc80908c08fd6836de29";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (36232, 1619, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"January 3, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (36233, 1619, 'pmpro_views', 'a:4:{s:4:"last";s:15:"January 3, 2014";s:5:"month";i:19;s:7:"alltime";i:19;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (36234, 1619, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (36235, 1619, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (36236, 1619, 'profile_update', '1388709860') ; 
INSERT INTO `wp_usermeta` VALUES (36237, 2044, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (36238, 2044, 'pmpro_logins', 'a:4:{s:4:"last";s:13:"June 14, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (200813, 2859, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200814, 2859, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200815, 2859, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200816, 2859, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200817, 2859, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImQ2ODU2OTEyZjQ1MGU4YTkwYzc2ZTJlMWVlMDE4Nzk5ZDQyMzkyMDQiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (36240, 2044, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"June 14, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (36241, 2044, 'pmpro_views', 'a:4:{s:4:"last";s:13:"June 14, 2014";s:5:"month";i:9;s:7:"alltime";i:18;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (36242, 2044, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (36243, 2044, 'profile_update', '1388710960') ; 
INSERT INTO `wp_usermeta` VALUES (36244, 2859, 'first_name', 'Zac') ; 
INSERT INTO `wp_usermeta` VALUES (36245, 2859, 'last_name', 'Foster') ; 
INSERT INTO `wp_usermeta` VALUES (36246, 2859, 'nickname', 'zacf27') ; 
INSERT INTO `wp_usermeta` VALUES (36247, 2859, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (36248, 2859, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (36249, 2859, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (36250, 2859, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (36251, 2859, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (36252, 2859, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (36253, 2859, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (36254, 2859, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (36255, 2859, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"August 9, 2014";s:5:"month";i:1;s:7:"alltime";i:6;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (36256, 2859, 'pmpro_bfirstname', 'Zac') ; 
INSERT INTO `wp_usermeta` VALUES (36257, 2859, 'pmpro_blastname', 'Foster') ; 
INSERT INTO `wp_usermeta` VALUES (36258, 2859, 'pmpro_baddress1', '1045 Harbourne Street') ; 
INSERT INTO `wp_usermeta` VALUES (36259, 2859, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (36260, 2859, 'pmpro_bcity', 'Colorado Springs') ; 
INSERT INTO `wp_usermeta` VALUES (36261, 2859, 'pmpro_bstate', 'CO') ; 
INSERT INTO `wp_usermeta` VALUES (36262, 2859, 'pmpro_bzipcode', '80911') ; 
INSERT INTO `wp_usermeta` VALUES (36263, 2859, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (36264, 2859, 'pmpro_bphone', '7192878565') ; 
INSERT INTO `wp_usermeta` VALUES (36265, 2859, 'pmpro_bemail', 'zacf27@yahoo.com') ; 
INSERT INTO `wp_usermeta` VALUES (36266, 2859, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (36267, 2859, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-3361') ; 
INSERT INTO `wp_usermeta` VALUES (36268, 2859, 'pmpro_ExpirationMonth', '05') ; 
INSERT INTO `wp_usermeta` VALUES (36269, 2859, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (36270, 2859, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200818, 2860, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200819, 2860, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200820, 2860, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200821, 2860, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200822, 2860, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImE1OGU3NzcwMzk2OTM2MmE3MDBiMjExNGQyNmE2M2RlMjg2NWQyMjMiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (36272, 2859, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"August 9, 2014";s:5:"month";i:1;s:7:"alltime";i:6;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (36273, 2859, 'pmpro_views', 'a:4:{s:4:"last";s:14:"August 9, 2014";s:5:"month";i:1;s:7:"alltime";i:44;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (36274, 2860, 'first_name', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (36275, 2860, 'last_name', 'Hnidka') ; 
INSERT INTO `wp_usermeta` VALUES (36276, 2860, 'nickname', 'shnidka') ; 
INSERT INTO `wp_usermeta` VALUES (36277, 2860, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (36278, 2860, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (36279, 2860, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (36280, 2860, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (36281, 2860, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (36282, 2860, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (36283, 2860, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (36284, 2860, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (36285, 2860, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"July 6, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (36286, 2860, 'pmpro_bfirstname', 'Stephanie') ; 
INSERT INTO `wp_usermeta` VALUES (36287, 2860, 'pmpro_blastname', 'Hnidka') ; 
INSERT INTO `wp_usermeta` VALUES (36288, 2860, 'pmpro_baddress1', '211 Gateside Court') ; 
INSERT INTO `wp_usermeta` VALUES (36289, 2860, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (36290, 2860, 'pmpro_bcity', 'Gahanna') ; 
INSERT INTO `wp_usermeta` VALUES (36291, 2860, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (36292, 2860, 'pmpro_bzipcode', '43230') ; 
INSERT INTO `wp_usermeta` VALUES (36293, 2860, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (36294, 2860, 'pmpro_bphone', '(614) 204-3718') ; 
INSERT INTO `wp_usermeta` VALUES (36295, 2860, 'pmpro_bemail', 's.hnidka@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (36296, 2860, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (36297, 2860, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-4587') ; 
INSERT INTO `wp_usermeta` VALUES (36298, 2860, 'pmpro_ExpirationMonth', '12') ; 
INSERT INTO `wp_usermeta` VALUES (36299, 2860, 'pmpro_ExpirationYear', '2014') ; 
INSERT INTO `wp_usermeta` VALUES (36300, 2860, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200823, 2861, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200824, 2861, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200825, 2861, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200826, 2861, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200827, 2861, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM2OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6IjU2ZGI0NDcxYThhNmY1ZjE5NDY1OTEzZTc2OTBkODJkZTY2YmFiNzkiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO2E6MDp7fXM6MTU6InNoaXBwaW5nX21ldGhvZCI7TjtzOjIxOiJzaGlwcGluZ19tZXRob2RfY291bnQiO2k6MDtzOjIzOiJjdXJyZW50X3NoaXBwaW5nX21ldGhvZCI7aTotMTtzOjE4OiJpbl90aGVfbWV0aG9kX2xvb3AiO2I6MDtzOjE1OiJzaGlwcGluZ19xdW90ZXMiO2E6MDp7fXM6MTQ6InNoaXBwaW5nX3F1b3RlIjtOO3M6MjA6InNoaXBwaW5nX3F1b3RlX2NvdW50IjtpOjA7czoyMjoiY3VycmVudF9zaGlwcGluZ19xdW90ZSI7aTotMTtzOjE3OiJpbl90aGVfcXVvdGVfbG9vcCI7YjowO3M6MTI6ImNvdXBvbnNfbmFtZSI7czowOiIiO3M6MTQ6ImNvdXBvbnNfYW1vdW50IjtpOjA7fQ==') ; 
INSERT INTO `wp_usermeta` VALUES (36302, 2860, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"July 6, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (36303, 2860, 'pmpro_views', 'a:4:{s:4:"last";s:12:"July 6, 2014";s:5:"month";i:11;s:7:"alltime";i:32;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (10830757, 2860, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (36304, 2861, 'first_name', 'Hilary') ; 
INSERT INTO `wp_usermeta` VALUES (36305, 2861, 'last_name', 'Wright') ; 
INSERT INTO `wp_usermeta` VALUES (36306, 2861, 'nickname', 'hwright') ; 
INSERT INTO `wp_usermeta` VALUES (36307, 2861, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (36308, 2861, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (36309, 2861, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (36310, 2861, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (36311, 2861, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (36312, 2861, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (36313, 2861, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (36314, 2861, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (36315, 2861, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"January 3, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (36316, 2861, 'pmpro_bfirstname', 'Hilary') ; 
INSERT INTO `wp_usermeta` VALUES (36317, 2861, 'pmpro_blastname', 'Wright') ; 
INSERT INTO `wp_usermeta` VALUES (36318, 2861, 'pmpro_baddress1', '2800 S. Nickelplate St.') ; 
INSERT INTO `wp_usermeta` VALUES (36319, 2861, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (36320, 2861, 'pmpro_bcity', 'Louisville') ; 
INSERT INTO `wp_usermeta` VALUES (36321, 2861, 'pmpro_bstate', 'OH') ; 
INSERT INTO `wp_usermeta` VALUES (36322, 2861, 'pmpro_bzipcode', '44641') ; 
INSERT INTO `wp_usermeta` VALUES (36323, 2861, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (36324, 2861, 'pmpro_bphone', '330-309-3883') ; 
INSERT INTO `wp_usermeta` VALUES (36325, 2861, 'pmpro_bemail', 'hilaryw20@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (36326, 2861, 'pmpro_CardType', 'Discover') ; 
INSERT INTO `wp_usermeta` VALUES (36327, 2861, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-4197') ; 
INSERT INTO `wp_usermeta` VALUES (36328, 2861, 'pmpro_ExpirationMonth', '07') ; 
INSERT INTO `wp_usermeta` VALUES (36329, 2861, 'pmpro_ExpirationYear', '2015') ; 
INSERT INTO `wp_usermeta` VALUES (36330, 2861, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200828, 36, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200829, 36, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200830, 36, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200831, 36, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200832, 36, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImUzOWMwM2ZmNTA5OTEwZmFlYWMwZDJlYjlkZjkzYTZlMjZkNjk3NzciO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (36332, 2861, 'pmpro_visits', 'a:4:{s:4:"last";s:16:"January 14, 2014";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (36333, 2861, 'pmpro_views', 'a:4:{s:4:"last";s:16:"January 14, 2014";s:5:"month";i:29;s:7:"alltime";i:29;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (36334, 36, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (36335, 36, 'pmpro_logins', 'a:4:{s:4:"last";s:17:"February 18, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (200833, 529, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200834, 529, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200835, 529, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200836, 529, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200837, 529, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"9d142cd0e662827752bb3d62c01812723919419a";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (36337, 36, 'pmpro_visits', 'a:4:{s:4:"last";s:17:"February 18, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (36338, 36, 'pmpro_views', 'a:4:{s:4:"last";s:17:"February 18, 2014";s:5:"month";i:8;s:7:"alltime";i:16;s:9:"thismonth";s:1:"2";}') ; 
INSERT INTO `wp_usermeta` VALUES (36339, 36, 'profile_update', '1388748458') ; 
INSERT INTO `wp_usermeta` VALUES (36340, 529, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (36341, 529, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"January 3, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (200838, 1742, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200839, 1742, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200840, 1742, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200841, 1742, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200842, 1742, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"1655d03de46f5c722cde1bd463c5698f6aedd314";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (36343, 529, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"January 3, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (36344, 529, 'pmpro_views', 'a:4:{s:4:"last";s:15:"January 3, 2014";s:5:"month";i:9;s:7:"alltime";i:9;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (36345, 529, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (36346, 529, 'pmpro_bphone', '9375788265') ; 
INSERT INTO `wp_usermeta` VALUES (36347, 529, 'pmpro_bemail', 'cindy.cupps1@gmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (36348, 529, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (36349, 529, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-1578') ; 
INSERT INTO `wp_usermeta` VALUES (36350, 529, 'pmpro_ExpirationMonth', '11') ; 
INSERT INTO `wp_usermeta` VALUES (36351, 529, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (36352, 1742, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (36353, 1742, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"January 3, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (200843, 2754, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200844, 2754, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200845, 2754, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200846, 2754, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200847, 2754, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"a67c2b06717bb8cf4b134b5ba5a11932850c1ab4";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (36355, 1742, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"January 3, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (36356, 1742, 'pmpro_views', 'a:4:{s:4:"last";s:15:"January 3, 2014";s:5:"month";i:12;s:7:"alltime";i:12;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (36357, 1742, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (36358, 1742, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (36359, 1742, 'profile_update', '1388761080') ; 
INSERT INTO `wp_usermeta` VALUES (36360, 2754, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (36361, 2754, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"June 9, 2014";s:5:"month";i:1;s:7:"alltime";i:2;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (200848, 180, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200849, 180, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200850, 180, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200851, 180, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200852, 180, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO2k6MDtzOjk6InVuaXF1ZV9pZCI7czo0MDoiODJkNmQyMjM4MzgyNGYwYzY2ZjQ5ZDQ5NzZjODYxZjE2OWI0MWMyZCI7czo2OiJlcnJvcnMiO2E6MDp7fXM6OToidG90YWxfdGF4IjtOO3M6MTM6ImJhc2Vfc2hpcHBpbmciO047czoxOToidG90YWxfaXRlbV9zaGlwcGluZyI7TjtzOjE0OiJ0b3RhbF9zaGlwcGluZyI7TjtzOjg6InN1YnRvdGFsIjtOO3M6MTE6InRvdGFsX3ByaWNlIjtOO3M6MTM6InVzZXNfc2hpcHBpbmciO047czoxMzoiaXNfaW5jb21wbGV0ZSI7YjoxO3M6MTA6ImNhcnRfaXRlbXMiO2E6MDp7fXM6OToiY2FydF9pdGVtIjtOO3M6MTU6ImNhcnRfaXRlbV9jb3VudCI7aTowO3M6MTc6ImN1cnJlbnRfY2FydF9pdGVtIjtpOi0xO3M6MTE6ImluX3RoZV9sb29wIjtiOjA7czoxNjoic2hpcHBpbmdfbWV0aG9kcyI7czowOiIiO3M6MTU6InNoaXBwaW5nX21ldGhvZCI7TjtzOjIxOiJzaGlwcGluZ19tZXRob2RfY291bnQiO2k6MTtzOjIzOiJjdXJyZW50X3NoaXBwaW5nX21ldGhvZCI7aTotMTtzOjE4OiJpbl90aGVfbWV0aG9kX2xvb3AiO2I6MDtzOjE1OiJzaGlwcGluZ19xdW90ZXMiO2E6MDp7fXM6MTQ6InNoaXBwaW5nX3F1b3RlIjtOO3M6MjA6InNoaXBwaW5nX3F1b3RlX2NvdW50IjtpOjA7czoyMjoiY3VycmVudF9zaGlwcGluZ19xdW90ZSI7aTotMTtzOjE3OiJpbl90aGVfcXVvdGVfbG9vcCI7YjowO3M6MTI6ImNvdXBvbnNfbmFtZSI7czowOiIiO3M6MTQ6ImNvdXBvbnNfYW1vdW50IjtpOjA7czoxNToic2hpcHBpbmdfb3B0aW9uIjtOO30=') ; 
INSERT INTO `wp_usermeta` VALUES (36363, 2754, 'pmpro_visits', 'a:4:{s:4:"last";s:13:"June 17, 2014";s:5:"month";i:2;s:7:"alltime";i:3;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (36364, 2754, 'pmpro_views', 'a:4:{s:4:"last";s:13:"June 17, 2014";s:5:"month";i:27;s:7:"alltime";i:48;s:9:"thismonth";s:1:"6";}') ; 
INSERT INTO `wp_usermeta` VALUES (10836913, 2754, 'wpseo_title', '') ; 
INSERT INTO `wp_usermeta` VALUES (36365, 2754, 'profile_update', '1388766673') ; 
INSERT INTO `wp_usermeta` VALUES (10825975, 659539, '_wpsc_visitor_id', '664037') ; 
INSERT INTO `wp_usermeta` VALUES (36367, 180, 'pmpro_logins', 'a:4:{s:4:"last";s:14:"August 1, 2014";s:5:"month";i:1;s:7:"alltime";i:6;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (200853, 182, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200854, 182, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200855, 182, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200856, 182, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200857, 182, '_wpsc_cart', 's:1059:"O:9:"wpsc_cart":37:{s:16:"delivery_country";s:2:"US";s:16:"selected_country";s:2:"US";s:15:"delivery_region";s:2:"14";s:15:"selected_region";s:2:"14";s:24:"selected_shipping_method";N;s:24:"selected_shipping_option";N;s:24:"selected_shipping_amount";N;s:6:"coupon";N;s:14:"tax_percentage";N;s:9:"unique_id";s:40:"c395170a961272d35d15ec3c03c9c43cc01be516";s:6:"errors";a:0:{}s:9:"total_tax";N;s:13:"base_shipping";N;s:19:"total_item_shipping";N;s:14:"total_shipping";N;s:8:"subtotal";N;s:11:"total_price";N;s:13:"uses_shipping";N;s:13:"is_incomplete";b:1;s:10:"cart_items";a:0:{}s:9:"cart_item";N;s:15:"cart_item_count";i:0;s:17:"current_cart_item";i:-1;s:11:"in_the_loop";b:0;s:16:"shipping_methods";s:0:"";s:15:"shipping_method";N;s:21:"shipping_method_count";i:1;s:23:"current_shipping_method";i:-1;s:18:"in_the_method_loop";b:0;s:15:"shipping_quotes";a:0:{}s:14:"shipping_quote";N;s:20:"shipping_quote_count";i:0;s:22:"current_shipping_quote";i:-1;s:17:"in_the_quote_loop";b:0;s:12:"coupons_name";s:0:"";s:14:"coupons_amount";i:0;s:15:"shipping_option";N;}";') ; 
INSERT INTO `wp_usermeta` VALUES (36369, 180, 'pmpro_visits', 'a:4:{s:4:"last";s:14:"August 1, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (36370, 180, 'pmpro_views', 'a:4:{s:4:"last";s:14:"August 1, 2014";s:5:"month";i:16;s:7:"alltime";i:113;s:9:"thismonth";s:1:"8";}') ; 
INSERT INTO `wp_usermeta` VALUES (36371, 180, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (36372, 180, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (8358266, 180, 'nickname', 'aazkuser769') ; 
INSERT INTO `wp_usermeta` VALUES (36373, 180, 'profile_update', '1399034000') ; 
INSERT INTO `wp_usermeta` VALUES (36374, 182, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (36375, 182, 'pmpro_logins', 'a:4:{s:4:"last";s:15:"January 3, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (200858, 1111, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200859, 1111, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200860, 1111, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200861, 1111, '_wpsc_billing_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200862, 1111, '_wpsc_cart', 'Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtzOjI6IlVTIjtzOjE2OiJzZWxlY3RlZF9jb3VudHJ5IjtzOjI6IlVTIjtzOjE1OiJkZWxpdmVyeV9yZWdpb24iO3M6MjoiMTQiO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7czoyOiIxNCI7czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfbWV0aG9kIjtOO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX29wdGlvbiI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19hbW91bnQiO047czo2OiJjb3Vwb24iO047czoxNDoidGF4X3BlcmNlbnRhZ2UiO047czo5OiJ1bmlxdWVfaWQiO3M6NDA6ImFjMTBjYTQ4NjEwMmJmN2I0NzZlNjQyZTZmNTE2Nzk1MzkzNGYxMmUiO3M6NjoiZXJyb3JzIjthOjA6e31zOjk6InRvdGFsX3RheCI7TjtzOjEzOiJiYXNlX3NoaXBwaW5nIjtOO3M6MTk6InRvdGFsX2l0ZW1fc2hpcHBpbmciO047czoxNDoidG90YWxfc2hpcHBpbmciO047czo4OiJzdWJ0b3RhbCI7TjtzOjExOiJ0b3RhbF9wcmljZSI7TjtzOjEzOiJ1c2VzX3NoaXBwaW5nIjtOO3M6MTM6ImlzX2luY29tcGxldGUiO2I6MTtzOjEwOiJjYXJ0X2l0ZW1zIjthOjA6e31zOjk6ImNhcnRfaXRlbSI7TjtzOjE1OiJjYXJ0X2l0ZW1fY291bnQiO2k6MDtzOjE3OiJjdXJyZW50X2NhcnRfaXRlbSI7aTotMTtzOjExOiJpbl90aGVfbG9vcCI7YjowO3M6MTY6InNoaXBwaW5nX21ldGhvZHMiO3M6MDoiIjtzOjE1OiJzaGlwcGluZ19tZXRob2QiO047czoyMToic2hpcHBpbmdfbWV0aG9kX2NvdW50IjtpOjE7czoyMzoiY3VycmVudF9zaGlwcGluZ19tZXRob2QiO2k6LTE7czoxODoiaW5fdGhlX21ldGhvZF9sb29wIjtiOjA7czoxNToic2hpcHBpbmdfcXVvdGVzIjthOjA6e31zOjE0OiJzaGlwcGluZ19xdW90ZSI7TjtzOjIwOiJzaGlwcGluZ19xdW90ZV9jb3VudCI7aTowO3M6MjI6ImN1cnJlbnRfc2hpcHBpbmdfcXVvdGUiO2k6LTE7czoxNzoiaW5fdGhlX3F1b3RlX2xvb3AiO2I6MDtzOjEyOiJjb3Vwb25zX25hbWUiO3M6MDoiIjtzOjE0OiJjb3Vwb25zX2Ftb3VudCI7aTowO3M6MTU6InNoaXBwaW5nX29wdGlvbiI7Tjt9') ; 
INSERT INTO `wp_usermeta` VALUES (36377, 182, 'pmpro_visits', 'a:4:{s:4:"last";s:15:"January 3, 2014";s:5:"month";i:1;s:7:"alltime";i:1;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (36378, 182, 'pmpro_views', 'a:4:{s:4:"last";s:15:"January 3, 2014";s:5:"month";i:8;s:7:"alltime";i:8;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (36379, 182, 'profile_update', '1388774638') ; 
INSERT INTO `wp_usermeta` VALUES (36380, 2, 'closedpostboxes_institutional', 'a:0:{}') ; 
INSERT INTO `wp_usermeta` VALUES (36381, 2, 'metaboxhidden_institutional', 'a:1:{i:0;s:7:"slugdiv";}') ; 
INSERT INTO `wp_usermeta` VALUES (36382, 1111, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (36383, 1111, 'pmpro_logins', 'a:4:{s:4:"last";s:12:"July 5, 2014";s:5:"month";i:1;s:7:"alltime";i:3;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (36385, 1111, 'pmpro_visits', 'a:4:{s:4:"last";s:12:"July 5, 2014";s:5:"month";i:1;s:7:"alltime";i:5;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (36386, 1111, 'pmpro_views', 'a:4:{s:4:"last";s:12:"July 5, 2014";s:5:"month";i:4;s:7:"alltime";i:33;s:9:"thismonth";s:1:"7";}') ; 
INSERT INTO `wp_usermeta` VALUES (10830721, 250603, 'default_password_nag', '') ; 
INSERT INTO `wp_usermeta` VALUES (36387, 1111, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (36388, 1111, 'uxf_organization', '') ; 
INSERT INTO `wp_usermeta` VALUES (36389, 1111, 'profile_update', '1404579539') ; 
INSERT INTO `wp_usermeta` VALUES (36390, 2862, 'first_name', 'Ginger') ; 
INSERT INTO `wp_usermeta` VALUES (36391, 2862, 'last_name', 'Paschall') ; 
INSERT INTO `wp_usermeta` VALUES (36392, 2862, 'nickname', 'coffeeshopbetty') ; 
INSERT INTO `wp_usermeta` VALUES (36393, 2862, 'description', '') ; 
INSERT INTO `wp_usermeta` VALUES (36394, 2862, 'rich_editing', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (36395, 2862, 'comment_shortcuts', 'false') ; 
INSERT INTO `wp_usermeta` VALUES (36396, 2862, 'admin_color', 'fresh') ; 
INSERT INTO `wp_usermeta` VALUES (36397, 2862, 'use_ssl', '0') ; 
INSERT INTO `wp_usermeta` VALUES (36398, 2862, 'show_admin_bar_front', 'true') ; 
INSERT INTO `wp_usermeta` VALUES (36399, 2862, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}') ; 
INSERT INTO `wp_usermeta` VALUES (36400, 2862, 'wp_user_level', '0') ; 
INSERT INTO `wp_usermeta` VALUES (36401, 2862, 'pmpro_logins', 'a:4:{s:4:"last";s:16:"January 31, 2014";s:5:"month";i:2;s:7:"alltime";i:2;s:9:"thismonth";s:1:"1";}') ; 
INSERT INTO `wp_usermeta` VALUES (36402, 2862, 'pmpro_bfirstname', 'Ginger') ; 
INSERT INTO `wp_usermeta` VALUES (36403, 2862, 'pmpro_blastname', 'Paschall') ; 
INSERT INTO `wp_usermeta` VALUES (36404, 2862, 'pmpro_baddress1', '1553 Lemoyne st') ; 
INSERT INTO `wp_usermeta` VALUES (36405, 2862, 'pmpro_baddress2', '') ; 
INSERT INTO `wp_usermeta` VALUES (36406, 2862, 'pmpro_bcity', 'Los angeles') ; 
INSERT INTO `wp_usermeta` VALUES (36407, 2862, 'pmpro_bstate', 'Ca') ; 
INSERT INTO `wp_usermeta` VALUES (36408, 2862, 'pmpro_bzipcode', '90026') ; 
INSERT INTO `wp_usermeta` VALUES (36409, 2862, 'pmpro_bcountry', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (36410, 2862, 'pmpro_bphone', '213-453-9351') ; 
INSERT INTO `wp_usermeta` VALUES (36411, 2862, 'pmpro_bemail', 'coffeeshopbetty@hotmail.com') ; 
INSERT INTO `wp_usermeta` VALUES (36412, 2862, 'pmpro_CardType', 'Visa') ; 
INSERT INTO `wp_usermeta` VALUES (36413, 2862, 'pmpro_AccountNumber', 'XXXX-XXXX-XXXX-0603') ; 
INSERT INTO `wp_usermeta` VALUES (36414, 2862, 'pmpro_ExpirationMonth', '09') ; 
INSERT INTO `wp_usermeta` VALUES (36415, 2862, 'pmpro_ExpirationYear', '2016') ; 
INSERT INTO `wp_usermeta` VALUES (36416, 2862, 'uxf_count', '1') ; 
INSERT INTO `wp_usermeta` VALUES (200863, 2712, '_wpsc_shipping_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200864, 2712, '_wpsc_billing_country', 'US') ; 
INSERT INTO `wp_usermeta` VALUES (200865, 2712, '_wpsc_shipping_region', '14') ; 
INSERT INTO `wp_usermeta` VALUES (200866, 2712, '_wpsc_billing_region', '18') ;